[
  {
    "path": ".devcontainer/devcontainer.json",
    "content": "{\n  \"name\": \"Electricity Maps Dev\",\n  \"image\": \"mcr.microsoft.com/devcontainers/python:1-3.10-bookworm\",\n  \"features\": {\n    \"ghcr.io/devcontainer-community/devcontainer-features/astral.sh-uv:1\": {}\n  },\n  \"postCreateCommand\": \"uv sync --group dev --group scripts --extra parsers\",\n  \"customizations\": {\n    \"vscode\": {\n      \"extensions\": [\n        \"ms-python.vscode-pylance\",\n        \"ms-python.python\",\n        \"esbenp.prettier-vscode\",\n        \"redhat.vscode-yaml\",\n        \"charliermarsh.ruff\"\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": ".dockerignore",
    "content": ".git\n*.tar.gz\n*.json\n*secrets*\n*.env\n*.mp4\n*.mkv\n\n\ndatascience\n\nscreenshots*\n"
  },
  {
    "path": ".editorconfig",
    "content": "root = true\n\n[*]\nindent_style = space\nend_of_line = lf\ninsert_final_newline = true\ncharset = utf-8\nindent_size = 2\n\n[*.py]\nindent_size = 4\n"
  },
  {
    "path": ".gitattributes",
    "content": "# Auto-detect text vs. binary files and ensure newlines are always LF for\n# text files on check-out and check-in.\n* text=auto eol=lf\n\n# Denote all files in the `parsers/test/mocks` directory as vendored.\n# This makes GitHub ignore them for language statistics.\nelectricitymap/contrib/parsers/tests/mocks/** linguist-vendored\n"
  },
  {
    "path": ".github/CODEOWNERS",
    "content": "# Codeowners file\n\nelectricitymap/** @electricitymaps/grid-modelling-methodology\nconfig/** @electricitymaps/grid-modelling-methodology\ntests/** @electricitymaps/grid-modelling-methodology\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/blank-issue.md",
    "content": "---\nname: Blank issue\nabout: Anything else\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n## Description\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: true"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/data-issue.yml",
    "content": "name: Data Issue\ndescription: Use this form if you believe there is a issue with the data on the app.\ntitle: \"[Data Issue]: \"\nlabels: [\"data\", \"needs triage\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to file this issue.\n  - type: textarea\n    id: when-did-this-happen\n    attributes:\n      label: When did this happen?\n      description: Please provide the date and time when the problem happened.\n      placeholder: e.g. \"2018-01-01 12:00\"\n    validations:\n      required: true\n  - type: textarea\n    id: what-zones-are-affected\n    attributes:\n      label: What zones are affected?\n      description: Please provide the zones affected.\n      placeholder: e.g. \"Dk-DK1, DK-DK2, SE-SE4\"\n    validations:\n      required: true\n  - type: textarea\n    id: what-is-the-problem\n    attributes:\n      label: What is the problem?\n      description: |\n        What appears to be the problem with the data?\n        Please provide as much detail as possible.\n        You can also add screenshots here if you have them.\n      placeholder: e.g. \"The data for biomass is not being displayed even though it's available at the source.\"\n    validations:\n      required: true\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Suggest an idea for this project\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/frontend-bug-report.md",
    "content": "---\nname: Frontend bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: \"bug \\U0001F41E, frontend \\U0001F3A8\"\nassignees: ''\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (if relevant):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Smartphone (if relevant):**\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/codeql-config.yml",
    "content": "name: 'CodeQL config'\npaths-ignore:\n  - 'config/**/*.yaml'\n"
  },
  {
    "path": ".github/dependabot.yml",
    "content": "# Dependabot config file\n\nversion: 2\nupdates:\n  # Maintain the workflow dependencies.\n  - package-ecosystem: 'github-actions'\n    directory: '/'\n    schedule:\n      interval: 'weekly'\n    reviewers:\n      - 'VIKTORVAV99'\n    ignore:\n      - dependency-name: '*'\n        update-types: ['version-update:semver-patch']\n\n  # Ensure ruff and tzdata is updated.\n  - package-ecosystem: 'pip'\n    directory: '/'\n    schedule:\n      interval: 'monthly'\n    allow:\n      - dependency-name: 'ruff'\n      - dependency-name: 'tzdata'\n    reviewers:\n      - 'VIKTORVAV99'\n\n  # Maintain the devcontainer dependencies.\n  - package-ecosystem: 'devcontainers'\n    directory: '/'\n    schedule:\n      interval: 'monthly'\n    reviewers:\n      - 'VIKTORVAV99'\n"
  },
  {
    "path": ".github/filter-groups.yml",
    "content": "workflows:\n  - '.github/workflows/**/*.yml'\n\nconfig:\n  - 'config/**/*.yaml'\n\nmarkdown:\n  - '**.md'\n\njson:\n  - '**.json'\n\npython:\n  - '**.py'\n  - 'pyproject.toml'\n  - 'uv.lock'\n  - '.python-version'\n"
  },
  {
    "path": ".github/labeler.yml",
    "content": "infrastructure:\n  - changed-files:\n      - any-glob-to-any-file:\n          ['.github/**/*', 'docker-compose.yml', 'parsers.dockerfile', '.dockerignore']\n\ndependencies:\n  - changed-files:\n      - any-glob-to-any-file: ['uv.lock', 'pyproject.toml']\n\ntests:\n  - changed-files:\n      - any-glob-to-any-file: ['tests/**/*', 'parsers/test/**/*']\n\njavascript:\n  - changed-files:\n      - any-glob-to-any-file: '**/*.js'\n\npython:\n  - changed-files:\n      - any-glob-to-any-file: '**/*.py'\n\nparser:\n  - all:\n      - changed-files:\n          - any-glob-to-any-file: 'parsers/**/*'\n          - all-globs-to-all-files: '!parsers/archive/**/*'\n\narchived parser:\n  - changed-files:\n      - any-glob-to-any-file: 'parsers/archive/**/*'\n\ncapacity parser:\n  - changed-files:\n      - any-glob-to-any-file: 'electricitymap/contrib/capacity_parsers/**/*'\n\nexchange config:\n  - changed-files:\n      - any-glob-to-any-file: 'config/exchanges/**/*.yaml'\n\nzone config:\n  - changed-files:\n      - any-glob-to-any-file: 'config/zones/**/*.yaml'\n"
  },
  {
    "path": ".github/pull_request_template.md",
    "content": "## Issue\n\n<!-- If you want to close an issue automatically when your PR is merged, write \"Closes X\" where X is the issue number. For example: Closes #000 -->\n\n## Description\n\n<!-- Explains the goal of this PR -->\n\n### Preview\n\n<!-- Please add screenshots and/or gif that shows visual changes (if applicable) -->\n\n### Double check\n\n- [ ] I have tested my parser changes locally with `uv run test_parser \"zone_key\"`\n- [ ] I have run `pnpx prettier@2 --write .` and `uv run format` in the top level directory to format my changes.\n"
  },
  {
    "path": ".github/workflows/CI.yml",
    "content": "name: CI\non:\n  push:\n    branches:\n      - master\n  pull_request:\n  schedule:\n    - cron: '0 7 * * 1'\n\njobs:\n  #                        #\n  # Repository wide checks #\n  #                        #\n  prettier:\n    name: Prettier\n    runs-on: ubuntu-24.04-arm\n    timeout-minutes: 5\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n      - name: Setup Node\n        uses: actions/setup-node@v6\n      - name: Prettier Check\n        run: |\n          npx -y prettier@2 --check .\n\n  earthly:\n    name: earthly\n    needs: [prettier]\n    uses: ./.github/workflows/earthly-contrib.yml\n    secrets: inherit\n\n  validate_local_links:\n    name: Validate\n    uses:\n      ./.github/workflows/validate_local_links_in_md.yml\n\n      # Python checks\n  python_formatting:\n    name: Python / Formatting\n    runs-on: ubuntu-24.04-arm\n    timeout-minutes: 5\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n      - name: Install uv\n        uses: astral-sh/setup-uv@v7\n        with:\n          enable-cache: true\n          cache-suffix: 'formatting'\n          python-version: '3.10'\n      - name: Install Dependencies\n        run: |\n          uv sync --extra parsers\n      - name: Check formatting\n        run: |\n          uv run ruff format . --check\n      - name: Check linting\n        run: |\n          uv run ruff check . --output-format=github\n\n  python_tests:\n    name: Python / Tests\n    runs-on: ubuntu-24.04-arm\n    timeout-minutes: 10\n    strategy:\n      matrix:\n        python-version: ['3.10', '3.11', '3.12']\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n      - name: Install uv\n        uses: astral-sh/setup-uv@v7\n        with:\n          enable-cache: true\n          cache-suffix: 'tests'\n          python-version: ${{ matrix.python-version }}\n      - name: Install libxml2-dev and tesseract-ocr\n        run: |\n          sudo apt-get update\n          sudo apt-get install libxml2-dev tesseract-ocr tesseract-ocr-eng\n      - name: Install Dependencies\n        run: |\n          uv sync --group dev --extra parsers\n      - name: Run tests\n        run: |\n          uv run test\n\n  # Config checks\n  validate_config_filenames:\n    name: Validate / Config filenames\n    runs-on: ubuntu-24.04-arm\n    timeout-minutes: 5\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n      - name: Validate config filenames\n        run: python scripts/validate_config_filenames.py\n\n  # Code quality checks\n  codeql:\n    needs: [prettier]\n    name: CodeQL\n    uses: ./.github/workflows/codeql.yml\n"
  },
  {
    "path": ".github/workflows/README.md",
    "content": "# CI\n\nAll CI workflows should be executed in the `CI.yml` workflow using reusable workflows and the workflow_call trigger.\n\nTo add another workflow to the CI workflow create a new job that looks like this:\n\n```yml\njob_example:\n  name: Example job\n  uses: ./.github/workflows/example.yml\n```\n"
  },
  {
    "path": ".github/workflows/codeql.yml",
    "content": "name: 'CodeQL'\n\non:\n  workflow_call:\n\njobs:\n  analyze:\n    name: Analyze\n    runs-on: ubuntu-24.04\n    permissions:\n      actions: read\n      contents: read\n      security-events: write\n\n    strategy:\n      fail-fast: false\n      matrix:\n        language: ['javascript', 'python', 'actions']\n        # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]\n        # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v6\n\n      # Initializes the CodeQL tools for scanning.\n      - name: Initialize CodeQL\n        uses: github/codeql-action/init@v4\n        with:\n          languages: ${{ matrix.language }}\n          config-file: ./.github/codeql-config.yml\n          # If you wish to specify custom queries, you can do so here or in a config file.\n          # By default, queries listed here will override any specified in a config file.\n          # Prefix the list here with \"+\" to use these queries and those in the config file.\n          # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs\n          # queries: security-extended,security-and-quality\n      - name: Perform CodeQL Analysis\n        uses: github/codeql-action/analyze@v4\n        with:\n          category: '/language:${{matrix.language}}'\n"
  },
  {
    "path": ".github/workflows/create-release.yml",
    "content": "name: Create release\non:\n  workflow_dispatch:\n    inputs:\n      package:\n        description: 'Package to release'\n        required: true\n        default: electricitymap-contrib\n        type: choice\n        options:\n          - electricitymap-contrib\n          - electricitymap-contrib-types\n      type:\n        description: 'Release type'\n        required: true\n        default: patch\n        type: choice\n        options:\n          - patch\n          - minor\n          - major\n          - dev\njobs:\n  create-release:\n    runs-on: ubuntu-latest\n    timeout-minutes: 10\n    # Add \"id-token\" with the intended permissions.\n    permissions:\n      contents: 'read'\n      id-token: 'write'\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n        with:\n          token: ${{ secrets.BOT_GITHUB_TOKEN }}\n      - name: Configure git\n        run: |\n          git config --global user.email \"engineering+github@electricitymaps.com\"\n          git config --global user.name \"electricitymapsbot\"\n      - uses: 'google-github-actions/auth@v3'\n        with:\n          project_id: 'tmrow-152415'\n          workload_identity_provider: 'projects/533362582499/locations/global/workloadIdentityPools/github/providers/electricitymaps-contrib'\n          service_account: contrib-registry-writer@tmrow-152415.iam.gserviceaccount.com\n      - name: 'Set up Cloud SDK'\n        uses: 'google-github-actions/setup-gcloud@v3'\n        with:\n          version: '>= 363.0.0'\n      - name: Install uv\n        uses: astral-sh/setup-uv@v7\n        with:\n          python-version: '3.10'\n      - name: Bump version\n        run: |\n          if [[ \"${{ inputs.type }}\" == \"dev\" ]]; then\n            # Bump patch first to ensure we are moving forward, then add dev suffix\n            # This handles 1.2.1 -> 1.2.2.dev0\n            uv version --bump patch --bump dev --package ${{ inputs.package }}\n          else\n            uv version --bump ${{ inputs.type }} --package ${{ inputs.package }}\n          fi\n      - name: Commit changes\n        run: |\n          git add .\n          git commit -m \"Bump ${{ inputs.package }} version\"\n      - name: Build package\n        run: |\n          uv build --package ${{ inputs.package }}\n      - name: Publish package\n        run: |\n          export ACCESS_TOKEN=$(gcloud auth print-access-token)\n          uv publish --publish-url https://europe-west1-python.pkg.dev/tmrow-152415/libs/ --username oauth2accesstoken --password \"$ACCESS_TOKEN\"\n      - name: Push changes\n        uses: ad-m/github-push-action@v1.1.0\n        with:\n          github_token: ${{ secrets.BOT_GITHUB_TOKEN }}\n          branch: ${{ github.ref_name }}\n"
  },
  {
    "path": ".github/workflows/earthly-contrib.yml",
    "content": "# Runs Earthly targets\n\nname: Earthly Contrib\n\non:\n  workflow_call:\n\njobs:\n  run-tests:\n    runs-on: ubuntu-24.04-arm\n    env:\n      EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}\n      DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}\n      DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}\n      FORCE_COLOR: 1\n    steps:\n      - uses: earthly/actions-setup@v1\n        with:\n          version: v0.8.15\n      - uses: actions/checkout@v6\n      - name: Put back the git branch into git (Earthly uses it for tagging)\n        run: |\n          branch=\"\"\n          if [ -n \"$GITHUB_HEAD_REF\" ]; then\n            branch=\"$GITHUB_HEAD_REF\"\n          else\n            branch=\"${GITHUB_REF##*/}\"\n          fi\n          git checkout -b \"$branch\" || true\n      - name: Docker Login\n        run: docker login --username \"$DOCKERHUB_USERNAME\" --password \"$DOCKERHUB_TOKEN\"\n      - name: Earthly version\n        run: earthly --version\n      - name: Run test\n        run: earthly --ci --secret ELECTRICITYMAP_PUBLIC_TOKEN=\"$ELECTRICITYMAP_PUBLIC_TOKEN\" --secret SENTRY_AUTH_TOKEN=\"$SENTRY_AUTH_TOKEN\" +test-all\n        env:\n          ELECTRICITYMAP_PUBLIC_TOKEN: 'test'\n          SENTRY_AUTH_TOKEN: ''\n"
  },
  {
    "path": ".github/workflows/label.yml",
    "content": "# This workflow will triage pull requests and apply a label based on the\n# paths that are modified in the pull request.\n#\n# To use this workflow, you will need to set up a .github/labeler.yml\n# file with configuration.  For more information, see:\n# https://github.com/actions/labeler/blob/master/README.md\n\nname: Labeler\non: [pull_request_target]\n\njobs:\n  label:\n    runs-on: ubuntu-24.04-arm\n\n    steps:\n      - uses: actions/labeler@v6\n        with:\n          repo-token: '${{ secrets.GITHUB_TOKEN }}'\n          sync-labels: false\n"
  },
  {
    "path": ".github/workflows/validate_local_links_in_md.yml",
    "content": "# Controls when the action will run. Triggers the workflow when called from another workflow.\non:\n  workflow_call:\n\n# A workflow run is made up of one or more jobs that can run sequentially or in parallel\njobs:\n  # This workflow contains a single job\n  check_broken_internal_links_in_md:\n    name: Markdown links\n    # The type of runner that the job will run on\n    runs-on: ubuntu-24.04\n\n    # Steps represent a sequence of tasks that will be executed as part of the job\n    steps:\n      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it\n      - uses: actions/checkout@v6\n\n      # Runs a single command using the runners shell\n      # Install https://github.com/remarkjs/remark-validate-links\n      - name: Install remark-validate-links\n        timeout-minutes: 1\n        run: npm install remark-cli remark-validate-links\n\n      # Invoke remarks to validate INTERNAL links in md.\n      # --frail specifies to return a non-zero error code even on warning\n      # so the github action fails when a link is invalid\n      - name: Validate local links\n        timeout-minutes: 1\n        run: ./node_modules/.bin/remark --frail -u validate-links .\n"
  },
  {
    "path": ".gitignore",
    "content": "gha-creds-*.json\n*.pyc\n*.env\n**/node_modules\n.ipynb_checkpoints/\n*.pyproj\n*.sln\n*.suo\n*.user\n/.vs/config\n/App_Data/PublishProfiles\n*.publishproj\n.DS_Store\n/.vs\n/.venv\nThumbs.db\ndist\nparsers/.venv\n\n# Ignore top level vscode folder as it is symlinked\n#.vscode\n.vscode/launch.json\n\n## Pycharm IDE\n.idea\n"
  },
  {
    "path": ".pre-commit-config.yaml",
    "content": "repos:\n  - repo: https://github.com/astral-sh/ruff-pre-commit\n    # Ruff version.\n    rev: v0.11.2\n    hooks:\n      # Run the linter.\n      - id: ruff\n        args: [--fix]\n      # Run the formatter.\n      - id: ruff-format\n"
  },
  {
    "path": ".prettierignore",
    "content": "# Files and paths to ignore\n\n.prettierignore\npnpm-lock.yaml\n.earthlyignore\n\n.venv\n**/parsers/tests/mocks\n.pytest_cache/\n\n.github/ISSUE_TEMPLATE/\n\nLICENSE.md\nLICENSE\n\nnode_modules\n.DS_Store\n.eslintcache\ncoverage\n.nyc_output\ncypress/videos\ncypress/screenshots\n"
  },
  {
    "path": ".prettierrc.js",
    "content": "module.exports = {\n  semi: true,\n  singleQuote: true,\n  trailingComma: 'es5',\n  printWidth: 90,\n  overrides: [\n    {\n      files: '*.md',\n      options: {\n        printWidth: 90,\n      },\n    },\n    {\n      files: 'config/*.yaml',\n      options: {\n        printWidth: 120,\n      },\n    },\n  ],\n};\n"
  },
  {
    "path": ".python-version",
    "content": "3.10\n"
  },
  {
    "path": ".vscode/extensions.json",
    "content": "{\n  \"recommendations\": [\n    \"charliermarsh.ruff\",\n    \"ms-python.python\",\n    \"ms-python.vscode-pylance\",\n    \"esbenp.prettier-vscode\",\n    \"redhat.vscode-yaml\",\n    \"dbaeumer.vscode-eslint\",\n    \"bradlc.vscode-tailwindcss\"\n  ]\n}\n"
  },
  {
    "path": ".vscode/settings.json",
    "content": "{\n  \"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n  \"[python]\": {\n    \"editor.defaultFormatter\": \"charliermarsh.ruff\",\n    \"editor.formatOnSave\": true,\n    \"editor.codeActionsOnSave\": {\n      \"source.organizeImports\": \"explicit\"\n    }\n  },\n  \"python.testing.pytestArgs\": [\".\", \"--ignore\", \"electricitymap/contrib/parsers\"],\n  \"python.testing.unittestEnabled\": false,\n  \"python.testing.pytestEnabled\": true\n}\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participation in our\ncommunity a harassment-free experience for everyone, regardless of age, body\nsize, visible or invisible disability, ethnicity, sex characteristics, gender\nidentity and expression, level of experience, education, socio-economic status,\nnationality, personal appearance, race, caste, color, religion, or sexual\nidentity and orientation.\n\nWe pledge to act and interact in ways that contribute to an open, welcoming,\ndiverse, inclusive, and healthy community.\n\n## Our Standards\n\nExamples of behavior that contributes to a positive environment for our\ncommunity include:\n\n- Demonstrating empathy and kindness toward other people\n- Being respectful of differing opinions, viewpoints, and experiences\n- Giving and gracefully accepting constructive feedback\n- Accepting responsibility and apologizing to those affected by our mistakes,\n  and learning from the experience\n- Focusing on what is best not just for us as individuals, but for the overall\n  community\n\nExamples of unacceptable behavior include:\n\n- The use of sexualized language or imagery, and sexual attention or advances of\n  any kind\n- Trolling, insulting or derogatory comments, and personal or political attacks\n- Public or private harassment\n- Publishing others' private information, such as a physical or email address,\n  without their explicit permission\n- Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Enforcement Responsibilities\n\nCommunity leaders are responsible for clarifying and enforcing our standards of\nacceptable behavior and will take appropriate and fair corrective action in\nresponse to any behavior that they deem inappropriate, threatening, offensive,\nor harmful.\n\nCommunity leaders have the right and responsibility to remove, edit, or reject\ncomments, commits, code, wiki edits, issues, and other contributions that are\nnot aligned to this Code of Conduct, and will communicate reasons for moderation\ndecisions when appropriate.\n\n## Scope\n\nThis Code of Conduct applies within all community spaces, and also applies when\nan individual is officially representing the community in public spaces.\nExamples of representing our community include using an official e-mail address,\nposting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported to the community leaders responsible for enforcement at\ncodeofconduct@electricitymaps.com.\nAll complaints will be reviewed and investigated promptly and fairly.\n\nAll community leaders are obligated to respect the privacy and security of the\nreporter of any incident.\n\n## Enforcement Guidelines\n\nCommunity leaders will follow these Community Impact Guidelines in determining\nthe consequences for any action they deem in violation of this Code of Conduct:\n\n### 1. Correction\n\n**Community Impact**: Use of inappropriate language or other behavior deemed\nunprofessional or unwelcome in the community.\n\n**Consequence**: A private, written warning from community leaders, providing\nclarity around the nature of the violation and an explanation of why the\nbehavior was inappropriate. A public apology may be requested.\n\n### 2. Warning\n\n**Community Impact**: A violation through a single incident or series of\nactions.\n\n**Consequence**: A warning with consequences for continued behavior. No\ninteraction with the people involved, including unsolicited interaction with\nthose enforcing the Code of Conduct, for a specified period of time. This\nincludes avoiding interactions in community spaces as well as external channels\nlike social media. Violating these terms may lead to a temporary or permanent\nban.\n\n### 3. Temporary Ban\n\n**Community Impact**: A serious violation of community standards, including\nsustained inappropriate behavior.\n\n**Consequence**: A temporary ban from any sort of interaction or public\ncommunication with the community for a specified period of time. No public or\nprivate interaction with the people involved, including unsolicited interaction\nwith those enforcing the Code of Conduct, is allowed during this period.\nViolating these terms may lead to a permanent ban.\n\n### 4. Permanent Ban\n\n**Community Impact**: Demonstrating a pattern of violation of community\nstandards, including sustained inappropriate behavior, harassment of an\nindividual, or aggression toward or disparagement of classes of individuals.\n\n**Consequence**: A permanent ban from any sort of public interaction within the\ncommunity.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage],\nversion 2.1, available at\n[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].\n\nCommunity Impact Guidelines were inspired by\n[Mozilla's code of conduct enforcement ladder][mozilla coc].\n\nFor answers to common questions about this code of conduct, see the FAQ at\n[https://www.contributor-covenant.org/faq][faq]. Translations are available at\n[https://www.contributor-covenant.org/translations][translations].\n\n[homepage]: https://www.contributor-covenant.org\n[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html\n[mozilla coc]: https://github.com/mozilla/diversity\n[faq]: https://www.contributor-covenant.org/faq\n[translations]: https://www.contributor-covenant.org/translations\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Welcome! 🎉\n\nWelcome to the Electricity Maps open source contribution repository. </br>\nAny and all contributions however big or small are welcome.\n\n# Links\n\n- [README][readme]\n- [Code of Conduct][code of conduct]\n- [License][license]\n- [Wiki][wiki]\n\n# Code of Conduct\n\nThis repository and by extension its community have adopted the [Contributor Covenant][contributor covenant] v2.1 as its code of conduct.\nIf you have any questions about the code of conduct or feel the need to report an incident you can do so by emailing us at codeofconduct@electricitymaps.com. For the full code of conduct see [CODE_OF_CONDUCT.md][code of conduct].\n\n# License\n\nWe use the GNU Affero General Public License v3.0 for this repository, check the [LICENSE.md][license] file details about what exactly this entails. Contributions prior to commit [cb9664f][commit cb9664f] where licensed under [MIT license][old_license]\n\n# Getting Started\n\n## Non-code contributions\n\nThere are several ways to help out without coding, these are primarily:\n\n- Opening issues for bugs.\n- Opening issues for data problems.\n- Opening and/or participating in discussions about new data sources, features, and more.\n- Opening issues when capacity data sources have been updated or changed.\n- Finding new data sources, wiki page: [Find data sources][wiki find data sources]\n- Verify existing data sources, wiki page: [Verify data sources][wiki verify data sources]\n- And more!\n\n> **Note**\n> Take a look at the wiki pages for more detailed instructions\n\n## Zone and exchange configurations\n\nStatic information about zones and exchanges are located at [config/zones][config zones] and [config/exchanges][config exchanges] respectively.\nThe zone configurations hold information such as the installed capacity, which parsers to use, fallback mixes, contributors and other keys that are required by our frontend and internal systems; and while similar the exchange configs hold the location, capacity, direction and parsers required.\n\n## Parser guidelines\n\nTo get started with editing the parsers use the following steps:\n\n1. Run `uv sync --extra parsers` to install all needed dependencies.\n2. Use `uv run test_parser ZONE_KEY` to test any parser changes.\n\nNote: This requires you to have [Python 3.10][python homepage] and [uv][uv homepage] installed, you can see their respective installation guides here:\n\n- [Downloading Python][python install guide]\n- [uv installation][uv install guide]\n\n### Parser information\n\nFor more detailed information about parsers specifically you can look at the parser [README][parser readme] located at [electricitymap/contrib/parsers/README.md][parser readme] with specific information about the parser functions located in the [electricitymap/contrib/parser/example][parser examples folder] folder\n\n#### Example parser:\n\nFor an example of how a parser can look we have an example here: </br> [electricitymap/contrib/parsers/examples/example_parser.py][example parser]\n\n### Formatting the parsers\n\nWe use [ruff][ruff homepage] as a code formatter for python which is automatically checked in the CI job `Python / Formatting`.\n\nIf this jobs fails and you need to manually format the code you can run `uv run format` in the top level of the repository.\n\nCheck the [wiki page][wiki python code formatting] for more details and tips.\n\n# Contribution lifecycle\n\nIn order for your PR to be accepted and deployed it will need to pass a series of checks, these checks will be defined and explained in the following section of this document.\n\n## Overview\n\n```mermaid\n%%{init: {\"flowchart\": {\"defaultRenderer\": \"elk\"}} }%%\nflowchart LR\n    subgraph idContrib[\"Electricity Maps contrib\"]\n    direction LR\n        id1((Open a PR))\n        id2{First time contributor?}\n        id3(Await EMaps team CI approval)\n        id4{Is the CI tests passing?}\n        id5(Make changes)\n        id6{Passing review from EMaps team member}\n        id7(PR is merged)\n        id8(Deployed to Staging)\n        id1-->id2\n        id2-->|Yes|id3\n        id2-->|No|id4\n        id3-->id4\n        id4-->|No|id5\n        id5-->id4\n        id4-->|Yes|id6\n        id6-->|No|id5\n        id6-->|Yes|id7\n        id7-->id8\n    end\n    subgraph idInternal[\"Electricity Maps internal\"]\n    direction LR\n        id9((Automatic PR created))\n        id10{Are internal CI tests passing}\n        id11(Make changes)\n        id12{Passing review from Emaps member?}\n        id13(Deployed to production)\n        id9-->id10\n        id10-->|No|id11\n        id11-->id10\n        id10-->|Yes|id12\n        id12-->|No|id11\n        id12-->|Yes|id13\n    end\n    id7-->id9\n```\n\n## Description\n\nIn order to do code changes to the Electricity Maps repository you need to fork the repo and make changes in your own fork and then open a pull request (PR) against the Electricity Maps repository.\n\nOnce this has been done the automatic and manual review process starts, this consists of manual approval of the CI pipeline if you are a first time contributor, if the CI pipeline passes a team member will review your specific code changes. If they pass all automated tests and manual review from a Electricity Maps Employee it will be merged in our contrib PR. This does not mean it will be automatically de deployed or that the changes will be instantly visible.\n\nIf there is parser changes these go on to more internal tests that includes both automated test suits and manual reviews. Once everything passes and an approval has been granted a new release will be created that updates the production environment for both the frontend and parser changes.\n\n<!-- Link definitions to keep the text clean -->\n\n[uv homepage]: https://github.com/astral-sh/uv\n[python homepage]: https://www.python.org/\n[python install guide]: https://wiki.python.org/moin/BeginnersGuide/Download\n[uv install guide]: https://docs.astral.sh/uv/getting-started/installation/\n[ruff homepage]: https://docs.astral.sh/ruff/\n[example parser]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/electricitymap/contrib/parsers/examples/example_parser.py\n[wiki python code formatting]: https://github.com/electricitymaps/electricitymaps-contrib/wiki/Format-your-code-contribution#python-code-formatting\n[readme]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/README.md\n[code of conduct]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/CODE_OF_CONDUCT.md\n[license]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE.md\n[wiki]: https://github.com/electricitymaps/electricitymaps-contrib/wiki\n[wiki find data sources]: https://github.com/electricitymaps/electricitymaps-contrib/wiki/Find-data-sources\n[wiki verify data sources]: https://github.com/electricitymaps/electricitymaps-contrib/wiki/Verify-data-sources\n[contributor covenant]: https://www.contributor-covenant.org/\n[commit cb9664f]: https://github.com/electricitymaps/electricitymaps-contrib/commit/cb9664f43f0597bedf13e832047c3fc10e67ba4e\n[old_license]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE_MIT.txt\n[config zones]: https://github.com/electricitymaps/electricitymaps-contrib/tree/master/config/zones\n[config exchanges]: https://github.com/electricitymaps/electricitymaps-contrib/tree/master/config/exchanges\n[parser readme]: https://github.com/electricitymaps/electricitymaps-contrib/tree/master/parsers/README.md\n[parser examples folder]: https://github.com/electricitymaps/electricitymaps-contrib/blob/master/electricitymap/contrib/parsers/examples/\n"
  },
  {
    "path": "DATA_SOURCES.md",
    "content": "## Data sources\n\n### Real-time electricity data sources\n\nReal-time electricity data is obtained using [parsers](https://github.com/electricitymaps/electricitymaps-contrib/tree/master/parsers).\n&nbsp;<details><summary>Click to see the full list of sources</summary>\n\n- Åland: [Kraftnät Åland](http://www.kraftnat.ax/text2.con?iPage=28&iLan=1)\n- Argentina: [Cammesa](http://portalweb.cammesa.com/Memnet1/default.aspx)\n- Armenia: [Armenian Energy Power System Operator](http://epso.am/poweren.htm)\n- Aruba: [WEB Aruba](https://www.webaruba.com/renewable-energy-dashboard/aruba) ([JSON](https://www.webaruba.com/renewable-energy-dashboard/app/rest/results.json))\n- Australia: [OpenNEM](https://opennem.org.au/energy/nem/)\n- Australia (King Island): [King Island Renewable Energy Integration Project (KIREIP)](https://data.ajenti.com.au/KIREIP/index.html)\n  ([CSV](http://wa.aemo.com.au/aemo/data/wa/infographic/facility-intervals-last96.csv))\n- Australia (Flinders Island): [Flinders Island Hybrid Energy Solution](https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/flinders-island)\n- Australia (Rottnest Island): [Rottnest Island Hybrid Energy Solution](https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/rottnest-island)\n- Austria: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Bahrain: [GCCIA](https://www.gccia.com.sa/)\n- Bangladesh: [PGCB](https://erp.pgcb.gov.bd/web/generations/view_generations)\n- Bosnia and Herzegovina: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Bolivia: [CNDC](http://www.cndc.bo/media/archivos/graf/gene_hora/gweb_despdia_genera.php)\n- Belgium: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Brazil: [ONS](http://www.ons.org.br/paginas/energia-agora/carga-e-geracao)\n- Bulgaria: [TSO](http://tso.bg/default.aspx/page-707/bg)\n- Canada:\n  - Alberta: [AESO](http://ets.aeso.ca/ets_web/ip/Market/Reports/CSDReportServlet)\n  - New Brunswick: [NB Power](https://tso.nbpower.com/Public/en/op/market/data.aspx)\n  - Nova Scotia: [Nova Scotia Power](https://www.nspower.ca/clean-energy/todays-energy-stats)\n  - Ontario: [IESO](http://www.ieso.ca/power-data)\n  - Québec: [Hydro-Québec](https://www.hydroquebec.com/residentiel/)\n  - Prince Edward Island: [Government of PEI](https://www.princeedwardisland.ca/en/feature/pei-wind-energy/)\n  - Saskatchewan: [Saskpower ](https://www.saskpower.com/Our-Power-Future/Our-Electricity/Electrical-System/Where-Your-Power-Comes-From)(daily avg)\n  - Yukon: [Yukon Energy](http://www.yukonenergy.ca/energy-in-yukon/electricity-101/current-energy-consumption)\n- Chile (SING/SIC): [Coordinador](https://sipub.coordinador.cl/api/v1/recursos/generacion_centrales_tecnologia_horario?)\n- Czech Republic: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Costa Rica: [ICE](https://apps.grupoice.com/CenceWeb/data/sen/json/EnergiaHorariaFuentePlanta?anno=2022&mes=12&dia=27)\n- Croatia (Exchanges): [HOPS](https://www.hops.hr/wps/portal/hr/web)\n- Cyprus: [TSO](https://tsoc.org.cy/electrical-system/total-daily-system-generation-on-the-transmission-system/)\n- Denmark: [TSO](https://www.energidataservice.dk/groups/production-and-consumption)\n- Dominican Republic: [OC](http://www.oc.org.do/Reportes/postdespacho.aspx)\n- Ecuador: [CENACE](https://www.cenace.gob.ec/info-operativa/InformacionOperativa.htm)\n- El Salvador: [Unidad de Transacciones](http://estadistico.ut.com.sv/OperacionDiaria.aspx)\n- Estonia: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Faroe Islands:\n  - Biomass: [Fjarhiti](https://www.fjarhiti.fo/kunning/biogassverki%C3%B0-roynist-vael-%C3%AD-fjarhitaskipanini/)\n  - Other: [SEV](https://www.sev.fo/framleidsla/el-orka-i-foroyum/)\n- Finland: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- France: [RTE](https://opendata.reseaux-energies.fr)\n- French Polynesia: [EDT](https://www.edt.pf/transition-energetique-innovation)\n- Germany: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Georgia: [Georgian State Electrosystem (GSE)](http://www.gse.com.ge/home)\n- Great Britain: [Elexon BMRS](https://bscdocs.elexon.co.uk/guidance-notes/bmrs-api-and-data-push-user-guide)\n- Greece: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Guatemala: [AMM](http://www.amm.org.gt)\n- Honduras: [ENTE](https://www.enteoperador.org/flujos-regionales-en-tiempo-real/)\n- Hungary: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Iceland: [LANDSNET](https://amper.landsnet.is/generation/api/Values)\n- Ireland: [Eirgrid](https://www.smartgriddashboard.com/)\n- Israel: [IEC](https://www.iec.co.il/en/pages/default.aspx)\n- Italy: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- India: [meritindia](http://meritindia.in/)\n- India: [Vidyut PRAVAH](https://vidyutpravah.in/)\n- India: [National Power Portal](https://npp.gov.in/dgrReports)\n- India: [Central Electricity Authority](https://cea.nic.in/daily-renewable-generation-report/?lang=en)\n- India (Andhra Pradesh): [CORE Dashboard](https://core.ap.gov.in/CMDashBoard/UserInterface/Power/PowerReport.aspx)\n- India (Chhattisgarh): [cspc.co.in](http://117.239.199.203/csptcl/GEN.aspx)\n- India (Delhi): [delhisldc](http://www.delhisldc.org/Redirect.aspx?Loc=0804)\n- India (Gujarat): [sldcguj](https://www.sldcguj.com/RealTimeData/RealTsimeDemand.php)\n- India (Himachal Pradesh): [HPSLDC](https://hpsldc.com/intra-state-power-transaction/)\n- India (Maharashtra) [mahasldc](https://mahasldc.in/wp-content/reports/sldc/mvrreport3.jpg)\n- India (Karnataka): [kptclsldc.in](http://kptclsldc.in/StateGen.aspx)\n- India (Punjab): [punjabsldc](http://www.punjabsldc.org/pungenrealw.asp?pg=pbGenReal)\n- India (Uttar Pradesh): [upsldc](http://www.upsldc.org/real-time-data)\n- India (Uttarakhand): [uksldc](http://uksldc.in/real-time-data.php)\n- Iraq: [Iraqi Power System](https://www.gdoco.org/generation.html)\n- Japan (Exchanges): [OCCTO](http://occtonet.occto.or.jp/public/dfw/RP11/OCCTO/SD/LOGIN_login)\n- Japan (Chūbu): [Chūden](http://denki-yoho.chuden.jp/)\n- Japan (Chūgoku): [Energia](http://www.energia.co.jp/jukyuu/)\n- Japan (Hokkaidō): [Hokuden](http://denkiyoho.hepco.co.jp/area_forecast.html)\n- Japan (Hokuriku): [Rikuden](http://www.rikuden.co.jp/denki-yoho/)\n- Japan (Kansai): [Kepco](http://www.kepco.co.jp/energy_supply/supply/denkiyoho/)\n- Japan (Kyūshū): [Kyūden](http://www.kyuden.co.jp/power_usages/pc.html)\n- Japan (Kyūshū/Genkai NPP): [Kyūden](http://www.kyuden.co.jp/php/nuclear/genkai/rename.php?A=g_power.fdat&B=ncp_state.fdat&_=1520532904073)\n- Japan (Kyūshū/Sendai NPP): [Kyūden](http://www.kyuden.co.jp/php/nuclear/sendai/rename.php?A=s_power.fdat&B=ncp_state.fdat&_=1520532401043)\n- Japan (Shikoku): [Yonden](http://www.yonden.co.jp/denkiyoho/)\n- Japan (Tōhoku-Niigata): [TH-EPCO](http://setsuden.tohoku-epco.co.jp/graph.html)\n- Japan (Tōkyō area): [TEPCO](http://www.tepco.co.jp/forecast/html/images/juyo-d1-j.csv)\n- Kosovo: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Kuwait (TSO): [Ministry of Electricity & Water](https://www.mew.gov.kw/en/)\n- Kuwait (Power Market): [GCCIA](https://www.gccia.com.sa/)\n- Latvia: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Lithuania: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Malaysia: [GSO](https://www.gso.org.my/LandingPage.aspx)\n- Moldova: [MoldElectrica](http://www.moldelectrica.md/ro/activity/system_state)\n- Montenegro: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Namibia: [NamPower](http://www.nampower.com.na/Scada.aspx)\n- Netherlands: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- New Zealand:\n  - [Transpower](https://www.transpower.co.nz/power-system-live-data)\n  - [Siesa](https://www.southlanddc.govt.nz/my-southland/siesa-2/what-sieasa-does/)\n  - [Energy Market Services](https://em6live.co.nz)\n- Nicaragua: [CNDC](http://www.cndc.org.ni/)\n- Nigeria: [TCN ISO grid data portal](https://www.niggrid.com/GenerationProfile)\n- Northern Ireland: [Eirgrid](https://www.smartgriddashboard.com/)\n- Norway: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Oman: [GCCIA](https://www.gccia.com.sa/)\n- Panama: [CND](http://sitr.cnd.com.pa/m/pub/gen.html)\n- Peru: [COES](http://www.coes.org.pe/Portal/portalinformacion/Generacion)\n- Poland: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Portugal: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Qatar: [GCCIA](https://www.gccia.com.sa/)\n- Romania: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Russia: [SO-UPS](http://br.so-ups.ru/Public/MainPageData/BR/PowerGeneration.aspx)\n- Serbia: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Singapore: [EMC](https://www.emcsg.com)\n- Singapore (Solar): [EMA](https://www.ema.gov.sg/solarmap.aspx)\n- Slovakia: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Slovenia: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- South Africa: [Eskom](https://www.eskom.co.za/dataportal/supply-side/station-build-up-for-the-last-7-days/)\n- South Korea (Nuclear): [KHNP](http://cms.khnp.co.kr/eng/kori/realTimeMgr/list.do?mnCd=EN03020201&brnchCd=BR0302)\n- South Korea (Hydro): [KHNP](http://cms.khnp.co.kr/eng/realTimeMgr/water.do?mnCd=EN040203)\n- South Korea (Load): [KPX](http://power.kpx.or.kr/powerinfo_en.php)\n- Spain: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Spain (Balearic Islands): [REE](https://demanda.ree.es/movil)\n- Spain (Canary Islands): [REE](https://demanda.ree.es/movil)\n- Spain (Ceuta): [REE](https://demanda.ree.es/visiona/sistema/ceuta5m/)\n- Spain (Melilla): [REE](https://demanda.ree.es/visiona/sistema/melilla5m/)\n- Sweden: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Saudi Arabia: [GCCIA](https://www.gccia.com.sa/)\n- Sri Lanka: [Ceylon Electricity Board](https://cebcare.ceb.lk/gensum/details)\n- Switzerland: [ENTSOE](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)\n- Taiwan: [TAIPOWER](http://www.taipower.com.tw/d006/loadGraph/loadGraph/genshx_.html)\n- Thailand: [EGAT](https://www.sothailand.com/sysgen/egat/)\n- Turkey: [ytbs](https://ytbsbilgi.teias.gov.tr/ytbsbilgi/frm_istatistikler.jsf)\n- Ukraine: [UKRENERGO](https://ua.energy/activity/dispatch-information/ues-operation/)\n- United Arab Emirates: [GCCIA](https://www.gccia.com.sa/)\n- United States of America\n  - Federal: [EIA](https://www.eia.gov/electricity/data.cfm#gencapacity)\n  - Alaska (Southeast Alaska Power Agency): [SEAPA](https://seapahydro.org/scada)\n  - California (US-CAL-CISO): [CAISO](http://www.caiso.com/Pages/default.aspx)\n  - Hawaii, Oahu Island (US-HI-OA): [Islandpulse](https://www.islandpulse.org/)\n  - New England (US-NE-ISNE): [NEISO](https://www.iso-ne.com/isoexpress/)\n  - New York (US-NY-NYIS): [NYISO](https://www.nyiso.com/real-time-dashboard)\n  - PJM (US-MIDA-PJM): [PJM](http://www.pjm.com/markets-and-operations.aspx)\n  - Puerto Rico (PR): [AEEPR](https://aeepr.com/#/operacion)\n  - Southwest Power Pool (US-CENT-SWPP): [SPP](https://portal.spp.org/integrated-marketplace)\n- Uruguay: [UTE](https://apps.ute.com.uy/SgePublico/ConsPotenciaGeneracionArbolXFuente.aspx)\n- Vietnam: [EVN](https://www.nldc.evn.vn/)\n  &nbsp;</details>\n\n### Production capacity data sources\n\nProduction capacities are centralized in the [config/zones](https://github.com/electricitymaps/electricitymaps-contrib/tree/master/config/zones) folder. Capacities are included in the respective zone configurations. Values in the `capacity` maps are in MW.\n\n#### International sources\n\nWhen determining the installed capacity for a country, these sources might help you get started. Note that if you end up using one of these sources, it _also_ needs to be listed with the country/region.\n\n- Renewables: [IRENA](https://www.irena.org/Search?keywords=%22Renewable+Capacity+Statistics%22&sort=date&content_type=2803e86c173c440f840aa721825b3656)\n- Nuclear: [IAEA PRIS](https://pris.iaea.org/PRIS/WorldStatistics/OperationalReactorsByCountry.aspx)\n- Coal: [Global Coal Plant Tracker](https://globalenergymonitor.org/projects/global-coal-plant-tracker/tracker/)\n- Gas: [Global Gas Plant Tracker](https://globalenergymonitor.org/projects/global-gas-plant-tracker/tracker-map/)\n- Various:\n  - [Climatescope](https://global-climatescope.org/capacity-generation)\n  - [Global Power Plant Database](https://datasets.wri.org/dataset/globalpowerplantdatabase)\n\nFor many European countries, data is available from [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n\n#### Sources by region\n\n<details><summary>Click to see the full list of sources</summary>\n\n- Åland\n  - Wind: [Finnish Wind Power Association](https://tuulivoimayhdistys.fi/en/wind-power-in-finland/map 'Note: the map states 43MW for the Långnabba project, but as [Vestas](https://www.vestas.com/en/media/company-news/2020/vestas-develops-highly-customised-power-plant-solution--c3249491) and [Kraftnat](https://kraftnat.ax/) state 42MW, the lower figure was used')\n  - Solar: [Ålands statistik- och utredningsbyrå](https://www.asub.ax/sv/ekologisk-hallbarhet-17-installerad-kapacitet-elproduktion-solpaneler-pa-aland)\n  - Oil: [Kraftnät Åland](https://kraftnat.ax/stamnatet/)\n- Albania:\n  - Biomass: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Other: [ERE](https://ere.gov.al/images/2022/04/Raporti%20Vjetor%202021%20perfundimtare.pdf)\n- Andorra: [FEDA](https://www.feda.ad/sobre-feda/memories-i-documents-oficials/memoria-de-sostenibilitat-2013)\n- Argentina: [Cammesa](https://cammesaweb.cammesa.com/informe-sintesis-mensual/)\n- Armenia\n  - Biomass, Hydro, Solar, Wind: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Nuclear, Gas: [wikipedia.org](https://en.wikipedia.org/wiki/List_of_power_stations_in_Armenia)\n- Aruba: [WEB Aruba](https://www.webaruba.com/energy-production/power-production-figures)\n- Australia\n  - Other: [OpenNEM](https://opennem.org.au/facilities/all/)\n  - Solar: [APVI](https://pv-map.apvi.org.au/historical)\n- Austria\n  - Wind: [IGWindKraft](https://www.igwindkraft.at)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Bahrain: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Bangladesh: [BPDB](https://bpdb.portal.gov.bd/sites/default/files/files/bpdb.portal.gov.bd/annual_reports/7b792f67_bf50_4b3d_9bef_8f9b568005c9/2022-11-29-05-22-0dea17e09d8a84e72a63312df6b5bdc6.pdf)\n- Belarus: [belstat.gov.by](http://www.belstat.gov.by/upload/iblock/7f7/7f70938f51eb9e49abc4a6e62f831a2c.rar), [RenEn](http://director.by/zhurnal/arkhiv-zhurnala/arkhiv-nomerov-2017/375-7-2017-iyul-2017/5456-zelenaya-energetika-nabiraet-oboroty)\n- Belgium\n  - Nuclear: [IAEA](https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=BE)\n  - Nuclear: [FANC](https://afcn.fgov.be/fr/actualites/doel-3-arret-en-toute-surete)\n  - Solar: [ELIA](https://www.elia.be/en/grid-data/power-generation/solar-pv-power-generation-data)\n  - Hydro: [ELIA](https://www.elia.be/-/media/project/elia/shared/documents/elia-group/publications-pdfs/20200414_elia_annual-report-sustainability_en.pdf)\n  - Wind: [ELIA](https://www.elia.be/en/grid-data/power-generation/wind-power-generation)\n  - Battery: [ELIA](https://www.elia.be/en/publications/reports)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Bolivia: [CNDC](http://www.cndc.bo/agentes/generacion.php)\n- Bosnia and Herzegovina: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Brazil: [ONS](http://www.ons.org.br/Paginas/resultados-da-operacao/historico-da-operacao/capacidade_instalada.aspx)\n- Bulgaria:\n  - Hydro: [NEK](https://nek.bg/index.php/en/our-business/electricity-generation)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Canada (British Columbia, New Brunswick, Newfoundland and Labrador, Nova Scotia, Prince Edward Island):\n  [wikipedia.org](https://en.wikipedia.org/wiki/List_of_generating_stations_in_Canada)\n- Canada (Alberta): [AESO](http://ets.aeso.ca/ets_web/ip/Market/Reports/CSDReportServlet),\n  [wikipedia.org](https://en.wikipedia.org/wiki/List_of_generating_stations_in_Alberta)\n- Canada (Manitoba)\n  - Hydro & Gas: [Manitoba Hydro-Electric Board](https://www.hydro.mb.ca/corporate/ar/pdf/annual_report_2020_21.pdf), [Manitoba Hydro](https://www.hydro.mb.ca/corporate/facilities/generating_stations/#selkirk)\n  - Wind: [Province of Manitoba](https://gov.mb.ca/sd/environment_and_biodiversity/energy/wind/windfarms.html)\n- Canada (Ontario): [IESO](http://www.ieso.ca/en/Power-Data/Supply-Overview/Transmission-Connected-Generation)\n- Canada (Québec): [Hydro-Québec](https://www.hydroquebec.com/generation/generating-stations.html)\n- Canada (Saskatchewan): [SaskPower](https://www.saskpower.com/Our-Power-Future)\n- Canada (Yukon)\n  - Hydro: [YukonEnergy](https://yukonenergy.ca/energy-in-yukon/projects-facilities)\n- Chile (SEN, SEA, SEM): [energiaabierta.cl](http://energiaabierta.cl/visualizaciones/capacidad-instalada/)\n- Chile (Easter Island): [SASIPA](https://www.sasipa.cl/estado-del-suministro)\n- Croatia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Costa Rica: [ICE](https://www.grupoice.com/wps/wcm/connect/579dfc1f-5156-41e0-807d-d6808f65d718/Fasciculo_Electricidad_2020_ingl%C3%A9s_compressed.pdf?MOD=AJPERES&CVID=m.pGzcp)\n- Cyprus:\n  - Renewable: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Other: [TSO](https://tsoc.org.cy/electrical-system/total-daily-system-generation-on-the-transmission-system/)\n- Czech Republic: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Denmark (DK1 and DK2):\n  - [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n  - [energidataservice.dk](https://energidataservice.dk/tso-electricity/capacitypermunicipality)\n- Dominican Republic:\n  - 2020 Data: [OC](https://www.dropbox.com/sh/8dec0z1ftf2nqr0/AAAbDG-6lSttxBprxhPRNkjaa/2020?dl=0&preview=OC-2020-000190-GG-SIE-INFORME+ANUAL+2019+V1.pdf&subfolder_nav_tracking=1)\n  - Other: [Climatescope](http://global-climatescope.org/en/country/dominican-republic/#/details)\n- El Salvador:\n  - Thermal: [CNE](http://estadisticas.cne.gob.sv/wp-content/uploads/2016/09/Plan_indicativo_2016_2026-1.pdf)\n  - Renewables: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Estonia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Faroe Islands: [Johan Pauli Magnussen's Thesis, p44](https://setur.fo/uploads/tx_userpubrep/BScThesis_JohanPauliMagnussen.pdf)\n- Finland:\n  - Nuclear: [IAEA](https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=FI)\n  - Renewables: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Wind: [Fingrid](https://data.fingrid.fi/en/dataset/total-wind-production-capacity)\n  - Solar: [Fingrid](https://data.fingrid.fi/en/dataset/total-solar-production-capacity)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- France:\n  - Geothermal: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Hydro storage [RTE](https://opendata.reseaux-energies.fr/explore/dataset/registre-national-installation-production-stockage-electricite-agrege/analyze/?disjunctive.epci&disjunctive.departement&disjunctive.region&disjunctive.filiere&disjunctive.combustible&disjunctive.combustiblessecondaires&disjunctive.technologie&disjunctive.regime&disjunctive.gestionnaire&sort=-puismaxcharge&refine.filiere=Hydraulique&refine.regime=En+service&refine.technologie=Pompage+turbinage&dataChart=eyJxdWVyaWVzIjpbeyJjaGFydHMiOlt7InR5cGUiOiJjb2x1bW4iLCJmdW5jIjoiU1VNIiwieUF4aXMiOiJwdWlzbWF4aW5zdGFsbGVlIiwic2NpZW50aWZpY0Rpc3BsYXkiOnRydWUsImNvbG9yIjoiIzY2YzJhNSJ9LHsiYWxpZ25Nb250aCI6dHJ1ZSwidHlwZSI6ImNvbHVtbiIsImZ1bmMiOiJTVU0iLCJ5QXhpcyI6InB1aXNtYXhyYWMiLCJzY2llbnRpZmljRGlzcGxheSI6dHJ1ZSwiY29sb3IiOiIjZmM4ZDYyIn0seyJhbGlnbk1vbnRoIjp0cnVlLCJ0eXBlIjoiY29sdW1uIiwiZnVuYyI6IlNVTSIsInlBeGlzIjoicHVpc21heGNoYXJnZSIsInNjaWVudGlmaWNEaXNwbGF5Ijp0cnVlLCJjb2xvciI6IiM4ZGEwY2IifSx7ImFsaWduTW9udGgiOnRydWUsInR5cGUiOiJjb2x1bW4iLCJmdW5jIjoiU1VNIiwieUF4aXMiOiJwdWlzbWF4cmFjY2hhcmdlIiwic2NpZW50aWZpY0Rpc3BsYXkiOnRydWUsImNvbG9yIjoiI2U3OGFjMyJ9XSwieEF4aXMiOiJmaWxpZXJlIiwibWF4cG9pbnRzIjoiIiwidGltZXNjYWxlIjoiIiwic29ydCI6InNlcmllMS0xIiwiY29uZmlnIjp7ImRhdGFzZXQiOiJyZWdpc3RyZS1uYXRpb25hbC1pbnN0YWxsYXRpb24tcHJvZHVjdGlvbi1zdG9ja2FnZS1lbGVjdHJpY2l0ZS1hZ3JlZ2UiLCJvcHRpb25zIjp7ImRpc2p1bmN0aXZlLmVwY2kiOnRydWUsImRpc2p1bmN0aXZlLmRlcGFydGVtZW50Ijp0cnVlLCJkaXNqdW5jdGl2ZS5yZWdpb24iOnRydWUsImRpc2p1bmN0aXZlLmZpbGllcmUiOnRydWUsImRpc2p1bmN0aXZlLmNvbWJ1c3RpYmxlIjp0cnVlLCJkaXNqdW5jdGl2ZS5jb21idXN0aWJsZXNzZWNvbmRhaXJlcyI6dHJ1ZSwiZGlzanVuY3RpdmUudGVjaG5vbG9naWUiOnRydWUsImRpc2p1bmN0aXZlLnJlZ2ltZSI6dHJ1ZSwiZGlzanVuY3RpdmUuZ2VzdGlvbm5haXJlIjp0cnVlLCJzb3J0IjoiLXB1aXNtYXhjaGFyZ2UiLCJyZWZpbmUuZmlsaWVyZSI6Ikh5ZHJhdWxpcXVlIiwicmVmaW5lLnJlZ2ltZSI6IkVuIHNlcnZpY2UiLCJyZWZpbmUudGVjaG5vbG9naWUiOiJQb21wYWdlIHR1cmJpbmFnZSJ9fX1dLCJ0aW1lc2NhbGUiOiIiLCJkaXNwbGF5TGVnZW5kIjp0cnVlLCJhbGlnbk1vbnRoIjp0cnVlfQ%3D%3D)\n  - Hydro [RTE](https://opendata.reseaux-energies.fr/explore/dataset/registre-national-installation-production-stockage-electricite-agrege/analyze/?disjunctive.epci&disjunctive.departement&disjunctive.region&disjunctive.filiere&disjunctive.combustible&disjunctive.combustiblessecondaires&disjunctive.technologie&disjunctive.regime&disjunctive.gestionnaire&sort=-puismaxcharge&refine.filiere=Hydraulique&refine.regime=En+service&refine.technologie=Lac&refine.technologie=Fil+de+l%27eau&refine.technologie=Autre&refine.technologie=Eclus%C3%A9e&refine.technologie=Hydrolien+fluvial&dataChart=eyJxdWVyaWVzIjpbeyJjaGFydHMiOlt7InR5cGUiOiJjb2x1bW4iLCJmdW5jIjoiU1VNIiwieUF4aXMiOiJwdWlzbWF4aW5zdGFsbGVlIiwic2NpZW50aWZpY0Rpc3BsYXkiOnRydWUsImNvbG9yIjoiIzY2YzJhNSJ9LHsiYWxpZ25Nb250aCI6dHJ1ZSwidHlwZSI6ImNvbHVtbiIsImZ1bmMiOiJTVU0iLCJ5QXhpcyI6InB1aXNtYXhyYWMiLCJzY2llbnRpZmljRGlzcGxheSI6dHJ1ZSwiY29sb3IiOiIjZmM4ZDYyIn0seyJhbGlnbk1vbnRoIjp0cnVlLCJ0eXBlIjoiY29sdW1uIiwiZnVuYyI6IlNVTSIsInlBeGlzIjoicHVpc21heGNoYXJnZSIsInNjaWVudGlmaWNEaXNwbGF5Ijp0cnVlLCJjb2xvciI6IiM4ZGEwY2IifSx7ImFsaWduTW9udGgiOnRydWUsInR5cGUiOiJjb2x1bW4iLCJmdW5jIjoiU1VNIiwieUF4aXMiOiJwdWlzbWF4cmFjY2hhcmdlIiwic2NpZW50aWZpY0Rpc3BsYXkiOnRydWUsImNvbG9yIjoiI2U3OGFjMyJ9XSwieEF4aXMiOiJmaWxpZXJlIiwibWF4cG9pbnRzIjoiIiwidGltZXNjYWxlIjoiIiwic29ydCI6InNlcmllMS0xIiwiY29uZmlnIjp7ImRhdGFzZXQiOiJyZWdpc3RyZS1uYXRpb25hbC1pbnN0YWxsYXRpb24tcHJvZHVjdGlvbi1zdG9ja2FnZS1lbGVjdHJpY2l0ZS1hZ3JlZ2UiLCJvcHRpb25zIjp7ImRpc2p1bmN0aXZlLmVwY2kiOnRydWUsImRpc2p1bmN0aXZlLmRlcGFydGVtZW50Ijp0cnVlLCJkaXNqdW5jdGl2ZS5yZWdpb24iOnRydWUsImRpc2p1bmN0aXZlLmZpbGllcmUiOnRydWUsImRpc2p1bmN0aXZlLmNvbWJ1c3RpYmxlIjp0cnVlLCJkaXNqdW5jdGl2ZS5jb21idXN0aWJsZXNzZWNvbmRhaXJlcyI6dHJ1ZSwiZGlzanVuY3RpdmUudGVjaG5vbG9naWUiOnRydWUsImRpc2p1bmN0aXZlLnJlZ2ltZSI6dHJ1ZSwiZGlzanVuY3RpdmUuZ2VzdGlvbm5haXJlIjp0cnVlLCJzb3J0IjoiLXB1aXNtYXhjaGFyZ2UiLCJyZWZpbmUuZmlsaWVyZSI6Ikh5ZHJhdWxpcXVlIiwicmVmaW5lLnJlZ2ltZSI6IkVuIHNlcnZpY2UiLCJyZWZpbmUudGVjaG5vbG9naWUiOlsiTGFjIiwiRmlsIGRlIGwnZWF1IiwiQXV0cmUiLCJFY2x1c1x1MDBFOWUiLCJIeWRyb2xpZW4gZmx1dmlhbCJdfX19XSwidGltZXNjYWxlIjoiIiwiZGlzcGxheUxlZ2VuZCI6dHJ1ZSwiYWxpZ25Nb250aCI6dHJ1ZX0%3D)\n  - Coal, nuclear, solar, wind: [RTE](https://www.rte-france.com/eco2mix/les-chiffres-cles-de-lelectricite)\n  - Battery [CRE.FR](https://www.cre.fr/content/download/21318/271898)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show?)\n- French Polynesia:\n  - Hydro & Solar: [service-public.pf](https://www.service-public.pf/sde/wp-content/uploads/sites/15/2021/02/BEPF-2019-VF_online_mail_light_compressed.pdf)\n  - Thermal: [service-public.pf](https://www.service-public.pf/sde/documentation-2/rapports-delegataires)\n- Germany:\n  - Nuclear: [IAEA](https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=DE)\n  - Nuclear: [BASE](https://www.base.bund.de/EN/ns/nuclear-phase-out/nuclear-phase-out_node.html)\n  - Geothermal and Unknown: [Bundesnetzagentur](https://www.bundesnetzagentur.de/DE/Sachgebiete/ElektrizitaetundGas/Unternehmen_Institutionen/Versorgungssicherheit/Erzeugungskapazitaeten/Kraftwerksliste/kraftwerksliste-node.html)\n  - Other: [Frauenhofer ISE](https://energy-charts.info/charts/installed_power/chart.htm)\n- Georgia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Great Britain: [Elexon BMRS](https://www.bmreports.com/bmrs/?q=foregeneration/capacityaggregated)\n- Greece: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Guatemala: [AMM](http://www.amm.org.gt/pdfs2/2017/Capacidad_Instalada_2017.xls)\n- Honduras: [ENEE](http://www.enee.hn/planificacion/2018/boletines/Boletin%20Estadistico%20Mes%20de%20Septiembre%202018%20PDF.pdf)\n- Hong Kong: [CLP](https://www.clp.com.hk/en/about-clp/power-generation)\n- Hungary:\n  - Biomass: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n  - Solar: [MAVIR](https://www.mavir.hu/documents/10258/255200887/PV+STATISZTIKA_HU_20231231_ig_v2.pdf)\n  - Other: [MAVIR](https://www.mavir.hu/web/mavir/energia-mix-eromuvi-beepitett-teljesitokepesseg-adatok)\n- Iceland\n  - Oil: [Statistics Iceland](http://px.hagstofa.is/pxen/pxweb/en/Atvinnuvegir/Atvinnuvegir__orkumal/IDN02101.px)\n  - Geothermal, Wind and Hydro: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Ireland\n  - Non-Renewable: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n  - Renewable: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Indonesia\n  - Renewable: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Non-Renewable [ESDM](https://www.esdm.go.id/assets/media/content/content-laporan-kinerja-ditjen-ketenagalistrikan-2020.pdf)\n- Israel\n  - [Irena](https://pxweb.irena.org/pxweb/en/IRENASTAT)\n  - [GEM](https://globalenergymonitor.org/projects/global-gas-plant-tracker/tracker-map/)\n- Italy\n  - Coal and Oil: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedCapacityPerProductionUnit/show)\n  - Other: [Terna](https://www.terna.it/it/sistema-elettrico/statistiche/pubblicazioni-statistiche)\n- India:\n  - Renewable: [MRE](https://mnre.gov.in/img/documents/uploads/file_s-1683779844352.pdf)\n  - Non-Renewable: [NPP](https://npp.gov.in/publishedReports)\n  - (Punjab): [PUNJABSLDC](http://www.punjabsldc.org/realtimepbGen.aspx)\n  - (Tamil Nadu): [tnebsldc](https://tnebsldc.org/reports1/peakdet.pdf)\n- Japan:\n  - Tokyo: [Power-Plants](http://agora.ex.nii.ac.jp/earthquake/201103-eastjapan/energy/electrical-japan/operator/3.html.ja)\n  - Kyūshū: [TSO - Kyuden](https://www.kyuden.co.jp/library/pdf/en/ir/integratedreport/2022/en_integratedreport_2022.pdf)\n  - Tohoku\n    - Wind: [The Wind Power](https://www.thewindpower.net/country_zones_en_11_japan.php)\n  - Hokkaidō\n    - Wind: [TSO - HEPCO](https://www.hepco.co.jp/english/environment/renewable_energy.html)\n    - Hydro [TSO - HEPCO](https://www.hepco.co.jp/english/ir/datadownloads.html)\n    - Hydro storage [TSO - HEPCO](https://wwwc.hepco.co.jp/hepcowwwsite/english/ir/pdf/hepco_group_report_2022.pdf)\n    - Oil & coal & gas: [TSO - HEPCO](https://www.hepco.co.jp/english/ir/datadownloads.html)\n    - Nuclear: [TSO - HEPCO](https://www.hepco.co.jp/english/ir/datadownloads.html)\n    - Solar: [TSO - HEPCO](https://www.hepco.co.jp/english/environment/renewable_energy.html)\n    - Biomass: [TSO - HEPCO](https://www.hepco.co.jp/english/environment/renewable_energy.html)\n    - Geothermal: [TSO - HEPCO](https://wwwc.hepco.co.jp/hepcowwwsite/english/ir/pdf/hepco_group_report_2022.pdf)\n  - Hokuriku\n    - Hydro, coal, oil, gas, nuclear & solar: [TSO - Rikuden](https://www.rikuden.co.jp/csr/attach/integratedreport2021EN.pdf)\n    - Wind: [The Wind Power](https://www.thewindpower.net/developer_en_1636_hokuriku-electric-power-group.php)\n    - Biomass: [Global Energy Monitor](https://www.gem.wiki/Tsuruga_power_station)\n  - Chūbu\n    - Biomass, hydro storage & geothermal: [TSO - Chuden](https://www.chuden.co.jp/english/energy/renewable/initiatives/)\n    - Hydro & Nuclear: [TSO - Chuden](https://www.chuden.co.jp/english/corporate/outline/)\n    - Solar & Wind: [TSO - Chuden](https://www.chuden.co.jp/english/resource/corporate/ecsr_report_2022_all.pdf)\n    - Coal & gas & oil: [Power Plants](https://en.wikipedia.org/wiki/Chubu_Electric_Power)\n  - Chūgoku\n    - Nuclear, hydro & hydro storage: [TSO - Energia](https://www.energia.co.jp/e/business/int_business/skills/renewable-energy.html)\n    - Solar: [Sonnedix](https://sonnedix.jp/power-plants/list-of-plants/)\n    - Wind: [The Wind Power](https://www.thewindpower.net/country_zones_en_11_japan.php)\n    - Coal, gas & oil: [TSO - Energia](https://www.energia.co.jp/e/business/int_business/skills/thermal-pg.html)\n  - Shikoku\n    - Wind: [The Wind Power](https://www.thewindpower.net/country_zones_en_11_japan.php)\n    - Hydro & Nuclear: [TSO - Yonden](https://www.yonden.co.jp/english/profile/profile.html)\n    - Hydro storage, coal, oil & gas: [TSO - Yonden](https://www.yonden.co.jp/english/assets/pdf/ir/tools/ann_r/annual_e_2022.pdf)\n    - Biomass: [Global Energy Monitor](https://www.gem.wiki/Saijo_power_station)\n    - Solar: [ISEP](https://www.isep.or.jp/en/411/)\n  - Okinawa\n    - Wind: [The Wind Power](https://www.thewindpower.net/zones_en_11_985.php)\n    - Coal, oil & gas: [TSO - Okiden](https://www.okiden.co.jp/shared/pdf/ir/ar/ar2021/oepc_ar21_00.pdf)\n    - Biomass: [Erex](https://www.erex.co.jp/en/business/power-generation/plant/)\n- Kosovo: [TSO](https://www.kostt.com/Content/ViewFiles/Transparency/BasicMarketDataOnGeneration/EN/Installed%20capacity%20of%20production%20units.pdf)\n- Kuwait\n  - Gas & oil: [KAPSARC](https://datasource.kapsarc.org/api/datasets/1.0/kuwait-power-plants-database/attachments/power_plants_xlsx/)\n  - Solar & wind: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Latvia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Lithuania:\n  - Solar & Wind: [Litgrid](https://www.litgrid.eu/index.php/power-system/power-system-information/generation-capacity/546)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Luxembourg:\n  - Hydro Storage: [Société Electrique de L'Our](http://www.seo.lu/fr/Activites-principales/PSW-Vianden/Installations/Donnees-techniques)\n  - Other: [Institut luxembourgeois de régulation](https://data.public.lu/fr/datasets/la-production-denergie-electrique-au-luxembourg-1/)\n- Malaysia: [GSO](https://www.gso.org.my/SystemData/PowerStation.aspx)\n- Moldova\n  - Renewable: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Gas (CET-1 & CET-2 Chişinău): [Termoelectrica](https://www.termoelectrica.md/ro_RO/despre/informatii-tehnice/)\n  - Gas (CET-Nord): [CET-Nord](https://www.cet-nord.md/en/transparent/tep)\n  - Gas and coal (CERS Moldovenească): [MOLDGRES](http://moldgres.com/o-predpriyatii/equipment)\n  - Summary as permanent document (slightly outdated): [FAS](<http://en.fas.gov.ru/upload/other/National%20Agency%20for%20Energy%20Regulation%20(G.%20Pyrzy).pdf>)\n- Montenegro: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Morocco: [ONEE](http://www.one.org.ma/FR/pdf/Depliant%20Statistiques%20FR%202019.pdf)\n- Nagorno-Karabakh: [Artsakh HEK](http://artsakhhek.am/?lang=en)\n- Namibia\n  - Coal & Oil: [NamPower](http://www.nampower.com.na/Page.aspx?p=182)\n  - Hydro, solar & wind: [African Energy](https://www.africa-energy.com/database)\n- Nepal\n  - List of PowerStations: [PowerStations](https://en.wikipedia.org/wiki/List_of_power_stations_in_Nepal)\n  - GIS Map of Reservoir Projects: [GIS_Reservoir](https://www.doed.gov.np/download/GIS-map-of-reservoir-projects.pdf)\n- Netherlands:\n  - Solar and wind : [CBS](https://www.cbs.nl/nl-nl/cijfers/detail/82610NED)\n  - Biomass, Hydro, Wind: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Other : [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Nicaragua: [INE](https://www.ine.gob.ni/index.php/electricidad/estadisticas-anuales)\n- Nigeria\n  - [USAID](https://www.usaid.gov/powerafrica/nigeria)\n  - [TCN ISO grid data portal](https://www.niggrid.org)\n- North Macedonia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Norway:\n  - Solar: [NVE Excel report](https://www.nve.no/media/13861/oversikt-over-solcelleanlegg-i-norge_2021.xlsx)\n  - Other: [NVE](https://www.nve.no/energiforsyning/kraftproduksjon/?ref=mainmenu)\n- Northern Ireland\n  - Thermal capacity, battery storage: [Connections Register, April 2022](https://www.soni.ltd.uk/media/documents/20220414-Connections-Register-14-April-2022.pdf)\n  - Renewables, smaller scale generation: [All-Island Generation Capacity Statement 2022-2031](https://www.soni.ltd.uk/media/documents/EirGrid_SONI_2022_Generation_Capacity_Statement_2022-2031.pdf)\n  - Coal Retirement: [BBC](https://web.archive.org/web/20231004055500/https://www.bbc.com/news/uk-northern-ireland-66957611)\n- Oman: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Panama:\n  - Renewables: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Oil, Gas and Coal: [CND](http://www.cnd.com.pa/index.php/estadisticas)\n  - Biomass: [Secretaría de Energía de Panamá](http://www.energia.gob.pa/mercado-energetico/?tag=84#documents-list)\n- Peru: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Philippines: [Philippine Department of Energy](https://www.doe.gov.ph/sites/default/files/pdf/electric_power/04_LVM-Grid-Summary-June-2023-updated.pdf)\n- Poland: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Portugal:\n  - Biomass, Hydro, Solar, Wind, Gas: [REN](https://datahub.ren.pt/en/electricity/monthly-balance/)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Puerto Rico: [EIA](https://www.eia.gov/electricity/data/eia860M/)\n- Qatar: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- Romania:\n  - Latest: [Transelectrica](https://www.transelectrica.ro/documents/10179/45096/7productie23.xls/235f8702-9890-4109-9403-36c7fa59ce16)\n  - Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- Russia: [Minenergo](https://minenergo.gov.ru/node/532)\n- Serbia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show?)\n- Singapore\n  - Solar: [Energy Market Authority](https://www.ema.gov.sg/consumer-information/solar/solar-irradiance-map)\n  - Other: [Energy Market Authority](https://www.ema.gov.sg/statistic.aspx?sta_sid=20140730XofavKNX5Ti7)\n- Slovakia:\n  - Nuclear: [IAEA](https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=SK)\n  - Renewables: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n  - Other: [SEPS](https://www.sepsas.sk/media/4951/rocenka-sed-2020.pdf)\n- Slovenia: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)\n- South Africa:\n  - [Eskom](https://www.eskom.co.za/wp-content/uploads/2021/08/2021IntegratedReport.pdf)\n- South Korea:\n  - Nuclear: [IAEA](https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=KR)\n  - [KHNP](http://cms.khnp.co.kr/content/163/main.do?mnCd=FN05040101)\n  - [EPSIS](http://epsis.kpx.or.kr/epsisnew/selectEkpoBftChart.do?menuId=020100)\n- Spain\n  - Geothermal, Oil: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show?)\n  - Other: [REE](https://www.ree.es/es/datos/generacion/potencia-instalada)\n- Spain (Balearic Islands)\n  - Coal: [wikipedia.org](https://es.wikipedia.org/wiki/Central_t%C3%A9rmica_de_Es_Murterar)\n  - Wind, Solar: [REE](http://www.ree.es/sites/default/files/11_PUBLICACIONES/Documentos/Renovables-2016-v3.pdf)\n- Spain (Canary Islands)\n  - Hydro storage: [goronadelviento.es](http://www.goronadelviento.es/)\n  - Wind, Solar: [REE](http://www.ree.es/sites/default/files/11_PUBLICACIONES/Documentos/Renovables-2016-v3.pdf)\n- Spain (Ceuta): [REE](https://www.ree.es/es/datos/generacion/potencia-instalada)\n- Spain (Melilla): [REE](https://www.ree.es/es/datos/generacion/potencia-instalada)\n- Sri Lanka: [Ceylon Electricity Board](https://ceb.lk/front_img/img_reports/1636539187LTGEP_2022-2041_Web_compressed.pdf 'Renewable installed capacity taken from Figure 1.13 (private-owned) and Table 2.1 (government-owned hydro), except for biomass, where the higher figure mentioned in the section \"5.4 Other Renewable Energy Development\" was used. Together, these add up to within 1 MW of the stated total renewable capacity of 2,447 MW (which is mentioned in e.g. \"1.4.2.1 Overview\"). Solar includes rooftop solar.  Thermal capactity taken from \"2.2 Thermal Generation\". Thermal Electricity generation is only from coal and oil, see Figure 1.14. According to [\"CEB - ANNUAL REPORT 2020\" page 18 (20 in PDF)](https://ceb.lk/front_img/img_reports/164887150703-CEB-Annual_Report-2020-English.pdf), the 900MW Lakvijaya plant is the only coal plant in Sri Lanka, implying the others are oil-fired. Installed capacity figures do not add up exactly to the 2,168 MW mentioned in the opening paragraph; I went with the combined total nameplate capacity from Table 2.5 (government-owned) and Table 2.6 (private-owned), adding up to 2197.9 MW. Then I put 900MW under coal and categorized the remainder as oil.  Pumped hydro is mentioned as being planned/investigated in several places, but currently isn\\'t deployed. The same goes for battery storage.  Sri Lanka has no nuclear power plants. A report has been commissioned to investigate the possibility, see 4.2 (v).')\n- Sweden: [SVK](https://www.svk.se/siteassets/om-oss/rapporter/2023/kraftbalansen-pa-den-svenska-elmarknaden-rapport-2023.pdf)\n- Switzerland\n  - Hydro: [BEF](https://www.bfe.admin.ch/bfe/de/home/versorgung/statistik-und-geodaten/geoinformation/geodaten/wasser/statistik-der-wasserkraftanlagen.html)\n  - Other: [UVEK](https://www.uvek-gis.admin.ch/BFE/storymaps/EE_Elektrizitaetsproduktionsanlagen/)\n- Taiwan\n  - Renewable: [TAIPOWER](https://www.taipower.com.tw/en/page.aspx?mid=4495)\n  - Other: [TAIPOWER](https://www.taipower.com.tw/en/page.aspx?mid=4488&cid=2793&cchk=4ce0ae20-8549-4207-b5e2-2f0919e749bf)\n- Thailand:\n  - EGAT's production capacity: [EGAT](https://www.egat.co.th/home/statistics-all-egat/)\n  - EGAT's purchase capacity: [EGAT](https://www.egat.co.th/home/statistics-all-3rdparty/)\n- Turkey: [TEIAS](https://www.teias.gov.tr/tr-TR/kurulu-guc-raporlari)\n- Ukraine: [UKRENERGO](https://ua.energy/vstanovlena-potuzhnist-energosystemy-ukrayiny/)\n- United Arab Emirates: [IRENA](https://www.irena.org/publications/2022/Apr/Renewable-Capacity-Statistics-2022)\n- United States of America\n  - Federal: [EIA](https://www.eia.gov/electricity/data.cfm#gencapacity)\n  - Balancing Authorities: [EIA](https://www.eia.gov/electricity/data/eia860M/)\n  - States:\n    - [EIA](https://www.eia.gov/electricity/data/state/)\n    - [EIA](https://www.eia.gov/electricity/data/eia860M/)\n  - BPA: [BPA](https://transmission.bpa.gov/business/operations/Wind/baltwg.aspx)\n  - CAISO\n    - CEC: [CEC](https://www.energy.ca.gov/data-reports/energy-almanac/california-electricity-data/electric-generation-capacity-and-energy)\n    - Renewables: [CAISO](http://www.caiso.com/informed/Pages/CleanGrid/default.aspx)\n    - Nuclear: [wikipedia.org](https://en.wikipedia.org/wiki/Diablo_Canyon_Power_Plant)\n  - Florida TECO (US-FLA-TEC)\n    - Coal: [Github|electricitymaps-contrib|PR#5297](https://github.com/electricitymaps/electricitymaps-contrib/pull/5297)\n  - Hawaii\n    - Battery storage: [Kapolei Energy Storage Project](https://www.kapoleienergystorage.com/)\n    - Coal: [The Guardian: Hawaii to close its only coal power plant in a step toward renewable energy](https://web.archive.org/web/20220902132250/https://www.theguardian.com/us-news/2022/aug/31/hawaii-close-coal-power-plant-renewable-energy)\n    - Other: [EIA](https://www.eia.gov/electricity/data/eia860M/)\n  - NYISO: [NYISO Gold Book](https://www.nyiso.com/documents/20142/2226333/2021-Gold-Book-Final-Public.pdf)\n  - PJM: [PJM](https://www.pjm.com/-/media/markets-ops/ops-analysis/capacity-by-fuel-type-2022.ashx)\n  - PNM\n    - Coal: [Github|electricitymaps-contrib|PR#4614](https://github.com/electricitymaps/electricitymaps-contrib/pull/4614)\n    - EIA: [EIA](https://www.eia.gov/electricity/data/eia860M/)\n  - Southern Company Services, Inc:\n    - Nuclear: Capacity [EIA](https://www.eia.gov/electricity/data/eia860m/)\n  - SPP: [SPP](https://www.spp.org/about-us/fast-facts/)\n- Uruguay: [UTE](https://portal.ute.com.uy/institucional/infraestructura/fuentes-de-generacion)\n- Vietnam: [EVN](https://www.nldc.evn.vn/FullNewsg/100/Thong-tin-thi-truong-dien/default.aspx)\n  &nbsp;</details>\n\n### Cross-border transmission capacity data sources\n\nCross-border transmission capacities between the zones are centralized in the [config/exchanges](https://github.com/electricitymaps/electricitymaps-contrib/tree/master/config/exchanges) folder. Capacities are included in the respective exchange configurations. Values in the `capacity` maps are in MW. The value prefaced with `-` is the export capacity and the value not prefaced is the import capacity. Direction is determined by alphabetical sorting of the zone keys.\n\n#### For the nordic and baltic countries capacities are available from [Nord Pool](https://www.nordpoolgroup.com/en/Market-data1/Dayahead/Capacities1/Capacities/key1/hourly/?view=table)\n\n<details><summary>Click to see the full list of sources</summary>\n\n- Åland ⇄ Sweden: [\"Sverigekabeln\": 80 MW](https://kraftnat.ax/stamnatet/)\n- Åland ⇄ Finland: [\"Gustavskablen\": 10 MW + \"ÅL-Link\": 100 MW](https://kraftnat.ax/stamnatet/)\n- Albania ⇄ Greece: [533 MW](https://ec.europa.eu/energy/sites/ener/files/documents/2nd_report_ic_with_neighbouring_countries_b5.pdf)\n- Andorra ⇄ Spain: [125 MW](https://www.ree.es/sites/default/files/publication/2022/05/downloadable/inf_sis_elec_ree_2020_0EN_0.pdf)\n- Australia (New South Wales) ⇄ Australia (Queensland) [\"QNI\": 700MW (NSW -> QLD) 1200MW (QLD -> NSW)](https://en.wikipedia.org/wiki/Queensland_%E2%80%93_New_South_Wales_Interconnector) and [\"N-Q-MNSP1\": 180MW](https://www.aemo.com.au/-/media/Files/Electricity/NEM/Security_and_Reliability/Congestion-Information/2017/Interconnector-Capabilities.pdf)\n- Australia (Victoria) ⇄ Australia (New South Wales) [\"VIC1-NSW1\": 1600MW (VIC -> NSW) 1350MW (NSW -> VIC)](https://www.aemo.com.au/-/media/Files/Electricity/NEM/Security_and_Reliability/Congestion-Information/2017/Interconnector-Capabilities.pdf) and [\"VNI\": 170MW](https://www.transgrid.com.au/what-we-do/projects/current-projects/Victoria%20to%20NSW%20Interconnector)\n- Australia (Victoria) ⇄ Australia (South Australia) [\"Heywood interconnector\": 650 MW](https://en.wikipedia.org/wiki/Heywood_interconnector) and [\"Murraylink\": 220MW](https://en.wikipedia.org/wiki/Murraylink)\n- Australia (Victoria) ⇄ Australia (Tasmania): [\"Basslink\": 500 MW (regular) or 630 MW (temporarily)](https://en.wikipedia.org/wiki/Basslink)\n- Belgium ⇄ Germany [\"Alegro\": 1000MW](https://www.elia.be/en/infrastructure-and-projects/infrastructure-projects/alegro?clang=en)\n- [Bosnia and Herzegovina ⇄ Croatia](https://op.europa.eu/en/publication-detail/-/publication/785f224b-93cd-11e9-9369-01aa75ed71a1/language-en?WT.mc_id=Searchresult&WT.ria_c=37085&WT.ria_f=3608&WT.ria_ev=sea)\n- Bulgaria ⇄ Greece: [700 MW](https://ibex.bg/markets/dam/cross-zonal-capacities/)\n- Bulgaria ⇄ North Macedonia [950 MW](https://ec.europa.eu/energy/sites/ener/files/documents/2nd_report_ic_with_neighbouring_countries_b5.pdf)\n- Bulgaria ⇄ Turkey [2485 MW](https://ec.europa.eu/energy/sites/ener/files/documents/2nd_report_ic_with_neighbouring_countries_b5.pdf)\n- Canada (Alberta) ⇄ Canada (British Columbia): [\"Path 1\": 1000 MW (CA-AB -> CA-BC) 800 MW (CA-BC -> CA-AB)](https://www.aeso.ca/assets/Information-Documents/2011-001R-ATC-and-Transfer-Path-Management.pdf)\n- Canada (Alberta) ⇄ Canada (Saskatchewan): [\"Path 2\": 153 MW](https://www.aeso.ca/assets/Information-Documents/2011-001R-ATC-and-Transfer-Path-Management.pdf)\n- Canada (Alberta) ⇄ United States of America (NorthWestern Energy): [\"Path 83\": 315 MW (CA-AB -> US-NW-NWMT) 310 MW (US-NW-NWMT -> CA-AB)](https://www.aeso.ca/assets/Information-Documents/2011-001R-ATC-and-Transfer-Path-Management.pdf)\n- [Denmark (West) ⇄ Norway](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Denmark (East) ⇄ Denmark (West)](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Denmark (East) ⇄ Germany](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Denmark (West) ⇄ Sweden](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Denmark (West) ⇄ Netherlands](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Estonia ⇄ European Russia And Ural [2464 MW](https://ec.europa.eu/energy/sites/ener/files/documents/2nd_report_ic_with_neighbouring_countries_b5.pdf)\n- [Estonia ⇄ Finland](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Finland ⇄ Norway: [\"Joint operation between the Norwegian and Finnish subsystems, Appendix 3 to SOA Annex OS (FI and NO)\": 120 MW (NO4 -> FI) 100 MW (FI -> NO4)](https://www.fingrid.fi/globalassets/dokumentit/fi/kantaverkko/sahkonsiirto/appendix-1-8-to-soa-annex-os.pdf)\n- Georgia ⇄ Turkey: [\"Black Sea Transmission Network Project (BSTN)\": 700 MW](http://www.gse.com.ge/M9Ltvi2EQCCNYg7LvHW0JQ.html 'Two additional connections are planned/under construction, Batumi-Muratli and Akhalstikhe-Tortum, to double capacity to 1400MW; see http://www.gse.com.ge/sw/static/file/TYNDP_GE-2020-2030_ENG.pdf. Another interconnector (Batumi-Khopa) is only used in emergencies, according to http://www.gse.com.ge/about-us/international-affairs')\n- [Germany ⇄ Sweden](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Germany ⇄ Norway](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Great Britain ⇄ Belgium: [\"Nemo Link\": 1000 MW](https://en.wikipedia.org/wiki/Nemo_Link)\n- Great Britain ⇄ North Ireland: [\"Moyle\": 500 MW](http://www.wikiwand.com/en/HVDC_Moyle)\n- [Great Britain ⇄ Norway](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Great Britain ⇄ Ireland: [\"East-West Interconnector\": 500 MW](https://en.wikipedia.org/wiki/East%E2%80%93West_Interconnector)\n- Great Britain ⇄ Ireland: [\"Greenlink Interconnector\": 500 MW](https://en.wikipedia.org/wiki/Greenlink)\n- Great Britain ⇄ France: [\"Cross-Channel\": 2000 MW](https://en.wikipedia.org/wiki/HVDC_Cross-Channel), [\"ElecLink\": 1000 MW](https://www.getlinkgroup.com/en/our-group/eleclink/) & [\"IFA2\": 1000 MW](https://en.wikipedia.org/wiki/IFA-2)\n- Great Britain ⇄ Netherlands: [\"BritNed\": 1000 MW](https://en.wikipedia.org/wiki/BritNed)\n- Greece ⇄ Italy: [\"GRITA\": 500 MW](https://en.wikipedia.org/wiki/HVDC_Italy%E2%80%93Greece)\n- Greece ⇄ Turkey: [1900 MW](https://ec.europa.eu/energy/sites/ener/files/documents/2nd_report_ic_with_neighbouring_countries_b5.pdf)\n- Italy Central South ⇄ Italy Sardinia: [\"SAPEI\": 1000 MW](https://en.wikipedia.org/wiki/SAPEI)\n- Japan-Chūbu ⇄ Japan-Tōkyō: [3x HVDC interconnectors between 60Hz/50Hz areas: 1200 MW](https://www.jepic.or.jp/pub/pdf/epijJepic2019.pdf)\n- Japan-Hokkaidō ⇄ Japan-Tōhoku: [\"HVDC Hokkaidō–Honshū\": 900 MW](https://ja.wikipedia.org/wiki/%E5%8C%97%E6%B5%B7%E9%81%93%E3%83%BB%E6%9C%AC%E5%B7%9E%E9%96%93%E9%80%A3%E7%B3%BB%E8%A8%AD%E5%82%99)\n- [Latvia ⇄ Estonia](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Latvia ⇄ European Russia And Ural](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Latvia ⇄ Lithuania](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Lithuania ⇄ Sweden](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Lithuania ⇄ Poland](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Lithuania ⇄ Russia Kaliningrad](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Malta ⇄ Italy Sicily: [\"Malta–Sicily-Interconnector\": 200 MW](https://en.wikipedia.org/wiki/Malta%E2%80%93Sicily_interconnector)\n- Montenegro ⇄ Italy Central South: [\"MONITA\": 600MW](https://tyndp.entsoe.eu/tyndp2018/projects/projects/28)\n- [Norway ⇄ Netherlands](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- New Zealand (North Island) ⇄ New Zealand (South Island): [\"HVDC Inter-Island\": 1200 MW](https://en.wikipedia.org/wiki/HVDC_Inter-Island)\n- [North Macedonia ⇄ Greece](https://op.europa.eu/en/publication-detail/-/publication/785f224b-93cd-11e9-9369-01aa75ed71a1/language-en?WT.mc_id=Searchresult&WT.ria_c=37085&WT.ria_f=3608&WT.ria_ev=sea)\n- [Russia ⇄ Finland](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- [Serbia ⇄ Bulgaria](https://op.europa.eu/en/publication-detail/-/publication/785f224b-93cd-11e9-9369-01aa75ed71a1/language-en?WT.mc_id=Searchresult&WT.ria_c=37085&WT.ria_f=3608&WT.ria_ev=sea)\n- [Slovakia ⇄ Ukraine](https://op.europa.eu/en/publication-detail/-/publication/785f224b-93cd-11e9-9369-01aa75ed71a1/language-en?WT.mc_id=Searchresult&WT.ria_c=37085&WT.ria_f=3608&WT.ria_ev=sea)\n- Spain ⇄ France: [According to \"The Spanish electricity system 2019\" page 65: 2800 MW](https://www.ree.es/sites/default/files/11_PUBLICACIONES/Documentos/InformesSistemaElectrico/2019/ISE_2019_eng.pdf)\n- [Spain ⇄ Portugal](https://web.archive.org/web/20230516184334/https://www.erse.pt/media/kevnjc3r/portugal-spain-interconnection-analysis-and-maczt-monitoring-report-english-version-2020.pdf)\n- Spain ⇄ Spain (Balearic Islands): [\"Cometa\": 400 MW](<https://en.wikipedia.org/wiki/Cometa_(HVDC)>)\n- Spain (Mallorca) ⇄ Spain (Ibiza): [\"Romulo 2\": 200 MW](https://web.archive.org/web/20230329093513/https://www.ree.es/sites/default/files/01_ACTIVIDADES/Documentos/Romulo2_en.pdf)\n- Spain (Mallorca) ⇄ Spain (Menorca): According to [\"REE PLAN 2021-2026\"](https://web.archive.org/web/20230629182722/https://www.planificacionelectrica.es/sites/webplani/files/2022-12/REE_PLAN_DESARROLLO_EN.pdf) (Page 466, only one built yet): 100 MW\n- Spain (Ibiza) ⇄ Spain (Formentera): According to [\"REE PLAN 2021-2026\"](https://web.archive.org/web/20230629182722/https://www.planificacionelectrica.es/sites/webplani/files/2022-12/REE_PLAN_DESARROLLO_EN.pdf) (Pages 466, Page 297): 134 MW (11+17+106)\n- [Sweden ⇄ Poland](#for-the-nordic-and-baltic-countries-capacities-are-available-from-nord-pool)\n- Ukraine ⇄ Belarus, ⇄ Hungary, ⇉ Poland, ⇄ Moldova, ⇄ Slovakia, ⇄ Romania, ⇄ Russia: [Ukrenergo](https://ua.energy/activity/dispatch-information/transborder-flows/)\n\nA ⇄ B: bidirectional operation, with power flow either \"from A to B\" or \"from B to A\"\n\nA ⇉ B: unidirectional operation, only with power flow \"from A to B\"\n&nbsp;</details>\n\n### Electricity prices (day-ahead) data sources\n\n- France: [RTE](https://www.rte-france.com/en/eco2mix/market-data)\n- Japan: [JEPX](http://www.jepx.jp)\n- Nicaragua: [CNDC](http://www.cndc.org.ni/)\n- Singapore: [EMC](https://www.emcsg.com)\n- Turkey: [EPIAS](https://seffaflik.epias.com.tr/transparency/piyasalar/gop/ptf.xhtml)\n- Other: [ENTSO-E](https://transparency.entsoe.eu/transmission-domain/r2/dayAheadPrices/show)\n\n### Real-time weather data sources\n\nWe use the [US National Weather Service's Global Forecast System (GFS)](http://nomads.ncep.noaa.gov/)'s GFS 0.25 Degree Hourly data.\nForecasts are made every 6 hours, with a 1 hour time step.\nThe values extracted are wind speed and direction at 10m altitude, and ground solar irradiance (DSWRF - Downward Short-Wave Radiation Flux), which takes into account cloud coverage.\nIn order to obtain an estimate of those values at current time, an interpolation is made between two forecasts (the one at the beginning of the hour, and the one at the end of the hour).\n\n### Topology data\n\nWe use the [Natural Earth Data Cultural Vectors](http://www.naturalearthdata.com/downloads/10m-cultural-vectors/) country subdivisions (map admin subunits).\n"
  },
  {
    "path": "EMISSION_FACTORS_SOURCES.md",
    "content": "# Emission factors sources\n\nThe emission factors used by Electricity Maps depends on the specific region.\n\nOur default emission factors come from the [IPCC (2014) Fith Assessment Report](https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7) report, and are fully described in our [wiki](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Default-emission-factors).\n\nFor certain areas and zones (all of Europe and US, along with a few other countries), we have more specific emission factors.\nThe actual numbers used (as well as a link to the source) can be found in the [config/zones YAML file](https://github.com/electricitymaps/electricitymaps-contrib/tree/master/config/zones) for each specific zone.\n\nFor Europe, the methodology for calculating emission factors is detailed in our [wiki page for EU emission factors](https://github.com/electricitymaps/electricitymaps-contrib/wiki/EU-emission-factors). The same applies for [US emission factors](https://github.com/electricitymaps/electricitymaps-contrib/wiki/US-emission-factors).\n"
  },
  {
    "path": "Earthfile",
    "content": "VERSION 0.8\nFROM astral/uv:python3.10-bookworm-slim\nWORKDIR /contrib\n\nlinting-files:\n  COPY .prettierignore .\n  SAVE ARTIFACT .\n\nparser-files:\n  COPY electricitymap/contrib/parsers ./parsers\n  COPY electricitymap/contrib/capacity_parsers ./capacity_parsers\n  SAVE ARTIFACT *\n\nsrc-files:\n  COPY electricitymap/contrib/config ./electricitymap/contrib/config\n  COPY electricitymap/contrib/lib ./electricitymap/contrib/lib\n  COPY electricitymap/contrib/py.typed ./electricitymap/contrib/py.typed\n  COPY libs/types ./libs/types\n  COPY ./config+src-files/* ./config\n  COPY scripts ./scripts\n  COPY __init__.py ./__init__.py\n  COPY pyproject.toml .\n  SAVE ARTIFACT .\n\nsrc-files-with-parsers:\n  COPY +src-files/* .\n  COPY +parser-files/parsers ./electricitymap/contrib/parsers\n  COPY +parser-files/capacity_parsers ./electricitymap/contrib/capacity_parsers\n  SAVE ARTIFACT .\n\napi-files:\n  COPY geo/world.geojson ./geo/world.geojson\n  COPY config/zone_names.json ./config/zone_names.json\n  SAVE ARTIFACT .\n\nuv-lock:\n  COPY uv.lock .\n  SAVE ARTIFACT .\n\nprepare:\n  FROM +src-files-with-parsers\n  RUN apt-get update && apt-get install -y python3-opencv tesseract-ocr tesseract-ocr-jpn tesseract-ocr-eng libgl1\n  COPY uv.lock .\n  RUN uv sync --frozen --group dev --extra parsers --compile-bytecode\n\nbuild:\n  FROM +prepare\n\ntest:\n  FROM +build\n  COPY tests ./tests\n  COPY geo/world.geojson ./geo/world.geojson\n  RUN uv run check\n\n# includes both test target and build target here to make sure both can work\n# we can split into two later if required\ntest-all:\n  BUILD +build\n  BUILD +test\n  BUILD ./config+test\n"
  },
  {
    "path": "LICENSE.md",
    "content": "                    GNU AFFERO GENERAL PUBLIC LICENSE\n                       Version 3, 19 November 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU Affero General Public License is a free, copyleft license for\nsoftware and other kinds of works, specifically designed to ensure\ncooperation with the community in the case of network server software.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nour General Public Licenses are intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  Developers that use our General Public Licenses protect your rights\nwith two steps: (1) assert copyright on the software, and (2) offer\nyou this License which gives you legal permission to copy, distribute\nand/or modify the software.\n\n  A secondary benefit of defending all users' freedom is that\nimprovements made in alternate versions of the program, if they\nreceive widespread use, become available for other developers to\nincorporate.  Many developers of free software are heartened and\nencouraged by the resulting cooperation.  However, in the case of\nsoftware used on network servers, this result may fail to come about.\nThe GNU General Public License permits making a modified version and\nletting the public access it on a server without ever releasing its\nsource code to the public.\n\n  The GNU Affero General Public License is designed specifically to\nensure that, in such cases, the modified source code becomes available\nto the community.  It requires the operator of a network server to\nprovide the source code of the modified version running there to the\nusers of that server.  Therefore, public use of a modified version, on\na publicly accessible server, gives the public access to the source\ncode of the modified version.\n\n  An older license, called the Affero General Public License and\npublished by Affero, was designed to accomplish similar goals.  This is\na different license, not a version of the Affero GPL, but Affero has\nreleased a new version of the Affero GPL which permits relicensing under\nthis license.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU Affero General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Remote Network Interaction; Use with the GNU General Public License.\n\n  Notwithstanding any other provision of this License, if you modify the\nProgram, your modified version must prominently offer all users\ninteracting with it remotely through a computer network (if your version\nsupports such interaction) an opportunity to receive the Corresponding\nSource of your version by providing access to the Corresponding Source\nfrom a network server at no charge, through some standard or customary\nmeans of facilitating copying of software.  This Corresponding Source\nshall include the Corresponding Source for any work covered by version 3\nof the GNU General Public License that is incorporated pursuant to the\nfollowing paragraph.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the work with which it is combined will remain governed by version\n3 of the GNU General Public License.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU Affero General Public License from time to time.  Such new versions\nwill be similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU Affero General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU Affero General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU Affero General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If your software can interact with users remotely through a computer\nnetwork, you should also make sure that it provides a way for users to\nget its source.  For example, if your program is a web application, its\ninterface could display a \"Source\" link that leads users to an archive\nof the code.  There are many ways you could offer source, and different\nsolutions will be better for different programs; see section 13 for the\nspecific requirements.\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU AGPL, see\n<https://www.gnu.org/licenses/>.\n"
  },
  {
    "path": "LICENSE_MIT.txt",
    "content": "MIT License\r\n\r\nCopyright (c) Jan 2020 - Jan 2023 Tomorrow\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n"
  },
  {
    "path": "README.md",
    "content": "<p align=\"center\">\n  <a href=\"https://app.electricitymaps.com\">\n    <picture>\n      <source\n        srcset=\"https://raw.githubusercontent.com/electricitymaps/electricitymaps-contrib/master/.github/images/electricity-maps-logo-dark.svg\"\n        media=\"(prefers-color-scheme: dark)\"/>\n      <img\n        alt=\"Electricity Maps\"\n        src=\"https://raw.githubusercontent.com/electricitymaps/electricitymaps-contrib/master/.github/images/electricity-maps-logo.svg\"\n        width=\"100\"/>\n    </picture>\n  </a>\n</p>\n<h1 align=\"center\">\n  Electricity Maps\n</h1>\n\n<p align=\"center\">\nA collection of parsers to collect and standardize electricity data such as production, exchanges and price from across the globe.<br>\n  <strong><a href=\"https://app.electricitymaps.com\">app.electricitymaps.com »</a></strong>\n</p>\n\n<p align=\"center\">\n  <img alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/electricitymaps/electricitymaps-contrib\"/>\n    <a href=\"https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE.md\">\n    <img src=\"https://img.shields.io/github/license/electricitymaps/electricitymaps-contrib\" alt=\"Electricity Maps is released under the GNU-AGPLv3 license.\" /></a>\n</p>\n\n![image](.github/images/electricity-maps-banner.png#gh-light-mode-only)\n![image](.github/images/electricity-maps-banner-dark.png#gh-dark-mode-only)\n\n## Introduction\n\nThis project aims to provide a free, open-source, and transparent way to collect electricity data.\n\nWe fetch the raw data from public, free, and official sources. They include official government and transmission system operators' data. This data powers the [Electricity Maps platform](https://electricitymaps.com), which includes [our flow-tracing algorithm](https://www.electricitymaps.com/blog/flow-tracing), estimation models, forecast engine and much more.\n\n_View it online [app.electricitymaps.com](https://app.electricitymaps.com), or download the app on [Google Play](https://play.google.com/store/apps/details?id=com.tmrow.electricitymap&utm_source=github) or the [App store](https://itunes.apple.com/us/app/electricity-map/id1224594248&utm_source=github)._\n\n## Contributing\n\nElectricity Maps collection of parsers is a community project and we welcome contributions from anyone!\n\nWe are always looking for help to build parsers for new countries, fix broken parsers, improve accuracy of data sources, discuss new potential data sources, update region capacities, and much more.\n\nRead our [contribution guidelines](/CONTRIBUTING.md) to get started.\n\n## Community & Support\n\nUse these channels to be part of the community, ask for help while using Electricity Maps, or just learn more about what's going on:\n\n- [GitHub Issues](https://github.com/electricitymaps/electricitymaps-contrib/issues): Raise any issues you encounter with the data or bugs you find while using the app.\n- [GitHub Discussions](https://github.com/electricitymaps/electricitymaps-contrib/discussions): Join discussions and share new ideas for features.\n- [GitHub Wiki](https://github.com/electricitymaps/electricitymaps-contrib/wiki): Guides on setting up the development environment, etc.\n- [Our Commercial Website](https://electricitymaps.com/): Learn more about how you or your company can use the data too.\n- [Twitter](https://twitter.com/electricitymaps): Follow for latest news\n- [LinkedIn](https://www.linkedin.com/company/electricitymaps): Follow for latest news\n\n## License\n\nThis repository is licensed under GNU-AGPLv3 since v1.5.0, find our license [here](https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE.md). Contributions prior to commit [cb9664f](https://github.com/electricitymaps/electricitymaps-contrib/commit/cb9664f43f0597bedf13e832047c3fc10e67ba4e) were licensed under [MIT license](https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE_MIT.txt)\n\n## Frequently asked questions\n\n**Where does the data come from?**\nThe data comes from many different sources. But we strive to only use official sources from goverments, TSOs, producers and online OpenData platforms when avaiable.\n\n**Why do you calculate the carbon intensity of _consumption_?**\nIn short, citizens should not be responsible for the emissions associated with all the products they export, but only for what they consume.\nConsumption-based accounting (CBA) is a very important aspect of climate policy and allows assigning responsibility to consumers instead of producers.\nFurthermore, this method is robust to governments relocating dirty production to neighboring countries in order to green their image while still importing from it.\nYou can read more in our blog post [here](https://electricitymaps.com/blog/flow-tracing/).\n\n**Why don't you show emissions per capita?**\nA country that has few inhabitants but a lot of factories will appear high on CO<sub>2</sub>/capita.\nThis means you can \"trick\" the numbers by moving your factory abroad and import the produced _good_ instead of the electricity itself.\nThat country now has a low CO<sub>2</sub>/capita number because we only count CO<sub>2</sub> for electricity (not for imported/exported goods).\nThe CO<sub>2</sub>/capita metric, by involving the size of the population, and by not integrating all CO<sub>2</sub> emission sources, is thus an incomplete metric.\nCO<sub>2</sub> intensity on the other hand only describes where is the best place to put that factory (and when it is best to use electricity), enabling proper decisions.\n\n**CO<sub>2</sub> emission factors look high — what do they cover exactly?**\nThe carbon intensity of each type of power plant takes into account emissions arising from the whole life cycle of the plant (construction, fuel production, operational emissions and decommissioning). Read more on the [Emissions Factor methodology section](https://www.electricitymaps.com/data/methodology#vi-precision-in-emissions-factors).\n\n**How can I get access to the API?**\nAll this and more can be found **[here](https://electricitymaps.com/)**.\nYou can also visit our **[data portal](https://www.electricitymaps.com/data-portal)** to download historical datasets.\n\n**Is the map frontend open source?**\nIn the past, the map frontend was open source, but we have since rewritten the app completely and moved it to our own platform in order to expand the available features and provide a consistent user experience across our product offerings.\n"
  },
  {
    "path": "__init__.py",
    "content": ""
  },
  {
    "path": "capacity_update.py",
    "content": "\"\"\"\nUsage: uv run update_capacity --zone FR --target_datetime \"2022-01-01\"\n\"\"\"\n\nimport logging\nfrom datetime import datetime\n\nimport click\nfrom requests import Session\n\nfrom electricitymap.contrib.types import ZoneKey\nfrom scripts.update_capacity_configuration import update_source, update_zone\nfrom scripts.utils import ROOT_PATH, run_shell_command\n\nlogger = logging.getLogger(__name__)\n\n\n@click.command()\n@click.option(\"--zone\", default=None)\n@click.option(\"--source\", default=None)\n@click.option(\"--target_datetime\")\n@click.option(\"--update_aggregate\", default=False)\ndef capacity_update(\n    zone: ZoneKey,\n    source: str,\n    target_datetime: str,\n    update_aggregate: bool = False,\n):\n    \"\"\"Parameters\n    ----------\n    zone: a two letter zone from the map or a zone group (EIA, ENTSOE, EMBER, IRENA)\n    target_datetime: ISO 8601 string, such as 2018-05-30 15:00\n    \\n\n    Examples\n    -------\n    >>> uv run capacity_update --zone FR --target_datetime \"2022-01-01\"\n    >>> uv run capacity_update --source ENTSOE --target_datetime \"2022-01-01\"\n    \"\"\"\n    logging.basicConfig(\n        level=logging.DEBUG,\n        format=\"%(asctime)s %(levelname)-8s %(name)-30s %(message)s\",\n    )\n\n    assert zone is not None or source is not None, \"Either zone or source must be set\"\n    assert not (zone is None and source is None), \"Zone and source cannot be both set\"\n\n    session = Session()\n    parsed_target_datetime = None\n    if target_datetime is None:\n        raise ValueError(\"target_datetime must be specified\")\n    parsed_target_datetime = datetime.fromisoformat(target_datetime)\n\n    if source is not None:\n        update_source(source, parsed_target_datetime, session)\n    else:\n        update_zone(zone, parsed_target_datetime, session, update_aggregate)\n\n    print(\"Running prettier...\")\n    run_shell_command(\"pnpx prettier@2 --write config/zones --cache\", cwd=ROOT_PATH)\n"
  },
  {
    "path": "config/Earthfile",
    "content": "VERSION 0.8\nFROM alpine:latest\nWORKDIR /contrib/config\n\n\nsrc-files:\n  COPY . .\n  SAVE ARTIFACT .\n\ndata-centers-files:\n  COPY data_centers/data_centers.json ./data_centers/data_centers.json\n  SAVE ARTIFACT .\n\ntest:\n  RUN echo \"tests should live here\""
  },
  {
    "path": "config/__init__.py",
    "content": ""
  },
  {
    "path": "config/data_centers/data_centers.json",
    "content": "{\n  \"gcp-us-central1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-95.8028031, 41.1755951],\n    \"displayName\": \"Southlands Campus\",\n    \"region\": \"us-central1\",\n    \"zoneKey\": \"US-CENT-SWPP\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-east1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-80.088472, 33.105486],\n    \"displayName\": \"Berkeley County\",\n    \"region\": \"us-east1\",\n    \"zoneKey\": \"US-CAR-SCEG\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-west1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-121.2009427, 45.6317898],\n    \"displayName\": \"The Dalles\",\n    \"region\": \"us-west1\",\n    \"zoneKey\": \"US-NW-PACW\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-northamerica-northeast2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-79.3832, 43.6532],\n    \"displayName\": \"Toronto\",\n    \"region\": \"northamerica-northeast2\",\n    \"zoneKey\": \"CA-ON\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-east4\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-77.4875, 39.0438],\n    \"displayName\": \"Ashburn, Northern Virginia\",\n    \"region\": \"us-east4\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [3.8580813, 50.4663049],\n    \"displayName\": \"St Ghislain\",\n    \"region\": \"europe-west1\",\n    \"zoneKey\": \"BE\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-west2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-118.2437, 34.0522],\n    \"displayName\": \"Los Angeles\",\n    \"region\": \"us-west2\",\n    \"zoneKey\": \"US-CAL-CISO\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west4\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [5.0421531, 52.7954802],\n    \"displayName\": \"Middenmeer\",\n    \"region\": \"europe-west4\",\n    \"zoneKey\": \"NL\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-southamerica-west1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-70.6973317, -33.3584722],\n    \"displayName\": \"Quilicura\",\n    \"region\": \"southamerica-west1\",\n    \"zoneKey\": \"CL-SEN\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-northeast1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [140.1144645, 35.6420573],\n    \"displayName\": \"Inzai\",\n    \"region\": \"asia-northeast1\",\n    \"zoneKey\": \"JP-TK\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-north1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [27.125318, 60.53985],\n    \"displayName\": \"Hamina Finland Data Center\",\n    \"region\": \"europe-north1\",\n    \"zoneKey\": \"FI\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-southeast1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [103.7095924, 1.3512738],\n    \"displayName\": \"Jurong West Campus\",\n    \"region\": \"asia-southeast1\",\n    \"zoneKey\": \"SG\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-east1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [120.4268396, 24.1404245],\n    \"displayName\": \"Changhua Taiwan Data Center\",\n    \"region\": \"asia-east1\",\n    \"zoneKey\": \"TW\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west3\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [8.9713297, 50.1239022],\n    \"displayName\": \"Hanau Data Center\",\n    \"region\": \"europe-west3\",\n    \"zoneKey\": \"DE\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"azure-westus3\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-111.763275, 34.395342],\n    \"displayName\": \"West US 3\",\n    \"region\": \"westus3\",\n    \"zoneKey\": \"US-SW-AZPS\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2021\"\n  },\n  \"azure-westus2\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-120.212613, 47.2868352],\n    \"displayName\": \"West US 2\",\n    \"region\": \"westus2\",\n    \"zoneKey\": \"US-NW-BPAT\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2007\"\n  },\n  \"azure-westus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-121.8906, 37.3382],\n    \"displayName\": \"West US\",\n    \"region\": \"westus\",\n    \"zoneKey\": \"US-CAL-CISO\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2012\"\n  },\n  \"azure-westcentralus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-107.568534, 43.1700264],\n    \"displayName\": \"West Central US\",\n    \"region\": \"westcentralus\",\n    \"zoneKey\": \"US-NW-PACE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2016\"\n  },\n  \"azure-southcentralus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-96.87744141, 29.55434513],\n    \"displayName\": \"South Central US\",\n    \"region\": \"southcentralus\",\n    \"zoneKey\": \"US-TEX-ERCO\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2008\"\n  },\n  \"azure-northcentralus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-87.6298, 41.8781],\n    \"displayName\": \"North Central US\",\n    \"region\": \"northcentralus\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2009\"\n  },\n  \"azure-eastus2\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-81.12304688, 36.66841892],\n    \"displayName\": \"East US 2\",\n    \"region\": \"eastus2\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2012\"\n  },\n  \"azure-eastus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-78.13476563, 38.75408328],\n    \"displayName\": \"East US\",\n    \"region\": \"eastus\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-centralus\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-94.55932617, 41.4509614],\n    \"displayName\": \"Central US\",\n    \"region\": \"centralus\",\n    \"zoneKey\": \"US-MIDW-MISO\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-ukwest\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-3.1791934, 51.4816546],\n    \"displayName\": \"UK West\",\n    \"region\": \"ukwest\",\n    \"zoneKey\": \"GB\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2016\"\n  },\n  \"azure-uksouth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-0.1276474, 51.5073219],\n    \"displayName\": \"UK South\",\n    \"region\": \"uksouth\",\n    \"zoneKey\": \"GB\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2016\"\n  },\n  \"azure-uaenorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [55.2707065, 25.2047397],\n    \"displayName\": \"UAE North\",\n    \"region\": \"uaenorth\",\n    \"zoneKey\": \"AE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-switzerlandnorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [8.8410422, 47.2744489],\n    \"displayName\": \"Switzerland North\",\n    \"region\": \"switzerlandnorth\",\n    \"zoneKey\": \"CH\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-swedencentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [17.138836, 60.667761],\n    \"displayName\": \"Sweden Central\",\n    \"region\": \"swedencentral\",\n    \"zoneKey\": \"SE-SE3\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2021\"\n  },\n  \"azure-spaincentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-3.7035825, 40.4167047],\n    \"displayName\": \"Spain Central\",\n    \"region\": \"spaincentral\",\n    \"zoneKey\": \"ES\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2024\"\n  },\n  \"azure-qatarcentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [51.5264162, 26.2856329],\n    \"displayName\": \"Qatar Central\",\n    \"region\": \"qatarcentral\",\n    \"zoneKey\": \"QA\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2022\"\n  },\n  \"azure-polandcentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [21.8067249, 52.2319581],\n    \"displayName\": \"Poland Central\",\n    \"region\": \"polandcentral\",\n    \"zoneKey\": \"PL\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2023\"\n  },\n  \"azure-norwayeast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [10.7389701, 59.9133301],\n    \"displayName\": \"Norway East\",\n    \"region\": \"norwayeast\",\n    \"zoneKey\": \"NO-NO1\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-newzealandnorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [174.7631803, -36.852095],\n    \"displayName\": \"New Zealand North\",\n    \"region\": \"newzealandnorth\",\n    \"zoneKey\": \"NZ\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2024\"\n  },\n  \"azure-mexicocentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-99.84756, 20.8542575],\n    \"displayName\": \"Mexico Central\",\n    \"region\": \"mexicocentral\",\n    \"zoneKey\": \"MX\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2024\"\n  },\n  \"azure-koreacentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [126.9782914, 37.5666791],\n    \"displayName\": \"Korea Central\",\n    \"region\": \"koreacentral\",\n    \"zoneKey\": \"KR\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2017\"\n  },\n  \"azure-japanwest\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [135.490357, 34.6198813],\n    \"displayName\": \"Japan West\",\n    \"region\": \"japanwest\",\n    \"zoneKey\": \"JP-KN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-japaneast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [139.7594549, 35.6828387],\n    \"displayName\": \"Japan East\",\n    \"region\": \"japaneast\",\n    \"zoneKey\": \"JP-TK\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-italynorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [9.6905, 45.2668],\n    \"displayName\": \"Italy North\",\n    \"region\": \"italynorth\",\n    \"zoneKey\": \"IT-NO\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2023\"\n  },\n  \"azure-israelcentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [34.7818, 32.0853],\n    \"displayName\": \"Israel Central\",\n    \"region\": \"israelcentral\",\n    \"zoneKey\": \"IL\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2023\"\n  },\n  \"azure-indonesiacentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [106.827183, -6.1753942],\n    \"displayName\": \"Indonesia Central\",\n    \"region\": \"indonesiacentral\",\n    \"zoneKey\": \"ID\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2025\"\n  },\n  \"azure-southindia\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [80.270186, 13.0836939],\n    \"displayName\": \"South India\",\n    \"region\": \"southindia\",\n    \"zoneKey\": \"IN-SO\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2015\"\n  },\n  \"azure-centralindia\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [75.0544541, 18.521428],\n    \"displayName\": \"Central India\",\n    \"region\": \"centralindia\",\n    \"zoneKey\": \"IN-WE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2015\"\n  },\n  \"azure-germanywestcentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [8.6820917, 50.2106444],\n    \"displayName\": \"Germany West Central\",\n    \"region\": \"germanywestcentral\",\n    \"zoneKey\": \"DE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-francecentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [2.3514616, 48.8566969],\n    \"displayName\": \"France Central\",\n    \"region\": \"francecentral\",\n    \"zoneKey\": \"FR\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  },\n  \"azure-westeurope\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [5.0369813, 52.7570829],\n    \"displayName\": \"West Europe\",\n    \"region\": \"westeurope\",\n    \"zoneKey\": \"NL\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2010\"\n  },\n  \"azure-northeurope\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-6.2603, 53.3498],\n    \"displayName\": \"North Europe\",\n    \"region\": \"northeurope\",\n    \"zoneKey\": \"IE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2009\"\n  },\n  \"azure-chinanorth3\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [116.277987, 42.710633],\n    \"displayName\": \"China North 3\",\n    \"region\": \"chinanorth3\",\n    \"zoneKey\": \"CN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2022\"\n  },\n  \"azure-chinanorth2\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [118.3976563, 39.63107677],\n    \"displayName\": \"China North 2\",\n    \"region\": \"chinanorth2\",\n    \"zoneKey\": \"CN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  },\n  \"azure-chinanorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [116.0912391, 40.5065084],\n    \"displayName\": \"China North\",\n    \"region\": \"chinanorth\",\n    \"zoneKey\": \"CN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-chinaeast2\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [119.9265137, 30.57015912],\n    \"displayName\": \"China East 2\",\n    \"region\": \"chinaeast2\",\n    \"zoneKey\": \"CN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  },\n  \"azure-chinaeast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [121.9692071, 31.2322758],\n    \"displayName\": \"China East\",\n    \"region\": \"chinaeast\",\n    \"zoneKey\": \"CN\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-canadaeast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-71.2352226, 46.8259601],\n    \"displayName\": \"Canada East\",\n    \"region\": \"canadaeast\",\n    \"zoneKey\": \"CA-QC\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2016\"\n  },\n  \"azure-canadacentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-79.3839347, 43.6534817],\n    \"displayName\": \"Canada Central\",\n    \"region\": \"canadacentral\",\n    \"zoneKey\": \"CA-ON\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2016\"\n  },\n  \"azure-brazilsouth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-46.66992188, -23.74512587],\n    \"displayName\": \"Brazil South\",\n    \"region\": \"brazilsouth\",\n    \"zoneKey\": \"BR-CS\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-australiacentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [149.1012676, -35.2975906],\n    \"displayName\": \"Australia Central\",\n    \"region\": \"australiacentral\",\n    \"zoneKey\": \"AU-NSW\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  },\n  \"azure-australiasoutheast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [144.9631608, -37.8142176],\n    \"displayName\": \"Australia Southeast\",\n    \"region\": \"australiasoutheast\",\n    \"zoneKey\": \"AU-VIC\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-australiaeast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [151.2093, -33.8688],\n    \"displayName\": \"Australia East\",\n    \"region\": \"australiaeast\",\n    \"zoneKey\": \"AU-NSW\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2014\"\n  },\n  \"azure-southeastasia\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [103.8, 1.35],\n    \"displayName\": \"Southeast Asia\",\n    \"region\": \"southeastasia\",\n    \"zoneKey\": \"SG\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2010\"\n  },\n  \"azure-eastasia\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [114.109497, 22.396427],\n    \"displayName\": \"East Asia\",\n    \"region\": \"eastasia\",\n    \"zoneKey\": \"HK\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2010\"\n  },\n  \"azure-southafricanorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [28.047304, -26.204103],\n    \"displayName\": \"South Africa North\",\n    \"region\": \"southafricanorth\",\n    \"zoneKey\": \"ZA\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"aws-us-east-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-77.4291, 39.0067],\n    \"displayName\": \"N. Virginia\",\n    \"region\": \"us-east-1\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2006\"\n  },\n  \"aws-us-east-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-83.1406, 40.1025],\n    \"displayName\": \"Ohio\",\n    \"region\": \"us-east-2\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2016\"\n  },\n  \"aws-us-west-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-121.9552, 37.3541],\n    \"displayName\": \"N. California\",\n    \"region\": \"us-west-1\",\n    \"zoneKey\": \"US-CAL-CISO\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2009\"\n  },\n  \"aws-us-west-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-119.7006, 45.8399],\n    \"displayName\": \"Oregon\",\n    \"region\": \"us-west-2\",\n    \"zoneKey\": \"US-NW-PACW\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2011\"\n  },\n  \"aws-af-south-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [18.4231, -33.9221],\n    \"displayName\": \"Cape Town\",\n    \"region\": \"af-south-1\",\n    \"zoneKey\": \"ZA\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2020\"\n  },\n  \"aws-ap-east-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [114.1694, 22.3193],\n    \"displayName\": \"Hong Kong\",\n    \"region\": \"ap-east-1\",\n    \"zoneKey\": \"HK\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2019\"\n  },\n  \"aws-ap-south-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [78.476, 17.366],\n    \"displayName\": \"Hyderabad\",\n    \"region\": \"ap-south-2\",\n    \"zoneKey\": \"IN-SO\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2022\"\n  },\n  \"aws-ap-southeast-3\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [106.8229, -6.1944],\n    \"displayName\": \"Jakarta\",\n    \"region\": \"ap-southeast-3\",\n    \"zoneKey\": \"ID\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2021\"\n  },\n  \"hlrs-de-stuttgart\": {\n    \"provider\": \"hlrs\",\n    \"displayName\": \"HLRS Stuttgart\",\n    \"zoneKey\": \"DE\",\n    \"lonlat\": [9.0970622, 48.739457],\n    \"region\": \"de-stuttgart\",\n    \"source\": \"https://www.hlrs.de/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"itenos-de-stuttgart-vaihingen\": {\n    \"provider\": \"itenos\",\n    \"displayName\": \"Itenos data center Stuttgart-Vaihingen-1\",\n    \"zoneKey\": \"DE\",\n    \"lonlat\": [9.1285794, 48.7214015],\n    \"region\": \"de-stuttgart-vaihingen\",\n    \"source\": \"https://itenos.de/en/data-center/data-center-germany/data-center-stuttgart-1/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"aws-ap-southeast-5\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [101.6841, 3.1319],\n    \"displayName\": \"Malaysia\",\n    \"region\": \"ap-southeast-5\",\n    \"zoneKey\": \"MY-WM\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2024\"\n  },\n  \"aws-ap-southeast-4\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [144.9631, -37.8136],\n    \"displayName\": \"Melbourne\",\n    \"region\": \"ap-southeast-4\",\n    \"zoneKey\": \"AU-VIC\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2023\"\n  },\n  \"aws-ap-south-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [72.8777, 19.076],\n    \"displayName\": \"Mumbai\",\n    \"region\": \"ap-south-1\",\n    \"zoneKey\": \"IN-WE\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2016\"\n  },\n  \"aws-ap-northeast-3\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [135.5023, 34.6937],\n    \"displayName\": \"Osaka\",\n    \"region\": \"ap-northeast-3\",\n    \"zoneKey\": \"JP-KN\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2018\"\n  },\n  \"aws-ap-northeast-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [126.9971, 37.5503],\n    \"displayName\": \"Seoul\",\n    \"region\": \"ap-northeast-2\",\n    \"zoneKey\": \"KR\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2016\"\n  },\n  \"aws-ap-southeast-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [151.2093, -33.8688],\n    \"displayName\": \"Sydney\",\n    \"region\": \"ap-southeast-2\",\n    \"zoneKey\": \"AU-NSW\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2012\"\n  },\n  \"aws-ap-southeast-7\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [100.5018, 13.7563],\n    \"displayName\": \"Thailand\",\n    \"region\": \"ap-southeast-7\",\n    \"zoneKey\": \"TH\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2025\"\n  },\n  \"aws-ap-northeast-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [139.65, 35.6764],\n    \"displayName\": \"Tokyo\",\n    \"region\": \"ap-northeast-1\",\n    \"zoneKey\": \"JP-TK\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2011\"\n  },\n  \"aws-ca-central-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-73.5674, 45.5019],\n    \"displayName\": \"Central\",\n    \"region\": \"ca-central-1\",\n    \"zoneKey\": \"CA-QC\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2016\"\n  },\n  \"aws-ca-west-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-114.0719, 51.0447],\n    \"displayName\": \"Calgary\",\n    \"region\": \"ca-west-1\",\n    \"zoneKey\": \"CA-AB\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2023\"\n  },\n  \"aws-eu-central-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [8.6821, 50.1109],\n    \"displayName\": \"Frankfurt\",\n    \"region\": \"eu-central-1\",\n    \"zoneKey\": \"DE\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2014\"\n  },\n  \"aws-eu-west-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-6.2603, 53.3498],\n    \"displayName\": \"Ireland\",\n    \"region\": \"eu-west-1\",\n    \"zoneKey\": \"IE\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2008\"\n  },\n  \"aws-eu-west-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-0.1276, 51.5072],\n    \"displayName\": \"London\",\n    \"region\": \"eu-west-2\",\n    \"zoneKey\": \"GB\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2016\"\n  },\n  \"aws-eu-south-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [9.1824, 45.4685],\n    \"displayName\": \"Milan\",\n    \"region\": \"eu-south-1\",\n    \"zoneKey\": \"IT-NO\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2020\"\n  },\n  \"aws-eu-west-3\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [2.3514, 48.8575],\n    \"displayName\": \"Paris\",\n    \"region\": \"eu-west-3\",\n    \"zoneKey\": \"FR\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2017\"\n  },\n  \"aws-eu-south-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-0.8247, 41.7737],\n    \"displayName\": \"Spain\",\n    \"region\": \"eu-south-2\",\n    \"zoneKey\": \"ES\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2022\"\n  },\n  \"aws-eu-north-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [18.0656, 59.3327],\n    \"displayName\": \"Stockholm\",\n    \"region\": \"eu-north-1\",\n    \"zoneKey\": \"SE-SE3\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2018\"\n  },\n  \"aws-eu-central-2\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [8.5417, 47.3769],\n    \"displayName\": \"Zurich\",\n    \"region\": \"eu-central-2\",\n    \"zoneKey\": \"CH\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2022\"\n  },\n  \"aws-il-central-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [34.7818, 32.0853],\n    \"displayName\": \"Tel Aviv\",\n    \"region\": \"il-central-1\",\n    \"zoneKey\": \"IL\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2023\"\n  },\n  \"aws-mx-central-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-100.3899, 20.5888],\n    \"displayName\": \"Central\",\n    \"region\": \"mx-central-1\",\n    \"zoneKey\": \"MX\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2025\"\n  },\n  \"aws-me-central-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [55.2708, 25.2048],\n    \"displayName\": \"UAE\",\n    \"region\": \"me-central-1\",\n    \"zoneKey\": \"AE\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2022\"\n  },\n  \"aws-sa-east-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [-46.6396, -23.5558],\n    \"displayName\": \"S\\u00e3o Paulo\",\n    \"region\": \"sa-east-1\",\n    \"zoneKey\": \"BR-CS\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2011\"\n  },\n  \"ovh-us-hillsboro\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Hillsboro\",\n    \"zoneKey\": \"US-NW-BPAT\",\n    \"lonlat\": [-122.992, 45.5225],\n    \"region\": \"us-hillsboro\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-us-vint_hill\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Vint Hill\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"lonlat\": [-77.6652, 38.7506],\n    \"region\": \"us-vint_hill\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-de-frankfurt\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Frankfurt\",\n    \"zoneKey\": \"DE\",\n    \"lonlat\": [8.33636, 50.4953],\n    \"region\": \"de-frankfurt\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-au-sydney\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Sydney\",\n    \"zoneKey\": \"AU-NSW\",\n    \"lonlat\": [151.2093, -33.8648],\n    \"region\": \"au-sydney\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-ca-beauharnois\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Beauharnois\",\n    \"zoneKey\": \"CA-QC\",\n    \"lonlat\": [-73.8959, 45.3094],\n    \"region\": \"ca-beauharnois\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-ca-toronto\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Toronto\",\n    \"zoneKey\": \"CA-ON\",\n    \"lonlat\": [-80.3165, 43.3625],\n    \"region\": \"ca-toronto\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-fr-gravelines\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Gravelines\",\n    \"zoneKey\": \"FR\",\n    \"lonlat\": [2.15526, 51.0181],\n    \"region\": \"fr-gravelines\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-fr-paris\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Paris\",\n    \"zoneKey\": \"FR\",\n    \"lonlat\": [2.35029, 48.8574],\n    \"region\": \"fr-paris\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-fr-roubaix\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Roubaix\",\n    \"zoneKey\": \"FR\",\n    \"lonlat\": [3.20422, 50.6925],\n    \"region\": \"fr-roubaix\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-fr-strasbourg\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Strasbourg\",\n    \"zoneKey\": \"FR\",\n    \"lonlat\": [7.75395, 48.5734],\n    \"region\": \"fr-strasbourg\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-in-mumbai\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Mumbai\",\n    \"zoneKey\": \"IN-WE\",\n    \"lonlat\": [72.8147, 19.0774],\n    \"region\": \"in-mumbai\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-pl-warsaw\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Warsaw\",\n    \"zoneKey\": \"PL\",\n    \"lonlat\": [20.8084, 52.2078],\n    \"region\": \"pl-warsaw\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-gb-london\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"London\",\n    \"zoneKey\": \"GB\",\n    \"lonlat\": [-0.078804, 51.5114],\n    \"region\": \"gb-london\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"ovh-sg-singapore\": {\n    \"provider\": \"ovh\",\n    \"displayName\": \"Singapore\",\n    \"zoneKey\": \"SG\",\n    \"lonlat\": [103.895, 1.3179],\n    \"region\": \"sg-singapore\",\n    \"source\": \"https://www.ovhcloud.com/fr/datacenters-ovhcloud/\",\n    \"operationalSince\": null,\n    \"status\": \"operational\"\n  },\n  \"gcp-africa-south1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [28.0473, -26.2041],\n    \"displayName\": \"Johannesburg\",\n    \"region\": \"africa-south1\",\n    \"zoneKey\": \"ZA\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-east2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [114.1694, 22.3193],\n    \"displayName\": \"Hong Kong\",\n    \"region\": \"asia-east2\",\n    \"zoneKey\": \"HK\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-northeast2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [135.5023, 34.6937],\n    \"displayName\": \"Osaka\",\n    \"region\": \"asia-northeast2\",\n    \"zoneKey\": \"JP-KN\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-northeast3\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [126.978, 37.5665],\n    \"displayName\": \"Seoul\",\n    \"region\": \"asia-northeast3\",\n    \"zoneKey\": \"KR\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-south1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [72.8777, 19.076],\n    \"displayName\": \"Mumbai\",\n    \"region\": \"asia-south1\",\n    \"zoneKey\": \"IN-WE\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-south2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [77.209, 28.6139],\n    \"displayName\": \"Delhi\",\n    \"region\": \"asia-south2\",\n    \"zoneKey\": \"IN-NO\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-southeast2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [106.8456, -6.2088],\n    \"displayName\": \"Jakarta\",\n    \"region\": \"asia-southeast2\",\n    \"zoneKey\": \"ID\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-asia-southeast3\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [100.5018, 13.7563],\n    \"displayName\": \"Bangkok\",\n    \"region\": \"asia-southeast3\",\n    \"zoneKey\": \"TH\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-australia-southeast1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [151.2093, -33.8688],\n    \"displayName\": \"Sydney\",\n    \"region\": \"australia-southeast1\",\n    \"zoneKey\": \"AU-NSW\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-australia-southeast2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [144.9631, -37.8136],\n    \"displayName\": \"Melbourne\",\n    \"region\": \"australia-southeast2\",\n    \"zoneKey\": \"AU-VIC\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-central2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [21.0122, 52.2297],\n    \"displayName\": \"Warsaw\",\n    \"region\": \"europe-central2\",\n    \"zoneKey\": \"PL\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-north2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [18.0686, 59.3293],\n    \"displayName\": \"Stockholm\",\n    \"region\": \"europe-north2\",\n    \"zoneKey\": \"SE-SE3\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-southwest1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-3.7038, 40.4168],\n    \"displayName\": \"Madrid\",\n    \"region\": \"europe-southwest1\",\n    \"zoneKey\": \"ES\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-0.1276, 51.5074],\n    \"displayName\": \"London\",\n    \"region\": \"europe-west2\",\n    \"zoneKey\": \"GB\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west6\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [8.5417, 47.3769],\n    \"displayName\": \"Zurich\",\n    \"region\": \"europe-west6\",\n    \"zoneKey\": \"CH\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west8\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [9.19, 45.4642],\n    \"displayName\": \"Milan\",\n    \"region\": \"europe-west8\",\n    \"zoneKey\": \"IT-NO\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west9\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [2.3522, 48.8566],\n    \"displayName\": \"Paris\",\n    \"region\": \"europe-west9\",\n    \"zoneKey\": \"FR\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west10\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [13.405, 52.52],\n    \"displayName\": \"Berlin\",\n    \"region\": \"europe-west10\",\n    \"zoneKey\": \"DE\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-europe-west12\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [7.6869, 45.0703],\n    \"displayName\": \"Turin\",\n    \"region\": \"europe-west12\",\n    \"zoneKey\": \"IT-NO\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-me-central1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [51.531, 25.2854],\n    \"displayName\": \"Doha\",\n    \"region\": \"me-central1\",\n    \"zoneKey\": \"QA\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-me-central2\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [50.1033, 26.4207],\n    \"displayName\": \"Dammam\",\n    \"region\": \"me-central2\",\n    \"zoneKey\": \"SA\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-me-west1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [34.7818, 32.0853],\n    \"displayName\": \"Tel Aviv\",\n    \"region\": \"me-west1\",\n    \"zoneKey\": \"IL\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-northamerica-northeast1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-73.5674, 45.5019],\n    \"displayName\": \"Montréal\",\n    \"region\": \"northamerica-northeast1\",\n    \"zoneKey\": \"CA-QC\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-northamerica-south1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-100.3899, 20.5888],\n    \"displayName\": \"Querétaro\",\n    \"region\": \"northamerica-south1\",\n    \"zoneKey\": \"MX\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-southamerica-east1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-46.7916, -23.5325],\n    \"displayName\": \"Osasco, São Paulo\",\n    \"region\": \"southamerica-east1\",\n    \"zoneKey\": \"BR-CS\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-east5\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-82.9988, 39.9612],\n    \"displayName\": \"Columbus\",\n    \"region\": \"us-east5\",\n    \"zoneKey\": \"US-MIDA-PJM\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-south1\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-96.797, 32.7767],\n    \"displayName\": \"Dallas\",\n    \"region\": \"us-south1\",\n    \"zoneKey\": \"US-TEX-ERCO\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-west3\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-111.891, 40.7608],\n    \"displayName\": \"Salt Lake City\",\n    \"region\": \"us-west3\",\n    \"zoneKey\": \"US-NW-PACE\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"gcp-us-west4\": {\n    \"provider\": \"gcp\",\n    \"lonlat\": [-115.1398, 36.1699],\n    \"displayName\": \"Las Vegas\",\n    \"region\": \"us-west4\",\n    \"zoneKey\": \"US-NW-NEVP\",\n    \"status\": \"operational\",\n    \"source\": \"https://cloud.google.com/compute/docs/regions-zones\",\n    \"operationalSince\": null\n  },\n  \"aws-ap-southeast-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [103.8198, 1.3521],\n    \"displayName\": \"Singapore\",\n    \"region\": \"ap-southeast-1\",\n    \"zoneKey\": \"SG\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2010\"\n  },\n  \"aws-me-south-1\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [50.5577, 26.0667],\n    \"displayName\": \"Bahrain\",\n    \"region\": \"me-south-1\",\n    \"zoneKey\": \"BH\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2019\"\n  },\n  \"aws-ap-southeast-6\": {\n    \"provider\": \"aws\",\n    \"lonlat\": [174.7633, -36.8485],\n    \"displayName\": \"New Zealand\",\n    \"region\": \"ap-southeast-6\",\n    \"zoneKey\": \"NZ\",\n    \"status\": \"operational\",\n    \"source\": \"https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html\",\n    \"operationalSince\": \"2025\"\n  },\n  \"azure-koreasouth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [129.0756, 35.1796],\n    \"displayName\": \"Korea South\",\n    \"region\": \"koreasouth\",\n    \"zoneKey\": \"KR\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2017\"\n  },\n  \"azure-francesouth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [5.3698, 43.2965],\n    \"displayName\": \"France South\",\n    \"region\": \"francesouth\",\n    \"zoneKey\": \"FR\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  },\n  \"azure-germanynorth\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [13.405, 52.52],\n    \"displayName\": \"Germany North\",\n    \"region\": \"germanynorth\",\n    \"zoneKey\": \"DE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-norwaywest\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [5.7331, 58.97],\n    \"displayName\": \"Norway West\",\n    \"region\": \"norwaywest\",\n    \"zoneKey\": \"NO-NO2\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-switzerlandwest\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [6.1432, 46.2044],\n    \"displayName\": \"Switzerland West\",\n    \"region\": \"switzerlandwest\",\n    \"zoneKey\": \"CH\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-southafricawest\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [18.4241, -33.9249],\n    \"displayName\": \"South Africa West\",\n    \"region\": \"southafricawest\",\n    \"zoneKey\": \"ZA\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-uaecentral\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [54.3773, 24.4539],\n    \"displayName\": \"UAE Central\",\n    \"region\": \"uaecentral\",\n    \"zoneKey\": \"AE\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2019\"\n  },\n  \"azure-brazilsoutheast\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [-43.1729, -22.9068],\n    \"displayName\": \"Brazil Southeast\",\n    \"region\": \"brazilsoutheast\",\n    \"zoneKey\": \"BR-CS\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2021\"\n  },\n  \"azure-australiacentral2\": {\n    \"provider\": \"azure\",\n    \"lonlat\": [149.13, -35.2809],\n    \"displayName\": \"Australia Central 2\",\n    \"region\": \"australiacentral2\",\n    \"zoneKey\": \"AU-NSW\",\n    \"status\": \"operational\",\n    \"source\": \"https://datacenters.microsoft.com\",\n    \"operationalSince\": \"2018\"\n  }\n}\n"
  },
  {
    "path": "config/defaults.yaml",
    "content": "fallbackZoneMixes:\n  powerOriginRatios:\n    _comment: https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html, https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2018/Jul/IRENA_Renewable_Energy_Statistics_2018.pdf\n    _source: BP Statistical Review of World Energy 2019, values from 2018, and Electricity Maps Avg for average carbon intensity, and IRENA report for Biomass and geothermal\n    value:\n      battery charge: 0\n      battery discharge: 0\n      biomass: 0.017509\n      coal: 0.38\n      gas: 0.232\n      geothermal: 0.003081\n      hydro: 0.158\n      hydro charge: 0\n      hydro discharge: 0\n      nuclear: 0.102\n      oil: 0.03\n      solar: 0.021966\n      unknown: 0.007728\n      wind: 0.047716\nisLowCarbon:\n  battery charge:\n    _comment: Charge does not have any impact (we count emissions at discharge)\n    source: Electricity Maps\n    value: 1\n  battery discharge:\n    _comment: Battery discharge is assumed to be powered by low-carbon. Ideally this should be overriden per zone.\n    source: Electricity Maps\n    value: 1\n  biomass:\n    _comment: biomass is considered low-carbon.\n    source: Electricity Maps\n    value: 1\n  coal:\n    _comment: coal is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  gas:\n    _comment: gas is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  geothermal:\n    _comment: geothermal is considered low-carbon.\n    source: Electricity Maps\n    value: 1\n  hydro:\n    _comment: hydro is considered low-carbon.\n    source: Electricity Maps\n    value: 1\n  hydro charge:\n    _comment: Charge does not have any impact (we count emissions at discharge)\n    source: Electricity Maps\n    value: 1\n  hydro discharge:\n    _comment: Hydro discharge is assumed to be powered by low-carbon. Ideally this should be overriden per zone.\n    source: Electricity Maps\n    value: 1\n  nuclear:\n    _comment: nuclear is considered low-carbon.\n    source: Electricity Maps\n    value: 1\n  oil:\n    _comment: oil is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  solar:\n    _comment: solar is considered low-carbon.\n    source: Electricity Maps\n    value: 1\n  unknown:\n    _comment: By default unknown is assumed to be made up of fossil fuel based modes.\n    datetime: '2020-01-01'\n    source: Electricity Maps\n    value: 0\n  wind:\n    _comment: wind is considered low-carbon.\n    source: Electricity Maps\n    value: 1\nisRenewable:\n  battery charge:\n    _comment: Charge does not have any impact (we count emissions at discharge)\n    source: Electricity Maps\n    value: 1\n  battery discharge:\n    _comment: Battery discharge is assumed to be powered by renewables. Ideally this should be overriden per zone.\n    source: Electricity Maps\n    value: 1\n  biomass:\n    _comment: biomass is considered renewable.\n    source: Electricity Maps\n    value: 1\n  coal:\n    _comment: coal is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  gas:\n    _comment: gas is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  geothermal:\n    _comment: geothermal is considered renewable.\n    source: Electricity Maps\n    value: 1\n  hydro:\n    _comment: hydro is considered renewable.\n    source: Electricity Maps\n    value: 1\n  hydro charge:\n    _comment: Charge does not have any impact (we count emissions at discharge)\n    source: Electricity Maps\n    value: 1\n  hydro discharge:\n    _comment: Hydro discharge is assumed to be powered by renewables. Ideally this should be overriden per zone.\n    source: Electricity Maps\n    value: 1\n  nuclear:\n    _comment: nuclear is a not renewable.\n    source: Electricity Maps\n    value: 0\n  oil:\n    _comment: oil is a fossil fuel.\n    source: Electricity Maps\n    value: 0\n  solar:\n    _comment: solar is considered renewable.\n    source: Electricity Maps\n    value: 1\n  unknown:\n    _comment: By default unknown is assumed to be made up of fossil fuel based modes.\n    source: Electricity Maps\n    value: 0\n  wind:\n    _comment: wind is considered renewable.\n    source: Electricity Maps\n    value: 1\nemissionFactors:\n  direct:\n    battery charge:\n      _comment: Emissions are counted at discharge\n      source: Electricity Maps\n      value: 0\n    battery discharge:\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2015-01-01'\n        source: 2015 annual mean carbon intensity by Electricity Maps\n        value: 307.04\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2016-01-01'\n        source: 2016 annual mean carbon intensity by Electricity Maps\n        value: 295.25\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2017-01-01'\n        source: 2017 annual mean carbon intensity by Electricity Maps\n        value: 311.04\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2018-01-01'\n        source: 2018 annual mean carbon intensity by Electricity Maps\n        value: 331.14\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2019-01-01'\n        source: 2019 annual mean carbon intensity by Electricity Maps\n        value: 326.32\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2020-01-01'\n        source: 2020 annual mean carbon intensity by Electricity Maps\n        value: 310.58\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2021-01-01'\n        source: 2021 annual mean carbon intensity by Electricity Maps\n        value: 324.69\n    biomass:\n      source: BEIS 2021\n      value: 0\n    coal:\n      source: IPCC 2014\n      value: 760\n    gas:\n      source: IPCC 2014\n      value: 370\n    geothermal:\n      source: IPCC 2014\n      value: 0\n    hydro:\n      source: IPCC 2014\n      value: 0\n    hydro charge:\n      _comment: Emissions are counted at discharge\n      source: Electricity Maps\n      value: 0\n    hydro discharge:\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2015-01-01'\n        source: 2015 annual mean carbon intensity by Electricity Maps\n        value: 307.04\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2016-01-01'\n        source: 2016 annual mean carbon intensity by Electricity Maps\n        value: 295.25\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2017-01-01'\n        source: 2017 annual mean carbon intensity by Electricity Maps\n        value: 311.04\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2018-01-01'\n        source: 2018 annual mean carbon intensity by Electricity Maps\n        value: 331.14\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2019-01-01'\n        source: 2019 annual mean carbon intensity by Electricity Maps\n        value: 326.32\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2020-01-01'\n        source: 2020 annual mean carbon intensity by Electricity Maps\n        value: 310.58\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2021-01-01'\n        source: 2021 annual mean carbon intensity by Electricity Maps\n        value: 324.69\n    nuclear:\n      source: IPCC 2014\n      value: 0\n    oil:\n      _comment: A blended average of US and UK direct emission factor figures\n      source: EIA 2020/BEIS 2021\n      value: 406\n    solar:\n      source: IPCC 2014\n      value: 0\n    unknown:\n      _comment: assume conventional\n      source: assumes thermal (coal, gas, or oil)\n      value: 575\n    wind:\n      source: IPCC 2014\n      value: 0\n  lifecycle:\n    battery charge:\n      _comment: Emissions are counted at discharge\n      source: Electricity Maps\n      value: 0\n    battery discharge:\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2015-01-01'\n        source: 2015 annual mean carbon intensity by Electricity Maps\n        value: 363.85\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2016-01-01'\n        source: 2016 annual mean carbon intensity by Electricity Maps\n        value: 354.12\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2017-01-01'\n        source: 2017 annual mean carbon intensity by Electricity Maps\n        value: 370.7\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2018-01-01'\n        source: 2018 annual mean carbon intensity by Electricity Maps\n        value: 407.34\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2019-01-01'\n        source: 2019 annual mean carbon intensity by Electricity Maps\n        value: 391.46\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2020-01-01'\n        source: 2020 annual mean carbon intensity by Electricity Maps\n        value: 375.63\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2021-01-01'\n        source: 2021 annual mean carbon intensity by Electricity Maps\n        value: 391.33\n    biomass:\n      source: IPCC 2014\n      value: 230\n    coal:\n      source: IPCC 2014\n      value: 820\n    gas:\n      source: IPCC 2014\n      value: 490\n    geothermal:\n      source: IPCC 2014\n      value: 38\n    hydro:\n      source: IPCC 2014\n      value: 24\n    hydro charge:\n      _comment: Emissions are counted at discharge\n      source: Electricity Maps\n      value: 0\n    hydro discharge:\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2015-01-01'\n        source: 2015 annual mean carbon intensity by Electricity Maps\n        value: 363.85\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2016-01-01'\n        source: 2016 annual mean carbon intensity by Electricity Maps\n        value: 354.12\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2017-01-01'\n        source: 2017 annual mean carbon intensity by Electricity Maps\n        value: 370.7\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2018-01-01'\n        source: 2018 annual mean carbon intensity by Electricity Maps\n        value: 407.34\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2019-01-01'\n        source: 2019 annual mean carbon intensity by Electricity Maps\n        value: 391.46\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2020-01-01'\n        source: 2020 annual mean carbon intensity by Electricity Maps\n        value: 375.63\n      - _comment: As a default fallback, we use the annual mean carbon intensity of all Electricity Maps zones\n        datetime: '2021-01-01'\n        source: 2021 annual mean carbon intensity by Electricity Maps\n        value: 391.33\n    nuclear:\n      source: IPCC 2014\n      value: 12\n    oil:\n      _comment: UK Parliamentary Office of Science and Technology (2006) 'Carbon footprint of electricity generation'\n      source: UK POST 2014\n      value: 650\n    solar:\n      source: IPCC 2014\n      value: 45\n    unknown:\n      _comment: assume conventional\n      source: assumes thermal (coal, gas, oil or biomass)\n      value: 700\n    wind:\n      source: IPCC 2014\n      value: 11\n"
  },
  {
    "path": "config/exchanges/AD_ES.yaml",
    "content": "capacity:\n  - -125\n  - 125\nlonlat:\n  - 1.45\n  - 42.3\nparsers:\n  exchange: ESIOS.fetch_exchange\nrotation: 200\n"
  },
  {
    "path": "config/exchanges/AD_FR.yaml",
    "content": "lonlat:\n  - 1.7963181\n  - 42.58837\nrotation: 38\n"
  },
  {
    "path": "config/exchanges/AL_GR.yaml",
    "content": "capacity:\n  - -533\n  - 533\nlonlat:\n  - 20.689872\n  - 40.198219\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/AL_ME.yaml",
    "content": "lonlat:\n  - 19.500384\n  - 42.428871\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/AL_RS.yaml",
    "content": "lonlat:\n  - 20.486292\n  - 42.323472\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/AL_XK.yaml",
    "content": "lonlat:\n  - 20.212\n  - 42.408\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/AM_GE.yaml",
    "content": "lonlat:\n  - 44.313\n  - 41.205\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/AM_IR.yaml",
    "content": "lonlat:\n  - 46.3\n  - 38.9\nparsers: {}\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/AR_BR-S.yaml",
    "content": "lonlat:\n  - -56.407453\n  - -28.880006\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/AR_BR.yaml",
    "content": "lonlat:\n  - -56.407453\n  - -28.880006\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/AR_CL-SEN.yaml",
    "content": "lonlat:\n  - -69.860314\n  - -33.641822\nparsers:\n  exchange: CAMMESA.fetch_exchange\nrotation: 270\n"
  },
  {
    "path": "config/exchanges/AR_PY.yaml",
    "content": "lonlat:\n  - -59.408\n  - -24.346\nparsers:\n  exchange: CAMMESA.fetch_exchange\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/AR_UY.yaml",
    "content": "lonlat:\n  - -58.150\n  - -32.199\nparsers:\n  exchange: UY.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/AT_CH.yaml",
    "content": "lonlat:\n  - 9.597882\n  - 47.079455\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/AT_CZ.yaml",
    "content": "lonlat:\n  - 15.486554\n  - 48.909846\nparsers:\n  exchange: CZ.fetch_exchange\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/AT_DE.yaml",
    "content": "lonlat:\n  - 12.679547\n  - 47.696804\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/AT_HU.yaml",
    "content": "lonlat:\n  - 16.605363\n  - 47.444264\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 120\n"
  },
  {
    "path": "config/exchanges/AT_IT-NO.yaml",
    "content": "capacity:\n  - -145\n  - 325\nlonlat:\n  - 12.344464\n  - 46.741723\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -140\n"
  },
  {
    "path": "config/exchanges/AT_IT.yaml",
    "content": "capacity:\n  - -145\n  - 325\nlonlat:\n  - 12.344464\n  - 46.741723\nrotation: -140\n"
  },
  {
    "path": "config/exchanges/AT_SI.yaml",
    "content": "lonlat:\n  - 15.014142\n  - 46.613582\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/AU-NSW_AU-QLD.yaml",
    "content": "capacity:\n  - -1510\n  - 957\nlonlat:\n  - 146.503228\n  - -29.054874\nparsers:\n  exchange: OPENNEM.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/AU-NSW_AU-VIC.yaml",
    "content": "capacity:\n  - -1700\n  - 1450\nlonlat:\n  - 145.308829\n  - -35.850801\nparsers:\n  exchange: OPENNEM.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/AU-SA_AU-VIC.yaml",
    "content": "capacity:\n  - -820\n  - 750\nlonlat:\n  - 140.965561\n  - -35.784766\nparsers:\n  exchange: OPENNEM.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/AU-TAS_AU-VIC.yaml",
    "content": "capacity:\n  - -478\n  - 594\nlonlat:\n  - 146.096047\n  - -39.836207\nparsers:\n  exchange: OPENNEM.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/AX_FI.yaml",
    "content": "capacity:\n  - -110\n  - 110\nlonlat:\n  - 21.193\n  - 60.386\nparsers:\n  exchange: AX.fetch_exchange\nrotation: 50\n"
  },
  {
    "path": "config/exchanges/AX_SE-SE3.yaml",
    "content": "capacity:\n  - -80\n  - 80\nlonlat:\n  - 19.239\n  - 60.063\nparsers:\n  exchange: AX.fetch_exchange\nrotation: -130\n"
  },
  {
    "path": "config/exchanges/AX_SE.yaml",
    "content": "capacity:\n  - -80\n  - 80\nlonlat:\n  - 19.239\n  - 60.063\nrotation: -130\n"
  },
  {
    "path": "config/exchanges/AZ_GE.yaml",
    "content": "lonlat:\n  - 45.153\n  - 41.398\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -35\n"
  },
  {
    "path": "config/exchanges/AZ_RU-1.yaml",
    "content": "lonlat:\n  - 48.114921\n  - 41.468606\nparsers:\n  exchange: RU.fetch_exchange\nrotation: -35\n"
  },
  {
    "path": "config/exchanges/BA_HR.yaml",
    "content": "capacity:\n  - -5429\n  - 5429\nlonlat:\n  - 16.941\n  - 45.205\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/BA_ME.yaml",
    "content": "lonlat:\n  - 18.665423\n  - 43.042137\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 120\n"
  },
  {
    "path": "config/exchanges/BA_RS.yaml",
    "content": "lonlat:\n  - 19.127873\n  - 44.377951\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/BD_IN-EA.yaml",
    "content": "lonlat:\n  - 88.717802\n  - 24.104800\nparsers:\n  exchange: ERP_PGCB.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/BD_IN-NE.yaml",
    "content": "lonlat:\n  - 91.245998\n  - 23.485682\nparsers:\n  exchange: ERP_PGCB.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/BD_IN.yaml",
    "content": "lonlat:\n  - 88.717802\n  - 24.104800\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/BD_NP.yaml",
    "content": "capacity:\n  - -40\n  - 40\nlonlat:\n  - 88.259123\n  - 26.595468\nparsers:\n  exchange: ERP_PGCB.fetch_exchange\nrotation: -60\n"
  },
  {
    "path": "config/exchanges/BE_DE.yaml",
    "content": "capacity:\n  - -1000\n  - 1000\nlonlat:\n  - 6.4\n  - 50.4\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/BE_FR.yaml",
    "content": "lonlat:\n  - 4.137165\n  - 50.255806\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/BE_GB.yaml",
    "content": "capacity:\n  - -1000\n  - 1000\nlonlat:\n  - 2.052937\n  - 51.659015\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/BE_LU.yaml",
    "content": "lonlat:\n  - 5.808054\n  - 49.990503\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 100\n"
  },
  {
    "path": "config/exchanges/BE_NL.yaml",
    "content": "lonlat:\n  - 5.026873\n  - 51.425174\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/BG_GR.yaml",
    "content": "capacity:\n  - -700\n  - 700\nlonlat:\n  - 24.1\n  - 41.558088\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/BG_MK.yaml",
    "content": "capacity:\n  - -950\n  - 950\nlonlat:\n  - 22.912615\n  - 41.86784\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/BG_RO.yaml",
    "content": "lonlat:\n  - 25.609385\n  - 43.674878\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/BG_RS.yaml",
    "content": "capacity:\n  - -1073\n  - 1073\nlonlat:\n  - 22.978533\n  - 43.131375\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/BG_TR.yaml",
    "content": "capacity:\n  - -2485\n  - 2485\nlonlat:\n  - 26.89864\n  - 42.002181\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/BR-CS_BR-N.yaml",
    "content": "lonlat:\n  - -54.908876\n  - -9.870031\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/BR-CS_BR-NE.yaml",
    "content": "lonlat:\n  - -42.362632\n  - -15.051086\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: 30\n"
  },
  {
    "path": "config/exchanges/BR-CS_BR-S.yaml",
    "content": "lonlat:\n  - -49.857513\n  - -23.066549\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/BR-N_BR-NE.yaml",
    "content": "lonlat:\n  - -45.610678\n  - -8.187852\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/BR-S_PY.yaml",
    "content": "lonlat:\n  - -54.44926\n  - -24.749974\nparsers:\n  exchange: ONS.fetch_exchange\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/BR-S_UY.yaml",
    "content": "lonlat:\n  - -54.982242\n  - -31.301863\nparsers:\n  exchange: UY.fetch_exchange\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/BR_PY.yaml",
    "content": "lonlat:\n  - -54.44926\n  - -24.749974\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/BR_UY.yaml",
    "content": "lonlat:\n  - -54.982242\n  - -31.301863\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/BT_IN-EA.yaml",
    "content": "lonlat:\n  - 89.387672\n  - 26.847837\nparsers:\n  exchange: IN_EA.fetch_exchange\nrotation: 88\n"
  },
  {
    "path": "config/exchanges/BT_IN.yaml",
    "content": "lonlat:\n  - 89.387672\n  - 26.847837\nrotation: 88\n"
  },
  {
    "path": "config/exchanges/BY_LT.yaml",
    "content": "capacity:\n  - -4553\n  - 4553\nlonlat:\n  - 25.756061\n  - 54.789457\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/BY_RU-1.yaml",
    "content": "lonlat:\n  - 31.141039\n  - 54.483721\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/BY_UA.yaml",
    "content": "capacity:\n  - -900\n  - 900\nlonlat:\n  - 29.393062\n  - 51.468916\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/BZ_MX.yaml",
    "content": "lonlat:\n  - -88.627\n  - 18.24\nparsers:\n  exchange: CENACE.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/CA-AB_CA-BC.yaml",
    "content": "capacity:\n  - -1000\n  - 800\nlonlat:\n  - -119.811359\n  - 53.797027\nparsers:\n  exchange: CA_AB.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/CA-AB_CA-SK.yaml",
    "content": "capacity:\n  - -153\n  - 153\nlonlat:\n  - -109.986644\n  - 54.883208\nparsers:\n  exchange: CA_AB.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/CA-AB_US-NW-NWMT.yaml",
    "content": "capacity:\n  - -315\n  - 310\nlonlat:\n  - -111.920238\n  - 49.016577\nparsers:\n  exchange: CA_AB.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA-BC_US-NW-BPAT.yaml",
    "content": "lonlat:\n  - -120.300532\n  - 49.044392\nparsers:\n  exchange: CA_BC.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA-MB_CA-ON.yaml",
    "content": "lonlat:\n  - -95.177354\n  - 52.802819\nparsers:\n  exchange: CA_ON.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/CA-MB_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -97.5788\n  - 49.0\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA-NB_CA-NS.yaml",
    "content": "lonlat:\n  - -65.7552\n  - 45.0425\nparsers:\n  exchange: CA_NB.fetch_exchange\nrotation: 140\n"
  },
  {
    "path": "config/exchanges/CA-NB_CA-PE.yaml",
    "content": "lonlat:\n  - -64.5739\n  - 46.7349\nparsers:\n  exchange: PrinceEdwardIsland.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/CA-NB_CA-QC.yaml",
    "content": "lonlat:\n  - -67.2344\n  - 47.8871\nparsers:\n  exchange: CA_NB.fetch_exchange\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/CA-NB_US-NE-ISNE.yaml",
    "content": "lonlat:\n  - -67.7771\n  - 46.139\nparsers:\n  exchange: US_NEISO.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/CA-NL_CA-NS.yaml",
    "content": "lonlat:\n  - -59.6117\n  - 47.1693\nparsers:\n  exchange: CA_NS.fetch_exchange\nrotation: 207\n"
  },
  {
    "path": "config/exchanges/CA-ON_CA-QC.yaml",
    "content": "lonlat:\n  - -79.494485\n  - 48.798268\nparsers:\n  exchange: CA_ON.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/CA-ON_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -84.188\n  - 46.476\nparsers:\n  exchange: CA_ON.fetch_exchange\nrotation: -145\n"
  },
  {
    "path": "config/exchanges/CA-ON_US-NY-NYIS.yaml",
    "content": "lonlat:\n  - -78.9147\n  - 43.5523\nparsers:\n  exchange: CA_ON.fetch_exchange\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/CA-QC_US-NE-ISNE.yaml",
    "content": "lonlat:\n  - -71.737\n  - 45.011\nparsers:\n  exchange: US_NEISO.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA-QC_US-NY-NYIS.yaml",
    "content": "lonlat:\n  - -73.768\n  - 45.004\nparsers:\n  exchange: US_NY.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA-SK_US-CENT-SWPP.yaml",
    "content": "lonlat:\n  - -105.6714\n  - 48.9838\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CA_US.yaml",
    "content": "lonlat:\n  - -97.5788\n  - 49.0\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CH_DE.yaml",
    "content": "lonlat:\n  - 8.806354\n  - 47.667048\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/CH_FR.yaml",
    "content": "lonlat:\n  - 6.5\n  - 46.7\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/CH_IT-NO.yaml",
    "content": "capacity:\n  - -1910\n  - 4572\nlonlat:\n  - 9.047334\n  - 46.113596\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CH_IT.yaml",
    "content": "capacity:\n  - -1910\n  - 4572\nlonlat:\n  - 9.047334\n  - 46.113596\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/CN_RU-AS.yaml",
    "content": "lonlat:\n  - 123.275128\n  - 53.541248\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/CR_NI.yaml",
    "content": "lonlat:\n  - -84.7303\n  - 11.0638\nparsers:\n  exchange: NI.fetch_exchange\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/CR_PA.yaml",
    "content": "lonlat:\n  - -82.7119\n  - 8.9183\nparsers:\n  exchange: ENTE.fetch_exchange\nrotation: 130\n"
  },
  {
    "path": "config/exchanges/CZ_DE.yaml",
    "content": "lonlat:\n  - 12.321836\n  - 50.227335\nparsers:\n  exchange: CZ.fetch_exchange\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -60\n"
  },
  {
    "path": "config/exchanges/CZ_PL.yaml",
    "content": "lonlat:\n  - 16.496641\n  - 50.269487\nparsers:\n  exchange: CZ.fetch_exchange\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/CZ_SK.yaml",
    "content": "lonlat:\n  - 18.100645\n  - 49.089498\nparsers:\n  exchange: CZ.fetch_exchange\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/DE_DK-DK1.yaml",
    "content": "capacity:\n  - -2500\n  - 2500\nlonlat:\n  - 9.3\n  - 54.9\nparsers:\n  exchange: DK.fetch_exchange\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/DE_DK-DK2.yaml",
    "content": "capacity:\n  - -985\n  - 1000\nlonlat:\n  - 12.135031\n  - 54.486043\nparsers:\n  exchange: DK.fetch_exchange\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/DE_DK.yaml",
    "content": "lonlat:\n  - 9.3\n  - 54.9\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/DE_FR.yaml",
    "content": "lonlat:\n  - 8.048297\n  - 48.931337\nparsers:\n  exchange: ECO2MIX.fetch_exchange\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/DE_LU.yaml",
    "content": "lonlat:\n  - 6.396699\n  - 49.847692\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/DE_NL.yaml",
    "content": "lonlat:\n  - 6.916521\n  - 52.159037\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/DE_NO-NO2.yaml",
    "content": "capacity:\n  - -1444\n  - 1444\nlonlat:\n  - 7.2\n  - 55.9\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -10\n"
  },
  {
    "path": "config/exchanges/DE_NO.yaml",
    "content": "capacity:\n  - -1444\n  - 1444\nlonlat:\n  - 7.2\n  - 55.9\nrotation: -10\n"
  },
  {
    "path": "config/exchanges/DE_PL.yaml",
    "content": "lonlat:\n  - 14.585163\n  - 52.410625\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/DE_SE-SE4.yaml",
    "content": "capacity:\n  - -615\n  - 615\nlonlat:\n  - 13.552264\n  - 54.925814\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/DE_SE.yaml",
    "content": "capacity:\n  - -615\n  - 615\nlonlat:\n  - 13.552264\n  - 54.925814\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/DK-DK1_DK-DK2.yaml",
    "content": "capacity:\n  - -600\n  - 590\nlonlat:\n  - 10.948508\n  - 55.407235\nparsers:\n  exchange: DK.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/DK-DK1_GB.yaml",
    "content": "capacity:\n  - -1400\n  - 1400\nlonlat:\n  - 3.4\n  - 55\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -105\n"
  },
  {
    "path": "config/exchanges/DK-DK1_NL.yaml",
    "content": "_comment: 700MW from COBRAcable https://en.wikipedia.org/wiki/COBRAcable\ncapacity:\n  - -700\n  - 700\nlonlat:\n  - 7.4\n  - 54.5\nparsers:\n  exchange: DK.fetch_exchange\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/DK-DK1_NO-NO2.yaml",
    "content": "capacity:\n  - -1632\n  - 1632\nlonlat:\n  - 8.8\n  - 57.7\nparsers:\n  exchange: DK.fetch_exchange\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -25\n"
  },
  {
    "path": "config/exchanges/DK-DK1_SE-SE3.yaml",
    "content": "capacity:\n  - -715\n  - 715\nlonlat:\n  - 11.556268\n  - 56.857802\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/DK-DK2_SE-SE4.yaml",
    "content": "capacity:\n  - -1300\n  - 1700\nlonlat:\n  - 12.704418\n  - 55.952282\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/DK_GB.yaml",
    "content": "capacity:\n  - -1400\n  - 1400\nlonlat:\n  - 3.4\n  - 55\nrotation: -105\n"
  },
  {
    "path": "config/exchanges/DK_NL.yaml",
    "content": "capacity:\n  - -700\n  - 700\nlonlat:\n  - 7.4\n  - 54.5\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/DK_NO.yaml",
    "content": "capacity:\n  - -1632\n  - 1632\nlonlat:\n  - 8.8\n  - 57.7\nrotation: -25\n"
  },
  {
    "path": "config/exchanges/DK_SE.yaml",
    "content": "lonlat:\n  - 11.556268\n  - 56.857802\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/EE_FI.yaml",
    "content": "capacity:\n  - -1016\n  - 1016\nlonlat:\n  - 25.690143\n  - 59.923241\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -35\n"
  },
  {
    "path": "config/exchanges/EE_LV.yaml",
    "content": "capacity:\n  - -1259\n  - 1447\nlonlat:\n  - 26.041706\n  - 57.810982\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/EE_RU-1.yaml",
    "content": "capacity:\n  - -2462\n  - 2462\nlonlat:\n  - 27.468803\n  - 58.545189\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/ES-CN-FV_ES-CN-LZ.yaml",
    "content": "lonlat:\n  - -13.86\n  - 28.8\nparsers:\n  exchange: ES.fetch_exchange\nrotation: 25\n"
  },
  {
    "path": "config/exchanges/ES-IB-FO_ES-IB-IZ.yaml",
    "content": "capacity:\n  - -134\n  - 134\nlonlat:\n  - 0.989\n  - 38.746\nparsers:\n  exchange: ES.fetch_exchange\nrotation: -10\n"
  },
  {
    "path": "config/exchanges/ES-IB-IZ_ES-IB-MA.yaml",
    "content": "capacity:\n  - -200\n  - 200\nlonlat:\n  - 2.032\n  - 39.245\nparsers:\n  exchange: ES.fetch_exchange\nrotation: 50\n"
  },
  {
    "path": "config/exchanges/ES-IB-MA_ES-IB-ME.yaml",
    "content": "capacity:\n  - -100\n  - 100\nlonlat:\n  - 3.549\n  - 39.901\nparsers:\n  exchange: ES.fetch_exchange\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/ES_ES-IB-MA.yaml",
    "content": "capacity:\n  - -400\n  - 400\nlonlat:\n  - 2.23\n  - 40.271\nparsers:\n  exchange: ES.fetch_exchange\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/ES_FR.yaml",
    "content": "capacity:\n  - -2800\n  - 2800\nlonlat:\n  - 0.3\n  - 42.9\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 20\n"
  },
  {
    "path": "config/exchanges/ES_MA.yaml",
    "content": "capacity:\n  - -1359\n  - 1359\nlonlat:\n  - -5.614929\n  - 35.952597\nparsers:\n  exchange: ESIOS.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/ES_PT.yaml",
    "content": "capacity:\n  - -4545\n  - 5085\nlonlat:\n  - -7\n  - 40\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/FI_NO-NO4.yaml",
    "content": "capacity:\n  - -120\n  - 100\nlonlat:\n  - 25.35158\n  - 68.862684\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/FI_NO.yaml",
    "content": "lonlat:\n  - 25.35158\n  - 68.862684\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/FI_RU-1.yaml",
    "content": "capacity:\n  - -1460\n  - 320\nlonlat:\n  - 28.378\n  - 60.878\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/FI_SE-SE1.yaml",
    "content": "capacity:\n  - -1900\n  - 1900\nlonlat:\n  - 23.857\n  - 66.921\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/FI_SE-SE3.yaml",
    "content": "capacity:\n  - -1200\n  - 1200\nlonlat:\n  - 19.797\n  - 60.628\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/FI_SE.yaml",
    "content": "capacity:\n  - -2700\n  - 2300\nlonlat:\n  - 23.857\n  - 66.921\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/FR-COR_IT-CNO.yaml",
    "content": "capacity:\n  - -300\n  - 300\nlonlat:\n  - 10.091148\n  - 42.686804\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/FR-COR_IT-SAR.yaml",
    "content": "capacity:\n  - -400\n  - 325\nlonlat:\n  - 9.123283\n  - 41.293785\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/FR-COR_IT.yaml",
    "content": "lonlat:\n  - 10.091148\n  - 42.686804\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/FR_GB.yaml",
    "content": "capacity:\n  - -4000\n  - 4000\nlonlat:\n  - 0\n  - 50.4\nparsers:\n  exchange: ELEXON.fetch_exchange\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -20\n"
  },
  {
    "path": "config/exchanges/FR_IT-NO.yaml",
    "content": "capacity:\n  - -2160\n  - 4485\nlonlat:\n  - 6.9\n  - 44.4\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  coreExternalAtcDayAhead: JAO.fetch_core_external_atc_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/FR_IT.yaml",
    "content": "capacity:\n  - -2160\n  - 4485\nlonlat:\n  - 6.9\n  - 44.4\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/FR_JE.yaml",
    "content": "capacity:\n  - -245\n  - 245\nlonlat:\n  - -1.785\n  - 49.201\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/FR_LU.yaml",
    "content": "lonlat:\n  - 6.100579\n  - 49.45306\nparsers:\n  exchange: ECO2MIX.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/GB-NIR_IE.yaml",
    "content": "lonlat:\n  - -7.4\n  - 54.2\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/GB_GB-NIR.yaml",
    "content": "capacity:\n  - -500\n  - 500\nlonlat:\n  - -5.428149\n  - 54.87826\nparsers:\n  exchange: SMARTGRIDDASHBOARD.fetch_exchange\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/GB_IE.yaml",
    "content": "capacity:\n  - -1000\n  - 1000\nlonlat:\n  - -5.7\n  - 53\nparsers:\n  exchange: ELEXON.fetch_exchange\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -80\n"
  },
  {
    "path": "config/exchanges/GB_IM.yaml",
    "content": "capacity:\n  - -65\n  - 65\nlonlat:\n  - -4\n  - 53.8\nrotation: -40\n\nparsers:\n  exchange: ELEXON.fetch_exchange\n"
  },
  {
    "path": "config/exchanges/GB_NL.yaml",
    "content": "capacity:\n  - -1000\n  - 1000\nlonlat:\n  - 3.3\n  - 52.4\nparsers:\n  exchange: ELEXON.fetch_exchange\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/GB_NO-NO2.yaml",
    "content": "capacity:\n  - -1400\n  - 1400\nlonlat:\n  - 2.44819\n  - 57.266334\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 50\n"
  },
  {
    "path": "config/exchanges/GB_NO.yaml",
    "content": "lonlat:\n  - 2.44819\n  - 57.266334\nrotation: 50\n"
  },
  {
    "path": "config/exchanges/GE_RU-1.yaml",
    "content": "lonlat:\n  - 42.822242\n  - 43.158267\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/GE_TR.yaml",
    "content": "capacity:\n  - -700\n  - 700\nlonlat:\n  - 42.814\n  - 41.562\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/GR_IT-SO.yaml",
    "content": "capacity:\n  - -500\n  - 500\nlonlat:\n  - 18.759248\n  - 38.902132\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/GR_IT.yaml",
    "content": "capacity:\n  - -500\n  - 500\nlonlat:\n  - 18.759248\n  - 38.902132\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/GR_MK.yaml",
    "content": "capacity:\n  - -1632\n  - 1632\nlonlat:\n  - 22.011736\n  - 41.160374\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/GR_TR.yaml",
    "content": "capacity:\n  - -1900\n  - 1900\nlonlat:\n  - 26.316812\n  - 41.1262\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/GT_HN.yaml",
    "content": "lonlat:\n  - -89.231\n  - 14.86\nparsers:\n  exchange: HN.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/GT_MX.yaml",
    "content": "lonlat:\n  - -90.967\n  - 16.035\nparsers:\n  exchange: ENTE.fetch_exchange\nrotation: -55\n"
  },
  {
    "path": "config/exchanges/GT_SV.yaml",
    "content": "lonlat:\n  - -89.731\n  - 14.094\nparsers:\n  exchange: ENTE.fetch_exchange\nrotation: 125\n"
  },
  {
    "path": "config/exchanges/HN_NI.yaml",
    "content": "lonlat:\n  - -85.5782\n  - 14.0209\nparsers:\n  exchange: HN.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/HN_SV.yaml",
    "content": "lonlat:\n  - -88.429\n  - 13.859\nparsers:\n  exchange: HN.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/HR_HU.yaml",
    "content": "lonlat:\n  - 17.407365\n  - 45.967775\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 30\n"
  },
  {
    "path": "config/exchanges/HR_RS.yaml",
    "content": "capacity:\n  - -1423\n  - 1423\nlonlat:\n  - 19.021212\n  - 45.354302\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/HR_SI.yaml",
    "content": "lonlat:\n  - 15.362\n  - 45.583\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/HU_RO.yaml",
    "content": "lonlat:\n  - 21.8074107\n  - 47.1141229\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/HU_RS.yaml",
    "content": "capacity:\n  - -1054\n  - 1054\nlonlat:\n  - 19.494768\n  - 46.112673\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/HU_SI.yaml",
    "content": "lonlat:\n  - 16.39\n  - 46.69\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -125\n"
  },
  {
    "path": "config/exchanges/HU_SK.yaml",
    "content": "lonlat:\n  - 19.615617\n  - 48.204006\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/HU_UA.yaml",
    "content": "capacity:\n  - -650\n  - 650\nlonlat:\n  - 22.526994\n  - 48.240603\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 35\n"
  },
  {
    "path": "config/exchanges/IN-EA_IN-NE.yaml",
    "content": "lonlat:\n  - 88.232505\n  - 26.451620\nparsers:\n  exchange: IN_EA.fetch_exchange\nrotation: 46\n"
  },
  {
    "path": "config/exchanges/IN-EA_IN-NO.yaml",
    "content": "lonlat:\n  - 81.548111\n  - 22.532074\nparsers:\n  exchange: IN_EA.fetch_exchange\nrotation: -33\n"
  },
  {
    "path": "config/exchanges/IN-EA_IN-SO.yaml",
    "content": "lonlat:\n  - 81.073025\n  - 17.788574\nparsers:\n  exchange: IN_EA.fetch_exchange\nrotation: 40\n"
  },
  {
    "path": "config/exchanges/IN-EA_IN-WE.yaml",
    "content": "lonlat:\n  - 83.363\n  - 21.456\nparsers:\n  exchange: IN_WE.fetch_exchange\nrotation: 310\n"
  },
  {
    "path": "config/exchanges/IN-EA_NP.yaml",
    "content": "lonlat:\n  - 85.946364\n  - 26.629889\nparsers:\n  exchange: IN_EA.fetch_exchange\nrotation: 80\n"
  },
  {
    "path": "config/exchanges/IN-NO_IN-WE.yaml",
    "content": "lonlat:\n  - 75.065\n  - 24.892\nparsers:\n  exchange: IN_WE.fetch_exchange\nrotation: 150\n"
  },
  {
    "path": "config/exchanges/IN-SO_IN-WE.yaml",
    "content": "lonlat:\n  - 76.752\n  - 17.702\n\nparsers:\n  exchange: IN_WE.fetch_exchange\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/IN_NP.yaml",
    "content": "lonlat:\n  - 85.946364\n  - 26.629889\nrotation: 80\n"
  },
  {
    "path": "config/exchanges/IQ_IR.yaml",
    "content": "lonlat:\n  - 47.834\n  - 31.784\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT-CNO_IT-CSO.yaml",
    "content": "capacity:\n  - -2800\n  - 2900\nlonlat:\n  - 13\n  - 42.6\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/IT-CNO_IT-NO.yaml",
    "content": "capacity:\n  - -4300\n  - 3100\nlonlat:\n  - 11.5\n  - 44.1\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/IT-CSO_IT-SAR.yaml",
    "content": "capacity:\n  - -900\n  - 720\nlonlat:\n  - 11.189622\n  - 41.042731\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/IT-CSO_IT-SO.yaml",
    "content": "capacity:\n  - -5100\n  - 2400\nlonlat:\n  - 15.4\n  - 41.0\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT-CSO_ME.yaml",
    "content": "capacity:\n  - -600\n  - 600\nlonlat:\n  - 16.5\n  - 42.4\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT-NO_SI.yaml",
    "content": "capacity:\n  - -1550\n  - 1550\nlonlat:\n  - 13.596393\n  - 46.105418\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT-SIC_IT-SO.yaml",
    "content": "capacity:\n  - -1500\n  - 1300\nlonlat:\n  - 15.65\n  - 38.1\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT-SIC_MT.yaml",
    "content": "capacity:\n  - -225\n  - 225\nlonlat:\n  - 14.675346\n  - 36.264287\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -160\n"
  },
  {
    "path": "config/exchanges/IT_ME.yaml",
    "content": "capacity:\n  - -600\n  - 600\nlonlat:\n  - 16.5\n  - 42.4\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/IT_MT.yaml",
    "content": "capacity:\n  - -225\n  - 225\nlonlat:\n  - 14.675346\n  - 36.264287\nrotation: -160\n"
  },
  {
    "path": "config/exchanges/IT_SI.yaml",
    "content": "capacity:\n  - -753\n  - 680\nlonlat:\n  - 13.596393\n  - 46.105418\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/JP-CB_JP-HR.yaml",
    "content": "capacity:\n  - -300\n  - 300\nlonlat:\n  - 136.85\n  - 36.35\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/JP-CB_JP-KN.yaml",
    "content": "capacity:\n  - -2500\n  - 2500\nlonlat:\n  - 136.42\n  - 35.04\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/JP-CB_JP-TK.yaml",
    "content": "capacity:\n  - -2100\n  - 2100\nlonlat:\n  - 138.24\n  - 35.34\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/JP-CG_JP-KN.yaml",
    "content": "capacity:\n  - -4140\n  - 4140\nlonlat:\n  - 134.27\n  - 34.98\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/JP-CG_JP-KY.yaml",
    "content": "capacity:\n  - -2470\n  - 2470\nlonlat:\n  - 130.96\n  - 33.965\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: -170\n"
  },
  {
    "path": "config/exchanges/JP-CG_JP-SK.yaml",
    "content": "capacity:\n  - -1200\n  - 1200\nlonlat:\n  - 133.81\n  - 34.4\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: 175\n"
  },
  {
    "path": "config/exchanges/JP-HKD_JP-TH.yaml",
    "content": "capacity:\n  - -900\n  - 900\nlonlat:\n  - 140.847\n  - 41.643\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: 170\n"
  },
  {
    "path": "config/exchanges/JP-HR_JP-KN.yaml",
    "content": "capacity:\n  - -1900\n  - 1900\nlonlat:\n  - 136.13\n  - 35.57\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: -170\n"
  },
  {
    "path": "config/exchanges/JP-KN_JP-SK.yaml",
    "content": "capacity:\n  - -1400\n  - 1400\nlonlat:\n  - 134.89\n  - 33.95\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: -95\n"
  },
  {
    "path": "config/exchanges/JP-TH_JP-TK.yaml",
    "content": "capacity:\n  - -5150\n  - 5150\nlonlat:\n  - 140.16\n  - 37.08\nparsers:\n  exchange: occtonet.fetch_exchange\n  exchangeForecast: occtonet.fetch_exchange_forecast\nrotation: -150\n"
  },
  {
    "path": "config/exchanges/KZ_RU-1.yaml",
    "content": "lonlat:\n  - 56.884737\n  - 50.980185\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/KZ_RU-2.yaml",
    "content": "lonlat:\n  - 75.002\n  - 53.797\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/LS_ZA.yaml",
    "content": "lonlat:\n  - 27.454639\n  - -29.297917\nrotation: -87\n"
  },
  {
    "path": "config/exchanges/LT_LV.yaml",
    "content": "capacity:\n  - -1201\n  - 1334\nlonlat:\n  - 24.373981\n  - 56.287428\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/LT_PL.yaml",
    "content": "capacity:\n  - -500\n  - 500\nlonlat:\n  - 23.308307\n  - 54.247411\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/LT_RU-KGD.yaml",
    "content": "capacity:\n  - -2490\n  - 2490\nlonlat:\n  - 21.963913\n  - 55.080726\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -180\n"
  },
  {
    "path": "config/exchanges/LT_SE-SE4.yaml",
    "content": "capacity:\n  - -700\n  - 700\nlonlat:\n  - 18.847674\n  - 55.910978\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/LT_SE.yaml",
    "content": "lonlat:\n  - 18.847674\n  - 55.910978\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/LV_RU-1.yaml",
    "content": "capacity:\n  - -696\n  - 696\nlonlat:\n  - 27.7336\n  - 56.87436\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/MD_RO.yaml",
    "content": "lonlat:\n  - 28.009764\n  - 47.003312\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: MD.fetch_exchange_forecast\nrotation: -120\n"
  },
  {
    "path": "config/exchanges/MD_UA.yaml",
    "content": "capacity:\n  - -700\n  - 700\nlonlat:\n  - 29.218978\n  - 47.646939\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: MD.fetch_exchange_forecast\nrotation: 50\n"
  },
  {
    "path": "config/exchanges/ME_RS.yaml",
    "content": "lonlat:\n  - 19.566302\n  - 43.242543\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 45\n"
  },
  {
    "path": "config/exchanges/ME_XK.yaml",
    "content": "lonlat:\n  - 20.265\n  - 42.784\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 135\n"
  },
  {
    "path": "config/exchanges/MK_RS.yaml",
    "content": "lonlat:\n  - 22.03925\n  - 42.31702\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MK_XK.yaml",
    "content": "lonlat:\n  - 21.315\n  - 42.153\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MN_RU-2.yaml",
    "content": "lonlat:\n  - 100.258756\n  - 51.721212\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MX_US-CAL-CISO.yaml",
    "content": "capacity:\n  - -400\n  - 800\nlonlat:\n  - -116.027\n  - 32.607\nparsers:\n  exchange: CENACE.fetch_exchange\nrotation: -10\n"
  },
  {
    "path": "config/exchanges/MX_US-TEX-ERCO.yaml",
    "content": "lonlat:\n  - -107.292\n  - 31.709\nparsers:\n  exchange: CENACE.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MX_US.yaml",
    "content": "lonlat:\n  - -106.4843\n  - 31.7485\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MY-WM_SG.yaml",
    "content": "capacity:\n  - -450\n  - 450\nlonlat:\n  - 103.539048\n  - 2.016154\nparsers:\n  exchange: GSO.fetch_exchange\nrotation: 155\n"
  },
  {
    "path": "config/exchanges/MY-WM_TH.yaml",
    "content": "capacity:\n  - -330\n  - 330\nlonlat:\n  - 101.454422\n  - 5.867743\nparsers:\n  exchange: GSO.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/MY_SG.yaml",
    "content": "capacity:\n  - -450\n  - 450\nlonlat:\n  - 103.539048\n  - 2.016154\nrotation: 155\n"
  },
  {
    "path": "config/exchanges/MY_TH.yaml",
    "content": "capacity:\n  - -330\n  - 330\nlonlat:\n  - 101.454422\n  - 5.867743\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/NA_ZA.yaml",
    "content": "lonlat:\n  - 18.512\n  - -28.893\nrotation: 165\n"
  },
  {
    "path": "config/exchanges/NA_ZM.yaml",
    "content": "lonlat:\n  - 24.2441\n  - -17.4922\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/NL_NO-NO2.yaml",
    "content": "capacity:\n  - -723\n  - 723\nlonlat:\n  - 5.795449\n  - 55.859727\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/NL_NO.yaml",
    "content": "capacity:\n  - -723\n  - 723\nlonlat:\n  - 5.795449\n  - 55.859727\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/NO-NO1_NO-NO2.yaml",
    "content": "capacity:\n  - -3500\n  - 2200\nlonlat:\n  - 9.3\n  - 59.844429\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/NO-NO1_NO-NO3.yaml",
    "content": "capacity:\n  - -500\n  - 500\nlonlat:\n  - 9.533218\n  - 61.731596\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/NO-NO1_NO-NO5.yaml",
    "content": "capacity:\n  - -3900\n  - 600\nlonlat:\n  - 8.3\n  - 61.132896\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/NO-NO1_SE-SE3.yaml",
    "content": "capacity:\n  - -2095\n  - 2145\nlonlat:\n  - 12.254138\n  - 61.008235\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/NO-NO2_NO-NO5.yaml",
    "content": "capacity:\n  - -600\n  - 500\nlonlat:\n  - 7.461\n  - 60.0\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -10\n"
  },
  {
    "path": "config/exchanges/NO-NO3_NO-NO4.yaml",
    "content": "capacity:\n  - -1200\n  - 400\nlonlat:\n  - 12.465132\n  - 64.745638\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 30\n"
  },
  {
    "path": "config/exchanges/NO-NO3_NO-NO5.yaml",
    "content": "_comment: https://umm.nordpoolgroup.com/#/messages/3355b9ad-9ef8-48bf-8743-4b11a1a3b350/1\ncapacity:\n  - -500\n  - 800\nlonlat:\n  - 7.1\n  - 61.194118\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 140\n"
  },
  {
    "path": "config/exchanges/NO-NO3_SE-SE2.yaml",
    "content": "capacity:\n  - -1000\n  - 600\nlonlat:\n  - 12.24842\n  - 63.462916\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/NO-NO4_RU-1.yaml",
    "content": "lonlat:\n  - 30.1437\n  - 69.52\nrotation: 120\n"
  },
  {
    "path": "config/exchanges/NO-NO4_SE-SE1.yaml",
    "content": "capacity:\n  - -600\n  - 700\nlonlat:\n  - 15.656\n  - 66.609\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 130\n"
  },
  {
    "path": "config/exchanges/NO-NO4_SE-SE2.yaml",
    "content": "capacity:\n  - -300\n  - 250\nlonlat:\n  - 14.051\n  - 64.913\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 130\n"
  },
  {
    "path": "config/exchanges/NO_RU-1.yaml",
    "content": "lonlat:\n  - 30.1437\n  - 69.52\nrotation: 120\n"
  },
  {
    "path": "config/exchanges/NO_SE.yaml",
    "content": "lonlat:\n  - 14.055\n  - 64.918\nrotation: 100\n"
  },
  {
    "path": "config/exchanges/PH-LU_PH-VI.yaml",
    "content": "lonlat:\n  - 124.178978\n  - 12.544171\nparsers:\n  exchange: IEMOP.fetch_exchange\n\nrotation: 150\n"
  },
  {
    "path": "config/exchanges/PH-MI_PH-VI.yaml",
    "content": "lonlat:\n  - 125.341644\n  - 9.877123\nparsers:\n  exchange: IEMOP.fetch_exchange\n\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/PL_SE-SE4.yaml",
    "content": "capacity:\n  - -600\n  - 600\nlonlat:\n  - 15.969256\n  - 55.215172\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -20\n"
  },
  {
    "path": "config/exchanges/PL_SE.yaml",
    "content": "capacity:\n  - -600\n  - 600\nlonlat:\n  - 15.969256\n  - 55.215172\nrotation: -20\n"
  },
  {
    "path": "config/exchanges/PL_SK.yaml",
    "content": "lonlat:\n  - 20.614102\n  - 49.359467\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  shadowAuctionAtcDayAhead: JAO.fetch_shadow_auction_atc_day_ahead\n  maxBexDayAhead: JAO.fetch_core_max_bex_day_ahead\n  scheduledExchangesDayAhead: JAO.fetch_core_scheduled_exchanges_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/PL_UA.yaml",
    "content": "capacity:\n  - -235\n  - 235\nlonlat:\n  - 24.097224\n  - 50.664587\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/RO_RS.yaml",
    "content": "capacity:\n  - -1132\n  - 1132\nlonlat:\n  - 21.469049\n  - 44.947107\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -140\n"
  },
  {
    "path": "config/exchanges/RO_UA.yaml",
    "content": "capacity:\n  - -650\n  - 650\nlonlat:\n  - 24.821959\n  - 47.768595\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/RS_XK.yaml",
    "content": "lonlat:\n  - 21.231\n  - 43.011\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/RU-1_RU-2.yaml",
    "content": "lonlat:\n  - 70.735\n  - 56.263\nparsers:\n  exchange: RU.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/RU-1_UA-CR.yaml",
    "content": "lonlat:\n  - 36.6\n  - 45.25\nparsers:\n  exchange: RU.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/RU-1_UA.yaml",
    "content": "capacity:\n  - -3000\n  - 3000\nlonlat:\n  - 37.730064\n  - 50.089897\nparsers:\n  exchange: RU.fetch_exchange\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/SE-SE1_SE-SE2.yaml",
    "content": "capacity:\n  - -3300\n  - 3300\nlonlat:\n  - 17.869\n  - 65.469\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 205\n"
  },
  {
    "path": "config/exchanges/SE-SE2_SE-SE3.yaml",
    "content": "capacity:\n  - -7300\n  - 7300\nlonlat:\n  - 14.804\n  - 61.42\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/SE-SE3_SE-SE4.yaml",
    "content": "capacity:\n  - -2000\n  - 5400\nlonlat:\n  - 14.5\n  - 57.2\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  maxBexDayAhead: JAO.fetch_nordic_max_bex_day_ahead\n  maxBflowDayAhead: JAO.fetch_nordic_max_bflow_day_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/SK_UA.yaml",
    "content": "capacity:\n  - -789\n  - 789\nlonlat:\n  - 22.384512\n  - 48.820578\nparsers:\n  exchange: ENTSOE.fetch_exchange\n  exchangeCapacityForecastDayAhead: ENTSOE.fetch_exchange_capacity_forecasts_day_ahead\n  exchangeCapacityForecastWeekAhead: ENTSOE.fetch_exchange_capacity_forecasts_week_ahead\n  exchangeCapacityForecastMonthAhead: ENTSOE.fetch_exchange_capacity_forecasts_month_ahead\n  exchangeForecast: ENTSOE.fetch_exchange_forecast\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/US-CAL-BANC_US-CAL-CISO.yaml",
    "content": "lonlat:\n  - -121.41\n  - 38.776\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -15\n"
  },
  {
    "path": "config/exchanges/US-CAL-BANC_US-CAL-TIDC.yaml",
    "content": "lonlat:\n  - -121.25\n  - 37.48\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 165\n"
  },
  {
    "path": "config/exchanges/US-CAL-BANC_US-NW-BPAT.yaml",
    "content": "lonlat:\n  - -122.75\n  - 41.28\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 145\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-CAL-IID.yaml",
    "content": "lonlat:\n  - -116\n  - 34\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-CAL-LDWP.yaml",
    "content": "lonlat:\n  - -118.23\n  - 36.6\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-CAL-TIDC.yaml",
    "content": "lonlat:\n  - -114.3\n  - 34.39\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 40\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-NW-BPAT.yaml",
    "content": "lonlat:\n  - -123.7\n  - 41.42\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 160\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-NW-NEVP.yaml",
    "content": "lonlat:\n  - -118.7\n  - 38.1\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -121.01188726250551\n  - 40.351243277236364\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -17\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-SW-AZPS.yaml",
    "content": "lonlat:\n  - -114.2\n  - 34.18\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -50\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-SW-SRP.yaml",
    "content": "lonlat:\n  - -114.5\n  - 33.7\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -67\n"
  },
  {
    "path": "config/exchanges/US-CAL-CISO_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -114.6\n  - 33.42\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -35\n"
  },
  {
    "path": "config/exchanges/US-CAL-IID_US-SW-AZPS.yaml",
    "content": "lonlat:\n  - -114.53\n  - 32.88\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -80\n"
  },
  {
    "path": "config/exchanges/US-CAL-IID_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -114.62\n  - 33.12\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -125\n"
  },
  {
    "path": "config/exchanges/US-CAL-LDWP_US-NW-BPAT.yaml",
    "content": "lonlat:\n  - -118.43\n  - 37.18\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 140\n"
  },
  {
    "path": "config/exchanges/US-CAL-LDWP_US-NW-NEVP.yaml",
    "content": "lonlat:\n  - -117.98\n  - 36.755\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 40\n"
  },
  {
    "path": "config/exchanges/US-CAL-LDWP_US-NW-PACE.yaml",
    "content": "lonlat:\n  - -117.65\n  - 36.4\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -121\n"
  },
  {
    "path": "config/exchanges/US-CAL-LDWP_US-SW-AZPS.yaml",
    "content": "lonlat:\n  - -118.235\n  - 34.05\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -70\n"
  },
  {
    "path": "config/exchanges/US-CAL-LDWP_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -117.74\n  - 36.18\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLE_US-CAR-DUK.yaml",
    "content": "lonlat:\n  - -80.7699\n  - 34.37724\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -81\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLE_US-CAR-SC.yaml",
    "content": "lonlat:\n  - -78.83359112529105\n  - 33.69356865349944\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -122\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLE_US-CAR-SCEG.yaml",
    "content": "lonlat:\n  - -80.86966\n  - 34.18231\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -120\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLE_US-CAR-YAD.yaml",
    "content": "lonlat:\n  - -80.115297318\n  - 35.297960281\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -77\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLE_US-MIDA-PJM.yaml",
    "content": "lonlat:\n  - -76.4004199999999\n  - 36.30089\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -30\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLW_US-CAR-DUK.yaml",
    "content": "lonlat:\n  - -81.90756\n  - 36.27862\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -84\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLW_US-MIDA-PJM.yaml",
    "content": "lonlat:\n  - -81.90756\n  - 36.27862\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -155\n"
  },
  {
    "path": "config/exchanges/US-CAR-CPLW_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -83.31717\n  - 35.89099\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -94\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-CAR-SC.yaml",
    "content": "lonlat:\n  - -82.13578916749756\n  - 34.03071845039919\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -37\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-CAR-SCEG.yaml",
    "content": "lonlat:\n  - -80.82555736088426\n  - 34.26848609706126\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-CAR-YAD.yaml",
    "content": "lonlat:\n  - -80.0587501529999\n  - 35.689912796\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-MIDA-PJM.yaml",
    "content": "lonlat:\n  - -78.45649\n  - 36.5425100000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -175\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-SE-SEPA.yaml",
    "content": "lonlat:\n  - -82.55661\n  - 33.94522\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -140\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -82.55661\n  - 33.94522\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -128\n"
  },
  {
    "path": "config/exchanges/US-CAR-DUK_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -84.32173\n  - 34.98811\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -92\n"
  },
  {
    "path": "config/exchanges/US-CAR-SCEG_US-SE-SEPA.yaml",
    "content": "lonlat:\n  - -82.50397837180677\n  - 33.93362812571167\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -122\n"
  },
  {
    "path": "config/exchanges/US-CAR-SCEG_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -81.11441\n  - 32.11412\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -104\n"
  },
  {
    "path": "config/exchanges/US-CAR-SC_US-CAR-SCEG.yaml",
    "content": "lonlat:\n  - -81.0064260779999\n  - 32.3061781770001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -116\n"
  },
  {
    "path": "config/exchanges/US-CAR-SC_US-SE-SEPA.yaml",
    "content": "lonlat:\n  - -81.84175369226524\n  - 33.26822148267869\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -121\n"
  },
  {
    "path": "config/exchanges/US-CAR-SC_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -81.59124438556297\n  - 33.04117482449629\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -107\n"
  },
  {
    "path": "config/exchanges/US-CENT-SPA_US-CENT-SWPP.yaml",
    "content": "lonlat:\n  - -97.380583\n  - 35.030009\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -62\n"
  },
  {
    "path": "config/exchanges/US-CENT-SPA_US-MIDW-AECI.yaml",
    "content": "lonlat:\n  - -90.467778\n  - 36.800658\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -52\n"
  },
  {
    "path": "config/exchanges/US-CENT-SPA_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -90.75005\n  - 36.2680700000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -7\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-MIDW-AECI.yaml",
    "content": "lonlat:\n  - -94.608546\n  - 38.596152\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -96.0\n  - 43.9\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-NW-PSCO.yaml",
    "content": "lonlat:\n  - -102.6\n  - 37.8\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-NW-WACM.yaml",
    "content": "lonlat:\n  - -100.2\n  - 42.6728426538958\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-NW-WAUW.yaml",
    "content": "lonlat:\n  - -103.0\n  - 45.505475\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-SW-EPE.yaml",
    "content": "lonlat:\n  - -104.81455\n  - 32.53418\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: -120\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-SW-PNM.yaml",
    "content": "lonlat:\n  - -104.00779609494954\n  - 36.97355236583146\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: -129\n"
  },
  {
    "path": "config/exchanges/US-CENT-SWPP_US-TEX-ERCO.yaml",
    "content": "lonlat:\n  - -100.5\n  - 36.0578100000001\nparsers:\n  exchange: US_SPP.fetch_exchange\nrotation: 180\n"
  },
  {
    "path": "config/exchanges/US-FLA-FMPP_US-FLA-FPC.yaml",
    "content": "lonlat:\n  - -81.4234908669999\n  - 28.6083593760001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -57\n"
  },
  {
    "path": "config/exchanges/US-FLA-FMPP_US-FLA-FPL.yaml",
    "content": "lonlat:\n  - -80.13694\n  - 26.97092\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -176\n"
  },
  {
    "path": "config/exchanges/US-FLA-FMPP_US-FLA-JEA.yaml",
    "content": "lonlat:\n  - -81.72209\n  - 30.1911000000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -46\n"
  },
  {
    "path": "config/exchanges/US-FLA-FMPP_US-FLA-TEC.yaml",
    "content": "lonlat:\n  - -81.959318912\n  - 28.2610770690001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -100\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-FLA-FPL.yaml",
    "content": "lonlat:\n  - -80.88566\n  - 26.95883\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -32\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-FLA-GVL.yaml",
    "content": "lonlat:\n  - -82.05551939971254\n  - 29.50778681974566\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -7\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-FLA-SEC.yaml",
    "content": "lonlat:\n  - -80.6775013747971\n  - 27.13487858194975\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -62\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-FLA-TAL.yaml",
    "content": "lonlat:\n  - -84.384234\n  - 30.5538270000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -50\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-FLA-TEC.yaml",
    "content": "lonlat:\n  - -82.1267528329999\n  - 28.243184474\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -4\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPC_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -85.49711888213565\n  - 30.09033501732437\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -37\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-FLA-GVL.yaml",
    "content": "lonlat:\n  - -82.48014491617691\n  - 29.932992988698576\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -23\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-FLA-HST.yaml",
    "content": "lonlat:\n  - -80.1213099999999\n  - 25.9004800000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 156\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-FLA-JEA.yaml",
    "content": "lonlat:\n  - -81.72209\n  - 30.1911000000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -37\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-FLA-SEC.yaml",
    "content": "lonlat:\n  - -82.15157250929833\n  - 27.64566722879262\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -38\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-FLA-TEC.yaml",
    "content": "lonlat:\n  - -82.083444633\n  - 27.64265563\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -53\n"
  },
  {
    "path": "config/exchanges/US-FLA-FPL_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -81.93616\n  - 30.8272000000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -36\n"
  },
  {
    "path": "config/exchanges/US-FLA-JEA_US-FLA-SEC.yaml",
    "content": "lonlat:\n  - -84.5694759325146\n  - 30.01138369316129\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -36\n"
  },
  {
    "path": "config/exchanges/US-FLA-SEC_US-FLA-TEC.yaml",
    "content": "lonlat:\n  - -81.817562\n  - 27.57663\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -23\n"
  },
  {
    "path": "config/exchanges/US-FLA-TAL_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -84.234874\n  - 30.623546\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -22\n"
  },
  {
    "path": "config/exchanges/US-MIDA-PJM_US-MIDW-LGEE.yaml",
    "content": "lonlat:\n  - -84.69935455639735\n  - 37.891105962229595\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/US-MIDA-PJM_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -84.8\n  - 39.21487\nparsers:\n  exchange: US_PJM.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-MIDA-PJM_US-NY-NYIS.yaml",
    "content": "lonlat:\n  - -77.069\n  - 42.0\nparsers:\n  exchange: US_NY.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/US-MIDA-PJM_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -81.64647784\n  - 36.611567138\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -123\n"
  },
  {
    "path": "config/exchanges/US-MIDW-AECI_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -92.179147211\n  - 40.8997104170001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -142\n"
  },
  {
    "path": "config/exchanges/US-MIDW-AECI_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -89.21365\n  - 36.58014\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -66\n"
  },
  {
    "path": "config/exchanges/US-MIDW-LGEE_US-MIDW-MISO.yaml",
    "content": "lonlat:\n  - -87.3654617889999\n  - 37.5329061090001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -63\n"
  },
  {
    "path": "config/exchanges/US-MIDW-LGEE_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -83.9195412619999\n  - 36.587380029\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -151\n"
  },
  {
    "path": "config/exchanges/US-MIDW-MISO_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -88.13743446985477\n  - 30.31061246790728\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -37\n"
  },
  {
    "path": "config/exchanges/US-MIDW-MISO_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -89.56580767010422\n  - 36.56191297306488\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -39\n"
  },
  {
    "path": "config/exchanges/US-NE-ISNE_US-NY-NYIS.yaml",
    "content": "lonlat:\n  - -73.279\n  - 42.739\nparsers:\n  exchange: US_NY.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-BPAT.yaml",
    "content": "lonlat:\n  - -119.95299735574476\n  - 46.760318687994754\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -26\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-CHPD.yaml",
    "content": "lonlat:\n  - -120.0047663015552\n  - 47.32002534773005\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -78\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-GCPD.yaml",
    "content": "lonlat:\n  - -119.93263500986485\n  - 46.673460082726436\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -87\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-IPCO.yaml",
    "content": "lonlat:\n  - -117.71303872767247\n  - 45.65847980648419\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -11\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-NWMT.yaml",
    "content": "lonlat:\n  - -114.38878\n  - 45.88228\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -87\n"
  },
  {
    "path": "config/exchanges/US-NW-AVA_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -119.93263500986485\n  - 46.673460082726436\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -124\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-CHPD.yaml",
    "content": "lonlat:\n  - -121.1\n  - 48\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 110\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-DOPD.yaml",
    "content": "lonlat:\n  - -120.0047663015552\n  - 47.32002534773005\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -48\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-GCPD.yaml",
    "content": "lonlat:\n  - -120.0047663015552\n  - 47.32002534773005\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -56\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-GRID.yaml",
    "content": "lonlat:\n  - -118.69791\n  - 45.34516\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -73\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-IPCO.yaml",
    "content": "lonlat:\n  - -114.6944668106769\n  - 45.19822083626128\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -153\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-NEVP.yaml",
    "content": "lonlat:\n  - -119.31738486687132\n  - 41.99427891980891\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -174\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-NWMT.yaml",
    "content": "lonlat:\n  - -111.06202\n  - 46.1928\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -124.04192\n  - 42.38771\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -96\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-PGE.yaml",
    "content": "lonlat:\n  - -123.30386139833492\n  - 45.58808586698683\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -85\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-PSEI.yaml",
    "content": "lonlat:\n  - -123.1\n  - 47\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 90\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-SCL.yaml",
    "content": "lonlat:\n  - -122.646129\n  - 47.587609\n\nrotation: 100\n\nparsers:\n  exchange: EIA.fetch_exchange\n"
  },
  {
    "path": "config/exchanges/US-NW-BPAT_US-NW-TPWR.yaml",
    "content": "lonlat:\n  - -123.45\n  - 47.5\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 108\n"
  },
  {
    "path": "config/exchanges/US-NW-CHPD_US-NW-DOPD.yaml",
    "content": "lonlat:\n  - -120\n  - 48\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 70\n"
  },
  {
    "path": "config/exchanges/US-NW-CHPD_US-NW-PSEI.yaml",
    "content": "lonlat:\n  - -120.838406192\n  - 48.550577006\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/US-NW-GCPD_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -119.629754\n  - 46.6440040000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -151\n"
  },
  {
    "path": "config/exchanges/US-NW-GCPD_US-NW-PSEI.yaml",
    "content": "lonlat:\n  - -120.042866\n  - 47.073453\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -80\n"
  },
  {
    "path": "config/exchanges/US-NW-IPCO_US-NW-NEVP.yaml",
    "content": "lonlat:\n  - -114.81233\n  - 42.0014600000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -179\n"
  },
  {
    "path": "config/exchanges/US-NW-IPCO_US-NW-NWMT.yaml",
    "content": "lonlat:\n  - -114.35707\n  - 46.66791\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -116\n"
  },
  {
    "path": "config/exchanges/US-NW-IPCO_US-NW-PACE.yaml",
    "content": "lonlat:\n  - -112.1088976323217\n  - 42.856560150604174\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -76\n"
  },
  {
    "path": "config/exchanges/US-NW-IPCO_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -117.89347434398796\n  - 45.891672150043\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -85\n"
  },
  {
    "path": "config/exchanges/US-NW-NEVP_US-NW-PACE.yaml",
    "content": "lonlat:\n  - -112.65097215548731\n  - 41.06900007151519\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -111\n"
  },
  {
    "path": "config/exchanges/US-NW-NEVP_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -114.7\n  - 35.15\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/US-NW-NWMT_US-NW-PACE.yaml",
    "content": "lonlat:\n  - -112.76591463911802\n  - 43.99253582711845\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -8\n"
  },
  {
    "path": "config/exchanges/US-NW-NWMT_US-NW-WAUW.yaml",
    "content": "lonlat:\n  - -104.04352440552584\n  - 46.14677881539246\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -96\n"
  },
  {
    "path": "config/exchanges/US-NW-PACE_US-NW-PACW.yaml",
    "content": "lonlat:\n  - -113.7981\n  - 43.5714\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -80\n"
  },
  {
    "path": "config/exchanges/US-NW-PACE_US-NW-WACM.yaml",
    "content": "lonlat:\n  - -107.91036406436295\n  - 44.99994676910954\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -80\n"
  },
  {
    "path": "config/exchanges/US-NW-PACE_US-SW-AZPS.yaml",
    "content": "lonlat:\n  - -110.75073\n  - 34.5\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -159\n"
  },
  {
    "path": "config/exchanges/US-NW-PACW_US-NW-PGE.yaml",
    "content": "lonlat:\n  - -122.91755947016952\n  - 45.703129646532744\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -45\n"
  },
  {
    "path": "config/exchanges/US-NW-PSCO_US-NW-WACM.yaml",
    "content": "lonlat:\n  - -106.148241394\n  - 38.632944407\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -135\n"
  },
  {
    "path": "config/exchanges/US-NW-PSCO_US-SW-PNM.yaml",
    "content": "lonlat:\n  - -105.17399605\n  - 36.995179334\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 0\n"
  },
  {
    "path": "config/exchanges/US-NW-PSEI_US-NW-SCL.yaml",
    "content": "lonlat:\n  - -122.336493\n  - 47.8\n\nrotation: 180\n\nparsers:\n  exchange: EIA.fetch_exchange\n"
  },
  {
    "path": "config/exchanges/US-NW-PSEI_US-NW-TPWR.yaml",
    "content": "lonlat:\n  - -122.5\n  - 47\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: 42\n"
  },
  {
    "path": "config/exchanges/US-NW-WACM_US-NW-WAUW.yaml",
    "content": "lonlat:\n  - -107.17225649844661\n  - 45.91038621067434\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -24\n"
  },
  {
    "path": "config/exchanges/US-NW-WACM_US-SW-AZPS.yaml",
    "content": "lonlat:\n  - -111.41321\n  - 37.00125\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -133\n"
  },
  {
    "path": "config/exchanges/US-NW-WACM_US-SW-PNM.yaml",
    "content": "lonlat:\n  - -105.17399632733049\n  - 36.99521455070129\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -163\n"
  },
  {
    "path": "config/exchanges/US-NW-WACM_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -106.05838\n  - 36.29707\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -110\n"
  },
  {
    "path": "config/exchanges/US-SE-SEPA_US-SE-SOCO.yaml",
    "content": "lonlat:\n  - -85.02928\n  - 31.51865\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -11\n"
  },
  {
    "path": "config/exchanges/US-SE-SOCO_US-TEN-TVA.yaml",
    "content": "lonlat:\n  - -89.71069775529106\n  - 32.63725369923949\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -33\n"
  },
  {
    "path": "config/exchanges/US-SW-AZPS_US-SW-PNM.yaml",
    "content": "lonlat:\n  - -109.803538951\n  - 35.1965674240001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -99\n"
  },
  {
    "path": "config/exchanges/US-SW-AZPS_US-SW-SRP.yaml",
    "content": "lonlat:\n  - -112.12569\n  - 34.0440100000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -145\n"
  },
  {
    "path": "config/exchanges/US-SW-AZPS_US-SW-TEPC.yaml",
    "content": "lonlat:\n  - -110.891848119\n  - 32.405763591\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -61\n"
  },
  {
    "path": "config/exchanges/US-SW-AZPS_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -114.35\n  - 32.71\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -125\n"
  },
  {
    "path": "config/exchanges/US-SW-EPE_US-SW-PNM.yaml",
    "content": "lonlat:\n  - -106.37266\n  - 33.4798\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -33\n"
  },
  {
    "path": "config/exchanges/US-SW-EPE_US-SW-TEPC.yaml",
    "content": "lonlat:\n  - -108.21001111984772\n  - 31.790249502661492\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -69\n"
  },
  {
    "path": "config/exchanges/US-SW-PNM_US-SW-SRP.yaml",
    "content": "lonlat:\n  - -110.765242868\n  - 33.711766337\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-SW-PNM_US-SW-TEPC.yaml",
    "content": "lonlat:\n  - -110.765242868\n  - 33.711766337\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -90\n"
  },
  {
    "path": "config/exchanges/US-SW-SRP_US-SW-TEPC.yaml",
    "content": "lonlat:\n  - -112.97153193543504\n  - 33.95958750828914\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -42\n"
  },
  {
    "path": "config/exchanges/US-SW-SRP_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -112.12569\n  - 34.0440100000001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -40\n"
  },
  {
    "path": "config/exchanges/US-SW-TEPC_US-SW-WALC.yaml",
    "content": "lonlat:\n  - -113.939531177\n  - 36.1699836540001\nparsers:\n  exchange: EIA.fetch_exchange\nrotation: -38\n"
  },
  {
    "path": "config/retired_zones/CA-NL-LB.yaml",
    "content": "bounding_box:\n  - - -68.3084780847808\n    - 50.91899500027512\n  - - -55.14755647556471\n    - 60.80458831011339\ncountry: CA\nregion: Americas\ntimezone: America/St_Johns\n"
  },
  {
    "path": "config/retired_zones/CA-NL-NF.yaml",
    "content": "_comment: 5428 MW of hydro is Churchill Falls Generating Station, electricity from\n  which is mostly sold to Quebec and might not appear on balance sheets\nbounding_box:\n  - - -59.89879398793984\n    - 46.117712095699915\n  - - -52.12712627126267\n    - 53.850894675202525\ncountry: CA\nregion: Americas\ntimezone: America/St_Johns\n"
  },
  {
    "path": "config/retired_zones/ES-CN-FVLZ.yaml",
    "content": "bounding_box:\n  - - -15.007069464999915\n    - 27.55068594000015\n  - - -12.91779537699989\n    - 29.74331289300015\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 791.5967283263532\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 761.5969944975305\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 778.3961748842161\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 749.5381775116632\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 791.5967283263532\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 761.5969944975305\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 778.3961748842161\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 749.5381775116632\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 724.189\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 722.096\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 722.005\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 709.958\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 701.966\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 726.59\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 692.712\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 692.082\n  lifecycle:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 1015.78\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 1009.52\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 999.7\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 959.28\n      - datetime: '2022-01-01'\n        source: Electricity Maps, 2022 average\n        value: 992.87\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 1014.01\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 1015.78\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 1009.52\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 999.7\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 959.28\n      - datetime: '2022-01-01'\n        source: Electricity Maps, 2022 average\n        value: 992.87\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 1014.01\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 968.189\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 966.096\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 966.005\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 953.958\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 945.966\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 970.59\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 936.712\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 936.082\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.059845265758820286\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8745225923363522\n        solar: 0.017023376475788467\n        unknown: 0.0\n        wind: 0.04860864453235687\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0001223858045808803\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8959703727820618\n        solar: 0.017982572537471476\n        unknown: 0.0\n        wind: 0.08592421519280115\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8871711242401354\n        solar: 0.021141820961495653\n        unknown: 0.0\n        wind: 0.0916870389490779\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.850834111187809\n        solar: 0.02154941889410463\n        unknown: 0.0\n        wind: 0.1276165615839028\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8467165136435377\n        solar: 0.02423214798360807\n        unknown: 0.0\n        wind: 0.12905134497805984\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8649911188615803\n        solar: 0.02338584139034943\n        unknown: 0.0\n        wind: 0.11162283678831304\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\n"
  },
  {
    "path": "config/retired_zones/IN-AP.yaml",
    "content": "bounding_box:\n  - - 76.21948286304365\n    - 12.131916612162016\n  - - 85.28003991000008\n    - 20.391292628951703\ncapacity:\n  biomass: 506.9\n  coal: 11590\n  gas: 4898.54\n  hydro: 1610\n  nuclear: 0\n  oil: 36.8\n  solar: 4254.3\n  wind: 4096.7\ncontributors:\n  - hectorespert\n  - gopikrishna1793\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 527.6148730344466\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 493.92271880824643\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 497.1598334804869\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 476.34868226687826\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 438.39251136007215\n    hydro discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 527.6148730344466\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 493.92271880824643\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 497.1598334804869\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 476.34868226687826\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 438.39251136007215\n  lifecycle:\n    battery discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 614.5380156918941\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 568.8096107384749\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 571.4566047121974\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 561.452892236501\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 524.161418185502\n    hydro discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 614.5380156918941\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 568.8096107384749\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 571.4566047121974\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 561.452892236501\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 524.161418185502\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: electricityMap, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3148836641438855\n        gas: 0.017142271517798735\n        geothermal: 0.0\n        hydro: 0.05540336056454704\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05825079408079329\n        unknown: 0.49103869480882173\n        wind: 0.06403472514753962\n    - _source: electricityMap, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.36877179270684796\n        gas: 0.017291806321732137\n        geothermal: 0.0\n        hydro: 0.051108106663930716\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.06402375187148422\n        unknown: 0.3604488057058947\n        wind: 0.13835627769355022\n    - _source: electricityMap, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.380030685578371\n        gas: 0.013073508437479205\n        geothermal: 0.0\n        hydro: 0.043455484240912\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0688062605154022\n        unknown: 0.35391185410744574\n        wind: 0.1407221734942265\n    - _source: electricityMap, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.20471870498563047\n        gas: 0.1395445056597702\n        geothermal: 0.0\n        hydro: 0.13919694080540992\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05521178149275248\n        unknown: 0.40278846845675453\n        wind: 0.05952510785419443\nflag_file_name: in.png\nparsers:\n  consumption: IN_AP.fetch_consumption\n  production: IN_AP.fetch_production\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-AR.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 1115\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-AS.yaml",
    "content": "capacity:\n  coal: 750\n  gas: 620.36\n  hydro: 350\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-BR.yaml",
    "content": "capacity:\n  coal: 8400\n  gas: 0\n  hydro: 0\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-CT.yaml",
    "content": "bounding_box:\n  - - 79.76055870971675\n    - 17.276072903441786\n  - - 84.85333214706088\n    - 24.640232245122036\ncapacity:\n  biomass: 269.9\n  coal: 23688\n  gas: 0\n  hydro: 120\n  nuclear: 0\n  oil: 0\n  solar: 252.5\n  wind: 0\ncontributors:\n  - hectorespert\n  - gopikrishna1793\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 757.8138856382876\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 752.4566706155235\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 752.7307934440681\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 743.5956498164057\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 748.2915362313788\n    hydro discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 757.8138856382876\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 752.4566706155235\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 752.7307934440681\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 743.5956498164057\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 748.2915362313788\n  lifecycle:\n    battery discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 817.71027272355\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 812.099317183112\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 812.3864676439066\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 802.8186332708017\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 807.7369587624755\n    hydro discharge:\n      - datetime: '2017-01-01'\n        source: electricityMap, 2017 average\n        value: 817.71027272355\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 812.099317183112\n      - datetime: '2019-01-01'\n        source: electricityMap, 2019 average\n        value: 812.3864676439066\n      - datetime: '2020-01-01'\n        source: electricityMap, 2020 average\n        value: 802.8186332708017\n      - datetime: '2021-01-01'\n        source: electricityMap, 2021 average\n        value: 807.7369587624755\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: electricityMap, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.997123481622905\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0028764676491840934\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: electricityMap, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9900538509442514\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.009925374952453984\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: electricityMap, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9904352631631581\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.009564720011031123\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: electricityMap, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9784153040384125\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.021584685632446917\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: electricityMap, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9845941382531963\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.015405860608830542\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nflag_file_name: in.png\nparsers:\n  consumption: IN_CT.fetch_consumption\n  production: IN_CT.fetch_production\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-DL.yaml",
    "content": "bounding_box:\n  - - 76.3336877786681\n    - 27.932605902840095\n  - - 77.83753299275344\n    - 29.382087511129754\ncapacity:\n  biomass: 52\n  coal: 0\n  gas: 2208.4\n  hydro: 0\n  nuclear: 0\n  oil: 0\n  solar: 193\n  wind: 0\ncontributors:\n  - hectorespert\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05727858148061005\n        coal: 0.17710005710979462\n        gas: 0.7656214110547845\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.3730051234790363\n        coal: 0.19533276044865067\n        gas: 0.43166214060735764\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05286220281446004\n        coal: 0.0\n        gas: 0.947137868782623\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.055193330825883534\n        coal: 0.0\n        gas: 0.9448067313625305\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06769443337999619\n        coal: 0.0\n        gas: 0.9323055233828217\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1181515449294343\n        coal: 0.0\n        gas: 0.8818484708683783\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13414176998747177\n        coal: 0.0\n        gas: 0.8658582300125283\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: IN_DL.fetch_consumption\n  production: IN_DL.fetch_production\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-DN.yaml",
    "content": "flag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-GA.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 48\n  hydro: 0\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-GJ.yaml",
    "content": "bounding_box:\n  - - 67.64340254000018\n    - 19.572644470095213\n  - - 74.95905236227674\n    - 25.208362942495825\ncapacity:\n  biomass: 77.3\n  coal: 16092\n  gas: 7551.41\n  hydro: 1990\n  nuclear: 440\n  oil: 0\n  solar: 5131.6\n  wind: 8758.4\ncontributors:\n  - sahitya-pavurala\n  - gopikrishna1793\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 587.3520843990214\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 587.3520843990214\n  lifecycle:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 649.8630381967355\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: electricityMap, 2018 average\n        value: 649.8630381967355\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: electricityMap, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6983766125618412\n        gas: 0.14536664919692363\n        geothermal: 0.0\n        hydro: 0.005387908835595175\n        hydro discharge: 0.0\n        nuclear: 0.006973208352765687\n        oil: 0.0\n        solar: 0.02391389959829987\n        unknown: 0.004844329355440729\n        wind: 0.11508224818233796\nflag_file_name: in.png\nparsers:\n  consumption: IN_GJ.fetch_consumption\n  production: IN_GJ.fetch_production\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-HP.yaml",
    "content": "bounding_box:\n  - - 75.07784712064807\n    - 29.88217682520036\n  - - 79.49706994002565\n    - 33.7328555360541\ncapacity:\n  biomass: 9.2\n  coal: 0\n  gas: 0\n  hydro: 10263.02\n  nuclear: 0\n  oil: 0\n  solar: 45\n  wind: 0\ncontributors:\n  - willbeaufoy\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8958093644290379\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.10419063607196172\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9052572345868161\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.09474280565301471\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9195610380661258\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.08043894206875551\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9245421320577085\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.07545779933267016\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: IN_HP.fetch_production\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-HR.yaml",
    "content": "capacity:\n  coal: 5330\n  gas: 431.59\n  hydro: 0\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-JH.yaml",
    "content": "capacity:\n  coal: 4250\n  gas: 0\n  hydro: 210\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-JK.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 175\n  hydro: 3360\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-KA.yaml",
    "content": "bounding_box:\n  - - 73.59115644600661\n    - 11.125595607751208\n  - - 79.06898237493664\n    - 18.96081146897413\ncapacity:\n  biomass: 1888.3\n  coal: 9480\n  gas: 0\n  hydro: 3689.2\n  nuclear: 880\n  oil: 25.2\n  solar: 7409.39\n  wind: 4938.6\ncontributors:\n  - hectorespert\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    unknown:\n      _comment: assumes 20% nuclear (0), 80% coal (760)\n      source: Souther Regional Load Dispatch Center Allocation Limits 2018-2019; SRLDC 2018-2019 derived calculation for Karnataka\n      value: 608.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\n    unknown:\n      _comment: assumes 20% nuclear (12), 80% coal (820)\n      source: Souther Regional Load Dispatch Center Allocation Limits 2018-2019; SRLDC 2018-2019 derived calculation for Karnataka\n      value: 658.4\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010639569126514778\n        coal: 0.34135559269696647\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.12714910293137743\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.028603774263534103\n        unknown: 0.43438636529018626\n        wind: 0.06744118045021583\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009037150996385391\n        coal: 0.291444360020425\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.16043943252527013\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.08539732484758786\n        unknown: 0.3464125824487382\n        wind: 0.11540256130040494\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011159875015926338\n        coal: 0.21935233310646332\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.1912231320262483\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.1638974218625249\n        unknown: 0.3001438480539049\n        wind: 0.1142233746317484\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02833858770180252\n        coal: 0.1793514811545566\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.21279700169104443\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.1309245875818034\n        unknown: 0.3339760020277822\n        wind: 0.11461232082512168\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04013061048132367\n        coal: 0.29468639173352495\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.17586195896940404\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.11411321903698891\n        unknown: 0.30118297389939097\n        wind: 0.0740248596561391\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03540101405331797\n        coal: 0.2444658712422697\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.19881606557742182\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.11359435059370196\n        unknown: 0.30290121772116885\n        wind: 0.10482148081211963\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021689488766784618\n        coal: 0.275131626560813\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.13230959468087589\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.1367409665303756\n        unknown: 0.3069428488851126\n        wind: 0.1271854795574422\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: IN_KA.fetch_consumption\n  production: IN_KA.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  SRLDC 2018-2019 derived calculation for Karnataka:\n    link: https://github.com/electricitymaps/electricitymaps-contrib/issues/1867\n  Souther Regional Load Dispatch Center Allocation Limits 2018-2019:\n    link: http://srldc.org/2018-19srallocation.aspx\ntimezone: Asia/Kolkata\nzone_name: Unknown\nisRenewable:\n  unknown:\n    _comment: assumes 20% nuclear (12), 80% coal (820)\n    source: Souther Regional Load Dispatch Center Allocation Limits 2018-2019; SRLDC 2018-2019 derived calculation for Karnataka\n    value: 0\nisLowCarbon:\n  unknown:\n    _comment: assumes 20% nuclear (12), 80% coal (820)\n    source: Souther Regional Load Dispatch Center Allocation Limits 2018-2019; SRLDC 2018-2019 derived calculation for Karnataka\n    value: 0.2\n"
  },
  {
    "path": "config/retired_zones/IN-KL.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 533.58\n  hydro: 1856.5\n  nuclear: 0\n  oil: 159.96\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-MH.yaml",
    "content": "bounding_box:\n  - - 72.79941\n    - 15.613079\n  - - 80.661984\n    - 22.105644\ncapacity:\n  biomass: 2597\n  coal: 23856\n  gas: 3207.08\n  hydro: 3047\n  nuclear: 1400\n  oil: 0\n  solar: 2295\n  unknown: 480.55\n  wind: 5010.8\ncontributors:\n  - GitMatze\n  - alixunderplatz\n  - systemcatch\n  - Manu1400\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8663973949412991\n        gas: 0.030036405287262796\n        geothermal: 0.0\n        hydro: 0.034767171278209386\n        hydro discharge: 0.0\n        nuclear: 0.020522955406662505\n        oil: 0.0\n        solar: 0.013264061548823293\n        unknown: 0.0\n        wind: 0.03501205940053345\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8675264005974712\n        gas: 0.030075546449856858\n        geothermal: 0.0\n        hydro: 0.034812471560911294\n        hydro discharge: 0.0\n        nuclear: 0.020549692165996728\n        oil: 0.0\n        solar: 0.013483689076296986\n        unknown: 0.0\n        wind: 0.0335522413133779\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8666182502651207\n        gas: 0.030044059643254014\n        geothermal: 0.0\n        hydro: 0.034776032537329374\n        hydro discharge: 0.0\n        nuclear: 0.020528180797007016\n        oil: 0.0\n        solar: 0.013677743394336982\n        unknown: 0.0\n        wind: 0.03435577622938938\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.861616350366414\n        gas: 0.02987065508113662\n        geothermal: 0.0\n        hydro: 0.034575313254121505\n        hydro discharge: 0.0\n        nuclear: 0.02040969949669196\n        oil: 0.0\n        solar: 0.013317789887388664\n        unknown: 0.0\n        wind: 0.04021024113967946\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8647809095608386\n        gas: 0.029980362868602593\n        geothermal: 0.0\n        hydro: 0.03470229934985493\n        hydro discharge: 0.0\n        nuclear: 0.02048465776663164\n        oil: 0.0\n        solar: 0.013058948298858123\n        unknown: 0.0\n        wind: 0.03699286053648009\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012869117854221141\n        coal: 0.8286959143856343\n        gas: 0.02129974558836605\n        geothermal: 0.0\n        hydro: 0.03976543507110578\n        hydro discharge: 0.0\n        nuclear: 0.03972233460564866\n        oil: 0.0\n        solar: 0.012961419118905925\n        unknown: 0.00923911862779166\n        wind: 0.03544688193022671\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02669617097224994\n        coal: 0.8297295752376328\n        gas: 0.021536733601776853\n        geothermal: 0.0\n        hydro: 0.034600319568647946\n        hydro discharge: 0.0\n        nuclear: 0.03229052146171313\n        oil: 0.0\n        solar: 0.014965327418330485\n        unknown: 0.010270868469352998\n        wind: 0.029910465330732435\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03653668880737519\n        coal: 0.8172899649142811\n        gas: 0.013606422259454562\n        geothermal: 0.0\n        hydro: 0.038349152619989835\n        hydro discharge: 0.0\n        nuclear: 0.03225291927307697\n        oil: 0.0\n        solar: 0.016434291882701003\n        unknown: 0.010262173139609457\n        wind: 0.035268381935848116\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015422958475641076\n        coal: 0.8413485177267193\n        gas: 0.012468589767142583\n        geothermal: 0.0\n        hydro: 0.029351021063500297\n        hydro discharge: 0.0\n        nuclear: 0.033169880050444314\n        oil: 0.0\n        solar: 0.0242120664068756\n        unknown: 0.004873399116179451\n        wind: 0.039153561778823565\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026150120648595877\n        coal: 0.8302121311222799\n        gas: 0.02344417043129855\n        geothermal: 0.0\n        hydro: 0.029014085659113103\n        hydro discharge: 0.0\n        nuclear: 0.02803986929973076\n        oil: 0.0\n        solar: 0.02944040476303649\n        unknown: 0.004691684211499119\n        wind: 0.02900752525848245\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: IN_MH.fetch_production\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-ML.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 322\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-MN.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 105\n  nuclear: 0\n  oil: 36\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-MP.yaml",
    "content": "capacity:\n  coal: 21950\n  gas: 0\n  hydro: 2235\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-MZ.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 60\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-NL.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 75\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-OR.yaml",
    "content": "capacity:\n  coal: 9540\n  gas: 0\n  hydro: 2154.55\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-PB.yaml",
    "content": "bounding_box:\n  - - 73.34234501100013\n    - 29.059823920137802\n  - - 77.41037560365123\n    - 33.016749376582425\ncapacity:\n  biomass: 484.3\n  coal: 5680\n  gas: 0\n  hydro: 1096.3\n  nuclear: 0\n  oil: 0\n  solar: 968.6\n  wind: 0\ncontributors:\n  - corradio\n  - hectorespert\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8274516709402372\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.14388918754125016\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.028659201142585133\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001132727014600419\n        coal: 0.5317063325957484\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.07586263617704816\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.39129829500084207\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01088331289412373\n        coal: 0.7846952260269039\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.16336502746084736\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04105644488616745\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024372265061487618\n        coal: 0.6983596036093999\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.21927365660629675\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05799448360981094\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023763668725358265\n        coal: 0.8294626195877834\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.11068189039488861\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.036091828323712785\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01423100579736268\n        coal: 0.836327325654256\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.11217514986072091\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0372665246003073\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015043076720616036\n        coal: 0.8317053282148215\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.1250213774315918\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02823021519189305\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013771114315080575\n        coal: 0.8529926977667466\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.10777647128565225\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.025459760720636028\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: IN_PB.fetch_consumption\n  production: IN_PB.fetch_production\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-PY.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 32.5\n  hydro: 0\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-RJ.yaml",
    "content": "capacity:\n  coal: 10480\n  gas: 1022.83\n  hydro: 411\n  nuclear: 1180\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-SK.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 0\n  hydro: 2282\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-TN.yaml",
    "content": "capacity:\n  biomass: 265.59\n  coal: 13685\n  gas: 516.1\n  geothermal: 4320\n  hydro: 2321.9\n  nuclear: 2440\n  oil: 211.7\n  solar: 5518.153\n  wind: 8618.07\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-TR.yaml",
    "content": "capacity:\n  coal: 0\n  gas: 1099.6\n  hydro: 0\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IN-UP.yaml",
    "content": "bounding_box:\n  - - 76.5581702012937\n    - 23.411047268416667\n  - - 85.11243777868054\n    - 30.902020574789645\ncapacity:\n  biomass: 2117.3\n  coal: 24389\n  gas: 1493.14\n  hydro: 501.6\n  nuclear: 440\n  oil: 0\n  solar: 1840.3\n  wind: 0\ncontributors:\n  - sahitya-pavurala\n  - pierresegonne\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.7491707335275146e-05\n        coal: 0.8522704258451176\n        gas: 0.06249441219165629\n        geothermal: 0.0\n        hydro: 0.0603967042104172\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.024780855142426905\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.637556043821551e-05\n        coal: 0.8356742877212078\n        gas: 0.061277472478525434\n        geothermal: 0.0\n        hydro: 0.05922062123143805\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04377116129066554\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.71138157577985e-05\n        coal: 0.8462001536566379\n        gas: 0.06204930628348994\n        geothermal: 0.0\n        hydro: 0.059966596747296916\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.031726833579913245\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.04376317743153851\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.004901085092889169\n        unknown: 0.9513357355500861\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.048076222387756815\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0037114742363852423\n        unknown: 0.9482123153683726\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0566120055563359\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.008319381331478082\n        unknown: 0.9350686046344332\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.018906747695549193\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.14726885443688845\n        unknown: 0.8338243983672093\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers: {}\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-UT.yaml",
    "content": "bounding_box:\n  - - 77.611412\n    - 28.542876\n  - - 80.940177\n    - 31.292794\ncapacity:\n  biomass: 130.2\n  coal: 0\n  gas: 450\n  hydro: 3855.35\n  nuclear: 0\n  oil: 0\n  solar: 398.3\n  wind: 0\ncontributors:\n  - alixunderplatz\n  - lorrieq\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: IN_UT.fetch_production\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Unknown\n"
  },
  {
    "path": "config/retired_zones/IN-WB.yaml",
    "content": "capacity:\n  coal: 13697\n  gas: 80\n  hydro: 1341.2\n  nuclear: 0\n  oil: 0\ncontributors:\n  - gopikrishna1793\nflag_file_name: in.png\ntimezone: Asia/Kolkata\n"
  },
  {
    "path": "config/retired_zones/IQ-KUR.yaml",
    "content": "bounding_box:\n  - - 41.85723840300011\n    - 34.01280325000005\n  - - 46.827073608000035\n    - 37.87549753800006\ncountry: IQ\nregion: Asia\ntimezone: Asia/Baghdad\n"
  },
  {
    "path": "config/retired_zones/MX-BC.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -118.86880422899992\n    - 22.37215511800008\n  - - -108.91362465499992\n    - 33.21283640500009\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2017-01-01'\n        source: \"Electricity Maps & Dra. Gabriela Mu\\xF1oz Mel\\xE9ndez\"\n        value: 453\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 341.3\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 341.3\n    unknown:\n      - datetime: '2017-01-01'\n        source: \"Electricity Maps & Dra. Gabriela Mu\\xF1oz Mel\\xE9ndez\"\n        value: 342\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00043250680184585163\n        biomass: 0.0001853114848385145\n        coal: 0.00019610386524367113\n        gas: 0.006126988044698532\n        geothermal: 0.00032393116638059627\n        hydro: 0.0011129974402204494\n        hydro discharge: 8.235458490121891e-07\n        nuclear: 0.0008670511107974027\n        oil: 4.5192505614880517e-07\n        solar: 0.0028356554499964085\n        unknown: 0.9870965076517385\n        wind: 0.000821563871450251\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\ntimezone: America/Tijuana\n"
  },
  {
    "path": "config/retired_zones/MX-BCS.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -118.86880422899992\n    - 22.37215511800008\n  - - -108.91362465499992\n    - 33.21283640500009\ncountry: MX\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\ntimezone: America/Tijuana\n"
  },
  {
    "path": "config/retired_zones/MX-CE.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -100.01069047658422\n    - 17.392189846084534\n  - - -96.22812130395499\n    - 21.325344143417453\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.4847477716070496e-06\n        coal: 3.214420670328397e-05\n        gas: 3.754750322523777e-05\n        geothermal: 3.219233056486797e-07\n        hydro: 1.2926322504941279e-05\n        hydro discharge: 0.0\n        nuclear: 1.1533516637307845e-05\n        oil: 2.006765028052312e-06\n        solar: 2.426202474279073e-06\n        unknown: 0.9998806976544481\n        wind: 1.8890388656089554e-05\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-NE.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -101.71565100768782\n    - 21.719780991999187\n  - - -96.63927161399994\n    - 28.293549303557484\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 410.99\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 410.99\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0002036154639733834\n        gas: 0.000670799321690792\n        geothermal: 0.0\n        hydro: 5.974059739928552e-07\n        hydro discharge: 0.0\n        nuclear: 0.0001267184109685156\n        oil: 0.0\n        solar: 1.591121471939949e-05\n        unknown: 0.9985936291455566\n        wind: 0.0003886936483887087\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-NO.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -109.65359025758431\n    - 21.8191030954315\n  - - -99.30696277711047\n    - 32.277751364000025\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 1.402186867881626e-05\n        gas: 4.695234762058425e-05\n        geothermal: 0.0\n        hydro: 2.745617520817753e-09\n        hydro discharge: 0.0\n        nuclear: 8.324712323119425e-06\n        oil: 0.0\n        solar: 2.3520790095005418e-07\n        unknown: 0.9999035290675828\n        wind: 2.685991860323994e-05\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-NW.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -115.53974260094026\n    - 21.9489659687045\n  - - -104.88862626838755\n    - 32.99936330200008\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 2.3398798841637265e-06\n        gas: 7.770706423479258e-06\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 1.3269002466863584e-06\n        oil: 0.0\n        solar: 2.0615681798799356e-08\n        unknown: 0.9999841367013942\n        wind: 4.332572945306765e-06\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-OC.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -115.29857337099992\n    - 17.415988111000047\n  - - -97.5001883613038\n    - 25.66554433840048\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.76550207442519e-08\n        coal: 5.714119313455745e-05\n        gas: 0.00018045255734755876\n        geothermal: 1.1869301884956474e-08\n        hydro: 7.287751357363274e-07\n        hydro discharge: 0.0\n        nuclear: 3.6074764862344366e-05\n        oil: 1.1592351507640824e-07\n        solar: 4.3801680389451044e-06\n        unknown: 0.9996108734440349\n        wind: 0.00011010122685844094\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-OR.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -102.67957149932522\n    - 14.046279476000095\n  - - -89.87985327199993\n    - 22.98054026911808\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 410.99\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 410.99\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1501898238582426e-06\n        coal: 1.9358154811463765e-05\n        gas: 5.538840970745195e-05\n        geothermal: 4.287907663343529e-07\n        hydro: 9.82564445185782e-06\n        hydro discharge: 0.0\n        nuclear: 1.1435384404197025e-05\n        oil: 3.380900830815314e-07\n        solar: 1.7848317060968248e-06\n        unknown: 0.9998643493726297\n        wind: 3.585936955072924e-05\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/MX-PN.yaml",
    "content": "aggregates_displayed:\n  - none\nbounding_box:\n  - - -92.98614402599992\n    - 17.301963603000004\n  - - -86.20059160099993\n    - 22.123439846000053\ncountry: MX\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 305\n  lifecycle:\n    battery discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    hydro discharge:\n      - datetime: '2023-01-01'\n        source: Electricity Maps, 2023 average\n        value: 411.0\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2%\n          coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014\n          values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and\n          2020, IEA, Paris\n        value: 411\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.3386396541103494e-06\n        coal: 2.7168893585104462e-05\n        gas: 3.215615900795001e-05\n        geothermal: 3.0607766132987135e-07\n        hydro: 1.202975231867962e-05\n        hydro discharge: 0.0\n        nuclear: 9.428992425791391e-06\n        oil: 1.6942298783024054e-06\n        solar: 1.581701326342894e-06\n        unknown: 0.9998991744174442\n        wind: 1.4996004948332344e-05\nparsers:\n  consumption: CENACE.fetch_consumption\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\n"
  },
  {
    "path": "config/retired_zones/README.md",
    "content": "Those zones have been retired for now to allow for a higher level overview of certain zones.\nThey can be reused once an intermediate/state view has been implemented.\n"
  },
  {
    "path": "config/retired_zones/US-FLA-NSB.yaml",
    "content": "bounding_box:\n  - - -82.18057\n    - 28.1131300000001\n  - - -80.23297\n    - 29.92717\ncomment: New Smyrna Beach, Utilities Commission Of\ncontributors:\n  - systemcatch\n  - robertahunt\ndelays:\n  consumption: 30\n  consumptionForecast: 30\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: US/Eastern\n"
  },
  {
    "path": "config/retired_zones/US-HI-HA.yaml",
    "content": "bounding_box:\n  - - -156.5601639279999\n    - 18.40611714300016\n  - - -154.31406356599993\n    - 20.763429107000178\ncountry: US\nemissionFactors:\n  direct:\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 104.45\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 785.7600688\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 776.65\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 38.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 142.45\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1029.7600688\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1020.65\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-KA.yaml",
    "content": "bounding_box:\n  - - -160.28721974299992\n    - 21.368769246000056\n  - - -158.7925919259999\n    - 22.735494671000225\ncountry: US\nemissionFactors:\n  direct:\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 779.2439369\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 741.34\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1023.2439369\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 985.34\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-KH.yaml",
    "content": "bounding_box:\n  - - -157.20056182399986\n    - 20.004712932000132\n  - - -156.03412841099995\n    - 21.09995670100011\ncountry: US\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-LA.yaml",
    "content": "bounding_box:\n  - - -157.56313605799994\n    - 20.232387730000227\n  - - -156.30353909899995\n    - 21.427508787000193\ncountry: US\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-MA.yaml",
    "content": "bounding_box:\n  - - -157.19600919699985\n    - 20.081179336000048\n  - - -155.47955290999988\n    - 21.532653273000165\ncountry: US\nemissionFactors:\n  direct:\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 783.2844717\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 774.83\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1027.2844717\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1018.83\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-MO.yaml",
    "content": "bounding_box:\n  - - -157.80426998599995\n    - 20.553371486000145\n  - - -156.20572493599994\n    - 21.721879885000135\ncountry: US\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-NI.yaml",
    "content": "bounding_box:\n  - - -160.74803626199989\n    - 21.280209463000062\n  - - -159.55143635199994\n    - 22.507756812000167\ncountry: US\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-HI-OA.yaml",
    "content": "bounding_box:\n  - - -158.7789330139999\n    - 20.75418992400006\n  - - -157.14716739499988\n    - 22.209850429000085\ncapacity:\n  battery storage: 225.9\n  biomass: 157.7\n  coal: 0\n  gas: 0\n  geothermal: 0\n  hydro: 0\n  oil: 1528.9\n  solar: 240.9\n  unknown: 0\n  wind: 126.6\ncontributors:\n  - kepiej\n  - systemcatch\n  - KabelWlan\n  - danielmatsuda\n  - brandongalbraith\ncountry: US\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2015-01-01'\n        source: Electricity Maps, 2015 average\n        value: 410.39794188222544\n      - datetime: '2016-01-01'\n        source: Electricity Maps, 2016 average\n        value: 701.3131580711408\n      - datetime: '2017-01-01'\n        source: Electricity Maps, 2017 average\n        value: 701.3131343083057\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 730.0244347012316\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 725.3627752472624\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 707.875524344012\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 685.9001691120977\n    biomass:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1088.282256\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1095.15\n    hydro discharge:\n      - datetime: '2015-01-01'\n        source: Electricity Maps, 2015 average\n        value: 410.39794188222544\n      - datetime: '2016-01-01'\n        source: Electricity Maps, 2016 average\n        value: 701.3131580711408\n      - datetime: '2017-01-01'\n        source: Electricity Maps, 2017 average\n        value: 701.3131343083057\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 730.0244347012316\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 725.3627752472624\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 707.875524344012\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 685.9001691120977\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 742.1719304\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 746.36\n  lifecycle:\n    battery discharge:\n      - datetime: '2015-01-01'\n        source: Electricity Maps, 2015 average\n        value: 608.8370339321843\n      - datetime: '2016-01-01'\n        source: Electricity Maps, 2016 average\n        value: 945.1187640576029\n      - datetime: '2017-01-01'\n        source: Electricity Maps, 2017 average\n        value: 945.1187325074374\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 968.2804597073409\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 971.05\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 948.9\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 884.56\n      - datetime: '2022-01-01'\n        source: Electricity Maps, 2022 average\n        value: 879.04\n    biomass:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 980.1789569\n      - datetime: '2021-01-01'\n        source: eGrid 2021; eGrid 2021\n        value: 277.252\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1148.282256\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1155.15\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    hydro discharge:\n      - datetime: '2015-01-01'\n        source: Electricity Maps, 2015 average\n        value: 608.8370339321843\n      - datetime: '2016-01-01'\n        source: Electricity Maps, 2016 average\n        value: 945.1187640576029\n      - datetime: '2017-01-01'\n        source: Electricity Maps, 2017 average\n        value: 945.1187325074374\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 968.2804597073409\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 971.05\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 948.9\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 884.56\n      - datetime: '2022-01-01'\n        source: Electricity Maps, 2022 average\n        value: 879.04\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 986.1719304\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 990.36\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06146349507461177\n        coal: 0.1624396255143238\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7067562169754187\n        solar: 0.03961629916750147\n        unknown: 0.0\n        wind: 0.029725995100113794\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.061463497137033196\n        coal: 0.16243963096502206\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7067562406907828\n        solar: 0.03961626694160985\n        unknown: 0.0\n        wind: 0.029725996097576264\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06146349507461177\n        coal: 0.1624396255143238\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7067562169754187\n        solar: 0.03961629916750147\n        unknown: 0.0\n        wind: 0.029725995100113794\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05426059193571333\n        coal: 0.18748967287625318\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7087083605223727\n        solar: 0.02312780413094602\n        unknown: 0.0\n        wind: 0.026414284812573935\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06137047888409653\n        coal: 0.186872666569466\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7046028054259422\n        solar: 0.02686747790012586\n        unknown: 0.0\n        wind: 0.020286321020470077\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06111998815118013\n        coal: 0.17874211746869453\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6911122691835548\n        solar: 0.04003437233497996\n        unknown: 0.0\n        wind: 0.028990929813329517\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06181462398537552\n        coal: 0.15934702552680494\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6872143794090574\n        solar: 0.049200525149930306\n        unknown: 0.0\n        wind: 0.04242344106433257\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06156103188787083\n        coal: 0.09938471014364356\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7513025405060908\n        solar: 0.0607152139518972\n        unknown: 0.0\n        wind: 0.027036543409622936\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\n"
  },
  {
    "path": "config/retired_zones/US-NW-AVRN.yaml",
    "content": "capacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 619.1\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 0\n  solar: 160\n  unknown: 0\n  wind: 1697.7\ncomment: Avangrid Renewables Cooperative\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ndelays:\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 21.056347721310882\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 207.3509981331674\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 270.8334094579008\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 0.0\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 54.92646466317582\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 166.22143140855945\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 157.38251800607716\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 410.2399164\n    hydro discharge:\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 21.056347721310882\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 207.3509981331674\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 270.8334094579008\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 0.0\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 54.92646466317582\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 166.22143140855945\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 157.38251800607716\n  lifecycle:\n    battery discharge:\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 35.39906669808514\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 279.27521841941507\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 361.53704498269894\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 11.0\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 82.05196702341827\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 221.38616496547627\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 210.19888730892356\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 530.2399164000001\n    hydro discharge:\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 35.39906669808514\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 279.27521841941507\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 361.53704498269894\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 11.0\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 82.05196702341827\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 221.38616496547627\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 210.19888730892356\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 1.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.13388861991272447\n        geothermal: 0.0\n        hydro: 0.11784705613957798\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.7482643239476976\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.40518099527640355\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.5948190047235964\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.3836354548168083\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.6163645451831917\nparsers:\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\ntimezone: US/Pacific\n"
  },
  {
    "path": "config/retired_zones/US-SE-AEC.yaml",
    "content": "bounding_box:\n  - - -88.9596785776442\n    - 29.339638675596\n  - - -84.3581394658229\n    - 34.4502982778481\ncapacity:\n  battery storage: 0\n  biomass: 4.8\n  coal: 0\n  gas: 1330\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 0\n  solar: 0\n  unknown: 0\n  wind: 0\ncomment: Powersouth Energy Cooperative\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ndelays:\n  consumption: 30\n  consumptionForecast: 30\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 637.5461428543931\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 552.3948407547141\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 459.2089741767484\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 401.9975251542462\n    coal:\n      datetime: '2020-01-01'\n      source: eGrid 2020\n      value: 1196.66141\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 404.1054386\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 637.5461428543931\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 552.3948407547141\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 459.2089741767484\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 401.9975251542462\n  lifecycle:\n    battery discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 755.4345979007286\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 670.921113609942\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 578.5336295237561\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 521.2200312142762\n    coal:\n      datetime: '2020-01-01'\n      source: eGrid 2020; Oberschelp, Christopher, et al. \"Global emission hotspots\n        of coal power generation.\"\n      value: 1310.312319\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 524.1054386000001\n    hydro discharge:\n      - datetime: '2018-01-01'\n        source: Electricity Maps, 2018 average\n        value: 755.4345979007286\n      - datetime: '2019-01-01'\n        source: Electricity Maps, 2019 average\n        value: 670.921113609942\n      - datetime: '2020-01-01'\n        source: Electricity Maps, 2020 average\n        value: 578.5336295237561\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 521.2200312142762\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.29474525062092716\n        gas: 0.6970662105457389\n        geothermal: 0.0\n        hydro: 0.0025829374134651254\n        hydro discharge: 0.0008280134712315929\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.004777587948637279\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.18734852087481615\n        gas: 0.8026600045354034\n        geothermal: 0.0\n        hydro: 0.003308356720003904\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.006683117869776512\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.069255336108549\n        gas: 0.9198139987343975\n        geothermal: 0.0\n        hydro: 0.0028750567325007688\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.008055608424552687\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9837240945072053\n        geothermal: 0.0\n        hydro: 0.008503295011414636\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.00777261048138002\n        wind: 0.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\ntimezone: US/Central\n"
  },
  {
    "path": "config/retired_zones/US-SW-DEAA.yaml",
    "content": "bounding_box:\n  - - -113.397006989\n    - 32.8262615200001\n  - - -112.375976563\n    - 33.877473831\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 713\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 0\n  solar: 0\n  unknown: 0\n  wind: 0\ncomment: Arlington Valley, Llc - Avba\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ndelays:\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  direct:\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 397.9497472\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 517.9497472\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nparsers:\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\ntimezone: US/Arizona\n"
  },
  {
    "path": "config/retired_zones/US-SW-GRMA.yaml",
    "content": "bounding_box:\n  - - -113.26607132\n    - 31.246901321\n  - - -111.760446548\n    - 33.5380344390001\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 619\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 0\n  solar: 0\n  unknown: 0\n  wind: 0\ncomment: Gila River Power, Llc\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ndelays:\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  lifecycle:\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nparsers:\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: US/Arizona\n"
  },
  {
    "path": "config/retired_zones/US-SW-HGMA.yaml",
    "content": "bounding_box:\n  - - -114.158504486\n    - 32.855298996\n  - - -112.449426651\n    - 34.847730637\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 1325.1\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 0\n  solar: 0\n  unknown: 0\n  wind: 0\ncomment: New Harquahala Generating Company, Llc - Hgba\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ndelays:\n  production: 30\ndisclaimer: Data for real-time consumption and generation mix is estimated. Real-time\n  exchanges are not available.\nemissionFactors:\n  direct:\n    battery discharge:\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 370.0\n    hydro discharge:\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 370.0\n  lifecycle:\n    battery discharge:\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 490.0\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    hydro discharge:\n      - datetime: '2021-01-01'\n        source: Electricity Maps, 2021 average\n        value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: IPCC 2014; EIA 2020/BEIS 2021\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 1.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nparsers:\n  production: EIA.fetch_production_mix\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: US/Arizona\n"
  },
  {
    "path": "config/zone_names.json",
    "content": "{\n  \"zoneShortName\": {\n    \"AD\": {\n      \"zoneName\": \"Andorra\"\n    },\n    \"AE\": {\n      \"zoneName\": \"United Arab Emirates\"\n    },\n    \"AF\": {\n      \"zoneName\": \"Afghanistan\"\n    },\n    \"AG\": {\n      \"zoneName\": \"Antigua and Barbuda\"\n    },\n    \"AL\": {\n      \"zoneName\": \"Albania\"\n    },\n    \"AM\": {\n      \"zoneName\": \"Armenia\"\n    },\n    \"AO\": {\n      \"zoneName\": \"Angola\"\n    },\n    \"AR\": {\n      \"zoneName\": \"Argentina\"\n    },\n    \"AT\": {\n      \"zoneName\": \"Austria\"\n    },\n    \"AU\": {\n      \"zoneName\": \"Australia\"\n    },\n    \"AU-LH\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Lord Howe Island\"\n    },\n    \"AU-NSW\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"New South Wales\"\n    },\n    \"AU-NT\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Northern Territory\"\n    },\n    \"AU-QLD\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Queensland\"\n    },\n    \"AU-SA\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"South Australia\"\n    },\n    \"AU-TAS\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Tasmania\"\n    },\n    \"AU-TAS-CBI\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Cape Barren Island\"\n    },\n    \"AU-TAS-KI\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"King Island\"\n    },\n    \"AU-TAS-FI\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Flinders Island\"\n    },\n    \"AU-VIC\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Victoria\"\n    },\n    \"AU-WA\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Western Australia\"\n    },\n    \"AU-WA-RI\": {\n      \"countryName\": \"Australia\",\n      \"zoneName\": \"Rottnest Island\"\n    },\n    \"AW\": {\n      \"zoneName\": \"Aruba\"\n    },\n    \"AX\": {\n      \"zoneName\": \"Åland Islands\"\n    },\n    \"AZ\": {\n      \"zoneName\": \"Azerbaijan\"\n    },\n    \"BA\": {\n      \"zoneName\": \"Bosnia and Herzegovina\"\n    },\n    \"BB\": {\n      \"zoneName\": \"Barbados\"\n    },\n    \"BD\": {\n      \"zoneName\": \"Bangladesh\"\n    },\n    \"BE\": {\n      \"zoneName\": \"Belgium\"\n    },\n    \"BF\": {\n      \"zoneName\": \"Burkina Faso\"\n    },\n    \"BG\": {\n      \"zoneName\": \"Bulgaria\"\n    },\n    \"BH\": {\n      \"zoneName\": \"Bahrain\"\n    },\n    \"BI\": {\n      \"zoneName\": \"Burundi\"\n    },\n    \"BJ\": {\n      \"zoneName\": \"Benin\"\n    },\n    \"BM\": {\n      \"zoneName\": \"Bermuda\"\n    },\n    \"BN\": {\n      \"zoneName\": \"Brunei\"\n    },\n    \"BO\": {\n      \"zoneName\": \"Bolivia\"\n    },\n    \"BR\": {\n      \"zoneName\": \"Brazil\"\n    },\n    \"BR-CS\": {\n      \"countryName\": \"Brazil\",\n      \"zoneName\": \"Central Brazil\"\n    },\n    \"BR-N\": {\n      \"countryName\": \"Brazil\",\n      \"zoneName\": \"North Brazil\"\n    },\n    \"BR-NE\": {\n      \"countryName\": \"Brazil\",\n      \"zoneName\": \"North-East Brazil\"\n    },\n    \"BR-S\": {\n      \"countryName\": \"Brazil\",\n      \"zoneName\": \"South Brazil\"\n    },\n    \"BS\": {\n      \"zoneName\": \"Bahamas\"\n    },\n    \"BT\": {\n      \"zoneName\": \"Bhutan\"\n    },\n    \"BW\": {\n      \"zoneName\": \"Botswana\"\n    },\n    \"BY\": {\n      \"zoneName\": \"Belarus\"\n    },\n    \"BZ\": {\n      \"zoneName\": \"Belize\"\n    },\n    \"CA\": {\n      \"zoneName\": \"Canada\"\n    },\n    \"CA-AB\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Alberta\"\n    },\n    \"CA-BC\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"British Columbia\"\n    },\n    \"CA-MB\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Manitoba\"\n    },\n    \"CA-NB\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"New Brunswick\"\n    },\n    \"CA-NL\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Newfoundland and Labrador\"\n    },\n    \"CA-NS\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Nova Scotia\"\n    },\n    \"CA-NT\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Northwest Territories\"\n    },\n    \"CA-NU\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Nunavut\"\n    },\n    \"CA-ON\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Ontario\"\n    },\n    \"CA-PE\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Prince Edward Island\"\n    },\n    \"CA-QC\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Québec\"\n    },\n    \"CA-SK\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Saskatchewan\"\n    },\n    \"CA-YT\": {\n      \"countryName\": \"Canada\",\n      \"zoneName\": \"Yukon\"\n    },\n    \"CD\": {\n      \"zoneName\": \"Democratic Republic of the Congo\"\n    },\n    \"CF\": {\n      \"zoneName\": \"Central African Republic\"\n    },\n    \"CG\": {\n      \"zoneName\": \"Congo\"\n    },\n    \"CH\": {\n      \"zoneName\": \"Switzerland\"\n    },\n    \"CI\": {\n      \"zoneName\": \"Ivory Coast\"\n    },\n    \"CL-CHP\": {\n      \"countryName\": \"Chile\",\n      \"zoneName\": \"Easter Island\"\n    },\n    \"CL-SEA\": {\n      \"countryName\": \"Chile\",\n      \"zoneName\": \"Sistema Eléctrico de Aysén\"\n    },\n    \"CL-SEM\": {\n      \"countryName\": \"Chile\",\n      \"zoneName\": \"Sistema Eléctrico de Magallanes\"\n    },\n    \"CL-SEN\": {\n      \"countryName\": \"Chile\",\n      \"zoneName\": \"Sistema Eléctrico Nacional\"\n    },\n    \"CM\": {\n      \"zoneName\": \"Cameroon\"\n    },\n    \"CN\": {\n      \"zoneName\": \"China\"\n    },\n    \"CO\": {\n      \"zoneName\": \"Colombia\"\n    },\n    \"CR\": {\n      \"zoneName\": \"Costa Rica\"\n    },\n    \"CU\": {\n      \"zoneName\": \"Cuba\"\n    },\n    \"CV\": {\n      \"zoneName\": \"Cabo Verde\"\n    },\n    \"CW\": {\n      \"zoneName\": \"Curaçao\"\n    },\n    \"CY\": {\n      \"zoneName\": \"Cyprus\"\n    },\n    \"CZ\": {\n      \"zoneName\": \"Czechia\"\n    },\n    \"DE\": {\n      \"zoneName\": \"Germany\"\n    },\n    \"DJ\": {\n      \"zoneName\": \"Djibouti\"\n    },\n    \"DK\": {\n      \"zoneName\": \"Denmark\"\n    },\n    \"DK-DK1\": {\n      \"countryName\": \"Denmark\",\n      \"zoneName\": \"West Denmark\"\n    },\n    \"DK-DK2\": {\n      \"countryName\": \"Denmark\",\n      \"zoneName\": \"East Denmark\"\n    },\n    \"DM\": {\n      \"zoneName\": \"Dominica\"\n    },\n    \"DO\": {\n      \"zoneName\": \"Dominican Republic\"\n    },\n    \"DZ\": {\n      \"zoneName\": \"Algeria\"\n    },\n    \"EC\": {\n      \"zoneName\": \"Ecuador\"\n    },\n    \"EE\": {\n      \"zoneName\": \"Estonia\"\n    },\n    \"EG\": {\n      \"zoneName\": \"Egypt\"\n    },\n    \"EH\": {\n      \"zoneName\": \"Western Sahara\"\n    },\n    \"ER\": {\n      \"zoneName\": \"Eritrea\"\n    },\n    \"ES\": {\n      \"zoneName\": \"Spain\"\n    },\n    \"ES-CE\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Ceuta\"\n    },\n    \"ES-IB-FO\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Formentera\"\n    },\n    \"ES-IB-IZ\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Ibiza\"\n    },\n    \"ES-IB-MA\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Mallorca\"\n    },\n    \"ES-IB-ME\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Menorca\"\n    },\n    \"ES-CN-FVLZ\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Fuerteventura/Lanzarote\"\n    },\n    \"ES-CN-FV\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Fuerteventura\"\n    },\n    \"ES-CN-LZ\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Lanzarote\"\n    },\n    \"ES-CN-GC\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Gran Canaria\"\n    },\n    \"ES-CN-HI\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"El Hierro\"\n    },\n    \"ES-CN-IG\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Isla de la Gomera\"\n    },\n    \"ES-CN-LP\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"La Palma\"\n    },\n    \"ES-CN-TE\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Tenerife\"\n    },\n    \"ES-ML\": {\n      \"countryName\": \"Spain\",\n      \"zoneName\": \"Melilla\"\n    },\n    \"ET\": {\n      \"zoneName\": \"Ethiopia\"\n    },\n    \"FI\": {\n      \"zoneName\": \"Finland\"\n    },\n    \"FJ\": {\n      \"zoneName\": \"Fiji\"\n    },\n    \"FK\": {\n      \"zoneName\": \"Falkland Islands\"\n    },\n    \"FM\": {\n      \"zoneName\": \"Micronesia\"\n    },\n    \"FO\": {\n      \"zoneName\": \"Faroe Islands\"\n    },\n    \"FO-MI\": {\n      \"countryName\": \"Faroe Islands\",\n      \"zoneName\": \"Main Islands\"\n    },\n    \"FO-SI\": {\n      \"countryName\": \"Faroe Islands\",\n      \"zoneName\": \"South Island\"\n    },\n    \"FR\": {\n      \"zoneName\": \"France\"\n    },\n    \"FR-COR\": {\n      \"countryName\": \"France\",\n      \"zoneName\": \"Corsica\"\n    },\n    \"GA\": {\n      \"zoneName\": \"Gabon\"\n    },\n    \"GB\": {\n      \"zoneName\": \"Great Britain\"\n    },\n    \"GB-NIR\": {\n      \"zoneName\": \"Northern Ireland\"\n    },\n    \"GB-ZET\": {\n      \"countryName\": \"Great Britain\",\n      \"zoneName\": \"Shetland Islands\"\n    },\n    \"GE\": {\n      \"zoneName\": \"Georgia\"\n    },\n    \"GF\": {\n      \"zoneName\": \"French Guiana\"\n    },\n    \"GG\": {\n      \"zoneName\": \"Guernsey\"\n    },\n    \"GH\": {\n      \"zoneName\": \"Ghana\"\n    },\n    \"GI\": {\n      \"zoneName\": \"Gibraltar\"\n    },\n    \"GL\": {\n      \"zoneName\": \"Greenland\"\n    },\n    \"GM\": {\n      \"zoneName\": \"Gambia\"\n    },\n    \"GN\": {\n      \"zoneName\": \"Guinea\"\n    },\n    \"GP\": {\n      \"zoneName\": \"Guadeloupe\"\n    },\n    \"GQ\": {\n      \"zoneName\": \"Equatorial Guinea\"\n    },\n    \"GR\": {\n      \"zoneName\": \"Greece\"\n    },\n    \"GS\": {\n      \"zoneName\": \"South Georgia and the South Sandwich Islands\"\n    },\n    \"GT\": {\n      \"zoneName\": \"Guatemala\"\n    },\n    \"GU\": {\n      \"zoneName\": \"Guam\"\n    },\n    \"GW\": {\n      \"zoneName\": \"Guinea-Bissau\"\n    },\n    \"GY\": {\n      \"zoneName\": \"Guyana\"\n    },\n    \"HK\": {\n      \"zoneName\": \"Hong Kong\"\n    },\n    \"HM\": {\n      \"zoneName\": \"Heard Island and McDonald Islands\"\n    },\n    \"HN\": {\n      \"zoneName\": \"Honduras\"\n    },\n    \"HR\": {\n      \"zoneName\": \"Croatia\"\n    },\n    \"HT\": {\n      \"zoneName\": \"Haiti\"\n    },\n    \"HU\": {\n      \"zoneName\": \"Hungary\"\n    },\n    \"ID\": {\n      \"zoneName\": \"Indonesia\"\n    },\n    \"IE\": {\n      \"zoneName\": \"Ireland\"\n    },\n    \"IL\": {\n      \"zoneName\": \"Israel\"\n    },\n    \"IM\": {\n      \"zoneName\": \"Isle of Man\"\n    },\n    \"IN\": {\n      \"zoneName\": \"Mainland India\",\n      \"countryName\": \"India\"\n    },\n    \"IN-EA\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Eastern India\"\n    },\n    \"IN-NE\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"North Eastern India\"\n    },\n    \"IN-NO\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Northern India\"\n    },\n    \"IN-SO\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Southern India\"\n    },\n    \"IN-WE\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Western India\"\n    },\n    \"IN-AN\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Andaman and Nicobar Islands\"\n    },\n    \"IN-HP\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Himachal Pradesh\"\n    },\n    \"IN-UP\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Uttar Pradesh\"\n    },\n    \"IN-UT\": {\n      \"countryName\": \"India\",\n      \"zoneName\": \"Uttarakhand\"\n    },\n    \"IO\": {\n      \"zoneName\": \"British Indian Ocean Territory\"\n    },\n    \"IQ\": {\n      \"zoneName\": \"Iraq\"\n    },\n    \"IQ-KUR\": {\n      \"countryName\": \"Iraq\",\n      \"zoneName\": \"Kurdistan\"\n    },\n    \"IR\": {\n      \"zoneName\": \"Iran\"\n    },\n    \"IS\": {\n      \"zoneName\": \"Iceland\"\n    },\n    \"IT\": {\n      \"zoneName\": \"Italy\"\n    },\n    \"IT-CNO\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"Central North Italy\"\n    },\n    \"IT-CSO\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"Central South Italy\"\n    },\n    \"IT-NO\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"North Italy\"\n    },\n    \"IT-SAR\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"Sardinia\"\n    },\n    \"IT-SIC\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"Sicily\"\n    },\n    \"IT-SO\": {\n      \"countryName\": \"Italy\",\n      \"zoneName\": \"South Italy\"\n    },\n    \"JE\": {\n      \"zoneName\": \"Jersey\"\n    },\n    \"JM\": {\n      \"zoneName\": \"Jamaica\"\n    },\n    \"JO\": {\n      \"zoneName\": \"Jordan\"\n    },\n    \"JP\": {\n      \"zoneName\": \"Japan\"\n    },\n    \"JP-CB\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Chūbu\"\n    },\n    \"JP-CG\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Chūgoku\"\n    },\n    \"JP-HKD\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Hokkaidō\"\n    },\n    \"JP-HR\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Hokuriku\"\n    },\n    \"JP-KN\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Kansai\"\n    },\n    \"JP-KY\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Kyūshū\"\n    },\n    \"JP-ON\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Okinawa\"\n    },\n    \"JP-SK\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Shikoku\"\n    },\n    \"JP-TH\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Tōhoku\"\n    },\n    \"JP-TK\": {\n      \"countryName\": \"Japan\",\n      \"zoneName\": \"Tōkyō\"\n    },\n    \"KE\": {\n      \"zoneName\": \"Kenya\"\n    },\n    \"KG\": {\n      \"zoneName\": \"Kyrgyzstan\"\n    },\n    \"KH\": {\n      \"zoneName\": \"Cambodia\"\n    },\n    \"KM\": {\n      \"zoneName\": \"Comoros\"\n    },\n    \"KP\": {\n      \"zoneName\": \"North Korea\"\n    },\n    \"KR\": {\n      \"zoneName\": \"South Korea\"\n    },\n    \"KW\": {\n      \"zoneName\": \"Kuwait\"\n    },\n    \"KY\": {\n      \"zoneName\": \"Cayman Islands\"\n    },\n    \"KZ\": {\n      \"zoneName\": \"Kazakhstan\"\n    },\n    \"LA\": {\n      \"zoneName\": \"Laos\"\n    },\n    \"LB\": {\n      \"zoneName\": \"Lebanon\"\n    },\n    \"LC\": {\n      \"zoneName\": \"Saint Lucia\"\n    },\n    \"LI\": {\n      \"zoneName\": \"Liechtenstein\"\n    },\n    \"LK\": {\n      \"zoneName\": \"Sri Lanka\"\n    },\n    \"LR\": {\n      \"zoneName\": \"Liberia\"\n    },\n    \"LS\": {\n      \"zoneName\": \"Lesotho\"\n    },\n    \"LT\": {\n      \"zoneName\": \"Lithuania\"\n    },\n    \"LU\": {\n      \"zoneName\": \"Luxembourg\"\n    },\n    \"LV\": {\n      \"zoneName\": \"Latvia\"\n    },\n    \"LY\": {\n      \"zoneName\": \"Libya\"\n    },\n    \"MA\": {\n      \"zoneName\": \"Morocco\"\n    },\n    \"MC\": {\n      \"zoneName\": \"Monaco\"\n    },\n    \"MD\": {\n      \"zoneName\": \"Moldova\"\n    },\n    \"ME\": {\n      \"zoneName\": \"Montenegro\"\n    },\n    \"MG\": {\n      \"zoneName\": \"Madagascar\"\n    },\n    \"MK\": {\n      \"zoneName\": \"North Macedonia\"\n    },\n    \"ML\": {\n      \"zoneName\": \"Mali\"\n    },\n    \"MM\": {\n      \"zoneName\": \"Myanmar\"\n    },\n    \"MN\": {\n      \"zoneName\": \"Mongolia\"\n    },\n    \"MO\": {\n      \"zoneName\": \"Macao\"\n    },\n    \"MQ\": {\n      \"zoneName\": \"Martinique\"\n    },\n    \"MR\": {\n      \"zoneName\": \"Mauritania\"\n    },\n    \"MS\": {\n      \"zoneName\": \"Montserrat\"\n    },\n    \"MT\": {\n      \"zoneName\": \"Malta\"\n    },\n    \"MU\": {\n      \"zoneName\": \"Mauritius\"\n    },\n    \"MV\": {\n      \"zoneName\": \"Maldives\"\n    },\n    \"MW\": {\n      \"zoneName\": \"Malawi\"\n    },\n    \"MX\": {\n      \"zoneName\": \"Mexico\"\n    },\n    \"MX-BC\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Baja California\"\n    },\n    \"MX-BCS\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Baja California Sur\"\n    },\n    \"MX-CE\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Central\"\n    },\n    \"MX-NE\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"North East\"\n    },\n    \"MX-NO\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"North\"\n    },\n    \"MX-NW\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"North West\"\n    },\n    \"MX-OC\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Occidental\"\n    },\n    \"MX-OR\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Oriental\"\n    },\n    \"MX-PN\": {\n      \"countryName\": \"Mexico\",\n      \"zoneName\": \"Peninsula\"\n    },\n    \"MY\": {\n      \"zoneName\": \"Malaysia\"\n    },\n    \"MY-EM\": {\n      \"countryName\": \"Malaysia\",\n      \"zoneName\": \"Borneo\"\n    },\n    \"MY-WM\": {\n      \"countryName\": \"Malaysia\",\n      \"zoneName\": \"Peninsula\"\n    },\n    \"MZ\": {\n      \"zoneName\": \"Mozambique\"\n    },\n    \"NA\": {\n      \"zoneName\": \"Namibia\"\n    },\n    \"NC\": {\n      \"zoneName\": \"New Caledonia\"\n    },\n    \"NE\": {\n      \"zoneName\": \"Niger\"\n    },\n    \"NG\": {\n      \"zoneName\": \"Nigeria\"\n    },\n    \"NI\": {\n      \"zoneName\": \"Nicaragua\"\n    },\n    \"NL\": {\n      \"zoneName\": \"Netherlands\"\n    },\n    \"NO\": {\n      \"zoneName\": \"Norway\"\n    },\n    \"NO-NO1\": {\n      \"countryName\": \"Norway\",\n      \"zoneName\": \"Eastern Norway\"\n    },\n    \"NO-NO2\": {\n      \"countryName\": \"Norway\",\n      \"zoneName\": \"Southern Norway\"\n    },\n    \"NO-NO3\": {\n      \"countryName\": \"Norway\",\n      \"zoneName\": \"Central Norway\"\n    },\n    \"NO-NO4\": {\n      \"countryName\": \"Norway\",\n      \"zoneName\": \"Northern Norway\"\n    },\n    \"NO-NO5\": {\n      \"countryName\": \"Norway\",\n      \"zoneName\": \"Western Norway\"\n    },\n    \"NP\": {\n      \"zoneName\": \"Nepal\"\n    },\n    \"NZ\": {\n      \"zoneName\": \"New Zealand\"\n    },\n    \"NZ-NZA\": {\n      \"countryName\": \"New Zealand\",\n      \"zoneName\": \"Auckland Islands\"\n    },\n    \"NZ-NZC\": {\n      \"countryName\": \"New Zealand\",\n      \"zoneName\": \"Chatham Islands\"\n    },\n    \"NZ-NZST\": {\n      \"countryName\": \"New Zealand\",\n      \"zoneName\": \"Stewart Island\"\n    },\n    \"OM\": {\n      \"zoneName\": \"Oman\"\n    },\n    \"PA\": {\n      \"zoneName\": \"Panama\"\n    },\n    \"PE\": {\n      \"zoneName\": \"Peru\"\n    },\n    \"PF\": {\n      \"zoneName\": \"French Polynesia\"\n    },\n    \"PG\": {\n      \"zoneName\": \"Papua New Guinea\"\n    },\n    \"PH\": {\n      \"zoneName\": \"Philippines\"\n    },\n    \"PH-LU\": {\n      \"countryName\": \"Philippines\",\n      \"zoneName\": \"Luzon\"\n    },\n    \"PH-MI\": {\n      \"countryName\": \"Philippines\",\n      \"zoneName\": \"Mindanao\"\n    },\n    \"PH-VI\": {\n      \"countryName\": \"Philippines\",\n      \"zoneName\": \"Visayas\"\n    },\n    \"PK\": {\n      \"zoneName\": \"Pakistan\"\n    },\n    \"PL\": {\n      \"zoneName\": \"Poland\"\n    },\n    \"PM\": {\n      \"zoneName\": \"Saint Pierre and Miquelon\"\n    },\n    \"PR\": {\n      \"zoneName\": \"Puerto Rico\"\n    },\n    \"PS\": {\n      \"zoneName\": \"State of Palestine\"\n    },\n    \"PT\": {\n      \"zoneName\": \"Portugal\"\n    },\n    \"PT-AC\": {\n      \"countryName\": \"Portugal\",\n      \"zoneName\": \"Azores\"\n    },\n    \"PT-MA\": {\n      \"countryName\": \"Portugal\",\n      \"zoneName\": \"Madeira\"\n    },\n    \"PW\": {\n      \"zoneName\": \"Palau\"\n    },\n    \"PY\": {\n      \"zoneName\": \"Paraguay\"\n    },\n    \"QA\": {\n      \"zoneName\": \"Qatar\"\n    },\n    \"RE\": {\n      \"zoneName\": \"Réunion\"\n    },\n    \"RO\": {\n      \"zoneName\": \"Romania\"\n    },\n    \"RS\": {\n      \"zoneName\": \"Serbia\"\n    },\n    \"RU\": {\n      \"zoneName\": \"Russia\"\n    },\n    \"RU-1\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"Europe-Ural\"\n    },\n    \"RU-2\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"Siberia\"\n    },\n    \"RU-AS\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"East\"\n    },\n    \"RU-EU\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"Arctic\"\n    },\n    \"RU-FE\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"Far East\"\n    },\n    \"RU-KGD\": {\n      \"countryName\": \"Russia\",\n      \"zoneName\": \"Kaliningrad\"\n    },\n    \"RW\": {\n      \"zoneName\": \"Rwanda\"\n    },\n    \"SA\": {\n      \"zoneName\": \"Saudi Arabia\"\n    },\n    \"SB\": {\n      \"zoneName\": \"Solomon Islands\"\n    },\n    \"SC\": {\n      \"zoneName\": \"Seychelles\"\n    },\n    \"SD\": {\n      \"zoneName\": \"Sudan\"\n    },\n    \"SE\": {\n      \"zoneName\": \"Sweden\"\n    },\n    \"SE-SE1\": {\n      \"countryName\": \"Sweden\",\n      \"zoneName\": \"North Sweden\"\n    },\n    \"SE-SE2\": {\n      \"countryName\": \"Sweden\",\n      \"zoneName\": \"North Central Sweden\"\n    },\n    \"SE-SE3\": {\n      \"countryName\": \"Sweden\",\n      \"zoneName\": \"South Central Sweden\"\n    },\n    \"SE-SE4\": {\n      \"countryName\": \"Sweden\",\n      \"zoneName\": \"South Sweden\"\n    },\n    \"SG\": {\n      \"zoneName\": \"Singapore\"\n    },\n    \"SI\": {\n      \"zoneName\": \"Slovenia\"\n    },\n    \"SJ\": {\n      \"zoneName\": \"Svalbard and Jan Mayen\"\n    },\n    \"SK\": {\n      \"zoneName\": \"Slovakia\"\n    },\n    \"SL\": {\n      \"zoneName\": \"Sierra Leone\"\n    },\n    \"SN\": {\n      \"zoneName\": \"Senegal\"\n    },\n    \"SO\": {\n      \"zoneName\": \"Somalia\"\n    },\n    \"SR\": {\n      \"zoneName\": \"Suriname\"\n    },\n    \"SS\": {\n      \"zoneName\": \"South Sudan\"\n    },\n    \"ST\": {\n      \"zoneName\": \"São Tomé and Príncipe\"\n    },\n    \"SV\": {\n      \"zoneName\": \"El Salvador\"\n    },\n    \"SY\": {\n      \"zoneName\": \"Syria\"\n    },\n    \"SZ\": {\n      \"zoneName\": \"Eswatini\"\n    },\n    \"TD\": {\n      \"zoneName\": \"Chad\"\n    },\n    \"TF\": {\n      \"zoneName\": \"French Southern Territories\"\n    },\n    \"TG\": {\n      \"zoneName\": \"Togo\"\n    },\n    \"TH\": {\n      \"zoneName\": \"Thailand\"\n    },\n    \"TJ\": {\n      \"zoneName\": \"Tajikistan\"\n    },\n    \"TL\": {\n      \"zoneName\": \"Timor-Leste\"\n    },\n    \"TM\": {\n      \"zoneName\": \"Turkmenistan\"\n    },\n    \"TN\": {\n      \"zoneName\": \"Tunisia\"\n    },\n    \"TO\": {\n      \"zoneName\": \"Tonga\"\n    },\n    \"TR\": {\n      \"zoneName\": \"Turkey\"\n    },\n    \"TT\": {\n      \"zoneName\": \"Trinidad and Tobago\"\n    },\n    \"TW\": {\n      \"zoneName\": \"Taiwan\"\n    },\n    \"TZ\": {\n      \"zoneName\": \"Tanzania\"\n    },\n    \"UA\": {\n      \"zoneName\": \"Ukraine\"\n    },\n    \"UA-CR\": {\n      \"countryName\": \"Ukraine\",\n      \"zoneName\": \"Crimea\"\n    },\n    \"UG\": {\n      \"zoneName\": \"Uganda\"\n    },\n    \"US\": {\n      \"zoneName\": \"United States\"\n    },\n    \"US-AK\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Alaska\"\n    },\n    \"US-AK-SEAPA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Southeast Alaska Power Agency\"\n    },\n    \"US-HI\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Hawaii\"\n    },\n    \"US-HI-HA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Hawaii\"\n    },\n    \"US-HI-KA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Kauai\"\n    },\n    \"US-HI-KH\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Kahoolawe\"\n    },\n    \"US-HI-LA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Lanai\"\n    },\n    \"US-HI-MA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Maui\"\n    },\n    \"US-HI-MO\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Molokai\"\n    },\n    \"US-HI-NI\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Niihau\"\n    },\n    \"US-HI-OA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Oahu\"\n    },\n    \"US-CAL-BANC\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"BANC\",\n      \"zoneName\": \"Balancing Authority of Northern California\"\n    },\n    \"US-CAL-CISO\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"California ISO\",\n      \"zoneName\": \"CAISO\"\n    },\n    \"US-CAL-IID\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Imperial Irrigation District\"\n    },\n    \"US-CAL-LDWP\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Los Angeles Department of Water and Power\"\n    },\n    \"US-CAL-TIDC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Turlock Irrigation District\"\n    },\n    \"US-CAR-CPLE\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Duke Energy Progress East\"\n    },\n    \"US-CAR-CPLW\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Duke Energy Progress West\"\n    },\n    \"US-CAR-DUK\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Duke Energy Carolinas\"\n    },\n    \"US-CAR-SC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"South Carolina Public Service Authority\"\n    },\n    \"US-CAR-SCEG\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"South Carolina Electric & Gas Company\"\n    },\n    \"US-CAR-YAD\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"Alcoa Power Generating\",\n      \"zoneName\": \"Alcoa Power Generating, Inc. Yadkin Division\"\n    },\n    \"US-CENT-SPA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Southwestern Power Administration\"\n    },\n    \"US-CENT-SWPP\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"SPP\",\n      \"zoneName\": \"Southwest Power Pool\"\n    },\n    \"US-FLA-FMPP\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Florida Municipal Power Pool\"\n    },\n    \"US-FLA-FPC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Duke Energy Florida\"\n    },\n    \"US-FLA-FPL\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Florida Power and Light Company\"\n    },\n    \"US-FLA-GVL\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Gainesville Regional Utilities\"\n    },\n    \"US-FLA-HST\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"City of Homestead\"\n    },\n    \"US-FLA-JEA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Jacksonville Electric Authority\"\n    },\n    \"US-FLA-SEC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Seminole Electric Cooperative\"\n    },\n    \"US-FLA-TAL\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"City of Tallahassee\"\n    },\n    \"US-FLA-TEC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Tampa Electric Company\"\n    },\n    \"US-MIDA-PJM\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"PJM\",\n      \"zoneName\": \"PJM Interconnection\"\n    },\n    \"US-MIDW-AECI\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Associated Electric Cooperative\"\n    },\n    \"US-MIDW-LGEE\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"Louisville Gas And Electric Company\",\n      \"zoneName\": \"Louisville Gas and Electric Company and Kentucky Utilities\"\n    },\n    \"US-MIDW-MISO\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"MISO\",\n      \"zoneName\": \"Midcontinent ISO\"\n    },\n    \"US-NE-ISNE\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"ISO New England\"\n    },\n    \"US-NW-AVA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Avista Corporation\"\n    },\n    \"US-NW-BPAT\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Bonneville Power Administration\"\n    },\n    \"US-NW-CHPD\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Chelan County\"\n    },\n    \"US-NW-DOPD\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Douglas County\"\n    },\n    \"US-NW-GCPD\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Grant County\"\n    },\n    \"US-NW-GRID\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Gridforce Energy Management\"\n    },\n    \"US-NW-IPCO\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Idaho Power Company\"\n    },\n    \"US-NW-NEVP\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Nevada Power Company\"\n    },\n    \"US-NW-NWMT\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Northwestern Energy\"\n    },\n    \"US-NW-PACE\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Pacificorp East\"\n    },\n    \"US-NW-PACW\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Pacificorp West\"\n    },\n    \"US-NW-PGE\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Portland General Electric Company\"\n    },\n    \"US-NW-PSCO\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"PSCo\",\n      \"zoneName\": \"Public Service Company of Colorado\"\n    },\n    \"US-NW-PSEI\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Puget Sound Energy\"\n    },\n    \"US-NW-SCL\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Seattle City Light\"\n    },\n    \"US-NW-TPWR\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"City of Tacoma\"\n    },\n    \"US-NW-WACM\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"WAPA Rocky Mountains\",\n      \"zoneName\": \"Western Area Power Administration - Rocky Mountain Region\"\n    },\n    \"US-NW-WAUW\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"WAPA Upper Great Plains\",\n      \"zoneName\": \"Western Area Power Administration - Upper Great Plains West\"\n    },\n    \"US-NY-NYIS\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"New York ISO\"\n    },\n    \"US-SE-SEPA\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Southeastern Power Administration\"\n    },\n    \"US-SE-SOCO\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Southern Company Services\"\n    },\n    \"US-SW-AZPS\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Arizona Public Service Company\"\n    },\n    \"US-SW-EPE\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"El Paso Electric Company\"\n    },\n    \"US-SW-PNM\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Public Service Company of New Mexico\"\n    },\n    \"US-SW-SRP\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Salt River Project\"\n    },\n    \"US-SW-TEPC\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Tucson Electric Power Company\"\n    },\n    \"US-SW-WALC\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"WAPA Desert Southwest\",\n      \"zoneName\": \"Western Area Power Administration - Desert Southwest Region\"\n    },\n    \"US-TEN-TVA\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"TVA\",\n      \"zoneName\": \"Tennessee Valley Authority\"\n    },\n    \"US-TEX-ERCO\": {\n      \"countryName\": \"USA\",\n      \"displayName\": \"ERCOT\",\n      \"zoneName\": \"Electric Reliability Council of Texas\"\n    },\n    \"UY\": {\n      \"zoneName\": \"Uruguay\"\n    },\n    \"UZ\": {\n      \"zoneName\": \"Uzbekistan\"\n    },\n    \"VC\": {\n      \"zoneName\": \"Saint Vincent and the Grenadines\"\n    },\n    \"VE\": {\n      \"zoneName\": \"Venezuela\"\n    },\n    \"VI\": {\n      \"countryName\": \"USA\",\n      \"zoneName\": \"Virgin Islands\"\n    },\n    \"VN\": {\n      \"zoneName\": \"Vietnam\"\n    },\n    \"VU\": {\n      \"zoneName\": \"Vanuatu\"\n    },\n    \"WS\": {\n      \"zoneName\": \"Samoa\"\n    },\n    \"XK\": {\n      \"zoneName\": \"Kosovo\"\n    },\n    \"XX\": {\n      \"zoneName\": \"Northern Cyprus\"\n    },\n    \"YE\": {\n      \"zoneName\": \"Yemen\"\n    },\n    \"YT\": {\n      \"zoneName\": \"Mayotte\"\n    },\n    \"ZA\": {\n      \"zoneName\": \"South Africa\"\n    },\n    \"ZM\": {\n      \"zoneName\": \"Zambia\"\n    },\n    \"ZW\": {\n      \"zoneName\": \"Zimbabwe\"\n    }\n  }\n}\n"
  },
  {
    "path": "config/zones/AD.yaml",
    "content": "bounding_box:\n  - - 1.431014310143127\n    - 42.42893264363089\n  - - 1.722617226172275\n    - 42.60924908058364\ncenter_point:\n  - 1.5768157681577009\n  - 42.51909086210726\ncentroid:\n  - 1.593015930159325\n  - 42.53411723185333\ncontributors:\n  - Manu1400\n  - autipial\ncountry: AD\ncountry_name: Andorra\ncurrency: EUR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Andorra\nzone_name: Andorra\n"
  },
  {
    "path": "config/zones/AE.yaml",
    "content": "bounding_box:\n  - - 51.58986018039593\n    - 22.6318083973945\n  - - 56.3819638196382\n    - 26.061638283086467\ncenter_point:\n  - 54.35428314468383\n  - 23.855518564941015\ncentroid:\n  - 54.608389122127726\n  - 24.402860761486757\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1200.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 36250.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 36450.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 37280.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 37740.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 38920.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 41660.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1390.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2780.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4170.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 5570.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1940.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3000.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3600.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5940.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 6010.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncontributors:\n  - q--\n  - florianscheidl\n  - MisterClean\ncountry: AE\ncountry_name: United Arab Emirates\ncurrency: AED\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.91193148872398\n        oil: 0.0\n        solar: 0.08806834372511946\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.8802408112760882\n        oil: 0.0\n        solar: 0.11975904640299682\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.8428767238407804\n        oil: 0.0\n        solar: 0.1571230965177479\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.6773326171573966\n        oil: 0.0\n        solar: 0.32266724667885344\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.7047717265187831\n        oil: 0.0\n        solar: 0.2952281623735283\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6456891698673624\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.23727536945180464\n        oil: 0.0\n        solar: 0.11548202997847996\n        unknown: 0.0015533738033579184\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7661878052566268\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.1702784339815322\n        oil: 0.0\n        solar: 0.061690443983189604\n        unknown: 0.001843265887442152\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6795480056248291\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.24752923194499274\n        oil: 0.0\n        solar: 0.07128789104234305\n        unknown: 0.0016348372505816842\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GCCIA.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\nsources:\n  Climatescope:\n    link: https://www.global-climatescope.org/markets/ae/\n  IAEA PRIS:\n    link: https://pris.iaea.org/PRIS/CountryStatistics/CountryDetails.aspx?current=AE\ntimezone: Asia/Dubai\nzone_name: United Arab Emirates\n"
  },
  {
    "path": "config/zones/AF.yaml",
    "content": "bounding_box:\n  - - 60.48600486004861\n    - 29.386043704048674\n  - - 74.89334893348934\n    - 38.443366953841945\ncenter_point:\n  - 66.0540719083482\n  - 33.82887273724214\ncentroid:\n  - 67.63767919369339\n  - 34.81340519194689\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 470.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: AF\ncountry_name: Afghanistan\ncurrency: AFN\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kabul\nzone_name: Afghanistan\n"
  },
  {
    "path": "config/zones/AG.yaml",
    "content": "bounding_box:\n  - - -61.882818828188235\n    - 17.048678601114915\n  - - -61.670416704166996\n    - 17.16459631058453\ncenter_point:\n  - -61.776617766177615\n  - 17.10663745584972\ncentroid:\n  - -61.78201782017815\n  - 17.0901800032707\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: AG\ncountry_name: Antigua and Barbuda\ncurrency: XCD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Antigua\nzone_name: Antigua and Barbuda\n"
  },
  {
    "path": "config/zones/AL.yaml",
    "content": "bounding_box:\n  - - 19.28178498470286\n    - 39.64823065325469\n  - - 21.036810368103687\n    - 42.65504373123831\ncenter_point:\n  - 19.97935269445456\n  - 41.16342904996394\ncentroid:\n  - 19.985354537034763\n  - 41.13124064433871\ncapacity:\n  biomass:\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 0.0\n  coal:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  gas:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  geothermal:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1492.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2203.0\n  hydro storage:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  nuclear:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 97.0\n  solar:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 195.0\n  unknown:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\ncontributors:\n  - corradio\n  - nessie2013\n  - autipial\ncountry: AL\ncountry_name: Albania\ncurrency: ALL\nemissionFactors:\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\ntimezone: Europe/Tirane\nzone_name: Albania\n"
  },
  {
    "path": "config/zones/AM.yaml",
    "content": "bounding_box:\n  - - 43.439834398344004\n    - 38.86410530673169\n  - - 46.60426604266044\n    - 41.28979070859606\ncenter_point:\n  - 44.63778369870547\n  - 40.48084853967063\ncentroid:\n  - 45.282401167166356\n  - 40.04925295979527\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1570.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1830.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1330.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1350.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1360.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1350.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 450.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - tmslaine\n  - systemcatch\n  - alixunderplatz\n  - nessie2013\ncountry: AM\ncountry_name: Armenia\ncurrency: AMD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 5.250073475843808e-07\n        gas: 0.44864691967960246\n        geothermal: 0.0\n        hydro: 0.33631257179959806\n        hydro discharge: 0.0\n        nuclear: 0.21485408635458791\n        oil: 4.647186809540268e-05\n        solar: 1.3561075398858545e-07\n        unknown: 8.440025868952448e-05\n        wind: 5.4472902580729235e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.46389453736449615\n        geothermal: 0.0\n        hydro: 0.19046407822035902\n        hydro discharge: 0.0\n        nuclear: 0.3456206557298584\n        oil: 1.8951088677709353e-05\n        solar: 0.0\n        unknown: 4.115911610833948e-07\n        wind: 1.2884592868697575e-06\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Yerevan\nzone_name: Armenia\n"
  },
  {
    "path": "config/zones/AO.yaml",
    "content": "bounding_box:\n  - - 11.752317523175265\n    - -18.03145488319263\n  - - 24.060840608406096\n    - -4.40325306493046\ncenter_point:\n  - 17.907600443601794\n  - -11.939312306534951\ncentroid:\n  - 16.848673894821456\n  - -11.02809286786516\ncountry: AO\ncountry_name: Angola\ncurrency: AOA\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.10893289709207192\n        geothermal: 0.0\n        hydro: 0.70428882343253\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1622255605690663\n        solar: 0.02455261358974591\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.10893206031944175\n        geothermal: 0.0\n        hydro: 0.7042911878765116\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.16222413992273907\n        solar: 0.024552889130142887\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Luanda\nzone_name: Angola\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/AR.yaml",
    "content": "bounding_box:\n  - - -73.5865358653586\n    - -55.05070560615871\n  - - -53.66033660336599\n    - -21.792340568207123\ncenter_point:\n  - -63.53842463864095\n  - -38.43381621684122\ncentroid:\n  - -65.46265703746403\n  - -38.10807621875977\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 360.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 500.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 17280.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 18150.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 18300.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 20180.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20630.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 21480.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 22150.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10270.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10320.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10380.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 10390.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 9200.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1750.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 450.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 770.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1410.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1740.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4660.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4460.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4500.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4540.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4520.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4540.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4470.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1610.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2620.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3290.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3310.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3710.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4320.0\ncontributors:\n  - systemcatch\n  - corradio\n  - nessie2013\ncountry: AR\ncountry_name: Argentina\ncurrency: ARS\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas.\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 255.5\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 246.81\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 279.5\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 270.81\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00027789012343998375\n        coal: 0.005676778468881059\n        gas: 0.4945226600909888\n        geothermal: 0.0\n        hydro: 0.3277187487882064\n        hydro discharge: 0.003448843724486355\n        nuclear: 0.05149806273631078\n        oil: 0.018987686741410072\n        solar: 0.012835729711168814\n        unknown: 0.020921991059044295\n        wind: 0.0641116708717701\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00025039036123554464\n        coal: 0.01208977359454281\n        gas: 0.6053093670933865\n        geothermal: 0.0\n        hydro: 0.30567173441426626\n        hydro discharge: 7.924054943218353e-06\n        nuclear: 0.048791348410765115\n        oil: 0.016486308405175495\n        solar: 5.31884255564326e-05\n        unknown: 0.010874744944877085\n        wind: 0.00046521016866389977\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012138587328021056\n        coal: 0.003043457378296288\n        gas: 0.57124930474678\n        geothermal: 9.153155959476518e-10\n        hydro: 0.2848728028137004\n        hydro discharge: 0.005327156130860633\n        nuclear: 0.06153218690490069\n        oil: 0.014813029168646338\n        solar: 0.0034026438346446575\n        unknown: 0.026677913687318013\n        wind: 0.02786764054688631\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010451826739823384\n        coal: 0.008157568869293353\n        gas: 0.5625853167523365\n        geothermal: 1.4557096938924618e-10\n        hydro: 0.22281253641717103\n        hydro discharge: 0.0056150549226362655\n        nuclear: 0.07751691182346167\n        oil: 0.014051847908229696\n        solar: 0.006329076014790466\n        unknown: 0.0423205436874353\n        wind: 0.05956596471550896\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010543003917456157\n        coal: 0.016208625627989144\n        gas: 0.5814542023690398\n        geothermal: 7.017843085703891e-10\n        hydro: 0.18105127606630356\n        hydro discharge: 0.011651629362349774\n        nuclear: 0.0705748161791272\n        oil: 0.01949449106370705\n        solar: 0.00826485548375743\n        unknown: 0.038960532633685825\n        wind: 0.07128526352373785\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008836784979185044\n        coal: 0.0019391538597257703\n        gas: 0.055606818075429186\n        geothermal: 2.6097065369217027e-10\n        hydro: 0.23619797668018155\n        hydro discharge: 0.002929815032777758\n        nuclear: 0.05039556862033191\n        oil: 0.0033993487354289447\n        solar: 0.019165772101836644\n        unknown: 0.5231547867368536\n        wind: 0.09837397817941206\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007687108479401486\n        coal: 0.0004044300556156979\n        gas: 0.0022530904091103243\n        geothermal: 3.3578213616355565e-06\n        hydro: 0.2970931621763669\n        hydro discharge: 2.4378016131133422e-05\n        nuclear: 0.06409624569912527\n        oil: 0.0001322299106921567\n        solar: 0.021943525861174384\n        unknown: 0.5082869934384935\n        wind: 0.09807555243219705\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008886499730726591\n        coal: 0.0003891975299504092\n        gas: 0.00023765283388701235\n        geothermal: 4.658431724300754e-06\n        hydro: 0.25001399820337483\n        hydro discharge: 0.0\n        nuclear: 0.07477519233160665\n        oil: 0.00021162434603622216\n        solar: 0.02698552858936858\n        unknown: 0.5265037188143048\n        wind: 0.11199192793014612\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3529\n    - datetime: '2021-01-01'\n      value: 0.3697\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2752\n    - datetime: '2021-01-01'\n      value: 0.2892\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  production: CAMMESA.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: America/Argentina/Buenos_Aires\nzone_name: Argentina\n"
  },
  {
    "path": "config/zones/AT.yaml",
    "content": "bounding_box:\n  - - 9.530757016749972\n    - 46.378721262595874\n  - - 17.148771487714896\n    - 49.00762042674033\ncenter_point:\n  - 14.586486182061494\n  - 47.681668614089304\ncentroid:\n  - 13.533233667973912\n  - 47.603738593517676\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 617.9\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 640.8\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 649.8\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 647.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 600.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 585.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 629.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 677.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 598.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 246.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4465.8\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4467.7\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4463.2\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4015.3\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4449.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4349.5\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4206.12\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4225.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.9\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 0.25\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 8545.7\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 8589.3\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7997.4\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 8159.7\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 8371.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 8311.82\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 8672.56\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 8336.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 8427.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3401.1\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3120.1\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3459.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 3503.28\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3362.5\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3485.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 3512.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 177.9\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 164.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 163.61\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 120.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 125.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1031.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1193.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1192.7\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1333.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1851.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2500.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3265.3\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 7294.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 8254.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 55.3\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 65.1\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 122.8\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 957.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 954.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 845.24\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 879.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 855.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2696.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2887.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3034.6\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 3133.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3198.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 3500.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3568.82\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4021.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4035.0\ncontributors:\n  - corradio\n  - brandongalbraith\ncountry: AT\ncountry_name: Austria\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 435.2364657\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 407.84\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 330.91\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 333.86\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 151.02\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 190.65\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 202.22\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 109.66\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 77.02\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 110.12\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1168.890109\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1187.127343\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 555.2364657\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 527.8399999999999\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 450.91\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 453.86\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 161.72\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 201.35\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 212.92\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 120.36\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 87.72\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 120.82\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 31.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.051071595089056086\n        coal: 0.17508933729535006\n        gas: 0.1210720713860492\n        geothermal: 4.018738745707861e-05\n        hydro: 0.2950083756952926\n        hydro discharge: 0.059354295377081825\n        nuclear: 0.07894175622136311\n        oil: 0.0008278344955549013\n        solar: 0.027521929090297628\n        unknown: 0.09614889594776513\n        wind: 0.09492380791184424\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.058046406194726965\n        coal: 0.14321001485471613\n        gas: 0.11704915948819578\n        geothermal: 4.9624356963156514e-05\n        hydro: 0.4133036730434246\n        hydro discharge: 0.069024690725902\n        nuclear: 0.06212226986933998\n        oil: 0.0007253083264983775\n        solar: 0.02573745866354416\n        unknown: 0.018792759839384186\n        wind: 0.09193873606209844\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05821343802583453\n        coal: 0.13843334076507885\n        gas: 0.13579929706051178\n        geothermal: 5.4114651827314045e-05\n        hydro: 0.3736330355190864\n        hydro discharge: 0.06074024262648513\n        nuclear: 0.0638251557567265\n        oil: 0.0008126498410111529\n        solar: 0.029749466006454797\n        unknown: 0.02129410636343046\n        wind: 0.11744514519748209\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05988692904423825\n        coal: 0.13470191860067782\n        gas: 0.12456793992888127\n        geothermal: 5.340422558543311e-05\n        hydro: 0.3838026673389602\n        hydro discharge: 0.06499461326188559\n        nuclear: 0.07033829473135082\n        oil: 0.0009679308166965346\n        solar: 0.0355669447732903\n        unknown: 0.01031271725647022\n        wind: 0.11480662901690958\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.052692310687495185\n        coal: 0.10066533156038646\n        gas: 0.14706677296781698\n        geothermal: 5.119352299623304e-05\n        hydro: 0.39887799076209196\n        hydro discharge: 0.05994530880212914\n        nuclear: 0.06152465060467812\n        oil: 0.0012349110019306102\n        solar: 0.03285395924600757\n        unknown: 0.008723534397521266\n        wind: 0.1363640141800476\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.048207279175885645\n        coal: 0.07082717701086534\n        gas: 0.13838244726856092\n        geothermal: 5.8308720971921614e-05\n        hydro: 0.43431945039085806\n        hydro discharge: 0.07928257916276796\n        nuclear: 0.05700380783242925\n        oil: 0.0011679798530553939\n        solar: 0.028941028232291114\n        unknown: 0.009055703203076457\n        wind: 0.13275420505947386\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0448817590531587\n        coal: 0.08849409433124993\n        gas: 0.14989025345211068\n        geothermal: 5.0296597358709414e-05\n        hydro: 0.41777054789281454\n        hydro discharge: 0.07476985408270749\n        nuclear: 0.06561085494847148\n        oil: 0.0008933552816870226\n        solar: 0.028033106197319257\n        unknown: 0.008037608124729085\n        wind: 0.12156823566568795\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03576138072515659\n        coal: 0.1078287315030764\n        gas: 0.15950215808263338\n        geothermal: 5.022624895002734e-05\n        hydro: 0.38418684571538664\n        hydro discharge: 0.07627329104886481\n        nuclear: 0.06780532015966545\n        oil: 0.0009097532014691727\n        solar: 0.029607204533975612\n        unknown: 0.008295868729614585\n        wind: 0.12977917574735126\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 5.167026400154259e-10\n        biomass: 0.041377353648945306\n        coal: 0.06997395175571769\n        gas: 0.10218100887066102\n        geothermal: 3.744251234029116e-05\n        hydro: 0.4651549847278011\n        hydro discharge: 0.07454983330533844\n        nuclear: 0.05316159269043179\n        oil: 0.0006433552410280872\n        solar: 0.04730815180697796\n        unknown: 0.004027125089097749\n        wind: 0.141585165215881\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.8747037788299856e-07\n        biomass: 0.04530903997258034\n        coal: 0.04461782424554579\n        gas: 0.08914198064008907\n        geothermal: 3.132168492051292e-05\n        hydro: 0.46846398896326674\n        hydro discharge: 0.07391953755441467\n        nuclear: 0.0393007961340409\n        oil: 0.0005418242689240255\n        solar: 0.08981516846705681\n        unknown: 0.0046080066740009\n        wind: 0.14425013699561962\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.7784\n    - datetime: '2021-01-01'\n      value: 0.7329\n    - datetime: '2022-01-01'\n      value: 0.7323\n    - datetime: '2023-01-01'\n      value: 0.8431\n    - datetime: '2024-01-01'\n      value: 0.8784\n    - datetime: '2025-01-01'\n      value: 0.8286\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.7071\n    - datetime: '2021-01-01'\n      value: 0.6466\n    - datetime: '2022-01-01'\n      value: 0.6487\n    - datetime: '2023-01-01'\n      value: 0.7817\n    - datetime: '2024-01-01'\n      value: 0.8394\n    - datetime: '2025-01-01'\n      value: 0.771\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Vienna\nzone_name: Austria\n"
  },
  {
    "path": "config/zones/AU-LH.yaml",
    "content": "bounding_box:\n  - - 159.03754045700703\n    - -31.599608474752188\n  - - 159.10462909730177\n    - -31.511655274959526\ncenter_point:\n  - 159.0770827681741\n  - -31.543277807327584\ncentroid:\n  - 159.07032762334973\n  - -31.545415281659476\ncapacity:\n  battery storage: 1\n  gas: 0.84\n  solar: 1\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Australia/Lord_Howe\nzone_name: Lord Howe Island\n"
  },
  {
    "path": "config/zones/AU-NSW.yaml",
    "content": "bounding_box:\n  - - 141.00081000810005\n    - -37.50992332258846\n  - - 153.60453604536045\n    - -28.149210512208025\ncenter_point:\n  - 147.30297460811997\n  - -32.79160161556883\ncentroid:\n  - 148.92405021611197\n  - -32.790369209558925\ncapacity:\n  battery storage:\n    - datetime: '2024-01-01'\n      source: opennem.org.au\n      value: 346.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2131.44\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 101.98\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 118.79\n  coal:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 8240.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 8270.0\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2007.0\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 2067.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2527.58\n  hydro:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2658.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2665.5\n  hydro storage:\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 910.0\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 840.0\n  oil:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 148.0\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 176.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 122.5\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 8257.99\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 8581.99\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 8821.99\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 9529.31\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 1743.82\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 2072.62\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 2472.42\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2837.13\ncontributors:\n  - brandongalbraith\n  - jarek\n  - corradio\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 397.36\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 524.23\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 456.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 470.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 449.78\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 619.68\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 559.46\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 454.79\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 378.37\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 387.68\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 344.54\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 430.36\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 557.23\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 489.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 503.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 482.78\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 643.68\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 583.46\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 478.79\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 402.37\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 411.68\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 368.54\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 7.063643821582298e-05\n        biomass: 0.0\n        coal: 0.8221916109110292\n        gas: 0.028009699884670797\n        geothermal: 0.0\n        hydro: 0.038419694831549035\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00011965981485803958\n        solar: 0.04727179158764417\n        unknown: 0.0\n        wind: 0.06391701231513959\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 7.063674472651057e-05\n        biomass: 1.5378212772192232e-10\n        coal: 0.8222107619338048\n        gas: 0.0280083610666201\n        geothermal: 0.0\n        hydro: 0.03841717589016781\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00011964956934553076\n        solar: 0.04726175289637834\n        unknown: 0.0\n        wind: 0.06391176800862491\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8855619639643786\n        gas: 0.04567468649044042\n        geothermal: 0.0\n        hydro: 0.030368482311111472\n        hydro discharge: 1.0345893075816433e-08\n        nuclear: 0.0\n        oil: 9.928490335917339e-05\n        solar: 0.009036227008718669\n        unknown: 0.0\n        wind: 0.029259352851330665\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.870498806117249\n        gas: 0.02006780594023129\n        geothermal: 0.0\n        hydro: 0.04395810309469981\n        hydro discharge: 9.445682320748764e-09\n        nuclear: 0.0\n        oil: 3.3429488530848677e-05\n        solar: 0.018952441642181208\n        unknown: 0.0\n        wind: 0.046489398177437066\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8474754343804146\n        gas: 0.029903053331725812\n        geothermal: 0.0\n        hydro: 0.028451978502500343\n        hydro discharge: 1.4146294595720225e-08\n        nuclear: 0.0\n        oil: 5.903820606277707e-05\n        solar: 0.029300013497777284\n        unknown: 0.0\n        wind: 0.06481048238250411\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8311855632479336\n        gas: 0.016988541112617238\n        geothermal: 0.0\n        hydro: 0.03709946723264491\n        hydro discharge: 5.701422545737844e-09\n        nuclear: 0.0\n        oil: 2.133820736881785e-05\n        solar: 0.04274576209029661\n        unknown: 0.0\n        wind: 0.07195932842588446\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 7.93435809546971e-07\n        biomass: 2.201657218318238e-06\n        coal: 0.7842877686779857\n        gas: 0.015989187943045123\n        geothermal: 0.0\n        hydro: 0.04183519938497916\n        hydro discharge: 1.573520535760219e-08\n        nuclear: 0.0\n        oil: 1.8940736889441798e-05\n        solar: 0.07315916254392034\n        unknown: 0.0\n        wind: 0.08470675738182094\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.00029833585862328645\n        biomass: 2.8508611477086534e-05\n        coal: 0.6828335760831606\n        gas: 0.0366044896228916\n        geothermal: 0.0\n        hydro: 0.05269246326619177\n        hydro discharge: 3.668549310127415e-07\n        nuclear: 0.0\n        oil: 3.060680088325294e-05\n        solar: 0.137902921658525\n        unknown: 0.0\n        wind: 0.0896087073731296\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0006873714978485496\n        biomass: 0.0012016838898375678\n        coal: 0.637281177807374\n        gas: 0.02212743013475213\n        geothermal: 0.0\n        hydro: 0.04806952807563024\n        hydro discharge: 4.626270400250677e-06\n        nuclear: 0.0\n        oil: 5.1153437495311195e-05\n        solar: 0.19753588511588083\n        unknown: 0.0\n        wind: 0.0930411470307268\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0011171154141315137\n        biomass: 0.0024319843353879933\n        coal: 0.6319625584256338\n        gas: 0.02185619090272558\n        geothermal: 0.0\n        hydro: 0.03807791418408115\n        hydro discharge: 1.890552061356097e-05\n        nuclear: 0.0\n        oil: 0.00017241557613462545\n        solar: 0.2085011484047794\n        unknown: 0.0\n        wind: 0.09586177067488971\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.4608\n    - datetime: '2022-01-01'\n      value: 0.2954\n    - datetime: '2023-01-01'\n      value: 0.3927\n    - datetime: '2024-01-01'\n      value: 0.3744\n    - datetime: '2025-01-01'\n      value: 0.3986\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1798\n    - datetime: '2021-01-01'\n      value: 0.2609\n    - datetime: '2022-01-01'\n      value: 0.39\n    - datetime: '2023-01-01'\n      value: 0.497\n    - datetime: '2024-01-01'\n      value: 0.4859\n    - datetime: '2025-01-01'\n      value: 0.5418\nisRenewable:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.4608\n    - datetime: '2022-01-01'\n      value: 0.2954\n    - datetime: '2023-01-01'\n      value: 0.3927\n    - datetime: '2024-01-01'\n      value: 0.3744\n    - datetime: '2025-01-01'\n      value: 0.3986\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1798\n    - datetime: '2021-01-01'\n      value: 0.2609\n    - datetime: '2022-01-01'\n      value: 0.39\n    - datetime: '2023-01-01'\n      value: 0.497\n    - datetime: '2024-01-01'\n      value: 0.4859\n    - datetime: '2025-01-01'\n      value: 0.5418\nparsers:\n  consumptionForecast: AEMO.fetch_consumption_forecast\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Sydney\nzone_name: New South Wales\n"
  },
  {
    "path": "config/zones/AU-NT.yaml",
    "content": "bounding_box:\n  - - 129.00189001890018\n    - -25.99972409710461\n  - - 138.0019800198002\n    - -10.981940848039898\ncenter_point:\n  - 133.50005390545402\n  - -18.846486859209598\ncentroid:\n  - 133.39210622875467\n  - -12.992381053427186\ncapacity:\n  biomass: 1.1\n  gas: 471.4\n  solar: 158\ncontributors:\n  - unitrium\n  - amv213\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\ndisclaimer: The Northern Territory power grid is not connected to the (Australian) National Electricity Market or Western Australia's grid.\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004049743326004118\n        coal: 0.0\n        gas: 0.9959422736692883\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004788824752322285\n        coal: 0.0\n        gas: 0.9952019194657983\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00430745683466228\n        coal: 0.0\n        gas: 0.9956835177498281\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005315187638489253\n        coal: 0.0\n        gas: 0.9946750893723232\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005625550562775195\n        coal: 0.0\n        gas: 0.9943652042902233\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005647638619022797\n        coal: 0.0\n        gas: 0.9943416591759038\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004599004567105944\n        coal: 0.0\n        gas: 0.9940717329269835\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0013217675287944528\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00448960362442088\n        coal: 0.0\n        gas: 0.993923909474167\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.001580552544332671\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006025746608255038\n        coal: 0.0\n        gas: 0.985530676989566\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.008444016543152163\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0056937251530382975\n        coal: 0.0\n        gas: 0.965386606333278\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.028919092948344192\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: NTESMO.fetch_consumption\n  consumptionForecast: NTESMO.fetch_consumption_forecast\n  price: NTESMO.fetch_price\n  production: NTESMO.fetch_production\nregion: Oceania\ntimezone: Australia/Darwin\nzone_name: Northern Territory\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/AU-QLD.yaml",
    "content": "bounding_box:\n  - - 137.99837998379982\n    - -29.165279323608438\n  - - 153.50733507335073\n    - -10.714328358276688\ncenter_point:\n  - 145.71528376012895\n  - -20.077823352905725\ncentroid:\n  - 146.9203489991776\n  - -20.06567744566823\ncapacity:\n  battery storage:\n    - datetime: '2024-01-01'\n      source: opennem.org.au\n      value: 336.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 1250.68\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 276.5\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 313.28\n  coal:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 8119.0\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2692.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 3201.98\n  hydro:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 726.0\n  hydro storage:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 480.0\n  oil:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 449.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 453.0\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 7691.36\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 7706.36\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 8077.86\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 8416.86\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 644.0\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 687.2\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 843.2\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 1023.2\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2648.2\ncontributors:\n  - brandongalbraith\n  - jarek\n  - corradio\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 509.87\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 559.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 486.99\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 493.14\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 484.79\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 589.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 532.82\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 507.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 382.64\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 369.82\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 392.55\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 542.87\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 592.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 519.99\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 526.14\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 517.79\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 613.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 556.82\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 531.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 406.64\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 393.82\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 416.55\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0001407899937208922\n        biomass: 0.0033022485263247492\n        coal: 0.7970151235577803\n        gas: 0.08839646526435874\n        geothermal: 0.0\n        hydro: 0.015462976605553626\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005963588290596266\n        solar: 0.07398676176629146\n        unknown: 0.0\n        wind: 0.021098970320383204\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0001407897133933989\n        biomass: 0.0033022419512051177\n        coal: 0.7970152561085166\n        gas: 0.08839630659887744\n        geothermal: 0.0\n        hydro: 0.015462961824292172\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005963576416472883\n        solar: 0.07398684321177139\n        unknown: 0.0\n        wind: 0.021098937981117463\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0004956430785209944\n        biomass: 0.0031441470345040363\n        coal: 0.7521584898023269\n        gas: 0.08122146471119707\n        geothermal: 0.0\n        hydro: 0.017075507041689197\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006834644619258426\n        solar: 0.11702220477278823\n        unknown: 0.0\n        wind: 0.028198958385223162\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.2137938923767444e-06\n        biomass: 0.0037200698059053354\n        coal: 0.8388815066333775\n        gas: 0.08373939224701188\n        geothermal: 0.0\n        hydro: 0.012371471246664437\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012563124579399168\n        solar: 0.059324328035253275\n        unknown: 0.0\n        wind: 0.0018366178880440463\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0039859192511191984\n        coal: 0.8315711434143314\n        gas: 0.08632629470646386\n        geothermal: 0.0\n        hydro: 0.016765911674002078\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.000233427461428612\n        solar: 0.05120598328054322\n        unknown: 0.0\n        wind: 0.009911272142822752\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0031473024584660137\n        coal: 0.7961773470684859\n        gas: 0.10321882408908845\n        geothermal: 0.0\n        hydro: 0.010510741630976674\n        hydro discharge: 1.23848242665786e-08\n        nuclear: 0.0\n        oil: 9.584819086057506e-05\n        solar: 0.06414609741455592\n        unknown: 0.0\n        wind: 0.022703791474475734\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 7.5222214723806224e-06\n        biomass: 0.003184687495080278\n        coal: 0.7758246326332131\n        gas: 0.08324767627772774\n        geothermal: 0.0\n        hydro: 0.017528971184076154\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0014372896159665736\n        solar: 0.08893732098786022\n        unknown: 0.0\n        wind: 0.029831891865458295\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0005044951343902474\n        biomass: 0.0026384509314843086\n        coal: 0.7314091273891948\n        gas: 0.08297625403920804\n        geothermal: 0.0\n        hydro: 0.02049548845865359\n        hydro discharge: 3.929452692762624e-05\n        nuclear: 0.0\n        oil: 0.000684705493816346\n        solar: 0.12909094196860016\n        unknown: 0.0\n        wind: 0.0321612246550634\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0008043227377559048\n        biomass: 0.002469854667521181\n        coal: 0.6684791715775124\n        gas: 0.06698748687436727\n        geothermal: 0.0\n        hydro: 0.021058644552665987\n        hydro discharge: 1.2128259571743819e-08\n        nuclear: 0.0\n        oil: 0.00032680627957081313\n        solar: 0.19891128117908102\n        unknown: 0.0\n        wind: 0.0409624037776214\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0009668088063281468\n        biomass: 0.0028533580749225814\n        coal: 0.6544404045485197\n        gas: 0.06612174536470214\n        geothermal: 0.0\n        hydro: 0.022379681653401824\n        hydro discharge: 1.845046706334242e-05\n        nuclear: 0.0\n        oil: 0.0008016694261631118\n        solar: 0.20730753084217618\n        unknown: 0.0\n        wind: 0.04511033753549817\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.2964\n    - datetime: '2022-01-01'\n      value: 0.2272\n    - datetime: '2023-01-01'\n      value: 0.3377\n    - datetime: '2024-01-01'\n      value: 0.3306\n    - datetime: '2025-01-01'\n      value: 0.3453\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1962\n    - datetime: '2021-01-01'\n      value: 0.2773\n    - datetime: '2022-01-01'\n      value: 0.3084\n    - datetime: '2023-01-01'\n      value: 0.484\n    - datetime: '2024-01-01'\n      value: 0.501\n    - datetime: '2025-01-01'\n      value: 0.4713\nisRenewable:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.2964\n    - datetime: '2022-01-01'\n      value: 0.2272\n    - datetime: '2023-01-01'\n      value: 0.3377\n    - datetime: '2024-01-01'\n      value: 0.3306\n    - datetime: '2025-01-01'\n      value: 0.3453\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1962\n    - datetime: '2021-01-01'\n      value: 0.2773\n    - datetime: '2022-01-01'\n      value: 0.3084\n    - datetime: '2023-01-01'\n      value: 0.484\n    - datetime: '2024-01-01'\n      value: 0.501\n    - datetime: '2025-01-01'\n      value: 0.4713\nparsers:\n  consumptionForecast: AEMO.fetch_consumption_forecast\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Brisbane\nzone_name: Queensland\n"
  },
  {
    "path": "config/zones/AU-SA.yaml",
    "content": "bounding_box:\n  - - 129.00189001890018\n    - -38.07090779310813\n  - - 141.00081000810005\n    - -25.99972409710461\ncenter_point:\n  - 135.00166388214717\n  - -31.868789451997117\ncentroid:\n  - 136.81441193916982\n  - -34.164091273479706\ncapacity:\n  battery storage:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 410.0\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 416.27\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 716.27\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 1074.22\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 10.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 18.14\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2946.0\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 3100.0\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 3228.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2748.0\n  hydro:\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2.0\n  oil:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 456.6\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 285.6\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2686.05\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 2785.05\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 2900.52\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2140.9\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 2350.9\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 2763.4\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2763.2\ncontributors:\n  - brandongalbraith\n  - jarek\n  - corradio\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 161.54\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 125.83\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 96.16\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 105.59\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 114.28\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 92.12\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 194.54\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 158.83\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 129.16\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 138.59\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 147.28\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 125.12\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0012441841875993629\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.44392266438796935\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001647547198720754\n        solar: 0.0921279565822379\n        unknown: 0.0\n        wind: 0.46105750198504725\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.001244153785664184\n        biomass: 0.0\n        coal: 2.269165430313992e-05\n        gas: 0.44391182571640486\n        geothermal: 0.0\n        hydro: 1.2631034958608364e-07\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0016475069405149038\n        solar: 0.09212688257652056\n        unknown: 0.0\n        wind: 0.46104666775934067\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0020239853878309387\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.37862769821908904\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0013157883224994209\n        solar: 0.154998817606896\n        unknown: 0.0\n        wind: 0.46303314526251516\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0022371866977428955\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.47308523386620427\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0010414766509621277\n        solar: 0.09947681417648245\n        unknown: 0.0\n        wind: 0.4241594895967854\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0030727559146749876\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.5313695468883676\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006985699892859676\n        solar: 0.04662866046543386\n        unknown: 0.0\n        wind: 0.41823080049343486\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.004393504897215077\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.4617797670617228\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005690649271097908\n        solar: 0.06428898198017026\n        unknown: 0.0\n        wind: 0.4689687692415629\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0071610083528132985\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.3857915493889897\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001319332702641473\n        solar: 0.10396008088043397\n        unknown: 0.0\n        wind: 0.5017679182547047\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.004961337333845281\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.30836762614484114\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004476128276825672\n        solar: 0.17414425567189298\n        unknown: 0.0\n        wind: 0.5080506175945515\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.005477724338481898\n        biomass: 1.1615524230752876e-06\n        coal: 0.06989599604977755\n        gas: 0.2223849910926273\n        geothermal: 0.0\n        hydro: 0.01025400271360812\n        hydro discharge: 1.4393462491639252e-09\n        nuclear: 0.0\n        oil: 0.0009492042315898845\n        solar: 0.24727176200526071\n        unknown: 0.0\n        wind: 0.443765063019379\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.006267044655573515\n        biomass: 4.324474668766488e-06\n        coal: 0.06451430923833469\n        gas: 0.2298901379941587\n        geothermal: 0.0\n        hydro: 0.007222349600236829\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006732465209541075\n        solar: 0.2668651967564851\n        unknown: 0.0\n        wind: 0.42456316091004337\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.5635\n    - datetime: '2021-01-01'\n      value: 0.66\n    - datetime: '2022-01-01'\n      value: 0.7404\n    - datetime: '2023-01-01'\n      value: 0.7749\n    - datetime: '2024-01-01'\n      value: 0.7532\n    - datetime: '2025-01-01'\n      value: 0.7911\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.5635\n    - datetime: '2021-01-01'\n      value: 0.66\n    - datetime: '2022-01-01'\n      value: 0.7404\n    - datetime: '2023-01-01'\n      value: 0.7749\n    - datetime: '2024-01-01'\n      value: 0.7532\n    - datetime: '2025-01-01'\n      value: 0.7911\nparsers:\n  consumptionForecast: AEMO.fetch_consumption_forecast\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Adelaide\nzone_name: South Australia\n"
  },
  {
    "path": "config/zones/AU-TAS-CBI.yaml",
    "content": "bounding_box:\n  - - 148.00288002880026\n    - -40.50374860913729\n  - - 148.39888398883986\n    - -40.309121343854954\ncenter_point:\n  - 148.20088200882006\n  - -40.40643497649612\ncentroid:\n  - 148.27198271982715\n  - -40.40035287445605\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Australia/Lord_Howe\nzone_name: Cape Barren Island\n"
  },
  {
    "path": "config/zones/AU-TAS-FI.yaml",
    "content": "_comment: 'Capacity data fetched from the test payload (capacity is sent in all payloads).\n  Parsing for production is done on instantaneous measurements : this is not reliable\n  at all. Battery storage is composed of 0.5 battery+0.2 of flywheel'\nbounding_box:\n  - - 147.7580775807758\n    - -40.27048210736508\n  - - 148.30888308883087\n    - -39.71235980251133\ncenter_point:\n  - 148.03348033480333\n  - -39.99142095493821\ncentroid:\n  - 148.10188101881016\n  - -39.999530424324966\ncapacity:\n  battery storage: 0.7\n  biomass: 0\n  coal: 0\n  gas: 0\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 2.1\n  solar: 4.1\n  wind: 1.5\ncontributors:\n  - chuqtas\n  - ajoga\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 150.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 143.31\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 173.89\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 166.43\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 159.41\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 188.56\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 183.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 176.31\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 206.89\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 199.43\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 192.41\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 221.56\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.008958418242889184\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.3128961469967616\n        solar: 0.022092880848218862\n        unknown: 0.0\n        wind: 0.6556168800531644\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.009709832658485218\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.409093274765538\n        solar: 0.020271465895015144\n        unknown: 0.0\n        wind: 0.5604813106972967\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.011135109728392852\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.3832921129103856\n        solar: 0.017372263318300003\n        unknown: 0.0\n        wind: 0.5876689384528726\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.003533188048876999\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.3900149418566881\n        solar: 0.01938750199323187\n        unknown: 0.0\n        wind: 0.5865180749218949\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.6299\n    - datetime: '2021-01-01'\n      value: 0.647\n    - datetime: '2022-01-01'\n      value: 0.5717\n    - datetime: '2023-01-01'\n      value: 0.5901\n    - datetime: '2024-01-01'\n      value: 0.6074\n    - datetime: '2025-01-01'\n      value: 0.5356\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.6299\n    - datetime: '2021-01-01'\n      value: 0.647\n    - datetime: '2022-01-01'\n      value: 0.5717\n    - datetime: '2023-01-01'\n      value: 0.5901\n    - datetime: '2024-01-01'\n      value: 0.6074\n    - datetime: '2025-01-01'\n      value: 0.5356\nparsers:\n  production: ajenti.fetch_production\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Hobart\nzone_name: Flinders Island\n"
  },
  {
    "path": "config/zones/AU-TAS-KI.yaml",
    "content": "_comment:\n  'Capacity data fetched from https://www.hydro.com.au/docs/default-source/clean-energy/hybrid-energy-solutions/king_island.pdf\n  . Oil capacity is said to run with blended biodiesel : hense the diesel capacity\n  is equal to the biomass capacity. Parsing for production is done on instantaneous\n  measurements : this is not reliable at all'\nbounding_box:\n  - - 143.83763837638375\n    - -40.127373824069245\n  - - 144.13644136441363\n    - -39.62649483253383\ncenter_point:\n  - 143.9870398703987\n  - -39.87693432830154\ncentroid:\n  - 143.98583985839858\n  - -39.905317471155215\ncapacity:\n  battery storage: 1.5\n  biomass: 6\n  coal: 0\n  gas: 0\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 6\n  solar: 0.47\n  wind: 5.65\ncontributors:\n  - ajoga\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 137.7\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 173.94\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 222.92\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 305.96\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 280.75\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 291.34\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 170.7\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 206.94\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 255.92\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 338.96\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 313.75\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 324.34\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.3650717343949522\n        solar: 0.011081899897343447\n        unknown: 0.0\n        wind: 0.6237562282480782\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.013174835519778237\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4390433792282261\n        solar: 0.006935215444463839\n        unknown: 0.0\n        wind: 0.5407325094488638\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.004530065328310524\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5615267644736911\n        solar: 0.010524233641872285\n        unknown: 0.0\n        wind: 0.4234136382341045\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0021662109674944877\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7465224481039286\n        solar: 0.010407381940730554\n        unknown: 0.0\n        wind: 0.24087231857114963\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0045280562830267625\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6700376563202181\n        solar: 0.1199307309665122\n        unknown: 0.0\n        wind: 0.2054531930390045\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.6608\n    - datetime: '2021-01-01'\n      value: 0.5716\n    - datetime: '2022-01-01'\n      value: 0.4509\n    - datetime: '2023-01-01'\n      value: 0.2464\n    - datetime: '2024-01-01'\n      value: 0.3085\n    - datetime: '2025-01-01'\n      value: 0.2824\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.6608\n    - datetime: '2021-01-01'\n      value: 0.5716\n    - datetime: '2022-01-01'\n      value: 0.4509\n    - datetime: '2023-01-01'\n      value: 0.2464\n    - datetime: '2024-01-01'\n      value: 0.3085\n    - datetime: '2025-01-01'\n      value: 0.2824\nparsers:\n  production: ajenti.fetch_production\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Hobart\nzone_name: King Island\n"
  },
  {
    "path": "config/zones/AU-TAS.yaml",
    "content": "bounding_box:\n  - - 144.60444604446045\n    - -43.63925109614899\n  - - 148.33408334083336\n    - -40.72699753107879\ncenter_point:\n  - 146.52655501092056\n  - -42.17462783409918\ncentroid:\n  - 146.9092772560378\n  - -42.31763149702592\ncapacity:\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2.0\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 371.6\n  hydro:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2361.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2330.6\n  oil:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 48.0\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 303.37\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 567.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 566.0\ncontributors:\n  - brandongalbraith\n  - jarek\n  - corradio\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.38\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 33.38\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.006251202386553182\n        geothermal: 0.0\n        hydro: 0.8220362701091669\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.017750273698283935\n        unknown: 0.0\n        wind: 0.1539614486793389\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 4.209137046354714e-05\n        gas: 0.006250930266152664\n        geothermal: 0.0\n        hydro: 0.8220004964594964\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.017750193803841564\n        unknown: 0.0\n        wind: 0.15395548250199584\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.01592801320470529\n        geothermal: 0.0\n        hydro: 0.7899400705600474\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.025771849008650417\n        unknown: 0.0\n        wind: 0.16835933122123856\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.01592801320470529\n        geothermal: 0.0\n        hydro: 0.7899400705600474\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.025771849008650417\n        unknown: 0.0\n        wind: 0.16835933122123856\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.01611800146877263\n        geothermal: 0.0\n        hydro: 0.7925365218214478\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02451437395336265\n        unknown: 0.0\n        wind: 0.16683017970049008\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.007786424343999135\n        geothermal: 0.0\n        hydro: 0.8161199864432732\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.018409795044156987\n        unknown: 0.0\n        wind: 0.15768348916760863\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.001861257519089156\n        geothermal: 0.0\n        hydro: 0.8265758030327586\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.006728512818955391\n        unknown: 0.0\n        wind: 0.16483446246331912\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.009469119232417406\n        geothermal: 0.0\n        hydro: 0.8176540950283011\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.018980340345392605\n        unknown: 0.0\n        wind: 0.15389646800246576\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00014180959875286699\n        biomass: 2.696780731554057e-06\n        coal: 0.07853740707564373\n        gas: 0.005549880746074511\n        geothermal: 0.0\n        hydro: 0.6648369293835107\n        hydro discharge: 2.4640636125874633e-08\n        nuclear: 0.0\n        oil: 1.0714113633991415e-06\n        solar: 0.05785325857245086\n        unknown: 0.0\n        wind: 0.19307691814037176\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0002826800672351426\n        biomass: 7.791211879581738e-06\n        coal: 0.1135471786180796\n        gas: 0.04067553049145434\n        geothermal: 0.0\n        hydro: 0.5700704004749868\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 4.4341689729416803e-07\n        solar: 0.07151092912874732\n        unknown: 0.0\n        wind: 0.2039048715577342\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.999\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.999\nparsers:\n  consumptionForecast: AEMO.fetch_consumption_forecast\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Hobart\nzone_name: Tasmania\n"
  },
  {
    "path": "config/zones/AU-VIC.yaml",
    "content": "bounding_box:\n  - - 140.96421396698537\n    - -39.13706450366208\n  - - 149.9720997209972\n    - -33.98181386823853\ncenter_point:\n  - 145.10552901241175\n  - -36.45834748983445\ncentroid:\n  - 144.78153006632593\n  - -37.08382639593836\ncapacity:\n  battery storage:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 120.0\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 500.0\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 707.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 1231.0\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 50.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 51.23\n  coal:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 4850.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 4690.0\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2427.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2471.46\n  hydro:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2040.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 2322.8\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 5268.58\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 5485.58\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 5611.58\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2564.17\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 2744.77\n    - datetime: '2022-01-01'\n      source: opennem.org.au\n      value: 2905.77\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 3014.77\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 5487.17\ncontributors:\n  - jarek\n  - corradio\n  - alejandranavcas\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 595.22\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 539.83\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 486.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 420.58\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 441.97\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 408.53\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 628.22\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 572.83\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 519.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 453.58\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 474.97\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 441.53\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0004724463729913436\n        biomass: 0.0\n        coal: 0.7307265725069795\n        gas: 0.045936945750439266\n        geothermal: 0.0\n        hydro: 0.05550121475963325\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.038024778133161456\n        unknown: 0.0\n        wind: 0.12933842720511196\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.00047244032591252594\n        biomass: 0.0\n        coal: 0.7307495949473276\n        gas: 0.04593334584778859\n        geothermal: 0.0\n        hydro: 0.055496737073899634\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.03801756749182541\n        unknown: 0.0\n        wind: 0.12933069884403184\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8060798210968169\n        gas: 0.06948731716732398\n        geothermal: 0.0\n        hydro: 0.0500899257965081\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.07434294330212768\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.000481211706289653\n        biomass: 0.0\n        coal: 0.7464094142244575\n        gas: 0.0692004093366192\n        geothermal: 0.0\n        hydro: 0.047861724783667015\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.021536392430559093\n        unknown: 0.0\n        wind: 0.11451084617258156\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.00048811515326637497\n        biomass: 0.0\n        coal: 0.748666246764716\n        gas: 0.03200095431149287\n        geothermal: 0.0\n        hydro: 0.05249841791765642\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02605106693385571\n        unknown: 0.0\n        wind: 0.14029515325754852\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 2.8485422054477e-05\n        biomass: 0.0\n        coal: 0.788855403432854\n        gas: 0.04612258468690455\n        geothermal: 0.0\n        hydro: 0.06138854376456541\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.008535056694716738\n        unknown: 0.0\n        wind: 0.0950699038533949\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0006979441666508258\n        biomass: 0.0\n        coal: 0.6995092472170257\n        gas: 0.01860304852707215\n        geothermal: 0.0\n        hydro: 0.058871603640483695\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.048921538689881534\n        unknown: 0.0\n        wind: 0.17339660155223605\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0026780903442635826\n        biomass: 0.0\n        coal: 0.6190910425288089\n        gas: 0.037290658067637476\n        geothermal: 0.0\n        hydro: 0.06220010045054841\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.09042895274312412\n        unknown: 0.0\n        wind: 0.1883111640210727\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0025032427419419347\n        biomass: 1.2902042762008032e-05\n        coal: 0.5861443398518874\n        gas: 0.014219285457077265\n        geothermal: 0.0\n        hydro: 0.06274460341776156\n        hydro discharge: 8.453185765808675e-08\n        nuclear: 0.0\n        oil: 4.249513212468347e-06\n        solar: 0.1269718373717699\n        unknown: 0.0\n        wind: 0.20739944203447835\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0027778404488412816\n        biomass: 3.789937368769627e-05\n        coal: 0.5745729428668062\n        gas: 0.0284031362684534\n        geothermal: 0.0\n        hydro: 0.05743032415203594\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 4.662311159509748e-06\n        solar: 0.1470457660916572\n        unknown: 0.0\n        wind: 0.18972740562986398\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2055\n    - datetime: '2021-01-01'\n      value: 0.2842\n    - datetime: '2022-01-01'\n      value: 0.3439\n    - datetime: '2023-01-01'\n      value: 0.4435\n    - datetime: '2024-01-01'\n      value: 0.4085\n    - datetime: '2025-01-01'\n      value: 0.4544\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2055\n    - datetime: '2021-01-01'\n      value: 0.2842\n    - datetime: '2022-01-01'\n      value: 0.3439\n    - datetime: '2023-01-01'\n      value: 0.4435\n    - datetime: '2024-01-01'\n      value: 0.4085\n    - datetime: '2025-01-01'\n      value: 0.4544\nparsers:\n  consumptionForecast: AEMO.fetch_consumption_forecast\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Melbourne\nzone_name: Victoria\n"
  },
  {
    "path": "config/zones/AU-WA-RI.yaml",
    "content": "_comment: 'Capacity data fetched from the test payload (capacity is sent in all payloads).\n  Parsing for production is done on instantaneous measurements : this is not reliable\n  at all'\nbounding_box:\n  - - 115.44055440554402\n    - -32.02601390669214\n  - - 115.51615516155161\n    - -31.995961167200015\ncenter_point:\n  - 115.47835478354781\n  - -32.010987536946075\ncentroid:\n  - 115.48255482554823\n  - -32.014565244028475\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 0\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 2.1\n  solar: 0.6\n  wind: 0.6\ncontributors:\n  - ajoga\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 310.86\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 310.86\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 310.86\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 304.5\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 321.42\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 305.26\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 343.86\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 343.86\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 343.86\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 337.5\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 354.42\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 338.26\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7214348874672578\n        solar: 0.09655515040514011\n        unknown: 0.0\n        wind: 0.18206372128287882\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7519217191707342\n        solar: 0.07833126006705768\n        unknown: 0.0\n        wind: 0.16976688744150792\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7931552125610936\n        solar: 0.06026681890829423\n        unknown: 0.0\n        wind: 0.1463649654920588\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2343\n    - datetime: '2021-01-01'\n      value: 0.2343\n    - datetime: '2022-01-01'\n      value: 0.2343\n    - datetime: '2023-01-01'\n      value: 0.25\n    - datetime: '2024-01-01'\n      value: 0.2083\n    - datetime: '2025-01-01'\n      value: 0.2481\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2343\n    - datetime: '2021-01-01'\n      value: 0.2343\n    - datetime: '2022-01-01'\n      value: 0.2343\n    - datetime: '2023-01-01'\n      value: 0.25\n    - datetime: '2024-01-01'\n      value: 0.2083\n    - datetime: '2025-01-01'\n      value: 0.2481\nparsers:\n  production: ajenti.fetch_production\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Perth\nzone_name: Rottnest Island\n"
  },
  {
    "path": "config/zones/AU-WA.yaml",
    "content": "bounding_box:\n  - - 112.92052920529207\n    - -35.13718798554355\n  - - 129.00189001890018\n    - -13.723895555988058\ncenter_point:\n  - 121.21840125979017\n  - -24.502907008372944\ncentroid:\n  - 120.36907193716478\n  - -23.046206513286926\ncapacity:\n  battery storage:\n    - datetime: '2024-01-01'\n      source: opennem.org.au\n      value: 100.0\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 885.0\n  biomass:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 65.13\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 102.23\n  coal:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 1371.1\n  gas:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 3430.4\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 3462.6\n  hydro:\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 1.5\n  oil:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 104.1\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 104.5\n  solar:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 2665.64\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 2765.64\n  wind:\n    - datetime: '2020-01-01'\n      source: opennem.org.au\n      value: 611.57\n    - datetime: '2021-01-01'\n      source: opennem.org.au\n      value: 1014.82\n    - datetime: '2023-01-01'\n      source: opennem.org.au\n      value: 1090.42\n    - datetime: '2025-01-01'\n      source: https://openelectricity.org.au/\n      value: 1105.87\ncontributors:\n  - jarek\n  - corradio\n  - MariusKroon\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\ndisclaimer: Western Australia's power grid is not connected to the (Australian) National\n  Electricity Market or the Northern Territory grid.\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 288.89\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 301.2\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 303.91\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 281.91\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 321.89\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 334.2\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 336.91\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 314.91\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005634299803619725\n        coal: 0.39764870006223585\n        gas: 0.36077400997106357\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0004506698609571838\n        solar: 0.1127501970321291\n        unknown: 0.0\n        wind: 0.12274193796166366\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005634482057732223\n        coal: 0.3976455012717376\n        gas: 0.36076816011761564\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.000450627548897785\n        solar: 0.11275316626050917\n        unknown: 0.0\n        wind: 0.12274787793620329\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0068250356636745686\n        coal: 0.463278270695125\n        gas: 0.39353775964515786\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 4.6724502346849226e-05\n        solar: 0.05722098145869997\n        unknown: 0.0\n        wind: 0.07909137520871565\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007026273534479898\n        coal: 0.44007205128780524\n        gas: 0.39397919097545453\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0001150792015923038\n        solar: 0.07490606160028195\n        unknown: 0.0\n        wind: 0.08390153761489438\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0057177437596818035\n        coal: 0.40634707884304605\n        gas: 0.37130443472571645\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0001248244140375717\n        solar: 0.10739372161721791\n        unknown: 0.0\n        wind: 0.10911237913512295\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0051251962373632795\n        coal: 0.363276458675794\n        gas: 0.3703607904215379\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0003269623503324662\n        solar: 0.13273551033719244\n        unknown: 0.0\n        wind: 0.12817521410996222\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004641582266558719\n        coal: 0.3776045733107258\n        gas: 0.2955604059954736\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0002204270012878005\n        solar: 0.15431131557135006\n        unknown: 0.0\n        wind: 0.1676618423490851\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004359734080492649\n        coal: 0.3063224741549013\n        gas: 0.3447572427712224\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00013920974771888702\n        solar: 0.17370337704109487\n        unknown: 0.0\n        wind: 0.17071803351215314\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0006475946940200009\n        biomass: 0.004235763380929242\n        coal: 0.2992403986590204\n        gas: 0.3488167824513507\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00028682589505083547\n        solar: 0.19255200040168485\n        unknown: 0.0\n        wind: 0.15422067611662243\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0034738676206961397\n        biomass: 0.003274161716959677\n        coal: 0.2787645649166744\n        gas: 0.3091358966303054\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006804763292333772\n        solar: 0.23467167868922628\n        unknown: 0.0\n        wind: 0.1699992813333499\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.4461\n    - datetime: '2023-01-01'\n      value: 0.4809\n    - datetime: '2024-01-01'\n      value: 0.4567\n    - datetime: '2025-01-01'\n      value: 0.5084\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.4461\n    - datetime: '2023-01-01'\n      value: 0.4809\n    - datetime: '2024-01-01'\n      value: 0.4567\n    - datetime: '2025-01-01'\n      value: 0.5084\nparsers:\n  price: OPENNEM.fetch_price\n  production: OPENNEM.fetch_production\n  productionCapacity: OPENELECTRICITY.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Australia/Perth\nzone_name: Western Australia\n"
  },
  {
    "path": "config/zones/AU.yaml",
    "content": "bounding_box:\n  - - 112.92052920529207\n    - -43.63925109614899\n  - - 159.10462909730177\n    - -10.714328358276688\ncenter_point:\n  - 133.50111357697187\n  - -27.321631528353937\ncentroid:\n  - 136.08029929292996\n  - -25.012631598216576\nbypassedSubZones:\n  - AU-LH\n  - AU-TAS-CBI\n  - AU-WA-RI\n  - AU-TAS-KI\n  - AU-TAS-FI\ncapacity:\n  battery storage: 157.2\n  biomass: 384.1\n  coal: 18359\n  gas: 8488.4\n  geothermal: 0\n  hydro: 5745\n  hydro storage: 1320\n  nuclear: 0\n  oil: 1389.2\n  solar: 19988.2\n  unknown: null\n  wind: 7173.8\ncontributors:\n  - corradio\n  - unitrium\n  - MariusKroon\n  - chuqtas\n  - jarek\n  - ajoga\n  - brandongalbraith\ncountry: AU\ncountry_name: Australia\ncurrency: AUD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 545.09\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 504.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 459.41\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 397.33\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 408.12\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 373.33\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 527.08\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 475.05\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 425.59\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 357.1\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 363.62\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 337.53\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 578.09\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 537.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 492.41\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 430.33\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 441.12\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 406.33\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 551.08\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 499.05\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 449.59\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 381.1\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 387.62\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 361.53\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0002594637960231023\n        biomass: 0.00151275295955091\n        coal: 0.6914956988922271\n        gas: 0.11681363420930246\n        geothermal: 0.0\n        hydro: 0.0631406835842441\n        hydro discharge: 3.2172771468498537e-09\n        nuclear: 0.0\n        oil: 0.00030387214824768334\n        solar: 0.051029606352062266\n        unknown: 0.0\n        wind: 0.07544429210291935\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.00014355047407564232\n        biomass: 0.0017182578610384616\n        coal: 0.7052591978816757\n        gas: 0.11082227025245124\n        geothermal: 0.0\n        hydro: 0.0677326820948128\n        hydro discharge: 2.9264138109894026e-09\n        nuclear: 0.0\n        oil: 0.00011996165830000424\n        solar: 0.03848013198918248\n        unknown: 0.0\n        wind: 0.07572395574465145\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.00029185250871076844\n        biomass: 0.0016634601475480479\n        coal: 0.6816084207350457\n        gas: 0.1220140808662046\n        geothermal: 0.0\n        hydro: 0.06212212260692593\n        hydro discharge: 4.482338641572983e-09\n        nuclear: 0.0\n        oil: 0.00013818671112620425\n        solar: 0.04171746422300171\n        unknown: 0.0\n        wind: 0.09044440563966305\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.00036328248298918736\n        biomass: 0.0013885734133745164\n        coal: 0.6625402064520522\n        gas: 0.1093876766508366\n        geothermal: 0.0\n        hydro: 0.06736590809838815\n        hydro discharge: 5.081412167571266e-09\n        nuclear: 0.0\n        oil: 9.669710924369871e-05\n        solar: 0.05348370178209043\n        unknown: 0.0\n        wind: 0.1053739376846361\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0005413583827554923\n        biomass: 0.001343472936234691\n        coal: 0.6350135820869403\n        gas: 0.0874605755930383\n        geothermal: 0.0\n        hydro: 0.07422520610770694\n        hydro discharge: 4.690571207638475e-09\n        nuclear: 0.0\n        oil: 0.0004903357094244511\n        solar: 0.07756097378839584\n        unknown: 9.361066770508258e-06\n        wind: 0.12335513512613058\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0011225225963338878\n        biomass: 0.0011400051786446344\n        coal: 0.569870158176169\n        gas: 0.09819974215487416\n        geothermal: 0.0\n        hydro: 0.07468464520282539\n        hydro discharge: 1.0457616908716836e-05\n        nuclear: 0.0\n        oil: 0.00045533264848279646\n        solar: 0.12358603158197574\n        unknown: 1.0689068970155307e-05\n        wind: 0.13092041864999635\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.001354435203081272\n        biomass: 0.001458227431313655\n        coal: 0.5399693682544393\n        gas: 0.07862482421941185\n        geothermal: 0.0\n        hydro: 0.06667854838383991\n        hydro discharge: 1.5141667178907328e-06\n        nuclear: 0.0\n        oil: 0.00018759295327671713\n        solar: 0.1778970210150275\n        unknown: 5.457981705763607e-05\n        wind: 0.13377389560743355\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.00188694682777796\n        biomass: 0.0018671287738742375\n        coal: 0.5332681648583506\n        gas: 0.07860819484672399\n        geothermal: 0.0\n        hydro: 0.05795957772034905\n        hydro discharge: 1.1114753293322062e-05\n        nuclear: 0.0\n        oil: 0.00037077718062013645\n        solar: 0.19323819121037497\n        unknown: 0.00019039581980082146\n        wind: 0.13259950282926702\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2325\n    - datetime: '2021-01-01'\n      value: 0.2993\n    - datetime: '2022-01-01'\n      value: 0.3489\n    - datetime: '2023-01-01'\n      value: 0.4472\n    - datetime: '2024-01-01'\n      value: 0.432\n    - datetime: '2025-01-01'\n      value: 0.4809\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2626\n    - datetime: '2021-01-01'\n      value: 0.3429\n    - datetime: '2022-01-01'\n      value: 0.4032\n    - datetime: '2023-01-01'\n      value: 0.5038\n    - datetime: '2024-01-01'\n      value: 0.4949\n    - datetime: '2025-01-01'\n      value: 0.5307\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2325\n    - datetime: '2021-01-01'\n      value: 0.2993\n    - datetime: '2022-01-01'\n      value: 0.3489\n    - datetime: '2023-01-01'\n      value: 0.4472\n    - datetime: '2024-01-01'\n      value: 0.432\n    - datetime: '2025-01-01'\n      value: 0.4809\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2626\n    - datetime: '2021-01-01'\n      value: 0.3429\n    - datetime: '2022-01-01'\n      value: 0.4032\n    - datetime: '2023-01-01'\n      value: 0.5038\n    - datetime: '2024-01-01'\n      value: 0.4949\n    - datetime: '2025-01-01'\n      value: 0.5307\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nsubZoneNames:\n  - AU-LH\n  - AU-NSW\n  - AU-NT\n  - AU-QLD\n  - AU-SA\n  - AU-TAS\n  - AU-TAS-CBI\n  - AU-TAS-FI\n  - AU-TAS-KI\n  - AU-VIC\n  - AU-WA\n  - AU-WA-RI\ntimezone: Australia/Sydney\nzone_name: Australia\n"
  },
  {
    "path": "config/zones/AW.yaml",
    "content": "bounding_box:\n  - - -70.0585005850058\n    - 12.417694553661747\n  - - -69.8784987849878\n    - 12.6323569786055\ncenter_point:\n  - -69.9684996849968\n  - 12.525025766133624\ncentroid:\n  - -69.96789967899674\n  - 12.525025766133625\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncontributors:\n  - pascalheraud\ncountry: AW\ncountry_name: Aruba\ncurrency: AWG\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.830847454974291\n        solar: 0.010173009687123279\n        unknown: 0.0\n        wind: 0.15897836645149213\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.803703036421306\n        solar: 0.0158128937582308\n        unknown: 0.0\n        wind: 0.18048327996405208\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8454059505301171\n        solar: 0.016015302784506125\n        unknown: 0.0\n        wind: 0.13857838842381132\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8298272126210017\n        solar: 0.012127157143873933\n        unknown: 0.0007192733326606231\n        wind: 0.1573257926991776\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7939078589008981\n        solar: 0.014544986130697591\n        unknown: 0.001272621935162575\n        wind: 0.19027148505956717\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8609520728550746\n        solar: 0.008366461052547531\n        unknown: 0.0018877833779848713\n        wind: 0.12879356403066494\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8836829657096846\n        solar: 0.006176899034154593\n        unknown: 0.0015510181027602445\n        wind: 0.10858758715681341\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: AW.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Aruba\nzone_name: Aruba\n"
  },
  {
    "path": "config/zones/AX.yaml",
    "content": "bounding_box:\n  - - 19.647196471964747\n    - 60.0741839740071\n  - - 20.20880208802089\n    - 60.35467620926693\ncenter_point:\n  - 19.927999279992818\n  - 60.21443009163701\ncentroid:\n  - 19.951039510395123\n  - 60.201264129573794\ncan_have_zero_production: true\ncapacity:\n  coal: 0\n  gas: 0\n  nuclear: 0\n  oil: 35\n  solar: 3.67\n  wind: 63.8\ncontributors:\n  - tmslaine\n  - systemcatch\n  - VIKTORVAV99\ncountry: AX\ncountry_name: \"\\xC5land Islands\"\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 895.6862569\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 295.9885661\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 990.5340999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1170.347843\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 415.9885661\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    wind:\n      datetime: '2020-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.37280983592511663\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0008139485070470803\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.6263976352653899\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04903220325141623\n        coal: 0.011946480867268934\n        gas: 0.005910600519210002\n        geothermal: 0.0\n        hydro: 0.24234659629609698\n        hydro discharge: 1.6296265372047404e-05\n        nuclear: 0.3335352239198415\n        oil: 0.0009228446907316732\n        solar: 0.005307162629770458\n        unknown: 0.040642263283928184\n        wind: 0.31030484270075637\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004752726038445803\n        coal: 0.007219707395243909\n        gas: 0.004508645586533524\n        geothermal: 0.0\n        hydro: 0.25928490172937557\n        hydro discharge: 1.178119081565477e-05\n        nuclear: 0.3499256719829855\n        oil: 0.0002841365006855039\n        solar: 0.005848344507066584\n        unknown: 0.041663939240299756\n        wind: 0.32648232879476674\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004029656098059488\n        coal: 0.004397968678684677\n        gas: 0.003444867293172876\n        geothermal: 3.3666597863362836e-08\n        hydro: 0.3071721199092443\n        hydro discharge: 0.001040802872945862\n        nuclear: 0.3076831115316144\n        oil: 0.00023155886010420957\n        solar: 0.005534923355128303\n        unknown: 0.03656710993568299\n        wind: 0.3298774795070577\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004354683191403903\n        coal: 0.006476893704552956\n        gas: 0.003974022013865712\n        geothermal: 0.0\n        hydro: 0.2638443423392076\n        hydro discharge: 0.001133640525110726\n        nuclear: 0.3279428744191258\n        oil: 0.0018848779260615782\n        solar: 0.0003588410040665896\n        unknown: 0.06409718741936811\n        wind: 0.3258759172303977\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0030128262353941544\n        coal: 0.005038570957416851\n        gas: 0.0015483546259291111\n        geothermal: 0.0\n        hydro: 0.23803134794685274\n        hydro discharge: 0.0002288540237688854\n        nuclear: 0.24145897000827352\n        oil: 0.00010550649157810835\n        solar: 0.002544975907733234\n        unknown: 0.036457011677915055\n        wind: 0.4715311719967027\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0034980613795349545\n        coal: 0.0035417570728201995\n        gas: 0.0016154315498119406\n        geothermal: 0.0\n        hydro: 0.20602805971131477\n        hydro discharge: 0.00028255368953519994\n        nuclear: 0.20342729912320257\n        oil: 8.51623754960213e-05\n        solar: 0.003840444556799183\n        unknown: 0.024592502278986923\n        wind: 0.5530483937763888\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0026050231118377957\n        coal: 0.001963778734693452\n        gas: 0.0010712799384635994\n        geothermal: 0.0\n        hydro: 0.17834283675778717\n        hydro discharge: 0.00022737118012299595\n        nuclear: 0.18256570910434558\n        oil: 0.0002823438077349849\n        solar: 0.0046097053247544\n        unknown: 0.01829593364522464\n        wind: 0.6099261074548099\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: AX.fetch_consumption\n  price: ENTSOE.fetch_price\n  production: AX.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Mariehamn\nzone_name: \"\\xC5land Islands\"\n"
  },
  {
    "path": "config/zones/AZ.yaml",
    "content": "bounding_box:\n  - - 44.77544775447757\n    - 38.39614122035431\n  - - 50.35910359103593\n    - 41.89084549843855\ncenter_point:\n  - 47.577673902934436\n  - 40.387467828663446\ncentroid:\n  - 47.1202900595501\n  - 40.10779693959522\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5080.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5480.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5860.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1130.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1140.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1150.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1160.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1300.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1410.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: AZ\ncountry_name: Azerbaijan\ncurrency: AZN\nfallbackZoneMixes:\n  _source: https://ourworldindata.org/grapher/electricity-prod-source-stacked?time=earliest..latest&country=~AZE\n  powerOriginRatios:\n    value:\n      gas: 0.46\n      hydro: 0.07\n      oil: 0.46\n      unknown: 0.01\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Baku\nzone_name: Azerbaijan\n"
  },
  {
    "path": "config/zones/BA.yaml",
    "content": "bounding_box:\n  - - 15.737557375573772\n    - 42.5591611814301\n  - - 19.618396183961863\n    - 45.28394289538275\ncenter_point:\n  - 17.644617906102937\n  - 44.035924649703595\ncentroid:\n  - 17.840161933615803\n  - 44.16014569310636\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1875.5\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1875.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1888.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1883.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2169.8\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1790.4\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1746.7\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1708.0\n  hydro storage:\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 440.0\n  solar:\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 29.9\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 50.6\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 86.6\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 145.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 134.6\ncontributors:\n  - corradio\n  - nessie2013\ncountry: BA\ncountry_name: Bosnia and Herzegovina\ncurrency: BAM\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 556.44\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 596.88\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 453.28\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 422.64\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 567.14\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 607.58\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 463.98\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 433.34\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 28.8\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012129075909763614\n        coal: 0.8410145765044548\n        gas: 0.006327362692174731\n        geothermal: 7.032789776781282e-05\n        hydro: 0.1284185938022832\n        hydro discharge: 0.005708916330735468\n        nuclear: 0.007288951290057417\n        oil: 0.0001153791345675018\n        solar: 0.001628217464085534\n        unknown: 0.0012445248316330778\n        wind: 0.006969759922401658\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0008549710201764943\n        coal: 0.7270808947008157\n        gas: 0.005948358556199751\n        geothermal: 6.565819576690282e-05\n        hydro: 0.2543957283466846\n        hydro discharge: 0.0010056423455618718\n        nuclear: 0.005304046279473376\n        oil: 0.00038198655760420967\n        solar: 0.000497031531616021\n        unknown: 0.0008411442278717816\n        wind: 0.003624222259524219\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0014411684571781424\n        coal: 0.6234006411274695\n        gas: 0.007250622339353023\n        geothermal: 0.00012212087341112538\n        hydro: 0.34176181088560487\n        hydro discharge: 0.0015554174509350125\n        nuclear: 0.0080018991966589\n        oil: 0.0001500721993598939\n        solar: 0.0004574463707792612\n        unknown: 0.0015379541509682188\n        wind: 0.014320500361216557\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.003825396988667987\n        coal: 0.6502184683720258\n        gas: 0.018989025130874408\n        geothermal: 0.0003817950039000822\n        hydro: 0.28262398630622415\n        hydro discharge: 0.0022124362931660486\n        nuclear: 0.015284950187312603\n        oil: 0.0001898514378378832\n        solar: 0.0026837136320591068\n        unknown: 0.002899662337264437\n        wind: 0.020690301874755932\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017912958604173663\n        coal: 0.613322473129784\n        gas: 0.00703925995478543\n        geothermal: 0.00012751826161819273\n        hydro: 0.33030216798968653\n        hydro discharge: 0.014600931913772536\n        nuclear: 0.008269218194690196\n        oil: 0.00011202115125997596\n        solar: 0.0016569035379299945\n        unknown: 0.0016732649847972852\n        wind: 0.021104554407643715\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0020628779558946827\n        coal: 0.6602547364983326\n        gas: 0.011301343340040352\n        geothermal: 0.00011149232916199167\n        hydro: 0.27690182031746347\n        hydro discharge: 0.009973902547127135\n        nuclear: 0.009074566830126422\n        oil: 0.0003045812794137221\n        solar: 0.0021526602194516958\n        unknown: 0.0013608493381640943\n        wind: 0.026500673522492912\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002697922100849748\n        coal: 0.5571688809769189\n        gas: 0.011517407675867963\n        geothermal: 3.6935020423848706e-05\n        hydro: 0.3730878116312567\n        hydro discharge: 0.02208700027453017\n        nuclear: 0.010046793857203234\n        oil: 0.0002459444419178135\n        solar: 0.0035390831063479575\n        unknown: 0.001165420011400052\n        wind: 0.018406271770396554\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.833447160914084e-09\n        biomass: 0.005779908256009173\n        coal: 0.5544771224447967\n        gas: 0.023259641466309156\n        geothermal: 2.5859855481112698e-05\n        hydro: 0.3281883426343818\n        hydro discharge: 0.016435069853507192\n        nuclear: 0.02452557072682254\n        oil: 0.0002119767436798232\n        solar: 0.01565642226201501\n        unknown: 0.0026649035309820757\n        wind: 0.028774809119518137\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.2599\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.2086\n    - datetime: '2024-01-01'\n      value: 0.3879\n    - datetime: '2025-01-01'\n      value: 0.4357\nisRenewable:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.2476\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.1948\n    - datetime: '2024-01-01'\n      value: 0.3443\n    - datetime: '2025-01-01'\n      value: 0.4224\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\ntimezone: Asia/Bahrain\nzone_name: Bosnia and Herzegovina\n"
  },
  {
    "path": "config/zones/BB.yaml",
    "content": "bounding_box:\n  - - -59.61119611196108\n    - 13.084579153820329\n  - - -59.42759427594271\n    - 13.345036229418753\ncenter_point:\n  - -59.519395193951894\n  - 13.21480769161954\ncentroid:\n  - -59.548795487954834\n  - 13.196680642402066\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: BB\ncountry_name: Barbados\ncurrency: BBD\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0028357972403870034\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9828582142194107\n        solar: 0.014305633100344143\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: BB.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Barbados\nzone_name: Barbados\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/BD.yaml",
    "content": "bounding_box:\n  - - 88.0226802268023\n    - 20.76233855264178\n  - - 92.64152641526417\n    - 26.453754979317054\ncenter_point:\n  - 90.38515806873329\n  - 24.0522788218513\ncentroid:\n  - 90.50032320418202\n  - 23.52364309030219\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2860.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4770.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 6040.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 8300.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 9120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10270.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10380.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 11350.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 11700.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 12030.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 13050.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2910.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4860.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6400.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 6920.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 7280.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 7560.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 7720.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n  wind:\n    - _comment: https://en.powerchina.cn/2023-10/13/c_828590.htm\n      datetime: '2023-10-12'\n      source: POWERCHINA\n      value: 66.0\ncontributors:\n  - systemcatch\n  - alixunderplatz\n  - MuffinCompiler\n  - consideRatio\n  - VIKTORVAV99\ncountry: BD\ncountry_name: Bangladesh\ncurrency: BDT\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.019223865439698125\n        gas: 0.7063509413074716\n        geothermal: 0.0\n        hydro: 0.021956874808040126\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.17765923703065684\n        solar: 0.0\n        unknown: 0.07480900566274264\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.020665258242750766\n        gas: 0.664603464373554\n        geothermal: 0.0\n        hydro: 0.016088869637315456\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22398666430806533\n        solar: 0.0\n        unknown: 0.07465568024265423\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.018622512550294033\n        gas: 0.6563859756492318\n        geothermal: 0.0\n        hydro: 0.017614590536109\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22734927933157506\n        solar: 4.5572559065377614e-05\n        unknown: 0.07998201337672385\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.027806682922118898\n        gas: 0.6546710383551821\n        geothermal: 0.0\n        hydro: 0.013467415925663688\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22537459332620308\n        solar: 0.0002594455650243976\n        unknown: 0.07842075898562935\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.028502368493508453\n        gas: 0.7012916979101751\n        geothermal: 0.0\n        hydro: 0.011639227055485878\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.15728319681354244\n        solar: 0.0008209766278389648\n        unknown: 0.10046246011345353\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.06530822178720651\n        gas: 0.6583641427014095\n        geothermal: 0.0\n        hydro: 0.01298112244140487\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1699736878433138\n        solar: 0.0010681709934193268\n        unknown: 0.09230462720002905\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.06025470028149985\n        gas: 0.6106149908482135\n        geothermal: 0.0\n        hydro: 0.01186768345979753\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.2271658180166286\n        solar: 0.0030462873303903847\n        unknown: 0.08705050182886116\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.08861076517736648\n        gas: 0.5054189386101363\n        geothermal: 0.0\n        hydro: 0.012120940061198323\n        hydro discharge: 0.0\n        nuclear: 5.056497834676158e-09\n        oil: 0.2962161848027614\n        solar: 0.005263177576637186\n        unknown: 0.09236998792883622\n        wind: 2.3596989895155405e-09\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.5609471684274481e-06\n        coal: 0.2532058133280192\n        gas: 0.4913198470058421\n        geothermal: 2.7080660838339147e-07\n        hydro: 0.014426678213695214\n        hydro discharge: 0.0\n        nuclear: 6.771099726012816e-05\n        oil: 0.14666219681093592\n        solar: 0.008727651366069558\n        unknown: 0.08528506809141706\n        wind: 0.0003031869931473852\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.999295169438712e-06\n        coal: 0.36997276768230464\n        gas: 0.4590484049199834\n        geothermal: 3.502757155638383e-07\n        hydro: 0.015051005602341717\n        hydro discharge: 0.0\n        nuclear: 0.00010284198764791426\n        oil: 0.12302198747229955\n        solar: 0.01021179644515913\n        unknown: 0.021465682698105372\n        wind: 0.001123168509769495\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ERP_PGCB.fetch_consumption\n  production: ERP_PGCB.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Dhaka\nzone_name: Bangladesh\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/BE.yaml",
    "content": "_comment: Biomass includes waste incineration\nbounding_box:\n  - - 2.521825218252218\n    - 49.49561967277913\n  - - 6.373863738637425\n    - 51.49627347325486\ncenter_point:\n  - 4.635704587958106\n  - 50.665927984914006\ncentroid:\n  - 4.5728798751402415\n  - 50.647047977501785\ncapacity:\n  battery storage:\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 394.16\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 959.6500000000001\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 960.28\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 981.39\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1009.53\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1034.23\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1084.1100000000001\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1113.98\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1114.46\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1059.6100000000001\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6463.53\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 6533.63\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 6641.97\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 6798.85\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 7281.57\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 6818.77\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 6987.62\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 6994.91\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 8348.3\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 169.57\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 170.85\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 172.49\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 175.34\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 175.7\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 184.7\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 185.51\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 144.33\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1308.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5943.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4937.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3929.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 224.2\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 239.13\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 242.13\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 246.28\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 275.32\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 398.47\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 449.87\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 451.51\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 589.52\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2952.78\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3369.05\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 3886.6\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4787.56\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 6474.96\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 8788.79\n    - datetime: '2024-06-06'\n      source: elia.be\n      value: 9986.05\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 10696.21\n  unknown:\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 18.5\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 27.05\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 27.08\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 13.67\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2621.92\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 3157.19\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3796.2799999999997\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4670.83\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4883.4\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 5041.05\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5315.28\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5439.18\ncontributors:\n  - corradio\n  - nessie2013\n  - Fred-3000\n  - gadakast\ncountry: BE\ncountry_name: Belgium\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 75.05\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 131.51\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 395.0912361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 388.02\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 383.38\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 385.79\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 151.33\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 120.58\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 129.86\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 116.34\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 96.76\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 117.54\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 108.05\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 164.51\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1152.0081440000001\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1170.245378\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 515.0912361000001\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 508.02\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 503.38\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 505.79\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 162.03\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 131.28\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 140.56\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 127.04\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 107.46\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 128.24\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.056218890536539654\n        coal: 0.06221050792073366\n        gas: 0.2737544345048052\n        geothermal: 5.905683571924522e-06\n        hydro: 0.01967110870987202\n        hydro discharge: 0.013657679782305799\n        nuclear: 0.37007928650578653\n        oil: 0.000618313580866166\n        solar: 0.037971993349603425\n        unknown: 0.09994800414858096\n        wind: 0.06586386215023736\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04819080612659378\n        coal: 0.031945390458094046\n        gas: 0.25553856231945715\n        geothermal: 3.480815158758225e-06\n        hydro: 0.011019997414251595\n        hydro discharge: 0.01250924578774438\n        nuclear: 0.47738111174099884\n        oil: 0.0002227680894862488\n        solar: 0.03389177939888846\n        unknown: 0.07606267316414166\n        wind: 0.053234158802051144\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05373310842933919\n        coal: 0.024793634882484636\n        gas: 0.2650784448630984\n        geothermal: 3.3465085440994236e-06\n        hydro: 0.00846316219277695\n        hydro discharge: 0.012415289710613365\n        nuclear: 0.45261678402124256\n        oil: 0.0002865565279083703\n        solar: 0.03342020652794594\n        unknown: 0.08177274018623479\n        wind: 0.06741670857798299\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05756962166065606\n        coal: 0.03534536876943843\n        gas: 0.29332204765792697\n        geothermal: 7.0003918516934296e-06\n        hydro: 0.020612278854107116\n        hydro discharge: 0.012450735554771076\n        nuclear: 0.3837787082210448\n        oil: 0.00046571776223786526\n        solar: 0.04583847841907627\n        unknown: 0.060912344142783466\n        wind: 0.08969769879617417\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.047316821849878656\n        coal: 0.014701564959114512\n        gas: 0.26808182760894567\n        geothermal: 2.6223203837008742e-06\n        hydro: 0.009068718591221098\n        hydro discharge: 0.009534766505959111\n        nuclear: 0.46119806515097395\n        oil: 0.00029089758665801945\n        solar: 0.03877679416490319\n        unknown: 0.058399190508512146\n        wind: 0.09262872495159424\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05097566846278856\n        coal: 0.010901486103212378\n        gas: 0.29325598711888645\n        geothermal: 3.705983681165401e-06\n        hydro: 0.011021287580001675\n        hydro discharge: 0.011829390302228775\n        nuclear: 0.3828217530564536\n        oil: 0.00017471621882864406\n        solar: 0.049929718363128504\n        unknown: 0.057774411291693355\n        wind: 0.13131187170128833\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04432958018688386\n        coal: 0.014990757863057222\n        gas: 0.21014668850671028\n        geothermal: 1.0487203384584603e-05\n        hydro: 0.00931933338608206\n        hydro discharge: 0.009215094067861094\n        nuclear: 0.5032486084751188\n        oil: 0.00028237304538970777\n        solar: 0.05116024683321427\n        unknown: 0.03801985645831479\n        wind: 0.11927693348898978\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04938497716914559\n        coal: 0.018230695276673373\n        gas: 0.23532953093621642\n        geothermal: 1.358919337888176e-05\n        hydro: 0.0046367303996868\n        hydro discharge: 0.012854389144460913\n        nuclear: 0.41997518420103436\n        oil: 0.0003191462141021785\n        solar: 0.07410994532324028\n        unknown: 0.0536666091229907\n        wind: 0.13147918665155192\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 6.696230869351308e-08\n        biomass: 0.039737079015259795\n        coal: 0.0126681363503088\n        gas: 0.19685780069999642\n        geothermal: 1.197544883109636e-05\n        hydro: 0.014508175037236146\n        hydro discharge: 0.010811833862871292\n        nuclear: 0.3872081054937377\n        oil: 0.00044303243367853026\n        solar: 0.0905093665969703\n        unknown: 0.06468194483517745\n        wind: 0.18256247446932422\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 9.746697456154453e-06\n        biomass: 0.03435602059494842\n        coal: 0.010980056751155542\n        gas: 0.1540536842762035\n        geothermal: 8.826583054065535e-06\n        hydro: 0.024214504064261802\n        hydro discharge: 0.013925442328146726\n        nuclear: 0.4243686476776474\n        oil: 0.0005749646468571695\n        solar: 0.10308608811761544\n        unknown: 0.055460468391665484\n        wind: 0.17896151273177904\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.8504\n    - datetime: '2025-01-01'\n      value: 0.7178\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6614\n    - datetime: '2021-01-01'\n      value: 0.7439\n    - datetime: '2022-01-01'\n      value: 0.7222\n    - datetime: '2023-01-01'\n      value: 0.7489\n    - datetime: '2024-01-01'\n      value: 0.7944\n    - datetime: '2025-01-01'\n      value: 0.7513\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.4838\n    - datetime: '2025-01-01'\n      value: 0.3794\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2656\n    - datetime: '2021-01-01'\n      value: 0.2448\n    - datetime: '2022-01-01'\n      value: 0.297\n    - datetime: '2023-01-01'\n      value: 0.3644\n    - datetime: '2024-01-01'\n      value: 0.3864\n    - datetime: '2025-01-01'\n      value: 0.4253\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: BE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Brussels\nzone_name: Belgium\n"
  },
  {
    "path": "config/zones/BF.yaml",
    "content": "bounding_box:\n  - - -5.524255242552385\n    - 9.392385444787848\n  - - 2.388623886238889\n    - 15.069491043133539\ncenter_point:\n  - -1.5714554596591372\n  - 12.395099231962625\ncentroid:\n  - -1.8678342627581854\n  - 12.102744817462897\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\ncountry: BF\ncountry_name: Burkina Faso\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Ouagadougou\nzone_name: Burkina Faso\n"
  },
  {
    "path": "config/zones/BG.yaml",
    "content": "bounding_box:\n  - - 22.343623436234395\n    - 41.23970280944252\n  - - 28.604086040860437\n    - 44.22780376465951\ncenter_point:\n  - 25.326154912268514\n  - 42.71506327473158\ncentroid:\n  - 25.124621738020682\n  - 42.667946937109235\ncapacity:\n  battery storage:\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 220.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 81.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 80.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4481.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4475.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 561.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 981.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1232.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1266.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1305.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 695.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 723.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 729.0\n  geothermal:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2340.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2344.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2347.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2349.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2350.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2352.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2347.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 864.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2000.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2080.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2000.0\n  oil:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1046.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1052.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1059.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1084.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1246.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1726.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3092.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4568.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4873.0\n  unknown:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 701.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 700.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 705.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 711.0\ncontributors:\n  - yurukov\n  - ultibo\n  - systemcatch\n  - bogomil\n  - Pantkowsky\n  - MindFreeze\ncountry: BG\ncountry_name: Bulgaria\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1110.9\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1136.88\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1067.4905370000001\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1085.727771\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1170.9\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1196.88\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.73333333\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004116843895948352\n        coal: 0.485891091160113\n        gas: 0.009672242118495794\n        geothermal: 2.0252960205889294e-07\n        hydro: 0.11224649230455917\n        hydro discharge: 0.022464241676399814\n        nuclear: 0.3043610315651058\n        oil: 1.0324367892652374e-06\n        solar: 0.026387890654927474\n        unknown: 1.789443091966909e-05\n        wind: 0.03484095220868181\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005547402690548412\n        coal: 0.4690319518066637\n        gas: 0.010369936670194684\n        geothermal: 4.5071619512471826e-07\n        hydro: 0.09182828143035204\n        hydro discharge: 0.02243052468801112\n        nuclear: 0.3364750137656216\n        oil: 3.2957624020129194e-06\n        solar: 0.02886316804226203\n        unknown: 8.341974537039722e-05\n        wind: 0.03536638652852098\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006584679256108687\n        coal: 0.47909778993474483\n        gas: 0.031243579040098658\n        geothermal: 2.4615182913261117e-05\n        hydro: 0.07113809628030592\n        hydro discharge: 0.0142451387909437\n        nuclear: 0.33117459287897266\n        oil: 8.982576317166026e-06\n        solar: 0.028806773891622273\n        unknown: 4.183988837475235e-05\n        wind: 0.03763384105872611\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004452428152891623\n        coal: 0.39625495969982866\n        gas: 0.07911910203917144\n        geothermal: 3.279775997334128e-05\n        hydro: 0.12315823989960399\n        hydro discharge: 1.1357071894824275e-05\n        nuclear: 0.3397455478047489\n        oil: 8.011048252285986e-06\n        solar: 0.026002831906721684\n        unknown: 1.6615737512768632e-05\n        wind: 0.031198035644698693\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005158452679445958\n        coal: 0.39040231935153497\n        gas: 0.0864695567009188\n        geothermal: 5.1604152052722344e-05\n        hydro: 0.09094524347920172\n        hydro discharge: 5.275228935177658e-05\n        nuclear: 0.3654182254909994\n        oil: 1.0197504270284393e-05\n        solar: 0.0276735188023184\n        unknown: 8.470600924525622e-05\n        wind: 0.033733322066500766\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005491997095228932\n        coal: 0.33167649241538666\n        gas: 0.09719857246747227\n        geothermal: 0.00020689382995389764\n        hydro: 0.0998790513106106\n        hydro discharge: 0.00012041673568094986\n        nuclear: 0.39950419064379894\n        oil: 1.5431093853614474e-05\n        solar: 0.026466865678296852\n        unknown: 0.0002519527423080095\n        wind: 0.039188009888703516\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0053551492348972675\n        coal: 0.38797096387627483\n        gas: 0.08966149105407079\n        geothermal: 0.00013435432682014676\n        hydro: 0.11833569104454031\n        hydro discharge: 3.3462061586339495e-05\n        nuclear: 0.3419296728238794\n        oil: 6.709813660144667e-06\n        solar: 0.025219986064829582\n        unknown: 5.6131429344362975e-05\n        wind: 0.03129634373707437\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005951946705042606\n        coal: 0.454520024203459\n        gas: 0.0732534851473844\n        geothermal: 6.246738320106017e-05\n        hydro: 0.08086012660847366\n        hydro discharge: 3.5214483523610994e-05\n        nuclear: 0.32389420238124844\n        oil: 5.606585914896348e-05\n        solar: 0.030676507796192704\n        unknown: 5.894219452509825e-05\n        wind: 0.030630920679091886\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005999825481596691\n        coal: 0.3006177493121059\n        gas: 0.09258960146635109\n        geothermal: 0.00025348914142809805\n        hydro: 0.10057197340096605\n        hydro discharge: 0.00024387319100831073\n        nuclear: 0.38415885377831344\n        oil: 4.675006237391663e-05\n        solar: 0.06795988149817286\n        unknown: 0.00022882999178335735\n        wind: 0.04732904904146526\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005243040501734978\n        coal: 0.2434311863985376\n        gas: 0.11025729199559865\n        geothermal: 0.0007605334550832228\n        hydro: 0.09994497965794578\n        hydro discharge: 0.0007950590840366164\n        nuclear: 0.375058152286718\n        oil: 7.767242175116086e-05\n        solar: 0.11539420850969283\n        unknown: 0.00042608502444417757\n        wind: 0.04861173432578981\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: BG.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Sofia\nzone_name: Bulgaria\n"
  },
  {
    "path": "config/zones/BH.yaml",
    "content": "bounding_box:\n  - - 50.45990459904601\n    - 25.78973254482439\n  - - 50.61830618306183\n    - 26.194728986551596\ncenter_point:\n  - 50.53910539105392\n  - 25.992230765687992\ncentroid:\n  - 50.54810548105482\n  - 26.039098728467376\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5310.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 7100.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 8600.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - q--\n  - nessie2013\ncountry: BH\ncountry_name: Bahrain\ncurrency: BHD\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999999999998\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999979281821\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 1.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GCCIA.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Bahrain\nzone_name: Bahrain\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/BI.yaml",
    "content": "bounding_box:\n  - - 28.996489964899666\n    - -4.463358543914708\n  - - 30.82530825308254\n    - -2.30242346614763\ncenter_point:\n  - 29.921668191814078\n  - -3.5095918054132493\ncentroid:\n  - 29.846724554202083\n  - -3.1475712104986293\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\ncountry: BI\ncountry_name: Burundi\ncurrency: BIF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Bujumbura\nzone_name: Burundi\n"
  },
  {
    "path": "config/zones/BJ.yaml",
    "content": "bounding_box:\n  - - 0.768607686076876\n    - 6.213950472787388\n  - - 3.835838358383597\n    - 12.399090476833294\ncenter_point:\n  - 2.2836346851900076\n  - 9.290317399155198\ncentroid:\n  - 2.382090154351049\n  - 9.747409139345764\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\ncountry: BJ\ncountry_name: Benin\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Porto-Novo\nzone_name: Benin\n"
  },
  {
    "path": "config/zones/BM.yaml",
    "content": "bounding_box:\n  - - -64.8842596183096\n    - 32.24715065573363\n  - - -64.6476046795164\n    - 32.38957682629426\ncenter_point:\n  - -64.76504745755302\n  - 32.309606494363315\ncentroid:\n  - -64.8078812642318\n  - 32.2979873622962\ncontributors:\n  - VIKTORVAV99\ncountry: BM\ncountry_name: Bermuda\ncurrency: BMD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: Atlantic/Bermuda\nzone_name: Bermuda\n"
  },
  {
    "path": "config/zones/BN.yaml",
    "content": "bounding_box:\n  - - 114.00054000540004\n    - 4.021531572695231\n  - - 115.36135361353612\n    - 5.054773378091141\ncenter_point:\n  - 114.68094680946808\n  - 4.538152475393186\ncentroid:\n  - 114.71434714347144\n  - 4.535608328134595\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 980.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 990.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: BN\ncountry_name: Brunei\ncurrency: BND\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Brunei\nzone_name: Brunei\n"
  },
  {
    "path": "config/zones/BO.yaml",
    "content": "bounding_box:\n  - - -69.66609666096656\n    - -22.89284326675208\n  - - -57.551975519755146\n    - -9.681086552880778\ncenter_point:\n  - -63.57658074636778\n  - -16.31882317007259\ncentroid:\n  - -65.04744965211675\n  - -16.514933194829595\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1490.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1500.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2180.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2390.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1620.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2650.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 720.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\ncontributors:\n  - igorarduin\n  - corradio\n  - skovhus\ncountry: BO\ncountry_name: Bolivia\ncurrency: BOB\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2020; assumes 1.3% oil, 96.0% gas, 2.6% biomass\n      value: 360.478\n  lifecycle:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2020; assumes 1.3% oil, 96.0% gas, 2.6% biomass\n      value: 484.83\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2078246874985324\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.7848664392675876\n        wind: 0.007308873233880055\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2819155108311643\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.6996776810729152\n        wind: 0.018406808095920373\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.3423013720016836\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.6318523306683219\n        wind: 0.025846297329994508\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.31263747458041574\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.652738565547545\n        wind: 0.03462395987203926\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005477671029211332\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.3104061296985262\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0036478389888090416\n        unknown: 0.6399579154205218\n        wind: 0.04544037042048761\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026455055307504173\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.26896197379676323\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0328273813074245\n        unknown: 0.6302950772074236\n        wind: 0.04146051238088455\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024673269564771436\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.20597050834330496\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.03195206006828677\n        unknown: 0.694355562939673\n        wind: 0.04304859908396372\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023769909631215735\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.24402631322202514\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02987487302326382\n        unknown: 0.6597806473912572\n        wind: 0.04254825673223788\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  generationForecast: CNDC.fetch_generation_forecast\n  production: CNDC.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/La_Paz\nzone_name: Bolivia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    source: IEA 2020; assumes 1.3% oil, 96.0% gas, 2.6% biomass\n    value: 0.026\nisLowCarbon:\n  unknown:\n    source: IEA 2020; assumes 1.3% oil, 96.0% gas, 2.6% biomass\n    value: 0.026\n"
  },
  {
    "path": "config/zones/BR-CS.yaml",
    "content": "bounding_box:\n  - - -74.0185401854018\n    - -25.307080005952784\n  - - -39.67419674196739\n    - -7.11801719905241\ncenter_point:\n  - -56.738675265321376\n  - -16.157032956222388\ncentroid:\n  - -54.78559517672911\n  - -15.732630454134739\ncapacity:\n  hydro:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 54189.0\n  nuclear:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 1990.0\n  solar:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 17163.0\n  unknown:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 14936.0\ncontributors:\n  - alexanmtz\n  - corradio\n  - systemcatch\n  - nessie2013\ncountry: BR\ncountry_name: Brazil\ncurrency: BRL\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8053490834276996\n        hydro discharge: 0.0\n        nuclear: 0.049489111332603086\n        oil: 0.0\n        solar: 0.0055506309554190685\n        unknown: 0.13959130467978306\n        wind: 1.9789358782606655e-05\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8053489441672584\n        hydro discharge: 0.0\n        nuclear: 0.04948910277497806\n        oil: 0.0\n        solar: 0.0055508029383063325\n        unknown: 0.13959128054174522\n        wind: 1.9789355360643567e-05\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.249228188673338e-11\n        coal: 3.616448221771275e-08\n        gas: 1.5312713881561287e-06\n        geothermal: 3.083076062891113e-11\n        hydro: 0.7779321373145881\n        hydro discharge: 0.0\n        nuclear: 0.04527104001332994\n        oil: 5.84551221524155e-08\n        solar: 0.000829646920095698\n        unknown: 0.1750313324927197\n        wind: 0.0009341617187511966\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.003830338905516e-09\n        coal: 7.954575998358403e-08\n        gas: 2.174271295526525e-06\n        geothermal: 6.156792568388858e-10\n        hydro: 0.8160714468035054\n        hydro discharge: 1.1605553991412995e-08\n        nuclear: 0.046826356480134584\n        oil: 3.8787793180849806e-08\n        solar: 0.004484721299637331\n        unknown: 0.12375822629045398\n        wind: 0.008856937435363019\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.3360772872111214e-08\n        coal: 7.486668516441996e-08\n        gas: 8.788987915318254e-06\n        geothermal: 0.0\n        hydro: 0.7933707738970243\n        hydro discharge: 9.016452176148409e-08\n        nuclear: 0.03945002240768331\n        oil: 1.4122353481921765e-07\n        solar: 0.0033956228428686386\n        unknown: 0.12787574226079562\n        wind: 0.03589873063388617\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.0054926471167212e-06\n        coal: 9.103605005460571e-06\n        gas: 0.0002858042484985867\n        geothermal: 0.0\n        hydro: 0.7050090102307355\n        hydro discharge: 9.506998768153956e-06\n        nuclear: 0.039524831779328654\n        oil: 1.3093624763068962e-05\n        solar: 0.0077160571032703525\n        unknown: 0.2170794211088142\n        wind: 0.0303521622354851\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.941801681790925e-10\n        coal: 1.7941535924378236e-08\n        gas: 1.044326329365311e-06\n        geothermal: 0.0\n        hydro: 0.4407451116620336\n        hydro discharge: 0.0\n        nuclear: 0.014664093355079339\n        oil: 2.1396196111957018e-08\n        solar: 0.003992575035050802\n        unknown: 0.1268685461911173\n        wind: 0.41372858968700815\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.049548405597859e-10\n        coal: 8.793305109298208e-09\n        gas: 5.3801143102942975e-09\n        geothermal: 5.7850691508540835e-11\n        hydro: 0.797838311497004\n        hydro discharge: 0.0\n        nuclear: 0.0391723280149547\n        oil: 6.942082981024901e-10\n        solar: 0.013274226047285302\n        unknown: 0.11331442099410637\n        wind: 0.03640069464517496\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.178232401996702e-07\n        coal: 7.655207535122396e-07\n        gas: 9.75246844572048e-07\n        geothermal: 5.9921740302802376e-09\n        hydro: 0.7686003044523482\n        hydro discharge: 9.220834010065936e-09\n        nuclear: 0.03654568165775523\n        oil: 7.778881629263342e-08\n        solar: 0.06146048738992997\n        unknown: 0.09643014697164487\n        wind: 0.03696091866010207\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.05179340766536e-06\n        coal: 9.210456219545673e-08\n        gas: 5.634601839995193e-08\n        geothermal: 0.0\n        hydro: 0.6957042686480721\n        hydro discharge: 0.0\n        nuclear: 0.039281968217769206\n        oil: 1.2154824470331314e-07\n        solar: 0.10222112507742348\n        unknown: 0.11400721976581607\n        wind: 0.048779087668148355\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: ONS.fetch_production\n  productionCapacity: ONS.fetch_production_capacity\nregion: Americas\ntimezone: America/Sao_Paulo\nzone_name: Central Brazil\n"
  },
  {
    "path": "config/zones/BR-N.yaml",
    "content": "bounding_box:\n  - - -73.80613806138057\n    - -13.354676185084813\n  - - -41.78196026199298\n    - 5.266573637368978\ncenter_point:\n  - -57.81853853370403\n  - -4.152491836879543\ncentroid:\n  - -53.57735770147508\n  - -3.3948074092778744\ncapacity:\n  hydro:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 22090.0\n  solar:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 1815.0\n  unknown:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 4725.0\n  wind:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 426.0\ncontributors:\n  - alexanmtz\n  - corradio\n  - systemcatch\n  - nessie2013\ncountry: BR\ncountry_name: Brazil\ncurrency: BRL\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7894126189677013\n        hydro discharge: 0.0\n        nuclear: 7.004071158656081e-05\n        oil: 0.0\n        solar: 3.793871877605378e-05\n        unknown: 0.19279720946977486\n        wind: 0.01768168459077276\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7894126189677013\n        hydro discharge: 0.0\n        nuclear: 7.004071158656081e-05\n        oil: 0.0\n        solar: 3.7938718776053774e-05\n        unknown: 0.19279720946977486\n        wind: 0.01768168459077276\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 5.51390638417178e-10\n        gas: 4.594921986809816e-09\n        geothermal: 0.0\n        hydro: 0.5396742289857193\n        hydro discharge: 0.0\n        nuclear: 0.0009134296880705486\n        oil: 1.8379687947239265e-10\n        solar: 0.00010363184872483442\n        unknown: 0.4265247913459619\n        wind: 0.032783858765131534\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 3.728758788419825e-09\n        geothermal: 0.0\n        hydro: 0.7134231764118907\n        hydro discharge: 0.0\n        nuclear: 8.14193125245411e-05\n        oil: 0.0\n        solar: 0.001947389229510981\n        unknown: 0.21855896223525403\n        wind: 0.06598903416702569\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.6624110555859064\n        hydro discharge: 0.0\n        nuclear: 3.180359881530071e-06\n        oil: 0.0\n        solar: 0.014200149998703728\n        unknown: 0.25008810426412487\n        wind: 0.07329750989927364\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 2.4852639832730417e-09\n        gas: 3.854070915598809e-07\n        geothermal: 0.0\n        hydro: 0.6293481560441929\n        hydro discharge: 8.602836865175912e-09\n        nuclear: 1.1701769878164836e-05\n        oil: 7.455791949819125e-09\n        solar: 0.007981578412777572\n        unknown: 0.23877706101075793\n        wind: 0.12388109269383615\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.227432068185825e-12\n        coal: 1.3440381146634784e-10\n        gas: 4.240777795582025e-09\n        geothermal: 0.0\n        hydro: 0.38752796187829125\n        hydro discharge: 0.0\n        nuclear: 2.7454083537998487e-06\n        oil: 8.592024477300774e-11\n        solar: 0.001789006360875844\n        unknown: 0.17943290417968744\n        wind: 0.4312473777000295\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.6855498806568675\n        hydro discharge: 0.0\n        nuclear: 0.00018093341530418225\n        oil: 0.0\n        solar: 0.01683219169653419\n        unknown: 0.12458795761863838\n        wind: 0.17284902616597395\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.170130718458703e-09\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.6077146039910171\n        hydro discharge: 0.0\n        nuclear: 0.00027010559864405244\n        oil: 0.0\n        solar: 0.05287710910871154\n        unknown: 0.1265073413821398\n        wind: 0.2126308216912361\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.2739608888800852e-07\n        coal: 1.1676307516714172e-08\n        gas: 5.400292226480305e-09\n        geothermal: 0.0\n        hydro: 0.5375948649066086\n        hydro discharge: 0.0\n        nuclear: 0.0004353356546532282\n        oil: 0.0\n        solar: 0.07866961740716195\n        unknown: 0.16330391158139368\n        wind: 0.21999600933875574\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: ONS.fetch_production\n  productionCapacity: ONS.fetch_production_capacity\nregion: Americas\ntimezone: America/Sao_Paulo\nzone_name: North Brazil\n"
  },
  {
    "path": "config/zones/BR-NE.yaml",
    "content": "bounding_box:\n  - - -46.571865718657136\n    - -18.323395781116133\n  - - -34.79614796147959\n    - -2.74107331350884\ncenter_point:\n  - -40.61435490558871\n  - -10.47934926085047\ncentroid:\n  - -42.38474909604173\n  - -10.441985640867259\ncapacity:\n  hydro:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 10831.0\n  solar:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 9851.0\n  unknown:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 7332.0\n  wind:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 24209.0\ncontributors:\n  - alexanmtz\n  - corradio\n  - systemcatch\n  - nessie2013\ncountry: BR\ncountry_name: Brazil\ncurrency: BRL\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2752383584945799\n        hydro discharge: 0.0\n        nuclear: 5.9309434182619766e-05\n        oil: 0.0\n        solar: 0.03970537167826751\n        unknown: 0.16781432490568843\n        wind: 0.5171823489682759\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2752383887120969\n        hydro discharge: 0.0\n        nuclear: 5.9309440694008085e-05\n        oil: 0.0\n        solar: 0.03970526625066874\n        unknown: 0.16781434332947293\n        wind: 0.5171824057480303\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 7.108985915685162e-10\n        gas: 2.2274822535813507e-08\n        geothermal: 0.0\n        hydro: 0.1864629748726822\n        hydro discharge: 0.0\n        nuclear: 0.0005566603743784305\n        oil: 9.478647887580215e-10\n        solar: 0.012219591103859955\n        unknown: 0.32796393716373606\n        wind: 0.4727967272439265\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1148903958097307e-10\n        coal: 2.6311413341109643e-08\n        gas: 9.943707440226987e-07\n        geothermal: 0.0\n        hydro: 0.33075963323354324\n        hydro discharge: 0.0\n        nuclear: 0.0014548852526241143\n        oil: 2.084845040164196e-08\n        solar: 0.018401247810126153\n        unknown: 0.23344514636749594\n        wind: 0.41593804993069733\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.3107228808886842e-09\n        coal: 1.0284133373126598e-08\n        gas: 1.4053974028236434e-06\n        geothermal: 0.0\n        hydro: 0.2726729193042122\n        hydro discharge: 2.9037553053533923e-08\n        nuclear: 0.0003450942786437991\n        oil: 2.1778164790150444e-08\n        solar: 0.039656149331192596\n        unknown: 0.20343575995736982\n        wind: 0.4838886071024582\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 2.6443896708832866e-08\n        geothermal: 0.0\n        hydro: 0.3357672231921934\n        hydro discharge: 1.0837662585587241e-10\n        nuclear: 0.0007942300827144475\n        oil: 7.586363809911069e-10\n        solar: 0.02775218086246278\n        unknown: 0.18986845797224147\n        wind: 0.4458178865401927\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.4317768191309357\n        hydro discharge: 0.0\n        nuclear: 0.0006193649286278817\n        oil: 0.0\n        solar: 0.032290123802764074\n        unknown: 0.12988336628249053\n        wind: 0.4054303292962768\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.34962819735881057\n        hydro discharge: 0.0\n        nuclear: 0.0001670293086216895\n        oil: 0.0\n        solar: 0.06229765746767236\n        unknown: 0.0497175347171999\n        wind: 0.5381895796206718\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.358342593834052e-09\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2720517147801057\n        hydro discharge: 0.0\n        nuclear: 0.0002299029334262088\n        oil: 0.0\n        solar: 0.10822579720009357\n        unknown: 0.0359407124776811\n        wind: 0.5835518733633631\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.6946281224835998e-07\n        coal: 6.90627864486439e-09\n        gas: 3.36681083937139e-09\n        geothermal: 0.0\n        hydro: 0.2317203982745021\n        hydro discharge: 0.0\n        nuclear: 0.00044213141232439523\n        oil: 3.4531393224321947e-10\n        solar: 0.15130703599836154\n        unknown: 0.03702929035700427\n        wind: 0.5795009589558684\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: ONS.fetch_production\n  productionCapacity: ONS.fetch_production_capacity\nregion: Americas\ntimezone: America/Sao_Paulo\nzone_name: North-East Brazil\n"
  },
  {
    "path": "config/zones/BR-S.yaml",
    "content": "bounding_box:\n  - - -57.61317613176128\n    - -33.74045114057622\n  - - -48.08388083880834\n    - -22.52219281301587\ncenter_point:\n  - -52.745761934844275\n  - -27.70486322049466\ncentroid:\n  - -52.266744231674885\n  - -28.068595922217657\ncapacity:\n  hydro:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 15493.0\n  solar:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 6319.0\n  unknown:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 3608.0\n  wind:\n    - datetime: '2023-01-01'\n      source: ons.org.br\n      value: 2000.0\ncontributors:\n  - alexanmtz\n  - corradio\n  - systemcatch\n  - nessie2013\ncountry: BR\ncountry_name: Brazil\ncurrency: BRL\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7746781867502254\n        hydro discharge: 0.0\n        nuclear: 7.73704515126117e-05\n        oil: 0.0\n        solar: 4.2226955328972205e-05\n        unknown: 0.1482280957610305\n        wind: 0.07697360089959956\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7746781736885375\n        hydro discharge: 0.0\n        nuclear: 7.737045020808458e-05\n        oil: 0.0\n        solar: 4.224370209448699e-05\n        unknown: 0.14822809326178737\n        wind: 0.07697359960176368\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.647401795447639e-09\n        coal: 5.505444690272198e-07\n        gas: 2.2310805974496146e-05\n        geothermal: 4.6041770355611117e-10\n        hydro: 0.7824416222235816\n        hydro discharge: 0.0\n        nuclear: 0.0015865550912503917\n        oil: 8.378451160462332e-07\n        solar: 2.412243453356355e-05\n        unknown: 0.14014104521108015\n        wind: 0.075782947556476\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.763435318670241e-06\n        coal: 7.56970135697372e-06\n        gas: 0.0015623477896470866\n        geothermal: 4.1354494050769864e-08\n        hydro: 0.8078408670216827\n        hydro discharge: 8.68545983159658e-06\n        nuclear: 0.008742377840543528\n        oil: 2.9388515312728185e-05\n        solar: 0.0008297194984749401\n        unknown: 0.12438498804313904\n        wind: 0.056591204092434955\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00010898764191505095\n        coal: 0.0008937755867462402\n        gas: 0.05972311194428086\n        geothermal: 1.4179602086796663e-08\n        hydro: 0.6801080166352297\n        hydro discharge: 0.000582181168185931\n        nuclear: 0.03332890017336711\n        oil: 0.001521995871280592\n        solar: 0.007951874104334624\n        unknown: 0.1456243361344357\n        wind: 0.07015679321205888\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.091129302799118e-05\n        coal: 0.0005437204581470011\n        gas: 0.020094919942827857\n        geothermal: 0.0\n        hydro: 0.6927205632474635\n        hydro discharge: 0.00045587961051451716\n        nuclear: 0.012920154038582501\n        oil: 0.0006435879843416094\n        solar: 0.0021468883972746698\n        unknown: 0.20273872966400522\n        wind: 0.06769457888845896\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00011971114863225732\n        coal: 0.005801544487969207\n        gas: 0.2904776214308046\n        geothermal: 0.0\n        hydro: 0.470226848180082\n        hydro discharge: 0.00028170009122357244\n        nuclear: 0.024820228079940467\n        oil: 0.007911328560836643\n        solar: 0.0008263408008397935\n        unknown: 0.05946299633976191\n        wind: 0.14007167733312642\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.5831180856448417e-06\n        coal: 4.150730196160992e-06\n        gas: 9.02080263206607e-05\n        geothermal: 7.619027034172554e-09\n        hydro: 0.8242195165583569\n        hydro discharge: 4.728426043435594e-06\n        nuclear: 0.00938612215138508\n        oil: 4.594755518506947e-06\n        solar: 0.0025042998282864\n        unknown: 0.10580005517707093\n        wind: 0.057984722615163894\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.6207796374240122e-05\n        coal: 2.41153079638589e-05\n        gas: 2.6607034132016262e-05\n        geothermal: 1.9296840422845796e-07\n        hydro: 0.803619209598906\n        hydro discharge: 2.1858206581948142e-07\n        nuclear: 0.009191982574227165\n        oil: 2.6215263607040382e-06\n        solar: 0.04686673757882712\n        unknown: 0.08645005556390296\n        wind: 0.05380202476135251\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00023956121028118383\n        coal: 2.8825965168117348e-06\n        gas: 1.7607746981515988e-06\n        geothermal: 3.9567026852547854e-08\n        hydro: 0.7728849990619648\n        hydro discharge: 0.0\n        nuclear: 0.0034584089060956014\n        oil: 1.4034029594394467e-05\n        solar: 0.09072472765632768\n        unknown: 0.07855809321248203\n        wind: 0.05411548912071675\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: ONS.fetch_production\n  productionCapacity: ONS.fetch_production_capacity\nregion: Americas\ntimezone: America/Sao_Paulo\nzone_name: South Brazil\n"
  },
  {
    "path": "config/zones/BR.yaml",
    "content": "bounding_box:\n  - - -74.0185401854018\n    - -33.74045114057622\n  - - -34.79614796147959\n    - 5.266573637368978\ncenter_point:\n  - -54.30535431570473\n  - -13.974005841490072\ncentroid:\n  - -53.38451913043395\n  - -10.308168894524904\ncapacity:\n  hydro: 109413\n  nuclear: 1990\n  solar: 30431\n  unknown: 39584\n  wind: 25628\ncontributors:\n  - alexanmtz\n  - corradio\n  - systemcatch\n  - nessie2013\n  - VIKTORVAV99\ncountry: BR\ncountry_name: Brazil\ncurrency: BRL\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.908696548069447e-10\n        coal: 1.0855491514267656e-07\n        gas: 4.434116493659058e-06\n        geothermal: 9.090178792721199e-11\n        hydro: 0.6643281757877655\n        hydro discharge: 0.0\n        nuclear: 0.027122562957147024\n        oil: 1.6704112549504472e-07\n        solar: 0.0023787718548788092\n        unknown: 0.21786989264069193\n        wind: 0.08829588261097525\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.981954267323062e-05\n        coal: 0.0024143843357833004\n        gas: 0.12088723994181014\n        geothermal: 0.0\n        hydro: 0.42172477815362813\n        hydro discharge: 0.00011722729165100088\n        nuclear: 0.01846697531174137\n        oil: 0.0032923825123210215\n        solar: 0.0038461281447550355\n        unknown: 0.10784224038254847\n        wind: 0.32135882280917694\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.010969391665624e-07\n        coal: 1.6725935071158012e-06\n        gas: 0.00027407152185588405\n        geothermal: 1.0057058670752924e-08\n        hydro: 0.7272622048771608\n        hydro discharge: 1.5224471197296928e-06\n        nuclear: 0.028641113570637297\n        oil: 5.17578454011119e-06\n        solar: 0.007436038041477582\n        unknown: 0.14279473493122014\n        wind: 0.09358294589055349\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.989837316762633e-05\n        coal: 0.00040933251266554884\n        gas: 0.027337676693609852\n        geothermal: 8.639275064584622e-09\n        hydro: 0.7151905339680915\n        hydro discharge: 0.0002664924618493358\n        nuclear: 0.03010994437608144\n        oil: 0.0006966287053741899\n        solar: 0.015233383467608217\n        unknown: 0.1222588322936292\n        wind: 0.08844726357701199\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.5889426143880886e-06\n        coal: 9.841179442705718e-05\n        gas: 0.0036084393368975005\n        geothermal: 0.0\n        hydro: 0.6246398100365798\n        hydro discharge: 8.359851778245395e-05\n        nuclear: 0.025012294644159765\n        oil: 0.00011782506228331333\n        solar: 0.012079744635732628\n        unknown: 0.2142440258870572\n        wind: 0.12010825158268812\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.729267735180776e-07\n        coal: 7.225128118177375e-07\n        gas: 1.5533327983774832e-05\n        geothermal: 1.394940613052541e-09\n        hydro: 0.7190729433494978\n        hydro discharge: 8.139312412802881e-07\n        nuclear: 0.024143415964737666\n        oil: 7.915955850355778e-07\n        solar: 0.019741176672250935\n        unknown: 0.10265000620485777\n        wind: 0.13437432110632727\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.2141382459550813e-06\n        coal: 6.599853243075388e-06\n        gas: 6.343140027269196e-06\n        geothermal: 5.297552485316696e-08\n        hydro: 0.6770467842917475\n        hydro discharge: 4.254494978685338e-08\n        nuclear: 0.022352873331058024\n        oil: 6.534320671751018e-07\n        solar: 0.06583823193836316\n        unknown: 0.08770084278573435\n        wind: 0.1470443602496952\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.462040028523969e-05\n        coal: 5.499684621287519e-07\n        gas: 3.3592426390187707e-07\n        geothermal: 7.735667874695227e-09\n        hydro: 0.6157726124966463\n        hydro discharge: 0.0\n        nuclear: 0.022791441381024624\n        oil: 2.483207116641904e-06\n        solar: 0.10611495139875048\n        unknown: 0.0999112179259777\n        wind: 0.15536177833506654\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\nsubZoneNames:\n  - BR-CS\n  - BR-N\n  - BR-NE\n  - BR-S\ntimezone: America/Sao_Paulo\nzone_name: Brazil\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/BS.yaml",
    "content": "bounding_box:\n  - - -78.99738997389969\n    - 20.912602250102395\n  - - -72.75492754927544\n    - 26.907408237364848\ncenter_point:\n  - -75.42745969954076\n  - 24.153801937772545\ncentroid:\n  - -76.49795792054282\n  - 24.665920795645064\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 870.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 900.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 930.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: BS\ncountry_name: Bahamas\ncurrency: BSD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Nassau\nzone_name: Bahamas\n"
  },
  {
    "path": "config/zones/BT.yaml",
    "content": "bounding_box:\n  - - 88.73188731887316\n    - 26.69990122658588\n  - - 92.08352083520836\n    - 28.35852622998459\ncenter_point:\n  - 90.34152919009483\n  - 27.52220885550897\ncentroid:\n  - 90.69287835735499\n  - 27.326960835907283\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1610.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2330.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: BT\ncountry_name: Bhutan\ncurrency: BTN\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Thimphu\nzone_name: Bhutan\n"
  },
  {
    "path": "config/zones/BW.yaml",
    "content": "bounding_box:\n  - - 19.99864845733816\n    - -26.891288702037656\n  - - 29.349293492934947\n    - -17.788170801589715\ncenter_point:\n  - 24.53717185626963\n  - -22.35501250816072\ncentroid:\n  - 24.69984773909776\n  - -22.82359771901274\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\ncountry: BW\ncountry_name: Botswana\ncurrency: BWP\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9619304874032478\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.03571381405585137\n        solar: 0.0023545054483024835\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9619291778474338\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.035714912118947006\n        solar: 0.002355337032443158\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Gaborone\nzone_name: Botswana\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/BY.yaml",
    "content": "_comment: biomass includes 24.4 MW of biogas and 6.6 MW of biomass. gas includes 1273 CHP\nbounding_box:\n  - - 23.164431644316466\n    - 51.23581639765645\n  - - 32.71892718927191\n    - 56.16068318571228\ncenter_point:\n  - 27.68373046367583\n  - 53.751740127851846\ncentroid:\n  - 28.172208782115028\n  - 53.56060161053779\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 9880.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 9810.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 9820.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 9800.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 9680.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 9720.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 9730.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1170.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2340.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\ncontributors:\n  - admetny\ncountry: BY\ncountry_name: Belarus\ncurrency: BYN\nfallbackZoneMixes:\n  _source: https://ourworldindata.org/grapher/electricity-prod-source-stacked?time=earliest..latest&country=~BLR\n  powerOriginRatios:\n    value:\n      gas: 0.98\n      hydro: 0.01\n      unknown: 0.01\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\ntimezone: Europe/Minsk\nzone_name: Belarus\n"
  },
  {
    "path": "config/zones/BZ.yaml",
    "content": "bounding_box:\n  - - -89.22869228692281\n    - 15.880915009420917\n  - - -88.09108091080905\n    - 18.484054682572108\ncenter_point:\n  - -88.70703333083586\n  - 17.106202098779413\ncentroid:\n  - -88.62680055371978\n  - 17.367810072864614\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: BZ\ncountry_name: Belize\ncurrency: BZD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Belize\nzone_name: Belize\n"
  },
  {
    "path": "config/zones/CA-AB.yaml",
    "content": "bounding_box:\n  - - -119.99819998199976\n    - 48.991878515577795\n  - - -110.00090000900003\n    - 59.99976766669326\ncenter_point:\n  - -114.97039368201439\n  - 54.51046629280081\ncentroid:\n  - -116.51992774107003\n  - 51.87658371093803\ncontributors:\n  - mlucchini\n  - alejandranavcas\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 385.61\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 354.84\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 334.83\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 313.55\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 285.67\n    unknown:\n      source: assumes 50% coal and 50% natural gas from Battle River dual fuel power\n        plant\n      value: 565\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 418.61\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 387.84\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 367.83\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 346.55\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 318.67\n    unknown:\n      source: assumes 50% coal and 50% natural gas from Battle River dual fuel power\n        plant\n      value: 655\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 1.195958555371087e-07\n        biomass: 0.00889830481051625\n        coal: 0.43945167826607345\n        gas: 0.4349421759896482\n        geothermal: 1.1473651273066203e-06\n        hydro: 0.025657439992638812\n        hydro discharge: 0.0\n        nuclear: 8.512691723004694e-05\n        oil: 2.4429462996118774e-06\n        solar: 0.007078857741698541\n        unknown: 0.03317216117620114\n        wind: 0.05071041829557307\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.767650920208061e-07\n        biomass: 0.0002383378816269695\n        coal: 0.34298047013473554\n        gas: 0.5324941771289313\n        geothermal: 3.36520805652629e-06\n        hydro: 0.024533888820449344\n        hydro discharge: 7.099844698884538e-10\n        nuclear: 0.0002497140811187372\n        oil: 6.158807616345385e-05\n        solar: 0.0002524382915296992\n        unknown: 0.050331005557542476\n        wind: 0.04885455687986297\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 8.738664330612742e-09\n        biomass: 0.006102178541968431\n        coal: 0.32820319852580176\n        gas: 0.5522502856743647\n        geothermal: 2.569167313200145e-07\n        hydro: 0.024968921391805832\n        hydro discharge: 2.446826012571567e-09\n        nuclear: 2.191132694257838e-05\n        oil: 0.000276258657918344\n        solar: 0.005257618559668399\n        unknown: 0.027872484764591688\n        wind: 0.05504682668335144\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.983771010446023e-07\n        biomass: 1.5558067966757333e-05\n        coal: 0.2781889758256393\n        gas: 0.5602817684620236\n        geothermal: 3.702939894380955e-06\n        hydro: 0.03122080797809616\n        hydro discharge: 2.4740171376596023e-08\n        nuclear: 0.00031409928485705816\n        oil: 0.00048725791662958436\n        solar: 0.0001138247011532058\n        unknown: 0.053088733315648715\n        wind: 0.07628478623868118\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 4.2865134055393065e-07\n        biomass: 0.014684024422328778\n        coal: 0.21161150296663422\n        gas: 0.6180970889185637\n        geothermal: 3.5680132321252335e-06\n        hydro: 0.027188171472472534\n        hydro discharge: 2.472309297344835e-09\n        nuclear: 0.0002874959007831547\n        oil: 0.0005274391690831506\n        solar: 0.0031427152848106155\n        unknown: 0.04900095847887815\n        wind: 0.0754565638685119\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 4.961748933123038e-07\n        biomass: 0.026008537772990743\n        coal: 0.12204221915549719\n        gas: 0.6917895824894296\n        geothermal: 3.6690340653953888e-06\n        hydro: 0.027739218007292846\n        hydro discharge: 0.0\n        nuclear: 0.0002917619404820305\n        oil: 0.0005103702372588507\n        solar: 0.013593341541024493\n        unknown: 0.030764064738946377\n        wind: 0.08725677487790753\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.3778483164947189e-07\n        biomass: 0.025487664991835086\n        coal: 0.08083712919245124\n        gas: 0.6749269782007778\n        geothermal: 8.542855049260295e-07\n        hydro: 0.022474028984387214\n        hydro discharge: 6.228802663208117e-08\n        nuclear: 6.569658519932574e-05\n        oil: 0.00027748411122305885\n        solar: 0.02658053660529694\n        unknown: 0.05313852726480508\n        wind: 0.11621074286928665\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.865632231173499e-07\n        biomass: 0.02344634646359736\n        coal: 0.022608288477437694\n        gas: 0.7340459989683934\n        geothermal: 5.227598339974988e-07\n        hydro: 0.019220915317458048\n        hydro discharge: 0.0\n        nuclear: 4.9118707658858676e-05\n        oil: 9.853690727516585e-05\n        solar: 0.03183536456739056\n        unknown: 0.024948048115312323\n        wind: 0.14374665671413908\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.1578\n    - datetime: '2022-01-01'\n      value: 0.1597\n    - datetime: '2023-01-01'\n      value: 0.1993\n    - datetime: '2024-01-01'\n      value: 0.1861\n    - datetime: '2025-01-01'\n      value: 0.2306\n  unknown:\n    source: assumes 50% coal and 50% natural gas from Battle River dual fuel power\n      plant\n    value: 0\nisRenewable:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.1577\n    - datetime: '2022-01-01'\n      value: 0.1596\n    - datetime: '2023-01-01'\n      value: 0.1992\n    - datetime: '2024-01-01'\n      value: 0.186\n    - datetime: '2025-01-01'\n      value: 0.2306\n  unknown:\n    source: assumes 50% coal and 50% natural gas from Battle River dual fuel power\n      plant\n    value: 0\nparsers:\n  gridAlerts: CA_AB.fetch_grid_alerts\n  price: CA_AB.fetch_price\n  production: CA_AB.fetch_production\n  productionPerModeForecast: CA_AB.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: America/Edmonton\nzone_name: Alberta\n"
  },
  {
    "path": "config/zones/CA-BC.yaml",
    "content": "bounding_box:\n  - - -139.0598203531421\n    - 48.32022750905118\n  - - -114.06534065340647\n    - 59.99976766669326\ncenter_point:\n  - -126.34762066188117\n  - 54.3370290002141\ncentroid:\n  - -127.28531431760742\n  - 52.721015734390924\ncapacity:\n  biomass: 838\n  gas: 507\n  hydro: 15910\n  solar: 1\n  wind: 704\ncontributors:\n  - daveachuk\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2019-01-01'\n        source: assumes 87% hydro, 5% biomass, 4% gas, 2% wind and 2% from various sources\n        value: 28.6\n  lifecycle:\n    unknown:\n      - datetime: '2019-01-01'\n        source: assumes 87% hydro, 5% biomass, 4% gas, 2% wind and 2% from various sources\n        value: 56\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.618280213356176e-05\n        biomass: 0.0005565384532473826\n        coal: 0.007331006468692466\n        gas: 0.023878577074405886\n        geothermal: 0.00013007675846959645\n        hydro: 0.06755360050596161\n        hydro discharge: 4.749450337088534e-10\n        nuclear: 0.009321481869692404\n        oil: 0.0002622337761868377\n        solar: 0.002537145921281953\n        unknown: 0.8682911931354651\n        wind: 0.020121937824903843\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 5.145101223398466e-05\n        biomass: 0.0010076535472723026\n        coal: 0.006493454703211018\n        gas: 0.03949552600524888\n        geothermal: 0.00015904815442854389\n        hydro: 0.08964769920069912\n        hydro discharge: 4.267365170239728e-09\n        nuclear: 0.014721031478377073\n        oil: 0.0001861432815573179\n        solar: 0.004466797839768633\n        unknown: 0.813708734346893\n        wind: 0.03006242547855752\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    - datetime: '2019-01-01'\n      source: assumes 87% hydro, 5% biomass, 4% gas, 2% wind and 2% from various sources\n      value: 0.94\nisRenewable:\n  unknown:\n    - datetime: '2019-01-01'\n      source: assumes 87% hydro, 5% biomass, 4% gas, 2% wind and 2% from various sources\n      value: 0.94\nparsers:\n  consumption: CA_BC.fetch_consumption\nregion: Americas\ntimezone: America/Vancouver\nzone_name: British Columbia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/CA-MB.yaml",
    "content": "_comment: Coal capacity is 0MW after decomissioning of Selkirk in April 2021 (not reflected in latest report from March 2021)\nbounding_box:\n  - - -102.0016200162001\n    - 48.99852661272915\n  - - -88.94788947889474\n    - 59.99976766669326\ncenter_point:\n  - -95.7667821709945\n  - 54.50824290829774\ncentroid:\n  - -96.60629810723367\n  - 53.658709771078414\ncapacity:\n  coal: 0\n  gas: 237\n  hydro: 5234\n  oil: 13\n  wind: 258\ncontributors:\n  - felixvanoost\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nfallbackZoneMixes:\n  _source: Statistics Canada - average production in 2020\n  _url: https://docs.google.com/spreadsheets/d/1gobOiDRBsxKEKQPG2x5o2Qx17bQLXTSJLtF1JeasKWI/edit?usp=sharing\n  powerOriginRatios:\n    value:\n      gas: 0.003\n      hydro: 0.9715\n      wind: 0.0254\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Winnipeg\nzone_name: Manitoba\n"
  },
  {
    "path": "config/zones/CA-NB.yaml",
    "content": "_comment: gas capacity includes an 88 MW cogeneration plant\nbounding_box:\n  - - -68.9800347396186\n    - 45.06069397344126\n  - - -63.77283772837724\n    - 48.074554419651506\ncenter_point:\n  - -66.41656952767849\n  - 46.586513047068514\ncentroid:\n  - -66.26706035317449\n  - 46.714594779409914\ncapacity:\n  biomass: 38\n  coal: 467\n  gas: 378\n  hydro: 950\n  nuclear: 660\n  oil: 1497\n  wind: 294\ncontributors:\n  - jarek\n  - VIKTORVAV99\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2019-01-01'\n        source: Government of Canada 2019; assumes 37.54% nuclear, 22.41% hydro, 14.53% gas, 13.71% coal, 6.65% wind, 3.78% biomass and 1.38% oil\n        value: 163.5\n  lifecycle:\n    unknown:\n      - datetime: '2019-01-01'\n        source: Government of Canada 2019; assumes 37.54% nuclear, 22.41% hydro, 14.53% gas, 13.71% coal, 6.65% wind, 3.78% biomass and 1.38% oil\n        value: 211.9\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005530268636963214\n        coal: 0.001713895849437082\n        gas: 0.0006730211889342283\n        geothermal: 0.0\n        hydro: 0.20750116625327938\n        hydro discharge: 0.0\n        nuclear: 0.0005793784613095666\n        oil: 1.9392144717153346e-09\n        solar: 1.4901570405484536e-05\n        unknown: 0.7720923622151821\n        wind: 0.01189493924479198\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.6347256314479893e-07\n        biomass: 0.008029728053459943\n        coal: 0.001204438804676524\n        gas: 0.0005271049886902429\n        geothermal: 0.0\n        hydro: 0.301409587898869\n        hydro discharge: 0.0\n        nuclear: 0.0005429704311344012\n        oil: 9.875955224574884e-07\n        solar: 1.9659726672940296e-05\n        unknown: 0.6708692854874592\n        wind: 0.017396149746207124\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 6.616189899234054e-07\n        biomass: 0.007883541644645579\n        coal: 0.0002532125807051915\n        gas: 0.0015693514764664428\n        geothermal: 0.0\n        hydro: 0.29384029091930586\n        hydro discharge: 0.0\n        nuclear: 0.002193113180821672\n        oil: 2.251258092114502e-06\n        solar: 3.0576778946133974e-05\n        unknown: 0.6776800202110911\n        wind: 0.016547068007254848\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.3041927942996742e-06\n        biomass: 0.009021079597292724\n        coal: 1.633322599965958e-05\n        gas: 0.002015920768121412\n        geothermal: 0.0\n        hydro: 0.33597834659684067\n        hydro discharge: 0.0\n        nuclear: 0.0024392712419177586\n        oil: 5.398833940987407e-06\n        solar: 4.2655109467882666e-05\n        unknown: 0.6316322895956799\n        wind: 0.018847240027643705\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 4.460835201369854e-06\n        biomass: 0.008392110379617923\n        coal: 0.00033121171831329603\n        gas: 0.0035864387785671204\n        geothermal: 0.0\n        hydro: 0.3396917702674108\n        hydro discharge: 0.0\n        nuclear: 0.0025868050076299494\n        oil: 1.1132318553339422e-05\n        solar: 3.892110485525692e-05\n        unknown: 0.6273568951287863\n        wind: 0.018000121017276594\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 6.435763009497752e-06\n        biomass: 0.008765978528191078\n        coal: 1.1233295281011421e-05\n        gas: 0.005718185810962226\n        geothermal: 0.0\n        hydro: 0.34493085834450116\n        hydro discharge: 0.0\n        nuclear: 0.003979069650772355\n        oil: 1.6006726078652008e-05\n        solar: 0.00016527585708464682\n        unknown: 0.61760241771525\n        wind: 0.01880444591988609\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.1165379044551805e-06\n        biomass: 0.007504199450386213\n        coal: 0.0005450657509586944\n        gas: 0.0031435187569135953\n        geothermal: 0.0\n        hydro: 0.2735812016097578\n        hydro discharge: 0.0\n        nuclear: 0.0034150291387916422\n        oil: 7.317933211830065e-06\n        solar: 6.243582387566049e-05\n        unknown: 0.6971368958031647\n        wind: 0.01460218239753163\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.7493282304922164e-05\n        biomass: 0.011303409601034601\n        coal: 0.00037906967106245837\n        gas: 0.030507631998615455\n        geothermal: 0.0\n        hydro: 0.3236341402248666\n        hydro discharge: 0.0\n        nuclear: 0.016788056704519043\n        oil: 2.9553917071404764e-05\n        solar: 0.0008089179786866909\n        unknown: 0.5950624478417121\n        wind: 0.02144891669855655\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    - _comment: Sum of low carbon sources\n      datetime: '2019-01-01'\n      value: 0.7038\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources\n      datetime: '2019-01-01'\n      value: 0.3284\nregion: Americas\nsources:\n  Government of Canada 2019:\n    link: https://open.canada.ca/data/en/dataset/5a6abd9d-d343-41ef-a525-7a1efb686300/resource/0c58139d-1811-466a-97ba-4c84b3fd83a2\ntimezone: America/Moncton\nzone_name: New Brunswick\n"
  },
  {
    "path": "config/zones/CA-NL.yaml",
    "content": "bounding_box:\n  - - -67.8084780847808\n    - 46.617712095699915\n  - - -52.62712627126267\n    - 60.30458831011339\ncenter_point:\n  - -60.59116752371763\n  - 52.78795122632599\ncentroid:\n  - -59.98706357750112\n  - 53.06951940566813\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/St_Johns\nzone_name: Newfoundland and Labrador\n"
  },
  {
    "path": "config/zones/CA-NS.yaml",
    "content": "_comment: http://www.nspower.ca/en/home/about-us/todayspower.aspx HTML source says available capacity is 2453 MW and wind capacity 567 MW\nbounding_box:\n  - - -66.21006210062096\n    - 43.470760946024555\n  - - -59.809198091980875\n    - 47.03415720009079\ncenter_point:\n  - -64.71289667710148\n  - 44.77812457106531\ncentroid:\n  - -62.871132159597394\n  - 45.31134730917251\ncapacity:\n  biomass: 60\n  coal: 1252\n  gas: 500\n  hydro: 418\n  oil: 300\n  wind: 600\ncontributors:\n  - jarek\n  - corradio\n  - lav-julien\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020285335769138137\n        coal: 0.540864552113717\n        gas: 0.18672689876171963\n        geothermal: 0.0\n        hydro: 0.07300251061007185\n        hydro discharge: 0.0\n        nuclear: 1.6117048560466685e-05\n        oil: 0.0\n        solar: 1.0413504997574802e-06\n        unknown: 0.03468519735550474\n        wind: 0.1444179839511647\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.7506712672907034e-08\n        biomass: 0.02556150404025436\n        coal: 0.5294280541079053\n        gas: 0.15340801034397852\n        geothermal: 0.0\n        hydro: 0.08740443519853001\n        hydro discharge: 0.0\n        nuclear: 3.948975710925584e-05\n        oil: 2.0469387125245142e-07\n        solar: 1.1554430364118645e-06\n        unknown: 0.03703172576974611\n        wind: 0.16712522268504854\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.7685697250783867e-08\n        biomass: 0.012621785713851313\n        coal: 0.5255563542838196\n        gas: 0.12994597806175384\n        geothermal: 0.0\n        hydro: 0.10567596125788299\n        hydro discharge: 0.0\n        nuclear: 0.00019934440305824404\n        oil: 1.1443421530323998e-07\n        solar: 2.9586781795337695e-06\n        unknown: 0.05629213404361076\n        wind: 0.1697051808608871\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 6.045213280580344e-08\n        biomass: 0.026186821132183152\n        coal: 0.5194228002551721\n        gas: 0.17446986675935836\n        geothermal: 0.0\n        hydro: 0.06156233622478202\n        hydro discharge: 0.0\n        nuclear: 0.00019428408701793138\n        oil: 3.9293886323772237e-07\n        solar: 3.1737369723046804e-06\n        unknown: 0.03514963872097663\n        wind: 0.18301042620050328\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Halifax\nzone_name: Nova Scotia\n"
  },
  {
    "path": "config/zones/CA-NT.yaml",
    "content": "bounding_box:\n  - - -136.44316443164425\n    - 59.99976766669326\n  - - -101.99801998019974\n    - 78.7669879381088\ncenter_point:\n  - -119.96830000283796\n  - 67.39550142373062\ncentroid:\n  - -119.85507656463537\n  - 70.03469908006356\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Yellowknife\nzone_name: Northwest Territories\n"
  },
  {
    "path": "config/zones/CA-NU.yaml",
    "content": "bounding_box:\n  - - -120.68220682206815\n    - 51.91987399181053\n  - - -61.08721087210867\n    - 83.11604866746916\ncenter_point:\n  - -94.04245254083447\n  - 71.2165976625509\ncentroid:\n  - -86.71580380929173\n  - 72.22242724036938\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Rankin_Inlet\nzone_name: Nunavut\n"
  },
  {
    "path": "config/zones/CA-ON.yaml",
    "content": "bounding_box:\n  - - -95.15435154351538\n    - 41.91374282376589\n  - - -74.34741210489506\n    - 56.8528165170179\ncenter_point:\n  - -85.15279214672884\n  - 49.545743876747565\ncentroid:\n  - -83.10781446353951\n  - 47.32136632232322\ncapacity:\n  biomass:\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 296.0\n  gas:\n    - datetime: '2023-12-01'\n      source: ieso.ca\n      value: 10470.0\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 10482.0\n  hydro:\n    - datetime: '2023-12-01'\n      source: ieso.ca\n      value: 8922.0\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 8868.0\n  nuclear:\n    - datetime: '2025-03-01'\n      source: ieso.ca\n      value: 12184.0\n    - datetime: '2023-12-01'\n      source: ieso.ca\n      value: 13144.0\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 13089.0\n  solar:\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 478.0\n  wind:\n    - datetime: '2022-12-01'\n      source: ieso.ca\n      value: 4883.0\ncontributors:\n  - corradio\n  - jarek\n  - scriptator\n  - felixvanoost\n  - misterclean\n  - christopheradlam\n  - alejandranavcas\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  direct: {}\n  lifecycle:\n    gas:\n      datetime: '2008-01-01'\n      source: 'Mallia, E., Lewis, G. \"Life cycle greenhouse gas emissions of electricity generation in the province of Ontario, Canada.\" Int J Life Cycle Assess 18, 377–391 (2013)'\n      value: 497\n    hydro:\n      datetime: '2008-01-01'\n      source: 'Mallia, E., Lewis, G. \"Life cycle greenhouse gas emissions of electricity generation in the province of Ontario, Canada.\" Int J Life Cycle Assess 18, 377–391 (2013)'\n      value: 22\n    nuclear:\n      datetime: '2008-01-01'\n      source: 'Mallia, E., Lewis, G. \"Life cycle greenhouse gas emissions of electricity generation in the province of Ontario, Canada.\" Int J Life Cycle Assess 18, 377–391 (2013)'\n      value: 4.8\n    wind:\n      datetime: '2008-01-01'\n      source: 'Mallia, E., Lewis, G. \"Life cycle greenhouse gas emissions of electricity generation in the province of Ontario, Canada.\" Int J Life Cycle Assess 18, 377–391 (2013)'\n      value: 10.69\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0021372333899431534\n        coal: 4.162119708056519e-05\n        gas: 0.07945883633135135\n        geothermal: 0.0\n        hydro: 0.24429247456773798\n        hydro discharge: 0.0\n        nuclear: 0.5908084439161816\n        oil: 0.0\n        solar: 0.0045278627754536315\n        unknown: 0.0\n        wind: 0.07873335574334984\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002137235334713046\n        coal: 4.162123495366381e-05\n        gas: 0.07945890863471013\n        geothermal: 0.0\n        hydro: 0.24429269686103158\n        hydro discharge: 0.0\n        nuclear: 0.5908089815207686\n        oil: 0.0\n        solar: 0.004526957006340299\n        unknown: 0.0\n        wind: 0.07873342738655946\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002459832315783152\n        coal: 1.3375148833322876e-10\n        gas: 0.10006964230007674\n        geothermal: 0.0\n        hydro: 0.2583702565830651\n        hydro discharge: 0.0\n        nuclear: 0.5538348354875826\n        oil: 0.0\n        solar: 0.00436901149286775\n        unknown: 2.7212409058837056e-06\n        wind: 0.08089351780830988\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002476631734079668\n        coal: 1.0521662263768532e-05\n        gas: 0.06816561009322376\n        geothermal: 0.0\n        hydro: 0.2548880535653494\n        hydro discharge: 0.0\n        nuclear: 0.6087205713429724\n        oil: 1.9450541311269757e-09\n        solar: 0.003936349186737902\n        unknown: 3.4798459186699463e-06\n        wind: 0.0617986786171168\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0028501906395708237\n        coal: 7.35834170111514e-07\n        gas: 0.06614898574154017\n        geothermal: 0.0\n        hydro: 0.264261962047098\n        hydro discharge: 0.0\n        nuclear: 0.5886870042892822\n        oil: 9.672238838675107e-10\n        solar: 0.004146633055302389\n        unknown: 5.058134501603758e-06\n        wind: 0.07389934990455033\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 4.496578197745171e-10\n        biomass: 0.0033046403126238432\n        coal: 3.48344666971421e-05\n        gas: 0.08659790707328359\n        geothermal: 0.0\n        hydro: 0.26842689482973536\n        hydro discharge: 7.494296996241953e-10\n        nuclear: 0.5542154990356271\n        oil: 1.2980122397491062e-07\n        solar: 0.004733710420068191\n        unknown: 2.8681424034317576e-05\n        wind: 0.08265756166898006\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0027257513138586684\n        coal: 2.8589917069232768e-06\n        gas: 0.06833893025387641\n        geothermal: 0.0\n        hydro: 0.2664809340328186\n        hydro discharge: 0.0\n        nuclear: 0.5787284409185134\n        oil: 2.3921143692946886e-08\n        solar: 0.00465524812016662\n        unknown: 5.152478521622756e-06\n        wind: 0.07906248029670293\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 3.081994678893773e-09\n        biomass: 0.002585880124966187\n        coal: 5.6019656138435604e-05\n        gas: 0.10540978534803117\n        geothermal: 0.0\n        hydro: 0.28246599866842315\n        hydro discharge: 0.0\n        nuclear: 0.5124467112030342\n        oil: 1.5674144366945477e-07\n        solar: 0.004603778936893261\n        unknown: 1.659668810749434e-05\n        wind: 0.09241495192150417\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 8.982097113224646e-09\n        biomass: 0.002386047494296383\n        coal: 0.00014677269411611562\n        gas: 0.13354659822967552\n        geothermal: 0.0\n        hydro: 0.2593695004282812\n        hydro discharge: 6.626137214673917e-10\n        nuclear: 0.5194296872390722\n        oil: 2.2219646793206538e-07\n        solar: 0.0045502155445145505\n        unknown: 2.4736474578580185e-05\n        wind: 0.0805461642603161\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.366136489909841e-08\n        biomass: 0.001981142875266852\n        coal: 0.00016639332828275374\n        gas: 0.163839265205878\n        geothermal: 0.0\n        hydro: 0.24236891876341288\n        hydro discharge: 2.891294158539346e-10\n        nuclear: 0.5029395502555983\n        oil: 8.610274004130173e-07\n        solar: 0.004465978250457551\n        unknown: 1.999178117686635e-05\n        wind: 0.08421782955516063\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumptionForecast: CA_ON.fetch_consumption_forecast\n  gridAlerts: CA_ON.fetch_grid_alerts\n  price: CA_ON.fetch_price\n  production: CA_ON.fetch_production\n  productionCapacity: CA_ON.fetch_production_capacity\n  productionPerModeForecast: CA_ON.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  'Mallia, E., Lewis, G. \"Life cycle greenhouse gas emissions of electricity generation in the province of Ontario, Canada.\" Int J Life Cycle Assess 18, 377–391 (2013)':\n    link: https://doi.org/10.1007/s11367-012-0501-0\ntimezone: America/Toronto\nzone_name: Ontario\n"
  },
  {
    "path": "config/zones/CA-PE.yaml",
    "content": "bounding_box:\n  - - -64.41724417244167\n    - 45.97229373803572\n  - - -62.00522005220047\n    - 47.06707210524884\ncenter_point:\n  - -63.33363333633332\n  - 46.498932220564384\ncentroid:\n  - -63.39876126033983\n  - 46.44090831660987\ncan_have_zero_production: true\ncapacity:\n  oil: 179\n  wind: 203.6\ncontributors:\n  - reinvented\n  - jarek\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0022106317854175238\n        coal: 0.0005031572869314671\n        gas: 0.00021000555722424673\n        geothermal: 0.0\n        hydro: 0.0843367746741822\n        hydro discharge: 0.0\n        nuclear: 0.0002738997024751277\n        oil: 0.0018552251559191088\n        solar: 6.447698808099162e-06\n        unknown: 0.22103532958277614\n        wind: 0.6895009370018117\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.6681807965272372e-07\n        biomass: 0.004760821175209082\n        coal: 0.00034995096749548376\n        gas: 0.00025133479152797964\n        geothermal: 0.0\n        hydro: 0.18148160905406324\n        hydro discharge: 0.0\n        nuclear: 0.0003626291415490908\n        oil: 0.0020483458546094223\n        solar: 1.2551392313070932e-05\n        unknown: 0.38026408796699024\n        wind: 0.4304624840418489\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.08591967927551e-07\n        biomass: 0.004710662956200616\n        coal: 8.858559215486207e-05\n        gas: 0.0011667665333744148\n        geothermal: 0.0\n        hydro: 0.17646413445333659\n        hydro discharge: 0.0\n        nuclear: 0.0014549979972052996\n        oil: 0.0005881303303640504\n        solar: 1.957917549702036e-05\n        unknown: 0.3998078207407905\n        wind: 0.41569206702693706\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 7.105440326439718e-07\n        biomass: 0.005500472676259493\n        coal: 9.658135554827322e-06\n        gas: 0.0016733706715450338\n        geothermal: 0.0\n        hydro: 0.20563662080784775\n        hydro discharge: 0.0\n        nuclear: 0.0016464357894186966\n        oil: 0.000418984131249062\n        solar: 2.9105988892749365e-05\n        unknown: 0.36039665725875664\n        wind: 0.4246807074992199\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.7965282676613133e-06\n        biomass: 0.005266293457647479\n        coal: 0.00017605913365097175\n        gas: 0.0024708195132870764\n        geothermal: 0.0\n        hydro: 0.21342162562381062\n        hydro discharge: 0.0\n        nuclear: 0.0016673415835845977\n        oil: 0.0014217935440827036\n        solar: 2.3805848678505388e-05\n        unknown: 0.38890113218250516\n        wind: 0.3866441731504871\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 5.659010529033063e-06\n        biomass: 0.006308855780275703\n        coal: 7.428279628859561e-06\n        gas: 0.0054779884568642995\n        geothermal: 0.0\n        hydro: 0.23800779133099756\n        hydro discharge: 0.0\n        nuclear: 0.003232501030715214\n        oil: 0.00176701609797653\n        solar: 0.00015993662544349182\n        unknown: 0.40125195601976055\n        wind: 0.34377797822426\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.4864914644001877e-06\n        biomass: 0.005551607371055158\n        coal: 0.00033895558754374645\n        gas: 0.0025172755773953327\n        geothermal: 0.0\n        hydro: 0.2019658583114239\n        hydro discharge: 0.0\n        nuclear: 0.002466965836399\n        oil: 0.0020237959448749744\n        solar: 4.866927033641731e-05\n        unknown: 0.5001841235841762\n        wind: 0.2848988931146308\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.7331475954339115e-06\n        biomass: 0.0063224888910080445\n        coal: 0.000178760750564063\n        gas: 0.005037113457983096\n        geothermal: 0.0\n        hydro: 0.21603741272301671\n        hydro discharge: 0.0\n        nuclear: 0.005369557244284258\n        oil: 0.0007211107118926344\n        solar: 0.00014838992733089316\n        unknown: 0.45975793302739665\n        wind: 0.30642071370616963\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Halifax\nzone_name: Prince Edward Island\n"
  },
  {
    "path": "config/zones/CA-QC.yaml",
    "content": "bounding_box:\n  - - -79.76419764197637\n    - 44.999157411624054\n  - - -57.10197101971015\n    - 62.58859651151488\ncenter_point:\n  - -68.61549014824053\n  - 53.78714851784416\ncentroid:\n  - -69.28398389860546\n  - 53.71669211936096\ncapacity:\n  biomass: 1313\n  coal: 0\n  gas: 411\n  geothermal: 0\n  hydro: 42180\n  nuclear: 0\n  oil: 131\n  solar: 10\n  unknown: 1056\n  wind: 3508\ncontributors:\n  - jarek\n  - pjakobsen\n  - madsnedergaard\n  - KabelWlan\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022388936631379783\n        coal: 2.740371767753686e-05\n        gas: 0.0002947885426978512\n        geothermal: 2.740371767753686e-05\n        hydro: 0.9270777310105662\n        hydro discharge: 0.0\n        nuclear: 2.740371767753686e-05\n        oil: 2.740371767753686e-05\n        solar: 5.461651970564599e-05\n        unknown: 0.00022848015095033308\n        wind: 0.04984522774554802\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02238893704134847\n        coal: 2.740371817933229e-05\n        gas: 0.00029478854809578836\n        geothermal: 2.740371817933229e-05\n        hydro: 0.9270777479864881\n        hydro discharge: 0.0\n        nuclear: 2.740371817933229e-05\n        oil: 2.740371817933229e-05\n        solar: 5.459818830598987e-05\n        unknown: 0.00022848015513408278\n        wind: 0.04984522865827482\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02443076956600232\n        coal: 1.2874403974838324e-07\n        gas: 0.0002846378530970333\n        geothermal: 0.0\n        hydro: 0.9231040320549312\n        hydro discharge: 0.0\n        nuclear: 0.0018954759399200352\n        oil: 0.0\n        solar: 6.105915105642755e-05\n        unknown: 0.00016411363269439096\n        wind: 0.05005977197661833\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02442897674331876\n        coal: 3.992671055140609e-09\n        gas: 0.0001059931723227474\n        geothermal: 0.0\n        hydro: 0.9234985109990761\n        hydro discharge: 0.0\n        nuclear: 0.0017167204688230129\n        oil: 0.0\n        solar: 5.832610995700351e-05\n        unknown: 0.00017049120643240136\n        wind: 0.05002096511644345\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024300410237108026\n        coal: 1.8054089697842913e-08\n        gas: 0.00023054470741155474\n        geothermal: 0.0\n        hydro: 0.9196941264958512\n        hydro discharge: 0.0\n        nuclear: 0.005454264297190558\n        oil: 0.0\n        solar: 8.063993852782143e-05\n        unknown: 0.00015114276360587116\n        wind: 0.050088850124655505\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024332243165268608\n        coal: 1.2396749377814362e-08\n        gas: 0.000248092296079214\n        geothermal: 0.0\n        hydro: 0.9200935480897664\n        hydro discharge: 0.0\n        nuclear: 0.004728968908878407\n        oil: 0.0\n        solar: 8.604119572616303e-05\n        unknown: 0.0001508850255333328\n        wind: 0.050360205808659485\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02205769289796263\n        coal: 6.028146282307014e-08\n        gas: 0.00012355340066362835\n        geothermal: 0.0\n        hydro: 0.9263032248119624\n        hydro discharge: 0.0\n        nuclear: 0.002230539776074155\n        oil: 3.914380702796763e-10\n        solar: 3.0210351468320533e-05\n        unknown: 0.0006936298262878674\n        wind: 0.04856108697652621\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 8.267310663574177e-10\n        biomass: 0.021798995343283813\n        coal: 7.614296462535112e-06\n        gas: 0.0009794054041972328\n        geothermal: 0.0\n        hydro: 0.9219761337901324\n        hydro discharge: 0.0\n        nuclear: 0.004834518970143405\n        oil: 2.028591354074514e-07\n        solar: 8.019580699540176e-05\n        unknown: 3.859852336747841e-06\n        wind: 0.05031906783852495\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 5.869055243530835e-08\n        biomass: 0.02526799058569206\n        coal: 8.529994597790124e-06\n        gas: 0.004193148855739979\n        geothermal: 0.0\n        hydro: 0.9114057120446205\n        hydro discharge: 0.0\n        nuclear: 0.009991866844892101\n        oil: 1.0750781365595656e-05\n        solar: 0.00010180017071002836\n        unknown: 9.3664438529186e-05\n        wind: 0.04892646872332542\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 8.81186045412411e-07\n        biomass: 0.026143706399581346\n        coal: 0.00019373133277293304\n        gas: 0.013027421479708692\n        geothermal: 0.0\n        hydro: 0.8814931073146764\n        hydro discharge: 0.0\n        nuclear: 0.02252557354092083\n        oil: 5.427325669396725e-06\n        solar: 0.00025375135244732786\n        unknown: 0.0003068364202573618\n        wind: 0.05604954949834813\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: CA_QC.fetch_consumption\n  production: CA_QC.fetch_production\nregion: Americas\ntimezone: America/Toronto\nzone_name: 'Québec'\n"
  },
  {
    "path": "config/zones/CA-SK.yaml",
    "content": "bounding_box:\n  - - -110.00090000900003\n    - 48.99330959841075\n  - - -101.36494821324045\n    - 59.99976766669326\ncenter_point:\n  - -105.69802620167891\n  - 54.50878687352764\ncentroid:\n  - -105.9129079695164\n  - 53.11509429162273\ncapacity:\n  coal:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 1389\n  gas:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 2065\n  hydro:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 865\n  solar:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 93\n  unknown:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 324\n  wind:\n    - datetime: '2024-01-01'\n      source: saskpower.com\n      value: 617\ncontributors:\n  - VIKTORVAV99\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.12113381635304e-07\n        coal: 0.3299350351174241\n        gas: 0.4427646314050988\n        geothermal: 0.0\n        hydro: 0.09639463350847492\n        hydro discharge: 0.0\n        nuclear: 0.0001096364444943272\n        oil: 2.3504198565977423e-06\n        solar: 0.0009949602326632593\n        unknown: 0.049320707377811336\n        wind: 0.08047807507611988\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.5271751287998515e-06\n        coal: 0.32959006289674025\n        gas: 0.4428567823192703\n        geothermal: 0.0\n        hydro: 0.09625845739972061\n        hydro discharge: 7.660773156758724e-10\n        nuclear: 0.0001784297488646723\n        oil: 3.474926703905757e-06\n        solar: 0.0009975422140661274\n        unknown: 0.04933261320737793\n        wind: 0.08078152532603267\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.0203858670072456e-07\n        coal: 0.34195430934054694\n        gas: 0.43475453083670046\n        geothermal: 0.0\n        hydro: 0.10243812998419786\n        hydro discharge: 0.0\n        nuclear: 6.31012372437077e-05\n        oil: 2.395654536488891e-07\n        solar: 0.000928156169880838\n        unknown: 0.04246119053202256\n        wind: 0.07739923434373075\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.38394748664253e-08\n        coal: 0.34185384321282075\n        gas: 0.4348574940726849\n        geothermal: 0.0\n        hydro: 0.10244677977532239\n        hydro discharge: 0.0\n        nuclear: 4.5752084455301556e-05\n        oil: 8.426479673981035e-07\n        solar: 0.0009253319885938225\n        unknown: 0.04248760061826115\n        wind: 0.0773817254258598\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.939343096052956e-06\n        coal: 0.34187585452065444\n        gas: 0.43469669633946245\n        geothermal: 0.0\n        hydro: 0.10244456010017247\n        hydro discharge: 0.0\n        nuclear: 6.0592904917182344e-05\n        oil: 3.3987616076884004e-07\n        solar: 0.0009272290594114357\n        unknown: 0.04246177978440422\n        wind: 0.07752276934456576\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.0939456003390905e-05\n        coal: 0.35910342006309093\n        gas: 0.40256494175458046\n        geothermal: 0.0\n        hydro: 0.10892869875510756\n        hydro discharge: 0.0\n        nuclear: 6.712812744150888e-05\n        oil: 5.397240221545534e-07\n        solar: 0.0006862279194651874\n        unknown: 0.04279106778990215\n        wind: 0.08583658007391703\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.478428377924771e-05\n        coal: 0.33741486004814\n        gas: 0.43629787482846116\n        geothermal: 0.0\n        hydro: 0.10270311138854338\n        hydro discharge: 0.0\n        nuclear: 4.505793415358722e-06\n        oil: 6.210614967977478e-07\n        solar: 0.0018108561873335643\n        unknown: 0.04231746351539971\n        wind: 0.07939582880493738\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.041288877977324e-05\n        coal: 0.3027115406265827\n        gas: 0.46038904358150873\n        geothermal: 3.8632848040167823e-10\n        hydro: 0.09194325035204644\n        hydro discharge: 0.0\n        nuclear: 1.4873646495464613e-07\n        oil: 2.4570491353546735e-07\n        solar: 0.002215298680144598\n        unknown: 0.0622375038985566\n        wind: 0.08044248483289065\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: CA_SK.fetch_consumption\nregion: Americas\ntimezone: America/Regina\nzone_name: Saskatchewan\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/CA-YT.yaml",
    "content": "bounding_box:\n  - - -141.00441004410038\n    - 59.999373418939406\n  - - -123.81783817838172\n    - 69.65385245783017\ncenter_point:\n  - -133.4063637454847\n  - 64.82479931598489\ncentroid:\n  - -132.4688653983901\n  - 64.31861763666498\ncapacity:\n  hydro: 116\ncontributors:\n  - jarek\n  - nessie2013\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.967476651899137\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.032517202004381136\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9169828307800725\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.08301560927090088\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8462514526314489\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.15374461759092864\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8776223943387789\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.12237477752865522\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9294644200962948\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.07053099734146236\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9199420366541917\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.08005333158071602\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9119476561348878\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.08804942933376388\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8258501891508444\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.17414929934515255\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: YUKONENERGY.fetch_production\nregion: Americas\ntimezone: America/Whitehorse\nzone_name: Yukon\n"
  },
  {
    "path": "config/zones/CA.yaml",
    "content": "bounding_box:\n  - - -141.00441004410038\n    - 41.91374282376589\n  - - -52.62712627126267\n    - 83.11604866746916\ncenter_point:\n  - -97.1821186078896\n  - 62.57918935741333\ncentroid:\n  - -89.99438123746916\n  - 66.59224818736742\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2740.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2750.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2650.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2660.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 9980.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 9320.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 9170.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 8790.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5310.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4880.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4260.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 3380.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 18780.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 19130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 20240.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 22950.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 23060.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 23620.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 25640.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80660.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 81400.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 81210.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 82130.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 83140.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 83280.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 14030.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 13340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 12510.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 11580.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3420.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3720.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4010.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4380.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5260.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5440.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5880.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 6110.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2280.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 12250.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 12820.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 13220.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 13530.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 13720.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 15080.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 16990.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 18380.0\ncountry: CA\ncountry_name: Canada\ncurrency: CAD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 99.03\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 89.7\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 89.49\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 89.07\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 93.25\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 132.03\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 122.7\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 122.49\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 122.07\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 126.25\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.7917\n    - datetime: '2022-01-01'\n      value: 0.7982\n    - datetime: '2023-01-01'\n      value: 0.7958\n    - datetime: '2024-01-01'\n      value: 0.7862\n    - datetime: '2025-01-01'\n      value: 0.7715\nisRenewable:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.6593\n    - datetime: '2022-01-01'\n      value: 0.68\n    - datetime: '2023-01-01'\n      value: 0.6714\n    - datetime: '2024-01-01'\n      value: 0.6593\n    - datetime: '2025-01-01'\n      value: 0.6474\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nsubZoneNames:\n  - CA-AB\n  - CA-BC\n  - CA-MB\n  - CA-NB\n  - CA-NL\n  - CA-NS\n  - CA-NT\n  - CA-NU\n  - CA-ON\n  - CA-PE\n  - CA-QC\n  - CA-SK\n  - CA-YT\ntimezone: America/Toronto\nzone_name: Canada\n"
  },
  {
    "path": "config/zones/CD.yaml",
    "content": "bounding_box:\n  - - 12.209522095220962\n    - -13.43338574089752\n  - - 31.242912429124317\n    - 5.375335932673806\ncenter_point:\n  - 21.80707094504539\n  - -4.054229481119901\ncentroid:\n  - 23.859193896658155\n  - -3.729052238942586\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: CD\ncountry_name: Democratic Republic of the Congo\ncurrency: CDF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Kinshasa\nzone_name: Democratic Republic of the Congo\n"
  },
  {
    "path": "config/zones/CF.yaml",
    "content": "bounding_box:\n  - - 14.398343983439844\n    - 2.23697127999619\n  - - 27.44127441274415\n    - 11.000922549033007\ncenter_point:\n  - 20.913020626512118\n  - 6.974944529184334\ncentroid:\n  - 20.85005850058502\n  - 6.346361411906864\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\ncountry: CF\ncountry_name: Central African Republic\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Bangui\nzone_name: Central African Republic\n"
  },
  {
    "path": "config/zones/CG.yaml",
    "content": "bounding_box:\n  - - 11.115111151111535\n    - -5.020049765935497\n  - - 18.624786247862488\n    - 3.708124432277359\ncenter_point:\n  - 14.972389993853595\n  - -0.5365495548993182\ncentroid:\n  - 14.523959525309563\n  - -1.1205662640540501\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: CG\ncountry_name: Congo\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Brazzaville\nzone_name: Congo\n"
  },
  {
    "path": "config/zones/CH.yaml",
    "content": "bounding_box:\n  - - 5.959859598596012\n    - 45.82632328907397\n  - - 10.475965739913786\n    - 47.79406218439166\ncenter_point:\n  - 8.037048335634369\n  - 46.80812081210978\ncentroid:\n  - 8.414250452210126\n  - 46.6900871230039\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 14830.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 14980.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 15010.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 15030.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 15050.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 16010.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 16220.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2960.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1860.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2420.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2880.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3520.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 6090.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 7790.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 700.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 710.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncontributors:\n  - corradio\n  - postronium\n  - Kikof2\n  - KabelWlan\n  - amv213\ncountry: CH\ncountry_name: Switzerland\ncurrency: EUR\ndisclaimer: Data for the electricity consumption and generation mix is based on estimates stemming from different data sources. As such, it may diverge from aggregated public statistics of the Swiss Federal Office for Energy.\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n    unknown:\n      - datetime: '2017-01-01'\n        source: SFOE, Electricity Maps\n        value: 159\n      - datetime: '2018-01-01'\n        source: SFOE, Electricity Maps\n        value: 205\n      - datetime: '2019-01-01'\n        source: SFOE, Electricity Maps\n        value: 172\n      - datetime: '2020-01-01'\n        source: SFOE, Electricity Maps\n        value: 141\n      - datetime: '2021-01-01'\n        source: SFOE, Electricity Maps\n        value: 109\n      - datetime: '2022-01-01'\n        source: SFOE, Electricity Maps\n        value: 87\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 29.5\n    unknown:\n      - datetime: '2017-01-01'\n        source: SFOE, Electricity Maps\n        value: 251\n      - datetime: '2018-01-01'\n        source: SFOE, Electricity Maps\n        value: 311\n      - datetime: '2019-01-01'\n        source: SFOE, Electricity Maps\n        value: 264\n      - datetime: '2020-01-01'\n        source: SFOE, Electricity Maps\n        value: 227\n      - datetime: '2021-01-01'\n        source: SFOE, Electricity Maps\n        value: 188\n      - datetime: '2022-01-01'\n        source: SFOE, Electricity Maps\n        value: 165\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028258996118184904\n        coal: 0.09539032092563017\n        gas: 0.02103090989821941\n        geothermal: 4.9580671161570964e-05\n        hydro: 0.3182911788819652\n        hydro discharge: 0.05570550407157902\n        nuclear: 0.27770416963339906\n        oil: 0.0011857551666847163\n        solar: 0.04089181458053457\n        unknown: 0.11191955610537459\n        wind: 0.049572249968447626\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02777480301428617\n        coal: 0.08364912823281209\n        gas: 0.023381619732785536\n        geothermal: 6.35498572489115e-05\n        hydro: 0.3135254842176601\n        hydro discharge: 0.0668674272616311\n        nuclear: 0.3078104560859123\n        oil: 0.0008213052004292033\n        solar: 0.029939806239996963\n        unknown: 0.10622848205268991\n        wind: 0.03993793041326588\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08531555565235555\n        coal: 0.08833366492350408\n        gas: 0.02667407782794311\n        geothermal: 7.040684516958795e-05\n        hydro: 0.20860131535542373\n        hydro discharge: 0.08064349251238995\n        nuclear: 0.3029996449766441\n        oil: 0.001117177697938992\n        solar: 0.03859945131003369\n        unknown: 0.10920221777090545\n        wind: 0.05844297520015834\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08800922577228824\n        coal: 0.07110598536437034\n        gas: 0.027292171637717633\n        geothermal: 7.826763908081979e-05\n        hydro: 0.15992845092907865\n        hydro discharge: 0.08011017466625024\n        nuclear: 0.3672317912871093\n        oil: 0.0012687567594016787\n        solar: 0.04008316008093096\n        unknown: 0.11169485826088797\n        wind: 0.05319714563625801\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07991473764042553\n        coal: 0.041001052651868396\n        gas: 0.025403328287354168\n        geothermal: 6.881706279405633e-05\n        hydro: 0.20787402593634258\n        hydro discharge: 0.08163918107848789\n        nuclear: 0.3617973657377361\n        oil: 0.0013042137878489122\n        solar: 0.04145479156751964\n        unknown: 0.10488250536228841\n        wind: 0.05465998012736985\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08265554433642822\n        coal: 0.02746869627695358\n        gas: 0.027163471066880426\n        geothermal: 0.00014661398682770926\n        hydro: 0.24604288936501043\n        hydro discharge: 0.07523215104115842\n        nuclear: 0.34388386962063705\n        oil: 0.0010256872205831543\n        solar: 0.048371142154908404\n        unknown: 0.09254820011113556\n        wind: 0.05546172837298487\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08102887449541736\n        coal: 0.052523165092030595\n        gas: 0.03093095472202361\n        geothermal: 0.00014168882198741363\n        hydro: 0.26037681428756554\n        hydro discharge: 0.07547042106160176\n        nuclear: 0.31011690830649685\n        oil: 0.0011625299292721176\n        solar: 0.060526548639700195\n        unknown: 0.0705334785422939\n        wind: 0.05718861256480302\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07819040079430933\n        coal: 0.06631636060643921\n        gas: 0.03328367043560968\n        geothermal: 0.00014203757481075652\n        hydro: 0.23231693767871914\n        hydro discharge: 0.0681326518711739\n        nuclear: 0.33375441172719544\n        oil: 0.0013016120469685891\n        solar: 0.06621659376316164\n        unknown: 0.048320256747041684\n        wind: 0.07202505233748739\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.1439632715919773e-07\n        biomass: 0.08018138802051548\n        coal: 0.024544083736945336\n        gas: 0.019286237457646894\n        geothermal: 6.343276340977515e-05\n        hydro: 0.2784325427611253\n        hydro discharge: 0.07533025950296629\n        nuclear: 0.3409518180669206\n        oil: 0.0008588860398745921\n        solar: 0.06829200725347499\n        unknown: 0.055721774880120575\n        wind: 0.05633744244517972\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 8.853528412782097e-06\n        biomass: 0.07206560786169464\n        coal: 0.009567162876699183\n        gas: 0.014708195696197517\n        geothermal: 7.189474290884971e-05\n        hydro: 0.2604729666759766\n        hydro discharge: 0.10125034768236502\n        nuclear: 0.3676967117213611\n        oil: 0.0006816711537445452\n        solar: 0.07650531319955396\n        unknown: 0.05260567945226856\n        wind: 0.04436559558550984\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  hydro discharge:\n    _comment: Average share of electricity coming from low carbon sources in 2021\n    source: Electricity Maps, https://docs.google.com/spreadsheets/d/1FLHQ6e9Es08BIqX654BM3SEb_fuAk4k4O-6cmRXyw_E\n    value: 0.894\n  unknown:\n    - datetime: '2017-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.72\n    - datetime: '2018-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.64\n    - datetime: '2019-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.7\n    - datetime: '2020-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.75\n    - datetime: '2021-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.81\n    - datetime: '2022-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.85\nisRenewable:\n  hydro discharge:\n    _comment: Average share of electricity coming from renewable sources in 2021\n    source: Electricity Maps, https://docs.google.com/spreadsheets/d/1FLHQ6e9Es08BIqX654BM3SEb_fuAk4k4O-6cmRXyw_E\n    value: 0.5771\n  unknown:\n    - datetime: '2017-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.72\n    - datetime: '2018-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.64\n    - datetime: '2019-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.7\n    - datetime: '2020-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.75\n    - datetime: '2021-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.81\n    - datetime: '2022-01-01'\n      source: SFOE, Electricity Maps\n      value: 0.85\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  SFOE, Electricity Maps:\n    link: https://docs.google.com/spreadsheets/d/1FLHQ6e9Es08BIqX654BM3SEb_fuAk4k4O-6cmRXyw_E\ntimezone: Europe/Zurich\nzone_name: Switzerland\n"
  },
  {
    "path": "config/zones/CI.yaml",
    "content": "bounding_box:\n  - - -8.62028620286199\n    - 4.353542789941564\n  - - -2.507425074250705\n    - 10.720430313773178\ncenter_point:\n  - -5.451012429075497\n  - 7.473369509442403\ncentroid:\n  - -5.888939472413435\n  - 8.174822478541303\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 830.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\ncountry: CI\ncountry_name: Ivory Coast\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Abidjan\nzone_name: Ivory Coast\n"
  },
  {
    "path": "config/zones/CL-CHP.yaml",
    "content": "bounding_box:\n  - - -109.43929439294386\n    - -27.20183367678961\n  - - -109.23049230492299\n    - -27.061587559159697\ncenter_point:\n  - -109.33489334893343\n  - -27.131710617974655\ncentroid:\n  - -109.3456934569345\n  - -27.11883087247803\ncapacity:\n  oil: 8.05\n  solar: 0.128\ncontributors:\n  - autipial\ncountry: CL\ncountry_name: Chile\ncurrency: CLP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: Pacific/Easter\nzone_name: Easter Island\n"
  },
  {
    "path": "config/zones/CL-SEA.yaml",
    "content": "bounding_box:\n  - - -75.70695706957065\n    - -49.2505268841786\n  - - -71.12411124111236\n    - -43.530488800844154\ncenter_point:\n  - -73.26709324643683\n  - -46.89071412072146\ncentroid:\n  - -73.87133873539291\n  - -46.406953569543056\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 0\n  geothermal: 0\n  hydro: 25.94\n  hydro storage: 0\n  nuclear: 0\n  oil: 39.09\n  solar: 2.96\n  wind: 1.8\ncountry: CL\ncountry_name: Chile\ncurrency: CLP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Santiago\nzone_name: Sistema Eléctrico de Aysén\n"
  },
  {
    "path": "config/zones/CL-SEM.yaml",
    "content": "bounding_box:\n  - - -75.64575645756453\n    - -55.77769568530154\n  - - -67.06327063270628\n    - -48.63659234883947\ncenter_point:\n  - -71.00877094516686\n  - -52.42514372104352\ncentroid:\n  - -72.58542648152002\n  - -52.395433275809474\ncapacity:\n  battery storage: 0\n  biomass: 0\n  coal: 0\n  gas: 97.3\n  geothermal: 0\n  hydro: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 19.11\n  solar: 0\n  wind: 12.9\ncountry: CL\ncountry_name: Chile\ncurrency: CLP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Punta_Arenas\nzone_name: Sistema Eléctrico de Magallanes\n"
  },
  {
    "path": "config/zones/CL-SEN.yaml",
    "content": "bounding_box:\n  - - -74.33894338943384\n    - -44.045678620709154\n  - - -67.01287012870124\n    - -17.506247483496928\ncenter_point:\n  - -70.73505081816626\n  - -30.813972238241195\ncentroid:\n  - -71.16228261519247\n  - -33.246601933796626\ncapacity:\n  geothermal:\n    - datetime: '2023-12-01'\n      source: coordinador.cl\n      value: 95.0\n    - datetime: '2022-12-01'\n      source: coordinador.cl\n      value: 82.0\n  hydro:\n    - datetime: '2023-12-01'\n      source: coordinador.cl\n      value: 7514.0\n    - datetime: '2022-12-01'\n      source: coordinador.cl\n      value: 7396.0\n  solar:\n    - datetime: '2023-12-01'\n      source: coordinador.cl\n      value: 9171.0\n    - datetime: '2022-12-01'\n      source: coordinador.cl\n      value: 8018.0\n  unknown:\n    - datetime: '2023-12-01'\n      source: coordinador.cl\n      value: 12786.0\n    - datetime: '2022-12-01'\n      source: coordinador.cl\n      value: 13394.0\n  wind:\n    - datetime: '2023-12-01'\n      source: coordinador.cl\n      value: 4710.0\n    - datetime: '2022-12-01'\n      source: coordinador.cl\n      value: 4328.0\ncontributors:\n  - systemcatch\n  - alixunderplatz\ncountry: CL\ncountry_name: Chile\ncurrency: CLP\ndisclaimer: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2017-01-01'\n        source: Electricity Maps, CEN\n        value: 610.4720811\n      - datetime: '2018-01-01'\n        source: Electricity Maps, CEN\n        value: 613.650213\n      - datetime: '2019-01-01'\n        source: Electricity Maps, CEN\n        value: 606.6959655\n      - datetime: '2020-01-01'\n        source: Electricity Maps, CEN\n        value: 602.5343343\n      - datetime: '2021-01-01'\n        source: Electricity Maps, CEN\n        value: 597.8259335\n      - datetime: '2022-01-01'\n        source: Electricity Maps, CEN\n        value: 556.6130553\n  lifecycle:\n    unknown:\n      - datetime: '2017-01-01'\n        source: Electricity Maps, 2017 average.\n        value: 697.4098196\n      - datetime: '2018-01-01'\n        source: Electricity Maps, CEN\n        value: 699.7160413\n      - datetime: '2019-01-01'\n        source: Electricity Maps, CEN\n        value: 693.0054289\n      - datetime: '2020-01-01'\n        source: Electricity Maps, CEN\n        value: 689.9009504\n      - datetime: '2021-01-01'\n        source: Electricity Maps, CEN\n        value: 687.0474273\n      - datetime: '2022-01-01'\n        source: Electricity Maps, CEN\n        value: 652.4268241\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.448262358379444\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.01891962813678914\n        unknown: 0.49735955422528133\n        wind: 0.035458373089982724\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.26503013265934827\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.035089734743644935\n        unknown: 0.6686913768418871\n        wind: 0.03118871282212229\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0008578954256666087\n        hydro: 0.2931930541881064\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.052851238587104034\n        unknown: 0.604752633011456\n        wind: 0.048345132465986866\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0027813043301941746\n        hydro: 0.302597408851384\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.07118766684860892\n        unknown: 0.5704443605787091\n        wind: 0.05298920488017555\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0026054566084935233\n        hydro: 0.26916408782902307\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.08247789331119601\n        unknown: 0.5834769187538613\n        wind: 0.06227557875980308\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.934546753673279e-06\n        coal: 2.7076344211664603e-05\n        gas: 0.0016137062016760128\n        geothermal: 0.0031659846443504603\n        hydro: 0.26512458242866355\n        hydro discharge: 1.1643190962972349e-05\n        nuclear: 0.00017546675074942505\n        oil: 5.1943811551245226e-05\n        solar: 0.098065340962073\n        unknown: 0.5604871794586189\n        wind: 0.07127502187341829\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.9804704457057405e-06\n        coal: 0.00010583980954971474\n        gas: 0.00441075484810547\n        geothermal: 0.003966637314169833\n        hydro: 0.20202740341100126\n        hydro discharge: 7.148336013675965e-05\n        nuclear: 0.0005045722917857182\n        oil: 0.00014036853708807297\n        solar: 0.13108073410553409\n        unknown: 0.5690726139678652\n        wind: 0.08861448298031759\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.005614724723295743\n        hydro: 0.2436224822106043\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.17425348037145824\n        unknown: 0.4699217854763043\n        wind: 0.10658748614233722\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.6818070251046415e-06\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.005234727449613446\n        hydro: 0.28639830144967904\n        hydro discharge: 0.0\n        nuclear: 2.1452782238629655e-05\n        oil: 3.013131973455658e-08\n        solar: 0.19909377377558787\n        unknown: 0.3907161538240819\n        wind: 0.11853282856158798\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.003629047388238401\n        hydro: 0.3172697632119462\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.2168338706293335\n        unknown: 0.332478120180111\n        wind: 0.12978916493011286\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: CL.fetch_production\n  productionCapacity: CL_SEN.fetch_production_capacity\nregion: Americas\nsources:\n  Electricity Maps, CEN:\n    link: https://docs.google.com/spreadsheets/d/1-iXUGhAM_9Ft5ejlNVxaqaAwG8Octh3gSjU-dm4e96o/edit#gid=163148677 (average thermoelectric emission factors)\ntimezone: America/Santiago\nzone_name: 'Sistema Eléctrico Nacional'\nisRenewable:\n  unknown:\n    source: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\n    value: 0\nisLowCarbon:\n  unknown:\n    source: Unknown production is the aggregation of thermal production, mainly gas, coal and oil.\n    value: 0\n"
  },
  {
    "path": "config/zones/CM.yaml",
    "content": "bounding_box:\n  - - 8.508685086850903\n    - 1.734661205627823\n  - - 16.19836198361986\n    - 13.081716988154412\ncenter_point:\n  - 12.429262772287434\n  - 6.692974824163294\ncentroid:\n  - 13.090695192666242\n  - 6.768673955912862\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\ncountry: CM\ncountry_name: Cameroon\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Douala\nzone_name: Cameroon\n"
  },
  {
    "path": "config/zones/CN.yaml",
    "content": "bounding_box:\n  - - 73.60093600936008\n    - 18.169216459321277\n  - - 134.77274772747725\n    - 53.56848141537853\ncenter_point:\n  - 104.16675282687595\n  - 35.92817723593884\ncentroid:\n  - 106.98483483977198\n  - 35.16965556919855\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 7590.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 8660.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10530.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 14190.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 16700.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 17460.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 18370.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 19140.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 954630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 977460.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1019240.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1048340.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1073250.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1100720.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1146470.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1174540.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 74850.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 83360.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 93320.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 101930.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 111990.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 123310.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 133280.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 152990.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 314380.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 322270.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 327750.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 338670.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 354530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 367710.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 370600.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 385000.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 35820.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 44660.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 48740.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 49890.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 53260.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 55530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 56910.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 60810.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130830.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 175260.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 204970.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 253860.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 306970.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 393030.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 609920.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 887930.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5610.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 6300.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 7760.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 9490.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 12530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 13870.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 14900.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 15440.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 164370.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 184660.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 209580.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 281990.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 328970.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 365960.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 441890.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 521750.0\ncountry: CN\ncountry_name: China\ncurrency: CNY\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Shanghai\nzone_name: China\n"
  },
  {
    "path": "config/zones/CO.yaml",
    "content": "bounding_box:\n  - - -79.0225902259022\n    - -4.229086617449174\n  - - -66.87606876068756\n    - 12.464920287149383\ncenter_point:\n  - -73.04449225188162\n  - 4.39172329381876\ncentroid:\n  - -73.22878688086467\n  - 4.316577362474531\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1370.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1650.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3290.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3380.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 3480.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3740.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4310.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 11730.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 11840.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 11930.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11960.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 11950.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 13180.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 13220.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2090.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2180.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1490.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1470.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1480.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1500.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 720.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1390.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncontributors:\n  - lav-julien\n  - alixunderplatz\n  - consideRatio\ncountry: CO\ncountry_name: Colombia\ncurrency: COP\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007768660142712339\n        coal: 0.09861074221191997\n        gas: 0.17446448149539917\n        geothermal: 0.0\n        hydro: 0.6764704862348003\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.04165066098714061\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.001034600442696514\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00908021640996634\n        coal: 0.08525753742326023\n        gas: 0.14597857167711162\n        geothermal: 0.0\n        hydro: 0.715306697239968\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.043597553990719705\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0007790543394495929\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009520939099050342\n        coal: 0.04190857919142899\n        gas: 0.08068969665107571\n        geothermal: 0.0\n        hydro: 0.8661511569589018\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0016013672396665588\n        solar: 8.157177419504407e-05\n        unknown: 0.0\n        wind: 4.637926769715549e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01062932720855705\n        coal: 0.05530748912249579\n        gas: 0.10237220269630473\n        geothermal: 0.0\n        hydro: 0.8272978231390834\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0035836732019085427\n        solar: 0.000175454789091397\n        unknown: 0.0\n        wind: 0.0006336856379579599\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010070052697681056\n        coal: 0.10443191767127226\n        gas: 0.08876437378623556\n        geothermal: 0.0\n        hydro: 0.7826446148247683\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.011279607849137785\n        solar: 0.0018982996152275197\n        unknown: 0.0\n        wind: 0.0009107535024432757\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010487180135500427\n        coal: 0.12469108072181362\n        gas: 0.10858689057473463\n        geothermal: 0.0\n        hydro: 0.7222346829749499\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.03108431118877373\n        solar: 0.002768397434056983\n        unknown: 0.0\n        wind: 0.00014709068965307716\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010716970177161202\n        coal: 0.05740259932284787\n        gas: 0.08618509701220496\n        geothermal: 0.0\n        hydro: 0.8182977760232482\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.022210990618612293\n        solar: 0.0043684241172256616\n        unknown: 0.0\n        wind: 0.0008177683123546229\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010051495028295464\n        coal: 0.04529124532547258\n        gas: 0.07960112922309949\n        geothermal: 0.0\n        hydro: 0.8365723219044147\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.020978458089397828\n        solar: 0.00653923921808492\n        unknown: 0.0\n        wind: 0.0009657303974362767\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010114920053532057\n        coal: 0.08657358730522631\n        gas: 0.09321990204297102\n        geothermal: 0.0\n        hydro: 0.7797911243497784\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.015353754895118149\n        solar: 0.012420257648186718\n        unknown: 0.0\n        wind: 0.0025262199681420757\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009813672672764041\n        coal: 0.0766285479693471\n        gas: 0.10553532461297077\n        geothermal: 0.0\n        hydro: 0.7772369527860702\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.025397043644766464\n        solar: 0.004379411289697945\n        unknown: 0.0\n        wind: 0.001009305470052309\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: CO.fetch_consumption\n  price: CO.fetch_price\n  production: CO.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Bogota\nzone_name: Colombia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/CR.yaml",
    "content": "bounding_box:\n  - - -85.90945909459089\n    - 8.034287836310384\n  - - -82.57222572225717\n    - 11.209860642644927\ncenter_point:\n  - -84.27575410391903\n  - 9.949824880295713\ncentroid:\n  - -84.05730980386721\n  - 9.674501408646611\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2330.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2370.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2380.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2330.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2370.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2350.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 470.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\ncontributors:\n  - corradio\n  - jarek\n  - mlucchini\n  - nessie2013\ncountry: CR\ncountry_name: Costa Rica\ncurrency: CRC\nemissionFactors:\n  direct:\n    unknown:\n      _comment: Source https://www.grupoice.com/wps/wcm/connect/579dfc1f-5156-41e0-807d-d6808f65d718/Fasciculo_Electricidad_2020_ingl%C3%A9s_compressed.pdf?MOD=AJPERES&CVID=m.pGzcp\n      source: assumes 58% thermal (coal, gas, or oil), 42% solar and biomass\n      value: 333.54639999999995\n  lifecycle:\n    unknown:\n      _comment: Source https://www.grupoice.com/wps/wcm/connect/579dfc1f-5156-41e0-807d-d6808f65d718/Fasciculo_Electricidad_2020_ingl%C3%A9s_compressed.pdf?MOD=AJPERES&CVID=m.pGzcp\n      source: assumes 58% thermal (coal, gas, or oil), 42% solar and biomass\n      value: 463.63399999999996\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006188442587248579\n        coal: 0.0005166394900425309\n        gas: 0.0005166394900425309\n        geothermal: 0.11393335865132376\n        hydro: 0.7082178988163217\n        hydro discharge: 0.0\n        nuclear: 0.0005166394900425309\n        oil: 0.006560635166729702\n        solar: 0.0008467147197919261\n        unknown: 0.025112547772634962\n        wind: 0.1375811585943997\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006188442628870984\n        coal: 0.0005166394935173596\n        gas: 0.0005166394935173596\n        geothermal: 0.11393335941762\n        hydro: 0.708217903579674\n        hydro discharge: 0.0\n        nuclear: 0.0005166394935173596\n        oil: 0.00656063521085541\n        solar: 0.0008467079062437136\n        unknown: 0.02511254794153766\n        wind: 0.13758115951974703\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012598110066270646\n        coal: 0.0017549436029785199\n        gas: 1.8406064409674334e-05\n        geothermal: 0.08189742379049877\n        hydro: 0.7674063682963335\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001022103505805035\n        solar: 0.0005758519739874207\n        unknown: 0.041367209249667344\n        wind: 0.10469758609848882\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00854019352452591\n        coal: 2.897682500054614e-05\n        gas: 4.356948372728054e-05\n        geothermal: 0.0851878959865998\n        hydro: 0.6850752183253423\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.01741455059419592\n        solar: 0.0012288164449912513\n        unknown: 0.03603412864450462\n        wind: 0.16644651601075142\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009343277523248917\n        coal: 0.00018093656817997462\n        gas: 3.287410701758992e-05\n        geothermal: 0.11297445707244907\n        hydro: 0.6763999183172299\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.014342935766570124\n        solar: 0.0015427561684265628\n        unknown: 0.037564426031690974\n        wind: 0.14761827552186485\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0058659150999690905\n        coal: 0.00206265892428819\n        gas: 0.00020106999713220909\n        geothermal: 0.10832150136871245\n        hydro: 0.7139805480313199\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0034069492809086686\n        solar: 0.0015078902428756734\n        unknown: 0.0449978432683965\n        wind: 0.11965547861671015\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005486808370422169\n        coal: 0.006316385285673479\n        gas: 0.004060311087933389\n        geothermal: 0.12172462184138333\n        hydro: 0.7239761056420817\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0013730421037180397\n        solar: 0.0019926909035153624\n        unknown: 0.016264994863525596\n        wind: 0.1188048824580526\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012212723079421695\n        coal: 0.004344881664261784\n        gas: 0.0011321637704887002\n        geothermal: 0.13722557740018232\n        hydro: 0.6731010755933975\n        hydro discharge: 0.0\n        nuclear: 1.2379082688877442e-07\n        oil: 0.021419744682335255\n        solar: 0.0019604939788497914\n        unknown: 0.008830369358692193\n        wind: 0.13977242104459114\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00547492786016505\n        coal: 0.0030550781532456923\n        gas: 0.003969615243305359\n        geothermal: 0.12279813283006503\n        hydro: 0.6815783559815741\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.06314074010917813\n        solar: 0.0022282346925185004\n        unknown: 0.002890182123800398\n        wind: 0.1148645695064716\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006855793489018667\n        coal: 0.0\n        gas: 0.0002036679285601743\n        geothermal: 0.11898027071322358\n        hydro: 0.6642496564974198\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1089015737638526\n        solar: 0.0013911656652474905\n        unknown: 0.0\n        wind: 0.09941766316203218\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: CR.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Costa_Rica\nzone_name: Costa Rica\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    _comment: Source https://www.grupoice.com/wps/wcm/connect/579dfc1f-5156-41e0-807d-d6808f65d718/Fasciculo_Electricidad_2020_ingl%C3%A9s_compressed.pdf?MOD=AJPERES&CVID=m.pGzcp\n    source: assumes 58% thermal (coal, gas, or oil), 42% solar and biomass\n    value: 0.42\nisLowCarbon:\n  unknown:\n    _comment: Source https://www.grupoice.com/wps/wcm/connect/579dfc1f-5156-41e0-807d-d6808f65d718/Fasciculo_Electricidad_2020_ingl%C3%A9s_compressed.pdf?MOD=AJPERES&CVID=m.pGzcp\n    source: assumes 58% thermal (coal, gas, or oil), 42% solar and biomass\n    value: 0.42\n"
  },
  {
    "path": "config/zones/CU.yaml",
    "content": "bounding_box:\n  - - -84.94824948249477\n    - 19.85503203654619\n  - - -74.14094140941404\n    - 23.19374828583797\ncenter_point:\n  - -78.1620296443511\n  - 21.48604483075552\ncentroid:\n  - -79.67548246911036\n  - 21.690585607333905\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 580.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5300.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 5420.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5320.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5400.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4900.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5320.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\ncountry: CU\ncountry_name: Cuba\ncurrency: CUP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Havana\nzone_name: Cuba\n"
  },
  {
    "path": "config/zones/CV.yaml",
    "content": "bounding_box:\n  - - -25.31725317253168\n    - 14.816189381699914\n  - - -22.682026820268163\n    - 17.196080132909614\ncenter_point:\n  - -24.323643236432332\n  - 16.48196979926341\ncentroid:\n  - -23.90047536839001\n  - 16.028381590435295\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncountry: CV\ncountry_name: Cabo Verde\ncurrency: CVE\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Atlantic/Cape_Verde\nzone_name: Cabo Verde\n"
  },
  {
    "path": "config/zones/CW.yaml",
    "content": "bounding_box:\n  - - -69.15514614798195\n    - 12.037431473445437\n  - - -68.73200926588031\n    - 12.389546858796207\ncenter_point:\n  - -68.97807654009556\n  - 12.196062083734544\ncentroid:\n  - -68.99348330137373\n  - 12.201245365436082\ncapacity:\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 165.0\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 204.2\n  solar:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 11.13\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 11.93\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 13.23\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 13.36\n  wind:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 46.5\ncontributors:\n  - VIKTORVAV99\ncountry: CW\ncountry_name: Curaçao\ncurrency: ANG\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: America/Curacao\nzone_name: Curaçao\n"
  },
  {
    "path": "config/zones/CY.yaml",
    "content": "bounding_box:\n  - - 32.27053022035746\n    - 34.5630798273339\n  - - 34.09197768705732\n    - 35.201370959568614\ncenter_point:\n  - 33.18125395370739\n  - 34.88222539345126\ncentroid:\n  - 33.244805194765405\n  - 34.98821550367324\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 580.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 720.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\ncontributors:\n  - ultibo\n  - veqtrus\n  - q--\n  - nessie2013\ncountry: CY\ncountry_name: Cyprus\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2018-01-01'\n        source: EU-ETS, CERA 2018 Report\n        value: 730.57\n      - datetime: '2019-01-01'\n        source: EU-ETS, CERA 2019 Report\n        value: 710.54\n      - datetime: '2020-01-01'\n        source: EU-ETS, CERA 2020 Report\n        value: 707.44\n      - datetime: '2021-01-01'\n        source: EU-ETS, TSOC 2021 Report\n        value: 709.61\n      - datetime: '2022-01-01'\n        source: EU-ETS, TSOC 2022 Report\n        value: 730.32\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1117.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1135.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2018-01-01'\n        source: EU-ETS, CERA 2018 Report; IPCC 2014\n        value: 974.57\n      - datetime: '2019-01-01'\n        source: EU-ETS, CERA 2019 Report; IPCC 2014\n        value: 954.54\n      - datetime: '2020-01-01'\n        source: EU-ETS, CERA 2020 Report; IPCC 2014\n        value: 951.44\n      - datetime: '2021-01-01'\n        source: EU-ETS, TSOC 2021 Report; IPCC 2014\n        value: 953.61\n      - datetime: '2022-01-01'\n        source: EU-ETS, TSOC 2022 Report; IPCC 2014\n        value: 974.32\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009083226904820607\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.916928635529501\n        solar: 0.031824945419796295\n        unknown: 0.0\n        wind: 0.04216186029944443\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009004369654995235\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9101788993041894\n        solar: 0.03722836757163676\n        unknown: 0.0\n        wind: 0.04358707042738254\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008855983537553565\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9021662111962987\n        solar: 0.04257233401971135\n        unknown: 0.0\n        wind: 0.04640435982698813\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01101074952325152\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8731852016127841\n        solar: 0.06673781579310638\n        unknown: 0.0\n        wind: 0.04906468139440815\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010382623151942843\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8545331952795239\n        solar: 0.08688020528988437\n        unknown: 0.0\n        wind: 0.048202850416375564\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010232590410633959\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8389530135594901\n        solar: 0.1081668883999263\n        unknown: 0.0\n        wind: 0.04264634130498484\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012824176962376947\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.795404124151831\n        solar: 0.15239095798362642\n        unknown: 0.0\n        wind: 0.039379560686909114\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015283654072033765\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7659703419425117\n        solar: 0.18294657859249813\n        unknown: 0.0\n        wind: 0.035798118790591575\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: CY.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Asia\nsources:\n  EU-ETS, CERA 2018 Report:\n    link: https://tsoc.org.cy/files/reports/annual-reports/CERA_Annual_Report_2018_gr.pdf#page=128\n  EU-ETS, CERA 2019 Report:\n    link: https://tsoc.org.cy/files/reports/annual-reports/CERA_Annual_Report_2019_gr.pdf#page=143\n  EU-ETS, CERA 2020 Report:\n    link: https://tsoc.org.cy/files/reports/annual-reports/CERA_Annual_Report_2020_gr.pdf#page=164\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  EU-ETS, TSOC 2021 Report:\n    link: https://tsoc.org.cy/files/reports/annual-reports/TSOC_Annual_Report_2021.pdf#page=34\n  EU-ETS, TSOC 2022 Report:\n    link: https://tsoc.org.cy/files/reports/annual-reports/TSOC_Annual_Report_2022.pdf#page=32\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Asia/Nicosia\nzone_name: Cyprus\n"
  },
  {
    "path": "config/zones/CZ.yaml",
    "content": "bounding_box:\n  - - 12.076320763207661\n    - 48.55826041719142\n  - - 18.833588335883377\n    - 51.036895883875246\ncenter_point:\n  - 15.463725623630856\n  - 49.74484366663795\ncentroid:\n  - 15.5263756027391\n  - 49.77451103571735\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 450.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 500.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 510.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 9129.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 9742.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 9650.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 9350.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 8900.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 8450.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 8360.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 8400.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 8440.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1606.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1620.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1087.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1088.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1091.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1109.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1112.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1106.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1107.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1172.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4040.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2027.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2040.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2049.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2061.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2054.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2053.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2083.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3548.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4415.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 400.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 410.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 460.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 277.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 308.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 316.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 339.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 342.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 366.0\ncontributors:\n  - corradio\n  - Frantisek12\ncountry: CZ\ncountry_name: Czechia\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1055.667306\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1055.67\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 989.37\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 989.81\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 364.25\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 370.68\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 446.17\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 490.53\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 515.37\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 434.09\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1061.99227\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1061.994964\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1049.37\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1049.81\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 484.25\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 490.68\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 456.87\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 501.23\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 526.07\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 444.79\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 34.33333333\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030775967008316706\n        coal: 0.508990139588575\n        gas: 0.04682815190009607\n        geothermal: 6.969628377469148e-06\n        hydro: 0.02383877173283548\n        hydro discharge: 0.0151380310872164\n        nuclear: 0.2893962479735372\n        oil: 0.0013204246546895928\n        solar: 0.028287106244730117\n        unknown: 0.035394930638582046\n        wind: 0.020023226477726783\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030123638979132294\n        coal: 0.512515033708344\n        gas: 0.06500299362507994\n        geothermal: 1.28289192997832e-05\n        hydro: 0.027924618338267728\n        hydro discharge: 0.013354781998049363\n        nuclear: 0.26492360356305455\n        oil: 0.001763408303967414\n        solar: 0.027958654790927358\n        unknown: 0.03741541915414262\n        wind: 0.019005099091007793\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028982698823693653\n        coal: 0.4729186454471085\n        gas: 0.0620865018165055\n        geothermal: 1.6609424120172853e-05\n        hydro: 0.022196522661292576\n        hydro discharge: 0.013979944465067881\n        nuclear: 0.3004467463818309\n        oil: 0.0016924983915085608\n        solar: 0.029686299347863616\n        unknown: 0.042316958618973465\n        wind: 0.025676490287909116\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03131877339732009\n        coal: 0.45694775673566845\n        gas: 0.06275132331903704\n        geothermal: 1.635741338651803e-05\n        hydro: 0.022118134216377684\n        hydro discharge: 0.012894587231536582\n        nuclear: 0.3184937570891394\n        oil: 0.0012220762680767293\n        solar: 0.03164156109962311\n        unknown: 0.03812246421401176\n        wind: 0.024473166969749674\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.029465237819584832\n        coal: 0.41601577397793477\n        gas: 0.08569690274413569\n        geothermal: 1.9249299867692558e-05\n        hydro: 0.02461945036061207\n        hydro discharge: 0.014050555430513164\n        nuclear: 0.3290311975672596\n        oil: 0.001405608926766735\n        solar: 0.03260382312938912\n        unknown: 0.03809396162174881\n        wind: 0.02899819926171332\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03678497212399466\n        coal: 0.36252551813676925\n        gas: 0.09986678386479367\n        geothermal: 3.180282372942734e-05\n        hydro: 0.02860118815121928\n        hydro discharge: 0.016842133028581518\n        nuclear: 0.3386131281213028\n        oil: 0.002194122796379419\n        solar: 0.0361491119516833\n        unknown: 0.0387813916322862\n        wind: 0.03960980934535478\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0344784590706329\n        coal: 0.4002974658873109\n        gas: 0.10245321390762518\n        geothermal: 1.5513514222779675e-05\n        hydro: 0.03127671125222717\n        hydro discharge: 0.014163075894240179\n        nuclear: 0.3260349023506414\n        oil: 0.0015651452095072189\n        solar: 0.033447597696231415\n        unknown: 0.02815170501439487\n        wind: 0.02811619386600923\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03326886851519275\n        coal: 0.4360268426340633\n        gas: 0.06959199211720098\n        geothermal: 1.622787864006744e-05\n        hydro: 0.02631200545673555\n        hydro discharge: 0.01217295581582199\n        nuclear: 0.32275877102026423\n        oil: 0.001733662526636254\n        solar: 0.03770926258795098\n        unknown: 0.026759679181690307\n        wind: 0.033649657920964034\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.0055421775475295e-10\n        biomass: 0.029372440116892762\n        coal: 0.4365360121230238\n        gas: 0.038428657304146206\n        geothermal: 1.7219652797823063e-05\n        hydro: 0.029400017769697064\n        hydro discharge: 0.014187757124800141\n        nuclear: 0.3656614130080439\n        oil: 0.0012275872536481262\n        solar: 0.047435587056061365\n        unknown: 0.0008898508725064969\n        wind: 0.03684340151474339\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.5493877619002805e-07\n        biomass: 0.03273208835561961\n        coal: 0.3934275068882662\n        gas: 0.04250307780752817\n        geothermal: 2.834670431769579e-05\n        hydro: 0.034006717404404495\n        hydro discharge: 0.013533060189097681\n        nuclear: 0.36208934334737264\n        oil: 0.0012770225059991636\n        solar: 0.0697941813138505\n        unknown: 0.0021201960884986294\n        wind: 0.048488262214254355\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.5331\n    - datetime: '2021-01-01'\n      value: 0.4839\n    - datetime: '2022-01-01'\n      value: 0.4938\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.5197\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1529\n    - datetime: '2021-01-01'\n      value: 0.1677\n    - datetime: '2022-01-01'\n      value: 0.1418\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.1187\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: CZ.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Prague\nzone_name: Czechia\n"
  },
  {
    "path": "config/zones/DE.yaml",
    "content": "_comment: Hydro capacities from Fraunhofer include capacities in AT, CH, LU which\n  are directly connected to the German grid. Fraunhofer has no values for geothermal\n  and unknown - these are from BNetz\nbounding_box:\n  - - 5.920259202592064\n    - 47.301769689854\n  - - 15.021150211502146\n    - 54.90654386419456\ncenter_point:\n  - 10.407266584569143\n  - 51.055795801568294\ncentroid:\n  - 10.469326508295726\n  - 51.40418959202085\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 456.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 729.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 1017.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 1569.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 2415.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 4132.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 8232.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 12340.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 12852.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 7566.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 7993.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 8337.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 8851.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 8971.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 9027.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 9066.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 9168.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 9174.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 44901.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 44719.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 43573.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 44599.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 38917.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 37246.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 37028.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 31193.0\n    - datetime: '2024-11-11'\n      source: Fraunhofer ISE\n      value: 32600.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 31193.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 29762.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 30130.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 30072.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 32536.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 32128.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 35112.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 36639.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 36664.0\n    - datetime: '2024-11-11'\n      source: Fraunhofer ISE\n      value: 36300.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 36664.0\n  geothermal:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 56\n  hydro:\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 6186.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 9488.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 9814.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 9688.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 9770.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 9970.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 9870.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 10800.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 9516.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 8114.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 4056.0\n    - datetime: '2023-04-15'\n      source: Fraunhofer ISE\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 4416.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 4375.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 4857.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 5094.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 5102.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 5037.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 4442.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 42293.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 45207.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 48864.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 54449.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 60162.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 67720.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 83052.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 99787.0\n    - datetime: '2024-11-11'\n      source: Fraunhofer ISE\n      value: 94300.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 100910.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 5500.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 3304.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 3322.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 2974.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 2914.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 3200.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 3171.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Fraunhofer ISE\n      value: 55580.0\n    - datetime: '2018-01-01'\n      source: Fraunhofer ISE\n      value: 58721.0\n    - datetime: '2019-01-01'\n      source: Fraunhofer ISE\n      value: 60742.0\n    - datetime: '2020-01-01'\n      source: Fraunhofer ISE\n      value: 62114.0\n    - datetime: '2021-01-01'\n      source: Fraunhofer ISE\n      value: 63745.0\n    - datetime: '2022-01-01'\n      source: Fraunhofer ISE\n      value: 66192.0\n    - datetime: '2023-01-01'\n      source: Fraunhofer ISE\n      value: 69449.0\n    - datetime: '2024-01-01'\n      source: Fraunhofer ISE\n      value: 72786.0\n    - datetime: '2024-11-11'\n      source: Fraunhofer ISE\n      value: 71700.0\n    - datetime: '2025-01-01'\n      source: Fraunhofer ISE\n      value: 72979.0\ncontributors:\n  - corradio\n  - bohne13\n  - chiefymuc\n  - nessie2013\n  - IV1T3\n  - sin\ncountry: DE\ncountry_name: Germany\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1073.03112\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1087.81\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1063.51\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1070.47\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 472.8075167\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 451.55\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 385.86\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 374.16\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 307.31\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 339.07\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 376.56\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 277.92\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 240.15\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 235.59\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1152.3866810000002\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1167.165561\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1123.51\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1130.47\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 592.8075167\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 571.55\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 505.86\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 494.16\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 318.01\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 349.77\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 387.26\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 288.62\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 250.85\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 246.29\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 35.11666667\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06822443423425736\n        coal: 0.39198386333236024\n        gas: 0.03157431710722741\n        geothermal: 0.00020773144243425417\n        hydro: 0.029805468813518508\n        hydro discharge: 0.013915672985820294\n        nuclear: 0.17043149438525243\n        oil: 0.003294290586036577\n        solar: 0.06364244279140722\n        unknown: 0.08649548813526689\n        wind: 0.14042479977885236\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07708897764813215\n        coal: 0.3827977278598596\n        gas: 0.05152664075008046\n        geothermal: 0.00030081762386774055\n        hydro: 0.03672522276589633\n        hydro discharge: 0.014527289954485342\n        nuclear: 0.1592289987002553\n        oil: 0.0032084169946244513\n        solar: 0.062710674255393\n        unknown: 0.0744186951604695\n        wind: 0.13746654028171984\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07835298977028746\n        coal: 0.35314014665296195\n        gas: 0.05498475321248953\n        geothermal: 0.00028879331641998524\n        hydro: 0.03140412726392683\n        hydro discharge: 0.014866647066019206\n        nuclear: 0.1383558715199725\n        oil: 0.0033891725203774167\n        solar: 0.06454958933609126\n        unknown: 0.07741775154121225\n        wind: 0.18325015806755096\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07900924119627038\n        coal: 0.36031215578392034\n        gas: 0.08478282258957591\n        geothermal: 0.0002941901326018241\n        hydro: 0.033011748184629486\n        hydro discharge: 0.016691563415625586\n        nuclear: 0.1439731051843356\n        oil: 0.005035723717057415\n        solar: 0.07398376747499799\n        unknown: 0.010349427193619745\n        wind: 0.19255625401396645\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08337106838587559\n        coal: 0.2799818800136177\n        gas: 0.10982710551992525\n        geothermal: 0.0003304757588095734\n        hydro: 0.03615410003432072\n        hydro discharge: 0.016174595813174826\n        nuclear: 0.15420229744691383\n        oil: 0.007388020708674489\n        solar: 0.07845016188862797\n        unknown: 0.00843118155095162\n        wind: 0.22568911262745708\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08707530342267537\n        coal: 0.23065944576205252\n        gas: 0.1231628286445281\n        geothermal: 0.00037836048102482864\n        hydro: 0.04308155976575074\n        hydro discharge: 0.01993541264649448\n        nuclear: 0.1386626193228\n        oil: 0.007514912875153696\n        solar: 0.0894190626263083\n        unknown: 0.009703466518651933\n        wind: 0.2504070271537337\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08793711683159064\n        coal: 0.28577562201345397\n        gas: 0.1059911895047725\n        geothermal: 0.0003627228586098105\n        hydro: 0.043616810948499445\n        hydro discharge: 0.01633702891126012\n        nuclear: 0.14087856906158377\n        oil: 0.006090078087134086\n        solar: 0.08829027767656393\n        unknown: 0.009890567483514249\n        wind: 0.21483001592925258\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09097651286507295\n        coal: 0.32657451320317304\n        gas: 0.08256887732058861\n        geothermal: 0.0003728634818868725\n        hydro: 0.04074124727063704\n        hydro discharge: 0.019032029538077446\n        nuclear: 0.0745439517918397\n        oil: 0.005467953620125538\n        solar: 0.10717026626443672\n        unknown: 0.00781769218802249\n        wind: 0.24473409046633351\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.2360228234871724e-08\n        biomass: 0.09399946206557941\n        coal: 0.24528002512485228\n        gas: 0.1123302416559925\n        geothermal: 0.0003801529031173463\n        hydro: 0.058438729715757406\n        hydro discharge: 0.022607496492439875\n        nuclear: 0.042904710465673124\n        oil: 0.006194961311468286\n        solar: 0.11626124284568128\n        unknown: 0.0074727927481397765\n        wind: 0.2941301589231571\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.7369833899347496e-06\n        biomass: 0.09476446766058907\n        coal: 0.20655568232446983\n        gas: 0.1158765304321076\n        geothermal: 0.00038947943001685494\n        hydro: 0.07019260176827112\n        hydro discharge: 0.02689511015962647\n        nuclear: 0.044922962310730126\n        oil: 0.006848277980062988\n        solar: 0.13457764894826899\n        unknown: 0.0068592273218514585\n        wind: 0.2921152749986025\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6353\n    - datetime: '2021-01-01'\n      value: 0.6219\n    - datetime: '2022-01-01'\n      value: 0.6031\n    - datetime: '2023-01-01'\n      value: 0.6686\n    - datetime: '2024-01-01'\n      value: 0.701\n    - datetime: '2025-01-01'\n      value: 0.7002\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4941\n    - datetime: '2021-01-01'\n      value: 0.4794\n    - datetime: '2022-01-01'\n      value: 0.5295\n    - datetime: '2023-01-01'\n      value: 0.6292\n    - datetime: '2024-01-01'\n      value: 0.6621\n    - datetime: '2025-01-01'\n      value: 0.6685\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: DE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Berlin\nzone_name: Germany\n"
  },
  {
    "path": "config/zones/DJ.yaml",
    "content": "bounding_box:\n  - - 41.747817478174795\n    - 10.940817070048752\n  - - 43.41103411034112\n    - 12.708204368752291\ncenter_point:\n  - 42.287992908122014\n  - 11.677474813498222\ncentroid:\n  - 42.65208106626521\n  - 11.778651019526176\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\ncountry: DJ\ncountry_name: Djibouti\ncurrency: DJF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Djibouti\nzone_name: Djibouti\n"
  },
  {
    "path": "config/zones/DK-DK1.yaml",
    "content": "bounding_box:\n  - - 8.09468094680949\n    - 54.72973148656037\n  - - 11.143911439114419\n    - 57.75153653611572\ncenter_point:\n  - 9.326898339873598\n  - 56.05430887934948\ncentroid:\n  - 9.555966462810545\n  - 56.14060988360049\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 900\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 907.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 904.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 905.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 906.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 902.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 902.8\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2775.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1915.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1943.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1700.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1161.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1151.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1119.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1049.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1018.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 991.2\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 9.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 6.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5.3\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 292.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 208.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 210.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 211.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 196.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 195.4\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 421.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 664.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 672.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 878.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1086.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1701.5\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2738.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 75.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 125.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 111.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 112.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 117.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 113.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 112.1\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3809.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4941.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4946.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4922.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 5002.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 5165.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5232.1\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5713.0\ncontributors:\n  - corradio\n  - tmslaine\ncountry: DK\ncountry_name: Denmark\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 845.5332093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 845.53\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 798.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 801.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 336.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 336.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 299.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1193.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1193.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1381.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.3278173\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.324608\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 858.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 861.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 456.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 456.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 419.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1437.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1437.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1625.0\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 37.66666667\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0425559800947321\n        coal: 0.19621121176469578\n        gas: 0.0793084499270751\n        geothermal: 1.1304304776028022e-05\n        hydro: 0.24299459536604845\n        hydro discharge: 0.00040057935374451304\n        nuclear: 0.03203354904231474\n        oil: 0.00421346727059739\n        solar: 0.01831173877642908\n        unknown: 0.010552034700766889\n        wind: 0.37340691526256514\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04399782176810459\n        coal: 0.2596574042973441\n        gas: 0.08401867556320955\n        geothermal: 3.1086538242802454e-05\n        hydro: 0.234858404646364\n        hydro discharge: 0.0008398828286082919\n        nuclear: 0.021042450172527698\n        oil: 0.004150739463819686\n        solar: 0.02566911169190922\n        unknown: 0.009209267452168716\n        wind: 0.31652502398814136\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10195068853059433\n        coal: 0.13565323569771245\n        gas: 0.05821642678966624\n        geothermal: 2.7930760093338522e-05\n        hydro: 0.20722018781940127\n        hydro discharge: 0.0007191115433428907\n        nuclear: 0.039056586730108575\n        oil: 0.024401039763591724\n        solar: 0.025875344719133404\n        unknown: 0.011107504536645288\n        wind: 0.39577182299533253\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09026996834445464\n        coal: 0.17188664488412275\n        gas: 0.07875295650001482\n        geothermal: 3.9937966020283617e-05\n        hydro: 0.183540587236891\n        hydro discharge: 0.001100512630442286\n        nuclear: 0.04668584434729179\n        oil: 0.003093082047523928\n        solar: 0.03503041313951011\n        unknown: 0.007082794268276612\n        wind: 0.38251717412773717\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08743996402789544\n        coal: 0.1327328220143222\n        gas: 0.09498444304865304\n        geothermal: 4.479280481747764e-05\n        hydro: 0.14154189731197533\n        hydro discharge: 0.0010730655764969318\n        nuclear: 0.052294339732868025\n        oil: 0.006063933566410995\n        solar: 0.035306084825253395\n        unknown: 0.00586770575760526\n        wind: 0.44265088026656624\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06692327929427243\n        coal: 0.10651127441191853\n        gas: 0.06691773551043777\n        geothermal: 2.3228288561282008e-05\n        hydro: 0.25315807913047267\n        hydro discharge: 0.008088950919327298\n        nuclear: 0.034403138145098745\n        oil: 0.0035811020806684707\n        solar: 0.04014456864434547\n        unknown: 0.004657468862472049\n        wind: 0.4155911636653635\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08563633327748853\n        coal: 0.14822922957255574\n        gas: 0.07002850286947418\n        geothermal: 2.7129891129159675e-05\n        hydro: 0.21506681492594826\n        hydro discharge: 0.0188071996276841\n        nuclear: 0.03769591146083028\n        oil: 0.003656547998327896\n        solar: 0.039519745929459546\n        unknown: 0.00723532983317983\n        wind: 0.37409721677945734\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08287797596049754\n        coal: 0.13562285995257736\n        gas: 0.06539862353411519\n        geothermal: 2.579494629921434e-05\n        hydro: 0.15714006182144236\n        hydro discharge: 0.002955022653989741\n        nuclear: 0.04534412320990245\n        oil: 0.003776530178146859\n        solar: 0.05976038764005032\n        unknown: 0.006473929012726921\n        wind: 0.4406246734756894\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07419507926067591\n        coal: 0.0804421910438917\n        gas: 0.06406997576836419\n        geothermal: 2.566038517891035e-05\n        hydro: 0.18314972800790405\n        hydro discharge: 0.00317735329989495\n        nuclear: 0.04042125552009426\n        oil: 0.0042834368022023695\n        solar: 0.07984936178000344\n        unknown: 0.005845303119459079\n        wind: 0.4645405069062507\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.553515199154069e-07\n        biomass: 0.06758187387309503\n        coal: 0.06773915067187355\n        gas: 0.06181442377353182\n        geothermal: 2.518397674051124e-05\n        hydro: 0.2065594939563972\n        hydro discharge: 0.003964525096617679\n        nuclear: 0.04411227716909667\n        oil: 0.0044998805571116185\n        solar: 0.0957437672837289\n        unknown: 0.004961503860134691\n        wind: 0.44299766224706716\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: DK.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Copenhagen\nzone_name: West Denmark\n"
  },
  {
    "path": "config/zones/DK-DK2.yaml",
    "content": "bounding_box:\n  - - 10.96030960309605\n    - 54.56229528970156\n  - - 15.15075150751511\n    - 56.12868860354098\ncenter_point:\n  - 12.689554961621594\n  - 55.591969176610924\ncentroid:\n  - 12.161853389676326\n  - 55.23197710171024\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1173.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1202.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1351.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1350.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1352.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1236.3\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2072.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1741.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1471.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1222.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1078.5\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1241.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 665.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 663.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 620.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 605.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 603.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 576.9\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 759.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 799.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 801.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 763.7\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 180.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 338.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 342.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 341.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 422.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 450.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 620.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 992.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 13.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 21.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 24.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 25.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 24.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 23.5\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1036.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1182.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1180.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1179.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1784.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1784.1\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1793.0\ncontributors:\n  - corradio\n  - tmslaine\ncountry: DK\ncountry_name: Denmark\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 845.5332093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 845.53\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 798.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 801.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 336.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 336.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 299.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1193.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1193.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1381.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.3278173\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.324608\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 858.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 861.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 456.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 456.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 419.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1437.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1437.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1625.0\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.059046313587698525\n        coal: 0.1905237883697111\n        gas: 0.12165687005242244\n        geothermal: 1.1378182934219265e-05\n        hydro: 0.13014214940765392\n        hydro discharge: 0.00048339291989920214\n        nuclear: 0.10539554131441396\n        oil: 0.006858873935138577\n        solar: 0.023036357013493557\n        unknown: 0.03050224886737629\n        wind: 0.3323432203884183\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06599525817827746\n        coal: 0.27081740836549345\n        gas: 0.14259309477101434\n        geothermal: 3.732924566690658e-05\n        hydro: 0.10772561666959465\n        hydro discharge: 0.0012655767018966372\n        nuclear: 0.07350704017372221\n        oil: 0.007911201929956285\n        solar: 0.03540650881590057\n        unknown: 0.022881015400034708\n        wind: 0.27185994600578745\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1884395718244603\n        coal: 0.17116982478130172\n        gas: 0.0439402355371934\n        geothermal: 2.3304604510251863e-05\n        hydro: 0.11322518828644228\n        hydro discharge: 0.0006317630193114006\n        nuclear: 0.08874489606382918\n        oil: 0.009872233407017775\n        solar: 0.031236808308146728\n        unknown: 0.02184983499431917\n        wind: 0.3308661794591233\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.17799399129771598\n        coal: 0.20351284803910513\n        gas: 0.06402342914414653\n        geothermal: 3.3215441843261725e-05\n        hydro: 0.09557820793452589\n        hydro discharge: 0.0010892838702078887\n        nuclear: 0.08044468399459577\n        oil: 0.009009113176705752\n        solar: 0.041365760903323535\n        unknown: 0.015676600382503864\n        wind: 0.31127275900133733\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.19687709234634396\n        coal: 0.11324674535514183\n        gas: 0.0626727802995632\n        geothermal: 5.650364491523119e-05\n        hydro: 0.09407055305499558\n        hydro discharge: 0.0016799650413856886\n        nuclear: 0.09972168820351406\n        oil: 0.009278338337106402\n        solar: 0.045758803069799535\n        unknown: 0.017084305120665284\n        wind: 0.3595530067256977\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.16819304889765269\n        coal: 0.08723808090209009\n        gas: 0.05272393878005872\n        geothermal: 2.9178818355533255e-05\n        hydro: 0.14156930115117236\n        hydro discharge: 0.0037339475705790498\n        nuclear: 0.08709401389378482\n        oil: 0.010846479140866434\n        solar: 0.05218651122499738\n        unknown: 0.0179666234327582\n        wind: 0.37841894509137136\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.20860007208221287\n        coal: 0.10348713136951929\n        gas: 0.06246386513861829\n        geothermal: 2.780789652228753e-05\n        hydro: 0.09888481701649286\n        hydro discharge: 0.003924208486088063\n        nuclear: 0.08840446648578446\n        oil: 0.014111399440336096\n        solar: 0.04339016319330319\n        unknown: 0.03101666381074703\n        wind: 0.3456893315608202\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1704427028499718\n        coal: 0.07674775566747495\n        gas: 0.04210681601358189\n        geothermal: 1.5594986129683777e-05\n        hydro: 0.12349929345349414\n        hydro discharge: 0.0011118637001111711\n        nuclear: 0.10972467615063516\n        oil: 0.012079080851230762\n        solar: 0.05451381303945087\n        unknown: 0.02545602712870279\n        wind: 0.38430232459689745\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.14544063503512056\n        coal: 0.07224915785746344\n        gas: 0.04284698746567894\n        geothermal: 1.5030225418970753e-05\n        hydro: 0.1308815394660542\n        hydro discharge: 0.001010318209267146\n        nuclear: 0.10586471704082535\n        oil: 0.011619573585806769\n        solar: 0.06593060787085872\n        unknown: 0.021132683160768818\n        wind: 0.4030084939358984\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.645446245289671e-08\n        biomass: 0.144644291632214\n        coal: 0.06582103189357245\n        gas: 0.04047182834088851\n        geothermal: 2.2079486441422732e-05\n        hydro: 0.12617478404830373\n        hydro discharge: 0.001193526111181387\n        nuclear: 0.11309776286303894\n        oil: 0.010801891173105956\n        solar: 0.08843372724158337\n        unknown: 0.01876231192947404\n        wind: 0.39057648626334907\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: DK.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Copenhagen\nzone_name: East Denmark\n"
  },
  {
    "path": "config/zones/DK.yaml",
    "content": "bounding_box:\n  - - 8.09468094680949\n    - 54.56229528970156\n  - - 15.15075150751511\n    - 57.75153653611572\ncenter_point:\n  - 9.326908056142866\n  - 56.054311974045376\ncentroid:\n  - 10.56109427745877\n  - 55.79013723915708\ncapacity:\n  biomass: 2139\n  coal: 3022\n  gas: 1568\n  geothermal: 0\n  hydro: 5\n  hydro storage: 0\n  nuclear: 0\n  oil: 959\n  solar: 2322\n  unknown: 136\n  wind: 7017\ncontributors:\n  - corradio\n  - Manu1400\ncountry: DK\ncountry_name: Denmark\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 845.5332093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 845.53\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 798.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 801.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 336.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 336.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 299.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1193.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1193.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1381.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.3278173\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 914.324608\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 858.83\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 861.08\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 456.9719859\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 456.97\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 419.26\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1437.417464\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1437.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1625.0\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 35.98888889\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13595829899283995\n        coal: 0.1485354234126849\n        gas: 0.05225882014369051\n        geothermal: 2.597701646904838e-05\n        hydro: 0.1700428248555171\n        hydro discharge: 0.0006809174493419097\n        nuclear: 0.058943881797539205\n        oil: 0.01857427420884643\n        solar: 0.028537230653620602\n        unknown: 0.015405117863256795\n        wind: 0.3710372282782425\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1247326039089966\n        coal: 0.18302058749856767\n        gas: 0.07252350158991756\n        geothermal: 3.709680066037601e-05\n        hydro: 0.14903240950089613\n        hydro discharge: 0.0010890383146027597\n        nuclear: 0.060328836007281\n        oil: 0.005365788901631393\n        solar: 0.0377297064100585\n        unknown: 0.010578307816129163\n        wind: 0.3555621100273502\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13034413206178677\n        coal: 0.12432657793550397\n        gas: 0.08184217879592194\n        geothermal: 4.907381787593547e-05\n        hydro: 0.12289285329715784\n        hydro discharge: 0.0013015369057485147\n        nuclear: 0.07104706020037366\n        oil: 0.00726679943892034\n        solar: 0.03983787784829738\n        unknown: 0.01034897495512764\n        wind: 0.41074292289410447\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10534844207323642\n        coal: 0.09865955113276632\n        gas: 0.061217410725118625\n        geothermal: 2.535811024895818e-05\n        hydro: 0.2106181597256165\n        hydro discharge: 0.006413512234569999\n        nuclear: 0.054684298152625745\n        oil: 0.006290265388603747\n        solar: 0.04511815289350426\n        unknown: 0.009792765268638474\n        wind: 0.40183203873151857\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1325321476516684\n        coal: 0.1303971245305186\n        gas: 0.06674507767008472\n        geothermal: 2.7270166600510458e-05\n        hydro: 0.17056778890056448\n        hydro discharge: 0.013066274497841921\n        nuclear: 0.05743658793007631\n        oil: 0.007586245656865026\n        solar: 0.04128955505772794\n        unknown: 0.016517867437770867\n        wind: 0.3638340168299024\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11646571983196764\n        coal: 0.11276014169512567\n        gas: 0.05628161925927549\n        geothermal: 2.1866597370709407e-05\n        hydro: 0.14430732023856824\n        hydro discharge: 0.002248364642074149\n        nuclear: 0.06982056132823157\n        oil: 0.006861950611750369\n        solar: 0.058083589997282144\n        unknown: 0.013713640667869287\n        wind: 0.41943518735950847\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.766127940282214e-10\n        biomass: 0.1014252170768069\n        coal: 0.07689580111424152\n        gas: 0.05571741554734854\n        geothermal: 2.1572201967878903e-05\n        hydro: 0.16315823699858728\n        hydro discharge: 0.0023455614224370015\n        nuclear: 0.06538646029726487\n        oil: 0.007015017187154775\n        solar: 0.07488220298253058\n        unknown: 0.01169113046859922\n        wind: 0.4414613257845362\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.2128866406600962e-07\n        biomass: 0.09667795273235628\n        coal: 0.06661401235496091\n        gas: 0.05353775760170223\n        geothermal: 2.3946995402485807e-05\n        hydro: 0.17620036021696572\n        hydro discharge: 0.0029164763756376277\n        nuclear: 0.0699715788005453\n        oil: 0.006801247324328013\n        solar: 0.0934880730481194\n        unknown: 0.010149763251266004\n        wind: 0.42361865325317705\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\nsubZoneNames:\n  - DK-DK1\n  - DK-DK2\ntimezone: Europe/Copenhagen\nzone_name: Denmark\n"
  },
  {
    "path": "config/zones/DM.yaml",
    "content": "bounding_box:\n  - - -61.468814688146836\n    - 15.201150663765702\n  - - -61.2564125641256\n    - 15.633337679319126\ncenter_point:\n  - -61.362613626136216\n  - 15.417244171542414\ncentroid:\n  - -61.349113491134865\n  - 15.424757356415444\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: DM\ncountry_name: Dominica\ncurrency: XCD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Dominica\nzone_name: Dominica\n"
  },
  {
    "path": "config/zones/DO.yaml",
    "content": "bounding_box:\n  - - -72.00972009720093\n    - 17.605369823135703\n  - - -68.35568355683552\n    - 19.935172675191865\ncenter_point:\n  - -70.64581908809805\n  - 19.003507168033153\ncentroid:\n  - -70.48228743156992\n  - 18.853989594891836\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1060.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1700.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2240.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 610.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 630.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 580.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1420.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1980.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1750.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1740.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\ncontributors:\n  - systemcatch\n  - nessie2013\n  - alixunderplatz\n  - consideRatio\ncountry: DO\ncountry_name: Dominican Republic\ncurrency: DOP\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011280330099424807\n        coal: 0.14362400571698894\n        gas: 0.5106890414473679\n        geothermal: 0.0\n        hydro: 0.12046500673470001\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.19501801585433304\n        solar: 0.0\n        unknown: 0.001484663707361843\n        wind: 0.01743893643982338\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012925956911795652\n        coal: 0.12732698255682406\n        gas: 0.46676545683440046\n        geothermal: 0.0\n        hydro: 0.10312081698062121\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.2536208525581716\n        solar: 0.000111026328150641\n        unknown: 0.009056554934911226\n        wind: 0.02707235289512512\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012174830228366273\n        coal: 0.1268312157085024\n        gas: 0.4183756944965807\n        geothermal: 0.0\n        hydro: 0.056027536952169214\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.25314260780094516\n        solar: 0.0060781783510567376\n        unknown: 0.0867589207197395\n        wind: 0.040611015742640026\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009707972095108715\n        coal: 0.3604811408428967\n        gas: 0.28814517998914985\n        geothermal: 0.0\n        hydro: 0.06600652679906015\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.13618933091241262\n        solar: 0.014657298807662224\n        unknown: 0.07011493066725415\n        wind: 0.05469761988645557\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010134892208187264\n        coal: 0.3013204395897952\n        gas: 0.3932114794705303\n        geothermal: 0.0\n        hydro: 0.06850952962979008\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.11564795638695256\n        solar: 0.02338202747619552\n        unknown: 0.032487597556916416\n        wind: 0.05530607768163253\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009360069753550828\n        coal: 0.30706113423428677\n        gas: 0.3663250345011476\n        geothermal: 0.0\n        hydro: 0.06593871715921543\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.15012609951512484\n        solar: 0.032883204007210086\n        unknown: 0.014951952284648079\n        wind: 0.05335378854481634\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009426605595307603\n        coal: 0.2993508136963388\n        gas: 0.25280795672244344\n        geothermal: 0.0\n        hydro: 0.04847984247103398\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.12462784019988545\n        solar: 0.04635123981672069\n        unknown: 0.17169783934403446\n        wind: 0.04725786215423553\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011463440593032665\n        coal: 0.31224070634014406\n        gas: 0.3238493612383818\n        geothermal: 0.0\n        hydro: 0.05821423573662806\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.08851449447114812\n        solar: 0.06587656603563896\n        unknown: 0.09357429549804941\n        wind: 0.04626690008697701\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: DO.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Santo_Domingo\nzone_name: Dominican Republic\n"
  },
  {
    "path": "config/zones/DZ.yaml",
    "content": "bounding_box:\n  - - -8.681486814868123\n    - 18.982071508441607\n  - - 11.968319683196853\n    - 37.08240717969856\ncenter_point:\n  - 1.5925447337166325\n  - 28.02492976863435\ncentroid:\n  - 2.9813168670991392\n  - 31.062722570726514\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 15960.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 17130.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 19680.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 19900.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 21570.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 23470.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 450.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1490.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1460.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1560.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: DZ\ncountry_name: Algeria\ncurrency: DZD\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9889616849323075\n        geothermal: 0.0\n        hydro: 0.00017536621953407952\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0035953872632283087\n        solar: 0.007103075358023904\n        unknown: 0.0\n        wind: 0.00016441212685149015\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9889742986324795\n        geothermal: 0.0\n        hydro: 0.00017961719018977343\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0036047228087590687\n        solar: 0.0070754161021284396\n        unknown: 0.0\n        wind: 0.00016600744389401443\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Algiers\nzone_name: Algeria\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/EC.yaml",
    "content": "bounding_box:\n  - - -91.66951669516689\n    - -5.011463268937746\n  - - -75.22815228152277\n    - 1.43413381070657\ncenter_point:\n  - -78.06446953772002\n  - -1.7972333931900646\ncentroid:\n  - -81.95893882015737\n  - -1.5465502825203785\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 930.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 940.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 980.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 960.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 920.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4520.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 5070.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5080.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5100.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5190.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 5220.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2410.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2470.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2480.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2470.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2500.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2470.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2490.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2690.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\ncountry: EC\ncountry_name: Ecuador\ncurrency: USD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: EC.fetch_consumption\n  production: EC.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Guayaquil\nzone_name: Ecuador\n"
  },
  {
    "path": "config/zones/EE.yaml",
    "content": "bounding_box:\n  - - 21.86841868418685\n    - 57.5154078686776\n  - - 28.18648186481866\n    - 59.666325366613975\ncenter_point:\n  - 25.56793173167626\n  - 58.607463432264865\ncentroid:\n  - 24.408274591220515\n  - 58.578411345870805\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 106.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 121.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 175.73999999999998\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 175.5\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 192.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 400\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 169.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 167.3\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1976.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1970.3\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1970.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1462.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1371.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1330.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 214.4\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 204.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 176.56\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 212.2\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 172.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 119.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 188.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 93.7\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 91.9\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 8.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7.13\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 8.4\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 8.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 8.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7.87\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 7.9\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 52.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1.4\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 33.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 122.7\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 164.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 370.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 510.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 812.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1174.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 11.83\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 11.8\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 13.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 20.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 384.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 487.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 462.4\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 328.8\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 329.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 326.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 317.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 447.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 682.0\ncontributors:\n  - corradio\n  - nessie2013\ncountry: EE\ncountry_name: Estonia\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 832.9110972\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 999.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 892.9110972\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1059.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.5\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08694622553183029\n        coal: 0.5339284677519908\n        gas: 0.0515833944274327\n        geothermal: 0.0\n        hydro: 0.10601284571569076\n        hydro discharge: 2.9951318374831823e-05\n        nuclear: 0.1173890925321195\n        oil: 0.0014442689869188462\n        solar: 0.00018002825770916368\n        unknown: 0.04043053969096788\n        wind: 0.06205666593252926\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05344051908183458\n        coal: 0.5047736544662191\n        gas: 0.031829662160375326\n        geothermal: 0.0\n        hydro: 0.05339251667578622\n        hydro discharge: 1.0972879788566714e-06\n        nuclear: 0.07263375654874478\n        oil: 0.0008135804542124674\n        solar: 0.00048046117314870165\n        unknown: 0.22946415802661102\n        wind: 0.05317552854125684\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06043323823646815\n        coal: 0.6583545551864324\n        gas: 0.0380989536256179\n        geothermal: 0.0\n        hydro: 0.04452732320449595\n        hydro discharge: 8.521017636814256e-06\n        nuclear: 0.041238271356891947\n        oil: 0.0006370304982375928\n        solar: 0.0007482999435954718\n        unknown: 0.08999759960653259\n        wind: 0.06595595007202072\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06519784059527511\n        coal: 0.6508049414523656\n        gas: 0.04770958866422499\n        geothermal: 0.0\n        hydro: 0.0531356414943133\n        hydro discharge: 4.036077899223171e-07\n        nuclear: 0.06599936150229051\n        oil: 0.0003669260983525079\n        solar: 0.0008044062733433512\n        unknown: 0.05061438950466644\n        wind: 0.06536623827829896\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08543753536419149\n        coal: 0.38478736856980433\n        gas: 0.06459549055864117\n        geothermal: 0.0\n        hydro: 0.10380966858129086\n        hydro discharge: 6.018184875980652e-05\n        nuclear: 0.14346915265588936\n        oil: 7.862248468828282e-05\n        solar: 0.001507939891639984\n        unknown: 0.11832373639496181\n        wind: 0.09793121991772942\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10449644312212812\n        coal: 0.2374138349115466\n        gas: 0.07428192649227049\n        geothermal: 3.642622783792479e-09\n        hydro: 0.1823401055308618\n        hydro discharge: 0.0001869564001705544\n        nuclear: 0.1876257964600788\n        oil: 0.00011530965263614013\n        solar: 0.012307214249878162\n        unknown: 0.04623665122633341\n        wind: 0.15499585180545797\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08627265633479003\n        coal: 0.3261436950380143\n        gas: 0.059498526112405706\n        geothermal: 0.0\n        hydro: 0.14519484728692983\n        hydro discharge: 0.00015149623507385677\n        nuclear: 0.16268810810830298\n        oil: 0.00016758666448011246\n        solar: 0.025693862803800406\n        unknown: 0.07028819944316751\n        wind: 0.12390102197303536\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1259852253778548\n        coal: 0.3438429725746771\n        gas: 0.041270924249955196\n        geothermal: 3.660155958879392e-09\n        hydro: 0.12997055081217304\n        hydro discharge: 6.620246088023785e-05\n        nuclear: 0.15690433427799313\n        oil: 0.0002802178800558474\n        solar: 0.04020433894286193\n        unknown: 0.026408263153452145\n        wind: 0.13506659205398078\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0913306316848167\n        coal: 0.20566644107144785\n        gas: 0.05737032274603525\n        geothermal: 5.823249534924278e-08\n        hydro: 0.15257931584246406\n        hydro discharge: 7.890249935060007e-05\n        nuclear: 0.23509144123418238\n        oil: 7.221968754736849e-05\n        solar: 0.06231635797101853\n        unknown: 0.01477897943738938\n        wind: 0.18071532452955735\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08945140086046262\n        coal: 0.18518720059126303\n        gas: 0.0809946409563121\n        geothermal: 8.384784910478956e-08\n        hydro: 0.13402435114909558\n        hydro discharge: 0.0005343920115837377\n        nuclear: 0.14992179240220946\n        oil: 7.683171908508261e-05\n        solar: 0.09519660517241334\n        unknown: 0.040069879623022754\n        wind: 0.22454441864573693\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Tallinn\nzone_name: Estonia\n"
  },
  {
    "path": "config/zones/EG.yaml",
    "content": "bounding_box:\n  - - 24.687246872468734\n    - 21.99593195465185\n  - - 36.89496894968951\n    - 31.657172159953546\ncenter_point:\n  - 30.498232586821736\n  - 26.804007270011923\ncentroid:\n  - 31.50899318261996\n  - 28.851579751153995\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 33190.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 48840.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 51810.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 52560.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 53530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 52660.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 52270.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2800.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2830.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 760.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1650.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1640.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1660.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1720.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1860.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2590.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1380.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1640.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1890.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2200.0\ncountry: EG\ncountry_name: Egypt\ncurrency: EGP\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.792304218151275\n        geothermal: 0.0\n        hydro: 0.07016449737964768\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.08626123105161614\n        solar: 0.023436072515245022\n        unknown: 0.0\n        wind: 0.02783393131852747\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7923036080608923\n        geothermal: 0.0\n        hydro: 0.07016520776093255\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.08626117771017332\n        solar: 0.023436075509726206\n        unknown: 0.0\n        wind: 0.027833902166199798\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Cairo\nzone_name: Egypt\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/EH.yaml",
    "content": "bounding_box:\n  - - -17.101971019710163\n    - 20.766631801140647\n  - - -8.666969194703857\n    - 27.66158889033389\ncenter_point:\n  - -12.824445339781253\n  - 24.502323564027694\ncentroid:\n  - -14.289802950951172\n  - 24.108608948434593\ncountry: EH\ncountry_name: Western Sahara\ncurrency: MAD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Africa\ntimezone: Africa/El_Aaiun\nzone_name: Western Sahara\n"
  },
  {
    "path": "config/zones/ER.yaml",
    "content": "bounding_box:\n  - - 36.42336423364236\n    - 12.360451240343423\n  - - 43.11943119431194\n    - 18.004641933531076\ncenter_point:\n  - 38.10493660287654\n  - 16.010069637764822\ncentroid:\n  - 39.662952793911515\n  - 14.91779626283995\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: ER\ncountry_name: Eritrea\ncurrency: ERN\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Asmara\nzone_name: Eritrea\n"
  },
  {
    "path": "config/zones/ES-CE.yaml",
    "content": "bounding_box:\n  - - -5.387418011072289\n    - 35.87135845199824\n  - - -5.278463534102098\n    - 35.92262502599443\ncenter_point:\n  - -5.333376028605113\n  - 35.894970004238736\ncentroid:\n  - -5.330090241389734\n  - 35.891950896456414\ncapacity:\n  gas:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 13.0\n  oil:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 78.0\ncontributors:\n  - VIKTORVAV99\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 405.89\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 405.89\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 405.93\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 405.96\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 405.82\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 405.86\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 438.89\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 438.89\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 438.93\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 438.96\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 438.82\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 438.86\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0044350185851695905\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9955482777806223\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.001150541319566968\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9988313501042958\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.004949120084514963\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9950341454487983\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0\n    - datetime: '2021-01-01'\n      value: 0.0\n    - datetime: '2022-01-01'\n      value: 0.0\n    - datetime: '2023-01-01'\n      value: 0.0\n    - datetime: '2024-01-01'\n      value: 0.0\n    - datetime: '2025-01-01'\n      value: 0.0\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0\n    - datetime: '2021-01-01'\n      value: 0.0\n    - datetime: '2022-01-01'\n      value: 0.0\n    - datetime: '2023-01-01'\n      value: 0.0\n    - datetime: '2024-01-01'\n      value: 0.0\n    - datetime: '2025-01-01'\n      value: 0.0\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\n  productionCapacity: REE.fetch_production_capacity\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Europe/Madrid\nzone_name: Ceuta\n"
  },
  {
    "path": "config/zones/ES-CN-FV.yaml",
    "content": "bounding_box:\n  - - -14.463587593357897\n    - 28.06789429485049\n  - - -13.836738367383646\n    - 28.716296938224176\ncenter_point:\n  - -14.150162980370771\n  - 28.392095616537333\ncentroid:\n  - -14.091886238675462\n  - 28.34474952478045\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\n  - t-couery\n  - VIKTORVAV99\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 784.591\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 781.383\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 775.822\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 748.463\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 717.273\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 794.155\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 738.986\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 741.362\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 1028.591\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 1025.383\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 1019.822\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 992.463\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 961.273\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 1038.155\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 982.986\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 985.362\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: Fuerteventura\n"
  },
  {
    "path": "config/zones/ES-CN-GC.yaml",
    "content": "bounding_box:\n  - - -15.81675816758164\n    - 27.734574114814762\n  - - -15.377553775537734\n    - 28.166761130368172\ncenter_point:\n  - -15.597155971559687\n  - 27.950667622591467\ncentroid:\n  - -15.613356133561306\n  - 27.955914926312314\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 712.884\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 704.616\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 703.516\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 688.459\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 692.156\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 688.248\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 689.499\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 690.396\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 956.884\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 948.616\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 947.516\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 932.459\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 936.156\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 932.248\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 933.499\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 934.396\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.95\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.3635406938755062\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5124232786503851\n        solar: 0.013664320420501374\n        unknown: 0.0\n        wind: 0.11037190538957074\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0012998622769471294\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8345114027870847\n        solar: 0.015583850159905504\n        unknown: 0.0\n        wind: 0.14860478949496442\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8251620695749571\n        solar: 0.014917290949331528\n        unknown: 0.0\n        wind: 0.1599207413310881\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7848651691552683\n        solar: 0.016829948801388127\n        unknown: 0.0\n        wind: 0.19830501455282273\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7569352640926051\n        solar: 0.0356487083837875\n        unknown: 0.0\n        wind: 0.20741615936530067\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7670962840984132\n        solar: 0.04158174682925995\n        unknown: 0.0\n        wind: 0.19132201935385834\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7427768552697082\n        solar: 0.04889212064097191\n        unknown: 0.0\n        wind: 0.20833115421534318\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: Gran Canaria\n"
  },
  {
    "path": "config/zones/ES-CN-HI.yaml",
    "content": "bounding_box:\n  - - -18.160381603816006\n    - 27.64298481350542\n  - - -17.898047301443473\n    - 27.828569453430994\ncenter_point:\n  - -18.029214452629738\n  - 27.735777133468208\ncentroid:\n  - -18.01293623635249\n  - 27.73108287875151\ncapacity:\n  hydro storage: 11.32\n  oil: 11.78\n  wind: 11.5\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 181.37\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 243.08\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 195.51\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 211.03\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 681.673\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 697.897\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 689.579\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 693.395\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 709.189\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 717.053\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 709.656\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 711.721\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 192.07\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 253.78\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 206.21\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 221.73\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 925.673\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 941.897\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 933.579\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 937.395\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 953.189\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 961.053\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 953.656\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 955.721\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.05031198057583127\n        nuclear: 0.0\n        oil: 0.40438669737212996\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.5453101862158201\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.04403266715087347\n        nuclear: 0.0\n        oil: 0.41524375625347787\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.540695709638694\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0364815520400542\n        nuclear: 0.0\n        oil: 0.5377108096444623\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.42576721218362756\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0349716015189203\n        nuclear: 0.0\n        oil: 0.4767118975482077\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.48829033452562287\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.03402602434651732\n        nuclear: 0.0\n        oil: 0.4804657455533628\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.4854842382621434\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.018029759077066207\n        nuclear: 0.0\n        oil: 0.6141811841786473\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.3677736527078204\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.02195398329650652\n        nuclear: 0.0\n        oil: 0.5178817428592677\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.4601475232281346\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.7471\n    - datetime: '2023-01-01'\n      value: 0.6575\n    - datetime: '2024-01-01'\n      value: 0.7253\n    - datetime: '2025-01-01'\n      value: 0.7035\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.7471\n    - datetime: '2023-01-01'\n      value: 0.6575\n    - datetime: '2024-01-01'\n      value: 0.7253\n    - datetime: '2025-01-01'\n      value: 0.7035\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: El Hierro\n"
  },
  {
    "path": "config/zones/ES-CN-IG.yaml",
    "content": "bounding_box:\n  - - -17.334480011242956\n    - 28.02651501273826\n  - - -17.0983709837098\n    - 28.20683144969101\ncenter_point:\n  - -17.21642549747638\n  - 28.116673231214634\ncentroid:\n  - -17.227404126168764\n  - 28.1194594372202\ncapacity:\n  oil: 22.8\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 683.958\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 696.102\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 692.636\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 697.33\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 707.279\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 693.63\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 713.29\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 684.308\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 927.958\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 940.102\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 936.636\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 941.33\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 951.279\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 937.63\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 957.29\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 928.308\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9999828032199614\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9999047041519915\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9998975884225004\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9998973391667373\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9998911646928592\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9284115678299145\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.07155506292990885\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8988179175999675\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.10116250460286508\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: Isla de la Gomera\n"
  },
  {
    "path": "config/zones/ES-CN-LP.yaml",
    "content": "bounding_box:\n  - - -18.001980019800158\n    - 28.45583986262575\n  - - -17.721177211772073\n    - 28.84080114469154\ncenter_point:\n  - -17.861578615786115\n  - 28.648320503658645\ncentroid:\n  - -17.8543785437854\n  - 28.694115154313316\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 680.386\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 679.71\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 685.035\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 681.021\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 678.628\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 683.252\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 677.072\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 669.797\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 924.386\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 923.71\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 929.035\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 925.021\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 922.628\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 927.252\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 921.072\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 913.797\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0016368359702573277\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.884939873865101\n        solar: 0.026022068375152942\n        unknown: 0.0\n        wind: 0.08740347881504518\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 6.23252114295731e-05\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8885452537446913\n        solar: 0.02609975248039286\n        unknown: 0.0\n        wind: 0.08529499034086195\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8964833553111414\n        solar: 0.026374097656100194\n        unknown: 0.0\n        wind: 0.07714438601957777\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8997758000899152\n        solar: 0.0209359711148945\n        unknown: 0.0\n        wind: 0.07928811279571987\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9211715042275147\n        solar: 0.012206243110458023\n        unknown: 0.0\n        wind: 0.06662036401534964\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9291200284970847\n        solar: 0.017697072042023216\n        unknown: 0.0\n        wind: 0.053184358408431054\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9132256887989368\n        solar: 0.018142231715055784\n        unknown: 0.0\n        wind: 0.0686308771428057\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: La Palma\n"
  },
  {
    "path": "config/zones/ES-CN-LZ.yaml",
    "content": "bounding_box:\n  - - -13.858338583385802\n    - 28.859405221520007\n  - - -13.458734587345845\n    - 29.147052870944634\ncenter_point:\n  - -13.658536585365823\n  - 29.00322904623232\ncentroid:\n  - -13.63693636936366\n  - 29.021833123060777\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\n  - t-couery\n  - VIKTORVAV99\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 677.295\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 675.787\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 680.581\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 682.08\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 690.044\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 675.258\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 652.743\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 650.514\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 921.295\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 919.787\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 924.581\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 926.08\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 934.044\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 919.258\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 896.742\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 894.514\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: Lanzarote\n"
  },
  {
    "path": "config/zones/ES-CN-TE.yaml",
    "content": "bounding_box:\n  - - -16.91476914769146\n    - 27.996462273246138\n  - - -16.11916119161188\n    - 28.57175757209538\ncenter_point:\n  - -16.51696516965167\n  - 28.28410992267076\ncentroid:\n  - -16.47196471964717\n  - 28.349326411772715\ncontributors:\n  - hectorespert\n  - systemcatch\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 719.318\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 715.641\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 726.572\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 703.665\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 701.384\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 691.569\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE\n        value: 694.468\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE\n        value: 692.128\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 963.318\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 959.641\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 970.572\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 947.665\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 945.384\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 935.569\n      - datetime: '2023-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 938.468\n      - datetime: '2024-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 936.128\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.3942721762784891\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5084693207758296\n        solar: 0.05313294521769942\n        unknown: 0.0\n        wind: 0.044125319731717794\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0018267975669966272\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8058201977756733\n        solar: 0.053076215742941975\n        unknown: 0.0\n        wind: 0.13927672179980005\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7945839455118994\n        solar: 0.05416299647581524\n        unknown: 0.0\n        wind: 0.15125320517059446\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.7858116959053282\n        solar: 0.053992538480540586\n        unknown: 0.0\n        wind: 0.1601957472743555\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8057356447101643\n        solar: 0.048724063248987454\n        unknown: 0.0\n        wind: 0.1455402775411303\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8089046710861777\n        solar: 0.048765228060308745\n        unknown: 0.0\n        wind: 0.1423299486870001\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8098111936581934\n        solar: 0.04704794606775687\n        unknown: 0.0\n        wind: 0.1431409807238982\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Canary\nzone_name: Tenerife\n"
  },
  {
    "path": "config/zones/ES-IB-FO.yaml",
    "content": "bounding_box:\n  - - 1.38421384213845\n    - 38.64228746762315\n  - - 1.582215822158247\n    - 38.749618680095026\ncenter_point:\n  - 1.4832148321483485\n  - 38.69595307385909\ncentroid:\n  - 1.4778147781478097\n  - 38.68414664048718\ncan_have_zero_production: true\ncontributors:\n  - hectorespert\n  - systemcatch\n  - alixunderplatz\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.047100387132375146\n        coal: 0.3287909226511239\n        gas: 0.4561070347729369\n        geothermal: 0.0\n        hydro: 0.022650261680792542\n        hydro discharge: 0.0003944611617420095\n        nuclear: 0.03894603426423294\n        oil: 0.00165544356403204\n        solar: 0.06962562833567568\n        unknown: 0.00083203283296402\n        wind: 0.03341926694889681\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03453468235931871\n        coal: 0.20969626860433424\n        gas: 0.3292688744675957\n        geothermal: 0.0\n        hydro: 0.01760819844136997\n        hydro discharge: 0.00022728881814980216\n        nuclear: 0.040572877212077786\n        oil: 0.2690104458659111\n        solar: 0.06492909226984045\n        unknown: 0.0007806216227631576\n        wind: 0.03327107199798722\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0469291650894959\n        coal: 0.048426277555993935\n        gas: 0.5921111268960613\n        geothermal: 0.0\n        hydro: 0.03101640988578583\n        hydro discharge: 0.00041589635580591123\n        nuclear: 0.05753614303325932\n        oil: 0.08039766632755507\n        solar: 0.09366573260019125\n        unknown: 0.0013539037717661484\n        wind: 0.048238065862651225\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03874107302061008\n        coal: 0.01269418143877278\n        gas: 0.5966426359776449\n        geothermal: 0.0\n        hydro: 0.0188778760192522\n        hydro discharge: 0.0002221677125401792\n        nuclear: 0.029111306821425965\n        oil: 0.20225922075751374\n        solar: 0.07134534112871406\n        unknown: 0.0005570939123494946\n        wind: 0.029364734312615017\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.034275321371517106\n        coal: 0.011097398363273593\n        gas: 0.6397842007084057\n        geothermal: 0.0\n        hydro: 0.0055166321519324844\n        hydro discharge: 0.00021509334420828473\n        nuclear: 0.01513847441618309\n        oil: 0.20053018539628079\n        solar: 0.07597727227602796\n        unknown: 7.721299535682018e-05\n        wind: 0.0167705050139598\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.040868604171072374\n        coal: 0.015244378316868574\n        gas: 0.6961284213467871\n        geothermal: 0.0\n        hydro: 0.01654925455424307\n        hydro discharge: 0.004599716272418758\n        nuclear: 0.04374553135353414\n        oil: 0.006830735224514869\n        solar: 0.13025821223930797\n        unknown: 0.0017929657210758992\n        wind: 0.04364451476793249\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.036515886034502495\n        coal: 0.02270024526765901\n        gas: 0.5853921348164444\n        geothermal: 0.0\n        hydro: 0.02147756768393767\n        hydro discharge: 0.00569502090963447\n        nuclear: 0.03911975581312243\n        oil: 0.10728475743719992\n        solar: 0.13720299574021036\n        unknown: 0.006784750754949078\n        wind: 0.037652333529152336\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021):\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37, https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Madrid\nzone_name: Formentera\n"
  },
  {
    "path": "config/zones/ES-IB-IZ.yaml",
    "content": "bounding_box:\n  - - 1.211412114121174\n    - 38.8326214844066\n  - - 1.621816218162195\n    - 39.10452722266869\ncenter_point:\n  - 1.4166141661416844\n  - 38.96857435353765\ncentroid:\n  - 1.433894338943412\n  - 38.989181946332245\ncan_have_zero_production: true\ncontributors:\n  - hectorespert\n  - systemcatch\n  - alixunderplatz\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 618.289\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 590.329\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 583.131\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 635.217\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 581.127\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 570.7\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 738.289\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 710.329\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 703.131\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 755.217\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 701.127\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 690.7\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9768251107774639\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005149749640335842\n        solar: 0.020929598379349802\n        unknown: 0.001977503861888963\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0112917258329075\n        coal: 0.08157607065119638\n        gas: 0.8807455679404854\n        geothermal: 0.0\n        hydro: 0.005548580564484378\n        hydro discharge: 0.00011696767994553189\n        nuclear: 0.0096008616487973\n        oil: 0.0004104775292249344\n        solar: 0.0028405159451156603\n        unknown: 0.00022116939787927693\n        wind: 0.007644272356256877\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04879513191181075\n        coal: 0.31131600882486776\n        gas: 0.4783351963796621\n        geothermal: 0.0\n        hydro: 0.025752178670769014\n        hydro discharge: 0.0004395892158074925\n        nuclear: 0.05794982475589046\n        oil: 0.0033878705450553015\n        solar: 0.02658548887373031\n        unknown: 0.0011294070017458526\n        wind: 0.04630931783906812\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05534432383554426\n        coal: 0.058583512551889816\n        gas: 0.674900422038957\n        geothermal: 0.0\n        hydro: 0.03910668832707259\n        hydro discharge: 0.0006056769235821019\n        nuclear: 0.06870342274194327\n        oil: 0.00232719194210302\n        solar: 0.04050479432441813\n        unknown: 0.0014525230006464931\n        wind: 0.05846960828725907\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05134066136802477\n        coal: 0.013737139785334683\n        gas: 0.7758055317085241\n        geothermal: 0.0\n        hydro: 0.02764300749559819\n        hydro discharge: 0.000387440894105207\n        nuclear: 0.041186597237440205\n        oil: 0.0014938002072788904\n        solar: 0.0452708723628487\n        unknown: 0.0009033092712146469\n        wind: 0.04222803279427872\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.047371464385007764\n        coal: 0.012914654762840384\n        gas: 0.8322483153795601\n        geothermal: 0.0\n        hydro: 0.008307952553480522\n        hydro discharge: 0.00044056996261453434\n        nuclear: 0.02257294231216907\n        oil: 0.0006846296034897201\n        solar: 0.049677472042985296\n        unknown: 0.0004244217004346928\n        wind: 0.025236689197919996\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04469560858478786\n        coal: 0.012260830541197771\n        gas: 0.7205727934349242\n        geothermal: 0.0\n        hydro: 0.019745829268170093\n        hydro discharge: 0.004812506362432892\n        nuclear: 0.0468567735762213\n        oil: 0.0004514576762126067\n        solar: 0.09810801176307876\n        unknown: 0.002351379639988687\n        wind: 0.050143787075413046\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.041927465225863075\n        coal: 0.010740122474026838\n        gas: 0.7169486251774267\n        geothermal: 0.0\n        hydro: 0.02547104336673067\n        hydro discharge: 0.005914497387727304\n        nuclear: 0.04549354498417642\n        oil: 0.0007620359293831895\n        solar: 0.09853247752804309\n        unknown: 0.009190009928075097\n        wind: 0.045019652943978444\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021):\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37, https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Madrid\nzone_name: Ibiza\n"
  },
  {
    "path": "config/zones/ES-IB-MA.yaml",
    "content": "bounding_box:\n  - - 2.356223562235641\n    - 39.269101748458894\n  - - 3.475834758347617\n    - 39.96890125377551\ncenter_point:\n  - 2.916029160291629\n  - 39.619001501117204\ncentroid:\n  - 2.9300693006930287\n  - 39.60798216330343\ncontributors:\n  - hectorespert\n  - systemcatch\n  - alixunderplatz\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 378.09\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 411.09\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07122152616715648\n        coal: 0.12464303900403434\n        gas: 0.7423309282453295\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05906647269796483\n        unknown: 0.0027348597549728994\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0779828345111624\n        coal: 0.5745875990810352\n        gas: 0.30533280600658397\n        geothermal: 0.0\n        hydro: 0.005451131532608672\n        hydro discharge: 0.0001147784099435192\n        nuclear: 0.008630084428583323\n        oil: 0.00039149472480271724\n        solar: 0.019386543100322836\n        unknown: 0.00021445159818918883\n        wind: 0.007906220027288167\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06348449933298395\n        coal: 0.40867670360766534\n        gas: 0.3103177616116432\n        geothermal: 0.0\n        hydro: 0.033848729815283786\n        hydro discharge: 0.0006003944996412882\n        nuclear: 0.07816460712114892\n        oil: 0.0032108301437382314\n        solar: 0.03882154513788825\n        unknown: 0.0015074853570028874\n        wind: 0.06136858957339723\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06064061594355012\n        coal: 0.062023072478291405\n        gas: 0.6344790845972432\n        geothermal: 1.622966670602271e-08\n        hydro: 0.045794420126437814\n        hydro discharge: 0.0007656345268566212\n        nuclear: 0.0779195360120061\n        oil: 0.0024327972848438425\n        solar: 0.048567580571551465\n        unknown: 0.0016464996873260039\n        wind: 0.06573084533011588\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05548427795173568\n        coal: 0.015094448787273751\n        gas: 0.7627411734645679\n        geothermal: 7.342291254988475e-09\n        hydro: 0.028253670289026842\n        hydro discharge: 0.00042218419459225565\n        nuclear: 0.04199017944070341\n        oil: 0.0010566682933920847\n        solar: 0.051818262138398276\n        unknown: 0.0009148666223844922\n        wind: 0.04222429084479915\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.054457642540701005\n        coal: 0.02092173057432375\n        gas: 0.803533465675946\n        geothermal: 0.0\n        hydro: 0.009124431009617408\n        hydro discharge: 0.00040786682870327847\n        nuclear: 0.02398774628622767\n        oil: 0.00044778627683124357\n        solar: 0.060264664142214805\n        unknown: 0.0004526765480288947\n        wind: 0.026401690305139065\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05657796804660899\n        coal: 0.019192670389106985\n        gas: 0.6475564979832881\n        geothermal: 2.219856471850028e-09\n        hydro: 0.024660718524252737\n        hydro discharge: 0.00672530824510745\n        nuclear: 0.06114652589964817\n        oil: 0.0005987530067262206\n        solar: 0.11779851728016748\n        unknown: 0.0029865327412458152\n        wind: 0.0627562015436549\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.2719854615300786e-07\n        biomass: 0.06116456845313932\n        coal: 0.014264431337069037\n        gas: 0.5929408301932747\n        geothermal: 1.0923007026586914e-08\n        hydro: 0.037749925391492814\n        hydro discharge: 0.009220208538205252\n        nuclear: 0.06852106076344723\n        oil: 0.0011714772113916093\n        solar: 0.1366875017345735\n        unknown: 0.010697864190356308\n        wind: 0.06758167342075513\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.119\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.1027\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Madrid\nzone_name: Mallorca\n"
  },
  {
    "path": "config/zones/ES-IB-ME.yaml",
    "content": "bounding_box:\n  - - 3.821438214382169\n    - 39.821499721980814\n  - - 4.300243002430051\n    - 40.05905947225189\ncenter_point:\n  - 4.06084060840611\n  - 39.94027959711635\ncentroid:\n  - 4.069120691206939\n  - 39.96689773780937\ncapacity:\n  biomass:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  coal:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  gas:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  geothermal:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  hydro:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  nuclear:\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\n  oil:\n    - datetime: '2018-05-01'\n      source: ime.cat\n      value: 271.6\n  solar:\n    - datetime: '2018-05-01'\n      source: ime.cat\n      value: 5.1\n    - datetime: '2023-05-01'\n      source: ime.cat, menorca.info\n      value: 50.8\n  wind:\n    - datetime: '2018-05-01'\n      source: ime.cat\n      value: 3.2\n    - datetime: '2023-12-31'\n      source: ree.es\n      value: 0\ncontributors:\n  - hectorespert\n  - systemcatch\n  - alixunderplatz\n  - silimotion\n  - hectodium\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE\n        value: 773.092\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE\n        value: 814.399\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE\n        value: 812.544\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE\n        value: 777.284\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE\n        value: 781.398\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE\n        value: 838.759\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1235.586989\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2017-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1017.092\n      - datetime: '2018-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1058.399\n      - datetime: '2019-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1056.544\n      - datetime: '2020-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1021.284\n      - datetime: '2021-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1025.398\n      - datetime: '2022-01-01'\n        source: EU-ETS, REE; IPCC 2014\n        value: 1082.759\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6207486973241648\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.28966987689823204\n        solar: 0.07355103679068013\n        unknown: 0.0\n        wind: 0.016037705854312342\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9250933021176478\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.03468602527539667\n        unknown: 0.0\n        wind: 0.040304256542921586\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9418028148434132\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0035349688854402882\n        solar: 0.030714822408781168\n        unknown: 0.0\n        wind: 0.02394739386236535\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014994493159378494\n        coal: 0.0257142889589026\n        gas: 0.8267695032618773\n        geothermal: 0.0\n        hydro: 0.010339723085439737\n        hydro discharge: 0.00018271462288974922\n        nuclear: 0.019745312431545523\n        oil: 0.005143144684220779\n        solar: 0.057796813091188955\n        unknown: 0.0004146791146905725\n        wind: 0.03884631225767675\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018141043074065933\n        coal: 0.005543203920393808\n        gas: 0.8693813775953567\n        geothermal: 0.0\n        hydro: 0.01054033312629362\n        hydro discharge: 0.0001662947364262957\n        nuclear: 0.014718833675383925\n        oil: 0.004715505478679535\n        solar: 0.0502592692396035\n        unknown: 0.0003048736834482089\n        wind: 0.026175905669817194\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011010879749139224\n        coal: 0.002936872987338105\n        gas: 0.9341435322750186\n        geothermal: 0.0\n        hydro: 0.0021430090293537577\n        hydro discharge: 0.00012077132075191381\n        nuclear: 0.005446519603837569\n        oil: 8.003058688942293e-05\n        solar: 0.03373498164229497\n        unknown: 7.326948219571896e-05\n        wind: 0.010250357032756017\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010828480646211289\n        coal: 0.003002860457315108\n        gas: 0.6105729857307653\n        geothermal: 0.0\n        hydro: 0.004859165713499271\n        hydro discharge: 0.0012599712741476166\n        nuclear: 0.011751957582299842\n        oil: 0.2909404591382946\n        solar: 0.05125209256652933\n        unknown: 0.0005842060588349988\n        wind: 0.014924742238317957\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009642452916333841\n        coal: 0.002599544945958682\n        gas: 0.09507536077858454\n        geothermal: 0.0\n        hydro: 0.00648241679171353\n        hydro discharge: 0.001622656195062216\n        nuclear: 0.010901195312007348\n        oil: 0.6829632661733087\n        solar: 0.1665956294197355\n        unknown: 0.001631594221039395\n        wind: 0.022478089603296073\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, REE:\n    link: https://colab.research.google.com/github/silimotion/Emission_factors_research/blob/main/Spanish_non_peninsular_factors.ipynb\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021):\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37, https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Madrid\nzone_name: Menorca\n"
  },
  {
    "path": "config/zones/ES-ML.yaml",
    "content": "bounding_box:\n  - - -2.970256683510813\n    - 35.26572463778479\n  - - -2.926766941365234\n    - 35.3209422034335\ncenter_point:\n  - -2.9485118124380234\n  - 35.293333420609144\ncentroid:\n  - -2.9483281088581914\n  - 35.2899607062312\ncapacity:\n  biomass:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 1.0\n  gas:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 12.0\n  oil:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 64.0\n  solar:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 0.0\n  unknown:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 1.0\ncontributors:\n  - VIKTORVAV99\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 375.83\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 375.83\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 375.01\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 377.19\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 376.11\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 374.12\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 408.83\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 408.83\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 408.01\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 410.19\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 409.11\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 407.12\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07502462217888135\n        coal: 0.0\n        gas: 8.917144295971451e-05\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9248783467157186\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07107893270299667\n        coal: 0.0\n        gas: 0.0002213449138309281\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9286989174925765\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07349749030325115\n        coal: 0.0\n        gas: 0.0012876318227207154\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.9252105767656325\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0743\n    - datetime: '2021-01-01'\n      value: 0.0743\n    - datetime: '2022-01-01'\n      value: 0.0763\n    - datetime: '2023-01-01'\n      value: 0.0709\n    - datetime: '2024-01-01'\n      value: 0.0735\n    - datetime: '2025-01-01'\n      value: 0.0785\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0743\n    - datetime: '2021-01-01'\n      value: 0.0743\n    - datetime: '2022-01-01'\n      value: 0.0763\n    - datetime: '2023-01-01'\n      value: 0.0709\n    - datetime: '2024-01-01'\n      value: 0.0735\n    - datetime: '2025-01-01'\n      value: 0.0785\nparsers:\n  consumption: ES.fetch_consumption\n  production: ES.fetch_production\n  productionCapacity: REE.fetch_production_capacity\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Europe/Madrid\nzone_name: Melilla\n"
  },
  {
    "path": "config/zones/ES.yaml",
    "content": "_comment: 'Hydro capacity from IRENA includes pumped storage generation capacity.\n  Note: ENTSO-E (not used for hydro capacity) lists 5645 MW for pumped storage CONSUMPTION\n  capacity.'\nbounding_box:\n  - - -9.293492934929333\n    - 36.00623288931391\n  - - 3.317433174331768\n    - 43.76270184394805\ncenter_point:\n  - -2.930449175092898\n  - 39.92267065800313\ncentroid:\n  - -4.034615295817258\n  - 40.571071296247744\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 1009.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 1007.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 1010.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 1210.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 1225.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 1219.0\n    - datetime: '2023-01-01'\n      source: ree.es\n      value: 1226.0\n    - datetime: '2024-01-01'\n      source: ree.es\n      value: 1230.0\n    - datetime: '2024-09-01'\n      source: ree.es\n      value: 1222.0\n    - datetime: '2025-01-01'\n      source: ree.es\n      value: 1231.0\n  coal:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 9562.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 9215.0\n    - datetime: '2021-01-01'\n      source: ree.es\n      value: 5144.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 3523.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 3223.0\n    - datetime: '2024-01-01'\n      source: ree.es\n      value: 1820.0\n  gas:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 30949.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 30788.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 30330.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 30222.0\n    - datetime: '2021-01-01'\n      source: ree.es\n      value: 30202.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 30154.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 30160.0\n    - datetime: '2023-01-01'\n      source: ree.es\n      value: 30140.0\n    - datetime: '2023-12-01'\n      source: ree.es\n      value: 30152.0\n    - datetime: '2024-01-01'\n      source: ree.es\n      value: 30132.0\n    - datetime: '2024-09-01'\n      source: ree.es\n      value: 30088.0\n    - datetime: '2025-01-01'\n      source: ree.es\n      value: 30076.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 17048.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 17056.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 17063.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 17097.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 17092.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 17093.0\n    - datetime: '2023-01-01'\n      source: ree.es\n      value: 17092.0\n    - datetime: '2023-12-01'\n      source: ree.es\n      value: 17096.0\n    - datetime: '2024-09-01'\n      source: ree.es\n      value: 17097.0\n    - datetime: '2025-01-01'\n      source: ree.es\n      value: 17095.0\n  hydro storage:\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 3331.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 7573.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 7117.0\n  solar:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 6746.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 6748.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 6887.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 10952.0\n    - datetime: '2021-01-01'\n      source: ree.es\n      value: 13887.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 17758.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 21815.0\n    - datetime: '2023-01-01'\n      source: ree.es\n      value: 22317.0\n    - datetime: '2023-12-01'\n      source: ree.es\n      value: 26866.0\n    - datetime: '2024-01-01'\n      source: ree.es\n      value: 28155.0\n    - datetime: '2024-09-01'\n      source: ree.es\n      value: 30070.0\n    - datetime: '2025-01-01'\n      source: ree.es\n      value: 34807.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 410.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 404.0\n    - datetime: '2021-01-01'\n      source: ree.es\n      value: 394.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 407.0\n    - datetime: '2022-12-01'\n      source: ree.es\n      value: 387.0\n  wind:\n    - datetime: '2017-01-01'\n      source: ree.es\n      value: 22818.0\n    - datetime: '2018-01-01'\n      source: ree.es\n      value: 22856.0\n    - datetime: '2019-01-01'\n      source: ree.es\n      value: 23050.0\n    - datetime: '2020-01-01'\n      source: ree.es\n      value: 25299.0\n    - datetime: '2021-01-01'\n      source: ree.es\n      value: 27222.0\n    - datetime: '2022-01-01'\n      source: ree.es\n      value: 28147.0\n    - datetime: '2023-01-01'\n      source: ree.es\n      value: 29597.0\n    - datetime: '2024-01-01'\n      source: ree.es\n      value: 30202.0\n    - datetime: '2024-09-01'\n      source: ree.es\n      value: 30848.0\n    - datetime: '2025-01-01'\n      source: ree.es\n      value: 31558.0\ncontributors:\n  - brandongalbraith\n  - corradio\n  - JosepRey\n  - nessie2013\n  - KabelWlan\n  - gadakast\n  - silimotion\ncountry: ES\ncountry_name: Spain\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 94.75\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 971.2573613\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1156.28\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1323.69\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1474.31\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 397.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 426.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 391.0\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 411.76\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 127.8\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 114.03\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 161.38\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 89.35\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 66.98\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 66.6\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 127.75\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1050.5643503\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1235.586989\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1383.69\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1534.31\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 517.8527093\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 546.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 511.0\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 531.76\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 138.5\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 124.73\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 172.08\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 100.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 77.68\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 77.3\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.46666667\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024729649400220714\n        coal: 0.1994616304155791\n        gas: 0.17218400015166174\n        geothermal: 2.198311266629953e-09\n        hydro: 0.11872036535138755\n        hydro discharge: 0.0006690508615017283\n        nuclear: 0.23362247644985304\n        oil: 0.011211442158969569\n        solar: 0.049283682351388296\n        unknown: 0.0049796422247172165\n        wind: 0.1851380786522526\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.017400934688113337\n        coal: 0.14331242065540795\n        gas: 0.16420663715253075\n        geothermal: 4.193977272960315e-08\n        hydro: 0.15796575968235974\n        hydro discharge: 0.0019735377153009864\n        nuclear: 0.23805408139777148\n        oil: 0.007506006992952079\n        solar: 0.048069953377326946\n        unknown: 0.03468219368922021\n        wind: 0.18682842995981014\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023015091519529254\n        coal: 0.16668716475431047\n        gas: 0.22463709206003474\n        geothermal: 6.449483266451862e-08\n        hydro: 0.08581599719397405\n        hydro discharge: 0.0019789633348285015\n        nuclear: 0.2496264346030768\n        oil: 0.009991674107747659\n        solar: 0.050937004871962226\n        unknown: 0.0049316007134213415\n        wind: 0.18237892063786448\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02267357199384772\n        coal: 0.13896092256403358\n        gas: 0.20046947358321585\n        geothermal: 9.840576150165949e-08\n        hydro: 0.1461829187742981\n        hydro discharge: 0.002091950140087699\n        nuclear: 0.23977052424960207\n        oil: 0.009677599917589878\n        solar: 0.04734434788696264\n        unknown: 0.005163535750377489\n        wind: 0.1876655284088785\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021771103950726196\n        coal: 0.05022243156408891\n        gas: 0.3016723417409685\n        geothermal: 1.4055437245550039e-07\n        hydro: 0.10802383919051498\n        hydro discharge: 0.0017960778374877034\n        nuclear: 0.24260404819576742\n        oil: 0.010267876452541808\n        solar: 0.05651426616336851\n        unknown: 0.004751562010365605\n        wind: 0.20237967698971446\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02576827866712645\n        coal: 0.023607331705812987\n        gas: 0.2526592508167033\n        geothermal: 3.0734846489594417e-07\n        hydro: 0.14329854749826237\n        hydro discharge: 0.002217640810817146\n        nuclear: 0.24710451697657643\n        oil: 0.007858895521571367\n        solar: 0.07968550207592087\n        unknown: 0.005253555420144353\n        wind: 0.21254710422988102\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026640656060872535\n        coal: 0.023840181681251883\n        gas: 0.24311283363171848\n        geothermal: 3.5805972922516003e-07\n        hydro: 0.13366995471981147\n        hydro discharge: 0.0018254614521521313\n        nuclear: 0.23634869619778442\n        oil: 0.006093148634704813\n        solar: 0.0970068985783964\n        unknown: 0.0052135481180964\n        wind: 0.22625003432970137\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02417940102379467\n        coal: 0.03167067915640569\n        gas: 0.29359839141497335\n        geothermal: 1.3966246582519656e-07\n        hydro: 0.08560146570345804\n        hydro discharge: 0.0021860739145060115\n        nuclear: 0.21761637973263062\n        oil: 0.004806834810618121\n        solar: 0.1134580482981864\n        unknown: 0.004153899254812183\n        wind: 0.22272960812827403\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.582561381478141e-08\n        biomass: 0.02119811414731427\n        coal: 0.016498111700538474\n        gas: 0.21665544741923332\n        geothermal: 8.855329613811202e-08\n        hydro: 0.09998060227334997\n        hydro discharge: 0.02475308946481042\n        nuclear: 0.22788206649074313\n        oil: 0.0019438668082859436\n        solar: 0.1493495611633502\n        unknown: 0.003208766517987543\n        wind: 0.23853026275286915\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.974680316284894e-06\n        biomass: 0.021322223365164414\n        coal: 0.012427550821610487\n        gas: 0.1687859255264439\n        geothermal: 1.148201639768602e-07\n        hydro: 0.1328782484019404\n        hydro discharge: 0.028592418529992846\n        nuclear: 0.22669515472484764\n        oil: 0.0014104071615737561\n        solar: 0.17259103779609025\n        unknown: 0.0033878554452865988\n        wind: 0.231907080406899\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.7723\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.7211\n    - datetime: '2021-01-01'\n      value: 0.7519\n    - datetime: '2022-01-01'\n      value: 0.6802\n    - datetime: '2023-01-01'\n      value: 0.8129\n    - datetime: '2024-01-01'\n      value: 0.8709\n    - datetime: '2025-01-01'\n      value: 0.8533\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5509\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4667\n    - datetime: '2021-01-01'\n      value: 0.5088\n    - datetime: '2022-01-01'\n      value: 0.461\n    - datetime: '2023-01-01'\n      value: 0.5891\n    - datetime: '2024-01-01'\n      value: 0.6584\n    - datetime: '2025-01-01'\n      value: 0.6595\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: REE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Madrid\nzone_name: Spain\n"
  },
  {
    "path": "config/zones/ET.yaml",
    "content": "bounding_box:\n  - - 32.9889298892989\n    - 3.404734871690188\n  - - 47.97947979479795\n    - 14.879157026350086\ncenter_point:\n  - 40.425691433080274\n  - 9.06938123819799\ncentroid:\n  - 38.221270674245226\n  - 9.428327640554063\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3820.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4070.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4820.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4880.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\ncountry: ET\ncountry_name: Ethiopia\ncurrency: ETB\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.967351083721048\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00011531725941540038\n        solar: 0.0020188273051168775\n        unknown: 0.0\n        wind: 0.030514389273255144\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9673517111090494\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00011535583671568062\n        solar: 0.002018939705847075\n        unknown: 0.0\n        wind: 0.030513859522903735\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Addis_Ababa\nzone_name: Ethiopia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/FI.yaml",
    "content": "bounding_box:\n  - - 20.549205472874075\n    - 59.81086473274276\n  - - 31.570515705157078\n    - 70.07029756222104\ncenter_point:\n  - 26.323970083708076\n  - 64.96030393692205\ncentroid:\n  - 25.28410780108274\n  - 65.08244089552896\ncapacity:\n  biomass:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1947.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1782.0\n  coal:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2608.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2454.0\n  gas:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1780.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1742.0\n  hydro:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3167.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3173.0\n  nuclear:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2794.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4364.0\n  oil:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1051.0\n  solar:\n    - datetime: '2023-01-01'\n      source: fingrid.fi\n      value: 606\n    - datetime: '2023-12-31'\n      source: fingrid.fi\n      value: 1018\n    - datetime: '2024-11-17'\n      source: fingrid.fi\n      value: 1109\n    - datetime: '2025-02-10'\n      source: fingrid.fi\n      value: 1256\n    - datetime: '2025-05-09'\n      source: fingrid.fi\n      value: 1367\n    - datetime: '2025-07-07'\n      source: fingrid.fi\n      value: 1485\n    - datetime: '2025-10-15'\n      source: fingrid.fi\n      value: 1512\n    - datetime: '2026-03-13'\n      source: fingrid.fi\n      value: 1575\n  unknown:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 828.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 840.0\n  wind:\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5121.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 6618.0\n    - datetime: '2024-02-01'\n      source: fingrid.fi\n      value: 6931.8\n    - datetime: '2024-11-17'\n      source: fingrid.fi\n      value: 8092\n    - datetime: '2025-01-23'\n      source: fingrid.fi\n      value: 8411\n    - datetime: '2025-06-10'\n      source: fingrid.fi\n      value: 8760\n    - datetime: '2025-07-07'\n      source: fingrid.fi\n      value: 8885\n    - datetime: '2025-10-15'\n      source: fingrid.fi\n      value: 9237\n    - datetime: '2026-03-13'\n      source: fingrid.fi\n      value: 9413\ncontributors:\n  - corradio\n  - nessie2013\n  - gadakast\n  - pnook\ncountry: FI\ncountry_name: Finland\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 895.6862569\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 754.07\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 757.91\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 893.19\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 295.9885661\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 295.99\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 476.61\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 371.46\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 990.5340999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 848.9178430000001\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 817.91\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 953.19\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 415.9885661\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 415.99\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 596.61\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 491.46\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    wind:\n      datetime: '2012-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0938821239040481\n        coal: 0.10669939402322381\n        gas: 0.06201808207489409\n        geothermal: 0.0\n        hydro: 0.2702345304269363\n        hydro discharge: 6.363999422749549e-06\n        nuclear: 0.34945959571186447\n        oil: 0.00022226400130939713\n        solar: 0.000532382186861179\n        unknown: 0.06701517114168964\n        wind: 0.0499389669479236\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07979658832193824\n        coal: 0.12230601432453067\n        gas: 0.04298119833087339\n        geothermal: 0.0\n        hydro: 0.2449003620404438\n        hydro discharge: 6.628845081447931e-06\n        nuclear: 0.34564377496195064\n        oil: 0.0002557686261622299\n        solar: 0.0005629350639445627\n        unknown: 0.10749539270237181\n        wind: 0.056064694001174496\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08794025391580078\n        coal: 0.12126421236147042\n        gas: 0.050765310731352487\n        geothermal: 3.49864431543418e-08\n        hydro: 0.27591481873164303\n        hydro discharge: 1.892071721946129e-06\n        nuclear: 0.31017196704035294\n        oil: 0.00024822893608403816\n        solar: 0.0007617606801273658\n        unknown: 0.06927001756470363\n        wind: 0.08366142971600632\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07801409727778828\n        coal: 0.1269025536027467\n        gas: 0.05940542908308375\n        geothermal: 4.372542079287888e-08\n        hydro: 0.2429689676644934\n        hydro discharge: 2.11845447791835e-06\n        nuclear: 0.31287620967344787\n        oil: 0.0002246427823109982\n        solar: 0.0006362298068672531\n        unknown: 0.08673230403452678\n        wind: 0.09223772623430179\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07412906127284172\n        coal: 0.10310914015841025\n        gas: 0.05488007971522546\n        geothermal: 7.82766215768681e-08\n        hydro: 0.24458184046571266\n        hydro discharge: 2.3442844615841525e-06\n        nuclear: 0.3394657153777757\n        oil: 0.00019317428316463337\n        solar: 0.0008488759658658023\n        unknown: 0.07993983796351463\n        wind: 0.10285042463420137\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07439408261571256\n        coal: 0.07112419572734865\n        gas: 0.05136623673811213\n        geothermal: 5.431300680591825e-08\n        hydro: 0.3099043641752685\n        hydro discharge: 0.00012992942947159393\n        nuclear: 0.3211467846062323\n        oil: 0.00021734303462775997\n        solar: 0.0007872234507755919\n        unknown: 0.03948254647744252\n        wind: 0.131447383957588\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07619530262504165\n        coal: 0.08179509626708058\n        gas: 0.0479744828131899\n        geothermal: 5.092293008236449e-08\n        hydro: 0.2752949478612634\n        hydro discharge: 8.930587285681925e-05\n        nuclear: 0.3094938886004483\n        oil: 0.00034740621632779045\n        solar: 0.00021118293955484327\n        unknown: 0.08500980708434848\n        wind: 0.12358918438344557\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07398647752681636\n        coal: 0.09039066518055783\n        gas: 0.022407024643433793\n        geothermal: 2.2023919487113752e-08\n        hydro: 0.2784278803973507\n        hydro discharge: 1.616094111203222e-05\n        nuclear: 0.32754849336283665\n        oil: 0.0005513165999759593\n        solar: 0.0004846672081771715\n        unknown: 0.04117073607548343\n        wind: 0.16501660971539792\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06521986292526186\n        coal: 0.051448471808842176\n        gas: 0.022207284673493203\n        geothermal: 5.034960502641137e-08\n        hydro: 0.2465395310815344\n        hydro discharge: 2.3468334141273796e-05\n        nuclear: 0.40720727663539685\n        oil: 9.869011544595521e-05\n        solar: 0.01063062980069732\n        unknown: 0.010701879513555073\n        wind: 0.18592282833178803\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07638071549553743\n        coal: 0.03500728593466532\n        gas: 0.015270931279160457\n        geothermal: 4.801148511938404e-08\n        hydro: 0.22058946776480864\n        hydro discharge: 2.6659738262889315e-05\n        nuclear: 0.3758105564651526\n        oil: 7.819647905125822e-05\n        solar: 0.015558684526736201\n        unknown: 0.02072893283843738\n        wind: 0.24054849102643136\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: FI.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Helsinki\nzone_name: Finland\n"
  },
  {
    "path": "config/zones/FJ.yaml",
    "content": "bounding_box:\n  - - -180\n    - -19.12909541607167\n  - - 180\n    - -16.14958095785243\ncenter_point:\n  - 177.95966237664243\n  - -17.776480004044934\ncentroid:\n  - 150.3533245858774\n  - -17.34634280695111\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: FJ\ncountry_name: Fiji\ncurrency: FJD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Fiji\nzone_name: Fiji\n"
  },
  {
    "path": "config/zones/FK.yaml",
    "content": "bounding_box:\n  - - -61.12321123211227\n    - -52.310181981043506\n  - - -57.78237782377819\n    - -51.278371258480554\ncenter_point:\n  - -59.470794707947036\n  - -51.83792464616726\ncentroid:\n  - -59.36009360093596\n  - -51.74448144209703\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: FK\ncountry_name: Falkland Islands\ncurrency: FKP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: Atlantic/Stanley\nzone_name: Falkland Islands\n"
  },
  {
    "path": "config/zones/FM.yaml",
    "content": "bounding_box:\n  - - 158.1261812618126\n    - 6.794970102968477\n  - - 158.29178291782918\n    - 6.938078386264309\ncenter_point:\n  - 158.2089820898209\n  - 6.866524244616393\ncentroid:\n  - 158.23658236582366\n  - 6.880358045334991\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 0.73\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 32.17\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 37.07\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 38.87\n  solar:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 1.73\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 2.5\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 2.9\n  wind:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 0.83\ncountry: FM\ncountry_name: Micronesia\ncurrency: USD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Chuuk\nzone_name: Micronesia\n"
  },
  {
    "path": "config/zones/FO-MI.yaml",
    "content": "bounding_box:\n  - - -7.463117272061591\n    - 61.748550888568346\n  - - -6.405608910181027\n    - 62.39259194164544\ncenter_point:\n  - -6.934363091121309\n  - 62.0705714151069\ncentroid:\n  - -6.87261917103823\n  - 62.14598822338982\ncapacity:\n  biomass: 1.3\n  hydro: 37.3\n  oil: 86.1\n  unknown: 0.1\n  wind: 37.5\ncontributors:\n  - corradio\n  - q--\n  - VIKTORVAV99\n  - amv213\ncountry: FO\ncountry_name: Faroe Islands\ncurrency: DKK\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 481.60707\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n    unknown:\n      comment: Data reflects Ocean (tidal) direct emissions from table A.III.2\n      source: IPCC 2014\n      value: 0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1168.890109\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1144.294608\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    unknown:\n      comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2\n      source: IPCC 2014\n      value: 17\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015358770249353101\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.32013528405183933\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4716367064030261\n        solar: 0.0\n        unknown: 1.2556994099172868e-05\n        wind: 0.19285617699004856\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010851775017550648\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.23049654152193183\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5023903760386292\n        solar: 0.0\n        unknown: 1.6916288038008052e-05\n        wind: 0.25624515141645876\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01747571033546078\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.246998157847731\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.43595547729955675\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.29956949622511475\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  unknown:\n    value: 1\nisRenewable:\n  unknown:\n    value: 1\nparsers:\n  production: FO.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Faroe\nzone_name: Main Islands\n"
  },
  {
    "path": "config/zones/FO-SI.yaml",
    "content": "bounding_box:\n  - - -6.988389900229108\n    - 61.39207339559458\n  - - -6.668657472558352\n    - 61.6530567252827\ncenter_point:\n  - -6.82852368639373\n  - 61.52256506043864\ncentroid:\n  - -6.8038229048162115\n  - 61.530854520581684\ncapacity:\n  hydro: 3.3\n  oil: 13.6\n  solar: 0.24\n  wind: 6\ncontributors:\n  - corradio\n  - q--\n  - VIKTORVAV99\n  - amv213\ncountry: FO\ncountry_name: Faroe Islands\ncurrency: DKK\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 481.60707\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n    unknown:\n      comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2\n      source: IPCC 2014\n      value: 0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1168.890109\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1144.294608\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    unknown:\n      comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2\n      source: IPCC 2014\n      value: 17\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.132198084846763\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5297837798007383\n        solar: 0.0045826520006905765\n        unknown: 0.0\n        wind: 0.3334277688972878\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.11800670796717387\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4408138238297388\n        solar: 0.005933823038562434\n        unknown: 0.0\n        wind: 0.43524042559796317\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.050524812072244754\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.46860447661480964\n        solar: 0.004961919576653245\n        unknown: 0.0\n        wind: 0.475904117942365\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  production: FO.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Faroe\nzone_name: South Island\nisRenewable:\n  unknown:\n    value: 1\nisLowCarbon:\n  unknown:\n    value: 1\n"
  },
  {
    "path": "config/zones/FO.yaml",
    "content": "bounding_box:\n  - - -7.463117272061591\n    - 61.39207339559458\n  - - -6.405608910181027\n    - 62.39259194164544\ncenter_point:\n  - -6.934363091121309\n  - 61.892332668620014\ncentroid:\n  - -6.847347073242383\n  - 61.920020740725604\ncapacity:\n  biomass: 1.3\n  hydro: 40.6\n  oil: 99.7\n  solar: 0.24\n  unknown: 0.1\n  wind: 43.5\ncontributors:\n  - corradio\n  - q--\n  - amv213\ncountry: FO\ncountry_name: Faroe Islands\ncurrency: DKK\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1045.58\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 481.60707\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 449.46\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n    unknown:\n      comment: Data reflects Ocean (tidal) direct emissions from table A.III.2\n      source: IPCC 2014\n      value: 0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1168.890109\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1157.207343\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 569.46\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    unknown:\n      comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2\n      source: IPCC 2014\n      value: 17\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2685630274166093\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6178784421667692\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.1133928104338448\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01733172985203319\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.237708660836947\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6117476901021067\n        solar: 0.0004114547212078257\n        unknown: 1.4446059177202655e-05\n        wind: 0.13272450542005115\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014026584643601712\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.3038274056372337\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4766720066202257\n        solar: 0.0003974045924400508\n        unknown: 1.1444735403255254e-05\n        wind: 0.20506418466043658\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00998756171580095\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.22153216131807327\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.49746346910044176\n        solar: 0.0004717713489983989\n        unknown: 1.5547855248811606e-05\n        wind: 0.27053075698155554\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.016165896296414132\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.23226413273678534\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4383898553239989\n        solar: 0.000371762432307948\n        unknown: 0.0\n        wind: 0.3128075908110926\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  unknown:\n    value: 1\nisRenewable:\n  unknown:\n    value: 1\nparsers:\n  production: FO.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\nsubZoneNames:\n  - FO-MI\n  - FO-SI\ntimezone: Atlantic/Faroe\nzone_name: Faroe Islands\n"
  },
  {
    "path": "config/zones/FR-COR.yaml",
    "content": "bounding_box:\n  - - 8.559085590855943\n    - 41.372793512907634\n  - - 9.55269552695529\n    - 42.99134819698351\ncenter_point:\n  - 9.055890558905617\n  - 42.18207085494557\ncentroid:\n  - 9.053250532505347\n  - 42.16771232385489\ncapacity:\n  biomass: 2.295\n  gas: 250\n  geothermal: 0\n  hydro: 223.266\n  oil: 224\n  solar: 145.123\n  wind: 18\ncontributors:\n  - PETILLON-Sebastien\n  - VIKTORVAV99\ncountry: FR\ncountry_name: France\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 363.08\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 440.34\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 483.7\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 854.4786144\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 869.45\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 380.5979557\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 381.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 769.5956561\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 755.44\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 396.08\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 473.34\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 516.7\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 953.9335274\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 968.9049130000001\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 500.5979557\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 501.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1013.5956561\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 999.44\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0059976628024861894\n        coal: 0.0\n        gas: 0.5631649554016566\n        geothermal: 0.0\n        hydro: 0.30789349698414337\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.10113321060044624\n        unknown: 0.0\n        wind: 0.021809897668649394\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005089517683437944\n        coal: 3.856300038486876e-05\n        gas: 0.6298975420503029\n        geothermal: 0.0\n        hydro: 0.23812940521241424\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 1.5224679978619349e-06\n        solar: 0.11322428018842533\n        unknown: 4.046917982934631e-05\n        wind: 0.013572870278776452\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010600145224865382\n        coal: 0.060100976299692424\n        gas: 0.3714604399059435\n        geothermal: 0.04555052985728811\n        hydro: 0.26651083434450457\n        hydro discharge: 0.004374786589759857\n        nuclear: 0.0073942194511669\n        oil: 0.0020507467175681932\n        solar: 0.09264091986892278\n        unknown: 0.08904276171796913\n        wind: 0.050272363935094815\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013156462350448376\n        coal: 0.08551703967600778\n        gas: 0.4914181228848665\n        geothermal: 0.029223261383844755\n        hydro: 0.19063978432739448\n        hydro discharge: 0.004078014359742053\n        nuclear: 0.005378189192351257\n        oil: 0.003123484468379402\n        solar: 0.10207054163194787\n        unknown: 0.021233551745460297\n        wind: 0.054161621075505394\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012372804355963628\n        coal: 0.0637163158759008\n        gas: 0.4710639705651329\n        geothermal: 0.022902172273343027\n        hydro: 0.2504517314569523\n        hydro discharge: 0.0038281824633156396\n        nuclear: 0.0035729530557039747\n        oil: 0.0026544112504738077\n        solar: 0.12295785390430206\n        unknown: 0.011879974638784091\n        wind: 0.03459869992458104\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012508045140722731\n        coal: 0.08146580258589414\n        gas: 0.4548520355611095\n        geothermal: 0.031435374932119134\n        hydro: 0.21958830536691729\n        hydro discharge: 0.007005558251310662\n        nuclear: 0.005555030340161698\n        oil: 0.003204664063447632\n        solar: 0.11418379426494851\n        unknown: 0.0168297549205616\n        wind: 0.05337014021778572\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012186244028996911\n        coal: 0.09196660501213032\n        gas: 0.3801482138315288\n        geothermal: 0.035145174640867714\n        hydro: 0.12204979388882331\n        hydro discharge: 0.004808646854060273\n        nuclear: 0.004246802007915289\n        oil: 0.15776053436764728\n        solar: 0.11835549271859838\n        unknown: 0.02267362273416361\n        wind: 0.050658400638399284\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.001259377328280306\n        biomass: 0.011279340968212606\n        coal: 0.0790652554732761\n        gas: 0.14969263897855914\n        geothermal: 0.03190875580508219\n        hydro: 0.21164480430235721\n        hydro discharge: 0.007325919171181966\n        nuclear: 0.008074280942068109\n        oil: 0.27942088348636035\n        solar: 0.1339264087499508\n        unknown: 0.02244353585828427\n        wind: 0.06395879454953529\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0014329491117878494\n        biomass: 0.016852798356268038\n        coal: 0.10101584152715089\n        gas: 0.15168193149651962\n        geothermal: 0.008899311796340788\n        hydro: 0.21112115213578297\n        hydro discharge: 0.009087498515642304\n        nuclear: 0.003192659769293663\n        oil: 0.25979326594409285\n        solar: 0.13984351379653193\n        unknown: 0.021942060514426275\n        wind: 0.07513672956538177\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.4884\n    - datetime: '2024-01-01'\n      value: 0.4103\n    - datetime: '2025-01-01'\n      value: 0.3944\nisRenewable:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.4803\n    - datetime: '2024-01-01'\n      value: 0.4072\n    - datetime: '2025-01-01'\n      value: 0.3942\nparsers:\n  price: FR_O.fetch_price\n  production: FR_O.fetch_production\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Paris\nzone_name: Corsica\n"
  },
  {
    "path": "config/zones/FR.yaml",
    "content": "bounding_box:\n  - - -4.775447754477511\n    - 42.34020550798748\n  - - 8.199081990819934\n    - 51.086983783028785\ncenter_point:\n  - 1.73217371580232\n  - 46.68550997160196\ncentroid:\n  - 3.41727311067867\n  - 46.04823289827162\ncapacity:\n  battery storage:\n    - datetime: '2021-01-01'\n      source: rte-france.com\n      value: 292.0\n    - datetime: '2022-01-01'\n      source: rte-france.com\n      value: 476.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 170.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1840.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1931.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2038.33\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2039.33\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2248.1000000000004\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2271.46\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2370.38\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2653.68\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2930.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 3972.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3966.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1812.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1815.81\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1812.46\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1813.25\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6696.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 11812.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 11952.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 12237.6\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 12217.6\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 13074.11\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 12892.82\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 13133.29\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 13112.72\n  geothermal:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1.85\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 18557.64\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 19800.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 19234.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 20260.09\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 20285.09\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 20619.36\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 20482.63\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 20385.46\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 20427.86\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4965.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5020.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 5023.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 5064.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 5049.96\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5051.05\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5064.73\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5542.58\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 63130.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 61370.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5300.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 6263.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3271.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2874.21\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2746.21\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2761.79\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2565.78\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3042.47\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 3039.5\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 7660.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 7170.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 8188.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 9437.84\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 10212.84\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 13153.79\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 14638.79\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 17419.3\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 21237.97\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 302.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 415.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 348.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1315.85\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1365.85\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1399.5\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1388.04\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1274.99\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 371.58000000000004\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 13569.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 12518.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 13610.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 16591.88\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 17226.88\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 19535.54\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 21335.4\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 23617.06\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 24606.27\ncontributors:\n  - corradio\n  - lorrieq\n  - nessie2013\n  - gadakast\ncountry: FR\ncountry_name: France\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 20.35\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 17.88\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 15.13\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 854.4786144\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 869.45\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 921.02\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 828.47\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 380.5979557\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 381.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 338.39\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 363.32\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 28.86\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 32.58\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 56.67\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 24.57\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 12.59\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 10.36\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 769.5956561\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 755.44\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 590.35\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 849.33\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 53.35\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 50.88\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 48.13\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 953.9335274\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 968.9049130000001\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 981.02\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 888.47\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 500.5979557\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 501.61\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 458.39\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 483.32\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 39.56\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 43.28\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 67.37\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 35.27\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 23.29\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 21.06\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1013.5956561\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 999.44\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 834.35\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1093.33\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 30.075\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014649714483554652\n        coal: 0.01743473927467629\n        gas: 0.042370588719523795\n        geothermal: 3.8550414322331076e-07\n        hydro: 0.09754615544021171\n        hydro discharge: 0.009731422361683338\n        nuclear: 0.7595048922765821\n        oil: 0.004889142949567012\n        solar: 0.013819388314986752\n        unknown: 0.000614813699422456\n        wind: 0.03943875386590272\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01677123156475827\n        coal: 0.01771380383168754\n        gas: 0.07228349391741931\n        geothermal: 1.1582844618221332e-06\n        hydro: 0.10832503915402875\n        hydro discharge: 0.009916686010319696\n        nuclear: 0.71078728588206\n        oil: 0.0032546299668737215\n        solar: 0.01653651106912829\n        unknown: 0.0023310125481720645\n        wind: 0.04207914464919185\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018748294563862733\n        coal: 0.02215848847564565\n        gas: 0.08041189454266316\n        geothermal: 1.4422924001338023e-06\n        hydro: 0.08912221732888187\n        hydro discharge: 0.01057743337409941\n        nuclear: 0.7052201543171881\n        oil: 0.006640703668592956\n        solar: 0.017546504024065795\n        unknown: 0.0020677852818653353\n        wind: 0.04750507628865286\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018037769280996516\n        coal: 0.012939070277714354\n        gas: 0.05861180757274389\n        geothermal: 2.2865554898365726e-06\n        hydro: 0.1120911816700541\n        hydro discharge: 0.010347002850245202\n        nuclear: 0.710025656144638\n        oil: 0.003893349902178269\n        solar: 0.019940007667136873\n        unknown: 0.00079497935402942\n        wind: 0.053316892019762585\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01871349690627882\n        coal: 0.004813152066729278\n        gas: 0.07366904923952437\n        geothermal: 3.1963362867079255e-06\n        hydro: 0.10127842925646478\n        hydro discharge: 0.00974334268973361\n        nuclear: 0.6983771184687934\n        oil: 0.004555502750203661\n        solar: 0.022913018269165877\n        unknown: 0.0009700559260945408\n        wind: 0.06496364747856284\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020505234541264853\n        coal: 0.004184746619277642\n        gas: 0.07500580591548696\n        geothermal: 5.2731426160309175e-06\n        hydro: 0.11846184494358837\n        hydro discharge: 0.010207443227442466\n        nuclear: 0.6586655133804802\n        oil: 0.001934550187594299\n        solar: 0.02708828732281785\n        unknown: 0.0011960435641866754\n        wind: 0.08274526703639272\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.019904454345747044\n        coal: 0.010456212916781898\n        gas: 0.07141996557267574\n        geothermal: 1.2111377031787511e-05\n        hydro: 0.10678356687201783\n        hydro discharge: 0.009115157185193195\n        nuclear: 0.6768487309591066\n        oil: 0.0020139458662568766\n        solar: 0.027777207411741413\n        unknown: 0.0010330650764378449\n        wind: 0.07463560240854214\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022065879726485292\n        coal: 0.014509253001965783\n        gas: 0.11551944803386882\n        geothermal: 1.5633934758911427e-05\n        hydro: 0.09247885153397063\n        hydro discharge: 0.012009506769831348\n        nuclear: 0.5974180079587315\n        oil: 0.0032020579466884003\n        solar: 0.044331619225364514\n        unknown: 0.002166674570944399\n        wind: 0.09628308534800463\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 9.625582869517857e-07\n        biomass: 0.01429357717053872\n        coal: 0.0046441996046644495\n        gas: 0.06506583001088198\n        geothermal: 4.3446033086035716e-06\n        hydro: 0.10486074858093865\n        hydro discharge: 0.010841369888100943\n        nuclear: 0.6433256632290727\n        oil: 0.0034249980416440574\n        solar: 0.0478172146694561\n        unknown: 0.0010684078776343445\n        wind: 0.1046526822446214\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 5.24803239253299e-05\n        biomass: 0.012620126817696989\n        coal: 0.001530549082462334\n        gas: 0.03603334028768703\n        geothermal: 2.1041309530707855e-06\n        hydro: 0.12044394027574781\n        hydro discharge: 0.013662019445778311\n        nuclear: 0.6746800863132116\n        oil: 0.002640214353842674\n        solar: 0.04719155478803789\n        unknown: 0.00038720954386614967\n        wind: 0.09075636778437683\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.9447\n    - datetime: '2024-01-01'\n      value: 0.9567\n    - datetime: '2025-01-01'\n      value: 0.9626\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.9304\n    - datetime: '2021-01-01'\n      value: 0.9281\n    - datetime: '2022-01-01'\n      value: 0.8723\n    - datetime: '2023-01-01'\n      value: 0.9377\n    - datetime: '2024-01-01'\n      value: 0.9702\n    - datetime: '2025-01-01'\n      value: 0.9748\nisRenewable:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.2726\n    - datetime: '2024-01-01'\n      value: 0.2734\n    - datetime: '2025-01-01'\n      value: 0.2663\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2493\n    - datetime: '2021-01-01'\n      value: 0.2301\n    - datetime: '2022-01-01'\n      value: 0.2605\n    - datetime: '2023-01-01'\n      value: 0.2894\n    - datetime: '2024-01-01'\n      value: 0.3014\n    - datetime: '2025-01-01'\n      value: 0.3025\nparsers:\n  consumption: FR.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: FR.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Paris\nzone_name: France\n"
  },
  {
    "path": "config/zones/GA.yaml",
    "content": "bounding_box:\n  - - 8.695886958869607\n    - -3.93672006138604\n  - - 14.499144991449924\n    - 2.309956504477071\ncenter_point:\n  - 11.708644369489573\n  - -0.6967646921278292\ncentroid:\n  - 11.704904283085405\n  - -1.0821513139124261\ncountry: GA\ncountry_name: Gabon\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Libreville\nzone_name: Gabon\n"
  },
  {
    "path": "config/zones/GB-NIR.yaml",
    "content": "bounding_box:\n  - - -8.173881738817357\n    - 54.03644550175591\n  - - -5.434254342543397\n    - 55.24857266127161\ncenter_point:\n  - -6.507324449477657\n  - 54.66168556794619\ncentroid:\n  - -6.608016080160773\n  - 54.576082986683936\ncapacity:\n  battery storage: 150\n  biomass: 82\n  coal: 0\n  gas: 1008\n  hydro: 6\n  oil: 394\n  solar: 285\n  wind: 1430\ncontributors:\n  - corradio\n  - systemcatch\n  - brunolajoie\n  - alixunderplatz\n  - nessie2013\n  - msaynevirta\n  - brandongalbraith\ncountry: GB\ncountry_name: Northern Ireland\ncurrency: EUR\ndisclaimer: The complete generation mix is unavailable. It is therefore estimated\n  by Electricity Maps.\nemissionFactors:\n  direct:\n    gas:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    gas:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    oil:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2731996571787163\n        gas: 0.5208424904534642\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001187650500454946\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.20476734818604286\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.272702648819229\n        gas: 0.546145663975731\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0030721677803850164\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.1780767831357459\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0561664691222293\n        coal: 0.13378645946634526\n        gas: 0.47439835078494375\n        geothermal: 0.0\n        hydro: 0.002776863153337358\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.07185710116948833\n        solar: 0.0\n        unknown: 0.017772988881682564\n        wind: 0.24323648102209852\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07214151414673074\n        coal: 0.1433253076490959\n        gas: 0.42888185117776256\n        geothermal: 0.0\n        hydro: 0.003011039601075656\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00800763595148947\n        solar: 0.0\n        unknown: 0.029088990617660817\n        wind: 0.3155374545180556\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07939135949734241\n        coal: 0.09374709949121969\n        gas: 0.4322608115335559\n        geothermal: 0.0\n        hydro: 0.003813763746380853\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.008598009249641709\n        solar: 0.0\n        unknown: 0.028704758793921557\n        wind: 0.353477835762537\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07900957953989912\n        coal: 0.10254451441046267\n        gas: 0.4006541300869623\n        geothermal: 0.0\n        hydro: 0.0037351887391979055\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.008467020003272971\n        solar: 0.0\n        unknown: 0.02820390031873462\n        wind: 0.3773791864820577\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08871192876669518\n        coal: 0.12590938003773974\n        gas: 0.4321900803345247\n        geothermal: 0.0\n        hydro: 0.0028765602389080225\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.007603360156160388\n        solar: 0.0\n        unknown: 0.02767487613864049\n        wind: 0.3150271645789647\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08443677937205395\n        coal: 0.11984160780403448\n        gas: 0.4113619280391782\n        geothermal: 0.0\n        hydro: 0.002737951127844904\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.007236983635139479\n        solar: 0.0\n        unknown: 0.02634122064498521\n        wind: 0.3480377376737529\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.2550012395521744e-09\n        biomass: 0.0516054476601846\n        coal: 0.041018633703694324\n        gas: 0.46524408728693256\n        geothermal: 2.3845023551491307e-08\n        hydro: 0.012631778236281047\n        hydro discharge: 0.00022937030154675315\n        nuclear: 0.0473705890474571\n        oil: 0.0010500607921345437\n        solar: 0.027924928416172553\n        unknown: 0.0030082342062028432\n        wind: 0.3499154396479806\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 6.98315658157476e-07\n        biomass: 0.06629979638874206\n        coal: 0.0021132967534361127\n        gas: 0.5331136867289081\n        geothermal: 6.972749492779566e-08\n        hydro: 0.016935756361284374\n        hydro discharge: 0.0004632965347311419\n        nuclear: 0.054134168723671994\n        oil: 0.00130082781970192\n        solar: 0.02743493748522642\n        unknown: 0.004058241153559021\n        wind: 0.29414430089880955\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: SMARTGRIDDASHBOARD.fetch_consumption\n  consumptionForecast: SMARTGRIDDASHBOARD.fetch_consumption_forecast\n  generationForecast: SMARTGRIDDASHBOARD.fetch_total_generation\n  price: ENTSOE.fetch_price\n  production: SMARTGRIDDASHBOARD.fetch_production\n  productionPerModeForecast: SMARTGRIDDASHBOARD.fetch_wind_solar_forecasts\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/London\nzone_name: Northern Ireland\n"
  },
  {
    "path": "config/zones/GB-ZET.yaml",
    "content": "bounding_box:\n  - - -1.65781657816575\n    - 59.88241887439068\n  - - -0.76140761407612\n    - 60.84553762097164\ncenter_point:\n  - -1.209612096120935\n  - 60.36397824768116\ncentroid:\n  - -1.1902619026189978\n  - 60.38526560482142\ncontributors:\n  - systemcatch\n  - maxbellec\ncountry: GB\ncountry_name: Great Britain\ncurrency: GBP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/London\nzone_name: Shetland Islands\n"
  },
  {
    "path": "config/zones/GB.yaml",
    "content": "_comment: Key should be GB-GBN (see https://en.wikipedia.org/wiki/ISO_3166-2:GB)\nbounding_box:\n  - - -7.543875438754355\n    - 49.959290510657624\n  - - 1.76941769417698\n    - 59.12680713858869\ncenter_point:\n  - -1.9472987018074561\n  - 54.185192184671\ncentroid:\n  - -3.839611949304168\n  - 54.74704251929902\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4930\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 6450\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6500\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 6600\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 4572\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 4438\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 14300\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 11450\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 8730\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5410\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5410\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4310\n    - datetime: '2023-01-01'\n      source: bmrs.elexon.co.uk\n      value: 1998\n    - datetime: '2024-01-01'\n      source: bmrs.elexon.co.uk\n      value: 1998\n    - datetime: '2025-01-01'\n      source: bmrs.elexon.co.uk\n      value: 0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 31000\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 32000\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 33000\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 38985\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 37047\n    - datetime: '2024-01-01'\n      source: bmreports.com\n      value: 32631\n    - datetime: '2025-01-01'\n      source: bmreports.com\n      value: 40470\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3000\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 4190\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 2063\n    - datetime: '2024-01-01'\n      source: bmreports.com\n      value: 1386\n    - datetime: '2025-01-01'\n      source: bmreports.com\n      value: 1687\n  hydro storage:\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 1928\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 5603\n    - datetime: '2024-01-01'\n      source: bmreports.com\n      value: 5891\n    - datetime: '2025-01-01'\n      source: bmreports.com\n      value: 11080\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 9300\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 7830\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 5883\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 12750\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 13000\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 13250\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 13750\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 14000\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 13324\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 14518\n    - datetime: '2024-01-01'\n      source: bmreports.com\n      value: 15896\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5000\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 4906\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 4775\n    - datetime: '2025-01-01'\n      source: bmreports.com\n      value: 6238\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 16300\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20940\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 21760\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 23150\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 25410\n    - datetime: '2022-01-01'\n      source: bmreports.com\n      value: 27330\n    - datetime: '2023-01-01'\n      source: bmreports.com\n      value: 26945\n    - datetime: '2024-01-01'\n      source: bmreports.com\n      value: 28535\n    - datetime: '2025-01-01'\n      source: bmreports.com\n      value: 32844\ncontributors:\n  - corradio\n  - lorrieq\n  - nessie2013\n  - AlexandreCouderc\n  - gadakast\n  - amv213\n  - VIKTORVAV99\n  - AJDelusion\ncountry: GB\ncountry_name: Great Britain\ncurrency: GBP\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 151.56\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 166.04\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 164.77\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 138.01\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 114.57\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 119.61\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 162.26\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 176.74\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 175.47\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 148.71\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 125.27\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 130.31\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 39.72\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0011107850197998633\n        coal: 0.24923266172774305\n        gas: 0.24934595147683364\n        geothermal: 9.007109246619976e-07\n        hydro: 0.018187712408445196\n        hydro discharge: 0.007963212363838115\n        nuclear: 0.233781199387908\n        oil: 0.00029602467685045094\n        solar: 0.021975736317498214\n        unknown: 0.032475060765958276\n        wind: 0.1856307461638121\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0011344532297370199\n        coal: 0.10349447566649182\n        gas: 0.44109376507891723\n        geothermal: 1.0442593162978466e-06\n        hydro: 0.017233359580853026\n        hydro discharge: 0.010281361422326543\n        nuclear: 0.25360461754744584\n        oil: 0.0003656684902675581\n        solar: 0.03296713428260252\n        unknown: 0.05494472511254511\n        wind: 0.08487938775201209\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008872169625736686\n        coal: 0.0779018957925082\n        gas: 0.42514846009192475\n        geothermal: 8.84131857966239e-07\n        hydro: 0.01815086091076348\n        hydro discharge: 0.010550731389177113\n        nuclear: 0.2549669109329945\n        oil: 0.000302027283380607\n        solar: 0.036795810334367136\n        unknown: 0.04928676369844136\n        wind: 0.11802348219384363\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.057846944017628625\n        coal: 0.06164572193004294\n        gas: 0.4151157879556949\n        geothermal: 1.598814933231657e-06\n        hydro: 0.01752086372432556\n        hydro discharge: 0.00938230392728849\n        nuclear: 0.24659009302560758\n        oil: 0.0002610712771169756\n        solar: 0.04089123176710867\n        unknown: 0.0027738986966526842\n        wind: 0.14797048619337996\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05684552518428051\n        coal: 0.023293041915163765\n        gas: 0.38194369042138787\n        geothermal: 8.576093702308757e-07\n        hydro: 0.015930910753295686\n        hydro discharge: 0.000556661466548219\n        nuclear: 0.20360164570012954\n        oil: 0.0002519723535924055\n        solar: 0.08335496670961735\n        unknown: 0.003809217615049497\n        wind: 0.2304115083560265\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06261069842013885\n        coal: 0.017357558512858196\n        gas: 0.3367036461455283\n        geothermal: 6.568006673315476e-07\n        hydro: 0.019884981967927436\n        hydro discharge: 0.0006653291473849905\n        nuclear: 0.1900851217364905\n        oil: 0.00016429890337007236\n        solar: 0.08955887566845397\n        unknown: 0.00634806313506357\n        wind: 0.27662076327513463\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06598321690601364\n        coal: 0.019481327140621955\n        gas: 0.3703007190658074\n        geothermal: 9.1628146594246e-07\n        hydro: 0.021076821239273433\n        hydro discharge: 0.0009315490651256576\n        nuclear: 0.19038344886041156\n        oil: 0.0001277495805424543\n        solar: 0.08539929237923541\n        unknown: 0.007523998901735553\n        wind: 0.23879095756612864\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05006134296980562\n        coal: 0.016382167450082613\n        gas: 0.36722195370494953\n        geothermal: 8.697774455495046e-07\n        hydro: 0.023847369661819853\n        hydro discharge: 0.0005083817463892342\n        nuclear: 0.15434310086399147\n        oil: 9.881953307964232e-05\n        solar: 0.09389424566649993\n        unknown: 0.009435401152365247\n        wind: 0.2842063409573349\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.8167535665457256e-08\n        biomass: 0.04782150797636591\n        coal: 0.011298255691322368\n        gas: 0.3070129179530135\n        geothermal: 1.065091632524296e-06\n        hydro: 0.042659376360873885\n        hydro discharge: 0.0009863438811447472\n        nuclear: 0.16936753600329874\n        oil: 0.00021159454556657128\n        solar: 0.0991874459698062\n        unknown: 0.010063504658643072\n        wind: 0.3113904112774612\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.040018978413123e-06\n        biomass: 0.06529804837484905\n        coal: 0.0074103727277110565\n        gas: 0.25153643209361526\n        geothermal: 1.1707284965868286e-06\n        hydro: 0.05071748400262454\n        hydro discharge: 0.0015579171542997013\n        nuclear: 0.18003498311127875\n        oil: 0.00038104497207143857\n        solar: 0.10642708161006456\n        unknown: 0.01229548242156918\n        wind: 0.324336935214777\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6139\n    - datetime: '2021-01-01'\n      value: 0.5776\n    - datetime: '2022-01-01'\n      value: 0.5787\n    - datetime: '2023-01-01'\n      value: 0.6458\n    - datetime: '2024-01-01'\n      value: 0.7062\n    - datetime: '2025-01-01'\n      value: 0.6883\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4101\n    - datetime: '2021-01-01'\n      value: 0.3752\n    - datetime: '2022-01-01'\n      value: 0.4125\n    - datetime: '2023-01-01'\n      value: 0.4635\n    - datetime: '2024-01-01'\n      value: 0.5119\n    - datetime: '2025-01-01'\n      value: 0.5145\nparsers:\n  consumption: ELEXON.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: GB.fetch_production\n  productionCapacity: GB.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/London\nzone_name: Great Britain\n"
  },
  {
    "path": "config/zones/GE.yaml",
    "content": "_comment: source:http://www.gse.com.ge/for-customers/data-from-the-power-system, gas incl. 13 MW of coal\nbounding_box:\n  - - 39.987399873998754\n    - 41.045075544160184\n  - - 46.62946629466296\n    - 43.575229992830515\ncenter_point:\n  - 43.77730700229085\n  - 42.16081597950481\ncentroid:\n  - 43.59067269225706\n  - 42.238123079285806\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1780.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2040.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3220.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3300.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 3320.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3350.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3380.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3450.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 3410.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\ncontributors:\n  - alixunderplatz\n  - kruschk\n  - tmslaine\n  - amv213\ncountry: GE\ncountry_name: Georgia\ncurrency: GEL\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.5713149593293828\n        geothermal: 0.0\n        hydro: 0.4061106202693423\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.022574369117895777\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.4711637830986466e-05\n        coal: 0.0015877335806714172\n        gas: 0.19720144390323896\n        geothermal: 0.00010389620334833036\n        hydro: 0.7529557688872576\n        hydro discharge: 3.182801928386802e-09\n        nuclear: 0.003343442715915376\n        oil: 0.028641752079881684\n        solar: 1.5476374376780822e-06\n        unknown: 0.009303263993534608\n        wind: 0.00682644970498955\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.438950903938165e-07\n        coal: 2.6250897302550097e-05\n        gas: 0.26004855299803575\n        geothermal: 2.0020053022554316e-07\n        hydro: 0.6836334561064409\n        hydro discharge: 0.0\n        nuclear: 0.0014247254844569808\n        oil: 0.04410283816625292\n        solar: 1.0102182310904789e-05\n        unknown: 0.004326532864257665\n        wind: 0.006426998693949735\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003912614425932152\n        coal: 0.010061261744986475\n        gas: 0.27307347549894656\n        geothermal: 0.0008703523572407531\n        hydro: 0.6746145623682301\n        hydro discharge: 1.6435309472267261e-09\n        nuclear: 0.0001370663721713409\n        oil: 0.030375093880747567\n        solar: 4.450517451995252e-05\n        unknown: 0.001053629889055268\n        wind: 0.009378725530271003\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0002198023778675047\n        coal: 0.003665595017622864\n        gas: 0.20987866816778963\n        geothermal: 0.00040760703816235396\n        hydro: 0.6996401399467271\n        hydro discharge: 3.0400909786138515e-09\n        nuclear: 0.01045928024734928\n        oil: 0.0416884757409978\n        solar: 0.00011531521095529128\n        unknown: 0.02719365788502009\n        wind: 0.006731636212830162\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.5899984971695644e-05\n        coal: 8.360272337893792e-05\n        gas: 0.26118725837157386\n        geothermal: 1.58889318017466e-08\n        hydro: 0.603180077958809\n        hydro discharge: 6.010161159791105e-08\n        nuclear: 0.021854916204543873\n        oil: 0.06500623469939906\n        solar: 7.402998737994649e-05\n        unknown: 0.04392652497017686\n        wind: 0.004670856846943255\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1145758740051212e-05\n        coal: 0.00010952945776355116\n        gas: 0.2583396170856827\n        geothermal: 8.95125701921211e-08\n        hydro: 0.6046800958655661\n        hydro discharge: 6.496880094589436e-09\n        nuclear: 0.017221689370174178\n        oil: 0.07168360372386991\n        solar: 9.260869449497602e-05\n        unknown: 0.04345853907217085\n        wind: 0.00440271185867778\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.233114291439386e-05\n        coal: 0.0006576123564253511\n        gas: 0.20741643533880635\n        geothermal: 4.550510024695553e-06\n        hydro: 0.6894811757351528\n        hydro discharge: 1.0062048339805148e-07\n        nuclear: 0.018335948849857907\n        oil: 0.02700760829122092\n        solar: 9.334021495300608e-05\n        unknown: 0.05224346510003176\n        wind: 0.00475058940672753\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: ENTSOE.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Asia\ntimezone: Asia/Tbilisi\nzone_name: Georgia\n"
  },
  {
    "path": "config/zones/GF.yaml",
    "content": "bounding_box:\n  - - -54.61434614346139\n    - 2.111035990695861\n  - - -51.6515165151651\n    - 5.744555303577059\ncenter_point:\n  - -53.130423676789576\n  - 3.934857001976582\ncentroid:\n  - -53.369082077917525\n  - 3.8700214482510638\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncontributors:\n  - PETILLON-Sebastien\n  - VIKTORVAV99\ncountry: GF\ncountry_name: French Guiana\ncurrency: EUR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01290589447516906\n        coal: 0.0\n        gas: 0.4527969790876527\n        geothermal: 0.0\n        hydro: 0.4771298821452508\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05716644446180697\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011220148111682027\n        coal: 0.0\n        gas: 0.32152341092693204\n        geothermal: 0.0\n        hydro: 0.6106972301380263\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05655212794349569\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011513164219639264\n        coal: 0.0\n        gas: 0.3404129517370362\n        geothermal: 0.0\n        hydro: 0.591391065007107\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.056666601841838186\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010781631028878566\n        coal: 0.0\n        gas: 0.49456569473470113\n        geothermal: 0.0\n        hydro: 0.43986786748545703\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0547848067509634\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00956301580510201\n        coal: 0.0\n        gas: 0.4673755388346576\n        geothermal: 0.0\n        hydro: 0.4635250158791718\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0595364294810685\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03641745921348665\n        coal: 0.0\n        gas: 0.29210321881625634\n        geothermal: 0.0\n        hydro: 0.6116522286445288\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.059827093325728074\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0400314393675586\n        coal: 0.0\n        gas: 0.27313026026698783\n        geothermal: 0.0\n        hydro: 0.634814898215558\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05202340214989558\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0559501875581819\n        coal: 0.0\n        gas: 0.11108404585690737\n        geothermal: 0.0\n        hydro: 0.2796028181832044\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5319543577666881\n        solar: 0.021408668481840875\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06495299663773707\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.34205537117791934\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5670083003899943\n        solar: 0.025983803372641664\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  price: FR_O.fetch_price\n  production: FR_O.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: Europe/Paris\nzone_name: French Guiana\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/GG.yaml",
    "content": "bounding_box:\n  - - -2.677970243354415\n    - 49.4084028034548\n  - - -2.342555536247872\n    - 49.50496240420853\ncenter_point:\n  - -2.536958119726989\n  - 49.4651328297851\ncentroid:\n  - -2.450818105076321\n  - 49.43914509312574\ncountry: GG\ncountry_name: Guernsey\ncurrency: GBP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Guernsey\nzone_name: Guernsey\n"
  },
  {
    "path": "config/zones/GH.yaml",
    "content": "bounding_box:\n  - - -3.263432634326307\n    - 4.737072989174393\n  - - 1.186211862118654\n    - 11.16263490915729\ncenter_point:\n  - -1.1679148936330073\n  - 7.888890683456197\ncentroid:\n  - -1.039723124503944\n  - 7.782547356149084\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2310.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2870.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3060.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1580.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 960.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 980.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: GH\ncountry_name: Ghana\ncurrency: GHS\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6261871418950762\n        geothermal: 0.0\n        hydro: 0.3536090544623948\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.013253273113866659\n        solar: 0.006950425624501335\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6261869282985468\n        geothermal: 0.0\n        hydro: 0.35360908212088166\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.013253557917185226\n        solar: 0.006950597869928555\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Accra\nzone_name: Ghana\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/GI.yaml",
    "content": "bounding_box:\n  - - -5.363121599699786\n    - 36.109147955711094\n  - - -5.338010782916699\n    - 36.15567746511084\ncenter_point:\n  - -5.350566191308243\n  - 36.13241271041097\ncentroid:\n  - -5.348983439419028\n  - 36.13243391621028\ncountry: GI\ncountry_name: Gibraltar\ncurrency: GIP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Gibraltar\nzone_name: Gibraltar\n"
  },
  {
    "path": "config/zones/GL.yaml",
    "content": "bounding_box:\n  - - -72.89532895328948\n    - 59.79655390441317\n  - - -11.395913959139563\n    - 83.63410065300008\ncenter_point:\n  - -42.64861824852386\n  - 71.79385151132965\ncentroid:\n  - -40.026525091052136\n  - 73.17468461995857\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: GL\ncountry_name: Greenland\ncurrency: DKK\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Nuuk\nzone_name: Greenland\n"
  },
  {
    "path": "config/zones/GM.yaml",
    "content": "bounding_box:\n  - - -16.828368283682806\n    - 13.064543994158925\n  - - -13.818738187381854\n    - 13.820155729960916\ncenter_point:\n  - -15.32355323553233\n  - 13.44234986205992\ncentroid:\n  - -15.297726890312353\n  - 13.45236744189062\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: GM\ncountry_name: Gambia\ncurrency: GMD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Banjul\nzone_name: Gambia\n"
  },
  {
    "path": "config/zones/GN.yaml",
    "content": "bounding_box:\n  - - -15.082350823508193\n    - 7.189948964864968\n  - - -7.662676626766228\n    - 12.673858380761288\ncenter_point:\n  - -11.275661493527238\n  - 10.356024153476673\ncentroid:\n  - -10.952550302202026\n  - 10.23216708158073\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 360.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 590.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\ncountry: GN\ncountry_name: Guinea\ncurrency: GNF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Conakry\nzone_name: Guinea\n"
  },
  {
    "path": "config/zones/GP.yaml",
    "content": "bounding_box:\n  - - -61.77121771217708\n    - 15.949606985402909\n  - - -61.18801188011875\n    - 16.51202253875553\ncenter_point:\n  - -61.479614796147914\n  - 16.23081476207922\ncentroid:\n  - -61.53406534065335\n  - 16.243336736867608\ncapacity:\n  biomass: 5.162\n  gas: 100\n  geothermal: 14.5\n  hydro: 10.57\n  oil: 329.7\n  solar: 60.447\n  wind: 26.26\ncontributors:\n  - PETILLON-Sebastien\n  - VIKTORVAV99\ncountry: GP\ncountry_name: Guadeloupe\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 405.21\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 438.21\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.784053430923223\n        geothermal: 0.06857116680172289\n        hydro: 0.02771924203373693\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0762804983617097\n        unknown: 0.0\n        wind: 0.04337607655738929\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002248785975311423\n        coal: 0.0\n        gas: 0.7539148273635133\n        geothermal: 0.09329874780605996\n        hydro: 0.031410421619085215\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.07683174817619856\n        unknown: 0.0\n        wind: 0.042284527169144645\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009839378389552154\n        coal: 0.0\n        gas: 0.7443905343569401\n        geothermal: 0.0888891758824572\n        hydro: 0.03366461043674733\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.07928172695844372\n        unknown: 0.0\n        wind: 0.04391491751870369\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013406333689295332\n        coal: 0.0\n        gas: 0.7415016313603688\n        geothermal: 0.08482198799858975\n        hydro: 0.034183252272102484\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.07752258045307923\n        unknown: 0.0\n        wind: 0.048564214226564255\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01198272457758311\n        coal: 0.0\n        gas: 0.7519057622320924\n        geothermal: 0.0853128492632219\n        hydro: 0.018778169137623014\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.07795723868734028\n        unknown: 0.0\n        wind: 0.05406325610213917\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1454658667134957\n        coal: 0.0\n        gas: 0.6280533787557349\n        geothermal: 0.06082490317604862\n        hydro: 0.008276491055919176\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.08032126292364207\n        unknown: 0.0\n        wind: 0.07705809737515942\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.14387146004468807\n        coal: 0.0008147273160578097\n        gas: 0.6133525254148362\n        geothermal: 0.07039822275772453\n        hydro: 0.00903547915624472\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0019159466690012417\n        solar: 0.07987987695482408\n        unknown: 0.0\n        wind: 0.08073182769861344\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0863263801273544\n        coal: 0.1670242650885789\n        gas: 0.002524579671826125\n        geothermal: 0.055473024471245316\n        hydro: 0.009860607348963393\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5665026157541078\n        solar: 0.06917119460371109\n        unknown: 0.0\n        wind: 0.04311598615929433\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.1722\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.1722\nparsers:\n  price: FR_O.fetch_price\n  production: FR_O.fetch_production\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: America/Puerto_Rico\nzone_name: Guadeloupe\n"
  },
  {
    "path": "config/zones/GQ.yaml",
    "content": "bounding_box:\n  - - 8.469084690846927\n    - 0.997653546654277\n  - - 11.334713347133487\n    - 3.761074497096814\ncenter_point:\n  - 10.443030709923079\n  - 1.581719358360882\ncentroid:\n  - 9.60155315838875\n  - 2.2522020901469637\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\ncountry: GQ\ncountry_name: Equatorial Guinea\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Malabo\nzone_name: Equatorial Guinea\n"
  },
  {
    "path": "config/zones/GR.yaml",
    "content": "bounding_box:\n  - - 19.62559625596259\n    - 34.9314896817622\n  - - 28.240482404824064\n    - 41.71339122715172\ncenter_point:\n  - 22.383812358539977\n  - 39.24364164233488\ncentroid:\n  - 23.630065921118955\n  - 38.71165837978247\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 51.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 86.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 95.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 106.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 127.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 120.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 146.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3912.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 3362.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2561.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2001.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2650.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1800.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5245.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4902.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 5213.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 6030.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2702.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2715.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2722.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2724.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2730.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2708.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 699.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2441.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2606.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3055.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 3820.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5100.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 6700.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 9000.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 69.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 105.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 106.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 109.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 120.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 128.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 132.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1875.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2228.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2355.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 3153.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3755.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4150.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4547.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5065.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5225.0\ncontributors:\n  - corradio\ncountry: GR\ncountry_name: Greece\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1523.652468\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1523.65\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 889.82\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 825.18\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 382.5054126\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 385.67\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 390.77\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 387.12\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 594.91\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 617.15\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 430.14\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 348.65\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 312.4\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1537.25003\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1537.247562\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 949.82\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 885.18\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 502.5054126\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 505.67\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 510.77\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 507.12\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 605.61\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 627.85\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 440.84\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 359.35\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 323.1\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.1\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001534287268805591\n        coal: 0.45985210914623603\n        gas: 0.1937162873318641\n        geothermal: 0.0006976264525694736\n        hydro: 0.13459972585707056\n        hydro discharge: 0.0202053009993969\n        nuclear: 0.02590482830293319\n        oil: 0.0006610939361944661\n        solar: 0.07529031057135882\n        unknown: 0.0034542758940163923\n        wind: 0.08408409865911688\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009894287066611294\n        coal: 0.385883609679155\n        gas: 0.29953178820880044\n        geothermal: 0.0005519636616325637\n        hydro: 0.11785251626102022\n        hydro discharge: 0.013112013246584408\n        nuclear: 0.026358140150832286\n        oil: 0.0007506942979360167\n        solar: 0.0733273243386489\n        unknown: 0.0008895909971131916\n        wind: 0.08075295078981619\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.003453964740337809\n        coal: 0.3749752479102044\n        gas: 0.3353122439864457\n        geothermal: 0.001152893094594307\n        hydro: 0.0776745322362621\n        hydro discharge: 0.00858908168718118\n        nuclear: 0.017406882972458137\n        oil: 0.0003585687488974097\n        solar: 0.07708231776305481\n        unknown: 0.005856872921255039\n        wind: 0.09813732773374446\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0020745138874022737\n        coal: 0.35478072772869906\n        gas: 0.318614996657911\n        geothermal: 0.0014135099475074758\n        hydro: 0.11221431748855112\n        hydro discharge: 0.012457432497630025\n        nuclear: 0.020360337143613016\n        oil: 0.000877955560121018\n        solar: 0.07024388463210982\n        unknown: 0.002065686586816513\n        wind: 0.10489661250842312\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0047186556595803465\n        coal: 0.28363826884668714\n        gas: 0.37483572726653913\n        geothermal: 0.001545379998185719\n        hydro: 0.08942427411783362\n        hydro discharge: 0.00854749978591113\n        nuclear: 0.02159809497377594\n        oil: 0.0004750745939503488\n        solar: 0.0777344708888882\n        unknown: 0.0038531649729843516\n        wind: 0.13362937666779015\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005005591305061941\n        coal: 0.186209384372088\n        gas: 0.42993925641552244\n        geothermal: 0.0013056224435619838\n        hydro: 0.07841516430842461\n        hydro discharge: 0.009849346679134795\n        nuclear: 0.022635311111335286\n        oil: 0.0004473366876968619\n        solar: 0.09037688812178636\n        unknown: 0.00314672306475817\n        wind: 0.17266931785779224\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002096698090435435\n        coal: 0.15042857047583186\n        gas: 0.44333254358332097\n        geothermal: 0.0017788120642825056\n        hydro: 0.10526680998429558\n        hydro discharge: 0.013553546971959696\n        nuclear: 0.01848654792147134\n        oil: 0.000479898055158474\n        solar: 0.09099609514705884\n        unknown: 0.0006543830379136744\n        wind: 0.17292608391795639\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002883915300445624\n        coal: 0.16574530148150937\n        gas: 0.3948112765457919\n        geothermal: 0.002000098417769356\n        hydro: 0.08728603138707675\n        hydro discharge: 0.012629017145093596\n        nuclear: 0.01681143784707066\n        oil: 0.0016313009879546532\n        solar: 0.1229364907615497\n        unknown: 0.000958270891073585\n        wind: 0.19230681995597607\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.119414926845276e-10\n        biomass: 0.0020685913568995267\n        coal: 0.15292082821223166\n        gas: 0.3402263744624842\n        geothermal: 0.0008656019070549769\n        hydro: 0.09000983797226753\n        hydro discharge: 0.013663286253974076\n        nuclear: 0.025621487727572157\n        oil: 0.0034753040561082676\n        solar: 0.17422726238797673\n        unknown: 0.0007130097547424194\n        wind: 0.19620832159472415\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.9991420082329067e-10\n        biomass: 0.0014822480487824237\n        coal: 0.09345817102216071\n        gas: 0.40036386743537405\n        geothermal: 0.0004829411313252579\n        hydro: 0.06019728153071264\n        hydro discharge: 0.015793173485803363\n        nuclear: 0.018983098633728376\n        oil: 0.0005143888345999665\n        solar: 0.207991503406568\n        unknown: 0.0004729780072988275\n        wind: 0.20026030888063462\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2412\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.2971\n    - datetime: '2023-01-01'\n      value: 0.3338\n    - datetime: '2024-01-01'\n      value: 0.4134\n    - datetime: '2025-01-01'\n      value: 0.3915\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2131\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.2482\n    - datetime: '2023-01-01'\n      value: 0.2686\n    - datetime: '2024-01-01'\n      value: 0.3172\n    - datetime: '2025-01-01'\n      value: 0.2619\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Athens\nzone_name: Greece\n"
  },
  {
    "path": "config/zones/GS.yaml",
    "content": "bounding_box:\n  - - -38.01458014580143\n    - -54.88756216320146\n  - - -35.78255782557821\n    - -53.98884214410363\ncenter_point:\n  - -36.642966429664256\n  - -54.51118737813342\ncentroid:\n  - -36.85303911862644\n  - -54.32514660984883\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 0.18\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 0.19\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 0.13\n  wind:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 0.01\ncountry: GS\ncountry_name: South Georgia and the South Sandwich Islands\ncurrency: GBP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Americas\ntimezone: Atlantic/South_Georgia\nzone_name: South Georgia and the South Sandwich Islands\n"
  },
  {
    "path": "config/zones/GT.yaml",
    "content": "bounding_box:\n  - - -92.24552245522449\n    - 13.731428594317492\n  - - -88.22068220682202\n    - 17.815738999580574\ncenter_point:\n  - -90.44909344570354\n  - 15.713630980259833\ncentroid:\n  - -90.35825935455026\n  - 15.608458807959188\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1030.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1040.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 870.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1440.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1500.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1580.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1570.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1580.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\ncontributors:\n  - corradio\n  - igorarduin\n  - kruschk\n  - amv213\ncountry: GT\ncountry_name: Guatemala\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://docs.google.com/spreadsheets/d/1CegROfej9HqRZTfihpjPpgZTYPUHrTNgTdHWbbP3w74/edit#gid=291258352\n      source: Guatemala AMM 2021-2022; IEA 2020\n      value: 383.240577\n  lifecycle:\n    unknown:\n      _url: https://docs.google.com/spreadsheets/d/1CegROfej9HqRZTfihpjPpgZTYPUHrTNgTdHWbbP3w74/edit#gid=291258352\n      source: Guatemala AMM 2021-2022; IEA 2020\n      value: 549.9988504\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10281174966249966\n        coal: 0.1481592866529251\n        gas: 0.00021183222375891294\n        geothermal: 0.02016698810709332\n        hydro: 0.6623828271852077\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.028604227036569348\n        solar: 0.015172797026249117\n        unknown: 0.0\n        wind: 0.022490236976010727\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.2141016115909956\n        coal: 0.3059597703791984\n        gas: 0.00014609543268142596\n        geothermal: 0.019200463897668312\n        hydro: 0.39261701031404705\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.029189643442237182\n        solar: 0.0141416865814144\n        unknown: 0.0\n        wind: 0.024643632205022217\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10738400058152096\n        coal: 0.4259083020090625\n        gas: 0.00015175587478472328\n        geothermal: 0.021462480744336203\n        hydro: 0.35914095608246144\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.04157858547298393\n        solar: 0.017162056513368586\n        unknown: 1.4548211764004368e-05\n        wind: 0.027197364503572387\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012660920830537574\n        coal: 0.33996932189350915\n        gas: 0.0012023232670759013\n        geothermal: 0.02525457709390598\n        hydro: 0.5629133900030246\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.025391496985978212\n        solar: 0.01742560042451506\n        unknown: 0.0009033550660467637\n        wind: 0.0256737413401755\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03817071256427866\n        coal: 0.06479463347126337\n        gas: 0.0004899639916928831\n        geothermal: 0.027578625356645545\n        hydro: 0.6578640477288608\n        hydro discharge: 0.0\n        nuclear: 4.991546771865811e-09\n        oil: 0.026041137855182292\n        solar: 0.01727716097671078\n        unknown: 0.14541912643696164\n        wind: 0.02236370187519197\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09482534521244539\n        coal: 0.12613445490476763\n        gas: 6.78366967859269e-06\n        geothermal: 0.02478017887719151\n        hydro: 0.3887296663815155\n        hydro discharge: 0.0\n        nuclear: 1.0276191208110612e-06\n        oil: 0.05033225650865263\n        solar: 0.016593713792206324\n        unknown: 0.2735790717853744\n        wind: 0.025016169264053673\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08349673767612047\n        coal: 0.2864537323776537\n        gas: 0.005517976412560738\n        geothermal: 0.021389825056980834\n        hydro: 0.3753061281078637\n        hydro discharge: 0.0\n        nuclear: 1.8662733490476467e-06\n        oil: 0.0758059572592206\n        solar: 0.01427310682024955\n        unknown: 0.11712930277035961\n        wind: 0.02062521914028993\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GT.fetch_consumption\n  production: GT.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  Guatemala AMM 2021-2022:\n    link: https://www.amm.org.gt/portal\ntimezone: America/Guatemala\nzone_name: Guatemala\nisRenewable:\n  unknown:\n    source: assumed thermal\n    value: 0\nisLowCarbon:\n  unknown:\n    source: assumed thermal\n    value: 0\n"
  },
  {
    "path": "config/zones/GU.yaml",
    "content": "bounding_box:\n  - - 144.65484654846549\n    - 13.246291513944627\n  - - 144.95364953649536\n    - 13.639839293008166\ncenter_point:\n  - 144.80424804248042\n  - 13.443065403476396\ncentroid:\n  - 144.79344793447933\n  - 13.478126932883875\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: GU\ncountry_name: Guam\ncurrency: USD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Guam\nzone_name: Guam\n"
  },
  {
    "path": "config/zones/GW.yaml",
    "content": "bounding_box:\n  - - -16.727567275672726\n    - 10.96800764387497\n  - - -13.66393663936637\n    - 12.679582712093122\ncenter_point:\n  - -14.742429018642051\n  - 12.083543435674374\ncentroid:\n  - -15.267509431851042\n  - 11.875198126227332\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncountry: GW\ncountry_name: Guinea-Bissau\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Bissau\nzone_name: Guinea-Bissau\n"
  },
  {
    "path": "config/zones/GY.yaml",
    "content": "bounding_box:\n  - - -61.37881378813783\n    - 1.200867308934363\n  - - -56.482764827648225\n    - 8.558064153173135\ncenter_point:\n  - -59.10267406380125\n  - 4.780884949347332\ncentroid:\n  - -59.103129492833325\n  - 4.639098856764174\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: GY\ncountry_name: Guyana\ncurrency: GYD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Guyana\nzone_name: Guyana\n"
  },
  {
    "path": "config/zones/HK.yaml",
    "content": "bounding_box:\n  - - 113.82621505018244\n    - 22.19333445248411\n  - - 114.3893438934389\n    - 22.555485342338557\ncenter_point:\n  - 114.10777947181067\n  - 22.374409897411333\ncentroid:\n  - 114.14769207474426\n  - 22.39112447222077\ncapacity:\n  coal: 2875\n  gas: 3225\n  oil: 210\ncontributors:\n  - nessie2013\ncountry: HK\ncountry_name: Hong Kong\ncurrency: HKD\ndisclaimer: Real-time consumption and generation mix data is not available and is fully estimated.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.240000005422131\n        gas: 0.4799998492230482\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2800003069760345\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24000009547662696\n        gas: 0.4799998709491746\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.27999986570320606\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.23999990182223815\n        gas: 0.4799999679809028\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2800001301968592\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.23999982486226049\n        gas: 0.47999998118178144\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.28000019395595815\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2400000834279275\n        gas: 0.480000150905341\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2799997656667316\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2400000525324899\n        gas: 0.4799999259769462\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2800000323443843\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2399999736696371\n        gas: 0.4799999308827975\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.27999959078227754\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24000026494832005\n        gas: 0.4800000374070727\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2800002122685371\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.23999998146597376\n        gas: 0.4799998066208824\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.27999969273710634\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24000003301249048\n        gas: 0.47999989763692297\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.28000024359358405\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Hong_Kong\nzone_name: Hong Kong\n"
  },
  {
    "path": "config/zones/HM.yaml",
    "content": "bounding_box:\n  - - 73.35253352533525\n    - -53.188866840479925\n  - - 73.73413734137341\n    - -53.017136900524925\ncenter_point:\n  - 73.54333543335433\n  - -53.103001870502425\ncentroid:\n  - 73.53163531635316\n  - -53.092626519963474\ncountry: HM\ncountry_name: Heard Island and McDonald Islands\ncurrency: AUD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Asia/Karachi\nzone_name: Heard Island and McDonald Islands\n"
  },
  {
    "path": "config/zones/HN.yaml",
    "content": "bounding_box:\n  - - -89.36189361893614\n    - 12.980110107014383\n  - - -83.13023130231296\n    - 16.00398813305533\ncenter_point:\n  - -86.53741620408366\n  - 14.625236890548269\ncentroid:\n  - -86.43120249384306\n  - 14.730454510161772\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 710.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 840.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 910.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 450.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 770.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 860.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 910.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\ncontributors:\n  - alixunderplatz\n  - VIKTORVAV99\ncountry: HN\ncountry_name: Honduras\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2019; assumes 47.4% oil, 23.1% hydro, 10.6% solar, 8.3% biomass, 7.8% wind, 2.8% geothermal\n      value: 192.444\n  lifecycle:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2019; assumes 47.4% oil, 23.1% hydro, 10.6% solar, 8.3% biomass, 7.8% wind, 2.8% geothermal\n      value: 339.42599999999993\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028194620378557068\n        coal: 0.039843986951195266\n        gas: 5.039884994662711e-09\n        geothermal: 0.010125160568101444\n        hydro: 0.1395398401548059\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22962495614257708\n        solar: 0.04312235974914798\n        unknown: 0.4770350556888918\n        wind: 0.032514243496177084\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028920676706033852\n        coal: 0.039356811306208106\n        gas: 4.988444440781012e-09\n        geothermal: 0.01208409624486301\n        hydro: 0.13973529528841097\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.23159647068535363\n        solar: 0.04265983677998444\n        unknown: 0.4713534451184113\n        wind: 0.0342933705917044\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03395486053960545\n        coal: 0.044068473835207365\n        gas: 2.0145731833138926e-06\n        geothermal: 0.011336099667470014\n        hydro: 0.13470658547732492\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.23576618647086026\n        solar: 0.0428102356076111\n        unknown: 0.46546280939969603\n        wind: 0.031892722156145276\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004633432480585234\n        coal: 0.013556426797948308\n        gas: 2.972143262131751e-05\n        geothermal: 0.008832461919574703\n        hydro: 0.03276557727968624\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.015865138479348364\n        solar: 0.0034099851471713033\n        unknown: 0.9165989395225304\n        wind: 0.004308223972370629\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005596033538635746\n        coal: 0.0056262140891660045\n        gas: 7.080503677969307e-05\n        geothermal: 0.00813624180980979\n        hydro: 0.023335834124683024\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.010901792499591348\n        solar: 0.0009047279652933471\n        unknown: 0.9391041494167907\n        wind: 0.006324095023422031\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005484526792874092\n        coal: 0.0024835436944604574\n        gas: 0.00012275422168857777\n        geothermal: 0.00718103410559315\n        hydro: 0.028352606929175767\n        hydro discharge: 0.0\n        nuclear: 4.566642494226025e-05\n        oil: 0.009226802266760719\n        solar: 0.0032293376562794844\n        unknown: 0.9414240049983907\n        wind: 0.00244954250988334\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05536808411078644\n        coal: 0.05767135255689859\n        gas: 3.658292334968547e-06\n        geothermal: 0.0194381138581323\n        hydro: 0.23577457510468383\n        hydro discharge: 0.0\n        nuclear: 7.459597063340786e-07\n        oil: 0.4094152124449237\n        solar: 0.07679300558941253\n        unknown: 0.08802322239481493\n        wind: 0.05751164214237619\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01407914220634024\n        coal: 0.03691603584935499\n        gas: 8.431346197763277e-05\n        geothermal: 0.013755364830648445\n        hydro: 0.31991004643405974\n        hydro discharge: 0.0\n        nuclear: 1.8958923933538982e-06\n        oil: 0.45881208077409275\n        solar: 0.08937585918740454\n        unknown: 0.0017265823617785528\n        wind: 0.06533864088864909\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: HN.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Tegucigalpa\nzone_name: Honduras\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    _url: https://www.iea.org/fuels-and-technologies/electricity\n    source: IEA 2019; assumes 47.4% oil, 23.1% hydro, 10.6% solar, 8.3% biomass, 7.8% wind, 2.8% geothermal\n    value: 0.526\nisLowCarbon:\n  unknown:\n    _url: https://www.iea.org/fuels-and-technologies/electricity\n    source: IEA 2019; assumes 47.4% oil, 23.1% hydro, 10.6% solar, 8.3% biomass, 7.8% wind, 2.8% geothermal\n    value: 0.526\n"
  },
  {
    "path": "config/zones/HR.yaml",
    "content": "bounding_box:\n  - - 13.505535055350578\n    - 42.41605289813427\n  - - 19.391593915939183\n    - 46.5017943862303\ncenter_point:\n  - 16.780691453932263\n  - 45.77659997090309\ncentroid:\n  - 16.439104963733648\n  - 44.678020319727736\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 42.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 58.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 77.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 97.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 114.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 117.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 120.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 122.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 325.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 332.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 217.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 743.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 750.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 766.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 886.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 798.0\n  geothermal:\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 10.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1809.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1857.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1865.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1872.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1874.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 281.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 283.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 281.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 950.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 937.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 77.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 75.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 45.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 51.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 52.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 53.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 85.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 96.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 140.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 292.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 450.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 39.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 46.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 49.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 54.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 57.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 83.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 95.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 115.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 537.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 582.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 616.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 739.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 796.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 925.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 981.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1209.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1240.0\ncontributors:\n  - PaulCornelissen\n  - VIKTORVAV99\ncountry: HR\ncountry_name: Croatia\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 236.88\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 264.14\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 294.03\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 327.75\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 255.0\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 181.56\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 200.66\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 269.88\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1161.707429\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1179.944663\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 274.84\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 304.73\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 338.45\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 265.7\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 192.26\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 211.36\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 29.03333333\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03714358092841301\n        coal: 0.18248433288440324\n        gas: 0.18004465228542288\n        geothermal: 0.0025773008076857788\n        hydro: 0.31158380007689995\n        hydro discharge: 0.0220005803925842\n        nuclear: 0.11465508589118767\n        oil: 0.0017878854420868677\n        solar: 0.007652357831187397\n        unknown: 0.026809255886329545\n        wind: 0.11326102492109179\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03047630894940538\n        coal: 0.2713433997798753\n        gas: 0.14542783389760208\n        geothermal: 0.002264553380755183\n        hydro: 0.3384032337766896\n        hydro discharge: 0.02098532568186818\n        nuclear: 0.06701514502814651\n        oil: 0.0014621394588223155\n        solar: 0.007031385451811785\n        unknown: 0.019309381569047896\n        wind: 0.09628129199697524\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03137280739770555\n        coal: 0.18380799904505488\n        gas: 0.15747582510228023\n        geothermal: 0.0036967911264483514\n        hydro: 0.3537634729290753\n        hydro discharge: 0.030146036422878737\n        nuclear: 0.11416901508987251\n        oil: 0.003081916236556463\n        solar: 0.008428323480463065\n        unknown: 0.0269340269082182\n        wind: 0.08712370588289987\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.035221373994239344\n        coal: 0.1521541859006157\n        gas: 0.18751915593487953\n        geothermal: 0.004012439566669408\n        hydro: 0.3354966168711112\n        hydro discharge: 0.029692623383062527\n        nuclear: 0.11795184128054788\n        oil: 0.0017802647773254405\n        solar: 0.01564367022261175\n        unknown: 0.024142202805713435\n        wind: 0.09638560630281806\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03400628329515911\n        coal: 0.1928593167059878\n        gas: 0.1477839143519467\n        geothermal: 0.003386561659823904\n        hydro: 0.37260353346026154\n        hydro discharge: 0.02481586904772998\n        nuclear: 0.08548172673940971\n        oil: 0.0017936245882225602\n        solar: 0.016986173188616248\n        unknown: 0.023633136000708436\n        wind: 0.09664970932757129\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.039136295248590434\n        coal: 0.2108274019276354\n        gas: 0.187754923454704\n        geothermal: 0.002809933664613994\n        hydro: 0.2689177545164959\n        hydro discharge: 0.023699352017680593\n        nuclear: 0.10625854820775024\n        oil: 0.0010189418297773284\n        solar: 0.024240874806542526\n        unknown: 0.02165615854140667\n        wind: 0.11367974943282887\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.034699305685057545\n        coal: 0.15461055837968896\n        gas: 0.17053518554167435\n        geothermal: 0.0007193703186699413\n        hydro: 0.3834124400551386\n        hydro discharge: 0.02969293088362235\n        nuclear: 0.06951623473024222\n        oil: 0.003638262092048274\n        solar: 0.02333770114441868\n        unknown: 0.013407775908437738\n        wind: 0.11643000669710739\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.7979506565395936e-08\n        biomass: 0.03777529681329774\n        coal: 0.11434395973561551\n        gas: 0.15676293816021686\n        geothermal: 2.3421246142958878e-05\n        hydro: 0.34721918805870766\n        hydro discharge: 0.03339468603370947\n        nuclear: 0.11820623831900715\n        oil: 0.0006225589707647073\n        solar: 0.04950457002421131\n        unknown: 0.016567806203726613\n        wind: 0.12557913883108035\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6141\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6154\n    - datetime: '2021-01-01'\n      value: 0.6112\n    - datetime: '2022-01-01'\n      value: 0.5602\n    - datetime: '2023-01-01'\n      value: 0.6318\n    - datetime: '2024-01-01'\n      value: 0.7126\n    - datetime: '2025-01-01'\n      value: 0.6966\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.38\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4602\n    - datetime: '2021-01-01'\n      value: 0.4912\n    - datetime: '2022-01-01'\n      value: 0.4222\n    - datetime: '2023-01-01'\n      value: 0.5398\n    - datetime: '2024-01-01'\n      value: 0.5621\n    - datetime: '2025-01-01'\n      value: 0.5445\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Belgrade\nzone_name: Croatia\n"
  },
  {
    "path": "config/zones/HT.yaml",
    "content": "bounding_box:\n  - - -74.49014490144896\n    - 18.026108176025446\n  - - -71.63891638916384\n    - 19.943759172189615\ncenter_point:\n  - -72.25434199683781\n  - 19.20475271548844\ncentroid:\n  - -72.79953287337747\n  - 18.81379710996131\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: HT\ncountry_name: Haiti\ncurrency: HTG\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Port-au-Prince\nzone_name: Haiti\n"
  },
  {
    "path": "config/zones/HU.yaml",
    "content": "bounding_box:\n  - - 16.093960939609417\n    - 45.74332048476238\n  - - 22.876428764287652\n    - 48.56970907985509\ncenter_point:\n  - 19.42737645539983\n  - 47.14329197684983\ncentroid:\n  - 19.229043137889025\n  - 47.26339726541773\ncapacity:\n  battery storage:\n    - datetime: '2024-09-01'\n      source: mavir.hu\n      value: 35.3\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 274.05\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 286.49\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 305.39\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 300.09000000000003\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 262.09000000000003\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 263.28999999999996\n    - datetime: '2024-10-01'\n      source: mavir.hu\n      value: 384.5\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 363.08799999999997\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1048.87\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 828.9\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4113.72\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4106.94\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4028.43\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4030.29\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4011.36\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 3974.48\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3151.14\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3160.86\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2972.707\n  geothermal:\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2.7\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 55.980000000000004\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 56.2\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 57.81\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 58.29\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 61.19\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 61.16\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 62.357\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1886.79\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1898.87\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1909.93\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1915.6\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 410.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 412.06\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 421.06\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 420.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 424.8\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 69.73\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 335.55\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 936.25\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1406.51\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1828.66\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2523.57\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3300.37\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3888.0\n    - datetime: '2024-10-01'\n      source: mavir.hu\n      value: 3964.8\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 8127.16\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 120\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 215\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 324.25\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 324.9\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 327.48\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 323.28\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 325.08\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 325.075\ncontributors:\n  - corradio\n  - nessie2013\n  - RolandSzep\ncountry: HU\ncountry_name: Hungary\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1144.916957\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1211.37\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1231.95\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1220.63\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 455.1593805\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 459.76\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 387.77\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 383.65\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 837.58\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 734.44\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1157.920756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1224.373799\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1291.95\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1280.63\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 575.1593805\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 579.76\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 507.77\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 503.65\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1081.58\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 978.44\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 30.66666667\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02677222961386532\n        coal: 0.23672991692037493\n        gas: 0.1192228005713514\n        geothermal: 2.720560283512618e-06\n        hydro: 0.057415051918715036\n        hydro discharge: 0.00557896325253772\n        nuclear: 0.4707830036160992\n        oil: 0.002357019357480844\n        solar: 0.006887734794729681\n        unknown: 0.04905661546109503\n        wind: 0.02522386696202215\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026460157467515434\n        coal: 0.22209115048696362\n        gas: 0.14367645721246633\n        geothermal: 4.43828199599571e-06\n        hydro: 0.06836067575875206\n        hydro discharge: 0.006122340290549228\n        nuclear: 0.4561516923684028\n        oil: 0.002417270394168044\n        solar: 0.006402302671057955\n        unknown: 0.04385857425789696\n        wind: 0.024479133729618623\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.029541179022631352\n        coal: 0.19994026795024863\n        gas: 0.16639260962347838\n        geothermal: 7.84029985231489e-06\n        hydro: 0.07242049483385048\n        hydro discharge: 0.008663698792216366\n        nuclear: 0.4421994563077085\n        oil: 0.0025381173918891547\n        solar: 0.008139040300923278\n        unknown: 0.038597323911064046\n        wind: 0.03155993628761045\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03062603208973982\n        coal: 0.20474888497525057\n        gas: 0.1626209122012831\n        geothermal: 3.207476678349254e-05\n        hydro: 0.07566513981107871\n        hydro discharge: 0.0074212897979227446\n        nuclear: 0.44875921920865564\n        oil: 0.002029744969622291\n        solar: 0.007096601501876847\n        unknown: 0.032048555688294345\n        wind: 0.028951531683657043\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03415867006899902\n        coal: 0.16017417572981563\n        gas: 0.1928616164728739\n        geothermal: 1.5131043777749034e-05\n        hydro: 0.0839286374797521\n        hydro discharge: 0.00955684270267986\n        nuclear: 0.4383682511251654\n        oil: 0.002710154403832648\n        solar: 0.011974879652490649\n        unknown: 0.02912740586857016\n        wind: 0.03712422631904007\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.035706302061067285\n        coal: 0.1343189485479713\n        gas: 0.20674894436942884\n        geothermal: 4.046039417894029e-05\n        hydro: 0.09016245941415103\n        hydro discharge: 0.01274526346105732\n        nuclear: 0.4153496403861656\n        oil: 0.0023622915354444707\n        solar: 0.03988277201239072\n        unknown: 0.02525741634281388\n        wind: 0.03742544363411872\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03386997885848618\n        coal: 0.1385518168466154\n        gas: 0.21148812772212258\n        geothermal: 8.273325020834648e-05\n        hydro: 0.07245932718622863\n        hydro discharge: 0.007973047317468146\n        nuclear: 0.4237339187472755\n        oil: 0.0027873834566959944\n        solar: 0.05144623344909048\n        unknown: 0.02838008779631032\n        wind: 0.02922732166222213\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03341300968142968\n        coal: 0.143841960909077\n        gas: 0.1857436290914904\n        geothermal: 2.768451006155094e-05\n        hydro: 0.061779318118015944\n        hydro discharge: 0.00892921357986945\n        nuclear: 0.4377724952740761\n        oil: 0.0039791136431989805\n        solar: 0.06456463123038297\n        unknown: 0.028288692587188552\n        wind: 0.03166020919243318\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.027357307891715057\n        coal: 0.120527344334797\n        gas: 0.16268404175751272\n        geothermal: 4.2267900642947354e-05\n        hydro: 0.08472098034717733\n        hydro discharge: 0.010023168359666547\n        nuclear: 0.44590669714984715\n        oil: 0.0027684932750590622\n        solar: 0.08791998437723225\n        unknown: 0.021543370166879516\n        wind: 0.03650624789506747\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.150515447643365e-08\n        biomass: 0.03251387631961601\n        coal: 0.10598873468477134\n        gas: 0.15423690876665253\n        geothermal: 8.683260719245595e-05\n        hydro: 0.09915327861092321\n        hydro discharge: 0.014975337432650136\n        nuclear: 0.420607004117204\n        oil: 0.002845170038668794\n        solar: 0.10816140658379693\n        unknown: 0.020690707196941514\n        wind: 0.04074064310307531\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Budapest\nzone_name: Hungary\n"
  },
  {
    "path": "config/zones/ID.yaml",
    "content": "bounding_box:\n  - - 95.19755197551976\n    - -10.920404286222691\n  - - 140.97560975609755\n    - 5.650103836601815\ncenter_point:\n  - 119.23989912755863\n  - -2.839451042984239\ncentroid:\n  - 118.96890483770892\n  - -2.8660618025422737\ncapacity:\n  biomass: 3005\n  coal: 36668\n  gas: 20762\n  geothermal: 2343\n  hydro: 6689\n  nuclear: 0\n  oil: 4864\n  solar: 291\n  wind: 154\ncontributors:\n  - nessie2013\ncountry: ID\ncountry_name: Indonesia\ncurrency: IDR\ndisclaimer: Real-time consumption and generation mix data is not available and is fully estimated.\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010000418109461053\n        coal: 0.6590001862487598\n        gas: 0.18699983655721064\n        geothermal: 0.057000102626867714\n        hydro: 0.07099992778109307\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.024999904975122483\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001000178371160777\n        coal: 0.6590001971470723\n        gas: 0.18700013648643465\n        geothermal: 0.0570000570498854\n        hydro: 0.07100002671956657\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.025000126376328476\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009999580485275375\n        coal: 0.6589998631419177\n        gas: 0.18700006395880234\n        geothermal: 0.05700001581776834\n        hydro: 0.07100011622621061\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.02499998280677359\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010000859936102158\n        coal: 0.6589998877487988\n        gas: 0.18699999803068065\n        geothermal: 0.05699997833748749\n        hydro: 0.07099986936848524\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.024999852301051163\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009998888878791576\n        coal: 0.6589999102116081\n        gas: 0.18699993784707583\n        geothermal: 0.056999944122977\n        hydro: 0.070999957922792\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.025000047069258766\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010000090253522145\n        coal: 0.658999930805633\n        gas: 0.18699988267042125\n        geothermal: 0.0569999127549286\n        hydro: 0.07100003910985958\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.02499992478873154\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001000119852653437\n        coal: 0.6590001400687637\n        gas: 0.18699988592337807\n        geothermal: 0.056999900363456764\n        hydro: 0.07100013429273218\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.025000108300590452\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000999944185287075\n        coal: 0.6590001502276599\n        gas: 0.18700011468396235\n        geothermal: 0.05699987309789149\n        hydro: 0.07099992474732733\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.024999993057871518\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010000489328755927\n        coal: 0.658999892240717\n        gas: 0.18700005909380069\n        geothermal: 0.05700011524628079\n        hydro: 0.07099999812825067\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.02499988635807582\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009998883746002566\n        coal: 0.6589999105288689\n        gas: 0.18700000748291276\n        geothermal: 0.05700008225333488\n        hydro: 0.07100006625639553\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.02500004510388751\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Jakarta\nzone_name: Indonesia\n"
  },
  {
    "path": "config/zones/IE.yaml",
    "content": "bounding_box:\n  - - -10.459904599045956\n    - 51.44618557410132\n  - - -5.995859958599567\n    - 55.38595661323561\ncenter_point:\n  - -7.972821743329928\n  - 52.93813739678835\ncentroid:\n  - -8.584698346983439\n  - 53.3427728198179\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 920.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4600.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4490.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4430.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4820.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 890.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1340.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3320.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3670.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4310.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4340.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4540.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4740.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4940.0\ncontributors:\n  - corradio\n  - nessie2013\ncountry: IE\ncountry_name: Ireland\ncurrency: EUR\ndisclaimer: The complete generation mix is unavailable. It is therefore estimated\n  by Electricity Maps.\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 758.4409086\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1082.54\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1198.31\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 977.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 396.8903896\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 465.78\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 403.88\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 911.7365666\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 984.56\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 830.69\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 786.9856885999999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1111.08478\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1258.31\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1037.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 516.8903895999999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 585.78\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 523.88\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1155.7365666\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1228.56\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1074.69\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 42.13333333\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.582612936960853e-05\n        coal: 0.29111289412171837\n        gas: 0.33294133275284055\n        geothermal: 0.0\n        hydro: 0.02926791027905611\n        hydro discharge: 0.02761871746924221\n        nuclear: 0.010706576038933888\n        oil: 0.05475903957490735\n        solar: 0.0020611278906416076\n        unknown: 0.0019041233937288002\n        wind: 0.24953819282343626\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.9632805467977483e-05\n        coal: 0.26723817430027696\n        gas: 0.36046205246518087\n        geothermal: 0.0\n        hydro: 0.023921285841728254\n        hydro discharge: 0.030127489457405433\n        nuclear: 0.0048360584642217425\n        oil: 0.08539935678395623\n        solar: 0.0012956285930447015\n        unknown: 0.0020271157775442555\n        wind: 0.2246631964147288\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.027842825536771896\n        coal: 0.10787342777227489\n        gas: 0.5535367154689157\n        geothermal: 0.0\n        hydro: 0.030135959063761222\n        hydro discharge: 0.00029625353164882805\n        nuclear: 0.004351937211275199\n        oil: 0.025593516358143997\n        solar: 0.001081973586640834\n        unknown: 0.0015707894459496422\n        wind: 0.24771631992609142\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.027282423576123083\n        coal: 0.09995457642551166\n        gas: 0.5233526744509518\n        geothermal: 0.0\n        hydro: 0.027529440451698577\n        hydro discharge: 0.00032657087412692637\n        nuclear: 0.005829896111474441\n        oil: 0.023715473184419494\n        solar: 0.0015542212074896907\n        unknown: 0.0008133733589975208\n        wind: 0.2896410041778719\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026632954308198585\n        coal: 0.09536062677810309\n        gas: 0.5020086172461717\n        geothermal: 1.3884374630346966e-09\n        hydro: 0.02680260782891616\n        hydro discharge: 2.3422245782663814e-05\n        nuclear: 0.007178224807873673\n        oil: 0.023032441964916824\n        solar: 0.003914887213193202\n        unknown: 0.0008514075549105297\n        wind: 0.3141945035543636\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02489102705979321\n        coal: 0.09050289325762267\n        gas: 0.47338221949368436\n        geothermal: 2.0607381346453047e-09\n        hydro: 0.025037452807950434\n        hydro discharge: 1.616546029722509e-05\n        nuclear: 0.004451093738121616\n        oil: 0.021877187234183772\n        solar: 0.00245079602259639\n        unknown: 0.000837714780590932\n        wind: 0.35655319907856337\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.027079216693105906\n        coal: 0.09640251774245905\n        gas: 0.5065904910275496\n        geothermal: 2.623801637678524e-09\n        hydro: 0.026804885112878433\n        hydro discharge: 3.0377391435427817e-05\n        nuclear: 0.006431643944565802\n        oil: 0.023492616948034936\n        solar: 0.004504270104171376\n        unknown: 0.0009999626177141423\n        wind: 0.30766352448742684\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02506826888803386\n        coal: 0.09427409112262482\n        gas: 0.4906387287235398\n        geothermal: 0.0\n        hydro: 0.02576793564661516\n        hydro discharge: 5.718129146439685e-06\n        nuclear: 0.001867281501097867\n        oil: 0.022955601803114928\n        solar: 0.0018242068502549052\n        unknown: 0.0008244677302068245\n        wind: 0.33677316911674543\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.1715171716028265e-10\n        biomass: 0.024685585096010192\n        coal: 0.08468381952508681\n        gas: 0.45273689762797936\n        geothermal: 6.343034343205653e-09\n        hydro: 0.025887375392335144\n        hydro discharge: 5.246672572154272e-05\n        nuclear: 0.010600434593124885\n        oil: 0.020244909211778378\n        solar: 0.006646385520545423\n        unknown: 0.0012175739858328696\n        wind: 0.37324418727995884\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.542812874068128e-07\n        biomass: 0.025250695564472615\n        coal: 0.08431267995022841\n        gas: 0.44016764387180357\n        geothermal: 7.3135598996457554e-09\n        hydro: 0.02666753863803497\n        hydro discharge: 7.21621990002904e-05\n        nuclear: 0.009406918756662332\n        oil: 0.020654582180495144\n        solar: 0.004312371638404209\n        unknown: 0.0012949211543286639\n        wind: 0.38786013638875366\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: SMARTGRIDDASHBOARD.fetch_consumption\n  consumptionForecast: SMARTGRIDDASHBOARD.fetch_consumption_forecast\n  generationForecast: SMARTGRIDDASHBOARD.fetch_total_generation\n  price: ENTSOE.fetch_price\n  production: SMARTGRIDDASHBOARD.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: SMARTGRIDDASHBOARD.fetch_wind_solar_forecasts\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Dublin\nzone_name: Ireland\n"
  },
  {
    "path": "config/zones/IL.yaml",
    "content": "bounding_box:\n  - - 34.248942489424905\n    - 29.490512750854634\n  - - 35.88695886958871\n    - 33.40738646466157\ncenter_point:\n  - 34.854673528375955\n  - 30.92475608739115\ncentroid:\n  - 35.13419134191345\n  - 31.83605751407333\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4900.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4320.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 11270.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 11650.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 11720.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11870.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 12320.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 12910.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1010.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1350.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2140.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2650.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3590.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4630.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5520.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\ncontributors:\n  - alixunderplatz\n  - jarek\n  - yuvalabou\ncountry: IL\ncountry_name: Israel\ncurrency: ILS\ndisclaimer: The data source (Israel Electric Corporation) has been blocking access to real-time production mix data. The data is therefore fully estimated by Electricity Maps.\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2020; assumes 28.1% coal, 65.3% gas, 0.4% oil, 5.3% solar, 0.3% wind, 0.3% other\n      value: 459.09\n  lifecycle:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2020; assumes 28.1% coal, 65.3% gas, 0.4% oil, 5.3% solar, 0.3% wind, 0.3% other\n      value: 558.188\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2893872893867389\n        gas: 0.6735874734313857\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.003978779438552887\n        solar: 0.02955271838212426\n        unknown: 0.0034936070319154357\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.28939078442017924\n        gas: 0.6735956029999322\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.003978828274212072\n        solar: 0.02954100562200617\n        unknown: 0.0034936490859755753\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22975052304145827\n        gas: 0.7035462674701543\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0042319647618432816\n        solar: 0.059461080175140485\n        unknown: 0.0029153921982436075\n        wind: 9.474423272579382e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2297506168385724\n        gas: 0.7035465497081878\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0042319673520831574\n        solar: 0.05946070252705926\n        unknown: 0.002915394141259118\n        wind: 9.474423260282848e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22648331307457528\n        gas: 0.693541342803125\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0041718433057065995\n        solar: 0.07281269326902554\n        unknown: 0.0028738901599579354\n        wind: 0.00011683429655197377\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.23160730827504733\n        gas: 0.709232212813954\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004266198190054066\n        solar: 0.05183532401607507\n        unknown: 0.002938932624888138\n        wind: 0.0001199672648831553\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2347010059371511\n        gas: 0.7187057909580122\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004323168269065913\n        solar: 0.039204124391915715\n        unknown: 0.002978185989163948\n        wind: 8.764081573890674e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.23049115063053122\n        gas: 0.7058141923740252\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004245626539946488\n        solar: 0.05645092737869548\n        unknown: 0.0029247867935821917\n        wind: 7.322767438978705e-05\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22643389262343425\n        gas: 0.6933900115583163\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004170871051940615\n        solar: 0.07303714245296632\n        unknown: 0.002873307364706397\n        wind: 9.474423246961603e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22644109548746316\n        gas: 0.6934120940756355\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004171004131650712\n        solar: 0.07300763261212727\n        unknown: 0.0028733995131826184\n        wind: 9.474408704417814e-05\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    _comment: Sum of renewable sources in IL unknown production\n    value: 0.056\nisRenewable:\n  unknown:\n    _comment: Sum of renewable sources in IL unknown production\n    value: 0.056\nparsers:\n  consumption: IL.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Jerusalem\nzone_name: Israel\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/IM.yaml",
    "content": "bounding_box:\n  - - -4.789847898478968\n    - 54.056480661417325\n  - - -4.311043110431086\n    - 54.414251369656895\ncenter_point:\n  - -4.550445504455027\n  - 54.23536601553711\ncentroid:\n  - -4.519125191251891\n  - 54.23736953150326\ncapacity:\n  gas:\n    - datetime: '2024-12-20'\n      source: manxutilities.im\n      value: 84.0\n  hydro:\n    - datetime: '2024-12-20'\n      source: manxutilities.im\n      value: 1.2\n  oil:\n    - datetime: '2024-12-20'\n      source: manxutilities.im\n      value: 40.0\n  unknown:\n    - datetime: '2024-12-20'\n      source: suez.co.im\n      value: 5.5\ncontributors:\n  - VIKTORVAV99\n  - AJDelusion\n  - CHirch\ncountry: IM\ncountry_name: Isle of Man\ncurrency: GBP\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: https://www.manxutilities.im/media/2830/mu_annual-report_r9.pdf\n      datetime: '2022-01-01'\n      value:\n        gas: 0.988\n        hydro: 0.007\n        oil: 0.005\n    - _source: https://www.manxutilities.im/media/3096/manx-utilities-annual-report-and-accounts-31-march-2024.pdf\n      datetime: '2024-01-01'\n      value:\n        gas: 0.95\n        hydro: 0.006\n        oil: 0.003\n        unknown: 0.041\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Isle_of_Man\nzone_name: Isle of Man\n"
  },
  {
    "path": "config/zones/IN-AN.yaml",
    "content": "bounding_box:\n  - - 92.37512375123751\n    - 6.744882203814939\n  - - 93.91953919539193\n    - 13.57114731702616\ncenter_point:\n  - 92.51192511925117\n  - 10.508630054495342\ncentroid:\n  - 92.95014768329501\n  - 11.167188354534888\ncapacity:\n  coal: 0\n  gas: 0\n  hydro: 0\n  nuclear: 0\n  oil: 40.05\ncontributors:\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Andaman and Nicobar Islands\n"
  },
  {
    "path": "config/zones/IN-EA.yaml",
    "content": "bounding_box:\n  - - 81.39501395013949\n    - 17.79713492275212\n  - - 89.85869858698587\n    - 28.105224568550966\ncenter_point:\n  - 85.95419085014285\n  - 22.697858587070485\ncentroid:\n  - 86.06672657097921\n  - 23.549613966857926\ncapacity:\n  biomass:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 542.8\n  coal:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 36997.0\n  gas:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 80.0\n  hydro:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 6331.75\n  nuclear:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 0.0\n  oil:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 92.71\n  solar:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 1017.1\n    - datetime: '2025-06-30'\n      source: mnre.gov.in\n      value: 1562.73\n  wind:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 0.0\ncontributors:\n  - unitrium\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 0.0\n  lifecycle:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 25.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9204173419576945\n        gas: 4.663699360225228e-05\n        geothermal: 0.0\n        hydro: 0.0734560285972423\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.000900266706129403\n        solar: 0.0010170986848603396\n        unknown: 0.004162438043803982\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9204173419576945\n        gas: 4.663699360225228e-05\n        geothermal: 0.0\n        hydro: 0.0734560285972423\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.000900266706129403\n        solar: 0.0010170986848603396\n        unknown: 0.004162438043803982\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9203877317517398\n        gas: 5.473563064504961e-05\n        geothermal: 0.0\n        hydro: 0.07344527655400272\n        hydro discharge: 0.0\n        nuclear: 7.802443288585532e-06\n        oil: 0.0009000045068223704\n        solar: 0.001026629255038424\n        unknown: 0.004161597925206382\n        wind: 1.604637334548192e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.418912332874674e-05\n        coal: 0.9364699008887604\n        gas: 0.0014727496209380562\n        geothermal: 9.535853201048147e-06\n        hydro: 0.05101231894800817\n        hydro discharge: 0.0\n        nuclear: 0.0015677742428984796\n        oil: 0.0007062644363796823\n        solar: 0.0005353725080770343\n        unknown: 0.0077553777690162464\n        wind: 0.00041651090860760315\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.991769434932874e-05\n        coal: 0.8955242420254453\n        gas: 0.001313225466758223\n        geothermal: 8.784184062288093e-06\n        hydro: 0.08957257384066024\n        hydro discharge: 0.0\n        nuclear: 0.0014127227759845277\n        oil: 0.000633430168193716\n        solar: 0.003258960132432804\n        unknown: 0.007341638309611919\n        wind: 0.0008844994779646481\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.78898609109752e-05\n        coal: 0.904150951137157\n        gas: 0.0009422304865436213\n        geothermal: 6.667310192959937e-06\n        hydro: 0.08257342566167789\n        hydro discharge: 0.0\n        nuclear: 0.0013896834336340669\n        oil: 0.0006737068641670865\n        solar: 0.0029251103110570454\n        unknown: 0.006595339745996945\n        wind: 0.0007049955294589873\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.097934246353394e-05\n        coal: 0.9222273469636972\n        gas: 0.001378025886779447\n        geothermal: 5.4518653767807975e-06\n        hydro: 0.06873025178723889\n        hydro discharge: 0.0\n        nuclear: 0.0017350480978251678\n        oil: 0.0013131830747187079\n        solar: 0.0028693542573660683\n        unknown: 0.0007884144941576825\n        wind: 0.0009219367351093905\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.7478165603792046e-05\n        coal: 0.9523537612970427\n        gas: 0.0013016682313202923\n        geothermal: 4.834841705459606e-06\n        hydro: 0.03930738641525212\n        hydro discharge: 0.0\n        nuclear: 0.0017694689940675394\n        oil: 0.0012792304541447755\n        solar: 0.0029855668766264275\n        unknown: 0.0002543184591433458\n        wind: 0.0007162874658442403\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: IN.fetch_consumption\n  production: IN.fetch_production\n  productionCapacity: CEA.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Eastern India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\nisLowCarbon:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\n"
  },
  {
    "path": "config/zones/IN-NE.yaml",
    "content": "bounding_box:\n  - - 89.6570965709657\n    - 21.9773278778234\n  - - 97.33237332373321\n    - 29.368870710053173\ncenter_point:\n  - 93.46513273903494\n  - 25.965802511426382\ncentroid:\n  - 93.27572241239659\n  - 26.101683928567358\ncapacity:\n  biomass:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 15.8\n  coal:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 750.0\n  gas:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 1664.95\n  hydro:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 2348.8\n  nuclear:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 0.0\n  oil:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 36.0\n  solar:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 236.9\n    - datetime: '2025-06-30'\n      source: mnre.gov.in\n      value: 331.53\n  wind:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 0.0\ncontributors:\n  - unitrium\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 0.0\n  lifecycle:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 25.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2219556276745726\n        gas: 0.4608899247562376\n        geothermal: 0.0\n        hydro: 0.31185539898997355\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.005286594787475135\n        unknown: 8.30252782742898e-06\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2219556276745726\n        gas: 0.4608899247562376\n        geothermal: 0.0\n        hydro: 0.31185539898997355\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.005286594787475135\n        unknown: 8.30252782742898e-06\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2219556276745726\n        gas: 0.4608899247562376\n        geothermal: 0.0\n        hydro: 0.31185539898997355\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.005286594787475135\n        unknown: 8.30252782742898e-06\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1617725244877785\n        gas: 0.5784903386936044\n        geothermal: 0.0\n        hydro: 0.25822804879252004\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0015092962330757122\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.19403725923268053\n        gas: 0.4682182776529213\n        geothermal: 0.0\n        hydro: 0.30537515716326846\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.03235116253737362\n        unknown: 1.8112581206614726e-05\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.0428727480551613e-08\n        coal: 0.21209746897277876\n        gas: 0.4466830065177961\n        geothermal: 1.8136917357481066e-09\n        hydro: 0.31252616992808874\n        hydro discharge: 0.0\n        nuclear: 5.903566599860088e-07\n        oil: 4.896967686519888e-08\n        solar: 0.02867349329656134\n        unknown: 1.8944010179888975e-05\n        wind: 2.688797998246568e-07\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.945325246050424e-06\n        coal: 0.24059638737880787\n        gas: 0.4534683489088665\n        geothermal: 3.3360498069026804e-07\n        hydro: 0.27610152488988005\n        hydro discharge: 0.0\n        nuclear: 0.0001666157466287983\n        oil: 1.7514496088897787e-05\n        solar: 0.029507679601670056\n        unknown: 4.54983704255339e-05\n        wind: 9.41671611809189e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.0727915338724127e-06\n        coal: 0.24256515029057707\n        gas: 0.40154424864029137\n        geothermal: 5.553706859097771e-07\n        hydro: 0.32427913720945384\n        hydro discharge: 0.0\n        nuclear: 0.00018710540623764058\n        oil: 2.4340909080610107e-05\n        solar: 0.031236037656665508\n        unknown: 2.5385940511502566e-05\n        wind: 0.0001348859595530266\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: IN.fetch_consumption\n  production: IN.fetch_production\n  productionCapacity: CEA.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: North Eastern India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\nisLowCarbon:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\n"
  },
  {
    "path": "config/zones/IN-NO.yaml",
    "content": "bounding_box:\n  - - 69.46449464494646\n    - 23.036329174212554\n  - - 84.59904599045993\n    - 35.495336317947775\ncenter_point:\n  - 76.8475901001024\n  - 29.293433593829924\ncentroid:\n  - 77.41178232491549\n  - 27.448364557060167\ncapacity:\n  biomass:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 3377.9\n  coal:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 44285.0\n  gas:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 5994.96\n  hydro:\n    - datetime: '2023-12-01'\n      source: cea.nic.in, mnre.gov.in\n      value: 21469.8\n  nuclear:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 1620.0\n  oil:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 0.0\n  solar:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 25012.2\n    - datetime: '2025-06-30'\n      source: mnre.gov.in\n      value: 40245.36\n  wind:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 5193.4\ncontributors:\n  - corradio\n  - gopikrishna1793\n  - hectorespert\n  - pierresegonne\n  - sahitya-pavurala\n  - willbeaufoy\n  - mathilde-daugy\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n      value: 45\n  lifecycle:\n    unknown:\n      source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n      value: 192\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6583105570870201\n        gas: 0.023990722146757116\n        geothermal: 0.0\n        hydro: 0.20768329821776652\n        hydro discharge: 0.0\n        nuclear: 0.028094003710777454\n        oil: 0.0\n        solar: 0.04967895825659537\n        unknown: 0.0132010881270358\n        wind: 0.01904127602599394\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6582143787658119\n        gas: 0.02399372483936023\n        geothermal: 0.0\n        hydro: 0.20759058325974514\n        hydro discharge: 0.0\n        nuclear: 0.02809091010071332\n        oil: 0.0\n        solar: 0.0498740099498704\n        unknown: 0.013187314480516578\n        wind: 0.019048989945975113\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5798938890346982\n        gas: 0.03274811591611273\n        geothermal: 0.0\n        hydro: 0.2328806323518068\n        hydro discharge: 0.0\n        nuclear: 0.03149215377158012\n        oil: 4.068070143068891e-10\n        solar: 0.10485494122097148\n        unknown: 0.0003495395704818654\n        wind: 0.017780724947693897\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.20873245281953e-07\n        coal: 0.6088875915609018\n        gas: 0.02738967033642904\n        geothermal: 2.1258361196479225e-08\n        hydro: 0.1993511904807755\n        hydro discharge: 0.0\n        nuclear: 0.02899423598980073\n        oil: 3.763029345314802e-07\n        solar: 0.12117078377259137\n        unknown: 0.013479138448900625\n        wind: 0.0007268626523638076\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.750579559547814e-08\n        coal: 0.649598671024667\n        gas: 0.016007212220965402\n        geothermal: 3.0635142292086743e-09\n        hydro: 0.18816559690650533\n        hydro discharge: 0.0\n        nuclear: 0.025009829806716708\n        oil: 1.0091576284452102e-07\n        solar: 0.10860953812648917\n        unknown: 0.011944365207907493\n        wind: 0.0006646626472946362\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.4217480068072647e-09\n        coal: 0.6620310300230235\n        gas: 0.01766954088079439\n        geothermal: 4.1221242669059816e-10\n        hydro: 0.17673538473110867\n        hydro discharge: 0.0\n        nuclear: 0.022071079785800415\n        oil: 5.7014131266643354e-08\n        solar: 0.10924628610699928\n        unknown: 0.011312647777378849\n        wind: 0.0009339684765815793\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.8472769350879873e-08\n        coal: 0.6764372202815807\n        gas: 0.017133683414565087\n        geothermal: 3.2614352667513897e-09\n        hydro: 0.16721331013943516\n        hydro discharge: 0.0\n        nuclear: 0.025669495017883813\n        oil: 1.6685502824700107e-07\n        solar: 0.10640189695651557\n        unknown: 0.006269657448041951\n        wind: 0.0008745467698962447\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    value: 0.92\nisRenewable:\n  unknown:\n    value: 0.92\nparsers:\n  consumption: IN.fetch_consumption\n  production: IN.fetch_production\n  productionCapacity: CEA.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Northern India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/IN-SO.yaml",
    "content": "bounding_box:\n  - - 74.09054090540906\n    - 8.075789238466186\n  - - 84.7790477904779\n    - 19.890809107370146\ncenter_point:\n  - 79.14854032908883\n  - 13.923305994389636\ncentroid:\n  - 78.66001517158028\n  - 15.356275499738286\ncapacity:\n  biomass:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 3740.7\n  coal:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 41357.5\n  gas:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 6491.8\n  hydro:\n    - datetime: '2023-12-01'\n      source: cea.nic.in, mnre.gov.in\n      value: 13675.65\n  nuclear:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 3320.0\n  oil:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 460.49\n  solar:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 26954.5\n    - datetime: '2025-06-30'\n      source: mnre.gov.in\n      value: 32702.85\n  wind:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 20312.4\ncontributors:\n  - hectorespert\n  - gopikrishna1793\n  - unitrium\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2020-01-01'\n        source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n        value: 45\n  lifecycle:\n    unknown:\n      - datetime: '2020-01-01'\n        source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n        value: 192\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6730236577986359\n        gas: 0.011827544851890718\n        geothermal: 0.0\n        hydro: 0.10187884795224894\n        hydro discharge: 0.0\n        nuclear: 0.07099717567696759\n        oil: 7.648104412854824e-05\n        solar: 0.051094061890915934\n        unknown: 0.013829667045788363\n        wind: 0.07727269397030423\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6730236577986359\n        gas: 0.011827544851890718\n        geothermal: 0.0\n        hydro: 0.10187884795224894\n        hydro discharge: 0.0\n        nuclear: 0.07099717567696759\n        oil: 7.648104412854824e-05\n        solar: 0.051094061890915934\n        unknown: 0.013829667045788363\n        wind: 0.07727269397030423\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6730528048923717\n        gas: 0.011842726063005633\n        geothermal: 0.0\n        hydro: 0.10188192723746096\n        hydro discharge: 0.0\n        nuclear: 0.07097804708769762\n        oil: 7.638655967748217e-05\n        solar: 0.051143148753300165\n        unknown: 0.013832076446719601\n        wind: 0.0771930042215613\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.406190367590839e-07\n        coal: 0.7020006419111058\n        gas: 0.02640840918339795\n        geothermal: 7.748950646463959e-08\n        hydro: 0.14199720638150898\n        hydro discharge: 0.0\n        nuclear: 0.08686874595486202\n        oil: 1.294547607998929e-05\n        solar: 0.016021353910097475\n        unknown: 0.014506603271477887\n        wind: 0.012183570302426538\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.487310876697152e-10\n        coal: 0.5855616996657381\n        gas: 0.013573722979789116\n        geothermal: 9.145518127828586e-11\n        hydro: 0.10808966093561215\n        hydro discharge: 0.0\n        nuclear: 0.060658710045836284\n        oil: 6.43447865562989e-05\n        solar: 0.1339940752639298\n        unknown: 0.011386575611905437\n        wind: 0.08667120275403199\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.1517345945179635e-10\n        coal: 0.5931318987617458\n        gas: 0.008768707480807252\n        geothermal: 5.7304265354872055e-11\n        hydro: 0.10872812117615308\n        hydro discharge: 0.0\n        nuclear: 0.06423031650563892\n        oil: 1.0604154303919073e-07\n        solar: 0.12561961116893577\n        unknown: 0.02149479377562107\n        wind: 0.0780264449462944\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.422636504950979e-10\n        coal: 0.6559245660226933\n        gas: 0.005895429015508713\n        geothermal: 2.854860194211915e-11\n        hydro: 0.06336510862188238\n        hydro discharge: 0.0\n        nuclear: 0.06341595094127551\n        oil: 0.00012843196668883668\n        solar: 0.12228156568434956\n        unknown: 0.009545848532265352\n        wind: 0.0794430978735518\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.138656284083163e-09\n        coal: 0.6575995063816819\n        gas: 0.005693343277583411\n        geothermal: 1.4060137102070582e-09\n        hydro: 0.0797491669161583\n        hydro discharge: 0.0\n        nuclear: 0.0607297769208224\n        oil: 0.000152848399366014\n        solar: 0.11570950697748413\n        unknown: 0.004660179852160788\n        wind: 0.07570566354166786\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisRenewable:\n  unknown:\n    source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n    value: 0.92\nisLowCarbon:\n  unknown:\n    source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n    value: 0.92\nparsers:\n  consumption: IN.fetch_consumption\n  production: IN.fetch_production\n  productionCapacity: CEA.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Southern India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/IN-WE.yaml",
    "content": "bounding_box:\n  - - 68.1828818288183\n    - 14.887743523347837\n  - - 84.35064350643509\n    - 26.85159600687946\ncenter_point:\n  - 76.348170844805\n  - 21.211082449075356\ncentroid:\n  - 76.13088455607804\n  - 22.1402600908422\ncapacity:\n  biomass:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 3167.6\n  coal:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 84386.0\n  gas:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 10806.49\n  hydro:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 8065.7\n  nuclear:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 2540.0\n  oil:\n    - datetime: '2023-12-01'\n      source: cea.nic.in\n      value: 0.0\n  solar:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 19907.4\n    - datetime: '2025-06-30'\n      source: mnre.gov.in\n      value: 41245.91\n  wind:\n    - datetime: '2023-12-01'\n      source: mnre.gov.in\n      value: 19226.1\ncontributors:\n  - GitMatze\n  - alixunderplatz\n  - systemcatch\n  - Manu1400\n  - gopikrishna1793\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n      value: 45\n  lifecycle:\n    unknown:\n      source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n      value: 192\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8433577792659291\n        gas: 0.027097981779287964\n        geothermal: 0.0\n        hydro: 0.03127236521278061\n        hydro discharge: 0.0\n        nuclear: 0.024734128229007717\n        oil: 0.0\n        solar: 0.019200309015410488\n        unknown: 0.00073885914399529\n        wind: 0.053598559889581926\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8433577792659291\n        gas: 0.027097981779287964\n        geothermal: 0.0\n        hydro: 0.03127236521278061\n        hydro discharge: 0.0\n        nuclear: 0.024734128229007717\n        oil: 0.0\n        solar: 0.019200309015410488\n        unknown: 0.00073885914399529\n        wind: 0.053598559889581926\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8423091852055521\n        gas: 0.027032721398226763\n        geothermal: 0.0\n        hydro: 0.03224230307613093\n        hydro discharge: 0.0\n        nuclear: 0.024844603845287264\n        oil: 9.14621576895854e-07\n        solar: 0.019286308901214442\n        unknown: 0.0008279689113278008\n        wind: 0.053455978242283576\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1266100125772502e-06\n        coal: 0.8050733098868523\n        gas: 0.04788626838449567\n        geothermal: 1.981608708354313e-07\n        hydro: 0.049674175720692236\n        hydro discharge: 0.0\n        nuclear: 0.026930220598704424\n        oil: 1.4522499957886976e-05\n        solar: 0.02527654320998128\n        unknown: 0.0009931945747320143\n        wind: 0.04415044020007452\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.749133008790658e-07\n        coal: 0.8872354145750095\n        gas: 0.031041764447489722\n        geothermal: 1.0106314519163543e-07\n        hydro: 0.04093242851893842\n        hydro discharge: 0.0\n        nuclear: 0.024800940495137674\n        oil: 1.024613821853252e-05\n        solar: 0.01022912816361701\n        unknown: 0.0013957768508403154\n        wind: 0.004353620110657857\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.6910244527256463e-07\n        coal: 0.9020952796933679\n        gas: 0.01192325726518226\n        geothermal: 8.254359698670669e-08\n        hydro: 0.047522322202633305\n        hydro discharge: 0.0\n        nuclear: 0.025344481514419724\n        oil: 5.930320812457567e-06\n        solar: 0.007541864784733179\n        unknown: 0.0015798479861817412\n        wind: 0.003986462882701127\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.9395911103367805e-07\n        coal: 0.8978386390358554\n        gas: 0.017695020548016072\n        geothermal: 6.898010087971744e-08\n        hydro: 0.040944169399095454\n        hydro discharge: 0.0\n        nuclear: 0.02804500483908623\n        oil: 1.5144018447294215e-05\n        solar: 0.008829042629172926\n        unknown: 0.001876897190990641\n        wind: 0.004755616436737487\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.938833569954496e-07\n        coal: 0.8808973040334591\n        gas: 0.025809891943185316\n        geothermal: 5.15957968350004e-08\n        hydro: 0.04354447779871282\n        hydro discharge: 0.0\n        nuclear: 0.033118184257477985\n        oil: 1.3624614551656041e-05\n        solar: 0.011057473179244885\n        unknown: 0.0013893975489840634\n        wind: 0.0041693000739283495\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisRenewable:\n  unknown:\n    source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n    value: 0.92\nisLowCarbon:\n  unknown:\n    source: CEA 2022; assumes 56% biomass, 36% hydro, 8% unknown\n    value: 0.92\nparsers:\n  consumption: IN_WE.fetch_consumption\n  production: IN.fetch_production\n  productionCapacity: CEA.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kolkata\nzone_name: Western India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/IN.yaml",
    "content": "bounding_box:\n  - - 68.1828818288183\n    - 8.075789238466186\n  - - 97.33237332373321\n    - 35.495336317947775\ncenter_point:\n  - 82.8526621756506\n  - 21.732832622653902\ncentroid:\n  - 82.604486354839\n  - 24.270677750601468\ncapacity:\n  biomass: 10682.36\n  coal: 210699.5\n  gas: 24879.21\n  hydro: 51608.52\n  nuclear: 6780\n  oil: 509.71\n  solar: 56951.33\n  wind: 40706.38\ncontributors:\n  - systemcatch\n  - gopikrishna1793\n  - unitrium\ncountry: IN\ncountry_name: India\ncurrency: INR\nemissionFactors:\n  direct:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 0.0\n  lifecycle:\n    unknown:\n      source: assumes 43% solar PV and 57% wind\n      value: 25.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.7677784706391163\n        gas: 0.0247360880975696\n        geothermal: 0.0\n        hydro: 0.09962567167394039\n        hydro discharge: 0.0\n        nuclear: 0.030526440884796266\n        oil: 0.00016786077922472357\n        solar: 0.02987446190715984\n        unknown: 0.0070184273661270695\n        wind: 0.040272585236621285\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.7677796737901701\n        gas: 0.02474162531496064\n        geothermal: 0.0\n        hydro: 0.09961688716260553\n        hydro discharge: 0.0\n        nuclear: 0.030526424418023335\n        oil: 0.0001678552774701426\n        solar: 0.02989486715596173\n        unknown: 0.00701729725905422\n        wind: 0.040255376180208\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.068362688134132e-06\n        coal: 0.7503837625336328\n        gas: 0.040184879527900966\n        geothermal: 1.5957270308899812e-06\n        hydro: 0.1085626147811119\n        hydro discharge: 0.0\n        nuclear: 0.03324176589257075\n        oil: 0.00011810763683417106\n        solar: 0.03769194944832143\n        unknown: 0.004031360167901762\n        wind: 0.025774901636667\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.413189607483215e-06\n        coal: 0.7458389123025757\n        gas: 0.02729643199213655\n        geothermal: 1.4805194853618045e-06\n        hydro: 0.10457372610070167\n        hydro discharge: 0.0\n        nuclear: 0.02984692538184953\n        oil: 0.00012133154833431564\n        solar: 0.06320881991501172\n        unknown: 0.00743161755355481\n        wind: 0.021672345960293243\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.6590510380609e-06\n        coal: 0.758513489046436\n        gas: 0.01660802023158081\n        geothermal: 1.1717780290254785e-06\n        hydro: 0.10684024142084969\n        hydro discharge: 0.0\n        nuclear: 0.029684229739384012\n        oil: 0.00011668252766613028\n        solar: 0.05930458040144998\n        unknown: 0.00956245752885104\n        wind: 0.0193624722810715\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.365920127561738e-06\n        coal: 0.7837876561416842\n        gas: 0.01813497429344078\n        geothermal: 9.443837558517989e-07\n        hydro: 0.08634644323533333\n        hydro discharge: 0.0\n        nuclear: 0.029578583439089808\n        oil: 0.0002520435360164162\n        solar: 0.05686835119975651\n        unknown: 0.0056214598823901745\n        wind: 0.019404181982341374\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.6387121642457825e-06\n        coal: 0.7889194518919712\n        gas: 0.01998610010683993\n        geothermal: 8.162010554309572e-07\n        hydro: 0.08251354908260189\n        hydro discharge: 0.0\n        nuclear: 0.03202906195091459\n        oil: 0.0002465361764196627\n        solar: 0.05470488852485778\n        unknown: 0.003025741785798069\n        wind: 0.018569211812215346\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: IN.fetch_production\nregion: Asia\nsubZoneNames:\n  - IN-NO\n  - IN-NE\n  - IN-EA\n  - IN-WE\n  - IN-SO\ntimezone: Asia/Kolkata\nzone_name: Mainland India\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\nisLowCarbon:\n  unknown:\n    source: assumes 43% solar PV and 57% wind\n    value: 1\n"
  },
  {
    "path": "config/zones/IQ.yaml",
    "content": "bounding_box:\n  - - 38.788648606335684\n    - 29.062618983800093\n  - - 48.53028530285303\n    - 37.36862374629024\ncenter_point:\n  - 43.44345558532116\n  - 33.21746235405574\ncentroid:\n  - 44.54713255817012\n  - 34.003316815933665\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20080.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20330.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 21670.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 25970.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 27510.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 32560.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 34030.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1560.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10930.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10990.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11290.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 12120.0\ncontributors:\n  - alixunderplatz\n  - systemcatch\n  - byronwilliams\ncountry: IQ\ncountry_name: Iraq\ncurrency: IQD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6710121204328401\n        geothermal: 0.0\n        hydro: 0.01882576318584281\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.31016211133910787\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6833794239764248\n        geothermal: 0.0\n        hydro: 0.05656541075842008\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.2600551558085288\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Baghdad\nzone_name: Iraq\n"
  },
  {
    "path": "config/zones/IR.yaml",
    "content": "bounding_box:\n  - - 44.06264062640628\n    - 25.059880300015635\n  - - 63.31923319233192\n    - 39.76568749149544\ncenter_point:\n  - 53.567567572718346\n  - 32.338104428586206\ncentroid:\n  - 53.14628485010521\n  - 32.724502289243176\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 56390.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 57050.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 61730.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 63840.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 65860.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 68580.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 73500.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 74960.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10910.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 11060.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 11140.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11150.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 11500.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 11680.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 11780.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1020.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 780.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 360.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\ncountry: IR\ncountry_name: Iran\ncurrency: IRR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Tehran\nzone_name: Iran\n"
  },
  {
    "path": "config/zones/IS.yaml",
    "content": "bounding_box:\n  - - -24.53964539645392\n    - 63.39715831213634\n  - - -13.527135271352677\n    - 66.53695404764692\ncenter_point:\n  - -17.82619692663021\n  - 64.8298913248652\ncentroid:\n  - -19.530974414221717\n  - 65.39408488941281\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1990.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2150.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 830.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 890.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 920.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - corradio\n  - SNPerkin\n  - nessie2013\ncountry: IS\ncountry_name: Iceland\ncurrency: ISK\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.28098611553654834\n        hydro: 0.7189779502921245\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 3.593417132730596e-05\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.28098611553654834\n        hydro: 0.7189779502921245\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 3.593417132730596e-05\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.30070139247145783\n        hydro: 0.6990214027404852\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0002765598699677303\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.29658338680080415\n        hydro: 0.7033620838853972\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 5.452817213448631e-05\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.27509427664605496\n        hydro: 0.7248819222166444\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 2.382154167634375e-05\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.24455822144176287\n        hydro: 0.7553568516765476\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 8.497249532180886e-05\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.2761102981801818\n        hydro: 0.7238896822920312\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.29750889698499444\n        hydro: 0.7024910885022445\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 3.2250580075461655e-09\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: amper_landsnet.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Atlantic/Reykjavik\nzone_name: Iceland\n"
  },
  {
    "path": "config/zones/IT-CNO.yaml",
    "content": "bounding_box:\n  - - 9.689496894968983\n    - 42.374551495978466\n  - - 13.905139051390535\n    - 44.476812177594255\ncenter_point:\n  - 12.037452327037272\n  - 43.32144732948173\ncentroid:\n  - 11.634485575625009\n  - 43.387648058418115\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 200\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 3047.3\n  geothermal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 817.1\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 800\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 200\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 100\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1870\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 1940\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 2060\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 2250\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 2590\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 2980\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 750\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 500\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 165\ncontributors:\n  - corradio\n  - nessie2013\n  - PaulRoms\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 351.1\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 153.09\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 257.85\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 384.1\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 186.09\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 268.55\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.65\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012700319359008063\n        coal: 0.0018588292939964142\n        gas: 0.2922742943845392\n        geothermal: 0.3323585830005895\n        hydro: 0.13996516282923166\n        hydro discharge: 0.0016889350342343507\n        nuclear: 0.0\n        oil: 4.005333904314651e-05\n        solar: 0.12432352651759017\n        unknown: 0.08368619651703321\n        wind: 0.011104110690345845\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008638301043067939\n        coal: 0.000638422952543961\n        gas: 0.33622705276956283\n        geothermal: 0.3119171780966675\n        hydro: 0.14450654924499653\n        hydro discharge: 0.0010742872258778162\n        nuclear: 0.0\n        oil: 0.00010995338030050686\n        solar: 0.1090538479599885\n        unknown: 0.07674840579608036\n        wind: 0.011085995659617001\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0041148461369409405\n        coal: 0.0007805596816630214\n        gas: 0.33086286527129954\n        geothermal: 0.2931997348984763\n        hydro: 0.10935105233542701\n        hydro discharge: 0.0012611635147761217\n        nuclear: 0.0\n        oil: 0.00018155932813681438\n        solar: 0.12262771660685677\n        unknown: 0.12599088138848166\n        wind: 0.011629617285934604\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015604411173753911\n        coal: 0.05918099774527862\n        gas: 0.24485053842754012\n        geothermal: 0.16079795574683173\n        hydro: 0.17304653719003685\n        hydro discharge: 0.008408236890650098\n        nuclear: 0.023458211116636936\n        oil: 0.000625147930188815\n        solar: 0.10554530139286106\n        unknown: 0.1393470129426022\n        wind: 0.06913560405305787\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01775280383582553\n        coal: 0.03729023498120157\n        gas: 0.3685417178972492\n        geothermal: 0.16437160045391963\n        hydro: 0.14440017057400376\n        hydro discharge: 0.007359942330962472\n        nuclear: 0.024667399440929792\n        oil: 0.0005641046776484951\n        solar: 0.10084691640152822\n        unknown: 0.07619047268042158\n        wind: 0.05801458096222467\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01973484976416781\n        coal: 0.028280774430846436\n        gas: 0.3633157816696252\n        geothermal: 0.18285799714450615\n        hydro: 0.14468574214159555\n        hydro discharge: 0.008243632490792378\n        nuclear: 0.023559744087052727\n        oil: 0.0004287472569554147\n        solar: 0.11134758380770024\n        unknown: 0.062226522822645784\n        wind: 0.055318585315774584\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01814523925045983\n        coal: 0.03779325099879053\n        gas: 0.3628173138255398\n        geothermal: 0.1797848079662567\n        hydro: 0.14313432560555528\n        hydro discharge: 0.011015814703592124\n        nuclear: 0.026444389698415345\n        oil: 0.000638312606476048\n        solar: 0.10044659691108644\n        unknown: 0.05511363712738784\n        wind: 0.06466622409329534\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014624492136866441\n        coal: 0.0739709158710253\n        gas: 0.3769017589594595\n        geothermal: 0.1748296075148186\n        hydro: 0.07675981363513269\n        hydro discharge: 0.0066803730910780105\n        nuclear: 0.016478105902122914\n        oil: 0.004843988982238166\n        solar: 0.12308512989592708\n        unknown: 0.05503776941914651\n        wind: 0.0767880843399591\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.2021948612167235e-05\n        biomass: 0.01654686470251832\n        coal: 0.0389241475814982\n        gas: 0.3316798079138889\n        geothermal: 0.17129117779006225\n        hydro: 0.13690921296101446\n        hydro discharge: 0.01266485234390985\n        nuclear: 0.033790127956120054\n        oil: 0.003923677318803485\n        solar: 0.12270379177266975\n        unknown: 0.055021442406094204\n        wind: 0.07653286440016613\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.155289108853915e-05\n        biomass: 0.018261840008366947\n        coal: 0.011400149606800948\n        gas: 0.32805025859785714\n        geothermal: 0.16535647600855655\n        hydro: 0.16461315214399966\n        hydro discharge: 0.01831844084891487\n        nuclear: 0.05119549650422474\n        oil: 0.0048290203223529385\n        solar: 0.13076921687380502\n        unknown: 0.054046319522626465\n        wind: 0.053137961493694416\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3357\n    - datetime: '2025-01-01'\n      value: 0.6563\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.4275\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3124\n    - datetime: '2025-01-01'\n      value: 0.6168\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.3613\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: Central North Italy\n"
  },
  {
    "path": "config/zones/IT-CSO.yaml",
    "content": "bounding_box:\n  - - 11.449914499145024\n    - 40.00467832459948\n  - - 15.784357843578448\n    - 42.901189978507134\ncenter_point:\n  - 13.467251296912782\n  - 41.73611562317008\ncentroid:\n  - 13.778849788497904\n  - 41.60608863633651\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 486.7\n  coal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1865\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2500\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 3000\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 3500\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 3500\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 4500\n  geothermal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 0\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2200\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 3260\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1708.7\n  nuclear:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 96\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 3300\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 3450\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 3700\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 4100\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 4860\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 6660\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2500\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 1000\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 700\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1700\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 2060\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 2010\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 2250\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 2300\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 2530\ncontributors:\n  - corradio\n  - nessie2013\n  - PaulRoms\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 343.72\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 198.93\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 334.44\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 327.84\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 367.56\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 268.72\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 211.51\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 197.55\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 376.72\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 231.93\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 345.14\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 338.54\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 378.26\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 279.42\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 222.21\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 208.25\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.46666667\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004341643795531278\n        coal: 0.2748027185217786\n        gas: 0.10766095581047806\n        geothermal: 0.0\n        hydro: 0.10144359128778947\n        hydro discharge: 0.013576370395272323\n        nuclear: 0.0\n        oil: 6.250671193986181e-05\n        solar: 0.09148538898417774\n        unknown: 0.3287523659639374\n        wind: 0.07787455319888055\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0018742532338634741\n        coal: 0.22872643793221312\n        gas: 0.19662421938179703\n        geothermal: 0.0\n        hydro: 0.07714426518335098\n        hydro discharge: 0.012484881817718592\n        nuclear: 0.0\n        oil: 3.739308785980383e-05\n        solar: 0.09204515991667014\n        unknown: 0.29839672802490724\n        wind: 0.09266675331238551\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017370639787655045\n        coal: 0.27168400215181665\n        gas: 0.2165058134231964\n        geothermal: 0.0\n        hydro: 0.06487321947445887\n        hydro discharge: 0.01142579819850511\n        nuclear: 0.0\n        oil: 6.78672380798177e-05\n        solar: 0.09928712760163112\n        unknown: 0.24329383382608924\n        wind: 0.09112537816461541\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03452464454270999\n        coal: 0.1946489792660019\n        gas: 0.1728442391281182\n        geothermal: 0.004584321939543415\n        hydro: 0.11234426650349229\n        hydro discharge: 0.010669126255225205\n        nuclear: 0.0024434997082409798\n        oil: 0.0010578609305275475\n        solar: 0.1227024004712239\n        unknown: 0.14834765709973896\n        wind: 0.19583297085459672\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03326311813735812\n        coal: 0.14361474252594988\n        gas: 0.3815051959749961\n        geothermal: 0.005416350996857978\n        hydro: 0.07682955744711924\n        hydro discharge: 0.009476333562378494\n        nuclear: 0.0022402002073810415\n        oil: 0.0008098189924124865\n        solar: 0.10386138660160232\n        unknown: 0.07595630570023\n        wind: 0.16702697931583663\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03882664177956653\n        coal: 0.14287997955496112\n        gas: 0.371366937862148\n        geothermal: 0.006107957932673459\n        hydro: 0.07366891516890983\n        hydro discharge: 0.013943040956741325\n        nuclear: 0.0025681435471755685\n        oil: 0.0008956601895849554\n        solar: 0.11609916608129277\n        unknown: 0.06605179582278943\n        wind: 0.16759173593931154\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03126412553456255\n        coal: 0.1364050347253432\n        gas: 0.38069964046236543\n        geothermal: 0.008205840289387848\n        hydro: 0.12241108634296294\n        hydro discharge: 0.013427233777362314\n        nuclear: 0.004518757477883442\n        oil: 0.0009564054625751285\n        solar: 0.10067681761255025\n        unknown: 0.050970638958299626\n        wind: 0.15046442375105615\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03081598075769944\n        coal: 0.1919418878460364\n        gas: 0.361771383986949\n        geothermal: 0.0046236110559689965\n        hydro: 0.07956268393449349\n        hydro discharge: 0.007463534144873479\n        nuclear: 0.0033939295365065813\n        oil: 0.0026535599529579636\n        solar: 0.11277650054751609\n        unknown: 0.048436521546639515\n        wind: 0.15656036476376142\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.7063302881170517e-06\n        biomass: 0.03618909665723572\n        coal: 0.1340261045148552\n        gas: 0.30363528411222873\n        geothermal: 0.013350260661219153\n        hydro: 0.13080839425840093\n        hydro discharge: 0.013799887944673822\n        nuclear: 0.008574415644407193\n        oil: 0.0025754852375485886\n        solar: 0.12553714915502587\n        unknown: 0.040521247604609976\n        wind: 0.19098093066601096\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.872923481687871e-06\n        biomass: 0.04351660826291486\n        coal: 0.04942397474915992\n        gas: 0.3888834731599418\n        geothermal: 0.020460339216476785\n        hydro: 0.11261428638117461\n        hydro discharge: 0.01731197097975358\n        nuclear: 0.015337423346195679\n        oil: 0.0013574077946602791\n        solar: 0.1515683001826803\n        unknown: 0.036306885483708785\n        wind: 0.16321543097369423\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2611\n    - datetime: '2025-01-01'\n      value: 0.561\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4396\n    - datetime: '2021-01-01'\n      value: 0.441\n    - datetime: '2022-01-01'\n      value: 0.4288\n    - datetime: '2023-01-01'\n      value: 0.5506\n    - datetime: '2024-01-01'\n      value: 0.5641\n    - datetime: '2025-01-01'\n      value: 0.5641\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2519\n    - datetime: '2025-01-01'\n      value: 0.5506\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4367\n    - datetime: '2021-01-01'\n      value: 0.4363\n    - datetime: '2022-01-01'\n      value: 0.4256\n    - datetime: '2023-01-01'\n      value: 0.5426\n    - datetime: '2024-01-01'\n      value: 0.5489\n    - datetime: '2025-01-01'\n      value: 0.5532\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: Central South Italy\n"
  },
  {
    "path": "config/zones/IT-NO.yaml",
    "content": "bounding_box:\n  - - 6.604266042660441\n    - 43.75840859544918\n  - - 13.917370775527884\n    - 47.09019132836457\ncenter_point:\n  - 10.198444362697781\n  - 45.51613717207519\ncentroid:\n  - 10.577868597479094\n  - 45.268489006048526\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2400\n  coal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2000\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 1000\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 27268\n  geothermal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 0\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 14000\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 16700\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 17100\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 4764.8\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 100\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 8700\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 8950\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 9250\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 9650\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 10200\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 11500\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 14600\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 17660\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 100000\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 8000\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 3500\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 2500\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 120\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 170\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 250\ncontributors:\n  - corradio\n  - nessie2013\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 301.11\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 198.6\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 236.12\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 263.95\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 293.03\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 223.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 179.42\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 191.91\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 334.11\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 231.6\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 246.82\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 274.65\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 303.73\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 233.75\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 190.12\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 202.61\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.3\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01418750889256113\n        coal: 0.01935256798920906\n        gas: 0.16200597713032014\n        geothermal: 8.336495060447002e-06\n        hydro: 0.27882320912126624\n        hydro discharge: 0.02417455536803403\n        nuclear: 0.11017990581306804\n        oil: 0.0006128954470947118\n        solar: 0.051622275839889764\n        unknown: 0.32569156302730656\n        wind: 0.013341206830956931\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01355769575246591\n        coal: 0.013861874762955015\n        gas: 0.19010360359649495\n        geothermal: 9.328806710302642e-06\n        hydro: 0.264614347851822\n        hydro discharge: 0.027261370905992587\n        nuclear: 0.05095709543689888\n        oil: 0.00014479687626649671\n        solar: 0.04974050257460854\n        unknown: 0.382359460659296\n        wind: 0.00738991963451529\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02144943160875644\n        coal: 0.04771316722487785\n        gas: 0.21009813771002595\n        geothermal: 1.1167452834729014e-05\n        hydro: 0.2146058532505907\n        hydro discharge: 0.024637149690952247\n        nuclear: 0.0976426618656866\n        oil: 0.0005792850214531471\n        solar: 0.049370127528796506\n        unknown: 0.3206845307037388\n        wind: 0.013208482104881852\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02215503878792769\n        coal: 0.06560862874338762\n        gas: 0.2012893926900009\n        geothermal: 0.0013604204481581256\n        hydro: 0.24795633023757804\n        hydro discharge: 0.02543718436272557\n        nuclear: 0.1096647351345014\n        oil: 0.0009788140711914726\n        solar: 0.04517011456314106\n        unknown: 0.2651721915521026\n        wind: 0.015207145476167371\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023285548995656113\n        coal: 0.03565967563449606\n        gas: 0.36701109226709105\n        geothermal: 0.001333044147474263\n        hydro: 0.24740044868349279\n        hydro discharge: 0.025433464919204486\n        nuclear: 0.11376215243571568\n        oil: 0.0008712063923574613\n        solar: 0.0495079129828643\n        unknown: 0.1185423868651773\n        wind: 0.01719306406948114\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.024087072783307663\n        coal: 0.015797952866555928\n        gas: 0.39195191766596627\n        geothermal: 0.0019398728205839424\n        hydro: 0.2789222445476349\n        hydro discharge: 0.025488961053282893\n        nuclear: 0.10078063956979785\n        oil: 0.0006805668410475372\n        solar: 0.053763359637610565\n        unknown: 0.08686057221729317\n        wind: 0.019726838558791215\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.025283577345624957\n        coal: 0.023271612446961767\n        gas: 0.4207222807626681\n        geothermal: 0.0031070130215668313\n        hydro: 0.24375437078895065\n        hydro discharge: 0.028408064481128262\n        nuclear: 0.10162057769086433\n        oil: 0.0006431101815498493\n        solar: 0.054409897298177176\n        unknown: 0.08021886889131515\n        wind: 0.018560624630821212\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02587945651214551\n        coal: 0.042166641010810524\n        gas: 0.45442857635646944\n        geothermal: 0.004671479718165094\n        hydro: 0.17484770299953814\n        hydro discharge: 0.02432570696150226\n        nuclear: 0.09913840400990215\n        oil: 0.0010935573073469593\n        solar: 0.06471838245948174\n        unknown: 0.08254027115813706\n        wind: 0.026189824873111372\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.7329554655756016e-07\n        biomass: 0.02863912836835315\n        coal: 0.02569795364847865\n        gas: 0.37081435099801374\n        geothermal: 0.0032408037303317087\n        hydro: 0.23875359243433306\n        hydro discharge: 0.028871612970812838\n        nuclear: 0.12276357212821519\n        oil: 0.000967767460131986\n        solar: 0.06913120445165255\n        unknown: 0.08111590145953967\n        wind: 0.03000373001690923\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 7.260656228746818e-06\n        biomass: 0.02994934081734535\n        coal: 0.007485895931862549\n        gas: 0.31301619759849775\n        geothermal: 0.0014701175133175173\n        hydro: 0.2967859669524067\n        hydro discharge: 0.03956327784757842\n        nuclear: 0.13267045049175438\n        oil: 0.0010900035966792258\n        solar: 0.07620580040576339\n        unknown: 0.07753936277705191\n        wind: 0.02421630791921114\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3193\n    - datetime: '2025-01-01'\n      value: 0.5497\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.5047\n    - datetime: '2021-01-01'\n      value: 0.4508\n    - datetime: '2022-01-01'\n      value: 0.4123\n    - datetime: '2023-01-01'\n      value: 0.5325\n    - datetime: '2024-01-01'\n      value: 0.6014\n    - datetime: '2025-01-01'\n      value: 0.5665\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2248\n    - datetime: '2025-01-01'\n      value: 0.4013\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3907\n    - datetime: '2021-01-01'\n      value: 0.3393\n    - datetime: '2022-01-01'\n      value: 0.3024\n    - datetime: '2023-01-01'\n      value: 0.3949\n    - datetime: '2024-01-01'\n      value: 0.4555\n    - datetime: '2025-01-01'\n      value: 0.4216\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: North Italy\n"
  },
  {
    "path": "config/zones/IT-SAR.yaml",
    "content": "bounding_box:\n  - - 8.134281342813466\n    - 38.87841613506127\n  - - 9.826298262982647\n    - 41.262600134769855\ncenter_point:\n  - 9.06580682085446\n  - 40.137224984333116\ncentroid:\n  - 8.814976149761522\n  - 40.09569519277562\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 112.5\n  coal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1000\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 750\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 450\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 240\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 145\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 750\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 790\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 870\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 1000\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 1150\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 1360\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 1750\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1000\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 100\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1094\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 1200\ncontributors:\n  - corradio\n  - nessie2013\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 408.3\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 379.86\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 528.85\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 495.51\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 507.95\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 450.79\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 431.66\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 388.93\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 441.3\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 412.86\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 539.55\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 506.21\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 518.65\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 461.49\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 442.36\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 399.63\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02804507773078145\n        coal: 0.2040542847754825\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0145693684495988\n        hydro discharge: 0.008883543343344645\n        nuclear: 0.0\n        oil: 0.005646017506681461\n        solar: 0.06679951373200879\n        unknown: 0.5390881307708343\n        wind: 0.13291433995964522\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.027364741760628763\n        coal: 0.22026949542583707\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.013355913119954273\n        hydro discharge: 0.010005140160698228\n        nuclear: 0.0\n        oil: 8.535331557586524e-05\n        solar: 0.06687416504112446\n        unknown: 0.5003917371667518\n        wind: 0.16165348392043347\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02859307029151363\n        coal: 0.34319462146652513\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.017302462393063347\n        hydro discharge: 0.00916539521745442\n        nuclear: 0.0\n        oil: 0.00018846454256904\n        solar: 0.06351073267687926\n        unknown: 0.40205045104896125\n        wind: 0.13599491699218139\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.025394821205145895\n        coal: 0.33301197596451537\n        gas: 0.026239509553474514\n        geothermal: 0.002715267500796212\n        hydro: 0.039086605843163855\n        hydro discharge: 0.015595294664294955\n        nuclear: 0.0005621832062053968\n        oil: 0.014703168693682754\n        solar: 0.048859309674415034\n        unknown: 0.37390905186912654\n        wind: 0.11992272691094115\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03335285065148714\n        coal: 0.3518198559725169\n        gas: 0.3379098014051071\n        geothermal: 0.001237817127771104\n        hydro: 0.024292710627710632\n        hydro discharge: 0.012150647575869507\n        nuclear: 0.0002910791623641662\n        oil: 0.013383312411186078\n        solar: 0.049010409298969236\n        unknown: 0.0313306835077835\n        wind: 0.14522083789508278\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.038655622648640114\n        coal: 0.35108226713848273\n        gas: 0.3415277004546134\n        geothermal: 0.0003023350742846493\n        hydro: 0.023085972236305548\n        hydro discharge: 0.01599162012682993\n        nuclear: 0.00011184046523765533\n        oil: 0.015011706396779937\n        solar: 0.06238166312775809\n        unknown: 0.021870223635527514\n        wind: 0.1299788368150558\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03644263380016085\n        coal: 0.3147477437516714\n        gas: 0.31903163115308614\n        geothermal: 0.0023361540904249683\n        hydro: 0.04195542892695071\n        hydro discharge: 0.019521155458845203\n        nuclear: 0.0006382217676480012\n        oil: 0.014842866916895738\n        solar: 0.07483121766041322\n        unknown: 0.041003385709108456\n        wind: 0.1346493622602365\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03403343372779\n        coal: 0.3228879634167627\n        gas: 0.32975136859007925\n        geothermal: 0.0006479086815373337\n        hydro: 0.02442877676545537\n        hydro discharge: 0.012404157084511466\n        nuclear: 0.00016475302824030437\n        oil: 0.01547529919363284\n        solar: 0.0921743249904004\n        unknown: 0.05060570949837678\n        wind: 0.11742628379935073\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.1464578622598982e-05\n        biomass: 0.03395346094680498\n        coal: 0.29724017402429387\n        gas: 0.2971156417132299\n        geothermal: 0.0021588481682782313\n        hydro: 0.031845151122363684\n        hydro discharge: 0.01759053621302725\n        nuclear: 0.0007767330397962667\n        oil: 0.018697070324726985\n        solar: 0.10733041325465073\n        unknown: 0.05271328183151537\n        wind: 0.14055705737821067\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.4842666445776376e-06\n        biomass: 0.035895272468553695\n        coal: 0.2576983583397178\n        gas: 0.3458954036612332\n        geothermal: 0.001644681707163867\n        hydro: 0.01684629094717513\n        hydro discharge: 0.021766955287066923\n        nuclear: 0.0012634890491331166\n        oil: 0.005951982280099155\n        solar: 0.12462370056269007\n        unknown: 0.049733902030647925\n        wind: 0.13867825558188832\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.1984\n    - datetime: '2025-01-01'\n      value: 0.4069\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.262\n    - datetime: '2021-01-01'\n      value: 0.2958\n    - datetime: '2022-01-01'\n      value: 0.284\n    - datetime: '2023-01-01'\n      value: 0.3468\n    - datetime: '2024-01-01'\n      value: 0.3413\n    - datetime: '2025-01-01'\n      value: 0.3988\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.1983\n    - datetime: '2025-01-01'\n      value: 0.406\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2619\n    - datetime: '2021-01-01'\n      value: 0.2951\n    - datetime: '2022-01-01'\n      value: 0.2838\n    - datetime: '2023-01-01'\n      value: 0.346\n    - datetime: '2024-01-01'\n      value: 0.3399\n    - datetime: '2025-01-01'\n      value: 0.3982\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: Sardinia\n"
  },
  {
    "path": "config/zones/IT-SIC.yaml",
    "content": "bounding_box:\n  - - 12.429124291242942\n    - 36.69887698046574\n  - - 15.582755827558287\n    - 38.2973965048802\ncenter_point:\n  - 14.20914458761521\n  - 37.48985056394818\ncentroid:\n  - 14.061226326549003\n  - 37.63904729161818\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 100\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 2500\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 470\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 580\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 866\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1400\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 1500\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 1550\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 1750\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 2160\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 2700\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 300\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 200\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1800\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 1900\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 2000\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 2100\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 2300\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 2500\ncontributors:\n  - corradio\n  - nessie2013\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 263.77\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 186.61\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 298.15\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 313.08\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 349.78\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 269.88\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 215.88\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 160.4\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 296.77\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 219.61\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 308.85\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 323.78\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 360.48\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 280.58\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 226.58\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 171.1\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.875\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007772109563749747\n        coal: 0.0\n        gas: 0.4322750233591107\n        geothermal: 0.0\n        hydro: 0.015390667912151297\n        hydro discharge: 0.0006743553948864487\n        nuclear: 0.0\n        oil: 0.13379968990870733\n        solar: 0.08875005717045491\n        unknown: 0.16729602601188256\n        wind: 0.1540420581313577\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008100921345472169\n        coal: 0.0\n        gas: 0.5607552718990462\n        geothermal: 0.0\n        hydro: 0.006989751803014524\n        hydro discharge: 0.0004918990627396742\n        nuclear: 0.0\n        oil: 0.07946648013535654\n        solar: 0.09316032526639388\n        unknown: 0.05727117139134846\n        wind: 0.19376416802542615\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009007234205188596\n        coal: 0.0009492499505280051\n        gas: 0.5177354005835781\n        geothermal: 7.700896634411001e-06\n        hydro: 0.006696007668177953\n        hydro discharge: 0.00052175188119277\n        nuclear: 0.00025478846510443976\n        oil: 0.09260612840385897\n        solar: 0.11080706477345578\n        unknown: 0.06758277994864217\n        wind: 0.19383182118250863\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03340083796453405\n        coal: 0.005908207760408552\n        gas: 0.40821702340977045\n        geothermal: 3.831454162838571e-05\n        hydro: 0.0351798889951299\n        hydro discharge: 0.0004123127142188988\n        nuclear: 0.0005056216772941673\n        oil: 0.03965041227072963\n        solar: 0.11353185329238996\n        unknown: 0.0898684526673473\n        wind: 0.2732869997340576\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.019186954243546765\n        coal: 0.025818915893841596\n        gas: 0.5078676903073841\n        geothermal: 9.523002464438987e-06\n        hydro: 0.019403339191614157\n        hydro discharge: 0.014898667069903664\n        nuclear: 0.0001141383037263549\n        oil: 0.039248929167312374\n        solar: 0.09591393705325535\n        unknown: 0.05360206700316923\n        wind: 0.22393580177130237\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021782562123716244\n        coal: 0.02230713507464176\n        gas: 0.5420061387289993\n        geothermal: 3.392971235250735e-06\n        hydro: 0.013350804369839157\n        hydro discharge: 0.016623589037360435\n        nuclear: 4.9181851475389425e-05\n        oil: 0.037181666677487624\n        solar: 0.1101819964762154\n        unknown: 0.031128661300914705\n        wind: 0.20538482509846467\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01857515386964422\n        coal: 0.017019044077142238\n        gas: 0.5013093155126639\n        geothermal: 3.123651389947867e-05\n        hydro: 0.013547524145165144\n        hydro discharge: 0.013430870270196616\n        nuclear: 0.00032576407543846253\n        oil: 0.07823547044957428\n        solar: 0.10101737167186367\n        unknown: 0.024980752339632692\n        wind: 0.23152744096916605\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011221690397562547\n        coal: 0.015302255084295086\n        gas: 0.5444021558155809\n        geothermal: 1.1780330227978931e-05\n        hydro: 0.011110974055247289\n        hydro discharge: 0.012342946750145535\n        nuclear: 9.144992628407959e-05\n        oil: 0.10872128413407203\n        solar: 0.09373529170301285\n        unknown: 0.0198833748472761\n        wind: 0.18317668916318577\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.308652446942864e-09\n        biomass: 0.013979971592747322\n        coal: 0.01188397431716037\n        gas: 0.5218494653768685\n        geothermal: 5.617817148079591e-05\n        hydro: 0.011547670029398644\n        hydro discharge: 0.012987514804103952\n        nuclear: 0.000391374306067989\n        oil: 0.05998076562374397\n        solar: 0.14510736504214292\n        unknown: 0.0199381043122152\n        wind: 0.20227746347584563\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.3708358400280429e-08\n        biomass: 0.024558933040127996\n        coal: 0.002076221697596873\n        gas: 0.4761795062398611\n        geothermal: 0.000257469245110867\n        hydro: 0.01103500346667534\n        hydro discharge: 0.01135414318913947\n        nuclear: 0.0007799301970047549\n        oil: 0.024284594517642383\n        solar: 0.17395687933166742\n        unknown: 0.02172961125882372\n        wind: 0.25378750961633484\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.34\n    - datetime: '2025-01-01'\n      value: 0.5794\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3866\n    - datetime: '2021-01-01'\n      value: 0.3913\n    - datetime: '2022-01-01'\n      value: 0.3201\n    - datetime: '2023-01-01'\n      value: 0.4114\n    - datetime: '2024-01-01'\n      value: 0.5046\n    - datetime: '2025-01-01'\n      value: 0.642\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3399\n    - datetime: '2025-01-01'\n      value: 0.5792\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3866\n    - datetime: '2021-01-01'\n      value: 0.3912\n    - datetime: '2022-01-01'\n      value: 0.32\n    - datetime: '2023-01-01'\n      value: 0.4112\n    - datetime: '2024-01-01'\n      value: 0.5038\n    - datetime: '2025-01-01'\n      value: 0.6419\nparsers:\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: Sicily\n"
  },
  {
    "path": "config/zones/IT-SO.yaml",
    "content": "bounding_box:\n  - - 13.944739447394483\n    - 37.949643376471315\n  - - 18.516785167851708\n    - 42.0783173495561\ncenter_point:\n  - 16.250831022744418\n  - 40.32108235881455\ncentroid:\n  - 16.202396506723712\n  - 40.22962974163535\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 665\n  coal:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1815\n  gas:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 8551.7\n  hydro:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1100\n  oil:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 100\n  solar:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 3700\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 3900\n    - datetime: '2020-01-01'\n      source: dati.terna.it\n      value: 4000\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 4100\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 4250\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 4750\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 5300\n  unknown:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 1000\n  wind:\n    - datetime: '2017-01-01'\n      source: dati.terna.it\n      value: 5000\n    - datetime: '2018-01-01'\n      source: dati.terna.it\n      value: 5300\n    - datetime: '2019-01-01'\n      source: dati.terna.it\n      value: 5400\n    - datetime: '2021-01-01'\n      source: dati.terna.it\n      value: 5700\n    - datetime: '2022-01-01'\n      source: dati.terna.it\n      value: 6000\n    - datetime: '2023-01-01'\n      source: dati.terna.it\n      value: 6200\n    - datetime: '2024-01-01'\n      source: dati.terna.it\n      value: 6400\ncontributors:\n  - corradio\n  - nessie2013\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.7\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02958098998528575\n        coal: 0.005279385908844516\n        gas: 0.32903383176144946\n        geothermal: 7.065416746168095e-06\n        hydro: 0.07115105562090583\n        hydro discharge: 0.00029943695919272317\n        nuclear: 0.00031424262229911676\n        oil: 5.564783832614944e-06\n        solar: 0.1582889294941509\n        unknown: 0.14543257792119857\n        wind: 0.2606069066288449\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030671948726285495\n        coal: 3.2400457877874906e-05\n        gas: 0.30162969891789454\n        geothermal: 3.597659907156839e-08\n        hydro: 0.05196297503610688\n        hydro discharge: 6.03633535637259e-06\n        nuclear: 2.1599408638855636e-06\n        oil: 1.570193623030134e-07\n        solar: 0.1425981008726679\n        unknown: 0.19012307527296404\n        wind: 0.2829734084179526\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07067975570923263\n        coal: 0.006507646961529354\n        gas: 0.007650418309654597\n        geothermal: 2.221429585472476e-05\n        hydro: 0.06852365562010186\n        hydro discharge: 0.0003631880964247147\n        nuclear: 0.0003481146160006474\n        oil: 7.385509479986996e-06\n        solar: 0.22482612471385377\n        unknown: 0.16870588075007176\n        wind: 0.4523656077881375\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06258465618366812\n        coal: 0.012040752166729935\n        gas: 0.019174386338239775\n        geothermal: 0.00016430255623339193\n        hydro: 0.07381981789309909\n        hydro discharge: 0.0008403971491661901\n        nuclear: 0.0009678078200103724\n        oil: 0.0005282757588233093\n        solar: 0.26513018558222345\n        unknown: 0.10565536028401404\n        wind: 0.45909387113504035\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05833603121826182\n        coal: 0.10836320269117004\n        gas: 0.33960436159388635\n        geothermal: 2.1253490405458363e-05\n        hydro: 0.047165161727281434\n        hydro discharge: 0.00011303492779268793\n        nuclear: 4.776322037355697e-05\n        oil: 0.00028306746784756496\n        solar: 0.11443423325499888\n        unknown: 0.05910332677412706\n        wind: 0.27252863134708627\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06533788338290934\n        coal: 0.09435442739631857\n        gas: 0.3630800299055463\n        geothermal: 1.162387639738783e-05\n        hydro: 0.035040701378696866\n        hydro discharge: 0.000176339199383976\n        nuclear: 0.00017647732787953567\n        oil: 0.00066829983014557\n        solar: 0.13447587360457502\n        unknown: 0.04813083792816562\n        wind: 0.25854725099576104\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0524225116916516\n        coal: 0.07895765798098216\n        gas: 0.4767074331664056\n        geothermal: 9.902005608444526e-05\n        hydro: 0.03735009940629733\n        hydro discharge: 0.0005418875849499716\n        nuclear: 0.0005647349553494041\n        oil: 0.0006251604564373478\n        solar: 0.10367891784445603\n        unknown: 0.032673585497731895\n        wind: 0.21637898692434812\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04404866190920421\n        coal: 0.13961383341334593\n        gas: 0.4489940025562509\n        geothermal: 7.073447297527593e-05\n        hydro: 0.02746200650422654\n        hydro discharge: 0.0005237463105703603\n        nuclear: 0.0004964926401001979\n        oil: 0.0029730516304754245\n        solar: 0.1037536061754192\n        unknown: 0.031496518604128325\n        wind: 0.20056729643376117\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 8.611777916073363e-09\n        biomass: 0.05026220260648846\n        coal: 0.06945851947120443\n        gas: 0.43144678154744476\n        geothermal: 0.00014521219066527977\n        hydro: 0.03841321509576245\n        hydro discharge: 0.0007039783975273331\n        nuclear: 0.0011893867399891183\n        oil: 0.0023497251701784204\n        solar: 0.12317687947130605\n        unknown: 0.030574679715550942\n        wind: 0.25227930333488086\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 5.74723002344627e-08\n        biomass: 0.07130172841988824\n        coal: 0.006321393245586613\n        gas: 0.46570024500801754\n        geothermal: 0.0005432814394810253\n        hydro: 0.03200258830105704\n        hydro discharge: 0.0009096577747590193\n        nuclear: 0.002107505418111065\n        oil: 0.0005714359699198839\n        solar: 0.1405525919061412\n        unknown: 0.02761569697226704\n        wind: 0.25237370044583\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Rome\nzone_name: South Italy\n"
  },
  {
    "path": "config/zones/IT.yaml",
    "content": "bounding_box:\n  - - 6.604266042660441\n    - 36.69887698046574\n  - - 18.516785167851708\n    - 47.09019132836457\ncenter_point:\n  - 12.463097958480168\n  - 42.17713495481865\ncentroid:\n  - 12.258237064167265\n  - 42.27277579786555\ncapacity:\n  biomass: 4106.2\n  coal: 5598\n  gas: 51765.5\n  geothermal: 817.1\n  hydro: 17127.9\n  hydro storage: 7293.5\n  nuclear: 0\n  oil: 1269\n  solar: 22594.2\n  wind: 11289.8\ncontributors:\n  - corradio\ncountry: IT\ncountry_name: Italy\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 324.62\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 199.31\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 997.0022828\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1017.96\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1015.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 427.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 428.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 403.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 397.71\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 264.71\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 280.66\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 318.78\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 238.0\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 190.11\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 188.4\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 921.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 858.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 860.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 905.42\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 357.62\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 232.31\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1082.9825388\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1103.940256\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.84\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1075.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 547.8711931\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 548.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 523.76\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 517.71\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 275.41\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 291.36\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 329.48\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 248.7\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 200.81\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 199.1\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1165.1256533\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1102.74\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.73\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1149.42\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.26527778\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014710931720166782\n        coal: 0.05414227020043607\n        gas: 0.1914133490560423\n        geothermal: 0.022607808223498362\n        hydro: 0.19861582318278065\n        hydro discharge: 0.016768377597225735\n        nuclear: 0.06640317298088395\n        oil: 0.009002665426120538\n        solar: 0.07538447567267975\n        unknown: 0.2904190775326813\n        wind: 0.060532050606625885\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01400302415173277\n        coal: 0.047978590896075334\n        gas: 0.22873105262684693\n        geothermal: 0.023707112226931563\n        hydro: 0.17872354602606272\n        hydro discharge: 0.01769393018998405\n        nuclear: 0.028941261102440184\n        oil: 0.004758626744437331\n        solar: 0.07436397416026594\n        unknown: 0.3110849806785099\n        wind: 0.07001389945210554\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020808922392875982\n        coal: 0.08102998706395417\n        gas: 0.21190131304701584\n        geothermal: 0.022480173183851468\n        hydro: 0.15708671695420032\n        hydro discharge: 0.017460820839240273\n        nuclear: 0.061186575680083746\n        oil: 0.005193798264506573\n        solar: 0.07770866467960762\n        unknown: 0.27571982038913545\n        wind: 0.06942320828333481\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02440032223239749\n        coal: 0.09031115842471878\n        gas: 0.20730395794783557\n        geothermal: 0.020822624455919012\n        hydro: 0.19597485740556006\n        hydro discharge: 0.018954864560445095\n        nuclear: 0.07071071456404968\n        oil: 0.003796117315274562\n        solar: 0.07150161152003857\n        unknown: 0.22253003286655723\n        wind: 0.07369373366796554\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02596971790969793\n        coal: 0.06605392599172437\n        gas: 0.37614705097646217\n        geothermal: 0.019943719848352994\n        hydro: 0.17778592130766396\n        hydro discharge: 0.018594243114659365\n        nuclear: 0.06986318849160054\n        oil: 0.0035935057811856694\n        solar: 0.0698998770968593\n        unknown: 0.09738282995299453\n        wind: 0.07476601938651514\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028564442915053997\n        coal: 0.05415985216801784\n        gas: 0.39181832289831664\n        geothermal: 0.021184945226707778\n        hydro: 0.1928730581484842\n        hydro discharge: 0.019588739806283416\n        nuclear: 0.061526958994401484\n        oil: 0.003502369177079338\n        solar: 0.07803288322836929\n        unknown: 0.07305909428679179\n        wind: 0.07568932801584387\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028166784646270496\n        coal: 0.05788477894440352\n        gas: 0.4157235849038742\n        geothermal: 0.018657125118740975\n        hydro: 0.17496946352412068\n        hydro discharge: 0.020575964605030545\n        nuclear: 0.05985750968065508\n        oil: 0.005792363609234955\n        solar: 0.07432339648039434\n        unknown: 0.0640809814170447\n        wind: 0.07996804717322474\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026792518617006742\n        coal: 0.08721320187143101\n        gas: 0.4323871547541466\n        geothermal: 0.01855383882306169\n        hydro: 0.12187986364143175\n        hydro discharge: 0.016601422578309877\n        nuclear: 0.05726149256279825\n        oil: 0.008718884759139409\n        solar: 0.08433160370593729\n        unknown: 0.06483222065249397\n        wind: 0.08142780094931112\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.200224962425098e-06\n        biomass: 0.030177439760791347\n        coal: 0.05749548282061043\n        gas: 0.3683176197580231\n        geothermal: 0.018982605407284248\n        hydro: 0.17184626303154424\n        hydro discharge: 0.02086682957553744\n        nuclear: 0.07225886679865946\n        oil: 0.005865239007974201\n        solar: 0.09465365857000872\n        unknown: 0.06231214857382586\n        wind: 0.09722164379937595\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 6.589081809533726e-06\n        biomass: 0.035037872101125536\n        coal: 0.022343130033850737\n        gas: 0.3530313028900843\n        geothermal: 0.01858756194174721\n        hydro: 0.2021758047656538\n        hydro discharge: 0.0279481524382195\n        nuclear: 0.08070447769619804\n        oil: 0.0029975456908372853\n        solar: 0.10768555146389387\n        unknown: 0.05930511903984094\n        wind: 0.09017689210992368\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2935\n    - datetime: '2025-01-01'\n      value: 0.5567\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4883\n    - datetime: '2021-01-01'\n      value: 0.4571\n    - datetime: '2022-01-01'\n      value: 0.4167\n    - datetime: '2023-01-01'\n      value: 0.5318\n    - datetime: '2024-01-01'\n      value: 0.5933\n    - datetime: '2025-01-01'\n      value: 0.5825\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2383\n    - datetime: '2025-01-01'\n      value: 0.4691\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4217\n    - datetime: '2021-01-01'\n      value: 0.3924\n    - datetime: '2022-01-01'\n      value: 0.3547\n    - datetime: '2023-01-01'\n      value: 0.4547\n    - datetime: '2024-01-01'\n      value: 0.5108\n    - datetime: '2025-01-01'\n      value: 0.4996\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\nsubZoneNames:\n  - IT-CNO\n  - IT-CSO\n  - IT-NO\n  - IT-SAR\n  - IT-SIC\n  - IT-SO\ntimezone: Europe/Rome\nzone_name: Italy\n"
  },
  {
    "path": "config/zones/JE.yaml",
    "content": "bounding_box:\n  - - -2.249824737558097\n    - 49.16938637874313\n  - - -2.031153763237305\n    - 49.258163422771815\ncenter_point:\n  - -2.1404892503977013\n  - 49.21377490075747\ncentroid:\n  - -2.1492769624498447\n  - 49.204571809876356\ncountry: JE\ncountry_name: Jersey\ncurrency: GBP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Jersey\nzone_name: Jersey\n"
  },
  {
    "path": "config/zones/JM.yaml",
    "content": "bounding_box:\n  - - -78.37458374583741\n    - 17.71699428410645\n  - - -76.18936189361888\n    - 18.51840067056311\ncenter_point:\n  - -77.28197281972814\n  - 18.11769747733478\ncentroid:\n  - -77.17757177571771\n  - 18.077358829980767\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 890.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncountry: JM\ncountry_name: Jamaica\ncurrency: JMD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Jamaica\nzone_name: Jamaica\n"
  },
  {
    "path": "config/zones/JO.yaml",
    "content": "bounding_box:\n  - - 34.9509495094951\n    - 29.189985355933374\n  - - 39.29992274590594\n    - 33.37779736975472\ncenter_point:\n  - 36.650141036611664\n  - 31.27194964593257\ncentroid:\n  - 36.8660244675459\n  - 31.46873567339284\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3310.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4000.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 760.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 970.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1540.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1970.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 630.0\ncountry: JO\ncountry_name: Jordan\ncurrency: JOD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Amman\nzone_name: Jordan\n"
  },
  {
    "path": "config/zones/JP-CB.yaml",
    "content": "bounding_box:\n  - - 136.0039600396004\n    - 33.965508769515324\n  - - 138.71478714787148\n    - 37.00083545821994\ncenter_point:\n  - 137.4501477804337\n  - 35.64393800741493\ncentroid:\n  - 137.4042381933253\n  - 35.41724779808144\ncapacity:\n  biomass: 352.6\n  coal: 5170\n  gas: 14136\n  geothermal: 2\n  hydro: 2180\n  hydro storage: 3320\n  nuclear: 3617\n  oil: 2275\n  solar: 550\n  wind: 210\ncontributors:\n  - tmslaine\n  - lorrieq\n  - pierresegonne\n  - wobniarin\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\ndisclaimer: The data provided for solar power production is suspected to be too high\n  (source; Chubu Electric Power Co.,Inc.).\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    unknown:\n      _comment: 'Source: Derived from 2016-2019 Chubu area supply statistics and 2017-2018\n        Chubu Electric report'\n      _url:\n        - https://www.chuden.co.jp/corporate/publicity/datalist/juyo/dat_kousei/index.html\n        - http://denki-yoho.chuden.jp/denki_yoho_content_data/areabalance_current_term.csv\n      source: Chubu Electric Power 2022; assumes 26.3% coal, 2.2% oil, 62.5% gas,\n        9% hydro and wind\n      value: 440.062\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3535840908594851\n        gas: 0.43040995130148274\n        geothermal: 0.0\n        hydro: 0.07960270350025679\n        hydro discharge: 0.008679206219920943\n        nuclear: 0.0\n        oil: 0.06201605302189856\n        solar: 0.06205672511328497\n        unknown: 0.0\n        wind: 0.0036512111985253426\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000113086867845418\n        coal: 0.3482425357553068\n        gas: 0.42518861978756856\n        geothermal: 5.436936674116638e-06\n        hydro: 0.08971829660905434\n        hydro discharge: 0.006572182734637999\n        nuclear: 0.004829523637642128\n        oil: 0.047107282014527956\n        solar: 0.0729384470640303\n        unknown: 0.001478720521554769\n        wind: 0.003805833571995511\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003252316287002105\n        coal: 0.35899573487768793\n        gas: 0.42402899856096893\n        geothermal: 9.604863350472414e-06\n        hydro: 0.07695153228995846\n        hydro discharge: 0.0055452649794120795\n        nuclear: 0.009447233245100503\n        oil: 0.038438984748773386\n        solar: 0.08016590775340902\n        unknown: 0.002329564211292626\n        wind: 0.0037619476850236514\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007657565336649217\n        coal: 0.3381297205967208\n        gas: 0.42849480960850767\n        geothermal: 1.64379041292476e-05\n        hydro: 0.0865099242584361\n        hydro discharge: 0.0007845196260121192\n        nuclear: 0.003845880666017513\n        oil: 0.034334809491059375\n        solar: 0.09915951225800093\n        unknown: 0.003926023627817406\n        wind: 0.004032587458500368\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005259145894703494\n        coal: 0.34995731287255183\n        gas: 0.3946147020091073\n        geothermal: 4.654762157276966e-05\n        hydro: 0.09276918719480699\n        hydro discharge: 0.00025436325872475014\n        nuclear: 0.011157294813610294\n        oil: 0.03477985061178295\n        solar: 0.10349454831097993\n        unknown: 0.0034926377579043706\n        wind: 0.004174398384340804\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013795215069672092\n        coal: 0.34414368171352605\n        gas: 0.3862690313786805\n        geothermal: 4.2837894136067565e-05\n        hydro: 0.08515718528276257\n        hydro discharge: 0.0001464690954914915\n        nuclear: 0.014782164937846603\n        oil: 0.03546415715631693\n        solar: 0.10943261943015081\n        unknown: 0.006795886338625879\n        wind: 0.003970745554062101\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014581230553426937\n        coal: 0.3220827644527748\n        gas: 0.36184809337328083\n        geothermal: 4.527393238111154e-05\n        hydro: 0.09832256919090823\n        hydro discharge: 0.000392863786619903\n        nuclear: 0.030265660222784648\n        oil: 0.033375392961161356\n        solar: 0.12784675785742433\n        unknown: 0.007300935721930196\n        wind: 0.003938455005355565\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0145982517550128\n        coal: 0.32424405411028556\n        gas: 0.36426889211505287\n        geothermal: 3.60577970334292e-05\n        hydro: 0.09890660573881178\n        hydro discharge: 4.691653761935748e-05\n        nuclear: 0.034020188696820004\n        oil: 0.033614977239555956\n        solar: 0.12244614660850632\n        unknown: 0.003769750267899515\n        wind: 0.004048155359128435\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  Chubu Electric Power 2022:\n    link: https://www.chuden.co.jp/corporate/publicity/datalist/juyo/dat_kousei/index.html\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: \"Ch\\u016Bbu\"\n"
  },
  {
    "path": "config/zones/JP-CG.yaml",
    "content": "bounding_box:\n  - - 130.8631086310863\n    - 33.82955590038428\n  - - 134.5063450634506\n    - 35.6012364475867\ncenter_point:\n  - 133.16002378532153\n  - 34.92074130104224\ncentroid:\n  - 132.66264662646626\n  - 34.644271357187456\ncapacity:\n  biomass: 500\n  coal: 3850\n  gas: 4000\n  geothermal: 0\n  hydro: 780\n  hydro storage: 2123\n  nuclear: 0\n  oil: 850\n  solar: 5690\n  wind: 365\ncontributors:\n  - tmslaine\n  - lorrieq\n  - PPsyrius\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.019846083696057816\n        coal: 0.3400898153425273\n        gas: 0.41496371487617345\n        geothermal: 0.0\n        hydro: 0.0685592223368076\n        hydro discharge: 0.016144595275394486\n        nuclear: 0.0\n        oil: 0.05953826324127661\n        solar: 0.07351978686444242\n        unknown: 0.0\n        wind: 0.007338398597607983\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021539228353715696\n        coal: 0.3240976459064113\n        gas: 0.3951843932422086\n        geothermal: 0.0010801208283157564\n        hydro: 0.061676833757194294\n        hydro discharge: 0.01627682238994312\n        nuclear: 0.03324791965029956\n        oil: 0.04339747499537545\n        solar: 0.09549575029739463\n        unknown: 0.0005409715027133534\n        wind: 0.007462787024588558\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.031496516651811406\n        coal: 0.3145211494318617\n        gas: 0.3713009351753732\n        geothermal: 0.0025367109544944884\n        hydro: 0.05273487655430929\n        hydro discharge: 0.01726002617880443\n        nuclear: 0.06471504783764744\n        oil: 0.0335619237605758\n        solar: 0.10447637694372454\n        unknown: 0.0002448527879231127\n        wind: 0.00715158163247678\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03525462623620311\n        coal: 0.3046790611136666\n        gas: 0.3867438814014564\n        geothermal: 0.0025772171154329693\n        hydro: 0.05778048290240372\n        hydro discharge: 0.003635245705072587\n        nuclear: 0.05599072286182782\n        oil: 0.030944849524371133\n        solar: 0.11357431856346348\n        unknown: 0.0019861389073626387\n        wind: 0.006833443286245042\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03351790236284878\n        coal: 0.3152226285320562\n        gas: 0.35470023900862513\n        geothermal: 0.002666930063982584\n        hydro: 0.05650084728112431\n        hydro discharge: 0.00016346879591539357\n        nuclear: 0.07221614762654253\n        oil: 0.03152598343662413\n        solar: 0.12133539248547243\n        unknown: 0.00500909884147848\n        wind: 0.00714138010769232\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030686690502486003\n        coal: 0.33683624542693696\n        gas: 0.378546203669779\n        geothermal: 0.0026276500052324495\n        hydro: 0.04194419421713922\n        hydro discharge: 0.00012792970618443302\n        nuclear: 0.044505282739643146\n        oil: 0.033476077473062096\n        solar: 0.12309652379486548\n        unknown: 0.00204546997811088\n        wind: 0.006107750756893954\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.033476892401631445\n        coal: 0.311872191821422\n        gas: 0.35051848584041295\n        geothermal: 0.00250961888000074\n        hydro: 0.06430478292062557\n        hydro discharge: 0.0005672214990833505\n        nuclear: 0.06462802126567921\n        oil: 0.03062108529980735\n        solar: 0.12992503125522772\n        unknown: 0.005523071190294526\n        wind: 0.0060535893910726845\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03325772171751817\n        coal: 0.31681198978666464\n        gas: 0.3560138230320509\n        geothermal: 0.0021967163386733424\n        hydro: 0.06549470462449189\n        hydro discharge: 7.386342493198292e-06\n        nuclear: 0.057900393603804744\n        oil: 0.031176971738347495\n        solar: 0.12844791109956524\n        unknown: 0.0022459561300016023\n        wind: 0.00644645444675968\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: \"Ch\\u016Bgoku\"\n"
  },
  {
    "path": "config/zones/JP-HKD.yaml",
    "content": "bounding_box:\n  - - 139.78759787597872\n    - 41.4014151695668\n  - - 145.76725767257673\n    - 45.51005398299017\ncenter_point:\n  - 143.1943641388339\n  - 43.55878642798375\ncentroid:\n  - 142.40019543052568\n  - 43.18056914934132\ncapacity:\n  biomass: 300\n  coal: 2250\n  gas: 569\n  geothermal: 25\n  hydro: 1231\n  hydro storage: 800\n  nuclear: 2070\n  oil: 1815\n  solar: 1880\n  unknown: 0\n  wind: 577\ncontributors:\n  - tmslaine\n  - lorrieq\n  - pierresegonne\n  - wobniarin\n  - PPsyrius\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006345350472304661\n        coal: 0.3308710369175724\n        gas: 0.3906997971864568\n        geothermal: 0.0036258815029913557\n        hydro: 0.13960032335075193\n        hydro discharge: 0.007361145260587571\n        nuclear: 0.0\n        oil: 0.0353532105789568\n        solar: 0.04692673511387122\n        unknown: 0.0\n        wind: 0.039215611205948187\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006733795142491021\n        coal: 0.3297501751985624\n        gas: 0.38933635428389674\n        geothermal: 0.003663388599511089\n        hydro: 0.13886973514117554\n        hydro discharge: 0.0075255067940767015\n        nuclear: 0.0\n        oil: 0.035246678702467726\n        solar: 0.04851307419846041\n        unknown: 0.00022403208115738494\n        wind: 0.04013665906515336\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00797915741812891\n        coal: 0.32132755777276756\n        gas: 0.37925381761117133\n        geothermal: 0.0037419942546904053\n        hydro: 0.13443172107217652\n        hydro discharge: 0.009072265241639114\n        nuclear: 0.0\n        oil: 0.03439195551225215\n        solar: 0.06731515667926989\n        unknown: 0.0009929086822564688\n        wind: 0.04149344073342068\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0081473068757297\n        coal: 0.3195726253335716\n        gas: 0.4049750954714027\n        geothermal: 0.0037884438895967724\n        hydro: 0.1115799209552793\n        hydro discharge: 0.00171764219518717\n        nuclear: 0.0\n        oil: 0.03256885864420797\n        solar: 0.07988557411775227\n        unknown: 0.0008057930380726623\n        wind: 0.03695867888431371\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022195415548369197\n        coal: 0.32229781082918185\n        gas: 0.36206638184091805\n        geothermal: 0.0027881673360511568\n        hydro: 0.13950268250860579\n        hydro discharge: 0.00013918423236551237\n        nuclear: 0.0\n        oil: 0.03174291570575126\n        solar: 0.08310919043838458\n        unknown: 0.0003763087076404456\n        wind: 0.03578189405713623\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.036136610169869916\n        coal: 0.3085774776788767\n        gas: 0.3472428770947127\n        geothermal: 0.0027703923277293692\n        hydro: 0.1542907772933684\n        hydro discharge: 6.589606268238127e-05\n        nuclear: 8.895790546310542e-09\n        oil: 0.031076026218628053\n        solar: 0.08370221376202229\n        unknown: 0.000356356802968378\n        wind: 0.03578135776282418\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06339761084290749\n        coal: 0.30950472895135006\n        gas: 0.34748152322057907\n        geothermal: 0.0027895379663972603\n        hydro: 0.1125371690681065\n        hydro discharge: 0.00024976819690521976\n        nuclear: 0.0\n        oil: 0.03068546393795506\n        solar: 0.0978914549374653\n        unknown: 0.0005317692015275681\n        wind: 0.03493101922994646\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0633465681284829\n        coal: 0.3083916475015915\n        gas: 0.3462714519820547\n        geothermal: 0.002735424889703481\n        hydro: 0.11217157105672093\n        hydro discharge: 0.0\n        nuclear: 3.350463430875036e-10\n        oil: 0.030495207514530893\n        solar: 0.10087912421308973\n        unknown: 0.000405576948770854\n        wind: 0.03530341402815505\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: \"Hokkaid\\u014D\"\n"
  },
  {
    "path": "config/zones/JP-HR.yaml",
    "content": "bounding_box:\n  - - 135.95715957159572\n    - 35.50106064927961\n  - - 137.73197731977316\n    - 37.53176718924749\ncenter_point:\n  - 136.84456844568444\n  - 36.51641391926355\ncentroid:\n  - 136.80818236753797\n  - 36.46346385444409\ncapacity:\n  biomass: 700\n  coal: 2900\n  gas: 1194.7\n  geothermal: 0\n  hydro: 1934\n  nuclear: 1746\n  oil: 1750\n  wind: 229.6\ncontributors:\n  - tmslaine\n  - lorrieq\n  - pierresegonne\n  - wobniarin\n  - PPsyrius\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\ndisclaimer: The data provider (Hokuriku Electric Power Co.,Inc.) provides live data\n  only for solar and unknown. We are working on improving the data quality for this\n  zone.\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013928344030046733\n        coal: 0.2967535383135357\n        gas: 0.34763112491613124\n        geothermal: 0.0\n        hydro: 0.2605782153189564\n        hydro discharge: 0.0010476608864733495\n        nuclear: 0.0\n        oil: 0.032596344603924486\n        solar: 0.025237356469775898\n        unknown: 0.015669407187297504\n        wind: 0.006557168732252854\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013125259727419347\n        coal: 0.2951680565202728\n        gas: 0.34627698867327217\n        geothermal: 6.989762134845823e-06\n        hydro: 0.2495307950245046\n        hydro discharge: 0.001084868304139311\n        nuclear: 0.006917420626922094\n        oil: 0.03268029258578576\n        solar: 0.032071727524726555\n        unknown: 0.016488210494261617\n        wind: 0.006648814007114302\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012680329235446467\n        coal: 0.2934686048431531\n        gas: 0.3439350029091012\n        geothermal: 6.79623799029764e-06\n        hydro: 0.2424087411667387\n        hydro discharge: 0.0010339725385863441\n        nuclear: 0.008917736998400587\n        oil: 0.03219183297972971\n        solar: 0.04266819192898654\n        unknown: 0.016408653436378474\n        wind: 0.006280143738293644\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.017151294776767686\n        coal: 0.2824572077569805\n        gas: 0.35805863548654254\n        geothermal: 2.8984473004847444e-06\n        hydro: 0.24675722135641612\n        hydro discharge: 0.000244086380293364\n        nuclear: 0.00046327258737959763\n        oil: 0.028676530378042443\n        solar: 0.043748103245817814\n        unknown: 0.016814650152754074\n        wind: 0.005626069068968885\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015991858383019312\n        coal: 0.3039989905728657\n        gas: 0.34775287394631765\n        geothermal: 8.511357772454951e-07\n        hydro: 0.24015331268269358\n        hydro discharge: 1.9386066761936996e-05\n        nuclear: 0.0005181715297993731\n        oil: 0.03170347387897594\n        solar: 0.03742428883532812\n        unknown: 0.01706931428529475\n        wind: 0.00536748417215164\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021156034412579863\n        coal: 0.30501265369494224\n        gas: 0.33632505765580967\n        geothermal: 3.566391513806196e-06\n        hydro: 0.22247845388725035\n        hydro discharge: 2.998471303743143e-05\n        nuclear: 0.002632732940489325\n        oil: 0.04244315896328942\n        solar: 0.04429607337496356\n        unknown: 0.020138554037338424\n        wind: 0.005483735729460718\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020574382443580876\n        coal: 0.2981041185281297\n        gas: 0.32871436927087055\n        geothermal: 7.921986583234417e-06\n        hydro: 0.21641925135180048\n        hydro discharge: 5.5286122996899204e-05\n        nuclear: 0.008815784107593923\n        oil: 0.04147172214201565\n        solar: 0.05969048291522835\n        unknown: 0.02047979428559259\n        wind: 0.005666854920707754\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: Hokuriku\n"
  },
  {
    "path": "config/zones/JP-KN.yaml",
    "content": "bounding_box:\n  - - 134.2651426514265\n    - 33.48180277197541\n  - - 136.40716407164072\n    - 35.7729663875417\ncenter_point:\n  - 135.63920071797355\n  - 34.97051644238057\ncentroid:\n  - 135.38747582597782\n  - 34.75340713020724\ncapacity:\n  biomass: 0\n  coal: 2301\n  gas: 17222\n  hydro: 3540\n  hydro storage: 5234\n  nuclear: 9768\n  oil: 7800\n  solar: 4962\n  wind: 146\ncontributors:\n  - tmslaine\n  - lorrieq\n  - kongkille\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 373.6\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 397.6\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.31192032723201996\n        gas: 0.3350255756256627\n        geothermal: 0.0\n        hydro: 0.09648190661158312\n        hydro discharge: 0.0\n        nuclear: 0.14776105708282114\n        oil: 0.04726063367657557\n        solar: 0.06155047521951693\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0027521208078778647\n        coal: 0.284455017501413\n        gas: 0.360570575457919\n        geothermal: 0.00016776732573316354\n        hydro: 0.10455972258725736\n        hydro discharge: 0.005197919934895577\n        nuclear: 0.07544055963717698\n        oil: 0.02893329651888521\n        solar: 0.0702523234798161\n        unknown: 0.06522684367235923\n        wind: 0.002443841276828605\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0031201988028509613\n        coal: 0.25394612750466367\n        gas: 0.28995368221891454\n        geothermal: 0.00021734024623361973\n        hydro: 0.1004965102641899\n        hydro discharge: 0.003481936945760932\n        nuclear: 0.20083797757824493\n        oil: 0.02635424046311294\n        solar: 0.07037617737853652\n        unknown: 0.04856063571256913\n        wind: 0.002655204867269165\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.32492840389618566\n        gas: 0.3805927345266719\n        geothermal: 0.0\n        hydro: 0.12100174025377304\n        hydro discharge: 0.011678966157177539\n        nuclear: 0.07151227797321238\n        oil: 0.035702526051316186\n        solar: 0.035127315522017415\n        unknown: 0.017147746136503748\n        wind: 0.002308088262955658\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007914361091397227\n        coal: 0.26997972127558006\n        gas: 0.3166287581321575\n        geothermal: 8.33789898776479e-05\n        hydro: 0.10164840680673617\n        hydro discharge: 0.01670505096901968\n        nuclear: 0.17925256330503067\n        oil: 0.029854866822174995\n        solar: 0.04961613646328255\n        unknown: 0.032867984337861055\n        wind: 0.002571584969487111\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0024836277992503937\n        coal: 0.25100351312995756\n        gas: 0.2941978181288641\n        geothermal: 0.0001691741641561132\n        hydro: 0.09537788467913003\n        hydro discharge: 0.015588478646749492\n        nuclear: 0.20370654460743567\n        oil: 0.027513983657470657\n        solar: 0.05915105533315268\n        unknown: 0.047974032934233524\n        wind: 0.002833885635868913\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007485307784368473\n        coal: 0.25928972453990934\n        gas: 0.286739454089373\n        geothermal: 0.0003161186370417949\n        hydro: 0.08695329717299086\n        hydro discharge: 0.0009730893783009032\n        nuclear: 0.170710117768223\n        oil: 0.03446388643385175\n        solar: 0.0812736314467582\n        unknown: 0.06914131470727426\n        wind: 0.002654052030018681\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00648742967444149\n        coal: 0.22764243230168252\n        gas: 0.25162315514834505\n        geothermal: 0.00024844089121178785\n        hydro: 0.07914649561219841\n        hydro discharge: 0.0011686416947921862\n        nuclear: 0.2612839421412385\n        oil: 0.030446235709555704\n        solar: 0.0812794325628458\n        unknown: 0.058239450303551786\n        wind: 0.0024343421168209712\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006082162692915101\n        coal: 0.2308288455754829\n        gas: 0.2550304821563375\n        geothermal: 0.00019000633442015563\n        hydro: 0.08107783911461883\n        hydro discharge: 0.0003459494756093433\n        nuclear: 0.2882485609098048\n        oil: 0.03108945642837576\n        solar: 0.07460594186010626\n        unknown: 0.030073678811974553\n        wind: 0.002427072768801394\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3069\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2433\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP_KN.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: Kansai\n"
  },
  {
    "path": "config/zones/JP-KY.yaml",
    "content": "bounding_box:\n  - - 128.64188641886417\n    - 28.12382864537942\n  - - 132.0259202592026\n    - 34.64813528083644\ncenter_point:\n  - 131.09043016414662\n  - 32.70705256390908\ncentroid:\n  - 130.34556254653455\n  - 32.33259447019511\ncapacity:\n  geothermal: 553\n  hydro: 1247\n  hydro storage: 2350\n  nuclear: 5258\n  solar: 10910\n  wind: 630\ncontributors:\n  - tmslaine\n  - lorrieq\n  - nessie2013\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.033985956162019444\n        coal: 0.28170603461764726\n        gas: 0.3330626389526564\n        geothermal: 0.014349605181856644\n        hydro: 0.06192998279671365\n        hydro discharge: 0.015538910856105924\n        nuclear: 0.13875495200629423\n        oil: 0.03020973089231481\n        solar: 0.08393703544817312\n        unknown: 0.0\n        wind: 0.006524887364229839\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030507003857400496\n        coal: 0.252869346864536\n        gas: 0.29896885923487737\n        geothermal: 0.012880720955439079\n        hydro: 0.055590561468817516\n        hydro discharge: 0.019144985100891618\n        nuclear: 0.20287163022142624\n        oil: 0.02711733998526308\n        solar: 0.0934833342044879\n        unknown: 0.0\n        wind: 0.006566022225949956\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026250876299323274\n        coal: 0.217590610557113\n        gas: 0.2572586085305627\n        geothermal: 0.011083702831574\n        hydro: 0.04783493224453717\n        hydro discharge: 0.021806154489575045\n        nuclear: 0.2840613040725001\n        oil: 0.023334110034332813\n        solar: 0.10434562565633312\n        unknown: 0.0\n        wind: 0.006434060019099693\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03394897773719484\n        coal: 0.22632657220005892\n        gas: 0.2873090098066224\n        geothermal: 0.01194500543331599\n        hydro: 0.045894001247654526\n        hydro discharge: 0.0014535498433951002\n        nuclear: 0.24481052728855904\n        oil: 0.023261336772847918\n        solar: 0.11795166084263495\n        unknown: 6.823822454306038e-09\n        wind: 0.007099343743477133\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.029980656680773175\n        coal: 0.2034428315861572\n        gas: 0.2291408699669696\n        geothermal: 0.012313191688658286\n        hydro: 0.04068847020057973\n        hydro discharge: 0.0005706782834496352\n        nuclear: 0.33576216186990826\n        oil: 0.020344290025776444\n        solar: 0.12049004039136982\n        unknown: 4.648902623869007e-08\n        wind: 0.007266772492712764\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03137793612614937\n        coal: 0.26370830471228013\n        gas: 0.29642148828149034\n        geothermal: 0.01134944800687775\n        hydro: 0.03938933169949516\n        hydro discharge: 1.4890456350998663e-05\n        nuclear: 0.19245201874391707\n        oil: 0.026037025320914\n        solar: 0.13257787940397292\n        unknown: 1.4072176719601038e-08\n        wind: 0.006671659454808292\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04080813412599562\n        coal: 0.20078019353039148\n        gas: 0.22635379007972795\n        geothermal: 0.012514275416954341\n        hydro: 0.04407360592129915\n        hydro discharge: 0.0007970346676334808\n        nuclear: 0.31569313641701996\n        oil: 0.01958832361247529\n        solar: 0.13295698947047976\n        unknown: 2.5602993056442e-07\n        wind: 0.006434258264009721\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.040885288575177016\n        coal: 0.20118330213456703\n        gas: 0.2268079907902187\n        geothermal: 0.012536916358312692\n        hydro: 0.04416228528977139\n        hydro discharge: 3.161895011155409e-05\n        nuclear: 0.30967160366610286\n        oil: 0.01962788450210204\n        solar: 0.1382906879744919\n        unknown: 1.0724997702627927e-06\n        wind: 0.006801352931139955\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP_KY.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: \"Ky\\u016Bsh\\u016B\"\n"
  },
  {
    "path": "config/zones/JP-ON.yaml",
    "content": "bounding_box:\n  - - 123.68463684636848\n    - 24.258473913558973\n  - - 128.33588335883357\n    - 26.801508107725923\ncenter_point:\n  - 127.65187651876519\n  - 26.084535608413802\ncentroid:\n  - 126.27640562119906\n  - 25.58028335020069\ncapacity:\n  biomass: 49\n  coal: 1629\n  gas: 326\n  geothermal: 0\n  hydro storage: 0\n  nuclear: 0\n  oil: 189.78\n  wind: 28\ncontributors:\n  - tmslaine\n  - lorrieq\n  - PPsyrius\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0028506457062307646\n        coal: 0.3953634197089307\n        gas: 0.4818493294617507\n        geothermal: 0.0\n        hydro: 0.000949800684998449\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0693782396862219\n        solar: 0.04708949409155191\n        unknown: 0.0\n        wind: 0.0025155698310505305\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0037814729651085024\n        coal: 0.39900512253691617\n        gas: 0.4869376587395054\n        geothermal: 0.0\n        hydro: 0.000944915426176835\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05483911616362458\n        solar: 0.05186020155720745\n        unknown: 0.0\n        wind: 0.0026280500915776507\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0047433367923606015\n        coal: 0.41271095214923137\n        gas: 0.4876648448806458\n        geothermal: 0.0\n        hydro: 1.0053684209298966e-07\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.043643847447303555\n        solar: 0.04873083755682375\n        unknown: 0.0\n        wind: 0.0025033722723516428\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004762743176907086\n        coal: 0.3991602040426934\n        gas: 0.5068097993644615\n        geothermal: 0.0\n        hydro: 0.0009521593653038117\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.040963489230560805\n        solar: 0.04479201252764861\n        unknown: 0.0\n        wind: 0.0025563585654276256\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02546372987017048\n        coal: 0.4121424814429852\n        gas: 0.4640138868877303\n        geothermal: 0.0\n        hydro: 0.0009426856352779482\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.040553579105178636\n        solar: 0.054296779577972805\n        unknown: 0.0\n        wind: 0.002583605881850423\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.040821913978799314\n        coal: 0.4082237074821024\n        gas: 0.45853965357176746\n        geothermal: 0.0\n        hydro: 0.0009488484091806692\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0398726159558643\n        solar: 0.04903754630246473\n        unknown: 0.0\n        wind: 0.0025526791088268984\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04229121034147396\n        coal: 0.40318028037604\n        gas: 0.4529905069109142\n        geothermal: 0.0\n        hydro: 0.0009393086184611133\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.03947179996916049\n        solar: 0.058710877767871775\n        unknown: 0.0\n        wind: 0.00241288392871925\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04249911341264845\n        coal: 0.4051622305990068\n        gas: 0.45521728968736763\n        geothermal: 0.0\n        hydro: 0.0009438912416695306\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.03966584859850861\n        solar: 0.054360569237001784\n        unknown: 0.0\n        wind: 0.002148162038523783\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: Okinawa\n"
  },
  {
    "path": "config/zones/JP-SK.yaml",
    "content": "bounding_box:\n  - - 132.01152011520114\n    - 32.74050186450299\n  - - 134.75114751147512\n    - 34.5536838138612\ncenter_point:\n  - 134.05877478419495\n  - 33.918963657891666\ncentroid:\n  - 133.49624463986575\n  - 33.682846828024886\ncapacity:\n  biomass: 406\n  coal: 950\n  gas: 935\n  geothermal: 0\n  hydro: 1153\n  hydro storage: 615\n  nuclear: 890\n  oil: 1350\n  solar: 2230\n  wind: 227\ncontributors:\n  - tmslaine\n  - lorrieq\n  - wobniarin\n  - PPsyrius\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\ndisclaimer: The data provider (Yonden Shikoku Electric Power Co.,Inc.) provides live\n  data only for solar and unknown. We are working on improving the data quality for\n  this zone.\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 380.86\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 404.86\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017670065739433477\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0957791738379936\n        hydro discharge: 0.007872011143896315\n        nuclear: 0.09367397817234568\n        oil: 0.0\n        solar: 0.05250354218500326\n        unknown: 0.7410320173293622\n        wind: 0.007372270757455561\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001932994793126772\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.07070912197660897\n        hydro discharge: 0.008002452500712725\n        nuclear: 0.13483776005806172\n        oil: 0.0\n        solar: 0.05709965444095634\n        unknown: 0.7197594517126974\n        wind: 0.007658554274926757\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.003049768532534406\n        coal: 0.007938875379716435\n        gas: 0.009645725091666118\n        geothermal: 7.074485726964554e-05\n        hydro: 0.09785819894867925\n        hydro discharge: 0.009869676018915984\n        nuclear: 0.0310013100924916\n        oil: 0.0010382364768123104\n        solar: 0.07523260641150845\n        unknown: 0.7528468097692773\n        wind: 0.011448043806800643\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008463979043089974\n        coal: 0.030879628212266187\n        gas: 0.03645494241164602\n        geothermal: 0.000258951565875074\n        hydro: 0.07162956889603042\n        hydro discharge: 0.00964151550378777\n        nuclear: 0.17358851440270676\n        oil: 0.0032951222266845285\n        solar: 0.08144441928026754\n        unknown: 0.5753300432844124\n        wind: 0.0090132567677831\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0043054714338039545\n        coal: 0.010995026442846117\n        gas: 0.013956542765237908\n        geothermal: 8.473726271727578e-05\n        hydro: 0.02042236833550643\n        hydro discharge: 0.0013641545036965012\n        nuclear: 0.056475978710573596\n        oil: 0.0011164924186019849\n        solar: 0.10292576843063772\n        unknown: 0.7874879233909325\n        wind: 0.0008655226317445266\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0014632833096522445\n        coal: 0.012930350525976334\n        gas: 0.014550449912484989\n        geothermal: 9.896762265961738e-05\n        hydro: 0.005102399178544541\n        hydro discharge: 0.0002520143405323658\n        nuclear: 0.006681381248855223\n        oil: 0.0012934106178200055\n        solar: 0.11576846212590676\n        unknown: 0.8412683278694898\n        wind: 0.0005909065710037857\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0022460134007749304\n        coal: 0.024410886804090707\n        gas: 0.027433472824604305\n        geothermal: 0.00017374084794918984\n        hydro: 0.00399630140664376\n        hydro discharge: 9.876085705727245e-05\n        nuclear: 0.0044118582251994444\n        oil: 0.002426436589029858\n        solar: 0.12074359171205047\n        unknown: 0.8135228086687375\n        wind: 0.0005361257738893699\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0022637774197995083\n        coal: 0.01994389436875295\n        gas: 0.022414514452391922\n        geothermal: 0.00014365806742060668\n        hydro: 0.008228050565418175\n        hydro discharge: 0.0004365669906866007\n        nuclear: 0.009006787074649166\n        oil: 0.001957800954233004\n        solar: 0.1357522181667791\n        unknown: 0.7990401578264699\n        wind: 0.000812561771415958\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005708489971235517\n        coal: 0.05411516388145259\n        gas: 0.06081348036067326\n        geothermal: 0.0003519266171304085\n        hydro: 0.012581577553784837\n        hydro discharge: 0.0003111147176407504\n        nuclear: 0.09775673467049312\n        oil: 0.005318486311584602\n        solar: 0.15121531986285167\n        unknown: 0.6105501241479387\n        wind: 0.0012775695365145267\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3375\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2581\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP_SK.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: Shikoku\n"
  },
  {
    "path": "config/zones/JP-TH.yaml",
    "content": "bounding_box:\n  - - 137.61317613176132\n    - 36.73036080279081\n  - - 142.07002070020698\n    - 41.54738561852855\ncenter_point:\n  - 140.32304547985945\n  - 38.926745743272534\ncentroid:\n  - 140.11591384446015\n  - 38.727815667379986\ncapacity:\n  biomass: 600\n  coal: 6200\n  gas: 7000\n  geothermal: 188.8\n  hydro: 2000\n  hydro storage: 460\n  nuclear: 2750\n  oil: 2500\n  solar: 7000\n  unknown: 0\n  wind: 1800\ncontributors:\n  - tmslaine\n  - lorrieq\n  - PPsyrius\n  - mathilde-daugy\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03764593326241691\n        coal: 0.3256188602245305\n        gas: 0.38144187545598235\n        geothermal: 0.0073815476141916555\n        hydro: 0.1176435394724904\n        hydro discharge: 0.0007489652825544231\n        nuclear: 0.0\n        oil: 0.035800536970470496\n        solar: 0.039249783539561246\n        unknown: 0.01716211099718546\n        wind: 0.03730675609317582\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03720879013007687\n        coal: 0.3218725132026469\n        gas: 0.37705364916791956\n        geothermal: 0.0072961361711002546\n        hydro: 0.1162925346555782\n        hydro discharge: 0.0008998647364768234\n        nuclear: 0.0\n        oil: 0.03538851475966323\n        solar: 0.05395577986378438\n        unknown: 0.016962464104027655\n        wind: 0.03306969195343717\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03690415713459306\n        coal: 0.31965452384652704\n        gas: 0.37446009319183776\n        geothermal: 0.007240006841962388\n        hydro: 0.11552139670625632\n        hydro discharge: 0.0008814050839498607\n        nuclear: 0.0\n        oil: 0.035143114349214216\n        solar: 0.05981080345905751\n        unknown: 0.016819223638638064\n        wind: 0.03356529922051974\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.033361158089435336\n        coal: 0.32760117231960284\n        gas: 0.41530845559181406\n        geothermal: 0.009929425459088401\n        hydro: 0.1092545778933176\n        hydro discharge: 0.0003688168361996912\n        nuclear: 0.0\n        oil: 0.03328208612719063\n        solar: 0.028344983558882385\n        unknown: 0.019073191073038356\n        wind: 0.02347614385177979\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.030256458885341765\n        coal: 0.31858008121380094\n        gas: 0.36441553292209394\n        geothermal: 0.009495361204189156\n        hydro: 0.1143774554467616\n        hydro discharge: 8.173520094502279e-05\n        nuclear: 2.882919098580099e-09\n        oil: 0.03328704073978625\n        solar: 0.08023921362365893\n        unknown: 0.01769287150997027\n        wind: 0.03157424709126255\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03650782466272135\n        coal: 0.31684072338578595\n        gas: 0.3494877947948115\n        geothermal: 0.009804876965237134\n        hydro: 0.10969368860580067\n        hydro discharge: 1.6957503676816235e-05\n        nuclear: 1.9027172059335816e-07\n        oil: 0.044016102347221184\n        solar: 0.08249535024589032\n        unknown: 0.02013284497425742\n        wind: 0.03100365533190976\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.036500488598687666\n        coal: 0.31421716204339356\n        gas: 0.3465384349449994\n        geothermal: 0.009772117239547058\n        hydro: 0.10808427144891192\n        hydro discharge: 3.066165346151429e-05\n        nuclear: 0.0\n        oil: 0.043728292637667365\n        solar: 0.09227134205539649\n        unknown: 0.020100642712655332\n        wind: 0.028756583729499765\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03656881025725588\n        coal: 0.3139373265352168\n        gas: 0.3462524692389134\n        geothermal: 0.00973818807037935\n        hydro: 0.10800992269495781\n        hydro discharge: 0.0\n        nuclear: 4.881836630196875e-09\n        oil: 0.04364368131055737\n        solar: 0.09302782105896609\n        unknown: 0.02001169518819592\n        wind: 0.028810073378378175\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Tokyo\nzone_name: 'Tōhoku'\n"
  },
  {
    "path": "config/zones/JP-TK.yaml",
    "content": "bounding_box:\n  - - 138.16758167581676\n    - 34.595185216016986\n  - - 140.87840878408784\n    - 37.15179044338253\ncenter_point:\n  - 139.4863552841068\n  - 36.10735378706691\ncentroid:\n  - 139.54208994226607\n  - 35.99475882211827\ncapacity:\n  biomass: 440\n  coal: 8370\n  gas: 48124\n  hydro: 3150\n  hydro storage: 7150\n  nuclear: 0\n  oil: 10050\n  solar: 11900\n  wind: 440\ncontributors:\n  - tmslaine\n  - lorrieq\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012370895639882317\n        coal: 0.3853426055293789\n        gas: 0.41388649952534495\n        geothermal: 0.0\n        hydro: 0.053918260416420005\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05838524380600273\n        solar: 0.07210803438342994\n        unknown: 0.0\n        wind: 0.003988449173393761\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011996226180391588\n        coal: 0.380914047071365\n        gas: 0.43494259096157817\n        geothermal: 0.0011562871177596096\n        hydro: 0.05976939423407587\n        hydro discharge: 7.555737043782422e-05\n        nuclear: 4.780317011741073e-05\n        oil: 0.0374279737240795\n        solar: 0.06661432998677642\n        unknown: 0.0022735369566184256\n        wind: 0.004782247765588545\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011119899407168976\n        coal: 0.3760090974593132\n        gas: 0.4241030932528087\n        geothermal: 0.0009075110252259826\n        hydro: 0.058286677206498626\n        hydro discharge: 0.00028064454153066464\n        nuclear: 0.00012157963858525248\n        oil: 0.03699902965963558\n        solar: 0.08544207988219815\n        unknown: 0.0017230525987717944\n        wind: 0.005007333077393812\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00935532858238416\n        coal: 0.3919883704990806\n        gas: 0.4415716257140104\n        geothermal: 0.0\n        hydro: 0.053325386573576064\n        hydro discharge: 0.014843572028037879\n        nuclear: 0.0\n        oil: 0.03835685850107804\n        solar: 0.04826121981944001\n        unknown: 0.0\n        wind: 0.0022975925090292265\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010070218932334415\n        coal: 0.38559099042086575\n        gas: 0.4349624301661337\n        geothermal: 0.00022385488142396474\n        hydro: 0.05489768176982327\n        hydro discharge: 0.01647566943732881\n        nuclear: 6.529647299520753e-05\n        oil: 0.03791072586966863\n        solar: 0.055935842779329205\n        unknown: 0.0005408376060012563\n        wind: 0.003326424967803098\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011665557105354935\n        coal: 0.3805469538565768\n        gas: 0.43029315791638295\n        geothermal: 0.0006684959834321141\n        hydro: 0.05883101141312595\n        hydro discharge: 0.012145290081717474\n        nuclear: 0.00014936007274681906\n        oil: 0.037641884377089485\n        solar: 0.06140723282159109\n        unknown: 0.0015901074760213602\n        wind: 0.005060943913134998\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012379568482169454\n        coal: 0.37439453711012355\n        gas: 0.4202638451430668\n        geothermal: 0.0008542784751887408\n        hydro: 0.05753353911915293\n        hydro discharge: 0.0001333861092187091\n        nuclear: 0.0003325895401583784\n        oil: 0.03780803037622701\n        solar: 0.08964952092622937\n        unknown: 0.0019145623932783529\n        wind: 0.0047361387156510506\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013790551138107865\n        coal: 0.36551132512845863\n        gas: 0.41075161697370277\n        geothermal: 0.0011590638514077571\n        hydro: 0.05588616817339554\n        hydro discharge: 0.0004925191610828632\n        nuclear: 0.0005533549771950461\n        oil: 0.03725998358627039\n        solar: 0.10660586474618902\n        unknown: 0.0025203299900987465\n        wind: 0.005469220941016988\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014097055380593861\n        coal: 0.3675956461150956\n        gas: 0.4130408358768425\n        geothermal: 0.0012366757869445553\n        hydro: 0.05676046343629951\n        hydro discharge: 0.0037118012335324085\n        nuclear: 0.0006673584139509615\n        oil: 0.03756657594799087\n        solar: 0.09707166612504159\n        unknown: 0.0026074670238986205\n        wind: 0.005644454624628442\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumptionForecast: JP.fetch_consumption_forecast\n  generationForecast: JP.fetch_generation_forecast\n  price: JP.fetch_price\n  production: JP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Asia/Tokyo\nzone_name: \"T\\u014Dky\\u014D\"\n"
  },
  {
    "path": "config/zones/JP.yaml",
    "content": "bounding_box:\n  - - 123.68463684636848\n    - 24.258473913558973\n  - - 145.76725767257673\n    - 45.51005398299017\ncenter_point:\n  - 139.19854103544216\n  - 37.570742015371266\ncentroid:\n  - 136.01390870678517\n  - 36.04844898300186\ncapacity:\n  battery storage: null\n  biomass: 2847.6\n  coal: 33620\n  gas: 92381.7\n  geothermal: 426.0\n  hydro: 17215\n  hydro storage: 22052\n  nuclear: 27019\n  oil: 28579.8\n  solar: 28577.9\n  unknown: 9976.9\n  wind: 3978.8\ncontributors:\n  - kongkille\n  - lorrieq\n  - tmslaine\n  - wobniarin\n  - pierresegonne\n  - nessie2013\n  - alejandranavcas\ncountry: JP\ncountry_name: Japan\ncurrency: JPY\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 354.18\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 378.18\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012890166231765952\n        coal: 0.3297373094572689\n        gas: 0.3851315399562788\n        geothermal: 0.002576233354606651\n        hydro: 0.08609909225463049\n        hydro discharge: 0.010891998842301588\n        nuclear: 0.032256842281156016\n        oil: 0.03984713514700535\n        solar: 0.052759691155786645\n        unknown: 0.039029123269701795\n        wind: 0.008780861800557293\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012579385219234667\n        coal: 0.317939719798783\n        gas: 0.3715240746624608\n        geothermal: 0.00243907007825665\n        hydro: 0.08485848258811383\n        hydro discharge: 0.012447051756622002\n        nuclear: 0.05416672302363694\n        oil: 0.03541426941823752\n        solar: 0.0634301200843758\n        unknown: 0.03657406715720228\n        wind: 0.008627026360518536\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012988508373644755\n        coal: 0.31165116020572337\n        gas: 0.36119139810368284\n        geothermal: 0.002257605082148037\n        hydro: 0.0795624263486067\n        hydro discharge: 0.011299020384023884\n        nuclear: 0.0743656111986386\n        oil: 0.0325723407535098\n        solar: 0.07077107684146505\n        unknown: 0.0346647988064565\n        wind: 0.008676048447415005\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01465903824457887\n        coal: 0.3159346019168975\n        gas: 0.38592384630295423\n        geothermal: 0.0029529798085520466\n        hydro: 0.08138219421061166\n        hydro discharge: 0.0015325928227609476\n        nuclear: 0.041181756512238876\n        oil: 0.031743284663153945\n        solar: 0.0759251229072427\n        unknown: 0.0409487451202268\n        wind: 0.007815834782044043\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01444660093127893\n        coal: 0.3106897402985635\n        gas: 0.35149118991450906\n        geothermal: 0.0026940061618264473\n        hydro: 0.08061336139135558\n        hydro discharge: 0.0007911772733235225\n        nuclear: 0.07241004251293315\n        oil: 0.03115956984062142\n        solar: 0.08993544012090543\n        unknown: 0.03747704290547159\n        wind: 0.008291834708808008\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01819566202729992\n        coal: 0.31733975074291015\n        gas: 0.3548325155823924\n        geothermal: 0.002630345141567221\n        hydro: 0.07510282030814988\n        hydro discharge: 0.00024122386135611262\n        nuclear: 0.05196932530032456\n        oil: 0.034904706698653136\n        solar: 0.09588677110448308\n        unknown: 0.04093027075235674\n        wind: 0.007966608525503018\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020696070431356656\n        coal: 0.29746242116922483\n        gas: 0.33281740268070087\n        geothermal: 0.0028430919385634976\n        hydro: 0.07555456187278706\n        hydro discharge: 0.000549996614177763\n        nuclear: 0.08321651205376797\n        oil: 0.03283893320293683\n        solar: 0.10704124737108849\n        unknown: 0.039034565358988055\n        wind: 0.00794519536479448\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020694197803047158\n        coal: 0.2998703281394674\n        gas: 0.33552132619216785\n        geothermal: 0.002823118776793938\n        hydro: 0.07542443871301358\n        hydro discharge: 0.0012834026861352611\n        nuclear: 0.09061121851842151\n        oil: 0.03308365916724243\n        solar: 0.10342626615078988\n        unknown: 0.029215896952754124\n        wind: 0.008046150827843417\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3458\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.2874\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nsubZoneNames:\n  - JP-CB\n  - JP-CG\n  - JP-HKD\n  - JP-HR\n  - JP-KN\n  - JP-KY\n  - JP-ON\n  - JP-SK\n  - JP-TH\n  - JP-TK\ntimezone: Asia/Tokyo\nzone_name: Japan\n"
  },
  {
    "path": "config/zones/KE.yaml",
    "content": "bounding_box:\n  - - 33.91022073768978\n    - -4.678020968858455\n  - - 41.88461884618849\n    - 5.030444969930855\ncenter_point:\n  - 37.735819715673145\n  - 0.167927051183264\ncentroid:\n  - 37.41372620153136\n  - 0.9678818017858468\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 840.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 860.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1380.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1390.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1570.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1500.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1590.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1550.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1510.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\ncountry: KE\ncountry_name: Kenya\ncurrency: KES\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Nairobi\nzone_name: Kenya\n"
  },
  {
    "path": "config/zones/KG.yaml",
    "content": "bounding_box:\n  - - 69.22689226892268\n    - 39.190392192646186\n  - - 80.21060210602107\n    - 43.261822852412635\ncenter_point:\n  - 75.1427702005121\n  - 41.27352312964108\ncentroid:\n  - 73.56645493060435\n  - 41.02530296850483\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3690.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3670.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2780.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3140.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 3260.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: KG\ncountry_name: Kyrgyzstan\ncurrency: KGS\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Bishkek\nzone_name: Kyrgyzstan\n"
  },
  {
    "path": "config/zones/KH.yaml",
    "content": "bounding_box:\n  - - 102.32922329223291\n    - 10.419902918851918\n  - - 107.60687606876067\n    - 14.704564920729169\ncenter_point:\n  - 104.98856517147142\n  - 12.474528391008167\ncentroid:\n  - 105.16052484468507\n  - 12.781915212697765\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 500.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 660.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 710.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1460.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 980.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1330.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1340.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 660.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 640.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 650.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: KH\ncountry_name: Cambodia\ncurrency: KHR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Phnom_Penh\nzone_name: Cambodia\n"
  },
  {
    "path": "config/zones/KM.yaml",
    "content": "bounding_box:\n  - - 43.263432634326364\n    - -12.380108775840185\n  - - 44.53064530645307\n    - -11.379781875602312\ncenter_point:\n  - 44.20664206642067\n  - -12.161153102397563\ncentroid:\n  - 43.79551795517956\n  - -11.883379924520352\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\ncountry: KM\ncountry_name: Comoros\ncurrency: KMF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Indian/Comoro\nzone_name: Comoros\n"
  },
  {
    "path": "config/zones/KP.yaml",
    "content": "bounding_box:\n  - - 124.32184321843218\n    - 37.68632413520699\n  - - 130.7011070110701\n    - 42.98133061715281\ncenter_point:\n  - 127.14091694367448\n  - 40.004097703647005\ncentroid:\n  - 127.36051684841172\n  - 40.123284149120195\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2960.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3360.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3380.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4760.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4790.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4860.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4890.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: KP\ncountry_name: North Korea\ncurrency: KPW\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Pyongyang\nzone_name: North Korea\n"
  },
  {
    "path": "config/zones/KR.yaml",
    "content": "bounding_box:\n  - - 126.10386103861035\n    - 33.199879453882616\n  - - 129.55629556295563\n    - 38.623683390794696\ncenter_point:\n  - 127.94887712074126\n  - 36.47203857915312\ncentroid:\n  - 127.27504275042747\n  - 35.731930087306615\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2290.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2320.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 3540.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2640.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2650.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2680.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 37580.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 37850.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 36650.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 38070.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 39110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 40150.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 41200.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40530.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 41720.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 43470.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 43760.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 44510.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 45080.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 47080.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 49840.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1790.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1800.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1820.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1800.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 22530.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 21850.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 23250.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 24650.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 26050.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3930.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4080.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3980.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4240.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4320.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4250.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4030.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 7700.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10850.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 14760.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 17910.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20520.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 23490.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 26650.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1140.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1300.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1490.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1640.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1710.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1950.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2200.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2300.0\ncontributors:\n  - systemcatch\n  - alixunderplatz\n  - IV1T3\n  - gadakast\n  - consideRatio\ncountry: KR\ncountry_name: South Korea\ncurrency: KRW\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 395.23\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 388.14\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 373.65\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 351.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 353.43\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 419.23\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 412.14\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 397.65\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 375.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 377.43\n    unknown:\n      _comment: 'Source: 2020 annual electricity production by IEA'\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2020; assumes 54.1% coal, 36.1% gas, 1.5% oil, 4.4% solar, 0.8%\n        wind, 2.2% biofuels, 1.0% other\n      value: 644\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012088215643162988\n        coal: 0.4271166528414337\n        gas: 0.2578817417693911\n        geothermal: 0.0\n        hydro: 0.0050367478306313825\n        hydro discharge: 0.0\n        nuclear: 0.26090380067155367\n        oil: 0.0060441022416680285\n        solar: 0.026899347810935656\n        unknown: 0.004029413672613975\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012088360391989655\n        coal: 0.42712179271378803\n        gas: 0.2578848452931219\n        geothermal: 0.0\n        hydro: 0.005036808017031471\n        hydro discharge: 0.0\n        nuclear: 0.2609069402792454\n        oil: 0.0060441752048193634\n        solar: 0.026887636840641445\n        unknown: 0.004029461510810856\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011716871973276085\n        coal: 0.3644630544878464\n        gas: 0.27007032466083297\n        geothermal: 0.0\n        hydro: 0.005232261569814543\n        hydro discharge: 0.005726236492505157\n        nuclear: 0.2862754151521541\n        oil: 0.0052618305327118055\n        solar: 0.02049405482823824\n        unknown: 0.030759971259422855\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011716871973276085\n        coal: 0.3644630544878464\n        gas: 0.27007032466083297\n        geothermal: 0.0\n        hydro: 0.005232261569814543\n        hydro discharge: 0.005726236492505157\n        nuclear: 0.2862754151521541\n        oil: 0.0052618305327118055\n        solar: 0.02049405482823824\n        unknown: 0.030759971259422855\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012085851633007651\n        coal: 0.42703338051066464\n        gas: 0.2578314714748365\n        geothermal: 0.0\n        hydro: 0.005035771904351602\n        hydro discharge: 0.0\n        nuclear: 0.26085293528342535\n        oil: 0.006042924432066203\n        solar: 0.02708902676296785\n        unknown: 0.004028615141886627\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012067910760408326\n        coal: 0.42639948833207814\n        gas: 0.2574487448984514\n        geothermal: 0.0\n        hydro: 0.0050328568623645605\n        hydro discharge: 0.0\n        nuclear: 0.2606810244668617\n        oil: 0.006033955232642225\n        solar: 0.027655462709620944\n        unknown: 0.004680532814093565\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011686797411512923\n        coal: 0.4236187412338961\n        gas: 0.25849398909393584\n        geothermal: 0.0\n        hydro: 0.004944386764302841\n        hydro discharge: 0.0002359145163342492\n        nuclear: 0.2622175088440355\n        oil: 0.006118572641872112\n        solar: 0.026258664443736243\n        unknown: 0.006425399941252666\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.32481961990795116\n        gas: 0.2870998739838039\n        geothermal: 0.0\n        hydro: 0.005099702252579142\n        hydro discharge: 0.006488826453043251\n        nuclear: 0.30356122323757495\n        oil: 0.00503725621668324\n        solar: 0.008648519082736651\n        unknown: 0.05924497949229198\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.31696964158672425\n        gas: 0.2793854741693562\n        geothermal: 0.0\n        hydro: 0.005256161194972003\n        hydro discharge: 0.0065745038528354045\n        nuclear: 0.314805824151336\n        oil: 0.0041687726308622655\n        solar: 0.016818462031072384\n        unknown: 0.05602116015360554\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.28414636563156453\n        gas: 0.29282786831019314\n        geothermal: 0.0\n        hydro: 0.006104289039391443\n        hydro discharge: 0.007662933676723601\n        nuclear: 0.33026331297996314\n        oil: 0.004419523879319817\n        solar: 0.019400257201052595\n        unknown: 0.055175449564712\n        wind: 0.0\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.3322\n    - datetime: '2022-01-01'\n      value: 0.338\n    - datetime: '2023-01-01'\n      value: 0.36\n    - datetime: '2024-01-01'\n      value: 0.3815\n    - datetime: '2025-01-01'\n      value: 0.3839\n  unknown:\n    _comment: 'Source: 2020 annual electricity production by IEA'\n    _url: https://www.iea.org/fuels-and-technologies/electricity\n    source: IEA 2020; assumes 54.1% coal, 36.1% gas, 1.5% oil, 4.4% solar, 0.8% wind,\n      2.2% biofuels, 1.0% other\n    value: 0.084\nisRenewable:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.0015\n    - datetime: '2022-01-01'\n      value: 0.0143\n    - datetime: '2023-01-01'\n      value: 0.0306\n    - datetime: '2024-01-01'\n      value: 0.0389\n    - datetime: '2025-01-01'\n      value: 0.0501\n  unknown:\n    _comment: 'Source: 2020 annual electricity production by IEA'\n    _url: https://www.iea.org/fuels-and-technologies/electricity\n    source: IEA 2020; assumes 54.1% coal, 36.1% gas, 1.5% oil, 4.4% solar, 0.8% wind,\n      2.2% biofuels, 1.0% other\n    value: 0.084\nparsers:\n  consumption: KPX.fetch_consumption\n  price: KPX.fetch_price\n  production: KPX.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Asia/Seoul\nzone_name: South Korea\n"
  },
  {
    "path": "config/zones/KW.yaml",
    "content": "bounding_box:\n  - - 46.532265322653245\n    - 28.533118335605508\n  - - 48.433084330843315\n    - 30.098722954861913\ncenter_point:\n  - 47.36852773144945\n  - 29.570845645234716\ncentroid:\n  - 47.789870743385976\n  - 29.50014299753782\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10220.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 11100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11650.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 11680.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 11720.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 8500.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncontributors:\n  - alixunderplatz\n  - nessie2013\n  - consideRatio\ncountry: KW\ncountry_name: Kuwait\ncurrency: KWD\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2019; assumes 62.3% gas, 37.7% oil\n      value: 383.572\n  lifecycle:\n    unknown:\n      _url: https://www.iea.org/fuels-and-technologies/electricity\n      source: IEA 2019; assumes 62.3% gas, 37.7% oil\n      value: 550.3199999999999\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999963920968\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999967729631\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999990496002\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.9999999920933934\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: KW.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kuwait\nzone_name: Kuwait\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nisRenewable:\n  unknown:\n    source: IEA 2019; assumes 62.3% gas, 37.7% oil\n    value: 0\nisLowCarbon:\n  unknown:\n    source: IEA 2019; assumes 62.3% gas, 37.7% oil\n    value: 0\n"
  },
  {
    "path": "config/zones/KY.yaml",
    "content": "bounding_box:\n  - - -81.42729962458039\n    - 19.261071915595686\n  - - -79.72230689375876\n    - 19.755142692881883\ncenter_point:\n  - -80.11012136312443\n  - 19.661757918098214\ncentroid:\n  - -80.91321820571495\n  - 19.431235963505397\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - VIKTORVAV99\ncountry: KY\ncountry_name: Cayman Islands\ncurrency: KYD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Cayman\nzone_name: Cayman Islands\n"
  },
  {
    "path": "config/zones/KZ.yaml",
    "content": "bounding_box:\n  - - 46.47826478264784\n    - 40.584266871947605\n  - - 87.3242732427324\n    - 55.434613429556194\ncenter_point:\n  - 66.69259358749544\n  - 48.15576453417533\ncentroid:\n  - 65.54265701052896\n  - 48.73921073397628\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 13310.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 13300.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 13430.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 13550.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3750.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4060.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4180.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2730.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2760.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2780.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2810.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2900.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2810.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 910.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1040.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1150.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1310.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1200.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1440.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1410.0\ncountry: KZ\ncountry_name: Kazakhstan\ncurrency: KZT\nfallbackZoneMixes:\n  _source: Our world in data 2019\n  _url: https://ourworldindata.org/grapher/electricity-prod-source-stacked?stackMode=relative&time=earliest..latest&country=~KAZ\n  powerOriginRatios:\n    value:\n      coal: 0.706728113937001\n      gas: 0.188180756380889\n      hydro: 0.0904234610265557\n      nuclear: 0.0\n      oil: 0.00749680842394995\n      solar: 0.00263474788812734\n      unknown: 0.00452705822702292\n      wind: 0.00449084176120673\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Almaty\nzone_name: Kazakhstan\n"
  },
  {
    "path": "config/zones/LA.yaml",
    "content": "bounding_box:\n  - - 100.10080100801005\n    - 13.917469362602077\n  - - 107.65727657276571\n    - 22.44672304703373\ncenter_point:\n  - 103.89189363748629\n  - 18.66296979024183\ncentroid:\n  - 103.97856593950556\n  - 18.164945227481375\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1880.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 5390.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6230.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 8020.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 8960.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 9650.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 9780.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: LA\ncountry_name: Laos\ncurrency: LAK\nfallbackZoneMixes:\n  _source: IEA 2020 (used because Our World in Data has a lot of 'other renewables' generation not broken down by type). Biomass includes waste.\n  _url: https://www.iea.org/data-and-statistics/data-browser?country=LAO&fuel=Energy%20supply&indicator=ElecGenByFuel\n  powerOriginRatios:\n    value:\n      biomass: 0.0014261409127302\n      coal: 0.28410228182546\n      hydro: 0.713395716573259\n      solar: 0.0010758606885508\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Vientiane\nzone_name: Laos\n"
  },
  {
    "path": "config/zones/LB.yaml",
    "content": "bounding_box:\n  - - 35.10575105751059\n    - 33.086823910078905\n  - - 36.603366033660365\n    - 34.64956636366941\ncenter_point:\n  - 35.854558545585476\n  - 33.86819513687416\ncentroid:\n  - 35.89103891038913\n  - 33.79158450254979\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1140.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 870.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1000.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1950.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: LB\ncountry_name: Lebanon\ncurrency: LBP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Beirut\nzone_name: Lebanon\n"
  },
  {
    "path": "config/zones/LC.yaml",
    "content": "bounding_box:\n  - - -61.07641076410759\n    - 13.72141101448679\n  - - -60.88560885608851\n    - 14.10207904805371\ncenter_point:\n  - -60.98100981009805\n  - 13.91174503127025\ncentroid:\n  - -60.96210962109616\n  - 13.90995617772905\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\ncountry: LC\ncountry_name: Saint Lucia\ncurrency: XCD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/St_Lucia\nzone_name: Saint Lucia\n"
  },
  {
    "path": "config/zones/LI.yaml",
    "content": "bounding_box:\n  - - 9.474840270001467\n    - 47.05662268643502\n  - - 9.622084772297283\n    - 47.266310486741915\ncenter_point:\n  - 9.548462521149375\n  - 47.16146658658847\ncentroid:\n  - 9.558664351995736\n  - 47.13078739327011\ncountry: LI\ncountry_name: Liechtenstein\ncurrency: CHF\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 820.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Vaduz\nzone_name: Liechtenstein\n"
  },
  {
    "path": "config/zones/LK.yaml",
    "content": "bounding_box:\n  - - 79.73179731797316\n    - 5.923440657696858\n  - - 81.88101881018812\n    - 9.818848129009424\ncenter_point:\n  - 80.81466458315062\n  - 7.7135449000821765\ncentroid:\n  - 80.65433987673212\n  - 7.8927696450511755\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 900.0\n  gas:\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1750.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1800.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1800.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1830.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1840.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 800.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 960.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1450.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\ncontributors:\n  - q--\ncountry: LK\ncountry_name: Sri Lanka\ncurrency: LKR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00700018286090966\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1827423841153009\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00700018286090966\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1827423841153009\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00700018286090966\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1827423841153009\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007000182860909659\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.18274238411530086\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00700018286090966\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1827423841153009\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00700018286090966\n        coal: 0.3298145186613395\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41756944446162814\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.1827423841153009\n        solar: 0.010663339703359519\n        unknown: 0.0\n        wind: 0.05220988275374178\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006536343860492528\n        coal: 0.28624019284956276\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.41469112152057924\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22709918190011136\n        solar: 0.006463054105010098\n        unknown: 0.0\n        wind: 0.058969853256126574\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007301433844119725\n        coal: 0.3555810574845595\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.4225211920247607\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.15463533756001555\n        solar: 0.013187344859185718\n        unknown: 0.0\n        wind: 0.04677362839649372\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: CEB.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Colombo\nzone_name: Sri Lanka\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/LR.yaml",
    "content": "bounding_box:\n  - - -11.475114751147487\n    - 4.353542789941564\n  - - -7.385473854738507\n    - 8.50654517118663\ncenter_point:\n  - -9.398158211298103\n  - 6.480789931196075\ncentroid:\n  - -9.223243583787157\n  - 6.804600903655141\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncountry: LR\ncountry_name: Liberia\ncurrency: LRD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Monrovia\nzone_name: Liberia\n"
  },
  {
    "path": "config/zones/LS.yaml",
    "content": "bounding_box:\n  - - 27.016470164701673\n    - -30.659329801216934\n  - - 29.4356943569436\n    - -28.571379947930733\ncenter_point:\n  - 28.257855823214147\n  - -29.55365921123402\ncentroid:\n  - 28.269082690826927\n  - -29.57870325312974\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: LS\ncountry_name: Lesotho\ncurrency: LSL\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Maseru\nzone_name: Lesotho\n"
  },
  {
    "path": "config/zones/LT.yaml",
    "content": "bounding_box:\n  - - 21.054810548105507\n    - 53.886181804295276\n  - - 26.800468004680056\n    - 56.43923357829294\ncenter_point:\n  - 23.779440339287618\n  - 55.17010626832506\ncentroid:\n  - 24.167845933778512\n  - 55.14273342877452\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 122.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 124.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 117.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 120.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 147.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 165.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 169.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 266.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1656.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1873.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1710.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1770.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1887.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1527.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1518.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1503.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 128.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 129.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 900.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 160.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 82.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 103.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 169.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 259.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 578.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1165.0\n    - datetime: '2024-10-22'\n      source: litgrid.eu\n      value: 1878.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1787.0\n    - datetime: '2025-02-16'\n      source: litgrid.eu\n      value: 2408.0\n    - datetime: '2025-08-04'\n      source: litgrid.eu\n      value: 2725\n    - datetime: '2025-10-13'\n      source: litgrid.eu\n      value: 2936\n    - datetime: '2026-01-22'\n      source: litgrid.eu\n      value: 3040\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 119.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 37.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 140.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 144.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 37.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 426.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 509.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 525.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 534.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 540.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 671.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 814.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1288.0\n    - datetime: '2024-10-22'\n      source: litgrid.eu\n      value: 1669.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1683.0\n    - datetime: '2025-02-16'\n      source: litgrid.eu\n      value: 1832.0\n    - datetime: '2025-08-04'\n      source: litgrid.eu\n      value: 1890\n    - datetime: '2025-10-13'\n      source: litgrid.eu\n      value: 2467\n    - datetime: '2026-01-22'\n      source: litgrid.eu\n      value: 2507\ncontributors:\n  - corradio\n  - nessie2013\n  - pnook\ncountry: LT\ncountry_name: Lithuania\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 92.47\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 356.9797889\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 364.92\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 375.63\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 370.92\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 186.79\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 185.05\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 133.35\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 109.9\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 84.94\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 125.47\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1117.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1135.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 476.9797889\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 484.92\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 495.63\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 490.92\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 197.49\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 195.75\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 144.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 120.6\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 95.64\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.7\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05248411349032074\n        coal: 0.05410957136935189\n        gas: 0.5498319828891364\n        geothermal: 8.890677543935156e-08\n        hydro: 0.09958196705928497\n        hydro discharge: 0.06381532647345381\n        nuclear: 0.02292511683995068\n        oil: 0.018962654473867673\n        solar: 0.005532100620081096\n        unknown: 0.060178573091339824\n        wind: 0.07258559361999922\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03343794792536503\n        coal: 0.06796214229100345\n        gas: 0.3948300669090985\n        geothermal: 3.9011686323287086e-07\n        hydro: 0.15714578310251195\n        hydro discharge: 0.03567643266395548\n        nuclear: 0.07457517336225696\n        oil: 0.012278297484281721\n        solar: 0.006323762328486214\n        unknown: 0.08308854616171424\n        wind: 0.13468675819751547\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.040524136726138145\n        coal: 0.06179011942853122\n        gas: 0.34412162704835036\n        geothermal: 1.170729613990027e-06\n        hydro: 0.2028808100316546\n        hydro discharge: 0.04347080749967129\n        nuclear: 0.0737329628324882\n        oil: 0.008360737705869897\n        solar: 0.00996520364509855\n        unknown: 0.057008683854661485\n        wind: 0.15814330048030123\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.055446400794687566\n        coal: 0.08068442818665095\n        gas: 0.383651058869338\n        geothermal: 1.1117993135186523e-06\n        hydro: 0.15585773199696173\n        hydro discharge: 0.037016803474720916\n        nuclear: 0.07182488017669052\n        oil: 0.000621385046583624\n        solar: 0.010479269762924697\n        unknown: 0.060434597133172056\n        wind: 0.14398191265471402\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05082748486694587\n        coal: 0.038565273505017685\n        gas: 0.42115345358415485\n        geothermal: 2.7446720562004025e-06\n        hydro: 0.1319856762819108\n        hydro discharge: 0.037722596611730226\n        nuclear: 0.08483728564358439\n        oil: 0.0004722002402976221\n        solar: 0.011305876617725778\n        unknown: 0.0556435577567343\n        wind: 0.1674835721219137\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04507678603660674\n        coal: 0.02377638812927762\n        gas: 0.3875417612998455\n        geothermal: 2.469512608008812e-06\n        hydro: 0.14964038767798313\n        hydro discharge: 0.04951404250190653\n        nuclear: 0.09579798815568291\n        oil: 0.0004112515557346632\n        solar: 0.01122642063437331\n        unknown: 0.04389364005950168\n        wind: 0.19311854350862998\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.047925943878304345\n        coal: 0.04776297912426975\n        gas: 0.42477370647961976\n        geothermal: 2.6149652446671643e-06\n        hydro: 0.13257659988744355\n        hydro discharge: 0.045306533867647755\n        nuclear: 0.07696229147975046\n        oil: 0.0007338333395854026\n        solar: 0.013200091832599934\n        unknown: 0.054607840006566405\n        wind: 0.1561473919078319\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06637729612892118\n        coal: 0.06818008733608731\n        gas: 0.21196372949797992\n        geothermal: 2.0836819384971257e-06\n        hydro: 0.19781894990870744\n        hydro discharge: 0.03873234538949941\n        nuclear: 0.12314714199567293\n        oil: 0.0009310325311312035\n        solar: 0.03952004240635484\n        unknown: 0.048038964175032624\n        wind: 0.20528803541489582\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05655196401965516\n        coal: 0.04883246429477729\n        gas: 0.16348102709336995\n        geothermal: 3.300270413878182e-06\n        hydro: 0.21701709318007012\n        hydro discharge: 0.03797328764242016\n        nuclear: 0.10193877713604825\n        oil: 0.0012783940918923012\n        solar: 0.06290649370641835\n        unknown: 0.03905410407000422\n        wind: 0.27096274938468584\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06589342714295328\n        coal: 0.056309861715994815\n        gas: 0.11221310412513556\n        geothermal: 4.2501417654395745e-06\n        hydro: 0.15097814851642558\n        hydro discharge: 0.03221261763998207\n        nuclear: 0.10301244765672274\n        oil: 0.001391878206400795\n        solar: 0.11147260376627073\n        unknown: 0.03994096817220909\n        wind: 0.32657023348461944\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.8031\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 0.5664\n    - datetime: '2022-01-01'\n      value: 0.6858\n    - datetime: '2023-01-01'\n      value: 0.7743\n    - datetime: '2024-01-01'\n      value: 0.8268\n    - datetime: '2025-01-01'\n      value: 0.8259\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6911\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 0.4172\n    - datetime: '2022-01-01'\n      value: 0.5276\n    - datetime: '2023-01-01'\n      value: 0.6457\n    - datetime: '2024-01-01'\n      value: 0.7216\n    - datetime: '2025-01-01'\n      value: 0.7566\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Vilnius\nzone_name: Lithuania\n"
  },
  {
    "path": "config/zones/LU.yaml",
    "content": "bounding_box:\n  - - 5.715057150571539\n    - 49.44123852512671\n  - - 6.499864998649997\n    - 50.17538401843433\ncenter_point:\n  - 6.107461074610768\n  - 49.80831127178052\ncentroid:\n  - 6.059460594605974\n  - 49.770864604318106\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 23.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 51.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 68.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 107.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 109.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 81.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 96.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 70.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 72.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 68.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 36.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 33.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 100.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 136.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 170.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 236.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 258.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 300.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 415.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 544.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 3.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 124.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 154.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 167.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 152.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 208.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 211.0\ncontributors:\n  - corradio\n  - clawfire\ncountry: LU\ncountry_name: Luxembourg\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1117.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1135.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.21456749104754422\n        coal: 0.0\n        gas: 0.4185259175872011\n        geothermal: 0.0\n        hydro: 0.12695380722496372\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.08801161206682072\n        unknown: 0.0\n        wind: 0.15193416556120712\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.21383808181150302\n        coal: 0.0\n        gas: 0.37643582893432576\n        geothermal: 0.0\n        hydro: 0.13395062018265708\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.13791457605340535\n        unknown: 0.0\n        wind: 0.1378536517973234\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11949361258228737\n        coal: 0.24619929620596592\n        gas: 0.11917383792399038\n        geothermal: 0.00021149047279286727\n        hydro: 0.048811725292353\n        hydro discharge: 0.011250711587012676\n        nuclear: 0.11109822841835103\n        oil: 0.0023668356086947707\n        solar: 0.07757736732910861\n        unknown: 0.0537411980051304\n        wind: 0.21007476606940437\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10689735985685489\n        coal: 0.2861901370925146\n        gas: 0.12099645367848631\n        geothermal: 0.0002316182724108953\n        hydro: 0.04191275410730669\n        hydro discharge: 0.01380047844785475\n        nuclear: 0.1342198034284611\n        oil: 0.004028389255397037\n        solar: 0.08061427730124582\n        unknown: 0.010461015958252193\n        wind: 0.20064718518757826\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.12130442948327717\n        coal: 0.21786872624479392\n        gas: 0.14042448300594898\n        geothermal: 0.0002539578448686344\n        hydro: 0.046238415536040404\n        hydro discharge: 0.012937885975010697\n        nuclear: 0.13580854506331708\n        oil: 0.005708261417265883\n        solar: 0.08395579027309823\n        unknown: 0.008758374791303772\n        wind: 0.2267408333383561\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13891848224067577\n        coal: 0.1679189310601107\n        gas: 0.15027730950933207\n        geothermal: 0.00027308737947367084\n        hydro: 0.04779611447713042\n        hydro discharge: 0.015379140634962402\n        nuclear: 0.11966665457742459\n        oil: 0.005414645069716231\n        solar: 0.09457819546867892\n        unknown: 0.010150398770478557\n        wind: 0.2496268890642082\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13280293567482676\n        coal: 0.17599561236142008\n        gas: 0.13844431124680057\n        geothermal: 0.00021320598479395434\n        hydro: 0.044641474065421224\n        hydro discharge: 0.011706834051457293\n        nuclear: 0.17100004640680147\n        oil: 0.0035905817797903003\n        solar: 0.09746803520923078\n        unknown: 0.012354043022982947\n        wind: 0.21178230103017712\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.14364831214036705\n        coal: 0.21144270756387973\n        gas: 0.1059082087148619\n        geothermal: 0.00023459156461679812\n        hydro: 0.0349517736614453\n        hydro discharge: 0.01486160393393248\n        nuclear: 0.11480412906225274\n        oil: 0.0034688023068582905\n        solar: 0.12287417629418598\n        unknown: 0.013399141698691303\n        wind: 0.23440642564614153\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 4.282291526566592e-09\n        biomass: 0.11094511640676172\n        coal: 0.1418255149699116\n        gas: 0.12364743153025343\n        geothermal: 0.00020290781940330487\n        hydro: 0.051412517607043066\n        hydro discharge: 0.01634613625375909\n        nuclear: 0.10950967729903625\n        oil: 0.0034234437025814496\n        solar: 0.13024347942695616\n        unknown: 0.017965257833079337\n        wind: 0.29447828804861786\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.7619834046278622e-06\n        biomass: 0.1279883254730636\n        coal: 0.12563072239039516\n        gas: 0.10866990957159231\n        geothermal: 0.0002185262321011272\n        hydro: 0.0653388655606905\n        hydro discharge: 0.019872182246053884\n        nuclear: 0.10596921089194933\n        oil: 0.003925383953487722\n        solar: 0.14342245350969185\n        unknown: 0.01357305789447995\n        wind: 0.28538771464591317\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Brussels\nzone_name: Luxembourg\n"
  },
  {
    "path": "config/zones/LV.yaml",
    "content": "bounding_box:\n  - - 20.968409684096855\n    - 55.666448848495435\n  - - 28.164881648816504\n    - 58.074961256364304\ncenter_point:\n  - 24.740841980259933\n  - 56.78915450258365\ncentroid:\n  - 24.680533731112973\n  - 56.77200053236797\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 105.37\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 105.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 126.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 145.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 149.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 164.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 177.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 166.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1123.79\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1124.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1110.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1026.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1021.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1162.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1157.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1112.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1538.62\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1539.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1578.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1588.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1609.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1588.0\n  solar:\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 9.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 11.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 14.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 63.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 303.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 450.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 53.15\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 53.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 59.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 74.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 84.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 87.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 165.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 136.0\ncontributors:\n  - corradio\ncountry: LV\ncountry_name: Latvia\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 107.46\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 371.24\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 349.46\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 140.46\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1117.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1135.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 491.24\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 469.46\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.9\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09504488226252913\n        coal: 0.17656982454297007\n        gas: 0.22310568382372772\n        geothermal: 0.0\n        hydro: 0.2263664064858211\n        hydro discharge: 0.00012224239985325904\n        nuclear: 0.08229037657736865\n        oil: 0.00037894626480435744\n        solar: 8.876850431370061e-05\n        unknown: 0.16405280774188222\n        wind: 0.03200437266260717\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08189771321698394\n        coal: 0.1712809453959075\n        gas: 0.1990636745754738\n        geothermal: 9.417692144191098e-07\n        hydro: 0.2445436648455565\n        hydro discharge: 0.00029861780576549826\n        nuclear: 0.05388178070965694\n        oil: 0.0003854480877189986\n        solar: 0.0002979209245340262\n        unknown: 0.21724099587608078\n        wind: 0.03112948030331249\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08552327004877411\n        coal: 0.1496750955941263\n        gas: 0.14432210286145233\n        geothermal: 1.255033533359509e-08\n        hydro: 0.4085902566283227\n        hydro discharge: 0.00014812045208879298\n        nuclear: 0.03521523831372284\n        oil: 0.00023983551374329846\n        solar: 0.00036309793498135075\n        unknown: 0.14577450017930457\n        wind: 0.03014802090003997\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08364284473053937\n        coal: 0.1921991500947506\n        gas: 0.2598191640102835\n        geothermal: 4.12108574124939e-09\n        hydro: 0.22311662603962976\n        hydro discharge: 0.00012723165378483947\n        nuclear: 0.05077606500875387\n        oil: 0.00011405929006055935\n        solar: 0.000342903181272138\n        unknown: 0.15560803666667353\n        wind: 0.03425420093177749\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08545076868317923\n        coal: 0.09172167306413738\n        gas: 0.30249638623517294\n        geothermal: 2.7766739804536976e-08\n        hydro: 0.23721740431801513\n        hydro discharge: 0.0005150563633302783\n        nuclear: 0.07110788561554846\n        oil: 5.70662036462844e-05\n        solar: 0.0006316961072271966\n        unknown: 0.16465784439040873\n        wind: 0.04614484099430596\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0898126948383217\n        coal: 0.04995665509853091\n        gas: 0.2299055667647238\n        geothermal: 1.3993165637951246e-07\n        hydro: 0.33785316295911677\n        hydro discharge: 0.0027030312488021476\n        nuclear: 0.08003936534511286\n        oil: 8.987610386889827e-05\n        solar: 0.0031942242037972636\n        unknown: 0.1353622566783936\n        wind: 0.07108312963460697\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08234071697751133\n        coal: 0.08801770593874503\n        gas: 0.22938530378454994\n        geothermal: 1.2756384677520134e-07\n        hydro: 0.3217497601470483\n        hydro discharge: 0.0021879284636431955\n        nuclear: 0.07937004714847562\n        oil: 0.0001363739821282886\n        solar: 0.009580450902480473\n        unknown: 0.12337705730034124\n        wind: 0.0638544852699475\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09292585647902754\n        coal: 0.1208972666737497\n        gas: 0.14847820274402757\n        geothermal: 1.638179584595734e-07\n        hydro: 0.3427591864646696\n        hydro discharge: 0.0013120283601649686\n        nuclear: 0.09375931945238343\n        oil: 0.00016567161031385468\n        solar: 0.019948911229690062\n        unknown: 0.09372424322338604\n        wind: 0.08602829248306244\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05207846896817518\n        coal: 0.044920953181890606\n        gas: 0.17322255957064592\n        geothermal: 2.998181005129642e-07\n        hydro: 0.419517919416186\n        hydro discharge: 0.0018609230408060517\n        nuclear: 0.10488522082976239\n        oil: 0.00016141341077307233\n        solar: 0.03106417812141424\n        unknown: 0.06886946641476197\n        wind: 0.1034190407728183\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0572098363742417\n        coal: 0.03729788923696401\n        gas: 0.20700559779989314\n        geothermal: 5.341400395094179e-07\n        hydro: 0.38026295701865964\n        hydro discharge: 0.004528413161912937\n        nuclear: 0.06391930448041454\n        oil: 0.0002909681818672423\n        solar: 0.05284467820377226\n        unknown: 0.056288524620116846\n        wind: 0.14035237273662302\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.7664\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6684\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Riga\nzone_name: Latvia\n"
  },
  {
    "path": "config/zones/LY.yaml",
    "content": "bounding_box:\n  - - 9.286292862928661\n    - 19.495830245473655\n  - - 25.151651516515187\n    - 33.18127537705416\ncenter_point:\n  - 17.239798066171005\n  - 26.357581207474148\ncentroid:\n  - 16.397234781464054\n  - 29.556392561603673\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 9870.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 11040.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1680.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1840.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2320.0\ncountry: LY\ncountry_name: Libya\ncurrency: LYD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Tripoli\nzone_name: Libya\n"
  },
  {
    "path": "config/zones/MA.yaml",
    "content": "bounding_box:\n  - - -13.181145370926863\n    - 27.661588890001504\n  - - -1.04581045810454\n    - 35.92484053994865\ncenter_point:\n  - -6.462670406960019\n  - 31.706459352556955\ncentroid:\n  - -5.12783129851419\n  - 33.13633184283514\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2870.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4260.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4090.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 870.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1310.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 730.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 770.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 930.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1030.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1020.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1230.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1430.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1470.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1560.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1860.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2130.0\ncontributors:\n  - veqtrus\ncountry: MA\ncountry_name: Morocco\ncurrency: MAD\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010306354360311342\n        coal: 0.6460411407976566\n        gas: 0.02567974068347357\n        geothermal: 4.037909845698592e-09\n        hydro: 0.01992247514144871\n        hydro discharge: 0.0014164747707403162\n        nuclear: 0.011118840595286986\n        oil: 0.09302437212908383\n        solar: 0.04140740469202105\n        unknown: 0.029049155261980826\n        wind: 0.13130975196780073\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 7.114393621822565e-08\n        biomass: 0.0012889783243091681\n        coal: 0.6378568831495809\n        gas: 0.024544952734452185\n        geothermal: 3.976990223379074e-09\n        hydro: 0.022709171837901387\n        hydro discharge: 0.001755133500306001\n        nuclear: 0.013596236564253327\n        oil: 0.09184644052949957\n        solar: 0.04602936580239592\n        unknown: 0.028736370118761283\n        wind: 0.13163639894593068\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Casablanca\nzone_name: Morocco\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MC.yaml",
    "content": "bounding_box:\n  - - 7.408986027133928\n    - 43.72474953690665\n  - - 7.439894931523015\n    - 43.75193523970334\ncenter_point:\n  - 7.424440479328471\n  - 43.738342388305\ncentroid:\n  - 7.425942965977081\n  - 43.741162498204744\ncontributors:\n  - VIKTORVAV99\ncountry: MC\ncountry_name: Monaco\ncurrency: EUR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Monaco\nzone_name: Monaco\n"
  },
  {
    "path": "config/zones/MD.yaml",
    "content": "bounding_box:\n  - - 26.616866168661716\n    - 45.461397166669585\n  - - 30.08010080100803\n    - 48.47239544721391\ncenter_point:\n  - 28.38562455797984\n  - 47.37689507165253\ncentroid:\n  - 28.585295609053674\n  - 47.05489044893901\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1400.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1380.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\ncontributors:\n  - systemcatch\n  - alixunderplatz\n  - nessie2013\n  - lgrigoryeva1\n  - Impelon\n  - amv213\ncountry: MD\ncountry_name: Moldova\ncurrency: MDL\nemissionFactors:\n  direct: {}\n  lifecycle:\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 30.25\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008716840525174937\n        coal: 0.0002759540687300226\n        gas: 0.36011946526329647\n        geothermal: 0.0\n        hydro: 0.039104137983876366\n        hydro discharge: 2.3858050069220964e-07\n        nuclear: 0.0004465593454114519\n        oil: 1.9949104012681937e-07\n        solar: 6.200397193130872e-08\n        unknown: 0.5913300511917193\n        wind: 5.51026602728674e-06\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.668706478679991e-05\n        coal: 0.049875561622420454\n        gas: 0.14418947703396315\n        geothermal: 0.0\n        hydro: 0.05813120361191743\n        hydro discharge: 1.7660446909956088e-05\n        nuclear: 0.08100880514493031\n        oil: 2.1514889969846033e-05\n        solar: 5.2273214148959246e-05\n        unknown: 0.6646049520188871\n        wind: 0.0020508643741359417\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.752076413338968e-05\n        coal: 0.03185752474641683\n        gas: 0.137514741586081\n        geothermal: 0.0\n        hydro: 0.054742915370019116\n        hydro discharge: 1.8402523314646013e-05\n        nuclear: 0.05768666768360798\n        oil: 3.113340024380469e-05\n        solar: 4.256476721883176e-05\n        unknown: 0.7173731063676382\n        wind: 0.0006744606221912076\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.6294422812787053e-05\n        coal: 0.00827796891884842\n        gas: 0.14390752822067657\n        geothermal: 0.0\n        hydro: 0.04752883646506809\n        hydro discharge: 7.817757990955192e-06\n        nuclear: 0.017919731087051603\n        oil: 8.444850877930208e-06\n        solar: 1.1904731366333694e-05\n        unknown: 0.782278690801424\n        wind: 3.1097118203166375e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0020354116759184024\n        coal: 0.017005479788169443\n        gas: 0.47644842938527865\n        geothermal: 0.0\n        hydro: 0.05141278700063735\n        hydro discharge: 5.988680773354904e-06\n        nuclear: 0.04370886359227933\n        oil: 7.5715853938690655e-06\n        solar: 2.9846063469108084e-05\n        unknown: 0.40927774751756013\n        wind: 6.635470277233869e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006870542912627435\n        coal: 0.04423854872400527\n        gas: 0.7787398136540892\n        geothermal: 8.169075582929427e-07\n        hydro: 0.08042931896539458\n        hydro discharge: 5.141903285849323e-05\n        nuclear: 0.06090369533876274\n        oil: 2.4813139830241076e-05\n        solar: 0.004780137995374411\n        unknown: 0.002858624443269382\n        wind: 0.021101113594369576\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007870635692543104\n        coal: 0.03043987270663597\n        gas: 0.7315091612134699\n        geothermal: 4.031803000215851e-06\n        hydro: 0.09382730506225677\n        hydro discharge: 0.00011316678430182057\n        nuclear: 0.050292957840746645\n        oil: 1.5507354100469533e-05\n        solar: 0.004694752840160269\n        unknown: 0.058162651930965974\n        wind: 0.023068726144843687\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01627946161732906\n        coal: 0.045911160555555115\n        gas: 0.7159979552350164\n        geothermal: 1.0827751976462925e-05\n        hydro: 0.09547994957878478\n        hydro discharge: 0.00036125812601598594\n        nuclear: 0.07636866395881964\n        oil: 4.3548436912188026e-05\n        solar: 0.012678326413849667\n        unknown: 0.0027065851482313144\n        wind: 0.03416068856152983\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: MD.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\ntimezone: Europe/Chisinau\nzone_name: Moldova\n"
  },
  {
    "path": "config/zones/ME.yaml",
    "content": "bounding_box:\n  - - 18.437584375843784\n    - 41.85220626194868\n  - - 20.34560345603458\n    - 43.53229750784176\ncenter_point:\n  - 19.15218054929269\n  - 42.79053342375187\ncentroid:\n  - 19.201408042781598\n  - 42.800464800493536\ncan_have_zero_production: true\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 210.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 420.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 210.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 662.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 649.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 72.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 118.0\ncontributors:\n  - corradio\n  - nessie2013\n  - Pantkowsky\ncountry: ME\ncountry_name: Montenegro\ncurrency: EUR\nemissionFactors:\n  direct: {}\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012749064786441115\n        coal: 0.7125480452123912\n        gas: 0.012885756969304057\n        geothermal: 0.00011419068289716879\n        hydro: 0.2403041326573756\n        hydro discharge: 0.003764789259842393\n        nuclear: 0.01430228437740347\n        oil: 0.0011728765920777646\n        solar: 0.0015262645013469492\n        unknown: 0.007211730739030116\n        wind: 0.004889896472161038\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012459914329927494\n        coal: 0.7170603545838463\n        gas: 0.013571893038551533\n        geothermal: 0.00014043975645679094\n        hydro: 0.2384725738509071\n        hydro discharge: 0.0022666725296123166\n        nuclear: 0.011960235903613173\n        oil: 0.00142174655374278\n        solar: 0.0014960549482372963\n        unknown: 0.007741451203414012\n        wind: 0.00461733619729345\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017252352894054042\n        coal: 0.7592699003662353\n        gas: 0.013622989164626866\n        geothermal: 0.00012620460808098155\n        hydro: 0.1895606419634291\n        hydro discharge: 0.005421087732034137\n        nuclear: 0.017282173952505076\n        oil: 0.0009484601658165943\n        solar: 0.0022036485836303106\n        unknown: 0.0021684122216406713\n        wind: 0.007669405192060232\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002185397211059917\n        coal: 0.5838749959937793\n        gas: 0.02344035920156403\n        geothermal: 0.00027515105359789143\n        hydro: 0.33430334492720887\n        hydro discharge: 0.0021758776675706738\n        nuclear: 0.01622503742954775\n        oil: 0.002547254327099908\n        solar: 0.0023836402734302865\n        unknown: 0.0017297411142024718\n        wind: 0.030856854300239153\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010739454467849228\n        coal: 0.5299814475037016\n        gas: 0.004793216243180413\n        geothermal: 6.847324354980959e-05\n        hydro: 0.40151173475847596\n        hydro discharge: 0.00153711608754655\n        nuclear: 0.006836000979836344\n        oil: 8.047754403933617e-05\n        solar: 0.0004838050717408149\n        unknown: 0.0014085908848244148\n        wind: 0.05222424155141334\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008049784928441089\n        coal: 0.48456488779472867\n        gas: 0.06267581220321537\n        geothermal: 0.0008775489982885203\n        hydro: 0.30879220336481766\n        hydro discharge: 0.0030292192889958846\n        nuclear: 0.00942181318780328\n        oil: 0.00030101179322599423\n        solar: 0.02967799746874671\n        unknown: 0.011401202572390919\n        wind: 0.0812073317370202\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0032879012784574513\n        coal: 0.4381105607308502\n        gas: 0.03804574192748407\n        geothermal: 0.000584379840266285\n        hydro: 0.42986002693526426\n        hydro discharge: 0.006383657648346435\n        nuclear: 0.011060524069360814\n        oil: 0.0018680193549728103\n        solar: 0.0073297892699023875\n        unknown: 0.0035034479001890056\n        wind: 0.059964818588342725\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006110288242603766\n        coal: 0.4772048232892073\n        gas: 0.07504127516476422\n        geothermal: 0.0009835596348053983\n        hydro: 0.32239598468217817\n        hydro discharge: 0.00502436322924601\n        nuclear: 0.01553630706328073\n        oil: 0.00328016094089092\n        solar: 0.013629069150251808\n        unknown: 0.0067048464454354355\n        wind: 0.07408799032617241\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.6524788930484105e-08\n        biomass: 0.0038517441749623877\n        coal: 0.4599508511575991\n        gas: 0.028438101530406715\n        geothermal: 0.00033882433819938765\n        hydro: 0.42102866102248776\n        hydro discharge: 0.011397897423747382\n        nuclear: 0.0148580694021235\n        oil: 0.002157400338858157\n        solar: 0.00470261298547169\n        unknown: 0.002159008404187068\n        wind: 0.05111535046497391\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 5.975757652852559e-07\n        biomass: 0.007880042285881132\n        coal: 0.44580900443137933\n        gas: 0.07188227934921633\n        geothermal: 0.0015041692003238147\n        hydro: 0.3570482952154445\n        hydro discharge: 0.010369723380107441\n        nuclear: 0.02322687363298997\n        oil: 0.001645084665688161\n        solar: 0.014121937109883976\n        unknown: 0.005245002365897119\n        wind: 0.06126520397671881\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\ntimezone: Europe/Podgorica\nzone_name: Montenegro\n"
  },
  {
    "path": "config/zones/MG.yaml",
    "content": "bounding_box:\n  - - 43.22383223832239\n    - -25.584710075546695\n  - - 50.48510485104853\n    - -11.9436285117879\ncenter_point:\n  - 46.8079946111028\n  - -19.05016857783316\ncentroid:\n  - 47.02527388910254\n  - -17.62748621913637\ncountry: MG\ncountry_name: Madagascar\ncurrency: MGA\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Indian/Antananarivo\nzone_name: Madagascar\n"
  },
  {
    "path": "config/zones/MK.yaml",
    "content": "bounding_box:\n  - - 20.442804428044298\n    - 40.8490171960449\n  - - 23.00963009630098\n    - 42.36882716464663\ncenter_point:\n  - 21.724323687808077\n  - 41.593212096876016\ncentroid:\n  - 21.761443639720518\n  - 41.480223992543856\ncapacity:\n  biomass:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 7.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 824.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 251.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 506.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 644.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 165.0\n  solar:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 22.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 67.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 35.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 37.0\ncountry: MK\ncountry_name: North Macedonia\ncurrency: EUR\nemissionFactors:\n  direct: {}\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017925109549449913\n        coal: 0.5085706357746832\n        gas: 0.10677077511084236\n        geothermal: 8.955903735720778e-06\n        hydro: 0.25091375081801565\n        hydro discharge: 0.008707622314472065\n        nuclear: 0.08815379837729567\n        oil: 5.376277248125775e-05\n        solar: 0.010104459851096289\n        unknown: 0.002113953805239676\n        wind: 0.022808715123691918\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0021380348393398693\n        coal: 0.585985959328518\n        gas: 0.12519646713150492\n        geothermal: 4.6579101235585415e-05\n        hydro: 0.1542033616840566\n        hydro discharge: 0.005783717370746275\n        nuclear: 0.08810715189361547\n        oil: 4.5868763997498066e-05\n        solar: 0.01143414545719178\n        unknown: 0.001141400487018802\n        wind: 0.025916435680625256\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0016279888434563624\n        coal: 0.5152498969000772\n        gas: 0.11700911822080089\n        geothermal: 5.728168082690651e-05\n        hydro: 0.24179180933076866\n        hydro discharge: 0.0027594600005593365\n        nuclear: 0.09015845795957299\n        oil: 0.00016325227245251448\n        solar: 0.008152412390220964\n        unknown: 0.001278350259181442\n        wind: 0.021751809372201007\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0020711572665801253\n        coal: 0.5765435405808614\n        gas: 0.132372920000775\n        geothermal: 4.425396702381183e-05\n        hydro: 0.177560140274737\n        hydro discharge: 0.003645625714451785\n        nuclear: 0.07564704241179547\n        oil: 7.357216205219616e-05\n        solar: 0.00754755429833569\n        unknown: 0.002774293298200066\n        wind: 0.02171915292658826\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0030223645711199617\n        coal: 0.5327852390966615\n        gas: 0.14452110236846383\n        geothermal: 8.814084767180744e-05\n        hydro: 0.19311728256155541\n        hydro discharge: 0.005376222019080039\n        nuclear: 0.08212897992750005\n        oil: 0.00010584938435838958\n        solar: 0.00792500780291987\n        unknown: 0.0030112958224277546\n        wind: 0.02791794718329205\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002090520882539792\n        coal: 0.3961553658073497\n        gas: 0.24929921754273865\n        geothermal: 0.00015998534098630478\n        hydro: 0.18556444935827782\n        hydro discharge: 0.00266666637207234\n        nuclear: 0.09623840752912396\n        oil: 0.003710115058233197\n        solar: 0.017174613569574414\n        unknown: 0.0009979544842927462\n        wind: 0.04594202648785969\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0021727706797610535\n        coal: 0.480450362154064\n        gas: 0.16427491883065512\n        geothermal: 0.00012221437627917253\n        hydro: 0.147886580212612\n        hydro discharge: 0.0019232365389083932\n        nuclear: 0.09261424662521478\n        oil: 0.041729882765939044\n        solar: 0.023696735113227202\n        unknown: 0.00044394274611422386\n        wind: 0.04468416814267843\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0016444088909657753\n        coal: 0.4457710410975992\n        gas: 0.19414407475206896\n        geothermal: 5.55512103748395e-05\n        hydro: 0.1824306857322196\n        hydro discharge: 0.0016349044956779752\n        nuclear: 0.07054469491386146\n        oil: 0.038675823887515476\n        solar: 0.027671203365347962\n        unknown: 0.0004972561008812356\n        wind: 0.03692928432893524\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013473637429946349\n        coal: 0.41491839260155566\n        gas: 0.24522353434134636\n        geothermal: 0.00011883778116263703\n        hydro: 0.17023873652174956\n        hydro discharge: 0.0033244944141131664\n        nuclear: 0.04888889669048293\n        oil: 0.0002289793090195852\n        solar: 0.05043191890490814\n        unknown: 0.0005426887479083481\n        wind: 0.06473512851109808\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\ntimezone: Europe/Skopje\nzone_name: North Macedonia\n"
  },
  {
    "path": "config/zones/ML.yaml",
    "content": "bounding_box:\n  - - -12.263522635226309\n    - 10.162308008919425\n  - - 4.268044213572687\n    - 24.995481572532512\ncenter_point:\n  - -3.9382750479327058\n  - 17.6355562617122\ncentroid:\n  - -5.194825934229126\n  - 14.039643699712057\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 470.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 610.0\ncountry: ML\ncountry_name: Mali\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Bamako\nzone_name: Mali\n"
  },
  {
    "path": "config/zones/MM.yaml",
    "content": "bounding_box:\n  - - 92.18432184321844\n    - 9.987715903298508\n  - - 101.1592115921159\n    - 28.53884266693734\ncenter_point:\n  - 96.40290375955206\n  - 19.75868543584393\ncentroid:\n  - 96.90601844397696\n  - 19.148418582187293\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1400.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1730.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2730.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3040.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3260.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3270.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: MM\ncountry_name: Myanmar\ncurrency: MMK\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Yangon\nzone_name: Myanmar\n"
  },
  {
    "path": "config/zones/MN.yaml",
    "content": "bounding_box:\n  - - 87.80667806678068\n    - 41.59604243484914\n  - - 119.90459904599047\n    - 52.130243168255404\ncenter_point:\n  - 103.72665465197798\n  - 46.81891404665491\ncentroid:\n  - 103.29277632507599\n  - 47.64088239652732\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 910.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 960.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1150.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\ncontributors:\n  - q--\n  - alixunderplatz\n  - MuffinCompiler\n  - consideRatio\ncountry: MN\ncountry_name: Mongolia\ncurrency: MNT\nemissionFactors:\n  direct:\n    unknown:\n      - _url: https://www.iea.org/fuels-and-technologies/electricity\n        datetime: '2020-01-01'\n        source: IEA 2020; assumes 92.85% coal, 5.78%% oil, 1.37% hydro in unknown\n        value: 729.1\n  lifecycle:\n    unknown:\n      - _url: https://www.iea.org/fuels-and-technologies/electricity\n        datetime: '2020-01-01'\n        source: IEA 2020; assumes 92.85% coal, 5.78%% oil, 1.37% hydro in unknown\n        value: 799.2\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0008970047023211626\n        gas: 0.00023905248863756158\n        geothermal: 0.0\n        hydro: 0.021838461260731995\n        hydro discharge: 0.0\n        nuclear: 6.232263775723864e-05\n        oil: 9.31594030933825e-06\n        solar: 0.025727593324883617\n        unknown: 0.8876911885022577\n        wind: 0.06354042950942215\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    - _url: https://www.iea.org/fuels-and-technologies/electricity\n      datetime: '2020-01-01'\n      value: 0.0137\nisRenewable:\n  unknown:\n    - _url: https://www.iea.org/fuels-and-technologies/electricity\n      datetime: '2020-01-01'\n      value: 0.0137\nparsers:\n  consumption: MN.fetch_consumption\n  production: MN.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Ulaanbaatar\nzone_name: Mongolia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MO.yaml",
    "content": "bounding_box:\n  - - 113.52779759582114\n    - 22.07645485902869\n  - - 113.63042179357811\n    - 22.21674764489182\ncenter_point:\n  - 113.57910969469962\n  - 22.146601251960256\ncentroid:\n  - 113.55852235156526\n  - 22.17149743747339\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\ncontributors:\n  - VIKTORVAV99\ncountry: MO\ncountry_name: Macao\ncurrency: MOP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Macau\nzone_name: Macao\n"
  },
  {
    "path": "config/zones/MQ.yaml",
    "content": "bounding_box:\n  - - -61.17001170011696\n    - 14.461280839126246\n  - - -60.81000810008095\n    - 14.876294860684169\ncenter_point:\n  - -60.990009900098954\n  - 14.668787849905208\ncentroid:\n  - -61.03741037410369\n  - 14.649468231660267\ncapacity:\n  battery storage:\n    - datetime: '2021-10-25'\n      source: opendata-martinique.edf.fr\n      value: 12.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: opendata-martinique.edf.fr\n      value: 8.0\n    - datetime: '2018-09-26'\n      source: opendata-martinique.edf.fr\n      value: 44.5\n  gas:\n    - datetime: '2021-01-01'\n      source: opendata-martinique.edf.fr\n      value: 0\n  geothermal:\n    - datetime: '2021-01-01'\n      source: opendata-martinique.edf.fr\n      value: 0\n  hydro:\n    - datetime: '2021-01-01'\n      source: opendata-martinique.edf.fr\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      source: opendata-martinique.edf.fr\n      value: 428.0\n  solar:\n    - datetime: '2017-01-01'\n      source: null\n      value: 70.0\n    - datetime: '2020-01-01'\n      source: opendata-martinique.edf.fr\n      value: 79.0\n    - datetime: '2022-01-01'\n      source: opendata-martinique.edf.fr\n      value: 84.0\n  wind:\n    - datetime: '2019-01-14'\n      source: opendata-martinique.edf.fr\n      value: 14.0\ncontributors:\n  - PETILLON-Sebastien\n  - VIKTORVAV99\ncountry: MQ\ncountry_name: Martinique\ncurrency: EUR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018037581154105913\n        coal: 0.0\n        gas: 0.9293491860452057\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05180106897931069\n        unknown: 0.0\n        wind: 0.0008027475935538607\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015855763567265684\n        coal: 0.0\n        gas: 0.9346625886042824\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04902159431035597\n        unknown: 0.0\n        wind: 0.00045101715311000217\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05967459288642641\n        coal: 0.0\n        gas: 0.886303793757585\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.050158672766496736\n        unknown: 0.0\n        wind: 0.0038540488497428105\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1631953300607567\n        coal: 0.0\n        gas: 0.7549780567928813\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.051697067270874954\n        unknown: 0.0\n        wind: 0.03012954587548692\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.15125047240940298\n        coal: 0.0\n        gas: 0.768832000768264\n        geothermal: 0.0\n        hydro: 9.555521785338824e-06\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05221617533910009\n        unknown: 0.0\n        wind: 0.027691795961447635\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1689072850360248\n        coal: 0.0\n        gas: 0.7427632170828681\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05590676451155423\n        unknown: 0.0\n        wind: 0.0324227333695527\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.18470658572078466\n        coal: 0.0\n        gas: 0.7310544260016312\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.05736040412275236\n        unknown: 0.0\n        wind: 0.026878584154831818\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13640136542248113\n        coal: 0.0\n        gas: 0.053188842396340204\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.8073994932839522\n        solar: 0.003008907522797206\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  price: FR_O.fetch_price\n  production: FR_O.fetch_production\nregion: Americas\ntimezone: Europe/Paris\nzone_name: Martinique\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MR.yaml",
    "content": "bounding_box:\n  - - -17.080370803708007\n    - 14.73461766022129\n  - - -4.822248222482187\n    - 27.31536235784889\ncenter_point:\n  - -11.029922274992696\n  - 20.949763236203662\ncentroid:\n  - -13.251953353992638\n  - 18.658925825772442\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncountry: MR\ncountry_name: Mauritania\ncurrency: MRU\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Nouakchott\nzone_name: Mauritania\n"
  },
  {
    "path": "config/zones/MT.yaml",
    "content": "bounding_box:\n  - - 14.322743227432284\n    - 35.80158804420087\n  - - 14.549545495454964\n    - 35.97331798415587\ncenter_point:\n  - 14.436144361443624\n  - 35.88745301417837\ncentroid:\n  - 14.43995322316045\n  - 35.88166844223288\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 360.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: MT\ncountry_name: Malta\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1117.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1135.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Malta\nzone_name: Malta\n"
  },
  {
    "path": "config/zones/MU.yaml",
    "content": "bounding_box:\n  - - 57.37197371973721\n    - -20.50722818421054\n  - - 57.79677796777969\n    - -19.993469447178505\ncenter_point:\n  - 57.58437584375845\n  - -20.250348815694522\ncentroid:\n  - 57.569975699757\n  - -20.248202191445085\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 460.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: MU\ncountry_name: Mauritius\ncurrency: MUR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0962775649923246\n        coal: 0.31546804589565014\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0410783008152051\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.49293926960272944\n        solar: 0.04942187305033488\n        unknown: 0.0\n        wind: 0.004813870547433623\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09627858643865023\n        coal: 0.3154755924220831\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.041067954331140674\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.49294075209359883\n        solar: 0.04942291741728504\n        unknown: 0.0\n        wind: 0.004813099721722564\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Indian/Mauritius\nzone_name: Mauritius\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MV.yaml",
    "content": "bounding_box:\n  - - 73.07531291255368\n    - -0.702364251585757\n  - - 73.5538126436328\n    - 4.24016710592131\ncenter_point:\n  - 73.48630139921762\n  - 1.822984655278469\ncentroid:\n  - 73.37222347111515\n  - 1.4019136306608828\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - VIKTORVAV99\ncountry: MV\ncountry_name: Maldives\ncurrency: MVR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Indian/Maldives\nzone_name: Maldives\n"
  },
  {
    "path": "config/zones/MW.yaml",
    "content": "bounding_box:\n  - - 32.6757267572676\n    - -17.129872698428883\n  - - 35.9049590495905\n    - -9.407749731785735\ncenter_point:\n  - 34.17551417350189\n  - -13.353425614705001\ncentroid:\n  - 34.171465658318574\n  - -12.993116130752323\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\ncountry: MW\ncountry_name: Malawi\ncurrency: MWK\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Blantyre\nzone_name: Malawi\n"
  },
  {
    "path": "config/zones/MX.yaml",
    "content": "bounding_box:\n  - - -118.35658356583559\n    - 14.545714726270788\n  - - -86.74106741067405\n    - 32.713311290676785\ncenter_point:\n  - -101.83870131906288\n  - 23.864718112008\ncentroid:\n  - -103.84005941098609\n  - 24.40342302509869\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 870.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 880.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 890.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5380.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 34630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 35870.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 38890.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 41300.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 42790.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 43620.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 44280.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 45050.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 12630.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 13080.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 13300.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 12840.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1610.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1070.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2770.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6250.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 7160.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 8930.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 9360.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 10910.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 11990.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 18750.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 25240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 26000.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 26190.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 40000.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 39930.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4180.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6540.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 7000.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 7470.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 7630.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 7320.0\ncontributors:\n  - scriptator\n  - tuxity\n  - consideRatio\ncountry: MX\ncountry_name: Mexico\ncurrency: MXN\nemissionFactors:\n  direct:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014 values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris\n        value: 305\n  lifecycle:\n    unknown:\n      - comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014 values.\n        datetime: '2020-01-01'\n        source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris\n        value: 411\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: CENACE.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris:\n    link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020\ntimezone: America/Mexico_City\nzone_name: Mexico\nisRenewable:\n  unknown:\n    comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014 values.\n    source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris\n    value: 0.205\nisLowCarbon:\n  unknown:\n    comment: Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3% solar, 5.9% wind, 1.5% other renewables with default IPCC 2014 values.\n    source: IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris\n    value: 0.241\n"
  },
  {
    "path": "config/zones/MY-EM.yaml",
    "content": "bounding_box:\n  - - 109.52929529295292\n    - 0.851683097692529\n  - - 119.26739267392671\n    - 7.343074827991515\ncenter_point:\n  - 114.95590070053368\n  - 3.825095089397509\ncentroid:\n  - 114.85419187376294\n  - 3.8377512078982656\ncontributors:\n  - FelixDQ\ncountry: MY\ncountry_name: Malaysia\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022804945441936574\n        coal: 0.09418661349919273\n        gas: 0.37699350937835246\n        geothermal: 0.0\n        hydro: 0.465580200895034\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02078299218741535\n        unknown: 0.01965390575053909\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022805388587531967\n        coal: 0.09418625486650706\n        gas: 0.37699343530599927\n        geothermal: 0.0\n        hydro: 0.4655801527961035\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020783446545798098\n        unknown: 0.019653358093469513\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022805781185830046\n        coal: 0.09418593714117365\n        gas: 0.3769933696826919\n        geothermal: 0.0\n        hydro: 0.46558011018356626\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020783849077899607\n        unknown: 0.019652872904773803\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022804273462351057\n        coal: 0.09418548250848827\n        gas: 0.37699262626097485\n        geothermal: 0.0\n        hydro: 0.46557922636597665\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020782353892240597\n        unknown: 0.019652404231316332\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022804682975261305\n        coal: 0.0941852367688022\n        gas: 0.3769926087316251\n        geothermal: 0.0\n        hydro: 0.4655792355001515\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020782771174053322\n        unknown: 0.01965374114013072\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02280505263019803\n        coal: 0.09418665477246599\n        gas: 0.37699259290841075\n        geothermal: 0.0\n        hydro: 0.46558088357075256\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020783147841743718\n        unknown: 0.019653308101885626\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022805352314858973\n        coal: 0.09418623015829576\n        gas: 0.3769935527655242\n        geothermal: 0.0\n        hydro: 0.46558008691178554\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02078345704997193\n        unknown: 0.01965288452366619\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02280565946423087\n        coal: 0.09418598398317375\n        gas: 0.37699349648537583\n        geothermal: 0.0\n        hydro: 0.46558005666999724\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.020782275643506914\n        unknown: 0.019652527923841243\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Kuala_Lumpur\nzone_name: Borneo\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MY-WM.yaml",
    "content": "bounding_box:\n  - - 99.64359643596433\n    - 1.27099036774932\n  - - 104.29484294842948\n    - 6.701949718826185\ncenter_point:\n  - 102.27369841140032\n  - 3.742606580008735\ncentroid:\n  - 101.73300381445378\n  - 4.425161917753544\ncapacity:\n  coal: 12054\n  gas: 10114\n  hydro: 2160\n  solar: 729\ncontributors:\n  - kruschk\n  - systemcatch\n  - nessie2013\ncountry: MY\ncountry_name: Malaysia\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.537629454942522\n        gas: 0.3981806594897329\n        geothermal: 0.0\n        hydro: 0.05770777566482798\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0025736374311648063\n        solar: 0.0\n        unknown: 0.0039084672442364935\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5561588017943434\n        gas: 0.3999939852980534\n        geothermal: 0.0\n        hydro: 0.03901501077153826\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00033437833039713714\n        solar: 0.0002572683641030933\n        unknown: 0.004240541170555822\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5489750880876494\n        gas: 0.4101440049702471\n        geothermal: 0.0\n        hydro: 0.030445889562037594\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006558218180270748\n        solar: 0.00497116572704363\n        unknown: 0.004808027374481493\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6478341112925606\n        gas: 0.29903635116697885\n        geothermal: 0.0\n        hydro: 0.04379570387629063\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00020983390466730356\n        solar: 0.006936399223663924\n        unknown: 0.002187608293729164\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5902573377228035\n        gas: 0.3428093048824919\n        geothermal: 0.0\n        hydro: 0.05467037837006277\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0010995711048544508\n        solar: 0.008800484946642841\n        unknown: 0.0023629264682509302\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5536194403916342\n        gas: 0.37104495593966696\n        geothermal: 0.0\n        hydro: 0.05206502706677329\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.006586486805512659\n        solar: 0.01234763362391835\n        unknown: 0.004336458927809604\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5689015636769541\n        gas: 0.36492212789845835\n        geothermal: 0.0\n        hydro: 0.04610068595301885\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0015658970825036035\n        solar: 0.015793804800565803\n        unknown: 0.0027159367257052268\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5641919244422988\n        gas: 0.3641893165402599\n        geothermal: 0.0\n        hydro: 0.04800986443503138\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0008625210800064971\n        solar: 0.021171527148129823\n        unknown: 0.001574858961476563\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GSO.fetch_consumption\n  production: GSO.fetch_production\n  productionCapacity: MY_WM.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Kuala_Lumpur\nzone_name: Peninsula\n"
  },
  {
    "path": "config/zones/MY.yaml",
    "content": "bounding_box:\n  - - 99.64359643596433\n    - 0.851683097692529\n  - - 119.26739267392671\n    - 7.343074827991515\ncenter_point:\n  - 111.76221582194006\n  - 2.4672195703878406\ncentroid:\n  - 110.20276541887564\n  - 4.045986750545374\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 800.04\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 809.99\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 882.81\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 890.64\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 904.35\n  coal:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 10546.0\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 13170.0\n  gas:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 13839.95\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 15279.95\n    - datetime: '2022-01-01'\n      source: IRENA.org\n      value: 16121.95\n  hydro:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 6145.33\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 6165.33\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 6185.36\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 6197.36\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 6214.86\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 370.3\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 1313.72\n  solar:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 393.96\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 545.26\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 893.76\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 1482.95\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 1787.1\n    - datetime: '2022-01-01'\n      source: IRENA.org\n      value: 1933.25\n  unknown:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 974.92\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 31.5\ncountry: MY\ncountry_name: Malaysia\ncurrency: MYR\ndisclaimer: This zone is partially using fully estimated data from MY-EM\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005661003345309563\n        coal: 0.4275369995420649\n        gas: 0.39292891353732784\n        geothermal: 0.0\n        hydro: 0.15896247101735414\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001934824838111753\n        solar: 0.005159066994503822\n        unknown: 0.00781670611072085\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005776691633300244\n        coal: 0.4391249525314535\n        gas: 0.3941749865964774\n        geothermal: 0.0\n        hydro: 0.1470725345876711\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00024967834820161915\n        solar: 0.005456645718534151\n        unknown: 0.008144536136022649\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005922718158086157\n        coal: 0.43085082472743463\n        gas: 0.40154218852086876\n        geothermal: 0.0\n        hydro: 0.14345724305195873\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0004855021742446005\n        solar: 0.009078321026989364\n        unknown: 0.008663287725355838\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00636016222488809\n        coal: 0.49341517354401215\n        gas: 0.3207825283873505\n        geothermal: 0.0\n        hydro: 0.16143321001112665\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00015130391189839193\n        solar: 0.010798979035029962\n        unknown: 0.007058661860589683\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006558921094677964\n        coal: 0.447576263555627\n        gas: 0.3526410597052412\n        geothermal: 0.0\n        hydro: 0.17285687214608997\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0007833303550944976\n        solar: 0.012247843733914668\n        unknown: 0.0073356915270419085\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006618573636571874\n        coal: 0.42027307762519656\n        gas: 0.37277338469722965\n        geothermal: 0.0\n        hydro: 0.1720812812119634\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004674823306158039\n        solar: 0.01479717155669829\n        unknown: 0.00878167210324847\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006728828141438\n        coal: 0.42882293147211514\n        gas: 0.36848729704390126\n        geothermal: 0.0\n        hydro: 0.16987623425489765\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0011038503434041434\n        solar: 0.01726751385734568\n        unknown: 0.0077133577376431225\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006677430415575312\n        coal: 0.42656264715151715\n        gas: 0.367942522281158\n        geothermal: 0.0\n        hydro: 0.1702800197861696\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006099697246182323\n        solar: 0.02105938582460856\n        unknown: 0.006868112880627442\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: IRENA.fetch_production_capacity\nregion: Asia\nsubZoneNames:\n  - MY-WM\n  - MY-EM\ntimezone: Asia/Kuala_Lumpur\nzone_name: Malaysia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/MZ.yaml",
    "content": "bounding_box:\n  - - 30.213302133021358\n    - -26.85642468684171\n  - - 40.84420844208444\n    - -10.475337525172648\ncenter_point:\n  - 35.568162979898084\n  - -18.42016168090376\ncentroid:\n  - 35.21669624375571\n  - -17.531883501682522\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 660.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2190.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncountry: MZ\ncountry_name: Mozambique\ncurrency: MZN\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006391846142397455\n        coal: 0.0\n        gas: 0.1565248293372076\n        geothermal: 0.0\n        hydro: 0.8270095032266226\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.006442975204848462\n        solar: 0.003630665070320534\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006503774148449837\n        coal: 0.0\n        gas: 0.1575577949534047\n        geothermal: 0.0\n        hydro: 0.8259654510216987\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.006499783922426881\n        solar: 0.003473283673712482\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Maputo\nzone_name: Mozambique\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/NA.yaml",
    "content": "bounding_box:\n  - - 11.716317163171652\n    - -28.95920339566244\n  - - 25.259652596525996\n    - -16.95098734430909\ncenter_point:\n  - 16.36232295834883\n  - -22.92689159227441\ncentroid:\n  - 17.33432452315824\n  - -22.13859552069178\ncapacity:\n  coal: 120\n  hydro: 347\n  oil: 38\n  solar: 116\n  wind: 5\ncontributors:\n  - systemcatch\n  - jarek\n  - alixunderplatz\ncountry: NA\ncountry_name: Namibia\ncurrency: NAD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.01803505384488233\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8705440884693868\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00026907197874802605\n        solar: 0.09385330815488581\n        unknown: 0.0\n        wind: 0.01729765961938319\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.018176214280430668\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7852276548720167\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0020082363810398013\n        solar: 0.17650734047230604\n        unknown: 0.0\n        wind: 0.018079403291716912\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Africa\ntimezone: Africa/Windhoek\nzone_name: Namibia\n"
  },
  {
    "path": "config/zones/NC.yaml",
    "content": "bounding_box:\n  - - 163.99063990639902\n    - -22.39625752371554\n  - - 168.13788137881377\n    - -20.08362766565488\ncenter_point:\n  - 165.90945909459091\n  - -21.377326546649208\ncentroid:\n  - 166.170361703617\n  - -21.211440194928787\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 440.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 640.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: NC\ncountry_name: New Caledonia\ncurrency: XPF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Noumea\nzone_name: New Caledonia\n"
  },
  {
    "path": "config/zones/NE.yaml",
    "content": "bounding_box:\n  - - 0.153001530015331\n    - 11.696428805850758\n  - - 15.993037117916646\n    - 23.517173006086566\ncenter_point:\n  - 8.056598587736607\n  - 17.815544783954977\ncentroid:\n  - 7.178354807547548\n  - 15.189819495990177\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\ncountry: NE\ncountry_name: Niger\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Niamey\nzone_name: Niger\n"
  },
  {
    "path": "config/zones/NG.yaml",
    "content": "bounding_box:\n  - - 2.673026730267338\n    - 4.28055756546069\n  - - 14.668346683466865\n    - 13.873105794780372\ncenter_point:\n  - 8.64236105086071\n  - 9.06731066802872\ncentroid:\n  - 8.340337640664574\n  - 9.28808618747054\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10180.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10760.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10870.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 11000.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 11290.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 11340.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 11910.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2110.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2860.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\ncontributors:\n  - byronwilliams\n  - kruschk\n  - nessie2013\n  - silimotion\ncountry: NG\ncountry_name: Nigeria\ncurrency: NGN\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7589794653377564\n        geothermal: 0.0\n        hydro: 0.24102053466224352\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7469113807811417\n        geothermal: 0.0\n        hydro: 0.2530886192188585\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7589681476151471\n        geothermal: 0.0\n        hydro: 0.2410318523848529\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7515682967255825\n        geothermal: 0.0\n        hydro: 0.24843170327441758\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: NG.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Lagos\nzone_name: Nigeria\n"
  },
  {
    "path": "config/zones/NI.yaml",
    "content": "bounding_box:\n  - - -87.64827648276477\n    - 10.717568148107262\n  - - -83.13023130231296\n    - 15.030851806643668\ncenter_point:\n  - -85.20004029841722\n  - 12.915995902894023\ncentroid:\n  - -84.90224902249018\n  - 12.832867584423333\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\ncontributors:\n  - corradio\n  - systemcatch\n  - jarek\ncountry: NI\ncountry_name: Nicaragua\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.15740168150430836\n        coal: 0.0012825029623507783\n        gas: 0.0012825029623507783\n        geothermal: 0.16421381680433098\n        hydro: 0.19142518400551273\n        hydro discharge: 0.0\n        nuclear: 0.0012825029623507783\n        oil: 0.3254839175700778\n        solar: 0.004895350981291831\n        unknown: 0.0\n        wind: 0.15271465980856747\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.15740182841440722\n        coal: 0.001282504159368721\n        gas: 0.001282504159368721\n        geothermal: 0.1642139700725034\n        hydro: 0.19142536267128324\n        hydro discharge: 0.0\n        nuclear: 0.001282504159368721\n        oil: 0.32548422135891947\n        solar: 0.004894424506697263\n        unknown: 0.0\n        wind: 0.15271480234405727\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03218070499558109\n        coal: 0.00022395822795012\n        gas: 1.0758319411707935e-06\n        geothermal: 0.0847919689127955\n        hydro: 0.6059044652947044\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.21657026073444063\n        solar: 0.0023625302496715376\n        unknown: 0.002343851999422419\n        wind: 0.05562029971945963\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10386291708430231\n        coal: 0.0004769852956415748\n        gas: 3.1276305974275812e-06\n        geothermal: 0.1701197792107363\n        hydro: 0.15884417991659103\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.37548482113502385\n        solar: 0.004730768388714839\n        unknown: 0.009674816959096303\n        wind: 0.17680050847746434\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.13284131305441957\n        coal: 0.002653986180100358\n        gas: 2.3998571855576485e-06\n        geothermal: 0.17249536208298571\n        hydro: 0.0840275098540772\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4138613536463716\n        solar: 0.0072711349450261\n        unknown: 0.027713339026715113\n        wind: 0.15913296830255616\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11548791949118146\n        coal: 0.0020293464027453735\n        gas: 5.482586253552205e-05\n        geothermal: 0.1867303319845882\n        hydro: 0.27271942066307747\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22153664389537786\n        solar: 0.004901426440313182\n        unknown: 0.05710003338142398\n        wind: 0.13943951537522936\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.12788394090025143\n        coal: 0.0020242947368517288\n        gas: 0.001055034713907661\n        geothermal: 0.17120120445149872\n        hydro: 0.291270583785474\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.22692722667899734\n        solar: 0.0045443904456875\n        unknown: 0.021821153561803665\n        wind: 0.1532716073153324\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11566804363215112\n        coal: 0.001443377768950069\n        gas: 0.0002542485062434884\n        geothermal: 0.1495978322862986\n        hydro: 0.24483530331102016\n        hydro discharge: 0.0\n        nuclear: 5.552578037783488e-06\n        oil: 0.26988329840743425\n        solar: 0.004166527268651353\n        unknown: 0.09464817620122822\n        wind: 0.11949734220054986\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1342579952162413\n        coal: 0.009217063016496347\n        gas: 0.00019090349487930707\n        geothermal: 0.14421244673501518\n        hydro: 0.12871229436943246\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.42992534483857736\n        solar: 0.014719869046634181\n        unknown: 0.008594035720583669\n        wind: 0.1301696510646443\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.14313396992757216\n        coal: 0.0028705058094539875\n        gas: 2.5033967395602494e-05\n        geothermal: 0.15110165967611594\n        hydro: 0.16899569302693632\n        hydro discharge: 0.0\n        nuclear: 2.4491081750141027e-08\n        oil: 0.40724358111911807\n        solar: 0.011695191572445699\n        unknown: 4.012659652412689e-05\n        wind: 0.11489319131069319\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  price: NI.fetch_price\n  production: NI.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Managua\nzone_name: Nicaragua\ncurrency: USD\n"
  },
  {
    "path": "config/zones/NL.yaml",
    "content": "bounding_box:\n  - - 3.349833498335016\n    - 50.74924823445062\n  - - 7.194671946719495\n    - 53.46115020290665\ncenter_point:\n  - 5.942345089242051\n  - 52.31811804349822\ncentroid:\n  - 5.1619093032813215\n  - 51.90639365146702\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1164.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1172.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1243.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1280.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1340.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1335.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1201.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1088.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4608.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4631.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4662.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4012.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4006.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4012.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 19297.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 18433.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 15570.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 15496.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 18500.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 18530.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 18351.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 18718.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 37.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 38.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 37.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 38.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 37.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 38.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 486.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 485.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 486.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2911.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2584.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7226.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 11108.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 14823.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 14911.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 22590.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 24261.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 27259.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4202.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4632.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4484.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 6648.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 7674.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 7770.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 9410.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 10790.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 11706.0\ncontributors:\n  - corradio\n  - PaulCornelissen\n  - nessie2013\n  - VIKTORVAV99\ncountry: NL\ncountry_name: Netherlands\ncurrency: EUR\ndisclaimer: Solar production is collected from NED.nl and can contain their own estimations.\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n    coal:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 781.71\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 752.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 402.3363923\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 401.09\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 379.19\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 358.31\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 841.71\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 812.41\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 522.3363922999999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 521.0899999999999\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 499.19\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 478.31\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 36.5\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023504727838821585\n        coal: 0.260849511137503\n        gas: 0.23162716587852436\n        geothermal: 4.174416927459995e-05\n        hydro: 0.052004098647775575\n        hydro discharge: 0.002489857025228999\n        nuclear: 0.06765508415590223\n        oil: 0.0006671760796863028\n        solar: 0.013314183782546838\n        unknown: 0.30518069870201564\n        wind: 0.042665739438717286\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020066962191209885\n        coal: 0.2895318999761416\n        gas: 0.271483904229351\n        geothermal: 3.67963115037262e-05\n        hydro: 0.03626464462221321\n        hydro discharge: 0.001741945189944852\n        nuclear: 0.056911561078219784\n        oil: 0.0003994579250406276\n        solar: 0.02220679422296801\n        unknown: 0.26543238395471785\n        wind: 0.03592364544585461\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.017035708097567843\n        coal: 0.23058998032761252\n        gas: 0.27541181484912985\n        geothermal: 3.088117041144466e-05\n        hydro: 0.03684916619722084\n        hydro discharge: 0.0014283590461348229\n        nuclear: 0.044778610031970346\n        oil: 0.0003798630967996943\n        solar: 0.02457735836528646\n        unknown: 0.27051454584168244\n        wind: 0.09840371666530828\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028477536722064514\n        coal: 0.29532245085431286\n        gas: 0.36539903746634045\n        geothermal: 5.750975726474563e-05\n        hydro: 0.04134571772463802\n        hydro discharge: 0.0030159518432356443\n        nuclear: 0.06629369544660633\n        oil: 0.0009200768013634042\n        solar: 0.05054488036362917\n        unknown: 0.007648601047700721\n        wind: 0.14097454416961172\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0326021732723815\n        coal: 0.18311901381075105\n        gas: 0.46039204099387027\n        geothermal: 3.181607134367278e-05\n        hydro: 0.026117101539680602\n        hydro discharge: 0.001593049132739033\n        nuclear: 0.07505058920419061\n        oil: 0.0007003022642383256\n        solar: 0.06573836956792237\n        unknown: 0.008218302228841883\n        wind: 0.14643723980145107\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03770303012272856\n        coal: 0.12288033278141416\n        gas: 0.47453557169192156\n        geothermal: 2.5760781647221165e-05\n        hydro: 0.04443270953473291\n        hydro discharge: 0.0022477597707108144\n        nuclear: 0.05354004800921138\n        oil: 0.0004759276493644122\n        solar: 0.08702293326946153\n        unknown: 0.007333931652575619\n        wind: 0.16980198630281435\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0777042511821147\n        coal: 0.121185740837749\n        gas: 0.4434116221295523\n        geothermal: 1.7874229282024673e-05\n        hydro: 0.0291889583578759\n        hydro discharge: 0.003059789472039805\n        nuclear: 0.048522115895081624\n        oil: 0.00036579272822891227\n        solar: 0.09473053946573527\n        unknown: 0.020138390130161596\n        wind: 0.1616749111685565\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07025045035644747\n        coal: 0.1224512272081736\n        gas: 0.3860479360860906\n        geothermal: 1.3260648277397828e-05\n        hydro: 0.015580515646937531\n        hydro discharge: 0.0010361555978039986\n        nuclear: 0.045594964507815895\n        oil: 0.0002527331386378342\n        solar: 0.14332606937757839\n        unknown: 0.020954180762785355\n        wind: 0.1944924983806649\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.3098323041776004e-09\n        biomass: 0.055764161071383975\n        coal: 0.06951473119041207\n        gas: 0.3655548688116137\n        geothermal: 1.6092068624981302e-05\n        hydro: 0.025380932461973905\n        hydro discharge: 0.001341955000598989\n        nuclear: 0.04129926553992152\n        oil: 0.000312841199766102\n        solar: 0.16304723451557027\n        unknown: 0.017708957812043718\n        wind: 0.2600589492231277\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.082491525579194e-07\n        biomass: 0.04885965980728353\n        coal: 0.06170402220815202\n        gas: 0.3416571777655653\n        geothermal: 1.8549619757891096e-05\n        hydro: 0.030599419617910406\n        hydro discharge: 0.0016239415326786415\n        nuclear: 0.038063059672236305\n        oil: 0.00039676277208588854\n        solar: 0.1855771978122889\n        unknown: 0.01600895762532292\n        wind: 0.275490914569801\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: NED.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: NED.fetch_production_forecast\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Amsterdam\nzone_name: Netherlands\n"
  },
  {
    "path": "config/zones/NO-NO1.yaml",
    "content": "bounding_box:\n  - - 8.109081090810946\n    - 58.896402802482385\n  - - 12.872743374997839\n    - 62.628666830837716\ncenter_point:\n  - 10.436945085082657\n  - 61.02281488314449\ncentroid:\n  - 11.128606398302905\n  - 60.2622039006174\ncapacity:\n  biomass:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 33.61\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 33.7\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 5.6\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 6.6\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3558.39\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 3724.9100000000003\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3883.3999999999996\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3934.09\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3933.5299999999997\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3955.81\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4000.8999999999996\n  solar:\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 9.07\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 16.7\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 111.6\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 165.6\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 221.5\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 384.7\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 405.7\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003698518435261177\n        coal: 0.001706292282625254\n        gas: 0.011121394726468966\n        geothermal: 2.850256323791473e-07\n        hydro: 0.95075808874137\n        hydro discharge: 7.485151538622876e-06\n        nuclear: 0.018004812704355905\n        oil: 2.5758928726024836e-05\n        solar: 0.00030536426859985446\n        unknown: 0.003598138955017522\n        wind: 0.014102404231455097\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0006091120153680662\n        coal: 0.0028487877970473077\n        gas: 0.011410674222347655\n        geothermal: 9.591336899926512e-07\n        hydro: 0.9531424061009769\n        hydro discharge: 1.2197963079787459e-05\n        nuclear: 0.013842856186425629\n        oil: 3.3884747463243145e-05\n        solar: 0.00038074543167820104\n        unknown: 0.0034450678126587285\n        wind: 0.014273166794594757\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0014287438869453866\n        coal: 0.0018176506159486379\n        gas: 0.012049869498112476\n        geothermal: 9.63608322966253e-07\n        hydro: 0.927518684284436\n        hydro discharge: 1.394381647357198e-05\n        nuclear: 0.02948809034284649\n        oil: 0.0002416448506263541\n        solar: 0.0005331734514699057\n        unknown: 0.0051107723737893965\n        wind: 0.021796375544481425\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0016414730927959888\n        coal: 0.003880852870468317\n        gas: 0.01206092897442633\n        geothermal: 1.5538974701783807e-06\n        hydro: 0.9141196172562519\n        hydro discharge: 2.505962735772071e-05\n        nuclear: 0.03201378470601001\n        oil: 5.3192059411345575e-05\n        solar: 0.0007281378951052874\n        unknown: 0.00804903984259292\n        wind: 0.02742627547090668\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0018503326334677397\n        coal: 0.004068688972934016\n        gas: 0.014896899221554639\n        geothermal: 1.7248806608233373e-06\n        hydro: 0.858747820754413\n        hydro discharge: 2.451076969542843e-05\n        nuclear: 0.060399066895146035\n        oil: 0.00010264677211124205\n        solar: 0.0014023055871061204\n        unknown: 0.007299240156819544\n        wind: 0.05120665140537523\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0019167985702378348\n        coal: 0.0005272100445228915\n        gas: 0.00848466983530662\n        geothermal: 6.457300720133989e-07\n        hydro: 0.9083458329001869\n        hydro discharge: 0.01666014888051933\n        nuclear: 0.02000261102132487\n        oil: 1.8247602524772442e-05\n        solar: 0.0005004233798114392\n        unknown: 0.0027288375356259945\n        wind: 0.0408145344846104\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0033569952800068803\n        coal: 0.0024299214169089456\n        gas: 0.007534333161624685\n        geothermal: 3.0162929235683804e-06\n        hydro: 0.869839899669695\n        hydro discharge: 0.03259472203064946\n        nuclear: 0.027394596124533602\n        oil: 6.951681102099335e-05\n        solar: 0.0013982596084731857\n        unknown: 0.005167343769069182\n        wind: 0.05021130759395834\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004101106651193859\n        coal: 0.0031280623844478815\n        gas: 0.005360530375076971\n        geothermal: 3.824669717335912e-06\n        hydro: 0.8189755840963592\n        hydro discharge: 0.008958677400884546\n        nuclear: 0.058219469993101944\n        oil: 8.19895679463783e-05\n        solar: 0.0024687144661906545\n        unknown: 0.007575096285313371\n        wind: 0.09112681996046612\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005243828005976455\n        coal: 0.0023447889560945455\n        gas: 0.003382525210681411\n        geothermal: 4.632918570215509e-06\n        hydro: 0.8353362783803635\n        hydro discharge: 0.012051835103475404\n        nuclear: 0.04966436436325913\n        oil: 0.00011864854845221475\n        solar: 0.002207097836553305\n        unknown: 0.006172302924157986\n        wind: 0.08347361949365624\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.4449237324215755e-09\n        biomass: 0.005204035580781067\n        coal: 0.001200542914602875\n        gas: 0.0031159416168890703\n        geothermal: 2.3740096923686487e-06\n        hydro: 0.8369449207323263\n        hydro discharge: 0.012946899547286407\n        nuclear: 0.05205816564875175\n        oil: 7.782272527398661e-05\n        solar: 0.0033313057652980278\n        unknown: 0.004530321106530987\n        wind: 0.08058754580014128\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Oslo\nzone_name: Eastern Norway\n"
  },
  {
    "path": "config/zones/NO-NO2.yaml",
    "content": "bounding_box:\n  - - 5.167851678516797\n    - 58.01771794304598\n  - - 10.481504815048169\n    - 60.23017200279955\ncenter_point:\n  - 7.826481495335166\n  - 59.12044289080393\ncentroid:\n  - 6.884960944083798\n  - 59.23982941226397\ncapacity:\n  biomass:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 21.87\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 21.9\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 8.7\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 22.7\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 23.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 10110.68\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 10849.11\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 11018.449999999999\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 11042.74\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 11197.23\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 11202.560000000001\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 11225.48\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 11386.5\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 520.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 522.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 339.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 574.6\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 933.15\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1087.25\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1444.15\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1447.35\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1452.4\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 48.32\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 5.75\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 72.32\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 29.75\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0014016391519342366\n        coal: 0.005636085176702246\n        gas: 0.0028305017223367126\n        geothermal: 1.3176659713496978e-06\n        hydro: 0.9501925011096608\n        hydro discharge: 2.3139405001624644e-05\n        nuclear: 0.002440416127392211\n        oil: 9.148084462649126e-05\n        solar: 0.000414703166923486\n        unknown: 0.002665286103587044\n        wind: 0.03430284496380874\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001806950609360046\n        coal: 0.007889374376759217\n        gas: 0.0041445813571164575\n        geothermal: 2.949414926865057e-06\n        hydro: 0.9470743503199226\n        hydro discharge: 3.614014197535103e-05\n        nuclear: 0.0018337911478406427\n        oil: 9.588450809981063e-05\n        solar: 0.0007126528338973025\n        unknown: 0.0026983306414196653\n        wind: 0.03370480709271806\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005028003708025002\n        coal: 0.006218804412774124\n        gas: 0.004049006285343854\n        geothermal: 3.347861135245278e-06\n        hydro: 0.9246969708128215\n        hydro discharge: 3.946867901724925e-05\n        nuclear: 0.002548133371236703\n        oil: 0.0010402361775853962\n        solar: 0.0011930902242650134\n        unknown: 0.00664665556652238\n        wind: 0.04853617572033554\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004560936178693815\n        coal: 0.010845213596739485\n        gas: 0.006654479718719073\n        geothermal: 4.855966509203015e-06\n        hydro: 0.9007737648276934\n        hydro discharge: 7.038230413221327e-05\n        nuclear: 0.004254864644942774\n        oil: 0.00016614573521264627\n        solar: 0.0017948359785402285\n        unknown: 0.010670822690705099\n        wind: 0.060203689934690705\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0072755334728611554\n        coal: 0.015046755683726121\n        gas: 0.020284414633137265\n        geothermal: 7.292800425572996e-06\n        hydro: 0.8486603420605724\n        hydro discharge: 9.276296933766324e-05\n        nuclear: 0.010066027937635195\n        oil: 0.0004374128418797716\n        solar: 0.004091494368455699\n        unknown: 0.00152082530961674\n        wind: 0.0925171381994662\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002005613794991704\n        coal: 0.0018984984955813325\n        gas: 0.002262555365659837\n        geothermal: 2.2202872039008657e-06\n        hydro: 0.89321446069303\n        hydro discharge: 0.020392355271099248\n        nuclear: 0.0011603804471560376\n        oil: 6.66894228569823e-05\n        solar: 0.0009276019898797464\n        unknown: 0.000654686174074608\n        wind: 0.07741490036673222\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005826000189154672\n        coal: 0.007744433846975755\n        gas: 0.005900457407384369\n        geothermal: 1.0164177666734585e-05\n        hydro: 0.8066264376712622\n        hydro discharge: 0.06768840123511373\n        nuclear: 0.005991964717964482\n        oil: 0.00024248618954621963\n        solar: 0.0049652080900275675\n        unknown: 0.0007803077845418923\n        wind: 0.09422406031326465\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011122725770961177\n        coal: 0.015501044831442623\n        gas: 0.020649155424674836\n        geothermal: 1.823258781250292e-05\n        hydro: 0.7484733932869989\n        hydro discharge: 0.012652738011923983\n        nuclear: 0.01624249723530086\n        oil: 0.00041697994049120384\n        solar: 0.013875710116230868\n        unknown: 0.0015202246445246402\n        wind: 0.15952726418410515\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.0764603850609404e-09\n        biomass: 0.007968054767850064\n        coal: 0.008013492160703484\n        gas: 0.00890386564634423\n        geothermal: 1.53201842001873e-05\n        hydro: 0.8066596053287444\n        hydro discharge: 0.011298584715769845\n        nuclear: 0.006809331549277861\n        oil: 0.0004043968331219024\n        solar: 0.012434270067411166\n        unknown: 0.0009040348443875527\n        wind: 0.13658894567517932\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 4.1337925632898785e-08\n        biomass: 0.005970302378487454\n        coal: 0.004461654368724378\n        gas: 0.010274478133306642\n        geothermal: 1.0395722779532695e-05\n        hydro: 0.8209718925451418\n        hydro discharge: 0.017585613640037096\n        nuclear: 0.010013266588128539\n        oil: 0.00031219957989485906\n        solar: 0.014173657554839382\n        unknown: 0.0009148912252796965\n        wind: 0.11531147882892007\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.9094\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9887\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.8814\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9726\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Oslo\nzone_name: Southern Norway\n"
  },
  {
    "path": "config/zones/NO-NO3.yaml",
    "content": "bounding_box:\n  - - 4.915849158491596\n    - 60.961455330441254\n  - - 12.925676145774485\n    - 64.95274535156204\ncenter_point:\n  - 8.682747834267172\n  - 62.25785497399018\ncentroid:\n  - 8.687952888048368\n  - 63.11307283188927\ncapacity:\n  biomass:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4.2\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 18.84\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 19.4\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 180.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4003.33\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4475.65\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4570.37\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4699.97\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4851.26\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4854.35\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4815.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4921.5\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 52.7\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 60.3\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 60.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 53.459999999999994\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 53.4\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 355.95\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 319.6\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 508.6\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1902.3\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2125.6\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2120.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2120.4\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 7.68\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 31.68\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.620170800689298e-05\n        coal: 0.0002718565437094246\n        gas: 0.026779493221630285\n        geothermal: 0.0\n        hydro: 0.880547842975805\n        hydro discharge: 1.4067168038315273e-06\n        nuclear: 0.005986358438875013\n        oil: 3.829549281943457e-06\n        solar: 9.296767497856335e-05\n        unknown: 0.005270690574003915\n        wind: 0.08095880907174827\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.098251643413076e-05\n        coal: 0.00032205915315516523\n        gas: 0.02198881057766156\n        geothermal: 2.8972290222171775e-08\n        hydro: 0.9120144471174516\n        hydro discharge: 9.330664974291211e-07\n        nuclear: 0.0042031208722424045\n        oil: 3.6259019653391966e-06\n        solar: 7.273513304310624e-05\n        unknown: 0.0075467450201856055\n        wind: 0.053755988183445846\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.79775826645126e-05\n        coal: 9.329349991868588e-05\n        gas: 0.020093306090290957\n        geothermal: 6.179323814901182e-09\n        hydro: 0.9281269113541666\n        hydro discharge: 3.9045602355406843e-07\n        nuclear: 0.0008367978516901031\n        oil: 6.287461981661953e-06\n        solar: 3.0374466212146763e-05\n        unknown: 0.0018492004999675449\n        wind: 0.048895327881622326\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00014609595923795255\n        coal: 0.0003103402994691391\n        gas: 0.023466154297544502\n        geothermal: 2.5968894059472273e-08\n        hydro: 0.9018167592160906\n        hydro discharge: 1.0724765651128323e-06\n        nuclear: 0.0017612038059910359\n        oil: 3.0930115611132646e-06\n        solar: 7.108383975858261e-05\n        unknown: 0.015063263588319263\n        wind: 0.05736074009534123\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.901777360820838e-05\n        coal: 0.00013288607521434222\n        gas: 0.022561187863566083\n        geothermal: 9.48893450123549e-09\n        hydro: 0.8826974614808063\n        hydro discharge: 1.2107880423576487e-07\n        nuclear: 0.001567985317590977\n        oil: 2.196878115726041e-06\n        solar: 6.105825705640998e-05\n        unknown: 0.005508822559462927\n        wind: 0.08738904447028134\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000572896710959504\n        coal: 3.251600779786519e-05\n        gas: 0.010476434226755423\n        geothermal: 1.2027877116327438e-08\n        hydro: 0.8307160064221089\n        hydro discharge: 0.010521883306421623\n        nuclear: 0.0003316481476928204\n        oil: 6.751131026583787e-07\n        solar: 3.65057710361618e-05\n        unknown: 0.008534748804124343\n        wind: 0.13877648606003828\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0008820125043063828\n        coal: 3.105604144738829e-05\n        gas: 0.0003968745015182057\n        geothermal: 2.805458045468869e-08\n        hydro: 0.801833126776493\n        hydro discharge: 0.02522919683300985\n        nuclear: 0.0001984937390359643\n        oil: 9.326252421423538e-07\n        solar: 2.7556042977689836e-05\n        unknown: 0.00617144130079909\n        wind: 0.1652291458570789\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007430812321280147\n        coal: 9.607995695670895e-06\n        gas: 0.00528418907500024\n        geothermal: 3.678264881004133e-10\n        hydro: 0.769542552713135\n        hydro discharge: 0.0064540340012434845\n        nuclear: 7.680437767429489e-05\n        oil: 1.1733664970403184e-07\n        solar: 9.497647749240771e-06\n        unknown: 0.005163299221421157\n        wind: 0.21271676527142142\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00034835008209747285\n        coal: 4.2038992457815873e-05\n        gas: 0.007855474459098382\n        geothermal: 2.6949706252790576e-08\n        hydro: 0.7601083985215286\n        hydro discharge: 0.005698045588219242\n        nuclear: 0.0006257317546304181\n        oil: 8.376260051543018e-07\n        solar: 0.00012735375037931896\n        unknown: 0.0075760293131109996\n        wind: 0.21761760916997872\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007081639504655081\n        coal: 4.465689001285313e-05\n        gas: 0.007715427171405802\n        geothermal: 4.04199493087621e-08\n        hydro: 0.7369577416362177\n        hydro discharge: 0.0052390560531645185\n        nuclear: 0.0011090704696297975\n        oil: 1.2322719059175703e-06\n        solar: 0.0003611325736471347\n        unknown: 0.00822168167101805\n        wind: 0.23964172535285017\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9841\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9834\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Oslo\nzone_name: Central Norway\n"
  },
  {
    "path": "config/zones/NO-NO4.yaml",
    "content": "bounding_box:\n  - - 11.561515615156168\n    - 64.00790244344049\n  - - 31.07731077310774\n    - 71.16078268093528\ncenter_point:\n  - 19.203395969873394\n  - 68.8673186911011\ncentroid:\n  - 20.002831855688445\n  - 68.81589156318717\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 270.2\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 252.44\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 256.4\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5104.429999999999\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5272.389999999999\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 5304.209999999999\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 5344.879999999999\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 5473.23\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5487.150000000001\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5593.219999999999\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5636.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 77.28\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 77.3\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 208.65\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 226.05\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 654.45\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1150.75\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1159.95\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1160.1\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00030906521212729145\n        coal: 0.0004954836472521979\n        gas: 0.07487135437383471\n        geothermal: 0.0\n        hydro: 0.8627617094211997\n        hydro discharge: 1.3473375383031595e-06\n        nuclear: 0.013145688232457908\n        oil: 3.570605001229938e-06\n        solar: 2.6646034444964556e-05\n        unknown: 0.015295751604329198\n        wind: 0.03308956974049746\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0001759200306635756\n        coal: 0.0003431408087764014\n        gas: 0.07157172507807726\n        geothermal: 0.0\n        hydro: 0.895430460891778\n        hydro discharge: 3.1400091241426815e-07\n        nuclear: 0.004018669823432022\n        oil: 1.0633212715846808e-06\n        solar: 8.054429248470537e-06\n        unknown: 0.0028894593344144376\n        wind: 0.02556101081336615\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00015198075659689269\n        coal: 0.0002481714754414646\n        gas: 0.05873594805634324\n        geothermal: 0.0\n        hydro: 0.9106964290196109\n        hydro discharge: 0.0\n        nuclear: 0.0005870507891004019\n        oil: 3.038141785586984e-07\n        solar: 5.743510516063688e-06\n        unknown: 0.0012006319735257793\n        wind: 0.02837359276200133\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003070817610382767\n        coal: 0.0005191961547785951\n        gas: 0.06419593685697327\n        geothermal: 0.0\n        hydro: 0.885602664944183\n        hydro discharge: 3.4842372982678064e-09\n        nuclear: 0.0012853421078055903\n        oil: 4.897842144993601e-07\n        solar: 1.4364514884387232e-05\n        unknown: 0.003776901783114036\n        wind: 0.04429785435186965\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0002904371086460318\n        coal: 0.0004301799608317099\n        gas: 0.06587528929160398\n        geothermal: 0.0\n        hydro: 0.8828139977371126\n        hydro discharge: 0.0\n        nuclear: 0.0013755518698951711\n        oil: 4.810760647049809e-07\n        solar: 1.2932124703130168e-05\n        unknown: 0.0014275470633277844\n        wind: 0.04777329707109834\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00013508222487813347\n        coal: 0.00015627966156186925\n        gas: 0.04615699602289525\n        geothermal: 0.0\n        hydro: 0.8657785646657983\n        hydro discharge: 2.6669746762615308e-05\n        nuclear: 0.0006233745365541501\n        oil: 2.925432088350262e-07\n        solar: 1.8243334299056866e-05\n        unknown: 0.0053249718332522965\n        wind: 0.08177931783660669\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.196620234449039e-05\n        coal: 6.961434483311065e-05\n        gas: 0.0008459477936284631\n        geothermal: 0.0\n        hydro: 0.9041136791296683\n        hydro discharge: 7.307386507573657e-06\n        nuclear: 0.0002701283930972016\n        oil: 2.3747013950457472e-07\n        solar: 4.0162735003458277e-07\n        unknown: 0.009493624268615674\n        wind: 0.08512696428931002\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.903160021494866e-05\n        coal: 3.5378099385842735e-05\n        gas: 0.03133099596936502\n        geothermal: 0.0\n        hydro: 0.8683090855845057\n        hydro discharge: 1.3904162305699234e-07\n        nuclear: 0.00014477139753746286\n        oil: 2.528910356646342e-07\n        solar: 3.3839921151675656e-06\n        unknown: 0.009479892257082312\n        wind: 0.09066697954100136\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00013521783313232835\n        coal: 5.931792850547562e-05\n        gas: 0.047998858796066156\n        geothermal: 0.0\n        hydro: 0.8132648544113503\n        hydro discharge: 3.532237320890014e-05\n        nuclear: 0.0010473864934381534\n        oil: 1.0126771078699105e-07\n        solar: 4.226141286978266e-05\n        unknown: 0.01063245946457785\n        wind: 0.1267841759897007\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000442820258429374\n        coal: 0.00011720201087261334\n        gas: 0.05906903904580211\n        geothermal: 0.0\n        hydro: 0.7573575109193441\n        hydro discharge: 8.57926878892112e-06\n        nuclear: 0.0022867481004593977\n        oil: 1.644859808598513e-07\n        solar: 0.00021407875406779077\n        unknown: 0.010058740193573302\n        wind: 0.17044500247243927\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Oslo\nzone_name: Northern Norway\n"
  },
  {
    "path": "config/zones/NO-NO5.yaml",
    "content": "bounding_box:\n  - - 4.926649266492689\n    - 60.111501203936854\n  - - 9.60309603096033\n    - 61.83870910704472\ncenter_point:\n  - 7.598459867208756\n  - 60.81134941964953\ncentroid:\n  - 6.1910150943177955\n  - 60.5846601611768\ncapacity:\n  biomass:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 32.02\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 32.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 335.5\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 359.4\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 366.5\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 192.2\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 7276.740000000001\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 7577.44\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 7632.97\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 7809.87\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 7904.35\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 7925.77\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 7946.14\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 7996.4\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 469.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 449.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 482.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 1.21\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490.0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 25.21\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.779731372460524e-05\n        coal: 0.00010898332375316402\n        gas: 0.023063566715259283\n        geothermal: 4.83992693986162e-09\n        hydro: 0.9723139438270403\n        hydro discharge: 3.796653799491449e-07\n        nuclear: 0.00017362969011923567\n        oil: 1.8101326755082457e-06\n        solar: 8.992584254262891e-06\n        unknown: 0.0016478042147935869\n        wind: 0.0026530500491972657\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00010120790894433295\n        coal: 0.0004385945854377286\n        gas: 0.023472910714607168\n        geothermal: 1.1015147873126482e-07\n        hydro: 0.970727910913184\n        hydro discharge: 1.3358148940062225e-06\n        nuclear: 0.00023907435172477193\n        oil: 4.681133560225905e-06\n        solar: 2.804663562877939e-05\n        unknown: 0.0026009399243937296\n        wind: 0.002384551300142246\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00024603286277320355\n        coal: 0.00031005641642171185\n        gas: 0.030392744111626166\n        geothermal: 1.311204731537418e-07\n        hydro: 0.9648547042701802\n        hydro discharge: 2.4134745035167708e-06\n        nuclear: 0.00039371679270622153\n        oil: 3.887660757759307e-05\n        solar: 5.834799784092372e-05\n        unknown: 0.0009484764857948582\n        wind: 0.0027542547751058717\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000308379803985012\n        coal: 0.0006862081774205259\n        gas: 0.030906629253567092\n        geothermal: 2.3601038421557155e-07\n        hydro: 0.9627373922427601\n        hydro discharge: 3.3573808040290325e-06\n        nuclear: 0.0005184941114563287\n        oil: 9.908887108719937e-06\n        solar: 6.986853780336669e-05\n        unknown: 0.0018886970556263663\n        wind: 0.0028706368915540057\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0004439427518568844\n        coal: 0.0009422372374996915\n        gas: 0.030379934443229454\n        geothermal: 3.6807469282233713e-07\n        hydro: 0.959837030946996\n        hydro discharge: 4.241352998829699e-06\n        nuclear: 0.0011492997008063018\n        oil: 2.275079114147502e-05\n        solar: 0.00013456496175830092\n        unknown: 0.00044853078717322714\n        wind: 0.006636801346155232\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013120068650670415\n        coal: 0.0001120768964995111\n        gas: 0.02172189972942641\n        geothermal: 1.1226600234345852e-07\n        hydro: 0.9420629290770124\n        hydro discharge: 0.026873281130477177\n        nuclear: 0.0003164668834859804\n        oil: 4.13937224640592e-06\n        solar: 5.924152203661702e-05\n        unknown: 0.0010515158103495095\n        wind: 0.0064861737739534304\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00511589658321821\n        coal: 0.00035243826087446483\n        gas: 0.023631762757022022\n        geothermal: 5.928093790253827e-07\n        hydro: 0.8906054905729331\n        hydro discharge: 0.06566766248060525\n        nuclear: 0.0006876702579684656\n        oil: 1.3370070265331592e-05\n        solar: 0.0003263483901328861\n        unknown: 0.0004339802718978133\n        wind: 0.013164656695264737\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004909916716646425\n        coal: 0.0006696310943354995\n        gas: 0.011442325138188237\n        geothermal: 9.64675385636378e-07\n        hydro: 0.9349453082933554\n        hydro discharge: 0.019600429679937505\n        nuclear: 0.0025766209135553385\n        oil: 1.9125968111931476e-05\n        solar: 0.000796423300643228\n        unknown: 0.000769928529387511\n        wind: 0.02426923809957442\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004627946938812611\n        coal: 0.0005427304118956567\n        gas: 0.0029827012423814486\n        geothermal: 1.2490303268107974e-06\n        hydro: 0.9426022808495335\n        hydro discharge: 0.02761304038367376\n        nuclear: 0.0020738505431939173\n        oil: 2.607763846346776e-05\n        solar: 0.0006374133991371453\n        unknown: 0.0006338633653703705\n        wind: 0.01825878011095054\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0038557699594585736\n        coal: 0.0002237453667959168\n        gas: 0.0026935894404257563\n        geothermal: 6.3760865415571e-07\n        hydro: 0.9509556534349101\n        hydro discharge: 0.025570068860595048\n        nuclear: 0.0007940928606634206\n        oil: 1.7702044735170186e-05\n        solar: 0.0007275091951828923\n        unknown: 0.00041495388875751785\n        wind: 0.014746060245185884\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9975\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.995\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\ntimezone: Europe/Oslo\nzone_name: Western Norway\n"
  },
  {
    "path": "config/zones/NO.yaml",
    "content": "bounding_box:\n  - - 4.915849158491596\n    - 58.01771794304598\n  - - 31.07731077310774\n    - 71.16078268093528\ncenter_point:\n  - 12.88936927923287\n  - 64.42937585013483\ncentroid:\n  - 15.936502402407717\n  - 66.3606573055699\ncapacity:\n  biomass: 113.3\n  coal: 0\n  gas: 473.4\n  geothermal: 0\n  hydro: 33625\n  hydro storage: 1438\n  nuclear: 0\n  oil: 0\n  solar: 160\n  unknown: 112.6\n  wind: 5056\ncontributors:\n  - corradio\ncountry: 'NO'\ncountry_name: Norway\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: EU-ETS 2021\n      value: 0\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 9.44\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230\n    gas:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 490\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 33.44\n    oil:\n      datetime: '2014-01-01'\n      source: EIA 2020/BEIS 2021; IPCC 2014\n      value: 650\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005565487705269869\n        coal: 0.0021721437635602884\n        gas: 0.02245331654254779\n        geothermal: 4.665128836860338e-07\n        hydro: 0.9289487828510647\n        hydro discharge: 9.044961362296584e-06\n        nuclear: 0.008298630924655956\n        oil: 3.4054812103108166e-05\n        solar: 0.00021734158929004625\n        unknown: 0.005053657953297409\n        wind: 0.03225609136191832\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007063526478787031\n        coal: 0.003069574039270809\n        gas: 0.02152580119183406\n        geothermal: 1.0996896373749893e-06\n        hydro: 0.937660963362525\n        hydro discharge: 1.3518548955287977e-05\n        nuclear: 0.0056696719040754155\n        oil: 3.627509550487631e-05\n        solar: 0.0003093432996339349\n        unknown: 0.003812366925050104\n        wind: 0.027195053551086312\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001793211547308626\n        coal: 0.0022429621709352844\n        gas: 0.02058924464055746\n        geothermal: 1.1967314178776731e-06\n        hydro: 0.9289586546514083\n        hydro discharge: 1.4665028228916554e-05\n        nuclear: 0.008947882036814672\n        oil: 0.00034888876512215807\n        solar: 0.00047630501428480885\n        unknown: 0.0038045816138848453\n        wind: 0.032822379147906644\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017857934711154122\n        coal: 0.004196118010994991\n        gas: 0.02281490847971826\n        geothermal: 1.794519548704413e-06\n        hydro: 0.9099944390535454\n        hydro discharge: 2.6383028465519246e-05\n        nuclear: 0.010292580859570088\n        oil: 6.116290133456778e-05\n        solar: 0.0007050739864731984\n        unknown: 0.00869272510462031\n        wind: 0.041429006234932925\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0025760698823849315\n        coal: 0.005364991377164306\n        gas: 0.02715606122436144\n        geothermal: 2.51218388555383e-06\n        hydro: 0.8762799249489324\n        hydro discharge: 3.222955959975368e-05\n        nuclear: 0.01949345701602177\n        oil: 0.000149103242805717\n        solar: 0.0015111483193274676\n        unknown: 0.0037091453094843727\n        wind: 0.06372532511254035\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013360385776377236\n        coal: 0.0006982324860430046\n        gas: 0.014502436768264036\n        geothermal: 8.029203156670505e-07\n        hydro: 0.8880945168908582\n        hydro discharge: 0.015688997089427816\n        nuclear: 0.005191451544200216\n        oil: 2.3674679021954174e-05\n        solar: 0.0003939387414065657\n        unknown: 0.0033951001833768496\n        wind: 0.07067479019736485\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0033592323756670055\n        coal: 0.0028899224836683524\n        gas: 0.006846946820385037\n        geothermal: 3.7671501889807903e-06\n        hydro: 0.8462435901460417\n        hydro discharge: 0.0408952132625497\n        nuclear: 0.00901947349806991\n        oil: 8.881517372354873e-05\n        solar: 0.0018194982149506843\n        unknown: 0.004104130706521003\n        wind: 0.08472940146359499\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004797978378811616\n        coal: 0.00506420742303078\n        gas: 0.014303972418196904\n        geothermal: 6.0175309407321376e-06\n        hydro: 0.8121682906081245\n        hydro discharge: 0.00942316049009661\n        nuclear: 0.018829409982394654\n        oil: 0.00013572690146174636\n        solar: 0.004474577159637623\n        unknown: 0.004862366590551451\n        wind: 0.1259342835071249\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 5.901220256190837e-10\n        biomass: 0.004156982569670403\n        coal: 0.0028615646977531717\n        gas: 0.012509334335359943\n        geothermal: 5.5077563956093135e-06\n        hydro: 0.8219961253675099\n        hydro discharge: 0.010654795982082757\n        nuclear: 0.014848770719755357\n        oil: 0.00014336240077257015\n        solar: 0.0040742906143517305\n        unknown: 0.005008291128523429\n        wind: 0.12374095539638996\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.4716307958738403e-08\n        biomass: 0.0036940655852340095\n        coal: 0.0016079969869265405\n        gas: 0.01417637932600794\n        geothermal: 3.6006857297287837e-06\n        hydro: 0.8149208521628072\n        hydro discharge: 0.012411303554765154\n        nuclear: 0.01649414786584905\n        oil: 0.00010937784620686774\n        solar: 0.005032172878244702\n        unknown: 0.004538204352072401\n        wind: 0.12701186508811527\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9795\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.9498\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\nsubZoneNames:\n  - NO-NO1\n  - NO-NO2\n  - NO-NO3\n  - NO-NO4\n  - NO-NO5\ntimezone: Europe/Oslo\nzone_name: Norway\n"
  },
  {
    "path": "config/zones/NP.yaml",
    "content": "bounding_box:\n  - - 80.06396829477401\n    - 26.353579181009962\n  - - 88.17028170281705\n    - 30.413561178112758\ncenter_point:\n  - 84.1491471469872\n  - 28.38056009862413\ncentroid:\n  - 84.30693865487876\n  - 28.121175556033563\ncapacity:\n  biomass: 0\n  coal: 0\n  gas: 0\n  hydro: 1016\n  nuclear: 0\n  oil: 0\n  solar: 0.7804\n  wind: 0\ncontributors:\n  - Subarna578\ncountry: NP\ncountry_name: Nepal\ncurrency: NPR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Kathmandu\nzone_name: Nepal\n"
  },
  {
    "path": "config/zones/NZ-NZA.yaml",
    "content": "bounding_box:\n  - - 165.88785887858873\n    - -50.86049507125672\n  - - 166.24426244262438\n    - -50.552812262170676\ncenter_point:\n  - 166.06606066060655\n  - -50.7066536667137\ncentroid:\n  - 166.11826118261177\n  - -50.70236041821482\ncountry: NZ\ncountry_name: New Zealand\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Pacific/Auckland\nzone_name: Auckland Islands\n"
  },
  {
    "path": "config/zones/NZ-NZC.yaml",
    "content": "bounding_box:\n  - - -176.6627666276662\n    - -44.121526010855945\n  - - -176.2847628476284\n    - -43.70794307213099\ncenter_point:\n  - -176.4737647376473\n  - -43.914734541493466\ncentroid:\n  - -176.4652789385036\n  - -43.926080983954776\ncountry: NZ\ncountry_name: New Zealand\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Pacific/Auckland\nzone_name: Chatham Islands\n"
  },
  {
    "path": "config/zones/NZ-NZST.yaml",
    "content": "bounding_box:\n  - - 167.5222752227522\n    - -47.27277040903019\n  - - 168.1990819908199\n    - -46.683164281851354\ncenter_point:\n  - 167.86067860678605\n  - -46.977967345440774\ncentroid:\n  - 167.8881288812888\n  - -46.97510517977486\ncapacity:\n  biomass: 0\n  coal: 0\n  gas: 0\n  hydro: 0\n  nuclear: 0\n  oil: 1.096\n  solar: 0\n  wind: 0\ncontributors:\n  - madsnedergaard\ncountry: NZ\ncountry_name: New Zealand\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Oceania\ntimezone: Pacific/Auckland\nzone_name: Stewart Island\n"
  },
  {
    "path": "config/zones/NZ.yaml",
    "content": "bounding_box:\n  - - 166.4890648906489\n    - -46.681733199018396\n  - - 178.5635856358563\n    - -34.39731816090409\ncenter_point:\n  - 172.56697446725485\n  - -41.12631541536777\ncentroid:\n  - 173.21921104048826\n  - -40.32658932655313\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1320.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1420.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 990.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1010.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1040.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1050.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1280.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5430.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5440.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5680.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 360.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 910.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 990.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1060.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1260.0\ncontributors:\n  - BobGrun\n  - corradio\n  - davidcole1340\n  - drc38\ncountry: NZ\ncountry_name: New Zealand\ncurrency: NZD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 113.81\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 81.06\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 84.45\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 65.2\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 80.38\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 52.93\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 146.81\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 114.06\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 117.45\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 98.2\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 113.38\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 85.93\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 3.4270403248697153e-06\n        biomass: 0.0\n        coal: 0.023192838102588275\n        gas: 0.08781919346490825\n        geothermal: 0.188754441337166\n        hydro: 0.6064218109183618\n        hydro discharge: 0.0\n        nuclear: 0.00014187946944960614\n        oil: 0.00017383662047901625\n        solar: 0.0\n        unknown: 0.02568549588288227\n        wind: 0.06780630607976658\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 3.4270403248697153e-06\n        biomass: 0.0\n        coal: 0.02319283810258828\n        gas: 0.08781919346490825\n        geothermal: 0.188754441337166\n        hydro: 0.6064218109183618\n        hydro discharge: 0.0\n        nuclear: 0.00014187946944960612\n        oil: 0.00017383662047901625\n        solar: 0.0\n        unknown: 0.02568549588288227\n        wind: 0.06780630607976659\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 7.870902925206408e-07\n        biomass: 0.0\n        coal: 0.03293955383303492\n        gas: 0.07298338464636114\n        geothermal: 0.19069177589357655\n        hydro: 0.6002026989197703\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012812080872697096\n        solar: 0.0018571617083233218\n        unknown: 0.0219364688159811\n        wind: 0.07926016736578241\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 7.870902925206408e-07\n        biomass: 0.0\n        coal: 0.03293955383303492\n        gas: 0.07298338464636114\n        geothermal: 0.19069177589357655\n        hydro: 0.6002026989197703\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012812080872697096\n        solar: 0.0018571617083233218\n        unknown: 0.0219364688159811\n        wind: 0.07926016736578241\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 7.870895287405387e-07\n        biomass: 0.0\n        coal: 0.03294118350245695\n        gas: 0.0729871618176785\n        geothermal: 0.19068984176141987\n        hydro: 0.6002025537644248\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012812068440054325\n        solar: 0.0018571599061626644\n        unknown: 0.021936622437959224\n        wind: 0.0792567671860573\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 7.870894897132341e-07\n        biomass: 0.0\n        coal: 0.032941181869090536\n        gas: 0.0729871581986592\n        geothermal: 0.1906898323061924\n        hydro: 0.6002025240037852\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012812067804776533\n        solar: 0.0018572090959563432\n        unknown: 0.02193662135024656\n        wind: 0.07925676325616385\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 7.870895287405387e-07\n        biomass: 0.0\n        coal: 0.03294118350245695\n        gas: 0.0729871618176785\n        geothermal: 0.19068984176141987\n        hydro: 0.6002025537644248\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00012812068440054325\n        solar: 0.0018571599061626644\n        unknown: 0.021936622437959224\n        wind: 0.0792567671860573\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 6.0396195009503165e-06\n        biomass: 0.0\n        coal: 0.021692431737076304\n        gas: 0.07745045662586379\n        geothermal: 0.18773967083862436\n        hydro: 0.6198165043611087\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 6.783643069136958e-05\n        solar: 0.00019236172574681746\n        unknown: 0.025418318873807282\n        wind: 0.06761633126794162\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 4.327367258287025e-08\n        biomass: 0.0\n        coal: 0.037209063063544774\n        gas: 0.05994928881399571\n        geothermal: 0.18210292002669648\n        hydro: 0.6239158556053307\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 2.0997107165085022e-05\n        solar: 3.1548670996541563e-05\n        unknown: 0.020220760169479303\n        wind: 0.076549443453234\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.3593629838993124e-05\n        biomass: 0.0\n        coal: 0.04226846196193547\n        gas: 0.08250109184628247\n        geothermal: 0.20519043534047834\n        hydro: 0.5531997904739577\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0003913151033645173\n        solar: 0.0022427556771429237\n        unknown: 0.020886705386506124\n        wind: 0.09329579500153248\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.7847\n    - datetime: '2021-01-01'\n      value: 0.843\n    - datetime: '2022-01-01'\n      value: 0.8267\n    - datetime: '2023-01-01'\n      value: 0.8958\n    - datetime: '2024-01-01'\n      value: 0.8422\n    - datetime: '2025-01-01'\n      value: 0.8901\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.7847\n    - datetime: '2021-01-01'\n      value: 0.843\n    - datetime: '2022-01-01'\n      value: 0.8267\n    - datetime: '2023-01-01'\n      value: 0.8958\n    - datetime: '2024-01-01'\n      value: 0.8422\n    - datetime: '2025-01-01'\n      value: 0.8901\nparsers:\n  price: NZ.fetch_price\n  production: NZ.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Pacific/Auckland\nzone_name: New Zealand\n"
  },
  {
    "path": "config/zones/OM.yaml",
    "content": "bounding_box:\n  - - 51.97911979119792\n    - 16.642251076554743\n  - - 59.8019980199802\n    - 26.386494086168014\ncenter_point:\n  - 55.936697643349724\n  - 20.629164171585437\ncentroid:\n  - 56.60999049685969\n  - 21.551494014600596\ncapacity:\n  gas:\n    - datetime: '2020-01-01'\n      source: Climatescope\n      value: 10544\n    - datetime: '2021-01-01'\n      source: Climatescope\n      value: 9764\n    - datetime: '2022-01-01'\n      source: Climatescope\n      value: 9495\n    - datetime: '2023-01-01'\n      source: Climatescope\n      value: 9044\n  oil:\n    - datetime: '2020-01-01'\n      source: Climatescope\n      value: 150\n  solar:\n    - datetime: '2020-01-01'\n      source: Climatescope\n      value: 43\n    - datetime: '2021-01-01'\n      source: Climatescope\n      value: 329\n    - datetime: '2022-01-01'\n      source: Climatescope\n      value: 924\n    - datetime: '2023-01-01'\n      source: Climatescope\n      value: 1224\n  wind:\n    - datetime: '2020-01-01'\n      source: Climatescope\n      value: 49\ncontributors:\n  - q--\n  - nessie2013\n  - florianscheidl\ncountry: OM\ncountry_name: Oman\ncurrency: OMR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.46536307433008217\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.010270280212057826\n        solar: 0.02343339011432368\n        unknown: 0.5009331896190804\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9241263713007266\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.020394883822319847\n        solar: 0.05139963425427532\n        unknown: 0.004078967295063173\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.9999937203899146\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.9999933095505461\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.917233551645257\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.020242781393878737\n        solar: 0.05847499902621566\n        unknown: 0.004048538876343689\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GCCIA.fetch_consumption\nregion: Asia\nsources:\n  Climatescope:\n    link: https://www.global-climatescope.org/markets/om/\ntimezone: Asia/Muscat\nzone_name: Oman\n"
  },
  {
    "path": "config/zones/PA.yaml",
    "content": "bounding_box:\n  - - -83.0546305463054\n    - 7.218570621524137\n  - - -77.1685716857168\n    - 9.62422086372709\ncenter_point:\n  - -80.38106745074387\n  - 8.628309235992546\ncentroid:\n  - -80.40475052637844\n  - 8.451922150379353\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1650.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1770.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1790.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1840.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 500.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 650.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1160.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1120.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1090.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1040.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 650.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 780.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\ncontributors:\n  - paulotaviodr\n  - jarek\n  - systemcatch\n  - 7hibault\n  - nessie2013\n  - q--\n  - IV1T3\n  - r24mille\ncountry: PA\ncountry_name: Panama\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002707723640776714\n        coal: 0.16140501160661805\n        gas: 0.0360851216848254\n        geothermal: 0.000420518648516012\n        hydro: 0.5099593591587441\n        hydro discharge: 0.0\n        nuclear: 0.000420518648516012\n        oil: 0.0377237731575753\n        solar: 0.027295927115622134\n        unknown: 0.18399493820887403\n        wind: 0.03998279121143909\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002707723599827074\n        coal: 0.16140500916564626\n        gas: 0.03608512113910031\n        geothermal: 0.0004205186421563943\n        hydro: 0.5099593514464903\n        hydro discharge: 0.0\n        nuclear: 0.0004205186421563943\n        oil: 0.037723772587068445\n        solar: 0.02729594182608981\n        unknown: 0.18399493542626866\n        wind: 0.03998279060676849\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0028834291239132393\n        coal: 0.14518985377058863\n        gas: 0.0013729312039114695\n        geothermal: 4.448231555539313e-07\n        hydro: 0.6145281524163742\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.07118514385045442\n        solar: 0.012172256453139735\n        unknown: 0.09210956175196404\n        wind: 0.0605579290757788\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.3729741724825684e-05\n        coal: 0.0019021579130303356\n        gas: 0.0015896038069889683\n        geothermal: 8.77758998801364e-05\n        hydro: 0.7045147495577432\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0009424174629833568\n        solar: 0.01936463331265339\n        unknown: 0.21760299624903007\n        wind: 0.053941968121599404\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00013531081873512067\n        coal: 0.004496107096982775\n        gas: 0.001258044365624252\n        geothermal: 0.000248013781149604\n        hydro: 0.39681261608612317\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.002254339514280252\n        solar: 0.021218466499664808\n        unknown: 0.5209682742510083\n        wind: 0.05260872909295485\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012039063479129086\n        coal: 0.05470073405511751\n        gas: 0.007076952993787578\n        geothermal: 0.00026946528279804505\n        hydro: 0.5789172086453932\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.007694542370855447\n        solar: 0.023817421267229702\n        unknown: 0.27957041588298737\n        wind: 0.04674936227849298\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017652593520149369\n        coal: 0.16220829506858547\n        gas: 0.1136531808755579\n        geothermal: 0.0005859525611603872\n        hydro: 0.6089943299981692\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0334123037984747\n        solar: 0.042731688670345186\n        unknown: 0.0012551752047482345\n        wind: 0.03539383920062531\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004184380260142247\n        coal: 0.16203143771669612\n        gas: 0.09815799338460146\n        geothermal: 0.002121064718099994\n        hydro: 0.5825645630980334\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05943973570881244\n        solar: 0.04977154248515458\n        unknown: 0.0005788166946130226\n        wind: 0.04115039516369193\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0022195089546846246\n        coal: 0.14772223104889895\n        gas: 0.1901316126789326\n        geothermal: 0.0010360771645889582\n        hydro: 0.43100442336561373\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.11260410359966123\n        solar: 0.05685999293728491\n        unknown: 7.335938103307967e-05\n        wind: 0.05834838780743917\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0032106368364583876\n        coal: 0.0\n        gas: 0.16802822254974611\n        geothermal: 0.0006172196390771122\n        hydro: 0.6035499958185314\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.10061503469597771\n        solar: 0.07582387224209039\n        unknown: 0.0\n        wind: 0.04815485711912523\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: PA.fetch_consumption\n  production: PA.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Panama\nzone_name: Panama\n"
  },
  {
    "path": "config/zones/PE.yaml",
    "content": "bounding_box:\n  - - -81.33741337413369\n    - -18.337706609445718\n  - - -68.68328683286828\n    - -0.032726093075716\ncenter_point:\n  - -75.03004352182998\n  - -9.268566468684224\ncentroid:\n  - -74.55105220330144\n  - -8.063048545075539\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 7090.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 7200.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 7100.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 6530.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 6550.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 6690.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 6700.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 5230.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5390.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5410.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5500.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5520.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 450.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1220.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1250.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1830.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1840.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2060.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1980.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1010.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1150.0\ncontributors:\n  - corradio\n  - nessie2013\ncountry: PE\ncountry_name: Peru\ncurrency: PEN\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00457261818728674\n        coal: 0.0021124201525052257\n        gas: 0.3325344755952747\n        geothermal: 0.0\n        hydro: 0.6093742795707796\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0027363174444363\n        solar: 0.014901468437436316\n        unknown: 0.0013581966325900145\n        wind: 0.032410087147406105\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004572617925456112\n        coal: 0.002112420031546888\n        gas: 0.3325344565541681\n        geothermal: 0.0\n        hydro: 0.6093742446776739\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0027363172877532607\n        solar: 0.014901524906315976\n        unknown: 0.0013581965548189298\n        wind: 0.03241008529158672\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004989440858141621\n        coal: 0.015380875244147163\n        gas: 0.30717477214422273\n        geothermal: 0.0\n        hydro: 0.6239563634600269\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.017816316486832604\n        solar: 0.006496794362782947\n        unknown: 0.0\n        wind: 0.024185411084714944\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0035136222176400914\n        coal: 0.0009209222730078529\n        gas: 0.31640827280008504\n        geothermal: 0.0\n        hydro: 0.6296352500048135\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0020755738678866482\n        solar: 0.01574994505854727\n        unknown: 0.0\n        wind: 0.0316964065407236\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006040957041037882\n        coal: 0.0007341223774800803\n        gas: 0.3330601491793424\n        geothermal: 0.0\n        hydro: 0.6112602415058382\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0006229083363671159\n        solar: 0.015286402131175087\n        unknown: 0.0\n        wind: 0.03299522606177934\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0068179739738108355\n        coal: 0.00027762721379953045\n        gas: 0.3083053778549124\n        geothermal: 0.0\n        hydro: 0.6287631889774805\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0009672289313789042\n        solar: 0.016533189721410168\n        unknown: 0.0\n        wind: 0.03833534943749397\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007405765065298139\n        coal: 0.000552663012313259\n        gas: 0.33849820835074945\n        geothermal: 0.0\n        hydro: 0.6024394455061781\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005419490829972351\n        solar: 0.015539736948844685\n        unknown: 0.0\n        wind: 0.035022179623235734\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007209399179403766\n        coal: 0.0017711127552856468\n        gas: 0.3753430638301847\n        geothermal: 0.0\n        hydro: 0.5570495158338271\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.005593646886889595\n        solar: 0.015822853220799293\n        unknown: 0.0\n        wind: 0.0372103379265287\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006979070080912979\n        coal: 0.0\n        gas: 0.3941425191048746\n        geothermal: 0.0\n        hydro: 0.5223748840792997\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.015406352917966345\n        solar: 0.01768410110352372\n        unknown: 0.0\n        wind: 0.04341302859425622\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007320029105831322\n        coal: 0.0\n        gas: 0.34378473239714524\n        geothermal: 0.0\n        hydro: 0.5623771365162856\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001270293832835364\n        solar: 0.022634861767733317\n        unknown: 0.0\n        wind: 0.06261290684751358\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: PE.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Lima\nzone_name: Peru\n"
  },
  {
    "path": "config/zones/PF.yaml",
    "content": "bounding_box:\n  - - -149.60489604896043\n    - -17.86974252306834\n  - - -138.83718837188366\n    - -8.786659782281824\ncenter_point:\n  - -140.2268022680226\n  - -8.926905899911738\ncentroid:\n  - -144.47754477544768\n  - -13.492537164659796\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncontributors:\n  - autipial\ncountry: PF\ncountry_name: French Polynesia\ncurrency: XPF\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.268676684368378\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6614984662103188\n        solar: 0.0698236314028944\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.3460027205785064\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5259751744008679\n        solar: 0.12802333116592324\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.2871922962924065\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.6308824117719226\n        solar: 0.0819242574881353\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.3581810505035641\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.5455574648757916\n        solar: 0.09626067428950572\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: PF.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Tahiti\nzone_name: French Polynesia\n"
  },
  {
    "path": "config/zones/PG.yaml",
    "content": "bounding_box:\n  - - 140.84960849608493\n    - -11.635945702701854\n  - - 155.93375933759333\n    - -1.346460133731462\ncenter_point:\n  - 146.65096268127866\n  - -6.518236283438878\ncentroid:\n  - 148.9726910582177\n  - -6.664087795383831\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 150.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 320.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\ncountry: PG\ncountry_name: Papua New Guinea\ncurrency: PGK\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Port_Moresby\nzone_name: Papua New Guinea\n"
  },
  {
    "path": "config/zones/PH-LU.yaml",
    "content": "bounding_box:\n  - - 116.96336963369632\n    - 7.823918659865512\n  - - 124.4190441904419\n    - 18.64290487703049\ncenter_point:\n  - 121.17265964788953\n  - 16.186411339723\ncentroid:\n  - 121.48221482214818\n  - 13.40642968295266\ncapacity:\n  battery storage: 72\n  biomass: 175\n  coal: 8792\n  gas: 3731\n  hydro: 1806\n  hydro storage: 736\n  nuclear: 0\n  oil: 2357\n  solar: 960\n  wind: 337\ncontributors:\n  - VIKTORVAV99\n  - jarek\n  - systemcatch\n  - q--\n  - mathilde-daugy\n  - pierresegonne\n  - xomanuel\ncountry: PH\ncountry_name: Philippines\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 562.52\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 562.53\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 562.52\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 567.85\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 556.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 549.56\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 578.71\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 578.7\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 578.71\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 572.75\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 579.66\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 567.03\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 595.52\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 595.53\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 595.52\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 600.85\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 589.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 582.56\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 602.71\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 602.7\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 602.71\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 596.75\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 603.66\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 591.03\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 4.761311160831059e-07\n        biomass: 0.006289908466692412\n        coal: 0.604828087393628\n        gas: 0.21055732816857603\n        geothermal: 0.04473414882343369\n        hydro: 0.04761099066061167\n        hydro discharge: 0.010545611666890128\n        nuclear: 0.0\n        oil: 0.0029094208271492764\n        solar: 0.02055019275975529\n        unknown: 0.04049711565521398\n        wind: 0.01147657785277335\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 4.761311160831059e-07\n        biomass: 0.006289908466692412\n        coal: 0.604828087393628\n        gas: 0.21055732816857603\n        geothermal: 0.04473414882343369\n        hydro: 0.04761099066061167\n        hydro discharge: 0.010545611666890128\n        nuclear: 0.0\n        oil: 0.0029094208271492764\n        solar: 0.02055019275975529\n        unknown: 0.04049711565521398\n        wind: 0.01147657785277335\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.464411422089761e-07\n        biomass: 0.006155713096321846\n        coal: 0.6086640248677142\n        gas: 0.21705882000177\n        geothermal: 0.04447890387442539\n        hydro: 0.043535477491558\n        hydro discharge: 0.010305549657243509\n        nuclear: 0.0\n        oil: 0.0032841232143957567\n        solar: 0.02090369685912002\n        unknown: 0.03477992164017229\n        wind: 0.010833639500495023\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.4644121310579307e-07\n        biomass: 0.006155697389918645\n        coal: 0.6086645304724422\n        gas: 0.21705959523041563\n        geothermal: 0.044478880033176\n        hydro: 0.04353510199342311\n        hydro discharge: 0.010305543461106386\n        nuclear: 0.0\n        oil: 0.003284132784788004\n        solar: 0.020903722076008508\n        unknown: 0.03477910346823565\n        wind: 0.010833563175031254\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 3.464412030006809e-07\n        biomass: 0.006155697210367223\n        coal: 0.6086645131141941\n        gas: 0.21705958905734168\n        geothermal: 0.04447887881489745\n        hydro: 0.04353510072357681\n        hydro discharge: 0.010305543160510878\n        nuclear: 0.0\n        oil: 0.00328413268899533\n        solar: 0.020903750001844183\n        unknown: 0.03477910245378722\n        wind: 0.010833562859034291\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 3.9006595685411477e-07\n        biomass: 0.006171975554045922\n        coal: 0.6080932553422664\n        gas: 0.21604204119209475\n        geothermal: 0.044521672645213\n        hydro: 0.04436475354765222\n        hydro discharge: 0.010366521823641787\n        nuclear: 0.0\n        oil: 0.0032210807980299003\n        solar: 0.02083773898724136\n        unknown: 0.03548507797290176\n        wind: 0.010895775485667622\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.152895204828079e-05\n        biomass: 0.006646831033968585\n        coal: 0.613930634388525\n        gas: 0.2174848086934832\n        geothermal: 0.03893925624054278\n        hydro: 0.05077548177438068\n        hydro discharge: 0.012407461414081644\n        nuclear: 0.0\n        oil: 0.0023674156349578553\n        solar: 0.020471143922357854\n        unknown: 0.02418643924645213\n        wind: 0.012758888285265842\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 9.824669003734796e-05\n        biomass: 0.006327906309984232\n        coal: 0.5967251263784077\n        gas: 0.20058434759830127\n        geothermal: 0.04923497343763094\n        hydro: 0.044382822108081796\n        hydro discharge: 0.013148708054379397\n        nuclear: 0.0\n        oil: 0.0035165902591422628\n        solar: 0.020418652513402993\n        unknown: 0.054426137887670575\n        wind: 0.01113649280728119\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1358\n    - datetime: '2021-01-01'\n      value: 0.1358\n    - datetime: '2022-01-01'\n      value: 0.1358\n    - datetime: '2023-01-01'\n      value: 0.1322\n    - datetime: '2024-01-01'\n      value: 0.146\n    - datetime: '2025-01-01'\n      value: 0.148\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1129\n    - datetime: '2021-01-01'\n      value: 0.1129\n    - datetime: '2022-01-01'\n      value: 0.1129\n    - datetime: '2023-01-01'\n      value: 0.1211\n    - datetime: '2024-01-01'\n      value: 0.118\n    - datetime: '2025-01-01'\n      value: 0.1273\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1358\n    - datetime: '2021-01-01'\n      value: 0.1358\n    - datetime: '2022-01-01'\n      value: 0.1358\n    - datetime: '2023-01-01'\n      value: 0.1322\n    - datetime: '2024-01-01'\n      value: 0.146\n    - datetime: '2025-01-01'\n      value: 0.148\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1129\n    - datetime: '2021-01-01'\n      value: 0.1129\n    - datetime: '2022-01-01'\n      value: 0.1129\n    - datetime: '2023-01-01'\n      value: 0.1211\n    - datetime: '2024-01-01'\n      value: 0.118\n    - datetime: '2025-01-01'\n      value: 0.1273\nparsers:\n  production: IEMOP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Manila\nzone_name: Luzon\n"
  },
  {
    "path": "config/zones/PH-MI.yaml",
    "content": "bounding_box:\n  - - 119.81099810998111\n    - 5.07480853775256\n  - - 126.58266582665826\n    - 10.457111072508837\ncenter_point:\n  - 124.76318645902569\n  - 7.602095842199491\ncentroid:\n  - 124.33077130771296\n  - 7.610529898643097\ncapacity:\n  battery storage: 49\n  biomass: 79\n  coal: 2268\n  gas: 0\n  hydro: 1191\n  nuclear: 0\n  oil: 833\n  solar: 84\ncontributors:\n  - VIKTORVAV99\n  - jarek\n  - systemcatch\n  - q--\n  - mathilde-daugy\n  - pierresegonne\n  - xomanuel\ncountry: PH\ncountry_name: Philippines\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 475.14\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 475.13\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 475.14\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 457.32\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 489.78\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 463.64\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 508.14\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 508.13\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 508.14\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 490.32\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 522.78\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 496.64\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008187892651614619\n        coal: 0.6070814065569963\n        gas: 0.0\n        geothermal: 0.037653825448227325\n        hydro: 0.28282070523014696\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05295629726261812\n        solar: 0.00621001439259805\n        unknown: 0.005090291812708768\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008187892651614619\n        coal: 0.6070814065569963\n        gas: 0.0\n        geothermal: 0.037653825448227325\n        hydro: 0.28282070523014696\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05295629726261812\n        solar: 0.00621001439259805\n        unknown: 0.005090291812708768\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008405977894405761\n        coal: 0.609839200268249\n        gas: 0.0\n        geothermal: 0.038123692368657466\n        hydro: 0.2804145731928696\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.05291236291691265\n        solar: 0.006212459696210904\n        unknown: 0.00409197753416331\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008406000299883474\n        coal: 0.6098394766300451\n        gas: 0.0\n        geothermal: 0.0381237444376623\n        hydro: 0.2804143298591732\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.052912399320275846\n        solar: 0.0062124129100311915\n        unknown: 0.004091879748359524\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00840600014863049\n        coal: 0.6098394656569263\n        gas: 0.0\n        geothermal: 0.038123743751684445\n        hydro: 0.2804143248135508\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.052912398368199005\n        solar: 0.006212430924382884\n        unknown: 0.0040918796747324735\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008353456080517352\n        coal: 0.6093024593060532\n        gas: 0.0\n        geothermal: 0.03801753901893002\n        hydro: 0.28094684945321613\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.052929925671506214\n        solar: 0.006220632652462962\n        unknown: 0.004229430741768089\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 8.129819116037864e-06\n        biomass: 0.008800784576922944\n        coal: 0.5712072002860988\n        gas: 2.4357913504356402e-05\n        geothermal: 0.041251095279598325\n        hydro: 0.3146568187336453\n        hydro discharge: 2.360935382750289e-06\n        nuclear: 0.0\n        oil: 0.05623795336815585\n        solar: 0.006348602559981162\n        unknown: 0.0014392509591096777\n        wind: 2.301972659419526e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.0247952930802847e-05\n        biomass: 0.008013888435773548\n        coal: 0.6268067181735192\n        gas: 1.0319600982904481e-05\n        geothermal: 0.0363355851267171\n        hydro: 0.2630038986891826\n        hydro discharge: 1.004896410861563e-06\n        nuclear: 0.0\n        oil: 0.05175352747916385\n        solar: 0.006548497102706934\n        unknown: 0.007487106321175432\n        wind: 9.209647219998301e-06\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.3516\n    - datetime: '2021-01-01'\n      value: 0.3516\n    - datetime: '2022-01-01'\n      value: 0.3516\n    - datetime: '2023-01-01'\n      value: 0.3713\n    - datetime: '2024-01-01'\n      value: 0.3317\n    - datetime: '2025-01-01'\n      value: 0.367\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.3516\n    - datetime: '2021-01-01'\n      value: 0.3516\n    - datetime: '2022-01-01'\n      value: 0.3516\n    - datetime: '2023-01-01'\n      value: 0.3713\n    - datetime: '2024-01-01'\n      value: 0.3317\n    - datetime: '2025-01-01'\n      value: 0.367\nparsers:\n  production: IEMOP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Manila\nzone_name: Mindanao\n"
  },
  {
    "path": "config/zones/PH-VI.yaml",
    "content": "bounding_box:\n  - - 121.85221852218521\n    - 9.034614736548264\n  - - 125.71145711457112\n    - 12.57797583095308\ncenter_point:\n  - 122.49356734133593\n  - 11.176332268351882\ncentroid:\n  - 123.84336786481727\n  - 10.749264155358476\ncapacity:\n  battery storage: 35\n  biomass: 326\n  coal: 1412\n  gas: 1\n  hydro: 36\n  nuclear: 0\n  oil: 644\n  solar: 487\n  wind: 90\ncontributors:\n  - VIKTORVAV99\n  - jarek\n  - systemcatch\n  - q--\n  - mathilde-daugy\n  - pierresegonne\n  - xomanuel\ncountry: PH\ncountry_name: Philippines\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 505.67\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 505.67\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 505.67\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 532.37\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 516.89\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 512.14\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 538.67\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 538.67\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 538.67\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 565.37\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 549.89\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 545.14\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 9.378920345056573e-05\n        biomass: 0.016127332115117205\n        coal: 0.5699739364281273\n        gas: 0.0\n        geothermal: 0.165620590022002\n        hydro: 0.009991335985409525\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.016530347108162213\n        solar: 0.043787962521328036\n        unknown: 0.16745272961019966\n        wind: 0.010421744854709893\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 9.378920345056573e-05\n        biomass: 0.016127332115117205\n        coal: 0.5699739364281273\n        gas: 0.0\n        geothermal: 0.165620590022002\n        hydro: 0.009991335985409525\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.016530347108162213\n        solar: 0.043787962521328036\n        unknown: 0.16745272961019966\n        wind: 0.010421744854709893\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 9.794118771064168e-05\n        biomass: 0.013283501648178604\n        coal: 0.5715256324965561\n        gas: 0.0\n        geothermal: 0.16408931259445078\n        hydro: 0.009581115151322133\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.017613996187777183\n        solar: 0.04407446919581307\n        unknown: 0.16938605184144565\n        wind: 0.010348210688620438\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 9.794049963303521e-05\n        biomass: 0.0132831802627304\n        coal: 0.5715260108149666\n        gas: 0.0\n        geothermal: 0.16408914349839612\n        hydro: 0.009581075574950552\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.01761404447881478\n        solar: 0.04407439052271267\n        unknown: 0.16938624618137907\n        wind: 0.01034819915816119\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 9.794049336996999e-05\n        biomass: 0.013283179413302182\n        coal: 0.5715259742672189\n        gas: 0.0\n        geothermal: 0.1640891330052803\n        hydro: 0.009581074962263243\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.017614043352437953\n        solar: 0.04407445165191308\n        unknown: 0.16938623534952593\n        wind: 0.010348198496418128\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 9.611613959626994e-05\n        biomass: 0.013602224638471305\n        coal: 0.5714850367691399\n        gas: 0.0\n        geothermal: 0.16417701925399986\n        hydro: 0.009659466777591344\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.017440264787535447\n        solar: 0.04405388209058178\n        unknown: 0.16920316027642165\n        wind: 0.010282827366182653\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 7.701337421764941e-05\n        biomass: 0.01013930836087358\n        coal: 0.5865495134400206\n        gas: 0.002342928523179701\n        geothermal: 0.15594028372132154\n        hydro: 0.01942170395091625\n        hydro discharge: 0.00024257361816170238\n        nuclear: 0.0\n        oil: 0.01504180640622207\n        solar: 0.03963252956663404\n        unknown: 0.16174668582148882\n        wind: 0.0088650700558212\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.00014913766508564357\n        biomass: 0.018266246961030574\n        coal: 0.5678768555241009\n        gas: 0.0037261092170626925\n        geothermal: 0.14837629468762742\n        hydro: 0.047211540443841286\n        hydro discharge: 0.0004752102353493213\n        nuclear: 0.0\n        oil: 0.02277502308039646\n        solar: 0.04010653633275602\n        unknown: 0.1408642231758758\n        wind: 0.010172876605430417\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2859\n    - datetime: '2021-01-01'\n      value: 0.2859\n    - datetime: '2022-01-01'\n      value: 0.2859\n    - datetime: '2023-01-01'\n      value: 0.2533\n    - datetime: '2024-01-01'\n      value: 0.2606\n    - datetime: '2025-01-01'\n      value: 0.2763\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2859\n    - datetime: '2021-01-01'\n      value: 0.2859\n    - datetime: '2022-01-01'\n      value: 0.2859\n    - datetime: '2023-01-01'\n      value: 0.2533\n    - datetime: '2024-01-01'\n      value: 0.2606\n    - datetime: '2025-01-01'\n      value: 0.2763\nparsers:\n  production: IEMOP.fetch_production\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Manila\nzone_name: Visayas\n"
  },
  {
    "path": "config/zones/PH.yaml",
    "content": "bounding_box:\n  - - 116.96336963369632\n    - 5.07480853775256\n  - - 126.58266582665826\n    - 18.64290487703049\ncenter_point:\n  - 122.49354924396717\n  - 11.176317324049073\ncentroid:\n  - 122.8426572175011\n  - 11.18654173327182\ncapacity:\n  battery storage: 156\n  biomass: 579\n  coal: 12473\n  gas: 3732\n  geothermal: 1952\n  hydro: 3034\n  hydro storage: 736\n  nuclear: 0\n  oil: 3834\n  solar: 1531\n  wind: 427\ncontributors:\n  - xomanuel\ncountry: PH\ncountry_name: Philippines\ncurrency: PHP\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 544.52\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 544.52\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 544.52\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 547.8\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 542.94\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 533.9\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 556.06\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 556.05\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 556.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 550.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 559.51\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 545.43\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 577.52\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 577.52\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 577.52\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 580.8\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 575.94\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 566.9\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 580.06\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 580.05\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 580.06\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 574.05\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 583.51\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 569.43\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 1.272972036029259e-05\n        biomass: 0.00789196651300694\n        coal: 0.60058174488414\n        gas: 0.14921320146498063\n        geothermal: 0.05957937548101499\n        hydro: 0.08008859087341884\n        hydro discharge: 0.0074732353982157225\n        nuclear: 0.0\n        oil: 0.012677421147728015\n        solar: 0.021337452135853315\n        unknown: 0.051634414421518664\n        wind: 0.009510041835263093\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.272972036029259e-05\n        biomass: 0.00789196651300694\n        coal: 0.60058174488414\n        gas: 0.14921320146498063\n        geothermal: 0.05957937548101499\n        hydro: 0.08008859087341884\n        hydro discharge: 0.0074732353982157225\n        nuclear: 0.0\n        oil: 0.012677421147728015\n        solar: 0.021337452135853315\n        unknown: 0.051634414421518664\n        wind: 0.009510041835263093\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.3300578404323148e-05\n        biomass: 0.007458465170360657\n        coal: 0.6039106815977704\n        gas: 0.15396352519484027\n        geothermal: 0.05938243857407482\n        hydro: 0.07637695433792842\n        hydro discharge: 0.007309902238880456\n        nuclear: 0.0\n        oil: 0.013016258785221767\n        solar: 0.021667935030871374\n        unknown: 0.04784007560110502\n        wind: 0.009060457420378224\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.3300497575728382e-05\n        biomass: 0.007458415280283161\n        coal: 0.6039111299925505\n        gas: 0.1539640820918178\n        geothermal: 0.05938242128380134\n        hydro: 0.07637660731099527\n        hydro discharge: 0.0073098981768682705\n        nuclear: 0.0\n        oil: 0.013016272393122806\n        solar: 0.021667939734554012\n        unknown: 0.04783952456439076\n        wind: 0.009060403386673374\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.3300497149230039e-05\n        biomass: 0.0074584150411190426\n        coal: 0.6039111109078491\n        gas: 0.15396407726696096\n        geothermal: 0.059382419379624136\n        hydro: 0.07637660491798089\n        hydro discharge: 0.007309897942466554\n        nuclear: 0.0\n        oil: 0.013016271975738524\n        solar: 0.02166797064276735\n        unknown: 0.047839523030352056\n        wind: 0.009060403096139352\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.306506802005823e-05\n        biomass: 0.007503450844692636\n        coal: 0.6034221756668612\n        gas: 0.1532195564315638\n        geothermal: 0.059386026309315554\n        hydro: 0.07712951257003922\n        hydro discharge: 0.0073520591954795884\n        nuclear: 0.0\n        oil: 0.012962295065992396\n        solar: 0.02161191327767193\n        unknown: 0.048306893304553844\n        wind: 0.009093011964637352\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.461297305828186e-05\n        biomass: 0.00744516132556792\n        coal: 0.6040014995262041\n        gas: 0.15625630493903678\n        geothermal: 0.05575488324019781\n        hydro: 0.08386567821371473\n        hydro discharge: 0.00892988361578852\n        nuclear: 0.0\n        oil: 0.011811070038675283\n        solar: 0.021163900778911664\n        unknown: 0.0403371629146604\n        wind: 0.010399800612539627\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 9.557677670278338e-05\n        biomass: 0.008253137539945636\n        coal: 0.5970143201508179\n        gas: 0.14385229387123766\n        geothermal: 0.06133333856978963\n        hydro: 0.07639293669113786\n        hydro discharge: 0.009462392847536688\n        nuclear: 0.0\n        oil: 0.013204871989751846\n        solar: 0.021186116587224194\n        unknown: 0.05981327473921477\n        wind: 0.009391697715065647\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1856\n    - datetime: '2021-01-01'\n      value: 0.1856\n    - datetime: '2022-01-01'\n      value: 0.1856\n    - datetime: '2023-01-01'\n      value: 0.1825\n    - datetime: '2024-01-01'\n      value: 0.1896\n    - datetime: '2025-01-01'\n      value: 0.1965\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1697\n    - datetime: '2021-01-01'\n      value: 0.1697\n    - datetime: '2022-01-01'\n      value: 0.1697\n    - datetime: '2023-01-01'\n      value: 0.1765\n    - datetime: '2024-01-01'\n      value: 0.1686\n    - datetime: '2025-01-01'\n      value: 0.1827\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1856\n    - datetime: '2021-01-01'\n      value: 0.1856\n    - datetime: '2022-01-01'\n      value: 0.1856\n    - datetime: '2023-01-01'\n      value: 0.1825\n    - datetime: '2024-01-01'\n      value: 0.1896\n    - datetime: '2025-01-01'\n      value: 0.1965\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1697\n    - datetime: '2021-01-01'\n      value: 0.1697\n    - datetime: '2022-01-01'\n      value: 0.1697\n    - datetime: '2023-01-01'\n      value: 0.1765\n    - datetime: '2024-01-01'\n      value: 0.1686\n    - datetime: '2025-01-01'\n      value: 0.1827\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\nsubZoneNames:\n  - PH-LU\n  - PH-MI\n  - PH-VI\ntimezone: Asia/Manila\nzone_name: Philippines\n"
  },
  {
    "path": "config/zones/PK.yaml",
    "content": "bounding_box:\n  - - 60.84600846008462\n    - 23.69605836020635\n  - - 77.049770497705\n    - 37.02230170071432\ncenter_point:\n  - 69.19541996790124\n  - 30.41085277986934\ncentroid:\n  - 69.40598196474166\n  - 29.868529783303504\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 430.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2480.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3140.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5120.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5150.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 6140.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 7790.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 8450.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 12690.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 16420.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 16150.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 16130.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 17390.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 7410.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 9910.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 9920.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10040.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 10640.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 11530.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1140.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2290.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3620.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 660.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 760.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1240.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1400.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4100.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3890.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 790.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1190.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1240.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1340.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1850.0\ncountry: PK\ncountry_name: Pakistan\ncurrency: PKR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Karachi\nzone_name: Pakistan\n"
  },
  {
    "path": "config/zones/PL.yaml",
    "content": "bounding_box:\n  - - 14.124741247412487\n    - 48.99330959841075\n  - - 24.129241292412956\n    - 54.83785188821257\ncenter_point:\n  - 19.17087591202222\n  - 52.06702570012759\ncentroid:\n  - 18.762998761473526\n  - 51.788526561557816\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 500.58\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 602.51\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 849.38\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 880.15\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 879.91\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 646.69\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 663.6\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 662.3\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 636.39\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 26307.89\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 28635.399999999998\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 30274.52\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 29962.769999999997\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 28521.47\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 26632.85\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 26567.88\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 26387.51\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 25482.87\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1595.87\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2297.87\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2377.93\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2811.52\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2826.93\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4091.59\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4067.6600000000003\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5435.99\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5724.58\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 552.0699999999999\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 612.47\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 591.94\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 604.78\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 603.76\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 785.27\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 791.5799999999999\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 788.49\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 789.9200000000001\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1770.12\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1780.02\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1793.88\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1591.21\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1588.81\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1524.77\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 345.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 415.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 358.91\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 392.54\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 186.55\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 231.02\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 430.13\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1309.82\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3472.78\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 6664.08\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 10643.2\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 14608.7\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 17705.36\n  unknown:\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1524.25\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1519.67\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1642.76\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1803.73\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6026.06\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5791.32\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 5807.67\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 5953.34\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 6570.27\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 7950.21\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 8977.73\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 9582.93\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 10292.56\ncontributors:\n  - corradio\n  - wojciej\n  - nessie2013\n  - filipc\n  - Pantkowsky\ncountry: PL\ncountry_name: Poland\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1012.451317\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1109.42\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1049.63\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 845.92\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 482.0973266\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 435.63\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 393.36\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 400.7\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 470.25\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1104.126726\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1201.095409\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1109.63\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 905.92\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 602.0973266\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 555.63\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 513.36\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 411.4\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 480.95\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 34.84\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015546868058253565\n        coal: 0.8168785259232876\n        gas: 0.03013701389494425\n        geothermal: 1.382740951856205e-05\n        hydro: 0.017114882038897775\n        hydro discharge: 0.005649823374411959\n        nuclear: 0.018431176894942333\n        oil: 0.005444458830965293\n        solar: 0.004361801894090214\n        unknown: 0.007297093586502568\n        wind: 0.07912467799397827\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.016361473271779437\n        coal: 0.7938162440897208\n        gas: 0.04081513361608804\n        geothermal: 1.820149942373465e-05\n        hydro: 0.019096066707876246\n        hydro discharge: 0.005140470731968312\n        nuclear: 0.018628257699187908\n        oil: 0.010620293177632315\n        solar: 0.0036399358295157967\n        unknown: 0.006510904130815927\n        wind: 0.0853546496412601\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.011952251753006312\n        coal: 0.7770182990646345\n        gas: 0.04586575528535103\n        geothermal: 1.3093585653537256e-05\n        hydro: 0.022458911772492055\n        hydro discharge: 0.005241547340345336\n        nuclear: 0.01570419626478192\n        oil: 0.010711616883282834\n        solar: 0.0034902803399778125\n        unknown: 0.005384782231033652\n        wind: 0.1021592544915816\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.014982609169248404\n        coal: 0.7736214904623554\n        gas: 0.06361677155761138\n        geothermal: 1.2496175169754262e-05\n        hydro: 0.019378862658913115\n        hydro discharge: 0.00496288492361605\n        nuclear: 0.017725512139166868\n        oil: 0.009745998673573984\n        solar: 0.003879942362606787\n        unknown: 0.0026106161924470627\n        wind: 0.08946281912283592\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01882723005581452\n        coal: 0.7237414414087582\n        gas: 0.08221230648441313\n        geothermal: 2.0689189933025275e-05\n        hydro: 0.01876530745447322\n        hydro discharge: 0.007171985086506212\n        nuclear: 0.02071765603763473\n        oil: 0.010463506717425628\n        solar: 0.00551215441328297\n        unknown: 0.002770553144128706\n        wind: 0.10979716205795477\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.019963890379585344\n        coal: 0.6750578624498917\n        gas: 0.09495649555726321\n        geothermal: 2.6973545437511025e-05\n        hydro: 0.023903060970762523\n        hydro discharge: 0.008814885629358067\n        nuclear: 0.02431021181504897\n        oil: 0.010497939917238705\n        solar: 0.018199669680106858\n        unknown: 0.0036600253709854124\n        wind: 0.12060896676726428\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01570942526773333\n        coal: 0.7067024674432629\n        gas: 0.08238683216417944\n        geothermal: 1.7635301337557832e-05\n        hydro: 0.01987817093987146\n        hydro discharge: 0.006979766338107327\n        nuclear: 0.016424084496433553\n        oil: 0.012466108682665808\n        solar: 0.031569664528558534\n        unknown: 0.003841007073796216\n        wind: 0.104024818013678\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013929223765980577\n        coal: 0.6831605341394914\n        gas: 0.060144750674265814\n        geothermal: 1.6927915756360214e-05\n        hydro: 0.020248256504228946\n        hydro discharge: 0.008434305993934339\n        nuclear: 0.015316883512920126\n        oil: 0.012657301941075744\n        solar: 0.05805724465964251\n        unknown: 0.0029657408370442843\n        wind: 0.12506880891600888\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.5401888483496926e-10\n        biomass: 0.0177051101130394\n        coal: 0.5914828912266213\n        gas: 0.0844769566816568\n        geothermal: 1.7690446682398137e-05\n        hydro: 0.025563759604678608\n        hydro discharge: 0.011214269379070607\n        nuclear: 0.013586887621014856\n        oil: 0.015419505659067037\n        solar: 0.08431432432938199\n        unknown: 0.0024374702793181573\n        wind: 0.1537811294520816\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.4423944412440079e-07\n        biomass: 0.019330132148357142\n        coal: 0.5323540428037986\n        gas: 0.10924667332180034\n        geothermal: 2.1527158200487364e-05\n        hydro: 0.02193925629972025\n        hydro discharge: 0.008321074847977731\n        nuclear: 0.012026788916253311\n        oil: 0.01227157495478754\n        solar: 0.10543720753977064\n        unknown: 0.021165400293021545\n        wind: 0.15788617303391778\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 0.4494\n    - datetime: '2025-01-01'\n      value: 0.3634\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 1.0\n    - datetime: '2024-01-01'\n      value: 0.448\n    - datetime: '2025-01-01'\n      value: 0.3533\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Warsaw\nzone_name: Poland\n"
  },
  {
    "path": "config/zones/PM.yaml",
    "content": "bounding_box:\n  - - -56.39636396363959\n    - 46.89534216529384\n  - - -56.252362523625195\n    - 47.11429783873646\ncenter_point:\n  - -56.32436324363239\n  - 47.00482000201515\ncentroid:\n  - -56.30756307563072\n  - 47.02127745459418\ncapacity:\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: PM\ncountry_name: Saint Pierre and Miquelon\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Miquelon\nzone_name: Saint Pierre and Miquelon\n"
  },
  {
    "path": "config/zones/PR.yaml",
    "content": "bounding_box:\n  - - -67.2684726847268\n    - 17.92736346055132\n  - - -65.630456304563\n    - 18.522693919061993\ncenter_point:\n  - -66.4494644946449\n  - 18.225028689806656\ncentroid:\n  - -66.55326553265529\n  - 18.218231046350105\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1330.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1350.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1370.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1380.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1450.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 340.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 490.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 640.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 960.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3470.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3610.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3620.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3660.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3760.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4060.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\ncontributors:\n  - q--\n  - systemcatch\n  - veqtrus\ncountry: PR\ncountry_name: Puerto Rico\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 995.611869962089\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1014.2941036716782\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1036.401437700579\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1026.7228249260704\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 480.12220481693174\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 527.7229942577874\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 546.0634245928852\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 544.6086048281159\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 786.0859157554912\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 769.7242211326042\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 807.9594211794373\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 755.5503294336717\n    unknown:\n      _comment: 'Source: https://indicadores.pr/dataset/generacion-consumo-costo-ingresos-y-clientes-del-sistema-electrico-de-puerto-rico/resource/fdad4f42-a4be-48bb-9478-a8fb75c000c6'\n      source: assumes 12% hydro, 57% solar, 31% wind based on average renewable generation\n        October 2019-September 2020\n      value: 0.0\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1055.611869962089\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1074.2941036716782\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1096.401437700579\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1086.7228249260704\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 600.1222048169318\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 647.7229942577874\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 666.0634245928852\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 664.6086048281159\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1030.0859157554912\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1013.7242211326042\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1051.9594211794374\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 999.5503294336717\n    unknown:\n      _comment: 'Source: https://indicadores.pr/dataset/generacion-consumo-costo-ingresos-y-clientes-del-sistema-electrico-de-puerto-rico/resource/fdad4f42-a4be-48bb-9478-a8fb75c000c6'\n      source: assumes 12% hydro, 57% solar, 31% wind based on average renewable generation\n        October 2019-September 2020\n      value: 31.939999999999998\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005742682323169587\n        coal: 0.18427892687377626\n        gas: 0.3499544725964571\n        geothermal: 0.0\n        hydro: 0.0031429015858308127\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.44076215223572934\n        solar: 0.012578880283258412\n        unknown: 0.0008892857848935563\n        wind: 0.00781817985133559\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005742682323169587\n        coal: 0.18427892687377628\n        gas: 0.3499544725964571\n        geothermal: 0.0\n        hydro: 0.0031429015858308127\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4407621522357294\n        solar: 0.012578880283258414\n        unknown: 0.0008892857848935564\n        wind: 0.00781817985133559\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005742682323169587\n        coal: 0.18427892687377626\n        gas: 0.3499544725964571\n        geothermal: 0.0\n        hydro: 0.0031429015858308127\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.44076215223572934\n        solar: 0.012578880283258412\n        unknown: 0.0008892857848935563\n        wind: 0.00781817985133559\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0006837538305405383\n        coal: 0.18413403067386008\n        gas: 0.3496553838265327\n        geothermal: 0.0003086117043813385\n        hydro: 0.0032091144622262385\n        hydro discharge: 0.0\n        nuclear: 0.0003086117043813385\n        oil: 0.440393374785567\n        solar: 0.012457313839119685\n        unknown: 0.0010301965590700723\n        wind: 0.007816113220687029\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0006837538305405383\n        coal: 0.18413403067386008\n        gas: 0.3496553838265327\n        geothermal: 0.0003086117043813385\n        hydro: 0.0032091144622262385\n        hydro discharge: 0.0\n        nuclear: 0.0003086117043813385\n        oil: 0.440393374785567\n        solar: 0.012457313839119685\n        unknown: 0.0010301965590700723\n        wind: 0.007816113220687029\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.003056801711021606\n        coal: 0.20995060374384983\n        gas: 0.3142132207951985\n        geothermal: 0.0\n        hydro: 0.0033693584812000276\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4421993502836153\n        solar: 0.01723713584912138\n        unknown: 0.0008220597962560202\n        wind: 0.009151475705779812\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000588897955689813\n        coal: 0.1762597940083661\n        gas: 0.3587532208923845\n        geothermal: 0.0\n        hydro: 0.0030917180825297858\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.43894189064846695\n        solar: 0.012790315399735448\n        unknown: 0.0009000191751649909\n        wind: 0.008674031627125225\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  unknown:\n    _comment: 'Source: https://indicadores.pr/dataset/generacion-consumo-costo-ingresos-y-clientes-del-sistema-electrico-de-puerto-rico/resource/fdad4f42-a4be-48bb-9478-a8fb75c000c6'\n    source: assumes 12% hydro, 57% solar, 31% wind based on average renewable generation\n      October 2019-September 2020\n    value: 1\nisRenewable:\n  unknown:\n    _comment: 'Source: https://indicadores.pr/dataset/generacion-consumo-costo-ingresos-y-clientes-del-sistema-electrico-de-puerto-rico/resource/fdad4f42-a4be-48bb-9478-a8fb75c000c6'\n    source: assumes 12% hydro, 57% solar, 31% wind based on average renewable generation\n      October 2019-September 2020\n    value: 1\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: America/Puerto_Rico\nzone_name: Puerto Rico\n"
  },
  {
    "path": "config/zones/PS.yaml",
    "content": "bounding_box:\n  - - 34.198541985419865\n    - 31.212105398903503\n  - - 35.55935559355595\n    - 32.54301243355475\ncenter_point:\n  - 35.00855008550087\n  - 31.87612783339617\ncentroid:\n  - 34.998424984249866\n  - 31.786327385628027\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\ncountry: PS\ncountry_name: State of Palestine\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Gaza\nzone_name: State of Palestine\n"
  },
  {
    "path": "config/zones/PT-AC.yaml",
    "content": "bounding_box:\n  - - -28.46008460084596\n    - 37.706359294868406\n  - - -25.194851948519442\n    - 38.795413330749696\ncenter_point:\n  - -27.02007020070198\n  - 38.69380644960965\ncentroid:\n  - -27.140928552142633\n  - 38.39184797185544\ncountry: PT\ncountry_name: Portugal\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 372.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 371.49\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1099.976527\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1118.213761\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 492.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 491.49\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 32.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021):\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37, https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Azores\nzone_name: Azores\n"
  },
  {
    "path": "config/zones/PT-MA.yaml",
    "content": "bounding_box:\n  - - -17.253172531725284\n    - 32.64748148036071\n  - - -16.691566915669114\n    - 32.84067766281008\ncenter_point:\n  - -16.9723697236972\n  - 32.744079571585395\ncentroid:\n  - -16.925569255692523\n  - 32.74880214493415\ncountry: PT\ncountry_name: Portugal\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 372.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 371.49\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1099.976527\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"\n        value: 1118.213761\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 492.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 491.49\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nhas_day_ahead_price_license: True\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook for 2022-2026\" Wind Europe Proceedings (2021):\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37, https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Atlantic/Madeira\nzone_name: Madeira\n"
  },
  {
    "path": "config/zones/PT.yaml",
    "content": "bounding_box:\n  - - -9.49149491494913\n    - 36.99940437538699\n  - - -6.204662046620427\n    - 42.15416473970289\ncenter_point:\n  - -7.949969732532391\n  - 39.48453516372834\ncentroid:\n  - -7.82466851755063\n  - 39.67677913177444\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 598.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 593.9\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 604.8\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 678.8\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 684.1\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 681.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 647.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 681.0\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 700.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 687.1\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1756.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4657.1\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4620.7\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4606.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4606.2\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4584.9\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4519.5\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4584.6\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4432.7\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 4434.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4418.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 4359.4\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 4349.6\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4372.9\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 4372.1\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 4371.7\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 4489.8\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 4484.5\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 4711.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 4644.5\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2559.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2820.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2827.4\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 3707.4\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 3585.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 3707.4\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 261.2\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 272.1\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 323.5\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 413.4\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 569.2\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1031.9\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1332.3\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1810.8\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 2744.0\n    - datetime: '2024-07-01'\n      source: ren.pt\n      value: 3129.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2588.6\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 100\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 150\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 100\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5028.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5072.8\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 5126.6\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 5180.8\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 5208.4\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 5353.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 5353.4\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 5357.8\n    - datetime: '2024-03-01'\n      source: ren.pt\n      value: 5374.0\n    - datetime: '2024-07-01'\n      source: ren.pt\n      value: 5380.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 5391.1\ncontributors:\n  - corradio\n  - nessie2013\n  - Musketeiro\n  - RGarrido03\ncountry: PT\ncountry_name: Portugal\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 372.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 371.49\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 368.52\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 382.06\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 165.98\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 126.06\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 148.57\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 90.72\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 52.26\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 66.05\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1099.976527\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1118.213761\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 492.109361\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 491.49\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 488.52\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 502.06\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 176.68\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 136.76\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 159.27\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 101.42\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 62.96\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 76.75\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.051985274993538715\n        coal: 0.2801728001500567\n        gas: 0.20457495592228347\n        geothermal: 0.0\n        hydro: 0.15723514810918487\n        hydro discharge: 0.03268121926283023\n        nuclear: 0.02226016628036589\n        oil: 0.0010065367988757528\n        solar: 0.019701769722311305\n        unknown: 0.007078736889929003\n        wind: 0.22330339432466906\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.048249636226898304\n        coal: 0.22033441101983267\n        gas: 0.21812152605255355\n        geothermal: 0.0\n        hydro: 0.22145021586818972\n        hydro discharge: 0.046838794815913506\n        nuclear: 0.01018025083963601\n        oil: 0.0002527083376647851\n        solar: 0.01660919892366223\n        unknown: 0.007467842100440241\n        wind: 0.21049540679599393\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05052117329533785\n        coal: 0.2484571150664408\n        gas: 0.32201954372965\n        geothermal: 0.0\n        hydro: 0.08630366089447095\n        hydro discharge: 0.04092295710039871\n        nuclear: 0.014467492540619912\n        oil: 0.0005380535502229807\n        solar: 0.017811121903191337\n        unknown: 0.005884953404372062\n        wind: 0.21307392811316433\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.04389993977714783\n        coal: 0.20240756270073593\n        gas: 0.2622409945840562\n        geothermal: 5.288032158912966e-09\n        hydro: 0.18133538930717985\n        hydro discharge: 0.047985040979605216\n        nuclear: 0.014349072521267731\n        oil: 0.0005370958295816868\n        solar: 0.016837641411527764\n        unknown: 0.010171102702182473\n        wind: 0.22023619583196913\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05199072539189978\n        coal: 0.10087879585414483\n        gas: 0.3285145601684934\n        geothermal: 2.2579120132120922e-08\n        hydro: 0.13532544706053276\n        hydro discharge: 0.04857452372796824\n        nuclear: 0.0344858095406332\n        oil: 0.0013765081320482727\n        solar: 0.02776935593652228\n        unknown: 0.007478863739616342\n        wind: 0.2636059236279677\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.062368048976706024\n        coal: 0.04093691404960304\n        gas: 0.3269578206109625\n        geothermal: 6.582167010184953e-08\n        hydro: 0.2011023673079882\n        hydro discharge: 0.05679997824483418\n        nuclear: 0.030372350593738235\n        oil: 0.0009039553650597653\n        solar: 0.0357096006729426\n        unknown: 0.005089400624587102\n        wind: 0.23975959953064022\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.06755703494395461\n        coal: 0.01701567295248412\n        gas: 0.304954355104154\n        geothermal: 6.956455218060287e-08\n        hydro: 0.18831234953499904\n        hydro discharge: 0.057432212191005735\n        nuclear: 0.03771620664834096\n        oil: 0.0008890545355972688\n        solar: 0.05444142178601401\n        unknown: 0.005122097056518048\n        wind: 0.2665598081749529\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0656188682142167\n        coal: 0.006373863509585509\n        gas: 0.36225863123633767\n        geothermal: 3.215688846298021e-08\n        hydro: 0.11113519187864188\n        hydro discharge: 0.05332061132454662\n        nuclear: 0.044429386295496254\n        oil: 0.0009414353886064067\n        solar: 0.07885650582611983\n        unknown: 0.004405699563214314\n        wind: 0.2726599746936523\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 4.722594200743342e-09\n        biomass: 0.057134457632388\n        coal: 0.003673281388829696\n        gas: 0.22530829570153493\n        geothermal: 2.4990394312266853e-08\n        hydro: 0.19283990271498447\n        hydro discharge: 0.0762978639384113\n        nuclear: 0.051431270662144105\n        oil: 0.0003941530249125151\n        solar: 0.11294215850488329\n        unknown: 0.004017118911253699\n        wind: 0.2759614687915432\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 5.928610796062992e-07\n        biomass: 0.059060490344713806\n        coal: 0.0028228810646145144\n        gas: 0.12206883658283024\n        geothermal: 3.9718771835692946e-08\n        hydro: 0.22886013923945434\n        hydro discharge: 0.10010147945663161\n        nuclear: 0.05389089943743505\n        oil: 0.0002964784359691867\n        solar: 0.13810740495729207\n        unknown: 0.0050680810190587185\n        wind: 0.28972267240405203\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6337\n    - datetime: '2021-01-01'\n      value: 0.6927\n    - datetime: '2022-01-01'\n      value: 0.6207\n    - datetime: '2023-01-01'\n      value: 0.7675\n    - datetime: '2024-01-01'\n      value: 0.8738\n    - datetime: '2025-01-01'\n      value: 0.832\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.5762\n    - datetime: '2021-01-01'\n      value: 0.6272\n    - datetime: '2022-01-01'\n      value: 0.5579\n    - datetime: '2023-01-01'\n      value: 0.6929\n    - datetime: '2024-01-01'\n      value: 0.8002\n    - datetime: '2025-01-01'\n      value: 0.7763\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Lisbon\nzone_name: Portugal\n"
  },
  {
    "path": "config/zones/PW.yaml",
    "content": "bounding_box:\n  - - 134.48834488344883\n    - 7.367403236151802\n  - - 134.64674646746468\n    - 7.719449613059552\ncenter_point:\n  - 134.56754567545676\n  - 7.543426424605677\ncentroid:\n  - 134.5759457594576\n  - 7.519098016445388\ncapacity:\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 32.0\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 31.36\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 29.48\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 30.14\n  solar:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 2.1\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 2.5\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 2.62\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 2.92\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 4.34\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 19.62\ncountry: PW\ncountry_name: Palau\ncurrency: USD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: IRENA.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Palau\nzone_name: Palau\n"
  },
  {
    "path": "config/zones/PY.yaml",
    "content": "bounding_box:\n  - - -62.649626496264915\n    - -27.581070627523566\n  - - -54.24354243542432\n    - -19.286514527697086\ncenter_point:\n  - -58.43454198060172\n  - -23.382062451230716\ncentroid:\n  - -57.36531365313649\n  - -24.127653089170177\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 8800.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 8820.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: PY\ncountry_name: Paraguay\ncurrency: PYG\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Asuncion\nzone_name: Paraguay\n"
  },
  {
    "path": "config/zones/QA.yaml",
    "content": "_comment: Capacity calculations are available at https://docs.google.com/spreadsheets/d/1ownS3qse6zDG4gNnKEZDroIKLNiqZcULqp34LJUxrL0/edit?usp=sharing\nbounding_box:\n  - - 50.75150751507516\n    - 24.56758780547797\n  - - 51.59031590315905\n    - 26.160382998560593\ncenter_point:\n  - 51.18039101269935\n  - 25.139696266063734\ncentroid:\n  - 51.208969232549485\n  - 25.374514082861765\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 11320.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 12580.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1680.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncontributors:\n  - q--\n  - nessie2013\ncountry: QA\ncountry_name: Qatar\ncurrency: QAR\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002103842882819217\n        coal: 0.0\n        gas: 0.9541947132627357\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04370130358143594\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.002111288787109396\n        coal: 0.0\n        gas: 0.9575688741718116\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04031975933657447\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0020966688086712336\n        coal: 0.0\n        gas: 0.9509359282014922\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04696731182387401\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GCCIA.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Qatar\nzone_name: Qatar\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/RE.yaml",
    "content": "bounding_box:\n  - - 55.22635226352264\n    - -21.363015718319623\n  - - 55.82035820358203\n    - -20.875016472280834\ncenter_point:\n  - 55.52335523355234\n  - -21.11901609530023\ncentroid:\n  - 55.515898016123025\n  - -21.12872701452387\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: oer.energies-reunion.com\n      value: 115.0\n    - datetime: '2024-11-01'\n      source: reunion.edf.fr\n      value: 377.0\n  coal:\n    - datetime: '2017-01-01'\n      source: oer.energies-reunion.com\n      value: 211.0\n    - datetime: '2025-05-01'\n      source: reunion.edf.fr\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: oer.energies-reunion.com\n      value: 175\n    - datetime: '2020-01-01'\n      source: oer.energies-reunion.com\n      value: 150\n    - datetime: '2025-04-12'\n      source: reunion.edf.fr\n      value: 121.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: reunion.edf.fr\n      value: 138.0\n  oil:\n    - datetime: '2022-10-10'\n      source: reunion.edf.fr\n      value: 221.0\n    - datetime: '2025-05-01'\n      source: reunion.edf.fr\n      value: 0.0\n  solar:\n    - datetime: '2022-10-10'\n      source: reunion.edf.fr\n      value: 189.0\n    - datetime: '2025-04-12'\n      source: reunion.edf.fr\n      value: 210.0\n  wind:\n    - datetime: '2022-10-10'\n      source: reunion.edf.fr\n      value: 15.0\ncontributors:\n  - PETILLON-Sebastien\n  - VIKTORVAV99\n  - PaulRoms\ncountry: RE\ncountry_name: \"R\\xE9union\"\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 424.87\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 385.68\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 418.01\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 333.46\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 316.59\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 11.86\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 457.87\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 418.68\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 451.01\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 366.46\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 349.59\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 44.86\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010967952051930251\n        coal: 0.0\n        gas: 0.512305143104541\n        geothermal: 0.0\n        hydro: 0.29748690682373163\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.16741668872105242\n        unknown: 0.0\n        wind: 0.011818729647010884\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008387059655277527\n        coal: 0.0\n        gas: 0.5547664171086977\n        geothermal: 0.0\n        hydro: 0.2656481886479585\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.16237078860745494\n        unknown: 0.0\n        wind: 0.008825539481428401\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007436237299219415\n        coal: 0.0\n        gas: 0.4818155621278134\n        geothermal: 0.0\n        hydro: 0.35342691438857804\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.14977818908728702\n        unknown: 0.0\n        wind: 0.0075428385416383545\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0859186455260277\n        coal: 0.1462839720269014\n        gas: 0.30449600125458054\n        geothermal: 0.0\n        hydro: 0.18773551658133647\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.15789045757920134\n        solar: 0.11221847673266214\n        unknown: 0.0\n        wind: 0.005457035402375885\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0573605554696287\n        coal: 0.3298914414325319\n        gas: 0.1260505336965511\n        geothermal: 0.0\n        hydro: 0.16009704545773817\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.23994995609810063\n        solar: 0.0818280278419744\n        unknown: 0.0\n        wind: 0.004822394574461891\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07244806657826934\n        coal: 0.2876557932915034\n        gas: 0.10735120698421882\n        geothermal: 0.0\n        hydro: 0.1396053191576842\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.30910372106431394\n        solar: 0.082156022159244\n        unknown: 0.0\n        wind: 0.0016797036868118804\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0050966096232612935\n        coal: 0.23371262254790723\n        gas: 0.039188368394060355\n        geothermal: 0.0\n        hydro: 0.22259703471750042\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4411935310412872\n        solar: 0.05755179444914436\n        unknown: 0.0\n        wind: 0.000660010683614674\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0012798024908306364\n        biomass: 0.14521826951218264\n        coal: 0.19498700882417805\n        gas: 0.038066401186034673\n        geothermal: 0.0\n        hydro: 0.13453840041601056\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.414856209979389\n        solar: 0.064625175344868\n        unknown: 0.0\n        wind: 0.006428662904947167\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.001062669516077509\n        biomass: 0.19260900530792546\n        coal: 0.2083215249355114\n        gas: 0.046419555318433746\n        geothermal: 0.0\n        hydro: 0.13704939087690707\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.33769285053114045\n        solar: 0.0663331354651612\n        unknown: 0.0\n        wind: 0.010511245973335337\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1048\n    - datetime: '2021-01-01'\n      value: 0.1605\n    - datetime: '2022-01-01'\n      value: 0.1354\n    - datetime: '2023-01-01'\n      value: 0.3501\n    - datetime: '2024-01-01'\n      value: 0.4024\n    - datetime: '2025-01-01'\n      value: 0.9679\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1048\n    - datetime: '2021-01-01'\n      value: 0.1605\n    - datetime: '2022-01-01'\n      value: 0.1354\n    - datetime: '2023-01-01'\n      value: 0.3501\n    - datetime: '2024-01-01'\n      value: 0.4024\n    - datetime: '2025-01-01'\n      value: 0.9679\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  price: FR_O.fetch_price\n  production: FR_O.fetch_production\nregion: Africa\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Indian/Reunion\nzone_name: \"R\\xE9union\"\n"
  },
  {
    "path": "config/zones/RO.yaml",
    "content": "_comment: Biomass includes 19.227 MW of biogas and 6.03 MW of waste incineration\nbounding_box:\n  - - 20.241202412024137\n    - 43.65393954864322\n  - - 29.658896588965916\n    - 48.259164105103125\ncenter_point:\n  - 24.810578337505376\n  - 45.93705795182545\ncentroid:\n  - 24.914428091649352\n  - 45.74171993159395\ncapacity:\n  battery storage:\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 137.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 115.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 116.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 115.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 117.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 116.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 118.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 119.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5854.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5805.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 4128.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 4103.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3469.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2673.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1909.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2162.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5020.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5142.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 3033.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2666.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2184.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2218.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1988.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2238.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2179.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6481.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 6490.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 6143.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 6140.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 6134.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 6137.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 6136.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 6139.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 6132.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1300.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1210.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1211.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1150.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1163.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1145.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 1160.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1185.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1293.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1588.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2985.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2987.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2968.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2972.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2957.0\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2958.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 3027.0\ncontributors:\n  - corradio\n  - mzaharie\ncountry: RO\ncountry_name: Romania\ncurrency: EUR\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 262.12\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1169.308063\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1085.6\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 997.65\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 985.64\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 687.5901733\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 568.48\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 580.66\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 615.54\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 295.12\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1259.7512649999999\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1176.0432019999998\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1057.65\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1045.64\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 807.5901733\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 688.48\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 700.66\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 735.54\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 29.78\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008343004654539637\n        coal: 0.28259947355011633\n        gas: 0.14521389124044334\n        geothermal: 2.097521317109146e-09\n        hydro: 0.26406067699178526\n        hydro discharge: 3.620146999887294e-05\n        nuclear: 0.17983065189704023\n        oil: 9.467337258215224e-06\n        solar: 0.019114259047798038\n        unknown: 0.0001730720772648546\n        wind: 0.10061930400606996\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007118263077933529\n        coal: 0.26778204770859715\n        gas: 0.15099766120006777\n        geothermal: 2.9723386552215157e-07\n        hydro: 0.2754458659234173\n        hydro discharge: 0.0003275050271993969\n        nuclear: 0.18024869935429486\n        oil: 2.8169085990147912e-05\n        solar: 0.01876467588804454\n        unknown: 0.0007186219169696636\n        wind: 0.09856905585252346\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006825461658403413\n        coal: 0.2769614582031134\n        gas: 0.16643141549110033\n        geothermal: 7.19458618157404e-07\n        hydro: 0.22737266111279983\n        hydro discharge: 0.0003172582802437034\n        nuclear: 0.19046004414685266\n        oil: 3.7604162065188636e-05\n        solar: 0.021585301918429913\n        unknown: 0.0007776767534847649\n        wind: 0.10923025411836389\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005629121491768453\n        coal: 0.25330752627142844\n        gas: 0.16622902882714669\n        geothermal: 1.5787247438637024e-06\n        hydro: 0.27428823860507096\n        hydro discharge: 0.00014201412207653802\n        nuclear: 0.1858189423317555\n        oil: 2.166486783985229e-05\n        solar: 0.02095126475912896\n        unknown: 0.00035211214133912255\n        wind: 0.09325844101256922\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007939680325985582\n        coal: 0.24124503162848848\n        gas: 0.15704571956665747\n        geothermal: 3.025848038454537e-06\n        hydro: 0.25322754692033106\n        hydro discharge: 0.0005412169482152949\n        nuclear: 0.21125627170826994\n        oil: 0.00011296072762035609\n        solar: 0.022497155900622564\n        unknown: 0.0016879231078663034\n        wind: 0.10444337756958293\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.009178605038773888\n        coal: 0.18494705223261437\n        gas: 0.1774233019987814\n        geothermal: 7.281616647929219e-06\n        hydro: 0.2634703311253282\n        hydro discharge: 0.0008700097597341459\n        nuclear: 0.22675730155853777\n        oil: 0.00010352560817544724\n        solar: 0.02370092396059369\n        unknown: 0.0031934081759993375\n        wind: 0.11034818114410436\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010254024328423213\n        coal: 0.19741885679880353\n        gas: 0.17627324614414494\n        geothermal: 8.061389155275626e-06\n        hydro: 0.28074116804363736\n        hydro discharge: 0.00047002991698797146\n        nuclear: 0.20899170220993504\n        oil: 8.171681139932798e-05\n        solar: 0.022524077025743154\n        unknown: 0.0026666646102456496\n        wind: 0.10057037544166018\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01026442842960388\n        coal: 0.2062854169467022\n        gas: 0.1833072644339845\n        geothermal: 8.282640780515759e-06\n        hydro: 0.23832785208485235\n        hydro discharge: 0.00037671975987348875\n        nuclear: 0.22142248753268332\n        oil: 0.00010971761319203803\n        solar: 0.025473342798958302\n        unknown: 0.0021829663529330766\n        wind: 0.11224143699355767\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007309794590782469\n        coal: 0.1529650807308\n        gas: 0.1659886326152533\n        geothermal: 1.2816300180651534e-05\n        hydro: 0.31004192456027624\n        hydro discharge: 0.0007384114123891665\n        nuclear: 0.2123262462571042\n        oil: 9.488372767638713e-05\n        solar: 0.028655667129813312\n        unknown: 0.001926687996269789\n        wind: 0.11993978443345205\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.852505843018783e-10\n        biomass: 0.009527281569653618\n        coal: 0.1537033114098622\n        gas: 0.18758661602949392\n        geothermal: 3.560534755340531e-05\n        hydro: 0.2589887557591431\n        hydro discharge: 0.0014326302066822157\n        nuclear: 0.23342462380239914\n        oil: 0.0001758194770550697\n        solar: 0.0460041571694597\n        unknown: 0.003559105732333226\n        wind: 0.10556203829169036\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6649\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.4207\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Bucharest\nzone_name: Romania\n"
  },
  {
    "path": "config/zones/RS.yaml",
    "content": "bounding_box:\n  - - 18.847988479884833\n    - 42.24575404101222\n  - - 22.980829808298097\n    - 46.164058837652135\ncenter_point:\n  - 20.877631204867136\n  - 44.38562057509567\ncentroid:\n  - 20.800230409857956\n  - 44.25770501704859\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 6.31\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 8.31\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2.38\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 34.78\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 5644.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 5668.2\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 5600.5\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 5282.5\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 5660.5\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 6010.5\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 6120.5\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3.41\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 286.41\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 296.53\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 485.71\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 608.11\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 606.71\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 608.71\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 2363.69\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 2406.9700000000003\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 2326.68\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 2476.88\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2509.7200000000003\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 2524.67\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2535.9100000000003\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 2537.29\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 2539.44\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 642.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 639.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 642.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3.9\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2.9\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 29.13\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 72.87\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 230\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 150\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 100\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 16.58\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 24.82\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 398.32\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 397.32\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 429.32\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 533.32\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 645.62\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 740.22\ncontributors:\n  - corradio\n  - nessie2013\ncountry: RS\ncountry_name: Serbia\ncurrency: EUR\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 539.32\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 442.29\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 553.89\n  lifecycle:\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 550.02\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 452.99\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 564.59\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 29.7\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0024308075448872942\n        coal: 0.6531465461942026\n        gas: 0.019090553342236916\n        geothermal: 3.0349570369057083e-05\n        hydro: 0.24702955969883023\n        hydro discharge: 0.01576109477652933\n        nuclear: 0.04024767806974018\n        oil: 0.0002759661088924902\n        solar: 0.0026821933938443064\n        unknown: 0.009102453459639046\n        wind: 0.01020265594451302\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0032050881982968946\n        coal: 0.6144854599351764\n        gas: 0.021046261298713967\n        geothermal: 8.098456632087447e-05\n        hydro: 0.2867675467412427\n        hydro discharge: 0.018191075291845167\n        nuclear: 0.034161865200321655\n        oil: 0.0007537794466538831\n        solar: 0.00265853990548581\n        unknown: 0.010161887813164244\n        wind: 0.008487494420623326\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004615042821076827\n        coal: 0.634872606458578\n        gas: 0.015404734276185383\n        geothermal: 6.460189071976539e-05\n        hydro: 0.2729573780978788\n        hydro discharge: 0.019281289259310833\n        nuclear: 0.029338567448209698\n        oil: 0.0002979746884225345\n        solar: 0.001967700330971023\n        unknown: 0.013224794342023822\n        wind: 0.007975300266192515\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.006413507089308437\n        coal: 0.6538838444561859\n        gas: 0.01682720468001057\n        geothermal: 0.00011583155323048236\n        hydro: 0.2562482582733608\n        hydro discharge: 0.018453421093468866\n        nuclear: 0.025233030554939626\n        oil: 0.00032792921895540824\n        solar: 0.003285746112540722\n        unknown: 0.010343722796729694\n        wind: 0.00886749534156807\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007884588609340814\n        coal: 0.5825165799548563\n        gas: 0.018083632057969996\n        geothermal: 3.826224135596702e-05\n        hydro: 0.30149974622268266\n        hydro discharge: 0.01770161749098713\n        nuclear: 0.03804996986564936\n        oil: 0.00013236023789282698\n        solar: 0.003947319187991911\n        unknown: 0.0209261404445041\n        wind: 0.009219707705946724\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.008319258943239028\n        coal: 0.6015673851406608\n        gas: 0.040138856830588016\n        geothermal: 5.336400901613953e-05\n        hydro: 0.24347290534947738\n        hydro discharge: 0.01580919202771036\n        nuclear: 0.047539411750004194\n        oil: 0.0006790516858786803\n        solar: 0.005947705397153975\n        unknown: 0.007388803691251162\n        wind: 0.029084027984076118\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007596851168707055\n        coal: 0.5594584168911445\n        gas: 0.027032461593412067\n        geothermal: 2.2147343221472073e-05\n        hydro: 0.3175217548842282\n        hydro discharge: 0.015890637612823187\n        nuclear: 0.026817248608030513\n        oil: 0.000516615312829788\n        solar: 0.007249676411635486\n        unknown: 0.006299439233580199\n        wind: 0.031594593850617254\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.3227300845351798e-09\n        biomass: 0.008378913348839185\n        coal: 0.5775744021896316\n        gas: 0.041731301640769713\n        geothermal: 4.3455651467234254e-05\n        hydro: 0.27746786498488635\n        hydro discharge: 0.009698803531882868\n        nuclear: 0.028403841027956744\n        oil: 0.00025597472595924797\n        solar: 0.01441557250678779\n        unknown: 0.006567137148345253\n        wind: 0.03546266393241745\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.2672\n    - datetime: '2023-01-01'\n      value: 0.3901\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.2583\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 0.2049\n    - datetime: '2023-01-01'\n      value: 0.3771\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.2188\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\ntimezone: Europe/Belgrade\nzone_name: Serbia\n"
  },
  {
    "path": "config/zones/RU-1.yaml",
    "content": "bounding_box:\n  - - 27.351273512735133\n    - 41.196770324453766\n  - - 86.02826028260282\n    - 73.57931266863486\ncenter_point:\n  - 56.65602626579258\n  - 57.08926254837107\ncentroid:\n  - 54.97928733931799\n  - 60.76254150004456\ncapacity:\n  hydro: 19500\n  nuclear: 27914\n  unknown: 125014\ncontributors:\n  - denplis\n  - systemcatch\n  - alixunderplatz\ncountry: RU\ncountry_name: Russia\ncurrency: RUB\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 6.7% * 820 g/kWh (coal) + 0.5% * 650 g/kWh (oil) + 89.0% * 490 g/kWh (gas) + 3.8% * 700 g/kWh (other)= 517 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Sum of zones Northwest, Central, Volga, South, Ural'\n      source: assumes 89% gas, 7% coal, <1% oil, 4% other\n      value: 401.56\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 6.7% * 820 g/kWh (coal) + 0.5% * 650 g/kWh (oil) + 89.0% * 490 g/kWh (gas) + 3.8% * 700 g/kWh (other)= 517 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Sum of zones Northwest, Central, Volga, South, Ural'\n      source: assumes 89% gas, 7% coal, <1% oil, 4% other\n      value: 518.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0001555323728381133\n        coal: 0.0015685079812309613\n        gas: 9.713488385023156e-05\n        geothermal: 0.0\n        hydro: 0.07080931578326138\n        hydro discharge: 2.055608360371507e-08\n        nuclear: 0.2530895393428489\n        oil: 1.7353194747742208e-06\n        solar: 0.0017623859518725075\n        unknown: 0.6723505771919459\n        wind: 0.00016525531749523665\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00010091754622259062\n        coal: 0.0013953335795884876\n        gas: 0.0005276604436479455\n        geothermal: 9.609538306031548e-09\n        hydro: 0.07019318307858129\n        hydro discharge: 9.559876609359551e-10\n        nuclear: 0.2528500127066764\n        oil: 4.7922866855572654e-05\n        solar: 0.00010330731672814381\n        unknown: 0.6746596370058938\n        wind: 0.00012494142923394198\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.3838440517482894e-05\n        coal: 0.0017971955405015419\n        gas: 0.001211102127561818\n        geothermal: 1.2201529414462902e-11\n        hydro: 0.07243697808729829\n        hydro discharge: 5.088647842301753e-07\n        nuclear: 0.24816429651197636\n        oil: 9.142987898127724e-05\n        solar: 0.0010564614933571508\n        unknown: 0.6751642925765683\n        wind: 5.126543352357192e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00018255150407965192\n        coal: 0.0019643198868352575\n        gas: 0.0009586789928692324\n        geothermal: 0.0\n        hydro: 0.07592793241494589\n        hydro discharge: 8.525023318481684e-07\n        nuclear: 0.26245011700248627\n        oil: 4.8370769350601976e-05\n        solar: 0.0017189183478561272\n        unknown: 0.656469884158579\n        wind: 0.00028500830359695124\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0001597624349976184\n        coal: 0.002581768847775627\n        gas: 0.0011727970839133907\n        geothermal: 2.7921412009077015e-07\n        hydro: 0.06785572158679697\n        hydro discharge: 1.0420392783959713e-06\n        nuclear: 0.2503715538641578\n        oil: 6.876898395715103e-05\n        solar: 0.0018460972310444443\n        unknown: 0.6756844413872789\n        wind: 0.0002652023981784694\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00030312363217324954\n        coal: 0.001018101604636719\n        gas: 0.00045355273102733667\n        geothermal: 1.0646321082974101e-07\n        hydro: 0.07342504341273776\n        hydro discharge: 6.281533322539725e-07\n        nuclear: 0.2607911794376539\n        oil: 3.5805975233138535e-05\n        solar: 0.001972757144188094\n        unknown: 0.6616054039527748\n        wind: 0.0003952258949258648\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00017372914134364503\n        coal: 0.0027128772028695573\n        gas: 0.0015563903262295307\n        geothermal: 1.261806391035584e-07\n        hydro: 0.06961245855297223\n        hydro discharge: 2.727712788986674e-07\n        nuclear: 0.25492878839549776\n        oil: 7.249256616039562e-05\n        solar: 0.00237980548628417\n        unknown: 0.6681685424080399\n        wind: 0.0004092520025620557\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.529546694656989e-05\n        coal: 0.007424009054518622\n        gas: 0.002688711204816861\n        geothermal: 4.80101908775185e-07\n        hydro: 0.07450745278622957\n        hydro discharge: 1.6274499223796437e-06\n        nuclear: 0.2441131755510679\n        oil: 0.00012114000193701839\n        solar: 0.0022832634472736636\n        unknown: 0.6684971552103295\n        wind: 0.0003232508531472728\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: RU.fetch_production\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Europe/Moscow\nzone_name: Europe-Ural\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU-2.yaml",
    "content": "bounding_box:\n  - - 70.42930429304295\n    - 49.08489889972009\n  - - 122.13662136621363\n    - 81.28855588978138\ncenter_point:\n  - 96.28234095583527\n  - 64.51080518966556\ncentroid:\n  - 96.36043869909395\n  - 66.9201086169314\ncapacity:\n  hydro: 25286\n  unknown: 26570\ncontributors:\n  - denplis\n  - systemcatch\n  - alixunderplatz\ncountry: RU\ncountry_name: Russia\ncurrency: RUB\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 86.0% * 760 g/kWh (coal) + 0.3% * 406 g/kWh (oil) + 9.1% * 370 g/kWh (gas) + 4.7% * 575 g/kWh (other)= 715.5 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Siberian zone'\n      source: assumes 86% coal, 9% gas, <1% oil, 5% other\n      value: 715.5\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 86.0% * 820 g/kWh (coal) + 0.3% * 650 g/kWh (oil) + 9.1% * 490 g/kWh (gas) + 4.7% * 700 g/kWh (other)= 784 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Siberian zone'\n      source: assumes 86% coal, 9% gas, <1% oil, 5% other\n      value: 784\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.177675976143623e-08\n        coal: 0.008644606154192304\n        gas: 0.0023025743182051284\n        geothermal: 0.0\n        hydro: 0.5461400989128982\n        hydro discharge: 0.0\n        nuclear: 0.0002546289612190563\n        oil: 9.175666383994496e-05\n        solar: 6.625073473403332e-05\n        unknown: 0.44246344136227794\n        wind: 5.93450071309506e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.2651251270102735e-07\n        coal: 0.003068174207249747\n        gas: 0.000825130229534839\n        geothermal: 0.0\n        hydro: 0.48286279454238695\n        hydro discharge: 1.5009865299465667e-09\n        nuclear: 0.0012407960413398258\n        oil: 3.333343127043019e-05\n        solar: 0.000503122361185514\n        unknown: 0.5113924654521764\n        wind: 8.315021902611039e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.212602669809118e-07\n        coal: 0.0011908712947079126\n        gas: 0.000319375552352663\n        geothermal: 0.0\n        hydro: 0.3826025230519994\n        hydro discharge: 7.440738411347627e-10\n        nuclear: 0.0006116598340412039\n        oil: 1.2766818966190258e-05\n        solar: 0.0009312781261754248\n        unknown: 0.614265704607007\n        wind: 7.290904834322812e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.07842622582998e-07\n        coal: 0.003882695739011686\n        gas: 0.001035416556417683\n        geothermal: 0.0\n        hydro: 0.43318996574517016\n        hydro discharge: 7.490916598635058e-10\n        nuclear: 0.0005978543099396769\n        oil: 4.126912797330477e-05\n        solar: 0.0014729318825180847\n        unknown: 0.5597268542734414\n        wind: 7.092464529867389e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.238854971816193e-08\n        coal: 0.013909468396332286\n        gas: 0.0037037839147522917\n        geothermal: 0.0\n        hydro: 0.4786656487390226\n        hydro discharge: 5.706519439046443e-11\n        nuclear: 4.91317628055245e-05\n        oil: 0.00014755661172111535\n        solar: 0.003161378100767039\n        unknown: 0.5002866471168002\n        wind: 9.086616446221312e-05\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.752166887288214e-07\n        coal: 0.011659111962814142\n        gas: 0.0031123493839631694\n        geothermal: 0.0\n        hydro: 0.4995404405030733\n        hydro discharge: 1.745510450561699e-09\n        nuclear: 0.0016781233613828365\n        oil: 0.00012392041982508715\n        solar: 0.0028857905932059454\n        unknown: 0.4808111144594904\n        wind: 0.00020861267416186333\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.0453927642340418e-06\n        coal: 0.0006927400001755594\n        gas: 0.00019304234506121385\n        geothermal: 4.30947631393372e-11\n        hydro: 0.508783856764474\n        hydro discharge: 1.3617945152030551e-08\n        nuclear: 0.002947662061329146\n        oil: 7.837860045966954e-06\n        solar: 0.0024366412571999395\n        unknown: 0.48459049819521227\n        wind: 0.00035014701905574535\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: RU.fetch_production\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Europe/Moscow\nzone_name: Siberia\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU-AS.yaml",
    "content": "bounding_box:\n  - - 105.54045540455402\n    - 42.29441085733281\n  - - 162.84582845828456\n    - 76.7377124809739\ncenter_point:\n  - 133.62717028148467\n  - 59.363876837914646\ncentroid:\n  - 133.87039029402146\n  - 64.52594981083477\ncontributors:\n  - JeanBaptisteScellier\ncountry: RU\ncountry_name: Russia\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 59.6% * 760 g/kWh (coal) + 0.3% * 406 g/kWh (oil) + 40.1% * 370 g/kWh (gas) = 602.5 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Extreme East zone'\n      source: assumes 60% coal, 40% gas, <1% oil\n      value: 602.5\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on estimated 2021 fuel consumption: 59.6% * 820 g/kWh (coal) + 0.3% * 650 g/kWh (oil) + 40.1% * 490 g/kWh (gas) = 687 g/kWh, Source: https://minenergo.gov.ru/node/11323 2018-06-26 Table 7.3., p.80, Extreme East zone'\n      source: assumes 60% coal, 40% gas, <1% oil\n      value: 687\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.4611166445604393\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.5388833384110678\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.42492744254245113\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.575072561586696\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00012849397816715088\n        coal: 0.002788675319302609\n        gas: 0.00170255828164373\n        geothermal: 2.2610388100990278e-05\n        hydro: 0.381245734752958\n        hydro discharge: 0.0\n        nuclear: 0.0007485427985507015\n        oil: 0.0002201591381808626\n        solar: 0.00016120186972724132\n        unknown: 0.6126318585565093\n        wind: 0.0003501697657526562\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003039259231162928\n        coal: 0.0065960315340739244\n        gas: 0.00402704404435321\n        geothermal: 5.347159743513013e-05\n        hydro: 0.3571421316152572\n        hydro discharge: 0.0\n        nuclear: 0.0017705220239168712\n        oil: 0.0005207337209316853\n        solar: 0.00038128775981619397\n        unknown: 0.6283766030237664\n        wind: 0.0008282519218127808\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: RU.fetch_production\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Europe/Moscow\nzone_name: East\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU-EU.yaml",
    "content": "bounding_box:\n  - - 35.883358833588346\n    - 59.2327072682276\n  - - 68.9388893888939\n    - 81.8581268572988\ncenter_point:\n  - 50.97546444155109\n  - 67.79153796298\ncentroid:\n  - 53.95683641700646\n  - 72.46044658205832\ncountry: RU\ncountry_name: Russia\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 460.06\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 567.5\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Europe/Moscow\nzone_name: Arctic\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU-FE.yaml",
    "content": "bounding_box:\n  - - -180\n    - 43.709751779128595\n  - - 180\n    - 71.6001251106535\ncenter_point:\n  - 163.5623195535538\n  - 69.34548604297066\ncentroid:\n  - 99.73379349674866\n  - 60.634325034061945\ncountry: RU\ncountry_name: Russia\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 460.06\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 567.5\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Asia/Kamchatka\nzone_name: Far East\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU-KGD.yaml",
    "content": "bounding_box:\n  - - 19.611196111961135\n    - 54.33228446013542\n  - - 22.80802808028082\n    - 55.28291864926261\ncenter_point:\n  - 21.775124854502042\n  - 54.71360467089119\ncentroid:\n  - 21.262060192899234\n  - 54.846283273128954\ncountry: RU\ncountry_name: Russia\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 460.06\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 567.5\nfallbackZoneMixes:\n  _comment: see http://www.centrumbalticum.org/files/1899/BSR_Policy_Briefing_2_2014.pdf and https://newsbase.com/topstories/russia-invest-us156bn-kaliningrad-power-plants. About 98% generation from gas in RU-KGD in the past. 5.1 MW wind (2002) and 1.7 MW total hydro installed. 3 gas units (1x440 + 2x156 MW) may come online in 2018, 3x65 MW coal units of Primorskaya TPP probably in 2019 due to future seperation of Baltics from BRELL synchronous area.\n  _source: Energy security in Kaliningrad and geopolitics (2/2014)\n  powerOriginRatios:\n    value:\n      gas: 0.98\n      hydro: 0.005\n      wind: 0.015\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\ntimezone: Europe/Kaliningrad\nzone_name: Kaliningrad\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RU.yaml",
    "content": "bounding_box:\n  - - -180\n    - 41.196770324453766\n  - - 180\n    - 81.8581268572988\ncenter_point:\n  - 21.687780666148868\n  - 54.69528449606483\ncentroid:\n  - 84.39350790706435\n  - 65.2797034536478\nbypassedSubZones:\n  - RU-1\n  - RU-2\n  - RU-AS\n  - RU-EU\n  - RU-FE\n  - RU-KGD\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 41640.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 41240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 40670.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40140.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 38840.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 38360.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 37550.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 37310.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 108590.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 109850.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 110680.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 109940.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 109440.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 110260.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 110820.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 111680.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 47230.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 47290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 48650.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 48700.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 48740.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 48890.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 51620.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 49100.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 27960.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 27950.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 28020.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 27910.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 830.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1430.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1770.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1990.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2150.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2190.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2550.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1040.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2050.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2280.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2530.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2570.0\ncontributors:\n  - denplis\n  - systemcatch\n  - alixunderplatz\n  - JeanBaptisteScellier\n  - aekrylov\ncountry: RU\ncountry_name: Russia\ncurrency: RUB\nemissionFactors:\n  direct:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 460.06\n  lifecycle:\n    unknown:\n      _comment: 'Assumes weighted average emission factor based on 2015-TWh production: 22.7% * 820 g/kWh (coal) + 1.4% * 650 g/kWh (oil) + 75.8% * 490 g/kWh (gas)  = 567 g/kWh; 2015 production'\n      _url: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\n      source: IEA 2015; assumes 76% gas, 23% coal, 1% oil\n      value: 567.5\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.16747177244844316\n        hydro discharge: 0.0\n        nuclear: 0.20127674294052017\n        oil: 0.0\n        solar: 2.1080366515653556e-05\n        unknown: 0.6312303936946662\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.15953863405821522\n        hydro discharge: 0.0\n        nuclear: 0.19914772033089612\n        oil: 0.0\n        solar: 0.0009334124862336848\n        unknown: 0.640380218633763\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.1561175202216843\n        hydro discharge: 0.0\n        nuclear: 0.18869217320727238\n        oil: 0.0\n        solar: 0.0013765121198867185\n        unknown: 0.6538137847236439\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.16503883619817564\n        hydro discharge: 0.0\n        nuclear: 0.1839291662814617\n        oil: 0.0\n        solar: 0.001815565056483761\n        unknown: 0.6492164264563226\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.16780032075341333\n        hydro discharge: 0.0\n        nuclear: 0.19816748668236175\n        oil: 0.0\n        solar: 0.0020428248510963045\n        unknown: 0.6319893573224264\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.17166990487663167\n        hydro discharge: 0.0\n        nuclear: 0.19333188004437157\n        oil: 0.0\n        solar: 0.002289276607717642\n        unknown: 0.6327089276344565\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.17622762721165375\n        hydro discharge: 0.0\n        nuclear: 0.18627943313791046\n        oil: 0.0\n        solar: 0.0021536301209946376\n        unknown: 0.635339299328092\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: RU.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  IEA 2015:\n    link: https://www.iea.org/statistics/statisticssearch/report/?country=Russia&product=electricityandheat\nsubZoneNames:\n  - RU-1\n  - RU-2\n  - RU-AS\n  - RU-EU\n  - RU-FE\n  - RU-KGD\ntimezone: Europe/Moscow\nzone_name: Russia\nisLowCarbon:\n  unknown:\n    value: 0\nisRenewable:\n  unknown:\n    value: 0\n"
  },
  {
    "path": "config/zones/RW.yaml",
    "content": "bounding_box:\n  - - 28.859688596885974\n    - -2.826199783010381\n  - - 30.886508865088672\n    - -1.0602435671398\ncenter_point:\n  - 29.97222616568311\n  - -1.9592036155313746\ncentroid:\n  - 29.916232495658303\n  - -2.0213481971410356\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\ncountry: RW\ncountry_name: Rwanda\ncurrency: RWF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Kigali\nzone_name: Rwanda\n"
  },
  {
    "path": "config/zones/SA.yaml",
    "content": "bounding_box:\n  - - 34.64854648546486\n    - 16.370345338292665\n  - - 55.66653168245267\n    - 32.155267833754806\ncenter_point:\n  - 45.21936963272702\n  - 24.524262432832636\ncentroid:\n  - 43.41838500024943\n  - 23.38588736990934\ncontributors:\n  - q--\ncountry: SA\ncountry_name: Saudi Arabia\ncurrency: SAR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: GCCIA.fetch_consumption\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Riyadh\nzone_name: Saudi Arabia\n"
  },
  {
    "path": "config/zones/SB.yaml",
    "content": "bounding_box:\n  - - 156.45936459364592\n    - -11.844883796313773\n  - - 166.14706147061466\n    - -6.60282737918741\ncenter_point:\n  - 161.3950139501395\n  - -9.413474063117569\ncentroid:\n  - 159.4844485030216\n  - -8.918144880617279\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\ncountry: SB\ncountry_name: Solomon Islands\ncurrency: SBD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Guadalcanal\nzone_name: Solomon Islands\n"
  },
  {
    "path": "config/zones/SC.yaml",
    "content": "bounding_box:\n  - - 55.20826687574969\n    - -4.802634091088595\n  - - 55.856329489439965\n    - -4.275717804997701\ncenter_point:\n  - 55.46681685600321\n  - -4.57926331668171\ncentroid:\n  - 55.55254076336677\n  - -4.510572017234428\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncontributors:\n  - VIKTORVAV99\ncountry: SC\ncountry_name: Seychelles\ncurrency: SCR\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Indian/Mahe\nzone_name: Seychelles\n"
  },
  {
    "path": "config/zones/SD.yaml",
    "content": "bounding_box:\n  - - 21.81081810818111\n    - 8.689723773805298\n  - - 38.60138601386015\n    - 22.2027018585931\ncenter_point:\n  - 30.254414578262065\n  - 15.349649136996366\ncentroid:\n  - 30.076084492010274\n  - 13.377774092734752\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 810.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1320.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1480.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1190.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1340.0\ncountry: SD\ncountry_name: Sudan\ncurrency: SDG\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Khartoum\nzone_name: Sudan\n"
  },
  {
    "path": "config/zones/SE-SE1.yaml",
    "content": "bounding_box:\n  - - 15.37203343028456\n    - 64.15555442943908\n  - - 24.161641616416176\n    - 69.05991811650836\ncenter_point:\n  - 19.789837583855636\n  - 66.48761378536409\ncentroid:\n  - 20.34192165786262\n  - 66.5871066990157\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      value: 271\n  coal:\n    - datetime: '2017-01-01'\n      value: 0\n  gas:\n    - datetime: '2017-01-01'\n      value: 1\n  geothermal:\n    - datetime: '2017-01-01'\n      value: 0\n  hydro:\n    - datetime: '2017-01-01'\n      value: 5271\n  nuclear:\n    - datetime: '2017-01-01'\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      value: 0\n  solar:\n    - datetime: '2017-01-01'\n      value: 19\n  wind:\n    - datetime: '2017-01-01'\n      source: energimyndigheten.se\n      value: 520.97\n    - datetime: '2018-01-01'\n      source: energimyndigheten.se\n      value: 830.22\n    - datetime: '2019-01-01'\n      source: energimyndigheten.se\n      value: 1254.37\n    - datetime: '2020-01-01'\n      source: energimyndigheten.se\n      value: 1648.07\n    - datetime: '2021-01-01'\n      source: energimyndigheten.se\n      value: 1947.37\n    - datetime: '2022-01-01'\n      source: energimyndigheten.se\n      value: 2872.0\n    - datetime: '2023-01-01'\n      source: energimyndigheten.se\n      value: 2999.87\n    - datetime: '2024-01-01'\n      source: energimyndigheten.se\n      value: 3066.87\ncountry: SE\ncountry_name: Sweden\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 447.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 346.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 312.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 373.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 597.49\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 28.6\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1153.629975\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1171.867209\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 567.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 466.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 432.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 617.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 841.49\n    solar:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 45.0\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 258\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0006596211766759616\n        coal: 0.0010239382579686066\n        gas: 0.005411544806178828\n        geothermal: 0.0\n        hydro: 0.7542900418120051\n        hydro discharge: 3.5123972389267287e-09\n        nuclear: 0.002765854767779047\n        oil: 1.2995869784028895e-06\n        solar: 0.00014996812243100674\n        unknown: 0.007313697580508553\n        wind: 0.22838418000519947\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013595862671193946\n        coal: 0.0020230055243639555\n        gas: 0.0040686746277505985\n        geothermal: 0.0\n        hydro: 0.7426271017444591\n        hydro discharge: 1.998316984130682e-09\n        nuclear: 0.006430061161988353\n        oil: 4.079231070272099e-06\n        solar: 0.00015904338434431548\n        unknown: 0.008683376715407339\n        wind: 0.23464515793723265\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013071692458709492\n        coal: 0.0015077016894436911\n        gas: 0.0033345619668297927\n        geothermal: 0.0\n        hydro: 0.7409705995358608\n        hydro discharge: 1.3374313039862462e-08\n        nuclear: 0.00650537285709342\n        oil: 2.355885241971773e-06\n        solar: 0.00019170138467252055\n        unknown: 0.008753382896232618\n        wind: 0.23742709836663933\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00017628284119234342\n        coal: 0.0002396789976860653\n        gas: 0.0024911118504167655\n        geothermal: 0.0\n        hydro: 0.7574487904131226\n        hydro discharge: 1.0171246327066873e-05\n        nuclear: 0.0010033112499844314\n        oil: 2.954985098479193e-07\n        solar: 0.0001785874168723214\n        unknown: 0.007362356317250164\n        wind: 0.23108950954117313\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.840069513076767e-05\n        coal: 5.1066054009689775e-05\n        gas: 7.956431366646658e-05\n        geothermal: 0.0\n        hydro: 0.7701541866983959\n        hydro discharge: 1.2023870914513197e-06\n        nuclear: 0.00033924452804296037\n        oil: 2.2811642949964295e-07\n        solar: 1.404657817116028e-07\n        unknown: 0.008350744661614963\n        wind: 0.22094498890663905\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.820192487880282e-05\n        coal: 8.100653607290969e-05\n        gas: 0.003040226240754237\n        geothermal: 0.0\n        hydro: 0.795966673419169\n        hydro discharge: 2.5118585928423596e-07\n        nuclear: 0.0005552960369919065\n        oil: 4.7436178461951024e-07\n        solar: 9.26288515692159e-05\n        unknown: 0.007110420219485841\n        wind: 0.1930546631028393\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013020530053160018\n        coal: 0.0005797423613093825\n        gas: 0.0030127353101237096\n        geothermal: 0.0\n        hydro: 0.7466163080705286\n        hydro discharge: 3.2882488846273674e-07\n        nuclear: 0.010303424064308264\n        oil: 9.818433289309889e-07\n        solar: 0.00044348659020333877\n        unknown: 0.007638724426271847\n        wind: 0.23010227571109548\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0023984145019600774\n        coal: 0.0005883725069820578\n        gas: 0.0014512366223256934\n        geothermal: 0.0\n        hydro: 0.668940593040512\n        hydro discharge: 1.1716138986065957e-07\n        nuclear: 0.012812572173607165\n        oil: 8.4780564788934e-07\n        solar: 0.0009392238205526635\n        unknown: 0.006938947891641582\n        wind: 0.30592955546892997\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: SE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  Eurostat 2022:\n    link: https://doi.org/10.2908/NRG_BAL_C\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Stockholm\nzone_name: North Sweden\nisLowCarbon:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\n"
  },
  {
    "path": "config/zones/SE-SE2.yaml",
    "content": "bounding_box:\n  - - 11.9732519005652\n    - 60.773964411045505\n  - - 21.00968239056497\n    - 66.34475494001927\ncenter_point:\n  - 16.187922232125675\n  - 63.628415727059114\ncentroid:\n  - 16.575893602085152\n  - 63.37094981421646\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      value: 680\n  coal:\n    - datetime: '2017-01-01'\n      value: 0\n  gas:\n    - datetime: '2017-01-01'\n      value: 2\n  geothermal:\n    - datetime: '2017-01-01'\n      value: 0\n  hydro:\n    - datetime: '2017-01-01'\n      value: 8077\n  nuclear:\n    - datetime: '2017-01-01'\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      value: 0\n  solar:\n    - datetime: '2017-01-01'\n      value: 145\n  wind:\n    - datetime: '2017-01-01'\n      source: energimyndigheten.se\n      value: 2346.6\n    - datetime: '2018-01-01'\n      source: energimyndigheten.se\n      value: 2561.15\n    - datetime: '2019-01-01'\n      source: energimyndigheten.se\n      value: 3148.24\n    - datetime: '2020-01-01'\n      source: energimyndigheten.se\n      value: 3944.74\n    - datetime: '2021-01-01'\n      source: energimyndigheten.se\n      value: 5167.7\n    - datetime: '2022-01-01'\n      source: energimyndigheten.se\n      value: 5969.0\n    - datetime: '2023-01-01'\n      source: energimyndigheten.se\n      value: 6823.35\n    - datetime: '2024-01-01'\n      source: energimyndigheten.se\n      value: 7075.25\ncountry: SE\ncountry_name: Sweden\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 447.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 346.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 312.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 373.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 597.49\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 28.6\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1153.629975\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1171.867209\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 567.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 466.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 432.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 617.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 841.49\n    solar:\n      datetime: '2014-01-01'\n      source: IPCC 2014\n      value: 45.0\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 258\n    wind:\n      datetime: '2014-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.231123466713303e-05\n        coal: 0.0002969472346707056\n        gas: 0.000658218813533247\n        geothermal: 1.3553190190860343e-09\n        hydro: 0.6892612183449582\n        hydro discharge: 6.399816408124254e-06\n        nuclear: 0.028115852707700402\n        oil: 6.630672414375242e-06\n        solar: 0.0005365161351223912\n        unknown: 0.02216987390857723\n        wind: 0.2588657718142423\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00011994947947777691\n        coal: 0.0004113980156303095\n        gas: 0.0008577359625291733\n        geothermal: 2.8151417918955017e-08\n        hydro: 0.6835361089349843\n        hydro discharge: 4.476075449113847e-06\n        nuclear: 0.038860728661191654\n        oil: 9.444646033688974e-06\n        solar: 0.0005347785651755493\n        unknown: 0.023489736149870363\n        wind: 0.2521755760699977\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.274868101454147e-05\n        coal: 0.00012514424334486433\n        gas: 0.0014403331736496834\n        geothermal: 3.9883687680222423e-10\n        hydro: 0.7015622448441082\n        hydro discharge: 1.15662694272645e-08\n        nuclear: 0.00176563290594399\n        oil: 1.0413630853306075e-06\n        solar: 0.0006697444323488742\n        unknown: 0.01756861206745104\n        wind: 0.2767846390784711\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00013838749785221506\n        coal: 0.00022971978018822403\n        gas: 0.001184633513350402\n        geothermal: 2.207800288532415e-09\n        hydro: 0.6972707579804347\n        hydro discharge: 2.1342069455813343e-08\n        nuclear: 0.0030930259094872114\n        oil: 6.211278145071192e-07\n        solar: 0.0007243093609916819\n        unknown: 0.01816698623300225\n        wind: 0.279191627774621\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.38864560274077e-05\n        coal: 0.00011083315369754615\n        gas: 0.0010860539437394677\n        geothermal: 3.829227255995929e-09\n        hydro: 0.7047524712640333\n        hydro discharge: 4.680166646217247e-08\n        nuclear: 0.002402727779137936\n        oil: 1.5465823417272446e-06\n        solar: 0.0007813095727376778\n        unknown: 0.01928733775863541\n        wind: 0.27149358884457503\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.29633226147639e-05\n        coal: 2.558184678928465e-05\n        gas: 0.0007302219401250339\n        geothermal: 0.0\n        hydro: 0.713048238525453\n        hydro discharge: 0.0005523113910137212\n        nuclear: 0.0001400947976946217\n        oil: 3.076237767772655e-08\n        solar: 0.0007998057059944876\n        unknown: 0.01862767219664254\n        wind: 0.2660328583151507\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.478618824640477e-05\n        coal: 6.402077693847329e-06\n        gas: 2.0396698743610792e-05\n        geothermal: 0.0\n        hydro: 0.68411206481959\n        hydro discharge: 0.0005438267989009649\n        nuclear: 4.7877756279878155e-05\n        oil: 2.0553063224613734e-08\n        solar: 1.2090037190949257e-08\n        unknown: 0.02388449231663931\n        wind: 0.2913600550116036\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.886933278861103e-05\n        coal: 1.3667993521841735e-05\n        gas: 0.0009246100155225964\n        geothermal: 0.0\n        hydro: 0.7449401893594743\n        hydro discharge: 0.00019154073018231134\n        nuclear: 0.00013045995340340888\n        oil: 1.1454207583441956e-07\n        solar: 0.00048507944340917577\n        unknown: 0.017100766081630567\n        wind: 0.23617465534277235\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00031129851297193414\n        coal: 0.0001520447297578595\n        gas: 0.0009559016456568319\n        geothermal: 5.583003644697138e-09\n        hydro: 0.7154805643001112\n        hydro discharge: 6.596039656027432e-05\n        nuclear: 0.002862114256695787\n        oil: 6.587944300742622e-07\n        solar: 0.0009977713814902382\n        unknown: 0.020194946162792278\n        wind: 0.2589786609596068\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0004314545036449216\n        coal: 0.00011846328359988772\n        gas: 0.0005723486598281637\n        geothermal: 6.916917753663174e-10\n        hydro: 0.6712519195743689\n        hydro discharge: 5.431232989353861e-05\n        nuclear: 0.002741142687955049\n        oil: 3.935726201834346e-07\n        solar: 0.0013529000025004657\n        unknown: 0.014809349860570501\n        wind: 0.30866761246294394\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: SE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  Eurostat 2022:\n    link: https://doi.org/10.2908/NRG_BAL_C\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Stockholm\nzone_name: North Central Sweden\nisLowCarbon:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\n"
  },
  {
    "path": "config/zones/SE-SE3.yaml",
    "content": "bounding_box:\n  - - 11.118711187111899\n    - 56.92056161758078\n  - - 19.373529599638907\n    - 62.26429740073408\ncenter_point:\n  - 15.211910518135229\n  - 59.44008750997199\ncentroid:\n  - 14.868951874699498\n  - 58.967141148938694\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      value: 2561\n  gas:\n    - datetime: '2017-01-01'\n      value: 950\n  hydro:\n    - datetime: '2017-01-01'\n      value: 2593\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 9076.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 8603.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 8586.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 7710.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 6871.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 6900.0\n  solar:\n    - datetime: '2017-01-01'\n      value: 1130\n  wind:\n    - datetime: '2017-01-01'\n      source: energimyndigheten.se\n      value: 2115.89\n    - datetime: '2018-01-01'\n      source: energimyndigheten.se\n      value: 2278.19\n    - datetime: '2019-01-01'\n      source: energimyndigheten.se\n      value: 2625.69\n    - datetime: '2020-01-01'\n      source: energimyndigheten.se\n      value: 2839.95\n    - datetime: '2021-01-01'\n      source: energimyndigheten.se\n      value: 3078.82\n    - datetime: '2022-01-01'\n      source: energimyndigheten.se\n      value: 3254.0\n    - datetime: '2023-01-01'\n      source: energimyndigheten.se\n      value: 3969.16\n    - datetime: '2024-01-01'\n      source: energimyndigheten.se\n      value: 4233.36\ncountry: SE\ncountry_name: Sweden\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 447.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 346.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 312.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 373.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 597.49\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 28.6\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1153.629975\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1171.867209\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 567.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 466.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 432.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 617.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 841.49\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 37.66666667\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 258\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0008265774220178043\n        coal: 0.003678571505163534\n        gas: 0.002302002305497604\n        geothermal: 4.248682154734612e-07\n        hydro: 0.3250646275054976\n        hydro discharge: 2.4554913578338443e-05\n        nuclear: 0.45564866344503013\n        oil: 6.78476864559356e-05\n        solar: 0.004879413021654606\n        unknown: 0.05459842788473321\n        wind: 0.1529088273284083\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0016753116016516019\n        coal: 0.008818374775262485\n        gas: 0.0038564531834406517\n        geothermal: 1.559590831983078e-06\n        hydro: 0.3030231370090399\n        hydro discharge: 3.558090879730497e-05\n        nuclear: 0.47334388019098\n        oil: 0.00014299025822922577\n        solar: 0.005585459927482594\n        unknown: 0.05589790085557276\n        wind: 0.14762234318559755\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001645483904794532\n        coal: 0.002370263796314717\n        gas: 0.0019796937891512845\n        geothermal: 8.209050555297472e-07\n        hydro: 0.34671299326141075\n        hydro discharge: 1.8544632349245866e-05\n        nuclear: 0.427200802840825\n        oil: 0.00032751148872558724\n        solar: 0.007189399302902068\n        unknown: 0.04772464078169215\n        wind: 0.16482981000602576\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0017021177783986198\n        coal: 0.003682948124312501\n        gas: 0.002557135319484972\n        geothermal: 1.0795648768892006e-06\n        hydro: 0.33156424857974404\n        hydro discharge: 2.5906588983944718e-05\n        nuclear: 0.4434706709593872\n        oil: 5.0541093835898906e-05\n        solar: 0.007568904362876376\n        unknown: 0.049078411863825354\n        wind: 0.1602980206541435\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0013851105736540556\n        coal: 0.0024250066742577936\n        gas: 0.0022794615638391867\n        geothermal: 1.032465341547176e-06\n        hydro: 0.3277202032638838\n        hydro discharge: 1.8612708181876857e-05\n        nuclear: 0.44526531815003584\n        oil: 9.615906730741486e-05\n        solar: 0.00792042160066271\n        unknown: 0.05034274614885329\n        wind: 0.16254586392904297\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0009766737054057863\n        coal: 0.001425607570792751\n        gas: 0.0015266073206996016\n        geothermal: 6.738579306702626e-07\n        hydro: 0.38471018151785236\n        hydro discharge: 0.0014392881785257993\n        nuclear: 0.3880566268610894\n        oil: 4.6830016436074294e-05\n        solar: 0.007309504302209839\n        unknown: 0.04576764352669368\n        wind: 0.16874032582541806\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0008115737219900107\n        coal: 0.001421793315843166\n        gas: 0.0012757582055920344\n        geothermal: 5.192634334636818e-07\n        hydro: 0.3230170156229668\n        hydro discharge: 0.0012830420035360546\n        nuclear: 0.41793077754527236\n        oil: 3.0266283429278092e-05\n        solar: 0.0005404940928425192\n        unknown: 0.07945762454238671\n        wind: 0.17423112549577366\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000952666902292815\n        coal: 0.0015041968651867152\n        gas: 0.0010561985308332623\n        geothermal: 5.800827482502393e-07\n        hydro: 0.37415446493739074\n        hydro discharge: 0.0003284357614798548\n        nuclear: 0.3941413762998981\n        oil: 3.68573208860839e-05\n        solar: 0.004638739094211139\n        unknown: 0.05357150844086794\n        wind: 0.16961495339220453\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001310951949179141\n        coal: 0.001303260622613743\n        gas: 0.0011420801591377422\n        geothermal: 9.332634286555663e-07\n        hydro: 0.3722150171277094\n        hydro discharge: 0.00041386578678747797\n        nuclear: 0.3871655380209428\n        oil: 6.130142258132387e-05\n        solar: 0.007791872453475923\n        unknown: 0.04663995636539186\n        wind: 0.18195518460974716\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0015070913086330578\n        coal: 0.0010428259940675417\n        gas: 0.0008858901377702544\n        geothermal: 7.329267542928376e-07\n        hydro: 0.34798420367658317\n        hydro discharge: 0.0003374887319241673\n        nuclear: 0.39821036282751215\n        oil: 5.285412493574413e-05\n        solar: 0.01062997963303864\n        unknown: 0.03717101809816512\n        wind: 0.2021775270304475\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: SE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  Eurostat 2022:\n    link: https://doi.org/10.2908/NRG_BAL_C\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Stockholm\nzone_name: South Central Sweden\nisLowCarbon:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\n"
  },
  {
    "path": "config/zones/SE-SE4.yaml",
    "content": "bounding_box:\n  - - 12.352274438535977\n    - 55.34588629391277\n  - - 17.199686739075773\n    - 57.46626135885869\ncenter_point:\n  - 14.569042728056864\n  - 56.5010914354608\ncentroid:\n  - 14.59343189672335\n  - 56.78591947279688\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      value: 883\n  coal:\n    - datetime: '2017-01-01'\n      value: 0\n  gas:\n    - datetime: '2017-01-01'\n      value: 582\n  geothermal:\n    - datetime: '2017-01-01'\n      value: 0\n  hydro:\n    - datetime: '2017-01-01'\n      value: 345\n  nuclear:\n    - datetime: '2017-01-01'\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      value: 662\n  solar:\n    - datetime: '2017-01-01'\n      value: 1091\n  wind:\n    - datetime: '2017-01-01'\n      source: energimyndigheten.se\n      value: 1627.49\n    - datetime: '2018-01-01'\n      source: energimyndigheten.se\n      value: 1630.66\n    - datetime: '2019-01-01'\n      source: energimyndigheten.se\n      value: 1652.93\n    - datetime: '2020-01-01'\n      source: energimyndigheten.se\n      value: 1649.2\n    - datetime: '2021-01-01'\n      source: energimyndigheten.se\n      value: 1921.89\n    - datetime: '2022-01-01'\n      source: energimyndigheten.se\n      value: 2183.0\n    - datetime: '2023-01-01'\n      source: energimyndigheten.se\n      value: 2431.34\n    - datetime: '2024-01-01'\n      source: energimyndigheten.se\n      value: 2443.88\ncountry: SE\ncountry_name: Sweden\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 447.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 346.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 312.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 373.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 597.49\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 28.6\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1153.629975\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1171.867209\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 567.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 466.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 432.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 617.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 841.49\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 35.6\n    unknown:\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for SE for\n          the sources in unknown\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 258\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0029359493045969043\n        coal: 0.010850929807982433\n        gas: 0.006697188104233741\n        geothermal: 1.9458916081204937e-06\n        hydro: 0.28334478937071544\n        hydro discharge: 5.2948228117312056e-05\n        nuclear: 0.3216105986232798\n        oil: 0.00026689722539250706\n        solar: 0.013828894486485286\n        unknown: 0.08831576118466927\n        wind: 0.2720965358535611\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00833846779738401\n        coal: 0.011559481144634834\n        gas: 0.004555854961968775\n        geothermal: 3.086154936538181e-06\n        hydro: 0.29843835378537126\n        hydro discharge: 0.0001995935878165048\n        nuclear: 0.30081085363557075\n        oil: 0.0006294009190385132\n        solar: 0.019225917513530946\n        unknown: 0.07261500041151926\n        wind: 0.2836238106091918\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.004884572650574876\n        coal: 0.006277046019724963\n        gas: 0.005309220895234022\n        geothermal: 5.919487775826679e-06\n        hydro: 0.3265650937346932\n        hydro discharge: 0.0016216577702062326\n        nuclear: 0.2862972003672944\n        oil: 0.0002987140681796447\n        solar: 0.02255594854313073\n        unknown: 0.07060926069954462\n        wind: 0.2755752355382071\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.012305401169924311\n        coal: 0.025513976913648033\n        gas: 0.009744654325429909\n        geothermal: 5.132575687871965e-06\n        hydro: 0.279693145126424\n        hydro discharge: 0.00015417769379544766\n        nuclear: 0.29194917400224707\n        oil: 0.0006433833468527277\n        solar: 0.020280056819579204\n        unknown: 0.07327972026704\n        wind: 0.2864309856713906\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.015374280126298987\n        coal: 0.03444118811128335\n        gas: 0.015018023129411272\n        geothermal: 1.3417815008227478e-05\n        hydro: 0.26579257123490846\n        hydro discharge: 0.000394416939917797\n        nuclear: 0.28305925842260293\n        oil: 0.0010061999218728337\n        solar: 0.023319768230726325\n        unknown: 0.07207663225285563\n        wind: 0.28950405677749386\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0077644633216081985\n        coal: 0.011586189669500013\n        gas: 0.008602970377463935\n        geothermal: 6.139739564896537e-06\n        hydro: 0.2825765299981671\n        hydro discharge: 0.0017123870657082215\n        nuclear: 0.29143175238182206\n        oil: 0.000561576112521992\n        solar: 0.003815248245167566\n        unknown: 0.12192898242272386\n        wind: 0.270013610786769\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0040519295024818115\n        coal: 0.005974600790358764\n        gas: 0.0025460007589257236\n        geothermal: 2.85560604201288e-06\n        hydro: 0.3202596864334\n        hydro discharge: 0.00045779018946506003\n        nuclear: 0.30154673856931163\n        oil: 0.0002826037289141179\n        solar: 0.013067591590199046\n        unknown: 0.08492971099098666\n        wind: 0.266880371903528\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005754978547177921\n        coal: 0.008758062578770211\n        gas: 0.003544986985406879\n        geothermal: 6.743707267520559e-06\n        hydro: 0.32136299223512793\n        hydro discharge: 0.0005250689222721729\n        nuclear: 0.27096517967437517\n        oil: 0.0005222799145334775\n        solar: 0.02275596647649808\n        unknown: 0.06848567421007519\n        wind: 0.29731792253920175\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 4.739525081064813e-09\n        biomass: 0.005474522573443706\n        coal: 0.010071025849852274\n        gas: 0.004095521730717282\n        geothermal: 7.457642715055483e-06\n        hydro: 0.29469708160074737\n        hydro discharge: 0.00046416775857662293\n        nuclear: 0.27957341773696986\n        oil: 0.0005397612878095743\n        solar: 0.03496637189888715\n        unknown: 0.057250942025872324\n        wind: 0.3128595834430837\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: NORDPOOL.fetch_price\n  production: SE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  Eurostat 2022:\n    link: https://doi.org/10.2908/NRG_BAL_C\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Stockholm\nzone_name: South Sweden\nisLowCarbon:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources in unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\n"
  },
  {
    "path": "config/zones/SE.yaml",
    "content": "bounding_box:\n  - - 11.118711187111899\n    - 55.34588629391277\n  - - 24.161641616416176\n    - 69.05991811650836\ncenter_point:\n  - 16.693385557382808\n  - 62.189575383409604\ncentroid:\n  - 16.568196956339914\n  - 61.64254207304956\ncontributors:\n  - augustekman\n  - RRyyas\n  - corradio\n  - VIKTORVAV99\n  - dpkruczek\ncountry: SE\ncountry_name: Sweden\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1057.262766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1075.5\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 447.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 346.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 312.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 373.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 597.49\n    unknown:\n      - _comment: Uses the 2015 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2015-01-01'\n        source: Eurostat 2022; assumes 85.46% biomass, 7.98% gas, 2.77% coal, 1.8% oil,\n          1.3% peat, 0.69% solar\n        value: 67.7\n      - _comment: Uses the 2016 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2016-01-01'\n        source: Eurostat 2022; assumes 85.52% biomass, 7.84% gas, 2.6% oil, 1.74% coal,\n          1.38% peat, 0.94% solar\n        value: 63.1\n      - _comment: Uses the 2016 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2017-01-01'\n        source: Eurostat 2022; assumes 87.2% biomass, 6.21% gas, 2.04% coal, 1.84% oil,\n          1.46% solar, 1.26% peat\n        value: 55.5\n      - _comment: Uses the 2018 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2018-01-01'\n        source: Eurostat 2022; assumes 84.38% biomass, 7.15% gas, 2.55% solar, 2.10%\n          coal, 1.92% oil, 1.90% peat\n        value: 64.6\n      - _comment: Uses the 2019 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2019-01-01'\n        source: Eurostat 2022; assumes 86.15% biomass, 6.15% gas, 3.98% solar, 1.27%\n          oil, 1.24% coal, 1.20% peat\n        value: 46.5\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2020-01-01'\n        source: Eurostat 2022; assumes 86.72% biomass, 7.17% solar, 4.58% gas, 0.96%\n          oil, 0.56% peat, 0.01% coal\n        value: 27.4\n      - _comment: Uses the 2020 values with 2021 emission factors\n        datetime: '2021-01-01'\n        source: Eurostat 2022; assumes 86.72% biomass, 7.17% solar, 4.58% gas, 0.96%\n          oil, 0.56% peat, 0.01% coal\n        value: 35.5\n      - _comment: Uses the 2020 values with 2022 emission factors minus solar and gas\n        datetime: '2022-01-01'\n        source: Eurostat 2022; assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01%\n          coal\n        value: 28.6\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1153.629975\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1171.867209\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 567.9740216\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 466.62\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 432.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 617.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 841.49\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 40.81666667\n    unknown:\n      - _comment: Uses the 2015 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2015-01-01'\n        source: assumes 85.46% biomass, 7.98% gas, 2.77% coal, 1.8% oil, 1.3% peat,\n          0.69% solar\n        value: 281\n      - _comment: Uses the 2016 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2016-01-01'\n        source: assumes 85.52% biomass, 7.84% gas, 2.6% oil, 1.74% coal, 1.38% peat,\n          0.94% solar\n        value: 277.9\n      - _comment: Uses the 2016 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2017-01-01'\n        source: assumes 87.2% biomass, 6.21% gas, 2.04% coal, 1.84% oil, 1.46% solar,\n          1.26% peat\n        value: 270.6\n      - _comment: Uses the 2018 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2018-01-01'\n        source: assumes 84.38% biomass, 7.15% gas, 2.55% solar, 2.10% coal, 1.92% oil,\n          1.90% peat\n        value: 275.5\n      - _comment: Uses the 2019 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2019-01-01'\n        source: assumes 86.15% biomass, 6.15% gas, 3.98% solar, 1.27% oil, 1.24% coal,\n          1.20% peat\n        value: 258.4\n      - _comment: Uses the 2020 (2022 edition) eurostat production values for the sources\n          in unknown\n        datetime: '2020-01-01'\n        source: assumes 86.72% biomass, 7.17% solar, 4.58% gas, 0.96% oil, 0.56% peat,\n          0.01% coal\n        value: 237.9\n      - _comment: Uses the 2020 values with 2021 emission factors\n        datetime: '2021-01-01'\n        source: assumes 86.72% biomass, 7.17% solar, 4.58% gas, 0.96% oil, 0.56% peat,\n          0.01% coal\n        value: 245.8\n      - _comment: Uses the 2020 values with 2022 emission factors minus solar and gas\n        datetime: '2022-01-01'\n        source: assumes 98.26% biomass, 1.09% oil, 0.64% peat, 0.01% coal\n        value: 258\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0008544602403404806\n        coal: 0.0030533526706254975\n        gas: 0.001922495681605918\n        geothermal: 6.442205900022875e-07\n        hydro: 0.5157980032770925\n        hydro discharge: 3.912496156542762e-05\n        nuclear: 0.31448953696475124\n        oil: 7.529063423769025e-05\n        solar: 0.0004042073266118967\n        unknown: 0.05985935476591089\n        wind: 0.10350350094651478\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0025500452276079754\n        coal: 0.0035940634609047174\n        gas: 0.0027192868507887836\n        geothermal: 1.0383511984516753e-06\n        hydro: 0.44074885833649197\n        hydro discharge: 4.792997947804278e-05\n        nuclear: 0.2857576372380286\n        oil: 0.0002951402310623945\n        solar: 0.00763121190079565\n        unknown: 0.04311577989336255\n        wind: 0.21353899167393026\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0033327328416806793\n        coal: 0.006892441847933341\n        gas: 0.003785166019481859\n        geothermal: 1.5221645586962977e-06\n        hydro: 0.4348572076771633\n        hydro discharge: 4.1985589908899797e-05\n        nuclear: 0.28559962843415143\n        oil: 0.0001459526807380495\n        solar: 0.007837032970538917\n        unknown: 0.043416301682895064\n        wind: 0.21409000475604528\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.003846321240878185\n        coal: 0.008139772665294209\n        gas: 0.004650168667270287\n        geothermal: 3.132924062565307e-06\n        hydro: 0.42822777801693673\n        hydro discharge: 8.620296182802475e-05\n        nuclear: 0.28711851344355577\n        oil: 0.00024531788280055097\n        solar: 0.008766590817249788\n        unknown: 0.044413620298272824\n        wind: 0.21450254422304119\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0015134194037580524\n        coal: 0.0020482162500784925\n        gas: 0.0022231036103447285\n        geothermal: 1.4989523530334743e-06\n        hydro: 0.44310389560310964\n        hydro discharge: 0.0012468456278938427\n        nuclear: 0.29335883863739876\n        oil: 8.325972565268254e-05\n        solar: 0.008722889784307315\n        unknown: 0.04383593626683848\n        wind: 0.20386208123814206\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.001707893300444385\n        coal: 0.002661130313560573\n        gas: 0.002112714338016048\n        geothermal: 1.271911872135281e-06\n        hydro: 0.4168199758668297\n        hydro discharge: 0.0011066927158558603\n        nuclear: 0.29278963058450597\n        oil: 0.00010589286340033665\n        solar: 0.0009171109041775911\n        unknown: 0.07044595392173544\n        wind: 0.21133171410237422\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0012933409719901162\n        coal: 0.001959776979189334\n        gas: 0.001460359435799134\n        geothermal: 8.481782423396676e-07\n        hydro: 0.4429563809003136\n        hydro discharge: 0.00030646686121659015\n        nuclear: 0.3007766233663627\n        oil: 7.056802572025835e-05\n        solar: 0.0051864326394529614\n        unknown: 0.05071443391742726\n        wind: 0.19527475706921638\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0019277128894154135\n        coal: 0.002336936320588193\n        gas: 0.0016757284568182317\n        geothermal: 1.7149557072677973e-06\n        hydro: 0.43468025985408193\n        hydro discharge: 0.00035746444442233465\n        nuclear: 0.29237392134213247\n        oil: 0.00012508940834871709\n        solar: 0.008855832879058785\n        unknown: 0.04390880154270242\n        wind: 0.21375650953095357\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.2506611788379525e-09\n        biomass: 0.0021154277242925075\n        coal: 0.0023888628263084724\n        gas: 0.0014277539419318458\n        geothermal: 1.7068398438190956e-06\n        hydro: 0.4029223539104138\n        hydro discharge: 0.00029780149926429374\n        nuclear: 0.3012984673584672\n        oil: 0.00012282391688910982\n        solar: 0.012774182149296296\n        unknown: 0.03539409961324375\n        wind: 0.2412564947378273\nhas_day_ahead_price_license: true\nhide_day_ahead_price: false\nisLowCarbon:\n  unknown:\n    - _comment: Sum of renewable sources in SE unknown production for 2015\n      datetime: '2015-01-01'\n      value: 0.8615\n    - _comment: Sum of renewable sources in SE unknown production for 2016\n      datetime: '2016-01-01'\n      value: 0.8646\n    - _comment: Sum of renewable sources in SE unknown production for 2017\n      datetime: '2017-01-01'\n      value: 0.8866\n    - _comment: Sum of renewable sources in SE unknown production for 2018\n      datetime: '2018-01-01'\n      value: 0.8693\n    - _comment: Sum of renewable sources in SE unknown production for 2019\n      datetime: '2019-01-01'\n      value: 0.9013\n    - _comment: Sum of renewable sources in SE unknown production for 2020\n      datetime: '2020-01-01'\n      value: 0.9332\n    - _comment: Sum of renewable sources in SE unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nisRenewable:\n  unknown:\n    - _comment: Sum of renewable sources in SE unknown production for 2015\n      datetime: '2015-01-01'\n      value: 0.8615\n    - _comment: Sum of renewable sources in SE unknown production for 2016\n      datetime: '2016-01-01'\n      value: 0.8646\n    - _comment: Sum of renewable sources in SE unknown production for 2017\n      datetime: '2017-01-01'\n      value: 0.8866\n    - _comment: Sum of renewable sources in SE unknown production for 2018\n      datetime: '2018-01-01'\n      value: 0.8693\n    - _comment: Sum of renewable sources in SE unknown production for 2019\n      datetime: '2019-01-01'\n      value: 0.9013\n    - _comment: Sum of renewable sources in SE unknown production for 2020\n      datetime: '2020-01-01'\n      value: 0.9332\n    - _comment: Sum of renewable sources in SE unknown production for 2022\n      datetime: '2022-01-01'\n      value: 0.9826\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: ENTSOE.fetch_production\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  Eurostat 2022:\n    link: https://doi.org/10.2908/NRG_BAL_C\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\nsubZoneNames:\n  - SE-SE1\n  - SE-SE2\n  - SE-SE3\n  - SE-SE4\ntimezone: Europe/Stockholm\nzone_name: Sweden\n"
  },
  {
    "path": "config/zones/SG.yaml",
    "content": "bounding_box:\n  - - 103.64683646836468\n    - 1.268128202083403\n  - - 103.96003960039602\n    - 1.426212512352693\ncenter_point:\n  - 103.80343803438035\n  - 1.347170357218048\ncentroid:\n  - 103.831737208542\n  - 1.359443451724828\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 220.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10880.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 630.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 920.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1160.0\ncontributors:\n  - corradio\n  - jarek\n  - r24mille\n  - systemcatch\n  - alixunderplatz\n  - q--\n  - nessie2013\ncountry: SG\ncountry_name: Singapore\ncurrency: SGD\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9711940580801492\n        geothermal: 0.0\n        hydro: 0.00011278782824837451\n        hydro discharge: 0.0\n        nuclear: 0.00011278782824837451\n        oil: 0.0\n        solar: 0.006468881848449212\n        unknown: 0.021997100046621844\n        wind: 0.00011278782824837451\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9711940885113769\n        geothermal: 0.0\n        hydro: 0.00011278783178244891\n        hydro discharge: 0.0\n        nuclear: 0.00011278783178244891\n        oil: 0.0\n        solar: 0.006468850799399156\n        unknown: 0.021997100735875193\n        wind: 0.00011278783178244891\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9707511878087615\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0067770024438817125\n        unknown: 0.022471723908608885\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.000801359742596653\n        gas: 0.9764803153390155\n        geothermal: 0.0\n        hydro: 5.183074203133382e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 4.844156849370942e-07\n        solar: 0.001561646398215396\n        unknown: 0.02110434735030894\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0009139292843429182\n        gas: 0.9753633502522234\n        geothermal: 0.0\n        hydro: 4.699302338946407e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 5.834930367264208e-07\n        solar: 0.0029497993561505187\n        unknown: 0.020725325580277395\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.001766016781402966\n        gas: 0.9738119107907736\n        geothermal: 0.0\n        hydro: 0.0001111769803351893\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 5.736125630324498e-07\n        solar: 0.004782809002571431\n        unknown: 0.01952750093008503\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0005209714131995036\n        gas: 0.9718425958575975\n        geothermal: 0.0\n        hydro: 5.596122779486973e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 1.3959406744799602e-06\n        solar: 0.0069878248771033805\n        unknown: 0.020591240642205067\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0024736993670715236\n        gas: 0.9593167865433155\n        geothermal: 0.0\n        hydro: 0.0002641788319412092\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 1.4627051658300322e-05\n        solar: 0.011541491765051315\n        unknown: 0.026389214479562294\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.001563757368133233\n        gas: 0.9624928962621507\n        geothermal: 0.0\n        hydro: 0.00015128305568898873\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 4.614477622060009e-06\n        solar: 0.015930815799617755\n        unknown: 0.019856631795621648\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0009223966518099746\n        gas: 0.9565993240650125\n        geothermal: 0.0\n        hydro: 9.434755411137803e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 9.020531244448798e-07\n        solar: 0.021984125166641562\n        unknown: 0.020398877413407873\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    value: 1\nisRenewable:\n  unknown:\n    value: 1\nparsers:\n  price: SG.fetch_price\n  production: SG.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Singapore\nzone_name: Singapore\n"
  },
  {
    "path": "config/zones/SI.yaml",
    "content": "_comment: hydro incl. 180 MW pumped storage\nbounding_box:\n  - - 13.36513365133655\n    - 45.42418901301268\n  - - 16.51516515165153\n    - 46.863858342968754\ncenter_point:\n  - 14.646384201626761\n  - 46.02679251148994\ncentroid:\n  - 14.577469489788768\n  - 46.06700727134408\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 57.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 61.3\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 20.200000000000003\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 47.43\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 49.7\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 39.010000000000005\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 924.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 967.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 981.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1190.5\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 491.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 545.76\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 548.37\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 548.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 618.02\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 756.04\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 764.4\n  geothermal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1053.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1110.58\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1125.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 1128.94\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1125.24\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1145.54\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 180.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 696.0\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 700.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 58.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 58.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 266.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 275.34\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 277.62\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 459.0\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 702.4\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 1109.53\n    - datetime: '2025-01-01'\n      source: entsoe.eu\n      value: 1411.46\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 3.31\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 3.29\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 3.3\n    - datetime: '2023-01-01'\n      source: entsoe.eu\n      value: 2.39\n    - datetime: '2024-01-01'\n      source: entsoe.eu\n      value: 3.25\ncontributors:\n  - corradio\ncountry: SI\ncountry_name: Slovenia\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1046.269766\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1032.39\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1044.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 1004.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 419.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 412.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 392.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 390.45\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 278.19\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1055.8075199999998\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1041.927754\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1104.92\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1064.93\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 539.8221756\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 532.38\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 512.33\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 510.45\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 288.89\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 10.7\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 10.7\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 30.83333333\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023083020561577544\n        coal: 0.25289458142342147\n        gas: 0.04183310201713685\n        geothermal: 1.0130766102243297e-05\n        hydro: 0.27307719076011466\n        hydro discharge: 0.029621873988402506\n        nuclear: 0.308277530881865\n        oil: 0.00021148002015264702\n        solar: 0.021527310208824552\n        unknown: 0.02575864166403666\n        wind: 0.023704958270032248\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022824011510158854\n        coal: 0.26381701263642665\n        gas: 0.03537473247260068\n        geothermal: 1.0325989812573876e-05\n        hydro: 0.31265982063416903\n        hydro discharge: 0.026675502052085208\n        nuclear: 0.2949545872766467\n        oil: 0.0001514871315727671\n        solar: 0.021750759979374642\n        unknown: 0.0038197869653427176\n        wind: 0.017961830412658183\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.025465964218228835\n        coal: 0.24407456473202355\n        gas: 0.04613304557316413\n        geothermal: 2.4868059273132453e-05\n        hydro: 0.2922241627803568\n        hydro discharge: 0.029954373590669055\n        nuclear: 0.29803286662095757\n        oil: 0.00031977833051162425\n        solar: 0.024695436925560255\n        unknown: 0.006418444509974177\n        wind: 0.03265642516584855\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.022141856601113948\n        coal: 0.255397768040327\n        gas: 0.050964418273509546\n        geothermal: 0.0002839692786382373\n        hydro: 0.3219213391759703\n        hydro discharge: 0.021965998284882358\n        nuclear: 0.26880566514067045\n        oil: 0.0004027392246349724\n        solar: 0.020178032341030633\n        unknown: 0.004277171206830682\n        wind: 0.033661007057356945\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02335223534140204\n        coal: 0.22071954620391873\n        gas: 0.06393241276184868\n        geothermal: 0.00016148874967101293\n        hydro: 0.32272975047396174\n        hydro discharge: 0.026642373497079888\n        nuclear: 0.274887372754516\n        oil: 0.0005527882156553738\n        solar: 0.02268372134148544\n        unknown: 0.00479596491136181\n        wind: 0.039542239640230285\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020497995841035236\n        coal: 0.20437179563071228\n        gas: 0.05964018839700271\n        geothermal: 0.00018034484317066025\n        hydro: 0.323811372802907\n        hydro discharge: 0.029884119246192893\n        nuclear: 0.2996238693667422\n        oil: 0.0003648741603135132\n        solar: 0.0223718224667253\n        unknown: 0.003666338314895154\n        wind: 0.03558719312082458\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0198750994244001\n        coal: 0.20820728461256446\n        gas: 0.06270790975422591\n        geothermal: 0.00045301775421125823\n        hydro: 0.3466436136348879\n        hydro discharge: 0.029496215536916223\n        nuclear: 0.26966278866988097\n        oil: 0.0005234040705225708\n        solar: 0.020470318305617755\n        unknown: 0.004643087975190909\n        wind: 0.03731704070565446\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.021417322537494607\n        coal: 0.20153169742541624\n        gas: 0.08800993791026583\n        geothermal: 0.00038737409695244624\n        hydro: 0.2696049685930344\n        hydro discharge: 0.031729982683683725\n        nuclear: 0.3059090831358103\n        oil: 0.0006585548486074277\n        solar: 0.026269373060242757\n        unknown: 0.00600384257316677\n        wind: 0.04847772352755237\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.01853596889931821\n        coal: 0.1795627865499333\n        gas: 0.06387840703452227\n        geothermal: 0.00016678114289876304\n        hydro: 0.3400307720998869\n        hydro discharge: 0.029045819524263553\n        nuclear: 0.2892226931054213\n        oil: 0.001022496942089773\n        solar: 0.031438689944007496\n        unknown: 0.0038861103747545042\n        wind: 0.0432091340937893\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.1381408882088339e-07\n        biomass: 0.02012157268881097\n        coal: 0.16658573597911241\n        gas: 0.06286477717401952\n        geothermal: 2.490727171109678e-05\n        hydro: 0.34668278050357293\n        hydro discharge: 0.03153820334676059\n        nuclear: 0.27195725453970315\n        oil: 0.0003795691674112517\n        solar: 0.049591378558207624\n        unknown: 0.003995671216234753\n        wind: 0.04625761651149296\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.653\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2023-01-01'\n      value: 0.2828\n    - datetime: '2024-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Ljubljana\nzone_name: Slovenia\n"
  },
  {
    "path": "config/zones/SJ.yaml",
    "content": "bounding_box:\n  - - 10.485104851048533\n    - 74.34780414993347\n  - - 33.64053640536406\n    - 80.5043224973202\ncenter_point:\n  - 23.95264625863929\n  - 79.75626655413785\ncentroid:\n  - 18.702710349787225\n  - 78.8667613872489\ncountry: SJ\ncountry_name: Svalbard and Jan Mayen\ncurrency: NOK\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Arctic/Longyearbyen\nzone_name: Svalbard and Jan Mayen\n"
  },
  {
    "path": "config/zones/SK.yaml",
    "content": "bounding_box:\n  - - 16.84276842768429\n    - 47.74969861656996\n  - - 22.538025380253828\n    - 49.60151980241804\ncenter_point:\n  - 19.62177258617559\n  - 48.59625061311907\ncentroid:\n  - 19.6507965079651\n  - 48.75260844679904\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 225.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 224.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 214.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 224.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 234.0\n  coal:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 554.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 566.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 541.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 309.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 277.0\n  gas:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1106.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1111.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 1153.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1152.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1183.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1623.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 1626.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 1628.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1630.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 916.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 1940.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 2003.0\n    - datetime: '2023-01-01'\n      source: IAEA\n      value: 2471.0\n  oil:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 257.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 259.0\n  solar:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 530.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 531.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 532.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 567.0\n    - datetime: '2018-01-01'\n      source: entsoe.eu\n      value: 554.0\n    - datetime: '2019-01-01'\n      source: entsoe.eu\n      value: 534.0\n    - datetime: '2020-01-01'\n      source: entsoe.eu\n      value: 756.0\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 742.0\n  wind:\n    - datetime: '2017-01-01'\n      source: entsoe.eu\n      value: 3.0\ncontributors:\n  - corradio\n  - nessie2013\ncountry: SK\ncountry_name: Slovakia\ncurrency: EUR\nemissionFactors:\n  direct:\n    biomass:\n      datetime: '2021-01-01'\n      source: BEIS 2021\n      value: 0.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 1153.673876\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 1300.76\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 1288.03\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 772.24\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 347.5807988\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 347.58\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 368.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 362.01\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 280.95\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 304.93\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 370.76\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 233.95\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 156.29\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 156.6\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021\n        value: 880.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022\n        value: 925.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023\n        value: 791.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024\n        value: 857.84\n  lifecycle:\n    biomass:\n      datetime: '2014-01-01'\n      source: BEIS 2021; IPCC 2014\n      value: 230.0\n    coal:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1163.124374\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; Oberschelp, Christopher, et al. \"Global emission\n          hotspots of coal power generation.\"\n        value: 1310.210498\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1348.03\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 832.24\n    gas:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 467.5807988\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 467.58\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 488.49\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 482.01\n    hydro:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 10.7\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; UNECE 2022\n        value: 291.65\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; UNECE 2022\n        value: 315.63\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; UNECE 2022\n        value: 381.46\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; UNECE 2022\n        value: 244.65\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; UNECE 2022\n        value: 166.99\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; UNECE 2022\n        value: 167.3\n    nuclear:\n      datetime: '2020-01-01'\n      source: UNECE 2022\n      value: 5.13\n    oil:\n      - datetime: '2021-01-01'\n        source: EU-ETS, ENTSO-E 2021; IPCC 2014\n        value: 1124.903938\n      - datetime: '2022-01-01'\n        source: EU-ETS, ENTSO-E 2022; IPCC 2014\n        value: 1169.95\n      - datetime: '2023-01-01'\n        source: EU-ETS, ENTSO-E 2023; IPCC 2014\n        value: 1035.59\n      - datetime: '2024-01-01'\n        source: EU-ETS, ENTSO-E 2024; IPCC 2014\n        value: 1101.84\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 33.0\n    wind:\n      datetime: '2021-01-01'\n      source: UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the\n        outlook for 2022-2026\" Wind Europe Proceedings (2021)\n      value: 12.62\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.020369448072457833\n        coal: 0.2686182782159849\n        gas: 0.03528957806915705\n        geothermal: 3.4672425960071942e-06\n        hydro: 0.09560811586594277\n        hydro discharge: 0.010113478212001183\n        nuclear: 0.43091772625998775\n        oil: 0.009865260918186163\n        solar: 0.020520289131325548\n        unknown: 0.09413042067882266\n        wind: 0.014564016651870064\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018578229550623854\n        coal: 0.24729577137290087\n        gas: 0.043102088158411274\n        geothermal: 5.56619709521323e-06\n        hydro: 0.11078913117700362\n        hydro discharge: 0.008996783788041772\n        nuclear: 0.43259733906743103\n        oil: 0.012067297230474427\n        solar: 0.019523800598861822\n        unknown: 0.09282677684655785\n        wind: 0.014217771917317813\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018513531832015952\n        coal: 0.25190688614124174\n        gas: 0.047353406544682876\n        geothermal: 5.87798838074136e-06\n        hydro: 0.0995901463233239\n        hydro discharge: 0.010563377392716466\n        nuclear: 0.4283187936015195\n        oil: 0.011313548437374397\n        solar: 0.020722339081684277\n        unknown: 0.0944814972450303\n        wind: 0.017230455750788243\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.023557522235712034\n        coal: 0.2201252352755934\n        gas: 0.05628735025457972\n        geothermal: 5.343472775036428e-06\n        hydro: 0.09225572688936054\n        hydro discharge: 0.010184804882557005\n        nuclear: 0.45558281257225264\n        oil: 0.012631833164464605\n        solar: 0.021384798864077306\n        unknown: 0.0943902280934141\n        wind: 0.01359425098699524\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.028790004637282162\n        coal: 0.1948461227249321\n        gas: 0.09378391967104914\n        geothermal: 6.860077846573294e-06\n        hydro: 0.11338404182981834\n        hydro discharge: 0.008614388304188767\n        nuclear: 0.45501412664271246\n        oil: 0.01397143460374415\n        solar: 0.02158376112207197\n        unknown: 0.053068578989940496\n        wind: 0.016936728269140035\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.03214129978920068\n        coal: 0.1597658007964095\n        gas: 0.11335439064889521\n        geothermal: 1.0663649634087268e-05\n        hydro: 0.11957332078969245\n        hydro discharge: 0.010667548142264734\n        nuclear: 0.4576875955632772\n        oil: 0.011664797983631637\n        solar: 0.02303952815894718\n        unknown: 0.05076868248375398\n        wind: 0.021326241596403762\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.029568448804018037\n        coal: 0.18390098739432428\n        gas: 0.12341746763432691\n        geothermal: 5.4375444738112686e-06\n        hydro: 0.11039780221281024\n        hydro discharge: 0.00992194381051544\n        nuclear: 0.4399302198824685\n        oil: 0.011408172691945778\n        solar: 0.022461518958980638\n        unknown: 0.05066136532982255\n        wind: 0.018326564336607294\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02823665219042905\n        coal: 0.2266170460653154\n        gas: 0.0666911020975343\n        geothermal: 6.8027469000182286e-06\n        hydro: 0.09529082819266127\n        hydro discharge: 0.010514164496739017\n        nuclear: 0.45544151016749074\n        oil: 0.014134213460755744\n        solar: 0.030556616176659238\n        unknown: 0.0454793871588247\n        wind: 0.027031418942238896\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026340229189624406\n        coal: 0.13563975336683612\n        gas: 0.0679304144189152\n        geothermal: 4.768661348378167e-06\n        hydro: 0.12698083691929726\n        hydro discharge: 0.01190256533264873\n        nuclear: 0.5306439950981958\n        oil: 0.011951591630358993\n        solar: 0.026050310257217907\n        unknown: 0.03868593496346107\n        wind: 0.02386944220462035\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.5140288033855263e-08\n        biomass: 0.030163529218408387\n        coal: 0.1286440055774616\n        gas: 0.07711717628168348\n        geothermal: 9.855162872498711e-06\n        hydro: 0.12277411862422352\n        hydro discharge: 0.01893525325001792\n        nuclear: 0.5115883558858495\n        oil: 0.009659476978936214\n        solar: 0.03709833589359616\n        unknown: 0.03656600258990078\n        wind: 0.027443728652431654\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6602\n    - datetime: '2021-01-01'\n      value: 0.6294\n    - datetime: '2022-01-01'\n      value: 0.6463\n    - datetime: '2023-01-01'\n      value: 0.7469\n    - datetime: '2024-01-01'\n      value: 0.7519\n    - datetime: '2025-01-01'\n      value: 0.7484\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1876\n    - datetime: '2021-01-01'\n      value: 0.1782\n    - datetime: '2022-01-01'\n      value: 0.1788\n    - datetime: '2023-01-01'\n      value: 0.204\n    - datetime: '2024-01-01'\n      value: 0.2268\n    - datetime: '2025-01-01'\n      value: 0.2022\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  EU-ETS, ENTSO-E 2021:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2022:\n    link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link\n  EU-ETS, ENTSO-E 2023:\n    link: https://colab.research.google.com/drive/1IkDXX4p1xQIuY3WicL94TUkRcZQnS9c7?usp=drive_link\n  EU-ETS, ENTSO-E 2024:\n    link: https://transparency.entsoe.eu/\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  UNECE 2022:\n    link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf\n  ? UNECE 2022, WindEurope \"Wind energy in Europe, 2021 Statistics and the outlook\n    for 2022-2026\" Wind Europe Proceedings (2021)\n  : link:\n      https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf#page=37,\n      https://proceedings.windeurope.org/biplatform/rails/active_storage/disk/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9JYTJWNVNTSWhORFJ0ZDJJMWVUbG9OMll6TVRaaGEza3lkamgxZG1aM056WnZZZ1k2QmtWVU9oQmthWE53YjNOcGRHbHZia2tpQVk1cGJteHBibVU3SUdacGJHVnVZVzFsUFNKWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtSWpzZ1ptbHNaVzVoYldVcVBWVlVSaTA0SnlkWGFXNWtaWFZ5YjNCbExWZHBibVF0Wlc1bGNtZDVMV2x1TFVWMWNtOXdaUzB5TURJeExYTjBZWFJwYzNScFkzTXVjR1JtQmpzR1ZEb1JZMjl1ZEdWdWRGOTBlWEJsU1NJVVlYQndiR2xqWVhScGIyNHZjR1JtQmpzR1ZBPT0iLCJleHAiOiIyMDIyLTExLTAyVDE1OjU0OjAzLjEyNFoiLCJwdXIiOiJibG9iX2tleSJ9fQ==--c25280a7345257bd91bfaf6d64ddb75c55eef799/Windeurope-Wind-energy-in-Europe-2021-statistics.pdf?content_type=application%2Fpdf&disposition=inline%3B+filename%3D%22Windeurope-Wind-energy-in-Europe-2021-statistics.pdf%22%3B+filename%2A%3DUTF-8%27%27Windeurope-Wind-energy-in-Europe-2021-statistics.pdf\ntimezone: Europe/Bratislava\nzone_name: Slovakia\n"
  },
  {
    "path": "config/zones/SL.yaml",
    "content": "bounding_box:\n  - - -13.300333003329996\n    - 6.919474309435856\n  - - -10.283502835028315\n    - 9.996302400296258\ncenter_point:\n  - -11.883841963883732\n  - 8.52907881316037\ncentroid:\n  - -11.947349473494711\n  - 8.52006890395809\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\ncountry: SL\ncountry_name: Sierra Leone\ncurrency: SLE\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Freetown\nzone_name: Sierra Leone\n"
  },
  {
    "path": "config/zones/SN.yaml",
    "content": "bounding_box:\n  - - -17.537575375753732\n    - 12.306070092691002\n  - - -11.38511385113847\n    - 16.643682159387694\ncenter_point:\n  - -14.28883198821697\n  - 14.48496327825712\ncentroid:\n  - -14.368137431374285\n  - 13.913936376858215\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 230.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\ncountry: SN\ncountry_name: Senegal\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Dakar\nzone_name: Senegal\n"
  },
  {
    "path": "config/zones/SO.yaml",
    "content": "bounding_box:\n  - - 40.9810098100981\n    - -1.695644344973296\n  - - 51.39591395913959\n    - 11.989800786607205\ncenter_point:\n  - 46.06667936446374\n  - 5.235881604609043\ncentroid:\n  - 46.41751987140127\n  - 7.710989920869788\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: SO\ncountry_name: Somalia\ncurrency: SOS\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Mogadishu\nzone_name: Somalia\n"
  },
  {
    "path": "config/zones/SR.yaml",
    "content": "bounding_box:\n  - - -58.066780667806626\n    - 1.833405921101942\n  - - -53.98793987939875\n    - 6.012167793340268\ncenter_point:\n  - -56.04307116833533\n  - 3.9837174914139037\ncentroid:\n  - -55.83299832998326\n  - 3.9176349590224575\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 180.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 470.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\ncountry: SR\ncountry_name: Suriname\ncurrency: SRD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Paramaribo\nzone_name: Suriname\n"
  },
  {
    "path": "config/zones/SS.yaml",
    "content": "bounding_box:\n  - - 24.132841328413292\n    - 3.490599841667688\n  - - 35.91935919359196\n    - 12.215911874214626\ncenter_point:\n  - 29.845297731564216\n  - 7.80912677340828\ncentroid:\n  - 30.54390543905441\n  - 7.157809229574787\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\ncountry: SS\ncountry_name: South Sudan\ncurrency: SSP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Juba\nzone_name: South Sudan\n"
  },
  {
    "path": "config/zones/ST.yaml",
    "content": "bounding_box:\n  - - 6.460264602646049\n    - 0.033103717240365\n  - - 6.741067410674134\n    - 0.406616336642493\ncenter_point:\n  - 6.6006660066600915\n  - 0.219860026941429\ncentroid:\n  - 6.5997659976600005\n  - 0.22021779764966876\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\ncountry: ST\ncountry_name: São Tomé and Príncipe\ncurrency: STN\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Sao_Tome\nzone_name: São Tomé and Príncipe\n"
  },
  {
    "path": "config/zones/SV.yaml",
    "content": "bounding_box:\n  - - -90.09990099900993\n    - 13.158995461134168\n  - - -87.70227702277018\n    - 14.415486188471576\ncenter_point:\n  - -88.84019856374907\n  - 13.716598382243662\ncentroid:\n  - -88.79891656059411\n  - 13.802846442362274\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 310.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 580.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 640.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 170.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 410.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 480.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 540.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 650.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 550.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\ncontributors:\n  - systemcatch\n  - nessie2013\n  - consideRatio\ncountry: SV\ncountry_name: El Salvador\nemissionFactors:\n  direct:\n    unknown:\n      _comment: Based on on 2022 generation from Our World in Data and IPCC 2014 emission factors\n      datetime: '2022-01-01'\n      source: Our World in Data 2022; IPCC 2014; assumes 51% gas, 49% oil\n      value: 387.6470588235294\n  lifecycle:\n    unknown:\n      _comment: Based on on 2022 generation from Our World in Data and IPCC 2014 emission factors\n      _url: https://github.com/electricitymaps/electricitymaps-contrib/pull/6412#issuecomment-1915621810\n      datetime: '2022-01-01'\n      source: Our World in Data 2022; IPCC 2014; assumes 51% gas, 49% oil\n      value: 568.4313725490196\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11549514250351942\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.2982357203950441\n        hydro: 0.34997231397090894\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.026122144445163635\n        unknown: 0.21017467868536402\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10223991536174029\n        coal: 4.136943445230576e-05\n        gas: 0.0\n        geothermal: 0.29877101074396234\n        hydro: 0.32245357822879284\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005593547145704962\n        solar: 0.026721197798324305\n        unknown: 0.2491988789372324\n        wind: 1.4696870923947362e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.11293882442551109\n        coal: 0.0527645433031646\n        gas: 1.9650104283156556e-05\n        geothermal: 0.23161388049231207\n        hydro: 0.2967419842637263\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.25249133402469076\n        solar: 0.03974778266043541\n        unknown: 0.008592925314023472\n        wind: 0.0050889451765757645\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0806816040538319\n        coal: 0.04360576005695785\n        gas: 0.0001123732154694195\n        geothermal: 0.22940559498076915\n        hydro: 0.3869764176176534\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.152011980031407\n        solar: 0.07932506513202425\n        unknown: 0.024270500030341882\n        wind: 0.003610377357280092\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0898394982193626\n        coal: 0.045442852111872246\n        gas: 0.00016574327607324425\n        geothermal: 0.22274164697473778\n        hydro: 0.3304226186004137\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.13514738220418096\n        solar: 0.08123571527283041\n        unknown: 0.05731366711666601\n        wind: 0.03769092591128827\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08011856264249875\n        coal: 0.006283942249432518\n        gas: 0.0003737940009702755\n        geothermal: 0.20311764754031572\n        hydro: 0.35766292319243687\n        hydro discharge: 0.0\n        nuclear: 0.00014421520789422514\n        oil: 0.21538251243626644\n        solar: 0.07798883233770086\n        unknown: 0.03703172215915958\n        wind: 0.021895509946179063\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07240153764300272\n        coal: 0.007785689164997511\n        gas: 8.754666184246322e-08\n        geothermal: 0.18832589294380003\n        hydro: 0.20521772700838853\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.4002408973192313\n        solar: 0.08345829009257795\n        unknown: 0.016469475760505926\n        wind: 0.026099783656500567\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.12189671506875104\n        coal: 0.014486789133520762\n        gas: 0.00017120176363609655\n        geothermal: 0.18521915560159302\n        hydro: 0.16272942384276287\n        hydro discharge: 0.0\n        nuclear: 1.151478098171217e-08\n        oil: 0.06379480851435952\n        solar: 0.06517101483556031\n        unknown: 0.36756974032893625\n        wind: 0.018960503204449836\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  production: ESTADISTICO_UT.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  Our World in Data 2022:\n    link: https://ourworldindata.org/grapher/electricity-prod-source-stacked?country=~SLV\ntimezone: America/El_Salvador\nzone_name: El Salvador\nisLowCarbon:\n  unknown:\n    - _comment: Based on on 2022 generation from Our World in Data and IPCC 2014 emission factors\n      _url: https://github.com/electricitymaps/electricitymaps-contrib/pull/6412#issuecomment-1915621810\n      datetime: '2022-01-01'\n      source: Our World in Data 2022; IPCC 2014; assumes 51% gas, 49% oil\n      value: 0\nisRenewable:\n  unknown:\n    - _comment: Based on on 2022 generation from Our World in Data and IPCC 2014 emission factors\n      _url: https://github.com/electricitymaps/electricitymaps-contrib/pull/6412#issuecomment-1915621810\n      datetime: '2022-01-01'\n      source: Our World in Data 2022; IPCC 2014; assumes 51% gas, 49% oil\n      value: 0\n"
  },
  {
    "path": "config/zones/SY.yaml",
    "content": "bounding_box:\n  - - 35.73575735757359\n    - 32.31690134594733\n  - - 42.3778237782378\n    - 37.32426017846852\ncenter_point:\n  - 38.643712127735434\n  - 34.71767557680492\ncentroid:\n  - 38.11334454325394\n  - 35.25252001092498\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 7470.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1490.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: SY\ncountry_name: Syria\ncurrency: SYP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Damascus\nzone_name: Syria\n"
  },
  {
    "path": "config/zones/SZ.yaml",
    "content": "bounding_box:\n  - - 30.782107821078228\n    - -27.31720455535446\n  - - 32.136354193686614\n    - -25.71775636673113\ncenter_point:\n  - 31.451074105165567\n  - -26.560341965555033\ncentroid:\n  - 31.602956886308036\n  - -26.437228417341153\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: SZ\ncountry_name: Eswatini\ncurrency: SZL\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.3258732393934213\n        coal: 0.027153906797723504\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.6054301807207206\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.041533982994509146\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.3272845370300212\n        coal: 0.027197283162217808\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.6062884747299858\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.03922910747008666\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Mbabane\nzone_name: Eswatini\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/TD.yaml",
    "content": "bounding_box:\n  - - 13.44793447934481\n    - 7.457561454628177\n  - - 23.985239852398536\n    - 23.444187781605677\ncenter_point:\n  - 18.731206651857388\n  - 15.463777788083647\ncentroid:\n  - 18.514302692463016\n  - 12.430596048417103\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 160.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TD\ncountry_name: Chad\ncurrency: XAF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Ndjamena\nzone_name: Chad\n"
  },
  {
    "path": "config/zones/TF.yaml",
    "content": "bounding_box:\n  - - 68.77688776887769\n    - -49.714197722057094\n  - - 70.54810548105482\n    - -48.65805859133385\ncenter_point:\n  - 69.64449644496446\n  - -49.12459159487827\ncentroid:\n  - 69.55640806408064\n  - -49.28330762532105\ncountry: TF\ncountry_name: French Southern Territories\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Africa\ntimezone: Indian/Kerguelen\nzone_name: French Southern Territories\n"
  },
  {
    "path": "config/zones/TG.yaml",
    "content": "bounding_box:\n  - - -0.167401674016702\n    - 6.100894928983678\n  - - 1.783817838178408\n    - 11.135444335331087\ncenter_point:\n  - 1.0590584557594622\n  - 8.207172911222496\ncentroid:\n  - 0.7471090104527095\n  - 8.843794993083293\ncountry: TG\ncountry_name: Togo\ncurrency: XOF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Lome\nzone_name: Togo\n"
  },
  {
    "path": "config/zones/TH.yaml",
    "content": "bounding_box:\n  - - 97.37917379173788\n    - 5.637224091105182\n  - - 105.6520565205652\n    - 20.44463816372503\ncenter_point:\n  - 101.61414036099163\n  - 13.12838638178959\ncentroid:\n  - 100.73206557308286\n  - 13.122412537841157\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3880.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3940.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 4070.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4490.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 4500.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4430.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 4350.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5780.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6140.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30120.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 31030.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 31640.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 31680.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 32930.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 35260.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 36110.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 38060.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3090.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3110.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3130.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2700.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2970.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 2990.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 3070.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3190.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3300.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 3380.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1100.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1510.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1550.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1540.0\ncontributors:\n  - PPsyrius\ncountry: TH\ncountry_name: Thailand\ncurrency: THB\nemissionFactors:\n  direct:\n    unknown:\n      _url: https://docs.google.com/spreadsheets/d/16j5BVc4L34BDqVE0GeDBv0P3zQupT6zU77Kj5UK7GjE/edit?usp=sharing\n      source: IEA 2020; assumes 9.1% biomass, 19.3% coal, 64.7% gas, 2.5% hydro, 2.6% solar, 1.7% wind, 0.1% other\n      value: 386.645\n  lifecycle:\n    unknown:\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '1998-01-01'\n        source: EPPO\n        value: 636\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '1999-01-01'\n        source: EPPO\n        value: 646\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2000-01-01'\n        source: EPPO\n        value: 634\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2001-01-01'\n        source: EPPO\n        value: 604\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2002-01-01'\n        source: EPPO\n        value: 587\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2003-01-01'\n        source: EPPO\n        value: 573\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2004-01-01'\n        source: EPPO\n        value: 581\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2005-01-01'\n        source: EPPO\n        value: 571\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2006-01-01'\n        source: EPPO\n        value: 571\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2007-01-01'\n        source: EPPO\n        value: 571\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2008-01-01'\n        source: EPPO\n        value: 570\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2009-01-01'\n        source: EPPO\n        value: 560\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2010-01-01'\n        source: EPPO\n        value: 551\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2011-01-01'\n        source: EPPO\n        value: 530\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2012-01-01'\n        source: EPPO\n        value: 530\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2013-01-01'\n        source: EPPO\n        value: 532\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2014-01-01'\n        source: EPPO\n        value: 532\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2015-01-01'\n        source: EPPO\n        value: 507\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2016-01-01'\n        source: EPPO\n        value: 493\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2017-01-01'\n        source: EPPO\n        value: 471\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2018-01-01'\n        source: EPPO\n        value: 459\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2019-01-01'\n        source: EPPO\n        value: 445\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2020-01-01'\n        source: EPPO\n        value: 442\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2021-01-01'\n        source: EPPO\n        value: 433\n      - _comment: Gross Energy Generation of EGAT and Net Energy Generation of IPP, SPP, and VSPP\n        datetime: '2022-01-01'\n        source: EPPO\n        value: 409\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.00019062279068365786\n        gas: 0.00011949183793993087\n        geothermal: 0.0\n        hydro: 1.640272240246278e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 8.154954341849907e-07\n        solar: 3.943078585650569e-06\n        unknown: 0.9996687141995129\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.00018602577310054943\n        gas: 0.00011413283154735553\n        geothermal: 0.0\n        hydro: 1.2664593581843584e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 2.0313229294225035e-07\n        solar: 4.161377939220945e-06\n        unknown: 0.9996828060905045\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0001241579477810437\n        gas: 8.42965397887372e-05\n        geothermal: 0.0\n        hydro: 1.3041621780993996e-05\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 1.4245980224075304e-07\n        solar: 5.013384228280907e-06\n        unknown: 0.9997733243942888\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: True\nisLowCarbon:\n  unknown:\n    _comment: Sum of renewable sources in TH unknown production\n    value: 0.159\nisRenewable:\n  unknown:\n    _comment: Sum of renewable sources in TH unknown production\n    value: 0.159\nparsers:\n  consumption: TH.fetch_consumption\n  price: TH.fetch_price\n  production: TH.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: TH.fetch_generation_forecast\nregion: Asia\nsources:\n  EPPO:\n    link: https://www.eppo.go.th/index.php/en/en-energystatistics/co2-statistic\ntimezone: Asia/Bangkok\nzone_name: Thailand\n"
  },
  {
    "path": "config/zones/TJ.yaml",
    "content": "bounding_box:\n  - - 67.35127351273513\n    - 36.69887698046574\n  - - 75.16335163351633\n    - 41.02647146733173\ncenter_point:\n  - 71.78491803058495\n  - 38.22522906505693\ncentroid:\n  - 70.80775807758079\n  - 38.71494244221951\ncapacity:\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 210.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4960.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 5720.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5740.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TJ\ncountry_name: Tajikistan\ncurrency: TJS\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Dushanbe\nzone_name: Tajikistan\n"
  },
  {
    "path": "config/zones/TL.yaml",
    "content": "bounding_box:\n  - - 124.03024030240303\n    - -9.500770115928027\n  - - 127.31347313473131\n    - -8.308678116073736\ncenter_point:\n  - 125.67185671856717\n  - -8.904724116000882\ncentroid:\n  - 125.71419999914285\n  - -8.89944273887925\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 350.0\ncountry: TL\ncountry_name: Timor-Leste\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Dili\nzone_name: Timor-Leste\n"
  },
  {
    "path": "config/zones/TM.yaml",
    "content": "bounding_box:\n  - - 52.44196246947864\n    - 35.147583189538906\n  - - 66.64566645666457\n    - 42.78097902053864\ncenter_point:\n  - 59.36700507005504\n  - 38.8680778703536\ncentroid:\n  - 58.39364454850762\n  - 39.427148575536116\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4940.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 6520.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 6950.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 7090.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TM\ncountry_name: Turkmenistan\ncurrency: TMT\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Ashgabat\nzone_name: Turkmenistan\n"
  },
  {
    "path": "config/zones/TN.yaml",
    "content": "bounding_box:\n  - - 7.479074790747944\n    - 30.228951492661125\n  - - 11.565115651156532\n    - 37.33570884113219\ncenter_point:\n  - 9.490716854735648\n  - 33.894911522715674\ncentroid:\n  - 9.817171411150756\n  - 34.5145608310616\ncapacity:\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4700.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 5320.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5770.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 510.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 770.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\ncountry: TN\ncountry_name: Tunisia\ncurrency: TND\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9581679311959953\n        geothermal: 0.0\n        hydro: 0.000653601950745065\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0013072328477531723\n        solar: 0.014893328548024278\n        unknown: 0.009991049199192015\n        wind: 0.014986784359507897\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9580032395060685\n        geothermal: 0.0\n        hydro: 0.0006531734473420515\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.001337065870002075\n        solar: 0.014851571340234765\n        unknown: 0.009993849327866806\n        wind: 0.01516080650910127\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Tunis\nzone_name: Tunisia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/TO.yaml",
    "content": "bounding_box:\n  - - -175.36315363153622\n    - -21.268564251344372\n  - - -175.06435064350634\n    - -21.114007305384874\ncenter_point:\n  - -175.21375213752128\n  - -21.191285778364623\ncentroid:\n  - -175.19155191551909\n  - -21.168865480648275\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TO\ncountry_name: Tonga\ncurrency: TOP\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Tongatapu\nzone_name: Tonga\n"
  },
  {
    "path": "config/zones/TR.yaml",
    "content": "_comment: https://doi.org/10.1016/j.rser.2017.01.060 says pumped hydro not economically viable. http://www.hurriyetdailynews.com/turkey-plans-to-hold-new-big-tenders-for-wind-solar-plants-by-summer-2018-minister-127769 says battery will be tendered summer 2018 so below battery storage will need to be updated when built.\nbounding_box:\n  - - 25.662856628566317\n    - 35.82019212102932\n  - - 44.80784807848079\n    - 42.09835250921752\ncenter_point:\n  - 35.36795764440553\n  - 39.05209407218814\ncentroid:\n  - 33.42393423934243\n  - 39.04288107342735\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 470.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 590.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 780.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1100.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1810.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1950.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 18470.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 18800.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 19350.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 19640.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 21020.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 25690.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 26940.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1060.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1280.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1520.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1620.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1730.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1750.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 1800.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 27270.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 28290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 28500.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 30980.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 31490.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 31570.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 31960.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 32390.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 570.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3420.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 5060.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 6000.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 6670.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 7820.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 9430.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 11290.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 19880.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 6520.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 7010.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 7590.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 8830.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10610.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 11400.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 11810.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 12970.0\ncontributors:\n  - corradio\n  - olivierSemet\n  - lorrieq\n  - nessie2013\n  - lgrigoryeva1\ncountry: TR\ncountry_name: Turkey\ncurrency: TRY\nemissionFactors:\n  direct: {}\n  lifecycle:\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.15\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00447573668919221\n        coal: 0.29455425253480794\n        gas: 0.37610941772448897\n        geothermal: 0.011664508019186021\n        hydro: 0.2549484099779193\n        hydro discharge: 0.0002358906824377203\n        nuclear: 0.004027200534922298\n        oil: 0.007483557905129295\n        solar: 0.0004407347689209084\n        unknown: 0.0012528377189074996\n        wind: 0.04480745016009116\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.005549054159894021\n        coal: 0.3397222047127162\n        gas: 0.322224028097778\n        geothermal: 0.015342004884610608\n        hydro: 0.24555819271552934\n        hydro discharge: 0.00034113540663522203\n        nuclear: 0.005663449615526357\n        oil: 0.006218374687878498\n        solar: 0.0005742693125482187\n        unknown: 0.0022243474269209285\n        wind: 0.056582927925546325\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0064431653515594906\n        coal: 0.3318566844717485\n        gas: 0.37347897633985205\n        geothermal: 0.01806638559341962\n        hydro: 0.19916103883788258\n        hydro discharge: 7.381019486995707e-05\n        nuclear: 0.0022817444064741218\n        oil: 0.005115591225434979\n        solar: 0.000253433463225486\n        unknown: 0.0023506724546671133\n        wind: 0.060918493511586104\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007840819082204459\n        coal: 0.3812810205843188\n        gas: 0.3057747815233601\n        geothermal: 0.023384421110012734\n        hydro: 0.2045418889021285\n        hydro discharge: 5.836061618070991e-07\n        nuclear: 0.0024423723473140173\n        oil: 0.004845686034269546\n        solar: 0.00035670578799578106\n        unknown: 0.002350573582802984\n        wind: 0.067181145728177\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.010771810724503414\n        coal: 0.387523574157437\n        gas: 0.18803611332895226\n        geothermal: 0.028059113056053134\n        hydro: 0.3031933247961294\n        hydro discharge: 2.0891374289859645e-07\n        nuclear: 0.0025508269541652195\n        oil: 0.003182294184933182\n        solar: 0.0007800189489047749\n        unknown: 0.0022523648555587\n        wind: 0.07365034202328911\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.013890985564110633\n        coal: 0.3639402849464412\n        gas: 0.23257050199846696\n        geothermal: 0.03175056110163793\n        hydro: 0.2666123560303256\n        hydro discharge: 1.7484991933144762e-06\n        nuclear: 0.002340484870466009\n        oil: 0.001083094047411017\n        solar: 0.001604934601057996\n        unknown: 0.0023828476810764747\n        wind: 0.08382219491902627\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.018513689014875746\n        coal: 0.3278612307627827\n        gas: 0.3377214789960684\n        geothermal: 0.031691318333691855\n        hydro: 0.1771295449147192\n        hydro discharge: 6.16900593095202e-07\n        nuclear: 0.0011176763914933416\n        oil: 0.0012192951333321162\n        solar: 0.004927610215828671\n        unknown: 0.002750875918525015\n        wind: 0.097066664273708\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.02384534209020378\n        coal: 0.3642920354117356\n        gas: 0.2321778173903983\n        geothermal: 0.032464657686635257\n        hydro: 0.21937045796403212\n        hydro discharge: 6.707000607486468e-07\n        nuclear: 0.0025642049382941473\n        oil: 0.0032478870201411505\n        solar: 0.009042507379945263\n        unknown: 0.0028592037909918513\n        wind: 0.1101352106228162\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.026104647931286595\n        coal: 0.3807048875335822\n        gas: 0.2178821967318576\n        geothermal: 0.03247042617594666\n        hydro: 0.2133685556425156\n        hydro discharge: 5.530056529593041e-06\n        nuclear: 0.0017489030667731027\n        oil: 0.003560548398571876\n        solar: 0.012717680161991889\n        unknown: 0.0027890968499504148\n        wind: 0.10864752493444337\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.025341444823250462\n        coal: 0.3789764061489503\n        gas: 0.19713963353257527\n        geothermal: 0.03161159106536572\n        hydro: 0.23246352481785487\n        hydro discharge: 1.1808163773602935e-05\n        nuclear: 0.0006694173726364108\n        oil: 0.002481344783146319\n        solar: 0.016206573078968178\n        unknown: 0.0023705547277017153\n        wind: 0.11272769958002037\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: TR.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: TR.fetch_price\n  production: TR.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\n\nregion: Asia\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\ntimezone: Europe/Istanbul\nzone_name: Turkey\n"
  },
  {
    "path": "config/zones/TT.yaml",
    "content": "bounding_box:\n  - - -61.92961929619291\n    - 10.056407879280513\n  - - -60.52920529205288\n    - 11.351537843107792\ncenter_point:\n  - -61.229412294122895\n  - 10.703972861194153\ncentroid:\n  - -61.15621156211557\n  - 10.667480248953716\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2060.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TT\ncountry_name: Trinidad and Tobago\ncurrency: TTD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Port_of_Spain\nzone_name: Trinidad and Tobago\n"
  },
  {
    "path": "config/zones/TW.yaml",
    "content": "bounding_box:\n  - - 120.05940059400595\n    - 21.904342653342525\n  - - 122.0070200702007\n    - 25.271680559293472\ncenter_point:\n  - 120.95077090897324\n  - 23.78286029781481\ncentroid:\n  - 121.0649474915802\n  - 23.646121101351014\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 90.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 16790.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 18440.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 19240.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 19210.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 19120.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 14770.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 16260.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 17150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 18040.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 18550.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 17510.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 17690.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 18810.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2090.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2100.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 2120.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 5140.0\n    - datetime: '2018-12-05'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 4510.0\n    - datetime: '2019-07-15'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 3870.0\n    - datetime: '2021-12-27'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 2890.0\n    - datetime: '2023-03-14'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 1900.0\n    - datetime: '2024-07-27'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 950.0\n    - datetime: '2025-05-18'\n      source: Ember, Yearly electricity data, https://en.wikipedia.org/wiki/Nuclear_power_in_Taiwan#List_of_nuclear_power_stations_in_Taiwan\n      value: 0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3340.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 3400.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 3390.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2410.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 2420.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2440.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1770.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 2740.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4150.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5820.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 7700.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 9720.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 12420.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 14280.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 690.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 710.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 850.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 940.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1090.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1580.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 2680.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 3890.0\ncontributors:\n  - corradio\n  - MariusKroon\n  - nessie2013\n  - Manu1400\n  - VIKTORVAV99\ncountry: TW\ncountry_name: Taiwan\ncurrency: TWD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 458.44\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 434.48\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 428.64\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 407.82\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 394.58\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 430.45\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 465.73\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 460.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 453.79\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 442.33\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 400.71\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 429.6\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 491.44\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 467.48\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 461.64\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 440.82\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 427.58\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 463.45\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 489.73\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 484.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 477.79\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 466.33\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 424.71\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 453.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3706052541102282\n        gas: 0.40778036152811137\n        geothermal: 0.0\n        hydro: 0.018084319726191907\n        hydro discharge: 0.011494245473755216\n        nuclear: 0.11340429026328654\n        oil: 0.01991767200554011\n        solar: 0.021896871257044554\n        unknown: 0.028841697275736218\n        wind: 0.007975282294229025\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.37060528568477596\n        gas: 0.4077803962851845\n        geothermal: 0.0\n        hydro: 0.01808432127437323\n        hydro discharge: 0.01149424645776658\n        nuclear: 0.11340429989541254\n        oil: 0.019917673710672965\n        solar: 0.02189678790410531\n        unknown: 0.028841699719410724\n        wind: 0.007975282976985316\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003596578892712555\n        coal: 0.3746553541640068\n        gas: 0.3993411481992436\n        geothermal: 3.447412049312806e-05\n        hydro: 0.02423354543834702\n        hydro discharge: 0.013740494011898363\n        nuclear: 0.10053922476738113\n        oil: 0.045529854255951026\n        solar: 0.006745768039964845\n        unknown: 0.02854771353989644\n        wind: 0.006272777279103801\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.7089383950210196e-05\n        coal: 0.3913510767847105\n        gas: 0.38789934011297766\n        geothermal: 1.6415566571530344e-06\n        hydro: 0.018100534017322787\n        hydro discharge: 0.014033146545897398\n        nuclear: 0.11425726573037687\n        oil: 0.027304275799357458\n        solar: 0.009978976450179495\n        unknown: 0.03056141449389499\n        wind: 0.00649523540192735\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.68525600104535e-05\n        coal: 0.3744613342678336\n        gas: 0.3856277443494591\n        geothermal: 8.315467349067612e-06\n        hydro: 0.02193097287070084\n        hydro discharge: 0.013149882335037243\n        nuclear: 0.1332038701768708\n        oil: 0.01809821395879775\n        solar: 0.015070280446698725\n        unknown: 0.030599396699257434\n        wind: 0.007763132713793275\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.870625867900523e-07\n        coal: 0.3665202012021083\n        gas: 0.41004464890239833\n        geothermal: 5.6970699204729406e-08\n        hydro: 0.011772650266755858\n        hydro discharge: 0.012959038084840608\n        nuclear: 0.12678412599324346\n        oil: 0.011495414554899374\n        solar: 0.021499298892222372\n        unknown: 0.03029987131859305\n        wind: 0.008624100312598925\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.602692029329936e-05\n        coal: 0.3555654043482704\n        gas: 0.4268217629988942\n        geothermal: 1.5325492764897934e-06\n        hydro: 0.013354366712019783\n        hydro discharge: 0.01253669087118548\n        nuclear: 0.10752850258842009\n        oil: 0.01381954682112957\n        solar: 0.030643392043559092\n        unknown: 0.03206499678203981\n        wind: 0.007647779407983859\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.974302895641078e-05\n        coal: 0.35015697614967695\n        gas: 0.4348168067397584\n        geothermal: 3.7965248953612576e-06\n        hydro: 0.022201109795551385\n        hydro discharge: 0.01203336325405006\n        nuclear: 0.09136301342348718\n        oil: 0.013041141269349743\n        solar: 0.04006599890555345\n        unknown: 0.0238810630402633\n        wind: 0.0123969870169916\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0006333263045828865\n        coal: 0.34230576964974213\n        gas: 0.44102512442401576\n        geothermal: 5.025645592689123e-05\n        hydro: 0.01521343851484505\n        hydro discharge: 0.012472721818145627\n        nuclear: 0.06557024993694675\n        oil: 0.011556254457525155\n        solar: 0.0540555126798096\n        unknown: 0.032469315291553814\n        wind: 0.02464801290763082\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0007620468432727478\n        coal: 0.3129056504461501\n        gas: 0.474387698608467\n        geothermal: 7.901000509662672e-05\n        hydro: 0.015621533826100467\n        hydro discharge: 0.0025889135106097845\n        nuclear: 0.04639313121955526\n        oil: 0.012854592345508153\n        solar: 0.06550111905166345\n        unknown: 0.03142705539402686\n        wind: 0.037479238587619625\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2042\n    - datetime: '2021-01-01'\n      value: 0.1856\n    - datetime: '2022-01-01'\n      value: 0.1873\n    - datetime: '2023-01-01'\n      value: 0.2296\n    - datetime: '2024-01-01'\n      value: 0.2046\n    - datetime: '2025-01-01'\n      value: 0.1437\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1756\n    - datetime: '2021-01-01'\n      value: 0.1689\n    - datetime: '2022-01-01'\n      value: 0.1737\n    - datetime: '2023-01-01'\n      value: 0.1834\n    - datetime: '2024-01-01'\n      value: 0.2292\n    - datetime: '2025-01-01'\n      value: 0.1457\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0776\n    - datetime: '2021-01-01'\n      value: 0.0922\n    - datetime: '2022-01-01'\n      value: 0.1078\n    - datetime: '2023-01-01'\n      value: 0.1217\n    - datetime: '2024-01-01'\n      value: 0.1307\n    - datetime: '2025-01-01'\n      value: 0.1437\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.0351\n    - datetime: '2021-01-01'\n      value: 0.0518\n    - datetime: '2022-01-01'\n      value: 0.0751\n    - datetime: '2023-01-01'\n      value: 0.1073\n    - datetime: '2024-01-01'\n      value: 0.1531\n    - datetime: '2025-01-01'\n      value: 0.1457\nparsers:\n  production: TAIPOWER.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Asia/Taipei\nzone_name: Taiwan\n"
  },
  {
    "path": "config/zones/TZ.yaml",
    "content": "bounding_box:\n  - - 29.320493204932063\n    - -11.731828252510063\n  - - 40.448204482044844\n    - -0.999999951214068\ncenter_point:\n  - 34.76378616239491\n  - -6.36168514408601\ncentroid:\n  - 35.36215659970235\n  - -7.420304556123768\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 620.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 890.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1020.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1100.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1150.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 590.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 600.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 680.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 120.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: TZ\ncountry_name: Tanzania\ncurrency: TZS\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0075864057233629555\n        coal: 0.0\n        gas: 0.6937543456433861\n        geothermal: 0.0\n        hydro: 0.2930479578005183\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0024941318453953606\n        solar: 0.0031174416434825414\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.007587026071223141\n        coal: 0.0\n        gas: 0.6937547839383098\n        geothermal: 0.0\n        hydro: 0.29304672506100865\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0024937785407519878\n        solar: 0.003117324755408123\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Dar_es_Salaam\nzone_name: Tanzania\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/UA-CR.yaml",
    "content": "bounding_box:\n  - - 32.513725137251384\n    - 44.38236071061901\n  - - 36.58176581765818\n    - 46.21843998530454\ncenter_point:\n  - 34.22558309572931\n  - 45.33583364209598\ncentroid:\n  - 34.533925984421145\n  - 45.25458261532593\ncountry: UA\ncountry_name: Ukraine\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Europe/Kiev\nzone_name: Crimea\n"
  },
  {
    "path": "config/zones/UA.yaml",
    "content": "bounding_box:\n  - - 22.131221312213142\n    - 45.21525091940076\n  - - 40.14220142201424\n    - 52.369234001359445\ncenter_point:\n  - 31.07915362623503\n  - 49.18913246482947\ncentroid:\n  - 31.01351219697766\n  - 48.775475185744476\ncapacity:\n  biomass: 230\n  coal: 17242\n  gas: 4600\n  hydro: 4829\n  hydro storage: 1488\n  nuclear: 13835\n  oil: 756.6\n  solar: 6226\n  wind: 1529\ncontributors:\n  - amkozlov\n  - denplis\n  - corradio\n  - MariusKroon\n  - alixunderplatz\ncountry: UA\ncountry_name: Ukraine\ncurrency: UAH\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 231.08\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 197.62\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 188.58\n    unknown:\n      _comment: estimated yearly share of solar & wind in this mixed renewable category\n        based on installed capacity in Y2018; assumes 50% solar, 50% wind renewable\n        mix\n      source: Wikipedia page for Renewable energy in Ukraine; Electricity Maps contrib\n        issue number 1809\n      value: 0.0\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 255.08\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 221.62\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 212.58\n    unknown:\n      _comment: estimated yearly share of solar & wind in this mixed renewable category\n        based on installed capacity in Y2018; assumes 50% solar, 50% wind renewable\n        mix\n      source: Wikipedia page for Renewable energy in Ukraine; Electricity Maps contrib\n        issue number 1809\n      value: 28.0\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003207007742363035\n        coal: 0.36197749367687393\n        gas: 0.03441028126566816\n        geothermal: 5.053653651886077e-08\n        hydro: 0.06119315118308444\n        hydro discharge: 0.00017800738983977116\n        nuclear: 0.517538147598581\n        oil: 0.00021771167175741132\n        solar: 0.0003456359917361958\n        unknown: 0.015437521811214999\n        wind: 0.008381224134596929\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000291428663559246\n        coal: 0.32851664665069924\n        gas: 0.04910866540363717\n        geothermal: 3.319857488617787e-08\n        hydro: 0.07631842834340409\n        hydro discharge: 0.00010995037339205634\n        nuclear: 0.5249580456581038\n        oil: 0.00013436818975131736\n        solar: 0.0002660585374821345\n        unknown: 0.00823395511665524\n        wind: 0.012062419798608339\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005367012629052581\n        coal: 0.2926850461913581\n        gas: 0.08111801495353033\n        geothermal: 1.045598076069642e-07\n        hydro: 0.05279596677698839\n        hydro discharge: 0.00016005638156595177\n        nuclear: 0.5386772496808447\n        oil: 0.0002691437397810854\n        solar: 0.0003801494376494432\n        unknown: 0.028702190819190617\n        wind: 0.0046753618436726685\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000741683991074143\n        coal: 0.26858395474362196\n        gas: 0.10042702803341369\n        geothermal: 3.5875438696470174e-07\n        hydro: 0.053625640644993276\n        hydro discharge: 0.00023836674894553778\n        nuclear: 0.5187925726462157\n        oil: 0.00024380577165180974\n        solar: 0.0004421171590188602\n        unknown: 0.05611170814842644\n        wind: 0.0007927279538897991\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0004007700847165575\n        coal: 0.23790902163235403\n        gas: 0.06650451137518848\n        geothermal: 6.14361665134054e-08\n        hydro: 0.06828262097908955\n        hydro discharge: 0.00014736549503653327\n        nuclear: 0.5554737027736063\n        oil: 0.0001382531417737613\n        solar: 0.0002797324282031978\n        unknown: 0.07014106420239602\n        wind: 0.0007228955699344927\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005856419728721687\n        coal: 0.2197402850455743\n        gas: 0.075657311046996\n        geothermal: 1.1470637943463454e-07\n        hydro: 0.07490293221673931\n        hydro discharge: 0.00022645177467557376\n        nuclear: 0.5626005759244308\n        oil: 0.00024069649584799584\n        solar: 0.0003683239452081555\n        unknown: 0.06410479689732768\n        wind: 0.001572880539009946\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6475\n    - datetime: '2021-01-01'\n      value: 0.7077\n    - datetime: '2022-01-01'\n      value: 0.7125\n  unknown:\n    value: 1\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.0958\n    - datetime: '2021-01-01'\n      value: 0.1171\n    - datetime: '2022-01-01'\n      value: 0.119\n  unknown:\n    value: 1\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  price: ENTSOE.fetch_price\n  production: UA.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\nsources:\n  Electricity Maps contrib issue number 1809:\n    link: https://github.com/electricitymaps/electricitymaps-contrib/issues/1809\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  Wikipedia page for Renewable energy in Ukraine:\n    link: https://en.wikipedia.org/wiki/Renewable_energy_in_Ukraine\ntimezone: Europe/Kiev\nzone_name: Ukraine\n"
  },
  {
    "path": "config/zones/UG.yaml",
    "content": "bounding_box:\n  - - 29.554495544955472\n    - -1.469533257365882\n  - - 34.97974979749799\n    - 4.219021003643483\ncenter_point:\n  - 32.282368350850085\n  - 1.2986888296080246\ncentroid:\n  - 32.12486145396523\n  - 1.6522897558541663\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 700.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1000.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1010.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1030.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 140.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\ncountry: UG\ncountry_name: Uganda\ncurrency: UGX\nemissionFactors:\n  lifecycle: {}\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08659463755380915\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8619674957821306\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.026151723457783355\n        solar: 0.02528580375353232\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08659508173891416\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.8619659873381036\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.026150638258165812\n        solar: 0.02528760510767805\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Kampala\nzone_name: Uganda\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n"
  },
  {
    "path": "config/zones/US-AK-SEAPA.yaml",
    "content": "bounding_box:\n  - - -132.98290571964566\n    - 55.29253861844952\n  - - -131.5243655557632\n    - 56.82198154784774\ncenter_point:\n  - -132.35527020065993\n  - 56.423603690102524\ncentroid:\n  - -132.25451087665854\n  - 56.11769324858722\ncontributors:\n  - wrma6\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9950322513728563\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.004966263956675667\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  production: SEAPA.fetch_production\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: America/Anchorage\nzone_name: Southeast Alaska Power Agency\n"
  },
  {
    "path": "config/zones/US-AK.yaml",
    "content": "bounding_box:\n  - - -178.21438214382135\n    - 51.35030302429311\n  - - 179.780397803978\n    - 71.35397886338464\ncenter_point:\n  - -154.0273461239334\n  - 63.44731706974936\ncentroid:\n  - -145.59951380519547\n  - 59.357287708720236\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1054.5899917811341\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1040.2108414955262\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1051.2364608925723\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 549.6543077858046\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 470.79860929575693\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 442.92371913492497\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 442.8330050139731\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 454.4318787852343\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 713.1828106549987\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 663.8839597479941\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 665.4770914121948\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 682.5489198648306\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1114.5899917811341\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1100.2108414955262\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1111.2364608925723\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 609.6543077858046\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 590.7986092957569\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 562.923719134925\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 562.8330050139731\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 574.4318787852343\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 957.1828106549987\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 907.8839597479941\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 909.4770914121948\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 926.5489198648306\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: America/Anchorage\nzone_name: Alaska\n"
  },
  {
    "path": "config/zones/US-CAL-BANC.yaml",
    "content": "bounding_box:\n  - - -123.59823598235975\n    - 38.26018835122328\n  - - -121.07101071010703\n    - 41.3570516017451\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 9.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1838.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1865.9\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 1913.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2549.9\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 734.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 737.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 737.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 739.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2557.2\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2553.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2557.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 71.2\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 120.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 123.0\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 125.7\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 129.2\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 130.2\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 131.5\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 133.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 145.0\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 147.4\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 149.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 162.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 164.6\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 324.6\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 325.7\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 327.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 337.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 338.6\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 388.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 389.6\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -123.00423004230035\n  - 39.977487750773264\ncentroid:\n  - -122.47793906510489\n  - 40.02089726337301\ncomment: Balancing Authority Of Northern California\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 389.63414386514245\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 397.3761473768025\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 422.466789435152\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 401.96410840720097\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 509.63414386514245\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 517.3761473768025\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 542.466789435152\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 521.9641084072009\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6052277234496899\n        geothermal: 0.0\n        hydro: 0.34364311682989807\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.040804343403625744\n        unknown: 0.01032493743321905\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6052307867166514\n        geothermal: 0.0\n        hydro: 0.34364485612663803\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04079948900644817\n        unknown: 0.010324989691300584\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0005096419096147744\n        biomass: 0.0011564724463007448\n        coal: 0.002285789674731599\n        gas: 0.5646533284336857\n        geothermal: 0.0020126063368234894\n        hydro: 0.35535334865520163\n        hydro discharge: 1.063472080100037e-05\n        nuclear: 0.007382116464029082\n        oil: 0.00018102102074265614\n        solar: 0.0507876286045151\n        unknown: 0.00965145001357421\n        wind: 0.006016157264754862\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 6.769890898948189e-06\n        biomass: 0.0005775254397832327\n        coal: 0.006896109517964832\n        gas: 0.4700631273025387\n        geothermal: 0.0010543328007071586\n        hydro: 0.41964469233966306\n        hydro discharge: 2.029537570394104e-05\n        nuclear: 0.03328487895341877\n        oil: 0.0002996369067903883\n        solar: 0.022661591042147294\n        unknown: 0.01691509054463524\n        wind: 0.02857549026390245\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.7029555746578e-05\n        biomass: 0.0009381678103176315\n        coal: 0.015643452764050596\n        gas: 0.35793091131440996\n        geothermal: 0.0014932693807477308\n        hydro: 0.5193539358231197\n        hydro discharge: 1.5270497311533397e-06\n        nuclear: 0.027922852372277308\n        oil: 0.0007743515488217318\n        solar: 0.031654975356526366\n        unknown: 0.01857340477798842\n        wind: 0.025695772187790067\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.1196143164842676e-05\n        biomass: 0.001265121648808031\n        coal: 0.006529263789204688\n        gas: 0.40669735963738946\n        geothermal: 0.002389116528332279\n        hydro: 0.4463453424173102\n        hydro discharge: 4.802262070683596e-06\n        nuclear: 0.0335757568223394\n        oil: 0.0003223597653127159\n        solar: 0.035233181992805375\n        unknown: 0.032454352388855426\n        wind: 0.03515171372122809\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 7.62351056912024e-05\n        biomass: 0.0010329326889443754\n        coal: 0.010181792699240362\n        gas: 0.4806383992783561\n        geothermal: 0.0018585687015784276\n        hydro: 0.3550476833457144\n        hydro discharge: 3.927199332207977e-06\n        nuclear: 0.029524816086673168\n        oil: 0.0005563928710163021\n        solar: 0.05785144065464371\n        unknown: 0.026537209403012258\n        wind: 0.03669022786102927\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0007257703706554069\n        biomass: 0.0017602161868243264\n        coal: 0.011648701113703492\n        gas: 0.4214822722781735\n        geothermal: 0.0031650018721092734\n        hydro: 0.3904342446464654\n        hydro discharge: 5.8497930618155e-10\n        nuclear: 0.03572269144907318\n        oil: 0.0006200944439730161\n        solar: 0.06764080560120961\n        unknown: 0.02648854331483367\n        wind: 0.04031142063640155\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.001197709678106658\n        biomass: 0.0022394255196702324\n        coal: 0.006978919118923201\n        gas: 0.4598333377036999\n        geothermal: 0.004119979775482727\n        hydro: 0.3906991545618419\n        hydro discharge: 1.3237153451931838e-07\n        nuclear: 0.020392894466665944\n        oil: 0.000288460437891739\n        solar: 0.0744642800200534\n        unknown: 0.010723549179566916\n        wind: 0.029061953194061976\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0012202232799760192\n        biomass: 0.0014940580380310275\n        coal: 0.005999459225693776\n        gas: 0.47153418851480644\n        geothermal: 0.0025939173928126824\n        hydro: 0.3813171045545897\n        hydro discharge: 2.7953553589006627e-08\n        nuclear: 0.022103448453041817\n        oil: 0.0001501583367603468\n        solar: 0.07278678480519393\n        unknown: 0.008333564061770537\n        wind: 0.032467024035805404\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Balancing Authority of Northern California\nzone_short_name: BANC\n"
  },
  {
    "path": "config/zones/US-CAL-CISO.yaml",
    "content": "bounding_box:\n  - - -124.38664386643859\n    - 32.53156377089108\n  - - -114.15534155341547\n    - 41.464382814216975\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 87.5\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 95.5\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 125.5\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 127.5\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 131.1\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 136.6\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 176.6\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 179.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 179.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 183.1\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 186.8\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 188.6\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 190.1\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 196.0\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 197.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 199.0\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 200.5\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 201.1\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 207.1\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 208.1\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 458.5\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 478.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 479.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 479.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 604.3\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 614.3\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 729.9\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 843.4\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 1358.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 1473.4\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 1698.5\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 1743.5\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 1843.5\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 1938.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 2163.5\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2273.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2415.0\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 2481.5\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2562.0\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 3174.5\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 3178.4\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 3353.4\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 3426.4\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 3812.4\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 4295.3\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 4665.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 4818.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4947.2\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 5003.2\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 5083.2\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 5564.2\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 6132.0\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 6419.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 6806.0\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 6975.0\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 7373.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 8055.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 8067.7\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 8471.7\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 8861.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 9218.7\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 9503.7\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 9896.7\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 10239.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 10794.0\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 10977.0\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 11150.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 11626.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 11673.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 11893.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 11993.0\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 12510.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 13060.1\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 13562.1\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 13818.6\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 14467.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 15435.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 15534.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1053.8\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 1051.2\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 1059.2\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1058.7\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 1057.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1048.4\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 1051.4\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 1016.4\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 1023.9\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1059.1\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 1047.1\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 1042.5\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 1044.5\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1040.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1036.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1008.6\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 1009.6\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1020.6\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 1008.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 988.7\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 990.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 995.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 997.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 992.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 995.1\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 999.1\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 993.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 969.5\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 972.3\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 936.7\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 912.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 821.7\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 831.4\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 835.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 55.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 34920.7\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 34927.9\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 34817.9\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 34770.9\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 34743.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 33890.0\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 33316.0\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 32650.0\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 32656.6\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 32658.6\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 32649.0\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 32527.9\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 32489.6\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 32278.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 32328.2\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 32266.0\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 32268.5\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 32270.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 32271.5\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 32233.4\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 31738.4\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 31737.4\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 30665.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 30943.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 32299.6\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 32440.6\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 32438.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 32435.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 32485.2\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 32481.7\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 32478.7\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 32477.6\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 32474.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 32475.8\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 32473.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 32555.9\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 32554.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 32623.2\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 32621.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 32711.2\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 32712.7\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 32708.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 31886.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 31902.2\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 31950.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 31911.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 31900.2\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 31881.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 31883.3\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 31884.9\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2008.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1993.5\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 2037.9\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2034.9\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6602.3\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 6609.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 6575.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 6566.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6140.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 6136.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6338.2\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 6333.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6052.1\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 6042.1\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 6043.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 6041.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 6161.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 6162.0\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 6196.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 6218.3\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1367.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1660.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1543.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1768.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1568.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1877.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2077.6\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1024.6\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2323.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 267.0\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 192.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 192.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 160.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 160.2\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 163.2\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10330.2\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 10363.5\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 10403.5\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 10432.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 10510.1\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 10540.8\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 10563.8\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 10733.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 10956.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 11121.7\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 11142.8\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 11353.1\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 11359.8\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 11362.8\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 11364.0\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 11374.3\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 11376.0\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 11395.8\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 11651.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 11878.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 11941.1\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 12091.1\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 12092.8\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 12093.8\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 12253.9\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 12247.4\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 12348.7\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 12373.7\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 12489.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 12823.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 13129.2\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 13138.5\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 13140.9\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 13174.4\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 13319.6\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 13369.6\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 13374.0\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 13378.7\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 13383.7\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 13674.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 14616.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 14638.2\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 14681.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 14689.5\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 14697.0\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 14867.9\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 14885.7\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 14895.2\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 15171.8\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 15087.2\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 15248.9\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 15869.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 15866.9\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 16089.2\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 16378.1\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 16496.9\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 16515.3\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 16765.3\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 17054.5\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 17061.6\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 17166.9\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 17498.0\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 17942.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 17942.5\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 17952.0\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 17954.0\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 18062.2\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 18553.4\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 18669.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 19194.3\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 19583.0\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 19593.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 20397.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 20492.6\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 20962.9\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 20971.4\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 21252.3\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 21687.8\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 21699.0\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 21707.4\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 21708.9\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 21796.2\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 21811.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 23004.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 23127.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 23351.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 23356.7\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 23621.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 23659.9\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 23663.6\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 23820.4\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 24163.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 24348.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 24853.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 81.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 99.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 100.7\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 66.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 62.7\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 43.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 51.4\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5543.9\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 5545.8\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 5591.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 5736.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 5723.5\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 5726.3\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 5729.9\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 5731.8\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 5925.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 5923.5\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 5925.3\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 5880.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 6010.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 5906.8\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 5873.7\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 5858.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 5781.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 5777.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 5949.7\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 6010.9\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 6068.4\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 6128.6\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 6063.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6035.3\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 6040.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6113.9\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 6084.2\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 6179.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 6162.1\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 6247.6\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 6277.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 6328.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 6361.7\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 6377.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 6380.8\ncenter_point:\n  - -119.07034654209747\n  - 36.502920520723094\ncentroid:\n  - -120.31387899110109\n  - 36.98846669879115\ncomment: California Independent System Operator\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 187.8\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 178.09\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 163.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 164.49\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 127.78\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 105.29\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 514.474308780614\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 525.4947593257697\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 495.9798560561009\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 517.8604330816302\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 404.4721980786223\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 389.8140694590953\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 389.10232982859753\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 396.3628485714517\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 95.82104392270246\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 104.44489014797767\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 39.63105218869798\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 38.89697026267566\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 168.9\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 131.67\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 166.22\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 156.71\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 74.59\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 70.37\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 910.2232446220032\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1120.2456876211616\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 987.7827758191105\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 945.4848707544354\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 220.8\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 211.09\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 196.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 197.49\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 160.78\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 138.29\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 574.474308780614\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 585.4947593257697\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 555.979856056101\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 577.8604330816302\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 524.4721980786223\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 509.8140694590953\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 509.10232982859753\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 516.3628485714517\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 133.82104392270247\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 142.44489014797767\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 77.63105218869798\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 76.89697026267567\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 192.9\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 155.67\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 190.22\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 180.71\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 98.59\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 94.37\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1154.2232446220032\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1364.2456876211616\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1231.7827758191106\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1189.4848707544354\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.006172136732138123\n        biomass: 0.022851879516327767\n        coal: 0.0006894076237176295\n        gas: 0.42830493454659185\n        geothermal: 0.04603533725234542\n        hydro: 0.11222325949134329\n        hydro discharge: 0.0\n        nuclear: 0.09827297987284417\n        oil: 0.0039328447075751725\n        solar: 0.17885726724921625\n        unknown: 0.00010202406759688955\n        wind: 0.10255786296892402\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.006172283600951642\n        biomass: 0.022852423287241616\n        coal: 0.0006894240284870183\n        gas: 0.42831512625819695\n        geothermal: 0.04603643268422836\n        hydro: 0.11222592989507642\n        hydro discharge: 0.0\n        nuclear: 0.09827531832330003\n        oil: 0.003932938291411862\n        solar: 0.17883772778845736\n        unknown: 0.00010202649530619165\n        wind: 0.10256030338013089\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.008745900277298317\n        biomass: 0.01791465740923801\n        coal: 0.03935812211871065\n        gas: 0.393122135783743\n        geothermal: 0.031122072216720538\n        hydro: 0.13595445704717873\n        hydro discharge: 0.0001255819673032426\n        nuclear: 0.10796182454397649\n        oil: 0.0028019209054002342\n        solar: 0.15843506178826441\n        unknown: 0.014738516089861868\n        wind: 0.08971975114695534\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.00024779470336004866\n        biomass: 0.01887146244958759\n        coal: 0.05506129878425141\n        gas: 0.36331637095370795\n        geothermal: 0.03614471653896517\n        hydro: 0.15725559564484315\n        hydro discharge: 0.0002554376566867246\n        nuclear: 0.1435316560656351\n        oil: 0.0005658067996148073\n        solar: 0.12650194316905944\n        unknown: 0.016072441691963136\n        wind: 0.08217547954060522\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0003655786781363958\n        biomass: 0.020971047964617386\n        coal: 0.03803514436790687\n        gas: 0.35754150937906803\n        geothermal: 0.03279576393461317\n        hydro: 0.18127003018137938\n        hydro discharge: 4.660611217469498e-05\n        nuclear: 0.13883063529995024\n        oil: 0.00025593763316298854\n        solar: 0.13418074561647975\n        unknown: 0.015067130820912645\n        wind: 0.0806398736171873\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.00038063792195789774\n        biomass: 0.019093284007881444\n        coal: 0.02801236082863176\n        gas: 0.4088770781935791\n        geothermal: 0.03344028747374063\n        hydro: 0.15616291874661187\n        hydro discharge: 8.802889435916022e-05\n        nuclear: 0.10699257385868884\n        oil: 0.00018507926673506318\n        solar: 0.14109077176044946\n        unknown: 0.02131616525197883\n        wind: 0.08436081045482358\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.003787503787345547\n        biomass: 0.018940442043772522\n        coal: 0.029680562773469928\n        gas: 0.41765653725602275\n        geothermal: 0.03414134848811495\n        hydro: 0.1110908531992655\n        hydro discharge: 0.00011473167849182239\n        nuclear: 0.11393977766081624\n        oil: 0.0001454174224561264\n        solar: 0.15272724865324827\n        unknown: 0.01862850165571819\n        wind: 0.0991470633248867\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.01172713024603653\n        biomass: 0.01771720387867232\n        coal: 0.023819540471454306\n        gas: 0.40877287742962115\n        geothermal: 0.03128291423151499\n        hydro: 0.12116811033835685\n        hydro discharge: 1.2120395291930557e-06\n        nuclear: 0.1084426639990897\n        oil: 0.00013075100778864443\n        solar: 0.16003725004195615\n        unknown: 0.015736919706102484\n        wind: 0.10116342174173903\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.018870953955964668\n        biomass: 0.016928069770853472\n        coal: 0.015825801981532644\n        gas: 0.41888767628745516\n        geothermal: 0.029960095222121622\n        hydro: 0.12363922134211122\n        hydro discharge: 2.7985531196661356e-06\n        nuclear: 0.10359993565992458\n        oil: 5.839100498478209e-05\n        solar: 0.16717978392074975\n        unknown: 0.01159357682258882\n        wind: 0.0934536982380828\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0375211413658542\n        biomass: 0.01621556775190302\n        coal: 0.01641151039073374\n        gas: 0.34568596489162295\n        geothermal: 0.028152049196083762\n        hydro: 0.12204287521654139\n        hydro discharge: 1.6993466206144124e-07\n        nuclear: 0.10964515802773081\n        oil: 2.649576309463761e-05\n        solar: 0.2087720447881934\n        unknown: 0.011761931454553983\n        wind: 0.10376508129748757\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.5582\n    - datetime: '2021-01-01'\n      value: 0.5701\n    - datetime: '2022-01-01'\n      value: 0.5967\n    - datetime: '2023-01-01'\n      value: 0.5977\n    - datetime: '2024-01-01'\n      value: 0.6896\n    - datetime: '2025-01-01'\n      value: 0.7438\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.605\n    - datetime: '2021-01-01'\n      value: 0.6853\n    - datetime: '2022-01-01'\n      value: 0.5872\n    - datetime: '2023-01-01'\n      value: 0.6183\n    - datetime: '2024-01-01'\n      value: 0.825\n    - datetime: '2025-01-01'\n      value: 0.8306\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.4489\n    - datetime: '2021-01-01'\n      value: 0.4551\n    - datetime: '2022-01-01'\n      value: 0.4818\n    - datetime: '2023-01-01'\n      value: 0.494\n    - datetime: '2024-01-01'\n      value: 0.5824\n    - datetime: '2025-01-01'\n      value: 0.6461\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4731\n    - datetime: '2021-01-01'\n      value: 0.5826\n    - datetime: '2022-01-01'\n      value: 0.4891\n    - datetime: '2023-01-01'\n      value: 0.4907\n    - datetime: '2024-01-01'\n      value: 0.6999\n    - datetime: '2025-01-01'\n      value: 0.7632\nparsers:\n  consumption: US_CA.fetch_consumption\n  consumptionForecast: US_CA.fetch_consumption_forecast\n  gridAlerts: email_grid_alerts.fetch_grid_alerts_emails\n  production: US_CA.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_CA.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: CAISO\nzone_short_name: California ISO\n"
  },
  {
    "path": "config/zones/US-CAL-IID.yaml",
    "content": "bounding_box:\n  - - -116.40896408964083\n    - 32.61885982370154\n  - - -114.52614526145256\n    - 34.03563182833028\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 30.0\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 180.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 215.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 55.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 605.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 750.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 740.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 737.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 753.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 732.2\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 748.2\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 700.2\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 742.7\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 690.7\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 743.7\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 736.7\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 752.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 686.3\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 81.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 83.9\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 24.9\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 160.6\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 190.6\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 193.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 243.6\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 263.6\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 338.4\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 368.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 380.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 383.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 386.4\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 406.4\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 543.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 585.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -115.42496059751203\n  - 33.168988812011186\ncentroid:\n  - -115.57580797947463\n  - 33.30947172276724\ncomment: Imperial Irrigation District\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 206.01\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 98.96\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 471.372486346701\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 484.4162449973497\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 476.4590307322262\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 475.02972183973407\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 56.889446297258615\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 88.15169296086768\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 34.7206661443073\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 33.30793611464112\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 291.91\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 62.51\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 239.01\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 131.96\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 591.372486346701\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 604.4162449973496\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 596.4590307322262\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 595.0297218397341\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 94.88944629725862\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 126.15169296086768\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 72.7206661443073\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 71.30793611464112\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 315.91\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 86.51\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.15655312280809902\n        geothermal: 0.0\n        hydro: 0.03731973179904396\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.10943149631748342\n        unknown: 0.6966973265569043\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.15655396299230523\n        geothermal: 0.0\n        hydro: 0.037319932085366415\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.1094267173864797\n        unknown: 0.6967010655694501\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.00011862787235421618\n        biomass: 6.707293399807037e-05\n        coal: 0.0001555930895817752\n        gas: 0.1656641080904877\n        geothermal: 0.00011488927225379522\n        hydro: 0.03461560907263275\n        hydro discharge: 7.650614120915976e-09\n        nuclear: 0.0004012594094138011\n        oil: 1.0511943802138552e-05\n        solar: 0.14667583723679564\n        unknown: 0.6517894490605076\n        wind: 0.0003857261125436347\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.3370751105921407e-06\n        biomass: 0.0001249777569221489\n        coal: 0.010573973361110885\n        gas: 0.18598988149751836\n        geothermal: 0.00019835967054431523\n        hydro: 0.02889517209149121\n        hydro discharge: 2.263567492295037e-06\n        nuclear: 0.004883975051241278\n        oil: 1.0182986550703962e-06\n        solar: 0.06117240846427509\n        unknown: 0.7065323024453987\n        wind: 0.001621168264847555\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 8.720236830050215e-07\n        biomass: 4.932152483529173e-05\n        coal: 0.009209149197063823\n        gas: 0.17557088814857932\n        geothermal: 7.682562316142308e-05\n        hydro: 0.050663434607964186\n        hydro discharge: 5.22204143760922e-06\n        nuclear: 0.00947229160234931\n        oil: 3.5823675626152234e-06\n        solar: 0.04924932868148989\n        unknown: 0.7046497939084817\n        wind: 0.001045946954792629\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 5.580532593855049e-06\n        biomass: 0.00013878342700565503\n        coal: 0.005239553869771395\n        gas: 0.17535538680825066\n        geothermal: 0.00022517203538231784\n        hydro: 0.04722247990136\n        hydro discharge: 2.536605724479568e-06\n        nuclear: 0.0016700750246801915\n        oil: 8.673555057897877e-07\n        solar: 0.058213000085354315\n        unknown: 0.7102482870923419\n        wind: 0.0016761956088153875\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.00018412404717850533\n        biomass: 0.0002162788704019889\n        coal: 0.005477953835932532\n        gas: 0.23272257981554376\n        geothermal: 0.0003662370784189057\n        hydro: 0.05081717971981512\n        hydro discharge: 5.050757613642046e-06\n        nuclear: 0.004236535480322048\n        oil: 1.5145128912193973e-06\n        solar: 0.045545917601926\n        unknown: 0.6569335364590403\n        wind: 0.0034921488223233483\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0002561081382668459\n        biomass: 9.862037483198499e-05\n        coal: 0.003463242119144835\n        gas: 0.15828275722147547\n        geothermal: 0.0001565291268291446\n        hydro: 0.039234787350054534\n        hydro discharge: 0.0\n        nuclear: 0.002391920062894677\n        oil: 3.499784433567497e-07\n        solar: 0.1947552788415206\n        unknown: 0.5992356394714817\n        wind: 0.0021242727802997644\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0006323036877159791\n        biomass: 0.0001988466596943465\n        coal: 0.003350807223783281\n        gas: 0.21362446648345815\n        geothermal: 0.0003015731997595\n        hydro: 0.03185652209074322\n        hydro discharge: 6.677870906565441e-07\n        nuclear: 0.0042928102282425926\n        oil: 2.3358807697862653e-07\n        solar: 0.18798398693823837\n        unknown: 0.555007452888665\n        wind: 0.0027499307507535082\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0030960124708496735\n        biomass: 0.00038423441811694445\n        coal: 0.005210278324906109\n        gas: 0.23729711574625661\n        geothermal: 0.0005975405868859808\n        hydro: 0.03890177462846172\n        hydro discharge: 3.69046725934265e-08\n        nuclear: 0.007608287173607588\n        oil: 7.664816615557813e-07\n        solar: 0.19955958985702552\n        unknown: 0.5019581065707984\n        wind: 0.0053857770760136646\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.6587\n    - datetime: '2025-01-01'\n      value: 0.8282\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.486\n    - datetime: '2025-01-01'\n      value: 0.9568\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.6587\n    - datetime: '2025-01-01'\n      value: 0.8255\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.486\n    - datetime: '2025-01-01'\n      value: 0.9452\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Imperial Irrigation District\n"
  },
  {
    "path": "config/zones/US-CAL-LDWP.yaml",
    "content": "bounding_box:\n  - - -118.65898658986583\n    - 33.93116278152432\n  - - -117.60417604176035\n    - 37.28132769347978\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 22.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 3.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 23.5\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 173.5\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 323.5\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 23.0\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 56.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 33.0\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 34.1\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1640.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4818.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 4797.1\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 4795.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 4853.6\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 4854.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 4832.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4814.5\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 4739.1\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 4594.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 4591.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4575.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 4574.9\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 4591.3\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 4561.3\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 5012.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 5559.4\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 296.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 297.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 296.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 270.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 287.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1626.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1084.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1626.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 727.2\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 730.1\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 788.3\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 792.8\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 797.5\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 878.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 882.5\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 884.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 888.7\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 978.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 979.6\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 988.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 987.0\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 988.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 991.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 989.3\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 991.7\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 992.5\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 994.0\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 999.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1000.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1002.6\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 1004.4\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 1204.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 1316.5\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 1517.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1517.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 31.9\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 440.5\ncenter_point:\n  - -118.07218072180714\n  - 36.132168178614236\ncentroid:\n  - -118.22272435424313\n  - 35.83902890080555\ncomment: Los Angeles Department Of Water And Power\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 461.83\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 288.59\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 932.7095009354091\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 917.6944981905147\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 959.7792762377535\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 992.1244778240007\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 405.07548521687784\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 398.9672973734652\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 397.5065787395667\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 403.5204537908115\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 390.51\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 340.31\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 0.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 494.83\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 321.59\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 992.7095009354091\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 977.6944981905147\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1019.7792762377535\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1052.1244778240007\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 525.0754852168778\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 518.9672973734653\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 517.5065787395667\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 523.5204537908114\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 414.51\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 364.31\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 24.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.31022848316493384\n        gas: 0.39571506989242694\n        geothermal: 0.0\n        hydro: 0.042676268231751815\n        hydro discharge: 0.0008748457399552555\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.13437760205705762\n        unknown: 0.07739168574321482\n        wind: 0.03873627072900103\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3102334998207435\n        gas: 0.3957214689383304\n        geothermal: 0.0\n        hydro: 0.04267695834294591\n        hydro discharge: 0.0008748598869475596\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.13436360359767094\n        unknown: 0.0773929372319432\n        wind: 0.03873689712711771\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 9.351772121065762e-07\n        biomass: 5.187815671998059e-05\n        coal: 0.23674022230219624\n        gas: 0.26540278545606166\n        geothermal: 8.183497276073025e-05\n        hydro: 0.2067290397629072\n        hydro discharge: 5.87317516784689e-05\n        nuclear: 0.1280369595148015\n        oil: 0.0004242803116731728\n        solar: 0.07353299771153693\n        unknown: 0.049114232683286255\n        wind: 0.03982572394825983\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 4.167007131904551e-06\n        biomass: 2.7856682159950423e-05\n        coal: 0.2487372387801417\n        gas: 0.3376416099897817\n        geothermal: 4.774336447221214e-05\n        hydro: 0.036818602132913734\n        hydro discharge: 9.062043096049899e-06\n        nuclear: 0.00014343125927817666\n        oil: 4.3106970330047085e-06\n        solar: 0.26762030460917924\n        unknown: 0.06996702891529355\n        wind: 0.03897916180316265\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.6725999977811784e-07\n        biomass: 2.6916783429996963e-05\n        coal: 0.33203014908473716\n        gas: 0.26306610195319036\n        geothermal: 3.981874882804405e-05\n        hydro: 0.1285806284838692\n        hydro discharge: 0.00015156956261481677\n        nuclear: 0.09960069597574268\n        oil: 0.000427238195317715\n        solar: 0.07778335957204954\n        unknown: 0.059980362794439045\n        wind: 0.038312582191269526\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 7.867457711666467e-07\n        biomass: 6.068052695087397e-05\n        coal: 0.19012692343480309\n        gas: 0.2890810714647744\n        geothermal: 9.03614162348197e-05\n        hydro: 0.2846915497023899\n        hydro discharge: 8.441843934050194e-05\n        nuclear: 0.03923892458662715\n        oil: 0.0003185309347514496\n        solar: 0.08149853130590827\n        unknown: 0.06144454318638573\n        wind: 0.05336315155140212\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 8.154380937841836e-06\n        biomass: 0.0002587312829151692\n        coal: 0.22157351167552666\n        gas: 0.27983793420665903\n        geothermal: 0.0004471334894120491\n        hydro: 0.23171276766647914\n        hydro discharge: 0.00014522328850385055\n        nuclear: 0.059245937680078485\n        oil: 0.0004393277387987674\n        solar: 0.08993742346460609\n        unknown: 0.04843424974138791\n        wind: 0.06795919590419579\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 9.193698285645118e-05\n        biomass: 0.0004830007552354274\n        coal: 0.15198077112200922\n        gas: 0.3153494806207375\n        geothermal: 0.0008688250328448041\n        hydro: 0.2563433599285177\n        hydro discharge: 9.0120737692364e-07\n        nuclear: 0.05786484505435164\n        oil: 0.00043994668815856505\n        solar: 0.0975605128731743\n        unknown: 0.05048518665157384\n        wind: 0.06853087661549324\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0004115866081333916\n        biomass: 0.0008060013201818074\n        coal: 0.13839643210206676\n        gas: 0.3819971275332477\n        geothermal: 0.0014158747463552282\n        hydro: 0.17653156289236008\n        hydro discharge: 2.4950211355758748e-06\n        nuclear: 0.06790907633409242\n        oil: 0.0004086555176674995\n        solar: 0.11582316325712882\n        unknown: 0.04690833109731961\n        wind: 0.06938948410469403\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0010573448944582462\n        biomass: 0.0011508904909619427\n        coal: 0.1542205591539558\n        gas: 0.3351324785786678\n        geothermal: 0.001988451053662658\n        hydro: 0.15793588736961647\n        hydro discharge: 8.686400409727836e-07\n        nuclear: 0.07021496114305334\n        oil: 0.00014855113009227112\n        solar: 0.14848782977762862\n        unknown: 0.05077467246281746\n        wind: 0.07888732648126635\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.2326\n    - datetime: '2025-01-01'\n      value: 0.5013\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3464\n    - datetime: '2021-01-01'\n      value: 0.4489\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.1878\n    - datetime: '2025-01-01'\n      value: 0.4516\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.325\n    - datetime: '2021-01-01'\n      value: 0.3958\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 1.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Los Angeles Department of Water and Power\n"
  },
  {
    "path": "config/zones/US-CAL-TIDC.yaml",
    "content": "bounding_box:\n  - - -121.4526145261452\n    - 37.3013628531412\n  - - -120.58860588605879\n    - 37.740705282859395\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 573.9\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 620.7\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 184.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 186.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -121.02061020610199\n  - 37.5210340680003\ncentroid:\n  - -121.06525065250646\n  - 37.50672323967071\ncomment: Turlock Irrigation District\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 462.36104833618134\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 480.84647966069207\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 469.4210002536843\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 463.81820538259876\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 582.3610483361813\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 600.846479660692\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 589.4210002536843\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 583.8182053825988\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.8509101066611724\n        geothermal: 0.0\n        hydro: 0.14908791226207266\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.8509101066611725\n        geothermal: 0.0\n        hydro: 0.14908791226207266\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.002387124974936698\n        biomass: 0.006272804739002275\n        coal: 0.011363939041625316\n        gas: 0.6376393419769455\n        geothermal: 0.010822604090561062\n        hydro: 0.15708013540804214\n        hydro discharge: 1.1395075405785393e-05\n        nuclear: 0.03586863734736225\n        oil: 0.00098048276724161\n        solar: 0.10453610255281968\n        unknown: 0.004297871768085698\n        wind: 0.028739664492572398\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 7.282850402368244e-05\n        biomass: 0.0055245986884757976\n        coal: 0.013990590849104522\n        gas: 0.6310533897024625\n        geothermal: 0.01039904079026985\n        hydro: 0.19261877141097822\n        hydro discharge: 2.8217323893996724e-05\n        nuclear: 0.045331783514675796\n        oil: 0.00019015695466836698\n        solar: 0.06617291573464983\n        unknown: 0.007909733013144843\n        wind: 0.026705398785084062\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0001317795529610134\n        biomass: 0.006835137039184948\n        coal: 0.01274269416528024\n        gas: 0.5283105431347425\n        geothermal: 0.010687076211689683\n        hydro: 0.2663464359072526\n        hydro discharge: 9.064990594988426e-06\n        nuclear: 0.04798516071844562\n        oil: 0.00024556325529572425\n        solar: 0.08731801705368773\n        unknown: 0.008536668933920294\n        wind: 0.030849686866982914\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.00014700015473700497\n        biomass: 0.00702931266243438\n        coal: 0.009179465802946459\n        gas: 0.5910225309009098\n        geothermal: 0.012357058621465213\n        hydro: 0.19602255721672684\n        hydro discharge: 1.8800019789494516e-05\n        nuclear: 0.04396442873448638\n        oil: 0.00012660013326329814\n        solar: 0.09079692715466016\n        unknown: 0.014256099216946545\n        wind: 0.03507664744910258\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0010744486372497016\n        biomass: 0.007803527624619071\n        coal: 0.011480705508427828\n        gas: 0.6263478643923014\n        geothermal: 0.013939631027485947\n        hydro: 0.1327181145201968\n        hydro discharge: 2.8960759288080134e-05\n        nuclear: 0.048560966092714146\n        oil: 0.00013358309167291738\n        solar: 0.10264572533762978\n        unknown: 0.01134080583012011\n        wind: 0.043924632742724457\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.003809661534058334\n        biomass: 0.006709818659618787\n        coal: 0.009226436524158567\n        gas: 0.6350022579539124\n        geothermal: 0.011955351957492387\n        hydro: 0.13738283753786415\n        hydro discharge: 3.749395120310864e-08\n        nuclear: 0.04339002159706127\n        oil: 0.00013952180950880418\n        solar: 0.10092167426335022\n        unknown: 0.009591140187511204\n        wind: 0.04186920558252485\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.003113980258688137\n        biomass: 0.0041675093650369085\n        coal: 0.003957319890208441\n        gas: 0.623280022827948\n        geothermal: 0.006986192381243895\n        hydro: 0.22541878414001146\n        hydro discharge: 6.364935356572261e-07\n        nuclear: 0.02423441270240852\n        oil: 7.195952759306752e-05\n        solar: 0.08084029304448447\n        unknown: 0.003551065375752886\n        wind: 0.02437669046246619\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.005637844834772319\n        biomass: 0.0024027941684446642\n        coal: 0.002698592851373847\n        gas: 0.6449304482785828\n        geothermal: 0.00439491047838258\n        hydro: 0.24635530021893562\n        hydro discharge: 0.0\n        nuclear: 0.015325142971686684\n        oil: 3.795479047500361e-05\n        solar: 0.05005126712516857\n        unknown: 0.002653244487787362\n        wind: 0.025510983164008797\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Turlock Irrigation District\n"
  },
  {
    "path": "config/zones/US-CAR-CPLE.yaml",
    "content": "bounding_box:\n  - - -80.05220052200517\n    - 33.850693872153414\n  - - -76.19296192961924\n    - 36.54432003450624\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.5\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 1.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 11.8\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 13.8\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 41.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 128.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 228.6\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 540.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 538.2\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 528.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 557.3\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 559.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 610.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 608.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 396.4\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 388.9\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 343.9\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 336.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 327.4\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 367.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 365.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3815.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3787.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3321.4\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5987.9\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 6108.9\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 6042.1\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 6048.7\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 6043.2\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 6337.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6212.4\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 6012.0\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 6114.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 6430.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 6411.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 226.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 224.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 225.2\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 224.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 223.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3722.7\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 729.3\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 713.0\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 646.2\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 571.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 887.2\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 558.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 242.2\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1000\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1300\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1500\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1600\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1800\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2504.4\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 2553.1\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2563.1\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 2568.1\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 2570.1\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 2573.1\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 2586.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 2606.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2758.9\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 2759.9\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 2849.0\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 2851.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 2853.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2911.4\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 2913.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 2915.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2917.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2918.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2920.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2922.5\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2924.5\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2930.3\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 54.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -78.2582895196833\n  - 35.20504967314134\ncentroid:\n  - -77.96167450275158\n  - 35.276000004962455\ncomment: Duke Energy Progress East\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 310.96\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1021.9158971238843\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1021.5404864286071\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1035.5709252777651\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1044.133961609779\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 399.6129537439065\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 401.1166854159786\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 412.1979214448654\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 391.93702628361535\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 249.77\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 142.98\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 195.22\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 229.29\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 284.82\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 343.96\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1081.9158971238844\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1081.540486428607\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1095.5709252777651\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1104.133961609779\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 519.6129537439065\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 521.1166854159786\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 532.1979214448654\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 511.93702628361535\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 273.77\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 166.98\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 219.22\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 253.29\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 308.82\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11190044633136831\n        gas: 0.21445566860730192\n        geothermal: 0.0\n        hydro: 0.00468587879010318\n        hydro discharge: 0.00014001536917935306\n        nuclear: 0.46563338560586043\n        oil: 0.00042441976546744333\n        solar: 0.07620366979342383\n        unknown: 0.12655674899905198\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11190070010496238\n        gas: 0.2144561549609097\n        geothermal: 0.0\n        hydro: 0.004685889416980381\n        hydro discharge: 0.00014001568671341682\n        nuclear: 0.46563444159322825\n        oil: 0.0004244207279884413\n        solar: 0.07620157476053892\n        unknown: 0.12655703601096388\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11612249439857504\n        gas: 0.21269511290823198\n        geothermal: 0.0\n        hydro: 0.007753313949284774\n        hydro discharge: 0.0003455356589249578\n        nuclear: 0.46871852150389537\n        oil: 0.00046816954896952576\n        solar: 0.07585729235307216\n        unknown: 0.11791792316198751\n        wind: 0.00012154187582638274\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1045552708263043e-07\n        coal: 0.12003472821677884\n        gas: 0.2731680395142759\n        geothermal: 0.0\n        hydro: 0.010193888003973264\n        hydro discharge: 0.0018075949272547101\n        nuclear: 0.4205702514552095\n        oil: 0.0002785029072813123\n        solar: 0.04498736026376761\n        unknown: 0.1287768646333858\n        wind: 0.0001826031537093307\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.3128240866076984e-07\n        coal: 0.139721604775625\n        gas: 0.22014805085814995\n        geothermal: 0.0\n        hydro: 0.009992240686031433\n        hydro discharge: 0.0003541073701436702\n        nuclear: 0.4390441199833624\n        oil: 0.00023245588120185935\n        solar: 0.061995908723957396\n        unknown: 0.12797792759278298\n        wind: 0.0005332368027621288\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 7.547640958804125e-09\n        coal: 0.10658779803190808\n        gas: 0.20955041211644257\n        geothermal: 0.0\n        hydro: 0.011920150885755869\n        hydro discharge: 0.00032491839563555876\n        nuclear: 0.4750874902496765\n        oil: 0.0002752066132244912\n        solar: 0.0705295186491878\n        unknown: 0.12448917729523035\n        wind: 0.0012352573182898706\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1219278703960358\n        gas: 0.207408649708183\n        geothermal: 0.0\n        hydro: 0.010803068195678445\n        hydro discharge: 0.00045103353877611334\n        nuclear: 0.4782669535313155\n        oil: 0.0007658547622114129\n        solar: 0.07464100903569044\n        unknown: 0.10466080758917912\n        wind: 0.0010746695528870854\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.741094938602959e-09\n        coal: 0.11542289105448962\n        gas: 0.2362914038448136\n        geothermal: 0.0\n        hydro: 0.01058865255022853\n        hydro discharge: 1.3256257604841392e-05\n        nuclear: 0.45283272139012287\n        oil: 0.0014708201082140294\n        solar: 0.07664431911514855\n        unknown: 0.10595912904516494\n        wind: 0.0007767137594667171\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.09747776174307804\n        gas: 0.20414968405555792\n        geothermal: 0.0\n        hydro: 0.010135029036484628\n        hydro discharge: 1.4941847303274346e-05\n        nuclear: 0.4958506480750646\n        oil: 0.00016606758950279393\n        solar: 0.08067442955238947\n        unknown: 0.11130045397566458\n        wind: 0.00023088931561170226\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.13313892261808474\n        gas: 0.21795019792852804\n        geothermal: 0.0\n        hydro: 0.011599365275096833\n        hydro discharge: 1.2085962191195523e-05\n        nuclear: 0.44819441736505616\n        oil: 0.00010444487774211082\n        solar: 0.07846100156349965\n        unknown: 0.11024049856981802\n        wind: 0.00029901388079216223\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5179\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.5802\n    - datetime: '2021-01-01'\n      value: 0.7716\n    - datetime: '2022-01-01'\n      value: 0.6106\n    - datetime: '2023-01-01'\n      value: 0.5894\n    - datetime: '2025-01-01'\n      value: 0.5331\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.0729\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.0714\n    - datetime: '2021-01-01'\n      value: 0.2827\n    - datetime: '2022-01-01'\n      value: 0.1393\n    - datetime: '2023-01-01'\n      value: 0.0003\n    - datetime: '2025-01-01'\n      value: 0.1105\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Duke Energy Progress East\n"
  },
  {
    "path": "config/zones/US-CAR-CPLW.yaml",
    "content": "bounding_box:\n  - - -83.36063360633601\n    - 35.004474906243075\n  - - -81.69381693816933\n    - 36.25094805374978\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 8.8\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 13.2\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1.5\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 11.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 21.5\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 23.4\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 28.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 26.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -82.43853257314427\n  - 35.70823719184149\ncentroid:\n  - -82.57668976689762\n  - 35.59894671505396\ncomment: Duke Energy Progress West\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 298.9\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 418.55\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 418.81\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 452.14\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 412.87\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 462.03\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 322.9\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 442.55\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 442.81\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 476.14\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 436.87\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 486.03\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.76666667\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0984771385949069\n        gas: 0.5283137448054049\n        geothermal: 0.0\n        hydro: 0.10892828273483247\n        hydro discharge: 0.002267469348745374\n        nuclear: 0.0\n        oil: 0.05415283672141139\n        solar: 0.008713651748048806\n        unknown: 0.19914805378472497\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.09847736984770877\n        gas: 0.5283149854388707\n        geothermal: 0.0\n        hydro: 0.10892853852994336\n        hydro discharge: 0.002267474673419177\n        nuclear: 0.0\n        oil: 0.05415296388793349\n        solar: 0.008711328447250663\n        unknown: 0.19914852144195064\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.14215606451641644\n        gas: 0.413268490538378\n        geothermal: 0.0\n        hydro: 0.07768279640133131\n        hydro discharge: 0.0009165283225766136\n        nuclear: 0.19626002510014043\n        oil: 0.03025757151008685\n        solar: 0.007171483444727632\n        unknown: 0.12733005827959254\n        wind: 0.0049554720830237995\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.2518395432988863e-06\n        coal: 0.34045015917292476\n        gas: 0.304208060261519\n        geothermal: 0.0\n        hydro: 0.09774613486917835\n        hydro discharge: 0.009586719995424974\n        nuclear: 0.21721528518277708\n        oil: 0.006107213135325753\n        solar: 0.010396388929459087\n        unknown: 0.008760761271935742\n        wind: 0.005525446384066287\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.3220191069453146e-06\n        coal: 0.3315225017812262\n        gas: 0.2346453823463146\n        geothermal: 0.0\n        hydro: 0.11177939242325598\n        hydro discharge: 0.010267634260889212\n        nuclear: 0.2752518908442977\n        oil: 0.0031636982600514695\n        solar: 0.013865010634955016\n        unknown: 0.015311151625566715\n        wind: 0.004189381790890738\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.048259687250331446\n        gas: 0.4925240804806091\n        geothermal: 0.0\n        hydro: 0.11531891701331068\n        hydro discharge: 0.0031007409160482423\n        nuclear: 0.15283103911679713\n        oil: 0.0013597763336049293\n        solar: 0.011534464464774812\n        unknown: 0.17282924236689215\n        wind: 0.0022410210924737116\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.04639692363103795\n        gas: 0.5232942150085858\n        geothermal: 0.0\n        hydro: 0.08020377127214894\n        hydro discharge: 0.001858866143488965\n        nuclear: 0.10633874869298691\n        oil: 0.006440445092251681\n        solar: 0.008616425234738852\n        unknown: 0.22362013765289562\n        wind: 0.003229634962035957\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.941633397231453e-09\n        coal: 0.0482287697862831\n        gas: 0.560042521693734\n        geothermal: 0.0\n        hydro: 0.06459863435913994\n        hydro discharge: 1.9445458473273002e-05\n        nuclear: 0.09999001340278468\n        oil: 0.005418718251527128\n        solar: 0.006486525363234756\n        unknown: 0.20943026332797163\n        wind: 0.005784605473801615\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03490637068661182\n        gas: 0.5497980307132992\n        geothermal: 0.0\n        hydro: 0.06891523704412911\n        hydro discharge: 2.0322796539261947e-05\n        nuclear: 0.09689055394519087\n        oil: 0.0003706152349079936\n        solar: 0.0071135314353381815\n        unknown: 0.23971427970756837\n        wind: 0.002269815502937839\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.042994951875545286\n        gas: 0.5643339714276191\n        geothermal: 0.0\n        hydro: 0.0625352128520955\n        hydro discharge: 1.6512772228641293e-05\n        nuclear: 0.09330073938741291\n        oil: 0.0003350061779733654\n        solar: 0.007221289168419903\n        unknown: 0.22612240607665954\n        wind: 0.003138998527429385\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.3559\n    - datetime: '2021-01-01'\n      value: 0.0954\n    - datetime: '2022-01-01'\n      value: 0.1404\n    - datetime: '2023-01-01'\n      value: 0.0067\n    - datetime: '2024-01-01'\n      value: 0.154\n    - datetime: '2025-01-01'\n      value: 0.0973\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.0087\n    - datetime: '2021-01-01'\n      value: 0.0154\n    - datetime: '2022-01-01'\n      value: 0.0136\n    - datetime: '2023-01-01'\n      value: 0.0009\n    - datetime: '2024-01-01'\n      value: 0.0601\n    - datetime: '2025-01-01'\n      value: 0.0141\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Duke Energy Progress West\n"
  },
  {
    "path": "config/zones/US-CAR-DUK.yaml",
    "content": "bounding_box:\n  - - -84.31104311043104\n    - 34.04421832532803\n  - - -78.27738277382768\n    - 36.59193756016861\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 50.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 82.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 85.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 90.3\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 91.9\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 90.9\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 80.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 76.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 71.6\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 69.2\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 70.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 69.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7317.1\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 7045.1\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 6603.9\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2590.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 8189.5\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 9036.2\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 9580.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 9728.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 9741.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 14850.7\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 14687.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 15223.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 15122.7\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 13592.2\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1211.9\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1171.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1165.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1163.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1162.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1177.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1157.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1159.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1144.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 1145.7\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2070.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2166.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2262.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2358.0\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 2454.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7517.5\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 126.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 129.4\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 128.1\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 130.4\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1070.3\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 1145.7\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 1194.3\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 1294.3\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1304.3\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 1414.7\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1526.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1540.6\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 1545.5\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 1550.4\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1551.4\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 1562.9\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 1566.7\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 1641.5\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 1691.7\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 1746.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1851.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1875.3\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 1880.3\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1885.3\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1888.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1977.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1997.2\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 2001.2\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 2023.2\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 2025.2\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 2033.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 2036.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 2043.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2113.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2200.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 2215.3\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2239.8\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 2243.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 2245.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 2249.1\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 2251.1\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2383.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1776.2\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 1778.2\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 1855.8\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 1871.8\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 1878.8\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 1885.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 1955.8\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 1957.8\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 1962.8\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 1964.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 1969.8\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 1983.6\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 2033.6\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2038.6\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2038.7\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 2063.7\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 2138.1\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 2143.1\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 2148.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2159.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2164.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2329.6\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2529.6\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -80.83579689728052\n  - 35.33117133429408\ncentroid:\n  - -81.87193289087408\n  - 35.220733493557034\ncomment: Duke Energy Carolinas\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 253.48\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 850.8991772198257\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 774.4313315061296\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 746.9759392468122\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 396.0379906292856\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 399.1356021822794\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 515.1156633369592\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 502.9548744078696\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 214.41\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 225.29\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 300.31\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 238.61\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 249.02\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 249.72\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 442.79655780749437\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 286.48\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 910.8991772198257\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 834.4313315061296\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 806.9759392468122\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 516.0379906292856\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 519.1356021822794\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 635.1156633369592\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 622.9548744078696\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 238.41\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 249.29\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 324.31\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 262.61\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 273.02\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 273.72\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 686.7965578074943\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.53333333\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16923359026548518\n        gas: 0.21273677441782107\n        geothermal: 0.0\n        hydro: 0.05479692528760984\n        hydro discharge: 0.05330204789181415\n        nuclear: 0.49963778097127637\n        oil: 0.0\n        solar: 0.009313630494309798\n        unknown: 0.0009792724862209988\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16923363427212415\n        gas: 0.21273682973680597\n        geothermal: 0.0\n        hydro: 0.05479693953672258\n        hydro discharge: 0.05330206175220659\n        nuclear: 0.49963791089453446\n        oil: 0.0\n        solar: 0.009313372821680764\n        unknown: 0.0009792727408660172\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.18478863670367057\n        gas: 0.22423964841896088\n        geothermal: 0.0\n        hydro: 0.060505898268363015\n        hydro discharge: 0.004208222415833323\n        nuclear: 0.5099540574404652\n        oil: 3.29253561207696e-05\n        solar: 0.01282359120276417\n        unknown: 0.0032979271507371693\n        wind: 0.00014905890973227986\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.1072555484928844e-08\n        coal: 0.17872820131041056\n        gas: 0.25114672701119023\n        geothermal: 0.0\n        hydro: 0.05932678111070233\n        hydro discharge: 0.035673387002808796\n        nuclear: 0.46510671045351737\n        oil: 3.5357627979728725e-05\n        solar: 0.006437185400510145\n        unknown: 0.0034329025610674788\n        wind: 0.00011267821268755429\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.5157592251389302e-08\n        coal: 0.19209479808439392\n        gas: 0.2162959954110993\n        geothermal: 0.0\n        hydro: 0.04893806330650491\n        hydro discharge: 0.025163892988085277\n        nuclear: 0.5035049657623506\n        oil: 6.291435473487404e-06\n        solar: 0.010132128507185166\n        unknown: 0.003743679334327558\n        wind: 0.00012007709923280983\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16012853029090054\n        gas: 0.22095329277437908\n        geothermal: 0.0\n        hydro: 0.05440881821039043\n        hydro discharge: 0.019520552609483797\n        nuclear: 0.5281937238029852\n        oil: 9.00549362529533e-06\n        solar: 0.012050655445993676\n        unknown: 0.0046195566291936975\n        wind: 0.00011577703825962111\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.8115297656033559e-10\n        coal: 0.1856874966956565\n        gas: 0.21996982389947053\n        geothermal: 0.0\n        hydro: 0.04314186686493498\n        hydro discharge: 0.024362348270456\n        nuclear: 0.509259306147688\n        oil: 7.287068692764888e-05\n        solar: 0.013414836231323547\n        unknown: 0.003922773145560302\n        wind: 0.00016845288483262013\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.284488537258341e-10\n        coal: 0.19423660434701787\n        gas: 0.23739788241158782\n        geothermal: 0.0\n        hydro: 0.043759590189026566\n        hydro discharge: 0.0002823822410124755\n        nuclear: 0.5016563511302613\n        oil: 5.123607861331867e-05\n        solar: 0.018491410093566817\n        unknown: 0.0038156295420776944\n        wind: 0.00030878537666984544\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1887104401794071\n        gas: 0.21731367842913082\n        geothermal: 0.0\n        hydro: 0.042219734327088795\n        hydro discharge: 0.00011769035537028452\n        nuclear: 0.5253783775483528\n        oil: 7.021000994672574e-06\n        solar: 0.02177030446122459\n        unknown: 0.004354052428880941\n        wind: 0.00012860945369764118\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.19680020124015796\n        gas: 0.23273830875424287\n        geothermal: 0.0\n        hydro: 0.04366598828449094\n        hydro discharge: 6.891828404921734e-05\n        nuclear: 0.500302114221077\n        oil: 1.3272514659525184e-05\n        solar: 0.022160483501947582\n        unknown: 0.004072615591024879\n        wind: 0.00017802609034428662\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5813\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.6319\n    - datetime: '2021-01-01'\n      value: 0.6026\n    - datetime: '2022-01-01'\n      value: 0.59\n    - datetime: '2023-01-01'\n      value: 0.6088\n    - datetime: '2024-01-01'\n      value: 0.5933\n    - datetime: '2025-01-01'\n      value: 0.5905\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.0417\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.0274\n    - datetime: '2021-01-01'\n      value: 0.0227\n    - datetime: '2022-01-01'\n      value: 0.0296\n    - datetime: '2023-01-01'\n      value: 0.035\n    - datetime: '2024-01-01'\n      value: 0.0348\n    - datetime: '2025-01-01'\n      value: 0.0402\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Duke Energy Carolinas\n"
  },
  {
    "path": "config/zones/US-CAR-SC.yaml",
    "content": "bounding_box:\n  - - -81.8126181261812\n    - 32.56447867604912\n  - - -78.54289396063669\n    - 34.841331463285826\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 219.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 218.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 219.5\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3650.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 3727.3\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1102.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1272.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 231.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 229.4\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2.5\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 42.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2.5\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 4.1\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 5.2\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 17.2\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 23.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 98.2\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 173.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 248.2\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 303.2\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 303.3\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -79.7836270483866\n  - 33.9804037610069\ncentroid:\n  - -80.31007833777494\n  - 34.03152822270473\ncomment: South Carolina Public Service Authority\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer: This zone includes a third of the nuclear related electricity production\n  from the balancing authority South Carolina Electric & Gas Company. Read more on\n  the zone definition wiki page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1072.534133734033\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1060.5558582806743\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1035.7452411944068\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1028.8970523880782\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 442.9124649151213\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 445.80200911803314\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 456.17959601383194\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 471.2653214613073\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 667.34\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 587.16\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 562.85\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 591.74\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 627.12\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1612.9238663414549\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1132.534133734033\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1120.5558582806743\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1095.7452411944068\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1088.8970523880782\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 562.9124649151213\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 565.8020091180331\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 576.179596013832\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 591.2653214613073\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 691.34\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 611.16\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 586.85\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 615.74\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 651.12\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1856.9238663414549\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5123968793276095\n        gas: 0.28780087700811385\n        geothermal: 0.0\n        hydro: 0.030624512227502457\n        hydro discharge: 0.0005420658206571039\n        nuclear: 0.13412876666339377\n        oil: 0.00035747561907404767\n        solar: 0.00405432692816917\n        unknown: 0.03009453495435027\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5123970056468568\n        gas: 0.28780094795856576\n        geothermal: 0.0\n        hydro: 0.030624519777246593\n        hydro discharge: 0.0005420659542905221\n        nuclear: 0.13412879972964678\n        oil: 0.00035747570720114785\n        solar: 0.004054080838434433\n        unknown: 0.03009454237344113\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.40060940366903053\n        gas: 0.322346533041176\n        geothermal: 0.0\n        hydro: 0.03395161424543094\n        hydro discharge: 0.006054265000966473\n        nuclear: 0.18255416709810784\n        oil: 0.00012587496463426016\n        solar: 0.023115588335625048\n        unknown: 0.031195416163463496\n        wind: 4.739571142606043e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.4755211722318727\n        gas: 0.30787727297827616\n        geothermal: 0.0\n        hydro: 0.03738681647092161\n        hydro discharge: 0.00462844725196735\n        nuclear: 0.13875672821152546\n        oil: 3.2610972846726105e-05\n        solar: 0.006097014538091634\n        unknown: 0.029660050504784055\n        wind: 3.9768880499664725e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.36916512874103485\n        gas: 0.3452915863082558\n        geothermal: 0.0\n        hydro: 0.039855683465952044\n        hydro discharge: 0.0003543446168297422\n        nuclear: 0.19858305355245195\n        oil: 3.838392137897156e-05\n        solar: 0.013283024037770045\n        unknown: 0.033321190561154804\n        wind: 0.00010725272736365158\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3365968068947738\n        gas: 0.35168508683778543\n        geothermal: 0.0\n        hydro: 0.054921368952961305\n        hydro discharge: 0.00047332126244824344\n        nuclear: 0.20278457766634994\n        oil: 5.111591247042756e-05\n        solar: 0.020410088634907037\n        unknown: 0.03287474817241908\n        wind: 0.00020254732554227036\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.39581534275447156\n        gas: 0.33696483614772754\n        geothermal: 0.0\n        hydro: 0.032550925170236875\n        hydro discharge: 0.0004360911706632489\n        nuclear: 0.18156266269234156\n        oil: 6.465966041869714e-05\n        solar: 0.02587616770741791\n        unknown: 0.026531888302825445\n        wind: 0.000195670441033537\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3545580587510276\n        gas: 0.36588937011608846\n        geothermal: 0.0\n        hydro: 0.028614315089745213\n        hydro discharge: 0.0008728280598405304\n        nuclear: 0.19524720888150177\n        oil: 0.00027231116769891364\n        solar: 0.02936711751789774\n        unknown: 0.024964564622794193\n        wind: 0.00021369761486246178\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.38826494728314703\n        gas: 0.34740160348604526\n        geothermal: 0.0\n        hydro: 0.028481483124720833\n        hydro discharge: 0.0006501933166339626\n        nuclear: 0.1766898122231121\n        oil: 2.7890341309518912e-05\n        solar: 0.03537461781673552\n        unknown: 0.023006197833984034\n        wind: 0.00010300074293403975\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.40765938808444785\n        gas: 0.3301634166371887\n        geothermal: 0.0\n        hydro: 0.028490204136569674\n        hydro discharge: 0.00040907751531923725\n        nuclear: 0.17366401749202467\n        oil: 9.915940583974472e-05\n        solar: 0.03903642520721052\n        unknown: 0.020343396555049083\n        wind: 0.00013469670798902004\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.1903\n    - datetime: '2022-01-01'\n      value: 0.2805\n    - datetime: '2023-01-01'\n      value: 0.2568\n    - datetime: '2024-01-01'\n      value: 0.241\n    - datetime: '2025-01-01'\n      value: 0.2137\nisRenewable:\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 0.0147\n    - datetime: '2022-01-01'\n      value: 0.086\n    - datetime: '2023-01-01'\n      value: 0.0454\n    - datetime: '2024-01-01'\n      value: 0.0427\n    - datetime: '2025-01-01'\n      value: 0.0324\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: South Carolina Public Service Authority\n"
  },
  {
    "path": "config/zones/US-CAR-SCEG.yaml",
    "content": "bounding_box:\n  - - -82.59382593825933\n    - 32.085065927008074\n  - - -79.42939429394289\n    - 34.7354313336469\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 4.0\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 70.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 229.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 120.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 229.6\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 130.4\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1848.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1431.5\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3090.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3507.7\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 3511.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3464.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3537.4\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 3510.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3504.3\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 3440.1\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 3400.9\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 3466.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 3597.1\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 244.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 241.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 244.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 242.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 587.2\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1029.6\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 30.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 14.0\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 17.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 120.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 17.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 56.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 17.5\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6.8\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 10.2\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 25.6\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 54.9\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 198.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 238.1\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 248.3\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 262.4\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 266.8\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 268.4\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 314.9\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 316.9\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 336.9\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 349.9\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 428.5\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 503.4\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 575.9\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 645.9\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 720.9\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 795.9\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 868.0\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 903.2\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 978.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 1044.1\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -81.12491647633112\n  - 33.41858838624407\ncentroid:\n  - -81.04805138700345\n  - 33.48424702846477\ncomment: South Carolina Electric & Gas Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer: A third of the nuclear-related electricity production is attributed to\n  the balancing authority South Carolina Public Service Authority (US-CAR-SC) due\n  to an agreement between the two balancing authorities. Read more on the zone definition\n  wiki page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 934.0795381890217\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 946.9012095380552\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 972.0663633884146\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 978.9970212509144\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 407.41771383688\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 462.3141304645547\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 451.1888745347415\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 436.0425147557432\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1297.8346930177995\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 994.0795381890217\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1006.9012095380552\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1032.0663633884146\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1038.9970212509143\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 527.41771383688\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 582.3141304645546\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 571.1888745347414\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 556.0425147557432\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1541.8346930177995\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1919388365611012\n        gas: 0.5025520570687312\n        geothermal: 0.0\n        hydro: 0.0317146224119546\n        hydro discharge: 0.0\n        nuclear: 0.21190851534364152\n        oil: 0.0\n        solar: 0.05903604640979591\n        unknown: 0.0028507321355780903\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.19193927472676642\n        gas: 0.5025532043146995\n        geothermal: 0.0\n        hydro: 0.03171469481136514\n        hydro discharge: 0.0\n        nuclear: 0.21190899909688946\n        oil: 0.0\n        solar: 0.059033898197732804\n        unknown: 0.0028507386433436104\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1861095153878664\n        gas: 0.5019813482842593\n        geothermal: 0.0\n        hydro: 0.0337739906913919\n        hydro discharge: 0.0004111382811999255\n        nuclear: 0.21620601495538588\n        oil: 1.7025672628805448e-05\n        solar: 0.05806960113824672\n        unknown: 0.0033861308353107236\n        wind: 4.501933830788828e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3214535345228188\n        gas: 0.43998483972553176\n        geothermal: 0.0\n        hydro: 0.03963220451652836\n        hydro discharge: 0.0018809358781721908\n        nuclear: 0.16459317126275555\n        oil: 1.2829080783133294e-05\n        solar: 0.01646713965898715\n        unknown: 0.01594365868762094\n        wind: 3.151044648085425e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.21574271659975053\n        gas: 0.49419235893614966\n        geothermal: 0.0\n        hydro: 0.036489541629371694\n        hydro discharge: 0.00031607316272553725\n        nuclear: 0.2220572729105147\n        oil: 6.478134273846065e-06\n        solar: 0.0292242110097449\n        unknown: 0.0019394953251856367\n        wind: 3.145955511145264e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1537287110111836\n        gas: 0.5187589275328074\n        geothermal: 0.0\n        hydro: 0.04469682244605413\n        hydro discharge: 0.0002832133908783794\n        nuclear: 0.21997565296993385\n        oil: 4.742599350014109e-06\n        solar: 0.0598483302731545\n        unknown: 0.002666388943781082\n        wind: 3.6892685726959914e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.17491498467533734\n        gas: 0.5256518662272655\n        geothermal: 0.0\n        hydro: 0.0314458724276906\n        hydro discharge: 0.00032385086176189517\n        nuclear: 0.19594821777695592\n        oil: 5.817686353929803e-06\n        solar: 0.06890861899120676\n        unknown: 0.0027264191155270804\n        wind: 7.388819027595026e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.15765207422266675\n        gas: 0.5073171961410856\n        geothermal: 0.0\n        hydro: 0.0321566055178509\n        hydro discharge: 0.0001557833235789619\n        nuclear: 0.2291097722359442\n        oil: 3.2339029259674094e-05\n        solar: 0.07035419778953284\n        unknown: 0.0030743797538514673\n        wind: 0.0001473849913931333\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16169732280765545\n        gas: 0.5148304694076232\n        geothermal: 0.0\n        hydro: 0.03123135458885657\n        hydro discharge: 0.00015439664046229627\n        nuclear: 0.21554499469681562\n        oil: 5.381204772367882e-06\n        solar: 0.0738194347010824\n        unknown: 0.002620311606590239\n        wind: 9.609330559539754e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.17383671454508898\n        gas: 0.5065781474836093\n        geothermal: 0.0\n        hydro: 0.03241643819214425\n        hydro discharge: 0.00010720387820444353\n        nuclear: 0.21469520262448658\n        oil: 9.309745576760395e-06\n        solar: 0.06997543369820834\n        unknown: 0.00226721784513369\n        wind: 0.00011411094674027499\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: South Carolina Electric & Gas Company\n"
  },
  {
    "path": "config/zones/US-CAR-YAD.yaml",
    "content": "bounding_box:\n  - - -80.825586319\n    - 34.797960281\n  - - -79.4523525239999\n    - 36.2042064670001\ncan_have_zero_production: true\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 215.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncomment: Alcoa Power Generating, Inc. - Yadkin Division\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0033144127275517455\n        gas: 0.004072077067971939\n        geothermal: 0.0\n        hydro: 0.9824458463300616\n        hydro discharge: 0.00014551977465504428\n        nuclear: 0.009910513988554984\n        oil: 2.185255031736368e-07\n        solar: 7.031058064611765e-05\n        unknown: 3.3343349692577415e-05\n        wind: 3.951669515723265e-06\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.005813341161593352\n        gas: 0.009248170896937946\n        geothermal: 0.0\n        hydro: 0.9627812754042092\n        hydro discharge: 0.0020285430403757564\n        nuclear: 0.018381401860717187\n        oil: 3.4775539698310903e-06\n        solar: 0.0004508174509981031\n        unknown: 0.0012797398608978413\n        wind: 7.271249209646827e-06\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.011704576775878505\n        gas: 0.016029145749835452\n        geothermal: 0.0\n        hydro: 0.9213342641417358\n        hydro discharge: 0.0006192210428970131\n        nuclear: 0.03603757272881996\n        oil: 9.790056014182026e-06\n        solar: 0.005226007208493551\n        unknown: 0.008976163472849163\n        wind: 3.275903358591678e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0020397491274406505\n        gas: 0.00473785630658369\n        geothermal: 0.0\n        hydro: 0.9752283800411929\n        hydro discharge: 0.00023271934489228015\n        nuclear: 0.012810343131130992\n        oil: 1.3819438532795738e-06\n        solar: 0.0024858406032792976\n        unknown: 0.002402647583311867\n        wind: 1.1884717138204335e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.01677700467192675\n        gas: 0.023620418238111316\n        geothermal: 0.0\n        hydro: 0.881083848957417\n        hydro discharge: 0.0025682121913983918\n        nuclear: 0.06222405590458933\n        oil: 5.786404011484031e-05\n        solar: 0.007573055332290197\n        unknown: 0.005912040317760774\n        wind: 2.932834909930262e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.019045702788157516\n        gas: 0.028488071284851972\n        geothermal: 0.0\n        hydro: 0.8687989843824855\n        hydro discharge: 1.9162594615310915e-05\n        nuclear: 0.06827728274408354\n        oil: 6.70690811535882e-06\n        solar: 0.00886317907444668\n        unknown: 0.006280540385168153\n        wind: 2.9222956788349147e-05\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.010486397596266907\n        gas: 0.01967113920902962\n        geothermal: 0.0\n        hydro: 0.8925366602892164\n        hydro discharge: 2.87143192279983e-07\n        nuclear: 0.05772120147603086\n        oil: 3.086789317009817e-06\n        solar: 0.010799491354549195\n        unknown: 0.008758477543823076\n        wind: 1.85566288010939e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.012599241362673078\n        gas: 0.023614230589435046\n        geothermal: 0.0\n        hydro: 0.8973674376095901\n        hydro discharge: 1.7026730462798738e-07\n        nuclear: 0.045944957858700224\n        oil: 8.59849888371336e-06\n        solar: 0.011377119405821593\n        unknown: 0.009028395450014926\n        wind: 5.400311345117666e-05\ngeneration_only: true\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Alcoa Power Generating, Inc. Yadkin Division\nzone_short_name: Alcoa Power Generating\n"
  },
  {
    "path": "config/zones/US-CENT-SPA.yaml",
    "content": "bounding_box:\n  - - -90.8235082350823\n    - 35.96473148715812\n  - - -90.29070290702902\n    - 36.26812104774528\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 261.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 32.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1497.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1391.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1343.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1368.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1287.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1327.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1253.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1403.6\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 1364.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 107.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 134.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 161.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 134.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 161.4\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 12.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 17.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 18.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 119.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 499.0\ncenter_point:\n  - -90.55710557105566\n  - 36.1164262674517\ncentroid:\n  - -90.55530555305548\n  - 36.095198538762816\ncomment: Southwestern Power Administration\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 987.9224616734189\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1062.0186382106529\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1064.67361209247\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1078.5537883747247\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.9224616734189\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1122.0186382106529\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1124.67361209247\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1138.5537883747247\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7761125520290202\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.2238874479709796\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.7761125520290203\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.2238874479709796\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.65257628562972e-06\n        coal: 0.009458981443707336\n        gas: 0.003400072840866559\n        geothermal: 0.0\n        hydro: 0.7674520839644643\n        hydro discharge: 0.0\n        nuclear: 0.0018031393848028095\n        oil: 2.695668500498292e-05\n        solar: 2.213244711201632e-05\n        unknown: 0.2091833938299531\n        wind: 0.00864367703879659\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.000964381928596424\n        gas: 0.0004831620770427274\n        geothermal: 0.0\n        hydro: 0.8094005220568167\n        hydro discharge: 0.0\n        nuclear: 2.3156015959735656e-05\n        oil: 0.0\n        solar: 2.0091987817558054e-07\n        unknown: 0.1889945801862862\n        wind: 0.00013376240889539275\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.426582364864741e-07\n        coal: 0.003915367434002424\n        gas: 0.001984399985982489\n        geothermal: 0.0\n        hydro: 0.7693716650774006\n        hydro discharge: 0.0\n        nuclear: 0.0003525772853614765\n        oil: 8.668723797860118e-07\n        solar: 6.400100335866937e-06\n        unknown: 0.2216211251265726\n        wind: 0.002744001519793278\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.0790974069919437e-07\n        coal: 0.011688505288920617\n        gas: 0.0026363021127870437\n        geothermal: 0.0\n        hydro: 0.7225291145577424\n        hydro discharge: 0.0\n        nuclear: 0.00047603066739595985\n        oil: 2.2249622219956056e-07\n        solar: 8.287984276933633e-06\n        unknown: 0.2570148052694522\n        wind: 0.005642856480666005\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.966751165291622e-05\n        coal: 0.03971726201399013\n        gas: 0.017063767273918073\n        geothermal: 0.0\n        hydro: 0.5932482884761711\n        hydro discharge: 7.88051411393323e-08\n        nuclear: 0.003737975517539255\n        oil: 3.9807854152668435e-05\n        solar: 9.923818844903063e-05\n        unknown: 0.3300864001554848\n        wind: 0.015983934198517718\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.5000949064195783e-06\n        coal: 0.020934725772799263\n        gas: 0.009609555438586572\n        geothermal: 0.0\n        hydro: 0.7024090375442017\n        hydro discharge: 0.0\n        nuclear: 0.001745066548919884\n        oil: 4.786454572881473e-06\n        solar: 5.067658779038262e-05\n        unknown: 0.2479407550602173\n        wind: 0.01729805237667662\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.659907486189789e-05\n        coal: 0.030190793847532715\n        gas: 0.024830894609418994\n        geothermal: 0.0\n        hydro: 0.9066887069931481\n        hydro discharge: 0.0\n        nuclear: 0.005444928514226817\n        oil: 7.156096282642579e-06\n        solar: 0.0001540586011036827\n        unknown: 9.512207228531505e-05\n        wind: 0.032555782403432654\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.143271671386385e-05\n        coal: 0.06561115136832395\n        gas: 0.06759193212988396\n        geothermal: 0.0\n        hydro: 0.7617479033589687\n        hydro discharge: 0.0\n        nuclear: 0.011383675245776331\n        oil: 1.744239958122339e-05\n        solar: 0.0007941509621297181\n        unknown: 0.00020702289645406453\n        wind: 0.09255513661771894\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Southwestern Power Administration\n"
  },
  {
    "path": "config/zones/US-CENT-SWPP.yaml",
    "content": "bounding_box:\n  - - -106.01946751397405\n    - 30.877232015991254\n  - - -92.48672486724861\n    - 48.99978910378593\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 1.2\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 14.0\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 24.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 25.5\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 26.9\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 27.9\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 26.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 28.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 198.5\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 450.5\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 329.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 346.1\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 343.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 342.1\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 343.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 345.8\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 344.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 327.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 324.2\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 323.4\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 317.8\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 25072.3\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 25017.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 25182.1\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 25100.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 24255.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 22997.1\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 22784.3\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 22064.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 22059.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 22088.2\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 21367.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 20999.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 20639.3\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 20279.3\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 34958.4\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 35070.4\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 35069.2\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 35267.2\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 35333.2\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 35721.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 35577.0\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 35586.3\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 35060.3\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 34832.3\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 34758.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 35980.3\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 35927.3\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 35922.9\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 35904.2\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 35665.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 35655.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 35582.7\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 35441.7\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 35430.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 34889.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 34696.5\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 34689.5\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 34753.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 34995.3\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 35064.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 34966.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 35119.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 35126.1\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 35060.7\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 35064.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 34980.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 35050.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 35376.5\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 35489.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 35324.7\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 36098.4\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 36458.4\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 36704.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 36861.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 36869.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3081.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3071.0\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 3068.6\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 3103.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 259.2\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2068.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2097.3\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2003.6\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 2009.6\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 2010.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2084.6\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 2090.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2023.3\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 2026.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 2023.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2083.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 2087.4\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 2091.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2263.1\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2261.5\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 2263.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2049.3\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2041.3\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 2044.4\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 2050.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2224.1\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 2225.9\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 2228.9\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 2232.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2229.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2229.1\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 2231.1\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 2234.1\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 2240.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 2242.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2249.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2173.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2215.1\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2233.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2233.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2223.5\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 258.0\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 259.0\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 283.5\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 287.0\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 290.5\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 305.9\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 311.7\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 321.7\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 323.0\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 331.5\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 332.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 338.5\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 348.5\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 350.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 357.2\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 361.6\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 381.6\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 383.1\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 393.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 395.1\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 398.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 400.4\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 401.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 402.8\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 404.8\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 409.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 418.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 429.3\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 430.6\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 443.6\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 445.6\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 448.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 466.6\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 467.6\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 469.2\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 499.2\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 502.0\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 503.0\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 523.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 603.0\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 607.4\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 608.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 609.7\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 812.7\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 819.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 869.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 889.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 1084.7\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 1157.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1170.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1428.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 62.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 15324.3\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 15954.9\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 16239.0\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 16628.7\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 16784.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 17417.2\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 17427.5\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 17626.1\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 17666.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 18766.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 19342.1\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 19541.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 20019.4\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 20295.0\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 20455.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 20557.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 20549.8\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 20955.6\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 21155.7\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 21385.7\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 21490.7\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 22489.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 24226.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 24703.6\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 25055.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 25489.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 25841.2\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 26295.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 26583.8\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 26586.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 26703.5\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 28017.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 28166.4\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 28461.8\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 29460.8\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 29466.4\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 30793.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 31064.4\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 31366.1\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 31764.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 32707.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 32908.5\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 33110.0\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 33629.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 33624.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 33931.9\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 34080.3\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 34273.8\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 34426.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 34865.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 35463.4\ncenter_point:\n  - -99.25192402528673\n  - 40.10576311189023\ncentroid:\n  - -98.17885953810394\n  - 39.49536636803802\ncomment: Southwest Power Pool\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1014.6252748901705\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1001.8898548190425\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1006.6931219669046\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1033.3040921750498\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 459.1389525209879\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 459.677150611773\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 470.80292727723975\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 491.00210113204867\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 975.0111176473947\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1315.8465789346942\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1291.2071450487374\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 473.2147534174965\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1074.6252748901707\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1061.8898548190425\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1066.6931219669045\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1093.3040921750498\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 579.1389525209879\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 579.677150611773\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 590.8029272772397\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 611.0021011320487\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1219.0111176473947\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1559.8465789346942\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1535.2071450487374\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 717.2147534174965\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.66\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0.00035980749970720624\n        coal: 0.37406030993480177\n        gas: 0.22706130341042047\n        geothermal: 0\n        hydro: 0.04289187145125501\n        hydro discharge: 0\n        nuclear: 0.05895103173687554\n        oil: 0.0007180557036410336\n        solar: 0.002031208058277777\n        unknown: 0.0009574344892645971\n        wind: 0.29296897193376714\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0.00035980754737542555\n        coal: 0.3740603594912699\n        gas: 0.22706133349208363\n        geothermal: 0\n        hydro: 0.04289187713368002\n        hydro discharge: 0\n        nuclear: 0.05895103954685924\n        oil: 0.0007180557987708926\n        solar: 0.0020310758606134354\n        unknown: 0.000957434616107971\n        wind: 0.292969010747047\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00038485670380757715\n        coal: 0.4599174239473165\n        gas: 0.19548289797976712\n        geothermal: 0.0\n        hydro: 0.04857262777746696\n        hydro discharge: 2.0575886644913787e-07\n        nuclear: 0.06712041945286505\n        oil: 0.0017600248468336065\n        solar: 0.00211052201053287\n        unknown: 0.0025090672336663556\n        wind: 0.22214194231887516\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00035762052730163623\n        coal: 0.42273605202585424\n        gas: 0.23379737198413494\n        geothermal: 3.725273585655814e-11\n        hydro: 0.05233505958099327\n        hydro discharge: 1.3983931985834792e-06\n        nuclear: 0.05322574153830007\n        oil: 0.0012354975272069982\n        solar: 0.0019767259040801267\n        unknown: 0.00279897123287221\n        wind: 0.23153556020572857\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00030103042480881257\n        coal: 0.34580376456761597\n        gas: 0.25734590091561266\n        geothermal: 2.2165034386113614e-09\n        hydro: 0.06294009529589224\n        hydro discharge: 4.359123429269011e-09\n        nuclear: 0.059058613839546456\n        oil: 0.000178625832555975\n        solar: 0.0019849822291618854\n        unknown: 0.0030602127018894776\n        wind: 0.26932675949011037\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003270413384901316\n        coal: 0.31189929927157106\n        gas: 0.26781216226989085\n        geothermal: 2.79522447821207e-09\n        hydro: 0.05119457179917011\n        hydro discharge: 3.8648637118745566e-08\n        nuclear: 0.06206207991445291\n        oil: 0.00014064041518315048\n        solar: 0.002327097538453558\n        unknown: 0.003065731320810231\n        wind: 0.3011713268242183\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0003163516453908609\n        coal: 0.35590041828435176\n        gas: 0.19983612749092192\n        geothermal: 2.6127394146064475e-09\n        hydro: 0.04242061909418809\n        hydro discharge: 6.95361932773116e-08\n        nuclear: 0.057673852188265866\n        oil: 0.0005086429210816029\n        solar: 0.0022087256215997456\n        unknown: 0.002871793199411955\n        wind: 0.3382633797138772\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.0599359303001395e-10\n        biomass: 0.00019500644715745682\n        coal: 0.3349812281371984\n        gas: 0.21001380967558309\n        geothermal: 3.6037821630204747e-09\n        hydro: 0.03239971665722049\n        hydro discharge: 5.0876924654406705e-09\n        nuclear: 0.05111896950357818\n        oil: 0.000558798293116629\n        solar: 0.002236561019784568\n        unknown: 0.001954695720297224\n        wind: 0.3665411801334774\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 3.212976286684422e-10\n        biomass: 0.00035185592483346907\n        coal: 0.2718935845012305\n        gas: 0.26884170884474573\n        geothermal: 3.3914749692780013e-09\n        hydro: 0.033616872733455726\n        hydro discharge: 9.656778728312623e-08\n        nuclear: 0.061019680040313204\n        oil: 0.00036062838538847655\n        solar: 0.0025908683941408984\n        unknown: 0.0008761758130996569\n        wind: 0.3604485052688786\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 1.0379406242742397e-10\n        biomass: 0.00033173530337574883\n        coal: 0.24739636624205283\n        gas: 0.28540550248584345\n        geothermal: 4.2209585387152425e-09\n        hydro: 0.03373018723583877\n        hydro discharge: 3.387146237214935e-08\n        nuclear: 0.05351255150875622\n        oil: 0.0003502724731510162\n        solar: 0.005079625055022232\n        unknown: 0.0010075414538685166\n        wind: 0.3731861627814639\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: US_SPP.fetch_load_forecast\n  dayaheadLocationalMarginalPrice: US_SPP.fetch_dayahead_locational_marginal_price\n  gridAlerts: email_grid_alerts.fetch_grid_alerts_emails\n  production: US_SPP.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_SPP.fetch_wind_solar_forecasts\n  realtimeLocationalMarginalPrice: US_SPP.fetch_realtime_locational_marginal_price\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Southwest Power Pool\nzone_short_name: SPP\n"
  },
  {
    "path": "config/zones/US-FLA-FMPP.yaml",
    "content": "bounding_box:\n  - - -82.50742507425069\n    - 26.327819690016725\n  - - -80.04500045000445\n    - 30.18601900767237\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 45.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1292.8\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 929.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2535.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2506.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2483.9\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 2487.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2502.9\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 2562.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2622.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2597.3\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 93.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 87.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 220.3\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 9.0\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 17.9\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 166.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -81.27621276212757\n  - 28.256919348844548\ncentroid:\n  - -81.52605526055255\n  - 28.532223908834915\ncomment: Florida Municipal Power Pool\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 768.4856555485999\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 806.7004193423496\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 763.2191822274799\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 744.4422069628371\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 446.01597200626395\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 439.9025360279061\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 399.91916460663316\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 396.92867418651286\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 791.3672765485921\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 828.4856555485999\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 866.7004193423496\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 823.2191822274799\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 804.4422069628371\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 566.015972006264\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 559.9025360279061\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 519.9191646066331\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 516.9286741865128\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1035.3672765485921\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.29949770253984176\n        gas: 0.607216900507734\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.05601559540906811\n        oil: 0.017035436173037325\n        solar: 0.012130367481323326\n        unknown: 0.00810344359367948\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.29949782223725796\n        gas: 0.6072171431883738\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.05601561779629172\n        oil: 0.0170354429814291\n        solar: 0.012129973097258556\n        unknown: 0.008103446832306195\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2734776240561849\n        gas: 0.6454578341304538\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.05730370582379923\n        oil: 0.00030257415071995226\n        solar: 0.014987948718757638\n        unknown: 0.008470442891409838\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3641178606154934\n        gas: 0.5550564513927738\n        geothermal: 0.0\n        hydro: 0.00024160466813817158\n        hydro discharge: 1.2395866220398879e-05\n        nuclear: 0.06387327960198631\n        oil: 0.00010536543937167994\n        solar: 0.003652549037572886\n        unknown: 0.012940050627756943\n        wind: 4.3237371710999716e-07\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2973894213571623\n        gas: 0.6008549274046878\n        geothermal: 0.0\n        hydro: 0.00018261088631565988\n        hydro discharge: 1.1288280000011357e-06\n        nuclear: 0.07012059593726101\n        oil: 0.00016543937427397593\n        solar: 0.0068235967197151975\n        unknown: 0.02446136735924484\n        wind: 2.6988844047646196e-07\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2598403615941424\n        gas: 0.6265408296869334\n        geothermal: 0.0\n        hydro: 0.00019896247647282068\n        hydro discharge: 9.463350814286271e-07\n        nuclear: 0.07316917711335676\n        oil: 0.0002615358075839743\n        solar: 0.01207654328171272\n        unknown: 0.02791106706673254\n        wind: 1.4429932092706015e-07\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.26424992229601063\n        gas: 0.6096662717625891\n        geothermal: 0.0\n        hydro: 0.0001349089002806099\n        hydro discharge: 7.950978632497339e-07\n        nuclear: 0.06915536091861439\n        oil: 0.00022086975935840583\n        solar: 0.0272145478284471\n        unknown: 0.029356386611274307\n        wind: 4.208054073221236e-07\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.20150531927757326\n        gas: 0.6723591624049727\n        geothermal: 0.0\n        hydro: 0.00011082154199776624\n        hydro discharge: 3.8517448507641324e-07\n        nuclear: 0.06659007580556685\n        oil: 0.0003779571540014642\n        solar: 0.028527119394667944\n        unknown: 0.0305278928062719\n        wind: 9.143755326240925e-07\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16761275063951062\n        gas: 0.687899878073198\n        geothermal: 0.0\n        hydro: 0.0002078957300194654\n        hydro discharge: 8.463719125137084e-07\n        nuclear: 0.07954263507492554\n        oil: 0.0003316975402539143\n        solar: 0.033927873479998816\n        unknown: 0.030475120624263923\n        wind: 9.479827287500063e-07\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.14600391089901532\n        gas: 0.7315339642642004\n        geothermal: 0.0\n        hydro: 0.00015121069946508203\n        hydro discharge: 7.322136708176398e-07\n        nuclear: 0.06965895353125312\n        oil: 0.00020001279422783547\n        solar: 0.0368809604380467\n        unknown: 0.015569004071754993\n        wind: 9.010623577192186e-07\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Florida Municipal Power Pool\n"
  },
  {
    "path": "config/zones/US-FLA-FPC.yaml",
    "content": "bounding_box:\n  - - -85.99585995859952\n    - 27.442633216891252\n  - - -80.86220862208617\n    - 30.463649077266297\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 11.0\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 22.0\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 30.3\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 47.6\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 50.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 55.1\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 387.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 397.4\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 272.4\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 258.4\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 255.2\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 253.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 257.2\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 184.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2442.7\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1478.4\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 8766.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 8737.9\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 9723.2\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 10708.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 10674.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 10555.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 10587.6\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 10553.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 10751.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 10774.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 11156.9\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 12.2\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1358.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1363.4\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1329.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1330.7\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 30.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 32.7\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 41.5\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 48.8\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 175.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 177.2\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 297.1\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 372.0\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 446.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 436.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 586.3\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 660.8\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 735.7\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 885.5\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 960.4\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 1039.3\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 1264.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 1264.8\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 1414.6\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1489.5\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 1564.4\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 1787.9\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 1936.9\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 2011.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2236.1\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2311.1\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 150\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 18.8\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -82.69102691026904\n  - 28.929528280334964\ncentroid:\n  - -82.856306175002\n  - 28.95372853182364\ncomment: Duke Energy Florida Inc\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 425.17\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 425.35\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 464.86\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 521.6312947097579\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 569.1649476424932\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 558.6454964558035\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 423.93468599511147\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 423.8115836376518\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 426.84458929288365\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 457.83672479746605\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1162.9400758736372\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 654.9016481509434\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1047.7402736442787\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1047.3624904149933\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 458.17\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 458.35\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 497.86\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 581.6312947097579\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 629.1649476424932\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 618.6454964558035\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 543.9346859951115\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 543.8115836376518\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 546.8445892928837\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 577.8367247974661\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1406.9400758736372\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 898.9016481509434\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1291.7402736442787\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1291.3624904149933\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.103574549421613\n        gas: 0.8561187845041084\n        geothermal: 0.0\n        hydro: 0.0049927946629394785\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0008967128878118871\n        solar: 0.016946231230295997\n        unknown: 0.017470979264185026\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.10357461431573237\n        gas: 0.8561193209010795\n        geothermal: 0.0\n        hydro: 0.00499279779115017\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0008967134496428919\n        solar: 0.01694561538424483\n        unknown: 0.017470990210540285\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0992582276665768\n        gas: 0.8389399755552575\n        geothermal: 0.0\n        hydro: 0.00656237989072391\n        hydro discharge: 0.0001118528262114915\n        nuclear: 0.008539199780249243\n        oil: 0.000860540950620173\n        solar: 0.02920673781245172\n        unknown: 0.01651223945817925\n        wind: 8.781214764180111e-06\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11034517145751514\n        gas: 0.8323808129264919\n        geothermal: 0.0\n        hydro: 0.0047516421369919225\n        hydro discharge: 0.00010228065167879173\n        nuclear: 0.025186780165201334\n        oil: 0.0006265785896511865\n        solar: 0.0021072838266193482\n        unknown: 0.02449380508917529\n        wind: 5.57977337386054e-06\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.05438534073745743\n        gas: 0.8805781149781613\n        geothermal: 0.0\n        hydro: 0.005104189466503513\n        hydro discharge: 1.1178744829980037e-05\n        nuclear: 0.02695996784041916\n        oil: 0.0005448566320506895\n        solar: 0.0063476558307984975\n        unknown: 0.026063397754375477\n        wind: 5.189190908314686e-06\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11497536195383407\n        gas: 0.8068564882297887\n        geothermal: 0.0\n        hydro: 0.005702355026320435\n        hydro discharge: 1.3044117780394374e-05\n        nuclear: 0.02896359155748144\n        oil: 0.0004028357363135096\n        solar: 0.016454727056140712\n        unknown: 0.02662694998101486\n        wind: 4.506745423163465e-06\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.15015004699474718\n        gas: 0.7695505275479358\n        geothermal: 0.0\n        hydro: 0.005823247084078365\n        hydro discharge: 1.2544437235447218e-05\n        nuclear: 0.027617880430930924\n        oil: 0.0007122127956249367\n        solar: 0.022903564632629343\n        unknown: 0.023218550989929195\n        wind: 1.1347587779403906e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1167611631956992\n        gas: 0.7920861960048775\n        geothermal: 0.0\n        hydro: 0.004438027100015994\n        hydro discharge: 3.7135721403796805e-06\n        nuclear: 0.026638762251665997\n        oil: 0.0010972026956387537\n        solar: 0.03301282782242211\n        unknown: 0.025954795630625648\n        wind: 7.234536956047993e-06\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.09858617761804514\n        gas: 0.7874475678136441\n        geothermal: 0.0\n        hydro: 0.004123099044436697\n        hydro discharge: 2.835431395732153e-06\n        nuclear: 0.035543003293674866\n        oil: 0.00046272849452172867\n        solar: 0.04862534471532766\n        unknown: 0.025205820384800605\n        wind: 3.309659159515913e-06\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.07192514068756008\n        gas: 0.821324860654408\n        geothermal: 0.0\n        hydro: 0.0029010760615029614\n        hydro discharge: 2.2965750281605837e-06\n        nuclear: 0.028493352732321942\n        oil: 0.0007948505603240849\n        solar: 0.06154519216648502\n        unknown: 0.013010176598688486\n        wind: 2.9803827190777754e-06\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.0391\n    - datetime: '2022-01-01'\n      value: 0.0506\n    - datetime: '2025-01-01'\n      value: 0.0984\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2021-01-01'\n      value: 0.0135\n    - datetime: '2022-01-01'\n      value: 0.0256\n    - datetime: '2025-01-01'\n      value: 0.0754\n  hydro discharge:\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Duke Energy Florida\n"
  },
  {
    "path": "config/zones/US-FLA-FPL.yaml",
    "content": "bounding_box:\n  - - -82.79542795427949\n    - 25.172935843819346\n  - - -80.11340113401128\n    - 30.583860035234792\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 14.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 24.0\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 433.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 493.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1014.5\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 531.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 622.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 620.8\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 622.4\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 620.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 617.6\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 540.6\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 543.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 540.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 535.8\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 395.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 21336.3\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 20293.9\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 22017.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 23743.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 24018.1\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 25465.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 28207.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 25465.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 28215.1\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 43.5\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3797.2\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3846.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1977.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 250.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 274.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 316.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 148.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 189.8\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 262.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 560.7\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 858.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1157.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1604.8\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 1902.8\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2275.3\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 2573.3\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 2647.8\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2871.3\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 2945.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3392.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4137.4\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 4360.9\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 4584.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 5701.9\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 6446.9\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 7042.9\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 7192.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 8086.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 7862.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 8086.3\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -80.92700927009265\n  - 27.844767492952542\ncentroid:\n  - -81.44499906537523\n  - 27.88223250763076\ncomment: Florida Power & Light Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 248.89\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 367.48937057919414\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 365.6611442526231\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 359.44438512281965\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 367.9628636512186\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 390.05044165621\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 450.5327899842862\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 289.96851114965034\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 175.09320207293555\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 281.89\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 487.48937057919414\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 485.6611442526231\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 479.44438512281965\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 487.9628636512186\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 634.0504416562101\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 694.5327899842862\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 533.9685111496503\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 419.0932020729356\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6519385220184877\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.2202698523204888\n        oil: 4.593666138456435e-05\n        solar: 0.03268655720609928\n        unknown: 0.09505922335091438\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.6519390424823136\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.22027002816910976\n        oil: 4.593669805730223e-05\n        solar: 0.03268578494253772\n        unknown: 0.09505929923979868\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0064681295127164366\n        gas: 0.6515181312610444\n        geothermal: 0.0\n        hydro: 0.0016325961345460946\n        hydro discharge: 0.00010193209897949302\n        nuclear: 0.2162773184323933\n        oil: 3.81735964711513e-06\n        solar: 0.043819337191046276\n        unknown: 0.08017369657385313\n        wind: 5.0141388045604086e-06\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.02862502495721441\n        gas: 0.7176259312164941\n        geothermal: 0.0\n        hydro: 0.0014033604396553887\n        hydro discharge: 0.00010321557713140836\n        nuclear: 0.20324494856772676\n        oil: 3.8955294144861965e-06\n        solar: 0.012648809690371158\n        unknown: 0.036340801041191466\n        wind: 3.987123965789817e-06\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.02858891951649374\n        gas: 0.6595579932943951\n        geothermal: 0.0\n        hydro: 0.0014535635493887818\n        hydro discharge: 1.177672009167074e-05\n        nuclear: 0.210189312831756\n        oil: 3.047188680329419e-06\n        solar: 0.017432255203806726\n        unknown: 0.08275788302007701\n        wind: 5.202297097340151e-06\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03133841615353268\n        gas: 0.6451410185289799\n        geothermal: 0.0\n        hydro: 0.0010910628609407229\n        hydro discharge: 8.914110538063108e-06\n        nuclear: 0.20327702164757888\n        oil: 2.8528002360066463e-06\n        solar: 0.024795470764602794\n        unknown: 0.09434263949671473\n        wind: 2.5550805420625587e-06\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.030835826289752424\n        gas: 0.6161344851119223\n        geothermal: 0.0\n        hydro: 0.001005573801507322\n        hydro discharge: 9.918884587904354e-06\n        nuclear: 0.2146593605421962\n        oil: 3.0052272858027465e-06\n        solar: 0.04222888390882885\n        unknown: 0.09511614403700229\n        wind: 6.761255462536685e-06\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.02505542874444403\n        gas: 0.6037015218221942\n        geothermal: 0.0\n        hydro: 0.000736116385507975\n        hydro discharge: 4.683464578846961e-06\n        nuclear: 0.2074953582286158\n        oil: 8.046730629371908e-06\n        solar: 0.050727286239249596\n        unknown: 0.11226033967594552\n        wind: 1.1189285523775224e-05\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.01853096704019643\n        gas: 0.597151331722411\n        geothermal: 0.0\n        hydro: 0.0010020820975442208\n        hydro discharge: 5.6691931740162595e-06\n        nuclear: 0.22643024450321014\n        oil: 6.615474939135388e-06\n        solar: 0.07584177515876471\n        unknown: 0.08102367036060279\n        wind: 7.610302131133911e-06\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.011703858863971833\n        gas: 0.707267099343537\n        geothermal: 0.0\n        hydro: 0.0006587990493102537\n        hydro discharge: 4.521083417839027e-06\n        nuclear: 0.18526781665147687\n        oil: 7.090184066367573e-06\n        solar: 0.08298619272945335\n        unknown: 0.012097789251635535\n        wind: 6.811091115586069e-06\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.3638\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.1193\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Florida Power and Light Company\n"
  },
  {
    "path": "config/zones/US-FLA-GVL.yaml",
    "content": "bounding_box:\n  - - -82.71982719827193\n    - 29.370301792886124\n  - - -81.96021960219596\n    - 29.928424097739878\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 116.1\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 250.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 370.5\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 377.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 328.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 579.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 529.4\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 574.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 478.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2.8\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 4.8\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -82.34002340023395\n  - 29.649362945313\ncentroid:\n  - -82.35910359103585\n  - 29.631760626467617\ncomment: Gainesville Regional Utilities\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 877.6982215318458\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 847.0060140972408\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 457.6172075069577\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 474.33858230699275\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 612.5766655496152\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 652.0530377690332\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 937.6982215318458\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 907.0060140972408\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 577.6172075069577\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 594.3385823069927\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 732.5766655496152\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 772.0530377690332\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2735765199161425\n        gas: 0.4477707896575821\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.27864523643139993\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.27357651991614257\n        gas: 0.4477707896575821\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.27864523643139993\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.18541855539797844\n        gas: 0.5650375614582197\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.24953635956679246\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.21620895904148832\n        gas: 0.5107577338248461\n        geothermal: 0.0\n        hydro: 0.0002788396577371287\n        hydro discharge: 1.3568419101402008e-05\n        nuclear: 0.023345020177017277\n        oil: 4.368102728821572e-06\n        solar: 0.0018595468327294348\n        unknown: 0.247529283931323\n        wind: 8.645203317459361e-08\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2994593717921277\n        gas: 0.3928260763006779\n        geothermal: 0.0\n        hydro: 0.00038466682871958697\n        hydro discharge: 2.3290740290762512e-07\n        nuclear: 0.023396586578975205\n        oil: 1.35288821862864e-05\n        solar: 0.0024981141715430767\n        unknown: 0.2814182884148369\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.18340280036835055\n        gas: 0.5999040531296296\n        geothermal: 0.0\n        hydro: 0.00041824397652431416\n        hydro discharge: 3.495498350312219e-07\n        nuclear: 0.02335369803917639\n        oil: 2.1869661417822964e-05\n        solar: 0.004408183101458015\n        unknown: 0.18848843131385762\n        wind: 2.532969819066825e-08\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.30024481820366333\n        gas: 0.3870046181207815\n        geothermal: 0.0\n        hydro: 0.0003189081825354003\n        hydro discharge: 2.0747393307878493e-08\n        nuclear: 0.018775462497779512\n        oil: 3.414502253644103e-05\n        solar: 0.004943688877401288\n        unknown: 0.288676004266162\n        wind: 3.630793828878737e-08\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16425436939554477\n        gas: 0.527446568675727\n        geothermal: 0.0\n        hydro: 0.0002499591666320546\n        hydro discharge: 5.117604705526986e-08\n        nuclear: 0.016352492137363304\n        oil: 5.54134237514462e-05\n        solar: 0.005164722492050773\n        unknown: 0.28647366002634256\n        wind: 4.657020282029558e-07\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.005302149379020972\n        gas: 0.8038181400712242\n        geothermal: 0.0\n        hydro: 0.00024552836603655085\n        hydro discharge: 1.8781862286393695e-07\n        nuclear: 0.03556314485578013\n        oil: 1.0325081662178007e-05\n        solar: 0.010114878025025892\n        unknown: 0.14494213221734142\n        wind: 2.1747419489508488e-07\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.006126741619758149\n        gas: 0.8411935163702214\n        geothermal: 0.0\n        hydro: 0.00025505803801339897\n        hydro discharge: 1.689573648737407e-07\n        nuclear: 0.02536538092171669\n        oil: 4.9885868817292464e-05\n        solar: 0.013042625162602153\n        unknown: 0.11396378457777641\n        wind: 2.896411969264126e-08\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Gainesville Regional Utilities\n"
  },
  {
    "path": "config/zones/US-FLA-HST.yaml",
    "content": "bounding_box:\n  - - -80.88380883808833\n    - 25.087070873841853\n  - - -80.12420124201236\n    - 25.974342230276008\ncan_have_zero_production: true\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 35.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 33.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 35.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -80.50400504005034\n  - 25.53070655205893\ncentroid:\n  - -80.53880538805383\n  - 25.501846381594266\ncomment: City Of Homestead\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 1.0\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0510705212262092\n        gas: 0.6788054310453536\n        geothermal: 0.0\n        hydro: 0.002119948959390617\n        hydro discharge: 0.0001270195123628857\n        nuclear: 0.20797480421058573\n        oil: 2.75132517753543e-06\n        solar: 0.013506043656123153\n        unknown: 0.046368118490404314\n        wind: 1.375662588767715e-06\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.028351897004424954\n        gas: 0.6606452217502501\n        geothermal: 0.0\n        hydro: 0.0014674075096396484\n        hydro discharge: 5.26496041056468e-06\n        nuclear: 0.20981056365746062\n        oil: 2.334302835751978e-06\n        solar: 0.016530714824867652\n        unknown: 0.08317228347637329\n        wind: 4.941224980788859e-07\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.040738361734314416\n        gas: 0.60517999871828\n        geothermal: 0.0\n        hydro: 0.0016486592579322483\n        hydro discharge: 6.53904677221279e-06\n        nuclear: 0.21503499778107232\n        oil: 4.114080577913929e-06\n        solar: 0.028099153623247355\n        unknown: 0.10927605092683211\n        wind: 2.6758247661228814e-07\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.030732100717347593\n        gas: 0.6173161566013098\n        geothermal: 0.0\n        hydro: 0.001010278513475863\n        hydro discharge: 4.615596351832644e-06\n        nuclear: 0.21517582904502472\n        oil: 2.0812143550081736e-06\n        solar: 0.040132912390946046\n        unknown: 0.09561149098867752\n        wind: 7.888473764950337e-07\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.024917017753807315\n        gas: 0.6059949509024442\n        geothermal: 0.0\n        hydro: 0.0007449877870854577\n        hydro discharge: 1.6065310404747467e-06\n        nuclear: 0.2075874985655973\n        oil: 6.3441582924870084e-06\n        solar: 0.04852777823314372\n        unknown: 0.11220055408927723\n        wind: 4.655661382600286e-06\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.018829360639947185\n        gas: 0.5985708301001147\n        geothermal: 0.0\n        hydro: 0.0010516886525531717\n        hydro discharge: 1.7614098896024452e-06\n        nuclear: 0.22785906181913967\n        oil: 3.506951221640904e-06\n        solar: 0.07202168597076694\n        unknown: 0.08164169749133973\n        wind: 3.364134203565031e-06\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.011836824452973634\n        gas: 0.710527087021093\n        geothermal: 0.0\n        hydro: 0.0006674523044236396\n        hydro discharge: 1.1343565809821363e-06\n        nuclear: 0.18595572696391394\n        oil: 5.361000279984068e-06\n        solar: 0.07917294590011055\n        unknown: 0.011817913330246848\n        wind: 6.837217748385479e-07\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: City of Homestead\n"
  },
  {
    "path": "config/zones/US-FLA-JEA.yaml",
    "content": "bounding_box:\n  - - -85.49545495454949\n    - 29.935579511904663\n  - - -81.3446134461344\n    - 31.000305139625667\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 5.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 148.5\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1953.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 595.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2166.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2166.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2176.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2179.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 248.4\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 15.0\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 22.1\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 23.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 32.5\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 37.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 35.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 38.1\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -84.55224552245517\n  - 30.047203972875423\ncentroid:\n  - -83.7343827983734\n  - 30.427221514245534\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 612.0220146915486\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 524.9174215211997\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 539.5337755504269\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 576.2779583001487\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 732.0220146915486\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 644.9174215211997\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 659.5337755504269\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 696.2779583001487\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.4253744861572457\n        gas: 0.5642683737322164\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0007695979123000611\n        solar: 0.006620850616074635\n        unknown: 0.0029656952304433957\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.425374587629121\n        gas: 0.564268508336834\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0007695980958854568\n        solar: 0.006620613331950827\n        unknown: 0.002965695937901568\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.4041536346819033\n        gas: 0.5861141698833933\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00026788224238983384\n        solar: 0.006534351166174769\n        unknown: 0.0029311035697853556\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.35039819407541484\n        gas: 0.5632428739869481\n        geothermal: 0.0\n        hydro: 0.0006311106443782937\n        hydro discharge: 4.099544741007481e-05\n        nuclear: 0.06076905869172365\n        oil: 0.000215185866672837\n        solar: 0.007807058665573506\n        unknown: 0.016893530927321484\n        wind: 1.2308672363590809e-06\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.31031255416319337\n        gas: 0.5672281898894732\n        geothermal: 0.0\n        hydro: 0.000554665519650284\n        hydro discharge: 4.281244622493133e-06\n        nuclear: 0.07921745624908733\n        oil: 0.00014911053867498977\n        solar: 0.010546769821672903\n        unknown: 0.03198451211620193\n        wind: 1.5545285271282422e-06\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3697166883299766\n        gas: 0.5562083269132314\n        geothermal: 0.0\n        hydro: 0.0003592186724903754\n        hydro discharge: 2.4912552887869747e-06\n        nuclear: 0.040432901355233614\n        oil: 0.0001684247327631361\n        solar: 0.01087765900201646\n        unknown: 0.02223301393186026\n        wind: 4.398764731611916e-07\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2763189214398886\n        gas: 0.6186581566379036\n        geothermal: 0.0\n        hydro: 0.0002894749840279571\n        hydro discharge: 2.886816114768052e-06\n        nuclear: 0.05846051324185764\n        oil: 0.0002247476683820618\n        solar: 0.016576559860974793\n        unknown: 0.029466171329171804\n        wind: 1.716832504415604e-06\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.27404257563899403\n        gas: 0.6074501528420674\n        geothermal: 0.0\n        hydro: 0.00021503205407056238\n        hydro discharge: 1.27117176928497e-06\n        nuclear: 0.06233234205711687\n        oil: 0.0002497465994790356\n        solar: 0.019944765554343685\n        unknown: 0.03576038345203256\n        wind: 3.150433858296857e-06\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.270296142229289\n        gas: 0.6065518862975214\n        geothermal: 0.0\n        hydro: 0.00033009601351792007\n        hydro discharge: 1.9209181207735924e-06\n        nuclear: 0.06761626231980271\n        oil: 0.00012394145396030462\n        solar: 0.028966117981929065\n        unknown: 0.026111014205293527\n        wind: 2.0343273746466268e-06\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2361773281705205\n        gas: 0.6715034736843349\n        geothermal: 0.0\n        hydro: 0.00020369577644618916\n        hydro discharge: 1.5576259413242776e-06\n        nuclear: 0.05558299303693658\n        oil: 0.00014235141227941762\n        solar: 0.031205014645403553\n        unknown: 0.005181076347993189\n        wind: 1.9070981072641493e-06\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Jacksonville Electric Authority\n"
  },
  {
    "path": "config/zones/US-FLA-SEC.yaml",
    "content": "bounding_box:\n  - - -84.87624876248758\n    - 26.219057394711882\n  - - -80.70740707407069\n    - 30.726968318530623\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 17.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1471.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1429.2\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 714.6\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 897.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 853.3\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 2036.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 74.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -83.37604999958802\n  - 30.14833963121009\ncentroid:\n  - -82.31152949827366\n  - 28.796894305433558\ncomment: Seminole Electric Cooperative\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 964.3118179231524\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 940.1477267918307\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 895.9786783369478\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 596.0092651928338\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 386.32980375424796\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 387.4041558239329\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 400.49726922891256\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 398.6011426902413\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1024.3118179231524\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.1477267918307\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 955.9786783369478\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 656.0092651928338\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 506.32980375424796\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 507.4041558239329\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 520.4972692289125\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 518.6011426902413\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.014416969634279101\n        gas: 0.9855614963288232\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 2.151871963618696e-05\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.014416969686159187\n        gas: 0.9855614998754085\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 2.1515138889387014e-05\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.44257049401155596\n        gas: 0.5570939909760182\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0003366828308859193\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6621526369032708\n        gas: 0.3331527052298563\n        geothermal: 0.0\n        hydro: 1.7593262005230038e-05\n        hydro discharge: 8.860767964496114e-07\n        nuclear: 0.0013051457319357156\n        oil: 6.727473940081793e-06\n        solar: 0.0006312182178289241\n        unknown: 0.002731833966803581\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5482004102555483\n        gas: 0.44713114646326346\n        geothermal: 0.0\n        hydro: 2.1493691309888375e-05\n        hydro discharge: 0.0\n        nuclear: 0.001182448961932077\n        oil: 6.536043816893673e-06\n        solar: 0.0011647348457659809\n        unknown: 0.002287792899845715\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5439562804746765\n        gas: 0.44756432580206607\n        geothermal: 0.0\n        hydro: 1.7252169317802387e-05\n        hydro discharge: 1.4614289976960936e-08\n        nuclear: 0.0015843059478223812\n        oil: 7.3875235833537545e-06\n        solar: 0.00435432769863551\n        unknown: 0.0025119699255449417\n        wind: 4.384286993088281e-08\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5732980145305351\n        gas: 0.41854626645572013\n        geothermal: 0.0\n        hydro: 3.703429966782468e-05\n        hydro discharge: 0.0\n        nuclear: 0.0026253806591243333\n        oil: 1.6920843813747482e-06\n        solar: 0.0015752667068190838\n        unknown: 0.003912003311377208\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5164710147740914\n        gas: 0.47896024284421373\n        geothermal: 0.0\n        hydro: 2.2284036680364155e-05\n        hydro discharge: 0.0\n        nuclear: 0.0014356908019629406\n        oil: 1.0317239055242622e-05\n        solar: 0.0012906046277485913\n        unknown: 0.0018078012233536246\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.28339773046064076\n        gas: 0.708710271372197\n        geothermal: 0.0\n        hydro: 2.9376835175522264e-05\n        hydro discharge: 0.0\n        nuclear: 0.0009280003366436627\n        oil: 4.179992144981205e-06\n        solar: 0.002355967944042342\n        unknown: 0.004573018945557239\n        wind: 0.0\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1619842306768427\n        gas: 0.8344185956841966\n        geothermal: 0.0\n        hydro: 2.1145730524378035e-05\n        hydro discharge: 0.0\n        nuclear: 0.0005487189687157279\n        oil: 3.9790104097350996e-06\n        solar: 0.0018365194344341143\n        unknown: 0.0011848510985980577\n        wind: 0.0\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Seminole Electric Cooperative\n"
  },
  {
    "path": "config/zones/US-FLA-TAL.yaml",
    "content": "bounding_box:\n  - - -84.33984339843393\n    - 30.38637060428654\n  - - -84.13104131041305\n    - 30.526616721916454\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 997.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 954.2\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 939.2\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 942.8\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 867.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 943.0\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 961.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 20.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 62.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -84.2354423544235\n  - 30.456493663101497\ncentroid:\n  - -84.24384243842432\n  - 30.454108525046568\ncomment: City Of Tallahassee\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 359.8683566148577\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 364.2664648566912\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 404.3608979577243\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 397.6026712385784\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 479.8683566148577\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 484.2664648566912\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 524.3608979577243\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 517.6026712385784\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9649769838658395\n        geothermal: 0.0\n        hydro: 0.007114899687620109\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02790527891856134\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.9649777493327778\n        geothermal: 0.0\n        hydro: 0.007114905331506515\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02790450549985011\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.04970960028085986\n        gas: 0.8477283826877068\n        geothermal: 0.0\n        hydro: 0.01683877424069395\n        hydro discharge: 0.0006789322099855085\n        nuclear: 0.05433008205935293\n        oil: 2.449296412193592e-05\n        solar: 0.028176323261638426\n        unknown: 0.0024561181381047696\n        wind: 5.660241833887547e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.06810813410103869\n        gas: 0.8556303267647427\n        geothermal: 0.0\n        hydro: 0.01715819955908087\n        hydro discharge: 0.0008301710354649267\n        nuclear: 0.04645247588008885\n        oil: 2.5103941792837568e-05\n        solar: 0.010298077612191297\n        unknown: 0.0014534805238143366\n        wind: 4.238978202287405e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.05077810843100562\n        gas: 0.8780566355121315\n        geothermal: 0.0\n        hydro: 0.012858325105494227\n        hydro discharge: 7.674013729803786e-05\n        nuclear: 0.042985926681446456\n        oil: 1.4003496436528795e-05\n        solar: 0.013360584542083815\n        unknown: 0.001829434357333603\n        wind: 3.814156117104368e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03366151465590064\n        gas: 0.8745562159053528\n        geothermal: 0.0\n        hydro: 0.012308783673431583\n        hydro discharge: 9.084366202225196e-05\n        nuclear: 0.04243429525454695\n        oil: 6.297752988093221e-06\n        solar: 0.03461306666196473\n        unknown: 0.0022952317496514954\n        wind: 3.127860236903087e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.04659903451252052\n        gas: 0.8614742587007218\n        geothermal: 0.0\n        hydro: 0.010880433323181414\n        hydro discharge: 9.396528480497946e-05\n        nuclear: 0.04593124203811227\n        oil: 4.995908303796344e-06\n        solar: 0.03239237783767046\n        unknown: 0.002545493512414632\n        wind: 7.676888084012767e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03901931608278998\n        gas: 0.8721613388427143\n        geothermal: 0.0\n        hydro: 0.008818756628982233\n        hydro discharge: 5.15607440821757e-05\n        nuclear: 0.04092822974061035\n        oil: 4.003223533227796e-05\n        solar: 0.036651540507297437\n        unknown: 0.0022134413872387697\n        wind: 0.00011355563178237279\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.030895898475676174\n        gas: 0.8869074263484239\n        geothermal: 0.0\n        hydro: 0.006908333560527296\n        hydro discharge: 4.223191426751798e-05\n        nuclear: 0.03966606655584413\n        oil: 4.7417529990189375e-06\n        solar: 0.03365699887343671\n        unknown: 0.0018613437445966258\n        wind: 5.4844111171301235e-05\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03011186320564432\n        gas: 0.8854251334968235\n        geothermal: 0.0\n        hydro: 0.005893024753519493\n        hydro discharge: 4.8471382146835576e-05\n        nuclear: 0.04564174594904067\n        oil: 7.451221193817397e-06\n        solar: 0.03144300360124301\n        unknown: 0.0013693576112433338\n        wind: 5.8680114373449385e-05\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: City of Tallahassee\n"
  },
  {
    "path": "config/zones/US-FLA-TEC.yaml",
    "content": "bounding_box:\n  - - -82.65862658626581\n    - 27.518480607038043\n  - - -81.6326163261632\n    - 28.347077567320923\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 12.6\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 27.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 67.6\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 107.6\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 69.1\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2015.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1124.4\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 678.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 486.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 486.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4916.1\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 4786.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 4644.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 5535.7\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 6331.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6665.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6770.4\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 6324.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 6219.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 6743.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 6123.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 6220.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 6258.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 133.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.3\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 29.3\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 174.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 344.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 399.9\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 449.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 452.7\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 527.2\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 602.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 661.6\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 736.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 781.9\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 782.9\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 912.0\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 913.0\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 1029.4\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1258.9\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 1356.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1430.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 371.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 365.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 325.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 317.8\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -82.14562145621451\n  - 27.932779087179483\ncentroid:\n  - -82.16767167671671\n  - 27.94181279756254\ncomment: Tampa Electric Company\ncontributors:\n  - brandongalbraith\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 863.1977405560416\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 820.6213620478562\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 432.8237020849235\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 360.33756303006584\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 356.13172274599776\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 424.97579700591865\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 923.1977405560416\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 880.6213620478562\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 552.8237020849235\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 480.33756303006584\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 476.13172274599776\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 544.9757970059186\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1496933178035911\n        gas: 0.6708066234639555\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.00032186813284632737\n        solar: 0.045471096710197646\n        unknown: 0.13370757381207277\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.14969362330281363\n        gas: 0.6708079924689648\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0003218687897257779\n        solar: 0.04546914867509421\n        unknown: 0.13370784668704438\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.12860177541170126\n        gas: 0.690594316989988\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 8.071430256003983e-05\n        solar: 0.05434412834794771\n        unknown: 0.1263801949480387\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22179826190869956\n        gas: 0.6528260669867012\n        geothermal: 0.0\n        hydro: 0.0001178700353745059\n        hydro discharge: 3.898584239615773e-06\n        nuclear: 0.0031260524750977513\n        oil: 1.8553180413410424e-05\n        solar: 0.0075095178883211565\n        unknown: 0.1145992701670482\n        wind: 7.47815803806995e-08\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1659544413640187\n        gas: 0.6834142219188898\n        geothermal: 0.0\n        hydro: 0.00022179720752188854\n        hydro discharge: 3.2353404205045006e-07\n        nuclear: 0.0034230175515630318\n        oil: 5.469767706326956e-05\n        solar: 0.031129327314462597\n        unknown: 0.11580165076481842\n        wind: 7.287639110749019e-08\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.14933735002249873\n        gas: 0.6777501378557382\n        geothermal: 0.0\n        hydro: 0.0005047113826275872\n        hydro discharge: 7.730534342671894e-07\n        nuclear: 0.004484409239006881\n        oil: 0.00011783615029051071\n        solar: 0.04714047921649253\n        unknown: 0.12066368802614207\n        wind: 1.3693304315514787e-07\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.15971269211401995\n        gas: 0.6530134186118253\n        geothermal: 0.0\n        hydro: 0.00044777257996568993\n        hydro discharge: 7.37178033330974e-07\n        nuclear: 0.003211686978881818\n        oil: 0.0001242839961097661\n        solar: 0.05129503156950936\n        unknown: 0.13219336042745947\n        wind: 4.807483378536781e-07\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.12377711888360475\n        gas: 0.6963612831428487\n        geothermal: 0.0\n        hydro: 0.0004762186102167022\n        hydro discharge: 3.8801779419860667e-07\n        nuclear: 0.003804470758149816\n        oil: 0.000314741467484199\n        solar: 0.06003118293060601\n        unknown: 0.11523354029418328\n        wind: 6.710319344503199e-07\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.06905445331440273\n        gas: 0.7306318155755793\n        geothermal: 0.0\n        hydro: 0.0005652121146318724\n        hydro discharge: 2.8361326003576523e-07\n        nuclear: 0.005279756657343621\n        oil: 6.158821591525006e-05\n        solar: 0.07000116799359506\n        unknown: 0.12440514683670134\n        wind: 2.1552729529207986e-07\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.03344034757631596\n        gas: 0.8389737605051648\n        geothermal: 0.0\n        hydro: 0.000490577990877835\n        hydro discharge: 4.050132839958816e-07\n        nuclear: 0.005345087371884707\n        oil: 0.00014898929845189675\n        solar: 0.07957197028145203\n        unknown: 0.042028149676762994\n        wind: 3.5736466234930727e-07\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Tampa Electric Company\n"
  },
  {
    "path": "config/zones/US-HI.yaml",
    "content": "bounding_box:\n  - - -160.2358023580235\n    - 18.906224118294816\n  - - -154.8177481774817\n    - 22.229198456424058\ncenter_point:\n  - -155.5295148503916\n  - 19.635250025637994\ncentroid:\n  - -156.98166369418792\n  - 20.733483249805797\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1088.282255881974\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1095.1521821569359\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1071.2929245810315\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 104.44504310244231\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 40.29924039587993\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 40.29925747315513\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 753.165664537952\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 753.3092286793209\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 754.2186987590492\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 751.6602067865819\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1148.282255881974\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1155.1521821569359\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1131.2929245810315\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 38.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 142.4450431024423\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 78.29924039587993\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 78.29925747315514\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 997.165664537952\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 997.3092286793209\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 998.2186987590492\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 995.6602067865819\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: Pacific/Honolulu\nzone_name: Hawaii\n"
  },
  {
    "path": "config/zones/US-MIDA-PJM.yaml",
    "content": "bounding_box:\n  - - -90.29070290702902\n    - 35.309295549663204\n  - - -73.95373953739532\n    - 42.507642199443595\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 296.3\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 298.3\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 278.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 263.3\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 264.3\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 262.3\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 302.1\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 321.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 301.9\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 299.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 252.9\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 248.9\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 249.7\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 247.7\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 257.7\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 263.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 265.1\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 277.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 317.1\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 324.1\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 336.1\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 356.1\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 376.1\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 402.1\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 404.6\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 404.8\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 429.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 418.8\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 419.9\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 413.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 397.9\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2582.0\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 2580.4\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 2585.2\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 2579.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2468.2\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 2448.2\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 2413.0\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 2410.8\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 2407.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2419.2\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 2402.5\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 2397.0\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 2387.2\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 2388.6\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 2383.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2375.4\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 2297.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2284.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2225.5\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 2224.7\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 2224.9\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 2222.5\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 2219.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2215.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2216.1\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 2214.5\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2198.3\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 2196.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 2197.9\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 2193.1\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 2167.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2144.9\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 2117.7\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 2113.7\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 2102.7\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2096.1\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 2085.3\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 2025.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2025.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2016.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2008.5\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 2011.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2002.6\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 63668.4\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 63428.3\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 62775.5\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 62165.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 60622.1\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 57731.1\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 57672.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 58034.5\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 56189.9\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 55675.1\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 55397.1\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 54444.3\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 54329.5\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 54231.5\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 53317.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 52269.9\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 52221.9\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 51460.3\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 50482.8\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 49894.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 53128.2\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 52869.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 51233.0\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 49916.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 48248.1\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 45431.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 44179.0\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 43126.1\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 41432.1\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 40740.1\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 40080.1\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 39420.1\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 39191.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 38745.6\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 79145.8\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 79897.9\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 80751.9\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 80714.3\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 80054.6\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 81114.6\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 81957.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 82365.2\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 83107.2\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 85273.8\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 85365.5\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 86977.8\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 87808.4\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 88337.4\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 88858.9\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 90353.9\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 90381.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 93846.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 92903.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 93796.0\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 94321.0\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 94230.3\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 94231.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 95450.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 97270.8\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 97198.8\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 98233.8\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 98040.3\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 98057.6\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 98109.5\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 98111.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 98120.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 95496.7\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 95407.2\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 95293.6\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 95299.2\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 96133.1\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 96738.3\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 96686.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 97977.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 97989.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 99361.2\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 99427.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 100423.4\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 100307.5\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 101481.9\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 101483.0\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 101481.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 103273.9\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 104643.9\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 104609.5\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 105674.5\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 104792.5\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 105661.3\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 104341.3\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 104332.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 104339.0\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 104336.0\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 104337.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 104182.0\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 104184.0\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 104186.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 104189.7\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 104177.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 104938.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 104819.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 104806.8\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 104760.4\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 104742.5\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 104358.5\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 104356.5\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 104359.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 104352.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 104359.3\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3299.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 3288.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3281.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3270.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3297.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 3299.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3287.8\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 3290.3\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 3287.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 3291.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 3290.7\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5103.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 5046.1\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 35947.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 35975.7\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 35425.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 35447.4\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 34466.6\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6603.8\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 6605.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 6936.0\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 6937.0\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 6851.1\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 6860.1\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 6852.9\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 6849.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 6818.4\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 6790.2\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 6788.4\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 6718.4\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 6662.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6009.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 5977.4\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 5975.6\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 5981.0\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 5979.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 5097.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 5882.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 5883.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6229.6\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 6231.1\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 6079.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 6081.5\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 5937.5\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 5901.5\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 5855.5\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 5863.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 5325.6\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 5323.9\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 5334.7\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 5345.5\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 5336.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 5322.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 5197.4\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 5195.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 5386.1\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 5395.1\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 5246.3\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 5376.3\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1705.3\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 1706.7\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 1721.2\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 1724.9\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 1764.8\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 1775.9\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1781.2\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 1783.7\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 1808.7\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 2200.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2266.5\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 2285.8\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 2448.1\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 2448.8\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 2458.2\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 2473.1\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 2475.8\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 2496.6\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 2524.6\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 2564.9\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 2576.8\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 2762.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2742.1\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 2743.6\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 2749.9\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 2773.3\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 2776.9\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 2830.3\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 2858.1\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 2873.7\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 2892.7\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 2978.8\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 2988.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 3315.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3396.3\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 3416.3\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 3515.6\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 3519.8\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 3550.1\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 3570.5\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 3599.3\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 3642.1\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 3792.4\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 3904.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 4032.6\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 4556.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 4682.0\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 4835.0\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 4941.0\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 4954.3\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 5034.8\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 5174.5\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 5537.3\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 5834.9\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 5843.9\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 5987.7\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 6103.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 6453.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6618.0\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 6620.0\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 6636.7\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 6649.1\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 6832.2\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 6870.5\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 6893.6\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 6897.6\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 6962.5\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 7070.4\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 7159.7\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 7411.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 7578.2\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 7728.8\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 7815.2\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 7851.3\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 7912.2\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 8234.2\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 8407.5\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 8600.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 8811.4\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 8898.7\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 9166.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 10991.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 11311.1\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 11426.6\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 11564.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 11711.6\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 12028.1\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 12435.2\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 12457.2\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 12531.8\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 12778.1\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 13274.1\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 13638.7\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 14659.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 15061.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 15287.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 15637.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 15855.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 15974.3\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 16051.2\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 16282.4\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 16309.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 16662.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 17565.4\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 211.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 11.2\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 17.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 113.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 107.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 11.2\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7700.7\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 7800.7\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 7805.2\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 8268.9\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 8220.0\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 8332.5\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 8544.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 8726.0\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 8920.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 9215.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 9414.7\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 9629.7\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 9685.9\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 9694.9\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 9824.9\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 10153.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 10207.4\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 10457.2\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 10657.2\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 10772.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 10677.2\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 10676.2\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 10876.7\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 10964.7\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 11052.3\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 11160.6\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 11270.6\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 11459.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 11514.5\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 11718.5\ncenter_point:\n  - -82.09830495576169\n  - 39.25470269209093\ncentroid:\n  - -81.88014706507636\n  - 39.11895636126822\ncomment: Pjm Interconnection, Llc\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - amv213\n  - VIKTORVAV99\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 354.0\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 373.88\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 367.39\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 331.11\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 339.25\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 363.05\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 975.3515271166856\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 980.7263309760772\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1005.4635485098644\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1013.0108447809346\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 398.9853568004252\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 395.0916408590434\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 397.3283226131341\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 395.91087384158783\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 751.521332687618\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 970.0182040427067\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 925.272532343084\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 860.2336465682306\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 387.0\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 406.88\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 400.39\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 364.11\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 372.25\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 396.05\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1035.3515271166857\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1040.7263309760772\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1065.4635485098643\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1073.0108447809346\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 518.9853568004253\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 515.0916408590434\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 517.3283226131341\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 515.9108738415878\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 995.521332687618\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1214.0182040427067\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1169.272532343084\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1104.2336465682306\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.82\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.21777273875378175\n        gas: 0.37256625190030346\n        geothermal: 0.0\n        hydro: 0.02037657614148855\n        hydro discharge: 0.0\n        nuclear: 0.33616141851469195\n        oil: 0.0025677690061619105\n        solar: 0.005386081041623614\n        unknown: 0.01268696953089594\n        wind: 0.03248219333004439\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.21777278879166653\n        gas: 0.37256633750526613\n        geothermal: 0.0\n        hydro: 0.02037658082343715\n        hydro discharge: 0.0\n        nuclear: 0.33616149575487553\n        oil: 0.0025677695961610555\n        solar: 0.005385852512941777\n        unknown: 0.01268697244599506\n        wind: 0.032482200793514125\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 8.866512267503351e-08\n        biomass: 0.0\n        coal: 0.3164468002752186\n        gas: 0.26665277616025024\n        geothermal: 0.0\n        hydro: 0.018693833597624863\n        hydro discharge: 1.3875471005166232e-05\n        nuclear: 0.36100969577061426\n        oil: 0.0028890431784295172\n        solar: 0.0018159235058685698\n        unknown: 0.007086591277957432\n        wind: 0.02539136857437606\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 4.126898324126378e-09\n        biomass: 1.4633049957444689e-05\n        coal: 0.2895445695447844\n        gas: 0.3022177112241692\n        geothermal: 0.0\n        hydro: 0.02487265599331674\n        hydro discharge: 0.00011882545329470489\n        nuclear: 0.3415451354856891\n        oil: 0.0042607219163865555\n        solar: 0.002111894703578728\n        unknown: 0.008157160041563482\n        wind: 0.027156668922445604\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 5.75600463724557e-09\n        biomass: 1.9311672955772727e-05\n        coal: 0.24317746947071936\n        gas: 0.3581149472934172\n        geothermal: 0.0\n        hydro: 0.02311340163788409\n        hydro discharge: 0.00011883685358665792\n        nuclear: 0.33033934908933826\n        oil: 0.002031758920545236\n        solar: 0.0029589869228709275\n        unknown: 0.008281959321394639\n        wind: 0.031843909063295914\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.3159414321249752e-11\n        biomass: 4.852928813390484e-07\n        coal: 0.19404927502640595\n        gas: 0.39354881230385463\n        geothermal: 0.0\n        hydro: 0.021213482773334843\n        hydro discharge: 8.788004269170983e-05\n        nuclear: 0.34419807077308023\n        oil: 0.002530113730872292\n        solar: 0.004333264620916305\n        unknown: 0.00815366637421564\n        wind: 0.03188493717879585\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.2684291567664575e-11\n        biomass: 4.031067860203802e-08\n        coal: 0.2216289509712141\n        gas: 0.3752506338512749\n        geothermal: 0.0\n        hydro: 0.020717116046588872\n        hydro discharge: 9.782313384498122e-05\n        nuclear: 0.3308037605513134\n        oil: 0.0027630380049358944\n        solar: 0.00720159705264619\n        unknown: 0.008151886609151799\n        wind: 0.03338514091090262\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.0840669307572825e-09\n        biomass: 2.4538540307359965e-07\n        coal: 0.2008646285799555\n        gas: 0.39570799960930086\n        geothermal: 0.0\n        hydro: 0.01997026443011684\n        hydro discharge: 6.455431664568108e-07\n        nuclear: 0.32643784395806474\n        oil: 0.0033183503943996443\n        solar: 0.008766424539086996\n        unknown: 0.006828184452692025\n        wind: 0.03810540205531532\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.4237702911574848e-09\n        biomass: 2.1810144902598286e-08\n        coal: 0.1488913113682687\n        gas: 0.4370302630891044\n        geothermal: 0.0\n        hydro: 0.019730922592110546\n        hydro discharge: 5.747622068294778e-07\n        nuclear: 0.3367832585512994\n        oil: 0.003262155494028706\n        solar: 0.011975466320321143\n        unknown: 0.006798364354172945\n        wind: 0.035527649625593544\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.805183146760994e-09\n        coal: 0.1482026342312181\n        gas: 0.43732354037949756\n        geothermal: 0.0\n        hydro: 0.02000461781250978\n        hydro discharge: 4.523415505043214e-07\n        nuclear: 0.32685250488795764\n        oil: 0.004860564706316005\n        solar: 0.019468248300301277\n        unknown: 0.006730017008187237\n        wind: 0.03655739992719188\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.3997\n    - datetime: '2021-01-01'\n      value: 0.3905\n    - datetime: '2022-01-01'\n      value: 0.391\n    - datetime: '2023-01-01'\n      value: 0.4031\n    - datetime: '2024-01-01'\n      value: 0.3869\n    - datetime: '2025-01-01'\n      value: 0.3994\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.0571\n    - datetime: '2021-01-01'\n      value: 0.0611\n    - datetime: '2022-01-01'\n      value: 0.0665\n    - datetime: '2023-01-01'\n      value: 0.0738\n    - datetime: '2024-01-01'\n      value: 0.0837\n    - datetime: '2025-01-01'\n      value: 0.0871\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: US_PJM.fetch_consumption_forecast\n  gridAlerts: US_PJM.fetch_grid_alerts\n  production: US_PJM.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_PJM.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: America/New_York\nzone_name: PJM Interconnection\nzone_short_name: PJM\n"
  },
  {
    "path": "config/zones/US-MIDW-AECI.yaml",
    "content": "bounding_box:\n  - - -97.64197641976413\n    - 34.66817044049786\n  - - -89.08829088290878\n    - 41.279773128765356\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2481.7\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3044.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 27.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 30.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 31.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 54.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 44.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 97.5\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 2.5\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 4.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 462.9\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 704.9\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 941.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 959.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 941.4\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 959.4\ncenter_point:\n  - -92.78449868725454\n  - 37.92824198196455\ncentroid:\n  - -93.37016403708525\n  - 37.63684336204722\ncomment: Associated Electric Cooperative, Inc.\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 950.6306844348549\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 933.8567719793567\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 937.267777658772\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 968.7795683618425\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 400.7407838539086\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 408.7406042020761\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 406.3004425342369\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 398.6815069287052\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 664.14088513536\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1010.6306844348549\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 993.8567719793567\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 997.267777658772\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1028.7795683618424\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 520.7407838539086\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 528.7406042020762\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 526.3004425342369\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 518.6815069287052\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 908.14088513536\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.66\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6072063967814186\n        gas: 0.3039511770625133\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.08884258146902137\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6072063967814186\n        gas: 0.3039511770625133\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.08884258146902135\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.7146764392264694e-05\n        coal: 0.5518869002255529\n        gas: 0.31295557983280137\n        geothermal: 0.0\n        hydro: 0.004547766570806829\n        hydro discharge: 1.0388960369899847e-08\n        nuclear: 0.008473584731200329\n        oil: 0.0007128081800163979\n        solar: 0.0001505821627438912\n        unknown: 0.0002455040158515921\n        wind: 0.12097984659914608\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.1198690586798957e-05\n        coal: 0.592976723802612\n        gas: 0.2787080089575679\n        geothermal: 0.0\n        hydro: 0.03748159306089074\n        hydro discharge: 1.6265160702954173e-07\n        nuclear: 0.005936927296958506\n        oil: 0.0003446401665405098\n        solar: 0.00011167321361283078\n        unknown: 0.019812612530910392\n        wind: 0.06459637935908911\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.2028684118077818e-05\n        coal: 0.5439895189750182\n        gas: 0.29696374150720695\n        geothermal: 0.0\n        hydro: 0.07532405087946316\n        hydro discharge: 5.364112460375718e-08\n        nuclear: 0.003794318922585106\n        oil: 5.8031583037711776e-06\n        solar: 5.049027199047766e-05\n        unknown: 0.022114588576067726\n        wind: 0.057745276915882354\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.4414172790665492e-05\n        coal: 0.49788067928327595\n        gas: 0.2961482436507086\n        geothermal: 0.0\n        hydro: 0.08080626672190104\n        hydro discharge: 7.875842111464082e-08\n        nuclear: 0.005918928397999666\n        oil: 6.604192984577981e-06\n        solar: 8.191889062159206e-05\n        unknown: 0.025985433712918445\n        wind: 0.09315716047879675\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.8034394256866286e-05\n        coal: 0.5415561443243294\n        gas: 0.22185382215546148\n        geothermal: 0.0\n        hydro: 0.07097588362764246\n        hydro discharge: 2.5089619534975713e-07\n        nuclear: 0.010041940945294998\n        oil: 2.4196724251525103e-05\n        solar: 0.0002301104439408936\n        unknown: 0.01863873977289267\n        wind: 0.13665073433865474\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.4931680625996175e-05\n        coal: 0.5316546462657766\n        gas: 0.25251021764891096\n        geothermal: 0.0\n        hydro: 0.0438196990551593\n        hydro discharge: 1.0556013813768573e-08\n        nuclear: 0.008960892130366816\n        oil: 5.0070015522423435e-05\n        solar: 0.0003428325326361375\n        unknown: 0.015002847500966284\n        wind: 0.14763361469771033\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.733841187526457e-05\n        coal: 0.417644829350899\n        gas: 0.37789064697380637\n        geothermal: 0.0\n        hydro: 0.05674630001100094\n        hydro discharge: 6.372115035228843e-08\n        nuclear: 0.012557357322339953\n        oil: 4.113069321369631e-05\n        solar: 0.0009078849839398763\n        unknown: 0.00042114093871050947\n        wind: 0.1337530335048283\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.8824678321963574e-05\n        coal: 0.42798888725627293\n        gas: 0.36449804469255875\n        geothermal: 0.0\n        hydro: 0.04802895557669535\n        hydro discharge: 2.028915336848578e-08\n        nuclear: 0.008150049617885407\n        oil: 5.6665760889692724e-05\n        solar: 0.0007432069047526604\n        unknown: 0.000170699564045901\n        wind: 0.15032435976680825\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Associated Electric Cooperative\n"
  },
  {
    "path": "config/zones/US-MIDW-LGEE.yaml",
    "content": "bounding_box:\n  - - -89.10989109891094\n    - 36.58295927099611\n  - - -82.85302853028524\n    - 38.55212924914677\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 2.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6545.6\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 6252.5\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 5807.2\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 5451.7\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4027.9\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 4011.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3993.6\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 3977.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 3353.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 133.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 137.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 11.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 10.6\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 13.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 14.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 15.1\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 18.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 118.1\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -86.03546035460349\n  - 37.601890248062446\ncentroid:\n  - -85.61785617856174\n  - 37.59044158539877\ncomment: Louisville Gas And Electric Company And Kentucky Utilities\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 939.819058816272\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 942.2325199132126\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 929.2484998403622\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 972.8814209119845\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 378.18772707880396\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 388.35360393082044\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 402.09632811290464\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 377.4280726544936\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 0.0\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 771.69\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 999.819058816272\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1002.2325199132126\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 989.2484998403622\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1032.8814209119846\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 498.18772707880396\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 508.35360393082044\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 522.0963281129046\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 497.4280726544936\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 795.69\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8406943433165429\n        gas: 0.14860789399267818\n        geothermal: 0.0\n        hydro: 0.010154007445139123\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0005438115226080128\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.840694421174867\n        gas: 0.14860790775554178\n        geothermal: 0.0\n        hydro: 0.010154008385521331\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.000543719093624043\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 1.6783883345087826e-08\n        biomass: 0.0\n        coal: 0.7803036414665482\n        gas: 0.17056329011613655\n        geothermal: 0.0\n        hydro: 0.014284785019394374\n        hydro discharge: 2.1568712461433197e-05\n        nuclear: 0.0317355631679323\n        oil: 0.00022788018915563969\n        solar: 0.0009018959107056487\n        unknown: 0.00041627785734125517\n        wind: 0.0015451530324812912\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.6190454874421222e-06\n        coal: 0.7870225802008569\n        gas: 0.1371004608232321\n        geothermal: 0.0\n        hydro: 0.01478031308237552\n        hydro discharge: 9.735546601781274e-05\n        nuclear: 0.05221560781081194\n        oil: 0.0011383019146231018\n        solar: 0.0006106998895902513\n        unknown: 0.00142604746781593\n        wind: 0.005606838643030196\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.0485655176001016e-06\n        coal: 0.7741891504391143\n        gas: 0.15527583232060296\n        geothermal: 0.0\n        hydro: 0.01828150114654868\n        hydro discharge: 8.030235674803358e-05\n        nuclear: 0.04683436759856865\n        oil: 0.00010823180422270734\n        solar: 0.0007481245210164584\n        unknown: 0.0006844177145531505\n        wind: 0.0037957995161812604\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.1327124096611566e-07\n        coal: 0.7881452724080703\n        gas: 0.13887073816417583\n        geothermal: 0.0\n        hydro: 0.02297440975852274\n        hydro discharge: 0.0001423525050087293\n        nuclear: 0.04528739205357429\n        oil: 6.729413437829945e-05\n        solar: 0.000831462562777105\n        unknown: 0.0005194320104608029\n        wind: 0.0031608201595883555\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.556816730428342e-07\n        coal: 0.7623824647664494\n        gas: 0.1811530265307589\n        geothermal: 0.0\n        hydro: 0.016891741958198505\n        hydro discharge: 5.048827448684023e-05\n        nuclear: 0.03301753548194671\n        oil: 7.10690444882111e-05\n        solar: 0.0009631445674659829\n        unknown: 0.0006195541136929027\n        wind: 0.0048496744574700185\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.2499520244513203e-06\n        coal: 0.7098876446161009\n        gas: 0.22499803580851177\n        geothermal: 0.0\n        hydro: 0.016582353211128293\n        hydro discharge: 6.800760515002742e-08\n        nuclear: 0.035370311584812374\n        oil: 6.688645120226839e-05\n        solar: 0.0014783074058599584\n        unknown: 0.0009961382042413152\n        wind: 0.010618630022730027\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.4635255377875745e-06\n        coal: 0.7269560473281036\n        gas: 0.19772418261338265\n        geothermal: 0.0\n        hydro: 0.01745629484513019\n        hydro discharge: 9.604025938475985e-07\n        nuclear: 0.042440260972840746\n        oil: 5.547182739216713e-05\n        solar: 0.0021658886273990285\n        unknown: 0.0006765723443631017\n        wind: 0.012522524212326759\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.280725178889682e-07\n        coal: 0.7091453510030656\n        gas: 0.21848069352646377\n        geothermal: 0.0\n        hydro: 0.016551623316721584\n        hydro discharge: 2.0392830664429815e-07\n        nuclear: 0.038716185356420935\n        oil: 8.951525714836305e-05\n        solar: 0.0031590859818130075\n        unknown: 0.0005828551896878398\n        wind: 0.013273336745387228\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.0775\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 1.0\n    - datetime: '2022-01-01'\n      value: 1.0\n    - datetime: '2025-01-01'\n      value: 0.0563\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Louisville Gas and Electric Company and Kentucky Utilities\nzone_short_name: Louisville Gas And Electric Company\n"
  },
  {
    "path": "config/zones/US-MIDW-MISO.yaml",
    "content": "bounding_box:\n  - - -104.60804608046074\n    - 29.07836089496263\n  - - -82.41984203397388\n    - 49.38133293345275\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 21.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 21.9\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 23.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 36.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 40.1\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 45.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 45.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 55.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 54.3\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 56.8\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 57.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 67.1\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 67.4\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 73.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 78.4\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 82.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 81.5\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 126.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 135.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 198.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 212.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 412.0\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 616.9\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 791.9\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2831.1\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 2827.1\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 2826.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2850.3\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 2849.6\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 2848.9\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 2845.3\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 2782.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2758.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 2574.4\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 2568.0\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 2546.6\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 2545.8\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 2546.6\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 2478.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 2478.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2341.1\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 2297.1\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 2295.1\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 2340.7\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2342.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2260.3\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 2240.9\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 2232.9\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 2231.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2311.7\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2310.3\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 2288.3\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 2285.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2240.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2245.6\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 2244.6\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 2240.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2171.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2186.4\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2202.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 2163.8\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2150.5\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 68230.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 68040.6\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 67989.3\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 67820.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 67343.8\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 66110.6\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 65507.1\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 65156.1\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 64924.9\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 64524.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 64374.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 64100.5\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 63695.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 63076.8\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 61277.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 60814.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 60747.8\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 60667.8\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 60494.8\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 60154.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 60195.8\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 60145.8\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 59426.1\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 58651.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 57554.7\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 56834.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 56028.7\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 55988.7\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 55834.0\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 52796.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 52669.6\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 52125.6\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 51327.8\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 50797.4\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 50032.1\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 49865.5\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 49267.1\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 48025.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 46306.2\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 46599.2\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 46306.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 46291.6\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 76560.5\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 76607.0\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 77312.9\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 77358.6\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 77409.9\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 77414.2\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 77342.1\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 77323.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 78072.8\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 78137.1\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 79019.1\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 77879.1\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 77858.4\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 77790.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 77889.2\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 78082.2\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 79038.6\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 78891.4\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 78953.4\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 78973.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 78880.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 78662.7\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 78666.4\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 79562.7\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 79588.3\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 80561.5\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 80406.7\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 80388.7\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 80376.7\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 80776.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 80642.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 80456.1\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 80861.5\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 80866.5\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 80897.4\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 80928.3\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 80903.3\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 80860.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 80794.1\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 80792.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 81181.6\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 81209.8\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 81504.8\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 81506.3\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 82773.7\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 82769.2\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 82776.0\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 82455.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 82262.8\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 82820.8\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 82744.5\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 82876.1\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 82869.9\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 82831.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 82840.1\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 82394.6\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 82318.1\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 82247.1\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 81898.6\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 81987.0\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 81991.7\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 81915.2\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 81911.8\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 81755.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 83455.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 83136.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 83097.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 83449.7\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 83698.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 83743.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 84548.2\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2294.5\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 2370.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2370.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2373.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2385.1\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 2379.1\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 2405.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2400.2\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 2399.8\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2427.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 2455.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2454.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2456.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2448.6\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2446.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2447.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2449.4\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2414.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2085.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2087.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2416.8\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 13760.3\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 13080.8\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 12269.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4371.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 4355.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 4349.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 4335.9\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 4333.7\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 4154.5\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 4118.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 4067.1\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 4069.9\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 4059.9\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 4059.4\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 4057.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 4062.1\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 4061.0\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 4053.5\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 4061.8\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 4057.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 4183.1\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 4182.9\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 4160.3\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 4150.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 4179.5\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 4185.3\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 4189.3\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 4192.4\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 4130.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3975.6\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 3977.4\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 3953.4\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 3939.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 3890.1\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 3889.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 3864.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 3879.2\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 3652.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 3648.3\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 515.2\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 532.0\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 536.0\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 539.0\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 592.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 604.3\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 635.3\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 654.4\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 674.2\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 706.2\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 830.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 963.9\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 984.9\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 1025.6\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 1042.6\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1049.3\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 1071.6\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 1110.4\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 1113.4\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 1125.0\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 1146.8\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 1159.6\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1196.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1218.9\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 1221.4\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 1242.4\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 1253.0\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 1266.0\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 1289.3\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 1301.6\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1316.6\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1347.1\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 1357.6\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1365.6\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1404.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1446.2\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 1457.9\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 1467.3\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 1475.3\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 1482.3\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 1499.1\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 1527.9\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 1536.1\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 1700.9\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1730.0\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 1894.9\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2056.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2089.2\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 2110.1\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 2215.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 2295.8\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2327.2\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 2348.2\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 2457.8\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 2485.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 2719.3\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 2721.3\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 3084.3\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 3212.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3472.9\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 3476.9\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 3499.6\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 3500.5\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 3526.4\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 3536.1\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 3715.6\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 3870.1\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 4024.1\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 4128.0\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 4138.7\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 4548.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4624.2\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 4671.2\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 4672.2\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 4675.2\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 5172.3\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 5213.7\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 5273.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 5276.0\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 5800.3\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 6015.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 7348.2\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 7359.3\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 7380.1\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 7631.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 7670.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 8376.7\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 8380.7\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 8861.0\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 9141.8\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 9586.9\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 10222.5\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 11903.4\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 13095.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 14043.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 14498.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 15272.5\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 15442.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 16263.0\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 16807.3\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 17064.3\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 17475.6\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 19325.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 20251.8\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 471.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 461.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 456.7\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 514.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 483.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 487.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 458.8\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 489.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 495.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 491.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 495.7\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 16584.3\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 16738.1\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 16759.1\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 16857.1\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 16957.1\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 17327.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 17553.7\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 17672.7\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 17881.5\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 18081.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 19130.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 19157.4\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 19323.4\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 19955.5\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 19954.1\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 19952.1\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 20152.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 21734.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 22333.3\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 22393.3\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 22743.1\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 22943.1\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 23124.2\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 23326.2\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 23370.2\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 23631.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 23783.3\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 23985.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 26098.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 26424.9\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 26874.9\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 27129.0\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 27347.0\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 27730.5\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 27823.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 28310.5\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 29016.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 29099.1\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 29420.4\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 29428.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 29843.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 29930.0\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 30414.2\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 30526.3\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 30842.9\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 30841.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 31214.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 31514.7\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 31899.2\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 31937.9\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 32139.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 32433.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 32487.9\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 32482.1\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 32485.5\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 32629.5\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 32649.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 33233.2\ncenter_point:\n  - -90.25369586198931\n  - 39.13738646949346\ncentroid:\n  - -90.41123549138727\n  - 40.21390243479164\ncomment: Midcontinent Independent Transmission System Operator, Inc..\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 428.67\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1014.3422552181058\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1003.8346495294973\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1000.9775053066439\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1011.0567303043377\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 409.30430271803226\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 409.4254165197668\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 411.3519924413645\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 408.8041544467952\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 922.7890877685242\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 624.8638460041672\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 501.6935207852357\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 419.98313946829467\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 461.67\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1074.342255218106\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1063.8346495294973\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1060.977505306644\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1071.0567303043376\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 529.3043027180322\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 529.4254165197668\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 531.3519924413645\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 528.8041544467952\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1166.789087768524\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 868.8638460041672\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 745.6935207852357\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 663.9831394682947\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.45\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3645360263350062\n        gas: 0.3003757973698458\n        geothermal: 0.0\n        hydro: 0.016948056758411878\n        hydro discharge: 0.0\n        nuclear: 0.15206559969645714\n        oil: 0.03924092846577229\n        solar: 0.0026028591830364245\n        unknown: 0.01126095447154677\n        wind: 0.11296972871934247\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3645360852974365\n        gas: 0.30037584595458294\n        geothermal: 0.0\n        hydro: 0.01694805949970092\n        hydro discharge: 0.0\n        nuclear: 0.15206562429253728\n        oil: 0.039240934812855545\n        solar: 0.0026026978505841476\n        unknown: 0.011260956292966863\n        wind: 0.11296974699180189\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.3802119720680984e-06\n        coal: 0.33092535601441087\n        gas: 0.3240785329734592\n        geothermal: 0.0\n        hydro: 0.032440595980642105\n        hydro discharge: 1.9065354266536477e-05\n        nuclear: 0.14686463327657218\n        oil: 0.024660369373326392\n        solar: 0.00675029134987411\n        unknown: 0.00958536751281621\n        wind: 0.1246718156057116\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.6799365965328262e-05\n        coal: 0.46637267342619076\n        gas: 0.2574837818486663\n        geothermal: 0.0\n        hydro: 0.027103193372942258\n        hydro discharge: 2.512746287586688e-05\n        nuclear: 0.15106235094332446\n        oil: 0.012267461173729833\n        solar: 0.0009035164381989341\n        unknown: 0.014828688533678674\n        wind: 0.06993553196119111\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.029406663670682e-05\n        coal: 0.37902286504744626\n        gas: 0.30551504590133866\n        geothermal: 0.0\n        hydro: 0.037501488137603345\n        hydro discharge: 4.932813111819062e-06\n        nuclear: 0.1731675323645628\n        oil: 4.300753591791705e-05\n        solar: 0.0010315790412722672\n        unknown: 0.011607229214715822\n        wind: 0.09206477810427008\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.9368267215475583e-05\n        coal: 0.3125001965174925\n        gas: 0.3352914036366789\n        geothermal: 0.0\n        hydro: 0.043365289962889436\n        hydro discharge: 1.1430972749997212e-05\n        nuclear: 0.1805900424420238\n        oil: 0.00016439548122173232\n        solar: 0.0015364551511778612\n        unknown: 0.011903152259306968\n        wind: 0.11459659932651513\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.966116923046127e-05\n        coal: 0.37036654538909486\n        gas: 0.29176151941105455\n        geothermal: 0.0\n        hydro: 0.029761891321926248\n        hydro discharge: 1.0084555893113064e-05\n        nuclear: 0.16763001080336526\n        oil: 0.00018244961265727352\n        solar: 0.003300402706991867\n        unknown: 0.012838271031974076\n        wind: 0.12410846638087543\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.132498369561453e-05\n        coal: 0.32313639836116265\n        gas: 0.3197993284934307\n        geothermal: 0.0\n        hydro: 0.03635450572146323\n        hydro discharge: 1.4921572107377743e-06\n        nuclear: 0.15331689325713854\n        oil: 0.00011449350622099461\n        solar: 0.007127890591949021\n        unknown: 0.011948836521069407\n        wind: 0.1481673991735708\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 7.64862250087676e-11\n        biomass: 2.6146448885367153e-05\n        coal: 0.2703868418748441\n        gas: 0.3859805988161669\n        geothermal: 0.0\n        hydro: 0.03061687778162027\n        hydro discharge: 1.7423562056997255e-06\n        nuclear: 0.15490684002009472\n        oil: 0.00014664061436640935\n        solar: 0.010328028153750439\n        unknown: 0.0070794395341052686\n        wind: 0.14052589705687518\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.5705337554851478e-05\n        coal: 0.2535535788797896\n        gas: 0.39260578356747894\n        geothermal: 0.0\n        hydro: 0.02800560794381062\n        hydro discharge: 1.8529310539884868e-06\n        nuclear: 0.15186591992240156\n        oil: 0.00022350411075090041\n        solar: 0.022179358971239873\n        unknown: 0.004320188500399502\n        wind: 0.14722782107459684\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.3682\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.2165\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: US_MISO.fetch_consumption_forecast\n  gridAlerts: US_MISO.fetch_grid_alerts\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_MISO.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Midcontinent ISO\nzone_short_name: MISO\n"
  },
  {
    "path": "config/zones/US-NE-ISNE.yaml",
    "content": "bounding_box:\n  - - -73.72693726937264\n    - 40.99355656217368\n  - - -66.980469804698\n    - 47.43486039331913\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 19.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 22.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 22.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 23.3\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 24.3\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 27.3\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 36.4\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 41.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 42.9\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 48.9\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 56.8\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 60.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 61.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 73.1\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 75.4\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 79.7\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 83.6\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 86.2\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 89.0\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 91.9\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 94.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 126.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 128.6\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 140.6\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 151.6\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 155.3\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 183.3\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 189.8\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 194.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 203.5\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 208.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 225.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 243.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 238.5\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 244.5\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 246.5\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 247.5\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 251.3\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 255.3\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 259.3\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 264.8\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 270.4\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 275.4\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 305.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 314.9\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 321.6\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 322.4\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 331.4\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 351.2\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 353.2\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 357.2\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 371.2\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 376.5\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 377.5\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 389.0\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 393.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 389.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 403.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 571.4\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 575.7\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 580.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 760.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 763.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1539.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1538.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1542.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1540.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1566.1\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 1565.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1386.8\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 1370.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1380.7\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 1371.3\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 1281.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1247.5\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1245.9\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2083.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 959.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 859.2\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 459.2\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 16494.3\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 16496.3\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 16510.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 16288.2\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 16283.4\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 18023.1\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 18025.1\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 18026.5\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 17954.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 18542.2\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 18545.9\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 18645.9\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 18648.4\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 18748.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 19654.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 19656.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 19890.0\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 19871.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 20033.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 19894.2\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 19916.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 19915.9\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 19802.3\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 19804.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 18942.5\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 18822.5\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 18824.3\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 18828.9\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 18843.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 18100.4\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 18022.4\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 18018.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 18049.8\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 16305.4\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 16370.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 16286.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 16699.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1902.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1913.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1905.8\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 1904.6\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 1903.1\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1902.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1908.2\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 1903.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1894.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1901.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1896.3\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 1900.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1895.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1896.1\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 1897.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1891.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1564.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1799.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1499.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1532.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1865.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4074.9\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 3404.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3501.9\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6474.8\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 5999.3\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 6003.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 6606.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 6070.0\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 6086.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 5766.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 5724.6\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 5093.4\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 5089.4\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 5070.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 5944.8\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 5886.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6141.9\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 6122.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 6121.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 6122.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 5708.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 5695.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 6011.7\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 616.5\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 619.0\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 623.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 658.9\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 674.0\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 691.7\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 716.8\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 732.1\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 766.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 795.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 818.3\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 821.1\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 857.7\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 859.6\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 865.8\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 869.5\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 877.4\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 881.4\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 904.2\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 909.2\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 976.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1044.6\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 1056.5\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 1058.5\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 1060.5\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 1064.5\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 1068.5\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1071.8\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1096.3\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 1115.2\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1118.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1212.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1319.3\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 1327.0\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 1333.0\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 1334.0\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 1353.2\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 1355.6\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 1365.1\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 1371.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1374.4\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 1456.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 1525.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1608.7\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 1634.5\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 1652.0\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 1662.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 1730.0\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 1743.6\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 1753.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 1797.9\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 1881.7\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 1910.7\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2073.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2119.9\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 2146.9\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2169.0\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 2183.7\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 2194.0\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 2214.8\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 2232.0\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 2249.4\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 2264.2\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 2289.2\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 2313.8\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 2341.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2480.6\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 2484.6\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 2488.1\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 2496.1\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 2526.3\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 2532.8\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 2555.4\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 2568.7\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 2585.9\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 2605.2\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 2662.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2765.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2821.8\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 2830.0\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 2862.0\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 2869.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 2883.3\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 3000.7\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 3015.2\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 3027.1\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 3031.1\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 3065.3\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 3170.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 3214.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 3407.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 3414.5\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 3419.2\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 3479.8\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 3492.4\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 3496.9\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 3501.9\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 3552.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 3585.8\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 300.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1313.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 1315.3\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 1313.6\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 1336.4\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1366.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1365.9\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 1367.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1389.4\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1394.0\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1427.8\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 1500.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1498.4\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 1513.7\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 1518.2\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 1538.2\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1664.2\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 1723.0\ncenter_point:\n  - -70.39016096719396\n  - 44.260793161078574\ncentroid:\n  - -70.21819801989935\n  - 43.963232577319204\ncomment: Iso New England Inc.\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 183.01\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 193.17\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 202.42\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 204.25\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 214.88\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 223.55\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1042.1557244613366\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1049.543638320452\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1086.1257778671156\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1052.0466873316557\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 389.05687494636425\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 388.405126933921\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 392.1225766993324\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 387.8248564110828\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1257.197843003192\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 781.5574904153493\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 895.8408038663823\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 996.1835230339008\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 216.01\n      - _comment: used non-null storage values\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 226.17\n      - _comment: used non-null storage values\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 235.42\n      - _comment: used non-null storage values\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 237.25\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 247.88\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 256.55\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1102.1557244613366\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1109.543638320452\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1146.1257778671156\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1112.0466873316557\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 509.05687494636425\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 508.405126933921\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 512.1225766993324\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 507.8248564110828\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1501.197843003192\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1025.5574904153493\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1139.8408038663824\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1240.1835230339007\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.825\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.00048084385739457066\n        biomass: 0.054681157499140355\n        coal: 0.007996509728253222\n        gas: 0.4908440982677455\n        geothermal: 0.0\n        hydro: 0.06949196441962709\n        hydro discharge: 0.0\n        nuclear: 0.26945112839727786\n        oil: 0.01139241061681868\n        solar: 0.004028317739736292\n        unknown: 0.05769620577852697\n        wind: 0.03393717612619065\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0004808440431203622\n        biomass: 0.05468117861972057\n        coal: 0.007996512816902638\n        gas: 0.49084428785612705\n        geothermal: 0.0\n        hydro: 0.06949199126087692\n        hydro discharge: 0.0\n        nuclear: 0.2694512324726931\n        oil: 0.01139241501713377\n        solar: 0.004027933082009133\n        unknown: 0.05769622806366866\n        wind: 0.03393718923441447\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 4.281259740389673e-07\n        biomass: 0.06809071225859359\n        coal: 0.02290803043745342\n        gas: 0.4832964093548456\n        geothermal: 0.0\n        hydro: 0.07591460701060546\n        hydro discharge: 0.0\n        nuclear: 0.30908040199666564\n        oil: 0.0066334278501302595\n        solar: 0.0006934531258820894\n        unknown: 3.504056235091598e-05\n        wind: 0.03334748251451999\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0005639408411890185\n        biomass: 0.0502315961086351\n        coal: 0.005486909368998675\n        gas: 0.4693770769102801\n        geothermal: 0.0\n        hydro: 0.17712220663790101\n        hydro discharge: 3.844640747921848e-07\n        nuclear: 0.23543480768866287\n        oil: 0.001932459658294849\n        solar: 0.004497606088949904\n        unknown: 0.018029438709987636\n        wind: 0.03732354285764146\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.00017105711478900546\n        biomass: 0.05510495128492711\n        coal: 0.010450172986793235\n        gas: 0.4564873724330341\n        geothermal: 0.0\n        hydro: 0.1349196630889543\n        hydro discharge: 9.683183132629602e-09\n        nuclear: 0.28065114223236126\n        oil: 0.010134007031562201\n        solar: 0.0012448111532050905\n        unknown: 0.01592730793838658\n        wind: 0.0349095000826745\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.00030825244553047185\n        biomass: 0.047043073733948206\n        coal: 0.003939303469046331\n        gas: 0.4218371111094918\n        geothermal: 0.0\n        hydro: 0.19600629073572684\n        hydro discharge: 8.625828950711192e-08\n        nuclear: 0.26430173495155457\n        oil: 0.0013172457310757567\n        solar: 0.0018031246093816197\n        unknown: 0.025648042388984927\n        wind: 0.037795712739661536\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.00034935461878474926\n        biomass: 0.04984197735260639\n        coal: 0.0019028626175622329\n        gas: 0.45189156384126233\n        geothermal: 0.0\n        hydro: 0.1938137424678386\n        hydro discharge: 3.535378662357143e-07\n        nuclear: 0.2392589941088885\n        oil: 0.0014202559990196568\n        solar: 0.0031172653584616056\n        unknown: 0.018834874390878522\n        wind: 0.03956873006468709\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0006737601722159499\n        biomass: 0.044291575673722675\n        coal: 0.0035337158743902696\n        gas: 0.4624295147468916\n        geothermal: 0.0\n        hydro: 0.17580149240506612\n        hydro discharge: 1.6173863673621757e-09\n        nuclear: 0.2361540407377366\n        oil: 0.01576177456811505\n        solar: 0.007515449730428623\n        unknown: 0.014489576843192787\n        wind: 0.03934909022492687\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0006866042740239167\n        biomass: 0.044149660001809116\n        coal: 0.0018849114264039566\n        gas: 0.5056687681043909\n        geothermal: 0.0\n        hydro: 0.17310405817564165\n        hydro discharge: 4.4489681647655106e-10\n        nuclear: 0.21346803332946568\n        oil: 0.002837279618635759\n        solar: 0.007738089706121109\n        unknown: 0.015603163285270769\n        wind: 0.03485941944316769\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0008346185503266233\n        biomass: 0.0410511251429479\n        coal: 0.0026917046058330136\n        gas: 0.5347667341929427\n        geothermal: 0.0\n        hydro: 0.12462588169732432\n        hydro discharge: 2.611190462786013e-10\n        nuclear: 0.23961238276829877\n        oil: 0.002790275914287318\n        solar: 0.011149182093012062\n        unknown: 0.007120449441312479\n        wind: 0.035357632711841926\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.5393\n    - datetime: '2021-01-01'\n      value: 0.5179\n    - datetime: '2022-01-01'\n      value: 0.5136\n    - datetime: '2023-01-01'\n      value: 0.4846\n    - datetime: '2024-01-01'\n      value: 0.4568\n    - datetime: '2025-01-01'\n      value: 0.4474\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.2936\n    - datetime: '2021-01-01'\n      value: 0.2755\n    - datetime: '2022-01-01'\n      value: 0.2718\n    - datetime: '2023-01-01'\n      value: 0.2652\n    - datetime: '2024-01-01'\n      value: 0.2146\n    - datetime: '2025-01-01'\n      value: 0.197\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: US_NEISO.fetch_consumption_forecast\n  gridAlerts: US_NEISO.fetch_grid_alerts\n  production: US_NEISO.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_NEISO.fetch_wind_solar_forecasts\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: ISO New England\n"
  },
  {
    "path": "config/zones/US-NW-AVA.yaml",
    "content": "bounding_box:\n  - - -119.36819368193676\n    - 45.07929805026971\n  - - -114.20214202142014\n    - 48.999551747062824\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1.2\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 179.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 173.7\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 561.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1176.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1235.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1251.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1170.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1170.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1170.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 19.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 105.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 249.3\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 349.3\ncenter_point:\n  - -116.69400141761005\n  - 47.049674829537196\ncentroid:\n  - -116.3158833189545\n  - 46.901122204162334\ncomment: Avista Corporation\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 393.6395082943637\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 401.43265288031876\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 404.1241908939394\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 438.01507006284413\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 184.06\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 513.6395082943636\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 521.4326528803188\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 524.1241908939394\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 558.0150700628442\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 208.06\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.16668718021123885\n        geothermal: 0.0\n        hydro: 0.38381060937349126\n        hydro discharge: 0.3278042144278877\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0030824433312936325\n        unknown: 0.07591728504566805\n        wind: 0.04269757515255969\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.1666872895644636\n        geothermal: 0.0\n        hydro: 0.3838108611680671\n        hydro discharge: 0.32780442948010646\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0030817903778442577\n        unknown: 0.07591733485033765\n        wind: 0.04269760316381722\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.1812466160486\n        geothermal: 0.0\n        hydro: 0.3666711422009943\n        hydro discharge: 0.32772069227158745\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0029630093871566444\n        unknown: 0.0758524407772104\n        wind: 0.045542951220756925\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 2.4047109170048864e-08\n        biomass: 0.001219915313448663\n        coal: 0.05164768698841627\n        gas: 0.24313715753045778\n        geothermal: 3.0015164445888267e-06\n        hydro: 0.4686507079491347\n        hydro discharge: 0.059450092915461175\n        nuclear: 0.025209403237724422\n        oil: 0.0019726379246895326\n        solar: 0.0013017563703576736\n        unknown: 0.09502345480154492\n        wind: 0.052384014936455246\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.3140263562046065e-06\n        biomass: 0.0010306236032357411\n        coal: 0.05767405255713116\n        gas: 0.18680334905280718\n        geothermal: 9.289502209522274e-05\n        hydro: 0.5837493753324662\n        hydro discharge: 0.004020843958917171\n        nuclear: 0.031713129533058375\n        oil: 0.0027026391254005655\n        solar: 0.004926397078810936\n        unknown: 0.0743909828007367\n        wind: 0.05289414807003846\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 5.0536979581576145e-09\n        biomass: 0.002242949915732366\n        coal: 0.022395566944666604\n        gas: 0.16644220470652812\n        geothermal: 1.008212742652444e-06\n        hydro: 0.6301411983163174\n        hydro discharge: 0.006728311528364556\n        nuclear: 0.028861281588861348\n        oil: 0.0011004781062745278\n        solar: 0.004553963877848192\n        unknown: 0.07129409216492642\n        wind: 0.06623876270461133\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.958174526069302e-07\n        biomass: 0.001432993003958218\n        coal: 0.03627452908483749\n        gas: 0.18128477944637394\n        geothermal: 1.0978842742458868e-05\n        hydro: 0.582987095803555\n        hydro discharge: 0.00014769894993818156\n        nuclear: 0.026534574750530015\n        oil: 0.0014590110093258704\n        solar: 0.005743004941544504\n        unknown: 0.07236484420171571\n        wind: 0.09175979426182976\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 3.1815851005382055e-06\n        biomass: 0.001345255994917863\n        coal: 0.03537374817438959\n        gas: 0.16208588638817026\n        geothermal: 3.4351164480755944e-05\n        hydro: 0.6170123788235842\n        hydro discharge: 7.593341629096782e-05\n        nuclear: 0.028200430995513774\n        oil: 0.0015832853781900282\n        solar: 0.006004637212779023\n        unknown: 0.06448592533556254\n        wind: 0.08379502208308587\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 7.395112600625325e-05\n        biomass: 0.0002014245652374263\n        coal: 0.04865759409240826\n        gas: 0.2373550614219986\n        geothermal: 0.00028256519639540463\n        hydro: 0.4938945400546149\n        hydro discharge: 0.00020317783169383866\n        nuclear: 0.029368809841329727\n        oil: 0.0018992747673705706\n        solar: 0.013233373069032616\n        unknown: 0.07274019668392667\n        wind: 0.1020901076480728\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 0.6535\nisRenewable:\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 0.6224\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Avista Corporation\n"
  },
  {
    "path": "config/zones/US-NW-BPAT.yaml",
    "content": "bounding_box:\n  - - -124.72144721447208\n    - 41.93091581776139\n  - - -106.00948525039483\n    - 48.999551747062824\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 4.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 3.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 32.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 350.9\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 340.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 339.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 325.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 308.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 303.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 289.2\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 301.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 292.0\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 293.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 281.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1459.8\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 729.9\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2266.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2271.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2167.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 18.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 19303.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 19038.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 19178.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 19249.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 19010.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 19577.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 19732.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 18988.6\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 18988.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 314.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1200.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4.4\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 60.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 70.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 14.8\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 24.7\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 64.7\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 84.7\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 87.9\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 137.9\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 140.8\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 223.7\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4380.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 3074.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3077.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 3277.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 3397.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3617.1\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 3817.1\ncenter_point:\n  - -115.54847110735697\n  - 48.63996347693276\ncentroid:\n  - -119.85519147704848\n  - 46.33846108511829\ncomment: Bonneville Power Administration\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer:\n  This zone includes all wind related electricity production from the generation-only\n  balancing authority Avangrid Renewables, LLC. Read more on the zone definition wiki\n  page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1134.8989239933912\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1118.4367385399487\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1111.904552841346\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1095.145710250945\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 394.4247593706675\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 385.50001712095116\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 385.56681367424125\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 386.5988427038903\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 0.0\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1194.8989239933912\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1178.4367385399487\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1171.904552841346\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1155.145710250945\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 514.4247593706675\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 505.50001712095116\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 505.56681367424125\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 506.5988427038903\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 38.0\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 32.8\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.06791398932896388\n        geothermal: 0.0\n        hydro: 0.7382562221049005\n        hydro discharge: 0.0\n        nuclear: 0.10063685899286395\n        oil: 0.0\n        solar: 0.001463661054655146\n        unknown: 0.018573904640700974\n        wind: 0.07315532407706106\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.06791400826213059\n        geothermal: 0.0\n        hydro: 0.738256427917109\n        hydro discharge: 0.0\n        nuclear: 0.10063688704856275\n        oil: 0.0\n        solar: 0.0014633826811540872\n        unknown: 0.018573909818762762\n        wind: 0.07315534447141515\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 5.018307213827167e-08\n        biomass: 3.5875000395453743e-07\n        coal: 5.979385109738975e-06\n        gas: 0.06928463813818371\n        geothermal: 6.160856532484422e-07\n        hydro: 0.7196894061175586\n        hydro discharge: 1.453081644943689e-07\n        nuclear: 0.10083842057512037\n        oil: 5.358975588656165e-08\n        solar: 0.001872766870077591\n        unknown: 0.018257325695226045\n        wind: 0.09005023130946987\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 8.483344911671521e-08\n        biomass: 0.0015645569460365522\n        coal: 0.02429085648464653\n        gas: 0.08625356970299909\n        geothermal: 8.947046191794926e-06\n        hydro: 0.6826489078279026\n        hydro discharge: 9.146857791364977e-05\n        nuclear: 0.08975670768322201\n        oil: 0.0009595676154735572\n        solar: 0.00041069231699839145\n        unknown: 0.016871285138115522\n        wind: 0.09714318121839885\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.857798714956116e-06\n        biomass: 0.002182017685766855\n        coal: 0.04132375876496627\n        gas: 0.07928428845288503\n        geothermal: 0.00028216845343418236\n        hydro: 0.7099337793725427\n        hydro discharge: 1.0745741561788134e-05\n        nuclear: 0.07728907681228524\n        oil: 0.0023456395683089013\n        solar: 0.0025511209468085205\n        unknown: 0.015606523098230522\n        wind: 0.06918691984767221\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 2.5133484685183387e-08\n        biomass: 0.004361105213552228\n        coal: 0.013862129324261669\n        gas: 0.043913158616159194\n        geothermal: 3.2150913186967125e-06\n        hydro: 0.7658620359074874\n        hydro discharge: 3.0475347541288237e-06\n        nuclear: 0.07638583665822905\n        oil: 0.0009222213577766285\n        solar: 0.0012717315852508022\n        unknown: 0.014579398683812467\n        wind: 0.07883603624911537\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 6.806512038376251e-07\n        biomass: 0.0039299907408601314\n        coal: 0.024928206563594322\n        gas: 0.06442537359230265\n        geothermal: 2.9282886781403996e-05\n        hydro: 0.7279405165922407\n        hydro discharge: 3.0727409962510685e-06\n        nuclear: 0.07299800365035744\n        oil: 0.0010296412384764623\n        solar: 0.0035679695509669073\n        unknown: 0.016253525509788005\n        wind: 0.08489368249339545\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 8.449281797192528e-06\n        biomass: 0.0034385892476815104\n        coal: 0.026822405936119873\n        gas: 0.05375374060809861\n        geothermal: 9.332997591093548e-05\n        hydro: 0.7356363658402308\n        hydro discharge: 1.3589617342820965e-07\n        nuclear: 0.07902487274929974\n        oil: 0.0013519573608750711\n        solar: 0.004744228337224285\n        unknown: 0.013681982093138704\n        wind: 0.08144386286584089\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00023505884776098957\n        biomass: 0.0005542950343377248\n        coal: 0.043385257536750536\n        gas: 0.09262771548015947\n        geothermal: 0.0008716166009211536\n        hydro: 0.6292740578623236\n        hydro discharge: 6.246878094588995e-07\n        nuclear: 0.08253258891628076\n        oil: 0.001825518387251074\n        solar: 0.01534628263467043\n        unknown: 0.01967825129629526\n        wind: 0.11366870003676838\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Bonneville Power Administration\n"
  },
  {
    "path": "config/zones/US-NW-CHPD.yaml",
    "content": "bounding_box:\n  - - -121.15741157411568\n    - 47.26026828769821\n  - - -119.91539915399147\n    - 48.57543341118692\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1988.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1643.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1256.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1495.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1516.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1664.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1601.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1622.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -120.53640536405358\n  - 47.917850849442566\ncentroid:\n  - -120.63348633486329\n  - 47.90978908281691\ncomment: Public Utility District No. 1 Of Chelan County\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.997648400476363\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0023511678790842754\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9976484004763629\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.002351167879084275\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9977240438032576\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0022746044112365816\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.26661539967867e-08\n        biomass: 3.4027243746652806e-06\n        coal: 0.001178643835435059\n        gas: 0.0017769353346042064\n        geothermal: 6.173903105392685e-06\n        hydro: 0.9912830313615985\n        hydro discharge: 2.722179499732225e-08\n        nuclear: 0.0013474842967264506\n        oil: 4.875967919920361e-05\n        solar: 2.3900736007648936e-05\n        unknown: 0.0008933866456581193\n        wind: 0.0034357988555870273\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.81048481037229e-08\n        coal: 0.00024338236360861953\n        gas: 0.000738151351565799\n        geothermal: 2.81048481037229e-08\n        hydro: 0.9947177162827838\n        hydro discharge: 5.058872658670121e-08\n        nuclear: 0.00042998169210847737\n        oil: 1.3361044788509867e-05\n        solar: 1.295071400619551e-05\n        unknown: 0.000472375044988133\n        wind: 0.0033706256750187283\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.1454929921038295e-08\n        biomass: 7.080126873942638e-07\n        coal: 0.0005673219844370553\n        gas: 0.0013241017275418387\n        geothermal: 1.1102926234137318e-06\n        hydro: 0.9926174873437503\n        hydro discharge: 0.0\n        nuclear: 0.0008262776248515071\n        oil: 1.7383856968521278e-05\n        solar: 6.923505885519057e-05\n        unknown: 0.0007371967558193561\n        wind: 0.003837573586453876\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.0421323141023725e-08\n        coal: 0.0009767825178198762\n        gas: 0.0016288353657127638\n        geothermal: 3.063198471153558e-08\n        hydro: 0.9925217523084033\n        hydro discharge: 5.110436116041187e-05\n        nuclear: 0.0009927213605314452\n        oil: 5.1196257114546467e-05\n        solar: 4.1455285976278156e-06\n        unknown: 0.0006392588889450361\n        wind: 0.0031335090867281035\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.7909083768715954e-07\n        biomass: 8.494022587448135e-07\n        coal: 0.00044531192634966055\n        gas: 0.0006875553102863893\n        geothermal: 1.2792202691939965e-06\n        hydro: 0.9954411864409816\n        hydro discharge: 0.0\n        nuclear: 0.0004079075256784281\n        oil: 1.6440538899681242e-05\n        solar: 5.881343109646319e-05\n        unknown: 0.0003776104728228375\n        wind: 0.0025605947453213158\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 5.3240010533154305e-06\n        biomass: 1.588832534378416e-05\n        coal: 0.001539844402879\n        gas: 0.0038130045775583246\n        geothermal: 3.354434455399329e-05\n        hydro: 0.9854861246255869\n        hydro discharge: 1.0459727020266072e-08\n        nuclear: 0.0016963009996481399\n        oil: 8.157018116754496e-05\n        solar: 0.00043354522526300836\n        unknown: 0.0009067380457963353\n        wind: 0.005984898905090942\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 7.387729080227936e-06\n        biomass: 1.6320537234021544e-05\n        coal: 0.0012261276841476914\n        gas: 0.0032223391502593087\n        geothermal: 2.8046766494327938e-05\n        hydro: 0.9864060975737285\n        hydro discharge: 0.0\n        nuclear: 0.001981916926603198\n        oil: 3.345965940768053e-05\n        solar: 0.00035588491866325164\n        unknown: 0.0008210560429239747\n        wind: 0.005898109136322696\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Chelan County\n"
  },
  {
    "path": "config/zones/US-NW-DOPD.yaml",
    "content": "bounding_box:\n  - - -120.32220322203216\n    - 47.23307771387201\n  - - -118.83628092479266\n    - 48.991878515577795\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 200.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 619.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 696.6\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 619.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 696.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 777.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 300.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -119.57924207341242\n  - 48.1124781147249\ncentroid:\n  - -119.58601792478909\n  - 48.052270415538295\ncomment: Pud No. 1 Of Douglas County\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.8385692879964977e-07\n        biomass: 1.1273056262972812e-05\n        coal: 0.003953832747726252\n        gas: 0.005356981550829202\n        geothermal: 1.9457316122111513e-05\n        hydro: 0.9793347701209503\n        hydro discharge: 9.980804706266703e-08\n        nuclear: 0.004966117479366473\n        oil: 0.00017234223200168313\n        solar: 6.497503863779623e-05\n        unknown: 0.002482131575456575\n        wind: 0.00363582329756416\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.6579261431408183e-07\n        coal: 0.0007645775386027906\n        gas: 0.001637265903304797\n        geothermal: 8.735346013470613e-08\n        hydro: 0.992690437162848\n        hydro discharge: 0.0\n        nuclear: 0.0016044592194329563\n        oil: 4.661399016438255e-05\n        solar: 1.4981118413102099e-05\n        unknown: 0.0012443118224800798\n        wind: 0.0019953659535357662\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 5.4753377101191954e-08\n        biomass: 2.458924389817166e-06\n        coal: 0.00157455282045845\n        gas: 0.0029245520862654388\n        geothermal: 3.0114357405655577e-06\n        hydro: 0.9867215793263193\n        hydro discharge: 1.9910318945887985e-08\n        nuclear: 0.003172171745415712\n        oil: 4.850153695218314e-05\n        solar: 0.0001607011617919984\n        unknown: 0.0019548896881222753\n        wind: 0.0034356400184469105\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.12587257238875e-07\n        coal: 0.002763418453877415\n        gas: 0.0036889249663617034\n        geothermal: 1.654873714794044e-07\n        hydro: 0.9861216314344511\n        hydro discharge: 1.6364862290741106e-06\n        nuclear: 0.0030424853246488505\n        oil: 0.00013236231595494362\n        solar: 8.605343316929029e-06\n        unknown: 0.0015752283203981509\n        wind: 0.002663059556818016\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 4.2878089203203924e-07\n        biomass: 3.2251780139801215e-06\n        coal: 0.0012416935353823468\n        gas: 0.0019031999172266453\n        geothermal: 4.805142387880788e-06\n        hydro: 0.9898149810450881\n        hydro discharge: 0.0\n        nuclear: 0.0018703422510437551\n        oil: 5.3853947906850155e-05\n        solar: 0.00017543663410728286\n        unknown: 0.0009781750525955691\n        wind: 0.003952073481859306\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.267153444903673e-05\n        biomass: 5.0565618797940854e-05\n        coal: 0.004595938376610173\n        gas: 0.008904542044000771\n        geothermal: 9.770801582689023e-05\n        hydro: 0.9656008946259467\n        hydro discharge: 4.4983203271898274e-09\n        nuclear: 0.005444132660864433\n        oil: 0.0002047950295359713\n        solar: 0.001021811455602478\n        unknown: 0.00179020553725239\n        wind: 0.01226373472145501\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.7671090479592743e-05\n        biomass: 7.083356124580737e-05\n        coal: 0.00432969251876217\n        gas: 0.009546069063649102\n        geothermal: 0.00011990411998675982\n        hydro: 0.9636200817428271\n        hydro discharge: 0.0\n        nuclear: 0.007993115895508296\n        oil: 0.0001184571676136292\n        solar: 0.0012093544053328976\n        unknown: 0.0019158823758407704\n        wind: 0.011036652293410701\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Douglas County\n"
  },
  {
    "path": "config/zones/US-NW-GCPD.yaml",
    "content": "bounding_box:\n  - - -120.08460084600839\n    - 46.624867509864714\n  - - -118.92538925389248\n    - 47.961498875847795\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1077.6\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1095.8\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 1217.8\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1114.0\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 1236.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -119.50499504995042\n  - 47.293183192856254\ncentroid:\n  - -119.4498868065603\n  - 47.21843663565789\ncomment: Public Utility District No. 2 Of Grant County, Washington\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9999995975691565\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 2.9920037323930077e-09\n        biomass: 0.00025469730972368725\n        coal: 0.01286541259303613\n        gas: 0.02108136807407909\n        geothermal: 5.505286867603134e-07\n        hydro: 0.9461446179857804\n        hydro discharge: 0.0005386564159501779\n        nuclear: 0.00604429035598627\n        oil: 0.00023686197547489248\n        solar: 0.00011470444708875075\n        unknown: 0.002770107759587545\n        wind: 0.00994756268114675\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.915702335917278e-07\n        biomass: 0.00011463036899056388\n        coal: 0.015493608878942262\n        gas: 0.02364997639178592\n        geothermal: 2.0244466155737584e-05\n        hydro: 0.9369739190273939\n        hydro discharge: 2.180707825719168e-05\n        nuclear: 0.007558690921712006\n        oil: 0.00024002247757407471\n        solar: 0.00026657373632197923\n        unknown: 0.0029245449925231265\n        wind: 0.01273528862685086\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0002809103676714268\n        coal: 0.0062407118414682505\n        gas: 0.019659306366489278\n        geothermal: 7.551252474333059e-08\n        hydro: 0.9534779719110399\n        hydro discharge: 3.694639054379307e-05\n        nuclear: 0.004330109042917449\n        oil: 7.28129519837565e-05\n        solar: 0.0001856947374094428\n        unknown: 0.0021263836136311055\n        wind: 0.013588539237582131\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 4.040083956457732e-08\n        biomass: 0.0002743533186918349\n        coal: 0.004647895265566136\n        gas: 0.022882475187297413\n        geothermal: 2.1956978024226803e-06\n        hydro: 0.9379384751423295\n        hydro discharge: 2.026365587899843e-05\n        nuclear: 0.006141689960092752\n        oil: 0.00015820090494367506\n        solar: 0.0005470976300340544\n        unknown: 0.004437893458067705\n        wind: 0.022948957403638285\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 3.681927659997519e-07\n        biomass: 0.00014245801701128454\n        coal: 0.004020588433655335\n        gas: 0.015307197178527757\n        geothermal: 6.505281923172607e-06\n        hydro: 0.9531558102555987\n        hydro discharge: 3.8269239262540586e-06\n        nuclear: 0.0056480037177173\n        oil: 0.0002255604276346533\n        solar: 0.0006901252063775438\n        unknown: 0.003203695761281301\n        wind: 0.017595342527033934\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.1730051753035573e-05\n        biomass: 0.00011028286488668079\n        coal: 0.009083473370551912\n        gas: 0.04086131111910888\n        geothermal: 0.00011746086837561148\n        hydro: 0.9008470159813434\n        hydro discharge: 1.1089187839066662e-05\n        nuclear: 0.009417085825968827\n        oil: 0.0003748968220248439\n        solar: 0.003397736152506443\n        unknown: 0.007256839403228985\n        wind: 0.02850043238030508\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Grant County\n"
  },
  {
    "path": "config/zones/US-NW-GRID.yaml",
    "content": "bounding_box:\n  - - -119.851352692\n    - 44.7463779450001\n  - - -118.363136292\n    - 46.366308212\ncan_have_zero_production: true\ncapacity:\n  battery storage:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 689.4\n  geothermal:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\ncomment: Gridforce Energy Management, Llc\ncontributors:\n  - systemcatch\n  - robertahunt\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 394.7851977921214\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 396.61512229656836\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 399.2745381859123\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 514.7851977921214\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 516.6151222965684\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 519.2745381859123\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.31873392873272594\n        gas: 0.4948221464533781\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.030056513355228846\n        unknown: 0.0\n        wind: 0.15638589155047006\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3187353044588863\n        gas: 0.494824282215248\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.030052326265695532\n        unknown: 0.0\n        wind: 0.1563865665465804\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.26542960677491484\n        gas: 0.5616854634354924\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.02717640264239839\n        unknown: 0.0\n        wind: 0.14570856754905329\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.3484977642534123e-09\n        coal: 0.2501214757127239\n        gas: 0.582818816146504\n        geothermal: 2.6969955285068247e-09\n        hydro: 0.0031831963974083923\n        hydro discharge: 1.6991071829592997e-07\n        nuclear: 0.0004751108232883477\n        oil: 6.043966979383795e-06\n        solar: 0.02559508360154156\n        unknown: 0.00016049820390144114\n        wind: 0.13763987089099436\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.0617759898189296e-07\n        coal: 0.0001972116539181414\n        gas: 0.9953108068711579\n        geothermal: 4.392982941914116e-07\n        hydro: 0.0035298416662451174\n        hydro discharge: 0.0\n        nuclear: 0.0003423664599746006\n        oil: 9.561393933423676e-06\n        solar: 6.409761474338324e-06\n        unknown: 0.00022753322026948956\n        wind: 0.00037492112598808835\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.0973472471599464e-08\n        coal: 0.36485939854324223\n        gas: 0.6091553820657686\n        geothermal: 0.0\n        hydro: 0.002994934974311284\n        hydro discharge: 0.0\n        nuclear: 0.00028253948246250723\n        oil: 3.8370575409026125e-06\n        solar: 0.002336334590247063\n        unknown: 0.0002645027515433549\n        wind: 0.020102265813569407\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.574501988492557e-09\n        coal: 0.21392320264763393\n        gas: 0.6078423702185539\n        geothermal: 4.5745019884925575e-09\n        hydro: 0.0008826532083476312\n        hydro discharge: 0.0\n        nuclear: 0.00010881825330226094\n        oil: 1.4905252312504915e-06\n        solar: 0.027123928579014075\n        unknown: 5.949216077734378e-05\n        wind: 0.1500578484659712\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.5138779607295427e-09\n        biomass: 7.569389803647713e-09\n        coal: 0.24025682564162043\n        gas: 0.5912335555555297\n        geothermal: 2.270816941094314e-08\n        hydro: 0.0008762439177549647\n        hydro discharge: 0.0\n        nuclear: 8.300290083087935e-05\n        oil: 1.3920107848908145e-06\n        solar: 0.02782434722903192\n        unknown: 5.151651006464598e-05\n        wind: 0.13967293532596634\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 2.611608189559972e-07\n        biomass: 1.524542851773588e-07\n        coal: 0.24822049061316165\n        gas: 0.6065287899365069\n        geothermal: 3.221425330269407e-07\n        hydro: 0.00020315395198016668\n        hydro discharge: 0.0\n        nuclear: 1.0639983415943316e-05\n        oil: 5.846290414192628e-07\n        solar: 0.022438546486315564\n        unknown: 8.125150555235058e-06\n        wind: 0.12258887516105073\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 6.490029290002336e-08\n        biomass: 5.715989099451599e-08\n        coal: 0.1497751019676784\n        gas: 0.710931080239046\n        geothermal: 1.1312895092664623e-07\n        hydro: 7.914144157509452e-05\n        hydro discharge: 0.0\n        nuclear: 1.2865143382484445e-05\n        oil: 3.6915762933958236e-08\n        solar: 0.021910990863054543\n        unknown: 2.204823712007215e-06\n        wind: 0.11728828923384033\ngeneration_only: true\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Gridforce Energy Management\n"
  },
  {
    "path": "config/zones/US-NW-IPCO.yaml",
    "content": "bounding_box:\n  - - -119.9439947612488\n    - 41.991031589410795\n  - - -111.58851588515878\n    - 45.700387999773625\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 100.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 227.0\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 377.0\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 459.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 24.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 27.5\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 29.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 24.6\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 22.2\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 19.0\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 20.3\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 23.5\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 770.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 768.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 770.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 774.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 776.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 779.1\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 33.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1894.4\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1893.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1992.0\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 1990.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1869.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1982.4\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 1985.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1855.1\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 1857.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1827.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1811.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1830.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2022.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2023.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 169.5\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 269.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 289.5\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 291.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 294.3\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 309.3\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 315.3\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 318.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 438.3\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 478.3\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 481.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 581.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 781.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 780.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 15.9\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 666.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 716.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 714.7\ncenter_point:\n  - -115.94702834758624\n  - 43.739931985757934\ncentroid:\n  - -115.16451002876639\n  - 44.16341541464588\ncomment: Idaho Power Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 248.2\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 434.3409585758064\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 441.2147276174657\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 448.424204594005\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 460.8753585507786\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 0.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 281.2\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 554.3409585758063\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 561.2147276174658\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 568.424204594005\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 580.8753585507786\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 38.0\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 38.0\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 38.0\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 38.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.1851570107101973\n        geothermal: 0.0\n        hydro: 0.5722531240265427\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0004871681262304195\n        solar: 0.0555175135897385\n        unknown: 0.035002531562908\n        wind: 0.15158139517526142\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.18515887638000256\n        geothermal: 0.0\n        hydro: 0.5722588901348329\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.000487173035009513\n        solar: 0.05550799627208016\n        unknown: 0.03500288425366486\n        wind: 0.15158292253212968\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 8.00492835722966e-08\n        biomass: 2.814636099800106e-07\n        coal: 6.012045494273335e-05\n        gas: 0.20402451233354554\n        geothermal: 4.863209163263181e-07\n        hydro: 0.5548336641347024\n        hydro discharge: 7.660630363370322e-08\n        nuclear: 2.206950140638371e-06\n        oil: 1.15856274933668e-06\n        solar: 0.06415606296772705\n        unknown: 0.033221226492244293\n        wind: 0.14369913122486716\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 2.754522108931375e-09\n        biomass: 3.7860906387261755e-06\n        coal: 0.18454148736627207\n        gas: 0.19841401751179993\n        geothermal: 3.910044133628088e-06\n        hydro: 0.4123954763359343\n        hydro discharge: 0.003559841767634351\n        nuclear: 0.005168561871760907\n        oil: 0.00027847874206032586\n        solar: 0.045224175067145364\n        unknown: 0.03320698427646198\n        wind: 0.1172027355307808\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.888079403504881e-08\n        biomass: 5.999752692654335e-06\n        coal: 0.181978020878349\n        gas: 0.16604999305244827\n        geothermal: 7.526939291145761e-06\n        hydro: 0.4549249728153137\n        hydro discharge: 1.1479395091331624e-06\n        nuclear: 0.004306063874133309\n        oil: 0.0004091986859566397\n        solar: 0.04449083688040906\n        unknown: 0.029054267390231873\n        wind: 0.11877139240409511\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 7.416004479266706e-09\n        biomass: 7.30847241431734e-06\n        coal: 0.1470509034547457\n        gas: 0.16401934464768417\n        geothermal: 1.2100447308670173e-06\n        hydro: 0.46259490322732155\n        hydro discharge: 6.358605840597928e-06\n        nuclear: 0.005543814372463881\n        oil: 0.00036461404022688034\n        solar: 0.04954825779514771\n        unknown: 0.03650580920350875\n        wind: 0.13435675801948185\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.0697033476218515e-07\n        biomass: 9.139758160757975e-06\n        coal: 0.2076260906911046\n        gas: 0.21040258551436095\n        geothermal: 6.063622290939334e-06\n        hydro: 0.3219465090408549\n        hydro discharge: 1.6979324407279444e-06\n        nuclear: 0.004518455899174609\n        oil: 0.00031867349220141944\n        solar: 0.05951553726382531\n        unknown: 0.03158041223057438\n        wind: 0.1640738357712227\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 8.865131679921074e-07\n        biomass: 1.585179272634345e-05\n        coal: 0.20995133470063979\n        gas: 0.19276224495002206\n        geothermal: 1.2946216528166681e-05\n        hydro: 0.3408059298686161\n        hydro discharge: 6.136969696609932e-09\n        nuclear: 0.005709850553384282\n        oil: 0.0004416804985966971\n        solar: 0.059491414347035865\n        unknown: 0.03194761535779657\n        wind: 0.15885963206242273\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 5.485832428887847e-06\n        biomass: 1.7967667306850855e-05\n        coal: 0.17621150238088762\n        gas: 0.2192590727555405\n        geothermal: 2.843817944681624e-05\n        hydro: 0.358033909471735\n        hydro discharge: 3.376348639578048e-05\n        nuclear: 0.004074175833017417\n        oil: 0.0002501853926665949\n        solar: 0.07344448620207487\n        unknown: 0.027019299204349246\n        wind: 0.1416212057295658\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 6.49245887488187e-06\n        biomass: 1.6417900119483766e-05\n        coal: 0.12843187923241747\n        gas: 0.24399103206203182\n        geothermal: 2.1672609632983098e-05\n        hydro: 0.3730123678898783\n        hydro discharge: 1.3571621852339779e-06\n        nuclear: 0.0037312854184535682\n        oil: 0.00016299359718089678\n        solar: 0.0871122427942582\n        unknown: 0.026889556885679546\n        wind: 0.13662238355509054\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6298\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.6283\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Idaho Power Company\n"
  },
  {
    "path": "config/zones/US-NW-NEVP.yaml",
    "content": "bounding_box:\n  - - -120.00540005400048\n    - 35.1203926157127\n  - - -111.71451714517138\n    - 41.9933830361321\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 25.0\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 35.0\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 110.0\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 175.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 470.0\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 850.0\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 1035.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1135.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 15.2\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 35.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 15.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1103.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 809.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 531.8\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7606.2\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 8061.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 8339.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 633.4\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 670.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 678.4\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 667.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 734.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 735.7\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 761.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 740.7\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 718.9\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 750.5\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 775.3\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 800.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 822.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 819.7\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 856.7\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 844.7\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 860.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 889.3\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 918.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 863.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 853.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 858.7\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 12.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 16.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 16.9\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 15.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 837.7\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 887.7\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 898.3\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 998.3\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 1077.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1092.3\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1095.4\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 1115.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1115.6\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 1215.6\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 1222.9\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 1422.9\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1432.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1433.7\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1483.7\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 1593.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1592.5\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 1844.5\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 2045.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 2046.4\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 2347.5\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 2349.3\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 2356.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2355.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 2663.8\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 2794.8\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 2806.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 3006.8\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 3700.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 3805.9\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 4015.9\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 4080.9\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 4180.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4186.7\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 4259.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 4375.7\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7.5\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 150.0\ncenter_point:\n  - -115.85771214718278\n  - 38.79209090856581\ncentroid:\n  - -114.98185638409322\n  - 38.83583418075562\ncomment: Nevada Power Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 368.88\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 409.65\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1092.3994193686647\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1092.633856676898\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1049.698182363371\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1124.243615415859\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 405.9274374453633\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 399.4991639237896\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 400.24829769089723\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 403.4625388058051\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 14.379757812501364\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 3.4303641735972765\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1.1347416194747946\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1.183420260702788\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 0.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 401.88\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 442.65\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1152.3994193686647\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1152.633856676898\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1109.698182363371\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1184.243615415859\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 525.9274374453632\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 519.4991639237896\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 520.2482976908973\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 523.462538805805\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 52.37975781250137\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 41.430364173597276\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 39.134741619474795\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 39.18342026070279\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 24.0\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0894806936629927\n        gas: 0.6955694411101571\n        geothermal: 0.0\n        hydro: 0.0026832274546137527\n        hydro discharge: 0.0\n        nuclear: 0.00018856835277713345\n        oil: 0.0001892515714466158\n        solar: 0.09519360875951474\n        unknown: 0.10659509359396953\n        wind: 0.010098541283840632\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0894820954282705\n        gas: 0.6955803375957668\n        geothermal: 0.0\n        hydro: 0.0026832694888775065\n        hydro discharge: 0.0\n        nuclear: 0.00018857130680619369\n        oil: 0.00018925453617867993\n        solar: 0.09517943440511581\n        unknown: 0.10659676346592589\n        wind: 0.010098699483156582\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.00014309635633442063\n        biomass: 0.0003588268044027549\n        coal: 0.12939432076969035\n        gas: 0.5788949808905842\n        geothermal: 0.0006231266862784682\n        hydro: 0.04773544450158368\n        hydro discharge: 0.0027603900549758847\n        nuclear: 0.004409762463088398\n        oil: 5.616128255388486e-05\n        solar: 0.11133702595751821\n        unknown: 0.09494911317531483\n        wind: 0.029337600053824613\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 6.728591157063228e-06\n        biomass: 0.0005553636158154\n        coal: 0.17246620816762492\n        gas: 0.6085647134279034\n        geothermal: 0.0007870026282591714\n        hydro: 0.04327619918421075\n        hydro discharge: 0.0018797087820141953\n        nuclear: 0.019406131170724112\n        oil: 9.292643809174448e-05\n        solar: 0.055298039324088215\n        unknown: 0.07581934916355512\n        wind: 0.02184762976567679\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 6.74576342931461e-06\n        biomass: 0.000411809471396028\n        coal: 0.1440220839864209\n        gas: 0.5891371194060141\n        geothermal: 0.0005285364287683245\n        hydro: 0.06333281837590972\n        hydro discharge: 0.00016747237325502235\n        nuclear: 0.024981322031079767\n        oil: 0.00013798611560782682\n        solar: 0.06297142344822003\n        unknown: 0.09143262750278806\n        wind: 0.02287022922583746\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.5390204600317625e-06\n        biomass: 0.0007087202707176041\n        coal: 0.10835455459109825\n        gas: 0.5959297218088148\n        geothermal: 0.0003549881816819225\n        hydro: 0.08941291752517788\n        hydro discharge: 0.00013373229971989982\n        nuclear: 0.011806172254665959\n        oil: 0.00010263187707542443\n        solar: 0.07723326696245152\n        unknown: 0.08827445297571705\n        wind: 0.02768582458764027\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 3.7648454702063816e-06\n        biomass: 0.00040704316129359485\n        coal: 0.13927714911990724\n        gas: 0.5480544562423654\n        geothermal: 0.00013920883813624892\n        hydro: 0.08201621426437956\n        hydro discharge: 8.50145817317162e-05\n        nuclear: 0.01879222052895048\n        oil: 0.00011950188579034058\n        solar: 0.09343942371885634\n        unknown: 0.07926604756790845\n        wind: 0.0383999505717988\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 2.4035643889599126e-05\n        biomass: 0.0004115881312759442\n        coal: 0.12345259979677739\n        gas: 0.5172518153158673\n        geothermal: 0.00018389361052678011\n        hydro: 0.08664462453933919\n        hydro discharge: 1.695834903316181e-06\n        nuclear: 0.017801906894346853\n        oil: 0.00012796500699520583\n        solar: 0.13668662826983805\n        unknown: 0.08122856365929564\n        wind: 0.03618460329480164\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00011145825626036205\n        biomass: 0.00019156675435751818\n        coal: 0.09199544437173056\n        gas: 0.5450735858183692\n        geothermal: 0.00031353016655370514\n        hydro: 0.06982187029256672\n        hydro discharge: 0.00015783077731684286\n        nuclear: 0.01969826189883462\n        oil: 8.6813750862557e-05\n        solar: 0.14888842263053334\n        unknown: 0.09266477904536434\n        wind: 0.030996482747352047\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3196\n    - datetime: '2025-01-01'\n      value: 0.201\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2996\n    - datetime: '2025-01-01'\n      value: 0.1879\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 1.0\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Nevada Power Company\n"
  },
  {
    "path": "config/zones/US-NW-NWMT.yaml",
    "content": "bounding_box:\n  - - -115.69255692556919\n    - 43.82423840576526\n  - - -104.04644046440458\n    - 48.999089700338764\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2437.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2530.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1814.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1810.7\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 258.0\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 465.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 645.4\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 642.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 657.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 662.2\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 665.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 678.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 669.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 644.9\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 649.0\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 652.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 668.9\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 666.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 698.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 701.2\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 704.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 699.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 68.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 8.0\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 17.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 97.0\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 177.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 179.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 181.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 258.3\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 283.3\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 363.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 371.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 372.9\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 452.9\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 555.7\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 763.6\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 1011.6\ncenter_point:\n  - -110.68984647487405\n  - 46.30215557229568\ncentroid:\n  - -109.85464945606991\n  - 46.3798337690431\ncomment: Northwestern Energy (Nwmt)\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer: This zone includes all electricity production from the generation-only\n  balancing authorities NaturEner Power Watch, LLC and NaturEner Wind Watch, LLC.\n  Read more on the wiki page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1063.9600437074787\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1031.1107560999872\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1019.8754600552801\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1041.256839238835\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 655.0343565422723\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 603.2813480693219\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 585.8110833393567\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 581.6705529835303\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 867.13\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 825.7991358770756\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 830.0476571185673\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 838.4331666962912\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 837.1102281005788\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1123.9600437074787\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1091.1107560999872\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1079.8754600552802\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1101.256839238835\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 775.0343565422723\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 723.2813480693219\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 705.8110833393567\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 701.6705529835303\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 891.13\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1069.7991358770755\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1074.0476571185673\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1082.4331666962912\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1102281005788\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6571573855991798\n        gas: 0.020928555152924643\n        geothermal: 0.0\n        hydro: 0.21601863693607018\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.026461008897765367\n        solar: 0.0017971039296415976\n        unknown: 0.0\n        wind: 0.07763693889607305\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.6571577526908395\n        gas: 0.020928566843728423\n        geothermal: 0.0\n        hydro: 0.21601875760524578\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.026461023679027643\n        solar: 0.0017965461964592677\n        unknown: 0.0\n        wind: 0.07763698226448583\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5935794841775107\n        gas: 0.025953577348594527\n        geothermal: 0.0\n        hydro: 0.19882626617213386\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.024537619546296845\n        solar: 0.00555684178913225\n        unknown: 0.0\n        wind: 0.15154683323986243\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.987092340776412e-07\n        coal: 0.6767576935197022\n        gas: 0.025045048193275528\n        geothermal: 2.5718229274081948e-08\n        hydro: 0.1911837691443498\n        hydro discharge: 1.1065982540431372e-06\n        nuclear: 0.0005022798753038509\n        oil: 0.024273440591456176\n        solar: 0.0017846300786487454\n        unknown: 0.0006041212056481849\n        wind: 0.07984684777321799\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 4.209145572751549e-08\n        biomass: 5.951910952448254e-06\n        coal: 0.6518342585918924\n        gas: 0.02353536045163193\n        geothermal: 7.113456017950119e-06\n        hydro: 0.21614373221219557\n        hydro discharge: 8.955628878194786e-08\n        nuclear: 0.0010390284801966077\n        oil: 0.021100338393094088\n        solar: 0.0021775378770979787\n        unknown: 0.0009645364547506714\n        wind: 0.08319168453953463\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 2.029247384268161e-09\n        biomass: 2.6501970838542185e-06\n        coal: 0.5123719702420856\n        gas: 0.019664605424138892\n        geothermal: 2.242318359616318e-07\n        hydro: 0.29424122888104665\n        hydro discharge: 8.045965878623259e-07\n        nuclear: 0.003150128557184676\n        oil: 0.02819155366401831\n        solar: 0.0025379320161906587\n        unknown: 0.0039740222730477\n        wind: 0.13586429143503848\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.0096981986833884e-08\n        biomass: 4.509188558360185e-05\n        coal: 0.5911746854020353\n        gas: 0.029406661029456837\n        geothermal: 2.7398885442050194e-06\n        hydro: 0.21891055072184648\n        hydro discharge: 1.1579689620985235e-07\n        nuclear: 0.0021301174007502125\n        oil: 0.02583763225642016\n        solar: 0.00339476114323485\n        unknown: 0.0016995405186814383\n        wind: 0.12739760248900012\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 9.33457973400747e-08\n        biomass: 7.65902267175313e-05\n        coal: 0.5885043621941616\n        gas: 0.03566126101977909\n        geothermal: 1.3965263405975885e-06\n        hydro: 0.20036035248211356\n        hydro discharge: 0.0\n        nuclear: 0.0014100248750168636\n        oil: 0.0232374533714749\n        solar: 0.0036948343988769824\n        unknown: 0.0010853782585717186\n        wind: 0.1459679513000406\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 9.703740267834795e-07\n        biomass: 8.193367687236941e-05\n        coal: 0.5507949224682919\n        gas: 0.04227716075031356\n        geothermal: 3.6516706797378315e-06\n        hydro: 0.19254694962751406\n        hydro discharge: 4.016472945445907e-06\n        nuclear: 0.0010346576580352283\n        oil: 0.02353283601336139\n        solar: 0.012994801171903207\n        unknown: 0.0011187062760430401\n        wind: 0.17560892142107948\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 3.890711059389329e-06\n        biomass: 0.00030571628210676057\n        coal: 0.45661434149826446\n        gas: 0.05609392664579398\n        geothermal: 1.209746180652417e-05\n        hydro: 0.19441655769835817\n        hydro discharge: 1.1330475755390072e-07\n        nuclear: 0.0017863052836409635\n        oil: 0.01816911164751423\n        solar: 0.024043798598998\n        unknown: 0.0013187296690682232\n        wind: 0.24723499458575396\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.139\nisRenewable:\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.139\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Northwestern Energy\n"
  },
  {
    "path": "config/zones/US-NW-PACE.yaml",
    "content": "bounding_box:\n  - - -114.05009233748142\n    - 34.52219999153611\n  - - -104.65484654846543\n    - 45.00068037022231\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 200.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 16.9\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 15.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 12.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 9.8\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 7923.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 7841.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 7447.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6988.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 5824.3\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3346.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 3399.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3784.3\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 3774.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3767.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 3766.8\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 3766.2\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 3765.5\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 3764.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3757.2\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 3753.3\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 3755.8\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 3770.7\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 3777.2\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 3776.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3447.0\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 3442.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 3435.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 4601.3\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 4603.5\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 4611.0\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 4608.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 4606.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4605.1\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 4611.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 83.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 77.1\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 269.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 264.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 264.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 271.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 271.8\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 271.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 271.3\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.2\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 855.8\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 949.8\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1007.4\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1129.4\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 1286.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 1386.4\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 1466.4\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 1547.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1551.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 1631.9\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 1633.4\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 1705.4\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 1717.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1917.9\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 1997.9\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 2037.9\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 2192.9\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 2197.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2199.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2197.9\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 2297.9\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 2497.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2522.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 52.8\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1846.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1948.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1923.0\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 1906.2\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2690.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2708.6\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 2948.4\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 3451.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3443.2\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 3603.2\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 4067.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 3984.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 3983.3\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 4173.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 4573.3\ncenter_point:\n  - -109.51721481248637\n  - 39.57918484411764\ncentroid:\n  - -110.63403009487944\n  - 39.59953986324012\ncomment: Pacificorp - East\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer:\n  This zone includes all gas related electricity production from the generation-only\n  balancing authority Avangrid Renewables, LLC. Read more on the zone definition wiki\n  page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1048.4956104894752\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1038.2985708247186\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1047.4235967504487\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1096.453245499706\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 405.7227070033736\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 404.1966603887903\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 410.0950813261025\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.8612718735854\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 32.63419569396435\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 61.077625605917994\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 25.855668050323082\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 24.805281488072655\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1108.4956104894752\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1098.2985708247186\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1107.4235967504487\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1156.453245499706\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 525.7227070033737\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 524.1966603887903\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 530.0950813261024\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.8612718735853\n    geothermal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 70.63419569396436\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 99.077625605918\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 63.85566805032308\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 62.80528148807265\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.475\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5392276388182086\n        gas: 0.20234656948574695\n        geothermal: 0.0\n        hydro: 0.022578072633447743\n        hydro discharge: 0.010448159188550089\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.06141221920585414\n        unknown: 0.017666005428310417\n        wind: 0.1463207402457067\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5392294583304459\n        gas: 0.2023472522624314\n        geothermal: 0.0\n        hydro: 0.02257814881848816\n        hydro discharge: 0.01044819444370419\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.06140905220412467\n        unknown: 0.017666065038595108\n        wind: 0.14632123397480792\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 4.04952881504996e-09\n        biomass: 6.01355029034919e-08\n        coal: 0.5189306218930243\n        gas: 0.20864160033977164\n        geothermal: 1.0630013139506146e-07\n        hydro: 0.0213487751450936\n        hydro discharge: 0.010367263106917561\n        nuclear: 5.987228353051365e-07\n        oil: 7.491628307842426e-09\n        solar: 0.0652729613244486\n        unknown: 0.01831969195558266\n        wind: 0.15711843770312178\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 4.62266796700369e-09\n        biomass: 0.00013818541353764128\n        coal: 0.5838492599365236\n        gas: 0.19095822021744943\n        geothermal: 1.431178002584342e-06\n        hydro: 0.07710238377022903\n        hydro discharge: 0.00456622297224595\n        nuclear: 0.005135506381449641\n        oil: 0.0005346400260186534\n        solar: 0.03478700004852988\n        unknown: 0.015239074091647334\n        wind: 0.08768796834865605\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.062125896934907e-07\n        biomass: 0.00013216953574994084\n        coal: 0.5492665112664474\n        gas: 0.17799400747035915\n        geothermal: 1.5744454457713368e-05\n        hydro: 0.09966932702131112\n        hydro discharge: 0.00030844946432890874\n        nuclear: 0.0073022554255528505\n        oil: 0.0005861245751204224\n        solar: 0.04617538988710868\n        unknown: 0.013890753417208595\n        wind: 0.1046590795495668\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 5.298909020339183e-09\n        biomass: 0.0002823029813167039\n        coal: 0.5117118326948749\n        gas: 0.18508505925335444\n        geothermal: 2.28213413687968e-06\n        hydro: 0.09232108556926276\n        hydro discharge: 0.00018541073422891538\n        nuclear: 0.0035556760503916074\n        oil: 0.0006613127479054843\n        solar: 0.05655813942841262\n        unknown: 0.020403628497897276\n        wind: 0.12923344562004155\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.4281973599591004e-07\n        biomass: 0.00020046760692223872\n        coal: 0.48157543992198476\n        gas: 0.1839289203754357\n        geothermal: 1.2781092781613198e-05\n        hydro: 0.07131447128090009\n        hydro discharge: 0.00045265015653532997\n        nuclear: 0.005048899618695175\n        oil: 0.00028426427323370655\n        solar: 0.0663489831731483\n        unknown: 0.018584611643950366\n        wind: 0.17224830180095313\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.2850367309379247e-06\n        biomass: 7.293015459198649e-05\n        coal: 0.5000033778360831\n        gas: 0.1840975742732571\n        geothermal: 1.6452161887445172e-05\n        hydro: 0.05042850674003895\n        hydro discharge: 7.097942798973445e-06\n        nuclear: 0.0039180599085533886\n        oil: 0.00034807961164416397\n        solar: 0.06932496421010209\n        unknown: 0.017017255808031657\n        wind: 0.1747643126336101\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 6.7243961688789805e-06\n        biomass: 2.088380926656518e-05\n        coal: 0.4687680359217302\n        gas: 0.2192011270319618\n        geothermal: 3.320130120668048e-05\n        hydro: 0.041056837392770947\n        hydro discharge: 2.4113796554924103e-05\n        nuclear: 0.007293846029421079\n        oil: 0.0003456084435503269\n        solar: 0.07690011096176308\n        unknown: 0.018316593815589824\n        wind: 0.16803287999854508\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Pacificorp East\n"
  },
  {
    "path": "config/zones/US-NW-PACW.yaml",
    "content": "bounding_box:\n  - - -124.48024480244796\n    - 39.1660637844859\n  - - -117.60417604176035\n    - 47.082814016411376\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 185.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 123.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 118.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 115.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 118.7\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1240.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1301.8\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 1240.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 621.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 626.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1055.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1060.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 1033.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 897.1\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 893.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 42.3\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 93.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 110.9\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 120.9\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 130.9\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 140.9\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 158.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 166.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 172.5\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 229.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 284.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 294.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 297.4\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 337.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 407.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 408.4\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 463.4\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 466.2\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 468.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 470.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 474.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 480.8\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 483.8\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 486.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 491.1\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 495.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 619.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 629.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 650.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 674.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 694.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 480.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 481.9\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 489.9\ncenter_point:\n  - -121.15138084484636\n  - 43.369207468708666\ncentroid:\n  - -121.36958197432962\n  - 44.139979983322945\ncomment: Pacificorp - West\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 401.3274363408074\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 404.12602180659843\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 404.59127498819026\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 401.38927523144184\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 187.89\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 395.8\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 521.3274363408075\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 524.1260218065984\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 524.5912749881902\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 521.3892752314418\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 211.89\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 419.8\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.575\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5342014720586332\n        gas: 0.008435658347889563\n        geothermal: 0.0\n        hydro: 0.1555963457968817\n        hydro discharge: 0.12876717954702924\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04700173790928907\n        unknown: 0.022395389854551945\n        wind: 0.10360246990157802\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.5342054659157242\n        gas: 0.008435721415506693\n        geothermal: 0.0\n        hydro: 0.15559750908377157\n        hydro discharge: 0.12876814225069072\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.04699461230416433\n        unknown: 0.02239555728948287\n        wind: 0.10360324446600869\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 2.1738191608315642e-07\n        biomass: 1.2430792602011548e-06\n        coal: 0.535417119758201\n        gas: 0.13241308139077937\n        geothermal: 2.1518455375451803e-06\n        hydro: 0.15810649929315956\n        hydro discharge: 3.845384075117208e-08\n        nuclear: 6.83693593110635e-06\n        oil: 1.930539760160884e-07\n        solar: 0.0465500120490009\n        unknown: 0.022381245769930377\n        wind: 0.10512104707956303\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.9660893455658984e-08\n        biomass: 0.0010182837073313045\n        coal: 0.34198128969060243\n        gas: 0.09337813263237381\n        geothermal: 3.209041439152925e-06\n        hydro: 0.40932066210680795\n        hydro discharge: 0.0011539208545439886\n        nuclear: 0.03722506003988497\n        oil: 0.0005636245871012168\n        solar: 0.01717351997634961\n        unknown: 0.02158516647851463\n        wind: 0.07659711314229324\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.5531329814166745e-06\n        biomass: 0.0008796640846390336\n        coal: 0.3482198192300914\n        gas: 0.07566561763052107\n        geothermal: 0.00010931907763147219\n        hydro: 0.42468759591687155\n        hydro discharge: 1.9703975986863272e-05\n        nuclear: 0.028359430555205876\n        oil: 0.000990834501260242\n        solar: 0.02292220459841498\n        unknown: 0.021051098970266118\n        wind: 0.07709388901477322\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 5.633451580798242e-08\n        biomass: 0.0022566396103833285\n        coal: 0.2556032285079354\n        gas: 0.12133940112929592\n        geothermal: 6.1099257565573455e-06\n        hydro: 0.444693032867981\n        hydro discharge: 9.375748201014497e-06\n        nuclear: 0.028651381991102558\n        oil: 0.00035281096321694913\n        solar: 0.025611559935306182\n        unknown: 0.01927392374796335\n        wind: 0.10220312366308357\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.2174292367164833e-06\n        biomass: 0.0016127357040318544\n        coal: 0.28703772976606673\n        gas: 0.11289564456464693\n        geothermal: 2.8533462880147578e-05\n        hydro: 0.3992263663830702\n        hydro discharge: 1.8884374170267325e-05\n        nuclear: 0.02629324585540075\n        oil: 0.0006479545432111255\n        solar: 0.035332979165341005\n        unknown: 0.02203942596900926\n        wind: 0.11486582875784239\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 3.801806165782319e-06\n        biomass: 0.0016707835135592155\n        coal: 0.15972626193273975\n        gas: 0.14319207124354008\n        geothermal: 3.864567689905504e-05\n        hydro: 0.4806761215441902\n        hydro discharge: 0.0\n        nuclear: 0.03261709234541887\n        oil: 0.000663596725594441\n        solar: 0.043743694479977155\n        unknown: 0.024454589129574007\n        wind: 0.11321372519921519\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0001502291445699367\n        biomass: 0.0002875357318903857\n        coal: 0.05557978446708941\n        gas: 0.22498673285131882\n        geothermal: 0.000426058257044364\n        hydro: 0.4519373794418333\n        hydro discharge: 2.937633122100552e-07\n        nuclear: 0.03478787844868816\n        oil: 0.0008382223170179269\n        solar: 0.05754511705279815\n        unknown: 0.028237803048731375\n        wind: 0.14522387099354464\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.7924\n    - datetime: '2021-01-01'\n      value: 0.5026\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.762\n    - datetime: '2021-01-01'\n      value: 0.4888\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Pacificorp West\n"
  },
  {
    "path": "config/zones/US-NW-PGE.yaml",
    "content": "bounding_box:\n  - - -123.720637206372\n    - 44.78020173818142\n  - - -121.66861668616679\n    - 45.90646392771963\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 292.0\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 492.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 493.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 14.7\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 15.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 14.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 15.9\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 14.7\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 642.2\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2085.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2115.3\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 692.4\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 693.6\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 676.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 606.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 624.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6.6\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 24.2\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 28.6\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 30.8\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 37.4\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 41.8\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 43.7\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 63.7\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 65.9\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 70.3\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 73.4\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 76.4\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 83.9\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 87.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 112.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 125.4\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 128.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 132.7\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 135.2\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 137.4\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 147.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 149.9\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 151.8\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 165.0\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 170.9\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 173.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 189.7\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 191.7\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 194.2\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 196.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 197.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 716.5\ncenter_point:\n  - -122.6946269462694\n  - 45.34333283295052\ncentroid:\n  - -122.79128791287906\n  - 45.341830195975916\ncomment: Portland General Electric Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 127.37\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 214.57\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1040.9460372675912\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 465.36521947530525\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 453.7655300710371\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 480.81563364794056\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 480.58105543060304\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 160.37\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 247.57\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1100.9460372675912\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 585.3652194753053\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 573.7655300710371\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 600.8156336479406\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 600.5810554306031\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 30.16666667\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0010741020124494648\n        gas: 0.6855501497321558\n        geothermal: 0.0\n        hydro: 0.29920227169981184\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.013088996745911958\n        wind: 0.0010741020124494648\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0010741020124494646\n        gas: 0.6855501497321557\n        geothermal: 0.0\n        hydro: 0.29920227169981184\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.013088996745911956\n        wind: 0.0010741020124494646\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.7058240342513324\n        geothermal: 0.0\n        hydro: 0.28319614696074213\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.010982764176301524\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 4.01974496814187e-08\n        biomass: 0.0014188541668157125\n        coal: 0.03967654576577029\n        gas: 0.26389016533072274\n        geothermal: 4.4939791661690836e-06\n        hydro: 0.5635846259513175\n        hydro discharge: 0.00014501421388998852\n        nuclear: 0.06378437377835942\n        oil: 0.0010027871141007143\n        solar: 0.0013362302231598267\n        unknown: 0.016203839850852917\n        wind: 0.048952877730876546\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.8656732918079836e-06\n        biomass: 0.0017079301219978644\n        coal: 0.04817986295065472\n        gas: 0.23893267537293403\n        geothermal: 0.00020351132510833985\n        hydro: 0.5837058364919504\n        hydro discharge: 8.993245545943829e-05\n        nuclear: 0.057277338264827456\n        oil: 0.0018578748030037631\n        solar: 0.0025780598414593663\n        unknown: 0.01652142702397747\n        wind: 0.04894250032362554\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.1621621503834917e-08\n        biomass: 0.004101644541762611\n        coal: 0.0147092393779469\n        gas: 0.20723226338390724\n        geothermal: 1.7345270094473618e-06\n        hydro: 0.6381268091293454\n        hydro discharge: 9.199481888743989e-06\n        nuclear: 0.056444967772517216\n        oil: 0.000741344204198088\n        solar: 0.0012483568116720594\n        unknown: 0.01598749377940603\n        wind: 0.061396849659266166\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 5.618427911746858e-07\n        biomass: 0.0029029369359345803\n        coal: 0.023795080131998304\n        gas: 0.26341258716486776\n        geothermal: 2.3075884737528616e-05\n        hydro: 0.5700710103739719\n        hydro discharge: 5.796854718944165e-05\n        nuclear: 0.05442739763659866\n        oil: 0.0011164887099624186\n        solar: 0.0029199702292670247\n        unknown: 0.015288742261147495\n        wind: 0.06598393041910429\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 5.6172230844436586e-06\n        biomass: 0.002488523529783388\n        coal: 0.024849574599941526\n        gas: 0.21617780962650365\n        geothermal: 6.481195360934042e-05\n        hydro: 0.614423796613571\n        hydro discharge: 9.551406808103894e-08\n        nuclear: 0.05947632365185869\n        oil: 0.001207484774620718\n        solar: 0.003918778345627371\n        unknown: 0.014019379728364525\n        wind: 0.06336761974825729\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00016160770846625403\n        biomass: 0.00039904184260978787\n        coal: 0.031918952478896964\n        gas: 0.32440501106862163\n        geothermal: 0.0006091631108313825\n        hydro: 0.4842117673065091\n        hydro discharge: 3.8968709459277905e-07\n        nuclear: 0.05427088087903467\n        oil: 0.0012967043527531894\n        solar: 0.01084136274033947\n        unknown: 0.01600995200693216\n        wind: 0.07587504128718962\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.7585\n    - datetime: '2025-01-01'\n      value: 0.5843\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.7585\n    - datetime: '2025-01-01'\n      value: 0.5458\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Portland General Electric Company\n"
  },
  {
    "path": "config/zones/US-NW-PSCO.yaml",
    "content": "bounding_box:\n  - - -109.06129061290606\n    - 36.21803314859174\n  - - -103.16443164431638\n    - 41.225391981112935\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 227.0\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 232.8\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 240.6\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 248.4\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 258.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 252.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 352.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 364.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 22.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 10.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1506.0\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 1314.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1311.3\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6507.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6510.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 6514.0\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 6430.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6816.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 6731.2\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 6784.4\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 56.0\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 55.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 53.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 53.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 48.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 53.4\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 300.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 30.0\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 28.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 81.2\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 28.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 20.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 377.4\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 378.7\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 382.3\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 385.5\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 412.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 414.0\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 418.5\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 420.0\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 421.5\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 477.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 486.2\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 487.8\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 489.3\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 492.3\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 493.8\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 501.9\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 503.4\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 504.9\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 507.6\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 512.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 514.7\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 516.3\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 517.9\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 518.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 520.3\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 526.3\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 548.3\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 549.8\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 629.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 634.3\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 875.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 881.6\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 889.4\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 1089.4\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 1093.9\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 1666.9\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 1671.4\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 1676.4\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 1684.4\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1941.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 1944.8\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 1954.6\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 2108.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2116.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2131.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2142.5\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2447.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2788.6\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2870.1\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 2867.1\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 3467.1\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 3526.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3520.7\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 4019.1\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 4319.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 4490.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4462.6\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 4662.6\ncenter_point:\n  - -106.50923943567419\n  - 39.42986049036256\ncentroid:\n  - -105.7788616855921\n  - 38.91579644601377\ncomment: Public Service Company Of Colorado\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 323.94\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1078.7421604341275\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1052.61822786813\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1041.816747591299\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1087.1965526428457\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 480.4971118923412\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 468.99710753062755\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 525.3410692589177\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 450.847303672373\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 356.94\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1138.7421604341275\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1112.61822786813\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1101.816747591299\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1147.1965526428457\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 600.4971118923412\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 588.9971075306275\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 645.3410692589177\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 570.8473036723731\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.39108484071304433\n        gas: 0.2952403071190413\n        geothermal: 0.0\n        hydro: 0.006119198629259448\n        hydro discharge: 0.011800759998538198\n        nuclear: 0.0\n        oil: 0.00014785274489151627\n        solar: 0.029330616319475093\n        unknown: 0.0\n        wind: 0.2662767009524721\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.3910863933238935\n        gas: 0.2952414792261041\n        geothermal: 0.0\n        hydro: 0.006119222922541086\n        hydro discharge: 0.01180080684767704\n        nuclear: 0.0\n        oil: 0.00014785333186843763\n        solar: 0.029326762699985305\n        unknown: 0.0\n        wind: 0.26627775807371984\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.690512380550921e-07\n        coal: 0.3592199337986433\n        gas: 0.29532983627556425\n        geothermal: 0.0\n        hydro: 0.005778193159144115\n        hydro discharge: 0.011419518067474611\n        nuclear: 3.317909265225015e-05\n        oil: 8.451424276657328e-06\n        solar: 0.04142843016661361\n        unknown: 0.006765764098936505\n        wind: 0.2800163344268481\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.226214131589916e-07\n        coal: 0.570229374204683\n        gas: 0.20106629233621184\n        geothermal: 0.0\n        hydro: 0.024886025752632844\n        hydro discharge: 0.006447979059498749\n        nuclear: 0.00037362604066883874\n        oil: 1.42761425006985e-05\n        solar: 0.02033401639831554\n        unknown: 0.003830145119888856\n        wind: 0.17281742316995982\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 9.269388774703598e-07\n        coal: 0.4976375329835031\n        gas: 0.2510075829297966\n        geothermal: 2.4665749799637033e-10\n        hydro: 0.030002293298087623\n        hydro discharge: 9.323653424262796e-08\n        nuclear: 0.000503419320398162\n        oil: 2.1677740868909e-05\n        solar: 0.02287105381147807\n        unknown: 2.4406759426740846e-05\n        wind: 0.19793087509948776\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.1010255045777316e-06\n        coal: 0.3480634978708961\n        gas: 0.35567093498465524\n        geothermal: 1.8594974472612433e-09\n        hydro: 0.023300776976545583\n        hydro discharge: 2.194206987768267e-07\n        nuclear: 0.0004066483314708744\n        oil: 1.978794539044426e-05\n        solar: 0.022885862559089146\n        unknown: 3.47963625089447e-05\n        wind: 0.2496152398129808\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.687835730066116e-09\n        biomass: 3.877926688701544e-06\n        coal: 0.4032529099801843\n        gas: 0.2638401826520838\n        geothermal: 8.973236206528418e-08\n        hydro: 0.015424544377212026\n        hydro discharge: 1.575485251007985e-07\n        nuclear: 0.0007772187148378106\n        oil: 3.6148495977064574e-05\n        solar: 0.029530822353059174\n        unknown: 5.2950363882302484e-05\n        wind: 0.2870809955106734\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 8.649343466772959e-10\n        biomass: 3.383839397788251e-06\n        coal: 0.3531069227201153\n        gas: 0.2663376477314487\n        geothermal: 1.1027912920135523e-08\n        hydro: 0.014351155666296323\n        hydro discharge: 8.467274786797388e-06\n        nuclear: 0.0008874926993729864\n        oil: 8.839845256628633e-06\n        solar: 0.03997932793937427\n        unknown: 4.561706991093392e-05\n        wind: 0.32527104726022577\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.155926352418996e-09\n        biomass: 5.674442464024852e-06\n        coal: 0.29908930820878177\n        gas: 0.30457826286999823\n        geothermal: 1.664533947483354e-08\n        hydro: 0.006233661138503523\n        hydro discharge: 9.627063270540461e-05\n        nuclear: 0.001001552388053439\n        oil: 5.149189529485659e-06\n        solar: 0.08238639648109145\n        unknown: 0.00015659958496450446\n        wind: 0.3064469544491784\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5081\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5064\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Public Service Company of Colorado\nzone_short_name: PSCo\n"
  },
  {
    "path": "config/zones/US-NW-PSEI.yaml",
    "content": "bounding_box:\n  - - -123.20575860017632\n    - 46.73649197083546\n  - - -120.2826028260282\n    - 48.991878515577795\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 37.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 32.5\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1677.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1696.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 335.8\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 347.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 340.5\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 5.4\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 5.5\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 10.5\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 15.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 366.9\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 502.9\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 868.4\ncenter_point:\n  - -121.72261722617219\n  - 47.96436104151371\ncentroid:\n  - -122.04414089782469\n  - 47.736102970250556\ncomment: Puget Sound Energy\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - miniksa\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 325.38772042741823\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 388.89681040704664\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 383.5930609522924\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 395.57659664427666\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 445.38772042741823\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 508.89681040704664\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 503.5930609522924\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 515.5765966442766\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1976975560769997\n        gas: 0.4633696836478343\n        geothermal: 0.0\n        hydro: 0.23150998466906786\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005105059017105918\n        solar: 0.0011718717086126617\n        unknown: 0.01411175710668211\n        wind: 0.09162811031212982\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.19769761593856183\n        gas: 0.46336982395322635\n        geothermal: 0.0\n        hydro: 0.23151005476881825\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0005105060562885308\n        solar: 0.0011715691013479653\n        unknown: 0.014111761379632375\n        wind: 0.09162813805653865\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.16062873033814642\n        gas: 0.5029302797493521\n        geothermal: 0.0\n        hydro: 0.21203058435663677\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 3.1364738465903946e-05\n        solar: 0.0018397329939668927\n        unknown: 0.016542423377201233\n        wind: 0.10599663841280975\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00021298910833140867\n        biomass: 0.0003586881777351314\n        coal: 0.035624678285878286\n        gas: 0.2758559402526117\n        geothermal: 0.0006816315249421283\n        hydro: 0.48316715065490007\n        hydro discharge: 2.3916321443622667e-08\n        nuclear: 0.05027717164087208\n        oil: 0.0015433252577720109\n        solar: 0.012343861755240158\n        unknown: 0.023701468540557\n        wind: 0.11623287745634421\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 7.077620332132518e-08\n        biomass: 7.70193804781129e-06\n        coal: 0.13706180938546422\n        gas: 0.23993567029156068\n        geothermal: 4.657184336058095e-06\n        hydro: 0.4927984692626294\n        hydro discharge: 2.8113023983077196e-05\n        nuclear: 0.04643720746890489\n        oil: 0.0007200316526162676\n        solar: 0.0005267239407495575\n        unknown: 0.023438620375077976\n        wind: 0.05904080600570443\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.463054563254408e-06\n        biomass: 9.686956025193024e-05\n        coal: 0.1433420349453882\n        gas: 0.23426209758746766\n        geothermal: 0.00016726937605722253\n        hydro: 0.4946133396726604\n        hydro discharge: 3.276540474054029e-07\n        nuclear: 0.043596445029926295\n        oil: 0.0014249320301069183\n        solar: 0.001464789786110308\n        unknown: 0.026063901700121427\n        wind: 0.054965269129018904\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.3923249844769349e-07\n        biomass: 1.9069707437506843e-05\n        coal: 0.06683531673044611\n        gas: 0.22759417683220634\n        geothermal: 5.634575220089915e-06\n        hydro: 0.5464595356257195\n        hydro discharge: 3.02259927346032e-08\n        nuclear: 0.041711510798923865\n        oil: 0.0005799663804450262\n        solar: 0.0008467432431924333\n        unknown: 0.04055253401544232\n        wind: 0.07539488892103138\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 6.17860390221158e-07\n        biomass: 3.1210218942688247e-05\n        coal: 0.0210082362465067\n        gas: 0.1955738050679178\n        geothermal: 2.7323677778393864e-05\n        hydro: 0.5672322953785534\n        hydro discharge: 2.7945778802727733e-07\n        nuclear: 0.05360462730700488\n        oil: 0.001163870868543928\n        solar: 0.0025178828653699237\n        unknown: 0.045612369500554584\n        wind: 0.1132269014319029\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 7.134554428112242e-06\n        biomass: 6.507091165081303e-05\n        coal: 0.024402508157677846\n        gas: 0.1566331155884334\n        geothermal: 8.460966323137813e-05\n        hydro: 0.6124575804684494\n        hydro discharge: 0.0\n        nuclear: 0.05926723739023872\n        oil: 0.0013326502606288387\n        solar: 0.004402848980341612\n        unknown: 0.04299202579835306\n        wind: 0.09835473320969919\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0002184078915148602\n        biomass: 0.00029603749013127354\n        coal: 0.02479391040701796\n        gas: 0.24598179698565614\n        geothermal: 0.0004985708257578328\n        hydro: 0.49626879187749123\n        hydro discharge: 2.1109781766357557e-08\n        nuclear: 0.06196602038240283\n        oil: 0.0006641579837198498\n        solar: 0.011671150973628582\n        unknown: 0.021450705959756258\n        wind: 0.13619023487744694\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  PSE 2023 IRP:\n    link: https://www.pse.com/en/IRP/Past-IRPs/2023-IRP\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Puget Sound Energy\n"
  },
  {
    "path": "config/zones/US-NW-SCL.yaml",
    "content": "bounding_box:\n  - - -122.4339658965978\n    - 47.46082968401358\n  - - -122.23721179834855\n    - 47.778030463903605\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4.6\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5.0\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 3.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2007.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2005.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1816.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2005.1\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2046.2\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -122.33558884747318\n  - 47.6194300739586\ncentroid:\n  - -122.34031285770172\n  - 47.614746192254984\ncomment: Seattle City Light\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9999993425866456\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.9999999960447142\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: Seattle City Light\n"
  },
  {
    "path": "config/zones/US-NW-TPWR.yaml",
    "content": "bounding_box:\n  - - -123.50463504635039\n    - 46.38444559392771\n  - - -121.08901089010884\n    - 47.87563390587029\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 64.0\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 716.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -121.98710180807089\n  - 47.126620583694155\ncentroid:\n  - -122.3587856604095\n  - 47.242332938203425\ncomment: City Of Tacoma, Department Of Public Utilities, Light Division\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.672912232102265e-08\n        biomass: 0.0013992607309175715\n        coal: 0.020682164457894642\n        gas: 0.06409953464245231\n        geothermal: 4.2843440919169375e-06\n        hydro: 0.7966621731682277\n        hydro discharge: 4.380920078255156e-05\n        nuclear: 0.06046959980453886\n        oil: 0.0010267647750207955\n        solar: 0.0003008287961020325\n        unknown: 0.011878364519937474\n        wind: 0.04343324796808339\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.7250045477232012e-06\n        biomass: 0.0017003552394465663\n        coal: 0.038179991119817056\n        gas: 0.06321884018483369\n        geothermal: 0.00019999827773366138\n        hydro: 0.7753753365534319\n        hydro discharge: 5.604703676758199e-06\n        nuclear: 0.05789710066298885\n        oil: 0.0018645496546619983\n        solar: 0.0017543833136016423\n        unknown: 0.01258769244119953\n        wind: 0.04721317890260544\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.692026405335931e-09\n        biomass: 0.003027550261009191\n        coal: 0.009795121424610479\n        gas: 0.031852127106094544\n        geothermal: 1.5137308261877315e-06\n        hydro: 0.860365163379045\n        hydro discharge: 8.140918223765728e-07\n        nuclear: 0.04164166434076695\n        oil: 0.0006127028580447139\n        solar: 0.000780420541559909\n        unknown: 0.008731269553952538\n        wind: 0.04319146441892162\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 3.9931485593485806e-07\n        biomass: 0.0022749532582815894\n        coal: 0.016036258518261085\n        gas: 0.038851231330207125\n        geothermal: 1.907229859853249e-05\n        hydro: 0.8394284145158062\n        hydro discharge: 1.8379423506042785e-06\n        nuclear: 0.041812614119262764\n        oil: 0.0008949047059711612\n        solar: 0.0020376453624593714\n        unknown: 0.009294113442615538\n        wind: 0.04934787325637071\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 4.817253135032609e-06\n        biomass: 0.001751440307956229\n        coal: 0.017769443988672893\n        gas: 0.034554073803194266\n        geothermal: 5.3792660007864126e-05\n        hydro: 0.8439667923272733\n        hydro discharge: 8.999264098412565e-08\n        nuclear: 0.04384494758506557\n        oil: 0.0008997781866678708\n        solar: 0.0027559928680302654\n        unknown: 0.008022648077398541\n        wind: 0.04637599414186727\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.00016241637575713862\n        biomass: 0.00039655851732184956\n        coal: 0.032594452499541675\n        gas: 0.06526584648280792\n        geothermal: 0.0006225993218853018\n        hydro: 0.7457518213855023\n        hydro discharge: 3.047645824283023e-07\n        nuclear: 0.05488000188722574\n        oil: 0.0013346161864771153\n        solar: 0.010409492784066799\n        unknown: 0.01329162443563458\n        wind: 0.07528960567889836\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Pacific\nzone_name: City of Tacoma\n"
  },
  {
    "path": "config/zones/US-NW-WACM.yaml",
    "content": "bounding_box:\n  - - -111.30411304113035\n    - 36.99299649965343\n  - - -96.45036450364498\n    - 47.57510651094904\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 4.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 8.2\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 10.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 6.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 37.7\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 49.5\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 61.3\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 69.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 104.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 108.5\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 3.2\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6432.4\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 6432.7\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 6318.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 6186.6\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 5929.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 6007.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 6082.6\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 6007.6\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 5625.1\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1798.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1813.3\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 1811.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1946.6\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1928.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2003.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 1995.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1915.5\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 1783.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1340.2\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 1585.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1590.3\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 1671.6\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 1725.8\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 1752.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1716.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 679.7\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 682.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 704.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 698.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 704.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 208.5\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 21.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 72.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 75.5\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 77.0\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 78.5\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 80.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 84.0\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 122.5\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 124.6\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 184.6\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 192.2\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 197.2\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 199.2\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 205.2\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 210.2\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 219.2\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 227.7\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 234.9\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 236.9\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 243.9\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 256.2\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 259.3\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 414.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 416.3\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 544.3\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 549.4\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 572.3\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 652.3\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 661.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 775.5\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.6\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 11.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 10.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 12.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 7.9\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 375\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 400\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 550\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 800\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1100\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1300\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1400\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1500\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1900\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1857.3\ncenter_point:\n  - -103.06439832839291\n  - 41.46969264806815\ncentroid:\n  - -104.25116534030634\n  - 40.497833722528355\ncomment: Western Area Power Administration - Rocky Mountain Region\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1107.615308189345\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1076.4273735741049\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1094.927576530494\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1107.2657286711817\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 451.71503142731837\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 521.1324027607403\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 471.6847263350428\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 455.87998325889254\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 695.25\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 671.46\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 953.0188557505772\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 938.8752567850639\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 927.2427781942617\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 914.8824271853546\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1167.615308189345\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1136.4273735741049\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1154.927576530494\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1167.2657286711817\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 571.7150314273183\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 641.1324027607403\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 591.6847263350428\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 575.8799832588925\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 719.25\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 695.46\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1197.0188557505771\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1182.8752567850638\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1171.2427781942617\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1158.8824271853546\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2206717959267389\n        gas: 0.01471379089719616\n        geothermal: 0.0\n        hydro: 0.06296408881644881\n        hydro discharge: 0.669613498708566\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0016737800965772663\n        unknown: 0.0\n        wind: 0.03036316468062711\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.22067183986329889\n        gas: 0.014713793826765627\n        geothermal: 0.0\n        hydro: 0.06296410135282869\n        hydro discharge: 0.6696136320310574\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.001673581276554992\n        unknown: 0.0\n        wind: 0.03036317072604401\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.3382474812112105e-06\n        coal: 0.6429813885760366\n        gas: 0.05580472043215265\n        geothermal: 0.0\n        hydro: 0.18472729106640687\n        hydro discharge: 0.0\n        nuclear: 0.0006176655799712646\n        oil: 1.6092597758117802e-05\n        solar: 0.011785370802358884\n        unknown: 1.9291439802795242e-05\n        wind: 0.10404492551101918\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.7086069259014576e-06\n        coal: 0.6221233997397673\n        gas: 0.13995649016986897\n        geothermal: 4.384886327777568e-08\n        hydro: 0.1674425656728364\n        hydro discharge: 1.2881543206345416e-05\n        nuclear: 0.002533058941387381\n        oil: 7.702084155357924e-05\n        solar: 0.003498889664251982\n        unknown: 0.00010506344244438187\n        wind: 0.06424772812955327\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.1521169970887884e-06\n        coal: 0.648625484138566\n        gas: 0.05886693941772327\n        geothermal: 2.864780101886972e-08\n        hydro: 0.20911846862154615\n        hydro discharge: 8.358878927423632e-08\n        nuclear: 0.0030858069127670507\n        oil: 0.0001328225861567615\n        solar: 0.004750795131588457\n        unknown: 0.0001428143897422607\n        wind: 0.0752744859327624\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.358280491046782e-06\n        coal: 0.668244416289401\n        gas: 0.02268303121328961\n        geothermal: 2.2224936380841797e-08\n        hydro: 0.20754818559749516\n        hydro discharge: 1.1510664967244312e-06\n        nuclear: 0.0009953484060110792\n        oil: 0.0001399198651026371\n        solar: 0.007428447919308308\n        unknown: 0.00019802788730936382\n        wind: 0.09275796669791084\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.3804975727401427e-08\n        biomass: 1.3229912207256865e-05\n        coal: 0.6647132766938187\n        gas: 0.0293500233476652\n        geothermal: 2.933557342072803e-07\n        hydro: 0.17325257566334634\n        hydro discharge: 2.050038895519112e-06\n        nuclear: 0.003166702674645022\n        oil: 6.334628815263885e-05\n        solar: 0.007703288621317782\n        unknown: 0.0003247163250050216\n        wind: 0.12141026800289628\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 2.0633451388385635e-08\n        biomass: 5.85085043492065e-06\n        coal: 0.6586650337657309\n        gas: 0.05151091836021367\n        geothermal: 1.9040693737352356e-07\n        hydro: 0.139114151155513\n        hydro discharge: 0.0\n        nuclear: 0.002042632773548377\n        oil: 7.434341132347913e-05\n        solar: 0.008773692851053672\n        unknown: 0.00015759721573336375\n        wind: 0.13965540097451604\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 6.815736617704599e-08\n        biomass: 1.0717562612614199e-05\n        coal: 0.5937385347675701\n        gas: 0.09285386681209015\n        geothermal: 1.5335407389835346e-06\n        hydro: 0.15521344788865796\n        hydro discharge: 1.024375898644796e-05\n        nuclear: 0.0031445577150002895\n        oil: 7.718638500824174e-06\n        solar: 0.02100439082504936\n        unknown: 0.0002758684053514039\n        wind: 0.13373881191154424\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 7.291817558303245e-08\n        biomass: 6.598934277542888e-06\n        coal: 0.5261965831175094\n        gas: 0.09832301411373753\n        geothermal: 2.1339006184937642e-06\n        hydro: 0.15474125400417635\n        hydro discharge: 1.709883033605646e-06\n        nuclear: 0.003139522244919113\n        oil: 3.1987629623605157e-06\n        solar: 0.04683928497071764\n        unknown: 0.0027340384044213656\n        wind: 0.1680123086368647\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2023-01-01'\n      value: 0.3102\n    - datetime: '2025-01-01'\n      value: 0.3325\nisRenewable:\n  hydro discharge:\n    - datetime: '2023-01-01'\n      value: 0.3041\n    - datetime: '2025-01-01'\n      value: 0.3325\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Western Area Power Administration - Rocky Mountain Region\nzone_short_name: WAPA Rocky Mountains\n"
  },
  {
    "path": "config/zones/US-NW-WAUW.yaml",
    "content": "bounding_box:\n  - - -112.82692826928263\n    - 44.99800807928961\n  - - -102.57402574025734\n    - 48.63410780733821\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 936.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 945.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 940.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 950.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 952.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 955.4\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 80.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 77.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 77.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 71.4\ncenter_point:\n  - -107.7338772905498\n  - 46.92392322871979\ncentroid:\n  - -107.17404954367677\n  - 46.82277719237385\ncomment: Western Area Power Administration Ugp West\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 1.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.5224406182091784e-05\n        coal: 0.37007776215157645\n        gas: 0.04622041410235731\n        geothermal: 0.0\n        hydro: 0.5109504172434508\n        hydro discharge: 3.785132703636088e-06\n        nuclear: 0.006346851587247236\n        oil: 0.010963920194398069\n        solar: 0.001301643673477635\n        unknown: 0.00043532425911608705\n        wind: 0.053642458699357465\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.48723747822273e-05\n        coal: 0.3297197317383347\n        gas: 0.0592433639052312\n        geothermal: 2.1807899360219943e-06\n        hydro: 0.48801850731054686\n        hydro discharge: 2.842377894141026e-06\n        nuclear: 0.011641411975722174\n        oil: 0.014534940420328882\n        solar: 0.0016067888725806098\n        unknown: 0.0009700839726641657\n        wind: 0.09419174779286907\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00021468028806646648\n        coal: 0.2750859901161431\n        gas: 0.05660759997766934\n        geothermal: 0.0\n        hydro: 0.5072277595847701\n        hydro discharge: 5.7767239116969536e-05\n        nuclear: 0.014043035541462887\n        oil: 0.014860378123013194\n        solar: 0.002103771671118713\n        unknown: 0.0014003109289719494\n        wind: 0.128395614091856\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00017040115403605896\n        coal: 0.26078404655655046\n        gas: 0.09529961585261798\n        geothermal: 5.876728989137732e-07\n        hydro: 0.41819884085238623\n        hydro discharge: 1.2712923935685703e-06\n        nuclear: 0.027852097411172554\n        oil: 0.004817886345188723\n        solar: 0.0016196265094063586\n        unknown: 0.0015695783664029471\n        wind: 0.18968466875463252\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.222385662663065e-05\n        coal: 0.07691243822881694\n        gas: 0.030120998390783027\n        geothermal: 0.0\n        hydro: 0.8418210541921771\n        hydro discharge: 0.0\n        nuclear: 0.010813045721729711\n        oil: 0.00024269304851480054\n        solar: 0.00022303551181522994\n        unknown: 0.00030076531342116563\n        wind: 0.03950394581282464\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00011413913387962398\n        coal: 0.253474699612927\n        gas: 0.09428548589983757\n        geothermal: 0.0\n        hydro: 0.3883408301976705\n        hydro discharge: 0.0\n        nuclear: 0.025870066828780052\n        oil: 0.004251226814807025\n        solar: 0.0015998706766742915\n        unknown: 0.0010367770145430762\n        wind: 0.23102261220530515\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 6.942317326680212e-08\n        biomass: 0.00019549565591931483\n        coal: 0.17835174212742458\n        gas: 0.11723108450352292\n        geothermal: 3.272806739720672e-07\n        hydro: 0.4239557254704251\n        hydro discharge: 5.9505577085830396e-08\n        nuclear: 0.03192146929980829\n        oil: 0.0037996393664500717\n        solar: 0.002805509442865646\n        unknown: 0.0008318185444866423\n        wind: 0.24090125758590733\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Western Area Power Administration - Upper Great Plains West\nzone_short_name: WAPA Upper Great Plains\n"
  },
  {
    "path": "config/zones/US-NY-NYIS.yaml",
    "content": "bounding_box:\n  - - -79.78587755694078\n    - 40.58999120327944\n  - - -72.06482694841942\n    - 45.01060607428772\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 20.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 21.0\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 26.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 28.0\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 33.0\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 53.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 60.0\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 63.0\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 68.1\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 71.1\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 73.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 83.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 115.8\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 125.8\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 130.8\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 131.8\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 137.8\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 162.5\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 163.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 176.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 196.8\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 216.8\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 227.3\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 229.3\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 228.3\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 238.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 241.5\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 249.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 243.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 253.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 250.5\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 260.5\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 262.5\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 268.1\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 558.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 516.3\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 513.1\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 511.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 508.5\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 506.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 451.4\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 446.6\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1098.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 930.8\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 775.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 655.1\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 23705.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 23873.2\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 24775.2\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 24776.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 24920.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 24990.7\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 26303.2\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 26302.9\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 26308.9\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 26305.1\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 26307.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 26314.6\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 26349.5\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 26345.3\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 26347.3\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 26355.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 25725.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 25730.9\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 25675.9\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 25685.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 26305.1\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 25777.3\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 25777.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 25728.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 25775.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 25800.2\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 25781.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 25778.1\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4660.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 4670.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 4651.9\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 4653.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 4599.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 4589.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 4617.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4353.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4272.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 4081.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 4113.4\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1240.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1220.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5709.4\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 4410.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 3398.4\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3642.7\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 3645.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3622.7\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 3606.4\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 3660.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 3608.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3512.3\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 3507.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 4098.0\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 4065.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3444.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 3423.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 3483.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 3486.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 3488.5\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 114.2\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 116.2\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 121.2\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 123.0\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 125.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 161.0\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 163.0\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 173.0\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 178.4\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 188.0\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 232.3\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 235.8\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 237.3\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 239.1\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 243.9\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 261.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 297.5\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 307.7\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 318.8\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 320.8\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 333.0\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 334.7\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 358.7\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 370.7\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 384.8\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 406.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 475.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 537.7\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 554.4\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 563.4\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 567.8\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 571.3\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 575.3\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 582.3\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 584.3\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 594.3\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 599.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 664.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 694.9\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 698.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 708.4\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 713.4\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 718.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 730.3\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 731.3\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 741.3\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 765.0\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 792.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 856.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1028.8\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 1033.8\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 1069.1\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 1079.4\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 1099.4\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 1130.9\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 1137.4\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 1160.3\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 1171.0\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 1216.6\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 1226.1\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 1276.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1366.5\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 1373.9\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 1428.9\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 1430.4\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 1432.4\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 1454.6\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 1471.1\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 1494.6\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 1512.8\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 1518.8\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 1564.8\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1599.2\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1628.5\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 1688.1\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 1695.1\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 1730.8\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 1799.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1828.4\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 1837.2\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 1947.9\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 1955.9\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 1980.9\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 2207.7\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 2340.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 2359.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 2451.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 2461.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 2483.5\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2590.4\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 2605.9\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 2636.4\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 2651.4\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2813.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2894.4\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 244.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1822.2\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 1823.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1824.9\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 1904.7\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1984.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1990.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1988.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1985.4\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 2109.4\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 2189.1\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 2420.3\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 2526.3\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 2638.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2745.6\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 2739.0\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 2869.0\ncenter_point:\n  - -76.24218291697775\n  - 43.02465560796782\ncentroid:\n  - -75.48417383731932\n  - 42.62337021879663\ncomment: New York Independent System Operator\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - brandongalbraith\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1095.5785620809695\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 412.8877102227465\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 412.8088445158036\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 419.59471382500686\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 421.90534715307166\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 662.057614498095\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 503.5012255171227\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 660.944095982844\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 779.7224473492394\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1155.5785620809695\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 532.8877102227465\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 532.8088445158037\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 539.5947138250069\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 541.9053471530717\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 906.057614498095\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 747.5012255171227\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 904.944095982844\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1023.7224473492394\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 27.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.48519719803736144\n        geothermal: 0.0\n        hydro: 0.2151846369204856\n        hydro discharge: 0.0\n        nuclear: 0.24631404516828156\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.019219428627274007\n        wind: 0.03408477747852106\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.48519719803736144\n        geothermal: 0.0\n        hydro: 0.21518463692048556\n        hydro discharge: 0.0\n        nuclear: 0.24631404516828156\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.019219428627274007\n        wind: 0.03408477747852107\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0\n        gas: 0.48878730292560985\n        geothermal: 0.0\n        hydro: 0.21772288699742232\n        hydro discharge: 0.0\n        nuclear: 0.23700175300500906\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.019220103157980256\n        wind: 0.03726754944992021\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.9583255030511154e-07\n        biomass: 0.0011089866458034961\n        coal: 0.00036785687011022417\n        gas: 0.45946959606238397\n        geothermal: 0.0\n        hydro: 0.24681463666570416\n        hydro discharge: 1.5622503612633696e-07\n        nuclear: 0.2357435169777839\n        oil: 5.993232720240944e-06\n        solar: 7.102297751819688e-05\n        unknown: 0.018023117322037683\n        wind: 0.03839452007106383\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 7.144637938063987e-07\n        biomass: 0.001971485258344278\n        coal: 0.0025995222373694712\n        gas: 0.4313528605955694\n        geothermal: 0.0\n        hydro: 0.27083239404911835\n        hydro discharge: 1.395700209996801e-06\n        nuclear: 0.23630960885265567\n        oil: 2.1786108981909026e-05\n        solar: 0.00022366693506945453\n        unknown: 0.01682375063543507\n        wind: 0.039862805315519514\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.453816359558061e-07\n        biomass: 0.0016646572223021014\n        coal: 0.010981029571201457\n        gas: 0.39626275999907906\n        geothermal: 0.0\n        hydro: 0.2555512508295311\n        hydro discharge: 5.891438639675826e-06\n        nuclear: 0.28223165062708166\n        oil: 0.00013710277619872268\n        solar: 0.0004131295932624466\n        unknown: 0.016864826633641167\n        wind: 0.03588735196459088\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 4.300710108699191e-06\n        biomass: 0.0020705238314205083\n        coal: 0.019485489124540865\n        gas: 0.4222523877737683\n        geothermal: 0.0\n        hydro: 0.25326674300243535\n        hydro discharge: 8.917566998550378e-06\n        nuclear: 0.2499992297321197\n        oil: 0.00023569951427754348\n        solar: 0.000779859282236882\n        unknown: 0.015938090093270258\n        wind: 0.03595874593668033\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 6.625863147853202e-06\n        biomass: 0.0020532168891286996\n        coal: 0.01839409568209285\n        gas: 0.4613624810598794\n        geothermal: 0.0\n        hydro: 0.23914875113246845\n        hydro discharge: 2.6821930464795772e-08\n        nuclear: 0.22048860214681626\n        oil: 0.0002792792495529887\n        solar: 0.0009660705337331437\n        unknown: 0.016546666278552464\n        wind: 0.040754178288232634\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 8.418949329473694e-06\n        biomass: 0.001095303619353748\n        coal: 0.006295767368240834\n        gas: 0.47691329893294765\n        geothermal: 0.0\n        hydro: 0.22877586186064777\n        hydro discharge: 1.4810620873748668e-10\n        nuclear: 0.22886327518178814\n        oil: 0.00013489061767873634\n        solar: 0.000687284047628341\n        unknown: 0.01756555009051059\n        wind: 0.03966033748337813\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: US_NY.fetch_consumption_forecast\n  gridAlerts: US_NY.fetch_grid_alerts\n  production: US_NY.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: New York ISO\n"
  },
  {
    "path": "config/zones/US-SE-SEPA.yaml",
    "content": "bounding_box:\n  - - -85.61569\n    - 30.211187\n  - - -83.357543\n    - 33.075117\ncan_have_zero_production: true\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1.7\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 945.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 996.9\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 328.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 246.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 164.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 82.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 22.0\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 25.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 25.0\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 275.0\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 415.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncomment: Southeastern Power Administration\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.54956423174013\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 403.07062959378845\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 409.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 411.26540305697193\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2014-01-01'\n        source: IPCC 2014\n        value: 490.0\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.5495642317401\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 523.0706295937885\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 529.3455569635937\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 531.265403056972\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.0654790569883904\n        gas: 0.06621268634586248\n        geothermal: 0.0\n        hydro: 0.32236638575904847\n        hydro discharge: 0.4659870174349138\n        nuclear: 0.0733624232507706\n        oil: 1.5648401611370587e-05\n        solar: 0.0017949988595360993\n        unknown: 0.00475584479815969\n        wind: 2.4684802541880363e-05\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.07110478011070599\n        gas: 0.07527195659159772\n        geothermal: 0.0\n        hydro: 0.37402340261590444\n        hydro discharge: 0.4065080430864732\n        nuclear: 0.06815007938357844\n        oil: 4.519818958727871e-06\n        solar: 0.0014417764903869145\n        unknown: 0.0034734325702546883\n        wind: 1.804368670925221e-05\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1923669613108413\n        gas: 0.22171642751517148\n        geothermal: 0.0\n        hydro: 0.36362557691271014\n        hydro discharge: 0.019596727993225604\n        nuclear: 0.1845831753852683\n        oil: 6.962755074610228e-06\n        solar: 0.0021282342804857593\n        unknown: 0.01589177064799634\n        wind: 7.727222513214341e-05\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11983416376113655\n        gas: 0.13025380813943907\n        geothermal: 0.0\n        hydro: 0.5845421929111513\n        hydro discharge: 0.021964647031286876\n        nuclear: 0.13255791393899324\n        oil: 2.7797945617188185e-06\n        solar: 0.0033196765178860436\n        unknown: 0.00747627180258071\n        wind: 3.5908067895192577e-05\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2665463132918476\n        gas: 0.273930474101267\n        geothermal: 0.0\n        hydro: 0.11426288221336796\n        hydro discharge: 0.01696154362716569\n        nuclear: 0.30736423870707796\n        oil: 9.625285400904331e-06\n        solar: 0.0035333751175180192\n        unknown: 0.01722679858530689\n        wind: 7.565922012803868e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.2345334918665681\n        gas: 0.290079156530295\n        geothermal: 0.0\n        hydro: 0.10640513884201715\n        hydro discharge: 0.07513754971590786\n        nuclear: 0.27338993374184445\n        oil: 9.679060537478818e-06\n        solar: 0.002634992244139461\n        unknown: 0.017504434329598056\n        wind: 0.00027594121677757796\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24664446721864947\n        gas: 0.26008085923142893\n        geothermal: 0.0\n        hydro: 0.14952994170538178\n        hydro discharge: 0.06712776869186393\n        nuclear: 0.2588154431581557\n        oil: 2.636103424276741e-06\n        solar: 0.003077153777525404\n        unknown: 0.014598611119213888\n        wind: 0.00011062991419915504\ngeneration_only: true\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Southeastern Power Administration\n"
  },
  {
    "path": "config/zones/US-SE-SOCO.yaml",
    "content": "bounding_box:\n  - - -90.00630006300058\n    - 29.74524549512121\n  - - -80.77940779407788\n    - 34.987301912247574\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 2.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 42.2\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 82.2\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 81.2\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 82.7\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 83.7\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 148.7\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1758.8\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 1813.8\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 1868.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1848.7\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1925.4\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 1908.2\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 1932.9\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 1871.9\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1987.9\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1975.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1917.5\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1898.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1898.9\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 1891.8\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 1878.8\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1882.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1872.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1881.2\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1878.0\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 1776.8\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 17522.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 18462.1\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 17295.4\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 16164.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 15029.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 14138.7\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 12234.7\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 35594.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 34715.8\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 34607.0\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 34614.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 34767.5\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 34817.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 34829.7\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 34830.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 35949.5\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 36921.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 37167.0\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 37168.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 37573.0\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 37601.8\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 37606.8\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 38339.5\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 39113.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 36372.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 36251.2\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 38992.5\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 36251.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 36233.7\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3225.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 3311.4\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 3310.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3309.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3317.6\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1056.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1306.6\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5818.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 6054.4\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 7168.4\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 8282.4\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1132.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1188.3\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 1188.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2069.7\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 2001.3\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1387.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 1346.1\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1387.9\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1346.1\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 1349.9\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 957.1\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 967.7\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 971.2\n    - datetime: '2017-06-01'\n      source: EIA.gov\n      value: 1053.2\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 1060.6\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 1063.0\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 1113.0\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 1205.9\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1286.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1292.6\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 1323.6\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1326.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1339.5\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 1340.5\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 1342.8\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 1346.5\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 1350.8\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 1354.4\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1458.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 1878.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1892.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 2063.8\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 2069.5\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 2161.7\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 2170.4\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 2222.9\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 2500.9\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 2504.4\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 2524.4\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2635.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 2639.2\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 2767.2\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 2770.1\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 3657.1\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 3674.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 3870.4\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 3876.0\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 4220.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 4221.8\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 4321.8\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 4324.8\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 4416.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 4496.8\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 4536.8\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 4645.3\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 4648.3\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 4650.2\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 4658.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 4893.6\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 4670.1\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 4828.6\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 4908.6\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 4918.6\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 4923.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 5073.5\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 5352.0\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 5470.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 5746.9\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 5970.4\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 5746.9\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 5745.9\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 5744.9\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 5824.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 45.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 45.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\ncenter_point:\n  - -85.48180948658279\n  - 32.559201385486254\ncentroid:\n  - -85.28725940904894\n  - 32.164450602652266\ncomment: Southern Company Services, Inc. - Trans\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - MisterClean\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 385.57\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 867.1160983983897\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 872.6874296995918\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 865.3097109319093\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1039.9273282774575\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 406.06689068673234\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 396.88877958385467\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 404.79442413927694\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 424.35485209409916\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 387.01\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 569.2843707617432\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 554.5699717082107\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 362.1182499048772\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 250.47181242406236\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 418.57\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 927.1160983983897\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 932.6874296995918\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 925.3097109319093\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1099.9273282774575\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 526.0668906867323\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 516.8887795838547\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 524.794424139277\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 544.3548520940992\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 411.01\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 813.2843707617432\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 798.5699717082107\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 606.1182499048772\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 494.47181242406236\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.20991751771719439\n        gas: 0.5170751263531372\n        geothermal: 0.0\n        hydro: 0.04433604659129754\n        hydro discharge: 0.0\n        nuclear: 0.19818868985985666\n        oil: 5.219349322086551e-05\n        solar: 0.020476561670608413\n        unknown: 0.00992882226058571\n        wind: 2.4930033104630298e-05\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.20991766424731897\n        gas: 0.5170754872905354\n        geothermal: 0.0\n        hydro: 0.04433607753948376\n        hydro discharge: 0.0\n        nuclear: 0.1981888282028293\n        oil: 5.219352965383759e-05\n        solar: 0.020475877945474875\n        unknown: 0.009928829191267714\n        wind: 2.493005050670753e-05\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.1483723833030185e-10\n        coal: 0.19648613683333016\n        gas: 0.5117464024730168\n        geothermal: 0.0\n        hydro: 0.046697371878498414\n        hydro discharge: 0.0021152328369741682\n        nuclear: 0.2100103568976472\n        oil: 0.0001216742730169011\n        solar: 0.02267876907631403\n        unknown: 0.009909986907808383\n        wind: 0.00023404398820916448\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.747750166659991e-08\n        coal: 0.2774827672472431\n        gas: 0.46658094097976877\n        geothermal: 0.0\n        hydro: 0.04453890326745629\n        hydro discharge: 0.0015251142036424726\n        nuclear: 0.1943632950747425\n        oil: 0.00010107317832199923\n        solar: 0.00917042076793575\n        unknown: 0.006061179061926319\n        wind: 0.0001762100277668118\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.073010566132406e-08\n        coal: 0.22640392897930603\n        gas: 0.504658585579516\n        geothermal: 0.0\n        hydro: 0.050465964836702085\n        hydro discharge: 0.00033725427600555483\n        nuclear: 0.19818960244370276\n        oil: 5.8244030558997403e-05\n        solar: 0.011257094421811062\n        unknown: 0.008439041074614443\n        wind: 0.00019015137595267226\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.636643041796521e-08\n        coal: 0.16517744652719155\n        gas: 0.5332215174188785\n        geothermal: 0.0\n        hydro: 0.059128706665264284\n        hydro discharge: 0.0004000014045687904\n        nuclear: 0.2107704610991511\n        oil: 2.851859159817431e-05\n        solar: 0.0196035666937495\n        unknown: 0.011492730724367298\n        wind: 0.00017695020869450248\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.1827977897063863e-08\n        coal: 0.2075532698498857\n        gas: 0.4961271712453573\n        geothermal: 0.0\n        hydro: 0.04867717131884271\n        hydro discharge: 0.00039817829853722284\n        nuclear: 0.21285808221198924\n        oil: 2.4397303825135722e-05\n        solar: 0.02288165371748535\n        unknown: 0.011132746824234258\n        wind: 0.00034662648657174497\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.49004431065841e-08\n        coal: 0.18990692491543876\n        gas: 0.5196637099544391\n        geothermal: 4.163827518714278e-10\n        hydro: 0.04411110423028898\n        hydro discharge: 2.644213682794389e-05\n        nuclear: 0.20312260304649637\n        oil: 0.00016657312875893615\n        solar: 0.031225810573232638\n        unknown: 0.011123276314754946\n        wind: 0.0006528931931656963\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.2234518413085014e-08\n        coal: 0.15955033332999508\n        gas: 0.529227743374339\n        geothermal: 0.0\n        hydro: 0.0396979172959332\n        hydro discharge: 1.2489804316954948e-05\n        nuclear: 0.22676932145870837\n        oil: 2.3553723240714526e-05\n        solar: 0.03388584704198945\n        unknown: 0.010455775763807308\n        wind: 0.00037636503223176254\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.3413\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 0.3422\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.0659\n  hydro discharge:\n    - datetime: '2025-01-01'\n      value: 0.0605\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Eastern\nzone_name: Southern Company Services\n"
  },
  {
    "path": "config/zones/US-SW-AZPS.yaml",
    "content": "bounding_box:\n  - - -114.8177481774817\n    - 31.33374743970495\n  - - -109.27729277292767\n    - 36.14218575844494\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 2.0\n    - datetime: '2023-02-01'\n      source: EIA.gov\n      value: 62.0\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 200.0\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 260.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 320.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 535.0\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 617.0\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 984.0\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 1743.8\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 2161.8\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 2236.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2349.8\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 33.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 30.4\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2476.1\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 2062.1\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1636.2\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2124.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1897.2\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 2544.8\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 2714.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 2605.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2416.5\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 2602.5\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 123.8\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 694.9\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 734.9\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 737.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 740.0\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 741.4\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 767.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 769.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 757.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 772.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 771.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 766.9\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 826.9\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 978.3\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1193.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1195.7\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 1193.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1563.8\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 2189.3\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 2489.3\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 174.3\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 412.5\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 628.5\ncenter_point:\n  - -112.12828211789612\n  - 34.39885067236607\ncentroid:\n  - -111.98417237712306\n  - 33.36208835383213\ncomment: Arizona Public Service Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 406.44\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 266.98\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1055.103823874164\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1030.782226173178\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 991.2994370558566\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1003.8223333180867\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 371.36562029179186\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 362.6564678883666\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 394.6192180069698\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 335.1262756050809\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 439.44\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 299.98\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1115.103823874164\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1090.782226173178\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1051.2994370558567\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1063.8223333180867\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 491.36562029179186\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 482.6564678883666\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 514.6192180069697\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 455.1262756050809\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24099398394415494\n        gas: 0.27045967294492\n        geothermal: 0.0\n        hydro: 0.00017026247081268955\n        hydro discharge: 0.0\n        nuclear: 0.43044470620782926\n        oil: 0.00017170188783646834\n        solar: 0.042855302210168866\n        unknown: 0.007209834241104496\n        wind: 0.007693478361094166\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.24099524605429917\n        gas: 0.2704610893698915\n        geothermal: 0.0\n        hydro: 0.00017026336249466466\n        hydro discharge: 0.0\n        nuclear: 0.43044696049078424\n        oil: 0.00017170278705681765\n        solar: 0.04285028934537776\n        unknown: 0.007209871999743883\n        wind: 0.0076935186526272785\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 5.320326937452337e-07\n        biomass: 1.3153511874678578e-06\n        coal: 0.27444708251016725\n        gas: 0.3071945595799394\n        geothermal: 2.2698039760026706e-06\n        hydro: 9.163266671589326e-06\n        hydro discharge: 3.0327596548995406e-07\n        nuclear: 0.3356004375755746\n        oil: 2.878955415258207e-06\n        solar: 0.05171472118242661\n        unknown: 0.009445961463558373\n        wind: 0.021580958267757556\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 1.959506706570703e-08\n        biomass: 1.1354221646459184e-05\n        coal: 0.24393139177376735\n        gas: 0.19367789733339064\n        geothermal: 5.083520255903425e-06\n        hydro: 0.007231983593836387\n        hydro discharge: 0.00034674534904980726\n        nuclear: 0.5144511189821274\n        oil: 2.7747734683159196e-05\n        solar: 0.02930923170615232\n        unknown: 0.005309487770009862\n        wind: 0.005697683964071407\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 7.178104934888498e-10\n        biomass: 5.986898420943751e-06\n        coal: 0.20725256348915913\n        gas: 0.1934137309654899\n        geothermal: 1.097173339297707e-06\n        hydro: 0.008462205817132362\n        hydro discharge: 5.38347102959235e-05\n        nuclear: 0.5437795225630941\n        oil: 2.0965449988575583e-05\n        solar: 0.03496685653967319\n        unknown: 0.006240070899807762\n        wind: 0.005802954457313779\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.482523390589946e-07\n        biomass: 4.4066756338786266e-05\n        coal: 0.23479969514271165\n        gas: 0.46326031085775854\n        geothermal: 2.2141874030240446e-05\n        hydro: 0.01970263908785387\n        hydro discharge: 0.0008219200809792181\n        nuclear: 0.2099003745912108\n        oil: 4.689200792951105e-05\n        solar: 0.04834142302447459\n        unknown: 0.01073780628666682\n        wind: 0.012322199919654844\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 2.061389116377651e-06\n        biomass: 2.6717436699308803e-05\n        coal: 0.21710142322161796\n        gas: 0.40239864850017976\n        geothermal: 3.59143305653072e-05\n        hydro: 0.016955114232099198\n        hydro discharge: 0.0008229210788008039\n        nuclear: 0.28196817891795223\n        oil: 9.772312300324665e-06\n        solar: 0.04621984708602888\n        unknown: 0.010047491622998362\n        wind: 0.024411648087870316\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.1474178170068977e-05\n        biomass: 2.672892203210494e-05\n        coal: 0.24280202372431847\n        gas: 0.3897215223347283\n        geothermal: 3.9812917753057054e-05\n        hydro: 0.010702002873485493\n        hydro discharge: 9.614744940576139e-06\n        nuclear: 0.2609729574040785\n        oil: 1.5238770964157555e-05\n        solar: 0.04647173950945136\n        unknown: 0.008233605731124867\n        wind: 0.04099307406002725\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.5193082564903899e-05\n        biomass: 5.726584142767842e-05\n        coal: 0.18637802306874843\n        gas: 0.43094291017728187\n        geothermal: 9.952005327661556e-05\n        hydro: 0.010808759935755299\n        hydro discharge: 2.071568230766443e-05\n        nuclear: 0.2570442955029667\n        oil: 4.095309780411878e-06\n        solar: 0.05310475524020144\n        unknown: 0.009288429954751765\n        wind: 0.05223583306779387\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.2665\n    - datetime: '2025-01-01'\n      value: 0.5676\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.0196\n    - datetime: '2025-01-01'\n      value: 0.2838\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Arizona\nzone_name: Arizona Public Service Company\n"
  },
  {
    "path": "config/zones/US-SW-EPE.yaml",
    "content": "bounding_box:\n  - - -108.22901201954507\n    - 30.630950309039566\n  - - -104.84760623311561\n    - 33.47985722277469\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 51.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 126.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1910.5\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1911.7\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1915.9\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 2143.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2093.7\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 2.1\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 114.5\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 117.5\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 119.5\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 124.5\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 127.3\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 126.8\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 129.8\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 249.8\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 251.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 261.3\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 564.3\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 579.3\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 50.4\ncenter_point:\n  - -106.55067756368078\n  - 32.22951090470256\ncentroid:\n  - -106.45210081678198\n  - 32.33387441098371\ncomment: El Paso Electric Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 984.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 992.9479158763683\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 545.8860297806025\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 564.574101597481\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 556.8931251172002\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 526.8511593887226\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1044.2045157721725\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1052.9479158763684\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 665.8860297806025\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 684.574101597481\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 676.8931251172002\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 646.8511593887226\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0\n        gas: 0.9417706321553654\n        geothermal: 0\n        hydro: 0\n        hydro discharge: 0\n        nuclear: 0\n        oil: 0\n        solar: 0.058227941075081995\n        unknown: 0\n        wind: 0\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0\n        gas: 0.9417707828037308\n        geothermal: 0\n        hydro: 0\n        hydro discharge: 0\n        nuclear: 0\n        oil: 0\n        solar: 0.05822779042648821\n        unknown: 0\n        wind: 0\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.5315642488530927e-06\n        coal: 0.00439138572992024\n        gas: 0.9255126759139227\n        geothermal: 0.0\n        hydro: 0.0004968254927239107\n        hydro discharge: 0.0\n        nuclear: 0.0005651551588843604\n        oil: 1.8923997627223597e-05\n        solar: 0.06730662233950956\n        unknown: 2.4970752612705857e-05\n        wind: 0.0016798518437861215\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.658163620942205e-06\n        coal: 0.1712703941633413\n        gas: 0.7144214242217384\n        geothermal: 3.830290939495131e-07\n        hydro: 0.004300708066037713\n        hydro discharge: 0.0018362337495822722\n        nuclear: 0.02649158913808259\n        oil: 1.5041894706772375e-05\n        solar: 0.0407686012361636\n        unknown: 0.0007168682008279249\n        wind: 0.0401724302493092\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.2921790941382155e-08\n        biomass: 4.3428964645718026e-06\n        coal: 0.16401446104877482\n        gas: 0.6911897691668535\n        geothermal: 2.477459735943179e-06\n        hydro: 0.007462207400155317\n        hydro discharge: 8.581243893345149e-06\n        nuclear: 0.030520292846266176\n        oil: 4.528500370820746e-06\n        solar: 0.05059654698945196\n        unknown: 0.0014204313933562356\n        wind: 0.054774986646004525\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.1559965965148204e-08\n        biomass: 4.3569511722643584e-06\n        coal: 0.1743656217247365\n        gas: 0.6771660674076643\n        geothermal: 3.507293673825966e-06\n        hydro: 0.007338407426260855\n        hydro discharge: 2.6705833372685384e-05\n        nuclear: 0.010063557270874683\n        oil: 5.514103765375693e-06\n        solar: 0.0615549263979857\n        unknown: 0.0019331615483857694\n        wind: 0.06753667471452231\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.3886318360995715e-07\n        biomass: 9.16728450465067e-06\n        coal: 0.1828475068498807\n        gas: 0.6527607840260246\n        geothermal: 1.2097297678820764e-05\n        hydro: 0.00629871481764839\n        hydro discharge: 4.853615425127027e-05\n        nuclear: 0.01980411757968363\n        oil: 3.294529031146233e-06\n        solar: 0.05957488978107995\n        unknown: 0.0015033328257613957\n        wind: 0.07713632412931448\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.7611163927069107e-06\n        biomass: 1.2533353205495164e-05\n        coal: 0.17690661260153157\n        gas: 0.6090327437396068\n        geothermal: 1.3537459107969636e-05\n        hydro: 0.007265377854659744\n        hydro discharge: 4.536447136570927e-06\n        nuclear: 0.020311921275518473\n        oil: 1.932847704215129e-05\n        solar: 0.06758798564734618\n        unknown: 0.0013763877126850882\n        wind: 0.11746639038808822\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.5123595851331105e-06\n        biomass: 2.3750944737412674e-05\n        coal: 0.0861686333897387\n        gas: 0.6695948923308611\n        geothermal: 1.7203227170786415e-05\n        hydro: 0.00648372318232732\n        hydro discharge: 5.096684655473928e-06\n        nuclear: 0.011576024075730803\n        oil: 1.6338083019986155e-05\n        solar: 0.09135509153496706\n        unknown: 0.0017100778771663165\n        wind: 0.13304699157269873\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: El Paso Electric Company\n"
  },
  {
    "path": "config/zones/US-SW-PNM.yaml",
    "content": "bounding_box:\n  - - -110.80730807308066\n    - 31.332316356872\n  - - -102.03175407765414\n    - 37.80081076184365\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 2.6\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 3.6\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1.8\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 13.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 14.3\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 188.0\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 238.0\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 338.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 638.0\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 738.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 887.5\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 900.4\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 14.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 16.8\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 4.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 3.3\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1848.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 924.0\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 555.0\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1742.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1736.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1734.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 1584.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 1732.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1733.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4.0\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 19.2\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 150.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 151.2\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 163.1\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 164.1\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 174.1\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 177.1\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 187.1\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 195.1\n    - datetime: '2018-10-01'\n      source: EIA.gov\n      value: 197.1\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 198.1\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 208.1\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 218.1\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 229.3\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 239.3\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 307.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 309.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 311.8\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 314.9\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 369.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 369.5\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 372.0\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 422.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 471.5\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 486.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 436.5\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 486.5\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 544.0\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 594.0\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 894.0\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 1084.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1284.0\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 1584.0\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 2084.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1784.0\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 2064.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 2069.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 2199.8\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1.1\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 496.4\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 794.4\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 845.3\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1065.8\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 1230.8\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 1372.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 2424.0\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 2569.0\ncenter_point:\n  - -106.21269318854388\n  - 34.38777036219062\ncentroid:\n  - -106.53541157041239\n  - 34.919446822264426\ncomment: Public Service Company Of New Mexico\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - brandongalbraith\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 351.27\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 281.32\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 185.67\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1202.4278014215604\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1205.8112087662323\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1200.756757313188\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1021.1805847188886\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 412.14997218452635\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 415.9584964953238\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 427.7389118754995\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 444.9483249442232\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 619.21\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 356.98\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 161.72\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 384.27\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 314.32\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 218.67\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1262.4278014215604\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1265.8112087662323\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1260.756757313188\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1081.1805847188884\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 532.1499721845264\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 535.9584964953237\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 547.7389118754995\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 564.9483249442233\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 643.21\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 380.98\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 185.72\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0.38771715539485374\n        gas: 0.2724026841992751\n        geothermal: 0\n        hydro: 0.004573210109852285\n        hydro discharge: 0.07387535451744988\n        nuclear: 0\n        oil: 0\n        solar: 0.05226940404200543\n        unknown: 0.002975512255600611\n        wind: 0.20618827946450805\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0.38771562214248273\n        gas: 0.2724042767725692\n        geothermal: 0\n        hydro: 0.004573214239360576\n        hydro discharge: 0.07387505809857528\n        nuclear: 3.98869848528616e-06\n        oil: 0\n        solar: 0.052266634712780737\n        unknown: 0.002975499125725628\n        wind: 0.20618730118981254\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.3345367262465077e-06\n        coal: 0.34955315481517907\n        gas: 0.3002072806922401\n        geothermal: 0.0\n        hydro: 0.0054444375514605195\n        hydro discharge: 2.665779926515112e-05\n        nuclear: 0.00023717273401559295\n        oil: 6.033080886323674e-06\n        solar: 0.06475253611710229\n        unknown: 0.004574836030821133\n        wind: 0.27519636627650196\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.0109258656233805e-06\n        coal: 0.45634247102638864\n        gas: 0.31221443715758673\n        geothermal: 5.601973645339924e-07\n        hydro: 0.010055589122786299\n        hydro discharge: 0.0004874402095396931\n        nuclear: 0.05687127602665254\n        oil: 8.806363461492245e-06\n        solar: 0.033021401461197954\n        unknown: 0.0016409056115582721\n        wind: 0.12935412611903657\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 1.613866469817994e-09\n        biomass: 1.7478173868128876e-06\n        coal: 0.41396637460794145\n        gas: 0.29846463038140747\n        geothermal: 6.253732570544726e-07\n        hydro: 0.015865986626372727\n        hydro discharge: 6.567629598924326e-06\n        nuclear: 0.06075776598597277\n        oil: 7.78690571687182e-06\n        solar: 0.040551445261805055\n        unknown: 0.004151400364039859\n        wind: 0.16622488470739671\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 2.2167570237718227e-08\n        biomass: 4.816330933571933e-06\n        coal: 0.4007956397951303\n        gas: 0.33941829896483044\n        geothermal: 2.8579113629550577e-06\n        hydro: 0.014034455826875047\n        hydro discharge: 4.799193696580467e-05\n        nuclear: 0.01485645235145873\n        oil: 1.1250894494497297e-05\n        solar: 0.06231980616274157\n        unknown: 0.004676425429609707\n        wind: 0.16383103840109423\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.8916000522319128e-07\n        biomass: 4.016469169200944e-06\n        coal: 0.42177638226892483\n        gas: 0.28458531385131175\n        geothermal: 4.5737701711365346e-06\n        hydro: 0.009187839905897053\n        hydro discharge: 5.4763093888830606e-05\n        nuclear: 0.018427091465411022\n        oil: 4.95633143730541e-06\n        solar: 0.060895239677347654\n        unknown: 0.003434810635651076\n        wind: 0.201623891142777\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 1.3260665057528825e-06\n        biomass: 5.327885528203057e-06\n        coal: 0.3642451152786013\n        gas: 0.2550484792242052\n        geothermal: 5.545522397467843e-06\n        hydro: 0.010982562938252272\n        hydro discharge: 9.899946890277246e-06\n        nuclear: 0.014730694978085336\n        oil: 1.0094807808107344e-05\n        solar: 0.06723095267321362\n        unknown: 0.0029030936283807687\n        wind: 0.2848260812110037\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.1543975843986955e-06\n        biomass: 9.090982811789023e-06\n        coal: 0.19246686475260225\n        gas: 0.3433657592833896\n        geothermal: 1.3745233623129707e-05\n        hydro: 0.013619330965482757\n        hydro discharge: 1.753592660845584e-05\n        nuclear: 0.013023841040915786\n        oil: 1.2456414301662708e-06\n        solar: 0.09317128158024654\n        unknown: 0.005706052023268491\n        wind: 0.3386034024377126\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.4919\n    - datetime: '2024-01-01'\n      value: 0.5511\n    - datetime: '2025-01-01'\n      value: 0.7346\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 0.276\n    - datetime: '2023-01-01'\n      value: 0.4728\n    - datetime: '2024-01-01'\n      value: 0.7807\nisRenewable:\n  battery discharge:\n    - datetime: '2023-01-01'\n      value: 0.4825\n    - datetime: '2024-01-01'\n      value: 0.5288\n    - datetime: '2025-01-01'\n      value: 0.7218\n  hydro discharge:\n    - datetime: '2022-01-01'\n      value: 0.2628\n    - datetime: '2023-01-01'\n      value: 0.464\n    - datetime: '2024-01-01'\n      value: 0.7806\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Mountain\nzone_name: Public Service Company of New Mexico\n"
  },
  {
    "path": "config/zones/US-SW-SRP.yaml",
    "content": "bounding_box:\n  - - -113.6585365853658\n    - 32.50580427989783\n  - - -110.94050940509399\n    - 34.347607885915195\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 10.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 20.0\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 45.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 35.0\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 295.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 483.0\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 733.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1033.0\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 1123.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 3231.1\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 2428.0\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 1000\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 821.8\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 6300.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 8157.6\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 7474.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 7573.8\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 7672.8\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 7772.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 8268.4\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 8455.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 8442.1\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 89.3\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 91.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 154.1\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4209.6\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 163.2\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 550\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 600\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 650\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 750\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 359.8\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 459.8\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 559.8\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 562.9\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 1174.9\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 1474.9\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 1674.9\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 63.0\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 226.0\ncenter_point:\n  - -112.34764947928672\n  - 33.531684403250075\ncentroid:\n  - -112.4015701695478\n  - 33.47728935688684\ncomment: Salt River Project\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer: This zone includes all electricity production from the generation-only\n  balancing authorities Arlington Valley, LLC - AVBA and New Harquahala Generating\n  Company, LLC - HGBA. Read more on the wiki page.\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 184.26\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 250.01\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 284.05\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 243.17\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1218.5201933237183\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1158.447444803718\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1190.7635865078173\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1187.512537600055\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 377.65928159519075\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 385.40906841862005\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 386.11117611501976\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 414.8222825456002\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 237.84\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 214.36\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 205.58\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 262.97\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 240.66\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 240.2\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 217.26\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 283.01\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 317.05\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 276.17\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1278.5201933237183\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1218.447444803718\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1250.7635865078173\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1247.512537600055\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 497.65928159519075\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 505.40906841862005\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 506.11117611501976\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 534.8222825456003\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 261.84\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 238.36\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 229.58\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 286.97\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 264.66\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 264.2\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.04642444710729002\n        gas: 0.40648624369054626\n        geothermal: 0.0\n        hydro: 0.004434165011901996\n        hydro discharge: 0.006351855404964932\n        nuclear: 0.5092886647963919\n        oil: 9.768364475275976e-05\n        solar: 0.023775823227590955\n        unknown: 0.00031281181649993073\n        wind: 0.002827811742634391\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.04642450732594513\n        gas: 0.4064867937164666\n        geothermal: 0.0\n        hydro: 0.004434173074998432\n        hydro discharge: 0.006351859127897313\n        nuclear: 0.5092892646032979\n        oil: 9.7683957300656e-05\n        solar: 0.02377459640498656\n        unknown: 0.0003128124950321635\n        wind: 0.002827816116576366\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 6.809013560529835e-07\n        biomass: 1.2613557736074736e-05\n        coal: 0.050159977368421066\n        gas: 0.40562953740018576\n        geothermal: 2.1753341594456666e-05\n        hydro: 0.005092100049701921\n        hydro discharge: 0.001999043029321173\n        nuclear: 0.5080371953145556\n        oil: 1.95240601357329e-06\n        solar: 0.025530876970108266\n        unknown: 0.00028614874664512606\n        wind: 0.0032280020605113076\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.016030407101531e-07\n        biomass: 2.969254316465385e-05\n        coal: 0.11041611356204273\n        gas: 0.3197843507767187\n        geothermal: 5.3676282107455505e-05\n        hydro: 0.008579065570763626\n        hydro discharge: 0.004712199065678413\n        nuclear: 0.5208305668711567\n        oil: 2.005825936678952e-06\n        solar: 0.03219892033447119\n        unknown: 0.0004969255889662198\n        wind: 0.002896068847193458\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 5.746597628340785e-08\n        biomass: 6.565865856012792e-06\n        coal: 0.05914466992517215\n        gas: 0.41983062657731407\n        geothermal: 8.702503783418577e-06\n        hydro: 0.01582650415342763\n        hydro discharge: 0.0007754213097021318\n        nuclear: 0.4712561142109285\n        oil: 3.360436382862307e-06\n        solar: 0.029809047243120314\n        unknown: 0.0009691487564271524\n        wind: 0.002369658302513037\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.1584040662634583e-07\n        biomass: 1.0123783229104396e-05\n        coal: 0.051930745038341684\n        gas: 0.46489385692017043\n        geothermal: 1.430450805825176e-05\n        hydro: 0.014739866825845317\n        hydro discharge: 0.0009901512221189965\n        nuclear: 0.4256404770247441\n        oil: 4.801362084649291e-06\n        solar: 0.036200782014570526\n        unknown: 0.002474611058143617\n        wind: 0.0030999899733667735\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 7.930894240721491e-07\n        biomass: 2.778151331448804e-05\n        coal: 0.0732577577895643\n        gas: 0.3644940704508448\n        geothermal: 4.8080802756541105e-05\n        hydro: 0.0192892369605296\n        hydro discharge: 0.0014941385795646626\n        nuclear: 0.5116543131703094\n        oil: 6.006629360448159e-07\n        solar: 0.019446747053359793\n        unknown: 0.0007664736742661408\n        wind: 0.009519503021327261\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 5.925034547321845e-06\n        biomass: 2.7563101350310424e-05\n        coal: 0.05982840879417169\n        gas: 0.40361975648960374\n        geothermal: 4.508104971986281e-05\n        hydro: 0.012385290508186491\n        hydro discharge: 1.691630966492384e-05\n        nuclear: 0.49364284438897904\n        oil: 5.473101259497187e-07\n        solar: 0.02125779693478046\n        unknown: 0.0006748655800092944\n        wind: 0.008494799257563836\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.565933092888953e-05\n        biomass: 8.071837877332661e-05\n        coal: 0.07209774207782838\n        gas: 0.43066522487698167\n        geothermal: 0.00014149696912755998\n        hydro: 0.014223117068317106\n        hydro discharge: 6.5744852475226946e-06\n        nuclear: 0.44509759460917603\n        oil: 1.528600683085825e-07\n        solar: 0.028391651449343587\n        unknown: 0.0006835290063331449\n        wind: 0.008596420205364573\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.6476\n    - datetime: '2023-01-01'\n      value: 0.5527\n    - datetime: '2024-01-01'\n      value: 0.5374\n    - datetime: '2025-01-01'\n      value: 0.5469\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4802\n    - datetime: '2021-01-01'\n      value: 0.5686\n    - datetime: '2022-01-01'\n      value: 0.5954\n    - datetime: '2023-01-01'\n      value: 0.5272\n    - datetime: '2024-01-01'\n      value: 0.5775\n    - datetime: '2025-01-01'\n      value: 0.5884\nisRenewable:\n  battery discharge:\n    - datetime: '2022-01-01'\n      value: 0.0356\n    - datetime: '2023-01-01'\n      value: 0.0565\n    - datetime: '2024-01-01'\n      value: 0.0366\n    - datetime: '2025-01-01'\n      value: 0.0964\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.035\n    - datetime: '2021-01-01'\n      value: 0.0336\n    - datetime: '2022-01-01'\n      value: 0.0437\n    - datetime: '2023-01-01'\n      value: 0.0376\n    - datetime: '2024-01-01'\n      value: 0.0603\n    - datetime: '2025-01-01'\n      value: 0.0912\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Arizona\nzone_name: Salt River Project\n"
  },
  {
    "path": "config/zones/US-SW-TEPC.yaml",
    "content": "bounding_box:\n  - - -114.74574745747451\n    - 31.731588467267372\n  - - -110.5697056970569\n    - 36.210877734426944\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 10.0\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 20.0\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 50.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 70.0\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 270.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1765.8\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 941.3\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 817.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 1436.7\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 1530.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 1530.2\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 258.4\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 262.8\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 264.8\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 266.1\n    - datetime: '2018-06-01'\n      source: EIA.gov\n      value: 321.1\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 322.4\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 323.5\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 325.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 328.9\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 458.9\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 474.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 475.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 495.0\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 492.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 30.0\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 279.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 379.8\ncenter_point:\n  - -113.25893258932582\n  - 34.347607885915195\ncentroid:\n  - -113.2174065926705\n  - 34.46299309944698\ncomment: Tucson Electric Power Company\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 404.51\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1062.3990359820225\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1044.036558945808\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1049.8710181012766\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1043.24530714986\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 505.31676919101574\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 551.2211466358136\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 522.3770975723654\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 363.84094767168796\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 437.51\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1122.3990359820225\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1104.036558945808\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1109.8710181012766\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1103.24530714986\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 625.3167691910157\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 671.2211466358136\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 642.3770975723654\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 483.84094767168796\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.4762657415345327\n        gas: 0.39949798046059326\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.06738931955133136\n        unknown: 0.002414375037718254\n        wind: 0.05443041396922187\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.47626740937820994\n        gas: 0.3994993794698493\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0673860543516837\n        unknown: 0.0024143834926621853\n        wind: 0.05443060458008019\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.43142509222149744\n        gas: 0.4287679934956673\n        geothermal: 0.0\n        hydro: 0.0\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0714823480737832\n        unknown: 0.0018020399580009692\n        wind: 0.06652335584906117\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 5.134746227090972e-06\n        coal: 0.4391124805282432\n        gas: 0.3651235149090021\n        geothermal: 6.317318728812044e-06\n        hydro: 0.008371798240512993\n        hydro discharge: 0.02220029293901737\n        nuclear: 0.10757466625476327\n        oil: 6.904498825152716e-06\n        solar: 0.03941345179977839\n        unknown: 0.0026306037869968848\n        wind: 0.015553354709200438\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 9.472651391481814e-08\n        biomass: 1.4354511458600937e-05\n        coal: 0.38981529319248104\n        gas: 0.38351310722032367\n        geothermal: 1.7258309685153362e-05\n        hydro: 0.026231598202431435\n        hydro discharge: 0.0003116226739757036\n        nuclear: 0.12154903763980336\n        oil: 8.543470404990096e-06\n        solar: 0.04566081740977979\n        unknown: 0.0026543368133078774\n        wind: 0.030223004065397602\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 1.9636772534598375e-07\n        biomass: 2.3322059191000633e-05\n        coal: 0.3497392419764938\n        gas: 0.4720268709081237\n        geothermal: 2.8530445331631925e-05\n        hydro: 0.028206650661954425\n        hydro discharge: 0.00022434334259545627\n        nuclear: 0.058466786463975094\n        oil: 1.2281194575365724e-05\n        solar: 0.0526170797558463\n        unknown: 0.004038201588651887\n        wind: 0.03461600610138372\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.3026926316440545e-06\n        biomass: 4.343978890905366e-05\n        coal: 0.338718918680164\n        gas: 0.41730170171777925\n        geothermal: 7.30734289286627e-05\n        hydro: 0.02616284134253304\n        hydro discharge: 0.00023343399450680236\n        nuclear: 0.08809550528753181\n        oil: 2.9037631967128955e-06\n        solar: 0.047350300939758505\n        unknown: 0.002623495083873944\n        wind: 0.07939226292782316\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 9.78215398712604e-06\n        biomass: 4.234801029832894e-05\n        coal: 0.3810412127475919\n        gas: 0.30300173079753084\n        geothermal: 6.748870044943608e-05\n        hydro: 0.022077821815163743\n        hydro discharge: 3.009182759893621e-06\n        nuclear: 0.0754611975292583\n        oil: 4.2157818859819795e-06\n        solar: 0.08443267860487598\n        unknown: 0.0031128463339509895\n        wind: 0.13074496917695946\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 1.2219601506014728e-05\n        biomass: 6.29616275077828e-05\n        coal: 0.2590421883727156\n        gas: 0.4764170117737294\n        geothermal: 0.00010500946117875988\n        hydro: 0.016734083892799418\n        hydro discharge: 0.00012050034186303802\n        nuclear: 0.06368621253102906\n        oil: 7.638632082547033e-07\n        solar: 0.07786897710286665\n        unknown: 0.0025693853856152958\n        wind: 0.10338034646937623\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.2633\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.2268\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Arizona\nzone_name: Tucson Electric Power Company\n"
  },
  {
    "path": "config/zones/US-SW-WALC.yaml",
    "content": "bounding_box:\n  - - -121.08901089010884\n    - 31.332316356872\n  - - -105.62685626856262\n    - 38.510627846990985\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 90.0\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 105.0\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 115.0\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 130.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 140.0\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 190.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 408.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 204.0\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1713.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 1917.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 2153.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1517.0\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 1599.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1689.8\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5614.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 5610.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 3789.5\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 3770.0\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 65.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 40.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1.5\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 34.4\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 61.7\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 151.7\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 81.7\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 109.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 142.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 322.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 323.1\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 340.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 579.2\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 350.0\ncenter_point:\n  - -110.02697591635858\n  - 33.21112655362538\ncentroid:\n  - -111.57498726391051\n  - 34.22847276486294\ncomment: Western Area Power Administration - Desert Southwest Region\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\ndisclaimer: This zone includes all electricity production from the generation-only\n  balancing authority Griffith Energy, LLC. Read more on the zone definition wiki\n  page.\nemissionFactors:\n  direct:\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 991.8668607823284\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 837.488207915474\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 866.6840107698806\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 681.6270222428261\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 483.72245562038313\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 405.1724150951613\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 408.36356010340177\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 408.23419876051724\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 250.74\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 538.35\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 803.8986689024886\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1051.8668607823283\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 897.488207915474\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 926.6840107698806\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 741.6270222428261\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 603.7224556203831\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 525.1724150951613\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 528.3635601034018\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 528.2341987605173\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 274.74\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 562.35\n    oil:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1047.8986689024887\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11275865522480874\n        gas: 0.016523394940958537\n        geothermal: 0.0\n        hydro: 0.02287174921988805\n        hydro discharge: 0.841183524983747\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.00120460026817122\n        unknown: 0.0\n        wind: 0.005457995643173142\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.11275867108483262\n        gas: 0.01652339726505009\n        geothermal: 0.0\n        hydro: 0.022871752436904855\n        hydro discharge: 0.8411836433000818\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0012044598252164062\n        unknown: 0.0\n        wind: 0.005457996410865351\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 4.061569659899597e-06\n        biomass: 3.1203573807595425e-05\n        coal: 0.29240643794985277\n        gas: 0.07800737029803148\n        geothermal: 5.4309556329316095e-05\n        hydro: 0.05531601874128646\n        hydro discharge: 0.5491837336963346\n        nuclear: 0.0002733499967330196\n        oil: 4.849471026129491e-06\n        solar: 0.007143208484285963\n        unknown: 0.0036715122700611003\n        wind: 0.013903829823852938\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 3.466810833091937e-07\n        biomass: 4.657951742301398e-05\n        coal: 0.34074026468650825\n        gas: 0.10381548182183624\n        geothermal: 9.051062385164965e-05\n        hydro: 0.09042090492361125\n        hydro discharge: 0.39453527293259427\n        nuclear: 0.022783688526096985\n        oil: 8.971138807825717e-06\n        solar: 0.005664355460125296\n        unknown: 0.009679936686565254\n        wind: 0.03221370019642685\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 2.0450013818203185e-06\n        biomass: 0.0001410572955165554\n        coal: 0.19348833985206274\n        gas: 0.21376108904337326\n        geothermal: 0.00020759257929600406\n        hydro: 0.26604714194960816\n        hydro discharge: 0.06492792100635167\n        nuclear: 0.2117025021188365\n        oil: 3.7046945764562e-05\n        solar: 0.02020528492824484\n        unknown: 0.014841647406643448\n        wind: 0.014637147268461416\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 2.7788212605821755e-06\n        biomass: 0.00020572864980731038\n        coal: 0.15881060179722398\n        gas: 0.4175277281379737\n        geothermal: 0.0002980833097133526\n        hydro: 0.2712315870373622\n        hydro discharge: 0.018082016850382222\n        nuclear: 0.053747928863339026\n        oil: 4.674300144597458e-05\n        solar: 0.043856822447386534\n        unknown: 0.014912559475363914\n        wind: 0.02127673289570877\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 1.3069296109873164e-05\n        biomass: 0.0004824777995683708\n        coal: 0.15557222738315216\n        gas: 0.35918483111615734\n        geothermal: 0.0008418404348403923\n        hydro: 0.2565107441791119\n        hydro discharge: 0.0003834351689378131\n        nuclear: 0.10727544726372894\n        oil: 1.5337744073194808e-05\n        solar: 0.03955921610533964\n        unknown: 0.008215205381399469\n        wind: 0.0719440093072143\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 7.670606313777633e-05\n        biomass: 0.0004433397662161392\n        coal: 0.13882603743633165\n        gas: 0.416885257942429\n        geothermal: 0.000732222650328912\n        hydro: 0.22377476485942333\n        hydro discharge: 3.302376142560656e-06\n        nuclear: 0.08768927652915415\n        oil: 1.3941736246539811e-05\n        solar: 0.05518245487156894\n        unknown: 0.005994540417439751\n        wind: 0.07037705079871356\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 7.622161788672196e-05\n        biomass: 0.0004252941214920052\n        coal: 0.12398717459688091\n        gas: 0.4499580029750956\n        geothermal: 0.000708910186276374\n        hydro: 0.19572242862088565\n        hydro discharge: 0.02563223681737553\n        nuclear: 0.07841998328993836\n        oil: 3.046447623791319e-06\n        solar: 0.05133000190223975\n        unknown: 0.006238086068185822\n        wind: 0.06749767730316335\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.4499\n    - datetime: '2025-01-01'\n      value: 0.1686\nisRenewable:\n  hydro discharge:\n    - datetime: '2024-01-01'\n      value: 0.322\n    - datetime: '2025-01-01'\n      value: 0.126\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Arizona\nzone_name: Western Area Power Administration - Desert Southwest Region\nzone_short_name: WAPA Desert Southwest\n"
  },
  {
    "path": "config/zones/US-TEN-TVA.yaml",
    "content": "bounding_box:\n  - - -90.30870308703082\n    - 32.324056760112114\n  - - -81.67458504103661\n    - 37.586148336899896\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1.0\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 51.0\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 101.0\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 151.0\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 286.7\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 284.9\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 221.7\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 216.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 213.3\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 218.1\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 213.3\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 218.1\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 12642.1\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 11234.1\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 10734.1\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 9744.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 8593.9\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 7643.9\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 14674.0\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 15834.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 15840.3\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 17011.2\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 17067.4\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 16443.4\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 16493.4\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 17187.0\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 17880.6\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 17906.6\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 18498.8\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 18090.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 18156.6\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 4866.8\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 4749.3\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 4731.8\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 4756.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 4846.8\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 4871.8\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 1808.6\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 8474.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 8548.3\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 8834.8\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 57.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 677.8\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 176.2\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 150.7\n    - datetime: '2017-10-01'\n      source: EIA.gov\n      value: 166.7\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 179.7\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 194.7\n    - datetime: '2018-08-01'\n      source: EIA.gov\n      value: 196.3\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 283.4\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 284.0\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 286.3\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 291.3\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 293.0\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 292.8\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 519.8\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 528.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 526.8\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 676.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 677.8\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 697.5\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 697.3\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 797.3\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 867.3\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 902.3\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 918.4\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 919.7\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 935.7\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 1085.7\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 1127.7\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 1307.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 1308.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1508.8\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 1529.7\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 1536.2\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 1790.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 1799.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 1816.4\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 100\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 250\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 0.0\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 28.8\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 1.8\ncenter_point:\n  - -86.671418402335\n  - 35.04187120335755\ncentroid:\n  - -86.75331430505567\n  - 35.161774339957056\ncomment: Tennessee Valley Authority\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\ncountry: US\ncountry_name: USA\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 367.12\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 342.89\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1070.741205794168\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1089.663513125364\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1120.384301079964\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1156.4235068348414\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 393.73104440922407\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 399.8819617917093\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 392.2385664881519\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 388.2369872584053\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 0.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 0.0\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 332.72\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 365.32\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 325.6\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 366.13\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 343.06\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 472.79756723454796\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 756.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 740.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 757.3688858307635\n  lifecycle:\n    battery discharge:\n      - _comment: used non-null storage values\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 400.12\n      - _comment: used non-null storage values\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 375.89\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1130.741205794168\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1149.663513125364\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1180.384301079964\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1216.4235068348414\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 513.7310444092241\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 519.8819617917093\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 512.238566488152\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 508.2369872584053\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    hydro discharge:\n      - _comment: used default IPCC 2014 value of 24.0\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 24.0\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 356.72\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 389.32\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 349.6\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 390.13\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 367.06\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 716.797567234548\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1000.6867166175201\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 984.5235575792449\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1001.3688858307635\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.06666667\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1616582386585121\n        gas: 0.27899319691073954\n        geothermal: 0.0\n        hydro: 0.1345716777095002\n        hydro discharge: 0.018622098280262404\n        nuclear: 0.4009373330980699\n        oil: 3.7470785134482255e-05\n        solar: 0.004214653914558283\n        unknown: 0.0009275432672667829\n        wind: 3.744817150434678e-05\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.1616582789479754\n        gas: 0.2789932664431449\n        geothermal: 0.0\n        hydro: 0.1345717112482838\n        hydro discharge: 0.018622102921376598\n        nuclear: 0.400937433022145\n        oil: 3.7470794473182444e-05\n        solar: 0.004214405738792297\n        unknown: 0.0009275434984348369\n        wind: 3.744818083741106e-05\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 6.136453488037771e-07\n        coal: 0.17573091517710446\n        gas: 0.2865588521670497\n        geothermal: 0.0\n        hydro: 0.12462555951040964\n        hydro discharge: 0.0007202631473569895\n        nuclear: 0.3943519286872087\n        oil: 0.002066755774313153\n        solar: 0.0054384426551417776\n        unknown: 0.0023569238876039113\n        wind: 0.008149690648518894\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.708100640989688e-06\n        coal: 0.22333085839591546\n        gas: 0.29887935382111974\n        geothermal: 0.0\n        hydro: 0.1207656888961849\n        hydro discharge: 0.0028515496981762383\n        nuclear: 0.3436614042425701\n        oil: 0.0011901467711355038\n        solar: 0.0012941226548538562\n        unknown: 0.0022596795635269804\n        wind: 0.005765413008984425\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.996802918557855e-06\n        coal: 0.19641896023841035\n        gas: 0.2842185504888905\n        geothermal: 0.0\n        hydro: 0.11890717872925571\n        hydro discharge: 0.0013457457307136775\n        nuclear: 0.38775982586204155\n        oil: 5.463981569406666e-05\n        solar: 0.002832619516260879\n        unknown: 0.0018650397785837255\n        wind: 0.006594362173036369\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.7422329214855693e-06\n        coal: 0.1477210274278777\n        gas: 0.28468028781864474\n        geothermal: 0.0\n        hydro: 0.145027887772036\n        hydro discharge: 0.0017533880402967551\n        nuclear: 0.40675140105547863\n        oil: 2.4414727289889558e-05\n        solar: 0.0029894725741760023\n        unknown: 0.0021278150057131005\n        wind: 0.008921435659452645\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.3380976749635352e-06\n        coal: 0.19022998255872853\n        gas: 0.2703258847551532\n        geothermal: 0.0\n        hydro: 0.11955513728363829\n        hydro discharge: 0.0011541983734023654\n        nuclear: 0.40018196234240594\n        oil: 4.8942264446719913e-05\n        solar: 0.00454271222674941\n        unknown: 0.0022281550698765745\n        wind: 0.011729630567890163\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.482987043106388e-06\n        coal: 0.17783843646879355\n        gas: 0.3134433828499834\n        geothermal: 0.0\n        hydro: 0.10520487379922844\n        hydro discharge: 2.1678266619555077e-06\n        nuclear: 0.375401931152465\n        oil: 7.02646816806329e-05\n        solar: 0.008359818580111202\n        unknown: 0.0022818298708808023\n        wind: 0.017393668970246697\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.201554923168348e-06\n        coal: 0.16124449609557742\n        gas: 0.30375418116786995\n        geothermal: 0.0\n        hydro: 0.0937228133199137\n        hydro discharge: 5.27816554770762e-06\n        nuclear: 0.41199214769838044\n        oil: 3.25149380463193e-05\n        solar: 0.010567272522676962\n        unknown: 0.006034844645347208\n        wind: 0.01264416307073402\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.3954\n    - datetime: '2025-01-01'\n      value: 0.4818\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 0.5012\n    - datetime: '2022-01-01'\n      value: 0.4537\n    - datetime: '2023-01-01'\n      value: 0.509\n    - datetime: '2024-01-01'\n      value: 0.4014\n    - datetime: '2025-01-01'\n      value: 0.4834\nisRenewable:\n  battery discharge:\n    - datetime: '2024-01-01'\n      value: 0.0535\n    - datetime: '2025-01-01'\n      value: 0.1246\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 1.0\n    - datetime: '2021-01-01'\n      value: 0.0288\n    - datetime: '2022-01-01'\n      value: 0.0267\n    - datetime: '2023-01-01'\n      value: 0.0211\n    - datetime: '2024-01-01'\n      value: 0.0503\n    - datetime: '2025-01-01'\n      value: 0.114\nparsers:\n  consumption: EIA.fetch_consumption\n  consumptionForecast: EIA.fetch_consumption_forecast\n  production: EIA.fetch_production_mix\n  productionCapacity: EIA.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Tennessee Valley Authority\nzone_short_name: TVA\n"
  },
  {
    "path": "config/zones/US-TEX-ERCO.yaml",
    "content": "bounding_box:\n  - - -104.97656406478228\n    - 25.868442100637097\n  - - -93.8295382953829\n    - 36.0577518713004\ncapacity:\n  battery storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 41.0\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 71.0\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 73.0\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 92.8\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 94.3\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 114.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 124.1\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 134.0\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 143.9\n    - datetime: '2020-04-01'\n      source: EIA.gov\n      value: 153.8\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 163.7\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 183.5\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 203.3\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 223.1\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 233.0\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 244.9\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 354.8\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 372.2\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 382.1\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 432.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 792.4\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 841.9\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 962.7\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 1273.0\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 1542.1\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 1662.9\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 1937.9\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 1986.9\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 2086.9\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 2104.7\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 2300.7\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 2320.5\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 2448.0\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 2799.8\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 2989.8\n    - datetime: '2023-09-01'\n      source: EIA.gov\n      value: 3109.8\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 3191.2\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 3201.2\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 3814.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 3632.8\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 3642.7\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 3891.6\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 4134.9\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 4562.6\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 4825.1\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 5423.5\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 5705.4\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 6081.3\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 6306.6\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 7455.6\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 7607.8\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 7847.7\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 8122.6\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 8482.2\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 8845.7\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 9265.3\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 9925.1\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 10205.1\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 12447.0\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 13779.4\n  biomass:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 218.7\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 208.5\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 206.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 198.3\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 193.2\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 181.5\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 179.9\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 170.1\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 160.5\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 137.0\n  coal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 20089.6\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 15925.5\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 14738.7\n    - datetime: '2019-10-01'\n      source: EIA.gov\n      value: 14285.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 14329.7\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 13321.7\n  gas:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 60012.9\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 62474.9\n    - datetime: '2017-08-01'\n      source: EIA.gov\n      value: 62508.9\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 62604.3\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 62602.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 62727.3\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 63391.3\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 63512.8\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 64352.1\n    - datetime: '2019-07-01'\n      source: EIA.gov\n      value: 64452.1\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 64539.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 64476.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 64149.9\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 64299.9\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 64302.3\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 64303.5\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 64304.7\n    - datetime: '2020-09-01'\n      source: EIA.gov\n      value: 64305.9\n    - datetime: '2020-10-01'\n      source: EIA.gov\n      value: 63987.3\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 63887.8\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 63890.2\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 63939.4\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 63918.3\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 64282.5\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 64282.3\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 64283.5\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 64284.7\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 64710.6\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 64837.6\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 64853.2\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 65046.7\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 65052.7\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 64672.3\n    - datetime: '2022-02-01'\n      source: EIA.gov\n      value: 64735.2\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 64332.6\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 64635.1\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 64796.8\n    - datetime: '2022-08-01'\n      source: EIA.gov\n      value: 64857.3\n    - datetime: '2022-10-01'\n      source: EIA.gov\n      value: 64792.5\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 65155.5\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 65156.7\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 65842.4\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 65843.6\n    - datetime: '2023-04-01'\n      source: EIA.gov\n      value: 65844.8\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 66289.4\n    - datetime: '2023-06-01'\n      source: EIA.gov\n      value: 66214.4\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 66215.6\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 66222.4\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 66343.4\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 66393.4\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 66756.4\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 66877.4\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 67065.0\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 67159.2\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 67339.2\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 67359.2\n  geothermal:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 566.1\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 560.1\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 562.8\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 512.0\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 558.0\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 550.4\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 549.1\n  hydro storage:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 0.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 5138.6\n  oil:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 88.1\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 89.4\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 248.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 785.2\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 854.7\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 853.3\n  solar:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 575.9\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 577.4\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 682.4\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 966.3\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 974.0\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 1024.0\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 1221.0\n    - datetime: '2018-03-01'\n      source: EIA.gov\n      value: 1223.6\n    - datetime: '2018-05-01'\n      source: EIA.gov\n      value: 1605.6\n    - datetime: '2018-11-01'\n      source: EIA.gov\n      value: 1710.6\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 1927.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 1939.5\n    - datetime: '2019-04-01'\n      source: EIA.gov\n      value: 1951.2\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 1961.2\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 2223.7\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 2428.7\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 2630.7\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 2647.5\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 3347.5\n    - datetime: '2020-07-01'\n      source: EIA.gov\n      value: 3677.5\n    - datetime: '2020-08-01'\n      source: EIA.gov\n      value: 4197.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 4864.0\n    - datetime: '2021-02-01'\n      source: EIA.gov\n      value: 5119.0\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 5574.0\n    - datetime: '2021-04-01'\n      source: EIA.gov\n      value: 5602.0\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 5761.0\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 6137.0\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 7271.6\n    - datetime: '2021-09-01'\n      source: EIA.gov\n      value: 7501.3\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 7978.2\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 8822.2\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 8829.0\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 9129.7\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 9692.2\n    - datetime: '2022-07-01'\n      source: EIA.gov\n      value: 9971.1\n    - datetime: '2022-09-01'\n      source: EIA.gov\n      value: 10493.2\n    - datetime: '2022-11-01'\n      source: EIA.gov\n      value: 10743.2\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 11354.1\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 11356.6\n    - datetime: '2023-03-01'\n      source: EIA.gov\n      value: 11464.6\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 11957.4\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 12163.1\n    - datetime: '2023-08-01'\n      source: EIA.gov\n      value: 12320.6\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 13001.1\n    - datetime: '2023-11-01'\n      source: EIA.gov\n      value: 13290.7\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 14899.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 15652.7\n    - datetime: '2024-02-01'\n      source: EIA.gov\n      value: 15952.7\n    - datetime: '2024-03-01'\n      source: EIA.gov\n      value: 16352.7\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 16787.5\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 16993.8\n    - datetime: '2024-06-01'\n      source: EIA.gov\n      value: 17743.8\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 17946.6\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 18596.6\n    - datetime: '2024-09-01'\n      source: EIA.gov\n      value: 19585.1\n    - datetime: '2024-10-01'\n      source: EIA.gov\n      value: 21037.1\n    - datetime: '2024-11-01'\n      source: EIA.gov\n      value: 21584.1\n    - datetime: '2024-12-01'\n      source: EIA.gov\n      value: 22172.9\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 22814.5\n    - datetime: '2025-02-01'\n      source: EIA.gov\n      value: 23210.4\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 23610.4\n    - datetime: '2025-04-01'\n      source: EIA.gov\n      value: 24355.4\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 24655.4\n    - datetime: '2025-06-01'\n      source: EIA.gov\n      value: 25399.8\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 25496.8\n    - datetime: '2025-08-01'\n      source: EIA.gov\n      value: 26011.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 28723.2\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 29771.7\n  unknown:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 239.9\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 229.7\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 275.7\n  wind:\n    - datetime: '2017-01-01'\n      source: EIA.gov\n      value: 18795.2\n    - datetime: '2017-02-01'\n      source: EIA.gov\n      value: 18890.5\n    - datetime: '2017-03-01'\n      source: EIA.gov\n      value: 18940.9\n    - datetime: '2017-04-01'\n      source: EIA.gov\n      value: 19092.1\n    - datetime: '2017-05-01'\n      source: EIA.gov\n      value: 19255.1\n    - datetime: '2017-07-01'\n      source: EIA.gov\n      value: 19508.1\n    - datetime: '2017-09-01'\n      source: EIA.gov\n      value: 19657.4\n    - datetime: '2017-11-01'\n      source: EIA.gov\n      value: 20298.8\n    - datetime: '2017-12-01'\n      source: EIA.gov\n      value: 20927.3\n    - datetime: '2018-01-01'\n      source: EIA.gov\n      value: 20836.5\n    - datetime: '2018-02-01'\n      source: EIA.gov\n      value: 21033.2\n    - datetime: '2018-04-01'\n      source: EIA.gov\n      value: 21333.2\n    - datetime: '2018-07-01'\n      source: EIA.gov\n      value: 21483.2\n    - datetime: '2018-09-01'\n      source: EIA.gov\n      value: 21643.2\n    - datetime: '2018-12-01'\n      source: EIA.gov\n      value: 22292.6\n    - datetime: '2019-01-01'\n      source: EIA.gov\n      value: 22392.7\n    - datetime: '2019-02-01'\n      source: EIA.gov\n      value: 22692.7\n    - datetime: '2019-03-01'\n      source: EIA.gov\n      value: 22892.2\n    - datetime: '2019-05-01'\n      source: EIA.gov\n      value: 22922.4\n    - datetime: '2019-06-01'\n      source: EIA.gov\n      value: 23688.5\n    - datetime: '2019-08-01'\n      source: EIA.gov\n      value: 23851.4\n    - datetime: '2019-09-01'\n      source: EIA.gov\n      value: 24771.0\n    - datetime: '2019-11-01'\n      source: EIA.gov\n      value: 25078.1\n    - datetime: '2019-12-01'\n      source: EIA.gov\n      value: 25690.0\n    - datetime: '2020-01-01'\n      source: EIA.gov\n      value: 25643.4\n    - datetime: '2020-02-01'\n      source: EIA.gov\n      value: 25693.8\n    - datetime: '2020-03-01'\n      source: EIA.gov\n      value: 26273.4\n    - datetime: '2020-05-01'\n      source: EIA.gov\n      value: 26453.4\n    - datetime: '2020-06-01'\n      source: EIA.gov\n      value: 26604.6\n    - datetime: '2020-11-01'\n      source: EIA.gov\n      value: 26749.5\n    - datetime: '2020-12-01'\n      source: EIA.gov\n      value: 27743.9\n    - datetime: '2021-01-01'\n      source: EIA.gov\n      value: 27862.4\n    - datetime: '2021-03-01'\n      source: EIA.gov\n      value: 28135.0\n    - datetime: '2021-05-01'\n      source: EIA.gov\n      value: 28344.4\n    - datetime: '2021-06-01'\n      source: EIA.gov\n      value: 29268.1\n    - datetime: '2021-07-01'\n      source: EIA.gov\n      value: 30355.7\n    - datetime: '2021-08-01'\n      source: EIA.gov\n      value: 30694.1\n    - datetime: '2021-10-01'\n      source: EIA.gov\n      value: 31434.5\n    - datetime: '2021-11-01'\n      source: EIA.gov\n      value: 31734.5\n    - datetime: '2021-12-01'\n      source: EIA.gov\n      value: 32027.8\n    - datetime: '2022-01-01'\n      source: EIA.gov\n      value: 32626.7\n    - datetime: '2022-03-01'\n      source: EIA.gov\n      value: 33118.3\n    - datetime: '2022-04-01'\n      source: EIA.gov\n      value: 34213.9\n    - datetime: '2022-05-01'\n      source: EIA.gov\n      value: 34414.1\n    - datetime: '2022-06-01'\n      source: EIA.gov\n      value: 34682.3\n    - datetime: '2022-12-01'\n      source: EIA.gov\n      value: 35954.6\n    - datetime: '2023-01-01'\n      source: EIA.gov\n      value: 35524.7\n    - datetime: '2023-05-01'\n      source: EIA.gov\n      value: 35764.3\n    - datetime: '2023-07-01'\n      source: EIA.gov\n      value: 36263.8\n    - datetime: '2023-10-01'\n      source: EIA.gov\n      value: 36460.6\n    - datetime: '2023-12-01'\n      source: EIA.gov\n      value: 36684.5\n    - datetime: '2024-01-01'\n      source: EIA.gov\n      value: 37180.0\n    - datetime: '2024-04-01'\n      source: EIA.gov\n      value: 37708.4\n    - datetime: '2024-05-01'\n      source: EIA.gov\n      value: 37874.8\n    - datetime: '2024-07-01'\n      source: EIA.gov\n      value: 38282.3\n    - datetime: '2024-08-01'\n      source: EIA.gov\n      value: 38466.1\n    - datetime: '2025-01-01'\n      source: EIA.gov\n      value: 38969.6\n    - datetime: '2025-03-01'\n      source: EIA.gov\n      value: 38821.2\n    - datetime: '2025-05-01'\n      source: EIA.gov\n      value: 39227.4\n    - datetime: '2025-07-01'\n      source: EIA.gov\n      value: 39393.8\n    - datetime: '2025-11-01'\n      source: EIA.gov\n      value: 39834.8\n    - datetime: '2025-12-01'\n      source: EIA.gov\n      value: 39984.8\ncenter_point:\n  - -99.6234521418142\n  - 31.05836020574414\ncentroid:\n  - -98.77455484112068\n  - 30.508820822816638\ncomment: Electric Reliability Council Of Texas, Inc.\ncontributors:\n  - systemcatch\n  - robertahunt\n  - KabelWlan\n  - silkeholmebonnen\n  - alejandranavcas\ncountry: US\ncountry_name: USA\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 268.74\n    biomass:\n      - datetime: '2020-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2021-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2022-01-01'\n        source: BEIS 2021\n        value: 0.0\n      - datetime: '2023-01-01'\n        source: BEIS 2021\n        value: 0.0\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1043.4008891244728\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1032.0234558048815\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1041.5714428045928\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1062.9695874892159\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 393.10006596259814\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 392.2742477255014\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 393.7660838295522\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 392.3322057315127\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 70.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 78.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 29.707905036391203\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 28.739435464835893\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 1070.8111086067734\n      - datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 1068.7253320833786\n      - datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 1068.5017353846156\n      - datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 1479.6758322526446\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 301.74\n    biomass:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020\n        value: 281.38853074481284\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021\n        value: 280.6015234636058\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022\n        value: 274.05045073430733\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023\n        value: 282.7016835752059\n    coal:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1103.4008891244728\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1092.0234558048815\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1101.5714428045928\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1122.9695874892159\n    gas:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 513.1000659625981\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 512.2742477255015\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 513.7660838295521\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 512.3322057315127\n    geothermal:\n      - _comment: Mean of all US zones\n        datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 108.87985131255388\n      - _comment: Mean of all US zones\n        datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 116.28737905336972\n      - _comment: Mean of all US zones\n        datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 67.7079050363912\n      - _comment: Mean of all US zones\n        datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 66.73943546483589\n    oil:\n      - datetime: '2020-01-01'\n        source: eGrid 2020; IPCC 2014\n        value: 1314.8111086067734\n      - datetime: '2021-01-01'\n        source: eGrid 2021; IPCC 2014\n        value: 1312.7253320833786\n      - datetime: '2022-01-01'\n        source: eGrid 2022; IPCC 2014\n        value: 1312.5017353846156\n      - datetime: '2023-01-01'\n        source: eGrid 2023; IPCC 2014\n        value: 1723.6758322526446\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 25.6\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0.1949175601554299\n        gas: 0.4459707369749529\n        geothermal: 0\n        hydro: 0.0015546525109556703\n        hydro discharge: 0\n        nuclear: 0.10425041841030042\n        oil: 0\n        solar: 0.029187962214659528\n        unknown: 0.002396495130441387\n        wind: 0.22172211912519735\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0\n        biomass: 0\n        coal: 0.19491786578971063\n        gas: 0.44597143626518254\n        geothermal: 0\n        hydro: 0.0015546549486790931\n        hydro discharge: 0\n        nuclear: 0.10425058187685324\n        oil: 0\n        solar: 0.029186439963721104\n        unknown: 0.002396498888189354\n        wind: 0.2217224667895142\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 8.404729506510182e-07\n        coal: 0.18024230465958455\n        gas: 0.4425833188758418\n        geothermal: 0.0\n        hydro: 0.0014101642119089405\n        hydro discharge: 3.4611781707007457e-10\n        nuclear: 0.10151390300746489\n        oil: 4.00154225125079e-06\n        solar: 0.04018948605272968\n        unknown: 0.0025397705872362377\n        wind: 0.23151619471805798\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.3502425358014573e-06\n        coal: 0.2632385563593742\n        gas: 0.46668851411609763\n        geothermal: 1.1577966669215217e-07\n        hydro: 0.0026950149796575898\n        hydro discharge: 7.568925672249097e-08\n        nuclear: 0.10357576370385667\n        oil: 8.834904847507445e-06\n        solar: 0.00768957203751795\n        unknown: 0.0007516413395046966\n        wind: 0.1553495791475963\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.25723703093592e-06\n        coal: 0.20469661724946975\n        gas: 0.47180753716004087\n        geothermal: 5.710132214479319e-07\n        hydro: 0.002487713476628793\n        hydro discharge: 0.0\n        nuclear: 0.10807792748731698\n        oil: 6.704291177666471e-06\n        solar: 0.010439589142992992\n        unknown: 0.0020317648204969552\n        wind: 0.20044731655605996\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 3.356277541933444e-06\n        coal: 0.1814775005168527\n        gas: 0.45164478438499556\n        geothermal: 4.2999620828954627e-07\n        hydro: 0.0016651359053034495\n        hydro discharge: 1.8393873490753022e-10\n        nuclear: 0.1095398308416306\n        oil: 4.8211130728127555e-06\n        solar: 0.02179603213262863\n        unknown: 0.004331181610216886\n        wind: 0.22953692335883566\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.648398350205084e-06\n        coal: 0.19252896670585568\n        gas: 0.418277351866136\n        geothermal: 2.7067997916285295e-07\n        hydro: 0.001392620362255648\n        hydro discharge: 5.0961118170545595e-11\n        nuclear: 0.10324993825220949\n        oil: 7.0087080625542214e-06\n        solar: 0.038801938066184295\n        unknown: 0.0015153923208738548\n        wind: 0.24422386593960171\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 2.3820277066535297e-06\n        coal: 0.16866819581113865\n        gas: 0.42490918851350223\n        geothermal: 2.5448845300264115e-07\n        hydro: 0.0009115264020183709\n        hydro discharge: 0.0\n        nuclear: 0.09732216762142645\n        oil: 5.778944777607685e-06\n        solar: 0.054873246415372945\n        unknown: 0.0026751621418813383\n        wind: 0.25063209364065464\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 1.706378867528772e-06\n        coal: 0.14036071235976233\n        gas: 0.4511695932710841\n        geothermal: 6.042376908541695e-08\n        hydro: 0.000813322112690699\n        hydro discharge: 0.0\n        nuclear: 0.09156492488369625\n        oil: 3.190070876229793e-06\n        solar: 0.07115076013356555\n        unknown: 0.0026028574593210904\n        wind: 0.24233286045039404\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.5241\nisRenewable:\n  battery discharge:\n    - datetime: '2025-01-01'\n      value: 0.4362\nparsers:\n  consumption: US_ERCOT.fetch_consumption\n  consumptionForecast: US_ERCOT.fetch_consumption_forecast\n  dayaheadLocationalMarginalPrice: US_ERCOT.fetch_dayahead_locational_marginal_price\n  gridAlerts: email_grid_alerts.fetch_grid_alerts_emails\n  production: US_ERCOT.fetch_production\n  productionCapacity: EIA.fetch_production_capacity\n  productionPerModeForecast: US_ERCOT.fetch_wind_solar_forecasts\n  realtimeLocationalMarginalPrice: US_ERCOT.fetch_realtime_locational_marginal_price\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\ntimezone: US/Central\nzone_name: Electric Reliability Council of Texas\nzone_short_name: ERCOT\n"
  },
  {
    "path": "config/zones/US.yaml",
    "content": "bounding_box:\n  - - -178.21438214382135\n    - 18.906224118294816\n  - - 179.780397803978\n    - 71.35397886338464\ncenter_point:\n  - -117.09340068022681\n  - 45.024183836233846\ncentroid:\n  - -124.71143136720069\n  - 49.97276787769272\nbypassedSubZones:\n  - US-FLA-HST\n  - US-SE-SEPA\n  - US-CAR-YAD\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 11720.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 11500.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10990.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 10830.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 10280.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 10080.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 9960.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 9980.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 277700.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 260860.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 244610.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 232950.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 224240.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 209080.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 198880.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 194130.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 483380.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 507760.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 517900.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 522280.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 529010.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 534630.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 543810.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 542200.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 83790.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 83880.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 83790.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 83960.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 84390.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 84530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 84320.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 84170.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 99630.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 99430.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 98120.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 96500.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 95550.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 94660.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 95770.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 96890.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 43770.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 51990.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 61590.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 76440.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 95390.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 114360.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 139210.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 177470.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40210.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 38340.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 37630.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 33780.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 34440.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 36850.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 35860.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 35580.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 87830.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 94670.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 103840.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 118660.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 133020.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 141670.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 148020.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 153150.0\ncontributors:\n  - kepiej\n  - KabelWlan\n  - robertahunt\n  - danielmatsuda\n  - brandongalbraith\n  - systemcatch\n  - VIKTORVAV99\n  - MisterClean\ncountry: US\ncountry_name: United States\ncurrency: USD\nemissionFactors:\n  direct:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 359.36\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 377.97\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 361.05\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 340.32\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 328.47\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 330.7\n    biomass:\n      datetime: '2020-01-01'\n      source: eGrid 2020\n      value: 0.0\n    coal:\n      datetime: '2020-01-01'\n      source: eGrid 2020\n      value: 989.615358\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 406.0342962\n    geothermal:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 70.87985131\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 353.31\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 374.73\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 359.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 339.4\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 327.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 334.83\n    oil:\n      datetime: '2021-01-01'\n      source: eGrid 2020\n      value: 803.8986689\n  lifecycle:\n    battery discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; National Laboratory of the Rockies\n        value: 392.36\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; National Laboratory of the Rockies\n        value: 410.97\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; National Laboratory of the Rockies\n        value: 394.05\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; National Laboratory of the Rockies\n        value: 373.32\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; National Laboratory of the Rockies\n        value: 361.47\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; National Laboratory of the Rockies\n        value: 363.7\n    biomass:\n      datetime: '2020-01-01'\n      source: eGrid 2020\n      value: 285.8412641\n    coal:\n      datetime: '2020-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 1049.615358\n    gas:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 526.0342962\n    geothermal:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 108.87985131\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 377.31\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 398.73\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 383.12\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 363.4\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 351.53\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 358.83\n    oil:\n      datetime: '2021-01-01'\n      source: eGrid 2020; IPCC 2014\n      value: 1047.8986688999998\n    solar:\n      datetime: '2021-01-01'\n      source: INCER ACV\n      value: 26.22100877\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 2.6751196302328822e-05\n        biomass: 0.0028266210534100247\n        coal: 0.28123441182649267\n        gas: 0.35454908348416\n        geothermal: 0.0019874998216454676\n        hydro: 0.0744535458395\n        hydro discharge: 0.002060774058131473\n        nuclear: 0.19644076851110243\n        oil: 0.001310740719245416\n        solar: 0.014299303424240855\n        unknown: 0.01406260359628589\n        wind: 0.05674773295745195\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 3.199270653000092e-05\n        biomass: 0.0028735632496634557\n        coal: 0.2551030005292525\n        gas: 0.3377156871431816\n        geothermal: 0.0020752268213588805\n        hydro: 0.08657998205558926\n        hydro discharge: 0.0006458901903401022\n        nuclear: 0.21538252440062855\n        oil: 0.000687823169015468\n        solar: 0.013661544163452185\n        unknown: 0.014521858034886263\n        wind: 0.07072079900234686\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 3.735743809937116e-05\n        biomass: 0.002846683471598554\n        coal: 0.21070541496440243\n        gas: 0.391809333491901\n        geothermal: 0.001962938872514026\n        hydro: 0.07884476068291084\n        hydro discharge: 0.0008278123361740544\n        nuclear: 0.19538459968023322\n        oil: 0.000730295061438464\n        solar: 0.021233814915913175\n        unknown: 0.016564302040173416\n        wind: 0.0790524026400058\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.000244989052381138\n        biomass: 0.002809128988987215\n        coal: 0.2240286568696107\n        gas: 0.360300096070007\n        geothermal: 0.0019879007587004283\n        hydro: 0.07381241222766502\n        hydro discharge: 0.0008213275150807546\n        nuclear: 0.19824224228709858\n        oil: 0.0008557548842680487\n        solar: 0.024266747224198998\n        unknown: 0.01614842777486053\n        wind: 0.09648214040820481\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0006644936781819898\n        biomass: 0.00248965054583771\n        coal: 0.20441566515927173\n        gas: 0.3682374077728569\n        geothermal: 0.0018021250007380712\n        hydro: 0.07543869511605193\n        hydro discharge: 4.537677447046086e-06\n        nuclear: 0.18797920726572112\n        oil: 0.001466124673963169\n        solar: 0.03143540285660474\n        unknown: 0.015793964123191024\n        wind: 0.11027244203767458\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0011208311628839352\n        biomass: 0.0022911596155774897\n        coal: 0.1681048880022955\n        gas: 0.40767285419088717\n        geothermal: 0.0017633983825025336\n        hydro: 0.06664840375503789\n        hydro discharge: 2.2653203277626558e-05\n        nuclear: 0.1919297673328401\n        oil: 0.0008875521364880435\n        solar: 0.036972927459937105\n        unknown: 0.017414508337906885\n        wind: 0.10517083862296002\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.4048\n    - datetime: '2021-01-01'\n      value: 0.3991\n    - datetime: '2022-01-01'\n      value: 0.4122\n    - datetime: '2023-01-01'\n      value: 0.4112\n    - datetime: '2024-01-01'\n      value: 0.4255\n    - datetime: '2025-01-01'\n      value: 0.4392\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.4174\n    - datetime: '2021-01-01'\n      value: 0.4112\n    - datetime: '2022-01-01'\n      value: 0.4202\n    - datetime: '2023-01-01'\n      value: 0.4139\n    - datetime: '2024-01-01'\n      value: 0.4264\n    - datetime: '2025-01-01'\n      value: 0.4348\nisRenewable:\n  battery discharge:\n    - datetime: '2020-01-01'\n      value: 0.1972\n    - datetime: '2021-01-01'\n      value: 0.2025\n    - datetime: '2022-01-01'\n      value: 0.2221\n    - datetime: '2023-01-01'\n      value: 0.22\n    - datetime: '2024-01-01'\n      value: 0.2411\n    - datetime: '2025-01-01'\n      value: 0.2585\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1971\n    - datetime: '2021-01-01'\n      value: 0.2036\n    - datetime: '2022-01-01'\n      value: 0.2186\n    - datetime: '2023-01-01'\n      value: 0.2102\n    - datetime: '2024-01-01'\n      value: 0.2243\n    - datetime: '2025-01-01'\n      value: 0.2371\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\nsources:\n  INCER ACV:\n    link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\n  eGrid 2020:\n    link: https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing\n  eGrid 2021:\n    link: ' https://drive.google.com/file/d/1_FAAuTtIdMuORZKsqHnd9vMNHlQgYarh/view?usp=sharing'\n  eGrid 2022:\n    link: https://www.epa.gov/egrid/historical-egrid-data\n  eGrid 2023:\n    link: https://www.epa.gov/egrid/detailed-data\nsubZoneNames:\n  - US-AK\n  - US-AK-SEAPA\n  - US-CAL-BANC\n  - US-CAL-CISO\n  - US-CAL-IID\n  - US-CAL-LDWP\n  - US-CAL-TIDC\n  - US-CAR-CPLE\n  - US-CAR-CPLW\n  - US-CAR-DUK\n  - US-CAR-SC\n  - US-CAR-SCEG\n  - US-CAR-YAD\n  - US-CENT-SPA\n  - US-CENT-SWPP\n  - US-FLA-FMPP\n  - US-FLA-FPC\n  - US-FLA-FPL\n  - US-FLA-GVL\n  - US-FLA-HST\n  - US-FLA-JEA\n  - US-FLA-SEC\n  - US-FLA-TAL\n  - US-FLA-TEC\n  - US-HI\n  - US-MIDA-PJM\n  - US-MIDW-AECI\n  - US-MIDW-LGEE\n  - US-MIDW-MISO\n  - US-NE-ISNE\n  - US-NW-AVA\n  - US-NW-BPAT\n  - US-NW-CHPD\n  - US-NW-DOPD\n  - US-NW-GCPD\n  - US-NW-GRID\n  - US-NW-IPCO\n  - US-NW-NEVP\n  - US-NW-NWMT\n  - US-NW-PACE\n  - US-NW-PACW\n  - US-NW-PGE\n  - US-NW-PSCO\n  - US-NW-PSEI\n  - US-NW-SCL\n  - US-NW-TPWR\n  - US-NW-WACM\n  - US-NW-WAUW\n  - US-NY-NYIS\n  - US-SE-SEPA\n  - US-SE-SOCO\n  - US-SW-AZPS\n  - US-SW-EPE\n  - US-SW-PNM\n  - US-SW-SRP\n  - US-SW-TEPC\n  - US-SW-WALC\n  - US-TEN-TVA\n  - US-TEX-ERCO\ntimezone: US/Central\nzone_name: United States\n"
  },
  {
    "path": "config/zones/UY.yaml",
    "content": "bounding_box:\n  - - -58.43398433984335\n    - -34.96975129408742\n  - - -53.10953109531091\n    - -30.102638579196146\ncenter_point:\n  - -55.87466207590916\n  - -32.5622335370598\ncentroid:\n  - -56.108361083610774\n  - -32.559729744321984\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 740.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1110.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1540.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 280.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 300.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 80.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 70.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1520.0\ncontributors:\n  - jarek\n  - corradio\n  - nessie2013\n  - ZachEichen\n  - ananyasharma20\ncountry: UY\ncountry_name: Uruguay\ncurrency: UYU\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.10189178210352563\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.5322689371691393\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.005807650838278039\n        solar: 0.013372358999566437\n        unknown: 0.0\n        wind: 0.34665924462806685\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08922782706975073\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.5427438121367806\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.04240009566862567\n        solar: 0.013863384072457234\n        unknown: 0.0\n        wind: 0.31176490117183686\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07294626391000532\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.5869869372678077\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.018352633824324324\n        solar: 0.018086425703040337\n        unknown: 0.0\n        wind: 0.3036277586973342\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0654664697660637\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.4957158682889593\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.02950662902675255\n        solar: 0.030168741379979058\n        unknown: 0.0\n        wind: 0.37914220536229815\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.05815814588529661\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.5641765425318966\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.020438186661280396\n        solar: 0.028492099967150297\n        unknown: 0.0\n        wind: 0.3287349870761098\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.08468185479073317\n        coal: 6.59190490809591e-05\n        gas: 0.024013678413536913\n        geothermal: 0.0\n        hydro: 0.33957226081757397\n        hydro discharge: 0.000507628760693358\n        nuclear: 0.003827639280891196\n        oil: 0.06898748504076768\n        solar: 0.036891293712008055\n        unknown: 0.0008484239753806226\n        wind: 0.4406037579031474\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07303559006116893\n        coal: 2.716601900530922e-05\n        gas: 0.0025670670099371606\n        geothermal: 0.0\n        hydro: 0.3668311383666573\n        hydro discharge: 3.058338748759803e-05\n        nuclear: 0.00027276987818213857\n        oil: 0.17346466458981274\n        solar: 0.033294828749634915\n        unknown: 0.0003064269840484016\n        wind: 0.350169781879017\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.07298196307604185\n        coal: 0.0\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.4227444933954138\n        hydro discharge: 0.0\n        nuclear: 1.5401276940754675e-05\n        oil: 0.10218022765118535\n        solar: 0.03829332106711431\n        unknown: 0.00014799074306594834\n        wind: 0.36363661131760455\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.09581798555076412\n        coal: 2.4754602352701224e-07\n        gas: 1.5141990442545767e-07\n        geothermal: 0.0\n        hydro: 0.36335425559431467\n        hydro discharge: 0.0\n        nuclear: 0.0017245663772034168\n        oil: 0.08086309821899737\n        solar: 0.040384944955206836\n        unknown: 0.01060976982660328\n        wind: 0.4072449456333638\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.1293631502974144\n        coal: 1.5651030164388572e-07\n        gas: 9.569023623823065e-08\n        geothermal: 0.0\n        hydro: 0.4983044878157197\n        hydro discharge: 0.0\n        nuclear: 3.503235767365732e-05\n        oil: 0.008651041237695145\n        solar: 0.03225785414410065\n        unknown: 0.0002458679526720795\n        wind: 0.3311423018301735\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: UY.fetch_consumption\n  production: UY.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Montevideo\nzone_name: Uruguay\n"
  },
  {
    "path": "config/zones/UZ.yaml",
    "content": "bounding_box:\n  - - 55.997790533287294\n    - 37.18830730933749\n  - - 73.11853118531187\n    - 45.56232808111943\ncenter_point:\n  - 64.18417880216785\n  - 41.39517100143724\ncentroid:\n  - 66.14360204736195\n  - 40.8635212297955\ncapacity:\n  solar:\n    - datetime: '2024-08-30'\n      source: gov.uz\n      comment: The Ministry of Energy of the Republic of Uzbekistan\n      value: 2300\n    - datetime: '2026-01-01'\n      source: gov.uz\n      comment: The Ministry of Energy of the Republic of Uzbekistan\n      value: 3930\n  wind:\n    - datetime: '2024-08-30'\n      source: gov.uz\n      comment: The Ministry of Energy of the Republic of Uzbekistan\n      value: 500\n    - datetime: '2026-01-01'\n      source: gov.uz\n      comment: The Ministry of Energy of the Republic of Uzbekistan\n      value: 1652\n  hydro:\n    - datetime: '2024-08-29'\n      source: stat.uz\n      comment: Statistics Agency under the President of the Republic of Uzbekistan\n      value: 2381\n    - datetime: '2026-01-01'\n      source: gov.uz\n      comment: The Ministry of Energy of the Republic of Uzbekistan\n      value: 2441\n  gas:\n    - datetime: '2024-08-29'\n      source: stat.uz\n      comment: Statistics Agency under the President of the Republic of Uzbekistan\n      value: 13874\ncountry: UZ\ncountry_name: Uzbekistan\ncurrency: UZS\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Asia\ntimezone: Asia/Samarkand\nzone_name: Uzbekistan\n"
  },
  {
    "path": "config/zones/VC.yaml",
    "content": "bounding_box:\n  - - -61.27081270812704\n    - 13.14611571563755\n  - - -61.166411664116595\n    - 13.36936463757904\ncenter_point:\n  - -61.21861218612182\n  - 13.257740176608294\ncentroid:\n  - -61.216812168121635\n  - 13.233888796058986\ncapacity:\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\ncountry: VC\ncountry_name: Saint Vincent and the Grenadines\ncurrency: XCD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/St_Vincent\nzone_name: Saint Vincent and the Grenadines\n"
  },
  {
    "path": "config/zones/VE.yaml",
    "content": "bounding_box:\n  - - -73.37773377733772\n    - 0.655624749577242\n  - - -59.81639816398159\n    - 12.198738880219125\ncenter_point:\n  - -66.62619358017581\n  - 6.1445372481449185\ncentroid:\n  - -65.93656804407969\n  - 7.592686628815739\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 60.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 12240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 12590.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 16830.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 16910.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 16830.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 16910.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 4110.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4390.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4360.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 4660.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\ncountry: VE\ncountry_name: Venezuela\ncurrency: VEF\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/Caracas\nzone_name: Venezuela\n"
  },
  {
    "path": "config/zones/VI.yaml",
    "content": "bounding_box:\n  - - -64.87804878048776\n    - 17.689803710280245\n  - - -64.55764557645571\n    - 17.775668680257738\ncenter_point:\n  - -64.71784717847174\n  - 17.73273619526899\ncentroid:\n  - -64.77124771247708\n  - 17.738937554211812\ncapacity:\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: VI\ncountry_name: USA\ncurrency: USD\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Americas\ntimezone: America/St_Thomas\nzone_name: Virgin Islands\n"
  },
  {
    "path": "config/zones/VN.yaml",
    "content": "bounding_box:\n  - - 102.12042120421202\n    - 8.590979058331172\n  - - 109.46449464494643\n    - 23.36547822579297\ncenter_point:\n  - 107.67929054213772\n  - 15.790569851015427\ncentroid:\n  - 106.15360914332568\n  - 16.184287678591165\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 270.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 390.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 380.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 420.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 15570.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 17800.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 19000.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 20290.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 22690.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 24610.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 26520.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 27240.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 8150.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 17810.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 17990.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 20330.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 20820.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 21850.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 22530.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 22920.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 23710.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4990.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 16660.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 16700.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 18590.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 18670.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 240.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 370.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 520.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 4120.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 5070.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 5890.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 6180.0\ncontributors:\n  - alixunderplatz\n  - MuffinCompiler\n  - VIKTORVAV99\ncountry: VN\ncountry_name: Vietnam\ncurrency: VND\nemissionFactors:\n  direct:\n    unknown:\n      - datetime: '2022-01-01'\n        source: EMBER 2022; assumes 38.76% coal, 36.91% hydro, 10.68% gas, 10.14% solar, 3.09% wind, 0.14% biomass and 0.27% from other thermal\n        value: 336\n  lifecycle:\n    unknown:\n      - datetime: '2022-01-01'\n        source: EMBER 2022; assumes 38.76% coal, 36.91% hydro, 10.68% gas, 10.14% solar, 3.09% wind, 0.14% biomass and 0.27% from other thermal\n        value: 386\nfallbackZoneMixes:\n  _source: EMBER 2022\n  powerOriginRatios:\n    value:\n      biomass: 0.0014\n      coal: 0.3876\n      gas: 0.1068\n      hydro: 0.3691\n      solar: 0.1014\n      unknown: 0.0027\n      wind: 0.0309\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nisLowCarbon:\n  unknown:\n    - datetime: '2022-01-01'\n      source: EMBER 2022; assumes 38.76% coal, 36.91% hydro, 10.68% gas, 10.14% solar, 3.09% wind, 0.14% biomass and 0.27% from other thermal\n      value: 0.5028\nisRenewable:\n  unknown:\n    - datetime: '2022-01-01'\n      source: EMBER 2022; assumes 38.76% coal, 36.91% hydro, 10.68% gas, 10.14% solar, 3.09% wind, 0.14% biomass and 0.27% from other thermal\n      value: 0.5028\nparsers:\n  consumption: VN.fetch_consumption\n  price: VN.fetch_price\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\nsources:\n  EMBER 2022:\n    link: https://ember-climate.org/countries-and-regions/countries/viet-nam/\ntimezone: Asia/Ho_Chi_Minh\nzone_name: Vietnam\n"
  },
  {
    "path": "config/zones/VU.yaml",
    "content": "bounding_box:\n  - - 166.52146521465212\n    - -19.657164981433297\n  - - 169.43749437494373\n    - -13.708153644825515\ncenter_point:\n  - 168.1450814508145\n  - -16.573181476408095\ncentroid:\n  - 167.92384287479237\n  - -16.292246906454437\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: VU\ncountry_name: Vanuatu\ncurrency: VUV\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Efate\nzone_name: Vanuatu\n"
  },
  {
    "path": "config/zones/WS.yaml",
    "content": "bounding_box:\n  - - -172.7819278192781\n    - -14.051613524735515\n  - - -171.43911439114382\n    - -13.463438480389641\ncenter_point:\n  - -172.21312213122124\n  - -13.801174028967807\ncentroid:\n  - -172.0957609576095\n  - -13.782713060422646\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 20.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\ncountry: WS\ncountry_name: Samoa\ncurrency: WST\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Oceania\ntimezone: Pacific/Apia\nzone_name: Samoa\n"
  },
  {
    "path": "config/zones/XK.yaml",
    "content": "bounding_box:\n  - - 20.02520025200255\n    - 41.87367250444305\n  - - 21.764017640176434\n    - 43.25752960391377\ncenter_point:\n  - 20.820077774509578\n  - 42.59485102103011\ncentroid:\n  - 20.795007950079523\n  - 42.56909925665897\ncapacity:\n  coal:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 1288.0\n  hydro:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 68.0\n  wind:\n    - datetime: '2021-01-01'\n      source: entsoe.eu\n      value: 32.0\n    - datetime: '2022-01-01'\n      source: entsoe.eu\n      value: 136.0\ncontributors:\n  - veqtrus\ncountry: XK\ncountry_name: Kosovo\ncurrency: EUR\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9447379017783285\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.005432064852648763\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0498275361549771\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9447379017783285\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.005432064852648763\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.0498275361549771\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.944738381475537\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.005431956334587535\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.04982654073467818\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.9615268271994712\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.0037817640729053033\n        hydro discharge: 0.0\n        nuclear: 0.0\n        oil: 0.0\n        solar: 0.0\n        unknown: 0.0\n        wind: 0.03468923949819431\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 4.353036795176602e-05\n        coal: 0.9975576208818636\n        gas: 0.00020344715880278754\n        geothermal: 1.7899540164261716e-07\n        hydro: 0.0017422788375226076\n        hydro discharge: 2.8718087925927422e-05\n        nuclear: 0.000221023193516374\n        oil: 4.827949365406371e-07\n        solar: 3.951528761216786e-05\n        unknown: 0.00010016024341640502\n        wind: 6.297518034488738e-05\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0023816003001928695\n        coal: 0.835014786998203\n        gas: 0.03384239731342175\n        geothermal: 0.00020927339476325204\n        hydro: 0.06047395765504976\n        hydro discharge: 0.0020188910831115204\n        nuclear: 0.0183562161017522\n        oil: 0.004128541971831687\n        solar: 0.0058458081620847355\n        unknown: 0.001751888418549963\n        wind: 0.03597584692153015\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0033897390890116714\n        coal: 0.7875672777743695\n        gas: 0.038787231841712566\n        geothermal: 0.0003112069146015089\n        hydro: 0.10406654495068075\n        hydro discharge: 0.003069996226269464\n        nuclear: 0.01951752066950715\n        oil: 0.003960144316652212\n        solar: 0.007718163854089555\n        unknown: 0.0020727838824586447\n        wind: 0.02953889531474525\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 2.2592924488630297e-08\n        biomass: 0.003470411986561186\n        coal: 0.7999001644487332\n        gas: 0.0499852784504032\n        geothermal: 0.0004942750917196887\n        hydro: 0.08680507561280547\n        hydro discharge: 0.0019120424270334232\n        nuclear: 0.018420251788848048\n        oil: 0.0029364007820069584\n        solar: 0.01435756790059774\n        unknown: 0.002092146765935501\n        wind: 0.0196257037300602\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  consumption: ENTSOE.fetch_consumption\n  consumptionForecast: ENTSOE.fetch_consumption_forecast\n  generationForecast: ENTSOE.fetch_generation_forecast\n  production: ENTSOE.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n  productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts\n  productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead\n  productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday\n  productionPerModeForecastLatest: ENTSOE.fetch_wind_solar_forecasts_current\nregion: Europe\ntimezone: Europe/Belgrade\nzone_name: Kosovo\n"
  },
  {
    "path": "config/zones/XX.yaml",
    "content": "bounding_box:\n  - - 32.704233654148894\n    - 35.0036150292379\n  - - 34.585475775831256\n    - 35.69471538398224\ncenter_point:\n  - 33.644854714990075\n  - 35.34916520661007\ncentroid:\n  - 33.508806431331756\n  - 35.20741965776527\ncountry: null\ncountry_name: Northern Cyprus\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nregion: Europe\ntimezone: Asia/Nicosia\nzone_name: Northern Cyprus\n"
  },
  {
    "path": "config/zones/YE.yaml",
    "content": "bounding_box:\n  - - 42.611826118261206\n    - 12.30463900985805\n  - - 54.47034470344704\n    - 18.99495125393824\ncenter_point:\n  - 47.84706497522005\n  - 15.7867314011554\ncentroid:\n  - 47.581614398684586\n  - 15.034887883231493\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 400.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 530.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 790.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 250.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 290.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1180.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 1270.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 1290.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1400.0\ncountry: YE\ncountry_name: Yemen\ncurrency: YER\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Asia\ntimezone: Asia/Aden\nzone_name: Yemen\n"
  },
  {
    "path": "config/zones/YT.yaml",
    "content": "bounding_box:\n  - - 45.0418504185042\n    - -12.886712098707434\n  - - 45.200252002520045\n    - -12.69780916475694\ncenter_point:\n  - 45.12105121051212\n  - -12.792260631732187\ncentroid:\n  - 45.12465124651248\n  - -12.769363306404854\ncapacity:\n  oil:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 99.0\n  solar:\n    - datetime: '2017-01-01'\n      source: IRENA.org\n      value: 15.15\n    - datetime: '2018-01-01'\n      source: IRENA.org\n      value: 15.73\n    - datetime: '2019-01-01'\n      source: IRENA.org\n      value: 16.81\n    - datetime: '2020-01-01'\n      source: IRENA.org\n      value: 18.57\n    - datetime: '2021-01-01'\n      source: IRENA.org\n      value: 30.03\n    - datetime: '2023-01-01'\n      source: IRENA.org\n      value: 31.23\ncountry: YT\ncountry_name: Mayotte\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: IRENA.fetch_production_capacity\nregion: Africa\ntimezone: Indian/Mayotte\nzone_name: Mayotte\n"
  },
  {
    "path": "config/zones/ZA.yaml",
    "content": "bounding_box:\n  - - 16.486364863648646\n    - -46.95507002011344\n  - - 37.89577895778959\n    - -22.131507199618248\ncenter_point:\n  - 24.738611853654092\n  - -28.466860005694404\ncentroid:\n  - 24.86591619045054\n  - -29.15101718443006\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 260.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 41490.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 42290.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 43880.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 44680.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 46270.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 45890.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 46690.0\n  gas:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1290.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 750.0\n  nuclear:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 1940.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 1930.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1940.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1930.0\n  oil:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2420.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 3450.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 4810.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 4910.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 5990.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 6320.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 6330.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 6160.0\n    - datetime: '2024-01-01'\n      source: Ember, Yearly electricity data\n      value: 6670.0\n  wind:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2090.0\n    - datetime: '2020-01-01'\n      source: Ember, Yearly electricity data\n      value: 2520.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2490.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3160.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 3440.0\ncontributors:\n  - IV1T3\ncountry: ZA\ncountry_name: South Africa\ncurrency: ZAR\nemissionFactors:\n  direct:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average\n        value: 656.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average\n        value: 641.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average\n        value: 637.6\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average\n        value: 636.0\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average\n        value: 658.32\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average\n        value: 646.53\n  lifecycle:\n    hydro discharge:\n      - _comment: used storage values greater than zero.\n        datetime: '2020-01-01'\n        source: Electricity Maps, 2020 zone average; IPCC 2014\n        value: 680.24\n      - _comment: used storage values greater than zero.\n        datetime: '2021-01-01'\n        source: Electricity Maps, 2021 zone average; IPCC 2014\n        value: 665.14\n      - _comment: used storage values greater than zero.\n        datetime: '2022-01-01'\n        source: Electricity Maps, 2022 zone average; IPCC 2014\n        value: 661.6\n      - _comment: used storage values greater than zero.\n        datetime: '2023-01-01'\n        source: Electricity Maps, 2023 zone average; IPCC 2014\n        value: 660.0\n      - _comment: used storage values greater than zero.\n        datetime: '2024-01-01'\n        source: Electricity Maps, 2024 zone average; IPCC 2014\n        value: 682.32\n      - _comment: used storage values greater than zero.\n        datetime: '2025-01-01'\n        source: Electricity Maps, 2025 zone average; IPCC 2014\n        value: 670.53\nfallbackZoneMixes:\n  powerOriginRatios:\n    - _source: Electricity Maps, 2015 average\n      datetime: '2015-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.84842248637789\n        gas: 3.476470527164604e-05\n        geothermal: 0.0\n        hydro: 0.0060998505339288816\n        hydro discharge: 0.025580767615433594\n        nuclear: 0.05183612201972084\n        oil: 0.010793678792186435\n        solar: 0.02309443781351213\n        unknown: 0.0005424864389259665\n        wind: 0.033595356617739484\n    - _source: Electricity Maps, 2016 average\n      datetime: '2016-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0\n        coal: 0.8484209927505983\n        gas: 3.4764641058272466e-05\n        geothermal: 0.0\n        hydro: 0.006099840599747045\n        hydro discharge: 0.025580720365575602\n        nuclear: 0.051836030527260726\n        oil: 0.010793661530356033\n        solar: 0.023096157087432772\n        unknown: 0.0005424854909769813\n        wind: 0.03359529787349316\n    - _source: Electricity Maps, 2017 average\n      datetime: '2017-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000760892274589424\n        coal: 0.844572491359832\n        gas: 8.284184102038638e-06\n        geothermal: 0.0\n        hydro: 0.006900259846437895\n        hydro discharge: 0.020041923174845506\n        nuclear: 0.048710309529651746\n        oil: 0.013288739108568601\n        solar: 0.025204953835438717\n        unknown: 0.0004831570072476832\n        wind: 0.04002900778013009\n    - _source: Electricity Maps, 2018 average\n      datetime: '2018-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.000173947558842206\n        coal: 0.8752628301955635\n        gas: 1.3540860096541649e-05\n        geothermal: 0.0\n        hydro: 0.004846967391191555\n        hydro discharge: 0.02616477406084253\n        nuclear: 0.04321701102298505\n        oil: 0.004468535054515985\n        solar: 0.017649830612491275\n        unknown: 0.0004804502279955954\n        wind: 0.027722106945612692\n    - _source: Electricity Maps, 2019 average\n      datetime: '2019-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0002621345260866036\n        coal: 0.8498764387939348\n        gas: 6.939507185274348e-06\n        geothermal: 0.0\n        hydro: 0.0028990989234765857\n        hydro discharge: 0.028350154939791854\n        nuclear: 0.05926960859155413\n        oil: 0.009263782772792738\n        solar: 0.02109751165266777\n        unknown: 8.75132256739638e-05\n        wind: 0.028886792477136637\n    - _source: Electricity Maps, 2020 average\n      datetime: '2020-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.00039741943897321854\n        coal: 0.8464302597332872\n        gas: 1.4361373827902206e-05\n        geothermal: 0.0\n        hydro: 0.003448888205842276\n        hydro discharge: 0.03155911499240145\n        nuclear: 0.05290767346134312\n        oil: 0.008676974198060738\n        solar: 0.026130748066342163\n        unknown: 0.0\n        wind: 0.030434534965674397\n    - _source: Electricity Maps, 2021 average\n      datetime: '2021-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0005550119630604033\n        coal: 0.8268065924868174\n        gas: 1.2419063868655336e-06\n        geothermal: 0.0\n        hydro: 0.007023381547052183\n        hydro discharge: 0.029636903611890135\n        nuclear: 0.05446166987493735\n        oil: 0.014220180835782492\n        solar: 0.029868263442209574\n        unknown: 0.0\n        wind: 0.0374267298542658\n    - _source: Electricity Maps, 2022 average\n      datetime: '2022-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0010104816471092491\n        coal: 0.8200639840543928\n        gas: 1.9648686436505895e-05\n        geothermal: 0.0\n        hydro: 0.014524550051118855\n        hydro discharge: 0.026930971638054014\n        nuclear: 0.046777570430097476\n        oil: 0.016606120835264974\n        solar: 0.029039561136780613\n        unknown: 0.0\n        wind: 0.04502708181511649\n    - _source: Electricity Maps, 2023 average\n      datetime: '2023-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0011619642039834147\n        coal: 0.8094105863589608\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.009646156552495752\n        hydro discharge: 0.027541670335339056\n        nuclear: 0.03977775737224078\n        oil: 0.02455661197517739\n        solar: 0.03106976815652497\n        unknown: 0.0\n        wind: 0.05683535650908905\n    - _source: Electricity Maps, 2024 average\n      datetime: '2024-01-01'\n      value:\n        battery discharge: 0.0\n        biomass: 0.0011050903063520342\n        coal: 0.8343913566249075\n        gas: 0.0\n        geothermal: 0.0\n        hydro: 0.005247400461642989\n        hydro discharge: 0.022812642697142897\n        nuclear: 0.03754746705427782\n        oil: 0.014101937491012602\n        solar: 0.031763672924306964\n        unknown: 0.0\n        wind: 0.05303024755245981\nhas_day_ahead_price_license: false\nhide_day_ahead_price: false\nisLowCarbon:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.1307\n    - datetime: '2021-01-01'\n      value: 0.1472\n    - datetime: '2022-01-01'\n      value: 0.1504\n    - datetime: '2023-01-01'\n      value: 0.1503\n    - datetime: '2024-01-01'\n      value: 0.1281\n    - datetime: '2025-01-01'\n      value: 0.1435\n  unknown:\n    value: 1\nisRenewable:\n  hydro discharge:\n    - datetime: '2020-01-01'\n      value: 0.078\n    - datetime: '2021-01-01'\n      value: 0.0932\n    - datetime: '2022-01-01'\n      value: 0.1039\n    - datetime: '2023-01-01'\n      value: 0.1091\n    - datetime: '2024-01-01'\n      value: 0.0878\n    - datetime: '2025-01-01'\n      value: 0.0907\n  unknown:\n    value: 1\nparsers:\n  production: ESKOM.fetch_production\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\nsources:\n  IPCC 2014:\n    link: https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_annex-iii.pdf#page=7\n  National Laboratory of the Rockies:\n    link: https://docs.nrel.gov/docs/fy21osti/80580.pdf\ntimezone: Africa/Johannesburg\nzone_name: South Africa\n"
  },
  {
    "path": "config/zones/ZM.yaml",
    "content": "bounding_box:\n  - - 21.980019800198022\n    - -18.065800871183633\n  - - 33.67293672936731\n    - -8.194191489437074\ncenter_point:\n  - 27.793429278161966\n  - -13.134822739245156\ncentroid:\n  - 28.652614526145285\n  - -12.804842711999566\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 40.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 330.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 2400.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 2710.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 3170.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 0.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2019-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 130.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 200.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 190.0\ncountry: ZM\ncountry_name: Zambia\ncurrency: ZMW\nfallbackZoneMixes:\n  _source: Our world in data 2019\n  _url: https://ourworldindata.org/grapher/electricity-prod-source-stacked?time=earliest..latest&country=~ZMB\n  powerOriginRatios:\n    value:\n      coal: 0.11\n      hydro: 0.83\n      oil: 0.06\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Maputo\nzone_name: Zambia\n"
  },
  {
    "path": "config/zones/ZW.yaml",
    "content": "bounding_box:\n  - - 25.227252272522747\n    - -22.3976886065485\n  - - 33.03573035730358\n    - -15.61435597832601\ncenter_point:\n  - 29.321467588966293\n  - -18.989150357823178\ncentroid:\n  - 29.81626959126735\n  - -18.691388509591135\ncapacity:\n  biomass:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 100.0\n  coal:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 950.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 1000.0\n    - datetime: '2023-01-01'\n      source: Ember, Yearly electricity data\n      value: 1330.0\n  hydro:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 780.0\n    - datetime: '2018-01-01'\n      source: Ember, Yearly electricity data\n      value: 1080.0\n  solar:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\n    - datetime: '2021-01-01'\n      source: Ember, Yearly electricity data\n      value: 30.0\n    - datetime: '2022-01-01'\n      source: Ember, Yearly electricity data\n      value: 50.0\n  unknown:\n    - datetime: '2017-01-01'\n      source: Ember, Yearly electricity data\n      value: 10.0\ncountry: ZW\ncountry_name: Zimbabwe\ncurrency: ZWL\nhas_day_ahead_price_license: False\nhide_day_ahead_price: False\nparsers:\n  productionCapacity: EMBER.fetch_production_capacity\nregion: Africa\ntimezone: Africa/Harare\nzone_name: Zimbabwe\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/CA_ON.py",
    "content": "import logging\nfrom datetime import datetime\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\nlogger = logging.getLogger(__name__)\n\nMODE_MAPPING = {\n    \"Nuclear\": \"nuclear\",\n    \"Hydroelectric\": \"hydro\",\n    \"Gas/Oil\": \"gas\",\n    \"Wind\": \"wind\",\n    \"Biofuel\": \"biomass\",\n    \"Solar\": \"solar\",\n}\n\n\n\"\"\"Disclaimer: only valid for real-time data, historical capacity is not available\"\"\"\nOUTLOOK_URL = \"https://www.ieso.ca/-/media/Files/IESO/Document-Library/planning-forecasts/reliability-outlook/ReliabilityOutlookTables_{date}.ashx\"\n\n\ndef get_data_from_url(session: Session, target_datetime: datetime) -> pd.DataFrame:\n    file_url = OUTLOOK_URL.format(date=target_datetime.strftime(\"%Y%b\"))\n    file_response: Response = session.get(file_url)\n    if \"Error-404\" not in file_response.url and file_response.ok:\n        df = pd.read_excel(\n            file_response.url, sheet_name=\"Table 4.1\", header=4, skipfooter=3\n        )\n        return df\n    else:\n        raise ValueError(\n            f\"Failed to fetch capacity data for IESO from url: {file_url} with date {target_datetime.date()}\"\n        )\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any]:\n    last_full_quarter_month = get_last_month_of_last_full_quarter(target_datetime)\n    df = get_data_from_url(session, last_full_quarter_month)\n\n    df = df.rename(\n        columns={\"Fuel Type\": \"mode\", \"Total Installed Capacity\\n(MW)\": \"value\"}\n    )\n    df = df[[\"mode\", \"value\"]]\n    df[\"mode\"] = df[\"mode\"].apply(lambda x: MODE_MAPPING.get(x))\n    df = df.dropna(subset=[\"mode\"])  # Drop rows where 'mode' is None\n    capacity = {}\n    for _idx, data in df.iterrows():\n        capacity[data[\"mode\"]] = {\n            \"datetime\": last_full_quarter_month.strftime(\"%Y-%m-%d\"),\n            \"value\": round(data[\"value\"], 0),\n            \"source\": \"ieso.ca\",\n        }\n    logger.info(\n        f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n{capacity}\"\n    )\n    return capacity\n\n\ndef get_last_month_of_last_full_quarter(\n    target_datetime: datetime,\n) -> datetime:\n    # Calculate the last month of the last full quarter\n    current_quarter = ((target_datetime.month - 1) // 3) + 1\n    last_full_quarter = current_quarter - 1 if current_quarter > 1 else 4\n    year = target_datetime.year if current_quarter > 1 else target_datetime.year - 1\n    quarter_end_month = last_full_quarter * 3\n    last_day_of_month = 31 if quarter_end_month in [3, 12] else 30\n    return target_datetime.replace(\n        year=year, month=quarter_end_month, day=last_day_of_month\n    )\n\n\nif __name__ == \"__main__\":\n    logging.basicConfig(level=logging.INFO)\n    fetch_production_capacity(ZoneKey(\"CA_ON\"), datetime(2025, 3, 1), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/CEA.py",
    "content": "from datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config.capacity import CAPACITY_PARSER_SOURCE_TO_ZONES\nfrom electricitymap.contrib.types import ZoneKey\n\nlogger = getLogger(__name__)\nSOURCE = \"cea.nic.in\"\nCAPACITY_URL = \"https://cea.nic.in/api/installed_capacity.php\"\nREGION_MAPPING = {\n    \"Northern\": \"IN-NO\",\n    \"Western\": \"IN-WE\",\n    \"Southern\": \"IN-SO\",\n    \"Eastern\": \"IN-EA\",\n    \"North Eastern\": \"IN-NE\",\n}\nMODE_MAPPING = {\n    \"Coal\": \"coal\",\n    \"Gas\": \"gas\",\n    \"Diesel\": \"oil\",\n    \"Nuclear\": \"nuclear\",\n    \"Hydro\": \"hydro\",\n}\nIN_ZONES = CAPACITY_PARSER_SOURCE_TO_ZONES[\"CEA\"]\n\nIN_STATE_TO_ZONE_MAPPING = {\n    \"Andhra Pradesh\": \"IN-SO\",\n    \"Arunachal Pradesh\": \"IN-NE\",\n    \"Assam\": \"IN-NE\",\n    \"Bihar\": \"IN-EA\",\n    \"Chhatisgarh\": \"IN-WE\",\n    \"Goa\": \"IN-WE\",\n    \"Gujarat\": \"IN-WE\",\n    \"Haryana\": \"IN-NO\",\n    \"Himachal Pradesh\": \"IN-NO\",\n    \"Jammu & Kashmir\": \"IN-NO\",\n    \"Jharkhand\": \"IN-EA\",\n    \"Karnataka\": \"IN-SO\",\n    \"Kerala\": \"IN-SO\",\n    \"Ladakh\": \"IN-NO\",\n    \"Madhya Pradesh\": \"IN-WE\",\n    \"Maharashtra\": \"IN-WE\",\n    \"Manipur\": \"IN-NE\",\n    \"Meghalaya\": \"IN-NE\",\n    \"Mizoram\": \"IN-NE\",\n    \"Nagaland\": \"IN-NE\",\n    \"Odisha\": \"IN-EA\",\n    \"Punjab\": \"IN-NO\",\n    \"Rajasthan\": \"IN-NO\",\n    \"Sikkim\": \"IN-EA\",\n    \"Tamil Nadu\": \"IN-SO\",\n    \"Telangana\": \"IN-SO\",\n    \"Tripura\": \"IN-NE\",\n    \"Uttar Pradesh\": \"IN-NO\",\n    \"Uttarakhand\": \"IN-NO\",\n    \"West Bengal\": \"IN-EA\",\n    \"Delhi\": \"IN-NO\",\n    \"Pondicherry\": \"IN-SO\",\n}\n\nMNRE_MODE_MAPPING = {\n    \"Small Hydro Power\": \"hydro\",\n    \"Wind Power\": \"wind\",\n    \"Bio Power Total\": \"biomass\",\n    \"Solar Power Total\": \"solar\",\n}\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    logger.warning(\n        \"Renewable capacity is not available and should be downloaded from https://mnre.gov.in/physical-progress/\"\n    )\n    r: Response = session.get(CAPACITY_URL)\n    data = r.json()\n    df = pd.DataFrame(data)\n\n    df_filtered = df.loc[df[\"Month\"] == target_datetime.strftime(\"%b-%Y\")].copy()\n    if df_filtered.empty:\n        raise logger.warning(f\"No capacity data for IN zones in {target_datetime.year}\")\n    df_filtered[\"datetime\"] = pd.to_datetime(df_filtered[\"Month\"])\n    df_filtered[\"zoneKey\"] = df_filtered[\"Region\"].map(REGION_MAPPING)\n    df_filtered = df_filtered[[\"datetime\", \"zoneKey\"] + list(MODE_MAPPING.keys())]\n\n    df_filtered = df_filtered.set_index([\"datetime\", \"zoneKey\"])\n    all_capacity = {}\n    for idx, data in df_filtered.iterrows():\n        capacity_dict = {}\n        for cea_mode in data.index:\n            mode = MODE_MAPPING[cea_mode]\n            capacity_dict[mode] = {\n                \"datetime\": idx[0].strftime(\"%Y-%m-%d\"),\n                \"value\": float(data[cea_mode]),\n                \"source\": SOURCE,\n            }\n        all_capacity[idx[1]] = capacity_dict\n    return all_capacity\n\n\ndef fetch_production_capacity(\n    target_datetime: datetime, zone_key: ZoneKey, session: Session\n) -> dict[str, Any] | None:\n    all_capacities = fetch_production_capacity_for_all_zones(target_datetime, session)\n    return all_capacities[zone_key]\n\n\n# manual update, the output of the function should be added to the config file\ndef get_renewable_capacity(path: str, zone_key: ZoneKey | None = None) -> None:\n    \"\"\"Extract renewable capacity from MNRE report which then should be added to the config file\"\"\"\n    df = pd.read_excel(path, skiprows=2)\n    for col in df.columns:\n        if \"Unnamed:\" in col:\n            df = df.rename(columns={col: df[col].iloc[0]})\n    df = df.iloc[2:]\n    cols_to_keep = [\n        \"STATES / Uts\",\n        \"Small Hydro Power\",\n        \"Wind Power\",\n        \"Bio Power Total\",\n        \"Solar Power Total\",\n    ]\n    df_filtered = df[cols_to_keep].copy()\n    df_filtered = df_filtered.rename(\n        columns={**{\"STATES / Uts\": \"zoneKey\"}, **MNRE_MODE_MAPPING}\n    )\n    df_filtered[\"zoneKey\"] = df_filtered[\"zoneKey\"].map(IN_STATE_TO_ZONE_MAPPING)\n    df_filtered = df_filtered.groupby([\"zoneKey\"]).sum(numeric_only=True)\n    all_capacity = {}\n    for idx, data in df_filtered.iterrows():\n        capacity_dict = {}\n        for mode in data.index.sort_values():\n            capacity_dict[mode] = round(data[mode], 1)\n        all_capacity[idx] = capacity_dict\n    if zone_key:\n        return all_capacity[zone_key]\n    return all_capacity\n\n\nif __name__ == \"__main__\":\n    print(\n        get_renewable_capacity(\n            \"/Users/mathildedaugy/Downloads/202401091363179073.xlsx\", \"IN-SO\"\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/CL_SEN.py",
    "content": "import logging\nfrom datetime import datetime\nfrom typing import Any\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\nlogger = logging.getLogger(__name__)\n\n# Mapping conventional thermal as unknown as the production parser data is aggregated\nMODE_MAPPING = {\n    \"Hídrico\": \"hydro\",\n    \"Carbón\": \"unknown\",\n    \"Diésel\": \"unknown\",\n    \"Gas Natural\": \"unknown\",\n    \"Eólico\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Termosolar\": \"solar\",\n    \"Geotérmico\": \"geothermal\",\n    \"Otros*\": \"unknown\",\n}\n\nSOURCE = \"coordinador.cl\"\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    url = \"https://www.coordinador.cl/reportes-y-estadisticas/#Estadisticas\"\n    r: Response = session.get(url)\n    soup = BeautifulSoup(r.text, \"html.parser\")\n\n    capacity_link = soup.find_all(\n        \"a\", href=lambda x: x and \"hist_cap_inst_por_tecnologia\" in x\n    )\n    if not len(capacity_link):\n        logger.error(\n            f\"{zone_key}: No capacity data available for year {target_datetime.year}\"\n        )\n\n    df = pd.read_excel(\n        capacity_link[0].get(\"href\"),\n        sheet_name=\"Capacidad por Tecnología\",\n        header=2,\n        skipfooter=2,\n    )\n    df = df.drop(columns=[\"Unnamed: 0\", \"TOTAL\"])\n    df = df.rename(columns={\"Año\": \"datetime\"})\n    df = df.melt(id_vars=[\"datetime\"], var_name=\"mode\", value_name=\"value\")\n    df[\"mode\"] = df[\"mode\"].apply(lambda x: MODE_MAPPING[x.strip()])\n\n    df = df.groupby([\"datetime\", \"mode\"])[[\"value\"]].sum().reset_index()\n\n    if target_datetime.year in df[\"datetime\"].unique():\n        df = df.loc[df[\"datetime\"] == target_datetime.year]\n        capacity = {}\n        for _idx, data in df.iterrows():\n            mode_capacity = {}\n            mode_capacity[\"datetime\"] = target_datetime.strftime(\"%Y-%m-%d\")\n            mode_capacity[\"value\"] = round(data[\"value\"], 0)\n            mode_capacity[\"source\"] = SOURCE\n            capacity[data[\"mode\"]] = mode_capacity\n        logger.info(\n            f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n {capacity}\"\n        )\n        return capacity\n    else:\n        logger.error(\n            f\"{zone_key}: No capacity data available for year {target_datetime.year}\"\n        )\n\n\nif __name__ == \"__main__\":\n    logging.basicConfig(level=logging.INFO)\n    fetch_production_capacity(\"CL-SEN\", datetime(2022, 1, 1), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/DE.py",
    "content": "import logging\nfrom datetime import datetime\nfrom typing import Any\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\nlogger = logging.getLogger(__name__)\n\nMODE_MAPPING = {\n    \"Nuclear\": \"nuclear\",\n    \"Fossil brown coal / lignite\": \"coal\",\n    \"Fossil hard coal\": \"coal\",\n    \"Fossil gas\": \"gas\",\n    \"Fossil oil\": \"oil\",\n    \"Other, non-renewable\": \"unknown\",\n    \"Hydro Run-of-River\": \"hydro\",\n    \"Hydro pumped storage\": \"hydro storage\",\n    \"Battery Storage (Power)\": \"battery storage\",\n    \"Biomass\": \"biomass\",\n    \"Wind onshore\": \"wind\",\n    \"Wind offshore\": \"wind\",\n    \"Solar\": \"solar\",\n}\n\nSOURCE = \"Fraunhofer ISE\"\n\nREQUEST_URL = \"https://api.energy-charts.info/installed_power?country=de&time_step=yearly&installation_decommission=false\"\nCONVERT_GW_TO_MW = 1000\n\n\ndef convert_to_mw(value: float | int | None) -> float:\n    if isinstance(value, int | float):\n        return float(value) * CONVERT_GW_TO_MW\n    else:\n        return None\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    r: Response = session.get(REQUEST_URL)\n    if not r.ok:\n        raise ValueError(\n            f\"Failed to fetch capacity data for DE at {target_datetime.date()}\"\n        )\n    data = r.json()\n    all_capacity = {}\n    for i in range(len(data[\"production_types\"])):\n        capacity_mode = {}\n        mode = data[\"production_types\"][i][\"name\"]\n        for j in range(len(data[\"time\"])):\n            capacity_mode[int(data[\"time\"][j])] = convert_to_mw(\n                data[\"production_types\"][i][\"data\"][j]\n            )\n\n        all_capacity[mode] = capacity_mode\n\n    capacity = update_capacity_breakdown(all_capacity, target_datetime)\n\n    logger.info(\n        f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n {capacity}\"\n    )\n    return capacity\n\n\ndef update_capacity_breakdown(\n    all_capacity: dict[str, Any], target_datetime: datetime\n) -> dict[str, Any]:\n    capacity = {}\n\n    for mode, capacity_data in all_capacity.items():\n        mapped_mode = MODE_MAPPING.get(mode)\n        if mode not in MODE_MAPPING:\n            continue\n        if mapped_mode in capacity:\n            capacity[mapped_mode][\"value\"] += round(\n                capacity_data[target_datetime.year], 0\n            )\n        else:\n            capacity[mapped_mode] = {\n                \"datetime\": target_datetime.strftime(\"%Y-%m-%d\"),\n                \"value\": round(capacity_data[target_datetime.year], 0),\n                \"source\": SOURCE,\n            }\n\n    return capacity\n\n\nif __name__ == \"__main__\":\n    logging.basicConfig(level=logging.INFO)\n    fetch_production_capacity(ZoneKey(\"DE\"), datetime(2023, 1, 1), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/EIA.py",
    "content": "import calendar\nfrom datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.config.capacity import CAPACITY_PARSER_SOURCE_TO_ZONES\nfrom electricitymap.contrib.config.constants import PRODUCTION_MODES\nfrom electricitymap.contrib.parsers.EIA import REGIONS\nfrom electricitymap.contrib.parsers.lib.utils import get_token\n\nlogger = getLogger(__name__)\n\nCAPACITY_URL = \"https://api.eia.gov/v2/electricity/operating-generator-capacity/data/?frequency=monthly&data[0]=nameplate-capacity-mw&facets[balancing_authority_code][]={}\"\nSOURCE = \"EIA.gov\"\nUS_ZONES = CAPACITY_PARSER_SOURCE_TO_ZONES[\"EIA\"]\nTECHNOLOGY_TO_MODE = {\n    \"All Other\": \"unknown\",\n    \"Batteries\": \"battery storage\",\n    \"Coal Integrated Gasification Combined Cycle\": \"coal\",\n    \"Conventional Hydroelectric\": \"hydro\",\n    \"Conventional Steam Coal\": \"coal\",\n    \"Flywheels\": \"battery storage\",\n    \"Geothermal\": \"geothermal\",\n    \"Hydroelectric Pumped Storage\": \"hydro storage\",\n    \"Landfill Gas\": \"biomass\",\n    \"Municipal Solid Waste\": \"biomass\",  # or unknown?\n    \"Natural Gas Fired Combined Cycle\": \"gas\",\n    \"Natural Gas Fired Combustion Turbine\": \"gas\",\n    \"Natural Gas Internal Combustion Engine\": \"gas\",\n    \"Natural Gas Steam Turbine\": \"gas\",\n    \"Natural Gas with Compressed Air Storage\": \"gas\",\n    \"Nuclear\": \"nuclear\",\n    \"Offshore Wind Turbine\": \"wind\",\n    \"Onshore Wind Turbine\": \"wind\",\n    \"Other Gases\": \"gas\",\n    \"Other Natural Gas\": \"gas\",\n    \"Other Waste Biomass\": \"biomass\",\n    \"Petroleum Coke\": \"oil\",\n    \"Petroleum Liquids\": \"oil\",\n    \"Solar Photovoltaic\": \"solar\",\n    \"Solar Thermal with Energy Storage\": \"solar\",\n    \"Solar Thermal without Energy Storage\": \"solar\",\n    \"Wood/Wood Waste Biomass\": \"biomass\",\n}\nCAPACITY_MODES = PRODUCTION_MODES + [\"hydro storage\", \"battery storage\"]\n\n\ndef format_capacity(df: pd.DataFrame, target_datetime: datetime) -> dict[str, Any]:\n    df = df.copy()\n    df = df.loc[df[\"statusDescription\"] == \"Operating\"]\n    df[\"mode\"] = df[\"technology\"].map(TECHNOLOGY_TO_MODE)\n    df[\"nameplate-capacity-mw\"] = pd.to_numeric(\n        df[\"nameplate-capacity-mw\"], errors=\"coerce\"\n    )\n    df_aggregated = df.groupby([\"mode\"])[[\"nameplate-capacity-mw\"]].sum().reset_index()\n    capacity_dict = {}\n    for mode in CAPACITY_MODES:\n        mode_dict = {}\n        mode_dict[\"value\"] = round(\n            float(\n                df_aggregated.loc[df_aggregated[\"mode\"] == mode][\n                    \"nameplate-capacity-mw\"\n                ].sum()\n            ),\n            1,\n        )\n        mode_dict[\"source\"] = SOURCE\n        mode_dict[\"datetime\"] = target_datetime.strftime(\"%Y-%m-%d\")\n        capacity_dict[mode] = mode_dict\n    return capacity_dict\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey,\n    target_datetime: datetime,\n    session: Session,\n) -> dict[str, Any] | None:\n    API_KEY = get_token(\"EIA_KEY\")\n    url_prefix = CAPACITY_URL.format(REGIONS[zone_key])\n    start_date = target_datetime.strftime(\"%Y-%m-01\")\n    end_date = target_datetime.replace(\n        day=calendar.monthrange(target_datetime.year, target_datetime.month)[1]\n    ).strftime(\"%Y-%m-%d\")\n    url = f\"{url_prefix}&api_key={API_KEY}&start={start_date}&end={end_date}&sort[0][column]=period&sort[0][direction]=desc&offset=0&length=5000\"\n    r: Response = session.get(url)\n    json_data = r.json()\n\n    if json_data.get(\"response\", {}).get(\"data\", []) != []:\n        data = pd.DataFrame(json_data[\"response\"][\"data\"])\n        capacity_dict = format_capacity(data, target_datetime)\n        logger.info(\n            f\"Fetched capacity data for {zone_key} at {target_datetime.strftime('%Y-%m')}: \\n{capacity_dict}\"\n        )\n        return capacity_dict\n    else:\n        logger.warning(\n            f\"Failed to fetch capacity data for {zone_key} at {target_datetime.strftime('%Y-%m')}\"\n        )\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any]:\n    eia_capacity = {}\n    if session is None:\n        session = Session()\n    for zone in US_ZONES:\n        try:\n            zone_capacity = fetch_production_capacity(zone, target_datetime, session)\n            if zone_capacity:\n                eia_capacity[zone] = zone_capacity\n        except Exception as e:\n            logger.error(\n                f\"Error fetching production capacity for {zone} at {target_datetime.strftime('%Y-%m')}: {e}\"\n            )\n    return eia_capacity\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/EMBER.py",
    "content": "import logging\nfrom datetime import datetime\nfrom time import sleep\nfrom typing import Any\n\nimport pandas as pd\nimport pycountry\nimport requests\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.config.capacity import CAPACITY_PARSER_SOURCE_TO_ZONES\nfrom electricitymap.contrib.config.constants import ENERGIES\nfrom electricitymap.contrib.parsers.lib.utils import get_token\n\n\"\"\" Collects capacity data from the yearly electricity data from Ember. The data and documentation can be found here: https://ember-climate.org/data-catalogue/yearly-electricity-data/\"\"\"\nlogger = logging.getLogger(__name__)\nEMBER_URL = \"https://ember-climate.org\"\nSOURCE = \"Ember, Yearly electricity data\"\nSTART_YEAR = 2017\nSPECIFIC_MODE_MAPPING = {\n    \"AR\": {\"other fossil\": \"unknown\"},\n    \"BD\": {\"other fossil\": \"oil\"},\n    \"BO\": {\"other fossil\": \"oil\"},\n    \"CO\": {\"other fossil\": \"oil\"},\n    \"CR\": {\"other fossil\": \"oil\", \"other renewables\": \"geothermal\"},\n    \"CY\": {\"other fossil\": \"oil\"},\n    \"IE\": {\"other fossil\": \"oil\"},\n    \"KR\": {\"other fossil\": \"oil\"},\n    \"KW\": {\"other fossil\": \"oil\"},\n    \"MN\": {\"other fossil\": \"coal\"},\n    \"NZ\": {\"other renewables\": \"geothermal\"},\n    \"SG\": {\"other fossil\": \"coal\"},\n    \"SV\": {\"other renewables\": \"geothermal\"},\n    \"TR\": {\"other fossil\": \"oil\", \"other renewables\": \"geothermal\"},\n    \"TW\": {\"other fossil\": \"oil\"},\n    \"UY\": {\"other fossil\": \"unknown\"},\n    \"ZA\": {\"other fossil\": \"oil\"},\n}\n\nEMBER_ZONES = CAPACITY_PARSER_SOURCE_TO_ZONES[\"EMBER\"]\n\n\ndef get_ember_capacity_yearly_data(country_iso2: ZoneKey, session: Session) -> str:\n    \"\"\"\n    Creates a URL to fetch generation_yearly data from the API,\n    using ISO 3 country code and a year\n    ex: 'https://api.ember-energy.org/data-tools/electricity-capacity/yearly?entity=xxx&api_key=xxxx\n    Args:\n        country_iso2 (str | None): ISO 2 country code (e.g., \"FR\").\n        session (Session): The requests session to use.\n    Returns:\n        pd.DataFrame: A dataframe with the capacity data.\n    \"\"\"\n    ember_api_key = get_token(\"EMBER_CAPACITY_KEY\")\n    if not ember_api_key:\n        raise ValueError(\"EMBER_CAPACITY_KEY not found in environment variables\")\n\n    # Go from ISO2 to country name, capitalize each word\n\n    if country_iso2 in SPECIAL_MAPPING_ZONE_KEY:\n        country_name = SPECIAL_MAPPING_ZONE_KEY[country_iso2]\n    else:\n        country = pycountry.countries.get(alpha_2=country_iso2)\n        if country:\n            country_name = country.name.title()\n        else:\n            raise ValueError(f\"Invalid ISO2 country code: {country_iso2}\")\n\n    query_params = {\n        \"entity\": country_name,\n        \"api_key\": ember_api_key,\n    }\n\n    base_url = \"https://api.ember-energy.org/data-tools/electricity-capacity/yearly\"\n\n    # Retry up to 3 times with exponential backoff\n    max_retries = 3\n    for attempt in range(max_retries):\n        try:\n            logger.info(\n                f\"Fetching Ember capacity data for {country_iso2} (attempt {attempt + 1}/{max_retries})\"\n            )\n            response = session.get(base_url, params=query_params, timeout=30)\n            response.raise_for_status()\n\n            # Add a small delay to avoid spamming the API\n            sleep(1)\n\n            df_raw = pd.DataFrame(response.json()[\"data\"])\n            df_raw[\"country_code_iso2\"] = country_iso2\n            return df_raw\n\n        except requests.exceptions.RequestException as e:\n            if attempt < max_retries - 1:\n                wait_time = 2**attempt  # Exponential backoff: 1, 2, 4 seconds\n                logger.warning(\n                    f\"Failed to fetch Ember data for {country_iso2}: {e}. Retrying in {wait_time}s...\"\n                )\n                sleep(wait_time)\n            else:\n                logger.error(\n                    f\"Failed to fetch Ember data for {country_iso2} after {max_retries} attempts: {e}\"\n                )\n                raise\n\n    # This should never be reached as the loop always returns or raises\n    raise RuntimeError(\n        f\"Failed to fetch Ember data for {country_iso2}: retry loop completed without returning\"\n    )\n\n\ndef _ember_production_mode_mapper(row: pd.Series) -> str | None:\n    category_col = \"mode\"\n\n    # Ember also reports the following, which we exclude due to:\n    # 'Wind and solar' is contained in 'wind' and 'solar' data\n    # 'Fossil' contained in all non-renewable sources, i.e. 'coal', 'gas', 'oil', 'other fossil\n    # 'Clean' containd in all renewable sources, i.e. 'wind', 'solar', 'other renewables', ...\n    ember_mapper = {\n        \"other fossil\": \"unknown\",\n        \"bioenergy\": \"biomass\",\n        \"other renewables\": \"unknown\",\n    }\n\n    if isinstance(row[category_col], str):\n        mode = row[category_col].lower()\n        if (\n            row[\"zone_key\"] in SPECIFIC_MODE_MAPPING\n            and mode in SPECIFIC_MODE_MAPPING[row[\"zone_key\"]]\n        ):\n            production_mode = SPECIFIC_MODE_MAPPING[row[\"zone_key\"]][mode]\n        elif mode in ENERGIES:\n            production_mode = mode\n        elif mode in ember_mapper:\n            production_mode = ember_mapper[mode]\n        else:\n            production_mode = \"unknown\"\n            raise ValueError(f\"Unknown production mode: {row[category_col]}\")\n\n    return production_mode\n\n\ndef transform_ember_data(ember_df: pd.DataFrame) -> pd.DataFrame:\n    if ember_df.empty is True:\n        logger.warning(\"Empty Ember data received\")\n        raise ValueError(\"Empty Ember data received\")\n    df = ember_df.loc[~ember_df[\"is_aggregate_series\"]].reset_index(drop=True)\n\n    df_capacity = df[[\"country_code_iso2\", \"date\", \"series\", \"capacity_gw\"]].rename(\n        columns={\"date\": \"year\", \"series\": \"variable\"}\n    )\n\n    df_capacity = df_capacity.rename(\n        columns={\n            \"country_code_iso2\": \"zone_key\",\n            \"variable\": \"mode\",\n        }\n    )\n    df_capacity[\"datetime\"] = df_capacity[\"year\"].apply(\n        lambda x: datetime(int(x), 1, 1)\n    )\n    df_capacity[\"capacity_mw\"] = pd.to_numeric(\n        df_capacity[\"capacity_gw\"] * 1000, errors=\"coerce\"\n    ).astype(float)  # convert from GW to MW\n    df_capacity.drop(columns=[\"capacity_gw\"], inplace=True)\n    df_capacity.dropna(subset=[\"capacity_mw\"], inplace=True)\n\n    df_capacity[\"mode\"] = df_capacity.apply(_ember_production_mode_mapper, axis=1)\n    df_capacity = (\n        df_capacity.groupby([\"zone_key\", \"datetime\", \"mode\"])[[\"capacity_mw\"]]\n        .sum()\n        .reset_index()\n        .set_index([\"zone_key\"])\n    )\n    return df_capacity\n\n\ndef get_capacity_dict_from_df(\n    df_capacity: pd.DataFrame, zone_key: ZoneKey, target_datetime: datetime\n) -> dict[str, Any]:\n    \"\"\"Get capacity data for a specific zone for a specific year. The unit is the MW\n\n    Args:\n        df_capacity: DataFrame with capacity data\n        zone_key: The zone key\n        target_datetime: The target datetime (year will be used to filter data)\n\n    Returns:\n        Dictionary with capacity data per mode for the target year\n    \"\"\"\n    if [zone_key] != df_capacity.index.unique().tolist():\n        raise ValueError(f\"Zone key {zone_key} not found in dataframe\")\n\n    # Filter data for the target year\n    target_year = target_datetime.year\n    df_year = df_capacity[df_capacity[\"datetime\"].dt.year == target_year]\n\n    if df_year.empty:\n        logger.warning(f\"No capacity data for {zone_key} in year {target_year}\")\n        return {}\n\n    zone_capacity = {}\n    for _i, data in df_year.iterrows():\n        mode_capacity = {}\n        mode_capacity[\"datetime\"] = data[\"datetime\"].strftime(\"%Y-%m-%d\")\n        mode_capacity[\"source\"] = SOURCE\n        mode_capacity[\"value\"] = round(float(data[\"capacity_mw\"]), 2)\n\n        # Store single dict per mode (not a list)\n        zone_capacity[data[\"mode\"]] = mode_capacity\n\n    return zone_capacity\n\n\ndef remove_consecutive_duplicates(\n    capacity_list: list[dict[str, Any]],\n) -> list[dict[str, Any]]:\n    \"\"\"Remove consecutive entries with the same value, keeping only the first occurrence.\n\n    This optimizes the capacity data by removing redundant year-over-year entries\n    where the capacity hasn't changed.\n\n    Args:\n        capacity_list: List of capacity entries sorted by datetime\n\n    Returns:\n        Optimized list with consecutive duplicates removed\n    \"\"\"\n    if not capacity_list:\n        return []\n\n    # Sort by datetime to ensure chronological order\n    sorted_list = sorted(capacity_list, key=lambda x: x[\"datetime\"])\n\n    # Always keep the first entry\n    optimized = [sorted_list[0]]\n\n    # Only add entries where the value changed from the previous entry\n    for entry in sorted_list[1:]:\n        if entry[\"value\"] != optimized[-1][\"value\"]:\n            optimized.append(entry)\n\n    return optimized\n\n\ndef get_capacity_dict_all_years_from_df(\n    df_capacity: pd.DataFrame, zone_key: ZoneKey\n) -> dict[str, Any]:\n    \"\"\"Get capacity data for a specific zone for ALL available years. The unit is the MW\n\n    Args:\n        df_capacity: DataFrame with capacity data\n        zone_key: The zone key\n\n    Returns:\n        Dictionary with capacity data per mode as lists (all years)\n    \"\"\"\n    if [zone_key] != df_capacity.index.unique().tolist():\n        raise ValueError(f\"Zone key {zone_key} not found in dataframe\")\n\n    zone_capacity = {}\n    for _i, data in df_capacity.iterrows():\n        mode_capacity = {}\n        mode_capacity[\"datetime\"] = data[\"datetime\"].strftime(\"%Y-%m-%d\")\n        mode_capacity[\"source\"] = SOURCE\n        mode_capacity[\"value\"] = round(float(data[\"capacity_mw\"]), 2)\n\n        # Initialize list for this mode if it doesn't exist\n        if data[\"mode\"] not in zone_capacity:\n            zone_capacity[data[\"mode\"]] = []\n\n        # Append the entry to the list for this mode\n        zone_capacity[data[\"mode\"]].append(mode_capacity)\n\n    # Remove consecutive duplicates for each mode\n    for mode in zone_capacity:\n        zone_capacity[mode] = remove_consecutive_duplicates(zone_capacity[mode])\n\n    return zone_capacity\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    \"\"\"Get capacity data for a specific zone for a specific year. The unit is the MW\n\n    Args:\n        zone_key: The zone key (ISO2 country code)\n        target_datetime: The target datetime (year will be used to filter data)\n        session: The requests session\n\n    Returns:\n        Dictionary with capacity data for the zone\n    \"\"\"\n    session = session or Session()\n    df_capacity = get_ember_capacity_yearly_data(\n        country_iso2=zone_key,\n        session=session,\n    )\n    df_capacity = transform_ember_data(df_capacity)\n    capacity = get_capacity_dict_from_df(df_capacity, zone_key, target_datetime)\n\n    if capacity:\n        logger.info(\n            f\"Fetched capacity for {zone_key} in {target_datetime.year}: \\n{capacity}\"\n        )\n    return capacity if capacity else None\n\n\ndef fetch_production_capacity_all_years(\n    zone_key: ZoneKey, session: Session | None = None\n) -> dict[str, Any]:\n    \"\"\"Get capacity data for a specific zone for ALL available years >= 2017. The unit is the MW\n\n    This function fetches all years available from EMBER in one API call and returns\n    them in the list format that matches the zone YAML configuration structure.\n\n    Data is filtered to start from 2017 and consecutive duplicate values are\n    automatically removed to optimize the data.\n\n    Args:\n        zone_key: The zone key (ISO2 country code)\n        session: The requests session\n\n    Returns:\n        Dictionary with capacity data per mode as lists containing all years >= 2017\n        (with consecutive duplicates removed):\n        {\n            \"coal\": [\n                {\"datetime\": \"2017-01-01\", \"value\": 1234.56, \"source\": \"...\"},\n                {\"datetime\": \"2022-01-01\", \"value\": 1245.67, \"source\": \"...\"}  # 2018-2021 removed (duplicates)\n            ],\n            \"solar\": [...]\n        }\n    \"\"\"\n    session = session or Session()\n    df_capacity = get_ember_capacity_yearly_data(\n        country_iso2=zone_key,\n        session=session,\n    )\n    df_capacity = transform_ember_data(df_capacity)\n    # Filter to only include years >= 2017\n    df_capacity = df_capacity[df_capacity[\"datetime\"].dt.year >= START_YEAR]\n    capacity = get_capacity_dict_all_years_from_df(df_capacity, zone_key)\n\n    if capacity:\n        years = set()\n        for mode_data in capacity.values():\n            for entry in mode_data:\n                years.add(entry[\"datetime\"][:4])\n        logger.info(\n            f\"Fetched capacity for {zone_key} for years {sorted(years)}: {len(capacity)} modes\"\n        )\n    return capacity\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any]:\n    \"\"\"Get capacity data for all zones supported by Ember for a specific year.\n\n    Args:\n        target_datetime: The target datetime (year will be used to filter data)\n        session: The requests session\n\n    Returns:\n        Dictionary with capacity data for all zones: {zone_key: {mode: dict}}\n    \"\"\"\n    session = session or Session()\n    all_capacity = {}\n\n    for zone_key in EMBER_ZONES:\n        try:\n            capacity = fetch_production_capacity(zone_key, target_datetime, session)\n            if capacity:\n                all_capacity[zone_key] = capacity\n        except Exception as e:\n            logger.error(f\"Failed to fetch capacity for {zone_key}: {e}\")\n            continue\n\n    return all_capacity\n\n\ndef fetch_production_capacity_for_all_zones_all_years(\n    session: Session | None = None,\n) -> dict[str, Any]:\n    \"\"\"Get capacity data for ALL zones for ALL available years.\n\n    This function is useful for doing a complete update of all EMBER zones at once.\n\n    Args:\n        session: The requests session\n\n    Returns:\n        Dictionary with capacity data for all zones with all years:\n        {\n            \"FR\": {\n                \"coal\": [{\"datetime\": \"2021-01-01\", \"value\": 1234, \"source\": \"...\"}],\n                \"solar\": [...]\n            },\n            \"DE\": {...}\n        }\n    \"\"\"\n    session = session or Session()\n    all_capacity = {}\n\n    logger.info(f\"Fetching capacity for {len(EMBER_ZONES)} zones...\")\n    for zone_key in EMBER_ZONES:\n        try:\n            capacity = fetch_production_capacity_all_years(zone_key, session)\n            if capacity:\n                all_capacity[zone_key] = capacity\n        except Exception as e:\n            logger.error(f\"Failed to fetch capacity for {zone_key}: {e}\")\n            continue\n\n    return all_capacity\n\n\nSPECIAL_MAPPING_ZONE_KEY = {\n    \"FK\": \"Falkland Islands [Malvinas]\",\n    \"KP\": \"North Korea\",\n    \"KR\": \"South Korea\",\n    \"LA\": \"Lao\",\n    \"MO\": \"Macao (SAR of China)\",\n    \"PS\": \"Palestine (State of)\",\n    \"RU\": \"Russia\",\n    \"SY\": \"Syria\",\n    \"TR\": \"Türkiye\",\n    \"TW\": \"Taiwan (China)\",\n    \"TZ\": \"Tanzania (the United Republic of)\",\n    \"VI\": \"Virgin Islands (U.S.)\",\n}\nif __name__ == \"__main__\":\n    logging.basicConfig(level=logging.INFO)\n\n    session = Session()\n\n    # Example 1: Fetch capacity for one year (for use with update_capacity_configuration.py)\n    print(\"\\n=== Example 1: Single year ===\")\n    FR_single_year = fetch_production_capacity(\n        zone_key=\"FR\", target_datetime=datetime(2024, 1, 1), session=session\n    )\n    print(f\"FR capacity data for 2024: {list(FR_single_year.keys())}\")\n\n    # Example 2: Fetch capacity for all years at once\n    print(\"\\n=== Example 2: All years for one zone ===\")\n    FR_all_years = fetch_production_capacity_all_years(zone_key=\"FR\", session=session)\n    print(\"FR capacity data for all years:\")\n    for mode, data in FR_all_years.items():\n        print(f\"  {mode}: {len(data)} years\")\n\n    # Example 3: Fetch capacity for all zones and all years (use with caution - many API calls!)\n    # Uncomment to run:\n    # print(\"\\n=== Example 3: All zones, all years ===\")\n    # all_data = fetch_production_capacity_for_all_zones_all_years(session=session)\n    # print(f\"Fetched data for {len(all_data)} zones\")\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/ENTSOE.py",
    "content": "from datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.config.capacity import CAPACITY_PARSER_SOURCE_TO_ZONES\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    ENTSOE_DOMAIN_MAPPINGS,\n    ENTSOE_PARAMETER_BY_GROUP,\n    query_ENTSOE,\n)\n\n\"\"\"\nUpdate capacity configurations for ENTOS-E zones for a chosen year.\n\"\"\"\nlogger = getLogger(__name__)\nSOURCE = \"entsoe.eu\"\n\nENDPOINT = \"/api\"\nENTSOE_HOST = \"https://web-api.tp.entsoe.eu\"\n\n\nEU_PROXY = \"https://eu-proxy-jfnx5klx2a-ew.a.run.app{endpoint}?host={host}\"\n\nENTSOE_ENDPOINT = ENTSOE_HOST + ENDPOINT\nENTSOE_EU_PROXY_ENDPOINT = EU_PROXY.format(endpoint=ENDPOINT, host=ENTSOE_HOST)\n\n\nENTSOE_ZONES = CAPACITY_PARSER_SOURCE_TO_ZONES[\"ENTSOE\"]\n\n# ENTSOE does not have battery storage capacity and the data needs to be collected from other sources for the following zones\n# TODO monitor this list and update if necessary\nZONES_WITH_BATTERY_STORAGE = [\"FR\"]\n\n\n# reallocate B10 to hydro storage\nENTSOE_CODE_TO_EM_MAPPING = ENTSOE_PARAMETER_BY_GROUP.copy()\nENTSOE_CODE_TO_EM_MAPPING.update({\"B10\": \"hydro storage\", \"B25\": \"battery storage\"})\n\n\ndef query_capacity(\n    in_domain: str, session: Session, target_datetime: datetime\n) -> str | None:\n    params = {\n        \"documentType\": \"A68\",\n        \"processType\": \"A33\",\n        \"in_Domain\": in_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=(0, 72),  # DO NOT USE A NEGATIVE LOOKBACK\n        function_name=query_capacity.__name__,\n    )\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    xml_str = query_capacity(ENTSOE_DOMAIN_MAPPINGS[zone_key], session, target_datetime)\n    soup = BeautifulSoup(xml_str, \"html.parser\")\n    # Each time series is dedicated to a different fuel type.\n    capacity_dict = {}\n    for timeseries in soup.find_all(\"timeseries\"):\n        fuel_code = str(\n            timeseries.find_all(\"mktpsrtype\")[0].find_all(\"psrtype\")[0].contents[0]\n        )\n        point = timeseries.find_all(\"point\")\n        value = float(point[0].find_all(\"quantity\")[0].contents[0])\n        if ENTSOE_CODE_TO_EM_MAPPING[fuel_code] not in capacity_dict:\n            capacity_dict[ENTSOE_CODE_TO_EM_MAPPING[fuel_code]] = {\n                \"value\": 0,\n                \"datetime\": f\"{target_datetime.year}-01-01\",\n                \"source\": SOURCE,\n            }\n        capacity_dict[ENTSOE_CODE_TO_EM_MAPPING[fuel_code]][\"value\"] += value\n    if capacity_dict:\n        logger.info(\n            f\"Capacity data for {zone_key} on {target_datetime.date()}: \\n{capacity_dict}\"\n        )\n        if zone_key in ZONES_WITH_BATTERY_STORAGE:\n            logger.info(\n                f\"\\n\\n Warning: {zone_key} has battery storage, data source can be found on the contrib wiki \\n\\n\"\n            )\n        return capacity_dict\n    else:\n        logger.warning(\n            f\"Failed to fecth capacity data for {zone_key} on {target_datetime.date()}\"\n        )\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any]:\n    capacity_dict = {}\n    if session is None:\n        session = Session()\n\n    for zone in ENTSOE_ZONES:\n        try:\n            zone_capacity = fetch_production_capacity(zone, target_datetime, session)\n            capacity_dict[zone] = zone_capacity\n        except Exception:\n            logger.warning(\n                f\"Failed to update capacity for {zone} on {target_datetime.date()}\"\n            )\n            continue\n    return capacity_dict\n\n\nif __name__ == \"__main__\":\n    fetch_production_capacity(\"FR\", datetime(2023, 1, 1), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/FI.py",
    "content": "from datetime import datetime, timedelta\nfrom typing import Any\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.capacity_parsers.ENTSOE import (\n    fetch_production_capacity as fetch_entsoe_production_capacity,\n)\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.parsers.lib.utils import get_token\n\nSOURCE = \"fingrid.fi\"\n\nFINGRID_URL = \"https://data.fingrid.fi/api/datasets/{data_set}/data\"\nMODE_TO_DATASET = {\"solar\": 267, \"wind\": 268}\n\n\ndef get_fingrid_capacity(\n    session: Session, target_datetime: datetime, mode: str\n) -> dict[str, Any] | None:\n    params = {\n        \"format\": \"json\",\n        \"locale\": \"en\",\n        \"pageSize\": 24,\n        \"startTime\": (target_datetime - timedelta(days=1)).strftime(\n            \"%Y-%m-%dT23:00:00\"\n        ),\n        \"endTime\": (target_datetime + timedelta(days=1)).strftime(\"%Y-%m-%dT00:00:00\"),\n    }\n    headers = {\"x-api-key\": get_token(\"FINGRID_TOKEN\")}\n    r: Response = session.get(\n        FINGRID_URL.format(data_set=MODE_TO_DATASET[mode]),\n        params=params,\n        headers=headers,\n    )\n    data = r.json()\n    if not r.ok or \"data\" not in r.json():\n        raise ValueError(\n            f\"Failed to fetch solar capacity from {FINGRID_URL} for {target_datetime.date()}\"\n        )\n    data = r.json()[\"data\"]\n    capacity = {mode: parse_fingrid_capacity(data, target_datetime)}\n    return capacity\n\n\ndef parse_fingrid_capacity(\n    data: dict[str, Any], target_datetime: datetime\n) -> list[dict[str, Any]]:\n    target_data = [\n        x\n        for x in data\n        if x[\"startTime\"] == target_datetime.strftime(\"%Y-%m-%dT00:00:00.000Z\")\n    ]\n    if len(target_data) == 0:\n        raise ValueError(f\"No solar capacity data found for {target_datetime.date()}\")\n    capacity = {\n        \"value\": target_data[0][\"value\"],\n        \"datetime\": target_datetime.strftime(\"%Y-%m-%d\"),\n        \"source\": SOURCE,\n    }\n    return capacity\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    solar_capacity = get_fingrid_capacity(session, target_datetime, \"solar\")\n    wind_capacity = get_fingrid_capacity(session, target_datetime, \"wind\")\n    entsoe_capacity = fetch_entsoe_production_capacity(\n        zone_key, target_datetime, session\n    )\n    return {**entsoe_capacity, **solar_capacity, **wind_capacity}\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    target_datetime = datetime(2023, 12, 31)\n    fetch_production_capacity(\"FI\", target_datetime, session)\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/GB.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import getLogger\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\nlogger = getLogger(__name__)\nMODE_MAPPING = {\n    \"Wind Onshore\": \"wind\",\n    \"Wind Offshore\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Other renewable\": \"unknown\",\n    \"Other\": \"unknown\",\n    \"Nuclear\": \"nuclear\",\n    \"Hydro Run-of-river and poundage\": \"hydro\",\n    \"Fossil Hard coal\": \"coal\",\n    \"Fossil Gas\": \"gas\",\n    \"Biomass\": \"biomass\",\n    \"Hydro Pumped Storage\": \"hydro storage\",\n}\n\nSOURCE = \"bmreports.com\"\nBMREPORTS_base_url = \"https://data.elexon.co.uk/bmrs/api/v1/datasets/IGCA\"\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    start_date = (target_datetime - timedelta(days=366)).strftime(\"%Y-%m-%dT%H:%M:%SZ\")\n    end_date = target_datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\")\n\n    url = f\"{BMREPORTS_base_url}?publishDateTimeFrom={start_date}&publishDateTimeTo={end_date}&format=json\"\n\n    r = session.get(url)\n    if r.status_code != 200:\n        raise ValueError(\n            f\"GB: No capacity data available for year {target_datetime.year}. {r.status_code} :{r.text}\"\n        )\n    else:\n        if r.json()[\"data\"] == []:\n            raise ValueError(\n                f\"GB: No capacity data available for year {target_datetime.year}. {r.status_code} :{r.text}\"\n            )\n        df = pd.DataFrame(r.json()[\"data\"])\n        df[\"datetime\"] = pd.to_datetime(df[\"year\"].astype(str) + \"-01-01\").dt.strftime(\n            \"%Y-%m-%d\"\n        )\n        df[\"mode\"] = df[\"psrType\"].str.strip().map(MODE_MAPPING)\n        df[\"source\"] = SOURCE\n        df[\"value\"] = pd.to_numeric(df[\"quantity\"].round(0), downcast=\"integer\")\n        df_result = (\n            df[[\"datetime\", \"value\", \"mode\", \"source\"]]\n            .groupby([\"datetime\", \"mode\", \"source\"])\n            .sum(numeric_only=True)\n            .reset_index()\n        )\n        result = {}\n        for _, row in df_result.iterrows():\n            result[row[\"mode\"]] = {\n                \"datetime\": row[\"datetime\"],\n                \"value\": row[\"value\"],\n                \"source\": row[\"source\"],\n            }\n        logger.info(\n            f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n{df}\"\n        )\n\n        return result\n\n\nif __name__ == \"__main__\":\n    print(fetch_production_capacity(\"GB\", datetime(2024, 1, 1), Session()))\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/IRENA.py",
    "content": "import json\nfrom datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nimport pycountry\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.config.capacity import CAPACITY_PARSER_SOURCE_TO_ZONES\n\n\"\"\"The data is downloaded from the IRENA API. \"\"\"\nlogger = getLogger(__name__)\nIRENA_ZONES = CAPACITY_PARSER_SOURCE_TO_ZONES[\"IRENA\"]\nSOURCE = \"IRENA.org\"\nIRENA_JSON_TO_MODE_MAPPING = {\n    0: \"unknown\",  # Total Renewable -> Do not consider\n    1: \"solar\",  # Solar photovoltaic\n    2: \"solar\",  # Solar thermal energy\n    3: \"wind\",  # Onshore wind energy\n    4: \"wind\",  # Offshore wind energy\n    5: \"hydro\",  # Renewable hydropower\n    6: \"hydro\",  # Mixed Hydro Plants\n    7: \"unknown\",  # Marine energy -> Not mapped currently\n    8: \"biomass\",  # Solid biofuels\n    9: \"biomass\",  # Renewable municipal waste\n    10: \"biomass\",  # Liquid biofuels\n    11: \"biomass\",  # Biogas\n    12: \"geothermal\",  # Geothermal energy\n    13: \"unknown\",  # Total Non-Renewable -> Do not consider\n    14: \"hydro storage\",  # Pumped storage\n    15: \"coal\",  # Coal and peat\n    16: \"oil\",  # Oil\n    17: \"gas\",  # Natural gas\n    18: \"unknown\",  # Fossil fuels n.e.s.\n    19: \"nuclear\",  # Nuclear\n    20: \"unknown\",  # Other non-renewable energy\n}\n\n\ndef get_data_from_url(\n    target_datetime: datetime, session: Session, zone_key_3_letters: str | None = None\n) -> list:\n    base_url = (\n        \"https://pxweb.irena.org:443/api/v1/en/IRENASTAT/Power Capacity and Generation/\"\n    )\n    url_year = datetime.now().year\n    filename_combinations = [\n        f\"Country_ELECSTAT_{url_year}_H2.px\",\n        f\"Country_ELECSTAT_{url_year - 1}_H2.px\",\n    ]\n    query_list = [\n        {\n            \"code\": \"Year\",\n            \"selection\": {\n                \"filter\": \"item\",\n                \"values\": [target_datetime.strftime(\"%y\")],\n            },\n        },\n        {\n            \"code\": \"Data Type\",\n            \"selection\": {\n                \"filter\": \"item\",\n                \"values\": [\n                    \"1\"  # 1 = Capacity (MW) # 0 = Generation (GWh)\n                ],\n            },\n        },\n        {\n            \"code\": \"Technology\",\n            \"selection\": {  # We are not selecting 0 and 13 because they are total renewable and total non-renewable (see mapping above)\n                \"filter\": \"item\",\n                \"values\": [\n                    \"1\",\n                    \"2\",\n                    \"3\",\n                    \"4\",\n                    \"5\",\n                    \"6\",\n                    \"7\",\n                    \"8\",\n                    \"9\",\n                    \"10\",\n                    \"11\",\n                    \"12\",\n                    \"14\",\n                    \"15\",\n                    \"16\",\n                    \"17\",\n                    \"18\",\n                    \"19\",\n                    \"20\",\n                ],\n            },\n        },\n        {\n            \"code\": \"Grid connection\",\n            \"selection\": {\n                \"filter\": \"item\",\n                \"values\": [\n                    \"0\"  # 0 = Total # 1 = on grid (connected to the main power lines) # 2 = off grid (completely independent of the main power lines)\n                ],\n            },\n        },\n    ]\n    if zone_key_3_letters is not None:\n        query_list.append(\n            {\n                \"code\": \"Country/area\",\n                \"selection\": {\"filter\": \"item\", \"values\": [zone_key_3_letters]},\n            }\n        )\n    json_query = {\n        \"query\": query_list,\n        \"response\": {\"format\": \"json\"},\n    }\n    data = None\n    for filename in filename_combinations:\n        url = base_url + filename\n\n        json_data = json.dumps(json_query)\n        r: Response = session.post(url, data=json_data)\n        if r.status_code == 200:\n            data = r.json()\n        else:\n            continue\n    if not data:\n        raise ValueError(f\"Could not fetch data for {target_datetime.year}\")\n    return data[\"data\"]\n\n\ndef get_capacity_data_for_zones(\n    target_datetime: datetime, session: Session, zone_key: ZoneKey | None = None\n) -> dict:\n    \"\"\"\n    Get capacity data for a specific zone or all zones. The unit is the MW\n    If zone_key is None, get data for all zones.\n    If zone_key is not None, get data for the specific zone.\n    \"\"\"\n    if zone_key is None:\n        data = get_data_from_url(target_datetime, session)\n    else:\n        if pycountry.countries.get(alpha_2=zone_key) is not None:\n            zone_key_3_letters = pycountry.countries.get(alpha_2=zone_key).alpha_3\n        else:\n            raise ValueError(\n                f\"Impossible to find the pycountry.countries 3 letters for {zone_key}\"\n            )\n        data = get_data_from_url(target_datetime, session, zone_key_3_letters)\n    capacity_dict = {}\n    for item in data:\n        if pycountry.countries.get(alpha_3=item[\"key\"][0]) is not None:\n            zone = pycountry.countries.get(alpha_3=item[\"key\"][0]).alpha_2\n        else:\n            pass\n        if int(item[\"key\"][1]) not in IRENA_JSON_TO_MODE_MAPPING:\n            continue\n        mode: str = IRENA_JSON_TO_MODE_MAPPING[int(item[\"key\"][1])]\n        value: float = float(item[\"values\"][0] if item[\"values\"][0] != \"-\" else 0)\n        datetime_value: datetime = datetime.strptime(item[\"key\"][-1], \"%y\")\n\n        if zone not in capacity_dict:\n            zone_dict = {\n                mode: {\n                    \"datetime\": datetime_value.strftime(\"%Y-%m-%d\"),\n                    \"value\": round(value, 2),\n                    \"source\": SOURCE,\n                }\n            }\n            capacity_dict[zone] = zone_dict\n        else:\n            if mode in capacity_dict[zone]:\n                zone_dict = capacity_dict[zone][mode]\n                capacity_dict[zone][mode][\"value\"] += value\n                capacity_dict[zone][mode][\"value\"] = round(\n                    capacity_dict[zone][mode][\"value\"], 2\n                )\n            else:\n                capacity_dict[zone] = {\n                    **capacity_dict[zone],\n                    **{\n                        mode: {\n                            \"datetime\": datetime_value.strftime(\"%Y-%m-%d\"),\n                            \"value\": round(value, 2),\n                            \"source\": SOURCE,\n                        }\n                    },\n                }\n    return capacity_dict\n\n\ndef fetch_production_capacity(\n    target_datetime: datetime, zone_key: ZoneKey, session: Session\n) -> dict[str, Any] | None:\n    all_capacity = get_capacity_data_for_zones(target_datetime, session, zone_key)\n    zone_capacity = all_capacity[zone_key]\n\n    if zone_capacity:\n        logger.info(\n            f\"Fetched capacity for {zone_key} in {target_datetime.year}: \\n{zone_capacity}\"\n        )\n        return zone_capacity\n    else:\n        logger.warning(f\"No capacity data for {zone_key} in {target_datetime.year}\")\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    all_capacity = get_capacity_data_for_zones(target_datetime, session)\n\n    all_capacity = {k: v for k, v in all_capacity.items() if k in IRENA_ZONES}\n    logger.info(f\"Fetched capacity data from IRENA for {target_datetime.year}\")\n    return all_capacity\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/MY_WM.py",
    "content": "import json\nimport logging\nfrom datetime import datetime\nfrom typing import Any\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom dateutil import parser\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\nlogger = logging.getLogger(__name__)\n\n\"\"\"Disclaimer: only valid for real-time data, historical capacity is not available\"\"\"\n\nMODE_MAPPING = {\"Gas\": \"gas\", \"Water\": \"hydro\", \"Coal\": \"coal\", \"Solar\": \"solar\"}\nGSO_URL = \"https://www.gso.org.my/SystemData/PowerStation.aspx/GetDataSource\"\n\nGSO_REQUEST_HEADERS = {\n    \"Content-Type\": \"application/json\",\n    \"Origin\": \"https://www.gso.org.my\",\n    \"Referer\": \"https://www.gso.org.my/SystemData/PowerStation.aspx\",\n}\n\n\ndef get_capacity_datetime(session: Session) -> datetime:\n    r: Response = session.get(GSO_URL)\n    soup: BeautifulSoup = BeautifulSoup(r.content, \"html.parser\")\n    date_str = soup.find_all(\"b\")[0].string\n    capacity_datetime = parser.parse(date_str, fuzzy=True)\n    return capacity_datetime.replace(day=1)\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, session: Session, target_datetime: datetime | None = None\n) -> dict[str, Any]:\n    if target_datetime is not None:\n        raise ValueError(\"MY-WM capacity parser not enabled for past dates\")\n    target_datetime = datetime.now()\n    capacity_datetime = get_capacity_datetime(session)\n\n    r: Response = session.post(GSO_URL, headers=GSO_REQUEST_HEADERS)\n    if not r.ok:\n        raise ValueError(\n            f\"Failed to fetch capacity data for GSO at {target_datetime.strftime('%Y-%m')}\"\n        )\n    else:\n        data = pd.DataFrame(json.loads(r.json()[\"d\"]))\n        data = data[[\"Fuel\", \"Capacity (MW)\"]]\n        data = data.rename(\n            columns={\n                \"Fuel\": \"mode\",\n                \"Capacity (MW)\": \"value\",\n            }\n        )\n        data[\"mode\"] = data[\"mode\"].apply(lambda x: x.strip())\n        data[\"mode\"] = data[\"mode\"].apply(lambda x: MODE_MAPPING[x])\n\n        filtered_data = data.groupby([\"mode\"])[[\"value\"]].sum().reset_index()\n\n        capacity_dict = {}\n        for _idx, data in filtered_data.iterrows():\n            capacity_dict[data[\"mode\"]] = {\n                \"value\": round(float(data[\"value\"]), 0),\n                \"source\": \"gso.org.my\",\n                \"datetime\": capacity_datetime.strftime(\"%Y-%m-%d\"),\n            }\n        logger.info(\n            f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n{capacity_dict}\"\n        )\n        return capacity_dict\n\n\nif __name__ == \"__main__\":\n    logging.basicConfig(level=logging.INFO)\n    fetch_production_capacity(ZoneKey(\"MY-WM\"), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/ONS.py",
    "content": "from datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\n\"\"\"Disclaimer: this parser does not include distributed capacity.\nSolar capacity is much lower than in reality because the majority is distributed.\nThis capacity is not available in this dataset and should collected from the link below and added manually to the zone configuration.\nDistributed solar generation is available here (tipo de usina = Geracao Distribuida): https://www.ons.org.br/Paginas/resultados-da-operacao/historico-da-operacao/capacidade_instalada.aspx\"\"\"\nlogger = getLogger(__name__)\nCAPACITY_URL = \"https://ons-dl-prod-opendata.s3.amazonaws.com/dataset/capacidade-geracao/CAPACIDADE_GERACAO.csv\"\nMODE_MAPPING = {\n    \"HIDRÁULICA\": \"hydro\",\n    \"ÓLEO DIESEL\": \"unknown\",\n    \"ÓLEO COMBUSTÍVEL\": \"unknown\",\n    \"MULTI-COMBUSTÍVEL GÁS/DIESEL\": \"unknown\",\n    \"MULTI-COMBUSTÍVEL DIESEL/ÓLEO\": \"unknown\",\n    \"GÁS\": \"unknown\",\n    \"RESÍDUO CICLO COMBINADO\": \"unknown\",\n    \"EÓLICA\": \"wind\",\n    \"CARVÃO\": \"unknown\",\n    \"BIOMASSA\": \"unknown\",\n    \"NUCLEAR\": \"nuclear\",\n    \"RESÍDUOS INDUSTRIAIS\": \"unknown\",\n    \"FOTOVOLTAICA\": \"solar\",\n}\n\nREGION_MAPPING = {\n    \"NORDESTE\": \"BR-NE\",\n    \"NORTE\": \"BR-N\",\n    \"SUDESTE\": \"BR-CS\",\n    \"SUL\": \"BR-S\",\n}\n\nSOURCE = \"ons.org.br\"\n\n\ndef filter_data_by_date(data: pd.DataFrame, target_datetime: datetime) -> pd.DataFrame:\n    \"\"\"Filter capacity data for all rows that have:\n    - start <= target_datetime : the power plant was connected before the considered target_datetime\n    - end >= target_datetime : the power plant was not closed before the considered target_datetime\n    \"\"\"\n    df = data.copy()\n\n    df = df[\n        (df[\"start\"] <= target_datetime)\n        & ((df[\"end\"] >= target_datetime) | (df[\"end\"].isna()))\n    ]\n\n    return df\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any] | None:\n    session = session or Session()\n    r: Response = session.get(CAPACITY_URL)\n    df = pd.read_csv(r.url, sep=\";\")\n    df = df[\n        [\n            \"nom_subsistema\",\n            \"nom_combustivel\",\n            \"dat_entradaoperacao\",\n            \"dat_desativacao\",\n            \"val_potenciaefetiva\",\n        ]\n    ]\n    df = df.rename(\n        columns={\n            \"nom_subsistema\": \"zone_key\",\n            \"nom_combustivel\": \"mode\",\n            \"dat_entradaoperacao\": \"start\",\n            \"dat_desativacao\": \"end\",\n            \"val_potenciaefetiva\": \"value\",\n        }\n    )\n\n    # convert start and end columns to datetime\n    df[\"start\"] = df[\"start\"].apply(\n        lambda x: pd.to_datetime(x, utc=False).replace(day=1, month=1)\n    )\n    df[\"end\"] = df[\"end\"].apply(\n        lambda x: (\n            pd.to_datetime(x, utc=False).replace(day=31, month=12)\n            if x is not None\n            else x\n        )\n    )\n    df = filter_data_by_date(df, target_datetime)\n    df[\"datetime\"] = target_datetime\n    df[\"mode\"] = df[\"mode\"].map(MODE_MAPPING)\n    df[\"zone_key\"] = df[\"zone_key\"].map(REGION_MAPPING)\n\n    df = df.groupby([\"zone_key\", \"mode\", \"datetime\"])[[\"value\"]].sum().reset_index()\n    if not df.empty:\n        capacity = {}\n        for zone in df[\"zone_key\"].unique():\n            zone_capacity_df = df.loc[df[\"zone_key\"] == zone]\n            zone_capacity = {}\n            for _idx, data in zone_capacity_df.iterrows():\n                mode_capacity = {\n                    \"datetime\": target_datetime.strftime(\"%Y-%m-%d\"),\n                    \"value\": round(data[\"value\"], 0),\n                    \"source\": SOURCE,\n                }\n\n                zone_capacity[data[\"mode\"]] = mode_capacity\n            capacity[zone] = zone_capacity\n        return capacity\n    else:\n        logger.error(f\"No capacity data for ONS in {target_datetime}\")\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any] | None:\n    session = session or Session()\n    capacity = fetch_production_capacity_for_all_zones(target_datetime, session)[\n        zone_key\n    ]\n    logger.info(f\"Fetched capacity for {zone_key} in {target_datetime}: \\n{capacity}\")\n    return capacity\n\n\nif __name__ == \"__main__\":\n    print(fetch_production_capacity(\"BR-N\", datetime(2021, 1, 1), Session()))\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/OPENELECTRICITY.py",
    "content": "from datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.parsers.OPENNEM import ZONE_KEY_TO_REGION\n\n\"\"\"Disclaimer: only works for real-time data. There is retired capacity included but we do not have the information on when the capacity was retired.\"\"\"\nlogger = getLogger(__name__)\nREGION_MAPPING = {\n    ZONE_KEY_TO_REGION[key]: key for key in ZONE_KEY_TO_REGION\n}  # NT only has solar capacity so it will be excluded\n\nFUEL_MAPPING = {\n    \"wind\": \"wind\",\n    \"solar_rooftop\": \"solar\",\n    \"battery_charging\": \"battery storage\",\n    \"solar_utility\": \"solar\",\n    \"coal_black\": \"coal\",\n    \"battery_discharging\": \"battery storage\",\n    \"pumps\": \"hydro storage\",\n    \"gas_steam\": \"gas\",\n    \"gas_ocgt\": \"gas\",\n    \"hydro\": \"hydro\",\n    \"coal_brown\": \"coal\",\n    \"distillate\": \"oil\",\n    \"bioenergy_biogas\": \"biomass\",\n    \"gas_ccgt\": \"gas\",\n    \"gas_wcmg\": \"gas\",\n    \"gas_recip\": \"gas\",\n    \"bioenergy_biomass\": \"biomass\",\n}\n\nCAPACITY_URL = \"https://api.openelectricity.org.au/v4/facilities/\"\nSOURCE = \"https://openelectricity.org.au/\"\n\n\ndef get_openelectricity_capacity_data(session: Session) -> pd.DataFrame:\n    token = get_token(\"OPENELECTRICITY_TOKEN\")\n    headers = {\"Authorization\": f\"Bearer {token}\"}\n    r: Response = session.request(\"GET\", CAPACITY_URL, headers=headers)\n    data = r.json()\n    result = []\n\n    time_stamp = data.get(\"created_at\")\n\n    for entry in data.get(\"data\", []):\n        region = entry.get(\"network_region\")\n\n        for unit in entry.get(\"units\", []):\n            if unit.get(\"dispatch_type\") != \"GENERATOR\":\n                continue\n\n            if unit.get(\"status_id\") != \"operating\":\n                continue\n\n            transformed = {\n                \"zone_key\": region,\n                \"value\": unit.get(\"capacity_registered\"),\n                \"mode\": unit.get(\"fueltech_id\"),\n                \"datetime\": time_stamp,\n            }\n            result.append(transformed)\n\n    capacity_df = pd.DataFrame(result)\n    capacity_df[\"datetime\"] = capacity_df[\"datetime\"].apply(\n        lambda x: pd.to_datetime(x).replace(\n            month=1, day=1, hour=0, minute=0, second=0, microsecond=0, tzinfo=None\n        )\n    )\n\n    return capacity_df\n\n\ndef filter_capacity_data_by_datetime(\n    data: pd.DataFrame, target_datetime: datetime\n) -> pd.DataFrame:\n    \"\"\"Filter capacity data by datetime. For a given target_datetime, the capacity should only include plants created before then.\"\"\"\n    df = data.copy()\n    max_datetime = df[\"datetime\"].max()\n    min_datetime = df[\"datetime\"].min()\n\n    if target_datetime >= max_datetime:\n        df = df.copy()\n    elif target_datetime <= min_datetime:\n        df = df.loc[\n            df[\"datetime\"] == min_datetime\n        ].copy()  # we backfill the capacity data using the first data point\n    else:\n        df = df.loc[df[\"datetime\"] <= target_datetime]\n    return df\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any]:\n    session = session or Session()\n    capacity_df = get_openelectricity_capacity_data(session)\n    capacity_df = filter_capacity_data_by_datetime(capacity_df, target_datetime)\n\n    capacity_df[\"zone_key\"] = capacity_df[\"zone_key\"].map(REGION_MAPPING)\n    capacity_df[\"mode\"] = capacity_df[\"mode\"].map(FUEL_MAPPING)\n\n    capacity_df = (\n        capacity_df.groupby([\"zone_key\", \"mode\"])[[\"value\"]].sum().reset_index()\n    )\n\n    capacity_df = capacity_df.dropna(subset=[\"value\"])\n\n    capacity = {}\n    for zone in capacity_df[\"zone_key\"].unique():\n        zone_capacity_df = capacity_df.loc[capacity_df[\"zone_key\"] == zone]\n        zone_capacity = {}\n        for _idx, data in zone_capacity_df.iterrows():\n            zone_capacity[data[\"mode\"]] = {\n                \"datetime\": target_datetime.strftime(\"%Y-%m-%d\"),\n                \"value\": round(data[\"value\"], 2),\n                \"source\": SOURCE,\n            }\n        capacity[zone] = zone_capacity\n    return capacity\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any] | None:\n    session = session or Session()\n    capacity = fetch_production_capacity_for_all_zones(target_datetime, session)[\n        zone_key\n    ]\n    if capacity:\n        logger.info(\n            f\"Updated capacity for {zone_key} in {target_datetime}: \\n{capacity}\"\n        )\n        return capacity\n    else:\n        logger.error(f\"No capacity data for {zone_key} in {target_datetime}\")\n\n\ndef get_solar_capacity_au_nt(target_datetime: datetime) -> float | None:\n    \"\"\"Get solar capacity for AU-NT.\"\"\"\n    session = Session()\n    capacity_df = get_openelectricity_capacity_data(session)\n    capacity_df = filter_capacity_data_by_datetime(capacity_df, target_datetime)\n\n    capacity_df = capacity_df.loc[capacity_df[\"zone_key\"] == \"NT1\"]\n    capacity_df[\"zone_key\"] = \"AU-NT\"\n\n    capacity_df[\"mode\"] = capacity_df[\"mode\"].map(FUEL_MAPPING)\n\n    capacity_df = (\n        capacity_df.groupby([\"zone_key\", \"mode\"])[[\"value\"]].sum().reset_index()\n    )\n\n    solar_capacity = capacity_df.get(\"value\")\n    if solar_capacity is not None:\n        return round(solar_capacity.values[0], 0)\n    else:\n        logger.error(f\"No capacity data for AU-NT in {target_datetime.date()}\")\n\n\nif __name__ == \"__main__\":\n    session = Session()\n\n    print(fetch_production_capacity(\"AU-QLD\", datetime(2025, 1, 1), session))\n    # print(fetch_production_capacity(\"AU-VIC\", datetime(2015, 1, 1), Session()))\n    # print(get_solar_capacity_au_nt(datetime(2021, 1, 1)))\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/README.md",
    "content": "# Capacity update process\n\n## Table of contents\n\n- Context\n- Capacity source\n- Capacity update process\n  - When should capacity data be updated?\n  - Format of the capacity configuration\n  - Opening a PR\n  - The zone capacity can be updated automatically\n  - The zone capacity is updated manually\n- Technical requirements for adding a new data source\n- Building a new capacity parser\n\n## Context\n\nIn an effort to increase the quality of the data published on our app or API, we have started a whole initiative to enable us to track outliers in the source data. You can find more information on this [wiki page](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Capacity-update-process).\n\n## Capacity sources\n\nOf all electricity data available, capacity is probably the least consistent (e.g. different reporting standards, different update frequencies, accessibility). A review of available capacity data was done in order to manage the number of different data sources used for capacity and to ensure that the capacity data has been reviewed and has an overall consistent quality level.\n\nThe main organisations that published capacity data are:\n\n- **[EIA](https://www.eia.gov/electricity/data/eia860/)**: The EIA publishes generator-level specific information about existing and planned generators and associated environmental equipment at electric power plants with 1 megawatt or greater of combined nameplate capacity. This data is available in the EIA API and can be aggregated by balancing authority.\n- **[EMBER](https://ember-climate.org/)**: EMBER aggregates data from different sources:\n  - IRENA for non-fossil generation,\n  - Global Energy Monitor for coal and gas generation,\n  - World Resource Institue, although this datbase is incomplete is can be used to verify information from the other sources.\n- **[ENTSO-e](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)**: Net generation capacity is published on an annual basis on the ENTSO-e Transparency platform. This will be the prefered data source for European zones as the capacity breakdown is more detailed.\n- **[IRENA](https://www.irena.org/Data/Downloads/IRENASTAT)**: For most countries and technologies, the data reflects the capacity installed and connected at the end of the calendar year. Data has been obtained from a variety of sources, including an IRENA questionnaire, official national statistics, industry association reports, other reports and news articles.\n\nIn the case of countries divided in subzones, capacity data is collected directly from the main data source. This is the case for Brasil, Australia or Spain for instance.\n\n## Capacity update process\n\nThere are two ways of updating capacity configuration files:\n\n- The zone has a capacity parser\n- The update must be done manually.\n\n### When should capacity data be updated?\n\nDepending on the source, capacity data can be updated at a more or less regular frequency.\n\nIn the case of EMBER, IRENA and ENTSO-e, capacity data is updated once a year with data for the previous year. This update usually happens in the third quarter of the year (June to September of Y+1). The capacity for these zones should therefore be updated **once per year**.\n\nThe EIA updates their capacity dataset on a monthly basis so updates can happen **every semester or every quarter**.\n\nWe would like to update the capacity data for **all zones** once per year, around the 3rd quarter. This can be done more for capacity that are updated every month or quarter but it is not absolutely required.\n\n### Format of the capacity configuration\n\nThe capacity configuration should include the date from which the value is valid.\n\nFor a chosen mode, a data point needs to include the following fields:\n\n- **value**: the installed capacity for the chosen mode,\n- **datetime**: from this date forward, the value is considered to be the most up-to-date\n- **source**: the data source\n\nThis format will enable us to track the evolution of capacity across different zones over time such as the increase of renewables or phase out of fossil power plants.\n\nLooking at the example of DK-DK1 mentioned above, the capacity configuration format would be the following:\n\n```\ncapacity\n├── wind\n    ├── datetime: \"2023-01-01\"\n    ├── source: \"ENTSOE\"\n    └── value: 5233\n```\n\n### Opening a PR\n\nBefore opening a PR to update capacity data, you should check the following:\n\n- **Do not update all capacities at once!** Smaller PRs will help us make sure that no error slips through the cracks. We recommend updated a few zones at once or by group of zones (EIA, ENTSOE, EMBER, IRENA etc.)\n- **The new data points are consistent with the previous ones.** Big breaks in trends are rare for capacity data. You should check whether the variation between two data points is realistic. We expect that renewable capacity will increase in the coming years and fossil capacity to decrease,so these are patterns to look out for.\n- **Reference main changes in the PR description**. If you spot a major change in values, please mention it and verify it. This will make the reviewer's job easier!\n\n### The zone capacity can be updated automatically\n\nFor some zones, we have developed capacity parsers which collect the data automatically.\n\nThe update of capacity configurations can be done in the `contrib` repo using `uv run capacity_update`.\n\nThe `capacity_update` function has the following arguments:\n| Argument | Description |\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| --zone | A specific zone (e.g. DK-DK1) |\n| --source | A group of zones. The capacity update will run for all the zones that have capacity from this data source. The groups of zones are: EIA, EMBER, ENTSOE, IRENA, ONS, OPENNEM, REE |\n| --target_datetime | Date for the capacity data (e.g. \"2023-01-01\") |\n| --update_aggregate | Boolean to update the aggregate zone (for instance DK should be updated if we change the capacity for DK-DK1). This value is set to False by default|\n\nHere is a list of examples:\n\n```{python}\nuv run capacity_update --zone DK-DK1 --target_datetime \"2023-01-01 --update_aggregate True\"\n```\n\n```{python}\nuv run capacity_update --source EIA --target_datetime \"2023-06-01\"\n```\n\nThe following zones can be updated with a parser are listed on our wiki page [Capacity update process](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Capacity-update-process)\n\n### The zone capacity is updated manually\n\nFor more information on manual capacity updates, please check our wiki page [Manual capacity updates](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Manual-capacity-updates).\n\n## Technical requirements for adding a new data source\n\nIf a new data source becomes available for a zone that does **not** have a capacity parser:\n\n- **Verify the data source.** Please refer to our wiki page [Verify data sources](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Verify-data-sources). The data should come from an authoritative data source, the criteria are listed on the wiki page.\n- **Update this document with the new data source**. For maintainability and transparency reasons, the data should be easily accessible. This will enable another contributor to update the capacity breakdown in the future. You can create a new subsection in the wiki page [Manual updates](https://github.com/electricitymaps/electricitymaps-contrib/wiki/Manual-capacity-updates)\n- **Add the guidelines to collect the data**. This should also be done for maintainability and transparency reasons.\n\nIf the capacity for the zone in question is collected using a capacity parser:\n\n- **Verify the data source.**\n- **Compare the new data with the existing data.** As explained above, we want to limit the number of data sources used and wish to use sources for which a certain level of quality is implied.\n- **Discuss with the Electricity Maps team.** If the new data source is indeed of higher quality and meets all the requirements, feel free to ask the Electricity Maps team. We will find the best way forward otgether :)\n\nYou can create an issue on [contrib](https://github.com/electricitymaps/electricitymaps-contrib/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) if you find a new data source or if an existing link is broken.\n\n## Building a new capacity parser\n\nIf data can be parsed from an online source, you can build a parser to automatically get this data.\n\nHere are the following steps to build a capacity parser:\n\n- **Building the parser.** The parser should include a `fetch_production_capacity` function.\n\n```{python}\ndef fetch_production_capacity(zone_key: ZoneKey, target_datetime: datetime, session:Session)-> Dict[str:Any]:\n  capacity_dict = ....\n  return capacity_dict\n```\n\n- **Update the zone configuration.** Add the productionCapacity parser to the parsers items.\n\n```\nparsers:\n  consumption: FR.fetch_consumption\n  production: FR.fetch_production\n  productionCapacity: ENTSOE.fetch_production_capacity\n```\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/REE.py",
    "content": "from calendar import monthrange\nfrom datetime import datetime\nfrom logging import getLogger\nfrom typing import Any\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\n\n\"\"\"Disclaimer: Capacity for the Spanish isles is only available per archipelago. This parser should not be used for the Canary Islands and the Balearic Islands as we do not get the capacity per island.\"\"\"\n\nlogger = getLogger(__name__)\nMODE_MAPPING = {\n    \"Hidráulica\": \"hydro\",\n    \"Turbinación bombeo\": \"hydro storage\",\n    \"Nuclear\": \"nuclear\",\n    \"Carbón\": \"coal\",\n    \"Fuel + Gas\": \"gas\",\n    \"Ciclo combinado\": \"gas\",\n    \"Eólica\": \"wind\",\n    \"Solar fotovoltaica\": \"solar\",\n    \"Solar térmica\": \"solar\",\n    \"Otras renovables\": \"biomass\",  # Cross-checked against ENTSOE installed capacity + production data\n    \"Cogeneración\": \"gas\",\n    \"Residuos no renovables\": \"unknown\",\n    \"Residuos renovables\": \"biomass\",\n    \"Motores diésel\": \"oil\",\n    \"Turbina de gas\": \"gas\",\n    \"Turbina de vapor\": \"gas\",\n}\n\nGEO_LIMIT_TO_GEO_IDS = {\n    \"peninsular\": 8741,\n    \"canarias\": 19,\n    \"baleares\": 18,\n    \"ceuta\": 12,\n    \"melilla\": 8746,\n}\n\nZONE_KEY_TO_GEO_LIMIT = {\n    \"ES\": \"peninsular\",\n    # \"ES-IB-FO\": \"baleares\",\n    # \"ES-IB-IZ\": \"baleares\",\n    # \"ES-IB-MA\": \"baleares\",\n    # \"ES-IB-ME\": \"baleares\",\n    # \"ES-CN-FVLZ\": \"canarias\",\n    # \"ES-CN-GC\": \"canarias\",\n    # \"ES-CN-HI\": \"canarias\",\n    # \"ES-CN-IG\": \"canarias\",\n    # \"ES-CN-LP\": \"canarias\",\n    # \"ES-CN-TE\": \"canarias\",\n    \"ES-CE\": \"ceuta\",\n    \"ES-ML\": \"melilla\",\n}\n\n\ndef fetch_production_capacity(\n    zone_key: ZoneKey, target_datetime: datetime, session: Session\n) -> dict[str, Any] | None:\n    geo_limit = ZONE_KEY_TO_GEO_LIMIT[zone_key]\n    geo_ids = GEO_LIMIT_TO_GEO_IDS[geo_limit]\n    url = \"https://apidatos.ree.es/es/datos/generacion/potencia-instalada\"\n    params = {\n        \"start_date\": target_datetime.strftime(\"%Y-%m-01T00:00\"),\n        \"end_date\": target_datetime.strftime(\n            f\"%Y-%m-{monthrange(target_datetime.year, target_datetime.month)[1]}T23:59\"\n        ),\n        \"time_trunc\": \"month\",\n        \"geo_trunc\": \"electric_system\",\n        \"geo_limit\": geo_limit,\n        \"geo_ids\": geo_ids,\n        \"tecno_select\": \"all\",\n    }\n\n    r: Response = session.get(url, params=params)\n    if r.status_code == 200:\n        data = r.json()[\"included\"]\n        capacity = {}\n        for item in data:\n            value: float = round(item[\"attributes\"][\"values\"][0][\"value\"], 0)\n            if item[\"type\"] in MODE_MAPPING:\n                mode = MODE_MAPPING[item[\"type\"]]\n                if mode in capacity:\n                    capacity[mode][\"value\"] += value\n                else:\n                    mode_capacity = {\n                        \"datetime\": target_datetime.strftime(\"%Y-%m-%d\"),\n                        \"value\": value,\n                        \"source\": \"ree.es\",\n                    }\n                    capacity[mode] = mode_capacity\n        logger.info(\n            f\"Fetched capacity for {zone_key} on {target_datetime.date()}: \\n{capacity}\"\n        )\n        return capacity\n    else:\n        logger.warning(\n            f\"{zone_key}: No capacity data available for year {target_datetime.year}\"\n        )\n\n\ndef fetch_production_capacity_for_all_zones(\n    target_datetime: datetime, session: Session | None = None\n) -> dict[str, Any]:\n    if session is None:\n        session = Session()\n    ree_capacity = {}\n    for zone in ZONE_KEY_TO_GEO_LIMIT:\n        zone_capacity = fetch_production_capacity(zone, target_datetime, session)\n        ree_capacity[zone] = zone_capacity\n    logger.info(f\"Fetched capacity for REE zones on {target_datetime.date()}\")\n    return ree_capacity\n\n\nif __name__ == \"__main__\":\n    fetch_production_capacity(\"ES\", datetime(2023, 1, 1), Session())\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/__snapshots__/test_OPENELECTRICITY.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_capacities\n  dict({\n    'battery storage': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 1250.6,\n    }),\n    'biomass': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 313.28,\n    }),\n    'coal': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 8119.0,\n    }),\n    'gas': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 3201.98,\n    }),\n    'hydro': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 726.0,\n    }),\n    'hydro storage': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 480.0,\n    }),\n    'oil': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 453.0,\n    }),\n    'solar': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 4364.81,\n    }),\n    'wind': dict({\n      'datetime': '2025-01-01',\n      'source': 'https://openelectricity.org.au/',\n      'value': 2648.2,\n    }),\n  })\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/conftest.py",
    "content": "\"\"\"\nThis is a configuration file for pytest that defines test fixtures available for\nuse by all tests under this path.\n\nFixtures ref: https://docs.pytest.org/en/stable/explanation/fixtures.html\n\"\"\"\n\nimport pytest\nfrom requests import Session\nfrom requests_mock import Adapter\n\n\n@pytest.fixture\ndef adapter():\n    \"\"\"\n    A `requests.Adapter` enables us to mock responses when making web requests\n    via `requests.Session`.\n\n    Adapter ref: https://requests.readthedocs.io/en/latest/user/advanced/#transport-adapters\n    \"\"\"\n    adapter = Adapter()\n    yield adapter\n\n\n@pytest.fixture\ndef session(adapter):\n    \"\"\"\n    A `request.Session` using the adapter fixture's object whenever http:// or\n    https:// requests are made.\n\n    Session ref: https://requests.readthedocs.io/en/latest/user/advanced/#session-objects\n    \"\"\"\n    session = Session()\n    session.mount(\"http://\", adapter)\n    session.mount(\"https://\", adapter)\n    yield session\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/mocks/OPENELECTRICITY/AU-QLD_capacities.json",
    "content": "{\n  \"version\": \"4.0.14\",\n  \"created_at\": \"2025-07-21T21:19:57+10:00\",\n  \"success\": true,\n  \"data\": [\n    {\n      \"code\": \"ADP\",\n      \"name\": \"Adelaide Desalination\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Adelaide Desalination plant (ADP), formerly known as the Port Stanvac Desalination Plant, is a sea water reverse osmosis desalination plant located in Lonsdale, South Australia which has the capacity to provide the city of Adelaide with up to 50% of its drinking water needs.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ADPBA1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.76,\n          \"data_first_seen\": \"2021-05-18T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"ADPPV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.75,\n          \"data_first_seen\": \"2021-05-18T13:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ADPBA1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.76,\n          \"data_first_seen\": \"2021-05-18T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ADPPV2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.2,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ADPPV3\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.02,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ALBANY\",\n      \"name\": \"Albany\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Albany wind and Grasmere farms are two wind power stations near Albany, Western Australia, owned by Bright Energy Investments. They are adjacent and are often considered a single facility. They have 18 wind turbines, with a maximum generating capacity of 35.4 MW of electricity. The original Albany Wind Farm was commissioned in October 2001, after ten years of planning. The wind farm has the capacity to produce 80 per cent of the electricity requirements of Albany.Originally commissioned in 2001 the farm was the largest of its kind in Australia.<br/>The farm originally had 12 wind turbines, with 6 extra turbines installed in 2011 as the Grasmere Wind Farm. The  original Albany Wind Farm turbines are ENERCON model E66, each with three 35 metres (115 ft) long blades made from fibreglass and kevlar (making them very flexible in order to withstand any conditions) and are fitted to 65 metres (213 ft) towers. The nose cone which the blades attach to weighs around 14 tonnes. At the time of construction these turbines were the largest installed in the southern hemisphere. The turbines operate automatically, with the three blades adjusted to make best use of power output from any wind direction or strength. They have been designed to withstand the strongest winds likely in Albany and incorporate special lightning protection. Each turbine has a rating of 1.8 MW and is able to produce electrical energy at wind speeds of 7\\u2013130 kilometres per hour (4\\u201370 kn) at which the turbines are shut down. Maximum output is achieved at a wind speed of 50 kilometres per hour (27 kn). The 6 new turbines installed in 2011 are ENERCON model E70 with a rating of 2.3 MW. The turbines were made in Germany.<br/>The Albany and Grasmere wind farms are situated on the coast about 12 kilometres (7 mi) south-west of the city. They are in an elevated position at approximately 80 metres (262 ft) above the Southern Ocean. The height and locality is designed to maximise exploitation of local wind conditions, and combined with the short distance to the main electricity transmission system make this an outstanding wind farm site.The farms also acts as a tourist attraction in Albany. When built A$200,000 was spent on board walks, viewing towers, interpretive displays and picnic areas on and around the site. The road to the site underwent a A$400,000 upgrade for better access for visitors. The Bibbulmun Track also traverses the site and had to be re-aligned toward the cliffs and stabilized.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ALBANY_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.6,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0ALDOGA\",\n      \"name\": \"Aldoga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Aldoga Solar Farm will be approximately 380MW. This solar photovoltaic (PV) facility is located approximately 20 km north-west of Gladstone on the central Queensland coast.</p><p>The Aldoga Solar Farm will deliver a flagship renewable energy project on Economic Development Queensland (EDQ) land as part of the Queensland Government\\u2019s <em>'Advancing our cities and regions strategy\\u2019</em>, which aims to renew and repurpose underutilised state land to generate jobs and drive economic growth.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0ALDOGA\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 387.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ALDGASF\",\n      \"name\": \"Aldoga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Aldoga Solar Farm will be approximately 380MW. This solar photovoltaic (PV) facility is located approximately 20 km north-west of Gladstone on the central Queensland coast.</p><p>The Aldoga Solar Farm will deliver a flagship renewable energy project on Economic Development Queensland (EDQ) land as part of the Queensland Government\\u2019s <em>'Advancing our cities and regions strategy\\u2019</em>, which aims to renew and repurpose underutilised state land to generate jobs and drive economic growth.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ALDGASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 535.21,\n          \"data_first_seen\": \"2025-03-21T15:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AMCORGR\",\n      \"name\": \"Amcor Glass\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"AMCORGR\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 4.0,\n          \"emissions_factor_co2\": 0.9,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ANGASTON\",\n      \"name\": \"Angaston\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Angaston Power Station is a diesel-powered electricity generator in the Barossa Valley region of South Australia near the town of Angaston. It is owned and operated by Snowy Hydro since 2014. It consists of 30 diesel reciprocating engines generating up to 50 MW of electricity to meet peak demands in the National Electricity Market.The power station was designed and built by Cummins Power Generation under contract from Infratil in 2005. At the time, it was Australia&#x27;s largest and lowest-emission diesel power station. It achieves the low emissions through selective catalytic reduction technology, spraying urea into the exhaust.Snowy Hydro bought assets from Infratil in 2014. These included Lumo Energy, Direct Connect and three diesel peaking generators for a total of 136 MW. The other two were Lonsdale Power Station and Port Stanvac Power Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ANGAS2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 20.0,\n          \"emissions_factor_co2\": 1.0136,\n          \"data_first_seen\": \"2005-01-06T11:10:00+10:00\",\n          \"data_last_seen\": \"2016-05-23T09:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ANGAST1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.6606,\n          \"data_first_seen\": \"2016-05-27T12:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-09T21:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ANGAS1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.0136,\n          \"data_first_seen\": \"2005-01-06T11:10:00+10:00\",\n          \"data_last_seen\": \"2016-05-23T09:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"APS\",\n      \"name\": \"Anglesea\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Anglesea Power Station was a brown coal\\u2013powered thermal power station located at Anglesea, in Victoria, Australia. The station had one steam turbine, with a capacity of 150 megawatts. It was operated by Alcoa of Australia and supplied almost 40% of the electricity used by the company&#x27;s Point Henry aluminium smelter, until the smelter&#x27;s closure in August 2014.</p>\",\n      \"units\": [\n        {\n          \"code\": \"APS\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 165.0,\n          \"emissions_factor_co2\": 1.2286,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2015-08-21T21:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"APPIN\",\n      \"name\": \"Appin\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>In a world first, EDL developed the largest WCMG power station at Appin that captured drained WCMG and also directly used a portion of the methane present as combustion air in the generator sets, further reducing the mine\\u2019s greenhouse gas (GHG) emissions.</p>\",\n      \"units\": [\n        {\n          \"code\": \"APPIN\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.6,\n          \"emissions_factor_co2\": 0.8126,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ARWF\",\n      \"name\": \"Ararat\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Ararat Wind Farm is wind farm in western Victoria, Australia. It was officially opened on 27 June 2017 and was the third-largest wind farm in Australia at that time, with capacity to generate 240MW from 75 turbines.Of the 75 turbines, 70 are in the Rural City of Ararat and five are in the Shire of Northern Grampians.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ARWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 241.59,\n          \"data_first_seen\": \"2016-08-19T10:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AVLSF\",\n      \"name\": \"Avonlie\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Avonlie Solar Farm will be a large-scale solar farm in Narrandera, New South Wales. The project will comprise more than 450,000 solar panels with a total energy capacity of up to roughly 245MW(DC).</p>\",\n      \"units\": [\n        {\n          \"code\": \"AVLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 254.1,\n          \"data_first_seen\": \"2023-03-28T14:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AWABAREF\",\n      \"name\": \"Awaba\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"AWABAREF\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.0741,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BADGINGARRA\",\n      \"name\": \"Badgingarra\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Badgingarra Wind Farm (BWF) is located just to the north of APA\\u2019s 80-megawatt Emu Downs Wind Farm and the 20-megawatt Emu Downs Solar Farm. BWF consists of 37 Siemens 3.6-megawatt wind turbine generators installed with a hub height of 85 metres and tip height of 150 metres.</p><p>BWF generates 130 megawatts of power into the Western Power electricity grid, creating a 230-megawatt renewable energy precinct near Cervantes, approximately 180 kilometres north of Perth, Western Australia.</p><p>The $315 million APA development is underpinned by an agreement with Alinta Energy for the purchase of all the energy and Large Scale Renewable Generation Certificates generated by the wind farm through to December 2035.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BADGINGARRA_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 130.0,\n          \"data_first_seen\": \"2019-01-14T14:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DEIBDL\",\n      \"name\": \"Bairnsdale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Bairnsdale Power Station is a 94 megawatts (126,000 hp) natural gas-fired power station in Victoria\\u2019s East Gippsland region, owned and operated by Alinta Energy. It is a fast start, peaking power station dispatching into the National Electricity Market. Bairnsdale Power Station is connected to the AusNet Services distribution network grid.<br/>The station was commissioned in 2001. It has two GE LM6000PD gas turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BDL01\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 46.0,\n          \"emissions_factor_co2\": 0.5382,\n          \"data_first_seen\": \"2001-05-22T17:15:00+10:00\",\n          \"data_last_seen\": \"2025-02-13T07:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BDL02\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 46.0,\n          \"emissions_factor_co2\": 0.5382,\n          \"data_first_seen\": \"2001-12-20T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-05-06T14:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BAKING\",\n      \"name\": \"Baking Board\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Impact Investment Group\\u2019s Chinchilla Solar Farm is located approximately 7 km northwest of Chinchilla in the Western Downs shire of southeast Queensland. Located on 73 ha of land it has approximately 61,000 panels mounted on a single axis tracking system.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BAKING1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 17.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BHWF\",\n      \"name\": \"Bald Hills\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Bald Hills Wind Farm is an operating wind farm located approximately 10 km south east of Tarwin Lower in South Gippsland, Victoria, Australia.  The Bald Hills Wind Farm site covers approximately 1,750ha of largely cleared cattle and sheep grazing farmland. The turbines are located in three distinct areas, one to the west and one to the east of Tarwin Lower Waratah Road, and one near the end of Bald Hills Road.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BALDHWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 106.6,\n          \"data_first_seen\": \"2015-02-24T08:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BALBESS\",\n      \"name\": \"Ballarat\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Ballarat Energy Storage System (BESS) is a grid-connected energy storage system connected to the Ballarat Area Terminal Substation in Warrenheip, a suburb pf Ballarat in Victoria. It was commissioned in 2018 and provides 30 MWh of storage capacity at 30 MW. The battery was developed by NuvoGroup (owned by Spotless). Fluence provided the batteries, AusNet Services owns the facility, which is operated by EnergyAustralia. Funding was provided by AusNet Services and Australian Renewable Energy Agency (ARENA).The system consists of nine units each of which contains Lithium-ion batteries along with cooling and safety systems.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BALBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2018-11-07T11:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T16:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BALBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2018-11-07T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:45:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BBASEHOS\",\n      \"name\": \"Ballarat Hospital\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BBASEHOS\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.812,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BANGOWF\",\n      \"name\": \"Bango\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Bango Wind Farm is a development of 46 wind turbines and associated infrastructure on agricultural land approximately 30 km north of Yass, NSW. The site is well suited to wind generation due to its reliable wind resource, low density of rural residential dwellings and proximity to existing transmission infrastructure.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BANGOWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 84.8,\n          \"data_first_seen\": \"2021-06-10T16:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BANGOWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 159.0,\n          \"data_first_seen\": \"2021-01-14T12:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BAPS\",\n      \"name\": \"Banimboola\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Banimboola Power Station is a hydroelectric power station on the Dartmouth Dam Regulating Pond (or Banimboola Pondage), downstream of Dartmouth Dam on the Mitta Mitta River in Victoria, Australia. Banimboola has three turbo generators, with a generating capacity of 12.2 megawatts (16,360 hp) of electricity.  It is owned and operated by AGL Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BAPS\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BANKSPT\",\n      \"name\": \"Bankstown Sports Club\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BANKSPT1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.9,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BANNSP\",\n      \"name\": \"Bannerton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Bannerton Solar Park is a solar power station in the locality of Bannerton southeast of Robinvale in the Sunraysia district of Victoria. It generates up to 88MW of electricity to the National Electricity Market (NEM).<br/>Bannerton Solar Park is the second solar farm to be funded by the Clean Energy Finance Corporation (after the Gannawarra Solar Farm). It uses 320,000 solar panels to generate 110MWDC/88MWAC of electricity. It has offtake agreements with Alinta Energy and Yarra Trams.CIMIC Group company UGL Limited designed and built the solar farm, including  single axis tracking system, substation and connection to the Powercor Australia grid. It is built on land unsuitable for Almond orchards.Bannerton is near the edge of the Victorian electricity grid. The Solar Farm exports electricity at 66kV into the distribution network to support the local grid in responding to the load imposed from irrigation in summer.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BANN1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 100.0,\n          \"data_first_seen\": \"2018-07-20T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BARCALDN\",\n      \"name\": \"Barcaldine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Barcaldine Power Station is a combined-cycle power station in Barcaldine, Queensland.  Its NEMMCO registered capacity as of January 2009 was 55 MW.<br/>According to the Geoscience Australia database, it is also known as the Len Wishaw power station and consists of a 38 MW gas turbine and a 15MW steam turbine.  The steam turbine at the power station is to be taken offline.The power station was built by Energy Equity Corporation, with the gas turbine being completed in 1995 and the steam turbine added in 1999.  The station had originally been planned for Blackall.  Enertrade acquired the station and associated gas pipeline in June 2003.  With the dissolution of Enertrade in May 2007, the station and pipeline were acquired by Ergon Energy Queensland Pty Ltd.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BARCALDN\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 37.0,\n          \"emissions_factor_co2\": 1.2153,\n          \"data_first_seen\": \"1998-12-07T07:40:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T19:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BARCSF\",\n      \"name\": \"Barcaldine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Barcaldine Solar Farm is a solar farm located five kilometres east of the town of Barcaldine in Central Queensland, Australia. The power station is owned by Elecnor and is situated on a 90 hectare site. It will use single-axis tracking technology. The power station can generate 20 megawatts AC. It consists of 78,000 panels.<br/><br/>Power was supplied to the grid in December 2016. It was Queensland&#x27;s first large scale solar farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BARCSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.0,\n          \"data_first_seen\": \"2016-12-21T15:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BARKIPS\",\n      \"name\": \"Barker Inlet\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Barker Inlet Power Station is a power station in South Australia. It was announced on 7 June 2017 by AGL Energy to replace part of its ageing Torrens Island Power Station and was built alongside the existing station on Torrens Island in the northwestern suburbs of Adelaide. The power station was commissioned on 4 November 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BARKIPS1\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 211.0,\n          \"emissions_factor_co2\": 0.5897,\n          \"data_first_seen\": \"2019-10-15T17:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T22:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BARRON\",\n      \"name\": \"Barron Gorge\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Barron Gorge Hydroelectric Power Station (or Barron Gorge Hydro) in Queensland, Australia is an electricity power station commissioned in 1963 with a maximum capacity of 66 megawatts (89,000 hp). It is located in the locality of Barron Gorge in the Wet Tropics World Heritage Area 20 kilometres (12 mi) north-west of Cairns. It replaced an earlier station which was the first underground power station in the country and the first hydroelectric station in Queensland. The power station was refurbished in 2006.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BARRON-2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"1998-12-08T11:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BARRON-1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"1998-12-22T09:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BASTYAN\",\n      \"name\": \"Bastyan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Bastyan Power Station is a conventional hydroelectric power station located in Western Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BASTYAN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 79.9,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BAYSW\",\n      \"name\": \"Bayswater\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Bayswater Power Station is a bituminous (black) coal-powered thermal power station with four 660 megawatts (890,000 hp) Tokyo Shibaura Electric (Japan) steam driven turbo alternators for a combined capacity of 2,640 megawatts (3,540,000 hp). Commissioned between 1985 and 1986, the station is located 16 kilometres (10 mi) from Muswellbrook, and 28 km (17 mi) from Singleton in the Hunter Region of New South Wales, Australia.<br/>Prior to September 2014 Bayswater Power Station was part of NSW Government power producer, Macquarie Generation.  Macquarie Generation was acquired by AGL Energy in September 2014.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BW04\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BW02\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BW03\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BW01\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BBDISEL1\",\n      \"name\": \"Bell Bay\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BBDISEL1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 75.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-05-24T14:00:00+10:00\",\n          \"data_last_seen\": \"2016-08-01T11:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BELLBAY\",\n      \"name\": \"Bell Bay\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Bell Bay Power Station was a power station located in Bell Bay, on the Tamar River, Tasmania, Australia, adjacent to the Tamar Valley Power Station, with which it was often confused. It was commissioned between 1971 and 1974 as an oil fired thermal power station, and was converted to natural gas in 2003, after the commissioning of the Tasmanian Gas Pipeline, a submarine gas pipeline which transports natural gas from Longford, Victoria, under Bass Strait, to Bell Bay, Tasmania. As the power station&#x27;s primary role was to provide system security in the event of drought for Tasmania&#x27;s predominantly hydro-electric based generation system it only was rarely called on to operate, resulting in intervals of five to eight years between periods of significant use. After the commissioning of Basslink in 2006, the power station was decommissioned in 2009.<br/>At the time of decommissioning, it had two 120 megawatts (160,000 hp) gas fired steam turbines and three 35 megawatts (47,000 hp) gas turbines, giving a total capacity of 345 megawatts (463,000 hp) of electricity. After the Bell Bay Power Station was decommissioned, the three smaller units became part of the Tamar Valley Power Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BELLBAY1\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.7086,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2008-11-19T08:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BELLBAY2\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.7086,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2009-04-01T07:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BBP31\",\n      \"name\": \"Bell Bay Three\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Tamar Valley Power Station is a $230 million natural gas-fired power station located in Bell Bay in the Tamar Valley, Tasmania. It is owned by Hydro Tasmania, and is immediately adjacent to the decommissioned Bell Bay Power Station, which is also owned by Hydro Tasmania.</p><p>This facility refers to the 178MW open-cycle gas turbines at the sight.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TVPP104\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 58.0,\n          \"emissions_factor_co2\": 0.6647,\n          \"data_first_seen\": \"2009-04-01T18:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T19:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BBTHREE2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 35.0,\n          \"emissions_factor_co2\": 0.6647,\n          \"data_first_seen\": \"2006-08-21T17:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-01T09:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BBTHREE1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 35.0,\n          \"emissions_factor_co2\": 0.6647,\n          \"data_first_seen\": \"2006-07-26T14:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-01T09:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BBTHREE3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 35.0,\n          \"emissions_factor_co2\": 0.6647,\n          \"data_first_seen\": \"2006-06-29T15:10:00+10:00\",\n          \"data_last_seen\": \"2023-08-30T22:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLAIRFOX_BEROSRD_WF\",\n      \"name\": \"Beros Road\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Blair Fox managed the purchase and dismantling of 19 ENERCON E40 500kW wind turbines from the Vila Lobos Wind Farm near Lamego, Portugal.<br/><br/>These wind turbines were transported to Western Australia, refurbished and installed at the Beros Rd Wind Farm at Warradarge around 270km north of Perth.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLAIRFOX_BEROSRD_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 9.5,\n          \"data_first_seen\": \"2019-07-29T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-20T12:35:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BRYB1WF1\",\n      \"name\": \"Berrybank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Berrybank 1 Wind Farm site is located in South-Western Victoria approximately 14km east of Lismore and 16km west of Cressy. It is approximately 130km west of Melbourne within the Victorian district known as the Western Plains, located within the Corangamite and Golden Plains Local Government Areas.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BRYB1WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.6,\n          \"data_first_seen\": \"2021-02-16T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BRYB2WF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 109.0,\n          \"data_first_seen\": \"2022-11-29T08:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BERWICK\",\n      \"name\": \"Berwick\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BERWICK\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BERYLSF\",\n      \"name\": \"Beryl\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located on Wiradjuri Country in the Central West of NSW, approximately 5 kilometres west of Gulgong, Beryl Solar Farm supplies clean, green energy to power the Sydney Metro Northwest Rail Link.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BERYLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 98.0,\n          \"data_first_seen\": \"2019-04-23T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BIALAWF\",\n      \"name\": \"Biala\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Biala wind farm is a 31 turbine wind farm located approximately 6km south of Grabben Gullen on Grabben Gullen Road, 8km east of Biala and 14.5km south west of Crookwell in the Southern Tablelands of NSW. The planned wind farm is 100% owned by Beijing Jingneng Clean Energy (Australia) Holding Pty Ltd (BJCE Australia) who own the nearby 73 turbine Gullen Range Wind Farm and 10MW Gullen Solar Farm.<br/>Biala Wind Farm is expected to have an installed capacity of approximately 110MW producing enough electricity for approximately 46,000 typical homes on an average day of wind.<br/>BJCE Australia commenced construction of the wind farm in August 2019 with electricity expected to be generated in the second quarter of 2020.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GULLRWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.67,\n          \"data_first_seen\": \"2020-06-20T12:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLAYNEY\",\n      \"name\": \"Blayney\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Blayney wind farm is a wind power station at Lake Carcoar, south of Blayney, New South Wales, Australia. It was acquired by Trustpower in 2014, and is now owned by Tilt Renewables. Blayney has fifteen wind turbines, with a total nameplate capacity of 9.9 MW of electricity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLAYNEY\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 9.9,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWY6\",\n      \"name\": \"Blowering\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The dam houses a hydroelectric power station and has one turbine generator, with a generating capacity of 80 megawatts of electricity; with a net generation of 260 gigawatt-hours per annum. The power station has 86.6 metres rated hydraulic head.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLOWERNG\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 80.0,\n          \"data_first_seen\": \"2001-08-07T13:50:00+10:00\",\n          \"data_last_seen\": \"2025-04-24T13:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNOWY6\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 80.0,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2001-09-24T19:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLUEGSF\",\n      \"name\": \"Blue Grass\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Blue Grass solar farm in Queensland, Australia, is being developed by Spanish renewable energy producer X-ELIO. The 200MW solar facility will produce 420GWh of green electricity a year, sufficient to power approximately 80,000 Queensland homes, once fully operational in the fourth quarter of 2021.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLUEGSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 183.0,\n          \"data_first_seen\": \"2022-08-01T13:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLULAKE\",\n      \"name\": \"Blue Lake Milling\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BLULAKE1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.657,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLUEWATERS\",\n      \"name\": \"Bluewaters\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Bluewaters Power Station was the first privately owned, coal-fired power station in Western Australia. It was built by Griffin Energy in 2009. The site is 4.5 km (2.8 mi) northeast of Collie.<br/>The plant consists of two 208  megawatts units, running on sub-bituminous coal. The boilers were constructed by IHI while the turbines and generators were supplied by Alstom.  EPC contractors were Mitsui and Hitachi Plant Technologies.<br/>Griffin Coal appointed administrators KordaMentha after financial difficulty in 2009, however the power station continues to operate.Community consultation commenced in 2009 for a proposed expansion and the WA Government approved it in 2010.  The proposal is to add two identical units and bring the capacity of the plant to 830 megawatts. As of 2018 it remains on hold, with two years remaining until they are required to re-apply for approvals.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BW2_BLUEWATERS_G1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 217.0,\n          \"emissions_factor_co2\": 0.7017,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BW1_BLUEWATERS_G2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 217.0,\n          \"emissions_factor_co2\": 0.7017,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLYTHB\",\n      \"name\": \"Blyth\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Blyth Battery is a grid-scale battery that will connect into South Australia\\u2019s electricity grid via the transmission network.</p><p>The Blyth Battery will use CATL batteries supplied and installed by our project consortium \\u2013 Green Light Contractors and NHOA Australia.</p><p>The Blyth Battery will provide stability for the region by dispatching stored energy to the grid during peak times of demand.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"BLYTHB1G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 281.0,\n          \"data_first_seen\": \"2024-09-06T13:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BLYTHB1L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 281.0,\n          \"data_first_seen\": \"2024-08-20T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BOCOROCK\",\n      \"name\": \"Boco Rock\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Boco Rock Wind Farm is a wind farm 10km southwest of Nimmitabel in the Snowy Mountains region of New South Wales, Australia. It has 67 GE 100-1.7 wind turbines with a hub height of 80m, and generates up to 113MW of electricity. It is managed by the developers, CWP Renewables but is now owned by EGCO.The engineering, procurement and construction contract for the wind farm was let in June 2013 to a consortium of GE and Downer EDI. The electricity generated is contracted for sale to EnergyAustralia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BOCORWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 113.0,\n          \"data_first_seen\": \"2014-08-29T00:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BODWF\",\n      \"name\": \"Bodangora\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Bodangora Wind Farm is a wind farm owned by Infigen Energy in the district of Bodangora near Wellington, New South Wales, Australia. It has 33 wind turbines with a total generating capacity of 113.2 MW. The towers are 85 metres tall, and the rotor diameter is 130 metres. The wind turbine blades were manufactured in Bergama, Turkey. The development of the project began in 2009. It received planning approval in August 2013. The wind farm was completed on 27 February 2019.Bodangora Wind Farm has a power purchase agreement to sell 60% of the electricity generated to EnergyAustralia until the end of 2030.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BODWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 113.0,\n          \"data_first_seen\": \"2018-08-08T11:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MCKAY\",\n      \"name\": \"Bogong / Mackay\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>McKay Creek Power Station is one of four hydroelectric power stations in the Kiewa Hydroelectric Scheme, Victoria, Australia. McKay Creek has six 25 megawatts generators driven by Pelton wheel turbines, with a total generating capacity of 150 megawatts.<br/><br/>The power station is located on the slopes of Mount McKay at ground level. The water is transported from the Rocky Valley Dam through a near vertical pipe. Water released from the power station is used by the Bogong Hydropower Project, commissioned in 2009.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"MCKAY1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 300.0,\n          \"data_first_seen\": \"1998-12-07T06:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MCKAY2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 53.0,\n          \"data_first_seen\": \"1998-12-07T06:35:00+10:00\",\n          \"data_last_seen\": \"2009-09-22T10:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BOLIVAR\",\n      \"name\": \"Bolivar\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Iberdrola Australia has agreed to lease 120 MW of aero-derivative gas turbine equipment from the South Australian Government for a period of 25 years.</p><p>The equipment includes four independent 30 MW dual fuel units and related balance of plant. The generators can start in less than ten minutes and enable\\u00a0Iberdrola Australia\\u00a0to manage the intermittency risks associated with its large and growing fleet of renewable energy assets.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BOWWPV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 8.25,\n          \"data_first_seen\": \"2022-02-23T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BOWWBA1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.08,\n          \"data_first_seen\": \"2022-02-28T14:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"BOLIVAR1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 9.9,\n          \"emissions_factor_co2\": 0.0201,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BOWWBA1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.08,\n          \"data_first_seen\": \"2022-03-02T15:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BOLIVPS\",\n      \"name\": \"Bolivar\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Iberdrola Australia has agreed to lease 120 MW of aero-derivative gas turbine equipment from the South Australian Government for a period of 25 years.</p><p>The equipment includes four independent 30 MW dual fuel units and related balance of plant. The generators can start in less than ten minutes and enable\\u00a0Iberdrola Australia\\u00a0to manage the intermittency risks associated with its large and growing fleet of renewable energy assets.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BOLIVPS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 128.0,\n          \"emissions_factor_co2\": 0.7974,\n          \"data_first_seen\": \"2022-12-10T18:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BOMENSF\",\n      \"name\": \"Bomen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located 10 km north-east of Wagga Wagga city centre on Wiradjuri land, in the Wagga Wagga Special Activation Precinct, Bomen Solar Farm is a 100 MW solar farm and battery built by Australian developer Spark Renewables.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BOMENSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 121.0,\n          \"data_first_seen\": \"2020-03-17T07:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0BCWF\",\n      \"name\": \"Boulder Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Boulder Creek Wind Farm (Stage 1) is a 228 MW onshore wind farm, located 40 km southwest of Rockhampton and approximately 5 km west of Mount Morgan in central Queensland. The project, which is co-owned by Aula Energy and CS Energy will comprise 38 wind turbines, and will commence construction in November 2024.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0BCWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 221.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BBATTERY\",\n      \"name\": \"Bouldercombe\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Bouldercombe Battery Project (BBP) located in Rockhampton, is now operational and is\\u00a0Genex\\u2019s first large-scale battery energy storage project of 50MW/100MWh\\u2019s.</p><p>Genex has signed a Connection Agreement with Powerlink enabling BBP to connect into the adjacent 275kV/132kV Bouldercombe substation, via an exiting 132kV bay. BBP is located at critical part of the Queensland electricity grid with high network strength and Marginal Loss Factors.</p><p></p><p>BBP is built using the Tesla Megapack 2.0 hardware and will operate under the Tesla Autobidder software.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BBATRYL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 67.0,\n          \"data_first_seen\": \"2023-08-11T15:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:50:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"BBATTERY\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 67.0,\n          \"data_first_seen\": \"2023-08-08T15:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BRAEMARA\",\n      \"name\": \"Braemar\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Braemar-1 is a 502 MW open-cycle natural gas turbine plant located 35 kilometres south west of Dalby, adjacent to the Kogan Creek Power Station, Queensland \\u2013 New South Wales high voltage transmission interconnector and Powerlink 320/274 kV substation. It is supplied from the Tipton West coal seam gas fields, with the 150-kilometre pipeline between Condamine and Braemar, which is used exclusively to supply the Braemar Power Station.<br/><br/>The power station was developed by ERM Power and was built by Alstom. It is equipped by three Alstom&#x27;s 150 MW GT13E2 gas turbines. The power station cost A$545 million. It was completed in 2006 and is anticipated to operate until 2036.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BRAEMAR2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 168.0,\n          \"emissions_factor_co2\": 0.5923,\n          \"data_first_seen\": \"2006-06-02T12:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BRAEMAR1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 168.0,\n          \"emissions_factor_co2\": 0.5923,\n          \"data_first_seen\": \"2006-05-10T11:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BRAEMAR3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 168.0,\n          \"emissions_factor_co2\": 0.5923,\n          \"data_first_seen\": \"2006-06-08T16:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-04T00:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"B2PS\",\n      \"name\": \"Braemar 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Braemar-2 is a 450 MW open-cycle natural gas turbine plant adjacent to the Braemar-1 power station. The power station was developed by ERM Power and was built by Bilfinger. It supplies peak demand power and it is equipped by three Siemens&#x27;s 150 MW SGT5-2000E gas turbines. The power station cost A$546 million. Gas for this power station is sourced from the Stratheden field at Daandine.<br/><br/>Arrow Energy acquired 50% of the station in 2008 and on 4 July 2011, it took full control of Braemar-2.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"BRAEMAR6\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 173.0,\n          \"emissions_factor_co2\": 0.5806,\n          \"data_first_seen\": \"2009-04-07T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BRAEMAR5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 173.0,\n          \"emissions_factor_co2\": 0.5806,\n          \"data_first_seen\": \"2009-03-27T16:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T21:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BRAEMAR7\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 173.0,\n          \"emissions_factor_co2\": 0.5806,\n          \"data_first_seen\": \"2009-04-25T09:50:00+10:00\",\n          \"data_last_seen\": \"2025-06-21T06:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BREMER_BAY\",\n      \"name\": \"Bremer Bay\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>This installation, opened in 2004, generates around 40% of Bremer Bay&#x27;s annual electricity, which reduces the diesel consumption required by around 40,000 litres. Situated at Bremer Bay, around 400km south-east of Perth, the 600kw turbine sits at 46 metres high, featuring three 22-metre-long blades. An identical wind turbine was installed at Hopetoun Wind Farm, about 175km west of Esperance.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BREMER_BAY_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.6,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0BRENDALEBESS\",\n      \"name\": \"Brendale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Brendale BESS will allow Akaysha to trade capacity in the electricity market to provide ancillary services, such as Energy Arbitrage, Contingency and regulation Frequency Control Ancillary Services (FCAS), to support the National Electricity Market (NEM). These features will place further downward pressure on the cost to electricity users in QLD. Akaysha expects to commence operations in 2025.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0BRENDALEBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 205.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0BRENDALEBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 205.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BROADMDW\",\n      \"name\": \"Broadmeadows\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BROADMDW\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"emissions_factor_co2\": 0.0783,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0BSSF\",\n      \"name\": \"Broadsound\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Broadsound Solar Farm and Battery is located on Barada Kabalbara Yetimarala People land in Central Queensland\\u2019s Renewable Energy Zone, approximately 150 km north west of Rockhampton.</p><p>The 368 MWdc Solar Farm will comprise of 634,000 solar panels over an area of approximately 900 ha.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0BSBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 180.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0BSBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 180.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0BSSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 368.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BWTR1\",\n      \"name\": \"Broadwater\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Commissioned in 2008, Cape Byron is one of the largest base load generators of renewable power in Australia. Cape Byron Management purchased the Broadwater and Condong power stations in November 2013 and has continued to implement a range of efficiency, reliability and environmental improvements. Since taking over the power stations annual renewable energy generation has increased by more than 20% at both Broadwater and Condong.</p><p>The 38MW biomass power station at Broadwater produces clean, renewable electricity from mostly sugar cane milling waste, along with certain types of wood residues and energy crops, commonly referred to as \\u2018biomass\\u2019 fuel.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BWTR1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.0,\n          \"emissions_factor_co2\": 0.0289,\n          \"data_first_seen\": \"2023-08-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BHILLGT\",\n      \"name\": \"Broken Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GB01\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.6022,\n          \"data_first_seen\": \"2009-07-02T18:00:00+10:00\",\n          \"data_last_seen\": \"2025-06-07T14:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BROKENH\",\n      \"name\": \"Broken Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Broken Hill Solar Plant, which became operational in December 2015, is a 53 megawatt farm located near Broken Hill in western New South Wales, Australia. It is associated with the Nyngan Solar Plant (almost 600 km to the east), making the total capacity of the combined plants 155 megawatts.<br/>The Broken Hill solar plant, like other generation near the edge of the grid, has suffered from changes in loss factor calculations, with a decrease of 22.7% from a 2017-18 financial year (FY) Marginal Loss Factor (MLF) of 1.2841 to 1.0603 (2018-19 FY MLF), which has affected revenue. On 12 September 2019, the output of the farm was reduced by 50%.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BROKENH1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 53.0,\n          \"data_first_seen\": \"2015-09-15T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BHB\",\n      \"name\": \"Broken Hill Battery\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>AGL has commenced construction of a 50 MW / 100 MWh Large-Scale Battery Energy Storage System (BESS) facility with advanced grid-forming inverters at 74 \\u2013 76 Pinnacles Place, Broken Hill. The Project will support the reliable supply of electricity to Broken Hill in the event of line failure and provide efficient grid support for the region. The Project will also provide storage and firming capacity to the National Energy Market (NEM) as well as additional services to assist grid stability.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BHBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 66.0,\n          \"data_first_seen\": \"2023-12-01T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BHBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 66.0,\n          \"data_first_seen\": \"2023-12-04T09:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BROOKLYN\",\n      \"name\": \"Brooklyn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BROOKLYN\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.83,\n          \"emissions_factor_co2\": 0.0738,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BROWNMT\",\n      \"name\": \"Brown Mountain\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BROWNMT\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BPLANDF\",\n      \"name\": \"Browns Plains\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BPLANDF1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.0762,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BULGANA\",\n      \"name\": \"Bulgana Green Power Hub\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Bulgana Green Power Hub is a wind farm north of Stawell in the Australian state of Victoria. The project is owned by Neoen. Construction of the 56 wind turbines, with a total generation capacity of 194MW, was completed in August 2019, and connections to the national grid reached full capacity in 2021. 90% of the energy is contracted for supply to the Government of Victoria.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BULBESL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"data_first_seen\": \"2021-07-06T19:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"BULBESG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"data_first_seen\": \"2021-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"BULGANA1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 204.0,\n          \"data_first_seen\": \"2020-05-14T11:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0BUNDSF\",\n      \"name\": \"Bundaberg\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The 100 MW Solar PV SAT project is located in the Bundaberg region, approximately 360 kilometres north of Brisbane and is expected to have a life span of 25 years. The farm is being constructed across 146 hectares with an estimated 162,000 modules installed in 2,319 rows.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0BUNDSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 78.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BNGSF1\",\n      \"name\": \"Bungala One\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Bungala Solar Farm is located near Port Augusta, in South Australia. The Project was developed by Reach Solar Energy, and acquired by Enel Green Power in 2017.</p><p>The Plants, with a total capacity of 275 MW from approximately\\u202f800,000\\u202fphotovoltaic (PV) modules, commenced full production in 2020.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BNGSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 135.0,\n          \"data_first_seen\": \"2018-05-14T17:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BNGSF2\",\n      \"name\": \"Bungala Two\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BNGSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 135.0,\n          \"data_first_seen\": \"2018-10-30T09:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0BUNGAMA\",\n      \"name\": \"Bungama\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Bungama BESS is designed to integrate into the National Electricity Market through a 275 kV connection to ElectraNet\\u2019s Bungama Substation. Through grid connection, the Project will contribute to a more reliable and stable network for South Australia, by storing excess energy until it is needed. The project is being designed for an operational life of up to 25 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0BUNGAMABESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0BUNGAMABESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BDONGHYD\",\n      \"name\": \"Burrendong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Burrendong Dam is a rock-fill embankment major gated dam with a clay core across the Macquarie River upstream of Wellington in the central west region of New South Wales, Australia. A hydro-electric power station generates up to 19 megawatts (25,000 hp) of electricity from the flow of the water leaving Burrendong Dam.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BDONGHYD\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 19.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BURRIN\",\n      \"name\": \"Burrinjuck\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Burrinjuck Power Station is a hydroelectric power station at Burrinjuck Dam, New South Wales, Australia. Burrinjuck has three turbines with a total generating capacity of 28 megawatts (38,000 hp) of electricity.<br/>The power station was commenced in 1927, running two 5 megawatts (6,700 hp) turbines. In 1938, an additional two 5 MW turbines were added at the dam wall. In 1972, floods damaged the original two turbines, which were decommissioned. In 2017, the remaining two turbines were each upgraded to 6 megawatts (8,000 hp), and an additional turbine of 16 megawatts (21,000 hp) was added.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BURRIN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 34.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BUTLERSG\",\n      \"name\": \"Butlers Gorge\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Butlers Gorge Power Station is a conventional hydroelectric power station located in the Central Highlands region of Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BUTLERSG\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 14.4,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T08:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0CALBESS1\",\n      \"name\": \"Calala 1\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The proposed Calala Battery Energy Storage System (BESS) is located approximately 5.8km southeast of the Tamworth CBD within the Tamworth regional municipality. The BESS has a charge/discharge capacity of up to 250MW and an energy storage capacity up to 500MWh which is enough power to supply electricity for up to 110,000 homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0CALBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0CALBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0CALBESS2\",\n      \"name\": \"Calala 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The proposed Calala Battery Energy Storage System (BESS) is located approximately 5.8km southeast of the Tamworth CBD within the Tamworth regional municipality. The BESS has a charge/discharge capacity of up to 250MW and an energy storage capacity up to 500MWh which is enough power to supply electricity for up to 110,000 homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0CALBESSL2\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0CALBESSG2\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CALL_A\",\n      \"name\": \"Callide A\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Callide Power Station is located near Biloela, in Central Queensland, Australia. It is coal powered with eight steam turbines with a combined generation capacity of 1,720 MW of electricity. Callide A was commissioned in 1965, refurbished in 1998 and decommissioned in 2015/16.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CALL_A_2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.328,\n          \"data_first_seen\": \"1998-12-21T07:05:00+10:00\",\n          \"data_last_seen\": \"2001-12-12T04:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CALL_A_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.328,\n          \"data_first_seen\": \"1999-01-14T14:10:00+10:00\",\n          \"data_last_seen\": \"2001-12-12T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CALL_A_3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.328,\n          \"data_first_seen\": \"1999-01-14T05:15:00+10:00\",\n          \"data_last_seen\": \"2001-09-14T14:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CALL_A_4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.328,\n          \"data_first_seen\": \"1999-01-14T06:50:00+10:00\",\n          \"data_last_seen\": \"2015-03-06T21:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CALL_B\",\n      \"name\": \"Callide B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Callide Power Station is located near Biloela, in Central Queensland, Australia. It is coal powered with eight steam turbines with a combined generation capacity of 1,720 MW of electricity. Callide A was commissioned in 1965, refurbished in 1998 and decommissioned in 2015/16. As of 2018, generation capacity was 1510 MW.The coal for Callide comes from the nearby Callide Coalfields and water from the Awoonga dam and Stag Creek Pipeline.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CALL_B_2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.9556,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CALL_B_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.9556,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CALLIDEC1\",\n      \"name\": \"Callide C\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Callide Power Station is located near Biloela, in Central Queensland, Australia. It is coal powered with eight steam turbines with a combined generation capacity of 1,720 MW of electricity. Callide A was commissioned in 1965, refurbished in 1998 and decommissioned in 2015/16. As of 2018, generation capacity was 1510 MW.The coal for Callide comes from the nearby Callide Coalfields and water from the Awoonga dam and Stag Creek Pipeline.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CPP_3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 420.0,\n          \"emissions_factor_co2\": 0.887,\n          \"data_first_seen\": \"2001-02-08T10:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CPP_4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 420.0,\n          \"emissions_factor_co2\": 0.887,\n          \"data_first_seen\": \"2001-08-01T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CANUNDA1\",\n      \"name\": \"Canunda\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Canunda Wind Farm (formerly named Lake Bonney Central Wind Farm) is a $92.5 million, 46 MW wind power project located on grazing land approximately 16 kilometres south of Millicent, and 6 kilometres west of Tantanoola in South Australia. It is jointly owned by GDF Suez Energy AustraliaEn 72%) and Mitsui (28%).<br/>The wind farm is made up of 23 Vestas 2.0 MW wind turbines, together with an underground electrical cable network, access tracks, crane hardstandings, wind monitoring masts and a 33 kV double-circuit distribution line. Each turbine consists of a 67-metre-high (220 ft) tower and 40-metre-long (130 ft) blades, and so are 107 metres in height to the tip of the blade. These wind turbines rotate at speeds between 9 rpm and 19 rpm, depending on the wind speed. The wind yield in South Australia enables Canunda to produce electricity at a 34 per cent capacity factor, a high yield by global standards.The wind farm generates enough electricity to supply around 30,000 average South Australian homes. The Canunda Wind Farm distribution line is 16 km long and transports the generated electricity from the wind farm to a nearby substation at Snuggery. The distribution line traverses mostly roadside verges, avoiding areas of environmental sensitivity along the route. The Canunda Wind Farm provides a number of benefits to the local and wider community, including clean electricity generation, enhanced agricultural viability of the farms involved and increased diversity of electricity supply for South Australia and the south east in particular. There has also been widespread community interest in the project and site tours have commenced.The Canunda Wind Farm was opened by the Premier of South Australia, Mike Rann, on 31 March 2005. The project was completed on time and on budget and Wind Prospect provided engineering support to the owners of the wind farm, International Power, during the construction phase. Canunda Wind Farm was International Power&#x27;s first wind farm globally. It represents a diversification of the company&#x27;s energy business in Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CNUNDAWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 46.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CAPBES\",\n      \"name\": \"Capital\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Capital Battery is a 100MW stand-alone battery capable of storing up to 200MWh of energy with up to 2 hours of power in reserve. 50 MW was committed as part of the ACT Government\\u2019s 2020 renewable energy auction, with a further 50 MW yet to be contracted.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CAPBES1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 125.0,\n          \"data_first_seen\": \"2023-07-26T11:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CAPBES1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 125.0,\n          \"data_first_seen\": \"2023-07-25T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CAPTL_WF\",\n      \"name\": \"Capital\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Capital Wind Farm near Bungendore is the largest wind farm in New South Wales.  It is part of the 6,000-hectare (15,000-acre) Capital Renewable Energy Precinct, along with nearby Woodlawn Wind Farm and the Capital East Solar Demonstration Plant.<br/>Capital Wind Farm was built by international contractors Suzlon Energy for owner and operator Infigen Energy.  Construction began in early 2008, and the wind farm became fully operational in October 2009. It is a 140.7 megawatt wind farm with 67 turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CAPTL_WF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 140.0,\n          \"data_first_seen\": \"2009-07-04T17:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CESF\",\n      \"name\": \"Capital East\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Capital East Solar Farm 1 and 2 are co-located on the same site and adjacent to Capital Wind Farm. Construction was completed on the 120kW Capital East Solar Farm 1 in 2013. This was expanded in 2018 to 500kW with the addition of Capital East Solar 2 by 5B whom now provide the operations and maintenance services for both solar farms.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CESF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LI_WY_CA\",\n      \"name\": \"Catagunya / Liapootah / Wayatinah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Liapootah is the first power station in the lower run-of-river system and it is where the cascade effect begins. Water from Lake Liapootah runs through to Liapootah Power Station and continues to Wayatinah Lagoon.</p><p>Water from Wayatinah Lagoon flows through to Wayatinah Power Station, continuing to Lake Catagunya.</p><p>Water from Lake Catagunya flows into Catagunya Power Station and then on to Lake Repulse.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LI_WY_CA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 173.7,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CATAGUN1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-03-11T16:35:00+10:00\",\n          \"data_last_seen\": \"2016-05-06T15:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CATHROCK\",\n      \"name\": \"Cathedral Rocks\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Cathedral Rocks Wind Farm is a wind power station located about 30 km west of Port Lincoln in South Australia, near the southern tip of the Eyre Peninsula. It has 33 wind turbines of 2 MW each, with a combined generating capacity of 66 MW of electricity. The site covers an area of about 29 km\\u00b2, with a coastal exposure of nearly 11 km and is private farming land. The wind farm was commissioned in September 2005.Before the wind farm was built, extensive environmental and cultural studies were conducted. Surveys undertaken included the assessment of potential impacts to Aboriginal and European cultural heritage, flora, visual amenity, noise levels, birds and other animals. Construction of the wind farm was undertaken with consideration for the environment.Construction started in 2004, and the first turbines were commissioned in late 2005. The wind farm was fully operational by 2007. It is operated by a joint venture between EnergyAustralia and Acciona Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CATHROCK\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 66.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CTHLWF\",\n      \"name\": \"Cattle Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Cattle Hill Wind Farm is a wind farm project being developed and constructed by Goldwind Australia, in Tasmania.  <br/>The facility began construction in 2018 and has 48 wind turbines at a site just east of Lake Echo in the Tasmanian Central Highlands.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CTHLWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 148.0,\n          \"data_first_seen\": \"2020-01-07T10:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CETHANA\",\n      \"name\": \"Cethana\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Cethana Power Station is a conventional hydroelectric power station located in north-western Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CETHANA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 85.0,\n          \"data_first_seen\": \"2005-05-16T17:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CHALLWF\",\n      \"name\": \"Challicum Hills\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Challicum Hills Wind Farm is a wind farm encompassed by 35 (1.5 MW) NEG NM 64 wind turbines,  with a total generating capacity of 52.5 MW of electricity. The wind farm is near Ararat in western  Victoria, Australia. The power station was commissioned in August 2003 and is in a long term Power Purchase Agreement (PPA) with Origin Energy.<br/>The wind farm is owned and operated by Pacific Hydro. Part of the profits flow into a community fund that supports local projects.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CHALLHWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 52.5,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CHPSTWF\",\n      \"name\": \"Chepstowe\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Chepstowe Wind Farm, located approximately 30 km west of Ballarat, is a three turbine wind farm of 6.15MW capacity. The project was completed in March 2015. The three Senvion turbines began supplying energy to the local grid in April 2015. All the energy produced is be purchased on a long term contract. In an average year, enough renewable energy will be produced to power over 3,400 households.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CHPSTWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 6.15,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CHYTWF\",\n      \"name\": \"Cherry Tree\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Cherry Tree Wind Farm is a small wind farm located approximately 15\\u00a0km south-east of Seymour, Victoria. The 16 turbine, 57.6 MW farm was developed and constructed by Infigen Energy for John Laing Group. Construction started in January 2019 and was operational in June 2020. The wind farm is expected to generate 182 GWh on average annually, for a capacity factor of 36%.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CHYTWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.6,\n          \"data_first_seen\": \"2020-05-01T18:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CHILDSF\",\n      \"name\": \"Childers\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Atmos Renewables acquired 100% of the interests in Childers Solar Farm Solar Farm in June 2022. The plant is located approximately 75km south of Bundaberg, QLD. Commercial operations were reached in June 2019 and is connected to the 66kV Ergon network at the onsite Childers substation. The Childers Solar Farm is expected to generate over 120GWh of electricity per annum.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CHILDSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 64.38,\n          \"data_first_seen\": \"2019-02-06T16:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CHBESS\",\n      \"name\": \"Chinchilla\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Chinchilla Battery is a $150 million grid-scale battery at CS Energy&#x27;s Kogan Creek site near Chinchilla on the Western Downs.</p><p>It uses lithium iron phosphate (also known as lithium ferro phosphate [LFP], or LiFePO4) batteries, which are the safest lithium batteries currently available.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CHBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 134.0,\n          \"data_first_seen\": \"2024-02-16T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CHBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 134.0,\n          \"data_first_seen\": \"2023-12-16T06:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CBWWBA\",\n      \"name\": \"Christies Beach\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Christies Beach wastewater treatment plant began operating in 1970 and was expanded in 1981 to support the growing southern suburbs population. It also received a significant upgrade in 2013 to ensure it can meet community needs until 2030.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CBWWPV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.75,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWBG1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 0.66,\n          \"emissions_factor_co2\": 0.357,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWDG1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.785,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWDG2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 0.72,\n          \"emissions_factor_co2\": 0.785,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWPV2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.08,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWBA1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.16,\n          \"data_first_seen\": \"2023-05-09T03:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CBWWBA1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.09,\n          \"data_first_seen\": \"2023-05-02T11:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:40:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLARESF\",\n      \"name\": \"Clare\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"CLARESF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.0,\n          \"data_first_seen\": \"2018-04-17T09:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLRKCWF\",\n      \"name\": \"Clarke Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Stage One of the Clarke Creek Wind Farm is located 150km north-west of Rockhampton and 150km south of Mackay on the land of the Barada Kabalbara Yetimarala (BKY) peoples. The 450MW wind farm will produce enough electricity to power around 330,000 Queensland homes and avoid 738,000 tonnes of carbon emissions each year.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"CLRKCWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 103.5,\n          \"data_first_seen\": \"2025-04-30T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CLRKCWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 346.5,\n          \"data_first_seen\": \"2024-10-02T02:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLAYTON\",\n      \"name\": \"Clayton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>EDL\\u2019s Clayton Power Station occupies the former sand quarries at Clayton in Victoria. The landfill site, which is part of the Cleanaway Waste Management Clayton South Resource Recovery Centre, is substantially filled and closed but continues to generate landfill gas (LFG).</p>\",\n      \"units\": [\n        {\n          \"code\": \"CLAYTON\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 11.0,\n          \"emissions_factor_co2\": 0.0654,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLEMGPWF\",\n      \"name\": \"Clements Gap\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Clements Gap Wind Farm is a wind farm opened in 2010 located in the Barunga Range, South Australia near Clements Gap, some 20 minutes south of Port Pirie. The wind farm consists of 27 wind turbines with a total generating capacity of 57 MW. It provides enough electricity for up to 33,000 homes and is estimated to avoid the emission of 150,000 tonnes of greenhouse gases each year.  The Clements Gap site was chosen because of its powerful winds, easy construction access, simple grid connection, and strong community support.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CLEMGPWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.0,\n          \"data_first_seen\": \"2009-05-07T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLERMSF\",\n      \"name\": \"Clermont\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Located in Clermont, 106km north of Emerald, Queensland, the 89MWp DC Clermont Solar Farm is the third solar plant in Gentari Solar Australia\\u2019s portfolio based in QLD. It created just under 600 jobs in various capacities during construction and continues to employ those within the local community for the operations and maintenance of the asset.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CLERMSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 92.0,\n          \"data_first_seen\": \"2019-06-19T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLOVER\",\n      \"name\": \"Clover\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>One of four units in the Kiewa Hydroelectric Scheme.</p><p>350km northeast of Melbourne in the Australian Alps, the Kiewa Hydroelectric Scheme is the largest in the State. Kiewa houses four power stations with an average annual electricity output of 404 GWh. The scheme harnesses energy from the Rocky Valley and Pretty Valley branches of the East Kiewa River, which rises on the Bogong High Plains, and the West Kiewa River, which rises near Mount Hotham.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CLOVER\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 29.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-02-28T08:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CLOVER1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 14.5,\n          \"data_first_seen\": \"1998-12-07T06:40:00+10:00\",\n          \"data_last_seen\": \"1999-10-14T10:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CLOVER2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 14.5,\n          \"data_first_seen\": \"1998-12-07T06:40:00+10:00\",\n          \"data_last_seen\": \"1999-10-14T10:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CLUNY\",\n      \"name\": \"Cluny\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Cluny Power Station is a conventional hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is situated on the Lower River Derwent catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CLUNY\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 19.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COCKBURN\",\n      \"name\": \"Cockburn\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Cockburn Power Station (CKB) is a power station in Cockburn, Western Australia. The station was commissioned by Western Power Corporation in 2003 and is immediately south of the older Kwinana Power Station. It has a 160 MW natural gas powered Alstom GT13E2 gas turbine which provides steam to an 80 MW steam turbine that together generate a total 240 MW of electricity. It was the first combined cycle gas turbine power station in Western Australia. It came under the control of Verve Energy in 2006 when Western Power was split, and since 2014 has been under control of Synergy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COCKBURN_CCG1\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 249.7,\n          \"emissions_factor_co2\": 0.3733,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CODRGTON\",\n      \"name\": \"Codrington\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Codrington Wind Farm is a wind farm near Yambuk on the coast of south-western Victoria, Australia.<br/>Completed in June 2001, the 18.2MW installation of 14 wind turbines generates 51 GWh annually, for a capital cost of A$30 million by<br/>Pacific Hydro being the first fully private investment in a wind farm in Australia. When opened it was Australia&#x27;s largest wind farm and the first in Victoria.<br/>The Yambuk wind farm (Part of the Portland Wind Farm project) is directly adjacent to the Codrington Wind Farm. It has a total of 30MW in its 20 turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CODRNGTON\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 18.2,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COHUNSF1\",\n      \"name\": \"Cohuna\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Cohuna Solar Farm is situated approximately 8 kilometres south of the town of Cohuna and around 25km east of Kerang in the Shire of Gannawarra in northern Victoria. Cohuna was one of 6 solar projects to score a guernsey in Victoria\\u2019s first renewable energy auction. Cohuna Solar Farm is expected to generate up to 77 GWh of electricity each year, avoiding around 71,000 tonnes of CO2 emissions annually. The project will involve the installation of approximately 87,000 bifacial solar panels, which make use of light hitting both the front and rear of the module</p>\",\n      \"units\": [\n        {\n          \"code\": \"COHUNSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 31.1,\n          \"data_first_seen\": \"2021-03-05T16:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLEASF\",\n      \"name\": \"Coleambally\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Colleambally Solar Farm is a photovoltaic power station near the town of Coleambally in New South Wales, Australia. It is on the western side of the Kidman Way north of the town.<br/>It has an output of 150MW and was the largest solar power station in Australia  when it was commissioned in November 2018. It is owned by Neoen and was built by Bouygues. It has a 12-year power purchase agreement to sell its output to EnergyAustralia.The power station consists of a total of 565,488 solar panels arranged into 19,086 strings of panels. Each solar tracker drives three strings.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLEASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"data_first_seen\": \"2018-09-07T10:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLWF01\",\n      \"name\": \"Collector\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Construction work on the 226.8MW project started in May 2019 and is expected to be finished in early 2021. The wind farm successfully exported its first safe, clean, renewable electricity in November 2020. The 54 turbines measure 150m to the blade tip and are located around 4km from Collector.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLWF01\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 226.0,\n          \"data_first_seen\": \"2020-11-12T22:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"INVESTEC_COLLGAR\",\n      \"name\": \"Collgar\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Collgar Wind Farm is a wind farm located approximately 25 kilometres south-east of Merredin, Western Australia. With 111 Vestas V90-2MW wind turbines built in the first stage, and a total capacity of 222 MW, it is expected to generate 720 GWh on average per year over the life of the project. It became fully operational in October 2011.</p>\",\n      \"units\": [\n        {\n          \"code\": \"INVESTEC_COLLGAR_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 222.0,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SYNCOLLIEBESS\",\n      \"name\": \"Collie\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>In line with the WA State Government\\u2019s decarbonisation strategy to be delivered by 2030, the Collie Battery Energy Storage System (CBESS) Project forms part of Synergy&#x27;s decarbonisation strategy.</p><p>Coal-fired power generation is being replaced with renewable energy generation infrastructure and energy storage solutions.</p><p>CBESS is expected to deliver 64% of the new energy storage capacity announced as part of this plan.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SYCOLLBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 500.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0SYCOLLBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 500.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLLIE\",\n      \"name\": \"Collie\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Collie Power Station is a power station in Collie, Western Australia. It is coal powered with one steam turbine that generates a total capacity of 300 megawatts of electricity. The coal is mined locally from the Collie Sub-basin and is transported to the power plant by overland conveyor.<br/>The station was commissioned in 1999 with a single 300 megawatts steam turbine. Power generated by the station supplies the south-west of Australia through the South West Interconnected System (SWIS) operated by Western Power.In the financial year of 2008/2009, the station consumed approximately 1 million tonnes (2.2 billion pounds) of coal. Carbon Monitoring for Action estimates that, in 2009, Collie Power Station emitted 2.59 million tonnes (5.7 billion pounds) of CO2 to generate 2.3 terawatt-hours (8.3 petajoules) of electricity.In household consumer terms, this equates to 1.13 kilograms (2.5 lb) of CO2 emitted for each one kilowatt-hour (kWh), or 3.6 megajoules, of electricity produced and fed into the electricity grid. That is, Collie Power Station emits slightly less CO2 per kilowatt-hour of electricity produced than nearby closing Muja Power Station (1.14 kilograms or 2.5 pounds) but more than also nearby Bluewaters Power Station (0.825 kilograms or 1.82 pounds) based on estimates for the same year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLLIE_G1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 318.3,\n          \"emissions_factor_co2\": 0.9501,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLLIE_ESR\",\n      \"name\": \"Collie 1\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Collie Battery is Neoen\\u2019s first 4-hour long duration battery &amp; its first major project in Western Australia. The project\\u00a0has development approval for 1 GW / 4 GWh.<br/><br/>Once operational, Collie Battery will be able to provide short duration storage in peak times to ease pressure on the grid. It will have the ability to charge and discharge 20% of the average demand in Western Australia\\u2019s South-West Interconnected System (SWIS).</p><p>Stage 1 is sized at 219 MW / 877 MWh</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLLIE_ESRG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 219.0,\n          \"data_first_seen\": \"2024-08-05T16:45:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLLIE_ESRL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 219.0,\n          \"data_first_seen\": \"2024-07-25T14:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:25:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0COLLIE_ESR2\",\n      \"name\": \"Collie 2\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Collie Battery is Neoen\\u2019s first 4-hour long duration battery &amp; its first major project in Western Australia. The project\\u00a0has development approval for 1 GW / 4 GWh.<br/><br/>Once operational, Collie Battery will be able to provide short duration storage in peak times to ease pressure on the grid. It will have the ability to charge and discharge 20% of the average demand in Western Australia\\u2019s South-West Interconnected System (SWIS).</p><p>Stage 2 is sized at 341 MW / 1,363 MWh</p>\",\n      \"units\": [\n        {\n          \"code\": \"0COLLIE_ESRG2\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 341.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0COLLIE_ESRL2\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 341.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"COLLIE_BESSG2\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 341.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLLIE_BESSL2\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 341.0,\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLNSV\",\n      \"name\": \"Collinsville\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Collinsville Power Station is located south of Townsville, Queensland, Australia. It had five coal powered steam turbines with a combined generation capacity of 190 MW of electricity. The coal-fired power station closed in 2013. A solar power farm generating 42MW has been built on adjacent land.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLNSV_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.1918,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2012-08-16T10:20:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLNSV_2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.1918,\n          \"data_first_seen\": \"1998-12-14T01:30:00+08:00\",\n          \"data_last_seen\": \"2012-08-16T10:30:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLNSV_3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.1918,\n          \"data_first_seen\": \"1998-12-07T03:00:00+08:00\",\n          \"data_last_seen\": \"2012-04-18T17:20:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLNSV_4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.1918,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2012-08-15T11:50:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"COLNSV_5\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 1.1918,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2012-08-16T11:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CSPVPS\",\n      \"name\": \"Collinsville\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Collinsville Solar Farm is located near Collinsville in central Queensland. The project was constructed on land surrounding the decommissioned (2013) Collinsville coal-fired power station, commencing operations in 2018.</p><p>The project consists of approximately 180,000 individual solar PV panels and has a generation capacity of 42.5 megawatts. It produces enough electricity each year to power up to 15,000 homes. The project offsets 90,000tonnes of carbon dioxide emissions (Co2) a year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CSPVPS1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 42.0,\n          \"data_first_seen\": \"2018-07-31T14:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLONGRA\",\n      \"name\": \"Colongra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Colongra Gas Generation Plant (also known as Colongra Power Station) is a 667 MW gas-fired power station located in Colongra, New South Wales, Australia and is the largest gas-fired power station in New South Wales. It will generally be used during peak demand periods in New South Wales.<br/>The plant&#x27;s construction was tendered to Alstom which began the construction in October 2007, adjacent to the Munmorah coal-fired power station.  The plant was completed and commissioned in December 2009 at a cost of A$500 million.It was bought by Snowy Hydro in January 2015.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CG1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 181.0,\n          \"emissions_factor_co2\": 0.6158,\n          \"data_first_seen\": \"2009-06-22T17:45:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T21:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CG2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 181.0,\n          \"emissions_factor_co2\": 0.6158,\n          \"data_first_seen\": \"2009-07-23T12:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-01T20:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CG4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 181.0,\n          \"emissions_factor_co2\": 0.6158,\n          \"data_first_seen\": \"2009-10-21T21:40:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T20:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"CG3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 181.0,\n          \"emissions_factor_co2\": 0.6158,\n          \"data_first_seen\": \"2009-09-12T18:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-01T20:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COLUMSF\",\n      \"name\": \"Columboola\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Columboola Solar Farm is a 162MWAC or 202.5 MWDC utility scale generation project situated on 410 hectares of grazing land in Western Downs, Queensland. The site is located approximately 10km north-east of Miles, and is accessible from Ryall Road off the Warrego Highway.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COLUMSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 217.0,\n          \"data_first_seen\": \"2022-06-14T10:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CPSA\",\n      \"name\": \"Condamine A\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Condamine Power Station is a 140 MW combined cycle power station near Miles on the western Darling Downs in Queensland, Australia.  The station is located 8 kilometres (5.0 mi) east of Miles on the south side of the Warrego Highway.  The Condamine Power Station is owned by QGC Limited, a subsidiary of Royal Dutch Shell. It has been claimed to be the world\\u2019s first combined-cycle power station entirely fired by untreated coal seam gas and Australia&#x27;s first steam turbine condenser cooled by coal seam methane waste water. However, the Townsville Power Station at Yabulu, which was converted from a peak load power station to burn only coal seam gas in a combined cycle configuration, was commissioned much earlier, in February 2005.<br/>Construction began on 19 October 2007. It was completed in mid-2010.  The EPC contractor was Austrian Energy and Environment with the gas turbines supplied by Siemens. Parsons Brinckerhoff were the owner&#x27;s engineer for construction.  The gas turbine with dispatchable unit ID (DUID) &quot;CPSA&quot; began bidding into the National Electricity Market on 1 June 2009, with the first generation made available to the market on 10 July 2009. The Columboola Switching Station, which connects Condamine Power Station with the Chinchilla-to-Roma 132-kilovolt<br/>transmission line, was completed in October 2008.<br/>AGL Energy had an option to acquire the Condamine Power Station. This option was not exercised and expired on 14 April 2009.The power station has installed capacity of 140 MW.  <br/>Electricity is generated by two gas turbines and one steam turbine from coal seam gas. The two gas turbines are Siemens SGT-800 models and the steam turbine is a Siemens SST-400. According to the NEMMCO Applicants list, the registered capacity of the gas turbine is 87.4 MW (2 x 43.7 MW) and the registered capacity of the steam turbine is 57.1 MW.The gas reserves are extracted from the Berwyndale South Gasfield. Building the plant directly on top of the gas source will provide some of the cheapest gas-fired electricity to the National Electricity Market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CPSA\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 143.0,\n          \"emissions_factor_co2\": 0.4543,\n          \"data_first_seen\": \"2009-07-08T16:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CONDONG1\",\n      \"name\": \"Condong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Commissioned in 2008, Cape Byron is one of the largest base load generators of renewable power in Australia. Cape Byron Management purchased the Broadwater and Condong power stations in November 2013 and has continued to implement a range of efficiency, reliability and environmental improvements. Since taking over the power stations annual renewable energy generation has increased by more than 20% at both Broadwater and Condong.</p><p>Cape Byron Power operates the Condong Cogeneration Plant. This exists alongside the sugar mill, which has been part of the community for over 140 years. The Condong Plant contributes to the local economy, supporting the sugar cane industry and directly employs 25 people. The power to operate the sugar mill is generated primarily from bagasse, a waste product from sugar cane. It also provides power that is sold to the grid. This waste product is only available during the sugar cane crush season being from June to December. The use of this waste avoids it being transported elsewhere and potentially going to landfill. Other products are used to fuel the generation of power in the non-crush season (generally January through to mid June</p>\",\n      \"units\": [\n        {\n          \"code\": \"CONDONG1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 0.0366,\n          \"data_first_seen\": \"2023-08-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CBWF\",\n      \"name\": \"Coonoer Bridge\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Coonooer Bridge Wind Farm is a wind farm 90 km northwest of Bendigo in the Australian state of Victoria. Its output is contracted to supply the Australian Capital Territory via the National Electricity Market at $81.50 per megawatt hour.The site is jointly owned by Eurus Energy, Windlab and the local community. It was the first commercial wind farm in Australia to have the local community included in the ownership in this way.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CBWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 19.8,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COOPGWF\",\n      \"name\": \"Coopers Gap\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Coopers Gap Wind Farm is a 453 megawatt wind power station in the Bilboa and Cooranga North region, of Australia, approximately 50 kilometres (31 mi) south-west of Kingaroy and 65 km (40 mi) north of Dalby in Queensland, Australia.<br/>A 60-metre (197 ft) wind-monitoring mast was installed in March 2006 in order to accurately measure wind speed and direction in the area.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COOPGWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 452.0,\n          \"data_first_seen\": \"2019-06-24T11:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"COPTNHYD\",\n      \"name\": \"Copeton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Copeton is AGL&#x27;s largest hydroelectric power station in New South Wales, located 340 metres downstream from the Copeton Dam. The Copeton Dam has a storage capacity of around 1,364 GL and experiences variable water flow. Similarly to the Burrendong Dam, the primary purpose of the Copeton Dam is to supply irrigation for farming, domestic and industrial needs. The dam&#x27;s secondary purpose is to provide a measure of flood mitigation. Dam releases required by State Water are made to assist in wildlife conservation in downstream areas, especially in the lower reaches known as the Watercourse country . The station has two Kvaerner turbines, giving a total generating capacity of 22.5 MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"COPTNHYD\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 22.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CORIO\",\n      \"name\": \"Corio\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"CORIO1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CRWASF1\",\n      \"name\": \"Corowa\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Corowa Solar Farm is a 30 MWac solar farm in NSW just outside of the 5,500 person strong town of Corowa. The project has been in development since 2017 and is currently in the late stages of construction.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CRWASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 36.0,\n          \"data_first_seen\": \"2021-02-14T13:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CROOKWEL\",\n      \"name\": \"Crookwell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Crookwell Wind Farm, located at Crookwell west of Goulburn, New South Wales with a total capacity of 4.8 MW. It was the first grid-connected wind farm in Australia when built by Pacific Power in 1998. It is now owned by Tilt Renewables.<br/>The farm was the largest wind farm in Australia when built, with the energy produced bought and on-sold to customers by then energy retailer Great Southern Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CROOKWEL\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.8,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CROOKWF2\",\n      \"name\": \"Crookwell 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>In November, GPG (the international electricity generation subsidiary of Naturgy) opened its Crookwell II Wind Farm in New South Wales, inside the ATC (Australian Capital Territory) and only 90 kilometres from Canberra, the Australian capital. The facility has a power capacity of 96 MW, 28 wind turbines and it will be able to supply 42,000 homes in Canberra thanks to generating 300,000 megawatts/hour per year of renewable electricity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CROOKWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 96.04,\n          \"data_first_seen\": \"2018-08-14T08:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CROOKWF3\",\n      \"name\": \"Crookwell 3\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Crookwell 3 Wind Farm, located at Crookwell 25km north-west of Goulburn, and 90km north-east of Canberra, within the Upper Lachlan Shire Local Government Area, New South Wales</p>\",\n      \"units\": [\n        {\n          \"code\": \"CROOKWF3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.0,\n          \"data_first_seen\": \"2024-05-22T14:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CROWLWF\",\n      \"name\": \"Crowlands\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Crowlands Wind Farm is located in Western Victoria\\u2019s Pyrenees Shire Council, 25km north-east of Ararat (205km west of Melbourne). The site was identified as an area highly suitable for efficiently capturing energy from the wind.</p><p>After a long period of consultation with the local community that began in 2004, the project was granted planning approval in August 2010. Following pre-construction assessments, consultations and reviews, the layout for the project has been refined and subsequently reduced. Development approval to construct and operate a wind energy facility at Crowlands was granted to Pacific Blue in 2013.</p><p>Crowlands Wind Farm consists of 39 turbines that produce clean energy equivalent to the yearly needs of around 50,000 Victorian homes. The turbines are Senvion MM92 wind turbine generators, rated at 2.05MW each, with a maximum hub height of 100m and a maximum blade tip height of 146.5m.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CROWLWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 79.95,\n          \"data_first_seen\": \"2018-12-09T13:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CRURWF1\",\n      \"name\": \"Crudine Ridge\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Crudine Ridge Wind Farm is a 135MW wind energy project situated approximately 45 km south of Mudgee, NSW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CRURWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 141.0,\n          \"data_first_seen\": \"2020-12-02T11:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0CULCSF\",\n      \"name\": \"Culcairn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The 440 MWp Culcairn Solar Farm spans across 1,000 hectares of land and will be Neoen\\u2019s second largest solar asset in Australia once it goes into operations.</p><p>Neoen secured development approval for Culcairn Solar Farm from the NSW Government in 2021, with an option to build a 100 MW / 200 MWh battery in the future.</p><p>It will connect into the on-site 330 kV transmission line managed by TransGrid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CUSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 350.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"CULLERIN\",\n      \"name\": \"Cullerin Range\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The 30 megawatt Cullerin Range Wind Farm is  located in the localities of Cullerin and Breadalbane in the Upper Lachlan Shire, New South Wales, Australia. The wind farm was completed in 2009 and cost around $90 million. The owner, Origin Energy, sold the business to Energy Developments, a subsidiary of Duet.</p>\",\n      \"units\": [\n        {\n          \"code\": \"CULLRGWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SBSOLAR1_CUNDERDIN_PV\",\n      \"name\": \"Cunderdin\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Cunderdin Solar Farm Project is a 128 MW DC photovoltaic solar system developed on the outskirts of Cunderdin, planned over 165ha which includes a 55 MW / 220 MWh battery energy storage system.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SBSOLAR1_CUNDERDIN_PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 128.0,\n          \"data_first_seen\": \"2024-08-19T16:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DAANDINE\",\n      \"name\": \"Daandine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Queensland located Arrow Energy&#x27;s Daandine power station&#x27;s first electricity production occurred in December 2006 as a result of coal seam methane gas obtained from the nearby Daandine gas field. Prior to the opening of the new power station, ramp up gas from the Daandine field, had been sold to CS Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DAANDINE\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 33.0,\n          \"emissions_factor_co2\": 0.706,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DALNTH\",\n      \"name\": \"Dalrymple North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Dalrymple ESCRI battery (Energy Storage for Commercial Renewable Integration) is a 30 MW / 8 MW\\u00b7h grid-connected battery array near Stansbury on Yorke Peninsula in South Australia. Its role is to provide improved reliability and stability to the electricity network on Yorke Peninsula and South Australia.<br/>The battery is installed adjacent to the Dalrymple substation, seven kilometres southwest of Stansbury. Dalrymple substation is at the end of a 275 kV power line into the peninsula. It feeds 33 kV lines to various towns across the lower end of the peninsula and receives electricity generated by the Wattle Point Wind Farm.<br/>The facility is able to store excess generation from Wattle Point Wind Farm as well as a colocated solar farm and is expected to provide a similar service to the Hornsdale Power Reserve in the Mid North of the state.The battery was constructed by Consolidated Power Projects with ABB and Samsung components. It was part-funded by a grant from the Commonwealth Government through the Australian Renewable Energy Agency (ARENA). It was commissioned in June and July 2018. It provides frequency control to the grid, and also enables the possibility for Yorke Peninsula to operate independently of the wider grid in the event of a system failure.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DALNTHL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2018-07-05T11:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"DALNTH01\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2018-06-05T15:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DDPS1\",\n      \"name\": \"Darling Downs\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Darling Downs Power Station is in Kogan, Western Downs Region, Queensland, Australia. It is 40 kilometres (25 mi) west of Dalby and owned by Origin Energy. The Darling Downs Power Station is adjacent to the QLD-NSW high voltage transmission Interconnector and the Powerlink Queensland R2 Braemar 330/275 kV Substation. <br/>Darling Downs is a gas fired combined cycle gas turbine power station and is the largest of its type in Australia. It is powered by three 120 MW GE Frame 9E gas turbines and one 270 MW steam turbine, which generate a total of 630 MW of electricity. A 205 kilometre pipeline transports the gas to the station from gas fields near Wallumbilla. The power station uses less than 3% of the water that a traditional coal powered power station does by utilising air-cooled technology.Origin Energy developed the power station and the construction costs for the project were $780 million. Darling Downs entered commercial operation in July 2010. and was officially opened on the 5 November 2010 by Premier Anna Bligh.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DDPS1\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 664.0,\n          \"emissions_factor_co2\": 0.4349,\n          \"data_first_seen\": \"2009-12-05T14:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DDSF\",\n      \"name\": \"Darling Downs\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Darling Downs Solar Farm is a 110MW photovoltaic solar power station in Queensland, Australia developed by APA Group 45 km west of Dalby in the Darling Downs region next to the Darling Downs Power Station. All of the electricity produced will be sold to Origin Energy until 2030. The solar farm connects to the national electricity grid through Powerlink&#x27;s Braemar substation. It has approximately 430,000 solar panels on an area of approximately 250 hectares (620 acres).The solar farm was planned by Origin Energy which owns the adjacent natural gas Darling Downs Power Station. Origin received planning approval and A$20 million support from the Australian Renewable Energy Agency (ARENA) before selling the project to APA Group in May 2017. designed and built by RCR Tomlinson under an engineering, procurement and construction contract worth approximately A$175 million.Darling Downs Solar Farm was the ninth solar farm to be approved by the Western Downs Regional Council.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DDSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 121.0,\n          \"data_first_seen\": \"2018-07-28T11:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DARLSF\",\n      \"name\": \"Darlington Point\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Darlington Point Solar Far is a photovoltaic power station under development 10 km south of the town of Darlington Point in New South Wales, Australia. It received planning approval and development consent on 7 December 2018, and has a power purchase agreement for supply of 150MW to Delta Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DARLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 324.0,\n          \"data_first_seen\": \"2020-09-03T10:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DPNTB\",\n      \"name\": \"Darlington Point\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The combined 150MW / 300MWh Riverina and Darlington Point Energy Storage Systems is located adjacent to TransGrid\\u2019s Darlington Point Substation in the Murrumbidgee Shire, South West NSW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DPNTBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2023-06-23T11:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"DPNTBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2023-06-26T15:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DARTM\",\n      \"name\": \"Dartmouth\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Designed by the State Electricity Commission of Victoria, and constructed by Lewis Constructions, and commissioned in January 1981, Dartmouth Power Station has one Francis turbine-generator, with a generating capacity of 180 megawatts, the largest single installed hydroelectric turbine in Australia. It is owned and operated by AGL Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DARTM1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 185.0,\n          \"data_first_seen\": \"1998-12-07T07:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T21:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DAYDSF\",\n      \"name\": \"Daydream\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Daydream Solar Farm is a photovoltaic power station near Collinsville in Queensland, Australia. It uses a single-axis tracking system to follow the sun across the sky. It was developed by Edify Energy. It generates up to 180MW DC and  150MW AC.<br/>Powerlink upgraded its transmission network to connect the Hayman and Daydream solar farms to the grid.Daydream has a 12-year power purchase agreement to provide electricity to Origin Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DAYDSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 167.0,\n          \"data_first_seen\": \"2018-10-24T18:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DCWL_DENMARK\",\n      \"name\": \"Denmark\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"DCWL_DENMARK_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.44,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DEVILS_G\",\n      \"name\": \"Devils Gate\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Devils Gate Power Station is a conventional hydroelectric power station located in north-western Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DEVILS_G\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 60.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DIAPURWF\",\n      \"name\": \"Diapur 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The wind farm has an output of up to 7.4 MW and connected to the existing 22 kV electricity network via the Nhill substation in Western Victoria. The two Vestas V150 4.0 MW turbines have 125m hub height (tip height 200m) and produce the equivalent energy usage of around 6000 households.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DIAPURWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 8.0,\n          \"data_first_seen\": \"2021-11-25T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DRYCGT\",\n      \"name\": \"Dry Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Dry Creek Power Station is a power station at Dry Creek in the northern suburbs of Adelaide, South Australia. It is owned and operated by Synergen Power, a joint venture of Engie and Mitsui. The power station has three open cycle gas turbines, each rated at 52MW. It was commissioned in 1973\\u20131974 by the Electricity Trust of South Australia.As well as peaking electricity generation, the power station also provides ancillary services to support electricity grid stability. Dry Creek Power Station was established around 1978. It receives gas from the Moomba Adelaide Pipeline System. In 2018, the operators of Dry Creek Power Station were fined A$60,000 for failing to respond to instructions from AEMO during a blackout caused by faults elsewhere in the network.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DRYCGT1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 52.0,\n          \"emissions_factor_co2\": 0.8592,\n          \"data_first_seen\": \"1998-12-08T08:15:00+10:00\",\n          \"data_last_seen\": \"2025-06-27T20:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"DRYCGT2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 52.0,\n          \"emissions_factor_co2\": 0.8592,\n          \"data_first_seen\": \"1998-12-10T17:45:00+10:00\",\n          \"data_last_seen\": \"2025-06-27T20:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"DRYCGT3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 52.0,\n          \"emissions_factor_co2\": 0.8592,\n          \"data_first_seen\": \"1998-12-10T17:45:00+10:00\",\n          \"data_last_seen\": \"2025-06-27T20:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DULAWF\",\n      \"name\": \"Dulacca\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Dulacca Wind Farm is located between the communities of Dulacca and Drillham in the Western Downs Region of Queensland. Construction of Wind Farm commenced in October 2021 and is expected to be completed by Q3 2023.\\u200b</p>\",\n      \"units\": [\n        {\n          \"code\": \"DULAWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"data_first_seen\": \"2023-04-13T11:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"DUNDWF\",\n      \"name\": \"Dundonnell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Dundonnell Wind Farm is at Dundonnell, 23 kilometres (14 mi) northeast of Mortlake in the Australian state of Victoria. Construction began in January 2019 and was completed in 2020 with 80 Vestas wind turbines with a capacity to generate 336MW of electricity. The drive trains and hubs were assembled at the former Ford Australia site in Geelong.The wind farm is the largest in Victoria, soon to be overtaken by Stockyard Hill. It has contracts to supply 37% of its output to the government of Victoria and 50% to Snowy Hydro. It is being developed by Tilt Renewables. The wind farm connects to the grid via 38 kilometres of 220kV overhead transmission line to a substation near the Mortlake Power Station.A 327 tonne transformer transported at night took four nights to reach Dundonnell from Glen Waverley in eastern Melbourne in August 2019. It was manufactured there by the Wilson Transformer Company. The developer spent $80 million to connect the wind farm to the main 500 kV grid via a 38 km 220 kV Ausnet line, avoiding the connection problems many other generating stations have in the interior. Full commissioning was delayed in mid-2020 due to concerns of the Australian Energy Market Operator (AEMO), despite it being commissioned according to a plan negotiated with AEMO in 2018.</p>\",\n      \"units\": [\n        {\n          \"code\": \"DUNDWF3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 121.0,\n          \"data_first_seen\": \"2020-03-11T13:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"DUNDWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 168.0,\n          \"data_first_seen\": \"2020-04-30T18:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"DUNDWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 46.0,\n          \"data_first_seen\": \"2020-03-11T17:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PMATTAEP\",\n      \"name\": \"Earthpower\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"PMATTAEP\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 4.0,\n          \"emissions_factor_co2\": 0.22,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EASTCRK\",\n      \"name\": \"Eastern Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"EASTCRK\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"emissions_factor_co2\": 0.0719,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EASTCRK2\",\n      \"name\": \"Eastern Creek 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>This facility is owned and operated by LMS in partnership with Waste Assets Management Corporation and has an installed capacity of 4.5MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EASTCRK2\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 8.98,\n          \"emissions_factor_co2\": 0.0716,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EDENVSF\",\n      \"name\": \"Edenvale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Edenvale Solar Park project (the Project) is a 204 megawatt solar farm under construction in the Western Downs region of Queensland.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EDENVSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"data_first_seen\": \"2023-02-18T13:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EILDON\",\n      \"name\": \"Eildon\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Eildon Dam or Eildon Weir, a rock and earth-fill embankment dam with a controlled spillway across the Goulburn River, is located between the regional towns of Mansfield and Eildon within Lake Eildon National Park, in the Alpine region of Victoria, Australia. The dam&#x27;s purpose is for the supply of potable water, irrigation, and the generation of hydroelectricity. The impounded reservoir is called Lake Eildon.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EILDON2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 60.0,\n          \"data_first_seen\": \"1998-12-07T06:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"EILDON1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 60.0,\n          \"data_first_seen\": \"1998-12-07T06:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EILDONPD\",\n      \"name\": \"Eildon\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Eildon Pondage Power Station is a hydroelectric power station on the Eildon Pondage at Lake Eildon, Victoria, Australia. Eildon Pondage has one turbo generator, with a total generating capacity of 4.5 megawatts (6,000 hp) of electricity. It is owned and operated by Pacific Hydro, and the electricity produced is sold to electricity retailer TXU.Eildon Pondage re-uses the water from Eildon Power Station, which is stored in the pondage to ensure a controlled release into the Goulburn River downstream from Lake Eildon.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EILDON3\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ELAINEWF\",\n      \"name\": \"Elaine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Lal Lal Wind Farms, which consists of the adjacent Yendon and Elaine sites, are located approximately 10km southeast of Ballarat, Victoria in the area originally inhabited by the Wathaurong people and consist of 60 x 3.8MW turbines in total.</p><p>Elaine Wind Farm comprises 22 wind turbines and connects to the 220kV network via the Elaine Terminal Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ELAINWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 83.6,\n          \"data_first_seen\": \"2020-04-07T04:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EMERASF\",\n      \"name\": \"Emerald\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Emerald Solar Park is a photovoltaic solar power station near Emerald in Queensland, Australia. It was developed by RES Australia who then sold it to Lighthouse Solar Fund. It delivers up to 72 MW AC of electricity to the National Electricity Market. The entire production of the solar farm is contracted to be supplied to Telstra.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EMERASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 88.0,\n          \"data_first_seen\": \"2018-09-20T13:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EDWFMAN\",\n      \"name\": \"Emu Downs\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Emu Downs Solar Farm is a solar farm adjacent to Emu Downs Wind Farm in Western Australia, Australia. It was developed and is owned by APA Group. At the time of its completion in 2018, it was the largest solar farm in Western Australia.When APA group bought Emu Downs Wind Farm in June 2011, it realised that there is usually a drop in output in the middle of the day as the wind changes from easterly in the morning to the westerly Fremantle Doctor in the afternoon. To balance that and achieve better utilisation of transmission infrastructure, APA installed a 20MW solar farm on an adjacent site. The solar farm&#x27;s peak output is during the time when the wind farm is not at full capacity, so no additional capacity was needed in the substation or grid connection point. The solar farm has 75,000 photovoltaic solar panels on a 70-hectare site east of the wind farm. It cost A$50 million (including a federal government grant of A$5.5 million) and began operation in December 2017. The output of both the solar and wind farms is contracted to Synergy until 2030.</p>\",\n      \"units\": [\n        {\n          \"code\": \"EDWFMAN_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 79.2,\n          \"data_first_seen\": \"2013-12-17T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ENERGYB\",\n      \"name\": \"Energy Brix\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Energy Brix Power Station was a brown coal\\u2013fired thermal power station located at Morwell, in Victoria, Australia. The power station was used to supply electricity for the retail market, as well as the production of briquettes in the adjacent Energy Brix briquette works. It was shut down in August 2014 and is currently the earliest surviving large-scale power station designed to provide electricity to the state electricity network.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MOR3\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 75.0,\n          \"emissions_factor_co2\": 1.6487,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2015-01-06T15:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MOR1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 90.0,\n          \"emissions_factor_co2\": 1.6487,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2015-07-27T03:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MOR2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 1.6487,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2014-09-04T11:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ERARING\",\n      \"name\": \"Eraring\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Eraring Power Station is a coal fired electricity power station with four 720 MW Toshiba steam driven turbo-alternators for a combined capacity of 2,880 MW. The station is located near the township of Dora Creek, on the western shore of Lake Macquarie, New South Wales, Australia and is owned and operated by Origin Energy.  It is Australia&#x27;s largest power station. The plant has two smokestacks rising 200 m (656 ft) in height.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ER01\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 720.0,\n          \"emissions_factor_co2\": 0.892,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ER02\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 720.0,\n          \"emissions_factor_co2\": 0.892,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ER03\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 720.0,\n          \"emissions_factor_co2\": 0.892,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ER04\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 720.0,\n          \"emissions_factor_co2\": 0.892,\n          \"data_first_seen\": \"1998-12-07T09:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ERB\",\n      \"name\": \"Eraring\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Eraring BESS will support further renewable project development by charging during the day when renewable energy sources like solar generation is plentiful and discharging into the grid during peak periods.</p><p>Locating a battery at Eraring also takes advantage of the existing transmission infrastructure, minimising the need for construction of long transmission lines.</p><p>All three stages of the Eraring BESS are now under construction. Stage one and three have a capacity of 460MW with a dispatch duration of four hours and are scheduled to come online in the final quarter of 2025. The second stage of the battery is scheduled to come online in the first quarter of 2027, adding a further 240MW with a dispatch duration of four hours.</p><p>The combined energy storage of all stages of the battery will be 2.8 GWh, enabling Origin to help keep the grid stable and support more variable renewable energy coming into the system.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ERBG01\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 614.6,\n          \"data_first_seen\": \"2025-03-13T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T14:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ERBL01\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 614.6,\n          \"data_first_seen\": \"2025-03-08T04:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T16:05:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ERGT01\",\n      \"name\": \"Eraring\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"Eraring Power Station is a coal fired electricity power station with four 720 MW Toshiba steam driven turbo-alternators for a combined capacity of 2,880 MW. The station is located near the township of Dora Creek, on the western shore of Lake Macquarie, New South Wales, Australia and is owned and operated by Origin Energy.  It is Australia's largest power station. The plant has two smokestacks rising 200 m (656 ft) in height.\",\n      \"units\": [\n        {\n          \"code\": \"ERGT01\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 41.5,\n          \"emissions_factor_co2\": 0.706,\n          \"data_first_seen\": \"2013-05-28T08:00:00+10:00\",\n          \"data_last_seen\": \"2024-12-17T20:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0ERB2\",\n      \"name\": \"Eraring 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Eraring BESS will support further renewable project development by charging during the day when renewable energy sources like solar generation is plentiful and discharging into the grid during peak periods.</p><p>Locating a battery at Eraring also takes advantage of the existing transmission infrastructure, minimising the need for construction of long transmission lines.</p><p>All three stages of the Eraring BESS are now under construction. Stage one and three have a capacity of 460MW with a dispatch duration of four hours and are scheduled to come online in the final quarter of 2025. The second stage of the battery is scheduled to come online in the first quarter of 2027, adding a further 240MW with a dispatch duration of four hours.</p><p>The combined energy storage of all stages of the battery will be 2.8 GWh, enabling Origin to help keep the grid stable and support more variable renewable energy coming into the system.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0ERB2L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0ERB2G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"FWF\",\n      \"name\": \"Ferguson\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Ferguson Wind Farm has an output of 10.8 MW and is connected to the existing 22 kV electricity network in the southwest Victoria via two separate connection points (Ferguson North 3.6 MW and Ferguson South 7.2 MW). It consists of three Vestas V136 4.0 MW turbines that have a rotor diameter of 136m, a tip height of 200m and together produce the equivalent energy usage of around 7,500 households.</p>\",\n      \"units\": [\n        {\n          \"code\": \"FNWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"FSWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 8.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"FINLEYSF\",\n      \"name\": \"Finley\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Finley Solar Farm is a photovoltaic power station near Finley in New South Wales, Australia. It was developed at a cost of A$170 million by ESCO Pacific in 2019 and built and commissioned by Signal Energy Australia Pty Ltd. ESCO sold the project to John Laing Group on 12 November 2018 at the same time as Westpac and ANZ Banks committed to the debt funding for the development.The solar farm has a seven-year power purchase agreement to supply electricity to Bluescope Steel.</p>\",\n      \"units\": [\n        {\n          \"code\": \"FINLYSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 162.36,\n          \"data_first_seen\": \"2019-08-02T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"FISHER\",\n      \"name\": \"Fisher\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Water from Lake Mackenzie flows through canals, tunnels and pipes to the Fisher Power Station. The water drops 650 metres to Fisher then runs into Lake Parangana.</p>\",\n      \"units\": [\n        {\n          \"code\": \"FISHER\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 43.2,\n          \"data_first_seen\": \"2005-05-16T20:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"FLATROCKS\",\n      \"name\": \"Flat Rocks\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Flat Rocks Wind Farm Stage 1 Project will consist of the construction and operation of\\u00a018\\u00a0wind turbines \\u00a0and the related civil and electrical infrastructure. The project site spans the shires of Kojonup and Broomehill-Tambellup, in the\\u00a0Great Southern Region\\u00a0of Western\\u00a0Australia. Construction of the project commenced in 2022 and it\\u2019s anticipated for the project to be fully operational in 2024.</p><p>The construction of the Flat Rocks\\u00a0Wind Farm\\u00a0Stage 1 has an investment value of over $200 million. The estimated construction timeframe for the plant is expected to be approximately 18 months while the plant&#x27;s operational life is estimated at approximately 30 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"FLATROCKS_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 75.6,\n          \"data_first_seen\": \"2023-11-26T12:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"FLYCRKWF\",\n      \"name\": \"Flyers Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Flyers Creek Wind Farm is a 145-Megawatt project owned by Iberdrola Australia. The wind farm site is located approximately 20 kilometres south of Orange in the Blayney and Cabonne Local Government Areas in the Central West region of New South Wales.</p>\",\n      \"units\": [\n        {\n          \"code\": \"FLYCRKWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 145.0,\n          \"data_first_seen\": \"2023-09-20T11:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0FULHAMSF\",\n      \"name\": \"Fulham\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Fulham Project is a proposed solar farm of 80 megawatts (enough to power around 25,000 homes) with battery storage of up to 120 megawatt hours to be located on 400 acres of farmland adjacent to the north west corner of the Hopkins Road and McLarens Road intersection, Fulham (within the Wellington Shire). The solar farm is planned to co-exist with existing grazing activities on the site.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0FULHAMSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 80.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0FULHAML1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 64.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0FULHAMG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 64.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GANGARR\",\n      \"name\": \"Gangarri\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The 120MW solar farm is located in Woleebee, not far from the town of Wandoan in the Western Downs region of Queensland and is being built on land owned by Shell\\u2019s QGC business. The project is expected to be completed in early 2021.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GANGARR1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 162.0,\n          \"data_first_seen\": \"2021-09-21T11:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GANNBESS\",\n      \"name\": \"Gannawarra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Gannawarra Energy Storage System (GESS) is a grid-connected energy storage system adjacent to the Gannawarra Solar Farm in Wandella in the Shire of Gannawarra, 14km west of Kerang.<br/>The Gannawarra Energy Storage System was partially funded by grants from the Australian Renewable Energy Agency and the Victorian Government. It is owned by Wirsol and Edify Energy and operated by EnergyAustralia. The batteries were provided by Tesla, Inc. and Engineering, procurement and construction was provided by RCR Tomlinson. It helps to ease the demand on a constrained transmission line and balances higher levels of renewable energy on the grid. It first exported electricity to the grid in October 2018.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GANNBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2018-11-08T00:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"GANNBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2018-11-08T00:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GANNSF\",\n      \"name\": \"Gannawarra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Gannawarra Solar Farm is a photovoltaic solar power station in the Gannawarra Shire, 13 kilometres (8.1\\u00a0mi) west of Kerang in the Australian state of Victoria. It generates up to 60\\u00a0MWdc electricity and exports up to 50.61\\u00a0MWAC to the National Electricity Market at 66\\u00a0kV.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GANNSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.0,\n          \"data_first_seen\": \"2018-04-06T12:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GEORGTWN\",\n      \"name\": \"George Town\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Tempo</p><p>Tempo</p>\",\n      \"units\": [\n        {\n          \"code\": \"GEORGTN2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 17.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-03-28T17:40:00+10:00\",\n          \"data_last_seen\": \"2016-05-01T08:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GEORGTN1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 17.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-03-30T17:15:00+10:00\",\n          \"data_last_seen\": \"2016-05-01T08:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TESLA_GERALDTON\",\n      \"name\": \"Geraldton\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Commissioned in 2012, Geraldton is located immediately adjacent to the Geraldton Airport.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TESLA_GERALDTON_G1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.97,\n          \"data_first_seen\": \"2013-12-19T08:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GERMCRK\",\n      \"name\": \"German Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p><p></p><p>The power station consists of sixteen 2MW power generation modules using Caterpillar 3520C generator sets and four 3.3MW power generating modules using Jenbacher J620 generator sets.</p><p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GERMCRK\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 45.0,\n          \"emissions_factor_co2\": 0.5657,\n          \"data_first_seen\": \"2013-07-18T10:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GIRGSF\",\n      \"name\": \"Girgarre\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Girgarre Solar Farm Project will consist of the construction and operation of approximately 169,500 photovoltaic (PV)\\u00a0modules and the related civil and electrical infrastructure. The Project is in the Shire of Campaspe, in Victoria, Australia. The site is located approximately 10 km north-west of Stanhope and approximately 50km west of Shepparton.</p><p>The construction of the Girgarre Solar Farm has an investment value of over $140 million. The estimated construction timeframe for the plant is expected to be approximately 18 months, while the plant&#x27;s operational life is estimated at approximately 35 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GIRGSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 93.31,\n          \"data_first_seen\": \"2024-07-20T10:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GSTONE\",\n      \"name\": \"Gladstone\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Gladstone Power Station is a power station at Callemondah, Gladstone, Queensland, Australia. It is Queensland&#x27;s largest power station, with six coal powered steam turbines generating a maximum of 1,680 MW of electricity. Power from the station was first generated in 1976.<br/>This fossil fuel power plant draws seawater for cooling. Black coal is brought by rail from the Curragh coal mine, 200 kilometres (120 mi) west of Rockhampton.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GSTONE5\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSTONE6\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-19T00:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSTONE3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSTONE4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSTONE2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSTONE1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 280.0,\n          \"emissions_factor_co2\": 0.9758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-04-22T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GLBWNHYD\",\n      \"name\": \"Glenbawn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Glenbawn Power Station was built in 1995 within the Glenbawn Dam wall structure on the Hunter River about 15 kilometres south-east of Scone in New South Wales and has a maximum generation capacity of 5.5 MW. Glenbawn power station typically generates power using summer irrigation and flood mitigation flows.<br/><br/>Glenbawn Dam&#x27;s storage capacity is approximately 750 GL with only small demands from other uses, enabling water releases for the power station on a regular basis.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GLBWNHYD\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0GLENELLEN\",\n      \"name\": \"Glenellen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Glenellen project will have an installed capacity of 260 MWp and will be located in Greater Hume (New South Wales). The plant will generate energy with its 370,000 solar modules. The project is currently in the development phase, and commercial operations are scheduled to begin in 2025.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0GLENELLEN\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 260.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GLENMAGG\",\n      \"name\": \"Glenmaggie\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GLENMAG1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.8,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GLENNCRK\",\n      \"name\": \"Glennies Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GLENNCRK\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.78,\n          \"emissions_factor_co2\": 0.526,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GLENSF\",\n      \"name\": \"Glenrowan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Glenrowan Solar Farm is a 130MWac solar project located 2km south-west of Glenrowan, in the Rural City of Wangaratta, approximately 230 kilometres north-east of Melbourne, Victoria.</p><p>The location sits within Victoria\\u2019s Central North Renewable Energy Zone (REZ), one of six across the state supporting the Victorian Government\\u2019s Renewable Energy Target (VRET) of 50% by 2030 and the transition to a carbon-neutral future.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GLENSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 126.0,\n          \"data_first_seen\": \"2023-11-21T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GLRWNSF\",\n      \"name\": \"Glenrowan West\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Glenrowan West Solar Farm will be a single axis tracking project, located just off the Hume Freeway, between Benalla and Wangaratta, 11km south-west of the town of Glenrowan in Victoria. The site is designed to have an installed capacity of approx. 149-megawatt peak (MWp) DC which covers 323 hectares of land and has commenced early stage construction as of February 2020.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GLRWNSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 132.0,\n          \"data_first_seen\": \"2020-12-22T07:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GPWFEST\",\n      \"name\": \"Golden Plains East\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Golden Plains Wind Farm \\u2013 East commenced construction in 2023. The project involves the establishment of the first stage of a wind energy facility including 122 wind turbines and associated electrical infrastructure to the west, south and south-west of Rokewood. Rokewood is a small rural town in the Shire of Golden Plains located approximately 60 km north-west of Geelong.\\u00a0</p>\",\n      \"units\": [\n        {\n          \"code\": \"GPWFEST3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 248.0,\n          \"data_first_seen\": \"2025-05-30T10:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GPWFEST2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 260.4,\n          \"data_first_seen\": \"2024-08-21T11:45:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GPWFEST1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 248.0,\n          \"data_first_seen\": \"2024-09-18T14:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0GPWFWST\",\n      \"name\": \"Golden Plains West\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Golden Plains Wind Farm \\u2013 West involves the establishment of the second stage of a wind energy facility including wind turbines and associated electrical infrastructure to the west, south and south-west of\\u00a0Rokewood, a small rural town in the Shire of Golden Plains, approximately 60 km north-west of Geelong</p>\",\n      \"units\": [\n        {\n          \"code\": \"0GPWFWST1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 557.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GOONUMSF\",\n      \"name\": \"Goonumbla\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Goonumbla Solar Farm is a 83.70 MW dc PV plant located approximately 10km west of the town of Parkes and 280km North West of Sydney in New South Wales.</p><p>The plant consists of approximately 270,000 solar panels installed across the 385-hectare site.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GOONSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 85.0,\n          \"data_first_seen\": \"2020-05-12T13:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0GOORESF\",\n      \"name\": \"Goorambat\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Goorambat East Solar Farm is a renewable energy development located about 12 kilometres north of Benalla and just south of the Goorambat township in Victoria, on the land of the Yorta Yorta people.</p><p>ENGIE entered into a commercial arrangement with Neoen to purchase the project in 2023 and have been progressing steadily towards construction.</p><p>The site is approximately 630 hectares across five private rural properties in the Benalla Rural City Council local government area and is primarily accessible from the Goorambat-Chesney Road, Spinks Lane and Saunders Road.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0GOORESF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GORDON\",\n      \"name\": \"Gordon\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Gordon Power Station is the largest conventional hydroelectric power station in Tasmania, Australia; located in the South West region of the state. The power station is situated on  Gordon River. Water from  Lake Gordon descends 183 metres (600 ft) underground past the Gordon Dam and into the power station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GOVILLB1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GORDON\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 432.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GOSNELLS\",\n      \"name\": \"Gosnells\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GOSNELLS\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.057,\n          \"data_first_seen\": \"2006-11-17T00:00:00+10:00\",\n          \"data_last_seen\": \"2023-03-19T23:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0GRIVSF\",\n      \"name\": \"Goulburn River\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Goulburn River project consists of a 585 MWp solar farm and battery energy storage system (BESS), located between Wollar and Merriwa, on Wollara Road, in the Upper Hunter Region of NSW.</p><p>Lightsource bp will construct and operate the project and deliver renewable energy to Australia\\u2019s grid. The project includes a battery to shift renewable energy to night-time peaks and support the reliable operation of Australia\\u2019s grid. The project will also include operation and maintenance buildings, a temporary onsite workers accommodation camp, and electrical infrastructure required to connect to the existing electricity network.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0GRIVSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 588.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GSWF\",\n      \"name\": \"Goyder South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Goyder South Wind Farm is the first stage of the Goyder Renewables Zone development near Burra, South Australia. The Goyder South Wind Farm will be on the hills south-east of the town of Burra.<br/><br/>Early construction works for stage 1 began in December 2021. The project is owned by Neoen and the construction contract was awarded to a consortium of GE Renewable Energy and Elecnor.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GSWF1B1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 203.5,\n          \"data_first_seen\": \"2024-11-13T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GSWF1A\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 209.0,\n          \"data_first_seen\": \"2024-04-04T14:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GRANGEAV\",\n      \"name\": \"Grange Avenue\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"GRANGEAV\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.0774,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GRANWF\",\n      \"name\": \"Granville Harbour\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Granville Harbour Wind Farm is a wind farm project being developed and constructed by Palisade Investment Partners, on the west coast of Tasmania, Australia.  <br/>The facility first generated to the grid on 27th February 2020 with the completion of its first turbine. When finished, the wind farm will have 31 wind turbines and have a maximum capacity of 112 MW. It is located on a site 35 kilometres (22 mi) northwest of Zeehan, Tasmania.Considerations are underway for a second Bass Strait interconnector to increase Tasmania&#x27;s electricity export capacity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GRANWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.0,\n          \"data_first_seen\": \"2020-01-28T12:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GRASMERE\",\n      \"name\": \"Grasmere\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Albany wind and Grasmere farms are two wind power stations near Albany, Western Australia, owned by Bright Energy Investments. They are adjacent and are often considered a single facility. They have 18 wind turbines, with a maximum generating capacity of 35.4\\u00a0MW of electricity. The original Albany Wind Farm was commissioned in October 2001, after ten years of planning. The wind farm has the capacity to produce 80 per cent of the electricity requirements of Albany.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GRASMERE_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 13.8,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GREENB\",\n      \"name\": \"Greenbank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>CS Energy is developing a large-scale battery in Greenbank, a suburb within the Logan City Council area, to develop cleaner and more reliable energy for Queenslanders.<br/><br/>The Greenbank Battery will have a discharge capacity of 200 megawatts and store 400 megawatt hours of energy (200MW/400MWh) - enough to power 66,000 homes for two hours in the evening peak before needing to recharge.</p><p>It will use lithium iron phosphate (also known as lithium ferro phosphate [LFP], or LiFePO4) batteries, which are the safest lithium batteries currently available.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GREENB1L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 259.2,\n          \"data_first_seen\": \"2025-02-11T21:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"GREENB1G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 259.2,\n          \"data_first_seen\": \"2025-02-13T15:10:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GREENOUGH_RIVER\",\n      \"name\": \"Greenough River\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Greenough River Solar Farm is a 10 megawatt (MW) photovoltaic power station located in Walkaway, Western Australia. When it opened in October, 2012, it was the country&#x27;s first utility-scale solar farm. It remained Australia&#x27;s largest solar PV system until 2014, when it was superseded by the 20 MW Royalla solar farm in Canberra. The Greenough River Solar Farm was built by Verve Energy and joint venture partners GE Financial Services. It uses over 150,000 thin film modules based on CdTe-PV technology provided by U.S. company First Solar. Its exact location is at Nangetty Walkaway Road, Walkaway, 50 kilometres southeast of Geraldton and covers an area of 80 hectares (200 acres).The solar farm has been owned by Bright Energy investments since April 2018. It is currently undergoing and expansion to increase capacity by a further 30MW and RCR Tomlinson was awarded a $60 million engineering, construction and procurement contract for expansion, The expansion project is expected to be complete by mid 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GREENOUGH_RIVER_PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-13T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GRIFSF\",\n      \"name\": \"Griffith\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Initial development started in 2013 with the land lease signed in November 2013. Government Planning Approvals was achieved in Jun 2016. Construction started in Jan 2017 and was completed in April 2018. It has been operational ever since.</p><p>Griffith Solar Farm is one of 12 successful projects that received funding from the Australian Renewable Energy Agency (ARENA) in 2016.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GRIFSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 27.2,\n          \"data_first_seen\": \"2018-04-20T15:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GROSV1\",\n      \"name\": \"Grosvenor 1\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Grosvenor Power Station, located in Moranbah, Queensland, is operated by EDL. It generates electricity by capturing and converting waste coal mine gas (methane), which is released during coal mining operations. This process not only provides reliable energy but also significantly reduces greenhouse gas emissions by repurposing what was once a waste product. The station has a capacity of 21.3 MW, powers around 22,800 homes annually, and avoids approximately 100,500 tonnes of CO2 emissions each year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GROSV1\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"emissions_factor_co2\": 0.5563,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GROSV2\",\n      \"name\": \"Grosvenor 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>EDL negotiated gas supply and connection agreements with Anglo American to develop and build the 21 MW Grosvenor Power Station in 2015. These agreements were updated in 2017 to include a 15MW expansion at Grosvenor 2.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GROSV2\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 15.0,\n          \"emissions_factor_co2\": 0.5717,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GULLRGWF\",\n      \"name\": \"Gullen Range\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Gullen Range Wind Farm is a wind farm in the Southern Tablelands region of New South Wales, Australia. It consists of 73 wind turbines and produces up to 165.5MW of electricity. It is owned by BJCE Australia and built and operated by Goldwind Australia. Gullen Range was BJCE Australia&#x27;s first wind farm, when it bought the project in 2014.The wind farm consists of two different turbine models, both manufactured by Goldwind. There are 56 GRW100-2.5MW turbines with a 100m diameter on 80m towers (total height 130m) which generate 2.5MW of electricity. There are also 17 smaller GW82-1.5MW turbines with 82m diameter on 85m towers (total height 126m) which produce 1.5MW of electricity.The project was developed by Epuron, who sold it to Goldwind Australia before construction. Goldwind began construction in 2012. It began generating electricity in 2013 and was fully operational by 23 December 2014. Goldwind onsold 75% of the project to BJCE Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GULLRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"data_first_seen\": \"2017-08-22T10:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T16:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"GULLRWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 165.0,\n          \"data_first_seen\": \"2013-12-10T18:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GNNDHSF\",\n      \"name\": \"Gunnedah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Gunnedah Solar Farm, located near Gunnedah \\u2013 west of Tamworth in regional New South Wales. The 154MW Project will accommodate a large scale solar PV system utilising single-axis tracking, ground mounted panels which will generate energy throughout the day, when it is needed most. Single-axis tracking has been selected for this project to harness the highest amount of solar irradiance as the panels will track the sun\\u2019s movement east to west each day.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GNNDHSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.0,\n          \"data_first_seen\": \"2021-06-29T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"GUNNING\",\n      \"name\": \"Gunning\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Gunning Wind Farm project is a wind farm development in the Cullerin Range, north-east of Gunning, in New South Wales. Wind turbines in the farm are visible from the Hume Highway. <br/>The Gunning Wind Farm comprises an electrical substation and operation and maintenance facilities plus 31 turbines which send power to the substation via 17km of underground cabling.<br/>A 14km-long 132kV transmission line was constructed to connect the wind farm to the 132kV Yass-Goulburn transmission line. Turbines generate electricity at 12kV which travels via underground cables to the substation where it is stepped up to 132kV to match the grid voltage.<br/>Construction began in April 2010 and created about 100 jobs, bringing significant economic activity to the Gunning region. The wind farm was completed in May 2011.<br/>A great deal of work was done prior to development of the wind farm. Technical studies identified constraints and the best design, with independent consultants engaged to report on:<br/><br/>flora and fauna<br/>cultural heritage<br/>traffic and transport<br/>geology and hydrology<br/>landscape and visual amenity<br/>soundThe wind farm is capable of producing 46.5MW of clean, renewable energy.<br/>Each of the 1.5MW turbines at the Gunning Wind Farm can provide sufficient renewable energy to power approximately 750 homes and save more than 5,250 tonnes of greenhouse gas emissions a year.<br/>The 31 turbines can power 35,000 homes annually and save more than 162,750 tonnes of greenhouse gases a year.<br/>ACCIONA Energy [1] has established a Community Benefit Fund to deliver tangible benefits to the local community. This initiative will run for the life of the project (25 years).<br/>The Fund support services, events and projects which directly and indirectly benefit the community in the vicinity. <br/>ACCIONA Energy also provides sponsorship support to local groups and events.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GUNNING1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 46.5,\n          \"data_first_seen\": \"2011-04-05T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0GUNSYNDSF\",\n      \"name\": \"Gunsynd\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Located in South West Queensland near the township of Goondiwindi, Gunsynd Solar Farm will generate up to 94MW of electricity and 20MW of battery storage that will supply the full township of Goondiwindi and inject into the QLD/NSW electricity grid via the Powerlink Bulli Creek 330/132kV Substation.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"0GUNSYNDSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 94.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWY3\",\n      \"name\": \"Guthega\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Guthega Power Station is located in the Snowy Mountains region of New South Wales, Australia. The power station&#x27;s purpose is for the generation of electricity. It is the first to be completed and smallest of the initial seven hydroelectric power stations that comprise the Snowy Mountains Scheme, a vast hydroelectricity and irrigation complex constructed in south-east Australia between 1949 and 1974 and now run by Snowy Hydro.This station is connected to the National Electricity Market via the TransGrid 330/132KV Substation @ the TransGrid 330KV Murray Switching Station, 1.56 kilometres (1.71 mi) South East of Khancoban.</p>\",\n      \"units\": [\n        {\n          \"code\": \"GUTHEGA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 60.0,\n          \"data_first_seen\": \"2001-07-16T07:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNOWY3\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"data_first_seen\": \"1998-12-07T04:15:00+10:00\",\n          \"data_last_seen\": \"2001-05-27T23:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HLMSEW01\",\n      \"name\": \"Hallam\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HLMSEW01\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HALAMRD\",\n      \"name\": \"Hallam Road\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>This facility is owned and operated by LMS in partnership with SUEZ Recycling &amp; Recovery and has an installed capacity of 9.0MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HALAMRD1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 9.0,\n          \"emissions_factor_co2\": 0.0717,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AGLHAL\",\n      \"name\": \"Hallett\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Hallett Power Station is located in Canowie, in the Mid North of South Australia, located about 210 kilometres (130 mi) north of Adelaide. It was commissioned in 2001 and opened in 2002. It was built by AGL Energy, but was sold in 2007, and is currently operated by EnergyAustralia. It has capacity of approximately 200 megawatts (270,000 hp), and connects to the National Electricity Grid. It contains 12 gas turbine generators.The powerstation is fuelled by natural gas drawn from the Moomba Adelaide Pipeline System, and can also operate from a back-up supply of diesel in the event of a failure of the gas supply. It was built using second-hand gas turbines. These are all General Electric (GE) Frame 5 units, manufactured under licence by John Brown, AEG and Nuovo Pignone.</p>\",\n      \"units\": [\n        {\n          \"code\": \"AGLHAL\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 217.0,\n          \"emissions_factor_co2\": 0.729,\n          \"data_first_seen\": \"2002-01-03T15:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HALLWF\",\n      \"name\": \"Hallett 1\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Hallett 1 is a 45 turbine, 94.5MW operating wind farm, located approximately 180km north of Adelaide, South Australia. The wind farm has been operational since 2008 and its electricity and green outputs are contracted to AGL under a long-term offtake agreement</p>\",\n      \"units\": [\n        {\n          \"code\": \"HALLWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 95.0,\n          \"data_first_seen\": \"2007-12-19T05:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HALLWF2\",\n      \"name\": \"Hallett 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Hallett Hill Wind Farm, also known as Hallett 2 Wind Farm, was completed in late 2009. It consists of 34 Suzlon turbines each 2.1MW, giving an installed capacity of 71.4MW. Up to March 2011 it was averaging a capacity factor of 39%.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HALLWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 71.4,\n          \"data_first_seen\": \"2009-05-12T14:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HAMISF\",\n      \"name\": \"Hamilton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Hamilton Solar Farm is a solar farm at Collinsville in North Queensland, Australia. The power station can generate 69 megawatts of power. It is owned and operated by Gentari. The site covers 330 hectares. It is co-located with the WhitSunday Solar Farm and the Daydream Solar Farm.</p><p>Power from the station is bought by ERM.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HAMISF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.5,\n          \"data_first_seen\": \"2018-07-10T12:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HAMPTON\",\n      \"name\": \"Hampton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HAMPTON\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.32,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HVWW\",\n      \"name\": \"Happy Valley\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HVWWPV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 11.0,\n          \"data_first_seen\": \"2022-06-15T15:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HVWWBA1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.52,\n          \"data_first_seen\": \"2022-06-07T13:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HVWWBA1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.52,\n          \"data_first_seen\": \"2022-06-07T12:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:05:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HASTING\",\n      \"name\": \"Hastings\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Esso Australia and Woodside Energy, the other Gippsland Basin Joint Venture participant, are planning a project to install three small, modern, efficient ethane power generation units at the Long Island Point plant.<br/><br/>These will be capable of converting ethane into 35-40 megawatts of electricity to power Victorian homes, while ensuring we can maintain our reliable supply of natural gas and natural gas liquids across the east coast.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HASTINGS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 14.82,\n          \"emissions_factor_co2\": 0.631,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HASTINGS2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 14.82,\n          \"emissions_factor_co2\": 0.631,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HASTINGS3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 14.82,\n          \"emissions_factor_co2\": 0.631,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HAUGHT1\",\n      \"name\": \"Haughton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Located in North Queensland\\u2019s Burdekin Shire (40km west of Ayr and 60km south of Townsville), Haughton Solar Farm is a large-scale solar photovoltaic power station. The solar farm is being built in stages with the first 100MW of the project opened in 2019. Once all stages are complete, Haughton Solar Farm is expected to have a generating capacity of up to 500MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HAUGHT11\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 132.0,\n          \"data_first_seen\": \"2019-05-28T09:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HD1WF\",\n      \"name\": \"Hawkesdale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Hawkesdale Wind Farm site is located in South-Western Victoria near the township of Hawkesdale, 30km north-west of Warrnambool, and 175km west of Geelong, within the Moyne Shire Local Government Area.</p><p>The project covers an area of approximately 2,280 ha, where the current land use is primarily agricultural activities including grazing of sheep and cattle.</p><p>The windfarm comprises 23 turbines with a total output of approximately 97MW. It will connect to the grid via a 132kV overhead transmission circuit to the existing 500kV Tarrone Terminal Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HD1WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 94.6,\n          \"data_first_seen\": \"2024-06-17T08:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HAYMSF\",\n      \"name\": \"Hayman\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>With a project value of approximately $70 million, the farm is operating as a merchant plant. Supported by Whitsunday Regional Council, the Hayman Solar Farm sits within a former coal mining hub, 10km northwest of Collinsville.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HAYMSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.75,\n          \"data_first_seen\": \"2019-01-12T10:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HAZEL\",\n      \"name\": \"Hazelwood\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Hazelwood Power Station is a decommissioned brown coal-fuelled thermal power station located in the Latrobe Valley of Victoria, Australia. Built between 1964 and 1971, the 1,600 megawatt capacity power station was made up of eight 200MW units, and supplied up to 25% of Victoria&#x27;s base load electricity and more than 5% of Australia&#x27;s total electricity demand. It was a &#x27;subcritical&#x27; pulverized coal-fired boiler. The station was listed as the least carbon efficient power station in the OECD in a 2005 report by WWF Australia, making it one of the most polluting power stations in the world. At 1.56 tonnes of CO2 for each megawatt hour of electricity, it was 50% more polluting than the average black coal power station in New South Wales or Queensland. Hazelwood emitted 14% of Victoria&#x27;s annual greenhouse gas emissions and 3% of Australia&#x27;s greenhouse gas emissions.<br/>International Power plc purchased Hazelwood Power Station and the adjoining mine from the Victorian Government in 1996 with an expected 40-year life. In 2005, the Bracks Labor Government approved an environmental effects statement (EES) that allowed Hazelwood to relocate a road and a section of the Morwell river to allow access to an additional 43 million tonnes of coal in addition to that allowed under the mining licence boundaries set at the time of privatisation. This was estimated to provide sufficient coal for the plant to operate to at least 2030 (prior to decommissioning plans). The EES also capped its expected total greenhouse output at 445 million tonnes of carbon dioxide over its life, after which Hazelwood may have been made to cease operation.<br/>Hazelwood was jointly owned by Engie (formerly GDF Suez), with a 72% share and Mitsui &amp; Co. with a 28% share. In 2014, Hazelwood employed 495 staff directly and on average 300 contractors. On 3 November 2016, Engie announced that the entire Hazelwood plant would be closed at the end of March 2017 giving five months notice of the closure. The power station closed in March 2017.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HWPS1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 220.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-29T17:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 220.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-28T00:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS3\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-29T17:30:00+10:00\",\n          \"data_last_seen\": \"2017-03-29T11:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS4\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-27T16:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS5\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-28T18:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS6\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-27T11:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS7\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-28T10:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HWPS8\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 1.558,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2017-03-27T02:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HBESS\",\n      \"name\": \"Hazelwood BESS\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Hazelwood Battery Energy Storage System (HBESS) is a 150MW/150MWh utility-scale battery that will help deliver further electricity grid stability for Victoria. It has the capacity to store the energy equivalent of an hour of energy generation from the rooftop solar systems of 30,000 Victorian homes</p>\",\n      \"units\": [\n        {\n          \"code\": \"HBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"data_first_seen\": \"2023-03-11T00:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"HBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"data_first_seen\": \"2023-03-10T12:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HENDERSON_RENEWABLE\",\n      \"name\": \"Henderson\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HENDERSON_RENEWABLE_IG1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.0,\n          \"emissions_factor_co2\": 0.065,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HEPWIND\",\n      \"name\": \"Hepburn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Hepburn Wind Project is a wind farm built and owned by Hepburn Wind, a community co-operative, and supported by the Victorian Government. The location of the project is Leonards Hill, 10 kilometres (6.2 mi) south of Daylesford, Victoria, north-west of Melbourne, Victoria.  It comprises two individual 2.05 MW wind turbines supplied by REpower System AG which are projected to produce enough energy for 2,300 households, almost as many houses are in the twin-towns of Daylesford and Hepburn Springs.The project is the first community-owned wind farm in Australia. The initiative emerged because the community felt that the state and federal governments were not doing enough to address climate change. Hepburn Wind is the first project of the Hepburn Renewable Energy Association, now known as SHARE.<br/>Hepburn Wind Project formally launched their share offer on 25 July 2008, and as of June 2011 over 1700 members had subscribed a total of $9.0 million. The project has secured over $13.1 million in funding with the additional funds being bank debt and Government grants. Shares have been issued with priority to the local residents of Daylesford and Hepburn Springs.<br/>As the project is under 30 MW, it was assessed under the local planning guidelines administered through the Hepburn Shire Council. The planning permit was issued by Hepburn Shire in February 2007. The council received 325 submissions in support of the proposal and 18 objections.<br/>The permit was subsequently challenged unsuccessfully at the Victorian Civil and Administrative Tribunal (VCAT) in June 2007.On 28 April 2010 the project signed a contract with REpower Systems for the turnkey construction of the wind farm. The official ground breaking ceremony was held on 8 October 2010 and was officiated by the Hon Gavin Jennings, the Victorian Minister for the Environment at the time.<br/>Construction began in November 2010. The turbines left Germany on 5 December 2010 on the SE Panthea and arrived in Melbourne on 22 February 2011.<br/>A community picnic day was held to view and celebrate the erection of the first turbine on Saturday, 19 April 2011.<br/>The wind farm began generating power into the local electricity network on Wednesday, 22 June 2011.Community-owned wind farms are common in Denmark and Germany, which have high levels of wind power use. Community wind projects are also emerging in Canada, the Netherlands, the United Kingdom and the United States.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HEPWIND1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.1,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HIGHBRY\",\n      \"name\": \"Highbury\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HIGHBRY1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.0576,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HILLSTN\",\n      \"name\": \"Hillston Sun\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Hillston Sun Farm (\\u201cHillston\\u201d) is a 119MWdc solar photovoltaic development located 3.5km south of the township of Hillston in south west New South Wales. The solar farm will power the equivalent of 48,000 homes each year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HILLSTN1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.0,\n          \"data_first_seen\": \"2021-10-05T13:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HORNSDAL\",\n      \"name\": \"Hornsdale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Hornsdale Wind Farm is an electricity generator in the locality of Hornsdale in the south-west of the Narien Range, north of Jamestown, South Australia. It consists of 99 wind turbines with a generation capacity of  315 megawatts. Stage 1 specifically is 32 of these 99 turbines, for a total of 102MW. The plant is owned and operated by Neoen, a French renewable energy company.<br/>The electricity generated by Hornsdale Wind Farm is contracted to be supplied to the Australian Capital Territory.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HDWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 102.4,\n          \"data_first_seen\": \"2016-06-23T16:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HORNSDAL2\",\n      \"name\": \"Hornsdale 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Hornsdale Wind Farm is an electricity generator in the locality of Hornsdale in the south-west of the Narien Range, north of Jamestown, South Australia. It consists of 99 wind turbines with a generation capacity of  315 megawatts. Stage 2 specifically is 32 of these 99 turbines, for a total of 102MW. The plant is owned and operated by Neoen, a French renewable energy company.<br/>The electricity generated by Hornsdale Wind Farm is contracted to be supplied to the Australian Capital Territory.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HDWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 102.4,\n          \"data_first_seen\": \"2017-02-21T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HORNSDAL3\",\n      \"name\": \"Hornsdale 3\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Hornsdale Wind Farm is an electricity generator in the locality of Hornsdale in the south-west of the Narien Range, north of Jamestown, South Australia. It consists of 99 wind turbines with a generation capacity of 315 megawatts. Stage 3 specifically is 35 of these 99 turbines, for a total of 112MW. The plant is owned and operated by Neoen, a French renewable energy company.<br/><br/>The electricity generated by Hornsdale Wind Farm is contracted to be supplied to the Australian Capital Territory.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HDWF3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 112.0,\n          \"data_first_seen\": \"2017-08-18T07:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HORNSDPR\",\n      \"name\": \"Hornsdale Power Reserve\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Hornsdale Power Reserve is a 150MW/194MWh grid-connected energy storage system co-located with the Hornsdale Wind Farm in the Mid North region of South Australia.<br/>Between 2017 and 2020, it was the largest lithium-ion battery in the world.<br/><br/>During 2017 Tesla, Inc. won the contract and built the Hornsdale Power Reserve, for a capital cost of A$90 million, leading to the colloquial Tesla big battery name.In November 2019, Neoen confirmed that it was increasing capacity by a further 50MW/64.5MWh to a combined 185 MWh. The increased storage capacity was installed by March 23, 2020, and the increased power became operational in early September 2020.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HPRG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 150.0,\n          \"data_first_seen\": \"2017-11-25T17:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HPRL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 150.0,\n          \"data_first_seen\": \"2017-11-24T11:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:40:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0HORSHAMSF\",\n      \"name\": \"Horsham\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The SEC Renewable Energy Park is a 100% publicly owned utility-scale renewable energy project in Victoria\\u2019s west, near Horsham.<br/><br/>The SEC is working with developer OX2 to build the energy park in two stages, starting with a 119-megawatt solar farm comprising more than 212,000 PV solar panels.</p><p>The SEC\\u2019s $370 million investment allowed work on the solar farm to begin immediately while supporting the addition of a 100-megawatt two-hour battery storage system \\u2013 making it one of Australia\\u2019s first integrated solar and BESS projects with a single connection point.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0HORSHAML1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0HORSHAMG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0HORSHAMSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 118.8,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HUGSF\",\n      \"name\": \"Hughenden\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Hughenden Solar Farm is a solar farm at Hughenden in North West Queensland, Australia. The power station was constructed by BayWa, beginning in 2017. Construction was completed in 2018. Lighthouse Infrastructure bought the solar farm from Baywa who continue to operate and manage the plant.<br/><br/>The power station can generate 20.16 megawatts.<br/><br/>CS Energy has signed a Power Purchase Agreement with Hughenden Solar Farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HUGSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.97,\n          \"data_first_seen\": \"2018-01-25T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HUMENSW\",\n      \"name\": \"Hume\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Hume Power Station is a 58 megawatts (78,000\\u00a0hp) hydro-electric power station installed in the dam wall, and is primarily used for peak-load generation. The station has an average annual output of 220 gigawatt-hours (790\\u00a0TJ). The power station has two 29 megawatts (39,000\\u00a0hp) turbines and is operated by Meridian Energy.</p><p>The power station was completed in 1957, running two 25 megawatts (34,000\\u00a0hp) turbines. In 2000, these turbines were each upgraded to 29 megawatts (39,000\\u00a0hp).</p>\",\n      \"units\": [\n        {\n          \"code\": \"HUMENSW\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 29.0,\n          \"data_first_seen\": \"1998-12-09T05:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-09T10:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HUMEV\",\n      \"name\": \"Hume\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Hume Power Station is a 58 megawatts (78,000\\u00a0hp) hydro-electric power station installed in the dam wall, and is primarily used for peak-load generation. The station has an average annual output of 220 gigawatt-hours (790\\u00a0TJ). The power station has two 29 megawatts (39,000\\u00a0hp) turbines and is operated by Meridian Energy.</p><p>The power station was completed in 1957, running two 25 megawatts (34,000\\u00a0hp) turbines. In 2000, these turbines were each upgraded to 29 megawatts (39,000\\u00a0hp).</p>\",\n      \"units\": [\n        {\n          \"code\": \"HUMEV\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 29.0,\n          \"data_first_seen\": \"1998-12-09T05:25:00+10:00\",\n          \"data_last_seen\": \"2025-03-13T09:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HUNTER\",\n      \"name\": \"Hunter\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The power station will comprise two heavy-duty, open cycle gas turbines (OCGT) and are the latest and most efficient turbines that the world\\u2019s best manufacturers can offer for the site.</p><p>The OCGTs will operate on natural gas and will be hydrogen-ready. Diesel is available on-site as a backup for the extreme and rare cases where the NSW power grid needs it to keep the lights on. Over the power station\\u2019s life, diesel usage is negligible.</p><p>It is expected that OCGTs will be capable of initially running on up to 15% hydrogen. With some additional investment, we expect they will be capable of up to 30% hydrogen. The ability to run on hydrogen is dependent on the balance of plant modifications and the availability of green hydrogen.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HUNTER1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 375.0,\n          \"emissions_factor_co2\": 0.581,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HUNTER2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 375.0,\n          \"emissions_factor_co2\": 0.581,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HEZ\",\n      \"name\": \"Hunter Economic Zone\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The power station will comprise two heavy-duty, open cycle gas turbines (OCGT) and are the latest and most efficient turbines that the world\\u2019s best manufacturers can offer for the site. The OCGTs will operate on natural gas and will be hydrogen-ready. Diesel is available on-site as back-up for the extreme and rare cases where the NSW power grid needs it to keep the lights on. Over the power station\\u2019s life, diesel usage is negligible.</p>\",\n      \"units\": [\n        {\n          \"code\": \"HEZ1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 28.0,\n          \"emissions_factor_co2\": 0.5543,\n          \"data_first_seen\": \"2022-04-28T11:50:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T10:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"HEZ\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 29.0,\n          \"emissions_factor_co2\": 1.01,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"HUNTVGT\",\n      \"name\": \"Hunter Valley\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"HVGTS\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.706,\n          \"data_first_seen\": \"1998-12-07T11:25:00+10:00\",\n          \"data_last_seen\": \"2020-02-09T16:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"INVICTA\",\n      \"name\": \"Invicta Sugar Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"INVICTA\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.3,\n          \"emissions_factor_co2\": 0.18,\n          \"data_first_seen\": \"2009-07-01T00:05:00+08:00\",\n          \"data_last_seen\": \"2018-06-14T00:00:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ICSM\",\n      \"name\": \"Isis Central Sugar Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"ICSM\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"emissions_factor_co2\": 0.0157,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JACKSGUL\",\n      \"name\": \"Jacks Gully\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"JACKSGUL\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.3,\n          \"emissions_factor_co2\": 0.0778,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JEERA\",\n      \"name\": \"Jeeralang A\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Jeeralang Power Station is a gas turbine power station with a capacity of 460 megawatts near Morwell, Victoria, Australia. The station is a peaking facility which is used only during periods of peak demand, and is also used as a black start facility to restore power to the grid in the event of major system failure. As a result, the actual capacity factor of the station is less than 5%. The power station was built by the State Electricity Commission of Victoria in response to the scaling back of Newport D power station from 1,000 megawatts to 500 megawatts, as a result of community concerns and union bans. Jeeralang consists of seven gas turbines configured to operate in single cycle mode.<br/><br/>Jeeralang A was built between 1977 and 1979 and consists of four Siemens Industries V93.1 gas turbines with a combined capacity of 220 megawatts.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JLA03\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 51.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-10T12:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T19:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"JLA01\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 51.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-09T16:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-15T09:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"JLA02\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 51.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-09T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T19:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"JLA04\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 51.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-09T10:30:00+10:00\",\n          \"data_last_seen\": \"2025-06-26T11:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JEERB\",\n      \"name\": \"Jeeralang B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Jeeralang Power Station is a gas turbine power station with a capacity of 460 megawatts near Morwell, Victoria, Australia. The station is a peaking facility which is used only during periods of peak demand, and is also used as a black start facility to restore power to the grid in the event of major system failure. As a result, the actual capacity factor of the station is less than 5%. The power station was built by the State Electricity Commission of Victoria in response to the scaling back of Newport D power station from 1,000 megawatts to 500 megawatts, as a result of community concerns and union bans. Jeeralang consists of seven gas turbines configured to operate in single cycle mode.</p><p>Jeeralang B was built between 1978 and 1980 and consists of three Alstom Atlantique MS-9001 gas turbines with a combined capacity of 240 megawatts.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JLB03\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 76.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-11T10:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"JLB02\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 76.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-10T12:25:00+10:00\",\n          \"data_last_seen\": \"2025-06-18T21:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"JLB01\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 76.0,\n          \"emissions_factor_co2\": 0.8091,\n          \"data_first_seen\": \"1998-12-09T16:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-16T10:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JEMALNG1\",\n      \"name\": \"Jemalong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Jemalong Solar Project (JSP) development is a 50MW solar farm located near Forbes in the central west region of New South Wales.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JEMALNG1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.0,\n          \"data_first_seen\": \"2021-02-02T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JNDSHPS\",\n      \"name\": \"Jindabyne\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"JNDABNE1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.1,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNWYGJP2\",\n      \"name\": \"Jindabyne Pump At Guthega\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SNWYGJP2\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 70.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNOWYGJP\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 70.0,\n          \"data_first_seen\": \"2019-11-10T14:25:00+10:00\",\n          \"data_last_seen\": \"2023-03-16T16:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JBUTTERS\",\n      \"name\": \"John Butters\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The John Butters Power Station is a conventional hydroelectric power station located in Western Tasmania, Australia. The power station forms part of the King \\u2013 Yolande River Power Scheme and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JBUTTERS\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.0,\n          \"data_first_seen\": \"2005-05-17T16:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JOUNAMA\",\n      \"name\": \"Jounama\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>A 14.4 megawatts small hydroelectric power station was completed in 2010 and is attached to the diverted flow of the Tumut River below the Jounama Dam wall. It is claimed that the small hydro facility generates enough energy to power 6,800 homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JOUNAMA1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 14.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"JUNEESF\",\n      \"name\": \"Junee\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Junee Solar Farm is a 30 MWac solar farm in NSW just north of the 5000 person town of Junee, which is approximately 30 minutes\\u2019 drive from Wagga Wagga. The project commenced development in 2017 and is now operational having been acquired by Mytilineos.</p><p>The project is in a 10 year Power Purchase Agreement with Coles alongside two of Terrain Solar\\u2019s other solar farm developments, providing approximately 10% of Coles\\u2019 energy Australia wide.</p>\",\n      \"units\": [\n        {\n          \"code\": \"JUNEESF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 36.0,\n          \"data_first_seen\": \"2021-05-25T12:40:00+10:00\",\n          \"data_last_seen\": \"2025-06-20T09:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KABANWF\",\n      \"name\": \"Kaban\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Kaban Green Power Hub is a renewable energy project located in the Atherton Tablelands of Far North Queensland.\\u200b It consists of a 157 MW wind farm with approval for a 100 MW battery, and a network upgrade.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KABANWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 156.0,\n          \"data_first_seen\": \"2022-09-26T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KALAMUNDA_SG\",\n      \"name\": \"Kalamunda\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"KALAMUNDA_SG\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.3,\n          \"emissions_factor_co2\": 0.057,\n          \"data_first_seen\": \"2014-08-06T10:30:00+10:00\",\n          \"data_last_seen\": \"2022-03-21T15:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KALBARRI\",\n      \"name\": \"Kalbarri\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Located around 20km south of Kalbarri, this wind farm generates around one third of the electricity needed by the Kalbarri community, offsetting nearly 5,000 tonnes of greenhouse gases each year. While 1.6 megawatts are supplied by the wind farm, another 2 megawatts are stored in a back-up battery. The project was completed in 2021 to provide an alternative and renewable energy supply to Kalbarri if connection to the main grid is lost.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KALBARRI_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.6,\n          \"data_first_seen\": \"2013-12-18T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STHRNCRS\",\n      \"name\": \"Kambalda\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Southern Cross Energy, in Australia, is 100 per cent owned by TransAlta and is made up of four simple-cycle power stations, each with one gas turbine. The stations are located in Kambalda, where TransAlta is a significant sponsor of the Kambalda Community Recreation Centre, as well as in Mt. Keith, Leinster and Kalgoorlie.</p><p>Simple-cycle power generation is often used for periods of peak usage, or to reinforce baseload power provided by other sources. BHP Billiton Nickel West uses most of the electricity generated by Southern Cross Energy in its area mining operations.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STHRNCRS_EG\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 245.0,\n          \"emissions_factor_co2\": 0.5572,\n          \"data_first_seen\": \"2014-02-26T12:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KARSF\",\n      \"name\": \"Karadoc\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Karadoc Solar Farm is a photovoltaic power station 35 kilometres (22 mi) south of Mildura near the town of Iraak in the Australian state of Victoria. It can generate up to 112MW of electricity, and was designed by  BayWa r.e. Solar. It was officially opened in March 2019.The solar farm is on a site of 269 hectares (664 acres) and was built by Melbourne construction company Beon Energy Solutions with first generation in November 2018. It has an offtake agreement to provide 74,000 MWh per year of electricity to Carlton &amp; United Breweries for 12 years. At the time of its construction, it was the largest in Victoria at 90 MWAC, 120 MWP.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KARSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 104.0,\n          \"data_first_seen\": \"2018-10-24T08:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLAIRFOX_KARAKIN\",\n      \"name\": \"Karakin\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Blair Fox managed the purchase and dismantling of 20 ENERCON E40 500kW wind turbines from the San Giorgio La Molara wind farm in the province of Benevento, Italy.<br/><br/>These wind turbines were transported to Western Australia, refurbished and installed at the West Hills and Karakin Wind Farms around 150km north of Perth.<br/><br/>The 5MW Karakin Wind Farm supplies local horticulturalists over a private 33kV distribution network with the balance of electricity generated used to supply Blair Fox retail customers in the South West Interconnected System (SWIS).</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLAIRFOX_KARAKIN_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"data_first_seen\": \"2013-12-17T09:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T06:45:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KAREEYA\",\n      \"name\": \"Kareeya\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Kareeya Hydro Power Station near Tully in Queensland, Australia in a hydroelectric power station that began generating power in 1957. It has a capacity of 88 megawatts (118,000 hp) which is fed into the National Electricity Market.  The power station is owned by CleanCo Queensland.<br/>Taking its name from the Aboriginal word meaning &#x27;big water&#x27;, the Kareeya Hydro project originally comprised construction of Koombooloomba Dam, the Tully Falls Weir and Kareeya Hydro power station. A dam was needed for water storage because most of the rain in the area falls in the first few months of the year. An intake tower is located in the weir, which directs water down a tunnel to the turbines in an underground power station below Tully Falls.<br/>Planning for the project began in 1949 and it was intended to be operating by 1955. Construction of a diversion tunnel started in early 1952. The 132 Kv transmission line was the first ever constructed in Queensland and the state&#x27;s first use of steel towers for electricity distribution. The last of the four generating sets was installed by mid-1959.<br/>The power station&#x27;s staff and families were provided accommodation in a small village, named Cardstone, located downstream from the plant.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KAREEYA3\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KAREEYA5\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KAREEYA1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KAREEYA2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"data_first_seen\": \"1998-12-07T05:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KAREEYA4\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"data_first_seen\": \"1998-12-07T02:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KEEPIT\",\n      \"name\": \"Keepit\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Keepit Power Station is a hydro-electric power station located at the Keepit Dam on the Namoi River, near Gunnedah in the North West Slopes region of New South Wales, Australia. The Keepit Power Station has one turbine with a generating capacity of 7.2 megawatts (9,700 hp) of electricity. The power station is operated by Eraring Energy and generated 1,603 megawatts (2,150,000 hp) of net energy production during 2009, used primarily for peak-load generation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KEEPIT\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.2,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KEMERTON\",\n      \"name\": \"Kemerton\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Kemerton Power Station is a power station 17 km northeast of Bunbury in Western Australia.  It is located in an area known as the Kemerton Industrial Park.  The location had been considered as being Kemerton, in the 1980s as a potential aluminium smelter location, but is now considered to be part of Wellesley.  The consideration of the site as being appropriate as a power station site was being considered in the early 2000s.It is rated at 300 MW using two Siemens open cycle gas turbine generators powered by natural gas. It operates as a peaking plant and provides electricity into the South West Interconnected System (SWIS). When it was built in 2005, it was rated at 260.9 MW, and received an upgrade to the current capacity in June 2008. When gas is not available, the power station can also operate on fuel oil. Gas is supplied to the Kemerton Power Station via a 4.94 km lateral branch from the Dampier to Bunbury Natural Gas Pipeline. The branch line is a 300 mm diameter steel pipe with 6.4 mm wall thickness.Kemerton power station also has four 1.25 MW diesel generators completed in October 2018. These are used in a contract with the Australian Energy Market Operator (AEMO) to provide the capability for a black start on the SWIS if needed.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KEMERTON_GT11\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 154.7,\n          \"emissions_factor_co2\": 0.667,\n          \"data_first_seen\": \"2014-01-06T15:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T21:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KEMERTON_GT12\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 154.7,\n          \"emissions_factor_co2\": 0.667,\n          \"data_first_seen\": \"2014-01-10T14:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TESLA_KEMERTON\",\n      \"name\": \"Kemerton\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Commissioned in 2012, Kemerton is located in the Kemerton Industrial Park north of Bunbury.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TESLA_KEMERTON_G1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.667,\n          \"data_first_seen\": \"2014-01-22T12:30:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AGLSITA\",\n      \"name\": \"Kemps Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"AGLSITA1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KENNEDY\",\n      \"name\": \"Kennedy Energy Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Kennedy Energy Park is a world-first wind, solar and energy storage facility located in Flinders Shire in central north Queensland. The project is owned by Windlab and Eurus. Construction has commenced and it will be generating by late 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KEPBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"data_first_seen\": \"2024-06-06T10:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-20T15:05:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"KEPSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 16.0,\n          \"data_first_seen\": \"2021-07-06T10:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KEPBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"data_first_seen\": \"2021-07-09T17:10:00+08:00\",\n          \"data_last_seen\": \"2025-07-13T18:25:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KEPWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 43.2,\n          \"data_first_seen\": \"2021-07-06T13:20:00+08:00\",\n          \"data_last_seen\": \"2025-07-13T22:50:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KERNGSP\",\n      \"name\": \"Kerang\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"units\": [\n        {\n          \"code\": \"KERNGSP1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 37.0,\n          \"data_first_seen\": \"2025-02-28T16:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KIAMSF1\",\n      \"name\": \"Kiamal\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Kiamal Solar Farm is located in north-west Victoria, approximately 3 km north of the township of Ouyen with Stage 1 currently under construction. When completed it will be Victoria&#x27;s largest solar farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KIAMSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 239.0,\n          \"data_first_seen\": \"2020-09-08T12:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KIATAWF\",\n      \"name\": \"Kiata\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Kiata Wind Farm is a small wind farm located along the Western Highway north of Nhill. The wind farm is owned by Windlab, the John Laing Group and some local shareholders. The turbines were built by Keppel Prince and assembled at the site by Windlab. It was &quot;officially opened&quot; by Lily D&#x27;Ambrosio on Australia Day 2018. According to Kiata Wind Farm director Rob Fisher, the Kiata turbines &quot;are the biggest turbines operating in Australia to date.&quot; The ABC reported that some of the local landholders would become part owners &quot;via a community investment model.&quot;</p>\",\n      \"units\": [\n        {\n          \"code\": \"KIATAWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 31.0,\n          \"data_first_seen\": \"2017-11-10T09:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0KIDSTON\",\n      \"name\": \"Kidston\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Kidston Pumped Hydro Project is the flagship project of the Kidston Clean Energy Hub, located in Kidston, Far-North Queensland.</p><p>The Kidston Pumped Storage Hydro Project is the first pumped hydro project in Australia for over 40 years, the first to be developed by the private sector, and the third largest electricity storage device in the country.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0KIDSTON\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KSP1\",\n      \"name\": \"Kidston\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>KS1 is the first of four projects that comprise the Kidston Clean Energy Hub, located in Kidston, Far-North Queensland.</p><p>This site was selected in order to take advantage of the highest solar radiation zone in the country. The project has 540,000 solar panels operating on a single axis tracking system with an anticipated project life of 30 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KSP1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2017-11-30T14:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KINCUMB\",\n      \"name\": \"Kincumber\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"KINCUM1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.62,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KINGASF\",\n      \"name\": \"Kingaroy\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The proposed development site is located approximately 1 km east of Kingaroy, Queensland. Kingaroy is agricultural town in the South Burnett Region, approximately 200 km north of Brisbane. The township is located at the junction of D\\u2019Aguilar Highway and the Bunya Highway. The development is located on the State-controlled Kingaroy Barkers Creek Road.</p><p>The project is located in the local government area of the South Burnett Regional Council, in the Kingaroy Shire.</p><p>The Solar Farm will involve the construction of electricity generation works across an area of approximately 118.37 hectares. The solar array is anticipated to have a 30-50 year life span.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KINGASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 47.0,\n          \"data_first_seen\": \"2024-09-04T09:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KOGANCK\",\n      \"name\": \"Kogan Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Kogan Creek Power Station is a 750 megawatt coal fired power station owned by CS Energy on the Darling Downs in Queensland. The $1.2 billion plant is situated at Brigalow, in the Surat Basin between Dalby and Chinchilla.<br/>The power station uses supercritical steam technology, which produces lower greenhouse gases emissions per energy unit delivered, and air-cooled surface condensers, which reduces water consumption. The plant consumes 90% less water when compared to conventional power stations through the use of dry cooling technology. The plant runs at 40 per cent efficiency, and requires 42 per cent less fuel input than conventional power stations.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KPP_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 744.0,\n          \"emissions_factor_co2\": 0.8436,\n          \"data_first_seen\": \"2007-05-12T17:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KOOLKHAN\",\n      \"name\": \"Koolkhan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located ten minutes north of Grafton on the banks of the Clarence River, the Koolkhan power station was commissioned in the 1950s to provide a reliable electricity supply to the Northern Rivers region. The power station was coal-fired and operated daily up until 1979, when it was decommissioned and used as a storage facility over ensuing years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KKGTS\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 20.0,\n          \"emissions_factor_co2\": 0.5447,\n          \"data_first_seen\": \"1998-12-07T11:45:00+10:00\",\n          \"data_last_seen\": \"2000-03-03T05:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KESS1\",\n      \"name\": \"Koorangie\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Currently in the development phase, the new lithium-ion battery will be connected to AusNet\\u2019s 220kV transmission network and provide system strength to the Murray River Renewable Energy Zone (REZ).</p><p>Edify has been awarded a System Support Agreement with the Australian Energy Market Operator (AEMO) to provide 125 megawatts (MW) of services to strengthen the power system and increase the potential for generation in the Murray River region. The objective for KESS is to increase the renewable hosting capacity of the Murray River REZ by up to 300MW, through the provision of system strength to improve network stability.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 185.0,\n          \"data_first_seen\": \"2025-02-14T11:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"KESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 185.0,\n          \"data_first_seen\": \"2025-02-14T14:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KRCCOGEN\",\n      \"name\": \"KRC Cogen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"KRCCOGEN\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 5.0,\n          \"emissions_factor_co2\": 0.68,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KWINANA\",\n      \"name\": \"Kwinana\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Kwinana Cogeneration Plant is located 40 kilometres south of Perth, Western Australia. It provides steam and electrical power to the BP Australia Kwinana Oil Refinery and electricity only to Synergy, the State owned generator/retailer.<br/>As a cogeneration plant, Kwinana supplies both steam and electrical power to its two customers. Steam production from the plant comes predominantly from the waste heat from the gas turbine exhausts and is supported by burning refinery fuel gas from the BP Refinery using &#x27;Duct Burners&#x27; inside the Heat Recovery Steam Generators (HRSG). The steam produced drives a steam turbine, further enhancing the plant&#x27;s efficiency, with BP&#x27;s steam supply coming from the extraction port on the steam turbine after some pressure and temperature has been lost.<br/>Kwinana produces 119MW of electricity, or approximately 6% of Western Australia&#x27;s requirements. It is primarily fueled by natural gas from Western Australia&#x27;s North West Shelf gas fields and delivered to the plant by the Dampier to Bunbury Natural Gas Pipeline. The plant is certified for its environmental practices (ISO 14001), quality assurance (ISO 9001) and health and safety (AS4801 &amp; BS18001).</p><p>Kwinana Cogeneration Plant is located 40 kilometres south of Perth, Western Australia. It provides steam and electrical power to the BP Australia Kwinana Oil Refinery and electricity only to Synergy, the State owned generator/retailer.<br/>As a cogeneration plant, Kwinana supplies both steam and electrical power to its two customers. Steam production from the plant comes predominantly from the waste heat from the gas turbine exhausts and is supported by burning refinery fuel gas from the BP Refinery using &#x27;Duct Burners&#x27; inside the Heat Recovery Steam Generators (HRSG). The steam produced drives a steam turbine, further enhancing the plant&#x27;s efficiency, with BP&#x27;s steam supply coming from the extraction port on the steam turbine after some pressure and temperature has been lost.<br/>Kwinana produces 119MW of electricity, or approximately 6% of Western Australia&#x27;s requirements. It is primarily fueled by natural gas from Western Australia&#x27;s North West Shelf gas fields and delivered to the plant by the Dampier to Bunbury Natural Gas Pipeline. The plant is certified for its environmental practices (ISO 14001), quality assurance (ISO 9001) and health and safety (AS4801 &amp; BS18001).</p>\",\n      \"units\": [\n        {\n          \"code\": \"KWINANA_GT2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 103.2,\n          \"emissions_factor_co2\": 0.5072,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KWINANA_GT3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 103.2,\n          \"emissions_factor_co2\": 0.5072,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T23:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KWINANA_C5\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.91,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KWINANA_C6\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.91,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KWINANA_ESR\",\n      \"name\": \"Kwinana Battery\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>A 100MW battery in Perth, Western Australia that commenced operation in May 2023.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KWINANA_ESR1.G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 100.0,\n          \"data_first_seen\": \"2023-09-28T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"KWINANA_ESR1.L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 100.0,\n          \"data_first_seen\": \"2023-09-28T10:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T06:10:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"KWINANA_ESR2\",\n      \"name\": \"Kwinana Battery 2\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Kwinana Battery Energy Storage System 2 (KBESS2) is Synergy&#x27;s second lithium ion phosphate (LFP), large scale battery energy storage system in the SWIS.</p>\",\n      \"units\": [\n        {\n          \"code\": \"KWINANA_ESR2L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 225.0,\n          \"data_first_seen\": \"2024-10-19T14:20:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T06:45:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"KWINANA_ESR2G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 225.0,\n          \"data_first_seen\": \"2024-10-19T13:15:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TIWEST_COG1\",\n      \"name\": \"Kwinana Cogen\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Kwinana Co-generation power plant was commissioned in December 1996, 40km south of Perth in Western Australia. The plant is primarily fuelled by Western Australia\\u2019s gas fields, north of Perth. The gas is transported to Kwinana through the Dampier to Bunbury Gas pipeline. It can produce over 120 MW of electricity which can supply about 6 per cent of Western Australia\\u2019s power needs.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TIWEST_COG1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 42.1,\n          \"emissions_factor_co2\": 0.58,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PPP_KCP_EG1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.52,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2021-11-27T23:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PERTHENERGY_KWINANA\",\n      \"name\": \"Kwinana Swift\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Kwinana Swift Power Station is a dual-fuel 120 MW peaking station located 40km south of Perth in the city of Kwinana. The station features four 30MW gas turbines connected to two common generators.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PERTHENERGY_KWINANA_GT1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 116.0,\n          \"emissions_factor_co2\": 0.5823,\n          \"data_first_seen\": \"2013-12-20T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LADBROKE\",\n      \"name\": \"Ladbroke Grove\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Ladbroke Grove Power Station is a gas-fired power station in the locality of Monbulla near Penola in the Limestone Coast region of South Australia. It was built by Boral Limited in 2000. It is now owned by Origin Energy.The power station was originally built with a generating capacity of 40 MW, and now has a generating capacity of 80 MW. It is used as a peaking power plant.Ladbroke Grove power station was built next to the Katnook gas processing plant, which processed gas extracted from the Katnook Gas Field in the western Otway Basin. Originally, Ladbroke Grove used gas processed next door. When the wells in the field were becoming depleted, a branch from the SEAGas pipeline was built to the Katnook plant, and gas from that pipeline, drawn from further east in the Otway Basin, now fuels the power station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LADBROK1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"emissions_factor_co2\": 0.5078,\n          \"data_first_seen\": \"2000-01-10T14:10:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LADBROK2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"emissions_factor_co2\": 0.5078,\n          \"data_first_seen\": \"2000-05-04T13:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LBBESS\",\n      \"name\": \"Lake Bonney\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The 25 MW / 52 MWh Battery Energy Storage System is co-located with the Lake Bonney Wind Farms near Millicent in South Australia. The battery was energised in 2019.</p><p>Iberdrola Australia entered into funding agreements with the South Australian (SA) Government and the Australian Renewable Energy Agency (ARENA) to co-fund the ~$38 million development. The SA Government and ARENA are each contributing up to $5 million in funding.</p><p>The battery assists Iberdrola Australia in managing the intermittency risk associated with renewable energy. It also participates in the volatile Frequency Control Ancillary Services (FCAS) markets, providing\\u00a0Iberdrola Australia\\u00a0with a degree of hedging against FCAS costs. In addition, the battery contributes towards system reliability for our customers - and the network as a whole - in South Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LBBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2019-10-16T10:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"LBBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"data_first_seen\": \"2019-10-16T13:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LKBONNY1\",\n      \"name\": \"Lake Bonney\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Lake Bonney Wind Farms are located on the Woakwine Range, about 2 km from the eastern shore of Lake Bonney, near Millicent in South Australia. The wind farm was constructed in three separate stages (Lake Bonney 1, 2 and 3) with the final stage commencing operations in July 2010.</p><p>The 278.5 MW wind farm comprises 112 wind turbines which include 46 Vestas V66 wind turbines and 66 Vestas V90 wind turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LKBONNY1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 80.5,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LKBONNY_2\",\n      \"name\": \"Lake Bonney 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Lake Bonney Wind Farms are located on the Woakwine Range, about 2 km from the eastern shore of Lake Bonney, near Millicent in South Australia. The wind farm was constructed in three separate stages (Lake Bonney 1, 2 and 3) with the final stage commencing operations in July 2010.</p><p>The 278.5 MW wind farm comprises 112 wind turbines which include 46 Vestas V66 wind turbines and 66 Vestas V90 wind turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LKBONNY2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 159.0,\n          \"data_first_seen\": \"2007-05-31T17:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LKBONNY3\",\n      \"name\": \"Lake Bonney 3\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>After the successful development of both the Lake Bonney Stage 1 (80.5 MW) and Lake Bonney Stage 2 (159 MW) wind farm projects, Lake Bonney Wind Power, a subsidiary of Infigen energy, successfully commissioned the 39 MW Lake Bonney Stage 3 wind farm. Construction commenced in February 2009 and was commissioned in September 2009.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LKBONNY3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.0,\n          \"data_first_seen\": \"2010-07-02T15:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LK_ECHO\",\n      \"name\": \"Lake Echo\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Lake Echo Power Station is a conventional hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is situated on the Upper River Derwent catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LK_ECHO\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 32.4,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-09T16:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LANCSF\",\n      \"name\": \"Lancaster\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Lancaster Solar farm is currently under development, and is set to provide over 100MW of solar power to Victoria. The site is located approximately 9 km east of Kyabram.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0LANCSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 106.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LVBESS\",\n      \"name\": \"Latrobe Valley\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Latrobe Valley BESS (Battery Energy Storage System) is a 100 MW Battery Energy Storage System located beside the existing Morwell Terminal Station on Monash Way, just south of the Princes Freeway.</p><p>The Latrobe Valley BESS is now under construction and when complete will improve the reliability of the electricity network by storing power for use during peak periods.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0LVBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0LVBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LVESL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 140.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"LVESG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 140.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LNGS\",\n      \"name\": \"Laverton North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Laverton North Power Station is a natural gas-powered plant, owned and operated by Snowy Hydro Limited. It is situated in Laverton North, on the south-western outskirts of Melbourne, Victoria, approximately 15 km from the Melbourne Central Business District. It is a peaking power plant, particularly constructed to cater for the growth in Victoria&#x27;s summer electricity demand, and can be rapidly activated when required.The station has two open-cycle gas turbines that together can generate a total of 320 MW of electricity. The turbines are primarily fuelled by natural gas supplied from the Brooklyn-Lara gas pipeline but, in the event of a gas supply curtailment, they can burn low sulphur emission heavy oil as a backup fuel. The plant is normally operated remotely from Snowy Hydro Limited&#x27;s central control room in Cooma, New South Wales, but is also equipped to be run locally.Snowy Hydro contracted Siemens to complete the engineering, procurement and construction (EPC) for the project. Initial civil works started in October 2004 and the station was commissioned in December 2006.The original licence only allowed the power station to operate for 10% of the year, but in May 2007 Snowy Hydro applied for an emergency extension of operating hours because a drought had affected hydro energy supplies. The Victorian Civil and Administrative Tribunal issued an interim order that the plant remain shut down on weekdays between 8am to 5pm, due to neighbouring offices being affected by the level of noise and vibration. However, the order was lifted in July 2007.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LNGS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 156.0,\n          \"emissions_factor_co2\": 0.6581,\n          \"data_first_seen\": \"2015-07-01T00:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-04T00:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LNGS2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 156.0,\n          \"emissions_factor_co2\": 0.6581,\n          \"data_first_seen\": \"2015-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-03T23:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LAVNORTH\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 320.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2006-10-28T13:00:00+10:00\",\n          \"data_last_seen\": \"2015-06-24T15:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LEM_WIL\",\n      \"name\": \"Lemonthyme / Wilmot\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Water from Lake Parangana is transferred west via tunnels to Lemonthyme Power Station. The water runs into Lake Cethana.</p><p></p><p>Water from Wilmot River is stored at Lake Gairdner in the Wilmot Dam. Water is transferred by tunnel, pipeline and penstock to Wilmot Power Station and then flows to Lake Cethana.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LEM_WIL\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 81.6,\n          \"data_first_seen\": \"2005-05-16T16:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LIDDELLBESS\",\n      \"name\": \"Liddell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Liddell Battery is a 500 MW, two-hour duration, grid scale battery to be located on the former Liddell Power Station site at <a href=\\\"https://www.agl.com.au/about-agl/how-we-source-energy/agl-macquarie\\\">AGL Macquarie</a>.</p><p>Construction work for the battery has commenced in June 2024, with the commencement of operations targeted for December 2025. Significant targets have been set around the employment of apprentices, local procurement \\u2013 including 95% of steel being sourced locally - and working with First Nations businesses. At the peak of construction more than 150 workers will be involved in the project.</p><p>The total construction cost is estimated to be approximately $750 million.\\u00a0Fluence has been selected as the engineering, procurement and construction (EPC) contractor. Connection Agreements have been signed with Transgrid to construct and operate 330/33kV battery substation and ~450mtrs of 330kV overhead transmission line and an extension to the existing 330kV switch yard.</p><p>The project will be supported by both a $35 million grant awarded by the Australian Renewable Energy Agency (ARENA) as part of its Advancing Renewables Program and a Long-Term Energy Service Agreement (LTESA), arranged by AEMO Services on behalf of the NSW Government.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"0LIDDELLBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 500.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0LIDDELLBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 500.0,\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LIDDELL\",\n      \"name\": \"Liddell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Liddell Power Station is a coal-powered thermal power station with four 500 megawatts (670,000 hp) GEC steam driven turbine alternators for a combined electrical capacity of 2,000 megawatts (2,700,000 hp). <br/>However, as at April 2018, its operating capacity has been assessed at 1,680 megawatts (2,250,000 hp). Commissioned between 1971 and 1973, the station is located adjacent to Lake Liddell near Muswellbrook in the Hunter Region of Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LD02\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 0.9479,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2023-04-26T22:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LD03\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 0.9479,\n          \"data_first_seen\": \"1999-04-09T14:45:00+10:00\",\n          \"data_last_seen\": \"2022-04-01T09:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LD04\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 0.9479,\n          \"data_first_seen\": \"1998-12-21T13:30:00+10:00\",\n          \"data_last_seen\": \"2023-04-24T08:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LD01\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 0.9479,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2023-04-28T10:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LILYVASF\",\n      \"name\": \"Lilyvale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The project is located around 50 km North-East of Emerald, in Central Queensland. The solar farm will be connected to the electricity network via a newly constructed substation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LILYSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 118.0,\n          \"data_first_seen\": \"2019-03-09T12:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T13:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LCNBESS\",\n      \"name\": \"Limestone Coast North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Limestone Coast North Energy Park is the first of two new grid-scale co-located battery projects, being developed as part of the Limestone Coast Energy Park, located in regional South East Australia. These projects will significantly boost energy storage capacity, enhancing the state\\u2019s energy stability and supporting its transition to net-zero emissions.</p><p>Strategically located near the 275kV South East Substation, the batteries will store excess renewable energy and discharge it during peak demand, stabilizing the grid and lowering energy costs. The parks will collectively store up to 60% of South Australia\\u2019s residential solar output, preventing an average of 80,000 tonnes of carbon dioxide emissions annually.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0LCNBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0LCNBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LIMBESS\",\n      \"name\": \"Limondale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>RWE has started construction of Australia&#x27;s first eight-hour Battery Energy Storage System (BESS), near Balranald, in New South Wales.</p><p>The landmark project has a planned capacity of 50+ megawatts (MW) and 400+ megawatt hours (MWh). The BESS will be located next to our existing 249 MWac Limondale Solar Farm \\u2013 which is one of Australia\\u2019s largest \\u2013 and will connect to the existing 33kV transmission line.</p><p>Tesla will supply 144 Megapack batteries for the eight-hour lithium-ion BESS, which was the only successful project in New South Wales\\u2019 first Long Duration Storage Long-Term Energy Service Agreements tender process.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"0LIMBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 50.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0LIMBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 50.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LIMOSF1\",\n      \"name\": \"Limondale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>RWE\\u2019s first Australian renewables project is the Limondale Solar Farm, near Balranald in New South Wales.</p><p>The photovoltaic plant has about 872,000\\u00a0panels on 770\\u00a0hectares, and an installed capacity of 249\\u00a0MWac.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LIMOSF11\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 275.0,\n          \"data_first_seen\": \"2020-07-01T08:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LIMOSF2\",\n      \"name\": \"Limondale 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>RWE\\u2019s first Australian renewables project is the Limondale Solar Farm, near Balranald in New South Wales.</p><p>The photovoltaic plant has about 872,000\\u00a0panels on 770\\u00a0hectares, and an installed capacity of 249\\u00a0MWac.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LIMOSF21\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.0,\n          \"data_first_seen\": \"2019-12-24T07:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LGAPWF1\",\n      \"name\": \"Lincoln Gap\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Lincoln Gap Wind Farm is a wind farm under construction in the vicinity of Lincoln Gap on northeastern Eyre Peninsula in South Australia, Australia. It is proposed to consist of 59 wind turbines and generate a total of 212 MW of electricity. Construction began in late 2017 and was initially expected to be commissioned in late 2018. Construction was delayed in July 2018 when unexploded ordnance was discovered on the site, left from historic military testing. The site is not far from the Cultana Training Area.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LGAPWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 126.0,\n          \"data_first_seen\": \"2019-05-01T11:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LGAPWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 86.0,\n          \"data_first_seen\": \"2021-12-14T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LOCKHART\",\n      \"name\": \"Lockhart\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Lockhart Hybrid Renewable Energy Project is has been designed to showcase how a regional town can benefit from lower power prices and share in the ownership of the electrical generation assets which export the bulk of the power back into the grid.</p><p>Lockhart is a town of 1,000 people, south of Wagga in NSW. The renewable hybrid energy plant will comprise of 10MW of solar AC coupled to a 10MW/20MWh battery with a single connection point, making it unique in the NEM.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0LOCKHARTSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 10.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LONGFORD\",\n      \"name\": \"Longford\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"LONGFORD\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 44.0,\n          \"emissions_factor_co2\": 0.6022,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LRSF\",\n      \"name\": \"Longreach\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Longreach Solar Farm is a solar farm located ten kilometres east of Longreach in Central West Queensland, Australia. It has a generating capacity of 17.5 megawatts. The solar farm uses 53,000 single-axis tracking solar panels across a 50 hectare site. It was owned and operated by Canadian Solar Australia and Foresight. Foresight Solar Fund acquired the plant in 2022.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 17.0,\n          \"data_first_seen\": \"2018-04-16T10:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LONSDALE\",\n      \"name\": \"Lonsdale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Lonsdale Power Station is a diesel-powered electricity generator in South Australia in Lonsdale, an industrial southern suburb of Adelaide. It is owned by Snowy Hydro since 2014. It consists of 18 diesel reciprocating engines generating up to 21MW of electricity to meet peak demands in the National Electricity Market.The power station was designed and built by Cummins Power Generation under contract from Infratil in 2002 on what is now the site of the Port Stanvac Power Station. It was moved along the road to its present site in 2011. Snowy Hydro bought assets from Infratil in 2014. These included Lumo Energy, Direct Connect and three diesel peaking generators for a total of 136 MW. The other two were Angaston Power Station and Port Stanvac Power Station.It achieves the low emissions mandated by the Environment Protection Agency through selective catalytic reduction technology, matching standards set for gas turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LONSDALE\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.0,\n          \"emissions_factor_co2\": 0.6749,\n          \"data_first_seen\": \"2016-01-12T12:45:00+10:00\",\n          \"data_last_seen\": \"2025-05-21T09:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0LOTUSCRKWF\",\n      \"name\": \"Lotus Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Lotus Creek Wind Farm is a proposed renewable energy project in Central Queensland, north of Rockhampton. The project will consist of up to 46 wind turbines, each with a maximum blade tip height of 230 metres and a combined maximum capacity of around 285 MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0LOTUSCRKWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 285.2,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LOYYANGA\",\n      \"name\": \"Loy Yang A\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Loy Yang Power Station is a brown coal- fired thermal power station located on the outskirts of the city of Traralgon, in south-eastern Victoria, Australia. It consists of two sections, known as Loy Yang A (4 units) and Loy Yang B (2 units). Both Loy Yang A and B are supplied by the Loy Yang brown coal mine. The Loy Yang power stations are located in the brown coal rich Latrobe Valley, along with the Yallourn Power Station.</p><p>Loy Yang A has four generating units with a combined capacity of 2,210\\u00a0MW, which have been completed between 1984 and 1988.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LYA1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 560.0,\n          \"emissions_factor_co2\": 1.1609,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYA2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 530.0,\n          \"emissions_factor_co2\": 1.1609,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYA3\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 560.0,\n          \"emissions_factor_co2\": 1.1609,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYA4\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 560.0,\n          \"emissions_factor_co2\": 1.1609,\n          \"data_first_seen\": \"1998-12-07T10:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LOYYB\",\n      \"name\": \"Loy Yang B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Loy Yang B has two units with a capacity of 1,070\\u00a0MW (1,430,000\\u00a0hp) which entered service in 1993 and 1996. The two units have Hitachi turbo generators.</p><p>Loy Yang B employs up to 152 full-time staff and another 40 contractors. It is Victoria&#x27;s newest and most efficient brown coal-fired power station and can generate approximately 17% of Victoria&#x27;s power needs.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"LOYYB2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 1.1223,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LOYYB1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 1.1223,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LUCASHGT\",\n      \"name\": \"Lucas Heights\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>EDL owns and operates the 21 MW Lucas Heights Power Stations, which processes landfill gas (LFG) from the decomposition of organic waste into electricity, reducing greenhouse gas emissions.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LUCASHGT\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.65,\n          \"emissions_factor_co2\": 0.0774,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"LUCAS2S2\",\n      \"name\": \"Lucas Heights 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>EDL owns and operates the 21 MW Lucas Heights Power Stations, which processes landfill gas (LFG) from the decomposition of organic waste into electricity, reducing greenhouse gas emissions.</p>\",\n      \"units\": [\n        {\n          \"code\": \"LUCAS2S2\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.6,\n          \"emissions_factor_co2\": 0.0787,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MACARTH\",\n      \"name\": \"Macarthur\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Macarthur Wind Farm is a wind farm located in Macarthur, Victoria, Australia, near Hamilton, 260 km west of Melbourne. It is on a 5,500 ha site which has an installed capacity of 420 megawatts (MW). Based on a capacity factor of around 35%, it is estimated that the long-term average generation will be approximately 1,250 GWh per year. The energy produced annually by a wind farm varies year-to-year, and during FY2015 the farm produced 977.9 GWh.<br/>It is the largest wind farm in the southern hemisphere generating enough power for 220,000 homes and abating 1.7 million tons of greenhouse gases annually, at a capacity factor of 35%. The wind farm comprises 140 Vestas V112-3.0MW wind turbines manufactured in Denmark.The project cost about A$1 billion and was fully operational in January 2013. It was constructed by Vestas and Leighton Contractors. The first turbines were connected to the grid in September 2012. AGL also invested an additional $27m in the substation, which is completely owned by the company.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MACARTH1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 420.0,\n          \"data_first_seen\": \"2012-09-27T14:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MCINTYR\",\n      \"name\": \"MacIntyre\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>With a total investment of AU$1.96 billion, the 1,026MW MacIntyre Wind Farm Precinct will be ACCIONA Energ\\u00eda\\u2019s biggest renewable energy facility and one of the largest onshore wind farms in the world. Developed in partnership with CleanCo, the Queensland Government\\u2019s newest renewable energy generator, the wind farm is expected to be operational in 2024.</p><p></p><p>The MacIntyre Wind Farm will be constructed on land predominately used for sheep farming. Current farming practices will continue during the construction and operations phases of the wind farm. The site has been selected due to its exposure to consistent winds across this part of the country and provides a suitable resource for the development of a wind farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MCINTYR1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 923.0,\n          \"data_first_seen\": \"2024-08-28T14:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MACKAY\",\n      \"name\": \"Mackay\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Mackay Gas Turbine was a remote-controlled power generator that was owned and operated by Stanwell Corporation  Ltd. for short periods when customer demand for electricity was high. The gas turbine&#x27;s ability to start quickly played a role in ensuring a secure, reliable power supply for distribution to consumers.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MACKAYGT\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 34.0,\n          \"emissions_factor_co2\": 1.0458,\n          \"data_first_seen\": \"1999-01-13T15:35:00+10:00\",\n          \"data_last_seen\": \"2021-02-25T19:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MACKNTSH\",\n      \"name\": \"Mackintosh\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Mackintosh Power Station is a conventional hydroelectric power station located in Western Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MACKNTSH\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 79.9,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MANSLR\",\n      \"name\": \"Manildra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located on Wiradjuri Country in the Central West of NSW, approximately 45 kilometres west of Orange, Manildra Solar Farm supplies clean, green energy to Energy Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MANSLR1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2018-05-02T13:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BRIDGETOWN_BIOMASS_PLANT\",\n      \"name\": \"Manjimup\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BRIDGETOWN_BIOMASS_PLANT\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"emissions_factor_co2\": 0.057,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MANNUMB\",\n      \"name\": \"Mannum\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The BESS will store excess renewable energy to supply to the electricity grid during peak demand periods, to support consistency of renewable energy supply. This means a cleaner, more reliable power grid for South Australians.</p><p>The BESS can send 100 megawatts of power into the electricity grid for up to two hours \\u2013 enough to power about 16,000 South Australian homes each day.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MANNUMBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 131.7,\n          \"data_first_seen\": \"2025-05-30T04:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MANNUMBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 131.7,\n          \"data_first_seen\": \"2025-05-30T11:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MANNSF\",\n      \"name\": \"Mannum 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Stage 2 of the Mannum Solar Farm is the second project in Epic\\u2019s growing Mannum Energy Park in the Riverland region of South Australia.</p><p>The project was acquired by Epic in August 2022 from its developers Canadian Solar and is now under construction, with operations expected to commence in late 2023.</p><p>Stage 2 will operate independently of Epic\\u2019s initial Mannum Solar Farm with its own connection to SA Power Network\\u2019s distribution network and will use Trina bifacial panels and single-axis tracking system, along with Sungrow inverters.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0MANNBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0MANNBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MANNSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 37.0,\n          \"data_first_seen\": \"2024-01-03T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MAPS2\",\n      \"name\": \"Mannum Pumping Station\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"MAPS3PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 16.5,\n          \"data_first_seen\": \"2023-03-23T13:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MAPS2PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 16.5,\n          \"data_first_seen\": \"2021-08-18T11:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MAROOWF1\",\n      \"name\": \"Maroona\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The construction of Maroona Wind Farm was completed in January 2018. It is a a two-turbine wind farm located on private farm land near the township of Maroona, approximately 18km south west of Ararat in Western Victoria. The wind farm has a capacity of 6.9MW and connects to the existing electricity network in the area. In an average year the wind farm will produce the equivalent energy usage of around 4000 households.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MAROOWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 6.8,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MARYRSF\",\n      \"name\": \"Maryrorough\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This facility is situated about 50 kilometres west of Toowoomba, in SE Queensland, and has a generation capacity of 34.5 MWdc (27.3 MWac).</p>\",\n      \"units\": [\n        {\n          \"code\": \"MARYRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 33.0,\n          \"data_first_seen\": \"2020-03-17T17:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MEADOWBK\",\n      \"name\": \"Meadowbank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Meadowbank Power Station is a run-of-the-river hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is situated on the  Lower River Derwent catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MEADOWBK\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MEADOWB2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-03-31T15:30:00+10:00\",\n          \"data_last_seen\": \"2016-05-01T08:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0MREH\",\n      \"name\": \"Melbourne\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p><br/>Equis has launched the Melbourne Renewable Energy Hub (MREH), a globally significant energy storage precinct located 25km northwest of Melbourne\\u2019s commercial business district. Fully developed, MREH will be a 1.2GW/2.4GWh Battery Energy Storage System (BESS), the largest such system in Australia and Asia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0MREHL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 600.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0MREHG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 600.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MERSOLAR\",\n      \"name\": \"Merredin\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Merredin Solar Farm is the largest solar farm in Western Australia and will have an expected output of 281GWh of electricity annually, generating enough energy to power approximately 42,000 Western Australian homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MERSOLAR_PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 100.0,\n          \"data_first_seen\": \"2020-07-09T12:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NAMKKN_MERR\",\n      \"name\": \"Merredin\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Merredin Energy Pty Ltd (MEPL) operates an 82 MW open cycle gas turbine power station in Merredin, Western Australia. The station entered service in mid 2012 and has a minimum operating life of 30 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NAMKKN_MERR_SG1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 92.6,\n          \"emissions_factor_co2\": 0.8794,\n          \"data_first_seen\": \"2013-12-17T19:00:00+10:00\",\n          \"data_last_seen\": \"2025-04-15T18:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AMBRISOLAR\",\n      \"name\": \"Metro\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"AMBRISOLAR_PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.96,\n          \"data_first_seen\": \"2018-09-26T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"METZSF\",\n      \"name\": \"Metz N\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Metz Solar Farm is a 135MW solar farm located 15km from Armidale</p>\",\n      \"units\": [\n        {\n          \"code\": \"METZSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 135.0,\n          \"data_first_seen\": \"2022-03-29T09:20:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MIDDLSF1\",\n      \"name\": \"Middlemount\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Middlemount Sun Farm development site is located around 1km east from the town of Middlemount in central Queensland.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MIDDLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2020-12-10T12:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MIDLDPS\",\n      \"name\": \"Midlands\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"MIDLDPS1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 6.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MILLMERN\",\n      \"name\": \"Millmerran\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Millmerran Power Station is a coal-fired power station south of Millmerran in the Darling Downs region of Queensland, Australia. The power station was commissioned in 2002 and cost $1.5 billion to build.  The power station is owned and operated by InterGen, a multinational company owned by the Ontario Teachers&#x27; Pension Plan and AIG Highstar Capital II, a private equity fund sponsored by a subsidiary of American International Group, Inc.The plant takes advantage of the abundant deposits of bituminous coal from the Surat Basin. Fuel is transported via conveyor belt from the open-cut Commodore Mine.Water is supplied via pipeline from the Wetalla sewage treatment plant in Toowoomba. The 850 MW plant uses air cooling technology to reduce water consumption. In 2002, when the plant became operational, wholesale prices for electricity fell by about one third to $20/MWh. This was due to the market strategy to bid at short run marginal cost - so with high efficiency plant and cheap coal, this had a significant impact on the market.<br/>Millmerran Power Station which won the Banksia Environmental Award 2006 in the water category, supplies enough electricity to power approximately 1.1 million homes by selling all its electricity into the National Electricity Market (NEM).Carbon Monitoring for Action estimates this power station emits 5.75 million tonnes of greenhouse gases each year as a result of burning coal. The Australian Government has announced the introduction of a Carbon Pollution Reduction Scheme commencing in 2010 to help combat climate change. It is expected to impact on emissions from power stations. The National Pollutant Inventory provides details of other pollutant emissions, but, as at 23 November 2008, not CO2.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MPP_2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 426.0,\n          \"emissions_factor_co2\": 0.8373,\n          \"data_first_seen\": \"2003-01-01T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MPP_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 426.0,\n          \"emissions_factor_co2\": 0.8373,\n          \"data_first_seen\": \"2001-11-09T20:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MINTARO\",\n      \"name\": \"Mintaro\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"MINTARO\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 90.0,\n          \"emissions_factor_co2\": 0.8589,\n          \"data_first_seen\": \"1998-12-08T08:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MINTNL1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"emissions_factor_co2\": 0.8589,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ATLAS\",\n      \"name\": \"Mirrabooka\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"ATLAS\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.23,\n          \"emissions_factor_co2\": 0.057,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2018-07-31T07:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MOKOSF\",\n      \"name\": \"Mokoan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Mokoan Solar Farm project consists of a 53MWdc solar farm and battery energy storage system (BESS). The solar project is made up of two separate sites Mokoan and the expansion site, located on Lee Road and Nelson Road, Winton, in the Hume Region of Victoria.</p><p>The Mokoan Solar Farm received development approval from Benalla Rural City Council in December 2018. The Mokoan Expansion site received development approval from the Victorian Department of Environment, Land, Water and Planning in June 2020. The solar farm covers 94 hectares of land, which has been predominantly used for grazing.</p><p><br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"MOKOSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 58.0,\n          \"data_first_seen\": \"2024-12-16T11:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MOLNGSF1\",\n      \"name\": \"Molong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p><br/>The Molong Solar farm is a 30 MWac Solar Farm located in the central west region of NSW, just north west of Orange.</p><p>The site was developed by Terrain Solar and was acquired by TEC-C Investments in November 2017 and is now owned by AMP Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MOLNGSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 36.0,\n          \"data_first_seen\": \"2020-11-10T06:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MOORAWF1\",\n      \"name\": \"Moorabool\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Project consists of 104 wind turbines located approximately 25km south east of Ballarat.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MOORAWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 312.0,\n          \"data_first_seen\": \"2020-11-19T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MORANBAH\",\n      \"name\": \"Moranbah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Moranbah Power Station was constructed to supply power to Arrow Energy to operate their gas compressors. Arrow has subsequently sold its interest to Queensland Pacific Metals (QPM).<br/><br/>The Moranbah Power Station utilises the coal seam methane from the Bowen Basin to provide electricity to QPM with the ability to export 50% of it\\u2019s capacity to the grid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MORANBAH\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.56,\n          \"emissions_factor_co2\": 0.5601,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MBAHNTH\",\n      \"name\": \"Moranbah North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>EDL owns and operates the 67MW Moranbah North Power Station, which captures and combusts waste coal mine gas and converts it to electricity for the national electricity market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MBAHNTH\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 63.42,\n          \"emissions_factor_co2\": 0.6378,\n          \"data_first_seen\": \"2014-10-21T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MOREESF\",\n      \"name\": \"Moree\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Moree Solar Farm is a 56MW photovoltaic solar plant located about 10km south of Moree in New South Wales, Australia.<br/><br/>The plant was one of the largest solar power plants in Australia at the time of its construction and the first that utilises mechanical devices (trackers) to continually orient its solar panels with the sun to increase their power output each day.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MOREESF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.0,\n          \"data_first_seen\": \"2016-02-22T09:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MWPS\",\n      \"name\": \"Morganwhyalla Pipeline\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Commencing in 2019, the pumping stations are being fitted with solar panel arrays to reduce the cost of pumping water. The first of these was commissioned at Pumping Station Number 3 near Geranium Plains. The second will be at Pumping Station number 4 near Robertstown. The ground under the solar panel arrays will be planted with native grasses and ground covers to suppress dust.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MWPS1PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"data_first_seen\": \"2021-03-18T10:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MWPS2PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"data_first_seen\": \"2021-03-16T12:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MWPS3PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"data_first_seen\": \"2020-11-13T16:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:35:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MWPS4PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"data_first_seen\": \"2021-03-01T10:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0MORNBESS\",\n      \"name\": \"Mornington\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Scheduled for completion in 2025, Mornington BESS is a utility-scale Battery Energy Storage System (BESS) located in Victoria\\u2019s Mornington Peninsula.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0MORNBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0MORNBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MORNW\",\n      \"name\": \"Mornington Disposal\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"MORNW\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.06,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0MRTLKBESS\",\n      \"name\": \"Mortlake\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Origin has approved construction of a large-scale battery at our Mortlake Power Station with a capacity of 300MW, that is expected to deliver output of up to 650MWh.</p><p>Mortlake is Victoria\\u2019s largest gas-fired generator, with a generation capacity of 566MW.</p><p>Located adjacent to the Moorabool to Heywood 500kv transmission line, the power station also sits within Victoria\\u2019s South-West Renewable Energy Zone (REZ). Western Victoria is already home to several operating renewable energy generators, and further new renewable energy developments are expected within the South-West REZ.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0MRTLKBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0MRTLKBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MORTLK\",\n      \"name\": \"Mortlake\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Mortlake Power Station is a 566 MW open cycle gas-fired power station developed by Origin Energy, located 12 km west of Mortlake, Victoria.Construction of the $640 million power station began in 2008. It was initially due to be operational in 2010, and was completed in August 2012.The plant is located on approximately 20 hectares of land with an extensive buffer zone around it. Although approvals were gained for approximately 1,000 MW, the Mortlake Power Station was built to provide 566MW. It is adjacent to the existing Moorabool to Heywood 500 kV high voltage transmission line. The plant is supplied with natural gas via an 83 km dedicated underground natural gas transmission pipeline from the Otway Gas Plant near Port Campbell, as part of the offshore Otway Gas Project.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MORTLK12\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 283.0,\n          \"emissions_factor_co2\": 0.5518,\n          \"data_first_seen\": \"2011-09-23T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T20:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MORTLK11\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 283.0,\n          \"emissions_factor_co2\": 0.5518,\n          \"data_first_seen\": \"2011-08-01T15:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T21:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MRTLSWF\",\n      \"name\": \"Mortlake South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>ACCIONA&#x27;s fifth wind farm in Australia, with 157.5 MW of power and battery storage. The wind farm is being constructed on cleared open and level land that is predominantly used for dairy farming.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MRTLSWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 157.5,\n          \"data_first_seen\": \"2022-10-25T18:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MLWF\",\n      \"name\": \"Mortons Lane\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Mortons Lane Wind Farm consists of 13 Goldwind GW82/1500 wind turbines with generating capacity up to 19.5 megawatts. The wind farm generates approximately 63.69 GWh of clean electricity which is enough to power more than 12,738 households in Victoria and reduce up to 68,148 t CO2 annually. In April 2021, Prime Super, a leading Australian superannuation fund, acquired Mortons Lane. Prime Super\\u2019s investment in the project will be managed by PATRIZIA.</p><p>The Moyne and Southern Grampians Shires granted planning approval for the proposed Mortons Lane wind farm in June 2007 and the project commenced operations in late 2012 and is expected to operate until 2035, at which point the project may be extended through a repowering or asset life extension. Mortons Lane is proud to support Victoria\\u2019s transition to clean energy production.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MLWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 19.5,\n          \"data_first_seen\": \"2012-11-13T14:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SKYFRM_MTBARKER\",\n      \"name\": \"Mount Barker\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Mt Barker Windfarm was commissioned in March of 2011. The project consists of three 800kW E53 Enercon wind turbines are on a hill on a private sheep farm 4 km north of Mt Barker on the western side of Albany Highway. These wind turbines are bigger than those in Esperance but smaller than those in Albany. As Mt Barker is inland, they are on 73m high towers. The project cost was about $8.5 million in total.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SKYFRM_MTBARKER_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.43,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MOUSF\",\n      \"name\": \"Moura\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Moura Solar Farm is a 110MW project located 6.5km south west of the township of Banana, Queensland.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MOUSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 99.0,\n          \"data_first_seen\": \"2022-10-21T13:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MEWF\",\n      \"name\": \"Mt Emerald\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Mount Emerald Wind Farm is a 180 MW wind farm situated on Mount Emerald, in Arriga, Shire of Mareeba, Queensland, Australia. It is approximately 8 km WNW of Tolga, and 49 km SW of Cairns. The project is a joint venture between Port Bajool (land owner) and RATCH-Australia (wind farm developer and operator). RATCH-Australia bought the project from Transfield Services in July 2011. The wind farm incorporates 53 turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MEWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"data_first_seen\": \"2018-08-20T14:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MTGELWF\",\n      \"name\": \"Mt Gellibrand\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>ACCIONA Energ\\u00eda&#x27;s fourth wind farm in Australia, fully operational since August 2018. The Mt Gellibrand Wind Farm has a capacity of 132 MW and will produce enough clean energy to power some 90,000 Australian homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MTGELWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 137.98,\n          \"data_first_seen\": \"2018-06-21T16:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MTMERCER\",\n      \"name\": \"Mt Mercer\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Mount Mercer Wind Farm is located at Mount Mercer approximately 30 kilometres south of Ballarat in Western Victoria on 2600ha. The wind farm consists of 64 REpower MM92 wind turbines, giving a total installed capacity of 131 MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MERCER01\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 131.0,\n          \"data_first_seen\": \"2013-11-25T14:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MTMILLAR\",\n      \"name\": \"Mt Millar\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Mt Millar Wind Farm was the first wind farm in South Australia to use Enercon E-70 2MW direct drive turbines (don&#x27;t have gearboxes). It connects to ElectraNet\\u2019s existing transmission network at Yadnarie Substation, via a 33 km 132 kV overhead transmission line and substation.</p><p>Construction of this wind farm started in late 2004 and was completed in December 2005. Power production started in February 2006. The $130 million project was developed by Tarong Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MTMILLAR\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 70.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MP\",\n      \"name\": \"Mt Piper\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Mt Piper was originally built in the 1980s, then stored in near fully assembled state, before being commissioned in 1992 and 1993 (Units 2 and 1 respectively). While initially constructed as 660MW machines, both were upgraded to 700MW in 2009, with Unit one upgraded in 2023 to 730MW, using modern turbine technology, bringing the station total to 1430MW. Importantly, the minimum generation of these units has also been lowered to facilitate the modern requirements of lower minimum generation rates to better match the shape of renewables.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MP2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 700.0,\n          \"emissions_factor_co2\": 0.8691,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MP1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 730.0,\n          \"emissions_factor_co2\": 0.8691,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MSTUART\",\n      \"name\": \"Mt Stuart\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Mount Stuart Power Station is a power station located in Stuart, Townsville, Australia. The station runs on kerosene with three gas turbines that generate a combined capacity of 414 MW of electricity. Mount Stuart was commissioned in December 1998, and operates as a peaking plant. It currently runs on kerosene, but can be converted to natural gas.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MSTUART1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.0,\n          \"emissions_factor_co2\": 1.0498,\n          \"data_first_seen\": \"1998-12-14T12:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-15T20:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MSTUART3\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 131.0,\n          \"emissions_factor_co2\": 1.0498,\n          \"data_first_seen\": \"2009-10-16T13:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-16T20:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MSTUART2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.0,\n          \"emissions_factor_co2\": 1.0498,\n          \"data_first_seen\": \"1998-12-23T10:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-02T07:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MLLFGEF\",\n      \"name\": \"Mugga Lane\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>LGI designed, built and operates the new 6MW power station, commissioned in June 2020 with 4MW and expanded in 2024 by 50% with a 20MW grid connection. It is currently being upgraded to include a 12MW battery energy storage system (BESS).</p>\",\n      \"units\": [\n        {\n          \"code\": \"MLLFGEF1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.26,\n          \"emissions_factor_co2\": 0.1175,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MLSP\",\n      \"name\": \"Mugga Lane\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Mugga Lane Solar Park is a photovoltaic solar power station at Hume in the Australian Capital Territory.</p><p>Construction of the Mugga Lane Solar Park at Mugga Lane was completed in March 2017. It is owned by the Maoneng Group, which has been contracted by the Government of the Australian Capital Territory to produce up to 24,600 megawatt hours each year for up to $4.38 million.</p><p>The Mugga Lane Solar Park uses sheep for grass and weed control under the solar panels.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MLSP1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.0,\n          \"data_first_seen\": \"2016-11-16T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MUJA_AB\",\n      \"name\": \"Muja AB\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Muja AB is a retired coal plant with 4x 60MW units.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MUJA_M2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 0.9459,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_M1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 0.9459,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_M3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 0.9459,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_M4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 0.9459,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MUJA\",\n      \"name\": \"Muja CD\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Muja Power Station is a power station 22\\u00a0km (14\\u00a0mi) east of Collie, Western Australia. It has eight steam turbines served by coal-fired boilers that together generate a total capacity of 854 megawatts of electricity. It is the largest power station in the South West Interconnected System, accounting for roughly 15 percent of capacity</p>\",\n      \"units\": [\n        {\n          \"code\": \"MUJA_G7\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 212.6,\n          \"emissions_factor_co2\": 0.92,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_G8\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 212.6,\n          \"emissions_factor_co2\": 0.92,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_G5\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 195.8,\n          \"emissions_factor_co2\": 0.92,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2022-09-29T10:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUJA_G6\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 193.6,\n          \"emissions_factor_co2\": 0.92,\n          \"data_first_seen\": \"2013-12-18T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-04-02T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MWF_MUMBIDA\",\n      \"name\": \"Mumbida\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Mumbida Wind Farm is a 55 MW renewable energy project that was developed by joint venture partners Synergy and Infrastructure Capital Group (ICG). Construction of Mumbida was completed in 2013.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MWF_MUMBIDA_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.0,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MUNGARRA\",\n      \"name\": \"Mungarra\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Mungarra Power Station is a power station 50 km south-east of Geraldton, Western Australia. It is natural gas powered with three gas turbines that together generate a total capacity of 112 MW of electricity.<br/>The station was commissioned in 1990.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MUNGARRA_GT1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.5,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"2014-01-12T09:30:00+08:00\",\n          \"data_last_seen\": \"2025-07-03T13:05:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUNGARRA_GT2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.5,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"2013-12-18T08:00:00+08:00\",\n          \"data_last_seen\": \"2018-09-03T20:00:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUNGARRA_GT3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.0,\n          \"emissions_factor_co2\": 0.8919,\n          \"data_first_seen\": \"2013-12-18T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-05T14:30:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MM\",\n      \"name\": \"Munmorah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Munmorah Power Station is a demolished coal fired electricity power station with four 350 MW English Electric steam driven turbo-alternators for a combined capacity of 1,400 MW. The station was located near Doyalson, on the shores of Lake Munmorah, New South Wales, Australia and was owned and operated by Delta Electricity, a company owned by the New South Wales Government.<br/>In July 2012 the coal-fired generators were permanently retired from service. However, the nearby gas-fired Colongra power station, which was commissioned in 2009, remains in operation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MM3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 300.0,\n          \"emissions_factor_co2\": 1.163,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2011-07-04T14:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MM4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 300.0,\n          \"emissions_factor_co2\": 1.163,\n          \"data_first_seen\": \"2000-02-28T10:10:00+10:00\",\n          \"data_last_seen\": \"2011-07-04T14:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0MUNNACRKSF\",\n      \"name\": \"Munna Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The proposed site includes the construction, operation, maintenance, upgrading and eventual decommissioning of a solar farm located approximately about 19 km from Woolooga and 40 km north-west from Gympie in the QLD Fraser Coast region.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0MUNNACRKSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 154.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MUWAWF\",\n      \"name\": \"Murra Warra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Murra Warra Wind Farm will be one of Australia&#x27;s largest wind farms. Located on the plains of north-western Victoria, approximately 25 kilometres (16 mi) north of the city of Horsham, it will consist of 99 wind turbines with a maximum tip height of 220m.<br/>The project is expected to produce more than 1800 GWh annually, enough electricity to power about 420,000 average Victorian homes each year, displacing up to 1.7 million tonnes of greenhouse gas emissions each year. The project was developed by a joint venture between RES Group and Macquarie Capital and was sold in two stages to Partners Group in September 2018 and August 2020,</p>\",\n      \"units\": [\n        {\n          \"code\": \"MUWAWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 209.0,\n          \"data_first_seen\": \"2022-02-15T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MUWAWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 231.8,\n          \"data_first_seen\": \"2019-04-08T19:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MURRAY\",\n      \"name\": \"Murray\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Murray Region Hydroelectric Power Stations refers to two of the original seven hydroelectric power stations, both located near the town of Khancoban in the Snowy Mountains region of New South Wales, Australia. The two power stations are part of the Snowy Mountains Scheme, a vast hydroelectricity and irrigation complex constructed in south-east Australia between 1949 and 1974 and now run by Snowy Hydro. Although both power stations are physically located in New South Wales, since 1 July 2008 all power generated has been allocated to the Victorian region of the National Electricity Market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MURRAY\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1500.0,\n          \"data_first_seen\": \"2001-07-15T00:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-20T22:10:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MBPS2\",\n      \"name\": \"Murray Bridge-Onkaparinga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"MBPS2PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 13.0,\n          \"data_first_seen\": \"2022-03-08T10:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"MUSSELRO\",\n      \"name\": \"Musselroe\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Musselroe Wind Farm is a wind farm at Cape Portland, Tasmania, Australia. It is third wind farm in the state, being owned and operated by Hydro Tasmania. It consists of 56 Vestas V90-3MW wind turbines, with a generating capacity of 168 MW. The energy output from the Musselroe Wind Farm will be sufficient to supply electricity to around 50,000 households and abate 450,000 tonnes of CO2 emissions annually.The first 37 turbines have been connected to the grid in 2013, and the full farm was completed in January 2014.</p>\",\n      \"units\": [\n        {\n          \"code\": \"MUSSELR1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 168.0,\n          \"data_first_seen\": \"2013-03-21T15:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NASF\",\n      \"name\": \"Narromine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Dubbo Solar Hub is a renewable electricity project that consists of two separate solar farm sites at South Keswick &amp; Narromine.</p><p>The 28 MW Dubbo Solar Hub is one of the first projects completed by Neoen in Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NEWGEN_NEERABUP\",\n      \"name\": \"Neerabup\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Neerabup Power Station is situated on the northern outskirts of Perth, Western Australia near the locality of Pinjar and the Pinjar Power Station. It is powered by natural gas, and has a total electrical generation capacity of 330 MW and includes a 30 km high-pressure gas linepack pipeline connected to the Dampier to Bunbury Natural Gas Pipeline.<br/>The station was commissioned in October 2009.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NEWGEN_NEERABUP_GT1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 342.0,\n          \"emissions_factor_co2\": 0.6881,\n          \"data_first_seen\": \"2013-12-17T09:30:00+08:00\",\n          \"data_last_seen\": \"2025-07-19T19:45:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NEVERSF\",\n      \"name\": \"Nevertire\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Nevertire Solar Farm Solar Farm is located approximately 100km north west of Dubbo, NSW. It is connected to the 132kV Essential Energy network at the onsite Nevertire substation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NEVERSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 132.0,\n          \"data_first_seen\": \"2019-12-03T07:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NEWENSF\",\n      \"name\": \"New England\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The New England Solar and battery project will be Australia\\u2019s largest hybrid solar and battery energy storage facility. The 720 megawatt (MW) solar farm will be located across two solar fields near Uralla, NSW in the New England Renewable Energy Zone.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NEWENSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 235.0,\n          \"data_first_seen\": \"2022-12-20T11:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"NEWENSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 235.0,\n          \"data_first_seen\": \"2023-04-18T08:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0NEWENBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 200.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0NEWENBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 200.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NEWGEN_KWINANA\",\n      \"name\": \"Newgen Kwinana\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Situated just 30km south of Perth, the NewGen Power Kwinana station stands as one of Western Australia\\u2019s most advanced and efficient intermediate load power stations, providing energy to the South West Interconnected System (SWIS) since 2008.</p><p>Leveraging low-emission technologies, the power station actively reduces greenhouse gas emissions and engages in best water efficiency practices through filtration and recycling systems.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NEWGEN_KWINANA_CCG1\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 327.8,\n          \"emissions_factor_co2\": 0.3998,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NEWPORT\",\n      \"name\": \"Newport\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Newport Power Station was a complex of power stations located on the west bank of the Yarra River, approximately 6 km south-west of Melbourne, Victoria, Australia, in the suburb of Newport. Newport A, B, and C were coal-fired plants which operated at the site between 1919 and the 1980s, and were claimed to be (in terms of the amount of plant) the largest power station in the southern hemisphere in 1953 with 42 boilers and 14 turbo-alternators producing 327 megawatts (439,000 hp).<br/>Newport D is a gas-fired peaking power plant which has operated since 1981. It uses natural gas to generate steam in a boiler which supplies a three-stage steam turbine coupled to a generator to produce up to 510 MW (680,000 hp) of electricity. The plant has a single smokestack 183 m /600 ft in height which towers over the local vicinity.<br/>The power station is owned by Ecogen Energy. The output from Ecogen&#x27;s Newport and Jeeralang power stations is currently contracted to EnergyAustralia, the country&#x27;s third-biggest electricity and gas retailer.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NPS\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 0.543,\n          \"data_first_seen\": \"1998-12-07T11:15:00+08:00\",\n          \"data_last_seen\": \"2025-07-18T00:20:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NBHWF\",\n      \"name\": \"North Brown Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The North Brown Hill Wind Farm at Hallett, South Australia consists of 63 wind turbine generators with a total capacity of 132.3-megawatts. It is owned by EII2, in which APA has a 20.2% interest with ICG (39.9%) and Osaka Gas Company Ltd (39.9%). The wind farm has a long-term offtake arrangement with AGL Energy for both the electricity generated and the renewable energy credits produced.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NBHWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 132.0,\n          \"data_first_seen\": \"2010-08-14T20:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NORTHAM_SF\",\n      \"name\": \"Northam\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Northam Solar Farm is located on Ballardong Noongar Boodja (country), on the outskirts of the historic wheatbelt town of Northam approximately 100 km from Perth. The 10MW Northam Solar Farm consists of 33,600 solar panels and is constructed over 25 hectares (around 0.25 km2). The solar farm provides renewable, sustainable, zero emission, electricity, powered by Western Australia\\u2019s Wheatbelt sunshine.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NORTHAM_SF_PV1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"data_first_seen\": \"2018-11-15T09:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TESLA_NORTHAM\",\n      \"name\": \"Northam\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Commissioned in 2012, Northam is located in Grass Valley east of Northam.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TESLA_NORTHAM_G1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.97,\n          \"data_first_seen\": \"2014-02-21T10:30:00+08:00\",\n          \"data_last_seen\": \"2025-06-25T12:25:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NORTHGT\",\n      \"name\": \"Northern\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"NGTS\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-07T11:45:00+08:00\",\n          \"data_last_seen\": \"2001-04-11T12:00:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NORTHP\",\n      \"name\": \"Northern\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Northern Power Station was located at Port Paterson in the Australian state  of South Australia about 6 kilometres (3.7 mi) south of the city centre of Port Augusta. It was coal powered with two 260 MW steam turbines that generated a total of 520 MW of electricity. It was operated and maintained by Alinta Energy and was commissioned in 1985. Northern received coal by rail from the Leigh Creek Coal Mine, 280 km to the north. The plant ceased electricity production in May 2016 and decommissioned and demolished over the following few years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NPS1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 265.0,\n          \"emissions_factor_co2\": 1.1306,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2016-05-09T10:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"NPS2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 265.0,\n          \"emissions_factor_co2\": 1.1306,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2016-05-05T23:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"NPSNL1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 100.0,\n          \"emissions_factor_co2\": 1.1306,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"NPSNL2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 100.0,\n          \"emissions_factor_co2\": 1.1306,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NUMURKSF\",\n      \"name\": \"Numurkah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Numurkah Solar Farm is a solar photovoltaic power station near the town of Numurkah in the Australian state of Victoria.<br/>At its commissioning in 2019, Numurkah was the largest solar farm in Victoria. It cost A$198 million and generates up to 112MWp of AC electricity (installed 128MW DC). It is a leader in harnessing clean energy and retaining the use of farmland via sheep agistment (Agri-Solar). It presently runs upward of 1600 sheep over its 1200 acres. Its primary customers are the Melbourne tram network and Laverton steel works under a power purchase agreement, despite many believing the power goes to these locations directly, the site puts power into the local grid. The Laverton steel works is a scrap iron recycler owned by the GFG Alliance.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NUMURSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 112.0,\n          \"data_first_seen\": \"2019-05-07T07:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NYNGAN\",\n      \"name\": \"Nyngan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Nyngan Solar Plant or Farm is one of the largest operating solar plants in Australia.  At the time of construction, it was the largest solar plant in the southern hemisphere. It is located 10 km west of Nyngan in western New South Wales. It is was built and is operated by AGL Energy.<br/>It has over 1.3 million solar panels, generating 102 megawatts of power.  It was opened on 18 April 2015, and became fully operational in July 2015. The Nyngan Solar Plant is associated with the Broken Hill Solar Plant, a 53 megawatt farm located almost 600 km west, which became operational in December 2015,, making the total capacity of the combined plants 155 megawatts. The solar panels do not track the movement of the sun. They are arranged in rows facing north, tilted at 25 degrees.</p>\",\n      \"units\": [\n        {\n          \"code\": \"NYNGAN1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 102.0,\n          \"data_first_seen\": \"2015-03-21T14:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OAKEY\",\n      \"name\": \"Oakey\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Oakey Power Station is a 332 MW power station located at Oakey on the Darling Downs in southern Queensland, adjacent to the Roma to Brisbane Pipeline. The station is an open-cycle, dual liquid/gas-fired power station that typically operates during times of peak electricity demand when Queensland&#x27;s power needs are greatest. ERM Power led the development of Oakey with commissioning occurring safely and on time in December 1999. ERM Power owns 100% of Oakey and also operates and financially manages the power station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKEY2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 141.0,\n          \"emissions_factor_co2\": 0.6356,\n          \"data_first_seen\": \"1999-11-20T22:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"OAKEY1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 141.0,\n          \"emissions_factor_co2\": 0.6356,\n          \"data_first_seen\": \"1999-09-26T13:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-15T19:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OAKEY1SF\",\n      \"name\": \"Oakey\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Oakey 1 Solar Project is a 25 MW solar generation development located near Oakey, West of Toowoomba in Queensland. The generating plant connects to the Ergon Energy network near Toowoomba. The technology is solar photovoltaic panels mounted on solar tracking structures which will maximize production of energy throughout the day. The solar farm has a total of 88,200 panels (335Wp and 340Wp).</p><p>The above PV modules make up a total nameplate capacity of 30 MWdc and the project has a connection agreement with Ergon Energy to export up to 25 MWac. The project is capable of generating approximately 55 GWh of electricity in a calendar year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKEY1SF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2019-03-13T08:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OAKEY2SF\",\n      \"name\": \"Oakey 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Oakey 2 Solar Project is a 55 MW solar generation development located near Oakey, West of Toowoomba in Queensland. The generating plant connects to the Ergon Energy network near Toowoomba. The technology is solar photovoltaic panels mounted on solar tracking structures which will maximize production of energy throughout the day.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKEY2SF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 65.0,\n          \"data_first_seen\": \"2019-09-13T06:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OAKLAND\",\n      \"name\": \"Oaklands Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The $200m Oaklands Hill Wind Farm is located on 2,323 hectares of freehold agricultural land 3 km south of Glenthompson, in the shire of Southern Grampians in Western Victoria.</p><p>Suzlon Energy Australia Pty Ltd (SEA) was awarded the Engineer Procure &amp; Construct (EPC) contract \\u2013 they installed 32 Suzlon S88 turbines with a capacity of 2.1 MW each. Suzlon are also responsible for the ongoing maintenance of the site.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKLAND1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 67.0,\n          \"data_first_seen\": \"2011-08-25T12:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OCPS\",\n      \"name\": \"Oaky Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>EDL owns and operates the Oaky Creek I and II Power Stations, which capture and combust waste coal mine gas and convert it to electricity for the National Electricity Market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKYCREK\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.0,\n          \"emissions_factor_co2\": 0.519,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OAKY2\",\n      \"name\": \"Oaky Creek 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>EDL owns and operates the Oaky Creek I and II Power Stations, which capture and combust waste coal mine gas and convert it to electricity for the National Electricity Market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OAKY2\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 15.0,\n          \"emissions_factor_co2\": 0.568,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"OSBORNE\",\n      \"name\": \"Osborne\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Osborne Power Station is located in Osborne, a northwestern suburb of Adelaide, South Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"OSB-AG\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"emissions_factor_co2\": 0.4144,\n          \"data_first_seen\": \"2000-02-15T14:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T22:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"OSB01\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.5447,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2000-02-16T00:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"OSB02\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 0.5447,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2000-02-16T00:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PALOONA\",\n      \"name\": \"Paloona\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Paloona Power Station is a conventional hydroelectric power station located in northern Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PALOONA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 28.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PSF\",\n      \"name\": \"Parkes\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Initial development started in 2013 with the land lease signed in November 2013. Government Planning Approvals was achieved in June 2014. Construction started in Jan 2017 and was completed in April 2018. It has been operational ever since.</p><p>Parkes Solar Farm is one of 12 successful projects that received funding from the Australian Renewable Energy Agency (ARENA) in 2016.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PARSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.0,\n          \"data_first_seen\": \"2018-02-02T18:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PRK_AG\",\n      \"name\": \"Parkeston\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The simple-cycle Parkeston power plant was developed to provide low-cost electricity to gold mining operations in the surrounding region. TransAlta co-owns the plant, which is located in Kalgoorlie, Western Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PRK_AG\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.0,\n          \"emissions_factor_co2\": 0.5813,\n          \"data_first_seen\": \"2013-12-18T07:00:00+10:00\",\n          \"data_last_seen\": \"2025-05-27T20:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PEDLER\",\n      \"name\": \"Pedler Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"PEDLER1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 3.0,\n          \"emissions_factor_co2\": 0.06,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NPPPPS\",\n      \"name\": \"Pelican Point\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Pelican Point Power Station is located at Pelican Point, 20 km from the centre of Adelaide, South Australia on the Lefevre Peninsula. It is operated by Engie (previously known as GDF Suez Australian Energy), which owns 72 per cent of the power station. Mitsui owns the remaining 28 per cent. It burns natural gas in a combined cycle power station, comprising two 160 MW gas turbines and one 165 MW steam turbine, to generate up to 485 MW of electricity.Construction began in 1999. The plant has two GT13E2 gas turbines manufactured by ABB (now Alstom). The plant, including steam turbine and heat recovery steam generator (HRSG), was manufactured and constructed by ABB.<br/>Fuel is supplied via either the SEAGas pipeline, which runs from the Iona Gas Plant in Victoria to the Pelican Point power station, or the Moomba Adelaide Pipeline System (MAPS), which supplies gas from Moomba to Adelaide.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PPCCGT\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 478.0,\n          \"emissions_factor_co2\": 0.4018,\n          \"data_first_seen\": \"2000-09-11T18:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PIBESS\",\n      \"name\": \"Phillip Island\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The $10 million Phillip Island Community Energy Storage System (PICESS) is the first of its kind on the island. Mondo, working with project delivery partner TEC-C, built the battery on behalf of AusNet to provide the community of Phillip Island with a battery that will provide energy support during peak periods.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PIBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"data_first_seen\": \"2023-04-19T09:10:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PIBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"data_first_seen\": \"2023-04-19T08:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PHOENIX_KWINANA_WTE\",\n      \"name\": \"Phoenix\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>This Phoenix Energy development (now owned by Avertas Energy) will be a leader in integrating the disposal of waste with the generation of renewable energy to provide a practical solution to two community challenges: the disposal of significant quantities of household rubbish and establishing additional (baseload) renewable energy supplies for the community. As such, the project is a unique and important renewable energy project for Western Australia and Australia, as it will be the first Waste to Energy (WtE) facility of its kind constructed in Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PHOENIX_KWINANA_WTE_G1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.0,\n          \"data_first_seen\": \"2025-04-09T10:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TESLA_PICTON\",\n      \"name\": \"Picton\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Commissioned in 2011, Picton is located in Picton East less than 3km from the centre of Bunbury.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TESLA_PICTON_G1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.97,\n          \"data_first_seen\": \"2014-03-07T14:30:00+08:00\",\n          \"data_last_seen\": \"2025-06-21T11:00:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PINDARI\",\n      \"name\": \"Pindari\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Pindari Hydroelectric Power Station was commissioned in April 2002, and is located on the Pindari Dam, near Inverell, on the Severn River in northern NSW. The station comprises two horizontal Francis turbines and has a capacity of 5.7 MW. Pindari Power Station typically generates on summer irrigation and flood mitigation flows.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PINDARI\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.7,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PINJAR\",\n      \"name\": \"Pinjar\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Pinjar Power Station is a power station in Pinjar, on the northern outskirts of Perth, Western Australia and near the locality of Neerabup and the recently commissioned Neerabup Power Station. It is natural gas-powered with nine gas turbines that together generate a total capacity of 576 MW of electricity. Although the power station primarily burns natural gas, it can also burn diesel fuel.<br/>The station was commissioned in 1989. It is used as a peaking power plant.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PINJAR_GT7\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.3,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2013-12-21T14:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-15T09:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.3,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2014-01-20T13:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T10:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.5,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2014-01-08T13:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-19T20:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.3,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2014-01-20T15:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT11\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 130.0,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2013-12-21T16:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.3,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2013-12-21T17:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-08T19:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT10\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 118.2,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2013-12-20T16:00:00+10:00\",\n          \"data_last_seen\": \"2025-04-26T07:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 38.5,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2014-01-08T14:00:00+10:00\",\n          \"data_last_seen\": \"2025-04-15T20:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PINJAR_GT9\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 118.2,\n          \"emissions_factor_co2\": 0.933,\n          \"data_first_seen\": \"2013-12-19T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ALINTA_PNJ\",\n      \"name\": \"Pinjarra\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Pinjarra Power Station is a natural-gas-fired power station in Western Australia. It is a 280 MW base load cogeneration power station located in Alcoa&#x27;s Pinjarra Alumina Refinery, near the town of Pinjarra, approximately 80 km south of Perth. Generated electricity is sold by Alinta Energy to contracted customers or into the Wholesale Energy Market. In addition to electricity, the power station supplies steam to Alcoa&#x27;s refinery.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ALINTA_PNJ_U2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 143.0,\n          \"emissions_factor_co2\": 0.7941,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ALINTA_PNJ_U1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 143.0,\n          \"emissions_factor_co2\": 0.7941,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PIONEER\",\n      \"name\": \"Pioneer Sugar Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"PIONEER\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 67.78,\n          \"emissions_factor_co2\": 0.0201,\n          \"data_first_seen\": \"2009-07-01T00:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PLAYF\",\n      \"name\": \"Playford B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Playford B Power Station was located at Port Paterson in the Australian state of South Australia about  5.5 kilometres (3.4 mi) south of the city centre of Port Augusta.  It was coal powered with four 60 MW steam turbines that generated a total of 240 MW of electricity. Playford B received coal by rail from the Leigh Creek Coal Mine, 280 km to the north and drew cooling water from Spencer Gulf, returning it to the sea at an elevated temperature. Commissioned in 1963, it was co-located with the older Playford A Power Station and the larger, newer Northern Power Station. Playford B was mothballed in 2012 and its permanent closure was announced by operator Alinta Energy in October 2015. Prior to being mothballed it primarily operated in the summer, when electricity demand peaks.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PLAYFB1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 1.509,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"1999-04-16T20:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PLAYFB2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 1.509,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"1999-05-26T05:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PLAYFB4\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 1.509,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"1999-05-26T05:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PLAYFB3\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 60.0,\n          \"emissions_factor_co2\": 1.509,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"1999-05-25T05:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PLAYB-AG\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 240.0,\n          \"emissions_factor_co2\": 1.509,\n          \"data_first_seen\": \"1999-05-26T10:30:00+10:00\",\n          \"data_last_seen\": \"2012-02-28T13:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PTINA\",\n      \"name\": \"Poatina\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The station is underground on the northern side of\\u00a0<em>yingina</em> / Great Lake.</p><p>When Waddmana Power Station was decommissioned, Poatina replaced it in the broader power system. Poatina is ideally located, making use of a steep drop from <em>yingina</em>\\u00a0/ Great Lake down the face of the Great Western Tiers. Water that passes through Poatina is subsequently used to generate energy at Trevallyn Power Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PO110NL1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"POAT110\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 100.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T12:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"POAT220\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PAREPW\",\n      \"name\": \"Port Augusta Energy Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Port Augusta Renewable Energy Park is a combined wind and solar farm under construction south of Port Augusta in South Australia, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PAREPW1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 210.0,\n          \"data_first_seen\": \"2022-04-19T18:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PAREPS1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 99.0,\n          \"data_first_seen\": \"2022-10-04T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0PLWF\",\n      \"name\": \"Port Latta\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Port Latta Wind Farm (PLWF) is located on cattle grazing farmland in Northwest Tasmania and sits across two properties on approximately seven hectares of privately owned land.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0PLWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 21.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PORTLATT\",\n      \"name\": \"Port Latta\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Tempo</p><p>Tempo</p>\",\n      \"units\": [\n        {\n          \"code\": \"PORTLAT1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 11.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-04-01T16:00:00+10:00\",\n          \"data_last_seen\": \"2016-05-23T07:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PORTLCN\",\n      \"name\": \"Port Lincoln\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"POR01\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 1.3888,\n          \"data_first_seen\": \"2000-10-06T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-06-21T18:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"POR03\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 23.5,\n          \"emissions_factor_co2\": 1.3888,\n          \"data_first_seen\": \"2010-11-13T20:05:00+10:00\",\n          \"data_last_seen\": \"2025-03-12T10:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STANVAC\",\n      \"name\": \"Port Stanvac\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Port Stanvac Power Station is a diesel-powered electricity generator in South Australia in Lonsdale, an industrial southern suburb of Adelaide. It is owned by Snowy Hydro since 2014. It consists of 36 diesel engines each generating 1.6MW for a total of 58MW of electricity to meet peak demands in the National Electricity Market.The power station was designed by Petro Min Engineers and built by Cummins Power Generation under contract from Infratil. The site had previously been used by the Lonsdale Power Station which was moved to a new site next door in 2011. Snowy Hydro bought assets from Infratil in 2014. These included Lumo Energy, Direct Connect and three diesel peaking generators for a total of 136 MW. The power stations were the Angaston Power Station along with Lonsdale and Port Stanvac.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STANV2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 58.0,\n          \"emissions_factor_co2\": 0.6749,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PTSTAN1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.6,\n          \"emissions_factor_co2\": 1.4918,\n          \"data_first_seen\": \"2016-01-12T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"STANV1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 58.0,\n          \"emissions_factor_co2\": 0.6749,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PORTWF\",\n      \"name\": \"Portland\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Portland wind farm is one of Australia&#x27;s largest wind farms. Located on the coast of south-western Victoria near the city of Portland, it consists of four separate sites, all of which have been completed as of 2015. Completion of the entire 195 MW project was expected in 2011, at a capital cost of A$330 million.<br/>The project is expected to produce more than 500 GWh annually, enough electricity to power about 125,000 homes each year, and equal to more than 7% of Victoria&#x27;s residential electricity demand, or powering a city the size of Geelong. The project is being developed by Pacific Hydro.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PORTWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 148.0,\n          \"data_first_seen\": \"2009-07-10T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"QUARANTN\",\n      \"name\": \"Quarantine\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Quarantine Power Station is a gas-powered electricity generation facility near the northern end of Torrens Island in the northwestern suburbs of Adelaide, South Australia. It is at the opposite end of Torrens Island from AGL Energy&#x27;s Torrens Island and Barker Inlet power stations. It gets its name from the Torrens Island Quarantine Station which was nearby.<br/>The power station is owned by Origin Energy and is configured as a peaking power plant. It has a capacity of 224MW produced by open cycle gas turbines. It was initially installed in 2002 with four Alstom GT10B (now designated Siemens SGT600 after Siemens bought the Alstom Medium sized GT business) turbines generating 95MW of power. It was expanded in 2007 by the addition of a new 120MW General Electric Frame 9E gas turbine set. The power station is fuelled by natural gas, delivered by the EPIC energy &amp; SEAGas pipeline.</p>\",\n      \"units\": [\n        {\n          \"code\": \"QPS4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.6336,\n          \"data_first_seen\": \"2001-12-20T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QPS5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 128.0,\n          \"emissions_factor_co2\": 0.6336,\n          \"data_first_seen\": \"2009-02-10T17:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QPS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 29.0,\n          \"emissions_factor_co2\": 0.6336,\n          \"data_first_seen\": \"2001-11-24T14:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QPS3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.6336,\n          \"data_first_seen\": \"2001-12-04T19:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QPS2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.6336,\n          \"data_first_seen\": \"2001-11-27T13:10:00+10:00\",\n          \"data_last_seen\": \"2025-04-17T18:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"QUERIVER\",\n      \"name\": \"Que River\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"QUERIVE1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.972,\n          \"data_first_seen\": \"2016-04-12T13:20:00+10:00\",\n          \"data_last_seen\": \"2016-06-17T11:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"QBYNB\",\n      \"name\": \"Queanbeyan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>As part of the commitments associated with the Berrybank 2\\u00a0wind farm, GPG is committed to installing a\\u00a020 MW battery energy storage system located within the Australian Capital Territory, which will support the ACT distribution network at the Queanbeyan substation, in partnership with TransGrid, the region\\u2019s distribution network service provider.</p>\",\n      \"units\": [\n        {\n          \"code\": \"QBYNBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"data_first_seen\": \"2022-07-07T09:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QBYNBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"data_first_seen\": \"2022-07-05T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"QP\",\n      \"name\": \"Quorn Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Quorn Park Hybrid Project will consist of the construction and operation of a solar farm consisting of photovoltaic (PV) modules, a Battery Energy Storage System (BESS) and related civil and electrical infrastructure. The Project is in the Parkes Shire, New South Wales, Australia, located approximately 10 km northwest of Parkes.<br/><br/>The construction of the Quorn Park Hybrid Project has an investment value of over $190 million. The project is expected to begin construction in the mid second half 2024, with a targeted start to operations in the first half of 2026.</p>\",\n      \"units\": [\n        {\n          \"code\": \"QPSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 96.8,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"QPBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 27.6,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"QPBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 27.6,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RACOMIL\",\n      \"name\": \"Racecourse Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"RACOMIL1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 48.5,\n          \"emissions_factor_co2\": 0.0201,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RANGEB\",\n      \"name\": \"Rangebank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Rangebank BESS (Battery Energy Storage System) is an industrial scale BESS to be located in Cranbourne West, Victoria, Australia.<br/>It will provide 200MW / 400MWh capacity of reliable and flexible energy solutions.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RANGEB1L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 260.0,\n          \"data_first_seen\": \"2024-08-27T12:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"RANGEB1G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 260.0,\n          \"data_first_seen\": \"2024-08-27T11:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RED_HILL\",\n      \"name\": \"Red Hill\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Operating since 1993, EDL\\u2019s Red Hill power station is WA\\u2019s first environmentally sustainable, waste to energy power station converting landfill gas (LFG) to energy.</p><p>The Red Hill landfill gas generators use the methane that is produced by the decomposition of organic materials in the Red Hill Waste Management Facility to produce clean, renewable electricity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RED_HILL\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.64,\n          \"emissions_factor_co2\": 0.0769,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"REDBANK1\",\n      \"name\": \"Redbank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Redbank Power Station is located near Singleton, in the Hunter Region, New South Wales, Australia. It was coal powered with one steam driven turbo generator with a capacity of 151 MW of electricity.</p><p>The station is currently awaiting a restart of operations after converting to a biomass generator. Upon re-fire, the station will operate using 100% biomass at a capacity of 151MW of electricity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"REDBANK1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 150.0,\n          \"emissions_factor_co2\": 1.1873,\n          \"data_first_seen\": \"2001-02-23T20:20:00+10:00\",\n          \"data_last_seen\": \"2014-11-10T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"REECE\",\n      \"name\": \"Reece\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The last power station in the Pieman River Power Development before the water runs out to the Southern Ocean, Reece Power Station is located at the foot of the Reece Dam on Lake Pieman. The dam and power station are named after the Honourable Eric Reece who was the Premier of Tasmania (1958\\u201369 and 1972\\u201375) and a great supporter of the Hydro-Electric Commission.</p>\",\n      \"units\": [\n        {\n          \"code\": \"REECE2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 116.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"REECE1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 116.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"REMOUNT\",\n      \"name\": \"Remount\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"REMOUNT\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.0764,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"REPULSE\",\n      \"name\": \"Repulse\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Repulse Power Station is a conventional hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is situated on the Lower River Derwent catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"REPULSE\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 28.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BIOGAS01\",\n      \"name\": \"Richgro\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"BIOGAS01\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.057,\n          \"data_first_seen\": \"2015-10-12T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T06:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0RIVERINASF\",\n      \"name\": \"Riverina\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Riverina Solar Farm is an approximately 30 MW commercial scale solar station\\u00a0located at Yoogali, near Griffith in New South Wales. The project is one of several in the region, which combined could make Griffith a leading renewable energy hub in New South Wales.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0RIVERINASF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 32.4,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RESS\",\n      \"name\": \"Riverina 1\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The combined 150MW / 300MWh Riverina and Darlington Point Energy Storage Systems is located adjacent to TransGrid\\u2019s Darlington Point Substation in the Murrumbidgee Shire, South West NSW.</p><p>Developed by Edify, the lithium-ion battery serves to add more flexible dispatchable capacity to the NSW market and complement the significant presence of renewable generation in the region.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RESS1L\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 80.0,\n          \"data_first_seen\": \"2023-06-27T11:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"RESS1G\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 80.0,\n          \"data_first_seen\": \"2023-06-02T07:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RIVNB\",\n      \"name\": \"Riverina 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The combined 150MW / 300MWh Riverina and Darlington Point Energy Storage Systems is located adjacent to TransGrid\\u2019s Darlington Point Substation in the Murrumbidgee Shire, South West NSW.</p><p>Developed by Edify, the lithium-ion battery serves to add more flexible dispatchable capacity to the NSW market and complement the significant presence of renewable generation in the region.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RIVNBG2\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 65.0,\n          \"data_first_seen\": \"2023-06-25T11:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"RIVNBL2\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 65.0,\n          \"data_first_seen\": \"2023-06-26T15:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ROCHEDAL\",\n      \"name\": \"Rochedale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This facility is owned and operated by LMS in partnership with Brisbane City Council. The facility was commissioned in 2004 and currently has an installed capacity of 7.7MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ROCHEDAL\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.7,\n          \"emissions_factor_co2\": 0.0767,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ROCKINGHAM\",\n      \"name\": \"Rockingham\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"ROCKINGHAM\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.2,\n          \"emissions_factor_co2\": 0.0726,\n          \"data_first_seen\": \"2013-12-17T08:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RPCG\",\n      \"name\": \"Rocky Point Cogen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"RPCG\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"emissions_factor_co2\": 0.0443,\n          \"data_first_seen\": \"2011-01-28T13:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T00:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"EDLRGNRD\",\n      \"name\": \"Roghan Road\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"EDLRGNRD\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ROMA\",\n      \"name\": \"Roma\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Roma Power Station is a peaking power station and was built and commissioned by the energy business of Boral in 1999, which became Origin in 2000.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ROMA_8\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"emissions_factor_co2\": 0.7664,\n          \"data_first_seen\": \"1999-02-05T14:20:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T20:35:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ROMA_7\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 40.0,\n          \"emissions_factor_co2\": 0.7664,\n          \"data_first_seen\": \"1999-02-09T12:45:00+08:00\",\n          \"data_last_seen\": \"2025-06-02T19:05:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RRSF\",\n      \"name\": \"Ross River\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Ross River Solar Farm has been built on a 202 hectare site that was historically a disused mango farm. The solar farm is \\u2018utility scale\\u2019 and has the capacity to generate 116 megawatts of clean renewable energy \\u2013 enough to power over 54,000 homes.</p><p>Ross River Solar Farm has 413,280 solar panels installed on single axis tracking systems that allow its panels to rotate and capture the maximum amount of sunlight. Each of the farm\\u2019s crystalline solar photovoltaic panels are identical in type but larger in size to those used on household rooftops throughout Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 128.0,\n          \"data_first_seen\": \"2018-09-12T10:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ROWALLAN\",\n      \"name\": \"Rowallan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Rowallan Power Station is a conventional hydroelectric power station located in north-western Tasmania, Australia. The station is located 25 kilometres (16 mi) south of Liena.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ROWALLAN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.5,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ROYALLA\",\n      \"name\": \"Royalla\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located 23 kilometers south of the capital Canberra, at the time of completion, the Royalla Solar Farm was once the largest photovoltaic plant in Australia with 20 MW rated capacity (24 MWp) and around 82,000 solar panels installed on 41 kilometers of fixed structures.</p><p>The Royalla PV plant\\u00a0was the first solar installation built by ACCIONA in Australia, acting as a\\u00a0contractor for the development company FRV.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ROYALLA1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.0,\n          \"data_first_seen\": \"2016-04-23T07:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RUBICON\",\n      \"name\": \"Rubicon\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Rubicon Hydroelectric Scheme is a small run-of-river hydroelectric scheme located on the Rubicon and Royston Rivers, north east of Melbourne, 40\\u00a0km (25\\u00a0mi) south-west of Alexandra, Victoria, Australia. The scheme commenced in 1922, and was the first state-owned hydroelectric scheme to generate electricity in mainland Australia, and among the first in the world to be remotely controlled. For the first ten years of its operation it supplied on average 16.9% of electricity generated by the State Electricity Commission of Victoria. It is now owned and operated by AGL Energy and contributes approximately 0.02% of Victoria&#x27;s energy supply.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RUBICON\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 13.0,\n          \"data_first_seen\": \"2010-03-04T16:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RUGBYR\",\n      \"name\": \"Rugby Run\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Located near the town of Moranbah in Central Queensland, the Rugby Run solar farm is Bravus\\u2019 flagship solar investment in Australia. Officially opened in October 2019, the Rugby Run solar farm features 247,000 solar panels which generate 185,000MWh of power each year. Rugby Run has a power purchase agreement to sell 80 per cent of the energy generated.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RUGBYR1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 83.0,\n          \"data_first_seen\": \"2019-05-28T11:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RYANCWF\",\n      \"name\": \"Ryan Corner\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Ryan Corner Wind Farm site is located in South-Western Victoria near the township of Yambuk, 16.5km north west of Port Fairy within the Moyne Shire Local Government Area.</p><p>The project covers an area of approximately 3,388 Ha, where the current land use is primarily agricultural activities including grazing of sheep and cattle.</p><p>The windfarm comprises 52 turbines with a total output of approximately 218.4MW. It will connect to the grid via a 132kV overhead transmission circuit to the existing 500kV Tarrone Terminal Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RYANCWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 218.4,\n          \"data_first_seen\": \"2024-07-30T03:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"RYEPARK\",\n      \"name\": \"Rye Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Rye Park Wind Farm is located to the north of Yass and east of Boorowa, New South Wales, on the edge of the Southern Tablelands and the South-West Slopes near the township of Rye Park. The project area spans the Hilltops, Upper Lachlan and Yass Valley local government areas, located 11 km north-east of Yass on predominately stock farming land.</p>\",\n      \"units\": [\n        {\n          \"code\": \"RYEPARK1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 396.0,\n          \"data_first_seen\": \"2023-08-18T09:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SALTCRK\",\n      \"name\": \"Salt Creek\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Financial close for the project was reached on June 30, 2017. Construction of the Salt Creek Wind Farm commenced in September 2017 and was completed in late July 2018.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SALTCRK1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 54.0,\n          \"data_first_seen\": \"2018-06-06T16:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SAPHWF1\",\n      \"name\": \"Sapphire\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Sapphire Wind Farm is a wind farm in the Australian state of New South Wales. When it was built in 2018, it was the largest wind farm in New South Wales. It is in the New England region of northern New South Wales, 28 kilometres (17 mi) east of Inverell and 18 kilometres (11 mi) west of Glen Innes. It is north of the Gwydir Highway. The White Rock and Glen Innes Wind Farms are south of the highway closer to Glen Innes. It is intended to be colocated with a 200 MW solar farm. The wind farm contains 75 Vestas V126 turbines, each of which can generate 3.6 MW of electricity. They have a 137-metre hub height and 126-metre rotor diameter. The project is approved to build up to 109 wind turbines.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SAPHWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 270.0,\n          \"data_first_seen\": \"2018-02-01T19:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SEBSF\",\n      \"name\": \"Sebastopol\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Sebastopol Solar Farm uses the latest in solar energy generation technology to generate clean, zero emissions energy to meet the region\\u2019s energy needs. It is located on private land approximately 16 kilometres south of Temora in New South Wales. The site covers approximately 248 hectares of agricultural land that is still used for livestock grazing.<br/><br/>Construction of the solar farm was completed mid-December 2021 and commissioning was finished in July 2022, with operations now underway. The project received development approval in February 2019. Construction of the project took 14 months. During construction 150 people were employed, many from the local area. Three people are employed on an ongoing basis to support the operations and maintenance of the solar farm which is expected to have an operating life of around 30 years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SEBSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 110.0,\n          \"data_first_seen\": \"2021-11-03T08:30:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SHEP1\",\n      \"name\": \"Shepparton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Organic rich wastwater from Shepparton\\u2019s local community and food processing industry (including the SPC Ardmona processing factory) flows into Goulburn Valley Water\\u2019s Shepparton Wastewater Treatment Plant, producing a methane-rich biogas from the anaerobic digestion process. The biogas is captured and cleaned as the fuel source for the generator, and\\u00a0the renewable electricity is fed into the national grid.</p><p>The Shepparton facility was a lead and significant part of the \\u2018Resource Recovery Precinct\\u2019 that won the 2010 United Nations World Environment Day \\u2018Best Business Environmental Initiative\\u2019 award.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"SHEP1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.1,\n          \"emissions_factor_co2\": 0.0748,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SHOALHAV\",\n      \"name\": \"Shoalhaven\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Shoalhaven Scheme is a dual-purpose water supply and Pumped-storage Hydroelectricity scheme located on the South Coast region of New South Wales, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SHPUMP\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 240.0,\n          \"data_first_seen\": \"1998-12-09T05:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T16:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SHGEN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 240.0,\n          \"data_first_seen\": \"1998-12-07T11:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T21:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SHOAL\",\n      \"name\": \"Shoalhaven Starches\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Manildra Group commissioned GE Gas Power to deliver a secure supply of electricity and steam. GE technology offered a turnkey solution for the complete cogeneration plant. GE will provide Manildra Group&#x27;s Shoalhaven Starches site operations with two LM2500+ aeroderivative gas turbines, two Heat Recovery Steam Generators (HRSG) with fresh air firing and associated Balance of Plant to electricity and steam on a continuous basis.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"SHOAL1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 54.0,\n          \"emissions_factor_co2\": 0.6022,\n          \"data_first_seen\": \"2023-10-17T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STWF\",\n      \"name\": \"Silverton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Silverton Wind Farm is a 199 megawatt wind farm situated on the Barrier Ranges in New South Wales, built for AGL Energy by CATCON and General Electric.On 3 June 2009, the project was approved by the NSW state Government.The project was initially set to begin construction in the first half of 2010, yet several issues caused delays. To begin, the transmission line needed to connect the fully developed wind farm would need to be as long as 300 km, and due to multiple connection options, as well as an expected large cost of the infrastructure, the decision of the final solution was delayed.In 2012, the start-date for construction of the wind farm has been pushed back to 2014, after AGL Energy decided to give priority to building two solar photovoltaic plants which have received almost A$200m in government funding.The project&#x27;s planning approval was set to expire on 24 May 2016, however AGL submitted a Modification Application on 25 February 2016 with the sole aim to extend the project&#x27;s Planning Approval expiry to 2021. On 3 June 2016 that application was granted, giving AGL the option to optimise and build the project within their Powering Australian Renewables Fund. The project secured a Power Purchase Agreement with EnergyAustralia for supply of 60% of its annual output until December 2030.On 16 May 2017, AGL announced construction had commenced.As of 2019, it had been completed and is now operating. The project uses General Electric 3.43-130 wind turbines with a hub height of 110m.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 198.0,\n          \"data_first_seen\": \"2018-05-15T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SMITHBESS\",\n      \"name\": \"Smithfield\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Smithfield Battery Energy Storage System (BESS) is a 65 MW / 130 MWh battery system currently under development. The project is located on Darug land in Smithfield, approximately 30km from Sydney CBD.</p><p>This project will be co-located with the existing operational Smithfield Open Cycle Gas Turbine Gas Peaker plant owned by Iberdrola Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SMITHBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 65.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0SMITHBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 65.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SITHE\",\n      \"name\": \"Smithfield\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Smithfield OCGT has a fifteen minute start time, enabling the asset to capture high electricity price events. As a peaking generator, Smithfield OCGT operates with very low capacity utilisation, estimated at 2-8% per annum.</p><p>Smithfield OCGT was acquired by Iberdrola Australia in May 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SITHE01\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 187.0,\n          \"emissions_factor_co2\": 0.7156,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T08:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNAPPER\",\n      \"name\": \"Snapper Point\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Snapper Point Power Station is a gas turbine power station under development at Outer Harbor, South Australia, beside the older Pelican Point Power Station.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNAPPER1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 154.0,\n          \"emissions_factor_co2\": 0.7364,\n          \"data_first_seen\": \"2022-01-19T08:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T18:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWTOWN\",\n      \"name\": \"Snowtown\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Snowtown wind farms are located on the Barunga and Hummocks ranges west of Snowtown in the Mid North of South Australia, around 150 kilometres (93 mi) north of the state capital, Adelaide. They were developed by Trustpower and owned by Tilt Renewables, which demerged from Trustpower in 2016. The first stage of 47 turbines was completed in 2008 and Stage 2 of 90 turbines became operational in 2014. Stage 2 was sold by Tilt Renewables to Palisade Investment Partners in December 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWTWN1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 99.0,\n          \"data_first_seen\": \"2008-04-18T16:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWNTH\",\n      \"name\": \"Snowtown North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Snowtown Wind Farm 2 is located approximately 170 km north of Adelaide in South Australia.</p><p>Snowtown Wind Farm 2 was initially commissioned in October 2014 using Siemens direct drive turbines. The 270 MW (144MW for Snowtown North) windfarm generates an average of 875GWh of electricity per year.</p><p>Following its acquisition in 2019, Snowtown Wind Farm 2 is now owned by Australian superannuation fund investors whose investment is managed by Palisade Investment Partners Pty Ltd, Hesta and First State Super.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWNTH1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.0,\n          \"data_first_seen\": \"2014-02-10T17:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWSTH\",\n      \"name\": \"Snowtown South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Snowtown Wind Farm 2 is located approximately 170 km north of Adelaide in South Australia.</p><p>Snowtown Wind Farm 2 was initially commissioned in October 2014 using Siemens direct drive turbines. The 270 MW (144MW for Snowtown North) windfarm generates an average of 875GWh of electricity per year.</p><p>Following its acquisition in 2019, Snowtown Wind Farm 2 is now owned by Australian superannuation fund investors whose investment is managed by Palisade Investment Partners Pty Ltd, Hesta and First State Super.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWSTH1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 126.0,\n          \"data_first_seen\": \"2013-10-03T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWY4\",\n      \"name\": \"Snowy\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWY4\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"data_first_seen\": \"1998-12-07T04:15:00+10:00\",\n          \"data_last_seen\": \"2001-03-26T16:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWY5\",\n      \"name\": \"Snowy\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWY5\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"data_first_seen\": \"1998-12-07T09:15:00+10:00\",\n          \"data_last_seen\": \"2001-07-13T22:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SNOWY20\",\n      \"name\": \"Snowy 2.0\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Snowy 2.0 Pumped Storage Power Station or Snowy Hydro 2.0 or simply Snowy 2.0 is a pumped-hydro battery megaproject in New South Wales, Australia. The dispatchable generation project expands upon the original Snowy Mountains Scheme (ex post facto Snowy 1.0) connecting two existing dams through a 27-kilometre underground tunnel and a new, underground pumped-hydro power station. Construction began in 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SNOWY201\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 1468.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0SNOWY202\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 732.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNUG\",\n      \"name\": \"Snuggery\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Snuggery Power Station is a power station near Tantanoola in the Limestone Coast region of South Australia. It was built in 1978. It is now owned by Synergen Power, a subsidiary of Engie Energy International.The power station has a generating capacity of 63 MW, consisting of three diesel-fueled open cycle gas turbines. It is used as a peaking power plant.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNUG1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"emissions_factor_co2\": 1.066,\n          \"data_first_seen\": \"1998-12-07T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNUG2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"emissions_factor_co2\": 1.066,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNUG3\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"emissions_factor_co2\": 1.066,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNUGNL1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"emissions_factor_co2\": 1.066,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AGLSOM\",\n      \"name\": \"Somerton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Somerton Power Station is an open cycle, gas turbine power station located in the Melbourne suburb of Somerton, Victoria, Australia. It is owned and operated by AGL Energy. The facility normally operates three or four hours at a time as a peaking power plant, but is able to run 24 hours a day, seven days a week if required.<br/><br/>The plant cost $125 million to build, with the 2003 opening being delayed by environmental concerns and technical issues. The plant uses four second-hand 37.5MW GT-1 Frame 6B gas turbines, manufactured under license to GE by Alstom and Thomassen International.</p>\",\n      \"units\": [\n        {\n          \"code\": \"AGLSOM\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 170.0,\n          \"emissions_factor_co2\": 0.7386,\n          \"data_first_seen\": \"2002-05-15T13:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SOUTH_CARDUP\",\n      \"name\": \"South Cardup\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>This facility is owned and operated by LMS in partnership with Western Australian Landfill Services (WALS). The facility was commissioned in 2005 and has an installed capacity of 4.1MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SOUTH_CARDUP\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.16,\n          \"emissions_factor_co2\": 0.0802,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SKSF\",\n      \"name\": \"South Keswick\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SKSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 15.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STHBKTEC\",\n      \"name\": \"Southbank Institute Of Technology\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"STHBKTEC\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.957,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SVALE\",\n      \"name\": \"Springvale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SVALE1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.2,\n          \"emissions_factor_co2\": 0.0785,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STGEORGE\",\n      \"name\": \"St George Leagues Club\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"STGEORG1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.812,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SLDCBLK\",\n      \"name\": \"St Leonards Data Centre\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"units\": [\n        {\n          \"code\": \"SLDCBLK1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 20.0,\n          \"emissions_factor_co2\": 0.0,\n          \"data_first_seen\": \"2022-01-25T01:05:00+08:00\",\n          \"data_last_seen\": \"2022-09-27T14:15:00+08:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0STANBESS\",\n      \"name\": \"Stanwell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Stanwell Battery Energy Storage System (BESS) will provide essential firming capacity to support the renewable projects we have planned in Central Queensland. At 300MW capacity and four hours storage duration, it is the largest committed battery project in Queensland.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0STANBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0STANBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STANWELL\",\n      \"name\": \"Stanwell\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Stanwell Power Station is a coal-fired power generation station located in Stanwell, 23 kilometres (14 mi) south-west of Rockhampton, Queensland, Australia. At the time of construction, it was one of the largest industrial developments undertaken in Queensland. With a capacity to generate 1,445 megawatts (MW), Stanwell Power Station supplies electricity for distribution to customers via the state&#x27;s high voltage electricity grid.Stanwell became fully operational in 1996 and is located on 4,000 acres (1,600 hectares) of land. Construction of the station took seven years, with infrastructure built to withstand cyclonic winds.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STAN-1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 365.0,\n          \"emissions_factor_co2\": 0.8571,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"STAN-2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 365.0,\n          \"emissions_factor_co2\": 0.8571,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"STAN-4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 365.0,\n          \"emissions_factor_co2\": 0.8571,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"STAN-3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 365.0,\n          \"emissions_factor_co2\": 0.8571,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STAPYLTON\",\n      \"name\": \"Stapylton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This facility is owned and operated by LMS in partnership with Gold Coast City Council and has an installed capacity of 3.5MW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STAPYLTON1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 3.0,\n          \"emissions_factor_co2\": 0.075,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STARFHILL\",\n      \"name\": \"Starfish Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Starfish Hill Wind Farm is a wind power station spread over two hills near Cape Jervis, South Australia. It has 22 wind turbines, eight on Starfish Hill itself and 14 on Salt Creek Hill, with a combined generating capacity of 33 MW of electricity.<br/>Starfish Hill Wind Farm was commissioned in September 2003, making it the first major wind farm in the state. On 30 October 2010, one of the original 23 turbines caught fire and was destroyed. It was not replaced, leaving the wind farm with 22 turbines.Starfish Hill Wind Farm was developed by Tarong Energy at a cost of $65 million. RATCH-Australia (at that time part of Transfield Services) acquired the wind farm in December 2007.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STARHLWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 34.5,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"STOCKYD\",\n      \"name\": \"Stockyard Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Stockyard Hill Wind Farm is a wind farm project under construction in Victoria (Australia). As of June 2020, 1 of a planned 149 turbines was operational and connected to the grid.[1] When it is complete, it is expected to produce up to 530MW, which would be Australia&#x27;s largest wind farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STOCKYD1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 531.0,\n          \"data_first_seen\": \"2021-07-08T00:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0STUBBOSF\",\n      \"name\": \"Stubbo\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Stubbo Solar is a 400-megawatt (MW) large scale solar project approved by the NSW Department of Planning, Industry and Environment in July 2021. It is currently in construction across 1,250 hectares of mostly cleared grazing land in the Central West region of NSW.</p><p>It is being constructed by EPC contracting partner PCL Construction.</p>\",\n      \"units\": [\n        {\n          \"code\": \"STUBSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 248.0,\n          \"data_first_seen\": \"2024-12-19T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"STUBSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 255.0,\n          \"data_first_seen\": \"2024-12-19T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SUMMFBESS\",\n      \"name\": \"Summerfield\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Summerfield Battery is a large-scale four-hour duration battery storage project that will supply energy to South Australians and the national electricity grid to support Australia\\u2019s renewable energy transition.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SUMMFBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0SUMMFBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SMCSF\",\n      \"name\": \"Sun Metals\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Sun Metals Solar Farm is a photovoltaic solar power station near Townsville in the Australian state of Queensland. It supplies some of the electricity consumed by the nearby Sun Metals (a subsidiary of Korea Zinc) zinc refinery as well as exporting to the National Electricity Market. When the Sun Metals Solar Farm started exporting electricity to the grid in May 2018, it took over from Clare Solar Farm as the largest capacity solar farm in Queensland.Construction was undertaken by RCR Tomlinson. The solar farm is connected to the refinery&#x27;s existing 33/132kV substation and consists of over 1 million solar panels.The photovoltaic cells are thin-film with single axis tracking.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SMCSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 143.0,\n          \"data_first_seen\": \"2018-05-30T07:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SUNCOAST\",\n      \"name\": \"Suncoast Gold Macadamias\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"SUNCOAST\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.0216,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SUNRSF1\",\n      \"name\": \"Sunraysia\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Scheduled for completion in 2020, Sunraysia Solar Farm is a utility-scale solar photovoltaic (PV) farm near Balranald in southern New South Wales.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SUNRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 228.0,\n          \"data_first_seen\": \"2020-11-10T01:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"VALDORA\",\n      \"name\": \"Sunshine Coast\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Sunshine Coast Solar Farm is a photovoltaic power station operating on a 24 hectares (59 acres) site in Valdora in the Sunshine Coast near Yandina, in Queensland, Australia. The station has a maximum generating capacity of 15 megawatts, generated from 57,850 photovoltaic panels.</p>\",\n      \"units\": [\n        {\n          \"code\": \"VALDORA1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 15.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SUNTPSF\",\n      \"name\": \"Suntop\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Suntop Solar Farm is located near Wellington, south of Dubbo in regional New South Wales. The site will accommodate a large-scale solar PV system utilising single-axis tracking, and ground mounted panels which will generate 395GWh of energy throughout the year. Single-axis tracking has been selected for this project to harness the highest amount of solar irradiance as the panels will track the sun\\u2019s movement east to west each day.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SUNTPSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 175.0,\n          \"data_first_seen\": \"2021-08-04T18:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SUPERNODE\",\n      \"name\": \"Supernode\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The South Pine switchyard is the central node of the Queensland electricity transmission network, 80% of Queensland\\u2019s total electricity flows through this \\u2018supernode\\u2019 on a daily basis. Quinbrook\\u2019s Supernode Data Centre and Battery Energy Storage Site (\\u2018BESS\\u2019) site, located adjacent to the South Pine switchyard, will host one of the largest battery storage installations in the Australian National Electricity Market. The 750 MW (2 \\u2013 4 Hour) BESS offers large power users an innovative solution to obtain stable power supply and overcome the critical stability issues facing the Queensland power grid as recently identified by AEMO.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SUPERNODEG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0SUPERNODEL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"SNBL01\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 260.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"SNBG01\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 260.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SUPERNODE2\",\n      \"name\": \"Supernode 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The South Pine switchyard is the central node of the Queensland electricity transmission network, 80% of Queensland\\u2019s total electricity flows through this \\u2018supernode\\u2019 on a daily basis. Quinbrook\\u2019s Supernode Data Centre and Battery Energy Storage Site (\\u2018BESS\\u2019) site, located adjacent to the South Pine switchyard, will host one of the largest battery storage installations in the Australian National Electricity Market. The 750 MW (2 \\u2013 4 Hour) BESS offers large power users an innovative solution to obtain stable power supply and overcome the critical stability issues facing the Queensland power grid as recently identified by AEMO.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SNBL02\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 260.0,\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SRSF\",\n      \"name\": \"Susan River\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Susan River Solar Farm is a 95MW project located 17km south of Hervey Bay, Queensland.</p><p>The project began exporting electricity in 2018 and is connected to the national grid via Ergon Energy&#x27;s network.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 85.0,\n          \"data_first_seen\": \"2018-12-28T14:40:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0SWANBBESS\",\n      \"name\": \"Swanbank\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Formerly the home of two coal-fired power stations (A and B), CleanCo is redeveloping our Swanbank site into a Clean Energy Hub featuring a range of future energy generation and storage technologies.</p><p>The first major project is the Swanbank Battery - the first big battery to be built in Ipswich.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0SWANBBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0SWANBBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SWAN_B\",\n      \"name\": \"Swanbank B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"units\": [\n        {\n          \"code\": \"SWAN_A_3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1999-01-04T14:50:00+10:00\",\n          \"data_last_seen\": \"2002-06-28T21:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_A_4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-08T11:15:00+10:00\",\n          \"data_last_seen\": \"2002-06-28T23:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_B_3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 125.0,\n          \"emissions_factor_co2\": 1.091,\n          \"data_first_seen\": \"1998-12-07T04:00:00+10:00\",\n          \"data_last_seen\": \"2012-05-24T12:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_B_4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 125.0,\n          \"emissions_factor_co2\": 1.091,\n          \"data_first_seen\": \"1998-12-07T05:05:00+10:00\",\n          \"data_last_seen\": \"2010-06-01T14:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"MRIDGE\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 56.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1999-01-14T18:00:00+10:00\",\n          \"data_last_seen\": \"2000-02-25T23:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_A_1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-07T06:35:00+10:00\",\n          \"data_last_seen\": \"2002-05-14T19:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_A_5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-21T13:35:00+10:00\",\n          \"data_last_seen\": \"2001-09-25T22:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_D\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 37.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1999-02-02T14:20:00+10:00\",\n          \"data_last_seen\": \"2004-04-24T16:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_B_1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 125.0,\n          \"emissions_factor_co2\": 1.091,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2011-05-15T10:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_B_2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 125.0,\n          \"emissions_factor_co2\": 1.091,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2010-06-28T19:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_A_6\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-07T08:30:00+10:00\",\n          \"data_last_seen\": \"2002-06-14T22:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_C\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 28.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1999-05-10T09:00:00+10:00\",\n          \"data_last_seen\": \"2002-03-22T12:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SWAN_A_2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 66.0,\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"1998-12-07T08:15:00+10:00\",\n          \"data_last_seen\": \"2002-06-26T23:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SWAN_E\",\n      \"name\": \"Swanbank E\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Swanbank E was commissioned in 2002 with a single 385 megawatts combined cycle gas turbine. The gas turbine of Swanbank E was the largest of its type at the time of its commissioning.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SWAN_E\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 385.0,\n          \"emissions_factor_co2\": 0.401,\n          \"data_first_seen\": \"2002-05-21T10:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TABMILL2\",\n      \"name\": \"Tableland Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The $100 million green energy power plant at the Tableland Mill converts 100 per cent renewable sugarcane fibre, known as bagasse, into green energy.</p><p>The power plant produces 24 megawatts of electricity \\u2013 enough to power 26,280 homes \\u2013 which is the entire population of the Tableland region.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TABMILL2\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.0201,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TAHMOOR\",\n      \"name\": \"Tahmoor\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TAHMOOR1\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"emissions_factor_co2\": 0.5689,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TBSF\",\n      \"name\": \"Tailem Bend\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Tailem Bend Solar Power Farm is a solar power farm near Tailem Bend in South Australia. It has 108MW of generation capacity but is limited to supplying 95MW to the national grid. It is developed and owned by Singapore-based Vena Energy, a new name for the former Equis Energy following acquisition by Global Infrastructure Partners in January 2018. The output will be sold to Snowy Hydro for retail sale under its Lumo Energy brand.</p><p>The solar farm covers 200 hectares of land with more than 390,000 photovoltaic solar panels.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TBSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 108.0,\n          \"data_first_seen\": \"2019-02-28T12:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TB2SF\",\n      \"name\": \"Tailem Bend 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Tailem Bend 2 Hybrid Project is the second stage of the Tailem Bend Project and is immediately co-located, with the Tailem Bend Solar 1 Project that is situated immediately south of Substation Road. The Hybrid Project incorporates a second solar farm, a battery energy storage system, and the construction of a new bay in the existing Coorong Substation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TB2SF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 105.0,\n          \"data_first_seen\": \"2023-08-25T09:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TB2BG1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2023-10-27T13:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"TB2BL1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2024-07-03T09:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TALLAWAR\",\n      \"name\": \"Tallawarra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Tallawarra Power Station is a 435-megawatt (583,000 hp) combined cycle natural gas power station in the city of Wollongong, New South Wales, Australia.  Owned and operated by EnergyAustralia, the station is the first of its type in New South Wales and produces electricity for the state during periods of high demand.  It is located on the western shore of Lake Illawarra in the suburb of Yallah.</p><p><br/>The station comprises a 260-megawatt (350,000 hp) gas turbine and a 160-megawatt (210,000 hp) steam turbine unit and has a total capacity of 435 megawatts (583,000 hp).  It uses many of the previous power station&#x27;s structures including the cooling system channels from Lake Illawarra. The power station is connected to the state grid via a 132kV switching station maintained by Endeavour Energy (Previously known as Integral Energy).</p>\",\n      \"units\": [\n        {\n          \"code\": \"TALWA1\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 440.0,\n          \"emissions_factor_co2\": 0.3718,\n          \"data_first_seen\": \"2008-10-14T08:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-20T21:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TALWB\",\n      \"name\": \"Tallawarra B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The construction of the Tallawarra B gas-fired power station was completed in early 2024. It is now supplying power into the grid during times of high demand.</p><p>Tallawarra B is Australia\\u2019s first peaking power station with direct emissions offset. Its fast-start gas turbine can come online to full load within 30 minutes, generating 320 MW - enough power for 180,000 homes in New South Wales.</p><p>Tallawarra B features a $13 million purpose-built plume dispersion device to ensure the safety of planes flying nearby.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TALWB1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 320.0,\n          \"emissions_factor_co2\": 0.7831,\n          \"data_first_seen\": \"2024-01-24T09:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TAMALA_PARK\",\n      \"name\": \"Tamala Park\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Tamala Park LFG Power Station began operation in 2004, later expanding in 2007. It has a generation capacity of six megawatts - sufficient to provide power to approximately 6,000 homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TAMALA_PARK\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 6.0,\n          \"emissions_factor_co2\": 0.077,\n          \"data_first_seen\": \"2013-12-17T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TVCCPS\",\n      \"name\": \"Tamar Valley\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Tamar Valley Power Station is a $230 million natural gas-fired power station located in Bell Bay in the Tamar Valley, Tasmania. It is owned by Hydro Tasmania, and is immediately adjacent to the decommissioned Bell Bay Power Station, which is also owned by Hydro Tasmania.</p><p>This facility refers to the 208MW combined-cycle gas turbine commissioned at the sight in 2009.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TVCC201\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 208.6,\n          \"emissions_factor_co2\": 0.6117,\n          \"data_first_seen\": \"2009-06-27T15:25:00+10:00\",\n          \"data_last_seen\": \"2024-08-23T10:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TARALGA\",\n      \"name\": \"Taralga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Taralga Wind Farm is a wind farm located near Taralga, New South Wales.<br/>Taralga Wind Farm was CBD Energy/Santander&#x27;s first and only wind farm. It is a 106.8 megawatt wind farm with 51 turbines.  The energy produced by the wind farm can power around 45,000 average Australian households per year, saving over 258,000 tonnes of greenhouse gas emissions per year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TARALGA1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 106.8,\n          \"data_first_seen\": \"2014-12-22T17:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0TARONGBESS\",\n      \"name\": \"Tarong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Tarong Battery Energy Storage System (BESS) will provide essential firming capacity to support the renewable projects we have planned in Southern Queensland. It will have a storage capacity of 300MW over two hours duration. The Tarong BESS will be the first battery energy storage in Stanwell&#x27;s portfolio.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0TARONGBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0TARONGBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 300.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TARBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 393.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"TARBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 393.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TARONG\",\n      \"name\": \"Tarong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Tarong Power Station is a coal fired power station located on a 1,500 hectares (3,700 acres) site in Tarong in the South Burnett Region near the Burnett River and Nanango, in Queensland, Australia.  The station has a maximum generating capacity of 1,400 megawatts, generated from four turbines. Coal is supplied via a conveyor from Meandu Mine, which is 1.5 kilometres (0.93 mi) away and is also owned by Stanwell.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TARONG#3\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.8837,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TARONG#1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.8837,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TARONG#4\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.8837,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TARONG#2\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 350.0,\n          \"emissions_factor_co2\": 0.8837,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TARONGN\",\n      \"name\": \"Tarong North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Tarong North Power Station is a 443 megawatt coal fired power station on the same site as Tarong Power Station in the South Burnett. The Queensland Government commissioned the construction of the power station in November 1999.  Construction work began in 2000.  The power station was initially owned by a 50/50 joint venture between Tarong Energy and TM Energy. Full ownership of the power station by Tarong Energy was obtained in November 2009.The plant was opened in 2003 and is based on an energy efficient supercritical design.  The Steam Generator was supplied by IHI and the steam turbine was manufactured by Toshiba.<br/>Particulate emissions at the power station are reduced by bag filter technology.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TNPS1\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 443.0,\n          \"emissions_factor_co2\": 0.8438,\n          \"data_first_seen\": \"2002-11-09T13:15:00+10:00\",\n          \"data_last_seen\": \"2025-04-25T09:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TARRALEA\",\n      \"name\": \"Tarraleah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Tarraleah Power Station is a hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is part of the Upper Derwent hydro scheme and is operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TARRALEA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 90.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TATIARA\",\n      \"name\": \"Tataria\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TATIARA1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 0.5,\n          \"emissions_factor_co2\": 0.812,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TATURA\",\n      \"name\": \"Tatura\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Organic rich wastewater from Tatura\\u2019s local community and thriving local food processing industry (including Tatura Milk\\u2019s production factory) flows into Goulburn Valley Water\\u2019s Tatura Wastewater Treatment Plant, producing a methane-rich biogas from the anaerobic digestion process. The biogas is captured and cleaned as the fuel source for the generator, and\\u00a0the renewable electricity is\\u00a0fed into the national grid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TATURA01\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.1,\n          \"emissions_factor_co2\": 0.0201,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TEATREE\",\n      \"name\": \"Tea Tree Gully\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TEATREE1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.0576,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0TEMPLERBESS\",\n      \"name\": \"Templers\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Construction of ZEN Energy\\u2019s Templers Battery Energy Storage project is underway, with earthworks completed and key equipment arriving onsite over the next 6 months.</p><p>The Templers Battery is South Australia\\u2019s second-largest energy storage project, enhancing electricity reliability as the state leads the way nationally toward 100% renewable energy by 2027.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0TEMPLERBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 111.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0TEMPLERBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 111.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TEMPBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 138.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"TEMPBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 138.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SATGN\",\n      \"name\": \"Temporary Generation North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Temporary Generation North and its smaller sibling Temporary Generation South are gas turbine power stations in South Australia. They were bought by the Government of South Australia in 2017 as a response to the 2016 South Australian blackout and load-shedding in February 2017.<br/>Temporary Generation North is five open cycle gas turbines installed at the former Holden site in Elizabeth South, a northern suburb of Adelaide.The generators were purchased to be used only in emergency shortfalls in electricity supply to the grid, such as in extreme weather. Both sets were first used on 24 January 2019 to deal with a supply shortfall in Victoria.The intent of the Weatherill ALP state government was that the turbines would be converted from diesel fuel to natural gas and moved to a single location while remaining owned by the government.In August 2019, the state government (following the 2018 election, now controlled by the Liberal party) announced that it had arranged 25-year leases of the power stations to two different companies, with the leases taking effect from May 2020. Both companies operate wind farms in South Australia. The five northern generators will be leased to Nexif Energy and relocated to a new site at Outer Harbor and operating on natural gas before the end of 2020. Nexif Energy also proposes to convert them to combined cycle with a steam turbine in the following few years.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SATGN1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 154.0,\n          \"emissions_factor_co2\": 0.957,\n          \"data_first_seen\": \"2017-10-26T19:15:00+10:00\",\n          \"data_last_seen\": \"2021-02-25T09:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SATGS\",\n      \"name\": \"Temporary Generation South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Temporary Generation South and its larger sibling Temporary Generation North are gas turbine power stations in South Australia. They were bought by the Government of South Australia in 2017 as a response to the 2016 South Australian blackout and load-shedding in February 2017.<br/>Temporary Generation South is four open cycle gas turbines at the former Port Stanvac Refinery at Lonsdale.The generators were purchased to be used only in emergency shortfalls in electricity supply to the grid, such as in extreme hot weather. They were first used on 24 January 2019 to deal with a supply shortfall in Victoria.The intent of the Weatherill ALP state government was that the turbines will be converted from diesel fuel to natural gas and moved to a single location while remaining owned by the government.In August 2019, the state government (following the 2018 election, now controlled by the Liberal party) announced that it had arranged 25-year leases of the power stations to two different companies, with the leases taking effect from May 2020. Both companies operate wind farms in South Australia. The four generators at Lonsdale will be leased to Infigen Energy and will be moved from the SA Water desalination plant to the SA Water Bolivar Waste Water Treatment Plant and converted to operate on natural gas instead of diesel.</p>\",\n      \"units\": [\n        {\n          \"code\": \"SATGS1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 123.0,\n          \"emissions_factor_co2\": 0.957,\n          \"data_first_seen\": \"2017-10-26T15:50:00+10:00\",\n          \"data_last_seen\": \"2022-04-15T00:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TERALBA\",\n      \"name\": \"Teralba\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TERALBA\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 3.0,\n          \"emissions_factor_co2\": 0.62,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0TERANGBESS\",\n      \"name\": \"Terang\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>FRV Services Australia (FRV) is building the Terang Battery Energy Storage System (BESS). The Terang BESS will have a total anticipated discharge capacity of 100 megawatts (MW) and a storage capacity of 200 megawatt hours (MWh).</p><p>The Terang BESS is now under construction. Once operational, it will improve the reliability of the electricity network by storing power when there is a lot of energy available (for example during the day) and releasing this stored energy when demand is higher.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0TERANGBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0TERANGBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TERMSTOR\",\n      \"name\": \"Terminal\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TERMSTOR\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLUFF\",\n      \"name\": \"The Bluff\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>AGL&#x27;s Bluff Range Wind Farm, also known as Hallett 5 Wind Farm consists of 25 Suzlon turbines each of 2.1MW for a total of 52.5MW. Total project investment was $120 million. The project was completed in early 2012. Turbines spread 8 kilometres over the Porcupine Range.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLUFF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 52.5,\n          \"data_first_seen\": \"2011-07-05T15:50:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"THEDROP\",\n      \"name\": \"The Drop\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Drop Hydro Power Station is a Pacific Hydro hydroelectric power station on the Mulwala Canal, near Berrigan, New South Wales, Australia. It has one turbine, with a generating capacity of 2.5 megawatts (3,400 hp) of electricity.The power station was completed in November 2002, and is Australia&#x27;s first hydroelectric power station built on an irrigation canal.</p>\",\n      \"units\": [\n        {\n          \"code\": \"THEDROP1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0TILBSF\",\n      \"name\": \"Tilbuster\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The proposed Tilbuster solar farm would add to secure, affordable and clean energy generation for the state of NSW whilst also contributing to the national Renewable Energy Target (RET) of 33,000 gigawatt hours. The New England region is considered an excellent province for solar energy generation due to its solar irradiance capabilities.</p><p>It has access to two existing transmission lines that transect the proposal site and does not appear highly constrained by environmental factors; a 132kV eastern line and a 330kV central line. Both the eastern and central line run south east to north west through the proposal site. The 330\\u00a0kV transmission line would be used to connect the solar farm to the national electricity grid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0TILBSF\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 249.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TIMWEST\",\n      \"name\": \"Timboon West\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Timboon West Wind Farm was developed and constructed in 2018 by BayWa r.e. Wind Pty Ltd and commenced operations in late 2018. Epic Energy acquired the Timboon West Wind Farm in April 2019.</p><p>Located approximately seven kilometres southwest of Timboon in south-western Victoria, the site was chosen for its undisturbed wind flow with strong, consistent wind speeds, close proximity to the electrical grid, and large setbacks to nearby dwellings</p>\",\n      \"units\": [\n        {\n          \"code\": \"TIMWEST\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.2,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TOORAWF\",\n      \"name\": \"Toora\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Toora wind farm is a wind power station at Toora in South Gippsland, Victoria, Australia. It is located north of Wilsons Promontory and 150 km SE of Melbourne. The wind farm is on a ridge overlooking the town of Toora.<br/>Toora has 12 wind turbines, each of 1.75 MW rated capacity, with a total generating capacity of 21 MW of electricity. The power station was completed in 2002. <br/>As of May 2008, it was owned by Transfield Services Infrastructure Fund. Danish company Vestas Wind Systems, one of the world&#x27;s largest turbine manufacturers, constructed the wind farm. Transfield Services Infrastructure Fund became RATCH-Australia on 11 July 2011.Viewing and photography points are available on a road that passes the wind farm.  From some of these views of the coastal plain, the Strzelecki Ranges, and Wilsons Promontory can be combined with views of the turbines.  Accommodation is available in a caravan park at Toora.<br/>One of Toora&#x27;s turbines can power up to 6,600 homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TOORAWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 21.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TIB\",\n      \"name\": \"Torrens Island\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>AGL has broken ground at Torrens Island power station in preparation for the construction of its $180 million, 250 MW grid-scale battery.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TIBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 250.0,\n          \"data_first_seen\": \"2023-04-26T11:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"TIBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 250.0,\n          \"data_first_seen\": \"2023-04-26T12:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TORRIS\",\n      \"name\": \"Torrens Island\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Torrens Island Power Station is located on Torrens Island, near Adelaide, South Australia and is operated by AGL Energy. It burns natural gas in eight steam turbines to generate up to 1,280 MW of electricity. The gas is supplied via the SEAGas pipeline from Victoria, and the Moomba Adelaide Pipeline System (MAPS) from Moomba in the Cooper Basin. The station is capable of burning either natural gas or fuel oil. It is the largest power station in South Australia and was formerly the largest single power station user of natural gas in Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TORRB2\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-09T05:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-19T20:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRB3\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRA1\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-07T05:45:00+10:00\",\n          \"data_last_seen\": \"2020-09-17T18:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRA4\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-08T14:40:00+10:00\",\n          \"data_last_seen\": \"2020-09-17T17:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRA2\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-07T06:55:00+10:00\",\n          \"data_last_seen\": \"2020-03-21T01:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRA3\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 120.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-08T14:40:00+10:00\",\n          \"data_last_seen\": \"2021-12-07T12:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRB1\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-08T05:40:00+10:00\",\n          \"data_last_seen\": \"2021-12-07T12:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TORRB4\",\n          \"fueltech_id\": \"gas_steam\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 200.0,\n          \"emissions_factor_co2\": 0.5758,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-05-17T00:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TOWER\",\n      \"name\": \"Tower\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TOWER\",\n          \"fueltech_id\": \"gas_wcmg\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 41.2,\n          \"emissions_factor_co2\": 0.7005,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YABULU\",\n      \"name\": \"Townsville\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Townsville Power Station is located in Yabulu, an industrial suburb of Townsville. The station is owned by RATCH-Australia. The station has a 160 MW Siemens turbine and an 82 MW heat recovery steam generator.<br/>The station was built in the late 1990s as an open-cycle plant and was upgraded to combined-cycle operation in 2005.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YABULU2\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 82.0,\n          \"emissions_factor_co2\": 0.6046,\n          \"data_first_seen\": \"2004-12-08T18:10:00+10:00\",\n          \"data_last_seen\": \"2025-01-05T15:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"YABULU\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 160.0,\n          \"emissions_factor_co2\": 0.6046,\n          \"data_first_seen\": \"1998-12-16T19:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TGNSS\",\n      \"name\": \"Traralgon Network Support\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"TGNSS1\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.5399,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TREVALLN\",\n      \"name\": \"Trevallyn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Trevallyn Power Station is a run-of-the-river hydroelectric power station located in the northern Midlands region of Tasmania, Australia. The power station is situated on the Great Lake and South Esk catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TREVALLN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 93.0,\n          \"data_first_seen\": \"2005-05-16T17:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TRIBUTE\",\n      \"name\": \"Tribute\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Tribute Power Station is a conventional hydroelectric power station located in Western Tasmania, Australia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TRIBNL1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 25.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TRIBUTE\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 83.0,\n          \"data_first_seen\": \"2005-05-17T07:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TULLYSM\",\n      \"name\": \"Tully Sugar Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"units\": [\n        {\n          \"code\": \"TULLYSM1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 28.0,\n          \"emissions_factor_co2\": 0.018,\n          \"data_first_seen\": \"2024-08-27T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"SNOWY2\",\n      \"name\": \"Tumut\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Located downstream of Tumut Pond Dam and 366 metres below ground level, Tumut 1 Power Station is situated approximately 2.25 kilometres south-west from Cabramurra, under Happy Valley Rd. The conventional hydroelectric power station has four turbine generators, with a combined generating capacity of 330 megawatts of electricity; and a net generation of 847 gigawatt-hours per annum. The power station was completed in 1959, and has 292.6 metres rated head.<br/><br/>Tumut 2 Power Station is situated approximately 5.91 kilometres north of north-west from Cabramurra, under Goat Ridge Rd, some 244 metres below ground level. The conventional hydroelectric power station has four Francis turbine generators, with a combined generating capacity of 286.4 megawatts and a net generation of 787 gigawatt-hours per annum. The power station was completed in 1962, and has 262.1 metres rated head. Water flows through the turbines at the rate of 118.9 cubic metres per second.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"UPPTUMUT\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 616.0,\n          \"data_first_seen\": \"2001-07-15T00:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"SNOWY2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 616.0,\n          \"data_first_seen\": \"1998-12-07T04:15:00+10:00\",\n          \"data_last_seen\": \"2001-07-13T23:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TUMUT3\",\n      \"name\": \"Tumut 3\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Tumut 3 Power Station is the first major pumped storage hydroelectric power station in Australia. Pump-storage schemes use off-peak energy to pump water to a reservoir on a higher level. This water then passes through turbines to generate electricity when prices are higher. The sole powerhouse is located above ground, below Talbingo Dam.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"SNOWYP\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 600.0,\n          \"data_first_seen\": \"1998-12-09T18:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T14:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1500.0,\n          \"data_first_seen\": \"2001-07-16T07:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-3\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-4\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-5\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"TUMUT3-6\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 250.0,\n          \"data_last_seen\": \"2011-01-06T13:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TUNGATIN\",\n      \"name\": \"Tungatinah\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>The Tungatinah Power Station is a conventional hydroelectric power station located in the Central Highlands region of Tasmania, Australia. The power station is situated on the Upper River Derwent catchment and is owned and operated by Hydro Tasmania.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TUNGATIN\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 125.0,\n          \"data_first_seen\": \"2005-05-16T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ULBESS\",\n      \"name\": \"Ulinda Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Akaysha is developing a large scale BESS adjacent to the Western Downs Substation in Queensland\\u2019s energy heartland. The BESS will support the rapid expansion of solar and wind projects leveraging existing transmission infrastructure in the Western Downs built for conventional energy. The BESS will ensure cost efficient delivery of renewable energy to customers in Queensland while supporting the network.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ULBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ULBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 150.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"ULPBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 197.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"ULPBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 197.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"URANQ\",\n      \"name\": \"Uranquinty\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Uranquinty Power Station is a 640-megawatt (860,000 hp) natural gas-fired power station located in Uranquinty, New South Wales, Australia, comprising four Siemens V94.2 gas turbines.  It is the second largest gas-fired power station in New South Wales, and is used during peak loads.<br/>Uranquinty Power Station was the fourth power station to be constructed by NewGen Power which was jointly owned by ERM Power and Babcock and Brown Power at a cost of $500 million.On 4 July 2008 Babcock and Brown Power announced that it had sold the Uranquinty power station for $700 million to Origin Energy.On 19 January 2009 Origin Energy Limited announced that the Uranquinty Power Station was commissioned with eight people employed to operate the facility.</p>\",\n      \"units\": [\n        {\n          \"code\": \"URANQ14\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 166.0,\n          \"emissions_factor_co2\": 0.5641,\n          \"data_first_seen\": \"2008-10-27T20:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T20:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"URANQ11\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 166.0,\n          \"emissions_factor_co2\": 0.5641,\n          \"data_first_seen\": \"2008-10-27T19:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T21:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"URANQ13\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 166.0,\n          \"emissions_factor_co2\": 0.5641,\n          \"data_first_seen\": \"2008-10-27T19:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"URANQ12\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 166.0,\n          \"emissions_factor_co2\": 0.5641,\n          \"data_first_seen\": \"2008-10-27T19:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-17T21:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0UUNGULAWF\",\n      \"name\": \"Uungula\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Uungula Wind Farm is located on Wiradjuri Country, 14km east of Wellington, NSW.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0UUNGULAWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 414.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"VP\",\n      \"name\": \"Vales Point B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>In 1978, two Toshiba 660 MW units were added to the Vales Point Power Station, becoming &quot;B&quot; Station. The combined capacity of 2195 MW made Vales Point the largest power station in Australia at the time. The Toshiba 660 MW turbo-alternator became the standard in New South Wales, with similar units later being installed at Eraring, Bayswater and Mount Piper.<br/></p>\",\n      \"units\": [\n        {\n          \"code\": \"VP6\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.9877,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VP5\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 660.0,\n          \"emissions_factor_co2\": 0.9877,\n          \"data_first_seen\": \"1999-01-22T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"VPGS\",\n      \"name\": \"Valley Power Peaking\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Valley Power Peaking Facility is an open cycle, gas turbine power station at Traralgon in the Latrobe Valley in Victoria, Australia. It is owned and operated by Snowy Hydro.</p>\",\n      \"units\": [\n        {\n          \"code\": \"VPGS3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-16T13:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-16T08:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-16T13:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T08:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS6\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-16T15:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-18T08:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-16T11:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-01T08:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-16T13:05:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T23:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2006-02-02T12:05:00+10:00\",\n          \"data_last_seen\": \"2015-07-01T00:00:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VPGS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"emissions_factor_co2\": 0.941,\n          \"data_first_seen\": \"2002-05-15T18:10:00+10:00\",\n          \"data_last_seen\": \"2025-06-30T23:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS1\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2002-02-18T17:10:00+10:00\",\n          \"data_last_seen\": \"2002-05-13T14:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2002-03-13T19:45:00+10:00\",\n          \"data_last_seen\": \"2002-05-11T18:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS3\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2002-03-11T16:00:00+10:00\",\n          \"data_last_seen\": \"2002-05-15T04:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS4\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2002-04-09T12:35:00+10:00\",\n          \"data_last_seen\": \"2002-05-11T18:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS5\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"data_first_seen\": \"2002-05-07T11:35:00+10:00\",\n          \"data_last_seen\": \"2002-05-11T18:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"LYGS6\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"retired\",\n          \"emissions_factor_co2\": 0.8715,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"TITREE\",\n      \"name\": \"Veolia Ti Tree\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The facility utilises the 36 million cubic metre void left over from a previous open cut coal operation on the outskirts of Ipswich. As the site is filled, completed areas are rehabilitated to complement the surrounding natural environment. Ti Tree is located adjacent to main roads and rail transport, further enhancing its appeal for economically sustainable waste management in Australia and the world.</p>\",\n      \"units\": [\n        {\n          \"code\": \"TITREE\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 2.0,\n          \"emissions_factor_co2\": 0.7226,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"VICMILL\",\n      \"name\": \"Victoria Mill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"VICMILL1\",\n          \"fueltech_id\": \"bioenergy_biomass\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 24.0,\n          \"emissions_factor_co2\": 0.0201,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"VBB\",\n      \"name\": \"Victorian Big Battery\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Victorian Big Battery is a 300 MW grid-scale battery storage project in Geelong, Australia which will store enough energy in reserve to power over one million Victorian homes for 1/2 an hour.</p>\",\n      \"units\": [\n        {\n          \"code\": \"VBBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 360.0,\n          \"data_first_seen\": \"2021-07-28T12:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T20:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"VBBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 360.0,\n          \"data_first_seen\": \"2021-07-28T11:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0WAGERUP_BESS\",\n      \"name\": \"Wagerup\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"units\": [\n        {\n          \"code\": \"0WAGERUPBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0WAGERUPBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 100.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ALCOA_WGP\",\n      \"name\": \"Wagerup\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Wagerup Power Station is a 380MW dual natural gas and distillate fuelled power station located at Alcoa\\u2019s Wagerup refinery in south-west Western Australia.  Located about 130 km south of Perth, on the border of Western Australia\\u2019s Peel and South West regions, the Power Station is four kilometres north of Yarloop and 13 km south of Waroona. Wagerup is only operated when there is insufficient capacity in the South West Interconnected System to meet high demand.<br/>Two open system gas turbines commenced operations at Wagerup in October 2007.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ALCOA_WGP\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 26.0,\n          \"emissions_factor_co2\": 0.5834,\n          \"data_first_seen\": \"2013-12-17T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ALINTA_WGP_GT\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 195.15,\n          \"emissions_factor_co2\": 0.5834,\n          \"data_first_seen\": \"2014-01-11T14:30:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"ALINTA_WGP_U2\",\n          \"fueltech_id\": \"gas_ocgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 196.85,\n          \"emissions_factor_co2\": 0.5834,\n          \"data_first_seen\": \"2014-02-24T10:30:00+08:00\",\n          \"data_last_seen\": \"2025-06-26T18:50:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WAGGNSF\",\n      \"name\": \"Wagga North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Wagga Wagga Solar Farm site is located six kilometres from the town centre adjacent to the Bomen industrial zone. The project has been in development since 2017 and is currently in the early stages of construction.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WAGGNSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 55.0,\n          \"data_first_seen\": \"2021-08-03T18:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"ALINTA_WWF\",\n      \"name\": \"Walkaway\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Alinta wind farm (also known as Walkaway wind farm) is a wind power station at Walkaway, just south of Geraldton, Western Australia. It is  owned by Infigen Energy and has offtake agreements with Alinta Energy and AGL Energy.The Alinta wind farm has an installed capacity of 89.1 megawatts. It supplies Perth and the south west in the South West Interconnected System (SWIS).<br/>Each year the wind farm generates energy that would normally produce 360,150 tonnes of greenhouse gases if generated by fossil fuel based methods. This is the equivalent of removing 76,000 cars from the roads.Electricity produced by the wind farm is purchased  mainly by Alinta Energy.</p>\",\n      \"units\": [\n        {\n          \"code\": \"ALINTA_WWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 89.1,\n          \"data_first_seen\": \"2013-12-17T08:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WLWLSF\",\n      \"name\": \"Walla Walla\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>FRV Services Australia (FRV) is constructing a 300 megawatt (MWac) solar farm near Walla Walla in NSW. The solar farm will utilise the region\\u2019s abundant sunlight to generate clean, renewable energy for business and households in NSW.<br/><br/>The Independent Planning Commission (IPC) provided planning consent for the Project on 27th November 2020 after extensive community consultation and detailed assessment of the Project proposal. The solar farm is due to commence construction in January 2023.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WLWLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 201.6,\n          \"data_first_seen\": \"2024-10-21T17:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WLWLSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 201.6,\n          \"data_first_seen\": \"2024-10-28T09:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WW\",\n      \"name\": \"Wallerawang\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Wallerawang Power Station was a thermal coal power station, located near Wallerawang, in the Central Tablelands region of New South Wales, Australia. The power station was equipped with two turbo-alternators of 500 megawatts (670,000 hp) each, supplied by CA Parsons and Company of Newcastle-upon-Tyne, England. Production commenced in May 1957.In July 2013, EnergyAustralia acquired Wallerawang Power Station, along with Mount Piper Power Station, from Delta Electricity for $160 million. Due to dwindling demand, the first of the two generating units had been mothballed in January 2013, and the second in April 2014. In November 2014, EnergyAustralia announced that it would permanently close Wallerawang due to ongoing reduced energy demand, lack of access to competitively priced coal and the power station\\u2019s high operating costs.  EnergyAustralia began the process of removing useful equipment from the station in 2015 and began demolition of the site when this process has been completed.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WW7\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 1.03,\n          \"data_first_seen\": \"1998-12-07T09:30:00+10:00\",\n          \"data_last_seen\": \"2014-01-25T11:45:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WW8\",\n          \"fueltech_id\": \"coal_black\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 500.0,\n          \"emissions_factor_co2\": 1.03,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2014-03-31T22:20:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WALGRV\",\n      \"name\": \"Wallgrove\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>A 50MW/75MWh lithium ion battery will be installed at Transgrid\\u2019s Wallgrove substation in Western Sydney.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WALGRVG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2021-10-29T12:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WALGRVL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 47.0,\n          \"data_first_seen\": \"2021-11-02T14:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"PRDSO_WALPOLE\",\n      \"name\": \"Walpole\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Western Power is partnering with WA engineering firm Power Research and Development (PRD) to develop a mini-pumped hydro facility in Walpole and connect it to the SWIS network.<br/><br/>Two dams are being built on a farming property near Walpole, one high and one low, to transfer and store the water. Solar panels and batteries will power the pumping action and shift the water, making it self-sufficient.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PRDSO_WALPOLE_HG1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.5,\n          \"data_first_seen\": \"2025-03-04T12:25:00+10:00\",\n          \"data_last_seen\": \"2025-06-10T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0WAMBOWF\",\n      \"name\": \"Wambo\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Wambo Wind Farm is a renewable energy generation project located near Jandowae, at a site chosen for its excellent wind resources and attractive grid connectivity.</p><p>The project is a 50:50 joint venture between Cubico Sustainable Investments, a major investor in the renewable energy sector globally and Stanwell, a Queensland Government-owned electricity generator.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0WAMBOWF2\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 248.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WAMBOWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 252.0,\n          \"data_first_seen\": \"2025-06-21T11:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WANDSF\",\n      \"name\": \"Wandoan\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Wandoan South Solar 1 consists of approximately 250,000 solar photovoltaic panels across 500 ha of the Wandoan South Project site and will have a maximum output of 125 MW. The project is connected to Powerlink\\u2019s Wandoan South Substation, located to the south of the Project site.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0WANDSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 240.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WANDSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 159.0,\n          \"data_first_seen\": \"2023-05-25T12:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WANDBG\",\n      \"name\": \"Wandoan South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Wandoan South Battery Energy Storage System (BESS) Project is located near Wandoan, 400km north-west of Brisbane in the Darling Downs region. The BESS will have a discharge capacity of up to 100MW and store 150MWh of energy, which could power up to 57,000 average homes annually. It represents the first milestone of the Wandoan South Project to be developed across several stages.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WANDBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 123.0,\n          \"data_first_seen\": \"2021-09-08T15:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WANDBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 123.0,\n          \"data_first_seen\": \"2021-10-14T12:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T19:35:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WTAHB\",\n      \"name\": \"Waratah Super Battery\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>To ensure NSW continues to have reliable energy supply as our coal-fired power stations close, the NSW Government is delivering the Waratah Super Battery project.</p><p>The Waratah Super Battery project is a System Integrity Protection Scheme (SIPS) designed to act as a &#x27;shock absorber&#x27; in the event of any sudden power surges, including from bush fires or lightning strikes. The SIPS also provides a virtual transmission solution that increases the capacity of the existing transmission system, allowing electricity consumers in the Hunter, Sydney and Illawarra regions to access more energy from existing generators.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WTAHB1L1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1093.84,\n          \"data_first_seen\": \"2024-09-30T16:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:10:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"WTAHB1G1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1095.84,\n          \"data_first_seen\": \"2024-09-03T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WARRADARGE\",\n      \"name\": \"Warradarge\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Warradarge Wind Farm will have a total output of 180 megawatts with a capacity factor of nearly 50 per cent \\u2013 the equivalent of the average annual electricity needs of 148,500 West Australian homes.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WARRADARGE_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 180.0,\n          \"data_first_seen\": \"2020-08-05T11:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WG\",\n      \"name\": \"Warragamba\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Warragamba Power Station is a hydroelectric power station at Warragamba Dam, New South Wales, Australia. Warragamba has one turbine with a generating capacity of 50 MW of electricity.<br/>The power station was completed in 1959 and is now disconnected from the electricity grid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WG01\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 50.0,\n          \"data_first_seen\": \"2010-03-04T16:00:00+08:00\",\n          \"data_last_seen\": \"2012-05-17T01:25:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WARWSF\",\n      \"name\": \"Warwick\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Warwick Solar Farm is a 64 MWac renewable energy facility in the Southern Downs Region of Queensland, which is approximately 160km west of Brisbane.</p><p>The project was developed by Terrain Solar and acquired by the University of Queensland in 2018 at a ready-to-build status, enabling them to become the first major university in the world to offset 100 per cent of their electricity use with renewable power produced from their own assets.</p><p>The University of Queensland will also use the project as a research and teaching facility. Construction commenced in February 2019 and was formally opened in July 2020.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WARWSF2\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.0,\n          \"data_first_seen\": \"2020-09-22T08:25:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WARWSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 39.0,\n          \"data_first_seen\": \"2020-09-22T08:35:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WATERLWF\",\n      \"name\": \"Waterloo\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Waterloo wind farm is east of Manoora, South Australia. It is the largest wind farm operated by EnergyAustralia.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WATERLWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 130.0,\n          \"data_first_seen\": \"2010-08-20T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WPWF\",\n      \"name\": \"Wattle Point\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>Wattle Point Wind Farm is a wind farm near Edithburgh on the Yorke Peninsula in South Australia, which has been operating since April 2005. When it was officially opened in June of that year it was Australia&#x27;s largest wind farm at 91 megawatts (122,000 hp). The installation consists of 55 wind turbines covering 17.5 square kilometres (6.8 sq mi)and was built at a cost of 180 million Australian dollars. It is connected to ETSA Utilities electricity transmission system via a 132 kilovolt line.The location was chosen after identification as having one of mainland Australia&#x27;s highest average wind speeds. The wind farm was officially opened by South Australian Premier Mike Rann and Southern Hydro Chairman, Dr Keith Turner. The opening was opposed by some of the local Indigenous Australians, the Adjahdura (or Narungga). A descendant of the traditional landowners argued that construction desecrated an ancient burial ground, disturbing skeletons in the construction of turbine number four. Work was halted in late 2004 after the discovery of human remains, artefacts and tools. The Aboriginal Affairs Department, and the developers, separately commissioned archaeological reports resulting in the development allowed to proceed with five towers being repositioned. Both reports concluded that the bones had come from elsewhere on the peninsula, being later reburied at Wattle Point. The region&#x27;s aboriginal community was divided on construction; Narungga National Aboriginal Corporation supporting development and the Narungga Heritage Committee strongly opposing.Wattle Point Wind Farm was built and owned by Southern Hydro Pty Limited. Southern Hydro was owned by Meridian Energy of New Zealand until October 2005, when it was bought by the Australian Gas Light Company (AGL). The windfarm was acquired by Alinta in October 2006, as part of an asset merger with AGL, and subsequently by the Australia and New Zealand Banking Group&#x27;s Energy Infrastructure Trust, for 225 million dollars on 23 April 2007.<br/><br/>The District Council of Yorke Peninsula approved a second wind farm, Wattle Point Stage 2. However it did not proceed due to insufficient capacity in the electrical transmission lines.The facility is closely connected to the Dalrymple ESCRI battery, a 30-megawatt battery storage facility at Dalrymple substation about 21 kilometres (13 mi) to the north.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WPWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 91.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WAUBRAWF\",\n      \"name\": \"Waubra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Waubra wind farm is located on both sides of the Sunraysia Highway 35 km north-west of Ballarat in Victoria, Australia. It is the fourth largest wind farm in Australia and was the largest wind farm by number of turbines and total capacity in the southern hemisphere upon its completion in July 2009.Consisting of 128 wind turbines, with associated substations and an operations centre, each wind turbine has a capacity of 1.5 megawatts (MW). The total installed capacity is 192 MW.The green energy generated by the wind farm each year provides electricity for 143,000 households enough to power a city 3-4 times the size of Ballarat.Acciona Energy formed a Community Reference Group (CRG) for the construction phase of the Waubra wind farm, to provide a regular forum for community input to the project and to facilitate communication between members of the Waubra community and the wind farm project team. In 2010 the anti-wind farm lobby group the Waubra Foundation adopted the name of the nearby town.<br/>The construction of the Waubra wind farm received financial assistance as part of the Victorian State Government\\u2019s Victorian Renewable Energy Target (VRET).In July 2011 the Australian Broadcasting Corporation 4 Corners program explored health concerns connected with Australian wind farms in its &quot;Against the Wind&quot; report. The Waubra wind farm and the community living around it was featured in the report.<br/>A viewing platform designed by Melbourne-based firm JOH Architects is accessible to tourists and located just off the Sunraysia Highway.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WAUBRAWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 192.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WELLSF1\",\n      \"name\": \"Wellington\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>This project consists of a 200MWdc solar farm at Goolma Road, Wuuluman. Construction on this project commenced in December 2019. </p><p>The solar farm is situated on 316 hectares of grazed agricultural land, which has predominantly been used for sheep and cattle grazing.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WELLSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 216.0,\n          \"data_first_seen\": \"2020-11-14T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WELNSF\",\n      \"name\": \"Wellington North\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>This solar project consists of a 425MWdc solar farm approximately seven kilometres north-east of Wellington, off Goolma Road, and 50 kilometres south-east of Dubbo in the Orana region of NSW. The project has been approved by the NSW Department Planning, Industry and Environment with construction, which will create 400 jobs, currently underway.<br/><br/>The solar farm is adjacent to our 200MWdc Wellington solar farm which is currently in construction. Once operational, both sites will create a solar hub with a combined installed capacity of 625MWdc.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WELNSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 436.0,\n          \"data_first_seen\": \"2024-05-21T15:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WEMENSF1\",\n      \"name\": \"Wemen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Wemen Solar Farm is a photovoltaic power station in northwestern Victoria, Australia. It was constructed by RCR and Laing O\\u2019Rourke for owner Wirsol Energy, completed in 2018.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WEMENSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 97.0,\n          \"data_first_seen\": \"2018-11-07T13:30:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"BLAIRFOX_WESTHILLS\",\n      \"name\": \"West Hills\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Blair Fox managed the purchase and dismantling of 20 ENERCON E40 500kW wind turbines from the San Giorgio La Molara wind farm in the province of Benevento, Italy.<br/><br/>These wind turbines were transported to Western Australia, refurbished and installed at the West Hills and Karakin Wind Farms around 150km north of Perth.<br/><br/>The 5MW West Hills Wind Farm supplies electricity to our client farm in Lancelin.</p>\",\n      \"units\": [\n        {\n          \"code\": \"BLAIRFOX_WESTHILLS_WF3\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"data_first_seen\": \"2013-12-18T12:00:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T05:05:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WESTILLA\",\n      \"name\": \"West Illawarra Leagues Club\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WESTILL1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.812,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WEST_KALGOORLIE\",\n      \"name\": \"West Kalgoorlie\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>The Kalgoorlie Gas Turbine Station is used to provide emergency back-up electricity for our electricity network, especially in the Kalgoorlie region. It consists of two open cycle gas turbines with a total electricity generation output capacity of 57 megawatts, operated on distillate as the primary fuel. The power station is not attended with all turbines operated remotely from the Pinjar control room.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WEST_KALGOORLIE_GT2\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 41.2,\n          \"emissions_factor_co2\": 0.562,\n          \"data_first_seen\": \"2014-01-09T08:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WEST_KALGOORLIE_GT3\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 23.3,\n          \"emissions_factor_co2\": 0.562,\n          \"data_first_seen\": \"2014-01-09T09:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WKIEWA\",\n      \"name\": \"West Kiewa\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>One of four units in the Kiewa Hydroelectric Scheme.</p><p>350km northeast of Melbourne in the Australian Alps, the Kiewa Hydroelectric Scheme is the largest in the State. Kiewa houses four power stations with an average annual electricity output of 404 GWh. The scheme harnesses energy from the Rocky Valley and Pretty Valley branches of the East Kiewa River, which rises on the Bogong High Plains, and the West Kiewa River, which rises near Mount Hotham.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WKIEWA2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 31.0,\n          \"data_first_seen\": \"1998-12-07T06:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WKIEWA1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 31.0,\n          \"data_first_seen\": \"1998-12-07T06:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"AGLNOW1\",\n      \"name\": \"West Nowra\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"AGLNOW1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WSTWYSF\",\n      \"name\": \"West Wyalong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>West Wyalong solar farm is a 107MW project located near Wyalong, NSW. Snowy Hydro will purchase two-thirds of the power generated from the solar project through a 15-year PPA.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WSTWYSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 105.0,\n          \"data_first_seen\": \"2022-09-27T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WDBESS\",\n      \"name\": \"Western Downs\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This is the first stage of the Western Downs Battery.</p><p>Western Downs battery is a 540 MW storing up to 1,080 MWh of energy with up to 2 hrs of power in reserve.</p><p>It is a grid-scale battery which will leverage leading-edge technology, connecting into Australia\\u2019s national electricity grid via the transmission network.</p><p>As an industrial sized battery energy storage system, the battery will provide grid stability by dispatching stored energy to the grid during peak times of demand.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WDBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 272.4,\n          \"data_first_seen\": \"2024-07-01T14:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WDBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 270.48,\n          \"data_first_seen\": \"2024-07-05T10:20:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:00:00+10:00\",\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WDGPH\",\n      \"name\": \"Western Downs\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Western Downs Green Power Hub is a large solar farm project under construction. At a size of 460 MW of installed solar panels once built, it will be Australia\\u2019s largest operating solar farm. The site also holds up to 150MW battery energy storage potential. The 200 MW battery which will be located next to the solar farm is in advanced stage of development</p>\",\n      \"units\": [\n        {\n          \"code\": \"WDGPH1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 501.0,\n          \"data_first_seen\": \"2022-02-15T14:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WDBESS2\",\n      \"name\": \"Western Downs 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This is the second stage of the Western Downs Battery.</p><p>Western Downs battery is a 540 MW storing up to 1,080 MWh of energy with up to 2 hrs of power in reserve.</p><p>It is a grid-scale battery which will leverage leading-edge technology, connecting into Australia\\u2019s national electricity grid via the transmission network.</p><p>As an industrial sized battery energy storage system, the battery will provide grid stability by dispatching stored energy to the grid during peak times of demand.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WDBESSG2\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 270.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"WDBESSL2\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 270.0,\n          \"dispatch_type\": \"LOAD\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WESTCBT\",\n      \"name\": \"Western Suburbs League Club\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WESTCBT1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.812,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WRSF1\",\n      \"name\": \"White Rock Solar Farm\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The White Rock Solar Farm is a 20 MW solar photovoltaic development located near the White Rock Wind Farm in New South Wales, Australia. Together, they form a hybrid renewable energy facility that shares infrastructure, such as grid connections and substations, to maximize efficiency. The solar farm, which became operational in 2018, powers approximately 8,000 homes annually. It was developed with support from ARENA to improve large-scale solar energy expertise.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WRSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 22.0,\n          \"data_first_seen\": \"2018-10-05T13:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WRWF1\",\n      \"name\": \"White Rock Wind Farm\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The White Rock Wind Farm is located in New South Wales, Australia, and is comprised of up to 119 wind turbines. Stage One of the project, with 70 turbines, generates 175 MW of clean energy, powering approximately 105,000 homes annually. The second stage, currently in planning, will add up to 48 turbines, boosting the overall capacity to 216 MW. This wind farm is part of a larger effort to increase renewable energy production in the region.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WRWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 175.0,\n          \"data_first_seen\": \"2017-07-08T09:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WHITSF\",\n      \"name\": \"Whitsunday\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Whitsunday Solar Farm is a solar farm located at Collinsville in North Queensland, Australia. It has a generating capacity of 57.5 megawatts. Operations commenced in 2018. The power station is jointly owned by Edify Energy and Wirsol. It is co-located at the same site as the Hamilton Solar Farm and the Daydream Solar Farm.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WHITSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 57.5,\n          \"data_first_seen\": \"2018-07-11T13:55:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WHIT1\",\n      \"name\": \"Whitwood Road\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WHIT1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.062,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WILGAPK\",\n      \"name\": \"Wilga Park\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WILGAPK\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 10.0,\n          \"emissions_factor_co2\": 0.5692,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WILGAPKB\",\n      \"name\": \"Wilga Park B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WILGB01\",\n          \"fueltech_id\": \"gas_recip\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.0,\n          \"emissions_factor_co2\": 0.5692,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WILLHOV\",\n      \"name\": \"William Hovel\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"units\": [\n        {\n          \"code\": \"WILLHOV1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.5,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0WDBESS\",\n      \"name\": \"Williamsdale\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Eku Energy has partnered with the Australian Capital Territory (ACT) Government to deliver a 250 megawatt (MW) / 500 megawatt-hour (MWh) battery energy storage system (BESS).<br/><br/>Located at Williamsdale in the south of Canberra, the battery will store enough renewable energy to power one-third of Canberra for two hours during peak demand periods, increasing energy security and reliability for Canberrans.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0WDBESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0WDBESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 250.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WGWF\",\n      \"name\": \"Willogoleche\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>The Willogoleche Wind Farm is a wind farm in the vicinity of Hallett in the Mid North region of South Australia. It generates up to 119 MW of electricity. There are 32 turbines in the wind farm. The closest to the town of Hallett is 3.2km west of the town, and the furthest is 8.3km southwest of the town. It was officially opened on 30 July 2019. The electricity generated is sold by Engie&#x27;s retail brand Simply Energy.The Australian Energy Market Operator expected the wind farm to start providing electricity to the grid from Winter 2018. A generation licence was issued on 20 June 2018 for 32 turbines to generate up to 122.56MW. The Willogoleche Wind Farm in Hallet, South Australia officially opened in July 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WGWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 119.0,\n          \"data_first_seen\": \"2018-08-29T14:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"NINEWIL\",\n      \"name\": \"Willoughby\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"NINEWIL1\",\n          \"fueltech_id\": \"distillate\",\n          \"status_id\": \"retired\",\n          \"capacity_registered\": 3.0,\n          \"emissions_factor_co2\": 0.957,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WINDHILL\",\n      \"name\": \"Windy Hill\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Windy Hill Wind Farm is a wind power station near Ravenshoe on the Atherton Tablelands, Queensland, Australia. Windy Hill has 20 wind turbines with a generating capacity of 12 MW of electricity, providing enough power for about 3,500 homes. The cost of the project was A$20 million. It was the second wind farm to be constructed in Queensland after the 0.45Mw station on Thursday Island (1997).<br/>The power station was commissioned in 2000 and was initially operated by the Stanwell Corporation. In December 2007 Windy Hill was sold to Transfield Services Infrastructure Fund (TSIF) as part of Queensland Government&#x27;s ClimateSmart 2050 strategy. A new substation was built to allow the wind farm&#x27;s power to connect to the existing 66 kV transmission line. RATCH-Australia bought TSIF in 2011.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WHILL1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WINGF1\",\n      \"name\": \"Wingfield\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>EDL owns and operates the Wingfield I and II power stations, which are located adjacent to and work collaboratively with the world-class Wingfield Waste and Recycling Centre.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WINGF1_1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.12,\n          \"emissions_factor_co2\": 0.143,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WINGF2\",\n      \"name\": \"Wingfield 2\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"SA1\",\n      \"description\": \"<p>EDL owns and operates the Wingfield I and II power stations, which are located adjacent to and work collaboratively with the world-class Wingfield Waste and Recycling Centre.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WINGF2_1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.12,\n          \"emissions_factor_co2\": 0.0763,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WINTSF1\",\n      \"name\": \"Winton\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>FRV, a global renewable energy solutions provider and leading solar developer, is currently constructing the 85 MW AC Winton Solar Farm project, near Benalla in Victoria.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WINTSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 107.0,\n          \"data_first_seen\": \"2021-03-30T05:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WIVENHOE\",\n      \"name\": \"Wivenhoe\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>The Wivenhoe Power Station is situated between the Splityard Creek Dam and Lake Wivenhoe.  The Splityard Creek dam is situated in hills adjacent to Lake Wivenhoe and is about 100 metres (330 ft) above it.The Wivenhoe Dam has been built across the Brisbane River about 80 kilometres (50 mi) by road from the centre of Brisbane, the capital of the state of Queensland, Australia.  The body of water held behind the dam is called Lake Wivenhoe.</p>\",\n      \"units\": [\n        {\n          \"code\": \"PUMP2\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 240.0,\n          \"data_first_seen\": \"1998-12-29T03:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T14:30:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"W/HOE#1\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 285.0,\n          \"data_first_seen\": \"1998-12-17T15:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"PUMP1\",\n          \"fueltech_id\": \"pumps\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 240.0,\n          \"data_first_seen\": \"1998-12-20T03:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T15:50:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"W/HOE#2\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 285.0,\n          \"data_first_seen\": \"1998-12-15T10:45:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T18:35:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WIVENSH\",\n      \"name\": \"Wivenhoe\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WIVENSH\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 5.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOLARSF\",\n      \"name\": \"Wollar\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The solar farm will be located on the western side of Barigan Road approximately 7km south of Wollar, around 50km from Mudgee.</p><p>Wollar Solar Farm will have a capacity of up to 280MWac and comprise approximately 660,000 solar panels across almost 500 hectares.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WOLARSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 324.0,\n          \"data_first_seen\": \"2025-01-28T09:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOLLERT\",\n      \"name\": \"Wollert\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WOLLERT1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"emissions_factor_co2\": 0.0718,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WONWP\",\n      \"name\": \"Wonthaggi\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Wonthaggi wind farm is a wind power station at Wonthaggi in Gippsland, Victoria, Australia. It has 6 wind turbines, with a total generating capacity of 12 MW of electricity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WONWP\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 12.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WDLNGN\",\n      \"name\": \"Woodlawn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WDLNGN01\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.0,\n          \"emissions_factor_co2\": 0.0717,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOODLWN\",\n      \"name\": \"Woodlawn\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>The Woodlawn Wind Farm is a wind farm located near Bungendore, New South Wales.  It is part of the Capital Renewable Energy Precinct, along with nearby Capital Wind Farm and the Woodlawn Bioreactor.<br/>Woodlawn Wind Farm was owner and operator Infigen Energy&#x27;s sixth Australian wind farm. It is a 48.3 megawatt wind farm with 23 turbines.  The energy produced by the wind farm can power around 32,000 average Australian households per year, saving over 138,000 tonnes of greenhouse gas emissions per year.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WOODLWN1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 48.3,\n          \"data_first_seen\": \"2011-06-01T10:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOOLNTH1\",\n      \"name\": \"Woolnorth\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"TAS1\",\n      \"description\": \"<p>Woolnorth Wind Farm is a wind power development, comprising two wind farms, at the Woolnorth property at Woolnorth (which includes the location known as Cape Grim), in the far north-west of Tasmania, Australia.   Both wind farms are operated by Woolnorth Wind Farm Holdings, a joint venture between Hydro Tasmania (who own a 25% share) and Shenhua Group (75% share).Bluff Point Wind Farm was constructed in two stages.  The first consisted of six Vestas 1.75 MW (2,350 hp) turbines and was commissioned in 2002.  Stage two, commissioned in 2004, expanded the wind farm with a further 31 of the same turbines, for a total generating capacity of 65 MW (87,000 hp).Studland Bay Wind Farm was commissioned in 2007 and consists of 25 Vestas V90 3 MW (4,000 hp) turbines, for a total capacity of 75 MW (101,000 hp).Tours to the wind farms are available and operated by a private commercial entity.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WOOLNTH1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 140.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOOLGSF\",\n      \"name\": \"Woolooga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>This 214MWp project in Lower Wonga, Queensland began construction in June 2021, and interested parties will be able to find all the information they need about the Woolooga project here.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0WOOLGBG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 222.0,\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"0WOOLGBL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 222.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"WOOLGSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 222.5,\n          \"data_first_seen\": \"2022-05-24T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:05:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"0WOORBESS\",\n      \"name\": \"Wooreen\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>EnergyAustralia has committed to building a four-hour utility-scale battery of 350 MW capacity, which is scheduled to be in operation before the end of 2026. The project will provide an economic boost for the Gippsland region, helping to secure Victoria\\u2019s energy supply, enable more renewable energy to enter the electricity network and carry on the Latrobe Valley\\u2019s proud history of powering industry and communities. EnergyAustralia\\u2019s gas-fired Jeeralang power station, located at Hazelwood North in the Latrobe Valley, has been selected as the preferred location for our battery development, based on land availability and optimal connection to the grid.</p>\",\n      \"units\": [\n        {\n          \"code\": \"0WESSL1\",\n          \"fueltech_id\": \"battery_charging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 350.0,\n          \"dispatch_type\": \"LOAD\"\n        },\n        {\n          \"code\": \"0WESSG1\",\n          \"fueltech_id\": \"battery_discharging\",\n          \"status_id\": \"committed\",\n          \"capacity_registered\": 350.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WOYWOY\",\n      \"name\": \"Woy Woy\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WOYWOY1\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.0696,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WUNUSF\",\n      \"name\": \"Wunghnu\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Wunghnu Solar Farm project consists of a 90 MWdc solar farm and battery energy storage system (BESS). The solar project is located on Reillys Pit Road, Wunghnu, in the Goulburn Valley Region of Victoria. Development approval was received from Moira Shire Council in June 2018. The solar farm is situated on 222 hectares of agricultural land, which has been predominantly used for cropping.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WUNUSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 93.5,\n          \"data_first_seen\": \"2024-11-19T05:40:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WYASF\",\n      \"name\": \"Wyalong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p>Situated 7.5 km north east of West Wyalong in New South Wales and occupying approximately 160 hectares of land, the Wyalong Solar Farm will generate enough electricity to power 27,000 average Australian homes, whilst also creating 150 jobs during construction and full and part-time positions during operation.</p>\",\n      \"units\": [\n        {\n          \"code\": \"WYASF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 62.32,\n          \"data_first_seen\": \"2023-08-01T11:10:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:10:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WYANGALA\",\n      \"name\": \"Wyangala A\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WYANGALA\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 20.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WYANGALB\",\n      \"name\": \"Wyangala B\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"NSW1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WYANGALB\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 4.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"WYNDW\",\n      \"name\": \"Wyndham\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"WYNDW\",\n          \"fueltech_id\": \"bioenergy_biogas\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 1.0,\n          \"emissions_factor_co2\": 0.0766,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YALLOURN\",\n      \"name\": \"Yallourn W\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Yallourn Power Station, now owned by EnergyAustralia a wholly owned subsidiary of the Hong-Kong\\u2013based CLP Group, is located in the Latrobe Valley of Victoria, Australia, beside the Latrobe River. Yallourn PS was a complex of six brown coal\\u2013fired thermal power stations built progressively from the 1920s to the 1960s; all except one have now been decommissioned. Today, only the 1,450 megawatts Yallourn W plant remains. It is the second largest power station in Victoria, supplying 22% of Victoria&#x27;s electricity and 8% of the National Electricity Market.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YWPS4\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 380.0,\n          \"emissions_factor_co2\": 1.2999,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"YWPS2\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 360.0,\n          \"emissions_factor_co2\": 1.2999,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"YWPS3\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 380.0,\n          \"emissions_factor_co2\": 1.2999,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        },\n        {\n          \"code\": \"YWPS1\",\n          \"fueltech_id\": \"coal_brown\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 360.0,\n          \"emissions_factor_co2\": 1.2999,\n          \"data_first_seen\": \"1998-12-07T02:50:00+10:00\",\n          \"data_last_seen\": \"2025-07-12T18:25:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YSWF\",\n      \"name\": \"Yaloak South\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Located an hour west of Melbourne approximately 15 kilometres south of Ballan, the Yaloak South Wind Farm commenced construction in late 2016 and construction was completed in June 2018, 25 days ahead of schedule.</p><p>The project comprises fourteen Senvion MM92 wind turbine generators, rated at 2.05MW each, providing a total installed capacity of 28.7MW with a maximum hub height of 80m and a maximum tip height of 126.25m.</p><p>The project has been built in the southern section of the Parwan Valley, which is predominantly cleared agricultural land used for cropping and livestock grazing. Initial plans for a 70 turbine, 115MW capacity wind farm at the site were amended following concerns from local residents of the Parwan Valley about the potential impact on the wedge-tail eagle population and the visual amenity of the local area.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YSWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 28.7,\n          \"data_first_seen\": \"2017-12-19T22:15:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YAMBUK\",\n      \"name\": \"Yambuk\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Yambuk wind farm is the first stage of Pacific Blue\\u2019s four-stage Portland Wind Energy Project (PWEP) in southwest Victoria.</p><p>Located next to our Codrington Wind Farm, near Port Fairy, the site was chosen for its ideal wind conditions \\u2013 its average annual wind speed of 30km/h is perfect for producing clean, non-polluting electricity.</p><p>Completed in 2005, the 30MW Yambuk wind farm comprises 20 wind generators that produce enough energy to meet the annual needs of 35,000 homes per annum, with an average electricity generation of 92.6GWh per year. The turbines installed are NEG Micon NM72C wind turbine generators, rated at 1.5MW each, with a maximum hub height of 70m and a maximum blade tip height of 106m.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YAMBUKWF\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 30.0,\n          \"data_first_seen\": \"2009-07-01T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YANDIN\",\n      \"name\": \"Yandin\",\n      \"network_id\": \"WEM\",\n      \"network_region\": \"WEM\",\n      \"description\": \"<p>Yandin Wind Farm is Western Australia&#x27;s largest wind power station located in Dandaragan, Western Australia. Construction was completed in late October 2020. It comprises of 51 turbines with hub heights of 105m to maximise performance in the site\\u2019s specific wind conditions</p>\",\n      \"units\": [\n        {\n          \"code\": \"YANDIN_WF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 214.0,\n          \"data_first_seen\": \"2020-07-13T07:00:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T07:55:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YARANSF\",\n      \"name\": \"Yarranlea\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p>Yarranlea Solar is an innovative energy company, which has been established to harness the Earth&#x27;s abundant natural resources to create carbon-free energy. Using a range of technologies, our aim is to deliver renewable energy to established power grids across a 24 hour period. Yarranlea Solar is named after our flagship project located on sparsely vegetated farmland approximately 50km west of Toowoomba. This project will connect to the power grid using the existing Ergon Energy infrastructure in the area.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YARANSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 121.0,\n          \"data_first_seen\": \"2020-01-07T09:05:00+08:00\",\n          \"data_last_seen\": \"2025-07-21T17:20:00+08:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YWNGAHYD\",\n      \"name\": \"Yarrawonga\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>Yarrawonga Power Station is adjacent to the original weir structure on Lake Mulwala, on the Murray River, on the south side of the Victorian/NSW border. Yarrawonga Power Station was completed in 1994 and is a run-of-river scheme using a Kaplan-type turbine. The station has two ESAC variable pitch Kaplan turbo-alternators, each with a capacity of 4.75 MW, and feeds power into the Victorian transmission grid at a voltage of 22 kV. Despite the power station&#x27;s presence, Lake Mulwala is kept at a reasonably constant level for recreational purposes. Changes in the head are driven by changes in the height of the Murray River. These changes are directly related to precipitation in the catchment areas and water releases from the Hume Dam.<br/><br/>Upstream storage control at Lake Hume and Dartmouth allows consistent storage levels at Lake Mulwala. This permits Yarrawonga Power Station to be a relatively consistent power producer.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YWNGAHYD\",\n          \"fueltech_id\": \"hydro\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 9.0,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YARWUN\",\n      \"name\": \"Yarwun\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"QLD1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"YARWUN_1\",\n          \"fueltech_id\": \"gas_ccgt\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 154.0,\n          \"emissions_factor_co2\": 0.6132,\n          \"data_first_seen\": \"2010-07-08T10:35:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YATSF1\",\n      \"name\": \"Yatpool\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The 258-hectare Yatpool Solar Farm in northwest Victoria has 350,000 solar PV panels installed totaling 106.5 MWp and generating enough renewable electricity to power 40,000 homes. The Yatpool Solar Farm is just 6km from its sister project the Karadoc Solar Farm which is already generating 112.5 MWp of clean power.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YATSF1\",\n          \"fueltech_id\": \"solar_utility\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 94.0,\n          \"data_first_seen\": \"2020-11-18T13:25:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T17:40:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YAWWF\",\n      \"name\": \"Yawong\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p>The Yawong Wind Farm was developed and constructed by BayWa r.e. Wind Pty Ltd in 2018, commenced operations in late 2018, and was acquired by Epic Energy in April 2019.</p>\",\n      \"units\": [\n        {\n          \"code\": \"YAWWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 7.2,\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    },\n    {\n      \"code\": \"YENDONWF\",\n      \"name\": \"Yendon\",\n      \"network_id\": \"NEM\",\n      \"network_region\": \"VIC1\",\n      \"description\": \"<p></p>\",\n      \"units\": [\n        {\n          \"code\": \"YENDWF1\",\n          \"fueltech_id\": \"wind\",\n          \"status_id\": \"operating\",\n          \"capacity_registered\": 144.4,\n          \"data_first_seen\": \"2019-06-19T00:05:00+10:00\",\n          \"data_last_seen\": \"2025-07-21T21:15:00+10:00\",\n          \"dispatch_type\": \"GENERATOR\"\n        }\n      ]\n    }\n  ],\n  \"total_records\": 570\n}\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/test_ONS.py",
    "content": "from datetime import datetime\n\nimport pandas as pd\n\nfrom electricitymap.contrib.capacity_parsers.ONS import filter_data_by_date\n\n\ndef test_filter_data_by_date():\n    datetime_tuple1 = (datetime(1980, 1, 1), datetime(2015, 1, 1))\n    datetime_tuple2 = (datetime(2018, 10, 1), datetime(2023, 10, 1))\n    datetime_tuple3 = (datetime(2023, 7, 1), None)\n    datetime_tuple4 = (datetime(2010, 1, 1), datetime(2024, 10, 1))\n\n    test_df = pd.DataFrame(\n        [\n            {\"start\": datetime_tuple1[0], \"end\": datetime_tuple1[1], \"value\": 1},\n            {\"start\": datetime_tuple2[0], \"end\": datetime_tuple2[1], \"value\": 1},\n            {\"start\": datetime_tuple3[0], \"end\": datetime_tuple3[1], \"value\": 1},\n            {\"start\": datetime_tuple4[0], \"end\": datetime_tuple4[1], \"value\": 1},\n        ]\n    )\n\n    dt_1 = datetime(2019, 1, 1)\n    dt_2 = datetime(2015, 1, 1)\n    dt_3 = datetime(2023, 10, 31)\n\n    df_1 = filter_data_by_date(test_df, dt_1)\n    df_2 = filter_data_by_date(test_df, dt_2)\n    df_3 = filter_data_by_date(test_df, dt_3)\n\n    filtered_test_df_1 = test_df.loc[\n        (test_df[\"start\"].isin([datetime_tuple2[0], datetime_tuple4[0]]))\n    ]\n\n    filtered_test_df_2 = test_df.loc[\n        (test_df[\"start\"].isin([datetime_tuple1[0], datetime_tuple4[0]]))\n    ]\n    filtered_test_df_3 = test_df.loc[\n        (test_df[\"start\"].isin([datetime_tuple3[0], datetime_tuple4[0]]))\n    ]\n\n    assert df_1.equals(filtered_test_df_1)\n\n    assert df_2.equals(filtered_test_df_2)\n\n    assert df_3.equals(filtered_test_df_3)\n"
  },
  {
    "path": "electricitymap/contrib/capacity_parsers/tests/test_OPENELECTRICITY.py",
    "content": "import os\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pandas as pd\nimport pytest\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.capacity_parsers.OPENELECTRICITY import (\n    fetch_production_capacity,\n    filter_capacity_data_by_datetime,\n)\nfrom electricitymap.contrib.config import ZoneKey\n\nbase_path_to_mock = Path(\n    \"electricitymap/contrib/capacity_parsers/tests/mocks/OPENELECTRICITY\"\n)\n\n\ntest_df = pd.DataFrame(\n    [\n        {\"datetime\": datetime(2021, 1, 1), \"value\": 1},\n        {\"datetime\": datetime(2022, 1, 20), \"value\": 1},\n        {\"datetime\": datetime(2022, 4, 12), \"value\": 1},\n        {\"datetime\": datetime(2022, 10, 3), \"value\": 1},\n        {\"datetime\": datetime(2023, 3, 1), \"value\": 1},\n    ]\n)\n\n\n@pytest.fixture(autouse=True)\ndef openelectricity_token_env():\n    os.environ[\"OPENELECTRICITY_TOKEN\"] = \"token\"\n\n\ndef test_filter_capacity_data_by_datetime():\n    target_datetime_1 = datetime(2022, 3, 1)\n    filtered_df_1 = filter_capacity_data_by_datetime(test_df, target_datetime_1)\n    target_datetime_2 = datetime(2023, 10, 1)\n    filtered_df_2 = filter_capacity_data_by_datetime(test_df, target_datetime_2)\n    target_datetime_3 = datetime(2020, 10, 1)\n    filtered_df_3 = filter_capacity_data_by_datetime(test_df, target_datetime_3)\n\n    assert filtered_df_1.equals(test_df.loc[test_df[\"datetime\"] <= target_datetime_1])\n    assert filtered_df_2.equals(test_df)\n    assert filtered_df_3.equals(\n        test_df.loc[test_df[\"datetime\"] <= datetime(2021, 1, 1)]\n    )\n\n\ndef test_fetch_capacities(adapter, session, snapshot):\n    data = Path(base_path_to_mock, \"AU-QLD_capacities.json\")\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=data.read_text(),\n    )\n\n    target_datetime = datetime(2025, 1, 1)\n    assert snapshot == fetch_production_capacity(\n        ZoneKey(\"AU-QLD\"), target_datetime, session\n    )\n"
  },
  {
    "path": "electricitymap/contrib/config/__init__.py",
    "content": "\"\"\"Global config variables with data read from the config directory.\"\"\"\n\nfrom operator import itemgetter\nfrom pathlib import Path\nfrom typing import Any\n\nfrom electricitymap.contrib.config.co2eq_parameters import generate_co2eq_parameters\nfrom electricitymap.contrib.config.reading import (\n    read_data_centers_config,\n    read_defaults,\n    read_exchanges_config,\n    read_zones_config,\n)\nfrom electricitymap.contrib.config.zones import (\n    generate_all_neighbours,\n    generate_zone_neighbours,\n    zone_bounding_boxes,\n    zone_parents,\n)\nfrom electricitymap.contrib.types import BoundingBox, ZoneKey\n\nCONFIG_DIR = Path(__file__).parent.parent.parent.parent.joinpath(\"config\").resolve()\n\nZONES_CONFIG = read_zones_config(CONFIG_DIR)\nRETIRED_ZONES_CONFIG = read_zones_config(CONFIG_DIR, retired=True)\nEXCHANGES_CONFIG = read_exchanges_config(CONFIG_DIR)\nDATA_CENTERS_CONFIG = read_data_centers_config(CONFIG_DIR)\n\nEU_ZONES = [\n    \"AT\",\n    \"BE\",\n    \"BG\",\n    \"CY\",\n    \"CZ\",\n    \"DE\",\n    \"DK-DK1\",\n    \"DK-DK2\",\n    \"EE\",\n    \"ES\",\n    \"ES-IB-ME\",\n    \"ES-IB-MA\",\n    \"ES-IB-IZ\",\n    \"ES-IB-FO\",\n    \"ES-CN-FV\",\n    \"ES-CN-LZ\",\n    \"ES-CN-GC\",\n    \"ES-CN-TE\",\n    \"ES-CN-LP\",\n    \"ES-CN-IG\",\n    \"ES-CN-HI\",\n    \"ES-CE\",\n    \"ES-ML\",\n    \"FI\",\n    \"FR\",\n    \"FR-COR\",\n    \"PF\",\n    \"NC\",\n    \"RE\",\n    \"GF\",\n    \"GP\",\n    \"MQ\",\n    \"PM\",\n    \"GR\",\n    \"HR\",\n    \"HU\",\n    \"IE\",\n    \"IT-SAR\",\n    \"IT-SIC\",\n    \"IT-NO\",\n    \"IT-CNO\",\n    \"IT-CSO\",\n    \"IT-SO\",\n    \"LT\",\n    \"LU\",\n    \"LV\",\n    \"MT\",\n    \"NL\",\n    \"PL\",\n    \"PT\",\n    \"PT-AC\",\n    \"PT-MA\",\n    \"RO\",\n    \"SE-SE1\",\n    \"SE-SE2\",\n    \"SE-SE3\",\n    \"SE-SE4\",\n    \"AX\",\n    \"SI\",\n    \"SK\",\n]\nEU_ZONES_CONFIG = {k: v for k, v in ZONES_CONFIG.items() if k in EU_ZONES}\n\n# Prepare the CO2eq parameters config dicts.\ndefaults = read_defaults(CONFIG_DIR)\n(\n    co2eq_parameters_all,\n    co2eq_parameters_direct,\n    co2eq_parameters_lifecycle,\n) = generate_co2eq_parameters(defaults, ZONES_CONFIG)\nCO2EQ_PARAMETERS_DIRECT = {**co2eq_parameters_all, **co2eq_parameters_direct}\nCO2EQ_PARAMETERS_LIFECYCLE = {**co2eq_parameters_all, **co2eq_parameters_lifecycle}\nCO2EQ_PARAMETERS = CO2EQ_PARAMETERS_LIFECYCLE  # Global LCA is the default\n\n# Make a dict mapping each zone to its bounding box.\nZONE_BOUNDING_BOXES: dict[ZoneKey, BoundingBox] = zone_bounding_boxes(ZONES_CONFIG)\n\n# Make a mapping from subzone to the parent zone (full zone).\nZONE_PARENT: dict[ZoneKey, ZoneKey] = zone_parents(ZONES_CONFIG)\n\n# Zone neighbours are zones that are connected by exchanges.\nZONE_NEIGHBOURS: dict[ZoneKey, list[ZoneKey]] = generate_zone_neighbours(\n    ZONES_CONFIG, EXCHANGES_CONFIG\n)\n\nALL_NEIGHBOURS: dict[ZoneKey, list[ZoneKey]] = generate_all_neighbours(EXCHANGES_CONFIG)\n\n\ndef _get_most_recent_value(emission_factors: dict) -> dict[dict, Any]:\n    return {\n        k: max(v, key=itemgetter(\"datetime\")) if isinstance(v, list) else v\n        for k, v in emission_factors.items()\n    }\n\n\ndef emission_factors(zone_key: ZoneKey) -> dict[str, float]:\n    \"\"\"Looks up the emission factors for a given zone.\"\"\"\n    override = CO2EQ_PARAMETERS[\"emissionFactors\"][\"zoneOverrides\"].get(zone_key, {})\n    defaults = CO2EQ_PARAMETERS[\"emissionFactors\"][\"defaults\"]\n\n    # Only use most recent yearly numbers from defaults & overrides\n    defaults = _get_most_recent_value(defaults)\n    override = _get_most_recent_value(override)\n\n    merged = {**defaults, **override}\n    return {k: (v or {}).get(\"value\") for (k, v) in merged.items()}\n"
  },
  {
    "path": "electricitymap/contrib/config/capacity.py",
    "content": "from dataclasses import dataclass\nfrom datetime import datetime\nfrom pathlib import Path\n\nfrom electricitymap.contrib.config.reading import read_zones_config\nfrom electricitymap.contrib.types import ZoneKey\n\nCONFIG_DIR = Path(__file__).parent.parent.parent.parent.joinpath(\"config\").resolve()\n\nZONES_CONFIG = read_zones_config(CONFIG_DIR)\n# Get productionCapacity source to zones mapping\nCAPACITY_PARSER_SOURCE_TO_ZONES: dict[str, list[ZoneKey]] = {}\nfor zone_id, zone_config in ZONES_CONFIG.items():\n    if zone_config.get(\"parsers\", {}).get(\"productionCapacity\") is None:\n        continue\n    source = zone_config.get(\"parsers\", {}).get(\"productionCapacity\").split(\".\")[0]\n    if source not in CAPACITY_PARSER_SOURCE_TO_ZONES:\n        CAPACITY_PARSER_SOURCE_TO_ZONES[source] = []\n    CAPACITY_PARSER_SOURCE_TO_ZONES[source].append(zone_id)\n\nZONE_TO_CAPACITY_PARSER_SOURCE = {\n    zone: source\n    for source, zones in CAPACITY_PARSER_SOURCE_TO_ZONES.items()\n    for zone in zones\n}\n\n\n@dataclass\nclass CapacityData:\n    value: float | None\n    source: str | None = None\n\n\ndef get_capacity_data(capacity_config: dict, dt: datetime) -> dict[str, float | None]:\n    \"\"\"Gets the capacity data for a given zone and datetime from ZONES_CONFIG.\"\"\"\n    capacity = {}\n    for mode, capacity_value in capacity_config.items():\n        if isinstance(capacity_value, int | float | None):\n            # TODO: This part is used for the old capacity format. It shoud be removed once all capacity configs are updated\n            capacity[mode] = capacity_value\n        else:\n            capacity[mode] = _get_capacity_from_dict_or_list(capacity_value, dt).value\n    return capacity\n\n\ndef get_capacity_data_with_source(\n    capacity_config: dict, dt: datetime\n) -> dict[str, CapacityData]:\n    \"\"\"Gets the capacity data for a given zone and datetime from ZONES_CONFIG.\"\"\"\n    capacity = {}\n    for mode, capacity_value in capacity_config.items():\n        if isinstance(capacity_value, int | float):\n            # TODO: This part is used for the old capacity format. It shoud be removed once all capacity configs are updated\n            capacity[mode] = CapacityData(capacity_value)\n        else:\n            capacity[mode] = _get_capacity_from_dict_or_list(capacity_value, dt)\n\n    return capacity\n\n\ndef _get_capacity_from_dict_or_list(\n    mode_capacity: list | dict, dt: datetime\n) -> CapacityData:\n    if isinstance(mode_capacity, dict):\n        # TODO: To be removed as eventually we should only have lists.\n        return CapacityData(mode_capacity[\"value\"], mode_capacity.get(\"source\"))\n    elif isinstance(mode_capacity, list):\n        capacity_tuples = [\n            (d[\"datetime\"], d[\"value\"], d.get(\"source\")) for d in mode_capacity\n        ]\n\n        if dt.isoformat() <= min(capacity_tuples)[0]:\n            return CapacityData(min(capacity_tuples)[1], min(capacity_tuples)[2])\n        else:\n            # valid datetime is the max datetime that is lower than the given datetime\n            # In other words, it is the most recent value that is valid for the given dt\n            max_tuple = max(\n                [(d, v, s) for d, v, s in capacity_tuples if d <= dt.isoformat()]\n            )\n            return CapacityData(max_tuple[1], max_tuple[2])\n"
  },
  {
    "path": "electricitymap/contrib/config/co2eq_parameters.py",
    "content": "\"\"\"Contains a function to make co2eq parameter dicts from\nconfig read from defaults.yaml and zones/*.yaml.\n\"\"\"\n\nfrom typing import Any\n\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef generate_co2eq_parameters(\n    defaults: dict[str, Any], zones_config: dict[ZoneKey, Any]\n) -> tuple[dict[str, Any], dict[str, Any], dict[str, Any]]:\n    \"\"\"Returns dicts with co2eq parameters.\n\n    Args:\n      defaults: config read from defaults.yaml\n      zones_config: config read from zones/*.yaml\n\n    Returns:\n        co2eq_parameters_all: dict with co2eq parameters that apply to all zones\n        co2eq_parameters_direct: dict with co2eq parameters that apply to direct emissions\n        co2eq_parameters_lifecycle: dict with co2eq parameters that apply to lifecycle emissions\n    \"\"\"\n    co2eq_parameters_all = {\n        k: {\n            \"defaults\": defaults[k],\n            \"zoneOverrides\": {},\n        }\n        for k in [\"fallbackZoneMixes\", \"isLowCarbon\", \"isRenewable\"]\n    }\n    co2eq_parameters_direct = {\n        \"emissionFactors\": {\n            \"defaults\": defaults[\"emissionFactors\"][\"direct\"],\n            \"zoneOverrides\": {},\n        },\n    }\n    co2eq_parameters_lifecycle = {\n        \"emissionFactors\": {\n            \"defaults\": defaults[\"emissionFactors\"][\"lifecycle\"],\n            \"zoneOverrides\": {},\n        },\n    }\n\n    # Populate zone overrides.\n    for zone_key, zone_config in zones_config.items():\n        for k in [\"fallbackZoneMixes\", \"isLowCarbon\", \"isRenewable\"]:\n            if k in zone_config:\n                co2eq_parameters_all[k][\"zoneOverrides\"][zone_key] = zone_config[k]\n                del zone_config[k]\n        if \"emissionFactors\" in zone_config:\n            for k in [\"direct\", \"lifecycle\"]:\n                if k in zone_config[\"emissionFactors\"]:\n                    if k == \"direct\":\n                        co2eq_parameters_direct[\"emissionFactors\"][\"zoneOverrides\"][\n                            zone_key\n                        ] = zone_config[\"emissionFactors\"][k]\n                    elif k == \"lifecycle\":\n                        co2eq_parameters_lifecycle[\"emissionFactors\"][\"zoneOverrides\"][\n                            zone_key\n                        ] = zone_config[\"emissionFactors\"][k]\n            del zone_config[\"emissionFactors\"]\n\n    return co2eq_parameters_all, co2eq_parameters_direct, co2eq_parameters_lifecycle\n"
  },
  {
    "path": "electricitymap/contrib/config/constants.py",
    "content": "EXCHANGE_FILENAME_ZONE_SEPARATOR = \"_\"\n\n\nWEATHER_GFS_KEYS = [\"wind\", \"solar\", \"temperature\", \"dewpoint\", \"precipitation\"]\nWEATHER_DATABASE_KEYS = [\n    \"wind_x\",\n    \"wind_y\",\n    \"solar\",\n    \"temperature\",\n    \"dewpoint\",\n    \"precipitation\",\n]\n\n# Note: this is sorted for plotting purposes\nPRODUCTION_MODES = [\n    \"nuclear\",\n    \"geothermal\",\n    \"biomass\",\n    \"coal\",\n    \"wind\",\n    \"solar\",\n    \"hydro\",\n    \"gas\",\n    \"oil\",\n    \"unknown\",\n]\nFORECASTED_PRODUCTION_MODES = [\n    \"solar\",\n    \"wind\",\n]\nSTORAGE_MODES = [\n    \"battery\",\n    \"hydro\",\n]\n\n\n# TODO(olc): Find a more explicit name for `ENERGIES`\n# TODO(olc): This is forecast specific, so it should not be here.\nENERGIES = PRODUCTION_MODES + [f\"{s} discharge\" for s in STORAGE_MODES]\n\nBATCH_SIZE = 500\nPLOT_COLUMNS = {\n    \"consumptionForecast\": {\"title\": \"consumption forecast\", \"col\": \"value\"},\n    \"consumption\": {\"title\": \"consumption\", \"col\": \"consumption\"},\n    \"production\": {\"title\": \"production total\", \"col\": \"prod_total\"},\n    \"price\": {\"title\": \"price\", \"col\": \"price\"},\n    \"generationForecast\": {\"title\": \"generation forecast\", \"col\": \"value\"},\n    \"exchange\": {\"title\": \"exchange\", \"col\": \"netFlow\"},\n    \"exchangeForecast\": {\"title\": \"exchange forecast\", \"col\": \"netFlow\"},\n    \"weatherForecast\": {\"title\": \"weather forecast\", \"col\": \"value\"},\n}\n\nMODE_COLORS = {\n    \"wind\": \"#74cdb9\",\n    \"solar\": \"#f27406\",\n    \"hydro\": \"#2772b2\",\n    \"battery charge\": \"lightgray\",\n    \"hydro charge\": \"#0052cc\",\n    \"hydro discharge\": \"#0052cc\",\n    \"battery discharge\": \"lightgray\",\n    \"biomass\": \"#166a57\",\n    \"geothermal\": \"yellow\",\n    \"nuclear\": \"#AEB800\",\n    \"gas\": \"#bb2f51\",\n    \"coal\": \"#ac8c35\",\n    \"oil\": \"#867d66\",\n    \"unknown\": \"lightgray\",\n}\n\nweatherForecastSchemaVersion = 3\n"
  },
  {
    "path": "electricitymap/contrib/config/data_center_model.py",
    "content": "\"\"\"Data Center model definitions.\"\"\"\n\nimport re\nfrom datetime import date\n\nfrom pydantic.v1 import BaseModel, validator\n\nfrom electricitymap.contrib.types import ZoneKey\n\nDATE_PATTERN = re.compile(r\"^\\d{4}(-\\d{2}(-\\d{2})?)?$\")\n\n\nclass StrictBaseModel(BaseModel):\n    class Config:\n        extra = \"forbid\"\n\n\nclass DataCenter(BaseModel):\n    provider: str\n    lonlat: tuple[float, float]\n    displayName: str\n    region: str\n    zoneKey: ZoneKey\n    operationalSince: date | None\n    operationalUntil: date | None\n    status: str | None\n    source: str | None\n\n    @property\n    def ID(self) -> str:\n        return f\"{self.provider}-{self.region}\"\n\n    @validator(\"provider\", \"region\", \"displayName\")\n    def string_not_empty(cls, v):\n        if not v or v.strip() == \"\":\n            raise ValueError(\"Value must be a non-empty string\")\n        return v\n\n    @validator(\"lonlat\")\n    def lonlat_valid(cls, v):\n        lon, lat = v\n        if not (-180 <= lon <= 180):\n            raise ValueError(\"Longitude must be between -180 and 180\")\n        if not (-90 <= lat <= 90):\n            raise ValueError(\"Latitude must be between -90 and 90\")\n        return v\n\n    @validator(\"operationalSince\", \"operationalUntil\", pre=True)\n    def parse_date(cls, v):\n        if v is None or isinstance(v, date):\n            return v\n        if not isinstance(v, str) or not DATE_PATTERN.match(v):\n            raise ValueError(\n                f\"Date '{v}' must be in YYYY, YYYY-MM, or YYYY-MM-DD format\"\n            )\n        parts = [int(p) for p in v.split(\"-\")]\n        year = parts[0]\n        month = parts[1] if len(parts) >= 2 else 1\n        day = parts[2] if len(parts) == 3 else 1\n        try:\n            return date(year, month, day)\n        except ValueError as err:\n            raise ValueError(f\"Date '{v}' is not a valid calendar date\") from err\n\n    @validator(\"zoneKey\")\n    def zone_key_exists(cls, v):\n        # Import here to avoid circular dependency\n        from electricitymap.contrib.config import ZONES_CONFIG\n\n        if v not in ZONES_CONFIG:\n            raise ValueError(\n                f\"Data center zone key {v} is not one of the allowed zone keys: {ZONES_CONFIG.keys()}\"\n            )\n        return v\n\n\nclass DataCenters(BaseModel):\n    \"\"\"Container for data centers.\"\"\"\n\n    data_centers: list[DataCenter]\n\n    class Config:\n        extra = \"forbid\"\n\n    # check that the ID for each data center is unique\n    @validator(\"data_centers\")\n    def ids_are_unique(cls, v):\n        ids = set()\n        for data_center in v:\n            if data_center.ID in ids:\n                raise ValueError(f\"Duplicate data center ID found: {data_center.ID}\")\n            ids.add(data_center.ID)\n        return v\n\n    @validator(\"data_centers\")\n    def check_unique_combination(cls, v):\n        combinations = set()\n        for data_center in v:\n            combination = (\n                data_center.provider,\n                data_center.region,\n                data_center.zoneKey,\n            )\n            if combination in combinations:\n                raise ValueError(\n                    f\"Duplicate provider-region-zoneKey combination found: {combination}\"\n                )\n            combinations.add(combination)\n        return v\n"
  },
  {
    "path": "electricitymap/contrib/config/emission_factors_lookup.py",
    "content": "from datetime import datetime, timezone\nfrom operator import itemgetter\nfrom typing import Any\n\nfrom pydantic import ValidationError\n\nfrom electricitymap.contrib.config import (\n    CO2EQ_PARAMETERS_DIRECT,\n    CO2EQ_PARAMETERS_LIFECYCLE,\n    ZONE_PARENT,\n    ZONES_CONFIG,\n)\nfrom electricitymap.contrib.config.constants import ENERGIES\nfrom electricitymap.contrib.config.model import (\n    EmissionFactorVariant,\n    YearZoneModeEmissionFactor,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef get_zone_specific_co2eq_parameter(\n    co2eq_parameters: dict,\n    zone_key: str,\n    key: str,\n    sub_key: str,\n    dt: datetime,\n    metadata: bool = False,\n) -> dict[str, float]:\n    if metadata:\n        return _get_zone_specific_co2eq_parameter_with_metadata(\n            co2eq_parameters=co2eq_parameters,\n            zone_key=zone_key,\n            key=key,\n            sub_key=sub_key,\n            dt=dt,\n        )\n    else:\n        return _get_zone_specific_co2eq_parameter_no_metadata(\n            co2eq_parameters=co2eq_parameters,\n            zone_key=zone_key,\n            key=key,\n            sub_key=sub_key,\n            dt=dt,\n        )\n\n\ndef _get_zone_specific_co2eq_parameter_no_metadata(\n    co2eq_parameters: dict, zone_key: str, key: str, sub_key: str, dt: datetime\n) -> dict[str, float]:  # TODO: actually this returns Union[Dict, bool]\n    \"\"\"Accessor for co2eq_parameters.\n    If Available, it will return the zoneOverride value. If not, it will return the default value.\n\n    Args:\n        co2eq_parameters (dict): The dictionary to read from.\n        zone_key (str): The zone_key to try and find a zoneOverride for.\n        key (str): The key of the parameter to find.\n        sub_key (str): The specific sub key inside the parameter that you want to access\n        dt (datetime): Will return the most recent co2eq for that dt. For the latest co2eq, pass `datetime.max`\n\n    Raises:\n        ValueError: Raised when both the zoneOverride and default value is unavailable\n    \"\"\"\n    # TODO this doesn't raise a ValueError at the moment. Which gives typing errors because it can return None.\n    params = co2eq_parameters[key]\n    zone_key = ZoneKey(zone_key)\n\n    defaults = params[\"defaults\"][sub_key]\n    zone_override = params[\"zoneOverrides\"].get(zone_key, {}).get(sub_key, None)\n    # If no entry was found, use the parent if it exists\n    if ZONE_PARENT.get(zone_key) and not zone_override:\n        zone_override = (\n            params[\"zoneOverrides\"].get(ZONE_PARENT[zone_key], {}).get(sub_key, None)\n        )\n\n    res = None\n    res = zone_override if zone_override is not None else defaults\n\n    if isinstance(res, list):\n        # `n` dates are sorted in ascending order (d1, d2, ..., dn)\n        # d1 is valid from from (epoch to d2)\n        # d2 is valid from (d2 to d3)\n        # dn is valid from (dn to end_of_time)\n\n        if len(res) == 0:\n            raise ValueError(\n                f\"Error in given co2eq_parameters. List is empty for [{zone_key}, {key}, {sub_key}]\"\n            )\n\n        res.sort(key=itemgetter(\"datetime\"))\n        dt = dt.replace(tzinfo=timezone.utc)\n        for co2eq in reversed(res):\n            co2eq_dt = datetime.fromisoformat(co2eq[\"datetime\"]).replace(\n                tzinfo=timezone.utc\n            )\n            if co2eq_dt <= dt:\n                return co2eq  # type: ignore[no-any-return]\n        return res[0]  # type: ignore[no-any-return]\n\n    else:\n        return res  # type: ignore[no-any-return]\n\n\ndef _get_zone_specific_co2eq_parameter_with_metadata(\n    co2eq_parameters: dict,\n    zone_key: str,\n    key: str,\n    sub_key: str,\n    dt: datetime,\n) -> dict[str, Any]:\n    \"\"\"\n    Lookup logic identical to get_zone_specific_co2eq_parameter.\n    Adds a 'variant' field that provides context about where an emission factor comes from.\n    Variant selection logic:\n\n    GLOBAL/ZONE -> defined in config/defaults.yaml or config/zones/<zone_key>.yaml\n\n    *_EXACT_TIMELESS -> no \"datetime\"\n    *_EXACT_TIMELY -> has \"datetime\" and \"datetime\".year == dt.year\n    *_FALLBACK_LATEST -> has \"datetime\" and max(\"datetime\").year < dt.year\n    *_FALLBACK_OLDER -> has \"datetime\" and max(\"datetime\").year < dt.year < min(\"datetime\").year and is not EXACT\n    *_FALLBACK_OLDEST -> has \"datetime\" and dt.year < min(\"datetime\").year\n    \"\"\"\n    params = co2eq_parameters[key]\n    zone_key = ZoneKey(zone_key)\n\n    defaults = params[\"defaults\"][sub_key]\n    zone_override = params[\"zoneOverrides\"].get(zone_key, {}).get(sub_key, None)\n    # If no entry was found, use the parent if it exists\n    if ZONE_PARENT.get(zone_key) and not zone_override:\n        zone_override = (\n            params[\"zoneOverrides\"].get(ZONE_PARENT[zone_key], {}).get(sub_key, None)\n        )\n\n    res = None\n    res = zone_override if zone_override is not None else defaults\n\n    if isinstance(res, list):\n        # `n` dates are sorted in ascending order (d1, d2, ..., dn)\n        # d1 is valid from from (epoch to d2)\n        # d2 is valid from (d2 to d3)\n        # dn is valid from (dn to end_of_time)\n\n        if len(res) == 0:\n            raise ValueError(\n                f\"Error in given co2eq_parameters. List is empty for [{zone_key}, {key}, {sub_key}]\"\n            )\n\n        res.sort(key=itemgetter(\"datetime\"))\n        dt = dt.replace(tzinfo=timezone.utc)\n        for i, co2eq in enumerate(reversed(res)):\n            co2eq_dt = datetime.fromisoformat(co2eq[\"datetime\"]).replace(\n                tzinfo=timezone.utc\n            )\n            if co2eq_dt <= dt:\n                ret = co2eq\n\n                ef_year = co2eq_dt.year\n                dt_year = dt.year\n                if ef_year == dt_year:\n                    if zone_override:\n                        variant = EmissionFactorVariant.ZONE_EXACT_TIMELY\n                    else:\n                        variant = EmissionFactorVariant.GLOBAL_EXACT_TIMELY\n                elif ef_year < dt_year:\n                    if i == 0:\n                        if zone_override:\n                            variant = EmissionFactorVariant.ZONE_FALLBACK_LATEST\n                        else:\n                            variant = EmissionFactorVariant.GLOBAL_FALLBACK_LATEST\n                    else:\n                        if zone_override:\n                            variant = EmissionFactorVariant.ZONE_FALLBACK_OLDER\n                        else:\n                            variant = EmissionFactorVariant.GLOBAL_FALLBACK_OLDER\n\n                ret[\"variant\"] = variant.value\n                return ret\n\n        # res is sorted in ascending order, if we get here\n        # it means dt < res[0][\"datetime\"]\n        ret = res[0]\n        if zone_override:\n            variant = EmissionFactorVariant.ZONE_FALLBACK_OLDEST\n        else:\n            variant = EmissionFactorVariant.GLOBAL_FALLBACK_OLDEST\n        ret[\"variant\"] = variant.value\n        return ret\n\n    else:\n        # res is not a list, which implies it's a dict\n        # there are two kinds of dicts\n        # if it has \"datetime\" then it's timely\n        # else it's timeless\n        ret = res\n        ret_dt = res.get(\"datetime\")\n        if ret_dt is None:\n            if zone_override:\n                variant = EmissionFactorVariant.ZONE_EXACT_TIMELESS\n            else:\n                variant = EmissionFactorVariant.GLOBAL_EXACT_TIMELESS\n        else:\n            ret_dt_year = (\n                datetime.fromisoformat(ret_dt).replace(tzinfo=timezone.utc).year\n            )\n            dt_year = dt.year\n            if ret_dt_year == dt_year:\n                if zone_override:\n                    variant = EmissionFactorVariant.ZONE_EXACT_TIMELY\n                else:\n                    variant = EmissionFactorVariant.GLOBAL_EXACT_TIMELY\n            elif ret_dt_year < dt_year:\n                if zone_override:\n                    variant = EmissionFactorVariant.ZONE_FALLBACK_LATEST\n                else:\n                    variant = EmissionFactorVariant.GLOBAL_FALLBACK_LATEST\n            else:\n                if zone_override:\n                    variant = EmissionFactorVariant.ZONE_FALLBACK_OLDEST\n                else:\n                    variant = EmissionFactorVariant.GLOBAL_FALLBACK_OLDEST\n\n        ret[\"variant\"] = variant.value\n        return ret\n\n\ndef _get_emission_factor_lifecycle_and_direct(\n    zone_key, dt, mode\n) -> YearZoneModeEmissionFactor:\n    item = {}\n    item[\"dt\"] = dt\n    item[\"zone_key\"] = zone_key\n    item[\"mode\"] = mode\n    for description, data in [\n        (\"lifecycle\", CO2EQ_PARAMETERS_LIFECYCLE),\n        (\"direct\", CO2EQ_PARAMETERS_DIRECT),\n    ]:\n        result = get_zone_specific_co2eq_parameter(\n            co2eq_parameters=data,\n            zone_key=zone_key,\n            key=\"emissionFactors\",\n            sub_key=mode,\n            dt=dt,\n            metadata=True,\n        )\n        d = {\n            f\"{description}_{k}\": v\n            for k, v in result.items()\n            if k in (\"datetime\", \"source\", \"value\", \"variant\")\n        }\n        item = {**item, **d}\n    model_obj = YearZoneModeEmissionFactor(**item)\n    return model_obj\n\n\ndef get_emission_factors_with_metadata_all_years(\n    start: int | None = None,\n    end: int | None = None,\n) -> tuple[list[YearZoneModeEmissionFactor], list[ValidationError]]:\n    start = 2015 if start is None else start\n    end = datetime.now(tz=timezone.utc).year if end is None else end\n\n    efs = []\n    errors = []\n    for zone_key in ZONES_CONFIG:\n        for i in range(start, end + 1):\n            dt = datetime(year=i, month=1, day=1, tzinfo=timezone.utc)\n            for mode in ENERGIES:\n                try:\n                    model_obj = _get_emission_factor_lifecycle_and_direct(\n                        zone_key, dt, mode\n                    )\n                    efs.append(model_obj)\n                except ValidationError as e:\n                    errors.append(\n                        {\n                            \"mode\": mode,\n                            \"zone_key\": zone_key,\n                            \"dt\": dt,\n                            \"errors\": e.errors(),\n                        }\n                    )\n\n    return efs, errors\n"
  },
  {
    "path": "electricitymap/contrib/config/model.py",
    "content": "from collections.abc import Callable\nfrom datetime import date, datetime, timezone\nfrom enum import Enum\n\n# Pydantic v1.10.17+ provides .v1 namespace for forward compatibility with v2\nfrom pydantic.v1 import (\n    BaseModel,\n    Field,\n    NonNegativeFloat,\n    PositiveInt,\n    confloat,\n    root_validator,\n    validator,\n)\nfrom pydantic.v1.utils import import_string\n\nfrom electricitymap.contrib.config import (\n    CO2EQ_PARAMETERS_DIRECT,\n    CO2EQ_PARAMETERS_LIFECYCLE,\n    EXCHANGES_CONFIG,\n    ZONE_NEIGHBOURS,\n    ZONES_CONFIG,\n)\nfrom electricitymap.contrib.lib.models.constants import VALID_CURRENCIES\nfrom electricitymap.contrib.types import Point, ZoneKey\n\n# NOTE: we could cast Point to a NamedTuple with x/y accessors\n\nPercentage = confloat(ge=0, le=1)\n\n\nclass StrictBaseModel(BaseModel):\n    class Config:\n        extra = \"forbid\"\n\n\nclass StrictBaseModelWithAlias(BaseModel):\n    class Config:\n        extra = \"forbid\"\n        # To allow for both comment and _comment.\n        # _source and source\n        # _url and url\n        # TODO: stick to one of them\n        allow_population_by_field_name = True\n\n\nclass ModeCapacity(StrictBaseModelWithAlias):\n    source: str | None = Field(None, alias=\"_source\")\n    comment: str | None = Field(None, alias=\"_comment\")\n    url: str | list[str] | None = Field(None, alias=\"_url\")\n    datetime: date | datetime | None\n    value: NonNegativeFloat | None\n\n\nclass Capacity(StrictBaseModel):\n    # TODO: if zone.json used underscores for keys we didn't need the Field()\n    battery_storage: (\n        ModeCapacity | list[ModeCapacity] | NonNegativeFloat\n    ) | None = Field(None, alias=\"battery storage\")\n    biomass: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    coal: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    gas: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    geothermal: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    hydro_storage: (\n        ModeCapacity | list[ModeCapacity] | NonNegativeFloat\n    ) | None = Field(None, alias=\"hydro storage\")\n    hydro: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    nuclear: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    oil: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    solar: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    unknown: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n    wind: (ModeCapacity | list[ModeCapacity] | NonNegativeFloat) | None\n\n\ndef _get_parser_folder(parser_key: str) -> str:\n    return (\n        \"electricitymap.contrib.capacity_parsers\"\n        if parser_key == \"productionCapacity\"\n        else \"parsers\"\n    )\n\n\nclass ParsersBaseModel(StrictBaseModel):\n    def get_function(self, data_type: str) -> Callable | None:\n        \"\"\"Lazy load parser functions.\n\n        This requires the consumer to have installed all parser dependencies.\n\n        Returns:\n            Optional[Callable]: parser function\n        \"\"\"\n        function_str = getattr(self, data_type)\n\n        if function_str:\n            parser_folder = _get_parser_folder(data_type)\n            return import_string(f\"{parser_folder}.{function_str}\")\n\n\nclass Parsers(ParsersBaseModel):\n    consumption: str | None\n    consumptionForecast: str | None\n    generationForecast: str | None\n    productionPerModeForecast: str | None\n    productionPerModeForecastDayAhead: str | None\n    productionPerModeForecastIntraday: str | None\n    productionPerModeForecastLatest: str | None\n    dayaheadLocationalMarginalPrice: str | None\n    realtimeLocationalMarginalPrice: str | None\n    price: str | None\n    priceIntraday: str | None\n    production: str | None\n    productionCapacity: str | None\n    gridAlerts: str | None\n\n\nclass Source(StrictBaseModel):\n    link: str\n\n\nclass Delays(StrictBaseModel):\n    consumption: PositiveInt | None\n    consumptionForecast: PositiveInt | None\n    generationForecast: PositiveInt | None\n    price: PositiveInt | None\n    production: PositiveInt | None\n    productionPerModeForecast: PositiveInt | None\n\n\nclass Zone(StrictBaseModelWithAlias):\n    bounding_box: list[Point] | None\n    bypass_aggregation_checks: list[ZoneKey] | None = Field(\n        [], alias=\"bypassedSubZones\"\n    )\n    capacity: Capacity | None\n    center_point: Point | None\n    centroid: Point | None\n    comment: str | None = Field(None, alias=\"_comment\")\n    contributors: list[str] | None\n    delays: Delays | None\n    disclaimer: str | None\n    parsers: Parsers = Parsers()\n    generation_only: bool | None\n    can_have_zero_production: bool | None\n    has_day_ahead_price_license: bool | None\n    hide_day_ahead_price: bool | None\n    sub_zone_names: list[ZoneKey] | None = Field(None, alias=\"subZoneNames\")\n    timezone: str | None\n    key: ZoneKey  # This is not part of zones/{zone_key}.yaml, but added here to enable self referencing\n    sources: dict[str, Source] | None\n    region: str | None\n    country: str | None\n    zone_name: str | None\n    zone_short_name: str | None\n    country_name: str | None\n    currency: str | None\n\n    @validator(\"currency\")\n    def currency_is_valid(cls, v):\n        if v and v not in VALID_CURRENCIES:\n            raise ValueError(f\"Currency {v} is not a valid ISO 4217 currency code\")\n        return v\n\n    def neighbors(self) -> list[ZoneKey]:\n        return ZONE_NEIGHBOURS.get(self.key, [])\n\n\nclass ExchangeParsers(ParsersBaseModel):\n    exchange: str | None\n    exchangeCapacityForecastDayAhead: str | None\n    exchangeCapacityForecastWeekAhead: str | None\n    exchangeCapacityForecastMonthAhead: str | None\n    shadowAuctionAtcDayAhead: str | None\n    coreExternalAtcDayAhead: str | None\n    maxBexDayAhead: str | None\n    scheduledExchangesDayAhead: str | None\n    maxBflowDayAhead: str | None\n    exchangeForecast: str | None\n\n\nclass Exchange(StrictBaseModelWithAlias):\n    capacity: tuple[int, int] | None\n    comment: str | None = Field(None, alias=\"_comment\")\n    lonlat: tuple[float, float] | None\n    parsers: ExchangeParsers | None\n    rotation: int | None\n\n\nclass PowerOriginRatiosValues(StrictBaseModelWithAlias):\n    battery_charge: Percentage | None = Field(None, alias=\"battery charge\")\n    battery_discharge: Percentage | None = Field(None, alias=\"battery discharge\")\n    biomass: Percentage | None\n    coal: Percentage | None\n    gas: Percentage | None\n    geothermal: Percentage | None\n    hydro_discharge: Percentage | None = Field(None, alias=\"hydro discharge\")\n    hydro_charge: Percentage | None = Field(None, alias=\"hydro charge\")\n    hydro: Percentage | None\n    nuclear: Percentage | None\n    oil: Percentage | None\n    solar: Percentage | None\n    unknown: Percentage | None\n    wind: Percentage | None\n\n    @root_validator\n    @classmethod\n    def check_sum(cls, values):\n        \"\"\"Check that the sum of all values is approximately 1.\"\"\"\n        _v = [0 if v is None else v for v in values.values()]\n        if abs(sum(_v) - 1) > 0.01:\n            raise ValueError(\n                f\"All values must approximately sum to 1. Sum to {sum(_v)}\"\n            )\n        return values\n\n\nclass PowerOriginRatios(StrictBaseModelWithAlias):\n    source: str | None = Field(None, alias=\"_source\")\n    comment: str | None = Field(None, alias=\"_comment\")\n    url: str | list[str] | None = Field(None, alias=\"_url\")\n    datetime: date | datetime | None\n    value: PowerOriginRatiosValues\n\n\nclass PowerOriginRatiosForZone(StrictBaseModelWithAlias):\n    source: str | None = Field(None, alias=\"_source\")\n    comment: str | None = Field(None, alias=\"_comment\")\n    url: str | list[str] | None = Field(None, alias=\"_url\")\n    power_origin_ratios: list[PowerOriginRatios] | PowerOriginRatios = Field(\n        alias=\"powerOriginRatios\"\n    )\n\n\nclass FallbackZoneMixes(StrictBaseModelWithAlias):\n    defaults: PowerOriginRatiosForZone\n    zone_overrides: dict[str, PowerOriginRatiosForZone] = Field(alias=\"zoneOverrides\")\n\n\nclass ModeCategoryContribution(StrictBaseModelWithAlias):\n    source: str | None = Field(None, alias=\"_source\")\n    comment: str | None = Field(None, alias=\"_comment\")\n    url: str | list[str] | None = Field(None, alias=\"_url\")\n    datetime: datetime | date | None\n    value: Percentage | None\n\n\nclass CategoryContribution(StrictBaseModelWithAlias):\n    battery_charge: None | (\n        ModeCategoryContribution | list[ModeCategoryContribution]\n    ) = Field(None, alias=\"battery charge\")\n    battery_discharge: None | (\n        ModeCategoryContribution | list[ModeCategoryContribution]\n    ) = Field(None, alias=\"battery discharge\")\n    biomass: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    coal: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    gas: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    geothermal: None | (ModeCategoryContribution | list[ModeCategoryContribution])\n    hydro_charge: None | (\n        ModeCategoryContribution | list[ModeCategoryContribution]\n    ) = Field(None, alias=\"hydro charge\")\n    hydro_discharge: None | (\n        ModeCategoryContribution | list[ModeCategoryContribution]\n    ) = Field(None, alias=\"hydro discharge\")\n    hydro: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    nuclear: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    oil: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    solar: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    unknown: ModeCategoryContribution | list[ModeCategoryContribution] | None\n    wind: ModeCategoryContribution | list[ModeCategoryContribution] | None\n\n    @root_validator\n    @classmethod\n    def check_contributions(cls, values):\n        for v in values.values():\n            if isinstance(v, list):\n                # verify ordered by datetime\n                dts = [c.datetime for c in v]\n                if dts != sorted(dts):\n                    raise ValueError(\"Contributions must be ordered by datetime\")\n        return values\n\n\nclass IsLowCarbon(StrictBaseModelWithAlias):\n    defaults: CategoryContribution = CategoryContribution()\n    zone_overrides: dict[str, CategoryContribution] = Field(alias=\"zoneOverrides\")\n\n\nclass IsRenewable(StrictBaseModelWithAlias):\n    defaults: CategoryContribution = CategoryContribution()\n    zone_overrides: dict[str, CategoryContribution] = Field(alias=\"zoneOverrides\")\n\n\nclass ModeEmissionFactor(StrictBaseModelWithAlias):\n    source: str | None = Field(None, alias=\"_source\")\n    comment: str | None = Field(None, alias=\"_comment\")\n    url: str | list[str] | None = Field(None, alias=\"_url\")\n    datetime: date | datetime | None\n    value: NonNegativeFloat\n\n\nclass AllModesEmissionFactors(StrictBaseModelWithAlias):\n    battery_charge: None | (\n        list[ModeEmissionFactor] | ModeEmissionFactor\n    ) = Field(None, alias=\"battery charge\")\n    battery_discharge: None | (\n        list[ModeEmissionFactor] | ModeEmissionFactor\n    ) = Field(None, alias=\"battery discharge\")\n    biomass: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    coal: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    gas: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    geothermal: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    hydro_charge: list[ModeEmissionFactor] | ModeEmissionFactor | None = Field(\n        None, alias=\"hydro charge\"\n    )\n    hydro_discharge: None | (\n        list[ModeEmissionFactor] | ModeEmissionFactor\n    ) = Field(None, alias=\"hydro discharge\")\n    hydro: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    nuclear: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    oil: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    solar: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    unknown: list[ModeEmissionFactor] | ModeEmissionFactor | None\n    wind: list[ModeEmissionFactor] | ModeEmissionFactor | None\n\n    @root_validator\n    @classmethod\n    def check_emission_factors(cls, values):\n        \"\"\"\n        Check that all emission factors given as list are not empty.\n        \"\"\"\n        for v in values.values():\n            if isinstance(v, list) and len(v) == 0:\n                raise ValueError(\"Emission factors must not be an empty list\")\n        return values\n\n\nclass EmissionFactors(StrictBaseModelWithAlias):\n    defaults: AllModesEmissionFactors\n    zone_overrides: dict[str, AllModesEmissionFactors] = Field(alias=\"zoneOverrides\")\n\n\nclass CO2eqParameters(StrictBaseModelWithAlias):\n    fallback_zone_mixes: FallbackZoneMixes = Field(alias=\"fallbackZoneMixes\")\n    is_low_carbon: IsLowCarbon = Field(alias=\"isLowCarbon\")\n    is_renewable: IsRenewable = Field(alias=\"isRenewable\")\n    emission_factors: EmissionFactors = Field(alias=\"emissionFactors\")\n\n\nclass ConfigModel(StrictBaseModel):\n    exchanges: dict[str, Exchange]\n    zones: dict[str, Zone]\n\n\n# The co2eq parameters config model is separated as it does not respect the\n# format: [zone_key]: [config for zone]\n# NOTE: Possibility to parse the co2eq config to make it available as [zone_key]: [co2eq params]\nclass CO2eqConfigModel(StrictBaseModel):\n    direct: CO2eqParameters\n    lifecycle: CO2eqParameters\n\n\ndef _load_config_model() -> ConfigModel:\n    for zone_key, zone in ZONES_CONFIG.items():\n        zone[\"key\"] = zone_key\n\n    return ConfigModel(exchanges=EXCHANGES_CONFIG, zones=ZONES_CONFIG)\n\n\nCONFIG_MODEL = _load_config_model()\nCO2EQ_CONFIG_MODEL = CO2eqConfigModel(\n    direct=CO2EQ_PARAMETERS_DIRECT, lifecycle=CO2EQ_PARAMETERS_LIFECYCLE\n)\n\n\nclass EmissionFactorVariant(Enum):\n    \"\"\"\n    Describes where an emission factor (EF) comes from.\n    See electricitymap/contrib/config/emission_factors.py::_get_zone_specific_co2eq_parameter_with_metadata\n    \"\"\"\n\n    GLOBAL_EXACT_TIMELESS = \"global_exact_timeless\"\n    GLOBAL_EXACT_TIMELY = \"global_exact_timely\"\n    GLOBAL_FALLBACK_LATEST = \"global_fallback_latest\"\n    GLOBAL_FALLBACK_OLDER = \"global_fallback_older\"\n    GLOBAL_FALLBACK_OLDEST = \"global_fallback_oldest\"\n\n    ZONE_EXACT_TIMELESS = \"zone_exact_timeless\"\n    ZONE_EXACT_TIMELY = \"zone_exact_timely\"\n    ZONE_FALLBACK_LATEST = \"zone_fallback_latest\"\n    ZONE_FALLBACK_OLDER = \"zone_fallback_older\"\n    ZONE_FALLBACK_OLDEST = \"zone_fallback_oldest\"\n\n\nclass EmissionFactorMode(Enum):\n    BIOMASS = \"biomass\"\n    COAL = \"coal\"\n    GAS = \"gas\"\n    GEOTHERMAL = \"geothermal\"\n    HYDRO = \"hydro\"\n    NUCLEAR = \"nuclear\"\n    OIL = \"oil\"\n    SOLAR = \"solar\"\n    UNKNOWN = \"unknown\"\n    WIND = \"wind\"\n    BATTERY_DISCHARGE = \"battery discharge\"\n    HYDRO_DISCHARGE = \"hydro discharge\"\n\n\nclass YearZoneModeEmissionFactor(StrictBaseModelWithAlias):\n    dt: datetime = Field(..., alias=\"datetime\")\n    zone_key: ZoneKey\n    mode: EmissionFactorMode\n    lifecycle_value: NonNegativeFloat\n    lifecycle_source: str\n    lifecycle_variant: EmissionFactorVariant\n    lifecycle_datetime: datetime | None\n    direct_value: NonNegativeFloat\n    direct_source: str\n    direct_variant: EmissionFactorVariant\n    direct_datetime: datetime | None\n\n    @validator(\"dt\", \"lifecycle_datetime\", \"direct_datetime\", pre=True)\n    def validate_datetime_field(cls, v: datetime | None) -> datetime | None:\n        if v is None:\n            return v\n\n        if isinstance(v, str):\n            v = datetime.fromisoformat(v).replace(tzinfo=timezone.utc)\n\n        if v.tzinfo is None or v.tzinfo.utcoffset(v) is None:\n            raise ValueError(\"Datetime must be timezone-aware\")\n\n        truncated_to_year = v.replace(\n            month=1,\n            day=1,\n            hour=0,\n            minute=0,\n            second=0,\n            microsecond=0,\n        )\n        if v != truncated_to_year:\n            raise ValueError(\"Datetime must be truncated to year.\")\n        return v\n\n    @root_validator\n    def check_factor_relationship(cls, values):\n        direct_value = values[\"direct_value\"]\n        lifecycle_value = values[\"lifecycle_value\"]\n        if direct_value > lifecycle_value:\n            raise ValueError(\n                f\"Direct factor must be <= lifecycle factor. Got {direct_value=}, {lifecycle_value=}\"\n            )\n        return values\n"
  },
  {
    "path": "electricitymap/contrib/config/py.typed",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/config/reading.py",
    "content": "import json\nfrom typing import Any\n\nfrom ruamel.yaml import YAML\n\nfrom electricitymap.contrib.config.constants import EXCHANGE_FILENAME_ZONE_SEPARATOR\nfrom electricitymap.contrib.types import ZoneKey\n\nyaml = YAML(typ=\"safe\")\n\n\ndef read_defaults(config_dir) -> dict[str, Any]:\n    \"\"\"Reads the defaults.yaml file.\"\"\"\n    defaults_path = config_dir.joinpath(\"defaults.yaml\")\n    with open(defaults_path, encoding=\"utf-8\") as file:\n        return yaml.load(file)\n\n\ndef read_zones_config(config_dir, retired=False) -> dict[ZoneKey, Any]:\n    \"\"\"Reads all the zone config files.\"\"\"\n    zones_config: dict[ZoneKey, Any] = {}\n    for zone_path in config_dir.joinpath(\n        \"retired_zones\" if retired is True else \"zones\"\n    ).glob(\"*.yaml\"):\n        try:\n            zone_key = ZoneKey(zone_path.stem)\n            with open(zone_path, encoding=\"utf-8\") as file:\n                zones_config[zone_key] = yaml.load(file)\n        except Exception as e:\n            print(f\"Error reading zone config for {zone_path.stem}: {e}\")\n    return zones_config\n\n\ndef read_exchanges_config(config_dir) -> dict[ZoneKey, Any]:\n    \"\"\"Reads all the exchange config files.\"\"\"\n    exchanges_config = {}\n    for exchange_path in config_dir.joinpath(\"exchanges\").glob(\"*.yaml\"):\n        exchange_key_unicode = exchange_path.stem\n        zone_keys = exchange_key_unicode.split(EXCHANGE_FILENAME_ZONE_SEPARATOR)\n        assert len(zone_keys) == 2\n        exchange_key = \"->\".join(zone_keys)\n        with open(exchange_path, encoding=\"utf-8\") as file:\n            exchanges_config[exchange_key] = yaml.load(file)\n    return exchanges_config\n\n\ndef read_data_centers_config(config_dir):\n    \"\"\"Reads the data centers config file.\"\"\"\n    from electricitymap.contrib.config.data_center_model import DataCenters\n\n    data_centers_path = config_dir.joinpath(\"data_centers\", \"data_centers.json\")\n    with open(data_centers_path, encoding=\"utf-8\") as file:\n        data_centers_dict = json.load(file)\n    return DataCenters(data_centers=list(data_centers_dict.values()))\n"
  },
  {
    "path": "electricitymap/contrib/config/types.py",
    "content": "# DEPRECATED: Import from electricitymap.contrib.types instead.\n# This re-export is kept for backward compatibility.\nfrom electricitymap.contrib.types import BoundingBox, Point\n\n__all__ = [\"Point\", \"BoundingBox\"]\n"
  },
  {
    "path": "electricitymap/contrib/config/zones.py",
    "content": "\"\"\"This module contains functions for working with zones configs.\"\"\"\n\nfrom collections import defaultdict\nfrom typing import Any\n\nfrom electricitymap.contrib.types import BoundingBox, ZoneKey\n\n\ndef zone_bounding_boxes(zones_config: dict[ZoneKey, Any]) -> dict[ZoneKey, BoundingBox]:\n    \"\"\"Returns a dict mapping each zone to its bounding box.\"\"\"\n    bounding_boxes = {}\n    for zone_id, zone_config in zones_config.items():\n        if \"bounding_box\" in zone_config:\n            bounding_boxes[zone_id] = zone_config[\"bounding_box\"]\n    return bounding_boxes\n\n\ndef zone_parents(zones_config: dict[ZoneKey, Any]) -> dict[ZoneKey, ZoneKey]:\n    \"\"\"Returns a dict mapping each zone to its parent zone.\"\"\"\n    zone_parents = {}\n    for zone_id, zone_config in zones_config.items():\n        if \"subZoneNames\" in zone_config:\n            for sub_zone_id in zone_config[\"subZoneNames\"]:\n                zone_parents[sub_zone_id] = zone_id\n    return zone_parents\n\n\ndef generate_zone_neighbours(\n    zones_config: dict[ZoneKey, Any], exchanges_config: dict[ZoneKey, Any]\n) -> dict[ZoneKey, list[ZoneKey]]:\n    \"\"\"Returns a dict mapping each zone to its neighbours.\n\n    Neighbours are defined as zones that are connected by an exchange.\n    This represents the edges of the flow-tracing graph.\n    \"\"\"\n    zone_neighbours = defaultdict(set)\n    for k, v in exchanges_config.items():\n        if not v.get(\"parsers\", {}).get(\"exchange\", None):\n            # Interconnector config has no parser, and will therefore not be part\n            # of the flowtracing graph.\n            continue\n        try:\n            zone_1, zone_2 = k.split(\"->\")\n            zone_1 = ZoneKey(zone_1)\n            zone_2 = ZoneKey(zone_2)\n            if zones_config[zone_1].get(\"subZoneNames\") or zones_config[zone_2].get(\n                \"subZoneNames\"\n            ):\n                # Both zones must not have subzones.\n                continue\n            pairs = [(zone_1, zone_2), (zone_2, zone_1)]\n            for zone_name_1, zone_name_2 in pairs:\n                zone_neighbours[zone_name_1].add(zone_name_2)\n        except Exception:\n            continue\n    # Sort the lists of neighbours for each zone.\n    return {k: sorted(v) for k, v in zone_neighbours.items()}\n\n\ndef generate_all_neighbours(\n    exchanges_config: dict[ZoneKey, Any],\n) -> dict[ZoneKey, list[ZoneKey]]:\n    \"\"\"This object represents all neighbours regardless of granularity.\"\"\"\n    zone_neighbours = defaultdict(set)\n    for k in exchanges_config:\n        zone_1, zone_2 = k.split(\"->\")\n        pairs = [(zone_1, zone_2), (zone_2, zone_1)]\n        for zone_name_1, zone_name_2 in pairs:\n            zone_neighbours[zone_name_1].add(zone_name_2)\n    # Sort the lists of neighbours for each zone.\n    return {k: sorted(v) for k, v in zone_neighbours.items()}\n"
  },
  {
    "path": "electricitymap/contrib/lib/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/lib/data_types.py",
    "content": "# DEPRECATED: Import from electricitymap.contrib.types instead.\n# This re-export is kept for backward compatibility.\nfrom electricitymap.contrib.types import (\n    ALL_DATA_TYPES,\n    EXCHANGE_DATA_TYPES,\n    LMP_DATA_TYPES,\n    ParserDataType,\n)\n\n__all__ = [\"ParserDataType\", \"ALL_DATA_TYPES\", \"EXCHANGE_DATA_TYPES\", \"LMP_DATA_TYPES\"]\n"
  },
  {
    "path": "electricitymap/contrib/lib/models/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/lib/models/constants.py",
    "content": "VALID_CURRENCIES = [\n    \"AFN\",\n    \"ALL\",\n    \"DZD\",\n    \"USD\",\n    \"EUR\",\n    \"AOA\",\n    \"XCD\",\n    \"ARS\",\n    \"AMD\",\n    \"AWG\",\n    \"AUD\",\n    \"AZN\",\n    \"BSD\",\n    \"BHD\",\n    \"BDT\",\n    \"BBD\",\n    \"BYN\",\n    \"BZD\",\n    \"XOF\",\n    \"BMD\",\n    \"BTN\",\n    \"INR\",\n    \"BOB\",\n    \"BOV\",\n    \"BAM\",\n    \"BWP\",\n    \"NOK\",\n    \"BRL\",\n    \"BND\",\n    \"BGN\",\n    \"BIF\",\n    \"CVE\",\n    \"KHR\",\n    \"XAF\",\n    \"CAD\",\n    \"KYD\",\n    \"CLF\",\n    \"CLP\",\n    \"CNY\",\n    \"COP\",\n    \"COU\",\n    \"KMF\",\n    \"CDF\",\n    \"NZD\",\n    \"CRC\",\n    \"HRK\",\n    \"CUC\",\n    \"CUP\",\n    \"ANG\",\n    \"CZK\",\n    \"DKK\",\n    \"DJF\",\n    \"DOP\",\n    \"EGP\",\n    \"SVC\",\n    \"ERN\",\n    \"ETB\",\n    \"FKP\",\n    \"FJD\",\n    \"XPF\",\n    \"GMD\",\n    \"GEL\",\n    \"GHS\",\n    \"GIP\",\n    \"GTQ\",\n    \"GBP\",\n    \"GNF\",\n    \"GYD\",\n    \"HTG\",\n    \"HNL\",\n    \"HKD\",\n    \"HUF\",\n    \"ISK\",\n    \"IDR\",\n    \"XDR\",\n    \"IRR\",\n    \"IQD\",\n    \"ILS\",\n    \"JMD\",\n    \"JPY\",\n    \"JOD\",\n    \"KZT\",\n    \"KES\",\n    \"KPW\",\n    \"KRW\",\n    \"KWD\",\n    \"KGS\",\n    \"LAK\",\n    \"LBP\",\n    \"LSL\",\n    \"ZAR\",\n    \"LRD\",\n    \"LYD\",\n    \"CHF\",\n    \"MOP\",\n    \"MGA\",\n    \"MWK\",\n    \"MYR\",\n    \"MVR\",\n    \"MRU\",\n    \"MUR\",\n    \"XUA\",\n    \"MXN\",\n    \"MXV\",\n    \"MDL\",\n    \"MNT\",\n    \"MAD\",\n    \"MZN\",\n    \"MMK\",\n    \"NAD\",\n    \"NPR\",\n    \"NIO\",\n    \"NGN\",\n    \"OMR\",\n    \"PKR\",\n    \"PAB\",\n    \"PGK\",\n    \"PYG\",\n    \"PEN\",\n    \"PHP\",\n    \"PLN\",\n    \"QAR\",\n    \"MKD\",\n    \"RON\",\n    \"RUB\",\n    \"RWF\",\n    \"SHP\",\n    \"WST\",\n    \"STN\",\n    \"SAR\",\n    \"RSD\",\n    \"SCR\",\n    \"SLE\",\n    \"SGD\",\n    \"XSU\",\n    \"SBD\",\n    \"SOS\",\n    \"SSP\",\n    \"LKR\",\n    \"SDG\",\n    \"SRD\",\n    \"SZL\",\n    \"SEK\",\n    \"CHE\",\n    \"CHW\",\n    \"SYP\",\n    \"TWD\",\n    \"TJS\",\n    \"TZS\",\n    \"THB\",\n    \"TOP\",\n    \"TTD\",\n    \"TND\",\n    \"TRY\",\n    \"TMT\",\n    \"UGX\",\n    \"UAH\",\n    \"AED\",\n    \"USN\",\n    \"UYI\",\n    \"UYU\",\n    \"UZS\",\n    \"VUV\",\n    \"VEF\",\n    \"VED\",\n    \"VND\",\n    \"YER\",\n    \"ZMW\",\n    \"ZWL\",\n]\n"
  },
  {
    "path": "electricitymap/contrib/lib/models/event_lists.py",
    "content": "from abc import ABC, abstractmethod\nfrom collections.abc import Sequence\nfrom datetime import datetime\nfrom logging import Logger\nfrom operator import itemgetter\nfrom typing import Any, Generic, TypeVar\n\nimport pandas as pd\n\nfrom electricitymap.contrib.lib.models.events import (\n    Event,\n    EventSourceType,\n    Exchange,\n    ExchangeCapacity,\n    GridAlert,\n    GridAlertType,\n    LocationalMarginalPrice,\n    Price,\n    ProductionBreakdown,\n    ProductionMix,\n    StorageMix,\n    TotalConsumption,\n    TotalProduction,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nEventType = TypeVar(\"EventType\", bound=\"Event\")\n\n\nclass EventList(ABC, Generic[EventType]):\n    \"\"\"\n    A wrapper around Events lists.\n    Events are indexed by datetimes.\n    \"\"\"\n\n    logger: Logger\n    events: list[EventType]\n\n    def __init__(self, logger: Logger):\n        self.events = []\n        self.logger = logger\n\n    def __len__(self):\n        return len(self.events)\n\n    def __contains__(self, datetime) -> bool:\n        return any(event.datetime == datetime for event in self.events)\n\n    def __setitem__(self, datetime, event: EventType):\n        self.events[self.events.index(self[datetime])] = event\n\n    def __add__(self, other: \"EventList\") -> \"EventList\":\n        new_list = self.__class__(self.logger)\n        new_list.events = self.events + other.events\n        return new_list\n\n    def __getitem__(self, datetime) -> EventType:\n        return next(event for event in self.events if event.datetime == datetime)\n\n    def __iter__(self):\n        return iter(self.events)\n\n    @abstractmethod\n    def append(self, **kwargs):\n        \"\"\"Handles creation of events and adding it to the batch.\"\"\"\n        # TODO Handle one day the creation of mixed batches.\n        pass\n\n    def to_list(self) -> list[dict[str, Any]]:\n        return sorted(\n            [event.to_dict() for event in self.events], key=itemgetter(\"datetime\")\n        )\n\n    @property\n    def dataframe(self) -> pd.DataFrame:\n        \"\"\"Gives the dataframe representation of the events, indexed by datetime.\"\"\"\n        return pd.DataFrame.from_records(\n            [\n                {\n                    \"datetime\": event.datetime,\n                    \"zoneKey\": event.zoneKey,\n                    \"source\": event.source,\n                    \"sourceType\": event.sourceType,\n                    \"data\": event,\n                }\n                for event in self.events\n                if len(self.events) > 0\n            ]\n        ).set_index(\"datetime\")\n\n\nclass AggregatableEventList(EventList[EventType], ABC, Generic[EventType]):\n    \"\"\"An abstract class to supercharge event lists with aggregation capabilities.\"\"\"\n\n    @classmethod\n    def is_completely_empty(\n        cls, ungrouped_events: Sequence[\"AggregatableEventList\"], logger: Logger\n    ) -> bool:\n        \"\"\"Checks if the lists to be merged have any data.\"\"\"\n        if len(ungrouped_events) == 0:\n            return True\n        if all(len(event_list.events) == 0 for event_list in ungrouped_events):\n            logger.warning(f\"All {cls.__name__} are empty.\")\n            return True\n        return False\n\n    @classmethod\n    def get_zone_source_type(\n        cls,\n        events: pd.DataFrame,\n    ) -> tuple[ZoneKey, str, EventSourceType]:\n        \"\"\"\n        Given a concatenated dataframe of events, return the unique zone, the aggregated sources and the unique source type.\n        Raises an error if there are multiple zones or source types.\n        It assumes that zoneKey, source and sourceType are present in the dataframe's columns.\n        \"\"\"\n        return (\n            AggregatableEventList._get_unique_zone(events),\n            AggregatableEventList._get_aggregated_sources(events),\n            AggregatableEventList._get_unique_source_type(events),\n        )\n\n    @classmethod\n    def _get_unique_zone(cls, events: pd.DataFrame) -> ZoneKey:\n        \"\"\"\n        Given a concatenated dataframe of events, return the unique zone.\n        Raises an error if there are multiple zones.\n        It assumes that `zoneKey` is present in the dataframe's columns.\n        \"\"\"\n        zones = events[\"zoneKey\"].unique()\n        if len(zones) != 1:\n            raise ValueError(\n                f\"Trying to merge {cls.__name__} from multiple zones \\\n                , got {len(zones)}: {', '.join(zones)}\"\n            )\n        return zones[0]\n\n    @classmethod\n    def _get_aggregated_sources(cls, events: pd.DataFrame) -> str:\n        \"\"\"\n        Given a concatenated dataframe of events, return the aggregated sources.\n        It assumes that `source` is present in the dataframe's columns.\n        \"\"\"\n        sources = events[\"source\"].unique()\n        sources = \", \".join(sources)\n        return sources\n\n    @classmethod\n    def _get_unique_source_type(cls, events: pd.DataFrame) -> EventSourceType:\n        \"\"\"\n        Given a concatenated dataframe of events, return the unique source type.\n        Raises an error if there are multiple source types.\n        It assumes that `sourceType` is present in the dataframe's columns.\n        \"\"\"\n        source_types = events[\"sourceType\"].unique()\n        if len(source_types) != 1:\n            raise ValueError(\n                f\"Trying to merge {cls.__name__} from multiple source types \\\n                , got {len(source_types)}: {', '.join(source_types)}\"\n            )\n        return source_types[0]\n\n\nclass ExchangeList(AggregatableEventList[Exchange]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        netFlow: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = Exchange.create(\n            self.logger, zoneKey, datetime, source, netFlow, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n    @staticmethod\n    def merge_exchanges(\n        ungrouped_exchanges: list[\"ExchangeList\"], logger: Logger\n    ) -> \"ExchangeList\":\n        \"\"\"\n        Given multiple parser outputs, sum the netflows of corresponding datetimes\n        to create a unique exchange list. Sources will be aggregated in a\n        comma-separated string. Ex: \"entsoe, eia\".\n        \"\"\"\n        exchanges = ExchangeList(logger)\n        if ExchangeList.is_completely_empty(ungrouped_exchanges, logger):\n            return exchanges\n\n        # Create a dataframe for each parser output, then flatten the exchanges.\n        exchange_dfs = [\n            pd.json_normalize(exchanges.to_list()).set_index(\"datetime\")\n            for exchanges in ungrouped_exchanges\n            if len(exchanges.events) > 0\n        ]\n\n        exchange_df = pd.concat(exchange_dfs)\n        exchange_df = exchange_df.rename(columns={\"sortedZoneKeys\": \"zoneKey\"})\n        zone_key, sources, source_type = ExchangeList.get_zone_source_type(exchange_df)\n        exchange_df = exchange_df.groupby(level=\"datetime\", dropna=False).sum(\n            numeric_only=True,\n        )\n        for dt, row in exchange_df.iterrows():\n            exchanges.append(\n                zone_key, dt.to_pydatetime(), sources, row[\"netFlow\"], source_type\n            )  # type: ignore\n\n        return exchanges\n\n    @staticmethod\n    def update_exchanges(\n        exchanges: \"ExchangeList\", new_exchanges: \"ExchangeList\", logger: Logger\n    ) -> \"ExchangeList\":\n        \"\"\"Given a new batch of exchanges, update the existing ones.\"\"\"\n        if len(new_exchanges) == 0:\n            return exchanges\n        elif len(exchanges) == 0:\n            return new_exchanges\n\n        for new_event in new_exchanges.events:\n            if new_event.datetime in exchanges:\n                existing_event = exchanges[new_event.datetime]\n                updated_event = Exchange._update(existing_event, new_event)\n                exchanges[new_event.datetime] = updated_event\n            else:\n                exchanges.append(\n                    new_event.zoneKey,\n                    new_event.datetime,\n                    new_event.source,\n                    new_event.netFlow,\n                    new_event.sourceType,\n                )\n\n        return exchanges\n\n\nclass ExchangeCapacityList(EventList[ExchangeCapacity]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        capacityExport: float | None,\n        capacityImport: float | None,\n        sourceType: EventSourceType = EventSourceType.published,\n    ):\n        event = ExchangeCapacity.create(\n            self.logger,\n            zoneKey,\n            datetime,\n            source,\n            capacityExport,\n            capacityImport,\n            sourceType,\n        )\n        if event:\n            self.events.append(event)\n\n\nclass ProductionBreakdownList(AggregatableEventList[ProductionBreakdown]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        production: ProductionMix | None = None,\n        storage: StorageMix | None = None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = ProductionBreakdown.create(\n            self.logger, zoneKey, datetime, source, production, storage, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n    @staticmethod\n    def merge_production_breakdowns(\n        ungrouped_production_breakdowns: list[\"ProductionBreakdownList\"],\n        logger: Logger,\n        matching_timestamps_only: bool = False,\n    ) -> \"ProductionBreakdownList\":\n        \"\"\"\n        Given multiple parser outputs, sum the production and storage\n        of corresponding datetimes to create a unique production breakdown list.\n        Sources will be aggregated in a comma-separated string. Ex: \"entsoe, eia\".\n        There should be only one zone in the list of production breakdowns.\n        Matching timestamps only will only keep the timestamps where all the production breakdowns have data.\n        \"\"\"\n        production_breakdowns = ProductionBreakdownList(logger)\n        if ProductionBreakdownList.is_completely_empty(\n            ungrouped_production_breakdowns, logger\n        ):\n            return production_breakdowns\n        len_ungrouped_production_breakdowns = len(ungrouped_production_breakdowns)\n        df = pd.concat(\n            [\n                production_breakdowns.dataframe\n                for production_breakdowns in ungrouped_production_breakdowns\n                if len(production_breakdowns.events) > 0\n            ]\n        )\n        _, _, _ = ProductionBreakdownList.get_zone_source_type(df)\n\n        df = df.drop(columns=[\"source\", \"sourceType\", \"zoneKey\"])\n        df = df.groupby(level=0, dropna=False)[\"data\"].apply(list)\n        if matching_timestamps_only:\n            logger.info(\n                f\"Filtering production breakdowns to keep \\\n                only the timestamps where all the production breakdowns \\\n                have data, {len(df[df.apply(lambda x: len(x) != len_ungrouped_production_breakdowns)])}\\\n                points where discarded.\"\n            )\n            df = df[df.apply(lambda x: len(x) == len_ungrouped_production_breakdowns)]\n        for row in df:\n            prod = ProductionBreakdown.aggregate(row)\n            production_breakdowns.events.append(prod)\n        return production_breakdowns\n\n    @staticmethod\n    def update_production_breakdowns(\n        production_breakdowns: \"ProductionBreakdownList\",\n        new_production_breakdowns: \"ProductionBreakdownList\",\n        logger: Logger,\n        matching_timestamps_only: bool = False,\n    ) -> \"ProductionBreakdownList\":\n        \"\"\"\n        Given a new batch of production breakdowns, update the existing ones.\n\n        Params:\n        - production_breakdowns: The existing production breakdowns to be updated.\n        - new_production_breakdowns: The new batch of production breakdowns.\n        - logger: The logger object used for logging information.\n        - matching_timestamps_only: Flag indicating whether to update only the events with matching timestamps from both the production breakdowns.\n        \"\"\"\n\n        if len(new_production_breakdowns) == 0:\n            return production_breakdowns\n        elif len(production_breakdowns) == 0:\n            return new_production_breakdowns\n\n        updated_production_breakdowns = ProductionBreakdownList(logger)\n\n        if matching_timestamps_only:\n            diff = abs(len(new_production_breakdowns) - len(production_breakdowns))\n            logger.info(\n                f\"Filtering production breakdowns to keep only the events where both the production breakdowns have matching datetimes, {diff} events where discarded.\"\n            )\n\n        for new_event in new_production_breakdowns.events:\n            if new_event.datetime in production_breakdowns:\n                existing_event = production_breakdowns[new_event.datetime]\n                updated_event = ProductionBreakdown._update(existing_event, new_event)\n                updated_production_breakdowns.append(\n                    updated_event.zoneKey,\n                    updated_event.datetime,\n                    updated_event.source,\n                    updated_event.production,\n                    updated_event.storage,\n                    updated_event.sourceType,\n                )\n            elif matching_timestamps_only is False:\n                updated_production_breakdowns.append(\n                    new_event.zoneKey,\n                    new_event.datetime,\n                    new_event.source,\n                    new_event.production,\n                    new_event.storage,\n                    new_event.sourceType,\n                )\n\n        if matching_timestamps_only is False:\n            for existing_event in production_breakdowns.events:\n                if existing_event.datetime not in new_production_breakdowns:\n                    updated_production_breakdowns.append(\n                        existing_event.zoneKey,\n                        existing_event.datetime,\n                        existing_event.source,\n                        existing_event.production,\n                        existing_event.storage,\n                        existing_event.sourceType,\n                    )\n\n        return updated_production_breakdowns\n\n\nclass TotalProductionList(AggregatableEventList[TotalProduction]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        value: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = TotalProduction.create(\n            self.logger, zoneKey, datetime, source, value, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n    @staticmethod\n    def merge_total_production_lists(\n        ungrouped_production_lists: list[\"TotalProductionList\"],\n        logger: Logger,\n    ) -> \"TotalProductionList\":\n        \"\"\"\n        Given multiple parser outputs, sum the production of corresponding datetimes\n        to create a unique production list. Sources will be aggregated in a\n        comma-separated string. Ex: \"entsoe, eia\".\n        \"\"\"\n        production_list = TotalProductionList(logger)\n        if TotalProductionList.is_completely_empty(ungrouped_production_lists, logger):\n            return production_list\n\n        # Create a dataframe for each parser output, then flatten the production.\n        production_dfs = [\n            pd.json_normalize(production.to_list()).set_index(\"datetime\")\n            for production in ungrouped_production_lists\n            if len(production.events) > 0\n        ]\n\n        production_df = pd.concat(production_dfs)\n\n        zone_key, sources, source_type = TotalProductionList.get_zone_source_type(\n            production_df\n        )\n        production_df = production_df.groupby(level=\"datetime\", dropna=False).sum(\n            numeric_only=True\n        )\n        for dt, row in production_df.iterrows():\n            production_list.append(\n                zone_key, dt.to_pydatetime(), sources, row[\"value\"], source_type\n            )  # type: ignore\n\n        return production_list\n\n\nclass TotalConsumptionList(AggregatableEventList[TotalConsumption]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        consumption: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = TotalConsumption.create(\n            self.logger, zoneKey, datetime, source, consumption, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n    @staticmethod\n    def merge_consumption_lists(\n        ungrouped_consumption_lists: list[\"TotalConsumptionList\"],\n        logger: Logger,\n    ) -> \"TotalConsumptionList\":\n        \"\"\"\n        Given multiple parser outputs, sum the consumption of corresponding datetimes\n        to create a unique consumption list. Sources will be aggregated in a\n        comma-separated string. Ex: \"entsoe, eia\".\n        \"\"\"\n        consumption_list = TotalConsumptionList(logger)\n        if TotalConsumptionList.is_completely_empty(\n            ungrouped_consumption_lists, logger\n        ):\n            return consumption_list\n\n        # Create a dataframe for each parser output, then flatten the consumption.\n        consumption_dfs = [\n            pd.json_normalize(consumption.to_list()).set_index(\"datetime\")\n            for consumption in ungrouped_consumption_lists\n            if len(consumption.events) > 0\n        ]\n\n        consumption_df = pd.concat(consumption_dfs)\n\n        zone_key, sources, source_type = TotalConsumptionList.get_zone_source_type(\n            consumption_df\n        )\n        consumption_df = consumption_df.groupby(level=\"datetime\", dropna=False).sum(\n            numeric_only=True\n        )\n        for dt, row in consumption_df.iterrows():\n            consumption_list.append(\n                zone_key, dt.to_pydatetime(), sources, row[\"consumption\"], source_type\n            )  # type: ignore\n\n        return consumption_list\n\n\nclass PriceList(EventList[Price]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        price: float | None,\n        currency: str,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = Price.create(\n            self.logger, zoneKey, datetime, source, price, currency, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n\nclass LocationalMarginalPriceList(EventList[LocationalMarginalPrice]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        price: float | None,\n        currency: str,\n        node: str,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ):\n        event = LocationalMarginalPrice.create(\n            self.logger, zoneKey, datetime, source, price, currency, node, sourceType\n        )\n        if event:\n            self.events.append(event)\n\n\nclass GridAlertList(EventList[GridAlert]):\n    def append(\n        self,\n        zoneKey: ZoneKey,\n        locationRegion: str | None,\n        source: str,\n        alertType: GridAlertType,\n        message: str,\n        issuedTime: datetime,\n        startTime: datetime | None,\n        endTime: datetime | None,\n    ):\n        event = GridAlert.create(\n            self.logger,\n            zoneKey,\n            locationRegion,\n            source,\n            alertType,\n            message,\n            issuedTime,\n            startTime,\n            endTime,\n        )\n        if event:\n            self.events.append(event)\n"
  },
  {
    "path": "electricitymap/contrib/lib/models/events.py",
    "content": "# pylint: disable=no-member\nimport datetime as dt\nimport math\nfrom abc import ABC, abstractmethod\nfrom collections.abc import Set\nfrom datetime import datetime, timedelta, timezone\nfrom enum import Enum\nfrom logging import Logger\nfrom typing import Any\n\nimport pandas as pd\nfrom pydantic import BaseModel, PrivateAttr, ValidationError, root_validator, validator\n\nfrom electricitymap.contrib.config import (\n    EXCHANGES_CONFIG,\n    RETIRED_ZONES_CONFIG,\n    ZONES_CONFIG,\n)\nfrom electricitymap.contrib.lib.models.constants import VALID_CURRENCIES\nfrom electricitymap.contrib.parsers.lib.config import ProductionModes, StorageModes\nfrom electricitymap.contrib.types import ZoneKey\n\nLOWER_DATETIME_BOUND = datetime(2000, 1, 1, tzinfo=timezone.utc)\n\n\ndef _is_naive(t: dt.datetime) -> bool:\n    \"\"\"Determines if a datetime object is naive.\"\"\"\n    return t.tzinfo is None or t.tzinfo.utcoffset(t) is None\n\n\ndef _none_safe_round(value: float | None, precision: int = 6) -> float | None:\n    \"\"\"\n    Rounds a value to the provided precision.\n    If the value is None, it is returned as is.\n    The default precision is 6 decimal places, which gives us a precision of 1 W.\n    \"\"\"\n    return None if value is None or math.isnan(value) else round(value, precision)\n\n\nclass Mix(BaseModel, ABC):\n    def add_value(\n        self,\n        mode: str,\n        value: float | None,\n    ) -> None:\n        \"\"\"\n        Adds the provided value to the existing value of the provided mode.\n        This is useful if there are multiple production modes in the source\n        that maps to the same Electricity Maps production mode.\n        \"\"\"\n        existing_value: float | None = getattr(self, mode)\n        if value is not None and math.isnan(value):\n            value = None\n        if existing_value is not None:\n            value = 0 if value is None else value\n            self.__setattr__(mode, existing_value + value)\n        else:\n            self.__setattr__(mode, value)\n\n    @classmethod\n    def merge(cls, mixes: list[\"Mix\"]) -> \"Mix\":\n        raise NotImplementedError()\n\n    @classmethod\n    def _update(cls, mix: \"Mix\", new_mix: \"Mix\") -> \"Mix\":\n        raise NotImplementedError()\n\n    def __setattr__(self, name: str, value: float | None) -> None:\n        \"\"\"\n        Overriding the setattr method to raise an error if the mode is unknown.\n        \"\"\"\n        # 6 decimal places gives us a precision of 1 W.\n        super().__setattr__(name, _none_safe_round(value))\n\n    def __setitem__(self, key: str, value: float | None) -> None:\n        \"\"\"\n        Allows to set the value of a mode using the bracket notation.\n        \"\"\"\n        self.__setattr__(key, value)\n\n\nclass ProductionMix(Mix):\n    \"\"\"\n    Contains the production mix for a zone at a given time.\n    All values should be positives, otherwise they will be set to None\n    and a warning will be logged.\n    All values are in MW.\n    \"\"\"\n\n    # We use a private attribute to keep track of the modes that have been set to None.\n    _corrected_negative_values: set = PrivateAttr(set())\n    biomass: float | None = None\n    coal: float | None = None\n    gas: float | None = None\n    geothermal: float | None = None\n    hydro: float | None = None\n    nuclear: float | None = None\n    oil: float | None = None\n    solar: float | None = None\n    unknown: float | None = None\n    wind: float | None = None\n\n    def __init__(self, **data: Any):\n        \"\"\"\n        Overriding the constructor to check for negative values and set them to None.\n        This method also keeps track of the modes that have been corrected.\n        Note: This method does NOT allow to set negative values to zero for self consumption.\n        As we want self consumption to be set to zero, on a fine grained level with the `add_value` method.\n        \"\"\"\n        super().__init__(**data)\n        for attr, value in data.items():\n            if value is not None and value < 0:\n                self._corrected_negative_values.add(attr)\n                value = None\n            # Ensure that the value is rounded to 6 decimal places and set to None if it is NaN.\n            self.__setattr__(attr, value)\n\n    def dict(  # noqa: A003\n        self,\n        *,\n        include: set | dict | None = None,\n        exclude: set | dict | None = None,\n        by_alias: bool = False,\n        skip_defaults: bool | None = None,\n        exclude_unset: bool = False,\n        exclude_defaults: bool = False,\n        exclude_none: bool = False,\n        keep_corrected_negative_values: bool = False,\n    ) -> dict[str, Any]:\n        \"\"\"Overriding the dict method to add the corrected negative values as Nones.\"\"\"\n        production_mix = super().dict(\n            include=include,\n            exclude=exclude,\n            by_alias=by_alias,\n            skip_defaults=skip_defaults,\n            exclude_unset=exclude_unset,\n            exclude_defaults=exclude_defaults,\n            exclude_none=exclude_none,\n        )\n        if keep_corrected_negative_values:\n            for corrected_negative_mode in self._corrected_negative_values:\n                if corrected_negative_mode not in production_mix:\n                    production_mix[corrected_negative_mode] = None\n        return production_mix\n\n    def __setattr__(\n        self,\n        name: str,\n        value: float | None,\n    ) -> None:\n        \"\"\"\n        Overriding the setattr method to check that the name is a valid production mode\n        and to check for negative values and set them to None.\n        This method also keeps track of the modes that have been corrected.\n        \"\"\"\n        if name not in ProductionModes.values():\n            raise AttributeError(f\"Unknown production mode: {name}\")\n        if value is not None and value < 0:\n            self._corrected_negative_values.add(name)\n            value = None\n        return super().__setattr__(name, value)\n\n    def _correct_negative_value(\n        self, mode: str, value: float | None, correct_negative_with_zero: bool\n    ) -> float | None:\n        \"\"\"\n        Corrects a negative value by setting it to None or 0.\n        This method also keeps track of the modes that have been corrected.\n        \"\"\"\n        if value is not None and value < 0:\n            self._corrected_negative_values.add(mode)\n            return 0 if correct_negative_with_zero else None\n        return value\n\n    def add_value(\n        self,\n        mode: str,\n        value: float | None,\n        correct_negative_with_zero: bool = False,\n    ) -> None:\n        \"\"\"Adds the provided value to the existing value of the provided mode. Negative values are set to None by default.\n        If correct_negative_with_zero is set to True, negative values will be set to 0 instead of None.\n        This method keeps track of modes that have been corrected.\n        \"\"\"\n        value = self._correct_negative_value(mode, value, correct_negative_with_zero)\n        super().add_value(mode, value)\n\n    @property\n    def has_corrected_negative_values(self) -> bool:\n        return len(self._corrected_negative_values) > 0\n\n    @property\n    def corrected_negative_modes(self) -> Set[str]:\n        return self._corrected_negative_values\n\n    @classmethod\n    def merge(cls, production_mixes: list[\"ProductionMix\"]) -> \"ProductionMix\":\n        \"\"\"\n        Merge a list of production mixes into a single production mix.\n        The values are summed. Negative values have been set to None or 0.\n        Therefore merging cannot result in a lower production value.\n        \"\"\"\n        merged_production_mix = cls()\n        for production_mix in production_mixes:\n            # Process all set production modes\n            for mode in ProductionModes.values():\n                if mode in production_mix.__fields_set__:\n                    merged_production_mix.add_value(mode, getattr(production_mix, mode))\n\n            # Update corrected negative values\n            merged_production_mix._corrected_negative_values.update(\n                production_mix.corrected_negative_modes\n            )\n        return merged_production_mix\n\n    @classmethod\n    def _update(\n        cls,\n        production_mix: \"ProductionMix | None\",\n        new_production_mix: \"ProductionMix | None\",\n    ) -> \"ProductionMix | None\":\n        \"\"\"Update the production mix of a zone at a given time.\"\"\"\n        if production_mix is None:\n            return new_production_mix\n        elif new_production_mix is not None:\n            for mode, value in new_production_mix:\n                if value is not None:\n                    production_mix[mode] = value\n        return production_mix\n\n\nclass StorageMix(Mix):\n    \"\"\"\n    Contains the storage mix for a zone at a given time.\n    All values are in MW.\n    Values can be both positive (when storing energy) or negative (when the storage is discharged).\n    \"\"\"\n\n    battery: float | None = None\n    hydro: float | None = None\n\n    def __init__(self, **data: Any):\n        \"\"\"\n        Overriding the constructor to check for NaN values and set them to None.\n        \"\"\"\n        super().__init__(**data)\n        for attr, value in data.items():\n            self.__setattr__(attr, value)\n\n    def __setattr__(self, name: str, value: float | None) -> None:\n        \"\"\"\n        Overriding the setattr method to raise an error if the mode is unknown.\n        \"\"\"\n        if name not in StorageModes.values():\n            raise AttributeError(f\"Unknown storage mode: {name}\")\n        return super().__setattr__(name, value)\n\n    @classmethod\n    def merge(cls, storage_mixes: list[\"StorageMix\"]) -> \"StorageMix\":\n        \"\"\"\n        Merge a list of storage mixes into a single storage mix.\n        The values are summed.\n        \"\"\"\n        merged_storage_mix = cls()\n        for storage_mix in storage_mixes:\n            for mode in StorageModes.values():\n                if mode in storage_mix.__fields_set__:\n                    merged_storage_mix.add_value(mode, getattr(storage_mix, mode))\n\n        return merged_storage_mix\n\n    @classmethod\n    def _update(\n        cls, storage_mix: \"StorageMix | None\", new_storage_mix: \"StorageMix | None\"\n    ) -> \"StorageMix | None\":\n        \"\"\"Update the storage mix of a zone at a given time.\"\"\"\n        if storage_mix is None:\n            return new_storage_mix\n        elif new_storage_mix is not None:\n            for mode, value in new_storage_mix:\n                if value is not None:\n                    storage_mix[mode] = value\n        return storage_mix\n\n\nclass EventSourceType(str, Enum):\n    measured = \"measured\"\n    forecasted = \"forecasted\"\n    estimated = \"estimated\"\n    # TSO-published ex-ante value for a future MTU — e.g. day-ahead transfer\n    # capacity, cleared market-coupling schedules, allocated ATC. Not a\n    # statistical prediction, but still legitimately dated in the future.\n    published = \"published\"\n\n\nclass Event(BaseModel, ABC):\n    \"\"\"\n    An abstract class representing all types of electricity events that can occur in a zone.\n    sourceType: How was the event observed.\n    Should be set to forecasted if the point is a forecast provided by a datasource.\n    Should be set to estimated if the point is an estimate or data that has not been consolidated yet by the datasource.\n    Should be set to published if the point is a TSO-published ex-ante value for a future MTU (e.g. day-ahead capacity, cleared schedules).\n    zoneKey: The zone key of the zone the event is happening in.\n    datetime: The datetime of the event.\n    source: The source of the event.\n    We currently use the root url of the datasource. Ex: edf.fr\n    \"\"\"\n\n    # The order of the attributes matters for the validation.\n    # As the validators are called in the order of the attributes, we need to make sure that the sourceType is validated before the datetime.\n    sourceType: EventSourceType = EventSourceType.measured\n    zoneKey: ZoneKey\n    datetime: datetime\n    source: str\n\n    @validator(\"zoneKey\")\n    def _validate_zone_key(cls, v):\n        if v not in ZONES_CONFIG and v not in RETIRED_ZONES_CONFIG:\n            raise ValueError(f\"Unknown zone: {v}\")\n        return v\n\n    @validator(\"datetime\")\n    def _validate_datetime(cls, v: dt.datetime, values: dict[str, Any]) -> dt.datetime:\n        if _is_naive(v):\n            raise ValueError(f\"Missing timezone: {v}\")\n        if v < LOWER_DATETIME_BOUND:\n            raise ValueError(f\"Date is before 2000, this is not plausible: {v}\")\n        source_type = values.get(\"sourceType\", EventSourceType.measured)\n        future_ok = {EventSourceType.forecasted, EventSourceType.published}\n        if source_type not in future_ok and v.astimezone(timezone.utc) > datetime.now(\n            timezone.utc\n        ) + timedelta(days=1):\n            raise ValueError(\n                f\"Date is in the future and this is not a forecasted or published point: {v}\"\n            )\n        return v.replace(second=0, microsecond=0)\n\n    @staticmethod\n    @abstractmethod\n    def create(*args, **kwargs) -> \"Event\":\n        \"\"\"To avoid having one Event failure crashing the whole parser, we use a factory method to create the Event.\"\"\"\n        pass\n\n    @abstractmethod\n    def to_dict(self) -> dict[str, Any]:\n        \"\"\"As part of a backwards compatibility, the points will be converted to a dict before being sent to the database.\"\"\"\n        pass\n\n\nclass AggregatableEvent(Event):\n    \"\"\"\n    An abstract class representing all types of electricity events that can be aggregated.\n    \"\"\"\n\n    @staticmethod\n    def _unique_zone_key(df_view: pd.DataFrame) -> ZoneKey:\n        zone_key = df_view[\"zoneKey\"].unique()\n        if len(zone_key) > 1:\n            raise ValueError(f\"Cannot merge events from different zones: {zone_key}\")\n        return zone_key[0]\n\n    @staticmethod\n    def _sources(df_view: pd.DataFrame) -> str:\n        sources = df_view[\"source\"].unique()\n        flattened_sources = [\n            source.strip() for sublist in sources for source in sublist.split(\",\")\n        ]\n        unique_sources = sorted(set(flattened_sources))\n        return \", \".join(unique_sources)\n\n    @staticmethod\n    def _unique_source_type(df_view: pd.DataFrame) -> EventSourceType:\n        source_type = df_view[\"sourceType\"].unique()\n        if len(source_type) > 1:\n            raise ValueError(\n                f\"Cannot merge events from different source types: {source_type}\"\n            )\n        return source_type[0]\n\n    @staticmethod\n    def _unique_datetime(df_view: pd.DataFrame) -> datetime:\n        target_datetime = df_view.datetime.unique()\n        if len(target_datetime) > 1:\n            raise ValueError(\n                f\"Cannot merge events from different datetimes: {target_datetime}\"\n            )\n        return target_datetime[0].to_pydatetime()\n\n    @staticmethod\n    def _aggregated_fields(\n        df_view: pd.DataFrame,\n    ) -> tuple[ZoneKey, str, EventSourceType, datetime]:\n        return (\n            AggregatableEvent._unique_zone_key(df_view),\n            AggregatableEvent._sources(df_view),\n            AggregatableEvent._unique_source_type(df_view),\n            AggregatableEvent._unique_datetime(df_view),\n        )\n\n    @staticmethod\n    @abstractmethod\n    def aggregate(events: list[\"AggregatableEvent\"]) -> \"AggregatableEvent\":\n        \"\"\"Aggregate a list of events into a single event.\"\"\"\n        pass\n\n\nclass Exchange(Event):\n    \"\"\"\n    An event class representing the net exchange between two zones.\n    netFlow: The net flow of electricity between the two zones.\n    It should be positive if the zoneKey on the left of the arrow is exporting electricity to the zoneKey on the right of the arrow.\n    Negative otherwise.\n    \"\"\"\n\n    netFlow: float | None\n\n    @validator(\"zoneKey\")\n    def _validate_zone_key(cls, v: str):\n        if \"->\" not in v:\n            raise ValueError(f\"Not an exchange key: {v}\")\n        zone_keys = v.split(\"->\")\n        if zone_keys != sorted(zone_keys):\n            raise ValueError(f\"Exchange key not sorted: {v}\")\n        if v not in EXCHANGES_CONFIG:\n            raise ValueError(f\"Unknown zone: {v}\")\n        return v\n\n    @validator(\"netFlow\")\n    def _validate_value(cls, v: float | None):\n        if v is None:\n            raise ValueError(f\"Exchange cannot be None: {v}\")\n        if math.isnan(v):\n            raise ValueError(f\"Exchange cannot be NaN: {v}\")\n        # TODO in the future those checks should be performed in the data quality layer.\n        if abs(v) > 100000:\n            raise ValueError(f\"Exchange is implausibly high, above 100GW: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        netFlow: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"Exchange | None\":\n        try:\n            return Exchange(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                netFlow=_none_safe_round(netFlow),\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating exchange Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"exchange\",\n                },\n            )\n\n    @staticmethod\n    def _update(event: \"Exchange\", new_event: \"Exchange\") -> \"Exchange\":\n        \"\"\"Update the net exchange between two zones.\"\"\"\n        if event.zoneKey != new_event.zoneKey:\n            raise ValueError(\n                f\"Cannot update events from different zones: {event.zoneKey} and {new_event.zoneKey}\"\n            )\n        if event.datetime != new_event.datetime:\n            raise ValueError(\n                f\"Cannot update events from different datetimes: {event.datetime} and {new_event.datetime}\"\n            )\n        if event.source != new_event.source:\n            raise ValueError(\n                f\"Cannot update events from different sources: {event.source} and {new_event.source}\"\n            )\n        if event.sourceType != new_event.sourceType:\n            raise ValueError(\n                f\"Cannot update events from different source types: {event.sourceType} and {new_event.sourceType}\"\n            )\n        return Exchange(\n            zoneKey=event.zoneKey,\n            datetime=event.datetime,\n            source=event.source,\n            netFlow=new_event.netFlow,  # Exchange values can never be none so a new valid value will always be provided.\n            sourceType=event.sourceType,\n        )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"sortedZoneKeys\": self.zoneKey,\n            \"netFlow\": self.netFlow,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n\n\nclass TotalProduction(Event):\n    \"\"\"Represents the total production of a zone at a given time. The value is in MW.\"\"\"\n\n    value: float | None\n\n    @validator(\"value\")\n    def _validate_value(cls, v: float | None):\n        if v is None:\n            raise ValueError(f\"Total production cannot be None: {v}\")\n        if math.isnan(v):\n            raise ValueError(f\"Exchange cannot be NaN: {v}\")\n        if v < 0:\n            raise ValueError(f\"Total production cannot be negative: {v}\")\n        # TODO in the future those checks should be performed in the data quality layer.\n        if v > 500000:\n            raise ValueError(f\"Total production is implausibly high, above 500GW: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        value: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"TotalProduction | None\":\n        try:\n            return TotalProduction(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                value=_none_safe_round(value),\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating total production Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"production\",\n                },\n            )\n\n    @staticmethod\n    def _update(\n        event: \"TotalProduction\", new_event: \"TotalProduction\"\n    ) -> \"TotalProduction\":\n        \"\"\"Update the total production of a zone at a given time.\"\"\"\n        if event.zoneKey != new_event.zoneKey:\n            raise ValueError(\n                f\"Cannot update events from different zones: {event.zoneKey} and {new_event.zoneKey}\"\n            )\n        if event.datetime != new_event.datetime:\n            raise ValueError(\n                f\"Cannot update events from different datetimes: {event.datetime} and {new_event.datetime}\"\n            )\n        if event.source != new_event.source:\n            raise ValueError(\n                f\"Cannot update events from different sources: {event.source} and {new_event.source}\"\n            )\n        if event.sourceType != new_event.sourceType:\n            raise ValueError(\n                f\"Cannot update events from different source types: {event.sourceType} and {new_event.sourceType}\"\n            )\n        return TotalProduction(\n            zoneKey=event.zoneKey,\n            datetime=event.datetime,\n            source=event.source,\n            value=new_event.value,  # Production values can never be none so a new valid value will always be provided.\n            sourceType=event.sourceType,\n        )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"zoneKey\": self.zoneKey,\n            \"value\": self.value,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n\n\nclass ProductionBreakdown(AggregatableEvent):\n    production: ProductionMix | None = None\n    storage: StorageMix | None = None\n    \"\"\"\n    An event representing the production and storage breakdown of a zone at a given time.\n    If a production mix is supplied it should not be fully empty.\n    \"\"\"\n\n    @validator(\"production\")\n    def _validate_production_mix(cls, v):\n        if (\n            v is not None\n            and not v.has_corrected_negative_values\n            and all(value is None or math.isnan(value) for value in v.dict().values())\n        ):\n            raise ValueError(\"Mix is completely empty\")\n        return v\n\n    @validator(\"storage\")\n    def _validate_storage_mix(cls, v):\n        if v is not None and all(\n            value is None or math.isnan(value) for value in v.dict().values()\n        ):\n            return None\n        return v\n\n    def get_value(self, mode: str) -> float | None:\n        \"\"\"Returns the value of the provided mode this can be production or storage.\n        To retrieve the value of a storage mode, the mode should be suffixed with storage.\n        Ex: retrive hydro production: get_value(\"hydro\")\n        Ex: retrive hydro storage: get_value(\"hydro storage\")\n        \"\"\"\n        if \"storage\" in mode:\n            if self.storage is None:\n                return None\n            # This naming is the same as the capacity naming in the config.\n            return getattr(self.storage, mode.split(\" \")[0])\n        if self.production is None:\n            return None\n        return getattr(self.production, mode)\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        production: ProductionMix | None = None,\n        storage: StorageMix | None = None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"ProductionBreakdown | None\":\n        try:\n            # Log warning if production has been corrected.\n            if production is not None and production.has_corrected_negative_values:\n                logger.debug(\n                    f\"Negative production values were detected: {production._corrected_negative_values}.\\\n                    They have been set to None.\"\n                )\n            return ProductionBreakdown(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                production=production,\n                storage=storage,\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating production breakdown Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"production breakdown\",\n                },\n            )\n\n    @staticmethod\n    def aggregate(events: list[\"ProductionBreakdown\"]) -> \"ProductionBreakdown\":\n        \"\"\"Merge ProductionBreakdown events into one.\"\"\"\n        if len(events) == 0:\n            raise ValueError(\"Cannot aggregate empty list of events\")\n        df_view = pd.DataFrame.from_records(\n            [\n                {\n                    \"zoneKey\": event.zoneKey,\n                    \"datetime\": event.datetime,\n                    \"source\": event.source,\n                    \"sourceType\": event.sourceType,\n                    \"data\": event,\n                }\n                for event in events\n            ]\n        )\n        (\n            zoneKey,\n            sources,\n            source_type,\n            target_datetime,\n        ) = ProductionBreakdown._aggregated_fields(df_view)\n\n        production_mix = ProductionMix.merge(\n            [event.production for event in events if event.production is not None]\n        )\n        storage_mix = StorageMix.merge(\n            [event.storage for event in events if event.storage is not None]\n        )\n        return ProductionBreakdown(\n            zoneKey=zoneKey,\n            datetime=target_datetime,\n            source=sources,\n            production=production_mix,\n            storage=storage_mix,\n            sourceType=source_type,\n        )\n\n    @staticmethod\n    def _update(\n        event: \"ProductionBreakdown\", new_event: \"ProductionBreakdown\"\n    ) -> \"ProductionBreakdown\":\n        \"\"\"Update the production and storage breakdown of a zone at a given time.\"\"\"\n        if event.zoneKey != new_event.zoneKey:\n            raise ValueError(\n                f\"Cannot update events from different zones: {event.zoneKey} and {new_event.zoneKey}\"\n            )\n        if event.datetime != new_event.datetime:\n            raise ValueError(\n                f\"Cannot update events from different datetimes: {event.datetime} and {new_event.datetime}\"\n            )\n        if event.sourceType != new_event.sourceType:\n            raise ValueError(\n                f\"Cannot update events from different source types: {event.sourceType} and {new_event.sourceType}\"\n            )\n        production_mix = ProductionMix._update(event.production, new_event.production)\n        storage_mix = StorageMix._update(event.storage, new_event.storage)\n        source = \", \".join(\n            sorted(set(event.source.split(\", \")) | set(new_event.source.split(\", \")))\n        )\n        return ProductionBreakdown(\n            zoneKey=event.zoneKey,\n            datetime=event.datetime,\n            source=source,\n            production=production_mix,\n            storage=storage_mix,\n            sourceType=event.sourceType,\n        )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"zoneKey\": self.zoneKey,\n            \"production\": self.production.dict(\n                exclude_unset=True, keep_corrected_negative_values=True\n            )\n            if self.production\n            else {},\n            \"storage\": self.storage.dict(exclude_unset=True) if self.storage else {},\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n            \"correctedModes\": []\n            if self.production is None\n            else sorted(map(str, self.production._corrected_negative_values)),\n        }\n\n\nclass TotalConsumption(Event):\n    \"\"\"Reprensent the total consumption of a zone. The total consumption is expressed in MW.\"\"\"\n\n    consumption: float | None\n\n    @validator(\"consumption\")\n    def _validate_consumption(cls, v: float):\n        if v is None:\n            raise ValueError(f\"Total consumption cannot be None: {v}\")\n        if math.isnan(v):\n            raise ValueError(f\"Exchange cannot be NaN: {v}\")\n        if v < 0:\n            raise ValueError(f\"Total consumption cannot be negative: {v}\")\n        # TODO in the future those checks should be performed in the data quality layer.\n        if v > 500000:\n            raise ValueError(f\"Total consumption is implausibly high, above 500GW: {v}\")\n        if v == 0:\n            raise ValueError(f\"Total consumption cannot be 0 MW: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        consumption: float | None,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"TotalConsumption | None\":\n        try:\n            return TotalConsumption(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                consumption=_none_safe_round(consumption),\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating total consumption Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"consumption\",\n                },\n            )\n\n    @staticmethod\n    def _update(\n        event: \"TotalConsumption\", new_event: \"TotalConsumption\"\n    ) -> \"TotalConsumption\":\n        \"\"\"Update the total consumption of a zone at a given time.\"\"\"\n        if event.zoneKey != new_event.zoneKey:\n            raise ValueError(\n                f\"Cannot update events from different zones: {event.zoneKey} and {new_event.zoneKey}\"\n            )\n        if event.datetime != new_event.datetime:\n            raise ValueError(\n                f\"Cannot update events from different datetimes: {event.datetime} and {new_event.datetime}\"\n            )\n        if event.source != new_event.source:\n            raise ValueError(\n                f\"Cannot update events from different sources: {event.source} and {new_event.source}\"\n            )\n        if event.sourceType != new_event.sourceType:\n            raise ValueError(\n                f\"Cannot update events from different source types: {event.sourceType} and {new_event.sourceType}\"\n            )\n        return TotalConsumption(\n            zoneKey=event.zoneKey,\n            datetime=event.datetime,\n            source=event.source,\n            consumption=new_event.consumption,  # Consumption values can never be none so a new valid value will always be provided.\n            sourceType=event.sourceType,\n        )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"zoneKey\": self.zoneKey,\n            \"consumption\": self.consumption,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n\n\nclass Price(Event):\n    price: float | None\n    currency: str\n\n    @validator(\"currency\")\n    def _validate_currency(cls, v: str) -> str:\n        if v not in VALID_CURRENCIES:\n            raise ValueError(f\"Unknown currency: {v}\")\n        return v\n\n    @validator(\"datetime\")\n    def _validate_datetime(cls, v: dt.datetime) -> datetime:\n        \"\"\"Prices are given for the day ahead, so we should allow them to be in the future.\"\"\"\n        if _is_naive(v):\n            raise ValueError(f\"Missing timezone: {v}\")\n        if v < LOWER_DATETIME_BOUND:\n            raise ValueError(f\"Date is before 2000, this is not plausible: {v}\")\n        return v\n\n    @validator(\"price\")\n    def _validate_price(cls, v: float | None) -> float:\n        \"\"\"Prices can be negative but not None, so we should only check for None values\"\"\"\n        if v is None:\n            raise ValueError(f\"Price cannot be None: {v}\")\n        if math.isnan(v):\n            raise ValueError(f\"Price cannot be NaN: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        price: float | None,\n        currency: str,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"Price | None\":\n        try:\n            return Price(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                price=price,\n                currency=currency,\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating price Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"price\",\n                },\n            )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"zoneKey\": self.zoneKey,\n            \"currency\": self.currency,\n            \"price\": self.price,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n\n\nclass LocationalMarginalPrice(Price):\n    node: str\n\n    @validator(\"node\")\n    def _validate_node(cls, v: str) -> str:\n        clean_value = v.strip()\n        if not clean_value:\n            raise ValueError(f\"Node cannot be an invalid string: {v}\")\n        if clean_value != v:\n            raise ValueError(f\"Node should not contain leading or trailing spaces: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        price: float | None,\n        currency: str,\n        node: str,\n        sourceType: EventSourceType = EventSourceType.measured,\n    ) -> \"LocationalMarginalPrice | None\":\n        try:\n            return LocationalMarginalPrice(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                price=price,\n                currency=currency,\n                node=node,\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating Locational Marginal Price Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"Locational Marginal Price\",\n                },\n            )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"zoneKey\": self.zoneKey,\n            \"currency\": self.currency,\n            \"price\": self.price,\n            \"node\": self.node,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n\n\nclass GridAlertType(str, Enum):\n    informational = \"informational\"\n    action = \"action\"\n    undefined = \"undefined\"\n\n\nclass GridAlert(Event):\n    locationRegion: str | None = None\n    alertType: GridAlertType\n    message: str\n    issuedTime: datetime\n    startTime: datetime | None\n    endTime: datetime | None\n\n    @validator(\"alertType\")\n    def _validate_alert_type(cls, v: GridAlertType) -> GridAlertType:\n        if v not in GridAlertType:\n            raise ValueError(f\"Unknown alert type: {v}\")\n        return v\n\n    @validator(\"message\")\n    def _validate_message(cls, v: str) -> str:\n        if not v:\n            raise ValueError(f\"message cannot be empty: {v}\")\n        return v\n\n    @validator(\"issuedTime\")\n    def _validate_issued_time(cls, v: datetime) -> datetime:\n        if _is_naive(v):\n            raise ValueError(f\"Missing timezone: {v}\")\n        if v < LOWER_DATETIME_BOUND:\n            raise ValueError(f\"Date is before 2000, this is not plausible: {v}\")\n        return v\n\n    @validator(\"startTime\")\n    def _validate_start_time(cls, v: datetime | None) -> datetime | None:\n        if v and _is_naive(v):\n            raise ValueError(f\"Missing timezone: {v}\")\n        if v and v < LOWER_DATETIME_BOUND:\n            raise ValueError(f\"Date is before 2000, this is not plausible: {v}\")\n        return v\n\n    @root_validator\n    def _default_start_time(cls, values):\n        if values.get(\"startTime\") is None:\n            values[\"startTime\"] = values[\"issuedTime\"]\n        return values\n\n    @validator(\"endTime\")\n    def _validate_end_time(cls, v: datetime | None) -> datetime | None:\n        if v is None:\n            return v\n        if _is_naive(v):\n            raise ValueError(f\"Missing timezone: {v}\")\n        if v < LOWER_DATETIME_BOUND:\n            raise ValueError(f\"Date is before 2000, this is not plausible: {v}\")\n        return v\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        locationRegion: str | None,\n        source: str,\n        alertType: GridAlertType,\n        message: str,\n        issuedTime: datetime,\n        startTime: datetime | None,\n        endTime: datetime | None,\n    ) -> \"GridAlert | None\":\n        try:\n            return GridAlert(\n                zoneKey=zoneKey,\n                locationRegion=locationRegion,\n                source=source,\n                alertType=alertType,\n                message=message,\n                issuedTime=issuedTime,\n                startTime=startTime,\n                endTime=endTime,\n                datetime=issuedTime,  # Event requires a datetime field\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating Grid Alert Event {issuedTime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"issuedTime\": issuedTime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"Grid Alert\",\n                },\n            )\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"zoneKey\": self.zoneKey,\n            \"locationRegion\": self.locationRegion,\n            \"alertType\": self.alertType,\n            \"message\": self.message,\n            \"issuedTime\": self.issuedTime,\n            \"startTime\": self.startTime,\n            \"endTime\": self.endTime,\n            \"source\": self.source,\n            \"datetime\": self.datetime,\n        }\n\n\nclass ExchangeCapacity(Event):\n    \"\"\"\n    An event representing the forecasted net transfer capacity (NTC) between\n    two zones in both directions.\n\n    capacityExport: Capacity for zone1→zone2 direction (may be None).\n    capacityImport: Capacity for zone2→zone1 direction (may be None).\n    \"\"\"\n\n    sourceType: EventSourceType = EventSourceType.published\n    capacityExport: float | None\n    capacityImport: float | None\n\n    @validator(\"zoneKey\")\n    def _validate_zone_key(cls, v: str):\n        if \"->\" not in v:\n            raise ValueError(f\"Not an exchange key: {v}\")\n        zone_keys = v.split(\"->\")\n        if zone_keys != sorted(zone_keys):\n            raise ValueError(f\"Exchange key not sorted: {v}\")\n        if v not in EXCHANGES_CONFIG:\n            raise ValueError(f\"Unknown zone: {v}\")\n        return v\n\n    @root_validator(pre=False)\n    def _validate_capacity_bounds(cls, values: dict[str, Any]) -> dict[str, Any]:\n        if (\n            values.get(\"capacityExport\") is None\n            and values.get(\"capacityImport\") is None\n        ):\n            raise ValueError(\n                \"At least one of capacityExport or capacityImport must be set\"\n            )\n        return values\n\n    @staticmethod\n    def create(\n        logger: Logger,\n        zoneKey: ZoneKey,\n        datetime: datetime,\n        source: str,\n        capacityExport: float | None,\n        capacityImport: float | None,\n        sourceType: EventSourceType = EventSourceType.published,\n    ) -> \"ExchangeCapacity | None\":\n        try:\n            return ExchangeCapacity(\n                zoneKey=zoneKey,\n                datetime=datetime,\n                source=source,\n                capacityExport=_none_safe_round(capacityExport),\n                capacityImport=_none_safe_round(capacityImport),\n                sourceType=sourceType,\n            )\n        except ValidationError as e:\n            logger.error(\n                f\"Error(s) creating ExchangeCapacity Event {datetime}: {e}\",\n                extra={\n                    \"zoneKey\": zoneKey,\n                    \"datetime\": datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n                    \"kind\": \"exchange capacity forecast\",\n                },\n            )\n            return None\n\n    def to_dict(self) -> dict[str, Any]:\n        return {\n            \"datetime\": self.datetime,\n            \"sortedZoneKeys\": self.zoneKey,\n            \"capacityExport\": self.capacityExport,\n            \"capacityImport\": self.capacityImport,\n            \"source\": self.source,\n            \"sourceType\": self.sourceType,\n        }\n"
  },
  {
    "path": "electricitymap/contrib/lib/tests/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/lib/tests/test_event_lists.py",
    "content": "import logging\nimport math\nfrom datetime import datetime, timedelta, timezone\nfrom unittest.mock import patch\n\nimport pytest\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeCapacityList,\n    ExchangeList,\n    GridAlertList,\n    LocationalMarginalPriceList,\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_exchange_list():\n    exchange_list = ExchangeList(logging.Logger(\"test\"))\n    exchange_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    assert len(exchange_list.events) == 2\n\n\ndef test_append_to_list_logs_error():\n    exchange_list = ExchangeList(logging.Logger(\"test\"))\n    with patch.object(exchange_list.logger, \"error\") as mock_error:\n        exchange_list.append(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_merge_exchanges():\n    dt = datetime(2023, 1, 1, tzinfo=timezone.utc)\n    exchange_list_1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=dt,\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list_2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=dt,\n        netFlow=2,\n        source=\"trust.me\",\n    )\n    exchanges = ExchangeList.merge_exchanges(\n        [exchange_list_1, exchange_list_2], logging.Logger(\"test\")\n    )\n    assert len(exchanges) == 1\n    assert exchanges[dt].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert exchanges[dt].netFlow == 3\n\n\ndef test_merge_exchanges_with_none():\n    exchange_list_1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list_2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=math.nan,\n        source=\"trust.me\",\n    )\n    exchanges = ExchangeList.merge_exchanges(\n        [exchange_list_1, exchange_list_2], logging.Logger(\"test\")\n    )\n    assert len(exchanges) == 1\n    assert exchanges.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert exchanges.events[0].netFlow == 1\n\n\ndef test_merge_exchanges_with_negatives():\n    exchange_list_1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list_2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list_2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=-11,\n        source=\"trust.me\",\n    )\n    exchanges = ExchangeList.merge_exchanges(\n        [exchange_list_1, exchange_list_2], logging.Logger(\"test\")\n    )\n    assert len(exchanges) == 1\n    assert exchanges.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert exchanges.events[0].netFlow == -10\n\n\ndef test_update_exchange_list():\n    exchange_list1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=2,\n        source=\"trust.me\",\n    )\n    updated_list = ExchangeList.update_exchanges(\n        exchange_list1, exchange_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].netFlow == 2\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].netFlow == 1\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_update_exchange_list_with_different_zoneKey():\n    exchange_list1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list2.append(\n        zoneKey=ZoneKey(\"DE->DK-DK1\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=2,\n        source=\"trust.me\",\n    )\n    with pytest.raises(ValueError):\n        ExchangeList.update_exchanges(\n            exchange_list1, exchange_list2, logging.Logger(\"test\")\n        )\n\n\ndef test_update_exchange_list_with_longer_new_list():\n    exchange_list1 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list1.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    exchange_list2 = ExchangeList(logging.Logger(\"test\"))\n    exchange_list2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=2,\n        source=\"trust.me\",\n    )\n    exchange_list2.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        netFlow=3,\n        source=\"trust.me\",\n    )\n    updated_list = ExchangeList.update_exchanges(\n        exchange_list1, exchange_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].netFlow == 2\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].netFlow == 3\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_consumption_list():\n    consumption_list = TotalConsumptionList(logging.Logger(\"test\"))\n    consumption_list.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        consumption=1,\n        source=\"trust.me\",\n    )\n    consumption_list.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        consumption=1,\n        source=\"trust.me\",\n    )\n    assert len(consumption_list.events) == 2\n\n\ndef test_append_to_consumption_list_logs_error():\n    consumption_list = TotalConsumptionList(logging.Logger(\"test\"))\n    with patch.object(consumption_list.logger, \"error\") as mock_error:\n        consumption_list.append(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=-1,\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_price_list():\n    price_list = PriceList(logging.Logger(\"test\"))\n    price_list.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        price=1,\n        source=\"trust.me\",\n        currency=\"EUR\",\n    )\n    assert len(price_list.events) == 1\n\n\ndef test_append_to_price_list_logs_error():\n    price_list = PriceList(logging.Logger(\"test\"))\n    with patch.object(price_list.logger, \"error\") as mock_error:\n        price_list.append(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=1,\n            source=\"trust.me\",\n            currency=\"EURO\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_locational_marginal_price_list():\n    lmp_list = LocationalMarginalPriceList(logging.Logger(\"test\"))\n    lmp_list.append(\n        zoneKey=ZoneKey(\"US-CENT-SWPP\"),\n        datetime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n        price=1,\n        source=\"trust.me\",\n        currency=\"USD\",\n        node=\"SPPNORTH_HUB\",\n    )\n    assert len(lmp_list.events) == 1\n\n\ndef test_append_to_locational_marginal_price_list_logs_error():\n    lmp_list = LocationalMarginalPriceList(logging.Logger(\"test\"))\n    with patch.object(lmp_list.logger, \"error\") as mock_error:\n        lmp_list.append(\n            zoneKey=ZoneKey(\"US-CENT-SWPP\"),\n            datetime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n            price=1,\n            source=\"trust.me\",\n            currency=\"EUR\",\n            node=\"\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_grid_alert_list():\n    grid_alert_list = GridAlertList(logging.Logger(\"test\"))\n    grid_alert_list.append(\n        zoneKey=ZoneKey(\"US-MIDA-PJM\"),\n        locationRegion=\"Test Region\",\n        source=\"trust.me\",\n        alertType=GridAlertType.action,\n        message=\"This is a test message\",\n        issuedTime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n        startTime=None,\n        endTime=None,\n    )\n    assert len(grid_alert_list.events) == 1\n\n\ndef test_append_to_grid_alert_list_logs_error():\n    grid_alert_list = GridAlertList(logging.Logger(\"test\"))\n    with patch.object(grid_alert_list.logger, \"error\") as mock_error:\n        grid_alert_list.append(\n            zoneKey=ZoneKey(\"US-MIDA-PJM\"),\n            locationRegion=\"\",\n            source=\"trust.me\",\n            alertType=GridAlertType.action,\n            message=\"\",\n            issuedTime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n            startTime=None,\n            endTime=None,\n        )\n        mock_error.assert_called_once()\n\n\ndef test_production_list():\n    production_list = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10),\n        source=\"trust.me\",\n    )\n    assert len(production_list.events) == 1\n\n\ndef test_production_list_logs_error():\n    production_list = ProductionBreakdownList(logging.Logger(\"test\"))\n    with patch.object(production_list.logger, \"error\") as mock_error:\n        production_list.append(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1),\n            production=ProductionMix(wind=10),\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n    with patch.object(production_list.logger, \"debug\") as mock_logger:\n        production_list.append(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(wind=-10),\n            source=\"trust.me\",\n        )\n        mock_logger.assert_called_once()\n\n\ndef test_merge_production_list_production_mix_only():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=11, coal=1),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=12, coal=2),\n        source=\"trust.me\",\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20),\n        source=\"trust2.me\",\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=21, coal=1),\n        source=\"trust2.me\",\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=22, coal=2),\n        source=\"trust2.me\",\n    )\n    production_list_3 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_3.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=30),\n        source=\"trust3.me\",\n    )\n    production_list_3.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=31, coal=1),\n        source=\"trust3.me\",\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2, production_list_3],\n        logging.Logger(\"test\"),\n    )\n    assert len(merged.events) == 3\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].production is not None\n    assert merged.events[0].production.wind == 60\n    assert merged.events[0].production.coal is None\n    assert merged.events[0].source == \"trust.me, trust2.me, trust3.me\"\n    assert merged.events[0].zoneKey == ZoneKey(\"AT\")\n    assert merged.events[0].storage is None\n    assert merged.events[0].sourceType == EventSourceType.measured\n\n    assert merged.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert merged.events[1].production is not None\n    assert merged.events[1].production.wind == 63\n    assert merged.events[1].production.coal == 3\n\n    assert merged.events[2].datetime == datetime(2023, 1, 3, tzinfo=timezone.utc)\n    assert merged.events[2].production is not None\n    assert merged.events[2].production.wind == 34\n    assert merged.events[2].production.coal == 4\n\n\ndef test_merge_production_list():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=11, coal=1),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=12, coal=2),\n        source=\"trust.me\",\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=21, coal=1),\n        source=\"trust.me\",\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=22, coal=2),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    production_list_3 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_3.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=30),\n        source=\"trust.me\",\n    )\n    production_list_3.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=31, coal=1),\n        source=\"trust.me\",\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2, production_list_3],\n        logging.Logger(\"test\"),\n    )\n    assert len(merged.events) == 3\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].storage.hydro == 2\n\n\ndef test_merge_production_list_doesnt_yield_extra_modes():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=None),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_mix = ProductionMix(wind=20)\n    production_mix.add_value(\"hydro\", None)\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=production_mix,\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2], logging.Logger(\"test\")\n    )\n    assert len(merged.events) == 1\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].production.hydro is None\n    assert merged.events[0].storage.battery is None\n    merged_dict = merged.events[0].to_dict()\n    assert merged_dict[\"production\"].keys() == {\"coal\", \"hydro\", \"wind\"}\n    assert merged_dict[\"storage\"].keys() == {\"hydro\"}\n\n\ndef test_merge_production_list_predicted():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=12, coal=2),\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=22, coal=2),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2],\n        logging.Logger(\"test\"),\n    )\n    assert len(merged.events) == 2\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].storage is not None\n    assert merged.events[0].storage.hydro == 2\n    assert merged.events[0].sourceType == EventSourceType.forecasted\n\n\ndef test_merge_production_retains_corrected_negatives():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=-10, coal=10),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(wind=-12, coal=12),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(hydro=20, coal=20),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 3, tzinfo=timezone.utc),\n        production=ProductionMix(hydro=22, coal=22),\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2],\n        logging.Logger(\"test\"),\n    )\n    assert len(merged.events) == 2\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].production is not None\n    assert merged.events[0].production.wind is None\n    assert merged.events[0].production.coal == 30\n    assert merged.events[0].storage.hydro == 2\n    assert merged.events[0].production._corrected_negative_values == {\"wind\"}\n\n    assert merged.events[1].datetime == datetime(2023, 1, 3, tzinfo=timezone.utc)\n    assert merged.events[1].production is not None\n    assert merged.events[1].production.wind is None\n    assert merged.events[1].production.coal == 34\n    assert merged.events[1].storage.hydro == 2\n    assert merged.events[1].production._corrected_negative_values == {\"wind\"}\n\n\ndef test_merge_production_retains_corrected_negatives_with_0_and_none():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_mix_1 = ProductionMix(wind=-10, coal=10)\n    production_mix_1.add_value(\"solar\", -10, correct_negative_with_zero=True)\n    production_mix_1.add_value(\"biomass\", -10, correct_negative_with_zero=True)\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=production_mix_1,\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list_2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_mix_2 = ProductionMix(hydro=20, coal=20)\n    production_mix_2.add_value(\"solar\", 20, correct_negative_with_zero=True)\n    production_list_2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=production_mix_2,\n        storage=StorageMix(hydro=1, battery=1),\n        source=\"trust.me\",\n    )\n    merged = ProductionBreakdownList.merge_production_breakdowns(\n        [production_list_1, production_list_2],\n        logging.Logger(\"test\"),\n    )\n    assert len(merged.events) == 1\n    assert merged.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert merged.events[0].production is not None\n    assert merged.events[0].production.wind is None\n    assert merged.events[0].production.solar == 20\n    assert merged.events[0].production.coal == 30\n    assert merged.events[0].production.biomass == 0\n    assert merged.events[0].production._corrected_negative_values == {\n        \"wind\",\n        \"solar\",\n        \"biomass\",\n    }\n\n\ndef test_update_production_list_with_production():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=11, coal=11),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production.wind == 20\n    assert updated_list.events[0].production.coal == 20\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].production.wind == 11\n    assert updated_list.events[1].production.coal == 11\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_update_production_list_with_new_list_being_longer():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me\",\n    )\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=21, coal=21),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production is not None\n    assert updated_list.events[0].production.wind == 20\n    assert updated_list.events[0].production.coal == 20\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].production is not None\n    assert updated_list.events[1].production.wind == 21\n    assert updated_list.events[1].production.coal == 21\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_update_storage_list_with_new_list_being_longer():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=2),\n        source=\"trust.me\",\n    )\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=3),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].storage is not None\n    assert updated_list.events[0].storage.hydro == 2\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].storage is not None\n    assert updated_list.events[1].storage.hydro == 3\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_update_production_list_with_storage():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=2),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=2),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 2\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].storage is not None\n    assert updated_list.events[0].storage.hydro == 2\n    assert updated_list.events[0].source == \"trust.me\"\n    assert updated_list.events[1].datetime == datetime(2023, 1, 2, tzinfo=timezone.utc)\n    assert updated_list.events[1].storage is not None\n    assert updated_list.events[1].storage.hydro == 2\n    assert updated_list.events[1].source == \"trust.me\"\n\n\ndef test_update_production_list_with_none_in_production():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=None, coal=20),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production is not None\n    assert updated_list.events[0].production.wind == 10\n    assert updated_list.events[0].production.coal == 20\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_update_production_list_with_none_in_storage():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=None),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].storage.hydro == 1\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_update_production_with_different_zoneKey():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me\",\n    )\n    with pytest.raises(ValueError):\n        ProductionBreakdownList.update_production_breakdowns(\n            production_list1, production_list2, logging.Logger(\"test\")\n        )\n\n\ndef test_update_production_with_different_source():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me.too\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production is not None\n    assert updated_list.events[0].production.wind == 20\n    assert updated_list.events[0].production.coal == 20\n    assert updated_list.events[0].source == \", \".join(\n        sorted({\"trust.me\", \"trust.me.too\"})\n    )\n\n\ndef test_update_production_with_different_sourceType():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    with pytest.raises(ValueError):\n        ProductionBreakdownList.update_production_breakdowns(\n            production_list1, production_list2, logging.Logger(\"test\")\n        )\n\n\ndef test_update_production_with_empty_list():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=20, coal=20),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production is not None\n    assert updated_list.events[0].production.wind == 20\n    assert updated_list.events[0].production.coal == 20\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_update_production_with_empty_new_list():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, coal=10),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].production is not None\n    assert updated_list.events[0].production.wind == 10\n    assert updated_list.events[0].production.coal == 10\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_update_stroage_with_empty_list():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list2.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].storage is not None\n    assert updated_list.events[0].storage.hydro == 1\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_update_stroage_with_empty_new_list():\n    production_list1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_list1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list2 = ProductionBreakdownList(logging.Logger(\"test\"))\n    updated_list = ProductionBreakdownList.update_production_breakdowns(\n        production_list1, production_list2, logging.Logger(\"test\")\n    )\n    assert len(updated_list.events) == 1\n    assert updated_list.events[0].datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert updated_list.events[0].storage is not None\n    assert updated_list.events[0].storage.hydro == 1\n    assert updated_list.events[0].source == \"trust.me\"\n\n\ndef test_total_production_list():\n    total_production = TotalProductionList(logging.Logger(\"test\"))\n    total_production.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        value=1,\n        source=\"trust.me\",\n    )\n    assert len(total_production.events) == 1\n\n\ndef test_merge_total_production_lists():\n    logger = logging.Logger(\"test\")\n    dt = datetime(2023, 1, 1, tzinfo=timezone.utc)\n    dt_later = dt + timedelta(hours=1)\n\n    first = TotalProductionList(logger)\n    first.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt,\n        value=100,\n        source=\"entsoe\",\n    )\n\n    second = TotalProductionList(logger)\n    second.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt,\n        value=50,\n        source=\"entsoe\",\n    )\n    second.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt_later,\n        value=25,\n        source=\"entsoe\",\n    )\n\n    merged = TotalProductionList.merge_total_production_lists([first, second], logger)\n\n    assert merged.to_list() == [\n        {\n            \"datetime\": dt,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"value\": 150,\n            \"source\": \"entsoe\",\n            \"sourceType\": EventSourceType.measured,\n        },\n        {\n            \"datetime\": dt_later,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"value\": 25,\n            \"source\": \"entsoe\",\n            \"sourceType\": EventSourceType.measured,\n        },\n    ]\n\n\ndef test_merge_consumption_lists():\n    logger = logging.Logger(\"test\")\n    dt = datetime(2023, 1, 1, tzinfo=timezone.utc)\n    dt_later = dt + timedelta(hours=1)\n\n    first = TotalConsumptionList(logger)\n    first.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt,\n        consumption=80,\n        source=\"entsoe\",\n    )\n\n    second = TotalConsumptionList(logger)\n    second.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt,\n        consumption=20,\n        source=\"entsoe\",\n    )\n    second.append(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=dt_later,\n        consumption=30,\n        source=\"entsoe\",\n    )\n\n    merged = TotalConsumptionList.merge_consumption_lists([first, second], logger)\n\n    assert merged.to_list() == [\n        {\n            \"datetime\": dt,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"consumption\": 100,\n            \"source\": \"entsoe\",\n            \"sourceType\": EventSourceType.measured,\n        },\n        {\n            \"datetime\": dt_later,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"consumption\": 30,\n            \"source\": \"entsoe\",\n            \"sourceType\": EventSourceType.measured,\n        },\n    ]\n\n\ndef test_df_representation():\n    production_list_1 = ProductionBreakdownList(logging.Logger(\"test\"))\n    production_mix_1 = ProductionMix(wind=-10, coal=10)\n    production_mix_1.add_value(\"solar\", -10, correct_negative_with_zero=True)\n    production_mix_1.add_value(\"biomass\", -10, correct_negative_with_zero=True)\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=production_mix_1,\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n    production_list_1.append(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        production=ProductionMix(wind=-12, coal=12),\n        storage=StorageMix(hydro=1),\n        source=\"trust.me\",\n    )\n\n\ndef test_exchange_capacity_forecast_list():\n    forecast_list = ExchangeCapacityList(logging.Logger(\"test\"))\n    forecast_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n    )\n    forecast_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1100.0,\n        capacityImport=950.0,\n    )\n    assert len(forecast_list.events) == 2\n\n\ndef test_append_to_exchange_capacity_forecast_list_logs_error():\n    forecast_list = ExchangeCapacityList(logging.Logger(\"test\"))\n    with patch.object(forecast_list.logger, \"error\") as mock_error:\n        # Unsorted zone key should log error and not append\n        forecast_list.append(\n            zoneKey=ZoneKey(\"DE->AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n        mock_error.assert_called_once()\n    assert len(forecast_list.events) == 0\n\n\ndef test_exchange_capacity_forecast_list_to_list_sorted_by_datetime():\n    dt1 = datetime(2023, 1, 1, tzinfo=timezone.utc)\n    dt2 = datetime(2023, 1, 2, tzinfo=timezone.utc)\n    forecast_list = ExchangeCapacityList(logging.Logger(\"test\"))\n    forecast_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=dt2,\n        source=\"trust.me\",\n        capacityExport=1100.0,\n        capacityImport=950.0,\n    )\n    forecast_list.append(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=dt1,\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n    )\n    result = forecast_list.to_list()\n    assert len(result) == 2\n    assert result[0][\"datetime\"] == dt1\n    assert result[1][\"datetime\"] == dt2\n    assert result[0][\"capacityExport\"] == 1000.0\n    assert result[0][\"capacityImport\"] == 900.0\n    assert result[0][\"sortedZoneKeys\"] == ZoneKey(\"AT->DE\")\n    assert result[0][\"source\"] == \"trust.me\"\n    assert result[0][\"sourceType\"] == EventSourceType.published\n"
  },
  {
    "path": "electricitymap/contrib/lib/tests/test_events.py",
    "content": "import logging\nimport math\nfrom datetime import datetime, timezone\nfrom unittest.mock import patch\nfrom zoneinfo import ZoneInfo\n\nimport freezegun\nimport numpy as np\nimport pytest\n\nfrom electricitymap.contrib.config.constants import PRODUCTION_MODES, STORAGE_MODES\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    Exchange,\n    ExchangeCapacity,\n    GridAlert,\n    GridAlertType,\n    LocationalMarginalPrice,\n    Price,\n    ProductionBreakdown,\n    ProductionMix,\n    StorageMix,\n    TotalConsumption,\n    TotalProduction,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_create_exchange():\n    exchange = Exchange(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    assert exchange.zoneKey == ZoneKey(\"AT->DE\")\n    assert exchange.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert exchange.netFlow == 1\n    assert exchange.source == \"trust.me\"\n\n    exchange = Exchange(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=-1,\n        source=\"trust.me\",\n    )\n    assert exchange.netFlow == -1\n\n\ndef test_raises_if_invalid_exchange():\n    # This should raise a ValueError because the netFlow is None.\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=None,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the netFlow is NaN.\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=math.nan,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the netFlow is Nan using Numpy.\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=np.nan,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the timezone is missing.\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the zoneKey is not an Exchange\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"AT-DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"UNKNOWN->UNKNOWN\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n\n    with pytest.raises(ValueError):\n        Exchange(\n            zoneKey=ZoneKey(\"DE->AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=1,\n            source=\"trust.me\",\n        )\n\n\ndef test_exchange_static_create_logs_error():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        Exchange.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DER->FR\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            netFlow=-1,\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_update_exchange():\n    exchange = Exchange(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=1,\n        source=\"trust.me\",\n    )\n    new_exchange = Exchange(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        netFlow=2,\n        source=\"trust.me\",\n    )\n    final_exchange = Exchange._update(exchange, new_exchange)\n    assert final_exchange is not None\n    assert final_exchange.netFlow == 2\n    assert final_exchange.zoneKey == ZoneKey(\"AT->DE\")\n    assert final_exchange.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert final_exchange.source == \"trust.me\"\n\n\ndef test_update_total_production():\n    production = TotalProduction(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        value=100,\n        source=\"entsoe\",\n    )\n    new_production = TotalProduction(\n        zoneKey=ZoneKey(\"IT-SO\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        value=150,\n        source=\"entsoe\",\n    )\n\n    updated = TotalProduction._update(production, new_production)\n\n    assert updated.value == 150\n    assert updated.zoneKey == ZoneKey(\"IT-SO\")\n    assert updated.sourceType == EventSourceType.measured\n\n\ndef test_update_total_consumption_raises_on_mismatched_zone():\n    consumption = TotalConsumption(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        consumption=100,\n        source=\"entsoe\",\n    )\n    new_consumption = TotalConsumption(\n        zoneKey=ZoneKey(\"AT\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        consumption=120,\n        source=\"entsoe\",\n    )\n\n    with pytest.raises(ValueError):\n        TotalConsumption._update(consumption, new_consumption)\n\n\ndef test_create_consumption():\n    consumption = TotalConsumption(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        consumption=1,\n        source=\"trust.me\",\n    )\n    assert consumption.zoneKey == ZoneKey(\"DE\")\n    assert consumption.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert consumption.consumption == 1\n    assert consumption.source == \"trust.me\"\n\n\ndef test_raises_if_invalid_consumption():\n    # This should raise a ValueError because the consumption is None.\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=None,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the consumption is NaN.\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=math.nan,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the consumption is Nan using Numpy.\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=math.nan,\n            source=\"trust.me\",\n        )\n\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"ATT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=1,\n            source=\"trust.me\",\n        )\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1),\n            consumption=1,\n            source=\"trust.me\",\n        )\n    with pytest.raises(ValueError):\n        TotalConsumption(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=-1,\n            source=\"trust.me\",\n        )\n\n\ndef test_static_create_logs_error():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        TotalConsumption.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            consumption=-1,\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_create_price():\n    price = Price(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        price=1,\n        source=\"trust.me\",\n        currency=\"EUR\",\n    )\n    assert price.zoneKey == ZoneKey(\"DE\")\n    assert price.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert price.price == 1\n    assert price.source == \"trust.me\"\n    assert price.currency == \"EUR\"\n\n\ndef test_invalid_price_raises():\n    # This should raise a ValueError because the price is None.\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=None,\n            source=\"trust.me\",\n            currency=\"EUR\",\n        )\n\n    # This should raise a ValueError because the price is NaN.\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=math.nan,\n            source=\"trust.me\",\n            currency=\"EUR\",\n        )\n\n    # This should raise a ValueError because the price is Nan using Numpy.\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=math.nan,\n            source=\"trust.me\",\n            currency=\"EUR\",\n        )\n\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"ATT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=1,\n            source=\"trust.me\",\n            currency=\"EUR\",\n        )\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1),\n            price=1,\n            source=\"trust.me\",\n            currency=\"EUR\",\n        )\n    with pytest.raises(ValueError):\n        Price(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            price=1,\n            source=\"trust.me\",\n            currency=\"EURO\",\n        )\n\n\n@freezegun.freeze_time(\"2023-01-01\")\ndef test_prices_can_be_in_future():\n    Price(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 2, tzinfo=timezone.utc),\n        price=1,\n        source=\"trust.me\",\n        currency=\"EUR\",\n    )\n\n\ndef test_create_locational_marginal_price():\n    lmp = LocationalMarginalPrice(\n        zoneKey=ZoneKey(\"US-CENT-SWPP\"),\n        datetime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n        price=1,\n        source=\"trust.me\",\n        currency=\"USD\",\n        node=\"SPPNORTH_HUB\",\n    )\n    assert lmp.zoneKey == ZoneKey(\"US-CENT-SWPP\")\n    assert lmp.datetime == datetime(2025, 3, 1, tzinfo=timezone.utc)\n    assert lmp.price == 1\n    assert lmp.source == \"trust.me\"\n    assert lmp.currency == \"USD\"\n    assert lmp.node == \"SPPNORTH_HUB\"\n\n\n@pytest.mark.parametrize(\n    \"node\",\n    [\n        \"\",  # Empty string\n        None,  # None value\n        \" \",  # Space only\n        \"\\t\",  # Tab only\n        \"\\n\",  # Newline only\n        \"   \",  # Multiple spaces\n        \" \\t\\n \",  # Mixed whitespace\n        \"\\tSPPNORTH_HUB\",  # Leading whitespace\n        \"SPPNORTH_HUB\\t\",  # Trailing whitespace\n    ],\n)\ndef test_invalid_locational_marginal_price_node_raises(node):\n    # This should raise a ValueError because the node is a empty string.\n    with pytest.raises(ValueError):\n        LocationalMarginalPrice(\n            zoneKey=ZoneKey(\"US-CENT-SWPP\"),\n            datetime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n            price=1,\n            source=\"trust.me\",\n            currency=\"USD\",\n            node=node,\n        )\n\n\ndef test_create_grid_alerts():\n    grid_alert = GridAlert.create(\n        logger=logging.Logger(\"test\"),\n        zoneKey=ZoneKey(\"US-MIDA-PJM\"),\n        locationRegion=\"Test Region\",\n        source=\"trust.me\",\n        alertType=GridAlertType.action,\n        message=\"This is a test message\",\n        issuedTime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n        startTime=None,\n        endTime=None,\n    )\n    assert grid_alert is not None\n    assert grid_alert.zoneKey == ZoneKey(\"US-MIDA-PJM\")\n    assert grid_alert.locationRegion == \"Test Region\"\n    assert grid_alert.source == \"trust.me\"\n    assert grid_alert.alertType == GridAlertType.action\n    assert grid_alert.message == \"This is a test message\"\n    assert grid_alert.issuedTime == datetime(2025, 3, 1, tzinfo=timezone.utc)\n    assert grid_alert.startTime == grid_alert.issuedTime  # because of the default\n    assert grid_alert.endTime is None\n\n\ndef test_invalid_message_raises():\n    # This should raise a ValueError because empty message\n    with pytest.raises(ValueError):\n        GridAlert(\n            logger=logging.Logger(\"test\"),\n            zoneKey=ZoneKey(\"US-MIDA-PJM\"),\n            locationRegion=None,\n            source=\"trust.me\",\n            alertType=GridAlertType.action,\n            message=\"\",\n            issuedTime=datetime(2025, 3, 1, tzinfo=timezone.utc),\n            startTime=None,\n            endTime=None,\n        )\n\n\ndef test_create_production_breakdown():\n    mix = ProductionMix(wind=10)\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=mix,\n        source=\"trust.me\",\n    )\n    assert breakdown.zoneKey == ZoneKey(\"DE\")\n    assert breakdown.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert breakdown.production is not None\n    assert breakdown.production.wind == 10\n    assert breakdown.source == \"trust.me\"\n\n\ndef test_create_production_breakdown_with_storage():\n    mix = ProductionMix(\n        wind=10,\n        hydro=20,\n    )\n    storage = StorageMix(\n        hydro=10,\n    )\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=mix,\n        storage=storage,\n        source=\"trust.me\",\n    )\n\n    assert breakdown.production is not None\n    assert breakdown.production.hydro == 20\n    assert breakdown.storage is not None\n    assert breakdown.storage.hydro == 10\n\n\ndef test_invalid_breakdown_raises():\n    mix = ProductionMix(\n        wind=10,\n        hydro=20,\n    )\n    storage = StorageMix(\n        hydro=10,\n    )\n    with pytest.raises(ValueError):\n        ProductionBreakdown(\n            zoneKey=ZoneKey(\"ATT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=mix,\n            source=\"trust.me\",\n        )\n    with pytest.raises(ValueError):\n        ProductionBreakdown(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1),\n            production=mix,\n            source=\"trust.me\",\n        )\n    with pytest.raises(ValueError):\n        ProductionBreakdown(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(wind=None),\n            storage=storage,\n            source=\"trust.me\",\n        )\n\n\ndef test_negative_production_gets_corrected():\n    mix = ProductionMix(\n        wind=10,\n        hydro=-20,\n    )\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"debug\") as mock_logger:\n        breakdown = ProductionBreakdown.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=mix,\n            source=\"trust.me\",\n        )\n        mock_logger.assert_called_once()\n        assert breakdown is not None\n        assert breakdown.production is not None\n        assert breakdown.production.hydro is None\n        assert breakdown.production.wind == 10\n\n        dict_form = breakdown.to_dict()\n        assert dict_form[\"production\"][\"wind\"] == 10\n        assert dict_form[\"production\"][\"hydro\"] is None\n\n\ndef test_self_report_negative_value():\n    mix = ProductionMix()\n    # We have manually set a 0 to avoid reporting self consumption for instance.\n    mix.add_value(\"wind\", 0)\n    # This one has been set through the attributes and should be reported as None.\n    mix.biomass = -10\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"debug\") as mock_logger:\n        breakdown = ProductionBreakdown.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=mix,\n            source=\"trust.me\",\n        )\n        mock_logger.assert_called_once()\n        assert breakdown is not None\n        assert breakdown.production is not None\n        assert breakdown.production.wind == 0\n        assert breakdown.production.biomass is None\n\n\ndef test_unknown_production_mode_raises():\n    mix = ProductionMix()\n    with pytest.raises(AttributeError):\n        mix.add_value(\"nuke\", 10)\n    with pytest.raises(AttributeError):\n        mix.nuke = 10\n    storage = StorageMix()\n    with pytest.raises(AttributeError):\n        storage.add_value(\"nuke\", 10)\n    with pytest.raises(AttributeError):\n        storage.nuke = 10\n\n\n@freezegun.freeze_time(\"2023-01-01\")\ndef test_forecasted_points():\n    mix = ProductionMix(wind=10)\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 2, 1, tzinfo=timezone.utc),\n        production=mix,\n        source=\"trust.me\",\n        sourceType=EventSourceType.forecasted,\n    )\n    assert breakdown.zoneKey == ZoneKey(\"DE\")\n    assert breakdown.datetime == datetime(2023, 2, 1, tzinfo=timezone.utc)\n    assert breakdown.production is not None\n    assert breakdown.production.wind == 10\n    assert breakdown.source == \"trust.me\"\n    assert breakdown.sourceType == EventSourceType.forecasted\n\n\n@freezegun.freeze_time(\"2023-01-01\")\ndef test_non_forecasted_points_in_future():\n    mix = ProductionMix(wind=10)\n    with pytest.raises(ValueError):\n        _breakdown = ProductionBreakdown(\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 3, 1, tzinfo=timezone.utc),\n            production=mix,\n            source=\"trust.me\",\n        )\n\n\n@freezegun.freeze_time(\"2023-01-01\")\ndef test_non_forecasted_point_with_timezone_forward():\n    \"\"\"Test that points in a timezone that is ahead of UTC are accepted.\"\"\"\n    mix = ProductionMix(wind=10)\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, 5, tzinfo=ZoneInfo(\"Asia/Tokyo\")),\n        production=mix,\n        source=\"trust.me\",\n    )\n    assert breakdown.datetime == datetime(2023, 1, 1, 5, tzinfo=ZoneInfo(\"Asia/Tokyo\"))\n\n\ndef test_static_create_logs_error_with_none():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        ProductionBreakdown.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(wind=None),\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_static_create_logs_with_nan():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        ProductionBreakdown.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(wind=math.nan),\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_static_create_logs_with_nan_using_numpy():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        ProductionBreakdown.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(wind=np.nan),\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_set_breakdown_all_present():\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=ProductionMix(wind=10, solar=None),\n        source=\"trust.me\",\n    )\n    dict_form = breakdown.to_dict()\n    assert dict_form[\"production\"].keys() == {\"wind\", \"solar\"}\n    assert dict_form[\"production\"][\"wind\"] == 10\n    assert dict_form[\"production\"][\"solar\"] is None\n\n\ndef test_set_modes_all_present_add_mode():\n    mix = ProductionMix(wind=10)\n    mix.add_value(\"solar\", None)\n    breakdown = ProductionBreakdown(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        production=mix,\n        source=\"trust.me\",\n    )\n    dict_form = breakdown.to_dict()\n    assert dict_form[\"production\"].keys() == {\"wind\", \"solar\"}\n    assert dict_form[\"production\"][\"wind\"] == 10\n    assert dict_form[\"production\"][\"solar\"] is None\n\n\ndef test_create_generation():\n    generation = TotalProduction(\n        zoneKey=ZoneKey(\"DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        value=1,\n    )\n    assert generation.zoneKey == ZoneKey(\"DE\")\n    assert generation.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert generation.source == \"trust.me\"\n    assert generation.value == 1\n\n\ndef test_total_production_static_create_logs_error():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        TotalProduction.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=-1,\n            source=\"trust.me\",\n        )\n        mock_error.assert_called_once()\n\n\ndef test_raises_if_invalid_generation():\n    # This should raise a ValueError because the generation is None.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=None,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the generation is NaN.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=math.nan,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the generation is Nan using Numpy.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=np.nan,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the timezone is missing.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1),\n            value=1,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the zoneKey is not a ZoneKey.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"ATT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=1,\n            source=\"trust.me\",\n        )\n\n    # This should raise a ValueError because the value is negative.\n    with pytest.raises(ValueError):\n        TotalProduction(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            value=-1,\n            source=\"trust.me\",\n        )\n\n\ndef test_production_mix_has_all_production_modes():\n    mix = ProductionMix()\n    for mode in PRODUCTION_MODES:\n        assert hasattr(mix, mode)\n\n\ndef test_storage_mix_has_all_storage_modes():\n    mix = StorageMix()\n    for mode in STORAGE_MODES:\n        assert hasattr(mix, mode)\n\n\ndef test_set_attr():\n    mix = ProductionMix()\n    mix.wind = 10\n    assert mix.wind == 10\n\n\ndef test_set_attr_with_negative_value():\n    mix = ProductionMix()\n    mix.wind = -10\n    assert mix.wind is None\n\n\ndef test_set_attr_with_none():\n    mix = ProductionMix()\n    mix.wind = None\n    assert mix.wind is None\n\n\ndef test_set_attr_with_invalid_mode():\n    mix = ProductionMix()\n    with pytest.raises(AttributeError):\n        mix.nuke = 10\n\n\ndef test_set_item():\n    mix = ProductionMix()\n    mix[\"wind\"] = 10\n    assert mix.wind == 10\n\n\ndef test_set_item_with_negative_value():\n    mix = ProductionMix()\n    mix[\"wind\"] = -10\n    assert mix.wind is None\n\n\ndef test_set_item_with_none():\n    mix = ProductionMix()\n    mix[\"wind\"] = None\n    assert mix.wind is None\n\n\ndef test_set_item_with_invalid_mode():\n    mix = ProductionMix()\n    with pytest.raises(AttributeError):\n        mix[\"nuke\"] = 10\n\n\ndef test_set_attr_storage():\n    mix = StorageMix()\n    mix.hydro = 10\n    assert mix.hydro == 10\n\n\ndef test_set_attr_storage_with_negative_value():\n    mix = StorageMix()\n    mix.hydro = -10\n    assert mix.hydro == -10\n\n\ndef test_set_attr_storage_with_none():\n    mix = StorageMix()\n    mix.hydro = None\n    assert mix.hydro is None\n\n\ndef test_set_attr_storage_with_invalid_mode():\n    mix = StorageMix()\n    with pytest.raises(AttributeError):\n        mix.nuke = 10\n\n\ndef test_set_item_storage():\n    mix = StorageMix()\n    mix[\"hydro\"] = 10\n    assert mix.hydro == 10\n\n\ndef test_set_item_storage_with_negative_value():\n    mix = StorageMix()\n    mix[\"hydro\"] = -10\n    assert mix.hydro == -10\n\n\ndef test_set_item_storage_with_none():\n    mix = StorageMix()\n    mix[\"hydro\"] = None\n    assert mix.hydro is None\n\n\ndef test_set_item_storage_with_invalid_mode():\n    mix = StorageMix()\n    with pytest.raises(AttributeError):\n        mix[\"nuke\"] = 10\n\n\ndef test_production():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", 10)\n    assert mix.wind == 10\n    mix.add_value(\"wind\", 5)\n    assert mix.wind == 15\n    assert mix.corrected_negative_modes == set()\n\n\ndef test_production_with_negative_value():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", 10)\n    assert mix.wind == 10\n    mix.add_value(\"wind\", -5)\n    assert mix.wind == 10\n    assert mix.corrected_negative_modes == {\"wind\"}\n\n\ndef test_production_with_negative_value_expect_none():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", -10)\n    assert mix.wind is None\n    assert mix.corrected_negative_modes == {\"wind\"}\n\n\ndef test_production_with_negative_value_and_correct_with_none():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", -10, correct_negative_with_zero=True)\n    assert mix.wind == 0\n    mix.add_value(\"wind\", 15, correct_negative_with_zero=True)\n    assert mix.wind == 15\n    assert mix.corrected_negative_modes == {\"wind\"}\n\n\ndef test_production_with_none():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", 10)\n    assert mix.wind == 10\n    mix.add_value(\"wind\", None)\n    assert mix.wind == 10\n    assert mix.corrected_negative_modes == set()\n\n\ndef test_production_with_nan():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", 10)\n    assert mix.wind == 10\n    mix.add_value(\"wind\", math.nan)\n    assert mix.wind == 10\n    assert mix.corrected_negative_modes == set()\n\n\ndef test_production_with_nan_using_numpy():\n    mix = ProductionMix()\n    mix.add_value(\"wind\", 10)\n    assert mix.wind == 10\n    mix.add_value(\"wind\", math.nan)\n    assert mix.wind == 10\n    assert mix.corrected_negative_modes == set()\n\n\ndef test_production_with_nan_init():\n    mix = ProductionMix(wind=math.nan)\n    assert mix.wind is None\n\n\ndef test_production_with_nan_using_numpy_init():\n    mix = ProductionMix(wind=math.nan)\n    assert mix.wind is None\n\n\ndef test_storage():\n    mix = StorageMix()\n    mix.add_value(\"hydro\", 10)\n    assert mix.hydro == 10\n    mix.add_value(\"hydro\", 5)\n    assert mix.hydro == 15\n\n\ndef test_storage_with_negative_value():\n    mix = StorageMix()\n    mix.add_value(\"hydro\", 10)\n    assert mix.hydro == 10\n    mix.add_value(\"hydro\", -5)\n    assert mix.hydro == 5\n\n\ndef test_storage_with_none():\n    mix = StorageMix()\n    mix.add_value(\"hydro\", None)\n    assert mix.hydro is None\n    mix.add_value(\"hydro\", -5)\n    assert mix.hydro == -5\n    mix.add_value(\"hydro\", None)\n    assert mix.hydro == -5\n\n\ndef test_storage_with_nan():\n    mix = StorageMix()\n    mix.add_value(\"hydro\", math.nan)\n    assert mix.hydro is None\n    mix.add_value(\"hydro\", -5)\n    assert mix.hydro == -5\n    mix.add_value(\"hydro\", math.nan)\n    assert mix.hydro == -5\n\n\ndef test_storage_with_nan_using_numpy():\n    mix = StorageMix()\n    mix.add_value(\"hydro\", math.nan)\n    assert mix.hydro is None\n    mix.add_value(\"hydro\", -5)\n    assert mix.hydro == -5\n    mix.add_value(\"hydro\", math.nan)\n    assert mix.hydro == -5\n\n\ndef test_storage_with_nan_init():\n    mix = StorageMix(hydro=math.nan)\n    assert mix.hydro is None\n\n\ndef test_storage_with_nan_using_numpy_init():\n    mix = StorageMix(hydro=math.nan)\n    assert mix.hydro is None\n\n\ndef test_update_production():\n    mix = ProductionMix(wind=10, solar=20)\n    new_mix = ProductionMix(wind=5, solar=25)\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind == 5\n    assert final_mix.solar == 25\n\n\ndef test_update_storage():\n    mix = StorageMix(hydro=10, battery=20)\n    new_mix = StorageMix(hydro=5, battery=25)\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro == 5\n    assert final_mix.battery == 25\n\n\ndef test_update_production_with_none():\n    mix = ProductionMix(wind=10, solar=20)\n    new_mix = ProductionMix(wind=None, solar=25)\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind == 10\n    assert final_mix.solar == 25\n\n\ndef test_update_storage_with_none():\n    mix = StorageMix(hydro=10, battery=20)\n    new_mix = StorageMix(hydro=None, battery=25)\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro == 10\n    assert final_mix.battery == 25\n\n\ndef test_update_production_with_empty():\n    mix = ProductionMix()\n    new_mix = ProductionMix(wind=0, solar=25)\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind == 0\n    assert final_mix.solar == 25\n\n\ndef test_update_storage_with_empty():\n    mix = StorageMix()\n    new_mix = StorageMix(hydro=0, battery=25)\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro == 0\n    assert final_mix.battery == 25\n\n\ndef test_update_production_with_new_empty():\n    mix = ProductionMix(wind=10, solar=20)\n    new_mix = ProductionMix()\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind == 10\n    assert final_mix.solar == 20\n\n\ndef test_update_storage_with_new_empty():\n    mix = StorageMix(hydro=10, battery=20)\n    new_mix = StorageMix()\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro == 10\n    assert final_mix.battery == 20\n\n\ndef test_update_production_with_empty_and_new_none():\n    mix = ProductionMix()\n    new_mix = ProductionMix(wind=None, solar=None)\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind is None\n    assert final_mix.solar is None\n\n\ndef test_update_storage_with_empty_and_new_none():\n    mix = StorageMix()\n    new_mix = StorageMix(hydro=None, battery=None)\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro is None\n    assert final_mix.battery is None\n\n\ndef test_update_production_with_empty_and_new_empty():\n    mix = ProductionMix()\n    new_mix = ProductionMix()\n    final_mix = ProductionMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.wind is None\n    assert final_mix.solar is None\n\n\ndef test_update_storage_with_empty_and_new_empty():\n    mix = StorageMix()\n    new_mix = StorageMix()\n    final_mix = StorageMix._update(mix, new_mix)\n    assert final_mix is not None\n    assert final_mix.hydro is None\n    assert final_mix.battery is None\n\n\ndef test_create_exchange_capacity_forecast():\n    forecast = ExchangeCapacity(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n    )\n    assert forecast.zoneKey == ZoneKey(\"AT->DE\")\n    assert forecast.datetime == datetime(2023, 1, 1, tzinfo=timezone.utc)\n    assert forecast.source == \"trust.me\"\n    assert forecast.capacityExport == 1000.0\n    assert forecast.capacityImport == 900.0\n    assert forecast.sourceType == EventSourceType.published\n\n\ndef test_exchange_capacity_forecast_create_defaults_to_published():\n    logger = logging.Logger(\"test\")\n    forecast = ExchangeCapacity.create(\n        logger=logger,\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n    )\n    assert forecast is not None\n    assert forecast.sourceType == EventSourceType.published\n\n\ndef test_exchange_capacity_forecast_allows_one_none_capacity():\n    # One direction may be None as long as the other is set\n    forward_only = ExchangeCapacity(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=None,\n    )\n    assert forward_only.capacityExport == 1000.0\n    assert forward_only.capacityImport is None\n\n    reverse_only = ExchangeCapacity(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=None,\n        capacityImport=900.0,\n    )\n    assert reverse_only.capacityExport is None\n    assert reverse_only.capacityImport == 900.0\n\n\ndef test_raises_if_invalid_exchange_capacity_forecast():\n    # Missing timezone\n    with pytest.raises(ValueError):\n        ExchangeCapacity(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n\n    # Unsorted zone key\n    with pytest.raises(ValueError):\n        ExchangeCapacity(\n            zoneKey=ZoneKey(\"DE->AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n\n    # Not an exchange key (no \"->\")\n    with pytest.raises(ValueError):\n        ExchangeCapacity(\n            zoneKey=ZoneKey(\"AT\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n\n    # Both capacities None\n    with pytest.raises(ValueError):\n        ExchangeCapacity(\n            zoneKey=ZoneKey(\"AT->DE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=None,\n            capacityImport=None,\n        )\n\n    # Unknown zone key not in EXCHANGES_CONFIG\n    with pytest.raises(ValueError):\n        ExchangeCapacity(\n            zoneKey=ZoneKey(\"UNKNOWN->ZONE\"),\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n\n\ndef test_exchange_capacity_forecast_static_create_logs_error():\n    logger = logging.Logger(\"test\")\n    with patch.object(logger, \"error\") as mock_error:\n        ExchangeCapacity.create(\n            logger=logger,\n            zoneKey=ZoneKey(\"DE->AT\"),  # unsorted\n            datetime=datetime(2023, 1, 1, tzinfo=timezone.utc),\n            source=\"trust.me\",\n            capacityExport=1000.0,\n            capacityImport=900.0,\n        )\n        mock_error.assert_called_once()\n\n\n@freezegun.freeze_time(\"2023-01-01\")\ndef test_exchange_capacity_forecast_allows_future_datetime():\n    # Forecasted events can be in the future\n    forecast = ExchangeCapacity(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=datetime(2023, 3, 1, tzinfo=timezone.utc),\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n        sourceType=EventSourceType.forecasted,\n    )\n    assert forecast.datetime == datetime(2023, 3, 1, tzinfo=timezone.utc)\n\n\ndef test_exchange_capacity_forecast_to_dict():\n    dt = datetime(2023, 1, 1, tzinfo=timezone.utc)\n    forecast = ExchangeCapacity(\n        zoneKey=ZoneKey(\"AT->DE\"),\n        datetime=dt,\n        source=\"trust.me\",\n        capacityExport=1000.0,\n        capacityImport=900.0,\n    )\n    d = forecast.to_dict()\n    assert d[\"datetime\"] == dt\n    assert d[\"sortedZoneKeys\"] == ZoneKey(\"AT->DE\")\n    assert d[\"capacityExport\"] == 1000.0\n    assert d[\"capacityImport\"] == 900.0\n    assert d[\"source\"] == \"trust.me\"\n    assert d[\"sourceType\"] == EventSourceType.published\n"
  },
  {
    "path": "electricitymap/contrib/lib/types.py",
    "content": "# DEPRECATED: Import from electricitymap.contrib.types instead.\n# This re-export is kept for backward compatibility.\nfrom electricitymap.contrib.types import ZoneKey\n\n__all__ = [\"ZoneKey\"]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/AEMO.py",
    "content": "import io\nimport re\nimport zipfile\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom urllib.parse import urljoin\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import TotalConsumptionList\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"aemo.com.au\"\n\nZONE_KEY_TO_REGION = {\n    \"AU-NSW\": \"NSW1\",\n    \"AU-QLD\": \"QLD1\",\n    \"AU-SA\": \"SA1\",\n    \"AU-TAS\": \"TAS1\",\n    \"AU-VIC\": \"VIC1\",\n    \"AU-WA\": \"WEM\",  # This zone is not implemented yet\n}\n\nZONE_KEY_TO_TIMEZONE = {\n    \"AU-NSW\": ZoneInfo(\"Australia/Sydney\"),\n    \"AU-QLD\": ZoneInfo(\"Australia/Brisbane\"),\n    \"AU-SA\": ZoneInfo(\"Australia/Adelaide\"),\n    \"AU-TAS\": ZoneInfo(\"Australia/Hobart\"),\n    \"AU-VIC\": ZoneInfo(\"Australia/Melbourne\"),\n    \"AU-WA\": ZoneInfo(\"Australia/Perth\"),  # This zone is not implemented yet\n}\n\n# TODO, what about the other zone in Australia (AU-WA)? Check remaining zone\n\n\ndef find_document(session, target_datetime):\n    # Fetch the directory listing\n    base_url = \"http://nemweb.com.au/Reports/CURRENT/Operational_Demand/FORECAST_HH/\"\n    response = session.get(base_url)\n\n    # Parse with BeautifulSoup\n    soup = BeautifulSoup(response.text, \"html.parser\")\n\n    # String datetime\n    target_date_str = target_datetime.strftime(\"%Y%m%d\")\n\n    # Find matching links\n    matching_links = soup.find_all(\n        \"a\",\n        href=re.compile(\n            rf\"PUBLIC_FORECAST_OPERATIONAL_DEMAND_HH_{target_date_str}\\d+_\\d+\\.zip\"\n        ),\n    )\n\n    if matching_links:\n        target_link = matching_links[-1]  # Get the last (most recent) link\n        full_url = urljoin(base_url, target_link[\"href\"])  # Construct full URL\n\n        file_response = session.get(full_url)\n\n        with zipfile.ZipFile(io.BytesIO(file_response.content)) as z:\n            csv_filename = z.namelist()[0]\n            with z.open(csv_filename) as f:\n                df = pd.read_csv(f)\n                return df\n    else:\n        print(\"No matching files found\")\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey,  # \"AU-NSW\", \"AU-QLD\", \"AU-SA\", \"AU-TAS\", \"AU-VIC\", \"AU-WA\"\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Consumption forecast in MW every half an hour for 10 days ahead.\n    Only for NSW1, QND1, SA1, TAS1, VIC1 zones.\"\"\"\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=ZONE_KEY_TO_TIMEZONE[zone_key])\n\n    df = find_document(session, target_datetime)\n\n    # Transform dataframe\n    df.columns = df.iloc[0]\n    df = df.iloc[1:-1].reset_index(drop=True)\n\n    #\n    region = ZONE_KEY_TO_REGION.get(zone_key)\n    all_consumption_events = df[\n        df[\"REGIONID\"] == region\n    ]  # all events with a datetime and a consumption value\n    consumption_list = TotalConsumptionList(logger)\n    for _, event in all_consumption_events.iterrows():\n        datetime_object = datetime.strptime(\n            event[\"INTERVAL_DATETIME\"], \"%Y/%m/%d %H:%M:%S\"\n        ).replace(tzinfo=ZONE_KEY_TO_TIMEZONE[zone_key])\n\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=datetime_object,\n            consumption=float(\n                event[\"OPERATIONAL_DEMAND_POE50\"]\n            ),  # 50% probability of exceedance operational demand forecast value\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the electricityMap backend, but handy for testing.\"\"\"\n\n    print(fetch_consumption_forecast(\"AU-NSW\"))\n    print(fetch_consumption_forecast(\"AU-QLD\"))\n    print(fetch_consumption_forecast(\"AU-SA\"))\n    print(fetch_consumption_forecast(\"AU-TAS\"))\n    print(fetch_consumption_forecast(\"AU-VIC\"))\n    print(\n        fetch_consumption_forecast(\"AU-WA\")\n    )  # Not implemented yet. It returns an empty list\n"
  },
  {
    "path": "electricitymap/contrib/parsers/AW.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.exceptions import ParserException\n\nFUEL_MAPPING = {\n    \"Fossil\": \"oil\",\n    \"Wind\": \"wind\",\n    \"TotalSolar\": \"solar\",\n    \"total_bio_gas\": \"biomass\",\n}\nTIMEZONE = ZoneInfo(\"America/Aruba\")\nPRODUCTION_URL = (\n    \"https://www.webaruba.com/renewable-energy-dashboard/app/rest/results.json\"\n)\nSOURCE = \"webaruba.com\"\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"AW\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or Session()\n    # User agent is mandatory or services answers 404\n    headers = {\n        \"user-agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)\"\n    }\n    response = r.get(PRODUCTION_URL, headers=headers)\n    aruba_json = response.json()\n    top_data = aruba_json[\"dashboard_top_data\"]\n    mix = ProductionMix()\n    sources_total = 0\n    for fuel, mode in FUEL_MAPPING.items():\n        value = float(top_data[fuel][\"value\"])\n        mix.add_value(mode, value)\n        sources_total += value\n    # \"unknown\" is when data reported in the categories above is less than total reported.\n    # If categories sum up to more than total, accept the datapoint, but only if it's less than 10% of total.\n    # This helps avoid missing data when it's a little bit off, due to rounding or reporting\n    reported_total = float(top_data[\"TotalPower\"][\"value\"])\n\n    if (sources_total / reported_total) > 1.1:\n        raise ParserException(\n            \"AW.py\",\n            f\"AW parser reports fuel sources add up to {sources_total} but total generation {reported_total} is lower\",\n            zone_key,\n        )\n\n    mix.add_value(\n        \"unknown\", reported_total - sources_total, correct_negative_with_zero=True\n    )\n    # We're using Fossil data to get timestamp in correct time zone\n    local_date_time = datetime.strptime(\n        top_data[\"total_bio_gas\"][\"timestamp\"], \"%Y-%m-%d %H:%M:%S.%f\"\n    ).replace(tzinfo=TIMEZONE)\n\n    production_list = ProductionBreakdownList(logger)\n    production_list.append(\n        zone_key,\n        local_date_time,\n        SOURCE,\n        production=mix,\n    )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/AX.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom re import findall\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.exceptions import ParserException\n\nIFRAME_URL = \"https://grafik.kraftnat.ax/grafer/tot_inm_24h_15.php\"\nTIME_ZONE = ZoneInfo(\"Europe/Mariehamn\")\nSOURCE = \"kraftnat.ax\"\n\n\ndef fetch_data(session: Session, logger: Logger):\n    \"\"\"Fetch data from the iFrame.\"\"\"\n\n    response: Response = session.get(IFRAME_URL)\n    response.raise_for_status()\n\n    soup = BeautifulSoup(response.text, \"html.parser\").find_all(\"script\")\n    result_time_series = findall(r\"data: \\[(.*?)\\]\", str(soup))\n    if len(result_time_series) != 3:\n        raise ParserException(\n            \"AX.py\",\n            \"Did not find the expected amount of results. Check if the website has changed.\",\n        )\n    time_series: list = result_time_series[0].split(\",\")\n    raw_data: list[str] = findall(r\"data:\\[(.*?)\\]\", str(soup))\n    if len(raw_data) != 6:\n        raise ParserException(\n            \"AX.py\",\n            \"The raw data did not match the expected format. Check if the website has changed.\",\n        )\n    for raw in raw_data:\n        if len(raw.split(\",\")) != len(time_series):\n            raise ParserException(\n                \"AX.py\",\n                \"The raw data did not match the length of the the time series. Check if the website has changed.\",\n            )\n    data_list = []\n    for time, sweden, alink, fossil, gustavs, wind, consumption in zip(\n        time_series,\n        raw_data[0].split(\",\"),\n        raw_data[1].split(\",\"),\n        raw_data[2].split(\",\"),\n        raw_data[3].split(\",\"),\n        raw_data[4].split(\",\"),\n        raw_data[5].split(\",\"),\n        strict=True,\n    ):\n        data_list.append(\n            {\n                \"time\": str(time.replace('\"', \"\")),\n                \"sweden\": float(sweden),\n                \"alink\": float(alink),\n                \"fossil\": float(fossil),\n                \"gustavs\": float(gustavs),\n                \"wind\": float(wind),\n                \"consumption\": float(consumption),\n            }\n        )\n    return data_list\n\n\ndef formatted_data(\n    zone_key: ZoneKey | None,\n    zone_key1: ZoneKey | None,\n    zone_key2: ZoneKey | None,\n    session: Session,\n    logger: Logger,\n    data_type: str,\n):\n    \"\"\"Format data to Electricity Map standards.\"\"\"\n    data_list = fetch_data(session, logger)\n    data_list.reverse()\n    date_time = datetime.now(TIME_ZONE)\n    date = date_time.replace(\n        hour=int(data_list[0][\"time\"].split(\":\")[0]),\n        minute=int(data_list[0][\"time\"].split(\":\")[1]),\n        second=0,\n        microsecond=0,\n    )\n    if date > date_time:\n        date = date - timedelta(days=1)\n    exchanges = ExchangeList(logger)\n    production_breakdowns = ProductionBreakdownList(logger)\n    consumption = TotalConsumptionList(logger)\n    for data in data_list:\n        corrected_date = date - timedelta(minutes=15 * data_list.index(data))\n        if data_type == \"production\" and zone_key is not None:\n            production_mix = ProductionMix(wind=data[\"wind\"], oil=data[\"fossil\"])\n            production_breakdowns.append(\n                datetime=corrected_date,\n                production=production_mix,\n                source=SOURCE,\n                zoneKey=zone_key,\n            )\n        elif data_type == \"consumption\" and zone_key is not None:\n            consumption.append(\n                datetime=corrected_date,\n                consumption=data[\"consumption\"],\n                source=SOURCE,\n                zoneKey=zone_key,\n            )\n        elif data_type == \"exchange\":\n            if zone_key1 == ZoneKey(\"AX\") and zone_key2 == ZoneKey(\"SE-SE3\"):\n                exchanges.append(\n                    datetime=corrected_date,\n                    netFlow=data[\"sweden\"] * -1,\n                    source=SOURCE,\n                    zoneKey=ZoneKey(\"AX->SE-SE3\"),\n                )\n            elif zone_key1 == ZoneKey(\"AX\") and zone_key2 == ZoneKey(\"FI\"):\n                exchanges.append(\n                    datetime=corrected_date,\n                    netFlow=round(data[\"alink\"] + data[\"gustavs\"], 2) * -1,\n                    source=SOURCE,\n                    zoneKey=ZoneKey(\"AX->FI\"),\n                )\n            else:\n                raise ParserException(\n                    \"AX.py\",\n                    \"This parser can only fetch data between Åland <-> Sweden and Åland <-> Finland\",\n                )\n        else:\n            raise ParserException(\n                \"AX.py\",\n                \"The datasource currently implemented is only for production, consumption and exchange data\",\n                zone_key,\n            )\n\n    if data_type == \"production\":\n        return production_breakdowns.to_list()\n    elif data_type == \"consumption\":\n        return consumption.to_list()\n    elif data_type == \"exchange\":\n        return exchanges.to_list()\n    else:\n        raise ParserException(\n            \"AX.py\",\n            \"The datasource currently implemented is only for production, consumption and exchange data\",\n            zone_key,\n        )\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"AX\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetch production data.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            \"AX.py\", \"The datasource currently implemented is only for real time data\"\n        )\n\n    return formatted_data(\n        zone_key=zone_key,\n        zone_key1=None,\n        zone_key2=None,\n        session=session,\n        logger=logger,\n        data_type=\"production\",\n    )\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"AX\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetch consumption data.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            \"AX.py\", \"The datasource currently implemented is only for real time data\"\n        )\n\n    return formatted_data(\n        zone_key=zone_key,\n        zone_key1=None,\n        zone_key2=None,\n        session=session,\n        logger=logger,\n        data_type=\"consumption\",\n    )\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetch exchange data.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            \"AX.py\", \"The datasource currently implemented is only for real time data\"\n        )\n\n    return formatted_data(\n        zone_key=None,\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        logger=logger,\n        data_type=\"exchange\",\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/BB.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\n\n# The request library is used to fetch content through HTTP\nimport requests\nfrom requests import Session\nfrom requests.auth import AuthBase\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"energy.gov.bb\"\nbase_url = \"https://dataservices.acelerex.com/api\"\n\n\nclass JwtPublicAuth(AuthBase):\n    def __init__(self):\n        self.token = None\n\n    def __call__(self, r):\n        if self.token is None:\n            self.token = self.get_token()\n        r.headers[\"Authorization\"] = f\"Bearer {self.token}\"\n        return r\n\n    def get_token(self) -> str:\n        url = base_url + \"/authentication\"\n        response = requests.post(\n            url, json={\"dashboardId\": \"barbados\", \"strategy\": \"jwt-public\"}\n        )\n        return response.json()[\"accessToken\"]\n\n\ndef session_with_auth(session: Session) -> Session:\n    if session.auth is None:\n        session.auth = JwtPublicAuth()\n    return session\n\n\ndef parse_operational_data(response_json) -> tuple[list[str], list[list[str]]]:\n    header, *table = (x for x in response_json[\"data\"][0][\"data\"][\"data\"] if len(x) > 1)\n    return header, table\n\n\ndef fetch_operational_data(\n    zone_key,\n    session: Session,\n    target_datetime: datetime | None,\n    logger: Logger,\n) -> pd.DataFrame:\n    session = session_with_auth(session)\n\n    params = {\"name\": \"operational-data\", \"$sort[created_at]\": -1}\n\n    header = None\n    table = None\n\n    if target_datetime is None:\n        data = session.get(base_url + \"/barbados/uploads\", params=params).json()\n        header, table = parse_operational_data(data)\n    elif target_datetime > datetime(year=2023, month=2, day=27):\n        expected_date = target_datetime.astimezone(\n            ZoneInfo(\"America/Barbados\")\n        ).strftime(\"%Y-%m-%d\")\n\n        for i in range(10):\n            url_date = (\n                (target_datetime + timedelta(days=i))\n                .astimezone(ZoneInfo(\"America/Barbados\"))\n                .strftime(\"%Y-%m-%d\")\n            )\n            params[\"created_at[$lt]\"] = url_date\n            data = session.get(base_url + \"/barbados/uploads\", params=params).json()\n            header, table = parse_operational_data(data)\n            if table[0][0][:10] == expected_date:\n                break\n            if table[0][0][:10] > expected_date:\n                raise ParserException(\"BB.py\", \"Date not found\", zone_key)\n    else:\n        raise ParserException(\n            \"BB.py\",\n            \"This parser is not yet able to parse dates before 2023-02-27\",\n            zone_key,\n        )\n\n    if table is None or header is None:\n        raise ParserException(\"BB.py\", \"No data found\", zone_key)\n\n    operational_data = pd.DataFrame(\n        table,\n        columns=header,\n    )\n    columns = [\n        \"24 hr monitored solar production\",\n        \"24 hr monitored wind production\",\n        \"24 hr storage charging\",\n        \"24 hr storage discharging\",\n        \"24 hr fossil production\",\n        \"24 hr Net demand\",\n        \"24 hr Curtailment\",\n    ]\n    for columm in columns:\n        operational_data[columm] = pd.to_numeric(operational_data[columm])\n    return operational_data\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"BB\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    operational_data = fetch_operational_data(\n        zone_key, session, target_datetime, logger\n    )\n\n    production_list = ProductionBreakdownList(logger=logger)\n\n    for _index, row in operational_data.iterrows():\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(row[\"datetime\"]),\n            production=ProductionMix(\n                solar=row[\"24 hr monitored solar production\"],\n                wind=row[\"24 hr monitored wind production\"],\n                oil=row[\"24 hr fossil production\"],\n            ),\n            storage=StorageMix(\n                battery=(\n                    row[\"24 hr storage discharging\"] + row[\"24 hr storage charging\"]\n                )\n                * -1\n            ),\n            source=SOURCE,\n        )\n    return production_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict[str, Any] | list[dict[str, Any]]:\n    operational_data = fetch_operational_data(\n        zone_key, session, target_datetime, logger\n    )\n\n    consumption_list = TotalConsumptionList(logger=logger)\n\n    for _index, row in operational_data.iterrows():\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(row[\"datetime\"]),\n            consumption=row[\"24 hr Net demand\"],\n            source=SOURCE,\n        )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Maps backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production(XX) ->\")\n    print(fetch_production(ZoneKey(\"BB\")))\n    fetch_production(ZoneKey(\"BB\"), target_datetime=datetime(2024, 2, 2))\n    print(\"fetch_consumption(XX) ->\")\n    print(fetch_consumption(ZoneKey(\"BB\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/BE.py",
    "content": "import json\nfrom datetime import datetime, timedelta, timezone\nfrom itertools import groupby\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers import ENTSOE\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# API is limited to 100 items per query\n# 2 hours * 4 (15 min intervals) * 12 (number of modes) = 96 items\nTWO_HR_LIMIT = 2 * 4 * 12\n\nELIA_WINDOW_HOURS = (\n    2  # Elia API max window per call (96 items = 2h * 4 intervals * 12 modes)\n)\n\nELIA_API_ENDPOINT = \"https://opendata.elia.be/api/explore/v2.1\"\nDATASET_ID_ELIA = \"ods201\"\nBASE_URL_ELIA = f\"{ELIA_API_ENDPOINT}/catalog/datasets/{DATASET_ID_ELIA}/records?order_by=datetime desc&limit={TWO_HR_LIMIT}\"\n\nSOURCE_ELIA = \"opendata.elia.be\"\nTIMEZONE = ZoneInfo(\"Europe/Brussels\")\n\nFUEL_TYPE_MAPPING_ELIA = {\n    \"Fossil Gas\": \"gas\",\n    \"Solar\": \"solar\",\n    \"Waste\": \"biomass\",\n    \"Wind Onshore\": \"wind\",\n    \"Wind Offshore\": \"wind\",\n    \"Biomass\": \"biomass\",\n    \"Energy Storage\": \"storage_battery\",\n    \"Nuclear\": \"nuclear\",\n    \"Hydro Run-of-river and poundage\": \"hydro\",\n    \"Hydro Pumped Storage\": \"storage_hydro\",\n    \"Fossil Oil\": \"oil\",\n    \"Other\": \"unknown\",\n}\n\n\ndef fetch_elia(\n    zone_key: ZoneKey = ZoneKey(\"BE\"),\n    session: Session | None = None,\n    start_datetime: datetime | None = None,\n    end_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    session = session or Session()\n\n    if start_datetime is not None and end_datetime is not None:\n        start_brussels = start_datetime.astimezone(TIMEZONE).replace(tzinfo=None)\n        end_brussels = end_datetime.astimezone(TIMEZONE).replace(tzinfo=None)\n        url = f\"{BASE_URL_ELIA}&timezone=Europe/Brussels&where=datetime >= date'{start_brussels.isoformat()}' AND datetime < date'{end_brussels.isoformat()}'\"\n    else:\n        url = BASE_URL_ELIA\n\n    response = session.get(url)\n    results = json.loads(response.text).get(\"results\", [])\n    production_breakdown_list = ProductionBreakdownList(logger)\n\n    sorted_results = sorted(results, key=lambda x: x.get(\"datetime\", \"\"))\n\n    for dt_key, events in groupby(sorted_results, key=lambda x: x.get(\"datetime\")):\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n\n        for event in events:\n            fuel_type = FUEL_TYPE_MAPPING_ELIA.get(\n                event.get(\"fueltypeentsoe\"), \"unknown\"\n            )\n            power = event.get(\"generatedpower\")\n\n            if \"storage\" in fuel_type:\n                storage_mix.add_value(\n                    fuel_type.removeprefix(\"storage_\"),\n                    -power if power is not None else None,\n                )\n            else:\n                production_mix.add_value(\n                    fuel_type,\n                    power,\n                )\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(dt_key).astimezone(timezone.utc),\n            production=production_mix,\n            storage=storage_mix,\n            source=SOURCE_ELIA,\n        )\n\n    return production_breakdown_list\n\n\nENTSOE_SPAN = (timedelta(hours=-48), timedelta(hours=0))\n\n\ndef fetch_entsoe(\n    zone_key: ZoneKey = ZoneKey(\"BE\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    session = session or Session()\n    domain = ENTSOE.ENTSOE_DOMAIN_MAPPINGS[zone_key]\n    params = {\n        \"documentType\": \"A75\",\n        \"processType\": \"A16\",\n        \"in_Domain\": domain,\n    }\n    raw_production = ENTSOE.query_ENTSOE(\n        session=session,\n        params=params,\n        span=ENTSOE_SPAN,\n        target_datetime=target_datetime,\n    )\n    if raw_production is None:\n        raise ParserException(\n            parser=\"BE.py\",\n            message=f\"No production data found for {zone_key} from ENTSOE\",\n            zone_key=zone_key,\n        )\n    return ENTSOE.parse_production(raw_production, logger, zone_key)\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"BE\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n\n    entsoe_data = fetch_entsoe(zone_key, session, target_datetime, logger)\n    # Determine the time range covered by ENTSOE data and fetch Elia in 2-hour chunks.\n    entsoe_datetimes = [event.datetime for event in entsoe_data.events]\n    elia_data = ProductionBreakdownList(logger)\n\n    if entsoe_datetimes:\n        range_start = min(entsoe_datetimes)\n        range_end = max(entsoe_datetimes)\n        chunk_start = range_start\n        while chunk_start <= range_end:\n            chunk_end = chunk_start + timedelta(hours=ELIA_WINDOW_HOURS)\n            chunk = fetch_elia(zone_key, session, chunk_start, chunk_end, logger)\n            elia_data = ProductionBreakdownList.update_production_breakdowns(\n                elia_data, chunk, logger\n            )\n            chunk_start = chunk_end\n\n    # Prefer Elia data where available; fall back to ENTSOE for other datetimes.\n    return ProductionBreakdownList.update_production_breakdowns(\n        entsoe_data, elia_data, logger\n    ).to_list()\n\n\nif __name__ == \"__main__\":\n    fetch_elia(ZoneKey(\"BE\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/BG.py",
    "content": "from datetime import datetime, timezone\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"BG.py\"\n\nSOURCE = \"eso.bg\"\nSOURCE_API_URL = \"http://www.eso.bg/api/rabota_na_EEC_json.php?en\"\n\nPRODUCTION_TYPE_TO_PRODUCTION_MODE = {\n    \"NPP\": \"nuclear\",\n    \"CHP\": \"coal\",\n    \"Heating TPPs\": \"gas\",\n    \"Factory TPPs\": \"gas\",\n    \"HPP\": \"hydro\",\n    \"Small HPPs\": \"hydro\",\n    \"Wind\": \"wind\",\n    \"PV\": \"solar\",\n    \"Bio\": \"biomass\",\n}\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"BG\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER, \"This parser is not yet able to parse historical data\", zone_key\n        )\n\n    time = datetime.now(timezone.utc)\n    response = session.get(SOURCE_API_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    response_payload = response.json()\n    logger.debug(f\"Raw generation breakdown: {response_payload}\")\n\n    production_mix = ProductionMix()\n    for header, value in response_payload:\n        production_type, _delimiter, _percentage = header.rpartition(\" \")\n        production_mode = PRODUCTION_TYPE_TO_PRODUCTION_MODE[production_type]\n        production_mix.add_value(production_mode, value)\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    production_breakdown_list.append(\n        zoneKey=zone_key,\n        datetime=time,\n        source=SOURCE,\n        production=production_mix,\n    )\n    return production_breakdown_list.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CAMMESA.py",
    "content": "#!/usr/bin/env python3\n\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# Useful links.\n# https://en.wikipedia.org/wiki/Electricity_sector_in_Argentina\n# https://en.wikipedia.org/wiki/List_of_power_stations_in_Argentina\n# http://globalenergyobservatory.org/countryid/10#\n# http://www.industcards.com/st-other-argentina.htm\n\n# API Documentation: https://api.cammesa.com/demanda-svc/swagger-ui.html\nCAMMESA_DEMANDA_ENDPOINT = (\n    \"https://api.cammesa.com/demanda-svc/generacion/ObtieneGeneracioEnergiaPorRegion/\"\n)\nCAMMESA_EXCHANGE_ENDPOINT = (\n    \"https://api.cammesa.com/demanda-svc/demanda/IntercambioCorredoresGeo/\"\n)\nCAMMESA_RENEWABLES_ENDPOINT = \"https://cdsrenovables.cammesa.com/exhisto/RenovablesService/GetChartTotalTRDataSource/\"\n\n# Expected arrow direction if flow is first -> second\nEXCHANGE_NAME_DIRECTION_MAPPING = {\n    \"AR->CL-SEN\": (\"ARG-CHI\", 180),\n    \"AR->PY\": (\"ARG-PAR\", 45),\n    \"AR->UY\": (\"ARG-URU\", 0),\n    \"AR-NEA->BR-S\": (\"ARG-BRA\", 45),\n    \"AR-BAS->AR-COM\": (\"PBA-COM\", 225),\n    \"AR-CEN->AR-COM\": (\"CEN-COM\", 270),\n    \"AR-CEN->AR-NOA\": (\"CEN-NOA\", 135),\n    \"AR-CUY->AR-COM\": (\"CUY-COM\", 315),\n    \"AR-CEN->AR-CUY\": (\"CEN-CUY\", 225),\n    \"AR-LIT->AR-NEA\": (\"LIT-NEA\", 45),\n    \"AR-BAS->AR-LIT\": (\"PBA-LIT\", 90),\n    \"AR-CUY->AR-NOA\": (\"CUY-NOA\", 45),\n    \"AR-LIT->AR-CEN\": (\"LIT-CEN\", 225),\n    \"AR-LIT->AR-NOA\": (\"LIT-NOA\", 135),\n    \"AR-BAS->AR-CEN\": (\"PBA-CEN\", 135),\n    \"AR-COM->AR-PAT\": (\"COM-PAT\", 270),\n    \"AR-NEA->AR-NOA\": (\"NEA-NOA\", 180),\n}\n\nSOURCE = \"cammesaweb.cammesa.com\"\n\nSPLIT_UNKNOWN_PRODUCTION = {  # To be updated with the latest data when available\n    2017: {\"oil\": 0.12, \"gas\": 0.85, \"coal\": 0.03},\n    2018: {\"oil\": 0.07, \"gas\": 0.90, \"coal\": 0.03},\n    2019: {\"oil\": 0.04, \"gas\": 0.95, \"coal\": 0.01},\n    2020: {\"oil\": 0.075, \"gas\": 0.90, \"coal\": 0.025},\n    2021: {\"oil\": 0.12, \"gas\": 0.85, \"coal\": 0.03},\n    2022: {\"oil\": 0.17, \"gas\": 0.80, \"coal\": 0.03},\n}  # source: EIA 2022 (https://www.iea.org/data-and-statistics/data-tools/energy-statistics-data-browser?country=ARGENTINA&fuel=Energy%20supply&indicator=ElecGenByFuel)\ndf_split_unknown_production = pd.DataFrame(SPLIT_UNKNOWN_PRODUCTION).T\ndf_split_unknown_production = df_split_unknown_production.reindex(\n    range(2017, datetime.now().year + 1), method=\"ffill\"\n)\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"AR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests up to date list of production mixes (in MW) of a given country.\"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    current_session = session or Session()\n\n    conventional_production = non_renewables_production_mix(\n        zone_key, current_session, logger\n    )\n    renewables_production = renewables_production_mix(zone_key, current_session, logger)\n    # Hydro comes from both conventional and renewables production which are merged together\n    return ProductionBreakdownList.merge_production_breakdowns(\n        [conventional_production, renewables_production],\n        logger,\n        matching_timestamps_only=True,\n    ).to_list()\n\n\ndef renewables_production_mix(\n    zone_key: ZoneKey, session: Session, logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"Retrieves production mix for renewables using CAMMESA's API\"\"\"\n\n    today = (\n        datetime.now()\n        .astimezone(tz=ZoneInfo(\"America/Argentina/Buenos_Aires\"))\n        .strftime(\"%d-%m-%Y\")\n    )\n    params = {\"desde\": today, \"hasta\": today}\n    renewables_response = session.get(CAMMESA_RENEWABLES_ENDPOINT, params=params)\n    assert renewables_response.status_code == 200, (\n        \"Exception when fetching production for \"\n        f\"{zone_key}: error when calling url={CAMMESA_RENEWABLES_ENDPOINT} with payload={params}\"\n    )\n\n    production_list = renewables_response.json()\n    renewables_production = ProductionBreakdownList(logger)\n    for production_info in production_list:\n        renewables_production.append(\n            zoneKey=zone_key,\n            datetime=datetime.strptime(\n                production_info[\"momento\"], \"%Y-%m-%dT%H:%M:%S.%f%z\"\n            ),\n            production=ProductionMix(\n                biomass=production_info[\"biocombustible\"],\n                hydro=production_info[\"hidraulica\"],\n                solar=production_info[\"fotovoltaica\"],\n                wind=production_info[\"eolica\"],\n            ),\n            source=SOURCE,\n        )\n\n    return renewables_production\n\n\ndef non_renewables_production_mix(\n    zone_key: ZoneKey, session: Session, logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"Retrieves production mix for non renewables using CAMMESA's API\"\"\"\n\n    params = {\"id_region\": 1002}\n    api_cammesa_response = session.get(CAMMESA_DEMANDA_ENDPOINT, params=params)\n    assert api_cammesa_response.status_code == 200, (\n        \"Exception when fetching production for \"\n        f\"{zone_key}: error when calling url={CAMMESA_DEMANDA_ENDPOINT} with payload={params}\"\n    )\n    production_list = api_cammesa_response.json()\n    conventional_production = ProductionBreakdownList(logger)\n    for production_info in production_list:\n        # Convert fecha string to datetime and extract the year\n        production_datetime = datetime.strptime(\n            production_info[\"fecha\"], \"%Y-%m-%dT%H:%M:%S.%f%z\"\n        )\n        production_year = production_datetime.year\n\n        # use the split from EIA 2022 to split the termico production into gas and oil\n        for mode in [\"gas\", \"oil\", \"coal\"]:\n            production_info[mode] = (\n                production_info[\"termico\"]\n                * df_split_unknown_production.loc[production_year][mode]\n            )  # use the split from EIA 2022 to split the termico production into gas and oil\n        conventional_production.append(\n            zoneKey=zone_key,\n            datetime=production_datetime,\n            production=ProductionMix(\n                hydro=production_info[\"hidraulico\"],\n                nuclear=production_info[\"nuclear\"],\n                # As of 2022 thermal energy is mostly natural gas but\n                # the data is not split. We put it into unknown for now.\n                # More info: see page 21 in https://microfe.cammesa.com/static-content/CammesaWeb/download-manager-files/Sintesis%20Mensual/Informe%20Mensual_2021-12.pdf\n                # unknown=production_info[\"termico\"],\n                gas=production_info[\"gas\"],\n                oil=production_info[\"oil\"],\n                coal=production_info[\"coal\"],\n            ),\n            source=SOURCE,\n        )\n\n    return conventional_production\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    if sorted_zone_keys not in EXCHANGE_NAME_DIRECTION_MAPPING:\n        raise ParserException(\n            parser=\"CAMMESA.py\",\n            message=\"This exchange is not currently implemented\",\n            zone_key=sorted_zone_keys,\n        )\n\n    current_session = session or Session()\n\n    api_cammesa_response = current_session.get(CAMMESA_EXCHANGE_ENDPOINT)\n    if not api_cammesa_response.ok:\n        raise ParserException(\n            parser=\"CAMMESA.py\",\n            message=f\"Exception when fetching exchange for {sorted_zone_keys}: error when calling url={CAMMESA_EXCHANGE_ENDPOINT}\",\n            zone_key=sorted_zone_keys,\n        )\n    exchange_name, expected_angle = EXCHANGE_NAME_DIRECTION_MAPPING[sorted_zone_keys]\n    exchange_list = api_cammesa_response.json()[\"features\"]\n    exchange_data = next(\n        (\n            exchange[\"properties\"]\n            for exchange in exchange_list\n            if exchange[\"properties\"][\"nombre\"] == exchange_name\n        ),\n        None,\n    )\n    if exchange_data is None:\n        raise ParserException(\n            parser=\"CAMMESA.py\",\n            message=f\"Exception when fetching exchange for {sorted_zone_keys}: exchange not found\",\n            zone_key=sorted_zone_keys,\n        )\n    given_angle = int(exchange_data[\"url\"][6:])\n    flow = int(exchange_data[\"text\"])\n\n    # inverse flow if arrow doesn't match expected direction\n    if expected_angle != given_angle:\n        flow = -flow\n    exchange_datetime = datetime.fromisoformat(\n        exchange_data[\"fecha\"][:-2] + \":\" + exchange_data[\"fecha\"][-2:]\n    )\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        zoneKey=sorted_zone_keys,\n        datetime=exchange_datetime,\n        netFlow=flow,\n        source=SOURCE,\n    )\n    return exchanges.to_list()\n\n\ndef fetch_price(\n    zone_key: str = \"AR\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known power price of a given country.\"\"\"\n\n    raise NotImplementedError(\"Fetching the price is not currently implemented\")\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_exchange(AR, PY) ->\")\n    print(fetch_exchange(ZoneKey(\"AR\"), ZoneKey(\"PY\")))\n    print(\"fetch_exchange(AR, UY) ->\")\n    print(fetch_exchange(ZoneKey(\"AR\"), ZoneKey(\"UY\")))\n    print(\"fetch_exchange(AR, CL-SEN) ->\")\n    print(fetch_exchange(ZoneKey(\"AR\"), ZoneKey(\"CL-SEN\")))\n    print(\"fetch_exchange(AR-CEN, AR-COM) ->\")\n    print(fetch_exchange(ZoneKey(\"AR-CEN\"), ZoneKey(\"AR-COM\")))\n    print(\"fetch_exchange(AR-BAS, AR-LIT) ->\")\n    print(fetch_exchange(ZoneKey(\"AR-BAS\"), ZoneKey(\"AR-LIT\")))\n    print(\"fetch_exchange(AR-COM, AR-PAT) ->\")\n    print(fetch_exchange(ZoneKey(\"AR-COM\"), ZoneKey(\"AR-PAT\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_AB.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parse the Alberta Electric System Operator's (AESO's) Energy Trading System\n(ETS) website.\n\"\"\"\n\n# Standard library imports\nimport csv\nimport io\nimport re\nimport urllib.parse\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\n\n# Third-party library imports\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    GridAlertList,\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nDEFAULT_ZONE_KEY = ZoneKey(\"CA-AB\")\nTIMEZONE = ZoneInfo(\"Canada/Mountain\")\nURL = urllib.parse.urlsplit(\"http://ets.aeso.ca/ets_web/ip/Market/Reports\")\nURL_STRING = urllib.parse.urlunsplit(URL)\n\nSOURCE = URL.netloc\n\nPRODUCTION_MAPPING = {\n    \"COGENERATION\": \"gas\",\n    \"COMBINED CYCLE\": \"gas\",\n    \"GAS FIRED STEAM\": \"gas\",\n    \"SIMPLE CYCLE\": \"gas\",\n    \"WIND\": \"wind\",\n    \"SOLAR\": \"solar\",\n    \"HYDRO\": \"hydro\",\n    \"OTHER\": \"biomass\",\n}\n\nSTORAGE_MAPPING = {\"ENERGY STORAGE\": \"battery\"}\nGRID_ALERTS_URL = \"http://ets.aeso.ca/ets_web/ip/Market/Reports/RealTimeShiftReportServlet?contentType=html\"\nGRID_ALERT_SOURCE = \"aeso.ca\"\nSKIP_KEYS = [\"TOTAL\"]\n\n\ndef fetch_exchange(\n    zone_key1: str = DEFAULT_ZONE_KEY,\n    zone_key2: str = \"CA-BC\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Request the last known power exchange (in MW) between two countries.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"Currently unable to scrape historical data\")\n    session = session or Session()\n    response = session.get(\n        f\"{URL_STRING}/CSDReportServlet\", params={\"contentType\": \"csv\"}\n    )\n    interchange = dict(csv.reader(response.text.split(\"\\r\\n\\r\\n\")[4].splitlines()))\n    flows = {\n        f\"{DEFAULT_ZONE_KEY}->CA-BC\": interchange[\"British Columbia\"],\n        f\"{DEFAULT_ZONE_KEY}->CA-SK\": interchange[\"Saskatchewan\"],\n        f\"{DEFAULT_ZONE_KEY}->US-MT\": interchange[\"Montana\"],\n        f\"{DEFAULT_ZONE_KEY}->US-NW-NWMT\": interchange[\"Montana\"],\n    }\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted((zone_key1, zone_key2))))\n    if sorted_zone_keys not in flows:\n        raise NotImplementedError(f\"Pair '{sorted_zone_keys}' not implemented\")\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        zoneKey=sorted_zone_keys,\n        datetime=get_csd_report_timestamp(response.text),\n        netFlow=float(flows[sorted_zone_keys]),\n        source=URL.netloc,\n    )\n    return exchanges.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Request the last known power price of a given country.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"Currently unable to scrape historical data\")\n    session = session or Session()\n    response = session.get(\n        f\"{URL_STRING}/SMPriceReportServlet\", params={\"contentType\": \"csv\"}\n    )\n    prices = PriceList(logger)\n    for row in csv.reader(response.text.split(\"\\r\\n\\r\\n\")[2].splitlines()[1:]):\n        if row[1] != \"-\":\n            date, hour = row[0].split()\n            prices.append(\n                zoneKey=zone_key,\n                datetime=datetime.strptime(\n                    f\"{date} {int(hour) - 1}\", \"%m/%d/%Y %H\"\n                ).replace(tzinfo=TIMEZONE)\n                + timedelta(hours=1),\n                price=float(row[1]),\n                source=URL.netloc,\n                currency=\"CAD\",\n            )\n    return prices.to_list()\n\n\ndef fetch_production(\n    zone_key: str = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict[str, Any] | None:\n    \"\"\"Request the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    session = session or Session()\n    response = session.get(\n        f\"{URL_STRING}/CSDReportServlet\", params={\"contentType\": \"csv\"}\n    )\n    generation = {\n        row[0]: float(row[2])  # total net generation\n        for row in csv.reader(response.text.split(\"\\r\\n\\r\\n\")[3].splitlines())\n    }\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    production = ProductionMix()\n    storage = StorageMix()\n\n    for key in generation:\n        if key in PRODUCTION_MAPPING:\n            production.add_value(\n                PRODUCTION_MAPPING[key],\n                generation.get(key),\n                correct_negative_with_zero=True,\n            )\n        elif key in STORAGE_MAPPING:\n            storage.add_value(STORAGE_MAPPING[key], generation.get(key))\n\n        elif key not in SKIP_KEYS:\n            logger.warning(f\"Unrecognized key: {key} in data\")\n\n    date = get_csd_report_timestamp(response.text)\n\n    production_breakdowns.append(\n        zoneKey=zone_key,\n        datetime=date,\n        production=production,\n        storage=storage,\n        source=SOURCE,\n    )\n\n    return production_breakdowns.to_list()\n\n\ndef get_csd_report_timestamp(report):\n    \"\"\"Get the timestamp from a current supply/demand (CSD) report.\"\"\"\n    return datetime.strptime(\n        re.search(r'\"Last Update : (.*)\"', report).group(1), \"%b %d, %Y %H:%M\"\n    ).replace(tzinfo=TIMEZONE)\n\n\ndef _get_wind_solar_data(session: Session, url: str) -> pd.DataFrame:\n    response = session.get(url)\n    csv = pd.read_csv(io.StringIO(response.text))\n    return csv\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests wind and solar production forecasts in hourly data (in MW) for 7 days ahead.\"\"\"\n    session = session or Session()\n\n    # Requests\n    # Wind 7 days\n    url_wind = \"http://ets.aeso.ca/Market/Reports/Manual/Operations/prodweb_reports/wind_solar_forecast/wind_rpt_longterm.csv\"\n    csv_wind = _get_wind_solar_data(session, url_wind)\n\n    # Solar 7 days\n    url_solar = \"http://ets.aeso.ca/Market/Reports/Manual/Operations/prodweb_reports/wind_solar_forecast/solar_rpt_longterm.csv\"\n    csv_solar = _get_wind_solar_data(session, url_solar)\n\n    all_production_events = csv_wind.merge(\n        csv_solar, on=\"Forecast Transaction Date\", suffixes=(\"_wind\", \"_solar\")\n    )\n\n    production_list = ProductionBreakdownList(logger)\n    for _, event in all_production_events.iterrows():\n        event_datetime = event[\"Forecast Transaction Date\"]\n        event_datetime = datetime.fromisoformat(event_datetime).replace(tzinfo=TIMEZONE)\n        production_mix = ProductionMix()\n        production_mix.add_value(\n            \"solar\", event[\"Most Likely_solar\"], correct_negative_with_zero=True\n        )\n        production_mix.add_value(\n            \"wind\", event[\"Most Likely_wind\"], correct_negative_with_zero=True\n        )\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            production=production_mix,\n            source=URL.netloc,\n            sourceType=EventSourceType.forecasted,\n        )\n    return production_list.to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    data = session.get(GRID_ALERTS_URL)\n    soup = BeautifulSoup(data.text, \"html.parser\")\n    table = soup.find_all(\"table\")[-1]\n    rows = table.find_all(\"tr\")\n    grid_alert_list = GridAlertList(logger)\n    for row in rows:\n        cells = row.find_all(\"td\")\n        if len(cells) < 2:\n            continue\n        message = cells[1].text\n        time = cells[0].text\n        time = datetime.strptime(time, \"%m/%d/%Y %H:%M\").replace(tzinfo=TIMEZONE)\n        grid_alert_list.append(\n            zoneKey=zone_key,\n            locationRegion=None,\n            source=GRID_ALERT_SOURCE,\n            alertType=GridAlertType.undefined,\n            message=message,\n            issuedTime=time,\n            startTime=None,\n            endTime=None,\n        )\n    return grid_alert_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the electricityMap backend, but handy for testing.\"\"\"\n    \"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_price() ->\")\n    print(fetch_price())\n    print(f\"fetch_exchange({DEFAULT_ZONE_KEY}, CA-BC) ->\")\n    print(fetch_exchange(DEFAULT_ZONE_KEY, \"CA-BC\"))\n    print(f\"fetch_exchange({DEFAULT_ZONE_KEY}, CA-SK) ->\")\n    print(fetch_exchange(DEFAULT_ZONE_KEY, \"CA-SK\"))\n    print(f\"fetch_exchange({DEFAULT_ZONE_KEY}, US-MT) ->\")\n    print(fetch_exchange(DEFAULT_ZONE_KEY, \"US-MT\"))\n    print(f\"fetch_exchange({DEFAULT_ZONE_KEY}, US-NW-NWMT) ->\")\n    print(fetch_exchange(DEFAULT_ZONE_KEY, \"US-NW-NWMT\"))\"\n    \"\"\"\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_BC.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZONES_CONFIG\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# More info:\n# https://www.bchydro.com/energy-in-bc/our_system/transmission/transmission-system/actual-flow-data.html\n\nHISTORICAL_LOAD_REPORTS = \"https://www.bchydro.com/content/dam/BCHydro/customer-portal/documents/corporate/suppliers/transmission-system/balancing_authority_load_data/Historical%20Transmission%20Data/BalancingAuthorityLoad{0}.xls\"\nEXCHANGES_URL = \"https://www.bchydro.com/bctc/system_cms/actual_flow/latest_values.txt\"\nTIMEZONE = ZoneInfo(ZONES_CONFIG.get(ZoneKey(\"CA-BC\"), {}).get(\"timezone\"))\nSOURCE = \"bchydro.com\"\nPUBLICATION_DELAY = timedelta(days=31)\n\nEXCHANGE_POSITION_MULTIPLIER = {\n    ZoneKey(\"CA-BC->US-NW-BPAT\"): (1, 1),\n    ZoneKey(\"CA-AB->CA-BC\"): (2, -1),\n}\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    r = session or Session()\n    consumption_list = TotalConsumptionList(logger)\n    if target_datetime is None:\n        start_date = datetime.now(tz=TIMEZONE) - PUBLICATION_DELAY - timedelta(days=1)\n        end_date = datetime.now(tz=TIMEZONE)\n    else:\n        start_date = target_datetime - timedelta(days=1)\n        end_date = target_datetime\n    # If the range spans multiple years, we need to fetch each year separately.\n    for year in range(start_date.year, end_date.year + 1):\n        url = HISTORICAL_LOAD_REPORTS.format(year)\n        response: Response = r.get(url)\n        if not response.ok:\n            raise ParserException(\n                \"CA_BC.py\",\n                f\"Could not fetch load report for year {year}\",\n                zone_key,\n            )\n        df = pd.read_excel(response.content, skiprows=3)\n        df = df.rename(columns={\"Date ?\": \"Date\"})\n        # The first hour of each day is set at 1 and the last at 24 so we need to subtract 1\n        # to correctly align dates and hours.\n        # Due to DST there might be some missing hours, we use shift_backward to fill them with the previous hour.\n        df[\"datetime\"] = pd.to_datetime(\n            df[\"Date\"] + \" \" + (df[\"HE\"] - 1).astype(\"str\"), format=\"%m/%d/%Y %H\"\n        ).dt.tz_localize(TIMEZONE, nonexistent=\"shift_backward\")\n        df = df.set_index(\"datetime\")\n        selected_times = df[start_date:end_date]\n        for row in selected_times.iterrows():\n            consumption_list.append(\n                zoneKey=zone_key,\n                datetime=row[0].to_pydatetime(),\n                source=SOURCE,\n                consumption=row[1][\"Control Area Load\"],\n            )\n    return consumption_list.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two countries.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or Session()\n    response = r.get(EXCHANGES_URL)\n    obj = response.text.split(\"\\r\\n\")[1].replace(\"\\r\", \"\").split(\",\")\n\n    parsed_datetime = datetime.strptime(obj[0], \"%d-%b-%y %H:%M:%S\").replace(\n        tzinfo=TIMEZONE\n    )\n\n    sortedZoneKeys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    if sortedZoneKeys not in EXCHANGE_POSITION_MULTIPLIER:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n    position, multiplier = EXCHANGE_POSITION_MULTIPLIER[sortedZoneKeys]\n\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        sortedZoneKeys,\n        parsed_datetime,\n        SOURCE,\n        float(obj[position]) * multiplier,\n    )\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_exchange(CA-AB, CA-BC) ->\")\n    print(fetch_exchange(\"CA-AB\", \"CA-BC\"))\n    print(\"fetch_consumption(CA-BC) ->\")\n    print(\n        fetch_consumption(\n            ZoneKey(\"CA-BC\"), target_datetime=datetime(2023, 3, 1, 0, 0, 0, 0, TIMEZONE)\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_NB.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\n\n# BeautifulSoup is used to parse HTML to get information\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"tso.nbpower.com\"\nEXCHANGE_TO_FLOWS = {\n    ZoneKey(\"CA-NB->CA-QC\"): [\"QUEBEC\"],\n    # all of these exports are to Maine\n    # (see https://www.nbpower.com/en/about-us/our-energy/system-map/),\n    # currently this is mapped to ISO-NE\n    ZoneKey(\"CA-NB->US-NE-ISNE\"): [\"EMEC\", \"ISO-NE\", \"MPS\"],\n    ZoneKey(\"CA-NB->CA-NS\"): [\"NOVA SCOTIA\"],\n    ZoneKey(\"CA-NB->CA-PE\"): [\"PEI\"],\n}\n\n\ndef _get_new_brunswick_flows(requests_obj):\n    \"\"\"\n    Gets current electricity flows in and out of New Brunswick.\n\n    There is no reported data timestamp in the page.\n    The page returns current time and says \"Times at which values are sampled may vary by as much as 5 minutes.\"\n    \"\"\"\n\n    url = \"https://tso.nbpower.com/Public/en/SystemInformation_realtime.asp\"\n    response = requests_obj.get(url)\n\n    soup = BeautifulSoup(response.text, \"html.parser\")\n\n    table = soup.find(\"table\", attrs={\"bordercolor\": \"#191970\"})\n\n    rows = table.find_all(\"tr\")\n\n    headers = rows[1].find_all(\"td\")\n    values = rows[2].find_all(\"td\")\n\n    flows = {\n        headers[i].text.strip(): float(row.text.strip()) for i, row in enumerate(values)\n    }\n\n    return flows\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CA-NB\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    \"\"\"\n    In this case, we are calculating the amount of electricity generated\n    in New Brunswick, versus imported and exported elsewhere.\n    \"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    requests_obj = session or Session()\n    flows = _get_new_brunswick_flows(requests_obj)\n\n    # nb_flows['NB Demand'] is the use of electricity in NB\n    # 'EMEC', 'ISO-NE', 'MPS', 'NOVA SCOTIA', 'PEI', and 'QUEBEC'\n    # are exchanges - positive for exports, negative for imports\n    # Electricity generated in NB is then 'NB Demand' plus all the others\n\n    generated = (\n        flows[\"NB Demand\"]\n        + flows[\"EMEC\"]\n        + flows[\"ISO-NE\"]\n        + flows[\"MPS\"]\n        + flows[\"NOVA SCOTIA\"]\n        + flows[\"PEI\"]\n        + flows[\"QUEBEC\"]\n    )\n    production = ProductionBreakdownList(logger)\n    production.append(\n        zoneKey=zone_key,\n        # Using the current utc time because the page returns the current time.\n        datetime=datetime.now(tz=timezone.utc).replace(\n            minute=0, second=0, microsecond=0\n        ),\n        source=SOURCE,\n        production=ProductionMix(\n            unknown=generated,\n        ),\n    )\n\n    return production.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two regions.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    requests_obj = session or Session()\n    flows = _get_new_brunswick_flows(requests_obj)\n\n    # In this source, positive values are exports and negative are imports.\n    # In expected result, \"net\" represents an export.\n    # So these can be used directly.\n\n    if sorted_zone_keys not in EXCHANGE_TO_FLOWS:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        zoneKey=sorted_zone_keys,\n        datetime=datetime.now(tz=timezone.utc).replace(\n            minute=0, second=0, microsecond=0\n        ),\n        source=SOURCE,\n        netFlow=sum([flows[flow] for flow in EXCHANGE_TO_FLOWS[sorted_zone_keys]]),\n    )\n\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print('fetch_exchange(\"CA-NB\", \"CA-PE\") ->')\n    print(fetch_exchange(ZoneKey(\"CA-NB\"), ZoneKey(\"CA-PE\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_NS.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n# The table shown on the \"Daily Report\" page\n# (https://www.nspower.ca/oasis/system-reports-messages/daily-report) is inside\n# an iframe which refers to the following URL.\nEXCHANGE_URL = (\n    \"https://resourcesprd-nspower.aws.silvertech.net/oasis/current_report.shtml\"\n)\nLOAD_URL = \"https://www.nspower.ca/library/CurrentLoad/CurrentLoad.json\"\nMIX_URL = \"https://www.nspower.ca/library/CurrentLoad/CurrentMix.json\"\nPARSER = \"CA_NS.py\"\nSOURCE = \"nspower.ca\"\nZONE_KEY = ZoneKey(\"CA-NS\")\n\n\ndef _parse_timestamp(timestamp: str) -> datetime:\n    \"\"\"\n    Construct a datetime object from a date string formatted as, e.g.,\n    \"/Date(1493924400000)/\" by extracting the Unix timestamp 1493924400. Note\n    that the three trailing zeros are cut out as well).\n    \"\"\"\n    return datetime.fromtimestamp(int(timestamp[6:-5]), tz=timezone.utc)\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime:\n        raise ParserException(PARSER, \"Unable to fetch historical data\", zone_key)\n\n    if zone_key != ZONE_KEY:\n        raise ParserException(PARSER, f\"Cannot parse zone '{zone_key}'\", zone_key)\n\n    # Request data from the source. Skip the first element of each JSON array\n    # because the reported base load is always 0 MW.\n    session = session or Session()\n    loads = {  # A lookup table mapping timestamps to base loads (in MW)\n        _parse_timestamp(load[\"datetime\"]): load[\"Base Load\"]\n        for load in session.get(LOAD_URL).json()[1:]\n    }\n    mixes = session.get(MIX_URL).json()[1:]  # Electricity mix breakdowns in %\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    for mix in mixes:\n        timestamp = _parse_timestamp(mix[\"datetime\"])\n        if timestamp not in loads:\n            logger.warning(\n                f\"unable to find base load for {timestamp}\",\n                extra={\"zone_key\": ZONE_KEY},\n            )\n            continue\n        load = loads[timestamp]\n        if load <= 0:\n            logger.warning(\n                f\"invalid base load of {load} MW\", extra={\"zone_key\": ZONE_KEY}\n            )\n            continue\n\n        production_mix = ProductionMix()\n        production_mix.add_value(\"biomass\", load * mix[\"Biomass\"] / 100)\n        production_mix.add_value(\"coal\", load * mix[\"Solid Fuel\"] / 100)\n        production_mix.add_value(\"gas\", load * mix[\"HFO/Natural Gas\"] / 100)\n        production_mix.add_value(\"gas\", load * mix[\"LM 6000's\"] / 100)\n        production_mix.add_value(\"hydro\", load * mix[\"Hydro\"] / 100)\n        production_mix.add_value(\"oil\", load * mix[\"CT's\"] / 100)\n        production_mix.add_value(\"wind\", load * mix[\"Wind\"] / 100)\n        # Sanity checks: verify that reported production doesn't exceed listed\n        # capacity by a lot. In particular, we've seen error cases where hydro\n        # production ends up calculated as 900 MW which greatly exceeds known\n        # capacity of around 520 MW.\n        if (\n            (production_mix.biomass or 0) > 100\n            or (production_mix.coal or 0) > 1300\n            or (production_mix.gas or 0) > 700\n            or (production_mix.hydro or 0) > 600\n            or (production_mix.oil or 0) > 300\n            or (production_mix.wind or 0) > 700\n        ):\n            logger.warning(\n                \"discarding datapoint at %s because some mode's production is \"\n                \"infeasible: %s\",\n                timestamp,\n                production_mix,\n                extra={\"key\": ZONE_KEY},\n            )\n            continue\n        production_breakdowns.append(\n            datetime=timestamp,\n            production=production_mix,\n            source=SOURCE,\n            zoneKey=ZONE_KEY,\n        )\n\n    return production_breakdowns.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Requests the last known power exchange (in MW) between two regions.\n    \"\"\"\n    if target_datetime:\n        raise ParserException(PARSER, \"Unable to fetch historical data\", ZONE_KEY)\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted((zone_key1, zone_key2))))\n    if sorted_zone_keys not in (ZoneKey(\"CA-NB->CA-NS\"), ZoneKey(\"CA-NL->CA-NS\")):\n        raise ParserException(PARSER, \"Unimplemented exchange pair\", sorted_zone_keys)\n\n    session = session or Session()\n    soup = BeautifulSoup(session.get(EXCHANGE_URL).text, \"html.parser\")\n\n    # Extract the timestamp from the table header.\n    try:\n        timestamp = datetime.strptime(\n            soup.find(string=\"Current System Conditions\").find_next(\"td\").em.i.string,\n            \"%d-%b-%y %H:%M:%S\",\n        ).replace(tzinfo=ZoneInfo(\"America/Halifax\"))\n    except (AttributeError, TypeError, ValueError) as error:\n        raise ParserException(\n            PARSER, \"unable to extract timestamp\", sorted_zone_keys\n        ) from error\n\n    # Choose the appropriate exchange figure for the requested zone pair.\n    try:\n        exchange = (\n            -float(soup.find(string=\"NS Export \").find_next(\"td\").string)\n            if sorted_zone_keys == ZoneKey(\"CA-NB->CA-NS\")\n            else float(soup.find(string=\"Maritime Link Import \").find_next(\"td\").string)\n        )\n    except (AttributeError, TypeError) as error:\n        raise ParserException(\n            PARSER, \"unable to extract exchange data\", sorted_zone_keys\n        ) from error\n\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        datetime=timestamp,\n        netFlow=exchange,\n        source=SOURCE,\n        zoneKey=sorted_zone_keys,\n    )\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    # Never used by the Electricity Map backend, but handy for testing.\n    from pprint import pprint\n\n    print(\"fetch_production() ->\")\n    pprint(fetch_production())\n    print('fetch_exchange(\"CA-NS\", \"CA-NB\") ->')\n    pprint(fetch_exchange(ZoneKey(\"CA-NS\"), ZoneKey(\"CA-NB\")))\n    print('fetch_exchange(\"CA-NL-NF\", \"CA-NS\") ->')\n    pprint(fetch_exchange(ZoneKey(\"CA-NL-NF\"), ZoneKey(\"CA-NS\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_ON.py",
    "content": "#!/usr/bin/env python3\nfrom collections import defaultdict\nfrom datetime import date, datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom xml.etree import ElementTree\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    GridAlertList,\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n# Some notes about timestamps:\n#\n# The IESO website says:\n#\n#   The IESO uses the \"Hour Ending\" naming convention for the hours in a day.\n#   For example, Hour 1 is from 12 am. to 1 am., Hour 2 is from 1 am. to 2 am.\n#   Hours 1-24 are the hours from midnight one day through midnight the next\n#   day.\n#\n# Observations:\n#\n# - At 13:53, HOEP report will have data with \"Hour\" column from 1 to 13.\n#   Output and Capability report will have data with \"Hour\" column from 1 to\n#   13. Intertie Flow report will have data with \"Hour\" column from 1 to 13\n#   *and* Interval column from 1 to 12 for all of these hours, including the\n#   13th hour.\n# - At 14:18, HOEP report will go up to 14, Output report will go up to 14, but\n#   update for Intertie report is not yet updated.\n# - At 14:31, Intertie report is updated with Hour 14 which has Intervals 1 to\n#   12.\n#\n# In the script, the Intertie report is shifted 1 hour and 5 minutes back, so\n# that it lines up with the production and price data availability.\n\n# Map IESO's exchange names to ours.\nEXCHANGES = {\n    \"MANITOBA SK\": \"CA-MB->CA-ON\",\n    \"MANITOBA\": \"CA-MB->CA-ON\",\n    \"MICHIGAN\": \"CA-ON->US-MIDW-MISO\",\n    \"MINNESOTA\": \"CA-ON->US-MIDW-MISO\",\n    \"NEW-YORK\": \"CA-ON->US-NY-NYIS\",\n    \"PQ.AT\": \"CA-ON->CA-QC\",\n    \"PQ.B5D.B31L\": \"CA-ON->CA-QC\",\n    \"PQ.D4Z\": \"CA-ON->CA-QC\",\n    \"PQ.D5A\": \"CA-ON->CA-QC\",\n    \"PQ.H4Z\": \"CA-ON->CA-QC\",\n    \"PQ.H9A\": \"CA-ON->CA-QC\",\n    \"PQ.P33C\": \"CA-ON->CA-QC\",\n    \"PQ.Q4C\": \"CA-ON->CA-QC\",\n    \"PQ.X2Y\": \"CA-ON->CA-QC\",\n}\nEXCHANGE_URL = \"http://reports.ieso.ca/public/IntertieScheduleFlow/PUB_IntertieScheduleFlow_{YYYYMMDD}.xml\"\n# Map IESO's production modes to ours.\nMODES = {\n    \"BIOFUEL\": \"biomass\",\n    \"GAS\": \"gas\",\n    \"HYDRO\": \"hydro\",\n    \"NUCLEAR\": \"nuclear\",\n    \"SOLAR\": \"solar\",\n    \"WIND\": \"wind\",\n}\nNAMESPACE = \"{http://www.theIMO.com/schema}\"\nPRICE_URL = (\n    \"http://reports.ieso.ca/public/DispUnconsHOEP/PUB_DispUnconsHOEP_{YYYYMMDD}.xml\"\n)\nPRODUCTION_URL = \"http://reports.ieso.ca/public/GenOutputCapability/PUB_GenOutputCapability_{YYYYMMDD}.xml\"\nSOURCE = \"ieso.ca\"\n# IESO says \"Eastern Standard Time is used year round.\" This means daylight\n# savings is not used (that is called \"Eastern Daylight Time\"), and we need to\n# use UTC-5 rather than 'Canada/Eastern'.\nTIMEZONE = timezone(timedelta(hours=-5), name=\"UTC-5\")\nZONE_KEY = ZoneKey(\"CA-ON\")\n\n\ndef _fetch_xml(\n    logger: Logger,\n    session: Session | None,\n    target_datetime: datetime | None,\n    url_template: str,\n) -> tuple[date, ElementTree.Element | None]:\n    date_ = (target_datetime or datetime.now(TIMEZONE)).astimezone(TIMEZONE).date()\n\n    session = session or Session()\n    url = url_template.format(YYYYMMDD=date_.strftime(\"%Y%m%d\"))\n    response = session.get(url)\n\n    if not response.ok:\n        # Historical data is generally available for 3 months; requesting\n        # anything older returns an HTTP 404 error.\n        logger.info(f\"GET request to {url} failed\")\n        return date_, None\n\n    return date_, ElementTree.fromstring(response.text)\n\n\ndef _fetch_xmls(\n    logger: Logger,\n    session: Session,\n    target_datetime: datetime | None,\n    url_template: str,\n) -> dict[date, ElementTree.Element | None]:\n    # If target_datetime is not specified, it means that we are fetching data in a 'real-time' manner.\n    # Then, we fetch for the last 2 days to avoid missing last hour of the previous day.\n    date_xml = {}\n    if target_datetime is None:\n        for i in range(2):\n            target_datetime = datetime.now(TIMEZONE).astimezone(TIMEZONE) - timedelta(\n                days=i\n            )\n            date, xml = _fetch_xml(logger, session, target_datetime, url_template)\n            date_xml[date] = xml\n    else:\n        date, xml = _fetch_xml(logger, session, target_datetime, url_template)\n        date_xml[date] = xml\n    return date_xml\n\n\ndef _parse_hour(element: ElementTree.Element) -> int:\n    # Decrement the reported hour to convert from the hour-ending ([1, 24])\n    # convention used by the source to our hour-starting ([0, 23]) convention.\n    return int(element.findtext(NAMESPACE + \"Hour\")) - 1\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given region.\"\"\"\n    if zone_key != ZONE_KEY:\n        raise NotImplementedError(f\"unimplemented zone '{zone_key}'\")\n\n    date_xml = _fetch_xmls(logger, session, target_datetime, PRODUCTION_URL)\n    production_breakdowns = ProductionBreakdownList(logger)\n    for date_, xml in date_xml.items():\n        if xml is None:\n            continue\n\n        # Collect the source data into a dictionary keying ProductionMix objects by\n        # the time of day at which they occurred.\n        mixes: defaultdict[time, ProductionMix] = defaultdict(ProductionMix)\n        for generator in xml.iter(NAMESPACE + \"Generator\"):\n            try:\n                mode = MODES[generator.findtext(NAMESPACE + \"FuelType\")]\n            except KeyError as error:\n                logger.warning(error)\n                continue\n            for output in generator.iter(NAMESPACE + \"Output\"):\n                try:\n                    hour = _parse_hour(output)\n                except (TypeError, ValueError) as error:\n                    logger.warning(error)\n                    continue\n                # The \"EnergyMW\" element will occasionally be absent from the XML\n                # for a given plant at a given hour. In the browser, this is\n                # displayed as an \"N/A\" entry in the table.\n                generation = output.findtext(NAMESPACE + \"EnergyMW\")\n                mixes[time(hour=hour)].add_value(\n                    mode, None if generation is None else float(generation)\n                )\n\n        for time_, mix in mixes.items():\n            production_breakdowns.append(\n                datetime=datetime.combine(date_, time_, tzinfo=TIMEZONE),\n                production=mix,\n                source=SOURCE,\n                zoneKey=ZONE_KEY,\n            )\n\n    return production_breakdowns.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power price per MWh of a given region.\"\"\"\n\n    if zone_key != ZONE_KEY:\n        raise NotImplementedError(f\"unimplemented zone '{zone_key}'\")\n\n    date_xml = _fetch_xmls(logger, session, target_datetime, PRICE_URL)\n    prices = PriceList(logger)\n    for date_, xml in date_xml.items():\n        if xml is None:\n            continue\n\n        # \"HOEP\" stands for \"Hourly Ontario Energy Price\". There also exists a\n        # 5-minute price, but its archives only go back roughly 4 days (see \"5\n        # Minute Market Clearing Price\" at http://www.ieso.ca/power-data ).\n        for hoep in xml.iter(NAMESPACE + \"HOEP\"):\n            try:\n                hour = _parse_hour(hoep)\n            except (TypeError, ValueError) as error:\n                logger.warning(error)\n                continue\n            price = hoep.findtext(NAMESPACE + \"Price\")\n            prices.append(\n                currency=\"CAD\",\n                datetime=datetime.combine(date_, time(hour=hour), tzinfo=TIMEZONE),\n                price=None if price is None else float(price),\n                source=SOURCE,\n                zoneKey=zone_key,\n            )\n\n    return prices.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two regions.\"\"\"\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted((zone_key1, zone_key2))))\n\n    if sorted_zone_keys not in EXCHANGES.values():\n        raise NotImplementedError(f\"unimplemented exchange '{sorted_zone_keys}'\")\n\n    date_xml = _fetch_xmls(logger, session, target_datetime, EXCHANGE_URL)\n\n    exchanges = ExchangeList(logger)\n    for date_, xml in date_xml.items():\n        if xml is None:\n            continue\n\n        # Collect the source data into a dictionary keying exchange flows by the\n        # time of day at which they occurred for the exchange of interest.\n        flows: defaultdict[time, float] = defaultdict(float)\n        for intertie in xml.iter(NAMESPACE + \"IntertieZone\"):\n            zone_name = intertie.findtext(NAMESPACE + \"IntertieZoneName\")\n            if zone_name not in EXCHANGES:\n                logger.warning(\n                    f\"unrecognized intertie '{zone_name}', please implement!\"\n                )\n                continue\n            if EXCHANGES[zone_name] != sorted_zone_keys:\n                # Ignore exchanges that we aren't interested in.\n                continue\n            for actual in intertie.iter(NAMESPACE + \"Actual\"):\n                try:\n                    flow = float(actual.findtext(NAMESPACE + \"Flow\"))\n                    hour = _parse_hour(actual)\n                    # The source reports flows in twelve five-minute intervals\n                    # using an interval-ending convention (i.e., [1, 12]). Subtract\n                    # one from the interval and multiply the result by five to\n                    # convert to a minute-starting convention (0, 5, ..., 50, 55).\n                    minute = 5 * (int(actual.findtext(NAMESPACE + \"Interval\")) - 1)\n                except (TypeError, ValueError) as error:\n                    logger.warning(error)\n                    continue\n                # The IESO IntertieZone reports flows from the neighboring\n                # zone's perspective: positive = neighboring zone exporting\n                # to Ontario (i.e., flow INTO Ontario).\n                # For EM convention, positive netFlow = flow in the direction\n                # of the sorted_zone_keys arrow (zone1 -> zone2).\n                # - CA-ON->CA-QC: positive = QC exporting to ON = flow QC->ON\n                #   = opposite of arrow, so flip.\n                # - CA-MB->CA-ON: positive = MB exporting to ON = flow MB->ON\n                #   = same as arrow direction (MB is zone1), so no flip needed,\n                #   but the current sign is already handled by the else branch.\n                if (\n                    not sorted_zone_keys.startswith(\"CA-ON->\")\n                    or sorted_zone_keys == \"CA-ON->CA-QC\"\n                ):\n                    flow *= -1\n                flows[time(hour=hour, minute=minute)] += flow\n\n        for time_, flow in flows.items():\n            exchanges.append(\n                datetime=datetime.combine(date_, time_, tzinfo=TIMEZONE),\n                netFlow=flow,\n                source=SOURCE,\n                zoneKey=sorted_zone_keys,\n            )\n\n    return exchanges.to_list()\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the demand forecast (in MW) of Canada Ontario zone for 7 days ahead hourly.\"\"\"\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(TIMEZONE)\n\n    # Dictionary to store extracted data\n    consumption_list = TotalConsumptionList(logger)\n\n    # Extract the file in adequacy folder until 7 days later.\n    # They have forecast until 34 days, but depends at what time of the day the url is extracted, the 34th day might not be published yet\n    end_date = target_datetime + timedelta(days=7)\n\n    # Iterate on every available date\n    current_date = target_datetime\n    while current_date <= end_date:\n        # Extract Adequacy report\n        date_, xml = _fetch_xml(logger, session, current_date, ADEQUACY_URL)\n\n        # Define the namespace (if applicable)\n        NAMESPACE = \"{http://www.ieso.ca/schema}\"\n        ns = {\"ns0\": \"http://www.ieso.ca/schema\"}\n\n        forecast_date = xml.find(\".//ns0:DeliveryDate\", ns)\n\n        for forecast_ontario_demand in xml.findall(\".//ns0:ForecastOntDemand\", ns):\n            for demand in forecast_ontario_demand.findall(\".//ns0:Demand\", ns):\n                delivery_hour = demand.findtext(NAMESPACE + \"DeliveryHour\")\n                date_object = datetime.strptime(forecast_date.text, \"%Y-%m-%d\").replace(\n                    tzinfo=TIMEZONE\n                )\n                date_object = date_object.replace(hour=int(delivery_hour) - 1)\n                energy_mw = demand.findtext(NAMESPACE + \"EnergyMW\")\n\n                # Update consumption list\n                consumption_list.append(\n                    zoneKey=zone_key,\n                    datetime=date_object,\n                    consumption=float(energy_mw) if energy_mw is not None else None,\n                    source=SOURCE,\n                    sourceType=EventSourceType.forecasted,\n                )\n\n        current_date += timedelta(days=1)  # Go to next day\n\n    return consumption_list.to_list()\n\n\ndef read_adequacy_report(root, logger):\n    \"\"\"Helper function for fetch_wind_solar_forecasts() that reads Adequacy report for a given xml root\"\"\"\n    NAMESPACE = \"{http://www.ieso.ca/schema}\"\n    ns = {\"ns0\": \"http://www.ieso.ca/schema\"}\n\n    # Dictionary to store extracted data\n    production_list = ProductionBreakdownList(logger)\n    forecast_date = root.find(\".//ns0:DeliveryDate\", ns)\n\n    # Dictionary to store ProductionMix for each timestamp\n    mixes: dict[datetime, ProductionMix] = {}\n\n    # Iterate through InternalResource elements\n    for resource in root.findall(\".//ns0:InternalResource\", ns):\n        mode = resource.findtext(NAMESPACE + \"FuelType\")\n        if mode == \"Wind\" or mode == \"Solar\":\n            for c in resource.findall(\"ns0:Forecasts\", ns):\n                for value in c.findall(\"ns0:Forecast\", ns):\n                    date_object = datetime.strptime(\n                        forecast_date.text, \"%Y-%m-%d\"\n                    ).replace(tzinfo=TIMEZONE)\n                    delivery_hour = value.findtext(NAMESPACE + \"DeliveryHour\")\n                    date_object = date_object.replace(hour=int(delivery_hour) - 1)\n                    timestamp = date_object\n                    energy_mw = value.findtext(NAMESPACE + \"EnergyMW\")\n\n                    # Create production mix\n                    mix: defaultdict[datetime, ProductionMix] = defaultdict(\n                        ProductionMix\n                    )\n                    mix[date_object].add_value(\n                        mode.lower(),\n                        None if energy_mw is None else float(energy_mw),\n                        correct_negative_with_zero=True,\n                    )\n\n                    # Get or create ProductionMix for this timestamp\n                    if timestamp not in mixes:\n                        mixes[timestamp] = ProductionMix()\n\n                    # Add wind/solar output to the existing ProductionMix\n                    mixes[timestamp].add_value(\n                        mode.lower(),\n                        None if energy_mw is None else float(energy_mw),\n                        correct_negative_with_zero=True,\n                    )\n\n                    # Check if this datetime already exists in the production_list\n                    datetime_exists = any(\n                        item[\"datetime\"] == date_object for item in production_list\n                    )\n\n                    # Only append if the datetime doesn't exist yet\n                    if not datetime_exists:\n                        production_list.append(\n                            zoneKey=ZONE_KEY,\n                            datetime=date_object,\n                            production=mix[date_object],\n                            source=SOURCE,\n                            sourceType=EventSourceType.forecasted,\n                        )\n\n    return production_list\n\n\ndef read_VGForecastSummary_report(root, logger):\n    \"\"\"Helper function for fetch_wind_solar_forecasts() that reads VGForecastsSummary report for a given XML root.\"\"\"\n\n    ns = {\"ns0\": \"http://www.ieso.ca/schema\"}\n    production_list = ProductionBreakdownList(logger)\n\n    # Dictionary to store ProductionMix for each timestamp\n    mixes: dict[datetime, ProductionMix] = {}\n\n    for org_data in root.findall(\".//ns0:OrganizationData\", ns):\n        for fuel_data in org_data.findall(\".//ns0:FuelData\", ns):\n            fuel_type = fuel_data.find(\"ns0:FuelType\", ns).text.lower()\n\n            for resource in fuel_data.findall(\".//ns0:ResourceData\", ns):\n                zone = resource.find(\"ns0:ZoneName\", ns)\n\n                if zone.text == \"OntarioTotal\":\n                    for energy_forecast in resource.findall(\n                        \".//ns0:EnergyForecast\", ns\n                    ):\n                        forecast_date = energy_forecast.find(\"ns0:ForecastDate\", ns)\n                        base_date = datetime.strptime(\n                            forecast_date.text, \"%Y-%m-%d\"\n                        ).replace(tzinfo=TIMEZONE)\n\n                        for forecast_interval in energy_forecast.findall(\n                            \".//ns0:ForecastInterval\", ns\n                        ):\n                            forecast_hour_ending = forecast_interval.find(\n                                \"ns0:ForecastHour\", ns\n                            )\n                            timestamp = base_date.replace(\n                                hour=int(forecast_hour_ending.text) - 1\n                            )\n\n                            mw_output = forecast_interval.find(\"ns0:MWOutput\", ns)\n                            mw_value = (\n                                None if mw_output is None else float(mw_output.text)\n                            )\n\n                            # Get or create ProductionMix for this timestamp\n                            if timestamp not in mixes:\n                                mixes[timestamp] = ProductionMix()\n\n                            # Add wind/solar output to the existing ProductionMix\n                            mixes[timestamp].add_value(\n                                fuel_type,\n                                mw_value,\n                                correct_negative_with_zero=True,\n                            )\n\n    # Append all combined ProductionMix objects to production_list\n    for timestamp, mix in mixes.items():\n        production_list.append(\n            zoneKey=ZONE_KEY,\n            datetime=timestamp,\n            production=mix,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return production_list\n\n\nADEQUACY_URL = (\n    \"https://reports-public.ieso.ca/public/Adequacy2/PUB_Adequacy2_{YYYYMMDD}.xml\"\n)\nVG_FORECAST_SUMMARY = \"https://reports-public.ieso.ca/public/VGForecastSummary/PUB_VGForecastSummary_{YYYYMMDD}.xml\"\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the forecasts for wind and solar (in MW) of Canada Ontario zone for 7 days ahead.\"\"\"\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(TIMEZONE)\n\n    # Extract the file in adequacy folder until 7 days later.\n    # They have forecast until 34 days, but depends at what time of the day the url is extracted, the 34th day might not be published yet\n    end_date = target_datetime + timedelta(days=7)\n\n    # Direct iteration method\n    production_list = ProductionBreakdownList(logger)\n    current_date = target_datetime\n    while current_date <= end_date:\n        # First try to get the VG Forecast Summary report\n        date_, xml = _fetch_xml(logger, session, current_date, VG_FORECAST_SUMMARY)\n\n        # Check if the data is available before trying to read it\n        if xml is not None:\n            production_list_1 = read_VGForecastSummary_report(xml, logger)\n        else:\n            # When VG Forecast is not available, use Adequacy report instead\n            date_, xml = _fetch_xml(logger, session, current_date, ADEQUACY_URL)\n            production_list_1 = read_adequacy_report(xml, logger)\n\n        production_list = ProductionBreakdownList.merge_production_breakdowns(\n            [production_list, production_list_1], logger\n        )\n\n        current_date += timedelta(days=1)\n    return production_list.to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Requests the grid alerts for IESO.\n    For current emergency advisory notices: https://www.ieso.ca/Sector-Participants/RSS-Feeds/Emergency-Advisory-Notices\n    For current day 0 advisory notices (non-emergency): https://www.ieso.ca/Sector-Participants/RSS-Feeds/Day-0-Advisory-Notices-Summary\n    For archive: in https://www.ieso.ca/Sector-Participants/RSS-Feeds/Advisory-Notices-Archive\n    Url for archive table json: https://www.ieso.ca/ieso/api/table/data?source=958805C0C35B4BF3BB6A6EA429850C06&ctx=CF5ADB2D-E44E-4899-AFAF-E16C97A7A36F\n    \"\"\"\n    session = session or Session()\n\n    urls = [\n        # Current Emergency Advisory Notices\n        \"https://www.ieso.ca/ieso/api/table/data?source=E6324F9AEEA84B658C34E78C92E0BCEF&ctx=3435D509-B2FC-4B5D-824A-A21A8BC45822\",\n        # Current Day 0 Advisory Notices\n        \"https://www.ieso.ca/ieso/api/table/data?source=92EEB31A6F184529B467FD465EE8EFA2&ctx=DEA30159-2D04-48E5-9358-2B4FBAC28B83\",\n    ]\n\n    grid_alert_list = GridAlertList(logger)\n\n    for url in urls:\n        # Fetch the data from the URL\n        response = session.get(url)\n        json_data = response.json()\n        entries = json_data[0][\"TableRows\"]  # stored in a table\n\n        # Record events in grid_alert_list\n        for notice in entries:\n            alert_type = notice[\"Cells\"][0][\"Value\"]\n\n            # \"Alert\", \"Warning\" --> \"Informational\", \"Action\" --> \"Action\" based on https://www.ieso.ca/Sector-Participants/RSS-Feeds/Day-0-Advisory-Notices-Summary\n            if alert_type == \"Alert\" or alert_type == \"Warning\":\n                alert_type = GridAlertType.informational\n            elif alert_type == \"Action\":\n                alert_type = GridAlertType.action\n            else:\n                alert_type = GridAlertType.undefined\n\n            notice_content = notice[\"Cells\"][1][\"Value\"]\n\n            # Take the \"Updated At\" (the latest update)\n            issued_at = notice[\"Cells\"][3][\"Value\"]\n            issued_at_dt = datetime.strptime(issued_at, \"%a, %d %b %Y %H:%M\").replace(\n                tzinfo=TIMEZONE\n            )\n\n            soup = BeautifulSoup(notice_content, \"html.parser\")\n            link = soup.find_all(\"a\")[0][\"href\"]\n            subject = soup.find_all(\"a\")[0][\"title\"]\n\n            # Extract the body\n            url2 = \"https://www.ieso.ca\" + link\n            response2 = session.get(url2)\n            soup2 = BeautifulSoup(response2.text, \"html.parser\")\n\n            # Find start and end times before the table\n            start_time = soup2.find_all(\"p\")[0].get_text(strip=True)\n            start_time_dt = datetime.strptime(\n                start_time, \"Start: %a, %d %b %Y %H:%M EST\"\n            ).replace(tzinfo=TIMEZONE)\n            end_time = soup2.find_all(\"p\")[1].get_text(strip=True)\n            end_time_dt = datetime.strptime(\n                end_time, \"End: %a, %d %b %Y %H:%M EST\"\n            ).replace(tzinfo=TIMEZONE)\n\n            # Find all <tr> rows\n            rows = soup2.find_all(\"tr\")\n\n            # Extract the 2nd <td> (description) from each row\n            for row in rows:\n                tds = row.find_all(\"td\")\n                if len(tds) >= 2:\n                    description = tds[1].get_text(separator=\" \", strip=True)\n\n            grid_alert_list.append(\n                zoneKey=zone_key,\n                locationRegion=None,\n                source=SOURCE,\n                alertType=alert_type,\n                message=subject + \"\\n\" + description,\n                issuedTime=issued_at_dt,\n                startTime=start_time_dt,  # if None, it defaults to issuedTime\n                endTime=end_time_dt,\n            )\n    return grid_alert_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    from pprint import pprint\n\n    \"\"\"\n    now = datetime.now(timezone.utc)\n    two_months_ago = now - timedelta(days=60)\n    two_years_ago = now - timedelta(days=2 * 365)\n\n    print(\"fetch_production() ->\")\n    print(fetch_production(), end=\"\\n\\n\")\n\n    print(\"data should be for \" + now.astimezone(TIMEZONE).strftime(\"%Y-%m-%d\"))\n    print('fetch_production(\"CA-ON\", target_datetime=now) ->')\n    print(fetch_production(ZoneKey(\"CA-ON\"), target_datetime=now), end=\"\\n\\n\")\n\n    print(\"we expect results for ~2 months ago\")\n    print(\"fetch_production(target_datetime=two_months_ago) ->\")\n    print(fetch_production(target_datetime=two_months_ago), end=\"\\n\\n\")\n\n    print(\"there are likely no results for ~2 years ago\")\n    print(\"fetch_production(target_datetime=two_years_ago) ->\")\n    print(fetch_production(target_datetime=two_years_ago), end=\"\\n\\n\")\n\n    print(\"fetch_price() ->\")\n    print(fetch_price(), end=\"\\n\\n\")\n\n    print(\"data should be for \" + now.astimezone(TIMEZONE).strftime(\"%Y-%m-%d\"))\n    print(\"fetch_price(target_datetime=now) ->\")\n    print(fetch_price(target_datetime=now), end=\"\\n\\n\")\n\n    print(\"we expect results for ~2 months ago\")\n    print(\"fetch_price(target_datetime=two_months_ago) ->\")\n    print(fetch_price(target_datetime=two_months_ago), end=\"\\n\\n\")\n\n    print(\"there are likely no results for ~2 years ago\")\n    print(\"fetch_price(target_datetime=two_years_ago) ->\")\n    print(fetch_price(target_datetime=two_years_ago), end=\"\\n\\n\")\n\n    print('fetch_exchange(\"CA-ON\", \"US-NY-NYIS\") ->')\n    print(fetch_exchange(ZoneKey(\"CA-ON\"), ZoneKey(\"US-NY-NYIS\")), end=\"\\n\\n\")\n\n    print('fetch_exchange(\"CA-ON\", \"CA-QC\", target_datetime=now) ->')\n    print(\n        fetch_exchange(ZoneKey(\"CA-ON\"), ZoneKey(\"CA-QC\"), target_datetime=now),\n        end=\"\\n\\n\",\n    )\n\n    print(\"Ontario-to-Manitoba must be opposite sign from reported IESO values\")\n    print('fetch_exchange(\"CA-ON\", \"CA-MB\", target_datetime=now) ->')\n    print(\n        fetch_exchange(ZoneKey(\"CA-ON\"), ZoneKey(\"CA-MB\"), target_datetime=now),\n        end=\"\\n\\n\",\n    )\n\n    print(\"data should be for \" + now.astimezone(TIMEZONE).strftime(\"%Y-%m-%d\"))\n    print('fetch_exchange(\"CA-ON\", \"CA-QC\", target_datetime=now) ->')\n    print(\n        fetch_exchange(ZoneKey(\"CA-ON\"), ZoneKey(\"CA-QC\"), target_datetime=now),\n        end=\"\\n\\n\",\n    )\n\n    print(\"we expect results for ~2 months ago\")\n    print('fetch_exchange(\"CA-ON\", \"CA-QC\", target_datetime=two_months_ago) ->')\n    print(\n        fetch_exchange(\n            ZoneKey(\"CA-ON\"), ZoneKey(\"CA-QC\"), target_datetime=two_months_ago\n        ),\n        end=\"\\n\\n\",\n    )\n\n    print(\"there are likely no results for ~2 years ago\")\n    print('fetch_exchange(\"CA-ON\", \"CA-QC\", target_datetime=two_years_ago) ->')\n    print(\n        fetch_exchange(\n            ZoneKey(\"CA-ON\"), ZoneKey(\"CA-QC\"), target_datetime=two_years_ago\n        ),\n        end=\"\\n\\n\",\n    )\n\n    print(\"requesting an exchange with Nova Scotia should raise exception\")\n    print('fetch_exchange(\"CA-ON\", \"CA-NS\")) ->')\n    try:\n        fetch_exchange(ZoneKey(\"CA-ON\"), ZoneKey(\"CA-NS\"))\n    except NotImplementedError:\n        print(\"Task failed successfully\")\n    \"\"\"\n\n    # print(\"Requesting fetch_wind_solar_forecasts\")\n    # pprint(fetch_wind_solar_forecasts())\n\n    # print(\"Requesting fetch_consumption_forecast\")\n    # pprint(fetch_consumption_forecast())\n\n    pprint(fetch_grid_alerts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_QC.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\nfrom pprint import pprint\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nHOST_PARAM = \"?host=https://hydroquebec.com\"\nDATA_PATH = \"data/documents-donnees/donnees-ouvertes/json\"\nPRODUCTION_URL = f\"{US_PROXY}/{DATA_PATH}/production.json{HOST_PARAM}\"\nCONSUMPTION_URL = f\"{US_PROXY}/{DATA_PATH}/demande.json{HOST_PARAM}\"\nSOURCE = \"hydroquebec.com\"\nTIMEZONE = ZoneInfo(\"America/Montreal\")\n\nMODE_MAPPING = {\n    \"hydraulique\": \"hydro\",\n    \"thermique\": \"gas\",  # See Github issue #3218, Québec's thermal generation is at Bécancour gas turbine.\n    \"solaire\": \"solar\",\n    \"eolien\": \"wind\",\n    \"autres\": \"biomass\",  # Other renewables, mostly biomass. See Github #3218\n}\n\nIGNORED_KEYS = {\"total\"}\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CA-QC\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given region.\"\"\"\n\n    if target_datetime is not None:\n        raise NotImplementedError(\n            \"CA-QC parser does not support historical data requests.\"\n        )\n\n    data = _fetch_quebec_production(session)\n    production_breakdown_list = ProductionBreakdownList(logger)\n    now = datetime.now(tz=TIMEZONE)\n\n    for elem in data:\n        values = elem[\"valeurs\"]\n        if not isinstance(values, dict):\n            continue\n\n        # Remove ignored keys and skip if no meaningful data remains\n        for key in IGNORED_KEYS:\n            values.pop(key, None)\n        if not values:\n            continue\n\n        # Parse timestamp and skip if invalid or future\n        if not isinstance(elem[\"date\"], str):\n            continue\n        timestamp = datetime.fromisoformat(elem[\"date\"]).replace(tzinfo=TIMEZONE)\n        if timestamp > now:\n            continue\n\n        # Process production data\n        production = ProductionMix()\n        for key, value in values.items():\n            if key in MODE_MAPPING:\n                production.add_value(\n                    MODE_MAPPING[key], value, correct_negative_with_zero=True\n                )\n            else:\n                logger.warning(\n                    f\"CA-QC: Unknown production mode '{key}' in data from hydroquebec\"\n                )\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=timestamp,\n            production=production,\n            source=SOURCE,\n        )\n    return production_breakdown_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"CA-QC\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    data = _fetch_quebec_consumption(session)\n\n    consumption = TotalConsumptionList(logger)\n    for elem in data:\n        if \"demandeTotal\" in elem[\"valeurs\"]:\n            consumption.append(\n                zoneKey=zone_key,\n                datetime=datetime.fromisoformat(elem[\"date\"]).replace(tzinfo=TIMEZONE),\n                consumption=elem[\"valeurs\"][\"demandeTotal\"],\n                source=SOURCE,\n            )\n    return consumption.to_list()\n\n\ndef _fetch_quebec_production(\n    session: Session | None = None, logger: Logger = getLogger(__name__)\n) -> list[dict[str, str | dict[str, float]]]:\n    s = session or Session()\n    response = s.get(PRODUCTION_URL)\n\n    if not response.ok:\n        logger.info(\n            f\"CA-QC: failed getting requested production data from hydroquebec - URL {PRODUCTION_URL}\"\n        )\n    return response.json()[\"details\"]\n\n\ndef _fetch_quebec_consumption(\n    session: Session | None = None, logger: Logger = getLogger(__name__)\n) -> list[dict[str, Any]]:\n    s = session or Session()\n    response = s.get(CONSUMPTION_URL)\n\n    if not response.ok:\n        logger.info(\n            f\"CA-QC: failed getting requested consumption data from hydroquebec - URL {CONSUMPTION_URL}\"\n        )\n    return response.json()[\"details\"]\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    test_logger = getLogger(__name__)\n\n    print(\"fetch_production() ->\")\n    pprint(fetch_production(logger=test_logger))\n\n    print(\"fetch_consumption() ->\")\n    pprint(fetch_consumption(logger=test_logger))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CA_SK.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nTIMEZONE = ZoneInfo(\"America/Regina\")\nPRODUCTION_URL = (\n    \"https://www.saskpower.com/ignitionapi/PowerUseDashboard/GetPowerUseDashboardData\"\n)\nCONSUMPTION_URL = \"https://www.saskpower.com/ignitionapi/Content/GetNetLoad\"\nPRODUCTION_MAPPING = {\n    \"Hydro\": \"hydro\",\n    \"Wind\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Natural Gas\": \"gas\",\n    \"Coal\": \"coal\",\n    # \"Other\" represents internal consumption, losses, heat recovery facilities\n    # and small independent power producers.\n    \"Other\": \"unknown\",\n}\nUSER_AGENT = (\n    \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 \"\n    \"(KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\"\n)\n\n\ndef _request(\n    session: Session | None,\n    target_datetime: datetime | None,\n    url: str,\n    zone_key: ZoneKey,\n) -> dict | str:\n    # The source does not offer historical data, so bail out if it's requested.\n    if target_datetime:\n        raise ParserException(\"CA_SK.py\", \"Unable to fetch historical data\", zone_key)\n    # The zone key must be \"CA-SK\"; bail out otherwise.\n    if zone_key != \"CA-SK\":\n        raise ParserException(\"CA_SK.py\", f\"Cannot parse zone '{zone_key}'\", zone_key)\n    session = session or Session()\n    # Mimic a user browser in the headers or the API will respond with a 403.\n    response = session.get(url, headers={\"user-agent\": USER_AGENT})\n    if not response.ok:\n        raise ParserException(\n            \"CA_SK.py\",\n            f\"Request to {url} failed. Response Code: {response.status_code}\\n\"\n            f\"Error:\\n{response.text}\",\n            zone_key,\n        )\n    return response.json()\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CA-SK\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    payload = _request(session, target_datetime, PRODUCTION_URL, zone_key)\n    if not isinstance(payload, dict):\n        raise ParserException(\"CA_SK.py\", \"Unexpected payload type\", zone_key)\n    # Date is in the format \"Jan 01, 2020\"\n    date = datetime.strptime(payload[\"SupplyDataText\"], \"%b %d, %Y\")\n    production_mix = ProductionMix()\n    for generation_by_type in payload[\"PowerCacheData\"][\"generationByType\"]:\n        production_mix.add_value(\n            PRODUCTION_MAPPING[generation_by_type[\"type\"]],\n            generation_by_type[\"totalGenerationForType\"],\n        )\n    production_breakdown_list = ProductionBreakdownList(logger)\n    # Copy the daily average returned by the API into hourly values. This is a\n    # bit of a hack, but it's required because the back-end requires hourly\n    # datapoints while the API only provides daily averages.\n    for hour in range(24):\n        production_breakdown_list.append(\n            datetime=date.replace(hour=hour, tzinfo=TIMEZONE),\n            production=production_mix,\n            source=\"saskpower.com\",\n            zoneKey=ZoneKey(zone_key),\n        )\n    return production_breakdown_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"CA-SK\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    payload = _request(session, target_datetime, CONSUMPTION_URL, zone_key)\n    if not isinstance(payload, str):\n        raise ParserException(\"CA_SK.py\", \"Unexpected payload type\", zone_key)\n    # The source refreshes every 5 minutes, so we assume the current data is\n    # from 5 minutes before the most recent multiple of 5 minutes.\n    now = datetime.now(TIMEZONE)\n    assumed_datetime = now.replace(second=0, microsecond=0) - timedelta(\n        minutes=(5 + now.minute % 5)\n    )\n    total_consumption = TotalConsumptionList(logger)\n    total_consumption.append(\n        consumption=float(payload),\n        datetime=assumed_datetime,\n        source=\"saskpower.com\",\n        zoneKey=zone_key,\n    )\n    return total_consumption.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CEB.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Quarter-hourly data parser for Sri Lanka\nFetches data for the previous day in 15-minute increments\nData is from the backend for the load curve graph on https://cebcare.ceb.lk/gensum/details\n\"\"\"\n\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nTIMEZONE = ZoneInfo(\"Asia/Colombo\")\nGENERATION_BREAKDOWN_URL = \"https://cebcare.ceb.lk/GenSum/GetLoadCurveData\"\nSOURCE_NAME = \"ceb.lk\"\n\nPRODUCTION_MAPPING = {\n    \"SPP Biomass\": \"biomass\",\n    \"Coal\": \"coal\",\n    \"Thermal-Oil\": \"oil\",\n    \"SPP Minihydro\": \"hydro\",\n    \"Major Hydro\": \"hydro\",\n    \"Solar\": \"solar\",\n    \"Wind\": \"wind\",\n}\n\n\n@refetch_frequency(timedelta(hours=24))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"LK\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"Requests the previous day's production mix (in MW) for Sri Lanka, per quarter-hour\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n\n    if session is None:\n        session = Session()\n\n    params = {\n        \"date\": target_datetime.strftime(\"%Y-%m-%d\"),\n    }\n\n    response = session.get(GENERATION_BREAKDOWN_URL, params=params)\n\n    if not response.ok:\n        raise ParserException(\n            \"CEB.py\",\n            f\"Failed to fetch production data. Response Code: {response.status_code}\\nError:\\n{response.text}\",\n            zone_key,\n        )\n\n    source_data = json.loads(\n        response.json()\n    )  # Response is double encoded; a JSON array encoded as a JSON string\n\n    production_data = ProductionBreakdownList(logger)\n\n    for quarter_hourly_source_data in source_data:\n        production = ProductionMix()\n\n        for generation_type, outputInMW in quarter_hourly_source_data.items():\n            if generation_type == \"DateTime\":\n                continue\n            elif generation_type in PRODUCTION_MAPPING:\n                production.add_value(PRODUCTION_MAPPING[generation_type], outputInMW)\n            else:\n                logger.warning(\n                    f\"Unknown generation type {generation_type}\",\n                    extra={\"zone_key\": zone_key},\n                )\n\n        production_data.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(\n                quarter_hourly_source_data[\"DateTime\"]\n            ).replace(tzinfo=TIMEZONE),\n            production=production,\n            source=SOURCE_NAME,\n        )\n\n    return production_data.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CENACE.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nimport urllib\nfrom datetime import datetime, timedelta\nfrom io import StringIO\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom dateutil import tz\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nCAISO_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nMX_PRODUCTION_URL = f\"{CAISO_PROXY}/Paginas/SIM/Reportes/EnergiaGeneradaTipoTec.aspx?host=https://www.cenace.gob.mx\"\nMX_EXCHANGE_URL = f\"{CAISO_PROXY}/Paginas/Publicas/Info/DemandaRegional.aspx?host=https://www.cenace.gob.mx\"\n\nEXCHANGES = {\n    \"MX-NO->MX-NW\": \"IntercambioNTE-NOR\",\n    \"MX-NE->MX-NO\": \"IntercambioNES-NTE\",\n    \"MX-NE->MX-OR\": \"IntercambioNES-ORI\",\n    \"MX-OR->MX-PN\": \"IntercambioORI-PEN\",\n    \"MX-CE->MX-OR\": \"IntercambioORI-CEL\",\n    \"MX-OC->MX-OR\": \"IntercambioOCC-ORI\",\n    \"MX-CE->MX-OC\": \"IntercambioOCC-CEL\",\n    \"MX-NE->MX-OC\": \"IntercambioNES-OCC\",\n    \"MX-NO->MX-OC\": \"IntercambioNTE-OCC\",\n    \"MX-NW->MX-OC\": \"IntercambioNOR-OCC\",\n    \"MX->US-CAL-CISO\": \"IntercambioUSA-BCA\",\n    \"MX-BC->US-CAL-CISO\": \"IntercambioUSA-BCA\",\n    \"MX->US-TEX-ERCO\": \"DummyValueNotUsed\",\n    \"MX-NO->US-TEX-ERCO\": \"IntercambioUSA-NTE\",\n    \"MX-NE->US-TEX-ERCO\": \"IntercambioUSA-NES\",\n    \"BZ->MX\": \"IntercambioPEN-BEL\",\n    \"BZ->MX-PN\": \"IntercambioPEN-BEL\",\n}\n\nREGION_MAPPING = {\n    \"MX-BC\": \"BCA\",\n    \"MX-BCS\": \"BCS\",\n    \"MX-NW\": \"NOR\",\n    \"MX-NO\": \"NTE\",\n    \"MX-NE\": \"NES\",\n    \"MX-OC\": \"OCC\",\n    \"MX-CE\": \"CEL\",\n    \"MX-OR\": \"ORI\",\n    \"MX-PN\": \"PEN\",\n}\n\nMAPPING = {\n    \"Eolica\": \"wind\",\n    \"Fotovoltaica\": \"solar\",\n    \"Biomasa\": \"biomass\",\n    \"Carboelectrica\": \"coal\",\n    \"Ciclo Combinado\": \"gas\",\n    \"Geotermoelectrica\": \"geothermal\",\n    \"Hidroelectrica\": \"hydro\",\n    \"Nucleoelectrica\": \"nuclear\",\n    \"Combustion Interna\": \"unknown\",\n    \"Termica Convencional\": \"unknown\",\n    \"Turbo Gas\": \"gas\",\n}\nSOURCE = \"cenace.gob.mx\"\nTIMEZONE = ZoneInfo(\"America/Mexico_City\")\n\n# cache where the data for whole months is stored as soon as it has been fetched once\nDATA_CACHE = {}\n\n\ndef parse_date(date, hour):\n    tzoffset = tz.tzoffset(\"CST\", -3600 * 6)\n    dt = datetime.strptime(date, \"%d/%m/%Y\")\n    dt = dt.replace(hour=int(hour) - 1, tzinfo=tzoffset)\n    return dt\n\n\ndef fetch_csv_for_date(dt, session: Session | None = None):\n    \"\"\"\n    Fetches the whole month of the give datetime.\n    returns the data as a DataFrame.\n    throws an exception data is not available.\n    \"\"\"\n    session = session or Session()\n\n    response = session.get(MX_PRODUCTION_URL)\n    response.raise_for_status()\n\n    # extract necessary viewstate, validation tokens\n    soup = BeautifulSoup(response.content, \"html.parser\")\n    viewstate = soup.find(\"input\", {\"name\": \"__VIEWSTATE\"})[\"value\"]\n    eventvalidation = soup.find(\"input\", {\"name\": \"__EVENTVALIDATION\"})[\"value\"]\n\n    # format date string for the requested date\n    datestr = dt.strftime(\"%m/%d/%Y\")\n    client_state = {\"minDateStr\": f\"{datestr} 0:0:0\", \"maxDateStr\": f\"{datestr} 0:0:0\"}\n\n    # build parameters for POST request\n    parameters = {\n        \"__VIEWSTATE\": viewstate,\n        \"__EVENTVALIDATION\": eventvalidation,\n        \"ctl00_ContentPlaceHolder1_FechaConsulta_ClientState\": json.dumps(client_state),\n        \"ctl00$ContentPlaceHolder1$GridRadResultado$ctl00$ctl04$gbccolumn.x\": \"0\",\n        \"ctl00$ContentPlaceHolder1$GridRadResultado$ctl00$ctl04$gbccolumn.y\": \"0\",\n    }\n\n    # urlencode the data in the weird form which is expected by the API\n    # plus signs MUST be contained in the date strings but MAY NOT be contained in the VIEWSTATE...\n    data = urllib.parse.urlencode(parameters, quote_via=urllib.parse.quote).replace(\n        \"%2B0\", \"+0\"\n    )\n\n    response = session.post(\n        MX_PRODUCTION_URL,\n        data=data,\n        headers={\n            \"Content-Type\": \"application/x-www-form-urlencoded\",\n        },\n    )\n    response.raise_for_status()\n\n    # API returns normally status 200 but content type text/html when data is missing\n    if \"Content-Type\" not in response.headers or \"text/html\" in response.headers.get(\n        \"Content-Type\", \"\"\n    ):\n        return None\n\n    # skip non-csv data, the header starts with \"Sistema\"\n    csv_str = response.text\n    df = pd.read_csv(\n        StringIO(csv_str),\n        skiprows=7,\n    )\n\n    # cleanup and parse the data\n    df.columns = df.columns.str.strip()\n\n    # transform 01-24 entries where 24 means 00 the next day\n    df[\"Hora\"] = df[\"Hora\"].apply(lambda x: \"00\" if int(x) == 24 else f\"{int(x):02d}\")\n    df[\"Dia\"] = pd.to_datetime(df[\"Dia\"], format=\"%d/%m/%Y\")\n    df.loc[df[\"Hora\"] == \"00\", \"Dia\"] = df[\"Dia\"] + pd.Timedelta(days=1)\n\n    # The hour column has been seen at least once (3rd Nov 2024) to include 1-25\n    # hours rather than the expected 1-24, due to this, we are for now dropping\n    # such entries if they show up\n    df = df.drop(df[df[\"Hora\"] == \"25\"].index)\n\n    # create datetime objects\n    df[\"Dia\"] = df[\"Dia\"].dt.strftime(\"%d/%m/%Y\")\n    df[\"instante\"] = pd.to_datetime(df[\"Dia\"] + \" \" + df[\"Hora\"], format=\"%d/%m/%Y %H\")\n    df[\"instante\"] = df[\"instante\"].dt.tz_localize(TIMEZONE)\n    return df\n\n\ndef convert_production(series: pd.Series) -> ProductionMix:\n    mix = ProductionMix()\n\n    for name, val in series.items():\n        name = name.strip()\n        if isinstance(val, float | int):\n            mix.add_value(MAPPING.get(name, \"unknown\"), val)\n\n    return mix\n\n\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if zone_key != \"MX\":\n        raise ValueError(f\"MX parser cannot fetch production for zone {zone_key}\")\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n\n    original_target_datetime = target_datetime\n    df = None\n    up_to_months = 6  # Try up to 6 previous months\n    for _ in range(up_to_months):\n        cache_key = target_datetime.strftime(\"%Y-%m\")\n        if cache_key in DATA_CACHE:\n            df = DATA_CACHE[cache_key]\n            break\n        else:\n            df = fetch_csv_for_date(target_datetime, session=session)\n            if df is not None and not df.empty:\n                DATA_CACHE[cache_key] = df\n                break\n            else:\n                logger.warning(f\"No data found for {cache_key}. Trying previous month.\")\n                target_datetime = (\n                    target_datetime.replace(day=1) - timedelta(days=1)\n                ).replace(day=1)\n\n    if df is None or df.empty:\n        raise Exception(\n            f\"No data found for {original_target_datetime}, or any previous {up_to_months} months.\"\n        )\n\n    production = ProductionBreakdownList(logger)\n    for _idx, series in df.iterrows():\n        production.append(\n            zoneKey=zone_key,\n            datetime=series[\"instante\"].to_pydatetime(),\n            production=convert_production(series),\n            source=SOURCE,\n        )\n    return production.to_list()\n\n\ndef fetch_MX_exchange(sorted_zone_keys: ZoneKey, s: Session) -> float:\n    \"\"\"Finds current flow between two Mexican control areas.\"\"\"\n    req = s.get(MX_EXCHANGE_URL, headers={\"User-Agent\": \"Mozilla/5.0\"})\n    soup = BeautifulSoup(req.text, \"html.parser\")\n    # cenace html uses unicode hyphens instead of minus signs and , as thousand separator\n    trantab = str.maketrans({chr(8208): chr(45), \",\": \"\"})\n    if sorted_zone_keys == \"MX->US-TEX-ERCO\":\n        exchange_div1 = soup.find(\"div\", attrs={\"id\": \"IntercambioUSA-NTE\"})\n        exchange_div2 = soup.find(\"div\", attrs={\"id\": \"IntercambioUSA-NES\"})\n        val1, val2 = exchange_div1.text, exchange_div2.text\n        val1 = val1.translate(trantab)\n        val2 = val2.translate(trantab)\n        flow = float(val1) + float(val2)\n    else:\n        exchange_div = soup.find(\"div\", attrs={\"id\": EXCHANGES[sorted_zone_keys]})\n        val = exchange_div.text\n        val = val.translate(trantab)\n        flow = float(val)\n\n    if sorted_zone_keys in [\"BZ->MX\", \"BZ->MX-PN\", \"MX-CE->MX-OR\", \"MX-CE->MX-OC\"]:\n        # reversal needed for these zones due to EM ordering\n        flow = -1 * flow\n\n    return flow\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if sorted_zone_keys not in EXCHANGES:\n        raise NotImplementedError(f\"Exchange pair not supported: {sorted_zone_keys}\")\n\n    s = session or Session()\n\n    netflow = fetch_MX_exchange(sorted_zone_keys, s)\n    exchange = ExchangeList(logger)\n    exchange.append(\n        zoneKey=sorted_zone_keys,\n        datetime=datetime.now(tz=TIMEZONE),\n        netFlow=netflow,\n        source=SOURCE,\n    )\n\n    return exchange.to_list()\n\n\n@refetch_frequency(timedelta(hours=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Gets the consumption data for a region using the live dashboard.\"\"\"\n    # TODO the calls could be improved since we can get all the data in one call.\n    if session is None:\n        session = Session()\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    response: Response = session.get(\n        MX_EXCHANGE_URL, headers={\"User-Agent\": \"Mozilla/5.0\"}\n    )\n    if not response.ok:\n        raise ParserException(\n            \"CENACE.py\",\n            f\"[{response.status_code}] Demand dashboard could not be reached: {response.text}\",\n            zone_key,\n        )\n    soup = BeautifulSoup(response.text, \"html.parser\")\n    demand_td = soup.find(\n        \"td\", attrs={\"id\": f\"Demanda{REGION_MAPPING[zone_key]}\", \"class\": \"num\"}\n    )\n    if demand_td is None:\n        raise ParserException(\"CENACE.py\", \"Could not find demand cell\", zone_key)\n    demand = float(demand_td.text.replace(\",\", \"\"))\n    if zone_key == \"MX-BC\" or zone_key == \"MX-BCS\":\n        timezone = \"America/Tijuana\"\n    else:\n        timezone = \"America/Mexico_City\"\n    consumption_list = TotalConsumptionList(logger)\n    consumption_list.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(tz=ZoneInfo(timezone)),\n        consumption=demand,\n        source=\"cenace.gob.mx\",\n    )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\n        fetch_production(\n            ZoneKey(\"MX\"), target_datetime=datetime(year=2019, month=7, day=1)\n        )\n    )\n    print(\"fetch_exchange(MX-NO, MX-NW)\")\n    print(fetch_exchange(ZoneKey(\"MX-NO\"), ZoneKey(\"MX-NW\")))\n    print(\"fetch_exchange(MX-OR, MX-PN)\")\n    print(fetch_exchange(ZoneKey(\"MX-OR\"), ZoneKey(\"MX-PN\")))\n    print(\"fetch_exchange(MX-NE, MX-OC)\")\n    print(fetch_exchange(ZoneKey(\"MX-NE\"), ZoneKey(\"MX-OC\")))\n    print(\"fetch_exchange(MX-NE, MX-NO)\")\n    print(fetch_exchange(ZoneKey(\"MX-NE\"), ZoneKey(\"MX-NO\")))\n    print(\"fetch_exchange(MX-OC, MX-OR)\")\n    print(fetch_exchange(ZoneKey(\"MX-OC\"), ZoneKey(\"MX-OR\")))\n    print(\"fetch_exchange(MX-NE, US-TEX-ERCO)\")\n    print(fetch_exchange(ZoneKey(\"MX-NE\"), ZoneKey(\"US-TEX-ERCO\")))\n    print(\"fetch_exchange(MX-CE, MX-OC)\")\n    print(fetch_exchange(ZoneKey(\"MX-CE\"), ZoneKey(\"MX-OC\")))\n    print(\"fetch_exchange(MX-PN, BZ)\")\n    print(fetch_exchange(ZoneKey(\"MX-PN\"), ZoneKey(\"BZ\")))\n    print(\"fetch_exchange(MX-NO, MX-OC)\")\n    print(fetch_exchange(ZoneKey(\"MX-NO\"), ZoneKey(\"MX-OC\")))\n    print(\"fetch_exchange(MX-NO, US-TEX-ERCO)\")\n    print(fetch_exchange(ZoneKey(\"MX-NO\"), ZoneKey(\"US-TEX-ERCO\")))\n    print(\"fetch_exchange(MX-NE, MX-OR)\")\n    print(fetch_exchange(ZoneKey(\"MX-NE\"), ZoneKey(\"MX-OR\")))\n    print(\"fetch_exchange(MX-CE, MX-OR)\")\n    print(fetch_exchange(ZoneKey(\"MX-CE\"), ZoneKey(\"MX-OR\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CH.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom io import StringIO\nfrom logging import Logger, getLogger\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.parsers import ENTSOE\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef get_solar_capacity_at(target_datetime: datetime) -> float:\n    \"\"\"Returns the solar capacity (in MW) at a given time.\n\n    References:\n        https://www.uvek-gis.admin.ch/BFE/storymaps/EE_Elektrizitaetsproduktionsanlagen/?lang=en\n        https://www.uvek-gis.admin.ch/BFE/storymaps/EE_Elektrizitaetsproduktionsanlagen/data/solar.csv\n    \"\"\"\n\n    # Prepare historical records\n    # Values before 2015 are ignored as that is the absolute earliest we have some confidence in the data we are\n    # collecting and flowtracing (2015 is when the ENTSO-E transparency platform launched).\n    historical_data = \"\"\"\n        Power_sum,Year,Plant_count\n        1398.217,2015,46162\n        1656.707,2016,56830\n        1875.034,2017,70074\n        2107.374,2018,83239\n        2398.745,2019,97776\n        2831.102,2020,117258\n        3370.261,2021,140428\n        4080.415,2022,173068\n        5094.375,2023,216440\n        5108.034,2024,216918\n        \"\"\"\n\n    historical_capacities = pd.read_csv(\n        StringIO(historical_data),\n        names=[\"installed capacity in megawatts\", \"year\", \"number of plants\"],\n        header=0,\n        index_col=[\"year\"],\n    )\n    historical_capacities.index = pd.to_datetime(\n        historical_capacities.index, format=\"%Y\", utc=True\n    )\n\n    # mask all rows earlier than target date (use the earliest date in dataset if target date is even earlier)\n    dt = max(\n        target_datetime.astimezone(timezone.utc), historical_capacities.index.min()\n    )\n    mask = historical_capacities.index <= dt\n    return historical_capacities[mask].iloc[-1].loc[\"installed capacity in megawatts\"]\n\n\ndef fetch_swiss_exchanges(session, target_datetime, logger):\n    \"\"\"Returns the total exchanges of Switzerland with its neighboring countries.\"\"\"\n    swiss_transmissions = {}\n    for exchange_key in [\"AT\", \"DE\", \"IT\", \"FR\"]:\n        exchanges = ENTSOE.fetch_exchange(\n            zone_key1=ZoneKey(\"CH\"),\n            zone_key2=ZoneKey(exchange_key),\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n        if not exchanges:\n            continue\n\n        for exchange in exchanges:\n            dt = exchange[\"datetime\"]\n            if dt not in swiss_transmissions:\n                swiss_transmissions[dt] = exchange[\"netFlow\"]\n            else:\n                swiss_transmissions[dt] += exchange[\"netFlow\"]\n\n    return swiss_transmissions\n\n\ndef fetch_swiss_consumption(\n    session: Session, target_datetime: datetime, logger: Logger\n):\n    \"\"\"Returns the total consumption of Switzerland.\"\"\"\n    consumptions = ENTSOE.fetch_consumption(\n        zone_key=ZoneKey(\"CH\"),\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    return {c[\"datetime\"]: c[\"consumption\"] for c in consumptions}\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CH\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    Returns the total production by type for Switzerland.\n    Currently, the majority of the run-of-river production is missing.\n    The difference between the sum of all production types and the total production is allocated as 'unknown'.\n    The total production is calculated as sum of the consumption, storage and net imports.\n    \"\"\"\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    r = session or Session()\n\n    exchanges = fetch_swiss_exchanges(r, target_datetime, logger)\n    consumptions = fetch_swiss_consumption(r, target_datetime, logger)\n    productions = ENTSOE.fetch_production(\n        zone_key=zone_key, session=r, target_datetime=target_datetime, logger=logger\n    )\n\n    if not productions:\n        return\n\n    for p in productions:\n        dt = p[\"datetime\"]\n        if dt not in exchanges or dt not in consumptions:\n            continue\n        known_production = sum([x or 0 for x in p[\"production\"].values()])\n\n        storage = sum([x or 0 for x in p[\"storage\"].values()])\n        total_production = consumptions[dt] + storage + exchanges[dt]\n        unknown_production = total_production - known_production\n        p[\"production\"][\"unknown\"] = unknown_production if unknown_production > 0 else 0\n\n    for p in productions:\n        p[\"capacity\"] = {\n            \"solar\": get_solar_capacity_at(p[\"datetime\"]),\n        }\n\n    return productions\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CL.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parser for the electricity grid of Chile\"\"\"\n\nfrom collections import defaultdict\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\n# Historical API\nAPI_BASE_URL = \"https://sipub.coordinador.cl/api/v1/recursos/generacion_centrales_tecnologia_horario?\"\n\nTIMEZONE = ZoneInfo(\"Chile/Continental\")\n\nTYPE_MAPPING = {\n    \"hidraulica\": \"hydro\",\n    \"termica\": \"unknown\",\n    \"eolica\": \"wind\",\n    \"solar\": \"solar\",\n    \"geotermica\": \"geothermal\",\n}\n\n\ndef production_processor_historical(raw_data):\n    \"\"\"Takes raw json data and groups by datetime while mapping generation to type.\n    Returns a list of dictionaries.\n    \"\"\"\n\n    clean_datapoints = []\n    for datapoint in raw_data:\n        clean_datapoint = {}\n        date, hour = datapoint[\"fecha\"], datapoint[\"hora\"]\n        hour -= 1  # `hora` starts at 1\n        parsed_datetime = datetime.fromisoformat(date).replace(\n            tzinfo=TIMEZONE\n        ) + timedelta(hours=hour)\n        clean_datapoint[\"datetime\"] = parsed_datetime\n\n        gen_type_es = datapoint[\"tipo_central\"]\n        mapped_gen_type = TYPE_MAPPING[gen_type_es]\n        value_mw = float(datapoint[\"generacion_sum\"])\n\n        clean_datapoint[mapped_gen_type] = value_mw\n\n        clean_datapoints.append(clean_datapoint)\n\n    combined = defaultdict(dict)\n    for elem in clean_datapoints:\n        combined[elem[\"datetime\"]].update(elem)\n\n    ordered_data = sorted(combined.values(), key=itemgetter(\"datetime\"))\n\n    return ordered_data\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CL-SEN\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime:\n        target_datetime_aware = target_datetime.replace(tzinfo=TIMEZONE)\n    else:\n        target_datetime_aware = datetime.now(tz=TIMEZONE)\n    start = (target_datetime_aware + timedelta(days=-1)).date().isoformat()\n    end = target_datetime_aware.date().isoformat()\n\n    date_component = f\"fecha__gte={start}&fecha__lte={end}\"\n\n    # required for access\n    headers = {\n        \"Referer\": \"https://www.coordinador.cl/operacion/graficos/operacion-real/generacion-real-del-sistema/\",\n        \"Origin\": \"https://www.coordinador.cl\",\n    }\n\n    s = session or Session()\n    url = API_BASE_URL + date_component\n\n    req = s.get(url, headers=headers)\n    req.raise_for_status()\n    raw_data = req.json()[\"aggs\"]\n    historical_data = production_processor_historical(raw_data)\n\n    \"\"\"The last 9 datapoints should be omitted because they usually are incomplete and shouldn't appear on the map.\"\"\"\n    del historical_data[-9:]\n\n    production_list = ProductionBreakdownList(logger)\n\n    for event in historical_data:\n        dt = event.pop(\"datetime\")\n\n        production_mix = ProductionMix()\n        for key, value in event.items():\n            production_mix.add_value(key, value)\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=production_mix,\n            storage=None,\n            source=\"coordinador.cl\",\n        )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    # For fetching historical data instead, try:\n    print(fetch_production(target_datetime=datetime.strptime(\"20200220\", \"%Y%m%d\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CNDC.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import CONFIG_DIR\nfrom electricitymap.contrib.config.reading import read_zones_config\nfrom electricitymap.contrib.lib.models.event_lists import (\n    EventSourceType,\n    ProductionBreakdownList,\n    ProductionMix,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.parsers.lib.config import use_proxy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\ntz_bo = ZoneInfo(\"America/La_Paz\")\n\nZONES_CONFIG = read_zones_config(config_dir=CONFIG_DIR)\ngas_oil_ratio = ZONES_CONFIG[\"BO\"][\"capacity\"][\"gas\"][-1][\"value\"] / (\n    ZONES_CONFIG[\"BO\"][\"capacity\"][\"gas\"][-1][\"value\"]\n    + ZONES_CONFIG[\"BO\"][\"capacity\"][\"oil\"][-1][\"value\"]\n)\nINDEX_URL = \"https://www.cndc.bo/gene/index.php\"\nDATA_URL = \"https://www.cndc.bo/gene/dat/gene.php?fechag={0}\"\nSOURCE = \"cndc.bo\"\n# User-Agent to avoid being blocked as a bot\nUSER_AGENT = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\"\nREQUEST_TIMEOUT = 30  # seconds\n\n\ndef extract_xsrf_token(html):\n    \"\"\"Extracts XSRF token from the source code of the generation graph page.\"\"\"\n    return re.search(r'var ttoken = \"([a-f0-9]+)\";', html).group(1)\n\n\ndef get_datetime(query_date: datetime, hour: int) -> datetime:\n    return datetime(\n        year=query_date.year,\n        month=query_date.month,\n        day=query_date.day,\n        hour=hour,\n        tzinfo=tz_bo,\n    )\n\n\ndef _check_response(response, context: str = \"\"):\n    \"\"\"Check HTTP response and raise appropriate ParserException if needed.\"\"\"\n    if response.status_code == 403:\n        raise ParserException(\n            \"CNDC.py\",\n            f\"Access forbidden (403){context}. The server may be blocking requests.\",\n            \"BO\",\n        )\n    elif response.status_code == 429:\n        raise ParserException(\"CNDC.py\", f\"Rate limit exceeded (429){context}.\", \"BO\")\n    elif response.status_code >= 500:\n        raise ParserException(\n            \"CNDC.py\",\n            f\"Server error ({response.status_code}){context}. The CNDC server may be down.\",\n            \"BO\",\n        )\n    elif not response.ok:\n        raise ParserException(\"CNDC.py\", f\"HTTP {response.status_code}{context}\", \"BO\")\n\n\ndef fetch_data(\n    session: Session | None = None, target_datetime: datetime | None = None\n) -> tuple[list[dict], datetime]:\n    session = session or Session()\n    target_datetime = (target_datetime or datetime.now()).astimezone(tz_bo)\n    formatted_dt = target_datetime.strftime(\"%Y-%m-%d\")\n\n    # Headers to mimic a browser and avoid being blocked\n    headers = {\n        \"User-Agent\": USER_AGENT,\n        \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\",\n        \"Accept-Language\": \"en-US,en;q=0.5\",\n        \"Connection\": \"keep-alive\",\n    }\n\n    try:\n        # Get XSRF token from index page\n        index_response = session.get(\n            INDEX_URL, headers=headers, timeout=REQUEST_TIMEOUT\n        )\n        _check_response(index_response)\n\n        try:\n            xsrf_token = extract_xsrf_token(index_response.text)\n        except (AttributeError, IndexError) as e:\n            raise ParserException(\n                \"CNDC.py\",\n                \"Failed to extract XSRF token. Website structure may have changed.\",\n                \"BO\",\n            ) from e\n\n        # Fetch data with XSRF token\n        headers[\"x-csrf-token\"] = xsrf_token\n        data_response = session.get(\n            DATA_URL.format(formatted_dt), headers=headers, timeout=REQUEST_TIMEOUT\n        )\n        _check_response(data_response, \" when fetching data\")\n\n        # Parse JSON response\n        try:\n            hour_rows = json.loads(data_response.text.replace(\"ï»¿\", \"\"))[\"data\"]\n        except (json.JSONDecodeError, KeyError) as e:\n            raise ParserException(\n                \"CNDC.py\",\n                f\"Failed to parse JSON response. API format may have changed: {e}\",\n                \"BO\",\n            ) from e\n\n        return hour_rows, target_datetime\n\n    except ParserException:\n        raise\n    except Exception as e:\n        raise ParserException(\n            \"CNDC.py\",\n            f\"Unexpected error: {type(e).__name__}: {e}\",\n            \"BO\",\n        ) from e\n\n\ndef parse_generation_forecast(\n    zone_key: ZoneKey, date: datetime, raw_data: list[dict], logger: Logger\n) -> TotalProductionList:\n    result = TotalProductionList(logger)\n    assert date.tzinfo == tz_bo\n    for hour_row in raw_data:\n        [hour, forecast, total, thermo, hydro, wind, solar, bagasse] = hour_row\n\n        # \"hour\" is one-indexed\n        timestamp = get_datetime(query_date=date, hour=hour - 1)\n\n        result.append(\n            zoneKey=zone_key,\n            datetime=timestamp,\n            value=forecast,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return result\n\n\ndef parser_production_breakdown(\n    zone_key: ZoneKey, date: datetime, raw_data: list[dict], logger: Logger\n) -> ProductionBreakdownList:\n    result = ProductionBreakdownList(logger)\n    assert date.tzinfo == tz_bo\n    for hour_row in raw_data:\n        [hour, forecast, total, thermo, hydro, wind, solar, bagasse] = hour_row\n\n        # \"hour\" is one-indexed\n        timestamp = get_datetime(query_date=date, hour=hour - 1)\n        modes_extracted = [hydro, solar, wind, bagasse]\n\n        if total is None or None in modes_extracted:\n            continue\n\n        unknown_value = round(total - thermo - hydro - solar - wind - bagasse, 3)\n        unknown_value = None if abs(unknown_value) < 0.05 else unknown_value\n\n        result.append(\n            zoneKey=zone_key,\n            datetime=timestamp,\n            production=ProductionMix(\n                hydro=hydro,\n                solar=solar,\n                wind=wind,\n                biomass=bagasse,\n                gas=round(thermo * gas_oil_ratio, 3),\n                oil=round(thermo * (1 - gas_oil_ratio), 3),\n                unknown=unknown_value,\n            ),\n            source=SOURCE,\n        )\n\n    return result\n\n\n@use_proxy(country_code=\"BO\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"BO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    production = ProductionBreakdownList(logger)\n    raw_data, query_date = fetch_data(session=session, target_datetime=target_datetime)\n    production = parser_production_breakdown(zone_key, query_date, raw_data, logger)\n\n    return production.to_list()\n\n\ndef fetch_generation_forecast(\n    zone_key: ZoneKey = ZoneKey(\"BO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    raw_data, query_date = fetch_data(session=session, target_datetime=target_datetime)\n    generation_forecast = parse_generation_forecast(\n        zone_key, query_date, raw_data, logger\n    )\n    return generation_forecast.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(fetch_production())\n    print(\"fetch_production() ->\")\n\n    # print(\"fetch_generation_forecast() ->\")\n    # print(fetch_generation_forecast())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CO.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pydataxm.pydataxm as pydataxm\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n# The production, price, and historical consumption parser makes use of a third\n# party library called pydataxm, for details on what data is available, refer to\n# https://github.com/EquipoAnaliticaXM/API_XM/?tab=readme-ov-file#variables-disponibles-para-consumir-en-la-api-xm.\n#\n# Note:\n# - Currently there is a delay of two days for data to be made available via\n#   this library.\n# - Sometimes fetching data with start date / end date being the same day, you\n#   can get a full month of days.\n#\n# Delay live production and price data fetches, as data isn't made available\n# that quick when using the pydataxm library\nXM_DELAY_MIN = 2\nXM_DELAY_MAX = 5\n\n# Fetching live consumption is done using another API currently, which as of\n# 2023-02-11 provides demand data with 5-minute-granularity of the current day.\n# For details, refer to https://www.xm.com.co/consumo/demanda-en-tiempo-real.\n#\nCO_DEMAND_URL = \"https://serviciosfacturacion.xm.com.co/XM.Portal.Indicadores/api/Operacion/DemandaTiempoReal\"\n\nZONE_INFO = ZoneInfo(\"America/Bogota\")  # UTC-5\n\n# dictionnary of plant types XM to EMaps https://www.xm.com.co/generacion/tipos\nPRODUCTION_MAPPING = {\n    \"AGUA\": \"hydro\",\n    \"BIOGAS\": \"biomass\",\n    \"CARBON\": \"coal\",\n    \"GAS\": \"gas\",\n    \"BAGAZO\": \"biomass\",\n    \"RAD SOLAR\": \"solar\",\n    \"VIENTO\": \"wind\",\n    \"COMBUSTOLEO\": \"oil\",\n    \"ACPM\": \"oil\",\n    \"JET-A1\": \"oil\",\n}\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"CO\", monkeypatch_for_pydataxm=True)\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"CO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime is None:\n        session = session or Session()\n        return _fetch_live_consumption(zone_key, session, logger)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n        return _fetch_historical_consumption(zone_key, target_datetime, logger)\n\n\ndef _fetch_live_consumption(\n    zone_key: ZoneKey,\n    session: Session,\n    logger: Logger,\n) -> list[dict[str, Any]]:\n    response: Response = session.get(CO_DEMAND_URL, verify=False)\n    response.raise_for_status()\n\n    demand_data = response.json()[\"Variables\"][0][\"Datos\"]\n    demand_list = TotalConsumptionList(logger)\n    for datapoint in demand_data:\n        dt_string = datapoint[\"Fecha\"]\n        # TODO: Remove the truncation of sub-seconds when we run on Python 3.11\n        #       or above and fromisoformat can parse such strings\n        if dt_string.find(\".\") != -1:\n            dt_string = dt_string[: dt_string.find(\".\")]\n        dt = datetime.fromisoformat(dt_string).replace(tzinfo=ZONE_INFO)\n\n        demand_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            consumption=round(datapoint[\"Valor\"], 1),\n            source=\"xm.com.co\",\n        )\n    return demand_list.to_list()\n\n\ndef _fetch_historical_consumption(\n    zone_key: ZoneKey,\n    target_datetime: datetime,\n    logger: Logger,\n) -> list[dict[str, Any]]:\n    api_client = pydataxm.ReadDB()\n    target_date = target_datetime.date()\n\n    # get system demand\n    df_cons = api_client.request_data(\"DemaReal\", \"Sistema\", target_date, target_date)\n    if df_cons.empty:\n        raise ParserException(\n            parser=\"CO\",\n            message=f\"{target_datetime} : no consumption data available\",\n            zone_key=zone_key,\n        )\n\n    # preserve the date column as the index\n    df_cons = df_cons.set_index(\"Date\")\n\n    # filter out column of relevance: hour\n    df_cons = df_cons[[c for c in df_cons.columns if \"Hour\" in c]]\n\n    consumption_list = TotalConsumptionList(logger)\n    for date, df in df_cons.groupby(\"Date\"):\n        for hour_col in df.columns:\n            consumption = float(df[hour_col]) / 1000\n\n            # hour_col is \"Values_Hour01\" to \"Values_Hour24\"\n            hour = int(hour_col[-2:]) - 1\n            dt = date.to_pydatetime().replace(hour=hour).replace(tzinfo=ZONE_INFO)\n\n            consumption_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                consumption=consumption,\n                source=\"xm.com.co\",\n            )\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"CO\", monkeypatch_for_pydataxm=True)\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n        target_date_range = [\n            target_datetime.date() - timedelta(days=days)\n            for days in range(XM_DELAY_MIN, XM_DELAY_MAX + 1)\n        ]\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n        target_date_range = [target_datetime.date()]\n\n    api_client = pydataxm.ReadDB()\n    for date in target_date_range:\n        # get power production resources, where we are interested in a mapping\n        # between a resource id (Values_Code column) to power production type\n        # (Values_EnerSource column)\n        df_res = api_client.request_data(\"ListadoRecursos\", \"Sistema\", date, date)\n        if df_res.empty:\n            continue\n\n        # get power production per resource\n        df_prod = api_client.request_data(\"Gene\", \"Recurso\", date, date)\n        if df_prod.empty:\n            continue\n\n        break\n    if df_prod.empty:\n        raise ParserException(\n            parser=\"CO\",\n            message=f\"{target_datetime}: no production data available\",\n            zone_key=zone_key,\n        )\n\n    # join the Values_EnerSource column from df_res to df_prod using Values_code column\n    df_res = df_res[[\"Values_Code\", \"Values_EnerSource\"]].set_index(\"Values_Code\")\n    df_prod = df_prod.set_index(\"Values_code\")\n    df_prod = df_prod.join(df_res, how=\"left\").reset_index()\n\n    # map power production type values to our terminology\n    df_prod[\"Values_EnerSource\"] = df_prod[\"Values_EnerSource\"].map(PRODUCTION_MAPPING)\n\n    # filter out columns of relevance: date, hour, and power production type\n    df_cols = [\n        c\n        for c in df_prod.columns\n        if \"Date\" in c or \"Hour\" in c or \"Values_EnerSource\" in c\n    ]\n    df_prod = df_prod[df_cols]\n\n    # sum all values for given combination of date and power production type,\n    # and make a multi index of those combinations\n    df_prod = df_prod.groupby([\"Date\", \"Values_EnerSource\"]).sum(\n        numeric_only=True,\n    )\n\n    # loop over each date in the multi index\n    production_list = ProductionBreakdownList(logger)\n    for date, df in df_prod.groupby(level=0):\n        # in the date specific df, drop the date from the index, leaving the\n        # power production type as index\n        df = df.droplevel(0)\n\n        for hour_col in df.columns:\n            prod_kw = df[hour_col].to_dict()\n            prod_mw = {mode: round(kw / 1000, 3) for mode, kw in prod_kw.items()}\n\n            production_mix = ProductionMix()\n            for mode, value in prod_mw.items():\n                production_mix.add_value(mode, value)\n\n            # hour_col is \"Values_Hour01\" to \"Values_Hour24\"\n            hour = int(hour_col[-2:]) - 1\n            dt = date.to_pydatetime().replace(hour=hour).replace(tzinfo=ZONE_INFO)\n\n            production_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                production=production_mix,\n                source=\"xm.com.co\",\n            )\n    return production_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"CO\", monkeypatch_for_pydataxm=True)\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"CO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n        target_date_range = [\n            target_datetime.date() - timedelta(days=days)\n            for days in range(XM_DELAY_MIN, XM_DELAY_MAX + 1)\n        ]\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n        target_date_range = [target_datetime.date()]\n\n    api_client = pydataxm.ReadDB()\n    for date in target_date_range:\n        df_price = api_client.request_data(\"PrecBolsNaci\", \"Sistema\", date, date)\n        if df_price.empty:\n            continue\n        break\n    if df_price.empty:\n        raise ParserException(\n            parser=\"CO\",\n            message=f\"{target_datetime}: no price data available\",\n            zone_key=zone_key,\n        )\n\n    # preserve the date column as the index\n    df_price = df_price.set_index(\"Date\")\n\n    # filter out column of relevance: hour\n    df_price = df_price[[c for c in df_price.columns if \"Hour\" in c]]\n\n    price_list = PriceList(logger)\n    for date, df in df_price.groupby(\"Date\"):\n        for hour_col in df.columns:\n            price = float(df[hour_col])\n\n            # hour_col is \"Values_Hour01\" to \"Values_Hour24\"\n            hour = int(hour_col[-2:]) - 1\n            dt = date.to_pydatetime().replace(hour=hour).replace(tzinfo=ZONE_INFO)\n\n            price_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                currency=\"COP\",\n                price=price,\n                source=\"xm.com.co\",\n            )\n    return price_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print(\"fetch_price() ->\")\n    print(fetch_price())\n\n    dt = datetime.fromisoformat(\"2025-01-01T00:00:00-05:00\")\n    print(\"fetch_production(target_datetime=...) ->\")\n    print(fetch_production(target_datetime=dt))\n\n    print(\"fetch_price(target_datetime=...) ->\")\n    print(fetch_price(target_datetime=dt))\n\n    print(\"fetch_consumption(target_datetime=...) ->\")\n    print(fetch_consumption(target_datetime=dt))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CR.py",
    "content": "from collections import defaultdict\nfrom datetime import datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"CR.py\"\nTIMEZONE = ZoneInfo(\"America/Costa_Rica\")\n\nEXCHANGE_URL = (\n    \"https://mapa.enteoperador.org/WebServiceScadaEORRest/webresources/generic\"\n)\nEXCHANGE_SOURCE = \"enteoperador.org\"\n\nPRODUCTION_URL = (\n    \"https://apps.grupoice.com/CenceWeb/data/sen/json/EnergiaHorariaFuentePlanta\"\n)\nPRODUCTION_SOURCE = \"grupoice.com\"\n\nSPANISH_TO_ENGLISH = {\n    \"Bagazo\": \"biomass\",\n    \"Eólica\": \"wind\",\n    \"Geotérmica\": \"geothermal\",\n    \"Hidroeléctrica\": \"hydro\",\n    \"Solar\": \"solar\",\n    \"Térmica\": \"oil\",\n}\n\nEXCHANGE_JSON_MAPPING = {\n    \"CR->NI\": \"5SISTEMA.LT230.INTER_NET_CR.CMW.MW\",\n    \"CR->PA\": \"6SISTEMA.LT230.INTER_NET_PAN.CMW.MW\",\n}\n\n\ndef _parse_exchange_data(\n    exchange_data: list[dict], sorted_zone_keys: ZoneKey\n) -> float | None:\n    \"\"\"Extracts flow value and direction for a given exchange.\"\"\"\n    exchange_name = EXCHANGE_JSON_MAPPING[sorted_zone_keys]\n    net_flow = next(\n        (item[\"value\"] for item in exchange_data if item[\"nombre\"] == exchange_name),\n        None,\n    )\n\n    if net_flow is None:\n        raise ValueError(f\"No flow value found for exchange {sorted_zone_keys}\")\n\n    return net_flow\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    # if no target_datetime is specified, this defaults to now.\n    now = datetime.now(timezone.utc)\n    target_datetime = now if target_datetime is None else target_datetime\n\n    # the backend production API works in terms of local times\n    now = now.astimezone(TIMEZONE)\n    target_datetime = target_datetime.astimezone(TIMEZONE)\n\n    # if before 01:30am on the current day then fetch previous day due to data lag.\n    today = datetime.combine(now, time(), tzinfo=TIMEZONE)  # truncates to day\n    if today <= target_datetime < today + timedelta(hours=1, minutes=30):\n        target_datetime -= timedelta(days=1)\n\n    # data availability limit found by manual trial and error\n    cutoff_datetime = datetime(2017, 7, 1, tzinfo=TIMEZONE)\n    if target_datetime < cutoff_datetime:\n        raise ParserException(\n            parser=PARSER,\n            message=f\"CR API does not provide data before {cutoff_datetime.isoformat()}, {target_datetime.isoformat()} was requested.\",\n            zone_key=zone_key,\n        )\n\n    session = session or Session()\n    url = f\"{PRODUCTION_URL}?{target_datetime.strftime('anno=%Y&mes=%m&dia=%d')}\"\n    response = session.get(url)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    response_payload = response.json()\n\n    production_mixes = defaultdict(ProductionMix)\n    for hourly_item in response_payload[\"data\"]:\n        # returned timestamps are missing timezone but are local (CR) times\n        timestamp = datetime.strptime(\n            hourly_item[\"fecha\"], \"%Y-%m-%d %H:%M:%S.%f\"\n        ).replace(tzinfo=TIMEZONE)\n\n        source = hourly_item[\"fuente\"]\n        if source == \"Intercambio\":\n            continue\n\n        production_mode = SPANISH_TO_ENGLISH[source]\n        value = hourly_item[\"dato\"]\n\n        production_mixes[timestamp].add_value(production_mode, value)\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    for timestamp, production_mix in production_mixes.items():\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=timestamp,\n            source=PRODUCTION_SOURCE,\n            production=production_mix,\n        )\n    return production_breakdown_list.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey = ZoneKey(\"CR\"),\n    zone_key2: ZoneKey = ZoneKey(\"PA\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Gets an exchange pair from the SIEPAC system.\"\"\"\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    if sorted_zone_keys not in EXCHANGE_JSON_MAPPING:\n        raise ParserException(\n            PARSER, \"This exchange is not implemented\", sorted_zone_keys\n        )\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER,\n            \"This parser is not yet able to parse historical data\",\n            sorted_zone_keys,\n        )\n\n    session = session or Session()\n    dt = datetime.now(TIMEZONE)\n    response = session.get(EXCHANGE_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching exchange error code: {response.status_code}: {response.text}\",\n            sorted_zone_keys,\n        )\n\n    net_flow = _parse_exchange_data(response.json(), sorted_zone_keys=sorted_zone_keys)\n\n    exchange_list = ExchangeList(logger)\n    exchange_list.append(\n        zoneKey=sorted_zone_keys,\n        datetime=dt.replace(minute=0, second=0, microsecond=0),\n        netFlow=net_flow,\n        source=EXCHANGE_SOURCE,\n    )\n    return exchange_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CY.py",
    "content": "#!/usr/bin/env python3\n\nimport sys\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\n# BeautifulSoup is used to parse HTML\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\n# Local library imports\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\n\nREALTIME_SOURCE = \"https://tsoc.org.cy/electrical-system/total-daily-system-generation-on-the-transmission-system/\"\nHISTORICAL_SOURCE = \"https://tsoc.org.cy/electrical-system/archive-total-daily-system-generation-on-the-transmission-system/?startdt={}&enddt=%2B1days\"\n\nTIMEZONE = ZoneInfo(\"Asia/Nicosia\")\n\n\nclass CyprusParser:\n    CAPACITY_KEYS = {\n        \"Συμβατική Εγκατεστημένη Ισχύς\": \"oil\",\n        \"Αιολική Εγκατεστημένη Ισχύς\": \"wind\",\n        \"Φωτοβολταϊκή Εγκατεστημένη Ισχύς\": \"solar\",\n        \"Εγκατεστημένη Ισχύς Βιομάζας\": \"biomass\",\n    }\n\n    session: Session\n    logger: Logger\n\n    def __init__(self, session, logger: Logger = getLogger(__name__)):\n        self.session = session\n        self.logger = logger\n\n    def warn(self, text: str) -> None:\n        self.logger.warning(text, extra={\"key\": \"CY\"})\n\n    def parse_capacity(self, html) -> dict:\n        capacity = {}\n        table = html.find(id=\"production_graph_static_data2\")\n        for tr in table.find_all(\"tr\"):\n            values = [td.string for td in tr.find_all(\"td\")]\n            key = self.CAPACITY_KEYS.get(values[0])\n            if key:\n                capacity[key] = float(values[1])\n        return capacity\n\n    def parse_production(self, html, capacity: dict) -> list:\n        table = html.find(id=\"production_graph_data\")\n        columns = [th.string for th in table.find_all(\"th\")]\n        biomass_estimate = 0.0\n        production_breakdowns = ProductionBreakdownList(self.logger)\n        for tr in table.tbody.find_all(\"tr\"):\n            values = [td.string for td in tr.find_all(\"td\")]\n            if None in values or \"\" in values:\n                break\n            production_mix = ProductionMix()\n            date_time = None\n            for col, val in zip(columns, values, strict=True):\n                if col == \"Timestamp\":\n                    date_time = datetime.fromisoformat(val).replace(tzinfo=TIMEZONE)\n                elif col == \"Αιολική Παραγωγή στο ΣΜ\":\n                    production_mix.add_value(\"wind\", float(val))\n                elif col == \"Συμβατική Παραγωγή στο ΣΜ\":\n                    production_mix.add_value(\"oil\", float(val))\n                elif col == \"Εκτίμηση Διεσπαρμένης Παραγωγής\":\n                    # Because solar is explicitly listed as \"Solar PV\" (so no thermal with energy storage)\n                    # and there is no sunlight between 10pm and 3am (https://www.timeanddate.com/sun/cyprus/nicosia),\n                    # we use the nightly biomass+solar generation reported to determine the portion of biomass+solar\n                    # which constitutes biomass.\n                    value = float(val)\n                    hour = date_time.hour\n                    if hour < 3 or hour >= 22:\n                        biomass_estimate = value\n                    production_mix.add_value(\"biomass\", biomass_estimate)\n                    production_mix.add_value(\n                        \"solar\", max(value - biomass_estimate, 0.0)\n                    )\n            production_breakdowns.append(\n                zoneKey=ZoneKey(\"CY\"),\n                datetime=date_time,\n                production=production_mix,\n                source=\"tsoc.org.cy\",\n            )\n        return [\n            {**e, **{\"capacity\": capacity}} for e in production_breakdowns.to_list()\n        ]\n\n    def fetch_production(self, target_datetime: datetime | None) -> list:\n        if target_datetime is None:\n            url = REALTIME_SOURCE\n        else:\n            # convert target datetime to local datetime\n            url_date = target_datetime.astimezone(TIMEZONE).strftime(\"%d-%m-%Y\")\n            url = HISTORICAL_SOURCE.format(url_date)\n\n        # Add User-Agent headers to mimic a browser and avoid 403 errors\n        headers = {\n            \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\"\n        }\n        res = self.session.get(url, headers=headers)\n        assert res.status_code == 200, (\n            f\"CY parser: GET {url} returned {res.status_code}\"\n        )\n\n        html = BeautifulSoup(res.text, \"lxml\")\n\n        # Capacity is only available if we fetch data from realtime url\n        capacity = self.parse_capacity(html) if url is REALTIME_SOURCE else {}\n        data = self.parse_production(html, capacity)\n\n        if len(data) == 0:\n            self.warn(\"No production data returned for Cyprus\")\n        return data\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"DK\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CY\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    assert zone_key == ZoneKey(\"CY\")\n\n    parser = CyprusParser(session or Session(), logger)\n    return parser.fetch_production(target_datetime)\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    target_datetime = None\n    if len(sys.argv) == 4:\n        target_datetime = datetime(int(sys.argv[1]), int(sys.argv[2]), int(sys.argv[3]))\n\n    print(\"fetch_production() ->\")\n    fetched_production = fetch_production(target_datetime=target_datetime)\n    if isinstance(fetched_production, list):\n        for datum in fetched_production:\n            print(datum)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/CZ.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\n\nfrom bs4 import BeautifulSoup\n\n# The request library is used to fetch content through HTTP\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# please try to write PEP8 compliant code (use a linter). One of PEP8's\n# requirement is to limit your line length to 79 characters.\n\ntranslate_table_gen = {\n    \"TPP\": \"coal\",  # coal\n    \"CCGT\": \"gas\",  # gas and steem gas\n    \"NPP\": \"nuclear\",  # Nuclear\n    \"HPP\": \"hydro\",  # Water\n    \"PsPP\": \"hydro\",  # Pump Water storage\n    \"AltPP\": \"biomass\",  # Alternative\n    \"ApPP\": \"unknown\",  # factory\n    \"PVPP\": \"solar\",  # photovoltaic\n    \"WPP\": \"wind\",  # wind\n    \"unknown\": \"unknown\",\n}\ntranslate_table_dist = {\n    \"SEPS\": \"SK\",\n    \"APG\": \"AT\",\n    \"PSE\": \"PL\",\n    \"TenneT\": \"DE\",\n    \"50HzT\": \"DE\",\n}\n\nurl = \"https://www.ceps.cz/_layouts/CepsData.asmx\"\nsource = \"ceps.cz\"\n\n\ndef get_mapper(xmlload):\n    series = xmlload.find(\"series\")\n    mapping = {}\n    for tag in series:\n        generator = tag[\"name\"].replace(\" [MW]\", \"\")\n        mapping[generator] = tag[\"id\"]\n\n    return mapping\n\n\ndef make_request(session, payload, zone_key):\n    headers = {\n        \"Content-Type\": \"application/soap+xml; charset=utf-8\",\n        \"Content-Length\": \"1\",\n    }\n\n    res: Response = session.post(url, headers=headers, data=payload)\n    assert res.status_code == 200, (\n        f\"Exception when fetching production for {zone_key}: error when calling {url}\"\n    )\n\n    return res\n\n\ndef get_target_datetime(dt: datetime | None) -> datetime:\n    if dt is None:\n        now = datetime.now()\n        dt = (now - timedelta(minutes=now.minute % 15)).replace(second=0, microsecond=0)\n    return dt\n\n\ndef __get_exchange_data(\n    zone_key1: ZoneKey = ZoneKey(\"CZ\"),\n    zone_key2: ZoneKey = ZoneKey(\"DE\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n    mode: str = \"Actual\",\n) -> list:\n    target_datetime = get_target_datetime(target_datetime)\n    from_datetime = target_datetime - timedelta(hours=48)\n\n    payload = \"\"\"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n    <soap12:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap12=\"http://www.w3.org/2003/05/soap-envelope\">\n      <soap12:Body>\n        <CrossborderPowerFlows xmlns=\"https://www.ceps.cz/CepsData/\">\n          <dateFrom>{}</dateFrom>\n          <dateTo>{}</dateTo>\n          <agregation>{}</agregation>\n          <function>{}</function>\n          <version>{}</version>\n        </CrossborderPowerFlows>\n      </soap12:Body>\n    </soap12:Envelope>\"\"\".format(\n        from_datetime.isoformat(), target_datetime.isoformat(), \"QH\", \"AVG\", \"RT\"\n    )\n\n    content = make_request(session, payload, zone_key1).text\n    xml = BeautifulSoup(content, \"xml\")\n    mapper = get_mapper(xml)\n    data_tag = xml.find(\"data\")\n    exchanges = ExchangeList(logger)\n\n    if data_tag is not None:\n        for values in data_tag:\n            totalNetFlow = 0.0\n\n            for k, v in mapper.items():\n                country = \"\".join(\n                    [\n                        c\n                        for key, c in translate_table_dist.items()\n                        if key in k and mode in k\n                    ]\n                )\n                if country != \"\" and country in (zone_key1, zone_key2):\n                    netFlow = float(values[v])\n                    totalNetFlow += -1 * netFlow if zone_key1 == \"CZ\" else netFlow\n\n            exchanges.append(\n                zoneKey=ZoneKey(f\"{zone_key1}->{zone_key2}\"),\n                datetime=datetime.fromisoformat(values[\"date\"]),\n                source=source,\n                netFlow=totalNetFlow,\n            )\n\n    else:\n        zone_key = f\"{zone_key1}->{zone_key2}\"\n        raise ParserException(\n            \"CZ.py\",\n            f\"There was no data returned for {zone_key1} and {zone_key2} at {target_datetime}\",\n            zone_key,\n        )\n\n    return exchanges.to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"CZ\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    target_datetime = get_target_datetime(target_datetime)\n    from_datetime = target_datetime - timedelta(hours=48)\n\n    payload = \"\"\"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n            <soap12:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap12=\"http://www.w3.org/2003/05/soap-envelope\">\n              <soap12:Body>\n                <Generation xmlns=\"https://www.ceps.cz/CepsData/\">\n                  <dateFrom>{}</dateFrom>\n                  <dateTo>{}</dateTo>\n                  <agregation>{}</agregation>\n                  <function>{}</function>\n                  <version>{}</version>\n                  <para1>{}</para1>\n                </Generation>\n              </soap12:Body>\n            </soap12:Envelope>\"\"\".format(\n        from_datetime.isoformat(), target_datetime.isoformat(), \"QH\", \"AVG\", \"RT\", \"all\"\n    )\n\n    content = make_request(session, payload, zone_key).text\n    xml = BeautifulSoup(content, \"xml\")\n    mapper = get_mapper(xml)\n\n    data_tag = xml.find(\"data\")\n    production_breakdowns = ProductionBreakdownList(logger)\n\n    if data_tag is not None:\n        for values in data_tag:\n            production = ProductionMix()\n            storage = StorageMix()\n\n            for k, v in mapper.items():\n                generator = translate_table_gen[k]\n                if k != \"PsPP\":\n                    production.add_value(mode=generator, value=float(values[v]))\n                else:\n                    storage.add_value(mode=generator, value=float(values[v]) * -1)\n\n            production_breakdowns.append(\n                zoneKey=zone_key,\n                datetime=datetime.fromisoformat(values[\"date\"]),\n                source=source,\n                production=production,\n                storage=storage,\n            )\n\n    else:\n        ParserException(\n            \"CZ.py\",\n            f\"There was no data returned for {zone_key} at {target_datetime}\",\n            zone_key,\n        )\n\n    return production_breakdowns.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey = ZoneKey(\"CZ\"),\n    zone_key2: ZoneKey = ZoneKey(\"DE\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    return __get_exchange_data(\n        zone_key1, zone_key2, session, target_datetime, logger, mode=\"Actual\"\n    )\n\n\ndef fetch_exchange_forecast(\n    zone_key1: ZoneKey = ZoneKey(\"CZ\"),\n    zone_key2: ZoneKey = ZoneKey(\"DE\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    return __get_exchange_data(\n        zone_key1, zone_key2, session, target_datetime, logger, mode=\"Planned\"\n    )\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    # print(\"fetch_production() ->\")\n    # print(fetch_production())\n    # print(\"fetch_price() ->\")\n    # print(fetch_price())\n    # print(\"fetch_exchange_forecast('AT', 'CZ') ->\")\n    # print(fetch_exchange_forecast(\"AT\", \"CZ\"))\n    print(\"fetch_exchange('AT', 'CZ') ->\")\n    print(fetch_exchange(ZoneKey(\"AT\"), ZoneKey(\"CZ\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/DK.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom itertools import groupby\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import EventSourceType, ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nEXCHANGE_MAPPING = {\n    \"DE->DK-DK1\": {\"id\": \"ExchangeGermany\", \"direction\": 1, \"priceArea\": \"DK1\"},\n    \"DE->DK-DK2\": {\"id\": \"ExchangeGermany\", \"direction\": 1, \"priceArea\": \"DK2\"},\n    \"DK-DK1->DK-DK2\": {\"id\": \"ExchangeGreatBelt\", \"direction\": -1, \"priceArea\": \"DK1\"},\n    \"DK-DK1->NL\": {\"id\": \"ExchangeNetherlands\", \"direction\": -1, \"priceArea\": \"DK1\"},\n    \"DK-DK1->NO-NO2\": {\"id\": \"ExchangeNorway\", \"direction\": -1, \"priceArea\": \"DK1\"},\n    \"DK-DK1->SE-SE3\": {\"id\": \"ExchangeSweden\", \"direction\": -1, \"priceArea\": \"DK1\"},\n    \"DK-DK2->SE-SE4\": {\"id\": \"ExchangeSweden\", \"direction\": -1, \"priceArea\": \"DK2\"},\n}\n\nFORCAST_PARSE_MAPPING = {\n    \"Offshore Wind\": \"wind\",\n    \"Onshore Wind\": \"wind\",\n    \"Solar\": \"solar\",\n}\n\nFORCAST_AREA_MAPPING = {\n    \"DK-DK1\": \"DK1\",\n    \"DK-DK2\": \"DK2\",\n}\n\nEXCHANGE_URL = \"https://api.energidataservice.dk/dataset/ElectricityProdex5MinRealtime\"\nFORECAST_URL = \"https://api.energidataservice.dk/dataset/Forecasts_5Min\"\n\nSOURCE = \"energidataservice.dk\"\n\n\ndef fetch_data(\n    zone_key: ZoneKey,\n    session: Session | None,\n    target_datetime: datetime | None,\n    logger: Logger,\n    is_forecast: bool = False,\n) -> dict:\n    \"\"\"\n    Helper function to fetch data from the API.\n    \"\"\"\n    ses = session or Session()\n\n    if target_datetime and target_datetime.tzinfo:\n        # Data source doesn't support timezone aware\n        # datetimes.\n        target_datetime = target_datetime.replace(tzinfo=None)\n\n    price_area = (\n        FORCAST_AREA_MAPPING[zone_key]\n        if is_forecast\n        else EXCHANGE_MAPPING[zone_key][\"priceArea\"]\n    )\n\n    params = {\n        \"limit\": 500,\n        \"filter\": '{\"PriceArea\":\"DK1\"}'\n        if price_area == \"DK1\"\n        else '{\"PriceArea\":\"DK2\"}',\n        \"start\": target_datetime.strftime(\"%Y-%m-%d\") if target_datetime else None,\n        \"end\": (target_datetime + timedelta(days=1)).strftime(\"%Y-%m-%d\")\n        if target_datetime\n        else None,\n    }\n    response: Response = ses.get(\n        FORECAST_URL if is_forecast else EXCHANGE_URL,\n        params=params,\n    )\n    if response.ok:\n        data = response.json()\n        if data[\"total\"] == 0:\n            raise ParserException(\n                parser=\"DK.py\",\n                zone_key=zone_key,\n                message=f\"No exchange data was returned for {target_datetime.date() or datetime.now().date()}\",\n            )\n\n        else:\n            return data\n    else:\n        raise ParserException(\n            parser=\"DK.py\",\n            zone_key=zone_key,\n            message=f\"No exchange data was returned for {target_datetime.date() or datetime.now().date()}\",\n        )\n\n\ndef flow(sorted_keys: ZoneKey, datapoint: dict) -> int | float | None:\n    \"\"\"\n    Helper function to extract the net flow from a datapoint.\n    \"\"\"\n\n    return (\n        datapoint[EXCHANGE_MAPPING[sorted_keys][\"id\"]]\n        * EXCHANGE_MAPPING[sorted_keys][\"direction\"]\n        if datapoint[EXCHANGE_MAPPING[sorted_keys][\"id\"]] is not None\n        else None\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    sorted_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    data = fetch_data(sorted_keys, session, target_datetime, logger)\n    all_exchange_data = ExchangeList(logger)\n\n    if sorted_keys not in EXCHANGE_MAPPING:\n        raise ParserException(\n            \"DK.py\",\n            sorted_keys,\n            \"Only able to fetch data for exchanges that are connected to Denmark (DK-DK1, DK-DK2)\",\n        )\n    else:\n        price_area = EXCHANGE_MAPPING[sorted_keys][\"priceArea\"]\n        for datapoint in data[\"records\"]:\n            if datapoint[\"PriceArea\"] != price_area:\n                continue\n            all_exchange_data.append(\n                zoneKey=sorted_keys,\n                datetime=datetime.fromisoformat(datapoint[\"Minutes5UTC\"]).replace(\n                    tzinfo=timezone.utc\n                ),\n                netFlow=flow(sorted_keys, datapoint),\n                source=SOURCE,\n            )\n        return all_exchange_data.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    data = fetch_data(zone_key, session, target_datetime, logger, True)\n\n    # Group data by datetime Minutes5UTC\n    grouped_data = groupby(data[\"records\"], key=itemgetter(\"Minutes5UTC\"))\n\n    forecast = ProductionBreakdownList(logger=logger)\n    for date_time_str, group in grouped_data:\n        date_time = datetime.fromisoformat(date_time_str).replace(tzinfo=timezone.utc)\n        productionMix = ProductionMix()\n        for datapoint in group:\n            productionMix.add_value(\n                FORCAST_PARSE_MAPPING[datapoint[\"ForecastType\"]],\n                datapoint[\"ForecastCurrent\"],\n            )\n        forecast.append(\n            zoneKey=zone_key,\n            production=productionMix,\n            datetime=date_time,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return forecast.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_exchange(DK-DK1, DE) ->\")\n    print(fetch_exchange(\"DK-DK2\", \"SE-SE4\"))\n\n    print(\"fetch_forecasts(DK-DK1) ->\")\n    print(fetch_wind_solar_forecasts(ZoneKey(\"DK-DK1\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/DO.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import use_proxy\nfrom electricitymap.contrib.types import ZoneKey\n\n# This parser gets hourly electricity generation data from oc.org.do for the Dominican Republic.\n# The data is in MWh but since it is updated hourly we can view it as MW.\n# Solar generation now has some data available but multiple projects are planned/under construction.\n\nDO_SOURCE = \"oc.org.do\"\nURL = \"https://apps.oc.org.do/reportesgraficos/reportepostdespacho.aspx\"\n\nTOTAL_RENEWABLES_MAPPING = {\n    \"Total E\\xf3lico\": \"wind\",\n    \"Total Hidroel\\xe9ctrica\": \"hydro\",\n    \"Total Solar\": \"solar\",\n}\n\nTOTAL_MAPPING = {\n    \"Total T\\xe9rmico\": \"Thermal\",\n    \"Total Generado\": \"Generated\",\n}\n\n# Power plant types\n# http://www.sie.gob.do/images/Estadisticas/MEM/GeneracionDiariaEnero2017/\n# Reporte_diario_de_generacion_31_enero_2017_merged2.pdf\n\nTHERMAL_PLANTS = {\n    \"AES ANDRES\": \"gas\",\n    \"BARAHONA CARBON\": \"coal\",\n    \"BERSAL\": \"oil\",\n    \"CEPP 1\": \"oil\",\n    \"CEPP 2\": \"oil\",\n    \"CESPM 1 FO\": \"oil\",\n    \"CESPM 1 GN\": \"gas\",\n    \"CESPM 2 FO\": \"oil\",\n    \"CESPM 2 GN\": \"gas\",\n    \"CESPM 3 FO\": \"oil\",\n    \"CESPM 3 GN\": \"gas\",\n    \"ESTRELLA DEL MAR 2 CFO\": \"oil\",\n    \"ESTRELLA DEL MAR 2 CGN\": \"gas\",\n    \"ESTRELLA DEL MAR 2 SFO\": \"oil\",\n    \"ESTRELLA DEL MAR 2 SGN\": \"gas\",\n    \"ESTRELLA DEL MAR 3\": \"gas\",\n    \"GENERACI\\xd3N DE EMERGENCIA AES ANDR\\xc9S\": \"gas\",\n    \"HAINA TG\": \"oil\",\n    \"INCA KM22\": \"oil\",\n    \"ITABO 1\": \"coal\",\n    \"ITABO 2\": \"coal\",\n    \"LA VEGA\": \"oil\",\n    \"LOS MINA 5\": \"gas\",\n    \"LOS MINA 6\": \"gas\",\n    \"LOS MINA 7\": \"gas\",\n    \"LOS OR\\xcdGENES POWER PLANT FUEL OIL\": \"oil\",\n    \"LOS OR\\xcdGENES POWER PLANT GAS NATURAL\": \"gas\",\n    \"METALDOM\": \"oil\",\n    \"MONTE RIO\": \"oil\",\n    \"PALAMARA\": \"oil\",\n    \"PALENQUE\": \"oil\",\n    \"PARQUE ENERGETICO LOS MINA CC PARCIAL\": \"gas\",\n    \"PARQUE ENERGETICO LOS MINA CC TOTAL\": \"gas\",\n    \"PIMENTEL 1\": \"oil\",\n    \"PIMENTEL 2\": \"oil\",\n    \"PIMENTEL 3\": \"oil\",\n    \"PUNTA CATALINA 1\": \"coal\",\n    \"PUNTA CATALINA 2\": \"coal\",\n    \"QUISQUEYA 1B SAN PEDRO GN\": \"gas\",\n    \"QUISQUEYA 1 FO\": \"oil\",\n    \"QUISQUEYA 1 GN\": \"gas\",\n    \"QUISQUEYA 2 FO\": \"oil\",\n    \"QUISQUEYA 2 GN\": \"gas\",\n    \"QUISQUEYA 1 SAN PEDRO FO\": \"oil\",\n    \"QUISQUEYA 1 SAN PEDRO GN\": \"gas\",\n    \"RIO SAN JUAN\": \"oil\",\n    \"SAN FELIPE\": \"oil\",\n    \"SAN FELIPE CC\": \"gas\",\n    \"SAN FELIPE VAP\": \"oil\",\n    \"SAN LORENZO 1\": \"gas\",\n    \"SAN PEDRO BIO-ENERGY\": \"biomass\",\n    \"SAN PEDRO VAPOR\": \"oil\",\n    \"SULTANA DEL ESTE\": \"oil\",\n}\n\n\ndef get_datetime_from_hour(now: datetime, hour: int) -> datetime:\n    return now + timedelta(hours=int(hour) - 1)\n\n\ndef get_data(session: Session | None = None) -> list[list[str]]:\n    \"\"\"\n    Makes a request to source url.\n    Finds main table and creates a list of all table elements in string format.\n    \"\"\"\n\n    s = session or Session()\n    data_req = s.get(URL)\n    soup = BeautifulSoup(data_req.content, \"lxml\")\n\n    tbs = soup.find(\"table\", id=\"PostdespachoUnidadesTermicasGrid_DXMainTable\")\n    rows = tbs.find_all(\"tr\")\n\n    data = []\n    for row in rows:\n        row_data = []\n        cols = row.find_all(\"td\")\n        for col in cols:\n            row_data.append(str(col.getText().strip()))\n        data.append(row_data)\n\n    return data\n\n\ndef floater(item):\n    \"\"\"\n    Attempts to convert any item given to a float.\n    Returns item if it fails.\n    \"\"\"\n\n    try:\n        return float(item)\n    except ValueError:\n        return item\n\n\ndef chunker(big_lst) -> dict:\n    \"\"\"\n    Breaks a big list into a list of lists.\n    Removes any list with no data then turns remaining\n    lists into key: value pairs with first element from the list being the key.\n    \"\"\"\n\n    chunks = [big_lst[x : x + 27] for x in range(0, len(big_lst), 27)]\n\n    # Remove the list if it contains no data.\n    for chunk in chunks:\n        if any(chunk):\n            continue\n        else:\n            chunks.remove(chunk)\n\n    chunked_list = {words[0]: words[1:] for words in chunks}\n\n    return chunked_list\n\n\ndef data_formatter(data: list[list[str]]) -> list[list[str]]:\n    \"\"\"\n    Aligns the tabular data to a standard format: (ID, hour_0, hour_1, ... , hour_23, hour_24)\n    \"\"\"\n\n    INIT_ROWS_TO_DROP = 26\n    data = data[INIT_ROWS_TO_DROP:]\n\n    def format_row(row: list[str]) -> list[str]:\n        # Case Grupo: X\n        match_grupo = len(row) == 2 and row[0] == \"\" and \"grupo\" in row[1].lower()\n        # Case Empresa: X\n        match_empresa = (\n            len(row) == 3\n            and all(c == \"\" for c in row[:2])\n            and \"empresa\" in row[2].lower()\n        )\n        # Case Unit: X\n        match_unit = len(row) == 27 and all(c == \"\" for c in row[:2])\n\n        if match_grupo:\n            return [row[1]] + [\"\"] * 24\n        elif match_empresa:\n            return [row[2]] + [\"\"] * 24\n        elif match_unit:\n            return row[2:]\n        else:\n            raise ValueError(f\"Unexpected row format: {row}\")\n\n    data = [format_row(row) for row in data]\n    return data\n\n\ndef correct_solar_production(production: pd.DataFrame) -> pd.DataFrame:\n    \"\"\"\n    Solar production is not reported when it's zero.\n    \"\"\"\n    if production.solar.isnull().all() or production.solar.notnull().all():\n        return production\n    production = production.copy()\n    null_production_index = production[production.solar.isnull()].index\n    max_non_null_solar_idx = production.solar.last_valid_index()\n    indices_to_set_to_zero = [\n        idx for idx in null_production_index if idx < max_non_null_solar_idx\n    ]\n    # Replace all NaN values with 0 up to the first non-null value\n    production.loc[indices_to_set_to_zero] = 0\n    return production\n\n\ndef extract_renewable_production(data: list[list[str]], dt: datetime) -> pd.DataFrame:\n    \"\"\"\n    Extract renewable production data from the total rows.\n    \"\"\"\n    renewable_indices = [\n        i for i, row in enumerate(data) if row[0] in TOTAL_RENEWABLES_MAPPING\n    ]\n    renewable_data = []\n    for i in renewable_indices:\n        row = data[i]\n        renewable_data.append([TOTAL_RENEWABLES_MAPPING[row[0]]] + row[1:])\n    df = pd.DataFrame(renewable_data, columns=[\"mode\"] + list(range(1, 25)))\n    # pivot to have hours as index and mode as columns\n    df = df.set_index(\"mode\").T\n    df.index = [get_datetime_from_hour(dt, hour) for hour in df.index]\n    df.index.name = \"datetime\"\n    # Convert to numeric\n    df = df.apply(pd.to_numeric)\n    df = correct_solar_production(df)\n    return df\n\n\ndef extract_thermal_production(data: list[list[str]], dt: datetime) -> pd.DataFrame:\n    \"\"\"\n    Extract thermal production from individual power plants.\n    \"\"\"\n    thermal_indices = [i for i, row in enumerate(data) if row[0] in THERMAL_PLANTS]\n    thermal_data = []\n    for i in thermal_indices:\n        row = data[i]\n        thermal_data.append([THERMAL_PLANTS.get(row[0], \"unknown\")] + row[1:])\n    df = pd.DataFrame(thermal_data, columns=[\"mode\"] + list(range(1, 25)))\n    # Convert numeric\n    df = df.apply(pd.to_numeric, errors=\"ignore\")\n    # Group by sum per mode\n    df = df.groupby(\"mode\").sum(numeric_only=True, min_count=1)\n    # pivot to have hours as index and mode as columns\n    df = df.T\n    df.index = [get_datetime_from_hour(dt, hour) for hour in df.index]\n    df.index.name = \"datetime\"\n    return df\n\n\n@use_proxy(country_code=\"DO\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"DO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    now = datetime.now(tz=ZoneInfo(\"America/Dominica\")).replace(\n        hour=0, minute=0, second=0, microsecond=0\n    )\n\n    data = data_formatter(get_data(session=session))\n    renewable_production = extract_renewable_production(data, now)\n    thermal_production = extract_thermal_production(data, now)\n    production = pd.concat([renewable_production, thermal_production], axis=1)\n    # only keep rows with at least one non-null value\n    production = production.dropna(how=\"all\")\n\n    production_list = ProductionBreakdownList(logger)\n    for ts, mix in production.iterrows():\n        production_mix = ProductionMix(**mix.to_dict())\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=ts.to_pydatetime(),\n            source=DO_SOURCE,\n            production=production_mix,\n        )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/EC.py",
    "content": "#!/usr/bin/env python3\n\"\"\"\nEcuador (EC) electricity parser for electricitymaps by alixunderplatz / initiaded March 2026 based on issue #1558.\n\nSource:      CENACE — https://www.cenace.gob.ec/info-operativa/InformacionOperativa.htm\nGranularity: 30-minute intervals, current day only\nData:        Plotly.js charts embedded in HTML (binary float64 / bdata)\n\nProduction categories:\n  hydro    → Hidráulica\n  unknown  → Térmica + Gas Natural + Renovable\n             (fuel mix and renewable types not distinguishable from this source,\n             though a solar peak in the renovable-data is visible during the day,\n             as of March 2026)\n\nNote: \"Datos preliminares del SCADA, sujetos a revisión y validación.\"\n\"\"\"\n\nimport base64\nimport json\nimport re\nimport struct\nfrom datetime import date, datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport urllib3\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\n# CENACE has an incomplete SSL certificate chain — suppress the warning.\nurllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)\n\nSOURCE = \"cenace.gob.ec\"\nZONE_KEY = ZoneKey(\"EC\")\nURL = \"https://www.cenace.gob.ec/info-operativa/InformacionOperativa.htm\"\nTZ_EC = ZoneInfo(\"America/Guayaquil\")\n\n# Maps the three chart series names from the real-time dashboard to electricitymaps categories.\nPRODUCTION_MAPPINGS = {\n    \"Hidr\\u00e1ulica\": \"hydro\",  # Hidráulica\n    \"T\\u00e9rmica\": \"unknown\",  # Térmica   (diesel/fuel oil/gas mix)\n    \"Renovable\": \"unknown\",  # Renovable (solar + wind, not split further)\n}\n\nMONTHS_ES = {\n    \"enero\": 1,\n    \"febrero\": 2,\n    \"marzo\": 3,\n    \"abril\": 4,\n    \"mayo\": 5,\n    \"junio\": 6,\n    \"julio\": 7,\n    \"agosto\": 8,\n    \"septiembre\": 9,\n    \"octubre\": 10,\n    \"noviembre\": 11,\n    \"diciembre\": 12,\n}\n\n\n# ── Plotly data decoding ──────────────────────────────────────────────────────\n\n\ndef _decode_bdata(b64: str) -> list:\n    \"\"\"Decode Plotly binary float64 array (base64, dtype f8).\"\"\"\n    raw = base64.b64decode(b64)\n    n = len(raw) // 8\n    return list(struct.unpack(f\"{n}d\", raw[: n * 8]))\n\n\ndef _get_y_values(trace: dict) -> list:\n    \"\"\"Return y-values from a Plotly trace, handling bdata and plain list.\"\"\"\n    if \"bdata\" in trace:\n        return _decode_bdata(trace[\"bdata\"])\n    y = trace.get(\"y\", [])\n    if isinstance(y, dict) and \"bdata\" in y:  # nested typed array\n        return _decode_bdata(y[\"bdata\"])\n    return [float(v) for v in y]\n\n\n# ── HTML parsing ──────────────────────────────────────────────────────────────\n\n\ndef _parse_traces(html: str) -> dict:\n    \"\"\"\n    Find the time-series chart (identified by 'stackgroup') and return all\n    series as: { series_name: {\"x\": [\"00:00\", ...], \"y\": [float, ...]} }\n    \"\"\"\n    for m in re.finditer(r'Plotly\\.newPlot\\(\\s*\"[^\"]+\"\\s*,\\s*', html):\n        pos = m.end()\n        if html[pos] != \"[\":\n            continue\n        if '\"stackgroup\"' not in html[pos : pos + 2000]:\n            continue\n        traces_data, _ = json.JSONDecoder().raw_decode(html, pos)\n        result = {}\n        for trace in traces_data:\n            name = trace.get(\"name\", \"\")\n            x = list(trace.get(\"x\", []))\n            y = _get_y_values(trace)\n            if name and x and y:\n                result[name] = {\"x\": x, \"y\": y}\n        return result\n    raise ValueError(\"No time-series chart (stackgroup) found in CENACE HTML\")\n\n\ndef _parse_page_date(html: str) -> date:\n    \"\"\"\n    Read the date from the CENACE page header, e.g.:\n      'Domingo, 22 de marzo de 2026'  →  date(2026, 3, 22)\n\n    More reliable than using the server clock: a server in UTC+1 at 01:00\n    would already be on the 23rd while Ecuador (UTC-5) is still on the 22nd.\n    Falls back to datetime.now(TZ_EC).date() if parsing fails.\n    \"\"\"\n    m = re.search(r\"(\\d{1,2})\\s+de\\s+(\\w+)\\s+de\\s+(\\d{4})\", html)\n    if m:\n        month = MONTHS_ES.get(m.group(2).lower())\n        if month:\n            return date(int(m.group(3)), month, int(m.group(1)))\n    return datetime.now(TZ_EC).date()  # fallback\n\n\ndef _str_to_dt(time_str: str, today: date) -> datetime:\n    \"\"\"Convert '13:30' + date from page header → timezone-aware datetime for Ecuador.\"\"\"\n    h, m = map(int, str(time_str).split(\":\"))\n    return datetime(today.year, today.month, today.day, h, m, tzinfo=TZ_EC)\n\n\n# ── Public parser functions ───────────────────────────────────────────────────\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Fetch real-time production breakdown for Ecuador (30-min resolution).\n    Only current-day data is available. target_datetime is ignored.\n    \"\"\"\n    s = session or Session()\n    logger.info(f\"Fetching Ecuador production from {URL}\")\n\n    resp = s.get(URL, timeout=30, verify=False)\n    resp.raise_for_status()\n\n    traces = _parse_traces(resp.text)\n    today = _parse_page_date(resp.text)\n    now_ec = datetime.now(TZ_EC)\n\n    ref = next((v for k, v in traces.items() if k in PRODUCTION_MAPPINGS), None)\n    if ref is None:\n        raise ValueError(\"No production data found in CENACE chart\")\n\n    production_list = ProductionBreakdownList(logger)\n\n    for i, ts in enumerate(ref[\"x\"]):\n        dt = _str_to_dt(ts, today)\n        if dt > now_ec:\n            break\n\n        mix = ProductionMix()\n        for series_name, series_data in traces.items():\n            if series_name not in PRODUCTION_MAPPINGS:\n                continue\n            em_key = PRODUCTION_MAPPINGS[series_name]\n            val = float(series_data[\"y\"][i]) if i < len(series_data[\"y\"]) else 0.0\n            if val != val:\n                continue  # NaN\n            val = max(val, 0.0)\n            current = getattr(mix, em_key) or 0.0\n            setattr(mix, em_key, round(current + val, 3))\n\n        # Skip slot if SCADA has not yet populated any value (all NaN)\n        if mix.hydro is None and mix.unknown is None:\n            continue\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=mix,\n            source=SOURCE,\n        )\n\n    logger.info(f\"fetch_production: {len(production_list.events)} datapoints\")\n    return production_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Fetch real-time national demand (DEMANDA NACIONAL) for Ecuador.\n    \"\"\"\n    s = session or Session()\n    logger.info(f\"Fetching Ecuador consumption from {URL}\")\n\n    resp = s.get(URL, timeout=30, verify=False)\n    resp.raise_for_status()\n\n    traces = _parse_traces(resp.text)\n    today = _parse_page_date(resp.text)\n    now_ec = datetime.now(TZ_EC)\n\n    demand_trace = next((v for k, v in traces.items() if \"DEMANDA\" in k.upper()), None)\n    if demand_trace is None:\n        logger.warning(\"DEMANDA NACIONAL trace not found\")\n        return []\n\n    consumption_list = TotalConsumptionList(logger)\n\n    for i, ts in enumerate(demand_trace[\"x\"]):\n        dt = _str_to_dt(ts, today)\n        if dt > now_ec:\n            break\n        val = float(demand_trace[\"y\"][i])\n        if val != val or val <= 0:\n            continue\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            consumption=round(val, 3),\n            source=SOURCE,\n        )\n\n    logger.info(f\"fetch_consumption: {len(consumption_list.events)} datapoints\")\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ECO2MIX.py",
    "content": "#!/usr/bin/env python3\n\nimport math\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nimport requests\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZONES_CONFIG\nfrom electricitymap.contrib.lib.models.event_lists import ExchangeList\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# from .lib.validation import validate, validate_production_diffs\n\n# From RTE domain to EM domain\nMAP_ZONES = {\n    \"France\": \"FR\",\n    **{\n        subzone.replace(\"FR-\", \"\"): subzone\n        for subzone in ZONES_CONFIG[\"FR\"].get(\"subZoneNames\", [])\n    },\n    \"BE\": \"BE\",\n    \"CH\": \"CH\",\n    \"DE\": \"DE\",\n    \"ES\": \"ES\",\n    \"GB\": \"GB\",\n    \"IT\": \"IT-NO\",\n    \"LU\": \"LU\",\n    \"ACA\": \"FR-ACA\",  # Manual mapping since we can't read the subzones yet\n    \"ARA\": \"FR-ARA\",\n    \"BFC\": \"FR-BFC\",\n    \"BRE\": \"FR-BRE\",\n    \"CEN\": \"FR-CEN\",\n    \"NPP\": \"FR-NPP\",\n    \"IDF\": \"FR-IDF\",\n    \"NOR\": \"FR-NOR\",\n    \"ALP\": \"FR-ALP\",\n    \"LRM\": \"FR-LRM\",\n    \"PLO\": \"FR-PLO\",\n    \"PAC\": \"FR-PAC\",\n}\n\nEXCHANGE_OVERRIDE = {\n    \"DE->FR\": (ZoneKey(\"DE\"), ZoneKey(\"FR-ACA\")),\n    \"FR->LU\": (ZoneKey(\"FR-ACA\"), ZoneKey(\"LU\")),\n}\n\nMAP_MODES = {\n    \"NuclÃ©aire\": \"production.nuclear\",\n    \"Thermique\": \"production.unknown\",\n    \"Eolien\": \"production.wind\",\n    \"Solaire\": \"production.solar\",\n    \"Hydraulique\": \"production.hydro\",\n    \"Bioénergies\": \"production.biomass\",\n    \"Consommation\": \"consumption\",\n    \"Autres\": \"production.unknown\",\n    \"Charbon\": \"production.coal\",\n    \"Fioul\": \"production.oil\",\n    \"Gaz\": \"production.gas\",\n    \"Pompage\": \"storage.hydro\",\n    \"Destockage\": \"storage.hydro\",\n    \"Batterie_Injection\": \"storage.battery\",\n    \"Batterie_Soutirage\": \"storage.battery\",\n    \"Stockage\": \"storage.battery\",\n    \"Solde\": \"IGNORED\",\n    \"Co2\": \"IGNORED\",\n    \"Taux de Co2\": \"IGNORED\",\n    \"PrÃ©visionJ\": \"IGNORED\",\n    \"PrÃ©visionJ-1\": \"IGNORED\",\n}\n\nSOURCE = \"rte-france.com\"\n\n\ndef query(url_type_arg, session: Session, target_datetime: datetime | None):\n    if target_datetime:\n        date_to = target_datetime.replace(tzinfo=ZoneInfo(\"Europe/Paris\"))\n    else:\n        date_to = datetime.now(tz=ZoneInfo(\"Europe/Paris\"))\n    date_from = (date_to - timedelta(days=1)).replace(\n        hour=0, minute=0, second=0, microsecond=0\n    )\n    date_from = date_from.strftime(\"%d/%m/%Y\")\n    date_to = date_to.strftime(\"%d/%m/%Y\")\n\n    url = f\"http://www.rte-france.com/getEco2MixXml.php?type={url_type_arg}&dateDeb={date_from}&dateFin={date_to}\"\n    if url_type_arg == \"regionFlux\":\n        url = url.replace(\"dateDeb\", \"dateDebut\")\n    r = session or requests.session()\n    response = r.get(url, verify=False)\n    response.raise_for_status()\n    return response.text\n\n\ndef query_exchange(session: Session, target_datetime: datetime | None):\n    return query(\n        url_type_arg=\"regionFlux\", session=session, target_datetime=target_datetime\n    )\n\n\ndef query_production(session: Session, target_datetime: datetime | None):\n    return query(\n        url_type_arg=\"region\", session=session, target_datetime=target_datetime\n    )\n\n\ndef parse_production_to_df(text):\n    bs_content = BeautifulSoup(text, features=\"xml\")\n    # Flatten\n    df = pd.DataFrame(\n        [\n            {\n                **valeur.attrs,\n                **valeur.parent.attrs,\n                **valeur.parent.parent.attrs,\n                \"value\": valeur.contents[0],\n            }\n            for valeur in bs_content.find_all(\"valeur\")\n        ]\n    )\n    if df.empty:\n        return df\n    # Add datetime\n    df[\"datetime\"] = pd.to_datetime(df[\"date\"]) + pd.to_timedelta(\n        df[\"periode\"].astype(\"int\") * 15, unit=\"minute\"\n    )\n    df.datetime = df.datetime.dt.tz_localize(\"Europe/Paris\")\n    # Set index\n    df = df.set_index(\"datetime\").drop([\"date\", \"periode\"], axis=1)\n    # Remove invalid granularities\n    df = df[df.granularite == \"Global\"].drop(\"granularite\", axis=1)\n    # Create key (will crash if a mode is not in the map and ensures we coded this right)\n    df[\"key\"] = df.v.apply(lambda k: MAP_MODES[k])\n    # Filter out invalid modes\n    df = df[df.key != \"IGNORED\"]\n    # Compute zone_key\n    df[\"zone_key\"] = df[\"perimetre\"].apply(lambda k: MAP_ZONES[k])\n    # Compute values\n    df.value = df.value.replace(\"ND\", math.nan).replace(\"-\", math.nan).astype(\"float\")\n    # Storage works the other way around (RTE treats storage as production)\n    df.loc[df.key.str.startswith(\"storage.\"), \"value\"] *= -1\n    return df\n\n\ndef format_production_df(df, zone_key):\n    if df.empty:\n        return []\n    # There can be multiple rows with the same key\n    # (e.g. multiple things lumping into `unknown`)\n    # so we need to group them and sum.\n    df = (\n        df[df.zone_key == zone_key]\n        .reset_index()\n        .groupby([\"datetime\", \"key\"])\n        # We use `min_count=1` to make sure at least one non-NaN\n        # value is present to compute a sum.\n        .sum(numeric_only=True, min_count=1)\n        # We unstack `key` which creates a df where keys are columns\n        .unstack(\"key\")[\"value\"]\n    )\n    return [\n        {\n            \"zoneKey\": zone_key,\n            \"datetime\": ts.to_pydatetime(),\n            \"production\": (\n                row.filter(like=\"production.\")\n                .rename(lambda c: c.replace(\"production.\", \"\"))\n                .to_dict()\n            ),\n            \"storage\": (\n                row.filter(like=\"storage.\")\n                .rename(lambda c: c.replace(\"storage.\", \"\"))\n                .to_dict()\n            ),\n            \"source\": SOURCE,\n        }\n        for (ts, row) in df.iterrows()\n    ]\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key, session=None, target_datetime=None, logger: Logger = getLogger(__name__)\n):\n    if zone_key == \"FR-COR\":\n        raise ParserException(\"ECO2MIX.py\", \"FR-COR is not supported in this parser\")\n\n    datapoints = [\n        # validate(d, logger, required=VALIDATIONS.get(zone_key, []))\n        # for d in\n        format_production_df(\n            df=parse_production_to_df(query_production(session, target_datetime)),\n            zone_key=zone_key,\n        )\n    ]\n\n    return datapoints\n\n\ndef parse_exchange_to_df(text):\n    bs_content = BeautifulSoup(text, features=\"xml\")\n    # Flatten\n    df = pd.DataFrame(\n        [\n            {\n                **valeur.attrs,\n                **valeur.parent.attrs,\n                **valeur.parent.parent.attrs,\n                \"value\": valeur.contents[0],\n            }\n            for valeur in bs_content.find_all(\"valeur\")\n        ]\n    )\n    # Add datetime\n    if df.empty:\n        return df\n    df[\"datetime\"] = pd.to_datetime(df[\"date\"]) + pd.to_timedelta(\n        df[\"periode\"].astype(\"int\") * 15, unit=\"minute\"\n    )\n    df.datetime = df.datetime.dt.tz_localize(\"Europe/Paris\")\n    # Set index\n    df = df.set_index(\"datetime\").drop([\"date\", \"periode\"], axis=1)\n    # Remove invalid granularities\n    df = df[df.granularite == \"Global\"].drop(\"granularite\", axis=1)\n    # Compute values\n    df.value = df.value.replace(\"ND\", math.nan).replace(\"-\", math.nan).astype(\"float\")\n    df[\"zone_key_other\"] = df.v.apply(lambda x: MAP_ZONES[x.split(\"_\")[1]])\n    df[\"zone_key\"] = df.perimetre.apply(lambda k: MAP_ZONES[k])\n    df[\"sorted_zone_keys\"] = df.apply(\n        lambda row: \"->\".join(sorted([row[\"zone_key\"], row[\"zone_key_other\"]])), axis=1\n    )\n\n    # Data comes in for all zones, which means on zone's import\n    # will be another's export. We therefore only keep one of them\n    df = df[\n        df.perimetre\n        == df.sorted_zone_keys.apply(\n            # make sure we only selected rows where `perimetre`\n            # is one of the FR- keys of the pair (to make sure we capture\n            # exchange with neighboring countries)\n            lambda k: [\n                zone_key.replace(\"FR-\", \"\")\n                for zone_key in k.split(\"->\")\n                if \"FR-\" in zone_key\n            ][0]\n        )\n    ]\n    # RTE defines flow in the follow way:\n    # `value` represents flow from `zone_key_other` to `zone_key` (`perimetre`)\n    # We here flip the sign if the alphabetical order requires it\n    # (e.g. if zone_key is not the second key)\n    df[\"net_flow\"] = df.apply(\n        lambda row: (\n            row[\"value\"]\n            if row[\"sorted_zone_keys\"].split(\"->\")[1] == row[\"zone_key\"]\n            else row[\"value\"] * -1\n        ),\n        axis=1,\n    )\n    return df\n\n\ndef format_exchange_df(df, sorted_zone_keys: ZoneKey, logger: Logger):\n    # There can be multiple rows with the same key\n    # (e.g. multiple things lumping into `unknown`)\n    # so we need to group them and sum.\n    if df.empty:\n        return []\n    # Handle exchange overrides, this is temporary until we use all FR subzones\n    new_zone_keys = None\n    if sorted_zone_keys in EXCHANGE_OVERRIDE:\n        zone_key1, zone_key2 = EXCHANGE_OVERRIDE[sorted_zone_keys]\n        new_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    use_zone_key = new_zone_keys or sorted_zone_keys\n\n    df = (\n        df[df.sorted_zone_keys == use_zone_key]\n        .reset_index()\n        .groupby([\"datetime\"])\n        # We use `min_count=1` to make sure at least one non-NaN\n        # value is present to compute a sum.\n        .sum(numeric_only=True, min_count=1)\n    )\n    exchange_list = ExchangeList(logger)\n    for ts, row in df.iterrows():\n        exchange_list.append(\n            zoneKey=sorted_zone_keys,\n            datetime=ts.to_pydatetime(),\n            netFlow=row.net_flow,\n            source=SOURCE,\n        )\n    return exchange_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    session = session or Session()\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    datapoints = format_exchange_df(\n        df=parse_exchange_to_df(query_exchange(session, target_datetime)),\n        sorted_zone_keys=sorted_zone_keys,\n        logger=logger,\n    )\n    return datapoints\n\n\nif __name__ == \"__main__\":\n    session = requests.Session()\n    # target_datetime = datetime.now(tz=ZoneInfo(\"Europe/Paris\"))\n    target_datetime = datetime(2025, 8, 19, 0, 0, 0, tzinfo=ZoneInfo(\"Europe/Paris\"))\n    print(\n        fetch_production(\n            zone_key=\"FR-ARA\", session=session, target_datetime=target_datetime\n        )\n    )\n    print(\n        fetch_exchange(\n            zone_key1=ZoneKey(\"FR-BRE\"),\n            zone_key2=ZoneKey(\"FR-PLO\"),\n            session=session,\n            target_datetime=target_datetime,\n        )\n    )\n    print(\n        fetch_exchange(\n            zone_key1=ZoneKey(\"FR-BRE\"),\n            zone_key2=ZoneKey(\"FR-NOR\"),\n            session=session,\n            target_datetime=target_datetime,\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/EIA.py",
    "content": "#!/usr/bin/env python3\n\"\"\"\nParser for U.S. Energy Information Administration, https://www.eia.gov/ .\n\nAggregates and standardizes data from most of the US ISOs,\nand exposes them via a unified API.\n\nRequires an API key, set in the EIA_KEY environment variable. Get one here:\nhttps://www.eia.gov/opendata/register.php\n\"\"\"\n\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom dateutil import parser\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.types import ZoneKey\n\n# Reverse exchanges need to be multiplied by -1, since they are reported in the opposite direction\nREVERSE_EXCHANGES = [\n    \"US-CA->MX-BC\",\n    \"MX-BC->US-CAL-CISO\",\n    \"CA-SK->US-CENT-SWPP\",\n    \"CA-MB->US-MIDW-MISO\",\n    \"CA-ON->US-MIDW-MISO\",\n    \"CA-QC->US-NE-ISNE\",\n    \"CA-NB->US-NE-ISNE\",\n    \"CA-BC->US-NW-BPAT\",\n    \"CA-AB->US-NW-NWMT\",\n    \"CA-QC->US-NY-NYIS\",\n    \"CA-ON->US-NY-NYIS\",\n    \"MX-NE->US-TEX-ERCO\",\n    \"MX-NO->US-TEX-ERCO\",\n    \"US-SW-PNM->US-SW-SRP\",  # For some reason EBA.SRP-PNM.ID.H exists in EIA, but PNM-SRP does not. Probably because it is unidirectional\n]\n\n# Those threshold correspond to the ranges where the negative values are most likely\n# self consumption and should be set to 0 for production that is being injected into the grid.\nNEGATIVE_PRODUCTION_THRESHOLDS_TYPE = {\n    \"default\": -10,\n    \"coal\": -50,\n    \"gas\": -20,\n    \"solar\": -100,\n    \"wind\": -20,\n    \"unknown\": -50,\n}\n\n# based on https://www.eia.gov/beta/electricity/gridmonitor/dashboard/electric_overview/US48/US48\n# or https://www.eia.gov/opendata/qb.php?category=3390101\n# List includes regions and Balancing Authorities.\nREGIONS = {\n    # Non-US regions - EIA\n    \"MX-BC\": \"CFE\",\n    \"MX-NE\": \"CEN\",\n    \"MX-NO\": \"CFE\",\n    \"CA-SK\": \"SPC\",\n    \"CA-MB\": \"MHEB\",\n    \"CA-ON\": \"IESO\",\n    \"CA-QC\": \"HQT\",\n    \"CA-NB\": \"NBSO\",\n    \"CA-BC\": \"BCHA\",\n    \"CA-AB\": \"AESO\",\n    # New regions - EIA\n    \"US-CAL-BANC\": \"BANC\",  # Balancing Authority Of Northern California\n    \"US-CAL-CISO\": \"CISO\",  # California Independent System Operator\n    \"US-CAL-IID\": \"IID\",  # Imperial Irrigation District\n    \"US-CAL-LDWP\": \"LDWP\",  # Los Angeles Department Of Water And Power\n    \"US-CAL-TIDC\": \"TIDC\",  # Turlock Irrigation District\n    \"US-CAR-CPLE\": \"CPLE\",  # Duke Energy Progress East\n    \"US-CAR-CPLW\": \"CPLW\",  # Duke Energy Progress West\n    \"US-CAR-DUK\": \"DUK\",  # Duke Energy Carolinas\n    \"US-CAR-SC\": \"SC\",  # South Carolina Public Service Authority\n    \"US-CAR-SCEG\": \"SCEG\",  # South Carolina Electric & Gas Company\n    \"US-CAR-YAD\": \"YAD\",  # Alcoa Power Generating, Inc. - Yadkin Division\n    \"US-CENT-SPA\": \"SPA\",  # Southwestern Power Administration\n    \"US-CENT-SWPP\": \"SWPP\",  # Southwest Power Pool\n    \"US-FLA-FMPP\": \"FMPP\",  # Florida Municipal Power Pool\n    \"US-FLA-FPC\": \"FPC\",  # Duke Energy Florida Inc\n    \"US-FLA-FPL\": \"FPL\",  # Florida Power & Light Company\n    \"US-FLA-GVL\": \"GVL\",  # Gainesville Regional Utilities\n    \"US-FLA-HST\": \"HST\",  # City Of Homestead\n    \"US-FLA-JEA\": \"JEA\",  # Jea\n    \"US-FLA-NSB\": \"NSB\",  # Utilities Commission Of New Smyrna Beach, Decomissioned data is directly integrated in another balancing authority\n    # Some solar plants within this zone are operated by Florida Power & Light, therefore on the map the zones got merged.\n    \"US-FLA-SEC\": \"SEC\",  # Seminole Electric Cooperative\n    \"US-FLA-TAL\": \"TAL\",  # City Of Tallahassee\n    \"US-FLA-TEC\": \"TEC\",  # Tampa Electric Company\n    \"US-MIDA-PJM\": \"PJM\",  # Pjm Interconnection, Llc\n    \"US-MIDW-AECI\": \"AECI\",  # Associated Electric Cooperative, Inc.\n    # \"US-MIDW-GLHB\": \"GLHB\",  # GridLiance US-MIDW-GLHB decommissioned no more powerplant\n    \"US-MIDW-LGEE\": \"LGEE\",  # Louisville Gas And Electric Company And Kentucky Utilities\n    \"US-MIDW-MISO\": \"MISO\",  # Midcontinent Independent Transmission System Operator, Inc..\n    \"US-NE-ISNE\": \"ISNE\",  # Iso New England Inc.\n    \"US-NW-AVA\": \"AVA\",  # Avista Corporation\n    \"US-NW-AVRN\": \"AVRN\",  # Avangrid Renewables, LLC, integrated with US-NW-BPAT and US-NW-PACW\n    \"US-NW-BPAT\": \"BPAT\",  # Bonneville Power Administration\n    \"US-NW-CHPD\": \"CHPD\",  # Public Utility District No. 1 Of Chelan County\n    \"US-NW-DOPD\": \"DOPD\",  # Pud No. 1 Of Douglas County\n    \"US-NW-GCPD\": \"GCPD\",  # Public Utility District No. 2 Of Grant County, Washington\n    \"US-NW-GRID\": \"GRID\",  # Gridforce Energy Management, Llc\n    \"US-NW-GWA\": \"GWA\",  # Naturener Power Watch, Llc (Gwa), integrated with US-NW-NWMT\n    \"US-NW-IPCO\": \"IPCO\",  # Idaho Power Company\n    \"US-NW-NEVP\": \"NEVP\",  # Nevada Power Company\n    \"US-NW-NWMT\": \"NWMT\",  # Northwestern Energy (Nwmt)\n    \"US-NW-PACE\": \"PACE\",  # Pacificorp - East\n    \"US-NW-PACW\": \"PACW\",  # Pacificorp - West\n    \"US-NW-PGE\": \"PGE\",  # Portland General Electric Company\n    \"US-NW-PSCO\": \"PSCO\",  # Public Service Company Of Colorado\n    \"US-NW-PSEI\": \"PSEI\",  # Puget Sound Energy\n    \"US-NW-SCL\": \"SCL\",  # Seattle City Light\n    \"US-NW-TPWR\": \"TPWR\",  # City Of Tacoma, Department Of Public Utilities, Light Division\n    \"US-NW-WACM\": \"WACM\",  # Western Area Power Administration - Rocky Mountain Region\n    \"US-NW-WAUW\": \"WAUW\",  # Western Area Power Administration Ugp West\n    \"US-NW-WWA\": \"WWA\",  # Naturener Wind Watch, Llc, integrated with US-NW-NWMT\n    \"US-NY-NYIS\": \"NYIS\",  # New York Independent System Operator\n    \"US-SE-AEC\": \"AEC\",  # Powersouth Energy Cooperative, decomissioned merged with US-SE-SOCO\n    # Though it is unclear which BA took over AEC.\n    \"US-SE-SEPA\": \"SEPA\",  # Southeastern Power Administration\n    \"US-SE-SOCO\": \"SOCO\",  # Southern Company Services, Inc. - Trans\n    \"US-SW-AZPS\": \"AZPS\",  # Arizona Public Service Company\n    \"US-SW-DEAA\": \"DEAA\",  # Arlington Valley, LLC, integrated with US-SW-SRP\n    \"US-SW-EPE\": \"EPE\",  # El Paso Electric Company\n    \"US-SW-GRIF\": \"GRIF\",  # Griffith Energy, Llc, integrated with US-SW-WALC\n    \"US-SW-GRMA\": \"GRMA\",  # Gila River Power, Llc Decommissioned,\n    #  The only gas power plant is owned by US-SW-SRP but there's a PPA with US-SW-AZPS, so it was merged with\n    # US-SW-AZPS https://www.power-technology.com/marketdata/gila-river-power-station-us/\n    \"US-SW-HGMA\": \"HGMA\",  # New Harquahala Generating Company, Llc - Hgba, integrated with US-SW-SRP\n    \"US-SW-PNM\": \"PNM\",  # Public Service Company Of New Mexico\n    \"US-SW-SRP\": \"SRP\",  # Salt River Project\n    \"US-SW-TEPC\": \"TEPC\",  # Tucson Electric Power Company\n    \"US-SW-WALC\": \"WALC\",  # Western Area Power Administration - Desert Southwest Region\n    \"US-TEN-TVA\": \"TVA\",  # Tennessee Valley Authority\n    \"US-TEX-ERCO\": \"ERCO\",  # Electric Reliability Council Of Texas, Inc.\n}\n\nEXCHANGES = {\n    # Exchanges to non-US BAs\n    \"MX-BC->US-CAL-CISO\": \"&facets[fromba][]=CISO&facets[toba][]=CFE\",  # Unable to verify if MX-BC is correct\n    \"CA-SK->US-CENT-SWPP\": \"&facets[fromba][]=SWPP&facets[toba][]=SPC\",\n    \"CA-MB->US-MIDW-MISO\": \"&facets[fromba][]=MISO&facets[toba][]=MHEB\",\n    \"CA-ON->US-MIDW-MISO\": \"&facets[fromba][]=MISO&facets[toba][]=IESO\",\n    \"CA-QC->US-NE-ISNE\": \"&facets[fromba][]=ISNE&facets[toba][]=HQT\",\n    \"CA-NB->US-NE-ISNE\": \"&facets[fromba][]=ISNE&facets[toba][]=NBSO\",\n    \"CA-BC->US-NW-BPAT\": \"&facets[fromba][]=BPAT&facets[toba][]=BCHA\",\n    \"CA-AB->US-NW-NWMT\": \"&facets[fromba][]=NWMT&facets[toba][]=AESO\",\n    \"CA-QC->US-NY-NYIS\": \"&facets[fromba][]=NYIS&facets[toba][]=HQT\",\n    \"CA-ON->US-NY-NYIS\": \"&facets[fromba][]=NYIS&facets[toba][]=IESO\",\n    \"MX-NE->US-TEX-ERCO\": \"&facets[fromba][]=ERCO&facets[toba][]=CEN\",  # Unable to verify if MX-NE is correct\n    \"MX-NO->US-TEX-ERCO\": \"&facets[fromba][]=ERCO&facets[toba][]=CFE\",  # Unable to verify if MX-NO is correct\n    # Exchanges to other US balancing authorities\n    \"US-CAL-BANC->US-NW-BPAT\": \"&facets[fromba][]=BANC&facets[toba][]=BPAT\",\n    \"US-CAL-BANC->US-CAL-CISO\": \"&facets[fromba][]=BANC&facets[toba][]=CISO\",\n    \"US-CAL-BANC->US-CAL-TIDC\": \"&facets[fromba][]=BANC&facets[toba][]=TIDC\",\n    \"US-CAL-CISO->US-SW-AZPS\": \"&facets[fromba][]=CISO&facets[toba][]=AZPS\",\n    \"US-CAL-CISO->US-NW-BPAT\": \"&facets[fromba][]=CISO&facets[toba][]=BPAT\",\n    \"US-CAL-CISO->US-CAL-IID\": \"&facets[fromba][]=CISO&facets[toba][]=IID\",\n    \"US-CAL-CISO->US-CAL-LDWP\": \"&facets[fromba][]=CISO&facets[toba][]=LDWP\",\n    \"US-CAL-CISO->US-NW-NEVP\": \"&facets[fromba][]=CISO&facets[toba][]=NEVP\",\n    \"US-CAL-CISO->US-NW-PACW\": \"&facets[fromba][]=CISO&facets[toba][]=PACW\",\n    \"US-CAL-CISO->US-SW-SRP\": \"&facets[fromba][]=CISO&facets[toba][]=SRP\",\n    \"US-CAL-CISO->US-CAL-TIDC\": \"&facets[fromba][]=CISO&facets[toba][]=TIDC\",\n    \"US-CAL-CISO->US-SW-WALC\": \"&facets[fromba][]=CISO&facets[toba][]=WALC\",\n    \"US-CAL-IID->US-SW-AZPS\": \"&facets[fromba][]=IID&facets[toba][]=AZPS\",\n    \"US-CAL-IID->US-SW-WALC\": \"&facets[fromba][]=IID&facets[toba][]=WALC\",\n    \"US-CAL-LDWP->US-SW-AZPS\": \"&facets[fromba][]=LDWP&facets[toba][]=AZPS\",\n    \"US-CAL-LDWP->US-NW-BPAT\": \"&facets[fromba][]=LDWP&facets[toba][]=BPAT\",\n    \"US-CAL-LDWP->US-NW-NEVP\": \"&facets[fromba][]=LDWP&facets[toba][]=NEVP\",\n    \"US-CAL-LDWP->US-NW-PACE\": \"&facets[fromba][]=LDWP&facets[toba][]=PACE\",\n    \"US-CAL-LDWP->US-SW-WALC\": \"&facets[fromba][]=LDWP&facets[toba][]=WALC\",\n    \"US-CAR-CPLE->US-CAR-YAD\": \"&facets[fromba][]=CPLE&facets[toba][]=YAD\",\n    \"US-CAR-CPLE->US-CAR-DUK\": \"&facets[fromba][]=CPLE&facets[toba][]=DUK\",\n    \"US-CAR-CPLE->US-MIDA-PJM\": \"&facets[fromba][]=CPLE&facets[toba][]=PJM\",\n    \"US-CAR-CPLE->US-CAR-SCEG\": \"&facets[fromba][]=CPLE&facets[toba][]=SCEG\",\n    \"US-CAR-CPLE->US-CAR-SC\": \"&facets[fromba][]=CPLE&facets[toba][]=SC\",\n    \"US-CAR-CPLW->US-CAR-DUK\": \"&facets[fromba][]=CPLW&facets[toba][]=DUK\",\n    \"US-CAR-CPLW->US-MIDA-PJM\": \"&facets[fromba][]=CPLW&facets[toba][]=PJM\",\n    \"US-CAR-CPLW->US-TEN-TVA\": \"&facets[fromba][]=CPLW&facets[toba][]=TVA\",\n    \"US-CAR-DUK->US-CAR-YAD\": \"&facets[fromba][]=DUK&facets[toba][]=YAD\",\n    \"US-CAR-DUK->US-MIDA-PJM\": \"&facets[fromba][]=DUK&facets[toba][]=PJM\",\n    \"US-CAR-DUK->US-CAR-SCEG\": \"&facets[fromba][]=DUK&facets[toba][]=SCEG\",\n    \"US-CAR-DUK->US-CAR-SC\": \"&facets[fromba][]=DUK&facets[toba][]=SC\",\n    \"US-CAR-DUK->US-SE-SEPA\": \"&facets[fromba][]=DUK&facets[toba][]=SEPA\",\n    \"US-CAR-DUK->US-SE-SOCO\": \"&facets[fromba][]=DUK&facets[toba][]=SOCO\",\n    \"US-CAR-DUK->US-TEN-TVA\": \"&facets[fromba][]=DUK&facets[toba][]=TVA\",\n    \"US-CAR-SC->US-CAR-SCEG\": \"&facets[fromba][]=SC&facets[toba][]=SCEG\",\n    \"US-CAR-SC->US-SE-SEPA\": \"&facets[fromba][]=SC&facets[toba][]=SEPA\",\n    \"US-CAR-SC->US-SE-SOCO\": \"&facets[fromba][]=SC&facets[toba][]=SOCO\",\n    \"US-CAR-SCEG->US-SE-SEPA\": \"&facets[fromba][]=SCEG&facets[toba][]=SEPA\",\n    \"US-CAR-SCEG->US-SE-SOCO\": \"&facets[fromba][]=SCEG&facets[toba][]=SOCO\",\n    \"US-CENT-SPA->US-MIDW-AECI\": \"&facets[fromba][]=SPA&facets[toba][]=AECI\",\n    \"US-CENT-SPA->US-MIDW-MISO\": \"&facets[fromba][]=SPA&facets[toba][]=MISO\",\n    \"US-CENT-SPA->US-CENT-SWPP\": \"&facets[fromba][]=SPA&facets[toba][]=SWPP\",\n    \"US-CENT-SWPP->US-MIDW-AECI\": \"&facets[fromba][]=SWPP&facets[toba][]=AECI\",\n    \"US-CENT-SWPP->US-SW-EPE\": \"&facets[fromba][]=SWPP&facets[toba][]=EPE\",\n    \"US-CENT-SWPP->US-TEX-ERCO\": \"&facets[fromba][]=SWPP&facets[toba][]=ERCO\",\n    \"US-CENT-SWPP->US-MIDW-MISO\": \"&facets[fromba][]=SWPP&facets[toba][]=MISO\",\n    \"US-CENT-SWPP->US-NW-PSCO\": \"&facets[fromba][]=SWPP&facets[toba][]=PSCO\",\n    \"US-CENT-SWPP->US-SW-PNM\": \"&facets[fromba][]=SWPP&facets[toba][]=PNM\",\n    \"US-CENT-SWPP->US-NW-WACM\": \"&facets[fromba][]=SWPP&facets[toba][]=WACM\",\n    \"US-CENT-SWPP->US-NW-WAUW\": \"&facets[fromba][]=SWPP&facets[toba][]=WAUW\",\n    \"US-FLA-FMPP->US-FLA-FPC\": \"&facets[fromba][]=FMPP&facets[toba][]=FPC\",\n    \"US-FLA-FMPP->US-FLA-FPL\": \"&facets[fromba][]=FMPP&facets[toba][]=FPL\",\n    \"US-FLA-FMPP->US-FLA-JEA\": \"&facets[fromba][]=FMPP&facets[toba][]=JEA\",\n    \"US-FLA-FMPP->US-FLA-TEC\": \"&facets[fromba][]=FMPP&facets[toba][]=TEC\",\n    \"US-FLA-FPC->US-FLA-TAL\": \"&facets[fromba][]=FPC&facets[toba][]=TAL\",\n    \"US-FLA-FPC->US-FLA-FPL\": \"&facets[fromba][]=FPC&facets[toba][]=FPL\",\n    \"US-FLA-FPC->US-FLA-GVL\": \"&facets[fromba][]=FPC&facets[toba][]=GVL\",\n    \"US-FLA-FPC->US-FLA-SEC\": \"&facets[fromba][]=FPC&facets[toba][]=SEC\",\n    \"US-FLA-FPC->US-SE-SOCO\": \"&facets[fromba][]=FPC&facets[toba][]=SOCO\",\n    \"US-FLA-FPC->US-FLA-TEC\": \"&facets[fromba][]=FPC&facets[toba][]=TEC\",\n    \"US-FLA-FPC->US-FLA-NSB\": \"&facets[fromba][]=FPC&facets[toba][]=NSB\",  # decomissioned NSB zone, merged with FPL, exchange transfered\n    \"US-FLA-FPL->US-FLA-HST\": \"&facets[fromba][]=FPL&facets[toba][]=HST\",\n    \"US-FLA-FPL->US-FLA-GVL\": \"&facets[fromba][]=FPL&facets[toba][]=GVL\",\n    \"US-FLA-FPL->US-FLA-JEA\": \"&facets[fromba][]=FPL&facets[toba][]=JEA\",\n    \"US-FLA-FPL->US-FLA-SEC\": \"&facets[fromba][]=FPL&facets[toba][]=SEC\",\n    \"US-FLA-FPL->US-SE-SOCO\": \"&facets[fromba][]=FPL&facets[toba][]=SOCO\",\n    \"US-FLA-FPL->US-FLA-TEC\": \"&facets[fromba][]=FPL&facets[toba][]=TEC\",\n    #    \"US-FLA-FPL->US-FLA-NSB\": \"&facets[fromba][]=FPL&facets[toba][]=NSB\", decomissioned NSB zone\n    \"US-FLA-JEA->US-FLA-SEC\": \"&facets[fromba][]=JEA&facets[toba][]=SEC\",\n    \"US-FLA-SEC->US-FLA-TEC\": \"&facets[fromba][]=SEC&facets[toba][]=TEC\",\n    \"US-FLA-TAL->US-SE-SOCO\": \"&facets[fromba][]=TAL&facets[toba][]=SOCO\",\n    \"US-MIDA-PJM->US-MIDW-LGEE\": \"&facets[fromba][]=PJM&facets[toba][]=LGEE\",\n    \"US-MIDA-PJM->US-MIDW-MISO\": \"&facets[fromba][]=PJM&facets[toba][]=MISO\",\n    \"US-MIDA-PJM->US-NY-NYIS\": \"&facets[fromba][]=PJM&facets[toba][]=NYIS\",\n    \"US-MIDA-PJM->US-TEN-TVA\": \"&facets[fromba][]=PJM&facets[toba][]=TVA\",\n    \"US-MIDW-AECI->US-MIDW-MISO\": \"&facets[fromba][]=AECI&facets[toba][]=MISO\",\n    \"US-MIDW-AECI->US-TEN-TVA\": \"&facets[fromba][]=AECI&facets[toba][]=TVA\",\n    # \"US-MIDW-GLHB->US-MIDW-LGEE\": \"&facets[fromba][]=GLHB&facets[toba][]=LGEE\", US-MIDW-GLHB decommissioned no more powerplant\n    # \"US-MIDW-GLHB->US-MIDW-MISO\": \"&facets[fromba][]=GLHB&facets[toba][]=MISO\", US-MIDW-GLHB decommissioned no more powerplant\n    # \"US-MIDW-GLHB->US-TEN-TVA\": \"&facets[fromba][]=EEI&facets[toba][]=TVA\", US-MIDW-GLHB decommissioned no more powerplant\n    \"US-MIDW-LGEE->US-MIDW-MISO\": \"&facets[fromba][]=LGEE&facets[toba][]=MISO\",\n    \"US-MIDW-LGEE->US-TEN-TVA\": \"&facets[fromba][]=LGEE&facets[toba][]=TVA\",\n    \"US-MIDW-MISO->US-SE-AEC\": \"&facets[fromba][]=MISO&facets[toba][]=AEC\",  # US-SE-AEC decommissioned, merged with US-SE-SOCO, exchange transfered\n    \"US-MIDW-MISO->US-SE-SOCO\": \"&facets[fromba][]=MISO&facets[toba][]=SOCO\",\n    \"US-MIDW-MISO->US-TEN-TVA\": \"&facets[fromba][]=MISO&facets[toba][]=TVA\",\n    \"US-NE-ISNE->US-NY-NYIS\": \"&facets[fromba][]=ISNE&facets[toba][]=NYIS\",\n    \"US-NW-AVA->US-NW-BPAT\": \"&facets[fromba][]=AVA&facets[toba][]=BPAT\",\n    \"US-NW-AVA->US-NW-IPCO\": \"&facets[fromba][]=AVA&facets[toba][]=IPCO\",\n    \"US-NW-AVA->US-NW-NWMT\": \"&facets[fromba][]=AVA&facets[toba][]=NWMT\",\n    \"US-NW-AVA->US-NW-PACW\": \"&facets[fromba][]=AVA&facets[toba][]=PACW\",\n    \"US-NW-AVA->US-NW-CHPD\": \"&facets[fromba][]=AVA&facets[toba][]=CHPD\",\n    \"US-NW-AVA->US-NW-GCPD\": \"&facets[fromba][]=AVA&facets[toba][]=GCPD\",\n    \"US-NW-BPAT->US-NW-TPWR\": \"&facets[fromba][]=BPAT&facets[toba][]=TPWR\",\n    \"US-NW-BPAT->US-NW-GRID\": \"&facets[fromba][]=BPAT&facets[toba][]=GRID\",\n    \"US-NW-BPAT->US-NW-IPCO\": \"&facets[fromba][]=BPAT&facets[toba][]=IPCO\",\n    \"US-NW-BPAT->US-NW-NEVP\": \"&facets[fromba][]=BPAT&facets[toba][]=NEVP\",\n    \"US-NW-BPAT->US-NW-NWMT\": \"&facets[fromba][]=BPAT&facets[toba][]=NWMT\",\n    \"US-NW-BPAT->US-NW-DOPD\": \"&facets[fromba][]=BPAT&facets[toba][]=DOPD\",\n    \"US-NW-BPAT->US-NW-PACW\": \"&facets[fromba][]=BPAT&facets[toba][]=PACW\",\n    \"US-NW-BPAT->US-NW-PGE\": \"&facets[fromba][]=BPAT&facets[toba][]=PGE\",\n    \"US-NW-BPAT->US-NW-CHPD\": \"&facets[fromba][]=BPAT&facets[toba][]=CHPD\",\n    \"US-NW-BPAT->US-NW-GCPD\": \"&facets[fromba][]=BPAT&facets[toba][]=GCPD\",\n    \"US-NW-BPAT->US-NW-PSEI\": \"&facets[fromba][]=BPAT&facets[toba][]=PSEI\",\n    \"US-NW-BPAT->US-NW-SCL\": \"&facets[fromba][]=BPAT&facets[toba][]=SCL\",\n    \"US-NW-CHPD->US-NW-DOPD\": \"&facets[fromba][]=CHPD&facets[toba][]=DOPD\",\n    \"US-NW-CHPD->US-NW-PSEI\": \"&facets[fromba][]=CHPD&facets[toba][]=PSEI\",\n    \"US-NW-GCPD->US-NW-PACW\": \"&facets[fromba][]=GCPD&facets[toba][]=PACW\",\n    \"US-NW-GCPD->US-NW-PSEI\": \"&facets[fromba][]=GCPD&facets[toba][]=PSEI\",\n    #    \"US-NW-GWA->US-NW-NWMT\": \"&facets[fromba][]=GWA&facets[toba][]=NWMT\", integrated directly with US-NW-NWMT\n    \"US-NW-IPCO->US-NW-NEVP\": \"&facets[fromba][]=IPCO&facets[toba][]=NEVP\",\n    \"US-NW-IPCO->US-NW-NWMT\": \"&facets[fromba][]=IPCO&facets[toba][]=NWMT\",\n    \"US-NW-IPCO->US-NW-PACE\": \"&facets[fromba][]=IPCO&facets[toba][]=PACE\",\n    \"US-NW-IPCO->US-NW-PACW\": \"&facets[fromba][]=IPCO&facets[toba][]=PACW\",\n    \"US-NW-NEVP->US-NW-PACE\": \"&facets[fromba][]=NEVP&facets[toba][]=PACE\",\n    \"US-NW-NEVP->US-SW-WALC\": \"&facets[fromba][]=NEVP&facets[toba][]=WALC\",\n    #    \"US-NW-NWMT->US-NW-WWA\": \"&facets[fromba][]=NWMT&facets[toba][]=WWA\", intergrated directly with US-NW-NWMT\n    \"US-NW-NWMT->US-NW-PACE\": \"&facets[fromba][]=NWMT&facets[toba][]=PACE\",\n    \"US-NW-NWMT->US-NW-WAUW\": \"&facets[fromba][]=NWMT&facets[toba][]=WAUW\",\n    \"US-NW-PACE->US-SW-AZPS\": \"&facets[fromba][]=PACE&facets[toba][]=AZPS\",\n    \"US-NW-PACE->US-NW-PACW\": \"&facets[fromba][]=PACE&facets[toba][]=PACW\",\n    \"US-NW-PACE->US-NW-WACM\": \"&facets[fromba][]=PACE&facets[toba][]=WACM\",\n    \"US-NW-PACW->US-NW-PGE\": \"&facets[fromba][]=PACW&facets[toba][]=PGE\",\n    \"US-NW-PSCO->US-SW-PNM\": \"&facets[fromba][]=PSCO&facets[toba][]=PNM\",\n    \"US-NW-PSCO->US-NW-WACM\": \"&facets[fromba][]=PSCO&facets[toba][]=WACM\",\n    \"US-NW-PSEI->US-NW-TPWR\": \"&facets[fromba][]=PSEI&facets[toba][]=TPWR\",\n    \"US-NW-PSEI->US-NW-SCL\": \"&facets[fromba][]=PSEI&facets[toba][]=SCL\",\n    \"US-NW-WACM->US-SW-AZPS\": \"&facets[fromba][]=WACM&facets[toba][]=AZPS\",\n    \"US-NW-WACM->US-SW-PNM\": \"&facets[fromba][]=WACM&facets[toba][]=PNM\",\n    \"US-NW-WACM->US-SW-WALC\": \"&facets[fromba][]=WACM&facets[toba][]=WALC\",\n    \"US-NW-WACM->US-NW-WAUW\": \"&facets[fromba][]=WACM&facets[toba][]=WAUW\",\n    # \"US-SE-AEC->US-SE-SOCO\": \"&facets[fromba][]=AEC&facets[toba][]=SOCO\", Decommisioned BA\n    \"US-SE-SEPA->US-SE-SOCO\": \"&facets[fromba][]=SEPA&facets[toba][]=SOCO\",\n    \"US-SE-SOCO->US-TEN-TVA\": \"&facets[fromba][]=SOCO&facets[toba][]=TVA\",\n    # \"US-SW-AZPS->US-SW-GRMA\": \"&facets[fromba][]=AZPS&facets[toba][]=GRMA\", , directly integrated in US-SW-AZPS\n    \"US-SW-AZPS->US-SW-PNM\": \"&facets[fromba][]=AZPS&facets[toba][]=PNM\",\n    \"US-SW-AZPS->US-SW-SRP\": \"&facets[fromba][]=AZPS&facets[toba][]=SRP\",\n    \"US-SW-AZPS->US-SW-TEPC\": \"&facets[fromba][]=AZPS&facets[toba][]=TEPC\",\n    \"US-SW-AZPS->US-SW-WALC\": \"&facets[fromba][]=AZPS&facets[toba][]=WALC\",\n    \"US-SW-EPE->US-SW-PNM\": \"&facets[fromba][]=EPE&facets[toba][]=PNM\",\n    \"US-SW-EPE->US-SW-TEPC\": \"&facets[fromba][]=EPE&facets[toba][]=TEPC\",\n    #    \"US-SW-GRIF->US-SW-WALC\": \"&facets[fromba][]=GRIF&facets[toba][]=WALC\", directly integrated in US-WALC\n    #    \"US-SW-HGMA->US-SW-SRP\": \"&facets[fromba][]=HGMA&facets[toba][]=SRP\", directly integrated in US-SW-SRP\n    \"US-SW-PNM->US-SW-TEPC\": \"&facets[fromba][]=PNM&facets[toba][]=TEPC\",\n    \"US-SW-PNM->US-SW-SRP\": \"&facets[fromba][]=SRP&facets[toba][]=PNM\",\n    \"US-SW-SRP->US-SW-TEPC\": \"&facets[fromba][]=SRP&facets[toba][]=TEPC\",\n    \"US-SW-SRP->US-SW-WALC\": \"&facets[fromba][]=SRP&facets[toba][]=WALC\",\n    \"US-SW-TEPC->US-SW-WALC\": \"&facets[fromba][]=TEPC&facets[toba][]=WALC\",\n}\n# Some zones transfer all or part of their productions to another zone.\n# To avoid having multiple small production zones with no consumption,\n# their production is directly integrated into supplied zones according\n# to the supplied percentage.\n\nSC_VIRGIL_OWNERSHIP = 0.3333333\n\nPRODUCTION_ZONES_TRANSFERS = {\n    # key receives production from the dict of keys\n    \"US-SW-SRP\": {\"all\": {\"US-SW-DEAA\": 1.0, \"US-SW-HGMA\": 1.0}},\n    \"US-NW-NWMT\": {\"all\": {\"US-NW-GWA\": 1.0, \"US-NW-WWA\": 1.0}},\n    \"US-SW-WALC\": {\"all\": {\"US-SW-GRIF\": 1.0}},\n    \"US-NW-PACW\": {\"gas\": {\"US-NW-AVRN\": 1.0}},\n    \"US-NW-BPAT\": {\n        \"wind\": {\"US-NW-AVRN\": 1.0},\n    },\n    \"US-CAR-SC\": {\"nuclear\": {\"US-CAR-SCEG\": SC_VIRGIL_OWNERSHIP}},\n    \"US-SE-SOCO\": {\"all\": {\"US-SE-AEC\": 1.0}},\n    \"US-FLA-FPL\": {\"all\": {\"US-FLA-NSB\": 1.0}},\n    \"US-SW-AZPS\": {\"gas\": {\"US-SW-GRMA\": 1.0}},\n}\n\nEXCHANGE_TRANSFERS = {\n    # key receives the exchange from the set of keys\n    \"US-FLA-FPC->US-FLA-FPL\": {\"US-FLA-FPC->US-FLA-NSB\"},\n    \"US-MIDW-MISO->US-SE-SOCO\": {\"US-MIDW-MISO->US-SE-AEC\"},\n}\n\n# Available modes\n# biomass: float | None = None\n# coal: float | None = None\n# gas: float | None = None\n# geothermal: float | None = None\n# hydro: float | None = None\n# nuclear: float | None = None\n# oil: float | None = None\n# solar: float | None = None\n# unknown: float | None = None\n# wind: float | None = None\n# battery_storage: float | None = None\n# hydro_storage: float | None = None\nTYPES = {\n    \"biomass\": \"BM\",\n    \"coal\": \"COL\",\n    \"gas\": \"NG\",\n    \"geothermal\": \"GEO\",\n    \"hydro\": \"WAT\",\n    \"nuclear\": \"NUC\",\n    \"oil\": \"OIL\",\n    \"solar\": \"SUN\",\n    \"unknown\": \"OTH\",\n    \"wind\": \"WND\",\n    \"battery_storage\": \"BAT\",\n    \"hydro_storage\": \"PS\",\n}\n\nBASE_URL = \"https://api.eia.gov/v2/electricity/rto\"\n\nPRODUCTION = (\n    f\"{BASE_URL}/region-data/data/\"\n    \"?data[]=value&facets[respondent][]={}&facets[type][]=NG&frequency=hourly\"\n)\nCONSUMPTION = (\n    f\"{BASE_URL}/region-data/data/\"\n    \"?data[]=value&facets[respondent][]={}&facets[type][]=D&frequency=hourly\"\n)\nCONSUMPTION_FORECAST = (\n    f\"{BASE_URL}/region-data/data/\"\n    \"?data[]=value&facets[respondent][]={}&facets[type][]=DF&frequency=hourly\"\n)\nPRODUCTION_MIX = (\n    f\"{BASE_URL}/fuel-type-data/data/\"\n    \"?data[]=value&facets[respondent][]={}&facets[fueltype][]={}&frequency=hourly\"\n)\nEXCHANGE = f\"{BASE_URL}/interchange-data/data/?data[]=value{{}}&frequency=hourly\"\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    return _fetch_historical(\n        zone_key,\n        PRODUCTION.format(REGIONS[zone_key]),\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    consumption_list = TotalConsumptionList(logger)\n    consumption = _fetch_historical(\n        zone_key,\n        CONSUMPTION.format(REGIONS[zone_key]),\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    for point in consumption:\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=point[\"datetime\"],\n            consumption=point[\"value\"],\n            source=\"eia.gov\",\n        )\n\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    consumptions = TotalConsumptionList(logger)\n    consumption_forecasts = _fetch_forecast(\n        zone_key,\n        CONSUMPTION_FORECAST.format(REGIONS[zone_key]),\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    for forecast in consumption_forecasts:\n        consumptions.append(\n            zoneKey=zone_key,\n            datetime=forecast[\"datetime\"],\n            consumption=forecast[\"value\"],\n            source=\"eia.gov\",\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumptions.to_list()\n\n\ndef create_production_storage(\n    fuel_type: str, production_point: dict[str, float | None], negative_threshold: float\n) -> tuple[ProductionMix | None, StorageMix | None]:\n    \"\"\"Create a production mix or a storage mix from a production point\n    handling the special cases of hydro storage and self consumption\"\"\"\n    production_value = production_point[\"value\"]\n    production_mix = ProductionMix()\n    storage_mix = StorageMix()\n    if production_value is not None and production_value < 0 and fuel_type == \"hydro\":\n        # Negative hydro is reported by some BAs, according to the EIA those are pumped storage.\n        # https://www.eia.gov/electricity/gridmonitor/about\n        storage_mix.add_value(\"hydro\", abs(production_value))\n        return None, storage_mix\n    # production_value > negative_threshold, this is considered to be self consumption and should be reported as 0.\n    # Lower values are set to None as they are most likely outliers.\n\n    # have to have early returns because of downstream validation in ProductionBreakdownList\n    if fuel_type == \"hydro_storage\":\n        storage_mix.add_value(\n            \"hydro\",\n            -production_value if production_value is not None else production_value,\n        )\n        return None, storage_mix\n    elif fuel_type == \"battery_storage\":\n        storage_mix.add_value(\n            \"battery\",\n            -production_value if production_value is not None else production_value,\n        )\n        return None, storage_mix\n    else:\n        production_mix.add_value(\n            fuel_type,\n            production_value,\n            production_value > negative_threshold if bool(production_value) else False,\n        )\n        return production_mix, None\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production_mix(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    all_production_breakdowns: list[ProductionBreakdownList] = []\n    # TODO: We could be smarter in the future and only fetch the expected production types.\n    for production_mode, code in TYPES.items():\n        negative_threshold = NEGATIVE_PRODUCTION_THRESHOLDS_TYPE.get(\n            production_mode, NEGATIVE_PRODUCTION_THRESHOLDS_TYPE[\"default\"]\n        )\n        production_breakdown = ProductionBreakdownList(logger)\n        url_prefix = PRODUCTION_MIX.format(REGIONS[zone_key], code)\n        production_and_storage_values = _fetch_historical(\n            zone_key,\n            url_prefix,\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n        # EIA does not currently split production from the Virgil Summer C\n        # plant across the two owning/ utilizing BAs:\n        # US-CAR-SCEG and US-CAR-SC,\n        # but attributes it all to US-CAR-SCEG\n        # Here we apply a temporary fix for that until EIA properly splits the production\n        # This split can be found in the eGRID data,\n        # https://www.epa.gov/energy/emissions-generation-resource-integrated-database-egrid\n\n        if zone_key == \"US-CAR-SCEG\" and production_mode == \"nuclear\":\n            for point in production_and_storage_values:\n                point.update({\"value\": point[\"value\"] * (1 - SC_VIRGIL_OWNERSHIP)})\n\n        # hardcoded exception for US-SW-AZPS nuclear production : Palo Verde nuclear plant is doucle counted in US-SW-AZPS and US-SW-SRP.\n        # Even though the plant is operated by US-SW-AZPS, the reporting is consistently done by US-SW-SRP on the time period below but also after.\n        # So keep US-SW-SRP nuclear production and set US-SW-AZPS nuclear production to 0.0.\n        if zone_key == \"US-SW-AZPS\" and production_mode == \"nuclear\":\n            first_appearance = datetime(\n                year=2018, month=7, day=1, hour=7, tzinfo=timezone.utc\n            )\n            last_apperance = datetime(\n                year=2019, month=12, day=4, hour=6, tzinfo=timezone.utc\n            )\n            for event in production_and_storage_values:\n                if (\n                    event[\"datetime\"] >= first_appearance\n                    and event[\"datetime\"] <= last_apperance\n                ):\n                    event[\"value\"] = 0.0\n\n        # hardcoded exception\n        # parser is double counting \"geothermal\" and \"unknown\"\n        # we set unknown to 0.0 and keep geothermal as is\n        # see GMM-555 for details\n        if zone_key == \"US-CAL-IID\" and production_mode == \"unknown\":\n            first_appearance = datetime(\n                year=2025, month=1, day=1, hour=8, tzinfo=timezone.utc\n            )\n            last_apperance = datetime(\n                year=2025, month=2, day=12, hour=7, tzinfo=timezone.utc\n            )\n            for event in production_and_storage_values:\n                if (\n                    event[\"datetime\"] >= first_appearance\n                    and event[\"datetime\"] <= last_apperance\n                ):\n                    event[\"value\"] = 0.0\n\n        for point in production_and_storage_values:\n            production_mix, storage_mix = create_production_storage(\n                production_mode, point, negative_threshold\n            )\n            production_breakdown.append(\n                zoneKey=zone_key,\n                datetime=point[\"datetime\"],\n                production=production_mix,\n                storage=storage_mix,\n                source=\"eia.gov\",\n            )\n        all_production_breakdowns.append(production_breakdown)\n        # Integrate the supplier zones in the zones they supply\n\n        supplying_zones = PRODUCTION_ZONES_TRANSFERS.get(zone_key, {})\n        zones_to_integrate = {\n            **supplying_zones.get(\"all\", {}),\n            **supplying_zones.get(production_mode, {}),\n        }\n        for zone, percentage in zones_to_integrate.items():\n            url_prefix = PRODUCTION_MIX.format(REGIONS[zone], code)\n            additional_breakdown = ProductionBreakdownList(logger)\n            additional_production = _fetch_historical(\n                ZoneKey(zone),\n                url_prefix,\n                session=session,\n                target_datetime=target_datetime,\n                logger=logger,\n            )\n            for point in additional_production:\n                point.update({\"value\": point[\"value\"] * percentage})\n                production_mix, storage_mix = create_production_storage(\n                    production_mode, point, negative_threshold\n                )\n                additional_breakdown.append(\n                    zoneKey=zone_key,\n                    datetime=point[\"datetime\"],\n                    production=production_mix,\n                    storage=storage_mix,\n                    source=\"eia.gov\",\n                )\n            all_production_breakdowns.append(additional_breakdown)\n\n    all_production_breakdowns = list(\n        filter(lambda x: len(x.events) > 0, all_production_breakdowns)\n    )\n\n    if len(all_production_breakdowns) == 0:\n        logger.warning(f\"No production mix data found for {zone_key}\")\n        return ProductionBreakdownList(logger).to_list()\n    # Some of the returned mixes could be for older timeframes.\n    # Fx the latest oil data could be 6 months old.\n    # In this case we want to discard the old data as we won't be able to merge it\n    timeframes = [\n        sorted(x.datetime for x in breakdowns.events)\n        for breakdowns in all_production_breakdowns\n        if len(breakdowns.events) > 0\n    ]\n    latest_timeframe = max(timeframes, key=lambda x: x[-1])\n\n    for production_list in all_production_breakdowns:\n        correct_mix = []\n        for production_mix in production_list.events:\n            if production_mix.datetime in latest_timeframe:\n                correct_mix.append(production_mix)\n        production_list.events = correct_mix\n    events = ProductionBreakdownList.merge_production_breakdowns(\n        all_production_breakdowns, logger\n    )\n\n    return events.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    sortedcodes = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    exchange_list = ExchangeList(logger)\n    exchange = _fetch_historical(\n        sortedcodes,\n        url_prefix=EXCHANGE.format(EXCHANGES[sortedcodes]),\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    for point in exchange:\n        exchange_list.append(\n            zoneKey=ZoneKey(point[\"zoneKey\"]),\n            datetime=point[\"datetime\"],\n            netFlow=-point[\"value\"]\n            if sortedcodes in REVERSE_EXCHANGES\n            else point[\"value\"],\n            source=\"eia.gov\",\n        )\n\n    # Integrate remapped exchanges\n    remapped_exchanges = EXCHANGE_TRANSFERS.get(sortedcodes, {})\n    remapped_exchange_list = ExchangeList(logger)\n    for remapped_exchange in remapped_exchanges:\n        exchange = _fetch_historical(\n            ZoneKey(remapped_exchange),\n            url_prefix=EXCHANGE.format(EXCHANGES[remapped_exchange]),\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n        for point in exchange:\n            remapped_exchange_list.append(\n                zoneKey=sortedcodes,\n                datetime=point[\"datetime\"],\n                netFlow=-point[\"value\"]\n                if remapped_exchange in REVERSE_EXCHANGES\n                else point[\"value\"],\n                source=\"eia.gov\",\n            )\n\n    exchange_list = ExchangeList.merge_exchanges(\n        [exchange_list, remapped_exchange_list], logger\n    )\n\n    return exchange_list.to_list()\n\n\ndef _fetch_any(\n    zone_key: ZoneKey,\n    url_prefix: str,\n    start_datetime: datetime,\n    end_datetime: datetime,\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    # get EIA API key\n    API_KEY = get_token(\"EIA_KEY\")\n\n    eia_ts_format = \"%Y-%m-%dT%H\"\n    url = f\"{url_prefix}&api_key={API_KEY}&start={start_datetime.strftime(eia_ts_format)}&end={end_datetime.strftime(eia_ts_format)}\"\n\n    s = session or Session()\n    req = s.get(url)\n    raw_data = req.json()\n    if raw_data.get(\"response\", {}).get(\"data\", None) is None:\n        return []\n    return [\n        {\n            \"zoneKey\": zone_key,\n            \"datetime\": _parse_hourly_interval(datapoint[\"period\"]),\n            \"value\": float(datapoint[\"value\"]) if datapoint[\"value\"] else None,\n            \"source\": \"eia.gov\",\n        }\n        for datapoint in raw_data[\"response\"][\"data\"]\n    ]\n\n\ndef _fetch_historical(\n    zone_key: ZoneKey,\n    url_prefix: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    start, end = None, None\n    if target_datetime:\n        end = target_datetime.astimezone(timezone.utc) + timedelta(hours=1)\n        start = end - timedelta(days=1)\n    else:\n        end = datetime.now(timezone.utc).replace(\n            minute=0, second=0, microsecond=0\n        ) + timedelta(hours=1)\n        start = end - timedelta(hours=72)\n\n    return _fetch_any(zone_key, url_prefix, start, end, session, logger)\n\n\ndef _fetch_forecast(\n    zone_key: ZoneKey,\n    url_prefix: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    LOOKAHEAD = timedelta(days=15)\n\n    start, end = None, None\n    if target_datetime:\n        start = target_datetime.astimezone(timezone.utc).replace(\n            minute=0, second=0, microsecond=0\n        )\n        end = start + LOOKAHEAD\n    else:\n        start = datetime.now(timezone.utc).replace(minute=0, second=0, microsecond=0)\n        end = start + LOOKAHEAD\n\n    return _fetch_any(zone_key, url_prefix, start, end, session, logger)\n\n\ndef _parse_hourly_interval(period: str):\n    interval_end_naive = parser.parse(period)\n\n    # NB: the EIA API can respond with time intervals relative to either UTC\n    # or local-time.  We request UTC times using the 'frequency=hourly'\n    # parameter, meaning that we can attach timezone.utc without performing\n    # any timezone conversion.\n    interval_end = interval_end_naive.replace(tzinfo=timezone.utc)\n\n    # The timestamp given by EIA represents the end of the time interval.\n    # ElectricityMap using another convention,\n    # where the timestamp represents the beginning of the interval.\n    # So we need shift the datetime 1 hour back.\n    return interval_end - timedelta(hours=1)\n\n\nif __name__ == \"__main__\":\n    from pprint import pprint\n\n    # pprint(fetch_production_mix(\"US-NW-NEVP\"))\n    # pprint(fetch_consumption_forecast('US-CAL-CISO'))\n    pprint(\n        fetch_exchange(\n            zone_key1=ZoneKey(\"US-CENT-SWPP\"),\n            zone_key2=ZoneKey(\"CA-SK\"),\n            target_datetime=datetime(2022, 3, 1),\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ELEXON.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nParser that uses the ELEXON API to return the following data types.\n\nProduction\nExchanges\n\nDocumentation:\nhttps://bscdocs.elexon.co.uk/guidance-notes/bmrs-api-and-data-push-user-guide\n\"\"\"\n\nimport re\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nELEXON_API_ENDPOINT = \"https://data.elexon.co.uk/bmrs/api/v1\"\nELEXON_URLS = {\n    \"production_fuelhh\": \"/\".join((ELEXON_API_ENDPOINT, \"datasets/FUELINST/stream\")),\n    \"exchange\": \"/\".join((ELEXON_API_ENDPOINT, \"generation/outturn/interconnectors\")),\n    \"balancing\": \"/\".join((ELEXON_API_ENDPOINT, \"balancing/physical\")),\n    \"actual_load\": \"/\".join(\n        (ELEXON_API_ENDPOINT, \"datasets/ATL/stream\")\n    ),  # B0610 - Actual Total Load https://bmrs.elexon.co.uk/api-documentation/endpoint/datasets/ATL\n}\nELEXON_START_DATE = datetime(\n    2019, 1, 1, tzinfo=timezone.utc\n)  # ELEXON API only has data from 2019-01-01\nELEXON_SOURCE = \"elexon.co.uk\"\nESO_NATIONAL_GRID_ENDPOINT = \"https://api.neso.energy/api/3/action/datastore_search_sql\"\nESO_SOURCE = \"nationalgrideso.com\"\n\n# A specific report to query most recent data (within 1 month time span + forecast ahead)\nESO_DEMAND_DATA_UPDATE_ID = \"177f6fa4-ae49-4182-81ea-0c6b35f26ca6\"\n\n# 'hydro' key is for hydro production\n# 'hydro storage' key is for hydro storage\nRESOURCE_TYPE_TO_FUEL = {\n    \"Biomass\": \"biomass\",\n    \"Fossil Gas\": \"gas\",\n    \"Fossil Hard coal\": \"coal\",\n    \"Fossil Oil\": \"oil\",\n    \"Hydro Pumped Storage\": \"hydro storage\",\n    \"Hydro Run-of-river and poundage\": \"hydro\",\n    \"Nuclear\": \"nuclear\",\n    \"Solar\": \"solar\",\n    \"Wind Onshore\": \"wind\",\n    \"Wind Offshore\": \"wind\",\n    \"Other\": \"unknown\",\n}\n# Mapping is ordered to match the FUELINST output file as there's no header.\nFUEL_INST_MAPPING = {\n    \"CCGT\": \"gas\",\n    \"OIL\": \"oil\",\n    \"COAL\": \"coal\",\n    \"NUCLEAR\": \"nuclear\",\n    \"WIND\": \"wind\",\n    \"PS\": \"solar\",\n    \"NPSHYD\": \"hydro\",\n    \"OCGT\": \"gas\",\n    \"OTHER\": \"unknown\",\n    \"INTFR\": \"exchange\",  # IFA (France)\n    \"INTIRL\": \"exchange\",  # Northen Ireland\n    \"INTGRNL\": \"exchange\",  # Greenlink (Ireland)\n    \"INTNED\": \"exchange\",  # BritNed (Netherlands)\n    \"INTEW\": \"exchange\",  # East West (Ireland)\n    \"BIOMASS\": \"biomass\",\n    \"INTNEM\": \"exchange\",  # Nemolink (Belgium)\n    \"INTELEC\": \"exchange\",  # Eleclink (France)\n    \"INTIFA2\": \"exchange\",  # IFA2 (France)\n    \"INTNSL\": \"exchange\",  # North Sea Link (Norway)\n    \"INTVKL\": \"exchange\",  # Viking Link (Denmark)\n}\n\nESO_FUEL_MAPPING = {\n    \"EMBEDDED_WIND_GENERATION\": \"wind\",\n    \"EMBEDDED_SOLAR_GENERATION\": \"solar\",\n    \"PUMP_STORAGE_PUMPING\": \"hydro storage\",\n}\n\nZONEKEY_TO_INTERCONNECTOR = {\n    \"BE->GB\": [\"Belgium (Nemolink)\"],\n    \"DK-DK1->GB\": [\"Denmark (Viking link)\"],\n    \"FR->GB\": [\"Eleclink (INTELEC)\", \"France(IFA)\", \"IFA2 (INTIFA2)\"],\n    \"GB->GB-NIR\": [\"Northern Ireland(Moyle)\"],\n    \"GB->IE\": [\"Ireland(East-West)\", \"Ireland (Greenlink)\"],\n    \"GB->NL\": [\"Netherlands(BritNed)\"],\n    \"GB->NO-NO2\": [\"North Sea Link (INTNSL)\"],\n}\n\n# Change direction of exchange for connectors where data is from Elexon and zonekey \"GB->*\". Due to Elexon showing wrt UK\nEXHANGE_KEY_IS_IMPORT = {\n    \"BE->GB\": False,\n    \"DK-DK1->GB\": False,\n    \"FR->GB\": False,\n    \"GB->GB-NIR\": False,\n    \"GB->IE\": True,\n    \"GB->NL\": True,\n    \"GB->NO-NO2\": False,\n}\n\n\ndef zulu_to_utc(datetime_str: str) -> str:\n    return datetime_str.replace(\"Z\", \"+00:00\")\n\n\ndef query_elexon(url: str, session: Session, params: dict) -> list | dict:\n    r: Response = session.get(url, params=params)\n    if not r.ok:\n        raise ParserException(\n            parser=\"ELEXON\",\n            message=f\"Error fetching data: {r.status_code} {r.reason}\",\n        )\n    return r.json()\n\n\ndef parse_datetime(\n    settlementDate: str | None, settlementPeriod: int | None\n) -> datetime:\n    if settlementDate is None or settlementPeriod is None:\n        raise ParserException(\n            parser=\"ELEXON\",\n            message=\"Error fetching data: settlementDate or settlementPeriod is None\",\n        )\n    parsed_datetime = datetime.strptime(settlementDate, \"%Y-%m-%d\")\n    parsed_datetime += timedelta(hours=(settlementPeriod - 1) / 2)\n    return parsed_datetime.replace(tzinfo=timezone.utc)\n\n\ndef query_IM_exchange(\n    session: Session, target_datetime: datetime, logger: Logger\n) -> ExchangeList:\n    \"\"\"\n    Fetches balancing mechanism data from the ELEXON API.\n    This is used to get the imbalance quantity for the GB->IM interconnector.\n    \"\"\"\n    bm_unit = \"MANXENR-1\"\n    balancing_params = {\n        \"bmUnit\": bm_unit,\n        \"dataset\": \"PN\",  # Physical data\n        \"from\": (target_datetime - timedelta(days=2)).strftime(\"%Y-%m-%d\"),\n        \"to\": (target_datetime + timedelta(days=1)).strftime(\"%Y-%m-%d\"),\n    }\n    balancing_data = query_elexon(ELEXON_URLS[\"balancing\"], session, balancing_params)\n\n    exchange_list = ExchangeList(logger)\n    if isinstance(balancing_data, dict):\n        for event in balancing_data.get(\"data\", []):\n            event_datetime = datetime.fromisoformat(\n                event[\"timeFrom\"].replace(\"Z\", \"+00:00\")\n            )\n            exchange_list.append(\n                zoneKey=ZoneKey(\"GB->IM\"),\n                netFlow=event.get(\"levelFrom\") * -1,\n                source=ELEXON_SOURCE,\n                datetime=event_datetime,\n            )\n    return exchange_list\n\n\ndef get_event_value(event: dict[str, Any], key: str) -> float | None:\n    value = event.get(key)\n    if value is not None:\n        return float(value)\n\n\ndef parse_production(\n    production_data: list[dict[str, Any]], logger: Logger, dataset: str\n) -> ProductionBreakdownList:\n    \"\"\"Parses production events from the ELEXON API. This function is used for the B1620 data or the FUELHH data.\"\"\"\n    dataset_info = {\n        \"B1620\": {\n            \"mode_mapping\": RESOURCE_TYPE_TO_FUEL,\n            \"mode_key\": \"psrType\",\n            \"quantity_key\": \"quantity\",\n        },\n        \"FUELHH\": {\n            \"mode_mapping\": FUEL_INST_MAPPING,\n            \"mode_key\": \"fuelType\",\n            \"quantity_key\": \"generation\",\n        },\n    }\n\n    mode_mapping = dataset_info[dataset][\"mode_mapping\"]\n    mode_key = dataset_info[dataset][\"mode_key\"]\n    quantity_key = dataset_info[dataset][\"quantity_key\"]\n\n    all_production_breakdowns: list[ProductionBreakdownList] = []\n\n    for event in production_data:\n        production_breakdown = ProductionBreakdownList(logger=logger)\n        event_datetime_str = event.get(\"startTime\")\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n\n        production_mode = mode_mapping[event.get(mode_key)]\n\n        if production_mode == \"exchange\":\n            continue\n\n        if production_mode == \"hydro storage\":\n            storage_value = get_event_value(event, quantity_key)\n            if storage_value is not None:\n                storage_mix.add_value(\"hydro\", -1 * storage_value)\n\n        else:\n            production_value = get_event_value(event, quantity_key)\n            production_mix.add_value(\n                production_mode, production_value, correct_negative_with_zero=True\n            )\n        if event_datetime_str:\n            event_datetime = datetime.fromisoformat(zulu_to_utc(event_datetime_str))\n            production_breakdown.append(\n                zoneKey=ZoneKey(\"GB\"),\n                production=production_mix,\n                storage=storage_mix,\n                source=ELEXON_SOURCE,\n                datetime=event_datetime,\n            )\n\n        all_production_breakdowns.append(production_breakdown)\n    events = ProductionBreakdownList.merge_production_breakdowns(\n        all_production_breakdowns, logger\n    )\n    return events\n\n\ndef _create_eso_historical_demand_index(session: Session) -> dict[int, str]:\n    \"\"\"Get the ids of all historical_demand_data reports\"\"\"\n    index = {}\n    response = session.get(\n        \"https://data.nationalgrideso.com/demand/historic-demand-data/datapackage.json\"\n    )\n    data = response.json()\n    pattern = re.compile(r\"historic_demand_data_(?P<year>\\d+)\")\n    for resource in data.get(\"result\").get(\"resources\"):\n        match = pattern.match(resource[\"name\"])\n        if match is not None:\n            index[int(match[\"year\"])] = resource[\"id\"]\n    return index\n\n\ndef query_additional_eso_data(\n    target_datetime: datetime, session: Session\n) -> list[dict[str, Any]]:\n    \"\"\"Fetches embedded wind and solar and hydro storage data from the ESO API.\"\"\"\n    begin = (target_datetime - timedelta(days=2)).strftime(\"%Y-%m-%d\")\n    end = (target_datetime).strftime(\"%Y-%m-%d\")\n    if target_datetime > (datetime.now(tz=timezone.utc) - timedelta(days=30)):\n        report_id = ESO_DEMAND_DATA_UPDATE_ID\n    else:\n        index = _create_eso_historical_demand_index(session)\n        report_id = index[target_datetime.year]\n    params = {\n        \"sql\": f'''SELECT * FROM \"{report_id}\" WHERE \"SETTLEMENT_DATE\" BETWEEN '{begin}' AND '{end}' ORDER BY \"SETTLEMENT_DATE\"'''\n    }\n    response = session.get(ESO_NATIONAL_GRID_ENDPOINT, params=params)\n    eso_data = response.json()[\"result\"][\"records\"]\n    return eso_data\n\n\ndef parse_eso_production(\n    production_data: list[dict[str, Any]], logger: Logger\n) -> ProductionBreakdownList:\n    all_production_breakdowns: list[ProductionBreakdownList] = []\n    for event in production_data:\n        production_breakdown = ProductionBreakdownList(logger=logger)\n        event_datetime = parse_datetime(\n            event.get(\"SETTLEMENT_DATE\"), event.get(\"SETTLEMENT_PERIOD\")\n        )\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n        for production_mode in ESO_FUEL_MAPPING:\n            if ESO_FUEL_MAPPING[production_mode] == \"hydro storage\":\n                storage_value = get_event_value(event, production_mode)\n                if storage_value:\n                    storage_mix.add_value(\"hydro\", event.get(production_mode))\n            else:\n                production_value = get_event_value(event, production_mode)\n                if production_value:\n                    production_mix.add_value(\n                        ESO_FUEL_MAPPING[production_mode],\n                        event.get(production_mode),\n                        correct_negative_with_zero=True,\n                    )\n        production_breakdown.append(\n            zoneKey=ZoneKey(\"GB\"),\n            production=production_mix,\n            storage=storage_mix,\n            source=ESO_SOURCE,\n            datetime=event_datetime,\n        )\n\n        all_production_breakdowns.append(production_breakdown)\n    events = ProductionBreakdownList.merge_production_breakdowns(\n        all_production_breakdowns, logger\n    )\n    return events\n\n\ndef parse_eso_hydro_storage(\n    eso_data: list[dict[str, Any]], logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"Parses only hydro storage data from the ESO API. This data will be merged with the B1620 data\"\"\"\n    storage_breakdown = ProductionBreakdownList(logger=logger)\n    for event in eso_data:\n        event_datetime = parse_datetime(\n            event.get(\"SETTLEMENT_DATE\"), event.get(\"SETTLEMENT_PERIOD\")\n        )\n        storage_mix = StorageMix()\n        storage_value = get_event_value(event, \"PUMP_STORAGE_PUMPING\")\n        storage_mix.add_value(\"hydro\", storage_value)\n        storage_breakdown.append(\n            zoneKey=ZoneKey(\"GB\"),\n            storage=storage_mix,\n            source=ESO_SOURCE,\n            datetime=event_datetime,\n        )\n    return storage_breakdown\n\n\ndef query_production_fuelhh(\n    session: Session, target_datetime: datetime, logger: Logger\n) -> list[dict[str, Any]]:\n    \"\"\"Fetches production data from the FUELHH endpoint.\n    This endpoint provides the half-hourly generation outturn (Generation By Fuel type)\n    to give our users an indication of the generation outturn for Great Britain.\n    The data is aggregated by Fuel Type category and updated at 30-minute intervals\n    with average MW values over 30 minutes for each category.\"\"\"\n    params = {\n        \"settlementDateFrom\": (target_datetime - timedelta(days=1)).strftime(\n            \"%Y-%m-%d\"\n        ),\n        \"settlementDateTo\": target_datetime.strftime(\"%Y-%m-%d\"),\n        \"format\": \"json\",\n    }\n\n    fuelhh_data = query_elexon(ELEXON_URLS[\"production_fuelhh\"], session, params)\n\n    return fuelhh_data if isinstance(fuelhh_data, list) else []\n\n\ndef query_and_merge_production_fuelhh_and_eso(\n    session: Session, target_datetime: datetime, logger: Logger\n) -> ProductionBreakdownList:\n    events_fuelhh = query_production_fuelhh(session, target_datetime, logger)\n    parsed_events_fuelhh = parse_production(events_fuelhh, logger, \"FUELHH\")\n    events_eso = query_additional_eso_data(target_datetime, session)\n    parsed_events_eso = parse_eso_production(events_eso, logger)\n\n    merged_events = ProductionBreakdownList.merge_production_breakdowns(\n        [parsed_events_fuelhh, parsed_events_eso], logger, matching_timestamps_only=True\n    )\n    return merged_events\n\n\n# TODO: Why are we using this other endpoint instead of FUELINST that also have this data?\ndef query_exchange(\n    zone_key: ZoneKey, session: Session, target_datetime: datetime, logger: Logger\n) -> ExchangeList:\n    all_exchanges: list[ExchangeList] = []\n    for interconnector in ZONEKEY_TO_INTERCONNECTOR[zone_key]:\n        exchange_params = {\n            \"settlementDateFrom\": (target_datetime - timedelta(days=2)).strftime(\n                \"%Y-%m-%d\"\n            ),\n            \"settlementDateTo\": target_datetime.strftime(\"%Y-%m-%d\"),\n            \"interconnectorName\": interconnector,\n            \"format\": \"json\",\n        }\n        data = query_elexon(ELEXON_URLS[\"exchange\"], session, exchange_params)\n        exchange_data = data.get(\"data\", []) if isinstance(data, dict) else []\n\n        if EXHANGE_KEY_IS_IMPORT.get(zone_key):\n            for event in exchange_data:\n                event[\"generation\"] = -1 * event[\"generation\"]\n\n        if not exchange_data:\n            raise ParserException(\n                parser=\"ELEXON.py\",\n                message=f\"No exchange data found for {target_datetime.date()}\",\n            )\n        for event in exchange_data:\n            exchange_list = ExchangeList(logger)\n            event_datetime_str = event.get(\"startTime\")\n            if event_datetime_str:\n                event_datetime = datetime.fromisoformat(zulu_to_utc(event_datetime_str))\n                exchange_list.append(\n                    zoneKey=zone_key,\n                    netFlow=event.get(\"generation\"),\n                    source=ELEXON_SOURCE,\n                    datetime=event_datetime,\n                )\n            all_exchanges.append(exchange_list)\n    return ExchangeList.merge_exchanges(all_exchanges, logger)\n\n\ndef query_actual_demand(\n    session: Session, target_datetime: datetime, logger: Logger\n) -> list[dict[str, Any]]:\n    \"\"\"Fetches actual electrical demand data from the ATL (Actual Total Load) endpoint.\"\"\"\n    params = {\n        \"publishDateTimeFrom\": (target_datetime - timedelta(days=1)).strftime(\n            \"%Y-%m-%dT%H:%M:%SZ\"\n        ),\n        \"publishDateTimeTo\": target_datetime.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n        \"format\": \"json\",\n    }\n\n    demand_data = query_elexon(ELEXON_URLS[\"actual_load\"], session, params)\n    return demand_data if isinstance(demand_data, list) else []\n\n\ndef parse_demand_data(\n    demand_data: list[dict[str, Any]], logger: Logger\n) -> TotalConsumptionList:\n    \"\"\"Parses demand data from the ELEXON API.\"\"\"\n    consumption_list = TotalConsumptionList(logger=logger)\n\n    for event in demand_data:\n        event_datetime_str = event.get(\"startTime\")\n        consumption_value = get_event_value(\n            event, \"quantity\"\n        )  # or whatever the demand field is called\n\n        if event_datetime_str and consumption_value is not None:\n            event_datetime = datetime.fromisoformat(zulu_to_utc(event_datetime_str))\n            consumption_list.append(\n                zoneKey=ZoneKey(\"GB\"),\n                consumption=consumption_value,\n                source=ELEXON_SOURCE,\n                datetime=event_datetime,\n            )\n    return consumption_list\n\n\n@refetch_frequency(timedelta(hours=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"GB\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    else:\n        target_datetime = target_datetime.astimezone(timezone.utc)\n\n    if target_datetime < ELEXON_START_DATE:\n        raise ParserException(\n            parser=\"ELEXON.py\",\n            message=f\"Demand data is not available before {ELEXON_START_DATE.date()}\",\n        )\n    demand_data = query_actual_demand(session, target_datetime, logger)\n    parsed_demand = parse_demand_data(demand_data, logger)\n    if not parsed_demand:\n        raise ParserException(\n            parser=\"ELEXON.py\",\n            message=f\"No demand data found for {target_datetime.date()}\",\n        )\n    return parsed_demand.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    session = session or Session()\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n\n    if target_datetime.tzinfo is None:\n        target_datetime = target_datetime.replace(tzinfo=timezone.utc)\n\n    exchangeKey = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    if target_datetime < ELEXON_START_DATE:\n        raise ParserException(\n            parser=\"ELEXON.py\",\n            message=f\"Production data is not available before {ELEXON_START_DATE.date()}\",\n        )\n    exchange_data = (\n        query_exchange(exchangeKey, session, target_datetime, logger)\n        if exchangeKey != \"GB->IM\"\n        else query_IM_exchange(session, target_datetime, logger)\n    )\n\n    return exchange_data.to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"GB\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    else:\n        target_datetime = target_datetime.astimezone(timezone.utc)\n\n    if target_datetime < ELEXON_START_DATE:\n        raise ParserException(\n            parser=\"ELEXON.py\",\n            message=f\"Production data is not available before {ELEXON_START_DATE.date()}\",\n        )\n\n    data = query_and_merge_production_fuelhh_and_eso(session, target_datetime, logger)\n    eso_data = query_additional_eso_data(target_datetime, session)\n    parsed_hydro_storage_data = parse_eso_hydro_storage(eso_data, logger)\n\n    return ProductionBreakdownList.merge_production_breakdowns(\n        [data, parsed_hydro_storage_data],\n        logger,\n        matching_timestamps_only=True,\n    ).to_list()\n\n\ndef validate_bmrs_data(data: ProductionBreakdownList):\n    \"\"\"Check if the PowerProductionBreakdown event contains a full power breakdown or just wind and solar or if data is missing.\"\"\"\n    if not data:\n        return False\n    available_production_modes = []\n    for event in data.to_list():\n        available_production_modes += [*event[\"production\"].keys()]\n    return \"gas\" in set(available_production_modes)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ENERCAL.py",
    "content": "import json\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.exceptions import ParserException\n\nTZ = ZoneInfo(\"Pacific/Noumea\")\n\nSOURCE = \"enercal.nc\"\n\nINDEX_TO_TYPE_MAP = {0: \"solar\", 1: \"hydro\", 2: \"wind\", 3: \"coal\", 4: \"oil\"}\n\n\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n\n    if target_datetime and target_datetime.tzinfo is None:\n        target_datetime = target_datetime.replace(tzinfo=TZ)\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TZ)\n\n    # No data since 2024-06-30, but the API is still working\n    data = session.get(\n        \"https://www.enercal.nc/wp-content/themes/enercal/ajax-e-co2.php\",\n        params={\"date_day\": target_datetime.strftime(\"%Y-%m-%d\")},\n    ).json()\n\n    production = ProductionBreakdownList(logger)\n\n    # Reformat data to native values\n    mix = [json.loads(m) for m in data[\"mix\"]]\n    time = json.loads(data[\"time\"][0])\n    prettyTime = json.loads(data[\"prettyTime\"][0])\n\n    if not time:\n        raise ParserException(\n            \"ENERCAL.py\",\n            f\"This parser cannot retrieve data for: {target_datetime}\",\n            ZoneKey(\"NC\"),\n        )\n\n    # Reformat the data to add key value pairs instead of using index values.\n    production_data = []\n    for i in range(len(time)):\n        production_entry = {}\n        for index, type_name in INDEX_TO_TYPE_MAP.items():\n            production_entry[type_name] = mix[index][i]\n        production_data.append(production_entry)\n\n    # Use zip to ensure the same length of the data and make it easier to loop over\n    zipped_data = zip(production_data, time, prettyTime, strict=True)\n\n    for production_entry, time, prettyTime in zipped_data:\n        production_mix = ProductionMix()\n        for production_mode, production_value in production_entry.items():\n            production_mix.add_value(production_mode, production_value)\n        date_time = datetime.strptime(f\"{time}:{prettyTime}\", \"%Y-%m-%d:%H\").replace(\n            tzinfo=TZ\n        )\n        production.append(\n            zoneKey=ZoneKey(\"NC\"),\n            datetime=date_time,\n            production=production_mix,\n            source=SOURCE,\n        )\n\n    return production.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ENTE.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\n\n# This parser gets all real time interconnection flows from the\n# Central American Electrical Interconnection System (SIEPAC).\n\n# map for reference\n# https://www.enteoperador.org/flujos-regionales-en-tiempo-real/\n\nDATA_URL = \"https://mapa.enteoperador.org/WebServiceScadaEORRest/webresources/generic\"\n\nTIMEZONE = ZoneInfo(\"America/Tegucigalpa\")\n\nJSON_MAPPING = {\n    \"GT->MX\": \"2LBR.LT400.1FR2-2LBR-01A.-.MW\",\n    \"GT->MX-OR\": \"2LBR.LT400.1FR2-2LBR-01A.-.MW\",\n    \"GT->SV\": \"3SISTEMA.LT230.INTER_NET_GT.CMW.MW\",\n    \"GT->HN\": \"4LEC.LT230.2FR4-4LEC-01B.-.MW\",\n    \"HN->SV\": \"3SISTEMA.LT230.INTER_NET_HO.CMW.MW\",\n    \"HN->NI\": \"5SISTEMA.LT230.INTER_NET_HN.CMW.MW\",\n    \"CR->NI\": \"5SISTEMA.LT230.INTER_NET_CR.CMW.MW\",\n    \"CR->PA\": \"6SISTEMA.LT230.INTER_NET_PAN.CMW.MW\",\n}\n\n\ndef floor_to_minute(dt: datetime) -> datetime:\n    return dt.replace(second=0, microsecond=0)\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"HN\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    r = session or Session()\n    response = r.get(DATA_URL).json()\n\n    # Total production data for HN from the ENTE-data is the 57th element in the JSON ('4SISTEMA.GTOT.OSYMGENTOTR.-.MW')\n    production = round(response[56][\"value\"], 1)\n\n    dt = floor_to_minute(datetime.now(tz=TIMEZONE))\n\n    production_list = ProductionBreakdownList(logger)\n    production_list.append(\n        zoneKey=zone_key,\n        datetime=dt,\n        production=ProductionMix(unknown=production),\n        source=\"enteoperador.org\",\n    )\n\n    return production_list.to_list()\n\n\ndef extract_exchange(raw_data, exchange) -> float | None:\n    \"\"\"Extracts flow value and direction for a given exchange.\"\"\"\n    search_value = JSON_MAPPING[exchange]\n\n    interconnection = None\n    for datapoint in raw_data:\n        if datapoint[\"nombre\"] == search_value:\n            interconnection = float(datapoint[\"value\"])\n\n    if interconnection is None:\n        return None\n\n    # positive and negative flow directions do not always correspond to EM ordering of exchanges\n    if exchange in [\"GT->SV\", \"GT->HN\", \"HN->SV\", \"CR->NI\", \"HN->NI\"]:\n        interconnection *= -1\n\n    return interconnection\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Gets an exchange pair from the SIEPAC system.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    sorted_zones = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    if sorted_zones not in JSON_MAPPING:\n        raise NotImplementedError(\"This exchange is not implemented.\")\n\n    s = session or Session()\n\n    raw_data = s.get(DATA_URL).json()\n    flow = round(extract_exchange(raw_data, sorted_zones), 1)\n    dt = floor_to_minute(datetime.now(tz=TIMEZONE))\n\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        zoneKey=ZoneKey(sorted_zones),\n        datetime=dt,\n        netFlow=flow,\n        source=\"enteoperador.org\",\n    )\n\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production(HN) ->\")\n    print(fetch_production())\n    print(\"fetch_exchange(CR, PA) ->\")\n    print(fetch_exchange(\"CR\", \"PA\"))\n    print(\"fetch_exchange(CR, NI) ->\")\n    print(fetch_exchange(\"CR\", \"NI\"))\n    print(\"fetch_exchange(HN, NI) ->\")\n    print(fetch_exchange(\"HN\", \"NI\"))\n    print(\"fetch_exchange(GT, MX) ->\")\n    print(fetch_exchange(\"GT\", \"MX\"))\n    print(\"fetch_exchange(GT, SV) ->\")\n    print(fetch_exchange(\"GT\", \"SV\"))\n    print(\"fetch_exchange(GT, HN) ->\")\n    print(fetch_exchange(\"GT\", \"HN\"))\n    print(\"fetch_exchange(HN, SV) ->\")\n    print(fetch_exchange(\"HN\", \"SV\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ENTSOE.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nParser that uses the ENTSOE API to return the following data types.\n\nConsumption\nProduction\nExchanges\nExchange Forecast\nDay-ahead Price\nGeneration Forecast\nConsumption Forecast\n\nLink to the API documentation:\nhttps://documenter.getpostman.com/view/7009892/2s93JtP3F6\n\"\"\"\n\nfrom collections.abc import Generator, Iterable\nfrom dataclasses import dataclass\nfrom datetime import datetime, timedelta, timezone\nfrom enum import Enum\nfrom functools import cache, lru_cache\nfrom itertools import chain, groupby, pairwise\nfrom logging import Logger, getLogger\nfrom operator import attrgetter, itemgetter\nfrom re import fullmatch\nfrom typing import Any, Literal, NamedTuple\n\nfrom bs4 import BeautifulSoup, SoupStrainer\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeCapacityList,\n    ExchangeList,\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import (\n    ProductionModes,\n    StorageModes,\n    refetch_frequency,\n)\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.parsers.lib.utils import get_token\n\nSOURCE = \"entsoe.eu\"\n\nENTSOE_URL = \"https://entsoe-proxy-jfnx5klx2a-ew.a.run.app\"\n\nDEFAULT_LOOKBACK_HOURS_REALTIME = timedelta(hours=72)\nDEFAULT_TARGET_HOURS_REALTIME = (-DEFAULT_LOOKBACK_HOURS_REALTIME, timedelta(hours=0))\nDEFAULT_TARGET_HOURS_FORECAST = (-timedelta(hours=24), timedelta(hours=48))\nEXCHANGE_CAPACITY_TARGET_DAYS_FORECAST_DAY_AHEAD = (\n    -timedelta(days=2),\n    timedelta(days=7),\n)\nEXCHANGE_CAPACITY_TARGET_DAYS_FORECAST_WEEK_AND_MONTH_AHEAD = (\n    -timedelta(days=7),\n    timedelta(days=30),\n)\n\n# SoupStrainer instances for efficient XML parsing\n# Only parse the elements we care about in each context\nSTRAINER_TIMESERIES = SoupStrainer(\"timeseries\")\nSTRAINER_TEXT = SoupStrainer(\"text\")\n\n\n# TODO: Switch this to a string enum when we migrate to Python 3.11\nclass EntsoeTypeEnum(str, Enum):\n    DAY_AHEAD = \"A01\"\n    WEEK_AHEAD = \"A02\"\n    MONTH_AHEAD = \"A03\"\n    YEAR_AHEAD = \"A04\"\n    INTRADAY_PRICE = \"A07\"\n    TOTAL = \"A05\"\n    INTRADAY = \"A40\"\n    CURRENT = \"A18\"\n\n    def __str__(self) -> str:\n        return self.value\n\n\nclass EntsoeDocumentTypeEnum(str, Enum):\n    ESTIMATED_NET_TRANSFER_CAPACITY = \"A61\"\n\n\nENTSOE_PARAMETER_DESC = {\n    \"B01\": \"Biomass\",\n    \"B02\": \"Fossil Brown coal/Lignite\",\n    \"B03\": \"Fossil Coal-derived gas\",\n    \"B04\": \"Fossil Gas\",\n    \"B05\": \"Fossil Hard coal\",\n    \"B06\": \"Fossil Oil\",\n    \"B07\": \"Fossil Oil shale\",\n    \"B08\": \"Fossil Peat\",\n    \"B09\": \"Geothermal\",\n    \"B10\": \"Hydro Pumped Storage\",\n    \"B11\": \"Hydro Run-of-river and poundage\",\n    \"B12\": \"Hydro Water Reservoir\",\n    \"B13\": \"Marine\",\n    \"B14\": \"Nuclear\",\n    \"B15\": \"Other renewable\",\n    \"B16\": \"Solar\",\n    \"B17\": \"Waste\",\n    \"B18\": \"Wind Offshore\",\n    \"B19\": \"Wind Onshore\",\n    \"B20\": \"Other\",\n    \"B25\": \"Energy Storage\",\n}\nENTSOE_PARAMETER_BY_DESC = {v: k for k, v in ENTSOE_PARAMETER_DESC.items()}\nENTSOE_PARAMETER_GROUPS = {\n    \"production\": {\n        ProductionModes.BIOMASS: [\"B01\", \"B17\"],\n        ProductionModes.COAL: [\"B02\", \"B05\", \"B07\", \"B08\"],\n        ProductionModes.GAS: [\"B03\", \"B04\"],\n        ProductionModes.GEOTHERMAL: [\"B09\"],\n        ProductionModes.HYDRO: [\"B11\", \"B12\"],\n        ProductionModes.NUCLEAR: [\"B14\"],\n        ProductionModes.OIL: [\"B06\"],\n        ProductionModes.SOLAR: [\"B16\"],\n        ProductionModes.WIND: [\"B18\", \"B19\"],\n        ProductionModes.UNKNOWN: [\"B20\", \"B13\", \"B15\"],\n    },\n    \"storage\": {StorageModes.HYDRO: [\"B10\"], StorageModes.BATTERY: [\"B25\"]},\n}\n# ENTSOE production type codes mapped to their Electricity Maps production type.\nENTSOE_PARAMETER_BY_GROUP = {\n    ENTSOE_key: data_type\n    for key in [\"production\", \"storage\"]\n    for data_type, groups in ENTSOE_PARAMETER_GROUPS[key].items()\n    for ENTSOE_key in groups\n}\n\n# Get all the individual storage parameters in one list\nENTSOE_STORAGE_PARAMETERS = list(\n    chain.from_iterable(ENTSOE_PARAMETER_GROUPS[\"storage\"].values())\n)\n# Define all ENTSOE zone_key <-> domain mapping\n# see https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html\nENTSOE_DOMAIN_MAPPINGS: dict[str, str] = {\n    \"AL\": \"10YAL-KESH-----5\",\n    \"AM\": \"10Y1001A1001B004\",\n    \"AT\": \"10YAT-APG------L\",\n    \"AZ\": \"10Y1001A1001B05V\",\n    \"BA\": \"10YBA-JPCC-----D\",\n    \"BE\": \"10YBE----------2\",\n    \"BG\": \"10YCA-BULGARIA-R\",\n    \"BY\": \"10Y1001A1001A51S\",\n    \"CH\": \"10YCH-SWISSGRIDZ\",\n    \"CY\": \"10YCY-1001A0003J\",\n    \"CZ\": \"10YCZ-CEPS-----N\",\n    \"DE\": \"10Y1001A1001A83F\",\n    \"DE-LU\": \"10Y1001A1001A82H\",\n    \"DK\": \"10Y1001A1001A65H\",\n    \"DK-DK1\": \"10YDK-1--------W\",\n    \"DK-DK2\": \"10YDK-2--------M\",\n    \"EE\": \"10Y1001A1001A39I\",\n    \"ES\": \"10YES-REE------0\",\n    \"FI\": \"10YFI-1--------U\",\n    \"FR\": \"10YFR-RTE------C\",\n    \"GB\": \"10YGB----------A\",\n    \"GB-NIR\": \"10Y1001A1001A016\",\n    \"GE\": \"10Y1001A1001B012\",\n    \"GR\": \"10YGR-HTSO-----Y\",\n    \"HR\": \"10YHR-HEP------M\",\n    \"HU\": \"10YHU-MAVIR----U\",\n    \"IE\": \"10YIE-1001A00010\",\n    \"IE(SEM)\": \"10Y1001A1001A59C\",\n    \"IT\": \"10YIT-GRTN-----B\",\n    \"IT-BR\": \"10Y1001A1001A699\",\n    \"IT-CA\": \"10Y1001C--00096J\",\n    \"IT-CNO\": \"10Y1001A1001A70O\",\n    \"IT-CSO\": \"10Y1001A1001A71M\",\n    \"IT-FO\": \"10Y1001A1001A72K\",\n    \"IT-NO\": \"10Y1001A1001A73I\",\n    \"IT-PR\": \"10Y1001A1001A76C\",\n    \"IT-SACOAC\": \"10Y1001A1001A885\",\n    \"IT-SACODC\": \"10Y1001A1001A893\",\n    \"IT-SAR\": \"10Y1001A1001A74G\",\n    \"IT-SIC\": \"10Y1001A1001A75E\",\n    \"IT-SO\": \"10Y1001A1001A788\",\n    \"LT\": \"10YLT-1001A0008Q\",\n    \"LU\": \"10YLU-CEGEDEL-NQ\",\n    \"LV\": \"10YLV-1001A00074\",\n    \"MD\": \"10Y1001A1001A990\",\n    \"ME\": \"10YCS-CG-TSO---S\",\n    \"MK\": \"10YMK-MEPSO----8\",\n    \"MT\": \"10Y1001A1001A93C\",\n    \"NL\": \"10YNL----------L\",\n    \"NO\": \"10YNO-0--------C\",\n    \"NO-NO1\": \"10YNO-1--------2\",\n    \"NO-NO2\": \"10YNO-2--------T\",\n    \"NO-NO3\": \"10YNO-3--------J\",\n    \"NO-NO4\": \"10YNO-4--------9\",\n    \"NO-NO5\": \"10Y1001A1001A48H\",\n    \"PL\": \"10YPL-AREA-----S\",\n    \"PT\": \"10YPT-REN------W\",\n    \"RO\": \"10YRO-TEL------P\",\n    \"RS\": \"10YCS-SERBIATSOV\",\n    \"RU\": \"10Y1001A1001A49F\",\n    \"RU-KGD\": \"10Y1001A1001A50U\",\n    \"SE\": \"10YSE-1--------K\",\n    \"SE-SE1\": \"10Y1001A1001A44P\",\n    \"SE-SE2\": \"10Y1001A1001A45N\",\n    \"SE-SE3\": \"10Y1001A1001A46L\",\n    \"SE-SE4\": \"10Y1001A1001A47J\",\n    \"SI\": \"10YSI-ELES-----O\",\n    \"SK\": \"10YSK-SEPS-----K\",\n    \"TR\": \"10YTR-TEIAS----W\",\n    \"UA\": \"10YUA-WEPS-----0\",\n    \"UA-IPS\": \"10Y1001C--000182\",\n    \"XK\": \"10Y1001C--00100H\",\n}\n\n# Define zone_keys to an array of zone_keys for aggregated production data\nZONE_KEY_AGGREGATES: dict[str, list[str]] = {\n    \"IT-SO\": [\"IT-CA\", \"IT-SO\"],\n}\n\n# Some exchanges require specific domains\nENTSOE_EXCHANGE_DOMAIN_OVERRIDE: dict[str, list[str]] = {\n    \"AT->IT-NO\": [ENTSOE_DOMAIN_MAPPINGS[\"AT\"], ENTSOE_DOMAIN_MAPPINGS[\"IT\"]],\n    \"BY->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"BY\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"CH->DE\": [ENTSOE_DOMAIN_MAPPINGS[\"CH\"], ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"]],\n    \"DE->DK-DK1\": [ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"], ENTSOE_DOMAIN_MAPPINGS[\"DK-DK1\"]],\n    \"DE->DK-DK2\": [ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"], ENTSOE_DOMAIN_MAPPINGS[\"DK-DK2\"]],\n    \"DE->NO-NO2\": [ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"], ENTSOE_DOMAIN_MAPPINGS[\"NO-NO2\"]],\n    \"DE->SE-SE4\": [ENTSOE_DOMAIN_MAPPINGS[\"DE\"], ENTSOE_DOMAIN_MAPPINGS[\"SE\"]],\n    \"DE->NL\": [ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"], ENTSOE_DOMAIN_MAPPINGS[\"NL\"]],\n    \"EE->RU-1\": [ENTSOE_DOMAIN_MAPPINGS[\"EE\"], ENTSOE_DOMAIN_MAPPINGS[\"RU\"]],\n    \"FI->RU-1\": [ENTSOE_DOMAIN_MAPPINGS[\"FI\"], ENTSOE_DOMAIN_MAPPINGS[\"RU\"]],\n    \"FR-COR->IT-CNO\": [\n        ENTSOE_DOMAIN_MAPPINGS[\"IT-SACODC\"],\n        ENTSOE_DOMAIN_MAPPINGS[\"IT-CNO\"],\n    ],\n    \"GE->RU-1\": [ENTSOE_DOMAIN_MAPPINGS[\"GE\"], ENTSOE_DOMAIN_MAPPINGS[\"RU\"]],\n    \"GR->IT-SO\": [ENTSOE_DOMAIN_MAPPINGS[\"GR\"], ENTSOE_DOMAIN_MAPPINGS[\"IT-SO\"]],\n    \"HU->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"HU\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"IT-CSO->ME\": [ENTSOE_DOMAIN_MAPPINGS[\"IT\"], ENTSOE_DOMAIN_MAPPINGS[\"ME\"]],\n    \"IT-SIC->IT-SO\": [\n        ENTSOE_DOMAIN_MAPPINGS[\"IT-SIC\"],\n        ENTSOE_DOMAIN_MAPPINGS[\"IT-CA\"],\n    ],\n    \"LV->RU-1\": [ENTSOE_DOMAIN_MAPPINGS[\"LV\"], ENTSOE_DOMAIN_MAPPINGS[\"RU\"]],\n    \"MD->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"MD\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"PL->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"PL\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"RO->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"RO\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"RU-1->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"RU\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n    \"SK->UA\": [ENTSOE_DOMAIN_MAPPINGS[\"SK\"], ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"]],\n}\n\nEXCHANGE_AGGREGATES: dict[str, list[list]] = {\n    \"FR-COR->IT-SAR\": [\n        [ENTSOE_DOMAIN_MAPPINGS[\"IT-SACOAC\"], ENTSOE_DOMAIN_MAPPINGS[\"IT-SAR\"]],\n        [ENTSOE_DOMAIN_MAPPINGS[\"IT-SACODC\"], ENTSOE_DOMAIN_MAPPINGS[\"IT-SAR\"]],\n    ],\n}\n\n# Some zone_keys are part of bidding zone domains for price data\nENTSOE_PRICE_DOMAIN_MAPPINGS: dict[str, str] = {\n    **ENTSOE_DOMAIN_MAPPINGS,  # Note: This has to be first so the domains are overwritten.\n    \"AX\": ENTSOE_DOMAIN_MAPPINGS[\"SE-SE3\"],\n    \"DE\": ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"],\n    \"IE\": ENTSOE_DOMAIN_MAPPINGS[\"IE(SEM)\"],\n    \"GB-NIR\": ENTSOE_DOMAIN_MAPPINGS[\"IE(SEM)\"],\n    \"LU\": ENTSOE_DOMAIN_MAPPINGS[\"DE-LU\"],\n    \"UA\": ENTSOE_DOMAIN_MAPPINGS[\"UA-IPS\"],\n}\n\n\ndef query_ENTSOE(\n    session: Session,\n    params: dict[str, str],\n    span: tuple[timedelta, timedelta],\n    target_datetime: datetime | None = None,\n) -> str:\n    \"\"\"\n    Makes a standard query to the ENTSOE API with a modifiable set of parameters.\n    Allows an existing session to be passed.\n    Raises an exception if no API token is found.\n    Returns a request object.\n    \"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(timezone.utc)\n\n    if not isinstance(target_datetime, datetime):\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=\"target_datetime has to be a datetime in query_entsoe\",\n        )\n\n    params[\"periodStart\"] = (target_datetime + span[0]).strftime(\n        \"%Y%m%d%H00\"  # YYYYMMDDHH00\n    )\n    params[\"periodEnd\"] = (target_datetime + span[1]).strftime(\n        \"%Y%m%d%H00\"  # YYYYMMDDHH00\n    )\n\n    token = get_token(\"ENTSOE_TOKEN\")\n    params[\"securityToken\"] = token\n    response: Response = session.get(ENTSOE_URL, params=params)\n    if response.ok:\n        return response.text\n\n    # If we get here, the request failed to fetch valid data\n    # and we will check the response for an error message\n    exception_message = None\n    soup = BeautifulSoup(response.text, \"html.parser\", parse_only=STRAINER_TEXT)\n    text = soup.find_all(\"text\")\n    if len(text):\n        error_text = soup.find_all(\"text\")[0].prettify()\n        if \"No matching data found\" in error_text:\n            exception_message = \"No matching data found\"\n        else:\n            exception_message = f\"Status code: [{response.status_code}]. ENTSOE error: {error_text.strip()}. URL: {response.request.url}\"\n    if exception_message is None:\n        exception_message = f\"Status code: [{response.status_code}]. Reason: {response.reason}. URL: {response.request.url}\"\n\n    raise ParserException(\n        parser=\"ENTSOE.py\",\n        message=exception_message\n        if exception_message\n        else \"An unknown error occured while querying ENTSOE.\",\n    )\n\n\ndef query_consumption(\n    domain: str, session: Session, target_datetime: datetime | None = None\n) -> str | None:\n    params = {\n        # System total load - Total load', including losses without power used\n        # for energy storage, is equal to generation deducted with exports,\n        # added with imports and deducted with power used for energy storage.\n        \"documentType\": \"A65\",\n        # Realised - The process for the treatment of realised data as opposed\n        # to forecast data\n        \"processType\": \"A16\",\n        \"outBiddingZone_Domain\": domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_REALTIME,\n    )\n\n\ndef query_production(\n    in_domain: str, session: Session, target_datetime: datetime | None = None\n) -> str | None:\n    params = {\n        # Actual generation per type - A document providing the actual\n        # generation per generation type for a period.\n        \"documentType\": \"A75\",\n        # Realised - The process for the treatment of realised data as opposed\n        # to forecast data\n        \"processType\": \"A16\",\n        \"in_Domain\": in_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_REALTIME,\n    )\n\n\ndef query_exchange(\n    in_domain: str,\n    out_domain: str,\n    session: Session,\n    target_datetime: datetime | None = None,\n) -> str | None:\n    params = {\n        # Aggregated energy data report - A compilation of the time series of\n        # all the meter readings or their equivalent for a given period.\n        \"documentType\": \"A11\",\n        \"in_Domain\": in_domain,\n        \"out_Domain\": out_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_REALTIME,\n    )\n\n\ndef query_exchange_forecast(\n    in_domain: str,\n    out_domain: str,\n    session: Session,\n    target_datetime: datetime | None = None,\n) -> str | None:\n    \"\"\"Gets exchange forecast for 48 hours ahead and previous 24 hours.\"\"\"\n\n    params = {\n        # Finalised schedule - A compilation of a set of schedules that have\n        # been finalized after a given cutoff.\n        \"documentType\": \"A09\",\n        \"in_Domain\": in_domain,\n        \"out_Domain\": out_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_FORECAST,\n    )\n\n\ndef query_exchange_capacity_forecast(\n    in_domain: str,\n    out_domain: str,\n    session: Session,\n    forecast_type: EntsoeTypeEnum,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> str | None:\n    \"\"\"Queries exchange capacity forecast for a given pair of domains and forecast type.\"\"\"\n    params = {\n        \"documentType\": EntsoeDocumentTypeEnum.ESTIMATED_NET_TRANSFER_CAPACITY,\n        \"Contract_MarketAgreement.Type\": forecast_type,\n        \"in_Domain\": in_domain,\n        \"out_Domain\": out_domain,\n    }\n    try:\n        return query_ENTSOE(\n            session,\n            params,\n            target_datetime=target_datetime,\n            span=EXCHANGE_CAPACITY_TARGET_DAYS_FORECAST_DAY_AHEAD\n            if forecast_type == EntsoeTypeEnum.DAY_AHEAD\n            else EXCHANGE_CAPACITY_TARGET_DAYS_FORECAST_WEEK_AND_MONTH_AHEAD,\n        )\n    except ParserException as e:\n        logger.warning(\n            f\"ENTSOE exchange capacity {forecast_type} query failed: {e}\",\n            exc_info=True,\n        )\n        return None\n\n\ndef query_price(\n    domain: str,\n    session: Session,\n    target_datetime: datetime | None = None,\n    marketType: EntsoeTypeEnum = EntsoeTypeEnum.DAY_AHEAD,\n) -> str | None:\n    \"\"\"Gets day-ahead price for 24 hours ahead and previous 72 hours.\"\"\"\n\n    params = {\n        # Price Document - The document is used to provide market spot price\n        # information.\n        \"documentType\": \"A44\",\n        \"in_Domain\": domain,\n        \"out_Domain\": domain,\n        \"contract_MarketAgreement.type\": marketType,\n        # TODO: There are multiple series available, we should parse all of them but we need to model this properly first\n        # This only affects INTRADAY prices as far as we know\n        # classificationSequence_AttributeInstanceComponent.position: \"1\", # OR \"2\" OR \"3\"\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=(-DEFAULT_LOOKBACK_HOURS_REALTIME, timedelta(hours=24)),\n    )\n\n\ndef query_generation_forecast(\n    in_domain: str, session: Session, target_datetime: datetime | None = None\n) -> str | None:\n    \"\"\"Gets generation forecast for 48 hours ahead and previous 24 hours.\"\"\"\n\n    # Note: this does not give a breakdown of the production\n    params = {\n        # Generation forecast - A document providing the generation forecast for\n        # a period.\n        \"documentType\": \"A71\",\n        # Day ahead - The information provided concerns a day ahead schedule\n        \"processType\": \"A01\",\n        \"in_Domain\": in_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_FORECAST,\n    )\n\n\ndef query_consumption_forecast(\n    in_domain: str, session: Session, target_datetime: datetime | None = None\n) -> str | None:\n    \"\"\"Gets consumption forecast for 48 hours ahead and previous 24 hours.\"\"\"\n\n    params = {\n        # System total load - Total load', including losses without power used\n        # for energy storage, is equal to generation deducted with exports,\n        # added with imports and deducted with power used for energy storage.\n        \"documentType\": \"A65\",\n        # Day ahead - The information provided concerns a day ahead schedule\n        \"processType\": \"A01\",\n        \"outBiddingZone_Domain\": in_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_FORECAST,\n    )\n\n\ndef query_wind_solar_production_forecast(\n    in_domain: str,\n    session: Session,\n    process_type: EntsoeTypeEnum,\n    target_datetime: datetime | None = None,\n) -> str | None:\n    \"\"\"Gets consumption forecast for 48 hours ahead and previous 24 hours.\"\"\"\n\n    allowed_types = {\n        EntsoeTypeEnum.DAY_AHEAD,\n        EntsoeTypeEnum.INTRADAY,\n        EntsoeTypeEnum.CURRENT,\n    }\n    if process_type not in allowed_types:\n        raise ValueError(\n            f\"Invalid process type: {process_type}. Must be one of {allowed_types}.\"\n        )\n\n    params = {\n        # Wind and solar forecast - A document providing the forecast of wind\n        # and solar generation.\n        \"documentType\": \"A69\",\n        \"processType\": EntsoeTypeEnum(process_type),\n        \"in_Domain\": in_domain,\n    }\n    return query_ENTSOE(\n        session,\n        params,\n        target_datetime=target_datetime,\n        span=DEFAULT_TARGET_HOURS_FORECAST,\n    )\n\n\n# TODO: Remove this when we run on Python 3.11 or above\n@lru_cache(maxsize=8)\ndef zulu_to_utc(datetime_string: str) -> str:\n    \"\"\"Converts a zulu time string to a UTC time string.\"\"\"\n    return datetime_string.replace(\"Z\", \"+00:00\")\n\n\n@lru_cache(maxsize=1024)\ndef datetime_from_position(\n    start: datetime, position: int, resolution: timedelta\n) -> datetime:\n    \"\"\"Calculates the datetime from a given start datetime, position, and resolution.\"\"\"\n    return start + resolution * (position - 1)\n\n\ndef parse_scalar(\n    xml_text: str,\n    only_inBiddingZone_Domain: bool = False,\n    only_outBiddingZone_Domain: bool = False,\n) -> Generator[tuple[datetime, float], None, None]:\n    if not xml_text:\n        return None\n    soup = BeautifulSoup(xml_text, \"html.parser\", parse_only=STRAINER_TIMESERIES)\n    # Get all points\n    for timeseries in soup.find_all(\"timeseries\"):\n        if (\n            only_inBiddingZone_Domain\n            and not timeseries.find(\"inBiddingZone_Domain.mRID\".lower())\n        ) or (\n            only_outBiddingZone_Domain\n            and not timeseries.find(\"outBiddingZone_Domain.mRID\".lower())\n        ):\n            continue\n        yield from _get_datetime_value_from_timeseries(timeseries, \"quantity\")\n\n\ndef parse_production(\n    xml: str,\n    logger: Logger,\n    zoneKey: ZoneKey,\n    forecasted: bool = False,\n) -> ProductionBreakdownList:\n    production_breakdowns = ProductionBreakdownList(logger)\n    source_type = EventSourceType.forecasted if forecasted else EventSourceType.measured\n    if not xml:\n        return production_breakdowns\n    soup = BeautifulSoup(xml, \"html.parser\", parse_only=STRAINER_TIMESERIES)\n    list_of_raw_data = _get_raw_production_events(soup)\n\n    grouped_data = _group_production_data_by_datetime(list_of_raw_data)\n\n    expected_length = _get_expected_production_group_length(grouped_data)\n\n    # Loop over the grouped data and create production and storage mixes for each datetime.\n    for dt, values in grouped_data.items():\n        production, storage = _create_production_and_storage_mixes(\n            zoneKey, dt, values, expected_length, logger\n        )\n        # If production and storage are None, the datapoint is considered invalid and is skipped\n        # in order to not crash the parser.\n        if production is None and storage is None:\n            continue\n\n        production_breakdowns.append(\n            zoneKey=zoneKey,\n            datetime=dt,\n            source=SOURCE,\n            sourceType=source_type,\n            production=production,\n            storage=storage,\n        )\n\n    return production_breakdowns\n\n\ndef _get_raw_production_events(soup: BeautifulSoup) -> list[dict[str, Any]]:\n    \"\"\"\n    Extracts the raw production events from the soup object and returns a list of dictionaries containing the raw production events.\n    \"\"\"\n    list_of_raw_data = []\n    # Each timeserie is dedicated to a different fuel type.\n    for timeseries in soup.find_all(\"timeseries\"):\n        # The fuel code is the ENTSOE code for the fuel type.\n        fuel_code = str(timeseries.find(\"mktpsrtype\").find(\"psrtype\").contents[0])\n        points = _get_datetime_value_from_timeseries(\n            timeseries, \"quantity\", production_parsing=True\n        )\n\n        # Loop over all the points in the timeseries.\n        for dt, quantity in points:\n            # Appends the raw data to a master list so it later can be sorted and grouped by datetime.\n            list_of_raw_data.append(\n                {\"datetime\": dt, \"fuel_code\": fuel_code, \"quantity\": quantity}\n            )\n\n    return list_of_raw_data\n\n\ndef _create_production_and_storage_mixes(\n    zoneKey: ZoneKey,\n    dt: datetime,\n    values: list[dict[str, Any]],\n    expected_length: int,\n    logger: Logger,\n) -> tuple[ProductionMix, StorageMix] | tuple[None, None]:\n    \"\"\"\n    Creates a populated ProductionMix and StorageMix object from a list of production values and ensures that the expected length is met.\n    If the expected length is not met, the datapoint is discarded. And the function returns (None, None).\n    \"\"\"\n    value_length = len(values)\n    # Checks that the number of values have the expected length and skips the datapoint if not.\n    if value_length < expected_length:\n        if zoneKey == \"BE\" and value_length == expected_length - 1:\n            logger.warning(\n                f\"BE only has {value_length} production values for {dt}, but should have {expected_length}. BE doesn't report 0 values for storage so we will continue.\"\n            )\n        else:\n            logger.warning(\n                f\"Expected {expected_length} production values for {dt}, received {value_length} instead. Discarding datapoint...\"\n            )\n            return None, None\n    production = ProductionMix()\n    storage = StorageMix()\n    for production_mode in values:\n        _datetime, fuel_code, quantity = production_mode.values()\n        fuel_em_type = ENTSOE_PARAMETER_BY_GROUP[fuel_code]\n        if fuel_code in ENTSOE_STORAGE_PARAMETERS:\n            storage.add_value(fuel_em_type, -quantity)\n        else:\n            production.add_value(\n                fuel_em_type, quantity, correct_negative_with_zero=True\n            )\n\n    return production, storage\n\n\ndef _get_expected_production_group_length(\n    grouped_data: dict[datetime, list[dict[str, Any]]],\n) -> int:\n    \"\"\"\n    Returns the expected length of the grouped data. This is the maximum length of the grouped data values.\n    \"\"\"\n    expected_length = 0\n    if grouped_data:\n        expected_length = max(len(v) for v in grouped_data.values())\n    return expected_length\n\n\ndef _group_production_data_by_datetime(\n    list_of_raw_data,\n) -> dict[datetime, list[dict[str, Any]]]:\n    \"\"\"\n    Sorts and groups raw production objects in the format of `{datetime: datetime.datetime, fuel_code: str, quantity: float}` by the datetime key.\n    And returns a dictionary with the datetime as the key and a list of the grouped data as the value.\n    \"\"\"\n    # Sort the data in place by the datetime key so we can group it by datetime.\n    list_of_raw_data.sort(key=itemgetter(\"datetime\"))\n    # Group the data by the datetime key. It requires the data to be sorted by the datetime key first.\n    grouped_data = {\n        k: list(v) for k, v in groupby(list_of_raw_data, key=itemgetter(\"datetime\"))\n    }\n\n    return grouped_data\n\n\nclass IntPoint(NamedTuple):\n    \"\"\"A single point in time, referenced by position.\"\"\"\n\n    position: int\n    value: float\n\n\nclass DateTimePoint(NamedTuple):\n    \"\"\"The final processed point with an absolute datetime.\"\"\"\n\n    dt: datetime\n    value: float\n\n\n@dataclass(slots=True, kw_only=True)\nclass Period:\n    \"\"\"Represents one <Period> block from the XML.\"\"\"\n\n    datetime_start: datetime\n    datetime_end: datetime\n    resolution: timedelta\n    points: Iterable[IntPoint]\n\n\n@dataclass(slots=True, kw_only=True)\nclass TimeSeries:\n    \"\"\"The top-level object, representing the entire <TimeSeries> block.\"\"\"\n\n    curve_type: str\n    periods: Iterable[Period]\n\n\ndef _iter_points(\n    period_xml: Any,\n    target_str: str,\n    is_consumption: bool,\n) -> Generator[IntPoint, None, None]:\n    \"\"\"\n    A generator that parses and yields one <Point> object at a time\n    from a single <period> XML element.\n    \"\"\"\n    for point in period_xml.find_all(\"point\"):\n        position = int(point.find(\"position\").contents[0])\n        value = float(point.find(target_str).contents[0])\n\n        if is_consumption:\n            value *= -1\n\n        yield IntPoint(position=position, value=value)\n\n\n@cache\ndef _resolution_to_timedelta(resolution: str) -> timedelta:\n    \"\"\"\n    Converts an ENTSOE resolution string (e.g., 'PT15M', 'P1D') to a timedelta object.\n    \"\"\"\n    m = fullmatch(r\"PT(\\d+)([MH])\", resolution)\n    if m is not None:\n        digits = int(m.group(1))\n        scale = m.group(2)\n        if scale == \"M\":\n            return timedelta(minutes=digits)\n        if scale == \"H\":\n            return timedelta(hours=digits)\n    m = fullmatch(r\"P(\\d+)D\", resolution)\n    if m is not None:\n        return timedelta(days=int(m.group(1)))\n    raise NotImplementedError(f\"Could not recognise resolution {resolution}\")\n\n\ndef _iter_periods(\n    timeseries_xml: Any,\n    target_str: str,\n    is_consumption: bool,\n) -> Generator[Period, None, None]:\n    \"\"\"\n    A generator that parses and yields one <Period> object at a time.\n    The points *within* each period are also a generator.\n    \"\"\"\n    for period in timeseries_xml.find_all(\"period\"):\n        datetime_start = datetime.fromisoformat(\n            zulu_to_utc(period.find(\"start\").contents[0])\n        )\n        datetime_end = datetime.fromisoformat(\n            zulu_to_utc(period.find(\"end\").contents[0])\n        )\n        resolution = _resolution_to_timedelta(\n            str(period.find(\"resolution\").contents[0])\n        )\n\n        points_generator = _iter_points(period, target_str, is_consumption)\n\n        yield Period(\n            datetime_start=datetime_start,\n            datetime_end=datetime_end,\n            resolution=resolution,\n            points=points_generator,\n        )\n\n\ndef _get_datetime_value_from_timeseries(\n    timeseries: Any,  # BeautifulSoup object\n    target_str: str,\n    production_parsing: bool = False,\n) -> Generator[DateTimePoint, None, None]:\n    \"\"\"\n    Extracts DateTimePoints from a timeseries XML object\n    by streaming periods one at a time.\n    \"\"\"\n\n    curve_type = str(timeseries.find(\"curvetype\").contents[0])\n\n    is_consumption = False\n    if production_parsing:\n        is_consumption = not bool(timeseries.find(\"inBiddingZone_Domain.mRID\".lower()))\n\n    periods_generator = _iter_periods(timeseries, target_str, is_consumption)\n\n    ts_object = TimeSeries(\n        curve_type=curve_type,\n        periods=periods_generator,\n    )\n\n    if ts_object.curve_type == \"A01\":\n        for period in ts_object.periods:\n            for point in period.points:\n                dt = datetime_from_position(\n                    period.datetime_start, point.position, period.resolution\n                )\n                yield DateTimePoint(dt, point.value)\n    elif ts_object.curve_type == \"A03\":\n        for period in ts_object.periods:\n            yield from _reverse_A3_curve_compression_for_period(period)\n    else:\n        raise NotImplementedError(f\"Curve type {ts_object.curve_type} not implemented.\")\n\n\ndef _reverse_A3_curve_compression_for_period(\n    period: Period,\n) -> Generator[DateTimePoint, None, None]:\n    \"\"\"\n    Reverses the A3 curve compression for a *single* Period object.\n    Fills in missing points with the last known value.\n    \"\"\"\n\n    points_list = sorted(period.points, key=attrgetter(\"position\"))\n\n    if not points_list:\n        return\n\n    start_time = period.datetime_start\n    end_time = period.datetime_end\n    resolution = period.resolution\n\n    point_duration_sec = resolution.total_seconds()\n    period_duration_sec = (end_time - start_time).total_seconds()\n\n    expected_points = int(period_duration_sec / point_duration_sec)\n\n    for p1, p2 in pairwise(points_list):\n        for position in range(p1.position, p2.position):\n            dt = datetime_from_position(start_time, position, resolution)\n            yield DateTimePoint(dt, p1.value)\n\n    last_point = points_list[-1]\n    for position in range(last_point.position, expected_points + 1):\n        dt = datetime_from_position(start_time, position, resolution)\n        yield DateTimePoint(dt, last_point.value)\n\n\ndef parse_exchange(\n    xml_text: str,\n    is_import: bool,\n    sorted_zone_keys: ZoneKey,\n    logger: Logger,\n) -> ExchangeList:\n    exchange_list = ExchangeList(logger)\n    points = parse_scalar(xml_text)\n    for dt, quantity in points:\n        if is_import:\n            quantity *= -1\n        # Find out whether or not we should update the net production\n        exchange_list.append(\n            zoneKey=sorted_zone_keys,\n            datetime=dt,\n            source=SOURCE,\n            netFlow=quantity,\n        )\n\n    return exchange_list\n\n\ndef parse_exchange_forecast(\n    xml_text: str,\n    is_import: bool,\n    sorted_zone_keys: ZoneKey,\n    logger: Logger,\n    market_type: EntsoeTypeEnum,\n) -> ExchangeList:\n    exchange_list = ExchangeList(logger)\n\n    soup = BeautifulSoup(xml_text, \"html.parser\", parse_only=STRAINER_TIMESERIES)\n    # Get all points\n    for timeseries in soup.find_all(\"timeseries\"):\n        marketAgreementType = timeseries.find(\"contract_marketagreement.type\").contents[\n            0\n        ]\n        if marketAgreementType and marketAgreementType != market_type:\n            continue\n\n        points = _get_datetime_value_from_timeseries(timeseries, \"quantity\")\n\n        for dt, quantity in points:\n            if is_import:\n                quantity *= -1\n            # Find out whether or not we should update the net production\n            exchange_list.append(\n                zoneKey=sorted_zone_keys,\n                datetime=dt,\n                source=SOURCE,\n                netFlow=quantity,\n                sourceType=EventSourceType.forecasted,\n            )\n\n    return exchange_list\n\n\ndef _merge_exchange_capacity_forecasts(\n    export_list: ExchangeCapacityList,\n    import_list: ExchangeCapacityList,\n    logger: Logger,\n) -> ExchangeCapacityList:\n    \"\"\"\n    Merges export and import direction capacity forecasts into a single list.\n    For each datetime, combines capacities from both directions into one event.\n    \"\"\"\n    merged = ExchangeCapacityList(logger)\n\n    # Create a dict of export capacities by datetime\n    export_by_dt = {event.datetime: event for event in export_list.events}\n    import_by_dt = {event.datetime: event for event in import_list.events}\n\n    # Merge events by datetime\n    for dt in sorted(set(export_by_dt.keys()) | set(import_by_dt.keys())):\n        export_event = export_by_dt.get(dt)\n        import_event = import_by_dt.get(dt)\n\n        # Use values from whichever event exists (prefer export if both exist)\n        zoneKey = export_event.zoneKey if export_event else import_event.zoneKey\n        source = export_event.source if export_event else import_event.source\n\n        export_cap = export_event.capacityExport if export_event else None\n        import_cap = import_event.capacityImport if import_event else None\n\n        merged.append(\n            zoneKey=zoneKey,\n            datetime=dt,\n            source=source,\n            capacityExport=export_cap,\n            capacityImport=import_cap,\n        )\n\n    return merged\n\n\ndef parse_exchange_capacity_forecast(\n    xml_text: str,\n    sorted_zone_keys: ZoneKey,\n    logger: Logger,\n    direction: Literal[\"export\", \"import\"] = \"export\",\n) -> ExchangeCapacityList:\n    \"\"\"\n    Parses NTC (A61) exchange capacity forecast XML for a given direction.\n\n    Args:\n        xml_text: The XML response from ENTSOE\n        sorted_zone_keys: The exchange pair (sorted, format \"A->B\")\n        logger: Logger instance\n        direction: \"export\" for A→B, \"import\" for B→A\n\n    Returns:\n        ExchangeCapacityList with capacity populated for the specified direction\n    \"\"\"\n    try:\n        soup = BeautifulSoup(xml_text, \"html.parser\", parse_only=STRAINER_TIMESERIES)\n        forecasts = ExchangeCapacityList(logger)\n        for timeseries in soup.find_all(\"timeseries\"):\n            for dt, quantity in _get_datetime_value_from_timeseries(\n                timeseries, \"quantity\"\n            ):\n                if direction == \"export\":\n                    forecasts.append(\n                        zoneKey=sorted_zone_keys,\n                        datetime=dt,\n                        source=SOURCE,\n                        capacityExport=quantity,\n                        capacityImport=None,\n                    )\n                else:\n                    forecasts.append(\n                        zoneKey=sorted_zone_keys,\n                        datetime=dt,\n                        source=SOURCE,\n                        capacityExport=None,\n                        capacityImport=quantity,\n                    )\n        return forecasts\n    except Exception as e:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"Failed to parse exchange capacity forecast XML for {sorted_zone_keys} ({direction} direction): {e}\",\n            zone_key=sorted_zone_keys,\n        ) from e\n\n\ndef parse_prices(\n    xml_text: str,\n    zoneKey: ZoneKey,\n    logger: Logger,\n) -> PriceList:\n    if not xml_text:\n        return PriceList(logger)\n    soup = BeautifulSoup(xml_text, \"html.parser\", parse_only=STRAINER_TIMESERIES)\n    prices = PriceList(logger)\n    for timeseries in soup.find_all(\"timeseries\"):\n        currency = str(timeseries.find(\"currency_unit.name\").contents[0])\n        points = _get_datetime_value_from_timeseries(timeseries, \"price.amount\")\n        for dt, value in points:\n            prices.append(\n                zoneKey=zoneKey,\n                datetime=dt,\n                price=value,\n                source=\"entsoe.eu\",\n                currency=currency,\n            )\n\n    return prices\n\n\n@refetch_frequency(DEFAULT_LOOKBACK_HOURS_REALTIME)\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets values and corresponding datetimes for all production types in the specified zone.\n    Removes any values that are in the future or don't have a datetime associated with them.\n    \"\"\"\n    if not session:\n        session = Session()\n    non_aggregated_data: list[ProductionBreakdownList] = []\n    for _zone_key in ZONE_KEY_AGGREGATES.get(zone_key, [zone_key]):\n        domain = ENTSOE_DOMAIN_MAPPINGS[_zone_key]\n        try:\n            raw_production = query_production(\n                domain, session, target_datetime=target_datetime\n            )\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to fetch production for {_zone_key}\",\n                zone_key=zone_key,\n            ) from e\n        if raw_production is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No production data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        # Aggregated data are regrouped unde the same zone key.\n        non_aggregated_data.append(parse_production(raw_production, logger, zone_key))\n\n    return ProductionBreakdownList.merge_production_breakdowns(\n        non_aggregated_data, logger\n    ).to_list()\n\n\ndef get_raw_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n    forecast: bool = False,\n) -> ExchangeList:\n    \"\"\"\n    Gets exchange status between two specified zones.\n    Removes any datapoints that are in the future.\n    \"\"\"\n    if not session:\n        session = Session()\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    # This will be filled with a list of raw exchanges to merge\n    raw_exchange_lists: list[ExchangeList] = []\n\n    # Create lists for forecast exchanges so we can merge them later without fetching the same data twice\n    raw_exchange_lists_forecast_day_ahead: list[ExchangeList] = []\n    raw_exchange_lists_forecast_total: list[ExchangeList] = []\n\n    query_function = query_exchange_forecast if forecast else query_exchange\n\n    # This will be filled with a list of domain pairs to fetch\n    exchanges_to_fetch: list[list[str]] = []\n\n    if sorted_zone_keys in EXCHANGE_AGGREGATES:\n        for domain_pair in EXCHANGE_AGGREGATES[sorted_zone_keys]:\n            exchanges_to_fetch.append(domain_pair)\n    elif sorted_zone_keys in ENTSOE_EXCHANGE_DOMAIN_OVERRIDE:\n        exchanges_to_fetch.append(ENTSOE_EXCHANGE_DOMAIN_OVERRIDE[sorted_zone_keys])\n    else:\n        exchanges_to_fetch.append(\n            [ENTSOE_DOMAIN_MAPPINGS[zone_key1], ENTSOE_DOMAIN_MAPPINGS[zone_key2]]\n        )\n\n    def _fetch_exchange(\n        domain_pair: list[str],\n        is_import: bool,\n    ) -> str | None:\n        \"\"\"\n        Internal function to fetch and parse exchange data\n        only used to avoid code duplication in the parent function.\n        \"\"\"\n        domain1, domain2 = domain_pair if is_import else domain_pair[::-1]\n        try:\n            raw_exchange = query_function(domain1, domain2, session, target_datetime)\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to query {'import' if is_import else 'export'} for {domain1} -> {domain2}\",\n                zone_key=sorted_zone_keys,\n            ) from e\n        if raw_exchange is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No exchange data found for {domain1} -> {domain2}\",\n                zone_key=sorted_zone_keys,\n            )\n        return raw_exchange\n\n    # Grab all exchanges\n    for domain_pair in exchanges_to_fetch:\n        # First we try to get the import data\n        raw_exchange = _fetch_exchange(domain_pair, is_import=True)\n        if raw_exchange is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No exchange data found for {domain_pair[0]} -> {domain_pair[1]}\",\n                zone_key=sorted_zone_keys,\n            )\n        if not forecast:\n            raw_exchange_lists.append(\n                parse_exchange(\n                    raw_exchange,\n                    is_import=True,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                )\n            )\n        else:\n            raw_exchange_lists_forecast_day_ahead.append(\n                parse_exchange_forecast(\n                    raw_exchange,\n                    is_import=True,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                    market_type=EntsoeTypeEnum.DAY_AHEAD,\n                )\n            )\n            raw_exchange_lists_forecast_total.append(\n                parse_exchange_forecast(\n                    raw_exchange,\n                    is_import=True,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                    market_type=EntsoeTypeEnum.TOTAL,\n                )\n            )\n\n        # Then we try to get the export data\n        raw_exchange = _fetch_exchange(domain_pair, is_import=False)\n\n        if raw_exchange is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No exchange data found for {domain_pair[1]} -> {domain_pair[0]}\",\n                zone_key=sorted_zone_keys,\n            )\n        if not forecast:\n            raw_exchange_lists.append(\n                parse_exchange(\n                    raw_exchange,\n                    is_import=False,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                )\n            )\n        else:\n            raw_exchange_lists_forecast_day_ahead.append(\n                parse_exchange_forecast(\n                    raw_exchange,\n                    is_import=False,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                    market_type=EntsoeTypeEnum.DAY_AHEAD,\n                )\n            )\n            raw_exchange_lists_forecast_total.append(\n                parse_exchange_forecast(\n                    raw_exchange,\n                    is_import=False,\n                    sorted_zone_keys=sorted_zone_keys,\n                    logger=logger,\n                    market_type=EntsoeTypeEnum.TOTAL,\n                )\n            )\n    if not forecast:\n        return ExchangeList(logger).merge_exchanges(raw_exchange_lists, logger)\n    merged_forecast_day_ahead = ExchangeList(logger).merge_exchanges(\n        raw_exchange_lists_forecast_day_ahead, logger\n    )\n    merged_forecast_total = ExchangeList(logger).merge_exchanges(\n        raw_exchange_lists_forecast_total, logger\n    )\n    return ExchangeList(logger).update_exchanges(\n        merged_forecast_day_ahead, merged_forecast_total, logger\n    )\n\n\n@refetch_frequency(DEFAULT_LOOKBACK_HOURS_REALTIME)\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets exchange status between two specified zones.\n    \"\"\"\n    exchanges = get_raw_exchange(\n        zone_key1,\n        zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    return exchanges.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange_forecast(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets exchange forecast between two specified zones.\n    \"\"\"\n    exchanges = get_raw_exchange(\n        zone_key1,\n        zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        forecast=True,\n    )\n    return exchanges.to_list()\n\n\n@refetch_frequency(DEFAULT_LOOKBACK_HOURS_REALTIME)\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Gets day-ahead price for specified zone.\"\"\"\n    if not session:\n        session = Session()\n\n    domain = ENTSOE_PRICE_DOMAIN_MAPPINGS[zone_key]\n    try:\n        raw_price_data = query_price(domain, session, target_datetime=target_datetime)\n    except Exception as e:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"Failed to fetch price for {zone_key}\",\n            zone_key=zone_key,\n        ) from e\n    if raw_price_data is None:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"No price data found for {zone_key}\",\n            zone_key=zone_key,\n        )\n    return parse_prices(raw_price_data, zone_key, logger).to_list()\n\n\n# DO NOT USE, THIS IS FOR FUTURE USE CASES\n@refetch_frequency(DEFAULT_LOOKBACK_HOURS_REALTIME)\ndef fetch_price_intraday(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    DO NOT USE, THIS IS FOR FUTURE USE CASES.\n    Gets intraday price for specified zone.\n    \"\"\"\n    if not session:\n        session = Session()\n\n    domain = ENTSOE_PRICE_DOMAIN_MAPPINGS[zone_key]\n    try:\n        raw_price_data = query_price(\n            domain,\n            session,\n            target_datetime=target_datetime,\n            marketType=EntsoeTypeEnum.INTRADAY_PRICE,\n        )\n    except Exception as e:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"Failed to fetch price for {zone_key}\",\n            zone_key=zone_key,\n        ) from e\n    if raw_price_data is None:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"No price data found for {zone_key}\",\n            zone_key=zone_key,\n        )\n    return parse_prices(raw_price_data, zone_key, logger).to_list()\n\n\n# ------------------- #\n#  Generation\n# ------------------- #\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_generation_forecast(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Gets generation forecast for specified zone.\"\"\"\n    session = session or Session()\n    non_aggregated_data: list[TotalProductionList] = []\n    for _zone_key in ZONE_KEY_AGGREGATES.get(zone_key, [zone_key]):\n        generation_list = TotalProductionList(logger)\n        domain = ENTSOE_DOMAIN_MAPPINGS[_zone_key]\n        try:\n            raw_generation_forecast = query_generation_forecast(\n                domain, session, target_datetime=target_datetime\n            )\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to fetch generation forecast for {_zone_key}\",\n                zone_key=zone_key,\n            ) from e\n        if raw_generation_forecast is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No generation forecast data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        parsed = parse_scalar(\n            raw_generation_forecast,\n            only_inBiddingZone_Domain=True,\n        )\n        if parsed is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No generation forecast data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        for dt, value in parsed:\n            generation_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                source=SOURCE,\n                value=value,\n                sourceType=EventSourceType.forecasted,\n            )\n        # Aggregated data are regrouped under the same zone key.\n        non_aggregated_data.append(generation_list)\n\n    return TotalProductionList.merge_total_production_lists(\n        non_aggregated_data, logger\n    ).to_list()\n\n\n# ------------------- #\n#  Consumption\n# ------------------- #\n\n\n@refetch_frequency(DEFAULT_LOOKBACK_HOURS_REALTIME)\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"Gets consumption for a specified zone.\"\"\"\n    session = session or Session()\n    non_aggregated_data: list[TotalConsumptionList] = []\n    for _zone_key in ZONE_KEY_AGGREGATES.get(zone_key, [zone_key]):\n        domain = ENTSOE_DOMAIN_MAPPINGS[_zone_key]\n        try:\n            raw_consumption = query_consumption(\n                domain, session, target_datetime=target_datetime\n            )\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to fetch consumption for {_zone_key}\",\n                zone_key=zone_key,\n            ) from e\n        if raw_consumption is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No consumption data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        parsed = parse_scalar(raw_consumption, only_outBiddingZone_Domain=True)\n        if parsed is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No consumption data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n\n        consumption_list = TotalConsumptionList(logger)\n        for dt, value in parsed:\n            consumption_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                source=SOURCE,\n                consumption=value,\n                sourceType=EventSourceType.measured,\n            )\n\n        # Aggregated data are regrouped under the same zone key.\n        non_aggregated_data.append(consumption_list)\n\n    return TotalConsumptionList.merge_consumption_lists(\n        non_aggregated_data, logger\n    ).to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Gets consumption forecast for specified zone.\"\"\"\n    session = session or Session()\n    non_aggregated_data: list[TotalConsumptionList] = []\n    for _zone_key in ZONE_KEY_AGGREGATES.get(zone_key, [zone_key]):\n        domain = ENTSOE_DOMAIN_MAPPINGS[_zone_key]\n        try:\n            raw_consumption = query_consumption_forecast(\n                domain, session, target_datetime=target_datetime\n            )\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to fetch consumption forecast for {_zone_key}\",\n                zone_key=zone_key,\n            ) from e\n        if raw_consumption is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No consumption forecast data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        parsed = parse_scalar(raw_consumption, only_outBiddingZone_Domain=True)\n        if parsed is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No consumption forecast data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n\n        consumption_list = TotalConsumptionList(logger)\n        for dt, value in parsed:\n            consumption_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                source=SOURCE,\n                consumption=value,\n                sourceType=EventSourceType.forecasted,\n            )\n\n        # Aggregated data are regrouped under the same zone key.\n        non_aggregated_data.append(consumption_list)\n    return TotalConsumptionList.merge_consumption_lists(\n        non_aggregated_data, logger\n    ).to_list()\n\n\ndef _fetch_wind_solar_forecasts(\n    zone_key: ZoneKey,\n    forecast_type: EntsoeTypeEnum,\n    session: Session,\n    target_datetime: datetime | None,\n    logger: Logger,\n) -> ProductionBreakdownList:\n    \"\"\"Shared logic for the 3 type-specific wind/solar forecast fetchers.\"\"\"\n    label = forecast_type.name.lower().replace(\"_\", \"-\")\n    non_aggregated_data: list[ProductionBreakdownList] = []\n    for _zone_key in ZONE_KEY_AGGREGATES.get(zone_key, [zone_key]):\n        domain = ENTSOE_DOMAIN_MAPPINGS[_zone_key]\n        try:\n            raw_forecast = query_wind_solar_production_forecast(\n                domain,\n                session,\n                forecast_type,\n                target_datetime=target_datetime,\n            )\n        except Exception as e:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"Failed to fetch {label} wind and solar forecast for {_zone_key}\",\n                zone_key=zone_key,\n            ) from e\n        if raw_forecast is None:\n            raise ParserException(\n                parser=\"ENTSOE.py\",\n                message=f\"No {label} wind and solar forecast data found for {_zone_key}\",\n                zone_key=zone_key,\n            )\n        parsed = parse_production(raw_forecast, logger, zone_key, forecasted=True)\n        # Aggregated data are regrouped under the same zone key.\n        non_aggregated_data.append(parsed)\n    return ProductionBreakdownList.merge_production_breakdowns(\n        non_aggregated_data, logger\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets values and corresponding datetimes for all production types in the specified zone.\n    \"\"\"\n    session = session or Session()\n    forecast_breakdown_list = ProductionBreakdownList(logger)\n    # Order matters: later types override earlier ones at matching datetimes\n    # (intraday overrides day-ahead, current overrides intraday).\n    for forecast_type in [\n        EntsoeTypeEnum.DAY_AHEAD,\n        EntsoeTypeEnum.INTRADAY,\n        EntsoeTypeEnum.CURRENT,\n    ]:\n        try:\n            per_type = _fetch_wind_solar_forecasts(\n                zone_key, forecast_type, session, target_datetime, logger\n            )\n        except ParserException as e:\n            logger.error(\n                f\"Failed to fetch {forecast_type.name} wind and solar forecast for {zone_key}: {e}\",\n                extra={\"zone_key\": zone_key},\n            )\n            continue\n\n        forecast_breakdown_list = ProductionBreakdownList.update_production_breakdowns(\n            forecast_breakdown_list,\n            per_type,\n            logger,\n        )\n    if len(forecast_breakdown_list) == 0:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=f\"No wind and solar forecast data found for {zone_key}\",\n            zone_key=zone_key,\n        )\n    return forecast_breakdown_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts_day_ahead(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    return _fetch_wind_solar_forecasts(\n        zone_key,\n        EntsoeTypeEnum.DAY_AHEAD,\n        session or Session(),\n        target_datetime,\n        logger,\n    ).to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts_intraday(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    return _fetch_wind_solar_forecasts(\n        zone_key,\n        EntsoeTypeEnum.INTRADAY,\n        session or Session(),\n        target_datetime,\n        logger,\n    ).to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts_current(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    return _fetch_wind_solar_forecasts(\n        zone_key,\n        EntsoeTypeEnum.CURRENT,\n        session or Session(),\n        target_datetime,\n        logger,\n    ).to_list()\n\n\ndef _fetch_exchange_capacity_forecasts(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    forecast_type: EntsoeTypeEnum,\n    session: Session,\n    target_datetime: datetime | None,\n    logger: Logger,\n) -> list[dict]:\n    \"\"\"Shared logic for all 3 type-specific fetch functions.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    domain_1 = ENTSOE_DOMAIN_MAPPINGS[zone_key1]\n    domain_2 = ENTSOE_DOMAIN_MAPPINGS[zone_key2]\n\n    raw_export: str | None = None\n    raw_import: str | None = None\n    max_retries = 5\n\n    for attempt in range(1, max_retries + 1):\n        if raw_export is None:\n            raw_export = query_exchange_capacity_forecast(\n                domain_2,\n                domain_1,\n                session,\n                forecast_type,\n                target_datetime=target_datetime,\n                logger=logger,\n            )\n        if raw_import is None:\n            raw_import = query_exchange_capacity_forecast(\n                domain_1,\n                domain_2,\n                session,\n                forecast_type,\n                target_datetime=target_datetime,\n                logger=logger,\n            )\n\n        if raw_export is not None and raw_import is not None:\n            break\n\n        if attempt < max_retries:\n            logger.info(\n                f\"Attempt {attempt}/{max_retries} for {sorted_zone_keys} \"\n                f\"{forecast_type}: export={'OK' if raw_export else 'MISSING'}, \"\n                f\"import={'OK' if raw_import else 'MISSING'}. Retrying...\"\n            )\n\n    if raw_export is None or raw_import is None:\n        raise ParserException(\n            parser=\"ENTSOE.py\",\n            message=(\n                f\"Failed to get both export and import exchange capacity forecast \"\n                f\"data for {sorted_zone_keys} after {max_retries} attempts. \"\n                f\"export={'OK' if raw_export else 'MISSING'}, \"\n                f\"import={'OK' if raw_import else 'MISSING'}\"\n            ),\n            zone_key=sorted_zone_keys,\n        )\n\n    export_list = parse_exchange_capacity_forecast(\n        raw_export,\n        sorted_zone_keys=sorted_zone_keys,\n        logger=logger,\n        direction=\"export\",\n    )\n    import_list = parse_exchange_capacity_forecast(\n        raw_import,\n        sorted_zone_keys=sorted_zone_keys,\n        logger=logger,\n        direction=\"import\",\n    )\n\n    return _merge_exchange_capacity_forecasts(\n        export_list, import_list, logger\n    ).to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange_capacity_forecasts_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Gets day-ahead exchange capacity forecast between two zones for both directions.\"\"\"\n    return _fetch_exchange_capacity_forecasts(\n        zone_key1,\n        zone_key2,\n        EntsoeTypeEnum.DAY_AHEAD,\n        session or Session(),\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=7))\ndef fetch_exchange_capacity_forecasts_week_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Gets week-ahead exchange capacity forecast between two zones for both directions.\"\"\"\n    return _fetch_exchange_capacity_forecasts(\n        zone_key1,\n        zone_key2,\n        EntsoeTypeEnum.WEEK_AHEAD,\n        session or Session(),\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=7))\ndef fetch_exchange_capacity_forecasts_month_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Gets month-ahead exchange capacity forecast between two zones for both directions.\"\"\"\n    return _fetch_exchange_capacity_forecasts(\n        zone_key1,\n        zone_key2,\n        EntsoeTypeEnum.MONTH_AHEAD,\n        session or Session(),\n        target_datetime,\n        logger,\n    )\n\n\nif __name__ == \"__main__\":\n    print(fetch_exchange_capacity_forecasts_day_ahead(ZoneKey(\"PL\"), ZoneKey(\"SE-SE4\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ERP_PGCB.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import date, datetime, time, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup, Tag\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# Power Grid Company of Bangladesh: erp.pgcb.gov.bd\n# Has table (also historical) of production, consumption and exchange.\n# This table gets updated batch-wise every few hours, so most of the time, the delay will be >2h.\n\nTIMEZONE = ZoneInfo(\"Asia/Dhaka\")\nLATEST_URL = \"https://erp.pgcb.gov.bd/web/generations/view_generations\"\nHISTORICAL_URL = (\n    \"https://erp.pgcb.gov.bd/web/generations/view_generations?search=\"  # DD-MM-YYYY\n)\nSOURCE = \"erp.pgcb.gov.bd\"\nTABLE_HEADERS = [\n    \"Date\",\n    \"Time\",\n    \"Generation(MW)\",\n    \"Demand(MW)\",\n    \"Loadshed\",\n    \"Gas\",\n    \"Liquid Fuel\",\n    \"Coal\",\n    \"Hydro\",\n    \"Solar\",\n    \"Wind\",\n    \"India\",  # Visual grouping of India imports\n    \"Nepal\",  # Import\n    \"Remarks\",\n    \"Bheramara HVDC\",  # Import\n    \"Tripura\",  # Import\n    \"Adani\",  # Import\n]\nPARSER = \"ERP_PGCB.py\"\n\n\ndef table_entry_to_float(entry: str):\n    \"\"\"\n    Helper function to handle empty cells in table.\n    \"\"\"\n    if entry == \"\":\n        return None\n    try:\n        return float(entry)\n    except ValueError as e:\n        raise ParserException(\n            parser=PARSER,\n            message=(f'Failed to parse entry: \"{entry}\" to float in table.'),\n        ) from e\n\n\ndef parse_table_body(table_body: Tag) -> list[dict]:\n    \"\"\"\n    Parse the table body returned by the URL.\n    Returns a list of rows represented by dicts.\n    \"\"\"\n\n    rows = table_body.find_all(\"tr\")\n    row_data = []\n\n    for row in rows:\n        row_items = row.find_all(\"td\")\n        row_items = [item.text.strip() for item in row_items]\n\n        # date and time in [0]; [1] are DD-MM-YYYY; HH:mm[:ss]\n        parsed_day = datetime.strptime(row_items[0], \"%d-%m-%Y\").date()\n        assert isinstance(row_items[1], str)\n        hour = int(row_items[1][0:2])\n        # The hour is backwards looking so if it's 01:00, it's actually 00:00\n        hour = hour - 1\n        minute = int(row_items[1][3:5])\n        second = int(row_items[1][6:8])\n        parsed_time = time(hour, minute, second)\n\n        row_data.append(\n            {\n                \"time\": datetime.combine(parsed_day, parsed_time, tzinfo=TIMEZONE),\n                \"total_generation\": table_entry_to_float(row_items[2]),  # MW\n                \"total_demand\": table_entry_to_float(row_items[3]),  # MW\n                \"loadshed\": table_entry_to_float(row_items[4]),\n                \"gas\": table_entry_to_float(row_items[5]),\n                \"oil\": table_entry_to_float(row_items[6]),\n                \"coal\": table_entry_to_float(row_items[7]),\n                \"hydro\": table_entry_to_float(row_items[8]),\n                \"solar\": table_entry_to_float(row_items[9]),\n                \"wind\": table_entry_to_float(row_items[10]),\n                \"bd_import_bheramara\": table_entry_to_float(row_items[11]),\n                \"bd_import_tripura\": table_entry_to_float(row_items[12]),\n                \"bd_import_adani\": table_entry_to_float(row_items[13]),\n                \"bd_import_nepal\": table_entry_to_float(row_items[14]),\n                \"remarks\": row_items[15],\n            }\n        )\n\n    return row_data\n\n\ndef verify_table_header(table_header: Tag):\n    \"\"\"\n    Validate the table headers, that it looks like expected.\n    Don't parse if the table has changed.\n    \"\"\"\n    header_items = table_header.find_all(\"th\")\n    header_items = [item.text.strip() for item in header_items]\n\n    if header_items != TABLE_HEADERS:\n        raise ParserException(\n            parser=PARSER,\n            message=(\n                f\"Table headers mismatch with expected ones.\\n\"\n                f\"Expected: {TABLE_HEADERS}\\n\"\n                f\"Parsed: {header_items}\"\n            ),\n        )\n\n\ndef query(\n    session: Session, target_datetime: datetime | None, logger: Logger\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Query the table and read it into list.\n    \"\"\"\n\n    if target_datetime is not None and target_datetime.date() < date(2015, 5, 1):\n        raise ParserException(\n            parser=PARSER,\n            message=\"Data before 2015-05-01 is not reliable and will not be parsed.\",\n            zone_key=\"BD\",\n        )\n\n    # build URL to call\n    if target_datetime is None:\n        target_url = LATEST_URL\n    else:\n        # Convert timezone of target_datetime, and build URL from day\n        target_datetime_bd = target_datetime.astimezone(TIMEZONE)\n        target_dt_str = target_datetime_bd.strftime(\"%d-%m-%Y\")\n        target_url = HISTORICAL_URL + target_dt_str\n\n    target_response: Response = session.get(target_url, verify=False)\n    # SSL verification is disabled because the server's certificate is expired.\n\n    if not target_response.ok:\n        raise ParserException(\n            parser=PARSER,\n            message=f\"Data request did not succeed: {target_response.status_code}\",\n        )\n\n    response_soup = BeautifulSoup(target_response.text, \"html.parser\")\n\n    # Find the table, there is only one, and verify its headers.\n    table = response_soup.find(\"table\")\n    if table is None:\n        raise ParserException(\n            parser=PARSER,\n            message=\"Could not find table in returned HTML.\",\n        )\n\n    table_head = table.find(\"thead\")\n    if table_head is None:\n        raise ParserException(\n            parser=PARSER,\n            message=(\"Could not find table header in returned HTML.\"),\n        )\n    verify_table_header(table_head)\n\n    # Table valid as we expect, parse the rows.\n    table_body = table.find(\"tbody\")\n    if table_body is None:\n        raise ParserException(\n            parser=PARSER,\n            message=(\"Could not find table body in returned HTML.\"),\n        )\n    row_data = parse_table_body(table_body)\n\n    return row_data\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"BD\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    row_data = query(session, target_datetime, logger)\n    production_data_list = ProductionBreakdownList(logger)\n    for row in row_data:\n        # Create data with empty production\n        production = ProductionMix()\n\n        # And add sources if they are present in the table z\n        known_sources_sum_mw = 0.0\n        for source_type in [\"coal\", \"gas\", \"hydro\", \"oil\", \"solar\", \"wind\"]:\n            if row[source_type] is not None:\n                # also accumulate the sources to infer 'unknown'\n                known_sources_sum_mw += row[source_type]\n                production.add_value(source_type, row[source_type])\n\n        # infer 'unknown'\n        if row[\"total_generation\"] is not None:\n            # Total generation includes all sources, including imports so we need to subtract them to get the unknown source\n            # Before this date Adani import in NoneType\n\n            unknown_source_mw = (\n                row[\"total_generation\"]\n                - known_sources_sum_mw\n                - row[\"bd_import_bheramara\"]\n                - row[\"bd_import_tripura\"]\n            )\n            # Adani import was added after this date\n            if target_datetime is None or target_datetime.date() > date(2024, 8, 27):\n                unknown_source_mw -= row[\"bd_import_adani\"]\n\n            production.add_value(\n                \"unknown\", unknown_source_mw, correct_negative_with_zero=True\n            )\n\n        production_data_list.append(\n            zoneKey=zone_key,\n            datetime=row[\"time\"],\n            production=production,\n            source=SOURCE,\n        )\n\n    return production_data_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"BD\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    row_data = query(session, target_datetime, logger)\n\n    result_list = TotalConsumptionList(logger)\n\n    for row in row_data:\n        # get the demand from the table\n        consumption = row[\"total_demand\"]\n        if consumption is None:\n            continue  # no data in table\n\n        result_list.append(\n            zoneKey=zone_key,\n            datetime=row[\"time\"],\n            consumption=consumption,\n            source=SOURCE,\n        )\n\n    if not len(result_list):\n        raise ParserException(\n            parser=PARSER,\n            message=\"No valid consumption data for requested day found.\",\n        )\n\n    return result_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    # Query table, contains import from india.\n    row_data = query(session, target_datetime, logger)\n\n    exchange_list = ExchangeList(logger)\n    sortedZoneKeys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    for row in row_data:\n        if zone_key2 == \"IN-NE\":\n            # Import from India NorthEast via Tripura\n            bd_import = row[\"bd_import_tripura\"]\n        elif zone_key2 == \"IN-EA\":\n            # Import from India East via Bheramara and Adani (Jharkhand plant)\n            bd_import = row[\"bd_import_bheramara\"]\n\n            if (\n                target_datetime is None\n                or target_datetime.date() > datetime(2024, 8, 27).date()\n            ):\n                bd_import += row[\"bd_import_adani\"]\n        elif zone_key2 == \"NP\":\n            # Import from Nepal\n            bd_import = row[\"bd_import_nepal\"]\n        else:\n            raise ParserException(\n                parser=PARSER,\n                message=f\"Exchange pair {sortedZoneKeys} is not implemented.\",\n            )\n        if bd_import is None:\n            continue  # no data in table\n\n        bd_export = -1.0 * bd_import\n\n        exchange_list.append(\n            zoneKey=sortedZoneKeys,\n            datetime=row[\"time\"],\n            netFlow=bd_export,\n            source=SOURCE,\n        )\n\n    return exchange_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n    print(\"fetch_exchange('BD', 'IN-NE') ->\")\n    print(fetch_exchange(ZoneKey(\"BD\"), ZoneKey(\"IN-NE\")))\n    print(\"fetch_exchange('BD', 'IN-EA') ->\")\n    print(fetch_exchange(ZoneKey(\"BD\"), ZoneKey(\"IN-EA\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ES.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timedelta\nfrom json import loads\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.config import refetch_frequency\nfrom .lib.exceptions import ParserException\n\n#    Zone name Cheat Sheet\n\n#    ZoneKey(\"ES\"): \"IberianPeninsula\"\n#    ZoneKey(\"ES-CE\"): \"Ceuta\"\n#    ZoneKey(\"ES-CN-FVLZ\"): \"LanzaroteFuerteventura\"\n#    ZoneKey(\"ES-CN-GC\"): \"GranCanaria\"\n#    ZoneKey(\"ES-CN-HI\"): \"ElHierro\"\n#    ZoneKey(\"ES-CN-IG\"): \"Gomera\"\n#    ZoneKey(\"ES-CN-LP\"): \"LaPalma\"\n#    ZoneKey(\"ES-CN-TE\"): \"Tenerife\"\n#    ZoneKey(\"ES-IB-FO\"): \"Formentera\"\n#    ZoneKey(\"ES-IB-IZ\"): \"Ibiza\"\n#    ZoneKey(\"ES-IB-MA\"): \"Mallorca\"\n#    ZoneKey(\"ES-IB-ME\"): \"Menorca\"\n#    ZoneKey(\"ES-ML\"): \"Melilla\"\n#    ZoneKey(\"ES-CN-FV\"): \"Fuerteventura\"\n#    ZoneKey(\"ES-CN-LZ\"): \"Lanzarote\"\n\nPRODUCTION_PARSE_MAPPING = {\n    \"nuc\": \"nuclear\",  # Nuclear\n    \"die\": \"oil\",  # Diesel engines\n    \"genAux\": \"oil\",  # Auxiliary generation\n    \"gas\": \"gas\",  # Gas turbine\n    \"gf\": \"gas\",  # Fuel/gas\n    \"eol\": \"wind\",  # Wind\n    \"cc\": \"gas\",  # Combined cycle\n    \"vap\": \"oil\",  # Vapor turbine\n    \"fot\": \"solar\",  # Solar PV\n    \"sol\": \"solar\",  # Solar\n    \"car\": \"coal\",  # Coal\n    \"resid\": \"biomass\",  # Wastes\n    \"termRenov\": \"unknown\",  # Thermal renewable\n    \"cogenResto\": \"unknown\",  # Cogeneration and waste\n    \"tnr\": \"unknown\",  # Other special regime\n    \"trn\": \"unknown\",  # Thermal renewable\n    \"otrRen\": \"unknown\",  # Other renewable\n    \"cogen\": \"gas\",  # Cogeneration\n    \"turb\": \"hydro_storage\",  # Pumping Turbine\n    \"conb\": \"hydro_storage\",  # Pumping consumption\n    \"residNr\": \"unknown\",  # Non-renewable waste\n    \"residRen\": \"biomass\",  # Renewable wastes\n    \"bat\": \"battery_storage\",  # Battery\n    \"consBat\": \"battery_storage\",  # Battery consumption\n    \"aut\": \"unknown\",  # Other special regime\n    \"gnhd\": \"hydro\",  # Hydro\n}\n\nPRODUCTION_IGNORE_KEYS = [\n    \"dem\",  # Demand\n    \"hid\",  # Hydro => sum of hydro\n    \"ts\",  # Timestamp\n    \"expTot\",  # Exportation Total\n    \"impTot\",  # Importation Total\n    \"dif\",  # ?\n    \"solFot\",  # Solar PV => include in solar\n    \"solTer\",  # Solar thermal => include in solar\n    \"inter\",  # Int. exchanges\n    \"icb\",  # Balear link => include in cb (Balearic-Peninsula link)\n]\n\nZONE_MAPPING = {\n    ZoneKey(\"ES\"): {\n        \"API_CODE\": \"DEMANDAAU\",\n        \"SYSTEM\": \"Peninsula\",\n        \"TZ\": \"Europe/Madrid\",\n    },\n    ZoneKey(\"ES-CE\"): {\n        \"API_CODE\": \"CEUTAAU\",\n        \"SYSTEM\": \"Peninsula\",\n        \"TZ\": \"Africa/Ceuta\",\n    },\n    ZoneKey(\"ES-CN-FVLZ\"): {\n        \"API_CODE\": \"LZ_FVAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-GC\"): {\n        \"API_CODE\": \"GCANARIAAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-HI\"): {\n        \"API_CODE\": \"EL_HIERROAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-IG\"): {\n        \"API_CODE\": \"LA_GOMERAAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-LP\"): {\n        \"API_CODE\": \"LA_PALMAAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-TE\"): {\n        \"API_CODE\": \"TENERIFEAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-IB-FO\"): {\n        \"API_CODE\": \"FORMENTERAAU\",\n        \"SYSTEM\": \"Baleares\",\n        \"TZ\": \"Europe/Madrid\",\n    },\n    ZoneKey(\"ES-IB-IZ\"): {\n        \"API_CODE\": \"IBIZAAU\",\n        \"SYSTEM\": \"Baleares\",\n        \"TZ\": \"Europe/Madrid\",\n    },\n    ZoneKey(\"ES-IB-MA\"): {\n        \"API_CODE\": \"MALLORCAAU\",\n        \"SYSTEM\": \"Baleares\",\n        \"TZ\": \"Europe/Madrid\",\n    },\n    ZoneKey(\"ES-IB-ME\"): {\n        \"API_CODE\": \"MENORCAAU\",\n        \"SYSTEM\": \"Baleares\",\n        \"TZ\": \"Europe/Madrid\",\n    },\n    ZoneKey(\"ES-ML\"): {\n        \"API_CODE\": \"MELILLAAU\",\n        \"SYSTEM\": \"Peninsula\",\n        \"TZ\": \"Africa/Ceuta\",\n    },\n    ZoneKey(\"ES-CN-FV\"): {\n        \"API_CODE\": \"FUERTEVEAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n    ZoneKey(\"ES-CN-LZ\"): {\n        \"API_CODE\": \"LANZAROTAU\",\n        \"SYSTEM\": \"Canarias\",\n        \"TZ\": \"Atlantic/Canary\",\n    },\n}\n\nEXCHANGE_MAPPING = {\n    ZoneKey(\"ES->ES-IB-MA\"): {\n        \"zone_ref\": ZoneKey(\"ES-IB-MA\"),\n        \"codes\": [\"cb\"],\n        \"coef\": 1,\n    },\n    ZoneKey(\"ES-IB-IZ->ES-IB-MA\"): {\n        \"zone_ref\": ZoneKey(\"ES-IB-MA\"),\n        \"codes\": [\"emi\"],\n        \"coef\": 1,\n    },\n    ZoneKey(\"ES-IB-FO->ES-IB-IZ\"): {\n        \"zone_ref\": ZoneKey(\"ES-IB-FO\"),\n        \"codes\": [\"eif\"],\n        \"coef\": -1,\n    },\n    ZoneKey(\"ES-IB-MA->ES-IB-ME\"): {\n        \"zone_ref\": ZoneKey(\"ES-IB-MA\"),\n        \"codes\": [\"emm\"],\n        \"coef\": -1,\n    },\n    ZoneKey(\"AD->ES\"): {\n        \"zone_ref\": ZoneKey(\"ES\"),\n        \"codes\": [\"expAnd\", \"impAnd\"],\n        \"coef\": 1,\n    },\n    ZoneKey(\"ES->MA\"): {\n        \"zone_ref\": ZoneKey(\"ES\"),\n        \"codes\": [\"expMar\", \"impMar\"],\n        \"coef\": -1,\n    },\n    ZoneKey(\"ES->PT\"): {\n        \"zone_ref\": ZoneKey(\"ES\"),\n        \"codes\": [\"expPor\", \"impPor\"],\n        \"coef\": -1,\n    },\n    ZoneKey(\"ES->FR\"): {\n        \"zone_ref\": ZoneKey(\"ES\"),\n        \"codes\": [\"expFra\", \"impFra\"],\n        \"coef\": -1,\n    },\n    ZoneKey(\"ES-CN-FV->ES-CN-LZ\"): {\n        \"zone_ref\": ZoneKey(\"ES-CN-LZ\"),\n        \"codes\": [\"efl\"],\n        \"coef\": 1,\n    },\n}\n\nEXCHANGE_MAPPING_CODES = [m for v in EXCHANGE_MAPPING.values() for m in v[\"codes\"]]\n\nKNOWN_KEY = (\n    EXCHANGE_MAPPING_CODES\n    + list(PRODUCTION_PARSE_MAPPING.keys())\n    + PRODUCTION_IGNORE_KEYS\n)\n\nSOURCE = \"demanda.ree.es\"\n\nURL_PATERN = \"https://demanda.ree.es/WSvisionaMoviles{system}Rest/resources/demandaGeneracion{system}?curva={zone}&fecha={date}\"\n\n\ndef check_valid_parameters(\n    zone_key: ZoneKey,\n    session: Session | None,\n    target_datetime: datetime | None,\n):\n    \"\"\"Raise an exception if the parameters are not valid for this parser.\"\"\"\n    if \"->\" not in zone_key and zone_key not in ZONE_MAPPING:\n        raise ParserException(\n            \"ES.py\",\n            f\"This parser cannot parse data for zone: {zone_key}\",\n            zone_key,\n        )\n    elif \"->\" in zone_key and zone_key not in EXCHANGE_MAPPING:\n        zone_key1, zone_key2 = zone_key.split(\"->\")\n        raise ParserException(\n            \"ES.py\",\n            f\"This parser cannot parse data between {zone_key1} and {zone_key2}.\",\n            zone_key,\n        )\n    if session is not None and not isinstance(session, Session):\n        raise ParserException(\n            \"ES.py\",\n            f\"Invalid session: {session}\",\n            zone_key,\n        )\n    if target_datetime is not None and not isinstance(target_datetime, datetime):\n        raise ParserException(\n            \"ES.py\",\n            f\"Invalid target_datetime: {target_datetime}\",\n            zone_key,\n        )\n\n\ndef check_known_key(key: str, logger: Logger):\n    \"\"\"Check if the given key is already known and log a warning if not.\"\"\"\n    if key not in KNOWN_KEY:\n        logger.warning(f'Key \"{key}\" could not be parsed!')\n\n\ndef get_url(zone_key: ZoneKey, date: str) -> str:\n    return URL_PATERN.format(\n        system=ZONE_MAPPING[zone_key][\"SYSTEM\"],\n        zone=ZONE_MAPPING[zone_key][\"API_CODE\"],\n        date=date,\n    )\n\n\ndef get_ree_data(\n    zone_key: ZoneKey, session: Session, target_datetime: datetime | None, tz: str\n) -> dict:\n    if target_datetime is None:\n        date = datetime.now(tz=ZoneInfo(tz)).strftime(\"%Y-%m-%d\")\n    else:\n        date = target_datetime.strftime(\"%Y-%m-%d\")\n    res = session.get(get_url(zone_key, date))\n    if not res.ok:\n        raise ParserException(\n            \"ES.py\",\n            f\"Failed fetching data for {zone_key}\",\n            zone_key,\n        )\n    # The response is not a valid JSON, but a JSON-like string starting with \"'null(\" and ending with \");\" or \")\"\n    json = loads(res.text[5:-2]) if res.text[-1] == \";\" else loads(res.text[5:-1])\n\n    return json[\"valoresHorariosGeneracion\"]\n\n\n# Parses the date. In DST end days, the repeated hours are distinguished using a leter, this needs to be parsed\ndef parse_date(str_date, tz):\n    if \"A\" in str_date:\n        index = str_date.index(\"A\")\n        new_value = (\n            str_date[: index - 1] + \"0\" + str_date[index - 1] + str_date[index + 1 :]\n        )\n        # If A, we use the timezone from yesterday\n        return datetime.fromisoformat(\n            new_value\n            + f\" +0{ZoneInfo(tz).utcoffset(datetime.fromisoformat(new_value) - timedelta(days=1))}\"\n        )\n    elif \"B\" in str_date:\n        index = str_date.index(\"B\")\n        new_value = (\n            str_date[: index - 1] + \"0\" + str_date[index - 1] + str_date[index + 1 :]\n        )\n        # If B, we use the timezone from tomorrow\n        return datetime.fromisoformat(\n            new_value\n            + f\" +0{ZoneInfo(tz).utcoffset(datetime.fromisoformat(new_value) + timedelta(days=1))}\"\n        )\n    else:\n        return datetime.fromisoformat(str_date).replace(tzinfo=ZoneInfo(tz))\n\n\ndef fetch_and_preprocess_data(\n    zone_key: ZoneKey,\n    session: Session,\n    logger: Logger,\n    target_datetime: datetime | None,\n):\n    \"\"\"Fetch data for the given zone key.\"\"\"\n    tz = ZONE_MAPPING[zone_key][\"TZ\"]\n    data = get_ree_data(zone_key, session, target_datetime, tz)\n    for value in data:\n        # Add timezone info to time object\n        value[\"ts\"] = parse_date(value[\"ts\"], tz)\n\n        for key in value:\n            check_known_key(key, logger)\n    if data:\n        return data\n    else:\n        raise ParserException(\n            \"ES.py\",\n            f\"Failed fetching data for {zone_key}\",\n            zone_key,\n        )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    check_valid_parameters(zone_key, session, target_datetime)\n\n    ses = session or Session()\n    data = fetch_and_preprocess_data(zone_key, ses, logger, target_datetime)\n    consumption = TotalConsumptionList(logger)\n    for event in data:\n        consumption.append(\n            zoneKey=zone_key,\n            datetime=event[\"ts\"],\n            consumption=event[\"dem\"],\n            source=\"demanda.ree.es\",\n        )\n    return consumption.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    check_valid_parameters(zone_key, session, target_datetime)\n    ses = session or Session()\n    data_mapping = PRODUCTION_PARSE_MAPPING.copy()\n\n    ## Production mapping override for Canary Islands\n    # NOTE the LNG terminals are not built yet, so power generated by \"gas\" or \"cc\" in ES-CN domain is actually using oil.\n    # Recheck this every 6 months and move to gas key if there has been a change.\n    # As of 2025-02-02 it seems LNG terminals have been canceled.\n    if zone_key.startswith(\"ES-CN\"):\n        data_mapping[\"gas\"] = \"oil\"\n        data_mapping[\"cc\"] = \"oil\"\n\n    if zone_key == \"ES-IB-ME\" or zone_key == \"ES-IB-FO\":\n        data_mapping[\"gas\"] = \"oil\"\n    if zone_key == \"ES-IB-IZ\":\n        data_mapping[\"die\"] = \"gas\"\n\n    # Remove the key \"gnhd\" for the zone ES-CN-HI because it is already included in storage\n    if zone_key == ZoneKey(\"ES-CN-HI\"):\n        del data_mapping[\"gnhd\"]\n\n    data = fetch_and_preprocess_data(zone_key, ses, logger, target_datetime)\n    productionEventList = ProductionBreakdownList(logger)\n    for event in data:\n        storage = StorageMix()\n        production = ProductionMix()\n        for key in event:\n            if key in data_mapping:\n                if data_mapping[key].endswith(\"_storage\"):\n                    storage.add_value(data_mapping[key].split(\"_\")[0], -event[key])\n                else:\n                    production.add_value(data_mapping[key], event[key])\n\n        productionEventList.append(\n            zoneKey=zone_key,\n            datetime=event[\"ts\"],\n            production=production,\n            storage=storage,\n            source=\"demanda.ree.es\",\n        )\n\n    return productionEventList.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    check_valid_parameters(sorted_zone_keys, session, target_datetime)\n    ses = session or Session()\n\n    data = fetch_and_preprocess_data(\n        EXCHANGE_MAPPING[sorted_zone_keys][\"zone_ref\"],\n        ses,\n        logger,\n        target_datetime,\n    )\n\n    exchangeList = ExchangeList(logger)\n    for event in data:\n        net_flow = None\n        for key in event:\n            if key in EXCHANGE_MAPPING[sorted_zone_keys][\"codes\"]:\n                net_flow = (0 if net_flow is None else net_flow) + EXCHANGE_MAPPING[\n                    sorted_zone_keys\n                ][\"coef\"] * event[key]\n\n        if net_flow is not None:\n            exchangeList.append(\n                zoneKey=sorted_zone_keys,\n                datetime=event[\"ts\"],\n                netFlow=net_flow,\n                source=\"demanda.ree.es\",\n            )\n\n    return exchangeList.to_list()\n\n\nif __name__ == \"__main__\":\n    # Spain\n    print(\"fetch_consumption(ES)\")\n    print(fetch_consumption(ZoneKey(\"ES\")))\n    print(\"fetch_production(ES)\")\n    print(fetch_production(ZoneKey(\"ES\")))\n\n    # Autonomous cities\n    print(\"fetch_consumption(ES-CE)\")\n    print(fetch_consumption(ZoneKey(\"ES-CE\")))\n    print(\"fetch_production(ES-CE)\")\n    print(fetch_production(ZoneKey(\"ES-CE\")))\n    print(\"fetch_consumption(ES-ML)\")\n    print(fetch_consumption(ZoneKey(\"ES-ML\")))\n    print(\"fetch_production(ES-ML)\")\n    print(fetch_production(ZoneKey(\"ES-ML\")))\n\n    # Canary Islands\n    print(\"fetch_consumption(ES-CN-FVLZ)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-FVLZ\")))\n    print(\"fetch_production(ES-CN-FVLZ)\")\n    print(fetch_production(ZoneKey(\"ES-CN-FVLZ\")))\n    print(\"fetch_consumption(ES-CN-GC)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-GC\")))\n    print(\"fetch_production(ES-CN-GC)\")\n    print(fetch_production(ZoneKey(\"ES-CN-GC\")))\n    print(\"fetch_consumption(ES-CN-IG)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-IG\")))\n    print(\"fetch_production(ES-CN-IG)\")\n    print(fetch_production(ZoneKey(\"ES-CN-IG\")))\n    print(\"fetch_consumption(ES-CN-LP)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-LP\")))\n    print(\"fetch_production(ES-CN-LP)\")\n    print(fetch_production(ZoneKey(\"ES-CN-LP\")))\n    print(\"fetch_consumption(ES-CN-TE)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-TE\")))\n    print(\"fetch_production(ES-CN-TE)\")\n    print(fetch_production(ZoneKey(\"ES-CN-TE\")))\n    print(\"fetch_consumption(ES-CN-HI)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-HI\")))\n    print(\"fetch_production(ES-CN-HI)\")\n    print(fetch_production(ZoneKey(\"ES-CN-HI\")))\n    print(\"fetch_consumption(ES-CN-FV)\")\n    print(fetch_consumption(ZoneKey(\"ES-CN-FV\")))\n    print(\"fetch_production(ES-CN-LZ)\")\n    print(fetch_production(ZoneKey(\"ES-CN-LZ\")))\n\n    # Balearic Islands\n    print(\"fetch_consumption(ES-IB-FO)\")\n    print(fetch_consumption(ZoneKey(\"ES-IB-FO\")))\n    print(\"fetch_production(ES-IB-FO)\")\n    print(fetch_production(ZoneKey(\"ES-IB-FO\")))\n    print(\"fetch_consumption(ES-IB-IZ)\")\n    print(fetch_consumption(ZoneKey(\"ES-IB-IZ\")))\n    print(\"fetch_production(ES-IB-IZ)\")\n    print(fetch_production(ZoneKey(\"ES-IB-IZ\")))\n    print(\"fetch_consumption(ES-IB-MA)\")\n    print(fetch_consumption(ZoneKey(\"ES-IB-MA\")))\n    print(\"fetch_production(ES-IB-MA)\")\n    print(fetch_production(ZoneKey(\"ES-IB-MA\")))\n    print(\"fetch_consumption(ES-IB-ME)\")\n    print(fetch_consumption(ZoneKey(\"ES-IB-ME\")))\n    print(\"fetch_production(ES-IB-ME)\")\n    print(fetch_production(ZoneKey(\"ES-IB-ME\")))\n\n    # Exchanges\n    print(\"fetch_exchange(ES, ES-IB-MA)\")\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"ES-IB-MA\")))\n    print(\"fetch_exchange(ES-IB-MA, ES-IB-ME)\")\n    print(fetch_exchange(ZoneKey(\"ES-IB-MA\"), ZoneKey(\"ES-IB-ME\")))\n    print(\"fetch_exchange(ES-IB-MA, ES-IB-IZ)\")\n    print(fetch_exchange(ZoneKey(\"ES-IB-MA\"), ZoneKey(\"ES-IB-IZ\")))\n    print(\"fetch_exchange(ES-IB-IZ, ES-IB-FO)\")\n    print(fetch_exchange(ZoneKey(\"ES-IB-IZ\"), ZoneKey(\"ES-IB-FO\")))\n    print(\"fetch_exchange(ES, MA)\")\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"MA\")))\n    print(\"fetch_exchange(ES, AD)\")\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"AD\")))\n    print(\"fetch_exchange(ES, FR)\")\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"FR\")))\n    print(\"fetch_exchange(ES, PT)\")\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"PT\")))\n    print(\"fetch_exchange(ES-CN-FV, ES-CN-LZ)\")\n    print(fetch_exchange(ZoneKey(\"ES-CN-FV\"), ZoneKey(\"ES-CN-LZ\")))\n\n    # DST date test (his only happened when they switched time zones twice a year )\n    print(\"fetch_production(ES, '2024-10-26') DST\")\n    print(fetch_production(ZoneKey(\"ES\"), None, datetime(2024, 10, 26, 0, 0, 0)))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ESIOS.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom time import sleep\nfrom urllib.parse import urlencode\nfrom zoneinfo import ZoneInfo\n\nimport requests\nfrom requests import Response, Session\nfrom requests.adapters import HTTPAdapter\nfrom urllib3.util.retry import Retry\n\nfrom electricitymap.contrib.lib.models.event_lists import ExchangeList\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.exceptions import ParserException\nfrom .lib.utils import get_token\n\nTIMEZONE = ZoneInfo(\"Europe/Madrid\")\n\n# Map each exchange to the ID used in the API\nEXCHANGE_ID_MAP = {\n    \"AD->ES\": \"10278\",  # Switch to 10210 when it has data\n    \"ES->MA\": \"10209\",\n}\n\n# Threshold date for ES->MA: from 2022-05-24T10:00:00.000+02:00 onwards, factor is 4 (15 min intervals)\n# Before this date, factor is 1 (hourly intervals)\n# Convert to UTC for comparison: 2022-05-24T10:00:00+02:00 = 2022-05-24T08:00:00+00:00\nES_MA_FACTOR_THRESHOLD = datetime(2022, 5, 24, 8, 0, 0, tzinfo=ZoneInfo(\"UTC\"))\n\n\ndef get_exchange_multiplication_factor(\n    zone_key: ZoneKey, exchange_datetime: datetime\n) -> int:\n    \"\"\"\n    Get the multiplication factor to adjust from MWh to MW.\n    Depends on the time granularity of the API for each request.\n    E.g ES->MA is 4 because the API returns 15 minutes intervals data (15 min = 1/4 of an hour; P=E/t).\n    \"\"\"\n    if zone_key == \"ES->MA\":\n        # From 2022-05-24T10:00:00.000+02:00 onwards, use factor 4 (15 min intervals)\n        # Before this date, use factor 1 (hourly intervals)\n        if exchange_datetime >= ES_MA_FACTOR_THRESHOLD:\n            return 4\n        else:\n            return 1\n    elif zone_key == \"AD->ES\":\n        return 1\n    else:\n        raise ParserException(\n            \"ESIOS.py\",\n            f\"Unknown exchange {zone_key} for multiplication factor.\",\n        )\n\n\ndef format_url(target_datetime: datetime, ID: str):\n    start_date = (target_datetime - timedelta(hours=24)).isoformat()\n    end_date = target_datetime.isoformat()\n    dates = {\"start_date\": start_date, \"end_date\": end_date}\n    query = urlencode(dates)\n    return f\"https://api.esios.ree.es/indicators/{ID}?{query}\"\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    # Get ESIOS token\n    token = get_token(\"ESIOS_TOKEN\")\n\n    # Only create a new session if one wasn't provided\n    # This allows tests to pass in a session with mock adapters\n    ses = session or Session()\n    is_new_session = session is None\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    # Request headers\n    headers = {\n        \"Content-Type\": \"application/json\",\n        \"Accept\": \"application/json; application/vnd.esios-api-v2+json\",\n        \"x-api-key\": token,\n    }\n\n    zone_key = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    if zone_key not in EXCHANGE_ID_MAP:\n        raise ParserException(\n            \"ESIOS.py\",\n            f\"This parser cannot parse data between {zone_key1} and {zone_key2}.\",\n        )\n    url = format_url(target_datetime, EXCHANGE_ID_MAP[zone_key])\n\n    if is_new_session:\n        # Configure retry strategy for HTTP status code errors\n        retry_strategy = Retry(\n            total=3,\n            backoff_factor=2,\n            status_forcelist=[\n                429,\n                500,\n                502,\n                503,\n                504,\n            ],\n            allowed_methods=[\"GET\"],\n        )\n        adapter = HTTPAdapter(max_retries=retry_strategy)\n        ses.mount(\"https://\", adapter)\n        ses.mount(\"http://\", adapter)\n\n    # Manual retry loop with exponential backoff for connection/timeout errors\n    # This gives us better control over retry behavior for network issue\n    max_retries = 5\n    for attempt in range(max_retries):\n        try:\n            response: Response = ses.get(url, headers=headers, timeout=(30, 30))\n            if response.status_code != 200 or not response.text:\n                raise ParserException(\"ESIOS\", f\"Response code: {response.status_code}\")\n            break\n        except (\n            requests.exceptions.ConnectTimeout,\n            requests.exceptions.ConnectionError,\n            requests.exceptions.Timeout,\n        ) as e:\n            if attempt < max_retries - 1:\n                wait_time = 2**attempt\n                logger.warning(\n                    f\"Connection error fetching ESIOS data (attempt {attempt + 1}/{max_retries}): {e}. \"\n                    f\"Retrying in {wait_time}s...\"\n                )\n                sleep(wait_time)\n            else:\n                logger.error(\n                    f\"Failed to fetch ESIOS data after {max_retries} attempts: {e}\"\n                )\n                raise ParserException(\n                    \"ESIOS\",\n                    f\"Connection failed after {max_retries} retries: {e}\",\n                ) from e\n        except requests.exceptions.RequestException as e:\n            raise ParserException(\"ESIOS\", f\"Request failed: {e}\") from e\n\n    json = response.json()\n    values = json[\"indicator\"][\"values\"]\n    if not values:\n        raise ParserException(\"ESIOS\", \"No values received\")\n    exchanges = ExchangeList(logger)\n\n    for value in values:\n        exchange_datetime = datetime.fromisoformat(\n            value[\"datetime_utc\"].replace(\"Z\", \"+00:00\")\n        )\n\n        # Get last value in datasource\n        # Datasource negative value is exporting, positive value is importing\n        # If Spain is the first zone invert the values to match Electricity Maps schema\n        net_flow = (\n            -value[\"value\"] if zone_key.partition(\"->\")[0] == \"ES\" else value[\"value\"]\n        )\n\n        net_flow *= get_exchange_multiplication_factor(zone_key, exchange_datetime)\n\n        exchanges.append(\n            zoneKey=zone_key,\n            datetime=exchange_datetime,\n            netFlow=net_flow,\n            source=\"api.esios.ree.es\",\n        )\n\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"MA\"), session))\n    print(\"fetch_exchange(ES, MA)\")\n    print(fetch_exchange(ZoneKey(\"AD\"), ZoneKey(\"ES\"), session))\n    print(\"fetch_exchange(AD, ES)\")\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ESKOM.py",
    "content": "import csv\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom math import nan\nfrom pprint import PrettyPrinter\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\npp = PrettyPrinter(indent=4)\n\nTIMEZONE = ZoneInfo(\"Africa/Johannesburg\")\nSOURCE = \"eskom.co.za\"\n\n# Mapping columns to keys\n# Helpful: https://www.eskom.co.za/dataportal/glossary/\nCOLUMN_MAPPING = {\n    0: \"coal\",  # Thermal_Gen_Excl_Pumping_and_SCO\n    1: \"ignored\",  # Eskom_OCGT_SCO_Pumping             changed to ignored since negative oil is not possible, usually [-6, 0]\n    2: \"ignored\",  # Eskom_Gas_SCO_Pumping              changed to ignored since negative gas is not possible, usually -1 or 0\n    3: \"ignored\",  # Hydro_Water_SCO_Pumping            Probably electricity consumed by the plant itself (even) when not generating power. Can be ignored.\n    4: \"hydro\",  # Pumped_Water_SCO_Pumping\n    5: \"ignored\",  # Thermal_Generation                 sum of 0, 1, 2, 3, 4. Can be ignored.\n    6: \"nuclear\",  # Nuclear_Generation\n    7: \"ignored\",  # International_Imports\n    8: \"oil\",  # Eskom_OCGT_Generation\n    9: \"gas\",  # Eskom_Gas_Generation\n    10: \"oil\",  # Dispatchable_IPP_OCGT\n    11: \"hydro\",  # Hydro_Water_Generation\n    12: \"hydro\",  # Pumped_Water_Generation\n    13: \"ignored\",  # IOS_Excl_ILS_and_MLR              Interruption of Supply. Can be ignored.\n    14: \"ignored\",  # ILS_Usage                         Interruptible Load Shed = companies paid not to consume electricity. Can be ignored.\n    15: \"ignored\",  # Manual_Load_Reduction_MLR         MLS = forced load shedding. Can be ignored.\n    16: \"wind\",  # Wind\n    17: \"solar\",  # PV\n    18: \"solar\",  # CSP\n    19: \"biomass\",  # Other_RE - looking at capacity data and the IEA annual balances, other RE is likely to be biomass\n}\n\n# Ignored values\n# 1, 2, 3, 5, 7, 13, 14, 15\n# TODO:\n# - 7 (international imports) can be further implemented in exchange function.\n\nSTORAGE_IDS = [4, 12]\nPRODUCTION_IDS = [0, 6, 8, 9, 10, 11, 16, 17, 18, 19]\n\n\ndef get_url() -> str:\n    \"\"\"Returns the formatted URL\"\"\"\n    date = datetime.now(timezone.utc)\n    return f\"https://www.eskom.co.za/dataportal/wp-content/uploads/{date.strftime('%Y')}/{date.strftime('%m')}/Station_Build_Up.csv\"\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"ZA\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    if target_datetime is not None:\n        local_target_datetime = target_datetime.astimezone(TIMEZONE)\n        local_one_week_ago = datetime.now(TIMEZONE) - timedelta(days=7)\n\n        if local_target_datetime < local_one_week_ago:\n            raise NotImplementedError(\n                f\"No production data is available for {local_target_datetime}.\"\n            )\n\n    res: Response = session.get(get_url())\n    if not res.ok:\n        raise ParserException(\n            \"ESKOM.py\",\n            f\"Exception when fetching production for {zone_key}: error when calling url={get_url()}\",\n            zone_key=zone_key,\n        )\n\n    csv_data = csv.reader(res.text.splitlines())\n\n    return_list = ProductionBreakdownList(logger)\n\n    for row in csv_data:\n        if row[0] == \"Date_Time_Hour_Beginning\":\n            continue\n\n        returned_datetime = datetime.fromisoformat(row[0]).replace(tzinfo=TIMEZONE)\n\n        returned_production = row[1:]  # First column is datetime\n\n        production = ProductionMix()\n        storage = StorageMix()\n\n        if all(value == \"\" for value in returned_production):\n            logger.warning(\n                f\"Empty data for {returned_datetime} in {zone_key}. Skipping.\"\n            )\n            continue\n        else:\n            for index, prod_data_value in enumerate(returned_production):\n                prod_data_value = float(prod_data_value) if prod_data_value else nan\n                if index in PRODUCTION_IDS:\n                    production.add_value(\n                        COLUMN_MAPPING[index],\n                        prod_data_value,\n                        correct_negative_with_zero=True,\n                    )\n                elif index in STORAGE_IDS:\n                    storage.add_value(COLUMN_MAPPING[index], prod_data_value * -1)\n\n            return_list.append(\n                zoneKey=zone_key,\n                datetime=returned_datetime,\n                production=production,\n                storage=storage,\n                source=SOURCE,\n            )\n\n    return return_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Maps backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    pp.pprint(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ESTADISTICO_UT.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    ProductionMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# This parser gets hourly electricity generation data from ut.com.sv for El Salvador.\n# The 'Termico' category historically only consisted of generation from oil/diesel, but this changed in 2022\n# when a new Liquid Natural Gas power plant came online\n# See: https://ourworldindata.org/grapher/electricity-prod-source-stacked?country=~SLV\n# A better data source that distinguishes between oil and gas can be found in #1733 and #5233\n\n# Thanks to jarek for figuring out how to make the correct POST request to the data url.\n\nDAILY_OPERATION_URL = \"https://estadistico.ut.com.sv/OperacionDiaria.aspx\"\nSOURCE = \"ut.com.sv\"\nZONE_INFO = ZoneInfo(\"America/El_Salvador\")\n\nMODE_MAPPING = {\n    \"Biomasa\": \"biomass\",\n    \"Eólico\": \"wind\",\n    \"Geotérmico\": \"geothermal\",\n    \"Hidroeléctrico\": \"hydro\",\n    \"Solar\": \"solar\",\n    \"Térmico\": \"unknown\",\n    \"Interconexión\": \"exchange\",\n}\n\n\ndef _fetch_data(session: Session, target_datetime: datetime | None = None) -> dict:\n    \"\"\"\n    Fetches production data from a webpage meant for human eyes rather than\n    programmatic access.\n\n    The returned production data is a response meant to be used by a dashboard\n    component on the webpage which needs to be parsed further.\n    \"\"\"\n    # initial GET request to acquire required state data for POST request\n    initial_resp = session.get(DAILY_OPERATION_URL)\n    soup = BeautifulSoup(initial_resp.content, \"html.parser\")\n\n    # define POST request's post data based on\n    if not target_datetime:\n        date_encoded = \"1990-01-01T17%3A32%3A00.000\"  # This means live data - I know it is weird but it works\n    else:\n        date_encoded = (\n            target_datetime.strftime(\"%Y-%m-%d\") + \"T00%3A00%3A00%2E000\"\n        )  # This means historical data\n\n    post_data = {\n        # dynamically set based on initial request's response\n        \"__VIEWSTATE\": soup.find(\"input\", {\"id\": \"__VIEWSTATE\"})[\"value\"],\n        \"__VIEWSTATEGENERATOR\": soup.find(\"input\", {\"id\": \"__VIEWSTATEGENERATOR\"})[\n            \"value\"\n        ],\n        \"__EVENTVALIDATION\": soup.find(\"input\", {\"id\": \"__EVENTVALIDATION\"})[\"value\"],\n        # hardcoded based on mimicing requests seen at\n        # https://estadistico.ut.com.sv/OperacionDiaria.aspx\n        \"__CALLBACKID\": \"ASPxDashboardViewer1\",\n        \"__CALLBACKPARAM\": 'c1:{\"url\":\"DXDD.axd?action=DashboardItemBatchGetAction&dashboardId=DashboardID&parameters=%5B%7B%22name%22%3A%22FechaConsulta%22%2C%22value%22%3A%22'\n        + date_encoded\n        + '%22%2C%22type%22%3A%22System.DateTime%22%2C%22allowMultiselect%22%3Afalse%2C%22selectAll%22%3Afalse%7D%5D&items=%7B%22pivotDashboardItem1%22%3A%7B%7D%2C%22chartDashboardItem1%22%3A%7B%7D%2C%22gridDashboardItem1%22%3A%7B%7D%2C%22gridDashboardItem2%22%3A%7B%7D%2C%22gridDashboardItem3%22%3A%7B%7D%7D\",\"method\":\"GET\",\"data\":\"\"}',\n        \"DXScript\": \"1_9,1_10,1_253,1_21,1_62,1_12,1_13,1_0,1_4,24_364,24_365,24_366,24_367,24_359,24_362,24_363,24_360,24_361,24_479,24_480,25_0,24_368,24_440,24_441,15_0,25_2,25_1,25_3\",\n        \"DXCss\": \"1_72,1_66,24_378,24_379,24_414,24_442,24_443,24_478,15_1\",\n    }\n\n    data_resp = session.post(DAILY_OPERATION_URL, data=post_data)\n\n    # The text response is expected to look like one of the strings:\n    #\n    #     0|/*DX*/({'id':1,'result':'{\"gridDashboardItem3\": {}, \"gridDashboardItem2\": {}}'})\n    #\n    #     0|/*DX*/({'error':{'message':'Callback request failed due to an internal server error.'},'result':null,'id':1})\n    #\n    # Note that:\n    # - <content> is wrapped like 0|/*DX*/(<content>)\n    # - <content> is JSON like, but using single quotes instead of double quotes\n    # - content data can include a result key, and possibly also an error key\n    # - the result value is a JSON string\n    #\n    content_string = data_resp.text[len(\"0|/*DX*/(\") : -len(\")\")]\n    content_json = content_string.replace('\"', r\"\\\"\").replace(\"'\", '\"')\n    content_data = json.loads(content_json)\n    if content_data.get(\"error\"):\n        raise ParserException(\n            parser=\"SV\", message=f\"Error response returned: {content_data['error']}\"\n        )\n    data_resp = json.loads(content_data[\"result\"])\n\n    return data_resp\n\n\ndef _parse_data(data: dict) -> list[dict]:\n    \"\"\"\n    Parses already fetched data meant for use by a dashboard further into a list\n    of dictionaries.\n    \"\"\"\n    production_data = data[\"pivotDashboardItem1\"][\"ItemData\"][\"DataStorageDTO\"]\n\n    # power production data is available for listed modes, days, and hours\n    modes = production_data[\"EncodeMaps\"][\"DataItem2\"]\n    days = production_data[\"EncodeMaps\"][\"DataItem3\"]\n    hours = production_data[\"EncodeMaps\"][\"DataItem1\"]\n\n    # look at power production data for specific mode, day, and hour\n    mode_day_hour_dict = [\n        s\n        for s in production_data[\"Slices\"]\n        if s[\"KeyIds\"] == [\"DataItem2\", \"DataItem3\", \"DataItem1\"]\n    ][0][\"Data\"]\n\n    data_points = []\n    for index_values_json, mwh_production_dict in mode_day_hour_dict.items():\n        # index_values_json can for example look like \"[1,0,1]\", which would\n        # indicate that its associated with the second mode, first day, and\n        # second hour from the available modes, days, and hours\n        index_values = json.loads(index_values_json)\n        mode = modes[index_values[0]]\n        day = days[index_values[1]]\n        hour = hours[index_values[2]]\n\n        mwh_production = mwh_production_dict[\"0\"]\n\n        # TODO: Remove the truncation of sub-seconds when we run on Python 3.11\n        #       or above and fromisoformat can parse such strings\n        day = day[: day.find(\".\")]\n        dt = datetime.fromisoformat(day).replace(hour=int(hour), tzinfo=ZONE_INFO)\n\n        data_points.append(\n            {\n                \"mode\": MODE_MAPPING[mode],\n                \"datetime\": dt,\n                \"value\": mwh_production,\n            }\n        )\n    return data_points\n\n\ndef _process_data(\n    zone_key: ZoneKey, data: list[dict], logger: Logger\n) -> ProductionBreakdownList:\n    # ignore collected exchange data for now\n    data = [d for d in data if d[\"mode\"] != \"exchange\"]\n\n    per_mode_production: dict[str, ProductionBreakdownList] = {}\n    for d in data:\n        mode = d[\"mode\"]\n        if mode not in per_mode_production:\n            per_mode_production[mode] = ProductionBreakdownList(logger)\n\n        mix = ProductionMix()\n        mix.add_value(mode, d[\"value\"])\n        per_mode_production[mode].append(\n            datetime=d[\"datetime\"],\n            production=mix,\n            zoneKey=zone_key,\n            source=SOURCE,\n        )\n\n    return ProductionBreakdownList.merge_production_breakdowns(\n        list(per_mode_production.values()),\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"SV\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if session is None:\n        session = Session()\n\n    data = _fetch_data(session, target_datetime)\n    parsed_data = _parse_data(data)\n    production_breakdown = _process_data(zone_key, parsed_data, logger)\n    return production_breakdown.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/FO.py",
    "content": "from datetime import datetime, time, timedelta, timezone\nfrom itertools import groupby\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"FO.py\"\nTIMEZONE = ZoneInfo(\"Atlantic/Faroe\")\n\nMAP_PRODUCTION_MODE = {\n    \"Water\": \"hydro\",\n    \"Oil\": \"oil\",\n    \"Wind\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Biogas\": \"biomass\",\n}\n\nMAP_PRODUCTION_MODE_REALTIME_API = {\n    \"Vand\": \"hydro\",\n    \"Olie\": \"oil\",\n    \"Diesel\": \"oil\",\n    \"Vind\": \"wind\",\n    \"Sol\": \"solar\",\n    \"Biogas\": \"biomass\",\n    \"Tidal\": \"unknown\",\n}\n\nMAP_ZONE_KEY_TO_REALTIME_API_DATA_KEY = {\n    \"FO\": \"Sev_E\",\n    \"FO-MI\": \"H_E\",\n    \"FO-SI\": \"S_E\",\n}\n\nVALID_ZONE_KEYS = [ZoneKey(\"FO\"), ZoneKey(\"FO-MI\"), ZoneKey(\"FO-SI\")]\n\n\ndef _fetch_production_historical(\n    zone_key: ZoneKey,\n    session: Session,\n    target_datetime_utc: datetime,\n    logger: Logger,\n) -> ProductionBreakdownList:\n    \"\"\"Fetches production breakdown data from the historical API for the target zone and date of interest.\n\n    Data has hourly granularity and spans 48 h (the target day and the previous one).\n\n    Note that when requesting data for the current day not all data will be available: data for the hour seems to\n    be getting published at hour + 2:25 h, so data for the last 2 or 3 hours will not be available.\n\n    Also note that earliest retrievable target date is 2022/01/01, which might not enough historical data to enable\n    TSA estimations. It is therefore recommended to supplement this API with a realtime API for the time being.\n\n    References:\n        https://www.sev.fo/framleidsla/hagtoel\n    \"\"\"\n\n    # API provides max one day of backlog\n    target_date_utc_to = datetime.combine(\n        target_datetime_utc, time(), tzinfo=timezone.utc\n    )\n    target_date_utc_from = target_date_utc_to - timedelta(days=1)\n\n    # API takes local days as query parameters and returns data for the corresponding interval as UTC\n    target_date_local_to = target_date_utc_to.astimezone(tz=TIMEZONE)\n    target_date_local_from = target_date_utc_from.astimezone(tz=TIMEZONE)\n\n    # during SDT local time is UTC + 0 so day boundaries align\n    # but during DST local time is UTC + 1 so the data for UTC 23:00 is at 00:00 of the next local day, which will thus need to be requested\n    if target_date_local_to.dst():\n        target_date_local_to = target_date_local_to + timedelta(days=1)\n\n    url = f\"https://www.sev.fo/api/elproduction/search?type=item&group=powerplant&from={target_date_local_from.strftime('%Y%m%d')}170000&to={target_date_local_to.strftime('%Y%m%d')}170000\"\n    response = session.get(url)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    hourly_production_for_each_power_plant = response.json()\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n\n    hourly_production_for_each_power_plant_by_hour = groupby(\n        hourly_production_for_each_power_plant, key=itemgetter(\"date\")\n    )\n    for hour, group in hourly_production_for_each_power_plant_by_hour:\n        dt = datetime.fromisoformat(hour).replace(tzinfo=timezone.utc)\n\n        # filter out entries outside of time window of interest (which happens if DST)\n        end_of_day = target_date_utc_to + timedelta(days=1) - timedelta(microseconds=1)\n        if dt < target_date_utc_from or dt > end_of_day:\n            continue\n\n        production_mix = ProductionMix()\n\n        for power_plant_data in group:\n            # filter out entries for areas that are not relevant\n            area = power_plant_data[\"area\"]\n            if (\n                zone_key == ZoneKey(\"FO-MI\")\n                and area != \"Main\"\n                or zone_key == ZoneKey(\"FO-SI\")\n                and area != \"South\"\n            ):\n                continue\n\n            production_mode = MAP_PRODUCTION_MODE[power_plant_data[\"motivepower\"]]\n            production_mix.add_value(production_mode, power_plant_data[\"mwh\"])\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=\"sev.fo\",\n            production=production_mix,\n        )\n\n    return production_breakdown_list\n\n\ndef _fetch_production_live(\n    zone_key: ZoneKey,\n    session: Session,\n    logger: Logger,\n) -> ProductionBreakdownList:\n    \"\"\"Fetches 'instantaneous' production breakdown data from the live API for the target zone and date of interest.\n\n    Data seems to be getting updated roughly every 2 mn.\n\n    References:\n        https://www.sev.fo/framleidsla/el-orka-i-foroyum\n    \"\"\"\n    url = \"https://www.sev.fo/api/realtimemap/now\"\n    response = session.get(url)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    obj = response.json()\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    production_mix = ProductionMix()\n    for key, value in obj.items():\n        if \"Sum\" in key or \"Test\" in key or \"VnVand\" in key:\n            # \"VnVand\" is the sum of hydro (Mýrarnar + Fossá + Heygar)\n            continue\n\n        data_key = MAP_ZONE_KEY_TO_REALTIME_API_DATA_KEY[zone_key]\n        if key.endswith(data_key):\n            # E stands for Energy\n            raw_generation_type: str = key.replace(data_key, \"\")\n            generation_type = MAP_PRODUCTION_MODE_REALTIME_API.get(raw_generation_type)\n            if generation_type is None:\n                raise ParserException(\n                    PARSER,\n                    f\"Unknown generation type: {raw_generation_type}\",\n                    zone_key,\n                )\n            # Power (MW)\n            value = float(value.replace(\",\", \".\"))\n            production_mix.add_value(generation_type, value)\n        else:\n            continue\n\n    dt = (\n        datetime.fromisoformat(obj[\"tiden\"])\n        # floor to hourly granularity to match historical API entries\n        .replace(minute=0, second=0, microsecond=0, tzinfo=TIMEZONE)\n        # cast to UTC just to keep consistent with historical API entries\n        .astimezone(timezone.utc)\n    )\n\n    production_breakdown_list.append(\n        zoneKey=zone_key,\n        datetime=dt,\n        source=\"sev.fo\",\n        production=production_mix,\n    )\n\n    return production_breakdown_list\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"FO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    if zone_key not in VALID_ZONE_KEYS:\n        raise ParserException(\n            PARSER,\n            f\"This parser cannot retrieve data for zone {zone_key!r}\",\n        )\n\n    now = datetime.now(timezone.utc)\n    target_datetime = (\n        now if target_datetime is None else target_datetime.astimezone(timezone.utc)\n    )\n\n    session = session or Session()\n\n    historical_production_breakdown_list = _fetch_production_historical(\n        zone_key=zone_key,\n        session=session,\n        target_datetime_utc=target_datetime,\n        logger=logger,\n    )\n\n    # historical API has a ~2:25h delay, so supplement with realtime API data if applicable\n    # note that this will still leave a small gap, but at least it will provide a realtime signal\n    if target_datetime > historical_production_breakdown_list.events[-1].datetime:\n        live_production_breakdown_list = _fetch_production_live(\n            zone_key=zone_key,\n            session=session,\n            logger=logger,\n        )\n    else:\n        live_production_breakdown_list = ProductionBreakdownList(logger)\n\n    # favour historical data on merge as realtime data is not representative of hourly production and / or might be stale\n    return ProductionBreakdownList.update_production_breakdowns(\n        live_production_breakdown_list,\n        historical_production_breakdown_list,\n        logger=logger,\n    ).to_list()\n\n\nif __name__ == \"__main__\":\n    for zone_key in VALID_ZONE_KEYS:\n        print(fetch_production(zone_key))\n        print(fetch_production(zone_key, target_datetime=datetime(2023, 7, 16, 12)))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/FR.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.types import ZoneKey\n\nAPI_ENDPOINT = \"https://opendata.reseaux-energies.fr/api/records/1.0/search/\"\n\nMAP_GENERATION = {\n    \"nucleaire\": \"nuclear\",\n    \"charbon\": \"coal\",\n    \"gaz\": \"gas\",\n    \"fioul\": \"oil\",\n    \"eolien\": \"wind\",\n    \"solaire\": \"solar\",\n    \"bioenergies\": \"biomass\",\n    \"hydraulique_fil_eau_eclusee\": \"hydro\",\n    \"hydraulique_lacs\": \"hydro\",\n    \"hydraulique_step_turbinage\": \"hydro_storage\",\n    \"pompage\": \"hydro_storage\",\n    \"stockage_batterie\": \"battery_storage\",\n    \"destockage_batterie\": \"battery_storage\",\n}\n\nSTORAGE_MODES = [\"hydro_storage\", \"battery_storage\"]\nDATASET_REAL_TIME = \"eco2mix-national-tr\"  # API called is Données éCO2mix nationales en temps réel if no consolidated data is available\nDATASET_CONSOLIDATED = \"eco2mix-national-cons-def\"  # API called is Données éCO2mix nationales consolidées et définitives\n\n\nDELTA_15 = timedelta(minutes=15)\nTZ = ZoneInfo(\"Europe/Paris\")\nSOURCE = \"opendata.reseaux-energies.fr\"\n\n\ndef get_data(session: Session, target_datetime: datetime) -> pd.DataFrame:\n    \"\"\"Returns data from the consolidated data endpoint if it is available, otherwise returns data from the real-time data endpoint.\"\"\"\n    df_consolidated = request_data(DATASET_CONSOLIDATED, session, target_datetime)\n    if df_consolidated.empty:\n        df_real_time = request_data(DATASET_REAL_TIME, session, target_datetime)\n        if df_real_time.empty:\n            return pd.DataFrame()\n        else:\n            return df_real_time\n    else:\n        return df_consolidated\n\n\ndef request_data(\n    dataset: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n) -> pd.DataFrame:\n    \"\"\"Returns a DataFrame with the data from the API.\"\"\"\n    if target_datetime:\n        target_datetime_localised = target_datetime.replace(tzinfo=TZ)\n    else:\n        target_datetime_localised = datetime.now(tz=TZ)\n\n    # setup request\n    r = session or Session()\n    formatted_from = (target_datetime_localised - timedelta(days=1)).strftime(\n        \"%Y-%m-%dT%H:%M\"\n    )\n    formatted_to = target_datetime_localised.strftime(\"%Y-%m-%dT%H:%M\")\n\n    params = {\n        \"dataset\": dataset,\n        \"q\": f\"date_heure >= {formatted_from} AND date_heure <= {formatted_to}\",\n        \"timezone\": \"Europe/Paris\",\n        \"rows\": 100,\n    }\n\n    params[\"apikey\"] = get_token(\"RESEAUX_ENERGIES_TOKEN\")\n    # make request and create dataframe with response\n    response = r.get(API_ENDPOINT, params=params)\n    if not response.ok:\n        raise ValueError(\n            f\"Failed to fetch data from {API_ENDPOINT}. Status code: {response.status_code}\"\n        )\n    data = response.json()\n    data = [d[\"fields\"] for d in data[\"records\"]]\n    df = pd.DataFrame(data)\n    return df\n\n\ndef reindex_data(df_to_reindex: pd.DataFrame) -> pd.DataFrame:\n    \"\"\"Reindex data to get averaged half-hourly values instead of quart-hourly values. This is done to ensure consistency between the historical set (1/2 hourly granularity) and the real-time set (1/4 hourly granularity)\"\"\"\n    df_to_reindex = df_to_reindex.copy()\n    # Round dates to the lower bound with 30 minutes granularity\n    df_to_reindex[\"datetime\"] = pd.to_datetime(\n        df_to_reindex[\"date_heure\"]\n    ).dt.tz_convert(TZ)\n    df_to_reindex[\"datetime_30\"] = df_to_reindex[\"datetime\"].apply(\n        lambda x: x if x.minute in [0, 30] else x - DELTA_15\n    )\n\n    # Average data points corresponding to the same time with 30 min granularity\n    df_reindexed = (\n        df_to_reindex.groupby(\"datetime_30\").mean(numeric_only=True).reset_index()\n    )\n    df_reindexed = df_reindexed.rename(columns={\"datetime_30\": \"date_heure\"})\n    return df_reindexed.set_index(\"date_heure\")\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"FR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    df_production = get_data(session, target_datetime)\n    # filter out desired columns and convert values to float\n    value_columns = list(MAP_GENERATION.keys())\n    missing_fuels = [v for v in value_columns if v not in df_production.columns]\n    present_fuels = [v for v in value_columns if v in df_production.columns]\n    if len(missing_fuels) == len(value_columns):\n        logger.warning(\"No fuels present in the API response\")\n        return []\n    elif len(missing_fuels) > 0:\n        mf_str = \", \".join(missing_fuels)\n        logger.warning(f\"Fuels [{mf_str}] are not present in the API response\")\n\n    df_production = df_production.loc[:, [\"date_heure\"] + present_fuels]\n    df_production[present_fuels] = df_production[present_fuels].astype(float)\n\n    # reindex df_production to get 1/2 hourly values\n    df_production_reindexed = reindex_data(df_production)\n    df_production_reindexed = df_production_reindexed.dropna(how=\"any\", axis=0)\n    df_production_reindexed = df_production_reindexed.rename(columns=MAP_GENERATION)\n    df_production_reindexed = df_production_reindexed.groupby(\n        df_production_reindexed.columns, axis=1\n    ).sum(\n        numeric_only=True,\n    )\n\n    production_mixes = ProductionBreakdownList(logger)\n    for idx, row in df_production_reindexed.iterrows():\n        productionMix = ProductionMix()\n        storageMix = StorageMix()\n        for mode in row.index:\n            if mode in STORAGE_MODES:\n                storageMix.add_value(mode.split(\"_\")[0], -1 * row[mode])\n            else:\n                productionMix.add_value(mode, row[mode])\n        production_mixes.append(\n            zoneKey=zone_key,\n            production=productionMix,\n            storage=storageMix,\n            datetime=idx.to_pydatetime(),\n            source=SOURCE,\n        )\n    return production_mixes.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"FR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    df_consumption = get_data(session, target_datetime)\n    df_consumption = df_consumption[[\"date_heure\", \"consommation\"]].dropna()\n\n    # reindex df_consumption to get 1/2 hourly values\n    df_consumption_reindexed = reindex_data(df_consumption)\n    consumption_list = TotalConsumptionList(logger)\n    for row in df_consumption_reindexed.itertuples():\n        consumption_list.append(\n            zoneKey=zone_key,\n            consumption=row.consommation,\n            datetime=row.Index.to_pydatetime(),\n            source=SOURCE,\n        )\n\n    return consumption_list.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/FR_O.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import getLogger\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.config import refetch_frequency\nfrom .lib.exceptions import ParserException\n\nDOMAIN_MAPPING = {\n    \"FR-COR\": \"https://opendata-corse.edf.fr\",\n    \"RE\": \"https://opendata-reunion.edf.fr\",\n    \"GF\": \"https://opendata-guyane.edf.fr\",\n    \"MQ\": \"https://opendata-martinique.edf.fr\",\n    \"GP\": \"https://opendata-guadeloupe.edf.fr\",\n}\n\nLIVE_DATASETS = {\n    \"FR-COR\": \"production-delectricite-par-filiere-en-temps-reel\",\n    \"GP\": \"mix-temps-reel-guadeloupe\",\n    \"RE\": \"prod-electricite-temps-reel\",\n    \"GF\": \"production-d-electricite-par-filiere-en-temps-reel\",\n    \"MQ\": \"production-delectricite-par-filiere-en-temps-reel\",\n}\n\nHISTORICAL_MAPPING = {\n    \"FR-COR\": \"Corse\",\n    \"RE\": \"Réunion\",\n    \"GF\": \"Guyane\",\n    \"MQ\": \"Martinique\",\n    \"GP\": \"Guadeloupe\",\n}\n\nAPI_PARAMETER_GROUPS = {\n    \"production\": {\n        \"RE\": {\n            \"bioenergies\": \"biomass\",\n            \"charbon\": \"biomass\",\n            \"diesel\": \"biomass\",\n            \"eolien\": \"wind\",\n            \"hydraulique\": \"hydro\",\n            \"photovoltaique\": \"solar\",\n            \"turbines_combustion\": \"gas\",\n        },\n        \"GP\": {\n            \"charbon\": \"coal\",\n            \"bioenergies\": \"biomass\",\n            \"diesel\": \"oil\",\n            \"hydraulique\": \"hydro\",\n            \"photovoltaique\": \"solar\",\n            \"eolien\": \"wind\",\n            \"turbines_combustion\": \"gas\",\n            \"geothermie\": \"geothermal\",\n        },\n        \"GF\": {\n            \"bioenergies\": \"biomass\",\n            \"hydraulique\": \"hydro\",\n            \"moteur_diesel\": \"oil\",\n            \"photovoltaique\": \"solar\",\n            \"tac\": \"oil\",\n        },\n        \"MQ\": {\n            \"bioenergies\": \"biomass\",\n            \"eolien\": \"wind\",\n            \"hydraulique\": \"hydro\",\n            \"moteurs_diesels\": \"oil\",\n            \"turbines_combustion\": \"gas\",\n        },\n        \"FR-COR\": {\n            \"moteur_diesel\": \"oil\",\n            \"tac\": \"gas\",\n            \"hydraulique\": \"hydro\",\n            \"micro_hydro\": \"hydro\",\n            \"photovoltaique\": \"solar\",\n            \"eolien\": \"wind\",\n            \"bioenergies\": \"biomass\",\n        },\n    },\n    \"storage\": {\"battery\": [\"solde_stockage\", \"stockage\"]},\n    \"price\": {\n        \"price\": [\"cout_moyen_de_production_eur_mwh\"],\n    },\n}\n\nSTORAGE_MAPPING = {\n    API_TYPE: data_type\n    for key in [\"storage\"]\n    for data_type, groups in API_PARAMETER_GROUPS[key].items()\n    for API_TYPE in groups\n}\n\nPRICE_MAPPING = {\n    API_TYPE: data_type\n    for key in [\"price\"]\n    for data_type, groups in API_PARAMETER_GROUPS[key].items()\n    for API_TYPE in groups\n}\n\nIGNORED_VALUES = [\"jour\", \"total\", \"statut\", \"date\", \"heure\", \"liaisons\", \"tac\"]\n\n\ndef generate_url(zone_key, target_datetime):\n    if target_datetime:\n        return \"https://opendata.edf.fr/api/explore/v2.1/catalog/datasets/courbe-de-charge-de-la-production-delectricite-par-filiere/exports/json\"\n    return f\"{DOMAIN_MAPPING[zone_key]}/api/explore/v2.1/catalog/datasets/{LIVE_DATASETS[zone_key]}/exports/json\"\n\n\ndef fetch_data(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n) -> tuple[list, str, str]:\n    ses = session or Session()\n\n    if target_datetime is None and zone_key not in LIVE_DATASETS:\n        raise ParserException(\n            \"FR_O.py\",\n            f\"Live data not implemented for {zone_key} in this parser.\",\n            zone_key,\n        )\n\n    target_date = target_datetime.strftime(\"%Y-%m-%d\") if target_datetime else None\n    past_date = (\n        (target_datetime - timedelta(days=3)).strftime(\"%Y-%m-%d\")\n        if target_datetime\n        else None\n    )\n\n    URL_QUERIES: dict[str, str | None] = (\n        {\n            \"timezone\": \"UTC\",\n            \"order_by\": \"date_heure\",\n            \"where\": f\"date_heure >= date'{past_date}' AND date_heure <= date'{target_date}'\",\n            \"refine\": f\"territoire:{HISTORICAL_MAPPING[zone_key]}\",\n        }\n        if target_datetime\n        else {\n            \"timezone\": \"UTC\",\n            \"order_by\": \"date\",\n        }\n    )\n\n    url = generate_url(zone_key, target_datetime)\n    response: Response = ses.get(url, params=URL_QUERIES)\n    data: dict | list | None = response.json()\n    if data == []:\n        raise ParserException(\n            \"FR_O.py\",\n            f\"No data available for {zone_key} for {target_datetime.strftime('%Y')}\"\n            if target_datetime\n            else f\"No live data available for {zone_key}.\",\n            zone_key,\n        )\n    elif isinstance(data, dict):\n        if data.get(\"errorcode\") == \"10002\":\n            raise ParserException(\n                \"FR_O.py\",\n                f\"Rate limit exceeded. Please try again later after: {data.get('reset_time')}\",\n            )\n        elif data.get(\"error_code\") == \"ODSQLError\":\n            raise ParserException(\n                \"FR_O.py\",\n                \"Query malformed. Please check the parameters. If this was previously working there has likely been a change in the API.\",\n            )\n    if not isinstance(data, list):\n        raise ParserException(\n            \"FR_O.py\",\n            f\"Unexpected data format for {zone_key} for {target_datetime}\"\n            if target_datetime\n            else f\"Unexpected data format for {zone_key}.\",\n            zone_key,\n        )\n    source = url.split(\"//\")[1].split(\"/\")[0]\n    return data, \"date_heure\" if target_datetime else \"date\", source\n\n\n@refetch_frequency(timedelta(hours=72))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger=getLogger(__name__),\n):\n    production_objects, date_string, source = fetch_data(\n        zone_key, session, target_datetime\n    )\n\n    production_breakdown_list = ProductionBreakdownList(logger=logger)\n    for production_object in production_objects:\n        production = ProductionMix()\n        storage = StorageMix()\n        for mode_key in production_object:\n            if mode_key in API_PARAMETER_GROUPS[\"production\"][zone_key]:\n                production.add_value(\n                    API_PARAMETER_GROUPS[\"production\"][zone_key][mode_key],\n                    production_object[mode_key],\n                    correct_negative_with_zero=True,\n                )\n            elif mode_key in STORAGE_MAPPING:\n                storage.add_value(\n                    STORAGE_MAPPING[mode_key], -production_object[mode_key]\n                )\n            elif mode_key in IGNORED_VALUES:\n                pass\n            else:\n                logger.warning(\n                    f\"Unknown mode_key: '{mode_key}' encountered for {zone_key}.\"\n                )\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(production_object[date_string]),\n            production=production,\n            storage=storage,\n            source=source,\n            sourceType=EventSourceType.estimated\n            if production_object.get(\"statut\") == \"Estimé\"\n            else EventSourceType.measured,\n        )\n    return production_breakdown_list.to_list()\n\n\n@refetch_frequency(timedelta(hours=72))\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger=getLogger(__name__),\n):\n    data_objects, date_string, source = fetch_data(zone_key, session, target_datetime)\n\n    price_list = PriceList(logger=logger)\n    for data_object in data_objects:\n        price: float | int | None = None\n        for mode_key in data_object:\n            if mode_key in PRICE_MAPPING:\n                price = data_object[mode_key]\n                break\n        if price is not None:\n            price_list.append(\n                zoneKey=zone_key,\n                currency=\"EUR\",\n                datetime=datetime.fromisoformat(data_object[date_string]),\n                source=source,\n                price=price,\n            )\n    return price_list.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/GB.py",
    "content": "\"\"\"\nPrice parser that uses the RTE-FRANCE API\nProduction parser that uses the NESO and Elexon APIs\nThe storage values are computed using the Elexon API, aggregating the data per unit. To debug this use you can use:\n\nPRINT_DETAILS=hydro_storage uv run test_parser GB     -> which prints the hydro storage details, also including the minute details\nPRINT_DETAILS=battery_storage uv run test_parser GB   -> which prints the battery storage details, excluding the minute details, since there are too many battery units to print the minute details for each one\n\n\"\"\"\n\nimport os\nimport xml.etree.ElementTree as ET\nfrom datetime import datetime, timedelta, timezone\nfrom io import BytesIO\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom openpyxl import load_workbook\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"GB.py\"\nTIMEZONE = ZoneInfo(\"Europe/London\")\nZONE_KEY = ZoneKey(\"GB\")\n\nNESO_API = \"https://api.neso.energy/api/3/action/datastore_search_sql\"\nNESO_GENERATION_DATASET_ID = \"f93d1835-75bc-43e5-84ad-12472b180a98\"\n\nELEXON_BMU_UNITS = \"https://data.elexon.co.uk/bmrs/api/v1/reference/bmunits/all\"\nELEXON_PN_STREAM = \"https://data.elexon.co.uk/bmrs/api/v1/datasets/PN/stream\"\nELEXON_MELS_STREAM = \"https://data.elexon.co.uk/bmrs/api/v1/datasets/MELS/stream\"\nELEXON_MILS_STREAM = \"https://data.elexon.co.uk/bmrs/api/v1/datasets/MILS/stream\"\nELEXON_BOALF_STREAM = \"https://data.elexon.co.uk/bmrs/api/v1/datasets/BOALF/stream\"\nELEXON_BMU_FUEL_TYPE_URL = (\n    \"https://www.elexon.co.uk/documents/data/operational-data/bmu-fuel-type/\"\n)\n\n\nNESO_TO_PRODUCTION_MIX_MAPPING = {\n    \"BIOMASS\": \"biomass\",\n    \"COAL\": \"coal\",\n    \"GAS\": \"gas\",\n    \"HYDRO\": \"hydro\",\n    \"NUCLEAR\": \"nuclear\",\n    \"SOLAR\": \"solar\",\n    \"WIND\": \"wind\",\n    \"WIND_EMB\": \"wind\",\n    \"OTHER\": \"unknown\",\n}\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_price(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the power price per MWh of a given country.\n\n    This function will return one-hourly prices for the requested day, and previous one. For live data, it will also\n    return prices from day-ahead market data.\n    \"\"\"\n\n    now = datetime.now(timezone.utc)\n    target_datetime = (\n        now if target_datetime is None else target_datetime.astimezone(timezone.utc)\n    )\n    is_today = target_datetime.date() == now.date()\n\n    # API works in UTC timestamps, and allows fetching day-ahead market data\n    num_backlog_days = 1\n    day_start = (target_datetime - timedelta(days=num_backlog_days)).strftime(\n        \"%d/%m/%Y\"\n    )\n    day_end = (target_datetime + timedelta(days=1 if is_today else 0)).strftime(\n        \"%d/%m/%Y\"\n    )\n    url = f\"http://eco2mix.rte-france.com/curves/getDonneesMarche?dateDeb={day_start}&dateFin={day_end}&mode=NORM\"\n\n    session = session or Session()\n    response = session.get(url)\n\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching price error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    xml_tree = ET.fromstring(response.content)\n\n    price_list = PriceList(logger=logger)\n    for daily_market_data in xml_tree.iterfind(\"donneesMarche\"):\n        date = daily_market_data.get(\"date\")\n        if date is None:\n            raise ParserException(\n                PARSER,\n                \"Exception when parsing price API response: missing 'date' for daily market data.\",\n                zone_key,\n            )\n        day = datetime.strptime(date, \"%Y-%m-%d\").replace(tzinfo=timezone.utc)\n\n        for daily_zone_data in daily_market_data:\n            zone_code = daily_zone_data.get(\"perimetre\")\n\n            # Data for Germany / Luxembourg is not set / reported as aggregate region\n            if zone_code in {\"DE\", \"DL\"}:\n                continue\n\n            if zone_key != zone_code:\n                continue\n\n            granularity = daily_zone_data.get(\"granularite\")\n            if granularity != \"Global\":\n                continue\n\n            for value in daily_zone_data:\n                price = (\n                    None\n                    if value.text == \"ND\"\n                    else float(value.text)\n                    if value.text is not None\n                    else None\n                )\n                if price is None:\n                    continue\n\n                period_number = int(value.attrib[\"periode\"])\n                dt = day + timedelta(hours=period_number)\n\n                price_list.append(\n                    zoneKey=zone_key,\n                    datetime=dt,\n                    source=\"rte-france.com\",\n                    price=price,\n                    currency=\"EUR\",\n                    # Can use EventSourceType.measured even for dt > now entries as price is set on day-ahead market\n                    sourceType=EventSourceType.measured,\n                )\n\n    return price_list.to_list()\n\n\n@refetch_frequency(timedelta(hours=72))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    session = session or Session()\n\n    if target_datetime is None:\n        start_datetime = datetime.now(tz=ZoneInfo(\"UTC\")) - timedelta(hours=72)\n        end_datetime = datetime.now(tz=ZoneInfo(\"UTC\"))\n        sql_query = f\"\"\"SELECT * FROM \"{NESO_GENERATION_DATASET_ID}\" WHERE \"DATETIME\" >= '{start_datetime.strftime(\"%Y-%m-%d\")}' ORDER BY \"DATETIME\" ASC\"\"\"\n\n    elif target_datetime.astimezone(timezone.utc) > datetime(\n        year=2009, month=1, day=1, tzinfo=timezone.utc\n    ):\n        target_datetime = target_datetime.astimezone(ZoneInfo(\"Europe/London\"))\n        start_datetime = target_datetime - timedelta(hours=48)\n        end_datetime = target_datetime + timedelta(hours=24)\n\n        sql_query = f\"\"\"SELECT * FROM \"{NESO_GENERATION_DATASET_ID}\" WHERE \"DATETIME\" >= '{start_datetime.strftime(\"%Y-%m-%d\")}' AND \"DATETIME\" <= '{end_datetime.strftime(\"%Y-%m-%d\")}' ORDER BY \"DATETIME\" ASC\"\"\"\n    else:\n        raise ParserException(\n            \"GB.py\",\n            \"This parser is not yet able to parse dates before 2009-01-01\",\n            zone_key,\n        )\n\n    params = {\"sql\": sql_query}\n\n    res: Response = session.get(NESO_API, params=params)\n    if not res.status_code == 200:\n        raise ParserException(\n            \"GB.py\",\n            f\"Exception when fetching production error code: {res.status_code}: {res.text}\",\n            zone_key,\n        )\n\n    obj = res.json()[\"result\"][\"records\"]\n\n    rows_to_process: list[tuple[datetime, dict]] = []\n    for row in obj:\n        ts = datetime.fromisoformat(row[\"DATETIME\"]).replace(tzinfo=ZoneInfo(\"UTC\"))\n        if ts < start_datetime:\n            continue\n        if ts > end_datetime:\n            break\n        rows_to_process.append((ts, row))\n\n    hydro_units = get_hydro_storage_units(session, zone_key)\n    battery_units = get_battery_units(session, zone_key)\n\n    pn_df, mels_df, mils_df, boalf_df = _fetch_all_storage_data(\n        session, hydro_units + battery_units, start_datetime, end_datetime\n    )\n\n    storage_lookup = _build_storage_lookup(\n        pn_df, mels_df, mils_df, boalf_df, rows_to_process\n    )\n\n    production_list = ProductionBreakdownList(logger=logger)\n    for period_start, row in rows_to_process:\n        production_mix = ProductionMix()\n        for neso_key, emaps_key in NESO_TO_PRODUCTION_MIX_MAPPING.items():\n            production_mix.add_value(emaps_key, float(row[neso_key]))\n\n        pn_by_unit, mels_by_unit, mils_by_unit, boalf_by_unit, period_end = (\n            storage_lookup[period_start]\n        )\n        storage_mix = _compute_storage_mix(\n            period_start,\n            period_end,\n            hydro_units,\n            battery_units,\n            pn_by_unit,\n            mels_by_unit,\n            mils_by_unit,\n            boalf_by_unit,\n        )\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=period_start,\n            production=production_mix,\n            storage=storage_mix,\n            source=\"neso.energy, elexon.co.uk\",\n        )\n\n    return production_list.to_list()\n\n\ndef _fetch_all_storage_data(\n    session: Session,\n    units: list[str],\n    time_from: datetime,\n    time_to: datetime,\n) -> tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame, pd.DataFrame]:\n    \"\"\"Fetch PN, MELS, MILS, and BOALF for all units over a time range.\n\n    Makes 4 API calls total — one per dataset — covering the entire production window.\n\n    Args:\n        time_from: Start of the production window. PN/MELS/MILS are fetched\n            from 30 minutes before this to catch records whose timeFrom fell\n            in the preceding period. BOALF is fetched from 4 hours before to\n            catch long-running acceptances.\n        time_to: End of the production window (inclusive).\n\n    Returns:\n        Four DataFrames (pn, mels, mils, boalf) with pre-parsed columns:\n        unit, time_from, time_to, level_from, acceptance_number.\n    \"\"\"\n    physical_params = {\n        \"from\": (time_from - timedelta(minutes=30)).strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n        \"to\": time_to.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n        \"bmUnit\": units,\n    }\n    boalf_params = {\n        \"from\": (time_from - timedelta(hours=4)).strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n        \"to\": time_to.strftime(\"%Y-%m-%dT%H:%M:%SZ\"),\n        \"bmUnit\": units,\n    }\n\n    pn_rows = _fetch_storage_dataset(session, physical_params, ELEXON_PN_STREAM)\n    mels_rows = _fetch_storage_dataset(session, physical_params, ELEXON_MELS_STREAM)\n    mils_rows = _fetch_storage_dataset(session, physical_params, ELEXON_MILS_STREAM)\n    boalf_rows = _fetch_storage_dataset(session, boalf_params, ELEXON_BOALF_STREAM)\n\n    return (\n        _rows_to_df(pn_rows),\n        _rows_to_df(mels_rows),\n        _rows_to_df(mils_rows),\n        _rows_to_df(boalf_rows),\n    )\n\n\ndef _rows_to_df(rows: list[dict]) -> pd.DataFrame:\n    \"\"\"Convert raw Elexon API rows to a DataFrame with pre-parsed columns.\n\n    Parses timeFrom/timeTo once via vectorised pd.to_datetime so downstream\n    code never re-parses datetime strings.\n    \"\"\"\n    if not rows:\n        return pd.DataFrame(\n            columns=[\"unit\", \"time_from\", \"time_to\", \"level_from\", \"acceptance_number\"]\n        )\n    df = pd.DataFrame(rows)\n    df[\"time_from\"] = pd.to_datetime(df[\"timeFrom\"]).dt.tz_convert(\"UTC\")\n    df[\"time_to\"] = pd.to_datetime(df[\"timeTo\"]).dt.tz_convert(\"UTC\")\n    df[\"unit\"] = (\n        df[\"nationalGridBmUnit\"] if \"nationalGridBmUnit\" in df.columns else pd.NA\n    )\n    df[\"level_from\"] = (\n        pd.to_numeric(df[\"levelFrom\"], errors=\"coerce\")\n        if \"levelFrom\" in df.columns\n        else float(\"nan\")\n    )\n    df[\"acceptance_number\"] = (\n        df[\"acceptanceNumber\"].fillna(0).astype(int)\n        if \"acceptanceNumber\" in df.columns\n        else 0\n    )\n    return df[[\"unit\", \"time_from\", \"time_to\", \"level_from\", \"acceptance_number\"]]\n\n\n_UnitRecords = dict[str, list[dict]]\n_StorageLookup = dict[\n    datetime,\n    tuple[_UnitRecords, _UnitRecords, _UnitRecords, _UnitRecords, datetime],\n]\n\n\ndef _build_storage_lookup(\n    pn_df: pd.DataFrame,\n    mels_df: pd.DataFrame,\n    mils_df: pd.DataFrame,\n    boalf_df: pd.DataFrame,\n    rows_to_process: list[tuple[datetime, datetime]],\n) -> _StorageLookup:\n    \"\"\"Pre-filter and group storage data for each timestamp's window.\n\n    For each timestamp performs a vectorised boolean filter on the DataFrames\n    (datetimes already parsed), then groups the matching rows by unit.\n    The returned records have pre-parsed datetime fields so per-minute lookups\n    require only simple comparisons.\n    \"\"\"\n    lookup: _StorageLookup = {}\n\n    timestamps = [ts for ts, _ in rows_to_process]\n    period_duration = timestamps[1] - timestamps[0] if len(timestamps) >= 2 else None\n\n    for i, period_start in enumerate(timestamps):\n        if i + 1 < len(timestamps):\n            period_end = timestamps[i + 1]\n        elif period_duration is not None:\n            period_end = period_start + period_duration\n        else:\n            raise ParserException(\n                PARSER,\n                \"Cannot determine settlement period duration: only one NESO timestamp returned.\",\n                ZONE_KEY,\n            )\n        ps_pd = pd.Timestamp(period_start)\n        pe_pd = pd.Timestamp(period_end)\n\n        def filter_and_group(\n            df: pd.DataFrame, _ts: pd.Timestamp, _pe: pd.Timestamp\n        ) -> _UnitRecords:\n            window = df[(df[\"time_from\"] < _pe) & (df[\"time_to\"] > _ts)]\n            grouped: _UnitRecords = {}\n            for row in window.itertuples(index=False):\n                unit = row.unit\n                if not isinstance(unit, str):\n                    continue\n                grouped.setdefault(unit, []).append(\n                    {\n                        \"time_from\": row.time_from.to_pydatetime(),\n                        \"time_to\": row.time_to.to_pydatetime(),\n                        \"level_from\": (\n                            None if pd.isna(row.level_from) else float(row.level_from)\n                        ),\n                        \"acceptance_number\": int(row.acceptance_number),\n                    }\n                )\n            return grouped\n\n        lookup[period_start] = (\n            filter_and_group(pn_df, ps_pd, pe_pd),\n            filter_and_group(mels_df, ps_pd, pe_pd),\n            filter_and_group(mils_df, ps_pd, pe_pd),\n            filter_and_group(boalf_df, ps_pd, pe_pd),\n            period_end,\n        )\n\n    return lookup\n\n\ndef _compute_storage_mix(\n    period_start: datetime,\n    period_end: datetime,\n    hydro_units: list[str],\n    battery_units: list[str],\n    pn_by_unit: _UnitRecords,\n    mels_by_unit: _UnitRecords,\n    mils_by_unit: _UnitRecords,\n    boalf_by_unit: _UnitRecords,\n) -> StorageMix:\n    \"\"\"Compute hydro and battery storage mixes for a given timestamp from pre-fetched data.\"\"\"\n    debug = os.environ.get(\"PRINT_DETAILS\", \"\").lower()\n    storage_mix = StorageMix()\n    period_minutes = int((period_end - period_start).total_seconds() / 60)\n\n    hydro_storage = _compute_storage_for_units(\n        hydro_units,\n        period_start,\n        pn_by_unit,\n        mels_by_unit,\n        mils_by_unit,\n        boalf_by_unit,\n        period_minutes,\n        print_details=debug == \"hydro_storage\",\n        print_minute_details=debug == \"hydro_storage\",\n    )\n    storage_mix.add_value(\"hydro\", -hydro_storage)\n\n    battery_storage = _compute_storage_for_units(\n        battery_units,\n        period_start,\n        pn_by_unit,\n        mels_by_unit,\n        mils_by_unit,\n        boalf_by_unit,\n        period_minutes,\n        print_details=debug == \"battery_storage\",\n        print_minute_details=False,\n    )\n    storage_mix.add_value(\"battery\", -battery_storage)\n    return storage_mix\n\n\ndef _compute_storage_for_units(\n    units: list[str],\n    period_start: datetime,\n    pn_by_unit: _UnitRecords,\n    mels_by_unit: _UnitRecords,\n    mils_by_unit: _UnitRecords,\n    boalf_by_unit: _UnitRecords,\n    period_minutes: int,\n    print_details: bool = False,\n    print_minute_details: bool = False,\n) -> float:\n    \"\"\"Compute the aggregate storage MW for a list of units at a given timestamp.\n\n    Uses pre-filtered, pre-parsed records from _build_storage_lookup.\n    \"\"\"\n    if print_details:\n        total_boalf = sum(len(boalf_by_unit.get(u, [])) for u in units)\n        total_pn = sum(len(pn_by_unit.get(u, [])) for u in units)\n        print(\n            f\"\\n  [{period_start.strftime('%Y-%m-%d %H:%M')}] {len(units)} units, \"\n            f\"pre-fetched: {total_boalf} BOALF, {total_pn} PN rows\"\n        )\n\n    total_storage = 0.0\n    for unit in units:\n        if print_details:\n            n_boalf = len(boalf_by_unit.get(unit, []))\n            n_pn = len(pn_by_unit.get(unit, []))\n            print(f\"  {unit}: {n_boalf} BOALF recs, {n_pn} PN recs\", end=\"\")\n        unit_mw = _compute_unit_storage_mw(\n            boalf_records=boalf_by_unit.get(unit, []),\n            pn_records=pn_by_unit.get(unit, []),\n            mels_records=mels_by_unit.get(unit, []),\n            mils_records=mils_by_unit.get(unit, []),\n            period_start=period_start,\n            period_minutes=period_minutes,\n            print_details=print_details,\n            print_minute_details=print_minute_details,\n        )\n        total_storage += unit_mw\n\n    if print_details:\n        print(f\"  TOTAL: {total_storage:.1f} MW\")\n    return total_storage\n\n\ndef _extract_data_rows(payload: dict | list) -> list[dict]:\n    if isinstance(payload, dict):\n        data = payload.get(\"data\")\n        return data if isinstance(data, list) else []\n    return payload if isinstance(payload, list) else []\n\n\ndef _get_boalf_value_at_minute(\n    records: list[dict], minute_dt: datetime\n) -> float | None:\n    \"\"\"Determine the BOALF MW level for a single unit at a specific minute.\n\n    BOALF (Bid-Offer Acceptance Level Flagged) records represent instructions\n    from the System Operator to a generation/storage unit. Multiple BOALF\n    records can cover the same minute — each identified by an acceptanceNumber.\n    A higher acceptanceNumber represents a more recent instruction that\n    supersedes earlier ones.\n\n    Algorithm:\n      1. Find all BOALF records whose [timeFrom, timeTo) interval covers\n         the minute.\n      2. Among those, pick the record with the highest acceptanceNumber.\n      3. Return its levelFrom (the MW level at the start of the interval).\n\n    We use levelFrom rather than interpolating between levelFrom and levelTo.\n    In practice, \"body\" records (spanning many minutes) have\n    levelFrom == levelTo, and \"ramp\" records are only 1 minute long, so\n    the error from not interpolating is negligible.\n\n    Returns None if no BOALF record covers this minute, signalling the\n    caller to fall back to PN data.\n    \"\"\"\n    best_acceptance = -1\n    best_value: float | None = None\n\n    for rec in records:\n        if rec[\"time_from\"] <= minute_dt < rec[\"time_to\"]:\n            acceptance = rec[\"acceptance_number\"]\n            if acceptance > best_acceptance:\n                level = rec[\"level_from\"]\n                if level is not None:\n                    best_acceptance = acceptance\n                    best_value = level\n\n    return best_value\n\n\ndef _get_level_at_minute(records: list[dict], minute_dt: datetime) -> float | None:\n    \"\"\"Determine the MW level from a PN/MELS/MILS dataset at a specific minute.\n\n    Physical Notification (PN), Maximum Export Limit (MELS), and Minimum\n    Import Limit (MILS) datasets share the same record structure with\n    timeFrom/timeTo and levelFrom/levelTo fields. Their intervals typically\n    align to settlement period boundaries but are not guaranteed to.\n\n    For a given minute, finds all records whose [timeFrom, timeTo) interval\n    covers it and returns the levelFrom of the one with the latest timeFrom,\n    making the result deterministic when overlapping records exist.\n\n    Returns None if no record covers this minute.\n    \"\"\"\n    best_rec = None\n    for rec in records:\n        if rec[\"time_from\"] <= minute_dt < rec[\"time_to\"] and (\n            best_rec is None or rec[\"time_from\"] > best_rec[\"time_from\"]\n        ):\n            best_rec = rec\n    return best_rec[\"level_from\"] if best_rec is not None else None\n\n\ndef _compute_unit_storage_mw(\n    boalf_records: list[dict],\n    pn_records: list[dict],\n    mels_records: list[dict],\n    mils_records: list[dict],\n    period_start: datetime,\n    period_minutes: int,\n    print_details: bool = False,\n    print_minute_details: bool = False,\n) -> float:\n    \"\"\"Compute the average MW output for one storage unit over a period.\n\n    Resolves the effective MW value at each minute in [period_start,\n    period_start + period_minutes) using the following precedence:\n\n      1. BOALF available  → use it directly. If multiple BOALF records\n         cover a minute, the highest acceptanceNumber wins.\n      2. PN available, and MELS and/or MILS available → clamp PN to\n         the [MILS, MELS] range. MELS is the Maximum Export Limit\n         (upper bound), MILS is the Minimum Import Limit (lower bound,\n         typically negative for storage importing/charging).\n      3. PN available, no limits → use PN as-is.\n      4. No data at all → assume 0 MW.\n\n    Returns the average MW over the period (sum of per-minute values\n    divided by period_minutes).\n    \"\"\"\n    total = 0.0\n    boalf_minutes = 0\n    pn_minutes = 0\n    zero_minutes = 0\n    minute_details: list[str] = []\n\n    for m in range(period_minutes):\n        minute_dt = period_start + timedelta(minutes=m)\n        ts = minute_dt.strftime(\"%H:%M\")\n\n        boalf_value = _get_boalf_value_at_minute(boalf_records, minute_dt)\n        pn_value = _get_level_at_minute(pn_records, minute_dt)\n        mels_value = _get_level_at_minute(mels_records, minute_dt)\n        mils_value = _get_level_at_minute(mils_records, minute_dt)\n\n        if boalf_value is not None:\n            total += boalf_value\n            boalf_minutes += 1\n            if boalf_value != 0 or (pn_value is not None and pn_value != 0):\n                pn_str = f\"|PN:{pn_value:.0f}\" if pn_value is not None else \"\"\n                minute_details.append(f\"{ts}=BOALF:{boalf_value:.0f}{pn_str}\")\n            continue\n\n        if pn_value is not None:\n            clamped = pn_value\n            if mels_value is not None:\n                clamped = min(clamped, mels_value)\n            if mils_value is not None:\n                clamped = max(clamped, mils_value)\n            total += clamped\n            pn_minutes += 1\n            if clamped != 0:\n                extra = \"\"\n                if clamped != pn_value:\n                    extra = f\"(raw:{pn_value:.0f})\"\n                minute_details.append(f\"{ts}=PN:{clamped:.0f}{extra}\")\n            continue\n\n        zero_minutes += 1\n\n    avg_mw = total / period_minutes\n    if print_details:\n        summary = (\n            f\"    {boalf_minutes}xBOALF {pn_minutes}xPN {zero_minutes}xNODATA\"\n            f\" → avg={avg_mw:.1f} MW\"\n        )\n        print(summary)\n        if print_minute_details and minute_details:\n            for m in minute_details:\n                print(f\"      {m}\")\n    return avg_mw\n\n\ndef _fetch_storage_dataset(\n    session: Session,\n    params: dict,\n    endpoint: str,\n) -> list[dict]:\n    res = session.get(endpoint, params=params)\n    if not res.ok:\n        raise ParserException(\n            \"GB.py\",\n            f\"Exception when fetching storage units error code: {res.status_code}: {res.text}\",\n            ZONE_KEY,\n        )\n    return _extract_data_rows(res.json())\n\n\ndef get_hydro_storage_units(session: Session, zone_key: ZoneKey) -> list[str]:\n    res = session.get(ELEXON_BMU_UNITS)\n    if not res.status_code == 200:\n        raise ParserException(\n            \"GB.py\",\n            f\"Exception when fetching storage units error code: {res.status_code}: {res.text}\",\n            zone_key,\n        )\n\n    hydro_storage_units = []\n    for r in res.json():\n        if r[\"fuelType\"] == \"PS\":  # PS = pumped storage\n            hydro_storage_units.append(r[\"nationalGridBmUnit\"])\n\n    return hydro_storage_units\n\n\ndef get_battery_units(session: Session, zone_key: ZoneKey) -> list[str]:\n    \"\"\"Fetch battery BMU IDs from the Elexon BMU Fuel Type spreadsheet.\n\n    Filters for units where BMRS FUEL TYPE = \"OTHER\" and REG FUEL TYPE = \"BATTERY\".\n    \"\"\"\n    res = session.get(\n        ELEXON_BMU_FUEL_TYPE_URL,\n        headers={\"User-Agent\": \"electricitymaps.com\"},\n    )\n    if not res.ok:\n        raise ParserException(\n            \"GB.py\",\n            f\"Failed to download BMU fuel type spreadsheet: {res.status_code}\",\n            zone_key,\n        )\n\n    wb = load_workbook(BytesIO(res.content), read_only=True, data_only=True)\n    ws = wb.active\n\n    battery_units = []\n    for row in ws.iter_rows(min_row=2, values_only=True):\n        neso_bmu_id = row[0]\n        bmrs_fuel_type = row[3]\n        reg_fuel_type = row[4]\n        if bmrs_fuel_type == \"OTHER\" and reg_fuel_type == \"BATTERY\":\n            battery_units.append(neso_bmu_id)\n\n    wb.close()\n    return battery_units\n\n\nif __name__ == \"__main__\":\n    for zone_key in [\"BE\", \"CH\", \"AT\", \"ES\", \"FR\", \"GB\", \"IT\", \"NL\", \"PT\"]:\n        print(f\"fetch_price({zone_key}) ->\")\n        print(fetch_price(ZoneKey(zone_key)))\n\n    historical_datetime = datetime(2022, 7, 16, 12, tzinfo=timezone.utc)\n    print(f\"fetch_price(target_datetime={historical_datetime.isoformat()}) ->\")\n    print(fetch_price(target_datetime=historical_datetime))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/GCCIA.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nThis parser returns Gulf Cooperation Council countries (United Arab Emirates, Bahrain, Saudi Arabia, Oman, Qatar, and Kuwait) electricity demand (only consumption, production data is not available)\nKuwait has a good data source and parser of its own, but should it become unavailable this parser can return data for Kuwait as well\nSource: Gulf Cooperation Council Interconnection Authority\nURL: https://www.gccia.com.sa/\nScroll down to see the system demand map\nKuwait shares of Electricity production in 2017: 65.6% oil, 34.4% gas (source: IEA; https://www.iea.org/statistics/?country=KUWAIT&indicator=ElecGenByFuel)\n\"\"\"\n\n# TODO get this data for the other countries as well\n\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom sys import stderr\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import TotalConsumptionList\n\nfrom .lib.exceptions import ParserException\n\nCONSUMPTION_URL = \"https://www.gccia.com.sa/\"\nSOURCE = \"www.gccia.com.sa\"\n\nCOUNTRY_CODE_MAPPING = {\n    \"AE\": \"uae\",\n    \"BH\": \"bah\",\n    \"KW\": \"kuw\",\n    \"OM\": \"omn\",\n    \"QA\": \"qat\",\n    \"SA\": \"ksa\",\n}\n\nTIME_ZONE_MAPPING = {\n    \"AE\": ZoneInfo(\"Asia/Dubai\"),\n    \"BH\": ZoneInfo(\"Asia/Bahrain\"),\n    \"KW\": ZoneInfo(\"Asia/Kuwait\"),\n    \"OM\": ZoneInfo(\"Asia/Muscat\"),\n    \"QA\": ZoneInfo(\"Asia/Qatar\"),\n    \"SA\": ZoneInfo(\"Asia/Riyadh\"),\n}\n\n\ndef fetch_consumption(\n    zone_key,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or Session()\n    response = r.get(CONSUMPTION_URL)\n\n    pattern = COUNTRY_CODE_MAPPING[zone_key] + r'-mw-val\">\\s*(\\d+)'\n\n    match = re.findall(pattern, response.text)\n    if not match:\n        # if no data, the text becomes \" - \"\n        raise ParserException(\n            \"GCCIA.py\", \"data is currently not available\", zone_key=zone_key\n        )\n    consumption = TotalConsumptionList(logger)\n    consumption.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(tz=TIME_ZONE_MAPPING[zone_key]),\n        consumption=int(match[0]),\n        source=SOURCE,\n    )\n\n    return consumption.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the electricityMap backend, but handy for testing.\"\"\"\n\n    for i in COUNTRY_CODE_MAPPING:\n        print(f\"fetch_consumption('{i}') ->\")\n        try:\n            print(fetch_consumption(i))\n        except IndexError as error:\n            print(f\"Could not fetch consumption data for {i}\", file=stderr)\n            print(type(error), \":\", error, file=stderr)\n        print()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/GSO.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parse Peninsular Malaysian electricity data from the GSO API.\"\"\"\n\n# The states of Sabah and Sarawak are not included. There is pumped storage on\n# the Peninsula but no data is currently available.\n# https://www.scribd.com/document/354635277/Doubling-Up-in-Malaysia-International-Water-Power\n\n# Standard library imports\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\n# Third-party library imports\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\n\n# Local library imports\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\nfrom electricitymap.contrib.types import ZoneKey\n\nDEFAULT_ZONE_KEY = ZoneKey(\"MY-WM\")\nDOMAIN = \"www.gso.org.my\"\nPRODUCTION_THRESHOLD = 10  # MW\nZONE_INFO = ZoneInfo(\"Asia/Kuala_Lumpur\")\nCONSUMPTION_URL = f\"https://{DOMAIN}/SystemData/SystemDemand.aspx/GetChartDataSource\"\nEXCHANGE_URL = f\"https://{DOMAIN}/SystemData/TieLine.aspx/GetChartDataSource\"\nPRODUCTION_URL = f\"https://{DOMAIN}/SystemData/CurrentGen.aspx/GetChartDataSource\"\n\nPRODUCTION_BREAKDOWN = {\n    \"Coal\": \"coal\",\n    \"Gas\": \"gas\",\n    \"CoGen\": \"unknown\",\n    \"Oil\": \"oil\",\n    \"Hydro\": \"hydro\",\n    \"Solar\": \"solar\",\n}\n\n\ndef get_api_data(session: Session, url, data):\n    \"\"\"Parse JSON data from the API.\"\"\"\n    # The API returns a JSON string containing only one key-value pair whose\n    # value is another JSON string. We must therefore parse the response as\n    # JSON, access the lone value, and parse it as JSON again!\n    return json.loads(session.post(url, json=data).json()[\"d\"])\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"MY\")\ndef fetch_consumption(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Request the power consumption (in MW) of a given zone.\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    date_string = target_datetime.strftime(\"%d/%m/%Y\")\n    consumption_data = get_api_data(\n        session or Session(),\n        CONSUMPTION_URL,\n        {\n            \"Fromdate\": date_string,\n            \"Todate\": date_string,\n        },\n    )\n    all_consumption_data = TotalConsumptionList(logger)\n\n    for item in consumption_data:\n        all_consumption_data.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(item[\"DT\"]).replace(tzinfo=ZONE_INFO),\n            consumption=item[\"MW\"],\n            source=DOMAIN,\n        )\n    return all_consumption_data.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"MY\")\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Request the power exchange (in MW) between two zones.\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    date_string = target_datetime.strftime(\"%d/%m/%Y\")\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted((zone_key1, zone_key2))))\n    all_exchange_data = ExchangeList(logger)\n    if sorted_zone_keys == \"MY-WM->SG\":\n        # The Singapore exchange is a PLTG tie.\n        exchange_data = get_api_data(\n            session,\n            EXCHANGE_URL,\n            {\n                \"Fromdate\": date_string,\n                \"Todate\": date_string,\n                \"Line\": \"PLTG\",\n            },\n        )\n        for item in exchange_data:\n            all_exchange_data.append(\n                datetime=datetime.fromisoformat(item[\"Tarikhmasa\"]).replace(\n                    tzinfo=ZONE_INFO\n                ),\n                netFlow=item[\"MW\"],\n                zoneKey=sorted_zone_keys,\n                source=DOMAIN,\n            )\n\n    elif sorted_zone_keys == \"MY-WM->TH\":\n        # The Thailand exchange is made up of EGAT and HVDC ties.\n        egat_exchanges = get_api_data(\n            session,\n            EXCHANGE_URL,\n            {\n                \"Fromdate\": date_string,\n                \"Todate\": date_string,\n                \"Line\": \"EGAT\",\n            },\n        )\n        hvdc_exchanges = get_api_data(\n            session,\n            EXCHANGE_URL,\n            {\n                \"Fromdate\": date_string,\n                \"Todate\": date_string,\n                \"Line\": \"HVDC\",\n            },\n        )\n        for exchange in egat_exchanges + hvdc_exchanges:\n            all_exchange_data.append(\n                datetime=datetime.fromisoformat(exchange[\"Tarikhmasa\"]).replace(\n                    tzinfo=ZONE_INFO\n                ),\n                netFlow=exchange[\"MW\"],\n                zoneKey=sorted_zone_keys,\n                source=DOMAIN,\n            )\n    else:\n        raise NotImplementedError(\"'{sorted_zone_keys}' is not implemented\")\n    return all_exchange_data.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"MY\")\ndef fetch_production(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Request the production mix (in MW) of a given zone.\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    date_string = target_datetime.strftime(\"%d/%m/%Y\")\n    all_production_data = ProductionBreakdownList(logger)\n\n    production_data = get_api_data(\n        session,\n        PRODUCTION_URL,\n        {\n            \"Fromdate\": date_string,\n            \"Todate\": date_string,\n        },\n    )\n    for item in production_data:\n        production_mix = ProductionMix()\n        item_datetime = datetime.fromisoformat(item[\"DT\"]).replace(tzinfo=ZONE_INFO)\n        for mode in [key for key in item if key != \"DT\"]:\n            production_mix.add_value(PRODUCTION_BREAKDOWN[mode], item[mode], True)\n        all_production_data.append(\n            zoneKey=zone_key,\n            production=production_mix,\n            source=DOMAIN,\n            datetime=item_datetime,\n        )\n    return all_production_data.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/GT.py",
    "content": "\"\"\"Parse Guatemalan electricity data from the Administrador del Mercado Mayorista (AMM) API.\"\"\"\n\nimport collections\nimport enum\nfrom datetime import datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"GT.py\"\nDEFAULT_ZONE_KEY = ZoneKey(\"GT\")\nTIMEZONE = ZoneInfo(\"America/Guatemala\")\n\nSOURCE = \"amm.org.gt\"  # Source is slightly different than API URL\nURL = \"https://wl12.amm.org.gt/GraficaPW/graficaCombustible\"\n\nPRODUCTION_TYPE_TO_PRODUCTION_MODE = {\n    \"BIOGAS\": \"biomass\",\n    \"BIOMASA\": \"biomass\",\n    \"CARBÓN\": \"coal\",\n    \"CARBÓN/PETCOKE\": \"coal\",\n    \"GAS NATURAL\": \"gas\",\n    \"SYNGAN\": \"gas\",\n    \"VAPOR\": \"geothermal\",\n    \"AGUA\": \"hydro\",\n    \"BUNKER\": \"oil\",\n    \"DIESEL\": \"oil\",\n    \"IRRADIACIÓN\": \"solar\",\n    \"BIOMASA/CARBÓN\": \"unknown\",  # not always present, e.g. 15/07/2023 TZ\n    \"VIENTO\": \"wind\",\n}\n\nKNOWN_API_DATA_KEYS = [\n    *PRODUCTION_TYPE_TO_PRODUCTION_MODE.keys(),\n    \"DEM SNI\",\n    \"DEMANDA LOCAL PROG\",\n    \"INTERCONEXIÓN\",\n    \"null\",\n]\n\n\nclass ApiKind(enum.Enum):\n    PRODUCTION = \"production\"\n    CONSUMPTION = \"consumption\"\n\n\ndef _get_api_data(\n    session: Session,\n    target_datetime: datetime,\n    target: ApiKind,\n    num_backlog_days: int,\n) -> dict[datetime, dict]:\n    \"\"\"Get the one-hourly AMM API data for the desired UTC day + n days of backlog.\"\"\"\n\n    now_utc = datetime.now(timezone.utc)\n    hour_now_utc = now_utc.replace(minute=0, second=0, microsecond=0)\n\n    target_datetime_utc = target_datetime.astimezone(timezone.utc)\n\n    # The API expects local (TZ) timestamps and can only return one day of data\n    # so might need to do multiple api calls if UTC day straddles multiple local days\n    target_day_utc = datetime.combine(target_datetime_utc, time(), tzinfo=timezone.utc)\n\n    target_day_utc_start = target_day_utc - timedelta(days=num_backlog_days)\n    target_day_utc_end = target_day_utc + timedelta(days=1) - timedelta(microseconds=1)\n\n    local_day_of_target_day_utc_start = datetime.combine(\n        target_day_utc_start.astimezone(TIMEZONE), time(), tzinfo=TIMEZONE\n    )\n    local_day_of_target_day_utc_end = datetime.combine(\n        target_day_utc_end.astimezone(TIMEZONE), time(), tzinfo=TIMEZONE\n    )\n    num_local_days = (\n        local_day_of_target_day_utc_end - local_day_of_target_day_utc_start\n    ).days\n\n    daily_payloads: dict[datetime, list[dict]] = {}\n    for i in range(num_local_days + 1):\n        local_day = local_day_of_target_day_utc_start + timedelta(days=i)\n        response = session.get(URL, params={\"dt\": local_day.strftime(\"%d/%m/%Y\")})\n        if not response.ok:\n            raise ParserException(\n                PARSER,\n                f\"Exception when fetching {target.value} error code: {response.status_code}: {response.text}\",\n            )\n\n        # The JSON data returned by the API is a list of objects, each representing one technology type.\n        daily_payloads[local_day] = response.json()\n\n    if not any(daily_payload for daily_payload in daily_payloads.values()):\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching {target.value}: no data available for UTC day {target_day_utc.strftime('%Y-%m-%d %Z')}. \"\n            f\"Note that historical data is only available for the last 1 year.\",\n        )\n\n    # aggregate all individual hourly items into a dict keyed by common UTC timestamp\n    results: dict[datetime, dict] = collections.defaultdict(dict)\n    for local_day, daily_payload in daily_payloads.items():\n        for row in daily_payload:\n            # The API returns hours in the range [1, 24], so each one refers to the\n            # past hour (e.g., 1 is the time period [00:00, 01:00)). Shift the hour\n            # so each index represents the hour ahead and is in the range [0, 24),\n            # e.g., hour 0 represents the period [00:00, 01:00).\n            dt_local = local_day + timedelta(hours=int(row[\"hora\"]) - 1)\n            dt_utc = dt_local.astimezone(timezone.utc)\n\n            # ignore data outside of range of interest\n            if dt_utc < target_day_utc_start or dt_utc > target_day_utc_end:\n                continue\n\n            # For live data, the current hour's data isn't finished updating until the hour has passed,\n            # so the current hour should not be included in the results.\n            if dt_utc >= hour_now_utc:\n                continue\n\n            results[dt_utc][row[\"tipo\"]] = row[\"potencia\"]\n\n    return results\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetch a list of hourly consumption data, in MW, for the UTC day of the requested date-time.\"\"\"\n\n    session = session or Session()\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    api_data = _get_api_data(\n        session,\n        target_datetime=target_datetime,\n        target=ApiKind.CONSUMPTION,\n        num_backlog_days=0,\n    )\n\n    consumption_list = TotalConsumptionList(logger=logger)\n    for dt, row in api_data.items():\n        consumption = row[\"DEM SNI\"]\n        if not consumption:\n            continue\n\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            consumption=consumption,\n            source=SOURCE,\n        )\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = DEFAULT_ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetch a list of hourly production data, in MW, for the UTC day of the requested date-time.\"\"\"\n\n    session = session or Session()\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    api_data = _get_api_data(\n        session,\n        target_datetime=target_datetime,\n        target=ApiKind.PRODUCTION,\n        num_backlog_days=0,\n    )\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    for dt, row in api_data.items():\n        production_mix = ProductionMix()\n        for key in row:\n            if key not in PRODUCTION_TYPE_TO_PRODUCTION_MODE:\n                if key not in KNOWN_API_DATA_KEYS:\n                    logger.warning(f\"Unmapped production type returned by API: {key}\")\n                continue\n\n            production_mode = PRODUCTION_TYPE_TO_PRODUCTION_MODE[key]\n            production_mix.add_value(production_mode, row[key])\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=SOURCE,\n            production=production_mix,\n        )\n    return production_breakdown_list.to_list()\n\n\nif __name__ == \"__main__\":\n    # Never used by the electricityMap back-end, but handy for testing.\n\n    target_datetime = datetime.fromisoformat(\"2023-07-16T12:00:00+00:00\")\n\n    print(\"fetch_production():\")\n    print(fetch_production())\n    print(f\"fetch_production(target_datetime={target_datetime.isoformat()!r}):\")\n    print(fetch_production(target_datetime=target_datetime))\n\n    print(\"fetch_consumption():\")\n    print(fetch_consumption())\n    print(f\"fetch_consumption(target_datetime={target_datetime.isoformat()!r}):\")\n    print(fetch_consumption(target_datetime=target_datetime))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/HN.py",
    "content": "from csv import reader\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nDATA_URL = \"https://otr.ods.org.hn:3200/odsprd/ods_prd/r/operador-del-sistema-ods/producci%C3%B3n-horaria\"\n\nINDEX_TO_TYPE_MAP = {\n    1: \"hydro\",\n    2: \"wind\",\n    3: \"solar\",\n    4: \"geothermal\",\n    5: \"biomass\",\n    6: \"coal\",\n    # 7: Exchanges\n    8: \"oil\",\n    9: \"oil\",\n    10: \"hydro\",\n}\n\nEXCHANGE_MAP = {\n    \"Guatemala\": \"GT->HN\",\n    \"Nicaragua\": \"HN->NI\",\n    \"El Salvador\": \"HN->SV\",\n}\n\nEXCHANGE_DIRECTION_MAP = {\n    \"GT->HN\": -1,\n    \"HN->NI\": 1,\n    \"HN->SV\": 1,\n}\n\n\ndef get_production_data_by_type(\n    session: Session,\n) -> list[tuple[list[Any], dict[str, str]]]:\n    \"\"\"\n    Gets the production data from otr.ods.org.hn separated by plant type.\n    Returns a list of tuples containing (CSV_data, plant_to_type_mapping) for each type.\n    \"\"\"\n    data_by_type = []\n\n    for index in range(1, 11):\n        if index == 7:\n            continue\n\n        params = {\n            \"request\": \"CSV_N_\",\n            \"p8_indx\": index,\n        }\n        response: Response = session.get(\n            DATA_URL,\n            params=params,\n            verify=False,\n        )\n\n        parsed_csv = list(reader(response.text.splitlines()))\n        csv_data = []\n        plant_to_type_map = {}\n\n        for row in parsed_csv:\n            if row[0] == \"Fecha\" or row[1] == \"Planta\":\n                continue\n            plant_to_type_map[row[1]] = INDEX_TO_TYPE_MAP[index]\n            csv_data.append(row)\n\n        if csv_data:\n            data_by_type.append((csv_data, plant_to_type_map))\n\n    return data_by_type\n\n\ndef get_exchange_data(session: Session) -> tuple[list[Any], dict[str, str]]:\n    \"\"\"\n    Gets the exchange data from otr.ods.org.hn.\n    Returns a tuple with CSV data and exchange mapping.\n    \"\"\"\n    params = {\n        \"request\": \"CSV_N_\",\n        \"p8_indx\": 7,\n    }\n    response: Response = session.get(DATA_URL, params=params, verify=False)\n    CSV_data = list(reader(response.text.splitlines()))\n    return CSV_data, EXCHANGE_MAP\n\n\ndef safe_float_conversion(value: str | None) -> float | None:\n    \"\"\"\n    Safely converts a string value to float, returning None for missing or empty values.\n    \"\"\"\n    if value is None or value == \"\" or value.strip() == \"\":\n        return None\n    try:\n        return float(value)\n    except (ValueError, TypeError):\n        return None\n\n\ndef extract_date_from_csv(CSV_data: list) -> str | None:\n    \"\"\"\n    Extracts the date from the CSV data\n    \"\"\"\n    for row in CSV_data:\n        if row and len(row) > 0 and row[0] != \"Fecha\":\n            return row[0]\n    return None\n\n\ndef create_production_breakdown_list(\n    csv_data: list[Any], plant_to_type_map: dict[str, str], date: str, logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"\n    Create a ProductionBreakdownList from CSV data for a specific plant type.\n    Uses ProductionMix.add_value() for automatic aggregation and validation.\n    \"\"\"\n    breakdown_list = ProductionBreakdownList(logger)\n\n    hourly_mixes = {hour: ProductionMix() for hour in range(24)}\n\n    for row in csv_data:\n        if not row or len(row) < 2 or row[1] not in plant_to_type_map:\n            continue\n\n        production_mode = plant_to_type_map[row[1]]\n        hourly_values = row[2:]\n\n        for hour, value in enumerate(hourly_values[:24]):\n            float_value = safe_float_conversion(value)\n            hourly_mixes[hour].add_value(production_mode, float_value)\n\n    for hour, production_mix in hourly_mixes.items():\n        dt = get_datetime(date, hour)\n        if dt is not None:\n            breakdown_list.append(\n                zoneKey=ZoneKey(\"HN\"),\n                datetime=dt,\n                source=\"ods.org.hn\",\n                production=production_mix,\n            )\n\n    return breakdown_list\n\n\ndef parse_exchange_data_by_hour(\n    CSV_data: list, mapping: dict[str, str], date: str | None, logger: Logger\n) -> dict[str, ExchangeList]:\n    \"\"\"\n    Parse CSV data and return exchange lists by zone.\n    Returns a dictionary with zone keys and ExchangeList values.\n    \"\"\"\n    exchanges_by_zone = {}\n\n    if date is None:\n        return exchanges_by_zone\n\n    for zone_key in mapping.values():\n        exchanges_by_zone[zone_key] = ExchangeList(logger)\n\n    for row in CSV_data:\n        if not row or len(row) < 3 or row[1] not in mapping:\n            continue\n\n        zone_key = mapping[row[1]]\n        direction_multiplier = EXCHANGE_DIRECTION_MAP[zone_key]\n        hourly_values = row[2:]\n\n        for hour, value in enumerate(hourly_values[:24]):\n            float_value = safe_float_conversion(value)\n            if float_value is not None:\n                dt = get_datetime(date, hour)\n                if dt is not None:\n                    net_flow = float_value * direction_multiplier\n                    exchanges_by_zone[zone_key].append(\n                        zoneKey=ZoneKey(zone_key),\n                        datetime=dt,\n                        source=\"ods.org.hn\",\n                        netFlow=net_flow,\n                    )\n\n    return exchanges_by_zone\n\n\ndef get_production_values(\n    data_by_type: list[tuple[list[Any], dict[str, str]]],\n    logger: Logger,\n) -> ProductionBreakdownList:\n    \"\"\"\n    Gets the production values using the merge functionality to combine\n    production breakdowns from different plant types.\n    \"\"\"\n    if not data_by_type:\n        return ProductionBreakdownList(logger)\n\n    # Extract date from the first data source\n    first_csv_data, _ = data_by_type[0]\n    date = extract_date_from_csv(first_csv_data)\n\n    if date is None:\n        return ProductionBreakdownList(logger)\n\n    production_breakdown_lists = []\n\n    for csv_data, plant_to_type_map in data_by_type:\n        if not csv_data:\n            continue\n\n        breakdown_list = create_production_breakdown_list(\n            csv_data, plant_to_type_map, date, logger\n        )\n\n        if len(breakdown_list) > 0:\n            production_breakdown_lists.append(breakdown_list)\n\n    return ProductionBreakdownList.merge_production_breakdowns(\n        production_breakdown_lists, logger\n    )\n\n\ndef get_datetime(date: str | None, hour: int) -> datetime | None:\n    \"\"\"\n    Returns a datetime object with the given date and hour, or None if date is invalid\n    \"\"\"\n    if date is None or date == \"\" or date.strip() == \"\":\n        return None\n    try:\n        return datetime.strptime(date, \"%m/%d/%Y\").replace(\n            tzinfo=ZoneInfo(\"America/Tegucigalpa\")\n        ) + timedelta(hours=hour)\n    except (ValueError, TypeError):\n        return None\n\n\ndef fetch_production(\n    zone_key: str = \"HN\",\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime is not None:\n        raise ParserException(\n            \"HN.py\", \"This parser is not yet able to parse past dates\"\n        )\n\n    data_by_type = get_production_data_by_type(session)\n    production_breakdowns = get_production_values(data_by_type, logger)\n\n    return production_breakdowns.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime is not None:\n        raise ParserException(\n            \"HN.py\", \"This parser is not yet able to parse past dates\"\n        )\n\n    CSV_data, EXCHANGE_MAP = get_exchange_data(session)\n    date = extract_date_from_csv(CSV_data)\n    exchanges_by_zone = parse_exchange_data_by_hour(\n        CSV_data, EXCHANGE_MAP, date, logger\n    )\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    if sorted_zone_keys in exchanges_by_zone:\n        return exchanges_by_zone[sorted_zone_keys].to_list()\n    else:\n        return []\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IEMOP.py",
    "content": "import logging\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import NamedTuple\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config.constants import PRODUCTION_MODES\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nREPORTS_ADMIN_URL = \"https://www.iemop.ph/wp-admin/admin-ajax.php\"\nDIPC_URL = \"https://www.iemop.ph/market-data/dipc-energy-results-raw/\"\nRTDHS_URL = \"https://www.iemop.ph/market-data/rtd-hvdc-schedules/\"\n\nTIMEZONE = \"Asia/Manila\"\nSOURCE = \"iemop.ph\"\nREGION_TO_ZONE_KEY = {\n    \"LUZON\": \"PH-LU\",\n    \"VISAYAS\": \"PH-VI\",\n    \"MINDANAO\": \"PH-MI\",\n}\nRESOURCE_NAME_TO_MODE = {\n    \"1ACNPC_G01\": \"biomass\",\n    \"1AMBUK_U01\": \"hydro\",\n    \"1AMBUK_U02\": \"hydro\",\n    \"1AMBUK_U03\": \"hydro\",\n    \"1ANDA_G01\": \"coal\",\n    \"1APEC_G01\": \"coal\",\n    \"1ARMSOL_G01\": \"solar\",\n    \"1BAKUN_G01\": \"hydro\",\n    \"1BINGA_U01\": \"hydro\",\n    \"1BINGA_U02\": \"hydro\",\n    \"1BINGA_U03\": \"hydro\",\n    \"1BINGA_U04\": \"hydro\",\n    \"1BOSUNG_G01\": \"solar\",\n    \"1BT2020_G01\": \"biomass\",\n    \"1BTNSOL_G01\": \"solar\",\n    \"1BULSOL_G01\": \"solar\",\n    \"1BURGOS_G01\": \"wind\",\n    \"1BURGOS_G02\": \"solar\",\n    \"1BURGOS_G03\": \"solar\",\n    \"1CABSOL_G01\": \"solar\",\n    \"1CAPRIS_G01\": \"wind\",\n    \"1CASECN_G01\": \"hydro\",\n    \"1CIP2_G01\": \"oil\",\n    \"1CLASOL_G01\": \"solar\",\n    \"1DALSOL_G01\": \"solar\",\n    \"1GFII_G01\": \"biomass\",\n    \"1GIFT_G01\": \"biomass\",\n    \"1IBEC_G01\": \"biomass\",\n    \"1IPOWER_G01\": \"biomass\",\n    \"1IPOWER_G02\": \"unknown\",\n    \"1MAEC_G01\": \"solar\",\n    \"1MAGAT_U01\": \"hydro\",\n    \"1MAGAT_U02\": \"hydro\",\n    \"1MAGAT_U03\": \"hydro\",\n    \"1MAGAT_U04\": \"hydro\",\n    \"1MARSOL_G01\": \"solar\",\n    \"1MARVEL_G01\": \"coal\",\n    \"1MARVEL_G02\": \"coal\",\n    \"1MASIWA_G01\": \"hydro\",\n    \"1MSINLO_G01\": \"coal\",\n    \"1MSINLO_G02\": \"coal\",\n    \"1NIABAL_G01\": \"hydro\",\n    \"1NMHC_G01\": \"hydro\",\n    \"1NMHC_G03\": \"hydro\",\n    \"1NWIND_G01\": \"wind\",\n    \"1NWIND_G02\": \"wind\",\n    \"1PETRON_G01\": \"unknown\",\n    \"1PETSOL_G01\": \"solar\",\n    \"1PNTBNG_U01\": \"hydro\",\n    \"1PNTBNG_U02\": \"hydro\",\n    \"1RASLAG_G01\": \"solar\",\n    \"1RASLAG_G02\": \"solar\",\n    \"1SABANG_G01\": \"hydro\",\n    \"1SLANGN_G01\": \"hydro\",\n    \"1SMBELL_G01\": \"hydro\",\n    \"1SMC_G01\": \"coal\",\n    \"1SMC_G02\": \"coal\",\n    \"1SMC_G03\": \"coal\",\n    \"1SPABUL_G01\": \"solar\",\n    \"1SROQUE_U01\": \"hydro\",\n    \"1SROQUE_U02\": \"hydro\",\n    \"1SROQUE_U03\": \"hydro\",\n    \"1SUAL_G01\": \"coal\",\n    \"1SUAL_G02\": \"coal\",\n    \"1SUBSOL_G01\": \"solar\",\n    \"1S_ENRO_G01\": \"oil\",\n    \"1T_ASIA_G01\": \"oil\",\n    \"1UPPC_G01\": \"coal\",\n    \"1YHGRN_G01\": \"solar\",\n    \"1ZAMSOL_G01\": \"solar\",\n    \"2MMPP_G01\": \"gas\",\n    \"2PNGEA_G01\": \"gas\",\n    \"2SMNRTH_G01\": \"solar\",\n    \"2VALSOL_G01\": \"solar\",\n    \"3ADISOL_G01\": \"solar\",\n    \"3AVION_U01\": \"gas\",\n    \"3AVION_U02\": \"gas\",\n    \"3AWOC_G01\": \"wind\",\n    \"3BART_G01\": \"hydro\",\n    \"3BBEC_G01\": \"biomass\",\n    \"3BOTOCA_G01\": \"hydro\",\n    \"3CALACA_G01\": \"coal\",\n    \"3CALACA_G02\": \"coal\",\n    \"3CALIRY_G01\": \"hydro\",\n    \"3CALSOL_G01\": \"solar\",\n    \"3ILIJAN_G01\": \"gas\",\n    \"3ILIJAN_G02\": \"gas\",\n    \"3KAL_G01\": \"hydro_storage\",\n    \"3KAL_G02\": \"hydro_storage\",\n    \"3KAL_G03\": \"hydro_storage\",\n    \"3KAL_G04\": \"hydro_storage\",\n    \"3MALAYA_G01\": \"gas\",\n    \"3MALAYA_G02\": \"gas\",\n    \"3MEC_G01\": \"solar\",\n    \"3MGPP_G01\": \"geothermal\",\n    \"3ORMAT_G01\": \"geothermal\",\n    \"3PAGBIL_G01\": \"coal\",\n    \"3PAGBIL_G02\": \"coal\",\n    \"3PAGBIL_G03\": \"coal\",\n    \"3QPPL_G01\": \"coal\",\n    \"3RCBMI_G01\": \"oil\",\n    \"3RCBMI_G02\": \"oil\",\n    \"3SLPGC_G01\": \"coal\",\n    \"3SLPGC_G02\": \"coal\",\n    \"3SLTEC_G01\": \"coal\",\n    \"3SLTEC_G02\": \"coal\",\n    \"3SNGAB_G01\": \"gas\",\n    \"3STA-RI_G01\": \"gas\",\n    \"3STA-RI_G02\": \"gas\",\n    \"3STA-RI_G03\": \"gas\",\n    \"3STA-RI_G04\": \"gas\",\n    \"3STA-RI_G05\": \"gas\",\n    \"3STA-RI_G06\": \"gas\",\n    \"1ARAYSOL_G01\": \"solar\",\n    \"1ARAYSOL_G02\": \"solar\",\n    \"1BALWIND_G01\": \"wind\",\n    \"1BTSOLEN_G01\": \"solar\",\n    \"1CONSOL_G01\": \"solar\",\n    \"1CURSOL_G02\": \"solar\",\n    \"1GIGSOL_G01\": \"solar\",\n    \"1PASQSOL_G01\": \"solar\",\n    \"1PETSOL_G02\": \"solar\",\n    \"2PNGYSOL_G01\": \"solar\",\n    \"3SOLACE_G01\": \"solar\",\n    \"1AMPHAW_G01\": \"hydro\",\n    \"1BAKSIP_G01\": \"hydro\",\n    \"1BINENG_G01\": \"hydro\",\n    \"1BT2020_G02\": \"biomass\",\n    \"1BUTAO_G01\": \"hydro\",\n    \"1CAGBIO_G01\": \"biomass\",\n    \"1CLEANG_G01\": \"biomass\",\n    \"1GIFT_G02\": \"biomass\",\n    \"1GNPD_U01\": \"coal\",\n    \"1GNPD_U02\": \"coal\",\n    \"1GRGOLD_G01\": \"biomass\",\n    \"1HYPGRN_G01\": \"biomass\",\n    \"1LASUER_U01\": \"biomass\",\n    \"1LIMAY_U01\": \"gas\",\n    \"1LIMAY_U02\": \"gas\",\n    \"1LIMAY_U03\": \"gas\",\n    \"1LIMAY_U04\": \"gas\",\n    \"1LIMAY_U05\": \"gas\",\n    \"1LIMAY_U06\": \"gas\",\n    \"1LIMAY_U07\": \"gas\",\n    \"1LIMAY_U08\": \"gas\",\n    \"1MARIS_U01\": \"hydro\",\n    \"1MARIS_U02\": \"hydro\",\n    \"1MATUNO_G01\": \"hydro\",\n    \"1MPGC_U01\": \"coal\",\n    \"1MSINLO_G03\": \"coal\",\n    \"1RASLAG_G03\": \"solar\",\n    \"1SMC_G04\": \"coal\",\n    \"1TERASU_G01\": \"solar\",\n    \"1VSGRIP_G01\": \"biomass\",\n    \"2ECOPRK_G01\": \"solar\",\n    \"2ECOTAGA_G01\": \"solar\",\n    \"2TMOBIL_G01\": \"oil\",\n    \"2TMOBIL_G02\": \"oil\",\n    \"2TMOBIL_G03\": \"oil\",\n    \"2TMOBIL_G04\": \"oil\",\n    \"3BACMAN_U01\": \"geothermal\",\n    \"3BACMAN_U02\": \"geothermal\",\n    \"3BACMAN_U03\": \"geothermal\",\n    \"3BALUG_G01\": \"hydro\",\n    \"3CADPI_G01\": \"biomass\",\n    \"3CLBATO_G01\": \"hydro\",\n    \"3INARI_G01\": \"hydro\",\n    \"3LWERLAB_G01\": \"hydro\",\n    \"3MAJAY_G01\": \"hydro\",\n    \"3MGI_G02\": \"geothermal\",\n    \"3PALAK_G01\": \"hydro\",\n    \"3SBPL_G01\": \"coal\",\n    \"3TIBAG_G01\": \"hydro\",\n    \"3UPLAB_G01\": \"hydro\",\n    \"4LGPP_G01\": \"geothermal\",\n    \"4PHSOL_G01\": \"solar\",\n    \"4SEPSOL_G01\": \"solar\",\n    \"5CEDC_U01\": \"coal\",\n    \"5CEDC_U02\": \"coal\",\n    \"5CEDC_U03\": \"coal\",\n    \"5KSPC_G01\": \"coal\",\n    \"5KSPC_G02\": \"coal\",\n    \"5TOLSOL_G01\": \"solar\",\n    \"5TPC_G01\": \"oil\",\n    \"5TPC_G02\": \"coal\",\n    \"6AMLA_G01\": \"hydro\",\n    \"6CARSOL_G01\": \"solar\",\n    \"6CENPRI_U01\": \"oil\",\n    \"6CENPRI_U02\": \"oil\",\n    \"6CENPRI_U03\": \"oil\",\n    \"6CENPRI_U04\": \"oil\",\n    \"6FFHC_G01\": \"biomass\",\n    \"6HELIOS_G01\": \"solar\",\n    \"6HPCO_G01\": \"biomass\",\n    \"6MANSOL_G01\": \"solar\",\n    \"6MNTSOL_G01\": \"solar\",\n    \"6NASULO_G01\": \"geothermal\",\n    \"6PAL1A_G01\": \"geothermal\",\n    \"6PAL2A_U01\": \"geothermal\",\n    \"6PAL2A_U02\": \"geothermal\",\n    \"6PAL2A_U03\": \"geothermal\",\n    \"6PAL2A_U04\": \"geothermal\",\n    \"6SACASL_G01\": \"solar\",\n    \"6SACASL_G02\": \"solar\",\n    \"6SACSUN_G01\": \"solar\",\n    \"6SCBE_G01\": \"oil\",\n    \"6SLYSOL_G01\": \"solar\",\n    \"6URC_G01\": \"biomass\",\n    \"6VMC_G01\": \"biomass\",\n    \"7JANOPO_G01\": \"hydro\",\n    \"7LOBOC_G01\": \"hydro\",\n    \"8CASA_G01\": \"biomass\",\n    \"8COSMO_G01\": \"solar\",\n    \"8GLOBAL_G01\": \"unknown\",\n    \"8PALM_G01\": \"coal\",\n    \"8PEDC_U01\": \"coal\",\n    \"8PEDC_U02\": \"coal\",\n    \"8PEDC_U03\": \"coal\",\n    \"8PWIND_G01\": \"wind\",\n    \"8SLWIND_G01\": \"wind\",\n    \"8SUWECO_G01\": \"hydro\",\n    \"4CLBYBNK_G01\": \"oil\",\n    \"4IASMOD_G01\": \"oil\",\n    \"4IASMOD_G02\": \"oil\",\n    \"4IASMOD_G03\": \"oil\",\n    \"4IASMOD_G04\": \"oil\",\n    \"4IASMOD_G05\": \"oil\",\n    \"4IASMOD_G06\": \"oil\",\n    \"4TAFT_G01\": \"hydro\",\n    \"5CPPC_U01\": \"oil\",\n    \"5CPPC_U02\": \"oil\",\n    \"5CPPC_U03\": \"oil\",\n    \"5CPPC_U04\": \"oil\",\n    \"5CPPC_U05\": \"oil\",\n    \"5CPPC_U06\": \"oil\",\n    \"5CPPC_U07\": \"oil\",\n    \"5CPPC_U08\": \"oil\",\n    \"5CPPC_U09\": \"oil\",\n    \"5EAUC_U01\": \"coal\",\n    \"5EAUC_U02\": \"coal\",\n    \"5EAUC_U03\": \"coal\",\n    \"5EAUC_U04\": \"coal\",\n    \"5THVI_U01\": \"coal\",\n    \"5THVI_U02\": \"coal\",\n    \"5TPVI_U01\": \"oil\",\n    \"5TPVI_U02\": \"oil\",\n    \"5TPVI_U03\": \"oil\",\n    \"5TPVI_U04\": \"oil\",\n    \"5TPVI_U05\": \"oil\",\n    \"5TPVI_U06\": \"oil\",\n    \"6BISCOM_G01\": \"biomass\",\n    \"6CABI_G01\": \"biomass\",\n    \"6CENPRI_U05\": \"oil\",\n    \"6HPCO_G02\": \"biomass\",\n    \"6NTNEGB_G01\": \"biomass\",\n    \"6SCBIOP_G01\": \"biomass\",\n    \"6STNEGB_G01\": \"biomass\",\n    \"6VMC_G02\": \"biomass\",\n    \"7BDPP_U01\": \"oil\",\n    \"7BDPP_U02\": \"oil\",\n    \"7BDPP_U03\": \"oil\",\n    \"7BDPP_U04\": \"oil\",\n    \"7LOBOC_G02\": \"hydro\",\n    \"7SEVILL_G01\": \"hydro\",\n    \"7TPLPB4_U01\": \"oil\",\n    \"7TPLPB4_U02\": \"oil\",\n    \"7TPLPB4_U03\": \"oil\",\n    \"7TPLPB4_U04\": \"oil\",\n    \"8PDPP1_U02\": \"oil\",\n    \"8PDPP1_U03\": \"oil\",\n    \"8PDPP1_U05\": \"oil\",\n    \"8STBPB1_U01\": \"oil\",\n    \"8STBPB1_U02\": \"oil\",\n    \"8STBPB1_U03\": \"oil\",\n    \"8STBPB1_U04\": \"oil\",\n    \"8TIMBA_G01\": \"hydro\",\n    \"11KBSOL_G01\": \"solar\",\n    \"13DIGSOL_G01\": \"solar\",\n    \"14ASTROSOL_G01\": \"solar\",\n    \"14NVSOL_G01\": \"solar\",\n    \"9KEGJIM_G01\": \"oil\",\n    \"9PANABNK_U01\": \"unknown\",\n    \"9PANABNK_U02\": \"unknown\",\n    \"9WMPC_U01\": \"oil\",\n    \"9WMPC_U02\": \"oil\",\n    \"9WMPC_U03\": \"oil\",\n    \"9WMPC_U04\": \"oil\",\n    \"9WMPC_U05\": \"oil\",\n    \"9WMPC_U06\": \"oil\",\n    \"9WMPC_U07\": \"oil\",\n    \"9WMPC_U08\": \"oil\",\n    \"9WMPC_U09\": \"oil\",\n    \"10AGUS1_U01\": \"hydro\",\n    \"10AGUS1_U02\": \"hydro\",\n    \"10AGUS2_U01\": \"hydro\",\n    \"10AGUS2_U02\": \"hydro\",\n    \"10AGUS2_U03\": \"hydro\",\n    \"10AGUS4_U01\": \"hydro\",\n    \"10AGUS4_U02\": \"hydro\",\n    \"10AGUS4_U03\": \"hydro\",\n    \"10AGUS5_U01\": \"hydro\",\n    \"10AGUS5_U02\": \"hydro\",\n    \"10AGUS6_U01\": \"hydro\",\n    \"10AGUS6_U02\": \"hydro\",\n    \"10AGUS6_U03\": \"hydro\",\n    \"10AGUS6_U04\": \"hydro\",\n    \"10AGUS6_U05\": \"hydro\",\n    \"10AGUS7_U01\": \"hydro\",\n    \"10AGUS7_U02\": \"hydro\",\n    \"10GNPK_U01\": \"coal\",\n    \"10GNPK_U02\": \"coal\",\n    \"10GNPK_U03\": \"coal\",\n    \"10GNPK_U04\": \"coal\",\n    \"10IDPP_G01\": \"oil\",\n    \"10MEGC_G01\": \"oil\",\n    \"10PPEI_U01\": \"coal\",\n    \"11FDC_U01\": \"coal\",\n    \"11FDC_U02\": \"coal\",\n    \"11FDC_U03\": \"coal\",\n    \"11FGBPC_G01\": \"hydro\",\n    \"11KEGMAR_G01\": \"biomass\",\n    \"11KIRAS_G01\": \"solar\",\n    \"11MANFOR_G01\": \"hydro\",\n    \"11MANFOR_G02\": \"hydro\",\n    \"11MINBAL_G01\": \"oil\",\n    \"11MINBU_G01\": \"hydro\",\n    \"11MNCBLG_G01\": \"hydro\",\n    \"11MNRGY_G01\": \"oil\",\n    \"11MNRGY_G02\": \"oil\",\n    \"11NBPC_G01\": \"oil\",\n    \"11PACERM_G01\": \"oil\",\n    \"11PKBUK_G01\": \"oil\",\n    \"11PULA4_U01\": \"hydro\",\n    \"11PULA4_U02\": \"hydro\",\n    \"11PULA4_U03\": \"hydro\",\n    \"11STEAG_U01\": \"coal\",\n    \"11STEAG_U02\": \"coal\",\n    \"12ASIGA_G01\": \"hydro\",\n    \"12KEGGIN_G01\": \"oil\",\n    \"12KEGTAN_G01\": \"oil\",\n    \"12LKMAINIT_G01\": \"hydro\",\n    \"12NACSUR_G01\": \"oil\",\n    \"12PKSFRA_U01\": \"oil\",\n    \"12PKSFRA_U02\": \"oil\",\n    \"12TM2_U01\": \"oil\",\n    \"12TM2_U02\": \"oil\",\n    \"13DCPP_U01\": \"coal\",\n    \"13DCPP_U02\": \"coal\",\n    \"13EUROH_G01\": \"hydro\",\n    \"13MAGDBNK_G01\": \"oil\",\n    \"13MATIBNK_G01\": \"oil\",\n    \"13MPCDIG_G01\": \"oil\",\n    \"13SIBULAN_G01\": \"hydro\",\n    \"13SMC_U01\": \"coal\",\n    \"13SMC_U02\": \"coal\",\n    \"13TALOM1_G01\": \"hydro\",\n    \"13TALOM23_G01\": \"hydro\",\n    \"13TM1_U01\": \"oil\",\n    \"13TM1_U02\": \"oil\",\n    \"13TUDAY2_G01\": \"hydro\",\n    \"14ALMADA_G01\": \"hydro\",\n    \"14BIOGS_G01\": \"biomass\",\n    \"14BIOMS_U01\": \"biomass\",\n    \"14GERBIO_G01\": \"biomass\",\n    \"14LAMSAN_G01\": \"biomass\",\n    \"14MARBEL_U01\": \"hydro\",\n    \"14MTAPO_U01\": \"geothermal\",\n    \"14MTAPO_U02\": \"geothermal\",\n    \"14MTAPO_U03\": \"geothermal\",\n    \"14PKPSOC_G01\": \"oil\",\n    \"14SARANG_U01\": \"coal\",\n    \"14SARANG_U02\": \"coal\",\n    \"14SPGI_U01\": \"biomass\",\n    \"14SUPKOR_G01\": \"oil\",\n    \"1ANGAT_A\": \"hydro\",\n    \"1ANGAT_M\": \"hydro\",\n    \"1BAUANG_GS2\": \"oil\",\n    \"1BAUANG_GS3\": \"oil\",\n    \"1BAUANG_GS1\": \"oil\",\n    \"1CNCEP_BAT\": \"battery\",\n    \"1LAMAO_BAT\": \"battery\",\n    \"1LIMAY_BAT\": \"battery\",\n    \"1BTSOLEN_BAT\": \"battery\",\n    \"1MAGAT_BAT\": \"battery\",\n    \"1MSINLO_BAT\": \"battery\",\n    \"1SNMAN_BAT\": \"battery\",\n    \"1MAGAPIT_BAT\": \"battery\",\n    \"3INGRID_GS1\": \"oil\",\n    \"3INGRID_GS4\": \"oil\",\n    \"3INGRID_GS6\": \"oil\",\n    \"3INGRID_GS2\": \"oil\",\n    \"3INGRID_GS3\": \"oil\",\n    \"3INGRID_GS5\": \"oil\",\n    \"3MKBN_A\": \"geothermal\",\n    \"3MKBN_E\": \"geothermal\",\n    \"3ALMNOS_BAT1\": \"battery\",\n    \"3ALMNOS_BAT2\": \"battery\",\n    \"3MKBN_B\": \"geothermal\",\n    \"3MKBN_C\": \"geothermal\",\n    \"3MKBN_D\": \"geothermal\",\n    \"3TIWI_A\": \"geothermal\",\n    \"3TIWI_C\": \"geothermal\",\n    \"4ORMOC_BAT\": \"battery\",\n    \"5CPPC_U10\": \"oil\",\n    \"5TOLEDO_BAT\": \"battery\",\n    \"6KABAN_BAT\": \"battery\",\n    \"7UBAY_BAT\": \"battery\",\n    \"8PDPP3_C\": \"oil\",\n    \"8PDPP3_E\": \"oil\",\n    \"8PDPP3_G\": \"oil\",\n    \"8PDPP3_H\": \"oil\",\n    \"9WMPC_U10\": \"oil\",\n    \"11JASA_BAT\": \"battery\",\n    \"11VILLA_BAT\": \"battery\",\n    \"13MALITA_BAT\": \"battery\",\n    \"13MACO_BAT\": \"battery\",\n}\nEXCHANGE_KEY_MAPPING = {\n    \"MINVIS1\": {\"zone_key\": \"PH-MI->PH-VI\", \"flow\": 1},\n    \"VISLUZ1\": {\"zone_key\": \"PH-LU->PH-VI\", \"flow\": -1},\n}\nKIND_TO_URL = {\"production\": DIPC_URL, \"exchange\": RTDHS_URL}\nKIND_TO_POST_ID = {\"production\": \"5754\", \"exchange\": \"5770\"}\nSTORAGE_METHODS_TO_MODE = {\"hydro_storage\": \"hydro\", \"battery\": \"battery\"}\nMODES_TO_RESOURCE_KIND = {\n    **dict.fromkeys(PRODUCTION_MODES, \"production\"),\n    **dict.fromkeys(STORAGE_METHODS_TO_MODE, \"storage\"),\n}\n\n\ndef _validate_resource_name_to_mode_mapping():\n    for resource_name, mode in RESOURCE_NAME_TO_MODE.items():\n        if mode not in set(PRODUCTION_MODES).union(STORAGE_METHODS_TO_MODE.keys()):\n            raise ValueError(\n                f\"Resource {resource_name} has an unknown mode {mode} in RESOURCE_NAME_TO_MODE\"\n            )\n\n\nclass MarketReportsItem(NamedTuple):\n    datetime: datetime\n    filename: str\n    link: str\n\n\ndef get_all_market_reports_items(\n    session: Session, zone_key: ZoneKey, kind: str, logger: Logger = getLogger(__name__)\n) -> dict[datetime, MarketReportsItem]:\n    \"\"\"\n    Gets a dictionary that converts a date into its code and filename\n    \"\"\"\n\n    logger.debug(\"Fetching list of available market reports\")\n    form_data = {\n        \"action\": \"display_filtered_market_data_files\",\n        \"datefilter%5Bstart%5D\": \"2021-09-13+00%3A00\",\n        \"datefilter%5Bend%5D\": \"2021-09-13+12%3A20\",\n        \"sort\": \"\",\n        \"page\": \"1\",\n        \"post_id\": KIND_TO_POST_ID[kind],\n    }\n    res = session.post(REPORTS_ADMIN_URL, data=form_data, verify=False)\n    id_to_items = res.json().get(\"data\", {})\n    if not id_to_items:\n        raise ParserException(\n            parser=\"IEMOP.py\",\n            zone_key=zone_key,\n            message=f\"No reports available to fetch {kind} data\",\n        )\n    datetime_to_items = {}\n    for report_id, items in id_to_items.items():\n        market_reports_item = MarketReportsItem(\n            datetime.strptime(items[\"date\"], \"%d %B %Y %H:%M\"),\n            items[\"filename\"],\n            KIND_TO_URL[kind] + f\"?md_file={report_id}\",\n        )\n        datetime_to_items[market_reports_item.datetime] = market_reports_item\n    logger.info(\n        f\"{zone_key} - {kind}: Succesfully recovered {len(datetime_to_items)} market reports items\"\n    )\n    return datetime_to_items\n\n\ndef filter_reports_items(\n    kind: str,\n    zone_key: ZoneKey,\n    reports_items: dict[datetime, MarketReportsItem],\n    target_datetime: datetime | None,\n) -> list[MarketReportsItem]:\n    # Date filtering\n    if target_datetime is None:\n        last_available_datetime = max(reports_items.keys())\n        start_datetime = last_available_datetime - timedelta(days=1)\n        _exception_date = start_datetime.date()\n        _reports_items = [\n            item for item in reports_items.values() if item.datetime >= start_datetime\n        ]\n    else:\n        # Refetch the whole day\n        _exception_date = target_datetime.date()\n        _reports_items = [\n            item\n            for item in reports_items.values()\n            if item.datetime.date() == target_datetime.date()\n        ]\n\n    if len(_reports_items) == 0:\n        raise ParserException(\n            parser=\"IEMOP.py\",\n            zone_key=zone_key,\n            message=f\"{zone_key}: No {kind} data available for {_exception_date} \",\n        )\n\n    return _reports_items\n\n\ndef download_production_market_reports_items(\n    session: Session, reports_items: list[MarketReportsItem], logger: Logger\n) -> pd.DataFrame:\n    from io import BytesIO\n    from zipfile import ZipFile\n\n    COLUMNS_MAPPING = {\n        \"REGION_NAME\": \"zone_key\",\n        \"RESOURCE_NAME\": \"resource_name\",\n        \"SCHED_MW\": \"value\",\n    }\n\n    _all_items_df = []\n    for reports_item in reports_items:\n        logger.debug(f\"Downloading market reports for {reports_item.filename}\")\n        res: Response = session.get(reports_item.link)\n        _item_dfs = []\n        # zip containing a list of csv files which we want to concatenate in a single dataframe\n        with ZipFile(BytesIO(res.content)) as zip_file:\n            for csv_filename in zip_file.namelist():\n                if csv_filename.endswith(\".csv\"):\n                    with zip_file.open(csv_filename) as csv_file:\n                        _df = pd.read_csv(csv_file, header=0)\n                        # The last line is EOF\n                        _df = _df[:-1]\n                        # All numeric types\n                        _df = _df.apply(pd.to_numeric, errors=\"ignore\")\n                        # Add datetime column\n                        _df = convert_column_to_datetime(_df, \"TIME_INTERVAL\")\n                        # Localize to TIMEZONE\n                        _df[\"datetime\"] = _df[\"datetime\"].dt.tz_localize(TIMEZONE)\n                        # Remove 5 minute interval as we want start of interval convention\n                        _df[\"datetime\"] = _df[\"datetime\"] - timedelta(minutes=5)\n                        # Misc\n                        _df[\"REGION_NAME\"] = _df[\"REGION_NAME\"].apply(\n                            lambda x: REGION_TO_ZONE_KEY[x]\n                        )\n                        _df[\"filename\"] = csv_filename\n                        _df = _df[[\"datetime\", \"filename\", *COLUMNS_MAPPING.keys()]]\n                        _df = _df.rename(columns=COLUMNS_MAPPING)\n                        _item_dfs.append(_df)\n\n        _all_items_df.append(pd.concat(_item_dfs, ignore_index=True))\n\n    df = pd.concat(_all_items_df, ignore_index=True)\n\n    # Add kind column for production/storage\n    df.loc[:, \"resource_kind\"] = \"\"\n\n    logger.info(\n        f\"Succesfully extracted unit level production between the {df.datetime.min()} and the {df.datetime.max()}\"\n    )\n\n    return df\n\n\ndef filter_for_zone(df: pd.DataFrame, zone_key: ZoneKey) -> pd.DataFrame:\n    df = df.copy()\n    return df.query(f\"zone_key == '{zone_key}'\")\n\n\ndef filter_valid_values(df: pd.DataFrame, logger: Logger) -> pd.DataFrame:\n    df = df.copy()\n    # Filter out non generation resources - with the exception of storage resources\n    df_production = df[df[\"resource_kind\"] == \"production\"]\n    df_production = df_production[df_production[\"value\"] >= 0]\n    df_storage = df[df[\"resource_kind\"] == \"storage\"]\n    df = pd.concat([df_production, df_storage])\n    # Remove duplicates if there is discharge\n    df = df.drop_duplicates(\n        subset=[\"datetime\", \"zone_key\", \"resource_name\"], keep=\"first\"\n    )\n    # Fill a list of all unknown resources\n    unknown_resources = df[df[\"mode\"] == \"unknown\"][\"resource_name\"].unique()\n    logger.warning(\n        f\"PH - production: Unknown resources found: {unknown_resources}. Please report this issue to the Electricity Maps team\"\n    )\n    return df\n\n\ndef match_resources_to_modes(df: pd.DataFrame) -> pd.DataFrame:\n    df = df.copy()\n    # Remove 0 padding in resource name\n    df[\"resource_name\"] = df[\"resource_name\"].apply(lambda x: x.strip(\"0\"))\n    # Match resource name to mode\n    df[\"mode\"] = df[\"resource_name\"].apply(\n        lambda x: RESOURCE_NAME_TO_MODE.get(x, \"unknown\")\n    )\n    # Match resource name to kind\n    df[\"resource_kind\"] = df[\"mode\"].map(MODES_TO_RESOURCE_KIND)\n    return df\n\n\ndef aggregate_per_datetime_mode(df: pd.DataFrame) -> pd.DataFrame:\n    return (\n        df.groupby([\"datetime\", \"mode\", \"resource_kind\"])\n        .sum(numeric_only=True)\n        .reset_index()\n    )\n\n\ndef pivot_per_mode(df: pd.DataFrame) -> pd.DataFrame:\n    df = df.copy()\n    # Flatten columns and make them \"{resource_kind}.{mode}\"\n    df[\"resource_kind_mode\"] = df[\"resource_kind\"] + \".\" + df[\"mode\"]\n    df = df[[\"resource_kind_mode\", \"datetime\", \"value\"]].pivot(\n        index=\"datetime\", columns=\"resource_kind_mode\"\n    )\n    df.columns = df.columns.droplevel()  # reset columns index\n\n    # Handle storage\n    df = df.rename(\n        columns={\n            f\"storage.{storage_method}\": f\"storage.{storage_mode}\"\n            for storage_method, storage_mode in STORAGE_METHODS_TO_MODE.items()\n        }\n    )\n    for storage_mode in STORAGE_METHODS_TO_MODE.values():\n        col_name = f\"storage.{storage_mode}\"\n        if col_name in df.columns:\n            df[col_name] *= -1\n    # With the pivot if some modes only have data for some datetimes, we will have NaNs\n    # Fill them with 0\n    df = df.fillna(0)\n    return df\n\n\ndef download_exchange_market_reports_items(\n    session: Session, reports_items: list[MarketReportsItem], logger: Logger\n) -> pd.DataFrame:\n    _all_items_df = []\n    for reports_item in reports_items:\n        logger.debug(f\"Downloading market reports for {reports_item.filename}\")\n        r: Response = session.get(reports_item.link)\n        _df = pd.read_csv(r.url)\n        _df = _df[:-1]\n        _df = convert_column_to_datetime(_df, \"RUN_TIME\")\n        _df[\"zone_key\"] = _df[\"HVDC_NAME\"].apply(\n            lambda x: EXCHANGE_KEY_MAPPING[x][\"zone_key\"]\n        )\n        _df[\"net_flow\"] = _df.apply(\n            lambda x: EXCHANGE_KEY_MAPPING[x[\"HVDC_NAME\"]][\"flow\"] * x[\"FLOW_FROM\"],\n            axis=1,\n        )\n        _df = _df[[\"datetime\", \"zone_key\", \"net_flow\"]]\n        _all_items_df.append(_df)\n\n    df = (\n        pd.concat(_all_items_df, ignore_index=True)\n        .set_index(\"datetime\")\n        .tz_localize(TIMEZONE)\n    )\n    return df\n\n\ndef convert_column_to_datetime(df: pd.DataFrame, datetime_column: str) -> pd.DataFrame:\n    \"\"\"convert datetime column to datetime format\"\"\"\n    dt1 = pd.to_datetime(\n        df[datetime_column],\n        format=\"%m/%d/%Y %I:%M:%S %p\",\n        errors=\"coerce\",\n    )\n    dt2 = pd.to_datetime(df[datetime_column], format=\"%m/%d/%Y\", errors=\"coerce\")\n    df[\"datetime\"] = dt1.combine_first(dt2)\n    return df\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"PH-LU\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    _validate_resource_name_to_mode_mapping()\n    reports_items = get_all_market_reports_items(\n        session, zone_key, \"production\", logger\n    )\n    reports_items = filter_reports_items(\n        \"production\", zone_key, reports_items, target_datetime\n    )\n\n    df = download_production_market_reports_items(session, reports_items, logger)\n    df = (\n        df.pipe(filter_for_zone, zone_key)\n        .pipe(match_resources_to_modes)\n        .pipe(filter_valid_values, logger)\n        .pipe(aggregate_per_datetime_mode)\n        .pipe(pivot_per_mode)\n    )\n\n    production_breakdown = ProductionBreakdownList(logger)\n    for tstamp, row in df.iterrows():\n        production_mix = ProductionMix()\n        for mode in [m for m in row.index if \"production.\" in m]:\n            production_mix.add_value(mode.replace(\"production.\", \"\"), row[mode])\n        storage_mix = StorageMix()\n        for mode in [m for m in row.index if \"storage.\" in m]:\n            storage_mix.add_value(mode.replace(\"storage.\", \"\"), row[mode])\n        production_breakdown.append(\n            zone_key,\n            tstamp.to_pydatetime(),\n            SOURCE,\n            production_mix,\n            storage_mix,\n            sourceType=EventSourceType.measured,\n        )\n\n    return production_breakdown.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    session = session or Session()\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    all_exchange_items = get_all_market_reports_items(\n        session, sorted_zone_keys, \"exchange\", logger\n    )\n    reports_items = filter_reports_items(\n        \"exchange\", sorted_zone_keys, all_exchange_items, target_datetime\n    )\n\n    df = download_exchange_market_reports_items(session, reports_items, logger).pipe(\n        filter_for_zone, sorted_zone_keys\n    )\n\n    # Convert to EventList\n    exchange_list = ExchangeList(logger)\n    for tstamp, row in df.iterrows():\n        exchange_list.append(\n            zoneKey=row[\"zone_key\"],\n            datetime=tstamp.to_pydatetime(),\n            netFlow=row[\"net_flow\"],\n            source=SOURCE,\n        )\n    return exchange_list.to_list()\n\n\nif __name__ == \"__main__\":\n    logger = getLogger(__name__)\n    logging.basicConfig(level=logging.DEBUG)\n\n    # print(fetch_production())\n    # print(fetch_production(ZoneKey(\"PH-VI\"), target_datetime=datetime(2023, 8, 15)))\n    print(fetch_exchange(ZoneKey(\"PH-LU\"), ZoneKey(\"PH-VI\")))\n    print(\n        fetch_exchange(\n            ZoneKey(\"PH-MI\"), ZoneKey(\"PH-VI\"), target_datetime=datetime(2023, 8, 15)\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IL.py",
    "content": "\"\"\"\nIsrael's electricity system load parser.\n\nSource: Israel Electric Corporation\nURL: https://www.iec.co.il/en/pages/default.aspx\n\nShares of Electricity production in 2019:\n    64.0% Gas\n    31.0% Coal\n    1.0% oil,\n    4.0% Renewables\n    (source: IEA; https://www.iea.org/data-and-statistics?country=ISRAEL&fuel=Electricity%20and%20heat&indicator=Electricity%20generation%20by%20source)\n\"\"\"\n\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Response, Session, get\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nURL = \"https://www.noga-iso.co.il/Umbraco/Api/Documents/GetElectricalData\"\n\nIEC_URL = \"www.iec.co.il\"\nIEC_PRODUCTION = (\n    \"https://www.iec.co.il/_layouts/iec/applicationpages/lackmanagment.aspx\"\n)\nTZ = ZoneInfo(\"Asia/Jerusalem\")\n\n\ndef fetch_all() -> list:\n    \"\"\"Fetch info from IEC dashboard.\"\"\"\n    first = get(IEC_PRODUCTION)\n    second = get(IEC_PRODUCTION, cookies=first.cookies)\n    soup = BeautifulSoup(second.content, \"lxml\")\n\n    values: list = soup.find_all(\"span\", class_=\"statusVal\")\n    if len(values) == 0:\n        raise ValueError(\"Could not parse IEC dashboard\")\n    del values[1]\n\n    cleaned_list = []\n    for value in values:\n        value = re.findall(r\"\\d+\", value.text.replace(\",\", \"\"))\n        cleaned_list.append(value)\n\n    def flatten_list(_2d_list) -> list:\n        \"\"\"Flatten the list.\"\"\"\n        flat_list = []\n        for element in _2d_list:\n            if isinstance(element, list):\n                for item in element:\n                    flat_list.append(item)\n            else:\n                flat_list.append(element)\n        return flat_list\n\n    return flatten_list(cleaned_list)\n\n\ndef fetch_noga_iso_data(session: Session, logger: Logger):\n    \"\"\"Fetches data from Noga-ISO\"\"\"\n    response: Response = session.get(URL)\n    if not response.ok:\n        logger.warning(\n            \"IL.py\",\n            f\"Failed to fetch data from www.noga-iso.co.il with error: {response.status_code}\",\n        )\n\n    data = response.json()\n    return data\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"IL\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    session = session or Session()\n\n    data = fetch_noga_iso_data(session, logger)\n    eventList = ProductionBreakdownList(logger=logger)\n\n    productionMix = ProductionMix()\n\n    productionMix.add_value(\n        mode=\"unknown\", value=float(data.get(\"Production\").replace(\",\", \"\"))\n    )\n\n    eventList.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(tz=TZ),\n        production=productionMix,\n        source=\"noga-iso.co.il\",\n    )\n\n    return eventList.to_list()\n\n\ndef fetch_total_production(\n    zone_key: ZoneKey = ZoneKey(\"IL\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    session = session or Session()\n\n    data = fetch_noga_iso_data(session, logger)\n\n    eventList = TotalProductionList(logger=logger)\n\n    eventList.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(tz=TZ),\n        value=float(data.get(\"Production\").replace(\",\", \"\")),\n        source=\"noga-iso.co.il\",\n    )\n\n\ndef fetch_consumption(\n    zone_key: str = \"IL\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    data = fetch_all()\n    consumption = [float(item) for item in data]\n\n    # all mapped to unknown as there is no available breakdown\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": datetime.now(tz=TZ),\n        \"consumption\": consumption[0],\n        \"source\": IEC_URL,\n    }\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN.py",
    "content": "#!usr/bin/env python3\n\n\"\"\"Parser for all of India\"\"\"\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Response, Session\nfrom requests.adapters import HTTPAdapter\nfrom urllib3.util.retry import Retry\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n# TODO 1 Migrate the IN_WE and IN_EA consumption fetching to this parser, using the grid india data.\n# TODO 2 Migrate the fetch_consumption in this file so that it uses the grid india data instead of meritindia.in.\n\n# This parsers does not work locally with all VPN. It does not work with SurfShark, but it works with NordVPN. Local proxies could also be used.\nIN_TZ = ZoneInfo(\"Asia/Kolkata\")\nSTART_DATE_RENEWABLE_DATA = datetime(2020, 12, 17, tzinfo=IN_TZ)\n# 1 MU = 1 GWH = 1000 MWH then assume uniform production per hour -> 1000/24 = 41.6666 = 1/0.024\n# So MU / 0.024 = MW\nCONVERSION_DAILY_GWH_TO_HOURLY_MW = 0.024\n\n# Some of the websites we use work with the VPC connector, some work without it.\nINDIA_PROXY_NO_VPC_CONNECTOR = (\n    \"https://in-proxy-no-vpc-connector-jfnx5klx2a-el.a.run.app\"\n)\n\nNPP_MODE_MAPPING = {\n    \"THER (GT)\": \"gas\",\n    \"THERMAL\": \"coal\",\n    \"HYDRO\": \"hydro\",\n    \"THER (DG)\": \"oil\",\n    \"NUCLEAR\": \"nuclear\",\n}\nNPP_REGION_MAPPING = {\n    \"NORTHERN\": \"IN-NO\",\n    \"EASTERN\": \"IN-EA\",\n    \"WESTERN\": \"IN-WE\",\n    \"SOUTHERN\": \"IN-SO\",\n    \"NORTH EASTERN\": \"IN-NE\",\n}\n\nGRID_INDIA_REGION_MAPPING = {\n    \"NR\": \"IN-NO\",\n    \"ER\": \"IN-EA\",\n    \"WR\": \"IN-WE\",\n    \"SR\": \"IN-SO\",\n    \"NER\": \"IN-NE\",\n    \"TOTAL\": \"IN\",\n}\n\nGRID_INDIA_REGION_MAPPING = {\n    \"IN-NO\": \"NR\",\n    \"IN-EA\": \"ER\",\n    \"IN-WE\": \"WR\",\n    \"IN-SO\": \"SR\",\n    \"IN-NE\": \"NER\",\n    \"IN\": \"TOTAL\",\n}\n\nGRID_INDIA_SOURCE = \"grid-india.in\"\n\nCEA_REGION_MAPPING = {\n    \"northern region\": \"IN-NO\",\n    \"western region\": \"IN-WE\",\n    \"southern region\": \"IN-SO\",\n    \"eastern region\": \"IN-EA\",\n    \"north-eastern region\": \"IN-NE\",\n}\n\nDEMAND_URL_MERITINDIA = (\n    \"{proxy}/StateWiseDetails/BindCurrentStateStatus?host=https://meritindia.in\"\n)\n\n# States codes as on meritindia.in\nSTATE_CODES = {\n    \"andhra-pradesh\": \"AP\",\n    \"arunachal-pradesh\": \"ACP\",\n    \"assam\": \"ASM\",\n    \"bihar\": \"BHR\",\n    \"chandiagarh\": \"CHG\",\n    \"chhattisgarh\": \"CTG\",\n    \"dadra-nagar-haveli\": \"DNH\",\n    \"daman-diu\": \"DND\",\n    \"delhi\": \"DL\",\n    \"goa\": \"GOA\",\n    \"gujarat\": \"GJT\",\n    \"haryana\": \"HRN\",\n    \"himachal-pradesh\": \"HP\",\n    \"jammu-kashmir\": \"JAK\",\n    \"jharkhand\": \"JHK\",\n    \"karnataka\": \"KRT\",\n    \"kerala\": \"KRL\",\n    \"madhya-pradesh\": \"MPD\",\n    \"maharashtra\": \"MHA\",\n    \"manipur\": \"MIP\",\n    \"meghalaya\": \"MGA\",\n    \"mizoram\": \"MZM\",\n    \"nagaland\": \"NGD\",\n    \"odisha\": \"ODI\",\n    \"puducherry\": \"PU\",\n    \"punjab\": \"PNB\",\n    \"rajasthan\": \"RJ\",\n    \"sikkim\": \"SKM\",\n    \"tamil-nadu\": \"TND\",\n    \"telangana\": \"TLG\",\n    \"tripura\": \"TPA\",\n    \"uttar-pradesh\": \"UP\",\n    \"uttarakhand\": \"UTK\",\n    \"west-bengal\": \"WB\",\n}\n\n\nSTATES_MAPPING = {\n    \"IN-NO\": [\n        \"delhi\",\n        \"haryana\",\n        \"himachal-pradesh\",\n        \"jammu-kashmir\",\n        \"punjab\",\n        \"rajasthan\",\n        \"uttar-pradesh\",\n        \"uttarakhand\",\n    ],\n    \"IN-WE\": [\"gujarat\", \"madya-pradesh\", \"maharashtra\", \"goa\", \"chhattisgarh\"],\n    \"IN-EA\": [\"bihar\", \"west-bengal\", \"odisha\", \"sikkim\"],\n    \"IN-NE\": [\n        \"arunachal-pradesh\",\n        \"assam\",\n        \"meghalaya\",\n        \"tripura\",\n        \"mizoram\",\n        \"nagaland\",\n        \"manipur\",\n    ],\n    \"IN-SO\": [\n        \"karnataka\",\n        \"kerala\",\n        \"tamil-nadu\",\n        \"andhra-pradesh\",\n        \"telangana\",\n        \"puducherry\",\n    ],\n}\n\n\ndef fetch_consumption_from_meritindia(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> TotalConsumptionList:\n    \"\"\"Fetches the live consumption from the Merit Order Despatch of Electricity.\n    This source seems to be a bit more stable right now than vidyutpravah.in\"\"\"\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    import concurrent.futures\n\n    total_consumption = 0\n    futures = []\n\n    def fetch_state_consumption(session, state):\n        resp: Response = session.post(\n            DEMAND_URL_MERITINDIA.format(proxy=INDIA_PROXY_NO_VPC_CONNECTOR),\n            data={\"StateCode\": STATE_CODES[state]},\n        )\n        data = resp.json()[0]\n        return float(str(data[\"Demand\"]).replace(\",\", \"\"))\n\n    with concurrent.futures.ThreadPoolExecutor() as executor:\n        for state in STATES_MAPPING[zone_key]:\n            future = executor.submit(fetch_state_consumption, session, state)\n            futures.append(future)\n\n        for future in concurrent.futures.as_completed(futures):\n            total_consumption += future.result()\n\n    consumption_list = TotalConsumptionList(logger=logger)\n    consumption_list.append(\n        zoneKey=ZoneKey(zone_key),\n        datetime=datetime.now(tz=IN_TZ),\n        consumption=total_consumption,\n        source=\"meritindia.in\",\n    )\n    return consumption_list\n\n\ndef fetch_npp_production(\n    zone_key: str,\n    target_datetime: datetime,\n    session: Session = Session(),\n    logger: Logger = getLogger(__name__),\n) -> dict[str, Any]:\n    \"\"\"Gets production for conventional thermal, nuclear and hydro from NPP daily reports\n    This data most likely doesn't inlcude distributed generation\"\"\"\n\n    npp_url = f\"https://npp.gov.in/public-reports/cea/daily/dgr/{target_datetime:%d-%m-%Y}/dgr2-{target_datetime:%Y-%m-%d}.xls\"\n    r: Response = session.get(npp_url)\n\n    if r.status_code == 200:\n        df_npp = pd.read_excel(r.content, header=3)\n        # Since 15/04/2025, a footer was added to the excel file.\n        # It modifies the structure of its columns. By removing the footer and then removing the empty columns, we can have a consistent structure.\n        df_npp = df_npp[df_npp[df_npp.columns[0]].notnull()]\n        df_npp = df_npp.dropna(axis=\"columns\", how=\"all\")\n        df_npp = df_npp.rename(\n            columns={\n                df_npp.columns[0]: \"power_station\",\n                df_npp.columns[2]: \"production_mode\",\n                \"TODAY'S\\nACTUAL\\n\": \"value\",\n            }\n        )\n        df_npp[\"region\"] = (\n            df_npp[\"power_station\"].apply(lambda x: NPP_REGION_MAPPING.get(x)).ffill()\n        )\n        df_npp = df_npp[[\"region\", \"production_mode\", \"value\"]]\n\n        df_npp_filtered = df_npp.loc[~df_npp[\"production_mode\"].isna()].copy()\n\n        df_zone = df_npp_filtered.loc[df_npp_filtered[\"region\"] == zone_key].copy()\n        df_zone[\"production_mode\"] = df_zone[\"production_mode\"].map(NPP_MODE_MAPPING)\n        production_in_zone = df_zone.groupby([\"production_mode\"])[\"value\"].sum()\n        production_dict = {\n            mode: round(production_in_zone.get(mode), 3)\n            for mode in production_in_zone.index\n        }\n        return production_dict\n    else:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=f\"{target_datetime}: {zone_key} conventional production data is not available : [{r.status_code}]\",\n        )\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    return fetch_consumption_from_meritindia(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    ).to_list()\n\n\ndef format_ren_production_data(\n    content: bytes, zone_key: str, target_datetime: datetime\n) -> dict[str, Any]:\n    \"\"\"Formats daily renewable production data for each zone\"\"\"\n    df_ren = pd.read_excel(content, engine=\"openpyxl\", header=5)\n    df_ren = df_ren.dropna(axis=0, how=\"all\")\n\n    # They changed format of the data from 2024/07/01\n    if target_datetime < datetime(2024, 7, 1, 0, 0, tzinfo=IN_TZ):\n        df_ren = df_ren.rename(\n            columns={\n                df_ren.columns[1]: \"region\",\n                df_ren.columns[2]: \"wind\",\n                df_ren.columns[3]: \"solar\",\n                df_ren.columns[4]: \"unknown\",\n            }\n        )\n    else:\n        # columns 4-7 are cumulative values for the month\n        df_ren = df_ren.rename(\n            columns={\n                df_ren.columns[0]: \"region\",\n                df_ren.columns[1]: \"wind\",\n                df_ren.columns[2]: \"solar\",\n                df_ren.columns[3]: \"unknown\",\n            }\n        )\n\n    is_region = df_ren[\"region\"].str.contains(\"Region\")\n    # values should be \"{Indian name}/{English name}\"\n    df_ren[\"zone_key\"] = (\n        df_ren[\"region\"]\n        .loc[is_region]\n        .str.split(\"/\")\n        .str[1]\n        .str.lower()\n        .map(CEA_REGION_MAPPING)\n    )\n\n    zone_data = df_ren.loc[\n        (df_ren[\"zone_key\"] == zone_key), [\"wind\", \"solar\", \"unknown\"]\n    ]\n    if zone_data.shape != (1, 3):\n        raise ParserException(\n            parser=\"IN.py\",\n            message=f\"{target_datetime}: {zone_key} renewable production data is not available\",\n        )\n    zone_data = zone_data.iloc[0, :].to_dict()\n\n    return zone_data\n\n\ndef fetch_cea_production(\n    zone_key: str,\n    target_datetime: datetime,\n    session: Session = Session(),\n    logger: Logger = getLogger(__name__),\n) -> dict[str, Any] | None:\n    \"\"\"Gets production data for wind, solar and other renewables\n    Other renewables includes a share of hydro, biomass and others and will categorized as unknown\n    DISCLAIMER: this data is only available since 2020/12/17\"\"\"\n    cea_data_url = (\n        \"https://cea.nic.in/wp-admin/admin-ajax.php?action=getpostsfordatatables\"\n    )\n\n    headers = {\n        \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0\",\n    }\n\n    retry_strategy = Retry(\n        total=3,  # Total number of retries\n        backoff_factor=1,  # A delay factor to apply between attempts\n        status_forcelist=[\n            429,\n            500,\n            502,\n            503,\n            504,\n        ],  # A set of HTTP status codes that we should force a retry on\n        allowed_methods=[\n            \"GET\"\n        ],  # Set of uppercased HTTP method verbs that we should retry on.\n    )\n    adapter = HTTPAdapter(max_retries=retry_strategy)\n    session.mount(\"https://\", adapter)\n    session.mount(\"http://\", adapter)\n    r_all_data: Response = session.get(cea_data_url, headers=headers, verify=False)\n    if r_all_data.status_code == 200:\n        all_data = r_all_data.json()[\"data\"]\n        target_elem = [\n            elem\n            for elem in all_data\n            if target_datetime.strftime(\"%Y-%m-%d\") in elem[\"date\"]\n        ]\n\n        if len(target_elem) > 0 and target_elem[0][\"link\"] != \"file_not_found\":\n            target_url = target_elem[0][\"link\"].split(\": \")[0]\n            formatted_url = target_url.split(\"^\")[0]\n            r: Response = session.get(formatted_url, headers=headers, verify=False)\n            renewable_production = format_ren_production_data(\n                content=r.content, zone_key=zone_key, target_datetime=target_datetime\n            )\n            return renewable_production\n        else:\n            raise ParserException(\n                parser=\"IN.py\",\n                message=f\"{target_datetime}: {zone_key} renewable production data is not available\",\n            )\n    else:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=f\"{target_datetime}: {zone_key} renewable production data is not available, {r_all_data.status_code}\",\n        )\n\n\ndef fetch_grid_india_report(\n    target_datetime: datetime, session: Session\n) -> tuple[datetime, bytes | None]:\n    \"\"\"\n    Rely on grid-india.in backend API to fetch data report.\n    First query the backend to get the list of files available for a given date.\n    Reports can be found here : https://grid-india.in/en/reports/daily-psp-report\n    And also here here : https://report.grid-india.in/index.php?p=\n\n    \"\"\"\n\n    GRID_INDIA_BACKEND_URL = \"https://webapi.grid-india.in\"\n    GRID_INDIA_CDN_URL = \"https://webcdn.grid-india.in\"\n\n    GRID_INDIA_BACKEND_WITH_PROXY_URL = (\n        f\"{INDIA_PROXY_NO_VPC_CONNECTOR}/api/v1/file?host={GRID_INDIA_BACKEND_URL}\"\n    )\n\n    # Reports are stored per fiscal year, which goes from April N to March N+1.\n    fiscal_year_start = (\n        target_datetime.year - 1 if target_datetime.month < 4 else target_datetime.year\n    )\n    fiscal_year_end_short = (fiscal_year_start + 1) % 100\n\n    payload = {\n        \"_source\": \"GRDW\",\n        \"_type\": \"DAILY_PSP_REPORT\",\n        \"_fileDate\": f\"{fiscal_year_start}-{fiscal_year_end_short}\",\n        \"_month\": target_datetime.strftime(\"%m\"),\n    }\n\n    headers = {\n        \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0\",\n        \"Content-Type\": \"application/json\",\n    }\n\n    r: Response = session.post(\n        GRID_INDIA_BACKEND_WITH_PROXY_URL, json=payload, headers=headers\n    )\n    # We process the file that pass the file type filters and that is the most recent one\n    # before target_datetime.\n    if r.status_code == 200:\n        file_list = r.json()[\"retData\"]\n        latest_file_url = None\n        latest_file_date = None\n        for file in file_list:\n            is_correct_type = (\n                file.get(\"MimeType\") in (\"attachment/xls\", \"application/vnd.ms-excel\")\n            ) and file.get(\"FileType\") == \"DAILY_PSP_REPORT\"\n\n            if is_correct_type:\n                try:\n                    # Title_ is expected to start with \"dd.mm.yy\"\n                    file_date_str = file[\"Title_\"].split(\"_\")[0]\n                    file_date = datetime.strptime(file_date_str, \"%d.%m.%y\").replace(\n                        tzinfo=IN_TZ\n                    )\n\n                    if file_date <= target_datetime and (\n                        latest_file_date is None or file_date > latest_file_date\n                    ):\n                        latest_file_date = file_date\n                        latest_file_url = file.get(\"FilePath\")\n                except (ValueError, IndexError):\n                    # Ignore files with titles that don't match the expected date format\n                    continue\n\n        if latest_file_url is not None:\n            file_full_url = f\"{INDIA_PROXY_NO_VPC_CONNECTOR}/{latest_file_url}?host={GRID_INDIA_CDN_URL}\"\n            r: Response = session.get(file_full_url, headers=headers)\n            return latest_file_date, r.content\n        else:\n            raise ParserException(\n                parser=\"IN.py\",\n                message=f\"{target_datetime}: Grid India daily production data is not available\",\n            )\n    else:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=f\"{target_datetime}: Grid India daily production data is not available, {r.status_code}\",\n        )\n\n\ndef get_daily_generation_table(content: bytes) -> pd.DataFrame:\n    \"\"\"\n    Get the G. Sourcewise generation (Gross) (MU) table from the daily report.\n    Returns a DataFrame with the generation for each mode.\n    Shape of the dataframe :\n    'mode' is the mode name.\n    'value' is the generation, in MU/GWh :\n    | mode | value |\n    |------|-------|\n    | coal | 100   |\n    | lignite| 200   |\n    | hydro | 300   |\n    | nuclear | 400   |\n    | gas | 500   |\n    | unknown | 600   |\n    \"\"\"\n    df = pd.read_excel(content, engine=\"xlrd\", header=4)\n\n    START_PATTERN = \"Sourcewise generation\"\n    END_PATTERN = \"Demand Diversity Factor\"\n    SECOND_END_PATTERN = \"Total\"\n\n    description_column = df.columns[0]\n    start_index = df.index[\n        df[description_column].str.contains(START_PATTERN, na=False, case=False)\n    ].tolist()[0]\n    end_index = df.index[\n        df[description_column].str.contains(END_PATTERN, na=False, case=False)\n    ].tolist()[0]\n\n    if not start_index or not end_index:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=\"Could not find the generation table in the daily report; the format may have changed.\",\n        )\n    generation_df = df.iloc[start_index + 1 : end_index, 0:]\n\n    second_end_index = generation_df.index[\n        generation_df[description_column].str.contains(\n            SECOND_END_PATTERN, na=False, case=False\n        )\n    ].tolist()[0]\n\n    if not second_end_index:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=\"Could not find the second end of the generation table in the daily report; the format may have changed.\",\n        )\n    total_row_position = generation_df.index.get_loc(\n        generation_df[\n            generation_df[description_column].str.contains(\"Total\", na=False)\n        ].index[0]\n    )\n\n    generation_df_without_re_share = generation_df.iloc[: total_row_position + 1, :]\n    generation_df_without_re_share = generation_df_without_re_share.set_index(\n        generation_df_without_re_share.columns[0]\n    )\n    generation_df_without_re_share.columns = generation_df_without_re_share.iloc[0]\n    generation_df_without_re_share = generation_df_without_re_share.iloc[1:].dropna(\n        axis=1, how=\"all\"\n    )\n    generation_df_without_re_share.index.name = \"mode\"\n\n    return generation_df_without_re_share\n\n\ndef get_wind_solar(content: bytes, zone_key: str) -> pd.DataFrame:\n    \"\"\"\n    Gets the wind and solar production for a given zone key.\n    Retrieves it from the daily report,\n    in the A. Power Supply Position at All India and Regional level table.\n    Returns a DataFrame with the wind and solar production for the given zone key.\n    Shape of the dataframe :\n    'mode' is 'wind' and 'solar'.\n    'value' is the generation, in MU/GWh :\n    | mode | value |\n    |------|-------|\n    | wind | 100   |\n    | solar| 200   |\n    \"\"\"\n\n    df = pd.read_excel(content, engine=\"xlrd\", header=2)\n    START_PATTERN = \"A. Power Supply Position\"\n    END_PATTERN = \"B. Frequency Profile\"\n\n    description_column = df.columns[0]\n\n    start_mask = df[description_column].str.contains(\n        START_PATTERN, na=False, case=False\n    )\n    end_mask = df[description_column].str.contains(END_PATTERN, na=False, case=False)\n    start_index = start_mask[start_mask].first_valid_index()\n    end_index = end_mask[end_mask].first_valid_index()\n\n    if start_index is None or end_index is None:\n        raise ParserException(\n            parser=\"IN.py\",\n            message=\"Could not find the generation table in the daily report; the format may have changed.\",\n        )\n    # Only keep the first table (A. Power Supply Position at All India and Regional level)\n    generation_df = df.iloc[start_index + 1 : end_index].copy()\n\n    # Set the row that contains the region names as the header.\n    generation_df.columns = generation_df.iloc[0]\n    generation_df = generation_df.iloc[1:].reset_index(drop=True)\n\n    # The descriptions ('Wind Gen', etc.) are now in the first data column.\n    # Let's search this column to find the integer index of the rows we want.\n    description_col = generation_df.iloc[:, 0]\n    wind_mask = description_col.str.contains(\"Wind Gen\", na=False, case=False)\n    solar_mask = description_col.str.contains(\"Solar Gen\", na=False, case=False)\n    wind_row_index = description_col[wind_mask].index[0]\n    solar_row_index = description_col[solar_mask].index[0]\n\n    region_column = GRID_INDIA_REGION_MAPPING[zone_key]\n    wind_gen_nr = generation_df.loc[wind_row_index, region_column]\n    solar_gen_nr = generation_df.loc[solar_row_index, region_column]\n\n    wind_solar_df = pd.DataFrame(\n        {\"value\": [wind_gen_nr, solar_gen_nr]}, index=[\"wind\", \"solar\"]\n    )\n    wind_solar_df.index.name = \"mode\"\n    wind_solar_df[\"value\"] = pd.to_numeric(\n        wind_solar_df[\"value\"].replace(\"-\", 0), errors=\"coerce\"\n    ).fillna(0)\n\n    return wind_solar_df\n\n\ndef parse_daily_production_grid_india_report(\n    content: bytes,\n    zone_key: str,\n    target_datetime: datetime,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Parses production data from grid india daily report.\n    Will split the daily production evenly across the 24 hours of the day.\n    This will then be reestimated by the estimation pipeline and the mode breakdown.\n    \"\"\"\n    daily_production_breakdown = get_production_breakdown(\n        content=content, zone_key=zone_key\n    )\n    daily_production_breakdown[\"value\"] = (\n        daily_production_breakdown[\"value\"] / CONVERSION_DAILY_GWH_TO_HOURLY_MW\n    )\n    df_pivoted = daily_production_breakdown.T\n    df_hourly = pd.concat([df_pivoted] * 24, ignore_index=True)\n\n    # Next, create a DatetimeIndex for the 24 hours of the target_datetime\n    start_of_day = target_datetime.replace(\n        hour=0, minute=0, second=0, microsecond=0, tzinfo=IN_TZ\n    )\n    hourly_index = pd.date_range(start=start_of_day, periods=24, freq=\"H\")\n\n    # Set this as the index of your new DataFrame\n    df_hourly.index = hourly_index\n\n    all_data_points = ProductionBreakdownList(logger)\n    for timestamp, production_series in df_hourly.iterrows():\n        production_dict = production_series.dropna().to_dict()\n        production_mix = ProductionMix()\n        for mode, value in production_dict.items():\n            production_mix.add_value(mode, value)\n        all_data_points.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=timestamp.to_pydatetime(),\n            production=production_mix,\n            source=GRID_INDIA_SOURCE,\n        )\n    return all_data_points.to_list()\n\n\ndef parse_15m_production_grid_india_report(\n    content: bytes,\n    zone_key: str,\n    target_datetime: datetime,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Parses production data from grid india report. Uses the 15-minute data in the TimeSeries sheet of the report.\n    Since 15-minute data aggregated to daily values do not match the daily production value from the first sheet of the report, we rescale the 15-minute data so that the total matches the daily production value.\n    Then, we assume that each zone has the same share of the production share for a given mode over the whole day.\n    We then breakdown the (15-minute, country-level, per mode) data, to (15-minute, zone-level, per mode) data.\n    \"\"\"\n    # Get total production for the whole country, from the daily data report.\n    daily_india_generation = parse_daily_total_production_grid_india_report(\n        content=content\n    )\n    # Get total production for the whole country, from the 15-minute time series report.\n    _15min_india_generation_aggregated_daily = (\n        parse_total_production_15min_grid_india_report(content=content)\n    )\n\n    # Compute the scaling factor that will be used to scale the 15-minute data so that its total matches the daily production value.\n    generation_scaling_factor = (\n        daily_india_generation / _15min_india_generation_aggregated_daily\n    )\n    # Scale the 15-minute data\n    _15min_scaled_generation_df = scale_15min_production(\n        content=content, scaling_factor=generation_scaling_factor\n    )\n\n    # Now, compute the share of the considered zone key in the India-level production, for each mode.\n    zone_mode_share_out_of_country = compute_zone_key_share_per_mode_out_of_total(\n        content=content, zone_key=zone_key\n    )\n\n    # Scale the 15-minute by the share of the mode for the considered zone key out of the country-level production.\n    ## Do not scale the time column\n    mode_columns = _15min_scaled_generation_df.columns.intersection(\n        zone_mode_share_out_of_country.index\n    )\n    ordered_zone_mode_share_out_of_country = zone_mode_share_out_of_country.reindex(\n        mode_columns\n    )\n\n    # Multiply the modes columns by the scaling factors\n    _15min_scaled_generation_df[mode_columns] = _15min_scaled_generation_df[\n        mode_columns\n    ].mul(ordered_zone_mode_share_out_of_country)\n\n    ## Convert the time column to a datetime index and drop the TIME column\n    datetime_series = pd.to_datetime(\n        target_datetime.strftime(\"%Y-%m-%d\") + \" \" + _15min_scaled_generation_df[\"TIME\"]\n    )\n    _15min_scaled_generation_df.index = datetime_series\n    _15min_scaled_generation_df.index = _15min_scaled_generation_df.index.tz_localize(\n        IN_TZ\n    )\n    _15min_scaled_generation_df = _15min_scaled_generation_df.drop(columns=[\"TIME\"])\n\n    all_data_points = ProductionBreakdownList(logger)\n    for timestamp, production_series in _15min_scaled_generation_df.iterrows():\n        production_dict = production_series.dropna().to_dict()\n        production_mix = ProductionMix()\n        for mode, value in production_dict.items():\n            production_mix.add_value(mode, value)\n        all_data_points.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=timestamp.to_pydatetime(),\n            production=production_mix,\n            source=GRID_INDIA_SOURCE,\n        )\n    return all_data_points.to_list()\n\n\ndef get_production_breakdown(content: bytes, zone_key: str) -> pd.DataFrame:\n    \"\"\"\n    Computes the share of the zone key in the total production for each mode.\n    Returns a dictionary with the mode as key and the share as value.\n    We will then assume this percentage is uniform across the day.\n    \"\"\"\n    daily_generation_df = get_daily_generation_table(content)\n    if zone_key == \"IN\":\n        zone_generation = daily_generation_df[\"All India\"]\n    else:\n        zone_generation = daily_generation_df[GRID_INDIA_REGION_MAPPING[zone_key]]\n\n    # Removes Total row\n    modes = [\"coal\", \"lignite\", \"hydro\", \"nuclear\", \"gas\", \"RES\"]\n    pattern = \"|\".join(modes)\n    mask = zone_generation.index.str.contains(pattern, case=False, na=False)\n    selected_df = zone_generation[mask]\n\n    # Sum the 'Coal' and 'Lignite'\n    numeric_df = selected_df.apply(pd.to_numeric, errors=\"coerce\")\n    coal_lignite_sum = numeric_df.loc[[\"Coal\", \"Lignite\"]].sum()\n    numeric_df.loc[\"coal\"] = coal_lignite_sum\n    all_modes_except_wind_solar = numeric_df.drop([\"Coal\", \"Lignite\"])\n    all_modes_except_wind_solar_df = all_modes_except_wind_solar.to_frame(name=\"value\")\n\n    # Get wind and solar for the considered zone key\n    wind_solar_india_df = get_wind_solar(content=content, zone_key=zone_key)\n\n    all_modes_df = pd.concat([all_modes_except_wind_solar_df, wind_solar_india_df])\n    all_modes_df.index = all_modes_df.index.str.lower()\n    # Rename the \"Gas, Naphta & Diesel\" mode to \"gas\"\n    gas_mask = all_modes_df.index.str.contains(\"gas\", na=False)\n    if gas_mask.any():\n        old_gas_label = all_modes_df.index[gas_mask][0]\n        all_modes_df = all_modes_df.rename(index={old_gas_label: \"gas\"})\n\n    # RES contains wind, solar, biomass and others.\n    # Substract wind and solar from RES, and map it to unknown.\n    res_mask = all_modes_df.index.str.contains(\"res\", na=False)\n    if res_mask.any():\n        old_res_label = all_modes_df.index[res_mask][0]\n        all_modes_cleaned_df = all_modes_df.rename(index={old_res_label: \"unknown\"})\n\n    # Replace any '-' strings with 0 and ensure the value column is numeric.\n    # Coerce errors will turn any other non-numeric values into NaN, which we then fill with 0.\n    all_modes_cleaned_df[\"value\"] = pd.to_numeric(\n        all_modes_cleaned_df[\"value\"].replace(\"-\", 0), errors=\"coerce\"\n    ).fillna(0)\n\n    all_modes_cleaned_df.loc[\"unknown\", \"value\"] = (\n        all_modes_cleaned_df.loc[\"unknown\", \"value\"]\n        - all_modes_cleaned_df.loc[\"wind\", \"value\"]\n        - all_modes_cleaned_df.loc[\"solar\", \"value\"]\n    )\n\n    return all_modes_cleaned_df\n\n\ndef compute_zone_key_share_per_mode_out_of_total(\n    content: bytes, zone_key: str\n) -> pd.Series:\n    country_production_breakdown = get_production_breakdown(\n        content=content, zone_key=\"IN\"\n    )\n    zone_production_breakdown = get_production_breakdown(\n        content=content, zone_key=zone_key\n    )\n\n    total_production_zone_share_out_of_country = (\n        zone_production_breakdown.sum() / country_production_breakdown.sum()\n    )[\"value\"]\n\n    zone_key_share_per_mode_out_of_country = (\n        zone_production_breakdown[\"value\"] / country_production_breakdown[\"value\"]\n    )\n\n    # We ensure that all share are between 0 and 1.\n    # If not, we replace the value by the share of the total production of the zone out of the total production of the country.\n    condition = (zone_key_share_per_mode_out_of_country >= 0) & (\n        zone_key_share_per_mode_out_of_country <= 1\n    )\n\n    return zone_key_share_per_mode_out_of_country.where(\n        condition, total_production_zone_share_out_of_country\n    )\n\n\ndef scale_15min_production(content: bytes, scaling_factor: float) -> pd.DataFrame:\n    df = pd.read_excel(content, engine=\"xlrd\", header=2, sheet_name=\"TimeSeries\")\n\n    KEYWORD_MAPPING = {\n        \"NUCLEAR\": \"nuclear\",\n        \"WIND\": \"wind\",\n        \"SOLAR\": \"solar\",\n        \"HYDRO\": \"hydro\",\n        \"GAS\": \"gas\",\n        \"THERMAL\": \"coal\",\n        \"OTHERS\": \"unknown\",\n    }\n\n    # Columns names are like NUCLEAR\\n(MW) or WIND**\\n(MW), etc.\n    # Try to make mapping robust by not relying on exact match.\n    dynamic_rename_mapping = {}\n    for col_name in df.columns:\n        for source_mode, mode in KEYWORD_MAPPING.items():\n            if source_mode.lower() in str(col_name).lower():\n                dynamic_rename_mapping[col_name] = mode\n                break\n\n    df = df[list(dynamic_rename_mapping.keys()) + [\"TIME\"]]\n    df.rename(columns=dynamic_rename_mapping, inplace=True)\n\n    # The first and last rows are not part of the time series and should be deleted.\n    df = df.iloc[1:-1].reset_index(drop=True)\n    mode_columns = list(dynamic_rename_mapping.values())\n\n    # Ensure all mode columns are numeric before scaling\n    for col in mode_columns:\n        df[col] = pd.to_numeric(df[col].replace(\"-\", 0), errors=\"coerce\").fillna(0)\n\n    scaled_generation = df[mode_columns].mul(scaling_factor, axis=0)\n    scaled_generation = pd.concat([df[\"TIME\"], scaled_generation], axis=1)\n    return scaled_generation\n\n\ndef parse_daily_total_production_grid_india_report(\n    content: bytes,\n) -> float:\n    \"\"\"\n    Extract the total production across the whole country from the daily report.\n    Returns it in MWh.\n    \"\"\"\n    generation_df = get_daily_generation_table(content)\n    # Data is in MU=GWh.\n    total_generation = generation_df.loc[\"Total\", \"All India\"]\n    total_generation_numeric = pd.to_numeric(\n        str(total_generation).replace(\"-\", \"0\"), errors=\"coerce\"\n    )\n    total_all_india_generation = total_generation_numeric * 1000\n    return float(total_all_india_generation)\n\n\ndef parse_total_production_15min_grid_india_report(\n    content: bytes,\n) -> float:\n    \"\"\"\n    Computes the total production from the 15-minute data, in MWh.\n    \"\"\"\n    df = pd.read_excel(content, engine=\"xlrd\", header=2, sheet_name=\"TimeSeries\")\n    total_gen_col = \"TOTAL GENERATION\\n(MW)\"\n    df[total_gen_col] = pd.to_numeric(df[total_gen_col], errors=\"coerce\")\n    df[\"15min_energy\"] = df[total_gen_col] / 4\n    total_generation_from_15_min = df[\"15min_energy\"].sum()\n    return float(total_generation_from_15_min)\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Indian parser has a long history. There have been many sources being used, with different formats and different periods of availability.\n    Here we try to resolve how to fetch and parse the production data for the given zone key and target datetime.\n    \"\"\"\n    session = session or Session()\n    if target_datetime is None:\n        _target_datetime = datetime.now(tz=IN_TZ)\n    else:\n        if target_datetime.tzinfo is None:\n            _target_datetime = target_datetime.replace(tzinfo=IN_TZ)\n        else:\n            _target_datetime = target_datetime.astimezone(IN_TZ)\n\n    if _target_datetime > datetime(2024, 11, 4, tzinfo=IN_TZ):\n        # PSP Reports with TimeSeries sheets are only available since 2024/11/04\n        report_date, report_content = fetch_grid_india_report(\n            target_datetime=_target_datetime, session=session\n        )\n        production_data = parse_15m_production_grid_india_report(\n            content=report_content,\n            zone_key=zone_key,\n            target_datetime=report_date,\n        )\n        return production_data\n    elif _target_datetime >= datetime(\n        2023, 4, 1, tzinfo=IN_TZ\n    ) and _target_datetime < datetime(2024, 11, 4, tzinfo=IN_TZ):\n        # PSP Reports are available as spreadsheet since 2023/04/01, but without TimeSeries (15-minute) data.\n        report_date, report_content = fetch_grid_india_report(\n            target_datetime=_target_datetime, session=session\n        )\n        production_data = parse_daily_production_grid_india_report(\n            content=report_content,\n            zone_key=zone_key,\n            target_datetime=report_date,\n        )\n        return production_data\n    elif _target_datetime > START_DATE_RENEWABLE_DATA and _target_datetime < datetime(\n        2023, 4, 1, tzinfo=IN_TZ\n    ):\n        production_data = parse_production_from_cea_npp(\n            zone_key=zone_key,\n            target_datetime=_target_datetime,\n            session=session,\n        )\n        return production_data\n    else:\n        # An alternative here would be to parse the PDF from Grid India.\n        raise ParserException(\n            parser=\"IN.py\",\n            message=f\"{target_datetime}: {zone_key} production data is not available before {START_DATE_RENEWABLE_DATA}\",\n        )\n\n\ndef parse_production_from_cea_npp(\n    zone_key: str,\n    target_datetime: datetime,\n    session: Session = Session(),\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Parses production data from CEA NPP.\n    \"\"\"\n    renewable_production = {}\n    try:\n        renewable_production = fetch_cea_production(\n            zone_key=zone_key,\n            session=session,\n            target_datetime=target_datetime,\n        )\n    except ParserException:\n        logger.warning(\n            f\"{zone_key}: renewable production not available for {target_datetime} - will compute production with conventional production only\"\n        )\n\n    conventional_production = None\n    try:\n        conventional_production = fetch_npp_production(\n            zone_key=zone_key,\n            session=session,\n            target_datetime=target_datetime,\n        )\n    except ParserException:\n        logger.warning(\n            f\"{zone_key}: conventional production not available for {target_datetime} - do not return any production data\"\n        )\n\n    if conventional_production is not None:\n        production = {**conventional_production, **renewable_production}\n        hourly_production_data = daily_to_hourly_production_data(\n            target_datetime=target_datetime,\n            production=production,\n            zone_key=zone_key,\n            logger=logger,\n        )\n    return hourly_production_data.to_list()\n\n\ndef daily_to_hourly_production_data(\n    target_datetime: datetime, production: dict, zone_key: str, logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"convert daily power production average to hourly values\"\"\"\n    all_hourly_production = ProductionBreakdownList(logger)\n    production_mix = ProductionMix()\n    for mode, value in production.items():\n        production_mix.add_value(mode, value / CONVERSION_DAILY_GWH_TO_HOURLY_MW)\n\n    start_of_day_local = target_datetime.astimezone(IN_TZ).replace(\n        hour=0, minute=0, second=0, microsecond=0\n    )\n    for hour in range(0, 24):\n        all_hourly_production.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=start_of_day_local + timedelta(hours=hour),\n            production=production_mix,\n            source=GRID_INDIA_SOURCE,\n        )\n    return all_hourly_production\n\n\nif __name__ == \"__main__\":\n    print(fetch_production(target_datetime=datetime(2024, 12, 24), zone_key=\"IN-WE\"))\n    print(fetch_consumption(zone_key=ZoneKey(\"IN-NO\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_DL.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime, time\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom .lib import IN, web, zonekey\n\nZONE_INFO = ZoneInfo\n\n# Constant mapping of plant names to type\n_PLANT_NAME_TO_TYPE = {\n    \"CCGT-Bawana\": \"gas\",\n    \"DMSWSL-Dsidc\": \"biomass\",\n    \"EDWPL-Gazipur\": \"biomass\",\n    \"GT\": \"gas\",\n    \"Pragati\": \"gas\",\n    \"TOWMP-Okhla\": \"biomass\",\n    \"TWEPL-TUGLAKABAD\": \"biomass\",\n}\n_POWER_COLUMN_HEADER = \"Actual\"\n_TOTAL_ROW_TITLE = \"Total\"\n\n\ndef fetch_consumption(\n    zone_key: str = \"IN-DL\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Delhi consumption\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, \"IN-DL\")\n    html = web.get_response_soup(\n        zone_key, \"http://www.delhisldc.org/Redirect.aspx\", session\n    )\n\n    india_date_time = IN.read_datetime_from_span_id(\n        html, \"DynamicData1_LblDate\", \"%d-%b-%Y %I:%M:%S %p\"\n    )\n\n    demand_value = IN.read_value_from_span_id(html, \"DynamicData1_LblLoad\")\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time,\n        \"consumption\": demand_value,\n        \"source\": \"delhisldc.org\",\n    }\n\n    return data\n\n\ndef fetch_production(\n    zone_key: str = \"IN-DL\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Delhi production\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    energy: dict[str, float] = {\"gas\": 0, \"biomass\": 0, \"coal\": 0}\n\n    zonekey.assert_zone_key(zone_key, \"IN-DL\")\n\n    html = web.get_response_soup(\n        zone_key, \"http://www.delhisldc.org/Redirect.aspx?Loc=0804\", session\n    )\n\n    india_time_string = IN.read_text_from_span_id(html, \"ContentPlaceHolder3_ddgenco\")\n    india_time = time.fromisoformat(india_time_string)\n    india_date_time = datetime.combine(datetime.now(IN.ZONE_INFO), india_time).replace(\n        tzinfo=IN.ZONE_INFO\n    )\n\n    prod_table = html.find(\"table\", {\"id\": \"ContentPlaceHolder3_dgenco\"})\n    prod_rows = prod_table.findAll(\"tr\")\n\n    # Determine the index of the column that contains the actual power values\n    header_row = prod_rows[0]\n    column_headers = [cell.text for cell in header_row.findAll(\"td\")]\n    try:\n        value_column_index = column_headers.index(_POWER_COLUMN_HEADER)\n    except ValueError as e:\n        raise ValueError(\n            f\"Could not find a column with header '{_POWER_COLUMN_HEADER}' in the scraped HTML table\"\n        ) from e\n\n    for row in prod_rows[1:]:\n        cells = row.findAll(\"td\")\n        plant_name = cells[0].text\n        if plant_name == _TOTAL_ROW_TITLE:\n            continue\n        try:\n            plant_type = _PLANT_NAME_TO_TYPE[plant_name]\n        except KeyError as e:\n            raise KeyError(\n                f\"Unknown plant '{plant_name}'; manually add the type of this plant to `_PLANT_NAME_TO_TYPE`\"\n            ) from e\n        power = max(0.0, float(cells[value_column_index].text))\n        energy[plant_type] += power\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time,\n        \"production\": energy,\n        \"source\": \"delhisldc.org\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(\"IN-DL\", session))\n    print(fetch_consumption(\"IN-DL\", session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_EA.py",
    "content": "from collections.abc import Callable\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import ExchangeList\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nIN_WE_PROXY = \"https://in-proxy-jfnx5klx2a-el.a.run.app\"\nHOST = \"https://app.erldc.in\"\nINTERNATIONAL_EXCHANGES_URL = \"{proxy}/api/pspreportpsp/Get/pspreport_psp_transnationalexchange/GetByTwoDate?host={host}&firstDate={target_date}&secondDate={target_date}\"\nINTERREGIONAL_EXCHANGES_URL = \"{proxy}/api/pspreportpsp/Get/pspreport_psp_interregionalexchanges/GetByTwoDate?host={host}&firstDate={target_date}&secondDate={target_date}\"\nIN_EA_TZ = ZoneInfo(\"Asia/Kolkata\")\n\nINTERREGIONAL_EXCHANGES = {\n    ZoneKey(\"IN-EA->IN-NO\"): \"Import/Export between EAST REGION and NORTH REGION\",\n    ZoneKey(\"IN-EA->IN-NE\"): \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n    ZoneKey(\"IN-EA->IN-SO\"): \"Import/Export between EAST REGION and SOUTH REGION\",\n    ZoneKey(\"IN-EA->IN-WE\"): \"Import/Export between EAST REGION and WEST REGION\",\n}\nINTERRNATIONAL_EXCHANGES = {\n    ZoneKey(\"BT->IN-EA\"): \"BHUTAN\",\n    ZoneKey(\"IN-EA->NP\"): \"NEPAL\",\n    ZoneKey(\"BD->IN-EA\"): \"BANGLADESH\",\n}\nMAPPING = {\n    **INTERREGIONAL_EXCHANGES,\n    **INTERRNATIONAL_EXCHANGES,\n}\n\n\ndef get_fetch_function(\n    exchange_key: ZoneKey,\n) -> tuple[str, Callable[[list, ZoneKey, Logger], ExchangeList]]:\n    \"\"\"Get the url, the lookup key and the extract function for the exchange.\"\"\"\n    if exchange_key not in MAPPING:\n        raise ParserException(\n            \"IN_EA.py\",\n            f\"Unsupported exchange key {exchange_key}\",\n            zone_key=exchange_key,\n        )\n    if exchange_key in INTERRNATIONAL_EXCHANGES:\n        return (\n            INTERNATIONAL_EXCHANGES_URL,\n            extract_international_exchanges,\n        )\n    return (\n        INTERREGIONAL_EXCHANGES_URL,\n        extract_interregional_exchanges,\n    )\n\n\ndef extract_international_exchanges(\n    raw_data: list, exchange_key: ZoneKey, logger: Logger\n) -> ExchangeList:\n    exchanges = ExchangeList(logger)\n    zone_data = [item for item in raw_data if item[\"Region\"] == MAPPING[exchange_key]][\n        0\n    ]\n    exchanges.append(\n        zoneKey=exchange_key,\n        datetime=datetime.strptime(zone_data[\"Date\"], \"%Y-%m-%d\").replace(\n            tzinfo=IN_EA_TZ\n        ),\n        netFlow=float(zone_data[\"DayAverageMW\"]),\n        source=\"erldc.in\",\n    )\n    return exchanges\n\n\ndef extract_interregional_exchanges(\n    raw_data: list, exchange_key: ZoneKey, logger: Logger\n) -> ExchangeList:\n    exchanges = ExchangeList(logger)\n    zone_data = [item for item in raw_data if item[\"Type\"] == MAPPING[exchange_key]]\n    imports = sum(float(item[\"ImportMW\"]) for item in zone_data)\n    exports = sum(float(item[\"ExportMW\"]) for item in zone_data)  # always negative\n    exchanges.append(\n        zoneKey=exchange_key,\n        datetime=datetime.strptime(zone_data[0][\"Date\"], \"%Y-%m-%d\").replace(\n            tzinfo=IN_EA_TZ\n        ),\n        netFlow=imports + exports,\n        source=\"erldc.in\",\n    )\n    return exchanges\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"collects average daily exchanges for ERLC\"\"\"\n    if target_datetime is None:\n        # 1 day delay observed\n        target_datetime = datetime.now(tz=IN_EA_TZ).replace(\n            hour=0, minute=0, second=0\n        ) - timedelta(days=1)\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    target_date = target_datetime.strftime(\"%Y-%m-%d\")\n    url, extract_function = get_fetch_function(sorted_zone_keys)\n    resp = session.get(\n        url=url.format(\n            proxy=IN_WE_PROXY,\n            host=HOST,\n            target_date=target_date,\n        )\n    )\n    if not resp.ok:\n        raise ParserException(\n            parser=\"IN_EA.py\",\n            message=f\"{target_datetime}: {sorted_zone_keys} data is not available : [{resp.status_code}]\",\n            zone_key=sorted_zone_keys,\n        )\n    data = resp.json()\n    exchanges = extract_function(data, sorted_zone_keys, logger)\n    return exchanges.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_HP.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parser for Himachal Pradesh (Indian State).\"\"\"\n\nfrom datetime import datetime\nfrom enum import Enum\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\n# This URL is called from within the\n# https://hpsldc.com/intra-state-power-transaction/\n# page to load the data.\nDATA_URL = \"https://hpsldc.com/wp-admin/admin-ajax.php\"\nZONE_KEY = \"IN-HP\"\nTZ = ZoneInfo(\"Asia/Kolkata\")\n\n\nclass GenType(Enum):\n    \"\"\"\n    Enum for plant generation types found in the data.\n    Enum values are the keys for the production dictionary returned from fetch_production().\n    \"\"\"\n\n    HYDRO = \"hydro\"\n    UNKNOWN = \"unknown\"\n\n\n# Map of plant names (as given in data source) to their type.\n# Source for types is http://meritindia.in/state-data/himachal-pradesh\n# (click 'Show details' at the bottom) or the link above/next to the\n# relevant entry if there is no record in meritindia.\n# Corroborating source: https://hpaldc.org/index.asp?pg=powStn\n#\n# Total plant capacity as manually calculated from the data source:\n# GENERATION OF HP(Z): 992.45 MW Hydro, 608.26 MW Unknown.\n# (Unknown capacity value not given in data, estimated as 135% of actual generation\n# as this is the average ratio for plants with known capacity).\n# (B1)ISGS(HPSLDC WEB PORTAL): 4483.02 MW Hydro.\n# Total (for zones/IN_HP.yaml): 5475.47 MW Hydro, 608.26 MW Unknown.\nPLANT_NAMES_TO_TYPES = {\n    ### Plants in GENERATION OF HP(Z) table ###\n    # Listed as ISGS in type source but state in data source\n    \"BASPA(3X100MW)\": GenType.HYDRO,\n    \"BHABA(3X40MW)\": GenType.HYDRO,\n    \"GIRI(2X30MW)\": GenType.HYDRO,\n    \"LARJI(3X42MW)\": GenType.HYDRO,\n    \"BASSI(4X16.5MW)\": GenType.HYDRO,\n    # http://globalenergyobservatory.org/geoid/44638\n    \"MALANA(2X43MW)\": GenType.HYDRO,\n    \"ANDHRA(3X5.65MW)\": GenType.HYDRO,\n    \"GHANVI(2X11.25MW)\": GenType.HYDRO,  # GANVI in type source\n    # https://www.ejatlas.org/conflict/kashang-hydroelectricity-project\n    \"KASHANG(3X65MW)\": GenType.HYDRO,\n    # https://cdm.unfccc.int/Projects/DB/RWTUV1354641854.75/view\n    \"Sawra Kuddu (3x37MW)\": GenType.HYDRO,\n    \"MICROP/HMONITORED(HPSEBL)\": GenType.UNKNOWN,  # No type source\n    \"IPPsP/HMONITORED\": GenType.UNKNOWN,  # No type source\n    \"MICROP/HUNMONITORED\": GenType.UNKNOWN,  # No type source\n    ### Plants in (B1)ISGS(HPSLDC WEB PORTAL) table ###\n    \"BSIUL\": GenType.HYDRO,  # BAIRASIUL HEP in type source.\n    \"CHAMERA1\": GenType.HYDRO,\n    \"CHAMERA2\": GenType.HYDRO,\n    \"CHAMERA3\": GenType.HYDRO,\n    \"PARBATI3\": GenType.HYDRO,\n    \"NJPC\": GenType.HYDRO,  # NATHPA JHAKRI HEP in type source.\n    \"RAMPUR\": GenType.HYDRO,\n    \"KOLDAM\": GenType.HYDRO,\n}\n\n\ndef fetch_production(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of Himachal Pradesh (India)\"\"\"\n    r = session or Session()\n    if target_datetime is None:\n        url = DATA_URL\n    else:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    res = r.post(url, {\"action\": \"intra_state_power_transaction\"})\n    assert res.status_code == 200, (\n        \"Exception when fetching production for \"\n        \"{zone_key}: {res.status_code} error when calling url={url}\"\n    )\n    soup = BeautifulSoup(res.text, \"html.parser\")\n    return {\n        \"zoneKey\": ZONE_KEY,\n        \"datetime\": datetime.now(tz=TZ),\n        \"production\": combine_gen(\n            get_state_gen(soup, logger), get_isgs_gen(soup, logger)\n        ),\n        \"source\": \"hpsldc.com\",\n    }\n\n\ndef get_state_gen(soup, logger: Logger):\n    \"\"\"\n    Gets the total generation by type from state powerplants (MW).\n    Data is from the table titled GENERATION OF HP(Z).\n    \"\"\"\n    table_name = \"GENERATION OF HP(Z)\"\n    gen = {GenType.HYDRO.value: 0.0, GenType.UNKNOWN.value: 0.0}\n    # Read all rows except the last (Total).\n    for row in get_table_rows(soup, \"table_5\", table_name)[:-1]:\n        try:\n            cols = row.find_all(\"td\")\n            # Column 1: plant name, column 2: current generation.\n            gen_type = PLANT_NAMES_TO_TYPES[cols[0].text]\n            gen[gen_type.value] += float(cols[1].text)\n        except (AttributeError, KeyError, IndexError, ValueError):\n            logger.error(\n                f\"Error importing data from row: {row}\", extra={\"key\": ZONE_KEY}\n            )\n    return gen\n\n\ndef get_isgs_gen(soup, logger: Logger):\n    \"\"\"\n    Gets the total generation by type from ISGS powerplants (MW).\n    ISGS means Inter-State Generating Station: one owned by multiple states.\n    Data is from the table titled (B1)ISGS(HPSLDC WEB PORTAL).\n    \"\"\"\n    table_name = \"(B1)ISGS(HPSLDC WEB PORTAL)\"\n    gen = {GenType.HYDRO.value: 0.0, GenType.UNKNOWN.value: 0.0}\n    # Read all rows except the first (headers) and last two (OTHERISGS and\n    # Total).\n    for row in get_table_rows(soup, \"table_4\", table_name)[1:-2]:\n        try:\n            cols = row.find_all(\"td\")\n            if not cols[0].has_attr(\"class\"):\n                # Ignore first column (COMPANY), which only has cells for some\n                # rows (using rowspan).\n                del cols[0]\n            # Once COMPANY column is excluded, we have\n            # column 1: plant name, column 3: current generation.\n            gen_type = PLANT_NAMES_TO_TYPES[cols[0].text]\n            gen[gen_type.value] += float(cols[2].text)\n        except (AttributeError, KeyError, IndexError, ValueError):\n            logger.error(\n                f\"Error importing data from row: {row}\", extra={\"key\": ZONE_KEY}\n            )\n    return gen\n\n\ndef get_table_rows(soup, container_class, table_name):\n    \"\"\"Gets the table rows in the div identified by the provided class.\"\"\"\n    try:\n        rows = soup.find(\"div\", class_=container_class).find(\"tbody\").find_all(\"tr\")\n        if len(rows) == 0:\n            raise ValueError\n        return rows\n    except (AttributeError, ValueError) as err:\n        raise Exception(f\"Error reading table {table_name}: {err}\") from err\n\n\ndef combine_gen(gen1, gen2):\n    \"\"\"\n    Combines two dictionaries of generation data.\n\n    Currently only does Hydro and Unknown as there are no other types in the\n    data source.\n    \"\"\"\n    return {\n        GenType.HYDRO.value: round(\n            gen1[GenType.HYDRO.value] + gen2[GenType.HYDRO.value], 2\n        ),\n        GenType.UNKNOWN.value: round(\n            gen1[GenType.UNKNOWN.value] + gen2[GenType.UNKNOWN.value], 2\n        ),\n    }\n\n\ndef fetch_consumption(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger=getLogger(__name__),\n):\n    # Not currently implemented as this function is not used by the map,\n    # but if required the data is available as 'Demand Met' on\n    # https://hpsldc.com/\n    raise NotImplementedError(\"Fetch production not implemented\")\n\n\ndef fetch_price(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger=getLogger(__name__),\n):\n    # The only price data available in the source is 'DSM Rate'.\n    # I.e. Demand side management rate.\n    # I believe (though I'm not sure) that this refers to a payment\n    # made by the grid to consumers who reduce their consumption at times\n    # of high demand, therefore it is not appropriate for this function.\n    raise NotImplementedError(\"No price data available\")\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_KA.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom .lib import IN, web, zonekey\nfrom .lib.exceptions import ParserException\n\n\ndef fetch_consumption(\n    zone_key: str = \"IN-KA\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Karnataka consumption\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, \"IN-KA\")\n    html = web.get_response_soup(zone_key, \"https://kptclsldc.in/Default.aspx\", session)\n\n    india_date_time = IN.read_datetime_from_span_id(html, \"Label6\", \"%d/%m/%Y %H:%M\")\n\n    demand_value = IN.read_value_from_span_id(html, \"Label5\")\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time,\n        \"consumption\": demand_value,\n        \"source\": \"kptclsldc.in\",\n    }\n\n    return data\n\n\ndef fetch_production(\n    zone_key: str = \"IN-KA\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Karnataka  production\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, \"IN-KA\")\n\n    html = web.get_response_soup(\n        zone_key, \"https://kptclsldc.in/StateGen.aspx\", session\n    )\n\n    india_date_time = IN.read_datetime_from_span_id(\n        html, \"lbldate\", \"%d/%m/%Y %H:%M:%S\"\n    )\n\n    # RTPS Production: https://en.wikipedia.org/wiki/Raichur_Thermal_Power_Station\n    rtps_value = IN.read_value_from_span_id(html, \"lblrtptot\")\n\n    # BTPS Production: https://en.wikipedia.org/wiki/Bellary_Thermal_Power_station\n    btps_value = IN.read_value_from_span_id(html, \"lblbtptot\")\n\n    # YTPS Production: https://en.wikipedia.org/wiki/Yermarus_Thermal_Power_Station\n    ytps_value = IN.read_value_from_span_id(html, \"ytptot\")\n\n    # UPCL Production: https://en.wikipedia.org/wiki/Udupi_Power_Plant\n    upcl_value = IN.read_value_from_span_id(html, \"lblupctot\")\n\n    # JINDAl Production: https://en.wikipedia.org/wiki/JSW_Vijayanagar_Power_Station\n    jindal_value = IN.read_value_from_span_id(html, \"lbljintot\")\n\n    # Coal Production\n    coal_value = rtps_value + btps_value + ytps_value + upcl_value + jindal_value\n\n    # Sharavati Production: Sharavati  Hydroelectric\n    sharavati_value = IN.read_value_from_span_id(html, \"lblshvytot\")\n\n    # Nagjhari Production: Kalinadi-Nagjhari Hydroelectric\n    nagjhari_value = IN.read_value_from_span_id(html, \"lblngjtot\")\n\n    # Varahi Production: https://en.wikipedia.org/wiki/Varahi_River#Varahi_Hydro-electric_Project\n    varahi_value = IN.read_value_from_span_id(html, \"lblvrhtot\")\n\n    # Kodsalli Production: Kalinadi Kodasalli Hydroelectric\n    kodsalli_value = IN.read_value_from_span_id(html, \"lblkdsltot\")\n\n    # Kadra Production: https://en.wikipedia.org/wiki/Kadra_Dam\n    kadra_value = IN.read_value_from_span_id(html, \"lblkdrtot\")\n\n    # GERUSOPPA production: Gerusoppa Dam\n    gerusoppa_value = IN.read_value_from_span_id(html, \"lblgrsptot\")\n\n    # JOG production: https://en.wikipedia.org/wiki/Jog_Falls\n    jog_value = IN.read_value_from_span_id(html, \"lbljogtot\")\n\n    # LPH Production: Linganamakki Dam\n    lph_value = IN.read_value_from_span_id(html, \"lbllphtot\")\n\n    # Supa production: https://en.wikipedia.org/wiki/Supa_Dam\n    supa_value = IN.read_value_from_span_id(html, \"lblsupatot\")\n\n    # SHIMSHA: https://en.wikipedia.org/wiki/Shimsha#Power_generation\n    shimsha_value = IN.read_value_from_span_id(html, \"lblshimtot\")\n\n    # SHIVASAMUDRA: https://en.wikipedia.org/wiki/Shivanasamudra_Falls#Power_generation\n    shivasamudra_value = IN.read_value_from_span_id(html, \"lblshivtot\")\n\n    # MANIDAM: Mani Dam Hydroelectric\n    manidam_value = IN.read_value_from_span_id(html, \"lblmanitot\")\n\n    # MUNRABAD: Munirabad Hydroelectric\n    munrabad_value = IN.read_value_from_span_id(html, \"lblmbdtot\")\n\n    # BHADRA: https://en.wikipedia.org/wiki/Bhadra_Dam\n    bhadra_value = IN.read_value_from_span_id(html, \"lblbdratot\")\n\n    # GHATAPRABHA: Ghataprabha Hydroelectric\n    ghataprabha_value = IN.read_value_from_span_id(html, \"lblgtprtot\")\n\n    # ALMATTI: https://en.wikipedia.org/wiki/Almatti_Dam\n    almatti_value = IN.read_value_from_span_id(html, \"lblalmttot\")\n\n    # CGS (Central Generating Stations) Production\n    # TODO: Search CGS production type\n    cgs_value = IN.read_value_from_span_id(html, \"lblcgs\")\n\n    # NCEP (Non-Conventional Energy Production)\n    ncep_html = web.get_response_soup(\n        zone_key, \"https://kptclsldc.in/StateNCEP.aspx\", session\n    )\n    ncep_date_time = IN.read_datetime_from_span_id(\n        ncep_html, \"Label1\", \"%d/%m/%Y %H:%M:%S\"\n    )\n\n    # Check ncep date is similar than state gen date\n    if abs((india_date_time - ncep_date_time).total_seconds()) > 600:\n        raise ParserException(\"IN-KA\", \"NCEP or State datetime is not valid\")\n\n    # cogen type is sugarcane bagasee. Proof in Issue #1867\n    cogen_value = IN.read_value_from_span_id(ncep_html, \"lbl_tc\")\n\n    biomass_value = IN.read_value_from_span_id(ncep_html, \"lbl_tb\")\n\n    # cogen_value is generated from sugarcane bagasse\n    biomass_value += cogen_value\n\n    mini_hydro_value = IN.read_value_from_span_id(ncep_html, \"lbl_tm\")\n\n    wind_value = IN.read_value_from_span_id(ncep_html, \"lbl_tw\")\n\n    solar_value = IN.read_value_from_span_id(ncep_html, \"lbl_kar_slr\")\n\n    # Hydro production\n    hydro_value = (\n        sharavati_value\n        + nagjhari_value\n        + varahi_value\n        + kodsalli_value\n        + kadra_value\n        + gerusoppa_value\n        + jog_value\n        + lph_value\n        + supa_value\n        + shimsha_value\n        + shivasamudra_value\n        + manidam_value\n        + munrabad_value\n        + bhadra_value\n        + ghataprabha_value\n        + almatti_value\n        + mini_hydro_value\n    )\n\n    # Unknown production\n    unknown_value = cgs_value\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time,\n        \"production\": {\n            \"biomass\": biomass_value,\n            \"coal\": coal_value,\n            \"gas\": 0.0,\n            \"hydro\": hydro_value,\n            \"nuclear\": 0.0,\n            \"oil\": 0.0,\n            \"solar\": solar_value,\n            \"wind\": wind_value,\n            \"geothermal\": 0.0,\n            \"unknown\": unknown_value,\n        },\n        \"storage\": {\"hydro\": 0.0},\n        \"source\": \"kptclsldc.in\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(\"IN-KA\", session))\n    print(fetch_consumption(\"IN-KA\", session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_MH.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport cv2\nimport numpy as np\nimport pytesseract\nfrom imageio import imread\nfrom PIL import Image, ImageOps\nfrom requests import Session\n\nfrom .lib.exceptions import ParserException\n\nurl = \"https://mahasldc.in/wp-content/reports/sldc/mvrreport3.jpg\"\n\n# specifies locations of data in the image\n# (x,y,x,y) = upper left, lower right corner of rectangle\n\nlocations = {\n    \"MS WIND\": {\"label\": (595, 934, 692, 961), \"value\": (785, 934, 844, 934 + 25)},\n    \"SOLAR TTL\": {\"label\": (592, 577, 715, 605), \"value\": (772, 561, 814, 561 + 25)},\n    \"MS SOLAR\": {\"label\": (595, 963, 705, 984), \"value\": (785, 955, 848, 955 + 25)},\n    \"THERMAL\": {\"label\": (407, 982, 502, 1004), \"value\": (516, 987, 581, 987 + 25)},\n    \"GAS\": {\"label\": (403, 1033, 493, 1056), \"value\": (515, 1042, 582, 1042 + 25)},\n    \"HYDRO\": {\"label\": (589, 472, 666, 496), \"value\": (753, 451, 813, 451 + 25)},\n    \"TPC HYD.\": {\"label\": (926, 525, 1035, 554), \"value\": (1105, 524, 1173, 524 + 25)},\n    \"TPC THM.\": {\"label\": (924, 578, 1030, 604), \"value\": (1088, 581, 1173, 581 + 25)},\n    \"OTHR+SMHYD\": {\n        \"label\": (594, 1009, 730, 1031),\n        \"value\": (789, 1009, 846, 1009 + 25),\n    },\n    \"COGEN\": {\"label\": (594, 989, 670, 1011), \"value\": (789, 982, 844, 982 + 25)},\n    \"AEML GEN.\": {\"label\": (922, 687, 1041, 716), \"value\": (1081, 692, 1175, 692 + 25)},\n    \"CS GEN. TTL.\": {\n        \"label\": (1341, 998, 1492, 1029),\n        \"value\": (1549, 1030, 1616, 1030 + 25),\n    },\n    \"KK’ PARA\": {\"label\": (1346, 708, 1457, 730), \"value\": (1560, 707, 1626, 707 + 25)},\n    \"TARPR PH-I\": {\n        \"label\": (1341, 730, 1484, 757),\n        \"value\": (1556, 733, 1626, 733 + 25),\n    },\n    \"TARPR PH-II\": {\n        \"label\": (1341, 750, 1490, 782),\n        \"value\": (1556, 757, 1626, 757 + 25),\n    },\n    \"SSP\": {\"label\": (1341, 800, 1401, 823), \"value\": (1557, 802, 1626, 802 + 25)},\n    \"RGPPL\": {\"label\": (1343, 822, 1421, 849), \"value\": (1560, 823, 1620, 823 + 25)},\n    \"GANDHAR\": {\"label\": (1341, 660, 1446, 689), \"value\": (1562, 661, 1623, 661 + 25)},\n    \"CS EXCH\": {\"label\": (920, 303, 1021, 338), \"value\": (1090, 309, 1172, 309 + 25)},\n    # STATE DEMAND (including Mumbai!)\n    \"DEMAND\": {\"label\": (932, 1003, 1021, 1030), \"value\": (1080, 996, 1167, 996 + 25)},\n    # RE TTL\n    \"TTL\": {\"label\": (597, 1035, 663, 1056), \"value\": (784, 1032, 845, 1032 + 25)},\n    \"TTL (IPP/CPP+RE)\": {\n        \"label\": (594, 1072, 765, 1098),\n        \"value\": (786, 1068, 849, 1068 + 25),\n    },\n    \"PIONEER\": {\"label\": (592, 910, 694, 929), \"value\": (800, 885, 844, 885 + 25)},\n}\n\ngeneration_map = {\n    \"biomass\": {\"add\": [\"COGEN\"], \"subtract\": []},\n    \"coal\": {\n        \"add\": [\n            \"THERMAL\",\n            \"TTL (IPP/CPP+RE)\",\n            \"TPC THM.\",\n            \"CS GEN. TTL.\",\n            \"AEML GEN.\",\n            \"SOLAR TTL\",\n        ],\n        \"subtract\": [\n            \"TTL\",\n            \"PIONEER\",\n            \"SSP\",\n            \"RGPPL\",\n            \"TARPR PH-I\",\n            \"TARPR PH-II\",\n            \"KK’ PARA\",\n            \"GANDHAR\",\n        ],\n    },\n    \"gas\": {\"add\": [\"GAS\", \"PIONEER\", \"GANDHAR\", \"RGPPL\"], \"subtract\": []},\n    \"hydro\": {\"add\": [\"HYDRO\", \"TPC HYD.\", \"SSP\"], \"subtract\": []},\n    \"nuclear\": {\"add\": [\"TARPR PH-I\", \"TARPR PH-II\", \"KK’ PARA\"], \"subtract\": []},\n    \"solar\": {\"add\": [\"MS SOLAR\"], \"subtract\": []},\n    \"wind\": {\"add\": [\"MS WIND\"], \"subtract\": []},\n    \"unknown\": {\"add\": [\"OTHR+SMHYD\"], \"subtract\": []},\n}\n\n# list of values that belong to Central State production\nCS = [\n    \"SSP\",\n    \"RGPPL\",\n    \"TARPR PH-I\",\n    \"TARPR PH-II\",\n    \"KK’ PARA\",\n    \"GANDHAR\",\n    \"CS GEN. TTL.\",\n]\n\n\n# converts image into a black and white\ndef RGBtoBW(pil_image):\n    # pylint: disable=no-member\n    image = cv2.cvtColor(np.array(pil_image), cv2.COLOR_RGB2GRAY)\n    image = cv2.threshold(image, 0, 255, cv2.THRESH_BINARY | cv2.THRESH_OTSU)[1]\n    return Image.fromarray(image)\n\n\n# returns image section\ndef read_image_sections(location, source):\n    img = source.crop(location)\n    img = RGBtoBW(img)\n    img = ImageOps.invert(img)\n    return img\n\n\n# TODO: this function actually fetches consumption data\ndef fetch_production(\n    zone_key: str = \"IN-MH\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    dt = datetime.now(tz=ZoneInfo(\"Asia/Kolkata\")).replace(\n        minute=0, second=0, microsecond=0\n    )\n\n    data = {\n        \"zoneKey\": \"IN-MH\",\n        \"datetime\": dt,\n        \"production\": {\n            \"biomass\": 0.0,\n            \"coal\": 0.0,\n            \"gas\": 0.0,\n            \"hydro\": 0.0,\n            \"nuclear\": 0.0,\n            \"solar\": 0.0,\n            \"wind\": 0.0,\n            \"unknown\": 0.0,\n        },\n        \"storage\": {},\n        \"source\": \"mahasldc.in\",\n    }\n\n    image = imread(url)\n    # In certain scenario, the URL returns a blank image. Let's verify if the image was read is of proper size\n    if image.size == 0:\n        raise ParserException(\n            \"IN_MH.py\",\n            \"Invalid data read from the source, the source might not be available\",\n        )\n\n    image = Image.fromarray(image)  # create PIL image\n\n    # Read small images for each loaction's bounding box from the main image\n    imgs = [read_image_sections(loc[\"value\"], image) for loc in locations.values()]\n\n    values = {}\n\n    # for each location, convert the image to a float integer and add it in the map corresponding to the key\n    for index, key in enumerate(locations):\n        digit_text = pytesseract.image_to_string(\n            imgs[index], lang=\"digits_comma\", config=\"--psm 7\"\n        )\n        try:\n            val = float(digit_text)\n        except ValueError:\n            # If the image cannot be converted to a valid number, log an error but do not break the parser\n            val = 0\n            logger.error(f\"Error reading value for key {key}, value read {digit_text}\")\n        values[key] = max(val, 0)\n\n    logger.debug(\"values %s\", values)\n\n    # fraction of central state production that is exchanged with Maharashtra\n    share = round(values[\"CS EXCH\"] / values[\"CS GEN. TTL.\"], 2)\n\n    for production_type, plants in generation_map.items():\n        for plant in plants[\"add\"]:\n            fac = (\n                share if plant in CS else 1\n            )  # add only a fraction of central state plant consumption\n            data[\"production\"][production_type] += fac * values[plant]\n        for plant in plants[\"subtract\"]:\n            fac = share if plant in CS else 1\n            data[\"production\"][production_type] -= fac * values[plant]\n\n    # Sum over all production types is expected to equal the total demand\n    demand_diff = sum(data[\"production\"].values()) - values[\"DEMAND\"]\n    assert abs(demand_diff) < 30, (\n        f\"Production types do not add up to total demand. Difference: {round(demand_diff, 2)}\"\n    )\n\n    return data\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_PB.py",
    "content": "#!/usr/bin/env python3\n\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport requests\nfrom requests import Session\n\nGENERATION_URL = \"https://sldcapi.pstcl.org/wsDataService.asmx/pbGenData2\"\nDATE_URL = \"https://sldcapi.pstcl.org/wsDataService.asmx/dynamicData\"\nZONE_INFO = ZoneInfo(\"Asia/Kolkata\")\n\nGENERATION_MAPPING = {\n    \"totalHydro\": \"hydro\",\n    \"totalThermal\": \"coal\",\n    \"totalIpp\": \"coal\",\n    \"resSolar\": \"solar\",\n    \"resNonSolar\": \"biomass\",\n}\n\n\ndef fetch_production(\n    zone_key: str = \"IN-PB\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\n            \"The IN-PB production parser is not yet able to parse past dates\"\n        )\n\n    s = session or Session()\n    data_req = s.get(GENERATION_URL)\n    timestamp_req = s.get(DATE_URL)\n\n    raw_data = data_req.json()\n    timestamp_data = timestamp_req.json()\n    dt = datetime.strptime(timestamp_data[\"updateDate\"], \"%d-%m-%Y %H:%M:%S\").replace(\n        tzinfo=ZONE_INFO\n    )\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": dt,\n        \"production\": {\n            \"hydro\": 0.0,\n            \"coal\": 0.0,\n            \"biomass\": 0.0,\n            \"solar\": 0.0,\n        },\n        \"storage\": {},\n        \"source\": \"punjasldc.org\",\n    }\n\n    for from_key, to_key in GENERATION_MAPPING.items():\n        data[\"production\"][to_key] += max(0, raw_data[from_key][\"value\"])\n\n    return [data]\n\n\ndef fetch_consumption(\n    zone_key: str = \"IN-PB\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known consumption (in MW) of a given zone.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\n            \"The IN-PB consumption parser is not yet able to parse past dates\"\n        )\n\n    s = session or requests.Session()\n    req = s.get(GENERATION_URL)\n    raw_data = req.json()\n\n    consumption = float(raw_data[\"grossGeneration\"][\"value\"])\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": datetime.now(tz=ZONE_INFO),\n        \"consumption\": consumption,\n        \"source\": \"punjasldc.org\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    print(fetch_production(\"IN-PB\"))\n    print(fetch_consumption(\"IN-PB\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_UT.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom .lib import web\n\n# IMPORTANT: This parser is as of December 2024 not functional, and the data is\n#            currently very unreliable or not available at all - in both an old\n#            and new URL.\n#\n#            The parser seems based on scraping\n#            http://uksldc.in/real-time-data.php, but this seems to have\n#            migrated to the URL https://uksldc.in/real-time-data along with\n#            some HTML changes making the parser broken for using an old URL and\n#            trying to scrape it in the same way even though there have been\n#            HTML changes.\n#\n#            Internet archive ref: https://web.archive.org/web/20180203084712/https://uksldc.in/real-time-data.php\n#\nENDPOINT = \"http://uksldc.in/real-time-data.php\"\nZONE_INFO = ZoneInfo(\"Asia/Kolkata\")\n\nINTERCONNECTIONS = {\n    \"IN-UP->IN-UT\": [\n        {\"name\": \"400KV MORADABAD-KASHIPUR\", \"direction\": 1},\n        {\"name\": \"400KV KASHIPUR-BARIELY 2\", \"direction\": -1},\n        {\"name\": \"400KV KASHIPUR-BARIELY 1\", \"direction\": -1},\n        {\"name\": \"400 KV POHANA-MUZZAFFARNAGAR\", \"direction\": -1},\n        {\"name\": \"220KV ROORKEE-NARA\", \"direction\": -1},\n        {\"name\": \"220KV KHODRI-SHARANPUR2\", \"direction\": -1},\n        {\"name\": \"220KV KHODRI-SHARANPUR1\", \"direction\": -1},\n        {\"name\": \"220KV BAREILLY-PANTNAGAR\", \"direction\": 1},\n        {\"name\": \"132KV SITARGANJ-DOHANA\", \"direction\": -1},\n        {\"name\": \"132KV RAMGANGA-DHAMPUR\", \"direction\": -1},\n        {\"name\": \"132KV MAHUAKHEDAGANJ-THAKURDWARA\", \"direction\": -1},\n        {\"name\": \"132KV KHATIMA-PILIBHIT\", \"direction\": -1},\n    ],\n    \"IN-HP->IN-UT\": [\n        {\"name\": \"220KV KHODRI-MAJRI\", \"direction\": -1},\n        {\"name\": \"132KV GIRBATTAI-KULHAL\", \"direction\": 1},\n    ],\n}\n\n\ndef get_connection(soup, connection_name):\n    cells = soup.find_all(\"td\")\n    for cell in cells:\n        if cell.text == connection_name:\n            return float(cell.find_next_sibling().text)\n    return 0\n\n\ndef get_datetime(soup, zone_key, logger):\n    paras = soup.find_all(\"p\")\n    for para in paras:\n        para_text = para.text.strip()\n        if \"Last Updated: \" in para_text:\n            dt_string = para_text[len(\"Last updated: \") :]\n            return datetime.strptime(dt_string, \"%d-%m-%Y %H:%M:%S\").replace(\n                tzinfo=ZONE_INFO\n            )\n    logger.warning(\"Datetime could not be read from webpage.\", extra={\"key\": zone_key})\n    return None\n\n\ndef get_production_values(soup):\n    production = {}\n    for cell in soup.find_all(\"td\"):\n        cell_text = cell.text.strip()\n        if cell_text == \"HYDRO Total\":\n            production[\"hydro\"] = float(cell.find_next_sibling().text)\n        elif cell_text == \"GAS Total\":\n            production[\"gas\"] = float(cell.find_next_sibling().text)\n\n    return production\n\n\ndef fetch_exchange(\n    zone_key1: str = \"IN-UP\",\n    zone_key2: str = \"IN-UT\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    soup = web.get_response_soup(zone_key1, ENDPOINT)\n    dt = get_datetime(soup, zone_key1, logger)\n\n    sorted_zone_keys = sorted([zone_key1, zone_key2])\n    sorted_zone_keys = f\"{sorted_zone_keys[0]}->{sorted_zone_keys[1]}\"\n\n    connections = INTERCONNECTIONS.get(sorted_zone_keys)\n    if connections is None:\n        return\n\n    exchange_value = 0\n    for connection in connections:\n        connection_value = get_connection(soup, connection[\"name\"])\n        connection_value *= connection[\"direction\"]\n        exchange_value += connection_value\n\n    data = {\n        \"datetime\": dt,\n        \"netFlow\": exchange_value,\n        \"sortedZoneKeys\": sorted_zone_keys,\n        \"source\": \"uksldc.in\",\n    }\n\n    return data\n\n\ndef fetch_production(\n    zone_key: str = \"IN-UT\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    soup = web.get_response_soup(zone_key, ENDPOINT)\n    dt = get_datetime(soup, zone_key, logger)\n    production = get_production_values(soup)\n\n    data = {\n        \"zoneKey\": \"IN-UT\",\n        \"datetime\": dt,\n        \"production\": production,\n        \"source\": \"uksldc.in\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_exchange(IN-HP, IN-UT) ->\")\n    print(fetch_exchange(\"IN-HP\", \"IN-UT\"))\n\n    print(\"fetch_exchange(IN-UP, IN-UT) ->\")\n    print(fetch_exchange(\"IN-UP\", \"IN-UT\"))\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/IN_WE.py",
    "content": "#!/usr/bin/env python3\n\n\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nIN_WE_PROXY = \"https://in-proxy-jfnx5klx2a-el.a.run.app\"\nEXCHANGE_URL = f\"{IN_WE_PROXY}/InterRegionalLinks_Data.aspx/Get_InterRegionalLinks_Region_Wise?host=https://www.wrldc.in\"\nCONSUMPTION_URL = f\"{IN_WE_PROXY}/OnlinestateTest1.aspx/GetRealTimeData_state_Wise?host=https://www.wrldc.in\"\nZONE_INFO = ZoneInfo(\"Asia/Kolkata\")\n\nEXCHANGES_MAPPING = {\n    \"WR-SR\": \"IN-SO->IN-WE\",\n    \"WR-ER\": \"IN-EA->IN-WE\",\n    \"WR-NR\": \"IN-NO->IN-WE\",\n}\n\nKIND_MAPPING = {\n    \"exchange\": {\n        \"url\": EXCHANGE_URL,\n        \"datetime_col\": \"lastUpdate\",\n        \"region_col\": \"Region_Name\",\n    },\n    \"consumption\": {\n        \"url\": CONSUMPTION_URL,\n        \"datetime_col\": \"current_datetime\",\n        \"region_col\": \"StateName\",\n    },\n}\n\n\ndef _get_hour_dts(dt: datetime):\n    \"\"\"\n    Returns up to 24 datetime objects for a given datetime's date, one for each\n    hour, excluding future hours.\n    \"\"\"\n    date_dt = datetime.combine(dt.date(), datetime.min.time()).replace(tzinfo=ZONE_INFO)\n    dts = pd.date_range(\n        date_dt,\n        date_dt + timedelta(hours=23),\n        freq=\"H\",\n    ).to_pydatetime()\n\n    now_dt = datetime.now(ZONE_INFO)\n    return [dt for dt in dts if dt < now_dt]\n\n\ndef _fetch_data(\n    kind: str,\n    session: Session,\n    target_datetime: datetime,\n) -> dict:\n    \"\"\"\n    Fetches 24 hours of either exchange or production data from wrldc.in.\n    \"\"\"\n    url = KIND_MAPPING[kind][\"url\"]\n    datetime_col = KIND_MAPPING[kind][\"datetime_col\"]\n\n    payload = {\"date\": target_datetime.strftime(\"%Y-%m-%d\")}\n    resp: Response = session.post(url, json=payload)\n\n    try:\n        data = json.loads(resp.json().get(\"d\", {}))\n    except Exception as e:\n        raise ParserException(\n            parser=\"IN_WE.py\",\n            message=f\"{target_datetime}: {kind} data is not available\",\n        ) from e\n\n    # The source data is a 12 hour format without mentioning if its AM/PM, so\n    # 12:15 (AM or PM) could mean 00:15 or 12:15. This is addressed by relying\n    # on the full date worth of ordered data, where we assume the second time\n    # 12:xx shows up it must have transitioned to PM time.\n    am_time = True\n    checkpoint = False\n    dt_format = \"%Y-%d-%m %I:%M:%S %p\"\n    for item in data:\n        dt_string = item[datetime_col] + (\" AM\" if am_time else \" PM\")\n        dt = datetime.strptime(dt_string, dt_format).replace(tzinfo=ZONE_INFO)\n        if am_time:\n            if not checkpoint and dt.hour != 0:\n                checkpoint = True\n            elif checkpoint and dt.hour == 0:\n                am_time = False\n                dt_string = item[datetime_col] + (\" AM\" if am_time else \" PM\")\n                dt = datetime.strptime(dt_string, dt_format).replace(tzinfo=ZONE_INFO)\n        item[datetime_col] = dt\n    return data\n\n\ndef _get_df_for_hour(kind: str, data: dict, hour: int) -> pd.DataFrame:\n    \"\"\"\n    Returns a dataframe with a specific hour of interest.\n    \"\"\"\n    datetime_col = KIND_MAPPING[kind][\"datetime_col\"]\n    return pd.DataFrame([item for item in data if item[datetime_col].hour == hour])\n\n\ndef _get_mean_hourly_net_flow(\n    data: dict,\n    zone_key1: str,\n    zone_key2: str,\n    target_datetime: datetime,\n) -> float:\n    \"\"\"\n    Average all data points in the target_datetime hour.\n    \"\"\"\n    region_col = KIND_MAPPING[\"exchange\"][\"region_col\"]\n    exchange_string = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    df = _get_df_for_hour(kind=\"exchange\", data=data, hour=target_datetime.hour)\n    df[\"zone_key\"] = df[region_col].map(EXCHANGES_MAPPING)\n    df = df.loc[df[\"zone_key\"] == exchange_string]\n    df.loc[:, \"target_datetime\"] = target_datetime\n    df = (\n        df.groupby([region_col, \"target_datetime\"])\n        .mean(numeric_only=True)\n        .reset_index()\n    )\n\n    return -round(df.iloc[0].get(\"Current_Loading\", 0), 3)\n\n\ndef _get_mean_hourly_consumption(\n    data: dict,\n    target_datetime: datetime,\n) -> float:\n    \"\"\"\n    Average all data points in the target_datetime hour.\n    \"\"\"\n    region_col = KIND_MAPPING[\"consumption\"][\"region_col\"]\n\n    df = _get_df_for_hour(kind=\"consumption\", data=data, hour=target_datetime.hour)\n    df.loc[:, \"target_datetime\"] = target_datetime\n    df = (\n        df.groupby([region_col, \"target_datetime\"])\n        .mean(numeric_only=True)\n        .reset_index()\n    )\n\n    return round(\n        df.groupby([\"target_datetime\"])[\"Demand\"].sum().values[0],\n        3,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if session is None:\n        session = Session()\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    exchange_string = \"->\".join(sorted([zone_key1, zone_key2]))\n    data = _fetch_data(\n        kind=\"exchange\",\n        session=session,\n        target_datetime=target_datetime,\n    )\n    exchange_list = ExchangeList(logger)\n    for dt in _get_hour_dts(target_datetime):\n        net_flow = _get_mean_hourly_net_flow(\n            zone_key1=zone_key1,\n            zone_key2=zone_key2,\n            data=data,\n            target_datetime=dt,\n        )\n        exchange_list.append(\n            zoneKey=ZoneKey(exchange_string),\n            datetime=dt,\n            netFlow=net_flow,\n            source=\"wrldc.in\",\n        )\n\n    return exchange_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"IN-WE\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if session is None:\n        session = Session()\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    data = _fetch_data(\n        kind=\"consumption\",\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    consumption_list = TotalConsumptionList(logger)\n    for dt in _get_hour_dts(target_datetime):\n        consumption = _get_mean_hourly_consumption(data=data, target_datetime=dt)\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            consumption=consumption,\n            source=\"wrldc.in\",\n        )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(fetch_exchange(zone_key1=\"IN-WE\", zone_key2=\"IN-NO\"))\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/JAO.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nParser for the JAO (Joint Allocation Office) Publication Tool.\n\nDocs: https://publicationtool.jao.eu/PublicationHandbook/Core_PublicationTool_Handbook_v2.2.pdf\nRegions:\n    - Core CCR:   https://publicationtool.jao.eu/core/api\n    - Nordic CCR: https://publicationtool.jao.eu/nordic/api\n\nEvery JAO dataset (Core or Nordic) is served from the same URL template per\nregion — `/data/<datasetName>` with `FromUtc`/`ToUtc` query params and a\n`{data, rejected, messages}` envelope — so the HTTP layer is reusable. Datasets\ndiffer only in row shape:\n\n- Per-border (bidirectional): fields named `border_XX_YY`, one row per hour.\n    e.g. shadowAuctionATC, maxExchanges\n- Per-zone: one row per hour, fields per country (`maxAT`, `minDE`, ...).\n    e.g. maxNetPos, referenceNetPosition\n- Per-CNEC: many rows per hour, one per critical network element.\n    e.g. shadowPrices, validationReductions\n\nCurrently wired (all day-ahead horizon):\n- fetch_shadow_auction_atc_day_ahead        → Core shadowAuctionATC (per-border)\n- fetch_core_external_atc_day_ahead         → Core atc (per-border, 15-min)\n- fetch_core_max_bex_day_ahead              → Core maxExchanges (per-border, hourly)\n- fetch_nordic_max_bex_day_ahead            → Nordic maxExchanges (per-border, 15-min)\n- fetch_core_scheduled_exchanges_day_ahead  → Core scheduledExchanges (per-border, 15-min)\n- fetch_nordic_max_bflow_day_ahead          → Nordic maxBorderFlow (per-border, 15-min)\n\"\"\"\n\nfrom datetime import datetime, time, timedelta, timezone\nfrom enum import Enum\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeCapacityList,\n    ExchangeList,\n)\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nSOURCE = \"jao.eu\"\nREQUEST_TIMEOUT_SECONDS = 30\n\n# JAO Publication Tool API caps all datasets to a 2-day range per call.\nJAO_MAX_FETCH_DAYS = 2\n\n\nclass JaoRegion(str, Enum):\n    \"\"\"JAO Publication Tool region — each has its own base URL and dataset catalog.\"\"\"\n\n    CORE = \"core\"\n    NORDIC = \"nordic\"\n\n    def __str__(self) -> str:\n        return self.value\n\n\nclass JaoDataset(str, Enum):\n    \"\"\"Canonical JAO Publication Tool dataset slugs.\n\n    Each dataset is published by exactly one region's Publication Tool. The\n    caller of `_query_jao` must pass the matching `JaoRegion`.\n    \"\"\"\n\n    # Per-border, bidirectional (`border_XX_YY` fields).\n    # Enum keys use JAO's human-readable terminology (MaxBex, MaxBflow);\n    # enum values are the exact URL slugs JAO serves the dataset under.\n    SHADOW_AUCTION_ATC = \"shadowAuctionATC\"  # Core only\n    CORE_EXTERNAL_ATC = \"atc\"  # Core only\n    MAX_BEX = \"maxExchanges\"  # Core + Nordic\n    SCHEDULED_EXCHANGES = \"scheduledExchanges\"  # Core only\n    MAX_BFLOW = \"maxBorderFlow\"  # Nordic only\n\n    def __str__(self) -> str:\n        return self.value\n\n\n# Mapping from EM zone keys to the zone codes JAO uses in `border_XX_YY`\n# fields. Only zones where the two differ need an entry; everything else\n# passes through as-is (AT, BE, CZ, DE, FR, etc. all match 1:1).\n#\n# Notes on the DE-LU joint bidding zone: JAO treats DE-LU as a single zone\n# under the code \"DE\" (no \"LU\" zone is ever published). Core-external ATC on\n# borders involving LU is therefore fully accounted for under the DE-side\n# exchange (e.g. BE-LU capacity is rolled into `border_BE_DE`). EM exchanges\n# where LU is a party (BE_LU, DE_LU, FR_LU) should NOT be wired to this\n# parser to avoid double-counting.\nEM_TO_JAO_ZONE: dict[str, str] = {\n    # Italy: JAO publishes a single \"IT\" code for Core-external borders,\n    # which physically corresponds to the Italy North bidding zone.\n    \"IT-NO\": \"IT\",\n    \"DK-DK1\": \"DK1\",\n    \"DK-DK2\": \"DK2\",\n    \"NO-NO1\": \"NO1\",\n    \"NO-NO2\": \"NO2\",\n    \"NO-NO3\": \"NO3\",\n    \"NO-NO4\": \"NO4\",\n    \"NO-NO5\": \"NO5\",\n    \"SE-SE1\": \"SE1\",\n    \"SE-SE2\": \"SE2\",\n    \"SE-SE3\": \"SE3\",\n    \"SE-SE4\": \"SE4\",\n}\n\n\ndef _em_to_jao_zone(em_zone: str) -> str:\n    \"\"\"Translate an EM zone key to the zone code JAO uses in its border field names.\"\"\"\n    return EM_TO_JAO_ZONE.get(em_zone, em_zone)\n\n\ndef _format_utc(dt: datetime) -> str:\n    \"\"\"Format a tz-aware datetime as the ISO-8601 string JAO expects.\"\"\"\n    return dt.astimezone(timezone.utc).strftime(\"%Y-%m-%dT%H:%M:%S.000Z\")\n\n\ndef _parse_utc(value: str) -> datetime:\n    \"\"\"Parse JAO's `dateTimeUtc` field into a tz-aware datetime.\"\"\"\n    return datetime.fromisoformat(value.replace(\"Z\", \"+00:00\"))\n\n\ndef _target_window(\n    target_datetime: datetime | None,\n    days: int = JAO_MAX_FETCH_DAYS,\n) -> tuple[datetime, datetime]:\n    \"\"\"Return a [day_start, day_start + `days`) UTC window starting at the\n    UTC day containing `target_datetime`. Matches the `@refetch_frequency`\n    the public fetcher is decorated with so refetches are gapless.\n    \"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    elif target_datetime.tzinfo is None:\n        target_datetime = target_datetime.replace(tzinfo=timezone.utc)\n    day_start = datetime.combine(\n        target_datetime.astimezone(timezone.utc).date(),\n        time.min,\n        tzinfo=timezone.utc,\n    )\n    return day_start, day_start + timedelta(days=days)\n\n\nBASE_URL_BY_REGION: dict[JaoRegion, str] = {\n    JaoRegion.CORE: \"https://publicationtool.jao.eu/core/api\",\n    JaoRegion.NORDIC: \"https://publicationtool.jao.eu/nordic/api\",\n}\n\n\ndef _query_jao(\n    session: Session,\n    region: JaoRegion,\n    dataset: JaoDataset,\n    from_utc: datetime,\n    to_utc: datetime,\n    logger: Logger,\n) -> list[dict]:\n    \"\"\"Call a JAO Publication Tool dataset endpoint in the given region.\n\n    Shared by every JAO dataset (Core and Nordic alike) — formats params,\n    unwraps the envelope, raises on HTTP error or `rejected=True`.\n    \"\"\"\n    base_url = BASE_URL_BY_REGION[region]\n    url = f\"{base_url}/data/{dataset.value}\"\n    params = {\"FromUtc\": _format_utc(from_utc), \"ToUtc\": _format_utc(to_utc)}\n    logger.debug(\n        \"Querying JAO\",\n        extra={\n            \"region\": region.value,\n            \"dataset\": dataset.value,\n            \"from_utc\": params[\"FromUtc\"],\n            \"to_utc\": params[\"ToUtc\"],\n        },\n    )\n    response = session.get(url, params=params, timeout=REQUEST_TIMEOUT_SECONDS)\n    if not response.ok:\n        raise ParserException(\n            parser=\"JAO.py\",\n            message=(\n                f\"{region.value}/{dataset.value}: HTTP {response.status_code} \"\n                f\"for {params['FromUtc']}..{params['ToUtc']}\"\n            ),\n        )\n    payload = response.json()\n    if payload.get(\"rejected\"):\n        raise ParserException(\n            parser=\"JAO.py\",\n            message=(\n                f\"{region.value}/{dataset.value}: request rejected by JAO \"\n                f\"(messages={payload.get('messages')!r})\"\n            ),\n        )\n    return payload.get(\"data\") or []\n\n\ndef _extract_border_capacity(\n    rows: list[dict],\n    sorted_zone_keys: ZoneKey,\n    source: str,\n    logger: Logger,\n    field_prefix: str = \"border\",\n) -> ExchangeCapacityList:\n    \"\"\"Turn per-border rows into an ExchangeCapacityList.\n\n    For a sorted zone key `\"A->B\"`, reads `f'{prefix}_A_B'` as capacityExport\n    (A→B) and `f'{prefix}_B_A'` as capacityImport (B→A). Works for any JAO\n    dataset that uses the `border_XX_YY` shape (shadowAuctionATC,\n    maxExchanges).\n    \"\"\"\n    zone_a, zone_b = sorted_zone_keys.split(\"->\")\n    jao_a = _em_to_jao_zone(zone_a)\n    jao_b = _em_to_jao_zone(zone_b)\n    export_field = f\"{field_prefix}_{jao_a}_{jao_b}\"\n    import_field = f\"{field_prefix}_{jao_b}_{jao_a}\"\n\n    capacities = ExchangeCapacityList(logger)\n    for row in rows:\n        export_value = row.get(export_field)\n        import_value = row.get(import_field)\n        if export_value is None and import_value is None:\n            continue\n        capacities.append(\n            zoneKey=sorted_zone_keys,\n            datetime=_parse_utc(row[\"dateTimeUtc\"]),\n            source=source,\n            capacityExport=export_value,\n            capacityImport=import_value,\n        )\n    return capacities\n\n\ndef _extract_border_net_flow(\n    rows: list[dict],\n    sorted_zone_keys: ZoneKey,\n    source: str,\n    logger: Logger,\n    field_prefix: str = \"border\",\n) -> ExchangeList:\n    \"\"\"Turn per-border rows into an ExchangeList of scheduled netFlow events.\n\n    For a sorted zone key `\"A->B\"`, netFlow = `{prefix}_A_B` − `{prefix}_B_A`\n    (positive when A exports to B). JAO publishes both directional fields; day-\n    ahead market coupling clears a netted schedule so typically only one side\n    is non-zero per MTU, but subtracting handles both cases uniformly.\n\n    Emitted with sourceType=published since the values are TSO-published\n    ex-ante schedules, not statistical forecasts.\n    \"\"\"\n    zone_a, zone_b = sorted_zone_keys.split(\"->\")\n    jao_a = _em_to_jao_zone(zone_a)\n    jao_b = _em_to_jao_zone(zone_b)\n    export_field = f\"{field_prefix}_{jao_a}_{jao_b}\"\n    import_field = f\"{field_prefix}_{jao_b}_{jao_a}\"\n\n    flows = ExchangeList(logger)\n    for row in rows:\n        export_value = row.get(export_field)\n        import_value = row.get(import_field)\n        if export_value is None and import_value is None:\n            continue\n        net_flow = (export_value or 0) - (import_value or 0)\n        flows.append(\n            zoneKey=sorted_zone_keys,\n            datetime=_parse_utc(row[\"dateTimeUtc\"]),\n            source=source,\n            netFlow=net_flow,\n            sourceType=EventSourceType.published,\n        )\n    return flows\n\n\ndef _fetch_per_border_dataset(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    region: JaoRegion,\n    dataset: JaoDataset,\n    session: Session | None,\n    target_datetime: datetime | None,\n    logger: Logger,\n) -> list[dict]:\n    \"\"\"Shared body for per-border JAO capacity fetchers: sort zone keys, build\n    the window, query, extract capacities, return. Each public fetcher is then\n    a one-line wrapper that pins its region + dataset.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    from_utc, to_utc = _target_window(target_datetime)\n    rows = _query_jao(session or Session(), region, dataset, from_utc, to_utc, logger)\n    return _extract_border_capacity(rows, sorted_zone_keys, SOURCE, logger).to_list()\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_shadow_auction_atc_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead shadow-auction ATC capacity for a Core internal border.\n\n    JAO publishes this as a fallback when Core day-ahead market coupling\n    can't produce a result; on days where coupling succeeded, the response\n    for the requested pair may be empty. Hourly granularity.\n    \"\"\"\n    return _fetch_per_border_dataset(\n        zone_key1,\n        zone_key2,\n        JaoRegion.CORE,\n        JaoDataset.SHADOW_AUCTION_ATC,\n        session,\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_core_external_atc_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead ATC capacity on Core's external borders (non-flow-based\n    neighbors: IT, DK1, ES, BG, ...). 15-minute granularity.\n    \"\"\"\n    return _fetch_per_border_dataset(\n        zone_key1,\n        zone_key2,\n        JaoRegion.CORE,\n        JaoDataset.CORE_EXTERNAL_ATC,\n        session,\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_core_max_bex_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead max bilateral exchange capacity (MaxBex) for a Core border.\n\n    Published hourly; computed by Core TSOs as the max NTC that could be\n    commercially exchanged per direction given grid constraints.\n    \"\"\"\n    return _fetch_per_border_dataset(\n        zone_key1,\n        zone_key2,\n        JaoRegion.CORE,\n        JaoDataset.MAX_BEX,\n        session,\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_nordic_max_bex_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead max bilateral exchange capacity (MaxBex) for a Nordic border.\n\n    15-minute granularity. Uses Nordic bidding-zone codes (NO1..NO5, SE1..SE4,\n    DK1/DK2, FI) — `EM_TO_JAO_ZONE` handles the EM→JAO translation.\n    \"\"\"\n    return _fetch_per_border_dataset(\n        zone_key1,\n        zone_key2,\n        JaoRegion.NORDIC,\n        JaoDataset.MAX_BEX,\n        session,\n        target_datetime,\n        logger,\n    )\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_core_scheduled_exchanges_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead scheduled commercial exchanges for a Core border.\n\n    The cleared net commercial flow from Core day-ahead market coupling, per\n    MTU (15 min). Covers Core internal borders and Core-external ones (e.g.\n    FR↔ES, DK1↔DE). Emitted as signed netFlow events (Exchange shape), not\n    capacity pairs, since market coupling publishes a netted schedule.\n    \"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    from_utc, to_utc = _target_window(target_datetime)\n    rows = _query_jao(\n        session or Session(),\n        JaoRegion.CORE,\n        JaoDataset.SCHEDULED_EXCHANGES,\n        from_utc,\n        to_utc,\n        logger,\n    )\n    return _extract_border_net_flow(rows, sorted_zone_keys, SOURCE, logger).to_list()\n\n\n@refetch_frequency(timedelta(days=JAO_MAX_FETCH_DAYS))\ndef fetch_nordic_max_bflow_day_ahead(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Day-ahead max border flow (MaxBflow) for a Nordic border.\n\n    15-minute granularity. Complementary to maxExchanges — maxBorderFlow is\n    the raw physical capability ceiling on the border; maxExchanges is what\n    was offered to the market after security constraints.\n    \"\"\"\n    return _fetch_per_border_dataset(\n        zone_key1,\n        zone_key2,\n        JaoRegion.NORDIC,\n        JaoDataset.MAX_BFLOW,\n        session,\n        target_datetime,\n        logger,\n    )\n\n\nif __name__ == \"__main__\":\n    from pprint import pprint\n\n    pprint(fetch_shadow_auction_atc_day_ahead(ZoneKey(\"DE\"), ZoneKey(\"FR\")))\n    pprint(fetch_core_external_atc_day_ahead(ZoneKey(\"DE\"), ZoneKey(\"DK-DK1\")))\n    pprint(fetch_core_max_bex_day_ahead(ZoneKey(\"DE\"), ZoneKey(\"FR\")))\n    pprint(fetch_nordic_max_bex_day_ahead(ZoneKey(\"NO-NO2\"), ZoneKey(\"SE-SE3\")))\n    pprint(fetch_core_scheduled_exchanges_day_ahead(ZoneKey(\"DE\"), ZoneKey(\"FR\")))\n    pprint(fetch_nordic_max_bflow_day_ahead(ZoneKey(\"NO-NO2\"), ZoneKey(\"SE-SE3\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/JP.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timedelta\nfrom io import BytesIO, StringIO\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zipfile import ZipFile\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZONES_CONFIG\nfrom electricitymap.contrib.lib.models.event_lists import (\n    TotalConsumptionList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.parsers import occtonet\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\n# Abbreviations\n# JP-HKD : Hokkaido\n# JP-TH  : Tohoku\n# JP-TK  : Tokyo area\n# JP-CB  : Chubu\n# JP-HR  : Hokuriku\n# JP-KN  : Kansai\n# JP-SK  : Shikoku\n# JP-KY  : Kyushu\n# JP-ON  : Okinawa\n# JP-CG  : Chūgoku\n\nsources = {\n    \"JP-HKD\": \"denkiyoho.hepco.co.jp\",\n    \"JP-TH\": \"setsuden.nw.tohoku-epco.co.jp\",\n    \"JP-TK\": \"www.tepco.co.jp\",\n    \"JP-CB\": \"denki-yoho.chuden.jp\",\n    \"JP-HR\": \"www.rikuden.co.jp/denki-yoho\",\n    \"JP-KN\": \"www.kepco.co.jp\",\n    \"JP-SK\": \"www.yonden.co.jp\",\n    \"JP-CG\": \"www.energia.co.jp\",\n    \"JP-KY\": \"www.kyuden.co.jp/power_usages/pc.html\",\n    \"JP-ON\": \"www.okiden.co.jp/denki/\",\n}\nZONES_ONLY_LIVE = [\"JP-TK\", \"JP-CB\", \"JP-SK\"]\nZONE_INFO = ZoneInfo(\"Asia/Tokyo\")\n\n\ndef get_wind_capacity(datetime: datetime, zone_key, logger: Logger):\n    ZONE_CONFIG = ZONES_CONFIG[zone_key]\n    try:\n        capacity = ZONE_CONFIG[\"capacity\"][\"wind\"]\n        if zone_key == \"JP-HKD\":\n            if datetime.year <= 2019:\n                capacity = 480\n            elif datetime.year == 2020:\n                capacity = 520\n            elif datetime.year >= 2021:\n                capacity = 577\n    except Exception as e:\n        logger.error(f\"Wind capacity not found in configuration file: {e.args}\")\n        capacity = None\n    return capacity\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str = \"JP-TK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Calculates production from consumption and imports for a given area\n    All production is mapped to unknown\n    \"\"\"\n    df = fetch_production_df(zone_key, session, target_datetime)\n    # add a row to production for each entry in the dictionary:\n\n    datalist = []\n\n    for i in df.index:\n        capacity = get_wind_capacity(\n            df.loc[i, \"datetime\"].to_pydatetime(), zone_key, logger\n        )\n        data = {\n            \"zoneKey\": zone_key,\n            \"datetime\": df.loc[i, \"datetime\"].to_pydatetime(),\n            \"production\": {\n                \"biomass\": None,\n                \"coal\": None,\n                \"gas\": None,\n                \"hydro\": None,\n                \"nuclear\": None,\n                \"oil\": None,\n                \"solar\": df.loc[i, \"solar\"] if \"solar\" in df.columns else None,\n                \"wind\": None,\n                \"geothermal\": None,\n                \"unknown\": df.loc[i, \"unknown\"],\n            },\n            \"capacity\": {\"wind\": capacity if capacity is not None else {}},\n            \"source\": f\"occto.or.jp, {sources[zone_key]}\",\n        }\n        datalist.append(data)\n    return datalist\n\n\ndef fetch_production_df(\n    zone_key: str = \"JP-TK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    Calculates production from consumption and imports for a given area.\n    All production is mapped to unknown.\n    \"\"\"\n    exch_map = {\n        \"JP-HKD\": [\"JP-TH\"],\n        \"JP-TH\": [\"JP-TK\", \"JP-HKD\"],\n        \"JP-TK\": [\"JP-TH\", \"JP-CB\"],\n        \"JP-CB\": [\"JP-TK\", \"JP-HR\", \"JP-KN\"],\n        \"JP-HR\": [\"JP-CB\", \"JP-KN\"],\n        \"JP-KN\": [\"JP-CB\", \"JP-HR\", \"JP-SK\", \"JP-CG\"],\n        \"JP-SK\": [\"JP-KN\", \"JP-CG\"],\n        \"JP-CG\": [\"JP-KN\", \"JP-SK\", \"JP-KY\"],\n        \"JP-ON\": [],\n        \"JP-KY\": [\"JP-CG\"],\n    }\n    df = fetch_consumption_df(zone_key, target_datetime)\n    df[\"imports\"] = 0\n    for zone in exch_map[zone_key]:\n        df2 = occtonet.fetch_exchange(\n            zone_key1=zone_key,\n            zone_key2=zone,\n            session=session,\n            target_datetime=target_datetime,\n        )\n        df2 = pd.DataFrame(df2)\n        exchname = df2.loc[0, \"sortedZoneKeys\"]\n        df2 = df2[[\"datetime\", \"netFlow\"]]\n        df2.columns = [\"datetime\", exchname]\n        df = pd.merge(df, df2, how=\"inner\", on=\"datetime\")\n        if exchname.split(\"->\")[-1] == zone_key:\n            df[\"imports\"] = df[\"imports\"] + df[exchname]\n        else:\n            df[\"imports\"] = df[\"imports\"] - df[exchname]\n    # By default all production is mapped to unknown\n    df[\"unknown\"] = df[\"cons\"] - df[\"imports\"]\n    # When there is solar, remove it from other production\n    if \"solar\" in df.columns:\n        df[\"unknown\"] = df[\"unknown\"] - df[\"solar\"]\n    return df\n\n\ndef fetch_consumption_df(\n    zone_key: str = \"JP-TK\",\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    Returns the consumption for an area as a pandas DataFrame.\n    For JP-CB the consumption file includes solar production.\n    \"\"\"\n    if target_datetime is not None and zone_key in ZONES_ONLY_LIVE:\n        raise NotImplementedError(\"This parser can only fetch live data\")\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    datestamp = target_datetime.astimezone(ZONE_INFO).strftime(\"%Y%m%d\")\n    consumption_url = {\n        \"JP-HKD\": f\"http://denkiyoho.hepco.co.jp/area/data/juyo_01_{datestamp}.csv\",\n        \"JP-TH\": f\"https://setsuden.nw.tohoku-epco.co.jp/common/demand/juyo_02_{datestamp}.csv\",\n        \"JP-TK\": \"https://www.tepco.co.jp/forecast/html/images/juyo-d1-j.csv\",\n        \"JP-HR\": f\"http://www.rikuden.co.jp/nw/denki-yoho/csv/juyo_05_{datestamp}.csv\",\n        \"JP-CB\": \"https://powergrid.chuden.co.jp/denki_yoho_content_data/juyo_cepco003.csv\",\n        \"JP-KN\": \"https://www.kansai-td.co.jp/yamasou/juyo1_kansai.csv\",\n        \"JP-CG\": f\"https://www.energia.co.jp/nw/jukyuu/sys/juyo_07_{datestamp}.csv\",\n        \"JP-SK\": \"http://www.yonden.co.jp/denkiyoho/juyo_shikoku.csv\",\n        \"JP-KY\": f\"https://www.kyuden.co.jp/td_power_usages/csv/juyo-hourly-{datestamp}.csv\",\n        \"JP-ON\": f\"https://www.okiden.co.jp/denki2/juyo_10_{datestamp}.csv\",\n    }\n\n    # First roughly 40 rows of the consumption files have hourly data,\n    # the parser skips to the rows with 5-min actual values\n    startrow = 57 if zone_key == \"JP-KN\" else 54\n\n    try:\n        df = pd.read_csv(\n            consumption_url[zone_key], skiprows=startrow, encoding=\"shift-jis\"\n        )\n    except pd.errors.EmptyDataError as e:\n        logger.exception(\"Data not available yet\")\n        raise e\n\n    if zone_key in [\"JP-TH\"]:\n        df.columns = [\"Date\", \"Time\", \"cons\", \"solar\", \"wind\"]\n    elif zone_key in [\"JP-TK\"]:\n        df.columns = [\"Date\", \"Time\", \"cons\", \"solar\", \"solar_pct\"]\n    else:\n        df.columns = [\"Date\", \"Time\", \"cons\", \"solar\"]\n    # Convert 万kW to MW\n    df[\"cons\"] = 10 * df[\"cons\"]\n    if \"solar\" in df.columns:\n        df[\"solar\"] = 10 * df[\"solar\"]\n\n    df = df.dropna()\n    df[\"datetime\"] = df.apply(parse_dt, axis=1)\n    if \"solar\" in df.columns:\n        df = df[[\"datetime\", \"cons\", \"solar\"]]\n    else:\n        df = df[[\"datetime\", \"cons\"]]\n    return df\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_price(\n    zone_key: str = \"JP-TK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO) + timedelta(days=1)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    # price files contain data for fiscal year and not calendar year.\n    if target_datetime.month <= 3:\n        fiscal_year = target_datetime.year - 1\n    else:\n        fiscal_year = target_datetime.year\n    url = f\"http://www.jepx.jp/market/excel/spot_{fiscal_year}.csv\"\n    df = pd.read_csv(url, encoding=\"shift-jis\")\n\n    df = df.iloc[:, [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14]]\n    df.columns = [\n        \"Date\",\n        \"Period\",\n        \"JP-HKD\",\n        \"JP-TH\",\n        \"JP-TK\",\n        \"JP-CB\",\n        \"JP-HR\",\n        \"JP-KN\",\n        \"JP-CG\",\n        \"JP-SK\",\n        \"JP-KY\",\n    ]\n\n    if zone_key not in df.columns[2:]:\n        return []\n\n    start = target_datetime - timedelta(days=1)\n    df[\"Date\"] = pd.to_datetime(df[\"Date\"], format=\"%Y/%m/%d\").dt.date\n    df = df[(df[\"Date\"] >= start.date()) & (df[\"Date\"] <= target_datetime.date())]\n\n    df[\"datetime\"] = df.apply(\n        lambda row: (\n            datetime.combine(row[\"Date\"], datetime.min.time()).replace(tzinfo=ZONE_INFO)\n            + timedelta(minutes=30 * (row[\"Period\"] - 1))\n        ),\n        axis=1,\n    )\n\n    data = []\n    for row in df.iterrows():\n        data.append(\n            {\n                \"zoneKey\": zone_key,\n                \"currency\": \"JPY\",\n                \"datetime\": row[1][\"datetime\"].to_pydatetime(),\n                \"price\": round(\n                    int(1000 * row[1][zone_key]), -1\n                ),  # Convert from JPY/kWh to JPY/MWh\n                \"source\": \"jepx.jp\",\n            }\n        )\n\n    return data\n\n\ndef parse_dt(row):\n    \"\"\"Parses datetime objects from date and time strings.\"\"\"\n    format_string = \"%Y/%m/%d %H:%M\"\n    if \"AM\" in row[\"Time\"] or \"PM\" in row[\"Time\"]:\n        format_string = \"%Y/%m/%d %I:%M %p\"\n    datetime_string = \" \".join([row[\"Date\"], row[\"Time\"]])\n    return datetime.strptime(datetime_string, format_string).replace(tzinfo=ZONE_INFO)\n\n\nSOURCES_FORECAST_DATA = {\n    \"JP-HKD\": \"denkiyoho.hepco.co.jp\",\n    \"JP-TH\": \"setsuden.nw.tohoku-epco.co.jp\",\n    \"JP-TK\": \"www.tepco.co.jp/forecast\",\n    \"JP-CB\": \"powergrid.chuden.co.jp\",\n    \"JP-HR\": \"www.rikuden.co.jp/nw/denki-yoho\",\n    \"JP-KN\": \"www.kansai-td.co.jp\",\n    \"JP-SK\": \"www.yonden.co.jp\",\n    \"JP-CG\": \"www.energia.co.jp\",\n    \"JP-KY\": \"www.kyuden.co.jp\",\n    \"JP-ON\": \"www.okiden.co.jp/denki2/\",\n}\n\n\ndef read_csv_forecast(\n    datestamp, zone_key, session, logger, data_type=None\n):  # data_type = generation_fcst or consumption_fcst\n    \"\"\"Reads the file where the forecast data is given, for a given zone in Japan. Now implemented for consumption and generation forecast data.\"\"\"\n    if datestamp < datetime.now(ZONE_INFO).strftime(\"%Y%m%d\"):\n        raise NotImplementedError(\"Past dates not implemented for selected region\")\n\n    # Forecasts ahead of current date are not available for JP-KY\n    if datestamp > datetime.now(ZONE_INFO).strftime(\"%Y%m%d\") and zone_key == \"JP-KY\":\n        raise NotImplementedError(\n            \"Future dates (local time) not implemented for selected region\"\n        )\n\n    # Forecasts ahead of tomorrow's date are not available\n    if datestamp > (datetime.now(ZONE_INFO) + timedelta(days=1)).strftime(\"%Y%m%d\"):\n        raise NotImplementedError(\n            \"Dates after tomorrow (local time) not implemented for selected region\"\n        )\n\n    # Urls for some Japan zones based on datestamp\n    forecast_url = {\n        \"JP-HKD\": f\"http://denkiyoho.hepco.co.jp/area/data/{datestamp}_hokkaido_yosoku.csv\",\n        \"JP-HR\": f\"https://www.rikuden.co.jp/nw/denki-yoho/csv/yosoku_05_{datestamp}.csv\",\n        \"JP-KN\": f\"https://www.kansai-td.co.jp/interchange/denkiyoho/imbalance/{datestamp}_yosoku.csv\",\n        \"JP-CG\": f\"https://www.energia.co.jp/nw/jukyuu/sys/{datestamp[:6]}_jyukyu2_chugoku.zip\",\n        \"JP-KY\": rf\"https://www.kyuden.co.jp/td_power_usages/csv/kouhyo/imbalance/21110_TSO9_0_{datestamp}.csv?a={datestamp}\\d{6}\",\n        \"JP-ON\": f\"http://www.okiden.co.jp/denki2/dem_pg/csv/jukyu_yosoku_{datestamp}.csv\",\n    }\n\n    # For zones with different URLs for today vs tomorrow\n    if datestamp == datetime.now(ZONE_INFO).strftime(\"%Y%m%d\"):\n        forecast_url[\"JP-TH\"] = (\n            f\"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_{datestamp}.csv\"\n        )\n        forecast_url[\"JP-TK\"] = (\n            \"https://www4.tepco.co.jp/forecast/html/images/AREA_YOSOKU.csv\"\n        )\n        forecast_url[\"JP-CB\"] = (\n            \"https://powergrid.chuden.co.jp/denki_yoho_content_data/keito_yosoku_cepco003.csv\"\n        )\n        forecast_url[\"JP-SK\"] = (\n            \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_today.csv\"\n        )\n    # TODO: what time the new doc is created for next day?\n    elif datestamp == (datetime.now(ZONE_INFO) + timedelta(days=1)).strftime(\"%Y%m%d\"):\n        forecast_url[\"JP-TH\"] = (\n            \"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_y.csv\"\n        )\n        forecast_url[\"JP-TK\"] = (\n            \"https://www4.tepco.co.jp/forecast/html/images/AREA_ONCE_YOSOKU.csv\"\n        )\n        forecast_url[\"JP-SK\"] = (\n            \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_tomorrow.csv\"\n        )\n        if zone_key == \"JP-CB\":  # Raise exception for JP-CB\n            raise ValueError(\n                f\"Forecast data for tomorrow not available for zone: {zone_key}\"\n            )\n\n    # Skip non-tabular data at the start of source files\n    startrow = 1 if zone_key == \"JP-HR\" else 3 if zone_key == \"JP-KN\" else 2\n\n    # Get response from correspondent url\n    response = session.get(forecast_url[zone_key])\n\n    # Parse the different formats\n    df = pd.DataFrame()\n    if zone_key == \"JP-CG\":\n        with ZipFile(BytesIO(response.content)) as z:\n            target_file = f\"{datestamp}_yosoku_chugoku.csv\"\n            if target_file in z.namelist():\n                with z.open(target_file) as f:\n                    df = pd.read_csv(f, encoding=\"shift_jis\", skiprows=startrow)\n            else:\n                logger.error(f\"File '{target_file}' not found in the zip archive.\")\n                logger.debug(f\"Available files: {z.namelist()}\")\n    else:\n        content = response.content.decode(\"shift_jis\")\n        df = pd.read_csv(StringIO(content), skiprows=startrow)\n\n    # Check if df is still empty after the above operations\n    if df.empty:\n        logger.error(f\"Failed to load forecast data for {zone_key}\")\n        raise ValueError(f\"Could not obtain forecast data for zone: {zone_key}\")\n\n    # Consumption or generation data\n    if data_type == \"consumption_fcst\":\n        column_name_japanese = \"エリア総需要量\"\n    elif data_type == \"generation_fcst\":\n        column_name_japanese = \"エリア総発電量\"\n\n    # Extract the correspondant information from the files for each zone\n    if zone_key == \"JP-HKD\" or zone_key == \"JP-HR\":\n        df = df[[\"日付\", \"時間帯_自\", column_name_japanese + \"(kWh)\"]]\n    elif zone_key == \"JP-KN\" or zone_key == \"JP-KY\":\n        if zone_key == \"JP-KY\":\n            df = df.drop(index=0)\n        df = df[[\"日付\", \"時間帯＿自\", column_name_japanese]]\n    elif zone_key == \"JP-CG\" or zone_key == \"JP-CB\" or zone_key == \"JP-SK\":\n        df = df[[\"日付\", \"時間帯_自\", column_name_japanese]]\n    elif zone_key == \"JP-ON\" or zone_key == \"JP-TH\":\n        df = df[[\"DATE\", \"時間帯_自\", column_name_japanese + \"(kWh)\"]]\n    elif zone_key == \"JP-TK\":\n        df = df[\n            [\"日付(yyyymmdd)\", \"時間帯_自(HH:MI)\", column_name_japanese + \"[30分kWh]\"]\n        ]\n\n    df.columns = [\"Date\", \"Time\", data_type]\n\n    return df\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZoneKey(\"JP-HKD\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Gets demand/consumption forecast for every half hour for the specified Japan zones in MW.\"\"\"\n    # Session\n    session = session or Session()\n\n    # Date\n    # Currently past dates not implemented for areas with no date in their demand csv files\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    datestamp = target_datetime.astimezone(ZONE_INFO).strftime(\"%Y%m%d\")\n\n    # Read csv\n    df = read_csv_forecast(\n        datestamp, zone_key, session, logger, data_type=\"consumption_fcst\"\n    )\n\n    # Transform to MW: the data is given every half hour\n    df[\"consumption_fcst\"] = df[\"consumption_fcst\"].astype(float) * 2 / 1000\n\n    all_consumption_events = df  # all events with a datetime and a consumption value\n    consumption_list = TotalConsumptionList(logger)\n\n    for row in all_consumption_events.itertuples():\n        if (\n            zone_key == \"JP-HR\"\n            or zone_key == \"JP-ON\"\n            or zone_key == \"JP-TH\"\n            or zone_key == \"JP-CB\"\n        ):\n            event_datetime = datetime.strptime(\n                f\"{row.Date} {row.Time}\", \"%Y/%m/%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        elif zone_key == \"JP-TK\":\n            # Format as string in the format \"YYYYMMDD HHMM\" and parse\n            event_datetime = datetime.strptime(\n                f\"{row.Date:08d} {row.Time:04d}\", \"%Y%m%d %H%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        elif zone_key == \"JP-KY\":\n            event_datetime = datetime.strptime(\n                f\"{row.Date} {row.Time}\", \"%Y%m%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        else:\n            # Use strptime to directly parse the date integer and time string\n            event_datetime = datetime.strptime(\n                f\"{row.Date:08d} {row.Time}\", \"%Y%m%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            consumption=row.consumption_fcst,\n            source=SOURCES_FORECAST_DATA[zone_key],\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_generation_forecast(\n    zone_key: ZoneKey = ZoneKey(\"JP-HKD\"),  # Just as default\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Gets generation forecast for every half hour for the specified Japan zones in MW.\"\"\"\n\n    # Session\n    session = session or Session()\n\n    # Date\n    # Currently past dates not implemented for areas with no date in their demand csv files\n    if target_datetime is None:\n        target_datetime = datetime.now(ZONE_INFO)\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    datestamp = target_datetime.astimezone(ZONE_INFO).strftime(\"%Y%m%d\")\n\n    # Read csv\n    df = read_csv_forecast(\n        datestamp, zone_key, session, logger, data_type=\"generation_fcst\"\n    )\n\n    # Transform to MW: the data is given every half hour\n    df[\"generation_fcst\"] = df[\"generation_fcst\"].astype(float) * 2 / 1000\n\n    all_generation_events = df  # all events with a datetime and a generation value\n    generation_list = TotalProductionList(logger)\n\n    for row in all_generation_events.itertuples():\n        if (\n            zone_key == \"JP-HR\"\n            or zone_key == \"JP-ON\"\n            or zone_key == \"JP-TH\"\n            or zone_key == \"JP-CB\"\n        ):\n            event_datetime = datetime.strptime(\n                f\"{row.Date} {row.Time}\", \"%Y/%m/%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        elif zone_key == \"JP-TK\":\n            # Format as string in the format \"YYYYMMDD HHMM\" and parse\n            event_datetime = datetime.strptime(\n                f\"{row.Date:08d} {row.Time:04d}\", \"%Y%m%d %H%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        elif zone_key == \"JP-KY\":\n            event_datetime = datetime.strptime(\n                f\"{row.Date} {row.Time}\", \"%Y%m%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n        else:\n            # Use strptime to directly parse the date integer and time string\n            event_datetime = datetime.strptime(\n                f\"{row.Date:08d} {row.Time}\", \"%Y%m%d %H:%M\"\n            ).replace(tzinfo=ZONE_INFO)\n\n        generation_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            value=row.generation_fcst,\n            source=SOURCES_FORECAST_DATA[zone_key],\n            sourceType=EventSourceType.forecasted,\n        )\n    return generation_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    \"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_price() ->\")\n    print(fetch_price())\n    \"\"\"\n    print(\"fetch_consumption_forecast() ->\")\n    print(fetch_consumption_forecast())\n    print(\"fetch_consumption_forecast(JP-TH) ->\")\n    print(fetch_consumption_forecast(\"JP-TH\"))\n    print(\"fetch_consumption_forecast(JP-TK) ->\")\n    print(fetch_consumption_forecast(\"JP-TK\"))\n    print(\"fetch_consumption_forecast(JP-CB) ->\")\n    print(fetch_consumption_forecast(\"JP-CB\"))\n    print(\"fetch_consumption_forecast(JP-KN) ->\")\n    print(fetch_consumption_forecast(\"JP-KN\"))\n    print(\"fetch_consumption_forecast(JP-SK) ->\")\n    print(fetch_consumption_forecast(\"JP-SK\"))\n    print(\"fetch_consumption_forecast(JP-KY) ->\")\n    print(fetch_consumption_forecast(\"JP-KY\"))\n    print(\"fetch_consumption_forecast(JP-ON) ->\")\n    print(fetch_consumption_forecast(\"JP-ON\"))\n\n    print(\n        fetch_generation_forecast(\n            zone_key=\"JP-HKD\", target_datetime=datetime(2025, 4, 25)\n        )\n    )\n\n    print(\n        fetch_consumption_forecast(\n            zone_key=\"JP-HKD\", target_datetime=datetime(2025, 4, 25)\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/JP_KN.py",
    "content": "#!/usr/bin/env python3\nimport re\nfrom datetime import datetime\nfrom io import BytesIO\nfrom logging import Logger, getLogger\nfrom urllib.request import Request, urlopen\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom PIL import Image\nfrom pytesseract import image_to_string\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session\n\nfrom .JP import fetch_production as jp_fetch_production\n\n# please try to write PEP8 compliant code (use a linter). One of PEP8's\n# requirement is to limit your line length to 79 characters.\n\nTIMEZONE = ZoneInfo(\"Asia/Tokyo\")\n\n\ndef fetch_production(\n    zone_key: str = \"JP-KN\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    This method adds nuclear production on top of the solar data returned by the JP parser.\n    It tries to match the solar data with the nuclear data.\n    If there is a difference of more than 30 minutes between solar and nuclear data, the method will fail.\n    \"\"\"\n    session = session or Session()\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser can only fetch live data\")\n\n    jp_data = jp_fetch_production(zone_key, session, target_datetime, logger)\n    nuclear_mw, nuclear_datetime = get_nuclear_production()\n    latest = jp_data[\n        -1\n    ]  # latest solar data is the most likely to fit with nuclear production\n    diff = None\n    if nuclear_datetime > latest[\"datetime\"]:\n        diff = nuclear_datetime - latest[\"datetime\"]\n    else:\n        diff = latest[\"datetime\"] - nuclear_datetime\n    if abs(diff.seconds) > 30 * 60:\n        raise Exception(\"Difference between nuclear datetime and JP data is too large\")\n\n    latest[\"production\"][\"nuclear\"] = nuclear_mw\n    latest[\"production\"][\"unknown\"] = latest[\"production\"][\"unknown\"] - nuclear_mw\n    return [latest]\n\n\nURL = (\n    \"https://www.kepco.co.jp/energy_supply/energy/nuclear_power/info/monitor/live_unten\"\n)\nIMAGE_CORE_URL = \"https://www.kepco.co.jp/\"\n\n\ndef get_image_text(img_url, lang, width=None):\n    \"\"\"\n    Fetches image based on URL, crops it and extract text from the image.\n    \"\"\"\n    r = Request(img_url, headers={\"User-Agent\": \"Mozilla/5.0\"})\n    img_bytes = urlopen(r).read()\n    img = Image.open(BytesIO(img_bytes))\n    height = img.size[1]\n\n    if width is None:\n        width = 160\n\n    img = img.crop((0, int(height / 8), width, height))\n    # cropping the image, makes it easier to read for tesseract\n    text = image_to_string(img, lang=lang)\n    return text\n\n\ndef extract_capacity(tr):\n    \"\"\"\n    The capacity for each unit has the class \"list03\".\n    and it uses the chinese symbol for 10k(万).\n    If this changes, the method will become inaccurate.\n    \"\"\"\n    td = tr.findAll(\"td\", {\"class\": \"list03\"})\n    if len(td) == 0:\n        return None\n    raw_text = td[0].getText()\n    kw_energy = raw_text.split(\"万\")[0]\n    return float(kw_energy) * 10000\n\n\ndef extract_operation_percentage(tr):\n    \"\"\"Operation percentage is located on images of type .gif\"\"\"\n    td = tr.findAll(\"img\")\n    if len(td) == 0:\n        return None\n    img = td[0]\n    url = IMAGE_CORE_URL + img[\"src\"]\n    if \".gif\" in url:\n        text = get_image_text(url, \"eng\", width=65)\n        # will return a number and percentage eg (\"104%\"). Sometimes a little more eg: (\"104% 4...\")\n        split = text.split(\"%\")\n        if len(split) == 0:\n            return None\n        return float(split[0]) / 100\n    else:\n        return None\n\n\ndef extract_time(soup):\n    \"\"\"\n    Time is located in an image.\n    Decipher the text containing the data and assumes there will only be 4 digits making up the datetime.\n    \"\"\"\n    img_relative = soup.findAll(\"img\", {\"class\": \"time-data\"})[0][\"src\"]\n    img_url_full = IMAGE_CORE_URL + img_relative\n    text = get_image_text(img_url_full, \"jpn\")\n    digits = re.findall(r\"\\d+\", text)\n    digits = [int(x) for x in digits]\n    if len(digits) != 4:\n        # something went wrong while extracting time from Japan\n        raise Exception(\"Something went wrong while extracting local time\")\n\n    nuclear_datetime = datetime.now(tz=TIMEZONE).replace(\n        month=digits[0],\n        day=digits[1],\n        hour=digits[2],\n        minute=digits[3],\n        second=0,\n        microsecond=0,\n    )\n    return nuclear_datetime\n\n\ndef get_nuclear_production():\n    \"\"\"\n    Fetches all the rows that contains data of nuclear units and calculates the total kw generated by all plants.\n    Illogically, all the rows has the class \"mihama_realtime\" which they might fix in the future.\n    \"\"\"\n    r = Request(URL, headers={\"User-Agent\": \"Mozilla/5.0\"})\n    html = urlopen(r).read()\n    soup = BeautifulSoup(html, \"html.parser\")\n\n    nuclear_datetime = extract_time(soup)\n    _rows = soup.findAll(\n        \"tr\", {\"class\": \"mihama_realtime\"}\n    )  # TODO: Should we just remove this?\n    tr_list = soup.findAll(\"tr\")\n\n    total_kw = 0\n    for tr in tr_list:\n        capacity = extract_capacity(tr)\n        operation_percentage = extract_operation_percentage(tr)\n        if capacity is None or operation_percentage is None:\n            continue\n        kw = capacity * operation_percentage\n        total_kw = total_kw + kw\n    nuclear_mw = total_kw / 1000.0  # convert to mw\n\n    return nuclear_mw, nuclear_datetime\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/JP_KY.py",
    "content": "#!/usr/bin/env python3\nimport io\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session, get\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers import occtonet\n\nTIMEZONE = ZoneInfo(\"Asia/Tokyo\")\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"JP-KY\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    production_list = ProductionBreakdownList(logger)\n\n    # url for consumption and solar\n    url = f\"https://www.kyuden.co.jp/td_power_usages/csv/juyo-hourly-{datetime.now(tz=TIMEZONE).strftime('%Y%m%d')}.csv\"\n    response = get(url)\n    content = response.text\n\n    # Filter out the irrelevant data\n    start_idx = content.rfind(\"DATE,TIME\")\n    if start_idx == -1:\n        logger.error(\n            \"Could not find time series data section in solar and consumption CSV\"\n        )\n        return production_list.to_list()\n    time_series_section = content[start_idx:]\n    df = pd.read_csv(io.StringIO(time_series_section))\n\n    # Translate column names to english\n    df.columns = [\"DATE\", \"TIME\", \"consumption\", \"solar\"]\n\n    last_complete_row = df.dropna().iloc[-1]\n\n    dt = datetime.strptime(\n        f\"{last_complete_row['DATE']} {last_complete_row['TIME']}\", \"%Y/%m/%d %H:%M\"\n    )\n    dt = dt.replace(tzinfo=TIMEZONE)\n\n    # Get values in MW - convert from 10000 kW to MW\n    consumption = last_complete_row[\"consumption\"].astype(float) * 10\n    solar = last_complete_row[\"solar\"].astype(float) * 10\n\n    # add two nuclear power plants at Sendai and Genkai\n    sendai_url = (\n        \"http://www.kyuden.co.jp/php/nuclear/sendai/rename.php?\"\n        \"A=s_power.fdat&B=ncp_state.fdat&_=1520532401043\"\n    )\n    genkai_url = (\n        \"http://www.kyuden.co.jp/php/nuclear/genkai/rename.php?\"\n        \"A=g_power.fdat&B=ncp_state.fdat&_=1520532904073\"\n    )\n\n    sendai_raw_text = get(sendai_url).text\n    genkai_raw_text = get(genkai_url).text\n\n    regex = r\"(?<=gouki=)[-+]?[.]?[\\d]+(?:,\\d\\d\\d)*[\\.]?\\d*\" + r\"(?:[eE][-+]?\\d+)?(?=&)\"\n    sendai_values = re.findall(regex, sendai_raw_text)\n    genkai_values = re.findall(regex, genkai_raw_text)\n\n    sendai_total = sum(map(float, sendai_values))\n    genkai_total = sum(map(float, genkai_values))\n\n    nuclear = sendai_total + genkai_total\n    # convert from 万kW to MW\n    nuclear *= 10\n\n    # add the exchange JP-CG->JP-KY\n    exchanges = occtonet.fetch_exchange(\"JP-KY\", \"JP-CG\")\n    # find the nearest exchanges in time to consumption timestamp\n    nearest_exchanges = sorted(\n        exchanges, key=lambda exchange: abs(exchange[\"datetime\"] - dt)\n    )\n    # take the nearest exchange\n    exchange = nearest_exchanges[0]\n\n    # check that consumption and exchange timestamps are within a 15 minute window\n    if abs(dt - exchange[\"datetime\"]).seconds <= 900:\n        generation = consumption - exchange[\"netFlow\"]\n        unknown = generation - nuclear - solar\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=ProductionMix(\n                biomass=0,\n                coal=0,\n                gas=0,\n                nuclear=nuclear,\n                oil=0,\n                solar=solar,\n                unknown=unknown,\n            ),\n            source=\"www.kyuden.co.jp\",\n        )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/JP_SK.py",
    "content": "import re\nfrom datetime import datetime\nfrom io import BytesIO\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom PIL import Image\nfrom pytesseract import image_to_string\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session\n\nfrom .JP import fetch_production as JP_fetch_production\n\n# please try to write PEP8 compliant code (use a linter). One of PEP8's\n# requirement is to limit your line length to 79 characters.\n\nJP_TZ = ZoneInfo(\"Asia/Tokyo\")\n\n\ndef fetch_production(\n    zone_key: str = \"JP-SK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    This method adds nuclear production on top of the solar data returned by the JP parser.\n    It tries to match the solar + unknown data with the nuclear data.\n    \"\"\"\n\n    if session is None:\n        session = Session()\n\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser can only fetch live data\")\n    # fetch data from TSO - unknown + solar\n    JP_data = JP_fetch_production(zone_key, session, target_datetime, logger)\n    # we fetch the latest data point from the JP parser\n    latest_data_point_JP_SK = JP_data[-1]\n    # Fetch nuclear data from the nuclear power plant website\n    ## fetch image url\n    image_url = get_nuclear_power_image_url(session)\n    ## fetch nuclear power from image url\n    (\n        nuclear_power_MW,\n        datetime_nuclear,\n    ) = get_nuclear_power_value_and_timestamp_from_image_url(image_url, session)\n    if (\n        latest_data_point_JP_SK[\"datetime\"] - datetime_nuclear\n    ).total_seconds() / 3600 > 1:\n        latest_data_point_JP_SK[\"production\"][\"nuclear\"] = None\n        logger.info(\"The nuclear data is not close to the parser data\")\n    elif (\n        latest_data_point_JP_SK[\"datetime\"] - datetime_nuclear\n    ).total_seconds() / 3600 <= 1:\n        latest_data_point_JP_SK[\"production\"][\"nuclear\"] = nuclear_power_MW\n    return [latest_data_point_JP_SK]\n\n\nNUCLEAR_REPORT_URL = \"https://www.yonden.co.jp/energy/atom/ikata/ikt722.html\"\nIMAGE_CORE_URL = \"https://www.yonden.co.jp/energy/atom/ikata/\"\n\n\ndef get_nuclear_power_image_url(session: Session) -> str:\n    \"\"\"This method fetches the image url from the nuclear power plant website\"\"\"\n    response_main_page = session.get(NUCLEAR_REPORT_URL)\n    soup = BeautifulSoup(response_main_page.content, \"html.parser\")\n    images_links = soup.find_all(\"img\", src=True)\n    filtered_img_tags = [tag for tag in images_links if \"ikt721-1\" in tag[\"src\"]]\n    if len(filtered_img_tags) == 0:\n        raise Exception(\"No image found\")\n    img_url = IMAGE_CORE_URL + filtered_img_tags[0][\"src\"]\n    return img_url\n\n\ndef get_nuclear_power_value_and_timestamp_from_image_url(\n    img_url: str, session: Session\n) -> tuple[float, datetime]:\n    \"\"\"This method reads the image from the image url and extracts nuclear power and timestamp from it.\"\"\"\n    response_image = session.get(img_url)\n    image = Image.open(BytesIO(response_image.content))\n    width, height = image.size\n    img = image.crop((0, 0, width, height))\n    text = str(image_to_string(img))\n    numeric_pattern = r\"\\d+\"\n    # this method extracts the second number from the image since it is the nuclear power value from the image\n    # in case the image format changes, this method will need to be updated\n    nuclear_power = float(re.findall(numeric_pattern, text)[1])\n    # extract timestamp from image_url and convert it to datetime\n    timestamp_pattern = r\"\\d{12}\"\n    timestamp = re.findall(timestamp_pattern, img_url)[0]\n    datetime_nuclear = datetime.strptime(timestamp, \"%Y%m%d%H%M\").replace(tzinfo=JP_TZ)\n    return nuclear_power, datetime_nuclear\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/KPX.py",
    "content": "import json\nimport re\nfrom datetime import datetime, time, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nTIMEZONE = ZoneInfo(\"Asia/Seoul\")\nKR_CURRENCY = \"KRW\"\nKR_SOURCE = \"new.kpx.or.kr\"\nREAL_TIME_URL = \"https://new.kpx.or.kr/powerinfoSubmain.es?mid=a10606030000\"\nPRICE_URL = \"https://new.kpx.or.kr/smpInland.es?mid=a10606080100&device=pc\"\nHISTORICAL_PRODUCTION_URL = (\n    \"https://new.kpx.or.kr/powerSource.es?mid=a10606030000&device=chart\"\n)\n\n#### Classification of New & Renewable Energy Sources ####\n#\n# Source: https://cms.khnp.co.kr/eng/content/563/main.do?mnCd=EN040101\n# New energy: Hydrogen, Fuel Cell, Coal liquefied or gasified energy, and vacuum residue gasified energy, etc.\n# Renewable: Solar, Wind power, Water power, ocean energy, Geothermal, Bio energy, etc.\n#\nPRODUCTION_MAPPING = {\n    \"coal\": \"coal\",\n    \"localCoal\": \"coal\",\n    \"gas\": \"gas\",\n    \"oil\": \"oil\",\n    \"nuclearPower\": \"nuclear\",\n    \"waterPower\": \"hydro\",\n    \"windPower\": \"wind\",\n    \"sunlight\": \"solar\",\n    \"newRenewable\": \"unknown\",\n}\nSTORAGE_MAPPING = {\n    \"raisingWater\": \"hydro\",\n}\nIGNORE_LIST = [\n    \"ppa\",\n    \"btm\",\n    \"newRenewablePlusWindPower\",\n    \"once\",\n    \"regDate\",\n    \"seq\",\n]\n\n\ndef parse_consumption_data(\n    raw_data: str,\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    logger: Logger = getLogger(__name__),\n) -> TotalConsumptionList:\n    consumption_list = TotalConsumptionList(logger)\n\n    # The realtime page embeds consumption data inside a drawChart() function as JS arrays:\n    # x = total demand (총수요) including behind-the-meter generation,\n    # v = market demand (전력시장수요) excluding self-consumption.\n    # We use x as it represents total system consumption per Electricity Maps definition.\n    # Anchoring to drawChart() avoids false matches on other var x declarations in the page.\n    draw_chart_match = re.search(\n        r\"function drawChart[^{]*\\{(.*?)(?=function\\s|\\Z)\", raw_data, re.DOTALL\n    )\n    if not draw_chart_match:\n        raise ParserException(\n            \"KPX.py\",\n            \"Could not find drawChart function in response\",\n            zone_key,\n        )\n    draw_chart_body = draw_chart_match.group(1)\n    values_match = re.search(r\"var x\\s*=\\s*\\[([\\d.,\\s]+)\\]\", draw_chart_body)\n    times_match = re.search(r\"var t_time\\s*=\\s*\\[([\\d,\\s]+)\\]\", draw_chart_body)\n\n    if not values_match or not times_match:\n        raise ParserException(\n            \"KPX.py\",\n            \"Could not find consumption time series in response\",\n            zone_key,\n        )\n\n    values = [float(v.strip()) for v in values_match.group(1).split(\",\") if v.strip()]\n    timestamps = [t.strip() for t in times_match.group(1).split(\",\") if t.strip()]\n\n    for ts, val in zip(timestamps, values, strict=True):\n        dt = datetime.strptime(ts, \"%Y%m%d%H%M%S\").replace(tzinfo=TIMEZONE)\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=KR_SOURCE,\n            consumption=val,\n        )\n\n    return consumption_list\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"KR\")\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n    if target_datetime:\n        raise ParserException(\n            \"KPX.py\",\n            \"This parser is not yet able to parse past dates\",\n            zone_key,\n        )\n\n    logger.debug(f\"Fetching consumption data from {REAL_TIME_URL}\")\n    response = session.get(REAL_TIME_URL, verify=False)\n    assert response.ok\n\n    return parse_consumption_data(response.text, zone_key, logger).to_list()\n\n\n@refetch_frequency(timedelta(hours=167))\n@use_proxy(country_code=\"KR\")\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n    now = datetime.now(tz=TIMEZONE)\n    target_datetime = (\n        now if target_datetime is None else target_datetime.astimezone(TIMEZONE)\n    )\n\n    today = datetime.combine(now, time(), tzinfo=TIMEZONE)  # truncates to day\n    first_available_api_date = today - timedelta(days=6) + timedelta(hours=1)\n    if target_datetime < first_available_api_date:\n        raise ParserException(\n            \"KPX.py\",\n            \"This parser is not able to parse dates more than one week in the past.\",\n            zone_key,\n        )\n\n    logger.debug(f\"Fetching price data from {PRICE_URL}\")\n    response = session.get(PRICE_URL, verify=False)\n    assert response.ok\n\n    price_list = PriceList(logger)\n\n    table_prices = pd.read_html(response.text, header=0)[0]\n    for col_idx in range(1, table_prices.shape[1]):\n        for row_idx in range(24):\n            day = col_idx\n            hour = row_idx + 1\n\n            if hour == 24:\n                hour = 0\n                day += 1\n\n            dt = (now + timedelta(days=-1 * (7 - day))).replace(\n                hour=hour, minute=0, second=0, microsecond=0\n            )\n\n            price_value = (\n                table_prices.iloc[row_idx, col_idx] * 1000\n            )  # Convert from Won/kWh to Won/MWh\n\n            price_list.append(\n                zoneKey=zone_key,\n                datetime=dt,\n                source=KR_SOURCE,\n                price=price_value,\n                currency=KR_CURRENCY,\n            )\n\n    return price_list.to_list()\n\n\ndef parse_chart_prod_data(\n    raw_data: str,\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    production_list = ProductionBreakdownList(logger)\n\n    # Extract object with data\n    json_string = re.search(r\"var ictArr = (\\[\\{.+\\}\\]);\", raw_data).group(1)\n    json_obj = json.loads(json_string)\n\n    for item in json_obj:\n        if item[\"regDate\"] == \"0\":\n            break\n\n        dt = datetime.strptime(item[\"regDate\"], \"%Y-%m-%d %H:%M\").replace(\n            tzinfo=TIMEZONE\n        )\n\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n        for item_key, item_value in item.items():\n            if item_key in IGNORE_LIST:\n                continue\n            elif item_key in PRODUCTION_MAPPING:\n                production_mix.add_value(\n                    PRODUCTION_MAPPING[item_key],\n                    float(item_value),\n                    correct_negative_with_zero=True,\n                )\n            elif item_key in STORAGE_MAPPING:\n                storage_mix.add_value(STORAGE_MAPPING[item_key], -float(item_value))\n            else:\n                logger.warning(f\"Unknown mode {item_key} with value {item_value}\")\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=KR_SOURCE,\n            production=production_mix,\n            storage=storage_mix,\n        )\n\n    return production_list\n\n\ndef get_real_time_prod_data(\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    session = session or Session()\n    res = session.get(REAL_TIME_URL, verify=False)\n    return parse_chart_prod_data(res.text, zone_key, logger)\n\n\ndef get_historical_prod_data(\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    session = session or Session()\n    target_datetime_formatted_daily = target_datetime.strftime(\"%Y-%m-%d\")\n\n    # CSRF token is needed to access the production data\n    logger.debug(\n        f\"Fetching CSRF token to access production data from {HISTORICAL_PRODUCTION_URL}\"\n    )\n    session.get(HISTORICAL_PRODUCTION_URL, verify=False)\n    cookies_dict = session.cookies.get_dict()\n\n    payload = {\n        \"mid\": \"a10606030000\",\n        \"device\": \"chart\",\n        \"view_sdate\": target_datetime_formatted_daily,\n        \"view_edate\": target_datetime_formatted_daily,\n        \"_csrf\": cookies_dict.get(\"XSRF-TOKEN\", None),\n    }\n\n    logger.debug(f\"Fetching production data from {HISTORICAL_PRODUCTION_URL}\")\n    res = session.post(HISTORICAL_PRODUCTION_URL, payload)\n    assert res.ok\n\n    return parse_chart_prod_data(res.text, zone_key, logger)\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"KR\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"KR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    session = session or Session()\n    first_available_date = datetime(2021, 12, 22, 0, 0, 0, tzinfo=TIMEZONE)\n    if target_datetime is not None and target_datetime < first_available_date:\n        raise ParserException(\n            \"KPX.py\",\n            \"This parser is not able to parse dates before 2021-12-22.\",\n            zone_key,\n        )\n\n    if target_datetime is None:\n        production_list = get_real_time_prod_data(\n            zone_key=zone_key, session=session, logger=logger\n        )\n    else:\n        production_list = get_historical_prod_data(\n            zone_key=zone_key,\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    target_datetime = datetime(2022, 2, 7, 16, 35, 0, tzinfo=TIMEZONE)\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(fetch_production(target_datetime=target_datetime))\n\n    print(\"fetch_price() -> \")\n    print(fetch_price())\n\n    print(\"fetch_consumption() -> \")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/KW.py",
    "content": "\"\"\"\nThis parser returns Kuwait's electricity system load\nSource: Ministry of Electricity and Water / State of Kuwait\nURL: https://www.mew.gov.kw/en/\nScroll down to see the system load gauge\nShares of Electricity production in 2017: 65.6% oil, 34.4% gas (source: IEA; https://www.iea.org/statistics/?country=KUWAIT&indicator=ElecGenByFuel)\n\"\"\"\n\nimport re\nimport ssl\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport requests\nimport urllib3\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    TotalConsumptionList,\n)\n\n\n# A workaround is required to connect to the API as of 2025-01-14, to avoid the\n# following error:\n#\n#     SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1007)')\n#\n# The workaround is based on https://stackoverflow.com/a/73519818/2220152.\n#\nclass _CustomHttpAdapter(requests.adapters.HTTPAdapter):\n    # \"Transport adapter\" that allows us to use custom ssl_context.\n\n    def __init__(self, ssl_context=None, **kwargs):\n        self.ssl_context = ssl_context\n        super().__init__(**kwargs)\n\n    def init_poolmanager(self, connections, maxsize, block=False):\n        self.poolmanager = urllib3.poolmanager.PoolManager(\n            num_pools=connections,\n            maxsize=maxsize,\n            block=block,\n            ssl_context=self.ssl_context,\n        )\n\n\ndef _patch_session_for_legacy_connect(session):\n    ctx = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)\n    ctx.options |= 0x4  # OP_LEGACY_SERVER_CONNECT\n    session.mount(\"https://\", _CustomHttpAdapter(ctx))\n    return session\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"KW\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    r = _patch_session_for_legacy_connect(session or Session())\n\n    url = \"https://www.mew.gov.kw/en\"\n    response = r.get(url)\n    # The regexp gets the load value from a line looking like this:\n    #\n    # var obj= {\"maxValue\":10865,\"currentValue\":7285,\"highlights\":[{\"from\":0,\"to\":10179,\"color\":\"#83e043\"},{\"from\":10179,\"to\":10604,\"color\":\"#ff6a00\"},{\"from\":10604,\"to\":10865,\"color\":\"#f12828\"}]};\n    #\n    load = re.findall(r'\"currentValue\":(\\d+)', response.text)\n    load = int(load[0])\n    consumption = load\n    consumption_list = TotalConsumptionList(logger=logger)\n    consumption_list.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(tz=ZoneInfo(\"Asia/Kuwait\")),\n        consumption=consumption,\n        source=\"mew.gov.kw\",\n    )\n\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the electricityMap backend, but handy for testing.\"\"\"\n\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/MD.py",
    "content": "\"\"\"Parser for Moldova.\"\"\"\n\n# Further information on the equipment used at CERS Moldovenească can be found at:\n# http://moldgres.com/o-predpriyatii/equipment\n# Further information on the fuel-mix used at CERS Moldovenească can be found at:\n# http://moldgres.com/search/%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5%20%D0%BF%D0%BE%D0%BA%D0%B0%D0%B7%D0%B0%D1%82%D0%B5%D0%BB%D0%B8\n# (by searching for 'Производственные показатели' aka. 'Performance Indicators')\n# Data for the fuel-mix at CERS Moldovenească for the year 2020 can be found at:\n# http://moldgres.com/wp-content/uploads/2021/02/proizvodstvennye-pokazateli-zao-moldavskaja-gres-za-2020-god.pdf\n\n# Annual reports from moldelectrica can be found at:\n# https://moldelectrica.md/ro/network/annual_report\n\nfrom datetime import datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom operator import attrgetter\nfrom typing import NamedTuple\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import EventSourceType, ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"MD.py\"\nTZ = ZoneInfo(\"Europe/Chisinau\")\nZONE_KEY = ZoneKey(\"MD\")\n\n# Supports the following formats:\n# - type=csv for zip-data with semicolon-separated-values\n# - type=array for a 2D json-array containing an array for each datapoint\n# - type=html for a HTML-table (default when no type is given)\nARCHIVE_BASE_URL = \"https://moldelectrica.md/utils/archive2.php?id=table&type=array\"\nSOURCE = \"moldelectrica.md\"\n\n\n# Moldoelectrica electricity tariffs as defined by government-agency decisions.\n_MOLDOELECTRICA_NEW_POWER_PRICE_IN_MDL_PER_MW = {\n    # https://www.legis.md/cautare/getResults?doc_id=78826&lang=ro\n    datetime(2000, 4, 1, tzinfo=timezone.utc): 18.8,\n    # https://www.legis.md/cautare/getResults?doc_id=103953&lang=ro\n    datetime(2001, 10, 1, tzinfo=timezone.utc): 28.0,\n    # https://www.legis.md/cautare/getResults?doc_id=40249&lang=ro\n    datetime(2002, 9, 1, tzinfo=timezone.utc): 35.2,\n    # https://www.legis.md/cautare/getResults?doc_id=42701&lang=ro\n    datetime(2005, 9, 1, tzinfo=timezone.utc): 39.3,\n    # https://www.legis.md/cautare/getResults?doc_id=10948&lang=ro\n    datetime(2007, 8, 3, tzinfo=timezone.utc): 51.8,\n    # https://www.legis.md/cautare/getResults?doc_id=40130&lang=ro\n    datetime(2010, 1, 19, tzinfo=timezone.utc): 63.2,\n    # https://www.legis.md/cautare/getResults?doc_id=40589&lang=ro\n    datetime(2012, 5, 11, tzinfo=timezone.utc): 80.2,\n    # https://www.legis.md/cautare/getResults?doc_id=84436&lang=ro\n    datetime(2015, 7, 31, tzinfo=timezone.utc): 145.0,\n    # https://www.legis.md/cautare/getResults?doc_id=134854&lang=ro\n    datetime(2023, 12, 31, tzinfo=timezone.utc): 201.0,\n    # https://www.legis.md/cautare/getResults?doc_id=142391&lang=ro\n    datetime(2024, 3, 21, tzinfo=timezone.utc): 185.0,\n    # TODO(amv213): update as new tariffs get rolled out...\n}\n\n\nclass ArchiveDatapoint(NamedTuple):\n    \"\"\"Datapoint returned by the archive_url with ordered fetchable fields.\"\"\"\n\n    datetime: datetime\n    consumption: float | None\n    planned_consumption: float | None\n    production: float | None\n    planned_production: float | None\n    tpp: float | None  # production from thermal power plants\n    hpp: float | None  # production from hydro power plants\n    res: float | None  # production from renewable energy sources\n    exchange_UA_to_MD: float | None\n    planned_exchange_UA_to_MD: float | None\n    exchange_RO_to_MD: float | None\n    planned_exchange_RO_to_MD: float | None\n\n\ndef _get_archive_data(\n    target_datetime: datetime | None,\n    session: Session | None,\n    num_backlog_days: int = 0,\n) -> list[ArchiveDatapoint]:\n    \"\"\"Returns archive data in 15 mn buckets for the UTC day of interest and (optionally) previous ones.\"\"\"\n\n    target_utc_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    target_utc_day = datetime.combine(target_utc_datetime, time(), tzinfo=timezone.utc)\n    target_utc_timestamp_from, target_utc_timestamp_to = (\n        target_utc_day - timedelta(days=num_backlog_days),\n        target_utc_day + timedelta(days=1) - timedelta(seconds=1),\n    )\n\n    # the API works in local (TZ) timestamps\n    date1 = target_utc_timestamp_from.astimezone(TZ).strftime(\"%d.%m.%Y\")\n    date2 = target_utc_timestamp_to.astimezone(TZ).strftime(\"%d.%m.%Y\")\n    archive_url = f\"{ARCHIVE_BASE_URL}&date1={date1}&date2={date2}\"\n\n    s = session or Session()\n    response = s.get(archive_url)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching data error code: {response.status_code}: {response.text}\",\n        )\n\n    data = response.json()\n\n    try:\n        archive_datapoints = []\n        for entry in data:\n            dt_utc = (\n                datetime.strptime(entry[0], \"%Y-%m-%d %H:%M\")\n                .replace(tzinfo=TZ)\n                .astimezone(timezone.utc)\n            )\n\n            # filter out results outside of UTC target range\n            # The API returns data for whole TZ days, so some data might be outside boundaries\n            if dt_utc < target_utc_timestamp_from or dt_utc > target_utc_timestamp_to:\n                continue\n\n            # keep in mind that some values might be null\n            datapoint = ArchiveDatapoint(\n                dt_utc, *(float(x) if x is not None else x for x in entry[1:])\n            )\n            archive_datapoints.append(datapoint)\n\n        return sorted(archive_datapoints, key=attrgetter(\"datetime\"))\n\n    except Exception as e:\n        raise ParserException(\n            \"MD.py\",\n            \"Not able to parse received data. Check that the specifed URL returns correct data.\",\n        ) from e\n\n\ndef fetch_price(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power price of a given zone.\n\n    This will be a static power price for Moldoelectrica electricity as defined by government-agency decision.\n\n    References:\n        https://www.anre.md/energie-electrica-3-290\n        https://moldelectrica.md/ro/activity/tariff\n    \"\"\"\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    # find price band for given target datetime\n    prices = iter(_MOLDOELECTRICA_NEW_POWER_PRICE_IN_MDL_PER_MW.items())\n    _, price = next(\n        prices\n    )  # assume base price for times before we could find references\n    for dt, new_price in prices:\n        if target_datetime < dt:\n            break\n        price = new_price\n\n    price_list = PriceList(logger=logger)\n    price_list.append(\n        zoneKey=zone_key,\n        datetime=target_datetime.replace(minute=0, second=0, microsecond=0),\n        source=SOURCE,\n        price=price,\n        currency=\"MDL\",\n    )\n    return price_list.to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power consumption (in MW) of a given zone.\"\"\"\n    archive_data = _get_archive_data(\n        target_datetime, session=session, num_backlog_days=1\n    )\n\n    consumption_list = TotalConsumptionList(logger=logger)\n\n    for archive_datapoint in archive_data:\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=archive_datapoint.datetime,\n            source=SOURCE,\n            consumption=archive_datapoint.consumption,\n        )\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the production mix (in MW) of a given zone.\"\"\"\n\n    archive_data = _get_archive_data(\n        target_datetime, session=session, num_backlog_days=1\n    )\n\n    production_list = ProductionBreakdownList(logger=logger)\n\n    for archive_datapoint in archive_data:\n        production_mix = ProductionMix()\n        production_mix.add_value(\"gas\", archive_datapoint.tpp)\n        production_mix.add_value(\"hydro\", archive_datapoint.hpp)\n        # Renewables (solar + biogas + wind) make up a small part of the energy produced.\n        # The exact mix of renewable energy sources is unknown,\n        # so everything is attributed to biomass.\n        production_mix.add_value(\"biomass\", archive_datapoint.res)\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=archive_datapoint.datetime,\n            source=SOURCE,\n            production=production_mix,\n        )\n\n    return production_list.to_list()\n\n\ndef _fetch_exchange(\n    event_type: EventSourceType,\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None,\n    target_datetime: datetime | None,\n    logger: Logger,\n    num_backlog_days: int,\n) -> list[dict]:\n    \"\"\"Requests measured or forecasted power exchange (in MW) between two zones.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if ZONE_KEY not in {zone_key1, zone_key2}:\n        raise ParserException(\n            PARSER,\n            f\"This parser can only parse exchanges to / from {ZONE_KEY}.\",\n            sorted_zone_keys,\n        )\n\n    archive_data = _get_archive_data(\n        target_datetime,\n        session=session,\n        num_backlog_days=num_backlog_days,\n    )\n\n    use_actual = event_type == EventSourceType.measured\n\n    exchange_list = ExchangeList(logger=logger)\n    for entry in archive_data:\n        netflow = None\n\n        if sorted_zone_keys == ZoneKey(\"MD->UA\"):\n            netflow = (\n                entry.exchange_UA_to_MD\n                if use_actual\n                else entry.planned_exchange_UA_to_MD\n            )\n\n        elif sorted_zone_keys == ZoneKey(\"MD->RO\"):\n            netflow = (\n                entry.exchange_RO_to_MD\n                if use_actual\n                else entry.planned_exchange_RO_to_MD\n            )\n        else:\n            raise NotImplementedError(f\"{sorted_zone_keys} pair is not implemented\")\n\n        if netflow != 0 and netflow is not None:\n            netflow *= -1\n\n        exchange_list.append(\n            zoneKey=sorted_zone_keys,\n            datetime=entry.datetime,\n            netFlow=netflow,\n            source=SOURCE,\n            sourceType=event_type,\n        )\n\n    return exchange_list.to_list()\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the known power exchange (in MW) between two zones.\"\"\"\n    return _fetch_exchange(\n        event_type=EventSourceType.measured,\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        num_backlog_days=1,\n    )\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange_forecast(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the forecasted power exchange (in MW) between two zones.\"\"\"\n    return _fetch_exchange(\n        event_type=EventSourceType.forecasted,\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        num_backlog_days=1,\n    )\n\n\nif __name__ == \"__main__\":\n    # Main method, never used by the Electricity Map backend, but handy for testing.\n\n    for target_datetime in (None, datetime.fromisoformat(\"2021-07-25T15:00+00:00\")):\n        print(f\"fetch_price({target_datetime=}) ->\")\n        print(fetch_price(target_datetime=target_datetime))\n\n        print(f\"fetch_consumption({target_datetime=}) ->\")\n        print(fetch_consumption(target_datetime=target_datetime))\n\n        print(f\"fetch_production({target_datetime=}) ->\")\n        print(fetch_production(target_datetime=target_datetime))\n\n        for neighbour in [\"RO\", \"UA\"]:\n            print(f\"fetch_exchange({ZONE_KEY}, {neighbour}, {target_datetime=}) ->\")\n            print(\n                fetch_exchange(\n                    ZONE_KEY, ZoneKey(neighbour), target_datetime=target_datetime\n                )\n            )\n\n            print(\n                f\"fetch_exchange_forecast({ZONE_KEY}, {neighbour}, {target_datetime=}) ->\"\n            )\n            print(\n                fetch_exchange_forecast(\n                    ZONE_KEY, ZoneKey(neighbour), target_datetime=target_datetime\n                )\n            )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/MN.py",
    "content": "#!/usr/bin/env python3\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nNDC_API = \"https://disnews.energy.mn/convertt.php\"\nTZ = ZoneInfo(\"Asia/Ulaanbaatar\")  # UTC+8\n\n# https://ndc.energy.mn/ provides a list with icons and numbers next to them,\n# where the JSON response from https://disnews.energy.mn/convertt.php is used to\n# populate the numbers. Below is a formatted JSON response from 2025-01-13:\n#\n#     {\n#         \"date\": \"2025-01-14 03:00:00\",\n#         \"syssum\": \"1351.8\",\n#         \"dts\": 1061,\n#         \"sumnar\": -0.5,\n#         \"sumsalhit\": 128.6,\n#         \"energyimport\": \"162.7\",\n#         \"t\": \"-20.2\",\n#         \"Songino\": \"-23.9\"\n#     }\n#\n# Notes:\n# - dts is assumed to be coal, as coal is reported as the main source of\n#   electricity for mongolia.\n# - Songino is ignored for now, but it seems to be a specific area of Mongolia.\n#   Ideally we'd figure out if we should make use of this value.\n# - t is temperature, and ignored.\n#\nJSON_API_MAPPING = {\n    \"date\": \"datetime\",\n    \"syssum\": \"consumption\",\n    \"energyimport\": \"import\",  # positive = import\n    \"dts\": \"coal\",\n    \"sumnar\": \"solar\",\n    \"sumsalhit\": \"wind\",\n}\n\n\ndef _fetch_and_parse(session: Session) -> dict[str, Any]:\n    \"\"\"\n    Fetches and parses consumption and production data from a JSON API seen used\n    at https://ndc.energy.mn/.\n    \"\"\"\n    response: Response = session.get(NDC_API)\n    if not response.ok:\n        raise ParserException(\n            parser=\"MN.py\",\n            message=f\"Data request did not succeed: {response.status_code}\",\n        )\n    data = response.json()\n\n    # validate that the expected and required keys are present\n    received_keys = set(data.keys())\n    expected_keys = set(JSON_API_MAPPING.keys())\n    if not set(expected_keys).issubset(received_keys):\n        missing = expected_keys - received_keys\n        raise ParserException(\n            parser=\"MN.py\",\n            message=f\"Fetched JSON didn't include expected keys: {missing}\",\n        )\n\n    # pick out relevant values into a new dictionary with keys with our names\n    result = {JSON_API_MAPPING[k]: data[k] for k in expected_keys}\n\n    # ensure that relevant values are set\n    if None in result.values():\n        raise ParserException(\n            parser=\"MN.py\",\n            message=f\"Fetched values contain null. Fetched data: {result}.\",\n        )\n\n    # parse values\n    for k, v in result.items():\n        if k == \"datetime\":\n            result[k] = datetime.fromisoformat(v).replace(tzinfo=TZ)\n        else:\n            result[k] = float(v)\n    return result\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"MN\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates.\")\n\n    data = _fetch_and_parse(session)\n\n    prod_mix = ProductionMix()\n    prod_mix.add_value(\"coal\", data[\"coal\"])\n    prod_mix.add_value(\"solar\", data[\"solar\"])\n    prod_mix.add_value(\"wind\", data[\"wind\"])\n\n    prod_breakdown_list = ProductionBreakdownList(logger)\n    prod_breakdown_list.append(\n        datetime=data[\"datetime\"],\n        zoneKey=zone_key,\n        source=\"https://ndc.energy.mn/\",\n        production=prod_mix,\n    )\n\n    return prod_breakdown_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"MN\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates.\")\n\n    data = _fetch_and_parse(session)\n\n    consumption_list = TotalConsumptionList(logger)\n    consumption_list.append(\n        datetime=data[\"datetime\"],\n        zoneKey=zone_key,\n        consumption=data[\"consumption\"],\n        source=\"https://ndc.energy.mn/\",\n    )\n\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NED.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom enum import Enum\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nimport pandas as pd\nimport requests\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n)\nfrom electricitymap.contrib.parsers.ENTSOE import ENTSOE_DOMAIN_MAPPINGS\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    parse_production as ENTSOE_parse_production,\n)\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    query_production as ENTSOE_query_production,\n)\nfrom electricitymap.contrib.parsers.lib.config import ProductionModes, refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.types import ZoneKey\n\nURL = \"https://api.ned.nl/v1/utilizations\"\n\nTYPE_MAPPING = {\n    1: ProductionModes.WIND,  # Wind Onshore (Wind)\n    2: ProductionModes.SOLAR,  # Solar (Zon)\n    18: ProductionModes.GAS,  # Fossil Gas Power (Aardgas)\n    19: ProductionModes.COAL,  # Fossil Hard Coal (Steenkool)\n    20: ProductionModes.NUCLEAR,  # Nuclear (Kernenergie)\n    21: ProductionModes.BIOMASS,  # Waste Power (Aftval)\n    25: ProductionModes.BIOMASS,  # Biomass Power (Biomassa)\n    26: ProductionModes.UNKNOWN,  # Other Power (Overig)\n    35: ProductionModes.GAS,  # CHP (WKK)\n    51: ProductionModes.WIND,  # Wind Offshore (ZeeWind)\n}\n\n\nclass NedType(Enum):\n    WIND = 1\n    SOLAR = 2\n    FOSSILGASPOWER = 18\n    FOSSILHARDCOAL = 19\n    NUCLEAR = 20\n    WASTEPOWER = 21\n    BIOMASSPOWER = 25\n    OTHERPOWER = 26\n    WKKTOTAL = 35\n    WINDOFFSHORE = 51\n\n\nclass NedActivity(Enum):\n    PRODUCTION = 1\n    CONSUMPTION = 2\n\n\nclass NedGranularity(Enum):\n    TEN_MINUTES = 3\n    FIFTEEN_MINUTES = 4\n    HOURLY = 5\n    DAILY = 6\n    MONTHLY = 7\n    YEARLY = 8\n\n\nclass NedGranularityTimezone(Enum):\n    UTC = 0\n    LOCAL = 1\n\n\nclass NedClassification(Enum):\n    FORECAST = 1\n    MEASURED = 2\n\n\nclass NedPoint(Enum):\n    NETHERLANDS = 0\n\n\n# kWh to MW conversion based on granularity with 6 decimal places\ndef _kwh_to_mw(kwh: float, granularity: int) -> float:\n    \"\"\"\n    Convert kWh to MW based on the time granularity.\n\n    Args:\n        kwh: Energy in kilowatt-hours\n        granularity: NedGranularity value (3=TEN_MINUTES, 4=FIFTEEN_MINUTES, 5=HOURLY)\n\n    Returns:\n        Power in megawatts\n\n    Raises:\n        ParserException: If granularity is not supported\n    \"\"\"\n    # Map granularity to periods per hour\n    granularity_multipliers = {\n        NedGranularity.TEN_MINUTES.value: 6,  # 6 x 10-minute periods per hour\n        NedGranularity.FIFTEEN_MINUTES.value: 4,  # 4 x 15-minute periods per hour\n        NedGranularity.HOURLY.value: 1,  # 1 hour per hour\n    }\n\n    if granularity not in granularity_multipliers:\n        raise ParserException(\n            parser=\"NED.py\",\n            message=f\"Unsupported granularity: {granularity}. Only TEN_MINUTES, FIFTEEN_MINUTES, and HOURLY are supported.\",\n        )\n\n    multiplier = granularity_multipliers[granularity]\n    return round((kwh / 1000) * multiplier, 6)\n\n\n# It seems the API can take max itemPerPage 200. We fetch x items per page as this is: x = (# types * 4 quaters * n hours) < 200\n# If the itemsPerPage is not a multiple of the types the API sometime skips a type, sometimes duplicates a type!\n# The API does not include the last page number in the response, so we need to keep querying until we get an empty response\ndef call_api(target_datetime: datetime, forecast: bool = False):\n    is_last_page = False\n    pageNum = 1\n    results = []\n\n    itemsPerPage = max(\n        [(len(NedType) * 4 * n) for n in range(1, 6) if (len(NedType) * 4 * n) < 200]\n    )\n\n    while not is_last_page:\n        # API fetches full day of data, so we add 1 day to validfrom[before] to get todays data\n        params = {\n            \"page\": pageNum,\n            \"itemsPerPage\": itemsPerPage,\n            \"point\": NedPoint.NETHERLANDS.value,\n            \"type[]\": [\n                NedType.WIND.value,\n                NedType.SOLAR.value,\n                NedType.FOSSILGASPOWER.value,\n                NedType.FOSSILHARDCOAL.value,\n                NedType.NUCLEAR.value,\n                NedType.WASTEPOWER.value,\n                NedType.BIOMASSPOWER.value,\n                NedType.OTHERPOWER.value,\n                NedType.WKKTOTAL.value,\n                NedType.WINDOFFSHORE.value,\n            ],\n            \"granularity\": NedGranularity.FIFTEEN_MINUTES.value,\n            \"granularitytimezone\": NedGranularityTimezone.UTC.value,\n            \"classification\": NedClassification.FORECAST.value\n            if forecast\n            else NedClassification.MEASURED.value,\n            \"activity\": NedActivity.PRODUCTION.value,\n            \"validfrom[before]\": (\n                target_datetime + timedelta(days=2 if forecast else 1)\n            )\n            .date()\n            .isoformat(),\n            \"validfrom[after]\": (target_datetime - timedelta(days=0 if forecast else 1))\n            .date()\n            .isoformat(),\n        }\n\n        headers = {\"X-AUTH-TOKEN\": get_token(\"NED_TOKEN\"), \"accept\": \"application/json\"}\n        response = requests.get(URL, params=params, headers=headers)\n        if not response.ok:\n            raise ParserException(\n                parser=\"NED.py\",\n                message=f\"Failed to fetch NED data: {response.status_code}, err: {response.text}\",\n            )\n        results += response.json()\n        pageNum += 1\n\n        if response.json() == [] or pageNum > 30:\n            is_last_page = True\n\n    return results\n\n\ndef _get_entsoe_production_data(\n    zone_key: ZoneKey,\n    session: Session,\n    target_datetime: datetime,\n    logger: Logger,\n) -> ProductionBreakdownList:\n    # Add 2 days as ENTSOE fetches data from three days before target_datetime, where NED.nl fetches for target_datetime and day before\n    ENTSOE_raw_data = ENTSOE_query_production(\n        ENTSOE_DOMAIN_MAPPINGS[zone_key],\n        session,\n        target_datetime=(target_datetime + timedelta(days=2)),\n    )\n    if ENTSOE_raw_data is None:\n        raise ParserException(\n            parser=\"NED.py\",\n            message=\"Failed to fetch ENTSOE data\",\n            zone_key=zone_key,\n        )\n    ENTSOE_parsed_data = ENTSOE_parse_production(\n        ENTSOE_raw_data, zoneKey=zone_key, logger=logger\n    )\n\n    return ENTSOE_parsed_data\n\n\ndef format_data(\n    json: Any, logger: Logger, forecast: bool = False\n) -> ProductionBreakdownList:\n    df = pd.DataFrame(json)\n\n    # Capture and parse granularity before dropping it (format: \"/v1/granularities/4\")\n    if \"granularity\" in df.columns and not df.empty:\n        granularity_raw = df[\"granularity\"].iloc[0]\n        granularity = int(granularity_raw.split(\"/\")[-1])\n    else:\n        raise ParserException(\n            parser=\"NED.py\",\n            message=\"Granularity not found in API response\",\n        )\n\n    df.drop(\n        columns=[\n            \"id\",\n            \"point\",\n            \"classification\",\n            \"activity\",\n            \"granularity\",\n            \"granularitytimezone\",\n            \"emission\",\n            \"emissionfactor\",\n            \"capacity\",\n            \"validto\",\n            \"lastupdate\",\n        ],\n        inplace=True,\n    )\n\n    df = df.groupby(by=\"validfrom\")\n\n    formatted_production_data = ProductionBreakdownList(logger)\n    for _group_key, group_df in df:\n        # Add lag to avoid using data that is not yet complete and remove \"future\" data\n        if (\n            datetime.fromisoformat(group_df[\"validfrom\"].iloc[0])\n            > (datetime.now(timezone.utc) - timedelta(hours=0.5))\n            and not forecast\n        ):\n            continue\n        data_dict = group_df.to_dict(orient=\"records\")\n        mix = ProductionMix()\n        for data in data_dict:\n            clean_type = int(data[\"type\"].split(\"/\")[-1])\n            if clean_type in TYPE_MAPPING:\n                mix.add_value(\n                    TYPE_MAPPING[clean_type], _kwh_to_mw(data[\"volume\"], granularity)\n                )\n\n            else:\n                logger.warning(f\"Unknown type: {clean_type}\")\n\n        formatted_production_data.append(\n            zoneKey=ZoneKey(\"NL\"),\n            datetime=group_df[\"validfrom\"].iloc[0],\n            production=mix,\n            source=\"ned.nl\",\n            sourceType=EventSourceType.forecasted\n            if forecast\n            else EventSourceType.measured,\n        )\n\n    return formatted_production_data\n\n\n@refetch_frequency(timedelta(hours=24))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"NL\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    target_datetime = target_datetime or datetime.now(timezone.utc)\n\n    json_data = call_api(target_datetime)\n    NED_data = format_data(json_data, logger)\n\n    all_dates = [item.get(\"datetime\") for item in NED_data.to_list()]\n\n    if all(\n        date >= datetime(2021, 1, 1, tzinfo=timezone.utc)\n        for date in all_dates\n        if date is not None\n    ):\n        return NED_data.to_list()\n\n    else:\n        ENTSOE_data = _get_entsoe_production_data(\n            zone_key, session, target_datetime, logger\n        )\n        combined_data = ProductionBreakdownList.update_production_breakdowns(\n            ENTSOE_data, NED_data, logger, matching_timestamps_only=True\n        )\n        return combined_data.to_list()\n\n\ndef fetch_production_forecast(\n    zone_key: ZoneKey = ZoneKey(\"NL\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    target_datetime = target_datetime or datetime.now(timezone.utc)\n    json_data = call_api(target_datetime, forecast=True)\n    NED_data = format_data(json_data, logger, forecast=True)\n\n    return NED_data.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NG.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parser for the Nigerian electricity grid\"\"\"\n\nimport re\nimport urllib.parse\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport bs4\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib import config\nfrom electricitymap.contrib.types import ZoneKey\n\nAPI_URL = urllib.parse.urlparse(\"https://niggrid.org/GenerationProfile2\")\nAPI_URL_STRING = API_URL.geturl()\nNORMALISE = {\n    \"gas\": \"gas\",\n    \"gas/steam\": \"gas\",\n    \"hydro\": \"hydro\",\n    # Per the \"Electricity generation by source\" plot at\n    # https://www.iea.org/countries/nigeria, the majority of Nigeria's\n    # generation comes from natural gas, so \"steam\" most likely implies \"gas\";\n    # therefore, we do not map \"steam\" to \"unknown\" (coal/gas/oil). See issues\n    # #2570 and #3651 for more information.\n    \"steam\": \"gas\",\n}\nPATTERN = re.compile(r\"\\((.*)\\)\")\nTIMEZONE = ZoneInfo(\"Africa/Lagos\")\n\n\ndef get_data(session: Session, logger: Logger, timestamp: datetime):\n    # GET the landing page (HTML) and scrape some form data from it.\n    response = session.get(API_URL_STRING)\n    soup = bs4.BeautifulSoup(response.text, \"html.parser\")\n    data = {tag[\"name\"]: tag[\"value\"] for tag in soup.find_all(\"input\")}\n    data[\"ctl00$MainContent$txtReadingDate\"] = timestamp.strftime(\"%Y/%m/%d\")\n\n    # Send a POST request for the desired grid data using parameters from the\n    # landing page form. The grid data is presented as an HTML table; we ignore\n    # its header and footer rows.\n    response = session.post(API_URL_STRING, data=data)\n    rows = bs4.BeautifulSoup(response.text, \"html.parser\").find_all(\"tr\")[1:-1]\n\n    # Values from the future should not be returned\n    max_hour = min(\n        int(\n            (datetime.now(TIMEZONE) - timestamp.replace(hour=0)).total_seconds() / 3600\n        ),\n        24,\n    )\n\n    production_dict = {}\n    production_mix = ProductionMix()\n\n    for hour in range(0, max_hour):\n        production_dict[timestamp.replace(hour=hour)] = production_mix.copy()\n\n    for row in rows:\n        _, source, *power, _ = (tag.text for tag in row.find_all(\"td\"))\n        try:\n            technology = NORMALISE[PATTERN.search(source).group(1).casefold()]\n        except (AttributeError, KeyError):\n            logger.warning(f\"Unexpected source '{source.strip()}' encountered\")\n            continue\n        for hour in range(0, max_hour):\n            production_dict[timestamp.replace(hour=hour)].add_value(\n                technology,\n                float(power.pop(0)),\n            )\n    return production_dict\n\n\n@config.refetch_frequency(timedelta(hours=24))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"NG\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n\n    if target_datetime is None:\n        target_datetime = datetime.now(timezone.utc)\n    timestamp = target_datetime.replace(minute=0, second=0, microsecond=0).astimezone(\n        TIMEZONE\n    )\n\n    session = session or Session()\n    production_dict = get_data(session=session, logger=logger, timestamp=timestamp)\n\n    # Add data from previous day if few hours ago to update preliminary data\n    if len(production_dict) < 12:\n        production_dict = production_dict | get_data(\n            session=session, logger=logger, timestamp=timestamp - timedelta(days=1)\n        )\n\n    production_list = ProductionBreakdownList(logger=logger)\n    for ts in production_dict:\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=ts,\n            production=production_dict[ts],\n            source=API_URL.netloc,\n        )\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(fetch_production())\n    print(\n        fetch_production(target_datetime=datetime.fromisoformat(\"2022-03-09T15:00:00\"))\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NI.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib import config\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nTIMEZONE = ZoneInfo(\"America/Managua\")\n\nPRICE_URL = (\n    \"http://www.cndc.org.ni/consultas/infoRelevanteSIN/consultaCostoMarginal.php\"\n)\n\n\nPRODUCTION_TYPE_TO_PRODUCTION_MODE = {\n    \"EOLICA\": \"wind\",\n    \"GEOTERMICA\": \"geothermal\",\n    \"BIOMASA\": \"biomass\",\n    \"HIDROELECTRICA\": \"hydro\",\n    \"SOLAR\": \"solar\",\n    \"TERMICA\": \"oil\",\n    # \"MER\" is imports and exports\n}\n\nZONE_KEYS_TO_INTERCONNECTION = {\n    \"CR->NI\": [\"amy\", \"lvg\"],\n    \"HN->NI\": [\"snd\", \"leon\"],\n}\n\n\ndef extract_text(full_text: str, start_text: str, end_text: str | None = None):\n    start = full_text.find(start_text)\n\n    if start == -1:\n        return full_text\n\n    start += len(start_text)\n\n    if not end_text:\n        return full_text[start:]\n\n    end = full_text.find(end_text, start)\n\n    if end == -1:\n        return full_text[start:]\n    else:\n        return full_text[start:end]\n\n\n@config.refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str = \"NI\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of Nicaragua.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    url = \"https://www.cndc.org.ni/graficos/consultarGeneracionPorTipo\"\n\n    requests_obj = session or Session()\n    response = requests_obj.get(url)\n    if not response.ok:\n        raise ParserException(\n            f\"Exception when fetching production error code for {zone_key}: {response.status_code}: {response.text}\",\n        )\n\n    response_payload = response.json().get(\"GeneracionTipo\")\n    response_df = pd.DataFrame(response_payload).set_index(\"fecha_hora\")\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n\n    for idx in response_df.index.unique():\n        production_mix = ProductionMix()\n        time = datetime.strptime(idx, \"%Y-%m-%d %H:%M:%S\").replace(tzinfo=TIMEZONE)\n\n        for _, item in response_df.loc[idx].iterrows():\n            production_type = item.get(\"tipo\")\n            production_mode = PRODUCTION_TYPE_TO_PRODUCTION_MODE.get(production_type)\n\n            if production_mode is None:\n                continue\n\n            value = float(item.get(\"valor\"))\n            production_mix.add_value(production_mode, value)\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=time,\n            source=\"cndc.org.ni\",\n            production=production_mix,\n        )\n\n    return production_breakdown_list.to_list()\n\n\n@config.refetch_frequency(timedelta(minutes=45))\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two regions.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    url = \"https://www.cndc.org.ni/Inicio/ConsultarTipoGeneracion\"\n\n    requests_obj = session or Session()\n    response = requests_obj.get(url)\n\n    if not response.ok:\n        raise ParserException(\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n        )\n\n    response_payload = response.json().get(\"interconexion\")[0]\n    time = datetime.strptime(\n        response.json().get(\"tipoGeneracion\")[0].get(\"fecha_hora\"), \"%Y-%m-%d %H:%M:%S\"\n    ).replace(tzinfo=TIMEZONE)\n\n    # Cross-comparing regional data on https://www.enteoperador.org/flujos-regionales-en-tiempo-real/\n    # and NI data (both fairly real-time), we can see that negative is import to NI, and positive is export from NI.\n\n    # Because in both possible sorted_zone_key values (HN->NI and CR->NI) NI is second,\n    # we expect netFlow to be positive when NI is importing, and negative when NI is exporting.\n    # So multiply value reported by the MAP_URL by -1.\n\n    if sorted_zone_keys in ZONE_KEYS_TO_INTERCONNECTION:\n        interchange_list = [\n            float(response_payload.get(con).replace(\",\", \".\"))\n            for con in ZONE_KEYS_TO_INTERCONNECTION.get(sorted_zone_keys)\n        ]\n\n        flow = -1 * sum(interchange_list)\n\n    else:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n\n    exchange_list = ExchangeList(logger)\n    exchange_list.append(\n        zoneKey=ZoneKey(sorted_zone_keys),\n        datetime=time,\n        netFlow=flow,\n        source=\"cndc.org.ni\",\n    )\n    return exchange_list.to_list()\n\n\n@config.refetch_frequency(timedelta(minutes=45))\ndef fetch_price(\n    zone_key: str = \"NI\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the most recent known power prices in Nicaragua grid.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    url = \"https://www.cndc.org.ni/Inicio/consultarInfoTecnicaRelevante\"\n    requests_obj = session or Session()\n    response = requests_obj.get(url)\n    if not response.ok:\n        raise ParserException(\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n        )\n\n    respose_payload = response.json()\n\n    date = respose_payload.get(\"fecha\")\n    hours = respose_payload.get(\"hora\")\n\n    price_date = datetime.strptime(f\"{date} {hours}\", \"%d/%m/%Y %H\").replace(\n        tzinfo=TIMEZONE\n    )\n    price = respose_payload.get(\"costoMarginal\")[0].get(\"valor\")\n\n    price_list = PriceList(logger)\n    price_list.append(\n        zoneKey=ZoneKey(zone_key),\n        datetime=price_date,\n        price=price,\n        currency=\"USD\",\n        source=\"cndc.org.ni\",\n    )\n    return price_list.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NL.py",
    "content": "from copy import copy\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\n\nimport pandas as pd\nfrom requests import Session, get\n\nfrom electricitymap.contrib.config import ZONES_CONFIG\nfrom electricitymap.contrib.parsers import DK, ENTSOE\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\nZONE_CONFIG = ZONES_CONFIG[\"NL\"]\nUTC = timezone.utc\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"NL\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    target_datetime = (\n        datetime.now(UTC)\n        if target_datetime is None\n        else target_datetime.astimezone(UTC)\n    )\n\n    r = session or Session()\n\n    consumptions = ENTSOE.fetch_consumption(\n        zone_key=zone_key, session=r, target_datetime=target_datetime, logger=logger\n    )\n    if not consumptions:\n        return\n    for c in consumptions:\n        del c[\"source\"]\n    df_consumptions = pd.DataFrame.from_dict(consumptions)\n    df_consumptions[\"datetime\"] = df_consumptions[\"datetime\"].apply(\n        lambda x: x.replace(tzinfo=UTC)\n    )\n\n    # NL has exchanges with BE, DE, NO, GB, DK-DK1\n    exchanges = []\n    for exchange_key in [\"BE\", \"DE\", \"GB\", \"NO-NO2\"]:\n        zone_1, zone_2 = sorted([exchange_key, zone_key])\n        exchange = ENTSOE.fetch_exchange(\n            zone_key1=zone_1,\n            zone_key2=zone_2,\n            session=r,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n        if not exchange:\n            return\n        exchanges.extend(exchange or [])\n\n    # add DK1 data (only for dates after operation)\n    if target_datetime > datetime(2019, 8, 24, tzinfo=UTC):\n        zone_1, zone_2 = sorted([\"DK-DK1\", zone_key])\n        df_dk = pd.DataFrame(\n            DK.fetch_exchange(\n                zone_key1=zone_1,\n                zone_key2=zone_2,\n                session=r,\n                target_datetime=target_datetime,\n                logger=logger,\n            )\n        )\n\n        # Because other exchanges and consumption data is only available per hour\n        # we floor the timpstamp to hour and group by hour with averaging of netFlow\n        df_dk[\"datetime\"] = df_dk[\"datetime\"].dt.floor(\"H\")\n        exchange_DK = (\n            df_dk.groupby([\"datetime\"])\n            .aggregate({\"netFlow\": \"mean\", \"sortedZoneKeys\": \"max\", \"source\": \"max\"})\n            .reset_index()\n        )\n\n        # because averaging with high precision numbers leads to rounding errors\n        exchange_DK = exchange_DK.round({\"netFlow\": 3})\n\n        exchanges.extend(exchange_DK.to_dict(orient=\"records\"))\n\n    # We want to know the net-imports into NL, so if NL is in zone_1 we need\n    # to flip the direction of the flow. E.g. 100MW for NL->DE means 100MW\n    # export to DE and needs to become -100MW for import to NL.\n    for e in exchanges:\n        if e[\"sortedZoneKeys\"].startswith(\"NL->\"):\n            e[\"NL_import\"] = -1 * e[\"netFlow\"]\n        else:\n            e[\"NL_import\"] = e[\"netFlow\"]\n        del e[\"source\"]\n        del e[\"netFlow\"]\n\n    df_exchanges = pd.DataFrame.from_dict(exchanges)\n    df_exchanges[\"datetime\"] = df_exchanges[\"datetime\"].apply(\n        lambda x: x.replace(tzinfo=UTC)\n    )\n    # Sum all exchanges to NL imports\n    df_exchanges = df_exchanges.groupby(\"datetime\").sum(\n        numeric_only=True,\n    )\n\n    # Fill missing values by propagating the value forward\n    df_consumptions_with_exchanges = df_consumptions.join(df_exchanges).fillna(\n        method=\"ffill\", limit=3\n    )  # Limit to 3 x 15min\n\n    # Load = Generation + netImports\n    # => Generation = Load - netImports\n    df_total_generations = (\n        df_consumptions_with_exchanges[\"consumption\"]\n        - df_consumptions_with_exchanges[\"NL_import\"]\n    )\n\n    # Fetch all production\n    productions = ENTSOE.fetch_production(\n        zone_key=zone_key, session=r, target_datetime=target_datetime, logger=logger\n    )\n    if not productions:\n        return\n\n    # Flatten production dictionaries (we ignore storage)\n    for p in productions:\n        # if for some reason theré's no unknown value\n        if \"unknown\" not in p[\"production\"] or p[\"production\"][\"unknown\"] is None:\n            p[\"production\"][\"unknown\"] = 0\n\n        Z = sum([x or 0 for x in p[\"production\"].values()])\n        # Only calculate the difference if the datetime exists\n        # If total ENTSOE reported production (Z) is less than total generation\n        # (calculated from consumption and imports), then there must be some\n        # unknown production missing, so we add the difference.\n        # The difference can actually be negative, because consumption is based\n        # on TSO network load, but locally generated electricity may never leave\n        # the DSO network and be substantial (e.g. Solar).\n        if (\n            p[\"datetime\"] in df_total_generations\n            and df_total_generations[p[\"datetime\"]] > Z\n        ):\n            p[\"production\"][\"unknown\"] = round(\n                (df_total_generations[p[\"datetime\"]] - Z + p[\"production\"][\"unknown\"]),\n                3,\n            )\n\n    # Add capacities\n    solar_capacity_df = get_solar_capacities()\n    wind_capacity_df = get_wind_capacities()\n    for p in productions:\n        p[\"capacity\"] = {\n            \"solar\": round(get_solar_capacity_at(p[\"datetime\"], solar_capacity_df), 3),\n            \"wind\": round(get_wind_capacity_at(p[\"datetime\"], wind_capacity_df), 3),\n        }\n\n    # Filter invalid\n    # We should probably add logging to this\n    return [p for p in productions if p[\"production\"][\"unknown\"] > 0]\n\n\ndef get_wind_capacities() -> pd.DataFrame:\n    url_wind_capacities = \"https://api.windstats.nl/stats\"\n\n    capacities_df = pd.DataFrame(columns=[\"datetime\", \"capacity (MW)\"])\n    try:\n        r = get(url_wind_capacities)\n        per_year_split_capacity = r.json()[\"combinedPowerPerYearSplitByLandAndSea\"]\n    except Exception as e:\n        Logger.error(f\"Error fetching wind capacities: {e}\")\n        return capacities_df\n\n    per_year_capacity = {\n        f\"{year}-01-01 00:00:00+00:00\": sum(split.values())\n        for (year, split) in per_year_split_capacity.items()\n    }\n\n    capacities_df[\"datetime\"] = pd.to_datetime(list(per_year_capacity.keys()))\n    capacities_df[\"capacity (MW)\"] = list(per_year_capacity.values())\n    capacities_df = capacities_df.set_index(\"datetime\")\n\n    return capacities_df\n\n\ndef get_solar_capacities() -> pd.DataFrame:\n    solar_capacity_base_url = \"https://opendata.cbs.nl/ODataApi/odata/82610ENG/UntypedDataSet?$filter=((EnergySourcesTechniques+eq+%27E006590+%27))+and+(\"\n\n    START_YEAR = 2010\n    end_year = datetime.now(UTC).year\n\n    years = list(range(START_YEAR, end_year + 1))\n    url_solar_capacity = copy(solar_capacity_base_url)\n\n    for i, year in enumerate(years):\n        if i == len(years) - 1:\n            url_solar_capacity += f\"(Periods+eq+%27{year}JJ00%27))\"\n        else:\n            url_solar_capacity += f\"(Periods+eq+%27{year}JJ00%27)+or+\"\n\n    solar_capacity_df = pd.DataFrame(columns=[\"datetime\", \"capacity (MW)\"])\n\n    try:\n        r = get(url_solar_capacity)\n        per_year_capacity = r.json()[\"value\"]\n    except Exception as e:\n        Logger.error(f\"Error fetching solar capacities: {e}\")\n        return solar_capacity_df\n\n    for yearly_row in per_year_capacity:\n        capacity = float(yearly_row[\"ElectricalCapacityEndOfYear_8\"])\n        year = yearly_row[\"Periods\"].split(\"JJ\")[0]\n        dt = datetime(int(year), 1, 1, tzinfo=UTC)\n        solar_capacity_df = solar_capacity_df.append(\n            {\"datetime\": dt, \"capacity (MW)\": capacity}, ignore_index=True\n        )\n    solar_capacity_df = solar_capacity_df.set_index(\"datetime\")\n\n    return solar_capacity_df\n\n\ndef _get_capacity_at(date: datetime, mode: str, capacity_df: pd.DataFrame) -> float:\n    assert mode in [\"solar\", \"wind\"]\n    default_capacity = ZONE_CONFIG[\"capacity\"][mode]\n    if capacity_df.empty:\n        return default_capacity\n    latest_year = date.year\n    while latest_year > 2015:\n        # Latest capacity for the year to date might not have been published yet, so revert back to latest known year\n        if capacity_df[capacity_df.index.year == latest_year][\"capacity (MW)\"].empty:\n            latest_year -= 1\n        else:\n            return float(\n                capacity_df[capacity_df.index.year == latest_year][\"capacity (MW)\"][0]\n            )\n    return default_capacity\n\n\ndef get_solar_capacity_at(date: datetime, solar_capacity_df: pd.DataFrame) -> float:\n    return _get_capacity_at(date, \"solar\", solar_capacity_df)\n\n\ndef get_wind_capacity_at(date: datetime, wind_capacity_df: pd.DataFrame) -> float:\n    return _get_capacity_at(date, \"wind\", wind_capacity_df)\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NO-NO4_SE.py",
    "content": "from collections.abc import Callable\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Literal\n\nfrom requests import Session\n\nfrom .ENTSOE import fetch_exchange as fetch_ENTSOE_exchange\nfrom .ENTSOE import fetch_exchange_forecast as fetch_ENTSOE_exchange_forecast\nfrom .lib.config import refetch_frequency\nfrom .lib.exceptions import ParserException\n\n\"\"\"\nFetches data for the NO-NO4->SE-SE1 and NO-NO4->SE-SE2 exchanges\nby wrapping the ENTSOE.py parser and combining the data from the two\nto produce a single data list for the NO-NO4->SE exchange.\n\"\"\"\n\nEXCHANGE_FUNCTION_MAP: dict[str, Callable] = {\n    \"exchange\": fetch_ENTSOE_exchange,\n    \"exchange_forecast\": fetch_ENTSOE_exchange_forecast,\n}\n\n\ndef fetch_data(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None,\n    target_datetime: datetime | None,\n    logger: Logger,\n    exchange_type: Literal[\"exchange\", \"exchange_forecast\"],\n) -> list[dict]:\n    if target_datetime is None:\n        target_datetime = datetime.now(timezone.utc)\n\n    # NO-NO4 to SE-SE1\n    SE1_dataList = EXCHANGE_FUNCTION_MAP[exchange_type](\n        zone_key1=\"NO-NO4\",\n        zone_key2=\"SE-SE1\",\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    # NO-NO4 to SE-SE2\n    SE2_dataList = EXCHANGE_FUNCTION_MAP[exchange_type](\n        zone_key1=\"NO-NO4\",\n        zone_key2=\"SE-SE2\",\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n    )\n    returnList: list[dict] = []\n\n    # Compare the length and datetimes of the two data lists and\n    # if they are the same combine the data from the two lists.\n    if (\n        len(SE1_dataList) == len(SE2_dataList)\n        and SE1_dataList[0][\"datetime\"] == SE2_dataList[0][\"datetime\"]\n        and SE1_dataList[-1][\"datetime\"] == SE2_dataList[-1][\"datetime\"]\n    ):\n        logger.info(\"Clean match! Merging data with zip\")\n        for SE1, SE2 in zip(SE1_dataList, SE2_dataList, strict=True):\n            returnList.append(\n                {\n                    \"datetime\": SE1[\"datetime\"],\n                    \"netFlow\": SE1[\"netFlow\"] + SE2[\"netFlow\"],\n                    \"sortedZoneKeys\": \"NO-NO4->SE\",\n                    \"source\": SE1[\"source\"],\n                }\n            )\n\n    # Parse values from the two lists and loop over them to find missing datetimes\n    # if the two lists are not of equal length and do not have the same datetimes.\n    else:\n        logger.info(\"Data mismatch! Recursively looping over lists to match data\")\n        for SE1_data in SE1_dataList:\n            for SE2_data in SE2_dataList:\n                if SE1_data[\"datetime\"] == SE2_data[\"datetime\"]:\n                    returnList.append(\n                        {\n                            \"datetime\": SE1_data[\"datetime\"],\n                            \"netFlow\": SE1_data[\"netFlow\"] + SE2_data[\"netFlow\"],\n                            \"sortedZoneKeys\": \"NO-NO4->SE\",\n                            \"source\": SE1_data[\"source\"],\n                        }\n                    )\n    if returnList != []:\n        return returnList\n    else:\n        raise ParserException(\n            parser=\"NO-NO4_SE.py\",\n            message=f\"No matching exchange data found between {zone_key1} and {zone_key2} at {target_datetime}.\",\n        )\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange(\n    zone_key1: str = \"NO-NO4\",\n    zone_key2: str = \"SE\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    return fetch_data(\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        exchange_type=\"exchange\",\n    )\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange_forecast(\n    zone_key1: str = \"NO-NO4\",\n    zone_key2: str = \"SE\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    return fetch_data(\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        exchange_type=\"exchange_forecast\",\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NORDPOOL.py",
    "content": "from dataclasses import dataclass\nfrom datetime import datetime, timedelta, timezone\nfrom enum import Enum\nfrom logging import Logger, getLogger\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ExchangeList, PriceList\nfrom electricitymap.contrib.types import ZoneKey\n\nfrom .lib.config import refetch_frequency\nfrom .lib.utils import get_token\n\n\"\"\"\nParser for the Nordpool API.\nAPI documentation: https://data-api.nordpoolgroup.com/index.html\n\"\"\"\n\nNORDPOOL_BASE_URL = \"https://data-api.nordpoolgroup.com/api/v2/\"\n\n\n@dataclass\nclass NordpoolToken:\n    token: str\n    expiration: datetime\n\n    @property\n    def is_expired(self) -> bool:\n        return datetime.now(tz=timezone.utc) > self.expiration + timedelta(minutes=5)\n\n\nCURRENT_TOKEN: NordpoolToken | None = None\n\nSOURCE = \"nordpool.com\"\n\n\nclass NORDPOOL_API_ENDPOINT(Enum):\n    PRICE = \"Auction/Prices/ByAreas\"\n    EXCHANGE = \"PowerSystem/Exchanges/ByAreas\"\n\n\nclass MARKET_TYPE(Enum):\n    DAY_AHEAD = \"DayAhead\"\n    GB_DAY_AHEAD = \"GbHalfHour_DayAhead\"\n\n\nclass CURRENCY(Enum):\n    EUR = \"EUR\"\n    DKK = \"DKK\"\n    SEK = \"SEK\"\n    NOK = \"NOK\"\n    GBP = \"GBP\"\n    PLN = \"PLN\"\n    RON = \"RON\"\n\n\nZONE_MAPPING = {\n    \"AT\": \"AT\",\n    \"BE\": \"BE\",\n    \"DK-DK1\": \"DK1\",\n    \"DK-DK2\": \"DK2\",\n    \"DE\": \"GER\",\n    \"EE\": \"EE\",\n    \"FI\": \"FI\",\n    \"FR\": \"FR\",\n    \"GB\": \"UK\",\n    \"LT\": \"LT\",\n    \"LV\": \"LV\",\n    \"NL\": \"NL\",\n    \"NO-NO1\": \"NO1\",\n    \"NO-NO2\": \"NO2\",\n    \"NO-NO3\": \"NO3\",\n    \"NO-NO4\": \"NO4\",\n    \"NO-NO5\": \"NO5\",\n    \"PL\": \"PL\",\n    \"SE-SE1\": \"SE1\",\n    \"SE-SE2\": \"SE2\",\n    \"SE-SE3\": \"SE3\",\n    \"SE-SE4\": \"SE4\",\n    \"RU-1\": \"RU\",\n    \"RU-KGD\": \"LKAL\",\n}\n\nINVERTED_ZONE_MAPPING = {value: key for key, value in ZONE_MAPPING.items()}\n\n\ndef _generate_new_nordpool_token(session: Session) -> NordpoolToken:\n    URL = \"https://sts.nordpoolgroup.com/connect/token\"\n    username = get_token(\"EMAPS_NORDPOOL_USERNAME\")\n    password = get_token(\"EMAPS_NORDPOOL_PASSWORD\")\n    headers = {\n        \"accept\": \"application/json\",\n        \"Authorization\": \"Basic Y2xpZW50X21hcmtldGRhdGFfYXBpOmNsaWVudF9tYXJrZXRkYXRhX2FwaQ==\",  # This is a public key listed in the Nordpool API documentation\n        \"Content-Type\": \"application/x-www-form-urlencoded\",\n    }\n    data = {\n        \"grant_type\": \"password\",\n        \"scope\": \"marketdata_api\",\n        \"username\": username,\n        \"password\": password,\n    }\n    response = session.post(URL, headers=headers, data=data)\n    response = _handle_status_code(response, getLogger(__name__))\n    token_data = response.json()\n    token = NordpoolToken(\n        token=token_data[\"access_token\"],\n        expiration=datetime.now(tz=timezone.utc)\n        + timedelta(seconds=token_data[\"expires_in\"]),\n    )\n\n    return token\n\n\ndef _handle_status_code(response: Response, logger: Logger) -> Response:\n    match response.status_code:\n        case 200:\n            return response\n        case 400:\n            # Bad request\n            raise ValueError(f\"Bad request: {response.text}\")\n        case 401:\n            # Unauthorized\n            raise PermissionError(f\"Unauthorized access: {response.text}\")\n        case 403:\n            # Forbidden\n            raise PermissionError(f\"Forbidden access: {response.text}\")\n        case _:\n            # Other errors\n            raise Exception(\n                f\"Unexpected error: Code: {response.status_code}, Text: {response.text}\"\n            )\n\n\n# TODO: Remove this when we run on Python 3.11 or above\ndef zulu_to_utc(datetime_string: str) -> str:\n    \"\"\"Converts a zulu time string to a UTC time string.\"\"\"\n    return datetime_string.replace(\"Z\", \"+00:00\")\n\n\ndef _query_nordpool(\n    endpoint: NORDPOOL_API_ENDPOINT,\n    params: dict[str, str],\n    logger: Logger,\n    session: Session,\n):\n    global CURRENT_TOKEN\n    if CURRENT_TOKEN is None or CURRENT_TOKEN.is_expired:\n        CURRENT_TOKEN = _generate_new_nordpool_token(session)\n    headers = {\n        \"Authorization\": f\"Bearer {CURRENT_TOKEN.token}\",\n    }\n\n    response = session.get(\n        f\"{NORDPOOL_BASE_URL}{endpoint.value}\", params=params, headers=headers\n    )\n\n    response = _handle_status_code(response, logger)\n    return response\n\n\ndef _parse_price(response: Response, logger: Logger) -> PriceList:\n    price_list = PriceList(logger)\n    json = response.json()[0]\n    prices = json[\"prices\"]\n    for price in prices:\n        price_list.append(\n            zoneKey=ZoneKey(INVERTED_ZONE_MAPPING[json[\"deliveryArea\"]]),\n            price=price[\"price\"],\n            datetime=datetime.fromisoformat(zulu_to_utc(price[\"deliveryStart\"])),\n            currency=json[\"currency\"],\n            source=SOURCE,\n        )\n    return price_list\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    target_datetime = target_datetime or datetime.now()\n    params = {\n        \"areas\": f\"{ZONE_MAPPING[zone_key]}\",\n        \"currency\": CURRENCY.EUR.value\n        if zone_key != ZoneKey(\"GB\")  # GB uses GBP not EUR\n        else CURRENCY.GBP.value,\n        \"market\": MARKET_TYPE.DAY_AHEAD.value\n        if zone_key != ZoneKey(\"GB\")  # GB uses it's own 30 minute TMU day ahead market\n        else MARKET_TYPE.GB_DAY_AHEAD.value,\n        \"date\": target_datetime.date().isoformat(),\n    }\n    response_target = _query_nordpool(\n        NORDPOOL_API_ENDPOINT.PRICE, params, logger, session\n    )\n    params[\"date\"] = (target_datetime + timedelta(days=1)).date().isoformat()\n    response_target_day_ahead = _query_nordpool(\n        NORDPOOL_API_ENDPOINT.PRICE, params, logger, session\n    )\n    price_data_target: PriceList = _parse_price(response_target, logger)\n    price_data_target_day_ahead: PriceList = _parse_price(\n        response_target_day_ahead, logger\n    )\n\n    return (price_data_target + price_data_target_day_ahead).to_list()\n\n\ndef _parse_exchange(response: Response, logger: Logger, target_zone) -> ExchangeList:\n    exchange_list = ExchangeList(logger)\n    json = response.json()[0]\n    exchanges = json[\"exchanges\"]\n    for exchange in exchanges:\n        for connection in exchange[\"byConnections\"]:\n            if connection[\"area\"] == ZONE_MAPPING[target_zone]:\n                exchange_list.append(\n                    zoneKey=ZoneKey(\n                        f\"{INVERTED_ZONE_MAPPING[json['deliveryArea']]}->{INVERTED_ZONE_MAPPING[connection['area']]}\"\n                    ),\n                    netFlow=-connection[\n                        \"netPosition\"\n                    ],  # Import is positive, export is negative\n                    datetime=datetime.fromisoformat(\n                        zulu_to_utc(exchange[\"deliveryStart\"])\n                    ),\n                    source=SOURCE,\n                )\n    return exchange_list\n\n\n@refetch_frequency(timedelta(days=2))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets exchange status between two specified zones.\n    Only supports Nordpool zones.\n    \"\"\"\n    session = session or Session()\n    target_datetime = target_datetime or datetime.now()\n    params = {\n        \"areas\": f\"{ZONE_MAPPING[zone_key1]}\",\n        \"date\": target_datetime.date().isoformat(),\n    }\n    response_target = _query_nordpool(\n        NORDPOOL_API_ENDPOINT.EXCHANGE, params, logger, session\n    )\n    exchange_data = _parse_exchange(\n        response=response_target,\n        logger=logger,\n        target_zone=zone_key2,\n    )\n    # Request the day before as well so we get overlapping data\n    params[\"date\"] = (target_datetime - timedelta(days=1)).date().isoformat()\n    response_target_day_before = _query_nordpool(\n        NORDPOOL_API_ENDPOINT.EXCHANGE, params, logger, session\n    )\n    exchange_data_day_before = _parse_exchange(\n        response=response_target_day_before,\n        logger=logger,\n        target_zone=zone_key2,\n    )\n    # Combines both ExchangeLists and return them as a native list.\n    return (exchange_data + exchange_data_day_before).to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NTESMO.py",
    "content": "\"\"\"Parser for AU-NT using https://ntesmo.com.au data, the electricity market operator for the Northen Territories.\nUses some webscrapping as no API seems to be available. Data is available in the form of daily xslx files.\nMapping is done using EDL's website and Territory Generation.\nhttps://edlenergy.com/project/pine-creek/\nhttps://territorygeneration.com.au/about-us/our-power-stations/\n\"\"\"\n\nimport collections\nimport logging\nimport math\nimport re\nfrom collections.abc import Iterable, Iterator\nfrom datetime import date, datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any, TypedDict\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Session\nfrom requests.adapters import Retry\n\nfrom electricitymap.contrib.lib.models.event_lists import TotalConsumptionList\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, retry_policy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"NTESMO.py\"\nAUSTRALIA_TZ = ZoneInfo(\"Australia/Darwin\")\nZONE_KEY = ZoneKey(\"AU-NT\")\n\nAPI_URL = \"https://ntesmo.com.au/data/daily-trading\"\n\n\nclass Generator(TypedDict):\n    power_plant: str\n    fuel_type: str\n\n\nPLANT_MAPPING = {\n    \"C1\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C2\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C3\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C4\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C5\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C6\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C7\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C8\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"C9\": Generator(power_plant=\"Channel Island Power Station\", fuel_type=\"gas\"),\n    \"W1\": Generator(power_plant=\"Weddell Power Station\", fuel_type=\"gas\"),\n    \"W2\": Generator(power_plant=\"Weddell Power Station\", fuel_type=\"gas\"),\n    \"W3\": Generator(power_plant=\"Weddell Power Station\", fuel_type=\"gas\"),\n    \"LMS\": Generator(\n        power_plant=\"LMS Energy from the Shoal Bay landfill\", fuel_type=\"biomass\"\n    ),\n    \"K1\": Generator(power_plant=\"Katherine Power Station\", fuel_type=\"gas\"),\n    \"K2\": Generator(power_plant=\"Katherine Power Station\", fuel_type=\"gas\"),\n    \"K3\": Generator(power_plant=\"Katherine Power Station\", fuel_type=\"gas\"),\n    \"K4\": Generator(power_plant=\"Katherine Power Station\", fuel_type=\"gas\"),\n    \"P1\": Generator(power_plant=\"Pine Creek Power Station\", fuel_type=\"gas\"),\n    \"P2\": Generator(power_plant=\"Pine Creek Power Station\", fuel_type=\"gas\"),\n    \"P3\": Generator(power_plant=\"Pine Creek Power Station\", fuel_type=\"gas\"),\n    \"KS01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"MY01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"BJ01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"BP01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"HP01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"RD01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"RB01\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"RB02\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n    \"RB03\": Generator(power_plant=\"\", fuel_type=\"unknown\"),\n}\n\n# For some reason the page doesn't always load on first attempt.\n# Therefore we retry a few times.\nretry_strategy = Retry(\n    total=3,\n    status_forcelist=[500, 502, 503, 504],\n)\n\n\ndef _scan_daily_report_urls(\n    urls: Iterable[str], session: Session\n) -> Iterator[tuple[date, str]]:\n    \"\"\"Scans pages of daily report cards yielding links to the excel data files for each day.\"\"\"\n\n    for url in urls:\n        response = session.get(url)\n        if not response.ok:\n            raise ParserException(\n                PARSER,\n                f\"Exception when fetching daily trading data error code: {response.status_code}: {response.text}\",\n            )\n\n        page = response.text\n        soup = BeautifulSoup(page, \"html.parser\")\n        for a in soup.find_all(\"a\", href=True):\n            if a[\"href\"].startswith(\"https://ntesmo.com.au/__data/assets/excel_doc/\"):\n                timestamp = a.find(\"div\", {\"class\": \"smp-tiles-article__title\"}).text\n\n                try:\n                    date_time = datetime.strptime(timestamp, \"%d %B %Y\")\n                except ValueError:\n                    # some dates are not formatted properly or will contain extra information\n                    # e.g. \"05 April 2018 - Publishing Recommencement\", \"05 January 2018 - System Notice\", \"18 June2018\"\n                    # so extract individual %d %B %Y groups, potentially separated by 0 or more spaces\n                    match = re.search(r\"(\\d{2})\\s*([a-zA-Z]+)\\s*(\\d{4})\", timestamp)\n                    if not match:\n                        raise\n                    cleaned_timestamp = \" \".join(match.groups())\n\n                    # some timestamps have typos e.g.  \"02 Januray 2019\"\n                    cleaned_timestamp = cleaned_timestamp.replace(\"Januray\", \"January\")\n\n                    date_time = datetime.strptime(cleaned_timestamp, \"%d %B %Y\")\n\n                dt = date_time.replace(tzinfo=AUSTRALIA_TZ).date()\n                yield dt, a[\"href\"]\n\n\ndef _find_link_to_daily_report(target_datetime: datetime, session: Session) -> str:\n    \"\"\"Scrapes daily report cards to find the link to the data for the target date.\"\"\"\n\n    today_datetime = datetime.now(AUSTRALIA_TZ)\n    today_date = today_datetime.date()\n    target_datetime = target_datetime.astimezone(AUSTRALIA_TZ)\n    target_date = target_datetime.date()\n\n    is_this_year = target_date.year == today_date.year\n    if is_this_year:\n        # current year's report cards are paginated (9 per page) [and in reverse chronological order, latest data first]\n        maximum_possible_num_pages = int(math.ceil(365 / 9))\n        urls = (\n            f\"{API_URL}?result_70160_result_page={page_number}\"\n            # page 0 is a hidden page. Usually it's just a duplicate of page=1, but it seems like sometimes it's\n            # updated with new daily data before page 1 is.\n            for page_number in range(0, maximum_possible_num_pages + 1)\n        )\n    else:\n        # historical report cards are all on the same page\n        urls = [\n            f\"{API_URL}/historical-daily-trading-data/{target_date.year}-daily-trading-data\"\n        ]\n\n    index = _scan_daily_report_urls(urls, session=session)\n\n    # cap target date if more recent than what the API makes available:\n    # data for a given day is published with a variable delay (+1-4 days)\n    if is_this_year:\n        date_of_latest_available_data, link = next(index)\n        if target_date >= date_of_latest_available_data:\n            return link\n\n    for dt, link in index:\n        if dt == target_date:\n            return link\n\n    raise ParserException(\n        PARSER,\n        f\"Cannot find link to daily report for date {target_date.strftime('%Y-%m-%d %Z')}\",\n    )\n\n\ndef get_daily_report_data(\n    zone_key: ZoneKey,\n    session: Session | None,\n    target_datetime: datetime,\n) -> bytes:\n    session = session or Session()\n\n    link_to_daily_report = _find_link_to_daily_report(\n        target_datetime=target_datetime, session=session\n    )\n\n    response = session.get(link_to_daily_report)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching daily report data error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    return response.content\n\n\ndef extract_consumption_and_price_data(file: bytes) -> pd.DataFrame:\n    return pd.read_excel(\n        file, \"System Demand and Market Price\", skiprows=4, header=0, usecols=\"A:C\"\n    )\n\n\ndef parse_consumption_and_price(\n    raw_consumption: pd.DataFrame,\n    target_datetime: datetime,\n    price: bool,\n) -> list[dict]:\n    target_datetime = target_datetime.astimezone(AUSTRALIA_TZ)\n\n    data_points = []\n    for _, consumption in raw_consumption.iterrows():\n        # Market day starts at 4:30 and reports up until 4:00 the next day.\n        # Therefore timestamps between 0:00 and 4:30 excluded need to have an extra day.\n        raw_timestamp = consumption[0]\n        timestamp = datetime.combine(date=target_datetime.date(), time=raw_timestamp)\n        if raw_timestamp < time(hour=4, minute=30):\n            timestamp = timestamp + timedelta(days=1)\n        data_point = {\n            \"zoneKey\": \"AU-NT\",\n            \"datetime\": timestamp.replace(tzinfo=AUSTRALIA_TZ),\n            \"source\": \"ntesmo.com.au\",\n        }\n        if price:\n            data_point[\"price\"] = consumption[\"Market Price\"]\n            data_point[\"currency\"] = \"AUD\"\n        else:\n            data_point[\"consumption\"] = consumption[\"Demand\"]\n        data_points.append(data_point)\n    return data_points\n\n\ndef parse_production_mix(\n    raw_production_mix_df: pd.DataFrame, logger: logging.Logger\n) -> list[dict]:\n    raw_production_mix_df[\"Period Start\"] = raw_production_mix_df[\n        \"Period Start\"\n    ].dt.tz_localize(\"Australia/Darwin\")\n\n    # some older data may miss columns for newer plants\n    raw_production_mix_df = raw_production_mix_df.dropna(axis=1, how=\"all\")\n\n    generation_units = set(raw_production_mix_df.columns)\n    generation_units.remove(\"Period Start\")\n    generation_units.remove(\"Period End\")\n    unknown_units = generation_units.difference(PLANT_MAPPING.keys())\n    if unknown_units:\n        logger.warning(\n            f\"New generator(s) {unknown_units} detected in {ZONE_KEY}, please update the mapping of generators.\"\n        )\n\n    production_breakdown_list = []\n    for row in raw_production_mix_df.itertuples():\n        production_mix = collections.defaultdict(float)\n        for generator_key in generation_units:\n            generator_production = getattr(row, generator_key)\n\n            # Some decommissioned plants have negative production values.\n            if generator_production < 0:\n                continue\n\n            fuel_type = (\n                \"unknown\"\n                if generator_key in unknown_units\n                else PLANT_MAPPING[generator_key][\"fuel_type\"]\n            )\n            production_mix[fuel_type] += generator_production\n\n        production_breakdown = {\n            \"zoneKey\": ZONE_KEY,\n            \"datetime\": row[1].to_pydatetime(),\n            \"source\": \"ntesmo.com.au\",\n            \"production\": dict(production_mix),\n            \"storage\": {},\n        }\n        production_breakdown_list.append(production_breakdown)\n\n    return production_breakdown_list\n\n\n@refetch_frequency(timedelta(days=1))\n@retry_policy(retry_policy=retry_strategy)\ndef fetch_consumption(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    daily_report_data = get_daily_report_data(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    consumption_and_price_data = extract_consumption_and_price_data(daily_report_data)\n    return parse_consumption_and_price(\n        raw_consumption=consumption_and_price_data,\n        target_datetime=target_datetime,\n        price=False,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\n@retry_policy(retry_policy=retry_strategy)\ndef fetch_price(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    daily_report_data = get_daily_report_data(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    consumption_and_price_data = extract_consumption_and_price_data(daily_report_data)\n    return parse_consumption_and_price(\n        raw_consumption=consumption_and_price_data,\n        target_datetime=target_datetime,\n        price=True,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\n@retry_policy(retry_policy=retry_strategy)\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    daily_report_data = get_daily_report_data(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    production_mix = pd.read_excel(\n        daily_report_data,\n        sheet_name=\"Generating Unit Output\",\n        header=0,\n        usecols=\"A:AE\",\n        skiprows=4,\n        # avoid loading potential extra non-numerical lines at the bottom of the sheet\n        # e.g. sometimes there might be a disclaimer\n        nrows=48,\n    )\n\n    return parse_production_mix(production_mix, logger=logger)\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the latest demand forecast for every half an hour until 7 days ahead in MW.\"\"\"\n    session = session or Session()\n\n    url_dk = \"https://ntesmo.com.au/data/data-dashboard/2024-enhancements/demand-forecast/darwin-katherine/dk-7-days-forecast\"\n    url_as = \"https://ntesmo.com.au/data/data-dashboard/2024-enhancements/demand-forecast/alice-springs/as-7-days-forecast\"\n    url_tc = \"https://ntesmo.com.au/data/data-dashboard/2024-enhancements/demand-forecast/tennant-creek/tc-7-days-forecast\"\n\n    # Collect all values into a dict by timestamp\n    combined = collections.defaultdict(float)\n\n    for url in [url_dk, url_as, url_tc]:\n        data = session.get(url).json()  # Expecting list of [timestamp, value]\n        for timestamp, value in data[\"forecastedDemand\"]:\n            combined[timestamp] += value  # Add value for each matching timestamp\n\n    # Optionally: convert to sorted list\n    all_consumption_events = sorted(combined.items())\n\n    consumption_list = TotalConsumptionList(logger)\n    for event in all_consumption_events:\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.strptime(event[0], \"%Y-%m-%dT%H:%M+09:30\").replace(\n                tzinfo=AUSTRALIA_TZ\n            ),\n            consumption=event[1],\n            source=\"ntesmo.com.au\",\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"\n    for dt in [\n        # now\n        None,\n        # this year, but old enough that the api data is not in the first page of results\n        datetime(2024, 4, 2, tzinfo=timezone.utc),\n        # historical data (previous years)\n        datetime(2023, 2, 15, tzinfo=timezone.utc),\n        datetime(2022, 3, 11, tzinfo=timezone.utc),\n    ]:\n        print(f\"fetch_consumption(target_datetime={dt}) ->\")\n        print(fetch_consumption(target_datetime=dt))\n\n        print(f\"fetch_price(target_datetime={dt}) ->\")\n        print(fetch_price(target_datetime=dt))\n\n        print(f\"fetch_production(target_datetime={dt}) ->\")\n        print(fetch_production(target_datetime=dt))\n    \"\"\"\n\n    print(fetch_consumption_forecast())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/NZ.py",
    "content": "#!/usr/bin/env python3\n\n# The datetime library is used to handle datetimes\nimport json\nfrom datetime import datetime, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom bs4 import BeautifulSoup\n\n# The request library is used to fetch content through HTTP\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\n\ntime_zone = \"Pacific/Auckland\"\n\nNZ_PRICE_REGIONS = set(range(1, 14))\nPRODUCTION_URL = \"https://www.transpower.co.nz/system-operator/live-system-and-market-data/consolidated-live-data\"\nPRICE_URL = \"https://api.em6.co.nz/ords/em6/data_api/region/price/\"\n\n\ndef fetch(session: Session | None = None):\n    r = session or Session()\n    url = PRODUCTION_URL\n    response = r.get(url)\n    soup = BeautifulSoup(response.text, \"html.parser\")\n    for item in soup.find_all(\"script\"):\n        if item.attrs.get(\"data-drupal-selector\"):\n            body = item.contents[0]\n            obj = json.loads(body)\n    return obj\n\n\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"NZ\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Requests the current price of electricity based on the zone key.\n\n    Note that since EM6 breaks the electricity price down into regions,\n    the regions are averaged out for each island.\n    \"\"\"\n    if target_datetime:\n        raise NotImplementedError(\n            \"This parser is not able to retrieve data for past dates\"\n        )\n\n    r = session or Session()\n    url = PRICE_URL\n    response = r.get(url, verify=False)\n    obj = response.json()\n    region_prices = []\n\n    regions = NZ_PRICE_REGIONS\n    for item in obj.get(\"items\"):\n        region = item.get(\"grid_zone_id\")\n        if region in regions:\n            time = item.get(\"timestamp\")\n            price = float(item.get(\"price\"))\n            region_prices.append(price)\n\n    avg_price = sum(region_prices) / len(region_prices)\n    date_time = datetime.strptime(time, \"%Y-%m-%dT%H:%M:%SZ\").replace(\n        tzinfo=timezone.utc\n    )\n    price_list = PriceList(logger)\n    price_list.append(\n        zoneKey=zone_key,\n        price=avg_price,\n        currency=\"NZD\",\n        datetime=date_time,\n        source=\"api.em6.co.nz\",\n    )\n    return price_list.to_list()\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"NZ\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\n            \"This parser is not able to retrieve data for past dates\"\n        )\n\n    obj = fetch(session)\n\n    date_time = datetime.fromtimestamp(obj[\"soPgenGraph\"][\"timestamp\"], tz=timezone.utc)\n\n    region_key = \"New Zealand\"\n    productions = obj[\"soPgenGraph\"][\"data\"][region_key]\n    production_breakdowns = ProductionBreakdownList(logger)\n    production_mix = ProductionMix()\n    mix_mapping = {\n        \"coal\": \"Coal\",\n        \"oil\": \"Diesel/Oil\",\n        \"gas\": \"Gas\",\n        \"geothermal\": \"Geothermal\",\n        \"wind\": \"Wind\",\n        \"hydro\": \"Hydro\",\n        \"solar\": \"Solar\",\n        \"unknown\": \"Co-Gen\",\n    }\n    for mix_key, prod_key in mix_mapping.items():\n        production_mix.add_value(\n            mix_key, productions.get(prod_key, {\"generation\": None})[\"generation\"]\n        )\n    production_mix.add_value(\"nuclear\", 0)  # famous issue in NZ politics\n    storage_mix = StorageMix()\n    storage_mix.add_value(\n        \"battery\", productions.get(\"Battery\", {\"generation\": None})[\"generation\"]\n    )\n    production_breakdowns.append(\n        zoneKey=zone_key,\n        datetime=date_time,\n        production=production_mix,\n        storage=storage_mix,\n        source=\"transpower.co.nz\",\n    )\n    capacity = {\n        mix_key: productions.get(prod_key, {\"capacity\": None})[\"capacity\"]\n        for mix_key, prod_key in mix_mapping.items()\n    }\n    capacity[\"battery storage\"] = productions.get(\"Battery\", {\"capacity\": None})[\n        \"capacity\"\n    ]\n    capacity[\"nuclear\"] = 0  # famous issue in NZ politics\n    return [{**e, **{\"capacity\": capacity}} for e in production_breakdowns.to_list()]\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_price(NZ) ->\")\n    print(fetch_price(\"NZ\"))\n    print(\"fetch_production(NZ) ->\")\n    print(fetch_production(\"NZ\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/ONS.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\n\nURL = \"http://tr.ons.org.br/Content/GetBalancoEnergetico/null\"\nSOURCE = \"ons.org.br\"\n\nGENERATION_MAPPING = {\n    \"nuclear\": \"nuclear\",\n    \"eolica\": \"wind\",\n    \"termica\": \"unknown\",\n    \"solar\": \"solar\",\n    \"hidraulica\": \"hydro\",\n    \"itaipu50HzBrasil\": \"hydro\",  # BR_CS contains the Itaipu Dam.\n    # We merge the hydro keys into one.\n    \"itaipu60Hz\": \"hydro\",\n}\n\n# Those modes report self consumption, therefore they can be negative.\nCORRECTED_NEGATIVE_PRODUCTION = {\"solar\"}\n\nREGIONS = {\n    \"BR-NE\": \"nordeste\",\n    \"BR-N\": \"norte\",\n    \"BR-CS\": \"sudesteECentroOeste\",\n    \"BR-S\": \"sul\",\n}\n\nEXCHANGES = {\n    \"BR-CS->BR-S\": {\"name\": \"sul_sudeste\", \"flow\": -1, \"level\": \"intercambio\"},\n    \"BR-CS->BR-NE\": {\"name\": \"sudeste_nordeste\", \"flow\": 1, \"level\": \"intercambio\"},\n    \"BR-CS->BR-N\": {\"name\": \"sudeste_norteFic\", \"flow\": 1, \"level\": \"intercambio\"},\n    \"BR-N->BR-NE\": {\"name\": \"norteFic_nordeste\", \"flow\": 1, \"level\": \"intercambio\"},\n    \"BR-S->UY\": {\"name\": \"uruguai\", \"flow\": 1, \"level\": \"internacional\"},\n    \"AR->BR-S\": {\"name\": \"argentina\", \"flow\": -1, \"level\": \"internacional\"},\n    \"BR-S->PY\": {\"name\": \"paraguai\", \"flow\": -1, \"level\": \"internacional\"},\n}\n\n\ndef get_data(session: Session | None):\n    \"\"\"Requests generation data in json format.\"\"\"\n    s = session or Session()\n    json_data = s.get(URL).json()\n\n    return json_data\n\n\ndef production_processor(\n    json_data: dict, zone_key: str\n) -> tuple[datetime, ProductionMix]:\n    \"\"\"Extracts data timestamp and sums regional data into totals by key.\"\"\"\n\n    dt = datetime.fromisoformat(json_data[\"Data\"])\n    production = ProductionMix()\n\n    region = REGIONS[zone_key]\n    breakdown = json_data[region][\"geracao\"]\n    for generation, val in breakdown.items():\n        if generation != \"total\":  # Skip the total field\n            mode_name = GENERATION_MAPPING.get(generation, \"unknown\")\n            production.add_value(\n                mode_name, val, mode_name in CORRECTED_NEGATIVE_PRODUCTION\n            )\n\n    return dt, production\n\n\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    data = get_data(session)\n    date, production = production_processor(data, zone_key)\n    productions = ProductionBreakdownList(logger)\n    productions.append(\n        zoneKey=zone_key,\n        datetime=date,\n        source=SOURCE,\n        production=production,\n    )\n\n    return productions.to_list()\n\n\ndef get_exchange_flow(sorted_zone_keys: ZoneKey, raw_data: dict) -> float:\n    \"\"\"Returns the flow of the exchange between two regions.\"\"\"\n    name, flow, level = EXCHANGES[sorted_zone_keys].values()\n    return raw_data[level][name] * flow\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two regions.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    data = get_data(session)\n    dt = datetime.fromisoformat(data[\"Data\"])\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    exchanges = ExchangeList(logger)\n\n    net_flow = get_exchange_flow(sorted_zone_keys, data)\n    exchanges.append(\n        zoneKey=sorted_zone_keys,\n        datetime=dt,\n        source=SOURCE,\n        netFlow=net_flow,\n    )\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production(BR-NE) ->\")\n    print(fetch_production(ZoneKey(\"BR-NE\")))\n\n    print(\"fetch_production(BR-N) ->\")\n    print(fetch_production(ZoneKey(\"BR-N\")))\n\n    print(\"fetch_production(BR-CS) ->\")\n    print(fetch_production(ZoneKey(\"BR-CS\")))\n\n    print(\"fetch_production(BR-S) ->\")\n    print(fetch_production(ZoneKey(\"BR-S\")))\n\n    print(\"fetch_exchange(BR-S, UY) ->\")\n    print(fetch_exchange(\"BR-S\", \"UY\"))\n\n    print(\"fetch_exchange(BR-S, AR) ->\")\n    print(fetch_exchange(\"BR-S\", \"AR\"))\n\n    print(\"fetch_region_exchange(BR-CS->BR-S)\")\n    print(fetch_exchange(\"BR-CS\", \"BR-S\"))\n\n    print(\"fetch_region_exchange(BR-CS->BR-NE)\")\n    print(fetch_exchange(\"BR-CS\", \"BR-NE\"))\n\n    print(\"fetch_region_exchange(BR-CS->BR-N)\")\n    print(fetch_exchange(\"BR-CS\", \"BR-N\"))\n\n    print(\"fetch_region_exchange(BR-N->BR-NE)\")\n    print(fetch_exchange(\"BR-N\", \"BR-NE\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/OPENNEM.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.types import ZoneKey\n\nREFETCH_FREQUENCY = timedelta(days=7)\n\n\nZONE_KEY_TO_REGION = {\n    \"AU-NSW\": \"NSW1\",\n    \"AU-QLD\": \"QLD1\",\n    \"AU-SA\": \"SA1\",\n    \"AU-TAS\": \"TAS1\",\n    \"AU-VIC\": \"VIC1\",\n    \"AU-WA\": \"WEM\",\n}\nZONE_KEY_TO_NETWORK = {\n    \"AU-NSW\": \"NEM\",\n    \"AU-QLD\": \"NEM\",\n    \"AU-SA\": \"NEM\",\n    \"AU-TAS\": \"NEM\",\n    \"AU-VIC\": \"NEM\",\n    \"AU-WA\": \"WEM\",\n}\n\n# exchanges are reconstructed from each zones total imports and exports\n# all exchanges except AU-NSW->AU-VIC only have one connection so we can\n# reconstruct the net flow by querying to leaf node\n# see diagram below\n#       QLD\n#        |\n#       NSW\n#        |\n#   SA--VIC\n#        |\n#       TAS\nEXCHANGE_MAPPING_DICTIONARY = {\n    \"AU-NSW->AU-QLD\": {\n        \"zone_to_query\": \"AU-QLD\",\n        \"direction\": -1,\n    },\n    \"AU-SA->AU-VIC\": {\n        \"zone_to_query\": \"AU-SA\",\n        \"direction\": 1,\n    },\n    \"AU-TAS->AU-VIC\": {\n        \"zone_to_query\": \"AU-TAS\",\n        \"direction\": 1,\n    },\n    # we get this flow by substracting QLD imports/exports from NSW imports/exports\n    \"AU-NSW->AU-VIC\": {\n        \"zone_to_query\": \"AU-NSW\",\n        \"direction\": 1,\n    },\n}\n\n# Mapped from https://docs.openelectricity.org.au/guides/fueltechs#fueltechs\nOPENNEM_PRODUCTION_CATEGORIES = {\n    \"coal\": [\"COAL_BLACK\", \"COAL_BROWN\"],\n    \"gas\": [\"GAS_CCGT\", \"GAS_OCGT\", \"GAS_RECIP\", \"GAS_STEAM\", \"GAS_WCMG\"],\n    \"oil\": [\"DISTILLATE\"],\n    \"hydro\": [\"HYDRO\"],\n    \"wind\": [\"WIND\", \"WIND_OFFSHORE\"],\n    \"biomass\": [\"BIOENERGY_BIOGAS\", \"BIOENERGY_BIOMASS\"],\n    \"solar\": [\"SOLAR_UTILITY\", \"SOLAR_ROOFTOP\", \"SOLAR_THERMAL\"],\n    \"nuclear\": [\"NUCLEAR\"],\n}\nOPENNEM_STORAGE_CATEGORIES = {\n    # Storage\n    \"battery\": [\"BATTERY_DISCHARGING\", \"BATTERY_CHARGING\", \"BATTERY\"],\n    \"hydro\": [\"PUMPS\"],\n}\n\n# Reverse mapping from fuel type to category\nPRODUCTION_MAPPING = {\n    fuel_type.lower(): category\n    for category, fuel_types in OPENNEM_PRODUCTION_CATEGORIES.items()\n    for fuel_type in fuel_types\n}\nSTORAGE_MAPPING = {\n    fuel_type.lower(): category\n    for category, fuel_types in OPENNEM_STORAGE_CATEGORIES.items()\n    for fuel_type in fuel_types\n}\n\nIGNORED_FUEL_TECH_KEYS = {\n    \"imports\",\n    \"exports\",\n    \"interconnector\",\n    \"aggregator_vpp\",\n    \"aggregator_dr\",\n}\n\nSOURCE = \"opennem.org.au\"\n\n\n# TODO: after full v4 migration: deprecate this in favor of fetch_network_datasets\ndef fetch_datasets(\n    zone_key: ZoneKey, session: Session, target_datetime: datetime | None\n):\n    region = ZONE_KEY_TO_REGION.get(zone_key)\n    if not region:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=f\"Invalid zone_key {zone_key}, valid keys are {list(ZONE_KEY_TO_REGION.keys())}\",\n            zone_key=zone_key,\n        )\n    url = generate_url(\n        zone_key=zone_key,\n        target_datetime=target_datetime,\n    )\n    response = session.get(url)\n    response.raise_for_status()\n\n    return response.json()[\"data\"]\n\n\n# TODO: after full v4 migration: deprecate this in favor of generate_network_url\ndef generate_url(zone_key: ZoneKey, target_datetime: datetime | None) -> str:\n    # Only 7d or 30d data is available\n    duration = (\n        \"7d\"\n        if not target_datetime\n        or (datetime.now() - target_datetime.replace(tzinfo=None)) < timedelta(days=7)\n        else \"30d\"\n    )\n    network = ZONE_KEY_TO_NETWORK[zone_key]\n    region = ZONE_KEY_TO_REGION.get(zone_key)\n    # Western Australia have no region in url\n    region = \"\" if region == \"WEM\" else f\"/{region}\"\n    url = f\"https://data.openelectricity.org.au/v4/stats/au/{network}{region}/power/{duration}.json\"\n\n    return url\n\n\ndef process_production_datasets(\n    datasets: list,\n    zone_key: ZoneKey,\n    logger: Logger,\n) -> ProductionBreakdownList:\n    \"\"\"\n    Process production datasets from v4 API endpoint and return a production breakdown list.\n    v4 API format: data[].results[] with columns.fueltech and time series data as [timestamp, value] pairs.\n    \"\"\"\n    now = datetime.now(tz=timezone.utc)\n    unmerged_production_breakdown_lists = []\n\n    # v4 API format: data[].results[] with columns.fueltech\n    for dataset in datasets:\n        if dataset.get(\"metric\") != \"power\":\n            continue\n\n        for result in dataset.get(\"results\", []):\n            columns = result.get(\"columns\", {})\n            fueltech = columns.get(\"fueltech\")\n\n            if not fueltech:\n                continue\n\n            # Map fueltech to our categories using existing mappings\n            # v4 API fueltech values are like \"COAL_BLACK\", \"GAS_CCGT\", \"BATTERY_CHARGING\", etc.\n            fueltech_key = fueltech.lower()\n\n            if fueltech_key in IGNORED_FUEL_TECH_KEYS:\n                continue\n\n            # Map fueltech to category using existing PRODUCTION_MAPPING and STORAGE_MAPPING\n            if fueltech_key in PRODUCTION_MAPPING:\n                category = PRODUCTION_MAPPING[fueltech_key]\n                is_production = True\n                is_storage = False\n            elif fueltech_key in STORAGE_MAPPING:\n                category = STORAGE_MAPPING[fueltech_key]\n                is_production = False\n                is_storage = True\n            else:\n                raise ParserException(\n                    parser=\"OPENNEM\",\n                    message=f\"Unknown fueltech {fueltech} in result. Map it in OPENNEM_PRODUCTION_CATEGORIES or OPENNEM_STORAGE_CATEGORIES. See https://docs.openelectricity.org.au/guides/fueltechs#fueltechs\",\n                    zone_key=zone_key,\n                )\n\n            if category in IGNORED_FUEL_TECH_KEYS:\n                continue\n\n            production_breakdown_list = ProductionBreakdownList(logger=logger)\n            time_series_data = result.get(\"data\", [])\n\n            for data_point in time_series_data:\n                # v4 format: data is array of [timestamp, value] pairs\n                if not isinstance(data_point, list) or len(data_point) < 2:\n                    continue\n\n                timestamp_str, value = data_point[0], data_point[1]\n\n                # Parse timestamp (handle both with and without timezone)\n                if timestamp_str.endswith(\"Z\"):\n                    dt = datetime.fromisoformat(timestamp_str.replace(\"Z\", \"+00:00\"))\n                elif \"+\" in timestamp_str or timestamp_str.count(\"-\") >= 3:\n                    # Has timezone info\n                    dt = datetime.fromisoformat(timestamp_str)\n                else:\n                    # No timezone, assume it's in Australia/Sydney timezone\n                    dt = datetime.fromisoformat(timestamp_str)\n                    if not dt.tzinfo:\n                        dt = dt.replace(tzinfo=ZoneInfo(\"Australia/Sydney\"))\n\n                if dt > now:\n                    logger.debug(f\"Skipping future datetime {dt} for zone {zone_key}\")\n                    continue\n\n                if value is None:\n                    continue\n\n                if is_production:\n                    production = ProductionMix()\n                    production.add_value(\n                        category,\n                        value,\n                        correct_negative_with_zero=True,\n                    )\n                    production_breakdown_list.append(\n                        zoneKey=zone_key,\n                        datetime=dt,\n                        production=production,\n                        source=SOURCE,\n                    )\n                elif is_storage:\n                    storage = StorageMix()\n                    # For storage, we want to treat discharging as positive and charging as negative, so we flip the sign for discharging fueltechs\n                    # Refrence: https://docs.openelectricity.org.au/guides/batteries\n                    multiplier = (\n                        -1\n                        if (\"discharging\" in fueltech_key or fueltech_key == \"battery\")\n                        else 1\n                    )\n                    value = value * multiplier if value is not None else None\n                    storage.add_value(\n                        category,\n                        value,\n                    )\n                    production_breakdown_list.append(\n                        zoneKey=zone_key,\n                        datetime=dt,\n                        storage=storage,\n                        source=SOURCE,\n                    )\n\n            unmerged_production_breakdown_lists.append(production_breakdown_list)\n\n    # Merge all production breakdown lists into one\n    merged_production = ProductionBreakdownList.merge_production_breakdowns(\n        unmerged_production_breakdown_lists,\n        logger=logger,\n    )\n\n    # OPENNEM sometimes only report solar for the latest data, remove the datapoint if it only has solar\n    # TODO: Remove this once the race condition between feeder-electricity and quality validation is fixed\n    corrected_breakdown = ProductionBreakdownList(logger=logger)\n    for event in merged_production:\n        for mode, value in event.production.__dict__.items():\n            if mode != \"solar\" and value is not None:\n                dt = event.datetime\n                production = event.production\n                storage = event.storage\n                source = event.source\n                zoneKey = event.zoneKey\n                corrected_breakdown.append(\n                    zoneKey=zoneKey,\n                    datetime=dt,\n                    production=production,\n                    storage=storage,\n                    source=source,\n                )\n                break\n    merged_production = corrected_breakdown\n    return merged_production\n\n\n@refetch_frequency(REFETCH_FREQUENCY)\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    # Get network_region for the zone (will be included if available)\n    network_region = ZONE_KEY_TO_REGION.get(zone_key)\n\n    # For v4 API, we can pass None for target_datetime to get latest data without date params\n    # Only include dates if specifically requested\n    datasets = _fetch_network_datasets(\n        zone_key=zone_key,\n        session=session,\n        dataset_type=\"data\",\n        target_datetime=target_datetime,  # Pass None to get latest data without date params\n        metrics=[\"power\"],\n        secondary_grouping=\"fueltech\",\n        network_region=network_region,  # Include network_region if available\n    )\n\n    return process_production_datasets(\n        datasets=datasets,\n        zone_key=zone_key,\n        logger=logger,\n    ).to_list()\n\n\n@refetch_frequency(REFETCH_FREQUENCY)\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    target_datetime = target_datetime or datetime.now(tz=timezone.utc)\n\n    datasets = _fetch_network_datasets(\n        zone_key=zone_key,\n        session=session,\n        dataset_type=\"market\",\n        target_datetime=target_datetime,\n        metrics=[\"price\"],\n    )\n\n    price_list = _build_price_list(datasets, zone_key, logger)\n\n    return price_list.to_list()\n\n\n@refetch_frequency(REFETCH_FREQUENCY)\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    exchange_key = ZoneKey(\"->\".join([zone_key1, zone_key2]))\n\n    try:\n        exchange_params = EXCHANGE_MAPPING_DICTIONARY[exchange_key]\n    except KeyError:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=f\"Valid exchange keys for this parser are {[EXCHANGE_MAPPING_DICTIONARY.keys()]}, you passed {exchange_key=}\",\n            zone_key=exchange_key,\n        ) from None\n\n    zone_key = exchange_params[\"zone_to_query\"]\n    direction = exchange_params[\"direction\"]\n\n    if exchange_key == \"AU-NSW->AU-VIC\":\n        datetimes_and_netflows = _fetch_au_nsw_au_vic_exchange(\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n    else:\n        datetimes_and_netflows = _fetch_regular_exchange(\n            zone_key=zone_key,\n            direction=direction,\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n\n    events = ExchangeList(logger=logger)\n    for dt, netflow in datetimes_and_netflows:\n        events.append(datetime=dt, netFlow=netflow, zoneKey=exchange_key, source=SOURCE)\n    return events.to_list()\n\n\ndef _fetch_regular_exchange(\n    zone_key: ZoneKey,\n    direction: int,\n    session: Session,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[tuple[datetime, float]]:\n    \"\"\"\n    Calculate netflows for zones that have a single exchange.\n    \"\"\"\n    url = generate_url(zone_key=zone_key, target_datetime=target_datetime)\n    response = session.get(url)\n    response.raise_for_status()\n\n    exports = None\n    imports = None\n    for dataset in response.json()[\"data\"]:\n        if dataset[\"id\"].endswith(\"exports.power\"):\n            exports = dataset.get(\"history\", None)\n        elif dataset[\"id\"].endswith(\"imports.power\"):\n            imports = dataset.get(\"history\", None)\n        else:\n            continue\n    if exports is None or imports is None:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=\"Response did not contain both export and import datasets.\",\n            zone_key=zone_key,\n        )\n\n    if (\n        exports[\"start\"] != imports[\"start\"]\n        or exports[\"last\"] != imports[\"last\"]\n        or len(exports[\"data\"]) != len(imports[\"data\"])\n    ):\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=\"Export and import data is misaligned\",\n            zone_key=zone_key,\n        )\n\n    # assume data is sorted from start to end\n    start = datetime.fromisoformat(exports[\"start\"])\n    datetimes_and_netflows = [\n        (start + timedelta(minutes=5 * i), (exp - imp) * direction)\n        for i, (exp, imp) in enumerate(\n            zip(exports[\"data\"], imports[\"data\"], strict=True)\n        )\n    ]\n\n    return datetimes_and_netflows\n\n\ndef _fetch_au_nsw_au_vic_exchange(\n    session: Session,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[tuple[datetime, float]]:\n    \"\"\"\n    Calculate AU-NSW->AU-VIC netflow from exports and imports of AU-NSW and AU-QLD.\n\n    NSW has two exchanges one to QLD, one to VIC. QLD only has one exchange to NSW.\n    We want to know\n        AU-NSW->AU-VIC = NSW_exports_to_VIC - NSW_imports_from_VIC\n\n    NSW has two exchanges one to QLD, one to VIC:\n        NSW_exports = NSW_exports_to_QLD + NSW_exports_to_VIC\n        NSW_imports = NSW_imports_from_QLD + NSW_imports_from_VIC\n\n    and because QLD only has one exchange to NSW:\n        NSW_exports_to_QLD = QLD_imports_from_NSW = QLD_imports\n        NSW_imports_from_QLD = QLD_exports_to_NSW = QLD_exports\n\n    thus\n        NSW_exports_to_VIC = NSW_exports - QLD_imports\n        NSW_imports_from_VIC = NSW_imports - QLD_exports\n\n    and\n        AU-NSW->AU-VIC = NSW_exports - QLD_imports - NSW_imports + QLD_exports\n        = NSW_exports - NSW_imports + QLD_exports - QLD_imports\n    \"\"\"\n    nsw_zk = ZoneKey(\"AU-NSW\")\n    qld_zk = ZoneKey(\"AU-QLD\")\n\n    nsw_url = generate_url(zone_key=nsw_zk, target_datetime=target_datetime)\n    qld_url = generate_url(zone_key=qld_zk, target_datetime=target_datetime)\n\n    # potential race condition here\n    # if the first request if right before a 5 minute interval and\n    # the second request is right after then the responses could be out of sync\n    # so we issue additional request as close to base request\n    nsw_response = session.get(nsw_url)\n    qld_response = session.get(qld_url)\n\n    nsw_response.raise_for_status()\n    qld_response.raise_for_status()\n\n    nsw_exports = None\n    nsw_imports = None\n    for dataset in nsw_response.json()[\"data\"]:\n        if dataset[\"id\"].endswith(\"exports.power\"):\n            nsw_exports = dataset.get(\"history\", None)\n        elif dataset[\"id\"].endswith(\"imports.power\"):\n            nsw_imports = dataset.get(\"history\", None)\n        else:\n            continue\n    if nsw_exports is None or nsw_imports is None:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=\"Response did not contain both export and import datasets.\",\n            zone_key=nsw_zk,\n        )\n\n    qld_exports = None\n    qld_imports = None\n    for dataset in qld_response.json()[\"data\"]:\n        if dataset[\"id\"].endswith(\"exports.power\"):\n            qld_exports = dataset.get(\"history\", None)\n        elif dataset[\"id\"].endswith(\"imports.power\"):\n            qld_imports = dataset.get(\"history\", None)\n        else:\n            continue\n    if qld_exports is None or qld_imports is None:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=\"Response did not contain both export and import datasets.\",\n            zone_key=qld_zk,\n        )\n\n    # all must have same start, end, and number of data points\n    if not (\n        nsw_exports[\"start\"]\n        == nsw_imports[\"start\"]\n        == qld_exports[\"start\"]\n        == qld_imports[\"start\"]\n        and nsw_exports[\"last\"]\n        == nsw_imports[\"last\"]\n        == qld_exports[\"last\"]\n        == qld_imports[\"last\"]\n        and len(nsw_exports[\"data\"])\n        == len(nsw_imports[\"data\"])\n        == len(qld_exports[\"data\"])\n        == len(qld_imports[\"data\"])\n    ):\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=f\"{nsw_zk} and {qld_zk} export and import data is misaligned\",\n            zone_key=nsw_zk,\n        )\n\n    # assume data is sorted from start to end\n    start = datetime.fromisoformat(nsw_exports[\"start\"])\n    datetimes_and_netflows = [\n        (start + timedelta(minutes=5 * i), (nsw_exp - nsw_imp + qld_exp - qld_imp))\n        for i, (nsw_exp, nsw_imp, qld_exp, qld_imp) in enumerate(\n            zip(\n                nsw_exports[\"data\"],\n                nsw_imports[\"data\"],\n                qld_exports[\"data\"],\n                qld_imports[\"data\"],\n                strict=True,\n            )\n        )\n    ]\n\n    return datetimes_and_netflows\n\n\ndef _build_network_url(\n    path: str,\n    network_code: str,\n    metrics: list[str],\n    target_datetime: datetime | None,\n    network_region: str | None = None,\n    secondary_grouping: str | None = None,\n) -> tuple[str, dict[str, Any]]:\n    base_url = f\"https://api.openelectricity.org.au/v4/{path}/network/{network_code}\"\n\n    params: dict[str, Any] = {\n        \"metrics\": metrics,\n    }\n\n    # Add date range only if target_datetime is explicitly provided\n    # If None, API will return latest available data\n    if target_datetime:\n        # API expects naive datetime in network-local time; target_datetime is UTC -> convert and drop tzinfo.\n        def format_datetime(dt: datetime) -> str:\n            local_dt = dt.astimezone(ZoneInfo(\"Australia/Sydney\"))\n            naive_dt = local_dt.replace(tzinfo=None)\n            return naive_dt.isoformat()\n\n        params[\"date_start\"] = format_datetime(target_datetime - REFETCH_FREQUENCY)\n        params[\"date_end\"] = format_datetime(target_datetime)\n\n    # Add network_region only if provided (not required for production data endpoint)\n    if network_region:\n        params[\"network_region\"] = network_region\n\n    # Add secondary_grouping if provided (for production data with fueltech)\n    if secondary_grouping:\n        params[\"secondary_grouping\"] = secondary_grouping\n\n    return base_url, params\n\n\ndef _fetch_network_datasets(\n    zone_key: str,\n    session: Session,\n    dataset_type: str,\n    target_datetime: datetime | None,\n    metrics: list[str],\n    secondary_grouping: str | None = None,\n    network_region: str | None = None,\n) -> list[dict[str, Any]]:\n    network_code = ZONE_KEY_TO_NETWORK.get(zone_key)\n\n    if not network_code:\n        raise ParserException(\n            parser=\"OPENNEM\",\n            message=f\"Invalid zone_key {zone_key}, valid keys are {list(ZONE_KEY_TO_NETWORK.keys())}\",\n            zone_key=zone_key,\n        )\n\n    # Use provided network_region or get from zone_key mapping\n    if network_region is None:\n        network_region = ZONE_KEY_TO_REGION.get(zone_key)\n\n    url, params = _build_network_url(\n        path=dataset_type,\n        network_code=network_code,\n        metrics=metrics,\n        target_datetime=target_datetime or datetime.now(tz=timezone.utc),\n        network_region=network_region,\n        secondary_grouping=secondary_grouping,\n    )\n\n    token = get_token(\"OPENELECTRICITY_TOKEN\")\n    headers = {\n        \"Authorization\": f\"Bearer {token}\",\n    }\n\n    response = session.get(url, headers=headers, params=params)\n    response.raise_for_status()\n\n    return response.json()[\"data\"]\n\n\ndef _build_price_list(datasets, zone_key: ZoneKey, logger: Logger) -> PriceList:\n    price_list = PriceList(logger=logger)\n    for dataset in datasets:\n        if dataset[\"metric\"] != \"price\":\n            continue\n        for result in dataset[\"results\"]:\n            for ts, price in result[\"data\"]:\n                price_list.append(\n                    zoneKey=zone_key,\n                    datetime=datetime.fromisoformat(ts),\n                    currency=\"AUD\",\n                    price=price,\n                    source=SOURCE,\n                )\n\n    return price_list\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the electricityMap backend, but handy for testing.\"\"\"\n    # print(\"fetch_price(zone_key='AU-SA') ->\")\n    # print(fetch_price(zone_key=\"AU-SA\"))\n    # print(fetch_production(ZoneKey(\"AU-TAS\")))\n    # print(fetch_production(ZoneKey(\"AU-NSW\")))\n    # target_datetime = datetime.fromisoformat(\"2020-01-01T00:00:00+00:00\")\n    # print(fetch_production(ZoneKey(\"AU-SA\"), target_datetime=target_datetime))\n    #\n    # print(fetch_exchange(ZoneKey(\"AU-SA\"), ZoneKey(\"AU-VIC\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/PA.py",
    "content": "import json\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"PA.py\"\nTIMEZONE = ZoneInfo(\"America/Panama\")\nZONE_KEY = ZoneKey(\"PA\")\n\nCONSUMPTION_URL = \"https://sitr.cnd.com.pa/m/pub/sin.html\"\nCONSUMPTION_SOURCE = \"sitr.cnd.com.pa\"\n\nEXCHANGE_URL = \"https://sitr.cnd.com.pa/m/pub/int.html\"\nEXCHANGE_SOURCE = \"sitr.cnd.com.pa\"\n\nPRODUCTION_URL = \"https://sitr.cnd.com.pa/m/pub/gen.html\"\nPRODUCTION_SOURCE = \"sitr.cnd.com.pa\"\n\n# Sources:\n# 1. https://www.celsia.com/Portals/0/contenidos-celsia/accionistas-e-inversionistas/perfil-corporativo-US/presentaciones-US/2014/presentacion-morgan-ingles-v2.pdf\n# 2. https://www.celsia.com/en/about-celsia/business-model/power-generation/thermoelectric-power-plants\n# 3. https://endcoal.org/tracker/\n# 4. http://aesmcac.com/aespanamades/en/colon/ \"It reuses the heat from the exhaust gas from the gas turbines in order to obtain steam, to be later used by a steam turbine and to save fuel consumption in the production of electricity.\"\n# 5. https://panamcham.com/sites/default/files/el_inicio_del_futuro_del_gas_natural_en_panama.pdf \"3 gas turbines and 1 steam (3X1 configuration)\" \"Technology: Combined Cycle\" | This and the previous source taken together seems to imply that the steam turbine is responsible for the second cycle of the CCGT plant, giving confidence that output from all four units should indeed be tallied under \"gas\". Furthermore, as the plant also has a LNG import facility it is most unlikely the steam turbine would be burning a different fuel such as coal or oil.\n# 6. https://www.etesa.com.pa/documentos/Tomo_II__Plan_Indicativo_de_Generacin_2019__2033.pdf page 142\n# 7. http://168.77.210.79/energia/wp-content/uploads/sites/2/2020/08/2-CEE-1970-2019-GE-Generaci%C3%B3n-El%C3%A9ctrica.xls (via http://www.energia.gob.pa/mercado-energetico/?tag=84#documents-list)\n# 8. https://www.asep.gob.pa/wp-content/uploads/electricidad/resoluciones/anno_12528_elec.pdf\n# 9. https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2018/May/IRENA_RRA_Panama_2018_En.pdf\n# 10. https://www.asep.gob.pa/wp-content/uploads/electricidad/concesiones_licencias/concesiones_licencias/2021/listado_licencias_abr27.pdf\n# 11. https://generadoragatun.com/\nMAP_THERMAL_GENERATION_UNIT_NAME_TO_FUEL_TYPE = {\n    \"ACP Miraflores 2\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 5\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 6\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 7\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 8\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 9\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"ACP Miraflores 10\": \"oil\",  # [7] Sheet \"C-GE-1A-1 CapInstXEmp\"\n    \"BLM 2\": \"coal\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 3\": \"coal\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 4\": \"coal\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 5\": \"oil\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 6\": \"oil\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 8\": \"oil\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\"\n    \"BLM 9\": \"oil\",  # [7] Sheet \"C-GE-1A-2 CapInstXEmp\" mentions no fuel type, and given all other units are accounted for this must be the heat recovery boiler for the 3 diesel-fired units mentioned in [2]\n    \"CADASA 1\": \"biomass\",  # [9]\n    \"CADASA 2\": \"biomass\",  # [9]\n    \"Cativá 1\": \"oil\",  # [1][2]\n    \"Cativá 2\": \"oil\",  # [1][2]\n    \"Cativá 3\": \"oil\",  # [1][2]\n    \"Cativá 4\": \"oil\",  # [1][2]\n    \"Cativá 5\": \"oil\",  # [1][2]\n    \"Cativá 6\": \"oil\",  # [1][2]\n    \"Cativá 7\": \"oil\",  # [1][2]\n    \"Cativá 8\": \"oil\",  # [1][2]\n    \"Cativá 9\": \"oil\",  # [1][2]\n    \"Cativá 10\": \"oil\",  # [1][2]\n    \"Cobre Panamá 1\": \"coal\",  # [3]\n    \"Cobre Panamá 2\": \"coal\",  # [3]\n    \"Costa Norte 1\": \"gas\",  # [4][5]\n    \"Costa Norte 2\": \"gas\",  # [4][5]\n    \"Costa Norte 3\": \"gas\",  # [4][5]\n    \"Costa Norte 4\": \"gas\",  # [4][5]\n    \"Esperanza 1\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 2\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 3\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 4\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 5\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 6\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Esperanza 7\": \"oil\",  # [7] has a single 92MW bunker fuel power plant, but [8] shows this is actually a power barge with 7 units\n    \"Jinro\": \"oil\",  # [6][7]\n    \"Pacora 1\": \"oil\",  # [6]\n    \"Pacora 2\": \"oil\",  # [6]\n    \"Pacora 3\": \"oil\",  # [6]\n    \"PanAm 1\": \"oil\",  # [6][7]\n    \"PanAm 2\": \"oil\",  # [6][7]\n    \"PanAm 3\": \"oil\",  # [6][7]\n    \"PanAm 4\": \"oil\",  # [6][7]\n    \"PanAm 5\": \"oil\",  # [6][7]\n    \"PanAm 6\": \"oil\",  # [6][7]\n    \"PanAm 7\": \"oil\",  # [6][7]\n    \"PanAm 8\": \"oil\",  # [6][7]\n    \"PanAm 9\": \"oil\",  # [6][7]\n    \"Proyecto Gatún 1\": \"gas\",  # [11]\n    \"Proyecto Gatún 2\": \"gas\",  # [11]\n    \"Proyecto Gatún 3\": \"gas\",  # [11]\n    \"Sparkle Power 1\": \"oil\",  # [10]\n    \"Sparkle Power 2\": \"oil\",  # [10]\n    \"Sparkle Power 3\": \"oil\",  # [10]\n    \"Sparkle Power 4\": \"oil\",  # [10]\n    \"Sparkle Power 5\": \"oil\",  # [10]\n    \"Sparkle Power 6\": \"oil\",  # [10]\n    \"Sparkle Power 7\": \"oil\",  # [10]\n    \"Sparkle Power 8\": \"oil\",  # [10]\n    \"Termocolón 1\": \"oil\",  # [6] (spelled \"Termo Colón\")\n    \"Termocolón 2\": \"oil\",  # [6] (spelled \"Termo Colón\")\n    \"Termocolón 3\": \"oil\",  # [6] (spelled \"Termo Colón\")\n    \"Tropitérmica 1\": \"oil\",  # [6]:162[7] spelled \"Tropitermica\" in both\n    \"Tropitérmica 2\": \"oil\",  # [6]:162[7] spelled \"Tropitermica\" in both\n    \"Tropitérmica 3\": \"oil\",  # [6]:162[7] spelled \"Tropitermica\" in both\n}\n\nPRODUCTION_TYPE_TO_PRODUCTION_MODE = {\n    \"Hídrica\": \"hydro\",\n    \"Eólica\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Biogás\": \"biomass\",\n    \"Térmica\": \"unknown\",\n}\n\n_SPANISH_CALENDAR = {\n    \"enero\": \"01\",\n    \"febrero\": \"02\",\n    \"marzo\": \"03\",\n    \"abril\": \"04\",\n    \"mayo\": \"05\",\n    \"junio\": \"06\",\n    \"julio\": \"07\",\n    \"agosto\": \"08\",\n    \"septiembre\": \"09\",\n    \"octubre\": \"10\",\n    \"noviembre\": \"11\",\n    \"diciembre\": \"12\",\n}\n\n\ndef _localise_spanish_date(date: str) -> str:\n    \"\"\"Localises a date containing full name (lowercase) spanish months, replacing them with zero-padded decimal numbers.\n\n    This avoids having to mess up the global locale to be able to parse the date.\n    \"\"\"\n    return re.sub(\n        \"|\".join(_SPANISH_CALENDAR.keys()),\n        lambda m: _SPANISH_CALENDAR[m.group(0)],\n        date,\n    )\n\n\ndef extract_pie_chart_data(html):\n    \"\"\"Extracts generation breakdown pie chart data from the source code of the page\"\"\"\n    # Extract object with data\n    data_source = re.search(r\"var localPie = (\\[\\{.+\\}\\]);\", html).group(1)\n    # Un-quoted keys ({key:\"value\"}) are valid JavaScript but not valid JSON (which requires {\"key\":\"value\"}).\n    # Will break if other keys than these three are introduced.\n    # Alternatively, use a JSON5 library (JSON5 allows un-quoted keys)\n    data_source = re.sub(r\"(name|value|color)\", r'\"\\1\"', data_source)\n    return json.loads(data_source)\n\n\ndef sum_thermal_units(soup) -> float:\n    \"\"\"Sums thermal units of the generation mix to prevent using slightly outdated chart data.\n\n    Thermal total from the graph and the total one would get from summing output of all generators deviates a bit,\n    presumably because they aren't updated at the exact same moment.\n    \"\"\"\n\n    # Sum thermal units from table Térmicas (MW)\n    thermal_h3 = soup.find(\"h3\", string=re.compile(r\"\\s*Térmicas\\s*\"))\n    thermal_tables = thermal_h3.find_next_sibling().find_all(\n        \"table\", {\"class\": \"table table-hover table-striped table-sm sitr-gen-group\"}\n    )\n\n    thermal_units = 0\n    for thermal_table in thermal_tables:\n        thermal_units += sum(\n            [\n                float(span.text)\n                for span in thermal_table.find_all(\"span\", {\"style\": \"color:#222\"})\n            ]\n        )\n        thermal_units += sum(\n            [\n                float(span.text)\n                for span in thermal_table.find_all(\"span\", {\"style\": \"color:ROYALBLUE\"})\n            ]\n        )\n\n    return thermal_units\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER, \"This parser is not yet able to parse historical data\", zone_key\n        )\n\n    # Fetch page and load into BeautifulSoup\n    r = session or Session()\n    response = r.get(PRODUCTION_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    response.encoding = \"utf-8\"\n    html_doc = response.text\n    soup = BeautifulSoup(html_doc, \"html.parser\")\n\n    # Parse the datetime and return a python datetime object\n    spanish_date = soup.find(\"h3\", {\"class\": \"sitr-update\"}).string\n    english_date = _localise_spanish_date(spanish_date)\n    date = datetime.strptime(english_date, \"%d-%m-%Y %H:%M:%S\").replace(tzinfo=TIMEZONE)\n\n    production_mix = ProductionMix()\n    productions = extract_pie_chart_data(html_doc)\n    # [{name:\"Hídrica 1342.54 (80.14%)\",value:1342.54,color:\"#99ccee\"}, ...]\n    for prod in productions:  # {name:\"Hídrica 1342.54 (80.14%)\", ...}\n        production_type, production_value, _percentage = prod[\"name\"].split(\" \", 2)\n        # ignore termica data to avoid using outdated chart data\n        if production_type == \"Térmica\":\n            continue\n        production_mode = PRODUCTION_TYPE_TO_PRODUCTION_MODE[production_type]  # hydro\n        production_mix.add_value(production_mode, float(production_value))\n\n    # Calculate manually thermal generation to avoid using outdated chart data\n    thermal_generation = sum_thermal_units(soup)\n    # Known fossil plants: parse, subtract from \"unknown\", add to \"coal\"/\"oil\"/\"gas\"\n    thermal_production_breakdown = soup.find_all(\"table\", {\"class\": \"sitr-table-gen\"})[\n        1\n    ]\n    # Make sure the table header is indeed \"Térmicas (MW)\" (in case the tables are re-arranged)\n    thermal_production_breakdown_table_header = (\n        thermal_production_breakdown.parent.parent.parent.select(\"> .tile-title\")[\n            0\n        ].string\n    )\n    assert \"Térmicas\" in thermal_production_breakdown_table_header, (\n        f\"Exception when extracting thermal generation breakdown for {zone_key}: table header does not contain \"\n        f\"'Térmicas' but is instead named {thermal_production_breakdown_table_header}\"\n    )\n    thermal_production_units = thermal_production_breakdown.select(\n        \"tbody tr td table.sitr-gen-group tr\"\n    )\n\n    for thermal_production_unit in thermal_production_units:\n        unit_name_and_generation = thermal_production_unit.find_all(\"td\")\n        unit_name = unit_name_and_generation[0].string\n        unit_generation = float(unit_name_and_generation[1].string)\n        if unit_name in MAP_THERMAL_GENERATION_UNIT_NAME_TO_FUEL_TYPE:\n            if unit_generation > 0:  # Ignore self-consumption\n                unit_fuel_type = MAP_THERMAL_GENERATION_UNIT_NAME_TO_FUEL_TYPE[\n                    unit_name\n                ]\n                production_mix.add_value(unit_fuel_type, unit_generation)\n                thermal_generation -= unit_generation\n        else:\n            logger.warning(\n                f\"{unit_name} is not mapped to generation type\",\n                extra={\"key\": zone_key},\n            )\n\n    # Round remaining \"unknown\" output to 13 decimal places to get rid of floating point errors\n    thermal_generation = round(thermal_generation, 13)\n    if 0 < thermal_generation < 1e-3:\n        thermal_generation = 0.0\n    # assign anything remaining to 'unknown'\n    production_mix.add_value(\"unknown\", max(thermal_generation, 0.0))\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    production_breakdown_list.append(\n        zoneKey=zone_key,\n        datetime=date,\n        source=PRODUCTION_SOURCE,\n        production=production_mix,\n    )\n    return production_breakdown_list.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey = ZONE_KEY,\n    zone_key2: ZoneKey = ZoneKey(\"CR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power exchange (in MW) between two countries.\"\"\"\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER,\n            \"This parser is not yet able to parse historical data\",\n            sorted_zone_keys,\n        )\n\n    session = session or Session()\n    timestamp = datetime.now(tz=TIMEZONE)\n    response = session.get(EXCHANGE_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            sorted_zone_keys,\n        )\n\n    df = pd.read_html(response.text)[0]\n\n    # A positive value on website indicates a flow from country specified to PA.\n    net_flow_cr = round(\n        float(df[4][1])\n        + float(df[4][3])\n        + float(df[4][5])\n        + float(df[1][8])\n        + float(df[1][10]),\n        2,\n    )\n    net_flow_gt = round(\n        float(df[4][23]) + float(df[4][26]) + float(df[4][28]) + float(df[1][31]), 2\n    )\n    net_flow_hn = round(\n        float(df[1][13])\n        + float(df[1][15])\n        + float(df[1][18])\n        + float(df[1][20])\n        + float(df[1][23]),\n        2,\n    )\n    net_flow_ni = round(\n        float(df[4][8]) + float(df[4][10]) + float(df[4][13]) + float(df[4][15]), 2\n    )\n\n    # invert sign to account for direction in alphabetical order\n    net_flow_sv = -1 * round(\n        float(df[4][18]) + float(df[4][20]) + float(df[1][26]) + float(df[1][28]), 2\n    )\n\n    net_flows = {\n        \"CR->PA\": net_flow_cr,  # Costa Rica to Panama\n        \"GT->PA\": net_flow_gt,  # Guatemala to Panama\n        \"HN->PA\": net_flow_hn,  # Honduras to Panama\n        \"NI->PA\": net_flow_ni,  # Nicaragua to Panama\n        \"PA->SV\": net_flow_sv,  # Panama to El Salvador\n    }\n\n    exchange_list = ExchangeList(logger)\n    exchange_list.append(\n        zoneKey=sorted_zone_keys,\n        datetime=timestamp,\n        netFlow=net_flows[sorted_zone_keys],\n        source=EXCHANGE_SOURCE,\n    )\n    return exchange_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Fetches consumption of Panama.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER, \"This parser is not yet able to parse historical data\", zone_key\n        )\n\n    r = session or Session()\n    timestamp = datetime.now(tz=TIMEZONE)\n    response = r.get(CONSUMPTION_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    soup = BeautifulSoup(response.text, \"html.parser\")\n    consumption_title = soup.find(\"h5\", string=re.compile(r\"\\s*Demanda Total\\s*\"))\n    consumption_val = float(consumption_title.find_next_sibling().text.split()[0])\n\n    consumption_list = TotalConsumptionList(logger)\n    consumption_list.append(\n        zoneKey=zone_key,\n        datetime=timestamp,\n        consumption=consumption_val,\n        source=PRODUCTION_SOURCE,\n    )\n    return consumption_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_exchange() ->\")\n    print(fetch_exchange())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/PE.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\nlogger = getLogger(__name__)\n\nAPI_ENDPOINT = \"https://www.coes.org.pe/Portal/portalinformacion/generacion\"\n\nTIMEZONE = ZoneInfo(\"America/Lima\")\n\nMAP_GENERATION = {\n    \"DIESEL\": \"oil\",\n    \"RESIDUAL\": \"biomass\",\n    \"CARBÓN\": \"coal\",\n    \"GAS\": \"gas\",\n    \"HÍDRICO\": \"hydro\",\n    \"BIOGÁS\": \"biomass\",\n    \"BAGAZO\": \"biomass\",\n    \"SOLAR\": \"solar\",\n    \"EÓLICA\": \"wind\",\n}\nSOURCE = \"coes.org.pe\"\n\n\ndef parse_datetime(dt: str):\n    return datetime.strptime(dt, \"%Y/%m/%d %H:%M:%S\").replace(\n        tzinfo=TIMEZONE\n    ) - timedelta(minutes=30)\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"PE\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    df_current = _get_production_data(session, target_datetime)\n    df_yesterday = _get_production_data(session, target_datetime - timedelta(days=1))\n\n    df = pd.concat([df_yesterday, df_current]).reset_index(drop=True)\n\n    # Parse datetime column with Peru timezone and set as index\n    df[\"datetime\"] = pd.to_datetime(df[\"datetime\"], format=\"%Y/%m/%d %H:%M:%S\")\n    df[\"datetime\"] = df[\"datetime\"].dt.tz_localize(TIMEZONE)\n    df = df.set_index(\"datetime\")\n    # Create production breakdown list\n    production_breakdown_list = ProductionBreakdownList(logger)\n\n    for datetime_idx, row in df.iterrows():\n        productionMix = ProductionMix()\n\n        # Add each energy source to the production mix\n        for energy_source, value in row.items():\n            if energy_source in MAP_GENERATION:\n                production_mode = MAP_GENERATION[energy_source]\n                productionMix.add_value(production_mode, round(float(value), 3))\n            else:\n                raise ValueError(f\"Unknown energy source: {energy_source}\")\n\n        # Add production breakdown to the list\n        # Convert pandas Timestamp to native datetime object\n        native_datetime = datetime_idx.to_pydatetime()\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=native_datetime,\n            source=SOURCE,\n            production=productionMix,\n        )\n\n    return production_breakdown_list.to_list()\n\n\ndef _get_production_data(session: Session, target_datetime: datetime) -> pd.DataFrame:\n    \"\"\"Get the production data for the target datetime.\"\"\"\n    r = session or Session()\n\n    # To guarantee a full 24 hours of data we must make 2 requests.\n    response_url_current: Response = r.post(\n        API_ENDPOINT,\n        data={\n            \"fechaInicial\": (target_datetime).strftime(\"%d/%m/%Y\"),\n            \"fechaFinal\": (target_datetime + timedelta(days=1)).strftime(\"%d/%m/%Y\"),\n            \"indicador\": 0,\n        },\n    )\n    # Data in MW (it is production not generation) + local time, be careful.\n\n    production_data = response_url_current.json()[\"GraficoTipoCombustible\"][\"Series\"]\n\n    # Transform production_data into a pandas DataFrame\n    # First, collect all datetime values and validate consistency across all sources\n    datetime_values = []\n    if production_data and production_data[0][\"Data\"]:\n        datetime_values = [data[\"Nombre\"] for data in production_data[0][\"Data\"]]\n\n    # Validate that all energy sources have the same datetime values\n    for item in production_data:\n        source_datetimes = [data[\"Nombre\"] for data in item[\"Data\"]]\n        if source_datetimes != datetime_values:\n            raise ValueError(\n                f\"Datetime values are not consistent across all sources: {source_datetimes} != {datetime_values}\"\n            )\n\n    # Create DataFrame with datetime as index and energy sources as columns\n    df_data = {\"datetime\": datetime_values}\n\n    for item in production_data:\n        source_name = item[\"Name\"]\n        values = [data[\"Valor\"] for data in item[\"Data\"]]\n        df_data[source_name] = values\n\n    # Convert to pandas DataFrame\n    df = pd.DataFrame(df_data)\n\n    return df\n\n\nif __name__ == \"__main__\":\n    fetch_production()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/PF.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"PF.py\"\nTIMEZONE = ZoneInfo(\"Pacific/Tahiti\")\n\nPRODUCTION_API_URL = \"https://www.edt.pf/transition-energetique-innovation\"\nPRODUCTION_SOURCE = \"edt.pf\"\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"PF\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    session = session or Session()\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER, \"This parser is not yet able to parse historical data\", zone_key\n        )\n\n    time = datetime.now(tz=TIMEZONE)\n    response = session.get(PRODUCTION_API_URL)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    soup = BeautifulSoup(response.text, \"lxml\")\n    block = soup.find(\n        id=\"id1____detailMesurePortlet__WAR__EDTAEL2018__Script\"\n    ).prettify()\n    block = block.replace(\"\\n\", \"\")\n    block = re.search(r'\\{\"cols.*\\}\\]\\}\\]\\}', block)\n    data_table = block.group(0)\n    data_table = re.sub(\"Thermique\", \"oil\", data_table)\n    data_table = re.sub(\"Hydro électricité\", \"hydro\", data_table)\n    data_table = re.sub(\"Solaire\", \"solar\", data_table)\n    data_dict = json.loads(data_table)\n\n    # Parse the dict 'data_dict' containing the production mix (the values are in kW)\n    production_mix = ProductionMix()\n    for line in data_dict[\"rows\"]:\n        resource = line[\"c\"][0].get(\"v\")\n        production_value = line[\"c\"][1].get(\"v\")\n        production_value_mw = production_value / 1000\n        production_mix.add_value(resource, production_value_mw)\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    production_breakdown_list.append(\n        zoneKey=zone_key,\n        datetime=time.replace(second=0, microsecond=0),  # truncate to minutes\n        source=PRODUCTION_SOURCE,\n        production=production_mix,\n    )\n    return production_breakdown_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/PrinceEdwardIsland.py",
    "content": "#!/usr/bin/env python3\nimport json\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"PrinceEdwardIsland.ca\"\nTIMEZONE = ZoneInfo(\"Canada/Atlantic\")\n# The dashboard associated with this API can be found at\n# https://www.PrinceEdwardIsland.ca/en/feature/pei-wind-energy.\nURL = \"https://wdf.PrinceEdwardIsland.ca/api/workflow\"  # API\nZONE_KEY = ZoneKey(\"CA-PE\")\n\n\ndef _parse_power(text: str) -> float:\n    return float(text[: text.index(\" MW\")])\n\n\ndef _get_event(session: Session):\n    # Request an event from the source.\n    event = session.post(\n        URL,\n        data=json.dumps({\"featureName\": \"WindEnergy\", \"queryName\": \"WindEnergy\"}),\n        headers={\"Content-Type\": \"application/json\"},\n    ).json()[\"data\"]\n    # Collect the production modes and power values into a lookup table.\n    modes = dict(\n        object_[\"data\"][\"header\"].split(\": \", maxsplit=1)\n        for object_ in event\n        if object_[\"type\"] == \"GaugeChart\"\n    )\n    # Extract the timestamp.\n    timestamp = datetime.strptime(\n        event[-1][\"data\"][\"text\"][len(\"Last updated \") :], \"%B %d, %Y %I:%M %p\"\n    ).replace(tzinfo=TIMEZONE)\n    # Return a new, more convenient lookup table.\n    return {\n        \"datetime\": timestamp,\n        \"fossil\": _parse_power(modes[\"Total On-Island Fossil Fuel Generation\"]),\n        \"load\": _parse_power(modes[\"Total On-Island Load\"]),\n        \"wind\": _parse_power(modes[\"Total On-Island Wind Generation\"]),\n    }\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if zone_key != ZONE_KEY:\n        raise ParserException(\n            \"PrinceEdwardIsland.py\", \"Cannot parse zone '{zone_key}'\", zone_key\n        )\n    if target_datetime:\n        raise ParserException(\n            \"PrinceEdwardIsland.py\", \"Unable to fetch historical data\", ZONE_KEY\n        )\n\n    event = _get_event(session or Session())\n\n    production_mix = ProductionMix()\n\n    # These are oil-fueled (\"heavy fuel oil\" and \"diesel\") generators used as\n    # peakers and back-up.\n    production_mix.add_value(\"oil\", event[\"fossil\"])\n    production_mix.add_value(\"wind\", event[\"wind\"])\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    production_breakdowns.append(\n        datetime=event[\"datetime\"],\n        production=production_mix,\n        source=SOURCE,\n        zoneKey=ZONE_KEY,\n    )\n    return production_breakdowns.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two regions.\"\"\"\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted((zone_key1, zone_key2))))\n\n    if target_datetime:\n        raise ParserException(\n            \"PrinceEdwardIsland.py\", \"Unable to fetch historical data\", sorted_zone_keys\n        )\n\n    if sorted_zone_keys != ZoneKey(\"CA-NB->CA-PE\"):\n        raise ParserException(\n            \"PrinceEdwardIsland.py\",\n            f\"The exchange pair '{sorted_zone_keys}' is not implemented\",\n            sorted_zone_keys,\n        )\n\n    # PEI imports most of its electricity. Everything not generated on the\n    # island is imported from New Brunswick.\n    #\n    # In the case of wind, some is \"paper-exported\" even if there is a net\n    # import, and the \"Wind Power Exported Off Island\" gauge on the dashboard\n    # indicates their accounting of these exports. The dashboard says:\n    #\n    #   Wind Power Exported Off-Island is that portion of wind generation that\n    #   is supplying contracts elsewhere. The actual electricity from this\n    #   portion of wind generation may stay within PEI but is satisfying a\n    #   contractual arrangement in another jurisdiction.\n    #\n    # We are ignoring these paper exports, as they are an accounting/legal\n    # detail that doesn't actually reflect what happens on the wires. Given\n    # that NB is the only interconnection with PEI, physically exporting wind\n    # power to NB while simultaneously importing the balance seems unlikely.\n    event = _get_event(session or Session())\n    exchanges = ExchangeList(logger)\n    exchanges.append(\n        datetime=event[\"datetime\"],\n        # The sorted zones are CA-NB -> CA-PE, so a positive value represents\n        # export from NB / import into PE.\n        netFlow=event[\"load\"] - event[\"fossil\"] - event[\"wind\"],\n        source=SOURCE,\n        zoneKey=sorted_zone_keys,\n    )\n\n    return exchanges.to_list()\n\n\nif __name__ == \"__main__\":\n    # Never used by the Electricity Map backend, but handy for testing.\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print('fetch_exchange(\"CA-PE\", \"CA-NB\") ->')\n    print(fetch_exchange(ZoneKey(\"CA-PE\"), ZoneKey(\"CA-NB\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/README.md",
    "content": "# Parsers\n\nA parser is a file or script that is responsible for fetching data for a particular zone or set of zones and/or exchanges.\n\nParsers are built using public URLs that has data available at hourly or better granularity. For a full list of technical requirements regarding data sources check out our wiki page: [Technical requirements for data sources][wiki data source req]\n\nIf you want to **create a new parser** you can check out the specific parser function documentation in the [examples folder](/electricitymap/contrib/parsers/examples/) or take a look at one of our existing parsers.\nNote: Not all of our existing parsers have been updated with the latest syntax and might be functional but outdated.\n\n## Different kinds of parsers\n\nRight now we support the following parsers:\n\n### Live parsers:\n\n- #### Production parsers:\n  These parsers are our primary source of data and parse aggregated production data from our sources.\n- #### Consumption parsers:\n  Like the production parsers these parse aggregated data but instead of parsing what a zone produces they parse the zones electricity consumption.\n- #### Price parsers:\n  Price parsers parse electricity cost before any potential taxes or transmission fees and should return the price at hourly or better resolution even if the _Market Time Unit_ or MTU, is longer.\n- #### Production Per Unit parsers:\n  These parsers parse the production of individual production units or power plants for a zone.\n- #### Exchange parsers:\n  These parsers parse the net flow, exchange, of electricity between two zones.\n\n### Forecast parsers:\n\n- #### Generation Forecast parser:\n  Parse the forecasted total generation for a zone.\n- #### Generation Per Mode Forecast parser:\n  Similar to the generation forecast parser but parse forecasted generation per production mode.\n- #### Consumption Forecast parser:\n  Parse the forecasted consumption for a zone.\n- #### Exchange Forecast parser:\n  Parse the forecasted net flow, exchange, between two zones.\n\n# Archived parsers\n\nParsers that are no longer used or have been broken for a long time reside in the [/archived](/electricitymap/contrib/parsers/archived/) folder.\n\n[wiki data source req]: https://github.com/electricitymaps/electricitymaps-contrib/wiki/Technical-requirements-for-parser-data\n"
  },
  {
    "path": "electricitymap/contrib/parsers/RU.py",
    "content": "#!/usr/bin/python3\n\nimport json\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\n# RU-1: European and Uralian Market Zone (Price Zone 1)\n# RU-2: Siberian Market Zone (Price Zone 2)\n# RU-AS: Russia East Power System (2nd synchronous zone)\n# Handling of hours: data at t on API side corresponds to\n# production / consumption from t to t+1\n\n# http://br.so-ups.ru is not available outside Russia (sometimes?), use a reverse proxy in Russia\nHOST = \"https://858127-cc16935.tmweb.ru\"\nBASE_EXCHANGE_URL = f\"{HOST}/webapi/api/flowDiagramm/GetData?\"\n\nMAP_GENERATION_1 = {\n    \"P_AES\": \"nuclear\",\n    \"P_GES\": \"hydro\",\n    \"P_GRES\": \"unknown\",\n    \"P_TES\": \"unknown\",\n    \"P_BS\": \"unknown\",\n    \"P_REN\": \"solar\",\n    \"P_WIND\": \"wind\",\n}\n\nMAP_GENERATION_2 = {\"aes_gen\": \"nuclear\", \"ges_gen\": \"hydro\", \"P_tes\": \"unknown\"}\n\nIGNORE_KEYS = {\n    \"M_DATE\",\n    \"INTERVAL\",\n    \"date\",\n    \"hour\",\n    \"fHour\",\n    \"Pmin_tes\",\n    \"Pmax_tes\",\n    \"power_sys_id\",\n    \"price_zone_id\",\n}\n\nexchange_ids = {\n    \"RU-AS->CN\": 764,\n    \"RU->MN\": 276,\n    \"RU-2->MN\": 276,\n    \"RU->KZ\": 785,\n    \"RU-1->KZ\": 2394,\n    \"RU-2->KZ\": 344,\n    \"RU-2->RU-1\": 139,\n    \"RU->GE\": 752,\n    \"RU-1->GE\": 752,\n    \"AZ->RU\": 598,\n    \"AZ->RU-1\": 598,\n    \"BY->RU\": 321,\n    \"BY->RU-1\": 321,\n    \"RU->FI\": 187,\n    \"RU-1->FI\": 187,\n    \"RU-KGD->LT\": 212,\n    \"RU-1->UA-CR\": 5688,\n    \"UA->RU-1\": 880,\n}\n\nSOURCE = \"so-ups.ru\"\n\n# Each exchange is contained in a div tag with a \"data-id\" attribute that is unique.\n\n\nTIMEZONE = ZoneInfo(\"Europe/Moscow\")\n\n\n@refetch_frequency(timedelta(hours=24))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    \"\"\"Fetch production data for Russian zones (1st and 2nd synchronous zones).\"\"\"\n    session = session or Session()\n\n    # Zone configuration\n    zone_key_price_zone_mapper = {\n        \"RU-1\": 1,\n        \"RU-2\": 2,\n    }\n\n    # Validate zone\n    if zone_key not in zone_key_price_zone_mapper and zone_key != \"RU-AS\":\n        raise NotImplementedError(\"This parser is not able to parse given zone\")\n\n    # Prepare datetime\n    if target_datetime:\n        target_datetime_tz = target_datetime.astimezone(tz=TIMEZONE)\n    else:\n        target_datetime_tz = datetime.now(TIMEZONE)\n    datetime_to_fetch = target_datetime_tz - timedelta(hours=1)\n    date = datetime_to_fetch.strftime(\"%Y.%m.%d\")\n\n    # Build URL based on zone type\n    if zone_key in zone_key_price_zone_mapper:\n        # 1st synchronous zone (RU-1, RU-2)\n        price_zone = zone_key_price_zone_mapper[zone_key]\n        url = f\"{HOST}/webapi/api/CommonInfo/PowerGeneration?priceZone[]={price_zone}&startDate={date}&endDate={date}\"\n        generation_map = MAP_GENERATION_1\n        date_key = \"M_DATE\"\n        hour_key = \"INTERVAL\"\n    else:\n        # 2nd synchronous zone (RU-AS)\n        url = f\"{HOST}/webapi/api/CommonInfo/GenEquipOptions_Z2?oesTerritory[]=540000&startDate={date}\"\n        generation_map = MAP_GENERATION_2\n        date_key = \"date\"\n        hour_key = \"hour\"\n\n    response = session.get(url, verify=False)\n    json_content = json.loads(response.text)\n    dataset = json_content[0][\"m_Item2\"]\n\n    production_breakdown_list = ProductionBreakdownList(logger=logger)\n    for datapoint in dataset:\n        production = ProductionMix()\n\n        for key in datapoint:\n            if key in IGNORE_KEYS:\n                continue\n            if key in generation_map:\n                production_type = generation_map[key]\n                gen_value = datapoint[key]\n                production.add_value(\n                    mode=production_type,\n                    value=gen_value,\n                    correct_negative_with_zero=True,\n                )\n            else:\n                logger.warning(\n                    f\"Unknown production type '{key}' with value {datapoint[key]} in {zone_key} production data\"\n                )\n\n        # Parse datetime based on zone type\n        date = datetime.fromisoformat(datapoint[date_key])\n        interval_hour = datapoint[hour_key]\n\n        dt = date + timedelta(hours=interval_hour)\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=production,\n            source=SOURCE,\n        )\n\n    return production_breakdown_list.to_list()\n\n\ndef response_checker(json_content) -> bool:\n    flow_values = json_content[\"Flows\"]\n\n    if not flow_values:\n        return False\n\n    non_zero = False\n    for item in flow_values:\n        if item[\"Id\"] in list(exchange_ids.values()):\n            if item[\"NumValue\"] == 0.0:\n                continue\n            else:\n                non_zero = True\n                break\n\n    return non_zero\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    today = target_datetime if target_datetime else datetime.now(timezone.utc)\n\n    date = today.date().isoformat()\n    r = session or Session()\n    DATE = f\"Date={date}\"\n\n    exchange_urls = []\n    if target_datetime:\n        for hour in range(0, 24):\n            url = BASE_EXCHANGE_URL + DATE + f\"&Hour={hour}\"\n            exchange_urls.append((url, hour))\n    else:\n        # Only fetch last 2 hours when not fetching historical data.\n        for shift in range(0, 2):\n            hour = (today - timedelta(hours=shift)).strftime(\"%H\")\n            url = BASE_EXCHANGE_URL + DATE + f\"&Hour={hour}\"\n            exchange_urls.append((url, int(hour)))\n\n    datapoints = []\n    for url, hour in exchange_urls:\n        response = r.get(url, verify=False)\n        json_content = json.loads(response.text)\n\n        if response_checker(json_content):\n            datapoints.append((json_content[\"Flows\"], hour))\n        else:\n            # data not yet available for this hour\n            continue\n\n    sortedcodes = \"->\".join(sorted([zone_key1, zone_key2]))\n    reversesortedcodes = \"->\".join(sorted([zone_key1, zone_key2], reverse=True))\n\n    if sortedcodes in exchange_ids:\n        exchange_id = exchange_ids[sortedcodes]\n        direction = 1\n    elif reversesortedcodes in exchange_ids:\n        exchange_id = exchange_ids[reversesortedcodes]\n        direction = -1\n    else:\n        raise NotImplementedError(\"This exchange pair is not implemented.\")\n\n    data = []\n    for datapoint, hour in datapoints:\n        try:\n            exchange = [item for item in datapoint if item[\"Id\"] == exchange_id][0]\n            flow = exchange.get(\"NumValue\") * direction\n        except KeyError:\n            # flow is unknown or not available\n            flow = None\n\n        dt = today.replace(hour=hour, minute=0, second=0, microsecond=0)\n\n        exchange = {\n            \"sortedZoneKeys\": sortedcodes,\n            \"datetime\": dt,\n            \"netFlow\": flow,\n            \"source\": SOURCE,\n        }\n\n        data.append(exchange)\n\n    return data\n"
  },
  {
    "path": "electricitymap/contrib/parsers/SE.py",
    "content": "\"\"\"\nPoor mans parser timeboxing for Sweden subzones.\n\"\"\"\n\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    fetch_production as fetch_production_enstoe,\n)\nfrom electricitymap.contrib.parsers.eSett import (\n    fetch_production as fetch_production_esett,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@refetch_frequency(timedelta(days=3))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    assert zone_key in {\n        ZoneKey(\"SE-SE1\"),\n        ZoneKey(\"SE-SE2\"),\n        ZoneKey(\"SE-SE3\"),\n        ZoneKey(\"SE-SE4\"),\n    }, f\"Zone {zone_key} is not supported by the SE parser.\"\n    target_datetime = (target_datetime or datetime.now(timezone.utc)).astimezone(\n        timezone.utc\n    )\n\n    if target_datetime < datetime(2022, 1, 1, tzinfo=timezone.utc):\n        return fetch_production_esett(zone_key, session, target_datetime, logger)\n    else:\n        return fetch_production_enstoe(zone_key, session, target_datetime, logger)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/SEAPA.py",
    "content": "from datetime import datetime, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER_NAME = \"SEAPA.py\"\n\nSOURCE = \"seapahydro.org\"\nDATA_URL = \"https://seapahydro.org/api/scada/index\"\n\n\ndef get_value(data: dict, key: str) -> float:\n    return float(data[key][\"text\"])\n\n\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER_NAME, \"This parser is not yet able to parse past dates\", zone_key\n        )\n\n    res = session.get(DATA_URL)\n    data = res.json()\n\n    data = {\n        \"seapa_total\": get_value(data, \"ss_mw\"),  # 2 hydro plants owned by SEAPA\n        \"ktn_hydro\": get_value(\n            data, \"ktn_hydro_mw\"\n        ),  # hydro from pre-existing Ketchikan plants\n        \"ktn_diesel\": get_value(data, \"ktn_diesel_mw\"),  # backup Ketchikan diesel\n    }\n\n    production_mix = ProductionMix(oil=data[\"ktn_diesel\"])\n    production_mix.add_value(\"hydro\", data[\"seapa_total\"], True)\n    production_mix.add_value(\"hydro\", data[\"ktn_hydro\"], True)\n\n    production_list = ProductionBreakdownList(logger=logger)\n    production_list.append(\n        zoneKey=zone_key,\n        datetime=datetime.now(timezone.utc),\n        production=production_mix,\n        source=SOURCE,\n    )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Maps backend, but handy for testing.\"\"\"\n\n    print(fetch_production(ZoneKey(\"US-AK-SEAPA\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/SG.py",
    "content": "#!/usr/bin/env python3\n\nimport re\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom PIL import Image, ImageOps\nfrom pytesseract import image_to_string\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\n\nTIMEZONE = ZoneInfo(\"Asia/Singapore\")\n\nTICKER_URL = \"https://www.emcsg.com/ChartServer/blue/ticker\"\n\nSOLAR_URL = (\n    \"https://www.ema.gov.sg//content/dam/corporate/solar-irradiance-map/plot.png\"\n)\n\n\"\"\"\nAround 95% of Singapore's generation is done with combined-cycle gas turbines.\n\nResources:\n\n- https://www.ema.gov.sg/Statistics.aspx particularly filtering by \"Generation\"\nThe most recent document at time of writing is\nhttps://www.ema.gov.sg/cmsmedia/Publications_and_Statistics/Statistics/27RSU.pdf\nIt says that between January 2016 and March 2017, non-gas monthly generation breakdown has been 0.7% to 1.4% coal,\n0.1% to 1.0% \"petroleum products\" (excluding an exceptional value of 3.9% in Nov 2016),\nand 2.7% to 3.4% \"other\", which includes among others waste-to-energy and solar.\n\n- Write-up of energy statistics in 2015 and first half of 2016:\nhttps://www.ema.gov.sg/cmsmedia/Publications_and_Statistics/Publications/SES/2016/Singapore%20Energy%20Statistics%202016.pdf\n(referred to as \"Singapore Energy Statistics 2016\" below)\nIt states among others \"In 2015, [natural gas] accounted for about 95% of fuel mix,\ncomparable with that recorded in 2014. Petroleum products, mainly in the form of diesel and fuel oil,\nmade up 0.7% of the fuel mix. Other energy products (e.g. municipal waste, coal and biomass)\naccounted for 2.9% while the remaining 1.2% was from coal\", and that steam turbines in Singapore\n\"typically run on fuel oil and diesel'\n\nThe real-time information on EMCSG website includes data for three categories: \"CCGT/COGEN/TRIGEN\", \"GT\", and \"ST\".\nI take these to mean combined-cycle gas turbines/co-generation/tri-generation,\nsingle-cycle gas turbines (following the Energy Statistics 2016 pg 24), and steam turbines respectively.\nThere is no real-time information on fuel for steam turbines.\n\nFor Electricity Map, we map CCGT and GT to gas, and ST to \"unknown\".\n\nThe Energy Market Authority estimates current solar production and publishes it at\nhttps://www.ema.gov.sg/solarmap.aspx\n\nThere exists an interconnection to Malaysia, it is implemented in MY_WM.py.\n\"\"\"\n\nTYPE_MAPPINGS = {\"CCGT/COGEN/TRIGEN\": \"gas\", \"GT\": \"gas\", \"ST\": \"unknown\"}\n\n\ndef get_solar(session: Session, logger: Logger) -> float | None:\n    \"\"\"\n    Fetches a graphic showing estimated solar production data.\n    Uses OCR (tesseract) to extract MW value.\n    \"\"\"\n    requests_obj = session or Session()\n    requests_obj.headers.update({\"User-Agent\": \"Mozilla/5.0\"})\n    solar_image = Image.open(session.get(SOLAR_URL, stream=True).raw)\n\n    solar_mw = __detect_output_from_solar_image(solar_image, logger)\n    solar_dt = __detect_datetime_from_solar_image(solar_image, logger)\n\n    singapore_dt = datetime.now(tz=TIMEZONE)\n    diff = singapore_dt - solar_dt\n\n    # Need to be sure we don't get old data if image stops updating.\n    if diff.total_seconds() > 3600:\n        msg = f\"Singapore solar data is too old to use, parsed data timestamp was {solar_dt}.\"\n        logger.warning(msg, extra={\"key\": \"SG\"})\n        return None\n\n    return solar_mw\n\n\ndef parse_megawatt_value(val) -> int:\n    \"\"\"Turns values like \"5,156MW\" and \"26MW\" into 5156 and 26 respectively.\"\"\"\n    return int(val.replace(\",\", \"\").replace(\"MW\", \"\"))\n\n\ndef parse_percent(val) -> float:\n    \"\"\"Turns values like \"97.92%\" into 0.9792.\"\"\"\n    return float(val.replace(\"%\", \"\")) / 100\n\n\ndef parse_price(price_str) -> float:\n    \"\"\"Turns values like \"$70.57/MWh\" into 70.57\"\"\"\n\n    return float(price_str.replace(\"$\", \"\").replace(\"/MWh\", \"\"))\n\n\ndef find_first_list_item_by_key_value(\n    section_list: list, filter_key, filter_value, sought_key\n):\n    \"\"\"\n    Parses a common pattern in Singapore JSON response format. Examples:\n\n    [d['Value'] for d in energy_section if d['Label'] == 'Demand'][0]\n        => find_first_list_item_by_key_value(energy_section, 'Label', 'Demand', 'Value')\n\n    [section['SectionData'] for section in sections if section['Name'] == 'Energy'][0]\n        => find_first_list_item_by_key_value(sections, 'Name', 'Energy', 'SectionData')\n\n    [d['Value'] for d in energy_section if d['Label'] == 'USEP'][0]\n        => find_first_list_item_by_key_value(energy_section, 'Label', 'USEP', 'Value')\n    \"\"\"\n\n    return [\n        list_item[sought_key]\n        for list_item in section_list\n        if list_item[filter_key] == filter_value\n    ][0]\n\n\ndef sg_period_to_hour(period_str) -> float:\n    \"\"\"\n    Singapore electricity markets are split into 48 periods.\n    Period 1 starts at 00:00 Singapore time, Period 9 starts at 04:00.\n    Returns hours since midnight, possibly with 0.5 to indicate 30 minutes.\n    \"\"\"\n    return (float(period_str) - 1) / 2.0\n\n\ndef sg_data_to_datetime(data):\n    data_date = data[\"Date\"]\n    data_time = sg_period_to_hour(data[\"Period\"])\n    data_datetime = datetime.strptime(data_date, \"%d %b %Y\").replace(\n        tzinfo=TIMEZONE\n    ) + timedelta(hours=data_time)\n    return data_datetime\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"SG\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of Singapore.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    requests_obj = session or Session()\n    # TODO: restore verification when source fixes configuration or we manually install their chain\n    requests_obj.verify = False\n\n    response = requests_obj.get(TICKER_URL)\n    data = response.json()\n\n    sections = data[\"Sections\"]\n\n    energy_section = find_first_list_item_by_key_value(\n        sections, \"Name\", \"Energy\", \"SectionData\"\n    )\n\n    demand_str = find_first_list_item_by_key_value(\n        energy_section, \"Label\", \"Demand\", \"Value\"\n    )\n    demand = parse_megawatt_value(demand_str)\n    system_loss_str = find_first_list_item_by_key_value(\n        energy_section, \"Label\", \"System Loss\", \"Value\"\n    )\n    system_loss = parse_megawatt_value(system_loss_str)\n\n    generation = demand + system_loss\n\n    mix_section = find_first_list_item_by_key_value(\n        sections, \"Name\", \"Generator Type Share\", \"SectionData\"\n    )\n\n    gen_types = {\n        gen_type[\"Label\"]: parse_percent(gen_type[\"Value\"]) for gen_type in mix_section\n    }\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    mix = ProductionMix()\n    for gen_type, gen_percent in gen_types.items():\n        gen_mw = gen_percent * generation\n        mapped_type = TYPE_MAPPINGS.get(gen_type)\n\n        if mapped_type:\n            mix.add_value(TYPE_MAPPINGS[gen_type], gen_mw)\n\n        else:\n            # unrecognized - log it, then add into unknown\n            msg = (\n                f'Singapore has unrecognized generation type \"{gen_type}\" '\n                f\"with production share {gen_percent}%\"\n            )\n            logger.warning(msg)\n            mix.add_value(\"unknown\", gen_mw)\n\n    mix.add_value(\"solar\", get_solar(requests_obj, logger))\n\n    production_breakdowns.append(\n        datetime=sg_data_to_datetime(data),\n        zoneKey=zone_key,\n        production=mix,\n        storage=None,\n        source=\"emcsg.com, ema.gov.sg\",\n    )\n    return production_breakdowns.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"SG\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Requests the most recent known power prices in Singapore (USEP).\n\n    See https://www.emcsg.com/marketdata/guidetoprices for details of what different prices in the data source mean.\n    We use USEP here: \"The Uniform Singapore Energy Price (USEP) is the uniform price of energy\n    that applies for settlement purposes for all energy injections or withdrawals that are deemed to occur\n    at the Singapore hub. It is the weighted-average of the nodal prices at all off-take nodes in each half hour.\"\n\n    There are also price forecasts for future prices at https://www.emcsg.com/marketdata/priceinformation\n    that appears to extend to end of day in Singapore, so up to 24 hours into the future,\n    however we don't currently use this.\n    \"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    requests_obj = session or Session()\n    # TODO: restore verification when source fixes configuration or we manually install their chain\n    requests_obj.verify = False\n    response = requests_obj.get(TICKER_URL)\n    data = response.json()\n\n    sections = data[\"Sections\"]\n\n    energy_section = find_first_list_item_by_key_value(\n        sections, \"Name\", \"Energy\", \"SectionData\"\n    )\n\n    price_str = find_first_list_item_by_key_value(\n        energy_section, \"Label\", \"USEP\", \"Value\"\n    )\n    price = parse_price(price_str)\n    price_list = PriceList(logger)\n    price_list.append(\n        zoneKey=zone_key,\n        datetime=sg_data_to_datetime(data),\n        currency=\"SGD\",\n        price=price,\n        source=\"emcsg.com\",\n    )\n    return price_list.to_list()\n\n\ndef __detect_datetime_from_solar_image(solar_image, logger: Logger):\n    w, h = solar_image.size\n    crop_left = int(w * 0.64)\n    crop_top = int(h * 0.80)\n    crop_right = int(w * 0.87)\n    crop_bottom = int(h * 0.86)\n    time_img = solar_image.crop((crop_left, crop_top, crop_right, crop_bottom))\n    processed_img = __preprocess_image_for_ocr(time_img)\n    text = image_to_string(\n        processed_img,\n        lang=\"eng\",\n        config='--psm 7 -c tessedit_char_whitelist=\"0123456789:- \"',\n    )\n\n    try:\n        time_pattern = r\"\\d+-\\d+-\\d+\\s+\\d+:\\d+\"\n        time_string = re.search(time_pattern, text, re.MULTILINE).group(0)\n    except AttributeError:\n        msg = f\"Unable to get values for SG solar from OCR text: {text}\"\n        logger.warning(msg, extra={\"key\": \"SG\"})\n        return None\n\n    solar_dt = datetime.fromisoformat(time_string).replace(tzinfo=TIMEZONE)\n    return solar_dt\n\n\ndef __detect_output_from_solar_image(solar_image, logger: Logger):\n    w, h = solar_image.size\n    crop_left = int(w * 0.55)\n    crop_top = int(h * 0.70)\n    crop_right = int(w * 0.87)\n    crop_bottom = int(h * 0.75)\n    output_img = solar_image.crop((crop_left, crop_top, crop_right, crop_bottom))\n    processed_img = __preprocess_image_for_ocr(output_img)\n    text = image_to_string(processed_img, lang=\"eng\", config=\"--psm 7\")\n\n    try:\n        pattern = r\"Est. PV Output: (.*)MWac\"\n        val = re.search(pattern, text, re.MULTILINE).group(1)\n    except AttributeError:\n        msg = f\"Unable to get values for SG solar from OCR text: {text}\"\n        logger.warning(msg, extra={\"key\": \"SG\"})\n        return None\n\n    # At night format changes from 0.00 to 0\n    # tesseract cannot distinguish singular 0 and O in font provided by image.\n    # This try/except will make sure no invalid data is returned.\n    try:\n        solar_mw = float(val)\n    except ValueError:\n        if val == \"O\":\n            solar_mw = 0.0\n        else:\n            msg = f\"Singapore solar data is unreadable - got {val}.\"\n            logger.warning(msg, extra={\"key\": \"SG\"})\n            return None\n\n    return solar_mw\n\n\ndef __preprocess_image_for_ocr(img):\n    \"\"\"\n    Perform a number of image pre-processing recommendations to improve success of character recognition.\n\n    :param img: the image to be processed\n    :return: pre-processed image, optimized for optical character recognition (OCR)\n    \"\"\"\n    # https://tesseract-ocr.github.io/tessdoc/ImproveQuality#inverting-images\n    inverted_img = ImageOps.invert(\n        img.convert(\"RGB\")  # Mode P not supported yet, so we convert to RGB\n    )  # assumes black background of Singapore solar output image\n    gray_text_on_light_bg = ImageOps.grayscale(inverted_img)\n    black_text_on_light_bg = ImageOps.autocontrast(gray_text_on_light_bg)\n\n    # https://tesseract-ocr.github.io/tessdoc/ImproveQuality#missing-borders\n    img_with_border = ImageOps.expand(black_text_on_light_bg, border=2)\n    return img_with_border\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print('fetch_price(\"SG\") ->')\n    print(fetch_price(\"SG\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/SMARTGRIDDASHBOARD.py",
    "content": "from datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import EventSourceType, ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nIE_TZ = ZoneInfo(\"Europe/Dublin\")\nURL = \"https://www.smartgriddashboard.com/api/chart\"\n\nSOURCE = \"eirgridgroup.com\"\n\nKINDS_AREA_MAPPING = {\n    \"demand\": \"demandactual\",\n    \"demand_forecast\": \"demandforecast\",\n    \"wind\": \"windactual\",\n    \"wind_forecast\": \"windforecast\",\n    \"exchange\": \"interconnection\",\n    \"generation\": \"generationactual\",\n    \"solar\": \"solaractual\",\n    \"solar_forecast\": \"solarforecast\",\n}\n\nREGION_MAPPING = {\n    \"IE\": \"ROI\",\n    \"GB-NIR\": \"NI\",\n}\n\nEXCHANGE_MAPPING = {\n    ZoneKey(\"GB->IE\"): {\n        \"key\": \"ROI\",\n        \"exchange\": [\"INTER_EWIC\", \"INTER_GRNLK\"],\n        \"direction\": 1,\n    },\n    ZoneKey(\"GB->GB-NIR\"): {\"key\": \"NI\", \"exchange\": [\"INTER_MOYLE\"], \"direction\": 1},\n}\n\n\ndef get_datetime_params(datetime: datetime) -> dict:\n    return {\n        \"datefrom\": (datetime - timedelta(days=2)).strftime(\"%Y-%m-%d\"),\n        \"dateto\": (datetime + timedelta(days=1)).strftime(\"%Y-%m-%d\"),\n    }\n\n\ndef parse_datetime(datetime_str: str) -> datetime:\n    return datetime.strptime(datetime_str, \"%d-%b-%Y %H:%M:%S\").replace(tzinfo=IE_TZ)\n\n\ndef fetch_data(\n    target_datetime: datetime,\n    zone_key: ZoneKey,\n    kind: str,\n    session: Session,\n) -> list:\n    \"\"\"\n    Gets values and corresponding datetimes for the specified data kind in ROI.\n    Removes any values that are in the future or don't have a datetime associated with them.\n    \"\"\"\n    assert isinstance(target_datetime, datetime)\n    assert kind != \"\"\n    assert session is not None\n\n    resp: Response = session.get(\n        url=URL,\n        params={\n            \"areas\": KINDS_AREA_MAPPING[kind],\n            \"chartType\": \"default\",\n            \"region\": EXCHANGE_MAPPING[zone_key][\"key\"]\n            if zone_key in EXCHANGE_MAPPING\n            else REGION_MAPPING[zone_key],\n            \"dateRange\": \"day\",\n            **get_datetime_params(target_datetime),\n        },\n    )\n    try:\n        data = resp.json().get(\"Rows\", [])\n    except Exception as e:\n        raise ParserException(\n            parser=\"SMARTGRIDDASHBOARD.py\",\n            message=f\"{target_datetime}: {kind} data is not available for {zone_key}\",\n        ) from e\n    return data\n\n\ndef parse_consumption(\n    zone_key: ZoneKey,\n    session: Session | None,\n    target_datetime: datetime | None,\n    logger: Logger,\n    forecast: bool,\n) -> list:\n    \"\"\"gets forecasted consumption values for ROI\"\"\"\n\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=IE_TZ)\n\n    data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"demand_forecast\" if forecast else \"demand\",\n        session=session,\n    )\n\n    demandList = TotalConsumptionList(logger=logger)\n    for item in data:\n        dt = parse_datetime(item[\"EffectiveTime\"])\n        # when fetching real-time data we remove future values\n        if not forecast:\n            now = datetime.now(tz=IE_TZ)\n            # datetimes in the future are expected to be None\n            if dt > now:\n                continue\n\n        demandList.append(\n            zoneKey=zone_key,\n            consumption=item[\"Value\"],\n            datetime=dt,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted\n            if forecast\n            else EventSourceType.measured,\n        )\n    return demandList.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Gets values for wind production and estimates unknwon production as demand - wind - exchange\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=IE_TZ)\n\n    total_generation = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"generation\",\n        session=session,\n    )\n\n    wind_data = fetch_data(\n        target_datetime=target_datetime, zone_key=zone_key, kind=\"wind\", session=session\n    )\n\n    solar_data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"solar\",\n        session=session,\n    )\n\n    assert len(total_generation) > 0\n    assert len(wind_data) > 0\n    assert len(solar_data) > 0\n\n    # sort by time\n    total_generation.sort(key=itemgetter(\"EffectiveTime\"))\n    wind_data.sort(key=itemgetter(\"EffectiveTime\"))\n    solar_data.sort(key=itemgetter(\"EffectiveTime\"))\n\n    production = ProductionBreakdownList(logger=logger)\n\n    for total, wind, solar in zip(total_generation, wind_data, solar_data, strict=True):\n        dt = parse_datetime(total[\"EffectiveTime\"])\n        dt_wind = parse_datetime(wind[\"EffectiveTime\"])\n        dt_solar = parse_datetime(solar[\"EffectiveTime\"])\n\n        assert dt == dt_wind == dt_solar\n\n        now = datetime.now(tz=IE_TZ)\n        # datetimes in the future are expected to be None\n        if dt > now:\n            continue\n\n        total_prod = total.get(\"Value\")\n        wind_prod = wind.get(\"Value\")\n        solar_prod = solar.get(\"Value\")\n\n        productionMix = ProductionMix()\n        if all([total_prod is not None, wind_prod is not None, solar_prod is not None]):\n            productionMix.add_value(\n                \"unknown\",\n                total_prod - wind_prod - solar_prod,\n            )\n            productionMix.add_value(\"wind\", wind_prod, correct_negative_with_zero=True)\n            productionMix.add_value(\n                \"solar\", solar_prod, correct_negative_with_zero=True\n            )\n\n        production.append(\n            zoneKey=zone_key,\n            production=productionMix,\n            datetime=dt,\n            source=SOURCE,\n        )\n\n    return production.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Fetches exchanges values for the East-West (GB->IE) and Moyle (GB->GB-NIR)\n    interconnectors.\n    \"\"\"\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=IE_TZ)\n\n    exchangeKey = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if exchangeKey == \"GB-NIR->IE\":\n        raise ParserException(\n            parser=\"SMARTGRIDDASHBOARD.py\",\n            message=\"the GB-NIR_IE interconnection is unsupported.\",\n        )\n\n    exchange_data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=exchangeKey,\n        kind=\"exchange\",\n        session=session,\n    )\n\n    exchange_mapping = EXCHANGE_MAPPING[exchangeKey]\n    exchanges = {x: ExchangeList(logger=logger) for x in exchange_mapping[\"exchange\"]}\n\n    for exchange in exchange_data:\n        target_exchange = exchanges.get(exchange[\"FieldName\"])\n        if target_exchange is None:\n            continue\n\n        dt = parse_datetime(exchange[\"EffectiveTime\"])\n        now = datetime.now(tz=IE_TZ)\n        # datetimes in the future are expected to be None\n        if dt > now:\n            continue\n\n        flow = (\n            exchange[\"Value\"] * exchange_mapping[\"direction\"]\n            if exchange[\"Value\"]\n            else exchange[\"Value\"]\n        )\n\n        target_exchange.append(\n            zoneKey=exchangeKey,\n            netFlow=flow,\n            datetime=parse_datetime(exchange[\"EffectiveTime\"]),\n            source=SOURCE,\n        )\n\n    return ExchangeList.merge_exchanges(exchanges.values(), logger=logger).to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"gets consumption values for ROI\"\"\"\n    return parse_consumption(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        forecast=False,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"gets forecasted consumption values for ROI\"\"\"\n    return parse_consumption(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n        logger=logger,\n        forecast=True,\n    )\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets values and corresponding datetimes for forecasted wind produciton.\n    \"\"\"\n\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=IE_TZ)\n\n    wind_forecast_data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"wind_forecast\",\n        session=session,\n    )\n\n    wind_forecast = ProductionBreakdownList(logger=logger)\n    for item in wind_forecast_data:\n        productionMix = ProductionMix()\n        productionMix.add_value(\"wind\", item[\"Value\"], correct_negative_with_zero=True)\n        wind_forecast.append(\n            zoneKey=zone_key,\n            production=productionMix,\n            datetime=parse_datetime(item[\"EffectiveTime\"]),\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    solar_forecast_data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"solar_forecast\",\n        session=session,\n    )\n\n    solar_forecast = ProductionBreakdownList(logger=logger)\n    for item in solar_forecast_data:\n        productionMix = ProductionMix()\n        productionMix.add_value(\"solar\", item[\"Value\"], correct_negative_with_zero=True)\n        solar_forecast.append(\n            zoneKey=zone_key,\n            production=productionMix,\n            datetime=parse_datetime(item[\"EffectiveTime\"]),\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return ProductionBreakdownList.merge_production_breakdowns(\n        [wind_forecast, solar_forecast], logger=logger\n    ).to_list()\n\n\ndef fetch_total_generation(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"\n    Gets values and corresponding datetimes for the total generation.\n    This is the sum of all generation reported as a single value.\n    \"\"\"\n\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=IE_TZ)\n\n    generation_data = fetch_data(\n        target_datetime=target_datetime,\n        zone_key=zone_key,\n        kind=\"generation\",\n        session=session,\n    )\n    total_generation = TotalProductionList(logger=logger)\n    for item in generation_data:\n        total_generation.append(\n            zoneKey=zone_key,\n            value=item[\"Value\"],\n            datetime=parse_datetime(item[\"EffectiveTime\"]),\n            source=SOURCE,\n            sourceType=EventSourceType.measured,\n        )\n    return total_generation.to_list()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/TAIPOWER.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nSOURCE = \"taipower.com.tw\"\nTIMEZONE = ZoneInfo(\"Asia/Taipei\")\nPRODUCTION_URL = (\n    \"http://www.taipower.com.tw/d006/loadGraph/loadGraph/data/genary_eng.json\"\n)\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str = \"TW\",\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    response = session.get(PRODUCTION_URL)\n    if not response.status_code == 200:\n        raise ParserException(\n            \"TW\",\n            f\"Query failed with status code {response.status_code} and {response.content}\",\n        )\n\n    data = response.json()\n\n    dt = data[\"\"]\n    prodData = data[\"dataset\"]\n\n    dt = datetime.strptime(dt, \"%Y-%m-%d %H:%M\").replace(tzinfo=TIMEZONE)\n\n    objData = pd.DataFrame(prodData)\n\n    columns = [\n        \"fueltype\",\n        \"additional_1\",\n        \"name\",\n        \"capacity\",\n        \"output\",\n        \"percentage\",\n        \"additional_2\",\n        \"additional_3\",\n    ]\n    assert len(objData.iloc[0]) == len(columns), \"number of input columns changed\"\n    objData.columns = columns\n    objData[\"fueltype\"] = objData.fueltype.str.split(\"<b>\").str[1]\n    objData[\"fueltype\"] = objData.fueltype.str.split(\"</b>\").str[0]\n    objData.loc[:, [\"capacity\", \"output\"]] = objData[[\"capacity\", \"output\"]].apply(\n        pd.to_numeric, errors=\"coerce\"\n    )\n    if objData[\"fueltype\"].str.contains(\"OTHERRENEWABLEENERGY\").any():\n        if objData[\"name\"].str.contains(\"Geothermal\").any():\n            objData.loc[objData[\"name\"].str.contains(\"Geothermal\"), \"fueltype\"] = (\n                \"Geothermal\"\n            )\n        if objData[\"name\"].str.contains(\"Biofuel\").any():\n            objData.loc[objData[\"name\"].str.contains(\"Biofuel\"), \"fueltype\"] = \"Biofuel\"\n    if objData[\"fueltype\"].str.contains(\"ENERGYSTORAGESYSTEM\").any():\n        if objData[\"additional_1\"].str.contains(\"Pumped Hydro\").any():\n            objData.loc[\n                objData[\"additional_1\"].str.contains(\"Pumped Hydro\"), \"fueltype\"\n            ] = \"HYDRO_DISCHARGE\"\n        if objData[\"additional_1\"].str.contains(\"Battery\").any():\n            objData.loc[objData[\"additional_1\"].str.contains(\"Battery\"), \"fueltype\"] = (\n                \"BATTERY_DISCHARGE\"\n            )\n\n    # For the load we need to invert the sign\n    # to be consistent with the rest of the parsers\n    if objData[\"fueltype\"].str.contains(\"ENERGYSTORAGESYSTEMLOAD\").any():\n        if objData[\"additional_1\"].str.contains(\"Pumped Hydro\").any():\n            pumped_hydro_mask = objData[\"additional_1\"].str.contains(\"Pumped Hydro\")\n            objData.loc[pumped_hydro_mask, \"fueltype\"] = \"HYDRO_PUMPING\"\n            # Invert the sign for pumped hydro load\n            objData.loc[pumped_hydro_mask, \"output\"] = -objData.loc[\n                pumped_hydro_mask, \"output\"\n            ]\n        if objData[\"additional_1\"].str.contains(\"Battery\").any():\n            battery_mask = objData[\"additional_1\"].str.contains(\"Battery\")\n            objData.loc[battery_mask, \"fueltype\"] = \"BATTERY_CHARGING\"\n\n            objData.loc[battery_mask, \"output\"] = -objData.loc[battery_mask, \"output\"]\n\n    assert not objData.capacity.isna().all(), (\n        \"capacity data is entirely NaN - input column order may have changed\"\n    )\n    assert not objData.output.isna().all(), (\n        \"output data is entirely NaN - input column order may have changed\"\n    )\n\n    objData.drop(\n        columns=[\"additional_1\", \"name\", \"additional_2\", \"percentage\", \"additional_3\"],\n        axis=1,\n        inplace=True,\n    )\n    # summing because items in returned object are for each power plant and operational units\n    production = pd.DataFrame(objData.groupby(\"fueltype\").sum())\n    production.columns = [\"capacity\", \"output\"]\n\n    # check output values coincide with total capacity by fuel type\n    check_values = production.output <= production.capacity\n    modes_with_capacity_exceeded = production[~check_values].index.tolist()\n    for mode in modes_with_capacity_exceeded:\n        logger.warning(f\"Capacity exceeded for {mode} in {zone_key} at {dt}\")\n\n    # For storage, note that load will be negative, and generation positive.\n    # We require the opposite\n    PRODUCTION_MODE_MAPPING = {\n        \"biomass\": [\"Biofuel\"],\n        \"coal\": [\"COAL\", \"IPPCOAL\"],\n        \"gas\": [\"LNG\", \"IPPLNG\"],\n        \"geothermal\": [\"Geothermal\"],\n        \"oil\": [\"OIL\", \"DIESEL\"],\n        \"hydro\": [\"HYDRO\"],\n        \"nuclear\": [\"NUCLEAR\"],\n        \"solar\": [\"SOLAR\"],\n        \"wind\": [\"WIND\"],\n        \"unknown\": [\"COGEN\"],\n    }\n    STORAGE_MODE_MAPPING = {\n        \"hydro\": [\"HYDRO_PUMPING\", \"HYDRO_DISCHARGE\"],\n        \"battery\": [\"BATTERY_CHARGING\", \"BATTERY_DISCHARGE\"],\n    }\n\n    production_breakdown = ProductionBreakdownList(logger)\n    production_mix = ProductionMix()\n    for mode, parser_modes in PRODUCTION_MODE_MAPPING.items():\n        parser_modes_in_df = [\n            parser_mode\n            for parser_mode in parser_modes\n            if parser_mode in production.index\n        ]\n        production_mix.add_value(\n            mode,\n            production.loc[parser_modes_in_df].output.sum(),\n        )\n    storage_mix = StorageMix()\n    for mode, storage_modes in STORAGE_MODE_MAPPING.items():\n        storage_modes_in_df = [\n            storage_mode\n            for storage_mode in storage_modes\n            if storage_mode in production.index\n        ]\n        storage_mix.add_value(\n            mode,\n            -1 * production.loc[storage_modes_in_df].output.sum(),\n        )\n    production_breakdown.append(\n        zone_key,\n        dt,\n        SOURCE,\n        production_mix,\n        storage_mix,\n    )\n\n    capacity = {}\n    for mode, parser_modes in PRODUCTION_MODE_MAPPING.items():\n        parser_modes_in_df = [\n            parser_mode\n            for parser_mode in parser_modes\n            if parser_mode in production.index\n        ]\n        capacity[mode] = production.loc[parser_modes_in_df].capacity.sum()\n\n    return [{**e, **{\"capacity\": capacity}} for e in production_breakdown.to_list()]\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/TH.py",
    "content": "import json\nimport re\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nEGAT_GENERATION_URL = \"https://www.sothailand.com/sysgen/ws/sysgen\"\nEGAT_URL = \"www.egat.co.th\"\nMEA_BASEPRICE_URL = (\n    \"https://www.mea.or.th/en/our-services/tariff-calculation/other/-yosbxMGAjzp0\"\n)\nMEA_FT_URL = \"https://www.mea.or.th/our-services/tariff-calculation/ft/bG2m6iSUN\"\nMEA_URL = \"www.mea.or.th\"\nTZ = ZoneInfo(\"Asia/Bangkok\")\n\n\ndef _as_localtime(dt: datetime) -> datetime:\n    \"\"\"\n    If there is no datetime given, returns the current datetime with timezone.\n    Otherwise, it interprets the datetime as the representation of local time\n    since the API server supposes the local timezone instead of UTC.\n    \"\"\"\n    if dt is None:\n        return datetime.now(tz=TZ)\n    return dt.astimezone(TZ)\n\n\ndef _seconds_to_time(target_datetime: datetime, seconds_in_day: int) -> datetime:\n    \"\"\"Convert a given seconds integer to a datetime value.\"\"\"\n    today = target_datetime.replace(hour=0, minute=0, second=0, microsecond=0)\n    dt = today + timedelta(seconds=seconds_in_day)\n    return dt\n\n\ndef _fetch_data(\n    session: Session, target_datetime: datetime, data_type: str\n) -> list[dict]:\n    \"\"\"Fetch actual or planning generation data from the EGAT API endpoint.\"\"\"\n    url = f\"{EGAT_GENERATION_URL}/{data_type}\"\n    if target_datetime is None:\n        target_datetime = _as_localtime(datetime.now())\n\n    if data_type == \"actual\":\n        params = {\"name\": \"SYSTEM_GEN(MW)\", \"day\": target_datetime.strftime(\"%d-%m-%Y\")}\n    elif data_type == \"plan\":\n        params = {\"day\": target_datetime.strftime(\"%d-%m-%Y\")}\n    else:\n        raise ParserException(\"TH.py\", f\"unexpected data_type: {data_type}\", \"TZ\")\n\n    # This API returns a list of 2-elements list\n    # Example: [[0, 12345], [60, 12345.6], ...]\n    # - The first integer is the seconds number since 00:00 am (i.e. 900 == 00:15 am)\n    # - The second integer is the total generation (MW)\n    raw_text = session.post(url, data=params).text\n\n    # Fix programming error of the returned value.\n    # This API server returns a invalid string if the list is empty.\n    # e.g. {\"id\":\"\",\"name\":\"\",\"day\":\"\",\"timeStart\":0,list:[],\"count\":0}\n    raw_text = raw_text.replace(\",list:\", ',\"list\":')\n\n    raw_data = json.loads(raw_text)[\"list\"]\n\n    data = []\n    for item in raw_data:\n        # The data structure of `item` is inconsistent.\n        # If there is temperature data is available, `item` is 3-tuple.\n        # Otherwise, it returns 2-tuple. So we cannot simply iterate `raw_data`.\n        seconds_in_day = item[0]\n        generation = item[1]\n\n        dt = _seconds_to_time(target_datetime, seconds_in_day)\n        data.append(\n            {\n                \"datetime\": dt,\n                \"generation\": generation,\n            }\n        )\n\n    return data\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(country_code=\"TH\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"TH\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n    \"\"\"Request the last known production mix (in MW) of a given country.\"\"\"\n    data = _fetch_data(session, _as_localtime(target_datetime), \"actual\")\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    for item in data:\n        # All mapped to 'unknown' because there is no available breakdown.\n        mix = ProductionMix(unknown=item[\"generation\"])\n        production_breakdowns.append(\n            zoneKey=zone_key,\n            datetime=item[\"datetime\"],\n            production=mix,\n            source=EGAT_URL,\n        )\n    return production_breakdowns.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"TH\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Gets consumption for a specified zone.\n\n    We use the same value as the production for now.\n    But it would be better to include exchanged electricity data if available.\n    \"\"\"\n    session = session or Session()\n    production_data = _fetch_data(session, _as_localtime(target_datetime), \"actual\")\n    consumptions = TotalConsumptionList(logger)\n\n    for item in production_data:\n        consumptions.append(\n            zoneKey=zone_key,\n            datetime=item[\"datetime\"],\n            consumption=item[\"generation\"],\n            source=EGAT_URL,\n        )\n    return consumptions.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_generation_forecast(\n    zone_key: ZoneKey = ZoneKey(\"TH\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Gets generation forecast for specified zone.\"\"\"\n    session = session or Session()\n    data = _fetch_data(session, _as_localtime(target_datetime), \"plan\")\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    for item in data:\n        # All mapped to 'unknown' because there is no available breakdown.\n        mix = ProductionMix(unknown=item[\"generation\"])\n        production_breakdowns.append(\n            zoneKey=zone_key,\n            datetime=item[\"datetime\"],\n            production=mix,\n            source=EGAT_URL,\n        )\n    return production_breakdowns.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"TH\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    Fetch the base tariff data from the MEA (Unit in THB). This is then added up with\n    Float Time (Ft) rate from another MEA's webpage (Unit in Satang (THB/100)).\n\n    The Thai MEA/PEA Electicity Fee calculation are as follows:\n    AmountDue = (BasePrice** + FtRate) * UnitAmountInKWh\n    ActualDue = (AmountDue * 7%VAT) + FixedServiceFee\n\n    * Time-of-Use (TOU) rate is uncommon and thus left unimplemented.\n    **While actual BasePrice is done in a progressive manner, For Electricity Maps -\n      we use \"AmountDue\" at 1MWh calculated at the highest pricing bracket for simplification.\n    \"\"\"\n    session = session or Session()\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    # Fetch price from MEA table.\n    # `price_base` is 'Over 400 kWh (up from 401st)' from Table 1.1\n    with session.get(MEA_BASEPRICE_URL) as response:\n        soup_base = BeautifulSoup(response.content, \"lxml\")\n\n    if response.status_code != 200:\n        raise ParserException(\n            parser=\"TH.py\",\n            message=f\"{MEA_BASEPRICE_URL} returned {response.status_code}\",\n            zone_key=zone_key,\n        )\n\n    unit_price_table = soup_base.find_all(\"table\")[1]\n    price_base = unit_price_table.find_all(\"td\")[8].text\n\n    # Available Ft pricing history dated back as far as September 2535 B.E. (1992 C.E.)\n    # `price_ft` slot's is 0+(month number), additional +13 is needed if that slot is \" \"\n    # For 2023 multi-Ft rates, we assumed the household rate.\n    with session.get(MEA_FT_URL) as response:\n        soup_ft = BeautifulSoup(response.content, \"lxml\")\n\n    if response.status_code != 200:\n        raise ParserException(\n            parser=\"TH.py\",\n            message=f\"{MEA_FT_URL} returned {response.status_code}\",\n            zone_key=zone_key,\n        )\n\n    ft_rate_table = soup_ft.find_all(\"table\")[0]\n    curr_ft_month = _as_localtime(datetime.now()).month\n    price_ft = ft_rate_table.find_all(\"td\")[curr_ft_month].text\n\n    if price_ft == \"\\xa0\":\n        price_ft = ft_rate_table.find_all(\"td\")[curr_ft_month + 13].text\n    if \"\\n\" in price_ft:\n        price_ft = re.findall(r\"\\d+\\.\\d+\", price_ft)[0]\n    prices = PriceList(logger)\n    prices.append(\n        zoneKey=zone_key,\n        currency=\"THB\",\n        datetime=_as_localtime(\n            datetime.now().replace(\n                minute=0,\n                second=0,\n                microsecond=0,\n            )\n        ),\n        price=float(price_base) * 1000 + float(price_ft) * 10,\n        source=MEA_URL,\n    )\n    return prices.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n\n    print(\"fetch_generation_forecast() ->\")\n    print(fetch_generation_forecast())\n\n    print(\"fetch_price() ->\")\n    print(fetch_price())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/TR.py",
    "content": "#!/usr/bin/env python3\nimport json\nimport urllib.parse\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency, use_proxy\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nfrom .lib.utils import get_token\n\nTR_TZ = ZoneInfo(\"Europe/Istanbul\")\n\nEPIAS_MAIN_URL = \"https://seffaflik.epias.com.tr/electricity-service/v1\"\nKINDS_MAPPING = {\n    \"production\": {\n        \"url\": \"generation/data/realtime-generation\",\n    },\n    \"consumption\": {\n        \"url\": \"consumption/data/realtime-consumption\",\n    },\n    \"price\": {\"url\": \"markets/dam/data/mcp\"},\n}\nPRODUCTION_MAPPING = {\n    \"biomass\": [\"biomass\"],\n    \"solar\": [\"sun\"],\n    \"geothermal\": [\"geothermal\"],\n    \"oil\": [\"fueloil\", \"gasOil\", \"naphta\"],\n    \"gas\": [\"naturalGas\", \"lng\"],\n    \"wind\": [\"wind\"],\n    \"coal\": [\"blackCoal\", \"asphaltiteCoal\", \"lignite\", \"importCoal\"],\n    \"hydro\": [\"river\", \"dammedHydro\"],\n    \"nuclear\": [\"nucklear\"],\n    \"unknown\": [\"wasteheat\"],\n}\nINVERT_PRODUCTION_MAPPPING = {\n    val: mode for mode in PRODUCTION_MAPPING for val in PRODUCTION_MAPPING[mode]\n}\nIGNORED_KEYS = [\"total\", \"date\", \"importExport\", \"hour\"]\nSOURCE = \"epias.com.tr\"\n\n\ndef fetch_ticket_TGT(session: Session) -> str:\n    url = \"https://giris.epias.com.tr/cas/v1/tickets\"\n\n    TR_USERNAME = urllib.parse.quote_plus(get_token(\"TR_USERNAME\"))\n    TR_PASSWORD = urllib.parse.quote_plus(get_token(\"TR_PASSWORD\"))\n\n    payload = f\"username={TR_USERNAME}&password={TR_PASSWORD}\"\n\n    headers = {\n        \"Content-Type\": \"application/x-www-form-urlencoded\",\n        \"Accept\": \"text/plain\",\n    }\n\n    response_TGT = session.request(\"POST\", url, headers=headers, data=payload)\n\n    return response_TGT.text\n\n\ndef fetch_data(target_datetime: datetime, kind: str, session: Session) -> list:\n    TGT_ticket = fetch_ticket_TGT(session)\n    url = \"/\".join((EPIAS_MAIN_URL, KINDS_MAPPING[kind][\"url\"]))\n\n    is_last_page = False\n    pagenum = 1\n    results = []\n\n    target_datetime = target_datetime.replace(tzinfo=TR_TZ)\n    # Fetch for the last 2 days since start and end date are truncated to the day and to avoid missing last hours.\n    while not is_last_page:\n        payload = json.dumps(\n            {\n                \"startDate\": (target_datetime - timedelta(days=1)).strftime(\n                    \"%Y-%m-%dT%H:%M:%S+03:00\"\n                ),\n                \"endDate\": (target_datetime).strftime(\"%Y-%m-%dT%H:%M:%S+03:00\"),\n                \"page\": {\n                    \"number\": pagenum,\n                    \"size\": 48,\n                    \"sort\": {\"field\": \"date\", \"direction\": \"ASC\"},\n                },\n            }\n        )\n        headers = {\n            \"TGT\": TGT_ticket,\n            \"Content-Type\": \"application/json\",\n        }\n\n        r: Response = session.request(\"POST\", url, headers=headers, data=payload)\n\n        if r.status_code == 200:\n            results += r.json()[\"items\"]\n            pagenum += 1\n\n        else:\n            raise ParserException(\n                parser=\"TR.py\",\n                message=f\"{target_datetime}: {kind} data is not available for TR\",\n            )\n\n        if r.json()[\"items\"] == [] or pagenum > 20:\n            is_last_page = True\n\n    return results\n\n\n@refetch_frequency(timedelta(days=1))\n@use_proxy(\"TR\")\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"TR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    # For real-time data, the last data point seems to but continously updated thoughout the hour and will be excluded as not final\n    exclude_last_data_point = False\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TR_TZ)\n        exclude_last_data_point = True\n\n    data = fetch_data(\n        target_datetime=target_datetime, kind=\"production\", session=session\n    )\n\n    # Sort the data by date\n    data = sorted(data, key=itemgetter(\"date\"))\n\n    data = data[:-1] if exclude_last_data_point else data\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    for item in data:\n        mix = ProductionMix()\n        for key, value in item.items():\n            if key in INVERT_PRODUCTION_MAPPPING:\n                mix.add_value(\n                    INVERT_PRODUCTION_MAPPPING[key],\n                    value,\n                    correct_negative_with_zero=True,\n                )\n            elif key not in IGNORED_KEYS:\n                logger.warning(\"Unrecognized key '%s' in data skipped\", key)\n\n        date = str(item.get(\"date\"))\n\n        production_breakdowns.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(date)\n            if \"+\" in date\n            else datetime.fromisoformat(date).replace(tzinfo=TR_TZ),\n            production=mix,\n            source=SOURCE,\n        )\n\n    return production_breakdowns.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"TR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TR_TZ).replace(\n            hour=0, minute=0, second=0, microsecond=0\n        )\n\n    data = fetch_data(\n        target_datetime=target_datetime, kind=\"consumption\", session=session\n    )\n\n    consumptions = TotalConsumptionList(logger)\n    for item in data:\n        consumptions.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(item.get(\"date\")).replace(tzinfo=TR_TZ),\n            consumption=item.get(\"consumption\"),\n            source=SOURCE,\n        )\n\n    return consumptions.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_price(\n    zone_key: ZoneKey = ZoneKey(\"TR\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TR_TZ)\n\n    data = fetch_data(target_datetime=target_datetime, kind=\"price\", session=session)\n    prices = PriceList(logger)\n    for item in data:\n        prices.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(item.get(\"date\")).replace(tzinfo=TR_TZ),\n            price=item.get(\"price\"),\n            source=SOURCE,\n            currency=\"TRY\",\n        )\n\n    return prices.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_price() ->\")\n    print(fetch_price())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/UA.py",
    "content": "#!/usr/bin/env python3\n\nimport http.client\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.types import ZoneKey\n\n\"\"\"\ntec - same as `tes` but also working as central heater,\n      main fuel is gas, in critical situations - black oil\ngesgaes - hydro run of river and poundage\nconsumptiongaespump - hydro pumped storage\nvde - renewable sources - mostly wind at nighttimes and solar peaks during the day\n\n\"\"\"\nMAP_GENERATION = {\n    \"aes\": \"nuclear\",\n    \"tec\": \"gas\",\n    \"tes\": \"coal\",\n    \"vde\": \"unknown\",\n    \"gesgaes\": \"hydro\",\n}\n\nMAP_STORAGE = {\n    \"consumptiongaespump\": \"hydro\",\n}\n\nIGNORED_VALUES = [\"hour\", \"consumption\", \"consumption_diff\"]\n\nSOURCE = \"ua.energy\"\n\nTZ = ZoneInfo(\"Europe/Kiev\")\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"UA\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if target_datetime:\n        target_datetime = target_datetime.astimezone(TZ)\n    else:\n        target_datetime = datetime.now(TZ)\n\n    # We are using HTTP.client because Request returns 403 http codes.\n    # TODO: Look into why requests are returning 403 http codes while HTTP.client works.\n    conn = http.client.HTTPSConnection(\"ua.energy\")\n    payload = f\"action=get_data_oes&report_date={target_datetime.date().strftime('%d.%m.%Y')}&type=day\"\n    headers = {\n        \"Content-Type\": \"application/x-www-form-urlencoded\",\n        \"User-Agent\": \"PostmanRuntime/7.32.3\",\n    }\n    conn.request(\"POST\", \"/wp-admin/admin-ajax.php\", payload, headers)\n    res = conn.getresponse()\n    response = json.loads(res.read().decode(\"utf-8\"))\n\n    production_list = ProductionBreakdownList(logger)\n\n    for serie in response:\n        production = ProductionMix()\n        storage = StorageMix()\n\n        for mode in serie:\n            # Production\n            if mode in MAP_GENERATION:\n                production.add_value(MAP_GENERATION[mode], serie[mode])\n            # Storage\n            elif mode in MAP_STORAGE:\n                storage.add_value(MAP_STORAGE[mode], -serie[mode])\n            # Log unknown modes\n            elif mode not in IGNORED_VALUES:\n                logger.warning(f\"Unknown mode: {mode}\")\n\n        # Date\n        # For some reason, every hour returned normally as string, except for 12 AM\n        if serie[\"hour\"] == 24:\n            target_datetime = target_datetime + timedelta(days=1)\n            serie[\"hour\"] = \"00:00\"\n\n        date_time = target_datetime.replace(\n            hour=int(serie[\"hour\"][:2]), minute=0, second=0, microsecond=0\n        )\n\n        production_list.append(\n            zoneKey=zone_key,\n            production=production,\n            storage=storage,\n            datetime=date_time,\n            source=SOURCE,\n        )\n\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_CA.py",
    "content": "#!/usr/bin/env python3\n\nimport io\nimport math\nimport zipfile\nfrom datetime import datetime, timedelta, timezone\nfrom enum import Enum\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\nCAISO_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nPRODUCTION_URL_REAL_TIME = (\n    f\"{CAISO_PROXY}/outlook/current/fuelsource.csv?host=https://www.caiso.com\"\n)\nDEMAND_URL_REAL_TIME = (\n    f\"{CAISO_PROXY}/outlook/current/netdemand.csv?host=https://www.caiso.com\"\n)\n\nHISTORICAL_URL_MAPPING = {\"production\": \"fuelsource\", \"consumption\": \"netdemand\"}\nREAL_TIME_URL_MAPPING = {\n    \"production\": PRODUCTION_URL_REAL_TIME,\n    \"consumption\": DEMAND_URL_REAL_TIME,\n}\nPRODUCTION_MODES_MAPPING = {\n    \"solar\": \"solar\",\n    \"wind\": \"wind\",\n    \"geothermal\": \"geothermal\",\n    \"biomass\": \"biomass\",\n    \"biogas\": \"biomass\",\n    \"small hydro\": \"hydro\",\n    \"coal\": \"coal\",\n    \"nuclear\": \"nuclear\",\n    \"natural gas\": \"gas\",\n    \"large hydro\": \"hydro\",\n    \"other\": \"unknown\",\n}\n\nCORRECT_NEGATIVE_PRODUCTION_MODES_WITH_ZERO = [\n    mode\n    for mode in PRODUCTION_MODES_MAPPING\n    if mode not in [\"large hydro\", \"small hydro\"]\n]\nSTORAGE_MAPPING = {\"batteries\": \"battery\"}\n\nTIMEZONE = ZoneInfo(\"US/Pacific\")\n\n\ndef get_target_url(target_datetime: datetime | None, kind: str) -> str:\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n        target_url = REAL_TIME_URL_MAPPING[kind]\n    else:\n        target_url = f\"{CAISO_PROXY}/outlook/history/{target_datetime.strftime('%Y%m%d')}/{HISTORICAL_URL_MAPPING[kind]}.csv?host=https://www.caiso.com\"\n    return target_url\n\n\ndef add_production_to_dict(mode: str, value: float, production_dict: dict) -> dict:\n    \"\"\"Add production to production_dict, if mode is in PRODUCTION_MODES.\"\"\"\n    if PRODUCTION_MODES_MAPPING[mode] not in production_dict:\n        production_dict[PRODUCTION_MODES_MAPPING[mode]] = value\n    else:\n        production_dict[PRODUCTION_MODES_MAPPING[mode]] += value\n    return production_dict\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"US-CAL-CISO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    target_url = get_target_url(target_datetime, kind=\"production\")\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE).replace(\n            hour=0, minute=0, second=0, microsecond=0\n        )\n\n    # Get the production from the CSV\n    csv = pd.read_csv(target_url)\n\n    # Filter out last row if timestamp is 00:00\n    df = csv.copy().iloc[:-1] if csv.iloc[-1][\"Time\"] == \"OO:OO\" else csv.copy()\n\n    # lower case column names\n    df.columns = [col.lower() for col in df.columns]\n\n    all_data_points = ProductionBreakdownList(logger)\n    for _index, row in df.iterrows():\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n        row_datetime = target_datetime.replace(\n            hour=int(row[\"time\"][:2]), minute=int(row[\"time\"][-2:]), tzinfo=TIMEZONE\n        )\n\n        for mode in [\n            mode\n            for mode in PRODUCTION_MODES_MAPPING\n            if mode not in [\"small hydro\", \"large hydro\"]\n        ]:\n            production_value = float(row[mode])\n            production_mix.add_value(\n                PRODUCTION_MODES_MAPPING[mode],\n                production_value,\n                mode in CORRECT_NEGATIVE_PRODUCTION_MODES_WITH_ZERO,\n            )\n\n        for mode in [\"small hydro\", \"large hydro\"]:\n            production_value = float(row[mode])\n            if production_value < 0:\n                storage_mix.add_value(\"hydro\", production_value * -1)\n            else:\n                production_mix.add_value(\"hydro\", production_value)\n\n        storage_mix.add_value(\"battery\", float(row[\"batteries\"]) * -1)\n        all_data_points.append(\n            zoneKey=zone_key,\n            production=production_mix,\n            storage=storage_mix,\n            source=\"caiso.com\",\n            datetime=row_datetime,\n        )\n\n    return all_data_points.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"US-CAL-CISO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    target_url = get_target_url(target_datetime, kind=\"consumption\")\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE).replace(\n            hour=0, minute=0, second=0, microsecond=0\n        )\n\n    # Get the demand from the CSV\n    csv = pd.read_csv(target_url)\n\n    # Filter out last row if timestamp is 00:00\n    df = csv.copy().iloc[:-1] if csv.iloc[-1][\"Time\"] == \"OO:OO\" else csv.copy()\n\n    all_data_points = TotalConsumptionList(logger)\n    for row in df.itertuples():\n        consumption = row._3\n        row_datetime = target_datetime.replace(\n            hour=int(row.Time[:2]), minute=int(row.Time[-2:]), tzinfo=TIMEZONE\n        )\n        if not math.isnan(consumption):\n            all_data_points.append(\n                zoneKey=zone_key,\n                consumption=consumption,\n                source=\"caiso.com\",\n                datetime=row_datetime,\n            )\n\n    return all_data_points.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    # CSV has imports to California as positive.\n    # Electricity Map expects A->B to indicate flow to B as positive.\n    # So values in CSV can be used as-is.\n    target_url = get_target_url(target_datetime, kind=\"production\")\n    csv = pd.read_csv(target_url)\n    latest_index = len(csv) - 1\n    daily_data = []\n    for i in range(0, latest_index + 1):\n        h, m = map(int, csv[\"Time\"][i].split(\":\"))\n        date = datetime.now(tz=TIMEZONE).replace(\n            hour=h, minute=m, second=0, microsecond=0\n        )\n        data = {\n            \"sortedZoneKeys\": sorted_zone_keys,\n            \"datetime\": date,\n            \"netFlow\": float(csv[\"Imports\"][i]),\n            \"source\": \"caiso.com\",\n        }\n\n        daily_data.append(data)\n\n    return daily_data\n\n\nBASE_OASIS_URL = \"http://oasis.caiso.com/oasisapi/\"\n\n\nclass OasisDatasetType(Enum):\n    FORECAST_7_DAY_AHEAD = \"load_forecast_7_day_ahead\"\n    WIND_SOLAR_FORECAST = \"wind_solar_forecast\"\n\n\ndef _generate_oasis_url(oasis_url_config, dataset_type: OasisDatasetType) -> str:\n    dataset_config = {\n        **oasis_url_config[dataset_type.value],\n    }\n    # combine kv from query and params\n    config_flat = {\n        **dataset_config[\"query\"],\n        **dataset_config[\"params\"],\n    }\n    url = (\n        BASE_OASIS_URL\n        + f\"{config_flat.pop('path')}?\"\n        + \"&\".join(\n            [f\"{k}={v}\" for k, v in config_flat.items()],\n        )\n    )\n    return url\n\n\ndef _get_oasis_data(session: Session, target_url: str) -> pd.DataFrame:\n    # Make a request to download the ZIP file and open the ZIP file in memory\n    response = session.get(target_url)\n    with zipfile.ZipFile(io.BytesIO(response.content)) as z:\n        csv_filename = z.namelist()[0]  # Get the first file in the zip\n        with z.open(csv_filename) as f:  # Read the CSV file into a pandas DataFrame\n            df = pd.read_csv(f)\n\n    return df\n\n\n@refetch_frequency(timedelta(days=7))\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZoneKey(\"US-CAL-CISO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the total load forecast 7 days ahead (in MW) for a given date in hourly intervals.\"\"\"\n    session = session or Session()\n\n    # Interval of time\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    target_datetime_gmt = target_datetime\n    GMT_URL_SUFFIX = \"-0000\"\n    END_OFFSET = timedelta(days=7)\n    startdatetime = target_datetime_gmt.strftime(\"%Y%m%dT%H:%M\") + GMT_URL_SUFFIX\n    enddatetime = (target_datetime_gmt + END_OFFSET).strftime(\n        \"%Y%m%dT%H:%M\"\n    ) + GMT_URL_SUFFIX\n\n    # Config to obtain the url\n    oasis_config = {\n        \"load_forecast_7_day_ahead\": {\n            \"query\": {\n                \"path\": \"SingleZip\",\n                \"resultformat\": 6,\n                \"queryname\": \"SLD_FCST\",\n                \"version\": 1,\n            },\n            \"params\": {\n                \"market_run_id\": \"7DA\",\n                \"startdatetime\": startdatetime,\n                \"enddatetime\": enddatetime,\n            },\n        },\n    }\n\n    # Extract data\n    target_url = _generate_oasis_url(\n        oasis_config, OasisDatasetType.FORECAST_7_DAY_AHEAD\n    )\n    df = _get_oasis_data(session, target_url)\n\n    # Transform dataframe\n    COL_DATETIME, COL_TACAREA = \"INTERVALSTARTTIME_GMT\", \"TAC_AREA_NAME\"\n    df = df.sort_values(by=COL_DATETIME)\n    df = df[df[COL_TACAREA] == \"CA ISO-TAC\"]\n\n    # Add events\n    all_consumption_events = (\n        df.copy()\n    )  # all events with a datetime and a consumption value\n    consumption_list = TotalConsumptionList(logger)\n    for _index, event in all_consumption_events.iterrows():\n        event_datetime = datetime.fromisoformat(event[COL_DATETIME])\n        event_consumption_value = event[\"MW\"]\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            consumption=event_consumption_value,\n            source=\"oasis.caiso.com\",\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=7))\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = ZoneKey(\"US-CAL-CISO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the wind and solar forecast 7 days ahead (in MW) for a given date in hourly intervals.\"\"\"\n    session = session or Session()\n\n    # Interval of time: datetime is in GMT\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    target_datetime_gmt = target_datetime\n    GMT_URL_SUFFIX = \"-0000\"\n    END_OFFSET = timedelta(days=7)\n    startdatetime = target_datetime_gmt.strftime(\"%Y%m%dT%H:%M\") + GMT_URL_SUFFIX\n    enddatetime = (target_datetime_gmt + END_OFFSET).strftime(\n        \"%Y%m%dT%H:%M\"\n    ) + GMT_URL_SUFFIX\n\n    # Config to obtain the url\n    oasis_config = {\n        \"wind_solar_forecast\": {\n            \"query\": {\n                \"path\": \"SingleZip\",\n                \"resultformat\": 6,\n                \"queryname\": \"SLD_REN_FCST\",\n                \"version\": 1,\n            },\n            \"params\": {\n                \"market_run_id\": \"DAM\",\n                \"startdatetime\": startdatetime,\n                \"enddatetime\": enddatetime,\n            },\n        },\n    }\n\n    # Extract data and get the dataframe\n    target_url = _generate_oasis_url(oasis_config, OasisDatasetType.WIND_SOLAR_FORECAST)\n    df = _get_oasis_data(session, target_url)\n\n    # There are 3 trading hubs in CAISO\n    COL_DATETIME, COL_DATATYPE = \"INTERVALSTARTTIME_GMT\", \"RENEWABLE_TYPE\"\n    df = df.groupby([COL_DATETIME, COL_DATATYPE], as_index=False).sum(\n        numeric_only=True,\n    )\n    df = df.pivot(index=COL_DATETIME, columns=COL_DATATYPE, values=\"MW\")\n\n    all_production_events = (\n        df.copy()\n    )  # all events with a datetime and a production breakdown\n    production_list = ProductionBreakdownList(logger)\n    for _index, event in all_production_events.iterrows():\n        event_datetime = datetime.fromisoformat(_index)\n        production_mix = ProductionMix()\n        production_mix.add_value(\n            \"solar\", event[\"Solar\"], correct_negative_with_zero=True\n        )\n        production_mix.add_value(\"wind\", event[\"Wind\"], correct_negative_with_zero=True)\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            production=production_mix,\n            source=\"oasis.caiso.com\",\n            sourceType=EventSourceType.forecasted,\n        )\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"Main method, not used by Electricity Map backend, but handy for testing\"\n\n    from pprint import pprint\n\n    # print(\"fetch_production() ->\")\n    # pprint(fetch_production(target_datetime=datetime(2020, 1, 20)))\n\n    # print('fetch_exchange(\"US-CA\", \"US\") ->')\n    # pprint(fetch_exchange(\"US-CA\", \"US\"))\n\n    # pprint(fetch_production(target_datetime=datetime(2023,1,20)))\n    # pprint(fetch_consumption(target_datetime=datetime(2022, 2, 22)))\n\n    # print(\"fetch_consumption_forecast() ->\")\n    pprint(fetch_consumption_forecast())\n\n    # print(\"fetch_wind_solar_forecasts() ->\")\n    # pprint(fetch_wind_solar_forecasts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_ERCOT.py",
    "content": "\"\"\"Parser for the ERCOT grid area of the United States.\"\"\"\n\nimport gzip\nimport json\nimport time\nimport zipfile\nfrom datetime import datetime, timedelta\nfrom enum import Enum\nfrom io import BytesIO\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nimport requests\nfrom requests import Response, Session\n\n# import time\nimport electricitymap.contrib.parsers.EIA as EIA\nfrom electricitymap.contrib.lib.models.event_lists import (\n    LocationalMarginalPriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.parsers.lib.validation import validate_exchange\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"ercot.com\"\nTX_TZ = ZoneInfo(\"US/Central\")\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nHOST_PARAMETER = \"host=https://www.ercot.com\"\n\nRT_GENERATION_URL = (\n    f\"{US_PROXY}/api/1/services/read/dashboards/fuel-mix.json?{HOST_PARAMETER}\"\n)\nRT_CONSUMPTION_URL = f\"{US_PROXY}/api/1/services/read/dashboards/loadForecastVsActual.json?{HOST_PARAMETER}\"\nRT_EXCHANGE_URL = (\n    f\"{US_PROXY}/api/1/services/read/dashboards/rtsyscond.json?{HOST_PARAMETER}\"\n)\nRT_PRICES_URL = (\n    f\"{US_PROXY}/api/1/services/read/dashboards/systemWidePrices.json?{HOST_PARAMETER}\"\n)\nRT_STORAGE_URL = f\"{US_PROXY}/api/1/services/read/dashboards/energy-storage-resources.json?{HOST_PARAMETER}\"\nAUTH_URL_ERCOT = \"https://ercotb2c.b2clogin.com/ercotb2c.onmicrosoft.com/B2C_1_PUBAPI-ROPC-FLOW/oauth2/v2.0/token\"\nDAYAHEAD_LMP_URL = f\"{US_PROXY}/api/public-reports/np4-190-cd/dam_stlmnt_pnt_prices\"\nREALTIME_LMP_URL = f\"{US_PROXY}/api/public-reports/np6-788-cd/lmp_node_zone_hub\"\n\n# These links are found at https://www.ercot.com/gridinfo/generation, and should be updated as new data is released\n# HISTORICAL_GENERATION_URL = {\n#     \"2025\": f\"{US_PROXY}/files/docs/2025/02/08/IntGenbyFuel2025.xlsx?{HOST_PARAMETER}\",\n#     \"all_previous\": f\"{US_PROXY}/files/docs/2021/03/10/FuelMixReport_PreviousYears.zip?{HOST_PARAMETER}\",\n# }\nGENERATION_MAPPING = {\n    \"Coal and Lignite\": \"coal\",\n    \"Hydro\": \"hydro\",\n    \"Natural Gas\": \"gas\",\n    \"Nuclear\": \"nuclear\",\n    \"Other\": \"unknown\",\n    \"Power Storage\": \"battery\",\n    \"Solar\": \"solar\",\n    \"Wind\": \"wind\",\n    \"WSL\": \"battery\",\n    \"Biomass\": \"biomass\",\n    \"Gas\": \"gas\",\n    \"Coal\": \"coal\",\n    \"Gas-CC\": \"gas\",\n}\nEXCHANGE_MAPPING = {\"US-CENT-SWPP\": [\"dcE\", \"dcN\"], \"MX-NE\": [\"dcL\"], \"MX-NO\": [\"dcR\"]}\n\n\n# Report type IDs\nclass ReportTypeID(Enum):\n    # Wind production actual and forecast: https://www.ercot.com/mp/data-products/data-product-details?id=NP4-732-CD\n    WIND_POWER_PRODUCTION_REPORTID = 13028\n\n    # Solar production forecast: https://www.ercot.com/mp/data-products/data-product-details?id=np4-737-cd\n    SOLAR_POWER_PRODUCTION_REPORTID = 13483\n\n    # Load forecast: https://www.ercot.com/mp/data-products/data-product-details?id=np3-560-cd\n    LOAD_FORECAST_REPORTID = 12311\n\n\ndef get_data(\n    url: str,\n    session: Session | None = None,\n    headers: dict | None = None,\n    params: dict | None = None,\n):\n    \"\"\"requests ERCOT url and return json\"\"\"\n    if not session:\n        session = Session()\n\n    resp: Response = session.get(url, verify=False, headers=headers, params=params)\n    response_text = gzip.decompress(resp.content).decode(\"utf-8\")\n    data_json = json.loads(response_text)\n    return data_json\n\n\ndef parse_storage_data_live(session: Session) -> pd.DataFrame:\n    \"\"\"\n    Parse the storage data from the ERCOT API. The data is returned in 5 minute intervals.\n    \"\"\"\n    storage_data_json = get_data(url=RT_STORAGE_URL, session=session)\n    df = pd.concat(\n        [\n            pd.DataFrame(storage_data_json[\"previousDay\"][\"data\"]),\n            pd.DataFrame(storage_data_json[\"currentDay\"][\"data\"]),\n        ]\n    )\n    df[\"datetime\"] = pd.to_datetime(df[\"timestamp\"]).dt.floor(\"5min\")\n    df.rename(columns={\"netOutput\": \"battery_storage\"}, inplace=True)\n    df[\"battery_storage\"] = -df[\"battery_storage\"].astype(\n        float\n    )  # Storage is positive when charging'\n    df = df[[\"battery_storage\", \"datetime\"]].groupby(\"datetime\").mean().reset_index()\n    df.set_index(\"datetime\", inplace=True)\n    return df[[\"battery_storage\"]]\n\n\ndef fetch_live_consumption(\n    zone_key: str,\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n) -> TotalConsumptionList:\n    data_json = get_data(url=RT_CONSUMPTION_URL, session=session)\n    consumption_list = TotalConsumptionList(logger)\n    for key in [\"previousDay\", \"currentDay\"]:\n        data_dict = data_json[key]\n        dt = datetime.strptime(data_dict[\"dayDate\"], \"%Y-%m-%d %H:%M:%S%z\").replace(\n            tzinfo=TX_TZ\n        )\n        for item in data_dict[\"data\"]:\n            if \"systemLoad\" in item:\n                consumption_list.append(\n                    zoneKey=ZoneKey(zone_key),\n                    datetime=dt.replace(hour=item[\"hourEnding\"] - 1),\n                    consumption=item[\"systemLoad\"],\n                    source=SOURCE,\n                )\n    return consumption_list\n\n\ndef fetch_live_production(\n    zone_key: str,\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n) -> ProductionBreakdownList:\n    \"\"\"\n    Fetch the live production data from the ERCOT API at a 5 minute interval.\n    The data is returned in 5 minute intervals.\n    \"\"\"\n    session = session or Session()\n    gen_data_json = get_data(url=RT_GENERATION_URL, session=session)[\"data\"]\n    production_breakdowns = ProductionBreakdownList(logger)\n\n    # Process storage data first - keep at 15-minute intervals\n    df_storage = parse_storage_data_live(session)\n\n    # Process generation data\n    df_generation = process_generation_dataframe(\n        pd.concat([pd.DataFrame(gen_data_json[day]).T for day in gen_data_json])\n    )\n    if not df_storage.empty:\n        df_generation_storage = df_generation.merge(\n            df_storage, left_index=True, right_index=True, how=\"inner\"\n        )\n    else:\n        df_generation_storage = df_generation.copy()\n\n    # Round up to 2 decimals\n    df_generation_storage = df_generation_storage.round(2)\n    # Create production breakdowns for each timestamp - optimized version\n    timestamps = df_generation_storage.index\n    production_columns = [\n        col for col in df_generation_storage.columns if col != \"battery_storage\"\n    ]\n    has_storage = \"battery_storage\" in df_generation_storage.columns\n\n    # Use iloc for faster access instead of iterrows()\n    for i, timestamp in enumerate(timestamps):\n        production = ProductionMix()\n        storage = StorageMix()\n\n        # Get row data using iloc (faster than iterrows)\n        row_data = df_generation_storage.iloc[i]\n\n        # Add production values efficiently\n        for col in production_columns:\n            production.add_value(\n                col,\n                row_data[col],\n                correct_negative_with_zero=True,\n            )\n\n        # Add storage data if available\n        if has_storage:\n            storage.add_value(\"battery\", row_data[\"battery_storage\"])\n\n        # Add breakdown for each timestamp\n        production_breakdowns.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=timestamp,\n            source=SOURCE,\n            production=production,\n            storage=storage,\n        )\n\n    return production_breakdowns\n\n\n# def get_sheet_from_date(year: int, month: str, session: Session | None = None):\n#     \"\"\"Unit is MWh and not MW\"\"\"\n#     if not session:\n#         session = Session()\n\n#     if year > 2024:\n#         url = HISTORICAL_GENERATION_URL[str(year)]\n#         return pd.read_excel(url, engine=\"openpyxl\", sheet_name=month)\n#     else:\n#         url = HISTORICAL_GENERATION_URL[\"all_previous\"]\n#         response = session.get(url)\n\n#         if response.content.startswith(b\"PK\"):\n#             zip_data = BytesIO(response.content)\n#         else:\n#             try:\n#                 decompressed = gzip.decompress(response.content)\n#                 zip_data = BytesIO(decompressed)\n#             except gzip.BadGzipFile as err:\n#                 raise ValueError(\"File is neither a ZIP nor a gzipped file\") from err\n\n#         year_file = f\"IntGenbyFuel{year}.xlsx\"\n\n#         with zipfile.ZipFile(zip_data) as zf:\n#             if year_file not in zf.namelist():\n#                 raise NotImplementedError(\n#                     f\"Data for year {year} not found in historical data\"\n#                 )\n#             with zf.open(year_file) as excel_file:\n#                 return pd.read_excel(excel_file, engine=\"openpyxl\", sheet_name=month)\n\n\n# def fetch_historical_production(\n#     zone_key: ZoneKey,\n#     session: Session,\n#     target_datetime: datetime,\n#     logger: Logger = getLogger(__name__),\n# ) -> ProductionBreakdownList:\n#     if target_datetime.tzinfo is None:\n#         target_datetime = target_datetime.replace(tzinfo=timezone.utc)\n\n#     year = target_datetime.year\n#     month = target_datetime.strftime(\"%b\")\n\n#     production_breakdowns = ProductionBreakdownList(logger)\n\n#     df = get_sheet_from_date(year, month, session)\n#     df_standardized = transform_historical_production(df)\n\n#     # Process the standardized DataFrame to create ProductionBreakdown objects\n#     if df_standardized.empty:\n#         logger.warning(f\"No production data found for {year}-{month}\")\n#         return production_breakdowns\n\n#     for i, timestamp in enumerate(df_standardized.index):\n#         production = ProductionMix()\n#         storage = StorageMix()\n\n#         # Get row data using iloc (faster than iterrows)\n#         row_data = df_standardized.iloc[i]\n\n#         # Add production values efficiently\n#         for col in df_standardized.columns:\n#             production.add_value(\n#                 col,\n#                 row_data[col],\n#                 correct_negative_with_zero=True,\n#             )\n\n#         # Add storage data if available\n#         if \"battery\" in df_standardized.columns:\n#             storage.add_value(\"battery\", row_data[\"battery\"])\n\n#         # Add breakdown for each timestamp\n#         production_breakdowns.append(\n#             zoneKey=ZoneKey(zone_key),\n#             datetime=timestamp,\n#             source=SOURCE,\n#             production=production,\n#             storage=storage,\n#         )\n\n#     return production_breakdowns\n\n\ndef fetch_live_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    data_json = get_data(url=RT_EXCHANGE_URL, session=session)\n    all_data_points = []\n    sortedZoneKeys = \"->\".join(sorted([zone_key1, zone_key2]))\n    for item in data_json[\"data\"]:\n        data_point = {}\n        data_point[\"datetime\"] = datetime.fromtimestamp(\n            item[\"interval\"] / 1000\n        ).replace(second=0, tzinfo=TX_TZ)\n        data_point[\"netFlow\"] = sum(item[key] for key in EXCHANGE_MAPPING[zone_key2])\n\n        all_data_points.append(data_point)\n\n    # aggregate data points in the same minute interval\n    aggregated_data_points = []\n    for dt in sorted({item[\"datetime\"] for item in all_data_points}):\n        agg_data_point = {}\n        agg_data_point[\"datetime\"] = dt\n        values_dt = [\n            item[\"netFlow\"] for item in all_data_points if item[\"datetime\"] == dt\n        ]\n        agg_data_point[\"netFlow\"] = sum(values_dt) / len(values_dt)\n        agg_data_point[\"sortedZoneKeys\"] = sortedZoneKeys\n        agg_data_point[\"source\"] = SOURCE\n        aggregated_data_points.append(agg_data_point)\n    validated_data_points = [x for x in all_data_points if validate_exchange(x, logger)]\n    return validated_data_points\n\n\n@refetch_frequency(timedelta(days=28))  # A month\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates.\")\n\n    production = fetch_live_production(\n        zone_key=zone_key, session=session, logger=logger\n    )\n    return production.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if target_datetime is None or target_datetime >= datetime.now(tz=TX_TZ).replace(\n        hour=0, minute=0, second=0, microsecond=0\n    ) - timedelta(days=1):\n        consumption = fetch_live_consumption(\n            zone_key=zone_key, session=session, logger=logger\n        ).to_list()\n    else:\n        consumption = EIA.fetch_consumption(\n            zone_key=zone_key,\n            session=session,\n            target_datetime=target_datetime,\n            logger=logger,\n        )\n    return consumption\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    now = datetime.now(tz=TX_TZ)\n    if target_datetime is None or target_datetime >= datetime.now(tz=TX_TZ).replace(\n        hour=0, minute=0, second=0, microsecond=0\n    ):\n        target_datetime = now\n        exchanges = fetch_live_exchange(zone_key1, zone_key2, session, logger)\n\n    else:\n        exchanges = EIA.fetch_exchange(\n            zone_key1, zone_key2, session, target_datetime, logger\n        )\n    return exchanges\n\n\ndef _get_publish_date(doc):\n    return datetime.fromisoformat(doc[\"Document\"][\"PublishDate\"])\n\n\ndef _find_document_by_publish_date(documents, target_date):\n    \"\"\"\n    Find the latest document published on a specific date (ignoring time) or the latest document if no date is provided.\n\n    Args:\n        documents: List of document dictionaries\n        target_date: A datetime object representing the date to search for (ignores time), or None to find the latest document\n\n    Returns:\n        The best matching document (or None if no match is found)\n    \"\"\"\n    if target_date is None:\n        # If no target_date is provided, return the latest document\n        matching_docs = [\n            doc for doc in documents if doc[\"Document\"][\"FriendlyName\"][-3:] == \"csv\"\n        ]\n        return max(matching_docs, key=_get_publish_date, default=None)\n\n    # If target_date is provided, find documents matching the specific date\n    matching_docs = [\n        doc\n        for doc in documents\n        if doc[\"Document\"][\"FriendlyName\"][-3:] == \"csv\"\n        and datetime.fromisoformat(doc[\"Document\"][\"PublishDate\"]).date()\n        == target_date.date()\n    ]\n\n    return max(matching_docs, key=_get_publish_date, default=None)\n\n\ndef _get_dataframe_from_url(url, session, target_date):\n    response = session.get(url)\n    docs = response.json()[\"ListDocsByRptTypeRes\"][\"DocumentList\"]\n\n    doc = _find_document_by_publish_date(docs, target_date)\n    doc_id = doc[\"Document\"][\"DocID\"]\n\n    doc_url = f\"{US_PROXY}/misdownload/servlets/mirDownload?doclookupId={doc_id}&{HOST_PARAMETER}\"\n    resp: Response = session.get(doc_url)  # verify=False\n\n    # Open the ZIP file\n    with zipfile.ZipFile(BytesIO(resp.content)) as z:\n        # Extract the first file in the ZIP (assuming it contains a CSV)\n        csv_filename = z.namelist()[0]\n        with z.open(csv_filename) as f:\n            df = pd.read_csv(f)\n\n    return df\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests load forecast data in MW. target_datetime only date (takes the latest report on that date).\n    If target_datetime is None, it takes the latest report created\"\"\"\n    session = session or Session()\n\n    url = f\"{US_PROXY}/misapp/servlets/IceDocListJsonWS?reportTypeId={ReportTypeID.LOAD_FORECAST_REPORTID.value}&_{int(time.time())}&{HOST_PARAMETER}\"\n    df = _get_dataframe_from_url(url, session, target_datetime)\n\n    # Transfrom Hour column\n    df[\"HourStarting\"] = df[\"HourEnding\"].str.split(\":\", expand=True)[0].astype(int) - 1\n    df[\"HourStarting\"] = df[\"HourStarting\"].astype(str) + \":00\"\n\n    all_consumption_events = (\n        df.copy()\n    )  # all events with a datetime and a consumption value\n    consumption_list = TotalConsumptionList(logger)\n    for _, row in all_consumption_events.iterrows():\n        date_, time_ = row.DeliveryDate, row.HourStarting\n        datetime_object = datetime.strptime(\n            date_ + \"T\" + time_, \"%m/%d/%YT%H:%M\"\n        ).replace(tzinfo=TX_TZ)\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=datetime_object,\n            consumption=row.SystemTotal,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests wind and solar power data in MW. target_datetime only date (takes the latest report on that date).\n    If target_datetime is None, it takes the latest report created\"\"\"\n    session = session or Session()\n\n    # Request wind power data\n    url_wind = f\"{US_PROXY}/misapp/servlets/IceDocListJsonWS?reportTypeId={ReportTypeID.WIND_POWER_PRODUCTION_REPORTID.value}&_{int(time.time())}&{HOST_PARAMETER}\"\n    df_wind = _get_dataframe_from_url(url_wind, session, target_datetime)\n\n    # Request solar power data\n    url_solar = f\"{US_PROXY}/misapp/servlets/IceDocListJsonWS?reportTypeId={ReportTypeID.SOLAR_POWER_PRODUCTION_REPORTID.value}&_{int(time.time())}&{HOST_PARAMETER}\"\n    df_solar = _get_dataframe_from_url(url_solar, session, target_datetime)\n\n    # Transfrom Hour column\n    df_wind[\"HOUR_STARTING\"] = df_wind[\"HOUR_ENDING\"] - 1\n    df_wind[\"HOUR_STARTING\"] = df_wind[\"HOUR_STARTING\"].astype(str) + \":00\"\n    df_solar[\"HOUR_STARTING\"] = df_solar[\"HOUR_ENDING\"] - 1\n    df_solar[\"HOUR_STARTING\"] = df_solar[\"HOUR_STARTING\"].astype(str) + \":00\"\n\n    # Merge wind and solar into one dataframe\n    merged_df = pd.merge(\n        df_wind, df_solar, on=[\"DELIVERY_DATE\", \"HOUR_STARTING\"], how=\"outer\"\n    )\n\n    all_production_events = (\n        merged_df.copy()\n    )  # all events with a datetime and a production breakdown\n    production_list = ProductionBreakdownList(logger)\n    for _, event in all_production_events.iterrows():\n        date_, time_ = event.DELIVERY_DATE, event.HOUR_STARTING\n        datetime_object = datetime.strptime(\n            date_ + \"T\" + time_, \"%m/%d/%YT%H:%M\"\n        ).replace(tzinfo=TX_TZ)\n\n        production_mix = ProductionMix()\n        production_mix.add_value(\n            \"solar\", event[\"STPPF_SYSTEM_WIDE\"], correct_negative_with_zero=True\n        )\n        production_mix.add_value(\n            \"wind\", event[\"STWPF_SYSTEM_WIDE\"], correct_negative_with_zero=True\n        )\n\n        production_list.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=datetime_object,\n            production=production_mix,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return production_list.to_list()\n\n\ndef fetch_dayahead_locational_marginal_price(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TX_TZ)\n\n    ERCOT_API_SUBSCRIPTION_KEY = get_token(\"ERCOT_API_SUBSCRIPTION_KEY\")\n\n    if not ERCOT_API_SUBSCRIPTION_KEY:\n        raise ValueError(\"ERCOT_API_SUBSCRIPTION_KEY must be set\")\n\n    id_token = get_id_token()\n\n    params = {\n        \"host\": \"https://api.ercot.com\",\n        \"deliveryDateFrom\": target_datetime.strftime(\"%Y-%m-%d\"),\n        \"deliveryDateTo\": target_datetime.strftime(\"%Y-%m-%d\"),\n    }\n    headers = {\n        \"Authorization\": f\"Bearer {id_token}\",\n        \"Ocp-Apim-Subscription-Key\": ERCOT_API_SUBSCRIPTION_KEY,\n    }\n    response = get_data(DAYAHEAD_LMP_URL, headers=headers, params=params)\n\n    params[\"size\"] = response[\"_meta\"][\"totalRecords\"]\n\n    response = get_data(DAYAHEAD_LMP_URL, headers=headers, params=params)\n\n    prices = LocationalMarginalPriceList(logger)\n    for row in response[\"data\"]:\n        if row[1] == \"24:00\":\n            date = datetime.strptime(f\"{row[0]} 00:00\", \"%Y-%m-%d %H:%M\").replace(\n                tzinfo=TX_TZ\n            ) + timedelta(days=1)\n        else:\n            date = datetime.strptime(f\"{row[0]} {row[1]}\", \"%Y-%m-%d %H:%M\").replace(\n                tzinfo=TX_TZ\n            )\n        prices.append(\n            zoneKey=zone_key,\n            datetime=date,\n            price=row[3],\n            currency=\"USD\",\n            node=row[2],\n            source=SOURCE,\n        )\n    return prices.to_list()\n\n\ndef fetch_realtime_locational_marginal_price(\n    zone_key: ZoneKey = ZoneKey(\"US-TEX-ERCO\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TX_TZ)\n\n    ERCOT_API_SUBSCRIPTION_KEY = get_token(\"ERCOT_API_SUBSCRIPTION_KEY\")\n\n    if not ERCOT_API_SUBSCRIPTION_KEY:\n        raise ValueError(\"ERCOT_API_SUBSCRIPTION_KEY must be set\")\n\n    id_token = get_id_token()\n\n    start_datetime = target_datetime - timedelta(minutes=40)\n    end_datetime = target_datetime + timedelta(minutes=10)\n\n    params = {\n        \"host\": \"https://api.ercot.com\",\n        \"SCEDTimestampTo\": end_datetime.strftime(\"%Y-%m-%dT%H:%M:%S\"),\n        \"SCEDTimestampFrom\": start_datetime.strftime(\"%Y-%m-%dT%H:%M:%S\"),\n    }\n    headers = {\n        \"Authorization\": f\"Bearer {id_token}\",\n        \"Ocp-Apim-Subscription-Key\": ERCOT_API_SUBSCRIPTION_KEY,\n    }\n    response = get_data(REALTIME_LMP_URL, headers=headers, params=params)\n\n    params[\"size\"] = response[\"_meta\"][\"totalRecords\"]\n\n    response = get_data(REALTIME_LMP_URL, headers=headers, params=params)\n\n    prices = LocationalMarginalPriceList(logger)\n    for row in response[\"data\"]:\n        date = datetime.strptime(row[0], \"%Y-%m-%dT%H:%M:%S\").replace(tzinfo=TX_TZ)\n        prices.append(\n            zoneKey=zone_key,\n            datetime=date,\n            price=row[3],\n            currency=\"USD\",\n            node=row[2],\n            source=SOURCE,\n        )\n    return prices.to_list()\n\n\ndef process_generation_dataframe(df):\n    \"\"\"\n    Process generation DataFrame by:\n    1. Flooring timestamps to nearest 5 minutes\n    2. Extracting 'gen' values from dictionary format\n    3. Grouping by datetime index and taking mean (temporal aggregation)\n    4. Standardizing columns using GENERATION_MAPPING (column aggregation)\n    \"\"\"\n    df_processed = df.copy()\n\n    # Convert to DatetimeIndex if it isn't already\n    if not isinstance(df_processed.index, pd.DatetimeIndex):\n        df_processed.index = pd.to_datetime(df_processed.index)\n\n    df_processed.index = df_processed.index.floor(\"5min\")\n\n    # Extract 'gen' values from dictionaries\n    df_processed = df_processed.apply(\n        lambda col: col.apply(\n            lambda x: x[\"gen\"] if isinstance(x, dict) and \"gen\" in x else None\n        )\n    )\n\n    # First group by datetime index to aggregate multiple rows with same 5-minute timestamp\n    df_processed = df_processed.groupby(df_processed.index).mean()\n\n    # Then group columns by their target names and sum (for columns that map to same target)\n    column_mapping = pd.Series(\n        {col: GENERATION_MAPPING.get(col, col) for col in df_processed.columns}\n    )\n    df_generation_standardized = df_processed.groupby(column_mapping, axis=1).sum(\n        numeric_only=True,\n    )\n\n    return df_generation_standardized[\n        [col for col in df_generation_standardized.columns if col != \"battery\"]\n    ]\n\n\ndef transform_historical_production(df):\n    \"\"\"\n    Transform the historical production data to a standardized format.\n    The input is unstandardized MWH per 15min and the output is standardized MW per 15min.\n    \"\"\"\n    # Identify time columns (all except 'Date', 'Fuel', 'Settlement Type', 'Total')\n    time_columns = [\n        col\n        for col in df.columns\n        if col not in [\"Date\", \"Fuel\", \"Settlement Type\", \"Total\"]\n    ]\n    records = []\n    for _, row in df.iterrows():\n        fuel = row[\"Fuel\"]\n        date_str = row[\"Date\"].strftime(\"%Y-%m-%d\")\n        for time_col in time_columns:\n            dt_str = f\"{date_str} {time_col}\"\n            dt = pd.to_datetime(dt_str, format=\"%Y-%m-%d %H:%M\").tz_localize(TX_TZ)\n            value = row[time_col]\n            records.append({\"datetime\": dt, \"fuel\": fuel, \"value\": value})\n    df_records = pd.DataFrame(records)\n    df_pivot = df_records.pivot(index=\"datetime\", columns=\"fuel\", values=\"value\")\n    column_mapping = pd.Series(\n        {col: GENERATION_MAPPING.get(col, col) for col in df_pivot.columns}\n    )\n    df_pivot_standardized = df_pivot.groupby(column_mapping, axis=1).sum(\n        numeric_only=True,\n    )\n    # From MWH to MW. The step are 15min steps\n    df_result = (\n        df_pivot_standardized[\n            [col for col in df_pivot_standardized.columns if col != \"battery\"]\n        ]\n        * 60\n        / 15\n    )\n    return df_result\n\n\ndef get_id_token():\n    ERCOT_API_PASSWORD = get_token(\"ERCOT_API_PASSWORD\")\n    ERCOT_API_USERNAME = get_token(\"ERCOT_API_USERNAME\")\n\n    if not ERCOT_API_PASSWORD or not ERCOT_API_USERNAME:\n        raise ValueError(\"ERCOT_API_PASSWORD and ERCOT_API_USERNAME must be set\")\n\n    auth_url = f\"{AUTH_URL_ERCOT}?username={ERCOT_API_USERNAME}&password={ERCOT_API_PASSWORD}&grant_type=password&scope=openid+fec253ea-0d06-4272-a5e6-b478baeecd70+offline_access&client_id=fec253ea-0d06-4272-a5e6-b478baeecd70&response_type=id_token\"\n\n    auth_response = requests.post(auth_url)\n    return auth_response.json().get(\"id_token\")\n\n\nif __name__ == \"__main__\":\n    \"Main method, not used by Electricity Map backend, but handy for testing\"\n\n    from pprint import pprint\n\n    pprint(fetch_production())\n    # pprint(fetch_production(target_datetime = datetime(2023,5,14)))\n\n    # pprint(parse_storage_data(session=Session()))\n    # print(\"fetch_consumption_forecast() -->\")\n    # pprint(fetch_consumption_forecast(target_datetime=datetime(2025,3,14)))\n    # pprint(fetch_consumption_forecast())\n\n    # print(\"fetch_wind_solar_forecasts() -->\")\n    # pprint(fetch_wind_solar_forecasts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_MISO.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parser for the MISO area of the United States.\"\"\"\n\nimport io\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom dateutil import parser, tz\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    GridAlertList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n)\n\nSOURCE = \"misoenergy.org\"\nZONE = \"US-MIDW-MISO\"\nTIMEZONE = ZoneInfo(\"America/New_York\")\n\nmix_url = (\n    \"https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx?messageType\"\n    \"=getfuelmix&returnType=json\"\n)\n\nmapping = {\n    \"Coal\": \"coal\",\n    \"Natural Gas\": \"gas\",\n    \"Nuclear\": \"nuclear\",\n    \"Wind\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Other\": \"unknown\",\n}\n\nwind_forecast_url = \"https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx?messageType=getWindForecast&returnType=json\"\nsolar_forecast_url = \"https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx?messageType=getSolarForecast&returnType=json\"\n\n# To quote the MISO data source;\n# \"The category listed as \"Other\" is the combination of Hydro, Pumped Storage Hydro, Diesel, Demand Response Resources,\n# External Asynchronous Resources and a varied assortment of solid waste, garbage and wood pulp burners\".\n\n# Timestamp reported by data source is in format 23-Jan-2018 - Interval 11:45 EST\n# Unsure exactly why EST is used, possibly due to operational connections with PJM.\n\n\ndef get_json_data(logger: Logger, session: Session | None = None) -> dict:\n    \"\"\"Returns 5 minute generation data in json format.\"\"\"\n\n    s = session or Session()\n    json_data = s.get(mix_url).json()\n\n    return json_data\n\n\ndef data_processer(json_data, logger: Logger) -> tuple[datetime, ProductionMix]:\n    \"\"\"\n    Identifies any unknown fuel types and logs a warning.\n    Returns a tuple containing datetime object and production dictionary.\n    \"\"\"\n\n    generation = json_data[\"Fuel\"][\"Type\"]\n\n    mix = ProductionMix()\n    for fuel in generation:\n        try:\n            k = mapping[fuel[\"CATEGORY\"]]\n        except KeyError:\n            logger.warning(\n                \"Key '{}' is missing from the MISO fuel mapping.\".format(\n                    fuel[\"CATEGORY\"]\n                )\n            )\n            k = \"unknown\"\n        mix.add_value(k, float(fuel[\"ACT\"]))\n\n    # Remove unneeded parts of timestamp to allow datetime parsing.\n    timestamp = json_data[\"RefId\"]\n    split_time = timestamp.split(\" \")\n    time_junk = {1, 2}  # set literal\n    useful_time_parts = [v for i, v in enumerate(split_time) if i not in time_junk]\n\n    if useful_time_parts[-1] != \"EST\":\n        raise ValueError(\"Timezone reported for US-MISO has changed.\")\n\n    time_data = \" \".join(useful_time_parts)\n    tzinfos = {\"EST\": tz.gettz(\"America/New_York\")}\n    dt = parser.parse(time_data, tzinfos=tzinfos)\n\n    return dt, mix\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    json_data = get_json_data(logger, session=session)\n    dt, mix = data_processer(json_data, logger)\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    production_breakdowns.append(\n        zoneKey=zone_key,\n        datetime=dt,\n        production=mix,\n        source=SOURCE,\n    )\n    return production_breakdowns.to_list()\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the 6 days ahead load (in MW) hourly data.\"\"\"\n    session = session or Session()\n\n    # Datetime\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    else:\n        # assume passed in correct timezone\n        target_datetime = target_datetime.replace(tzinfo=TIMEZONE)\n\n    # Request data\n    url = f\"https://docs.misoenergy.org/marketreports/{target_datetime.strftime('%Y%m%d')}_df_al.xls\"\n    response = session.get(\n        url, verify=False\n    )  # use requests library with verification disabled\n    df = pd.read_excel(\n        io.BytesIO(response.content), sheet_name=\"Sheet1\", skiprows=4, skipfooter=1\n    )\n\n    # Process dataframe\n    df = df.dropna(subset=[\"HourEnding\"])\n    df = df.loc[df[\"HourEnding\"] != \"HourEnding\"]\n    df.loc[:, \"HourEnding\"] = df[\"HourEnding\"].astype(int)\n    df[\"Interval End\"] = pd.to_datetime(df[\"Market Day\"]) + pd.to_timedelta(\n        df[\"HourEnding\"], unit=\"h\"\n    )\n    df[\"Interval Start\"] = df[\"Interval End\"] - pd.Timedelta(hours=1)\n\n    # Record events in consumption_list\n    all_consumption_events = df.copy()\n    consumption_list = TotalConsumptionList(logger)\n    for _, event in all_consumption_events.iterrows():\n        event_datetime = event[\"Interval Start\"].strftime(\"%Y-%m-%d %H:%M:%S\")\n        event_datetime = datetime.fromisoformat(event_datetime).replace(tzinfo=TIMEZONE)\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            consumption=float(event[\"MISO MTLF (MWh)\"]),\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the day ahead wind and solar forecast (in MW) hourly data.\"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    s = session or Session()\n\n    # Request wind data\n    req_wind = s.get(wind_forecast_url)\n    raw_json_wind = req_wind.json()\n    raw_data_wind = raw_json_wind[\"Forecast\"]\n\n    # Request solar data\n    req_solar = s.get(solar_forecast_url)\n    raw_json_solar = req_solar.json()\n    raw_data_solar = raw_json_solar[\"Forecast\"]\n\n    production_breakdowns = ProductionBreakdownList(logger)\n\n    for wind_event, solar_event in zip(raw_data_wind, raw_data_solar, strict=True):\n        # Check that we loop over same dates\n        if wind_event[\"DateTimeEST\"] == solar_event[\"DateTimeEST\"]:\n            dt = parser.parse(wind_event[\"DateTimeEST\"]).replace(tzinfo=TIMEZONE)\n\n            production_mix = ProductionMix()\n            production_mix.add_value(\n                \"wind\", float(wind_event[\"Value\"]), correct_negative_with_zero=True\n            )\n            production_mix.add_value(\n                \"solar\", float(solar_event[\"Value\"]), correct_negative_with_zero=True\n            )\n\n            production_breakdowns.append(\n                datetime=dt,\n                production=production_mix,\n                source=SOURCE,\n                zoneKey=zone_key,\n                sourceType=EventSourceType.forecasted,\n            )\n\n    return production_breakdowns.to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Fetch Grid Alerts from MISO\"\"\"\n    session = session or Session()\n\n    # API URL\n    url = \"https://www.misoenergy.org/api/topicnotifications/getrecentnotifications\"\n\n    # Request payload (can be adjusted if you want specific filters)\n    payload = {\"topics\": [\"RealTime\"], \"take\": 0}  # take 0 is equal to get all possible\n    # TODO: do we just need the last one?\n\n    # Request headers\n    headers = {\n        \"Content-Type\": \"application/json\",\n        \"Accept\": \"application/json\",\n        \"User-Agent\": \"Mozilla/5.0\",\n        \"Referer\": \"https://www.misoenergy.org/markets-and-operations/notifications/real-time-operations-notifications/\",\n        \"X-Requested-With\": \"XMLHttpRequest\",\n    }\n\n    # Make the POST request\n    response = session.post(url, json=payload, headers=headers)\n\n    # Check for success\n    if response.status_code == 200:\n        notifications = response.json()\n\n    # TODO: maybe extract locationRegion from each notification?\n    # TODO: maybe extract startTime and endTime from each notification?\n    # TODO: maybe extract alertType from each notification?\n\n    # Record events in grid_alert_list\n    grid_alert_list = GridAlertList(logger)\n    for notification in notifications:\n        publish_datetime = datetime.fromisoformat(\n            notification[\"publishDateUnformatted\"]\n        ).replace(tzinfo=TIMEZONE)\n\n        clean_subject = extract_text_with_links(notification[\"subject\"])\n        clean_body = extract_text_with_links(notification[\"body\"])\n        message = clean_subject + \"\\n\" + clean_body\n\n        grid_alert_list.append(\n            zoneKey=zone_key,\n            locationRegion=None,\n            source=SOURCE,\n            alertType=GridAlertType.undefined,\n            message=message,\n            issuedTime=publish_datetime,\n            startTime=None,  # if None, it defaults to issuedTime\n            endTime=None,\n        )\n    return grid_alert_list.to_list()\n\n\ndef extract_text_with_links(html_content):\n    soup = BeautifulSoup(html_content, \"html.parser\")\n    for a in soup.find_all(\"a\"):\n        if a.get(\"href\"):\n            a.replace_with(f\"{a.get_text()} ({a['href']})\")\n    return soup.get_text(separator=\" \")\n\n\nif __name__ == \"__main__\":\n    from pprint import pprint\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print(fetch_consumption_forecast())\n\n    print(\"fetch_wind_solar_forecasts() ->\")\n    print(fetch_wind_solar_forecasts())\n\n    pprint(fetch_grid_alerts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_NEISO.py",
    "content": "#!/usr/bin/env python3\n\n\n\"\"\"Real time parser for the New England ISO (NEISO) area.\"\"\"\n\nimport io\nimport time\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    GridAlertList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\nUS_NEISO_KEY = ZoneKey(\"US-NE-ISNE\")\nSOURCE = \"iso-ne.com\"\n\nurl = \"https://www.iso-ne.com/ws/wsclient\"\n\ngeneration_mapping = {\n    \"Coal\": \"coal\",\n    \"NaturalGas\": \"gas\",\n    \"Wind\": \"wind\",\n    \"Hydro\": \"hydro\",\n    \"Nuclear\": \"nuclear\",\n    \"Wood\": \"biomass\",\n    \"Oil\": \"oil\",\n    \"Refuse\": \"biomass\",\n    \"LandfillGas\": \"biomass\",\n    \"Solar\": \"solar\",\n}\n\n\ndef get_json_data(\n    target_datetime: datetime | None, params, session: Session | None = None\n) -> dict:\n    \"\"\"Fetches json data for requested params and target_datetime using a post request.\"\"\"\n\n    epoch_time = str(int(time.time()))\n\n    target_datetime = target_datetime or datetime.now(tz=timezone.utc)\n    target_ne = target_datetime.astimezone(tz=ZoneInfo(\"America/New_York\"))\n    target_ne_day = target_ne.strftime(\"%m/%d/%Y\")\n\n    postdata = {\n        \"_nstmp_formDate\": epoch_time,\n        \"_nstmp_startDate\": target_ne_day,\n        \"_nstmp_endDate\": target_ne_day,\n        \"_nstmp_twodays\": \"false\",\n        \"_nstmp_showtwodays\": \"false\",\n    }\n    postdata.update(params)\n\n    s = session or Session()\n\n    req = s.post(url, data=postdata)\n    json_data = req.json()\n    raw_data = json_data[0][\"data\"]\n\n    return raw_data\n\n\ndef production_data_processer(\n    zone_key: ZoneKey, raw_data: dict | list, logger: Logger\n) -> ProductionBreakdownList:\n    \"\"\"\n    Takes raw json data and removes unnecessary keys.\n    Separates datetime key and converts to a datetime object.\n    \"\"\"\n\n    other_keys = {\"BeginDateMs\", \"Renewables\", \"BeginDate\", \"Other\"}\n    known_keys = generation_mapping.keys() | other_keys\n\n    unmapped = set()\n\n    production_breakdowns = ProductionBreakdownList(logger)\n    counter = 0\n    for datapoint in raw_data:\n        current_keys = datapoint.keys() | set()\n        unknown_keys = current_keys - known_keys\n        unmapped = unmapped | unknown_keys\n\n        keys_to_remove = {\"BeginDateMs\", \"Renewables\"} | unknown_keys\n        for k in keys_to_remove:\n            datapoint.pop(k, None)\n\n        time_string = datapoint.pop(\"BeginDate\", None)\n        if time_string:\n            dt = datetime.fromisoformat(time_string)\n        else:\n            counter += 1\n            logger.warning(\n                f\"Skipping {zone_key} datapoint missing timestamp.\",\n                extra={\"zone_key\": zone_key},\n            )\n            continue\n\n        # neiso storage flow signs are opposite to EM\n        battery_storage = -1 * datapoint.pop(\"Other\", 0.0)\n        storage_mix = StorageMix(battery=battery_storage, hydro=None)\n\n        production_mix = ProductionMix()\n        for k, v in datapoint.items():\n            production_mix.add_value(\n                mode=generation_mapping[k], value=v, correct_negative_with_zero=v > -5\n            )\n\n        production_breakdowns.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=SOURCE,\n            production=production_mix,\n            storage=storage_mix,\n        )\n\n    for key in unmapped:\n        logger.warning(\n            f\"Key '{key}' in {zone_key} is not mapped to type.\",\n            extra={\"zone_key\": zone_key},\n        )\n\n    if counter > 0:\n        logger.warning(\n            f\"Skipped {counter} {zone_key} datapoints that were missing timestamps.\",\n            extra={\"zone_key\": zone_key},\n        )\n\n    return production_breakdowns\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = US_NEISO_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    postdata = {\n        \"_nstmp_chartTitle\": \"Fuel+Mix+Graph\",\n        \"_nstmp_requestType\": \"genfuelmix\",\n        \"_nstmp_fuelType\": \"all\",\n        \"_nstmp_height\": \"250\",\n    }\n\n    production_json = get_json_data(target_datetime, postdata, session)\n    production_breakdowns = production_data_processer(zone_key, production_json, logger)\n\n    return production_breakdowns.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    # For directions, note that ISO-NE always reports its import as negative\n\n    if sorted_zone_keys == \"CA-NB->US-NE-ISNE\":\n        # CA-NB->US-NEISO means import to NEISO should be positive\n        multiplier = -1\n\n        postdata = {\"_nstmp_zone0\": \"4010\"}  # \".I.SALBRYNB345 1\"\n\n    elif sorted_zone_keys == \"CA-QC->US-NE-ISNE\":\n        # CA-QC->US-NEISO means import to NEISO should be positive\n        multiplier = -1\n\n        postdata = {\n            \"_nstmp_zone0\": \"4012\",  # \".I.HQ_P1_P2345 5\"\n            \"_nstmp_zone1\": \"4013\",  # \".I.HQHIGATE120 2\"\n            \"_nstmp_zone2\": \"4018\",  # \".I.HQMRL_RD345 1\"\n        }\n\n    elif sorted_zone_keys == \"US-NE-ISNE->US-NY-NYIS\":\n        # US-NEISO->US-NY means import to NEISO should be negative\n        multiplier = 1\n\n        postdata = {\n            \"_nstmp_zone0\": \"4014\",  # \".I.SHOREHAM138 99\"\n            \"_nstmp_zone1\": \"4017\",  # \".I.NRTHPORT138 5\"\n            \"_nstmp_zone2\": \"4011\",  # \".I.ROSETON 345 1\"\n        }\n\n    else:\n        raise Exception(f\"Exchange pair not supported: {sorted_zone_keys}\")\n\n    postdata[\"_nstmp_requestType\"] = \"externalflow\"\n\n    unmerged_exchanges: list[ExchangeList] = []\n    exchange_data = get_json_data(target_datetime, postdata, session)\n    for exchange_values in exchange_data.values():\n        # Creates a exchange list for each exchange\n        exchanges = ExchangeList(logger)\n        for datapoint in exchange_values:\n            time_string = datapoint.pop(\"BeginDate\", None)\n            if time_string:\n                dt = datetime.fromisoformat(time_string)\n            else:\n                logger.warning(\n                    f\"Skipping {sorted_zone_keys} datapoint missing timestamp.\",\n                    extra={\"zone_key\": sorted_zone_keys},\n                )\n                continue\n            exchanges.append(\n                zoneKey=sorted_zone_keys,\n                datetime=dt,\n                netFlow=datapoint[\"Actual\"] * multiplier,\n                source=SOURCE,\n            )\n        # Append the exchange list to the unmerged list\n        unmerged_exchanges.append(exchanges)\n\n    # Merge all exchanges into one\n    return ExchangeList.merge_exchanges(unmerged_exchanges, logger).to_list()\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = US_NEISO_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests load forecast in MW for 1 day ahead (hourly)\"\"\"\n    session = session or Session()\n\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    target_datetime = target_datetime.astimezone(tz=ZoneInfo(\"America/New_York\"))\n    postdata = {\n        \"_nstmp_startDate\": target_datetime.strftime(\"%m/%d/%Y\"),\n        \"_nstmp_endDate\": (target_datetime + pd.Timedelta(days=1)).strftime(\"%m/%d/%Y\"),\n        \"_nstmp_requestType\": \"systemload\",\n    }\n\n    # Request data\n    raw_data = get_json_data(target_datetime=None, params=postdata, session=session)\n\n    all_consumption_events = raw_data[\"forecast\"]\n\n    consumption_list = TotalConsumptionList(logger)\n    for event in all_consumption_events:\n        event_datetime = datetime.fromisoformat(event[\"BeginDate\"]).replace(\n            tzinfo=ZoneInfo(\"America/New_York\")\n        )\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            consumption=event[\"Mw\"],\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = US_NEISO_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests wind and solar power forecast in MW for 7 days\"\"\"\n\n    # Datetime\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n    target_datetime = target_datetime.astimezone(tz=ZoneInfo(\"America/New_York\"))\n    if (\n        target_datetime.hour <= 10\n    ):  # the data is updated every day at approximately 10:00:00-05:00\n        target_datetime = target_datetime - timedelta(days=1)\n    target_datetime_string = target_datetime.strftime(\"%Y%m%d\")\n\n    # Request url\n    session = session or Session()\n    merged_data = None\n    for data_type in [\"solar\", \"wind\"]:\n        # Get cookies by accessing the forecast pages\n        session.get(\n            \"https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/seven-day-\"\n            + data_type\n            + \"-power-forecast\"\n        )\n        response = session.get(\n            \"https://www.iso-ne.com/transform/csv/\"\n            + data_type[0]\n            + \"phf?start=\"\n            + target_datetime_string\n        )\n\n        # Get dataframe\n        df = pd.read_csv(\n            io.StringIO(response.content.decode(\"utf8\")),\n            skiprows=[0, 1, 2, 3, 4, 5],\n            skipfooter=1,\n            engine=\"python\",\n        ).drop_duplicates()\n\n        df = df.drop(columns=[\"D\", \"Date\"])\n\n        data = df.melt(\n            id_vars=[\"Hour Ending\"],\n            var_name=\"Date\",\n            value_name=data_type,\n        ).dropna(subset=[data_type])\n\n        if merged_data is None:\n            # For the first iteration (solar), just store the data\n            merged_data = data\n        else:\n            # For the second iteration (wind), merge with the first data\n            merged_data = pd.merge(\n                merged_data, data, on=[\"Hour Ending\", \"Date\"], how=\"outer\"\n            )\n\n    # Convert 'Hour Ending' to numeric type if it isn't already\n    merged_data[\"Hour Ending\"] = pd.to_numeric(merged_data[\"Hour Ending\"])\n\n    # Combine Date and Hour Ending into a datetime iso column\n    merged_data[\"datetime\"] = pd.to_datetime(\n        merged_data[\"Date\"]\n        + \" \"\n        + (merged_data[\"Hour Ending\"] - 1).astype(str)\n        + \":00\",\n        format=\"%m/%d/%Y %H:%M\",\n    )\n    # Convert to ISO format string\n    merged_data[\"datetime_iso\"] = merged_data[\"datetime\"].dt.strftime(\n        \"%Y-%m-%dT%H:%M:%S\"\n    )\n    data_final = merged_data[[\"datetime_iso\", \"solar\", \"wind\"]]\n\n    # All events with a datetime and a production breakdown\n    all_production_events = data_final.copy()\n    production_list = ProductionBreakdownList(logger)\n    for _index, event in all_production_events.iterrows():\n        event_datetime = datetime.fromisoformat(event[\"datetime_iso\"]).replace(\n            tzinfo=ZoneInfo(\"America/New_York\")\n        )\n        production_mix = ProductionMix()\n        production_mix.add_value(\n            \"solar\", event[\"solar\"], correct_negative_with_zero=True\n        )\n        production_mix.add_value(\"wind\", event[\"wind\"], correct_negative_with_zero=True)\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            production=production_mix,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return production_list.to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = US_NEISO_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Fetch Grid Alerts from ISONE\"\"\"\n    session = session or Session()\n\n    # Make the request\n    url = \"https://www.iso-ne.com/markets-operations/system-forecast-status/current-system-status\"\n    response = session.get(url)\n    soup = BeautifulSoup(response.content, \"html.parser\")\n\n    # Find the table\n    table = soup.find(\"table\", id=\"PowerSystemConditions-Table\")\n    # Extract footer <pre> text (updated at)\n    footer_pre = table.find(\"tfoot\").find(\"pre\").get_text(strip=True)\n    # Extract the datetime part (remove 'Updated: ')\n    datetime_part = footer_pre.replace(\"Updated: \", \"\")\n    # Parse the datetime\n    updated_at = datetime.strptime(datetime_part, \" %m/%d/%Y  %I:%M %p\").replace(\n        tzinfo=ZoneInfo(\"America/New_York\")\n    )\n    issued_at = updated_at\n\n    grid_alert_list = GridAlertList(logger)\n    # Extract table rows\n    for tr in table.find(\"tbody\").find_all(\"tr\"):\n        cells = tr.find_all(\"td\")\n\n        # Rows with at least 3 cells\n        row_data = [\n            cells[0].get_text(strip=True),\n            cells[1].get_text(strip=True),\n            cells[2].get_text(strip=True),\n        ]\n\n        # If message starts by \"Normal\":\n        if row_data[1].startswith(\"Normal\"):\n            continue\n\n        # If \"time in\" is not empty\n        if row_data[2] != \"\":\n            time_in = row_data[2]\n            time_in = datetime.strptime(time_in, \"%m/%d/%Y  %I:%M:%S %p\").replace(\n                tzinfo=ZoneInfo(\"America/New_York\")\n            )\n            issued_at = time_in\n\n        # Append\n        grid_alert_list.append(\n            zoneKey=zone_key,\n            locationRegion=row_data[0],\n            source=SOURCE,\n            alertType=GridAlertType.undefined,\n            message=row_data[1],\n            issuedTime=issued_at,\n            startTime=None,  # if None, it defaults to issuedTime\n            endTime=None,\n        )\n\n    # TODO: maybe extract startTime and endTime from each notification?\n    # TODO: maybe extract alertType from each notification?\n\n    return grid_alert_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    from pprint import pprint\n\n    \"\"\"\n    print(\"fetch_production() ->\")\n    pprint(fetch_production())\n\n    print(\n        'fetch_production(target_datetime=datetime.fromisoformat(\"2017-12-31T12:00:00+00:00\")) ->'\n    )\n    pprint(\n        fetch_production(\n            target_datetime=datetime.fromisoformat(\"2017-12-31T12:00:00+00:00\")\n        )\n    )\n\n    print(\n        'fetch_production(target_datetime=datetime.fromisoformat(\"2007-03-13T12:00:00+00:00\")) ->'\n    )\n    pprint(\n        fetch_production(\n            target_datetime=datetime.fromisoformat(\"2007-03-13T12:00:00+00:00\")\n        )\n    )\n\n    print(f'fetch_exchange(\"{US_NEISO_KEY}\", \"CA-QC\") ->')\n    pprint(fetch_exchange(US_NEISO_KEY, ZoneKey(\"CA-QC\")))\n\n    print(\n        f'fetch_exchange(\"{US_NEISO_KEY}\", \"CA-QC\", target_datetime=datetime.fromisoformat(\"2017-12-31T12:00:00+00:00\")) ->'\n    )\n    pprint(\n        fetch_exchange(\n            US_NEISO_KEY,\n            ZoneKey(\"CA-QC\"),\n            target_datetime=datetime.fromisoformat(\"2017-12-31T12:00:00+00:00\"),\n        )\n    )\n\n    print(\n        f'fetch_exchange(\"{US_NEISO_KEY}\", \"CA-QC\", target_datetime=datetime.fromisoformat(\"2007-03-13T12:00:00+00:00\")) ->'\n    )\n    pprint(\n        fetch_exchange(\n            US_NEISO_KEY,\n            ZoneKey(\"CA-QC\"),\n            target_datetime=datetime.fromisoformat(\"2007-03-13T12:00:00+00:00\"),\n        )\n    )\n\n    print(\"fetch_wind_solar_forecasts()\")\n    pprint(fetch_wind_solar_forecasts())\n\n    pprint(fetch_consumption_forecast())\n    \"\"\"\n\n    print(\"fetch_grid_alerts()\")\n    pprint(fetch_grid_alerts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_NY.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Real time parser for the state of New York.\"\"\"\n\nfrom collections import defaultdict\nfrom datetime import datetime, timedelta\nfrom io import BytesIO\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom typing import Any\nfrom zipfile import ZipFile\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session\nfrom requests.exceptions import HTTPError\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    GridAlertList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\n# Pumped storage is present but is not split into a separate category.\n\n# Dual Fuel systems can run either Natural Gas or Oil, they represent\n# significantly more capacity in NY State than plants that can only\n# burn Natural Gas. When looking up fuel usage for NY in 2016 in\n# https://www.eia.gov/electricity/data/state/annual_generation_state.xls\n# 100 times more energy came from NG than Oil. That means Oil\n# consumption in the Dual Fuel systems is roughly ~1%, and to a first\n# approximation it's just Natural Gas.\n\nSOURCE = \"nyiso.com\"\nTIMEZONE = ZoneInfo(\"America/New_York\")\nZONE = \"US-NY-NYIS\"\n\nmapping_pre_april_2020 = {\n    \"Dual Fuel\": \"gas\",\n    \"Natural Gas\": \"gas\",\n    \"Nuclear\": \"nuclear\",\n    \"Other Fossil Fuels\": \"unknown\",\n    \"Other Renewables\": \"unknown\",\n    \"Wind\": \"wind\",\n    \"Hydro\": \"hydro\",\n}\n\nmapping_post_april_2020 = {\n    \"Dual Fuel\": \"gas\",\n    \"Natural Gas\": \"gas\",\n    \"Nuclear\": \"nuclear\",\n    \"Other Fossil Fuels\": \"oil\",\n    \"Other Renewables\": \"unknown\",\n    \"Wind\": \"wind\",\n    \"Hydro\": \"hydro\",\n}\n\n\ndef read_csv_data(session: Session, url: str) -> pd.DataFrame:\n    \"\"\"Gets csv data from a url and returns a dataframe.\"\"\"\n\n    response = session.get(url)\n    response.raise_for_status()\n\n    csv_data = pd.read_csv(BytesIO(response.content))\n\n    return csv_data\n\n\ndef read_zip_data(session: Session, url: str, csv_file: str) -> pd.DataFrame:\n    \"\"\"Gets zip data from a url (with a session), extracts a csv file and returns a dataframe.\"\"\"\n\n    response = session.get(url)\n    response.raise_for_status()\n\n    zip_file = ZipFile(BytesIO(response.content))\n    csv_data = pd.read_csv(zip_file.open(csv_file))\n\n    return csv_data\n\n\ndef timestamp_converter(timestamp_string: str) -> datetime:\n    \"\"\"Converts timestamps in nyiso data into aware datetime objects.\"\"\"\n    try:\n        dt_naive = datetime.strptime(timestamp_string, \"%m/%d/%Y %H:%M:%S\")\n    except ValueError:\n        dt_naive = datetime.strptime(timestamp_string, \"%m/%d/%Y %H:%M\")\n    dt_aware = dt_naive.replace(tzinfo=TIMEZONE)\n\n    return dt_aware\n\n\ndef data_parser(df, mapping, logger) -> list[tuple[datetime, ProductionMix]]:\n    \"\"\"\n    Takes dataframe and loops over rows to form dictionaries consisting of datetime and generation type.\n    Merges these dictionaries using datetime key.\n\n    :return: list of tuples containing datetime and production.\n    \"\"\"\n\n    chunks = []\n    for row in df.itertuples():\n        piece = {}\n        piece[\"datetime\"] = row[1]\n        piece[row[3]] = row[4]\n        chunks.append(piece)\n\n    # Join dicts on shared 'datetime' keys.\n    combine = defaultdict(dict)\n    for elem in chunks:\n        combine[elem[\"datetime\"]].update(elem)\n\n    ordered = sorted(combine.values(), key=itemgetter(\"datetime\"))\n\n    mapped_generation = []\n    for item in ordered:\n        mix = ProductionMix()\n        dt = timestamp_converter(item.pop(\"datetime\"))\n        for key, val in item.items():\n            try:\n                mix.add_value(mapping[key], val)\n            except KeyError:\n                logger.warning(\"Unrecognized production key '%s'\", key)\n\n        mapped_generation.append((dt, mix))\n\n    return mapped_generation\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n    session = session or Session()\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    else:\n        # assume passed in correct timezone\n        target_datetime = target_datetime.replace(tzinfo=TIMEZONE)\n\n    ny_date = target_datetime.strftime(\"%Y%m%d\")\n    if (datetime.now(tz=TIMEZONE) - target_datetime).days <= 9:\n        mix_url = f\"http://mis.nyiso.com/public/csv/rtfuelmix/{ny_date}rtfuelmix.csv\"\n        try:\n            raw_data = read_csv_data(session, mix_url)\n        except HTTPError:\n            # this can happen when target_datetime has no data available\n            return []\n    else:\n        mix_csv = f\"{ny_date}rtfuelmix.csv\"\n        ny_zip_date = target_datetime.strftime(\"%Y%m01\")\n        mix_zip_url = (\n            f\"http://mis.nyiso.com/public/csv/rtfuelmix/{ny_zip_date}rtfuelmix_csv.zip\"\n        )\n        try:\n            raw_data = read_zip_data(session, mix_zip_url, mix_csv)\n        except (HTTPError, KeyError):\n            # this can happen when target_datetime has no data available\n            return []\n\n    if target_datetime > datetime(2020, 4, 1, tzinfo=TIMEZONE):\n        clean_data = data_parser(raw_data, mapping_post_april_2020, logger)\n\n    else:\n        clean_data = data_parser(raw_data, mapping_pre_april_2020, logger)\n\n    production_breakdowns = ProductionBreakdownList(logger=logger)\n    for dt, mix in clean_data:\n        production_breakdowns.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=mix,\n            source=SOURCE,\n        )\n\n    return production_breakdowns.to_list()\n\n\n@refetch_frequency(timedelta(hours=24))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    session = session or Session()\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    # In the source CSV, positive is flow into NY, negative is flow out of NY.\n    # In Electricity Map, A->B means flow to B is positive.\n    if (\n        sorted_zone_keys == \"US-NEISO->US-NY\"\n        or sorted_zone_keys == \"US-NE-ISNE->US-NY-NYIS\"\n    ):\n        direction = 1\n        relevant_exchanges = [\"SCH - NE - NY\", \"SCH - NPX_1385\", \"SCH - NPX_CSC\"]\n    elif sorted_zone_keys == \"US-NY->US-PJM\":\n        direction = -1\n        relevant_exchanges = [\n            \"SCH - PJ - NY\",\n            \"SCH - PJM_HTP\",\n            \"SCH - PJM_NEPTUNE\",\n            \"SCH - PJM_VFT\",\n        ]\n    elif sorted_zone_keys == \"US-MIDA-PJM->US-NY-NYIS\":\n        direction = 1\n        relevant_exchanges = [\n            \"SCH - PJ - NY\",\n            \"SCH - PJM_HTP\",\n            \"SCH - PJM_NEPTUNE\",\n            \"SCH - PJM_VFT\",\n        ]\n    elif sorted_zone_keys == \"CA-ON->US-NY\" or sorted_zone_keys == \"CA-ON->US-NY-NYIS\":\n        direction = 1\n        relevant_exchanges = [\"SCH - OH - NY\"]\n    elif sorted_zone_keys == \"CA-QC->US-NY\" or sorted_zone_keys == \"CA-QC->US-NY-NYIS\":\n        direction = 1\n        relevant_exchanges = [\"SCH - HQ_CEDARS\", \"SCH - HQ - NY\"]\n    else:\n        raise NotImplementedError(f\"Exchange pair not supported: {sorted_zone_keys}\")\n\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    ny_date = target_datetime.strftime(\"%Y%m%d\")\n    file_name = f\"{ny_date}ExternalLimitsFlows.csv\"\n    exchange_url = \"http://mis.nyiso.com/public/csv/ExternalLimitsFlows\"\n    csv_url = f\"{exchange_url}/{file_name}\"\n\n    try:\n        exchange_data = read_csv_data(session, csv_url)\n    except HTTPError:\n        try:\n            ny_zip_date = target_datetime.strftime(\"%Y%m01\")\n            zip_file_name = f\"{ny_zip_date}ExternalLimitsFlows_csv.zip\"\n            zip_url = f\"{exchange_url}/{zip_file_name}\"\n            exchange_data = read_zip_data(session, zip_url, file_name)\n        except HTTPError:\n            # this can happen when target_datetime has no data available\n            return []\n\n    new_england_exs = exchange_data.loc[\n        exchange_data[\"Interface Name\"].isin(relevant_exchanges)\n    ]\n    consolidated_flows = (\n        new_england_exs.reset_index().groupby(\"Timestamp\").sum(numeric_only=True)\n    )\n\n    now = datetime.now(tz=TIMEZONE)\n\n    exchange_5min = ExchangeList(logger)\n    for row in consolidated_flows.itertuples():\n        flow = float(row[3]) * direction\n        # Timestamp for exchange does not include seconds.\n        dt = timestamp_converter(row[0] + \":00\")\n\n        if (dt > now) and ((dt - now) < timedelta(seconds=300)):\n            # NYISO exchanges CSV (and only the exchanges CSV) includes data\n            # up to 5 minutes in the future (but only 5 minutes in the future).\n            # This also happens on their official website.\n            # Electricity Map raises error with data in the future, so skip\n            # that datapoint. If it's more than 5 minutes in the future,\n            # it's weird/unexpected and thus worthy of failure and logging.\n            continue\n\n        exchange_5min.append(\n            source=SOURCE, datetime=dt, netFlow=flow, zoneKey=sorted_zone_keys\n        )\n\n    return exchange_5min.to_list()\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the load forecast (in MW) for a given date in hourly intervals.\"\"\"\n    session = session or Session()\n\n    # Datetime\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    else:\n        # assume passed in correct timezone\n        target_datetime = target_datetime.replace(tzinfo=TIMEZONE)\n\n    ny_date = target_datetime.strftime(\"%Y%m%d\")\n    if (datetime.now(tz=TIMEZONE) - target_datetime).days <= 9:\n        target_url = f\"http://mis.nyiso.com/public/csv/isolf/{ny_date}isolf.csv\"\n        try:\n            df = read_csv_data(session, target_url)\n        except HTTPError:\n            # this can happen when target_datetime has no data available\n            return []\n    else:\n        target_csv = f\"{ny_date}isolf.csv\"\n        ny_zip_date = target_datetime.strftime(\"%Y%m01\")\n        target_zip_url = (\n            f\"http://mis.nyiso.com/public/csv/isolf/{ny_zip_date}isolf_csv.zip\"\n        )\n        try:\n            df = read_zip_data(session, target_zip_url, target_csv)\n        except (HTTPError, KeyError):\n            # this can happen when target_datetime has no data available\n            return []\n\n    # Add events consumption_list\n    all_consumption_events = (\n        df.copy()\n    )  # all events with a datetime and a generation value\n    consumption_list = TotalConsumptionList(logger)\n    for _index, event in all_consumption_events.iterrows():\n        event_datetime = timestamp_converter(event[\"Time Stamp\"])\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=event_datetime,\n            consumption=event[\"NYISO\"],\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = ZoneKey(ZONE),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Fetch Grid Alerts from NYISO (http://mis.nyiso.com/public/P-35list.htm)\"\"\"\n    session = session or Session()\n\n    # Target Datetime\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=TIMEZONE)\n    else:\n        # assume passed in correct timezone\n        target_datetime = target_datetime.replace(tzinfo=TIMEZONE)\n\n    # Make URL with specified date\n    target_datetime_string = target_datetime.strftime(\"%Y%m%d\")\n    url = (\n        \"http://mis.nyiso.com/public/csv/RealTimeEvents/\"\n        + target_datetime_string\n        + \"RealTimeEvents.csv\"\n    )\n\n    # Make the request and check for success\n    try:\n        csv = pd.read_csv(url)\n    except Exception as e:\n        logger.error(\n            \"Failed to fetch grid alerts from NYISO for date of %s: %s\",\n            target_datetime_string,\n            e,\n        )\n        return []\n\n    # TODO: maybe extract locationRegion from each notification?\n    # TODO: maybe extract startTime and endTime from each notification?\n    # TODO: maybe extract alertType from each notification?\n\n    # Record events in grid_alert_list\n    grid_alert_list = GridAlertList(logger)\n    for _, notification in csv.iterrows():\n        # Parse and assign EDT timezone\n        dt_edt = datetime.strptime(\n            notification[\"Timestamp\"], \"%m/%d/%Y %H:%M:%S\"\n        ).replace(tzinfo=TIMEZONE)\n        # Convert to UTC\n        dt_utc = dt_edt.astimezone(ZoneInfo(\"UTC\"))\n\n        # Parse message\n        message = notification[\"Message\"]\n\n        if message.startswith(\"**\") and message.endswith(\"**\"):\n            # If the message is not the normal state (starting and ending with \"**\"\"), we add it to the grid_alert_list\n            message_content = message[2:-2]\n            grid_alert_list.append(\n                zoneKey=zone_key,\n                locationRegion=None,\n                source=SOURCE,\n                alertType=GridAlertType.undefined,\n                message=message_content,\n                issuedTime=dt_utc,\n                startTime=None,  # if None, it defaults to issuedTime\n                endTime=None,\n            )\n    return grid_alert_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    from pprint import pprint\n\n    \"\"\"\n    print(\"fetch_production() ->\")\n    pprint(fetch_production())\n\n    print(\"fetch_production(target_datetime=datetime(2018, 3, 13, 12, 0)) ->\")\n    pprint(fetch_production(target_datetime=datetime(2018, 3, 13, 12, 0)))\n\n    print(\"fetch_production(target_datetime=datetime(2007, 3, 13, 12)) ->\")\n    pprint(fetch_production(target_datetime=datetime(2007, 3, 13, 12)))\n\n    print(\"fetch_exchange(US-NY, US-NEISO)\")\n    pprint(fetch_exchange(\"US-NY\", \"US-NEISO\"))\n\n    print('fetch_exchange(\"US-NY\", \"CA-QC\")')\n    pprint(fetch_exchange(\"US-NY\", \"CA-QC\"))\n\n    print(\n        'fetch_exchange(\"US-NY\", \"CA-QC\", target_datetime=datetime(2018, 3, 13, 12, 0))'\n    )\n    pprint(\n        fetch_exchange(\"US-NY\", \"CA-QC\", target_datetime=datetime(2018, 3, 13, 12, 0))\n    )\n\n    print(\n        'fetch_exchange(\"US-NY\", \"CA-QC\", target_datetime=datetime(2007, 3, 13, 12)))'\n    )\n    pprint(fetch_exchange(\"US-NY\", \"CA-QC\", target_datetime=datetime(2007, 3, 13, 12)))\n\n    print(\"fetch_consumption_forecast() ->\")\n    pprint(fetch_consumption_forecast())\n    \"\"\"\n\n    print(\"fetch_grid_alerts() ->\")\n    pprint(fetch_grid_alerts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_PJM.py",
    "content": "\"\"\"Parser for the PJM area of the United States (US-MIDA-PJM).\"\"\"\n\nimport gzip\nimport json\nimport re\nfrom datetime import datetime, time, timedelta, timezone\nfrom itertools import groupby\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\nfrom typing import Any, Literal\nfrom zoneinfo import ZoneInfo\n\nimport demjson3 as demjson\nfrom bs4 import BeautifulSoup\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    GridAlertList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    GridAlertType,\n    ProductionMix,\n    StorageMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nPARSER = \"US_PJM.py\"\nTIMEZONE = ZoneInfo(\"America/New_York\")\nZONE_KEY = ZoneKey(\"US-MIDA-PJM\")\n# Used for production and consumption forecast data (https://dataminer2.pjm.com/list)\nDATA_MINER_API_ENDPOINT = \"https://api.pjm.com/api/v1/\"\n\n\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nDATA_PATH = \"api/v1\"\n\nSOURCE = \"pjm.com\"\n\nZONE_TO_PJM_INTERFACES = {\n    ZoneKey(\"US-MIDW-MISO\"): [\"MISO\"],  # \"MISO LMP\"\n    # ?: [\"DEOK|OVEC\"],  # Ohio Valley Electric Corporation (OVEC)\n    ZoneKey(\"US-MIDW-LGEE\"): [\n        \"SOUTH|LGEE\"\n    ],  # Louisville Gas and Electric Company (LGEE)\n    ZoneKey(\"US-TEN-TVA\"): [\"SOUTH|TVA\"],  # Tennessee Valley Authority (TVA)\n    ZoneKey(\"US-CAR-CPLW\"): [\"SOUTH|CPLW\"],  # CPL Retail Energy West (CPLW)\n    ZoneKey(\"US-CAR-DUK\"): [\"SOUTH|DUKE\"],  # Duke Energy\n    ZoneKey(\"US-CAR-CPLE\"): [\"SOUTH|CPLE\"],  # CPL Retail Energy East (CPLE)\n    ZoneKey(\"US-NY-NYIS\"): [\n        \"NEPTUNE|SAYR\",  # NYISO (Neptune)\n        \"LINDENVFT|LINDEN\",  # NYISO (Linden)\n        \"HUDSONTP|HTP\",  # NYISO (Hudson)\n        \"NYIS|NYIS\",  # \"NYISO LMP\"\n    ],\n}\n\nFUEL_MAPPING = {\n    \"Coal\": \"coal\",\n    \"Gas\": \"gas\",\n    \"Hydro\": \"hydro\",\n    \"Multiple Fuels\": \"unknown\",\n    \"Nuclear\": \"nuclear\",\n    \"Oil\": \"oil\",\n    \"Other\": \"unknown\",\n    \"Other Renewables\": \"unknown\",\n    \"Solar\": \"solar\",\n    \"Storage\": \"battery\",\n    \"Wind\": \"wind\",\n}\n\n\ndef _get_api_subscription_key(session: Session) -> str:\n    response = session.get(\"https://dataminer2.pjm.com/config/settings.json\")\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Could not get API key: {response.status_code}: {response.text}\",\n        )\n    return response.json()[\"subscriptionKey\"]\n\n\ndef _fetch_api_data(\n    kind: Literal[\n        \"load_frcstd_7_day\",\n        \"gen_by_fuel\",\n        \"hourly_solar_power_forecast\",\n        \"hourly_wind_power_forecast\",\n    ],\n    params: dict,\n    session: Session,\n) -> dict:\n    headers = {\n        \"Ocp-Apim-Subscription-Key\": _get_api_subscription_key(session=session),\n        \"Accept-Encoding\": \"identity\",\n    }\n    url = f\"{US_PROXY}/{DATA_PATH}/{kind}\"\n    resp: Response = session.get(\n        url=url, params={\"host\": \"https://api.pjm.com\", **params}, headers=headers\n    )\n    if (resp.status_code == 200) and (kind != \"load_frcstd_7_day\"):\n        data = resp.json()\n        return data\n    elif (resp.status_code == 200) and (kind == \"load_frcstd_7_day\"):\n        decompressed_data = gzip.decompress(resp.content)\n        data = json.loads(decompressed_data)\n        return data\n    else:\n        raise ParserException(\n            PARSER,\n            f\"{kind} data is not available in the API: {resp.status_code}: {resp.text}\",\n        )\n\n\ndef fetch_consumption_forecast(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Gets consumption forecast 7 days ahead for PJM zone. Hourly data in MW.\"\"\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER, \"This parser is not yet able to parse historical data\", zone_key\n        )\n\n    session = session or Session()\n    # startRow must be set if forecast_area is set. RTO_COMBINED is area for whole PJM zone.\n    params = {\"download\": True, \"startRow\": 1, \"forecast_area\": \"RTO_COMBINED\"}\n    data = _fetch_api_data(kind=\"load_frcstd_7_day\", params=params, session=session)\n\n    consumption_list = TotalConsumptionList(logger)\n    for elem in data:\n        utc_datetime = elem[\"forecast_datetime_beginning_utc\"]\n        consumption_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(utc_datetime).replace(tzinfo=timezone.utc),\n            source=SOURCE,\n            consumption=elem[\"forecast_load_mw\"],\n            sourceType=EventSourceType.forecasted,\n        )\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Uses PJM API to get generation by fuel.\n\n    We assume that storage is battery storage (see https://learn.pjm.com/energy-innovations/energy-storage)\n    \"\"\"\n    target_datetime = (\n        datetime.now(timezone.utc).replace(hour=0, minute=0, second=0, microsecond=0)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    session = session or Session()\n\n    params = {\n        \"startRow\": 1,\n        \"rowCount\": 500,\n        \"fields\": \"datetime_beginning_utc,fuel_type,mw\",\n        \"datetime_beginning_utc\": target_datetime.strftime(\"%Y-%m-%dT%H:00:00.0000000\"),\n    }\n    resp_data = _fetch_api_data(kind=\"gen_by_fuel\", params=params, session=session)\n\n    items = resp_data.get(\"items\", [])\n\n    if items == []:\n        raise ParserException(\n            parser=PARSER,\n            message=f\"{target_datetime}: Production data is not available in the API\",\n            zone_key=zone_key,\n        )\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    for key, group in groupby(items, itemgetter(\"datetime_beginning_utc\")):\n        dt = datetime.fromisoformat(key).replace(tzinfo=timezone.utc)\n        production = ProductionMix()\n        storage = StorageMix()\n        for data in group:\n            mode = FUEL_MAPPING[data[\"fuel_type\"]]\n            value = data[\"mw\"]\n            if mode == \"battery\":\n                storage.add_value(mode, -value)\n            else:\n                production.add_value(mode, value)\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            production=production,\n            storage=storage,\n            source=SOURCE,\n        )\n\n    return production_breakdown_list.to_list()\n\n\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Uses PJM API to request the wind and solar forecast (in MW) for a given date in hourly intervals.\"\"\"\n\n    session = session or Session()\n\n    # Datetime\n    target_datetime = (\n        datetime.now(timezone.utc).replace(hour=0, minute=0, second=0, microsecond=0)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    # Config for url\n    params = {\n        \"startRow\": 1,\n        \"rowCount\": 10000,\n        \"datetime_beginning_utc\": target_datetime.strftime(\"%Y-%m-%dT%H:00:00.0000000\"),\n    }\n\n    resp_data_wind = _fetch_api_data(\n        kind=\"hourly_wind_power_forecast\", params=params, session=session\n    )\n    items_wind = resp_data_wind.get(\"items\", [])\n\n    resp_data_solar = _fetch_api_data(\n        kind=\"hourly_solar_power_forecast\", params=params, session=session\n    )\n    items_solar = resp_data_solar.get(\"items\", [])\n\n    # Combine wind and solar data and sort by datetime_beginning_utc\n    items = items_wind + items_solar\n    items.sort(key=itemgetter(\"datetime_beginning_utc\", \"evaluated_at_utc\"))\n    production_list = ProductionBreakdownList(logger)\n\n    # Group by datetime_beginning_utc and get the last evaluated_at_utc entry for each group\n    for datetime_utc, group in groupby(items, key=itemgetter(\"datetime_beginning_utc\")):\n        group_list = list(group)\n        wind_entries = [entry for entry in group_list if \"wind_forecast_mwh\" in entry]\n        latest_entry_wind = max(wind_entries, key=itemgetter(\"evaluated_at_utc\"))\n        solar_entries = [entry for entry in group_list if \"solar_forecast_mwh\" in entry]\n        latest_entry_solar = max(solar_entries, key=itemgetter(\"evaluated_at_utc\"))\n\n        production_mix = ProductionMix()\n        production_mix.add_value(\n            \"solar\",\n            latest_entry_solar[\"solar_forecast_mwh\"],\n            correct_negative_with_zero=True,\n        )\n        production_mix.add_value(\n            \"wind\",\n            latest_entry_wind[\"wind_forecast_mwh\"],\n            correct_negative_with_zero=True,\n        )\n\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(datetime_utc).replace(tzinfo=timezone.utc),\n            production=production_mix,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return production_list.to_list()\n\n\ndef _get_interface_data(\n    interface: str, session: Session\n) -> list[tuple[datetime, float]]:\n    \"\"\"Fetches 5min data for any PJM interface in the current day.\"\"\"\n\n    # For some reason the US-MIDW-MISO data is on a chart at a different url\n    if interface == \"MISO\":\n        url = \"https://www.pjm.com/Charts/MISO.aspx\"\n    else:\n        url = f\"http://www.pjm.com/Charts/InterfaceChartDM2.aspx?open={interface}\"\n\n    response = session.get(url)\n\n    soup = BeautifulSoup(response.text, \"html.parser\")\n    scripts = soup.find(\n        \"script\",\n        {\n            \"type\": \"text/javascript\",\n            \"src\": \"/assets/js/Highcharts/HighCharts/highcharts.js\",\n        },\n    )\n    exchange_script = scripts.find_next_sibling(\"script\")\n\n    # x-axis (time)\n    time_pattern = r\"var timeArray = (\\[(.*)\\])\"\n    time_array = re.search(time_pattern, str(exchange_script)).group(1)\n    time_vals = demjson.decode(time_array)\n\n    # y-axis [right] (actual & scheduled load)\n    load_pattern = r\"var load = (\\[(.*)\\])\"\n    load = re.search(load_pattern, str(exchange_script)).group(1)\n    load_actual = demjson.decode(load)[0]\n\n    converted_flows = []\n    today = datetime.combine(datetime.now(TIMEZONE), time(), tzinfo=TIMEZONE)\n    for t, flow in zip(time_vals, load_actual, strict=True):\n        # some tail values might be null\n        if flow is None:\n            continue\n\n        # make sure to use %I and not %H for %p to take effect\n        time_of_the_day = datetime.strptime(t, \"%I:%M %p\").replace(tzinfo=TIMEZONE)\n        dt = today.replace(hour=time_of_the_day.hour, minute=time_of_the_day.minute)\n\n        converted_flows.append((dt, float(flow)))\n\n    return converted_flows\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER,\n            \"This parser is not yet able to parse historical data\",\n            sorted_zone_keys,\n        )\n\n    if not session:\n        session = Session()\n\n    # PJM reports exports as negative.\n    direction = -1 if sorted_zone_keys.startswith(ZONE_KEY) else 1\n\n    neighbour = zone_key2 if zone_key1 == ZONE_KEY else zone_key1\n    interfaces = ZONE_TO_PJM_INTERFACES[neighbour]\n\n    # get flow data from each interface with neighbour and merge\n    session = session or Session()\n    ungrouped_exchange_lists = []\n    for interface in interfaces:\n        exchange_list = ExchangeList(logger)\n\n        interface_data = _get_interface_data(interface, session=session)\n        for dt, net_flow in interface_data:\n            exchange_list.append(\n                zoneKey=sorted_zone_keys,\n                datetime=dt,\n                source=SOURCE,\n                netFlow=direction * net_flow,\n            )\n\n        ungrouped_exchange_lists.append(exchange_list)\n\n    return ExchangeList.merge_exchanges(ungrouped_exchange_lists, logger).to_list()\n\n\ndef fetch_grid_alerts(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    GRID_ALERTS_PATH = \"ep/pages/dashboard.jsf\"\n    GRID_ALERTS_SOURCE = \"https://emergencyprocedures.pjm.com\"\n\n    if target_datetime is not None:\n        raise ParserException(\n            PARSER,\n            \"This parser is not yet able to parse historical data\",\n            zone_key,\n        )\n\n    session = session or Session()\n\n    url = f\"{US_PROXY}/{GRID_ALERTS_PATH}\"\n    headers = {\n        \"Accept-Encoding\": \"identity\",\n    }\n    response: Response = session.get(\n        url=url,\n        params={\n            \"host\": GRID_ALERTS_SOURCE,\n        },\n        headers=headers,\n    )\n\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching grid alerts error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    soup = BeautifulSoup(response.text, \"html.parser\")\n    tbody = soup.find(\"tbody\", {\"id\": \"frmTable:tblPostings_data\"})\n    if not tbody:\n        raise ParserException(\n            PARSER,\n            f\"BeautifulSoup could not find the tbody element in the response from {GRID_ALERTS_SOURCE}/{GRID_ALERTS_PATH}, error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    alerts = GridAlertList(logger)\n    for i, alert in enumerate(tbody.children):\n        alertType = extract_alert_type(alert, i)\n        message = extract_message(alert, i)\n        startTime, endTime = extract_start_and_end_time(alert, i)\n        locationRegion = alert.find(class_=re.compile(r\"region-name\")).text.strip()\n\n        alerts.append(\n            zoneKey=ZONE_KEY,\n            locationRegion=locationRegion,\n            source=SOURCE,\n            alertType=alertType,\n            message=message,\n            issuedTime=startTime,\n            startTime=startTime,\n            endTime=endTime,\n        )\n    return alerts.to_list()\n\n\ndef extract_alert_type(alert: BeautifulSoup, i: int) -> GridAlertType:\n    alertType = alert.find(\n        \"span\",\n        {\"id\": re.compile(f\"frmTable:tblPostings:{i}:j_idt\\\\d+:txtPriority\")},\n    ).text.strip()\n    if alertType == \"Action\":\n        return GridAlertType.action\n    else:\n        return GridAlertType.informational\n\n\ndef extract_message(alert: BeautifulSoup, i: int) -> str:\n    messageBody = alert.find(\n        \"span\", {\"id\": f\"frmTable:tblPostings:{i}:txtMessage\"}\n    ).text.strip()\n    topic = alert.find(\n        \"span\",\n        {\"id\": re.compile(f\"frmTable:tblPostings:{i}:j_idt\\\\d+:txtMessageTypeName\")},\n    ).text.strip()\n    return f\"{topic}\\n{messageBody}\"\n\n\ndef extract_start_and_end_time(\n    alert: BeautifulSoup, i: int\n) -> tuple[datetime, datetime]:\n    startTime = alert.find(\n        \"span\", {\"id\": f\"frmTable:tblPostings:{i}:txtEffectiveStartTime\"}\n    ).text.strip()\n    endTime = alert.find(\n        \"span\", {\"id\": f\"frmTable:tblPostings:{i}:txtEffectiveEndTime\"}\n    ).text.strip()\n    startTime = datetime.strptime(startTime, \"%m.%d.%Y %H:%M\").replace(tzinfo=TIMEZONE)\n    if endTime != \"\":\n        endTime = datetime.strptime(endTime, \"%m.%d.%Y %H:%M\").replace(tzinfo=TIMEZONE)\n    else:\n        endTime = None\n    return startTime, endTime\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_consumption_forecast() ->\")\n    print(fetch_consumption_forecast())\n\n    # print(\"fetch_production() ->\")\n    # print(fetch_production())\n\n    \"\"\"\n    for neighbor in [\n        \"US-CAR-DUK\",\n        \"US-CAR-CPLE\",\n        \"US-CAR-CPLW\",\n        \"US-MIDW-LGEE\",\n        \"US-MIDW-MISO\",\n        \"US-NY-NYIS\",\n        \"US-TEN-TVA\",\n    ]:\n        print(f\"fetch_exchange(US-MIDA-PJM, {neighbor}) ->\")\n        print(fetch_exchange(ZONE_KEY, ZoneKey(neighbor)))\n    \"\"\"\n    # print(\"fetch_wind_solar_forecasts() ->\")\n    # print(fetch_wind_solar_forecasts())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_PREPA.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nReal-time parser for Puerto Rico.\n\nFetches data from various pages embedded as an iframe at https://aeepr.com/en-us/Pages/Generaci%C3%B3n.aspx\n\nThe electricity authority is known in English as PREPA (Puerto Rico Electric Power Authority) and in Spanish as AEEPR (Autoridad de Energía Eléctrica Puerto Rico)\n\"\"\"\n\nimport json\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nTIMEZONE = ZoneInfo(\"America/Puerto_Rico\")\n\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nHOST_PARAMETER = \"?host=https://aeepr.com\"\nGENERATION_BREAKDOWN_URL = (\n    f\"{US_PROXY}/es-pr/generacion/Documents/combustibles.aspx{HOST_PARAMETER}\"\n)\nRENEWABLES_BREAKDOWN_URL = (\n    f\"{US_PROXY}/es-pr/generacion/Documents/Unidades_renovables.aspx{HOST_PARAMETER}\"\n)\nTIMESTAMP_URL = (\n    f\"{US_PROXY}/es-pr/generacion/Documents/CostosCombustible.aspx{HOST_PARAMETER}\"\n)\n\n\ndef extract_data(html):\n    \"\"\"Extracts data from the source code of an HTML page with a FusionCharts chart\"\"\"\n    dataSource = re.search(r\"dataSource: (\\{.+\\}\\]\\})\\}\\);\", html).group(\n        1\n    )  # Extract object with data\n    dataSource = re.sub(\n        r\",\\s*\\}\", \"}\", dataSource\n    )  # ,} is valid JavaScript but not valid JSON\n    dataSource = json.loads(dataSource)\n    sourceData = dataSource[\n        \"data\"\n    ]  # The rest of the dataSource object contains unnecessary stuff like chart theme, label, axis names etc.\n    return sourceData\n\n\ndef convert_timestamp(\n    zone_key: str, timestamp_string: str, logger: Logger = getLogger(__name__)\n):\n    \"\"\"Converts timestamp fetched from website into timezone-aware datetime object.\n\n    Arguments:\n    ----------\n    timestamp_string: timestamp in the format 06/01/2020 08:40:00 AM\n    \"\"\"\n    timestamp_string = re.sub(\n        r\"\\s+\", \" \", timestamp_string\n    )  # Replace double spaces with one\n    timestamp = datetime.strptime(timestamp_string, \"%m/%d/%Y %I:%M:%S %p\").replace(\n        tzinfo=TIMEZONE\n    )\n    logger.debug(f\"PARSED TIMESTAMP {timestamp}\", extra={\"key\": zone_key})\n    return timestamp\n\n\ndef fetch_production(\n    zone_key: str = \"US-PR\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of a given region.\"\"\"\n\n    global renewable_output\n\n    if target_datetime is not None:\n        raise NotImplementedError(\n            \"The datasource currently implemented is only real time\"\n        )\n\n    r = session or Session()\n\n    data = {  # To be returned as response data\n        \"zoneKey\": zone_key,\n        #'datetime': '2017-01-01T00:00:00Z',\n        \"production\": {\n            \"biomass\": 0.0,\n            \"coal\": 0.0,\n            \"gas\": 0.0,\n            \"hydro\": 0.0,\n            \"nuclear\": 0.0,\n            \"oil\": 0.0,\n            \"solar\": 0.0,\n            \"wind\": 0.0,\n            \"geothermal\": 0.0,\n            \"unknown\": 0.0,\n        },\n        #   'storage': {\n        #        'hydro': -10.0,\n        #    },\n        \"source\": \"aeepr.com\",\n    }\n\n    renewable_output = 0.0  # Temporarily stored here. We'll subtract solar, wind and biomass (landfill gas) from it and assume the remainder, if any,  is hydro\n\n    # Step 1: fetch production by generation type\n    # Note: seems to be rounded down (to an integer)\n    # Total at the top of the page fetched in step 3 isn't rounded down, but seems to be lagging behind sometimes.\n    # Difference is only minor, so for now we will IGNORE that total (instead of trying to parse the total and addding the difference to \"unknown\")\n    res = r.get(GENERATION_BREAKDOWN_URL)\n\n    assert res.status_code == 200, (\n        \"Exception when fetching production for \"\n        f\"{zone_key}: error when calling url={GENERATION_BREAKDOWN_URL}\"\n    )\n\n    sourceData = extract_data(res.text)\n\n    logger.debug(f\"Raw generation breakdown: {sourceData}\", extra={\"key\": zone_key})\n\n    for item in sourceData:  # Item has a label with fuel type + generation in MW, and a value with a percentage\n        if item[\"label\"] == \"  MW\":  # There's one empty item for some reason. Skip it.\n            continue\n\n        logger.debug(item[\"label\"], extra={\"key\": zone_key})\n\n        parsedLabel = re.search(r\"^(.+?)\\s+(\\d+)\\s+MW$\", item[\"label\"])\n\n        category = parsedLabel.group(1)  # E.g. GAS NATURAL\n        outputInMW = float(parsedLabel.group(2))\n\n        if category == \"BUNKER C\" or category == \"DIESEL CC\" or category == \"DIESEL GT\":\n            data[\"production\"][\"oil\"] += outputInMW\n        elif category == \"GAS NATURAL\":\n            data[\"production\"][\"gas\"] += outputInMW\n        elif category == \"CARBON\":\n            data[\"production\"][\"coal\"] += outputInMW\n        elif category == \"RENOVABLES\":\n            renewable_output += outputInMW  # Temporarily store aggregate renewable output. We'll subtract solar, wind and biomass (landfill gas) from it and assume the remainder, if any,  is hydro\n        else:\n            logger.warn(\n                f'Unknown energy type \"{category}\" is present for Puerto Rico',\n                extra={\"key\": zone_key},\n            )\n\n        logger.info(\n            f'Category \"{category}\" produces {outputInMW}MW', extra={\"key\": zone_key}\n        )\n\n    # Step 2: fetch renewable production breakdown\n    # Data from this source isn't rounded. Assume renewable production not accounted for is hydro\n    res = r.get(RENEWABLES_BREAKDOWN_URL)\n\n    assert res.status_code == 200, (\n        \"Exception when fetching renewable production for \"\n        f\"{zone_key}: error when calling url={RENEWABLES_BREAKDOWN_URL}\"\n    )\n\n    sourceData = extract_data(res.text)\n    logger.debug(\n        f\"Raw renewable generation breakdown: {sourceData}\", extra={\"key\": zone_key}\n    )\n\n    original_renewable_output = renewable_output  # If nothing gets subtracted renewable_output, there probably was no data on the renewables breakdown page\n\n    logger.debug(\n        f\"Total (unspecified) renewable output from total generation breakdown: {original_renewable_output}MW\",\n        extra={\"key\": zone_key},\n    )\n\n    for item in sourceData:  # Somewhat different from above, the item's label has the generation type and the item's value has generation in MW\n        if item[\"label\"] == \"  \":  # There's one empty item for some reason. Skip it.\n            continue\n\n        if item[\"label\"] == \"Solar\":\n            data[\"production\"][\"solar\"] += float(item[\"value\"])\n        elif item[\"label\"] == \"Eolica\":\n            data[\"production\"][\"wind\"] += float(item[\"value\"])\n        elif item[\"label\"] == \"Landfill Gas\":\n            data[\"production\"][\"biomass\"] += float(item[\"value\"])\n        else:\n            logger.warn(\n                f'Unknown renewable type \"{item[\"label\"]}\" is present for Puerto Rico',\n                extra={\"key\": zone_key},\n            )\n\n        renewable_output -= float(\n            item[\"value\"]\n        )  # Subtract production accounted for from the renewable output total\n\n        logger.info(\n            f'Renewable \"{item[\"label\"]}\" produces {item[\"value\"]}MW',\n            extra={\"key\": zone_key},\n        )\n        logger.debug(\n            f\"Renewable output yet to be accounted for: {renewable_output}MW\",\n            extra={\"key\": zone_key},\n        )\n\n    logger.debug(\n        \"Rounding remaining renewable output to 14 decimal places to get rid of floating point errors\"\n    )\n    renewable_output = round(renewable_output, 14)\n\n    logger.info(\n        f\"Remaining renewable output not accounted for: {renewable_output}MW\",\n        extra={\"key\": zone_key},\n    )\n\n    # Assume renewable generation not accounted for is hydro - if we could fetch the other renewable generation data\n    if renewable_output >= 0.0:\n        if (\n            original_renewable_output == renewable_output\n        ):  # Nothing got subtracted for Solar, Wind or Landfill gas - so the page probably didn't contain any data. Renewable type=unknown\n            logger.warning(\n                f\"Renewable generation breakdown page was empty, reporting unspecified renewable output ({renewable_output}MW) as 'unknown'\",\n                extra={\"key\": zone_key},\n            )\n            data[\"production\"][\"unknown\"] += renewable_output\n        else:  # Otherwise, any remaining renewable output is probably hydro\n            logger.info(\n                f\"Assuming remaining renewable output of {renewable_output}MW is hydro\",\n                extra={\"key\": zone_key},\n            )\n            data[\"production\"][\"hydro\"] += renewable_output\n    else:\n        logger.warn(\n            f\"Renewable generation breakdown page total is greater than total renewable output, a difference of {renewable_output}MW\",\n            extra={\"key\": zone_key},\n        )\n\n    # Step 3: fetch the timestamp, which is at the bottom of a different iframe\n    # Note: there's a race condition here when requesting data very close to <hour>:10 and <hour>:40, which is when the data gets updated\n    # Sometimes it's some seconds later, so we grab the timestamp from here to know the exact moment\n\n    res = r.get(\n        TIMESTAMP_URL\n    )  # TODO do we know for sure the timestamp on this page gets updated *every time* the generation breakdown gets updated?\n\n    assert res.status_code == 200, (\n        f\"Exception when fetching timestamp for {zone_key}: error when calling url={TIMESTAMP_URL}\"\n    )\n\n    raw_timestamp_match = re.search(\n        r\"Ultima Actualizaci�n:  ((?:0[1-9]|1[0-2])/(?:[0-2][0-9]|3[0-2])/2[01][0-9]{2}  [0-2][0-9]:[0-5][0-9]:[0-5][0-9] [AP]M)\",\n        res.text,\n    )\n\n    if raw_timestamp_match is None:\n        raise Exception(f\"Could not find timestamp in {res.text}\")\n\n    raw_timestamp = raw_timestamp_match.group(1)\n\n    logger.debug(f\"RAW TIMESTAMP: {raw_timestamp}\", extra={\"key\": zone_key})\n\n    data[\"datetime\"] = convert_timestamp(zone_key, raw_timestamp)\n\n    assert data[\"production\"][\"oil\"] > 0.0, (\n        f\"{zone_key} is missing required generation type: oil\"\n    )\n\n    return data\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n# TODO add forecast parser\n#    print('fetch_generation_forecast() ->')\n#    print(fetch_generation_forecast())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/US_SPP.py",
    "content": "#!usr/bin/env python3\n\n\"\"\"Parser for the Southwest Power Pool area of the United States.\"\"\"\n\nimport math\nfrom datetime import datetime, timedelta, timezone\nfrom io import StringIO\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom dateutil import parser\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    LocationalMarginalPriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import (\n    EventSourceType,\n    ProductionMix,\n)\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.validation import validate_exchange\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"spp.org\"\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nHOST_PARAMETER = \"host=https://marketplace.spp.org\"\n\nHISTORIC_GENERATION_BASE_URL = f\"{US_PROXY}/file-browser-api/download/generation-mix-historical?{HOST_PARAMETER}&path=\"\n\nSPP_PORTAL = \"host=https://portal.spp.org\"\nDAYAHEAD_PRICE_URL = (\n    f\"{US_PROXY}/file-browser-api/download/da-lmp-by-location?{SPP_PORTAL}\"\n)\nREALTIME_PRICE_URL = (\n    f\"{US_PROXY}/file-browser-api/download/rtbm-lmp-by-location?{SPP_PORTAL}\"\n)\n\nGENERATION_URL = f\"{US_PROXY}/chart-api/gen-mix/asFile?{HOST_PARAMETER}\"\n\nEXCHANGE_URL = f\"{US_PROXY}/chart-api/interchange-trend/asFile?{HOST_PARAMETER}\"\nHISTORICAL_EXCHANGE_URL = (\n    f\"{US_PROXY}/file-browser-api/download/historical-tie-flow?{HOST_PARAMETER}&path=\"\n)\n\nMAPPING = {\n    \"Wind\": \"wind\",\n    \"Nuclear\": \"nuclear\",\n    \"Hydro\": \"hydro\",\n    \"Solar\": \"solar\",\n    \"Natural Gas\": \"gas\",\n    \"Diesel Fuel Oil\": \"oil\",\n    \"Waste Disposal Services\": \"biomass\",\n    \"Coal\": \"coal\",\n    \"Other\": \"unknown\",\n    \"Waste Heat\": \"unknown\",\n}\n\nTIE_MAPPING = {\"US-MISO->US-SPP\": [\"AMRN\", \"DPC\", \"GRE\", \"MDU\", \"MEC\", \"NSP\", \"OTP\"]}\n\nEXCHANGE_MAPPING = {\n    \"AECI\": \"US-MIDW-AECI\",\n    \"AMRN\": \"US-MIDW-MISO\",\n    \"BLKW\": \"US-NW-PNM\",\n    \"CLEC\": \"US-MIDW-MISO\",\n    \"EDDY\": \"US-SW-EPE\",\n    \"EES\": \"US-MIDW-MISO\",\n    \"ERCOTE\": \"US-TEX-ERCO\",\n    \"ERCOTN\": \"US-TEX-ERCO\",\n    \"LAMAR\": \"US-NW-PSCO\",\n    \"MEC\": \"US-MIDW-MISO\",\n    \"SCSE\": \"US-NW-WACM\",\n    \"SOUC\": \"US-SE-SOCO\",\n    \"SPA\": \"US-CENT-SPA\",\n    \"TVA\": \"US-TEN-TVA\",\n    \"RCEAST\": \"US-NW-WAUW\",\n    \"SPC\": \"CA-SK\",\n    \"MCWEST\": \"US-NW-WAUW\",\n    \"SGE\": \"US-NW-WACM\",\n    \"ALTW\": \"US-MIDW-MISO\",\n    \"DPC\": \"US-MIDW-MISO\",\n    \"GRE\": \"US-MIDW-MISO\",\n    \"MDU\": \"US-MIDW-MISO\",\n    \"NSP\": \"US-MIDW-MISO\",\n    \"OTP\": \"US-MIDW-MISO\",\n}\n# NOTE\n# Data sources return timestamps in GMT.\n# Energy storage situation unclear as of 16/03/2018, likely to change quickly in future.\n\n\ndef get_data(url, session: Session | None = None):\n    \"\"\"Returns a pandas dataframe.\"\"\"\n\n    s = session or Session()\n    req = s.get(url)\n\n    if req.text == \"\":\n        return pd.DataFrame()\n\n    df = pd.read_csv(StringIO(req.text))\n\n    return df\n\n\ndef data_processor(df, logger: Logger) -> list[tuple[datetime, ProductionMix]]:\n    \"\"\"\n    Takes a dataframe and logging instance as input.\n    Checks for new generation types and logs a warning if any are found.\n    Parses the dataframe row by row removing unneeded keys.\n\n    :return: list of tuples containing a datetime object and production dictionary.\n    \"\"\"\n\n    # Remove leading whitespace in column headers.\n    df.columns = df.columns.str.strip()\n    df = df.rename(\n        columns={\"Gas Self\": \"Natural Gas Self\"}\n    )  # Fix naming error which otherwise misclassifies Gas Self as Unknown\n    # Some historical csvs split the production into 'Market' and 'Self',\n    # So first we need to combine those.\n    for col in df.columns:\n        if \"Market\" in col:\n            combined_col = col.replace(\"Market\", \"\").strip()\n            self_col = col.replace(\"Market\", \"Self\")\n            if self_col in df.columns:\n                df[combined_col] = df[col] + df[self_col]\n                df.drop(self_col, inplace=True, axis=1)\n            else:\n                logger.warning(\n                    f'Corresponding column \"{self_col}\" to \"{col}\" not found in file',\n                    extra={\"key\": \"US-SPP\"},\n                )\n                df[combined_col] = df[col]\n\n            df.drop(col, inplace=True, axis=1)\n\n    keys_to_remove = {\"GMT MKT Interval\", \"Average Actual Load\", \"Load\"}\n\n    # Check for new generation columns.\n    known_keys = MAPPING.keys() | keys_to_remove\n    column_headers = set(df.columns)\n\n    unknown_keys = column_headers - known_keys\n\n    for heading in unknown_keys:\n        logger.warning(\n            f\"New column '{heading}' present in US-SPP data source.\",\n            extra={\"key\": \"US-SPP\"},\n        )\n\n    processed_data = []\n    for index in range(len(df)):\n        mix = ProductionMix()\n        production = df.iloc[index].to_dict()\n        dt_aware = production[\"GMT MKT Interval\"].to_pydatetime()\n        for k in keys_to_remove | unknown_keys:\n            production.pop(k, None)\n\n        for k, v in production.items():\n            mix.add_value(MAPPING[k], float(v))\n        processed_data.append((dt_aware, mix))\n    return processed_data\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n\n    if target_datetime is not None:\n        # check if target_datetime is timezone naive\n        # https://docs.python.org/3/library/datetime.html#determining-if-an-object-is-aware-or-naive\n        if (\n            target_datetime.tzinfo is None  # order is important here\n            or target_datetime.tzinfo.utcoffset(target_datetime) is None\n        ):\n            target_datetime = target_datetime.replace(tzinfo=timezone.utc)\n        current_year = datetime.now().year\n        target_year = target_datetime.year\n\n        # Check if datetime is too far in the past\n        if target_year < 2011:\n            raise NotImplementedError(\"Data before 2011 not available from this source\")\n\n        # Check if datetime in current year, or past year\n        if target_year == current_year:\n            filename = \"GenMixYTD.csv\"\n        else:\n            filename = f\"GenMix_{target_year}.csv\"\n\n        historic_generation_url = HISTORIC_GENERATION_BASE_URL + filename\n        raw_data = get_data(historic_generation_url, session=session)\n        # In some cases the timeseries column is named differently, so we standardize it\n        raw_data.rename(columns={\"GMTTime\": \"GMT MKT Interval\"}, inplace=True)\n\n        raw_data[\"GMT MKT Interval\"] = pd.to_datetime(\n            raw_data[\"GMT MKT Interval\"], utc=True\n        )\n        end = target_datetime\n        start = target_datetime - timedelta(days=1)\n        start = max(start, raw_data[\"GMT MKT Interval\"].min())\n        raw_data = raw_data[\n            (raw_data[\"GMT MKT Interval\"] >= start)\n            & (raw_data[\"GMT MKT Interval\"] <= end)\n        ]\n    else:\n        raw_data = get_data(GENERATION_URL, session=session)\n        raw_data[\"GMT MKT Interval\"] = pd.to_datetime(raw_data[\"GMT MKT Interval\"])\n\n    processed_data = data_processor(raw_data, logger)\n\n    production_list = ProductionBreakdownList(logger)\n    for dt, mix in processed_data:\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=dt.replace(tzinfo=timezone.utc),\n            production=mix,\n            source=SOURCE,\n        )\n\n    return production_list.to_list()\n\n\ndef _NaN_safe_get(forecast: dict, key: str) -> float:\n    try:\n        return float(forecast[key])\n    except ValueError:\n        return math.nan\n\n\ndef fetch_load_forecast(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the load forecast (in MW) of a given zone.\"\"\"\n\n    if not target_datetime:\n        target_datetime = datetime.now()\n\n    if isinstance(target_datetime, datetime):\n        dt = target_datetime\n    else:\n        dt = parser.parse(target_datetime)\n    LOAD_URL = f\"{US_PROXY}/chart-api/load-forecast/asFile?{HOST_PARAMETER}\"\n\n    raw_data = get_data(LOAD_URL)\n\n    consumption_list = TotalConsumptionList(logger)\n    for index in range(len(raw_data)):\n        forecast = raw_data.loc[index].to_dict()\n\n        dt = parser.parse(forecast[\"GMTIntervalEnd\"]).replace(tzinfo=timezone.utc)\n        load = _NaN_safe_get(forecast, \"STLF\")  # short term load forecast\n        if math.isnan(load):\n            load = _NaN_safe_get(forecast, \"MTLF\")  # medium term load forecast\n        if math.isnan(load):\n            # STLF is reported every 5 minutes while MTLF is reported once every hour so we know load is None at times like 12.05, 12.10, etc\n            logger.warning(f\"fetch_load_forecast: {dt} has no forecasted load\")\n            # Drop there data points to prevent errors in .append\n            continue\n\n        consumption_list.append(\n            datetime=dt,\n            consumption=load,\n            zoneKey=zone_key,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_wind_solar_forecasts(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"Requests the load forecast (in MW) of a given zone.\"\"\"\n\n    if not target_datetime:\n        target_datetime = datetime.now()\n\n    if isinstance(target_datetime, datetime):\n        dt = target_datetime\n    else:\n        dt = parser.parse(target_datetime)\n\n    FORECAST_URL_PATH = f\"%2F{dt.year}%2F{dt.month:02d}%2F{dt.day:02d}%2FOP-MTRF-{dt.year}{dt.month:02d}{dt.day:02d}0000.csv\"\n    FORECAST_URL = (\n        f\"{US_PROXY}/file-browser-api/download/midterm-resource-forecast?{HOST_PARAMETER}&path=\"\n        + FORECAST_URL_PATH\n    )\n\n    try:\n        raw_data = get_data(FORECAST_URL)\n    except pd.errors.ParserError:\n        logger.error(\n            f\"fetch_wind_solar_forecasts: {dt} has no forecast for url: {FORECAST_URL}\"\n        )\n        return []\n\n    # sometimes there is a leading whitespace in column names\n    raw_data.columns = raw_data.columns.str.lstrip()\n\n    production_list = ProductionBreakdownList(logger)\n    for index in range(len(raw_data)):\n        forecast = raw_data.loc[index].to_dict()\n\n        dt = parser.parse(forecast[\"GMTIntervalEnd\"]).replace(tzinfo=timezone.utc)\n\n        # Get short term forecast if available, else medium term\n        solar = _NaN_safe_get(forecast, \"Solar Forecast MW\")\n        wind = _NaN_safe_get(forecast, \"Wind Forecast MW\")\n\n        if math.isnan(solar) and math.isnan(wind):\n            logger.info(\n                f\"fetch_wind_solar_forecasts: {dt} has no solar nor wind forecasted production\"\n            )\n            continue\n\n        mix = ProductionMix(solar=solar, wind=wind)\n\n        production_list.append(\n            datetime=dt,\n            production=mix,\n            zoneKey=zone_key,\n            source=SOURCE,\n            sourceType=EventSourceType.forecasted,\n        )\n\n    return production_list.to_list()\n\n\ndef fetch_live_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    data = get_data(EXCHANGE_URL, session)\n\n    data = data.dropna(axis=0)\n    data[\"GMTTime\"] = pd.to_datetime(data[\"GMTTime\"], utc=True)\n    data = data.loc[data[\"GMTTime\"] <= target_datetime]\n    data = data.set_index(\"GMTTime\")\n\n    exchanges = format_exchange_data(\n        data=data, zone_key1=zone_key1, zone_key2=zone_key2, logger=logger\n    )\n    return exchanges\n\n\ndef fetch_historical_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime is None:\n        return []\n    filename = target_datetime.strftime(\"TieFlows_%b%Y.csv\")\n    file_url = f\"{US_PROXY}/file-browser-api/download/historical-tie-flow?{HOST_PARAMETER}&path={filename}\"\n\n    data = get_data(file_url, session)\n\n    data[\"GMTTIME\"] = pd.to_datetime(data[\"GMTTIME\"], utc=True)\n    data = data.loc[\n        (data[\"GMTTIME\"] >= target_datetime - timedelta(days=1))\n        & (data[\"GMTTIME\"] <= target_datetime)\n    ]\n    data = data.set_index(\"GMTTIME\")\n\n    exchanges = format_exchange_data(\n        data=data, zone_key1=zone_key1, zone_key2=zone_key2, logger=logger\n    )\n    return exchanges\n\n\ndef format_exchange_data(\n    data: pd.DataFrame,\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"format exchanges data into list of data points\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n    data = data[list(EXCHANGE_MAPPING)]\n    data = data.melt(var_name=\"zone_key2\", value_name=\"exchange\", ignore_index=False)\n    data.zone_key2 = data.zone_key2.map(EXCHANGE_MAPPING)\n\n    data_filtered = data.loc[data[\"zone_key2\"] == zone_key2]\n    data_filtered = data_filtered.groupby([data_filtered.index])[\"exchange\"].sum()\n\n    exchange_list = ExchangeList(logger)\n    for dt in data_filtered.index:\n        data_dt = data_filtered.loc[data_filtered.index == dt]\n        exchange_list.append(\n            zoneKey=sorted_zone_keys,\n            netFlow=round(data_dt.values[0], 4),\n            datetime=dt.to_pydatetime(),\n            source=SOURCE,\n        )\n\n    return [x for x in exchange_list.to_list() if validate_exchange(x, logger)]\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    now = datetime.now(tz=timezone.utc)\n    if target_datetime is None or target_datetime > now.date():\n        target_datetime = now\n        exchanges = fetch_live_exchange(\n            zone_key1, zone_key2, session, target_datetime, logger\n        )\n    elif target_datetime < datetime(2014, 3, 1, tzinfo=timezone.utc):\n        raise NotImplementedError(\n            \"Exchange data is not available from this source before 03/2014\"\n        )\n    else:\n        exchanges = fetch_historical_exchange(\n            zone_key1, zone_key2, session, target_datetime, logger\n        )\n    return exchanges\n\n\n@refetch_frequency(timedelta(minutes=30))\ndef fetch_realtime_locational_marginal_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n    if target_datetime.tzinfo is None:\n        target_datetime = target_datetime.replace(tzinfo=timezone.utc)\n\n    prices = LocationalMarginalPriceList(logger)\n    # Get data for target datetime and previous 30 minutes in 5 min intervals\n    for minutes in range(0, 35, 5):\n        check_datetime = target_datetime - timedelta(minutes=minutes)\n        url = get_realtime_url(check_datetime)\n        raw_data = get_data(url, session)\n        if raw_data.empty:\n            logger.warning(f\"Empty response for {check_datetime}\")\n            continue\n\n        grouped = raw_data.groupby([\"Pnode\", \"GMTIntervalEnd\"]).first()\n\n        for (node, interval_end), row in grouped.iterrows():\n            prices.append(\n                zoneKey=zone_key,\n                datetime=datetime.strptime(interval_end, \"%m/%d/%Y %H:%M:%S\").replace(\n                    tzinfo=timezone.utc\n                ),\n                price=row[\"LMP\"],\n                currency=\"USD\",\n                node=node,\n                source=SOURCE,\n            )\n\n    price_list = prices.to_list()\n    return price_list\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_dayahead_locational_marginal_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=timezone.utc)\n\n    url = get_dayahead_url(target_datetime)\n    raw_data = get_data(url, session)\n    if raw_data.empty:\n        logger.warning(f\"Empty response for {target_datetime}\")\n        return []\n    # filter by column \"Settlement Location\" so it only includes SPPNORTH_HUB\n    grouped = raw_data.groupby([\"Pnode\", \"GMTIntervalEnd\"]).first()\n    prices = LocationalMarginalPriceList(logger)\n    for (node, interval_end), row in grouped.iterrows():\n        prices.append(\n            zoneKey=zone_key,\n            datetime=datetime.strptime(interval_end, \"%m/%d/%Y %H:%M:%S\").replace(\n                tzinfo=timezone.utc\n            ),\n            price=row[\"LMP\"],\n            currency=\"USD\",\n            node=node,\n            source=SOURCE,\n        )\n\n    price_list = prices.to_list()\n    return price_list\n\n\ndef get_closest_5_minutes_datetime(target_datetime: datetime) -> datetime:\n    cdt_datetime = target_datetime.astimezone(tz=ZoneInfo(\"America/Chicago\"))\n    minute = (cdt_datetime.minute // 5) * 5\n    rounded_cdt = cdt_datetime.replace(minute=minute, second=0, microsecond=0)\n    return rounded_cdt\n\n\ndef get_realtime_url(target_datetime: datetime) -> str:\n    closest_5_minutes_datetime = get_closest_5_minutes_datetime(target_datetime)\n    year = closest_5_minutes_datetime.strftime(\"%Y\")\n    month = closest_5_minutes_datetime.strftime(\"%m\")\n    day = closest_5_minutes_datetime.strftime(\"%d\")\n    hour = closest_5_minutes_datetime.strftime(\"%H\")\n    minute = closest_5_minutes_datetime.strftime(\"%M\")\n    # SPP puts the first 5 minutes of the day (00:00) in the previous day's directory\n    if minute == \"00\" and hour == \"00\":\n        one_day_before = closest_5_minutes_datetime - timedelta(days=1)\n        one_day_before_days = one_day_before.strftime(\"%d\")\n        one_day_before_month = one_day_before.strftime(\"%m\")\n        one_day_before_year = one_day_before.strftime(\"%Y\")\n\n        return f\"{REALTIME_PRICE_URL}&path=/{one_day_before_year}/{one_day_before_month}/By_Interval/{one_day_before_days}/RTBM-LMP-SL-{year}{month}{day}{hour}{minute}.csv\"\n\n    return f\"{REALTIME_PRICE_URL}&path=/{year}/{month}/By_Interval/{day}/RTBM-LMP-SL-{year}{month}{day}{hour}{minute}.csv\"\n\n\ndef get_dayahead_url(target_datetime: datetime) -> str:\n    year = target_datetime.strftime(\"%Y\")\n    month = target_datetime.strftime(\"%m\")\n    day = target_datetime.strftime(\"%d\")\n    return f\"{DAYAHEAD_PRICE_URL}&path=/{year}/{month}/By_Day/DA-LMP-SL-{year}{month}{day}0100.csv\"\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() -> \")\n    print(fetch_production(zone_key=ZoneKey(\"US-CENT-SWPP\")))\n\n    print(\"fetch_exchange() -> \")\n    print(fetch_exchange(\"US-CENT-SWPP\", \"US-MIDW-MISO\"))\n\n    print(\"fetch_load_forecast() -> \")\n    print(\n        fetch_load_forecast(\n            zone_key=ZoneKey(\"US-CENT-SWPP\"), target_datetime=\"20190125\"\n        )\n    )\n    print(\"fetch_wind_solar_forecasts() -> \")\n    print(\n        fetch_wind_solar_forecasts(\n            zone_key=ZoneKey(\"US-CENT-SWPP\"), target_datetime=\"20221118\"\n        )\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/UY.py",
    "content": "#!/usr/bin/python3\n\nimport io\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\n\n# BeautifulSoup is used to parse HTML to get information\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.config.constants import PRODUCTION_MODES\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nUY_TZ = ZoneInfo(\"America/Montevideo\")\nUY_SOURCE = \"pronos.adme.com.uy\"\n\nADME_URL = \"https://pronos.adme.com.uy/gpf.php?fecha_ini=\"\nPRODUCTION_MODE_MAPPING = {\n    \"Salto Grande\": \"hydro\",\n    \"Bonete\": \"hydro\",\n    \"Baygorria\": \"hydro\",\n    \"Palmar\": \"hydro\",\n    \"Eólica\": \"wind\",\n    \"Solar\": \"solar\",\n    \"Térmica\": \"oil\",\n    \"Biomasa\": \"biomass\",\n}\nEXCHANGES_MAPPING = {\n    \"Exp_Intercon_ARG\": \"AR->UY\",\n    \"Exp_Intercon_BR_MELO\": \"BR-S->UY\",\n    \"Exp_Intercon_BR_RIVERA\": \"BR-S->UY\",\n    \"Imp_Intercon_AG_Imp\": \"AR->UY\",\n    \"Imp_Intercon_BR_MELO\": \"BR-S->UY\",\n    \"Imp_Intercon_BR_RIVERA\": \"BR-S->UY\",\n}\n\n\ndef get_adme_url(target_datetime: datetime, session: Session) -> str:\n    \"\"\"\"\"\"\n    next_day = target_datetime + timedelta(days=1)\n    date_format = (\n        f\"{target_datetime.day}%2F{target_datetime.month}%2F{target_datetime.year}\"\n    )\n    next_day_format = f\"{next_day.day}%2F{next_day.month}%2F{next_day.year}\"\n\n    link = f\"{ADME_URL}{date_format}&fecha_fin={next_day_format}&send=MOSTRAR\"\n    r = session.get(url=link)\n    if not r.ok:\n        raise ParserException(\n            parser=\"UY.py\",\n            message=\"Impossible to fetch data url from ADME\",\n        )\n    soup = BeautifulSoup(r.content, \"html.parser\")\n    href_tags = soup.find_all(\"a\", href=True)\n    data_url: str = \"\"\n    for tag in href_tags:\n        if (\n            tag.button is not None\n            and tag.button.string == \"Archivo Scada Detalle 10minutal\"\n        ):\n            data_url = \"https://pronos.adme.com.uy\" + tag.get(\"href\")\n\n    if not data_url:\n        raise ParserException(\n            parser=\"UY.py\",\n            message=\"Impossible to fetch data url from ADME\",\n        )\n    return data_url\n\n\ndef fetch_data(\n    session: Session,\n    target_datetime: datetime,\n    sheet_name: str,\n    logger: Logger = getLogger(__name__),\n) -> pd.DataFrame:\n    \"\"\" \"\"\"\n    assert target_datetime is not None\n    assert session is not None\n    assert sheet_name != \"\" or sheet_name is not None\n    adme_url = get_adme_url(target_datetime=target_datetime, session=session)\n    r = session.get(url=adme_url)\n    if r.status_code == 200:\n        df_data = pd.read_excel(\n            io.BytesIO(r.content), engine=\"odf\", header=2, sheet_name=sheet_name\n        )\n        df_data.columns = df_data.columns.str.strip()\n        df_data = df_data.rename(columns={\"Fecha\": \"datetime\"})\n\n        df_data = df_data.set_index(\"datetime\")\n        return df_data\n    else:\n        raise ParserException(\n            parser=\"UY.py\",\n            message=\"no data available for target_datetime\",\n        )\n\n\ndef fix_solar_production(dt: datetime, value: float) -> int:\n    \"\"\"sets solar production to 0 during the night as there is only solar PV in UY\"\"\"\n    if (dt.hour <= 5 or dt.hour >= 20) and value != 0:\n        return 0\n    else:\n        return round(value, 3)\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str = \"UY\",\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"collects production data from ADME and format all data points for target_datetime\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=UY_TZ)\n    session = session or Session()\n\n    production_list = ProductionBreakdownList(logger)\n\n    data = fetch_data(\n        session=session,\n        target_datetime=target_datetime,\n        sheet_name=\"GPF\",\n        logger=logger,\n    )\n    data = data.rename(columns=PRODUCTION_MODE_MAPPING)\n    data = data.groupby(data.columns, axis=1).sum(\n        numeric_only=True,\n    )\n    production = data[[col for col in data.columns if col in PRODUCTION_MODES]]\n\n    for dt, row in production.iterrows():\n        production_mix = ProductionMix()\n        if not row.eq(0).all() and not row.isna().all():\n            for mode, value in row.items():\n                if mode == \"solar\":\n                    value = fix_solar_production(dt, value)\n                production_mix.add_value(\n                    mode,\n                    round(float(value), 3),\n                    correct_negative_with_zero=True,\n                )\n        production_list.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=dt.to_pydatetime().replace(tzinfo=UY_TZ),\n            source=UY_SOURCE,\n            production=production_mix,\n        )\n\n    return production_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_consumption(\n    zone_key: str = \"UY\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"collects consumption data from ADME and format all data points for target_datetime\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=UY_TZ)\n    session = session or Session()\n\n    consumption_list = TotalConsumptionList(logger)\n\n    data = fetch_data(\n        session=session,\n        target_datetime=target_datetime,\n        sheet_name=\"GPF\",\n        logger=logger,\n    )\n    data = data.rename(columns={\"Demanda\": \"consumption\"})\n\n    consumption = data[[\"consumption\"]]\n\n    for dt, row in consumption.iterrows():\n        consumption_list.append(\n            zoneKey=ZoneKey(zone_key),\n            datetime=dt.to_pydatetime().replace(tzinfo=UY_TZ),\n            consumption=row[\"consumption\"],\n            source=UY_SOURCE,\n        )\n\n    return consumption_list.to_list()\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"collects exchanges data from ADME and format all data points for target_datetime\"\"\"\n    if target_datetime is None:\n        target_datetime = datetime.now(tz=UY_TZ)\n    session = session or Session()\n\n    exchange_list = ExchangeList(logger)\n\n    data = fetch_data(\n        session=session,\n        target_datetime=target_datetime,\n        sheet_name=\"Intercambios.\",\n        logger=logger,\n    )\n    data.loc[:, data.columns.str.contains(\"Exp_\")] = -data.loc[\n        :, data.columns.str.contains(\"Exp_\")\n    ]\n\n    data = data.rename(columns=EXCHANGES_MAPPING)\n    data = data.groupby(data.columns, axis=1).sum(\n        numeric_only=True,\n    )\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n    exchange = data[[sorted_zone_keys]]\n\n    for dt, row in exchange.iterrows():\n        exchange_list.append(\n            zoneKey=ZoneKey(sorted_zone_keys),\n            datetime=dt.to_pydatetime().replace(tzinfo=UY_TZ),\n            netFlow=row[sorted_zone_keys],\n            source=UY_SOURCE,\n        )\n\n    return exchange_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    # print(\"fetch_exchange(UY, BR) ->\")\n    # print(fetch_exchange(\"UY\", \"BR\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/VN.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import (\n    PriceList,\n    TotalConsumptionList,\n)\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n## Vietnamese National Load Dispatch Center https://www.nldc.evn.vn/\n# Access via day, can also parse historical data\n\ntz = ZoneInfo(\"Asia/Ho_Chi_Minh\")\nLIVE_DATA = {\n    \"consumption\": \"https://www.nldc.evn.vn/api/services/app/Pages/GetChartPhuTaiVM\",\n    \"price\": \"https://www.nldc.evn.vn/api/services/app/Pages/GetChartGiaBienVM\",\n}\n\nHISTORICAL_DATA = \"https://www.nldc.evn.vn/api/services/app/Dashboard/GetBieuDoTuongQuanPT\"  # + dd/mm/yyyy\n\nZONE_CODE = {\n    ZoneKey(\"VN\"): \"HT\",\n    ZoneKey(\"VN-N\"): \"MB\",\n    ZoneKey(\"VN-C\"): \"MT\",\n    ZoneKey(\"VN-S\"): \"MN\",\n}\n\n\ndef fetch_live_data(data_type: str, session: Session):\n    res = session.get(LIVE_DATA[data_type])\n    if not res.ok:\n        raise ParserException(\n            parser=\"VN.py\", message=f\"Request failed: {res.status_code}\"\n        )\n    return json.loads(res.text)[\"result\"][\"data\"]\n\n\ndef fetch_historical_data(\n    target_datetime: datetime,\n    session: Session,\n):\n    res = session.get(\n        f\"{HISTORICAL_DATA}?day={(target_datetime.astimezone(tz)).strftime('%d/%m/%Y')}\"\n    )\n    if not res.ok:\n        raise ParserException(\n            parser=\"VN.py\", message=f\"Request failed: {res.status_code}\"\n        )\n    return json.loads(res.text)[\"result\"][\"data\"][\"phuTai\"]\n\n\ndef fetch_live_price(\n    zone_key: ZoneKey,\n    session: Session,\n    logger: Logger = getLogger(__name__),\n):\n    data_list = fetch_live_data(\"price\", session)[\"giaBiens\"]\n\n    result_list = PriceList(logger)\n\n    for data in data_list:\n        result_list.append(\n            datetime=datetime.fromisoformat(data[\"thoiGian\"]).replace(tzinfo=tz)\n            - timedelta(minutes=30),\n            price=data[f\"giaBien{ZONE_CODE[zone_key]}\"],\n            currency=\"VND\",\n            zoneKey=zone_key,\n            source=\"nldc.evn.vn\",\n        )\n    return result_list.to_list()\n\n\ndef fetch_live_consumption(\n    zone_key: ZoneKey,\n    session: Session,\n    logger: Logger = getLogger(__name__),\n):\n    data_list = fetch_live_data(\"consumption\", session)[\"phuTais\"]\n\n    result_list = TotalConsumptionList(logger)\n\n    for data in data_list:\n        result_list.append(\n            datetime=datetime.fromisoformat(data[\"thoiGian\"]).replace(tzinfo=tz)\n            - timedelta(minutes=30),\n            consumption=data[f\"congSuat{ZONE_CODE[zone_key]}\"],\n            zoneKey=zone_key,\n            source=\"nldc.evn.vn\",\n        )\n    return result_list.to_list()\n\n\ndef fetch_historical_price(\n    target_datetime: datetime,\n    session: Session,\n    logger: Logger = getLogger(__name__),\n):\n    data_list = fetch_historical_data(session=session, target_datetime=target_datetime)\n\n    result_list = PriceList(logger)\n\n    for data in data_list:\n        result_list.append(\n            datetime=datetime.fromisoformat(data[\"thoiGian\"]).replace(tzinfo=tz)\n            - timedelta(minutes=30),\n            currency=\"VND\",\n            price=data[\"giaBan\"],\n            zoneKey=ZoneKey(\"VN\"),\n            source=\"nldc.evn.vn\",\n        )\n    return result_list.to_list()\n\n\ndef fetch_historical_consumption(\n    target_datetime: datetime,\n    session: Session,\n    logger: Logger = getLogger(__name__),\n):\n    data_list = fetch_historical_data(session=session, target_datetime=target_datetime)\n    result_list = TotalConsumptionList(logger)\n\n    for data in data_list:\n        result_list.append(\n            datetime=datetime.fromisoformat(data[\"thoiGian\"]).replace(tzinfo=tz)\n            - timedelta(\n                minutes=30\n            ),  # Substract 30 minutes to convert backwards looking timestamp to forward looking\n            consumption=data[\"congSuat\"],\n            zoneKey=ZoneKey(\"VN\"),\n            source=\"nldc.evn.vn\",\n        )\n    return result_list.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    session = session or Session()\n    if target_datetime is None:\n        live_consumption = fetch_live_price(zone_key, session, logger)\n        if len(live_consumption) > 0:\n            return live_consumption\n        else:\n            if zone_key is ZoneKey(\"VN\"):\n                return fetch_historical_price(\n                    datetime.now() - timedelta(days=1), session, logger\n                )\n            else:\n                raise ParserException(\n                    \"VN.py\",\n                    \"No real time data found\",\n                    zone_key,\n                )\n    elif target_datetime is not None and zone_key is ZoneKey(\"VN\"):\n        return fetch_historical_price(target_datetime, session, logger)\n    else:\n        raise NotImplementedError(\n            \"This parser is not yet able to parse past dates for this zone\"\n        )\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    session = session or Session()\n    if target_datetime is None:\n        live_consumption = fetch_live_consumption(zone_key, session, logger)\n        # Live data is empty at 00:00, resort to historical from previous day\n        if len(live_consumption) > 0:\n            return live_consumption\n        else:\n            if zone_key is ZoneKey(\"VN\"):\n                return fetch_historical_consumption(\n                    datetime.now() - timedelta(days=1), session, logger\n                )\n            else:\n                raise ParserException(\n                    \"VN.py\",\n                    \"No real time data found\",\n                    zone_key,\n                )\n    elif target_datetime is not None and zone_key is ZoneKey(\"VN\"):\n        return fetch_historical_consumption(target_datetime, session, logger)\n    else:\n        raise NotImplementedError(\n            \"This parser is not yet able to parse past dates for this zone\"\n        )\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption(ZoneKey(\"VN\")))\n    print(\"fetch_price() ->\")\n    print(fetch_price(ZoneKey(\"VN\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/YUKONENERGY.py",
    "content": "#!/usr/bin/env python3\nimport json\nimport re\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\nfrom bs4 import BeautifulSoup\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"yukonenergy.ca\"\nTIMEZONE = ZoneInfo(\"America/Whitehorse\")\nURL = \"http://www.yukonenergy.ca/consumption/chart_current.php?chart=current&width=420\"\nZONE_KEY = ZoneKey(\"CA-YT\")\n\nFUEL_MAPPING = {\n    \"thermal\": \"unknown\",\n    \"hydro\": \"hydro\",\n    \"wind\": \"wind\",\n    \"solar\": \"solar\",\n}\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    \"\"\"\n    We are using Yukon Energy's data from\n    http://www.yukonenergy.ca/energy-in-yukon/electricity-101/current-energy-consumption\n\n    Generation in Yukon is done with solar, wind, hydro, diesel oil, and LNG.\n\n    There are two companies, Yukon Energy and ATCO aka Yukon Electric aka YECL.\n    Yukon Energy does most of the generation and feeds into Yukon's grid. ATCO\n    does operations, billing, and generation in some of the off-grid\n    communities.\n\n    See schema of the grid at http://www.atcoelectricyukon.com/About-Us/\n\n    Thermal is a mix of diesel oil and LNG, therefore thermal is set to unknown.\n    https://yukonenergy.ca/energy-in-yukon/projects-facilities/\n    \"\"\"\n\n    if zone_key != ZONE_KEY:\n        raise ParserException(\n            \"YUKONENERGY.py\", \"Cannot parse zone '{zone_key}'\", zone_key\n        )\n    if target_datetime:\n        raise ParserException(\n            \"YUKONENERGY.py\", \"Unable to fetch historical data\", zone_key\n        )\n\n    session = session or Session()\n\n    response = session.get(URL)\n    html = response.text\n    soup = BeautifulSoup(html, \"html.parser\")\n\n    # Extract JavaScript data\n    match_past_day = re.search(\n        r\"var rows_chart_past_day = parseDates\\((\\[\\[.*?\\]\\])\\);\", html, re.DOTALL\n    )\n    match_current = re.search(\n        r\"var rows_chart_current = parseDates\\((\\[\\[.*?\\]\\])\\);\", html, re.DOTALL\n    )\n    if not match_past_day or not match_current:\n        raise ParserException(\"YUKONENERGY.py\", \"Cannot find data\", zone_key)\n\n    past_day_data = json.loads(match_past_day.group(1))\n    current_data = json.loads(match_current.group(1))\n\n    # Search html for when the data was updatead\n    pane = soup.find(\"div\", class_=\"consumption-pane total\")\n    updated_text = pane.find(\"p\").get_text(strip=True) if pane else None\n\n    timestamp = None\n    if updated_text:\n        match = re.search(r\"Updated (\\d+) minute\", updated_text)\n        if match:\n            minutes_ago = int(match.group(1))\n            timestamp = datetime.now(TIMEZONE) - timedelta(minutes=minutes_ago)\n        else:\n            timestamp = datetime.now(TIMEZONE)\n\n    else:\n        timestamp = datetime.now(TIMEZONE)\n\n    timestamp = timestamp.replace(second=0, microsecond=0).isoformat(timespec=\"seconds\")\n\n    if timestamp != past_day_data[-1][0]:\n        new_row = [timestamp] + [source[1] for source in current_data[:-1]]\n        past_day_data.append(new_row)\n\n    # Remove capacity\n    production_mode_order = [item[0].lower() for item in current_data][:-1]\n\n    all_production_breakdowns: list[ProductionBreakdownList] = []\n\n    for item in past_day_data:\n        time, *datetime_data = item\n\n        production_mode_list = ProductionBreakdownList(logger)\n        productionMix = ProductionMix()\n\n        for i, data in enumerate(datetime_data):\n            production_mode = FUEL_MAPPING.get(production_mode_order[i])\n            productionMix.add_value(production_mode, round(float(data), 3))\n\n        production_mode_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(time).replace(tzinfo=TIMEZONE),\n            source=SOURCE,\n            production=productionMix,\n        )\n        all_production_breakdowns.append(production_mode_list)\n\n        production_events = ProductionBreakdownList.merge_production_breakdowns(\n            all_production_breakdowns, logger\n        )\n        production_events = production_events.to_list()\n\n    return production_events\n\n\nif __name__ == \"__main__\":\n    # Never used by the Electricity Map backend, but handy for testing.\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/ajenti.py",
    "content": "\"\"\"\nInitial PR https://github.com/electricitymaps/electricitymaps-contrib/pull/2456\nDiscussion thread https://github.com/electricitymaps/electricitymaps-contrib/issues/636\nA promotion webpage for King's Island energy production is here: https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/king-island\nAs of 09/2020, it embeds with <iframe> the URI https://data.ajenti.com.au/KIREIP/index.html\n\nAbout the data, the feed we get seems to be counters with a 2 seconds interval.\nThat means that if we fetch these counters every 15 minutes, we only are reading \"instantaneous\" metters that could differ from the total quantity of energies at play.\nTo get the very exact data, we would need to have a parser running constanty to collect those 2-sec interval counters.\n\"\"\"\n\nimport json\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\nfrom signalr import Connection\n\nZONE_PARAMS = {\n    # King Island\n    # https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/king-island\n    \"AU-TAS-KI\": {\n        \"hub\": \"TagHub\",\n        \"method\": \"Dashboard\",\n        \"tz\": \"Australia/Currie\",\n        \"source\": \"hydro.com.au\",  # Iframe: https://data.ajenti.com.au/KIREIP/index.html\n    },\n    # Flinders Island\n    # https://github.com/electricitymaps/electricitymaps-contrib/issues/2533\n    # https://en.wikipedia.org/wiki/Flinders_Island\n    # https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/flinders-island\n    \"AU-TAS-FI\": {\n        \"hub\": \"flindershub\",\n        \"method\": \"SendDashboard\",\n        \"tz\": \"Australia/Hobart\",\n        \"source\": \"hydro.com.au\",\n    },\n    # Rottnest Island\n    # https://github.com/electricitymaps/electricitymaps-contrib/issues/2534\n    # https://en.wikipedia.org/wiki/Rottnest_Island\n    # https://www.hydro.com.au/clean-energy/hybrid-energy-solutions/success-stories/rottnest-island\n    \"AU-WA-RI\": {\n        \"hub\": \"HogsHub\",\n        \"method\": \"SendDashboard\",\n        \"tz\": \"Australia/Perth\",\n        \"source\": \"hydro.com.au\",\n    },\n}\n\n\nclass SignalR:\n    def __init__(self, url):\n        self.url = url\n\n    def update_res(self, msg):\n        if msg != {}:\n            self.res = msg\n\n    def get_value(self, hub, method):\n        self.res = {}\n        with Session() as session:\n            # create a connection\n            connection = Connection(self.url, session)\n            chat = connection.register_hub(hub)\n            chat.client.on(method, self.update_res)\n            connection.start()\n            connection.wait(3)\n            connection.close()\n            return self.res\n\n\ndef parse_payload(logger: Logger, payload) -> dict:\n    technologies_parsed = {\n        \"biomass\": 0,\n        \"battery\": 0,\n        \"coal\": 0,\n        \"flywheel\": 0,\n        \"gas\": 0,\n        \"hydro\": 0,\n        \"nuclear\": 0,\n        \"oil\": 0,\n        \"solar\": 0,\n        \"wind\": 0,\n        \"geothermal\": 0,\n        \"unknown\": 0,\n    }\n    if \"technologies\" not in payload:\n        raise KeyError(f\"No 'technologies' in payload\\nserie : {json.dumps(payload)}\")\n    else:\n        logger.debug(f\"serie : {json.dumps(payload)}\")\n    for technology in payload[\"technologies\"]:\n        # rename upstream key to match our payload needs\n        if technology[\"id\"] == \"diesel\":\n            technology[\"id\"] = \"oil\"\n\n        assert technology[\"unit\"] == \"kW\"\n        # The upstream API gives us kW, we need MW\n        technologies_parsed[technology[\"id\"]] = int(technology[\"value\"]) / 1000\n\n    # King's Island uses some percentage of biodiesel; since we account differently traditionnal oil & biomass, here we do math to separate both\n    if \"biodiesel\" in payload:\n        # sanity check to be sure that we are not remaking data that the data source could otherwise give us\n        assert \"biomass\" and \"oil\" != 0\n        technologies_parsed[\"biomass\"] = (\n            technologies_parsed[\"oil\"] * payload[\"biodiesel\"][\"percent\"] / 100\n        )\n        technologies_parsed[\"oil\"] = (\n            technologies_parsed[\"oil\"] * (100 - payload[\"biodiesel\"][\"percent\"]) / 100\n        )\n\n    logger.debug(f\"production : {json.dumps(technologies_parsed)}\")\n\n    return technologies_parsed\n\n\n# Both keys battery and flywheel are negative when storing energy, and positive when feeding energy to the grid\ndef format_storage_techs(technologies_parsed):\n    # sometimes we don't get those keys. For instance Rottnest island don't have any storage.\n    if \"battery\" and \"flywheel\" in technologies_parsed:\n        storage_techs = technologies_parsed[\"battery\"] + technologies_parsed[\"flywheel\"]\n    else:\n        storage_techs = 0\n    _battery_production = (\n        storage_techs if storage_techs > 0 else 0\n    )  # TODO: Should this just be removed?\n    _battery_storage = storage_techs if storage_techs < 0 else 0\n\n\ndef sum_storage_techs(technologies_parsed):\n    storage_techs = technologies_parsed[\"battery\"] + technologies_parsed[\"flywheel\"]\n\n    return storage_techs\n\n\ndef fetch_production(\n    zone_key: str = \"AU-TAS-KI\",\n    session: Session | None = None,\n    target_datetime=None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime is not None:\n        raise NotImplementedError(\n            \"The datasource currently implemented is only real time\"\n        )\n\n    # get the specific zone parameters\n    try:\n        hub, dashboard, tz, source = (\n            ZONE_PARAMS[zone_key][\"hub\"],\n            ZONE_PARAMS[zone_key][\"method\"],\n            ZONE_PARAMS[zone_key][\"tz\"],\n            ZONE_PARAMS[zone_key][\"source\"],\n        )\n    except KeyError as e:\n        raise KeyError(\"The zone \" + zone_key + \" isn't implemented\") from e\n\n    payload = SignalR(\"https://data.ajenti.com.au/live/signalr\").get_value(\n        hub, dashboard\n    )\n    technologies_parsed = parse_payload(logger, payload)\n    storage_techs = sum_storage_techs(technologies_parsed)\n\n    return [\n        {\n            \"zoneKey\": zone_key,\n            \"datetime\": datetime.now(tz=ZoneInfo(tz)),\n            \"production\": {\n                \"biomass\": technologies_parsed[\"biomass\"],\n                \"coal\": technologies_parsed[\"coal\"],\n                \"gas\": technologies_parsed[\"gas\"],\n                \"hydro\": technologies_parsed[\"hydro\"],\n                \"nuclear\": technologies_parsed[\"nuclear\"],\n                \"oil\": technologies_parsed[\"oil\"],\n                \"solar\": technologies_parsed[\"solar\"],\n                \"wind\": 0\n                if technologies_parsed[\"wind\"] < 0\n                and technologies_parsed[\"wind\"] > -0.1\n                else technologies_parsed[\n                    \"wind\"\n                ],  # If wind between 0 and -0.1 set to 0 to ignore self-consumption\n                \"geothermal\": technologies_parsed[\"geothermal\"],\n                \"unknown\": technologies_parsed[\"unknown\"],\n            },\n            \"storage\": {\n                \"battery\": storage_techs\n                * -1  # Somewhat counterintuitively,to ElectricityMap positive means charging and negative means discharging\n            },\n            \"source\": source,\n        }\n    ]\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/amper_landsnet.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nSOURCE = \"amper.landsnet.is\"\nSOURCE_URL = \"https://amper.landsnet.is/generation/api/Values\"\n\n\ndef fetch_production(\n    zone_key: ZoneKey = ZoneKey(\"IS\"),\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    r = session or Session()\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n    res = r.get(SOURCE_URL)\n    if not res.ok:\n        raise ParserException(\n            parser=\"amper_landsnet.py\",\n            message=f\"Failed to fetch {SOURCE}: {res.status_code}, err: {res.text}\",\n            zone_key=zone_key,\n        )\n\n    obj = res.json()\n    mix = ProductionMix(\n        geothermal=obj[\"geothermal\"],\n        hydro=obj[\"hydro\"],\n        oil=obj[\"oil\"],\n    )\n    breakdowns = ProductionBreakdownList(logger=logger)\n    breakdowns.append(\n        zoneKey=zone_key,\n        datetime=datetime.fromisoformat(obj[\"timestamp\"]).replace(\n            tzinfo=ZoneInfo(\"Atlantic/Reykjavik\")\n        ),\n        production=mix,\n        source=SOURCE,\n    )\n    return breakdowns.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/AM.py",
    "content": "# Archived reason: Data source is no longer available.\n\nimport logging\nimport re\nfrom datetime import datetime\n\nimport requests\nfrom bs4 import BeautifulSoup\nfrom dateutil import parser as dparser\nfrom dateutil import tz\n\n# URL of the power system summary: http://epso.am/poweren.htm\n# URL of the detailled SCADA-page: http://epso.am/scada.htm\n\nSOURCE = \"http://epso.am/poweren.htm\"\nTZ = \"Asia/Yerevan\"\n\nPOWER_PLANT_MAPPING = {\n    \"var atom\": \"nuclear\",  # atom = 'atomnaya elektro stantsiya'\n    \"var tes\": \"gas\",  # tes = 'termalnaya elektro stantsiya' - only gas in AM\n    \"var ges\": \"hydro\",  # ges = 'gidro elektro stantsiya'\n    \"var altern\": \"hydro\",  # altern = two hydro power plants according to SCADA data (middle row, right box)\n}\n\nTIE_LINE_MAPPING = {\n    \"var Lalvar\": \"GE\",\n    \"var ninoc\": \"GE\",\n    \"var alaver\": \"GE\",\n    \"var shin\": \"NKR\",\n    \"var arcakh\": \"NKR\",\n    \"var ahar\": \"IR\",\n}\n\nOTHER_VARIABLES_MAPPING = {\n    \"var cons\": \"total production\",  # please note, this is an error of the variable name ('cons' is actually used for total production)\n    \"var peretok\": \"total import/export\",  # positive = import, negative = export\n    \"var herc2\": \"frequency\",  # \"hertz\" ;)\n    \"var time2\": \"timestamp\",  # date is missing\n    \"sparum2\": \"total consumption\",  # please note, this is an error of the variable name (probably means \"production\", but is used for consumption)\n}\n\nSOUP_CONTENT_VARIABLES_MAPPING = {\n    \"[0]\": \"empty\",\n    \"[1]\": \"Lalvar (GE)\",\n    \"[2]\": \"ninoc (GE)\",\n    \"[3]\": \"alaver (GE)\",\n    \"[4]\": \"shin (NKR)\",\n    \"[5]\": \"arcakh (NKR)\",\n    \"[6]\": \"ahar (IR)\",\n    \"[7]\": \"cons [total production]\",\n    \"[8]\": \"altern\",\n    \"[9]\": \"atom\",\n    \"[10]\": \"tes\",\n    \"[11]\": \"ges\",\n    \"[12]\": \"peretok\",\n    \"[13]\": \"herc2\",\n    # unstable other mappings\n    \"[27]\": \"time2\",\n    \"[28]\": \"sparum2\",\n}\n\nREGEX = r\"[-+]?[.]?[\\d]+(?:,\\d\\d\\d)*[\\.]?\\d*(?:[eE][-+]?\\d+)?\"\n\n\ndef fetch_production(\n    zone_key=\"AM\",\n    session=None,\n    target_datetime=None,\n    logger: logging.Logger = logging.getLogger(__name__),\n) -> dict:\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or requests.session()\n    response = r.get(SOURCE)\n    response.encoding = \"utf-8\"\n    html_doc = response.text\n    start_string = \"<script type='text/javascript'>\"\n    start_index = html_doc.find(start_string) + len(start_string)\n    stop_index = html_doc.find(\"left:\")\n    soup = BeautifulSoup(html_doc[start_index:stop_index], \"html.parser\")\n    data_string = soup.find(text=re.compile(\"var\"))\n\n    if data_string is None:\n        logger.warning(f\"Could not parse {html_doc}\")\n        raise ValueError(\"Empty data object scraped, cannot be parsed.\")\n\n    data_split = data_string.split(\"\\r\\n\")\n\n    gas_tes = re.findall(REGEX, data_split[10])\n    gas_total = float(gas_tes[0])\n\n    hydro_ges = re.findall(REGEX, data_split[11])\n    hydro_altern = re.findall(REGEX, data_split[8])\n    hydro_total = float(hydro_ges[0]) + float(hydro_altern[0])\n\n    nuclear_atom = re.findall(REGEX, data_split[9])\n    nuclear_total = float(nuclear_atom[0])\n\n    time_data = [s for s in data_split if \"time2\" in s][0]\n    yerevan = tz.gettz(TZ)\n    date_time = dparser.parse(\n        time_data.split()[3], default=datetime.now(yerevan), fuzzy=True\n    )\n\n    # Operating solar, wind and biomass plants exist in small numbers, but are not reported yet\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": date_time,\n        \"production\": {\n            \"gas\": gas_total,\n            \"hydro\": hydro_total,\n            \"nuclear\": nuclear_total,\n            \"biomass\": None,\n            \"coal\": 0,\n            \"geothermal\": 0,\n            \"oil\": 0,\n            \"solar\": None,\n            \"wind\": None,\n        },\n        \"storage\": {\"hydro\": 0, \"battery\": 0},\n        \"source\": SOURCE,\n    }\n\n\ndef fetch_exchange(\n    zone_key1, zone_key2, session=None, target_datetime=None, logger=None\n) -> dict:\n    \"\"\"Requests the last known power exchange (in MW) between two countries.\"\"\"\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    sorted_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    r = session or requests.session()\n    response = r.get(SOURCE)\n    response.encoding = \"utf-8\"\n    html_doc = response.text\n    start_string = \"<script type='text/javascript'>\"\n    start_index = html_doc.find(start_string) + len(start_string)\n    stop_index = html_doc.find(\"left:\")\n    soup = BeautifulSoup(html_doc[start_index:stop_index], \"html.parser\")\n    data_string = soup.find(text=re.compile(\"var\"))\n    data_split = data_string.split(\"\\r\\n\")\n\n    GE_1 = re.findall(REGEX, data_split[1])\n    GE_2 = re.findall(REGEX, data_split[2])\n    GE_3 = re.findall(REGEX, data_split[3])\n    NKR_1 = re.findall(REGEX, data_split[4])\n    NKR_2 = re.findall(REGEX, data_split[5])\n    IR_1 = re.findall(REGEX, data_split[6])\n\n    AM_NKR = float(NKR_1[0]) + float(NKR_2[0])\n    AM_GE = float(GE_1[0]) + float(GE_2[0]) + float(GE_3[0])\n    AM_IR = float(IR_1[0])\n\n    time_data = [s for s in data_split if \"time2\" in s][0]\n    yerevan = tz.gettz(TZ)\n    date_time = dparser.parse(\n        time_data.split()[3], default=datetime.now(yerevan), fuzzy=True\n    )\n\n    if sorted_keys == \"AM->NKR\":\n        netflow = -1 * AM_NKR\n    elif sorted_keys == \"AM->GE\":\n        netflow = -1 * AM_GE\n    elif sorted_keys == \"AM->IR\":\n        netflow = -1 * AM_IR\n    else:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n\n    return {\n        \"sortedZoneKeys\": sorted_keys,\n        \"datetime\": date_time,\n        \"netFlow\": netflow,\n        \"source\": SOURCE,\n    }\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production->\")\n    print(fetch_production())\n    print(\"fetch_exchange(AM, NKR) ->\")\n    print(fetch_exchange(\"AM\", \"NKR\"))\n    print(\"fetch_exchange(AM, GE) ->\")\n    print(fetch_exchange(\"AM\", \"GE\"))\n    print(\"fetch_exchange(AM, IR) ->\")\n    print(fetch_exchange(\"AM\", \"IR\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/AX.py",
    "content": "# Archived reason: Replaced by a new AX parser that parses the iFrame instead of using OCR.\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\n\nimport arrow\n\n# Numpy and PIL are used to process the image\nimport numpy as np\nfrom PIL import Image\nfrom requests import Session\n\nURL = \"http://194.110.178.135/grafik/stamnat.php\"\nSOURCE = \"kraftnat.ax\"\nTZ = \"Europe/Mariehamn\"\n\n\ndef _get_masks(session=None):\n    Minus = np.array(\n        [\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Minus = Image.fromarray(Minus)\n\n    Dot = np.array(\n        [\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Dot = Image.fromarray(Dot)\n\n    Zero = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [[0, 0, 0], [0, 0, 0], [255, 255, 255], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [255, 255, 255], [0, 0, 0], [0, 0, 0]],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Zero = Image.fromarray(Zero)\n\n    One = np.array(\n        [\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    One = Image.fromarray(One)\n\n    Two = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Two = Image.fromarray(Two)\n\n    Three = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Three = Image.fromarray(Three)\n\n    Four = np.array(\n        [\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Four = Image.fromarray(Four)\n\n    Five = np.array(\n        [\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [255, 255, 255]],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Five = Image.fromarray(Five)\n\n    Six = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [255, 255, 255]],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Six = Image.fromarray(Six)\n\n    Seven = np.array(\n        [\n            [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Seven = Image.fromarray(Seven)\n\n    Eight = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Eight = Image.fromarray(Eight)\n\n    Nine = np.array(\n        [\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [[255, 255, 255], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n            ],\n            [\n                [255, 255, 255],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [0, 0, 0],\n                [255, 255, 255],\n            ],\n            [\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n                [255, 255, 255],\n            ],\n        ],\n        dtype=np.uint8,\n    )\n    Nine = Image.fromarray(Nine)\n\n    shorts = [\"-\", \".\", \"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"]\n    masks = [Minus, Dot, Zero, One, Two, Three, Four, Five, Six, Seven, Eight, Nine]\n\n    return dict(zip(shorts, masks))\n\n\ndef _fetch_data(session: Session | None = None) -> dict:\n    \"\"\"Return usable data from source.\"\"\"\n    # Load masks for reading numbers from the image\n    # Create a dictionary of symbols and their pixel masks\n    mapping = _get_masks(session)\n\n    # Download the updating image from Kraftnät Åland\n    r = session or Session()\n\n    im = Image.open(r.get(URL, stream=True).raw)\n    # Get timestamp\n    fetchtime = arrow.utcnow().floor(\"second\").to(TZ)\n\n    # \"data\" is a height x width x 3 RGB numpy array\n    data = np.array(im)\n    # red, green, blue, alpha = data.T\n    # Temporarily unpack the bands for readability\n    red, green, blue = data.T\n    # Color non-blue areas in the image with white\n    blue_areas = (red == 0) & (green == 0) & (blue == 255)\n    data[~blue_areas.T] = (255, 255, 255)\n    # Color blue areas in the image with black\n    data[blue_areas.T] = (0, 0, 0)\n\n    # Transform the array back to image\n    im = Image.fromarray(data)\n\n    shorts = mapping.keys()\n\n    # check import from Sweden\n    se_3_flow = []\n    for x in range(80, 130 - 6):\n        for abr in shorts:\n            im1 = im.crop((x, 443, x + 6, 452))\n            if im1 == mapping[abr]:\n                se_3_flow.append(abr)\n    se_3_flow = \"\".join(se_3_flow)\n    se_3_flow = round(float(se_3_flow), 1)\n\n    # export Åland-Finland(Kustavi/Gustafs)\n    gustafs_flow = []\n    for x in range(780, 825 - 6):\n        for abr in shorts:\n            im1 = im.crop((x, 43, x + 6, 52))\n            if im1 == mapping[abr]:\n                gustafs_flow.append(abr)\n    gustafs_flow = \"\".join(gustafs_flow)\n    gustafs_flow = round(float(gustafs_flow), 1)\n\n    # Reserve cable import Naantali-Åland\n    # Åland administration does not allow export\n    # to Finland through this cable\n    fin_flow = []\n    for x in range(760, 815 - 6):\n        for abr in shorts:\n            im1 = im.crop((x, 328, x + 6, 337))\n            if im1 == mapping[abr]:\n                fin_flow.append(abr)\n    fin_flow = \"\".join(fin_flow)\n    fin_flow = round(float(fin_flow), 1)\n\n    # The shown total consumption is not reliable according to the TSO\n    # Consumption\n    # Cons = []\n    # for x in range(650, 700-6):\n    #    for abr in shorts:\n    #        im1 = im.crop((x, 564, x+6, 573))\n    #        if im1 == mapping[abr]:\n    #            Cons.append(abr)\n    # Cons = \"\".join(Cons)\n    # Cons = round(float(Cons),1)\n\n    # Wind production\n    wind = []\n    for x in range(650, 700 - 6):\n        for abr in shorts:\n            im1 = im.crop((x, 576, x + 6, 585))\n            if im1 == mapping[abr]:\n                wind.append(abr)\n    wind = \"\".join(wind)\n    wind = round(float(wind), 1)\n\n    # Fossil fuel production\n    fossil = []\n    for x in range(650, 700 - 6):\n        for abr in shorts:\n            im1 = im.crop((x, 588, x + 6, 597))\n            if im1 == mapping[abr]:\n                fossil.append(abr)\n    fossil = \"\".join(fossil)\n    fossil = round(float(fossil), 1)\n\n    # Both are confirmed to be import from Finland by the TSO\n    fin_flow = fin_flow + gustafs_flow\n\n    # Calculate sum of exchanges\n    sum_exchanges = se_3_flow + fin_flow\n    # Calculate total production\n    total_production = fossil + wind\n    # Calculate total consumption\n    consumption = round(total_production + sum_exchanges, 1)\n\n    # The production that is not fossil fuel or wind based is unknown\n    # Impossible to estimate with current data\n    # UProd = TotProd - WProd - FProd\n    return {\n        \"production\": total_production,\n        \"consumption\": consumption,\n        \"wind\": wind,\n        \"fossil\": fossil,\n        \"SE3->AX\": se_3_flow,\n        \"FI->AX\": fin_flow,\n        \"fetchtime\": fetchtime,\n    }\n\n\ndef fetch_production(\n    zone_key: str = \"AX\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    obj = _fetch_data(session)\n\n    return {\n        \"zoneKey\": zone_key,\n        \"production\": {\n            \"biomass\": None,\n            \"coal\": 0,\n            \"gas\": 0,\n            \"hydro\": None,\n            \"nuclear\": 0,\n            \"oil\": obj[\"fossil\"],\n            \"solar\": None,\n            \"wind\": obj[\"wind\"],\n            \"geothermal\": None,\n            \"unknown\": None,\n        },\n        \"storage\": {},\n        \"source\": SOURCE,\n        \"datetime\": arrow.get(obj[\"fetchtime\"]).datetime,\n    }\n\n\ndef fetch_consumption(\n    zone_key: str = \"AX\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    obj = _fetch_data(session)\n\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": arrow.get(obj[\"fetchtime\"]).datetime,\n        \"consumption\": obj[\"consumption\"],\n        \"source\": SOURCE,\n    }\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known power exchange (in MW) between two countries.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    obj = _fetch_data(session)\n\n    # Country codes are sorted in order to enable easier indexing in the database\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    data = {\n        \"sortedZoneKeys\": sorted_zone_keys,\n        \"source\": SOURCE,\n        \"datetime\": arrow.get(obj[\"fetchtime\"]).datetime,\n    }\n\n    # Here we assume that the net flow returned by the api is the flow from\n    # country1 to country2. A positive flow indicates an export from country1\n    # to country2. A negative flow indicates an import.\n    net_flow: float | None = None\n    if sorted_zone_keys in [\"AX->SE\", \"AX->SE-SE3\"]:\n        net_flow = obj[\"SE3->AX\"]\n\n    elif sorted_zone_keys == \"AX->FI\":\n        net_flow = obj[\"FI->AX\"]  # Import is positive\n\n    # The net flow to be reported should be from the first country to the second\n    # (sorted alphabetically). This is NOT necessarily the same direction as the flow\n    # from country1 to country2\n\n    #  AX is before both FI and SE\n    if net_flow:\n        data[\"netFlow\"] = round(-1 * net_flow, 1)\n    else:\n        data[\"netFlow\"] = None\n\n    return data\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption())\n    print(\"fetch_exchange(AX, FI) ->\")\n    print(fetch_exchange(\"FI\", \"AX\"))\n    print(\"fetch_exchange(AX, SE-SE3) ->\")\n    print(fetch_exchange(\"SE-SE3\", \"AX\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/DK_old.py",
    "content": "# Archived reason: The SQL API is no longer available and a new DK parser was created.\nimport json\nimport time\nfrom datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\n\nimport arrow  # the arrow library is used to handle datetimes\nimport pandas as pd\nfrom requests import Session, exceptions\n\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\nfrom .lib.exceptions import ParserException\n\nids = {\n    \"real_time\": \"06380963-b7c6-46b7-aec5-173d15e4648b\",\n    \"energy_bal\": \"02356e88-7c4e-4ee9-b896-275d217cc1b9\",\n}\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: str = \"DK-DK1\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"\n    Queries \"Electricity balance Non-Validated\" from energinet api\n    for Danish bidding zones\n\n    NOTE: Missing historical wind/solar data @ 2017-08-01\n    \"\"\"\n    r = session or Session()\n\n    if zone_key not in [\"DK-DK1\", \"DK-DK2\"]:\n        raise NotImplementedError(f\"fetch_production() for {zone_key} not implemented\")\n\n    zone = zone_key[-3:]\n\n    timestamp = arrow.get(target_datetime).strftime(\"%Y-%m-%d %H:%M\")\n\n    # fetch hourly energy balance from recent hours\n    sqlstr = 'SELECT \"HourUTC\" as timestamp, \"Biomass\", \"Waste\", \\\n                     \"OtherRenewable\", \"FossilGas\" as gas, \"FossilHardCoal\" as coal, \\\n                     \"FossilOil\" as oil, \"HydroPower\" as hydro, \\\n                     (\"OffshoreWindPower\"%2B\"OnshoreWindPower\") as wind, \\\n                     \"SolarPower\" as solar from \"{0}\" \\\n                     WHERE \"PriceArea\" = \\'{1}\\' AND \\\n                     \"HourUTC\" >= (timestamp\\'{2}\\'-INTERVAL \\'24 hours\\') AND \\\n                     \"HourUTC\" <= timestamp\\'{2}\\' \\\n                     ORDER BY \"HourUTC\" ASC'.format(ids[\"energy_bal\"], zone, timestamp)\n\n    url = f\"https://api.energidataservice.dk/datastore_search_sql?sql={sqlstr}\"\n    response = r.get(url)\n\n    # raise errors for responses with an error or no data\n    retry_count = 0\n    while response.status_code in [429, 403, 500]:\n        retry_count += 1\n        if retry_count > 5:\n            raise Exception(\"Retried too many times..\")\n        # Wait and retry\n        logger.warn(\"Retrying..\")\n        time.sleep(5**retry_count)\n        response = r.get(url)\n    if response.status_code != 200:\n        j = response.json()\n        if \"error\" in j and \"info\" in j[\"error\"]:\n            error = j[\"error\"][\"__type\"]\n            text = j[\"error\"][\"info\"][\"orig\"]\n            msg = f'\"{error}\" fetching production data for {zone_key}: {text}'\n        else:\n            msg = \"error while fetching production data for {}: {}\".format(\n                zone_key, json.dumps(j)\n            )\n        exceptions.HTTPError(msg)\n    if not response.json()[\"result\"][\"records\"]:\n        raise ParserException(\"DK.py\", \"API returned no data\", zone_key=zone_key)\n\n    df = pd.DataFrame(response.json()[\"result\"][\"records\"])\n    # index response dataframe by time\n    df = df.set_index(\"timestamp\")\n    df.index = pd.DatetimeIndex(df.index)\n    # drop empty rows from energy balance\n    df.dropna(how=\"all\", inplace=True)\n\n    # Divide waste into 55% renewable and 45% non-renewable parts according to\n    # https://ens.dk/sites/ens.dk/files/Statistik/int.reporting_2016.xls (visited Jan 24th, 2019)\n    df[\"unknown\"] = 0.45 * df[\"Waste\"]  # Report fossil waste as unknown\n    df[\"renwaste\"] = 0.55 * df[\"Waste\"]\n    # Report biomass, renewable waste and other renewables (biogas etc.) as biomass\n    df[\"biomass\"] = df.filter([\"Biomass\", \"renwaste\", \"OtherRenewable\"]).sum(axis=1)\n\n    fuels = [\"biomass\", \"coal\", \"oil\", \"gas\", \"unknown\", \"hydro\"]\n    # Format output as a list of dictionaries\n    output = []\n    for dt in df.index:\n        data = {\n            \"zoneKey\": zone_key,\n            \"datetime\": None,\n            \"production\": {\n                \"biomass\": 0,\n                \"coal\": 0,\n                \"gas\": 0,\n                \"hydro\": None,\n                \"nuclear\": 0,\n                \"oil\": 0,\n                \"solar\": None,\n                \"wind\": None,\n                \"geothermal\": None,\n                \"unknown\": 0,\n            },\n            \"storage\": {},\n            \"source\": \"api.energidataservice.dk\",\n        }\n\n        data[\"datetime\"] = dt.to_pydatetime()\n        data[\"datetime\"] = data[\"datetime\"].replace(tzinfo=timezone.utc)\n        for f in [\"solar\", \"wind\"] + fuels:\n            data[\"production\"][f] = df.loc[dt, f]\n        output.append(data)\n    return output\n\n\ndef fetch_exchange(\n    zone_key1: str = \"DK-DK1\",\n    zone_key2: str = \"DK-DK2\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    \"\"\"\n    Fetches 5-minute frequency exchange data for Danish bidding zones\n    from api.energidataservice.dk\n    \"\"\"\n    r = session or Session()\n    sorted_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    # pick the correct zone to search\n    if \"DK1\" in sorted_keys and \"DK2\" in sorted_keys:\n        zone = \"DK1\"\n    elif \"DK1\" in sorted_keys:\n        zone = \"DK1\"\n    elif \"DK2\" in sorted_keys:\n        zone = \"DK2\"\n    else:\n        raise NotImplementedError(\n            \"Only able to fetch exchanges for Danish bidding zones\"\n        )\n\n    exch_map = {\n        \"DE->DK-DK1\": '\"ExchangeGermany\"',\n        \"DE->DK-DK2\": '\"ExchangeGermany\"',\n        \"DK-DK1->DK-DK2\": '\"ExchangeGreatBelt\"',\n        \"DK-DK1->NO-NO2\": '\"ExchangeNorway\"',\n        \"DK-DK1->NL\": '\"ExchangeNetherlands\"',\n        \"DK-DK1->SE\": '\"ExchangeSweden\"',\n        \"DK-DK1->SE-SE3\": '\"ExchangeSweden\"',\n        \"DK-DK1->NL\": '\"ExchangeNetherlands\"',\n        \"DK-DK2->SE\": '\"ExchangeSweden\"',\n        \"DK-DK2->SE-SE4\": '\"ExchangeSweden\"',\n    }\n    if sorted_keys not in exch_map:\n        raise NotImplementedError(f\"Exchange {sorted_keys} not implemented\")\n\n    timestamp = arrow.get(target_datetime).strftime(\"%Y-%m-%d %H:%M\")\n\n    # fetch real-time/5-min data\n    sqlstr = 'SELECT \"Minutes5UTC\" as timestamp, {0} as \"netFlow\" \\\n                     from \"{1}\" WHERE \"PriceArea\" = \\'{2}\\' AND \\\n                     \"Minutes5UTC\" >= (timestamp\\'{3}\\'-INTERVAL \\'24 hours\\') AND \\\n                     \"Minutes5UTC\" <= timestamp\\'{3}\\' \\\n                     ORDER BY \"Minutes5UTC\" ASC'.format(\n        exch_map[sorted_keys], ids[\"real_time\"], zone, timestamp\n    )\n\n    url = f\"https://api.energidataservice.dk/datastore_search_sql?sql={sqlstr}\"\n    response = r.get(url)\n\n    # raise errors for responses with an error or no data\n    retry_count = 0\n    while response.status_code in [429, 403, 500]:\n        retry_count += 1\n        if retry_count > 5:\n            raise Exception(\"Retried too many times..\")\n        # Wait and retry\n        logger.warn(\"Retrying..\")\n        time.sleep(5**retry_count)\n        response = r.get(url)\n    if response.status_code != 200:\n        j = response.json()\n        if \"error\" in j and \"info\" in j[\"error\"]:\n            error = j[\"error\"][\"__type\"]\n            text = j[\"error\"][\"info\"][\"orig\"]\n            msg = f'\"{error}\" fetching exchange data for {sorted_keys}: {text}'\n        else:\n            msg = \"error while fetching exchange data for {}: {}\".format(\n                sorted_keys, json.dumps(j)\n            )\n        raise exceptions.HTTPError(msg)\n    if not response.json()[\"result\"][\"records\"]:\n        raise ParserException(\"DK.py\", \"API returned no data\", zone_key=sorted_keys)\n\n    df = pd.DataFrame(response.json()[\"result\"][\"records\"])\n    df = df.set_index(\"timestamp\")\n    df.index = pd.DatetimeIndex(df.index)\n    # drop empty rows\n    df.dropna(how=\"all\", inplace=True)\n\n    # all exchanges are reported as net import,\n    # where as eMap expects net export from\n    # the first zone in alphabetical order\n    if \"DE\" not in sorted_keys:\n        df[\"netFlow\"] = -1 * df[\"netFlow\"]\n    # Format output\n    output = []\n    for dt in df.index:\n        data = {\n            \"sortedZoneKeys\": sorted_keys,\n            \"datetime\": None,\n            \"netFlow\": None,\n            \"source\": \"api.energidataservice.dk\",\n        }\n\n        data[\"datetime\"] = dt.to_pydatetime()\n        data[\"datetime\"] = data[\"datetime\"].replace(tzinfo=timezone.utc)\n        data[\"netFlow\"] = df.loc[dt, \"netFlow\"]\n        output.append(data)\n    return output\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_exchange(DK-DK2, SE-SE4) ->\")\n    print(fetch_exchange(\"DK-DK2\", \"SE-SE4\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/GB_NIR.py",
    "content": "#!/usr/bin/env python3\n# Archived reason: Data is no longer available.\n\nimport logging\nfrom datetime import datetime, timedelta\nfrom io import StringIO\n\nimport pandas as pd\nimport requests\nfrom bs4 import BeautifulSoup\nfrom dateutil import parser, tz\n\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\nfrom .lib.validation import validate\n\nproduction_url = \"http://ws.soni.ltd.uk/DownloadCentre/aspx/FuelMix.aspx\"\nexchange_url = \"http://ws.soni.ltd.uk/DownloadCentre/aspx/SystemOutput.aspx\"\n# Positive values in the .csv represent imports to Northern Ireland from GB / IR.\n# Negative values in the .csv represent exports from Northern Ireland to GB / IR.\n\n## exchange_url = 'http://ws.soni.ltd.uk/DownloadCentre/aspx/MoyleTie.aspx' ## see comment below\n## Old exchange_url was used for exchanges, but it provided incomplete data.\n## \"Total_Moyle_Load_MW\" was showing \"0\" when exporting to GB. Tie-line data was missing for the two 110kV Lines \"Enniskillen(NIR)-Corraclassy(IR)\" and \"Strabane(NIR)-Letterkenny(IR)\"\n## Exchanges are now based on data with better quality provided in \"SystemOutput.csv\" under the new exchange_url = 'http://ws.soni.ltd.uk/DownloadCentre/aspx/SystemOutput.aspx'\n\n\ndef get_data(url, target_datetime, session=None):\n    \"\"\"\n    Requests data from a specified url in CSV format.\n    Returns a response.text object.\n    \"\"\"\n\n    s = session or requests.Session()\n\n    headers = {\n        \"User-Agent\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0\",\n        \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\",\n    }\n\n    pagereq = requests.get(url, headers=headers)\n    soup = BeautifulSoup(pagereq.text, \"html.parser\")\n\n    # Find and define parameters needed to send a POST request for the actual data.\n    viewstategenerator = soup.find(\"input\", attrs={\"id\": \"__VIEWSTATEGENERATOR\"})[\n        \"value\"\n    ]\n    viewstate = soup.find(\"input\", attrs={\"id\": \"__VIEWSTATE\"})[\"value\"]\n    eventvalidation = soup.find(\"input\", attrs={\"id\": \"__EVENTVALIDATION\"})[\"value\"]\n\n    # Set date for post request.\n    if target_datetime:\n        target_date = target_datetime.date()\n    else:\n        # get the latest data\n        target_date = datetime.now().date()\n\n    month = target_date.month\n    day = target_date.day\n    year = target_date.year\n\n    FromDatePicker_clientState = (\n        '|0|01%s-%s-%s-0-0-0-0||[[[[]],[],[]],[{%s},[]],\"01%s-%s-%s-0-0-0-0\"]'\n        % (year, month, day, \"\", year, month, day)\n    )\n    ToDatePicker_clientState = (\n        '|0|01%s-%s-%s-0-0-0-0||[[[[]],[],[]],[{%s},[]],\"01%s-%s-%s-0-0-0-0\"]'\n        % (year, month, day, \"\", year, month, day)\n    )\n    btnDownloadCSV = \"Download+CSV\"\n    ig_def_dp_cal_clientState = (\n        '|0|15,2017,09,2017,%s,%s||[[null,[],null],[{%s},[]],\"11,2017,09,2017,%s,%s\"]'\n        % (month, day, \"\", month, day)\n    )\n    IG_CSS_LINKS_ = \"ig_res/default/ig_monthcalendar.css|ig_res/default/ig_texteditor.css|ig_res/default/ig_shared.css\"\n\n    postdata = {\n        \"__VIEWSTATE\": viewstate,\n        \"__VIEWSTATEGENERATOR\": viewstategenerator,\n        \"__EVENTVALIDATION\": eventvalidation,\n        \"FromDatePicker_clientState\": FromDatePicker_clientState,\n        \"ToDatePicker_clientState\": ToDatePicker_clientState,\n        \"btnDownloadCSV\": btnDownloadCSV,\n        \"_ig_def_dp_cal_clientState\": ig_def_dp_cal_clientState,\n        \"_IG_CSS_LINKS_\": IG_CSS_LINKS_,\n    }\n\n    postheaders = {\n        \"User-Agent\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0\",\n        \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\",\n        \"Content-Type\": \"application/x-www-form-urlencoded\",\n    }\n\n    datareq = s.post(url, headers=postheaders, data=postdata)\n\n    return datareq.text\n\n\ndef add_default_tz(timestamp):\n    \"\"\"Adds Northern Ireland timezone to datetime object if tz = None.\"\"\"\n\n    NIR = tz.gettz(\"Europe/Belfast\")\n    modified_timestamp = timestamp.replace(tzinfo=timestamp.tzinfo or NIR)\n\n    return modified_timestamp\n\n\ndef create_production_df(text_data):\n    \"\"\"\n    Turns thermal csv data into a usable dataframe.\n    \"\"\"\n\n    cols_to_use = [0, 1, 2, 3, 4, 5]\n    df_production = pd.read_csv(StringIO(text_data), usecols=cols_to_use)\n    df_production.fillna(0.0, inplace=True)\n\n    return df_production\n\n\ndef create_exchange_df(text_data):\n    \"\"\"\n    Turns exchange csv data into a usable dataframe.\n    \"\"\"\n\n    df_exchange = pd.read_csv(StringIO(text_data))\n    df_exchange.fillna(0.0, inplace=True)\n\n    return df_exchange\n\n\ndef production_processor(df) -> list:\n    \"\"\"Creates quarter hour datapoints for thermal production.\"\"\"\n\n    datapoints = []\n    for index, row in df.iterrows():\n        snapshot = {}\n        snapshot[\"datetime\"] = add_default_tz(\n            parser.parse(row[\"TimeStamp\"], dayfirst=True)\n        )\n        snapshot[\"gas\"] = row[\"Gas_MW\"]\n        snapshot[\"coal\"] = row[\"Coal_MW\"]\n        snapshot[\"oil\"] = row[\"Distillate_MW\"] + row[\"Diesel_MW\"]\n        snapshot[\"wind\"] = row[\"Wind_MW\"]\n        if snapshot[\"wind\"] > -20:\n            snapshot[\"wind\"] = max(snapshot[\"wind\"], 0)\n        datapoints.append(snapshot)\n\n    return datapoints\n\n\ndef moyle_processor(df) -> list:\n    \"\"\"Creates quarter hour datapoints for GB exchange.\"\"\"\n\n    datapoints = []\n    for index, row in df.iterrows():\n        snapshot = {}\n        snapshot[\"datetime\"] = add_default_tz(\n            parser.parse(row[\"TimeStamp\"], dayfirst=True)\n        )\n        snapshot[\"netFlow\"] = row[\"Total_Moyle_Load_MW\"]\n        snapshot[\"source\"] = \"soni.ltd.uk\"\n        snapshot[\"sortedZoneKeys\"] = \"GB->GB-NIR\"\n        datapoints.append(snapshot)\n\n    return datapoints\n\n\ndef IE_processor(df) -> list:\n    \"\"\"Creates quarter hour datapoints for IE exchange.\"\"\"\n\n    datapoints = []\n    for index, row in df.iterrows():\n        snapshot = {}\n        snapshot[\"datetime\"] = add_default_tz(\n            parser.parse(row[\"TimeStamp\"], dayfirst=True)\n        )\n        netFlow = -1 * row[\"Tie_Lines_MW\"]\n        snapshot[\"netFlow\"] = netFlow\n        snapshot[\"source\"] = \"soni.ltd.uk\"\n        snapshot[\"sortedZoneKeys\"] = \"GB-NIR->IE\"\n        datapoints.append(snapshot)\n\n    return datapoints\n\n\n@refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key=\"GB-NIR\",\n    session=None,\n    target_datetime=None,\n    logger=logging.getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n\n    production_data = get_data(production_url, target_datetime)\n    production_df = create_production_df(production_data)\n    production = production_processor(production_df)\n\n    production_mix_by_quarter_hour = []\n\n    for datapoint in production:\n        production_mix = {\n            \"zoneKey\": zone_key,\n            \"datetime\": datapoint.get(\"datetime\", 0.0),\n            \"production\": {\n                \"coal\": datapoint.get(\"coal\", 0.0),\n                \"gas\": datapoint.get(\"gas\", 0.0),\n                \"oil\": datapoint.get(\"oil\", 0.0),\n                \"solar\": None,\n                \"wind\": datapoint.get(\"wind\", 0.0),\n            },\n            \"source\": \"soni.ltd.uk\",\n        }\n        production_mix_by_quarter_hour.append(\n            validate(production_mix, logger=logger, floor=1.0)\n        )\n\n    return production_mix_by_quarter_hour\n\n\ndef fetch_exchange(\n    zone_key1, zone_key2, session=None, target_datetime=None, logger=None\n) -> dict:\n    \"\"\"Requests the last known power exchange (in MW) between two countries.\"\"\"\n\n    exchange_data = get_data(exchange_url, target_datetime)\n    exchange_dataframe = create_exchange_df(exchange_data)\n    if \"->\".join(sorted([zone_key1, zone_key2])) == \"GB->GB-NIR\":\n        moyle = moyle_processor(exchange_dataframe)\n        return moyle\n    elif \"->\".join(sorted([zone_key1, zone_key2])) == \"GB-NIR->IE\":\n        IE = IE_processor(exchange_dataframe)\n        return IE\n    else:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n    print(\"fetch_exchange(GB-NIR, GB) ->\")\n    print(fetch_exchange(\"GB-NIR\", \"GB\"))\n    print(\"fetch_exchange(GB-NIR, IE) ->\")\n    print(fetch_exchange(\"GB-NIR\", \"IE\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/GE.py",
    "content": "# Archived reason: Switched to ENTSOE parser for production data as it has higer resolution.\n\n\"\"\"Fetch the status of the Georgian electricity grid.\"\"\"\n\nimport urllib.parse\nfrom datetime import datetime, time, timedelta, timezone\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport numpy as np\nimport pandas\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    ProductionBreakdownList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix\nfrom electricitymap.contrib.types import ZoneKey\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    fetch_exchange as ENTSOE_fetch_exchange,\n)\nfrom electricitymap.contrib.parsers.lib import config\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\nPARSER = \"GE.py\"\nTIMEZONE = ZoneInfo(\"Asia/Tbilisi\")\nZONE_KEY = ZoneKey(\"GE\")\n\nMINIMUM_PRODUCTION_THRESHOLD = 10  # MW\nURL = urllib.parse.urlsplit(\"https://gse.com.ge/apps/gsebackend/rest\")\nURL_STRING = URL.geturl()\nSOURCE = URL.netloc\n\n\n@config.refetch_frequency(timedelta(days=1))\ndef fetch_production(\n    zone_key: ZoneKey = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Request the last known production mix (in MW) of a given country.\"\"\"\n    session = session or Session()\n\n    target_datetime = (\n        datetime.now(timezone.utc)\n        if target_datetime is None\n        else target_datetime.astimezone(timezone.utc)\n    )\n\n    # Get the production mix for every hour on the (UTC) day of interest.\n    day = datetime.combine(target_datetime, time(), tzinfo=timezone.utc)\n    timestamp_from, timestamp_to = (\n        day,\n        day + timedelta(days=1) - timedelta(seconds=1),\n    )\n\n    # TODO: remove `verify=False` ASAP.\n    response = session.get(\n        f\"{URL_STRING}/diagramDownload\",\n        params={\n            \"fromDate\": timestamp_from.astimezone(TIMEZONE).strftime(\n                \"%Y-%m-%dT%H:%M:%S\"\n            ),\n            \"lang\": \"EN\",\n            \"toDate\": timestamp_to.astimezone(TIMEZONE).strftime(\"%Y-%m-%dT%H:%M:%S\"),\n            \"type\": \"FACT\",\n        },\n        verify=False,\n    )\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    tables = pandas.read_excel(\n        response.content,\n        header=None,\n        # labels column + the 24 columns of hourly data\n        usecols=[1] + list(range(3, 27)),\n        # drop every 11th row (separation between tables)\n        skiprows=lambda x: x % 11 == 0,\n    )\n\n    production_breakdown_list = ProductionBreakdownList(logger)\n    for _i, daily_table in reversed(\n        tuple(tables.groupby(np.arange(len(tables)) // 10))\n    ):\n        day = daily_table.iloc[1][1]\n        timestamps = pandas.date_range(start=day, freq=\"1H\", periods=24)\n\n        # zoom in on fields of interest\n        itemised_production_data = daily_table.iloc[4:8].set_index(1)\n        itemised_production_data.columns = timestamps\n\n        for timestamp, production in itemised_production_data.dropna(\n            axis=\"columns\", how=\"all\"\n        ).items():\n            dt = timestamp.to_pydatetime().replace(tzinfo=TIMEZONE)\n\n            production_mix = ProductionMix()\n            production_mix.add_value(\"gas\", production[\"Thermal Power Plants\"])\n            production_mix.add_value(\"hydro\", production[\"Hydro Power Plants\"])\n            production_mix.add_value(\"solar\", production[\"Solar Power Plants\"])\n            production_mix.add_value(\"wind\", production[\"Wind Power Plants\"])\n\n            production_breakdown_list.append(\n                zoneKey=zone_key,\n                datetime=dt.astimezone(timezone.utc),\n                source=SOURCE,\n                production=production_mix,\n            )\n    return production_breakdown_list.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey,\n    zone_key2: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Request the last known power exchange (in MW) between two countries.\"\"\"\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([zone_key1, zone_key2])))\n\n    if ZONE_KEY not in {zone_key1, zone_key2}:\n        raise ParserException(\n            PARSER,\n            f\"This parser can only parse exchanges to / from {ZONE_KEY}.\",\n            sorted_zone_keys,\n        )\n\n    session = session or Session()\n    if target_datetime is not None:\n        return ENTSOE_fetch_exchange(\n            zone_key1, zone_key2, session, target_datetime, logger\n        )\n\n    now = datetime.now(timezone.utc)\n    # The API uses the convention of positive net flow into GE.\n    # TODO: remove `verify=False` ASAP.\n    response = session.get(f\"{URL_STRING}/map\", verify=False)\n    if not response.ok:\n        raise ParserException(\n            PARSER,\n            f\"Exception when fetching exchange error code: {response.status_code}: {response.text}\",\n            sorted_zone_keys,\n        )\n\n    net_flows = response.json()[\"areaSum\"]\n\n    neighbour = zone_key2 if zone_key1 == ZONE_KEY else zone_key1\n    direction = -1 if sorted_zone_keys.startswith(ZONE_KEY) else 1\n    if neighbour == ZoneKey(\"AM\"):\n        net_flow = net_flows[\"armeniaSum\"]\n    elif neighbour == ZoneKey(\"AZ\"):\n        net_flow = net_flows[\"azerbaijanSum\"]\n    elif neighbour == ZoneKey(\"RU-1\"):\n        # GE->RU might be falsely reported, exchanges/*.yaml has a definition to\n        # use the Russian TSO for this flow.\n        net_flow = (\n            net_flows[\"russiaSum\"]\n            + net_flows[\"russiaJavaSum\"]\n            + net_flows[\"russiaSalkhinoSum\"]\n        )\n    elif neighbour == ZoneKey(\"TR\"):\n        net_flow = net_flows[\"turkeySum\"]\n    else:\n        raise NotImplementedError(f\"{sorted_zone_keys} pair is not implemented\")\n\n    exchange_list = ExchangeList(logger)\n    exchange_list.append(\n        zoneKey=sorted_zone_keys,\n        datetime=now.replace(second=0, microsecond=0),\n        netFlow=direction * net_flow,\n        source=SOURCE,\n    )\n    return exchange_list.to_list()\n\n\nif __name__ == \"__main__\":\n    # Never used by the Electricity Map backend, but handy for testing.\n\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n\n    print(\"fetch_production(target_datetime=datetime.datetime(2020, 1, 1)) ->\")\n    print(fetch_production(target_datetime=datetime(2020, 1, 1, tzinfo=timezone.utc)))\n\n    for neighbour in [\"AM\", \"AZ\", \"RU-1\", \"TR\"]:\n        print(f\"fetch_exchange('GE', {neighbour}) ->\")\n        print(fetch_exchange(ZONE_KEY, ZoneKey(neighbour)))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/HOPS.py",
    "content": "#!/usr/bin/env python3\n# Archived reason: Replaced by the ENTSOE parser for higher data granularity.\n\n\"\"\"Parser for power production in Croatia\"\"\"\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\n\nimport arrow\nimport pandas as pd\nfrom requests import Session\n\nURL = \"https://www.hops.hr/Home/PowerExchange\"\n\n\ndef fetch_solar_production(\n    feed_date, session: Session | None = None, logger: Logger = getLogger(__name__)\n) -> float | None:\n    \"\"\"\n    Calls extra resource at https://files.hrote.hr/files/EKO_BG/FORECAST/SOLAR/FTP/TEST_DRIVE/<dd.m.yyyy>.json\n    to get Solar power production in MW.\n    :param feed_date: date_time string from the original HOPS feed\n    \"\"\"\n    r = session or Session()\n\n    dt = datetime.strptime(feed_date, \"%Y-%m-%d %H:%M:%S\")\n    # Get all available files\n    dates_url = (\n        \"https://files.hrote.hr/files/EKO_BG/FORECAST/SOLAR/FTP/TEST_DRIVE/dates.json\"\n    )\n    response = r.get(dates_url)\n    dates = response.json()\n    # Use latest file to get more up to date estimation\n    solar_url = (\n        \"https://files.hrote.hr/files/EKO_BG/FORECAST/SOLAR/FTP/TEST_DRIVE/{}\".format(\n            dates[-1][\"Filename\"]\n        )\n    )\n    response = r.get(solar_url)\n    obj = response.json()\n\n    df = pd.DataFrame.from_dict(obj[\"FullPower\"]).set_index(\"Timestamp\")\n    df.index = pd.to_datetime(df.index)  # cast strings to datetimes\n    solar_production_dt = pd.Timestamp(feed_date, tz=\"Europe/Zagreb\").floor(\"1h\")\n    try:\n        solar = df[\"Value\"].loc[solar_production_dt]\n        # Converting to MW\n        solar *= 0.001\n    except KeyError:\n        logger.warning(f\"No value for Solar power production on {solar_production_dt}\")\n        solar = None\n\n    return solar\n\n\ndef fetch_production(\n    zone_key: str = \"HR\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or Session()\n    response = r.get(URL)\n    obj = response.json()\n\n    # We assume the timezone of the time returned is local time and convert to UTC\n    date_time = arrow.get(obj[\"updateTime\"]).replace(tzinfo=\"Europe/Belgrade\").to(\"utc\")\n\n    # The json returned contains a list of values\n    # 0 - 9 are individual exchanges with neighbouring countries\n    # 10 - 13 are cumulative exchanges with neigbouring countries\n    # 14 grid frequency\n    # 15 total load of Croatia\n    # 16 'Ukupna proizvodnja'  total generation\n    # 17 'Proizvodnja VE'      wind generation\n    df = pd.DataFrame.from_dict(obj[\"resources\"]).set_index(\"sourceName\")\n\n    # Get the wind power generation\n    # In some cases value may be negative. It looks like an issue at data source side.\n    wind = abs(df[\"value\"].loc[\"Proizvodnja VE\"])\n\n    solar = fetch_solar_production(obj[\"updateTime\"], session)\n\n    # Get the total power generation and substract wind and solar power\n    unknown = df[\"value\"].loc[\"Ukupna proizvodnja\"] - wind\n    if solar:\n        unknown -= solar\n\n    return [\n        {\n            \"zoneKey\": zone_key,\n            \"datetime\": date_time.datetime,\n            \"production\": {\"wind\": wind, \"solar\": solar, \"unknown\": unknown},\n            \"source\": \"hops.hr\",\n        }\n    ]\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production(HR)->\")\n    print(fetch_production(\"HR\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/IN_AP.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom ..lib import IN, web, zonekey\n\nURL = \"https://core.ap.gov.in/CMDashBoard/UserInterface/Power/PowerReport.aspx\"\nZONE_KEY = \"IN-AP\"\nTIME_FORMAT = \"%d-%m-%Y %H:%M\"\nSOURCE = \"core.ap.gov.in\"\n\n\ndef fetch_production(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Andhra Pradesh  production\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, ZONE_KEY)\n\n    html = web.get_response_soup(zone_key, URL, session)\n    india_date = IN.read_datetime_from_span_id(\n        html, \"MainContent_lblPowerStatusDate\", TIME_FORMAT\n    )\n\n    hydro_value = IN.read_value_from_span_id(html, \"MainContent_lblHydel\")\n    gas_value = IN.read_value_from_span_id(html, \"MainContent_lblGas\")\n    wind_value = IN.read_value_from_span_id(html, \"MainContent_lblWind\")\n    solar_value = IN.read_value_from_span_id(html, \"MainContent_lblSolar\")\n\n    # All thermal centrals are considered coal based production\n    # https://en.wikipedia.org/wiki/Power_sector_of_Andhra_Pradesh\n    thermal_value = IN.read_value_from_span_id(html, \"MainContent_lblThermal\")\n\n    cgs_value = IN.read_value_from_span_id(html, \"MainContent_lblCGS\")\n    ipp_value = IN.read_value_from_span_id(html, \"MainContent_lblIPPS\")\n\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date,\n        \"production\": {\n            \"biomass\": 0.0,\n            \"coal\": thermal_value,\n            \"gas\": gas_value,\n            \"hydro\": hydro_value,\n            \"nuclear\": 0.0,\n            \"oil\": 0.0,\n            \"solar\": solar_value,\n            \"wind\": wind_value,\n            \"geothermal\": 0.0,\n            \"unknown\": round(cgs_value + ipp_value, 2),\n        },\n        \"storage\": {\"hydro\": 0.0},\n        \"source\": SOURCE,\n    }\n\n\ndef fetch_consumption(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Andhra Pradesh consumption\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, ZONE_KEY)\n\n    html = web.get_response_soup(zone_key, URL, session)\n    india_date = IN.read_datetime_from_span_id(\n        html, \"MainContent_lblPowerStatusDate\", TIME_FORMAT\n    )\n\n    demand_value = IN.read_value_from_span_id(html, \"MainContent_lblGridDemand\")\n\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date,\n        \"consumption\": demand_value,\n        \"source\": SOURCE,\n    }\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(ZONE_KEY, session))\n    print(fetch_consumption(ZONE_KEY, session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/IN_CT.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom ..lib import IN, web, zonekey\n\nZONE_KEY = \"IN-CT\"\nURL = \"http://117.239.199.203/csptcl/GEN.aspx\"\nSOURCE = \"cspc.co.in\"\nTIME_FORMAT = \"hh:m DD-MM-YY\"\n\n\ndef fetch_consumption(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Chhattisgarh consumption\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, ZONE_KEY)\n\n    html = web.get_response_soup(zone_key, URL, session)\n\n    india_date_time = IN.read_datetime_from_span_id(html, \"L34\", TIME_FORMAT)\n    demand_value = IN.read_value_from_span_id(html, \"L26\")\n\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time.datetime,\n        \"consumption\": demand_value,\n        \"source\": SOURCE,\n    }\n\n\ndef fetch_production(\n    zone_key: str = ZONE_KEY,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Fetch Chhattisgarh production\"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    zonekey.assert_zone_key(zone_key, ZONE_KEY)\n\n    html = web.get_response_soup(zone_key, URL, session)\n\n    india_date_time = IN.read_datetime_from_span_id(html, \"L34\", \"hh:m DD-MM-YY\")\n    korba_east_value = IN.read_value_from_span_id(html, \"L3\")\n    korba_west_value = IN.read_value_from_span_id(html, \"L9\")\n    dsmp_value = IN.read_value_from_span_id(html, \"L12\")\n    marwa_value = IN.read_value_from_span_id(html, \"L19\")\n    coal_value = round(\n        korba_east_value + korba_west_value + dsmp_value + marwa_value, 2\n    )\n    bango_value = IN.read_value_from_span_id(html, \"L16\")\n\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": india_date_time.datetime,\n        \"production\": {\"coal\": coal_value, \"hydro\": bango_value},\n        \"source\": SOURCE,\n    }\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(ZONE_KEY, session))\n    print(fetch_consumption(ZONE_KEY, session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/IN_GJ.py",
    "content": "#!/usr/bin/env python3\n\nimport collections\nimport itertools\nimport re\nfrom datetime import datetime\nfrom logging import Logger, getLogger\nfrom operator import itemgetter\n\nimport arrow\nfrom requests import Session\n\nfrom ..lib import web, zonekey\nfrom ..lib.validation import validate\n\nSLDCGUJ_URL = (\n    \"http://www.sldcguj.com/RealTimeData/PrintPage.php?page=realtimedemand.php\"\n)\n\nstation_map = {\n    \"coal\": [\n        \"Ukai(1-5)+Ukai6\",\n        \"Wanakbori\",\n        \"Gandhinagar\",\n        \"Sikka(3-4)\",\n        \"KLTPS(1-3)+KLTPS4\",\n        \"SLPP(I+II)\",\n        \"Akrimota\",\n        \"TPAECo\",\n        \"EPGL(I+II)\",\n        \"Adani(I+II+III)\",\n        \"BECL(I+II)\",\n        \"CGPL\",\n    ],\n    \"hydro\": [\"Ukai(Hydro)\", \"Kadana(Hydro)\", \"SSP(RBPH)\"],\n    \"gas\": [\n        \"Utran(Gas)(II)\",\n        \"Dhuvaran(Gas)(I)+(II)+(III)\",\n        \"GIPCL(I)+(II)\",\n        \"GSEG(I+II)\",\n        \"GPPC\",\n        \"CLPI\",\n        \"KAWAS\",\n        \"Sugen+Unosgn\",\n        \"JHANOR\",\n    ],\n    \"nuclear\": [\"KAPP\"],\n}\n\n\ndef split_and_sum(expression) -> float:\n    \"\"\"Avoid using literal_eval for simple addition expressions.\"\"\"\n\n    split_vals = expression.split(\"+\")\n    float_vals = [float(v) for v in split_vals]\n    total = sum([v for v in float_vals if v > 0.0])\n\n    return total\n\n\ndef fetch_data(\n    zone_key: str,\n    session: Session | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    session = session or Session()\n\n    values = collections.Counter()\n    zonekey.assert_zone_key(zone_key, \"IN-GJ\")\n\n    cookies_params = {\n        \"ASPSESSIONIDSUQQQTRD\": \"ODMNNHADJFGCMLFFGFEMOGBL\",\n        \"PHPSESSID\": \"a301jk6p1p8d50dduflceeg6l1\",\n    }\n\n    soup = web.get_response_soup(zone_key, SLDCGUJ_URL, session)\n    rows = soup.find_all(\"tr\")\n    cells = [c.text.strip() for c in soup.find_all(\"td\")]\n\n    # get wind and solar values\n    values[\"date\"] = arrow.get(cells[1], \"D-MM-YYYY H:mm:ss\").replace(\n        tzinfo=\"Asia/Kolkata\"\n    )\n    [wind_solar_index] = [\n        i for i, c in enumerate(cells) if c == \"(Wind+Solar) Generation\"\n    ]\n    value = cells[wind_solar_index + 1]\n    values[\"wind\"], values[\"solar\"] = (int(v) for v in value.split(\" + \"))\n\n    # get other production values\n    for row in rows:\n        elements = row.find_all(\"td\")\n        if len(elements) > 3:  # will find production rows\n            v1, v2 = (\n                re.sub(r\"\\s+\", r\"\", x.text) for x in itemgetter(*[0, 3])(elements)\n            )\n            energy_type = [k for k, v in station_map.items() if v1 in v]\n            if len(energy_type) > 0:\n                v2 = split_and_sum(v2)\n                values[energy_type[0]] += v2\n            else:\n                if \"StationName\" in (v1, v2):  # meta data row\n                    continue\n                elif \"DSMRate\" in v2:  # demand side management\n                    continue\n                else:\n                    try:\n                        logger.warning(\n                            f\"Unknown fuel for station name: {v1}\",\n                            extra={\"key\": zone_key},\n                        )\n                        v2 = split_and_sum(v2)\n                        values[\"unknown\"] += v2\n                    except ValueError:\n                        # handle float failures\n                        logger.warning(\n                            f\"couldn't convert {v2} to float\",\n                            extra={\"key\": zone_key},\n                        )\n                        continue\n        elif len(elements) == 3:  # will find consumption row\n            v1, v2 = (\n                re.sub(r\"\\s+\", r\"\", x.text) for x in itemgetter(*[0, 2])(elements)\n            )\n            if v1 == \"GujaratCatered\":\n                values[\"total consumption\"] = split_and_sum(v2.split(\"MW\")[0])\n        elif len(elements) == 1:\n            # CGPL/KAPP/KAWAS/JHANOR plants have a different html structure.\n            plant_name = re.sub(r\"\\s+\", r\"\", elements[0].text)\n            known_plants = itertools.chain.from_iterable(station_map.values())\n\n            if plant_name in known_plants:\n                energy_type = [k for k, v in station_map.items() if plant_name in v][0]\n                generation_tag = row.find_all_next(\"td\")[3]\n                val = float(re.sub(r\"\\s+\", r\"\", generation_tag.text))\n                if val > 0:\n                    values[energy_type] += val\n            else:\n                if plant_name and plant_name != \"GMR\":\n                    # GMR is outside Gujarat, sometimes plant_name is ''\n                    logger.warning(\n                        f\"Unknown fuel for station name: {plant_name}\",\n                        extra={\"key\": zone_key},\n                    )\n\n    return values\n\n\ndef fetch_production(\n    zone_key: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    session = session or Session()\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    value_map = fetch_data(zone_key, session, logger=logger)\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": value_map[\"date\"].datetime,\n        \"production\": {\n            \"biomass\": None,\n            \"coal\": value_map.get(\"coal\", 0),\n            \"gas\": value_map.get(\"gas\", 0),\n            \"hydro\": value_map.get(\"hydro\", 0),\n            \"nuclear\": value_map.get(\"nuclear\", 0),\n            \"oil\": None,\n            \"solar\": value_map.get(\"solar\", 0),\n            \"wind\": value_map.get(\"wind\", 0),\n            \"geothermal\": None,\n            \"unknown\": value_map.get(\"unknown\", 0),\n        },\n        \"storage\": {\"hydro\": None},\n        \"source\": \"sldcguj.com\",\n    }\n\n    valid_data = validate(data, logger, remove_negative=True, floor=7000)\n\n    return valid_data\n\n\ndef fetch_consumption(\n    zone_key=\"IN-GJ\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(\"IN-GJ\"),\n) -> dict:\n    \"\"\"Method to get consumption data of Gujarat.\"\"\"\n    session = session or Session()\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    value_map = fetch_data(zone_key, session, logger=logger)\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": value_map[\"date\"].datetime,\n        \"consumption\": value_map[\"total consumption\"],\n        \"source\": \"sldcguj.com\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(\"IN-GJ\", session))\n    print(fetch_consumption(\"IN-GJ\", session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/IN_UP.py",
    "content": "#!/usr/bin/env python3\n# Archived reason: Data is no longer available.\n\nimport json\nfrom ast import literal_eval\n\nimport arrow\nfrom requests import Session\n\nfrom .lib import web\n\n\ndef fetch_data(zone_key=\"IN-UP\", session=None):\n    time_now = arrow.now(tz=\"Asia/Kolkata\")\n\n    html_params = {\n        \"p_p_id\": \"upgenerationsummary_WAR_UPSLDCDynamicDisplayportlet\",\n        \"p_p_lifecycle\": 2,\n        \"p_p_state\": \"normal\",\n        \"p_p_mode\": \"view\",\n        \"p_p_resource_id\": \"realtimedata\",\n        \"p_p_cacheability\": \"cacheLevelPage\",\n        \"p_p_col_id\": \"column-1\",\n        \"p_p_col_count\": 1,\n        \"_upgenerationsummary_WAR_UPSLDCDynamicDisplayportlet_time\": time_now,\n        \"_upgenerationsummary_WAR_UPSLDCDynamicDisplayportlet_cmd\": \"realtimedata\",\n    }\n\n    key_map = {\n        \"total hydro generation\": \"hydro\",\n        \"total thermal up generation\": \"unknown\",\n        \"cogen-sent out\": \"unknown\",\n        \"solar generation\": \"solar\",\n        \"total up load/demand\": \"demand\",\n    }\n\n    response_objects = literal_eval(\n        web.get_response_with_params(\n            zone_key,\n            \"http://www.upsldc.org/real-time-data\",\n            session,\n            params=html_params,\n        ).text.lower()\n    )\n    india_date = arrow.get(\n        json.loads(list(response_objects[1].values())[0])[\"time_val\"],\n        \"M/D/YYYY h:m\",\n        tzinfo=\"Asia/Kolkata\",\n    )\n\n    value_map = {\n        \"date\": india_date.datetime,\n        \"production\": {\n            \"solar\": None,\n            \"hydro\": None,\n            \"geothermal\": None,\n            \"wind\": None,\n            \"gas\": None,\n            \"coal\": None,\n            \"unknown\": None,\n        },\n        \"consumption\": {\"demand\": None},\n    }\n\n    for obj in response_objects:\n        val = json.loads(list(obj.values())[0])\n        if \"point_desc\" in val and val[\"point_desc\"] in key_map:\n            if key_map[val[\"point_desc\"]] == \"demand\":\n                value_map[\"consumption\"][\"demand\"] = float(val[\"point_val\"])\n            else:\n                check = value_map[\"production\"][key_map[val[\"point_desc\"]]]\n                if check is None:\n                    value_map[\"production\"][key_map[val[\"point_desc\"]]] = float(\n                        val[\"point_val\"]\n                    )\n                else:\n                    value_map[\"production\"][key_map[val[\"point_desc\"]]] += float(\n                        val[\"point_val\"]\n                    )\n\n    return value_map\n\n\ndef fetch_production(zone_key, session=None, target_datetime=None, logger=None) -> dict:\n    \"\"\"Method to get production data of Uttar Pradesh.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    value_map = fetch_data(zone_key, session)\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": value_map.get(\"date\"),\n        \"production\": value_map.get(\"production\"),\n        \"storage\": {\"hydro\": None},\n        \"source\": \"upsldc.org\",\n    }\n\n    return data\n\n\ndef fetch_consumption(\n    zone_key, session=None, target_datetime=None, logger=None\n) -> dict:\n    \"\"\"Method to get consumption data of Uttar Pradesh.\"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    value_map = fetch_data(zone_key, session)\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"datetime\": value_map.get(\"date\"),\n        \"consumption\": value_map[\"consumption\"].get(\"demand\"),\n        \"source\": \"upsldc.org\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    session = Session()\n    print(fetch_production(\"IN-UP\", session))\n    print(fetch_consumption(\"IN-UP\", session))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/IQ.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Parser for the electricity grid of Iraq\"\"\"\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\n\nimport arrow\nimport requests\nfrom dateutil.tz import tz\nfrom requests import Session\n\nLIVE_PRODUCTION_API_URL = \"https://www.gdoco.org/vueips.php\"\nDATA_SOURCE = \"www.gdoco.org\"\nCELL_MAPPING = {\n    \"hydro\": [\"1220\"],\n    \"gas\": [\"1219\"],\n    \"oil\": [\"1218\", \"1221\"],  # Thermal  # Diesel\n}\n\n\ndef template_response(zone_key: str, datetime: datetime, source: str) -> dict:\n    return {\n        \"zoneKey\": zone_key,\n        \"datetime\": datetime,\n        \"production\": {\n            \"gas\": 0.0,\n            \"hydro\": 0.0,\n            \"oil\": 0.0,\n            \"solar\": None,  # IEA has a count, but no data is available\n        },\n        \"storage\": {},\n        \"source\": source,\n    }\n\n\ndef fetch_data(r: Session):\n    resp = r.get(LIVE_PRODUCTION_API_URL)\n    data = resp.json()\n\n    timestamp = arrow.get(\n        data[\"lastmodified\"], \"HH:mm:ss A DD-MM-YYYY\", tzinfo=tz.gettz(\"Asia/Baghdad\")\n    )\n\n    return data[\"d\"], timestamp.datetime\n\n\ndef fetch_production(\n    zone_key: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n    if target_datetime is not None:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or requests.session()\n    data, timestamp = fetch_data(r)\n\n    result = template_response(zone_key, timestamp, DATA_SOURCE)\n\n    for production_type, ids in CELL_MAPPING.items():\n        for data_id in ids:\n            result[\"production\"][production_type] += data[\"d_\" + data_id]\n\n    return [result]\n\n\ndef fetch_exchange(\n    zone_key1: str,\n    zone_key2: str,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or requests.session()\n    data, timestamp = fetch_data(r)\n\n    sortedZoneKeys = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    if sortedZoneKeys == \"IQ->IR\":\n        netflow = -1 * (\n            data[\"d_1226\"] + data[\"d_1227\"] + data[\"d_1228\"] + data[\"d_1229\"]\n        )\n    elif sortedZoneKeys == \"IQ->IQ-KUR\":\n        netflow = -1 * data[\"d_1230\"]\n    else:\n        raise NotImplementedError(\"This exchange pair is not implemented\")\n\n    exchange = {\n        \"sortedZoneKeys\": sortedZoneKeys,\n        \"datetime\": timestamp,\n        \"netFlow\": netflow,\n        \"source\": DATA_SOURCE,\n    }\n\n    return exchange\n\n\ndef fetch_consumption(\n    zone_key: str = \"IQ\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    r = session or requests.session()\n\n    data, timestamp = fetch_data(r)\n\n    consumption = {\n        \"zoneKey\": zone_key,\n        \"datetime\": timestamp,\n        \"consumption\": data[\"d_1234\"],\n        \"source\": DATA_SOURCE,\n    }\n\n    return consumption\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n    r = requests.session()\n    print(fetch_production(session=r))\n    # print(fetch_production(target_datetime=arrow.get(\"20200220\", \"YYYYMMDD\")))\n    print(fetch_exchange(\"IQ\", \"IR\", session=r))\n    print(fetch_exchange(\"IQ\", \"IQ-KUR\", session=r))\n    print(fetch_consumption(session=r))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/JP_ISEP.py",
    "content": "#!/usr/bin/env python3\n# Archive reason: No longer in use.\n\nimport datetime\nimport logging\nimport re\n\nimport pandas as pd\nimport requests\n\nurl = \"https://isep-energychart.com/en/graphics/electricityproduction/?region={region}&period_year={year}&period_month={month}&period_day={day}&period_length=1day&display_format=residual_demand\"\ntimezone = \"Japan\"\n\nMAP_ZONE_TO_REGION_NAME = {\n    \"JP\": \"all\",\n    \"JP-HKD\": \"hokkaido\",\n    \"JP-TH\": \"tohoku\",\n    \"JP-TK\": \"tokyo\",\n    \"JP-CB\": \"chubu\",\n    \"JP-HR\": \"hokuriku\",\n    \"JP-KN\": \"kansai\",\n    \"JP-CG\": \"chugoku\",\n    \"JP-SK\": \"shikoku\",\n    \"JP-KY\": \"kyushu\",\n    \"JP-ON\": \"okinawa\",\n}\n\nCOLUMN_MAP = {\n    \"demand\": \"consumption\",\n    \"wind_performance\": \"wind\",\n    \"solar_performance\": \"solar\",\n    \"thermal\": \"unknown\",\n    \"pumped\": \"pumped hydro\",\n    \"interconnection\": \"exchanges\",\n    \"solar_suppression\": \"solar curtailment\",\n    \"wind_suppression\": \"wind curtailment\",\n}\n\n\ndef get_data(region, year, month, day):\n    r = requests.get(url.format(region=region, year=year, month=month, day=day))\n\n    assert r.status_code == 200, \"Could not get url\"\n\n    jsonval_matches = re.findall(\n        \"(?<=var jsonval = JSON.parse\\\\(').*(?='\\\\)\\n\\t)\", r.text\n    )\n    assert len(jsonval_matches), (\n        \"Data not found. Perhaps the format of the html file has changed, or data for this date is not yet available?\"\n    )\n\n    df = pd.read_json(jsonval_matches[0])\n\n    return df\n\n\ndef process_data(df):\n    # convert to timestamp with timezone info\n    df[\"date_time\"] = (\n        pd.to_datetime(df[\"date_time\"]).dt.tz_localize(timezone).dt.tz_convert(\"UTC\")\n    )\n\n    df = df.rename(columns=COLUMN_MAP)\n\n    df[\"hydro storage\"] = df[\"pumped hydro\"].map(lambda x: x if x < 0 else 0)\n    df[\"hydro discharge\"] = df[\"pumped hydro\"].map(lambda x: x if x > 0 else 0)\n\n    # Should be removed if we ever handle curtailment data separately\n    if \"wind\" in df.columns:\n        df[\"wind adjusted\"] = df[\"wind\"] + df.get(\"wind curtailment\", 0)\n\n    if \"solar\" in df.columns:\n        df[\"solar adjusted\"] = df[\"solar\"] + df.get(\"solar curtailment\", 0)\n    return df\n\n\ndef fetch_production(\n    zone_key=\"JP\",\n    session=None,\n    target_datetime: datetime.datetime = None,\n    logger: logging.Logger = logging.getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the historic production mix (in MW) of japan.\"\"\"\n    if target_datetime is None:\n        # This data is only available with approx 4 month delay\n        raise NotImplementedError(\n            \"target_datetime must be provided, this parser can only parse historic data\"\n        )\n\n    region = MAP_ZONE_TO_REGION_NAME[zone_key]\n\n    year = target_datetime.year\n    month = target_datetime.month\n    day = target_datetime.day\n\n    df = get_data(region, year, month, day)\n    df = process_data(df)\n\n    data = []\n    for name, row in df.iterrows():\n        dat = {\n            \"datetime\": row[\"date_time\"].to_pydatetime(),\n            \"zoneKey\": zone_key,\n            \"production\": {\n                \"biomass\": row.get(\"biomass\", None),\n                \"hydro\": row.get(\"hydro\", None),\n                \"hydro discharge\": row.get(\"hydro discharge\", None),\n                \"nuclear\": row.get(\"nuclear\", None),\n                \"solar\": row.get(\"solar adjusted\", None),\n                \"wind\": row.get(\"wind adjusted\", None),\n                \"geothermal\": row.get(\"geothermal\", None),\n                \"unknown\": row.get(\"unknown\", None),\n            },\n            \"storage\": {\"hydro\": row.get(\"hydro storage\", None)},\n            \"source\": \"isep-energychart.com\",\n        }\n        data += [dat]\n\n    return data\n\n\ndef fetch_consumption(\n    zone_key=\"JP\",\n    session=None,\n    target_datetime: datetime.datetime = None,\n    logger: logging.Logger = logging.getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the historic consumption mix (in MW) of japan.\"\"\"\n    if target_datetime is None:\n        # This data is only available with approx 4 month delay\n        raise NotImplementedError(\n            \"target_datetime must be provided, this parser can only parse historic data\"\n        )\n\n    region = MAP_ZONE_TO_REGION_NAME[zone_key]\n\n    year = target_datetime.year\n    month = target_datetime.month\n    day = target_datetime.day\n\n    df = get_data(region, year, month, day)\n    df = process_data(df)\n\n    data = []\n    for name, row in df.iterrows():\n        dat = {\n            \"datetime\": row[\"date_time\"].to_pydatetime(),\n            \"zoneKey\": zone_key,\n            \"consumption\": row.get(\"consumption\", None),\n            \"source\": \"isep-energychart.com\",\n        }\n        data += [dat]\n\n    return data\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    print(fetch_production(target_datetime=pd.Timestamp(\"2019-01-01\")))\n    print(\"fetch_consumption() ->\")\n    print(fetch_consumption(target_datetime=pd.Timestamp(\"2019-01-01\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/SE.py",
    "content": "# Archived reason: No longer in use and data url has changed.\n\nimport datetime\nfrom collections import defaultdict\n\nimport arrow\nimport requests\n\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\nSVK_URL = (\n    \"http://www.svk.se/ControlRoom/GetProductionHistory/\"\n    \"?productionDate={date}&countryCode={zoneKey}\"\n)\n\n# what the value refer to (FYI)\nNAMES_MEANING = {\n    2: \"nuclear\",\n    4: \"thermal\",\n    5: \"wind\",\n    6: \"unknown\",\n    1: \"production\",\n    7: \"consumption\",\n    3: \"hydro\",\n}\n# mapping from the value to electricity map values\nMAPPING = {\n    2: \"nuclear\",\n    4: \"unknown\",\n    5: \"wind\",\n    6: \"unknown\",\n    1: None,\n    7: None,\n    3: \"hydro\",\n}\n\n\n@refetch_frequency(datetime.timedelta(days=1))\ndef fetch_production(\n    zone_key=\"SE\", session=None, target_datetime=None, logger=None\n) -> list:\n    # parse target_datetime - and convert None to now\n    target_datetime = arrow.get(target_datetime).datetime\n    url = SVK_URL.format(date=target_datetime.strftime(\"%Y-%m-%d\"), zoneKey=\"SE\")\n\n    data = requests.get(url).json()\n\n    # creating a dict looking like\n    # {'2018-01-01 01:00': {'nuclear': xxx, 'hydro': ...}, ...}\n    productions = defaultdict(lambda: defaultdict(lambda: 0))\n    for sub_data in data:\n        # sub_data is a list of (x, y) values for that prod type\n        # x is a timestamp, y a value (MWH)\n        name = MAPPING[sub_data[\"name\"]]\n        if not name:\n            continue\n        for value in sub_data[\"data\"]:\n            dt = datetime.datetime.fromtimestamp(value[\"x\"] / 1000)\n            prod = value[\"y\"]\n            productions[dt][name] += prod\n\n    datetimes = sorted(list(productions))\n\n    # SVK returns almost a point per minute, but only nuclear is updated\n    # with that granularity. Other points are updated every hour, at minute 6\n    to_return = []\n    last_inserted_datetime = datetime.datetime(2010, 1, 1)\n    for dt in datetimes:\n        if (dt - last_inserted_datetime).total_seconds() < 3200 or dt.minute < 7:\n            continue\n        last_inserted_datetime = dt\n        prod = productions[dt]\n        to_return.append(\n            {\n                \"production\": dict(prod),\n                \"datetime\": dt.replace(minute=0).replace(tzinfo=datetime.timezone.utc),\n                \"zoneKey\": \"SE\",\n                \"storage\": {},\n                \"source\": \"svk.se\",\n            }\n        )\n\n    return to_return\n\n\nif __name__ == \"__main__\":\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/US_BPA.py",
    "content": "#!/usr/bin/env python3\n# Archive reason: No longer in use.\n\n\"\"\"Parser for the Bonneville Power Administration area of the USA.\"\"\"\n\nimport logging\nfrom io import StringIO\n\nimport arrow\nimport pandas as pd\nimport requests\n\nGENERATION_URL = \"https://transmission.bpa.gov/business/operations/Wind/baltwg.txt\"\n\nGENERATION_MAPPING = {\n    \"Wind\": \"wind\",\n    \"Hydro\": \"hydro\",\n    \"Fossil/Biomass\": \"unknown\",\n    \"Nuclear\": \"nuclear\",\n}\n\n\ndef get_data(url, session=None):\n    \"\"\"Returns a pandas dataframe.\"\"\"\n    s = session or requests.Session()\n    req = s.get(url)\n    df = pd.read_table(StringIO(req.text), skiprows=11)\n\n    return df\n\n\ndef timestamp_converter(timestamp):\n    \"\"\"Turns a timestamp str into an aware datetime object.\"\"\"\n\n    arr_dt_naive = arrow.get(timestamp, \"MM/DD/YYYY HH:mm\")\n    dt_aware = arr_dt_naive.replace(tzinfo=\"America/Los_Angeles\").datetime\n\n    return dt_aware\n\n\ndef data_processor(df, logger) -> list:\n    \"\"\"\n    Takes a dataframe and drops all generation rows that are empty or more than 1 day old.\n    Turns each row into a dictionary and removes any generation types that are unknown.\n\n    :return: list of tuples in the form of (datetime, production).\n    \"\"\"\n\n    df = df.dropna(thresh=2)\n    df.columns = df.columns.str.strip()\n\n    # 5min data for the last 24 hours.\n    df = df.tail(288)\n    df[\"Date/Time\"] = df[\"Date/Time\"].map(timestamp_converter)\n\n    known_keys = GENERATION_MAPPING.keys() | {\"Date/Time\", \"Load\"}\n    column_headers = set(df.columns)\n\n    unknown_keys = column_headers - known_keys\n\n    for k in unknown_keys:\n        logger.warning(\n            f\"New data {k} seen in US-BPA data source\", extra={\"key\": \"US-BPA\"}\n        )\n\n    keys_to_remove = unknown_keys | {\"Load\"}\n\n    processed_data = []\n    for index, row in df.iterrows():\n        production = row.to_dict()\n\n        dt = production.pop(\"Date/Time\")\n        dt = dt.to_pydatetime()\n        mapped_production = {\n            GENERATION_MAPPING[k]: v\n            for k, v in production.items()\n            if k not in keys_to_remove\n        }\n\n        processed_data.append((dt, mapped_production))\n\n    return processed_data\n\n\ndef fetch_production(\n    zone_key=\"US-BPA\",\n    session=None,\n    target_datetime=None,\n    logger=logging.getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given zone.\"\"\"\n\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    raw_data = get_data(GENERATION_URL, session=session)\n    processed_data = data_processor(raw_data, logger)\n\n    data = []\n    for item in processed_data:\n        datapoint = {\n            \"zoneKey\": zone_key,\n            \"datetime\": item[0],\n            \"production\": item[1],\n            \"storage\": {},\n            \"source\": \"bpa.gov\",\n        }\n\n        data.append(datapoint)\n\n    return data\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production() ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/US_HI.py",
    "content": "#!/usr/bin/env python3\n\n\nfrom datetime import datetime\nfrom logging import Logger, getLogger\n\nimport arrow\nfrom requests import Session\n\nBASE_URL = \"https://www.islandpulse.org/api/mix?\"\n\nEARLIEST_PROD_DT = arrow.get(\n    \"2013/12/04 08:30\", tzinfo=\"Pacific/Honolulu\"\n)  # this is the earliest datetime with recorded data\n\n\ndef get_historical_prod(r, request_dt):\n    \"\"\"Return the closest historical data (as a dictionary) for the requested datetime.\"\"\"\n    if request_dt < EARLIEST_PROD_DT.shift(hours=-2):\n        return None\n\n    # The API does not provide energy production data between 11:31pm and 11:59pm HST, so adjust date to query if needed\n    if request_dt.hour == 23 and (31 <= request_dt.minute <= 59):\n        query_url = BASE_URL + \"date={}\".format(\n            request_dt.shift(days=+1).format(\"YYYY-MM-DD\")\n        )\n    else:\n        query_url = BASE_URL + \"date={}\".format(request_dt.format(\"YYYY-MM-DD\"))\n    res = r.get(query_url).json()\n\n    # the first entry returned always has a UTC datetime, but any additional entries are in descending HST (local time)\n    res[0][\"dateTime\"] = (\n        arrow.get(res[0][\"dateTime\"]).to(tz=\"Pacific/Honolulu\").datetime\n    )\n\n    raw_data = res[0]\n    for entry in res:\n        if arrow.get(entry[\"dateTime\"], tzinfo=\"Pacific/Honolulu\") >= request_dt:\n            raw_data = entry\n        else:\n            break\n\n    return raw_data\n\n\ndef validate_prod_timestamp(logger: Logger, energy_dt, request_dt):\n    \"\"\"Check that the energy production data was captured up to 2 hours after the requested datetime.\n    Compares two Arrow objects in local HST time.\"\"\"\n    diff = energy_dt - request_dt\n    if diff.total_seconds() > 7200:\n        msg = f\"Hawaii data is too old to use, parsed data timestamp was {energy_dt}.\"\n        logger.warning(msg, extra={\"key\": \"US-HI-OA\"})\n        return False\n\n    return True\n\n\ndef fetch_production(\n    zone_key: str = \"US-HI-OA\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    r = session or Session()\n    if target_datetime is None:\n        request_dt = arrow.now(\"Pacific/Honolulu\")\n        res = r.get(BASE_URL + \"limit=1\").json()\n        raw_data = res[0]\n        # the first entry returned by the API always has a UTC datetime, but any additional entries are in HST (local time)\n        raw_data[\"dateTime\"] = (\n            arrow.get(raw_data[\"dateTime\"]).to(tz=\"Pacific/Honolulu\").datetime\n        )\n    else:\n        request_dt = arrow.get(target_datetime).to(tz=\"Pacific/Honolulu\")\n        raw_data = get_historical_prod(r, request_dt)\n        if raw_data is None:\n            return None\n\n    energy_dt = arrow.get(raw_data[\"dateTime\"], tzinfo=\"Pacific/Honolulu\")\n    if validate_prod_timestamp(logger, energy_dt, request_dt) is False:\n        return None\n\n    production = {\n        \"biomass\": float(raw_data[\"Waste2Energy\"] + raw_data[\"BioFuel\"]),\n        \"coal\": float(raw_data[\"Coal\"]),\n        \"oil\": float(raw_data[\"Fossil_Fuel\"]),\n        \"solar\": float(raw_data[\"Solar\"]),\n        \"wind\": float(raw_data[\"WindFarm\"]),\n    }\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"production\": production,\n        \"datetime\": energy_dt.datetime,\n        \"storage\": {},\n        \"source\": \"islandpulse.org\",\n    }\n\n    return data\n\n\nif __name__ == \"__main__\":\n    print(\"fetch_production ->\")\n    print(fetch_production())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/XK.py",
    "content": "#!/usr/bin/env python3\n# Archive reason: No longer in use.\n\nimport datetime\nimport logging\nimport re\n\n# The arrow library is used to handle datetimes\nimport arrow\n\n# The request library is used to fetch content through HTTP\nimport requests\n\n# Tablib is used to parse XLSX files\nimport tablib\n\n# please try to write PEP8 compliant code (use a linter). One of PEP8's\n# requirement is to limit your line length to 79 characters.\n\n\ndef fetch_production(\n    zone_key=\"XK\",\n    session=None,\n    target_datetime: datetime.datetime = None,\n    logger: logging.Logger = logging.getLogger(__name__),\n) -> list:\n    \"\"\"Requests the last known production mix (in MW) of a given country.\"\"\"\n    r = session or requests.session()\n    if target_datetime is None:\n        url = \"https://www.kostt.com/Content/ViewFiles/Transparency/BasicMarketDataOnGeneration/Prodhimi%20aktual%20gjenerimi%20faktik%20i%20energjise%20elektrike.xlsx\"\n    else:\n        # WHEN HISTORICAL DATA IS NOT AVAILABLE\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    res = r.get(url)\n    assert res.status_code == 200, \"XK (Kosovo) parser: GET {} returned {}\".format(\n        url, res.status_code\n    )\n\n    sheet = tablib.Dataset().load(res.content, headers=False)\n\n    productions = {}  # by time\n    for i in range(5, 1000):\n        try:\n            row = sheet[i]\n        except IndexError:\n            break\n        time = row[1]\n        if time is None:\n            break\n        if isinstance(time, float):\n            time = datetime.time(hour=round(time * 24) % 24)\n        time_str = time.strftime(\"%H:%M\")\n        assert \"TC KOSOVA\" in row[3], \"Parser assumes only coal data\"\n        prod = float(row[2])\n        productions[time_str] = productions.get(time_str, 0.0) + prod\n\n    date_match = re.search(\n        r\"ACTUAL\\s+GENERATION\\s+FOR\\s+DAY\\s+(\\d+)\\.(\\d+)\\.(\\d+)\", sheet[1][1]\n    )\n    assert date_match is not None, \"Date not found in spreadsheet\"\n    date_str = (\n        date_match.group(3)\n        + \"-\"\n        + date_match.group(2)\n        + \"-\"\n        + date_match.group(1)\n        + \" \"\n    )\n\n    data = []\n    for time_str, prod in productions.items():\n        timestamp = arrow.get(date_str + time_str).replace(tzinfo=\"Europe/Belgrade\")\n        timestamp = timestamp.shift(hours=-1)  # shift to start of period\n        if time_str == \"00:00\":\n            # Based on the apparent discontinuity in production and the order in the spreadsheet\n            # it seems that the last data-point belongs to the next day\n            timestamp = timestamp.shift(days=1)\n        data.append(\n            {\n                \"zoneKey\": zone_key,\n                \"production\": {\"coal\": prod},\n                \"storage\": {},\n                \"source\": \"kostt.com\",\n                \"datetime\": timestamp.datetime,\n            }\n        )\n\n    return data\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production() ->\")\n    for datum in fetch_production():\n        print(datum)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/archived/statnett.py",
    "content": "# Archived because the parser was only used for NO-NO4 to RU-1 exchange, which has since been removed from the source.\n# This exchange is no longer active.\n\nfrom datetime import datetime, timedelta\nfrom logging import Logger, getLogger\n\nimport arrow\nfrom requests import Session\n\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\n\nexchanges_mapping = {\n    \"BY->LT\": [\"BY->LT\"],\n    \"DE->DK-DK1\": [\n        \"DE->DK1\",\n    ],\n    \"DE->DK-DK2\": [\n        \"DE->DK2\",\n    ],\n    \"DE->SE\": [\"DE->SE4\"],\n    \"DE->SE-SE4\": [\"DE->SE4\"],\n    \"DK-DK1->NO\": [\"DK1->NO2\"],\n    \"DK-DK1->NO-NO2\": [\"DK1->NO2\"],\n    \"DK-DK1->SE\": [\"DK1->SE3\"],\n    \"DK-DK1->SE-SE3\": [\"DK1->SE3\"],\n    \"DK-DK2->SE\": [\"DK2->SE4\"],\n    \"DK-DK2->SE-SE4\": [\"DK2->SE4\"],\n    \"EE->RU\": [\"EE->RU\"],\n    \"EE->RU-1\": [\"EE->RU\"],\n    \"EE->LV\": [\"EE->LV\"],\n    \"EE->FI\": [\"EE->FI\"],\n    \"FI->NO\": [\"FI->NO4\"],\n    \"FI->NO-NO4\": [\"FI->NO4\"],\n    \"FI->RU\": [\"FI->RU\"],\n    \"FI->RU-1\": [\"FI->RU\"],\n    \"FI->SE\": [\"FI->SE1\", \"FI->SE3\"],\n    \"FI->SE-SE1\": [\n        \"FI->SE1\",\n    ],\n    \"FI->SE-SE3\": [\"FI->SE3\"],\n    \"LT->LV\": [\"LT->LV\"],\n    \"LT->SE\": [\"LT->SE4\"],\n    \"LT->SE-SE4\": [\"LT->SE4\"],\n    \"LT->PL\": [\"LT->PL\"],\n    \"LT->RU-KGD\": [\"LT->RU\"],\n    \"LV->RU\": [\"LV->RU\"],\n    \"LV->RU-1\": [\"LV->RU\"],\n    \"NL->NO\": [\"NL->NO2\"],\n    \"NL->NO-NO2\": [\"NL->NO2\"],\n    \"NO->SE\": [\"NO1->SE3\", \"NO3->SE2\", \"NO4->SE1\", \"NO4->SE2\"],\n    \"NO-NO1->NO-NO2\": [\"NO1->NO2\"],\n    \"NO-NO1->NO-NO3\": [\"NO1->NO3\"],\n    \"NO-NO1->NO-NO5\": [\"NO1->NO5\"],\n    \"NO-NO1->SE\": [\"NO1->SE3\"],\n    \"NO-NO2->NO-NO5\": [\"NO2->NO5\"],\n    \"NO-NO3->NO-NO4\": [\"NO3->NO4\"],\n    \"NO-NO3->NO-NO5\": [\"NO3->NO5\"],\n    \"NO-NO3->SE\": [\"NO3->SE2\"],\n    \"NO-NO3->SE-SE2\": [\"NO3->SE2\"],\n    \"NO->RU\": [\"NO4->RU\"],\n    \"NO->RU-1\": [\"NO4->RU\"],\n    \"NO-NO4->RU\": [\"NO4->RU\"],\n    \"NO-NO4->RU-1\": [\"NO4->RU\"],\n    \"NO-NO4->SE\": [\"NO4->SE1\", \"NO4->SE2\"],\n    \"PL->SE\": [\n        \"PL->SE4\",\n    ],\n    \"PL->SE-SE4\": [\"PL->SE4\"],\n    \"SE-SE1->SE-SE2\": [\"SE1->SE2\"],\n    \"SE-SE2->SE-SE3\": [\"SE1->SE2\"],\n    \"SE-SE3->SE-SE4\": [\"SE1->SE2\"],\n}\n\n# Mappings used to go from country to bidding zone level\n\n\n@refetch_frequency(timedelta(hours=1))\ndef fetch_production(\n    zone_key: str = \"SE\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    r = session or Session()\n    timestamp = (\n        target_datetime.timestamp() if target_datetime else arrow.now().timestamp\n    ) * 1000\n    url = (\n        \"http://driftsdata.statnett.no/restapi/ProductionConsumption/GetLatestDetailedOverview?timestamp=%d\"\n        % timestamp\n    )\n    response = r.get(url)\n    obj = response.json()\n\n    data = {\n        \"zoneKey\": zone_key,\n        \"production\": {\n            \"nuclear\": float(\n                list(\n                    filter(\n                        lambda x: x[\"titleTranslationId\"]\n                        == \"ProductionConsumption.{}{}Desc\".format(\"Nuclear\", zone_key),\n                        obj[\"NuclearData\"],\n                    )\n                )[0][\"value\"].replace(\"\\xa0\", \"\")\n            ),\n            \"hydro\": float(\n                list(\n                    filter(\n                        lambda x: x[\"titleTranslationId\"]\n                        == \"ProductionConsumption.{}{}Desc\".format(\"Hydro\", zone_key),\n                        obj[\"HydroData\"],\n                    )\n                )[0][\"value\"].replace(\"\\xa0\", \"\")\n            ),\n            \"wind\": float(\n                list(\n                    filter(\n                        lambda x: x[\"titleTranslationId\"]\n                        == \"ProductionConsumption.{}{}Desc\".format(\"Wind\", zone_key),\n                        obj[\"WindData\"],\n                    )\n                )[0][\"value\"].replace(\"\\xa0\", \"\")\n            ),\n            \"unknown\": float(\n                list(\n                    filter(\n                        lambda x: x[\"titleTranslationId\"]\n                        == \"ProductionConsumption.{}{}Desc\".format(\"Thermal\", zone_key),\n                        obj[\"ThermalData\"],\n                    )\n                )[0][\"value\"].replace(\"\\xa0\", \"\")\n            )\n            + float(\n                list(\n                    filter(\n                        lambda x: x[\"titleTranslationId\"]\n                        == f\"ProductionConsumption.{'NotSpecified'}{zone_key}Desc\",\n                        obj[\"NotSpecifiedData\"],\n                    )\n                )[0][\"value\"].replace(\"\\xa0\", \"\")\n            ),\n        },\n        \"storage\": {},\n        \"source\": \"driftsdata.stattnet.no\",\n    }\n    data[\"datetime\"] = arrow.get(obj[\"MeasuredAt\"] / 1000).datetime\n\n    return data\n\n\n@refetch_frequency(timedelta(hours=1))\ndef fetch_exchange_by_bidding_zone(\n    bidding_zone1: str = \"DK1\",\n    bidding_zone2: str = \"NO2\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict:\n    # Convert bidding zone names into statnett zones\n    bidding_zone_1_trimmed, bidding_zone_2_trimmed = (\n        x.split(\"-\")[-1] for x in [bidding_zone1, bidding_zone2]\n    )\n    bidding_zone_a, bidding_zone_b = sorted(\n        [bidding_zone_1_trimmed, bidding_zone_2_trimmed]\n    )\n    r = session or Session()\n    timestamp = (\n        target_datetime.timestamp() if target_datetime else arrow.now().timestamp\n    ) * 1000\n    url = (\n        \"http://driftsdata.statnett.no/restapi/PhysicalFlowMap/GetFlow?Ticks=%d\"\n        % timestamp\n    )\n    response = r.get(url)\n    obj = response.json()\n\n    exchange = list(\n        filter(\n            lambda x: {x[\"OutAreaElspotId\"], x[\"InAreaElspotId\"]}\n            == {bidding_zone_a, bidding_zone_b},\n            obj,\n        )\n    )[0]\n\n    return {\n        \"sortedZoneKeys\": \"->\".join(sorted([bidding_zone1, bidding_zone2])),\n        \"netFlow\": exchange[\"Value\"]\n        if bidding_zone_a == exchange[\"OutAreaElspotId\"]\n        else -1 * exchange[\"Value\"],\n        \"datetime\": arrow.get(obj[0][\"MeasureDate\"] / 1000).datetime,\n        \"source\": \"driftsdata.stattnet.no\",\n    }\n\n\ndef _fetch_exchanges_from_sorted_bidding_zones(\n    sorted_bidding_zones,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n):\n    zones = sorted_bidding_zones.split(\"->\")\n    return fetch_exchange_by_bidding_zone(zones[0], zones[1], session, target_datetime)\n\n\ndef _sum_of_exchanges(exchanges):\n    exchange_list = list(exchanges)\n    return {\n        \"netFlow\": sum(e[\"netFlow\"] for e in exchange_list),\n        \"datetime\": exchange_list[0][\"datetime\"],\n        \"source\": exchange_list[0][\"source\"],\n    }\n\n\n@refetch_frequency(timedelta(hours=1))\ndef fetch_exchange(\n    zone_key1: str = \"DK\",\n    zone_key2: str = \"NO\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n):\n    r = session or Session()\n\n    sorted_exchange = \"->\".join(sorted([zone_key1, zone_key2]))\n    data = _sum_of_exchanges(\n        _fetch_exchanges_from_sorted_bidding_zones(e, r, target_datetime)\n        for e in exchanges_mapping[sorted_exchange]\n    )\n    data[\"sortedZoneKeys\"] = \"->\".join(sorted([zone_key1, zone_key2]))\n\n    return data\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production(SE) ->\")\n    print(fetch_production(\"SE\"))\n    print(\"fetch_exchange(NO, SE) ->\")\n    print(fetch_exchange(\"NO\", \"SE\"))\n    print(\"fetch_exchange(NO-NO4, RU-1) ->\")\n    print(fetch_exchange(\"NO-NO4\", \"RU-1\"))\n    print(\"fetch_exchange(EE, RU-1) ->\")\n    print(fetch_exchange(\"EE\", \"RU-1\"))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/eSett.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom logging import Logger, getLogger\n\nfrom requests import Session\n\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.ENTSOE import ENTSOE_DOMAIN_MAPPINGS\nfrom electricitymap.contrib.parsers.lib.config import refetch_frequency\nfrom electricitymap.contrib.types import ZoneKey\n\nBASE_URL = \"https://api.opendata.esett.com\"\nPRODUCTION_URL = f\"{BASE_URL}/EXP16/Aggregate\"\n\nIGNORED_PRODUCTION_KEYS = {\"timestamp\", \"timestampUTC\", \"mba\", \"total\"}\n\nPRODUCTION_MAPPINGS = {\n    \"hydro\": \"hydro\",\n    \"wind\": \"wind\",\n    \"windOffshore\": \"wind\",\n    \"nuclear\": \"nuclear\",\n    \"solar\": \"solar\",\n    \"thermal\": \"unknown\",\n    \"other\": \"unknown\",\n}\n\nSTORAGE_MAPPINGS = {\"energyStorage\": \"battery\"}\n\n\n@refetch_frequency(timedelta(days=3))\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list:\n    session = session or Session()\n    target_datetime = (target_datetime or datetime.now(timezone.utc)).astimezone(\n        timezone.utc\n    )\n\n    start_time = target_datetime - timedelta(days=3)\n\n    query_params = {\n        \"start\": start_time.isoformat(timespec=\"milliseconds\").replace(\"+00:00\", \"Z\"),\n        \"end\": target_datetime.isoformat(timespec=\"milliseconds\").replace(\n            \"+00:00\", \"Z\"\n        ),\n        \"resolution\": \"hour\",\n        \"mba\": ENTSOE_DOMAIN_MAPPINGS[zone_key],\n    }\n\n    response = session.get(PRODUCTION_URL, params=query_params)\n    response.raise_for_status()\n\n    json: list = response.json()\n    production_breakdown_list = ProductionBreakdownList(logger)\n    for entry in json or []:\n        production_mix = ProductionMix()\n        storage_mix = StorageMix()\n        timestamp = datetime.fromisoformat(entry[\"timestampUTC\"].replace(\"Z\", \"+00:00\"))\n        for key, value in entry.items():\n            if key in IGNORED_PRODUCTION_KEYS:\n                continue\n            elif key in PRODUCTION_MAPPINGS:\n                production_mix.add_value(PRODUCTION_MAPPINGS[key], value)\n            elif key in STORAGE_MAPPINGS:\n                storage_mix.add_value(STORAGE_MAPPINGS[key], value)\n            else:\n                logger.warning(f\"Unknown production key: {key}\")\n\n        production_breakdown_list.append(\n            zoneKey=zone_key,\n            datetime=timestamp,\n            production=production_mix,\n            source=\"eSett\",\n        )\n    return production_breakdown_list.to_list()\n\n\nif __name__ == \"__main__\":\n    print(fetch_production(ZoneKey(\"SE-SE4\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/email_grid_alerts.py",
    "content": "\"\"\"Parser from email alerts sent to grid-alerts@alerts.electricitymaps.com through the Mailgun API.\"\"\"\n\nimport datetime\nimport json\nfrom logging import Logger, getLogger\nfrom typing import Any\n\nfrom requests import Session\nfrom requests.auth import HTTPBasicAuth\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.lib.models.event_lists import GridAlertList\nfrom electricitymap.contrib.lib.models.events import GridAlertType\nfrom electricitymap.contrib.parsers.lib.utils import get_token\n\n# CONFIGURATION\nREGION = \"eu\"  # use 'us' or 'eu'\nAPI_BASE_URL = f\"https://api.{REGION}.mailgun.net/v1/analytics/logs\"\n\n\ndef fetch_grid_alerts_emails(\n    zone_key: ZoneKey = None,\n    session: Session | None = None,\n    target_datetime: datetime.datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict[str, Any]]:\n    session = session or Session()\n    MAILGUN_API_KEY = get_token(\"MAILGUN_TOKEN\")\n\n    domain_name = \"alerts.electricitymaps.com\"\n    # REQUEST BODY: only implemented for the last 5 hours\n    nowminus5hours = (\n        datetime.datetime.now(datetime.timezone.utc).replace(microsecond=0)\n        - datetime.timedelta(hours=5)\n    ).strftime(\"%a, %d %b %Y %H:%M:%S -0000\")\n\n    now = (\n        datetime.datetime.now(datetime.timezone.utc)\n        .replace(microsecond=0)\n        .strftime(\"%a, %d %b %Y %H:%M:%S -0000\")\n    )\n\n    # Prepare the payload for the API request\n    payload = {\n        \"start\": nowminus5hours,\n        \"end\": now,\n        \"filter\": {\n            \"AND\": [\n                {\n                    \"attribute\": \"domain\",\n                    \"comparator\": \"=\",\n                    \"values\": [\n                        {\n                            \"label\": domain_name,\n                            \"value\": domain_name,\n                        }\n                    ],\n                },\n                {\n                    \"attribute\": \"event\",\n                    \"comparator\": \"=\",\n                    \"values\": [{\"label\": \"stored\", \"value\": \"stored\"}],\n                },\n            ],\n        },\n        \"events\": [\n            \"stored\",\n            \"delivered\",\n            \"accepted\",\n        ],  # Add or change based on your needs\n        \"include_subaccounts\": True,\n        \"include_totals\": True,\n        \"pagination\": {\n            \"sort\": \"timestamp:asc\",\n            \"limit\": 100,\n            # \"token\": \"your-pagination-token\"  # Optional for next pages\n        },\n    }\n\n    # MAKE REQUEST\n    response = session.post(\n        API_BASE_URL,\n        auth=HTTPBasicAuth(\"api\", MAILGUN_API_KEY),\n        headers={\"Content-Type\": \"application/json\"},\n        data=json.dumps(payload),\n    )\n\n    # Get storage keys\n    keys = []\n    if response.status_code == 200:\n        logs = response.json()\n        for log in logs.get(\"items\", []):\n            keys.append(log[\"storage\"][\"key\"])\n        if logs.get(\"pagination\", {}).get(\"next\"):\n            print(\"\\n:repeat: Next page token:\", logs[\"pagination\"][\"next\"][\"token\"])\n    else:\n        print(\"Error:\", response.status_code, response.text)\n\n    # Record events in grid_alert_list\n    grid_alert_list = GridAlertList(logger)\n\n    # Get email using storage keys # The email is stored only for a few days (less than 3 days)\n    for storage_key in keys:\n        API_BASE_URL2 = f\"https://api.{REGION}.mailgun.net/v3/domains/{domain_name}/messages/{storage_key}\"\n\n        # MAKE REQUEST\n        response = session.get(\n            API_BASE_URL2,\n            auth=HTTPBasicAuth(\"api\", MAILGUN_API_KEY),\n            headers={\"Content-Type\": \"application/json\"},\n        )\n\n        # Parse email\n        email_json = response.json()\n\n        date_str = email_json[\"Date\"].replace(\" (UTC)\", \"\")\n        dt_received = datetime.datetime.strptime(date_str, \"%a, %d %b %Y %H:%M:%S %z\")\n        sender = email_json[\"From\"].lower()\n\n        # Extract zone key from sender\n        if (\n            (\"ercot\" in sender and zone_key == ZoneKey(\"US-TEX-ERCO\"))\n            or (\"flexalert\" in sender and zone_key == ZoneKey(\"US-CAL-CISO\"))\n            or (\"spp\" in sender and zone_key == ZoneKey(\"US-CENT-SWPP\"))\n            or (\"electricitymaps\" in sender)\n        ):\n            body = \"\"\n            if ZoneKey(\"US-CENT-SWPP\") == zone_key:\n                body = email_json[\"body-plain\"].split(\n                    \"The following chart shows the relative severity of\"\n                )[0]\n            # add more cases when we know the format of the other emails\n\n            message = email_json[\"subject\"] + \"\\n\" + body\n            # Add to grid_alert_list\n            grid_alert_list.append(\n                zoneKey=zone_key,\n                locationRegion=None,\n                source=sender,\n                alertType=GridAlertType.undefined,\n                message=message,\n                issuedTime=dt_received,\n                startTime=None,  # if None, it defaults to issuedTime\n                endTime=None,\n            )\n        else:\n            logger.warning(f\"Unknown sender: {email_json['sender']}\")\n\n    return grid_alert_list.to_list()\n\n\nif __name__ == \"__main__\":\n    from pprint import pprint\n\n    pprint(fetch_grid_alerts_emails())\n"
  },
  {
    "path": "electricitymap/contrib/parsers/examples/example_parser.py",
    "content": "from datetime import datetime\nfrom logging import Logger, getLogger\nfrom typing import Any\nfrom zoneinfo import ZoneInfo\n\n# The request library is used to fetch content through HTTP\nfrom requests import Response, Session\n\nfrom electricitymap.contrib.lib.models.event_lists import (\n    ExchangeList,\n    PriceList,\n    ProductionBreakdownList,\n    TotalConsumptionList,\n    TotalProductionList,\n)\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef fetch_production(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    \"\"\"\n        Requests the last known production mix (in MW) of a given country.\n\n        Arguments:\n        ----------\n        zone_key: used in case a parser is able to fetch multiple countries\n        session: request session passed in order to re-use an existing session\n        target_datetime: the datetime for which we want production data. If not\n          provided, we should default it to now. If past data is not available,\n          raise a ParserException. Beware that the provided target_datetime is\n          UTC. To convert to local timezone, you can use\n          `target_datetime = target_datetime.astimezone(tz=ZoneInfo('America/New_York'))`.\n        logger: an instance of a `logging.Logger` that will be passed by the\n          backend. Information logged will be publicly available so that correct\n          execution of the logger can be checked. All Exceptions will automatically\n          be logged, so when something's wrong, simply raise an Exception (with an\n          explicit text). Use `logger.warning` or `logger.info` for information\n          that can useful to check if the parser is working correctly. A default\n          logger is used so that logger output can be seen when coding / debugging.\n\n        Returns:\n        --------\n        If no data can be fetched, any falsy value (None, [], False) will be\n          ignored by the backend. If there is no data because the source may have\n          changed or is not available, raise an ParserException.\n\n        A  ProductionBreakdownList should be returned containing all ProductionBreakdown\n        events. Each ProductionBreakdown event should contain a datetime, a zoneKey,\n        a ProductionMix, a source and optionally a StorageMix.\n        The ProductionMix should contain the production breakdown for each fuel type.\n\n    -     A  ProductionBreakdownList contains all ProductionBreakdown events.\n    -     Each ProductionBreakdown event contains a datetime, a zoneKey,\n       a ProductionMix, a source and optionally a StorageMix.\n    -     The ProductionMix contains the production breakdown for each fuel type.\n    -     The StorageMix contains the storage breakdown for each storage type.\n\n\n    \"\"\"\n    if target_datetime is None:\n        url = \"https://api.someservice.com/v1/productionmix/latest\"\n    elif target_datetime > datetime(year=2000, month=1, day=1):\n        # WHEN HISTORICAL DATA IS AVAILABLE\n        # convert target datetime to local datetime\n        url_date = target_datetime.astimezone(\n            ZoneInfo(\"America/Argentina/Buenos_Aires\")\n        ).strftime(\"%Y-%m-%d\")\n        url = f\"https://api.someservice.com/v1/productionmix/{url_date}\"\n    else:\n        # WHEN HISTORICAL DATA IS NOT AVAILABLE\n        raise ParserException(\n            \"example_parser.py\",\n            \"This parser is not yet able to parse dates before 2000-01-01\",\n            zone_key,\n        )\n\n    res: Response = session.get(url)\n    if not res.status_code == 200:\n        raise ParserException(\n            \"example_parser.py\",\n            f\"Exception when fetching production error code: {res.status_code}: {res.text}\",\n            zone_key,\n        )\n\n    obj = res.json()\n\n    production_list = ProductionBreakdownList(logger=logger)\n\n    for item in obj[\"productionMix\"]:\n        # You can create the production mix directly\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            production=ProductionMix(\n                biomass=item[\"biomass\"],\n                coal=item[\"coal\"],\n                gas=item[\"gas\"],\n                hydro=item[\"hydro\"],\n                nuclear=item[\"nuclear\"],\n                oil=item[\"oil\"],\n                solar=item[\"solar\"],\n                wind=item[\"wind\"],\n                geothermal=item[\"geothermal\"],\n                unknown=item[\"unknown\"]\n                if item[\"unknown\"] > 0\n                else 0 + item[\"other\"]\n                if item[\"other\"] > 0\n                else 0,\n            ),\n            storage=StorageMix(hydro=item[\"hydroStorage\"] * -1),\n            source=\"someservice.com\",\n        )\n        # Or you can create the production mix and fill it later.\n        production_mix = ProductionMix()\n        for mode, value in item.items():\n            production_mix.add_value(mode, value)\n        production_list.append(\n            zoneKey=zone_key,\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            production=production_mix,\n            storage=StorageMix(hydro=item[\"hydroStorage\"] * -1),\n            source=\"someservice.com\",\n        )\n    # For now we should return a list of dictionaries\n    # and therefore we convert the ProductionBreakdownList to a list\n    # using the to_list() method.\n    # In the future we will return a ProductionBreakdownList directly.\n    return production_list.to_list()\n\n\ndef fetch_price(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    \"\"\"\n    Requests the last known power price of a given country.\n\n    Arguments:\n    ----------\n    zone_key: used in case a parser is able to fetch multiple countries\n    session: request session passed in order to re-use an existing session\n    target_datetime: the datetime for which we want production data. If not\n      provided, we should default it to now. If past data is not available,\n      raise a ParserException. Beware that the provided target_datetime is\n      UTC. To convert to local timezone, you can use\n      `target_datetime = target_datetime.astimezone(tz=ZoneInfo('America/New_York'))`.\n    logger: an instance of a `logging.Logger` that will be passed by the\n      backend. Information logged will be publicly available so that correct\n      execution of the logger can be checked. All Exceptions will automatically\n      be logged, so when something's wrong, simply raise an Exception (with an\n      explicit text). Use `logger.warning` or `logger.info` for information\n      that can useful to check if the parser is working correctly. A default\n      logger is used so that logger output can be seen when coding / debugging.\n\n    Returns:\n    --------\n    If no data can be fetched, any falsy value (None, [], False) will be\n      ignored by the backend. If there is no data because the source may have\n      changed or is not available, raise an Exception.\n    Returns a PriceList containing all price events.\n    \"\"\"\n    if target_datetime:\n        raise ParserException(\n            \"example_parser.py\",\n            \"This parser is not yet able to parse past dates\",\n            zone_key,\n        )\n\n    url = \"https://api.someservice.com/v1/price/latest\"\n\n    response = session.get(url)\n    if not response.ok:\n        raise ParserException(\n            \"example_parser.py\",\n            f\"Exception when fetching price error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n\n    obj = response.json()\n\n    price_list = PriceList(logger=logger)\n\n    for item in obj:\n        price_list.append(\n            zoneKey=zone_key,\n            currency=\"EUR\",\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            price=item[\"price\"],\n            source=\"someservice.com\",\n        )\n    # For now we should return a list of dictionaries\n    # and therefore we convert the PriceList to a list\n    # using the to_list() method.\n    # In the future we will return a PriceList directly.\n    return price_list.to_list()\n\n\ndef fetch_exchange(\n    zone_key1: ZoneKey = ZoneKey(\"XX\"),\n    zone_key2: ZoneKey = ZoneKey(\"YY\"),\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict] | dict:\n    \"\"\"\n    Requests the last known power exchange (in MW) between two countries.\n\n    Arguments:\n    ----------\n    zone_key1: used is used to identify the first zone of a exchange pair.\n    zone_key2: used is used to identify the second zone of a exchange pair.\n    session: request session passed in order to re-use an existing session\n    target_datetime: the datetime for which we want production data. If not\n      provided, we should default it to now. If past data is not available,\n      raise a ParserException. Beware that the provided target_datetime is\n      UTC. To convert to local timezone, you can use\n      `target_datetime = target_datetime.astimezone(tz=ZoneInfo('America/New_York'))`.\n    logger: an instance of a `logging.Logger` that will be passed by the\n      backend. Information logged will be publicly available so that correct\n      execution of the logger can be checked. All Exceptions will automatically\n      be logged, so when something's wrong, simply raise an Exception (with an\n      explicit text). Use `logger.warning` or `logger.info` for information\n      that can useful to check if the parser is working correctly. A default\n      logger is used so that logger output can be seen when coding / debugging.\n\n    Returns:\n    --------\n    If no data can be fetched, any falsy value (None, [], False) will be\n      ignored by the backend. If there is no data because the source may have\n      changed or is not available, raise an Exception.\n\n    Returns an ExchangeList containing all exchange events.\n    \"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    url = \"https://api.someservice.com/v1/exchange/latest\"\n    params = {\n        \"from\": zone_key1,\n        \"to\": zone_key2,\n    }\n\n    response = session.get(url, params=params)\n    if not response.ok:\n        raise ParserException(\n            \"example_parser.py\",\n            f\"Exception when fetching exchange error code: {response.status_code}: {response.text}\",\n            ZoneKey(\"->\".join(sorted([zone_key1, zone_key2]))),\n        )\n    obj = response.json()\n\n    exchange_list = ExchangeList(logger=logger)\n\n    for item in obj:\n        exchange_list.append(\n            # Zone keys are sorted in order to enable easier indexing in the database\n            zoneKey=ZoneKey(\"->\".join(sorted([zone_key1, zone_key2]))),\n            # Parse the datetime and return a python datetime object\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            # Here we assume that the net flow returned by the api is the flow from\n            # country1 to country2. A positive flow indicates an export from country1\n            # to country2. A negative flow indicates an import.\n            netFlow=item[\"exchange\"],\n            source=\"someservice.com\",\n        )\n\n    return exchange_list.to_list()\n\n\ndef fetch_consumption(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict[str, Any] | list[dict[str, Any]]:\n    \"\"\"\n    Requests the last known power consumption (in MW) of a given zone.\n\n    Arguments:\n    ----------\n    zone_key: used is used to identify the zone to which the consumption data\n      is related to.\n    session: request session passed in order to re-use an existing session\n    target_datetime: the datetime for which we want production data. If not\n      provided, we should default it to now. If past data is not available,\n      raise a ParserException. Beware that the provided target_datetime is\n      UTC. To convert to local timezone, you can use\n      `target_datetime = target_datetime.astimezone(tz=ZoneInfo('America/New_York'))`.\n    logger: an instance of a `logging.Logger` that will be passed by the\n      backend. Information logged will be publicly available so that correct\n      execution of the logger can be checked. All Exceptions will automatically\n      be logged, so when something's wrong, simply raise an Exception (with an\n      explicit text). Use `logger.warning` or `logger.info` for information\n      that can useful to check if the parser is working correctly. A default\n      logger is used so that logger output can be seen when coding / debugging.\n\n    Returns:\n    --------\n    If no data can be fetched, any falsy value (None, [], False) will be\n      ignored by the backend. If there is no data because the source may have\n      changed or is not available, raise a ParserException.\n\n    Returns a ConsumptionList containing all consumption events.\n    \"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    url = \"https://api.someservice.com/v1/consumption/latest\"\n    params = {\n        \"zone\": zone_key,\n    }\n\n    response = session.get(url, params=params)\n    if not response.ok:\n        raise ParserException(\n            \"example_parser.py\",\n            f\"Exception when fetching consumption error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n    obj = response.json()\n\n    consumption_list = TotalConsumptionList(logger=logger)\n\n    for item in obj:\n        consumption_list.append(\n            zoneKey=zone_key,\n            # Parse the datetime and return a python datetime object\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            consumption=item[\"consumption\"],\n            source=\"someservice.com\",\n        )\n    return consumption_list.to_list()\n\n\ndef fetch_total_production(\n    zone_key: ZoneKey,\n    session: Session = Session(),\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> dict | list[dict]:\n    \"\"\"\n    Requests the last known power production (in MW) of a given zone.\n\n    Arguments:\n    ----------\n    zone_key: used is used to identify the zone to which the production data\n      is related to.\n    session: request session passed in order to re-use an existing session\n    target_datetime: the datetime for which we want production data. If not\n        provided, we should default it to now. If past data is not available,\n        raise a ParserException. Beware that the provided target_datetime is\n        UTC. To convert to local timezone, you can use\n        `target_datetime = target_datetime.astimezone(tz=ZoneInfo('America/New_York'))`.\n    logger: an instance of a `logging.Logger` that will be passed by the\n      backend. Information logged will be publicly available so that correct\n      execution of the logger can be checked. All Exceptions will automatically\n      be logged, so when something's wrong, simply raise an Exception (with an\n      explicit text). Use `logger.warning` or `logger.info` for information\n      that can useful to check if the parser is working correctly. A default\n      logger is used so that logger output can be seen when coding / debugging.\n    \"\"\"\n    if target_datetime:\n        raise NotImplementedError(\"This parser is not yet able to parse past dates\")\n\n    url = \"https://api.someservice.com/v1/production/latest\"\n    params = {\n        \"zone\": zone_key,\n    }\n\n    response = session.get(url, params=params)\n    if not response.ok:\n        raise ParserException(\n            \"example_parser.py\",\n            f\"Exception when fetching total production error code: {response.status_code}: {response.text}\",\n            zone_key,\n        )\n    obj = response.json()\n\n    production_list = TotalProductionList(logger=logger)\n\n    for item in obj:\n        production_list.append(\n            zoneKey=zone_key,\n            # Parse the datetime and return a python datetime object\n            datetime=datetime.fromisoformat(item[\"datetime\"]),\n            value=item[\"production\"],\n            source=\"someservice.com\",\n        )\n    return production_list.to_list()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Maps backend, but handy for testing.\"\"\"\n\n    print(\"fetch_production(XX) ->\")\n    print(fetch_production(ZoneKey(\"XX\")))\n    print(\"fetch_price(XX) ->\")\n    print(fetch_price(ZoneKey(\"XX\")))\n    print(\"fetch_exchange(XX, YY) ->\")\n    print(fetch_exchange(ZoneKey(\"XX\"), ZoneKey(\"YY\")))\n    print(\"fetch_consumption(XX) ->\")\n    print(fetch_consumption(ZoneKey(\"XX\")))\n    print(\"fetch_total_production(XX) ->\")\n    print(fetch_total_production(ZoneKey(\"XX\")))\n"
  },
  {
    "path": "electricitymap/contrib/parsers/examples/production.md",
    "content": "# Production Parser\n\n## Arguments\n\n`zone_key`\n\n> Type: `str` - Native Python string object. <br/>\n> Description: <br/>\n> Passed to the parser as a unique identifier for each zone.\n\n---\n\n`session`\n\n> Type: `request.Session` - A Request Session object. <br/>\n> Description: <br/>\n> Passed to the parser in order to reuse an existing connection. Should default to `request.Session()`.\n\n---\n\n`target_datetime`\n\n> Type: Datetime | None - Native python datetime or None. <br/>\n> Description: <br/>\n> Passed to the parser if the backend request to fetch data from a specific datetime. Should default to `None`.\n\n---\n\n`logger`\n\n> Type: logging.Logger - Native python logging object. <br/>\n> Description: <br/>\n> Passed to the parser by the backend to enable public logging. Should default to `logging.getLogger(__name__)`.\n\n## Return value signature\n\nThe parser should return a list of ProductionBreakdown objects.\n\n```python\nfrom logging import get_logger\nfrom datetime import datetime, timezone\nfrom electricitymap.contrib.lib.models.events import ProductionMix, StorageMix\nfrom electricitymap.contrib.lib.models.event_lists import ProductionBreakdownList\n\n\nlogger = getLogger(__name__)\nproduction_list = ProductionBreakdownList(logger=logger)\nproduction_list.append(\n            zoneKey=\"AT\",\n            datetime= datetime(2023, 1, 1, tzinfo=timezone.utc),\n            production=ProductionMix(\n                biomass=10,\n                coal=4,\n                gas=3,\n                hydro=1,\n                nuclear=None,\n                oil=None,\n                solar=10,\n                wind=10,\n                geothermal=10,\n                unknown=10\n            ),\n            storage=StorageMix(hydro=-10),\n            source=\"someservice.com\",\n        )\nproduction_list.to_list()\n```\n\nNote: If data from a production mode is missing it should be omitted or returned as `None` like the above example, _NOT_ `0`.\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/IN.py",
    "content": "from datetime import datetime\nfrom zoneinfo import ZoneInfo\n\nZONE_INFO = ZoneInfo(\"Asia/Kolkata\")\n\n\ndef read_datetime_from_span_id(html, span_id, time_format):\n    date_time_span = html.find(\"span\", {\"id\": span_id})\n    return datetime.strptime(date_time_span.text, time_format).replace(tzinfo=ZONE_INFO)\n\n\ndef read_text_from_span_id(html, span_id):\n    return html.find(\"span\", {\"id\": span_id}).text\n\n\ndef read_value_from_span_id(html, span_id):\n    html_span = read_text_from_span_id(html, span_id)\n    return float(html_span)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/lib/config.py",
    "content": "import functools\nimport os\nfrom collections.abc import ItemsView, KeysView, ValuesView\nfrom copy import deepcopy\nfrom datetime import timedelta\nfrom enum import Enum\nfrom inspect import signature\nfrom logging import getLogger\nfrom typing import TypeVar\n\nimport requests\nfrom requests import Session\nfrom requests.adapters import HTTPAdapter, Retry\n\nModeEnumType = TypeVar(\"ModeEnumType\", bound=\"BaseModeEnum\")\n\n\n# TODO: Switch this to StringEnum when we migrate to Python 3.11\nclass BaseModeEnum(str, Enum):\n    \"\"\"Base class for Mode enums.\"\"\"\n\n    def __str__(self) -> str:\n        return self.value\n\n    @classmethod\n    def values(cls: type[ModeEnumType]) -> ValuesView[ModeEnumType]:\n        \"\"\"Return a Values View of all enum members.\"\"\"\n        return cls.__members__.values()\n\n    @classmethod\n    def names(cls) -> KeysView[str]:\n        \"\"\"Return a Keys View of all enum names.\"\"\"\n        return cls.__members__.keys()\n\n    @classmethod\n    def items(cls: type[ModeEnumType]) -> ItemsView[str, ModeEnumType]:\n        \"\"\"Return an Items View of (name, member) tuples.\"\"\"\n        return cls.__members__.items()\n\n\nclass ProductionModes(BaseModeEnum):\n    \"\"\"Energy production modes/sources used throughout the parsers.\"\"\"\n\n    # TODO: When we migrate to StringEnum, we should use the `auto()` method\n    BIOMASS = \"biomass\"\n    COAL = \"coal\"\n    GAS = \"gas\"\n    GEOTHERMAL = \"geothermal\"\n    HYDRO = \"hydro\"\n    NUCLEAR = \"nuclear\"\n    OIL = \"oil\"\n    SOLAR = \"solar\"\n    WIND = \"wind\"\n    UNKNOWN = \"unknown\"\n\n\nclass StorageModes(BaseModeEnum):\n    \"\"\"Energy storage modes/sources used throughout the parsers.\"\"\"\n\n    # TODO: When we migrate to StringEnum, we should use the `auto()` method\n    BATTERY = \"battery\"\n    HYDRO = \"hydro\"\n\n\ndef refetch_frequency(frequency: timedelta):\n    \"\"\"Specifies the refetch frequency of a parser.\n    The refetch frequency is used to determine the how much data is returned by the parser.\n\n    i.e. if we refetch from d1 to d2 and the frequency is timedelta(days=1), then we will only\n    call the function once every day between d1 and d2.\n    \"\"\"\n    assert isinstance(frequency, timedelta)\n\n    def wrap(f):\n        @functools.wraps(f)\n        def wrapped_f(*args, **kwargs):\n            result = f(*args, **kwargs)\n            return result\n\n        wrapped_f.REFETCH_FREQUENCY = frequency\n        return wrapped_f\n\n    return wrap\n\n\ndef retry_policy(retry_policy: Retry):\n    assert isinstance(retry_policy, Retry)\n\n    def wrap(f):\n        def wrapped_f(*args, **kwargs):\n            session = args[1] if len(args) > 2 else kwargs.get(\"session\")\n            logger = kwargs.get(\"logger\", getLogger(__name__))\n            session = Session() if session is None else session\n            old_adapters = None\n            if \"https://\" in session.adapters or \"http://\" in session.adapters:\n                logger.warning(\"Session already has adapters, they will be overriden.\")\n                old_adapters = deepcopy(session.adapters)\n            session.mount(\"https://\", HTTPAdapter(max_retries=retry_policy))\n            session.mount(\"http://\", HTTPAdapter(max_retries=retry_policy))\n            result = f(*args, **kwargs)\n            del session.adapters[\"https://\"]\n            del session.adapters[\"http://\"]\n            if old_adapters is not None:\n                session.adapters.update(old_adapters)\n            return result\n\n        return wrapped_f\n\n    return wrap\n\n\ndef use_proxy(country_code: str, monkeypatch_for_pydataxm: bool = False):\n    \"\"\"\n    Decorator to route requests through webshare.io proxies for a specific country.\n\n    This decorator should be used as a last resort when the data provider is non-responsive\n    and other proxy methods (like cloud run datacenter proxies) do not work. Note that this\n    proxy service is not free and is charged per GB.\n\n    If you create an account with webshare.io to develop parsers for this\n    project, you should subscribe to the \"residential\" proxy type (not \"static\n    residential\"), as this choice includes most countries. As a practical\n    example, South Korea proxies are only available using this subscription.\n\n    Args:\n        country_code (str):\n            The ISO 3166-1 alpha-2 code of the country for which the proxy\n            should be used.\n        monkeypatch_for_pydataxm (bool):\n            The CO parser specifically makes use both requests.post and\n            aiohttp.ClientSession via a API specific third party library called\n            pydataxm that isn't configurable to use a proxy. By setting this to\n            True, we temporarily monkeypatch whats needed to get setup the\n            proxy.\n\n            See\n\n    Usage:\n    ```\n        @use_proxy(country_code='MY')\n        def fetch_production(zone_key, session, target_datetime, logger):\n            ...\n    ```\n    \"\"\"\n\n    def wrap(f):\n        sig = signature(f)\n        if \"zone_key\" in sig.parameters:\n            exchange_signature = False\n        elif \"zone_key1\" in sig.parameters and \"zone_key2\" in sig.parameters:\n            exchange_signature = True\n        else:\n            raise ValueError(\n                \"Invalid function signature. Maybe you added the @decorators in \"\n                \"the wrong order? The use_proxy decorator should be the bottom decorator.\"\n            )\n\n        def wrapped_f(*args, **kwargs):\n            WEBSHARE_USERNAME = os.environ.get(\"WEBSHARE_USERNAME\")\n            WEBSHARE_PASSWORD = os.environ.get(\"WEBSHARE_PASSWORD\")\n            logger = kwargs.get(\"logger\", getLogger(__name__))\n            if not WEBSHARE_USERNAME or not WEBSHARE_PASSWORD:\n                logger.warning(\n                    \"Proxy environment variables are not set. \"\n                    \"Attempting without proxy...\\n\"\n                    \"Add WEBSHARE_USERNAME and WEBSHARE_PASSWORD to use the proxy.\"\n                )\n                return f(*args, **kwargs)\n\n            logger.debug(f\"Using proxy in {country_code}\")\n            # get an existing Session object from args or kwargs, or create a\n            # new one, so it can be temporarily re-configured\n            if exchange_signature and len(args) >= 3:\n                session = args[2]\n            elif not exchange_signature and len(args) >= 2:\n                session = args[1]\n            else:\n                session = kwargs.setdefault(\"session\", Session())\n\n            requests_proxy_dict = {\n                \"http\": f\"http://{WEBSHARE_USERNAME}-{country_code}-rotate:{WEBSHARE_PASSWORD}@p.webshare.io:80/\",\n                \"https\": f\"http://{WEBSHARE_USERNAME}-{country_code}-rotate:{WEBSHARE_PASSWORD}@p.webshare.io:80/\",\n            }\n\n            if monkeypatch_for_pydataxm:\n                from aiohttp import BasicAuth, ClientSession\n\n                aiohttp_old_post = ClientSession.post\n                requests_old_post = requests.post\n\n                ClientSession.post = functools.partialmethod(\n                    ClientSession.post,\n                    proxy=\"http://p.webshare.io\",\n                    proxy_auth=BasicAuth(\n                        f\"{WEBSHARE_USERNAME}-{country_code}-rotate\",\n                        WEBSHARE_PASSWORD,\n                    ),\n                )\n                requests.post = functools.partial(\n                    requests.post,\n                    proxies=requests_proxy_dict,\n                )\n\n            old_proxies = session.proxies\n            session.proxies = requests_proxy_dict\n            try:\n                return f(*args, **kwargs)\n            finally:\n                session.proxies = old_proxies\n                if monkeypatch_for_pydataxm:\n                    ClientSession.post = aiohttp_old_post\n                    requests.post = requests_old_post\n\n        return wrapped_f\n\n    return wrap\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/exceptions.py",
    "content": "class ParserException(Exception):\n    \"\"\"Parser Exception\n\n    Args:\n        parser (str): Parser name.\n        message (str): String describing the exception.\n        zone_key (str | None): Country code or sortedZoneKeys.\n\n    Attributes:\n        parser (str): Parser name.\n        message (str): String describing the exception.\n        zone_key (str | None): Country code or sortedZoneKeys.\"\"\"\n\n    def __init__(self, parser: str, message: str, zone_key: str | None = None):\n        super().__init__(message)\n        self.parser = parser\n        self.zone_key = zone_key\n\n    def __str__(self):\n        zone_key_info = f\" ({self.zone_key})\" if self.zone_key else \"\"\n        return f\"{self.parser} Parser{zone_key_info}: {self.args[0]}\"\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/parsers.py",
    "content": "import importlib\n\nfrom electricitymap.contrib.config import EXCHANGES_CONFIG, ZONES_CONFIG\nfrom electricitymap.contrib.types import ParserDataType\n\n# Prepare all parsers\nCONSUMPTION_PARSERS = {}\nPRODUCTION_PARSERS = {}\nPRODUCTION_PER_MODE_FORECAST_PARSERS = {}\nPRODUCTION_PER_MODE_FORECAST_DAY_AHEAD_PARSERS = {}\nPRODUCTION_PER_MODE_FORECAST_INTRADAY_PARSERS = {}\nPRODUCTION_PER_MODE_FORECAST_LATEST_PARSERS = {}\nEXCHANGE_PARSERS = {}\nEXCHANGE_CAPACITY_FORECAST_DAY_AHEAD_PARSERS = {}\nEXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD_PARSERS = {}\nEXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD_PARSERS = {}\nSHADOW_AUCTION_ATC_DAY_AHEAD_PARSERS = {}\nCORE_EXTERNAL_ATC_DAY_AHEAD_PARSERS = {}\nMAX_BEX_DAY_AHEAD_PARSERS = {}\nSCHEDULED_EXCHANGES_DAY_AHEAD_PARSERS = {}\nMAX_BFLOW_DAY_AHEAD_PARSERS = {}\nPRICE_PARSERS = {}\nPRICE_INTRADAY_PARSERS = {}\nCONSUMPTION_FORECAST_PARSERS = {}\nGENERATION_FORECAST_PARSERS = {}\nEXCHANGE_FORECAST_PARSERS = {}\nPRODUCTION_CAPACITY_PARSERS = {}\nDAYAHEAD_LOCATIONAL_MARGINAL_PRICE_PARSERS = {}\nREALTIME_LOCATIONAL_MARGINAL_PRICE_PARSERS = {}\nGRID_ALERTS_PARSERS = {}\n# TODO remove\nPRODUCTION_PER_UNIT_PARSERS = {}\n\nPARSER_DATA_TYPE_TO_DICT = {\n    ParserDataType.CONSUMPTION: CONSUMPTION_PARSERS,\n    ParserDataType.CONSUMPTION_FORECAST: CONSUMPTION_FORECAST_PARSERS,\n    ParserDataType.DAYAHEAD_LOCATIONAL_MARGINAL_PRICE: DAYAHEAD_LOCATIONAL_MARGINAL_PRICE_PARSERS,\n    ParserDataType.EXCHANGE: EXCHANGE_PARSERS,\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_DAY_AHEAD: EXCHANGE_CAPACITY_FORECAST_DAY_AHEAD_PARSERS,\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD: EXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD_PARSERS,\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD: EXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD_PARSERS,\n    ParserDataType.SHADOW_AUCTION_ATC_DAY_AHEAD: SHADOW_AUCTION_ATC_DAY_AHEAD_PARSERS,\n    ParserDataType.CORE_EXTERNAL_ATC_DAY_AHEAD: CORE_EXTERNAL_ATC_DAY_AHEAD_PARSERS,\n    ParserDataType.MAX_BEX_DAY_AHEAD: MAX_BEX_DAY_AHEAD_PARSERS,\n    ParserDataType.SCHEDULED_EXCHANGES_DAY_AHEAD: SCHEDULED_EXCHANGES_DAY_AHEAD_PARSERS,\n    ParserDataType.MAX_BFLOW_DAY_AHEAD: MAX_BFLOW_DAY_AHEAD_PARSERS,\n    ParserDataType.EXCHANGE_FORECAST: EXCHANGE_FORECAST_PARSERS,\n    ParserDataType.GENERATION_FORECAST: GENERATION_FORECAST_PARSERS,\n    ParserDataType.PRICE: PRICE_PARSERS,\n    ParserDataType.PRICE_INTRADAY: PRICE_INTRADAY_PARSERS,\n    ParserDataType.PRODUCTION: PRODUCTION_PARSERS,\n    ParserDataType.PRODUCTION_PER_MODE_FORECAST: PRODUCTION_PER_MODE_FORECAST_PARSERS,\n    ParserDataType.PRODUCTION_PER_MODE_FORECAST_DAY_AHEAD: PRODUCTION_PER_MODE_FORECAST_DAY_AHEAD_PARSERS,\n    ParserDataType.PRODUCTION_PER_MODE_FORECAST_INTRADAY: PRODUCTION_PER_MODE_FORECAST_INTRADAY_PARSERS,\n    ParserDataType.PRODUCTION_PER_MODE_FORECAST_LATEST: PRODUCTION_PER_MODE_FORECAST_LATEST_PARSERS,\n    ParserDataType.REALTIME_LOCATIONAL_MARGINAL_PRICE: REALTIME_LOCATIONAL_MARGINAL_PRICE_PARSERS,\n    ParserDataType.PRODUCTION_CAPACITY: PRODUCTION_CAPACITY_PARSERS,\n    ParserDataType.GRID_ALERTS: GRID_ALERTS_PARSERS,\n}\n\n\ndef _parser_key_to_parser_folder(parser_key: ParserDataType):\n    CAPACITY_PARSERS_FOLDER = \"electricitymap.contrib.capacity_parsers\"\n    DEFAULT_PARSERS_FOLDER = \"electricitymap.contrib.parsers\"\n    return (\n        CAPACITY_PARSERS_FOLDER\n        if parser_key == ParserDataType.PRODUCTION_CAPACITY\n        else DEFAULT_PARSERS_FOLDER\n    )\n\n\n# Read all zones\nfor zone_id, zone_config in ZONES_CONFIG.items():\n    for parser_key, v in zone_config.get(\"parsers\", {}).items():\n        mod_name, fun_name = v.split(\".\")\n        try:\n            _parser_key = ParserDataType(parser_key)\n        except ValueError:\n            raise ValueError(\n                f\"Invalid parser key: {parser_key} for zone: {zone_id}\"\n            ) from None\n        mod = importlib.import_module(\n            f\"{_parser_key_to_parser_folder(_parser_key)}.{mod_name}\"\n        )\n        PARSER_DATA_TYPE_TO_DICT[_parser_key][zone_id] = getattr(mod, fun_name)\n\n\n# Read all exchanges\nfor exchange_id, exchange_config in EXCHANGES_CONFIG.items():\n    for parser_key, v in exchange_config.get(\"parsers\", {}).items():\n        try:\n            _parser_key = ParserDataType(parser_key)\n        except ValueError:\n            raise ValueError(\n                f\"Invalid parser key: {parser_key} for exchange: {exchange_id}\"\n            ) from None\n        mod_name, fun_name = v.split(\".\")\n        mod = importlib.import_module(\n            f\"{_parser_key_to_parser_folder(_parser_key)}.{mod_name}\"\n        )\n        PARSER_DATA_TYPE_TO_DICT[_parser_key][exchange_id] = getattr(mod, fun_name)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/quality.py",
    "content": "\"\"\"\nThis library contains validation functions applied to all parsers by the feeder.\nThis is a higher level validation than validation.py\n\"\"\"\n\nfrom datetime import datetime, timezone\nfrom typing import Any\n\nfrom electricitymap.contrib.config import EXCHANGES_CONFIG\nfrom electricitymap.contrib.types import ZoneKey\n\n\nclass ValidationError(ValueError):\n    pass\n\n\ndef validate_datapoint_format(datapoint: dict[str, Any], kind: str, zone_key: ZoneKey):\n    \"\"\"\n    Checks that a datapoint has the required keys. A parser can only be merged if the datapoints for each function have the correct format.\n    \"\"\"\n    standard_keys = [\"datetime\", \"source\"]\n    keys_dict = {\n        \"consumption\": [\"zoneKey\", \"consumption\"] + standard_keys,\n        \"exchange\": [\"sortedZoneKeys\", \"netFlow\"] + standard_keys,\n        \"price\": [\"zoneKey\", \"currency\", \"price\"] + standard_keys,\n        \"consumptionForecast\": [\"zoneKey\", \"value\"] + standard_keys,\n        \"productionPerModeForecast\": [\"zoneKey\", \"production\"] + standard_keys,\n        \"generationForecast\": [\"zoneKey\", \"value\"] + standard_keys,\n        \"exchangeForecast\": [\"zoneKey\", \"netFlow\"] + standard_keys,\n    }\n    for key in keys_dict[kind]:\n        if key not in datapoint:\n            raise ValidationError(\n                f\"{zone_key} - data point does not have the required keys:  {[key for key in keys_dict[kind] if key not in datapoint]} is missing\"\n            )\n\n\ndef validate_reasonable_time(item, k):\n    data_dt = item[\"datetime\"].astimezone(timezone.utc)\n    now = datetime.now(timezone.utc)\n\n    if data_dt.year < 2000:\n        raise ValidationError(\n            f\"Data from {k} can't be before year 2000, it was from: {data_dt}\"\n        )\n    if data_dt > now:\n        raise ValidationError(\n            f\"Data from {k} can't be in the future, it was from {data_dt}, now is {now}\"\n        )\n\n\ndef validate_consumption(obj: dict, zone_key: ZoneKey) -> None:\n    validate_datapoint_format(datapoint=obj, kind=\"consumption\", zone_key=zone_key)\n    if (obj.get(\"consumption\") or 0) < 0:\n        raise ValidationError(\n            f\"{zone_key}: consumption has negative value {obj['consumption']}\"\n        )\n    # Plausibility Check, no more than 500GW\n    if abs(obj.get(\"consumption\") or 0) > 500000:\n        raise ValidationError(\n            f\"{zone_key}: consumption is not realistic (>500GW) {obj['consumption']}\"\n        )\n    validate_reasonable_time(obj, zone_key)\n\n\ndef validate_exchange(item, k) -> None:\n    validate_datapoint_format(datapoint=item, kind=\"exchange\", zone_key=k)\n    if item.get(\"sortedZoneKeys\", None) != k:\n        raise ValidationError(\n            f\"Sorted country codes {item.get('sortedZoneKeys', None)} and {k} don't match\"\n        )\n    if \"datetime\" not in item:\n        raise ValidationError(f\"datetime was not returned for {k}\")\n    if not isinstance(item[\"datetime\"], datetime):\n        raise ValidationError(f\"datetime {item['datetime']} is not valid for {k}\")\n    validate_reasonable_time(item, k)\n    if \"netFlow\" not in item:\n        raise ValidationError(f\"netFlow was not returned for {k}\")\n    # Verify that the exchange flow is not greater than the interconnector\n    # capacity and has physical sense (no exchange should exceed 100GW)\n    # Use https://github.com/electricitymaps/electricitymaps-contrib/blob/master/parsers/examples/example_parser.py for expected format\n    if item.get(\"sortedZoneKeys\", None) and item.get(\"netFlow\", None):\n        zone_names: list[str] = item[\"sortedZoneKeys\"]\n        if abs(item.get(\"netFlow\", 0)) > 100000:\n            raise ValidationError(\n                f\"netFlow {item['netFlow']} exceeds physical plausibility (>100GW) for {k}\"\n            )\n        if (\n            len(zone_names) == 2\n            and (zone_names in EXCHANGES_CONFIG)\n            and (\"capacity\" in EXCHANGES_CONFIG[zone_names])\n        ):\n            interconnector_capacities = EXCHANGES_CONFIG[zone_names][\"capacity\"]\n            margin = 0.1\n            if not (\n                min(interconnector_capacities) * (1 - margin)\n                <= item[\"netFlow\"]\n                <= max(interconnector_capacities) * (1 + margin)\n            ):\n                raise ValidationError(\n                    f\"netFlow {item['netFlow']} exceeds interconnector capacity for {k}\"\n                )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/session.py",
    "content": "import ssl\n\nimport urllib3\nfrom requests import Session, adapters\n\n\nclass LegacyHttpAdapter(adapters.HTTPAdapter):\n    def init_poolmanager(self, connections, maxsize, block=False):\n        ctx = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)\n        ctx.options |= 0x4  # OP_LEGACY_SERVER_CONNECT\n        self.poolmanager = urllib3.poolmanager.PoolManager(\n            num_pools=connections, maxsize=maxsize, block=block, ssl_context=ctx\n        )\n\n\n# Use a LegacyHttpAdapter to avoid \"unsafe legacy renegotiation disabled\" error\n# Original code source: https://stackoverflow.com/questions/71603314/ssl-error-unsafe-legacy-renegotiation-disabled\ndef get_session_with_legacy_adapter():\n    session = Session()\n    session.mount(\"https://\", LegacyHttpAdapter())\n    session.mount(\"http://\", LegacyHttpAdapter())\n    return session\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/tests/__snapshots__/test_config.ambr",
    "content": "# serializer version: 1\n# name: test_ProductionModes_enum_items\n  dict_items([('BIOMASS', <ProductionModes.BIOMASS: 'biomass'>), ('COAL', <ProductionModes.COAL: 'coal'>), ('GAS', <ProductionModes.GAS: 'gas'>), ('GEOTHERMAL', <ProductionModes.GEOTHERMAL: 'geothermal'>), ('HYDRO', <ProductionModes.HYDRO: 'hydro'>), ('NUCLEAR', <ProductionModes.NUCLEAR: 'nuclear'>), ('OIL', <ProductionModes.OIL: 'oil'>), ('SOLAR', <ProductionModes.SOLAR: 'solar'>), ('WIND', <ProductionModes.WIND: 'wind'>), ('UNKNOWN', <ProductionModes.UNKNOWN: 'unknown'>)])\n# ---\n# name: test_ProductionModes_enum_names\n  dict_keys(['BIOMASS', 'COAL', 'GAS', 'GEOTHERMAL', 'HYDRO', 'NUCLEAR', 'OIL', 'SOLAR', 'WIND', 'UNKNOWN'])\n# ---\n# name: test_ProductionModes_enum_values\n  dict_values([<ProductionModes.BIOMASS: 'biomass'>, <ProductionModes.COAL: 'coal'>, <ProductionModes.GAS: 'gas'>, <ProductionModes.GEOTHERMAL: 'geothermal'>, <ProductionModes.HYDRO: 'hydro'>, <ProductionModes.NUCLEAR: 'nuclear'>, <ProductionModes.OIL: 'oil'>, <ProductionModes.SOLAR: 'solar'>, <ProductionModes.WIND: 'wind'>, <ProductionModes.UNKNOWN: 'unknown'>])\n# ---\n# name: test_StorageModes_enum_items\n  dict_items([('BATTERY', <StorageModes.BATTERY: 'battery'>), ('HYDRO', <StorageModes.HYDRO: 'hydro'>)])\n# ---\n# name: test_StorageModes_enum_names\n  dict_keys(['BATTERY', 'HYDRO'])\n# ---\n# name: test_StorageModes_enum_values\n  dict_values([<StorageModes.BATTERY: 'battery'>, <StorageModes.HYDRO: 'hydro'>])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/tests/test_config.py",
    "content": "from electricitymap.contrib.parsers.lib.config import ProductionModes, StorageModes\n\n\ndef test_ProductionModes_enum_values(snapshot):\n    assert snapshot == ProductionModes.values()\n\n\ndef test_ProductionModes_enum_names(snapshot):\n    assert snapshot == ProductionModes.names()\n\n\ndef test_ProductionModes_enum_items(snapshot):\n    assert snapshot == ProductionModes.items()\n\n\ndef test_StorageModes_enum_values(snapshot):\n    assert snapshot == StorageModes.values()\n\n\ndef test_StorageModes_enum_names(snapshot):\n    assert snapshot == StorageModes.names()\n\n\ndef test_StorageModes_enum_items(snapshot):\n    assert snapshot == StorageModes.items()\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/utils.py",
    "content": "import os\n\nTOKEN_WIKI_URL = (\n    \"https://github.com/electricitymaps/electricitymaps-contrib/wiki/Create-tokens\"\n)\n\n\ndef get_token(token):\n    \"\"\"\n    Get a token from the environment variables.\n\n    Raises:\n        Exception: if the token variable does not exists or if its value is null\n    \"\"\"\n    if not os.environ.get(token):\n        raise Exception(\n            f\"Environment variable {token} not found !\\n\"\n            f\"Please visit {TOKEN_WIKI_URL}#{token} for more information about how to create \"\n            \"tokens.\"\n        )\n    return os.environ[token]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/validation.py",
    "content": "\"\"\"Centralised validation function for all parsers.\"\"\"\n\nfrom logging import Logger, getLogger\nfrom typing import Any\n\n\ndef validate_exchange(\n    datapoint: dict, logger: Logger = getLogger(__name__)\n) -> dict[str, Any] | None:\n    \"\"\"\n    Validates a production datapoint based on given constraints.\n    If the datapoint is found to be invalid then None is returned.\n    \"\"\"\n    exchange: float = datapoint[\"netFlow\"]\n    if exchange is None:\n        logger.warning(\n            \"{}: expected exchange cannot be null\".format(\n                datapoint[\"sortedZoneKeys\"],\n            ),\n            extra={\"key\": datapoint[\"sortedZoneKeys\"]},\n        )\n        return\n    return datapoint\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/web.py",
    "content": "from bs4 import BeautifulSoup\nfrom requests import Response, Session\n\nfrom .exceptions import ParserException\n\n\ndef get_response(zone_key: str, url: str, session: Session | None = None):\n    ses = session or Session()\n    response: Response = ses.get(url)\n    if response.status_code != 200:\n        raise ParserException(zone_key, f\"Response code: {response.status_code}\")\n    return response\n\n\ndef get_response_with_params(\n    zone_key: str, url, session: Session | None = None, params=None\n):\n    ses = session or Session()\n    response: Response = ses.get(url, params=params)\n    if response.status_code != 200:\n        raise ParserException(zone_key, f\"Response code: {response.status_code}\")\n    return response\n\n\ndef get_response_text(zone_key: str, url, session: Session | None = None):\n    response = get_response(zone_key, url, session)\n    if not response.text:\n        raise ParserException(zone_key, \"Response empty\")\n    return response.text\n\n\ndef get_response_soup(zone_key: str, url, session: Session | None = None):\n    response_text = get_response_text(zone_key, url, session)\n    return BeautifulSoup(response_text, \"html.parser\")\n"
  },
  {
    "path": "electricitymap/contrib/parsers/lib/zonekey.py",
    "content": "from .exceptions import ParserException\n\n\ndef assert_zone_key(zone_key: str, expected, parser_name=None):\n    \"\"\"Assert country code\"\"\"\n    if not zone_key or zone_key != expected:\n        if not parser_name:\n            parser_name = zone_key\n        raise ParserException(\n            parser_name,\n            f\"zone_key expected {expected}, is {zone_key}\",\n            zone_key,\n        )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/occtonet.py",
    "content": "#!/usr/bin/env python3\nfrom datetime import datetime, timedelta\nfrom io import StringIO\nfrom logging import Logger, getLogger\nfrom zoneinfo import ZoneInfo\n\nimport pandas as pd\nfrom requests import Session, cookies\n\nfrom .lib.exceptions import ParserException\n\n# Abbreviations:\n# JP-HKD : Hokkaido\n# JP-TH  : Tohoku (incl. Niigata)\n# JP-TK  : Tokyo area (Kanto)\n# JP-CB  : Chubu\n# JP-HR  : Hokuriku\n# JP-KN  : Kansai\n# JP-CG  : Chugoku\n# JP-SK  : Shikoku\n# JP-KY  : Kyushu\n# JP-ON  : Okinawa\n\n# In selector, they correspond to (format: Japanese original name [english translation])\nEXCHANGE_MAPPING = {\n    \"JP-HKD->JP-TH\": [\n        1\n    ],  # 北海道・本州間電力連系設備 [Hokkaido-Honshu Electric Power Interconnection Facility]\n    \"JP-TH->JP-TK\": [2],  # 相馬双葉幹線 [Soma Futaba Trunk Line]\n    \"JP-CB->JP-TK\": [3],  # 周波数変換設備 [Frequency conversion equipment]\n    \"JP-CB->JP-KN\": [4],  # 三重東近江線 [Mie Higashi-Omi Line]\n    \"JP-CB->JP-HR\": [\n        5,\n        11,\n    ],  # 南福光連系所・南福光変電所の連系設備 [Minami-Fukumitsu Interconnection / Minami-Fukumitsu Substation Interconnection equipment] and 北陸フェンス [Hokuriku fence]\n    \"JP-HR->JP-KN\": [6],  # 越前嶺南線 [Echizen Rinan Line]\n    \"JP-CG->JP-KN\": [\n        7\n    ],  # 西播東岡山線・山崎智頭線 [Nishiban Higashi Okayama Line / Yamazaki Chitou Line]\n    \"JP-KN->JP-SK\": [8],  # 阿南紀北直流幹線 [Anan Kihoku DC Trunk Line]\n    \"JP-CG->JP-SK\": [9],  # 本四連系線 [This Quadruple Interconnection Line]\n    \"JP-CG->JP-KY\": [10],  # 関門連系線 [Kanmon Interconnection Line]\n}\n# correct flow direction, if needed\nFLOWS_TO_REVERT = [\"JP-CB->JP-TK\", \"JP-CG->JP-KN\", \"JP-CG->JP-SK\"]\n\nSOURCE_URL = \"occtonet.occto.or.jp\"\nEXCHANGE_COLUMNS = [\"sortedZoneKeys\", \"netFlow\", \"source\"]\n\nZONE_INFO = ZoneInfo(\"Asia/Tokyo\")\n\n\ndef _fetch_exchange(\n    session: Session, datetime: datetime, sorted_zone_keys: str\n) -> list[dict]:\n    exch_id = EXCHANGE_MAPPING[sorted_zone_keys]\n\n    # This authorises subsequent calls\n    _cookies = get_cookies(session)\n\n    df = pd.DataFrame()\n    for i in range(len(exch_id)):\n        form_data = get_form_data(session, exch_id[i], datetime)\n        _df = get_exchange(session, form_data)\n        if df.empty:\n            df = _df\n        else:\n            df += _df\n            df.reset_index()\n\n    if sorted_zone_keys in FLOWS_TO_REVERT:\n        df[\"netFlow\"] = -1 * df[\"netFlow\"]\n\n    df[\"source\"] = SOURCE_URL\n\n    df[\"sortedZoneKeys\"] = sorted_zone_keys\n    df = df[EXCHANGE_COLUMNS]\n    df = df.reset_index()\n\n    results = df.to_dict(\"records\")\n    # For some reason, to_dict converts datetimes to Timestamps\n    # See https://stackoverflow.com/questions/64171427/pandas-to-dict-converts-datetime-to-timestamp\n    for result in results:\n        result[\"datetime\"] = result[\"datetime\"].to_pydatetime()\n    return results\n\n\ndef fetch_exchange(\n    zone_key1: str = \"JP-TH\",\n    zone_key2: str = \"JP-TK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Requests the last known power exchange (in MW) between two zones.\"\"\"\n    if not session:\n        session = Session()\n    now = datetime.now(ZONE_INFO)\n    if target_datetime is None:\n        target_datetime = now\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    query_datetime = target_datetime.strftime(\"%Y/%m/%d\")\n\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n    return _fetch_exchange(session, query_datetime, sorted_zone_keys)\n\n\ndef fetch_exchange_forecast(\n    zone_key1: str = \"JP-TH\",\n    zone_key2: str = \"JP-TK\",\n    session: Session | None = None,\n    target_datetime: datetime | None = None,\n    logger: Logger = getLogger(__name__),\n) -> list[dict]:\n    \"\"\"Gets exchange forecast between two specified zones.\"\"\"\n    if not session:\n        session = Session()\n    now = datetime.now(ZONE_INFO)\n    if target_datetime is None:\n        target_datetime = now\n    else:\n        target_datetime = target_datetime.astimezone(ZONE_INFO)\n\n    query_datetime = target_datetime.strftime(\"%Y/%m/%d\")\n\n    if query_datetime > now.strftime(\"%Y/%m/%d\"):\n        raise NotImplementedError(\n            \"Future dates(local time) not implemented for selected exchange\"\n        )\n\n    sorted_zone_keys = \"->\".join(sorted([zone_key1, zone_key2]))\n    return _fetch_exchange(session, query_datetime, sorted_zone_keys)\n\n\ndef get_cookies(session: Session | None = None) -> cookies.RequestsCookieJar:\n    if not session:\n        session = Session()\n    session.get(\"http://occtonet.occto.or.jp/public/dfw/RP11/OCCTO/SD/LOGIN_login\")\n    return session.cookies\n\n\ndef get_form_data(session: Session, exchange_id: int, datetime: str) -> dict[str, str]:\n    form_data = {\n        \"ajaxToken\": \"\",\n        \"downloadKey\": \"\",\n        \"fwExtention.actionSubType\": \"headerInput\",\n        \"fwExtention.actionType\": \"reference\",\n        \"fwExtention.formId\": \"CA01S070P\",\n        \"fwExtention.jsonString\": \"\",\n        \"fwExtention.pagingTargetTable\": \"\",\n        \"fwExtention.pathInfo\": \"CA01S070C\",\n        \"fwExtention.prgbrh\": \"0\",\n        \"msgArea\": \"・マージンには需給調整市場の連系線確保量が含まれております。\",\n        \"requestToken\": \"\",\n        \"requestTokenBk\": \"\",\n        \"searchReqHdn\": \"\",\n        \"simFlgHdn\": \"\",\n        \"sntkTgtRklCdHdn\": \"\",\n        \"spcDay\": datetime,\n        \"spcDayHdn\": \"\",\n        \"tgtRkl\": f\"{exchange_id:02d}\",\n        \"tgtRklHdn\": \"01,北海道・本州間電力連系設備,02,相馬双葉幹線,03,周波数変換設備,04,三重東近江線,05,南福光連系所・南福光変電所の連系設備,06,越前嶺南線,07,西播東岡山線・山崎智頭線,08,阿南紀北直流幹線,09,本四連系線,10,関門連系線,11,北陸フェンス\",\n        \"transitionContextKey\": \"DEFAULT\",\n        \"updDaytime\": \"\",\n    }\n\n    r = session.post(\n        \"https://occtonet3.occto.or.jp/public/dfw/RP11/OCCTO/SD/CA01S070C\",\n        data=form_data,\n    )\n    response_content = r.json()\n\n    if response_content[\"root\"][\"errMessage\"]:\n        raise ParserException(\n            \"occtonet.py\",\n            \"Headers not available due to {}\".format(\n                response_content[\"root\"][\"errMessage\"]\n            ),\n        )\n    else:\n        form_data[\"msgArea\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\"msgArea\"][\n            \"value\"\n        ]\n        form_data[\"searchReqHdn\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\n            \"searchReqHdn\"\n        ][\"value\"]\n        form_data[\"spcDayHdn\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\n            \"spcDayHdn\"\n        ][\"value\"]\n        form_data[\"updDaytime\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\n            \"updDaytime\"\n        ][\"value\"]\n\n    form_data[\"fwExtention.actionSubType\"] = \"ok\"\n    r = session.post(\n        \"https://occtonet3.occto.or.jp/public/dfw/RP11/OCCTO/SD/CA01S070C\",\n        data=form_data,\n    )\n    response_content = r.json()\n\n    if response_content[\"root\"][\"errFields\"]:\n        raise ParserException(\n            \"occtonet.py\",\n            \"Request token not available due to {}\".format(\n                response_content[\"root\"][\"errFields\"]\n            ),\n        )\n    else:\n        form_data[\"downloadKey\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\n            \"downloadKey\"\n        ][\"value\"]\n        form_data[\"requestToken\"] = response_content[\"root\"][\"bizRoot\"][\"header\"][\n            \"requestToken\"\n        ][\"value\"]\n    return form_data\n\n\ndef _get_exchange(session: Session, form_data: dict[str, str], columns: list[str]):\n    def parse_dt(str_dt: str) -> datetime:\n        \"\"\"\n        Expects arguments like \"2024/12/23 00:05\", including the edge case 24:00\n        which is the same as 00:00 of the subsequent date.\n        \"\"\"\n        dt = None\n        if \"24:00\" in str_dt:\n            str_dt = str_dt.replace(\"24:00\", \"00:00\")\n            dt = datetime.strptime(str_dt, \"%Y/%m/%d %H:%M\") + timedelta(days=1)\n        else:\n            dt = datetime.strptime(str_dt, \"%Y/%m/%d %H:%M\")\n        return dt.replace(tzinfo=ZONE_INFO)\n\n    form_data[\"fwExtention.actionSubType\"] = \"download\"\n    r = session.post(\n        \"https://occtonet3.occto.or.jp/public/dfw/RP11/OCCTO/SD/CA01S070C\",\n        data=form_data,\n    )\n    r.encoding = \"shift-jis\"\n    df = pd.read_csv(StringIO(r.text), delimiter=\",\")\n    df = df[columns]\n    df.columns = [\"date\", \"time\", \"netFlow\"]\n    df.loc[:, \"datetime\"] = (df.date + \" \" + df.time).apply(lambda x: parse_dt(x))\n    df = df.set_index(\"datetime\")\n    df = df.drop(columns=[\"date\", \"time\"])\n    df = df.dropna()\n    return df\n\n\ndef get_exchange(session: Session, form_data):\n    return _get_exchange(session, form_data, [\"対象日付\", \"対象時刻\", \"潮流実績\"])\n\n\ndef get_exchange_fcst(session: Session, form_data):\n    return _get_exchange(\n        session, form_data, [\"対象日付\", \"対象時刻\", \"計画潮流(順方向)\"]\n    )\n\n\nif __name__ == \"__main__\":\n    \"\"\"Main method, never used by the Electricity Map backend, but handy for testing.\"\"\"\n\n    print(\"fetch_exchange(JP-CB, JP-HR) ->\")\n    print(fetch_exchange(\"JP-CB\", \"JP-HR\")[-3:])\n    print(\"fetch_exchange(JP-CG, JP-KY) ->\")\n    print(fetch_exchange(\"JP-CG\", \"JP-KY\")[-3:])\n    print(\"fetch_exchange_forecast(JP-CB, JP-HR) ->\")\n    print(fetch_exchange_forecast(\"JP-CB\", \"JP-HR\")[-3:])\n    print(\"fetch_exchange_forecast(JP-CG, JP-KY) ->\")\n    print(fetch_exchange_forecast(\"JP-CG\", \"JP-KY\")[-3:])\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AEMO/test_snapshot_fetch_consumption_forecast[AU-NSW].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[AU-NSW]\n  list([\n    dict({\n      'consumption': 8407.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8394.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8359.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8223.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8047.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7870.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7678.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7594.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7502.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7406.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7289.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7163.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7043.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6898.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6707.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6521.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6348.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6250.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6199.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6200.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6277.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6457.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6660.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7029.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7377.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7690.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7848.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7770.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7511.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7223.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6879.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6650.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6499.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6240.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6079.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5961.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5860.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5754.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5738.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5737.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5816.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5988.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6327.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6673.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7105.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7565.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7997.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8277.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8469.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8468.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8363.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8221.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8054.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7906.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7715.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7622.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7510.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7400.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7274.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7157.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7035.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6896.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6712.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6525.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6360.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6258.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6208.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6215.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6291.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6475.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6675.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7045.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7375.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7651.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7751.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7599.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7256.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6896.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6480.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6171.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5987.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5771.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5646.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5500.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5569.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5529.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5567.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5655.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5816.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6099.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6521.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6955.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7441.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7923.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8349.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8613.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8765.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8733.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8593.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8414.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8234.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8043.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7836.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7732.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7602.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7479.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7342.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7218.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7092.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6948.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6762.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6597.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6431.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6322.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6266.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6257.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6328.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6510.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6699.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7053.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7363.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7583.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7637.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7466.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7128.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6797.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6408.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6086.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5901.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5708.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5587.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5476.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5493.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5448.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5469.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5533.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5670.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5962.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6385.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6808.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7253.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7714.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8116.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8316.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8420.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8388.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8269.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8102.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7932.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7812.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7653.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7606.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7538.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7466.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7356.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7236.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7107.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6955.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6764.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6596.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6417.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6302.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6227.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6178.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6199.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6289.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6369.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6535.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6705.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6816.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6815.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6714.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6454.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6179.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5798.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5498.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5217.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4930.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4736.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4557.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4429.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4321.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4293.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4330.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4473.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4763.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5200.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5714.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6239.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6762.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7273.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7652.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7876.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7921.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7849.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7746.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7631.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7544.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7421.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7352.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7303.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7251.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7130.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7022.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6911.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6824.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6713.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6605.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6446.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6298.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6178.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6099.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6050.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6031.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6006.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6008.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6026.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6113.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6119.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6066.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5901.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5690.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5416.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5175.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4915.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4651.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4460.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4348.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4193.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4085.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4066.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4143.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4326.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4572.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 4968.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5424.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5975.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6511.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7097.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7584.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7992.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8210.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8185.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8012.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7836.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7730.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7599.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7413.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7248.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7155.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7031.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6953.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6850.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6744.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6627.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6503.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6364.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6237.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6144.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6116.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6122.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6203.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6319.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6575.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6825.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7172.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7364.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7299.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7092.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6807.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6443.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6171.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5934.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5731.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5594.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5491.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5441.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5413.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5456.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5550.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5715.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 5930.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6265.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6627.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7088.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7552.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8019.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8368.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8676.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8780.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8703.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8470.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8244.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8109.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7946.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7768.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7597.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7505.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7403.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7337.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7254.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7157.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7027.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6893.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6714.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6538.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6404.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6330.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6318.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6382.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6484.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6723.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6966.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7328.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7565.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7578.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7463.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7285.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7009.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6805.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6619.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6426.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6312.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6237.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6196.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6167.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6148.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6177.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6254.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6403.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6634.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6919.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7296.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7685.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8082.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8414.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8717.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8830.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8784.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8571.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8365.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8205.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8043.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7860.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7688.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7599.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7490.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7409.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7314.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7204.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7067.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6926.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6739.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6560.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6423.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6345.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6332.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6392.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6490.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6726.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6967.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7322.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7549.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7538.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7406.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7230.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6950.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6736.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6552.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6380.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6276.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6183.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6148.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6115.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6134.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6204.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6322.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6459.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6717.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 6996.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7381.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7760.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8147.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8429.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8708.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8811.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8748.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8521.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8303.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 8156.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7997.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7830.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7665.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7576.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7471.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7386.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'consumption': 7283.0,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Sydney')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NSW',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AEMO/test_snapshot_fetch_consumption_forecast[AU-QLD].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[AU-QLD]\n  list([\n    dict({\n      'consumption': 8263.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8232.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8113.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7901.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7729.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7566.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7387.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7238.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7043.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6823.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6623.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6460.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6321.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6177.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6049.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5996.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5947.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5868.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5822.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5815.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5820.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5872.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5963.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6132.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6333.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6613.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6838.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6967.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6937.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6867.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6753.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6709.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6676.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6715.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6800.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6910.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6956.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6994.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7094.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7154.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7200.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7270.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7399.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7546.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7753.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7894.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8021.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8095.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8172.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8149.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8067.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7869.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7682.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7527.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7357.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7219.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7031.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6800.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6598.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6434.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6302.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6168.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6047.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6001.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5957.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5885.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5839.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5830.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5836.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5887.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5978.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6152.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6339.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6613.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6824.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6932.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6882.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6789.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6642.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6563.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6511.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6527.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6568.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6609.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6632.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6617.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6727.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6793.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6869.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6949.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7146.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7370.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7672.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7892.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8080.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8187.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8286.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8280.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8209.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8039.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7858.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7689.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7519.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7341.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7127.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6901.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6686.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6506.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6359.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6214.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6086.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6029.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5977.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5905.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5858.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5843.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5851.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5897.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5981.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6134.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6293.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6503.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6599.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6606.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6430.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6217.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5936.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5744.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5588.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5542.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5523.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5573.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5604.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5611.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5684.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5797.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5939.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6161.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6382.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6714.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7148.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7536.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7845.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8010.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8106.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 8082.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7996.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7821.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7637.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7446.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7284.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7164.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6985.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6831.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6648.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6475.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6315.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6147.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6004.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5926.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5863.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5784.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5731.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5706.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5694.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5705.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5726.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5773.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5809.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5839.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5765.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5599.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5361.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5146.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4869.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4669.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4482.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4405.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4388.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4441.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4488.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4511.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4581.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4722.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4902.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5177.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5450.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5875.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6368.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6810.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7217.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7499.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7675.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7711.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7634.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7448.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7264.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7085.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6951.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6851.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6697.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6552.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6397.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6256.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6125.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5992.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5868.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5799.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5737.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5660.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5607.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5576.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5558.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5557.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5564.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5577.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5579.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5555.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5426.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5225.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4970.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4767.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4527.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4346.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4202.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4202.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4245.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4349.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4452.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4517.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4599.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4720.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4892.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5144.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5445.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5834.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6282.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6685.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7077.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7382.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7580.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7630.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7550.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7374.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7196.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7049.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6903.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6777.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6594.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6414.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6243.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6105.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5979.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5852.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5733.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5682.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5638.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5583.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5544.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5533.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5541.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5590.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5668.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5803.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5935.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6077.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6106.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6042.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5833.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5610.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5328.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5064.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4827.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4705.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4671.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4676.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4705.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4717.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4792.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4932.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5110.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5379.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5699.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6107.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6583.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7038.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7470.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7758.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7943.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7974.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7883.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7667.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7471.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7297.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7111.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6966.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6768.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6551.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6363.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6209.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6072.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5931.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5799.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5723.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5672.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5604.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5561.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5543.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5552.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5595.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5675.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5809.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5937.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6070.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6083.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5981.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5742.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5492.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5203.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4960.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4765.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4682.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4688.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4739.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4779.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4810.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4892.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5029.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5185.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5439.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5763.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6139.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6558.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6954.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7328.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7600.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7787.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7828.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7747.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7559.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7386.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7227.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7053.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6907.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6707.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6507.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6324.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6175.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6042.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5910.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5784.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5717.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5666.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5607.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5570.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5555.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5563.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5611.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5694.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5825.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5955.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6092.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6112.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6011.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5770.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5516.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5224.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4970.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4757.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4683.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4684.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4719.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4759.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4782.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4857.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 4985.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5129.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5370.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 5702.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6086.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6515.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6929.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7310.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7593.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7787.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7828.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7749.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7564.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7393.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7233.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 7065.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6922.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6727.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6529.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6354.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6207.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'consumption': 6069.0,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Brisbane')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-QLD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AEMO/test_snapshot_fetch_consumption_forecast[AU-SA].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[AU-SA]\n  list([\n    dict({\n      'consumption': 1443.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1571.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1641.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1653.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1626.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1584.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1550.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1506.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1465.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1426.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1394.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1377.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1410.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1422.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1439.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1419.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1388.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1356.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1325.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1304.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1297.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1297.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1314.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1335.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1392.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1452.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1522.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1518.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1440.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1303.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1159.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1013.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 880.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 800.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 733.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 661.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 613.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 581.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 583.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 581.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 602.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 659.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 723.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 831.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 935.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1228.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1387.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1516.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1614.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1650.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1647.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1612.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1573.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1537.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1494.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1448.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1410.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1374.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1352.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1385.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1391.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1409.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1383.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1352.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1319.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1290.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1272.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1267.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1272.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1290.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1316.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1375.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1442.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1523.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1536.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1487.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1388.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1281.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1157.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1042.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 955.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 895.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 835.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 776.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 733.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 710.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 692.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 692.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 754.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 819.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 894.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1010.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1142.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1292.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1427.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1534.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1585.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1604.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1591.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1561.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1528.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1484.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1439.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1389.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1353.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1332.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1367.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1370.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1390.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1366.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1336.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1303.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1274.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1257.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1251.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1258.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1277.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1304.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1356.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1421.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1504.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1526.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1480.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1365.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1240.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1098.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 975.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 886.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 813.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 721.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 644.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 585.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 562.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 541.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 543.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 591.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 674.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 762.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 898.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1051.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1220.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1367.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1481.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1533.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1549.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1535.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1506.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1476.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1439.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1403.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1363.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1333.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1314.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1349.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1364.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1380.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1354.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1322.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1285.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1255.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1237.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1231.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1230.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1242.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1258.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1285.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1314.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1347.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1332.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1251.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1115.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 971.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 815.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 666.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 574.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 477.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 366.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 260.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 175.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 140.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 122.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 119.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 162.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 240.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 357.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 487.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 868.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1089.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1269.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1407.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1472.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1488.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1474.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1447.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1424.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1388.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1357.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1331.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1307.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1291.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1331.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1374.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1387.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1360.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1326.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1286.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1251.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1229.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1212.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1197.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1183.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1170.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1157.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1144.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1152.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1137.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1101.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1005.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 899.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 775.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 658.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 515.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 425.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 365.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 318.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 286.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 269.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 252.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 288.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 353.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 447.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 567.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 709.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 883.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1087.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1279.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1420.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1500.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1514.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1490.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1457.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1434.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1404.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1375.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1346.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1320.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1299.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1333.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1373.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1395.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1375.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1348.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1314.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1285.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1263.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1249.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1241.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1241.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1246.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1277.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1313.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1376.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1391.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1376.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1287.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1162.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1021.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 883.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 765.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 668.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 579.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 526.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 467.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 423.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 401.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 399.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 445.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 505.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 597.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 707.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 837.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1000.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1198.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1395.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1545.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1627.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1647.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1623.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1589.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1561.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1528.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1491.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1443.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1404.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1375.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1397.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1396.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1410.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1385.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1356.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1319.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1288.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1266.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1252.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1247.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1245.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1252.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1275.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1309.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1370.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1384.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1357.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1238.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1099.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 943.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 803.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 608.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 517.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 442.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 401.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 375.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 364.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 375.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 423.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 484.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 579.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 692.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 831.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1003.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1205.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1403.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1550.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1629.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1647.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1620.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1585.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1555.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1522.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1486.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1440.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1402.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1371.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1395.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1417.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1431.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1406.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1377.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1339.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1306.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1280.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1266.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1259.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1258.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1265.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1293.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1326.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1385.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1392.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1365.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1262.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1128.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 979.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 839.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 740.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 651.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 550.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 502.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 449.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 421.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 410.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 428.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 483.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 564.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 674.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 797.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 934.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1295.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1474.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1600.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1667.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1674.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1639.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1603.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1572.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1537.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1497.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1457.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1420.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1392.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'consumption': 1415.0,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Adelaide')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-SA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AEMO/test_snapshot_fetch_consumption_forecast[AU-TAS].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[AU-TAS]\n  list([\n    dict({\n      'consumption': 1323.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1325.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1320.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1303.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1283.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1263.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1235.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1209.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1179.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1153.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1128.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1111.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1096.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1069.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1063.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1061.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1063.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1064.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1068.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1060.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1070.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1092.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1142.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1195.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1260.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1306.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1317.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1330.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1286.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1230.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1176.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1134.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1099.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1078.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1053.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1036.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1025.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1020.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1027.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1031.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1044.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1060.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1088.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1130.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1180.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1222.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1203.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1224.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1230.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1226.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1213.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1193.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1181.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1158.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1192.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1169.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1147.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1124.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1109.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1096.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1087.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1081.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1079.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1077.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1079.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1081.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1085.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1094.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1109.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1128.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1119.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1169.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1242.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1353.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1370.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1344.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1297.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1244.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1196.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1159.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1129.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1112.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1095.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1092.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1100.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1116.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1130.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1154.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1188.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1229.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1262.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1231.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1245.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1250.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1246.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1232.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1212.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1196.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1167.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1138.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1108.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1085.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1063.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1049.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1043.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1095.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1095.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1092.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1090.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1090.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1094.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1101.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1105.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1061.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1131.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1188.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1255.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1302.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1319.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1307.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1333.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1287.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1244.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1203.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1178.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1159.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1142.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1128.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1116.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1108.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1105.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1105.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1116.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1136.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1172.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1213.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1251.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1283.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1302.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1307.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1303.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1290.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1272.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1257.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1230.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1208.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1185.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1170.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1152.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1137.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1124.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1112.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1105.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1098.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1096.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1097.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1108.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1118.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1133.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1159.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1188.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1226.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1260.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1273.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1269.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1253.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1235.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1214.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1192.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1168.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1150.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1133.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1114.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1097.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1086.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1079.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1086.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1126.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1165.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1218.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1265.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1301.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1327.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1335.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1326.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1302.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1281.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1263.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1239.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1216.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1196.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1175.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1156.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1140.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1129.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1114.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1093.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1087.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1086.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1079.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1081.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1093.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1120.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1151.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1175.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1183.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1178.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1170.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1148.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1125.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1085.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1069.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1060.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1050.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1048.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1048.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1058.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1071.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1098.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1132.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1176.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1225.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1280.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1330.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1357.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1357.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1337.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1316.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1293.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1268.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1242.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1218.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1191.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1165.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1140.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1120.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1104.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1094.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1088.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1087.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1092.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1103.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1118.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1154.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1194.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1255.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1310.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1350.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1353.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1336.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1298.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1269.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1233.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1208.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1182.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1162.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1148.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1140.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1131.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1126.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1126.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1132.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1145.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1168.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1198.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1240.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1287.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1286.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1333.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1358.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1358.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1334.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1311.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1286.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1258.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1233.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1203.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1168.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1134.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1107.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1090.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1121.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1114.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1107.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1101.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1102.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1106.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1111.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1122.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1138.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1172.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1213.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1276.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1331.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1368.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1366.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1334.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1286.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1240.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1197.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1163.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1133.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1110.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1093.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1084.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1074.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1072.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1071.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1078.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1089.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1109.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1138.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1177.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1225.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1284.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1338.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1371.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1372.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1357.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1336.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1318.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1291.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1268.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1240.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1207.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1176.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1149.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1129.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1115.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1106.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1099.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1095.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1094.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1094.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1097.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1101.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1111.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1127.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1162.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1201.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1261.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1313.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1345.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1339.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1305.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1260.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1217.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1177.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1145.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1118.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1098.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1082.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1075.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1067.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1068.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1069.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1076.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1087.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1109.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1138.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1176.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1222.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1279.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1329.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1352.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1351.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1335.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1313.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1294.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1269.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1248.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1222.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1195.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1164.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1139.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'consumption': 1119.0,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Hobart')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-TAS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AEMO/test_snapshot_fetch_consumption_forecast[AU-VIC].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[AU-VIC]\n  list([\n    dict({\n      'consumption': 5449.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5525.0,\n      'datetime': datetime.datetime(2025, 4, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5599.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5562.0,\n      'datetime': datetime.datetime(2025, 4, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5435.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5279.0,\n      'datetime': datetime.datetime(2025, 4, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5111.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4948.0,\n      'datetime': datetime.datetime(2025, 4, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4790.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4654.0,\n      'datetime': datetime.datetime(2025, 4, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4588.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4655.0,\n      'datetime': datetime.datetime(2025, 4, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4612.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4493.0,\n      'datetime': datetime.datetime(2025, 4, 2, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4369.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4264.0,\n      'datetime': datetime.datetime(2025, 4, 2, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4170.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4122.0,\n      'datetime': datetime.datetime(2025, 4, 2, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4092.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4111.0,\n      'datetime': datetime.datetime(2025, 4, 2, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4152.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4275.0,\n      'datetime': datetime.datetime(2025, 4, 2, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4432.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4729.0,\n      'datetime': datetime.datetime(2025, 4, 2, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5040.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5397.0,\n      'datetime': datetime.datetime(2025, 4, 2, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5567.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5450.0,\n      'datetime': datetime.datetime(2025, 4, 2, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5176.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4795.0,\n      'datetime': datetime.datetime(2025, 4, 2, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4373.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4016.0,\n      'datetime': datetime.datetime(2025, 4, 2, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3692.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3390.0,\n      'datetime': datetime.datetime(2025, 4, 2, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3121.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2939.0,\n      'datetime': datetime.datetime(2025, 4, 2, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2812.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2757.0,\n      'datetime': datetime.datetime(2025, 4, 2, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2777.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2860.0,\n      'datetime': datetime.datetime(2025, 4, 2, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2995.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3135.0,\n      'datetime': datetime.datetime(2025, 4, 2, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3359.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3669.0,\n      'datetime': datetime.datetime(2025, 4, 2, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4038.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4410.0,\n      'datetime': datetime.datetime(2025, 4, 2, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4813.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5139.0,\n      'datetime': datetime.datetime(2025, 4, 2, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5420.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5600.0,\n      'datetime': datetime.datetime(2025, 4, 2, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5653.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5588.0,\n      'datetime': datetime.datetime(2025, 4, 2, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5487.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5358.0,\n      'datetime': datetime.datetime(2025, 4, 2, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5182.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5007.0,\n      'datetime': datetime.datetime(2025, 4, 2, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4837.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4685.0,\n      'datetime': datetime.datetime(2025, 4, 2, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4609.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4672.0,\n      'datetime': datetime.datetime(2025, 4, 2, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4630.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4515.0,\n      'datetime': datetime.datetime(2025, 4, 3, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4392.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4289.0,\n      'datetime': datetime.datetime(2025, 4, 3, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4192.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4140.0,\n      'datetime': datetime.datetime(2025, 4, 3, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4110.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4128.0,\n      'datetime': datetime.datetime(2025, 4, 3, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4175.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4300.0,\n      'datetime': datetime.datetime(2025, 4, 3, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4460.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4757.0,\n      'datetime': datetime.datetime(2025, 4, 3, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5067.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5423.0,\n      'datetime': datetime.datetime(2025, 4, 3, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5611.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5529.0,\n      'datetime': datetime.datetime(2025, 4, 3, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5310.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5023.0,\n      'datetime': datetime.datetime(2025, 4, 3, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4684.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4420.0,\n      'datetime': datetime.datetime(2025, 4, 3, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4162.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3906.0,\n      'datetime': datetime.datetime(2025, 4, 3, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3740.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3647.0,\n      'datetime': datetime.datetime(2025, 4, 3, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3530.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3458.0,\n      'datetime': datetime.datetime(2025, 4, 3, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3460.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3511.0,\n      'datetime': datetime.datetime(2025, 4, 3, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3611.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3737.0,\n      'datetime': datetime.datetime(2025, 4, 3, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3910.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4130.0,\n      'datetime': datetime.datetime(2025, 4, 3, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4414.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4721.0,\n      'datetime': datetime.datetime(2025, 4, 3, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5037.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5288.0,\n      'datetime': datetime.datetime(2025, 4, 3, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5495.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5624.0,\n      'datetime': datetime.datetime(2025, 4, 3, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5663.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5623.0,\n      'datetime': datetime.datetime(2025, 4, 3, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5533.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5384.0,\n      'datetime': datetime.datetime(2025, 4, 3, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5224.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5045.0,\n      'datetime': datetime.datetime(2025, 4, 3, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4876.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4727.0,\n      'datetime': datetime.datetime(2025, 4, 3, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4643.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4704.0,\n      'datetime': datetime.datetime(2025, 4, 3, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4662.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4551.0,\n      'datetime': datetime.datetime(2025, 4, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4429.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4338.0,\n      'datetime': datetime.datetime(2025, 4, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4238.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4188.0,\n      'datetime': datetime.datetime(2025, 4, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4154.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4166.0,\n      'datetime': datetime.datetime(2025, 4, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4213.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4336.0,\n      'datetime': datetime.datetime(2025, 4, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4492.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4764.0,\n      'datetime': datetime.datetime(2025, 4, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5073.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5438.0,\n      'datetime': datetime.datetime(2025, 4, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5658.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5637.0,\n      'datetime': datetime.datetime(2025, 4, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5470.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5255.0,\n      'datetime': datetime.datetime(2025, 4, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4951.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4642.0,\n      'datetime': datetime.datetime(2025, 4, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4395.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4239.0,\n      'datetime': datetime.datetime(2025, 4, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4040.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3912.0,\n      'datetime': datetime.datetime(2025, 4, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3775.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3667.0,\n      'datetime': datetime.datetime(2025, 4, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3612.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3577.0,\n      'datetime': datetime.datetime(2025, 4, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3606.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3692.0,\n      'datetime': datetime.datetime(2025, 4, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3843.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4051.0,\n      'datetime': datetime.datetime(2025, 4, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4348.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4655.0,\n      'datetime': datetime.datetime(2025, 4, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4973.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5222.0,\n      'datetime': datetime.datetime(2025, 4, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5432.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5582.0,\n      'datetime': datetime.datetime(2025, 4, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5623.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5579.0,\n      'datetime': datetime.datetime(2025, 4, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5486.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5325.0,\n      'datetime': datetime.datetime(2025, 4, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5195.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5044.0,\n      'datetime': datetime.datetime(2025, 4, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4899.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4781.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4710.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4768.0,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4715.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4601.0,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4468.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4356.0,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4244.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4172.0,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4120.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4105.0,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4118.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4185.0,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4261.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4391.0,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4541.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4746.0,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4829.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4757.0,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4605.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4496.0,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4324.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4144.0,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3965.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3874.0,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3777.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3661.0,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3539.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3433.0,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3361.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3301.0,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3293.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3391.0,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3528.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3742.0,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4039.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4352.0,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4674.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4952.0,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5166.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5325.0,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5356.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5312.0,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5221.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5086.0,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4985.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4860.0,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4746.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4669.0,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4622.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4712.0,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4710.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4659.0,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4548.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4444.0,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4299.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4193.0,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4113.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4057.0,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4017.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3986.0,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3962.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3951.0,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3959.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4046.0,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4112.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4154.0,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4122.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4056.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3889.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3650.0,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3398.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3206.0,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3032.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2935.0,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2834.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2788.0,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2757.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2800.0,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2868.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 2971.0,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3142.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3365.0,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3652.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3986.0,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4402.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4845.0,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5244.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5498.0,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5585.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5522.0,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5419.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5297.0,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5175.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5059.0,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4931.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4802.0,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4700.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4721.0,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4659.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4546.0,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4411.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4296.0,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4174.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4085.0,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4029.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4007.0,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4003.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4053.0,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4125.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4275.0,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4467.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4772.0,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5043.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5244.0,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5326.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5304.0,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5179.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4981.0,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4750.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4612.0,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4556.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4487.0,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4396.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4333.0,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4299.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4288.0,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4307.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4388.0,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4498.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4657.0,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4862.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5100.0,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5389.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5688.0,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5967.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6171.0,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6208.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6114.0,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5979.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5814.0,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5689.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5538.0,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5368.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5201.0,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5062.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5047.0,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4960.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4815.0,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4655.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4516.0,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4381.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4286.0,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4224.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4190.0,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4188.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4232.0,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4309.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4439.0,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4636.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4942.0,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5201.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5363.0,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5383.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5297.0,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5080.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4823.0,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4526.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4261.0,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3990.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3865.0,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3734.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3657.0,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3608.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3589.0,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3616.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3739.0,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3879.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4061.0,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4329.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4629.0,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4995.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5378.0,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5751.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6025.0,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6113.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6052.0,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5937.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5781.0,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5653.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5505.0,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5340.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5175.0,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5041.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5028.0,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4940.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4799.0,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4642.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4503.0,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4370.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4274.0,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4211.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4177.0,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4168.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4204.0,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4278.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4414.0,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4606.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4913.0,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5167.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5315.0,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5331.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5244.0,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5029.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4734.0,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4415.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4154.0,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3875.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3720.0,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3600.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3545.0,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3527.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3570.0,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3615.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3708.0,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 3846.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4035.0,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4296.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4588.0,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4956.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5333.0,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5686.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5922.0,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 6002.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5947.0,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5831.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5677.0,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5552.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5417.0,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5269.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 5111.0,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4986.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4997.0,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'consumption': 4934.0,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Melbourne')),\n      'source': 'aemo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-VIC',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_AW.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n        'unknown',\n      ]),\n      'datetime': datetime.datetime(2023, 9, 12, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Aruba')),\n      'production': dict({\n        'biomass': 0.0,\n        'oil': 108.567078,\n        'solar': 0.0,\n        'unknown': 0,\n        'wind': 4.692129,\n      }),\n      'source': 'webaruba.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AW',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_BE/test_fetch_production.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 320.0,\n        'gas': 700.0,\n        'hydro': 46.0,\n        'nuclear': 3950.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 560.0,\n        'wind': 4230.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 30.0,\n        'hydro': 200.0,\n      }),\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 321.0,\n        'gas': 550.0,\n        'hydro': 46.7,\n        'nuclear': 3948.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 607.0,\n        'wind': 4217.0,\n      }),\n      'source': 'entsoe.eu, opendata.elia.be',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.0,\n        'hydro': 180.0,\n      }),\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 325.84,\n        'gas': 560.96,\n        'hydro': 46.67,\n        'nuclear': 3947.66,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 600.66,\n        'wind': 4251.79,\n      }),\n      'source': 'opendata.elia.be',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 45.0,\n        'hydro': None,\n      }),\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 320.65,\n        'gas': None,\n        'hydro': 46.86,\n        'nuclear': 3947.71,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 591.49,\n        'wind': 4266.5,\n      }),\n      'source': 'opendata.elia.be',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.0,\n        'hydro': None,\n      }),\n      'zoneKey': 'BE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_BG.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 21.58,\n        'coal': 762.85,\n        'gas': 458.2,\n        'hydro': 778.79,\n        'nuclear': 2118.06,\n        'solar': 159.23,\n        'wind': 178.62,\n      }),\n      'source': 'eso.bg',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BG',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CAMMESA.ambr",
    "content": "# serializer version: 1\n# name: test_exchanges_AR_BAS_AR_COM\n  list([\n  ])\n# ---\n# name: test_exchanges_AR_CL_SEN\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 8, 30, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': 200.0,\n      'sortedZoneKeys': 'AR->CL-SEN',\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 161.85,\n        'coal': np.float64(224.613),\n        'gas': np.float64(5989.68),\n        'hydro': 6086.5,\n        'nuclear': 1388.4,\n        'oil': np.float64(1272.807),\n        'solar': 0.0,\n        'wind': 2009.54,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 157.2,\n        'coal': np.float64(216.69),\n        'gas': np.float64(5778.4),\n        'hydro': 5893.23,\n        'nuclear': 1390.4,\n        'oil': np.float64(1227.91),\n        'solar': 0.0,\n        'wind': 1944.1,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 158.55,\n        'coal': np.float64(216.18),\n        'gas': np.float64(5764.8),\n        'hydro': 6028.12,\n        'nuclear': 1394.0,\n        'oil': np.float64(1225.02),\n        'solar': 0.0,\n        'wind': 1922.51,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 148.3,\n        'coal': np.float64(204.066),\n        'gas': np.float64(5441.76),\n        'hydro': 6592.0,\n        'nuclear': 1394.6,\n        'oil': np.float64(1156.374),\n        'solar': 0.0,\n        'wind': 1900.64,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 149.74,\n        'coal': np.float64(202.74),\n        'gas': np.float64(5406.4),\n        'hydro': 6678.26,\n        'nuclear': 1387.0,\n        'oil': np.float64(1148.86),\n        'solar': 0.0,\n        'wind': 1871.5,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 7, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'biomass': 155.96,\n        'coal': np.float64(203.736),\n        'gas': np.float64(5432.96),\n        'hydro': 6525.16,\n        'nuclear': 1388.1,\n        'oil': np.float64(1154.504),\n        'solar': 0.0,\n        'wind': 1835.68,\n      }),\n      'source': 'cammesaweb.cammesa.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CA_AB.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2075.84,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1906.32,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1835.3,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 6.45,\n        'wind': 1611.24,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 92.67,\n        'wind': 1279.4,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 255.75,\n        'wind': 951.19,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 378.89,\n        'wind': 896.19,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 592.6,\n        'wind': 751.44,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 744.04,\n        'wind': 587.83,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 945.51,\n        'wind': 428.2,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1044.34,\n        'wind': 318.69,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1017.66,\n        'wind': 327.06,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1051.89,\n        'wind': 380.76,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 875.65,\n        'wind': 400.51,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 438.7,\n        'wind': 474.17,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 49.55,\n        'wind': 682.37,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1153.81,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1998.39,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2734.04,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3223.62,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3354.24,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3343.46,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3108.56,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2972.83,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2815.32,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2398.31,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2203.6,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 37.0,\n        'wind': 2179.59,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 425.15,\n        'wind': 1937.05,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1052.06,\n        'wind': 1676.27,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1394.69,\n        'wind': 1571.24,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1542.91,\n        'wind': 1413.35,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1526.05,\n        'wind': 1463.77,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1520.99,\n        'wind': 1599.64,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1459.68,\n        'wind': 1683.99,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1474.66,\n        'wind': 1884.76,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1302.4,\n        'wind': 2054.58,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 903.29,\n        'wind': 2066.41,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 367.85,\n        'wind': 2151.22,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 34.62,\n        'wind': 2446.55,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2787.36,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3005.29,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2958.56,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2728.82,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2872.64,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3057.42,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2760.59,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2761.04,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.16,\n        'wind': 2518.45,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2630.01,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2684.44,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 26.79,\n        'wind': 2726.33,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 270.37,\n        'wind': 2695.77,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 684.02,\n        'wind': 2608.56,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 980.8,\n        'wind': 2581.71,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1052.13,\n        'wind': 2664.17,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1067.09,\n        'wind': 2723.39,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1063.03,\n        'wind': 2749.84,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1002.02,\n        'wind': 2805.44,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 924.19,\n        'wind': 2819.94,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 793.55,\n        'wind': 2728.52,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 573.29,\n        'wind': 2545.87,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 248.39,\n        'wind': 2336.72,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 26.89,\n        'wind': 2196.89,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2127.59,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2085.43,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2138.91,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2296.83,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2501.88,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2623.14,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2664.52,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2609.34,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2454.05,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2306.57,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2229.69,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 39.76,\n        'wind': 2247.47,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 385.04,\n        'wind': 2325.91,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 957.74,\n        'wind': 2402.4,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1198.69,\n        'wind': 2520.28,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1275.6,\n        'wind': 2769.0,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1377.96,\n        'wind': 3026.26,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1397.03,\n        'wind': 3159.56,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1349.97,\n        'wind': 3224.79,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1241.67,\n        'wind': 3263.18,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1113.24,\n        'wind': 3163.95,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 807.78,\n        'wind': 3002.09,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 338.54,\n        'wind': 2924.69,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 37.67,\n        'wind': 2905.45,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2882.94,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2905.29,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2888.12,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2774.21,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2757.69,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2693.8,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2501.02,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2337.3,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2289.05,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2289.41,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2314.28,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 35.84,\n        'wind': 2359.24,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 336.2,\n        'wind': 2388.96,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 883.09,\n        'wind': 2263.51,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1176.49,\n        'wind': 2232.78,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1271.94,\n        'wind': 2456.57,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1283.86,\n        'wind': 2661.78,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1289.17,\n        'wind': 2787.19,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1283.37,\n        'wind': 2863.95,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1224.96,\n        'wind': 2832.66,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1118.23,\n        'wind': 2663.64,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 844.65,\n        'wind': 2308.15,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 381.27,\n        'wind': 1846.8,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 44.23,\n        'wind': 1466.25,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1286.42,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1350.13,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1552.23,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 22, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1856.1,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2172.01,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2331.96,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2443.43,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2537.34,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2538.76,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2474.68,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2331.5,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 40.94,\n        'wind': 2171.29,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 343.79,\n        'wind': 2046.98,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 761.01,\n        'wind': 1915.01,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1095.24,\n        'wind': 1836.61,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1225.34,\n        'wind': 1865.58,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1244.38,\n        'wind': 1980.43,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1218.48,\n        'wind': 2171.58,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1105.9,\n        'wind': 2365.33,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 924.7,\n        'wind': 2462.26,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 715.81,\n        'wind': 2463.87,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 500.26,\n        'wind': 2476.2,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 207.14,\n        'wind': 2549.52,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 22.0,\n        'wind': 2682.49,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2824.99,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3004.88,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3222.3,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3432.0,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3410.77,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3347.85,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3336.45,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3381.71,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3489.38,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3615.25,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 3648.05,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 39.21,\n        'wind': 3592.14,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 347.06,\n        'wind': 3544.68,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 839.6,\n        'wind': 3451.86,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1099.13,\n        'wind': 3315.51,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1166.37,\n        'wind': 3203.98,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1181.96,\n        'wind': 3184.4,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1184.72,\n        'wind': 3249.39,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1171.91,\n        'wind': 3305.01,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1113.87,\n        'wind': 3238.0,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 996.96,\n        'wind': 3050.58,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 737.12,\n        'wind': 2866.87,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 332.57,\n        'wind': 2750.01,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 40.25,\n        'wind': 2677.44,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2596.28,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2434.07,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2193.09,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 24, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1972.17,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1954.94,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1861.77,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1663.76,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1487.08,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1386.28,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1343.79,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1285.85,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 83.25,\n        'wind': 1199.83,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 608.86,\n        'wind': 1117.63,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1235.43,\n        'wind': 981.59,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1480.63,\n        'wind': 807.26,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1524.12,\n        'wind': 660.33,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1507.31,\n        'wind': 545.48,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1482.3,\n        'wind': 461.07,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1392.35,\n        'wind': 387.29,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1189.23,\n        'wind': 343.33,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 927.13,\n        'wind': 332.73,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 658.17,\n        'wind': 335.67,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 299.52,\n        'wind': 384.62,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 36.22,\n        'wind': 478.75,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 592.31,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 738.91,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 940.19,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1218.63,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1382.06,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1371.95,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1376.56,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1398.32,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1424.7,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1466.54,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1418.28,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 101.49,\n        'wind': 1269.18,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 674.47,\n        'wind': 1126.72,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1288.7,\n        'wind': 979.06,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1508.01,\n        'wind': 838.16,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1529.61,\n        'wind': 725.9,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1507.52,\n        'wind': 666.05,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1495.4,\n        'wind': 666.97,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1486.39,\n        'wind': 694.43,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1458.18,\n        'wind': 734.62,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1348.36,\n        'wind': 793.65,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 1031.83,\n        'wind': 893.54,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 492.13,\n        'wind': 1026.32,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 67.68,\n        'wind': 1173.18,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1326.32,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1484.26,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1669.98,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1890.94,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2012.26,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2015.65,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2040.9,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Canada/Mountain')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2080.44,\n      }),\n      'source': 'ets.aeso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-AB',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CA_CQ.ambr",
    "content": "# serializer version: 1\n# name: test_consumption\n  list([\n    dict({\n      'consumption': 15812.0,\n      'datetime': datetime.datetime(2023, 8, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15704.0,\n      'datetime': datetime.datetime(2023, 8, 15, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15497.0,\n      'datetime': datetime.datetime(2023, 8, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15477.0,\n      'datetime': datetime.datetime(2023, 8, 15, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15330.0,\n      'datetime': datetime.datetime(2023, 8, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15231.0,\n      'datetime': datetime.datetime(2023, 8, 15, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15136.0,\n      'datetime': datetime.datetime(2023, 8, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15049.0,\n      'datetime': datetime.datetime(2023, 8, 15, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14879.0,\n      'datetime': datetime.datetime(2023, 8, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14942.0,\n      'datetime': datetime.datetime(2023, 8, 15, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14872.0,\n      'datetime': datetime.datetime(2023, 8, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14812.0,\n      'datetime': datetime.datetime(2023, 8, 15, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14759.0,\n      'datetime': datetime.datetime(2023, 8, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14795.0,\n      'datetime': datetime.datetime(2023, 8, 15, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14744.0,\n      'datetime': datetime.datetime(2023, 8, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14686.0,\n      'datetime': datetime.datetime(2023, 8, 15, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14578.0,\n      'datetime': datetime.datetime(2023, 8, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14694.0,\n      'datetime': datetime.datetime(2023, 8, 15, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14754.0,\n      'datetime': datetime.datetime(2023, 8, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14820.0,\n      'datetime': datetime.datetime(2023, 8, 15, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14894.0,\n      'datetime': datetime.datetime(2023, 8, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15189.0,\n      'datetime': datetime.datetime(2023, 8, 15, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15246.0,\n      'datetime': datetime.datetime(2023, 8, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15360.0,\n      'datetime': datetime.datetime(2023, 8, 15, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15512.0,\n      'datetime': datetime.datetime(2023, 8, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16031.0,\n      'datetime': datetime.datetime(2023, 8, 15, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16220.0,\n      'datetime': datetime.datetime(2023, 8, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16540.0,\n      'datetime': datetime.datetime(2023, 8, 15, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16783.0,\n      'datetime': datetime.datetime(2023, 8, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17240.0,\n      'datetime': datetime.datetime(2023, 8, 15, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17396.0,\n      'datetime': datetime.datetime(2023, 8, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17668.0,\n      'datetime': datetime.datetime(2023, 8, 15, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17734.0,\n      'datetime': datetime.datetime(2023, 8, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18065.0,\n      'datetime': datetime.datetime(2023, 8, 15, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18268.0,\n      'datetime': datetime.datetime(2023, 8, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18272.0,\n      'datetime': datetime.datetime(2023, 8, 15, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18316.0,\n      'datetime': datetime.datetime(2023, 8, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18315.0,\n      'datetime': datetime.datetime(2023, 8, 15, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18514.0,\n      'datetime': datetime.datetime(2023, 8, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18500.0,\n      'datetime': datetime.datetime(2023, 8, 15, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18538.0,\n      'datetime': datetime.datetime(2023, 8, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18539.0,\n      'datetime': datetime.datetime(2023, 8, 15, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18663.0,\n      'datetime': datetime.datetime(2023, 8, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18812.0,\n      'datetime': datetime.datetime(2023, 8, 15, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18918.0,\n      'datetime': datetime.datetime(2023, 8, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18997.0,\n      'datetime': datetime.datetime(2023, 8, 15, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19117.0,\n      'datetime': datetime.datetime(2023, 8, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19084.0,\n      'datetime': datetime.datetime(2023, 8, 15, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19082.0,\n      'datetime': datetime.datetime(2023, 8, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19070.0,\n      'datetime': datetime.datetime(2023, 8, 15, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19177.0,\n      'datetime': datetime.datetime(2023, 8, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19244.0,\n      'datetime': datetime.datetime(2023, 8, 15, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19293.0,\n      'datetime': datetime.datetime(2023, 8, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19195.0,\n      'datetime': datetime.datetime(2023, 8, 15, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19160.0,\n      'datetime': datetime.datetime(2023, 8, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19055.0,\n      'datetime': datetime.datetime(2023, 8, 15, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19091.0,\n      'datetime': datetime.datetime(2023, 8, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18962.0,\n      'datetime': datetime.datetime(2023, 8, 15, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19109.0,\n      'datetime': datetime.datetime(2023, 8, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19141.0,\n      'datetime': datetime.datetime(2023, 8, 15, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19007.0,\n      'datetime': datetime.datetime(2023, 8, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18956.0,\n      'datetime': datetime.datetime(2023, 8, 15, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19095.0,\n      'datetime': datetime.datetime(2023, 8, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19157.0,\n      'datetime': datetime.datetime(2023, 8, 15, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19153.0,\n      'datetime': datetime.datetime(2023, 8, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19238.0,\n      'datetime': datetime.datetime(2023, 8, 15, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19285.0,\n      'datetime': datetime.datetime(2023, 8, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19569.0,\n      'datetime': datetime.datetime(2023, 8, 15, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19675.0,\n      'datetime': datetime.datetime(2023, 8, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19723.0,\n      'datetime': datetime.datetime(2023, 8, 15, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19714.0,\n      'datetime': datetime.datetime(2023, 8, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19734.0,\n      'datetime': datetime.datetime(2023, 8, 15, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19745.0,\n      'datetime': datetime.datetime(2023, 8, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19530.0,\n      'datetime': datetime.datetime(2023, 8, 15, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19573.0,\n      'datetime': datetime.datetime(2023, 8, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19492.0,\n      'datetime': datetime.datetime(2023, 8, 15, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19317.0,\n      'datetime': datetime.datetime(2023, 8, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2023, 8, 15, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19307.0,\n      'datetime': datetime.datetime(2023, 8, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19273.0,\n      'datetime': datetime.datetime(2023, 8, 15, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19083.0,\n      'datetime': datetime.datetime(2023, 8, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19001.0,\n      'datetime': datetime.datetime(2023, 8, 15, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19100.0,\n      'datetime': datetime.datetime(2023, 8, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 19039.0,\n      'datetime': datetime.datetime(2023, 8, 15, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18930.0,\n      'datetime': datetime.datetime(2023, 8, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18579.0,\n      'datetime': datetime.datetime(2023, 8, 15, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18534.0,\n      'datetime': datetime.datetime(2023, 8, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 18198.0,\n      'datetime': datetime.datetime(2023, 8, 15, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17922.0,\n      'datetime': datetime.datetime(2023, 8, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17589.0,\n      'datetime': datetime.datetime(2023, 8, 15, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17350.0,\n      'datetime': datetime.datetime(2023, 8, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 17124.0,\n      'datetime': datetime.datetime(2023, 8, 15, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16811.0,\n      'datetime': datetime.datetime(2023, 8, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16558.0,\n      'datetime': datetime.datetime(2023, 8, 15, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16338.0,\n      'datetime': datetime.datetime(2023, 8, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16305.0,\n      'datetime': datetime.datetime(2023, 8, 15, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16097.0,\n      'datetime': datetime.datetime(2023, 8, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15834.0,\n      'datetime': datetime.datetime(2023, 8, 16, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15685.0,\n      'datetime': datetime.datetime(2023, 8, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15481.0,\n      'datetime': datetime.datetime(2023, 8, 16, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15369.0,\n      'datetime': datetime.datetime(2023, 8, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15294.0,\n      'datetime': datetime.datetime(2023, 8, 16, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14978.0,\n      'datetime': datetime.datetime(2023, 8, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14978.0,\n      'datetime': datetime.datetime(2023, 8, 16, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14753.0,\n      'datetime': datetime.datetime(2023, 8, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14961.0,\n      'datetime': datetime.datetime(2023, 8, 16, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14751.0,\n      'datetime': datetime.datetime(2023, 8, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14724.0,\n      'datetime': datetime.datetime(2023, 8, 16, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14441.0,\n      'datetime': datetime.datetime(2023, 8, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14349.0,\n      'datetime': datetime.datetime(2023, 8, 16, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14581.0,\n      'datetime': datetime.datetime(2023, 8, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14720.0,\n      'datetime': datetime.datetime(2023, 8, 16, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14800.0,\n      'datetime': datetime.datetime(2023, 8, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14859.0,\n      'datetime': datetime.datetime(2023, 8, 16, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14951.0,\n      'datetime': datetime.datetime(2023, 8, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14857.0,\n      'datetime': datetime.datetime(2023, 8, 16, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 14956.0,\n      'datetime': datetime.datetime(2023, 8, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15283.0,\n      'datetime': datetime.datetime(2023, 8, 16, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15362.0,\n      'datetime': datetime.datetime(2023, 8, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15387.0,\n      'datetime': datetime.datetime(2023, 8, 16, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 15599.0,\n      'datetime': datetime.datetime(2023, 8, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16027.0,\n      'datetime': datetime.datetime(2023, 8, 16, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'consumption': 16363.0,\n      'datetime': datetime.datetime(2023, 8, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CA-QC',\n    }),\n  ])\n# ---\n# name: test_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 633.0,\n        'gas': 0.0,\n        'hydro': 15660.0,\n        'solar': 0.0,\n        'wind': 201.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 615.0,\n        'gas': 0.0,\n        'hydro': 15324.0,\n        'solar': 0.0,\n        'wind': 146.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 614.0,\n        'gas': 0.0,\n        'hydro': 14781.0,\n        'solar': 0.0,\n        'wind': 115.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 610.0,\n        'gas': 0.0,\n        'hydro': 14809.0,\n        'solar': 0.0,\n        'wind': 55.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 610.0,\n        'gas': 0.0,\n        'hydro': 14420.0,\n        'solar': 0.0,\n        'wind': 30.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 613.0,\n        'gas': 0.0,\n        'hydro': 15449.0,\n        'solar': 0.0,\n        'wind': 23.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 611.0,\n        'gas': 0.0,\n        'hydro': 16572.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 609.0,\n        'gas': 0.0,\n        'hydro': 18555.0,\n        'solar': 1.0,\n        'wind': 12.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 605.0,\n        'gas': 0.0,\n        'hydro': 19478.0,\n        'solar': 4.0,\n        'wind': 7.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 592.0,\n        'gas': 0.0,\n        'hydro': 20074.0,\n        'solar': 4.0,\n        'wind': 5.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 599.0,\n        'gas': 0.0,\n        'hydro': 20286.0,\n        'solar': 7.0,\n        'wind': 6.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 605.0,\n        'gas': 0.0,\n        'hydro': 20599.0,\n        'solar': 7.0,\n        'wind': 14.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 599.0,\n        'gas': 0.0,\n        'hydro': 20653.0,\n        'solar': 7.0,\n        'wind': 20.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 603.0,\n        'gas': 0.0,\n        'hydro': 20549.0,\n        'solar': 7.0,\n        'wind': 48.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 603.0,\n        'gas': 0.0,\n        'hydro': 20586.0,\n        'solar': 4.0,\n        'wind': 43.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 605.0,\n        'gas': 0.0,\n        'hydro': 21051.0,\n        'solar': 6.0,\n        'wind': 49.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 603.0,\n        'gas': 0.0,\n        'hydro': 21225.0,\n        'solar': 7.0,\n        'wind': 39.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 606.0,\n        'gas': 0.0,\n        'hydro': 21785.0,\n        'solar': 1.0,\n        'wind': 60.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 603.0,\n        'gas': 0.0,\n        'hydro': 21498.0,\n        'solar': 1.0,\n        'wind': 60.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 606.0,\n        'gas': 0.0,\n        'hydro': 21503.0,\n        'solar': 0.0,\n        'wind': 65.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 609.0,\n        'gas': 0.0,\n        'hydro': 20725.0,\n        'solar': 0.0,\n        'wind': 110.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 614.0,\n        'gas': 0.0,\n        'hydro': 19213.0,\n        'solar': 0.0,\n        'wind': 194.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 613.0,\n        'gas': 0.0,\n        'hydro': 18053.0,\n        'solar': 0.0,\n        'wind': 215.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 615.0,\n        'gas': 0.0,\n        'hydro': 16093.0,\n        'solar': 0.0,\n        'wind': 211.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 618.0,\n        'gas': 0.0,\n        'hydro': 15415.0,\n        'solar': 0.0,\n        'wind': 209.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 612.0,\n        'gas': 0.0,\n        'hydro': 14289.0,\n        'solar': 0.0,\n        'wind': 199.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 613.0,\n        'gas': 0.0,\n        'hydro': 14093.0,\n        'solar': 0.0,\n        'wind': 157.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 611.0,\n        'hydro': 13974.0,\n        'solar': 0.0,\n        'wind': 92.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 611.0,\n        'hydro': 14545.0,\n        'solar': 0.0,\n        'wind': 100.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 608.0,\n        'hydro': 15028.0,\n        'solar': 0.0,\n        'wind': 113.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 603.0,\n        'hydro': 16175.0,\n        'solar': 0.0,\n        'wind': 106.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montreal')),\n      'production': dict({\n        'biomass': 599.0,\n        'hydro': 18527.0,\n        'solar': 0.0,\n        'wind': 78.0,\n      }),\n      'source': 'hydroquebec.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-QC',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CA_ON.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15660.0,\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15363.0,\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15280.0,\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 15934.0,\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16942.0,\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18185.0,\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18770.0,\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18985.0,\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18708.0,\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18450.0,\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18271.0,\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18054.0,\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17917.0,\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17986.0,\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18189.0,\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18729.0,\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19290.0,\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19440.0,\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 19310.0,\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18860.0,\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 18101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 17101.0,\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'consumption': 16298.0,\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'CA-ON',\n    }),\n  ])\n# ---\n# name: test_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4693.6,\n        'wind': 10244.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 5377.6,\n        'wind': 10604.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 5249.6,\n        'wind': 13379.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4906.4,\n        'wind': 16050.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4701.6,\n        'wind': 29812.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4021.6,\n        'wind': 30736.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 3046.4,\n        'wind': 31907.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 1661.6,\n        'wind': 32556.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 259.2,\n        'wind': 33255.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 1.6,\n        'wind': 32872.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 31558.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 31788.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 32656.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 34071.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 35463.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 36150.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 36074.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 35696.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 35472.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 34880.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 34392.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.8,\n        'wind': 33822.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 275.2,\n        'wind': 33194.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 1312.8,\n        'wind': 32457.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 2480.8,\n        'wind': 31860.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 3272.0,\n        'wind': 30615.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 3880.0,\n        'wind': 29368.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4195.2,\n        'wind': 28253.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4515.2,\n        'wind': 27013.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 4399.2,\n        'wind': 25938.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 3707.2,\n        'wind': 24936.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 2155.2,\n        'wind': 23464.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 336.0,\n        'wind': 21787.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 2.4,\n        'wind': 20144.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19039.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 18060.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17521.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16314.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 14976.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 13607.2,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 12222.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 10761.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 9357.6,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 8112.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7108.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 8.0,\n        'wind': 6428.0,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 700.8,\n        'wind': 6066.4,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=68400), 'UTC-5')),\n      'production': dict({\n        'solar': 2576.0,\n        'wind': 6376.8,\n      }),\n      'source': 'ieso.ca',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CA-ON',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CEB.ambr",
    "content": "# serializer version: 1\n# name: test_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.582844,\n        'coal': 535.0471,\n        'hydro': 150.607342,\n        'oil': 765.390242,\n        'solar': 2e-06,\n        'wind': 134.589145,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.582244,\n        'coal': 534.5295,\n        'hydro': 171.710697,\n        'oil': 728.840836,\n        'solar': 2e-06,\n        'wind': 128.617261,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.543541,\n        'coal': 540.2533,\n        'hydro': 162.789886,\n        'oil': 702.058741,\n        'solar': 2e-06,\n        'wind': 140.47863,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.444535,\n        'coal': 538.7913,\n        'hydro': 165.110165,\n        'oil': 691.825552,\n        'solar': 2e-06,\n        'wind': 138.62259,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.742753,\n        'coal': 540.999,\n        'hydro': 142.31307,\n        'oil': 676.487486,\n        'solar': 2e-06,\n        'wind': 142.72405,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.940463,\n        'coal': 542.7344,\n        'hydro': 147.58053,\n        'oil': 658.033851,\n        'solar': 2e-06,\n        'wind': 138.58616,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.24288,\n        'coal': 540.1766,\n        'hydro': 129.697611,\n        'oil': 659.580088,\n        'solar': 2e-06,\n        'wind': 143.72577,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.11927,\n        'coal': 542.1865,\n        'hydro': 134.469001,\n        'oil': 640.447879,\n        'solar': 2e-06,\n        'wind': 142.10192,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.02983,\n        'coal': 542.2016,\n        'hydro': 148.73672,\n        'oil': 615.651953,\n        'solar': 2e-06,\n        'wind': 139.46731,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.49665,\n        'coal': 542.582,\n        'hydro': 148.538581,\n        'oil': 613.88587,\n        'solar': 2e-06,\n        'wind': 139.67993,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.55215,\n        'coal': 540.9233,\n        'hydro': 137.82093,\n        'oil': 610.841411,\n        'solar': 2e-06,\n        'wind': 125.44663,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.26534,\n        'coal': 540.4814,\n        'hydro': 133.58916,\n        'oil': 612.759146,\n        'solar': 2e-06,\n        'wind': 126.40797,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.32924,\n        'coal': 539.6136,\n        'hydro': 134.895424,\n        'oil': 613.627742,\n        'solar': 2e-06,\n        'wind': 130.46761,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.83031,\n        'coal': 541.7597,\n        'hydro': 125.386074,\n        'oil': 618.745405,\n        'solar': 2e-06,\n        'wind': 129.6132,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.74121,\n        'coal': 540.4814,\n        'hydro': 119.951287,\n        'oil': 616.952703,\n        'solar': 2e-06,\n        'wind': 135.51611,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.5969,\n        'coal': 541.1967,\n        'hydro': 110.559727,\n        'oil': 615.691865,\n        'solar': 2e-06,\n        'wind': 137.77664,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.48319,\n        'coal': 541.5014,\n        'hydro': 148.167257,\n        'oil': 597.949263,\n        'solar': 2e-06,\n        'wind': 134.40364,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.70821,\n        'coal': 542.0341,\n        'hydro': 161.474602,\n        'oil': 597.774458,\n        'solar': 2e-06,\n        'wind': 136.66579,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.51315,\n        'coal': 537.1942,\n        'hydro': 158.720622,\n        'oil': 645.110401,\n        'solar': 2e-06,\n        'wind': 135.81862,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.33764,\n        'coal': 538.1072,\n        'hydro': 165.367421,\n        'oil': 677.25684,\n        'solar': 2e-06,\n        'wind': 139.23463,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.17533,\n        'coal': 537.6209,\n        'hydro': 170.757453,\n        'oil': 730.443592,\n        'solar': 2e-06,\n        'wind': 143.28454,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.04993,\n        'coal': 539.9344,\n        'hydro': 210.913157,\n        'oil': 754.623583,\n        'solar': 2e-06,\n        'wind': 139.28339,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.01482,\n        'coal': 541.3036,\n        'hydro': 203.628222,\n        'oil': 811.452284,\n        'solar': 2e-06,\n        'wind': 144.88414,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.51555,\n        'coal': 539.5076,\n        'hydro': 230.163339,\n        'oil': 838.511014,\n        'solar': 2e-06,\n        'wind': 141.4328,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.94218,\n        'coal': 540.9535,\n        'hydro': 301.590314,\n        'oil': 835.359318,\n        'solar': 2e-06,\n        'wind': 142.58908,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.69406,\n        'coal': 538.8377,\n        'hydro': 299.514678,\n        'oil': 843.061429,\n        'solar': 0.878571,\n        'wind': 136.4606,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.62506,\n        'coal': 540.1312,\n        'hydro': 292.589907,\n        'oil': 828.343135,\n        'solar': 3.528812,\n        'wind': 127.58743,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.68836,\n        'coal': 540.892,\n        'hydro': 253.523534,\n        'oil': 812.980259,\n        'solar': 5.860573,\n        'wind': 129.17974,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.63016,\n        'coal': 539.4613,\n        'hydro': 232.379677,\n        'oil': 817.004741,\n        'solar': 8.09683,\n        'wind': 132.70247,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.47685,\n        'coal': 540.7245,\n        'hydro': 228.292833,\n        'oil': 816.933288,\n        'solar': 10.727663,\n        'wind': 137.85714,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.51105,\n        'coal': 540.6942,\n        'hydro': 234.18242,\n        'oil': 816.394335,\n        'solar': 13.521382,\n        'wind': 130.68616,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.22874,\n        'coal': 542.019,\n        'hydro': 230.174056,\n        'oil': 857.215482,\n        'solar': 16.442442,\n        'wind': 124.50251,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.31844,\n        'coal': 540.5267,\n        'hydro': 229.662564,\n        'oil': 899.449738,\n        'solar': 17.120022,\n        'wind': 122.46324,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.662,\n        'coal': 541.9121,\n        'hydro': 268.120847,\n        'oil': 913.087483,\n        'solar': 20.368272,\n        'wind': 118.80545,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.05563,\n        'coal': 538.6844,\n        'hydro': 313.539751,\n        'oil': 923.797965,\n        'solar': 20.530282,\n        'wind': 103.65566,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.01302,\n        'coal': 540.8002,\n        'hydro': 322.198218,\n        'oil': 922.437548,\n        'solar': 24.177932,\n        'wind': 100.78531,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.84052,\n        'coal': 536.8572,\n        'hydro': 339.512661,\n        'oil': 915.576384,\n        'solar': 24.508052,\n        'wind': 99.5733,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.13573,\n        'coal': 537.0398,\n        'hydro': 361.110247,\n        'oil': 907.041742,\n        'solar': 19.616532,\n        'wind': 83.66355,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.12013,\n        'coal': 537.8167,\n        'hydro': 377.338744,\n        'oil': 906.009462,\n        'solar': 24.802832,\n        'wind': 81.47051,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.26894,\n        'coal': 539.5218,\n        'hydro': 359.855618,\n        'oil': 908.082201,\n        'solar': 30.635882,\n        'wind': 70.10661,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.92362,\n        'coal': 539.7196,\n        'hydro': 324.365571,\n        'oil': 906.11764,\n        'solar': 27.371872,\n        'wind': 81.88009,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.6434,\n        'coal': 539.095,\n        'hydro': 352.730646,\n        'oil': 903.434362,\n        'solar': 23.836802,\n        'wind': 78.567862,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.18463,\n        'coal': 540.4349,\n        'hydro': 359.232789,\n        'oil': 905.981298,\n        'solar': 28.250372,\n        'wind': 77.06822,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.35174,\n        'coal': 539.5673,\n        'hydro': 345.214241,\n        'oil': 906.920545,\n        'solar': 32.684812,\n        'wind': 75.635324,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.53986,\n        'coal': 541.12,\n        'hydro': 336.786907,\n        'oil': 907.609991,\n        'solar': 30.529062,\n        'wind': 80.8908,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.14413,\n        'coal': 539.309,\n        'hydro': 342.318375,\n        'oil': 905.629977,\n        'solar': 33.037292,\n        'wind': 84.82274,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.22784,\n        'coal': 541.4549,\n        'hydro': 354.348989,\n        'oil': 906.837514,\n        'solar': 32.846912,\n        'wind': 81.930272,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.75201,\n        'coal': 538.8671,\n        'hydro': 356.484878,\n        'oil': 902.911232,\n        'solar': 32.731602,\n        'wind': 80.171483,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.02833,\n        'coal': 542.4145,\n        'hydro': 354.682195,\n        'oil': 901.533897,\n        'solar': 32.689342,\n        'wind': 73.14363,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.26774,\n        'coal': 542.5669,\n        'hydro': 320.821419,\n        'oil': 907.333088,\n        'solar': 33.169462,\n        'wind': 71.504827,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.22304,\n        'coal': 541.0897,\n        'hydro': 292.780242,\n        'oil': 910.543466,\n        'solar': 32.692042,\n        'wind': 71.991664,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.18493,\n        'coal': 543.6322,\n        'hydro': 284.303162,\n        'oil': 908.19185,\n        'solar': 33.121292,\n        'wind': 81.49898,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.88222,\n        'coal': 541.5469,\n        'hydro': 261.290884,\n        'oil': 905.09753,\n        'solar': 32.127982,\n        'wind': 87.16048,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.00732,\n        'coal': 542.2016,\n        'hydro': 244.713336,\n        'oil': 906.272386,\n        'solar': 31.796412,\n        'wind': 86.6778,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.05023,\n        'coal': 541.4096,\n        'hydro': 268.151825,\n        'oil': 903.788014,\n        'solar': 30.352502,\n        'wind': 87.86155,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.5171,\n        'coal': 542.3994,\n        'hydro': 287.929164,\n        'oil': 903.860548,\n        'solar': 30.053272,\n        'wind': 88.54005,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.81201,\n        'coal': 541.2572,\n        'hydro': 340.997206,\n        'oil': 901.122217,\n        'solar': 29.237682,\n        'wind': 82.03813,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.21764,\n        'coal': 541.0746,\n        'hydro': 354.470214,\n        'oil': 895.853519,\n        'solar': 28.414172,\n        'wind': 79.88274,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.13843,\n        'coal': 542.6577,\n        'hydro': 425.045098,\n        'oil': 892.499065,\n        'solar': 27.101122,\n        'wind': 76.56565,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.99532,\n        'coal': 543.4345,\n        'hydro': 433.849185,\n        'oil': 900.724186,\n        'solar': 25.837382,\n        'wind': 72.88342,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.557,\n        'coal': 543.6475,\n        'hydro': 431.513219,\n        'oil': 904.411042,\n        'solar': 23.852802,\n        'wind': 82.80592,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.68331,\n        'coal': 542.3227,\n        'hydro': 466.497869,\n        'oil': 905.315306,\n        'solar': 20.714762,\n        'wind': 86.96032,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.87652,\n        'coal': 541.2875,\n        'hydro': 502.111428,\n        'oil': 910.445884,\n        'solar': 18.483302,\n        'wind': 93.33382,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.84712,\n        'coal': 540.7548,\n        'hydro': 511.596086,\n        'oil': 916.320194,\n        'solar': 18.160282,\n        'wind': 92.62987,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.30254,\n        'coal': 541.8051,\n        'hydro': 509.582821,\n        'oil': 919.962099,\n        'solar': 16.924032,\n        'wind': 110.85673,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.87802,\n        'coal': 542.8554,\n        'hydro': 545.052842,\n        'oil': 919.320346,\n        'solar': 13.412971,\n        'wind': 99.53248,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.88762,\n        'coal': 538.303,\n        'hydro': 552.453404,\n        'oil': 920.12503,\n        'solar': 9.888518,\n        'wind': 109.11659,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 7.305864,\n        'coal': 539.095,\n        'hydro': 528.459314,\n        'oil': 921.686424,\n        'solar': 7.275113,\n        'wind': 121.85211,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.036512,\n        'coal': 539.6429,\n        'hydro': 498.060283,\n        'oil': 923.170547,\n        'solar': 3.640241,\n        'wind': 123.51388,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.95242,\n        'coal': 539.2776,\n        'hydro': 499.204507,\n        'oil': 926.628774,\n        'solar': 2.269467,\n        'wind': 107.75946,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.89627,\n        'coal': 538.3948,\n        'hydro': 490.052211,\n        'oil': 930.347443,\n        'solar': 2e-06,\n        'wind': 112.73453,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.47415,\n        'coal': 539.4755,\n        'hydro': 496.611785,\n        'oil': 929.691716,\n        'solar': 2e-06,\n        'wind': 117.44817,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.80931,\n        'coal': 541.227,\n        'hydro': 510.904633,\n        'oil': 928.410788,\n        'solar': 2e-06,\n        'wind': 119.52368,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.99952,\n        'coal': 542.6273,\n        'hydro': 592.319337,\n        'oil': 928.845776,\n        'solar': 2e-06,\n        'wind': 124.01588,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.90562,\n        'coal': 543.2822,\n        'hydro': 719.306441,\n        'oil': 923.701769,\n        'solar': 2e-06,\n        'wind': 127.77465,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.90292,\n        'coal': 541.9272,\n        'hydro': 733.807339,\n        'oil': 927.380747,\n        'solar': 2e-06,\n        'wind': 128.19678,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.12523,\n        'coal': 543.4648,\n        'hydro': 722.284296,\n        'oil': 929.292427,\n        'solar': 2e-06,\n        'wind': 135.25679,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.51105,\n        'coal': 542.3994,\n        'hydro': 691.337426,\n        'oil': 931.541448,\n        'solar': 2e-06,\n        'wind': 132.80013,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.09703,\n        'coal': 541.8969,\n        'hydro': 648.46002,\n        'oil': 928.493351,\n        'solar': 2e-06,\n        'wind': 132.28857,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.03703,\n        'coal': 543.8301,\n        'hydro': 614.286058,\n        'oil': 927.780083,\n        'solar': 2e-06,\n        'wind': 128.92568,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.75861,\n        'coal': 540.8466,\n        'hydro': 504.014536,\n        'oil': 891.211849,\n        'solar': 2e-06,\n        'wind': 135.84487,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.71571,\n        'coal': 541.5771,\n        'hydro': 471.59087,\n        'oil': 898.348726,\n        'solar': 2e-06,\n        'wind': 133.03643,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.78921,\n        'coal': 542.3076,\n        'hydro': 519.8143,\n        'oil': 904.294998,\n        'solar': 2e-06,\n        'wind': 136.50999,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.49455,\n        'coal': 543.6475,\n        'hydro': 490.524941,\n        'oil': 924.713995,\n        'solar': 2e-06,\n        'wind': 128.78328,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.54045,\n        'coal': 542.7495,\n        'hydro': 445.257912,\n        'oil': 925.547073,\n        'solar': 2e-06,\n        'wind': 132.36975,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.93472,\n        'coal': 542.7344,\n        'hydro': 391.89864,\n        'oil': 922.172548,\n        'solar': 2e-06,\n        'wind': 134.21474,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.02293,\n        'coal': 542.917,\n        'hydro': 356.146721,\n        'oil': 895.795417,\n        'solar': 2e-06,\n        'wind': 138.08055,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.72171,\n        'coal': 542.2621,\n        'hydro': 344.77222,\n        'oil': 885.219942,\n        'solar': 2e-06,\n        'wind': 134.91349,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.5537,\n        'coal': 543.4648,\n        'hydro': 340.704864,\n        'oil': 817.388811,\n        'solar': 2e-06,\n        'wind': 139.09804,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.16753,\n        'coal': 542.9623,\n        'hydro': 324.444867,\n        'oil': 800.990745,\n        'solar': 2e-06,\n        'wind': 137.1403,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.94912,\n        'coal': 541.2421,\n        'hydro': 287.719558,\n        'oil': 800.713582,\n        'solar': 2e-06,\n        'wind': 140.37154,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.509,\n        'coal': 541.7748,\n        'hydro': 252.236844,\n        'oil': 801.573871,\n        'solar': 2e-06,\n        'wind': 143.09553,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 9.970466,\n        'coal': 545.4434,\n        'hydro': 218.219477,\n        'oil': 782.126903,\n        'solar': 2e-06,\n        'wind': 141.17221,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 10.36919,\n        'coal': 542.6577,\n        'hydro': 215.185927,\n        'oil': 765.745818,\n        'solar': 2e-06,\n        'wind': 143.44182,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 8, 23, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Colombo')),\n      'production': dict({\n        'biomass': 11.19843,\n        'coal': 542.2319,\n        'hydro': 188.997677,\n        'oil': 736.417345,\n        'solar': 2e-06,\n        'wind': 143.09574,\n      }),\n      'source': 'ceb.lk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LK',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CL.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_historical_data\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.14,\n        'hydro': 2700.906657,\n        'solar': 100.000032,\n        'unknown': 5268.170499,\n        'wind': 1280.780885,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.26,\n        'hydro': 2462.475625,\n        'solar': 81.105925,\n        'unknown': 5170.743269,\n        'wind': 1189.91521,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.79,\n        'hydro': 2379.239039,\n        'solar': 8.300033,\n        'unknown': 5117.478787,\n        'wind': 1117.397269,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.38,\n        'hydro': 2354.243241,\n        'solar': 59.902852,\n        'unknown': 5094.783766,\n        'wind': 1090.907371,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.56,\n        'hydro': 2283.744427,\n        'solar': 120.724776,\n        'unknown': 5087.732329,\n        'wind': 1084.973849,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.56,\n        'hydro': 2303.131467,\n        'solar': 122.795107,\n        'unknown': 5009.660575,\n        'wind': 1155.499893,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.17,\n        'hydro': 2410.308194,\n        'solar': 125.61644,\n        'unknown': 5045.755455,\n        'wind': 1224.985927,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.96,\n        'hydro': 2631.740156,\n        'solar': 245.078277,\n        'unknown': 4924.854536,\n        'wind': 1302.988293,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.56,\n        'hydro': 2611.38258,\n        'solar': 2278.50336,\n        'unknown': 3316.625734,\n        'wind': 1288.618092,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 52.9,\n        'hydro': 2576.73036,\n        'solar': 4210.016137,\n        'unknown': 2046.03737,\n        'wind': 1075.449985,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 52.15,\n        'hydro': 2319.68927,\n        'solar': 5132.126592,\n        'unknown': 1755.337808,\n        'wind': 974.676364,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 49.11,\n        'hydro': 2234.245319,\n        'solar': 5484.558118,\n        'unknown': 1696.242462,\n        'wind': 932.930836,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 48.82,\n        'hydro': 2172.62459,\n        'solar': 5671.553406,\n        'unknown': 1678.230359,\n        'wind': 931.12142,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 49.19,\n        'hydro': 2144.243675,\n        'solar': 5578.896809,\n        'unknown': 1736.036832,\n        'wind': 1099.386722,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 46.03,\n        'hydro': 2263.655016,\n        'solar': 5422.101832,\n        'unknown': 1778.553306,\n        'wind': 1230.231538,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 42.12,\n        'hydro': 2246.264277,\n        'solar': 5389.586746,\n        'unknown': 1751.539326,\n        'wind': 1361.218869,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 42.29,\n        'hydro': 2129.363594,\n        'solar': 5202.744165,\n        'unknown': 1878.335343,\n        'wind': 1421.011156,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 43.37,\n        'hydro': 2269.306443,\n        'solar': 4613.716848,\n        'unknown': 2089.748741,\n        'wind': 1461.531899,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 42.92,\n        'hydro': 2130.077228,\n        'solar': 4030.796152,\n        'unknown': 2880.643438,\n        'wind': 1285.360625,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 49.96,\n        'hydro': 2679.453131,\n        'solar': 1850.659698,\n        'unknown': 4302.627242,\n        'wind': 1485.318669,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 52.22,\n        'hydro': 3204.530755,\n        'solar': 238.576226,\n        'unknown': 5535.749833,\n        'wind': 1607.077091,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.13,\n        'hydro': 3339.080773,\n        'solar': 183.033445,\n        'unknown': 5590.121261,\n        'wind': 1596.874509,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 53.31,\n        'hydro': 3397.70348,\n        'solar': 126.82,\n        'unknown': 5451.267958,\n        'wind': 1475.910419,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.39,\n        'hydro': 3050.825042,\n        'solar': 124.8,\n        'unknown': 5427.384926,\n        'wind': 1468.875217,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 55.44,\n        'hydro': 2921.135053,\n        'solar': 97.9,\n        'unknown': 5242.05276,\n        'wind': 1394.006656,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 54.72,\n        'hydro': 2873.639079,\n        'solar': 12.0,\n        'unknown': 5092.276621,\n        'wind': 1278.197109,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 45.19,\n        'hydro': 2779.006138,\n        'solar': 3.3e-05,\n        'unknown': 5017.079483,\n        'wind': 1255.251476,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 36.36,\n        'hydro': 2535.719159,\n        'solar': 0.002682,\n        'unknown': 5161.346538,\n        'wind': 1216.978644,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 50.56,\n        'hydro': 2455.683144,\n        'solar': 0.666425,\n        'unknown': 5156.500387,\n        'wind': 1190.1354,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 50.6,\n        'hydro': 2344.02243,\n        'solar': 2.78778,\n        'unknown': 5173.181655,\n        'wind': 1265.949049,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 49.93,\n        'hydro': 2436.928362,\n        'solar': 4.671609,\n        'unknown': 5066.064531,\n        'wind': 1340.589791,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 50.17,\n        'hydro': 2612.45783,\n        'solar': 128.868019,\n        'unknown': 4821.509308,\n        'wind': 1252.866856,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 49.77,\n        'hydro': 2416.600953,\n        'solar': 2229.983225,\n        'unknown': 3304.393787,\n        'wind': 980.684729,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 48.89,\n        'hydro': 2422.68662,\n        'solar': 4072.759647,\n        'unknown': 2101.012526,\n        'wind': 738.109111,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 50.32,\n        'hydro': 2125.226312,\n        'solar': 4940.913316,\n        'unknown': 1942.611623,\n        'wind': 586.726374,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 47.35,\n        'hydro': 2150.054145,\n        'solar': 5228.110012,\n        'unknown': 1821.132904,\n        'wind': 572.901276,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 45.0,\n        'hydro': 2085.775046,\n        'solar': 5508.17195,\n        'unknown': 1796.212359,\n        'wind': 473.008079,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 43.41,\n        'hydro': 2192.233165,\n        'solar': 5395.869378,\n        'unknown': 1908.469311,\n        'wind': 472.354431,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Chile/Continental')),\n      'production': dict({\n        'geothermal': 43.09,\n        'hydro': 2270.685839,\n        'solar': 5182.93405,\n        'unknown': 1935.465852,\n        'wind': 649.912391,\n      }),\n      'source': 'coordinador.cl',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CL-SEN',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CNDC.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_generation_forecast\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1199.23,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1141.49,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1108.31,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1088.02,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1118.32,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1080.45,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1228.59,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1292.94,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1399.9,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1454.64,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1485.06,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1499.31,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1488.93,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1547.23,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1590.45,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1572.62,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1516.26,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1442.56,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1571.34,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1627.02,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1599.87,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1525.8,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1411.17,\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 1294.64,\n      'zoneKey': 'BO',\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 733.676,\n        'hydro': 384.86,\n        'oil': 11.074,\n        'solar': 0,\n        'unknown': None,\n        'wind': 45.39,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 686.045,\n        'hydro': 402.78,\n        'oil': 10.355,\n        'solar': 0,\n        'unknown': None,\n        'wind': 47.16,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 651.565,\n        'hydro': 406.37,\n        'oil': 9.835,\n        'solar': 0,\n        'unknown': None,\n        'wind': 48.76,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 652.905,\n        'hydro': 380.18,\n        'oil': 9.855,\n        'solar': 0,\n        'unknown': None,\n        'wind': 47.33,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 651.319,\n        'hydro': 379.26,\n        'oil': 9.831,\n        'solar': 0,\n        'unknown': None,\n        'wind': 51.32,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 637.872,\n        'hydro': 350.42,\n        'oil': 9.628,\n        'solar': 0.39,\n        'unknown': None,\n        'wind': 50.26,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 660.412,\n        'hydro': 422.66,\n        'oil': 9.968,\n        'solar': 13.45,\n        'unknown': None,\n        'wind': 41.49,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 706.624,\n        'hydro': 500.35,\n        'oil': 10.666,\n        'solar': 47.85,\n        'unknown': None,\n        'wind': 45.95,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 758.264,\n        'hydro': 505.62,\n        'oil': 11.446,\n        'solar': 90.01,\n        'unknown': None,\n        'wind': 46.62,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 832.553,\n        'hydro': 523.88,\n        'oil': 12.567,\n        'solar': 113.07,\n        'unknown': None,\n        'wind': 32.52,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/La_Paz')),\n      'production': dict({\n        'biomass': 0,\n        'gas': 907.295,\n        'hydro': 511.72,\n        'oil': 13.695,\n        'solar': 124.97,\n        'unknown': None,\n        'wind': 24.76,\n      }),\n      'source': 'cndc.bo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CO.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_dt\n  list([\n    dict({\n      'consumption': 8847.44789,\n      'datetime': datetime.datetime(2024, 12, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8574.9738,\n      'datetime': datetime.datetime(2024, 12, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8345.37466,\n      'datetime': datetime.datetime(2024, 12, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8160.00821,\n      'datetime': datetime.datetime(2024, 12, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8052.39207,\n      'datetime': datetime.datetime(2024, 12, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7911.88003,\n      'datetime': datetime.datetime(2024, 12, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7759.65182,\n      'datetime': datetime.datetime(2024, 12, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8001.06547,\n      'datetime': datetime.datetime(2024, 12, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8320.20935,\n      'datetime': datetime.datetime(2024, 12, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8635.62421,\n      'datetime': datetime.datetime(2024, 12, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8956.34954,\n      'datetime': datetime.datetime(2024, 12, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9206.50346,\n      'datetime': datetime.datetime(2024, 12, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9332.43283,\n      'datetime': datetime.datetime(2024, 12, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9358.45829,\n      'datetime': datetime.datetime(2024, 12, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9301.74154,\n      'datetime': datetime.datetime(2024, 12, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9251.21398,\n      'datetime': datetime.datetime(2024, 12, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9259.54144,\n      'datetime': datetime.datetime(2024, 12, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9510.84649,\n      'datetime': datetime.datetime(2024, 12, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10174.55843,\n      'datetime': datetime.datetime(2024, 12, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10267.98496,\n      'datetime': datetime.datetime(2024, 12, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10154.35033,\n      'datetime': datetime.datetime(2024, 12, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9916.71921,\n      'datetime': datetime.datetime(2024, 12, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9528.87819,\n      'datetime': datetime.datetime(2024, 12, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9090.83953,\n      'datetime': datetime.datetime(2024, 12, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8672.86633,\n      'datetime': datetime.datetime(2024, 12, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8391.70261,\n      'datetime': datetime.datetime(2024, 12, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8205.18684,\n      'datetime': datetime.datetime(2024, 12, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8144.91254,\n      'datetime': datetime.datetime(2024, 12, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8274.33985,\n      'datetime': datetime.datetime(2024, 12, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8478.87171,\n      'datetime': datetime.datetime(2024, 12, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8765.48871,\n      'datetime': datetime.datetime(2024, 12, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9362.01937,\n      'datetime': datetime.datetime(2024, 12, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9919.53145,\n      'datetime': datetime.datetime(2024, 12, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10228.10275,\n      'datetime': datetime.datetime(2024, 12, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10520.78045,\n      'datetime': datetime.datetime(2024, 12, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10948.00087,\n      'datetime': datetime.datetime(2024, 12, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10896.70909,\n      'datetime': datetime.datetime(2024, 12, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10900.35392,\n      'datetime': datetime.datetime(2024, 12, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11012.8799,\n      'datetime': datetime.datetime(2024, 12, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11039.81329,\n      'datetime': datetime.datetime(2024, 12, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10879.19786,\n      'datetime': datetime.datetime(2024, 12, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10845.02678,\n      'datetime': datetime.datetime(2024, 12, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11328.76129,\n      'datetime': datetime.datetime(2024, 12, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11303.58921,\n      'datetime': datetime.datetime(2024, 12, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11082.89859,\n      'datetime': datetime.datetime(2024, 12, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10662.72724,\n      'datetime': datetime.datetime(2024, 12, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10114.43688,\n      'datetime': datetime.datetime(2024, 12, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9543.77802,\n      'datetime': datetime.datetime(2024, 12, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9027.65662,\n      'datetime': datetime.datetime(2024, 12, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8674.03525,\n      'datetime': datetime.datetime(2024, 12, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8439.00812,\n      'datetime': datetime.datetime(2024, 12, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8372.67089,\n      'datetime': datetime.datetime(2024, 12, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8488.70415,\n      'datetime': datetime.datetime(2024, 12, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8731.01269,\n      'datetime': datetime.datetime(2024, 12, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8973.88818,\n      'datetime': datetime.datetime(2024, 12, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9561.83249,\n      'datetime': datetime.datetime(2024, 12, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9948.58626,\n      'datetime': datetime.datetime(2024, 12, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10218.16423,\n      'datetime': datetime.datetime(2024, 12, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10587.94621,\n      'datetime': datetime.datetime(2024, 12, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10918.26775,\n      'datetime': datetime.datetime(2024, 12, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10896.77162,\n      'datetime': datetime.datetime(2024, 12, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10925.98035,\n      'datetime': datetime.datetime(2024, 12, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11162.37119,\n      'datetime': datetime.datetime(2024, 12, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11204.00793,\n      'datetime': datetime.datetime(2024, 12, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11011.83147,\n      'datetime': datetime.datetime(2024, 12, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10990.25295,\n      'datetime': datetime.datetime(2024, 12, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11422.00824,\n      'datetime': datetime.datetime(2024, 12, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11393.53753,\n      'datetime': datetime.datetime(2024, 12, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11151.27649,\n      'datetime': datetime.datetime(2024, 12, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10709.00634,\n      'datetime': datetime.datetime(2024, 12, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10101.88938,\n      'datetime': datetime.datetime(2024, 12, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9553.33936,\n      'datetime': datetime.datetime(2024, 12, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9061.76799,\n      'datetime': datetime.datetime(2024, 12, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8762.87756,\n      'datetime': datetime.datetime(2024, 12, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8533.72813,\n      'datetime': datetime.datetime(2024, 12, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8444.46563,\n      'datetime': datetime.datetime(2024, 12, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8586.80726,\n      'datetime': datetime.datetime(2024, 12, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8795.65879,\n      'datetime': datetime.datetime(2024, 12, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9066.97268,\n      'datetime': datetime.datetime(2024, 12, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9622.29547,\n      'datetime': datetime.datetime(2024, 12, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10063.94425,\n      'datetime': datetime.datetime(2024, 12, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10303.89345,\n      'datetime': datetime.datetime(2024, 12, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10669.54251,\n      'datetime': datetime.datetime(2024, 12, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10919.14754,\n      'datetime': datetime.datetime(2024, 12, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10859.28418,\n      'datetime': datetime.datetime(2024, 12, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10921.29645,\n      'datetime': datetime.datetime(2024, 12, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11182.16479,\n      'datetime': datetime.datetime(2024, 12, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11189.68082,\n      'datetime': datetime.datetime(2024, 12, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11148.53966,\n      'datetime': datetime.datetime(2024, 12, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11095.48427,\n      'datetime': datetime.datetime(2024, 12, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11538.14159,\n      'datetime': datetime.datetime(2024, 12, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11494.74593,\n      'datetime': datetime.datetime(2024, 12, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11212.65304,\n      'datetime': datetime.datetime(2024, 12, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10752.83402,\n      'datetime': datetime.datetime(2024, 12, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10164.87185,\n      'datetime': datetime.datetime(2024, 12, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9599.51095,\n      'datetime': datetime.datetime(2024, 12, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9091.36093,\n      'datetime': datetime.datetime(2024, 12, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8851.78906,\n      'datetime': datetime.datetime(2024, 12, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8639.12332,\n      'datetime': datetime.datetime(2024, 12, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8517.76912,\n      'datetime': datetime.datetime(2024, 12, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8629.88935,\n      'datetime': datetime.datetime(2024, 12, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8788.89258,\n      'datetime': datetime.datetime(2024, 12, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9046.80315,\n      'datetime': datetime.datetime(2024, 12, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9523.45105,\n      'datetime': datetime.datetime(2024, 12, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9941.0828,\n      'datetime': datetime.datetime(2024, 12, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10211.75518,\n      'datetime': datetime.datetime(2024, 12, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10573.29777,\n      'datetime': datetime.datetime(2024, 12, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10896.16838,\n      'datetime': datetime.datetime(2024, 12, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10865.48121,\n      'datetime': datetime.datetime(2024, 12, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10945.68077,\n      'datetime': datetime.datetime(2024, 12, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11172.44299,\n      'datetime': datetime.datetime(2024, 12, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11265.21099,\n      'datetime': datetime.datetime(2024, 12, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11143.25725,\n      'datetime': datetime.datetime(2024, 12, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11031.5852,\n      'datetime': datetime.datetime(2024, 12, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11575.91111,\n      'datetime': datetime.datetime(2024, 12, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11577.19113,\n      'datetime': datetime.datetime(2024, 12, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11289.64,\n      'datetime': datetime.datetime(2024, 12, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10824.35502,\n      'datetime': datetime.datetime(2024, 12, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10260.93467,\n      'datetime': datetime.datetime(2024, 12, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9698.22995,\n      'datetime': datetime.datetime(2024, 12, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9207.67035,\n      'datetime': datetime.datetime(2024, 12, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8850.38651,\n      'datetime': datetime.datetime(2024, 12, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8628.64143,\n      'datetime': datetime.datetime(2024, 12, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8524.3642,\n      'datetime': datetime.datetime(2024, 12, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8618.39954,\n      'datetime': datetime.datetime(2024, 12, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8843.39542,\n      'datetime': datetime.datetime(2024, 12, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9094.44635,\n      'datetime': datetime.datetime(2024, 12, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9651.47651,\n      'datetime': datetime.datetime(2024, 12, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10117.45062,\n      'datetime': datetime.datetime(2024, 12, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10381.59754,\n      'datetime': datetime.datetime(2024, 12, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10608.0466,\n      'datetime': datetime.datetime(2024, 12, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10892.63989,\n      'datetime': datetime.datetime(2024, 12, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10843.65955,\n      'datetime': datetime.datetime(2024, 12, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10877.92079,\n      'datetime': datetime.datetime(2024, 12, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11063.97967,\n      'datetime': datetime.datetime(2024, 12, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11102.62533,\n      'datetime': datetime.datetime(2024, 12, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10898.06339,\n      'datetime': datetime.datetime(2024, 12, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10841.2598,\n      'datetime': datetime.datetime(2024, 12, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11277.72683,\n      'datetime': datetime.datetime(2024, 12, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11229.54756,\n      'datetime': datetime.datetime(2024, 12, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10962.87577,\n      'datetime': datetime.datetime(2024, 12, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10513.93104,\n      'datetime': datetime.datetime(2024, 12, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10055.82528,\n      'datetime': datetime.datetime(2024, 12, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9508.34171,\n      'datetime': datetime.datetime(2024, 12, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9107.17689,\n      'datetime': datetime.datetime(2024, 12, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8796.5501,\n      'datetime': datetime.datetime(2024, 12, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8525.38836,\n      'datetime': datetime.datetime(2024, 12, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8411.45742,\n      'datetime': datetime.datetime(2024, 12, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8411.2833,\n      'datetime': datetime.datetime(2024, 12, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8460.26586,\n      'datetime': datetime.datetime(2024, 12, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8587.29686,\n      'datetime': datetime.datetime(2024, 12, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9111.50082,\n      'datetime': datetime.datetime(2024, 12, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9588.98716,\n      'datetime': datetime.datetime(2024, 12, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9838.71925,\n      'datetime': datetime.datetime(2024, 12, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10121.14673,\n      'datetime': datetime.datetime(2024, 12, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10231.94185,\n      'datetime': datetime.datetime(2024, 12, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10157.93757,\n      'datetime': datetime.datetime(2024, 12, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10122.3548,\n      'datetime': datetime.datetime(2024, 12, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10128.47638,\n      'datetime': datetime.datetime(2024, 12, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10067.48397,\n      'datetime': datetime.datetime(2024, 12, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10010.37975,\n      'datetime': datetime.datetime(2024, 12, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10065.13603,\n      'datetime': datetime.datetime(2024, 12, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10627.45777,\n      'datetime': datetime.datetime(2024, 12, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10323.49337,\n      'datetime': datetime.datetime(2024, 12, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9852.83455,\n      'datetime': datetime.datetime(2024, 12, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9480.72452,\n      'datetime': datetime.datetime(2024, 12, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9129.34559,\n      'datetime': datetime.datetime(2024, 12, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8830.15704,\n      'datetime': datetime.datetime(2024, 12, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8390.90156,\n      'datetime': datetime.datetime(2024, 12, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8146.35258,\n      'datetime': datetime.datetime(2024, 12, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8014.58434,\n      'datetime': datetime.datetime(2024, 12, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7752.17866,\n      'datetime': datetime.datetime(2024, 12, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7782.90289,\n      'datetime': datetime.datetime(2024, 12, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7655.36967,\n      'datetime': datetime.datetime(2024, 12, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7503.33934,\n      'datetime': datetime.datetime(2024, 12, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7794.28285,\n      'datetime': datetime.datetime(2024, 12, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8125.37485,\n      'datetime': datetime.datetime(2024, 12, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8422.99186,\n      'datetime': datetime.datetime(2024, 12, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8719.15635,\n      'datetime': datetime.datetime(2024, 12, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8989.30617,\n      'datetime': datetime.datetime(2024, 12, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9157.18608,\n      'datetime': datetime.datetime(2024, 12, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9182.54675,\n      'datetime': datetime.datetime(2024, 12, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9146.2518,\n      'datetime': datetime.datetime(2024, 12, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9162.52305,\n      'datetime': datetime.datetime(2024, 12, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9097.49832,\n      'datetime': datetime.datetime(2024, 12, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9182.7474,\n      'datetime': datetime.datetime(2024, 12, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9940.18055,\n      'datetime': datetime.datetime(2024, 12, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10027.42061,\n      'datetime': datetime.datetime(2024, 12, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9878.43249,\n      'datetime': datetime.datetime(2024, 12, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9582.69423,\n      'datetime': datetime.datetime(2024, 12, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9269.65446,\n      'datetime': datetime.datetime(2024, 12, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8881.4088,\n      'datetime': datetime.datetime(2024, 12, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8435.83293,\n      'datetime': datetime.datetime(2024, 12, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8036.52434,\n      'datetime': datetime.datetime(2024, 12, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7789.92693,\n      'datetime': datetime.datetime(2024, 12, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7670.95395,\n      'datetime': datetime.datetime(2024, 12, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7804.19149,\n      'datetime': datetime.datetime(2024, 12, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8098.76668,\n      'datetime': datetime.datetime(2024, 12, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8432.8647,\n      'datetime': datetime.datetime(2024, 12, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9186.34663,\n      'datetime': datetime.datetime(2024, 12, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9811.64714,\n      'datetime': datetime.datetime(2024, 12, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10106.98987,\n      'datetime': datetime.datetime(2024, 12, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10415.73318,\n      'datetime': datetime.datetime(2024, 12, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10688.37984,\n      'datetime': datetime.datetime(2024, 12, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10719.96928,\n      'datetime': datetime.datetime(2024, 12, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10896.22293,\n      'datetime': datetime.datetime(2024, 12, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11110.33066,\n      'datetime': datetime.datetime(2024, 12, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11122.25374,\n      'datetime': datetime.datetime(2024, 12, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11007.59504,\n      'datetime': datetime.datetime(2024, 12, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10822.66467,\n      'datetime': datetime.datetime(2024, 12, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11403.32266,\n      'datetime': datetime.datetime(2024, 12, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11387.52818,\n      'datetime': datetime.datetime(2024, 12, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11171.32174,\n      'datetime': datetime.datetime(2024, 12, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10747.52597,\n      'datetime': datetime.datetime(2024, 12, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10126.01374,\n      'datetime': datetime.datetime(2024, 12, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9591.56769,\n      'datetime': datetime.datetime(2024, 12, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9118.49842,\n      'datetime': datetime.datetime(2024, 12, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8830.75878,\n      'datetime': datetime.datetime(2024, 12, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8593.32086,\n      'datetime': datetime.datetime(2024, 12, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8449.26362,\n      'datetime': datetime.datetime(2024, 12, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8544.30461,\n      'datetime': datetime.datetime(2024, 12, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8786.96411,\n      'datetime': datetime.datetime(2024, 12, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9050.57577,\n      'datetime': datetime.datetime(2024, 12, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9601.96089,\n      'datetime': datetime.datetime(2024, 12, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10139.52247,\n      'datetime': datetime.datetime(2024, 12, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10431.81995,\n      'datetime': datetime.datetime(2024, 12, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10714.41067,\n      'datetime': datetime.datetime(2024, 12, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10976.96094,\n      'datetime': datetime.datetime(2024, 12, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10964.78112,\n      'datetime': datetime.datetime(2024, 12, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11110.6347,\n      'datetime': datetime.datetime(2024, 12, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11332.38824,\n      'datetime': datetime.datetime(2024, 12, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11401.11077,\n      'datetime': datetime.datetime(2024, 12, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11254.838,\n      'datetime': datetime.datetime(2024, 12, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11076.73384,\n      'datetime': datetime.datetime(2024, 12, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11570.93174,\n      'datetime': datetime.datetime(2024, 12, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11505.13865,\n      'datetime': datetime.datetime(2024, 12, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11222.97358,\n      'datetime': datetime.datetime(2024, 12, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10800.49697,\n      'datetime': datetime.datetime(2024, 12, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10171.63465,\n      'datetime': datetime.datetime(2024, 12, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9441.70319,\n      'datetime': datetime.datetime(2024, 12, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8959.07139,\n      'datetime': datetime.datetime(2024, 12, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8674.80153,\n      'datetime': datetime.datetime(2024, 12, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8344.83141,\n      'datetime': datetime.datetime(2024, 12, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8233.30198,\n      'datetime': datetime.datetime(2024, 12, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8296.62771,\n      'datetime': datetime.datetime(2024, 12, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8707.91858,\n      'datetime': datetime.datetime(2024, 12, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8938.07921,\n      'datetime': datetime.datetime(2024, 12, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9485.54646,\n      'datetime': datetime.datetime(2024, 12, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9929.77879,\n      'datetime': datetime.datetime(2024, 12, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10214.50329,\n      'datetime': datetime.datetime(2024, 12, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10575.05872,\n      'datetime': datetime.datetime(2024, 12, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10935.5348,\n      'datetime': datetime.datetime(2024, 12, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10933.24519,\n      'datetime': datetime.datetime(2024, 12, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11036.94932,\n      'datetime': datetime.datetime(2024, 12, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11349.79215,\n      'datetime': datetime.datetime(2024, 12, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11321.43083,\n      'datetime': datetime.datetime(2024, 12, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11186.1644,\n      'datetime': datetime.datetime(2024, 12, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11071.10947,\n      'datetime': datetime.datetime(2024, 12, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11543.03594,\n      'datetime': datetime.datetime(2024, 12, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11514.88406,\n      'datetime': datetime.datetime(2024, 12, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11276.89553,\n      'datetime': datetime.datetime(2024, 12, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10881.32793,\n      'datetime': datetime.datetime(2024, 12, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10321.85854,\n      'datetime': datetime.datetime(2024, 12, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9766.84497,\n      'datetime': datetime.datetime(2024, 12, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9081.39444,\n      'datetime': datetime.datetime(2024, 12, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8795.22004,\n      'datetime': datetime.datetime(2024, 12, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8457.58722,\n      'datetime': datetime.datetime(2024, 12, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8161.55726,\n      'datetime': datetime.datetime(2024, 12, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8667.8595,\n      'datetime': datetime.datetime(2024, 12, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8893.14572,\n      'datetime': datetime.datetime(2024, 12, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9132.98046,\n      'datetime': datetime.datetime(2024, 12, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9669.82415,\n      'datetime': datetime.datetime(2024, 12, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10011.6817,\n      'datetime': datetime.datetime(2024, 12, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10335.72721,\n      'datetime': datetime.datetime(2024, 12, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10701.21322,\n      'datetime': datetime.datetime(2024, 12, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11021.74566,\n      'datetime': datetime.datetime(2024, 12, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11004.45308,\n      'datetime': datetime.datetime(2024, 12, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11117.40731,\n      'datetime': datetime.datetime(2024, 12, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11323.52154,\n      'datetime': datetime.datetime(2024, 12, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11339.24632,\n      'datetime': datetime.datetime(2024, 12, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11131.35846,\n      'datetime': datetime.datetime(2024, 12, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11023.79432,\n      'datetime': datetime.datetime(2024, 12, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11496.37917,\n      'datetime': datetime.datetime(2024, 12, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11465.05095,\n      'datetime': datetime.datetime(2024, 12, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11178.40152,\n      'datetime': datetime.datetime(2024, 12, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10718.66419,\n      'datetime': datetime.datetime(2024, 12, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10162.80391,\n      'datetime': datetime.datetime(2024, 12, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9621.92927,\n      'datetime': datetime.datetime(2024, 12, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9175.01143,\n      'datetime': datetime.datetime(2024, 12, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8846.66451,\n      'datetime': datetime.datetime(2024, 12, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8631.28658,\n      'datetime': datetime.datetime(2024, 12, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8526.25918,\n      'datetime': datetime.datetime(2024, 12, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8617.33328,\n      'datetime': datetime.datetime(2024, 12, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8815.43851,\n      'datetime': datetime.datetime(2024, 12, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9026.99774,\n      'datetime': datetime.datetime(2024, 12, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9602.86389,\n      'datetime': datetime.datetime(2024, 12, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10075.00826,\n      'datetime': datetime.datetime(2024, 12, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10362.4016,\n      'datetime': datetime.datetime(2024, 12, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10664.23583,\n      'datetime': datetime.datetime(2024, 12, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10949.67873,\n      'datetime': datetime.datetime(2024, 12, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10865.81105,\n      'datetime': datetime.datetime(2024, 12, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10952.33517,\n      'datetime': datetime.datetime(2024, 12, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11156.67627,\n      'datetime': datetime.datetime(2024, 12, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11140.37985,\n      'datetime': datetime.datetime(2024, 12, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10930.5821,\n      'datetime': datetime.datetime(2024, 12, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10805.7824,\n      'datetime': datetime.datetime(2024, 12, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11302.97851,\n      'datetime': datetime.datetime(2024, 12, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11257.54948,\n      'datetime': datetime.datetime(2024, 12, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11001.13237,\n      'datetime': datetime.datetime(2024, 12, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10561.95698,\n      'datetime': datetime.datetime(2024, 12, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9996.70901,\n      'datetime': datetime.datetime(2024, 12, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9533.81053,\n      'datetime': datetime.datetime(2024, 12, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9077.64432,\n      'datetime': datetime.datetime(2024, 12, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8777.05784,\n      'datetime': datetime.datetime(2024, 12, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8512.67306,\n      'datetime': datetime.datetime(2024, 12, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8348.38641,\n      'datetime': datetime.datetime(2024, 12, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8371.32604,\n      'datetime': datetime.datetime(2024, 12, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8025.62173,\n      'datetime': datetime.datetime(2024, 12, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8127.88949,\n      'datetime': datetime.datetime(2024, 12, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8590.83736,\n      'datetime': datetime.datetime(2024, 12, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9090.54144,\n      'datetime': datetime.datetime(2024, 12, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9400.94645,\n      'datetime': datetime.datetime(2024, 12, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9677.72841,\n      'datetime': datetime.datetime(2024, 12, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9810.5647,\n      'datetime': datetime.datetime(2024, 12, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9757.49714,\n      'datetime': datetime.datetime(2024, 12, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9726.46979,\n      'datetime': datetime.datetime(2024, 12, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9688.87811,\n      'datetime': datetime.datetime(2024, 12, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9644.04183,\n      'datetime': datetime.datetime(2024, 12, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9534.54844,\n      'datetime': datetime.datetime(2024, 12, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9657.58878,\n      'datetime': datetime.datetime(2024, 12, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10528.38067,\n      'datetime': datetime.datetime(2024, 12, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10616.24085,\n      'datetime': datetime.datetime(2024, 12, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10333.3277,\n      'datetime': datetime.datetime(2024, 12, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9988.13742,\n      'datetime': datetime.datetime(2024, 12, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9553.86372,\n      'datetime': datetime.datetime(2024, 12, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9119.4342,\n      'datetime': datetime.datetime(2024, 12, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8766.49342,\n      'datetime': datetime.datetime(2024, 12, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8447.26465,\n      'datetime': datetime.datetime(2024, 12, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8180.35872,\n      'datetime': datetime.datetime(2024, 12, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8067.21465,\n      'datetime': datetime.datetime(2024, 12, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7941.50773,\n      'datetime': datetime.datetime(2024, 12, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7676.77391,\n      'datetime': datetime.datetime(2024, 12, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7435.16101,\n      'datetime': datetime.datetime(2024, 12, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7700.54464,\n      'datetime': datetime.datetime(2024, 12, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8008.14097,\n      'datetime': datetime.datetime(2024, 12, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8332.09277,\n      'datetime': datetime.datetime(2024, 12, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8587.49151,\n      'datetime': datetime.datetime(2024, 12, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8769.38568,\n      'datetime': datetime.datetime(2024, 12, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8921.32521,\n      'datetime': datetime.datetime(2024, 12, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8960.95325,\n      'datetime': datetime.datetime(2024, 12, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8936.46287,\n      'datetime': datetime.datetime(2024, 12, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8907.12891,\n      'datetime': datetime.datetime(2024, 12, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8894.52365,\n      'datetime': datetime.datetime(2024, 12, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9021.87883,\n      'datetime': datetime.datetime(2024, 12, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9721.28238,\n      'datetime': datetime.datetime(2024, 12, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9878.06882,\n      'datetime': datetime.datetime(2024, 12, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9994.01289,\n      'datetime': datetime.datetime(2024, 12, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9751.95016,\n      'datetime': datetime.datetime(2024, 12, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9449.43613,\n      'datetime': datetime.datetime(2024, 12, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9006.2255,\n      'datetime': datetime.datetime(2024, 12, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8678.66338,\n      'datetime': datetime.datetime(2024, 12, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8418.57849,\n      'datetime': datetime.datetime(2024, 12, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8251.92084,\n      'datetime': datetime.datetime(2024, 12, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8163.81913,\n      'datetime': datetime.datetime(2024, 12, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8252.57858,\n      'datetime': datetime.datetime(2024, 12, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8519.81215,\n      'datetime': datetime.datetime(2024, 12, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8780.11779,\n      'datetime': datetime.datetime(2024, 12, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9300.09304,\n      'datetime': datetime.datetime(2024, 12, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9895.44864,\n      'datetime': datetime.datetime(2024, 12, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10288.78915,\n      'datetime': datetime.datetime(2024, 12, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10599.63436,\n      'datetime': datetime.datetime(2024, 12, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10828.59667,\n      'datetime': datetime.datetime(2024, 12, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10704.40858,\n      'datetime': datetime.datetime(2024, 12, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10798.29264,\n      'datetime': datetime.datetime(2024, 12, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10946.24711,\n      'datetime': datetime.datetime(2024, 12, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10964.11788,\n      'datetime': datetime.datetime(2024, 12, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10877.37895,\n      'datetime': datetime.datetime(2024, 12, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10735.42875,\n      'datetime': datetime.datetime(2024, 12, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11247.79645,\n      'datetime': datetime.datetime(2024, 12, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11185.90682,\n      'datetime': datetime.datetime(2024, 12, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10982.95534,\n      'datetime': datetime.datetime(2024, 12, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10587.44336,\n      'datetime': datetime.datetime(2024, 12, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9967.93014,\n      'datetime': datetime.datetime(2024, 12, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9351.81495,\n      'datetime': datetime.datetime(2024, 12, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9127.71386,\n      'datetime': datetime.datetime(2024, 12, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8704.57394,\n      'datetime': datetime.datetime(2024, 12, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8170.15281,\n      'datetime': datetime.datetime(2024, 12, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8040.08518,\n      'datetime': datetime.datetime(2024, 12, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8148.35909,\n      'datetime': datetime.datetime(2024, 12, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8384.69619,\n      'datetime': datetime.datetime(2024, 12, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8510.84863,\n      'datetime': datetime.datetime(2024, 12, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9110.92895,\n      'datetime': datetime.datetime(2024, 12, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9910.39253,\n      'datetime': datetime.datetime(2024, 12, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10206.65834,\n      'datetime': datetime.datetime(2024, 12, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10520.05482,\n      'datetime': datetime.datetime(2024, 12, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10761.69493,\n      'datetime': datetime.datetime(2024, 12, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10674.07714,\n      'datetime': datetime.datetime(2024, 12, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10677.88407,\n      'datetime': datetime.datetime(2024, 12, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10841.74601,\n      'datetime': datetime.datetime(2024, 12, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10901.94849,\n      'datetime': datetime.datetime(2024, 12, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10699.25883,\n      'datetime': datetime.datetime(2024, 12, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10670.22852,\n      'datetime': datetime.datetime(2024, 12, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11255.02474,\n      'datetime': datetime.datetime(2024, 12, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11217.15202,\n      'datetime': datetime.datetime(2024, 12, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11025.81185,\n      'datetime': datetime.datetime(2024, 12, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10747.22762,\n      'datetime': datetime.datetime(2024, 12, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10198.72788,\n      'datetime': datetime.datetime(2024, 12, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9599.91171,\n      'datetime': datetime.datetime(2024, 12, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8910.37542,\n      'datetime': datetime.datetime(2024, 12, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8569.45993,\n      'datetime': datetime.datetime(2024, 12, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8193.36137,\n      'datetime': datetime.datetime(2024, 12, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8071.9085,\n      'datetime': datetime.datetime(2024, 12, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8164.5302,\n      'datetime': datetime.datetime(2024, 12, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8353.98297,\n      'datetime': datetime.datetime(2024, 12, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8624.07274,\n      'datetime': datetime.datetime(2024, 12, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9356.71995,\n      'datetime': datetime.datetime(2024, 12, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9876.62549,\n      'datetime': datetime.datetime(2024, 12, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10365.2751,\n      'datetime': datetime.datetime(2024, 12, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10791.3427,\n      'datetime': datetime.datetime(2024, 12, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11045.82523,\n      'datetime': datetime.datetime(2024, 12, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10966.48318,\n      'datetime': datetime.datetime(2024, 12, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10977.79102,\n      'datetime': datetime.datetime(2024, 12, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11209.49479,\n      'datetime': datetime.datetime(2024, 12, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11176.4972,\n      'datetime': datetime.datetime(2024, 12, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11068.92124,\n      'datetime': datetime.datetime(2024, 12, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10912.96093,\n      'datetime': datetime.datetime(2024, 12, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11353.43458,\n      'datetime': datetime.datetime(2024, 12, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11277.21526,\n      'datetime': datetime.datetime(2024, 12, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11050.62615,\n      'datetime': datetime.datetime(2024, 12, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10703.80482,\n      'datetime': datetime.datetime(2024, 12, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10028.89381,\n      'datetime': datetime.datetime(2024, 12, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9423.30764,\n      'datetime': datetime.datetime(2024, 12, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8965.0294,\n      'datetime': datetime.datetime(2024, 12, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8666.36414,\n      'datetime': datetime.datetime(2024, 12, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8363.47526,\n      'datetime': datetime.datetime(2024, 12, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8199.10847,\n      'datetime': datetime.datetime(2024, 12, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8235.47764,\n      'datetime': datetime.datetime(2024, 12, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8518.87909,\n      'datetime': datetime.datetime(2024, 12, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8745.30927,\n      'datetime': datetime.datetime(2024, 12, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9288.45145,\n      'datetime': datetime.datetime(2024, 12, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9920.5656,\n      'datetime': datetime.datetime(2024, 12, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10384.0073,\n      'datetime': datetime.datetime(2024, 12, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10728.11853,\n      'datetime': datetime.datetime(2024, 12, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10903.58014,\n      'datetime': datetime.datetime(2024, 12, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10895.76467,\n      'datetime': datetime.datetime(2024, 12, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10931.62259,\n      'datetime': datetime.datetime(2024, 12, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11089.3667,\n      'datetime': datetime.datetime(2024, 12, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10924.75356,\n      'datetime': datetime.datetime(2024, 12, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10846.53941,\n      'datetime': datetime.datetime(2024, 12, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10758.89714,\n      'datetime': datetime.datetime(2024, 12, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11385.69597,\n      'datetime': datetime.datetime(2024, 12, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11303.36255,\n      'datetime': datetime.datetime(2024, 12, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11086.28209,\n      'datetime': datetime.datetime(2024, 12, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10761.8645,\n      'datetime': datetime.datetime(2024, 12, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10081.86537,\n      'datetime': datetime.datetime(2024, 12, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9541.23898,\n      'datetime': datetime.datetime(2024, 12, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9186.3774,\n      'datetime': datetime.datetime(2024, 12, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8894.81159,\n      'datetime': datetime.datetime(2024, 12, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8679.66899,\n      'datetime': datetime.datetime(2024, 12, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8551.16003,\n      'datetime': datetime.datetime(2024, 12, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8566.14736,\n      'datetime': datetime.datetime(2024, 12, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8813.50975,\n      'datetime': datetime.datetime(2024, 12, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8997.84097,\n      'datetime': datetime.datetime(2024, 12, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9514.35561,\n      'datetime': datetime.datetime(2024, 12, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9972.1652,\n      'datetime': datetime.datetime(2024, 12, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10267.97427,\n      'datetime': datetime.datetime(2024, 12, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10572.35902,\n      'datetime': datetime.datetime(2024, 12, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10914.71396,\n      'datetime': datetime.datetime(2024, 12, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10889.6169,\n      'datetime': datetime.datetime(2024, 12, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10936.7076,\n      'datetime': datetime.datetime(2024, 12, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11032.40595,\n      'datetime': datetime.datetime(2024, 12, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11009.60615,\n      'datetime': datetime.datetime(2024, 12, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10835.18066,\n      'datetime': datetime.datetime(2024, 12, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10731.71617,\n      'datetime': datetime.datetime(2024, 12, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11240.24031,\n      'datetime': datetime.datetime(2024, 12, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 11173.20757,\n      'datetime': datetime.datetime(2024, 12, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10990.9658,\n      'datetime': datetime.datetime(2024, 12, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10631.65951,\n      'datetime': datetime.datetime(2024, 12, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10032.31909,\n      'datetime': datetime.datetime(2024, 12, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9525.46084,\n      'datetime': datetime.datetime(2024, 12, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9082.10443,\n      'datetime': datetime.datetime(2024, 12, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8546.05834,\n      'datetime': datetime.datetime(2024, 12, 21, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8221.43604,\n      'datetime': datetime.datetime(2024, 12, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8308.43327,\n      'datetime': datetime.datetime(2024, 12, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8374.08971,\n      'datetime': datetime.datetime(2024, 12, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8483.1362,\n      'datetime': datetime.datetime(2024, 12, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8493.42095,\n      'datetime': datetime.datetime(2024, 12, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8809.2299,\n      'datetime': datetime.datetime(2024, 12, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9326.02674,\n      'datetime': datetime.datetime(2024, 12, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9620.23287,\n      'datetime': datetime.datetime(2024, 12, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9850.07835,\n      'datetime': datetime.datetime(2024, 12, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10069.13229,\n      'datetime': datetime.datetime(2024, 12, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10020.0994,\n      'datetime': datetime.datetime(2024, 12, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10087.18553,\n      'datetime': datetime.datetime(2024, 12, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10085.15182,\n      'datetime': datetime.datetime(2024, 12, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10023.49653,\n      'datetime': datetime.datetime(2024, 12, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9946.32157,\n      'datetime': datetime.datetime(2024, 12, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10040.81749,\n      'datetime': datetime.datetime(2024, 12, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10631.96952,\n      'datetime': datetime.datetime(2024, 12, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10585.21653,\n      'datetime': datetime.datetime(2024, 12, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10363.61893,\n      'datetime': datetime.datetime(2024, 12, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10039.55898,\n      'datetime': datetime.datetime(2024, 12, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9631.4599,\n      'datetime': datetime.datetime(2024, 12, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9190.64865,\n      'datetime': datetime.datetime(2024, 12, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8636.42784,\n      'datetime': datetime.datetime(2024, 12, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8318.72158,\n      'datetime': datetime.datetime(2024, 12, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8079.93067,\n      'datetime': datetime.datetime(2024, 12, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7948.94374,\n      'datetime': datetime.datetime(2024, 12, 22, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7898.63151,\n      'datetime': datetime.datetime(2024, 12, 22, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7816.90494,\n      'datetime': datetime.datetime(2024, 12, 22, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7715.4535,\n      'datetime': datetime.datetime(2024, 12, 22, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8018.87975,\n      'datetime': datetime.datetime(2024, 12, 22, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8307.19566,\n      'datetime': datetime.datetime(2024, 12, 22, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8551.82034,\n      'datetime': datetime.datetime(2024, 12, 22, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8784.64243,\n      'datetime': datetime.datetime(2024, 12, 22, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9154.83374,\n      'datetime': datetime.datetime(2024, 12, 22, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9248.5868,\n      'datetime': datetime.datetime(2024, 12, 22, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9184.45437,\n      'datetime': datetime.datetime(2024, 12, 22, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9155.60026,\n      'datetime': datetime.datetime(2024, 12, 22, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9130.88997,\n      'datetime': datetime.datetime(2024, 12, 22, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9111.12203,\n      'datetime': datetime.datetime(2024, 12, 22, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9322.08847,\n      'datetime': datetime.datetime(2024, 12, 22, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9902.2795,\n      'datetime': datetime.datetime(2024, 12, 22, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9910.26705,\n      'datetime': datetime.datetime(2024, 12, 22, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9806.89574,\n      'datetime': datetime.datetime(2024, 12, 22, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9665.50253,\n      'datetime': datetime.datetime(2024, 12, 22, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9329.64608,\n      'datetime': datetime.datetime(2024, 12, 22, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8884.26873,\n      'datetime': datetime.datetime(2024, 12, 22, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8507.9385,\n      'datetime': datetime.datetime(2024, 12, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8241.06567,\n      'datetime': datetime.datetime(2024, 12, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7971.12131,\n      'datetime': datetime.datetime(2024, 12, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7598.94639,\n      'datetime': datetime.datetime(2024, 12, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7680.31232,\n      'datetime': datetime.datetime(2024, 12, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7888.76729,\n      'datetime': datetime.datetime(2024, 12, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8137.90545,\n      'datetime': datetime.datetime(2024, 12, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8803.56566,\n      'datetime': datetime.datetime(2024, 12, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9455.55467,\n      'datetime': datetime.datetime(2024, 12, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9798.21169,\n      'datetime': datetime.datetime(2024, 12, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10028.66625,\n      'datetime': datetime.datetime(2024, 12, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10266.95233,\n      'datetime': datetime.datetime(2024, 12, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10230.48287,\n      'datetime': datetime.datetime(2024, 12, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10302.19933,\n      'datetime': datetime.datetime(2024, 12, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10439.1461,\n      'datetime': datetime.datetime(2024, 12, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10427.63563,\n      'datetime': datetime.datetime(2024, 12, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10337.7047,\n      'datetime': datetime.datetime(2024, 12, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10219.741,\n      'datetime': datetime.datetime(2024, 12, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10544.42973,\n      'datetime': datetime.datetime(2024, 12, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10477.30488,\n      'datetime': datetime.datetime(2024, 12, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10284.14142,\n      'datetime': datetime.datetime(2024, 12, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9958.73433,\n      'datetime': datetime.datetime(2024, 12, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9412.96358,\n      'datetime': datetime.datetime(2024, 12, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8903.59652,\n      'datetime': datetime.datetime(2024, 12, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8432.22702,\n      'datetime': datetime.datetime(2024, 12, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8084.88945,\n      'datetime': datetime.datetime(2024, 12, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7759.93379,\n      'datetime': datetime.datetime(2024, 12, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7653.13153,\n      'datetime': datetime.datetime(2024, 12, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7688.44797,\n      'datetime': datetime.datetime(2024, 12, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7933.22845,\n      'datetime': datetime.datetime(2024, 12, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8044.82475,\n      'datetime': datetime.datetime(2024, 12, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8474.57301,\n      'datetime': datetime.datetime(2024, 12, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9061.62481,\n      'datetime': datetime.datetime(2024, 12, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9430.61575,\n      'datetime': datetime.datetime(2024, 12, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9615.0168,\n      'datetime': datetime.datetime(2024, 12, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9774.02007,\n      'datetime': datetime.datetime(2024, 12, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9696.10289,\n      'datetime': datetime.datetime(2024, 12, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9537.4715,\n      'datetime': datetime.datetime(2024, 12, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9390.18582,\n      'datetime': datetime.datetime(2024, 12, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9327.71359,\n      'datetime': datetime.datetime(2024, 12, 24, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9277.58957,\n      'datetime': datetime.datetime(2024, 12, 24, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9424.93306,\n      'datetime': datetime.datetime(2024, 12, 24, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10121.06756,\n      'datetime': datetime.datetime(2024, 12, 24, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10026.62457,\n      'datetime': datetime.datetime(2024, 12, 24, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9368.27124,\n      'datetime': datetime.datetime(2024, 12, 24, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8877.66644,\n      'datetime': datetime.datetime(2024, 12, 24, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8437.26091,\n      'datetime': datetime.datetime(2024, 12, 24, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8154.4477,\n      'datetime': datetime.datetime(2024, 12, 24, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7862.78354,\n      'datetime': datetime.datetime(2024, 12, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7698.22579,\n      'datetime': datetime.datetime(2024, 12, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7352.61867,\n      'datetime': datetime.datetime(2024, 12, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7160.68646,\n      'datetime': datetime.datetime(2024, 12, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7050.81633,\n      'datetime': datetime.datetime(2024, 12, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6918.4984,\n      'datetime': datetime.datetime(2024, 12, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6566.54421,\n      'datetime': datetime.datetime(2024, 12, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6588.83897,\n      'datetime': datetime.datetime(2024, 12, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6782.11034,\n      'datetime': datetime.datetime(2024, 12, 25, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7069.08898,\n      'datetime': datetime.datetime(2024, 12, 25, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7567.76893,\n      'datetime': datetime.datetime(2024, 12, 25, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7851.09222,\n      'datetime': datetime.datetime(2024, 12, 25, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8186.29917,\n      'datetime': datetime.datetime(2024, 12, 25, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8314.63849,\n      'datetime': datetime.datetime(2024, 12, 25, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8345.04647,\n      'datetime': datetime.datetime(2024, 12, 25, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8319.75348,\n      'datetime': datetime.datetime(2024, 12, 25, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8332.74644,\n      'datetime': datetime.datetime(2024, 12, 25, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8462.60161,\n      'datetime': datetime.datetime(2024, 12, 25, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9188.82875,\n      'datetime': datetime.datetime(2024, 12, 25, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9326.21977,\n      'datetime': datetime.datetime(2024, 12, 25, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9228.36447,\n      'datetime': datetime.datetime(2024, 12, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9048.04995,\n      'datetime': datetime.datetime(2024, 12, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8764.11398,\n      'datetime': datetime.datetime(2024, 12, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8426.24439,\n      'datetime': datetime.datetime(2024, 12, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7837.42123,\n      'datetime': datetime.datetime(2024, 12, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7604.15646,\n      'datetime': datetime.datetime(2024, 12, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7476.25995,\n      'datetime': datetime.datetime(2024, 12, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7556.10854,\n      'datetime': datetime.datetime(2024, 12, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7486.06582,\n      'datetime': datetime.datetime(2024, 12, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7684.53058,\n      'datetime': datetime.datetime(2024, 12, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7934.04004,\n      'datetime': datetime.datetime(2024, 12, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8497.30928,\n      'datetime': datetime.datetime(2024, 12, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9233.28242,\n      'datetime': datetime.datetime(2024, 12, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9578.83532,\n      'datetime': datetime.datetime(2024, 12, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9957.45423,\n      'datetime': datetime.datetime(2024, 12, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10351.26249,\n      'datetime': datetime.datetime(2024, 12, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10405.09058,\n      'datetime': datetime.datetime(2024, 12, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10530.54277,\n      'datetime': datetime.datetime(2024, 12, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10646.45488,\n      'datetime': datetime.datetime(2024, 12, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10608.86382,\n      'datetime': datetime.datetime(2024, 12, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10435.11325,\n      'datetime': datetime.datetime(2024, 12, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10354.7418,\n      'datetime': datetime.datetime(2024, 12, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10838.20671,\n      'datetime': datetime.datetime(2024, 12, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10830.16724,\n      'datetime': datetime.datetime(2024, 12, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10542.26782,\n      'datetime': datetime.datetime(2024, 12, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10165.77878,\n      'datetime': datetime.datetime(2024, 12, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9654.97813,\n      'datetime': datetime.datetime(2024, 12, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9174.38395,\n      'datetime': datetime.datetime(2024, 12, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8554.1009,\n      'datetime': datetime.datetime(2024, 12, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8236.80232,\n      'datetime': datetime.datetime(2024, 12, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8051.18243,\n      'datetime': datetime.datetime(2024, 12, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7945.44884,\n      'datetime': datetime.datetime(2024, 12, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7856.0949,\n      'datetime': datetime.datetime(2024, 12, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8090.10681,\n      'datetime': datetime.datetime(2024, 12, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8161.95199,\n      'datetime': datetime.datetime(2024, 12, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8702.72807,\n      'datetime': datetime.datetime(2024, 12, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9465.40975,\n      'datetime': datetime.datetime(2024, 12, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9753.06113,\n      'datetime': datetime.datetime(2024, 12, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10030.32991,\n      'datetime': datetime.datetime(2024, 12, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10333.61172,\n      'datetime': datetime.datetime(2024, 12, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10317.25045,\n      'datetime': datetime.datetime(2024, 12, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10316.00386,\n      'datetime': datetime.datetime(2024, 12, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10380.94772,\n      'datetime': datetime.datetime(2024, 12, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10407.02465,\n      'datetime': datetime.datetime(2024, 12, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10279.45168,\n      'datetime': datetime.datetime(2024, 12, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10252.48386,\n      'datetime': datetime.datetime(2024, 12, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10780.87458,\n      'datetime': datetime.datetime(2024, 12, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10735.61592,\n      'datetime': datetime.datetime(2024, 12, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10486.72813,\n      'datetime': datetime.datetime(2024, 12, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10114.49547,\n      'datetime': datetime.datetime(2024, 12, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9612.58759,\n      'datetime': datetime.datetime(2024, 12, 27, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9147.02657,\n      'datetime': datetime.datetime(2024, 12, 27, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8691.48025,\n      'datetime': datetime.datetime(2024, 12, 28, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8372.4737,\n      'datetime': datetime.datetime(2024, 12, 28, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8160.21451,\n      'datetime': datetime.datetime(2024, 12, 28, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8022.96026,\n      'datetime': datetime.datetime(2024, 12, 28, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7893.75709,\n      'datetime': datetime.datetime(2024, 12, 28, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7923.70298,\n      'datetime': datetime.datetime(2024, 12, 28, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7993.15786,\n      'datetime': datetime.datetime(2024, 12, 28, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8369.33175,\n      'datetime': datetime.datetime(2024, 12, 28, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9079.61784,\n      'datetime': datetime.datetime(2024, 12, 28, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9391.16778,\n      'datetime': datetime.datetime(2024, 12, 28, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9677.02194,\n      'datetime': datetime.datetime(2024, 12, 28, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9808.95318,\n      'datetime': datetime.datetime(2024, 12, 28, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9763.10569,\n      'datetime': datetime.datetime(2024, 12, 28, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9745.67181,\n      'datetime': datetime.datetime(2024, 12, 28, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9752.67733,\n      'datetime': datetime.datetime(2024, 12, 28, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9659.40764,\n      'datetime': datetime.datetime(2024, 12, 28, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9625.73863,\n      'datetime': datetime.datetime(2024, 12, 28, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9704.30386,\n      'datetime': datetime.datetime(2024, 12, 28, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10250.85111,\n      'datetime': datetime.datetime(2024, 12, 28, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10195.43357,\n      'datetime': datetime.datetime(2024, 12, 28, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9977.25543,\n      'datetime': datetime.datetime(2024, 12, 28, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9673.24208,\n      'datetime': datetime.datetime(2024, 12, 28, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9239.30771,\n      'datetime': datetime.datetime(2024, 12, 28, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8852.8834,\n      'datetime': datetime.datetime(2024, 12, 28, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8386.67653,\n      'datetime': datetime.datetime(2024, 12, 29, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8115.33061,\n      'datetime': datetime.datetime(2024, 12, 29, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7928.54267,\n      'datetime': datetime.datetime(2024, 12, 29, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7740.82741,\n      'datetime': datetime.datetime(2024, 12, 29, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7690.39256,\n      'datetime': datetime.datetime(2024, 12, 29, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7652.12036,\n      'datetime': datetime.datetime(2024, 12, 29, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7362.5075,\n      'datetime': datetime.datetime(2024, 12, 29, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7386.37123,\n      'datetime': datetime.datetime(2024, 12, 29, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7743.45512,\n      'datetime': datetime.datetime(2024, 12, 29, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8210.40037,\n      'datetime': datetime.datetime(2024, 12, 29, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8650.41363,\n      'datetime': datetime.datetime(2024, 12, 29, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8900.28588,\n      'datetime': datetime.datetime(2024, 12, 29, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8986.95923,\n      'datetime': datetime.datetime(2024, 12, 29, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9041.8857,\n      'datetime': datetime.datetime(2024, 12, 29, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9020.22568,\n      'datetime': datetime.datetime(2024, 12, 29, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8969.12849,\n      'datetime': datetime.datetime(2024, 12, 29, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8943.23253,\n      'datetime': datetime.datetime(2024, 12, 29, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9043.16371,\n      'datetime': datetime.datetime(2024, 12, 29, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9740.26352,\n      'datetime': datetime.datetime(2024, 12, 29, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9849.4954,\n      'datetime': datetime.datetime(2024, 12, 29, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9723.13743,\n      'datetime': datetime.datetime(2024, 12, 29, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9470.6336,\n      'datetime': datetime.datetime(2024, 12, 29, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9066.65275,\n      'datetime': datetime.datetime(2024, 12, 29, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8592.07477,\n      'datetime': datetime.datetime(2024, 12, 29, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7961.58179,\n      'datetime': datetime.datetime(2024, 12, 30, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7637.45028,\n      'datetime': datetime.datetime(2024, 12, 30, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7366.06934,\n      'datetime': datetime.datetime(2024, 12, 30, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7273.31742,\n      'datetime': datetime.datetime(2024, 12, 30, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7327.59909,\n      'datetime': datetime.datetime(2024, 12, 30, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7499.38183,\n      'datetime': datetime.datetime(2024, 12, 30, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7643.12061,\n      'datetime': datetime.datetime(2024, 12, 30, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8094.76397,\n      'datetime': datetime.datetime(2024, 12, 30, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8744.18064,\n      'datetime': datetime.datetime(2024, 12, 30, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9279.50298,\n      'datetime': datetime.datetime(2024, 12, 30, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9525.55641,\n      'datetime': datetime.datetime(2024, 12, 30, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9809.3297,\n      'datetime': datetime.datetime(2024, 12, 30, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9866.57444,\n      'datetime': datetime.datetime(2024, 12, 30, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9885.75861,\n      'datetime': datetime.datetime(2024, 12, 30, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9931.4746,\n      'datetime': datetime.datetime(2024, 12, 30, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9877.0645,\n      'datetime': datetime.datetime(2024, 12, 30, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9744.91882,\n      'datetime': datetime.datetime(2024, 12, 30, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9724.92078,\n      'datetime': datetime.datetime(2024, 12, 30, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10263.46596,\n      'datetime': datetime.datetime(2024, 12, 30, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 10248.63476,\n      'datetime': datetime.datetime(2024, 12, 30, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9949.04342,\n      'datetime': datetime.datetime(2024, 12, 30, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9367.64943,\n      'datetime': datetime.datetime(2024, 12, 30, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8912.80537,\n      'datetime': datetime.datetime(2024, 12, 30, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8457.74459,\n      'datetime': datetime.datetime(2024, 12, 30, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8007.54931,\n      'datetime': datetime.datetime(2024, 12, 31, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7648.40858,\n      'datetime': datetime.datetime(2024, 12, 31, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7336.61436,\n      'datetime': datetime.datetime(2024, 12, 31, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7191.97381,\n      'datetime': datetime.datetime(2024, 12, 31, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7190.983,\n      'datetime': datetime.datetime(2024, 12, 31, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7272.97339,\n      'datetime': datetime.datetime(2024, 12, 31, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7255.41841,\n      'datetime': datetime.datetime(2024, 12, 31, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7583.73473,\n      'datetime': datetime.datetime(2024, 12, 31, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8083.30991,\n      'datetime': datetime.datetime(2024, 12, 31, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8452.37563,\n      'datetime': datetime.datetime(2024, 12, 31, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8614.00826,\n      'datetime': datetime.datetime(2024, 12, 31, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8745.76856,\n      'datetime': datetime.datetime(2024, 12, 31, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8792.71922,\n      'datetime': datetime.datetime(2024, 12, 31, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8715.56372,\n      'datetime': datetime.datetime(2024, 12, 31, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8668.97539,\n      'datetime': datetime.datetime(2024, 12, 31, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8675.27004,\n      'datetime': datetime.datetime(2024, 12, 31, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8691.99343,\n      'datetime': datetime.datetime(2024, 12, 31, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8842.77824,\n      'datetime': datetime.datetime(2024, 12, 31, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9496.90058,\n      'datetime': datetime.datetime(2024, 12, 31, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9559.18281,\n      'datetime': datetime.datetime(2024, 12, 31, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 9144.29732,\n      'datetime': datetime.datetime(2024, 12, 31, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8688.39718,\n      'datetime': datetime.datetime(2024, 12, 31, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8116.86562,\n      'datetime': datetime.datetime(2024, 12, 31, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7573.45633,\n      'datetime': datetime.datetime(2024, 12, 31, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7306.48365,\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7183.62888,\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7059.6042,\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6928.0031,\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6817.47314,\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6681.1566,\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6328.18434,\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6304.23399,\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6477.09356,\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6674.85881,\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6923.08161,\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7130.68352,\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7304.81407,\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7406.58739,\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7375.07319,\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7342.85141,\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7307.4416,\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7475.79909,\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8436.64463,\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8641.72283,\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8558.02618,\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8388.22406,\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8222.3187,\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7925.23103,\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n# name: test_fetch_consumption_live\n  list([\n    dict({\n      'consumption': 7636.8,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7695.9,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7600.0,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7571.0,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7573.7,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7544.4,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7488.7,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7462.2,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7474.7,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7440.9,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7398.9,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7401.6,\n      'datetime': datetime.datetime(2025, 1, 6, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7378.4,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7351.2,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7303.5,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7317.6,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7290.5,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7265.1,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7249.8,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7216.3,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7187.4,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7209.1,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7198.2,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7158.1,\n      'datetime': datetime.datetime(2025, 1, 6, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7150.0,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7092.1,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7077.9,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7099.9,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7084.3,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7056.1,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7039.7,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7048.1,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7017.6,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7001.8,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7018.3,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6997.5,\n      'datetime': datetime.datetime(2025, 1, 6, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6974.6,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6952.3,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6966.7,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6950.2,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6930.8,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6888.1,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6926.2,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6926.9,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6928.4,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6892.0,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6868.6,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6904.7,\n      'datetime': datetime.datetime(2025, 1, 6, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6910.5,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6905.6,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6930.4,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 11, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6915.0,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 16, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6883.4,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 21, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6905.4,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 26, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6897.8,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 31, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6897.4,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 36, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6875.8,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 41, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6863.5,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 46, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6854.9,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 51, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6862.4,\n      'datetime': datetime.datetime(2025, 1, 6, 4, 56, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6880.5,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 1, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6894.2,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 6, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6897.7,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 11, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6955.0,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 16, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6930.9,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 21, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6920.7,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 26, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6921.4,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 31, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6929.2,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 36, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6934.0,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 41, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6921.6,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 46, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6937.9,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 51, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6895.2,\n      'datetime': datetime.datetime(2025, 1, 6, 5, 56, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6843.5,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 1, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6837.3,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 6, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6795.4,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 11, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6770.9,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 16, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6733.3,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 21, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6743.6,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 26, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6737.1,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 31, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6750.1,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 36, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6784.4,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 41, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6796.9,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 46, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6791.9,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 51, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6808.4,\n      'datetime': datetime.datetime(2025, 1, 6, 6, 56, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6809.3,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 1, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6844.8,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 6, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6882.4,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 11, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6898.0,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 16, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6895.8,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 21, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6930.4,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 26, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6975.8,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 31, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 6989.0,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 36, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7000.3,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 41, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7021.1,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 46, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7030.6,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 51, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7015.1,\n      'datetime': datetime.datetime(2025, 1, 6, 7, 56, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7048.4,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 1, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7068.8,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 6, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7143.5,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 11, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7141.1,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 16, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7196.1,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 22, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7191.1,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 27, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7233.6,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 32, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7229.0,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 37, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7245.0,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 42, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7257.1,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 47, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7317.6,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 52, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7333.7,\n      'datetime': datetime.datetime(2025, 1, 6, 8, 57, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7352.1,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 2, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7368.9,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 7, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7378.5,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 12, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7423.0,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 17, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7446.0,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 22, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7488.6,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 27, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7499.3,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 32, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7506.7,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 37, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7565.0,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 42, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7552.8,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 47, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7576.4,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 52, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7611.6,\n      'datetime': datetime.datetime(2025, 1, 6, 9, 57, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7630.9,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 2, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7657.1,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 7, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7663.7,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 12, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7693.4,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 17, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7706.3,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 22, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7733.2,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 27, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7788.7,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 32, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7841.5,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 37, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7848.8,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 42, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7818.7,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 47, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7839.7,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 52, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7833.1,\n      'datetime': datetime.datetime(2025, 1, 6, 10, 57, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7882.7,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 2, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7884.5,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 7, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7925.5,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 12, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8011.2,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 17, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8078.0,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 22, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 7980.6,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 27, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8015.7,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 32, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8072.2,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 37, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8098.3,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 42, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8071.0,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 47, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8090.9,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 52, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8116.9,\n      'datetime': datetime.datetime(2025, 1, 6, 11, 57, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8164.4,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 2, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8172.8,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 7, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8221.4,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 12, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8155.7,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 17, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8157.3,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 22, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8193.4,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 27, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8243.4,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 33, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8290.6,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 38, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8262.6,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 43, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8268.1,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 48, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8263.6,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 53, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8309.4,\n      'datetime': datetime.datetime(2025, 1, 6, 12, 58, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8300.1,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 3, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8284.3,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 8, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8314.7,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 13, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8292.3,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 18, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8319.7,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 23, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8356.4,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 28, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8262.2,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 33, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8245.5,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 38, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8246.6,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 43, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8282.6,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 48, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8279.3,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 53, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8312.1,\n      'datetime': datetime.datetime(2025, 1, 6, 13, 58, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8304.5,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 3, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8283.0,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 8, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8274.8,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 13, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8247.3,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 18, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8239.7,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 23, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8246.4,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 28, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8285.6,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 33, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8256.4,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 38, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8291.1,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 43, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8285.4,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 48, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8308.3,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 53, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8314.1,\n      'datetime': datetime.datetime(2025, 1, 6, 14, 58, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8294.2,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 3, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8321.6,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 8, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8334.8,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 13, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8324.7,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 18, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8299.2,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 23, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'consumption': 8272.7,\n      'datetime': datetime.datetime(2025, 1, 6, 15, 28, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n# name: test_fetch_price_dt\n  list([\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 637.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 637.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 637.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 516.81203,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 222.61603,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.93803,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.93603,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 146.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 229.82403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 516.81203,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 637.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 637.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 723.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 642.08503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 556.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 556.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 556.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 556.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 556.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 638.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 656.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 656.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 656.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 725.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 726.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 725.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 727.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 726.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 725.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 686.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 656.02462,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.0355,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.0355,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.0355,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.0355,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.0355,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 726.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 726.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 727.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 736.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 746.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 746.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 746.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 736.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 727.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 724.4495,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 754.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 754.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 754.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 754.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 756.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 797.39457,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.83157,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 726.44048,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 768.80148,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 803.61948,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 803.61948,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 816.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 817.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 820.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 820.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 817.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 817.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.09748,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 765.59098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.49098,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 791.93498,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 789.16618,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 802.99418,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 830.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 835.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 830.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 806.47218,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 249.39863,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 249.39863,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 249.39863,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 419.21363,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 790.95263,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 808.45063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 849.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 849.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 849.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.75063,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 807.27263,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 827.82672,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 827.82672,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 816.87172,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 845.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 860.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 861.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 861.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 861.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 860.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 850.51472,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 839.71187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 829.04187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 829.04187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 829.04187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 829.04187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 829.04187,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 866.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 866.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 866.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 871.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 866.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 866.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 856.21087,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 828.71715,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 828.71715,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 828.71715,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 828.71715,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 828.71715,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 951.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 951.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 909.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.89115,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 865.48815,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.5081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 784.1871,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 826.6331,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.5081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 908.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 916.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 916.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 917.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 946.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 917.1051,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 925.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 952.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 965.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 965.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 965.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 951.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.56314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1000.20475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1000.20475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1000.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1000.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1095.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1095.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1095.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1000.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 995.50475,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.02344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 926.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 877.00044,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 811.32344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 811.32344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 811.32344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 753.29644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 753.29644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 753.29644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 753.29644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 811.32344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 753.29644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 811.32344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 926.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.62644,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.02344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1001.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1186.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1186.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1186.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1186.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1166.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1186.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1001.22344,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 908.38299,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.77999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 810.28099,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 926.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1049.50299,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1301.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1301.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1301.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1308.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1326.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1326.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1308.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1326.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1326.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1308.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1301.97999,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1090.07199,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 908.38299,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.7917,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.7917,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.7917,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.7917,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.7967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.7967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1049.5197,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1056.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1056.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1056.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1056.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1347.5967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1356.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1347.5967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1356.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1356.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1090.0887,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1056.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 986.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 986.9967,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.42232,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 808.84632,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 751.42032,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 751.42032,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 751.42032,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 808.84632,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 860.01932,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.42232,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 860.01932,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.42232,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.01932,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1048.54232,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1048.54232,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1006.01832,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.01932,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 735.78114,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 735.78114,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 735.78114,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 729.10014,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 735.78114,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 807.22414,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 729.10014,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 773.78614,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.46314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.46314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1106.66314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1106.66314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1106.66314,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 906.65214,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 832.99662,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 832.99662,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 788.82062,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 832.99662,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 877.07262,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.69862,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 898.60362,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 902.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1048.81862,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1048.81862,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.29562,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.69862,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 790.45658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 790.45658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 877.04558,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.67158,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 907.67158,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.06858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1156.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 966.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.06858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 936.26858,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 809.32229,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 796.58629,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 837.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 908.41729,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.81429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 967.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1008.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1008.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1008.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 1008.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 967.01429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 22, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 954.81429,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.88181,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 430.13081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 260.01281,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 125.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 165.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 407.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 719.40681,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.41281,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 759.41281,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 795.51581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.90581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.90581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.90581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.90581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 980.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 980.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 980.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 950.36481,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 805.90581,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 425.51164,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 425.51164,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 425.51164,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 627.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 627.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 627.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 627.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 862.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 937.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 862.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 862.98964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 770.82964,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 24, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 730.46864,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 266.24403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 423.83303,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 266.24403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 159.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.58403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.58403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.58403,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 115.74503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 115.74503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 236.80603,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 413.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 437.35503,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 611.71303,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 657.13903,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 764.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 764.06703,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 657.13903,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 611.71303,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 611.71303,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 112.94194,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 112.94194,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 112.94194,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 151.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 157.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 358.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 511.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 511.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 511.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 511.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 612.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 662.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 662.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 692.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 662.42494,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 114.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 120.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 264.27358,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 264.27358,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 264.27358,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 582.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 582.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 583.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 583.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 583.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 583.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 614.94758,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 663.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 663.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 663.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 583.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 421.86258,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 27, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 358.09658,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 485.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 485.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 415.42975,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 372.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 392.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 415.42975,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 372.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 428.95175,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 485.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 485.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 485.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 537.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 537.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 537.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 555.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 28, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 537.66375,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 149.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 210.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 210.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 155.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 155.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 155.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 110.93781,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 110.93781,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 111.99881,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 149.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 155.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 210.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 210.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 210.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 233.05981,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 249.96881,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 525.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 525.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 535.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 544.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 535.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 535.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 532.73081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 29, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 525.32081,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 209.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 248.92412,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 489.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 509.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 509.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 489.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 489.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 30, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 483.27612,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.70824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 230.52624,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 500.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 500.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 249.85624,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 149.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2024, 12, 31, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 119.20824,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.54083,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.53983,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.53983,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.53983,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.53983,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 113.54083,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 202.68783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 256.86083,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 449.05883,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 449.05883,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 449.05883,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 242.83583,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 229.18783,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n# name: test_fetch_price_live\n  list([\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 481.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 506.54671,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 516.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 551.15771,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'currency': 'COP',\n      'datetime': datetime.datetime(2025, 1, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'price': 506.54671,\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n# name: test_fetch_production_dt\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.806,\n        'coal': 957.425,\n        'gas': 999.13,\n        'hydro': 6780.737,\n        'oil': 77.351,\n        'solar': 0.0,\n        'wind': 15.404,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.16,\n        'coal': 943.174,\n        'gas': 1039.439,\n        'hydro': 6469.758,\n        'oil': 64.481,\n        'solar': 0.0,\n        'wind': 15.222,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.602,\n        'coal': 940.056,\n        'gas': 885.943,\n        'hydro': 6390.131,\n        'oil': 64.495,\n        'solar': 0.0,\n        'wind': 13.549,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.82,\n        'coal': 939.584,\n        'gas': 854.419,\n        'hydro': 6229.313,\n        'oil': 64.759,\n        'solar': 0.0,\n        'wind': 13.742,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.5,\n        'coal': 937.477,\n        'gas': 801.059,\n        'hydro': 6199.897,\n        'oil': 64.71,\n        'solar': 0.0,\n        'wind': 10.18,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 102.387,\n        'coal': 944.182,\n        'gas': 678.077,\n        'hydro': 6212.565,\n        'oil': 64.766,\n        'solar': 1.353,\n        'wind': 8.644,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.956,\n        'coal': 949.142,\n        'gas': 678.369,\n        'hydro': 5867.445,\n        'oil': 64.535,\n        'solar': 162.582,\n        'wind': 5.08,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 102.358,\n        'coal': 944.213,\n        'gas': 673.426,\n        'hydro': 5571.449,\n        'oil': 69.305,\n        'solar': 707.076,\n        'wind': 7.637,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.129,\n        'coal': 963.931,\n        'gas': 616.12,\n        'hydro': 5433.516,\n        'oil': 126.537,\n        'solar': 1137.805,\n        'wind': 14.054,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.143,\n        'coal': 934.143,\n        'gas': 551.717,\n        'hydro': 5524.776,\n        'oil': 165.75,\n        'solar': 1404.048,\n        'wind': 17.079,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.685,\n        'coal': 955.026,\n        'gas': 439.06,\n        'hydro': 5852.57,\n        'oil': 165.628,\n        'solar': 1484.169,\n        'wind': 16.648,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.477,\n        'coal': 1034.361,\n        'gas': 439.612,\n        'hydro': 6045.512,\n        'oil': 172.505,\n        'solar': 1459.335,\n        'wind': 17.753,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 102.107,\n        'coal': 1087.611,\n        'gas': 419.294,\n        'hydro': 6154.03,\n        'oil': 283.085,\n        'solar': 1354.256,\n        'wind': 17.836,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.424,\n        'coal': 1113.955,\n        'gas': 502.335,\n        'hydro': 6065.877,\n        'oil': 298.142,\n        'solar': 1347.87,\n        'wind': 18.335,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.323,\n        'coal': 1080.287,\n        'gas': 545.816,\n        'hydro': 6103.116,\n        'oil': 305.788,\n        'solar': 1232.333,\n        'wind': 19.281,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.288,\n        'coal': 1114.547,\n        'gas': 632.772,\n        'hydro': 6156.593,\n        'oil': 305.877,\n        'solar': 1022.99,\n        'wind': 19.322,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.567,\n        'coal': 1122.917,\n        'gas': 743.535,\n        'hydro': 6603.351,\n        'oil': 305.823,\n        'solar': 450.98,\n        'wind': 18.792,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.811,\n        'coal': 1101.985,\n        'gas': 799.526,\n        'hydro': 7293.94,\n        'oil': 226.982,\n        'solar': 27.781,\n        'wind': 17.472,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.508,\n        'coal': 1082.121,\n        'gas': 828.741,\n        'hydro': 8094.411,\n        'oil': 180.681,\n        'solar': 0.024,\n        'wind': 17.591,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.072,\n        'coal': 1082.545,\n        'gas': 948.375,\n        'hydro': 8152.88,\n        'oil': 118.608,\n        'solar': 0.0,\n        'wind': 16.535,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.986,\n        'coal': 1091.61,\n        'gas': 973.015,\n        'hydro': 8069.408,\n        'oil': 77.172,\n        'solar': 0.0,\n        'wind': 16.885,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.404,\n        'coal': 1099.748,\n        'gas': 985.483,\n        'hydro': 7794.608,\n        'oil': 77.407,\n        'solar': 0.0,\n        'wind': 15.397,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.968,\n        'coal': 1105.108,\n        'gas': 995.901,\n        'hydro': 7361.91,\n        'oil': 77.365,\n        'solar': 0.0,\n        'wind': 16.296,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.201,\n        'coal': 1111.886,\n        'gas': 1012.541,\n        'hydro': 6882.525,\n        'oil': 95.601,\n        'solar': 0.0,\n        'wind': 17.087,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.0,\n        'coal': 1107.444,\n        'gas': 1009.757,\n        'hydro': 6345.085,\n        'oil': 162.488,\n        'solar': 0.0,\n        'wind': 14.857,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.124,\n        'coal': 1099.71,\n        'gas': 871.239,\n        'hydro': 6217.448,\n        'oil': 165.488,\n        'solar': 0.0,\n        'wind': 14.528,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.634,\n        'coal': 1094.76,\n        'gas': 768.101,\n        'hydro': 6131.984,\n        'oil': 165.772,\n        'solar': 0.0,\n        'wind': 15.531,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.138,\n        'coal': 1099.546,\n        'gas': 796.632,\n        'hydro': 6016.038,\n        'oil': 165.425,\n        'solar': 0.0,\n        'wind': 15.481,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.636,\n        'coal': 1147.701,\n        'gas': 781.589,\n        'hydro': 6097.651,\n        'oil': 174.858,\n        'solar': 0.0,\n        'wind': 14.857,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.763,\n        'coal': 1235.08,\n        'gas': 722.487,\n        'hydro': 6265.894,\n        'oil': 201.255,\n        'solar': 1.368,\n        'wind': 12.019,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.058,\n        'coal': 1282.954,\n        'gas': 699.141,\n        'hydro': 6344.081,\n        'oil': 248.407,\n        'solar': 140.816,\n        'wind': 9.137,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.028,\n        'coal': 1285.265,\n        'gas': 700.051,\n        'hydro': 6381.383,\n        'oil': 324.916,\n        'solar': 629.902,\n        'wind': 8.492,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.747,\n        'coal': 1285.761,\n        'gas': 785.371,\n        'hydro': 6499.095,\n        'oil': 327.384,\n        'solar': 998.148,\n        'wind': 7.628,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.525,\n        'coal': 1266.543,\n        'gas': 813.964,\n        'hydro': 6644.296,\n        'oil': 296.26,\n        'solar': 1172.137,\n        'wind': 11.255,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.217,\n        'coal': 1219.547,\n        'gas': 759.33,\n        'hydro': 6913.071,\n        'oil': 330.673,\n        'solar': 1282.297,\n        'wind': 14.105,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.519,\n        'coal': 1215.506,\n        'gas': 745.175,\n        'hydro': 7319.829,\n        'oil': 364.627,\n        'solar': 1289.287,\n        'wind': 13.403,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.986,\n        'coal': 1213.418,\n        'gas': 687.384,\n        'hydro': 7300.93,\n        'oil': 433.39,\n        'solar': 1271.481,\n        'wind': 17.043,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.544,\n        'coal': 1185.173,\n        'gas': 689.839,\n        'hydro': 7495.144,\n        'oil': 322.601,\n        'solar': 1208.754,\n        'wind': 18.558,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.507,\n        'coal': 1187.184,\n        'gas': 692.129,\n        'hydro': 7813.244,\n        'oil': 440.076,\n        'solar': 862.014,\n        'wind': 17.131,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.142,\n        'coal': 1179.198,\n        'gas': 822.826,\n        'hydro': 7989.281,\n        'oil': 441.353,\n        'solar': 604.665,\n        'wind': 17.06,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.226,\n        'coal': 1187.321,\n        'gas': 844.009,\n        'hydro': 8107.022,\n        'oil': 412.638,\n        'solar': 333.024,\n        'wind': 18.575,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.35,\n        'coal': 1164.207,\n        'gas': 990.739,\n        'hydro': 8296.166,\n        'oil': 341.884,\n        'solar': 26.586,\n        'wind': 18.677,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.262,\n        'coal': 1172.539,\n        'gas': 1111.537,\n        'hydro': 8721.398,\n        'oil': 334.007,\n        'solar': 0.021,\n        'wind': 16.734,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.629,\n        'coal': 1186.662,\n        'gas': 1163.725,\n        'hydro': 8705.259,\n        'oil': 268.532,\n        'solar': 0.0,\n        'wind': 15.289,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.861,\n        'coal': 1181.682,\n        'gas': 1135.533,\n        'hydro': 8530.557,\n        'oil': 267.429,\n        'solar': 0.002,\n        'wind': 13.998,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.308,\n        'coal': 1181.645,\n        'gas': 1064.679,\n        'hydro': 8097.45,\n        'oil': 345.229,\n        'solar': 0.002,\n        'wind': 11.767,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.137,\n        'coal': 1181.315,\n        'gas': 1193.036,\n        'hydro': 7540.28,\n        'oil': 218.033,\n        'solar': 0.002,\n        'wind': 13.519,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.797,\n        'coal': 1182.534,\n        'gas': 1248.957,\n        'hydro': 6966.567,\n        'oil': 164.661,\n        'solar': 0.002,\n        'wind': 13.175,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.888,\n        'coal': 1224.718,\n        'gas': 1352.957,\n        'hydro': 6286.261,\n        'oil': 154.113,\n        'solar': 0.002,\n        'wind': 13.217,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.205,\n        'coal': 1233.417,\n        'gas': 1386.901,\n        'hydro': 5871.253,\n        'oil': 172.194,\n        'solar': 0.002,\n        'wind': 10.453,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.517,\n        'coal': 1233.886,\n        'gas': 1263.634,\n        'hydro': 5759.075,\n        'oil': 165.682,\n        'solar': 0.002,\n        'wind': 11.992,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.659,\n        'coal': 1198.593,\n        'gas': 1268.366,\n        'hydro': 5699.295,\n        'oil': 166.133,\n        'solar': 0.002,\n        'wind': 9.967,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.189,\n        'coal': 1175.72,\n        'gas': 1247.038,\n        'hydro': 5856.54,\n        'oil': 166.077,\n        'solar': 0.002,\n        'wind': 10.341,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.769,\n        'coal': 1163.668,\n        'gas': 1221.968,\n        'hydro': 6116.664,\n        'oil': 166.051,\n        'solar': 1.502,\n        'wind': 13.542,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.797,\n        'coal': 1162.556,\n        'gas': 1216.538,\n        'hydro': 6253.738,\n        'oil': 202.241,\n        'solar': 86.13,\n        'wind': 15.107,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.187,\n        'coal': 1162.22,\n        'gas': 1198.592,\n        'hydro': 6401.477,\n        'oil': 313.451,\n        'solar': 434.925,\n        'wind': 15.348,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.075,\n        'coal': 1153.278,\n        'gas': 1217.106,\n        'hydro': 6432.243,\n        'oil': 299.048,\n        'solar': 825.68,\n        'wind': 17.296,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.987,\n        'coal': 1141.355,\n        'gas': 1235.428,\n        'hydro': 6372.813,\n        'oil': 342.258,\n        'solar': 1090.261,\n        'wind': 16.647,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.653,\n        'coal': 1080.092,\n        'gas': 1242.051,\n        'hydro': 6518.134,\n        'oil': 385.517,\n        'solar': 1336.143,\n        'wind': 13.667,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.19,\n        'coal': 1063.211,\n        'gas': 1235.773,\n        'hydro': 6717.508,\n        'oil': 457.354,\n        'solar': 1410.874,\n        'wind': 13.26,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.077,\n        'coal': 1039.251,\n        'gas': 1259.298,\n        'hydro': 6731.744,\n        'oil': 456.245,\n        'solar': 1403.267,\n        'wind': 12.161,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.831,\n        'coal': 1036.897,\n        'gas': 1246.538,\n        'hydro': 6809.751,\n        'oil': 456.892,\n        'solar': 1372.618,\n        'wind': 17.006,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.954,\n        'coal': 1036.625,\n        'gas': 1229.885,\n        'hydro': 7341.359,\n        'oil': 456.874,\n        'solar': 1085.425,\n        'wind': 18.641,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.872,\n        'coal': 1039.553,\n        'gas': 1211.562,\n        'hydro': 7615.532,\n        'oil': 456.615,\n        'solar': 852.918,\n        'wind': 19.487,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.607,\n        'coal': 1047.215,\n        'gas': 1210.275,\n        'hydro': 8021.532,\n        'oil': 366.332,\n        'solar': 379.846,\n        'wind': 18.986,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.845,\n        'coal': 1061.768,\n        'gas': 1334.499,\n        'hydro': 8169.884,\n        'oil': 371.2,\n        'solar': 28.847,\n        'wind': 15.825,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.265,\n        'coal': 1067.647,\n        'gas': 1434.268,\n        'hydro': 8643.371,\n        'oil': 298.593,\n        'solar': 0.005,\n        'wind': 17.275,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.428,\n        'coal': 1080.904,\n        'gas': 1403.14,\n        'hydro': 8623.874,\n        'oil': 318.164,\n        'solar': 0.0,\n        'wind': 15.218,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.928,\n        'coal': 1087.152,\n        'gas': 1447.146,\n        'hydro': 8397.195,\n        'oil': 267.801,\n        'solar': 0.0,\n        'wind': 8.441,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.147,\n        'coal': 1089.614,\n        'gas': 1376.932,\n        'hydro': 8007.473,\n        'oil': 295.441,\n        'solar': 0.0,\n        'wind': 7.681,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.674,\n        'coal': 1094.631,\n        'gas': 1462.137,\n        'hydro': 7381.74,\n        'oil': 187.535,\n        'solar': 0.0,\n        'wind': 6.023,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.423,\n        'coal': 1098.431,\n        'gas': 1508.106,\n        'hydro': 6795.653,\n        'oil': 165.616,\n        'solar': 0.0,\n        'wind': 6.243,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.362,\n        'coal': 1101.839,\n        'gas': 1434.096,\n        'hydro': 6391.092,\n        'oil': 154.21,\n        'solar': 0.0,\n        'wind': 7.958,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.427,\n        'coal': 1097.408,\n        'gas': 1525.434,\n        'hydro': 6006.297,\n        'oil': 136.388,\n        'solar': 0.0,\n        'wind': 10.721,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.017,\n        'coal': 1095.405,\n        'gas': 1474.481,\n        'hydro': 5885.183,\n        'oil': 64.559,\n        'solar': 0.0,\n        'wind': 10.941,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.418,\n        'coal': 1093.276,\n        'gas': 1444.59,\n        'hydro': 5814.632,\n        'oil': 64.396,\n        'solar': 0.0,\n        'wind': 11.344,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.695,\n        'coal': 1078.452,\n        'gas': 1548.911,\n        'hydro': 5835.795,\n        'oil': 77.306,\n        'solar': 0.0,\n        'wind': 9.477,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.61,\n        'coal': 1047.433,\n        'gas': 1577.362,\n        'hydro': 6062.807,\n        'oil': 67.328,\n        'solar': 1.242,\n        'wind': 9.059,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.843,\n        'coal': 1048.313,\n        'gas': 1582.092,\n        'hydro': 6216.122,\n        'oil': 67.657,\n        'solar': 121.214,\n        'wind': 5.359,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.505,\n        'coal': 1049.994,\n        'gas': 1579.863,\n        'hydro': 6305.922,\n        'oil': 85.933,\n        'solar': 585.585,\n        'wind': 5.08,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.89,\n        'coal': 1077.754,\n        'gas': 1496.315,\n        'hydro': 6394.92,\n        'oil': 150.785,\n        'solar': 927.806,\n        'wind': 14.054,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.341,\n        'coal': 1108.607,\n        'gas': 1406.474,\n        'hydro': 6302.548,\n        'oil': 165.574,\n        'solar': 1263.798,\n        'wind': 18.321,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.914,\n        'coal': 1125.236,\n        'gas': 1523.709,\n        'hydro': 6427.501,\n        'oil': 177.631,\n        'solar': 1341.053,\n        'wind': 21.146,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.013,\n        'coal': 1137.037,\n        'gas': 1601.728,\n        'hydro': 6633.863,\n        'oil': 177.538,\n        'solar': 1349.088,\n        'wind': 20.604,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.384,\n        'coal': 1154.833,\n        'gas': 1585.717,\n        'hydro': 6594.785,\n        'oil': 165.849,\n        'solar': 1354.0,\n        'wind': 20.098,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.855,\n        'coal': 1179.714,\n        'gas': 1634.965,\n        'hydro': 6496.515,\n        'oil': 270.809,\n        'solar': 1301.669,\n        'wind': 22.316,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.659,\n        'coal': 1204.751,\n        'gas': 1561.856,\n        'hydro': 6971.068,\n        'oil': 305.15,\n        'solar': 1119.026,\n        'wind': 19.942,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.534,\n        'coal': 1205.731,\n        'gas': 1569.195,\n        'hydro': 7197.707,\n        'oil': 332.768,\n        'solar': 878.528,\n        'wind': 20.08,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.5,\n        'coal': 1274.57,\n        'gas': 1680.42,\n        'hydro': 7426.754,\n        'oil': 362.853,\n        'solar': 396.629,\n        'wind': 21.654,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.616,\n        'coal': 1245.841,\n        'gas': 1742.701,\n        'hydro': 7781.931,\n        'oil': 305.483,\n        'solar': 34.419,\n        'wind': 20.559,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.293,\n        'coal': 1253.585,\n        'gas': 1859.993,\n        'hydro': 8072.347,\n        'oil': 395.774,\n        'solar': 0.014,\n        'wind': 20.33,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.514,\n        'coal': 1251.716,\n        'gas': 1924.121,\n        'hydro': 7942.118,\n        'oil': 428.115,\n        'solar': 0.0,\n        'wind': 21.733,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.901,\n        'coal': 1337.312,\n        'gas': 1938.508,\n        'hydro': 7563.131,\n        'oil': 428.876,\n        'solar': 0.0,\n        'wind': 16.094,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.402,\n        'coal': 1403.97,\n        'gas': 1889.797,\n        'hydro': 7107.675,\n        'oil': 401.458,\n        'solar': 0.0,\n        'wind': 17.331,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.834,\n        'coal': 1465.961,\n        'gas': 1801.324,\n        'hydro': 6751.229,\n        'oil': 192.292,\n        'solar': 0.0,\n        'wind': 12.746,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.938,\n        'coal': 1468.627,\n        'gas': 1818.301,\n        'hydro': 6172.493,\n        'oil': 166.669,\n        'solar': 0.0,\n        'wind': 6.356,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.986,\n        'coal': 1466.896,\n        'gas': 1867.806,\n        'hydro': 5586.838,\n        'oil': 166.664,\n        'solar': 0.0,\n        'wind': 6.05,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.98,\n        'coal': 1471.751,\n        'gas': 1858.058,\n        'hydro': 5368.16,\n        'oil': 166.805,\n        'solar': 0.0,\n        'wind': 6.363,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.592,\n        'coal': 1469.436,\n        'gas': 1700.74,\n        'hydro': 5307.241,\n        'oil': 166.719,\n        'solar': 0.0,\n        'wind': 8.859,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.012,\n        'coal': 1471.829,\n        'gas': 1633.966,\n        'hydro': 5224.75,\n        'oil': 166.665,\n        'solar': 0.0,\n        'wind': 11.138,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.156,\n        'coal': 1467.141,\n        'gas': 1687.998,\n        'hydro': 5240.654,\n        'oil': 201.661,\n        'solar': 0.0,\n        'wind': 14.154,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.498,\n        'coal': 1458.905,\n        'gas': 1809.163,\n        'hydro': 5212.833,\n        'oil': 267.401,\n        'solar': 1.177,\n        'wind': 12.089,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.288,\n        'coal': 1456.798,\n        'gas': 1811.786,\n        'hydro': 5343.015,\n        'oil': 296.046,\n        'solar': 100.639,\n        'wind': 10.528,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.836,\n        'coal': 1448.001,\n        'gas': 1780.792,\n        'hydro': 5432.569,\n        'oil': 342.174,\n        'solar': 503.451,\n        'wind': 15.778,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 102.167,\n        'coal': 1432.517,\n        'gas': 1793.603,\n        'hydro': 5454.424,\n        'oil': 366.872,\n        'solar': 885.163,\n        'wind': 18.578,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.104,\n        'coal': 1318.192,\n        'gas': 1883.209,\n        'hydro': 5439.874,\n        'oil': 367.083,\n        'solar': 1181.614,\n        'wind': 16.182,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.417,\n        'coal': 1298.894,\n        'gas': 1882.214,\n        'hydro': 5638.407,\n        'oil': 366.622,\n        'solar': 1347.685,\n        'wind': 19.597,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.146,\n        'coal': 1257.353,\n        'gas': 1875.128,\n        'hydro': 5917.053,\n        'oil': 415.459,\n        'solar': 1389.585,\n        'wind': 19.205,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.347,\n        'coal': 1201.374,\n        'gas': 1893.709,\n        'hydro': 5955.253,\n        'oil': 352.028,\n        'solar': 1439.853,\n        'wind': 18.051,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.762,\n        'coal': 1191.171,\n        'gas': 1876.796,\n        'hydro': 6097.13,\n        'oil': 400.533,\n        'solar': 1350.369,\n        'wind': 16.043,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.287,\n        'coal': 1190.85,\n        'gas': 1876.437,\n        'hydro': 6384.418,\n        'oil': 440.978,\n        'solar': 1259.377,\n        'wind': 21.175,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.361,\n        'coal': 1194.01,\n        'gas': 1885.921,\n        'hydro': 6671.173,\n        'oil': 445.482,\n        'solar': 1073.731,\n        'wind': 20.395,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.535,\n        'coal': 1151.083,\n        'gas': 1879.943,\n        'hydro': 7172.341,\n        'oil': 470.636,\n        'solar': 471.553,\n        'wind': 19.076,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.412,\n        'coal': 1028.738,\n        'gas': 1880.377,\n        'hydro': 7556.147,\n        'oil': 475.037,\n        'solar': 39.567,\n        'wind': 21.245,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.288,\n        'coal': 1035.883,\n        'gas': 1885.009,\n        'hydro': 8159.454,\n        'oil': 485.339,\n        'solar': 0.012,\n        'wind': 21.143,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.217,\n        'coal': 1067.194,\n        'gas': 1885.819,\n        'hydro': 8129.266,\n        'oil': 486.051,\n        'solar': 0.0,\n        'wind': 20.882,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.859,\n        'coal': 1056.816,\n        'gas': 1886.145,\n        'hydro': 7866.338,\n        'oil': 486.601,\n        'solar': 0.0,\n        'wind': 21.093,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.632,\n        'coal': 1057.063,\n        'gas': 1888.745,\n        'hydro': 7427.721,\n        'oil': 483.682,\n        'solar': 0.0,\n        'wind': 20.708,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.545,\n        'coal': 1055.403,\n        'gas': 1889.253,\n        'hydro': 6838.15,\n        'oil': 483.112,\n        'solar': 0.0,\n        'wind': 12.447,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.678,\n        'coal': 1057.439,\n        'gas': 1895.932,\n        'hydro': 6296.559,\n        'oil': 454.63,\n        'solar': 0.0,\n        'wind': 6.177,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.245,\n        'coal': 1064.096,\n        'gas': 1769.441,\n        'hydro': 6092.997,\n        'oil': 299.919,\n        'solar': 0.0,\n        'wind': 2.99,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.45,\n        'coal': 1073.782,\n        'gas': 1506.228,\n        'hydro': 6136.75,\n        'oil': 154.73,\n        'solar': 0.0,\n        'wind': 7.629,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.861,\n        'coal': 1086.445,\n        'gas': 1187.96,\n        'hydro': 6306.781,\n        'oil': 64.119,\n        'solar': 0.0,\n        'wind': 9.336,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.223,\n        'coal': 1101.074,\n        'gas': 1122.836,\n        'hydro': 6241.415,\n        'oil': 64.036,\n        'solar': 0.0,\n        'wind': 4.874,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.11,\n        'coal': 1101.637,\n        'gas': 1124.207,\n        'hydro': 6313.582,\n        'oil': 64.151,\n        'solar': 0.0,\n        'wind': 2.134,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.047,\n        'coal': 1096.746,\n        'gas': 1124.703,\n        'hydro': 6554.488,\n        'oil': 64.148,\n        'solar': 0.211,\n        'wind': 2.025,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.222,\n        'coal': 1048.65,\n        'gas': 1125.766,\n        'hydro': 6730.437,\n        'oil': 63.903,\n        'solar': 122.347,\n        'wind': 0.553,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.674,\n        'coal': 1016.049,\n        'gas': 1121.512,\n        'hydro': 6726.48,\n        'oil': 65.673,\n        'solar': 735.482,\n        'wind': 1.583,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.354,\n        'coal': 1020.102,\n        'gas': 1118.739,\n        'hydro': 6805.916,\n        'oil': 64.168,\n        'solar': 1132.728,\n        'wind': 8.695,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.728,\n        'coal': 1028.846,\n        'gas': 1109.109,\n        'hydro': 6837.103,\n        'oil': 69.141,\n        'solar': 1319.456,\n        'wind': 16.892,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.092,\n        'coal': 1036.25,\n        'gas': 1048.9,\n        'hydro': 6998.306,\n        'oil': 127.982,\n        'solar': 1383.136,\n        'wind': 17.02,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.304,\n        'coal': 1092.336,\n        'gas': 1044.741,\n        'hydro': 7254.605,\n        'oil': 166.17,\n        'solar': 1344.638,\n        'wind': 15.533,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.662,\n        'coal': 1092.996,\n        'gas': 1114.596,\n        'hydro': 7057.234,\n        'oil': 166.92,\n        'solar': 1400.968,\n        'wind': 16.144,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.873,\n        'coal': 1091.003,\n        'gas': 1210.379,\n        'hydro': 6975.307,\n        'oil': 166.942,\n        'solar': 1399.439,\n        'wind': 19.24,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.186,\n        'coal': 1098.803,\n        'gas': 1292.976,\n        'hydro': 7138.448,\n        'oil': 167.028,\n        'solar': 1350.488,\n        'wind': 21.311,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.001,\n        'coal': 1098.151,\n        'gas': 1295.032,\n        'hydro': 7565.27,\n        'oil': 166.949,\n        'solar': 979.591,\n        'wind': 22.505,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.591,\n        'coal': 1102.349,\n        'gas': 1372.864,\n        'hydro': 7840.634,\n        'oil': 166.891,\n        'solar': 435.582,\n        'wind': 22.328,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.117,\n        'coal': 1103.995,\n        'gas': 1460.752,\n        'hydro': 8075.853,\n        'oil': 166.899,\n        'solar': 30.794,\n        'wind': 20.981,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.034,\n        'coal': 1102.042,\n        'gas': 1606.21,\n        'hydro': 8429.997,\n        'oil': 166.554,\n        'solar': 0.026,\n        'wind': 21.636,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.195,\n        'coal': 1103.08,\n        'gas': 1615.873,\n        'hydro': 8375.276,\n        'oil': 167.124,\n        'solar': 0.0,\n        'wind': 19.94,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.529,\n        'coal': 1102.693,\n        'gas': 1545.607,\n        'hydro': 8192.254,\n        'oil': 167.086,\n        'solar': 0.0,\n        'wind': 15.843,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.986,\n        'coal': 1101.721,\n        'gas': 1515.889,\n        'hydro': 7833.081,\n        'oil': 109.296,\n        'solar': 0.0,\n        'wind': 13.441,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.085,\n        'coal': 1099.815,\n        'gas': 1481.51,\n        'hydro': 7444.948,\n        'oil': 64.471,\n        'solar': 0.0,\n        'wind': 16.18,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.879,\n        'coal': 1101.157,\n        'gas': 1499.157,\n        'hydro': 6882.346,\n        'oil': 64.542,\n        'solar': 0.0,\n        'wind': 14.147,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.22,\n        'coal': 1102.364,\n        'gas': 1600.665,\n        'hydro': 6344.692,\n        'oil': 64.547,\n        'solar': 0.0,\n        'wind': 7.278,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.749,\n        'coal': 1102.6,\n        'gas': 1552.604,\n        'hydro': 6065.305,\n        'oil': 64.622,\n        'solar': 0.0,\n        'wind': 4.967,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.033,\n        'coal': 1096.692,\n        'gas': 1563.104,\n        'hydro': 5794.282,\n        'oil': 64.449,\n        'solar': 0.0,\n        'wind': 1.66,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.778,\n        'coal': 1097.445,\n        'gas': 1565.049,\n        'hydro': 5664.207,\n        'oil': 64.429,\n        'solar': 0.0,\n        'wind': 2.607,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.628,\n        'coal': 1087.977,\n        'gas': 1566.094,\n        'hydro': 5665.006,\n        'oil': 64.468,\n        'solar': 0.0,\n        'wind': 2.552,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.405,\n        'coal': 1060.983,\n        'gas': 1568.538,\n        'hydro': 5737.385,\n        'oil': 64.361,\n        'solar': 0.723,\n        'wind': 3.537,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.849,\n        'coal': 1025.239,\n        'gas': 1493.256,\n        'hydro': 5836.305,\n        'oil': 64.422,\n        'solar': 126.55,\n        'wind': 3.922,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.709,\n        'coal': 992.828,\n        'gas': 1535.285,\n        'hydro': 5945.762,\n        'oil': 64.251,\n        'solar': 546.188,\n        'wind': 3.027,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.308,\n        'coal': 996.594,\n        'gas': 1570.339,\n        'hydro': 5938.776,\n        'oil': 63.947,\n        'solar': 1004.67,\n        'wind': 5.449,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.527,\n        'coal': 998.645,\n        'gas': 1569.797,\n        'hydro': 5806.458,\n        'oil': 64.031,\n        'solar': 1383.099,\n        'wind': 5.487,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.88,\n        'coal': 1001.183,\n        'gas': 1566.049,\n        'hydro': 5973.447,\n        'oil': 63.993,\n        'solar': 1492.575,\n        'wind': 5.552,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.671,\n        'coal': 1017.684,\n        'gas': 1566.45,\n        'hydro': 6056.1,\n        'oil': 71.163,\n        'solar': 1515.633,\n        'wind': 5.786,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.832,\n        'coal': 1027.878,\n        'gas': 1562.961,\n        'hydro': 5960.565,\n        'oil': 76.777,\n        'solar': 1510.9,\n        'wind': 6.668,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.214,\n        'coal': 1026.442,\n        'gas': 1585.619,\n        'hydro': 5950.469,\n        'oil': 71.973,\n        'solar': 1462.962,\n        'wind': 7.867,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.573,\n        'coal': 1014.781,\n        'gas': 1638.502,\n        'hydro': 6062.443,\n        'oil': 64.906,\n        'solar': 1322.197,\n        'wind': 14.45,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.338,\n        'coal': 1073.591,\n        'gas': 1646.174,\n        'hydro': 6175.738,\n        'oil': 64.899,\n        'solar': 1094.281,\n        'wind': 18.385,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.786,\n        'coal': 1083.52,\n        'gas': 1688.623,\n        'hydro': 6617.379,\n        'oil': 64.732,\n        'solar': 552.811,\n        'wind': 21.52,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.489,\n        'coal': 1085.26,\n        'gas': 1794.346,\n        'hydro': 7052.733,\n        'oil': 64.842,\n        'solar': 43.309,\n        'wind': 20.803,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.278,\n        'coal': 1089.148,\n        'gas': 1881.941,\n        'hydro': 7601.228,\n        'oil': 72.0,\n        'solar': 0.017,\n        'wind': 19.047,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.785,\n        'coal': 1089.238,\n        'gas': 1835.187,\n        'hydro': 7347.052,\n        'oil': 64.482,\n        'solar': 0.0,\n        'wind': 18.245,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.261,\n        'coal': 1082.06,\n        'gas': 1716.686,\n        'hydro': 6997.992,\n        'oil': 64.459,\n        'solar': 0.0,\n        'wind': 12.55,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.146,\n        'coal': 1028.552,\n        'gas': 1754.237,\n        'hydro': 6637.179,\n        'oil': 64.501,\n        'solar': 0.0,\n        'wind': 8.777,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.729,\n        'coal': 1046.949,\n        'gas': 1756.904,\n        'hydro': 6256.905,\n        'oil': 64.718,\n        'solar': 0.0,\n        'wind': 15.812,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.433,\n        'coal': 1050.493,\n        'gas': 1792.821,\n        'hydro': 5935.254,\n        'oil': 64.6,\n        'solar': 0.0,\n        'wind': 10.425,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.749,\n        'coal': 1053.239,\n        'gas': 1626.028,\n        'hydro': 5653.685,\n        'oil': 63.719,\n        'solar': 0.0,\n        'wind': 9.749,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.934,\n        'coal': 1080.963,\n        'gas': 1603.83,\n        'hydro': 5405.327,\n        'oil': 63.651,\n        'solar': 0.0,\n        'wind': 9.519,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.812,\n        'coal': 1110.381,\n        'gas': 1254.575,\n        'hydro': 5594.112,\n        'oil': 64.076,\n        'solar': 0.0,\n        'wind': 7.768,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.282,\n        'coal': 1108.382,\n        'gas': 1091.404,\n        'hydro': 5477.319,\n        'oil': 63.902,\n        'solar': 0.0,\n        'wind': 8.642,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.438,\n        'coal': 1108.012,\n        'gas': 1087.103,\n        'hydro': 5515.798,\n        'oil': 64.454,\n        'solar': 0.0,\n        'wind': 10.157,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.008,\n        'coal': 1104.228,\n        'gas': 986.151,\n        'hydro': 5485.26,\n        'oil': 64.662,\n        'solar': 1.128,\n        'wind': 12.514,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.457,\n        'coal': 1096.301,\n        'gas': 928.02,\n        'hydro': 5208.009,\n        'oil': 76.609,\n        'solar': 150.291,\n        'wind': 13.518,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.124,\n        'coal': 1090.643,\n        'gas': 693.989,\n        'hydro': 5021.284,\n        'oil': 104.525,\n        'solar': 827.065,\n        'wind': 9.597,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.95,\n        'coal': 1085.767,\n        'gas': 690.968,\n        'hydro': 4789.754,\n        'oil': 207.135,\n        'solar': 1282.107,\n        'wind': 15.383,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.238,\n        'coal': 1081.39,\n        'gas': 662.141,\n        'hydro': 4785.566,\n        'oil': 269.306,\n        'solar': 1538.938,\n        'wind': 20.981,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.336,\n        'coal': 1096.799,\n        'gas': 659.821,\n        'hydro': 5018.253,\n        'oil': 268.947,\n        'solar': 1587.896,\n        'wind': 21.029,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.878,\n        'coal': 1106.139,\n        'gas': 714.236,\n        'hydro': 5193.609,\n        'oil': 269.096,\n        'solar': 1628.168,\n        'wind': 21.417,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.198,\n        'coal': 1125.881,\n        'gas': 811.16,\n        'hydro': 5283.778,\n        'oil': 268.579,\n        'solar': 1602.842,\n        'wind': 21.617,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.984,\n        'coal': 1141.951,\n        'gas': 857.28,\n        'hydro': 5320.008,\n        'oil': 268.19,\n        'solar': 1537.935,\n        'wind': 22.775,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.903,\n        'coal': 1150.667,\n        'gas': 856.687,\n        'hydro': 5379.679,\n        'oil': 270.106,\n        'solar': 1441.286,\n        'wind': 22.491,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.265,\n        'coal': 1153.215,\n        'gas': 956.215,\n        'hydro': 5570.141,\n        'oil': 269.739,\n        'solar': 1177.919,\n        'wind': 22.129,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.135,\n        'coal': 1152.349,\n        'gas': 1090.317,\n        'hydro': 5973.877,\n        'oil': 269.063,\n        'solar': 584.3,\n        'wind': 22.171,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.218,\n        'coal': 1154.739,\n        'gas': 1309.874,\n        'hydro': 6341.083,\n        'oil': 269.356,\n        'solar': 46.463,\n        'wind': 22.162,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.553,\n        'coal': 1154.015,\n        'gas': 1419.461,\n        'hydro': 7156.03,\n        'oil': 199.905,\n        'solar': 0.016,\n        'wind': 22.3,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.777,\n        'coal': 1151.266,\n        'gas': 1609.897,\n        'hydro': 7106.554,\n        'oil': 167.243,\n        'solar': 0.0,\n        'wind': 21.691,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.536,\n        'coal': 1149.305,\n        'gas': 1725.887,\n        'hydro': 6860.319,\n        'oil': 166.246,\n        'solar': 0.0,\n        'wind': 20.535,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.084,\n        'coal': 1153.718,\n        'gas': 1606.98,\n        'hydro': 6683.699,\n        'oil': 166.192,\n        'solar': 0.0,\n        'wind': 19.196,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.938,\n        'coal': 1168.473,\n        'gas': 1572.974,\n        'hydro': 6378.133,\n        'oil': 166.917,\n        'solar': 0.0,\n        'wind': 16.357,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.141,\n        'coal': 1177.561,\n        'gas': 1500.708,\n        'hydro': 6012.338,\n        'oil': 181.56,\n        'solar': 0.0,\n        'wind': 16.713,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.05,\n        'coal': 1145.922,\n        'gas': 1798.989,\n        'hydro': 5170.99,\n        'oil': 291.681,\n        'solar': 0.0,\n        'wind': 10.552,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.707,\n        'coal': 1145.673,\n        'gas': 1997.75,\n        'hydro': 4610.489,\n        'oil': 260.678,\n        'solar': 0.0,\n        'wind': 11.16,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.22,\n        'coal': 1167.855,\n        'gas': 1996.445,\n        'hydro': 4325.987,\n        'oil': 270.327,\n        'solar': 0.0,\n        'wind': 7.554,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.8,\n        'coal': 1215.326,\n        'gas': 1875.173,\n        'hydro': 4253.728,\n        'oil': 269.236,\n        'solar': 0.0,\n        'wind': 8.611,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.319,\n        'coal': 1191.614,\n        'gas': 1863.039,\n        'hydro': 4412.445,\n        'oil': 269.347,\n        'solar': 0.0,\n        'wind': 8.785,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.703,\n        'coal': 1182.48,\n        'gas': 1932.26,\n        'hydro': 4650.287,\n        'oil': 268.219,\n        'solar': 0.841,\n        'wind': 12.194,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.321,\n        'coal': 1181.458,\n        'gas': 1996.039,\n        'hydro': 4762.779,\n        'oil': 302.181,\n        'solar': 132.232,\n        'wind': 6.32,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.323,\n        'coal': 1177.089,\n        'gas': 2004.732,\n        'hydro': 4838.731,\n        'oil': 346.819,\n        'solar': 777.198,\n        'wind': 9.971,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.072,\n        'coal': 1172.604,\n        'gas': 2001.5,\n        'hydro': 4939.17,\n        'oil': 363.005,\n        'solar': 1306.855,\n        'wind': 11.075,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.9,\n        'coal': 1177.009,\n        'gas': 2000.174,\n        'hydro': 5039.507,\n        'oil': 357.11,\n        'solar': 1485.96,\n        'wind': 18.415,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.976,\n        'coal': 1176.897,\n        'gas': 2007.207,\n        'hydro': 5292.415,\n        'oil': 371.019,\n        'solar': 1526.407,\n        'wind': 18.918,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.31,\n        'coal': 1146.495,\n        'gas': 2009.575,\n        'hydro': 5660.638,\n        'oil': 376.821,\n        'solar': 1450.668,\n        'wind': 20.037,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.893,\n        'coal': 1128.114,\n        'gas': 2006.179,\n        'hydro': 5806.638,\n        'oil': 377.146,\n        'solar': 1383.457,\n        'wind': 19.522,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.698,\n        'coal': 1166.886,\n        'gas': 1995.558,\n        'hydro': 5943.484,\n        'oil': 386.488,\n        'solar': 1377.869,\n        'wind': 21.142,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.608,\n        'coal': 1179.615,\n        'gas': 1966.313,\n        'hydro': 6243.686,\n        'oil': 396.08,\n        'solar': 1305.921,\n        'wind': 23.002,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.87,\n        'coal': 1184.424,\n        'gas': 1982.772,\n        'hydro': 6501.278,\n        'oil': 426.307,\n        'solar': 1009.866,\n        'wind': 23.006,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.285,\n        'coal': 1218.026,\n        'gas': 1996.858,\n        'hydro': 6805.825,\n        'oil': 453.715,\n        'solar': 512.764,\n        'wind': 22.999,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.193,\n        'coal': 1247.389,\n        'gas': 1993.741,\n        'hydro': 7039.803,\n        'oil': 471.033,\n        'solar': 40.682,\n        'wind': 23.026,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.466,\n        'coal': 1266.86,\n        'gas': 1995.268,\n        'hydro': 7682.418,\n        'oil': 433.631,\n        'solar': 0.016,\n        'wind': 22.737,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.141,\n        'coal': 1260.556,\n        'gas': 1997.07,\n        'hydro': 7678.314,\n        'oil': 441.493,\n        'solar': 0.0,\n        'wind': 22.555,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.85,\n        'coal': 1257.137,\n        'gas': 2004.354,\n        'hydro': 7462.55,\n        'oil': 439.708,\n        'solar': 0.0,\n        'wind': 22.644,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.288,\n        'coal': 1257.56,\n        'gas': 2003.986,\n        'hydro': 7051.845,\n        'oil': 428.487,\n        'solar': 0.0,\n        'wind': 21.874,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.608,\n        'coal': 1263.013,\n        'gas': 2003.889,\n        'hydro': 6505.086,\n        'oil': 376.689,\n        'solar': 0.0,\n        'wind': 20.916,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.912,\n        'coal': 1269.053,\n        'gas': 2001.725,\n        'hydro': 5908.088,\n        'oil': 420.562,\n        'solar': 0.0,\n        'wind': 21.044,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.998,\n        'coal': 1268.705,\n        'gas': 1856.563,\n        'hydro': 5579.12,\n        'oil': 423.213,\n        'solar': 0.0,\n        'wind': 18.999,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.033,\n        'coal': 1268.743,\n        'gas': 1843.93,\n        'hydro': 5310.939,\n        'oil': 409.317,\n        'solar': 0.0,\n        'wind': 14.94,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.226,\n        'coal': 1262.674,\n        'gas': 1895.171,\n        'hydro': 5070.76,\n        'oil': 366.231,\n        'solar': 0.0,\n        'wind': 9.906,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.556,\n        'coal': 1266.944,\n        'gas': 1893.282,\n        'hydro': 4981.198,\n        'oil': 308.797,\n        'solar': 0.0,\n        'wind': 6.311,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.512,\n        'coal': 1254.658,\n        'gas': 1846.536,\n        'hydro': 5037.771,\n        'oil': 398.78,\n        'solar': 0.0,\n        'wind': 3.26,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.937,\n        'coal': 1252.716,\n        'gas': 1847.719,\n        'hydro': 5284.684,\n        'oil': 391.987,\n        'solar': 0.206,\n        'wind': 4.773,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.518,\n        'coal': 1245.42,\n        'gas': 1865.36,\n        'hydro': 5375.596,\n        'oil': 421.438,\n        'solar': 114.413,\n        'wind': 5.362,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.965,\n        'coal': 1244.115,\n        'gas': 1874.551,\n        'hydro': 5375.341,\n        'oil': 410.558,\n        'solar': 693.58,\n        'wind': 6.128,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.848,\n        'coal': 1240.189,\n        'gas': 1889.581,\n        'hydro': 5600.798,\n        'oil': 400.793,\n        'solar': 989.839,\n        'wind': 12.747,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.698,\n        'coal': 1241.094,\n        'gas': 1926.642,\n        'hydro': 5431.348,\n        'oil': 371.364,\n        'solar': 1394.832,\n        'wind': 20.841,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.945,\n        'coal': 1247.117,\n        'gas': 2061.651,\n        'hydro': 5409.335,\n        'oil': 446.447,\n        'solar': 1511.685,\n        'wind': 20.136,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.131,\n        'coal': 1269.81,\n        'gas': 2080.496,\n        'hydro': 5797.816,\n        'oil': 359.446,\n        'solar': 1472.697,\n        'wind': 21.688,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.091,\n        'coal': 1285.183,\n        'gas': 2073.675,\n        'hydro': 5707.259,\n        'oil': 429.416,\n        'solar': 1465.37,\n        'wind': 22.875,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.783,\n        'coal': 1306.694,\n        'gas': 2074.348,\n        'hydro': 5939.541,\n        'oil': 437.096,\n        'solar': 1356.632,\n        'wind': 22.991,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.637,\n        'coal': 1332.237,\n        'gas': 2060.802,\n        'hydro': 6281.605,\n        'oil': 395.732,\n        'solar': 1264.785,\n        'wind': 20.792,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.544,\n        'coal': 1343.367,\n        'gas': 2044.909,\n        'hydro': 6640.438,\n        'oil': 419.633,\n        'solar': 968.189,\n        'wind': 20.757,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.979,\n        'coal': 1366.77,\n        'gas': 2037.736,\n        'hydro': 6889.814,\n        'oil': 492.16,\n        'solar': 488.759,\n        'wind': 21.104,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.991,\n        'coal': 1389.18,\n        'gas': 2040.292,\n        'hydro': 7096.03,\n        'oil': 492.874,\n        'solar': 40.889,\n        'wind': 22.778,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.562,\n        'coal': 1395.422,\n        'gas': 2094.557,\n        'hydro': 7655.905,\n        'oil': 442.948,\n        'solar': 0.017,\n        'wind': 22.395,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.266,\n        'coal': 1416.333,\n        'gas': 2203.357,\n        'hydro': 7597.273,\n        'oil': 319.391,\n        'solar': 0.0,\n        'wind': 21.427,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.4,\n        'coal': 1404.493,\n        'gas': 2221.59,\n        'hydro': 7347.133,\n        'oil': 297.004,\n        'solar': 0.018,\n        'wind': 18.371,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.052,\n        'coal': 1405.262,\n        'gas': 2238.666,\n        'hydro': 6893.314,\n        'oil': 309.931,\n        'solar': 0.02,\n        'wind': 19.196,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.33,\n        'coal': 1402.02,\n        'gas': 2173.719,\n        'hydro': 6327.264,\n        'oil': 302.939,\n        'solar': 0.02,\n        'wind': 17.331,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.917,\n        'coal': 1398.077,\n        'gas': 2066.659,\n        'hydro': 5699.835,\n        'oil': 303.572,\n        'solar': 0.022,\n        'wind': 14.13,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.858,\n        'coal': 1399.017,\n        'gas': 2057.653,\n        'hydro': 5324.14,\n        'oil': 177.602,\n        'solar': 0.027,\n        'wind': 10.159,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.0,\n        'coal': 1400.563,\n        'gas': 2077.191,\n        'hydro': 5038.948,\n        'oil': 162.54,\n        'solar': 0.0,\n        'wind': 1.64,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.409,\n        'coal': 1403.465,\n        'gas': 2028.909,\n        'hydro': 4746.995,\n        'oil': 166.539,\n        'solar': 0.0,\n        'wind': 0.051,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.494,\n        'coal': 1402.081,\n        'gas': 2026.43,\n        'hydro': 4613.064,\n        'oil': 166.143,\n        'solar': 0.0,\n        'wind': 2.981,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.698,\n        'coal': 1402.378,\n        'gas': 2019.377,\n        'hydro': 4634.442,\n        'oil': 200.961,\n        'solar': 0.0,\n        'wind': 5.899,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.876,\n        'coal': 1399.125,\n        'gas': 2043.881,\n        'hydro': 4960.726,\n        'oil': 266.882,\n        'solar': 0.659,\n        'wind': 5.879,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.518,\n        'coal': 1401.165,\n        'gas': 2010.864,\n        'hydro': 5075.559,\n        'oil': 301.756,\n        'solar': 131.114,\n        'wind': 7.558,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.855,\n        'coal': 1404.38,\n        'gas': 1773.429,\n        'hydro': 5232.451,\n        'oil': 373.598,\n        'solar': 685.429,\n        'wind': 6.827,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.619,\n        'coal': 1360.544,\n        'gas': 1770.362,\n        'hydro': 5239.182,\n        'oil': 480.981,\n        'solar': 1071.519,\n        'wind': 10.733,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.577,\n        'coal': 1364.867,\n        'gas': 1854.785,\n        'hydro': 5220.291,\n        'oil': 446.701,\n        'solar': 1314.593,\n        'wind': 16.148,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.228,\n        'coal': 1367.711,\n        'gas': 1916.663,\n        'hydro': 5384.153,\n        'oil': 441.091,\n        'solar': 1438.177,\n        'wind': 18.866,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.727,\n        'coal': 1370.182,\n        'gas': 2028.297,\n        'hydro': 5602.025,\n        'oil': 464.954,\n        'solar': 1463.514,\n        'wind': 20.619,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.182,\n        'coal': 1418.834,\n        'gas': 2011.396,\n        'hydro': 5593.996,\n        'oil': 484.694,\n        'solar': 1406.408,\n        'wind': 19.645,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 99.232,\n        'coal': 1421.641,\n        'gas': 2000.57,\n        'hydro': 5816.696,\n        'oil': 483.825,\n        'solar': 1310.471,\n        'wind': 20.723,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 99.066,\n        'coal': 1417.227,\n        'gas': 2027.473,\n        'hydro': 6331.296,\n        'oil': 388.382,\n        'solar': 1193.414,\n        'wind': 22.556,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.209,\n        'coal': 1410.347,\n        'gas': 2043.194,\n        'hydro': 6486.774,\n        'oil': 451.864,\n        'solar': 950.208,\n        'wind': 22.857,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.054,\n        'coal': 1416.022,\n        'gas': 2083.312,\n        'hydro': 6788.801,\n        'oil': 506.957,\n        'solar': 396.5,\n        'wind': 22.689,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.644,\n        'coal': 1398.164,\n        'gas': 2133.153,\n        'hydro': 7086.889,\n        'oil': 408.06,\n        'solar': 32.521,\n        'wind': 22.245,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.634,\n        'coal': 1409.031,\n        'gas': 2152.643,\n        'hydro': 7691.42,\n        'oil': 320.772,\n        'solar': 0.015,\n        'wind': 18.428,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.437,\n        'coal': 1410.035,\n        'gas': 2224.689,\n        'hydro': 7635.196,\n        'oil': 301.813,\n        'solar': 0.0,\n        'wind': 17.516,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.483,\n        'coal': 1430.674,\n        'gas': 2148.196,\n        'hydro': 7489.741,\n        'oil': 267.41,\n        'solar': 0.0,\n        'wind': 17.738,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.132,\n        'coal': 1451.728,\n        'gas': 2224.954,\n        'hydro': 6969.12,\n        'oil': 305.614,\n        'solar': 0.0,\n        'wind': 19.199,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.27,\n        'coal': 1456.886,\n        'gas': 2230.131,\n        'hydro': 6381.368,\n        'oil': 307.32,\n        'solar': 0.0,\n        'wind': 16.924,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.23,\n        'coal': 1460.815,\n        'gas': 2240.045,\n        'hydro': 5784.95,\n        'oil': 307.441,\n        'solar': 0.0,\n        'wind': 11.351,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.498,\n        'coal': 1460.903,\n        'gas': 2234.99,\n        'hydro': 5178.125,\n        'oil': 221.887,\n        'solar': 0.0,\n        'wind': 7.495,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.606,\n        'coal': 1460.192,\n        'gas': 2235.81,\n        'hydro': 4971.975,\n        'oil': 163.922,\n        'solar': 0.0,\n        'wind': 4.328,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.621,\n        'coal': 1437.892,\n        'gas': 2219.754,\n        'hydro': 4645.175,\n        'oil': 188.263,\n        'solar': 0.0,\n        'wind': 3.768,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.299,\n        'coal': 1425.533,\n        'gas': 2098.733,\n        'hydro': 4426.792,\n        'oil': 198.075,\n        'solar': 0.0,\n        'wind': 9.967,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.952,\n        'coal': 1439.435,\n        'gas': 2241.376,\n        'hydro': 4713.313,\n        'oil': 268.352,\n        'solar': 0.0,\n        'wind': 17.92,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.012,\n        'coal': 1445.652,\n        'gas': 2368.948,\n        'hydro': 4749.116,\n        'oil': 324.972,\n        'solar': 0.541,\n        'wind': 15.693,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.458,\n        'coal': 1447.363,\n        'gas': 2356.325,\n        'hydro': 4839.379,\n        'oil': 393.685,\n        'solar': 112.489,\n        'wind': 1.582,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.444,\n        'coal': 1454.394,\n        'gas': 2331.143,\n        'hydro': 4963.67,\n        'oil': 375.55,\n        'solar': 558.135,\n        'wind': 1.928,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.678,\n        'coal': 1457.172,\n        'gas': 2374.632,\n        'hydro': 4847.519,\n        'oil': 377.894,\n        'solar': 979.374,\n        'wind': 3.358,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.686,\n        'coal': 1457.062,\n        'gas': 2339.239,\n        'hydro': 5018.765,\n        'oil': 432.734,\n        'solar': 1079.794,\n        'wind': 5.737,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 95.632,\n        'coal': 1463.549,\n        'gas': 2318.975,\n        'hydro': 5149.586,\n        'oil': 433.658,\n        'solar': 1296.782,\n        'wind': 8.065,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.647,\n        'coal': 1471.905,\n        'gas': 2330.07,\n        'hydro': 5388.505,\n        'oil': 460.736,\n        'solar': 1339.589,\n        'wind': 11.044,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.994,\n        'coal': 1470.941,\n        'gas': 2308.674,\n        'hydro': 5442.695,\n        'oil': 457.072,\n        'solar': 1288.011,\n        'wind': 16.673,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.065,\n        'coal': 1473.981,\n        'gas': 2308.876,\n        'hydro': 5640.405,\n        'oil': 468.181,\n        'solar': 1180.004,\n        'wind': 22.118,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.751,\n        'coal': 1473.992,\n        'gas': 2287.473,\n        'hydro': 5841.381,\n        'oil': 494.045,\n        'solar': 1161.037,\n        'wind': 21.883,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.352,\n        'coal': 1399.396,\n        'gas': 2315.627,\n        'hydro': 6089.561,\n        'oil': 470.169,\n        'solar': 973.512,\n        'wind': 21.702,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.418,\n        'coal': 1278.774,\n        'gas': 2435.313,\n        'hydro': 6601.543,\n        'oil': 305.34,\n        'solar': 484.234,\n        'wind': 21.206,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.803,\n        'coal': 1280.131,\n        'gas': 2461.355,\n        'hydro': 6867.43,\n        'oil': 297.265,\n        'solar': 39.534,\n        'wind': 15.082,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.192,\n        'coal': 1280.314,\n        'gas': 2459.948,\n        'hydro': 7465.642,\n        'oil': 280.259,\n        'solar': 0.021,\n        'wind': 12.553,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.389,\n        'coal': 1277.548,\n        'gas': 2442.248,\n        'hydro': 7455.91,\n        'oil': 280.06,\n        'solar': 0.0,\n        'wind': 9.735,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.244,\n        'coal': 1277.31,\n        'gas': 2432.687,\n        'hydro': 7184.536,\n        'oil': 281.075,\n        'solar': 0.0,\n        'wind': 8.625,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.633,\n        'coal': 1282.648,\n        'gas': 2420.316,\n        'hydro': 6726.26,\n        'oil': 295.779,\n        'solar': 0.0,\n        'wind': 7.911,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.028,\n        'coal': 1305.729,\n        'gas': 2419.016,\n        'hydro': 6116.256,\n        'oil': 295.806,\n        'solar': 0.0,\n        'wind': 10.345,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.951,\n        'coal': 1343.891,\n        'gas': 2463.208,\n        'hydro': 5501.85,\n        'oil': 294.379,\n        'solar': 0.0,\n        'wind': 7.759,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.776,\n        'coal': 1370.942,\n        'gas': 2459.73,\n        'hydro': 5067.794,\n        'oil': 259.275,\n        'solar': 0.0,\n        'wind': 7.533,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.949,\n        'coal': 1376.146,\n        'gas': 2358.056,\n        'hydro': 4778.289,\n        'oil': 302.471,\n        'solar': 0.0,\n        'wind': 12.302,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.815,\n        'coal': 1375.883,\n        'gas': 2318.411,\n        'hydro': 4644.021,\n        'oil': 263.316,\n        'solar': 0.0,\n        'wind': 9.784,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.015,\n        'coal': 1386.62,\n        'gas': 2323.764,\n        'hydro': 4460.392,\n        'oil': 309.773,\n        'solar': 0.0,\n        'wind': 5.139,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 138.612,\n        'coal': 1394.939,\n        'gas': 2327.326,\n        'hydro': 4459.052,\n        'oil': 365.75,\n        'solar': 0.0,\n        'wind': 5.724,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.441,\n        'coal': 1411.277,\n        'gas': 2330.784,\n        'hydro': 4569.921,\n        'oil': 429.987,\n        'solar': 0.288,\n        'wind': 8.687,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.993,\n        'coal': 1375.81,\n        'gas': 2333.902,\n        'hydro': 4744.769,\n        'oil': 426.749,\n        'solar': 114.093,\n        'wind': 9.478,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.752,\n        'coal': 1374.771,\n        'gas': 2336.85,\n        'hydro': 4703.822,\n        'oil': 452.601,\n        'solar': 711.804,\n        'wind': 8.53,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.065,\n        'coal': 1373.367,\n        'gas': 2331.47,\n        'hydro': 4844.691,\n        'oil': 426.455,\n        'solar': 1082.174,\n        'wind': 6.231,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.904,\n        'coal': 1390.784,\n        'gas': 2281.798,\n        'hydro': 4862.238,\n        'oil': 431.55,\n        'solar': 1340.411,\n        'wind': 13.234,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.496,\n        'coal': 1417.603,\n        'gas': 2333.137,\n        'hydro': 5010.789,\n        'oil': 447.474,\n        'solar': 1403.719,\n        'wind': 10.048,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.769,\n        'coal': 1430.666,\n        'gas': 2339.779,\n        'hydro': 5234.519,\n        'oil': 465.56,\n        'solar': 1425.796,\n        'wind': 15.414,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.938,\n        'coal': 1435.398,\n        'gas': 2333.754,\n        'hydro': 5267.109,\n        'oil': 464.838,\n        'solar': 1320.032,\n        'wind': 21.282,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.597,\n        'coal': 1435.523,\n        'gas': 2330.353,\n        'hydro': 5353.475,\n        'oil': 463.555,\n        'solar': 1315.584,\n        'wind': 22.577,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.728,\n        'coal': 1435.566,\n        'gas': 2325.406,\n        'hydro': 5638.893,\n        'oil': 463.682,\n        'solar': 1234.623,\n        'wind': 22.564,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.711,\n        'coal': 1438.138,\n        'gas': 2312.92,\n        'hydro': 5882.089,\n        'oil': 465.433,\n        'solar': 1013.385,\n        'wind': 22.524,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.202,\n        'coal': 1446.996,\n        'gas': 2310.826,\n        'hydro': 6167.267,\n        'oil': 465.765,\n        'solar': 499.456,\n        'wind': 22.426,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.734,\n        'coal': 1448.2,\n        'gas': 2332.004,\n        'hydro': 6500.122,\n        'oil': 430.005,\n        'solar': 41.571,\n        'wind': 15.743,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.479,\n        'coal': 1452.72,\n        'gas': 2337.476,\n        'hydro': 7118.05,\n        'oil': 381.024,\n        'solar': 0.009,\n        'wind': 15.751,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.829,\n        'coal': 1466.459,\n        'gas': 2338.642,\n        'hydro': 6980.267,\n        'oil': 474.76,\n        'solar': 0.0,\n        'wind': 12.582,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.371,\n        'coal': 1465.906,\n        'gas': 2381.268,\n        'hydro': 6747.592,\n        'oil': 412.113,\n        'solar': 0.0,\n        'wind': 9.053,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.36,\n        'coal': 1466.657,\n        'gas': 2503.299,\n        'hydro': 6340.894,\n        'oil': 294.982,\n        'solar': 0.0,\n        'wind': 6.396,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.905,\n        'coal': 1468.655,\n        'gas': 2509.261,\n        'hydro': 5768.588,\n        'oil': 260.812,\n        'solar': 0.0,\n        'wind': 10.679,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.239,\n        'coal': 1468.461,\n        'gas': 2508.712,\n        'hydro': 5287.135,\n        'oil': 286.591,\n        'solar': 0.0,\n        'wind': 8.48,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.29,\n        'coal': 1466.978,\n        'gas': 2508.508,\n        'hydro': 4934.389,\n        'oil': 166.915,\n        'solar': 0.0,\n        'wind': 7.639,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.1,\n        'coal': 1473.053,\n        'gas': 2453.182,\n        'hydro': 4693.367,\n        'oil': 140.91,\n        'solar': 0.0,\n        'wind': 5.802,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.514,\n        'coal': 1459.777,\n        'gas': 2442.719,\n        'hydro': 4529.613,\n        'oil': 66.1,\n        'solar': 0.0,\n        'wind': 2.328,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.035,\n        'coal': 1462.402,\n        'gas': 2396.161,\n        'hydro': 4383.928,\n        'oil': 68.203,\n        'solar': 0.0,\n        'wind': 1.755,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.767,\n        'coal': 1467.033,\n        'gas': 2355.05,\n        'hydro': 4434.649,\n        'oil': 68.493,\n        'solar': 0.0,\n        'wind': 1.017,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.473,\n        'coal': 1468.863,\n        'gas': 2145.07,\n        'hydro': 4281.891,\n        'oil': 59.649,\n        'solar': 0.279,\n        'wind': 1.852,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.787,\n        'coal': 1467.362,\n        'gas': 2152.068,\n        'hydro': 4251.327,\n        'oil': 59.692,\n        'solar': 113.209,\n        'wind': 2.94,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.225,\n        'coal': 1469.261,\n        'gas': 2288.143,\n        'hydro': 3980.829,\n        'oil': 59.771,\n        'solar': 723.918,\n        'wind': 0.066,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 138.076,\n        'coal': 1465.469,\n        'gas': 2099.41,\n        'hydro': 4216.825,\n        'oil': 59.681,\n        'solar': 1197.414,\n        'wind': 0.604,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.114,\n        'coal': 1468.442,\n        'gas': 2095.169,\n        'hydro': 4372.482,\n        'oil': 59.468,\n        'solar': 1371.667,\n        'wind': 1.808,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.53,\n        'coal': 1468.859,\n        'gas': 2235.757,\n        'hydro': 4427.424,\n        'oil': 59.829,\n        'solar': 1450.586,\n        'wind': 2.498,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.38,\n        'coal': 1471.937,\n        'gas': 2355.205,\n        'hydro': 4441.943,\n        'oil': 60.289,\n        'solar': 1469.335,\n        'wind': 2.844,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.033,\n        'coal': 1475.42,\n        'gas': 2351.223,\n        'hydro': 4483.956,\n        'oil': 59.996,\n        'solar': 1370.619,\n        'wind': 7.106,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.338,\n        'coal': 1475.698,\n        'gas': 2349.637,\n        'hydro': 4653.18,\n        'oil': 61.419,\n        'solar': 1185.873,\n        'wind': 9.761,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.566,\n        'coal': 1473.765,\n        'gas': 2346.667,\n        'hydro': 4616.467,\n        'oil': 68.403,\n        'solar': 1165.699,\n        'wind': 15.457,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.806,\n        'coal': 1467.503,\n        'gas': 2345.34,\n        'hydro': 4720.237,\n        'oil': 67.396,\n        'solar': 1032.765,\n        'wind': 13.145,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.666,\n        'coal': 1468.992,\n        'gas': 2343.331,\n        'hydro': 5088.813,\n        'oil': 60.703,\n        'solar': 531.973,\n        'wind': 18.793,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.911,\n        'coal': 1467.507,\n        'gas': 2375.414,\n        'hydro': 5580.212,\n        'oil': 108.823,\n        'solar': 43.704,\n        'wind': 18.738,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.248,\n        'coal': 1474.354,\n        'gas': 2502.486,\n        'hydro': 6304.615,\n        'oil': 253.166,\n        'solar': 0.008,\n        'wind': 15.614,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.323,\n        'coal': 1473.313,\n        'gas': 2511.491,\n        'hydro': 6312.958,\n        'oil': 367.3,\n        'solar': 0.002,\n        'wind': 11.261,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.322,\n        'coal': 1469.684,\n        'gas': 2514.126,\n        'hydro': 6077.153,\n        'oil': 341.143,\n        'solar': 0.002,\n        'wind': 6.948,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.898,\n        'coal': 1476.096,\n        'gas': 2513.796,\n        'hydro': 5727.661,\n        'oil': 336.994,\n        'solar': 0.002,\n        'wind': 3.116,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.793,\n        'coal': 1479.929,\n        'gas': 2514.071,\n        'hydro': 5279.042,\n        'oil': 337.212,\n        'solar': 0.002,\n        'wind': 2.427,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.562,\n        'coal': 1478.495,\n        'gas': 2492.552,\n        'hydro': 4846.238,\n        'oil': 345.872,\n        'solar': 0.002,\n        'wind': 3.748,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.802,\n        'coal': 1483.335,\n        'gas': 2264.632,\n        'hydro': 4770.501,\n        'oil': 267.483,\n        'solar': 0.002,\n        'wind': 2.366,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.063,\n        'coal': 1475.874,\n        'gas': 2228.933,\n        'hydro': 4475.16,\n        'oil': 263.937,\n        'solar': 0.002,\n        'wind': 0.255,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.316,\n        'coal': 1484.241,\n        'gas': 2230.43,\n        'hydro': 4196.577,\n        'oil': 263.766,\n        'solar': 0.002,\n        'wind': 0.889,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.562,\n        'coal': 1481.355,\n        'gas': 2205.904,\n        'hydro': 4098.964,\n        'oil': 263.884,\n        'solar': 0.0,\n        'wind': 1.876,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.462,\n        'coal': 1480.224,\n        'gas': 2103.44,\n        'hydro': 4139.959,\n        'oil': 203.795,\n        'solar': 0.0,\n        'wind': 1.574,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.608,\n        'coal': 1480.78,\n        'gas': 1972.051,\n        'hydro': 3992.02,\n        'oil': 206.733,\n        'solar': 0.347,\n        'wind': 1.951,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.189,\n        'coal': 1476.937,\n        'gas': 1579.219,\n        'hydro': 4001.29,\n        'oil': 216.322,\n        'solar': 87.631,\n        'wind': 1.327,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.908,\n        'coal': 1385.141,\n        'gas': 1380.547,\n        'hydro': 4117.727,\n        'oil': 233.435,\n        'solar': 491.897,\n        'wind': 0.325,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.197,\n        'coal': 1342.906,\n        'gas': 1228.545,\n        'hydro': 4151.813,\n        'oil': 235.856,\n        'solar': 966.456,\n        'wind': 1.624,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.602,\n        'coal': 1341.549,\n        'gas': 1228.274,\n        'hydro': 4201.704,\n        'oil': 180.378,\n        'solar': 1288.383,\n        'wind': 2.712,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.347,\n        'coal': 1340.718,\n        'gas': 1233.924,\n        'hydro': 4304.685,\n        'oil': 185.185,\n        'solar': 1434.358,\n        'wind': 2.314,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.573,\n        'coal': 1344.767,\n        'gas': 1323.291,\n        'hydro': 4349.99,\n        'oil': 190.597,\n        'solar': 1474.397,\n        'wind': 2.302,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.456,\n        'coal': 1351.712,\n        'gas': 1342.435,\n        'hydro': 4528.636,\n        'oil': 195.758,\n        'solar': 1428.943,\n        'wind': 6.451,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.399,\n        'coal': 1350.119,\n        'gas': 1553.552,\n        'hydro': 4491.132,\n        'oil': 183.76,\n        'solar': 1326.311,\n        'wind': 15.636,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.601,\n        'coal': 1340.549,\n        'gas': 1642.275,\n        'hydro': 4527.818,\n        'oil': 183.25,\n        'solar': 1167.388,\n        'wind': 21.608,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.728,\n        'coal': 1349.459,\n        'gas': 1797.389,\n        'hydro': 4560.773,\n        'oil': 183.665,\n        'solar': 944.907,\n        'wind': 21.971,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.838,\n        'coal': 1352.684,\n        'gas': 1961.372,\n        'hydro': 4883.582,\n        'oil': 188.184,\n        'solar': 436.655,\n        'wind': 19.395,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.085,\n        'coal': 1359.661,\n        'gas': 2120.583,\n        'hydro': 5154.711,\n        'oil': 208.043,\n        'solar': 43.798,\n        'wind': 19.711,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.678,\n        'coal': 1362.437,\n        'gas': 2107.291,\n        'hydro': 5966.019,\n        'oil': 208.0,\n        'solar': 0.01,\n        'wind': 17.909,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 137.368,\n        'coal': 1360.784,\n        'gas': 2325.383,\n        'hydro': 5888.438,\n        'oil': 236.645,\n        'solar': 0.0,\n        'wind': 14.049,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.894,\n        'coal': 1361.718,\n        'gas': 2457.174,\n        'hydro': 5769.687,\n        'oil': 369.43,\n        'solar': 0.0,\n        'wind': 8.467,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.298,\n        'coal': 1361.769,\n        'gas': 2470.777,\n        'hydro': 5418.415,\n        'oil': 479.664,\n        'solar': 0.0,\n        'wind': 7.214,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.461,\n        'coal': 1359.179,\n        'gas': 2477.374,\n        'hydro': 5066.079,\n        'oil': 505.474,\n        'solar': 0.0,\n        'wind': 5.745,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.464,\n        'coal': 1355.275,\n        'gas': 2323.609,\n        'hydro': 4860.59,\n        'oil': 443.595,\n        'solar': 0.0,\n        'wind': 4.836,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.864,\n        'coal': 1357.317,\n        'gas': 2148.845,\n        'hydro': 4812.186,\n        'oil': 309.092,\n        'solar': 0.0,\n        'wind': 6.926,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.533,\n        'coal': 1351.157,\n        'gas': 2155.722,\n        'hydro': 4593.338,\n        'oil': 264.862,\n        'solar': 0.0,\n        'wind': 6.158,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.131,\n        'coal': 1360.021,\n        'gas': 2095.891,\n        'hydro': 4469.037,\n        'oil': 264.985,\n        'solar': 0.0,\n        'wind': 4.308,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 136.777,\n        'coal': 1358.807,\n        'gas': 2095.831,\n        'hydro': 4366.429,\n        'oil': 264.291,\n        'solar': 0.0,\n        'wind': 3.784,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.769,\n        'coal': 1360.154,\n        'gas': 2102.122,\n        'hydro': 4351.73,\n        'oil': 352.311,\n        'solar': 0.0,\n        'wind': 3.343,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.54,\n        'coal': 1354.87,\n        'gas': 2104.294,\n        'hydro': 4470.619,\n        'oil': 486.557,\n        'solar': 0.711,\n        'wind': 2.384,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.889,\n        'coal': 1351.093,\n        'gas': 2116.082,\n        'hydro': 4628.676,\n        'oil': 489.386,\n        'solar': 90.145,\n        'wind': 0.587,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.135,\n        'coal': 1328.31,\n        'gas': 2125.638,\n        'hydro': 4844.665,\n        'oil': 400.006,\n        'solar': 520.571,\n        'wind': 0.894,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.916,\n        'coal': 1332.261,\n        'gas': 2129.721,\n        'hydro': 5090.652,\n        'oil': 374.983,\n        'solar': 936.734,\n        'wind': 3.536,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.439,\n        'coal': 1344.387,\n        'gas': 2135.288,\n        'hydro': 5140.5,\n        'oil': 379.55,\n        'solar': 1246.109,\n        'wind': 3.914,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 95.975,\n        'coal': 1342.988,\n        'gas': 2129.37,\n        'hydro': 5262.057,\n        'oil': 491.188,\n        'solar': 1323.931,\n        'wind': 6.291,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.587,\n        'coal': 1343.79,\n        'gas': 2171.418,\n        'hydro': 5341.315,\n        'oil': 554.439,\n        'solar': 1350.784,\n        'wind': 6.281,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.867,\n        'coal': 1348.332,\n        'gas': 2281.712,\n        'hydro': 5059.181,\n        'oil': 586.953,\n        'solar': 1337.282,\n        'wind': 8.098,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.493,\n        'coal': 1349.224,\n        'gas': 2281.52,\n        'hydro': 5173.068,\n        'oil': 665.637,\n        'solar': 1202.338,\n        'wind': 17.77,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.555,\n        'coal': 1349.62,\n        'gas': 2304.307,\n        'hydro': 5554.066,\n        'oil': 686.012,\n        'solar': 960.452,\n        'wind': 19.124,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.159,\n        'coal': 1454.814,\n        'gas': 2447.897,\n        'hydro': 5509.814,\n        'oil': 653.626,\n        'solar': 817.559,\n        'wind': 16.317,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.446,\n        'coal': 1462.777,\n        'gas': 2454.076,\n        'hydro': 5784.887,\n        'oil': 703.811,\n        'solar': 374.128,\n        'wind': 19.099,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.776,\n        'coal': 1469.398,\n        'gas': 2462.04,\n        'hydro': 5925.272,\n        'oil': 710.181,\n        'solar': 41.088,\n        'wind': 17.013,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.254,\n        'coal': 1476.797,\n        'gas': 2470.049,\n        'hydro': 6491.243,\n        'oil': 709.418,\n        'solar': 0.025,\n        'wind': 13.997,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.868,\n        'coal': 1479.109,\n        'gas': 2473.835,\n        'hydro': 6438.356,\n        'oil': 712.393,\n        'solar': 0.0,\n        'wind': 9.522,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.048,\n        'coal': 1479.543,\n        'gas': 2470.18,\n        'hydro': 6243.698,\n        'oil': 715.531,\n        'solar': 0.0,\n        'wind': 10.298,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.517,\n        'coal': 1481.535,\n        'gas': 2464.42,\n        'hydro': 5858.108,\n        'oil': 717.942,\n        'solar': 0.0,\n        'wind': 12.203,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.995,\n        'coal': 1483.927,\n        'gas': 2469.018,\n        'hydro': 5246.107,\n        'oil': 717.979,\n        'solar': 0.0,\n        'wind': 13.3,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.876,\n        'coal': 1474.215,\n        'gas': 2416.198,\n        'hydro': 4717.336,\n        'oil': 626.136,\n        'solar': 0.0,\n        'wind': 14.223,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.218,\n        'coal': 1475.202,\n        'gas': 2223.582,\n        'hydro': 4934.78,\n        'oil': 471.661,\n        'solar': 0.0,\n        'wind': 12.392,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.466,\n        'coal': 1465.855,\n        'gas': 2130.009,\n        'hydro': 4799.718,\n        'oil': 269.941,\n        'solar': 0.0,\n        'wind': 10.759,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.307,\n        'coal': 1473.866,\n        'gas': 1848.191,\n        'hydro': 4547.314,\n        'oil': 265.4,\n        'solar': 0.0,\n        'wind': 12.02,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.405,\n        'coal': 1473.216,\n        'gas': 1720.711,\n        'hydro': 4528.909,\n        'oil': 265.198,\n        'solar': 0.0,\n        'wind': 11.534,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.594,\n        'coal': 1474.047,\n        'gas': 1694.739,\n        'hydro': 4657.9,\n        'oil': 264.985,\n        'solar': 0.0,\n        'wind': 10.017,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.802,\n        'coal': 1477.419,\n        'gas': 1940.657,\n        'hydro': 4654.533,\n        'oil': 265.47,\n        'solar': 0.017,\n        'wind': 7.559,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.172,\n        'coal': 1477.838,\n        'gas': 2046.069,\n        'hydro': 4591.904,\n        'oil': 265.707,\n        'solar': 66.856,\n        'wind': 7.591,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.977,\n        'coal': 1467.738,\n        'gas': 2009.021,\n        'hydro': 4813.056,\n        'oil': 352.989,\n        'solar': 427.205,\n        'wind': 7.046,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.176,\n        'coal': 1463.475,\n        'gas': 1892.475,\n        'hydro': 5143.604,\n        'oil': 471.768,\n        'solar': 911.738,\n        'wind': 7.542,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.916,\n        'coal': 1460.623,\n        'gas': 1878.625,\n        'hydro': 5104.89,\n        'oil': 496.464,\n        'solar': 1248.232,\n        'wind': 7.384,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.472,\n        'coal': 1451.459,\n        'gas': 1926.606,\n        'hydro': 5245.653,\n        'oil': 495.967,\n        'solar': 1331.141,\n        'wind': 13.292,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.908,\n        'coal': 1408.801,\n        'gas': 2063.815,\n        'hydro': 5484.504,\n        'oil': 385.746,\n        'solar': 1373.96,\n        'wind': 16.026,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.249,\n        'coal': 1288.027,\n        'gas': 2081.617,\n        'hydro': 5450.65,\n        'oil': 444.453,\n        'solar': 1366.42,\n        'wind': 19.967,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.917,\n        'coal': 1289.209,\n        'gas': 2094.769,\n        'hydro': 5486.532,\n        'oil': 490.805,\n        'solar': 1265.977,\n        'wind': 21.468,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.975,\n        'coal': 1289.966,\n        'gas': 2133.93,\n        'hydro': 5737.989,\n        'oil': 491.453,\n        'solar': 1126.785,\n        'wind': 22.619,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.032,\n        'coal': 1310.183,\n        'gas': 2291.265,\n        'hydro': 5861.893,\n        'oil': 514.06,\n        'solar': 853.172,\n        'wind': 22.767,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.369,\n        'coal': 1336.411,\n        'gas': 2420.079,\n        'hydro': 5880.579,\n        'oil': 571.201,\n        'solar': 428.978,\n        'wind': 22.793,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.094,\n        'coal': 1450.665,\n        'gas': 2440.871,\n        'hydro': 6003.183,\n        'oil': 649.538,\n        'solar': 37.635,\n        'wind': 22.5,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.49,\n        'coal': 1468.789,\n        'gas': 2458.772,\n        'hydro': 6633.558,\n        'oil': 653.407,\n        'solar': 0.015,\n        'wind': 21.893,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.758,\n        'coal': 1475.638,\n        'gas': 2451.084,\n        'hydro': 6607.979,\n        'oil': 655.265,\n        'solar': 0.0,\n        'wind': 16.336,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.823,\n        'coal': 1475.441,\n        'gas': 2463.312,\n        'hydro': 6399.734,\n        'oil': 658.993,\n        'solar': 0.0,\n        'wind': 14.755,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.642,\n        'coal': 1476.883,\n        'gas': 2468.754,\n        'hydro': 6167.766,\n        'oil': 629.576,\n        'solar': 0.0,\n        'wind': 17.796,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.763,\n        'coal': 1474.947,\n        'gas': 2442.938,\n        'hydro': 5705.678,\n        'oil': 542.47,\n        'solar': 0.0,\n        'wind': 21.451,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.223,\n        'coal': 1472.662,\n        'gas': 2400.605,\n        'hydro': 5204.329,\n        'oil': 486.991,\n        'solar': 0.0,\n        'wind': 21.202,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.439,\n        'coal': 1473.787,\n        'gas': 2352.146,\n        'hydro': 4841.864,\n        'oil': 183.428,\n        'solar': 0.0,\n        'wind': 16.53,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.49,\n        'coal': 1466.556,\n        'gas': 2301.271,\n        'hydro': 4684.809,\n        'oil': 59.665,\n        'solar': 0.0,\n        'wind': 17.504,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.363,\n        'coal': 1473.868,\n        'gas': 2226.657,\n        'hydro': 4364.87,\n        'oil': 60.375,\n        'solar': 0.0,\n        'wind': 18.015,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.755,\n        'coal': 1472.313,\n        'gas': 2047.277,\n        'hydro': 4403.517,\n        'oil': 60.288,\n        'solar': 0.0,\n        'wind': 17.977,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.953,\n        'coal': 1475.905,\n        'gas': 2050.054,\n        'hydro': 4473.924,\n        'oil': 60.504,\n        'solar': 0.0,\n        'wind': 16.452,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.089,\n        'coal': 1477.977,\n        'gas': 2122.018,\n        'hydro': 4589.032,\n        'oil': 60.362,\n        'solar': 0.227,\n        'wind': 15.023,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.322,\n        'coal': 1474.693,\n        'gas': 2133.922,\n        'hydro': 4761.263,\n        'oil': 60.368,\n        'solar': 90.105,\n        'wind': 12.766,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.91,\n        'coal': 1445.843,\n        'gas': 2149.638,\n        'hydro': 4924.631,\n        'oil': 100.12,\n        'solar': 638.938,\n        'wind': 13.876,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.978,\n        'coal': 1479.667,\n        'gas': 2179.897,\n        'hydro': 4764.027,\n        'oil': 222.61,\n        'solar': 1155.504,\n        'wind': 14.828,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.769,\n        'coal': 1497.986,\n        'gas': 2200.813,\n        'hydro': 4984.659,\n        'oil': 271.106,\n        'solar': 1339.679,\n        'wind': 16.305,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.38,\n        'coal': 1500.769,\n        'gas': 2298.172,\n        'hydro': 5209.864,\n        'oil': 355.593,\n        'solar': 1342.701,\n        'wind': 16.623,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.162,\n        'coal': 1498.785,\n        'gas': 2296.936,\n        'hydro': 5342.771,\n        'oil': 440.732,\n        'solar': 1415.555,\n        'wind': 17.124,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.315,\n        'coal': 1503.758,\n        'gas': 2278.527,\n        'hydro': 5302.48,\n        'oil': 464.667,\n        'solar': 1364.455,\n        'wind': 17.688,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.997,\n        'coal': 1485.651,\n        'gas': 2342.625,\n        'hydro': 5389.236,\n        'oil': 451.475,\n        'solar': 1225.941,\n        'wind': 20.535,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.359,\n        'coal': 1504.38,\n        'gas': 2478.614,\n        'hydro': 5575.26,\n        'oil': 504.873,\n        'solar': 1076.181,\n        'wind': 22.526,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.611,\n        'coal': 1507.366,\n        'gas': 2412.151,\n        'hydro': 5699.075,\n        'oil': 584.645,\n        'solar': 922.167,\n        'wind': 22.965,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.62,\n        'coal': 1506.016,\n        'gas': 2401.597,\n        'hydro': 6109.789,\n        'oil': 600.985,\n        'solar': 410.795,\n        'wind': 22.973,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.53,\n        'coal': 1534.012,\n        'gas': 2458.763,\n        'hydro': 6200.765,\n        'oil': 589.095,\n        'solar': 42.596,\n        'wind': 22.836,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.971,\n        'coal': 1540.55,\n        'gas': 2490.757,\n        'hydro': 6734.233,\n        'oil': 544.422,\n        'solar': 0.017,\n        'wind': 21.566,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.262,\n        'coal': 1541.447,\n        'gas': 2495.72,\n        'hydro': 6642.244,\n        'oil': 562.015,\n        'solar': 0.0,\n        'wind': 21.788,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.492,\n        'coal': 1542.402,\n        'gas': 2469.322,\n        'hydro': 6436.274,\n        'oil': 563.053,\n        'solar': 0.001,\n        'wind': 22.035,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.422,\n        'coal': 1543.797,\n        'gas': 2425.467,\n        'hydro': 6176.019,\n        'oil': 541.865,\n        'solar': 0.0,\n        'wind': 21.817,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.438,\n        'coal': 1544.108,\n        'gas': 2410.796,\n        'hydro': 5568.113,\n        'oil': 463.343,\n        'solar': 0.0,\n        'wind': 19.97,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.589,\n        'coal': 1542.614,\n        'gas': 2417.956,\n        'hydro': 4956.398,\n        'oil': 440.51,\n        'solar': 0.0,\n        'wind': 20.729,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.768,\n        'coal': 1541.951,\n        'gas': 2244.449,\n        'hydro': 4843.389,\n        'oil': 271.598,\n        'solar': 0.0,\n        'wind': 21.95,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.969,\n        'coal': 1525.748,\n        'gas': 2084.717,\n        'hydro': 4813.557,\n        'oil': 160.403,\n        'solar': 0.0,\n        'wind': 19.531,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.328,\n        'coal': 1484.392,\n        'gas': 1924.528,\n        'hydro': 4780.31,\n        'oil': 142.482,\n        'solar': 0.0,\n        'wind': 21.673,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.336,\n        'coal': 1476.109,\n        'gas': 1748.631,\n        'hydro': 4837.085,\n        'oil': 76.349,\n        'solar': 0.0,\n        'wind': 21.156,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.394,\n        'coal': 1476.433,\n        'gas': 1693.134,\n        'hydro': 4946.711,\n        'oil': 60.649,\n        'solar': 0.0,\n        'wind': 20.143,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.818,\n        'coal': 1470.006,\n        'gas': 1852.15,\n        'hydro': 5074.431,\n        'oil': 60.407,\n        'solar': 0.43,\n        'wind': 19.121,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 133.861,\n        'coal': 1468.138,\n        'gas': 2009.521,\n        'hydro': 5063.274,\n        'oil': 60.325,\n        'solar': 60.701,\n        'wind': 21.07,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.646,\n        'coal': 1462.549,\n        'gas': 2096.729,\n        'hydro': 5270.561,\n        'oil': 60.53,\n        'solar': 338.58,\n        'wind': 20.647,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.385,\n        'coal': 1461.878,\n        'gas': 2096.06,\n        'hydro': 5596.781,\n        'oil': 61.236,\n        'solar': 659.627,\n        'wind': 21.745,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.569,\n        'coal': 1461.104,\n        'gas': 2090.299,\n        'hydro': 5590.72,\n        'oil': 96.301,\n        'solar': 1107.366,\n        'wind': 21.614,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.307,\n        'coal': 1462.443,\n        'gas': 2072.318,\n        'hydro': 5805.812,\n        'oil': 159.962,\n        'solar': 1200.812,\n        'wind': 21.741,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.017,\n        'coal': 1463.033,\n        'gas': 2061.486,\n        'hydro': 5934.622,\n        'oil': 178.091,\n        'solar': 1261.239,\n        'wind': 19.284,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.827,\n        'coal': 1464.533,\n        'gas': 2015.801,\n        'hydro': 5969.522,\n        'oil': 178.194,\n        'solar': 1252.887,\n        'wind': 17.554,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.3,\n        'coal': 1466.523,\n        'gas': 2086.665,\n        'hydro': 6062.696,\n        'oil': 163.911,\n        'solar': 1129.329,\n        'wind': 16.672,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.09,\n        'coal': 1460.825,\n        'gas': 2081.162,\n        'hydro': 6354.934,\n        'oil': 242.542,\n        'solar': 916.365,\n        'wind': 20.102,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.14,\n        'coal': 1459.47,\n        'gas': 2133.101,\n        'hydro': 6333.25,\n        'oil': 336.409,\n        'solar': 601.901,\n        'wind': 22.385,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.707,\n        'coal': 1462.168,\n        'gas': 2237.48,\n        'hydro': 6441.198,\n        'oil': 386.478,\n        'solar': 277.171,\n        'wind': 22.471,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.398,\n        'coal': 1470.533,\n        'gas': 2286.502,\n        'hydro': 6485.54,\n        'oil': 408.568,\n        'solar': 32.908,\n        'wind': 19.841,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.76,\n        'coal': 1474.873,\n        'gas': 2324.15,\n        'hydro': 7147.121,\n        'oil': 408.778,\n        'solar': 0.018,\n        'wind': 21.762,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.102,\n        'coal': 1475.945,\n        'gas': 2331.531,\n        'hydro': 7061.848,\n        'oil': 414.017,\n        'solar': 0.766,\n        'wind': 17.851,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.103,\n        'coal': 1479.308,\n        'gas': 2334.193,\n        'hydro': 6848.634,\n        'oil': 409.609,\n        'solar': 0.713,\n        'wind': 14.599,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.902,\n        'coal': 1478.151,\n        'gas': 2336.669,\n        'hydro': 6655.93,\n        'oil': 294.614,\n        'solar': 0.0,\n        'wind': 15.827,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.826,\n        'coal': 1477.896,\n        'gas': 2334.896,\n        'hydro': 6056.115,\n        'oil': 187.737,\n        'solar': 0.0,\n        'wind': 17.043,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.979,\n        'coal': 1471.437,\n        'gas': 2281.843,\n        'hydro': 5602.237,\n        'oil': 132.279,\n        'solar': 0.0,\n        'wind': 14.572,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.905,\n        'coal': 1425.752,\n        'gas': 2277.38,\n        'hydro': 5369.991,\n        'oil': 77.575,\n        'solar': 0.0,\n        'wind': 12.622,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.225,\n        'coal': 1413.904,\n        'gas': 2309.703,\n        'hydro': 5066.212,\n        'oil': 59.778,\n        'solar': 0.0,\n        'wind': 13.333,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.375,\n        'coal': 1422.918,\n        'gas': 2286.188,\n        'hydro': 4871.069,\n        'oil': 59.883,\n        'solar': 0.001,\n        'wind': 13.795,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.579,\n        'coal': 1424.075,\n        'gas': 2213.917,\n        'hydro': 4810.371,\n        'oil': 59.901,\n        'solar': 0.002,\n        'wind': 12.91,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.187,\n        'coal': 1426.193,\n        'gas': 2214.34,\n        'hydro': 4804.993,\n        'oil': 59.962,\n        'solar': 0.004,\n        'wind': 6.619,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.413,\n        'coal': 1429.349,\n        'gas': 2282.15,\n        'hydro': 4985.078,\n        'oil': 59.783,\n        'solar': 0.392,\n        'wind': 1.251,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 135.918,\n        'coal': 1429.234,\n        'gas': 2313.071,\n        'hydro': 5013.319,\n        'oil': 74.887,\n        'solar': 94.942,\n        'wind': 0.801,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 134.618,\n        'coal': 1403.146,\n        'gas': 2309.754,\n        'hydro': 5054.848,\n        'oil': 154.252,\n        'solar': 545.72,\n        'wind': 0.054,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 132.751,\n        'coal': 1387.945,\n        'gas': 2269.59,\n        'hydro': 5112.417,\n        'oil': 216.47,\n        'solar': 944.243,\n        'wind': 0.643,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.111,\n        'coal': 1383.355,\n        'gas': 2222.508,\n        'hydro': 5269.979,\n        'oil': 260.419,\n        'solar': 1097.946,\n        'wind': 0.744,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.527,\n        'coal': 1383.382,\n        'gas': 2239.707,\n        'hydro': 5357.964,\n        'oil': 300.327,\n        'solar': 1249.472,\n        'wind': 2.863,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.159,\n        'coal': 1384.27,\n        'gas': 2291.932,\n        'hydro': 5569.685,\n        'oil': 388.745,\n        'solar': 1254.512,\n        'wind': 5.563,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.285,\n        'coal': 1385.388,\n        'gas': 2298.319,\n        'hydro': 5478.847,\n        'oil': 483.704,\n        'solar': 1206.24,\n        'wind': 13.16,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.56,\n        'coal': 1384.379,\n        'gas': 2292.948,\n        'hydro': 5558.759,\n        'oil': 503.026,\n        'solar': 1157.917,\n        'wind': 14.928,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.255,\n        'coal': 1388.501,\n        'gas': 2298.815,\n        'hydro': 5863.264,\n        'oil': 557.924,\n        'solar': 873.298,\n        'wind': 19.825,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.423,\n        'coal': 1385.304,\n        'gas': 2292.516,\n        'hydro': 6137.142,\n        'oil': 635.788,\n        'solar': 524.824,\n        'wind': 21.129,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.665,\n        'coal': 1411.843,\n        'gas': 2433.487,\n        'hydro': 6006.548,\n        'oil': 660.958,\n        'solar': 275.525,\n        'wind': 20.147,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.555,\n        'coal': 1421.499,\n        'gas': 2468.401,\n        'hydro': 6121.698,\n        'oil': 643.311,\n        'solar': 30.273,\n        'wind': 18.596,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.424,\n        'coal': 1424.929,\n        'gas': 2479.178,\n        'hydro': 6699.044,\n        'oil': 634.33,\n        'solar': 0.01,\n        'wind': 16.889,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 118.488,\n        'coal': 1423.546,\n        'gas': 2478.291,\n        'hydro': 6640.654,\n        'oil': 636.974,\n        'solar': 0.0,\n        'wind': 17.075,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.164,\n        'coal': 1422.761,\n        'gas': 2480.489,\n        'hydro': 6450.8,\n        'oil': 639.222,\n        'solar': 0.0,\n        'wind': 12.207,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.479,\n        'coal': 1420.689,\n        'gas': 2481.413,\n        'hydro': 6093.168,\n        'oil': 649.01,\n        'solar': 0.0,\n        'wind': 7.368,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.058,\n        'coal': 1423.988,\n        'gas': 2486.955,\n        'hydro': 5597.694,\n        'oil': 526.617,\n        'solar': 0.0,\n        'wind': 3.693,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.528,\n        'coal': 1421.121,\n        'gas': 2449.519,\n        'hydro': 5253.946,\n        'oil': 398.627,\n        'solar': 0.0,\n        'wind': 3.137,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.82,\n        'coal': 1390.111,\n        'gas': 2406.296,\n        'hydro': 4913.4,\n        'oil': 326.867,\n        'solar': 0.0,\n        'wind': 3.347,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.847,\n        'coal': 1382.801,\n        'gas': 2399.31,\n        'hydro': 4365.103,\n        'oil': 326.511,\n        'solar': 0.0,\n        'wind': 3.315,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.557,\n        'coal': 1393.875,\n        'gas': 2301.503,\n        'hydro': 4286.226,\n        'oil': 191.969,\n        'solar': 0.0,\n        'wind': 3.969,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.968,\n        'coal': 1391.075,\n        'gas': 2289.297,\n        'hydro': 4480.181,\n        'oil': 59.767,\n        'solar': 0.0,\n        'wind': 2.231,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.304,\n        'coal': 1395.62,\n        'gas': 2331.052,\n        'hydro': 4493.439,\n        'oil': 60.137,\n        'solar': 0.0,\n        'wind': 2.374,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.524,\n        'coal': 1393.641,\n        'gas': 2361.212,\n        'hydro': 4537.08,\n        'oil': 103.06,\n        'solar': 0.297,\n        'wind': 3.852,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.427,\n        'coal': 1395.791,\n        'gas': 2427.448,\n        'hydro': 4358.681,\n        'oil': 145.847,\n        'solar': 63.179,\n        'wind': 2.283,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.68,\n        'coal': 1398.403,\n        'gas': 2422.12,\n        'hydro': 4352.43,\n        'oil': 224.286,\n        'solar': 319.843,\n        'wind': 0.438,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.774,\n        'coal': 1405.0,\n        'gas': 2400.585,\n        'hydro': 4457.627,\n        'oil': 320.795,\n        'solar': 651.884,\n        'wind': 0.51,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.211,\n        'coal': 1401.898,\n        'gas': 2383.565,\n        'hydro': 4416.878,\n        'oil': 338.615,\n        'solar': 1018.301,\n        'wind': 2.55,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.934,\n        'coal': 1404.475,\n        'gas': 2406.276,\n        'hydro': 4560.913,\n        'oil': 274.718,\n        'solar': 1140.361,\n        'wind': 3.6,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.903,\n        'coal': 1404.235,\n        'gas': 2405.033,\n        'hydro': 4672.685,\n        'oil': 342.674,\n        'solar': 1183.6,\n        'wind': 1.548,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.096,\n        'coal': 1398.941,\n        'gas': 2409.021,\n        'hydro': 4577.178,\n        'oil': 407.784,\n        'solar': 1167.443,\n        'wind': 9.757,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.727,\n        'coal': 1398.085,\n        'gas': 2411.123,\n        'hydro': 4736.524,\n        'oil': 422.517,\n        'solar': 1070.214,\n        'wind': 20.313,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.732,\n        'coal': 1393.425,\n        'gas': 2419.482,\n        'hydro': 4846.599,\n        'oil': 422.195,\n        'solar': 941.303,\n        'wind': 19.092,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.987,\n        'coal': 1390.339,\n        'gas': 2417.287,\n        'hydro': 5222.997,\n        'oil': 417.87,\n        'solar': 522.718,\n        'wind': 17.564,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.699,\n        'coal': 1389.96,\n        'gas': 2431.744,\n        'hydro': 5325.5,\n        'oil': 474.917,\n        'solar': 266.896,\n        'wind': 17.43,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.324,\n        'coal': 1399.427,\n        'gas': 2494.127,\n        'hydro': 5479.472,\n        'oil': 573.607,\n        'solar': 25.258,\n        'wind': 11.366,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.531,\n        'coal': 1407.213,\n        'gas': 2497.882,\n        'hydro': 6073.865,\n        'oil': 619.998,\n        'solar': 0.009,\n        'wind': 5.118,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.162,\n        'coal': 1398.969,\n        'gas': 2496.765,\n        'hydro': 6014.088,\n        'oil': 644.037,\n        'solar': 0.0,\n        'wind': 5.46,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.998,\n        'coal': 1371.812,\n        'gas': 2497.674,\n        'hydro': 5835.121,\n        'oil': 645.45,\n        'solar': 0.0,\n        'wind': 8.717,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.129,\n        'coal': 1403.271,\n        'gas': 2433.547,\n        'hydro': 5574.042,\n        'oil': 613.717,\n        'solar': 0.0,\n        'wind': 6.084,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.288,\n        'coal': 1409.783,\n        'gas': 2377.943,\n        'hydro': 5247.95,\n        'oil': 580.441,\n        'solar': 0.0,\n        'wind': 6.306,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.09,\n        'coal': 1405.294,\n        'gas': 2337.393,\n        'hydro': 4798.654,\n        'oil': 614.479,\n        'solar': 0.0,\n        'wind': 12.037,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.783,\n        'coal': 1405.177,\n        'gas': 2165.155,\n        'hydro': 4524.837,\n        'oil': 493.727,\n        'solar': 0.0,\n        'wind': 10.471,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.576,\n        'coal': 1391.122,\n        'gas': 1995.734,\n        'hydro': 4434.818,\n        'oil': 430.226,\n        'solar': 0.0,\n        'wind': 10.145,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.563,\n        'coal': 1396.93,\n        'gas': 2055.049,\n        'hydro': 4131.234,\n        'oil': 428.936,\n        'solar': 0.0,\n        'wind': 11.954,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.272,\n        'coal': 1407.573,\n        'gas': 1961.97,\n        'hydro': 4087.519,\n        'oil': 426.622,\n        'solar': 0.0,\n        'wind': 11.948,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.759,\n        'coal': 1410.695,\n        'gas': 1938.098,\n        'hydro': 4122.767,\n        'oil': 348.665,\n        'solar': 0.0,\n        'wind': 10.192,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.341,\n        'coal': 1417.008,\n        'gas': 1881.142,\n        'hydro': 4119.984,\n        'oil': 319.329,\n        'solar': 0.273,\n        'wind': 8.201,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.028,\n        'coal': 1413.932,\n        'gas': 1874.514,\n        'hydro': 4054.488,\n        'oil': 213.975,\n        'solar': 48.337,\n        'wind': 6.987,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.71,\n        'coal': 1404.395,\n        'gas': 1820.358,\n        'hydro': 4144.338,\n        'oil': 212.114,\n        'solar': 323.339,\n        'wind': 3.578,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.098,\n        'coal': 1401.62,\n        'gas': 1941.934,\n        'hydro': 4099.397,\n        'oil': 165.777,\n        'solar': 594.382,\n        'wind': 2.771,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.926,\n        'coal': 1401.263,\n        'gas': 1965.812,\n        'hydro': 3925.883,\n        'oil': 166.014,\n        'solar': 996.463,\n        'wind': 2.591,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.056,\n        'coal': 1392.98,\n        'gas': 1911.45,\n        'hydro': 4040.808,\n        'oil': 166.577,\n        'solar': 1158.699,\n        'wind': 10.751,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.197,\n        'coal': 1397.012,\n        'gas': 2137.041,\n        'hydro': 4374.794,\n        'oil': 167.44,\n        'solar': 988.588,\n        'wind': 19.525,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.861,\n        'coal': 1403.057,\n        'gas': 2292.676,\n        'hydro': 4227.062,\n        'oil': 228.655,\n        'solar': 1015.81,\n        'wind': 22.173,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.981,\n        'coal': 1403.822,\n        'gas': 2328.16,\n        'hydro': 4319.792,\n        'oil': 165.729,\n        'solar': 870.339,\n        'wind': 22.531,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.954,\n        'coal': 1406.519,\n        'gas': 2470.56,\n        'hydro': 4320.919,\n        'oil': 166.527,\n        'solar': 715.295,\n        'wind': 21.955,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.045,\n        'coal': 1404.498,\n        'gas': 2430.831,\n        'hydro': 4562.111,\n        'oil': 254.56,\n        'solar': 391.45,\n        'wind': 20.227,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.332,\n        'coal': 1406.236,\n        'gas': 2405.644,\n        'hydro': 4776.414,\n        'oil': 226.296,\n        'solar': 217.294,\n        'wind': 17.558,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.193,\n        'coal': 1417.614,\n        'gas': 2352.43,\n        'hydro': 5082.381,\n        'oil': 331.678,\n        'solar': 32.694,\n        'wind': 13.514,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.978,\n        'coal': 1421.309,\n        'gas': 2357.479,\n        'hydro': 5666.625,\n        'oil': 386.581,\n        'solar': 0.002,\n        'wind': 12.001,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.957,\n        'coal': 1406.929,\n        'gas': 2495.044,\n        'hydro': 5503.422,\n        'oil': 454.316,\n        'solar': 0.0,\n        'wind': 12.316,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.41,\n        'coal': 1400.547,\n        'gas': 2483.823,\n        'hydro': 5382.436,\n        'oil': 497.726,\n        'solar': 0.0,\n        'wind': 14.13,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.953,\n        'coal': 1417.597,\n        'gas': 2481.196,\n        'hydro': 5182.911,\n        'oil': 545.898,\n        'solar': 0.0,\n        'wind': 14.049,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.525,\n        'coal': 1397.33,\n        'gas': 2477.861,\n        'hydro': 5002.254,\n        'oil': 426.592,\n        'solar': 0.0,\n        'wind': 9.35,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 22, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.818,\n        'coal': 1410.9,\n        'gas': 2451.015,\n        'hydro': 4636.438,\n        'oil': 346.934,\n        'solar': 0.0,\n        'wind': 10.062,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.756,\n        'coal': 1420.666,\n        'gas': 2241.657,\n        'hydro': 4671.438,\n        'oil': 156.302,\n        'solar': 0.0,\n        'wind': 9.397,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.329,\n        'coal': 1410.261,\n        'gas': 1693.698,\n        'hydro': 5049.58,\n        'oil': 64.682,\n        'solar': 0.0,\n        'wind': 8.499,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.373,\n        'coal': 1419.354,\n        'gas': 1475.763,\n        'hydro': 4973.282,\n        'oil': 64.002,\n        'solar': 0.0,\n        'wind': 12.252,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.423,\n        'coal': 1421.431,\n        'gas': 1097.407,\n        'hydro': 4955.377,\n        'oil': 63.706,\n        'solar': 0.0,\n        'wind': 11.031,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.757,\n        'coal': 1421.087,\n        'gas': 1164.999,\n        'hydro': 4957.079,\n        'oil': 64.478,\n        'solar': 0.0,\n        'wind': 3.671,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.975,\n        'coal': 1419.408,\n        'gas': 1325.044,\n        'hydro': 4995.704,\n        'oil': 64.531,\n        'solar': 0.265,\n        'wind': 4.209,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.241,\n        'coal': 1418.933,\n        'gas': 1465.518,\n        'hydro': 5057.176,\n        'oil': 64.619,\n        'solar': 31.93,\n        'wind': 4.807,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.387,\n        'coal': 1410.843,\n        'gas': 1623.376,\n        'hydro': 5394.127,\n        'oil': 67.079,\n        'solar': 209.092,\n        'wind': 2.732,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.066,\n        'coal': 1407.307,\n        'gas': 1760.426,\n        'hydro': 5620.978,\n        'oil': 125.556,\n        'solar': 479.39,\n        'wind': 2.776,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.499,\n        'coal': 1406.81,\n        'gas': 1769.469,\n        'hydro': 5603.336,\n        'oil': 183.148,\n        'solar': 799.436,\n        'wind': 5.885,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.896,\n        'coal': 1396.627,\n        'gas': 1815.52,\n        'hydro': 5589.398,\n        'oil': 248.478,\n        'solar': 924.955,\n        'wind': 14.677,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.134,\n        'coal': 1382.899,\n        'gas': 1874.55,\n        'hydro': 5622.895,\n        'oil': 345.14,\n        'solar': 1001.888,\n        'wind': 18.997,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.843,\n        'coal': 1367.519,\n        'gas': 1967.941,\n        'hydro': 5578.725,\n        'oil': 367.417,\n        'solar': 916.789,\n        'wind': 22.008,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.186,\n        'coal': 1346.385,\n        'gas': 2023.07,\n        'hydro': 5604.99,\n        'oil': 384.797,\n        'solar': 895.785,\n        'wind': 20.134,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.054,\n        'coal': 1362.433,\n        'gas': 2197.777,\n        'hydro': 5593.675,\n        'oil': 392.624,\n        'solar': 866.783,\n        'wind': 21.689,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.098,\n        'coal': 1328.587,\n        'gas': 2212.655,\n        'hydro': 5878.701,\n        'oil': 351.066,\n        'solar': 642.044,\n        'wind': 21.95,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.802,\n        'coal': 1326.615,\n        'gas': 2410.493,\n        'hydro': 5859.442,\n        'oil': 447.848,\n        'solar': 282.467,\n        'wind': 20.585,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.257,\n        'coal': 1338.472,\n        'gas': 2534.007,\n        'hydro': 5833.538,\n        'oil': 431.43,\n        'solar': 38.815,\n        'wind': 22.15,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.231,\n        'coal': 1362.351,\n        'gas': 2529.782,\n        'hydro': 6023.029,\n        'oil': 582.254,\n        'solar': 0.006,\n        'wind': 20.965,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.526,\n        'coal': 1376.27,\n        'gas': 2535.241,\n        'hydro': 6081.292,\n        'oil': 444.525,\n        'solar': 0.0,\n        'wind': 18.245,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.604,\n        'coal': 1375.901,\n        'gas': 2538.268,\n        'hydro': 5932.486,\n        'oil': 413.094,\n        'solar': 0.0,\n        'wind': 18.151,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.043,\n        'coal': 1379.506,\n        'gas': 2535.406,\n        'hydro': 5674.177,\n        'oil': 344.542,\n        'solar': 0.0,\n        'wind': 17.7,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.11,\n        'coal': 1390.59,\n        'gas': 2533.142,\n        'hydro': 5130.95,\n        'oil': 331.906,\n        'solar': 0.0,\n        'wind': 18.572,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.308,\n        'coal': 1406.626,\n        'gas': 2328.707,\n        'hydro': 4813.237,\n        'oil': 331.35,\n        'solar': 0.0,\n        'wind': 20.391,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.673,\n        'coal': 1421.013,\n        'gas': 2059.029,\n        'hydro': 4707.576,\n        'oil': 252.802,\n        'solar': 0.0,\n        'wind': 19.973,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.063,\n        'coal': 1417.426,\n        'gas': 1503.069,\n        'hydro': 4949.94,\n        'oil': 206.193,\n        'solar': 0.0,\n        'wind': 12.558,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.694,\n        'coal': 1429.311,\n        'gas': 1280.254,\n        'hydro': 4936.128,\n        'oil': 96.982,\n        'solar': 0.0,\n        'wind': 5.124,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.576,\n        'coal': 1429.775,\n        'gas': 935.477,\n        'hydro': 5209.522,\n        'oil': 54.711,\n        'solar': 0.0,\n        'wind': 2.822,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.277,\n        'coal': 1428.566,\n        'gas': 988.957,\n        'hydro': 5168.181,\n        'oil': 59.082,\n        'solar': 0.0,\n        'wind': 5.116,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.982,\n        'coal': 1432.567,\n        'gas': 1080.448,\n        'hydro': 5319.758,\n        'oil': 69.057,\n        'solar': 0.412,\n        'wind': 4.178,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.549,\n        'coal': 1431.248,\n        'gas': 1095.693,\n        'hydro': 5337.87,\n        'oil': 74.424,\n        'solar': 44.788,\n        'wind': 6.137,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 129.746,\n        'coal': 1422.247,\n        'gas': 1138.392,\n        'hydro': 5419.527,\n        'oil': 132.792,\n        'solar': 296.205,\n        'wind': 10.605,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 130.985,\n        'coal': 1418.869,\n        'gas': 1257.156,\n        'hydro': 5475.501,\n        'oil': 171.966,\n        'solar': 697.088,\n        'wind': 9.309,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 131.666,\n        'coal': 1414.947,\n        'gas': 1282.574,\n        'hydro': 5526.099,\n        'oil': 186.718,\n        'solar': 993.567,\n        'wind': 7.953,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.026,\n        'coal': 1415.838,\n        'gas': 1278.255,\n        'hydro': 5649.072,\n        'oil': 236.08,\n        'solar': 1031.19,\n        'wind': 12.101,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.929,\n        'coal': 1414.153,\n        'gas': 1271.743,\n        'hydro': 5629.629,\n        'oil': 271.631,\n        'solar': 1171.945,\n        'wind': 17.001,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.027,\n        'coal': 1414.57,\n        'gas': 1288.618,\n        'hydro': 5466.942,\n        'oil': 317.377,\n        'solar': 1203.925,\n        'wind': 18.024,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.634,\n        'coal': 1412.128,\n        'gas': 1316.288,\n        'hydro': 5333.155,\n        'oil': 338.232,\n        'solar': 1143.505,\n        'wind': 19.401,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 116.882,\n        'coal': 1411.424,\n        'gas': 1447.836,\n        'hydro': 5134.346,\n        'oil': 337.737,\n        'solar': 1038.141,\n        'wind': 22.024,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.6,\n        'coal': 1416.105,\n        'gas': 1477.373,\n        'hydro': 5220.615,\n        'oil': 329.775,\n        'solar': 838.224,\n        'wind': 21.971,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.287,\n        'coal': 1416.148,\n        'gas': 1583.854,\n        'hydro': 5502.631,\n        'oil': 351.041,\n        'solar': 386.859,\n        'wind': 22.413,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.721,\n        'coal': 1422.858,\n        'gas': 1663.324,\n        'hydro': 5828.705,\n        'oil': 401.51,\n        'solar': 47.048,\n        'wind': 21.71,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.792,\n        'coal': 1421.254,\n        'gas': 1667.39,\n        'hydro': 6554.272,\n        'oil': 489.502,\n        'solar': 0.019,\n        'wind': 20.85,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.332,\n        'coal': 1419.148,\n        'gas': 1540.657,\n        'hydro': 6622.259,\n        'oil': 493.756,\n        'solar': 0.0,\n        'wind': 19.669,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.199,\n        'coal': 1421.542,\n        'gas': 1310.401,\n        'hydro': 6208.633,\n        'oil': 456.341,\n        'solar': 0.0,\n        'wind': 14.767,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 127.466,\n        'coal': 1426.116,\n        'gas': 1222.465,\n        'hydro': 5962.511,\n        'oil': 273.734,\n        'solar': 0.0,\n        'wind': 9.412,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.896,\n        'coal': 1426.228,\n        'gas': 1214.673,\n        'hydro': 5612.197,\n        'oil': 189.853,\n        'solar': 0.0,\n        'wind': 12.726,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 24, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.824,\n        'coal': 1427.201,\n        'gas': 1194.313,\n        'hydro': 5371.181,\n        'oil': 157.315,\n        'solar': 0.0,\n        'wind': 15.898,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.698,\n        'coal': 1322.619,\n        'gas': 1137.379,\n        'hydro': 5306.166,\n        'oil': 75.408,\n        'solar': 0.0,\n        'wind': 15.643,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.478,\n        'coal': 1380.056,\n        'gas': 910.909,\n        'hydro': 5330.369,\n        'oil': 54.84,\n        'solar': 0.0,\n        'wind': 13.58,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.839,\n        'coal': 1391.554,\n        'gas': 830.791,\n        'hydro': 5040.42,\n        'oil': 54.75,\n        'solar': 0.0,\n        'wind': 18.573,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.441,\n        'coal': 1405.09,\n        'gas': 722.338,\n        'hydro': 4941.981,\n        'oil': 54.996,\n        'solar': 0.0,\n        'wind': 16.893,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 125.887,\n        'coal': 1405.472,\n        'gas': 608.426,\n        'hydro': 4937.273,\n        'oil': 55.025,\n        'solar': 0.0,\n        'wind': 17.59,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.163,\n        'coal': 1319.759,\n        'gas': 542.357,\n        'hydro': 4976.523,\n        'oil': 54.976,\n        'solar': 0.374,\n        'wind': 13.162,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 128.936,\n        'coal': 1141.973,\n        'gas': 538.436,\n        'hydro': 4728.95,\n        'oil': 55.102,\n        'solar': 58.802,\n        'wind': 9.998,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.051,\n        'coal': 945.655,\n        'gas': 547.52,\n        'hydro': 4515.167,\n        'oil': 54.836,\n        'solar': 445.208,\n        'wind': 18.004,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.568,\n        'coal': 904.069,\n        'gas': 547.796,\n        'hydro': 4201.809,\n        'oil': 55.172,\n        'solar': 975.889,\n        'wind': 16.116,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 122.867,\n        'coal': 998.577,\n        'gas': 543.117,\n        'hydro': 4096.524,\n        'oil': 54.3,\n        'solar': 1254.426,\n        'wind': 20.051,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.803,\n        'coal': 1069.952,\n        'gas': 547.173,\n        'hydro': 4404.715,\n        'oil': 54.635,\n        'solar': 1365.71,\n        'wind': 18.422,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.584,\n        'coal': 1056.315,\n        'gas': 601.885,\n        'hydro': 4659.12,\n        'oil': 55.113,\n        'solar': 1370.781,\n        'wind': 18.42,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.213,\n        'coal': 1228.828,\n        'gas': 706.016,\n        'hydro': 4826.557,\n        'oil': 55.006,\n        'solar': 1291.355,\n        'wind': 19.841,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 119.492,\n        'coal': 1335.425,\n        'gas': 828.519,\n        'hydro': 4852.758,\n        'oil': 55.17,\n        'solar': 1195.301,\n        'wind': 22.179,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.617,\n        'coal': 1367.327,\n        'gas': 923.023,\n        'hydro': 4871.882,\n        'oil': 55.189,\n        'solar': 1082.461,\n        'wind': 22.904,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.795,\n        'coal': 1400.542,\n        'gas': 1031.346,\n        'hydro': 4928.541,\n        'oil': 55.261,\n        'solar': 862.189,\n        'wind': 22.978,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.458,\n        'coal': 1420.176,\n        'gas': 1100.609,\n        'hydro': 5273.345,\n        'oil': 54.862,\n        'solar': 448.936,\n        'wind': 22.799,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.409,\n        'coal': 1428.231,\n        'gas': 1167.78,\n        'hydro': 5689.533,\n        'oil': 54.795,\n        'solar': 67.31,\n        'wind': 21.454,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.672,\n        'coal': 1435.176,\n        'gas': 1185.151,\n        'hydro': 6537.507,\n        'oil': 54.896,\n        'solar': 0.025,\n        'wind': 16.469,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.83,\n        'coal': 1436.952,\n        'gas': 1246.964,\n        'hydro': 6592.31,\n        'oil': 55.008,\n        'solar': 0.0,\n        'wind': 19.808,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.384,\n        'coal': 1433.555,\n        'gas': 1186.955,\n        'hydro': 6568.941,\n        'oil': 55.11,\n        'solar': 0.0,\n        'wind': 19.733,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.168,\n        'coal': 1435.794,\n        'gas': 1244.272,\n        'hydro': 6319.167,\n        'oil': 55.096,\n        'solar': 0.0,\n        'wind': 17.035,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.904,\n        'coal': 1436.245,\n        'gas': 1341.018,\n        'hydro': 5935.331,\n        'oil': 55.113,\n        'solar': 0.0,\n        'wind': 14.524,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.03,\n        'coal': 1435.141,\n        'gas': 1191.01,\n        'hydro': 5727.251,\n        'oil': 55.167,\n        'solar': 0.0,\n        'wind': 17.139,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 124.793,\n        'coal': 1256.253,\n        'gas': 971.314,\n        'hydro': 5513.498,\n        'oil': 55.178,\n        'solar': 0.0,\n        'wind': 19.45,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 126.562,\n        'coal': 1004.754,\n        'gas': 959.561,\n        'hydro': 5540.112,\n        'oil': 55.159,\n        'solar': 0.0,\n        'wind': 19.268,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.521,\n        'coal': 937.789,\n        'gas': 960.815,\n        'hydro': 5475.128,\n        'oil': 55.14,\n        'solar': 0.0,\n        'wind': 16.401,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 121.679,\n        'coal': 1032.866,\n        'gas': 959.53,\n        'hydro': 5479.226,\n        'oil': 54.88,\n        'solar': 0.0,\n        'wind': 9.38,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.144,\n        'coal': 1082.051,\n        'gas': 959.317,\n        'hydro': 5332.415,\n        'oil': 55.167,\n        'solar': 0.0,\n        'wind': 8.341,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 123.264,\n        'coal': 974.298,\n        'gas': 960.294,\n        'hydro': 5627.193,\n        'oil': 54.643,\n        'solar': 0.375,\n        'wind': 6.638,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 120.857,\n        'coal': 1173.82,\n        'gas': 959.581,\n        'hydro': 5607.904,\n        'oil': 55.176,\n        'solar': 67.53,\n        'wind': 6.166,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.255,\n        'coal': 1308.644,\n        'gas': 987.151,\n        'hydro': 5628.5,\n        'oil': 54.783,\n        'solar': 452.597,\n        'wind': 5.966,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.531,\n        'coal': 1387.176,\n        'gas': 1159.106,\n        'hydro': 5814.366,\n        'oil': 60.071,\n        'solar': 791.921,\n        'wind': 7.756,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.855,\n        'coal': 1392.074,\n        'gas': 1096.445,\n        'hydro': 5915.383,\n        'oil': 116.446,\n        'solar': 1051.617,\n        'wind': 9.971,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.527,\n        'coal': 1394.548,\n        'gas': 1070.327,\n        'hydro': 6209.98,\n        'oil': 68.959,\n        'solar': 1200.185,\n        'wind': 12.576,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 112.796,\n        'coal': 1386.998,\n        'gas': 1300.706,\n        'hydro': 6317.914,\n        'oil': 96.595,\n        'solar': 1219.773,\n        'wind': 18.858,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.635,\n        'coal': 1386.641,\n        'gas': 1372.463,\n        'hydro': 6349.663,\n        'oil': 101.128,\n        'solar': 1190.867,\n        'wind': 22.493,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.587,\n        'coal': 1388.196,\n        'gas': 1345.262,\n        'hydro': 6683.193,\n        'oil': 76.488,\n        'solar': 1032.224,\n        'wind': 22.766,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.704,\n        'coal': 1384.735,\n        'gas': 1342.018,\n        'hydro': 6925.653,\n        'oil': 152.728,\n        'solar': 846.628,\n        'wind': 22.79,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.067,\n        'coal': 1375.885,\n        'gas': 1386.731,\n        'hydro': 7139.326,\n        'oil': 157.043,\n        'solar': 562.821,\n        'wind': 22.863,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.998,\n        'coal': 1373.125,\n        'gas': 1485.539,\n        'hydro': 7198.18,\n        'oil': 157.34,\n        'solar': 248.557,\n        'wind': 21.952,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.956,\n        'coal': 1400.45,\n        'gas': 1529.79,\n        'hydro': 7250.55,\n        'oil': 157.326,\n        'solar': 27.104,\n        'wind': 20.42,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 108.257,\n        'coal': 1416.334,\n        'gas': 1519.398,\n        'hydro': 7807.679,\n        'oil': 157.481,\n        'solar': 0.014,\n        'wind': 17.416,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.946,\n        'coal': 1417.677,\n        'gas': 1484.381,\n        'hydro': 7828.416,\n        'oil': 157.359,\n        'solar': 0.0,\n        'wind': 18.376,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 109.516,\n        'coal': 1418.016,\n        'gas': 1437.235,\n        'hydro': 7589.578,\n        'oil': 155.963,\n        'solar': 0.0,\n        'wind': 16.564,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.037,\n        'coal': 1422.138,\n        'gas': 1412.752,\n        'hydro': 7289.345,\n        'oil': 94.989,\n        'solar': 0.0,\n        'wind': 14.105,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.533,\n        'coal': 1419.407,\n        'gas': 1366.864,\n        'hydro': 6859.058,\n        'oil': 54.83,\n        'solar': 0.0,\n        'wind': 10.936,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 117.647,\n        'coal': 1420.427,\n        'gas': 1278.68,\n        'hydro': 6464.973,\n        'oil': 51.326,\n        'solar': 0.0,\n        'wind': 8.293,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 113.781,\n        'coal': 1350.947,\n        'gas': 1002.514,\n        'hydro': 6226.465,\n        'solar': 0.0,\n        'wind': 6.856,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 115.241,\n        'coal': 1194.192,\n        'gas': 913.04,\n        'hydro': 6158.248,\n        'solar': 0.0,\n        'wind': 5.909,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 114.028,\n        'coal': 1073.438,\n        'gas': 867.095,\n        'hydro': 6139.267,\n        'solar': 0.0,\n        'wind': 6.452,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.241,\n        'coal': 1029.909,\n        'gas': 855.593,\n        'hydro': 6080.96,\n        'solar': 0.0,\n        'wind': 6.524,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 107.974,\n        'coal': 881.591,\n        'gas': 876.835,\n        'hydro': 6088.964,\n        'solar': 0.0,\n        'wind': 6.485,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 111.196,\n        'coal': 840.146,\n        'gas': 879.261,\n        'hydro': 6366.923,\n        'solar': 0.551,\n        'wind': 6.555,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 110.299,\n        'coal': 866.547,\n        'gas': 899.727,\n        'hydro': 6318.522,\n        'solar': 42.278,\n        'wind': 4.369,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 99.457,\n        'coal': 980.88,\n        'gas': 935.376,\n        'hydro': 6480.479,\n        'solar': 295.152,\n        'wind': 3.547,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.241,\n        'coal': 1120.49,\n        'gas': 781.598,\n        'hydro': 7000.979,\n        'solar': 585.649,\n        'wind': 2.711,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.644,\n        'coal': 1311.887,\n        'gas': 774.021,\n        'hydro': 6812.27,\n        'solar': 855.55,\n        'wind': 1.468,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 104.447,\n        'coal': 1341.294,\n        'gas': 794.959,\n        'hydro': 6862.695,\n        'solar': 1013.402,\n        'wind': 10.534,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 102.736,\n        'coal': 1336.018,\n        'gas': 883.65,\n        'hydro': 7105.126,\n        'solar': 1018.572,\n        'wind': 16.161,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 95.318,\n        'coal': 1324.255,\n        'gas': 902.924,\n        'hydro': 7096.655,\n        'solar': 1035.337,\n        'wind': 19.084,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.455,\n        'coal': 1337.83,\n        'gas': 1034.546,\n        'hydro': 7081.178,\n        'solar': 889.818,\n        'wind': 21.853,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 89.871,\n        'coal': 1337.098,\n        'gas': 1085.658,\n        'hydro': 7200.603,\n        'solar': 789.822,\n        'wind': 22.257,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.914,\n        'coal': 1336.69,\n        'gas': 1140.976,\n        'hydro': 7355.465,\n        'solar': 601.721,\n        'wind': 22.87,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.571,\n        'coal': 1339.716,\n        'gas': 1142.707,\n        'hydro': 7489.633,\n        'solar': 337.131,\n        'wind': 22.761,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.752,\n        'coal': 1346.573,\n        'gas': 1261.253,\n        'hydro': 7608.183,\n        'solar': 45.138,\n        'wind': 21.135,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.531,\n        'coal': 1349.639,\n        'gas': 1413.63,\n        'hydro': 8061.135,\n        'solar': 0.008,\n        'wind': 15.817,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.491,\n        'coal': 1414.664,\n        'gas': 1436.591,\n        'hydro': 7961.207,\n        'solar': 0.0,\n        'wind': 13.709,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.782,\n        'coal': 1421.233,\n        'gas': 1292.893,\n        'hydro': 7849.098,\n        'solar': 0.0,\n        'wind': 12.026,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.666,\n        'coal': 1423.164,\n        'gas': 1188.075,\n        'hydro': 7586.683,\n        'solar': 0.0,\n        'wind': 10.172,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.068,\n        'coal': 1424.625,\n        'gas': 1016.242,\n        'hydro': 7241.896,\n        'solar': 0.0,\n        'wind': 9.461,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 27, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.382,\n        'coal': 1419.928,\n        'gas': 893.083,\n        'hydro': 6908.33,\n        'solar': 0.0,\n        'wind': 10.243,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.267,\n        'coal': 1399.781,\n        'gas': 1001.671,\n        'hydro': 6322.917,\n        'solar': 0.0,\n        'wind': 11.249,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.937,\n        'coal': 1366.539,\n        'gas': 861.803,\n        'hydro': 6169.98,\n        'solar': 0.0,\n        'wind': 7.887,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.71,\n        'coal': 1284.878,\n        'gas': 780.196,\n        'hydro': 6107.518,\n        'solar': 0.0,\n        'wind': 6.28,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.056,\n        'coal': 1197.896,\n        'gas': 779.669,\n        'hydro': 6050.064,\n        'solar': 0.0,\n        'wind': 5.956,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.238,\n        'coal': 1164.856,\n        'gas': 780.578,\n        'hydro': 5942.444,\n        'solar': 0.0,\n        'wind': 6.272,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.665,\n        'coal': 1201.326,\n        'gas': 760.071,\n        'hydro': 5940.872,\n        'solar': 0.039,\n        'wind': 5.88,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.265,\n        'coal': 1201.534,\n        'gas': 740.869,\n        'hydro': 5971.08,\n        'solar': 35.572,\n        'wind': 4.046,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 88.513,\n        'coal': 1210.624,\n        'gas': 741.107,\n        'hydro': 6172.931,\n        'solar': 217.715,\n        'wind': 2.292,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 86.482,\n        'coal': 1310.908,\n        'gas': 831.463,\n        'hydro': 6342.014,\n        'solar': 608.109,\n        'wind': 8.765,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 80.714,\n        'coal': 1318.134,\n        'gas': 838.514,\n        'hydro': 6319.386,\n        'solar': 929.677,\n        'wind': 10.837,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 84.985,\n        'coal': 1316.183,\n        'gas': 845.269,\n        'hydro': 6464.112,\n        'solar': 1052.109,\n        'wind': 17.971,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 84.344,\n        'coal': 1318.212,\n        'gas': 845.115,\n        'hydro': 6698.728,\n        'solar': 966.441,\n        'wind': 19.003,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 86.002,\n        'coal': 1316.175,\n        'gas': 891.585,\n        'hydro': 6546.433,\n        'solar': 1030.107,\n        'wind': 19.353,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 88.227,\n        'coal': 1314.141,\n        'gas': 933.494,\n        'hydro': 6558.076,\n        'solar': 961.194,\n        'wind': 20.594,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 82.188,\n        'coal': 1312.008,\n        'gas': 1009.201,\n        'hydro': 6720.575,\n        'solar': 727.95,\n        'wind': 21.053,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 95.575,\n        'coal': 1312.232,\n        'gas': 1008.311,\n        'hydro': 6920.953,\n        'solar': 430.0,\n        'wind': 22.142,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.344,\n        'coal': 1309.306,\n        'gas': 978.7,\n        'hydro': 7149.266,\n        'solar': 200.15,\n        'wind': 22.225,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 96.209,\n        'coal': 1314.593,\n        'gas': 920.164,\n        'hydro': 7432.039,\n        'solar': 30.657,\n        'wind': 10.722,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.959,\n        'coal': 1318.295,\n        'gas': 929.057,\n        'hydro': 8052.228,\n        'solar': 0.012,\n        'wind': 2.639,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.11,\n        'coal': 1362.766,\n        'gas': 1051.174,\n        'hydro': 7826.202,\n        'solar': 0.0,\n        'wind': 9.471,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.951,\n        'coal': 1362.42,\n        'gas': 1133.786,\n        'hydro': 7539.882,\n        'solar': 0.0,\n        'wind': 6.68,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.966,\n        'coal': 1361.723,\n        'gas': 1141.25,\n        'hydro': 7231.819,\n        'solar': 0.0,\n        'wind': 6.973,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 99.593,\n        'coal': 1361.576,\n        'gas': 1109.663,\n        'hydro': 6824.106,\n        'solar': 0.0,\n        'wind': 5.779,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 28, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.688,\n        'coal': 1361.189,\n        'gas': 1095.855,\n        'hydro': 6435.277,\n        'solar': 0.0,\n        'wind': 7.817,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.089,\n        'coal': 1361.189,\n        'gas': 1031.11,\n        'hydro': 6061.402,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 6.273,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.011,\n        'coal': 1318.035,\n        'gas': 786.884,\n        'hydro': 6050.333,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 6.558,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.019,\n        'coal': 1345.028,\n        'gas': 592.728,\n        'hydro': 6017.685,\n        'oil': 11.865,\n        'solar': 0.0,\n        'wind': 3.647,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.446,\n        'coal': 1267.569,\n        'gas': 571.281,\n        'hydro': 5915.96,\n        'oil': 16.719,\n        'solar': 0.0,\n        'wind': 4.689,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.417,\n        'coal': 1182.268,\n        'gas': 464.914,\n        'hydro': 6031.175,\n        'oil': 36.298,\n        'solar': 0.0,\n        'wind': 4.809,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.795,\n        'coal': 1060.916,\n        'gas': 429.638,\n        'hydro': 6145.956,\n        'oil': 41.983,\n        'solar': 0.145,\n        'wind': 4.376,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 106.193,\n        'coal': 916.878,\n        'gas': 382.97,\n        'hydro': 5963.615,\n        'oil': 53.121,\n        'solar': 24.334,\n        'wind': 2.559,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 105.109,\n        'coal': 742.821,\n        'gas': 354.569,\n        'hydro': 5963.757,\n        'oil': 53.681,\n        'solar': 235.544,\n        'wind': 0.742,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.699,\n        'coal': 698.994,\n        'gas': 351.936,\n        'hydro': 5986.833,\n        'oil': 53.274,\n        'solar': 616.8,\n        'wind': 0.303,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 103.503,\n        'coal': 800.273,\n        'gas': 349.077,\n        'hydro': 6032.933,\n        'oil': 54.624,\n        'solar': 938.725,\n        'wind': 1.742,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 98.578,\n        'coal': 897.323,\n        'gas': 347.822,\n        'hydro': 6195.002,\n        'oil': 54.042,\n        'solar': 1127.231,\n        'wind': 8.372,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 91.955,\n        'coal': 996.575,\n        'gas': 349.444,\n        'hydro': 6329.733,\n        'oil': 54.337,\n        'solar': 1167.81,\n        'wind': 9.609,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 91.967,\n        'coal': 1061.741,\n        'gas': 365.282,\n        'hydro': 6286.378,\n        'oil': 54.43,\n        'solar': 1207.653,\n        'wind': 17.281,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 89.45,\n        'coal': 1134.358,\n        'gas': 368.525,\n        'hydro': 6272.178,\n        'oil': 54.029,\n        'solar': 1213.445,\n        'wind': 21.003,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.794,\n        'coal': 1111.489,\n        'gas': 436.502,\n        'hydro': 6413.072,\n        'oil': 54.48,\n        'solar': 1018.355,\n        'wind': 21.155,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 88.184,\n        'coal': 1114.683,\n        'gas': 496.919,\n        'hydro': 6544.101,\n        'oil': 54.872,\n        'solar': 776.031,\n        'wind': 21.356,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.616,\n        'coal': 1134.37,\n        'gas': 601.083,\n        'hydro': 6756.332,\n        'oil': 54.541,\n        'solar': 393.936,\n        'wind': 22.992,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 89.205,\n        'coal': 1144.352,\n        'gas': 774.929,\n        'hydro': 7010.689,\n        'oil': 54.567,\n        'solar': 47.047,\n        'wind': 22.715,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 93.869,\n        'coal': 1197.262,\n        'gas': 925.389,\n        'hydro': 7570.985,\n        'oil': 54.831,\n        'solar': 0.014,\n        'wind': 20.42,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 100.76,\n        'coal': 1194.416,\n        'gas': 978.747,\n        'hydro': 7657.346,\n        'oil': 54.604,\n        'solar': 0.0,\n        'wind': 13.382,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 97.321,\n        'coal': 1199.809,\n        'gas': 981.998,\n        'hydro': 7536.307,\n        'oil': 54.566,\n        'solar': 0.0,\n        'wind': 6.708,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.2,\n        'coal': 1204.878,\n        'gas': 890.175,\n        'hydro': 7396.612,\n        'oil': 54.536,\n        'solar': 0.0,\n        'wind': 4.919,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 101.35,\n        'coal': 1208.779,\n        'gas': 776.517,\n        'hydro': 7084.529,\n        'oil': 54.468,\n        'solar': 0.0,\n        'wind': 5.877,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 29, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 93.683,\n        'coal': 1205.773,\n        'gas': 721.585,\n        'hydro': 6677.339,\n        'oil': 54.424,\n        'solar': 0.0,\n        'wind': 5.91,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.146,\n        'coal': 1171.882,\n        'gas': 673.613,\n        'hydro': 6103.958,\n        'oil': 54.614,\n        'solar': 0.0,\n        'wind': 7.21,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 93.452,\n        'coal': 1079.482,\n        'gas': 617.575,\n        'hydro': 5984.405,\n        'oil': 54.612,\n        'solar': 0.0,\n        'wind': 4.287,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.27,\n        'coal': 1006.151,\n        'gas': 617.21,\n        'hydro': 5808.556,\n        'oil': 54.467,\n        'solar': 0.0,\n        'wind': 2.112,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.412,\n        'coal': 940.071,\n        'gas': 620.498,\n        'hydro': 5767.587,\n        'oil': 54.576,\n        'solar': 0.0,\n        'wind': 2.997,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 93.942,\n        'coal': 856.803,\n        'gas': 600.72,\n        'hydro': 5908.032,\n        'oil': 54.655,\n        'solar': 0.0,\n        'wind': 2.501,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 95.92,\n        'coal': 1005.262,\n        'gas': 581.004,\n        'hydro': 5926.514,\n        'oil': 54.554,\n        'solar': 0.122,\n        'wind': 1.238,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.61,\n        'coal': 1057.518,\n        'gas': 581.722,\n        'hydro': 5932.392,\n        'oil': 54.561,\n        'solar': 40.337,\n        'wind': 0.573,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.445,\n        'coal': 1149.871,\n        'gas': 598.204,\n        'hydro': 5950.625,\n        'oil': 54.577,\n        'solar': 309.084,\n        'wind': 0.402,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 72.004,\n        'coal': 1158.103,\n        'gas': 678.928,\n        'hydro': 6234.495,\n        'oil': 54.566,\n        'solar': 606.842,\n        'wind': 2.701,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 76.172,\n        'coal': 1161.837,\n        'gas': 822.507,\n        'hydro': 6449.807,\n        'oil': 54.622,\n        'solar': 803.368,\n        'wind': 6.283,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 76.968,\n        'coal': 1197.976,\n        'gas': 883.881,\n        'hydro': 6410.489,\n        'oil': 54.667,\n        'solar': 985.984,\n        'wind': 6.01,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 76.315,\n        'coal': 1168.99,\n        'gas': 895.954,\n        'hydro': 6586.322,\n        'oil': 54.652,\n        'solar': 1114.842,\n        'wind': 4.508,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 74.463,\n        'coal': 1165.681,\n        'gas': 896.766,\n        'hydro': 6670.846,\n        'oil': 54.683,\n        'solar': 1108.76,\n        'wind': 15.889,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 71.711,\n        'coal': 1162.417,\n        'gas': 883.432,\n        'hydro': 6741.734,\n        'oil': 54.609,\n        'solar': 1081.401,\n        'wind': 19.755,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 69.582,\n        'coal': 1175.986,\n        'gas': 879.378,\n        'hydro': 6900.429,\n        'oil': 54.689,\n        'solar': 964.9,\n        'wind': 22.366,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 70.684,\n        'coal': 1194.973,\n        'gas': 857.728,\n        'hydro': 6998.097,\n        'oil': 54.687,\n        'solar': 831.72,\n        'wind': 21.91,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 63.2,\n        'coal': 1159.621,\n        'gas': 961.146,\n        'hydro': 7143.106,\n        'oil': 54.353,\n        'solar': 485.991,\n        'wind': 20.719,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 59.538,\n        'coal': 1166.53,\n        'gas': 1066.514,\n        'hydro': 7396.758,\n        'oil': 54.76,\n        'solar': 65.333,\n        'wind': 20.067,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 60.774,\n        'coal': 1213.239,\n        'gas': 1136.548,\n        'hydro': 7900.846,\n        'oil': 54.918,\n        'solar': 0.018,\n        'wind': 16.894,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 62.468,\n        'coal': 1203.594,\n        'gas': 1141.897,\n        'hydro': 7917.887,\n        'oil': 54.559,\n        'solar': 0.0,\n        'wind': 14.011,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 65.822,\n        'coal': 1197.908,\n        'gas': 1143.516,\n        'hydro': 7632.133,\n        'oil': 54.829,\n        'solar': 0.002,\n        'wind': 8.421,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 65.499,\n        'coal': 1175.03,\n        'gas': 1005.355,\n        'hydro': 7188.076,\n        'oil': 54.68,\n        'solar': 0.002,\n        'wind': 9.055,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 63.577,\n        'coal': 1177.046,\n        'gas': 938.997,\n        'hydro': 6800.433,\n        'oil': 54.864,\n        'solar': 0.002,\n        'wind': 12.017,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 30, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 62.551,\n        'coal': 1173.154,\n        'gas': 938.898,\n        'hydro': 6341.954,\n        'oil': 55.036,\n        'solar': 0.002,\n        'wind': 9.918,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 57.083,\n        'coal': 967.624,\n        'gas': 784.431,\n        'hydro': 6291.422,\n        'oil': 55.014,\n        'solar': 0.002,\n        'wind': 7.065,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 58.867,\n        'coal': 851.144,\n        'gas': 678.535,\n        'hydro': 6201.305,\n        'oil': 55.126,\n        'solar': 0.002,\n        'wind': 5.357,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 58.244,\n        'coal': 782.755,\n        'gas': 586.334,\n        'hydro': 6074.989,\n        'oil': 54.979,\n        'solar': 0.002,\n        'wind': 3.992,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 57.892,\n        'coal': 757.28,\n        'gas': 538.489,\n        'hydro': 5996.725,\n        'oil': 55.045,\n        'solar': 0.002,\n        'wind': 2.773,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 56.484,\n        'coal': 733.801,\n        'gas': 422.949,\n        'hydro': 6129.129,\n        'oil': 54.738,\n        'solar': 0.002,\n        'wind': 2.309,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 50.196,\n        'coal': 690.872,\n        'gas': 391.275,\n        'hydro': 6296.496,\n        'oil': 54.826,\n        'solar': 0.615,\n        'wind': 1.205,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 51.686,\n        'coal': 748.819,\n        'gas': 326.283,\n        'hydro': 6208.097,\n        'oil': 54.687,\n        'solar': 52.843,\n        'wind': 0.0,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 52.76,\n        'coal': 749.789,\n        'gas': 306.208,\n        'hydro': 6238.139,\n        'oil': 54.212,\n        'solar': 368.424,\n        'wind': 0.0,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 49.268,\n        'coal': 746.373,\n        'gas': 304.325,\n        'hydro': 6407.542,\n        'oil': 54.775,\n        'solar': 712.74,\n        'wind': 0.413,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 47.981,\n        'coal': 748.429,\n        'gas': 301.944,\n        'hydro': 6352.916,\n        'oil': 54.8,\n        'solar': 1133.086,\n        'wind': 1.212,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 32.723,\n        'coal': 750.953,\n        'gas': 300.367,\n        'hydro': 6632.449,\n        'oil': 54.803,\n        'solar': 1037.573,\n        'wind': 4.052,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 28.795,\n        'coal': 763.376,\n        'gas': 321.151,\n        'hydro': 6624.784,\n        'oil': 54.727,\n        'solar': 1134.479,\n        'wind': 11.787,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.193,\n        'coal': 813.648,\n        'gas': 333.711,\n        'hydro': 6472.538,\n        'oil': 54.972,\n        'solar': 1261.586,\n        'wind': 21.003,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 29.108,\n        'coal': 827.369,\n        'gas': 369.438,\n        'hydro': 6470.724,\n        'oil': 54.955,\n        'solar': 1148.756,\n        'wind': 22.828,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 29.999,\n        'coal': 824.951,\n        'gas': 397.019,\n        'hydro': 6420.86,\n        'oil': 54.63,\n        'solar': 1113.358,\n        'wind': 22.891,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.046,\n        'coal': 877.947,\n        'gas': 411.736,\n        'hydro': 6521.554,\n        'oil': 54.649,\n        'solar': 972.854,\n        'wind': 22.915,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 31.829,\n        'coal': 900.057,\n        'gas': 490.476,\n        'hydro': 6829.855,\n        'oil': 54.729,\n        'solar': 538.024,\n        'wind': 22.245,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.116,\n        'coal': 994.417,\n        'gas': 631.986,\n        'hydro': 7140.905,\n        'oil': 54.666,\n        'solar': 78.689,\n        'wind': 21.454,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 31.395,\n        'coal': 1099.753,\n        'gas': 761.259,\n        'hydro': 7645.897,\n        'oil': 54.681,\n        'solar': 0.046,\n        'wind': 20.525,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.038,\n        'coal': 1100.726,\n        'gas': 754.489,\n        'hydro': 7751.143,\n        'oil': 54.823,\n        'solar': 0.0,\n        'wind': 20.763,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.61,\n        'coal': 1100.477,\n        'gas': 700.517,\n        'hydro': 7378.098,\n        'oil': 55.209,\n        'solar': 0.0,\n        'wind': 16.312,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.946,\n        'coal': 1020.432,\n        'gas': 606.276,\n        'hydro': 7116.493,\n        'oil': 55.059,\n        'solar': 0.0,\n        'wind': 16.945,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 29.944,\n        'coal': 907.157,\n        'gas': 524.773,\n        'hydro': 6782.928,\n        'oil': 55.129,\n        'solar': 0.0,\n        'wind': 12.794,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 12, 31, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.893,\n        'coal': 740.646,\n        'gas': 522.511,\n        'hydro': 6461.544,\n        'oil': 55.183,\n        'solar': 0.0,\n        'wind': 8.515,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 32.138,\n        'coal': 691.593,\n        'gas': 521.48,\n        'hydro': 6253.948,\n        'oil': 54.73,\n        'solar': 0.0,\n        'wind': 8.158,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.852,\n        'coal': 607.543,\n        'gas': 519.982,\n        'hydro': 6235.627,\n        'oil': 40.112,\n        'solar': 0.0,\n        'wind': 5.924,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 31.408,\n        'coal': 553.979,\n        'gas': 519.512,\n        'hydro': 6159.452,\n        'oil': 54.34,\n        'solar': 0.0,\n        'wind': 5.184,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 30.906,\n        'coal': 553.909,\n        'gas': 524.485,\n        'hydro': 6017.906,\n        'oil': 54.831,\n        'solar': 0.0,\n        'wind': 4.157,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 29.372,\n        'coal': 553.969,\n        'gas': 474.703,\n        'hydro': 5950.157,\n        'oil': 54.648,\n        'solar': 0.0,\n        'wind': 6.647,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 27.315,\n        'coal': 554.722,\n        'gas': 369.007,\n        'hydro': 5967.938,\n        'oil': 54.644,\n        'solar': 0.218,\n        'wind': 4.985,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.211,\n        'coal': 503.848,\n        'gas': 327.821,\n        'hydro': 5635.104,\n        'oil': 54.717,\n        'solar': 50.428,\n        'wind': 6.389,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 32.372,\n        'coal': 290.798,\n        'gas': 308.109,\n        'hydro': 5239.2,\n        'oil': 54.588,\n        'solar': 451.118,\n        'wind': 8.776,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.19,\n        'coal': 290.575,\n        'gas': 306.197,\n        'hydro': 4885.924,\n        'oil': 17.455,\n        'solar': 989.377,\n        'wind': 16.666,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.007,\n        'coal': 292.277,\n        'gas': 303.838,\n        'hydro': 4816.073,\n        'oil': 0.134,\n        'solar': 1257.848,\n        'wind': 16.657,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.097,\n        'coal': 326.985,\n        'gas': 303.492,\n        'hydro': 4895.378,\n        'oil': 0.0,\n        'solar': 1392.266,\n        'wind': 19.809,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.715,\n        'coal': 295.467,\n        'gas': 303.602,\n        'hydro': 5077.411,\n        'oil': 8.004,\n        'solar': 1446.167,\n        'wind': 21.041,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 35.547,\n        'coal': 289.684,\n        'gas': 303.424,\n        'hydro': 5294.227,\n        'oil': 17.052,\n        'solar': 1411.574,\n        'wind': 21.768,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.181,\n        'coal': 288.39,\n        'gas': 303.428,\n        'hydro': 5530.351,\n        'oil': 43.623,\n        'solar': 1263.286,\n        'wind': 22.49,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.13,\n        'coal': 350.084,\n        'gas': 329.832,\n        'hydro': 5600.454,\n        'oil': 54.365,\n        'solar': 1061.903,\n        'wind': 22.44,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.143,\n        'coal': 382.693,\n        'gas': 348.305,\n        'hydro': 5873.488,\n        'oil': 54.891,\n        'solar': 711.629,\n        'wind': 22.616,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 35.863,\n        'coal': 485.35,\n        'gas': 408.785,\n        'hydro': 6007.24,\n        'oil': 54.88,\n        'solar': 378.463,\n        'wind': 22.927,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.897,\n        'coal': 602.608,\n        'gas': 571.534,\n        'hydro': 6175.08,\n        'oil': 54.791,\n        'solar': 46.767,\n        'wind': 21.828,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.054,\n        'coal': 836.905,\n        'gas': 763.709,\n        'hydro': 6813.896,\n        'oil': 40.661,\n        'solar': 0.019,\n        'wind': 21.888,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 36.454,\n        'coal': 845.799,\n        'gas': 769.147,\n        'hydro': 7007.98,\n        'oil': 55.103,\n        'solar': 0.0,\n        'wind': 21.326,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 34.755,\n        'coal': 846.603,\n        'gas': 756.654,\n        'hydro': 6963.501,\n        'oil': 55.036,\n        'solar': 0.0,\n        'wind': 20.459,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.26,\n        'coal': 783.12,\n        'gas': 618.847,\n        'hydro': 7000.82,\n        'oil': 55.033,\n        'solar': 0.0,\n        'wind': 18.576,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 32.93,\n        'coal': 789.216,\n        'gas': 583.609,\n        'hydro': 6903.785,\n        'oil': 20.977,\n        'solar': 0.0,\n        'wind': 17.238,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 33.488,\n        'coal': 784.327,\n        'gas': 592.398,\n        'hydro': 6633.218,\n        'oil': 23.712,\n        'solar': 0.0,\n        'wind': 12.785,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 63.133,\n        'coal': 1101.335,\n        'gas': 832.279,\n        'hydro': 6155.493,\n        'oil': 60.208,\n        'solar': 0.0,\n        'wind': 9.508,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 65.38,\n        'coal': 1096.563,\n        'gas': 826.885,\n        'hydro': 5850.546,\n        'oil': 59.742,\n        'solar': 0.0,\n        'wind': 5.396,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 65.539,\n        'coal': 1101.925,\n        'gas': 791.214,\n        'hydro': 5652.68,\n        'oil': 60.223,\n        'solar': 0.0,\n        'wind': 9.466,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 68.167,\n        'coal': 1101.111,\n        'gas': 650.003,\n        'hydro': 5679.313,\n        'oil': 62.505,\n        'solar': 0.0,\n        'wind': 12.423,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 67.028,\n        'coal': 1128.049,\n        'gas': 684.398,\n        'hydro': 5638.451,\n        'oil': 63.596,\n        'solar': 0.029,\n        'wind': 10.156,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 67.663,\n        'coal': 1155.585,\n        'gas': 687.108,\n        'hydro': 5761.23,\n        'oil': 63.376,\n        'solar': 0.306,\n        'wind': 7.333,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 68.643,\n        'coal': 1198.055,\n        'gas': 637.567,\n        'hydro': 5722.605,\n        'oil': 62.325,\n        'solar': 22.207,\n        'wind': 10.204,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 70.777,\n        'coal': 1216.131,\n        'gas': 736.073,\n        'hydro': 5817.704,\n        'oil': 63.413,\n        'solar': 193.921,\n        'wind': 10.219,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 72.818,\n        'coal': 1218.231,\n        'gas': 698.426,\n        'hydro': 6140.461,\n        'oil': 65.654,\n        'solar': 401.814,\n        'wind': 11.839,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 85.787,\n        'coal': 1218.179,\n        'gas': 678.202,\n        'hydro': 6128.27,\n        'oil': 109.967,\n        'solar': 671.148,\n        'wind': 14.917,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 89.798,\n        'coal': 1219.417,\n        'gas': 682.953,\n        'hydro': 6025.624,\n        'oil': 74.747,\n        'solar': 1032.26,\n        'wind': 13.931,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 88.132,\n        'coal': 1229.227,\n        'gas': 675.716,\n        'hydro': 6228.848,\n        'oil': 72.68,\n        'solar': 1081.008,\n        'wind': 13.46,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 89.376,\n        'coal': 1223.046,\n        'gas': 726.889,\n        'hydro': 6333.194,\n        'oil': 64.58,\n        'solar': 1098.493,\n        'wind': 20.711,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 91.103,\n        'coal': 1239.365,\n        'gas': 767.155,\n        'hydro': 6474.603,\n        'oil': 63.825,\n        'solar': 988.428,\n        'wind': 17.969,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 93.111,\n        'coal': 1279.457,\n        'gas': 800.334,\n        'hydro': 6608.894,\n        'oil': 76.744,\n        'solar': 948.477,\n        'wind': 19.099,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 92.143,\n        'coal': 1280.49,\n        'gas': 883.191,\n        'hydro': 6700.524,\n        'oil': 76.912,\n        'solar': 732.828,\n        'wind': 21.416,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 88.871,\n        'coal': 1288.645,\n        'gas': 1005.026,\n        'hydro': 6884.194,\n        'oil': 76.65,\n        'solar': 299.539,\n        'wind': 22.391,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 87.025,\n        'coal': 1299.871,\n        'gas': 1124.153,\n        'hydro': 6940.256,\n        'oil': 76.505,\n        'solar': 34.471,\n        'wind': 20.237,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.181,\n        'coal': 1307.717,\n        'gas': 1222.859,\n        'hydro': 7582.185,\n        'oil': 64.343,\n        'solar': 0.02,\n        'wind': 18.958,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.647,\n        'coal': 1314.723,\n        'gas': 1207.728,\n        'hydro': 7710.26,\n        'oil': 64.499,\n        'solar': 0.0,\n        'wind': 19.437,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 91.774,\n        'coal': 1318.365,\n        'gas': 1211.148,\n        'hydro': 7513.684,\n        'oil': 64.399,\n        'solar': 0.0,\n        'wind': 15.677,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.761,\n        'coal': 1315.086,\n        'gas': 1180.312,\n        'hydro': 7124.852,\n        'oil': 64.211,\n        'solar': 0.0,\n        'wind': 10.025,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 94.101,\n        'coal': 1320.347,\n        'gas': 1141.989,\n        'hydro': 6637.288,\n        'oil': 64.132,\n        'solar': 0.0,\n        'wind': 16.646,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Bogota')),\n      'production': dict({\n        'biomass': 90.525,\n        'coal': 1323.986,\n        'gas': 1048.959,\n        'hydro': 6286.127,\n        'oil': 64.381,\n        'solar': 0.0,\n        'wind': 15.234,\n      }),\n      'source': 'xm.com.co',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CR.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_live\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'netFlow': 31.558895,\n      'sortedZoneKeys': 'CR->PA',\n      'source': 'enteoperador.org',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_production_historical\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.011,\n        'hydro': 710.031815,\n        'oil': 0,\n        'solar': 0,\n        'wind': 334.802279,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.35425,\n        'hydro': 671.606827,\n        'oil': 0,\n        'solar': 0,\n        'wind': 332.136786,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.19325,\n        'hydro': 642.654386,\n        'oil': 0,\n        'solar': 0,\n        'wind': 337.517291,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.36525,\n        'hydro': 654.120858,\n        'oil': 0,\n        'solar': 0,\n        'wind': 338.254346,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.0705,\n        'hydro': 728.076578,\n        'oil': 0,\n        'solar': 0,\n        'wind': 327.121795,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 168.2905,\n        'hydro': 805.379219,\n        'oil': 0,\n        'solar': 0.03825,\n        'wind': 319.604019,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 167.92225,\n        'hydro': 919.290978,\n        'oil': 0,\n        'solar': 0.4083,\n        'wind': 311.209597,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 167.72475,\n        'hydro': 1063.47016,\n        'oil': 0,\n        'solar': 1.3898,\n        'wind': 288.96851,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 163.49575,\n        'hydro': 1125.532559,\n        'oil': 0,\n        'solar': 2.4539,\n        'wind': 290.699937,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 163.08975,\n        'hydro': 1163.08957,\n        'oil': 0,\n        'solar': 3.2615,\n        'wind': 287.02421,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 162.4095,\n        'hydro': 1198.050065,\n        'oil': 0,\n        'solar': 3.78245,\n        'wind': 290.167949,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 162.16075,\n        'hydro': 1265.214676,\n        'oil': 0,\n        'solar': 3.82235,\n        'wind': 298.560845,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 161.54296,\n        'hydro': 1255.42204,\n        'oil': 0,\n        'solar': 3.94295,\n        'wind': 310.860435,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 161.51563,\n        'hydro': 1229.338198,\n        'oil': 0,\n        'solar': 3.6128,\n        'wind': 303.83357,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 161.64274,\n        'hydro': 1228.071012,\n        'oil': 0,\n        'solar': 2.94125,\n        'wind': 283.926575,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 164.44255,\n        'hydro': 1217.368787,\n        'oil': 0,\n        'solar': 2.0057,\n        'wind': 268.341069,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 166.075,\n        'hydro': 1204.84709,\n        'oil': 0,\n        'solar': 0.9573,\n        'wind': 248.79655,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 166.22884,\n        'hydro': 1138.826491,\n        'oil': 0,\n        'solar': 0.1984,\n        'wind': 242.765609,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 166.97141,\n        'hydro': 1284.569501,\n        'oil': 0,\n        'solar': 0,\n        'wind': 251.480158,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 166.88659,\n        'hydro': 1307.562202,\n        'oil': 0,\n        'solar': 0,\n        'wind': 254.715687,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 166.79794,\n        'hydro': 1215.979283,\n        'oil': 0,\n        'solar': 0,\n        'wind': 266.851227,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 167.27209,\n        'hydro': 1115.813374,\n        'oil': 0,\n        'solar': 0,\n        'wind': 276.952469,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 167.35488,\n        'hydro': 981.438874,\n        'oil': 0,\n        'solar': 0,\n        'wind': 276.439225,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 0,\n        'geothermal': 167.41837,\n        'hydro': 860.750772,\n        'oil': 0,\n        'solar': 0,\n        'wind': 284.758908,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n  ])\n# ---\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.577759,\n        'geothermal': 163.33713,\n        'hydro': 700.748489,\n        'oil': 0,\n        'solar': 0,\n        'wind': 296.452908,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.789446,\n        'geothermal': 163.38237,\n        'hydro': 666.709517,\n        'oil': 0,\n        'solar': 0,\n        'wind': 296.853684,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 17.598135,\n        'geothermal': 163.33988,\n        'hydro': 614.980704,\n        'oil': 0,\n        'solar': 0,\n        'wind': 299.250986,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.7675,\n        'geothermal': 163.34475,\n        'hydro': 595.174588,\n        'oil': 0,\n        'solar': 0,\n        'wind': 294.168876,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.72423,\n        'geothermal': 163.22813,\n        'hydro': 582.778563,\n        'oil': 0,\n        'solar': 0,\n        'wind': 297.101491,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.552462,\n        'geothermal': 163.23762,\n        'hydro': 555.405806,\n        'oil': 0,\n        'solar': 0,\n        'wind': 302.040768,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.982145,\n        'geothermal': 163.29175,\n        'hydro': 492.447345,\n        'oil': 0,\n        'solar': 0.2388,\n        'wind': 288.287073,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 18.960933,\n        'geothermal': 163.19012,\n        'hydro': 537.70388,\n        'oil': 0,\n        'solar': 1.46,\n        'wind': 259.991192,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 20.670307,\n        'geothermal': 163.096,\n        'hydro': 595.46407,\n        'oil': 0,\n        'solar': 2.2996,\n        'wind': 275.683921,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 21.566067,\n        'geothermal': 162.88225,\n        'hydro': 653.719449,\n        'oil': 0,\n        'solar': 2.6147,\n        'wind': 303.409412,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 21.159958,\n        'geothermal': 163.17313,\n        'hydro': 747.766433,\n        'oil': 0,\n        'solar': 3.6059,\n        'wind': 305.820401,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 21.016447,\n        'geothermal': 162.90987,\n        'hydro': 830.002135,\n        'oil': 0,\n        'solar': 3.8355,\n        'wind': 310.596043,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 20.474445,\n        'geothermal': 162.81538,\n        'hydro': 896.183148,\n        'oil': 0,\n        'solar': 3.4247,\n        'wind': 303.005786,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.395496,\n        'geothermal': 162.82875,\n        'hydro': 898.916769,\n        'oil': 0,\n        'solar': 3.408,\n        'wind': 283.384246,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.245838,\n        'geothermal': 162.66712,\n        'hydro': 925.985949,\n        'oil': 0,\n        'solar': 2.8063,\n        'wind': 271.445285,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 20.083724,\n        'geothermal': 162.87925,\n        'hydro': 906.291611,\n        'oil': 0,\n        'solar': 1.9453,\n        'wind': 279.865412,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.78922,\n        'geothermal': 162.96538,\n        'hydro': 889.61046,\n        'oil': 0,\n        'solar': 0.8122,\n        'wind': 281.610696,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.509736,\n        'geothermal': 163.41025,\n        'hydro': 908.88272,\n        'oil': 0,\n        'solar': 0.0433,\n        'wind': 287.995122,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.820335,\n        'geothermal': 163.43262,\n        'hydro': 997.760934,\n        'oil': 0,\n        'solar': 0,\n        'wind': 309.167618,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.630411,\n        'geothermal': 163.43863,\n        'hydro': 966.185639,\n        'oil': 0,\n        'solar': 0,\n        'wind': 309.91341,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.146717,\n        'geothermal': 163.47687,\n        'hydro': 936.102628,\n        'oil': 0,\n        'solar': 0,\n        'wind': 313.155425,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.258829,\n        'geothermal': 163.47188,\n        'hydro': 842.532733,\n        'oil': 0,\n        'solar': 0,\n        'wind': 319.285039,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.376949,\n        'geothermal': 163.38,\n        'hydro': 731.800474,\n        'oil': 0,\n        'solar': 0,\n        'wind': 317.338119,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Costa_Rica')),\n      'production': dict({\n        'biomass': 19.324172,\n        'geothermal': 163.37037,\n        'hydro': 639.940155,\n        'oil': 0,\n        'solar': 0,\n        'wind': 315.254165,\n      }),\n      'source': 'grupoice.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CY.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_historical_source\n  list([\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 411.0,\n        'solar': 0.0,\n        'wind': 36.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 404.0,\n        'solar': 0.0,\n        'wind': 29.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 394.0,\n        'solar': 0.0,\n        'wind': 28.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 380.0,\n        'solar': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 374.0,\n        'solar': 0.0,\n        'wind': 27.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 362.0,\n        'solar': 0.0,\n        'wind': 32.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 351.0,\n        'solar': 0.0,\n        'wind': 35.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 332.0,\n        'solar': 0.0,\n        'wind': 47.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 328.0,\n        'solar': 0.0,\n        'wind': 46.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 309.0,\n        'solar': 0.0,\n        'wind': 60.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 310.0,\n        'solar': 0.0,\n        'wind': 55.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 313.0,\n        'solar': 0.0,\n        'wind': 48.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 327.0,\n        'solar': 0.0,\n        'wind': 34.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 327.0,\n        'solar': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 320.0,\n        'solar': 0.0,\n        'wind': 39.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 315.0,\n        'solar': 0.0,\n        'wind': 43.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 320.0,\n        'solar': 0.0,\n        'wind': 37.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 319.0,\n        'solar': 0.0,\n        'wind': 41.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 316.0,\n        'solar': 0.0,\n        'wind': 45.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 326.0,\n        'solar': 0.0,\n        'wind': 37.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 333.0,\n        'solar': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 354.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 361.0,\n        'solar': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 361.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 345.0,\n        'solar': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 354.0,\n        'solar': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 355.0,\n        'solar': 5.0,\n        'wind': 31.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 350.0,\n        'solar': 19.0,\n        'wind': 36.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 343.0,\n        'solar': 31.0,\n        'wind': 42.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 346.0,\n        'solar': 45.0,\n        'wind': 38.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 332.0,\n        'solar': 60.0,\n        'wind': 41.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 326.0,\n        'solar': 72.0,\n        'wind': 38.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 314.0,\n        'solar': 100.0,\n        'wind': 35.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 279.0,\n        'solar': 159.0,\n        'wind': 29.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 249.0,\n        'solar': 192.0,\n        'wind': 23.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 258.0,\n        'solar': 196.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 251.0,\n        'solar': 210.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 248.0,\n        'solar': 231.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 254.0,\n        'solar': 232.0,\n        'wind': 19.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 254.0,\n        'solar': 249.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 249.0,\n        'solar': 245.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 236.0,\n        'solar': 247.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 236.0,\n        'solar': 251.0,\n        'wind': 11.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 234.0,\n        'solar': 265.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 230.0,\n        'solar': 267.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 227.0,\n        'solar': 276.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 230.0,\n        'solar': 244.0,\n        'wind': 13.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 229.0,\n        'solar': 229.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 221.0,\n        'solar': 231.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 231.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 226.0,\n        'solar': 209.0,\n        'wind': 8.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 234.0,\n        'solar': 204.0,\n        'wind': 7.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 233.0,\n        'solar': 207.0,\n        'wind': 10.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 231.0,\n        'solar': 233.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 227.0,\n        'solar': 197.0,\n        'wind': 11.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 231.0,\n        'solar': 159.0,\n        'wind': 10.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 233.0,\n        'solar': 151.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 235.0,\n        'solar': 151.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 230.0,\n        'solar': 162.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 242.0,\n        'solar': 152.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 277.0,\n        'solar': 115.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 305.0,\n        'solar': 97.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 321.0,\n        'solar': 89.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 331.0,\n        'solar': 88.0,\n        'wind': 24.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 352.0,\n        'solar': 78.0,\n        'wind': 23.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 387.0,\n        'solar': 69.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 409.0,\n        'solar': 51.0,\n        'wind': 22.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 434.0,\n        'solar': 34.0,\n        'wind': 27.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 460.0,\n        'solar': 23.0,\n        'wind': 27.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 483.0,\n        'solar': 18.0,\n        'wind': 28.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 504.0,\n        'solar': 9.0,\n        'wind': 28.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 534.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 558.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 582.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 604.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 616.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 628.0,\n        'solar': 0.0,\n        'wind': 17.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 637.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 637.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 627.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 619.0,\n        'solar': 0.0,\n        'wind': 23.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 608.0,\n        'solar': 0.0,\n        'wind': 27.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 598.0,\n        'solar': 0.0,\n        'wind': 27.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 580.0,\n        'solar': 0.0,\n        'wind': 34.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 576.0,\n        'solar': 0.0,\n        'wind': 28.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 570.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 554.0,\n        'solar': 0.0,\n        'wind': 21.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 532.0,\n        'solar': 0.0,\n        'wind': 28.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 521.0,\n        'solar': 0.0,\n        'wind': 23.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 507.0,\n        'solar': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 489.0,\n        'solar': 0.0,\n        'wind': 21.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 462.0,\n        'solar': 0.0,\n        'wind': 30.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 434.0,\n        'solar': 0.0,\n        'wind': 40.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 418.0,\n        'solar': 0.0,\n        'wind': 41.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 404.0,\n        'solar': 0.0,\n        'wind': 42.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 3, 18, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 402.0,\n        'solar': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n  ])\n# ---\n# name: test_snapshot_realtime_source\n  list([\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 374.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 369.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 364.0,\n        'solar': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 354.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 342.0,\n        'solar': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 334.0,\n        'solar': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 327.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 317.0,\n        'solar': 0.0,\n        'wind': 22.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 310.0,\n        'solar': 0.0,\n        'wind': 25.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 303.0,\n        'solar': 0.0,\n        'wind': 29.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 304.0,\n        'solar': 0.0,\n        'wind': 24.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 304.0,\n        'solar': 0.0,\n        'wind': 21.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 305.0,\n        'solar': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 301.0,\n        'solar': 0.0,\n        'wind': 21.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 301.0,\n        'solar': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 302.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 305.0,\n        'solar': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 308.0,\n        'solar': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 306.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 307.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 306.0,\n        'solar': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 310.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 308.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 310.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 316.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 324.0,\n        'solar': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 319.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 318.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 318.0,\n        'solar': 9.0,\n        'wind': 16.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 319.0,\n        'solar': 21.0,\n        'wind': 11.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 317.0,\n        'solar': 40.0,\n        'wind': 7.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 301.0,\n        'solar': 66.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 281.0,\n        'solar': 108.0,\n        'wind': 3.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 260.0,\n        'solar': 140.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 231.0,\n        'solar': 179.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 198.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 226.0,\n        'solar': 208.0,\n        'wind': 3.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 227.0,\n        'solar': 216.0,\n        'wind': 3.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 225.0,\n        'wind': 1.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 236.0,\n        'wind': 1.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 226.0,\n        'solar': 240.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 224.0,\n        'solar': 246.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 247.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 227.0,\n        'solar': 250.0,\n        'wind': 1.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 228.0,\n        'solar': 256.0,\n        'wind': 1.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 230.0,\n        'solar': 262.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 233.0,\n        'solar': 269.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 230.0,\n        'solar': 275.0,\n        'wind': 2.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 227.0,\n        'solar': 278.0,\n        'wind': 3.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 226.0,\n        'solar': 282.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 283.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 225.0,\n        'solar': 284.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 226.0,\n        'solar': 286.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 220.0,\n        'solar': 288.0,\n        'wind': 5.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 216.0,\n        'solar': 284.0,\n        'wind': 6.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 214.0,\n        'solar': 280.0,\n        'wind': 7.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 213.0,\n        'solar': 275.0,\n        'wind': 7.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 217.0,\n        'solar': 268.0,\n        'wind': 5.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 220.0,\n        'solar': 262.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n    dict({\n      'capacity': dict({\n        'biomass': 12.4,\n        'oil': 1478.0,\n        'solar': 674.46,\n        'wind': 155.1,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 4, 1, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Nicosia')),\n      'production': dict({\n        'biomass': 10.0,\n        'oil': 223.0,\n        'solar': 254.0,\n        'wind': 4.0,\n      }),\n      'source': 'tsoc.org.cy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'CY',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CZ/test_fetch_exchange[AT].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[AT]\n  list([\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CZ/test_fetch_exchange[DE].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[DE]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -945.9063,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -923.2897,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -963.7902,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -910.4536,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -894.2134,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -827.9028,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1122.0476,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1123.993,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1207.6045,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1072.005,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1137.9245,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1079.4685,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1021.0584,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -940.766,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -771.1873,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -670.3645,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -585.7323,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -395.763,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -448.3363,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -487.5962,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -498.2775,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -569.8564,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -937.5903,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1012.7687,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -983.8809,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1018.5339,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1146.0785,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1211.1605,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1177.7117,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1129.5327,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1048.3628,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -982.6947,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -997.3606,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -957.3019,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -995.6192,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1117.1008,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1188.6488,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1238.5546,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1242.3167,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1237.9788,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1393.5097,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1543.8016,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1557.71859,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1616.61734,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1832.839,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1955.6913,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1656.6452,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1732.0868,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1802.9514,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1554.93046,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1464.03669,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1337.7347,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1175.0664,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -989.781,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1072.9161,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1027.6792,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1112.9563,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1108.976,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1246.92105,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1083.17361,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1097.09843,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1181.46987,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1194.3882,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1274.5261,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1376.8211,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1392.1789,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1435.2792,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1443.4772,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1409.4424,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1367.622,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1342.9108,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1384.2359,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1374.3862,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1418.9706,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1472.4263,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1602.6618,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1547.4233,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1372.8728,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1258.1199,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1251.078,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1533.0624,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1710.9126,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1640.7719,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1798.4459,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1825.036,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1808.836,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1581.958,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1800.3497,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1792.47767,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1739.87914,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1309.3606,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1105.0605,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1050.1044,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -915.3804,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -811.8441,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -864.5746,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -858.5301,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.2001,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -883.1092,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -889.9686,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -833.7164,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -763.7695,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -857.0317,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -717.1108,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -757.1704,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -670.3173,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -862.2165,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -838.1472,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -706.8542,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -657.774,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -999.8816,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -877.8081,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -594.683,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -558.542,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -661.031,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -698.2905,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -635.7221,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -574.0871,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -289.609,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -311.78,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -309.989,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -234.782,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -147.062,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -108.021,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -82.392,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -84.516,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1.282,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 1.389,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 24.1148,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -11.0681,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -122.2093,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -51.6483,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -13.464,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -118.0592,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -470.1381,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -554.8008,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -556.4052,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -769.7773,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -869.4816,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1097.863,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1248.5736,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1411.7561,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1595.1754,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1646.36457,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1762.78874,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1729.39437,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1385.04036,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1309.99286,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1062.8917,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -714.1602,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -517.4842,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -337.3895,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -83.4221,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 131.1706,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 57.8336,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -23.6801,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -126.7365,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -167.9415,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 120.6595,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 168.7888,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 251.3108,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 269.907,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 330.4658,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 385.6534,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 320.221,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 273.2344,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 164.9011,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1.2296,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -19.8414,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 178.4839,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 71.5409,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -15.8556,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -37.837,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -8.9547,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -83.1891,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -424.9436,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -484.3081,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -770.9435,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -826.6251,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1143.10833,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1264.9026,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1398.8176,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1201.6356,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1321.612582,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1354.66632,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1355.71361,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1276.39347,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1378.39388,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1399.96272,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1356.94016,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1460.22529,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1443.259,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1485.9194,\n      'sortedZoneKeys': 'CZ->DE',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CZ/test_fetch_exchange[PL].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[PL]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 57.34669,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -21.2968,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -180.7892,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -212.625,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -121.0926,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2.916756,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -260.1294,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -359.7804,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -420.2181,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -347.3683,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -488.6016,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -558.5971,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -446.0436,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -508.0216,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -957.1111,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1083.484,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1093.271,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1177.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1282.823,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1194.153,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1216.976,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1203.175,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1156.538,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1297.514,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1341.878,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1370.745,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1481.579,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1462.878,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1488.255,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1466.427,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1531.823,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1492.828,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1512.735,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1513.857,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1450.72,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1539.611,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1558.753,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1521.258,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1642.194,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1597.64,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1633.347,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1418.629,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1093.578,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1069.965,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1102.484,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1138.785,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -988.2491,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -962.4423,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1047.353,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -971.3198,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1151.263,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1258.991,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1203.425,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1106.238,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1155.085,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1047.058,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -887.6027,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.4426,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1043.641,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1229.851,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1257.556,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1206.823,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1165.509,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1096.422,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1084.969,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1058.067,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1048.228,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -954.2005,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -917.0439,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -918.5978,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1083.117,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1020.895,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -949.0921,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1041.434,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1122.948,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -968.808,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -980.1707,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -960.9024,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -991.0405,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -939.0203,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1008.56,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1063.174,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1108.698,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1166.516,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1154.239,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1216.68,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1120.435,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1219.383,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1207.281,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1336.379,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1349.651,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1578.245,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1838.891,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1935.048,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1988.37,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1988.173,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2054.686,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1980.631,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2076.869,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2078.229,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1935.405,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1968.21,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2050.053,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1929.907,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1860.124,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1793.402,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1983.054,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1967.747,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1967.437,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1918.294,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1911.315,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1995.521,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1953.497,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1916.981,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1947.135,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2076.953,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2119.115,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2094.367,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2116.227,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2087.86,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -2045.088,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1988.343,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1896.855,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1853.709,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1837.28,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1836.376,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1817.729,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1792.44,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1768.738,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1761.688,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1797.975,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1800.884,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1788.972,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1770.364,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1667.427,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1641.134,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1673.105,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1658.9,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1409.562,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1348.678,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1358.964,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1319.181,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1113.538,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1174.805,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1235.508,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1361.635,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1471.268,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1458.236,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1450.016,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1337.559,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1427.817,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1427.628,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1278.326,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1190.114,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1054.859,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1089.437,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1222.252,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1257.162,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1452.764,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1484.646,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1439.999,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1497.89,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1566.017,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1539.284,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1560.712,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1523.553,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1486.812,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1439.545,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1303.006,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1131.616,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -1010.663,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -915.9167,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -866.4733,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -895.4972,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -622.2483,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -594.0666,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -721.8358,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -561.6174,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 27.66017,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 189.562,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 88.53818,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -96.01603,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -61.92467,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -57.12955,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -130.1398,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -179.6035,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -229.1808,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -153.5911,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -137.893,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -161.5014,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -206.4308,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -230.2321,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -264.4792,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_CZ.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_forecast_pl\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 494.95,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 494.95,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 366.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 366.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 366.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 366.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 200.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 200.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 200.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 200.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 21.8,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 21.8,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 21.8,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 21.8,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -300.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -300.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -300.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -300.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -402.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -402.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -402.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 29, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -402.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -358.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -358.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -358.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -358.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -603.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -603.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -603.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -603.675,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -725.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -725.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -725.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -725.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -645.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -645.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -645.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -645.7,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -693.2,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -693.2,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -693.2,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -693.2,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -446.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -446.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -446.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -446.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -296.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -296.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -296.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -296.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -456.875,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -456.875,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -456.875,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -456.875,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -236.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -236.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -236.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -236.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -466.575,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -466.575,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -466.575,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -466.575,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -658.6,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -658.6,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -658.6,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -658.6,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -445.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -445.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -445.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -445.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -542.225,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -542.225,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -542.225,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -542.225,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -580.4,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -580.4,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -580.4,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -580.4,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -479.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -479.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -479.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -479.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -366.025,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -366.025,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -366.025,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -366.025,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -263.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -263.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -263.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -263.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -422.625,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -422.625,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -422.625,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -422.625,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -681.05,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -681.05,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -681.05,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -681.05,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -698.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -698.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -698.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -698.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -543.925,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -543.925,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -543.925,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -543.925,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -827.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -827.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -827.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -827.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -843.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -843.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -843.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -843.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -851.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -851.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -851.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 30, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -851.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -890.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -890.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -890.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -890.0,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -817.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -817.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -817.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -817.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -815.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -815.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -815.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -815.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -787.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -787.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -787.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -787.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -750.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -750.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -750.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -750.25,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -619.725,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -619.725,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -619.725,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -619.725,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -499.425,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -499.425,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -499.425,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -499.425,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -416.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -416.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -416.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -416.775,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -535.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -535.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -535.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -535.375,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -705.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -705.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -705.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -705.65,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -867.275,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -982.075,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -982.075,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -982.075,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -982.075,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -682.125,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -682.125,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -682.125,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -682.125,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -219.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -219.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -219.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -219.475,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 31.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 31.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 31.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 31.35,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 499.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 499.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 499.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 499.3,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 442.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 442.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 442.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 442.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 352.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 352.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 352.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 352.5,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 320.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 320.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 10, 31, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 320.75,\n      'sortedZoneKeys': 'CZ->PL',\n      'source': 'ceps.cz',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_DK.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 5, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.619995,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 10, tzinfo=datetime.timezone.utc),\n      'netFlow': -663.469971,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -664.880005,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 20, tzinfo=datetime.timezone.utc),\n      'netFlow': -686.450012,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 25, tzinfo=datetime.timezone.utc),\n      'netFlow': -665.419983,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -679.140015,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 35, tzinfo=datetime.timezone.utc),\n      'netFlow': -669.289978,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 40, tzinfo=datetime.timezone.utc),\n      'netFlow': -689.789978,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -723.039978,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 50, tzinfo=datetime.timezone.utc),\n      'netFlow': -689.450012,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 15, 55, tzinfo=datetime.timezone.utc),\n      'netFlow': -704.059998,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -720.640015,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 5, tzinfo=datetime.timezone.utc),\n      'netFlow': -784.27002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 10, tzinfo=datetime.timezone.utc),\n      'netFlow': -757.090027,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -716.030029,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 20, tzinfo=datetime.timezone.utc),\n      'netFlow': -667.960022,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 25, tzinfo=datetime.timezone.utc),\n      'netFlow': -677.780029,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -645.01001,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 35, tzinfo=datetime.timezone.utc),\n      'netFlow': -612.159973,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 40, tzinfo=datetime.timezone.utc),\n      'netFlow': -590.429993,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -594.47998,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 50, tzinfo=datetime.timezone.utc),\n      'netFlow': -581.349976,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 16, 55, tzinfo=datetime.timezone.utc),\n      'netFlow': -569.880005,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -639.26001,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 5, tzinfo=datetime.timezone.utc),\n      'netFlow': -700.5,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 10, tzinfo=datetime.timezone.utc),\n      'netFlow': -627.330017,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -603.049988,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 20, tzinfo=datetime.timezone.utc),\n      'netFlow': -575.390015,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 25, tzinfo=datetime.timezone.utc),\n      'netFlow': -609.130005,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -586.719971,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 35, tzinfo=datetime.timezone.utc),\n      'netFlow': -589.940002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 40, tzinfo=datetime.timezone.utc),\n      'netFlow': -589.52002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -557.23999,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 50, tzinfo=datetime.timezone.utc),\n      'netFlow': -511.660004,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 17, 55, tzinfo=datetime.timezone.utc),\n      'netFlow': -459.75,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -517.23999,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 5, tzinfo=datetime.timezone.utc),\n      'netFlow': -578.190002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 10, tzinfo=datetime.timezone.utc),\n      'netFlow': -547.5,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -565.809998,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 20, tzinfo=datetime.timezone.utc),\n      'netFlow': -589.690002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 25, tzinfo=datetime.timezone.utc),\n      'netFlow': -572.219971,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -560.77002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 35, tzinfo=datetime.timezone.utc),\n      'netFlow': -568.590027,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 40, tzinfo=datetime.timezone.utc),\n      'netFlow': -552.059998,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -543.27002,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 50, tzinfo=datetime.timezone.utc),\n      'netFlow': -513.619995,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 18, 55, tzinfo=datetime.timezone.utc),\n      'netFlow': -496.149994,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -553.169983,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 19, 5, tzinfo=datetime.timezone.utc),\n      'netFlow': -576.460022,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 21, 19, 10, tzinfo=datetime.timezone.utc),\n      'netFlow': -561.309998,\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_forecast\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.38,\n        'wind': 3521.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.72,\n        'wind': 3587.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.49,\n        'wind': 3549.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.04,\n        'wind': 3531.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.59,\n        'wind': 3500.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.89,\n        'wind': 3477.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.92,\n        'wind': 3440.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.16,\n        'wind': 3390.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.76,\n        'wind': 3351.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.52,\n        'wind': 3330.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.82,\n        'wind': 3307.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.76,\n        'wind': 3287.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.76,\n        'wind': 3274.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.91,\n        'wind': 3242.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.18,\n        'wind': 3221.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.69,\n        'wind': 3178.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.68,\n        'wind': 3129.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.75,\n        'wind': 3108.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.79,\n        'wind': 3074.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.54,\n        'wind': 3080.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.21,\n        'wind': 3011.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.95,\n        'wind': 2970.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.09,\n        'wind': 2934.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.07,\n        'wind': 2911.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.42,\n        'wind': 2878.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.23,\n        'wind': 2867.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.18,\n        'wind': 2846.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.87,\n        'wind': 2816.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.84,\n        'wind': 2769.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.7,\n        'wind': 2718.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.22,\n        'wind': 2633.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.02,\n        'wind': 2583.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.36,\n        'wind': 2562.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.97,\n        'wind': 2512.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.2,\n        'wind': 2471.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 1, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.09,\n        'wind': 2421.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.61,\n        'wind': 2387.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.32,\n        'wind': 2356.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.95,\n        'wind': 2282.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 2211.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.24,\n        'wind': 2156.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.49,\n        'wind': 2125.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.68,\n        'wind': 2070.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.63,\n        'wind': 2013.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.77,\n        'wind': 1945.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.62,\n        'wind': 1890.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.35,\n        'wind': 1850.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 2, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.97,\n        'wind': 1790.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.76,\n        'wind': 1726.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.59,\n        'wind': 1686.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.44,\n        'wind': 1655.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.31,\n        'wind': 1623.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.28,\n        'wind': 1573.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.25,\n        'wind': 1550.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.17,\n        'wind': 1542.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.16,\n        'wind': 1531.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.19,\n        'wind': 1535.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.4,\n        'wind': 1581.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.28,\n        'wind': 1588.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 3, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.13,\n        'wind': 1583.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 1561.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.89,\n        'wind': 1542.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.89,\n        'wind': 1541.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.66,\n        'wind': 1503.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.62,\n        'wind': 1508.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.55,\n        'wind': 1503.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.56,\n        'wind': 1499.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.51,\n        'wind': 1490.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.45,\n        'wind': 1468.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.49,\n        'wind': 1471.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.58,\n        'wind': 1511.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 4, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.8,\n        'wind': 1523.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.92,\n        'wind': 1521.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.11,\n        'wind': 1517.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.25,\n        'wind': 1533.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.41,\n        'wind': 1573.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.56,\n        'wind': 1568.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.69,\n        'wind': 1552.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.72,\n        'wind': 1537.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.51,\n        'wind': 1519.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.16,\n        'wind': 1508.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.03,\n        'wind': 1476.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.07,\n        'wind': 1476.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 5, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.04,\n        'wind': 1455.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.04,\n        'wind': 1452.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.11,\n        'wind': 1447.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.32,\n        'wind': 1450.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.45,\n        'wind': 1442.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.6,\n        'wind': 1445.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.76,\n        'wind': 1460.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.92,\n        'wind': 1464.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.09,\n        'wind': 1487.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.56,\n        'wind': 1502.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.23,\n        'wind': 1519.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.23,\n        'wind': 1541.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 6, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.35,\n        'wind': 1561.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.18,\n        'wind': 1572.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 11.07,\n        'wind': 1585.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 16.459999,\n        'wind': 1614.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 23.280001,\n        'wind': 1650.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 30.639999,\n        'wind': 1656.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 38.09,\n        'wind': 1669.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 44.419998,\n        'wind': 1650.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 49.470001,\n        'wind': 1649.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 54.450001,\n        'wind': 1669.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 59.68,\n        'wind': 1683.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 64.089996,\n        'wind': 1725.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 7, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 68.510002,\n        'wind': 1745.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 72.260002,\n        'wind': 1761.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 76.120003,\n        'wind': 1762.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 80.150002,\n        'wind': 1770.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 83.300003,\n        'wind': 1816.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 87.389999,\n        'wind': 1840.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 92.010002,\n        'wind': 1834.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 96.860001,\n        'wind': 1844.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 101.349998,\n        'wind': 1810.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 106.68,\n        'wind': 1791.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 112.0,\n        'wind': 1763.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 116.309998,\n        'wind': 1766.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 8, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 121.470001,\n        'wind': 1765.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 129.289993,\n        'wind': 1809.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 140.240005,\n        'wind': 1834.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 149.960007,\n        'wind': 1833.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 156.470001,\n        'wind': 1843.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.449997,\n        'wind': 1863.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 161.320007,\n        'wind': 1868.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 161.869995,\n        'wind': 1877.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 162.529999,\n        'wind': 1882.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 167.729996,\n        'wind': 1882.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 177.529999,\n        'wind': 1900.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 186.639999,\n        'wind': 1911.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 9, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 193.979996,\n        'wind': 1935.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 198.570007,\n        'wind': 1978.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 204.169998,\n        'wind': 1952.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 205.080002,\n        'wind': 1963.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 206.179993,\n        'wind': 1972.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 206.839996,\n        'wind': 1960.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 211.529999,\n        'wind': 1983.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 213.25,\n        'wind': 1995.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 210.580002,\n        'wind': 1991.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 207.009995,\n        'wind': 2007.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.5,\n        'wind': 2025.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 213.839996,\n        'wind': 2077.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 10, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 218.820007,\n        'wind': 2095.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 216.960007,\n        'wind': 2091.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 212.380005,\n        'wind': 2082.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 205.990005,\n        'wind': 2102.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 200.100006,\n        'wind': 2128.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 193.330002,\n        'wind': 2142.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 190.350006,\n        'wind': 2155.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 194.279999,\n        'wind': 2176.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 199.289993,\n        'wind': 2191.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 202.339996,\n        'wind': 2201.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 201.350006,\n        'wind': 2217.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 199.25,\n        'wind': 2218.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 11, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 198.190002,\n        'wind': 2227.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 194.949997,\n        'wind': 2219.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 191.300003,\n        'wind': 2224.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 188.149994,\n        'wind': 2237.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.990005,\n        'wind': 2234.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.259995,\n        'wind': 2215.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.649994,\n        'wind': 2210.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.940002,\n        'wind': 2204.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 179.940002,\n        'wind': 2221.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 177.380005,\n        'wind': 2214.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 175.679993,\n        'wind': 2171.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 173.820007,\n        'wind': 2164.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 12, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 170.600006,\n        'wind': 2172.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.460007,\n        'wind': 2184.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 161.009995,\n        'wind': 2200.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 159.380005,\n        'wind': 2200.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 156.919998,\n        'wind': 2210.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 156.300003,\n        'wind': 2216.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 155.809998,\n        'wind': 2229.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.309998,\n        'wind': 2246.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.389999,\n        'wind': 2248.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.740005,\n        'wind': 2247.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.25,\n        'wind': 2263.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.050003,\n        'wind': 2273.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 13, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.960007,\n        'wind': 2278.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.75,\n        'wind': 2268.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.699997,\n        'wind': 2286.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.570007,\n        'wind': 2271.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 152.479996,\n        'wind': 2275.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 151.649994,\n        'wind': 2297.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 151.039993,\n        'wind': 2313.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.559998,\n        'wind': 2323.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.820007,\n        'wind': 2349.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 151.899994,\n        'wind': 2365.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 146.199997,\n        'wind': 2384.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 139.330002,\n        'wind': 2390.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 14, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 130.729996,\n        'wind': 2443.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 121.330002,\n        'wind': 2548.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 112.099998,\n        'wind': 2585.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 101.470001,\n        'wind': 2610.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 90.510002,\n        'wind': 2631.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 80.760002,\n        'wind': 2643.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 73.980003,\n        'wind': 2624.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 67.760002,\n        'wind': 2623.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 60.619999,\n        'wind': 2617.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 51.439999,\n        'wind': 2594.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 42.189999,\n        'wind': 2583.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 34.459999,\n        'wind': 2606.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 15, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 27.639999,\n        'wind': 2634.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 22.57,\n        'wind': 2643.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 19.24,\n        'wind': 2673.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 18.75,\n        'wind': 2699.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 18.1,\n        'wind': 2715.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 18.440001,\n        'wind': 2718.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 16.719999,\n        'wind': 2742.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 14.26,\n        'wind': 2788.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 11.67,\n        'wind': 2821.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.72,\n        'wind': 2821.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.07,\n        'wind': 2843.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.05,\n        'wind': 2896.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 16, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.33,\n        'wind': 2931.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.17,\n        'wind': 2931.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.79,\n        'wind': 2949.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.36,\n        'wind': 2955.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.09,\n        'wind': 2961.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.92,\n        'wind': 2964.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.65,\n        'wind': 2959.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.4,\n        'wind': 2960.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.12,\n        'wind': 2971.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.07,\n        'wind': 2978.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.03,\n        'wind': 2976.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.92,\n        'wind': 3006.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 17, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.82,\n        'wind': 3047.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.75,\n        'wind': 3123.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.19,\n        'wind': 3157.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.33,\n        'wind': 3183.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.04,\n        'wind': 3190.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.04,\n        'wind': 3187.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.57,\n        'wind': 3208.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.24,\n        'wind': 3237.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.8,\n        'wind': 3239.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.96,\n        'wind': 3243.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.58,\n        'wind': 3255.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.78,\n        'wind': 3271.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 18, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.15,\n        'wind': 3290.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.23,\n        'wind': 3288.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.15,\n        'wind': 3303.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.87,\n        'wind': 3321.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.79,\n        'wind': 3328.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.09,\n        'wind': 3318.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.23,\n        'wind': 3314.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.68,\n        'wind': 3295.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.81,\n        'wind': 3306.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.57,\n        'wind': 3313.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.65,\n        'wind': 3335.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.85,\n        'wind': 3349.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 19, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.03,\n        'wind': 3359.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.44,\n        'wind': 3370.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.64,\n        'wind': 3379.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.66,\n        'wind': 3387.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.84,\n        'wind': 3399.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.8,\n        'wind': 3405.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.82,\n        'wind': 3406.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.57,\n        'wind': 3410.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.6,\n        'wind': 3437.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.8,\n        'wind': 3441.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.99,\n        'wind': 3441.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.17,\n        'wind': 3437.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 20, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.99,\n        'wind': 3423.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.09,\n        'wind': 3402.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.93,\n        'wind': 3401.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.08,\n        'wind': 3393.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.8,\n        'wind': 3393.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.9,\n        'wind': 3412.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.97,\n        'wind': 3415.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.22,\n        'wind': 3406.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.04,\n        'wind': 3402.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.02,\n        'wind': 3403.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.01,\n        'wind': 3401.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.21,\n        'wind': 3391.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 21, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.75,\n        'wind': 3378.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 9.29,\n        'wind': 3364.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 5, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.82,\n        'wind': 3352.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 10, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 8.36,\n        'wind': 3341.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.89,\n        'wind': 3329.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 20, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7.43,\n        'wind': 3320.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 25, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.96,\n        'wind': 3312.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.5,\n        'wind': 3304.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 35, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.04,\n        'wind': 3290.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 40, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.57,\n        'wind': 3276.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5.11,\n        'wind': 3269.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 50, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.64,\n        'wind': 3253.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 22, 55, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.18,\n        'wind': 3238.0,\n      }),\n      'source': 'energidataservice.dk',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DK-DK1',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_DO.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.02,\n        'coal': 940.42,\n        'gas': 914.61,\n        'hydro': 0.0,\n        'oil': 171.16,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.05,\n        'coal': 937.01,\n        'gas': 918.43,\n        'hydro': 0.0,\n        'oil': 198.85,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.1,\n        'coal': 936.61,\n        'gas': 867.07,\n        'hydro': 0.0,\n        'oil': 262.37,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.1,\n        'coal': 936.55,\n        'gas': 806.58,\n        'hydro': 0.0,\n        'oil': 264.72,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 29.72,\n        'coal': 932.76,\n        'gas': 827.35,\n        'hydro': 0.0,\n        'oil': 177.87,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.06,\n        'coal': 928.92,\n        'gas': 902.21,\n        'hydro': 0.0,\n        'oil': 119.51,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 28.46,\n        'coal': 930.8,\n        'gas': 928.82,\n        'hydro': 0.0,\n        'oil': 119.18,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 28.87,\n        'coal': 924.34,\n        'gas': 880.56,\n        'hydro': 114.06,\n        'oil': 126.49,\n        'solar': 23.9,\n        'wind': 9.91,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 27.89,\n        'coal': 924.49,\n        'gas': 772.35,\n        'hydro': 72.41,\n        'oil': 73.84,\n        'solar': 251.22,\n        'wind': 8.68,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 25.67,\n        'coal': 926.15,\n        'gas': 615.72,\n        'hydro': 67.23,\n        'oil': None,\n        'solar': 527.22,\n        'wind': 5.94,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 27.27,\n        'coal': 868.14,\n        'gas': 549.8,\n        'hydro': 65.77,\n        'oil': None,\n        'solar': 612.36,\n        'wind': 8.79,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 29.75,\n        'coal': 827.64,\n        'gas': 576.89,\n        'hydro': 58.3,\n        'oil': None,\n        'solar': 653.86,\n        'wind': 16.17,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 29.78,\n        'coal': 820.55,\n        'gas': 577.44,\n        'hydro': 54.27,\n        'oil': None,\n        'solar': 679.36,\n        'wind': 33.4,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 29.91,\n        'coal': 825.69,\n        'gas': 578.61,\n        'hydro': 42.51,\n        'oil': None,\n        'solar': 695.16,\n        'wind': 49.56,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.0,\n        'coal': 860.69,\n        'gas': 645.81,\n        'hydro': 42.39,\n        'oil': None,\n        'solar': 676.98,\n        'wind': 74.53,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 28.99,\n        'coal': 923.92,\n        'gas': 650.54,\n        'hydro': 42.53,\n        'oil': 2.09,\n        'solar': 599.58,\n        'wind': 83.42,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 29.19,\n        'coal': 933.95,\n        'gas': 794.39,\n        'hydro': 78.93,\n        'oil': 42.77,\n        'solar': 446.65,\n        'wind': 75.95,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Dominica')),\n      'production': dict({\n        'biomass': 30.09,\n        'coal': 932.86,\n        'gas': 810.65,\n        'hydro': 128.41,\n        'oil': 100.27,\n        'solar': 279.41,\n        'wind': 63.48,\n      }),\n      'source': 'oc.org.do',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'DO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_EIA.ambr",
    "content": "# serializer version: 1\n# name: test_US_CAR_SC_nuclear_split\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 300.0,\n        'gas': 300.0,\n        'hydro': 300.0,\n        'nuclear': 330.666634,\n        'oil': 300.0,\n        'solar': 300.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAR-SC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 400.0,\n        'gas': 400.0,\n        'hydro': 400.0,\n        'nuclear': 330.3333,\n        'oil': 400.0,\n        'solar': 400.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAR-SC',\n    }),\n  ])\n# ---\n# name: test_US_CAR_SC_nuclear_split.1\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 300.0,\n        'gas': 300.0,\n        'hydro': 300.0,\n        'nuclear': 661.333366,\n        'oil': 300.0,\n        'solar': 300.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAR-SCEG',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 400.0,\n        'gas': 400.0,\n        'hydro': 400.0,\n        'nuclear': 660.6667,\n        'oil': 400.0,\n        'solar': 400.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAR-SCEG',\n    }),\n  ])\n# ---\n# name: test_US_NW_AVRN_rerouting\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 330.0,\n        'hydro': 300.0,\n        'solar': 300.0,\n        'wind': 300.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NW-PACW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 450.0,\n        'hydro': 400.0,\n        'solar': 400.0,\n        'wind': 400.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NW-PACW',\n    }),\n  ])\n# ---\n# name: test_US_NW_AVRN_rerouting.1\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 300.0,\n        'hydro': 300.0,\n        'nuclear': 300.0,\n        'solar': 300.0,\n        'wind': 21.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NW-BPAT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 400.0,\n        'hydro': 400.0,\n        'nuclear': 400.0,\n        'solar': 400.0,\n        'wind': 42.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NW-BPAT',\n    }),\n  ])\n# ---\n# name: test_fetch_production_mix\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'coal': 1.0,\n        'gas': 1.0,\n        'geothermal': 1.0,\n        'hydro': 1.0,\n        'nuclear': 1.0,\n        'oil': 1.0,\n        'solar': 1.0,\n        'unknown': 1.0,\n        'wind': 1.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0,\n        'hydro': -1.0,\n      }),\n      'zoneKey': 'US-NW-PGE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'coal': 2.0,\n        'gas': 2.0,\n        'geothermal': 2.0,\n        'hydro': 2.0,\n        'nuclear': 2.0,\n        'oil': 2.0,\n        'solar': 2.0,\n        'unknown': 2.0,\n        'wind': 2.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.0,\n        'hydro': -2.0,\n      }),\n      'zoneKey': 'US-NW-PGE',\n    }),\n  ])\n# ---\n# name: test_fetch_production_mix_discards_null\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 400.0,\n        'coal': 400.0,\n        'gas': 400.0,\n        'geothermal': 400.0,\n        'hydro': 400.0,\n        'nuclear': 400.0,\n        'oil': 400.0,\n        'solar': 400.0,\n        'unknown': 400.0,\n        'wind': 400.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -400.0,\n        'hydro': -400.0,\n      }),\n      'zoneKey': 'US-NW-PGE',\n    }),\n  ])\n# ---\n# name: test_fetch_returns_storage\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 27, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'coal': 1.0,\n        'gas': 1.0,\n        'geothermal': 1.0,\n        'hydro': 1.0,\n        'nuclear': 1.0,\n        'oil': 1.0,\n        'solar': 1.0,\n        'unknown': 1.0,\n        'wind': 1.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0,\n        'hydro': -1.0,\n      }),\n      'zoneKey': 'US-CAL-IID',\n    }),\n  ])\n# ---\n# name: test_hydro_transfer_mix\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 300.0,\n        'gas': 300.0,\n        'hydro': 7.0,\n        'nuclear': 300.0,\n        'solar': 300.0,\n        'wind': 300.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 5.0,\n      }),\n      'zoneKey': 'US-SW-SRP',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2022, 10, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 400.0,\n        'gas': 400.0,\n        'hydro': 800.0,\n        'nuclear': 400.0,\n        'solar': 400.0,\n        'wind': 400.0,\n      }),\n      'source': 'eia.gov',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 900.0,\n      }),\n      'zoneKey': 'US-SW-SRP',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENERCAL.ambr",
    "content": "# serializer version: 1\n# name: test_production_with_snapshot\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 23.7,\n        'hydro': 35.9,\n        'oil': 32,\n        'solar': 0.3,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 20.7,\n        'hydro': 35.2,\n        'oil': 32.3,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 16.8,\n        'hydro': 35.7,\n        'oil': 33.8,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 21.1,\n        'hydro': 28.8,\n        'oil': 32,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 28.4,\n        'hydro': 21,\n        'oil': 32.6,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 27.8,\n        'hydro': 23.5,\n        'oil': 33.6,\n        'solar': 0.1,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 16.6,\n        'hydro': 34.5,\n        'oil': 33.7,\n        'solar': 3.6,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 20.2,\n        'hydro': 14,\n        'oil': 32.5,\n        'solar': 20,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 18.3,\n        'hydro': 0.3,\n        'oil': 27.3,\n        'solar': 34.6,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 12.8,\n        'hydro': 0.8,\n        'oil': 9.5,\n        'solar': 55.3,\n        'wind': 0.2,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 11.5,\n        'hydro': 1.4,\n        'oil': 5.9,\n        'solar': 53.1,\n        'wind': 1.3,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 9.4,\n        'hydro': 6.8,\n        'oil': 10.9,\n        'solar': 48.9,\n        'wind': 2,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 13.1,\n        'hydro': 10.2,\n        'oil': 27.9,\n        'solar': 41.5,\n        'wind': 3.4,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 16.5,\n        'hydro': 1.4,\n        'oil': 23.5,\n        'solar': 39.2,\n        'wind': 3.2,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 21.5,\n        'hydro': 6.8,\n        'oil': 17.8,\n        'solar': 24.6,\n        'wind': 2.4,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 18.5,\n        'hydro': 17.2,\n        'oil': 32,\n        'solar': 18.7,\n        'wind': 2.1,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 18.4,\n        'hydro': 34.6,\n        'oil': 36.4,\n        'solar': 14.2,\n        'wind': 2.2,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 20,\n        'hydro': 34.6,\n        'oil': 33.9,\n        'solar': 10.3,\n        'wind': 0.6,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 19.8,\n        'hydro': 37.5,\n        'oil': 34.9,\n        'solar': 3.1,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 21.3,\n        'hydro': 38.7,\n        'oil': 42.4,\n        'solar': 1.2,\n        'wind': 0,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 21.5,\n        'hydro': 39,\n        'oil': 44,\n        'solar': 0.5,\n        'wind': 0.1,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 20.2,\n        'hydro': 38.7,\n        'oil': 42.5,\n        'solar': 0,\n        'wind': 1.9,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 19,\n        'hydro': 38.6,\n        'oil': 37.1,\n        'solar': 0,\n        'wind': 3.2,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Noumea')),\n      'production': dict({\n        'coal': 17.3,\n        'hydro': 38.4,\n        'oil': 32,\n        'solar': 0.3,\n        'wind': 2.8,\n      }),\n      'source': 'enercal.nc',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'NC',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTE.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 4, 3, 8, 37, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -7.5,\n      'sortedZoneKeys': 'CR->NI',\n      'source': 'enteoperador.org',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'unknown': 1460.3,\n      }),\n      'source': 'enteoperador.org',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_a03_curve_decompression[fake_time_series.xml].ambr",
    "content": "# serializer version: 1\n# name: test_a03_curve_decompression[fake_time_series.xml]\n  list([\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.6,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.5,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.1,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      value=1.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.6,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.6,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.1,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.2,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.4,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.3,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.5,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.7,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.8,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      value=0.9,\n    ),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_a03_curve_decompression[fake_time_series_all_0.xml].ambr",
    "content": "# serializer version: 1\n# name: test_a03_curve_decompression[fake_time_series_all_0.xml]\n  list([\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n    DateTimePoint(\n      dt=datetime.datetime(2025, 10, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      value=0.0,\n    ),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_production_with_snapshot[FI].ambr",
    "content": "# serializer version: 1\n# name: test_production_with_snapshot[FI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 776.6,\n        'coal': 123.28,\n        'gas': 14.7,\n        'hydro': 961.81,\n        'nuclear': 4175.7,\n        'oil': 2.34,\n        'solar': 236.28,\n        'unknown': 145.01,\n        'wind': 4110.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 792.35,\n        'coal': 121.39,\n        'gas': 14.7,\n        'hydro': 933.71,\n        'nuclear': 4174.1,\n        'oil': 0.6,\n        'solar': 213.22,\n        'unknown': 139.41,\n        'wind': 4101.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 788.3,\n        'coal': 122.48,\n        'gas': 14.7,\n        'hydro': 979.03,\n        'nuclear': 4176.3,\n        'oil': 0.6,\n        'solar': 191.79,\n        'unknown': 135.13,\n        'wind': 4015.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 786.62,\n        'coal': 122.26,\n        'gas': 14.7,\n        'hydro': 1155.0,\n        'nuclear': 4175.3,\n        'oil': 0.6,\n        'solar': 173.18,\n        'unknown': 140.14,\n        'wind': 4022.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 808.4,\n        'coal': 127.69,\n        'gas': 14.7,\n        'hydro': 1314.7,\n        'nuclear': 4176.5,\n        'oil': 0.6,\n        'solar': 152.92,\n        'unknown': 146.06,\n        'wind': 4005.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 804.41,\n        'coal': 128.24,\n        'gas': 14.7,\n        'hydro': 1350.5,\n        'nuclear': 4174.9,\n        'oil': 0.6,\n        'solar': 126.54,\n        'unknown': 144.67,\n        'wind': 4125.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 804.52,\n        'coal': 130.76,\n        'gas': 14.7,\n        'hydro': 1364.7,\n        'nuclear': 4175.2,\n        'oil': 0.6,\n        'solar': 99.77,\n        'unknown': 144.5,\n        'wind': 4216.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 803.23,\n        'coal': 132.1,\n        'gas': 14.7,\n        'hydro': 1410.2,\n        'nuclear': 4174.1,\n        'oil': 0.6,\n        'solar': 74.25,\n        'unknown': 144.91,\n        'wind': 4354.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 804.52,\n        'coal': 131.12,\n        'gas': 14.7,\n        'hydro': 1437.6,\n        'nuclear': 4175.3,\n        'oil': 0.6,\n        'solar': 21.35,\n        'unknown': 144.19,\n        'wind': 4441.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 792.29,\n        'coal': 130.0,\n        'gas': 14.7,\n        'hydro': 1480.5,\n        'nuclear': 4175.2,\n        'oil': 0.6,\n        'solar': 13.49,\n        'unknown': 146.32,\n        'wind': 4551.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 791.71,\n        'coal': 127.66,\n        'gas': 14.7,\n        'hydro': 1468.6,\n        'nuclear': 4175.7,\n        'oil': 0.6,\n        'solar': 7.22,\n        'unknown': 145.85,\n        'wind': 4687.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 799.8,\n        'coal': 127.3,\n        'gas': 14.7,\n        'hydro': 1465.8,\n        'nuclear': 4177.0,\n        'oil': 0.6,\n        'solar': 1.96,\n        'unknown': 147.19,\n        'wind': 4920.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 803.89,\n        'coal': 129.03,\n        'gas': 14.7,\n        'hydro': 1467.4,\n        'nuclear': 4175.7,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 147.0,\n        'wind': 5185.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 804.41,\n        'coal': 127.83,\n        'gas': 14.7,\n        'hydro': 1435.4,\n        'nuclear': 4175.0,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 146.5,\n        'wind': 5375.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 802.16,\n        'coal': 125.51,\n        'gas': 14.7,\n        'hydro': 1288.3,\n        'nuclear': 4175.5,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 147.48,\n        'wind': 5405.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 787.62,\n        'coal': 123.43,\n        'gas': 14.7,\n        'hydro': 1251.5,\n        'nuclear': 4176.4,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 148.75,\n        'wind': 5574.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 788.74,\n        'coal': 126.06,\n        'gas': 14.7,\n        'hydro': 1247.5,\n        'nuclear': 4175.0,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 151.41,\n        'wind': 5669.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 789.3,\n        'coal': 129.35,\n        'gas': 14.7,\n        'hydro': 1247.1,\n        'nuclear': 4175.2,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 152.71,\n        'wind': 5609.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 787.92,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1236.0,\n        'nuclear': 4175.6,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 153.37,\n        'wind': 5705.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 774.79,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1236.7,\n        'nuclear': 4175.4,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 144.6,\n        'wind': 5821.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 769.04,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1143.4,\n        'nuclear': 4176.2,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 141.1,\n        'wind': 5821.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 775.39,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1100.8,\n        'nuclear': 4176.6,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 142.01,\n        'wind': 5877.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 771.99,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1090.9,\n        'nuclear': 4175.6,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 134.7,\n        'wind': 5920.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 777.32,\n        'coal': 131.07,\n        'gas': 14.7,\n        'hydro': 1048.8,\n        'nuclear': 4176.0,\n        'oil': 0.6,\n        'solar': 1.8,\n        'unknown': 120.97,\n        'wind': 5874.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 774.58,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1029.0,\n        'nuclear': 4175.9,\n        'oil': 0.6,\n        'solar': 0.31,\n        'unknown': 112.1,\n        'wind': 5972.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 767.82,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 946.37,\n        'nuclear': 4172.9,\n        'oil': 0.6,\n        'solar': 0.2,\n        'unknown': 112.1,\n        'wind': 6120.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 774.13,\n        'coal': 129.63,\n        'gas': 14.7,\n        'hydro': 910.77,\n        'nuclear': 4173.7,\n        'oil': 0.6,\n        'solar': 1.23,\n        'unknown': 114.35,\n        'wind': 6194.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 756.68,\n        'coal': 129.7,\n        'gas': 14.7,\n        'hydro': 869.8,\n        'nuclear': 4175.0,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 113.62,\n        'wind': 6154.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 758.88,\n        'coal': 126.29,\n        'gas': 14.7,\n        'hydro': 824.69,\n        'nuclear': 4174.3,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 111.38,\n        'wind': 6199.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 759.31,\n        'coal': 127.21,\n        'gas': 14.7,\n        'hydro': 800.6,\n        'nuclear': 4175.6,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 112.59,\n        'wind': 6223.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 752.87,\n        'coal': 127.9,\n        'gas': 14.7,\n        'hydro': 789.8,\n        'nuclear': 4175.3,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 116.82,\n        'wind': 6111.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 754.28,\n        'coal': 127.9,\n        'gas': 14.7,\n        'hydro': 780.82,\n        'nuclear': 4174.9,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 119.09,\n        'wind': 6092.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 755.15,\n        'coal': 127.9,\n        'gas': 14.7,\n        'hydro': 847.89,\n        'nuclear': 4176.0,\n        'oil': 0.6,\n        'solar': 1.3,\n        'unknown': 119.9,\n        'wind': 6257.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 763.53,\n        'coal': 127.9,\n        'gas': 14.7,\n        'hydro': 849.54,\n        'nuclear': 4175.4,\n        'oil': 0.6,\n        'solar': 0.49,\n        'unknown': 119.9,\n        'wind': 6436.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 764.85,\n        'coal': 126.9,\n        'gas': 14.7,\n        'hydro': 825.3,\n        'nuclear': 4175.3,\n        'oil': 0.6,\n        'solar': 0.2,\n        'unknown': 116.78,\n        'wind': 5939.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 763.55,\n        'coal': 125.4,\n        'gas': 14.7,\n        'hydro': 811.19,\n        'nuclear': 4175.6,\n        'oil': 0.6,\n        'solar': 0.2,\n        'unknown': 116.3,\n        'wind': 5771.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 754.54,\n        'coal': 125.4,\n        'gas': 14.7,\n        'hydro': 855.29,\n        'nuclear': 4175.1,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 115.38,\n        'wind': 5755.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 736.42,\n        'coal': 125.4,\n        'gas': 14.7,\n        'hydro': 801.16,\n        'nuclear': 4176.5,\n        'oil': 0.6,\n        'solar': 1.7,\n        'unknown': 114.7,\n        'wind': 5546.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 737.3,\n        'coal': 124.77,\n        'gas': 14.7,\n        'hydro': 761.94,\n        'nuclear': 4174.8,\n        'oil': 0.6,\n        'solar': 1.7,\n        'unknown': 116.68,\n        'wind': 5958.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 731.48,\n        'coal': 124.38,\n        'gas': 14.7,\n        'hydro': 740.22,\n        'nuclear': 4173.4,\n        'oil': 0.6,\n        'solar': 0.58,\n        'unknown': 116.9,\n        'wind': 5814.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 723.94,\n        'coal': 124.8,\n        'gas': 14.7,\n        'hydro': 700.51,\n        'nuclear': 3948.4,\n        'oil': 0.6,\n        'solar': 1.31,\n        'unknown': 117.05,\n        'wind': 6141.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 724.45,\n        'coal': 124.8,\n        'gas': 14.7,\n        'hydro': 639.55,\n        'nuclear': 3758.3,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 119.2,\n        'wind': 6148.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 714.25,\n        'coal': 124.8,\n        'gas': 14.7,\n        'hydro': 665.76,\n        'nuclear': 3646.8,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 118.69,\n        'wind': 5691.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 715.29,\n        'coal': 124.8,\n        'gas': 14.7,\n        'hydro': 649.92,\n        'nuclear': 3615.3,\n        'oil': 0.6,\n        'solar': 0.52,\n        'unknown': 118.07,\n        'wind': 5456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 725.4,\n        'coal': 126.56,\n        'gas': 14.7,\n        'hydro': 674.2,\n        'nuclear': 3610.2,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 119.48,\n        'wind': 5495.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 723.18,\n        'coal': 127.1,\n        'gas': 14.7,\n        'hydro': 623.13,\n        'nuclear': 3604.2,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 117.48,\n        'wind': 5522.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 724.51,\n        'coal': 127.1,\n        'gas': 14.7,\n        'hydro': 605.72,\n        'nuclear': 3595.1,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 115.47,\n        'wind': 5766.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 720.54,\n        'coal': 127.1,\n        'gas': 14.7,\n        'hydro': 608.63,\n        'nuclear': 3530.0,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 112.94,\n        'wind': 5756.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 730.21,\n        'coal': 126.15,\n        'gas': 14.7,\n        'hydro': 611.64,\n        'nuclear': 3591.4,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 117.26,\n        'wind': 5697.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 725.75,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 612.34,\n        'nuclear': 3580.9,\n        'oil': 0.6,\n        'solar': 0.4,\n        'unknown': 114.82,\n        'wind': 5702.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 731.86,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 620.76,\n        'nuclear': 3566.8,\n        'oil': 0.6,\n        'solar': 1.52,\n        'unknown': 113.95,\n        'wind': 5484.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 730.09,\n        'coal': 126.72,\n        'gas': 14.7,\n        'hydro': 618.25,\n        'nuclear': 3576.8,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 117.29,\n        'wind': 5353.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 718.4,\n        'coal': 127.0,\n        'gas': 14.7,\n        'hydro': 648.32,\n        'nuclear': 3550.5,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 115.45,\n        'wind': 5523.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 718.05,\n        'coal': 127.0,\n        'gas': 14.7,\n        'hydro': 675.73,\n        'nuclear': 3573.2,\n        'oil': 0.6,\n        'solar': 1.6,\n        'unknown': 114.29,\n        'wind': 5419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 725.73,\n        'coal': 127.45,\n        'gas': 14.7,\n        'hydro': 701.81,\n        'nuclear': 3582.8,\n        'oil': 0.33,\n        'solar': 1.33,\n        'unknown': 116.79,\n        'wind': 5437.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 731.33,\n        'coal': 128.0,\n        'gas': 14.7,\n        'hydro': 700.69,\n        'nuclear': 3598.2,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 117.9,\n        'wind': 5456.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 737.65,\n        'coal': 125.58,\n        'gas': 14.7,\n        'hydro': 710.66,\n        'nuclear': 3579.0,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.05,\n        'wind': 5451.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 746.12,\n        'coal': 124.7,\n        'gas': 14.7,\n        'hydro': 710.07,\n        'nuclear': 3589.2,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 119.59,\n        'wind': 5516.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 755.25,\n        'coal': 124.7,\n        'gas': 14.7,\n        'hydro': 720.6,\n        'nuclear': 3572.5,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 119.33,\n        'wind': 5622.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 761.02,\n        'coal': 124.7,\n        'gas': 14.7,\n        'hydro': 735.06,\n        'nuclear': 3568.6,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 119.21,\n        'wind': 5676.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 757.8,\n        'coal': 124.7,\n        'gas': 14.7,\n        'hydro': 876.88,\n        'nuclear': 3594.8,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.89,\n        'wind': 5525.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 765.26,\n        'coal': 124.7,\n        'gas': 14.7,\n        'hydro': 1017.7,\n        'nuclear': 3569.0,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 119.8,\n        'wind': 5662.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 781.96,\n        'coal': 128.8,\n        'gas': 14.7,\n        'hydro': 1065.7,\n        'nuclear': 3596.8,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.11,\n        'wind': 5732.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 775.72,\n        'coal': 127.34,\n        'gas': 14.7,\n        'hydro': 1067.8,\n        'nuclear': 3597.3,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.41,\n        'wind': 5718.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 775.36,\n        'coal': 124.8,\n        'gas': 14.7,\n        'hydro': 1081.4,\n        'nuclear': 3597.4,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 117.6,\n        'wind': 5675.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 757.93,\n        'coal': 128.86,\n        'gas': 14.7,\n        'hydro': 1105.3,\n        'nuclear': 3575.2,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.39,\n        'wind': 5750.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 747.79,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1126.9,\n        'nuclear': 3599.1,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 118.57,\n        'wind': 5698.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 759.17,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1137.1,\n        'nuclear': 3599.0,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 117.64,\n        'wind': 5602.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 756.34,\n        'coal': 129.6,\n        'gas': 14.7,\n        'hydro': 1293.9,\n        'nuclear': 3590.5,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 127.24,\n        'wind': 5490.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 742.74,\n        'coal': 129.68,\n        'gas': 14.7,\n        'hydro': 1336.5,\n        'nuclear': 3590.4,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 129.76,\n        'wind': 5434.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 734.73,\n        'coal': 133.72,\n        'gas': 14.7,\n        'hydro': 1388.1,\n        'nuclear': 3575.7,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 134.9,\n        'wind': 5337.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 737.75,\n        'coal': 132.86,\n        'gas': 14.7,\n        'hydro': 1398.4,\n        'nuclear': 3594.7,\n        'oil': 0.0,\n        'solar': 1.22,\n        'unknown': 134.43,\n        'wind': 5309.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 741.66,\n        'coal': 150.88,\n        'gas': 14.7,\n        'hydro': 1595.5,\n        'nuclear': 3570.5,\n        'oil': 0.0,\n        'solar': 25.37,\n        'unknown': 132.95,\n        'wind': 5253.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 713.99,\n        'coal': 150.63,\n        'gas': 14.7,\n        'hydro': 1644.0,\n        'nuclear': 3568.4,\n        'oil': 0.0,\n        'solar': 38.22,\n        'unknown': 134.71,\n        'wind': 5180.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 656.61,\n        'coal': 139.75,\n        'gas': 14.7,\n        'hydro': 1609.1,\n        'nuclear': 3598.9,\n        'oil': 0.0,\n        'solar': 50.24,\n        'unknown': 136.06,\n        'wind': 5226.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 636.5,\n        'coal': 134.5,\n        'gas': 14.7,\n        'hydro': 1618.8,\n        'nuclear': 3590.6,\n        'oil': 0.0,\n        'solar': 64.97,\n        'unknown': 135.57,\n        'wind': 5127.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 631.2,\n        'coal': 133.59,\n        'gas': 14.7,\n        'hydro': 1683.2,\n        'nuclear': 3587.5,\n        'oil': 0.0,\n        'solar': 81.26,\n        'unknown': 133.34,\n        'wind': 5035.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 623.46,\n        'coal': 130.99,\n        'gas': 14.7,\n        'hydro': 1727.5,\n        'nuclear': 3598.8,\n        'oil': 0.0,\n        'solar': 94.36,\n        'unknown': 140.11,\n        'wind': 4974.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 646.26,\n        'coal': 133.3,\n        'gas': 14.7,\n        'hydro': 1771.1,\n        'nuclear': 3587.5,\n        'oil': 0.0,\n        'solar': 110.47,\n        'unknown': 142.06,\n        'wind': 4934.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 652.01,\n        'coal': 138.19,\n        'gas': 14.7,\n        'hydro': 1787.0,\n        'nuclear': 3599.4,\n        'oil': 0.0,\n        'solar': 126.3,\n        'unknown': 133.05,\n        'wind': 4936.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 649.16,\n        'coal': 136.98,\n        'gas': 14.7,\n        'hydro': 1814.2,\n        'nuclear': 3591.4,\n        'oil': 0.0,\n        'solar': 147.23,\n        'unknown': 127.05,\n        'wind': 4967.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 648.48,\n        'coal': 136.5,\n        'gas': 14.7,\n        'hydro': 1813.6,\n        'nuclear': 3578.0,\n        'oil': 0.0,\n        'solar': 159.06,\n        'unknown': 127.46,\n        'wind': 5008.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 646.35,\n        'coal': 134.68,\n        'gas': 14.7,\n        'hydro': 1798.8,\n        'nuclear': 3569.3,\n        'oil': 0.0,\n        'solar': 166.27,\n        'unknown': 124.15,\n        'wind': 5012.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 630.74,\n        'coal': 130.69,\n        'gas': 14.7,\n        'hydro': 1757.1,\n        'nuclear': 3600.2,\n        'oil': 0.0,\n        'solar': 175.47,\n        'unknown': 125.14,\n        'wind': 5052.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 644.13,\n        'coal': 134.3,\n        'gas': 14.7,\n        'hydro': 1696.7,\n        'nuclear': 3601.1,\n        'oil': 0.0,\n        'solar': 194.36,\n        'unknown': 117.9,\n        'wind': 5082.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 649.97,\n        'coal': 129.47,\n        'gas': 14.7,\n        'hydro': 1635.3,\n        'nuclear': 3600.5,\n        'oil': 0.0,\n        'solar': 198.7,\n        'unknown': 116.36,\n        'wind': 5141.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 646.59,\n        'coal': 130.05,\n        'gas': 14.7,\n        'hydro': 1620.6,\n        'nuclear': 3597.5,\n        'oil': 2.63,\n        'solar': 202.78,\n        'unknown': 118.46,\n        'wind': 5198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 634.2,\n        'coal': 129.47,\n        'gas': 14.7,\n        'hydro': 1608.4,\n        'nuclear': 3585.1,\n        'oil': 0.0,\n        'solar': 188.7,\n        'unknown': 121.74,\n        'wind': 5215.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 593.95,\n        'coal': 129.24,\n        'gas': 14.7,\n        'hydro': 1582.8,\n        'nuclear': 3596.6,\n        'oil': 0.0,\n        'solar': 163.08,\n        'unknown': 125.43,\n        'wind': 5259.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 585.18,\n        'coal': 129.5,\n        'gas': 14.7,\n        'hydro': 1529.8,\n        'nuclear': 3596.2,\n        'oil': 0.0,\n        'solar': 157.51,\n        'unknown': 149.27,\n        'wind': 5407.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 586.91,\n        'coal': 130.45,\n        'gas': 14.7,\n        'hydro': 1516.2,\n        'nuclear': 3578.3,\n        'oil': 0.0,\n        'solar': 151.51,\n        'unknown': 155.56,\n        'wind': 5497.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 587.28,\n        'coal': 130.31,\n        'gas': 14.7,\n        'hydro': 1473.1,\n        'nuclear': 3599.1,\n        'oil': 0.0,\n        'solar': 144.3,\n        'unknown': 155.16,\n        'wind': 5527.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 567.31,\n        'coal': 124.31,\n        'gas': 14.7,\n        'hydro': 1484.6,\n        'nuclear': 3580.2,\n        'oil': 0.0,\n        'solar': 147.72,\n        'unknown': 154.98,\n        'wind': 5566.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 568.87,\n        'coal': 120.93,\n        'gas': 14.7,\n        'hydro': 1491.0,\n        'nuclear': 3597.3,\n        'oil': 0.0,\n        'solar': 144.31,\n        'unknown': 159.11,\n        'wind': 5514.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 563.67,\n        'coal': 120.8,\n        'gas': 14.7,\n        'hydro': 1501.0,\n        'nuclear': 3576.0,\n        'oil': 0.0,\n        'solar': 131.27,\n        'unknown': 161.4,\n        'wind': 5447.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 569.11,\n        'coal': 120.8,\n        'gas': 14.7,\n        'hydro': 1522.4,\n        'nuclear': 3596.5,\n        'oil': 0.0,\n        'solar': 128.29,\n        'unknown': 158.33,\n        'wind': 5461.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 569.13,\n        'coal': 124.49,\n        'gas': 14.7,\n        'hydro': 1546.2,\n        'nuclear': 3585.8,\n        'oil': 0.0,\n        'solar': 105.61,\n        'unknown': 155.81,\n        'wind': 5496.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 574.69,\n        'coal': 125.7,\n        'gas': 14.7,\n        'hydro': 1574.3,\n        'nuclear': 3595.8,\n        'oil': 0.0,\n        'solar': 84.02,\n        'unknown': 152.22,\n        'wind': 5419.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 577.96,\n        'coal': 125.7,\n        'gas': 14.7,\n        'hydro': 1637.9,\n        'nuclear': 3570.5,\n        'oil': 0.0,\n        'solar': 70.99,\n        'unknown': 149.69,\n        'wind': 5506.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 586.21,\n        'coal': 125.7,\n        'gas': 14.7,\n        'hydro': 1583.0,\n        'nuclear': 3594.7,\n        'oil': 0.0,\n        'solar': 54.16,\n        'unknown': 151.11,\n        'wind': 5582.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 601.85,\n        'coal': 127.2,\n        'gas': 14.7,\n        'hydro': 1539.0,\n        'nuclear': 3592.7,\n        'oil': 2.82,\n        'solar': 42.85,\n        'unknown': 156.14,\n        'wind': 5572.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 604.24,\n        'coal': 128.72,\n        'gas': 14.7,\n        'hydro': 1463.6,\n        'nuclear': 3590.8,\n        'oil': 1.1,\n        'solar': 33.36,\n        'unknown': 148.54,\n        'wind': 5598.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 640.72,\n        'coal': 129.38,\n        'gas': 14.7,\n        'hydro': 1480.3,\n        'nuclear': 3598.8,\n        'oil': 1.1,\n        'solar': 25.15,\n        'unknown': 150.66,\n        'wind': 5661.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 665.1,\n        'coal': 129.8,\n        'gas': 14.7,\n        'hydro': 1506.6,\n        'nuclear': 3597.9,\n        'oil': 1.1,\n        'solar': 15.74,\n        'unknown': 157.79,\n        'wind': 5672.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 699.28,\n        'coal': 127.98,\n        'gas': 14.7,\n        'hydro': 1413.9,\n        'nuclear': 3598.9,\n        'oil': 1.1,\n        'solar': 2.7,\n        'unknown': 154.24,\n        'wind': 5711.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 715.03,\n        'coal': 127.28,\n        'gas': 14.7,\n        'hydro': 1416.1,\n        'nuclear': 3576.7,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 151.67,\n        'wind': 5707.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 730.08,\n        'coal': 127.28,\n        'gas': 14.7,\n        'hydro': 1411.4,\n        'nuclear': 3589.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 153.49,\n        'wind': 5713.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 734.17,\n        'coal': 127.2,\n        'gas': 14.7,\n        'hydro': 1417.2,\n        'nuclear': 3590.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 151.81,\n        'wind': 5844.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 751.87,\n        'coal': 129.09,\n        'gas': 14.7,\n        'hydro': 1431.7,\n        'nuclear': 3592.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 150.9,\n        'wind': 5901.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 762.58,\n        'coal': 129.58,\n        'gas': 14.7,\n        'hydro': 1441.4,\n        'nuclear': 3571.1,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 149.57,\n        'wind': 6101.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 772.63,\n        'coal': 132.1,\n        'gas': 14.7,\n        'hydro': 1524.7,\n        'nuclear': 3597.0,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 148.8,\n        'wind': 6239.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 771.23,\n        'coal': 131.7,\n        'gas': 14.7,\n        'hydro': 1527.8,\n        'nuclear': 3598.5,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 150.71,\n        'wind': 6276.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 734.67,\n        'coal': 125.6,\n        'gas': 14.7,\n        'hydro': 1356.7,\n        'nuclear': 3598.5,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 155.15,\n        'wind': 5935.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 715.38,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1252.4,\n        'nuclear': 3584.8,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 154.0,\n        'wind': 6014.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 719.2,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1259.5,\n        'nuclear': 3598.9,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 155.94,\n        'wind': 6029.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 709.91,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1204.2,\n        'nuclear': 3603.3,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 147.02,\n        'wind': 6015.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 713.16,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1112.0,\n        'nuclear': 3601.1,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 127.42,\n        'wind': 6031.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 716.4,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1078.7,\n        'nuclear': 3600.7,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 116.39,\n        'wind': 5993.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 723.08,\n        'coal': 124.9,\n        'gas': 14.7,\n        'hydro': 1047.9,\n        'nuclear': 3604.5,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 115.81,\n        'wind': 5932.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 708.88,\n        'coal': 124.27,\n        'gas': 14.64,\n        'hydro': 1010.7,\n        'nuclear': 3604.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 115.03,\n        'wind': 5658.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 708.57,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 991.32,\n        'nuclear': 3606.3,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 116.33,\n        'wind': 5604.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 706.31,\n        'coal': 125.05,\n        'gas': 14.5,\n        'hydro': 940.58,\n        'nuclear': 3595.9,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 115.51,\n        'wind': 5696.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 696.02,\n        'coal': 126.0,\n        'gas': 14.5,\n        'hydro': 949.64,\n        'nuclear': 3587.2,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 116.0,\n        'wind': 5543.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 688.51,\n        'coal': 124.53,\n        'gas': 14.5,\n        'hydro': 940.77,\n        'nuclear': 3601.2,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 116.0,\n        'wind': 5455.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 674.6,\n        'coal': 125.37,\n        'gas': 14.5,\n        'hydro': 964.85,\n        'nuclear': 3602.5,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 113.11,\n        'wind': 5477.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 671.34,\n        'coal': 126.0,\n        'gas': 14.5,\n        'hydro': 946.04,\n        'nuclear': 3602.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 107.79,\n        'wind': 5560.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 669.66,\n        'coal': 125.16,\n        'gas': 14.5,\n        'hydro': 950.1,\n        'nuclear': 3602.4,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 107.66,\n        'wind': 5598.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 664.74,\n        'coal': 125.37,\n        'gas': 14.5,\n        'hydro': 990.02,\n        'nuclear': 3602.2,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 108.35,\n        'wind': 5731.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 660.82,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 978.49,\n        'nuclear': 3602.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 108.79,\n        'wind': 5868.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 665.02,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 936.21,\n        'nuclear': 3604.5,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 120.06,\n        'wind': 5901.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 660.3,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 949.88,\n        'nuclear': 3603.9,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 126.35,\n        'wind': 5920.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 670.21,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 944.8,\n        'nuclear': 3603.3,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 132.4,\n        'wind': 5962.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 670.49,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 942.75,\n        'nuclear': 3602.8,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 133.09,\n        'wind': 5882.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 679.21,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 921.15,\n        'nuclear': 3602.9,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 136.04,\n        'wind': 5851.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 682.77,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 893.49,\n        'nuclear': 3602.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 148.05,\n        'wind': 5868.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 683.21,\n        'coal': 123.9,\n        'gas': 14.5,\n        'hydro': 903.15,\n        'nuclear': 3604.7,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 161.77,\n        'wind': 5812.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 692.86,\n        'coal': 125.66,\n        'gas': 14.5,\n        'hydro': 806.43,\n        'nuclear': 3722.8,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 166.97,\n        'wind': 5803.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 681.59,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 776.09,\n        'nuclear': 3802.1,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 164.5,\n        'wind': 5743.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 689.92,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 782.15,\n        'nuclear': 3801.7,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 163.52,\n        'wind': 5724.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 690.58,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 766.46,\n        'nuclear': 3803.3,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 162.77,\n        'wind': 5696.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 688.82,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 737.97,\n        'nuclear': 3802.3,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 162.99,\n        'wind': 5435.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 692.27,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 727.14,\n        'nuclear': 3803.6,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 164.2,\n        'wind': 5429.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 689.52,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 711.15,\n        'nuclear': 3804.4,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 162.35,\n        'wind': 5567.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 684.32,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 687.69,\n        'nuclear': 3803.7,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 159.91,\n        'wind': 5566.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 688.41,\n        'coal': 126.2,\n        'gas': 14.5,\n        'hydro': 707.56,\n        'nuclear': 3804.9,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 159.03,\n        'wind': 5399.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 685.62,\n        'coal': 125.71,\n        'gas': 14.5,\n        'hydro': 727.51,\n        'nuclear': 3804.1,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 159.34,\n        'wind': 5372.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 685.66,\n        'coal': 124.1,\n        'gas': 14.5,\n        'hydro': 707.41,\n        'nuclear': 3805.0,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 160.5,\n        'wind': 5402.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 692.64,\n        'coal': 124.1,\n        'gas': 14.5,\n        'hydro': 724.88,\n        'nuclear': 3803.8,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 164.4,\n        'wind': 5334.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 687.86,\n        'coal': 124.1,\n        'gas': 14.5,\n        'hydro': 747.23,\n        'nuclear': 3803.2,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 163.01,\n        'wind': 5313.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 694.87,\n        'coal': 124.1,\n        'gas': 14.5,\n        'hydro': 770.21,\n        'nuclear': 3804.1,\n        'oil': 1.1,\n        'solar': 1.8,\n        'unknown': 162.31,\n        'wind': 5167.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 693.27,\n        'coal': 124.61,\n        'gas': 14.55,\n        'hydro': 779.12,\n        'nuclear': 3803.5,\n        'oil': 0.59,\n        'solar': 1.47,\n        'unknown': 162.97,\n        'wind': 5150.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 696.97,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 770.39,\n        'nuclear': 3805.2,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 160.1,\n        'wind': 5150.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 706.83,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 737.96,\n        'nuclear': 3805.5,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 155.71,\n        'wind': 5038.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 705.37,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 754.67,\n        'nuclear': 3805.4,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 154.03,\n        'wind': 4996.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 713.81,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 804.47,\n        'nuclear': 3803.3,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 157.76,\n        'wind': 5172.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 713.39,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 827.07,\n        'nuclear': 3803.6,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 158.0,\n        'wind': 5218.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 722.52,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 941.82,\n        'nuclear': 3804.6,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 157.67,\n        'wind': 5037.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 729.86,\n        'coal': 125.2,\n        'gas': 14.6,\n        'hydro': 969.65,\n        'nuclear': 3805.1,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 151.49,\n        'wind': 5102.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 723.22,\n        'coal': 125.58,\n        'gas': 14.6,\n        'hydro': 1012.0,\n        'nuclear': 3804.2,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 146.25,\n        'wind': 5117.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 723.89,\n        'coal': 128.97,\n        'gas': 14.6,\n        'hydro': 1055.5,\n        'nuclear': 3804.1,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 141.02,\n        'wind': 5228.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 735.55,\n        'coal': 126.12,\n        'gas': 14.6,\n        'hydro': 1071.4,\n        'nuclear': 3804.0,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 130.12,\n        'wind': 5110.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 748.67,\n        'coal': 125.0,\n        'gas': 14.6,\n        'hydro': 1065.0,\n        'nuclear': 3804.0,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 126.59,\n        'wind': 5048.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 742.59,\n        'coal': 125.15,\n        'gas': 14.6,\n        'hydro': 1134.8,\n        'nuclear': 3804.1,\n        'oil': 0.0,\n        'solar': 1.1,\n        'unknown': 122.03,\n        'wind': 5074.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 752.89,\n        'coal': 128.6,\n        'gas': 14.6,\n        'hydro': 1171.8,\n        'nuclear': 3804.1,\n        'oil': 2.17,\n        'solar': 1.1,\n        'unknown': 125.71,\n        'wind': 5044.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 763.24,\n        'coal': 130.33,\n        'gas': 14.6,\n        'hydro': 1237.5,\n        'nuclear': 3803.7,\n        'oil': 2.7373,\n        'solar': 1.1,\n        'unknown': 126.93,\n        'wind': 4941.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 770.38,\n        'coal': 133.28,\n        'gas': 14.6,\n        'hydro': 1283.4,\n        'nuclear': 3804.2,\n        'oil': 0.8,\n        'solar': 1.1,\n        'unknown': 122.29,\n        'wind': 4916.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 778.95,\n        'coal': 133.15312,\n        'gas': 14.6,\n        'hydro': 1290.8,\n        'nuclear': 3804.1,\n        'oil': 0.8,\n        'solar': 1.1,\n        'unknown': 116.66,\n        'wind': 4844.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 767.46,\n        'coal': 149.916,\n        'gas': 14.6,\n        'hydro': 1279.9,\n        'nuclear': 3804.4,\n        'oil': 0.8,\n        'solar': 1.1,\n        'unknown': 114.36,\n        'wind': 4805.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 778.8,\n        'coal': 176.866,\n        'gas': 25.038,\n        'hydro': 1292.2,\n        'nuclear': 3803.8,\n        'oil': 14.267,\n        'solar': 1.1,\n        'unknown': 114.81,\n        'wind': 4756.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 803.02,\n        'coal': 177.92,\n        'gas': 25.727,\n        'hydro': 1287.8,\n        'nuclear': 3807.0,\n        'oil': 23.5,\n        'solar': 4.0965,\n        'unknown': 115.4,\n        'wind': 4722.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 817.3,\n        'coal': 178.824,\n        'gas': 14.5,\n        'hydro': 1269.8,\n        'nuclear': 3806.6,\n        'oil': 7.8817,\n        'solar': 6.6159,\n        'unknown': 116.57,\n        'wind': 4700.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 815.67,\n        'coal': 177.17,\n        'gas': 14.5,\n        'hydro': 1332.4,\n        'nuclear': 3805.5,\n        'oil': 0.9,\n        'solar': 10.953,\n        'unknown': 120.87,\n        'wind': 4683.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 814.42,\n        'coal': 180.97,\n        'gas': 14.5,\n        'hydro': 1350.0,\n        'nuclear': 3804.7,\n        'oil': 23.644,\n        'solar': 18.842,\n        'unknown': 124.54,\n        'wind': 4549.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 810.53,\n        'coal': 187.08,\n        'gas': 18.526,\n        'hydro': 1318.8,\n        'nuclear': 3805.9,\n        'oil': 59.8,\n        'solar': 24.356,\n        'unknown': 129.35,\n        'wind': 4475.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 812.409,\n        'coal': 188.394,\n        'gas': 22.6,\n        'hydro': 1359.9,\n        'nuclear': 3805.7,\n        'oil': 12.647,\n        'solar': 29.459,\n        'unknown': 131.1,\n        'wind': 4401.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 812.41,\n        'coal': 186.35,\n        'gas': 23.773,\n        'hydro': 1367.8,\n        'nuclear': 3804.9,\n        'oil': 0.0,\n        'solar': 34.336,\n        'unknown': 130.9,\n        'wind': 4347.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 817.29,\n        'coal': 186.7,\n        'gas': 22.9,\n        'hydro': 1431.0,\n        'nuclear': 3805.6,\n        'oil': 0.0,\n        'solar': 41.835,\n        'unknown': 130.75,\n        'wind': 4299.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 819.57,\n        'coal': 182.587,\n        'gas': 22.9,\n        'hydro': 1444.9,\n        'nuclear': 3806.0,\n        'oil': 0.0,\n        'solar': 46.406,\n        'unknown': 128.54,\n        'wind': 4257.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 822.97,\n        'coal': 184.874,\n        'gas': 22.9,\n        'hydro': 1501.2,\n        'nuclear': 3804.2,\n        'oil': 0.0,\n        'solar': 51.086,\n        'unknown': 119.97,\n        'wind': 4196.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 822.96,\n        'coal': 186.95,\n        'gas': 22.9,\n        'hydro': 1500.9,\n        'nuclear': 3803.7,\n        'oil': 0.0,\n        'solar': 53.64,\n        'unknown': 117.98,\n        'wind': 4106.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 809.65,\n        'coal': 184.64,\n        'gas': 22.9,\n        'hydro': 1468.7,\n        'nuclear': 3801.7,\n        'oil': 0.0,\n        'solar': 53.71,\n        'unknown': 120.01,\n        'wind': 4019.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 837.48,\n        'coal': 184.6,\n        'gas': 22.9,\n        'hydro': 1471.2,\n        'nuclear': 3804.0,\n        'oil': 0.0,\n        'solar': 55.323,\n        'unknown': 120.08,\n        'wind': 3977.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 842.93,\n        'coal': 184.6,\n        'gas': 22.9,\n        'hydro': 1423.2,\n        'nuclear': 3804.2,\n        'oil': 13.412,\n        'solar': 58.0,\n        'unknown': 124.57,\n        'wind': 3926.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 843.71,\n        'coal': 184.567,\n        'gas': 22.9,\n        'hydro': 1408.3,\n        'nuclear': 3803.8,\n        'oil': 14.424,\n        'solar': 60.736,\n        'unknown': 129.9,\n        'wind': 3867.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 863.4,\n        'coal': 186.54,\n        'gas': 22.9,\n        'hydro': 1435.3,\n        'nuclear': 3759.0,\n        'oil': 0.5,\n        'solar': 63.06,\n        'unknown': 129.69,\n        'wind': 3783.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 871.33,\n        'coal': 189.34,\n        'gas': 22.9,\n        'hydro': 1461.7,\n        'nuclear': 3713.3,\n        'oil': 0.5,\n        'solar': 65.443,\n        'unknown': 127.19,\n        'wind': 3723.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 884.166,\n        'coal': 194.52,\n        'gas': 22.9,\n        'hydro': 1446.1,\n        'nuclear': 3709.7,\n        'oil': 0.5,\n        'solar': 65.2,\n        'unknown': 119.3,\n        'wind': 3592.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 899.324,\n        'coal': 196.41,\n        'gas': 22.9,\n        'hydro': 1508.9,\n        'nuclear': 3708.8,\n        'oil': 11.927,\n        'solar': 62.087,\n        'unknown': 121.69,\n        'wind': 3485.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 901.45,\n        'coal': 201.583,\n        'gas': 22.9,\n        'hydro': 1467.4,\n        'nuclear': 3708.4,\n        'oil': 6.4217,\n        'solar': 53.534,\n        'unknown': 122.44,\n        'wind': 3415.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 907.399,\n        'coal': 203.2,\n        'gas': 22.9,\n        'hydro': 1461.4,\n        'nuclear': 3708.2,\n        'oil': 0.0,\n        'solar': 49.653,\n        'unknown': 123.96,\n        'wind': 3409.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 911.07,\n        'coal': 203.2,\n        'gas': 22.9,\n        'hydro': 1492.8,\n        'nuclear': 3707.3,\n        'oil': 0.0,\n        'solar': 47.24,\n        'unknown': 119.32,\n        'wind': 3335.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 912.96,\n        'coal': 200.557,\n        'gas': 22.9,\n        'hydro': 1493.2,\n        'nuclear': 3704.5,\n        'oil': 0.0,\n        'solar': 42.91,\n        'unknown': 119.15,\n        'wind': 3253.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 933.56,\n        'coal': 197.73,\n        'gas': 22.9,\n        'hydro': 1498.6,\n        'nuclear': 3772.9,\n        'oil': 0.0,\n        'solar': 40.56,\n        'unknown': 124.03,\n        'wind': 3208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 935.777,\n        'coal': 197.14,\n        'gas': 22.9,\n        'hydro': 1481.2,\n        'nuclear': 3859.6,\n        'oil': 0.75913,\n        'solar': 35.907,\n        'unknown': 129.97,\n        'wind': 3160.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 954.01,\n        'coal': 196.33,\n        'gas': 22.9,\n        'hydro': 1470.1,\n        'nuclear': 3968.8,\n        'oil': 2.794,\n        'solar': 30.787,\n        'unknown': 130.6,\n        'wind': 3086.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 964.02,\n        'coal': 193.98,\n        'gas': 22.9,\n        'hydro': 1469.6,\n        'nuclear': 3998.1,\n        'oil': 0.0,\n        'solar': 24.971,\n        'unknown': 127.13,\n        'wind': 3026.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 966.483,\n        'coal': 188.66,\n        'gas': 22.9,\n        'hydro': 1490.1,\n        'nuclear': 3997.9,\n        'oil': 0.0,\n        'solar': 16.214,\n        'unknown': 137.17,\n        'wind': 2993.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 979.076,\n        'coal': 189.59,\n        'gas': 22.9,\n        'hydro': 1494.4,\n        'nuclear': 3998.5,\n        'oil': 0.0,\n        'solar': 11.831,\n        'unknown': 142.22,\n        'wind': 2925.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 990.33,\n        'coal': 189.8,\n        'gas': 22.9,\n        'hydro': 1491.4,\n        'nuclear': 3997.7,\n        'oil': 0.0,\n        'solar': 8.2202,\n        'unknown': 129.13,\n        'wind': 2880.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 982.56,\n        'coal': 188.62,\n        'gas': 22.9,\n        'hydro': 1531.7,\n        'nuclear': 3998.6,\n        'oil': 0.0,\n        'solar': 4.3304,\n        'unknown': 127.87,\n        'wind': 2826.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 996.15,\n        'coal': 191.394,\n        'gas': 22.9,\n        'hydro': 1583.6,\n        'nuclear': 3997.2,\n        'oil': 0.0,\n        'solar': 1.4935,\n        'unknown': 128.41,\n        'wind': 2821.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 992.383,\n        'coal': 193.796,\n        'gas': 22.9,\n        'hydro': 1635.1,\n        'nuclear': 3998.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 135.69,\n        'wind': 2771.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 994.52,\n        'coal': 192.1,\n        'gas': 22.9,\n        'hydro': 1631.3,\n        'nuclear': 3998.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 157.33,\n        'wind': 2839.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 999.607,\n        'coal': 193.3,\n        'gas': 22.9,\n        'hydro': 1639.1,\n        'nuclear': 4008.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 168.42,\n        'wind': 2832.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1003.44,\n        'coal': 196.5,\n        'gas': 22.9,\n        'hydro': 1670.7,\n        'nuclear': 4003.3,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 169.89,\n        'wind': 2870.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 998.65,\n        'coal': 197.05,\n        'gas': 22.9,\n        'hydro': 1702.6,\n        'nuclear': 4001.5,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 162.59,\n        'wind': 2882.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 988.03,\n        'coal': 196.12,\n        'gas': 22.9,\n        'hydro': 1724.3,\n        'nuclear': 4002.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 154.96,\n        'wind': 2897.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1000.68,\n        'coal': 196.3,\n        'gas': 22.9,\n        'hydro': 1731.0,\n        'nuclear': 4002.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 155.38,\n        'wind': 2882.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 992.09,\n        'coal': 196.325,\n        'gas': 22.9,\n        'hydro': 1785.5,\n        'nuclear': 4003.5,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 154.55,\n        'wind': 2818.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 986.42,\n        'coal': 199.8,\n        'gas': 22.9,\n        'hydro': 1787.9,\n        'nuclear': 4002.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 157.54,\n        'wind': 2738.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 983.609,\n        'coal': 200.83,\n        'gas': 22.9,\n        'hydro': 1799.9,\n        'nuclear': 4003.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 158.54,\n        'wind': 2690.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 973.66,\n        'coal': 200.68,\n        'gas': 22.9,\n        'hydro': 1765.3,\n        'nuclear': 4016.7,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 167.74,\n        'wind': 2671.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 975.296,\n        'coal': 194.304,\n        'gas': 22.9,\n        'hydro': 1737.9,\n        'nuclear': 4026.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 171.45,\n        'wind': 2658.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 966.99,\n        'coal': 192.99,\n        'gas': 22.9,\n        'hydro': 1670.7,\n        'nuclear': 4027.9,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 166.15,\n        'wind': 2603.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 968.094,\n        'coal': 192.7,\n        'gas': 22.9,\n        'hydro': 1655.9,\n        'nuclear': 4027.3,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 164.56,\n        'wind': 2553.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 966.469,\n        'coal': 192.7,\n        'gas': 22.9,\n        'hydro': 1675.8,\n        'nuclear': 4027.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 155.53,\n        'wind': 2496.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 949.21,\n        'coal': 193.013,\n        'gas': 22.9,\n        'hydro': 1588.7,\n        'nuclear': 4026.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 145.2,\n        'wind': 2449.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 958.02,\n        'coal': 182.02,\n        'gas': 22.9,\n        'hydro': 1524.3,\n        'nuclear': 4027.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 142.5,\n        'wind': 2385.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 959.26,\n        'coal': 175.59,\n        'gas': 22.9,\n        'hydro': 1439.3,\n        'nuclear': 4028.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 144.65,\n        'wind': 2327.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 952.038,\n        'coal': 173.774,\n        'gas': 22.9,\n        'hydro': 1357.7,\n        'nuclear': 4026.7,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 158.87,\n        'wind': 2274.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 943.334,\n        'coal': 173.64,\n        'gas': 22.9,\n        'hydro': 1413.9,\n        'nuclear': 4026.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.61,\n        'wind': 2214.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 937.368,\n        'coal': 173.577,\n        'gas': 22.9,\n        'hydro': 1400.9,\n        'nuclear': 4026.6,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 151.84,\n        'wind': 2182.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 936.4,\n        'coal': 168.51,\n        'gas': 22.9,\n        'hydro': 1381.9,\n        'nuclear': 4026.2,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.36,\n        'wind': 2147.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 933.18,\n        'coal': 161.68,\n        'gas': 22.9,\n        'hydro': 1376.0,\n        'nuclear': 4026.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 149.42,\n        'wind': 2104.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 929.84,\n        'coal': 161.64,\n        'gas': 22.9,\n        'hydro': 1314.3,\n        'nuclear': 4046.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 145.99,\n        'wind': 2054.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 924.18,\n        'coal': 162.9,\n        'gas': 22.9,\n        'hydro': 1295.3,\n        'nuclear': 4049.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 144.32,\n        'wind': 1989.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 915.236,\n        'coal': 162.9,\n        'gas': 22.9,\n        'hydro': 1195.8,\n        'nuclear': 4051.6,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 139.73,\n        'wind': 1860.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 914.87,\n        'coal': 159.274,\n        'gas': 22.9,\n        'hydro': 1159.1,\n        'nuclear': 4048.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 140.6,\n        'wind': 1784.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 909.67,\n        'coal': 142.9407,\n        'gas': 22.9,\n        'hydro': 1132.2,\n        'nuclear': 4049.6,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.05,\n        'wind': 1794.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 909.09,\n        'coal': 138.1,\n        'gas': 22.9,\n        'hydro': 1142.4,\n        'nuclear': 4049.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 150.4,\n        'wind': 1726.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 913.16,\n        'coal': 138.1,\n        'gas': 22.9,\n        'hydro': 1155.4,\n        'nuclear': 4049.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 149.14,\n        'wind': 1676.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 913.04,\n        'coal': 138.03,\n        'gas': 22.9,\n        'hydro': 1156.1,\n        'nuclear': 4049.9,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 147.97,\n        'wind': 1625.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 912.52,\n        'coal': 131.14,\n        'gas': 22.9,\n        'hydro': 1046.3,\n        'nuclear': 4049.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.98,\n        'wind': 1555.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 900.69,\n        'coal': 125.69,\n        'gas': 22.9,\n        'hydro': 1012.0,\n        'nuclear': 4048.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.15,\n        'wind': 1500.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 899.0,\n        'coal': 124.3,\n        'gas': 22.9,\n        'hydro': 1004.3,\n        'nuclear': 4048.9,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.13,\n        'wind': 1440.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 902.33,\n        'coal': 124.3,\n        'gas': 22.9,\n        'hydro': 948.58,\n        'nuclear': 4046.6,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.86,\n        'wind': 1406.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 905.17,\n        'coal': 124.74,\n        'gas': 22.9,\n        'hydro': 955.31,\n        'nuclear': 4049.0,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 150.9,\n        'wind': 1398.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 906.48,\n        'coal': 127.74,\n        'gas': 22.9,\n        'hydro': 972.5,\n        'nuclear': 4047.3,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.32,\n        'wind': 1293.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 905.64,\n        'coal': 127.89,\n        'gas': 22.9,\n        'hydro': 948.39,\n        'nuclear': 4047.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.25,\n        'wind': 1257.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 909.607,\n        'coal': 129.6,\n        'gas': 22.9,\n        'hydro': 931.92,\n        'nuclear': 4048.4,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 148.48,\n        'wind': 1238.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 899.26,\n        'coal': 127.44,\n        'gas': 22.9,\n        'hydro': 923.84,\n        'nuclear': 4047.5,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.82,\n        'wind': 1262.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 901.32,\n        'coal': 127.2,\n        'gas': 22.9,\n        'hydro': 918.0,\n        'nuclear': 4047.1,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 154.11,\n        'wind': 1250.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 894.673,\n        'coal': 127.2,\n        'gas': 22.9,\n        'hydro': 914.97,\n        'nuclear': 4047.8,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.57,\n        'wind': 1201.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 894.84,\n        'coal': 127.2,\n        'gas': 22.9,\n        'hydro': 862.43,\n        'nuclear': 4048.6,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.78,\n        'wind': 1160.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 893.92,\n        'coal': 127.2,\n        'gas': 22.9,\n        'hydro': 852.67,\n        'nuclear': 4047.5,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.92,\n        'wind': 1113.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 894.93,\n        'coal': 127.2,\n        'gas': 22.9,\n        'hydro': 838.5,\n        'nuclear': 4047.7,\n        'oil': 0.0,\n        'solar': 1.4,\n        'unknown': 152.99,\n        'wind': 1104.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 877.474,\n        'coal': 127.09922,\n        'gas': 22.853,\n        'hydro': 846.21,\n        'nuclear': 4048.1,\n        'oil': 0.0,\n        'solar': 1.3049,\n        'unknown': 153.57,\n        'wind': 1139.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 849.21,\n        'coal': 129.9,\n        'gas': 22.8,\n        'hydro': 833.14,\n        'nuclear': 4049.3,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 156.5,\n        'wind': 1133.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 817.71,\n        'coal': 131.42,\n        'gas': 22.8,\n        'hydro': 876.43,\n        'nuclear': 4046.0,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.89,\n        'wind': 1124.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 822.473,\n        'coal': 133.75973,\n        'gas': 22.8,\n        'hydro': 928.59,\n        'nuclear': 4046.6,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.26,\n        'wind': 1142.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 816.203,\n        'coal': 141.4826,\n        'gas': 22.8,\n        'hydro': 961.56,\n        'nuclear': 4048.1,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 152.3,\n        'wind': 1133.6,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 791.793,\n        'coal': 163.44,\n        'gas': 22.8,\n        'hydro': 1048.4,\n        'nuclear': 4048.8,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 152.93,\n        'wind': 1104.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 762.99,\n        'coal': 163.14,\n        'gas': 22.8,\n        'hydro': 1154.5,\n        'nuclear': 4047.5,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 153.42,\n        'wind': 1108.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 760.98,\n        'coal': 162.6,\n        'gas': 22.8,\n        'hydro': 1226.4,\n        'nuclear': 4048.0,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.3,\n        'wind': 1111.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 768.03,\n        'coal': 173.047,\n        'gas': 22.8,\n        'hydro': 1319.7,\n        'nuclear': 4047.9,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 159.99,\n        'wind': 1119.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 790.843,\n        'coal': 193.37,\n        'gas': 22.8,\n        'hydro': 1419.2,\n        'nuclear': 4046.9,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 161.85,\n        'wind': 1136.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 806.0,\n        'coal': 192.83,\n        'gas': 22.8,\n        'hydro': 1541.4,\n        'nuclear': 4047.1,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 158.79,\n        'wind': 1132.5,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 827.86,\n        'coal': 199.5,\n        'gas': 22.8,\n        'hydro': 1548.2,\n        'nuclear': 4046.5,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.68,\n        'wind': 1109.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 840.8,\n        'coal': 202.3,\n        'gas': 22.8,\n        'hydro': 1522.2,\n        'nuclear': 4048.6,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.2,\n        'wind': 1085.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 880.49,\n        'coal': 215.33,\n        'gas': 22.8,\n        'hydro': 1645.1,\n        'nuclear': 4047.7,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 160.49,\n        'wind': 1080.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 885.32,\n        'coal': 227.343,\n        'gas': 30.114,\n        'hydro': 1733.2,\n        'nuclear': 4047.4,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 162.09,\n        'wind': 1044.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 888.91,\n        'coal': 236.31,\n        'gas': 33.9,\n        'hydro': 1779.8,\n        'nuclear': 4046.6,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 159.93,\n        'wind': 1022.9,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 892.33,\n        'coal': 243.0,\n        'gas': 33.9,\n        'hydro': 1847.8,\n        'nuclear': 4045.9,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 154.74,\n        'wind': 992.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 926.58,\n        'coal': 245.04,\n        'gas': 33.9,\n        'hydro': 1917.2,\n        'nuclear': 4046.4,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 156.4,\n        'wind': 962.87,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 911.764,\n        'coal': 240.9,\n        'gas': 33.9,\n        'hydro': 1943.0,\n        'nuclear': 4044.7,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 168.45,\n        'wind': 937.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 898.77,\n        'coal': 247.4,\n        'gas': 33.9,\n        'hydro': 1936.5,\n        'nuclear': 4045.1,\n        'oil': 0.0,\n        'solar': 1.2,\n        'unknown': 166.29,\n        'wind': 930.13,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 910.66,\n        'coal': 249.663,\n        'gas': 33.9,\n        'hydro': 1929.9,\n        'nuclear': 4045.6,\n        'oil': 0.0,\n        'solar': 1.2733,\n        'unknown': 164.46,\n        'wind': 903.83,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 903.623,\n        'coal': 247.737,\n        'gas': 33.9,\n        'hydro': 1888.9,\n        'nuclear': 4047.1,\n        'oil': 0.0,\n        'solar': 2.3,\n        'unknown': 171.28,\n        'wind': 847.73,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 903.68,\n        'coal': 246.02,\n        'gas': 33.9,\n        'hydro': 1822.6,\n        'nuclear': 4046.9,\n        'oil': 0.0,\n        'solar': 22.025,\n        'unknown': 173.54,\n        'wind': 809.74,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 899.41,\n        'coal': 232.07,\n        'gas': 33.9,\n        'hydro': 1831.7,\n        'nuclear': 4046.0,\n        'oil': 0.0,\n        'solar': 29.829,\n        'unknown': 181.5,\n        'wind': 751.04,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 889.96,\n        'coal': 234.97,\n        'gas': 32.622,\n        'hydro': 1831.1,\n        'nuclear': 4043.7,\n        'oil': 0.0,\n        'solar': 38.429,\n        'unknown': 175.46,\n        'wind': 721.68,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 907.26,\n        'coal': 237.287,\n        'gas': 14.7,\n        'hydro': 1864.4,\n        'nuclear': 4045.4,\n        'oil': 0.0,\n        'solar': 46.179,\n        'unknown': 169.95,\n        'wind': 699.2,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 905.21,\n        'coal': 241.6,\n        'gas': 14.7,\n        'hydro': 1909.3,\n        'nuclear': 4044.6,\n        'oil': 0.0,\n        'solar': 54.331,\n        'unknown': 167.89,\n        'wind': 680.84,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 904.06,\n        'coal': 241.8,\n        'gas': 14.7,\n        'hydro': 1880.8,\n        'nuclear': 4045.5,\n        'oil': 0.0,\n        'solar': 60.871,\n        'unknown': 174.24,\n        'wind': 637.51,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 899.17,\n        'coal': 242.53,\n        'gas': 14.7,\n        'hydro': 1850.6,\n        'nuclear': 4045.5,\n        'oil': 0.0,\n        'solar': 67.273,\n        'unknown': 179.4,\n        'wind': 636.06,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 888.344,\n        'coal': 242.29,\n        'gas': 14.7,\n        'hydro': 1849.2,\n        'nuclear': 4044.4,\n        'oil': 0.0,\n        'solar': 76.811,\n        'unknown': 179.5,\n        'wind': 623.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 873.437,\n        'coal': 242.15,\n        'gas': 14.7,\n        'hydro': 1835.7,\n        'nuclear': 4046.3,\n        'oil': 0.0,\n        'solar': 90.317,\n        'unknown': 178.24,\n        'wind': 584.63,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 881.399,\n        'coal': 241.14,\n        'gas': 14.7,\n        'hydro': 1803.9,\n        'nuclear': 4045.2,\n        'oil': 0.0,\n        'solar': 86.473,\n        'unknown': 176.61,\n        'wind': 573.06,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 885.1,\n        'coal': 227.51,\n        'gas': 14.7,\n        'hydro': 1745.8,\n        'nuclear': 4046.6,\n        'oil': 0.0,\n        'solar': 88.02,\n        'unknown': 167.87,\n        'wind': 576.86,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 895.03,\n        'coal': 243.97,\n        'gas': 14.7,\n        'hydro': 1789.3,\n        'nuclear': 4045.2,\n        'oil': 0.0,\n        'solar': 88.713,\n        'unknown': 156.91,\n        'wind': 570.8,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 894.051,\n        'coal': 241.3,\n        'gas': 14.7,\n        'hydro': 1877.8,\n        'nuclear': 4046.0,\n        'oil': 0.0,\n        'solar': 89.2,\n        'unknown': 157.22,\n        'wind': 563.73,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 894.073,\n        'coal': 234.99,\n        'gas': 14.7,\n        'hydro': 1889.3,\n        'nuclear': 4044.1,\n        'oil': 0.0,\n        'solar': 87.154,\n        'unknown': 159.1,\n        'wind': 586.03,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 886.81,\n        'coal': 232.509,\n        'gas': 14.7,\n        'hydro': 1891.2,\n        'nuclear': 4046.7,\n        'oil': 0.0,\n        'solar': 89.123,\n        'unknown': 164.32,\n        'wind': 585.04,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 892.047,\n        'coal': 232.147,\n        'gas': 14.7,\n        'hydro': 1887.7,\n        'nuclear': 4031.2,\n        'oil': 0.0,\n        'solar': 94.17,\n        'unknown': 171.07,\n        'wind': 583.36,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 881.287,\n        'coal': 225.427,\n        'gas': 15.859,\n        'hydro': 1848.0,\n        'nuclear': 4023.3,\n        'oil': 0.0,\n        'solar': 88.181,\n        'unknown': 169.01,\n        'wind': 569.3,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 867.647,\n        'coal': 219.2,\n        'gas': 28.218,\n        'hydro': 1795.8,\n        'nuclear': 4023.0,\n        'oil': 0.0,\n        'solar': 80.427,\n        'unknown': 168.9,\n        'wind': 573.07,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 892.86,\n        'coal': 212.97,\n        'gas': 33.2,\n        'hydro': 1803.1,\n        'nuclear': 4022.0,\n        'oil': 0.0,\n        'solar': 74.886,\n        'unknown': 180.79,\n        'wind': 581.1,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 928.823,\n        'coal': 228.6,\n        'gas': 33.2,\n        'hydro': 1877.9,\n        'nuclear': 4021.9,\n        'oil': 0.0,\n        'solar': 69.748,\n        'unknown': 179.69,\n        'wind': 580.87,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_production_with_snapshot[LU].ambr",
    "content": "# serializer version: 1\n# name: test_production_with_snapshot[LU]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 51.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 50.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 51.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 51.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 47.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 46.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 44.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 42.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 37.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 36.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 8.0,\n        'hydro': 14.0,\n        'solar': 39.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 35.0,\n        'gas': 8.0,\n        'hydro': 14.0,\n        'solar': 41.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 35.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 46.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 36.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 48.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 39.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 52.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 47.0,\n        'gas': 4.0,\n        'hydro': 13.0,\n        'solar': 54.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 59.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 62.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 40.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 65.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 68.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 5.0,\n        'hydro': 13.0,\n        'solar': 67.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 5.0,\n        'hydro': 13.0,\n        'solar': 64.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 56.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 47.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 42.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 13.0,\n        'solar': 42.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 5.0,\n        'hydro': 13.0,\n        'solar': 43.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 4.0,\n        'hydro': 13.0,\n        'solar': 40.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 34.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 28.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 22.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 18.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 13.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 9.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 6.0,\n        'wind': 11.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 3.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 1.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 8.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 2.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 17.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 17.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 22.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 26.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 34.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 44.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 41.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 28.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 25.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 29.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 35.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 30.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 37.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 46.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 54.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 61.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 66.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 70.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 69.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 70.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 1.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 60.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 1.0,\n        'wind': 45.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 2.0,\n        'wind': 37.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 9.0,\n        'hydro': 14.0,\n        'solar': 4.0,\n        'wind': 37.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 10.0,\n        'hydro': 14.0,\n        'solar': 6.0,\n        'wind': 35.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 9.0,\n        'hydro': 14.0,\n        'solar': 7.0,\n        'wind': 38.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 9.0,\n        'hydro': 14.0,\n        'solar': 7.0,\n        'wind': 38.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 9.0,\n        'hydro': 13.0,\n        'solar': 9.0,\n        'wind': 37.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 11.0,\n        'wind': 38.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 12.0,\n        'wind': 41.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 11.0,\n        'hydro': 14.0,\n        'solar': 16.0,\n        'wind': 44.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 20.0,\n        'wind': 42.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 23.0,\n        'wind': 41.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 27.0,\n        'wind': 41.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 31.0,\n        'wind': 44.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 9.0,\n        'hydro': 13.0,\n        'solar': 38.0,\n        'wind': 51.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 37.0,\n        'gas': 9.0,\n        'hydro': 13.0,\n        'solar': 44.0,\n        'wind': 53.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 45.0,\n        'gas': 9.0,\n        'hydro': 13.0,\n        'solar': 45.0,\n        'wind': 54.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 52.0,\n        'gas': 9.0,\n        'hydro': 13.0,\n        'solar': 47.0,\n        'wind': 61.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 8.0,\n        'hydro': 13.0,\n        'solar': 48.0,\n        'wind': 72.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 8.0,\n        'hydro': 13.0,\n        'solar': 50.0,\n        'wind': 74.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 7.0,\n        'hydro': 13.0,\n        'solar': 55.0,\n        'wind': 65.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 52.0,\n        'gas': 6.0,\n        'hydro': 13.0,\n        'solar': 58.0,\n        'wind': 52.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 61.0,\n        'wind': 53.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 57.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 63.0,\n        'wind': 62.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 71.0,\n        'wind': 64.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 65.0,\n        'wind': 60.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 8.0,\n        'hydro': 14.0,\n        'solar': 72.0,\n        'wind': 61.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 9.0,\n        'hydro': 14.0,\n        'solar': 82.0,\n        'wind': 54.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 9.0,\n        'hydro': 14.0,\n        'solar': 74.0,\n        'wind': 47.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 8.0,\n        'hydro': 13.0,\n        'solar': 84.0,\n        'wind': 52.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 8.0,\n        'hydro': 14.0,\n        'solar': 94.0,\n        'wind': 45.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 14.0,\n        'solar': 103.0,\n        'wind': 39.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 116.0,\n        'wind': 33.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 36.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 139.0,\n        'wind': 31.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 165.0,\n        'wind': 28.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 3.0,\n        'hydro': 13.0,\n        'solar': 180.0,\n        'wind': 24.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 40.0,\n        'gas': 3.0,\n        'hydro': 14.0,\n        'solar': 177.0,\n        'wind': 25.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 40.0,\n        'gas': 3.0,\n        'hydro': 14.0,\n        'solar': 164.0,\n        'wind': 20.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 39.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 158.0,\n        'wind': 25.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 38.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 151.0,\n        'wind': 27.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 44.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 140.0,\n        'wind': 30.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 36.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 132.0,\n        'wind': 29.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 122.0,\n        'wind': 32.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 116.0,\n        'wind': 36.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 115.0,\n        'wind': 34.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 111.0,\n        'wind': 23.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 103.0,\n        'wind': 19.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 101.0,\n        'wind': 14.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 90.0,\n        'wind': 15.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 3.0,\n        'hydro': 14.0,\n        'solar': 77.0,\n        'wind': 16.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 3.0,\n        'hydro': 14.0,\n        'solar': 57.0,\n        'wind': 18.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 46.0,\n        'wind': 19.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 42.0,\n        'wind': 24.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 39.0,\n        'wind': 24.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 28.0,\n        'wind': 28.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 19.0,\n        'wind': 42.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 14.0,\n        'wind': 46.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 13.0,\n        'wind': 42.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 11.0,\n        'wind': 38.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 7.0,\n        'wind': 30.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 3.0,\n        'wind': 26.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 1.0,\n        'wind': 19.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 6.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 5.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 2.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 1.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 1.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 25.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 25.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 25.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 22, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 23.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 49.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 75.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 25.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 77.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 25.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 77.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 75.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 70.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 67.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 62.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 54.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 41.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 39.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 49.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 57.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 1.0,\n        'wind': 61.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 4.0,\n        'wind': 56.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 7.0,\n        'hydro': 15.0,\n        'solar': 7.0,\n        'wind': 52.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 10.0,\n        'hydro': 15.0,\n        'solar': 12.0,\n        'wind': 48.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 19.0,\n        'wind': 58.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 27.0,\n        'wind': 61.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 10.0,\n        'hydro': 15.0,\n        'solar': 36.0,\n        'wind': 52.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 10.0,\n        'hydro': 15.0,\n        'solar': 47.0,\n        'wind': 38.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 10.0,\n        'hydro': 15.0,\n        'solar': 58.0,\n        'wind': 25.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 70.0,\n        'wind': 17.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 82.0,\n        'wind': 13.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 95.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 109.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 122.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 11.0,\n        'hydro': 15.0,\n        'solar': 133.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 9.0,\n        'hydro': 15.0,\n        'solar': 142.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 8.0,\n        'hydro': 15.0,\n        'solar': 151.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 7.0,\n        'hydro': 15.0,\n        'solar': 158.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 27.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 157.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 162.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 152.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 150.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 36.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 152.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 151.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 47.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 152.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 157.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 164.0,\n        'wind': 7.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 164.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 159.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 154.0,\n        'wind': 7.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 146.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 138.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 26.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 139.0,\n        'wind': 10.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 143.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 41.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 146.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 141.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 134.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 125.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 45.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 122.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 52.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 124.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 51.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 129.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 34.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 132.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 124.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 118.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 112.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 105.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 99.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 88.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 75.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 65.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 55.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 28.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 44.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 35.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 28.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 22.0,\n        'wind': 2.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 18.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 4.0,\n        'hydro': 15.0,\n        'solar': 13.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 5.0,\n        'hydro': 16.0,\n        'solar': 9.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 5.0,\n        'hydro': 15.0,\n        'solar': 5.0,\n        'wind': 8.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 3.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 1.0,\n        'wind': 9.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 1.0,\n        'wind': 7.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 29.0,\n        'gas': 7.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 7.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 3.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 1.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 5.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 3.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 1.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 30.0,\n        'gas': 0.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 31.0,\n        'gas': 0.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 32.0,\n        'gas': 0.0,\n        'hydro': 16.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 59.0,\n        'gas': 6.0,\n        'hydro': 15.0,\n        'solar': 0.0,\n        'wind': 4.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 3.0,\n        'hydro': 13.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 1.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 0.0,\n        'hydro': 13.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 57.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 58.0,\n        'gas': 0.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 23, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 0.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 59.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 57.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 0.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 0.0,\n        'hydro': 13.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 0.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 52.0,\n        'gas': 0.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 0.0,\n        'hydro': 11.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 0.0,\n        'hydro': 11.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 0.0,\n        'hydro': 14.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 0.0,\n        'hydro': 11.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 57.0,\n        'gas': 7.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 15.0,\n        'hydro': 12.0,\n        'solar': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 26.0,\n        'hydro': 12.0,\n        'solar': 1.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 31.0,\n        'hydro': 12.0,\n        'solar': 2.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 57.0,\n        'gas': 35.0,\n        'hydro': 14.0,\n        'solar': 2.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 48.0,\n        'hydro': 14.0,\n        'solar': 3.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 53.0,\n        'gas': 23.0,\n        'hydro': 12.0,\n        'solar': 4.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 55.0,\n        'gas': 25.0,\n        'hydro': 14.0,\n        'solar': 5.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 54.0,\n        'gas': 37.0,\n        'hydro': 14.0,\n        'solar': 6.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 52.0,\n        'gas': 13.0,\n        'hydro': 14.0,\n        'solar': 6.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 50.0,\n        'gas': 20.0,\n        'hydro': 13.0,\n        'solar': 7.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 48.0,\n        'gas': 21.0,\n        'hydro': 13.0,\n        'solar': 9.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 50.0,\n        'gas': 18.0,\n        'hydro': 13.0,\n        'solar': 11.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 56.0,\n        'gas': 29.0,\n        'hydro': 13.0,\n        'solar': 13.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 33.0,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 13.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 41.0,\n        'gas': 14.0,\n        'hydro': 14.0,\n        'solar': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 12.0,\n        'hydro': 14.0,\n        'solar': 21.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 44.0,\n        'gas': 13.0,\n        'hydro': 14.0,\n        'solar': 25.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 17.0,\n        'hydro': 14.0,\n        'solar': 28.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 3.0,\n        'hydro': 12.0,\n        'solar': 29.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 45.0,\n        'gas': 10.0,\n        'hydro': 13.0,\n        'solar': 31.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 44.0,\n        'gas': 4.0,\n        'hydro': 14.0,\n        'solar': 34.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 43.0,\n        'gas': 3.0,\n        'hydro': 14.0,\n        'solar': 38.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 5, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 44.0,\n        'gas': 6.0,\n        'hydro': 12.0,\n        'solar': 39.0,\n        'wind': 0.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'LU',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_production_with_snapshot[NO-NO5].ambr",
    "content": "# serializer version: 1\n# name: test_production_with_snapshot[NO-NO5]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1065.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 969.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1011.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 1177.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1317.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1547.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1950.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2009.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2053.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2011.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2042.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1932.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 1879.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1629.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1520.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1491.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1467.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1513.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1957.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -78.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -157.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2344.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -161.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2214.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -118.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2062.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 2198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2191.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -35.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2200.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 0.0,\n        'hydro': 2157.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2279.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2583.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2733.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2637.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2725.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2880.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2756.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2632.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2603.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2546.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -70.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2390.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -70.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2393.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2394.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2449.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2700.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -73.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 1.0,\n        'hydro': 3155.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -74.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 0.0,\n        'hydro': 3440.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -74.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 3819.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -190.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 3677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -114.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_production_with_snapshot[SE-SE4].ambr",
    "content": "# serializer version: 1\n# name: test_production_with_snapshot[SE-SE4]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 90.23,\n        'solar': 300.51,\n        'unknown': 184.23,\n        'wind': 1434.47,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 90.23,\n        'solar': 250.13,\n        'unknown': 176.87,\n        'wind': 1399.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.6,\n        'hydro': 90.22,\n        'solar': 164.41,\n        'unknown': 172.11,\n        'wind': 1367.78,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 91.13,\n        'solar': 71.24,\n        'unknown': 170.46,\n        'wind': 1353.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 96.14,\n        'solar': 10.1,\n        'unknown': 166.67,\n        'wind': 1401.78,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.5,\n        'hydro': 97.02,\n        'solar': 1.63,\n        'unknown': 175.77,\n        'wind': 1505.79,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 95.01,\n        'solar': 1.61,\n        'unknown': 176.44,\n        'wind': 1584.07,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 47.0,\n        'solar': 1.6,\n        'unknown': 155.37,\n        'wind': 1619.49,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 43.72,\n        'solar': 1.62,\n        'unknown': 148.88,\n        'wind': 1620.61,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 36.28,\n        'solar': 1.61,\n        'unknown': 147.8,\n        'wind': 1576.38,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 30.64,\n        'solar': 1.59,\n        'unknown': 141.83,\n        'wind': 1523.93,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 30.42,\n        'solar': 1.61,\n        'unknown': 145.35,\n        'wind': 1538.7,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.1,\n        'hydro': 30.41,\n        'solar': 1.55,\n        'unknown': 141.38,\n        'wind': 1471.41,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 31.24,\n        'solar': 1.55,\n        'unknown': 142.64,\n        'wind': 1435.03,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 32.19,\n        'solar': 1.51,\n        'unknown': 139.72,\n        'wind': 1421.61,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 33.38,\n        'solar': 1.49,\n        'unknown': 137.79,\n        'wind': 1437.14,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 41.61,\n        'solar': 1.47,\n        'unknown': 144.99,\n        'wind': 1452.18,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 47.53,\n        'solar': 1.45,\n        'unknown': 154.99,\n        'wind': 1428.93,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 58.41,\n        'solar': 1.85,\n        'unknown': 155.28,\n        'wind': 1434.73,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 55.16,\n        'solar': 4.03,\n        'unknown': 149.29,\n        'wind': 1414.15,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 54.1,\n        'solar': 18.91,\n        'unknown': 147.19,\n        'wind': 1383.86,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 37.16,\n        'solar': 38.52,\n        'unknown': 149.85,\n        'wind': 1338.12,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 1.0,\n        'hydro': 40.08,\n        'solar': 60.84,\n        'unknown': 147.82,\n        'wind': 1306.66,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 37.7,\n        'solar': 72.74,\n        'unknown': 144.6,\n        'wind': 1271.92,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 37.59,\n        'solar': 75.8,\n        'unknown': 142.98,\n        'wind': 1258.16,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 35.4,\n        'solar': 66.15,\n        'unknown': 144.43,\n        'wind': 1249.52,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.6,\n        'hydro': 35.25,\n        'solar': 44.65,\n        'unknown': 142.68,\n        'wind': 1042.17,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 36.91,\n        'solar': 20.26,\n        'unknown': 145.09,\n        'wind': 1062.59,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 40.4,\n        'solar': 2.37,\n        'unknown': 144.7,\n        'wind': 1124.62,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 40.39,\n        'solar': 1.4,\n        'unknown': 144.53,\n        'wind': 1177.42,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 40.73,\n        'solar': 1.41,\n        'unknown': 149.06,\n        'wind': 1199.63,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 37.82,\n        'solar': 1.42,\n        'unknown': 150.73,\n        'wind': 1210.85,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 31.3,\n        'solar': 1.41,\n        'unknown': 147.72,\n        'wind': 1196.37,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 26.78,\n        'solar': 1.38,\n        'unknown': 134.67,\n        'wind': 1167.89,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 21.41,\n        'solar': 1.35,\n        'unknown': 129.98,\n        'wind': 1119.76,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 21.32,\n        'solar': 1.32,\n        'unknown': 116.69,\n        'wind': 1009.49,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 22.96,\n        'solar': 1.27,\n        'unknown': 111.26,\n        'wind': 922.42,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 21.34,\n        'solar': 1.27,\n        'unknown': 113.36,\n        'wind': 847.43,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 25.76,\n        'solar': 1.24,\n        'unknown': 111.93,\n        'wind': 786.47,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 28.55,\n        'solar': 1.24,\n        'unknown': 111.1,\n        'wind': 731.39,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 32.44,\n        'solar': 1.23,\n        'unknown': 115.51,\n        'wind': 687.4,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 31.81,\n        'solar': 1.21,\n        'unknown': 131.03,\n        'wind': 666.75,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.6,\n        'hydro': 77.15,\n        'solar': 1.35,\n        'unknown': 135.26,\n        'wind': 664.38,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 79.45,\n        'solar': 4.98,\n        'unknown': 133.35,\n        'wind': 658.35,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 82.08,\n        'solar': 23.12,\n        'unknown': 133.92,\n        'wind': 640.22,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 84.03,\n        'solar': 49.45,\n        'unknown': 130.69,\n        'wind': 628.48,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 85.97,\n        'solar': 75.98,\n        'unknown': 125.05,\n        'wind': 614.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 88.04,\n        'solar': 91.8,\n        'unknown': 134.73,\n        'wind': 605.11,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 94.0,\n        'solar': 87.74,\n        'unknown': 133.39,\n        'wind': 564.75,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 94.06,\n        'solar': 67.24,\n        'unknown': 131.42,\n        'wind': 528.13,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 96.15,\n        'solar': 41.37,\n        'unknown': 130.18,\n        'wind': 488.68,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 96.82,\n        'solar': 16.7,\n        'unknown': 146.25,\n        'wind': 458.91,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 98.81,\n        'solar': 2.14,\n        'unknown': 138.2,\n        'wind': 485.58,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 97.29,\n        'solar': 1.12,\n        'unknown': 131.53,\n        'wind': 507.48,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 96.44,\n        'solar': 1.12,\n        'unknown': 118.24,\n        'wind': 491.92,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 89.64,\n        'solar': 1.17,\n        'unknown': 112.88,\n        'wind': 450.95,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 52.77,\n        'solar': 1.17,\n        'unknown': 111.29,\n        'wind': 411.28,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.1,\n        'hydro': 46.22,\n        'solar': 1.15,\n        'unknown': 102.95,\n        'wind': 367.27,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 37.93,\n        'solar': 1.15,\n        'unknown': 110.67,\n        'wind': 330.22,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 24.381,\n        'solar': 1.083,\n        'unknown': 107.653,\n        'wind': 226.75725,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.2,\n        'hydro': 24.53275,\n        'solar': 1.0615,\n        'unknown': 114.4825,\n        'wind': 179.6465,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 24.40925,\n        'solar': 1.082,\n        'unknown': 112.38575,\n        'wind': 138.22025,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 25.4345,\n        'solar': 1.0605,\n        'unknown': 115.55875,\n        'wind': 105.75175,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 28.31925,\n        'solar': 1.0745,\n        'unknown': 115.3715,\n        'wind': 90.368,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.4,\n        'hydro': 52.16075,\n        'solar': 1.082,\n        'unknown': 118.5755,\n        'wind': 88.58325,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.3,\n        'hydro': 55.63225,\n        'solar': 1.0945,\n        'unknown': 126.912,\n        'wind': 107.64775,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.5,\n        'hydro': 86.885,\n        'solar': 1.19775,\n        'unknown': 127.9035,\n        'wind': 150.92675,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.7,\n        'hydro': 85.15275,\n        'solar': 4.3105,\n        'unknown': 126.171,\n        'wind': 218.576,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 87.76075,\n        'solar': 20.73975,\n        'unknown': 127.5785,\n        'wind': 299.371,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.8,\n        'hydro': 86.48775,\n        'solar': 44.0625,\n        'unknown': 144.81475,\n        'wind': 402.71525,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 10, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'gas': 0.9,\n        'hydro': 80.24725,\n        'solar': 66.613,\n        'unknown': 149.37175,\n        'wind': 506.93375,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SE-SE4',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_wind_and_solar_forecasts_by_type[current].ambr",
    "content": "# serializer version: 1\n# name: test_wind_and_solar_forecasts_by_type[current]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1860.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1866.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1876.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1897.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1802.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1811.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1825.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1860.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1791.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1800.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1815.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1849.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1795.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1803.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1816.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1841.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1711.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1722.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1742.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1781.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1813.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1825.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1845.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1884.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2008.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2019.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2039.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2081.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2230.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2239.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2253.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2291.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 30.0,\n        'wind': 2513.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 33.0,\n        'wind': 2516.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 40.0,\n        'wind': 2511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 55.0,\n        'wind': 2540.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 94.0,\n        'wind': 2651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 97.0,\n        'wind': 2619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 101.0,\n        'wind': 2561.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 111.0,\n        'wind': 2452.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 148.0,\n        'wind': 1963.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 149.0,\n        'wind': 1941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 150.0,\n        'wind': 1904.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.0,\n        'wind': 1826.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1927.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1907.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1876.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 1799.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 172.0,\n        'wind': 1850.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 170.0,\n        'wind': 1844.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1836.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.0,\n        'wind': 1808.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 1718.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 124.0,\n        'wind': 1729.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 117.0,\n        'wind': 1750.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 104.0,\n        'wind': 1789.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 65.0,\n        'wind': 1797.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 62.0,\n        'wind': 1812.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 1840.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 43.0,\n        'wind': 1895.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1946.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1961.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1986.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2042.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2112.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2119.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2131.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2161.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2199.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2200.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2201.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2323.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2315.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2298.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2424.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2411.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2388.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2476.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2457.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2442.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2418.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2472.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2447.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2391.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2220.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2187.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2145.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2088.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2077.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2059.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2020.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1966.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1957.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1906.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1762.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1755.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1742.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1722.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1574.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1566.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1522.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1372.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1272.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1272.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1271.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1271.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1351.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1349.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1342.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1348.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 45.0,\n        'wind': 1351.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 49.0,\n        'wind': 1341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 1326.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 73.0,\n        'wind': 1285.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 124.0,\n        'wind': 1151.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 128.0,\n        'wind': 1153.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 133.0,\n        'wind': 1157.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 146.0,\n        'wind': 1161.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.0,\n        'wind': 1028.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 182.0,\n        'wind': 1024.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.0,\n        'wind': 1019.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 190.0,\n        'wind': 1007.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 209.0,\n        'wind': 834.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 826.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 206.0,\n        'wind': 813.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 202.0,\n        'wind': 785.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 195.0,\n        'wind': 646.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 192.0,\n        'wind': 642.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 187.0,\n        'wind': 635.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 178.0,\n        'wind': 619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 150.0,\n        'wind': 529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 142.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 528.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 88.0,\n        'wind': 442.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 83.0,\n        'wind': 447.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 76.0,\n        'wind': 456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 475.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 491.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 499.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 514.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 565.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 580.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 624.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 759.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 757.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 753.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 746.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 730.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 725.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 717.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 697.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 658.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 637.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 627.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 627.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 625.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 620.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 615.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 611.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 605.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 599.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 592.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 584.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 576.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 568.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 558.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 539.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 521.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 503.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 489.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 478.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 474.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 475.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 479.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 485.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 496.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 553.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 579.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 607.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 640.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 715.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 752.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 796.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 848.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 891.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 927.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 965.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1008.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1036.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1053.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1066.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 34.0,\n        'wind': 1075.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 49.0,\n        'wind': 1072.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 62.0,\n        'wind': 1063.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 78.0,\n        'wind': 1032.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 95.0,\n        'wind': 965.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 109.0,\n        'wind': 934.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 121.0,\n        'wind': 922.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 133.0,\n        'wind': 924.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 144.0,\n        'wind': 953.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.0,\n        'wind': 960.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.0,\n        'wind': 953.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 164.0,\n        'wind': 952.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 959.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 943.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 914.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 866.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 164.0,\n        'wind': 791.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.0,\n        'wind': 734.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 687.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 147.0,\n        'wind': 630.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 137.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 512.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 116.0,\n        'wind': 487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 103.0,\n        'wind': 468.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 88.0,\n        'wind': 457.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 74.0,\n        'wind': 464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 61.0,\n        'wind': 485.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 44.0,\n        'wind': 524.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 20.0,\n        'wind': 589.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.0,\n        'wind': 649.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 707.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 784.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 886.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 963.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1024.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1084.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1137.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1184.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1225.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1260.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1288.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1310.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1328.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1337.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1334.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1336.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1339.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1337.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1325.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1331.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1339.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1346.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1352.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1384.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1392.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1394.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1390.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1380.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1371.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1347.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1315.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1304.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1304.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1313.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1335.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1353.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1369.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1391.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1443.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1509.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1564.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1578.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1592.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1608.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1645.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1661.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1684.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1718.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1737.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1746.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1751.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_wind_and_solar_forecasts_by_type[day_ahead].ambr",
    "content": "# serializer version: 1\n# name: test_wind_and_solar_forecasts_by_type[day_ahead]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2224.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2223.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2221.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2218.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2210.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2206.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2205.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2205.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2206.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2209.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2213.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2219.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2227.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2236.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2244.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2254.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2266.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2277.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2287.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2297.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2306.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2316.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2328.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2343.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2375.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2385.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2399.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2421.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2427.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2425.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 12.0,\n        'wind': 2406.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 30.0,\n        'wind': 2359.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 45.0,\n        'wind': 2341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 59.0,\n        'wind': 2349.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 75.0,\n        'wind': 2338.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 94.0,\n        'wind': 2290.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 110.0,\n        'wind': 2324.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 123.0,\n        'wind': 2397.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 137.0,\n        'wind': 2559.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 151.0,\n        'wind': 2876.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 161.0,\n        'wind': 3033.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 170.0,\n        'wind': 3092.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 177.0,\n        'wind': 3124.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.0,\n        'wind': 3105.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 187.0,\n        'wind': 3062.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 188.0,\n        'wind': 2994.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 187.0,\n        'wind': 2874.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 183.0,\n        'wind': 2684.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 178.0,\n        'wind': 2517.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 171.0,\n        'wind': 2363.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 163.0,\n        'wind': 2167.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.0,\n        'wind': 1907.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 141.0,\n        'wind': 1721.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 128.0,\n        'wind': 1587.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 112.0,\n        'wind': 1456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 92.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 75.0,\n        'wind': 1255.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 60.0,\n        'wind': 1222.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 42.0,\n        'wind': 1246.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 18.0,\n        'wind': 1351.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 4.0,\n        'wind': 1417.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 1464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1531.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1615.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1687.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1749.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1818.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1896.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1955.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1999.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2034.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2058.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2077.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2091.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2097.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2093.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2086.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2076.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2057.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2029.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2002.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1975.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1943.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1906.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1870.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1834.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1795.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1749.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1710.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1640.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1597.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1571.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1549.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1727.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1722.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1712.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1698.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1678.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1654.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1626.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1589.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1540.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1498.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1460.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1416.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1322.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1294.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1274.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1265.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1254.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1241.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1238.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1249.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1244.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1228.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1210.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1187.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1160.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1131.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1092.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1039.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1000.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 971.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 14.0,\n        'wind': 935.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 35.0,\n        'wind': 887.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 52.0,\n        'wind': 867.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 67.0,\n        'wind': 867.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 84.0,\n        'wind': 885.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 104.0,\n        'wind': 932.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 122.0,\n        'wind': 966.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 137.0,\n        'wind': 993.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 152.0,\n        'wind': 1033.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 169.0,\n        'wind': 1092.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.0,\n        'wind': 1127.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 190.0,\n        'wind': 1146.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 198.0,\n        'wind': 1158.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 204.0,\n        'wind': 1157.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 207.0,\n        'wind': 1156.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 1148.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 1141.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 205.0,\n        'wind': 1141.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 200.0,\n        'wind': 1114.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 193.0,\n        'wind': 1070.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 183.0,\n        'wind': 1003.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 170.0,\n        'wind': 897.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.0,\n        'wind': 817.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 143.0,\n        'wind': 754.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 126.0,\n        'wind': 677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 106.0,\n        'wind': 579.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 87.0,\n        'wind': 521.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 71.0,\n        'wind': 488.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 50.0,\n        'wind': 479.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 22.0,\n        'wind': 505.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.0,\n        'wind': 517.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 522.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 542.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 582.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 601.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 609.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 611.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 603.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 598.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 595.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 588.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 577.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 569.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 563.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 554.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 542.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 535.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 527.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 520.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 515.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 508.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 501.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 494.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 493.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 496.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 496.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 495.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 493.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 492.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 492.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 492.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 542.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 540.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 537.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 531.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 521.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 513.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 507.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 482.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 476.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 476.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 479.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 495.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 508.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 523.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 538.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 561.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 589.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 625.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 671.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 713.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 752.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 797.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 850.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 894.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 930.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 967.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1007.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1035.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1052.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1066.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 33.0,\n        'wind': 1077.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 48.0,\n        'wind': 1075.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 61.0,\n        'wind': 1066.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 76.0,\n        'wind': 1036.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 94.0,\n        'wind': 971.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 108.0,\n        'wind': 941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 120.0,\n        'wind': 929.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 132.0,\n        'wind': 930.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 145.0,\n        'wind': 957.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 963.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 161.0,\n        'wind': 955.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 953.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 958.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 167.0,\n        'wind': 941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 167.0,\n        'wind': 911.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 864.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 164.0,\n        'wind': 790.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.0,\n        'wind': 733.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 155.0,\n        'wind': 687.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 148.0,\n        'wind': 630.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 140.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 130.0,\n        'wind': 512.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 119.0,\n        'wind': 487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 107.0,\n        'wind': 469.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 92.0,\n        'wind': 458.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 77.0,\n        'wind': 465.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 63.0,\n        'wind': 486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 46.0,\n        'wind': 526.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 20.0,\n        'wind': 591.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.0,\n        'wind': 651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 710.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 788.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 891.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 969.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1031.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1090.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1142.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1188.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1229.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1264.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1293.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1316.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1334.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1343.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1339.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1340.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1343.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1340.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1329.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1329.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1333.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1348.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1355.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1367.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1389.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1398.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1400.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1394.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1375.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1366.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1362.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE/test_wind_and_solar_forecasts_by_type[intraday].ambr",
    "content": "# serializer version: 1\n# name: test_wind_and_solar_forecasts_by_type[intraday]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2036.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2016.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2008.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2004.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1539.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1532.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1522.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1490.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1393.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1393.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1407.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1449.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1482.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1512.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1584.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1684.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1752.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1846.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1916.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1973.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2028.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2076.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2122.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2164.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2197.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2216.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2246.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2281.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2326.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2392.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2429.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2449.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.0,\n        'wind': 2454.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 24.0,\n        'wind': 2432.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 36.0,\n        'wind': 2427.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 48.0,\n        'wind': 2423.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 64.0,\n        'wind': 2446.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 84.0,\n        'wind': 2527.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 100.0,\n        'wind': 2514.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 114.0,\n        'wind': 2446.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 130.0,\n        'wind': 2322.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 147.0,\n        'wind': 2104.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 159.0,\n        'wind': 1944.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 169.0,\n        'wind': 1817.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 176.0,\n        'wind': 1668.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 180.0,\n        'wind': 1491.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 183.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 185.0,\n        'wind': 1264.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 186.0,\n        'wind': 1184.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 185.0,\n        'wind': 1130.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.0,\n        'wind': 1085.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 175.0,\n        'wind': 1050.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 1034.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 1039.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 142.0,\n        'wind': 1050.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 128.0,\n        'wind': 1069.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 113.0,\n        'wind': 1100.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 93.0,\n        'wind': 1142.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 76.0,\n        'wind': 1196.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 61.0,\n        'wind': 1260.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 42.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 18.0,\n        'wind': 1462.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 1558.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1641.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1731.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1833.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1913.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1977.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2033.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2077.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2116.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2150.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2174.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2186.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2211.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2204.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2188.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2170.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2156.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2144.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2134.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2130.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2116.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2095.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2068.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2031.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1999.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1971.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1933.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1881.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1851.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1837.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1828.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1977.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1960.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1931.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1869.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1756.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1682.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1579.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1527.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1488.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1458.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1436.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1422.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1416.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1413.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1429.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1475.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1492.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1493.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1449.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1439.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1424.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1406.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1392.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1379.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1372.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1374.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1322.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 32.0,\n        'wind': 1294.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 48.0,\n        'wind': 1263.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 63.0,\n        'wind': 1233.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 81.0,\n        'wind': 1189.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 103.0,\n        'wind': 1121.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 121.0,\n        'wind': 1083.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 136.0,\n        'wind': 1065.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 151.0,\n        'wind': 1055.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 1059.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 179.0,\n        'wind': 1066.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 188.0,\n        'wind': 1075.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 196.0,\n        'wind': 1103.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 203.0,\n        'wind': 1161.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 1189.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 209.0,\n        'wind': 1198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 1207.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 205.0,\n        'wind': 1218.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 200.0,\n        'wind': 1206.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 193.0,\n        'wind': 1179.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.0,\n        'wind': 1134.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 171.0,\n        'wind': 1067.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.0,\n        'wind': 1003.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 143.0,\n        'wind': 942.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 857.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 107.0,\n        'wind': 733.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 89.0,\n        'wind': 655.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 72.0,\n        'wind': 606.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 51.0,\n        'wind': 572.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 23.0,\n        'wind': 562.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.0,\n        'wind': 549.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 537.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 540.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 561.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 573.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 579.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 589.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 602.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 613.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 643.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 650.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 650.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 643.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 637.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 630.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 610.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 598.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 586.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 571.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 538.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 526.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 518.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 514.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 506.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 470.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 461.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 457.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 454.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ENTSOE.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption\n  list([\n    dict({\n      'consumption': np.float64(3031.0),\n      'datetime': datetime.datetime(2023, 12, 28, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3152.0),\n      'datetime': datetime.datetime(2023, 12, 28, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3069.0),\n      'datetime': datetime.datetime(2023, 12, 28, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2918.0),\n      'datetime': datetime.datetime(2023, 12, 28, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2818.0),\n      'datetime': datetime.datetime(2023, 12, 28, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2756.0),\n      'datetime': datetime.datetime(2023, 12, 28, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2685.0),\n      'datetime': datetime.datetime(2023, 12, 28, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2693.0),\n      'datetime': datetime.datetime(2023, 12, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2693.0),\n      'datetime': datetime.datetime(2023, 12, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2617.0),\n      'datetime': datetime.datetime(2023, 12, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2522.0),\n      'datetime': datetime.datetime(2023, 12, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2554.0),\n      'datetime': datetime.datetime(2023, 12, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2493.0),\n      'datetime': datetime.datetime(2023, 12, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2501.0),\n      'datetime': datetime.datetime(2023, 12, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2576.0),\n      'datetime': datetime.datetime(2023, 12, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2769.0),\n      'datetime': datetime.datetime(2023, 12, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2960.0),\n      'datetime': datetime.datetime(2023, 12, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2998.0),\n      'datetime': datetime.datetime(2023, 12, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3042.0),\n      'datetime': datetime.datetime(2023, 12, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3115.0),\n      'datetime': datetime.datetime(2023, 12, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3087.0),\n      'datetime': datetime.datetime(2023, 12, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3085.0),\n      'datetime': datetime.datetime(2023, 12, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3018.0),\n      'datetime': datetime.datetime(2023, 12, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2913.0),\n      'datetime': datetime.datetime(2023, 12, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2990.0),\n      'datetime': datetime.datetime(2023, 12, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(3117.0),\n      'datetime': datetime.datetime(2023, 12, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2938.0),\n      'datetime': datetime.datetime(2023, 12, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2817.0),\n      'datetime': datetime.datetime(2023, 12, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2662.0),\n      'datetime': datetime.datetime(2023, 12, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2575.0),\n      'datetime': datetime.datetime(2023, 12, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2467.0),\n      'datetime': datetime.datetime(2023, 12, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2399.0),\n      'datetime': datetime.datetime(2023, 12, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2300.0),\n      'datetime': datetime.datetime(2023, 12, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2379.0),\n      'datetime': datetime.datetime(2023, 12, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2339.0),\n      'datetime': datetime.datetime(2023, 12, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2290.0),\n      'datetime': datetime.datetime(2023, 12, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2346.0),\n      'datetime': datetime.datetime(2023, 12, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2390.0),\n      'datetime': datetime.datetime(2023, 12, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2399.0),\n      'datetime': datetime.datetime(2023, 12, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2491.0),\n      'datetime': datetime.datetime(2023, 12, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2644.0),\n      'datetime': datetime.datetime(2023, 12, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2731.0),\n      'datetime': datetime.datetime(2023, 12, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2753.0),\n      'datetime': datetime.datetime(2023, 12, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2785.0),\n      'datetime': datetime.datetime(2023, 12, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2772.0),\n      'datetime': datetime.datetime(2023, 12, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2759.0),\n      'datetime': datetime.datetime(2023, 12, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n    dict({\n      'consumption': np.float64(2723.0),\n      'datetime': datetime.datetime(2023, 12, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'DK-DK1',\n    }),\n  ])\n# ---\n# name: test_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': np.float64(1554.0),\n      'datetime': datetime.datetime(2023, 12, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1530.0),\n      'datetime': datetime.datetime(2023, 12, 28, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1485.0),\n      'datetime': datetime.datetime(2023, 12, 28, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1464.0),\n      'datetime': datetime.datetime(2023, 12, 28, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1411.0),\n      'datetime': datetime.datetime(2023, 12, 28, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1418.0),\n      'datetime': datetime.datetime(2023, 12, 28, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1476.0),\n      'datetime': datetime.datetime(2023, 12, 28, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1574.0),\n      'datetime': datetime.datetime(2023, 12, 28, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1700.0),\n      'datetime': datetime.datetime(2023, 12, 28, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1755.0),\n      'datetime': datetime.datetime(2023, 12, 28, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1836.0),\n      'datetime': datetime.datetime(2023, 12, 28, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1872.0),\n      'datetime': datetime.datetime(2023, 12, 28, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1847.0),\n      'datetime': datetime.datetime(2023, 12, 28, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1845.0),\n      'datetime': datetime.datetime(2023, 12, 28, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1841.0),\n      'datetime': datetime.datetime(2023, 12, 28, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1847.0),\n      'datetime': datetime.datetime(2023, 12, 28, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1901.0),\n      'datetime': datetime.datetime(2023, 12, 28, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1962.0),\n      'datetime': datetime.datetime(2023, 12, 28, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1924.0),\n      'datetime': datetime.datetime(2023, 12, 28, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1835.0),\n      'datetime': datetime.datetime(2023, 12, 28, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1763.0),\n      'datetime': datetime.datetime(2023, 12, 28, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1680.0),\n      'datetime': datetime.datetime(2023, 12, 28, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1601.0),\n      'datetime': datetime.datetime(2023, 12, 28, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1552.0),\n      'datetime': datetime.datetime(2023, 12, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1454.0),\n      'datetime': datetime.datetime(2023, 12, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1418.0),\n      'datetime': datetime.datetime(2023, 12, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1391.0),\n      'datetime': datetime.datetime(2023, 12, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1382.0),\n      'datetime': datetime.datetime(2023, 12, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1363.0),\n      'datetime': datetime.datetime(2023, 12, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1348.0),\n      'datetime': datetime.datetime(2023, 12, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1447.0),\n      'datetime': datetime.datetime(2023, 12, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1587.0),\n      'datetime': datetime.datetime(2023, 12, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1704.0),\n      'datetime': datetime.datetime(2023, 12, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1764.0),\n      'datetime': datetime.datetime(2023, 12, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1810.0),\n      'datetime': datetime.datetime(2023, 12, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1806.0),\n      'datetime': datetime.datetime(2023, 12, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1809.0),\n      'datetime': datetime.datetime(2023, 12, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1814.0),\n      'datetime': datetime.datetime(2023, 12, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1801.0),\n      'datetime': datetime.datetime(2023, 12, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1821.0),\n      'datetime': datetime.datetime(2023, 12, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1883.0),\n      'datetime': datetime.datetime(2023, 12, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1932.0),\n      'datetime': datetime.datetime(2023, 12, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1903.0),\n      'datetime': datetime.datetime(2023, 12, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1828.0),\n      'datetime': datetime.datetime(2023, 12, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1739.0),\n      'datetime': datetime.datetime(2023, 12, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1655.0),\n      'datetime': datetime.datetime(2023, 12, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1536.0),\n      'datetime': datetime.datetime(2023, 12, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1435.0),\n      'datetime': datetime.datetime(2023, 12, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1420.0),\n      'datetime': datetime.datetime(2023, 12, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1385.0),\n      'datetime': datetime.datetime(2023, 12, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1384.0),\n      'datetime': datetime.datetime(2023, 12, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1369.0),\n      'datetime': datetime.datetime(2023, 12, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1349.0),\n      'datetime': datetime.datetime(2023, 12, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1343.0),\n      'datetime': datetime.datetime(2023, 12, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1373.0),\n      'datetime': datetime.datetime(2023, 12, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1444.0),\n      'datetime': datetime.datetime(2023, 12, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1543.0),\n      'datetime': datetime.datetime(2023, 12, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1641.0),\n      'datetime': datetime.datetime(2023, 12, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1718.0),\n      'datetime': datetime.datetime(2023, 12, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1738.0),\n      'datetime': datetime.datetime(2023, 12, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1733.0),\n      'datetime': datetime.datetime(2023, 12, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1713.0),\n      'datetime': datetime.datetime(2023, 12, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1710.0),\n      'datetime': datetime.datetime(2023, 12, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1743.0),\n      'datetime': datetime.datetime(2023, 12, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1865.0),\n      'datetime': datetime.datetime(2023, 12, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(2034.0),\n      'datetime': datetime.datetime(2023, 12, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(2007.0),\n      'datetime': datetime.datetime(2023, 12, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1866.0),\n      'datetime': datetime.datetime(2023, 12, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1733.0),\n      'datetime': datetime.datetime(2023, 12, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1624.0),\n      'datetime': datetime.datetime(2023, 12, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1534.0),\n      'datetime': datetime.datetime(2023, 12, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1452.0),\n      'datetime': datetime.datetime(2023, 12, 30, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1372.0),\n      'datetime': datetime.datetime(2023, 12, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1305.0),\n      'datetime': datetime.datetime(2023, 12, 31, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1259.0),\n      'datetime': datetime.datetime(2023, 12, 31, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1235.0),\n      'datetime': datetime.datetime(2023, 12, 31, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1230.0),\n      'datetime': datetime.datetime(2023, 12, 31, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1266.0),\n      'datetime': datetime.datetime(2023, 12, 31, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1330.0),\n      'datetime': datetime.datetime(2023, 12, 31, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1414.0),\n      'datetime': datetime.datetime(2023, 12, 31, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1510.0),\n      'datetime': datetime.datetime(2023, 12, 31, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1609.0),\n      'datetime': datetime.datetime(2023, 12, 31, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1688.0),\n      'datetime': datetime.datetime(2023, 12, 31, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1730.0),\n      'datetime': datetime.datetime(2023, 12, 31, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1751.0),\n      'datetime': datetime.datetime(2023, 12, 31, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1761.0),\n      'datetime': datetime.datetime(2023, 12, 31, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1748.0),\n      'datetime': datetime.datetime(2023, 12, 31, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1773.0),\n      'datetime': datetime.datetime(2023, 12, 31, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1861.0),\n      'datetime': datetime.datetime(2023, 12, 31, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1935.0),\n      'datetime': datetime.datetime(2023, 12, 31, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1894.0),\n      'datetime': datetime.datetime(2023, 12, 31, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1752.0),\n      'datetime': datetime.datetime(2023, 12, 31, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1619.0),\n      'datetime': datetime.datetime(2023, 12, 31, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1540.0),\n      'datetime': datetime.datetime(2023, 12, 31, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1481.0),\n      'datetime': datetime.datetime(2023, 12, 31, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n    dict({\n      'consumption': np.float64(1432.0),\n      'datetime': datetime.datetime(2023, 12, 31, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'DK-DK2',\n    }),\n  ])\n# ---\n# name: test_fetch_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1362.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(102.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-38.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-710.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-732.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1382.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1400.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1402.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1406.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1366.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1326.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-96.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(2.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-2.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK1->GB',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_capacity_forecasts_day_ahead\n  list([\n    dict({\n      'capacityExport': 1400.0,\n      'capacityImport': 3006.0,\n      'datetime': datetime.datetime(2026, 3, 19, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1400.0,\n      'capacityImport': 3006.0,\n      'datetime': datetime.datetime(2026, 3, 19, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1400.0,\n      'capacityImport': 3006.0,\n      'datetime': datetime.datetime(2026, 3, 19, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1400.0,\n      'capacityImport': 3006.0,\n      'datetime': datetime.datetime(2026, 3, 19, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1400.0,\n      'capacityImport': 2914.0,\n      'datetime': datetime.datetime(2026, 3, 19, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2914.0,\n      'datetime': datetime.datetime(2026, 3, 19, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2914.0,\n      'datetime': datetime.datetime(2026, 3, 19, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2914.0,\n      'datetime': datetime.datetime(2026, 3, 19, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2960.0,\n      'datetime': datetime.datetime(2026, 3, 19, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2960.0,\n      'datetime': datetime.datetime(2026, 3, 19, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1350.0,\n      'capacityImport': 2960.0,\n      'datetime': datetime.datetime(2026, 3, 19, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 19, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3422.0,\n      'datetime': datetime.datetime(2026, 3, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1500.0,\n      'capacityImport': 3422.0,\n      'datetime': datetime.datetime(2026, 3, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3422.0,\n      'datetime': datetime.datetime(2026, 3, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3422.0,\n      'datetime': datetime.datetime(2026, 3, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3515.0,\n      'datetime': datetime.datetime(2026, 3, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3515.0,\n      'datetime': datetime.datetime(2026, 3, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3469.0,\n      'datetime': datetime.datetime(2026, 3, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3469.0,\n      'datetime': datetime.datetime(2026, 3, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3469.0,\n      'datetime': datetime.datetime(2026, 3, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3469.0,\n      'datetime': datetime.datetime(2026, 3, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3469.0,\n      'datetime': datetime.datetime(2026, 3, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3099.0,\n      'datetime': datetime.datetime(2026, 3, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1450.0,\n      'capacityImport': 3607.0,\n      'datetime': datetime.datetime(2026, 3, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_capacity_forecasts_month_ahead\n  list([\n    dict({\n      'capacityExport': 2150.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2150.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 17, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 18, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2400.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 3, 31, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 2, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 3, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 4, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 5, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 6, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 11, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 12, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 17, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 18, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 4, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 2, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 3, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 4, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 5, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 6, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 11, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 12, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 0.0,\n      'capacityImport': 3000.0,\n      'datetime': datetime.datetime(2026, 5, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'ES->FR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_capacity_forecasts_week_ahead\n  list([\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 17, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 18, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 2, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 2, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 3, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 4, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 5, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 6, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 11, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 12, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 17, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 18, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 450.0,\n      'capacityImport': 600.0,\n      'datetime': datetime.datetime(2026, 3, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DK-DK1->DK-DK2',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_forecast\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1264.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(990.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(862.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1022.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1078.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1160.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1259.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(731.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(719.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(576.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(542.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(716.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1099.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1212.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1309.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1218.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1065.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(810.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(433.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-122.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-285.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(85.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(640.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(986.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1301.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1228.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1186.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1196.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1334.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1255.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(880.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(707.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(530.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1039.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(831.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1269.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1089.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1164.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1118.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(582.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(341.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(132.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(76.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(121.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(130.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-51.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(12.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(138.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(631.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1191.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1148.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1340.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1477.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1578.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1625.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1485.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1252.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(432.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1141.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(1102.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(130.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-470.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-462.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-362.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-213.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1248.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1239.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-560.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-995.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-380.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-2.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-277.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'DK-DK2->SE-SE4',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_forecast_15_min\n  list([\n    dict({\n      'datetime': datetime.datetime(2024, 3, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-355.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 23, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-299.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 23, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-275.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 23, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-261.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-857.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-805.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-789.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-744.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-244.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-215.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-184.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-187.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-12.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-21.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-20.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-30.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(11.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(4.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-15.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-29.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(184.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(184.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(157.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(126.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-53.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-95.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-96.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-132.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-169.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-222.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-213.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-214.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-636.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-614.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-649.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-646.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-810.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-783.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-762.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-718.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-660.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-645.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-580.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-600.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-703.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-710.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-700.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-685.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-976.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-908.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-952.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-967.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1747.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1747.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1748.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1748.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1135.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1136.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1136.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1134.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-770.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-812.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-759.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-792.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-699.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-736.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-631.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-622.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1066.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-967.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-852.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-654.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1032.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1120.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-951.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1035.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1242.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1269.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1265.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1289.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1604.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1624.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1478.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1457.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1007.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1011.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1000.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-942.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-910.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-943.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-997.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-925.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-777.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-726.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-716.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-680.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-410.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-394.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-322.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-271.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-801.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-756.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-680.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-598.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-892.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-892.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-892.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-892.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-87.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-73.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-71.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-76.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-259.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-339.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-317.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-355.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-986.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1077.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1119.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1289.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1770.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1868.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1979.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-2210.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1250.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1267.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1303.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1320.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1487.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1567.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1714.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1700.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1793.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-2008.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1926.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1905.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1351.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1464.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1361.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1313.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1745.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1665.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1733.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1757.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1782.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1796.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1817.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1664.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1664.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1513.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1528.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1798.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1795.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1577.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1557.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1388.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1388.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1388.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1405.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1570.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1570.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1570.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1559.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1204.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1204.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1236.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1292.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-652.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-734.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-770.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1438.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1438.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1438.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1438.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1231.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1244.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1175.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1188.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1649.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1548.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1527.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1492.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-941.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-883.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-863.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-784.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-662.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-646.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-623.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-571.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-799.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-799.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-799.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-799.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-743.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-743.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-743.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-743.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-883.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-883.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-883.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-883.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-822.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-997.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-997.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-997.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-997.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1189.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1189.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1189.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1189.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-915.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-915.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-915.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-915.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1899.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1227.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1227.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1227.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1227.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1368.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1368.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1368.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1368.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1762.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1762.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1762.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1762.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1756.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1756.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1756.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1756.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1755.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1755.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1755.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1755.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1172.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1172.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1172.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1172.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1378.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1378.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1378.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1378.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1341.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1341.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1341.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1341.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1124.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1124.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1124.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1124.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1275.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1275.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1275.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1275.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1387.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1387.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1387.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1387.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1249.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1249.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1249.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1249.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1477.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1477.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1477.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-1477.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-950.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-950.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-950.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-950.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-815.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-815.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-815.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-815.0),\n      'sortedZoneKeys': 'BE->NL',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_forecast_with_aggregated_exchanges\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-141.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-135.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-122.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-115.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-113.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-117.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-127.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-139.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-141.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-122.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-98.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-81.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-73.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-73.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-86.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-110.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-137.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-137.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-129.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-122.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-119.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-123.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-134.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-136.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-116.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-101.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-95.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-93.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-106.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-125.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-142.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(4.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(4.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(4.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(4.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-86.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-100.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-146.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-56.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-57.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_forecast_with_longer_day_ahead_than_total\n  list([\n    dict({\n      'datetime': datetime.datetime(2024, 3, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-258.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-190.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-176.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-222.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-234.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-154.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-44.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-86.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(46.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(90.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(47.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(31.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-43.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-60.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-221.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-334.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-355.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-333.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-333.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-311.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-266.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-274.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-325.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-323.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-315.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-207.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-92.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-19.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-59.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-106.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-212.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-321.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-353.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-258.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-318.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-290.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-355.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-285.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-295.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-219.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-164.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-156.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-30.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(45.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-14.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-14.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-14.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(73.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(103.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-16.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-65.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-85.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-185.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-200.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-276.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-309.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 3, 26, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(-358.0),\n      'sortedZoneKeys': 'EE->FI',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n# name: test_fetch_exchange_with_aggregated_exchanges\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(37.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(38.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(35.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(41.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(36.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(17.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(15.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(17.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(20.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(21.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(21.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(21.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(22.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(33.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(81.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(85.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(85.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(83.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(65.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(82.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(45.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(19.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(19.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(19.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(21.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(22.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(27.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(24.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(20.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(60.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(73.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(51.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(23.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(14.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(30.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(83.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(75.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(88.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(86.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(87.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(83.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(37.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(21.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': np.float64(22.0),\n      'sortedZoneKeys': 'FR-COR->IT-SAR',\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_generation_forecast\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 12, 27, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9958.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10183.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10414.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10583.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10709.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10872.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10979.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(11006.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10901.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10798.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10634.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10612.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10607.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10554.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10426.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10453.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10429.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10330.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10228.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10099.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9972.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9828.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9737.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9711.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9693.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9765.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9900.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10031.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10097.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10147.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10259.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10273.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10242.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10169.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10058.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9996.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10004.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10014.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9961.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10115.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10130.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(10090.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9999.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9887.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9764.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9627.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9522.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9449.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9467.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9463.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9454.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9428.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9403.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9409.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9345.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9286.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9198.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9217.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9232.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9236.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9257.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9251.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9257.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9476.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9694.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9780.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9837.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9795.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9652.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9669.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9620.0),\n      'zoneKey': 'SE-SE3',\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 12, 30, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': np.float64(9598.0),\n      'zoneKey': 'SE-SE3',\n    }),\n  ])\n# ---\n# name: test_fetch_prices_day_ahead\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 51.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 47.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 45.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 32.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 32.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 50.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 73.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 59.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 52.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 133.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.43,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 93.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.47,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 54.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 117.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 199.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 172.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 119.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 104.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 102.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 105.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 104.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 102.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 100.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 100.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 97.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 97.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 97.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 102.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 102.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 104.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 114.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 122.58,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 140.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 130.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 115.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 106.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 125.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 60.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 58.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 45.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 59.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 44.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 35.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 24.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 23.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 15.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 15.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 15.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 17.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 18.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 24.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 26.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 43.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 58.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 50.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 60.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 77.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 59.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 75.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 110.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 112.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 148.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 134.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 194.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 217.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 230.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 230.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 150.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 130.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 123.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 114.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 106.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 104.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 104.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 101.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 103.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 103.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 102.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 99.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 96.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 97.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 99.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 100.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 103.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 103.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 103.71,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 107.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 103.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 103.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 105.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 110.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 119.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 125.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 129.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 153.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 140.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 121.06,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 119.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 103.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 58.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 60.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 55.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 44.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 37.22,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 33.32,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 20.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 17.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 19.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 15.06,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 15.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 15.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 18.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 29.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 30.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 46.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 40.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 55.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 61.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 47.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 67.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 104.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 103.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 123.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 170.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 201.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 220.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 225.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 180.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 173.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 147.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 125.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 128.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 121.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 115.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 109.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 103.84,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 103.27,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n  ])\n# ---\n# name: test_fetch_prices_integrated_zone\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 6, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 6, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.71,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 55.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 47.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 57.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 107.43,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 109.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.58,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 87.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 93.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 99.74,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 110.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.71,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 112.82,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 122.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 121.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 114.71,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2023, 5, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 104.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AX',\n    }),\n  ])\n# ---\n# name: test_fetch_prices_intraday\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 66.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 63.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 51.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 56.53,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 47.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 42.39,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 64.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 49.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 61.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 47.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 59.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 44.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 28, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 44.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 64.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 54.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 53.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 45.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 45.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 43.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 49.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 49.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 59.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 46.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 46.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 34.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 38.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 34.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 41.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 40.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 49.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 37.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 44.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 60.12,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 34.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 46.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 46.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 32.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 49.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 43.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 66.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 62.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 45.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 50.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 60.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 66.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 66.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 80.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 81.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 76.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 82.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 83.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 85.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 85.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 83.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 84.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 78.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 81.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 76.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 64.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 83.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 79.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 69.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 69.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 40.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 29.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 59.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 48.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 39.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 23.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 28.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 18.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 32.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 25.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 19.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 22.88,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 23.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 24.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 24.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 23.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 24.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 23.06,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 23.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 24.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 23.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 26.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 20.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 23.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 25.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 19.83,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 17.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 21.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 18.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 13.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 13.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 18.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 18.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 24.32,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 23.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 26.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.88,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 19.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 34.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 30.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 34.12,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 37.18,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 42.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 41.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 31.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 30.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 28.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 52.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 46.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 40.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 72.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 72.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 70.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 58.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 49.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 69.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 62.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 62.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 89.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 90.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 87.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 100.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 72.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 61.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 91.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 106.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 111.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 122.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 133.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 128.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 130.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 135.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 126.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 132.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 135.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 123.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 125.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 128.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 120.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 124.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 108.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 104.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 108.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 109.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 104.12,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 104.88,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 95.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 97.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 95.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.72,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 96.27,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 95.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 88.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 97.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 96.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 86.54,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 90.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 89.13,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 96.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 88.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 92.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 94.42,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 87.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 90.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 91.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 80.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 83.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 86.82,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 92.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 94.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 90.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 87.53,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 89.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 94.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 88.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 93.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 88.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 29, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 91.39,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 81.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 80.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 79.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 88.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 79.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 87.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.43,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 76.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 83.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 76.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 76.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 83.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 77.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 85.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 77.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 78.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 86.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 86.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 79.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 87.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 79.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 85.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 81.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 87.58,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.54,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 89.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 85.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 88.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 89.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.47,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 97.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 113.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 106.74,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 122.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 120.03,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 135.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 129.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 112.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 115.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 100.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 129.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 138.88,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 115.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 35.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 73.83,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 84.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 60.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 60.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 48.61,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 42.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 56.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 57.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 42.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 55.61,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 31.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 48.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 37.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 31.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 45.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 61.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 33.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 45.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 59.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 32.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 44.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 41.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.73,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 37.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 45.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 37.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 37.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 71.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 71.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 41.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 42.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 42.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 46.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 49.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 48.84,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 43.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 48.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 71.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 57.03,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 68.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 49.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 74.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 66.08,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 74.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 79.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 79.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 83.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 61.43,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 50.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 59.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 75.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 80.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 83.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 85.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 85.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 90.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 87.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 44.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 54.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 54.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 54.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 84.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 85.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 69.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 92.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.88,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 69.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 65.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 62.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 51.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 90.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 95.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 66.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 119.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 107.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 91.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 131.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 137.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 133.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 157.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 157.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 153.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 195.27,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 210.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 201.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 199.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 220.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 221.94,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 199.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 239.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 249.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 199.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 237.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 242.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 173.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 184.42,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 189.42,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 172.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 174.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 174.82,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 171.61,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 167.74,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 166.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 164.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 154.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 127.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 139.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 141.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 131.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 121.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 132.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 118.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 117.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 119.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 109.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 110.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 104.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 111.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 122.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 109.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 111.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.18,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 97.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 91.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 87.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 102.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.39,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 107.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 102.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.74,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 111.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 110.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 105.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 110.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 9, 30, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 109.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 103.71,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 94.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 99.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 99.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 94.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 96.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 91.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 96.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 93.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 96.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.27,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 104.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 99.64,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.38,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 100.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 80.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 95.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 102.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 92.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 102.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 102.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 104.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 109.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 106.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 115.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 108.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 134.54,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 112.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 150.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 122.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 154.74,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 124.58,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 155.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 142.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 160.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 132.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 150.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 118.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 135.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 108.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 129.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 120.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 107.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 95.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 85.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 92.22,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 86.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 61.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 31.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 87.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 61.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 58.82,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 35.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 53.43,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 31.42,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 35.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 20.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 35.02,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 24.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 25.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 20.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 19.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 0.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -9.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 14.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 0.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 0.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 18.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 3.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 7.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.2,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 13.73,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 9.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': -0.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': -7.83,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': -0.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': -2.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': -10.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 5.32,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': -0.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 2.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 6.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 2.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 13.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 12.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 12.76,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 10.06,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 12.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 10.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 13.42,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 14.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 18.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 12.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 27.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 34.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 35.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 38.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 53.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 49.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 53.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 35.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 14.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 43.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 55.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 20.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 44.96,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 64.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 49.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 39.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 55.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.77,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 75.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 63.75,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 61.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 86.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 71.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 72.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 90.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 90.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 92.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 112.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 112.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 108.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 142.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 139.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 133.83,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 129.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 129.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 174.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 172.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 154.14,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 201.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 206.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 196.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 217.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 219.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 210.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 215.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 220.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 210.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 150.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 165.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 155.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 130.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 143.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 133.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 123.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 133.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 122.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.25,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 109.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 119.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 114.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 112.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 118.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 106.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 116.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 111.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 104.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 114.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 109.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 108.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 115.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 105.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 115.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 107.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 115.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 107.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 105.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 115.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 106.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 102.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 104.86,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 15, tzinfo=datetime.timezone.utc),\n      'price': 99.21,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 101.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 30, tzinfo=datetime.timezone.utc),\n      'price': 95.53,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 102.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 22, 45, tzinfo=datetime.timezone.utc),\n      'price': 93.63,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.58,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 98.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 15, tzinfo=datetime.timezone.utc),\n      'price': 91.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 96.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 30, tzinfo=datetime.timezone.utc),\n      'price': 91.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.47,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 1, 23, 45, tzinfo=datetime.timezone.utc),\n      'price': 91.05,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 93.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 92.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 15, tzinfo=datetime.timezone.utc),\n      'price': 78.34,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 93.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 30, tzinfo=datetime.timezone.utc),\n      'price': 78.54,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 92.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 0, 45, tzinfo=datetime.timezone.utc),\n      'price': 77.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 93.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 94.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 15, tzinfo=datetime.timezone.utc),\n      'price': 79.8,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 95.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 30, tzinfo=datetime.timezone.utc),\n      'price': 83.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 96.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 1, 45, tzinfo=datetime.timezone.utc),\n      'price': 85.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 96.98,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 98.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 15, tzinfo=datetime.timezone.utc),\n      'price': 88.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.23,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 30, tzinfo=datetime.timezone.utc),\n      'price': 91.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 100.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 2, 45, tzinfo=datetime.timezone.utc),\n      'price': 91.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 15, tzinfo=datetime.timezone.utc),\n      'price': 91.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 103.68,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 30, tzinfo=datetime.timezone.utc),\n      'price': 98.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 106.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 3, 45, tzinfo=datetime.timezone.utc),\n      'price': 98.37,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 101.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 96.26,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 15, tzinfo=datetime.timezone.utc),\n      'price': 101.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 102.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 30, tzinfo=datetime.timezone.utc),\n      'price': 112.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 107.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 4, 45, tzinfo=datetime.timezone.utc),\n      'price': 113.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 112.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 123.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 15, tzinfo=datetime.timezone.utc),\n      'price': 123.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 126.95,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 30, tzinfo=datetime.timezone.utc),\n      'price': 134.85,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 134.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 5, 45, tzinfo=datetime.timezone.utc),\n      'price': 138.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 153.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 153.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 138.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 15, tzinfo=datetime.timezone.utc),\n      'price': 140.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 123.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 30, tzinfo=datetime.timezone.utc),\n      'price': 121.06,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 6, 45, tzinfo=datetime.timezone.utc),\n      'price': 108.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 114.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 121.87,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 103.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 15, tzinfo=datetime.timezone.utc),\n      'price': 104.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 91.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 30, tzinfo=datetime.timezone.utc),\n      'price': 85.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 68.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 7, 45, tzinfo=datetime.timezone.utc),\n      'price': 75.24,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.49,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 58.82,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 15, tzinfo=datetime.timezone.utc),\n      'price': 63.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 53.83,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 30, tzinfo=datetime.timezone.utc),\n      'price': 43.33,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 36.17,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 8, 45, tzinfo=datetime.timezone.utc),\n      'price': 23.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 34.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 42.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 27.22,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 15, tzinfo=datetime.timezone.utc),\n      'price': 32.12,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 19.07,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 30, tzinfo=datetime.timezone.utc),\n      'price': 23.97,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 8.62,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 9, 45, tzinfo=datetime.timezone.utc),\n      'price': 13.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.19,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 20.67,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 15, tzinfo=datetime.timezone.utc),\n      'price': 19.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.48,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 17.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 10, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.15,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.16,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 19.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 15, tzinfo=datetime.timezone.utc),\n      'price': 22.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 30, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 7.35,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 11, 45, tzinfo=datetime.timezone.utc),\n      'price': 15.04,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 15.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.46,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 15, tzinfo=datetime.timezone.utc),\n      'price': 16.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 21.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 30, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 22.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 12, 45, tzinfo=datetime.timezone.utc),\n      'price': 23.01,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 11.55,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 15, tzinfo=datetime.timezone.utc),\n      'price': 14.45,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 6.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 30, tzinfo=datetime.timezone.utc),\n      'price': 11.5,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 8.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 13, 45, tzinfo=datetime.timezone.utc),\n      'price': 16.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.7,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 17.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 15, tzinfo=datetime.timezone.utc),\n      'price': 20.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 14.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 30, tzinfo=datetime.timezone.utc),\n      'price': 25.03,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 45.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 14, 45, tzinfo=datetime.timezone.utc),\n      'price': 51.89,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 35.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 15, tzinfo=datetime.timezone.utc),\n      'price': 40.59,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 42.22,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 30, tzinfo=datetime.timezone.utc),\n      'price': 36.72,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 61.31,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 15, 45, tzinfo=datetime.timezone.utc),\n      'price': 66.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 37.22,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.47,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 52.4,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 15, tzinfo=datetime.timezone.utc),\n      'price': 43.6,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 87.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 30, tzinfo=datetime.timezone.utc),\n      'price': 90.11,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 94.69,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 16, 45, tzinfo=datetime.timezone.utc),\n      'price': 97.1,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.65,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 15, tzinfo=datetime.timezone.utc),\n      'price': 99.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 115.93,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 30, tzinfo=datetime.timezone.utc),\n      'price': 110.41,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 125.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 17, 45, tzinfo=datetime.timezone.utc),\n      'price': 123.9,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 162.78,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 155.51,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 199.28,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 15, tzinfo=datetime.timezone.utc),\n      'price': 201.52,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 217.56,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 30, tzinfo=datetime.timezone.utc),\n      'price': 220.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 223.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 18, 45, tzinfo=datetime.timezone.utc),\n      'price': 225.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 184.36,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 205.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 176.29,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 15, tzinfo=datetime.timezone.utc),\n      'price': 193.92,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 154.3,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 30, tzinfo=datetime.timezone.utc),\n      'price': 164.66,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 125.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 19, 45, tzinfo=datetime.timezone.utc),\n      'price': 135.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 140.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 143.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 130.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 15, tzinfo=datetime.timezone.utc),\n      'price': 136.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 132.81,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 30, tzinfo=datetime.timezone.utc),\n      'price': 130.44,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 121.79,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 20, 45, tzinfo=datetime.timezone.utc),\n      'price': 124.91,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 113.0,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 118.57,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 109.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 15, tzinfo=datetime.timezone.utc),\n      'price': 117.09,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 129.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 30, tzinfo=datetime.timezone.utc),\n      'price': 118.84,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 129.99,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2025, 10, 2, 21, 45, tzinfo=datetime.timezone.utc),\n      'price': 115.27,\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n  ])\n# ---\n# name: test_fetch_with_negative_values\n  list([\n    dict({\n      'correctedModes': list([\n        'gas',\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0,\n        'hydro': 1065.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n        'gas',\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0,\n        'hydro': 969.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1011.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 1177.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1317.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1547.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1950.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2009.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2053.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2011.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2042.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1932.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 1879.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -62.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1629.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1520.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1491.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1467.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1513.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 1552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -61.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 1957.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -78.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -157.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2344.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -161.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2214.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -118.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2062.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 0.0,\n        'hydro': 2198.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -60.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 0.0,\n        'hydro': 2191.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -35.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 0.0,\n        'hydro': 2200.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 0.0,\n        'hydro': 2157.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2279.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2583.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2733.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2637.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2725.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2880.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2756.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0.0,\n        'hydro': 2632.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -33.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2603.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -34.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2546.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -70.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2390.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -70.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2393.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2394.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2449.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -71.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 2700.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -73.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 1.0,\n        'hydro': 3155.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -74.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 0.0,\n        'hydro': 3440.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -74.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 0.0,\n        'hydro': 3819.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -190.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n    dict({\n      'correctedModes': list([\n        'gas',\n      ]),\n      'datetime': datetime.datetime(2023, 5, 11, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 0,\n        'hydro': 3677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -114.0,\n      }),\n      'zoneKey': 'NO-NO5',\n    }),\n  ])\n# ---\n# name: test_wind_and_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1860.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1866.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1876.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1897.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1802.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1811.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1825.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 7, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1860.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1791.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1800.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1815.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1849.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1795.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1803.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1816.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1841.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1711.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1722.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1742.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1781.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1813.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1825.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1845.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1884.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2008.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2019.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2039.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2081.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2230.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2239.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2253.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2291.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 10.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 30.0,\n        'wind': 2513.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 33.0,\n        'wind': 2516.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 40.0,\n        'wind': 2511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 55.0,\n        'wind': 2540.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 94.0,\n        'wind': 2651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 97.0,\n        'wind': 2619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 101.0,\n        'wind': 2561.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 111.0,\n        'wind': 2452.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 148.0,\n        'wind': 1963.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 149.0,\n        'wind': 1941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 150.0,\n        'wind': 1904.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.0,\n        'wind': 1826.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1927.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1907.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1876.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 1799.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 172.0,\n        'wind': 1850.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 170.0,\n        'wind': 1844.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 1836.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 157.0,\n        'wind': 1808.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 1718.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 124.0,\n        'wind': 1729.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 117.0,\n        'wind': 1750.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 104.0,\n        'wind': 1789.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 65.0,\n        'wind': 1797.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 62.0,\n        'wind': 1812.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 1840.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 43.0,\n        'wind': 1895.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1946.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1961.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1986.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 2042.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2112.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2119.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2131.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2161.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2199.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2200.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2201.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2323.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2315.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2298.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2431.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2424.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2411.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2388.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2476.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2457.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2442.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2418.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2472.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2447.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2391.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2220.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2208.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2187.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2145.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2088.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2077.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2059.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 8, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 2020.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1966.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1957.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1941.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1906.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1762.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1755.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1742.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1722.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1574.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1566.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1522.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1372.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1272.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1272.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1271.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1271.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1351.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1349.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1345.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1342.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1368.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1361.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1348.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 45.0,\n        'wind': 1351.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 49.0,\n        'wind': 1341.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 1326.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 73.0,\n        'wind': 1285.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 124.0,\n        'wind': 1151.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 128.0,\n        'wind': 1153.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 133.0,\n        'wind': 1157.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 146.0,\n        'wind': 1161.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 181.0,\n        'wind': 1028.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 182.0,\n        'wind': 1024.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 184.0,\n        'wind': 1019.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 190.0,\n        'wind': 1007.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 209.0,\n        'wind': 834.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 208.0,\n        'wind': 826.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 206.0,\n        'wind': 813.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 202.0,\n        'wind': 785.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 195.0,\n        'wind': 646.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 192.0,\n        'wind': 642.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 187.0,\n        'wind': 635.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 178.0,\n        'wind': 619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 150.0,\n        'wind': 529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 142.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 528.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 88.0,\n        'wind': 442.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 83.0,\n        'wind': 447.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 76.0,\n        'wind': 456.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 57.0,\n        'wind': 475.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 491.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 499.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 514.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 552.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 565.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 580.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 619.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 624.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 651.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 759.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 757.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 753.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 746.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 730.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 725.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 717.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 697.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 658.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 637.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 627.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 627.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 625.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 620.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 615.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 611.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 605.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 599.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 592.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 584.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 576.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 568.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 558.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 539.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 9, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 521.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 503.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 497.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 489.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 478.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 474.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 475.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 479.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 485.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 496.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 511.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 530.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 553.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 579.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 607.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 640.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 677.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 715.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 752.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 796.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 848.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 891.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 927.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 965.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1008.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1036.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1053.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 1066.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 34.0,\n        'wind': 1075.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 49.0,\n        'wind': 1072.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 62.0,\n        'wind': 1063.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 78.0,\n        'wind': 1032.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 95.0,\n        'wind': 965.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 109.0,\n        'wind': 934.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 121.0,\n        'wind': 922.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 133.0,\n        'wind': 924.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 144.0,\n        'wind': 953.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 153.0,\n        'wind': 960.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.0,\n        'wind': 953.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 164.0,\n        'wind': 952.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 959.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 943.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 166.0,\n        'wind': 914.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 165.0,\n        'wind': 866.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 164.0,\n        'wind': 791.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 160.0,\n        'wind': 734.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 154.0,\n        'wind': 687.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 147.0,\n        'wind': 630.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 137.0,\n        'wind': 557.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 127.0,\n        'wind': 512.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 116.0,\n        'wind': 487.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 103.0,\n        'wind': 468.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 88.0,\n        'wind': 457.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 74.0,\n        'wind': 464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 61.0,\n        'wind': 485.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 44.0,\n        'wind': 524.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 20.0,\n        'wind': 589.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6.0,\n        'wind': 649.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 707.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 784.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 886.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 963.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1024.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1084.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1137.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1184.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1225.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1260.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1288.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1310.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1328.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1337.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1334.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1336.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1339.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1337.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1325.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1327.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1331.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1339.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1346.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1352.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1384.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1392.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1394.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1390.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1380.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1371.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1364.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1347.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1315.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1304.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1304.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1313.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1335.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1353.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1369.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1391.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1419.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1443.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1464.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1486.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1509.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1529.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1548.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1564.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1578.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1592.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1608.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1621.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1631.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1645.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1661.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1684.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1718.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1737.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1746.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 2, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1751.0,\n      }),\n      'source': 'entsoe.eu',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_exchanges[None].ambr",
    "content": "# serializer version: 1\n# name: test_exchanges[None]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 1, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -44.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -52.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -60.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -66.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -44.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -60.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -60.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_exchanges[target_datetime1].ambr",
    "content": "# serializer version: 1\n# name: test_exchanges[target_datetime1]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -44.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -52.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'BD->IN-NE',\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_fetch_consumption[None].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption[None]\n  list([\n    dict({\n      'consumption': 9480.0,\n      'datetime': datetime.datetime(2025, 1, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9093.0,\n      'datetime': datetime.datetime(2025, 1, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8508.0,\n      'datetime': datetime.datetime(2025, 1, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8069.0,\n      'datetime': datetime.datetime(2025, 1, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7674.0,\n      'datetime': datetime.datetime(2025, 1, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7517.0,\n      'datetime': datetime.datetime(2025, 1, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7469.0,\n      'datetime': datetime.datetime(2025, 1, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7854.0,\n      'datetime': datetime.datetime(2025, 1, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8664.0,\n      'datetime': datetime.datetime(2025, 1, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9358.0,\n      'datetime': datetime.datetime(2025, 1, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9854.0,\n      'datetime': datetime.datetime(2025, 1, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9675.0,\n      'datetime': datetime.datetime(2025, 1, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9710.0,\n      'datetime': datetime.datetime(2025, 1, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10242.0,\n      'datetime': datetime.datetime(2025, 1, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10465.0,\n      'datetime': datetime.datetime(2025, 1, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10210.0,\n      'datetime': datetime.datetime(2025, 1, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9740.0,\n      'datetime': datetime.datetime(2025, 1, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9513.0,\n      'datetime': datetime.datetime(2025, 1, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9714.0,\n      'datetime': datetime.datetime(2025, 1, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10701.0,\n      'datetime': datetime.datetime(2025, 1, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10901.0,\n      'datetime': datetime.datetime(2025, 1, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10772.0,\n      'datetime': datetime.datetime(2025, 1, 14, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10725.0,\n      'datetime': datetime.datetime(2025, 1, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10458.0,\n      'datetime': datetime.datetime(2025, 1, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10125.0,\n      'datetime': datetime.datetime(2025, 1, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9427.0,\n      'datetime': datetime.datetime(2025, 1, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8966.0,\n      'datetime': datetime.datetime(2025, 1, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8415.0,\n      'datetime': datetime.datetime(2025, 1, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7967.0,\n      'datetime': datetime.datetime(2025, 1, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7687.0,\n      'datetime': datetime.datetime(2025, 1, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7426.0,\n      'datetime': datetime.datetime(2025, 1, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7365.0,\n      'datetime': datetime.datetime(2025, 1, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7908.0,\n      'datetime': datetime.datetime(2025, 1, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8542.0,\n      'datetime': datetime.datetime(2025, 1, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9363.0,\n      'datetime': datetime.datetime(2025, 1, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9682.0,\n      'datetime': datetime.datetime(2025, 1, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9496.0,\n      'datetime': datetime.datetime(2025, 1, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9576.0,\n      'datetime': datetime.datetime(2025, 1, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10149.0,\n      'datetime': datetime.datetime(2025, 1, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10434.0,\n      'datetime': datetime.datetime(2025, 1, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10046.0,\n      'datetime': datetime.datetime(2025, 1, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9788.0,\n      'datetime': datetime.datetime(2025, 1, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9347.0,\n      'datetime': datetime.datetime(2025, 1, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9468.0,\n      'datetime': datetime.datetime(2025, 1, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10577.0,\n      'datetime': datetime.datetime(2025, 1, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10893.0,\n      'datetime': datetime.datetime(2025, 1, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10879.0,\n      'datetime': datetime.datetime(2025, 1, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10769.0,\n      'datetime': datetime.datetime(2025, 1, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10658.0,\n      'datetime': datetime.datetime(2025, 1, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10054.0,\n      'datetime': datetime.datetime(2025, 1, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9529.0,\n      'datetime': datetime.datetime(2025, 1, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_fetch_consumption[target_datetime1].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption[target_datetime1]\n  list([\n    dict({\n      'consumption': 8104.0,\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7669.0,\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7351.0,\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7082.0,\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 6952.0,\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 7382.0,\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8038.0,\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8896.0,\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9335.0,\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9048.0,\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9272.0,\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9764.0,\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10087.0,\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9531.0,\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9201.0,\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8829.0,\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9175.0,\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10336.0,\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10118.0,\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 10107.0,\n      'datetime': datetime.datetime(2025, 1, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9970.0,\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9829.0,\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 9430.0,\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8898.0,\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'consumption': 8514.0,\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_fetch_production[None].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production[None]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3483.0,\n        'gas': 3932.0,\n        'hydro': 40.0,\n        'oil': 306.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3368.0,\n        'gas': 3831.0,\n        'hydro': 40.0,\n        'oil': 177.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2993.0,\n        'gas': 3821.0,\n        'hydro': 40.0,\n        'oil': 79.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2863.0,\n        'gas': 3821.0,\n        'hydro': 40.0,\n        'oil': 52.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 5.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2586.0,\n        'gas': 3851.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2489.0,\n        'gas': 3885.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2488.0,\n        'gas': 3833.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 13.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2582.0,\n        'gas': 4007.0,\n        'hydro': 40.0,\n        'oil': 13.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2891.0,\n        'gas': 4066.0,\n        'hydro': 40.0,\n        'oil': 132.0,\n        'solar': 6.0,\n        'unknown': 0.0,\n        'wind': 27.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3353.0,\n        'gas': 4007.0,\n        'hydro': 40.0,\n        'oil': 302.0,\n        'solar': 101.0,\n        'unknown': 0.0,\n        'wind': 28.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3430.0,\n        'gas': 3963.0,\n        'hydro': 40.0,\n        'oil': 450.0,\n        'solar': 245.0,\n        'unknown': 0.0,\n        'wind': 13.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3136.0,\n        'gas': 3912.0,\n        'hydro': 40.0,\n        'oil': 456.0,\n        'solar': 374.0,\n        'unknown': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3123.0,\n        'gas': 3848.0,\n        'hydro': 40.0,\n        'oil': 492.0,\n        'solar': 448.0,\n        'unknown': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3280.0,\n        'gas': 4142.0,\n        'hydro': 40.0,\n        'oil': 565.0,\n        'solar': 472.0,\n        'unknown': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3300.0,\n        'gas': 4407.0,\n        'hydro': 40.0,\n        'oil': 570.0,\n        'solar': 454.0,\n        'unknown': 0.0,\n        'wind': 15.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3183.0,\n        'gas': 4435.0,\n        'hydro': 40.0,\n        'oil': 523.0,\n        'solar': 405.0,\n        'unknown': 0.0,\n        'wind': 41.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2988.0,\n        'gas': 4293.0,\n        'hydro': 40.0,\n        'oil': 508.0,\n        'solar': 298.0,\n        'unknown': 0.0,\n        'wind': 40.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2974.0,\n        'gas': 4287.0,\n        'hydro': 40.0,\n        'oil': 510.0,\n        'solar': 150.0,\n        'unknown': 0.0,\n        'wind': 29.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3083.0,\n        'gas': 4455.0,\n        'hydro': 40.0,\n        'oil': 564.0,\n        'solar': 27.0,\n        'unknown': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3328.0,\n        'gas': 4684.0,\n        'hydro': 40.0,\n        'oil': 1020.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3591.0,\n        'gas': 4823.0,\n        'hydro': 40.0,\n        'oil': 718.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 17.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3496.0,\n        'gas': 4887.0,\n        'hydro': 40.0,\n        'oil': 603.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3473.0,\n        'gas': 4885.0,\n        'hydro': 40.0,\n        'oil': 586.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 14.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3349.0,\n        'gas': 4866.0,\n        'hydro': 40.0,\n        'oil': 515.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3319.0,\n        'gas': 4839.0,\n        'hydro': 40.0,\n        'oil': 288.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 30.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2939.0,\n        'gas': 4845.0,\n        'hydro': 40.0,\n        'oil': 140.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 39.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2692.0,\n        'gas': 4692.0,\n        'hydro': 40.0,\n        'oil': 125.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 45.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2294.0,\n        'gas': 4640.0,\n        'hydro': 40.0,\n        'oil': 43.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2063.0,\n        'gas': 4629.0,\n        'hydro': 40.0,\n        'oil': 24.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 27.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 1979.0,\n        'gas': 4458.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 30.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 1976.0,\n        'gas': 4292.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 1973.0,\n        'gas': 4236.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 33.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 1948.0,\n        'gas': 4702.0,\n        'hydro': 40.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 40.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2302.0,\n        'gas': 4603.0,\n        'hydro': 40.0,\n        'oil': 99.0,\n        'solar': 7.0,\n        'unknown': 0.0,\n        'wind': 38.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3037.0,\n        'gas': 4374.0,\n        'hydro': 40.0,\n        'oil': 180.0,\n        'solar': 111.0,\n        'unknown': 0.0,\n        'wind': 25.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3007.0,\n        'gas': 4404.0,\n        'hydro': 40.0,\n        'oil': 296.0,\n        'solar': 297.0,\n        'unknown': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2859.0,\n        'gas': 4247.0,\n        'hydro': 40.0,\n        'oil': 366.0,\n        'solar': 450.0,\n        'unknown': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2860.0,\n        'gas': 4257.0,\n        'hydro': 40.0,\n        'oil': 362.0,\n        'solar': 532.0,\n        'unknown': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3102.0,\n        'gas': 4606.0,\n        'hydro': 40.0,\n        'oil': 345.0,\n        'solar': 532.0,\n        'unknown': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3349.0,\n        'gas': 4567.0,\n        'hydro': 40.0,\n        'oil': 399.0,\n        'solar': 517.0,\n        'unknown': 0.0,\n        'wind': 4.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3382.0,\n        'gas': 4196.0,\n        'hydro': 40.0,\n        'oil': 471.0,\n        'solar': 431.0,\n        'unknown': 0.0,\n        'wind': 0.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3239.0,\n        'gas': 4246.0,\n        'hydro': 40.0,\n        'oil': 472.0,\n        'solar': 341.0,\n        'unknown': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2883.0,\n        'gas': 4349.0,\n        'hydro': 40.0,\n        'oil': 479.0,\n        'solar': 155.0,\n        'unknown': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3000.0,\n        'gas': 4394.0,\n        'hydro': 40.0,\n        'oil': 530.0,\n        'solar': 25.0,\n        'unknown': 0.0,\n        'wind': 4.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3349.0,\n        'gas': 4697.0,\n        'hydro': 40.0,\n        'oil': 910.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 10.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3520.0,\n        'gas': 4962.0,\n        'hydro': 40.0,\n        'oil': 673.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 12.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3557.0,\n        'gas': 5245.0,\n        'hydro': 40.0,\n        'oil': 480.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3559.0,\n        'gas': 5093.0,\n        'hydro': 40.0,\n        'oil': 576.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3491.0,\n        'gas': 4903.0,\n        'hydro': 40.0,\n        'oil': 792.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3226.0,\n        'gas': 4858.0,\n        'hydro': 40.0,\n        'oil': 505.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3193.0,\n        'gas': 4822.0,\n        'hydro': 40.0,\n        'oil': 496.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ERP_PGCB/test_fetch_production[target_datetime1].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production[target_datetime1]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2139.0,\n        'gas': 4489.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 20.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2131.0,\n        'gas': 4311.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2105.0,\n        'gas': 4021.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 21.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2103.0,\n        'gas': 3843.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 29.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2045.0,\n        'gas': 3768.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 31.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2126.0,\n        'gas': 4131.0,\n        'hydro': 26.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2130.0,\n        'gas': 4672.0,\n        'hydro': 26.0,\n        'oil': 15.0,\n        'solar': 6.0,\n        'unknown': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2531.0,\n        'gas': 4756.0,\n        'hydro': 26.0,\n        'oil': 111.0,\n        'solar': 65.0,\n        'unknown': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3225.0,\n        'gas': 4496.0,\n        'hydro': 46.0,\n        'oil': 163.0,\n        'solar': 127.0,\n        'unknown': 0.0,\n        'wind': 3.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3407.0,\n        'gas': 3780.0,\n        'hydro': 46.0,\n        'oil': 274.0,\n        'solar': 206.0,\n        'unknown': 0.0,\n        'wind': 1.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3289.0,\n        'gas': 3609.0,\n        'hydro': 46.0,\n        'oil': 347.0,\n        'solar': 267.0,\n        'unknown': 0.0,\n        'wind': 2.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3297.0,\n        'gas': 4078.0,\n        'hydro': 46.0,\n        'oil': 334.0,\n        'solar': 288.0,\n        'unknown': 0.0,\n        'wind': 2.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3406.0,\n        'gas': 4344.0,\n        'hydro': 30.0,\n        'oil': 261.0,\n        'solar': 316.0,\n        'unknown': 0.0,\n        'wind': 6.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3142.0,\n        'gas': 4120.0,\n        'hydro': 26.0,\n        'oil': 244.0,\n        'solar': 304.0,\n        'unknown': 0.0,\n        'wind': 16.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2904.0,\n        'gas': 4257.0,\n        'hydro': 26.0,\n        'oil': 285.0,\n        'solar': 205.0,\n        'unknown': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2765.0,\n        'gas': 4267.0,\n        'hydro': 30.0,\n        'oil': 252.0,\n        'solar': 90.0,\n        'unknown': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3057.0,\n        'gas': 3946.0,\n        'hydro': 30.0,\n        'oil': 635.0,\n        'solar': 12.0,\n        'unknown': 0.0,\n        'wind': 3.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3364.0,\n        'gas': 4307.0,\n        'hydro': 40.0,\n        'oil': 1256.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 8.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3615.0,\n        'gas': 4422.0,\n        'hydro': 40.0,\n        'oil': 586.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 13.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3630.0,\n        'gas': 4371.0,\n        'hydro': 40.0,\n        'oil': 620.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 9.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3603.0,\n        'gas': 4295.0,\n        'hydro': 40.0,\n        'oil': 587.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 7.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3626.0,\n        'gas': 4228.0,\n        'hydro': 40.0,\n        'oil': 202.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 11.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3379.0,\n        'gas': 4204.0,\n        'hydro': 40.0,\n        'oil': 88.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 18.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 3081.0,\n        'gas': 4161.0,\n        'hydro': 40.0,\n        'oil': 62.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Dhaka')),\n      'production': dict({\n        'coal': 2847.0,\n        'gas': 4132.0,\n        'hydro': 40.0,\n        'oil': 35.0,\n        'solar': 0.0,\n        'unknown': 0.0,\n        'wind': 19.0,\n      }),\n      'source': 'erp.pgcb.gov.bd',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ES.ambr",
    "content": "# serializer version: 1\n# name: test_es_cn_te_consumption\n  list([\n    dict({\n      'consumption': 514.2,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 519.3,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 520.1,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 517.6,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 518.1,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 516.0,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 515.8,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 516.2,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 512.8,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 513.7,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 511.8,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 511.0,\n      'datetime': datetime.datetime(2024, 10, 25, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 508.7,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 502.1,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 496.8,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 494.1,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 491.7,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 491.2,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 486.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 476.5,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 479.1,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 478.5,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 472.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 465.8,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 463.2,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 452.9,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 448.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 445.3,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 437.2,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 431.6,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 429.4,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 426.4,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 420.2,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 419.3,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 412.7,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 408.1,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 404.8,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 400.3,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 399.6,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 393.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 388.9,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 388.1,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 381.2,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 376.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 376.6,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 368.2,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 363.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 367.8,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 359.2,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 361.7,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 356.6,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 354.9,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 352.4,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 349.6,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 349.6,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 346.2,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 344.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 341.5,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 337.8,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 334.1,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 333.5,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 331.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 330.8,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 327.9,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 325.9,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 327.2,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 320.3,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 318.2,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 314.7,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 315.6,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 315.2,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 314.2,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 313.4,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 311.3,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 311.1,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 309.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 309.6,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 307.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 305.3,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 304.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 304.1,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 303.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 302.2,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.1,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 302.2,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 298.9,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 299.4,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.1,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 299.5,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.4,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.5,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 297.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.2,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.6,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.1,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 294.9,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.1,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.5,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.1,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.7,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.9,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.9,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.5,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 294.1,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 297.7,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 299.1,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.1,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 294.5,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.6,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 293.9,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 293.2,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 296.3,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 295.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.1,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.5,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.5,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 305.8,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 311.8,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 315.1,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 316.7,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 318.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 316.7,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 320.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 319.2,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 322.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 323.8,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 327.3,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 331.3,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 330.5,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 335.6,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 339.5,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 343.6,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 349.4,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 349.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 350.3,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 353.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 353.9,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 358.6,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 355.9,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 360.5,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 369.1,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 369.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 374.2,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 369.8,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 377.1,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 375.5,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 379.4,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 383.1,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 386.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 391.2,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 395.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 399.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 404.6,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 408.9,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 415.9,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 419.5,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 424.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 423.5,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 428.5,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 435.3,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 433.7,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 439.2,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 443.7,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 443.7,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 450.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 452.8,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 453.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.5,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 455.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.1,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 455.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 456.3,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.8,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 456.5,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.6,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.2,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.1,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.1,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.3,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.2,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 460.2,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.2,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.6,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.6,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 459.4,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.9,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 454.8,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 459.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 454.8,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 456.3,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 462.8,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 459.1,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 454.6,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 462.2,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 462.7,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 464.3,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.3,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.6,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 463.2,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 460.8,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 461.7,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 461.7,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.6,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 460.7,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.9,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.1,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 460.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 461.7,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 462.5,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 458.5,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 461.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 459.4,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 456.7,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 456.6,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 457.1,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 454.5,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 451.7,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 447.4,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 451.9,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 445.8,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 443.5,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 442.8,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 440.6,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 438.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 436.4,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 435.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 434.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 430.8,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 430.6,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 427.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 425.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 426.6,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 422.4,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 421.8,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 421.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 421.7,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 419.4,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 418.6,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 416.6,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 417.2,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 417.4,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 416.2,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 415.3,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 415.8,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 416.1,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 417.7,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 418.9,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 417.7,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 418.2,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 419.4,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 420.6,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 425.1,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 426.1,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 431.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 429.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 427.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 431.6,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 435.9,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 435.4,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 439.3,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 437.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 434.7,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 435.8,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 441.4,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 443.1,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 441.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 440.1,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 447.6,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 444.5,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 447.9,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 449.5,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 446.8,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 451.7,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 452.1,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 453.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 454.7,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 461.8,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 469.5,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 471.9,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 479.3,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 485.6,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 483.4,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 487.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 487.2,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 487.2,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 485.7,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 486.2,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 484.3,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 482.3,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 477.9,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 479.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 478.4,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 476.9,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 476.3,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 478.9,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 477.1,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 476.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 470.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 465.2,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 464.8,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 459.5,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 453.2,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 453.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 447.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 441.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 437.9,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 438.6,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 430.5,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 425.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 427.8,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 420.8,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 417.8,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 412.7,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 412.4,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 408.7,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 403.9,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 400.7,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 396.3,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 396.3,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 389.5,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 386.6,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 384.9,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 382.6,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 378.8,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 373.7,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 370.4,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 369.3,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 364.4,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 363.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 359.5,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 353.2,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 352.2,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 347.9,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 346.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 342.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 341.9,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 337.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 334.8,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 332.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 330.9,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 328.5,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 325.1,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 324.1,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 319.5,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 318.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 317.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 313.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 313.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 311.8,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 309.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 308.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 305.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 304.1,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 303.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 300.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'consumption': 301.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-CN-TE',\n    }),\n  ])\n# ---\n# name: test_es_cn_te_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 410.8,\n        'solar': 0.2,\n        'wind': 103.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 414.2,\n        'solar': 0.2,\n        'wind': 101.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 413.4,\n        'solar': 0.2,\n        'wind': 105.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 412.1,\n        'solar': 0.2,\n        'wind': 103.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 414.4,\n        'solar': 0.2,\n        'wind': 102.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 409.3,\n        'solar': 0.2,\n        'wind': 106.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 400.4,\n        'solar': 0.2,\n        'wind': 114.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 401.1,\n        'solar': 0.2,\n        'wind': 112.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 405.7,\n        'solar': 0.2,\n        'wind': 108.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 408.5,\n        'solar': 0.2,\n        'wind': 103.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 411.0,\n        'solar': 0.2,\n        'wind': 99.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 409.7,\n        'solar': 0.2,\n        'wind': 99.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 401.0,\n        'solar': 0.0,\n        'wind': 106.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 388.7,\n        'solar': 0.0,\n        'wind': 112.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 388.2,\n        'solar': 0.0,\n        'wind': 109.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 381.2,\n        'solar': 0.0,\n        'wind': 112.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 381.2,\n        'solar': 0.0,\n        'wind': 108.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 376.8,\n        'solar': 0.0,\n        'wind': 113.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 376.5,\n        'solar': 0.0,\n        'wind': 110.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 373.1,\n        'solar': 0.0,\n        'wind': 105.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 375.4,\n        'solar': 0.0,\n        'wind': 103.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 373.2,\n        'solar': 0.0,\n        'wind': 104.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 363.8,\n        'solar': 0.0,\n        'wind': 107.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 356.5,\n        'solar': 0.0,\n        'wind': 108.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 360.2,\n        'solar': 0.0,\n        'wind': 99.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 348.1,\n        'solar': 0.0,\n        'wind': 102.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 346.7,\n        'solar': 0.0,\n        'wind': 100.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 344.3,\n        'solar': 0.0,\n        'wind': 100.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 332.9,\n        'solar': 0.0,\n        'wind': 103.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 324.8,\n        'solar': 0.0,\n        'wind': 109.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 315.6,\n        'solar': 0.0,\n        'wind': 113.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 310.3,\n        'solar': 0.0,\n        'wind': 115.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 300.4,\n        'solar': 0.0,\n        'wind': 119.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 289.0,\n        'solar': 0.0,\n        'wind': 128.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 288.3,\n        'solar': 0.0,\n        'wind': 122.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 287.1,\n        'solar': 0.0,\n        'wind': 121.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 273.6,\n        'solar': 0.0,\n        'wind': 129.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 275.4,\n        'solar': 0.0,\n        'wind': 123.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 267.9,\n        'solar': 0.0,\n        'wind': 132.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 256.3,\n        'solar': 0.0,\n        'wind': 135.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 248.0,\n        'solar': 0.0,\n        'wind': 139.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 237.3,\n        'solar': 0.0,\n        'wind': 147.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 234.6,\n        'solar': 0.0,\n        'wind': 143.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 221.7,\n        'solar': 0.0,\n        'wind': 151.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 222.8,\n        'solar': 0.0,\n        'wind': 152.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.2,\n        'solar': 0.0,\n        'wind': 157.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.6,\n        'solar': 0.0,\n        'wind': 158.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.5,\n        'solar': 0.0,\n        'wind': 158.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.2,\n        'solar': 0.0,\n        'wind': 147.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.2,\n        'solar': 0.0,\n        'wind': 150.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.8,\n        'solar': 0.0,\n        'wind': 147.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.9,\n        'solar': 0.0,\n        'wind': 150.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.1,\n        'solar': 0.0,\n        'wind': 141.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.4,\n        'solar': 0.0,\n        'wind': 141.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.4,\n        'solar': 0.0,\n        'wind': 142.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.8,\n        'solar': 0.0,\n        'wind': 141.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.2,\n        'solar': 0.0,\n        'wind': 132.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.1,\n        'solar': 0.0,\n        'wind': 132.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.4,\n        'solar': 0.0,\n        'wind': 132.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.7,\n        'solar': 0.0,\n        'wind': 132.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.4,\n        'solar': 0.0,\n        'wind': 125.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.1,\n        'solar': 0.0,\n        'wind': 123.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.6,\n        'solar': 0.0,\n        'wind': 124.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.5,\n        'solar': 0.0,\n        'wind': 121.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.7,\n        'solar': 0.0,\n        'wind': 117.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.8,\n        'solar': 0.0,\n        'wind': 118.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.0,\n        'solar': 0.0,\n        'wind': 116.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 199.7,\n        'solar': 0.0,\n        'wind': 118.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.5,\n        'solar': 0.0,\n        'wind': 104.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.5,\n        'solar': 0.0,\n        'wind': 104.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.1,\n        'solar': 0.0,\n        'wind': 104.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.6,\n        'solar': 0.0,\n        'wind': 104.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.6,\n        'solar': 0.0,\n        'wind': 105.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.7,\n        'solar': 0.0,\n        'wind': 102.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.6,\n        'solar': 0.0,\n        'wind': 103.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.6,\n        'solar': 0.0,\n        'wind': 103.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.4,\n        'solar': 0.0,\n        'wind': 105.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 201.9,\n        'solar': 0.0,\n        'wind': 103.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 201.6,\n        'solar': 0.0,\n        'wind': 102.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 201.7,\n        'solar': 0.0,\n        'wind': 102.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.5,\n        'solar': 0.0,\n        'wind': 103.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 198.4,\n        'solar': 0.0,\n        'wind': 103.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 197.1,\n        'solar': 0.0,\n        'wind': 103.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.5,\n        'solar': 0.0,\n        'wind': 94.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.5,\n        'solar': 0.0,\n        'wind': 94.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.0,\n        'solar': 0.0,\n        'wind': 92.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.1,\n        'solar': 0.0,\n        'wind': 93.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.9,\n        'solar': 0.0,\n        'wind': 93.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.3,\n        'solar': 0.0,\n        'wind': 92.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.1,\n        'solar': 0.0,\n        'wind': 91.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.9,\n        'solar': 0.0,\n        'wind': 92.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.0,\n        'solar': 0.0,\n        'wind': 92.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.6,\n        'solar': 0.0,\n        'wind': 92.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.1,\n        'solar': 0.0,\n        'wind': 91.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.7,\n        'solar': 0.0,\n        'wind': 92.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.5,\n        'solar': 0.0,\n        'wind': 92.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.8,\n        'solar': 0.0,\n        'wind': 93.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.9,\n        'solar': 0.0,\n        'wind': 92.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.8,\n        'solar': 0.0,\n        'wind': 90.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 201.6,\n        'solar': 0.0,\n        'wind': 93.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.4,\n        'solar': 0.0,\n        'wind': 92.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.4,\n        'solar': 0.0,\n        'wind': 91.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.0,\n        'solar': 0.0,\n        'wind': 92.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.4,\n        'solar': 0.0,\n        'wind': 93.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.4,\n        'solar': 0.0,\n        'wind': 93.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.1,\n        'solar': 0.0,\n        'wind': 93.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.6,\n        'solar': 0.0,\n        'wind': 92.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.6,\n        'solar': 0.0,\n        'wind': 91.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.5,\n        'solar': 0.0,\n        'wind': 93.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.4,\n        'solar': 0.0,\n        'wind': 92.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 198.4,\n        'solar': 0.0,\n        'wind': 95.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 197.9,\n        'solar': 0.0,\n        'wind': 97.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 198.1,\n        'solar': 0.0,\n        'wind': 97.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 198.5,\n        'solar': 0.0,\n        'wind': 95.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.9,\n        'solar': 0.0,\n        'wind': 90.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.6,\n        'solar': 0.0,\n        'wind': 93.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 203.6,\n        'solar': 0.0,\n        'wind': 91.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.0,\n        'solar': 0.0,\n        'wind': 91.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 212.5,\n        'solar': 0.0,\n        'wind': 85.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.5,\n        'solar': 0.0,\n        'wind': 91.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.1,\n        'solar': 0.0,\n        'wind': 86.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.2,\n        'solar': 0.0,\n        'wind': 87.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 226.8,\n        'solar': 0.0,\n        'wind': 85.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 228.5,\n        'solar': 0.0,\n        'wind': 88.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 222.5,\n        'solar': 0.0,\n        'wind': 92.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 215.1,\n        'solar': 0.0,\n        'wind': 102.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.1,\n        'solar': 0.0,\n        'wind': 100.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 220.0,\n        'solar': 0.0,\n        'wind': 98.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.8,\n        'solar': 0.0,\n        'wind': 101.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.0,\n        'solar': 0.0,\n        'wind': 105.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 228.5,\n        'solar': 0.0,\n        'wind': 96.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 245.2,\n        'solar': 0.0,\n        'wind': 85.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 260.0,\n        'solar': 0.0,\n        'wind': 71.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 268.4,\n        'solar': 0.0,\n        'wind': 64.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 278.4,\n        'solar': 0.0,\n        'wind': 60.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 279.1,\n        'solar': 0.0,\n        'wind': 64.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 265.6,\n        'solar': 0.0,\n        'wind': 83.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 252.4,\n        'solar': 0.0,\n        'wind': 97.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 273.5,\n        'solar': 0.0,\n        'wind': 74.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 279.7,\n        'solar': 0.0,\n        'wind': 72.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 278.2,\n        'solar': 0.0,\n        'wind': 75.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 275.5,\n        'solar': 0.0,\n        'wind': 78.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 281.9,\n        'solar': 0.0,\n        'wind': 74.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 295.0,\n        'solar': 0.0,\n        'wind': 66.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 288.0,\n        'solar': 0.0,\n        'wind': 80.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 280.5,\n        'solar': 0.0,\n        'wind': 90.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 279.7,\n        'solar': 0.0,\n        'wind': 93.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 281.0,\n        'solar': 0.0,\n        'wind': 86.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 289.7,\n        'solar': 0.0,\n        'wind': 87.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 295.1,\n        'solar': 0.2,\n        'wind': 78.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 293.7,\n        'solar': 0.4,\n        'wind': 84.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 296.2,\n        'solar': 1.4,\n        'wind': 84.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 306.7,\n        'solar': 2.6,\n        'wind': 77.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 306.8,\n        'solar': 3.2,\n        'wind': 79.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 315.2,\n        'solar': 3.1,\n        'wind': 75.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 316.1,\n        'solar': 4.2,\n        'wind': 80.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 300.4,\n        'solar': 6.0,\n        'wind': 98.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 299.0,\n        'solar': 8.1,\n        'wind': 103.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 313.4,\n        'solar': 7.6,\n        'wind': 94.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 305.4,\n        'solar': 10.0,\n        'wind': 104.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 295.6,\n        'solar': 13.1,\n        'wind': 113.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 288.7,\n        'solar': 17.5,\n        'wind': 119.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 269.1,\n        'solar': 19.2,\n        'wind': 139.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 272.1,\n        'solar': 22.7,\n        'wind': 136.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 273.6,\n        'solar': 23.9,\n        'wind': 135.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 268.0,\n        'solar': 28.8,\n        'wind': 142.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 260.3,\n        'solar': 26.9,\n        'wind': 153.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 260.0,\n        'solar': 26.5,\n        'wind': 156.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 264.6,\n        'solar': 28.2,\n        'wind': 157.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 250.8,\n        'solar': 33.4,\n        'wind': 163.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 248.9,\n        'solar': 31.8,\n        'wind': 173.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 243.8,\n        'solar': 33.6,\n        'wind': 178.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 242.2,\n        'solar': 36.6,\n        'wind': 178.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 232.1,\n        'solar': 42.2,\n        'wind': 179.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 232.3,\n        'solar': 41.4,\n        'wind': 180.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 233.5,\n        'solar': 43.9,\n        'wind': 175.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 224.1,\n        'solar': 48.6,\n        'wind': 183.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 224.9,\n        'solar': 49.5,\n        'wind': 184.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.3,\n        'solar': 54.2,\n        'wind': 182.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 220.7,\n        'solar': 54.6,\n        'wind': 180.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.6,\n        'solar': 54.1,\n        'wind': 179.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.4,\n        'solar': 51.6,\n        'wind': 180.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.3,\n        'solar': 51.6,\n        'wind': 182.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.5,\n        'solar': 51.5,\n        'wind': 180.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 227.0,\n        'solar': 52.1,\n        'wind': 178.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.9,\n        'solar': 59.6,\n        'wind': 178.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 221.9,\n        'solar': 58.6,\n        'wind': 176.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 218.5,\n        'solar': 60.6,\n        'wind': 178.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 216.0,\n        'solar': 59.3,\n        'wind': 180.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.6,\n        'solar': 63.8,\n        'wind': 182.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.4,\n        'solar': 70.9,\n        'wind': 181.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.0,\n        'solar': 67.7,\n        'wind': 184.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.3,\n        'solar': 72.0,\n        'wind': 178.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.6,\n        'solar': 71.1,\n        'wind': 184.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.4,\n        'solar': 66.5,\n        'wind': 179.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.3,\n        'solar': 80.0,\n        'wind': 177.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.3,\n        'solar': 76.2,\n        'wind': 175.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.7,\n        'solar': 70.3,\n        'wind': 172.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.3,\n        'solar': 77.6,\n        'wind': 173.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 216.9,\n        'solar': 77.7,\n        'wind': 165.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.8,\n        'solar': 77.4,\n        'wind': 170.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.5,\n        'solar': 72.7,\n        'wind': 175.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.0,\n        'solar': 78.5,\n        'wind': 178.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 196.0,\n        'solar': 79.8,\n        'wind': 184.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 198.3,\n        'solar': 79.5,\n        'wind': 182.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.2,\n        'solar': 76.4,\n        'wind': 179.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.8,\n        'solar': 75.6,\n        'wind': 176.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.8,\n        'solar': 75.8,\n        'wind': 174.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.9,\n        'solar': 75.3,\n        'wind': 173.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.5,\n        'solar': 72.4,\n        'wind': 171.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 217.9,\n        'solar': 66.3,\n        'wind': 171.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 214.5,\n        'solar': 73.8,\n        'wind': 169.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 215.8,\n        'solar': 73.2,\n        'wind': 171.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.0,\n        'solar': 72.3,\n        'wind': 170.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 216.0,\n        'solar': 68.8,\n        'wind': 173.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.2,\n        'solar': 72.3,\n        'wind': 175.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.3,\n        'solar': 73.5,\n        'wind': 175.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.0,\n        'solar': 74.1,\n        'wind': 175.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.6,\n        'solar': 71.9,\n        'wind': 177.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.9,\n        'solar': 74.1,\n        'wind': 176.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.9,\n        'solar': 75.1,\n        'wind': 175.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 200.2,\n        'solar': 74.8,\n        'wind': 175.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.7,\n        'solar': 72.2,\n        'wind': 172.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.1,\n        'solar': 72.0,\n        'wind': 171.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 201.1,\n        'solar': 72.3,\n        'wind': 172.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.8,\n        'solar': 67.9,\n        'wind': 166.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.3,\n        'solar': 65.9,\n        'wind': 164.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.1,\n        'solar': 64.2,\n        'wind': 165.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.2,\n        'solar': 64.8,\n        'wind': 165.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.5,\n        'solar': 63.1,\n        'wind': 167.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.8,\n        'solar': 61.7,\n        'wind': 165.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.0,\n        'solar': 63.9,\n        'wind': 166.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 202.6,\n        'solar': 64.2,\n        'wind': 164.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.4,\n        'solar': 59.2,\n        'wind': 163.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.3,\n        'solar': 59.5,\n        'wind': 163.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.3,\n        'solar': 59.5,\n        'wind': 161.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 204.9,\n        'solar': 58.9,\n        'wind': 161.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.0,\n        'solar': 57.9,\n        'wind': 159.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.7,\n        'solar': 56.0,\n        'wind': 156.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.9,\n        'solar': 55.7,\n        'wind': 156.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.1,\n        'solar': 55.0,\n        'wind': 156.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.0,\n        'solar': 54.1,\n        'wind': 155.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.3,\n        'solar': 53.7,\n        'wind': 155.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.0,\n        'solar': 53.2,\n        'wind': 156.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.7,\n        'solar': 52.2,\n        'wind': 156.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.2,\n        'solar': 51.8,\n        'wind': 157.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.4,\n        'solar': 50.6,\n        'wind': 158.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.0,\n        'solar': 49.2,\n        'wind': 157.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.8,\n        'solar': 48.4,\n        'wind': 157.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.6,\n        'solar': 47.0,\n        'wind': 160.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.5,\n        'solar': 45.3,\n        'wind': 160.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.4,\n        'solar': 45.4,\n        'wind': 160.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 212.7,\n        'solar': 43.8,\n        'wind': 161.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.0,\n        'solar': 41.5,\n        'wind': 162.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 215.0,\n        'solar': 40.0,\n        'wind': 163.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 220.0,\n        'solar': 35.9,\n        'wind': 164.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 214.4,\n        'solar': 35.6,\n        'wind': 172.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 217.7,\n        'solar': 34.8,\n        'wind': 172.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 220.3,\n        'solar': 33.8,\n        'wind': 177.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 218.3,\n        'solar': 29.4,\n        'wind': 181.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 218.2,\n        'solar': 27.7,\n        'wind': 179.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 225.2,\n        'solar': 24.3,\n        'wind': 181.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 222.4,\n        'solar': 22.8,\n        'wind': 189.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 224.1,\n        'solar': 22.0,\n        'wind': 189.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.6,\n        'solar': 19.6,\n        'wind': 194.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 224.5,\n        'solar': 18.4,\n        'wind': 192.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 226.6,\n        'solar': 16.5,\n        'wind': 191.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 230.7,\n        'solar': 14.3,\n        'wind': 190.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 236.6,\n        'solar': 13.0,\n        'wind': 189.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 239.9,\n        'solar': 11.2,\n        'wind': 190.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 236.8,\n        'solar': 9.7,\n        'wind': 195.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 242.7,\n        'solar': 7.7,\n        'wind': 188.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 242.1,\n        'solar': 5.7,\n        'wind': 195.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 247.0,\n        'solar': 3.1,\n        'wind': 196.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 253.9,\n        'solar': 2.2,\n        'wind': 190.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 252.6,\n        'solar': 0.6,\n        'wind': 194.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 246.7,\n        'solar': 0.3,\n        'wind': 199.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 248.8,\n        'solar': 0.1,\n        'wind': 203.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 252.2,\n        'solar': 0.0,\n        'wind': 199.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 256.0,\n        'solar': 0.0,\n        'wind': 196.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 259.4,\n        'solar': 0.0,\n        'wind': 196.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 262.8,\n        'solar': 0.0,\n        'wind': 197.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 268.1,\n        'solar': 0.0,\n        'wind': 201.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 275.4,\n        'solar': 0.0,\n        'wind': 198.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 279.8,\n        'solar': 0.0,\n        'wind': 197.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 283.9,\n        'solar': 0.0,\n        'wind': 198.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 281.7,\n        'solar': 0.0,\n        'wind': 201.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 284.3,\n        'solar': 0.0,\n        'wind': 203.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 284.5,\n        'solar': 0.0,\n        'wind': 201.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 286.3,\n        'solar': 0.0,\n        'wind': 200.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 287.3,\n        'solar': 0.0,\n        'wind': 197.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 285.0,\n        'solar': 0.0,\n        'wind': 197.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 291.9,\n        'solar': 0.0,\n        'wind': 193.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 286.2,\n        'solar': 0.0,\n        'wind': 194.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 277.6,\n        'solar': 0.0,\n        'wind': 199.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 275.2,\n        'solar': 0.0,\n        'wind': 203.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 271.3,\n        'solar': 0.0,\n        'wind': 205.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 269.5,\n        'solar': 0.0,\n        'wind': 207.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 268.0,\n        'solar': 0.0,\n        'wind': 207.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 273.1,\n        'solar': 0.0,\n        'wind': 205.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 275.3,\n        'solar': 0.0,\n        'wind': 203.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 276.0,\n        'solar': 0.0,\n        'wind': 201.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 271.1,\n        'solar': 0.0,\n        'wind': 198.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 272.3,\n        'solar': 0.0,\n        'wind': 192.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 272.5,\n        'solar': 0.0,\n        'wind': 190.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 267.0,\n        'solar': 0.0,\n        'wind': 191.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 259.3,\n        'solar': 0.0,\n        'wind': 193.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 250.7,\n        'solar': 0.0,\n        'wind': 199.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 248.4,\n        'solar': 0.0,\n        'wind': 197.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 242.1,\n        'solar': 0.0,\n        'wind': 195.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 247.5,\n        'solar': 0.0,\n        'wind': 190.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 252.4,\n        'solar': 0.0,\n        'wind': 181.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 263.1,\n        'solar': 0.0,\n        'wind': 166.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 272.9,\n        'solar': 0.0,\n        'wind': 147.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 265.4,\n        'solar': 0.0,\n        'wind': 157.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 249.3,\n        'solar': 0.0,\n        'wind': 170.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 234.4,\n        'solar': 0.0,\n        'wind': 181.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.0,\n        'solar': 0.0,\n        'wind': 190.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 220.5,\n        'solar': 0.0,\n        'wind': 190.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 215.8,\n        'solar': 0.0,\n        'wind': 191.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 214.3,\n        'solar': 0.0,\n        'wind': 190.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.8,\n        'solar': 0.0,\n        'wind': 190.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.6,\n        'solar': 0.0,\n        'wind': 187.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.5,\n        'solar': 0.0,\n        'wind': 190.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.8,\n        'solar': 0.0,\n        'wind': 181.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 205.8,\n        'solar': 0.0,\n        'wind': 178.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.5,\n        'solar': 0.0,\n        'wind': 178.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 212.8,\n        'solar': 0.0,\n        'wind': 169.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.4,\n        'solar': 0.0,\n        'wind': 166.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.9,\n        'solar': 0.0,\n        'wind': 164.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 210.6,\n        'solar': 0.0,\n        'wind': 157.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.7,\n        'solar': 0.0,\n        'wind': 160.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.4,\n        'solar': 0.0,\n        'wind': 150.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.9,\n        'solar': 0.0,\n        'wind': 149.9,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 213.5,\n        'solar': 0.0,\n        'wind': 144.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 215.8,\n        'solar': 0.0,\n        'wind': 136.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 229.0,\n        'solar': 0.0,\n        'wind': 120.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 236.5,\n        'solar': 0.0,\n        'wind': 111.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 242.9,\n        'solar': 0.0,\n        'wind': 104.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 247.0,\n        'solar': 0.0,\n        'wind': 94.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 248.7,\n        'solar': 0.0,\n        'wind': 92.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 251.6,\n        'solar': 0.0,\n        'wind': 84.6,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 250.3,\n        'solar': 0.0,\n        'wind': 83.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 245.5,\n        'solar': 0.0,\n        'wind': 86.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 233.6,\n        'solar': 0.0,\n        'wind': 92.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 226.9,\n        'solar': 0.0,\n        'wind': 99.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 222.6,\n        'solar': 0.0,\n        'wind': 102.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Canary')),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 223.1,\n        'solar': 0.0,\n        'wind': 101.1,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.1,\n        'solar': 0.0,\n        'wind': 101.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 219.1,\n        'solar': 0.0,\n        'wind': 99.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 211.5,\n        'solar': 0.0,\n        'wind': 105.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 214.5,\n        'solar': 0.0,\n        'wind': 99.7,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 225.5,\n        'solar': 0.0,\n        'wind': 84.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 217.4,\n        'solar': 0.0,\n        'wind': 93.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.4,\n        'solar': 0.0,\n        'wind': 99.2,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 209.5,\n        'solar': 0.0,\n        'wind': 98.4,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 208.1,\n        'solar': 0.0,\n        'wind': 97.8,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 207.3,\n        'solar': 0.0,\n        'wind': 95.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.7,\n        'solar': 0.0,\n        'wind': 96.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 206.7,\n        'solar': 0.0,\n        'wind': 92.5,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 218.0,\n        'solar': 0.0,\n        'wind': 82.3,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'ES-CN-TE',\n    }),\n  ])\n# ---\n# name: test_es_consumption\n  list([\n    dict({\n      'consumption': 29998.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29796.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29865.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29631.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29678.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29600.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29315.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 29130.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 28740.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 28597.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 28199.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 28104.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 27782.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 27424.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 27169.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 27064.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26655.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26611.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26324.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26182.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26082.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25798.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25771.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25400.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25312.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25226.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24960.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24596.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24581.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24423.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24164.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24091.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24050.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23823.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23517.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23497.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23638.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23354.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23261.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23141.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23105.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22953.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22849.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22633.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22660.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22404.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22217.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22227.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22053.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21884.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21763.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21731.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21782.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21580.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21245.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21356.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21305.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21102.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21053.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20765.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20862.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20702.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20673.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20359.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20286.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20401.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20293.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20239.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20266.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20159.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20192.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20113.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20087.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19823.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19778.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19785.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19885.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19780.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19796.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19697.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19577.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19655.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19582.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19516.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19527.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19474.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19613.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19640.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19484.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19434.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19439.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19457.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19464.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19409.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19527.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19459.0,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19515.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19432.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19467.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19336.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19309.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19489.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19265.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19351.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19586.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19414.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19528.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19345.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19600.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19648.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19795.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19772.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19830.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20037.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20003.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20136.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20210.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20247.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20435.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20465.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20533.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20770.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20900.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21022.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21095.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21323.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21227.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21553.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21484.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21618.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21921.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21801.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22067.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22329.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22760.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22763.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22993.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22807.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22682.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22889.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22884.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22875.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23109.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23215.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23467.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23513.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23420.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23685.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23826.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23864.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23937.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23897.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23969.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24098.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24273.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24446.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24233.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24659.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24677.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24639.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24884.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24896.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25207.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25016.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25055.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25093.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25263.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25260.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25014.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25051.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25138.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25016.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25017.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24699.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24485.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24820.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24851.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24630.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24744.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24583.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24448.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24541.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24679.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24525.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24537.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24482.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24583.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24827.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24589.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24508.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24767.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24677.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24791.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24699.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24702.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24757.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24875.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24881.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24782.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24910.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24960.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25137.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25038.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24986.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24860.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24817.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24941.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24766.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24976.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24612.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24524.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24493.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24340.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24245.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23993.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24054.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23922.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23755.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23929.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23913.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23652.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23578.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23497.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23523.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23463.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23352.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23177.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23132.0,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23162.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23221.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23002.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22858.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23042.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22954.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23079.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22941.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23039.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23105.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22992.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23125.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23230.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23255.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22904.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23243.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23408.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23263.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23448.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23243.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23345.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23220.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23603.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23493.0,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23541.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23795.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23778.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23737.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23874.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23814.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24017.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24130.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24216.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23917.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24050.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24226.0,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24323.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24813.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24839.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25166.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25412.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25454.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25618.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26001.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26130.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26234.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26202.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26386.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26413.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26521.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26614.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26540.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26653.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26754.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26841.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 27118.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26925.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26789.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26974.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26794.0,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26755.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26922.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26801.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26535.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26518.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26383.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26340.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 26135.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25799.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25553.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25431.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25575.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25338.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 25143.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24811.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24717.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24476.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23999.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 24081.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23975.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23839.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23266.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23143.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23353.0,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23263.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23220.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23067.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 23082.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22792.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22721.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22538.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22407.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22118.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 22133.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21975.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21915.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21665.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21652.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21505.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21505.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21312.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 21102.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20898.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20882.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20652.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20557.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20543.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20485.0,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20229.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20296.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20288.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20055.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 20021.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19789.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19755.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19714.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19649.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19613.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19298.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19358.0,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19284.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19192.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19058.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19230.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 19127.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18971.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18733.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18754.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18966.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18778.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18666.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18719.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'consumption': 18524.0,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n  ])\n# ---\n# name: test_es_ib_ma_consumption\n  list([\n    dict({\n      'consumption': 601.1,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 599.6,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 593.9,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 593.7,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 584.2,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 581.2,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 574.8,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 566.7,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 556.2,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 543.7,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 541.3,\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 530.2,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 521.5,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 517.5,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 512.7,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 506.9,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 502.2,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 496.6,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 491.8,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 486.0,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 482.1,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 476.3,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 470.3,\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 462.4,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 459.5,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 455.8,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 452.6,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 447.2,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 442.4,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 437.5,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 435.2,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 430.3,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 425.0,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 422.9,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 419.6,\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 415.2,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 411.9,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 411.1,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 407.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 404.1,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 401.2,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 396.3,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 394.9,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 390.3,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 388.5,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 386.0,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 383.3,\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 380.5,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 379.1,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 377.1,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 376.1,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 373.0,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 372.3,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 370.3,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 367.5,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 367.3,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 363.2,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 362.7,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 360.5,\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 360.4,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 359.6,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 357.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 356.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 353.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 353.1,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 352.0,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 350.4,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 350.5,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 349.7,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 347.4,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 348.8,\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 347.0,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 346.8,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 344.3,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 346.1,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 344.4,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 343.8,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 343.3,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.9,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 343.9,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.9,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.1,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 341.6,\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 341.2,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 340.3,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 339.7,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 339.5,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 340.6,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 340.5,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 339.6,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 340.9,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 341.4,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.5,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 341.1,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.3,\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 340.8,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 345.5,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 345.4,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 347.8,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 349.3,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 349.2,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 349.8,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 351.6,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 352.2,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 355.0,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 355.1,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 356.8,\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 361.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 368.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 372.7,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 374.7,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 376.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 380.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 380.7,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 385.1,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 389.0,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 392.1,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 394.4,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 399.8,\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 405.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 412.5,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 420.9,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 423.4,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 425.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 429.3,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 431.9,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 438.4,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 440.0,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 441.5,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 447.2,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 450.6,\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 455.4,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 463.6,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 471.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 469.8,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 472.5,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 472.2,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 480.0,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 482.8,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 484.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 491.9,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 468.6,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 489.1,\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 496.6,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 507.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 515.9,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 523.6,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 525.4,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 533.0,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 537.8,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 544.6,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 546.6,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 552.4,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 554.2,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 557.3,\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 561.4,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 572.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 578.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 577.5,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 577.3,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.1,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.1,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 582.0,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.5,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 587.1,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.9,\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 594.5,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 595.9,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 595.4,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 595.0,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 598.8,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 598.9,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 599.5,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 599.2,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 597.6,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 597.9,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 597.6,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 593.9,\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 595.7,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 597.6,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 597.8,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 601.2,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 604.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 601.5,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 602.8,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 602.2,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 599.7,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 601.2,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 598.9,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 598.0,\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 592.8,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 587.7,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 579.1,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 570.9,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 565.4,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 559.8,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 552.3,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 551.0,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 548.9,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 550.5,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 551.2,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 542.5,\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 539.7,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 534.5,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 530.4,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 517.0,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 515.7,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 516.4,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 509.1,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 501.5,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 500.8,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 499.6,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 505.7,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 498.4,\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 495.9,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 495.1,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 501.5,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 489.8,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 493.3,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 487.6,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 486.2,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 486.7,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 483.7,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 485.4,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 478.6,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 477.3,\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 473.6,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 480.7,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 475.7,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 479.7,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 481.4,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 483.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 486.4,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 486.5,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 484.5,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 487.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 492.0,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 488.3,\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 493.3,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 499.1,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 497.5,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 502.7,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 506.3,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 504.4,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 507.8,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 509.6,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 512.3,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 512.7,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 518.9,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 519.6,\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 520.5,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 523.8,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 524.9,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 525.4,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 525.2,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 527.7,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 531.7,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 534.7,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 538.7,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 540.6,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 546.9,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 551.4,\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 560.3,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 567.4,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 573.2,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 576.4,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 578.2,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 585.0,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.5,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.5,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 585.7,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 587.4,\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.4,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 585.1,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 589.4,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.6,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 587.5,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.6,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 586.1,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.5,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.3,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 583.8,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 579.5,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 575.7,\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 571.7,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 566.7,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 566.8,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 558.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 557.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 550.8,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 545.9,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 534.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 532.1,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 525.0,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 519.5,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 512.4,\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 507.9,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 497.4,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 492.6,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 485.1,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 481.3,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 473.5,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 468.6,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 463.5,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 461.8,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 456.1,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 452.3,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 448.9,\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 447.7,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 440.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 439.7,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 434.1,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 429.2,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 430.4,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 425.4,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 422.6,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 418.4,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 414.5,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 412.0,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 407.1,\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 405.3,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 401.1,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 399.3,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 395.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 393.1,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 391.3,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 387.4,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 384.9,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 381.8,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 380.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 377.6,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 375.7,\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 373.4,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 370.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 369.3,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 367.2,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 364.3,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 361.5,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 358.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 357.5,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 355.6,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 353.7,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 351.2,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 350.9,\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 349.2,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 348.8,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 346.8,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 344.1,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 343.1,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 342.1,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 339.3,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 336.8,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 336.7,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 335.1,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 335.1,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 334.2,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'consumption': 334.5,\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES-IB-MA',\n    }),\n  ])\n# ---\n# name: test_es_ib_ma_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -100.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -98.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -100.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -98.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -98.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -97.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -96.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -96.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -95.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -93.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -93.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -90.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -88.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -87.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -87.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -86.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -84.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -84.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -83.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -82.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -74.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -74.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -72.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -70.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -69.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -69.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -49.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -77.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -79.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -79.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -69.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -72.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -74.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -72.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -71.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -50.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -52.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -56.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -53.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -68.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -67.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -62.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -66.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -64.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -65.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -63.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -58.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -60.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -59.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -54.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -57.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -61.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -73.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -74.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -77.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -78.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -85.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -87.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -91.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -91.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -90.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -89.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -88.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -88.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -87.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -87.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -86.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -85.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -85.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -84.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -83.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -83.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -83.4,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -82.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -82.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -81.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.1,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -79.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -79.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -79.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -78.8,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -78.6,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -77.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -77.5,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -77.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -77.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -76.7,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -77.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -76.9,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -76.3,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': -76.2,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': -76.0,\n      'sortedZoneKeys': 'ES-IB-IZ->ES-IB-MA',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_es_ib_ma_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 401.8,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 425.2,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 428.4,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 432.5,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 427.2,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.5,\n        'coal': 0.0,\n        'gas': 423.7,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 413.8,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 405.9,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 398.0,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 392.4,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 379.4,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 373.8,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 370.4,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.6,\n        'coal': 0.0,\n        'gas': 370.4,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.8,\n        'coal': 0.0,\n        'gas': 376.6,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 379.0,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 380.9,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 384.3,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 388.1,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 392.1,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.8,\n        'coal': 0.0,\n        'gas': 393.0,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 16.1,\n        'coal': 0.0,\n        'gas': 404.5,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 18.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.9,\n        'coal': 0.0,\n        'gas': 421.0,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 18.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 420.0,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 411.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 411.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 409.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 405.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 402.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 398.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 391.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.6,\n        'coal': 0.0,\n        'gas': 386.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 381.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 377.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 372.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 367.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 362.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 358.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 357.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 353.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 350.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 346.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 342.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 337.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 333.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 333.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 329.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 324.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 324.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 323.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 321.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 319.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 315.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 313.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 311.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 306.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 305.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 303.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 302.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.7,\n        'coal': 0.0,\n        'gas': 302.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.0,\n        'coal': 0.0,\n        'gas': 301.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 298.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 295.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 293.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 292.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 289.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.6,\n        'coal': 0.0,\n        'gas': 285.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 285.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 286.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 284.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 281.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 281.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 280.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 280.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 278.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 279.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 276.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 275.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 275.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 275.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 275.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 275.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 275.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 274.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 272.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 270.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 270.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 271.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 271.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 271.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 270.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 270.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 271.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 271.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 271.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 272.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 272.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 277.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.7,\n        'coal': 0.0,\n        'gas': 277.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.3,\n        'coal': 0.0,\n        'gas': 280.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 279.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 280.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 281.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 283.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 283.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.0,\n        'coal': 0.0,\n        'gas': 290.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 290.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 290.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 293.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 302.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 312.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 315.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 318.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 318.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 319.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 324.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 329.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 333.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 330.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 336.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 338.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 345.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 346.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 350.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 353.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 362.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.6,\n        'coal': 0.0,\n        'gas': 367.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.7,\n        'coal': 0.0,\n        'gas': 374.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 375.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 376.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 379.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 384.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 390.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 395.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 401.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 400.2,\n        'oil': 0.0,\n        'solar': 0.3,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 400.5,\n        'oil': 0.0,\n        'solar': 1.0,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 401.2,\n        'oil': 0.0,\n        'solar': 1.9,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 406.9,\n        'oil': 0.0,\n        'solar': 3.1,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 407.9,\n        'oil': 0.0,\n        'solar': 4.4,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.9,\n        'coal': 0.0,\n        'gas': 409.8,\n        'oil': 0.0,\n        'solar': 6.3,\n        'unknown': 18.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.6,\n        'coal': 0.0,\n        'gas': 413.8,\n        'oil': 0.0,\n        'solar': 8.3,\n        'unknown': 17.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 17.3,\n        'coal': 0.0,\n        'gas': 387.5,\n        'oil': 0.0,\n        'solar': 10.5,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 11.4,\n        'coal': 0.0,\n        'gas': 422.7,\n        'oil': 0.0,\n        'solar': 14.4,\n        'unknown': 11.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 6.8,\n        'coal': 0.0,\n        'gas': 431.2,\n        'oil': 0.0,\n        'solar': 17.2,\n        'unknown': 6.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 9.2,\n        'coal': 0.0,\n        'gas': 434.0,\n        'oil': 0.0,\n        'solar': 18.9,\n        'unknown': 9.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 10.4,\n        'coal': 0.0,\n        'gas': 441.0,\n        'oil': 0.0,\n        'solar': 19.7,\n        'unknown': 10.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 10.3,\n        'coal': 0.0,\n        'gas': 447.7,\n        'oil': 0.0,\n        'solar': 20.3,\n        'unknown': 10.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 9.4,\n        'coal': 0.0,\n        'gas': 450.7,\n        'oil': 0.0,\n        'solar': 22.2,\n        'unknown': 9.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 11.6,\n        'coal': 0.0,\n        'gas': 448.1,\n        'oil': 0.0,\n        'solar': 24.5,\n        'unknown': 11.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.3,\n        'coal': 0.0,\n        'gas': 454.2,\n        'oil': 0.0,\n        'solar': 20.2,\n        'unknown': 13.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 465.3,\n        'oil': 0.0,\n        'solar': 20.5,\n        'unknown': 14.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 467.0,\n        'oil': 0.0,\n        'solar': 18.7,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 467.6,\n        'oil': 0.0,\n        'solar': 20.1,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.9,\n        'coal': 0.0,\n        'gas': 466.4,\n        'oil': 0.0,\n        'solar': 20.5,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 467.7,\n        'oil': 0.0,\n        'solar': 21.7,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 473.0,\n        'oil': 0.0,\n        'solar': 17.6,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 466.0,\n        'oil': 0.0,\n        'solar': 22.1,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 455.9,\n        'oil': 0.0,\n        'solar': 21.3,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.9,\n        'coal': 0.0,\n        'gas': 456.8,\n        'oil': 0.0,\n        'solar': 19.6,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.3,\n        'coal': 0.0,\n        'gas': 471.3,\n        'oil': 0.0,\n        'solar': 14.8,\n        'unknown': 14.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.2,\n        'coal': 0.0,\n        'gas': 492.8,\n        'oil': 0.0,\n        'solar': 10.7,\n        'unknown': 14.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.1,\n        'coal': 0.0,\n        'gas': 496.7,\n        'oil': 0.0,\n        'solar': 9.3,\n        'unknown': 14.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.3,\n        'coal': 0.0,\n        'gas': 496.6,\n        'oil': 0.0,\n        'solar': 9.0,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.6,\n        'coal': 0.0,\n        'gas': 501.6,\n        'oil': 0.0,\n        'solar': 9.9,\n        'unknown': 14.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 504.5,\n        'oil': 0.0,\n        'solar': 10.1,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.5,\n        'coal': 0.0,\n        'gas': 501.2,\n        'oil': 0.0,\n        'solar': 11.6,\n        'unknown': 17.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.9,\n        'coal': 0.0,\n        'gas': 498.2,\n        'oil': 0.0,\n        'solar': 10.7,\n        'unknown': 18.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 500.7,\n        'oil': 0.0,\n        'solar': 4.8,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 494.3,\n        'oil': 0.0,\n        'solar': 4.8,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 481.7,\n        'oil': 0.0,\n        'solar': 5.4,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 477.9,\n        'oil': 0.0,\n        'solar': 6.0,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 490.7,\n        'oil': 0.0,\n        'solar': 6.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 497.4,\n        'oil': 0.0,\n        'solar': 5.9,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 496.7,\n        'oil': 0.0,\n        'solar': 7.2,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 494.7,\n        'oil': 0.0,\n        'solar': 9.2,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 493.8,\n        'oil': 0.0,\n        'solar': 10.9,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 496.2,\n        'oil': 0.0,\n        'solar': 11.7,\n        'unknown': 15.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 487.3,\n        'oil': 0.0,\n        'solar': 13.5,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 479.9,\n        'oil': 0.0,\n        'solar': 11.2,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 476.3,\n        'oil': 0.0,\n        'solar': 12.2,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 473.9,\n        'oil': 0.0,\n        'solar': 18.5,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 475.5,\n        'oil': 0.0,\n        'solar': 16.7,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 480.7,\n        'oil': 0.0,\n        'solar': 14.4,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 485.3,\n        'oil': 0.0,\n        'solar': 13.2,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 485.0,\n        'oil': 0.0,\n        'solar': 13.6,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 485.2,\n        'oil': 0.0,\n        'solar': 13.4,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 484.5,\n        'oil': 0.0,\n        'solar': 15.1,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 481.7,\n        'oil': 0.0,\n        'solar': 20.1,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 486.6,\n        'oil': 0.0,\n        'solar': 23.8,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.3,\n        'coal': 0.0,\n        'gas': 490.6,\n        'oil': 0.0,\n        'solar': 26.3,\n        'unknown': 17.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 480.1,\n        'oil': 0.0,\n        'solar': 33.5,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 463.9,\n        'oil': 0.0,\n        'solar': 45.5,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 456.4,\n        'oil': 0.0,\n        'solar': 48.3,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 438.5,\n        'oil': 0.0,\n        'solar': 54.2,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 415.3,\n        'oil': 0.0,\n        'solar': 73.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 392.0,\n        'oil': 0.0,\n        'solar': 89.1,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 374.5,\n        'oil': 0.0,\n        'solar': 97.2,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.3,\n        'coal': 0.0,\n        'gas': 357.9,\n        'oil': 0.0,\n        'solar': 105.7,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 337.0,\n        'oil': 0.0,\n        'solar': 120.8,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 333.6,\n        'oil': 0.0,\n        'solar': 120.9,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 329.8,\n        'oil': 0.0,\n        'solar': 124.0,\n        'unknown': 14.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 338.6,\n        'oil': 0.0,\n        'solar': 106.8,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 331.0,\n        'oil': 0.0,\n        'solar': 107.3,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 319.3,\n        'oil': 0.0,\n        'solar': 114.5,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 316.4,\n        'oil': 0.0,\n        'solar': 130.1,\n        'unknown': 14.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 320.0,\n        'oil': 0.0,\n        'solar': 135.6,\n        'unknown': 14.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 313.5,\n        'oil': 0.0,\n        'solar': 126.9,\n        'unknown': 14.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.1,\n        'coal': 0.0,\n        'gas': 307.7,\n        'oil': 0.0,\n        'solar': 134.9,\n        'unknown': 13.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 311.9,\n        'oil': 0.0,\n        'solar': 125.5,\n        'unknown': 13.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 287.7,\n        'oil': 0.0,\n        'solar': 138.3,\n        'unknown': 13.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 269.2,\n        'oil': 0.0,\n        'solar': 150.8,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 279.2,\n        'oil': 0.0,\n        'solar': 145.3,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 289.8,\n        'oil': 0.0,\n        'solar': 126.9,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 281.9,\n        'oil': 0.0,\n        'solar': 148.7,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.9,\n        'coal': 0.0,\n        'gas': 285.2,\n        'oil': 0.0,\n        'solar': 133.2,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 296.9,\n        'oil': 0.0,\n        'solar': 124.5,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 298.7,\n        'oil': 0.0,\n        'solar': 120.6,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.2,\n        'coal': 0.0,\n        'gas': 290.3,\n        'oil': 0.0,\n        'solar': 142.8,\n        'unknown': 15.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.3,\n        'coal': 0.0,\n        'gas': 293.4,\n        'oil': 0.0,\n        'solar': 116.9,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 306.6,\n        'oil': 0.0,\n        'solar': 107.6,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 310.4,\n        'oil': 0.0,\n        'solar': 101.2,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 308.6,\n        'oil': 0.0,\n        'solar': 104.1,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 308.9,\n        'oil': 0.0,\n        'solar': 104.7,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 12.9,\n        'coal': 0.0,\n        'gas': 299.7,\n        'oil': 0.0,\n        'solar': 110.8,\n        'unknown': 15.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 292.0,\n        'oil': 0.0,\n        'solar': 121.1,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 284.3,\n        'oil': 0.0,\n        'solar': 118.8,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.5,\n        'coal': 0.0,\n        'gas': 283.6,\n        'oil': 0.0,\n        'solar': 113.6,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 286.2,\n        'oil': 0.0,\n        'solar': 110.5,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.6,\n        'coal': 0.0,\n        'gas': 289.6,\n        'oil': 0.0,\n        'solar': 110.9,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 286.9,\n        'oil': 0.0,\n        'solar': 106.5,\n        'unknown': 17.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 16.2,\n        'coal': 0.0,\n        'gas': 299.0,\n        'oil': 0.0,\n        'solar': 94.2,\n        'unknown': 18.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 312.1,\n        'oil': 0.0,\n        'solar': 80.9,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 314.4,\n        'oil': 0.0,\n        'solar': 87.7,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 330.0,\n        'oil': 0.0,\n        'solar': 68.3,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.4,\n        'coal': 0.0,\n        'gas': 336.3,\n        'oil': 0.0,\n        'solar': 82.8,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.3,\n        'coal': 0.0,\n        'gas': 339.3,\n        'oil': 0.0,\n        'solar': 68.2,\n        'unknown': 15.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 326.0,\n        'oil': 0.0,\n        'solar': 70.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 333.8,\n        'oil': 0.0,\n        'solar': 70.2,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 344.5,\n        'oil': 0.0,\n        'solar': 54.5,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 330.5,\n        'oil': 0.0,\n        'solar': 54.4,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 316.5,\n        'oil': 0.0,\n        'solar': 51.5,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 310.7,\n        'oil': 0.0,\n        'solar': 46.3,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 295.3,\n        'oil': 0.0,\n        'solar': 43.3,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 289.0,\n        'oil': 0.0,\n        'solar': 40.5,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 284.4,\n        'oil': 0.0,\n        'solar': 44.5,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 289.3,\n        'oil': 0.0,\n        'solar': 39.7,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 295.8,\n        'oil': 0.0,\n        'solar': 38.6,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 303.8,\n        'oil': 0.0,\n        'solar': 34.8,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 310.1,\n        'oil': 0.0,\n        'solar': 29.5,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 318.0,\n        'oil': 0.0,\n        'solar': 25.5,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 316.9,\n        'oil': 0.0,\n        'solar': 27.9,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 319.6,\n        'oil': 0.0,\n        'solar': 25.6,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 330.3,\n        'oil': 0.0,\n        'solar': 20.1,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 335.1,\n        'oil': 0.0,\n        'solar': 14.8,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 339.9,\n        'oil': 0.0,\n        'solar': 11.3,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 356.4,\n        'oil': 0.0,\n        'solar': 9.0,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 364.0,\n        'oil': 0.0,\n        'solar': 6.8,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 370.5,\n        'oil': 0.0,\n        'solar': 4.6,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 376.9,\n        'oil': 0.0,\n        'solar': 3.4,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 381.2,\n        'oil': 0.0,\n        'solar': 2.5,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 385.2,\n        'oil': 0.0,\n        'solar': 1.8,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 387.9,\n        'oil': 0.0,\n        'solar': 0.8,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 392.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 402.2,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 404.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 405.6,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 407.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 410.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 416.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 423.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 427.5,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 427.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.3,\n        'coal': 0.0,\n        'gas': 430.0,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 429.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 431.4,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 426.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.8,\n        'coal': 0.0,\n        'gas': 420.6,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 420.4,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 415.8,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 409.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 402.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 395.6,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 389.2,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 384.5,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 377.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 367.5,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 355.8,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 349.4,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 341.6,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 342.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 333.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 330.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 325.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 320.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 308.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 305.0,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 299.2,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 296.2,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 311.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.0,\n        'coal': 0.0,\n        'gas': 335.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 353.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 369.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 382.5,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 395.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.5,\n        'coal': 0.0,\n        'gas': 404.3,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.8,\n        'coal': 0.0,\n        'gas': 399.8,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 393.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 390.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 382.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.6,\n        'coal': 0.0,\n        'gas': 375.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.9,\n        'coal': 0.0,\n        'gas': 370.6,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 18.0,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 0.0,\n        'gas': 369.9,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 17.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 367.1,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 370.8,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 375.8,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 379.7,\n        'oil': 0.0,\n        'solar': 0.4,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.5,\n        'coal': 0.0,\n        'gas': 386.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 384.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 383.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 382.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 381.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 380.3,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 378.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 376.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 372.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.3,\n        'coal': 0.0,\n        'gas': 367.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 362.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 13.9,\n        'coal': 0.0,\n        'gas': 359.4,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 359.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 354.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 351.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 348.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 345.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 342.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.1,\n        'coal': 0.0,\n        'gas': 340.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 339.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 337.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.7,\n        'coal': 0.0,\n        'gas': 332.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 15.1,\n        'coal': 0.0,\n        'gas': 330.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 328.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 324.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 321.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 319.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.5,\n        'coal': 0.0,\n        'gas': 316.2,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 312.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 312.1,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 311.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 14.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 308.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.9,\n        'coal': 0.0,\n        'gas': 305.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.6,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.7,\n        'coal': 0.0,\n        'gas': 303.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.8,\n        'coal': 0.0,\n        'gas': 300.5,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.6,\n        'coal': 0.0,\n        'gas': 299.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.7,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.2,\n        'coal': 0.0,\n        'gas': 298.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 294.0,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.2,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 15.2,\n        'coal': 0.0,\n        'gas': 290.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 17.3,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.4,\n        'coal': 0.0,\n        'gas': 291.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.5,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 13.7,\n        'coal': 0.0,\n        'gas': 291.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.8,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 0.0,\n        'gas': 290.9,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 15.9,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'biomass': 14.0,\n        'coal': 0.0,\n        'gas': 288.8,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.1,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'biomass': 14.3,\n        'coal': 0.0,\n        'gas': 288.7,\n        'oil': 0.0,\n        'solar': 0.0,\n        'unknown': 16.4,\n        'wind': 0.0,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'ES-IB-MA',\n    }),\n  ])\n# ---\n# name: test_es_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 448,\n        'gas': 6424,\n        'hydro': 6375,\n        'nuclear': 6066,\n        'solar': 56,\n        'unknown': 4992,\n        'wind': 4485,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2299,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 436,\n        'gas': 6322,\n        'hydro': 6256,\n        'nuclear': 6064,\n        'solar': 55,\n        'unknown': 4922,\n        'wind': 4390,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2265,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 6124,\n        'hydro': 6207,\n        'nuclear': 6066,\n        'solar': 55,\n        'unknown': 4847,\n        'wind': 4392,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2347,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5911,\n        'hydro': 6163,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 4797,\n        'wind': 4552,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -2316,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5955,\n        'hydro': 6220,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 2203,\n        'wind': 4548,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -2315,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5975,\n        'hydro': 6116,\n        'nuclear': 6067,\n        'solar': 55,\n        'unknown': 2206,\n        'wind': 4477,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -2262,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5899,\n        'hydro': 6105,\n        'nuclear': 6062,\n        'solar': 54,\n        'unknown': 2193,\n        'wind': 4408,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2267,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5841,\n        'hydro': 6090,\n        'nuclear': 6062,\n        'solar': 54,\n        'unknown': 2169,\n        'wind': 4419,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2248,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5764,\n        'hydro': 6052,\n        'nuclear': 6065,\n        'solar': 54,\n        'unknown': 2206,\n        'wind': 4474,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2132,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 427,\n        'gas': 5606,\n        'hydro': 5849,\n        'nuclear': 6068,\n        'solar': 54,\n        'unknown': 2210,\n        'wind': 4469,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1970,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 5458,\n        'hydro': 5793,\n        'nuclear': 6063,\n        'solar': 54,\n        'unknown': 2197,\n        'wind': 4456,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1940,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 5266,\n        'hydro': 5608,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 2162,\n        'wind': 4441,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1875,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 5257,\n        'hydro': 5680,\n        'nuclear': 6065,\n        'solar': 54,\n        'unknown': 2197,\n        'wind': 4300,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1910,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 5548,\n        'hydro': 5925,\n        'nuclear': 6062,\n        'solar': 54,\n        'unknown': 2186,\n        'wind': 4327,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2070,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5789,\n        'hydro': 5926,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 2183,\n        'wind': 4371,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2069,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5807,\n        'hydro': 5910,\n        'nuclear': 6060,\n        'solar': 54,\n        'unknown': 2181,\n        'wind': 4364,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2077,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5508,\n        'hydro': 5944,\n        'nuclear': 6065,\n        'solar': 54,\n        'unknown': 2148,\n        'wind': 4353,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2103,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5371,\n        'hydro': 5933,\n        'nuclear': 6063,\n        'solar': 54,\n        'unknown': 2153,\n        'wind': 4346,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2075,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5249,\n        'hydro': 5874,\n        'nuclear': 6062,\n        'solar': 54,\n        'unknown': 2151,\n        'wind': 4316,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -2073,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5196,\n        'hydro': 5855,\n        'nuclear': 6065,\n        'solar': 54,\n        'unknown': 2153,\n        'wind': 4303,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -2047,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5152,\n        'hydro': 5732,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 2089,\n        'wind': 4274,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1997,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5142,\n        'hydro': 5710,\n        'nuclear': 6066,\n        'solar': 54,\n        'unknown': 2137,\n        'wind': 4260,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1972,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5109,\n        'hydro': 5623,\n        'nuclear': 6069,\n        'solar': 54,\n        'unknown': 2133,\n        'wind': 4209,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1922,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5063,\n        'hydro': 5410,\n        'nuclear': 6068,\n        'solar': 54,\n        'unknown': 2135,\n        'wind': 4356,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1711,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 5048,\n        'hydro': 5512,\n        'nuclear': 6071,\n        'solar': 54,\n        'unknown': 2130,\n        'wind': 4504,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1793,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 5076,\n        'hydro': 5647,\n        'nuclear': 6067,\n        'solar': 54,\n        'unknown': 2107,\n        'wind': 4551,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1870,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 432,\n        'gas': 5071,\n        'hydro': 5734,\n        'nuclear': 6068,\n        'solar': 54,\n        'unknown': 2098,\n        'wind': 4543,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1900,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 5083,\n        'hydro': 5731,\n        'nuclear': 6065,\n        'solar': 54,\n        'unknown': 2099,\n        'wind': 4528,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1854,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 431,\n        'gas': 4874,\n        'hydro': 5736,\n        'nuclear': 6063,\n        'solar': 53,\n        'unknown': 2059,\n        'wind': 4637,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1870,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 435,\n        'gas': 4680,\n        'hydro': 5682,\n        'nuclear': 6065,\n        'solar': 52,\n        'unknown': 2096,\n        'wind': 4648,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1873,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 4547,\n        'hydro': 5733,\n        'nuclear': 6065,\n        'solar': 50,\n        'unknown': 2096,\n        'wind': 4686,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1865,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 428,\n        'gas': 4327,\n        'hydro': 5805,\n        'nuclear': 6065,\n        'solar': 41,\n        'unknown': 2096,\n        'wind': 4686,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1884,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 4163,\n        'hydro': 5767,\n        'nuclear': 6066,\n        'solar': 41,\n        'unknown': 2045,\n        'wind': 4671,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1867,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 4099,\n        'hydro': 5658,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 2088,\n        'wind': 4734,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1810,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 4021,\n        'hydro': 5651,\n        'nuclear': 6067,\n        'solar': 41,\n        'unknown': 2095,\n        'wind': 4717,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1796,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 3966,\n        'hydro': 5519,\n        'nuclear': 6066,\n        'solar': 41,\n        'unknown': 2082,\n        'wind': 4734,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1792,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 3902,\n        'hydro': 5244,\n        'nuclear': 6067,\n        'solar': 42,\n        'unknown': 1994,\n        'wind': 4792,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1751,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 3405,\n        'hydro': 4989,\n        'nuclear': 6066,\n        'solar': 42,\n        'unknown': 1935,\n        'wind': 4827,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1723,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 3221,\n        'hydro': 5026,\n        'nuclear': 6069,\n        'solar': 41,\n        'unknown': 1934,\n        'wind': 4889,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1712,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 2933,\n        'hydro': 4887,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1931,\n        'wind': 4907,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1521,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 2865,\n        'hydro': 4934,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1928,\n        'wind': 4844,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1557,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 2832,\n        'hydro': 4903,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 1921,\n        'wind': 4809,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1630,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 2762,\n        'hydro': 4613,\n        'nuclear': 6069,\n        'solar': 41,\n        'unknown': 1930,\n        'wind': 4771,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1608,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 432,\n        'gas': 2786,\n        'hydro': 4668,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1933,\n        'wind': 4700,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1664,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 429,\n        'gas': 2801,\n        'hydro': 4616,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1925,\n        'wind': 4634,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1690,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 2784,\n        'hydro': 4590,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1934,\n        'wind': 4576,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1683,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 2726,\n        'hydro': 4579,\n        'nuclear': 6064,\n        'solar': 41,\n        'unknown': 1939,\n        'wind': 4560,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1696,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 430,\n        'gas': 2701,\n        'hydro': 4628,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 1935,\n        'wind': 4535,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1542,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 427,\n        'gas': 2641,\n        'hydro': 4663,\n        'nuclear': 6067,\n        'solar': 41,\n        'unknown': 1919,\n        'wind': 4468,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1309,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2775,\n        'hydro': 4501,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 1874,\n        'wind': 4526,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1101,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2893,\n        'hydro': 4445,\n        'nuclear': 6067,\n        'solar': 41,\n        'unknown': 1858,\n        'wind': 4612,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1175,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2984,\n        'hydro': 4469,\n        'nuclear': 6070,\n        'solar': 35,\n        'unknown': 1870,\n        'wind': 4579,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1175,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3082,\n        'hydro': 4465,\n        'nuclear': 6069,\n        'solar': 35,\n        'unknown': 3975,\n        'wind': 4587,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1185,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3146,\n        'hydro': 4492,\n        'nuclear': 6069,\n        'solar': 36,\n        'unknown': 3931,\n        'wind': 4602,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1189,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3164,\n        'hydro': 4487,\n        'nuclear': 6070,\n        'solar': 36,\n        'unknown': 3952,\n        'wind': 4578,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1003,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3157,\n        'hydro': 4456,\n        'nuclear': 6073,\n        'solar': 39,\n        'unknown': 3969,\n        'wind': 4615,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -992,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3145,\n        'hydro': 4381,\n        'nuclear': 6068,\n        'solar': 40,\n        'unknown': 3991,\n        'wind': 4725,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -985,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3093,\n        'hydro': 4217,\n        'nuclear': 6071,\n        'solar': 40,\n        'unknown': 4007,\n        'wind': 4823,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -954,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3073,\n        'hydro': 3966,\n        'nuclear': 6066,\n        'solar': 40,\n        'unknown': 1909,\n        'wind': 4944,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -944,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3011,\n        'hydro': 3722,\n        'nuclear': 6076,\n        'solar': 41,\n        'unknown': 1884,\n        'wind': 4987,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -907,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3005,\n        'hydro': 3717,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1887,\n        'wind': 4940,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -911,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3092,\n        'hydro': 3825,\n        'nuclear': 6073,\n        'solar': 40,\n        'unknown': 1858,\n        'wind': 4955,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -790,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3103,\n        'hydro': 3857,\n        'nuclear': 6071,\n        'solar': 40,\n        'unknown': 1832,\n        'wind': 4992,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -789,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3091,\n        'hydro': 3863,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1845,\n        'wind': 5012,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -787,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3016,\n        'hydro': 3849,\n        'nuclear': 6070,\n        'solar': 40,\n        'unknown': 1848,\n        'wind': 4954,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -788,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2967,\n        'hydro': 3850,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1854,\n        'wind': 4977,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -788,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2966,\n        'hydro': 3861,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1809,\n        'wind': 4999,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -788,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3038,\n        'hydro': 4035,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1828,\n        'wind': 4992,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -787,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3005,\n        'hydro': 3907,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1837,\n        'wind': 5063,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -789,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3034,\n        'hydro': 3955,\n        'nuclear': 6077,\n        'solar': 41,\n        'unknown': 1839,\n        'wind': 5041,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -789,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2804,\n        'hydro': 3864,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1809,\n        'wind': 5194,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -790,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2773,\n        'hydro': 3840,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1845,\n        'wind': 5210,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -791,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2813,\n        'hydro': 3889,\n        'nuclear': 6067,\n        'solar': 41,\n        'unknown': 1847,\n        'wind': 5259,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -789,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3038,\n        'hydro': 4169,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1836,\n        'wind': 5283,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -791,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2975,\n        'hydro': 4099,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1786,\n        'wind': 5447,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -792,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2943,\n        'hydro': 4088,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1832,\n        'wind': 5531,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -791,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2859,\n        'hydro': 3866,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1827,\n        'wind': 5610,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -793,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2856,\n        'hydro': 3828,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1830,\n        'wind': 5677,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -790,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2891,\n        'hydro': 3679,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1825,\n        'wind': 5764,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -790,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2903,\n        'hydro': 3684,\n        'nuclear': 6069,\n        'solar': 41,\n        'unknown': 1807,\n        'wind': 5881,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -791,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 247,\n        'gas': 2799,\n        'hydro': 3512,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1821,\n        'wind': 5922,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -793,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 247,\n        'gas': 2780,\n        'hydro': 3485,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1822,\n        'wind': 5958,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -792,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2727,\n        'hydro': 3406,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 3826,\n        'wind': 5946,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -793,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2766,\n        'hydro': 3452,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1780,\n        'wind': 5916,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -794,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2746,\n        'hydro': 3253,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1811,\n        'wind': 5926,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -742,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2679,\n        'hydro': 3159,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1812,\n        'wind': 5911,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -741,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2614,\n        'hydro': 3141,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1815,\n        'wind': 5961,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -745,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2668,\n        'hydro': 3302,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1774,\n        'wind': 5983,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -742,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2654,\n        'hydro': 3279,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1806,\n        'wind': 6024,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -745,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2661,\n        'hydro': 3250,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1808,\n        'wind': 6086,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -745,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2658,\n        'hydro': 3218,\n        'nuclear': 6074,\n        'solar': 41,\n        'unknown': 3811,\n        'wind': 6171,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -744,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2648,\n        'hydro': 3152,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 3775,\n        'wind': 6263,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -744,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 247,\n        'gas': 2640,\n        'hydro': 3031,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 3815,\n        'wind': 6286,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -624,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2635,\n        'hydro': 3118,\n        'nuclear': 6069,\n        'solar': 41,\n        'unknown': 3818,\n        'wind': 6284,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -623,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 246,\n        'gas': 2654,\n        'hydro': 3132,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 3814,\n        'wind': 6259,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -626,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2649,\n        'hydro': 3142,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 3772,\n        'wind': 6320,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -629,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2648,\n        'hydro': 3140,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 3809,\n        'wind': 6380,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -621,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2701,\n        'hydro': 3316,\n        'nuclear': 6069,\n        'solar': 41,\n        'unknown': 1801,\n        'wind': 6472,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -478,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2672,\n        'hydro': 3373,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1802,\n        'wind': 6565,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -413,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2649,\n        'hydro': 3341,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1803,\n        'wind': 6617,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -415,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2486,\n        'hydro': 3151,\n        'nuclear': 6065,\n        'solar': 41,\n        'unknown': 3793,\n        'wind': 6755,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -415,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2521,\n        'hydro': 3274,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 1799,\n        'wind': 6800,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -416,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2493,\n        'hydro': 3235,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 1794,\n        'wind': 6864,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -416,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2414,\n        'hydro': 3089,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1795,\n        'wind': 6988,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -414,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2446,\n        'hydro': 3134,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1755,\n        'wind': 7035,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -416,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2415,\n        'hydro': 3146,\n        'nuclear': 6064,\n        'solar': 41,\n        'unknown': 3784,\n        'wind': 7089,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -414,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2418,\n        'hydro': 3139,\n        'nuclear': 6065,\n        'solar': 41,\n        'unknown': 3786,\n        'wind': 7136,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -413,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2442,\n        'hydro': 3199,\n        'nuclear': 6072,\n        'solar': 41,\n        'unknown': 3783,\n        'wind': 7085,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -368,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 2421,\n        'hydro': 3164,\n        'nuclear': 6071,\n        'solar': 41,\n        'unknown': 3740,\n        'wind': 6995,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -411,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2506,\n        'hydro': 3115,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 3758,\n        'wind': 7074,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -298,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2568,\n        'hydro': 3151,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1786,\n        'wind': 7150,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -298,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2577,\n        'hydro': 3158,\n        'nuclear': 6066,\n        'solar': 41,\n        'unknown': 1788,\n        'wind': 7132,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -297,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2602,\n        'hydro': 3200,\n        'nuclear': 6068,\n        'solar': 41,\n        'unknown': 1790,\n        'wind': 7120,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -297,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2661,\n        'hydro': 3216,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1788,\n        'wind': 7163,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -298,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2747,\n        'hydro': 3260,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1788,\n        'wind': 7218,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -299,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2760,\n        'hydro': 3267,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1787,\n        'wind': 7178,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -298,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2851,\n        'hydro': 3346,\n        'nuclear': 6075,\n        'solar': 41,\n        'unknown': 1789,\n        'wind': 7139,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -295,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2871,\n        'hydro': 3404,\n        'nuclear': 6067,\n        'solar': 41,\n        'unknown': 1789,\n        'wind': 7126,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -301,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2941,\n        'hydro': 3376,\n        'nuclear': 6071,\n        'solar': 42,\n        'unknown': 1788,\n        'wind': 7168,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -298,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2944,\n        'hydro': 3386,\n        'nuclear': 6073,\n        'solar': 41,\n        'unknown': 1790,\n        'wind': 7234,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -299,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2871,\n        'hydro': 3357,\n        'nuclear': 6070,\n        'solar': 41,\n        'unknown': 1792,\n        'wind': 7321,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -317,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2827,\n        'hydro': 3346,\n        'nuclear': 6071,\n        'solar': 45,\n        'unknown': 1763,\n        'wind': 7545,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -379,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2814,\n        'hydro': 3352,\n        'nuclear': 6070,\n        'solar': 46,\n        'unknown': 1827,\n        'wind': 7575,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -387,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2759,\n        'hydro': 3252,\n        'nuclear': 6068,\n        'solar': 45,\n        'unknown': 1840,\n        'wind': 7607,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -392,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2848,\n        'hydro': 3291,\n        'nuclear': 6075,\n        'solar': 47,\n        'unknown': 1847,\n        'wind': 7567,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -411,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2917,\n        'hydro': 3421,\n        'nuclear': 6071,\n        'solar': 46,\n        'unknown': 1858,\n        'wind': 7576,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -467,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2933,\n        'hydro': 3455,\n        'nuclear': 6071,\n        'solar': 45,\n        'unknown': 1859,\n        'wind': 7587,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -469,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2983,\n        'hydro': 3500,\n        'nuclear': 6076,\n        'solar': 45,\n        'unknown': 1863,\n        'wind': 7610,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -473,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2989,\n        'hydro': 3542,\n        'nuclear': 6071,\n        'solar': 46,\n        'unknown': 1872,\n        'wind': 7576,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -476,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3000,\n        'hydro': 3577,\n        'nuclear': 6074,\n        'solar': 45,\n        'unknown': 1838,\n        'wind': 7520,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -478,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3110,\n        'hydro': 3732,\n        'nuclear': 6066,\n        'solar': 45,\n        'unknown': 1871,\n        'wind': 7469,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -506,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3118,\n        'hydro': 3753,\n        'nuclear': 6068,\n        'solar': 45,\n        'unknown': 1869,\n        'wind': 7372,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -493,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3162,\n        'hydro': 3759,\n        'nuclear': 6071,\n        'solar': 45,\n        'unknown': 1868,\n        'wind': 7266,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -482,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2993,\n        'hydro': 3742,\n        'nuclear': 6069,\n        'solar': 45,\n        'unknown': 1868,\n        'wind': 7197,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -471,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3129,\n        'hydro': 3764,\n        'nuclear': 6069,\n        'solar': 45,\n        'unknown': 1836,\n        'wind': 7097,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -529,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3229,\n        'hydro': 3797,\n        'nuclear': 6069,\n        'solar': 45,\n        'unknown': 1873,\n        'wind': 7087,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -636,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3322,\n        'hydro': 3899,\n        'nuclear': 6073,\n        'solar': 46,\n        'unknown': 1871,\n        'wind': 7085,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -665,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3185,\n        'hydro': 3919,\n        'nuclear': 6073,\n        'solar': 46,\n        'unknown': 1874,\n        'wind': 7086,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -798,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3085,\n        'hydro': 3956,\n        'nuclear': 6068,\n        'solar': 49,\n        'unknown': 1837,\n        'wind': 7051,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -791,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 245,\n        'gas': 3119,\n        'hydro': 4009,\n        'nuclear': 6072,\n        'solar': 61,\n        'unknown': 1873,\n        'wind': 6978,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -782,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 3127,\n        'hydro': 4008,\n        'nuclear': 6069,\n        'solar': 102,\n        'unknown': 1873,\n        'wind': 6914,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -883,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3152,\n        'hydro': 4011,\n        'nuclear': 6066,\n        'solar': 168,\n        'unknown': 1877,\n        'wind': 6841,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -891,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 3222,\n        'hydro': 3975,\n        'nuclear': 6070,\n        'solar': 269,\n        'unknown': 1837,\n        'wind': 6799,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -885,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3261,\n        'hydro': 3974,\n        'nuclear': 6069,\n        'solar': 439,\n        'unknown': 1874,\n        'wind': 6746,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -879,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3453,\n        'hydro': 4031,\n        'nuclear': 6075,\n        'solar': 674,\n        'unknown': 1880,\n        'wind': 6689,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -927,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3958,\n        'hydro': 4309,\n        'nuclear': 6071,\n        'solar': 951,\n        'unknown': 1882,\n        'wind': 6551,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -938,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3799,\n        'hydro': 4378,\n        'nuclear': 6069,\n        'solar': 1287,\n        'unknown': 1879,\n        'wind': 6405,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -918,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3548,\n        'hydro': 4476,\n        'nuclear': 6068,\n        'solar': 1666,\n        'unknown': 1880,\n        'wind': 6333,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -882,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3366,\n        'hydro': 4583,\n        'nuclear': 6073,\n        'solar': 2203,\n        'unknown': 1888,\n        'wind': 6202,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -847,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3119,\n        'hydro': 4567,\n        'nuclear': 6072,\n        'solar': 2763,\n        'unknown': 1889,\n        'wind': 6138,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -815,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3068,\n        'hydro': 4532,\n        'nuclear': 6069,\n        'solar': 3168,\n        'unknown': 1890,\n        'wind': 6028,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -780,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2986,\n        'hydro': 4462,\n        'nuclear': 6070,\n        'solar': 3593,\n        'unknown': 1887,\n        'wind': 5917,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -768,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2818,\n        'hydro': 4078,\n        'nuclear': 6072,\n        'solar': 4139,\n        'unknown': 1896,\n        'wind': 5947,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -745,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2707,\n        'hydro': 3851,\n        'nuclear': 6073,\n        'solar': 4689,\n        'unknown': 1897,\n        'wind': 5914,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -753,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2693,\n        'hydro': 3576,\n        'nuclear': 6074,\n        'solar': 5266,\n        'unknown': 1898,\n        'wind': 5818,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -751,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2671,\n        'hydro': 3359,\n        'nuclear': 6072,\n        'solar': 5733,\n        'unknown': 1861,\n        'wind': 5752,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -749,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2698,\n        'hydro': 3403,\n        'nuclear': 6069,\n        'solar': 5967,\n        'unknown': 1903,\n        'wind': 5736,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -754,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2963,\n        'hydro': 3642,\n        'nuclear': 6069,\n        'solar': 6687,\n        'unknown': 1907,\n        'wind': 5748,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -731,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2990,\n        'hydro': 3641,\n        'nuclear': 6073,\n        'solar': 7142,\n        'unknown': 1898,\n        'wind': 5712,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -727,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2937,\n        'hydro': 3596,\n        'nuclear': 6074,\n        'solar': 7710,\n        'unknown': 1849,\n        'wind': 5609,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -727,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2708,\n        'hydro': 3516,\n        'nuclear': 6069,\n        'solar': 8303,\n        'unknown': 1889,\n        'wind': 5536,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -725,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2619,\n        'hydro': 3340,\n        'nuclear': 6067,\n        'solar': 8970,\n        'unknown': 1891,\n        'wind': 5554,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -475,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2642,\n        'hydro': 3271,\n        'nuclear': 6074,\n        'solar': 8972,\n        'unknown': 1883,\n        'wind': 5525,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -477,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2508,\n        'hydro': 3126,\n        'nuclear': 6074,\n        'solar': 9068,\n        'unknown': 1844,\n        'wind': 5447,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -358,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2436,\n        'hydro': 3109,\n        'nuclear': 6074,\n        'solar': 9281,\n        'unknown': 1886,\n        'wind': 5385,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -355,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2423,\n        'hydro': 3102,\n        'nuclear': 6073,\n        'solar': 9475,\n        'unknown': 1885,\n        'wind': 5275,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -356,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2446,\n        'hydro': 3185,\n        'nuclear': 6071,\n        'solar': 9457,\n        'unknown': 1876,\n        'wind': 5235,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -122,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2487,\n        'hydro': 3270,\n        'nuclear': 6069,\n        'solar': 9514,\n        'unknown': 1827,\n        'wind': 5272,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -115,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2493,\n        'hydro': 3449,\n        'nuclear': 6076,\n        'solar': 9694,\n        'unknown': 1846,\n        'wind': 5262,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -114,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2257,\n        'hydro': 3603,\n        'nuclear': 6073,\n        'solar': 9808,\n        'unknown': 1799,\n        'wind': 5199,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -57,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2153,\n        'hydro': 3750,\n        'nuclear': 6071,\n        'solar': 9792,\n        'unknown': 1780,\n        'wind': 5222,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -425,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2089,\n        'hydro': 3704,\n        'nuclear': 6067,\n        'solar': 9915,\n        'unknown': 1758,\n        'wind': 5269,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -700,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2058,\n        'hydro': 3634,\n        'nuclear': 6073,\n        'solar': 9893,\n        'unknown': 1755,\n        'wind': 5376,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2040,\n        'hydro': 3644,\n        'nuclear': 6073,\n        'solar': 9877,\n        'unknown': 1745,\n        'wind': 5438,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -696,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1847,\n        'hydro': 3660,\n        'nuclear': 6074,\n        'solar': 9781,\n        'unknown': 1745,\n        'wind': 5548,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -702,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1836,\n        'hydro': 3745,\n        'nuclear': 6070,\n        'solar': 10052,\n        'unknown': 1742,\n        'wind': 5595,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1776,\n        'hydro': 3732,\n        'nuclear': 6065,\n        'solar': 10242,\n        'unknown': 1716,\n        'wind': 5683,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1683,\n        'hydro': 3718,\n        'nuclear': 6074,\n        'solar': 10251,\n        'unknown': 1750,\n        'wind': 5809,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -716,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1682,\n        'hydro': 3608,\n        'nuclear': 6069,\n        'solar': 10266,\n        'unknown': 1749,\n        'wind': 5894,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -704,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1659,\n        'hydro': 3469,\n        'nuclear': 6071,\n        'solar': 10452,\n        'unknown': 1734,\n        'wind': 6040,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1578,\n        'hydro': 3223,\n        'nuclear': 6068,\n        'solar': 10540,\n        'unknown': 1722,\n        'wind': 6029,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -704,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1322,\n        'hydro': 3273,\n        'nuclear': 6070,\n        'solar': 10664,\n        'unknown': 1694,\n        'wind': 6074,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -707,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1156,\n        'hydro': 3568,\n        'nuclear': 6070,\n        'solar': 10773,\n        'unknown': 1664,\n        'wind': 6082,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -699,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1090,\n        'hydro': 3614,\n        'nuclear': 6070,\n        'solar': 10930,\n        'unknown': 1660,\n        'wind': 6135,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -702,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1162,\n        'hydro': 3634,\n        'nuclear': 6070,\n        'solar': 10940,\n        'unknown': 1622,\n        'wind': 6072,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -703,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1205,\n        'hydro': 3667,\n        'nuclear': 6072,\n        'solar': 11032,\n        'unknown': 1651,\n        'wind': 6051,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1230,\n        'hydro': 3711,\n        'nuclear': 6068,\n        'solar': 10817,\n        'unknown': 1651,\n        'wind': 5979,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1279,\n        'hydro': 3712,\n        'nuclear': 6076,\n        'solar': 11090,\n        'unknown': 1651,\n        'wind': 5932,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -698,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1309,\n        'hydro': 3665,\n        'nuclear': 6071,\n        'solar': 11076,\n        'unknown': 1653,\n        'wind': 5835,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -703,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1317,\n        'hydro': 3621,\n        'nuclear': 6078,\n        'solar': 10884,\n        'unknown': 1658,\n        'wind': 5907,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -702,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1325,\n        'hydro': 3594,\n        'nuclear': 6073,\n        'solar': 10756,\n        'unknown': 1652,\n        'wind': 5867,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -702,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1328,\n        'hydro': 3571,\n        'nuclear': 6070,\n        'solar': 11021,\n        'unknown': 1650,\n        'wind': 5910,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -703,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1347,\n        'hydro': 3451,\n        'nuclear': 6073,\n        'solar': 10870,\n        'unknown': 3444,\n        'wind': 5852,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -707,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1383,\n        'hydro': 3554,\n        'nuclear': 6071,\n        'solar': 10864,\n        'unknown': 3429,\n        'wind': 5945,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -700,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1407,\n        'hydro': 3542,\n        'nuclear': 6071,\n        'solar': 10998,\n        'unknown': 3431,\n        'wind': 5980,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -702,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1395,\n        'hydro': 3515,\n        'nuclear': 6068,\n        'solar': 10939,\n        'unknown': 3430,\n        'wind': 6021,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1406,\n        'hydro': 3517,\n        'nuclear': 6071,\n        'solar': 10925,\n        'unknown': 3433,\n        'wind': 6152,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -704,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1441,\n        'hydro': 3535,\n        'nuclear': 6065,\n        'solar': 10676,\n        'unknown': 3392,\n        'wind': 6101,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -700,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1432,\n        'hydro': 3497,\n        'nuclear': 6076,\n        'solar': 10629,\n        'unknown': 3430,\n        'wind': 6167,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -697,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1461,\n        'hydro': 3454,\n        'nuclear': 6077,\n        'solar': 10332,\n        'unknown': 3433,\n        'wind': 6271,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7,\n        'hydro': -699,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1478,\n        'hydro': 3511,\n        'nuclear': 6069,\n        'solar': 10396,\n        'unknown': 3431,\n        'wind': 6302,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -701,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1515,\n        'hydro': 3536,\n        'nuclear': 6073,\n        'solar': 10305,\n        'unknown': 3424,\n        'wind': 6286,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -717,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1509,\n        'hydro': 3512,\n        'nuclear': 6071,\n        'solar': 10249,\n        'unknown': 3423,\n        'wind': 6251,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -719,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1479,\n        'hydro': 3502,\n        'nuclear': 6077,\n        'solar': 9835,\n        'unknown': 3428,\n        'wind': 6218,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -719,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1479,\n        'hydro': 3504,\n        'nuclear': 6075,\n        'solar': 9983,\n        'unknown': 3431,\n        'wind': 6268,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4,\n        'hydro': -716,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1505,\n        'hydro': 3467,\n        'nuclear': 6073,\n        'solar': 10150,\n        'unknown': 3408,\n        'wind': 6245,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -715,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1513,\n        'hydro': 3408,\n        'nuclear': 6073,\n        'solar': 9988,\n        'unknown': 3372,\n        'wind': 6310,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -720,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1529,\n        'hydro': 3494,\n        'nuclear': 6074,\n        'solar': 9790,\n        'unknown': 3410,\n        'wind': 6242,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -720,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1566,\n        'hydro': 3496,\n        'nuclear': 6072,\n        'solar': 9689,\n        'unknown': 3410,\n        'wind': 6338,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -641,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1590,\n        'hydro': 3471,\n        'nuclear': 6068,\n        'solar': 9646,\n        'unknown': 3408,\n        'wind': 6328,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1583,\n        'hydro': 3483,\n        'nuclear': 6072,\n        'solar': 9458,\n        'unknown': 3404,\n        'wind': 6339,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -646,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1650,\n        'hydro': 3442,\n        'nuclear': 6077,\n        'solar': 9395,\n        'unknown': 3397,\n        'wind': 6441,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1654,\n        'hydro': 3323,\n        'nuclear': 6076,\n        'solar': 9260,\n        'unknown': 3404,\n        'wind': 6441,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1660,\n        'hydro': 3316,\n        'nuclear': 6068,\n        'solar': 9285,\n        'unknown': 3399,\n        'wind': 6568,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -633,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1685,\n        'hydro': 3320,\n        'nuclear': 6070,\n        'solar': 8993,\n        'unknown': 3362,\n        'wind': 6616,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -645,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1719,\n        'hydro': 3335,\n        'nuclear': 6074,\n        'solar': 8777,\n        'unknown': 3399,\n        'wind': 6592,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -647,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1785,\n        'hydro': 3311,\n        'nuclear': 6074,\n        'solar': 8773,\n        'unknown': 3401,\n        'wind': 6722,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -640,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1887,\n        'hydro': 3173,\n        'nuclear': 6072,\n        'solar': 8564,\n        'unknown': 3411,\n        'wind': 6554,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -645,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2041,\n        'hydro': 3178,\n        'nuclear': 6070,\n        'solar': 8643,\n        'unknown': 3370,\n        'wind': 6531,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -645,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2034,\n        'hydro': 3209,\n        'nuclear': 6075,\n        'solar': 8552,\n        'unknown': 3404,\n        'wind': 6547,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1980,\n        'hydro': 3070,\n        'nuclear': 6073,\n        'solar': 8619,\n        'unknown': 1634,\n        'wind': 6485,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1965,\n        'hydro': 3024,\n        'nuclear': 6072,\n        'solar': 8604,\n        'unknown': 1634,\n        'wind': 6452,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8,\n        'hydro': -637,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1957,\n        'hydro': 2998,\n        'nuclear': 6076,\n        'solar': 8489,\n        'unknown': 1632,\n        'wind': 6605,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8,\n        'hydro': -642,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1977,\n        'hydro': 3004,\n        'nuclear': 6074,\n        'solar': 8283,\n        'unknown': 1633,\n        'wind': 6698,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7,\n        'hydro': -645,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1916,\n        'hydro': 3020,\n        'nuclear': 6073,\n        'solar': 8121,\n        'unknown': 1633,\n        'wind': 6806,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7,\n        'hydro': -641,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 1926,\n        'hydro': 3007,\n        'nuclear': 6071,\n        'solar': 7890,\n        'unknown': 1637,\n        'wind': 6780,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7,\n        'hydro': -644,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 1941,\n        'hydro': 2994,\n        'nuclear': 6075,\n        'solar': 7773,\n        'unknown': 1630,\n        'wind': 6828,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -645,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2005,\n        'hydro': 2984,\n        'nuclear': 6071,\n        'solar': 7521,\n        'unknown': 1595,\n        'wind': 6776,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -643,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2074,\n        'hydro': 3000,\n        'nuclear': 6068,\n        'solar': 7312,\n        'unknown': 1631,\n        'wind': 6893,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -531,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2027,\n        'hydro': 2987,\n        'nuclear': 6074,\n        'solar': 7185,\n        'unknown': 1636,\n        'wind': 6884,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2,\n        'hydro': -524,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2045,\n        'hydro': 3012,\n        'nuclear': 6068,\n        'solar': 7060,\n        'unknown': 1642,\n        'wind': 6840,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4,\n        'hydro': -532,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2094,\n        'hydro': 3009,\n        'nuclear': 6073,\n        'solar': 7066,\n        'unknown': 1638,\n        'wind': 6799,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -533,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2148,\n        'hydro': 3081,\n        'nuclear': 6068,\n        'solar': 6865,\n        'unknown': 1641,\n        'wind': 6686,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2,\n        'hydro': -533,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2214,\n        'hydro': 3202,\n        'nuclear': 6072,\n        'solar': 6582,\n        'unknown': 1639,\n        'wind': 6714,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2,\n        'hydro': -533,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2370,\n        'hydro': 3453,\n        'nuclear': 6071,\n        'solar': 6322,\n        'unknown': 1637,\n        'wind': 6642,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2,\n        'hydro': -534,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2515,\n        'hydro': 3472,\n        'nuclear': 6072,\n        'solar': 6167,\n        'unknown': 1602,\n        'wind': 6553,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -534,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2570,\n        'hydro': 3570,\n        'nuclear': 6070,\n        'solar': 6031,\n        'unknown': 1641,\n        'wind': 6580,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -649,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2563,\n        'hydro': 3587,\n        'nuclear': 6073,\n        'solar': 6022,\n        'unknown': 1638,\n        'wind': 6623,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2,\n        'hydro': -653,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2655,\n        'hydro': 3600,\n        'nuclear': 6076,\n        'solar': 5759,\n        'unknown': 1637,\n        'wind': 6615,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3,\n        'hydro': -650,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2746,\n        'hydro': 3584,\n        'nuclear': 6069,\n        'solar': 5872,\n        'unknown': 1638,\n        'wind': 6560,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -654,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 2774,\n        'hydro': 3570,\n        'nuclear': 6068,\n        'solar': 5807,\n        'unknown': 1639,\n        'wind': 6576,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -652,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 2866,\n        'hydro': 3433,\n        'nuclear': 6071,\n        'solar': 5638,\n        'unknown': 1654,\n        'wind': 6654,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -649,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 2981,\n        'hydro': 3254,\n        'nuclear': 6066,\n        'solar': 5440,\n        'unknown': 3485,\n        'wind': 6750,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6,\n        'hydro': -655,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 3111,\n        'hydro': 3195,\n        'nuclear': 6073,\n        'solar': 5197,\n        'unknown': 3486,\n        'wind': 6719,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5,\n        'hydro': -653,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3219,\n        'hydro': 3324,\n        'nuclear': 6072,\n        'solar': 5023,\n        'unknown': 1666,\n        'wind': 6666,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -650,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3515,\n        'hydro': 3592,\n        'nuclear': 6071,\n        'solar': 4762,\n        'unknown': 3494,\n        'wind': 6655,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -653,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3747,\n        'hydro': 3637,\n        'nuclear': 6075,\n        'solar': 4550,\n        'unknown': 3494,\n        'wind': 6549,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -654,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3933,\n        'hydro': 3640,\n        'nuclear': 6073,\n        'solar': 4311,\n        'unknown': 3494,\n        'wind': 6519,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -655,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3965,\n        'hydro': 3763,\n        'nuclear': 6071,\n        'solar': 4059,\n        'unknown': 3456,\n        'wind': 6466,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -655,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4229,\n        'hydro': 4043,\n        'nuclear': 6074,\n        'solar': 3700,\n        'unknown': 3502,\n        'wind': 6383,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -652,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4499,\n        'hydro': 4035,\n        'nuclear': 6070,\n        'solar': 3325,\n        'unknown': 1692,\n        'wind': 6355,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -656,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4676,\n        'hydro': 4217,\n        'nuclear': 6066,\n        'solar': 3085,\n        'unknown': 1705,\n        'wind': 6325,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -649,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4786,\n        'hydro': 4170,\n        'nuclear': 6072,\n        'solar': 2883,\n        'unknown': 1671,\n        'wind': 6272,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -837,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4487,\n        'hydro': 4246,\n        'nuclear': 6072,\n        'solar': 2655,\n        'unknown': 1711,\n        'wind': 6084,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -845,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4388,\n        'hydro': 4426,\n        'nuclear': 6072,\n        'solar': 2368,\n        'unknown': 1736,\n        'wind': 5968,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -896,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4292,\n        'hydro': 4582,\n        'nuclear': 6071,\n        'solar': 2151,\n        'unknown': 1758,\n        'wind': 5999,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1089,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4447,\n        'hydro': 4611,\n        'nuclear': 6071,\n        'solar': 1932,\n        'unknown': 1772,\n        'wind': 5981,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1089,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4597,\n        'hydro': 4661,\n        'nuclear': 6069,\n        'solar': 1735,\n        'unknown': 1786,\n        'wind': 5977,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1182,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4736,\n        'hydro': 4705,\n        'nuclear': 6073,\n        'solar': 1533,\n        'unknown': 1799,\n        'wind': 5896,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1318,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 4948,\n        'hydro': 4754,\n        'nuclear': 6072,\n        'solar': 1322,\n        'unknown': 1800,\n        'wind': 5714,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1388,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 5116,\n        'hydro': 4778,\n        'nuclear': 6072,\n        'solar': 1116,\n        'unknown': 1818,\n        'wind': 5671,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1424,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 5359,\n        'hydro': 4827,\n        'nuclear': 6067,\n        'solar': 938,\n        'unknown': 1822,\n        'wind': 5544,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1449,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 5409,\n        'hydro': 5064,\n        'nuclear': 6072,\n        'solar': 779,\n        'unknown': 1824,\n        'wind': 5553,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1480,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 5371,\n        'hydro': 5261,\n        'nuclear': 6065,\n        'solar': 616,\n        'unknown': 1833,\n        'wind': 5497,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1490,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 5251,\n        'hydro': 5416,\n        'nuclear': 6070,\n        'solar': 447,\n        'unknown': 1846,\n        'wind': 5430,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1499,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4980,\n        'hydro': 5282,\n        'nuclear': 6065,\n        'solar': 331,\n        'unknown': 1811,\n        'wind': 5457,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1540,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4656,\n        'hydro': 5274,\n        'nuclear': 6067,\n        'solar': 199,\n        'unknown': 1858,\n        'wind': 5486,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1597,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4673,\n        'hydro': 5409,\n        'nuclear': 6068,\n        'solar': 143,\n        'unknown': 1867,\n        'wind': 5579,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1651,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4702,\n        'hydro': 5519,\n        'nuclear': 6066,\n        'solar': 102,\n        'unknown': 1873,\n        'wind': 5687,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1676,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4667,\n        'hydro': 5619,\n        'nuclear': 6066,\n        'solar': 80,\n        'unknown': 1845,\n        'wind': 5811,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1764,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4648,\n        'hydro': 5587,\n        'nuclear': 6070,\n        'solar': 62,\n        'unknown': 1884,\n        'wind': 5862,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1750,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4928,\n        'hydro': 5652,\n        'nuclear': 6070,\n        'solar': 55,\n        'unknown': 1883,\n        'wind': 5818,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1690,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 5066,\n        'hydro': 5666,\n        'nuclear': 6067,\n        'solar': 53,\n        'unknown': 1881,\n        'wind': 5691,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1726,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 5158,\n        'hydro': 5702,\n        'nuclear': 6067,\n        'solar': 53,\n        'unknown': 1852,\n        'wind': 5632,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1764,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 5224,\n        'hydro': 5719,\n        'nuclear': 6072,\n        'solar': 53,\n        'unknown': 1890,\n        'wind': 5555,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1787,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 5292,\n        'hydro': 5766,\n        'nuclear': 6069,\n        'solar': 53,\n        'unknown': 1919,\n        'wind': 5537,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1816,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 5243,\n        'hydro': 5715,\n        'nuclear': 6067,\n        'solar': 52,\n        'unknown': 3974,\n        'wind': 5505,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5,\n        'hydro': -1806,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 4984,\n        'hydro': 5693,\n        'nuclear': 6071,\n        'solar': 48,\n        'unknown': 4061,\n        'wind': 5477,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1763,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4783,\n        'hydro': 5699,\n        'nuclear': 6073,\n        'solar': 47,\n        'unknown': 4033,\n        'wind': 5499,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1797,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4600,\n        'hydro': 5670,\n        'nuclear': 6073,\n        'solar': 48,\n        'unknown': 4057,\n        'wind': 5477,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1806,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 247,\n        'gas': 4752,\n        'hydro': 5719,\n        'nuclear': 6073,\n        'solar': 48,\n        'unknown': 4058,\n        'wind': 5425,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1831,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4691,\n        'hydro': 5753,\n        'nuclear': 6068,\n        'solar': 48,\n        'unknown': 4056,\n        'wind': 5354,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1840,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 4627,\n        'hydro': 5805,\n        'nuclear': 6069,\n        'solar': 48,\n        'unknown': 4061,\n        'wind': 5293,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1850,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 4805,\n        'hydro': 5864,\n        'nuclear': 6069,\n        'solar': 48,\n        'unknown': 4060,\n        'wind': 5258,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1864,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4843,\n        'hydro': 5886,\n        'nuclear': 6072,\n        'solar': 48,\n        'unknown': 4060,\n        'wind': 5200,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1874,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4825,\n        'hydro': 5896,\n        'nuclear': 6074,\n        'solar': 48,\n        'unknown': 4063,\n        'wind': 5194,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1886,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4907,\n        'hydro': 5907,\n        'nuclear': 6069,\n        'solar': 48,\n        'unknown': 4036,\n        'wind': 5098,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1882,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4924,\n        'hydro': 5870,\n        'nuclear': 6069,\n        'solar': 48,\n        'unknown': 4087,\n        'wind': 5070,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1879,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4782,\n        'hydro': 5836,\n        'nuclear': 6068,\n        'solar': 48,\n        'unknown': 4090,\n        'wind': 5052,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1849,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 4661,\n        'hydro': 5907,\n        'nuclear': 6066,\n        'solar': 48,\n        'unknown': 4072,\n        'wind': 4938,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1874,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 4592,\n        'hydro': 5899,\n        'nuclear': 6066,\n        'solar': 48,\n        'unknown': 4030,\n        'wind': 4806,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1904,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 4490,\n        'hydro': 5840,\n        'nuclear': 6069,\n        'solar': 48,\n        'unknown': 4068,\n        'wind': 4767,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1882,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 251,\n        'gas': 4592,\n        'hydro': 5793,\n        'nuclear': 6070,\n        'solar': 48,\n        'unknown': 4070,\n        'wind': 4660,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1841,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4517,\n        'hydro': 5719,\n        'nuclear': 6070,\n        'solar': 47,\n        'unknown': 4082,\n        'wind': 4684,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1790,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4464,\n        'hydro': 5684,\n        'nuclear': 6065,\n        'solar': 47,\n        'unknown': 4042,\n        'wind': 4692,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1758,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4384,\n        'hydro': 5697,\n        'nuclear': 6065,\n        'solar': 47,\n        'unknown': 4080,\n        'wind': 4702,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1748,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4258,\n        'hydro': 5605,\n        'nuclear': 6070,\n        'solar': 47,\n        'unknown': 4080,\n        'wind': 4669,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1697,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4125,\n        'hydro': 5485,\n        'nuclear': 6072,\n        'solar': 47,\n        'unknown': 4080,\n        'wind': 4626,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3,\n        'hydro': -1647,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4134,\n        'hydro': 5407,\n        'nuclear': 6067,\n        'solar': 47,\n        'unknown': 4043,\n        'wind': 4530,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5,\n        'hydro': -1631,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4215,\n        'hydro': 5455,\n        'nuclear': 6069,\n        'solar': 47,\n        'unknown': 4079,\n        'wind': 4518,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1654,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4315,\n        'hydro': 5427,\n        'nuclear': 6072,\n        'solar': 47,\n        'unknown': 4078,\n        'wind': 4499,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1649,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4510,\n        'hydro': 5484,\n        'nuclear': 6069,\n        'solar': 46,\n        'unknown': 1943,\n        'wind': 4475,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6,\n        'hydro': -1678,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4553,\n        'hydro': 5397,\n        'nuclear': 6067,\n        'solar': 47,\n        'unknown': 4067,\n        'wind': 4471,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1641,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4425,\n        'hydro': 5310,\n        'nuclear': 6071,\n        'solar': 46,\n        'unknown': 4066,\n        'wind': 4530,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1593,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 4228,\n        'hydro': 5195,\n        'nuclear': 6073,\n        'solar': 46,\n        'unknown': 4071,\n        'wind': 4534,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4,\n        'hydro': -1569,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4159,\n        'hydro': 5162,\n        'nuclear': 6067,\n        'solar': 46,\n        'unknown': 4070,\n        'wind': 4480,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1556,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4110,\n        'hydro': 5093,\n        'nuclear': 6069,\n        'solar': 46,\n        'unknown': 1948,\n        'wind': 4432,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1550,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3913,\n        'hydro': 5148,\n        'nuclear': 6066,\n        'solar': 47,\n        'unknown': 1910,\n        'wind': 4371,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1658,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3813,\n        'hydro': 5196,\n        'nuclear': 6073,\n        'solar': 46,\n        'unknown': 4072,\n        'wind': 4263,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1668,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3752,\n        'hydro': 5042,\n        'nuclear': 6078,\n        'solar': 46,\n        'unknown': 1949,\n        'wind': 4140,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1684,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3739,\n        'hydro': 5020,\n        'nuclear': 6072,\n        'solar': 45,\n        'unknown': 1951,\n        'wind': 4053,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1681,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3737,\n        'hydro': 4992,\n        'nuclear': 6072,\n        'solar': 47,\n        'unknown': 1911,\n        'wind': 3913,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1694,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3783,\n        'hydro': 4969,\n        'nuclear': 6071,\n        'solar': 47,\n        'unknown': 1950,\n        'wind': 3760,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1743,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3971,\n        'hydro': 5160,\n        'nuclear': 6069,\n        'solar': 46,\n        'unknown': 1942,\n        'wind': 3685,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1798,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4234,\n        'hydro': 5295,\n        'nuclear': 6072,\n        'solar': 46,\n        'unknown': 1936,\n        'wind': 3620,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1594,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4241,\n        'hydro': 5260,\n        'nuclear': 6067,\n        'solar': 46,\n        'unknown': 4013,\n        'wind': 3575,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1556,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4084,\n        'hydro': 5049,\n        'nuclear': 6074,\n        'solar': 46,\n        'unknown': 4017,\n        'wind': 3573,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1580,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4056,\n        'hydro': 4972,\n        'nuclear': 6069,\n        'solar': 46,\n        'unknown': 4049,\n        'wind': 3521,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1635,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 4019,\n        'hydro': 4953,\n        'nuclear': 6068,\n        'solar': 46,\n        'unknown': 4052,\n        'wind': 3449,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1638,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3970,\n        'hydro': 4972,\n        'nuclear': 6074,\n        'solar': 47,\n        'unknown': 4052,\n        'wind': 3423,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1642,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3906,\n        'hydro': 4948,\n        'nuclear': 6069,\n        'solar': 46,\n        'unknown': 4050,\n        'wind': 3376,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1618,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3852,\n        'hydro': 4879,\n        'nuclear': 6072,\n        'solar': 46,\n        'unknown': 4052,\n        'wind': 3323,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1602,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3775,\n        'hydro': 4785,\n        'nuclear': 6071,\n        'solar': 46,\n        'unknown': 4055,\n        'wind': 3259,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1611,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3716,\n        'hydro': 4759,\n        'nuclear': 6071,\n        'solar': 46,\n        'unknown': 4061,\n        'wind': 3219,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1608,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3632,\n        'hydro': 4356,\n        'nuclear': 6076,\n        'solar': 44,\n        'unknown': 4026,\n        'wind': 3123,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1513,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3757,\n        'hydro': 4221,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 4248,\n        'wind': 3038,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1274,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3694,\n        'hydro': 4149,\n        'nuclear': 6074,\n        'solar': 44,\n        'unknown': 1993,\n        'wind': 3018,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1210,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3506,\n        'hydro': 4040,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 1997,\n        'wind': 2953,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -1176,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3469,\n        'hydro': 4036,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 2007,\n        'wind': 2915,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1179,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3425,\n        'hydro': 4007,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 2013,\n        'wind': 2879,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -1148,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3360,\n        'hydro': 3909,\n        'nuclear': 6076,\n        'solar': 44,\n        'unknown': 2015,\n        'wind': 2850,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -1106,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3499,\n        'hydro': 3967,\n        'nuclear': 6073,\n        'solar': 44,\n        'unknown': 2017,\n        'wind': 2826,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -782,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3475,\n        'hydro': 3954,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 1980,\n        'wind': 2812,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -781,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3379,\n        'hydro': 3911,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 2025,\n        'wind': 2799,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -779,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3493,\n        'hydro': 3917,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 2026,\n        'wind': 2766,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -773,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3561,\n        'hydro': 3874,\n        'nuclear': 6072,\n        'solar': 44,\n        'unknown': 2027,\n        'wind': 2750,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -759,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 247,\n        'gas': 3613,\n        'hydro': 3933,\n        'nuclear': 6074,\n        'solar': 44,\n        'unknown': 1994,\n        'wind': 2721,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -763,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3732,\n        'hydro': 4095,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 1989,\n        'wind': 2680,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -777,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 249,\n        'gas': 3775,\n        'hydro': 4173,\n        'nuclear': 6076,\n        'solar': 44,\n        'unknown': 4281,\n        'wind': 2663,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -792,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3732,\n        'hydro': 4132,\n        'nuclear': 6072,\n        'solar': 44,\n        'unknown': 2008,\n        'wind': 2605,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -810,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3714,\n        'hydro': 4144,\n        'nuclear': 6069,\n        'solar': 44,\n        'unknown': 4268,\n        'wind': 2610,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -778,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3696,\n        'hydro': 4151,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 4268,\n        'wind': 2578,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -785,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3661,\n        'hydro': 4142,\n        'nuclear': 6076,\n        'solar': 44,\n        'unknown': 4273,\n        'wind': 2555,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -782,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3606,\n        'hydro': 4135,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 2020,\n        'wind': 2526,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -784,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 250,\n        'gas': 3485,\n        'hydro': 4098,\n        'nuclear': 6074,\n        'solar': 44,\n        'unknown': 2022,\n        'wind': 2497,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -778,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3476,\n        'hydro': 4118,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 2022,\n        'wind': 2467,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -775,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 248,\n        'gas': 3467,\n        'hydro': 4028,\n        'nuclear': 6075,\n        'solar': 44,\n        'unknown': 2022,\n        'wind': 2478,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -765,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'production': dict({\n        'coal': 246,\n        'gas': 3488,\n        'hydro': 4004,\n        'nuclear': 6071,\n        'solar': 45,\n        'unknown': 2019,\n        'wind': 2488,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -767,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 247,\n        'gas': 3348,\n        'hydro': 3930,\n        'nuclear': 6075,\n        'solar': 44,\n        'unknown': 2017,\n        'wind': 2507,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -765,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 249,\n        'gas': 3334,\n        'hydro': 3852,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 2025,\n        'wind': 2500,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -765,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 247,\n        'gas': 3320,\n        'hydro': 3758,\n        'nuclear': 6073,\n        'solar': 44,\n        'unknown': 4295,\n        'wind': 2480,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -766,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 249,\n        'gas': 3312,\n        'hydro': 3747,\n        'nuclear': 6074,\n        'solar': 44,\n        'unknown': 4294,\n        'wind': 2468,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -762,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 248,\n        'gas': 3306,\n        'hydro': 3701,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 4296,\n        'wind': 2476,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -653,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 248,\n        'gas': 3289,\n        'hydro': 3679,\n        'nuclear': 6072,\n        'solar': 44,\n        'unknown': 2023,\n        'wind': 2479,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -650,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 247,\n        'gas': 3199,\n        'hydro': 3595,\n        'nuclear': 6070,\n        'solar': 44,\n        'unknown': 1987,\n        'wind': 2385,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -655,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 249,\n        'gas': 3204,\n        'hydro': 3562,\n        'nuclear': 6072,\n        'solar': 44,\n        'unknown': 2024,\n        'wind': 2442,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -652,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 247,\n        'gas': 3262,\n        'hydro': 3618,\n        'nuclear': 6071,\n        'solar': 44,\n        'unknown': 2025,\n        'wind': 2440,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -653,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 249,\n        'gas': 3244,\n        'hydro': 3444,\n        'nuclear': 6073,\n        'solar': 44,\n        'unknown': 2025,\n        'wind': 2466,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0,\n        'hydro': -650,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 248,\n        'gas': 3192,\n        'hydro': 3427,\n        'nuclear': 6067,\n        'solar': 44,\n        'unknown': 1991,\n        'wind': 2491,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -656,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'production': dict({\n        'coal': 248,\n        'gas': 3021,\n        'hydro': 3253,\n        'nuclear': 6069,\n        'solar': 44,\n        'unknown': 2029,\n        'wind': 2539,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1,\n        'hydro': -655,\n      }),\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'production': dict({\n        'coal': 252,\n        'gas': 3025,\n        'hydro': 3273,\n        'nuclear': 6074,\n        'solar': 43,\n        'unknown': 2027,\n        'wind': 2568,\n      }),\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1,\n        'hydro': -649,\n      }),\n      'zoneKey': 'ES',\n    }),\n  ])\n# ---\n# name: test_es_pt_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -586.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -523.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -416.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -450.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -532.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -653.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -507.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -483.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -458.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -364.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -418.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -454.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -527.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -657.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -731.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -588.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -612.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -528.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -547.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -578.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -647.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -611.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -608.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -600.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -285.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 38.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 287.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 327.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 154.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 432.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 365.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 515.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 499.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 400.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 314.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 25, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 421.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 564.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 303.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 340.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 280.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 291.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 342.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 212.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 228.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 137.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 315.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 316.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 349.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 665.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1151.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1176.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1191.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1238.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1229.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1342.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1235.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1242.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1264.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1293.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1193.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1614.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1670.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1801.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2040.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1917.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1948.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1867.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1698.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1805.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1764.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1804.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1803.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2096.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2543.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2626.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2746.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2687.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2594.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2638.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2524.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2608.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2611.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2556.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2575.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2679.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2670.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2810.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2749.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2873.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2871.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2807.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2908.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2783.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2842.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2801.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2885.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2800.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2866.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2817.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2800.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2807.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2711.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2818.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2852.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2806.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2833.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2795.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2844.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2778.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2765.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2703.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2723.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2612.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2547.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2644.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2682.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2467.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2454.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2406.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2354.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2348.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2560.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2172.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2146.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2040.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2063.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1937.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1985.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1930.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1962.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2078.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2078.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1914.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1866.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1788.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1853.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1730.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1806.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1809.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2044.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2000.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2016.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1919.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1899.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1463.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1349.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1382.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1398.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1407.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1330.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1371.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1324.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1287.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1269.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1276.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1308.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1780.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1956.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2250.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2379.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2408.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2608.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2596.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2448.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2539.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2644.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2510.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2550.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2613.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2973.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2934.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2951.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2898.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2859.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2883.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2763.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2906.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2984.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2984.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2937.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2715.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2503.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2429.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2377.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2527.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2459.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2497.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2510.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2446.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2478.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2297.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2230.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2448.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2498.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2602.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2688.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2594.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2506.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2646.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2496.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2533.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2475.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2553.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2597.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2319.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2368.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2345.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2322.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2296.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2319.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2290.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2312.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2011.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2099.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2171.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2296.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2054.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2207.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2148.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2037.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2091.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2105.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2001.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2013.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2054.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2034.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2146.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2105.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1952.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1929.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1852.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1867.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1787.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1852.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1916.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2051.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1897.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1866.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1878.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1829.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2092.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2026.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2175.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2077.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2068.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2140.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2063.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2182.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2141.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 2148.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1836.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1961.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1762.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1409.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1405.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1121.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1104.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1146.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1203.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1192.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1213.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1183.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1186.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1120.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -624.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -764.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -834.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -878.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -763.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -635.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -668.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -622.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -632.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -548.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -595.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -316.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 108.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 104.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 105.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 68.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 57.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 41.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 36.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -144.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -262.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -360.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -277.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -245.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -154.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -163.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -268.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -225.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -158.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -149.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -183.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -104.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 1.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -46.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -1.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -76.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -100.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -109.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -82.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -178.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -80.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -185.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -215.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -300.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -198.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -263.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -224.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -198.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -248.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -150.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -178.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 26, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -195.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -245.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -441.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -262.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -449.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -431.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -416.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -382.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -458.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -432.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -476.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -426.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -523.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -444.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -251.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -204.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -193.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -138.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -150.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -128.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -149.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -200.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -151.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -151.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Europe/Madrid')),\n      'netFlow': -182.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 218.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 973.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 942.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 909.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 902.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 1017.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 1075.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 1015.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 1023.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 970.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 862.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),\n      'netFlow': 911.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 10, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))),\n      'netFlow': 1031.0,\n      'sortedZoneKeys': 'ES->PT',\n      'source': 'demanda.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ESIOS.ambr",
    "content": "# serializer version: 1\n# name: test_exchange_with_snapshot\n  list([\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 798.8,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 885.77,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 831.96,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 864.34,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 818.91,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 3, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 754.92,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 677.24,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 556.32,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 427.75,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 468.63,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 525.34,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 579.95,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 588.74,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 707.18,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 733.78,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 867.64,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 748.9,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 742.29,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 814.46,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 768.23,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 752.18,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 789.92,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 775.27,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2017, 9, 4, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 835.21,\n      'sortedZoneKeys': 'ES->MA',\n      'source': 'api.esios.ree.es',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ESKOM.ambr",
    "content": "# serializer version: 1\n# name: test_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.535,\n        'coal': 14487.159,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 913.039,\n        'oil': 1627.623,\n        'solar': 0.0,\n        'wind': 1773.955,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2430.832,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.602,\n        'coal': 14231.943,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 913.092,\n        'oil': 672.435,\n        'solar': 0.0,\n        'wind': 1801.865,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2587.716,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.668,\n        'coal': 14354.055,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 913.209,\n        'oil': 626.846,\n        'solar': 0.0,\n        'wind': 1702.886,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2614.532,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.899,\n        'coal': 14436.056,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 913.53,\n        'oil': 624.065,\n        'solar': 0.0,\n        'wind': 1661.14,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2681.164,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.961,\n        'coal': 15399.591,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.828,\n        'oil': 1241.302,\n        'solar': 0.0,\n        'wind': 1639.818,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1983.492,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.023,\n        'coal': 17525.653,\n        'gas': 0.0,\n        'hydro': 4.004,\n        'nuclear': 911.88,\n        'oil': 1615.203,\n        'solar': 0.0,\n        'wind': 1503.038,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -83.038,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.767,\n        'coal': 17923.763,\n        'gas': 0.0,\n        'hydro': 243.004,\n        'nuclear': 912.307,\n        'oil': 1506.3,\n        'solar': 18.408,\n        'wind': 1630.611,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1891.706,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.724,\n        'coal': 18112.266,\n        'gas': 0.0,\n        'hydro': 488.616,\n        'nuclear': 912.486,\n        'oil': 1480.902,\n        'solar': 436.537,\n        'wind': 1620.955,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -441.201,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.886,\n        'coal': 18188.291,\n        'gas': 0.0,\n        'hydro': 212.545,\n        'nuclear': 912.502,\n        'oil': 1520.533,\n        'solar': 1010.172,\n        'wind': 1647.22,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -104.013,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.93,\n        'coal': 18128.402,\n        'gas': 0.0,\n        'hydro': 123.216,\n        'nuclear': 912.517,\n        'oil': 1166.889,\n        'solar': 1399.342,\n        'wind': 1758.582,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 38.863,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.332,\n        'coal': 17748.255,\n        'gas': 0.0,\n        'hydro': 22.004,\n        'nuclear': 912.672,\n        'oil': 886.735,\n        'solar': 1497.267,\n        'wind': 1910.863,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -987.356,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.788,\n        'coal': 17492.406,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.451,\n        'oil': 908.283,\n        'solar': 1652.185,\n        'wind': 2144.018,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -547.917,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.796,\n        'coal': 17337.569,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.48,\n        'oil': 799.242,\n        'solar': 1664.886,\n        'wind': 2371.257,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -72.375,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.86,\n        'coal': 17367.756,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.903,\n        'oil': 608.771,\n        'solar': 1560.735,\n        'wind': 2365.475,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -116.28,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.69,\n        'coal': 16786.084,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.055,\n        'oil': 612.745,\n        'solar': 1598.234,\n        'wind': 2297.922,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1020.665,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.657,\n        'coal': 16304.325,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.878,\n        'oil': 988.468,\n        'solar': 1582.616,\n        'wind': 2196.675,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2092.799,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.954,\n        'coal': 16336.383,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.543,\n        'oil': 2102.811,\n        'solar': 1357.995,\n        'wind': 2206.165,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1773.685,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.902,\n        'coal': 16499.066,\n        'gas': 135.31,\n        'hydro': 40.003,\n        'nuclear': 911.776,\n        'oil': 2735.936,\n        'solar': 774.198,\n        'wind': 2052.639,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2173.446,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.481,\n        'coal': 16904.072,\n        'gas': 327.517,\n        'hydro': 497.002,\n        'nuclear': 911.748,\n        'oil': 2719.142,\n        'solar': 356.413,\n        'wind': 1960.581,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2616.556,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.681,\n        'coal': 16994.121,\n        'gas': 328.345,\n        'hydro': 378.102,\n        'nuclear': 911.868,\n        'oil': 2700.807,\n        'solar': 219.222,\n        'wind': 1717.639,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2442.657,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.712,\n        'coal': 17140.437,\n        'gas': 95.007,\n        'hydro': 0.003,\n        'nuclear': 911.995,\n        'oil': 2728.692,\n        'solar': 100.0,\n        'wind': 1613.974,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1472.34,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.682,\n        'coal': 16475.758,\n        'gas': 0.0,\n        'hydro': 0.003,\n        'nuclear': 911.857,\n        'oil': 2724.46,\n        'solar': 100.0,\n        'wind': 1504.039,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 492.212,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.712,\n        'coal': 15568.751,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.127,\n        'oil': 2222.609,\n        'solar': 50.0,\n        'wind': 1360.843,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1517.901,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.906,\n        'coal': 15110.876,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.414,\n        'oil': 1937.072,\n        'solar': 0.0,\n        'wind': 1159.742,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2054.135,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.204,\n        'coal': 14860.657,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.26,\n        'oil': 1803.745,\n        'solar': 0.0,\n        'wind': 1005.752,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2326.169,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.249,\n        'coal': 14673.783,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.679,\n        'oil': 1563.586,\n        'solar': 0.0,\n        'wind': 1042.965,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2752.433,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.084,\n        'coal': 15097.239,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.071,\n        'oil': 1143.775,\n        'solar': 0.0,\n        'wind': 1027.239,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2221.332,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.869,\n        'coal': 15131.653,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.084,\n        'oil': 1168.859,\n        'solar': 0.0,\n        'wind': 1005.952,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2537.0,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.912,\n        'coal': 16554.638,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.074,\n        'oil': 1154.028,\n        'solar': 0.0,\n        'wind': 1017.813,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1259.721,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.145,\n        'coal': 17710.869,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.399,\n        'oil': 1251.501,\n        'solar': 0.0,\n        'wind': 1183.965,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1510.794,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.815,\n        'coal': 17687.172,\n        'gas': 0.0,\n        'hydro': 236.003,\n        'nuclear': 911.544,\n        'oil': 1858.128,\n        'solar': 38.161,\n        'wind': 1342.879,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2487.57,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.857,\n        'coal': 17811.809,\n        'gas': 0.0,\n        'hydro': 493.945,\n        'nuclear': 911.169,\n        'oil': 1963.043,\n        'solar': 646.256,\n        'wind': 1277.276,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1499.0,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.038,\n        'coal': 17838.704,\n        'gas': 0.0,\n        'hydro': 219.277,\n        'nuclear': 911.163,\n        'oil': 1990.274,\n        'solar': 1488.867,\n        'wind': 1059.567,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -916.123,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.411,\n        'coal': 17864.873,\n        'gas': 0.0,\n        'hydro': 116.183,\n        'nuclear': 909.772,\n        'oil': 1927.014,\n        'solar': 1988.32,\n        'wind': 1052.392,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -478.502,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.796,\n        'coal': 17882.139,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 909.282,\n        'oil': 1244.517,\n        'solar': 2161.106,\n        'wind': 1093.857,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -391.647,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.559,\n        'coal': 17675.814,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.931,\n        'oil': 1169.026,\n        'solar': 2183.787,\n        'wind': 1003.055,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -530.606,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.813,\n        'coal': 17565.959,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.136,\n        'oil': 1194.46,\n        'solar': 2170.815,\n        'wind': 828.316,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -732.257,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.707,\n        'coal': 17459.714,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.929,\n        'oil': 1190.961,\n        'solar': 2165.221,\n        'wind': 721.175,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -620.302,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.723,\n        'coal': 17616.844,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.989,\n        'oil': 1190.762,\n        'solar': 2159.39,\n        'wind': 702.066,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -436.202,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.705,\n        'coal': 17668.651,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.706,\n        'oil': 1383.711,\n        'solar': 2066.944,\n        'wind': 745.115,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -963.382,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.983,\n        'coal': 17737.191,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.721,\n        'oil': 1715.943,\n        'solar': 1687.253,\n        'wind': 837.591,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -762.662,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.917,\n        'coal': 18014.672,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.836,\n        'oil': 1996.599,\n        'solar': 870.041,\n        'wind': 941.606,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1737.472,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.275,\n        'coal': 18249.954,\n        'gas': 0.0,\n        'hydro': 458.213,\n        'nuclear': 910.576,\n        'oil': 2542.479,\n        'solar': 379.788,\n        'wind': 1241.682,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1403.61,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.339,\n        'coal': 18301.757,\n        'gas': 0.0,\n        'hydro': 420.523,\n        'nuclear': 910.576,\n        'oil': 2516.418,\n        'solar': 351.01,\n        'wind': 1549.879,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -434.828,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.319,\n        'coal': 17914.454,\n        'gas': 0.0,\n        'hydro': 46.004,\n        'nuclear': 910.283,\n        'oil': 2431.561,\n        'solar': 342.551,\n        'wind': 1560.726,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 204.505,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.326,\n        'coal': 16085.443,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.105,\n        'oil': 2374.535,\n        'solar': 326.466,\n        'wind': 1501.79,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1969.591,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.363,\n        'coal': 15555.347,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.869,\n        'oil': 2309.421,\n        'solar': 89.942,\n        'wind': 1479.394,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2450.97,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.383,\n        'coal': 15172.027,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.164,\n        'oil': 1535.403,\n        'solar': 39.891,\n        'wind': 1507.718,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2775.884,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.372,\n        'coal': 15176.669,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.163,\n        'oil': 1068.252,\n        'solar': 39.83,\n        'wind': 1490.433,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2780.857,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.193,\n        'coal': 15309.956,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.639,\n        'oil': 568.897,\n        'solar': 39.763,\n        'wind': 1372.542,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2758.531,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.303,\n        'coal': 15437.735,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.322,\n        'oil': 287.666,\n        'solar': 39.774,\n        'wind': 1437.939,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2709.805,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.262,\n        'coal': 15875.269,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.829,\n        'oil': 0.675,\n        'solar': 39.793,\n        'wind': 1426.093,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2339.299,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.957,\n        'coal': 17470.17,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.856,\n        'oil': 5.296,\n        'solar': 20.26,\n        'wind': 1449.507,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1083.778,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.18,\n        'coal': 18460.216,\n        'gas': 0.0,\n        'hydro': 4.004,\n        'nuclear': 912.304,\n        'oil': 649.573,\n        'solar': 0.0,\n        'wind': 1507.858,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -785.17,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.207,\n        'coal': 18340.358,\n        'gas': 0.0,\n        'hydro': 243.004,\n        'nuclear': 912.262,\n        'oil': 756.105,\n        'solar': 23.929,\n        'wind': 1888.947,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -961.335,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.185,\n        'coal': 18178.856,\n        'gas': 0.0,\n        'hydro': 487.374,\n        'nuclear': 911.863,\n        'oil': 286.404,\n        'solar': 520.475,\n        'wind': 2052.527,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -329.103,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.196,\n        'coal': 18348.253,\n        'gas': 0.0,\n        'hydro': 212.086,\n        'nuclear': 912.037,\n        'oil': 0.0,\n        'solar': 1295.503,\n        'wind': 1900.928,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -543.736,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.986,\n        'coal': 18101.21,\n        'gas': 0.0,\n        'hydro': 123.808,\n        'nuclear': 911.751,\n        'oil': 0.0,\n        'solar': 1852.081,\n        'wind': 1863.092,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 61.74,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.627,\n        'coal': 17775.894,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.069,\n        'oil': 0.0,\n        'solar': 2052.126,\n        'wind': 1954.543,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 598.019,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.178,\n        'coal': 16760.894,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.618,\n        'oil': 0.0,\n        'solar': 2071.356,\n        'wind': 2147.501,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1218.616,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.004,\n        'coal': 16888.327,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 915.909,\n        'oil': 0.0,\n        'solar': 2049.097,\n        'wind': 2292.733,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 960.728,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.981,\n        'coal': 16397.378,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 916.511,\n        'oil': 0.0,\n        'solar': 2069.073,\n        'wind': 2333.597,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1383.586,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.962,\n        'coal': 16487.899,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 916.369,\n        'oil': 0.0,\n        'solar': 1984.752,\n        'wind': 2299.789,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1316.976,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.532,\n        'coal': 17244.343,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 916.256,\n        'oil': 0.0,\n        'solar': 1867.392,\n        'wind': 2295.946,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 556.126,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.83,\n        'coal': 17855.056,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 915.088,\n        'oil': 0.0,\n        'solar': 1501.354,\n        'wind': 2268.529,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -619.343,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.046,\n        'coal': 17838.575,\n        'gas': 0.0,\n        'hydro': 92.004,\n        'nuclear': 911.738,\n        'oil': 0.0,\n        'solar': 776.187,\n        'wind': 2258.799,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2101.334,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.089,\n        'coal': 17982.06,\n        'gas': 0.0,\n        'hydro': 536.597,\n        'nuclear': 911.095,\n        'oil': 0.0,\n        'solar': 375.463,\n        'wind': 2157.05,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2893.095,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.953,\n        'coal': 18134.697,\n        'gas': 0.0,\n        'hydro': 329.179,\n        'nuclear': 910.903,\n        'oil': 0.0,\n        'solar': 347.231,\n        'wind': 2008.076,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2295.606,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.962,\n        'coal': 18002.872,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.892,\n        'oil': 0.0,\n        'solar': 338.505,\n        'wind': 2101.354,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1750.013,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.703,\n        'coal': 17601.118,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.039,\n        'oil': 0.0,\n        'solar': 325.101,\n        'wind': 2126.596,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -14.991,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.191,\n        'coal': 16850.659,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.845,\n        'oil': 0.0,\n        'solar': 86.669,\n        'wind': 2238.389,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 805.323,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.323,\n        'coal': 15743.68,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.88,\n        'oil': 0.0,\n        'solar': 36.6,\n        'wind': 2194.124,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1966.358,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.31,\n        'coal': 15305.423,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.266,\n        'oil': 0.0,\n        'solar': 36.565,\n        'wind': 2278.174,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2495.971,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.248,\n        'coal': 14799.503,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.98,\n        'oil': 0.0,\n        'solar': 19.159,\n        'wind': 2332.327,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2766.421,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.327,\n        'coal': 14717.302,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.179,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 2309.429,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2740.009,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 32.283,\n        'coal': 15175.184,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.842,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 2113.479,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2617.384,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 38.009,\n        'coal': 16455.666,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.077,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 2242.217,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1743.279,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.011,\n        'coal': 18363.392,\n        'gas': 0.0,\n        'hydro': 12.004,\n        'nuclear': 911.417,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 2062.67,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -735.258,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.05,\n        'coal': 18541.7,\n        'gas': 0.0,\n        'hydro': 234.004,\n        'nuclear': 911.167,\n        'oil': 503.884,\n        'solar': 27.151,\n        'wind': 1785.363,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1697.604,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.081,\n        'coal': 18524.118,\n        'gas': 0.0,\n        'hydro': 490.633,\n        'nuclear': 911.061,\n        'oil': 425.907,\n        'solar': 527.374,\n        'wind': 1601.42,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -706.251,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 37.789,\n        'coal': 18601.263,\n        'gas': 0.0,\n        'hydro': 216.027,\n        'nuclear': 910.969,\n        'oil': 0.055,\n        'solar': 1324.703,\n        'wind': 1372.768,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -919.597,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 37.648,\n        'coal': 18589.592,\n        'gas': 0.0,\n        'hydro': 120.474,\n        'nuclear': 910.945,\n        'oil': 0.0,\n        'solar': 1867.052,\n        'wind': 1495.889,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 161.094,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 28.669,\n        'coal': 17969.672,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.58,\n        'oil': 0.0,\n        'solar': 2158.964,\n        'wind': 1638.929,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 897.082,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.742,\n        'coal': 17167.775,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.59,\n        'oil': 0.0,\n        'solar': 2241.634,\n        'wind': 1818.458,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1450.984,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.725,\n        'coal': 17174.739,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.554,\n        'oil': 0.0,\n        'solar': 2268.113,\n        'wind': 1985.113,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1386.782,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.34,\n        'coal': 16933.638,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.655,\n        'oil': 0.0,\n        'solar': 2224.893,\n        'wind': 1913.911,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1264.776,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.801,\n        'coal': 17033.444,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.542,\n        'oil': 0.0,\n        'solar': 2135.265,\n        'wind': 1805.72,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1178.685,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.8,\n        'coal': 17707.67,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.876,\n        'oil': 0.0,\n        'solar': 1970.086,\n        'wind': 1706.233,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 624.844,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.59,\n        'coal': 18335.622,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.844,\n        'oil': 0.0,\n        'solar': 1598.955,\n        'wind': 1675.398,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -423.352,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.638,\n        'coal': 18505.351,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.885,\n        'oil': 0.0,\n        'solar': 826.241,\n        'wind': 1519.395,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1734.533,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.537,\n        'coal': 18506.525,\n        'gas': 0.0,\n        'hydro': 501.703,\n        'nuclear': 911.318,\n        'oil': 0.0,\n        'solar': 381.488,\n        'wind': 1512.361,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2559.025,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.581,\n        'coal': 18482.875,\n        'gas': 0.0,\n        'hydro': 487.179,\n        'nuclear': 911.15,\n        'oil': 0.0,\n        'solar': 357.721,\n        'wind': 1525.991,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2008.678,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.27,\n        'coal': 18418.464,\n        'gas': 0.0,\n        'hydro': 20.004,\n        'nuclear': 911.413,\n        'oil': 0.0,\n        'solar': 350.061,\n        'wind': 1657.748,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1865.559,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 14.723,\n        'coal': 18089.856,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.123,\n        'oil': 41.4,\n        'solar': 333.628,\n        'wind': 1564.079,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -56.913,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.95,\n        'coal': 17487.196,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.64,\n        'oil': 46.4,\n        'solar': 89.256,\n        'wind': 1481.886,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 732.452,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 13.463,\n        'coal': 16436.021,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.626,\n        'oil': 0.0,\n        'solar': 38.585,\n        'wind': 1462.628,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1941.604,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.892,\n        'coal': 16161.578,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.635,\n        'oil': 0.0,\n        'solar': 38.678,\n        'wind': 1814.583,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1887.046,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 16.196,\n        'coal': 15331.948,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.733,\n        'oil': 0.0,\n        'solar': 38.52,\n        'wind': 1941.388,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2689.449,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 16.004,\n        'coal': 15202.563,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.979,\n        'oil': 0.0,\n        'solar': 38.581,\n        'wind': 1930.479,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2774.841,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 33.821,\n        'coal': 15449.089,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.9,\n        'oil': 0.0,\n        'solar': 38.845,\n        'wind': 2086.511,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2761.036,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.886,\n        'coal': 16558.105,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.356,\n        'oil': 0.0,\n        'solar': 38.813,\n        'wind': 2243.112,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2277.678,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.573,\n        'coal': 18493.692,\n        'gas': 0.0,\n        'hydro': 2.004,\n        'nuclear': 912.527,\n        'oil': 0.0,\n        'solar': 5.51,\n        'wind': 2426.389,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 750.494,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.489,\n        'coal': 19208.302,\n        'gas': 0.0,\n        'hydro': 239.004,\n        'nuclear': 911.934,\n        'oil': 0.0,\n        'solar': 51.17,\n        'wind': 2408.121,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -562.267,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.589,\n        'coal': 18859.361,\n        'gas': 0.0,\n        'hydro': 485.49,\n        'nuclear': 911.954,\n        'oil': 0.0,\n        'solar': 674.022,\n        'wind': 2329.687,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 234.126,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.941,\n        'coal': 19189.161,\n        'gas': 0.0,\n        'hydro': 219.263,\n        'nuclear': 911.771,\n        'oil': 0.0,\n        'solar': 1457.996,\n        'wind': 2162.82,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 54.137,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.827,\n        'coal': 18092.421,\n        'gas': 0.0,\n        'hydro': 123.388,\n        'nuclear': 911.491,\n        'oil': 0.0,\n        'solar': 1857.552,\n        'wind': 2317.628,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 964.84,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 29.999,\n        'coal': 17567.777,\n        'gas': 0.0,\n        'hydro': 2.004,\n        'nuclear': 911.739,\n        'oil': 0.0,\n        'solar': 2074.985,\n        'wind': 2500.634,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1465.201,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.362,\n        'coal': 17200.022,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.824,\n        'oil': 0.0,\n        'solar': 2120.222,\n        'wind': 2527.676,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1770.336,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.606,\n        'coal': 17266.279,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.691,\n        'oil': 0.0,\n        'solar': 2143.27,\n        'wind': 2622.988,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1651.093,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.666,\n        'coal': 16634.255,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.324,\n        'oil': 0.0,\n        'solar': 2078.522,\n        'wind': 2809.59,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1797.633,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.502,\n        'coal': 17157.189,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 910.911,\n        'oil': 0.0,\n        'solar': 1966.107,\n        'wind': 2785.079,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1174.096,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.441,\n        'coal': 17042.097,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.374,\n        'oil': 0.0,\n        'solar': 1812.511,\n        'wind': 2887.07,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1112.193,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.592,\n        'coal': 18037.438,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.418,\n        'oil': 0.0,\n        'solar': 1417.505,\n        'wind': 2888.105,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 75.278,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.588,\n        'coal': 18476.201,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.815,\n        'oil': 0.0,\n        'solar': 705.556,\n        'wind': 2958.54,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -681.381,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.638,\n        'coal': 18699.786,\n        'gas': 0.0,\n        'hydro': 353.472,\n        'nuclear': 912.083,\n        'oil': 0.0,\n        'solar': 274.833,\n        'wind': 2833.575,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1879.119,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.676,\n        'coal': 18745.702,\n        'gas': 0.0,\n        'hydro': 508.303,\n        'nuclear': 911.677,\n        'oil': 0.0,\n        'solar': 248.472,\n        'wind': 2454.63,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1166.062,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.66,\n        'coal': 18941.121,\n        'gas': 0.0,\n        'hydro': 274.252,\n        'nuclear': 911.521,\n        'oil': 0.0,\n        'solar': 239.359,\n        'wind': 2397.731,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1505.032,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.636,\n        'coal': 18704.597,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.554,\n        'oil': 0.0,\n        'solar': 230.64,\n        'wind': 2407.463,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -320.25,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.586,\n        'coal': 18024.109,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.435,\n        'oil': 0.0,\n        'solar': 89.49,\n        'wind': 2415.219,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 857.814,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.543,\n        'coal': 16735.131,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.845,\n        'oil': 0.0,\n        'solar': 38.978,\n        'wind': 2505.211,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2199.021,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.536,\n        'coal': 16126.908,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.677,\n        'oil': 0.0,\n        'solar': 38.995,\n        'wind': 2586.956,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2383.607,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.552,\n        'coal': 15676.344,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.994,\n        'oil': 0.0,\n        'solar': 38.955,\n        'wind': 2584.196,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2716.762,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.76,\n        'coal': 15965.595,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.235,\n        'oil': 0.0,\n        'solar': 38.241,\n        'wind': 2662.397,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2326.575,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 33.734,\n        'coal': 15841.17,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.333,\n        'oil': 0.0,\n        'solar': 38.015,\n        'wind': 2668.258,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2460.021,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.477,\n        'coal': 16519.489,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 912.26,\n        'oil': 0.0,\n        'solar': 26.724,\n        'wind': 2651.483,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2243.249,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.186,\n        'coal': 16883.615,\n        'gas': 0.0,\n        'hydro': 100.004,\n        'nuclear': 912.178,\n        'oil': 0.0,\n        'solar': 0.9,\n        'wind': 2609.699,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2052.732,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.456,\n        'coal': 18174.918,\n        'gas': 0.0,\n        'hydro': 240.003,\n        'nuclear': 912.202,\n        'oil': 0.0,\n        'solar': 45.928,\n        'wind': 2576.675,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 962.719,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 40.502,\n        'coal': 18929.041,\n        'gas': 0.0,\n        'hydro': 419.965,\n        'nuclear': 911.999,\n        'oil': 0.0,\n        'solar': 594.809,\n        'wind': 2551.452,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 320.537,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.706,\n        'coal': 19332.959,\n        'gas': 0.0,\n        'hydro': 249.648,\n        'nuclear': 911.911,\n        'oil': 0.0,\n        'solar': 1264.197,\n        'wind': 2622.736,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2.054,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 39.575,\n        'coal': 18468.08,\n        'gas': 0.0,\n        'hydro': 266.197,\n        'nuclear': 911.7,\n        'oil': 0.0,\n        'solar': 1726.175,\n        'wind': 2625.688,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -428.904,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 30.107,\n        'coal': 18338.591,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.427,\n        'oil': 0.0,\n        'solar': 2024.641,\n        'wind': 2557.363,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -315.493,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.608,\n        'coal': 18134.099,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.309,\n        'oil': 0.0,\n        'solar': 2258.17,\n        'wind': 2559.897,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1030.118,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.662,\n        'coal': 17961.997,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.442,\n        'oil': 0.0,\n        'solar': 2228.616,\n        'wind': 2596.398,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -906.358,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.68,\n        'coal': 17694.423,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 911.456,\n        'oil': 0.0,\n        'solar': 2170.868,\n        'wind': 2682.144,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -665.383,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.601,\n        'coal': 17442.099,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 908.79,\n        'oil': 0.0,\n        'solar': 2162.607,\n        'wind': 2655.68,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -787.127,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.824,\n        'coal': 17387.199,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 909.047,\n        'oil': 50.61,\n        'solar': 1984.309,\n        'wind': 2753.16,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -677.76,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.778,\n        'coal': 17826.078,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 909.05,\n        'oil': 0.435,\n        'solar': 1524.591,\n        'wind': 2722.301,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1206.807,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.74,\n        'coal': 18734.611,\n        'gas': 0.0,\n        'hydro': 227.734,\n        'nuclear': 909.288,\n        'oil': 0.0,\n        'solar': 803.457,\n        'wind': 2674.245,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1887.258,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.608,\n        'coal': 19057.29,\n        'gas': 0.0,\n        'hydro': 498.426,\n        'nuclear': 909.284,\n        'oil': 0.0,\n        'solar': 375.769,\n        'wind': 2449.761,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2697.448,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.621,\n        'coal': 18894.618,\n        'gas': 0.0,\n        'hydro': 424.184,\n        'nuclear': 908.878,\n        'oil': 0.0,\n        'solar': 346.094,\n        'wind': 2077.651,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2251.274,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.652,\n        'coal': 18819.52,\n        'gas': 0.0,\n        'hydro': 80.004,\n        'nuclear': 908.785,\n        'oil': 0.0,\n        'solar': 339.724,\n        'wind': 1958.464,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1822.087,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.695,\n        'coal': 18535.428,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 908.836,\n        'oil': 0.0,\n        'solar': 327.044,\n        'wind': 1594.049,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1020.936,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.857,\n        'coal': 18150.259,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 909.027,\n        'oil': 0.0,\n        'solar': 88.398,\n        'wind': 1441.719,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -385.722,\n      }),\n      'zoneKey': 'ZA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2023, 9, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Africa/Johannesburg')),\n      'production': dict({\n        'biomass': 15.567,\n        'coal': 17406.885,\n        'gas': 0.0,\n        'hydro': 0.004,\n        'nuclear': 908.971,\n        'oil': 0.0,\n        'solar': 37.592,\n        'wind': 1457.81,\n      }),\n      'source': 'eskom.co.za',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 618.916,\n      }),\n      'zoneKey': 'ZA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ESTADISTICO_UT.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 145.81,\n        'geothermal': 162.33,\n        'hydro': 160.81,\n        'unknown': 58.28,\n        'wind': 18.08,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 147.53,\n        'geothermal': 165.11,\n        'hydro': 129.55,\n        'unknown': 59.52,\n        'wind': 15.79,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 148.04,\n        'geothermal': 166.12,\n        'hydro': 97.36,\n        'unknown': 56.4,\n        'wind': 19.01,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 147.72,\n        'geothermal': 165.89,\n        'hydro': 72.36,\n        'unknown': 53.61,\n        'wind': 24.31,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 145.98,\n        'geothermal': 164.5,\n        'hydro': 70.62,\n        'unknown': 58.92,\n        'wind': 21.53,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 135.25,\n        'geothermal': 164.18,\n        'hydro': 88.02,\n        'unknown': 69.01,\n        'wind': 22.95,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 114.92,\n        'geothermal': 164.99,\n        'hydro': 137.99,\n        'solar': 3.24,\n        'unknown': 62.91,\n        'wind': 21.54,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 109.92,\n        'geothermal': 167.34,\n        'hydro': 70.81,\n        'solar': 33.27,\n        'unknown': 62.01,\n        'wind': 15.28,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 97.85,\n        'geothermal': 167.18,\n        'hydro': 13.56,\n        'solar': 54.97,\n        'unknown': 59.2,\n        'wind': 3.54,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 81.29,\n        'geothermal': 166.4,\n        'hydro': 11.25,\n        'solar': 96.75,\n        'unknown': 58.97,\n        'wind': 0.46,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 75.74,\n        'geothermal': 164.83,\n        'hydro': 10.02,\n        'solar': 139.1,\n        'unknown': 55.99,\n        'wind': 4,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 75.79,\n        'geothermal': 164.01,\n        'hydro': 8.15,\n        'solar': 170.71,\n        'unknown': 52.59,\n        'wind': 12.09,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 75.59,\n        'geothermal': 166.46,\n        'hydro': 0.64,\n        'solar': 145.27,\n        'unknown': 56.75,\n        'wind': 22.4,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 78.69,\n        'geothermal': 165.66,\n        'hydro': 0.37,\n        'solar': 168.15,\n        'unknown': 63.48,\n        'wind': 13.31,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 88.26,\n        'geothermal': 165.34,\n        'hydro': 8.1,\n        'solar': 136.97,\n        'unknown': 58.21,\n        'wind': 22.96,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 88.72,\n        'geothermal': 162.88,\n        'hydro': 48.59,\n        'solar': 117.13,\n        'unknown': 60.33,\n        'wind': 35.25,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 89.86,\n        'geothermal': 161.3,\n        'hydro': 147.2,\n        'solar': 47.88,\n        'unknown': 78.18,\n        'wind': 33.77,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 91.64,\n        'geothermal': 160.79,\n        'hydro': 287.96,\n        'solar': 2.69,\n        'unknown': 105.65,\n        'wind': 37.91,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 111.45,\n        'geothermal': 164.02,\n        'hydro': 341.21,\n        'unknown': 131.4,\n        'wind': 32.53,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 132.85,\n        'geothermal': 165.25,\n        'hydro': 303.09,\n        'unknown': 139.91,\n        'wind': 45.01,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 131.87,\n        'geothermal': 165.82,\n        'hydro': 206.83,\n        'unknown': 212.99,\n        'wind': 45.57,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 131.89,\n        'geothermal': 164.44,\n        'hydro': 105.14,\n        'unknown': 262.78,\n        'wind': 46.6,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 132.89,\n        'geothermal': 164.23,\n        'hydro': 53.49,\n        'unknown': 215.68,\n        'wind': 47,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 130.44,\n        'geothermal': 164.23,\n        'hydro': 48.45,\n        'unknown': 162.02,\n        'wind': 46.72,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n  ])\n# ---\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 145.81,\n        'geothermal': 162.33,\n        'hydro': 160.81,\n        'unknown': 58.28,\n        'wind': 18.08,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 147.53,\n        'geothermal': 165.11,\n        'hydro': 129.55,\n        'unknown': 59.52,\n        'wind': 15.79,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/El_Salvador')),\n      'production': dict({\n        'biomass': 148.04,\n        'geothermal': 166.12,\n        'hydro': 97.36,\n        'unknown': 56.4,\n        'wind': 19.01,\n      }),\n      'source': 'ut.com.sv',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'SV',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[DST-FO-MI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[DST-FO-MI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.28,\n        'hydro': 0,\n        'oil': 32.04,\n        'wind': 4.75,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.24,\n        'hydro': 0,\n        'oil': 28.87,\n        'wind': 7.18,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 26.41,\n        'wind': 8.96,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.22,\n        'hydro': 0,\n        'oil': 25.84,\n        'wind': 8.93,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.27,\n        'hydro': 0,\n        'oil': 23.46,\n        'wind': 11.04,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 21.03,\n        'wind': 13.21,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.16,\n        'hydro': 0,\n        'oil': 21.11,\n        'wind': 14.41,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 0,\n        'oil': 19.91,\n        'wind': 17.6,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 20.68,\n        'wind': 19.61,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.38,\n        'hydro': 0,\n        'oil': 20.55,\n        'wind': 22.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.13,\n        'hydro': 0.13,\n        'oil': 19.76,\n        'wind': 25.45,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.15,\n        'oil': 17.81,\n        'wind': 26.57,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.27,\n        'hydro': 0.93,\n        'oil': 18.73,\n        'wind': 26.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.21,\n        'hydro': 0.91,\n        'oil': 18.68,\n        'wind': 26.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.94,\n        'oil': 18.86,\n        'wind': 26.27,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.44,\n        'hydro': 0.99,\n        'oil': 19.14,\n        'wind': 26.91,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.23,\n        'hydro': 1,\n        'oil': 19.26,\n        'wind': 27.26,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.95,\n        'oil': 18.98,\n        'wind': 27.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'hydro': 1.2,\n        'oil': 19.23,\n        'wind': 26.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.31,\n        'hydro': 1.66,\n        'oil': 19.68,\n        'wind': 23.62,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.62,\n        'oil': 18.94,\n        'wind': 23.41,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.08,\n        'hydro': 1.2,\n        'oil': 19.91,\n        'wind': 23.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 0.69,\n        'oil': 19.41,\n        'wind': 23.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.53,\n        'oil': 18.72,\n        'wind': 22.69,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.52,\n        'hydro': 0.37,\n        'oil': 17.77,\n        'wind': 22.72,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'hydro': 0.03,\n        'oil': 17.75,\n        'wind': 22.45,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 18.12,\n        'wind': 20.95,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.41,\n        'hydro': 0,\n        'oil': 19.1,\n        'wind': 19.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.08,\n        'hydro': 0,\n        'oil': 18.98,\n        'wind': 19.23,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 18.74,\n        'wind': 19.26,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.3,\n        'hydro': 0,\n        'oil': 20.26,\n        'wind': 19.25,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.34,\n        'hydro': 0,\n        'oil': 21.26,\n        'wind': 19.74,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 22.08,\n        'wind': 20.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.34,\n        'hydro': 0,\n        'oil': 24.46,\n        'wind': 20.76,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.15,\n        'hydro': 0,\n        'oil': 23.6,\n        'wind': 23.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 22.4,\n        'wind': 24.87,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.25,\n        'hydro': 0,\n        'oil': 22.89,\n        'wind': 24.98,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.19,\n        'hydro': 0,\n        'oil': 21.26,\n        'wind': 26.26,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 20.36,\n        'wind': 26.23,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.42,\n        'hydro': 0.09,\n        'oil': 21.28,\n        'wind': 25.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.26,\n        'hydro': 3.24,\n        'oil': 23.74,\n        'wind': 19.79,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.76,\n        'oil': 26.35,\n        'wind': 13.61,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.22,\n        'hydro': 6.79,\n        'oil': 30.1,\n        'wind': 8.83,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.28,\n        'hydro': 5.36,\n        'oil': 30.15,\n        'wind': 10.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 4.15,\n        'oil': 28.98,\n        'wind': 11.23,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.12,\n        'hydro': 2.42,\n        'oil': 25.63,\n        'wind': 16.05,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.32,\n        'hydro': 1.63,\n        'oil': 24.58,\n        'wind': 17.36,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.65,\n        'oil': 23.72,\n        'wind': 12.04,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[DST-FO-SI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[DST-FO-SI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.8,\n        'solar': 0,\n        'wind': 1.07,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.25,\n        'solar': 0,\n        'wind': 1.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0.63,\n        'solar': 0,\n        'wind': 1.3,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0.78,\n        'solar': 0,\n        'wind': 1.77,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0.2,\n        'solar': 0,\n        'wind': 2.85,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.61,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.56,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.64,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.78,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.96,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 3.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 3.25,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.04,\n        'wind': 3.26,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.03,\n        'wind': 3.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 3.27,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 3.3,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 3.39,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.6,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.31,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.3,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 3.04,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.75,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.61,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.71,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.51,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 2.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 2.38,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 2.55,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.04,\n        'wind': 2.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.03,\n        'wind': 3.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.04,\n        'wind': 3.21,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.06,\n        'wind': 3.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.05,\n        'wind': 3.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.04,\n        'wind': 3.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.03,\n        'wind': 3.05,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.03,\n        'wind': 3.08,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.42,\n        'oil': 0,\n        'solar': 0.03,\n        'wind': 1.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 2.91,\n        'oil': 0,\n        'solar': 0.04,\n        'wind': 0.56,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 3.02,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 0.38,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 3.01,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 0.29,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 2.71,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 0.42,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 2.12,\n        'oil': 0,\n        'solar': 0,\n        'wind': 1.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.63,\n        'oil': 0,\n        'solar': 0,\n        'wind': 1.08,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.75,\n        'oil': 0,\n        'solar': 0,\n        'wind': 0.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[DST-FO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[DST-FO]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.28,\n        'hydro': 0,\n        'oil': 33.84,\n        'solar': 0,\n        'wind': 5.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.24,\n        'hydro': 0,\n        'oil': 30.12,\n        'solar': 0,\n        'wind': 9.0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 27.04,\n        'solar': 0,\n        'wind': 10.26,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.22,\n        'hydro': 0,\n        'oil': 26.62,\n        'solar': 0,\n        'wind': 10.7,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.27,\n        'hydro': 0,\n        'oil': 23.66,\n        'solar': 0,\n        'wind': 13.89,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 21.03,\n        'solar': 0.01,\n        'wind': 15.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.16,\n        'hydro': 0,\n        'oil': 21.11,\n        'solar': 0.01,\n        'wind': 16.97,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 0,\n        'oil': 19.91,\n        'solar': 0.01,\n        'wind': 20.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 20.68,\n        'solar': 0.01,\n        'wind': 22.39,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.38,\n        'hydro': 0,\n        'oil': 20.55,\n        'solar': 0.01,\n        'wind': 25.61,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.13,\n        'hydro': 0.13,\n        'oil': 19.76,\n        'solar': 0.01,\n        'wind': 28.64,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.15,\n        'oil': 17.81,\n        'solar': 0.02,\n        'wind': 29.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.27,\n        'hydro': 0.93,\n        'oil': 18.73,\n        'solar': 0.04,\n        'wind': 29.99,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.21,\n        'hydro': 0.91,\n        'oil': 18.68,\n        'solar': 0.03,\n        'wind': 29.97,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.94,\n        'oil': 18.86,\n        'solar': 0.02,\n        'wind': 29.54,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.44,\n        'hydro': 0.99,\n        'oil': 19.14,\n        'solar': 0.01,\n        'wind': 30.21,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.23,\n        'hydro': 1,\n        'oil': 19.26,\n        'solar': 0.01,\n        'wind': 30.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.95,\n        'oil': 18.98,\n        'solar': 0,\n        'wind': 30.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'hydro': 1.2,\n        'oil': 19.23,\n        'solar': 0,\n        'wind': 29.5,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.31,\n        'hydro': 1.66,\n        'oil': 19.68,\n        'solar': 0,\n        'wind': 26.86,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.62,\n        'oil': 18.94,\n        'solar': 0,\n        'wind': 26.57,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.08,\n        'hydro': 1.2,\n        'oil': 19.91,\n        'solar': 0,\n        'wind': 26.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 0.69,\n        'oil': 19.41,\n        'solar': 0,\n        'wind': 26.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0.53,\n        'oil': 18.72,\n        'solar': 0,\n        'wind': 25.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.52,\n        'hydro': 0.37,\n        'oil': 17.77,\n        'solar': 0,\n        'wind': 25.47,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'hydro': 0.03,\n        'oil': 17.75,\n        'solar': 0,\n        'wind': 25.06,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 18.12,\n        'solar': 0,\n        'wind': 23.66,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.41,\n        'hydro': 0,\n        'oil': 19.1,\n        'solar': 0,\n        'wind': 22.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.08,\n        'hydro': 0,\n        'oil': 18.98,\n        'solar': 0,\n        'wind': 21.74,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 18.74,\n        'solar': 0.01,\n        'wind': 21.72,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.3,\n        'hydro': 0,\n        'oil': 20.26,\n        'solar': 0.02,\n        'wind': 21.63,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.34,\n        'hydro': 0,\n        'oil': 21.26,\n        'solar': 0.02,\n        'wind': 22.29,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 22.08,\n        'solar': 0.04,\n        'wind': 23.5,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.34,\n        'hydro': 0,\n        'oil': 24.46,\n        'solar': 0.03,\n        'wind': 23.78,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.15,\n        'hydro': 0,\n        'oil': 23.6,\n        'solar': 0.04,\n        'wind': 26.79,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 22.4,\n        'solar': 0.06,\n        'wind': 28.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.25,\n        'hydro': 0,\n        'oil': 22.89,\n        'solar': 0.05,\n        'wind': 28.3,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.19,\n        'hydro': 0,\n        'oil': 21.26,\n        'solar': 0.04,\n        'wind': 29.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 0,\n        'oil': 20.36,\n        'solar': 0.03,\n        'wind': 29.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.42,\n        'hydro': 0.09,\n        'oil': 21.28,\n        'solar': 0.03,\n        'wind': 28.42,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.26,\n        'hydro': 3.66,\n        'oil': 23.74,\n        'solar': 0.03,\n        'wind': 21.37,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 8.67,\n        'oil': 26.35,\n        'solar': 0.04,\n        'wind': 14.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.22,\n        'hydro': 9.81,\n        'oil': 30.1,\n        'solar': 0.02,\n        'wind': 9.21,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.28,\n        'hydro': 8.37,\n        'oil': 30.15,\n        'solar': 0.01,\n        'wind': 10.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 6.86,\n        'oil': 28.98,\n        'solar': 0.01,\n        'wind': 11.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.12,\n        'hydro': 4.54,\n        'oil': 25.63,\n        'solar': 0,\n        'wind': 17.33,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.32,\n        'hydro': 3.26,\n        'oil': 24.58,\n        'solar': 0,\n        'wind': 18.44,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 7.4,\n        'oil': 23.72,\n        'solar': 0,\n        'wind': 12.77,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[SDT-FO-MI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[SDT-FO-MI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 26.56,\n        'oil': 8.42,\n        'wind': 6.18,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 24.57,\n        'oil': 7.22,\n        'wind': 7.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.02,\n        'hydro': 22.01,\n        'oil': 7.98,\n        'wind': 8.48,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.81,\n        'hydro': 22.0,\n        'oil': 8.1,\n        'wind': 8.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.79,\n        'hydro': 25.22,\n        'oil': 7.56,\n        'wind': 6.63,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.76,\n        'hydro': 25.6,\n        'oil': 7.82,\n        'wind': 6.48,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.01,\n        'hydro': 29.55,\n        'oil': 7.99,\n        'wind': 4.96,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1,\n        'hydro': 32.51,\n        'oil': 14.48,\n        'wind': 1.8,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 30.9,\n        'oil': 22.93,\n        'wind': 0.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 29.25,\n        'oil': 24.87,\n        'wind': 0.48,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 30.01,\n        'oil': 26.03,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.08,\n        'hydro': 29.93,\n        'oil': 26.18,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 30.33,\n        'oil': 25.01,\n        'wind': 0.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 30.33,\n        'oil': 24.74,\n        'wind': 0.42,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.05,\n        'hydro': 29.59,\n        'oil': 23.73,\n        'wind': 1.13,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 27.07,\n        'oil': 23.29,\n        'wind': 3.69,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 27.79,\n        'oil': 19.57,\n        'wind': 6.0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.81,\n        'hydro': 25.35,\n        'oil': 20.38,\n        'wind': 10.94,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.91,\n        'hydro': 23.86,\n        'oil': 16.03,\n        'wind': 16.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.98,\n        'hydro': 23.33,\n        'oil': 11.7,\n        'wind': 18.4,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.89,\n        'hydro': 23.55,\n        'oil': 11.86,\n        'wind': 16.7,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.92,\n        'hydro': 23.28,\n        'oil': 11.17,\n        'wind': 15.99,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.06,\n        'hydro': 23.36,\n        'oil': 6.52,\n        'wind': 18.67,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.92,\n        'hydro': 21.6,\n        'oil': 5.97,\n        'wind': 18.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 17.69,\n        'oil': 5.22,\n        'wind': 19.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.8,\n        'hydro': 17.05,\n        'oil': 3.77,\n        'wind': 20.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.91,\n        'hydro': 17.09,\n        'oil': 3.78,\n        'wind': 19.6,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.07,\n        'hydro': 17.14,\n        'oil': 3.8,\n        'wind': 19.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.9,\n        'hydro': 18.96,\n        'oil': 3.96,\n        'wind': 16.69,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.86,\n        'hydro': 19.05,\n        'oil': 4,\n        'wind': 16.94,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 22.64,\n        'oil': 4.08,\n        'wind': 15.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.95,\n        'hydro': 27.53,\n        'oil': 6.01,\n        'wind': 13.43,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.01,\n        'hydro': 27.13,\n        'oil': 8.59,\n        'wind': 15.35,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.78,\n        'hydro': 26.62,\n        'oil': 9.65,\n        'wind': 16.75,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 26.89,\n        'oil': 9.68,\n        'wind': 16.99,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.46,\n        'hydro': 24.46,\n        'oil': 12.23,\n        'wind': 17.38,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.67,\n        'hydro': 24.1,\n        'oil': 11.9,\n        'wind': 17.18,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.97,\n        'hydro': 25.33,\n        'oil': 9.18,\n        'wind': 17.49,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 25.11,\n        'oil': 8.84,\n        'wind': 17.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 24.84,\n        'oil': 8.63,\n        'wind': 17.75,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.99,\n        'hydro': 24.95,\n        'oil': 8.69,\n        'wind': 17.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.9,\n        'hydro': 26.36,\n        'oil': 9.65,\n        'wind': 18.41,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.88,\n        'hydro': 26.34,\n        'oil': 9.21,\n        'wind': 18.38,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 25.27,\n        'oil': 7.98,\n        'wind': 17.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.03,\n        'hydro': 31.18,\n        'oil': 11.82,\n        'wind': 7.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.99,\n        'hydro': 31.96,\n        'oil': 16.5,\n        'wind': 2.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 32.15,\n        'oil': 17.42,\n        'wind': 0.1,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 29.79,\n        'oil': 16.48,\n        'wind': 0.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[SDT-FO-SI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[SDT-FO-SI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3,\n        'solar': 0,\n        'wind': 0.66,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.56,\n        'solar': 0,\n        'wind': 1.15,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.02,\n        'solar': 0,\n        'wind': 1.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.03,\n        'solar': 0,\n        'wind': 1.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.03,\n        'solar': 0,\n        'wind': 1.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0.52,\n        'solar': 0,\n        'wind': 3.08,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.02,\n        'oil': 1.26,\n        'solar': 0,\n        'wind': 2.03,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.53,\n        'oil': 3.38,\n        'solar': 0,\n        'wind': 0.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.6,\n        'oil': 4.16,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 4.81,\n        'solar': 0,\n        'wind': 0.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 5.03,\n        'solar': 0.01,\n        'wind': 0.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 5.36,\n        'solar': 0.01,\n        'wind': 0.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 5.85,\n        'solar': 0.01,\n        'wind': 0.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.01,\n        'oil': 6.17,\n        'solar': 0.02,\n        'wind': 0.37,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.13,\n        'oil': 5.41,\n        'solar': 0.01,\n        'wind': 1.52,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.17,\n        'oil': 4.04,\n        'solar': 0.01,\n        'wind': 2.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 2.03,\n        'oil': 2.97,\n        'solar': 0,\n        'wind': 2.7,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.11,\n        'oil': 2.81,\n        'solar': 0,\n        'wind': 4.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.31,\n        'oil': 2.53,\n        'solar': 0,\n        'wind': 4.85,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.12,\n        'oil': 2.98,\n        'solar': 0,\n        'wind': 3.94,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.07,\n        'oil': 2.9,\n        'solar': 0,\n        'wind': 3.88,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.97,\n        'solar': 0,\n        'wind': 5.18,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.02,\n        'solar': 0,\n        'wind': 4.67,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.26,\n        'solar': 0,\n        'wind': 4.37,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.94,\n        'solar': 0,\n        'wind': 4.27,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.88,\n        'solar': 0,\n        'wind': 4.25,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.93,\n        'solar': 0,\n        'wind': 4.05,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.92,\n        'solar': 0,\n        'wind': 4.21,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.85,\n        'solar': 0,\n        'wind': 4.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.88,\n        'solar': 0,\n        'wind': 4.3,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.92,\n        'solar': 0,\n        'wind': 4.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.74,\n        'solar': 0,\n        'wind': 4,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.27,\n        'solar': 0,\n        'wind': 3.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.13,\n        'oil': 2.63,\n        'solar': 0.02,\n        'wind': 4.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.02,\n        'oil': 2.47,\n        'solar': 0.02,\n        'wind': 4.94,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.92,\n        'solar': 0.03,\n        'wind': 4.33,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.37,\n        'solar': 0.04,\n        'wind': 3.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.61,\n        'solar': 0.04,\n        'wind': 3.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.72,\n        'solar': 0.04,\n        'wind': 4.36,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.58,\n        'oil': 3.19,\n        'solar': 0.02,\n        'wind': 2.88,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.84,\n        'oil': 2.61,\n        'solar': 0.01,\n        'wind': 1.95,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.14,\n        'oil': 2.59,\n        'solar': 0,\n        'wind': 2.53,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.85,\n        'solar': 0,\n        'wind': 2.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.53,\n        'oil': 2.96,\n        'solar': 0,\n        'wind': 1.4,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 1.04,\n        'oil': 3.32,\n        'solar': 0,\n        'wind': 0.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.9,\n        'oil': 3.05,\n        'solar': 0,\n        'wind': 0.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.9,\n        'oil': 3.27,\n        'solar': 0,\n        'wind': 0.01,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.71,\n        'oil': 3.08,\n        'solar': 0,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_historical[SDT-FO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_historical[SDT-FO]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 26.56,\n        'oil': 11.42,\n        'solar': 0,\n        'wind': 6.84,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 24.57,\n        'oil': 9.78,\n        'solar': 0,\n        'wind': 8.97,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.02,\n        'hydro': 22.01,\n        'oil': 10.0,\n        'solar': 0,\n        'wind': 10.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.81,\n        'hydro': 22.0,\n        'oil': 10.13,\n        'solar': 0,\n        'wind': 9.91,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.79,\n        'hydro': 25.22,\n        'oil': 9.59,\n        'solar': 0,\n        'wind': 8.31,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.76,\n        'hydro': 25.6,\n        'oil': 8.34,\n        'solar': 0,\n        'wind': 9.56,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.01,\n        'hydro': 29.57,\n        'oil': 9.25,\n        'solar': 0,\n        'wind': 6.99,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1,\n        'hydro': 33.04,\n        'oil': 17.86,\n        'solar': 0,\n        'wind': 1.96,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 31.5,\n        'oil': 27.09,\n        'solar': 0,\n        'wind': 0.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 29.25,\n        'oil': 29.68,\n        'solar': 0,\n        'wind': 0.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 30.01,\n        'oil': 31.06,\n        'solar': 0.01,\n        'wind': 0.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.08,\n        'hydro': 29.93,\n        'oil': 31.54,\n        'solar': 0.01,\n        'wind': 0.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 30.33,\n        'oil': 30.86,\n        'solar': 0.01,\n        'wind': 0.28,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 30.34,\n        'oil': 30.91,\n        'solar': 0.02,\n        'wind': 0.79,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.05,\n        'hydro': 29.72,\n        'oil': 29.14,\n        'solar': 0.01,\n        'wind': 2.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 28.24,\n        'oil': 27.33,\n        'solar': 0.01,\n        'wind': 5.89,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 29.82,\n        'oil': 22.54,\n        'solar': 0,\n        'wind': 8.7,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.81,\n        'hydro': 26.46,\n        'oil': 23.19,\n        'solar': 0,\n        'wind': 15.13,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.91,\n        'hydro': 24.17,\n        'oil': 18.56,\n        'solar': 0,\n        'wind': 21.01,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.98,\n        'hydro': 23.45,\n        'oil': 14.68,\n        'solar': 0,\n        'wind': 22.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.89,\n        'hydro': 24.62,\n        'oil': 14.76,\n        'solar': 0,\n        'wind': 20.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.92,\n        'hydro': 23.28,\n        'oil': 13.14,\n        'solar': 0,\n        'wind': 21.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.06,\n        'hydro': 23.36,\n        'oil': 8.54,\n        'solar': 0,\n        'wind': 23.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.92,\n        'hydro': 21.6,\n        'oil': 8.23,\n        'solar': 0,\n        'wind': 22.39,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 17.69,\n        'oil': 7.16,\n        'solar': 0,\n        'wind': 23.55,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.8,\n        'hydro': 17.05,\n        'oil': 5.65,\n        'solar': 0,\n        'wind': 24.53,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.91,\n        'hydro': 17.09,\n        'oil': 5.71,\n        'solar': 0,\n        'wind': 23.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.07,\n        'hydro': 17.14,\n        'oil': 5.72,\n        'solar': 0,\n        'wind': 23.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.9,\n        'hydro': 18.96,\n        'oil': 5.81,\n        'solar': 0,\n        'wind': 20.91,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.86,\n        'hydro': 19.05,\n        'oil': 5.88,\n        'solar': 0,\n        'wind': 21.24,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 22.64,\n        'oil': 6.0,\n        'solar': 0,\n        'wind': 19.48,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.95,\n        'hydro': 27.53,\n        'oil': 8.75,\n        'solar': 0,\n        'wind': 17.43,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.01,\n        'hydro': 27.13,\n        'oil': 11.86,\n        'solar': 0,\n        'wind': 19.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.78,\n        'hydro': 26.75,\n        'oil': 12.28,\n        'solar': 0.02,\n        'wind': 20.95,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 26.91,\n        'oil': 12.15,\n        'solar': 0.02,\n        'wind': 21.93,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.46,\n        'hydro': 24.46,\n        'oil': 15.15,\n        'solar': 0.03,\n        'wind': 21.71,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.67,\n        'hydro': 24.1,\n        'oil': 15.27,\n        'solar': 0.04,\n        'wind': 20.83,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.97,\n        'hydro': 25.33,\n        'oil': 12.79,\n        'solar': 0.04,\n        'wind': 20.95,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.84,\n        'hydro': 25.11,\n        'oil': 12.56,\n        'solar': 0.04,\n        'wind': 21.7,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 25.42,\n        'oil': 11.82,\n        'solar': 0.02,\n        'wind': 20.63,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.99,\n        'hydro': 26.79,\n        'oil': 11.3,\n        'solar': 0.01,\n        'wind': 19.6,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.9,\n        'hydro': 27.5,\n        'oil': 12.24,\n        'solar': 0,\n        'wind': 20.94,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.88,\n        'hydro': 26.34,\n        'oil': 12.06,\n        'solar': 0,\n        'wind': 21.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.83,\n        'hydro': 25.8,\n        'oil': 10.94,\n        'solar': 0,\n        'wind': 18.6,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.03,\n        'hydro': 32.22,\n        'oil': 15.14,\n        'solar': 0,\n        'wind': 7.81,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.99,\n        'hydro': 32.86,\n        'oil': 19.55,\n        'solar': 0,\n        'wind': 2.47,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 33.05,\n        'oil': 20.69,\n        'solar': 0,\n        'wind': 0.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 2, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.85,\n        'hydro': 30.5,\n        'oil': 19.56,\n        'solar': 0,\n        'wind': 0.34,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_live[FO-MI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_live[FO-MI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.09,\n        'oil': 26.78,\n        'wind': 8.15,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.79,\n        'hydro': 2.69,\n        'oil': 28.48,\n        'wind': 10.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 22.48,\n        'wind': 13.11,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 23.38,\n        'wind': 12.81,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 22.11,\n        'wind': 14.08,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 19.67,\n        'wind': 16.74,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 2.67,\n        'oil': 21.26,\n        'wind': 17.83,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.11,\n        'hydro': 10.07,\n        'oil': 18.28,\n        'wind': 19.35,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.73,\n        'hydro': 8.78,\n        'oil': 16.62,\n        'wind': 23.42,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.8,\n        'hydro': 9.92,\n        'oil': 15.99,\n        'wind': 25.16,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 9.73,\n        'oil': 15.95,\n        'wind': 25.49,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.26,\n        'oil': 17.26,\n        'wind': 22.09,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.21,\n        'oil': 19.77,\n        'wind': 18.33,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 10.68,\n        'oil': 29.58,\n        'wind': 9.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.92,\n        'oil': 33.66,\n        'wind': 3.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 14.41,\n        'oil': 34.57,\n        'wind': 0.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 15.8,\n        'oil': 34.52,\n        'wind': 0.37,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.21,\n        'hydro': 13.55,\n        'oil': 34.04,\n        'wind': 0.85,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.7,\n        'hydro': 12.6,\n        'oil': 33.1,\n        'wind': 0.92,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 10.09,\n        'oil': 32.98,\n        'wind': 2.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 8.06,\n        'oil': 33.06,\n        'wind': 3.55,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.33,\n        'hydro': 7.3,\n        'oil': 29.71,\n        'wind': 6.49,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.54,\n        'hydro': 9.66,\n        'oil': 29.02,\n        'wind': 5.9,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.33,\n        'oil': 29.16,\n        'wind': 6.25,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.89,\n        'oil': 29,\n        'wind': 6.72,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 2.29,\n        'oil': 27.84,\n        'wind': 8.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.98,\n        'oil': 23.4,\n        'wind': 7.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.53,\n        'oil': 27.75,\n        'wind': 3.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.11,\n        'oil': 27.45,\n        'wind': 2.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.55,\n        'hydro': 1.98,\n        'oil': 31.36,\n        'wind': 4.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 4.36,\n        'oil': 36.59,\n        'wind': 2.05,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.86,\n        'hydro': 5.37,\n        'oil': 38.01,\n        'wind': 3.51,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.88,\n        'oil': 42.02,\n        'wind': 1.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 6.62,\n        'oil': 42.37,\n        'unknown': 0.0,\n        'wind': 0.09,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-MI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_live[FO-SI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_live[FO-SI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.97,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.95,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.76,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.65,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0,\n        'wind': 2.74,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 3.07,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.01,\n        'wind': 3.41,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0,\n        'solar': 0.02,\n        'wind': 3.45,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 0.72,\n        'solar': 0.04,\n        'wind': 2.53,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.47,\n        'solar': 0.08,\n        'wind': 1.51,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.77,\n        'solar': 0.08,\n        'wind': 0.58,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.24,\n        'solar': 0.1,\n        'wind': 0.05,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.35,\n        'solar': 0.16,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.4,\n        'solar': 0.06,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.29,\n        'solar': 0.06,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.16,\n        'solar': 0.06,\n        'wind': 0.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.99,\n        'solar': 0.06,\n        'wind': 0.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.18,\n        'solar': 0.04,\n        'wind': 0.9,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.73,\n        'solar': 0.01,\n        'wind': 1.27,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.68,\n        'solar': 0,\n        'wind': 1.2,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.69,\n        'solar': 0,\n        'wind': 0.98,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.82,\n        'solar': 0,\n        'wind': 1.12,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.95,\n        'solar': 0,\n        'wind': 0.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.95,\n        'solar': 0,\n        'wind': 0.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.95,\n        'solar': 0,\n        'wind': 0.33,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.15,\n        'solar': 0,\n        'wind': 0.36,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.32,\n        'solar': 0,\n        'wind': 0.32,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.84,\n        'solar': 0,\n        'wind': 0.39,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 1.84,\n        'solar': 0.01,\n        'wind': 0.33,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.8,\n        'solar': 0.02,\n        'wind': 0.12,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 2.91,\n        'solar': 0.07,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0,\n        'oil': 3.18,\n        'solar': 0.1,\n        'wind': 0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'hydro': 0.0,\n        'oil': 3.77,\n        'solar': 0.07,\n        'wind': 0.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO-SI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FO/test_fetch_production_live[FO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_live[FO]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.09,\n        'oil': 26.78,\n        'solar': 0,\n        'wind': 10.88,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.79,\n        'hydro': 2.69,\n        'oil': 28.48,\n        'solar': 0,\n        'wind': 13.19,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 22.48,\n        'solar': 0,\n        'wind': 16.06,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 23.38,\n        'solar': 0,\n        'wind': 15.57,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 22.11,\n        'solar': 0,\n        'wind': 16.73,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 1.3,\n        'oil': 19.67,\n        'solar': 0,\n        'wind': 19.48,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 2.67,\n        'oil': 21.26,\n        'solar': 0.01,\n        'wind': 20.9,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.11,\n        'hydro': 10.07,\n        'oil': 18.28,\n        'solar': 0.01,\n        'wind': 22.76,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.73,\n        'hydro': 8.78,\n        'oil': 16.62,\n        'solar': 0.02,\n        'wind': 26.87,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.8,\n        'hydro': 9.92,\n        'oil': 16.71,\n        'solar': 0.04,\n        'wind': 27.69,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 9.73,\n        'oil': 18.42,\n        'solar': 0.08,\n        'wind': 27.0,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.26,\n        'oil': 20.03,\n        'solar': 0.08,\n        'wind': 22.67,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.21,\n        'oil': 23.01,\n        'solar': 0.1,\n        'wind': 18.38,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 10.68,\n        'oil': 32.93,\n        'solar': 0.16,\n        'wind': 9.59,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 11.92,\n        'oil': 37.06,\n        'solar': 0.06,\n        'wind': 3.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 14.41,\n        'oil': 37.86,\n        'solar': 0.06,\n        'wind': 0.22,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 15.8,\n        'oil': 37.68,\n        'solar': 0.06,\n        'wind': 0.54,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.21,\n        'hydro': 13.55,\n        'oil': 37.03,\n        'solar': 0.06,\n        'wind': 1.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.7,\n        'hydro': 12.6,\n        'oil': 35.28,\n        'solar': 0.04,\n        'wind': 1.82,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 10.09,\n        'oil': 34.71,\n        'solar': 0.01,\n        'wind': 3.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 8.06,\n        'oil': 34.74,\n        'solar': 0,\n        'wind': 4.75,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.33,\n        'hydro': 7.3,\n        'oil': 31.4,\n        'solar': 0,\n        'wind': 7.47,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.54,\n        'hydro': 9.66,\n        'oil': 30.84,\n        'solar': 0,\n        'wind': 7.02,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.33,\n        'oil': 31.11,\n        'solar': 0,\n        'wind': 6.98,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.89,\n        'oil': 30.95,\n        'solar': 0,\n        'wind': 7.18,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 2.29,\n        'oil': 29.79,\n        'solar': 0,\n        'wind': 8.91,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.98,\n        'oil': 25.55,\n        'solar': 0,\n        'wind': 7.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.53,\n        'oil': 30.07,\n        'solar': 0,\n        'wind': 3.51,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 5.11,\n        'oil': 29.29,\n        'solar': 0,\n        'wind': 3.04,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.55,\n        'hydro': 1.98,\n        'oil': 33.2,\n        'solar': 0.01,\n        'wind': 4.53,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.37,\n        'hydro': 4.36,\n        'oil': 39.39,\n        'solar': 0.02,\n        'wind': 2.17,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.86,\n        'hydro': 5.37,\n        'oil': 40.92,\n        'solar': 0.07,\n        'wind': 3.51,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 3.88,\n        'oil': 45.2,\n        'solar': 0.1,\n        'wind': 1.46,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 5, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.75,\n        'hydro': 6.62,\n        'oil': 46.14,\n        'solar': 0.07,\n        'unknown': 0.0,\n        'wind': 0.68,\n      }),\n      'source': 'sev.fo',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'FO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_FR.ambr",
    "content": "# serializer version: 1\n# name: test_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(431.5),\n        'hydro': np.float64(3457.0),\n        'nuclear': np.float64(35323.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(9451.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(2.0),\n        'hydro': np.float64(781.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(446.5),\n        'hydro': np.float64(3490.0),\n        'nuclear': np.float64(34656.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(9097.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(1.5),\n        'hydro': np.float64(1097.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(677.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(414.0),\n        'hydro': np.float64(3407.5),\n        'nuclear': np.float64(34372.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(9050.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(4.5),\n        'hydro': np.float64(1423.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(434.0),\n        'hydro': np.float64(3184.0),\n        'nuclear': np.float64(34508.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(8904.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(8.5),\n        'hydro': np.float64(1422.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(677.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(414.0),\n        'hydro': np.float64(3207.0),\n        'nuclear': np.float64(34517.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(8366.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.0),\n        'hydro': np.float64(1422.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(461.0),\n        'hydro': np.float64(3227.5),\n        'nuclear': np.float64(34874.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(7937.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.0),\n        'hydro': np.float64(1421.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(458.5),\n        'hydro': np.float64(3386.0),\n        'nuclear': np.float64(35173.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(7489.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.5),\n        'hydro': np.float64(1256.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(676.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(601.5),\n        'hydro': np.float64(3732.0),\n        'nuclear': np.float64(36085.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6962.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(932.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(674.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(808.5),\n        'hydro': np.float64(3954.0),\n        'nuclear': np.float64(36718.5),\n        'oil': np.float64(113.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6596.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(12.0),\n        'hydro': np.float64(586.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(675.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(938.5),\n        'hydro': np.float64(4244.0),\n        'nuclear': np.float64(37910.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6485.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-2.5),\n        'hydro': np.float64(-323.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(674.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(1133.0),\n        'hydro': np.float64(4394.0),\n        'nuclear': np.float64(38387.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(376.0),\n        'wind': np.float64(5863.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.0),\n        'hydro': np.float64(-667.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(674.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(1158.0),\n        'hydro': np.float64(4696.0),\n        'nuclear': np.float64(38681.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(401.5),\n        'wind': np.float64(5586.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(1.0),\n        'hydro': np.float64(-1045.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(673.5),\n        'coal': np.float64(9.0),\n        'gas': np.float64(1379.5),\n        'hydro': np.float64(4532.5),\n        'nuclear': np.float64(38725.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(501.5),\n        'wind': np.float64(5789.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.5),\n        'hydro': np.float64(-956.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(675.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1595.0),\n        'hydro': np.float64(4318.5),\n        'nuclear': np.float64(38691.5),\n        'oil': np.float64(113.5),\n        'solar': np.float64(868.5),\n        'wind': np.float64(5908.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-3.0),\n        'hydro': np.float64(-882.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(669.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1601.0),\n        'hydro': np.float64(4219.0),\n        'nuclear': np.float64(38771.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(1387.0),\n        'wind': np.float64(5784.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(1.0),\n        'hydro': np.float64(-957.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(668.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1569.0),\n        'hydro': np.float64(4074.5),\n        'nuclear': np.float64(38720.0),\n        'oil': np.float64(113.5),\n        'solar': np.float64(2034.0),\n        'wind': np.float64(5504.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(4.5),\n        'hydro': np.float64(-939.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(670.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1640.5),\n        'hydro': np.float64(4111.0),\n        'nuclear': np.float64(38828.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(2531.0),\n        'wind': np.float64(5099.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(-902.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(670.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1668.0),\n        'hydro': np.float64(4213.0),\n        'nuclear': np.float64(38899.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(3213.0),\n        'wind': np.float64(4500.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(0.5),\n        'hydro': np.float64(-753.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(670.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1611.0),\n        'hydro': np.float64(4379.0),\n        'nuclear': np.float64(38879.5),\n        'oil': np.float64(132.0),\n        'solar': np.float64(3541.5),\n        'wind': np.float64(4020.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(4.5),\n        'hydro': np.float64(-823.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(669.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1627.5),\n        'hydro': np.float64(4704.0),\n        'nuclear': np.float64(38751.5),\n        'oil': np.float64(186.5),\n        'solar': np.float64(4049.0),\n        'wind': np.float64(3706.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(8.5),\n        'hydro': np.float64(-879.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(668.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1595.0),\n        'hydro': np.float64(4456.0),\n        'nuclear': np.float64(38683.5),\n        'oil': np.float64(185.5),\n        'solar': np.float64(4069.5),\n        'wind': np.float64(3465.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.5),\n        'hydro': np.float64(-908.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(668.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1577.5),\n        'hydro': np.float64(4431.5),\n        'nuclear': np.float64(38599.0),\n        'oil': np.float64(185.5),\n        'solar': np.float64(4319.0),\n        'wind': np.float64(3696.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(6.5),\n        'hydro': np.float64(-807.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(665.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1466.0),\n        'hydro': np.float64(4157.0),\n        'nuclear': np.float64(38380.0),\n        'oil': np.float64(185.5),\n        'solar': np.float64(4654.0),\n        'wind': np.float64(4014.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(7.5),\n        'hydro': np.float64(-480.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(665.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1575.5),\n        'hydro': np.float64(3986.0),\n        'nuclear': np.float64(38566.5),\n        'oil': np.float64(150.5),\n        'solar': np.float64(4571.5),\n        'wind': np.float64(4111.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.5),\n        'hydro': np.float64(-478.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(670.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1519.5),\n        'hydro': np.float64(3917.0),\n        'nuclear': np.float64(38364.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(4710.5),\n        'wind': np.float64(4422.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(7.0),\n        'hydro': np.float64(-346.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(667.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1668.5),\n        'hydro': np.float64(3845.0),\n        'nuclear': np.float64(38267.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(4803.5),\n        'wind': np.float64(5231.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(0.5),\n        'hydro': np.float64(-96.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(664.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1671.0),\n        'hydro': np.float64(3944.5),\n        'nuclear': np.float64(37840.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(4974.5),\n        'wind': np.float64(5716.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.5),\n        'hydro': np.float64(22.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(655.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1708.0),\n        'hydro': np.float64(4127.0),\n        'nuclear': np.float64(37704.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(4534.5),\n        'wind': np.float64(5908.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-2.5),\n        'hydro': np.float64(-121.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(635.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1784.0),\n        'hydro': np.float64(4137.5),\n        'nuclear': np.float64(37800.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(4037.5),\n        'wind': np.float64(5689.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.0),\n        'hydro': np.float64(-480.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(639.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1899.5),\n        'hydro': np.float64(4338.0),\n        'nuclear': np.float64(37900.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(3663.5),\n        'wind': np.float64(5525.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(-1101.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(645.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1838.5),\n        'hydro': np.float64(4569.5),\n        'nuclear': np.float64(37771.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(3240.0),\n        'wind': np.float64(5645.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(9.5),\n        'hydro': np.float64(-959.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(651.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1835.0),\n        'hydro': np.float64(5028.5),\n        'nuclear': np.float64(37858.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(2509.0),\n        'wind': np.float64(5495.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-6.5),\n        'hydro': np.float64(-1170.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(651.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1762.0),\n        'hydro': np.float64(5006.0),\n        'nuclear': np.float64(37612.0),\n        'oil': np.float64(113.5),\n        'solar': np.float64(1923.5),\n        'wind': np.float64(5446.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(12.0),\n        'hydro': np.float64(-936.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(650.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(1936.0),\n        'hydro': np.float64(5174.5),\n        'nuclear': np.float64(37822.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(1162.0),\n        'wind': np.float64(5308.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-2.0),\n        'hydro': np.float64(-509.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(653.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2256.5),\n        'hydro': np.float64(5745.0),\n        'nuclear': np.float64(37774.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(643.5),\n        'wind': np.float64(5164.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.0),\n        'hydro': np.float64(-945.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(657.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2280.5),\n        'hydro': np.float64(5791.5),\n        'nuclear': np.float64(37791.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(369.0),\n        'wind': np.float64(5344.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(8.5),\n        'hydro': np.float64(-900.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(657.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2303.5),\n        'hydro': np.float64(5777.0),\n        'nuclear': np.float64(37752.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(228.0),\n        'wind': np.float64(5333.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(7.0),\n        'hydro': np.float64(-1151.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(655.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2195.0),\n        'hydro': np.float64(5707.5),\n        'nuclear': np.float64(37561.5),\n        'oil': np.float64(110.0),\n        'solar': np.float64(218.5),\n        'wind': np.float64(5381.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.0),\n        'hydro': np.float64(-1228.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(655.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2252.0),\n        'hydro': np.float64(5697.0),\n        'nuclear': np.float64(37647.0),\n        'oil': np.float64(498.0),\n        'solar': np.float64(110.0),\n        'wind': np.float64(5378.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(-1421.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(653.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2163.0),\n        'hydro': np.float64(5285.0),\n        'nuclear': np.float64(37785.5),\n        'oil': np.float64(543.5),\n        'solar': np.float64(0.0),\n        'wind': np.float64(5526.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(10.5),\n        'hydro': np.float64(-596.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(658.5),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2197.5),\n        'hydro': np.float64(5168.0),\n        'nuclear': np.float64(37852.5),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(5895.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.5),\n        'hydro': np.float64(-486.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(655.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2223.5),\n        'hydro': np.float64(5214.5),\n        'nuclear': np.float64(37831.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6158.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(3.0),\n        'hydro': np.float64(-607.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(652.0),\n        'coal': np.float64(11.0),\n        'gas': np.float64(2301.5),\n        'hydro': np.float64(5142.0),\n        'nuclear': np.float64(37838.0),\n        'oil': np.float64(114.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6445.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(2.0),\n        'hydro': np.float64(-703.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 21, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(653.5),\n        'coal': np.float64(9.0),\n        'gas': np.float64(2092.0),\n        'hydro': np.float64(4799.0),\n        'nuclear': np.float64(37548.0),\n        'oil': np.float64(113.5),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6631.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(7.5),\n        'hydro': np.float64(-461.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(655.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(2083.0),\n        'hydro': np.float64(4451.0),\n        'nuclear': np.float64(37718.5),\n        'oil': np.float64(113.5),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6738.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.5),\n        'hydro': np.float64(-657.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 22, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(654.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(1826.5),\n        'hydro': np.float64(4180.5),\n        'nuclear': np.float64(37300.0),\n        'oil': np.float64(113.5),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6931.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(6.0),\n        'hydro': np.float64(-586.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(654.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(906.0),\n        'hydro': np.float64(4203.5),\n        'nuclear': np.float64(37458.5),\n        'oil': np.float64(112.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(6831.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-2.0),\n        'hydro': np.float64(-556.5),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 22, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(649.5),\n        'coal': np.float64(7.0),\n        'gas': np.float64(492.0),\n        'hydro': np.float64(4181.0),\n        'nuclear': np.float64(37619.5),\n        'oil': np.float64(109.5),\n        'solar': np.float64(0.0),\n        'wind': np.float64(7137.5),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(5.0),\n        'hydro': np.float64(-567.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')),\n      'production': dict({\n        'biomass': np.float64(651.0),\n        'coal': np.float64(7.0),\n        'gas': np.float64(501.0),\n        'hydro': np.float64(3965.0),\n        'nuclear': np.float64(37536.0),\n        'oil': np.float64(110.0),\n        'solar': np.float64(0.0),\n        'wind': np.float64(7440.0),\n      }),\n      'source': 'opendata.reseaux-energies.fr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(-207.0),\n      }),\n      'zoneKey': 'FR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[AT].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[AT]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 57.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 46.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.9,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.94,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 34.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -9.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -24.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -50.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -55.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -49.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -18.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.47,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 50.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.48,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.64,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.87,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.49,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -2.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -11.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -39.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -54.61,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -56.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -40.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -6.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.98,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.28,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.42,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 72.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 72.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.24,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 81.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 108.78,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 158.53,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 143.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.53,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.82,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 57.38,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.94,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 53.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.87,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 42.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AT',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[BE].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[BE]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.14,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.24,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.88,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.14,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -9.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -21.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -50.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -55.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -49.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -19.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 14.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 34.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.88,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.38,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.21,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.33,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.78,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -2.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -13.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -26.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -35.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -39.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -6.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.37,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 86.81,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 123.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 117.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 64.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 53.31,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 47.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 44.18,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 41.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.31,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 45.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 46.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.82,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 53.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.16,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.48,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.37,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 47.32,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 54.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 55.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 51.67,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.67,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'BE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[CH].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[CH]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 55.66,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 50.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 41.71,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 55.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.14,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -9.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -25.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -51.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -51.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -32.98,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -13.39,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.45,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 58.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 58.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 56.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.71,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.35,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.35,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.36,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.36,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': -2.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': -12.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -26.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -47.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -65.78,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -91.49,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -91.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -62.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -31.71,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -5.94,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 45.43,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.22,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 81.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.98,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 73.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.88,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.14,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 107.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 103.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 77.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.84,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 50.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 62.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 73.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'CH',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[ES].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[ES]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.39,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.76,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.35,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.53,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.32,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'ES',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[FR].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[FR]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.39,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.76,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -9.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -20.64,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -50.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -55.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -49.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -19.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.66,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.82,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.35,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.53,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -7.37,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -2.16,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -10.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -23.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -39.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -6.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.32,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'FR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[GB].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[GB]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.46,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 14.87,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.24,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 41.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.56,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -3.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -13.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -24.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -24.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -16.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -5.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.38,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.47,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': -1.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.17,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.81,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.81,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 16.39,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 37.46,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.56,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 87.33,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 87.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 83.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 67.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 40.33,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.16,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.47,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.47,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.49,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.94,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.17,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 46.36,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 14.28,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 21.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 60.76,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 81.48,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.21,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 52.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[IT].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[IT]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.98,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 72.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 85.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 91.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 42.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 15.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 64.87,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 93.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.3606,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 89.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 88.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 92.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.9,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 36.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 15.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 38.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 109.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 135.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 135.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 120.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 96.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 86.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.6143,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 73.8005,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 71.8417,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.4963,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 106.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 145.95,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 143.134,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 103.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 94.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 82.37,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 69.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 61.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 84.9999,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 90.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 96.64,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 127.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 126.23,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 102.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 95.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 87.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'IT',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[NL].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[NL]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 54.56,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 44.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 23.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.08,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 22.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -10.16,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -31.66,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -50.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -55.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -49.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -19.14,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.37,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 50.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 58.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 37.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 20.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.94,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 8.21,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -2.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -12.97,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -42.23,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -60.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -60.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -40.05,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -6.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 102.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 133.65,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 124.48,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 97.16,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 81.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.9,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 70.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 68.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.88,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 98.75,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 148.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 108.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 62.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 48.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 42.17,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 9.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 43.46,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 66.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 76.12,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.89,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 65.54,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 52.85,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 34.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'NL',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB/test_fetch_price_live[PT].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_live[PT]\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.73,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.13,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.39,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 11.76,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.06,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.96,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 13, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.83,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.79,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.74,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.35,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 12.86,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 13.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 5.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.53,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.55,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.6,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.02,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 2.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.41,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 14, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 17.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.3,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 3.25,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.77,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.03,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 7.07,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 1.5,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.01,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.04,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.1,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.32,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.63,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': -0.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 0.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 10.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 19.72,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 6.0,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': FakeDatetime(2024, 4, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 4.2,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'PT',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GB.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 370.99,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 335.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 299.45,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 280.51,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 242.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 242.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 262.98,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 336.87,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 381.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 367.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 329.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 305.93,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 288.28,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 270.63,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 246.27,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 237.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 243.56,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 301.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 331.81,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 377.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 405.7,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 410.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 394.29,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 15, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 366.11,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 277.69,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 247.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 245.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 242.62,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 241.92,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 237.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 233.21,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 231.8,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 237.68,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 249.45,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 248.33,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 243.21,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 235.33,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 217.44,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 194.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 185.91,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 188.26,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 204.15,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 247.09,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 301.57,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 335.58,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 348.52,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 343.34,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2022, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 324.4,\n      'source': 'rte-france.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB',\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 12, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')),\n      'production': dict({\n        'biomass': 5.0,\n        'coal': 0.0,\n        'gas': 10.5,\n        'hydro': 2.0,\n        'nuclear': 8.0,\n        'solar': 3.5,\n        'unknown': 0.0,\n        'wind': 13.5,\n      }),\n      'source': 'neso.energy, elexon.co.uk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n        'hydro': -120.0,\n      }),\n      'zoneKey': 'GB',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 12, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='UTC')),\n      'production': dict({\n        'biomass': 6.0,\n        'coal': 1.0,\n        'gas': 11.0,\n        'hydro': 2.5,\n        'nuclear': 8.0,\n        'solar': 4.0,\n        'unknown': 0.5,\n        'wind': 15.0,\n      }),\n      'source': 'neso.energy, elexon.co.uk',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'GB',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_GT.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_historical\n  list([\n    dict({\n      'consumption': 1703.56375,\n      'datetime': datetime.datetime(2023, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1730.42375,\n      'datetime': datetime.datetime(2023, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1700.99375,\n      'datetime': datetime.datetime(2023, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1492.59375,\n      'datetime': datetime.datetime(2023, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1340.40375,\n      'datetime': datetime.datetime(2023, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1203.66375,\n      'datetime': datetime.datetime(2023, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1140.08,\n      'datetime': datetime.datetime(2023, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1096.95,\n      'datetime': datetime.datetime(2023, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1074.49,\n      'datetime': datetime.datetime(2023, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1074.75,\n      'datetime': datetime.datetime(2023, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1088.75,\n      'datetime': datetime.datetime(2023, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1081.36,\n      'datetime': datetime.datetime(2023, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1160.55,\n      'datetime': datetime.datetime(2023, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1203.68,\n      'datetime': datetime.datetime(2023, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1352.67,\n      'datetime': datetime.datetime(2023, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1350.31,\n      'datetime': datetime.datetime(2023, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1412.68,\n      'datetime': datetime.datetime(2023, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1448.37,\n      'datetime': datetime.datetime(2023, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1382.9,\n      'datetime': datetime.datetime(2023, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1405.98,\n      'datetime': datetime.datetime(2023, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1422.24,\n      'datetime': datetime.datetime(2023, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1352.48,\n      'datetime': datetime.datetime(2023, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1366.11,\n      'datetime': datetime.datetime(2023, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1370.2,\n      'datetime': datetime.datetime(2023, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n  ])\n# ---\n# name: test_fetch_consumption_live\n  list([\n    dict({\n      'consumption': 2046.61,\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 2066.08,\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 2004.28,\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1783.81,\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1548.1,\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1386.88,\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1320.37,\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1289.14,\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1249.83,\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1262.99,\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1308.51,\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'consumption': 1453.43,\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GT',\n    }),\n  ])\n# ---\n# name: test_fetch_production_historical\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 646.85,\n        'gas': 0,\n        'geothermal': 32.5,\n        'hydro': 755.15,\n        'oil': 120.94375,\n        'solar': 0.99,\n        'wind': 24.45,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 646.58,\n        'gas': 0,\n        'geothermal': 29.79,\n        'hydro': 856.56,\n        'oil': 141.63375,\n        'solar': 0,\n        'wind': 17.5,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 646.87,\n        'gas': 0,\n        'geothermal': 32.37,\n        'hydro': 844.89,\n        'oil': 147.39375,\n        'solar': 0,\n        'wind': 37.05,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 645.67,\n        'gas': 0,\n        'geothermal': 31.9,\n        'hydro': 592.94,\n        'oil': 130.15375,\n        'solar': 0,\n        'wind': 6.5,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 645.66,\n        'gas': 0,\n        'geothermal': 32.72,\n        'hydro': 415.83,\n        'oil': 147.85375,\n        'solar': 0,\n        'wind': 29.06,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 645.56,\n        'gas': 0,\n        'geothermal': 32.94,\n        'hydro': 357.47,\n        'oil': 63.12375,\n        'solar': 0,\n        'wind': 81.45,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 642.73,\n        'gas': 0,\n        'geothermal': 32.64,\n        'hydro': 248.82,\n        'oil': 147.41,\n        'solar': 0,\n        'wind': 72.8,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 645.51,\n        'gas': 0,\n        'geothermal': 32.56,\n        'hydro': 247.63,\n        'oil': 88.99,\n        'solar': 0,\n        'wind': 85.67,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 625.63,\n        'gas': 0,\n        'geothermal': 32.45,\n        'hydro': 269.04,\n        'oil': 37.71,\n        'solar': 0,\n        'wind': 84.24,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 501.42,\n        'gas': 0,\n        'geothermal': 32.57,\n        'hydro': 341.65,\n        'oil': 61.21,\n        'solar': 0,\n        'wind': 91.68,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 401.97,\n        'gas': 0,\n        'geothermal': 31.48,\n        'hydro': 399.81,\n        'oil': 58.46,\n        'solar': 0,\n        'wind': 94.31,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 390.35,\n        'gas': 0,\n        'geothermal': 31.62,\n        'hydro': 429.84,\n        'oil': 27,\n        'solar': 0.84,\n        'wind': 97.22,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 392.48,\n        'gas': 0,\n        'geothermal': 31.36,\n        'hydro': 475.3,\n        'oil': 44.28,\n        'solar': 10.54,\n        'wind': 93.74,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 392.23,\n        'gas': 0,\n        'geothermal': 30.83,\n        'hydro': 558.06,\n        'oil': 23.92,\n        'solar': 20.52,\n        'wind': 97.33,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 525.43,\n        'gas': 0,\n        'geothermal': 30.44,\n        'hydro': 596.34,\n        'oil': 24.64,\n        'solar': 46.13,\n        'wind': 97.29,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 507.28,\n        'gas': 0,\n        'geothermal': 31.48,\n        'hydro': 581.02,\n        'oil': 25.83,\n        'solar': 67.54,\n        'wind': 79.35,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 472.48,\n        'gas': 0,\n        'geothermal': 30.83,\n        'hydro': 676.88,\n        'oil': 25.77,\n        'solar': 82.04,\n        'wind': 70.76,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 463.86,\n        'gas': 0,\n        'geothermal': 31.28,\n        'hydro': 689.19,\n        'oil': 27.72,\n        'solar': 79.66,\n        'wind': 70.43,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 459.65,\n        'gas': 0,\n        'geothermal': 24.62,\n        'hydro': 734.48,\n        'oil': 25.51,\n        'solar': 42.05,\n        'wind': 52.98,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 465.05,\n        'gas': 0,\n        'geothermal': 30.89,\n        'hydro': 711.11,\n        'oil': 63.44,\n        'solar': 17.4,\n        'wind': 44.74,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 553.4,\n        'gas': 0,\n        'geothermal': 31.09,\n        'hydro': 705.38,\n        'oil': 24,\n        'solar': 4.46,\n        'wind': 26.51,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.2,\n        'coal': 579.5,\n        'gas': 0,\n        'geothermal': 31.78,\n        'hydro': 774.33,\n        'oil': 105.65,\n        'solar': 0.75,\n        'wind': 27.53,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 625.5,\n        'gas': 0,\n        'geothermal': 31.93,\n        'hydro': 642.9,\n        'oil': 228.3,\n        'solar': 0,\n        'wind': 16.07,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 7, 16, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0,\n        'coal': 612.3,\n        'gas': 0,\n        'geothermal': 32.09,\n        'hydro': 673.49,\n        'oil': 178.9,\n        'solar': 0,\n        'wind': 16.16,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n  ])\n# ---\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 320.97,\n        'coal': 476.04,\n        'gas': 2.45,\n        'geothermal': 32,\n        'hydro': 671.14,\n        'oil': 359.01,\n        'solar': 0,\n        'unknown': 168.73,\n        'wind': 25.72,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 323.26,\n        'coal': 476.91,\n        'gas': 11.53,\n        'geothermal': 31.96,\n        'hydro': 628.87,\n        'oil': 323.92,\n        'solar': 0,\n        'unknown': 168.83,\n        'wind': 27.03,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 316.96,\n        'coal': 476.78,\n        'gas': 13,\n        'geothermal': 32.28,\n        'hydro': 624.92,\n        'oil': 324.23,\n        'solar': 0,\n        'unknown': 169.17,\n        'wind': 14.99,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 322.07,\n        'coal': 476.24,\n        'gas': 14.43,\n        'geothermal': 32.22,\n        'hydro': 460.45,\n        'oil': 322.46,\n        'solar': 0,\n        'unknown': 162.81,\n        'wind': 5.04,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 313.16,\n        'coal': 475.63,\n        'gas': 14.38,\n        'geothermal': 32.53,\n        'hydro': 304.46,\n        'oil': 348.93,\n        'solar': 0,\n        'unknown': 167.54,\n        'wind': 2.46,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 314.84,\n        'coal': 476.17,\n        'gas': 14.46,\n        'geothermal': 32.79,\n        'hydro': 211.5,\n        'oil': 274.99,\n        'solar': 0,\n        'unknown': 167.03,\n        'wind': 1.86,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 309.27,\n        'coal': 474.33,\n        'gas': 14.43,\n        'geothermal': 32.77,\n        'hydro': 172.63,\n        'oil': 199.04,\n        'solar': 0,\n        'unknown': 169.6,\n        'wind': 1.32,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 313.72,\n        'coal': 475.38,\n        'gas': 2,\n        'geothermal': 32.82,\n        'hydro': 115.6,\n        'oil': 170.97,\n        'solar': 0,\n        'unknown': 166.76,\n        'wind': 4.56,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 308.08,\n        'coal': 475.22,\n        'gas': 11.9,\n        'geothermal': 32.99,\n        'hydro': 108.85,\n        'oil': 150.89,\n        'solar': 0,\n        'unknown': 170,\n        'wind': 3.69,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 308.41,\n        'coal': 475.56,\n        'gas': 11.92,\n        'geothermal': 33.34,\n        'hydro': 92.28,\n        'oil': 188.95,\n        'solar': 0,\n        'unknown': 168.15,\n        'wind': 0.06,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 307.72,\n        'coal': 476.54,\n        'gas': 13.28,\n        'geothermal': 32.7,\n        'hydro': 193.68,\n        'oil': 133.98,\n        'solar': 0,\n        'unknown': 169.06,\n        'wind': 0,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 304.24,\n        'coal': 476.7,\n        'gas': 15.386,\n        'geothermal': 35.449,\n        'hydro': 256.285,\n        'oil': 209.18,\n        'solar': 0,\n        'unknown': 166.4,\n        'wind': 1.52,\n      }),\n      'source': 'amm.org.gt',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'GT',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_HN/test_fetch_exchange[GT-HN].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[GT-HN]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 27.6,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 21.5,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 22.7,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 23.3,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 14.4,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 5.9,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 5.2,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 24.4,\n      'sortedZoneKeys': 'GT->HN',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_HN/test_fetch_exchange[HN-NI].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[HN-NI]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -98.5,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -97.4,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -98.0,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -91.8,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -101.6,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -108.0,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -82.7,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': -66.3,\n      'sortedZoneKeys': 'HN->NI',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_HN/test_fetch_exchange[HN-SV].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[HN-SV]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 58.5,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 51.5,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 33.9,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 23.8,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 36.3,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 28.7,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'netFlow': 20.1,\n      'sortedZoneKeys': 'HN->SV',\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_HN/test_fetch_exchange[HN-US].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[HN-US]\n  list([\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_HN.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 35.5,\n        'coal': 106.4,\n        'geothermal': 27.3,\n        'hydro': 455.6,\n        'oil': 653.4,\n        'solar': 0.0,\n        'wind': 115.1,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 43.4,\n        'coal': 105.8,\n        'geothermal': 27.6,\n        'hydro': 440.7,\n        'oil': 608.5,\n        'solar': 0.0,\n        'wind': 106.2,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 35.3,\n        'coal': 105.6,\n        'geothermal': 27.7,\n        'hydro': 436.4,\n        'oil': 530.4,\n        'solar': 0.0,\n        'wind': 114.6,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 35.8,\n        'coal': 106.1,\n        'geothermal': 27.8,\n        'hydro': 449.6,\n        'oil': 484.8,\n        'solar': 0.0,\n        'wind': 108.7,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 35.4,\n        'coal': 106.3,\n        'geothermal': 28.0,\n        'hydro': 455.7,\n        'oil': 484.1,\n        'solar': 0.0,\n        'wind': 105.2,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 39.7,\n        'coal': 106.0,\n        'geothermal': 28.3,\n        'hydro': 475.5,\n        'oil': 483.2,\n        'solar': 0.3,\n        'wind': 107.8,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 42.3,\n        'coal': 106.0,\n        'geothermal': 28.2,\n        'hydro': 449.2,\n        'oil': 436.7,\n        'solar': 77.9,\n        'wind': 125.9,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 25, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Tegucigalpa')),\n      'production': dict({\n        'biomass': 47.4,\n        'coal': 106.1,\n        'geothermal': 27.9,\n        'hydro': 439.1,\n        'oil': 353.9,\n        'solar': 233.0,\n        'wind': 106.5,\n      }),\n      'source': 'ods.org.hn',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'HN',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_IEMOP/test_production[PH-LU].ambr",
    "content": "# serializer version: 1\n# name: test_production[PH-LU]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 0, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5637.4225),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(645.5),\n        'oil': np.float64(27.8338),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(8.4),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 5, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5628.8619),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(645.5),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(9.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 10, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5579.0433),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(645.5),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(9.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 15, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5530.5807),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(645.5),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(10.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 20, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5496.31),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(645.5),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(10.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 25, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5469.13),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(644.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(9.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 30, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5445.12),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(644.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(9.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 35, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5424.35),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(639.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(8.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 40, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5403.3),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(639.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(8.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 45, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5386.1),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(639.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(8.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 50, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5351.7597),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(639.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(8.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 55, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(34.9),\n        'coal': np.float64(5351.6),\n        'gas': np.float64(2628.4),\n        'geothermal': np.float64(484.0),\n        'hydro': np.float64(639.8),\n        'oil': np.float64(0.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(50.0),\n        'wind': np.float64(9.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n        'hydro': np.float64(306.0),\n      }),\n      'zoneKey': 'PH-LU',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_IEMOP/test_production[PH-MI].ambr",
    "content": "# serializer version: 1\n# name: test_production[PH-MI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 0, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1039.0631),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(134.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 5, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1039.8314),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(134.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 10, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1024.039),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(134.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 15, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1030.8),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(125.5),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 20, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1008.601),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(125.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 25, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1002.6),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(125.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 30, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(1001.6925),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(125.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 35, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(986.69),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(645.4),\n        'oil': np.float64(116.5),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 40, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(976.8124),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(644.4),\n        'oil': np.float64(115.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 45, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(961.936),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(644.4),\n        'oil': np.float64(115.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 50, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(942.28),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(644.4),\n        'oil': np.float64(115.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 55, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(22.5),\n        'coal': np.float64(927.1405),\n        'geothermal': np.float64(83.2),\n        'hydro': np.float64(644.4),\n        'oil': np.float64(115.0),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(0.0),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-0.0),\n      }),\n      'zoneKey': 'PH-MI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_IEMOP/test_production[PH-VI].ambr",
    "content": "# serializer version: 1\n# name: test_production[PH-VI]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 0, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(984.4905),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(15.8),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(6.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 5, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(1008.2105),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(14.8),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(6.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 10, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(1018.81),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(14.8),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(6.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 15, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(1003.81),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(14.8),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 20, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(979.31),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(14.8),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.4),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 25, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(975.2524),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(15.08),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.5),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 30, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(968.0),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(15.77),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 35, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(949.7086),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(16.73),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 40, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(943.0),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(16.7),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 45, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(930.4156),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(16.49),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 50, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(915.65),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(16.85),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 13, 23, 55, tzinfo=<DstTzInfo 'Asia/Manila' PST+8:00:00 STD>),\n      'production': dict({\n        'biomass': np.float64(31.0),\n        'coal': np.float64(899.99),\n        'geothermal': np.float64(309.4),\n        'hydro': np.float64(15.3),\n        'oil': np.float64(16.37),\n        'solar': np.float64(0.0),\n        'unknown': np.float64(320.0),\n        'wind': np.float64(7.3),\n      }),\n      'source': 'iemop.ph',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': np.float64(-10.0),\n      }),\n      'zoneKey': 'PH-VI',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_IN.ambr",
    "content": "# serializer version: 1\n# name: test_parse_15m_production_grid_india_report\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38508.040242,\n        'gas': 905.87768,\n        'hydro': 9418.427258,\n        'nuclear': 1298.912855,\n        'solar': 40.698949,\n        'unknown': 612.583028,\n        'wind': 3141.624502,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38703.098615,\n        'gas': 916.171745,\n        'hydro': 8837.056556,\n        'nuclear': 1293.092633,\n        'solar': 40.261326,\n        'unknown': 619.373105,\n        'wind': 3146.627928,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38284.887982,\n        'gas': 887.863067,\n        'hydro': 8803.771974,\n        'nuclear': 1291.286358,\n        'solar': 39.38608,\n        'unknown': 619.963546,\n        'wind': 3083.426764,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38105.361189,\n        'gas': 887.071216,\n        'hydro': 8461.495521,\n        'nuclear': 1297.106579,\n        'solar': 38.510833,\n        'unknown': 624.687078,\n        'wind': 3060.516343,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37979.96652,\n        'gas': 872.224008,\n        'hydro': 8049.876189,\n        'nuclear': 1294.698211,\n        'solar': 36.760341,\n        'unknown': 624.391857,\n        'wind': 3027.862408,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38074.983245,\n        'gas': 857.970688,\n        'hydro': 7127.893264,\n        'nuclear': 1299.314249,\n        'solar': 34.572225,\n        'unknown': 623.210974,\n        'wind': 2969.137994,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38029.758939,\n        'gas': 836.78867,\n        'hydro': 6437.792928,\n        'nuclear': 1299.514946,\n        'solar': 31.508864,\n        'unknown': 620.258767,\n        'wind': 2929.637267,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37928.803669,\n        'gas': 798.383891,\n        'hydro': 6175.954215,\n        'nuclear': 1292.691239,\n        'solar': 29.320748,\n        'unknown': 608.449937,\n        'wind': 2932.533987,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37860.510398,\n        'gas': 760.573,\n        'hydro': 5586.262368,\n        'nuclear': 1293.494028,\n        'solar': 27.570256,\n        'unknown': 604.021626,\n        'wind': 2856.165914,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37793.58756,\n        'gas': 755.030042,\n        'hydro': 5364.365154,\n        'nuclear': 1292.891936,\n        'solar': 26.69501,\n        'unknown': 602.840743,\n        'wind': 2857.745943,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37608.807439,\n        'gas': 731.076546,\n        'hydro': 5234.00054,\n        'nuclear': 1297.708671,\n        'solar': 22.756402,\n        'unknown': 604.612068,\n        'wind': 2834.835521,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37579.571523,\n        'gas': 728.107104,\n        'hydro': 5140.80371,\n        'nuclear': 1295.701698,\n        'solar': 26.69501,\n        'unknown': 618.487442,\n        'wind': 2765.840918,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37439.558897,\n        'gas': 714.051747,\n        'hydro': 5129.154107,\n        'nuclear': 1294.698211,\n        'solar': 27.570256,\n        'unknown': 606.383392,\n        'wind': 2685.786111,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37386.340395,\n        'gas': 696.433059,\n        'hydro': 4993.796806,\n        'nuclear': 1300.317736,\n        'solar': 29.320748,\n        'unknown': 598.707653,\n        'wind': 2596.251129,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37333.80711,\n        'gas': 697.818799,\n        'hydro': 5106.409642,\n        'nuclear': 1298.912855,\n        'solar': 27.570256,\n        'unknown': 596.345887,\n        'wind': 2561.227151,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37277.162524,\n        'gas': 689.900288,\n        'hydro': 5121.387704,\n        'nuclear': 1298.712157,\n        'solar': 26.257386,\n        'unknown': 610.811703,\n        'wind': 2558.067093,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37215.949826,\n        'gas': 683.763441,\n        'hydro': 5058.146998,\n        'nuclear': 1300.518433,\n        'solar': 26.257386,\n        'unknown': 614.944794,\n        'wind': 2468.795449,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37325.584509,\n        'gas': 688.514548,\n        'hydro': 5225.124652,\n        'nuclear': 1301.923314,\n        'solar': 27.570256,\n        'unknown': 607.564275,\n        'wind': 2468.005435,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37485.468421,\n        'gas': 690.296213,\n        'hydro': 5185.183153,\n        'nuclear': 1304.331681,\n        'solar': 24.944517,\n        'unknown': 618.192222,\n        'wind': 2408.754344,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37759.783533,\n        'gas': 691.088064,\n        'hydro': 5251.752318,\n        'nuclear': 1305.736562,\n        'solar': 24.944517,\n        'unknown': 608.745158,\n        'wind': 2355.296693,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37894.086019,\n        'gas': 687.524734,\n        'hydro': 5483.634906,\n        'nuclear': 1302.9268,\n        'solar': 24.506894,\n        'unknown': 612.878248,\n        'wind': 2301.839042,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38256.565688,\n        'gas': 703.361757,\n        'hydro': 5952.392771,\n        'nuclear': 1304.532379,\n        'solar': 25.38214,\n        'unknown': 604.907289,\n        'wind': 2269.975122,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38675.91835,\n        'gas': 742.162462,\n        'hydro': 6195.370221,\n        'nuclear': 1295.300303,\n        'solar': 28.445502,\n        'unknown': 621.734871,\n        'wind': 2207.563974,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38807.479969,\n        'gas': 727.909141,\n        'hydro': 7059.105127,\n        'nuclear': 1297.909368,\n        'solar': 28.445502,\n        'unknown': 619.373105,\n        'wind': 2170.696628,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38871.433534,\n        'gas': 739.390983,\n        'hydro': 7616.067135,\n        'nuclear': 1301.923314,\n        'solar': 32.821733,\n        'unknown': 612.583028,\n        'wind': 2156.476366,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39159.681387,\n        'gas': 771.065027,\n        'hydro': 8285.087236,\n        'nuclear': 1308.14493,\n        'solar': 160.60768,\n        'unknown': 631.181934,\n        'wind': 2114.078919,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39120.624031,\n        'gas': 796.998152,\n        'hydro': 9340.20849,\n        'nuclear': 1300.518433,\n        'solar': 330.843069,\n        'unknown': 642.400322,\n        'wind': 2058.251225,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38916.886246,\n        'gas': 757.207633,\n        'hydro': 9011.24587,\n        'nuclear': 1308.747022,\n        'solar': 1006.533147,\n        'unknown': 618.782663,\n        'wind': 2030.074039,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38401.603237,\n        'gas': 708.112863,\n        'hydro': 8569.11567,\n        'nuclear': 1311.356086,\n        'solar': 2009.565309,\n        'unknown': 620.258767,\n        'wind': 1931.058883,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38092.34207,\n        'gas': 693.463618,\n        'hydro': 7582.22781,\n        'nuclear': 1309.148416,\n        'solar': 3442.780985,\n        'unknown': 631.772376,\n        'wind': 1863.117632,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 36947.344854,\n        'gas': 705.341384,\n        'hydro': 7332.038701,\n        'nuclear': 1320.989556,\n        'solar': 5232.659494,\n        'unknown': 645.352529,\n        'wind': 1804.12988,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 35869.270474,\n        'gas': 676.240856,\n        'hydro': 6881.587356,\n        'nuclear': 1308.747022,\n        'solar': 7289.925721,\n        'unknown': 655.094814,\n        'wind': 1710.118149,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 34733.409481,\n        'gas': 697.818799,\n        'hydro': 6645.266823,\n        'nuclear': 1315.370032,\n        'solar': 9381.764174,\n        'unknown': 651.256944,\n        'wind': 1589.7726,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 34101.182812,\n        'gas': 693.265655,\n        'hydro': 6216.450456,\n        'nuclear': 1309.750508,\n        'solar': 11507.737229,\n        'unknown': 664.541877,\n        'wind': 1453.100084,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 33555.750266,\n        'gas': 689.504362,\n        'hydro': 5895.808982,\n        'nuclear': 1313.162362,\n        'solar': 13629.771676,\n        'unknown': 640.628998,\n        'wind': 1306.420717,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 33037.041174,\n        'gas': 670.895861,\n        'hydro': 5931.312536,\n        'nuclear': 1306.338654,\n        'solar': 15538.246047,\n        'unknown': 671.627175,\n        'wind': 1151.314528,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 32465.341985,\n        'gas': 671.291786,\n        'hydro': 6063.896122,\n        'nuclear': 1305.13447,\n        'solar': 17286.112737,\n        'unknown': 681.074239,\n        'wind': 996.471678,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 32380.831917,\n        'gas': 686.732883,\n        'hydro': 6192.596506,\n        'nuclear': 1294.898909,\n        'solar': 19241.41278,\n        'unknown': 668.379747,\n        'wind': 912.20346,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 32214.095837,\n        'gas': 667.332531,\n        'hydro': 6111.604023,\n        'nuclear': 1301.521919,\n        'solar': 20985.340863,\n        'unknown': 664.246657,\n        'wind': 860.325838,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 31819.41098,\n        'gas': 688.514548,\n        'hydro': 6235.31172,\n        'nuclear': 1291.08566,\n        'solar': 22280.267637,\n        'unknown': 669.56063,\n        'wind': 838.205431,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 31436.146402,\n        'gas': 687.326772,\n        'hydro': 6053.910747,\n        'nuclear': 1296.905882,\n        'solar': 23061.424884,\n        'unknown': 670.446292,\n        'wind': 811.344936,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 30947.586847,\n        'gas': 664.363089,\n        'hydro': 5746.583105,\n        'nuclear': 1292.490541,\n        'solar': 24360.290266,\n        'unknown': 665.72276,\n        'wind': 814.241656,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 30631.701918,\n        'gas': 683.763441,\n        'hydro': 5509.153086,\n        'nuclear': 1290.282871,\n        'solar': 25377.763991,\n        'unknown': 690.226081,\n        'wind': 829.515271,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 30425.223266,\n        'gas': 666.936605,\n        'hydro': 5355.489265,\n        'nuclear': 1286.268925,\n        'solar': 25580.383489,\n        'unknown': 656.866138,\n        'wind': 861.115853,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 30091.751106,\n        'gas': 664.165126,\n        'hydro': 5394.321278,\n        'nuclear': 1291.687752,\n        'solar': 25814.074229,\n        'unknown': 659.227904,\n        'wind': 880.076202,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29809.213393,\n        'gas': 683.565479,\n        'hydro': 5145.241655,\n        'nuclear': 1289.480082,\n        'solar': 26228.065688,\n        'unknown': 679.598135,\n        'wind': 769.210827,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29598.395034,\n        'gas': 684.159367,\n        'hydro': 5257.299748,\n        'nuclear': 1282.455677,\n        'solar': 26333.532857,\n        'unknown': 677.82681,\n        'wind': 915.363518,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29354.22946,\n        'gas': 681.189925,\n        'hydro': 5235.66477,\n        'nuclear': 1286.67032,\n        'solar': 27123.880189,\n        'unknown': 666.903643,\n        'wind': 918.523576,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28957.717358,\n        'gas': 680.002149,\n        'hydro': 5243.985915,\n        'nuclear': 1290.082174,\n        'solar': 27368.511506,\n        'unknown': 669.265409,\n        'wind': 920.103605,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28675.636456,\n        'gas': 685.545106,\n        'hydro': 5137.475252,\n        'nuclear': 1279.24452,\n        'solar': 27625.833893,\n        'unknown': 677.82681,\n        'wind': 944.857394,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28498.622124,\n        'gas': 666.144754,\n        'hydro': 5155.781772,\n        'nuclear': 1279.645915,\n        'solar': 27690.602113,\n        'unknown': 668.084526,\n        'wind': 949.597482,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28245.777137,\n        'gas': 682.773628,\n        'hydro': 5271.168324,\n        'nuclear': 1267.202683,\n        'solar': 27984.684841,\n        'unknown': 676.941148,\n        'wind': 966.187787,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28027.192989,\n        'gas': 681.981776,\n        'hydro': 5212.365562,\n        'nuclear': 1275.431272,\n        'solar': 27500.673684,\n        'unknown': 637.67679,\n        'wind': 958.55098,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 27994.759395,\n        'gas': 681.585851,\n        'hydro': 5094.760039,\n        'nuclear': 1267.804775,\n        'solar': 27188.648409,\n        'unknown': 645.057309,\n        'wind': 975.141285,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28374.59789,\n        'gas': 685.149181,\n        'hydro': 5272.27781,\n        'nuclear': 1270.614537,\n        'solar': 26928.26266,\n        'unknown': 628.229727,\n        'wind': 966.714463,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 28939.216505,\n        'gas': 691.48399,\n        'hydro': 5947.400084,\n        'nuclear': 1271.417326,\n        'solar': 17869.026716,\n        'unknown': 561.21462,\n        'wind': 448.464923,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29155.745003,\n        'gas': 692.473804,\n        'hydro': 5970.699292,\n        'nuclear': 1271.216629,\n        'solar': 17547.811355,\n        'unknown': 557.37675,\n        'wind': 468.478624,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 17527.616478,\n        'gas': 371.576138,\n        'hydro': 5924.100877,\n        'nuclear': 1240.911338,\n        'solar': 17144.32285,\n        'unknown': 552.062777,\n        'wind': 462.948523,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 31166.856213,\n        'gas': 698.016762,\n        'hydro': 5675.021254,\n        'nuclear': 1239.105062,\n        'solar': 24754.151063,\n        'unknown': 620.553988,\n        'wind': 1068.099663,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 31810.959973,\n        'gas': 719.198779,\n        'hydro': 5819.254443,\n        'nuclear': 1241.312733,\n        'solar': 24100.779764,\n        'unknown': 609.63082,\n        'wind': 1097.330201,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 32550.765675,\n        'gas': 703.361757,\n        'hydro': 6209.79354,\n        'nuclear': 1232.682749,\n        'solar': 23314.808663,\n        'unknown': 611.106924,\n        'wind': 1111.023787,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 33124.74892,\n        'gas': 706.529161,\n        'hydro': 5858.641198,\n        'nuclear': 1245.92877,\n        'solar': 22829.047014,\n        'unknown': 596.050666,\n        'wind': 1176.594994,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 33754.919939,\n        'gas': 705.935273,\n        'hydro': 6213.121998,\n        'nuclear': 1235.693208,\n        'solar': 21541.997455,\n        'unknown': 597.52677,\n        'wind': 1224.522543,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 34331.18724,\n        'gas': 719.594705,\n        'hydro': 6531.544501,\n        'nuclear': 1242.516916,\n        'solar': 19949.049345,\n        'unknown': 606.383392,\n        'wind': 1251.383037,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 35036.732103,\n        'gas': 729.294881,\n        'hydro': 6620.858129,\n        'nuclear': 1243.319705,\n        'solar': 18194.618308,\n        'unknown': 582.765733,\n        'wind': 1289.830412,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 35763.747092,\n        'gas': 750.476898,\n        'hydro': 6507.69055,\n        'nuclear': 1251.748992,\n        'solar': 16595.105851,\n        'unknown': 595.165004,\n        'wind': 1363.828441,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 36665.492357,\n        'gas': 783.140757,\n        'hydro': 6714.054959,\n        'nuclear': 1250.745505,\n        'solar': 15005.658725,\n        'unknown': 580.108747,\n        'wind': 1399.642433,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37254.321965,\n        'gas': 851.635879,\n        'hydro': 6884.915814,\n        'nuclear': 1258.572699,\n        'solar': 13141.821911,\n        'unknown': 567.119034,\n        'wind': 1406.752564,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37739.455435,\n        'gas': 914.39008,\n        'hydro': 7180.593852,\n        'nuclear': 1256.766424,\n        'solar': 11181.270391,\n        'unknown': 588.374927,\n        'wind': 1437.563132,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 37637.129732,\n        'gas': 953.58671,\n        'hydro': 7233.294441,\n        'nuclear': 1260.579672,\n        'solar': 9378.263189,\n        'unknown': 558.852854,\n        'wind': 1545.795124,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38109.472489,\n        'gas': 1034.553487,\n        'hydro': 7386.958261,\n        'nuclear': 1261.382461,\n        'solar': 7423.400769,\n        'unknown': 564.166827,\n        'wind': 1606.099568,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38114.725818,\n        'gas': 1121.855073,\n        'hydro': 8148.620449,\n        'nuclear': 1264.794315,\n        'solar': 5375.76225,\n        'unknown': 565.34771,\n        'wind': 1670.354084,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38474.007809,\n        'gas': 1124.230627,\n        'hydro': 8669.52416,\n        'nuclear': 1262.185251,\n        'solar': 3435.779015,\n        'unknown': 561.50984,\n        'wind': 1707.221429,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38541.387458,\n        'gas': 1093.546396,\n        'hydro': 9152.150601,\n        'nuclear': 1274.628483,\n        'solar': 2180.675944,\n        'unknown': 570.661683,\n        'wind': 1819.140156,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38758.829578,\n        'gas': 1288.143808,\n        'hydro': 11092.086996,\n        'nuclear': 1280.248007,\n        'solar': 1149.635903,\n        'unknown': 566.528593,\n        'wind': 1859.16756,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38954.573168,\n        'gas': 1331.101731,\n        'hydro': 12411.265934,\n        'nuclear': 1274.628483,\n        'solar': 498.452719,\n        'unknown': 580.699188,\n        'wind': 1919.99868,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39433.768093,\n        'gas': 1209.750547,\n        'hydro': 12785.717483,\n        'nuclear': 1276.234061,\n        'solar': 194.30466,\n        'unknown': 570.956904,\n        'wind': 1934.218941,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39558.934356,\n        'gas': 1145.412644,\n        'hydro': 13415.905572,\n        'nuclear': 1280.649401,\n        'solar': 112.906762,\n        'unknown': 580.699188,\n        'wind': 1961.079436,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39242.135804,\n        'gas': 1239.84089,\n        'hydro': 13666.094681,\n        'nuclear': 1280.248007,\n        'solar': 132.599802,\n        'unknown': 578.042202,\n        'wind': 1988.993283,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39015.329054,\n        'gas': 1182.629647,\n        'hydro': 13156.840574,\n        'nuclear': 1288.476595,\n        'solar': 151.417595,\n        'unknown': 578.042202,\n        'wind': 2136.199326,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38986.778356,\n        'gas': 1132.149138,\n        'hydro': 12735.235867,\n        'nuclear': 1279.24452,\n        'solar': 137.413656,\n        'unknown': 566.823814,\n        'wind': 2223.364264,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39240.765371,\n        'gas': 1101.66287,\n        'hydro': 11783.851561,\n        'nuclear': 1286.469623,\n        'solar': 161.045303,\n        'unknown': 593.39368,\n        'wind': 2363.196839,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39114.000269,\n        'gas': 1094.734172,\n        'hydro': 11292.349232,\n        'nuclear': 1289.881477,\n        'solar': 157.106696,\n        'unknown': 587.489265,\n        'wind': 2460.631966,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39299.694012,\n        'gas': 1081.074741,\n        'hydro': 10746.482085,\n        'nuclear': 1285.867531,\n        'solar': 149.22948,\n        'unknown': 595.460225,\n        'wind': 2503.292751,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39097.555066,\n        'gas': 1082.064554,\n        'hydro': 10776.992952,\n        'nuclear': 1290.282871,\n        'solar': 147.478987,\n        'unknown': 586.308382,\n        'wind': 2551.2203,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39156.94052,\n        'gas': 1085.627885,\n        'hydro': 10335.417495,\n        'nuclear': 1288.87799,\n        'solar': 142.665133,\n        'unknown': 597.52677,\n        'wind': 2673.672554,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39164.70631,\n        'gas': 1080.084927,\n        'hydro': 10985.576333,\n        'nuclear': 1280.649401,\n        'solar': 131.724555,\n        'unknown': 596.050666,\n        'wind': 2575.710751,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38858.414415,\n        'gas': 1085.231959,\n        'hydro': 11489.837752,\n        'nuclear': 1278.040336,\n        'solar': 124.722586,\n        'unknown': 594.574563,\n        'wind': 2617.581522,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38851.105436,\n        'gas': 1102.256758,\n        'hydro': 11731.150973,\n        'nuclear': 1278.441731,\n        'solar': 98.027576,\n        'unknown': 593.098459,\n        'wind': 2610.208053,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39129.303443,\n        'gas': 1134.920617,\n        'hydro': 11616.873907,\n        'nuclear': 1269.008958,\n        'solar': 93.213722,\n        'unknown': 595.755446,\n        'wind': 2591.77438,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39242.592615,\n        'gas': 1175.502987,\n        'hydro': 11737.807889,\n        'nuclear': 1273.825693,\n        'solar': 87.086998,\n        'unknown': 595.165004,\n        'wind': 2596.777805,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39065.121473,\n        'gas': 1233.902007,\n        'hydro': 11665.691295,\n        'nuclear': 1279.445217,\n        'solar': 74.833551,\n        'unknown': 573.909111,\n        'wind': 2569.653973,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39013.730215,\n        'gas': 1231.724416,\n        'hydro': 11346.159306,\n        'nuclear': 1275.029877,\n        'solar': 57.76625,\n        'unknown': 592.508018,\n        'wind': 2671.565849,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39111.487807,\n        'gas': 1231.724416,\n        'hydro': 11077.108934,\n        'nuclear': 1281.050796,\n        'solar': 63.455351,\n        'unknown': 588.670148,\n        'wind': 2725.550176,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 38947.264189,\n        'gas': 1090.378991,\n        'hydro': 11034.39372,\n        'nuclear': 1278.241034,\n        'solar': 64.330597,\n        'unknown': 583.060954,\n        'wind': 2751.357318,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 39064.436256,\n        'gas': 1004.265182,\n        'hydro': 10571.738029,\n        'nuclear': 1284.261952,\n        'solar': 58.641496,\n        'unknown': 585.127499,\n        'wind': 2796.651485,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-NO',\n    }),\n  ])\n# ---\n# name: test_parse_daily_production_grid_india_report\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Kolkata')),\n      'production': dict({\n        'coal': 29960.0,\n        'gas': 0.0,\n        'hydro': 1070.416667,\n        'nuclear': 0.0,\n        'solar': 169.166667,\n        'unknown': 40.833333,\n        'wind': 0.0,\n      }),\n      'source': 'grid-india.in',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IN-EA',\n    }),\n  ])\n# ---\n# name: test_scale_15min_production\n  '''\n  [\n    {\n      \"TIME\": \"0:00\",\n      \"nuclear\": 3236.0,\n      \"wind\": 5965.0,\n      \"solar\": 46.5,\n      \"hydro\": 8489.0,\n      \"gas\": 2288.0,\n      \"coal\": 84297.5,\n      \"unknown\": 1037.5\n    },\n    {\n      \"TIME\": \"0:15\",\n      \"nuclear\": 3221.5,\n      \"wind\": 5974.5,\n      \"solar\": 46.0,\n      \"hydro\": 7965.0,\n      \"gas\": 2314.0,\n      \"coal\": 84724.5,\n      \"unknown\": 1049.0\n    },\n    {\n      \"TIME\": \"0:30\",\n      \"nuclear\": 3217.0,\n      \"wind\": 5854.5,\n      \"solar\": 45.0,\n      \"hydro\": 7935.0,\n      \"gas\": 2242.5,\n      \"coal\": 83809.0,\n      \"unknown\": 1050.0\n    },\n    {\n      \"TIME\": \"0:45\",\n      \"nuclear\": 3231.5,\n      \"wind\": 5811.0,\n      \"solar\": 44.0,\n      \"hydro\": 7626.5,\n      \"gas\": 2240.5,\n      \"coal\": 83416.0,\n      \"unknown\": 1058.0\n    },\n    {\n      \"TIME\": \"1:00\",\n      \"nuclear\": 3225.5,\n      \"wind\": 5749.0,\n      \"solar\": 42.0,\n      \"hydro\": 7255.5,\n      \"gas\": 2203.0,\n      \"coal\": 83141.5,\n      \"unknown\": 1057.5\n    },\n    {\n      \"TIME\": \"1:15\",\n      \"nuclear\": 3237.0,\n      \"wind\": 5637.5,\n      \"solar\": 39.5,\n      \"hydro\": 6424.5,\n      \"gas\": 2167.0,\n      \"coal\": 83349.5,\n      \"unknown\": 1055.5\n    },\n    {\n      \"TIME\": \"1:30\",\n      \"nuclear\": 3237.5,\n      \"wind\": 5562.5,\n      \"solar\": 36.0,\n      \"hydro\": 5802.5,\n      \"gas\": 2113.5,\n      \"coal\": 83250.5,\n      \"unknown\": 1050.5\n    },\n    {\n      \"TIME\": \"1:45\",\n      \"nuclear\": 3220.5,\n      \"wind\": 5568.0,\n      \"solar\": 33.5,\n      \"hydro\": 5566.5,\n      \"gas\": 2016.5,\n      \"coal\": 83029.5,\n      \"unknown\": 1030.5\n    },\n    {\n      \"TIME\": \"2:00\",\n      \"nuclear\": 3222.5,\n      \"wind\": 5423.0,\n      \"solar\": 31.5,\n      \"hydro\": 5035.0,\n      \"gas\": 1921.0,\n      \"coal\": 82880.0,\n      \"unknown\": 1023.0\n    },\n    {\n      \"TIME\": \"2:15\",\n      \"nuclear\": 3221.0,\n      \"wind\": 5426.0,\n      \"solar\": 30.5,\n      \"hydro\": 4835.0,\n      \"gas\": 1907.0,\n      \"coal\": 82733.5,\n      \"unknown\": 1021.0\n    },\n    {\n      \"TIME\": \"2:30\",\n      \"nuclear\": 3233.0,\n      \"wind\": 5382.5,\n      \"solar\": 26.0,\n      \"hydro\": 4717.5,\n      \"gas\": 1846.5,\n      \"coal\": 82329.0,\n      \"unknown\": 1024.0\n    },\n    {\n      \"TIME\": \"2:45\",\n      \"nuclear\": 3228.0,\n      \"wind\": 5251.5,\n      \"solar\": 30.5,\n      \"hydro\": 4633.5,\n      \"gas\": 1839.0,\n      \"coal\": 82265.0,\n      \"unknown\": 1047.5\n    },\n    {\n      \"TIME\": \"3:00\",\n      \"nuclear\": 3225.5,\n      \"wind\": 5099.5,\n      \"solar\": 31.5,\n      \"hydro\": 4623.0,\n      \"gas\": 1803.5,\n      \"coal\": 81958.5,\n      \"unknown\": 1027.0\n    },\n    {\n      \"TIME\": \"3:15\",\n      \"nuclear\": 3239.5,\n      \"wind\": 4929.5,\n      \"solar\": 33.5,\n      \"hydro\": 4501.0,\n      \"gas\": 1759.0,\n      \"coal\": 81842.0,\n      \"unknown\": 1014.0\n    },\n    {\n      \"TIME\": \"3:30\",\n      \"nuclear\": 3236.0,\n      \"wind\": 4863.0,\n      \"solar\": 31.5,\n      \"hydro\": 4602.5,\n      \"gas\": 1762.5,\n      \"coal\": 81727.0,\n      \"unknown\": 1010.0\n    },\n    {\n      \"TIME\": \"3:45\",\n      \"nuclear\": 3235.5,\n      \"wind\": 4857.0,\n      \"solar\": 30.0,\n      \"hydro\": 4616.0,\n      \"gas\": 1742.5,\n      \"coal\": 81603.0,\n      \"unknown\": 1034.5\n    },\n    {\n      \"TIME\": \"4:00\",\n      \"nuclear\": 3240.0,\n      \"wind\": 4687.5,\n      \"solar\": 30.0,\n      \"hydro\": 4559.0,\n      \"gas\": 1727.0,\n      \"coal\": 81469.0,\n      \"unknown\": 1041.5\n    },\n    {\n      \"TIME\": \"4:15\",\n      \"nuclear\": 3243.5,\n      \"wind\": 4686.0,\n      \"solar\": 31.5,\n      \"hydro\": 4709.5,\n      \"gas\": 1739.0,\n      \"coal\": 81709.0,\n      \"unknown\": 1029.0\n    },\n    {\n      \"TIME\": \"4:30\",\n      \"nuclear\": 3249.5,\n      \"wind\": 4573.5,\n      \"solar\": 28.5,\n      \"hydro\": 4673.5,\n      \"gas\": 1743.5,\n      \"coal\": 82059.0,\n      \"unknown\": 1047.0\n    },\n    {\n      \"TIME\": \"4:45\",\n      \"nuclear\": 3253.0,\n      \"wind\": 4472.0,\n      \"solar\": 28.5,\n      \"hydro\": 4733.5,\n      \"gas\": 1745.5,\n      \"coal\": 82659.5,\n      \"unknown\": 1031.0\n    },\n    {\n      \"TIME\": \"5:00\",\n      \"nuclear\": 3246.0,\n      \"wind\": 4370.5,\n      \"solar\": 28.0,\n      \"hydro\": 4942.5,\n      \"gas\": 1736.5,\n      \"coal\": 82953.5,\n      \"unknown\": 1038.0\n    },\n    {\n      \"TIME\": \"5:15\",\n      \"nuclear\": 3250.0,\n      \"wind\": 4310.0,\n      \"solar\": 29.0,\n      \"hydro\": 5365.0,\n      \"gas\": 1776.5,\n      \"coal\": 83747.0,\n      \"unknown\": 1024.5\n    },\n    {\n      \"TIME\": \"5:30\",\n      \"nuclear\": 3227.0,\n      \"wind\": 4191.5,\n      \"solar\": 32.5,\n      \"hydro\": 5584.0,\n      \"gas\": 1874.5,\n      \"coal\": 84665.0,\n      \"unknown\": 1053.0\n    },\n    {\n      \"TIME\": \"5:45\",\n      \"nuclear\": 3233.5,\n      \"wind\": 4121.5,\n      \"solar\": 32.5,\n      \"hydro\": 6362.5,\n      \"gas\": 1838.5,\n      \"coal\": 84953.0,\n      \"unknown\": 1049.0\n    },\n    {\n      \"TIME\": \"6:00\",\n      \"nuclear\": 3243.5,\n      \"wind\": 4094.5,\n      \"solar\": 37.5,\n      \"hydro\": 6864.5,\n      \"gas\": 1867.5,\n      \"coal\": 85093.0,\n      \"unknown\": 1037.5\n    },\n    {\n      \"TIME\": \"6:15\",\n      \"nuclear\": 3259.0,\n      \"wind\": 4014.0,\n      \"solar\": 183.5,\n      \"hydro\": 7467.5,\n      \"gas\": 1947.5,\n      \"coal\": 85724.0,\n      \"unknown\": 1069.0\n    },\n    {\n      \"TIME\": \"6:30\",\n      \"nuclear\": 3240.0,\n      \"wind\": 3908.0,\n      \"solar\": 378.0,\n      \"hydro\": 8418.5,\n      \"gas\": 2013.0,\n      \"coal\": 85638.5,\n      \"unknown\": 1088.0\n    },\n    {\n      \"TIME\": \"6:45\",\n      \"nuclear\": 3260.5,\n      \"wind\": 3854.5,\n      \"solar\": 1150.0,\n      \"hydro\": 8122.0,\n      \"gas\": 1912.5,\n      \"coal\": 85192.5,\n      \"unknown\": 1048.0\n    },\n    {\n      \"TIME\": \"7:00\",\n      \"nuclear\": 3267.0,\n      \"wind\": 3666.5,\n      \"solar\": 2296.0,\n      \"hydro\": 7723.5,\n      \"gas\": 1788.5,\n      \"coal\": 84064.5,\n      \"unknown\": 1050.5\n    },\n    {\n      \"TIME\": \"7:15\",\n      \"nuclear\": 3261.5,\n      \"wind\": 3537.5,\n      \"solar\": 3933.5,\n      \"hydro\": 6834.0,\n      \"gas\": 1751.5,\n      \"coal\": 83387.5,\n      \"unknown\": 1070.0\n    },\n    {\n      \"TIME\": \"7:30\",\n      \"nuclear\": 3291.0,\n      \"wind\": 3425.5,\n      \"solar\": 5978.5,\n      \"hydro\": 6608.5,\n      \"gas\": 1781.5,\n      \"coal\": 80881.0,\n      \"unknown\": 1093.0\n    },\n    {\n      \"TIME\": \"7:45\",\n      \"nuclear\": 3260.5,\n      \"wind\": 3247.0,\n      \"solar\": 8329.0,\n      \"hydro\": 6202.5,\n      \"gas\": 1708.0,\n      \"coal\": 78521.0,\n      \"unknown\": 1109.5\n    },\n    {\n      \"TIME\": \"8:00\",\n      \"nuclear\": 3277.0,\n      \"wind\": 3018.5,\n      \"solar\": 10719.0,\n      \"hydro\": 5989.5,\n      \"gas\": 1762.5,\n      \"coal\": 76034.5,\n      \"unknown\": 1103.0\n    },\n    {\n      \"TIME\": \"8:15\",\n      \"nuclear\": 3263.0,\n      \"wind\": 2759.0,\n      \"solar\": 13148.0,\n      \"hydro\": 5603.0,\n      \"gas\": 1751.0,\n      \"coal\": 74650.5,\n      \"unknown\": 1125.5\n    },\n    {\n      \"TIME\": \"8:30\",\n      \"nuclear\": 3271.5,\n      \"wind\": 2480.5,\n      \"solar\": 15572.5,\n      \"hydro\": 5314.0,\n      \"gas\": 1741.5,\n      \"coal\": 73456.5,\n      \"unknown\": 1085.0\n    },\n    {\n      \"TIME\": \"8:45\",\n      \"nuclear\": 3254.5,\n      \"wind\": 2186.0,\n      \"solar\": 17753.0,\n      \"hydro\": 5346.0,\n      \"gas\": 1694.5,\n      \"coal\": 72321.0,\n      \"unknown\": 1137.5\n    },\n    {\n      \"TIME\": \"9:00\",\n      \"nuclear\": 3251.5,\n      \"wind\": 1892.0,\n      \"solar\": 19750.0,\n      \"hydro\": 5465.5,\n      \"gas\": 1695.5,\n      \"coal\": 71069.5,\n      \"unknown\": 1153.5\n    },\n    {\n      \"TIME\": \"9:15\",\n      \"nuclear\": 3226.0,\n      \"wind\": 1732.0,\n      \"solar\": 21984.0,\n      \"hydro\": 5581.5,\n      \"gas\": 1734.5,\n      \"coal\": 70884.5,\n      \"unknown\": 1132.0\n    },\n    {\n      \"TIME\": \"9:30\",\n      \"nuclear\": 3242.5,\n      \"wind\": 1633.5,\n      \"solar\": 23976.5,\n      \"hydro\": 5508.5,\n      \"gas\": 1685.5,\n      \"coal\": 70519.5,\n      \"unknown\": 1125.0\n    },\n    {\n      \"TIME\": \"9:45\",\n      \"nuclear\": 3216.5,\n      \"wind\": 1591.5,\n      \"solar\": 25456.0,\n      \"hydro\": 5620.0,\n      \"gas\": 1739.0,\n      \"coal\": 69655.5,\n      \"unknown\": 1134.0\n    },\n    {\n      \"TIME\": \"10:00\",\n      \"nuclear\": 3231.0,\n      \"wind\": 1540.5,\n      \"solar\": 26348.5,\n      \"hydro\": 5456.5,\n      \"gas\": 1736.0,\n      \"coal\": 68816.5,\n      \"unknown\": 1135.5\n    },\n    {\n      \"TIME\": \"10:15\",\n      \"nuclear\": 3220.0,\n      \"wind\": 1546.0,\n      \"solar\": 27832.5,\n      \"hydro\": 5179.5,\n      \"gas\": 1678.0,\n      \"coal\": 67747.0,\n      \"unknown\": 1127.5\n    },\n    {\n      \"TIME\": \"10:30\",\n      \"nuclear\": 3214.5,\n      \"wind\": 1575.0,\n      \"solar\": 28995.0,\n      \"hydro\": 4965.5,\n      \"gas\": 1727.0,\n      \"coal\": 67055.5,\n      \"unknown\": 1169.0\n    },\n    {\n      \"TIME\": \"10:45\",\n      \"nuclear\": 3204.5,\n      \"wind\": 1635.0,\n      \"solar\": 29226.5,\n      \"hydro\": 4827.0,\n      \"gas\": 1684.5,\n      \"coal\": 66603.5,\n      \"unknown\": 1112.5\n    },\n    {\n      \"TIME\": \"11:00\",\n      \"nuclear\": 3218.0,\n      \"wind\": 1671.0,\n      \"solar\": 29493.5,\n      \"hydro\": 4862.0,\n      \"gas\": 1677.5,\n      \"coal\": 65873.5,\n      \"unknown\": 1116.5\n    },\n    {\n      \"TIME\": \"11:15\",\n      \"nuclear\": 3212.5,\n      \"wind\": 1460.5,\n      \"solar\": 29966.5,\n      \"hydro\": 4637.5,\n      \"gas\": 1726.5,\n      \"coal\": 65255.0,\n      \"unknown\": 1151.0\n    },\n    {\n      \"TIME\": \"11:30\",\n      \"nuclear\": 3195.0,\n      \"wind\": 1738.0,\n      \"solar\": 30087.0,\n      \"hydro\": 4738.5,\n      \"gas\": 1728.0,\n      \"coal\": 64793.5,\n      \"unknown\": 1148.0\n    },\n    {\n      \"TIME\": \"11:45\",\n      \"nuclear\": 3205.5,\n      \"wind\": 1744.0,\n      \"solar\": 30990.0,\n      \"hydro\": 4719.0,\n      \"gas\": 1720.5,\n      \"coal\": 64259.0,\n      \"unknown\": 1129.5\n    },\n    {\n      \"TIME\": \"12:00\",\n      \"nuclear\": 3214.0,\n      \"wind\": 1747.0,\n      \"solar\": 31269.5,\n      \"hydro\": 4726.5,\n      \"gas\": 1717.5,\n      \"coal\": 63391.0,\n      \"unknown\": 1133.5\n    },\n    {\n      \"TIME\": \"12:15\",\n      \"nuclear\": 3187.0,\n      \"wind\": 1794.0,\n      \"solar\": 31563.5,\n      \"hydro\": 4630.5,\n      \"gas\": 1731.5,\n      \"coal\": 62773.5,\n      \"unknown\": 1148.0\n    },\n    {\n      \"TIME\": \"12:30\",\n      \"nuclear\": 3188.0,\n      \"wind\": 1803.0,\n      \"solar\": 31637.5,\n      \"hydro\": 4647.0,\n      \"gas\": 1682.5,\n      \"coal\": 62386.0,\n      \"unknown\": 1131.5\n    },\n    {\n      \"TIME\": \"12:45\",\n      \"nuclear\": 3157.0,\n      \"wind\": 1834.5,\n      \"solar\": 31973.5,\n      \"hydro\": 4751.0,\n      \"gas\": 1724.5,\n      \"coal\": 61832.5,\n      \"unknown\": 1146.5\n    },\n    {\n      \"TIME\": \"13:00\",\n      \"nuclear\": 3177.5,\n      \"wind\": 1820.0,\n      \"solar\": 31420.5,\n      \"hydro\": 4698.0,\n      \"gas\": 1722.5,\n      \"coal\": 61354.0,\n      \"unknown\": 1080.0\n    },\n    {\n      \"TIME\": \"13:15\",\n      \"nuclear\": 3158.5,\n      \"wind\": 1851.5,\n      \"solar\": 31064.0,\n      \"hydro\": 4592.0,\n      \"gas\": 1721.5,\n      \"coal\": 61283.0,\n      \"unknown\": 1092.5\n    },\n    {\n      \"TIME\": \"13:30\",\n      \"nuclear\": 3165.5,\n      \"wind\": 1835.5,\n      \"solar\": 30766.5,\n      \"hydro\": 4752.0,\n      \"gas\": 1730.5,\n      \"coal\": 62114.5,\n      \"unknown\": 1064.0\n    },\n    {\n      \"TIME\": \"13:45\",\n      \"nuclear\": 3167.5,\n      \"wind\": 851.5,\n      \"solar\": 20416.0,\n      \"hydro\": 5360.5,\n      \"gas\": 1746.5,\n      \"coal\": 63350.5,\n      \"unknown\": 950.5\n    },\n    {\n      \"TIME\": \"14:00\",\n      \"nuclear\": 3167.0,\n      \"wind\": 889.5,\n      \"solar\": 20049.0,\n      \"hydro\": 5381.5,\n      \"gas\": 1749.0,\n      \"coal\": 63824.5,\n      \"unknown\": 944.0\n    },\n    {\n      \"TIME\": \"14:15\",\n      \"nuclear\": 3091.5,\n      \"wind\": 879.0,\n      \"solar\": 19588.0,\n      \"hydro\": 5339.5,\n      \"gas\": 938.5,\n      \"coal\": 38369.5,\n      \"unknown\": 935.0\n    },\n    {\n      \"TIME\": \"14:30\",\n      \"nuclear\": 3087.0,\n      \"wind\": 2028.0,\n      \"solar\": 28282.5,\n      \"hydro\": 5115.0,\n      \"gas\": 1763.0,\n      \"coal\": 68227.0,\n      \"unknown\": 1051.0\n    },\n    {\n      \"TIME\": \"14:45\",\n      \"nuclear\": 3092.5,\n      \"wind\": 2083.5,\n      \"solar\": 27536.0,\n      \"hydro\": 5245.0,\n      \"gas\": 1816.5,\n      \"coal\": 69637.0,\n      \"unknown\": 1032.5\n    },\n    {\n      \"TIME\": \"15:00\",\n      \"nuclear\": 3071.0,\n      \"wind\": 2109.5,\n      \"solar\": 26638.0,\n      \"hydro\": 5597.0,\n      \"gas\": 1776.5,\n      \"coal\": 71256.5,\n      \"unknown\": 1035.0\n    },\n    {\n      \"TIME\": \"15:15\",\n      \"nuclear\": 3104.0,\n      \"wind\": 2234.0,\n      \"solar\": 26083.0,\n      \"hydro\": 5280.5,\n      \"gas\": 1784.5,\n      \"coal\": 72513.0,\n      \"unknown\": 1009.5\n    },\n    {\n      \"TIME\": \"15:30\",\n      \"nuclear\": 3078.5,\n      \"wind\": 2325.0,\n      \"solar\": 24612.5,\n      \"hydro\": 5600.0,\n      \"gas\": 1783.0,\n      \"coal\": 73892.5,\n      \"unknown\": 1012.0\n    },\n    {\n      \"TIME\": \"15:45\",\n      \"nuclear\": 3095.5,\n      \"wind\": 2376.0,\n      \"solar\": 22792.5,\n      \"hydro\": 5887.0,\n      \"gas\": 1817.5,\n      \"coal\": 75154.0,\n      \"unknown\": 1027.0\n    },\n    {\n      \"TIME\": \"16:00\",\n      \"nuclear\": 3097.5,\n      \"wind\": 2449.0,\n      \"solar\": 20788.0,\n      \"hydro\": 5967.5,\n      \"gas\": 1842.0,\n      \"coal\": 76698.5,\n      \"unknown\": 987.0\n    },\n    {\n      \"TIME\": \"16:15\",\n      \"nuclear\": 3118.5,\n      \"wind\": 2589.5,\n      \"solar\": 18960.5,\n      \"hydro\": 5865.5,\n      \"gas\": 1895.5,\n      \"coal\": 78290.0,\n      \"unknown\": 1008.0\n    },\n    {\n      \"TIME\": \"16:30\",\n      \"nuclear\": 3116.0,\n      \"wind\": 2657.5,\n      \"solar\": 17144.5,\n      \"hydro\": 6051.5,\n      \"gas\": 1978.0,\n      \"coal\": 80264.0,\n      \"unknown\": 982.5\n    },\n    {\n      \"TIME\": \"16:45\",\n      \"nuclear\": 3135.5,\n      \"wind\": 2671.0,\n      \"solar\": 15015.0,\n      \"hydro\": 6205.5,\n      \"gas\": 2151.0,\n      \"coal\": 81553.0,\n      \"unknown\": 960.5\n    },\n    {\n      \"TIME\": \"17:00\",\n      \"nuclear\": 3131.0,\n      \"wind\": 2729.5,\n      \"solar\": 12775.0,\n      \"hydro\": 6472.0,\n      \"gas\": 2309.5,\n      \"coal\": 82615.0,\n      \"unknown\": 996.5\n    },\n    {\n      \"TIME\": \"17:15\",\n      \"nuclear\": 3140.5,\n      \"wind\": 2935.0,\n      \"solar\": 10715.0,\n      \"hydro\": 6519.5,\n      \"gas\": 2408.5,\n      \"coal\": 82391.0,\n      \"unknown\": 946.5\n    },\n    {\n      \"TIME\": \"17:30\",\n      \"nuclear\": 3142.5,\n      \"wind\": 3049.5,\n      \"solar\": 8481.5,\n      \"hydro\": 6658.0,\n      \"gas\": 2613.0,\n      \"coal\": 83425.0,\n      \"unknown\": 955.5\n    },\n    {\n      \"TIME\": \"17:45\",\n      \"nuclear\": 3151.0,\n      \"wind\": 3171.5,\n      \"solar\": 6142.0,\n      \"hydro\": 7344.5,\n      \"gas\": 2833.5,\n      \"coal\": 83436.5,\n      \"unknown\": 957.5\n    },\n    {\n      \"TIME\": \"18:00\",\n      \"nuclear\": 3144.5,\n      \"wind\": 3241.5,\n      \"solar\": 3925.5,\n      \"hydro\": 7814.0,\n      \"gas\": 2839.5,\n      \"coal\": 84223.0,\n      \"unknown\": 951.0\n    },\n    {\n      \"TIME\": \"18:15\",\n      \"nuclear\": 3175.5,\n      \"wind\": 3454.0,\n      \"solar\": 2491.5,\n      \"hydro\": 8249.0,\n      \"gas\": 2762.0,\n      \"coal\": 84370.5,\n      \"unknown\": 966.5\n    },\n    {\n      \"TIME\": \"18:30\",\n      \"nuclear\": 3189.5,\n      \"wind\": 3530.0,\n      \"solar\": 1313.5,\n      \"hydro\": 9997.5,\n      \"gas\": 3253.5,\n      \"coal\": 84846.5,\n      \"unknown\": 959.5\n    },\n    {\n      \"TIME\": \"18:45\",\n      \"nuclear\": 3175.5,\n      \"wind\": 3645.5,\n      \"solar\": 569.5,\n      \"hydro\": 11186.5,\n      \"gas\": 3362.0,\n      \"coal\": 85275.0,\n      \"unknown\": 983.5\n    },\n    {\n      \"TIME\": \"19:00\",\n      \"nuclear\": 3179.5,\n      \"wind\": 3672.5,\n      \"solar\": 222.0,\n      \"hydro\": 11524.0,\n      \"gas\": 3055.5,\n      \"coal\": 86324.0,\n      \"unknown\": 967.0\n    },\n    {\n      \"TIME\": \"19:15\",\n      \"nuclear\": 3190.5,\n      \"wind\": 3723.5,\n      \"solar\": 129.0,\n      \"hydro\": 12092.0,\n      \"gas\": 2893.0,\n      \"coal\": 86598.0,\n      \"unknown\": 983.5\n    },\n    {\n      \"TIME\": \"19:30\",\n      \"nuclear\": 3189.5,\n      \"wind\": 3776.5,\n      \"solar\": 151.5,\n      \"hydro\": 12317.5,\n      \"gas\": 3131.5,\n      \"coal\": 85904.5,\n      \"unknown\": 979.0\n    },\n    {\n      \"TIME\": \"19:45\",\n      \"nuclear\": 3210.0,\n      \"wind\": 4056.0,\n      \"solar\": 173.0,\n      \"hydro\": 11858.5,\n      \"gas\": 2987.0,\n      \"coal\": 85408.0,\n      \"unknown\": 979.0\n    },\n    {\n      \"TIME\": \"20:00\",\n      \"nuclear\": 3187.0,\n      \"wind\": 4221.5,\n      \"solar\": 157.0,\n      \"hydro\": 11478.5,\n      \"gas\": 2859.5,\n      \"coal\": 85345.5,\n      \"unknown\": 960.0\n    },\n    {\n      \"TIME\": \"20:15\",\n      \"nuclear\": 3205.0,\n      \"wind\": 4487.0,\n      \"solar\": 184.0,\n      \"hydro\": 10621.0,\n      \"gas\": 2782.5,\n      \"coal\": 85901.5,\n      \"unknown\": 1005.0\n    },\n    {\n      \"TIME\": \"20:30\",\n      \"nuclear\": 3213.5,\n      \"wind\": 4672.0,\n      \"solar\": 179.5,\n      \"hydro\": 10178.0,\n      \"gas\": 2765.0,\n      \"coal\": 85624.0,\n      \"unknown\": 995.0\n    },\n    {\n      \"TIME\": \"20:45\",\n      \"nuclear\": 3203.5,\n      \"wind\": 4753.0,\n      \"solar\": 170.5,\n      \"hydro\": 9686.0,\n      \"gas\": 2730.5,\n      \"coal\": 86030.5,\n      \"unknown\": 1008.5\n    },\n    {\n      \"TIME\": \"21:00\",\n      \"nuclear\": 3214.5,\n      \"wind\": 4844.0,\n      \"solar\": 168.5,\n      \"hydro\": 9713.5,\n      \"gas\": 2733.0,\n      \"coal\": 85588.0,\n      \"unknown\": 993.0\n    },\n    {\n      \"TIME\": \"21:15\",\n      \"nuclear\": 3211.0,\n      \"wind\": 5076.5,\n      \"solar\": 163.0,\n      \"hydro\": 9315.5,\n      \"gas\": 2742.0,\n      \"coal\": 85718.0,\n      \"unknown\": 1012.0\n    },\n    {\n      \"TIME\": \"21:30\",\n      \"nuclear\": 3190.5,\n      \"wind\": 4890.5,\n      \"solar\": 150.5,\n      \"hydro\": 9901.5,\n      \"gas\": 2728.0,\n      \"coal\": 85735.0,\n      \"unknown\": 1009.5\n    },\n    {\n      \"TIME\": \"21:45\",\n      \"nuclear\": 3184.0,\n      \"wind\": 4970.0,\n      \"solar\": 142.5,\n      \"hydro\": 10356.0,\n      \"gas\": 2741.0,\n      \"coal\": 85064.5,\n      \"unknown\": 1007.0\n    },\n    {\n      \"TIME\": \"22:00\",\n      \"nuclear\": 3185.0,\n      \"wind\": 4956.0,\n      \"solar\": 112.0,\n      \"hydro\": 10573.5,\n      \"gas\": 2784.0,\n      \"coal\": 85048.5,\n      \"unknown\": 1004.5\n    },\n    {\n      \"TIME\": \"22:15\",\n      \"nuclear\": 3161.5,\n      \"wind\": 4921.0,\n      \"solar\": 106.5,\n      \"hydro\": 10470.5,\n      \"gas\": 2866.5,\n      \"coal\": 85657.5,\n      \"unknown\": 1009.0\n    },\n    {\n      \"TIME\": \"22:30\",\n      \"nuclear\": 3173.5,\n      \"wind\": 4930.5,\n      \"solar\": 99.5,\n      \"hydro\": 10579.5,\n      \"gas\": 2969.0,\n      \"coal\": 85905.5,\n      \"unknown\": 1008.0\n    },\n    {\n      \"TIME\": \"22:45\",\n      \"nuclear\": 3187.5,\n      \"wind\": 4879.0,\n      \"solar\": 85.5,\n      \"hydro\": 10514.5,\n      \"gas\": 3116.5,\n      \"coal\": 85517.0,\n      \"unknown\": 972.0\n    },\n    {\n      \"TIME\": \"23:00\",\n      \"nuclear\": 3176.5,\n      \"wind\": 5072.5,\n      \"solar\": 66.0,\n      \"hydro\": 10226.5,\n      \"gas\": 3111.0,\n      \"coal\": 85404.5,\n      \"unknown\": 1003.5\n    },\n    {\n      \"TIME\": \"23:15\",\n      \"nuclear\": 3191.5,\n      \"wind\": 5175.0,\n      \"solar\": 72.5,\n      \"hydro\": 9984.0,\n      \"gas\": 3111.0,\n      \"coal\": 85618.5,\n      \"unknown\": 997.0\n    },\n    {\n      \"TIME\": \"23:30\",\n      \"nuclear\": 3184.5,\n      \"wind\": 5224.0,\n      \"solar\": 73.5,\n      \"hydro\": 9945.5,\n      \"gas\": 2754.0,\n      \"coal\": 85259.0,\n      \"unknown\": 987.5\n    },\n    {\n      \"TIME\": \"23:45\",\n      \"nuclear\": 3199.5,\n      \"wind\": 5310.0,\n      \"solar\": 67.0,\n      \"hydro\": 9528.5,\n      \"gas\": 2536.5,\n      \"coal\": 85515.5,\n      \"unknown\": 991.0\n    }\n  ]\n  '''\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_core_external_atc_day_ahead_de_dk_dk1.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_core_external_atc_day_ahead_de_dk_dk1\n  list([\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2260.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2260.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2260.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2260.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2298.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2298.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2298.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2298.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2339.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2339.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2339.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2339.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2419.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2419.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2419.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2419.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2455.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2455.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2455.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2455.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2473.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2473.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2473.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2473.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2523.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2523.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2523.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2523.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2511.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2511.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2511.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2511.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2289.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2289.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2289.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2289.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2429.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2429.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2429.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2429.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2518.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2518.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2518.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2518.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2340.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2340.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2340.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2340.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2349.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2349.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2349.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2349.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2332.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2332.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2332.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2332.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2315.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2315.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2315.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2315.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2294.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2294.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2294.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2294.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2399.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2399.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2399.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 2399.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 3500.0,\n      'capacityImport': 3500.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->DK-DK1',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_core_max_bex_day_ahead_de_fr.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_core_max_bex_day_ahead_de_fr\n  list([\n    dict({\n      'capacityExport': 13596.0,\n      'capacityImport': 3222.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13494.0,\n      'capacityImport': 3195.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13434.0,\n      'capacityImport': 3198.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14018.0,\n      'capacityImport': 3184.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14711.0,\n      'capacityImport': 3149.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14546.0,\n      'capacityImport': 2950.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13477.0,\n      'capacityImport': 3214.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12035.0,\n      'capacityImport': 3302.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11200.0,\n      'capacityImport': 3282.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11173.0,\n      'capacityImport': 3290.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11880.0,\n      'capacityImport': 3313.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12020.0,\n      'capacityImport': 3330.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11514.0,\n      'capacityImport': 3330.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11230.0,\n      'capacityImport': 3313.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10995.0,\n      'capacityImport': 3322.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12064.0,\n      'capacityImport': 3322.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11496.0,\n      'capacityImport': 3343.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12311.0,\n      'capacityImport': 2997.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12994.0,\n      'capacityImport': 3449.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12813.0,\n      'capacityImport': 3373.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12373.0,\n      'capacityImport': 3305.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13120.0,\n      'capacityImport': 3282.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10900.0,\n      'capacityImport': 3314.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11384.0,\n      'capacityImport': 3352.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 12047.0,\n      'capacityImport': 3350.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11715.0,\n      'capacityImport': 3370.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13081.0,\n      'capacityImport': 3362.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13683.0,\n      'capacityImport': 3319.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13758.0,\n      'capacityImport': 3697.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14045.0,\n      'capacityImport': 3327.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13103.0,\n      'capacityImport': 3237.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10924.0,\n      'capacityImport': 3326.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10222.0,\n      'capacityImport': 3300.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10055.0,\n      'capacityImport': 3297.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10550.0,\n      'capacityImport': 3316.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11231.0,\n      'capacityImport': 3332.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10716.0,\n      'capacityImport': 3325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 10817.0,\n      'capacityImport': 3319.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11262.0,\n      'capacityImport': 3347.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 11880.0,\n      'capacityImport': 3325.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13811.0,\n      'capacityImport': 3381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 15004.0,\n      'capacityImport': 3053.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14866.0,\n      'capacityImport': 2764.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14359.0,\n      'capacityImport': 3271.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 14562.0,\n      'capacityImport': 3271.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13966.0,\n      'capacityImport': 3292.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13325.0,\n      'capacityImport': 3254.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 13392.0,\n      'capacityImport': 3275.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_core_scheduled_exchanges_day_ahead_de_fr.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_core_scheduled_exchanges_day_ahead_de_fr\n  list([\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -213.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -207.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -206.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -205.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -104.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -98.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -107.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -85.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -120.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -95.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -92.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -49.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 147.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 178.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 193.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 233.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -116.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -59.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -137.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -173.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -850.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -838.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -784.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -817.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -363.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -736.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -801.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -890.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -648.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -685.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -704.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -770.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -744.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -758.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -793.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -811.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -730.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -706.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -647.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -616.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -595.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -556.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -563.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -560.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -581.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -580.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -578.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -579.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -504.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -489.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -505.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -499.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -458.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -595.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -621.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -627.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -308.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -237.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -185.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -191.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -398.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -346.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -416.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -480.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -585.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -599.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -626.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -704.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -686.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -697.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -630.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -694.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -701.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -690.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -706.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -341.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -393.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -442.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -443.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -29.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 1.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -71.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 21.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 37.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -9.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 27.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 43.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 39.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -57.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -61.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 20, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -77.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -94.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -106.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -133.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -135.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -241.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -240.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -272.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -276.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -369.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -429.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -468.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -460.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -388.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -410.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -425.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -423.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -937.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -982.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -994.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -969.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -807.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -730.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -755.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -740.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -729.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -758.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -837.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -894.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -797.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -742.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -716.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -778.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -799.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -953.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1019.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1123.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1331.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1386.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1373.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1393.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -744.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -397.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -524.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -401.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -292.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -272.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -252.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -238.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -226.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -218.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -249.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -235.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -341.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -439.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -517.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1527.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1689.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1672.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1804.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1839.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1890.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1733.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1600.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1527.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1402.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1334.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1404.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1408.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1113.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1084.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1135.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -1144.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1091.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1006.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -953.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -940.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -910.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -905.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -871.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -885.5,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -553.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -497.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -487.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -545.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -496.4,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -526.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -577.0,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -615.7,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -551.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -561.3,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -556.2,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -551.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -587.1,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -571.6,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -612.9,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2026, 4, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -595.8,\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_nordic_max_bex_day_ahead_no1_se3.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_nordic_max_bex_day_ahead_no1_se3\n  list([\n    dict({\n      'capacityExport': 2339.0,\n      'capacityImport': 2024.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2339.0,\n      'capacityImport': 2024.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2339.0,\n      'capacityImport': 2024.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2339.0,\n      'capacityImport': 2024.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2329.0,\n      'capacityImport': 1937.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2329.0,\n      'capacityImport': 1937.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2329.0,\n      'capacityImport': 1937.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2329.0,\n      'capacityImport': 1937.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2343.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2343.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2343.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2343.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1884.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1884.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1884.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1884.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1739.0,\n      'capacityImport': 1790.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1739.0,\n      'capacityImport': 1790.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1739.0,\n      'capacityImport': 1790.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1739.0,\n      'capacityImport': 1790.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2083.0,\n      'capacityImport': 1678.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2083.0,\n      'capacityImport': 1678.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2083.0,\n      'capacityImport': 1678.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2083.0,\n      'capacityImport': 1678.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2100.0,\n      'capacityImport': 1669.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2100.0,\n      'capacityImport': 1669.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2100.0,\n      'capacityImport': 1669.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2100.0,\n      'capacityImport': 1669.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2056.0,\n      'capacityImport': 1714.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2056.0,\n      'capacityImport': 1714.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2056.0,\n      'capacityImport': 1714.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2056.0,\n      'capacityImport': 1714.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1695.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1695.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1695.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1695.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2025.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2025.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2025.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2025.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1733.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1733.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1733.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1733.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1742.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1742.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1742.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1742.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1954.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1954.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1954.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1954.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1994.0,\n      'capacityImport': 1755.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1994.0,\n      'capacityImport': 1755.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1994.0,\n      'capacityImport': 1755.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1994.0,\n      'capacityImport': 1755.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2033.0,\n      'capacityImport': 1789.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2033.0,\n      'capacityImport': 1789.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2033.0,\n      'capacityImport': 1789.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2033.0,\n      'capacityImport': 1789.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1969.0,\n      'capacityImport': 1773.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1969.0,\n      'capacityImport': 1773.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1969.0,\n      'capacityImport': 1773.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1969.0,\n      'capacityImport': 1773.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1959.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1959.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1959.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1959.0,\n      'capacityImport': 1778.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1906.0,\n      'capacityImport': 1830.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1906.0,\n      'capacityImport': 1830.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1906.0,\n      'capacityImport': 1830.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1906.0,\n      'capacityImport': 1830.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1848.0,\n      'capacityImport': 1740.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1848.0,\n      'capacityImport': 1740.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1848.0,\n      'capacityImport': 1740.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1848.0,\n      'capacityImport': 1740.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1719.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1719.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1719.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2019.0,\n      'capacityImport': 1719.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1759.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1759.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1759.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2005.0,\n      'capacityImport': 1759.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2262.0,\n      'capacityImport': 1736.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2262.0,\n      'capacityImport': 1736.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2262.0,\n      'capacityImport': 1736.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2262.0,\n      'capacityImport': 1736.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2357.0,\n      'capacityImport': 1749.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2357.0,\n      'capacityImport': 1749.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2357.0,\n      'capacityImport': 1749.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2357.0,\n      'capacityImport': 1749.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2393.0,\n      'capacityImport': 1723.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2393.0,\n      'capacityImport': 1723.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2393.0,\n      'capacityImport': 1723.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2393.0,\n      'capacityImport': 1723.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2373.0,\n      'capacityImport': 1737.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2373.0,\n      'capacityImport': 1737.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2373.0,\n      'capacityImport': 1737.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2373.0,\n      'capacityImport': 1737.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2404.0,\n      'capacityImport': 1718.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2404.0,\n      'capacityImport': 1718.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2404.0,\n      'capacityImport': 1718.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2404.0,\n      'capacityImport': 1718.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2398.0,\n      'capacityImport': 1720.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2398.0,\n      'capacityImport': 1720.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2398.0,\n      'capacityImport': 1720.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2398.0,\n      'capacityImport': 1720.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2303.0,\n      'capacityImport': 1680.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2303.0,\n      'capacityImport': 1680.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2303.0,\n      'capacityImport': 1680.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2303.0,\n      'capacityImport': 1680.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1596.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1596.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1596.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1596.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2057.0,\n      'capacityImport': 1605.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2057.0,\n      'capacityImport': 1605.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2057.0,\n      'capacityImport': 1605.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2057.0,\n      'capacityImport': 1605.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2130.0,\n      'capacityImport': 1599.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2130.0,\n      'capacityImport': 1599.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2130.0,\n      'capacityImport': 1599.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2130.0,\n      'capacityImport': 1599.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2143.0,\n      'capacityImport': 1606.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2143.0,\n      'capacityImport': 1606.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2143.0,\n      'capacityImport': 1606.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2143.0,\n      'capacityImport': 1606.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2043.0,\n      'capacityImport': 1696.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2043.0,\n      'capacityImport': 1696.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2043.0,\n      'capacityImport': 1696.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2043.0,\n      'capacityImport': 1696.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2234.0,\n      'capacityImport': 1765.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2234.0,\n      'capacityImport': 1765.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2234.0,\n      'capacityImport': 1765.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2234.0,\n      'capacityImport': 1765.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2273.0,\n      'capacityImport': 1729.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2273.0,\n      'capacityImport': 1729.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2273.0,\n      'capacityImport': 1729.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2273.0,\n      'capacityImport': 1729.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2272.0,\n      'capacityImport': 1731.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2272.0,\n      'capacityImport': 1731.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2272.0,\n      'capacityImport': 1731.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2272.0,\n      'capacityImport': 1731.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2238.0,\n      'capacityImport': 1739.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2238.0,\n      'capacityImport': 1739.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2238.0,\n      'capacityImport': 1739.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2238.0,\n      'capacityImport': 1739.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2253.0,\n      'capacityImport': 1751.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2253.0,\n      'capacityImport': 1751.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2253.0,\n      'capacityImport': 1751.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2253.0,\n      'capacityImport': 1751.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1941.0,\n      'capacityImport': 1746.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1941.0,\n      'capacityImport': 1746.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1941.0,\n      'capacityImport': 1746.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1941.0,\n      'capacityImport': 1746.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2270.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2270.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2270.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2270.0,\n      'capacityImport': 1779.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2237.0,\n      'capacityImport': 1764.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2237.0,\n      'capacityImport': 1764.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2237.0,\n      'capacityImport': 1764.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2237.0,\n      'capacityImport': 1764.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2193.0,\n      'capacityImport': 1780.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2193.0,\n      'capacityImport': 1780.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2193.0,\n      'capacityImport': 1780.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2193.0,\n      'capacityImport': 1780.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2008.0,\n      'capacityImport': 1757.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2008.0,\n      'capacityImport': 1757.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2008.0,\n      'capacityImport': 1757.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2008.0,\n      'capacityImport': 1757.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2292.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2292.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2292.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2292.0,\n      'capacityImport': 1717.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2415.0,\n      'capacityImport': 1694.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2415.0,\n      'capacityImport': 1694.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2415.0,\n      'capacityImport': 1694.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2415.0,\n      'capacityImport': 1694.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2395.0,\n      'capacityImport': 1671.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2395.0,\n      'capacityImport': 1671.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2395.0,\n      'capacityImport': 1671.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2395.0,\n      'capacityImport': 1671.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2454.0,\n      'capacityImport': 1648.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2454.0,\n      'capacityImport': 1648.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2454.0,\n      'capacityImport': 1648.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2454.0,\n      'capacityImport': 1648.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2403.0,\n      'capacityImport': 1644.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2403.0,\n      'capacityImport': 1644.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2403.0,\n      'capacityImport': 1644.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2403.0,\n      'capacityImport': 1644.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_nordic_max_bflow_day_ahead_no1_se3.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_nordic_max_bflow_day_ahead_no1_se3\n  list([\n    dict({\n      'capacityExport': 2098.0,\n      'capacityImport': 1938.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2098.0,\n      'capacityImport': 1938.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2098.0,\n      'capacityImport': 1938.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2098.0,\n      'capacityImport': 1938.0,\n      'datetime': datetime.datetime(2026, 4, 20, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2092.0,\n      'capacityImport': 1936.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2092.0,\n      'capacityImport': 1936.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2092.0,\n      'capacityImport': 1936.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2092.0,\n      'capacityImport': 1936.0,\n      'datetime': datetime.datetime(2026, 4, 20, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2091.0,\n      'capacityImport': 1829.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2091.0,\n      'capacityImport': 1829.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2091.0,\n      'capacityImport': 1829.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2091.0,\n      'capacityImport': 1829.0,\n      'datetime': datetime.datetime(2026, 4, 20, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1502.0,\n      'datetime': datetime.datetime(2026, 4, 20, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 20, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1763.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1763.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1763.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1763.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1762.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1762.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1762.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1762.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1761.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1741.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1741.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1741.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1741.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1373.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1373.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1373.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1373.0,\n      'datetime': datetime.datetime(2026, 4, 20, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1746.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1746.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1746.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1746.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1808.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1808.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1808.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1808.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1743.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 20, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1736.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1736.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1736.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1736.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1735.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 20, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1749.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 20, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1759.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1759.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1759.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1759.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 20, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1956.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1956.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1956.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1956.0,\n      'capacityImport': 1376.0,\n      'datetime': datetime.datetime(2026, 4, 20, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2069.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2069.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2069.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2069.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 20, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2072.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2072.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2072.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2072.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 0, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 1, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2073.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 2, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 3, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2066.0,\n      'capacityImport': 1384.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2066.0,\n      'capacityImport': 1384.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2066.0,\n      'capacityImport': 1384.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2066.0,\n      'capacityImport': 1384.0,\n      'datetime': datetime.datetime(2026, 4, 21, 4, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2062.0,\n      'capacityImport': 1388.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2062.0,\n      'capacityImport': 1388.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2062.0,\n      'capacityImport': 1388.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2062.0,\n      'capacityImport': 1388.0,\n      'datetime': datetime.datetime(2026, 4, 21, 5, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2070.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2070.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2070.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2070.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 6, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1385.0,\n      'datetime': datetime.datetime(2026, 4, 21, 7, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2077.0,\n      'capacityImport': 1374.0,\n      'datetime': datetime.datetime(2026, 4, 21, 8, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2082.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2082.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2082.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2082.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 9, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2064.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2064.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2064.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2064.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 10, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2060.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2060.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2060.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2060.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 11, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1372.0,\n      'datetime': datetime.datetime(2026, 4, 21, 12, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2049.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2049.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2049.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2049.0,\n      'capacityImport': 1375.0,\n      'datetime': datetime.datetime(2026, 4, 21, 13, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1380.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1380.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1380.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2074.0,\n      'capacityImport': 1380.0,\n      'datetime': datetime.datetime(2026, 4, 21, 14, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1383.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1383.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1383.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2050.0,\n      'capacityImport': 1383.0,\n      'datetime': datetime.datetime(2026, 4, 21, 15, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2031.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2031.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2031.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2031.0,\n      'capacityImport': 1379.0,\n      'datetime': datetime.datetime(2026, 4, 21, 16, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2034.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2034.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2034.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2034.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 17, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1758.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1758.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1758.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 1758.0,\n      'capacityImport': 1381.0,\n      'datetime': datetime.datetime(2026, 4, 21, 18, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2067.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2067.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2067.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2067.0,\n      'capacityImport': 1378.0,\n      'datetime': datetime.datetime(2026, 4, 21, 19, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2078.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2078.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2078.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2078.0,\n      'capacityImport': 1377.0,\n      'datetime': datetime.datetime(2026, 4, 21, 20, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1370.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1370.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1370.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2076.0,\n      'capacityImport': 1370.0,\n      'datetime': datetime.datetime(2026, 4, 21, 21, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2088.0,\n      'capacityImport': 1387.0,\n      'datetime': datetime.datetime(2026, 4, 21, 22, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 15, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 30, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 2087.0,\n      'capacityImport': 1386.0,\n      'datetime': datetime.datetime(2026, 4, 21, 23, 45, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'NO-NO1->SE-SE3',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JAO/test_fetch_shadow_auction_atc_day_ahead_de_fr.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_shadow_auction_atc_day_ahead_de_fr\n  list([\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 2, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 0, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 1, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 2, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 3, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 4, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 5, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 6, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 7, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 8, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 9, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 10, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 11, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 12, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 13, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 14, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 15, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 16, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 17, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 18, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 19, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 20, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 21, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 22, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n    dict({\n      'capacityExport': 595.0,\n      'capacityImport': 1000.0,\n      'datetime': datetime.datetime(2025, 10, 3, 23, 0, tzinfo=datetime.timezone.utc),\n      'sortedZoneKeys': 'DE->FR',\n      'source': 'jao.eu',\n      'sourceType': <EventSourceType.published: 'published'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JP.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast[JP-CB]\n  list([\n    dict({\n      'consumption': 13217.198,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 12784.63,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 12678.114,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 12709.884,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 12754.234,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 12927.154,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13100.514,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13165.81,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13228.502,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13284.332,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13456.928,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13570.12,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13823.44,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14170.446,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14366.862,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14698.266,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15801.974,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16343.664,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16749.112,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16622.76,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16439.484,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16438.93,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16385.124,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 16099.35,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15226.802,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14987.148,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15517.214,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15603.964,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15548.586,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15340.016,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15101.82,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15176.93,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15094.36,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14839.598,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14519.836,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14601.092,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14905.032,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14944.362,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 15091.136,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14932.264,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14770.01,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14713.76,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14561.962,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14235.61,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 14137.57,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13808.264,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13645.392,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'consumption': 13369.254,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CB',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-CG]\n  list([\n    dict({\n      'consumption': 5630.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5510.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5323.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5403.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5629.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5761.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5932.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6078.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6500.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6552.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6678.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6712.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6720.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6695.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6732.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6648.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6594.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6502.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6538.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6502.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6389.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6335.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6351.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6272.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5815.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5822.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5994.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6062.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5935.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5847.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5840.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5910.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6028.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6082.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6096.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6164.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6354.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6362.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6324.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6256.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6147.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 6033.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5904.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5796.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5656.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5544.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5416.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'consumption': 5304.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-CG',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-HKD]\n  list([\n    dict({\n      'consumption': 2868.0,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2815.0,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2878.0,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2904.0,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2973.0,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3048.0,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3132.0,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3199.0,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3211.0,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3168.0,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3185.0,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3147.0,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3185.0,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3241.0,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3217.0,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3311.0,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3482.0,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3610.0,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3734.0,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3696.0,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3674.0,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3697.0,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3736.0,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3699.0,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3579.0,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3481.0,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3459.0,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3486.0,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3433.0,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3437.0,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3469.0,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3531.0,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3504.0,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3504.0,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3459.0,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3469.0,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3475.0,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3481.0,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3445.0,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3364.0,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3273.0,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3176.0,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 3072.0,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2996.0,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2955.0,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2882.0,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2923.0,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'consumption': 2856.0,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HKD',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-HR]\n  list([\n    dict({\n      'consumption': 2558.332,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2535.666,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2554.666,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2628.5,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2710.498,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2805.0,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2905.5,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 2980.0,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3036.332,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3045.332,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3086.166,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3049.5,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3042.166,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3024.332,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3040.666,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3086.166,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3227.332,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3385.0,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3484.332,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3534.5,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3504.166,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3511.166,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3533.5,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3509.0,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3346.832,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3311.0,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3465.332,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3518.666,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3553.5,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3584.0,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3536.166,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3572.166,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3596.0,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3584.5,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3529.5,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3515.666,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3526.832,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3557.332,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3494.332,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3447.332,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3387.5,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3341.832,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3309.832,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3279.5,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3233.666,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3148.5,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3096.666,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'consumption': 3031.332,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-HR',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-KN]\n  list([\n    dict({\n      'consumption': 12758.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12442.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12110.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12090.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12240.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12560.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12888.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13112.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13150.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13050.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13092.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13108.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13258.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13540.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13974.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 14426.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15144.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15856.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 16292.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 16508.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 16460.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 16340.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 16106.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15894.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15364.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15236.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15608.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15592.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15522.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15478.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15372.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15428.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15442.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15358.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15148.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15452.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15674.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15526.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15416.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15384.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 15130.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 14870.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 14612.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 14188.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13766.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13434.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 13142.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'consumption': 12658.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KN',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-KY]\n  list([\n    dict({\n      'consumption': 7316.0,\n      'datetime': FakeDatetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7150.0,\n      'datetime': FakeDatetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7100.0,\n      'datetime': FakeDatetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7219.0,\n      'datetime': FakeDatetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7507.0,\n      'datetime': FakeDatetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7844.0,\n      'datetime': FakeDatetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8214.0,\n      'datetime': FakeDatetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8529.0,\n      'datetime': FakeDatetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8756.0,\n      'datetime': FakeDatetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8905.0,\n      'datetime': FakeDatetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8965.0,\n      'datetime': FakeDatetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8973.0,\n      'datetime': FakeDatetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9230.0,\n      'datetime': FakeDatetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9085.0,\n      'datetime': FakeDatetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8820.0,\n      'datetime': FakeDatetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8457.0,\n      'datetime': FakeDatetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8359.0,\n      'datetime': FakeDatetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8777.0,\n      'datetime': FakeDatetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9060.0,\n      'datetime': FakeDatetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9179.0,\n      'datetime': FakeDatetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9224.0,\n      'datetime': FakeDatetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9254.0,\n      'datetime': FakeDatetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9282.0,\n      'datetime': FakeDatetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9300.0,\n      'datetime': FakeDatetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9093.0,\n      'datetime': FakeDatetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8800.0,\n      'datetime': FakeDatetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9038.0,\n      'datetime': FakeDatetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9100.0,\n      'datetime': FakeDatetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8978.0,\n      'datetime': FakeDatetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8854.0,\n      'datetime': FakeDatetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8735.0,\n      'datetime': FakeDatetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8703.0,\n      'datetime': FakeDatetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8750.0,\n      'datetime': FakeDatetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8844.0,\n      'datetime': FakeDatetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8917.0,\n      'datetime': FakeDatetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9001.0,\n      'datetime': FakeDatetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9121.0,\n      'datetime': FakeDatetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9296.0,\n      'datetime': FakeDatetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9400.0,\n      'datetime': FakeDatetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9352.0,\n      'datetime': FakeDatetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9201.0,\n      'datetime': FakeDatetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 9037.0,\n      'datetime': FakeDatetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8865.0,\n      'datetime': FakeDatetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8665.0,\n      'datetime': FakeDatetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8488.0,\n      'datetime': FakeDatetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8308.0,\n      'datetime': FakeDatetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 8146.0,\n      'datetime': FakeDatetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'consumption': 7936.0,\n      'datetime': FakeDatetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-KY',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-ON]\n  list([\n    dict({\n      'consumption': 695.0,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 684.0,\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 667.0,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 673.0,\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 666.0,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 699.0,\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 703.0,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 716.0,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 732.0,\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 746.0,\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 771.0,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 791.0,\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 836.0,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 822.0,\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 815.0,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 833.0,\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 845.0,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 854.0,\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 863.0,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 881.0,\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 871.0,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 862.0,\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 877.0,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 876.0,\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 865.0,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 851.0,\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 832.0,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 823.0,\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 817.0,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 812.0,\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 804.0,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 800.0,\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 820.0,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 840.0,\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 856.0,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 854.0,\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 844.0,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 832.0,\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 774.0,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 774.0,\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 748.0,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 727.0,\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 714.0,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'consumption': 693.0,\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-ON',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-SK]\n  list([\n    dict({\n      'consumption': 2477.236,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2458.086,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2468.178,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2507.254,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2588.878,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2688.624,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2797.54,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2882.052,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2928.57,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2965.57,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 3004.312,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2982.992,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2994.152,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2921.304,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2803.706,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2803.61,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2901.828,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2982.586,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 3006.326,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 3002.134,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2881.784,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2885.814,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2878.38,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2828.726,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2717.584,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2732.468,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2817.182,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2781.182,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2729.382,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2677.15,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2629.43,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2653.08,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2712.208,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2817.8,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2847.984,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2866.088,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2893.28,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2923.922,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2849.002,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2795.516,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2773.53,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2732.11,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2653.236,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2571.242,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2503.676,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2419.726,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2407.25,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'consumption': 2363.946,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-SK',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-TH]\n  list([\n    dict({\n      'consumption': 7386.394,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7385.596,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7473.848,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7545.482,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7677.29,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7866.51,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7950.104,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8136.658,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8293.068,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8421.01,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8514.424,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8621.602,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8661.956,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8538.8,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8407.858,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8590.902,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9181.96,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9618.646,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9681.374,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9724.916,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9611.418,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9687.304,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9563.654,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9399.97,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9247.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9152.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9341.686,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9500.846,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9532.27,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9453.564,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9544.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9650.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9545.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9524.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9670.338,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9727.366,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9818.894,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9793.99,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9802.576,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9567.054,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9257.978,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 9100.466,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8731.198,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8426.366,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 8096.4,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7866.588,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7741.72,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'consumption': 7649.586,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TH',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_consumption_forecast[JP-TK]\n  list([\n    dict({\n      'consumption': 24076.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 23281.0,\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 22922.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 22780.0,\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 22871.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 23068.0,\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 23320.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 23462.0,\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 23702.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 24001.0,\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 24464.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 24671.0,\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 25107.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 25914.0,\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 26444.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 26897.0,\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 27998.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 28524.0,\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29241.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29650.0,\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29637.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30222.0,\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30859.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30801.0,\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30214.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30140.0,\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30694.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30181.0,\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29633.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29504.0,\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29063.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29285.0,\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29351.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29105.0,\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29389.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29741.0,\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30247.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30798.0,\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30599.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 30208.0,\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29662.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 29345.0,\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 28601.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 27793.0,\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 27397.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 26554.0,\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 25952.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'consumption': 25068.0,\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'JP-TK',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-CB]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11587.198,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10972.63,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10874.114,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10949.884,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10902.234,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11241.154,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11512.514,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11567.81,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11602.502,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11618.332,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11888.928,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11706.12,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12131.44,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12488.446,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12926.862,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13302.266,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14307.974,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14721.664,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 15353.112,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14970.76,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13987.484,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14356.93,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14345.124,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14373.35,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13320.802,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13195.148,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13457.214,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13505.964,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13528.586,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13046.016,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13001.82,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13124.93,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13322.36,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12767.598,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12279.836,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12765.092,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12929.032,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12736.362,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12997.136,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12880.264,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12808.01,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12381.76,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12123.962,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12099.61,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11897.57,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11808.264,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11557.392,\n      'zoneKey': 'JP-CB',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'powergrid.chuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11657.254,\n      'zoneKey': 'JP-CB',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-CG]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5852.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5833.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5781.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5785.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6043.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5930.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6102.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6252.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6385.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6445.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6711.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6655.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6600.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6721.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6987.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7073.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7401.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7559.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8041.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8606.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8807.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9079.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9245.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9340.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8791.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8664.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9042.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9046.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8727.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8201.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8027.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7586.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7311.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7369.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7244.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7800.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7223.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7235.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7386.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7099.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6843.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6851.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6658.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 6176.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5850.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5700.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5638.0,\n      'zoneKey': 'JP-CG',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.energia.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 5470.0,\n      'zoneKey': 'JP-CG',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-HKD]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3462.54,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3413.68,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3474.94,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3500.5,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3547.37,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3545.81,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3561.03,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3560.33,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3575.83,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3583.38,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3581.63,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3564.62,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3559.79,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3685.84,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3578.26,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3684.87,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4111.41,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4272.93,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4428.74,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4390.55,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4580.93,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4612.31,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4651.38,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4576.3,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4225.89,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3882.53,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4001.06,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4004.83,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4072.08,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3999.51,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3988.46,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4038.49,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3831.61,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3753.1,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3685.54,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3627.71,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3710.11,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3720.09,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3714.21,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3698.62,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3661.65,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3693.91,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3550.95,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3520.36,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3326.22,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3365.76,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3458.37,\n      'zoneKey': 'JP-HKD',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'denkiyoho.hepco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3373.65,\n      'zoneKey': 'JP-HKD',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-HR]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3230.696,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3251.868,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3165.838,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3233.988,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3203.468,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3166.794,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3214.286,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3264.428,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3326.01,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3307.368,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3368.106,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3338.748,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3336.408,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3390.914,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3470.982,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3368.72,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3449.986,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3277.33,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3592.554,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3681.134,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3596.894,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3912.08,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3843.938,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4015.338,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3616.292,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3549.886,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3672.19,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3591.696,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3485.642,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3566.232,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3553.45,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3546.618,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3644.288,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3653.866,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3376.944,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3587.65,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3733.164,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3882.694,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3877.302,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3713.59,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3527.198,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3509.952,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3543.418,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3443.906,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3371.046,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3332.022,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3350.862,\n      'zoneKey': 'JP-HR',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.rikuden.co.jp/nw/denki-yoho',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3335.774,\n      'zoneKey': 'JP-HR',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-KN]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12782.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12456.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12144.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12038.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12144.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12618.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12862.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13274.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13430.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13592.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13316.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13564.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13686.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13524.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12774.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12656.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13232.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13798.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13670.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14252.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14344.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14156.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13744.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13228.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13046.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12816.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13146.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13278.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13424.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13784.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14222.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14046.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13894.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13808.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14166.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14014.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14348.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14052.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13978.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14086.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13922.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14048.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14352.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14146.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14050.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13798.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13564.0,\n      'zoneKey': 'JP-KN',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kansai-td.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13068.0,\n      'zoneKey': 'JP-KN',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-KY]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8064.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7874.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7872.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 7841.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8077.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8474.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8736.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9113.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9278.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9413.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9665.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9619.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9956.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9909.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10054.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9871.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10617.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11607.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11868.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12017.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12062.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12392.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12422.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12438.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12223.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11930.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12178.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12238.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12118.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11984.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11642.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11660.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11395.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10705.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10754.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10012.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9510.17,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9931.67,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9512.17,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9788.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9573.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9537.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9281.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9109.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9050.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8872.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8805.0,\n      'zoneKey': 'JP-KY',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 8643.0,\n      'zoneKey': 'JP-KY',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-ON]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 695.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 684.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 667.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 673.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 666.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 699.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 703.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 724.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 716.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 732.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 724.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 724.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 724.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 746.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 771.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 791.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 836.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 822.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 815.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 833.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 845.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 854.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 863.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 881.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 871.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 862.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 877.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 876.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 865.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 851.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 832.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 823.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 817.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 812.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 804.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 800.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 820.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 840.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 856.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 854.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 844.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 832.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 774.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 774.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 748.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 727.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 714.0,\n      'zoneKey': 'JP-ON',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 15, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.okiden.co.jp/denki2/',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 693.0,\n      'zoneKey': 'JP-ON',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-SK]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3259.236,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3232.686,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3217.378,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3192.054,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3157.478,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3184.824,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3286.14,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3315.252,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3359.97,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3366.37,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3456.512,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3404.592,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3512.952,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3762.704,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3872.106,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3637.21,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3597.428,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3988.986,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4042.326,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4197.934,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4090.384,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4085.214,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4080.98,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4032.126,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3907.984,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3924.268,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4016.182,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3986.182,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3944.382,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3901.15,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3833.43,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3670.28,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3683.608,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4107.0,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4152.984,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4172.688,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 4060.88,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3989.122,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3926.602,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3684.116,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3680.13,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3585.11,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3591.036,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3595.242,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3447.276,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3423.726,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3343.85,\n      'zoneKey': 'JP-SK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.yonden.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 3232.546,\n      'zoneKey': 'JP-SK',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-TH]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9789.556,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 9823.328,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10234.792,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10590.276,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10837.8,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11153.04,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11303.106,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12154.032,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12232.208,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12267.2,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12336.12,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12471.986,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12629.532,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12619.378,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12637.86,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13083.036,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14065.182,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14553.758,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14099.432,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14250.134,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13963.118,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 14019.156,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13943.004,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13778.558,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13723.248,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13434.146,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13460.096,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13309.544,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13394.496,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13349.974,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13315.978,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13167.058,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13271.698,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13241.782,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13506.25,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13618.052,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13714.21,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13612.954,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13877.742,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13674.8,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13361.01,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 13193.886,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12946.384,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 12624.75,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11549.638,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 11328.858,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10986.496,\n      'zoneKey': 'JP-TH',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'setsuden.nw.tohoku-epco.co.jp',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 10870.146,\n      'zoneKey': 'JP-TH',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_generation_forecast[JP-TK]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20112.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 19385.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 18992.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 19044.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 19295.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 19598.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 19852.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20006.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20184.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20391.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20852.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 21075.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 21785.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22164.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22420.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22873.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 24591.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25993.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 27188.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 28470.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 29485.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 30500.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 31252.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 31554.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 31493.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 31443.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 30851.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 30204.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 29525.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 28189.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 26820.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 26182.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25282.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25128.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25271.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25411.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 26625.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 27585.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 27135.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 26653.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 26126.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 25664.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 24022.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22996.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 23738.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22542.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 22003.0,\n      'zoneKey': 'JP-TK',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 4, 16, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'source': 'www.tepco.co.jp/forecast',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'value': 20783.0,\n      'zoneKey': 'JP-TK',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_JP_KY.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 4, 25, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Tokyo')),\n      'production': dict({\n        'biomass': 0,\n        'coal': 0,\n        'gas': 0,\n        'nuclear': 3119.0,\n        'oil': 0,\n        'solar': np.float64(2100.0),\n        'unknown': np.float64(3861.0),\n      }),\n      'source': 'www.kyuden.co.jp',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'JP-KY',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_KPX.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_realtime\n  list([\n    dict({\n      'consumption': 64798.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64505.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64236.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63929.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63680.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63305.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63120.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62837.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62785.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62386.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62165.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61709.0,\n      'datetime': datetime.datetime(2025, 1, 5, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61522.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61325.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61159.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60742.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60441.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60361.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60327.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60246.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60372.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60168.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59833.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59714.0,\n      'datetime': datetime.datetime(2025, 1, 5, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59653.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59393.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59335.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59290.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58828.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58905.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58767.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58524.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58508.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58249.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58001.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58077.0,\n      'datetime': datetime.datetime(2025, 1, 5, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58102.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58072.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57938.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57876.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57982.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58001.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57719.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57569.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57802.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57782.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57789.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57740.0,\n      'datetime': datetime.datetime(2025, 1, 5, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57775.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57780.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57906.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57664.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57698.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57542.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57837.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57748.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57890.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57702.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 57882.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58095.0,\n      'datetime': datetime.datetime(2025, 1, 5, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58259.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58290.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58160.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58285.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58197.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58090.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58270.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58472.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58549.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58790.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59050.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58964.0,\n      'datetime': datetime.datetime(2025, 1, 5, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 58867.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59194.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59157.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59342.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59295.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59505.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59446.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59758.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59755.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59897.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59801.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 59722.0,\n      'datetime': datetime.datetime(2025, 1, 5, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60031.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60264.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60718.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60630.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60368.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60510.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60288.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60458.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60112.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60357.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60599.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 60842.0,\n      'datetime': datetime.datetime(2025, 1, 5, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61188.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61145.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61044.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61352.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61294.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61476.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 61680.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62028.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62273.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62332.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62550.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62451.0,\n      'datetime': datetime.datetime(2025, 1, 5, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62502.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62566.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62188.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62735.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63007.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63012.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63269.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63348.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63261.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63359.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63375.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63321.0,\n      'datetime': datetime.datetime(2025, 1, 5, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63541.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63783.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63610.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63514.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63930.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63806.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63693.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63769.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63841.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63711.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63259.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63398.0,\n      'datetime': datetime.datetime(2025, 1, 5, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63675.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63768.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63708.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63730.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63774.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63926.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63822.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63741.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63497.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63799.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63606.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63539.0,\n      'datetime': datetime.datetime(2025, 1, 5, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63443.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63366.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63394.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63346.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63288.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63456.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63314.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63381.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63376.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63265.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63685.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63533.0,\n      'datetime': datetime.datetime(2025, 1, 5, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63555.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63599.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63820.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63733.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63650.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63490.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63357.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63619.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63699.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63383.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63045.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63406.0,\n      'datetime': datetime.datetime(2025, 1, 5, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63435.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63394.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63122.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62966.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62913.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63205.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63233.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62914.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62701.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62883.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63220.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63115.0,\n      'datetime': datetime.datetime(2025, 1, 5, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63082.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 62988.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63295.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63248.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63226.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63468.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63563.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63535.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63543.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63707.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63823.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64123.0,\n      'datetime': datetime.datetime(2025, 1, 5, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64032.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63709.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63796.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64156.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64435.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64650.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64647.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64559.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65162.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65504.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65138.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65670.0,\n      'datetime': datetime.datetime(2025, 1, 5, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65926.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66386.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66475.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66871.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66660.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66955.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67175.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67392.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67686.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67907.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68191.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68287.0,\n      'datetime': datetime.datetime(2025, 1, 5, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68367.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68177.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68147.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68174.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68213.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68331.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68125.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 68011.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67898.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67796.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67887.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67713.0,\n      'datetime': datetime.datetime(2025, 1, 5, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67662.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67903.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67658.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67419.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67429.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67317.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67296.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 67029.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66917.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66985.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66706.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66583.0,\n      'datetime': datetime.datetime(2025, 1, 5, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66528.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66358.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66433.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66135.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66362.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66158.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 66011.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65735.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65755.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65873.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65764.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65432.0,\n      'datetime': datetime.datetime(2025, 1, 5, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65288.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64873.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 65003.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64668.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64439.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64274.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64601.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64303.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64214.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64287.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63712.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63908.0,\n      'datetime': datetime.datetime(2025, 1, 5, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64144.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64365.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64359.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64458.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64500.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64300.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64174.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64146.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63669.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63678.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63599.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63436.0,\n      'datetime': datetime.datetime(2025, 1, 5, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 63838.0,\n      'datetime': datetime.datetime(2025, 1, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64632.0,\n      'datetime': datetime.datetime(2025, 1, 5, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'consumption': 64918.0,\n      'datetime': datetime.datetime(2025, 1, 5, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'KR',\n    }),\n  ])\n# ---\n# name: test_fetch_production_realtime\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14191.075,\n        'gas': 21242.1,\n        'hydro': 38.1576,\n        'nuclear': 24132.1,\n        'oil': 361.51,\n        'solar': 0.0,\n        'unknown': 3212.03,\n        'wind': 440.859,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1168.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14190.524,\n        'gas': 20873.5,\n        'hydro': 36.1821,\n        'nuclear': 24183.2,\n        'oil': 361.527,\n        'solar': 0.0,\n        'unknown': 3214.68,\n        'wind': 470.42,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1165.73,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14269.455,\n        'gas': 20567.0,\n        'hydro': 36.0934,\n        'nuclear': 24169.9,\n        'oil': 361.922,\n        'solar': 0.0,\n        'unknown': 3198.27,\n        'wind': 461.526,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1163.87,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14152.906,\n        'gas': 20524.3,\n        'hydro': 36.0887,\n        'nuclear': 24157.8,\n        'oil': 361.538,\n        'solar': 0.0,\n        'unknown': 3181.6,\n        'wind': 466.664,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1038.83,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14328.314,\n        'gas': 20407.2,\n        'hydro': 36.0563,\n        'nuclear': 24189.1,\n        'oil': 362.933,\n        'solar': 0.0,\n        'unknown': 3173.52,\n        'wind': 478.882,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -693.423,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14329.32,\n        'gas': 20069.5,\n        'hydro': 36.0797,\n        'nuclear': 24170.2,\n        'oil': 362.799,\n        'solar': 0.0,\n        'unknown': 3170.81,\n        'wind': 463.816,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -691.803,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14340.718,\n        'gas': 19835.6,\n        'hydro': 36.2887,\n        'nuclear': 24199.9,\n        'oil': 361.121,\n        'solar': 0.0,\n        'unknown': 3180.16,\n        'wind': 462.251,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -694.062,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14346.741,\n        'gas': 19896.6,\n        'hydro': 36.2017,\n        'nuclear': 24151.4,\n        'oil': 362.47,\n        'solar': 0.0,\n        'unknown': 3163.46,\n        'wind': 468.733,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -399.7,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14397.983,\n        'gas': 19803.7,\n        'hydro': 36.1953,\n        'nuclear': 24147.0,\n        'oil': 362.279,\n        'solar': 0.0,\n        'unknown': 3165.69,\n        'wind': 461.708,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -399.101,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14358.304,\n        'gas': 19471.2,\n        'hydro': 36.165,\n        'nuclear': 24121.1,\n        'oil': 362.252,\n        'solar': 0.0,\n        'unknown': 3164.28,\n        'wind': 464.734,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -397.705,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14350.904,\n        'gas': 19210.3,\n        'hydro': 36.1917,\n        'nuclear': 24166.3,\n        'oil': 361.124,\n        'solar': 0.0,\n        'unknown': 3171.72,\n        'wind': 460.769,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -396.587,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14435.728,\n        'gas': 18670.9,\n        'hydro': 36.1654,\n        'nuclear': 24166.0,\n        'oil': 362.496,\n        'solar': 0.0,\n        'unknown': 3177.62,\n        'wind': 453.833,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -395.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14471.603,\n        'gas': 18609.3,\n        'hydro': 36.2448,\n        'nuclear': 24157.6,\n        'oil': 362.67,\n        'solar': 0.0,\n        'unknown': 3175.42,\n        'wind': 456.347,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -243.001,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14475.367,\n        'gas': 18661.9,\n        'hydro': 36.3584,\n        'nuclear': 24156.1,\n        'oil': 360.827,\n        'solar': 0.0,\n        'unknown': 3173.46,\n        'wind': 450.406,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14494.358,\n        'gas': 18465.5,\n        'hydro': 36.2203,\n        'nuclear': 24162.9,\n        'oil': 361.19,\n        'solar': 0.0,\n        'unknown': 3175.65,\n        'wind': 465.948,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 13.6875,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14614.655,\n        'gas': 18171.0,\n        'hydro': 39.3681,\n        'nuclear': 24167.3,\n        'oil': 362.781,\n        'solar': 0.0,\n        'unknown': 3172.11,\n        'wind': 467.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 263.156,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14649.917,\n        'gas': 17903.9,\n        'hydro': 39.2688,\n        'nuclear': 24150.6,\n        'oil': 361.823,\n        'solar': 0.0,\n        'unknown': 3169.61,\n        'wind': 473.956,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 319.661,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14691.644,\n        'gas': 18197.8,\n        'hydro': 39.3378,\n        'nuclear': 24178.0,\n        'oil': 362.212,\n        'solar': 0.0,\n        'unknown': 3162.46,\n        'wind': 469.297,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 750.092,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14758.653,\n        'gas': 18476.2,\n        'hydro': 39.3844,\n        'nuclear': 24169.7,\n        'oil': 362.154,\n        'solar': 0.0,\n        'unknown': 3169.86,\n        'wind': 463.928,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1122.33,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14676.438,\n        'gas': 18811.1,\n        'hydro': 39.3406,\n        'nuclear': 24166.4,\n        'oil': 362.113,\n        'solar': 0.0,\n        'unknown': 3163.81,\n        'wind': 461.985,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1445.14,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14776.08,\n        'gas': 19150.4,\n        'hydro': 39.3972,\n        'nuclear': 24179.5,\n        'oil': 362.655,\n        'solar': 0.0,\n        'unknown': 3170.49,\n        'wind': 447.686,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1764.86,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14694.186,\n        'gas': 19086.6,\n        'hydro': 39.3567,\n        'nuclear': 24140.2,\n        'oil': 362.72,\n        'solar': 0.0,\n        'unknown': 3175.53,\n        'wind': 431.951,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1772.93,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14647.789,\n        'gas': 18789.5,\n        'hydro': 39.3555,\n        'nuclear': 24150.0,\n        'oil': 362.101,\n        'solar': 0.0,\n        'unknown': 3177.2,\n        'wind': 426.055,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1768.77,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14733.222,\n        'gas': 18719.4,\n        'hydro': 39.2489,\n        'nuclear': 24186.4,\n        'oil': 362.519,\n        'solar': 0.0,\n        'unknown': 3182.56,\n        'wind': 432.408,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1952.31,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14693.522,\n        'gas': 18862.6,\n        'hydro': 39.326,\n        'nuclear': 24172.7,\n        'oil': 361.968,\n        'solar': 0.0,\n        'unknown': 3187.62,\n        'wind': 430.339,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2104.96,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14740.635,\n        'gas': 18588.2,\n        'hydro': 39.2935,\n        'nuclear': 24169.1,\n        'oil': 362.311,\n        'solar': 0.0,\n        'unknown': 3186.8,\n        'wind': 436.087,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2139.49,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14735.524,\n        'gas': 18774.6,\n        'hydro': 39.4017,\n        'nuclear': 24147.3,\n        'oil': 362.954,\n        'solar': 0.0,\n        'unknown': 3187.13,\n        'wind': 440.094,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2362.89,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14784.575,\n        'gas': 18670.2,\n        'hydro': 39.3569,\n        'nuclear': 24176.9,\n        'oil': 362.97,\n        'solar': 0.0,\n        'unknown': 3185.98,\n        'wind': 423.166,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2362.84,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14682.459,\n        'gas': 18336.4,\n        'hydro': 39.2663,\n        'nuclear': 24167.1,\n        'oil': 362.396,\n        'solar': 0.0,\n        'unknown': 3185.55,\n        'wind': 407.889,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2362.9,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14788.176,\n        'gas': 18301.8,\n        'hydro': 39.3441,\n        'nuclear': 24171.9,\n        'oil': 363.39,\n        'solar': 0.0,\n        'unknown': 3182.78,\n        'wind': 414.812,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2367.05,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14807.431,\n        'gas': 18604.8,\n        'hydro': 39.617,\n        'nuclear': 24138.1,\n        'oil': 363.116,\n        'solar': 0.0,\n        'unknown': 3184.28,\n        'wind': 416.764,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2796.41,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14695.139,\n        'gas': 18450.2,\n        'hydro': 39.4541,\n        'nuclear': 24178.6,\n        'oil': 362.282,\n        'solar': 0.0,\n        'unknown': 3190.45,\n        'wind': 397.973,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2798.87,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14788.887,\n        'gas': 18321.5,\n        'hydro': 39.3653,\n        'nuclear': 24177.2,\n        'oil': 362.544,\n        'solar': 0.0,\n        'unknown': 3191.95,\n        'wind': 405.127,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2788.74,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14695.884,\n        'gas': 18175.4,\n        'hydro': 39.3838,\n        'nuclear': 24151.4,\n        'oil': 361.964,\n        'solar': 0.0,\n        'unknown': 3194.68,\n        'wind': 410.883,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2789.84,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14695.67,\n        'gas': 17937.5,\n        'hydro': 39.363,\n        'nuclear': 24169.7,\n        'oil': 320.95,\n        'solar': 0.0,\n        'unknown': 3193.64,\n        'wind': 427.397,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2792.56,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14805.29,\n        'gas': 17934.9,\n        'hydro': 39.4119,\n        'nuclear': 24134.4,\n        'oil': 305.934,\n        'solar': 0.0,\n        'unknown': 3193.79,\n        'wind': 439.239,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2784.84,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14705.931,\n        'gas': 18006.2,\n        'hydro': 39.4556,\n        'nuclear': 24212.0,\n        'oil': 279.553,\n        'solar': 0.0,\n        'unknown': 3191.97,\n        'wind': 451.587,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2793.69,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14718.189,\n        'gas': 18006.2,\n        'hydro': 39.4651,\n        'nuclear': 24149.0,\n        'oil': 290.725,\n        'solar': 0.0,\n        'unknown': 3189.44,\n        'wind': 459.863,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2789.91,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14582.49,\n        'gas': 18003.0,\n        'hydro': 39.4675,\n        'nuclear': 24151.2,\n        'oil': 288.24,\n        'solar': 0.0,\n        'unknown': 3193.77,\n        'wind': 462.49,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2791.12,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14827.51,\n        'gas': 17955.3,\n        'hydro': 39.4332,\n        'nuclear': 24144.9,\n        'oil': 291.148,\n        'solar': 0.0,\n        'unknown': 3203.45,\n        'wind': 466.616,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3060.05,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14710.301,\n        'gas': 18175.1,\n        'hydro': 39.4767,\n        'nuclear': 24197.0,\n        'oil': 290.235,\n        'solar': 0.0,\n        'unknown': 3195.73,\n        'wind': 465.351,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3100.4,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14722.374,\n        'gas': 18190.4,\n        'hydro': 39.411,\n        'nuclear': 24171.4,\n        'oil': 289.782,\n        'solar': 0.0,\n        'unknown': 3199.28,\n        'wind': 479.103,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3098.65,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14572.086,\n        'gas': 18054.0,\n        'hydro': 39.4818,\n        'nuclear': 24165.9,\n        'oil': 289.824,\n        'solar': 0.0,\n        'unknown': 3197.2,\n        'wind': 494.02,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3101.26,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14696.645,\n        'gas': 17773.0,\n        'hydro': 39.4472,\n        'nuclear': 24158.3,\n        'oil': 290.177,\n        'solar': 0.0,\n        'unknown': 3203.43,\n        'wind': 492.103,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3093.01,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14823.097,\n        'gas': 17861.3,\n        'hydro': 39.5763,\n        'nuclear': 24165.5,\n        'oil': 291.794,\n        'solar': 0.0,\n        'unknown': 3207.68,\n        'wind': 488.163,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3084.37,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14726.755,\n        'gas': 17964.4,\n        'hydro': 39.3303,\n        'nuclear': 24145.7,\n        'oil': 290.261,\n        'solar': 0.0,\n        'unknown': 3211.85,\n        'wind': 489.994,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3094.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14636.741,\n        'gas': 18028.6,\n        'hydro': 39.4254,\n        'nuclear': 24178.1,\n        'oil': 289.872,\n        'solar': 0.0,\n        'unknown': 3213.14,\n        'wind': 492.009,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3097.81,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14701.459,\n        'gas': 17916.9,\n        'hydro': 39.3915,\n        'nuclear': 24161.6,\n        'oil': 291.226,\n        'solar': 0.0,\n        'unknown': 3215.35,\n        'wind': 497.072,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3091.93,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14748.136,\n        'gas': 17857.0,\n        'hydro': 47.3072,\n        'nuclear': 24190.6,\n        'oil': 290.64,\n        'solar': 0.0,\n        'unknown': 3211.28,\n        'wind': 510.679,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3088.26,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14729.739,\n        'gas': 17944.8,\n        'hydro': 48.7064,\n        'nuclear': 24153.9,\n        'oil': 290.467,\n        'solar': 0.0,\n        'unknown': 3214.07,\n        'wind': 512.051,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3121.96,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14722.703,\n        'gas': 18350.0,\n        'hydro': 48.8873,\n        'nuclear': 24182.5,\n        'oil': 290.046,\n        'solar': 0.0,\n        'unknown': 3213.25,\n        'wind': 513.986,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3423.24,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14697.844,\n        'gas': 18161.6,\n        'hydro': 49.2758,\n        'nuclear': 24158.3,\n        'oil': 290.102,\n        'solar': 0.0,\n        'unknown': 3212.61,\n        'wind': 506.656,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3420.25,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14699.083,\n        'gas': 18190.5,\n        'hydro': 50.1568,\n        'nuclear': 24172.3,\n        'oil': 289.5,\n        'solar': 0.0,\n        'unknown': 3203.26,\n        'wind': 502.092,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3417.15,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14640.634,\n        'gas': 18097.8,\n        'hydro': 48.9218,\n        'nuclear': 24183.5,\n        'oil': 289.247,\n        'solar': 0.0,\n        'unknown': 3203.92,\n        'wind': 488.416,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3418.97,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14716.59,\n        'gas': 18302.0,\n        'hydro': 47.8385,\n        'nuclear': 24190.8,\n        'oil': 290.495,\n        'solar': 0.0,\n        'unknown': 3200.8,\n        'wind': 490.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3409.69,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14680.718,\n        'gas': 18303.0,\n        'hydro': 48.9115,\n        'nuclear': 24149.4,\n        'oil': 290.341,\n        'solar': 0.0,\n        'unknown': 3195.86,\n        'wind': 483.873,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3412.79,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14719.983,\n        'gas': 18398.0,\n        'hydro': 49.7902,\n        'nuclear': 24158.4,\n        'oil': 291.257,\n        'solar': 0.0,\n        'unknown': 3195.83,\n        'wind': 478.861,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3410.77,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14637.215,\n        'gas': 18260.6,\n        'hydro': 48.265,\n        'nuclear': 24185.7,\n        'oil': 289.287,\n        'solar': 0.0,\n        'unknown': 3197.83,\n        'wind': 488.814,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3413.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14695.546,\n        'gas': 18396.5,\n        'hydro': 48.0326,\n        'nuclear': 24157.2,\n        'oil': 289.397,\n        'solar': 0.0,\n        'unknown': 3200.93,\n        'wind': 494.634,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3408.92,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14630.773,\n        'gas': 18657.9,\n        'hydro': 48.31,\n        'nuclear': 24184.3,\n        'oil': 289.645,\n        'solar': 0.0,\n        'unknown': 3194.68,\n        'wind': 492.765,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 3412.64,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14609.153,\n        'gas': 18411.7,\n        'hydro': 49.6208,\n        'nuclear': 24175.1,\n        'oil': 289.317,\n        'solar': 0.0,\n        'unknown': 3194.66,\n        'wind': 505.327,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2984.03,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14688.644,\n        'gas': 18392.9,\n        'hydro': 48.1514,\n        'nuclear': 24144.8,\n        'oil': 290.073,\n        'solar': 0.0,\n        'unknown': 3193.37,\n        'wind': 497.255,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2973.38,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14621.345,\n        'gas': 18321.7,\n        'hydro': 49.1691,\n        'nuclear': 24153.9,\n        'oil': 289.584,\n        'solar': 0.0,\n        'unknown': 3190.7,\n        'wind': 502.937,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2978.18,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14769.89,\n        'gas': 18274.1,\n        'hydro': 48.0088,\n        'nuclear': 24166.6,\n        'oil': 290.08,\n        'solar': 0.0,\n        'unknown': 3200.84,\n        'wind': 497.331,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2969.85,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14569.166,\n        'gas': 18086.1,\n        'hydro': 48.0314,\n        'nuclear': 24186.3,\n        'oil': 290.068,\n        'solar': 0.0,\n        'unknown': 3200.82,\n        'wind': 470.329,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2663.12,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14576.728,\n        'gas': 17674.6,\n        'hydro': 47.5713,\n        'nuclear': 24149.4,\n        'oil': 290.037,\n        'solar': 0.0,\n        'unknown': 3209.24,\n        'wind': 469.556,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2335.84,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14626.859,\n        'gas': 17513.7,\n        'hydro': 48.9161,\n        'nuclear': 24198.8,\n        'oil': 291.21,\n        'solar': 0.0,\n        'unknown': 3200.67,\n        'wind': 457.452,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2075.62,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14773.405,\n        'gas': 17563.2,\n        'hydro': 48.9603,\n        'nuclear': 24159.7,\n        'oil': 291.127,\n        'solar': 0.0,\n        'unknown': 3262.01,\n        'wind': 438.202,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 2074.13,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14770.749,\n        'gas': 17315.3,\n        'hydro': 47.8982,\n        'nuclear': 24153.1,\n        'oil': 290.285,\n        'solar': 0.0,\n        'unknown': 3292.84,\n        'wind': 435.451,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1766.12,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14669.963,\n        'gas': 17071.8,\n        'hydro': 49.5586,\n        'nuclear': 24149.9,\n        'oil': 290.915,\n        'solar': 0.0,\n        'unknown': 3299.37,\n        'wind': 422.452,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1173.91,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14677.046,\n        'gas': 17269.1,\n        'hydro': 50.4952,\n        'nuclear': 24174.4,\n        'oil': 290.556,\n        'solar': 0.0,\n        'unknown': 3300.97,\n        'wind': 412.971,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1136.19,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14656.166,\n        'gas': 16730.1,\n        'hydro': 48.1058,\n        'nuclear': 24167.2,\n        'oil': 290.891,\n        'solar': 0.0,\n        'unknown': 3305.23,\n        'wind': 396.479,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 639.264,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14607.146,\n        'gas': 16677.6,\n        'hydro': 48.689,\n        'nuclear': 24175.7,\n        'oil': 289.901,\n        'solar': 8.2849,\n        'unknown': 3314.66,\n        'wind': 383.186,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 639.917,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14777.451,\n        'gas': 16834.6,\n        'hydro': 49.4709,\n        'nuclear': 24168.9,\n        'oil': 291.073,\n        'solar': 8.28808,\n        'unknown': 3324.62,\n        'wind': 377.016,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 638.587,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14686.697,\n        'gas': 16870.2,\n        'hydro': 47.7793,\n        'nuclear': 24192.9,\n        'oil': 290.735,\n        'solar': 7.60632,\n        'unknown': 3328.11,\n        'wind': 370.587,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 639.103,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14644.128,\n        'gas': 16841.0,\n        'hydro': 49.1992,\n        'nuclear': 24158.0,\n        'oil': 290.446,\n        'solar': 8.19936,\n        'unknown': 3330.64,\n        'wind': 399.828,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 381.401,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14673.976,\n        'gas': 16758.6,\n        'hydro': 49.4636,\n        'nuclear': 24171.8,\n        'oil': 290.783,\n        'solar': 8.10165,\n        'unknown': 3327.75,\n        'wind': 393.711,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 380.61,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14679.67,\n        'gas': 16945.6,\n        'hydro': 50.5755,\n        'nuclear': 24175.1,\n        'oil': 289.892,\n        'solar': 7.63886,\n        'unknown': 3333.13,\n        'wind': 402.175,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 380.259,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14594.354,\n        'gas': 16964.6,\n        'hydro': 49.3215,\n        'nuclear': 24184.4,\n        'oil': 288.793,\n        'solar': 7.75512,\n        'unknown': 3335.56,\n        'wind': 399.935,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 380.61,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14671.482,\n        'gas': 17219.9,\n        'hydro': 50.0124,\n        'nuclear': 24167.5,\n        'oil': 289.915,\n        'solar': 8.52564,\n        'unknown': 3332.31,\n        'wind': 398.118,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 380.61,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14727.151,\n        'gas': 17165.3,\n        'hydro': 48.4085,\n        'nuclear': 24157.2,\n        'oil': 290.743,\n        'solar': 7.99887,\n        'unknown': 3338.66,\n        'wind': 398.172,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 379.863,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14772.489,\n        'gas': 17262.6,\n        'hydro': 50.0722,\n        'nuclear': 24138.6,\n        'oil': 290.03,\n        'solar': 8.23244,\n        'unknown': 3350.17,\n        'wind': 403.184,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 379.863,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14602.203,\n        'gas': 17302.5,\n        'hydro': 48.6016,\n        'nuclear': 24174.7,\n        'oil': 289.822,\n        'solar': 8.34948,\n        'unknown': 3345.03,\n        'wind': 410.254,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 381.401,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14727.253,\n        'gas': 17106.5,\n        'hydro': 49.6315,\n        'nuclear': 24154.0,\n        'oil': 290.832,\n        'solar': 7.75305,\n        'unknown': 3352.17,\n        'wind': 412.101,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 379.116,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14679.925,\n        'gas': 17126.5,\n        'hydro': 48.0471,\n        'nuclear': 24135.2,\n        'oil': 291.207,\n        'solar': 8.62396,\n        'unknown': 3352.27,\n        'wind': 383.169,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -4.87793,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14750.532,\n        'gas': 17295.8,\n        'hydro': 49.3261,\n        'nuclear': 24141.4,\n        'oil': 290.711,\n        'solar': 8.53475,\n        'unknown': 3353.47,\n        'wind': 372.979,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14839.293,\n        'gas': 17600.1,\n        'hydro': 49.317,\n        'nuclear': 24177.1,\n        'oil': 290.701,\n        'solar': 8.45652,\n        'unknown': 3356.54,\n        'wind': 395.363,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14657.483,\n        'gas': 17693.5,\n        'hydro': 49.0114,\n        'nuclear': 24166.7,\n        'oil': 290.964,\n        'solar': 8.94349,\n        'unknown': 3360.59,\n        'wind': 401.083,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14588.903,\n        'gas': 17498.6,\n        'hydro': 48.1119,\n        'nuclear': 24149.5,\n        'oil': 290.516,\n        'solar': 8.68265,\n        'unknown': 3359.37,\n        'wind': 422.309,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14744.932,\n        'gas': 17479.6,\n        'hydro': 49.1244,\n        'nuclear': 24151.2,\n        'oil': 291.013,\n        'solar': 8.55931,\n        'unknown': 3360.5,\n        'wind': 424.279,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14700.32,\n        'gas': 17286.0,\n        'hydro': 48.7974,\n        'nuclear': 24166.5,\n        'oil': 291.117,\n        'solar': 9.22994,\n        'unknown': 3360.49,\n        'wind': 424.484,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14693.073,\n        'gas': 17477.4,\n        'hydro': 48.0983,\n        'nuclear': 24149.4,\n        'oil': 290.409,\n        'solar': 8.07907,\n        'unknown': 3355.67,\n        'wind': 434.858,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14536.17,\n        'gas': 17256.1,\n        'hydro': 47.9,\n        'nuclear': 24160.8,\n        'oil': 289.84,\n        'solar': 8.8211,\n        'unknown': 3364.44,\n        'wind': 446.586,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14713.636,\n        'gas': 17291.6,\n        'hydro': 48.8649,\n        'nuclear': 24180.9,\n        'oil': 290.589,\n        'solar': 9.27977,\n        'unknown': 3368.23,\n        'wind': 452.669,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14667.559,\n        'gas': 17580.9,\n        'hydro': 48.7882,\n        'nuclear': 24172.4,\n        'oil': 289.872,\n        'solar': 9.13717,\n        'unknown': 3366.41,\n        'wind': 463.027,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14636.139,\n        'gas': 17853.3,\n        'hydro': 49.5613,\n        'nuclear': 24173.4,\n        'oil': 289.345,\n        'solar': 9.47443,\n        'unknown': 3361.25,\n        'wind': 468.075,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14761.259,\n        'gas': 18016.5,\n        'hydro': 113.055,\n        'nuclear': 24157.5,\n        'oil': 290.073,\n        'solar': 9.87947,\n        'unknown': 3363.52,\n        'wind': 474.854,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14665.232,\n        'gas': 17810.0,\n        'hydro': 353.224,\n        'nuclear': 24173.3,\n        'oil': 290.366,\n        'solar': 11.041,\n        'unknown': 3362.45,\n        'wind': 478.814,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14723.398,\n        'gas': 17544.4,\n        'hydro': 449.797,\n        'nuclear': 24166.0,\n        'oil': 293.08,\n        'solar': 15.0904,\n        'unknown': 3356.18,\n        'wind': 494.362,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14799.977,\n        'gas': 17797.6,\n        'hydro': 409.347,\n        'nuclear': 24171.6,\n        'oil': 291.128,\n        'solar': 18.3638,\n        'unknown': 3354.46,\n        'wind': 508.457,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14743.577,\n        'gas': 17830.4,\n        'hydro': 371.559,\n        'nuclear': 24161.4,\n        'oil': 290.246,\n        'solar': 24.3175,\n        'unknown': 3362.0,\n        'wind': 508.579,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14678.755,\n        'gas': 18015.8,\n        'hydro': 392.474,\n        'nuclear': 24189.5,\n        'oil': 291.626,\n        'solar': 34.629,\n        'unknown': 3356.71,\n        'wind': 515.061,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14649.989,\n        'gas': 18245.0,\n        'hydro': 391.526,\n        'nuclear': 24173.9,\n        'oil': 294.834,\n        'solar': 45.4197,\n        'unknown': 3355.11,\n        'wind': 522.871,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14717.842,\n        'gas': 18499.0,\n        'hydro': 392.857,\n        'nuclear': 24182.0,\n        'oil': 292.057,\n        'solar': 60.0754,\n        'unknown': 3347.44,\n        'wind': 535.399,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14773.479,\n        'gas': 18711.1,\n        'hydro': 418.665,\n        'nuclear': 24128.4,\n        'oil': 291.557,\n        'solar': 81.5168,\n        'unknown': 3340.59,\n        'wind': 526.627,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14733.828,\n        'gas': 18748.7,\n        'hydro': 403.837,\n        'nuclear': 24168.2,\n        'oil': 291.471,\n        'solar': 97.46,\n        'unknown': 3338.49,\n        'wind': 548.63,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14744.424,\n        'gas': 18881.6,\n        'hydro': 402.98,\n        'nuclear': 24172.7,\n        'oil': 291.656,\n        'solar': 121.118,\n        'unknown': 3342.07,\n        'wind': 591.885,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14655.684,\n        'gas': 18909.1,\n        'hydro': 401.236,\n        'nuclear': 24161.7,\n        'oil': 289.86,\n        'solar': 148.736,\n        'unknown': 3334.82,\n        'wind': 570.176,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 20.957,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14567.097,\n        'gas': 18982.3,\n        'hydro': 466.645,\n        'nuclear': 24156.5,\n        'oil': 289.308,\n        'solar': 181.836,\n        'unknown': 3332.79,\n        'wind': 556.178,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 32.6088,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14795.776,\n        'gas': 18687.9,\n        'hydro': 511.24,\n        'nuclear': 24139.5,\n        'oil': 290.883,\n        'solar': 213.058,\n        'unknown': 3327.95,\n        'wind': 568.06,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -29.7058,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14588.011,\n        'gas': 18448.6,\n        'hydro': 536.358,\n        'nuclear': 24175.1,\n        'oil': 290.972,\n        'solar': 239.274,\n        'unknown': 3322.17,\n        'wind': 567.861,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -18.3879,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14720.534,\n        'gas': 18773.3,\n        'hydro': 554.47,\n        'nuclear': 24136.1,\n        'oil': 290.041,\n        'solar': 291.485,\n        'unknown': 3340.71,\n        'wind': 568.236,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -58.8004,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14817.175,\n        'gas': 18872.4,\n        'hydro': 544.932,\n        'nuclear': 24183.9,\n        'oil': 291.617,\n        'solar': 304.006,\n        'unknown': 3359.1,\n        'wind': 590.229,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -42.4511,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14681.176,\n        'gas': 19007.0,\n        'hydro': 549.084,\n        'nuclear': 24182.1,\n        'oil': 290.886,\n        'solar': 316.577,\n        'unknown': 3357.15,\n        'wind': 594.327,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -32.3917,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14709.72,\n        'gas': 19190.6,\n        'hydro': 569.188,\n        'nuclear': 24161.9,\n        'oil': 291.496,\n        'solar': 356.198,\n        'unknown': 3350.46,\n        'wind': 573.938,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -64.1956,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14826.476,\n        'gas': 19157.3,\n        'hydro': 557.728,\n        'nuclear': 24165.1,\n        'oil': 292.214,\n        'solar': 392.004,\n        'unknown': 3346.1,\n        'wind': 572.116,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -37.2565,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14718.005,\n        'gas': 19201.8,\n        'hydro': 548.785,\n        'nuclear': 24159.2,\n        'oil': 291.624,\n        'solar': 427.566,\n        'unknown': 3334.8,\n        'wind': 554.453,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -23.5994,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14761.946,\n        'gas': 19193.9,\n        'hydro': 544.703,\n        'nuclear': 24157.9,\n        'oil': 291.668,\n        'solar': 482.627,\n        'unknown': 3323.33,\n        'wind': 564.087,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -37.8255,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14732.1,\n        'gas': 19200.5,\n        'hydro': 552.747,\n        'nuclear': 24181.2,\n        'oil': 290.887,\n        'solar': 526.981,\n        'unknown': 3313.78,\n        'wind': 537.997,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -37.126,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14598.156,\n        'gas': 19238.8,\n        'hydro': 543.062,\n        'nuclear': 24194.1,\n        'oil': 290.392,\n        'solar': 590.959,\n        'unknown': 3303.8,\n        'wind': 528.816,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -31.4571,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14608.99,\n        'gas': 19326.6,\n        'hydro': 552.608,\n        'nuclear': 24170.3,\n        'oil': 291.081,\n        'solar': 609.008,\n        'unknown': 3298.74,\n        'wind': 521.126,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -160.866,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14653.176,\n        'gas': 19471.9,\n        'hydro': 554.788,\n        'nuclear': 24149.4,\n        'oil': 290.837,\n        'solar': 650.243,\n        'unknown': 3217.88,\n        'wind': 512.349,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -281.161,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14552.653,\n        'gas': 19267.8,\n        'hydro': 546.776,\n        'nuclear': 24170.1,\n        'oil': 290.654,\n        'solar': 705.779,\n        'unknown': 3213.01,\n        'wind': 508.621,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -353.571,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14586.284,\n        'gas': 19049.6,\n        'hydro': 557.535,\n        'nuclear': 24138.1,\n        'oil': 290.797,\n        'solar': 764.141,\n        'unknown': 3203.88,\n        'wind': 560.983,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -361.701,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14807.574,\n        'gas': 19181.6,\n        'hydro': 554.33,\n        'nuclear': 24143.8,\n        'oil': 291.537,\n        'solar': 816.334,\n        'unknown': 3198.86,\n        'wind': 560.831,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -374.004,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14716.001,\n        'gas': 19082.3,\n        'hydro': 553.042,\n        'nuclear': 24156.6,\n        'oil': 291.525,\n        'solar': 882.947,\n        'unknown': 3197.13,\n        'wind': 573.087,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -352.37,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14586.907,\n        'gas': 19060.6,\n        'hydro': 527.095,\n        'nuclear': 24186.3,\n        'oil': 291.109,\n        'solar': 926.827,\n        'unknown': 3193.53,\n        'wind': 565.107,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -353.985,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14617.462,\n        'gas': 19027.3,\n        'hydro': 547.133,\n        'nuclear': 24189.8,\n        'oil': 291.215,\n        'solar': 980.047,\n        'unknown': 3181.74,\n        'wind': 570.113,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -363.405,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14730.209,\n        'gas': 18984.8,\n        'hydro': 548.364,\n        'nuclear': 24155.4,\n        'oil': 291.326,\n        'solar': 966.747,\n        'unknown': 3164.57,\n        'wind': 569.466,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -429.023,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14684.161,\n        'gas': 18880.6,\n        'hydro': 551.981,\n        'nuclear': 24177.4,\n        'oil': 291.051,\n        'solar': 1023.56,\n        'unknown': 3153.59,\n        'wind': 575.572,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -372.251,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14668.104,\n        'gas': 18638.1,\n        'hydro': 551.368,\n        'nuclear': 24201.4,\n        'oil': 291.103,\n        'solar': 1028.12,\n        'unknown': 3145.27,\n        'wind': 575.756,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -158.265,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14720.015,\n        'gas': 18687.3,\n        'hydro': 554.062,\n        'nuclear': 24170.2,\n        'oil': 291.089,\n        'solar': 1109.2,\n        'unknown': 3126.36,\n        'wind': 584.038,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -154.36,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14691.904,\n        'gas': 18897.2,\n        'hydro': 575.413,\n        'nuclear': 24149.2,\n        'oil': 290.622,\n        'solar': 1157.5,\n        'unknown': 3122.68,\n        'wind': 593.176,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -196.818,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14574.746,\n        'gas': 19156.6,\n        'hydro': 539.535,\n        'nuclear': 24199.1,\n        'oil': 290.803,\n        'solar': 1126.6,\n        'unknown': 3139.82,\n        'wind': 605.18,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -135.023,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14508.208,\n        'gas': 19175.4,\n        'hydro': 552.111,\n        'nuclear': 24174.2,\n        'oil': 291.294,\n        'solar': 1136.23,\n        'unknown': 3120.12,\n        'wind': 616.152,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -133.773,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14649.322,\n        'gas': 18979.4,\n        'hydro': 556.676,\n        'nuclear': 24159.4,\n        'oil': 292.115,\n        'solar': 1204.19,\n        'unknown': 3105.95,\n        'wind': 613.635,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -167.962,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14642.678,\n        'gas': 18996.2,\n        'hydro': 538.153,\n        'nuclear': 24160.6,\n        'oil': 291.422,\n        'solar': 1266.43,\n        'unknown': 3105.49,\n        'wind': 628.683,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -143.448,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14461.491,\n        'gas': 19262.8,\n        'hydro': 529.975,\n        'nuclear': 24191.9,\n        'oil': 291.298,\n        'solar': 1323.38,\n        'unknown': 3100.45,\n        'wind': 643.012,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -120.466,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14547.047,\n        'gas': 19070.7,\n        'hydro': 503.623,\n        'nuclear': 24172.2,\n        'oil': 291.901,\n        'solar': 1332.42,\n        'unknown': 3091.66,\n        'wind': 662.512,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -149.156,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14628.722,\n        'gas': 18870.7,\n        'hydro': 508.818,\n        'nuclear': 24175.6,\n        'oil': 291.597,\n        'solar': 1365.31,\n        'unknown': 3061.47,\n        'wind': 655.937,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -181.837,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14484.815,\n        'gas': 18880.1,\n        'hydro': 500.667,\n        'nuclear': 24146.2,\n        'oil': 291.377,\n        'solar': 1328.74,\n        'unknown': 3058.06,\n        'wind': 664.504,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -141.792,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14610.64,\n        'gas': 19033.3,\n        'hydro': 497.856,\n        'nuclear': 24139.6,\n        'oil': 291.562,\n        'solar': 1325.33,\n        'unknown': 3050.36,\n        'wind': 668.964,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -180.468,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14454.209,\n        'gas': 19137.8,\n        'hydro': 490.207,\n        'nuclear': 24153.5,\n        'oil': 290.838,\n        'solar': 1271.88,\n        'unknown': 3020.04,\n        'wind': 660.095,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -126.47,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14596.9,\n        'gas': 18915.0,\n        'hydro': 516.52,\n        'nuclear': 24162.3,\n        'oil': 293.089,\n        'solar': 1205.68,\n        'unknown': 3031.19,\n        'wind': 667.727,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -149.574,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14595.607,\n        'gas': 19094.8,\n        'hydro': 430.18,\n        'nuclear': 24150.8,\n        'oil': 291.447,\n        'solar': 1224.46,\n        'unknown': 3043.51,\n        'wind': 667.711,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 57.1039,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14686.684,\n        'gas': 19035.6,\n        'hydro': 416.175,\n        'nuclear': 24161.7,\n        'oil': 292.526,\n        'solar': 1164.25,\n        'unknown': 3029.43,\n        'wind': 674.552,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 95.9953,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14615.159,\n        'gas': 19153.8,\n        'hydro': 411.622,\n        'nuclear': 24169.4,\n        'oil': 292.301,\n        'solar': 1158.78,\n        'unknown': 3026.13,\n        'wind': 664.976,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 98.6626,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14654.952,\n        'gas': 19043.2,\n        'hydro': 414.848,\n        'nuclear': 24153.0,\n        'oil': 291.867,\n        'solar': 1190.02,\n        'unknown': 3016.21,\n        'wind': 673.973,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 93.0684,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14627.149,\n        'gas': 18954.6,\n        'hydro': 413.318,\n        'nuclear': 24155.2,\n        'oil': 290.886,\n        'solar': 1249.97,\n        'unknown': 3026.98,\n        'wind': 678.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 108.86,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14680.197,\n        'gas': 19135.1,\n        'hydro': 432.96,\n        'nuclear': 24180.2,\n        'oil': 290.742,\n        'solar': 1373.18,\n        'unknown': 3000.4,\n        'wind': 660.871,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 298.502,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14576.466,\n        'gas': 19146.8,\n        'hydro': 408.433,\n        'nuclear': 24177.9,\n        'oil': 291.033,\n        'solar': 1364.36,\n        'unknown': 2990.25,\n        'wind': 658.96,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 301.387,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14577.198,\n        'gas': 19188.4,\n        'hydro': 429.221,\n        'nuclear': 24195.0,\n        'oil': 290.692,\n        'solar': 1352.64,\n        'unknown': 2971.24,\n        'wind': 678.654,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 303.134,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14635.534,\n        'gas': 19124.3,\n        'hydro': 394.37,\n        'nuclear': 24172.8,\n        'oil': 291.477,\n        'solar': 1392.76,\n        'unknown': 2972.93,\n        'wind': 679.101,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 288.461,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14600.853,\n        'gas': 19063.5,\n        'hydro': 373.054,\n        'nuclear': 24181.4,\n        'oil': 291.232,\n        'solar': 1378.99,\n        'unknown': 2982.04,\n        'wind': 693.453,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 300.964,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14698.863,\n        'gas': 19327.3,\n        'hydro': 390.183,\n        'nuclear': 24175.2,\n        'oil': 291.041,\n        'solar': 1432.5,\n        'unknown': 2960.5,\n        'wind': 710.2,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 301.818,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14714.31,\n        'gas': 19222.2,\n        'hydro': 371.566,\n        'nuclear': 24144.1,\n        'oil': 291.346,\n        'solar': 1422.53,\n        'unknown': 2944.84,\n        'wind': 704.391,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 283.424,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14686.642,\n        'gas': 19242.3,\n        'hydro': 370.812,\n        'nuclear': 24175.2,\n        'oil': 290.89,\n        'solar': 1399.71,\n        'unknown': 2958.97,\n        'wind': 723.143,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 293.589,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14757.046,\n        'gas': 19230.5,\n        'hydro': 373.023,\n        'nuclear': 24177.4,\n        'oil': 290.839,\n        'solar': 1372.99,\n        'unknown': 2980.89,\n        'wind': 701.737,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 287.116,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14759.703,\n        'gas': 19452.9,\n        'hydro': 373.245,\n        'nuclear': 24182.4,\n        'oil': 292.024,\n        'solar': 1411.2,\n        'unknown': 2990.37,\n        'wind': 660.967,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 304.446,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14691.241,\n        'gas': 19414.1,\n        'hydro': 364.769,\n        'nuclear': 24192.7,\n        'oil': 290.438,\n        'solar': 1486.77,\n        'unknown': 2943.59,\n        'wind': 654.307,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 306.963,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14622.655,\n        'gas': 19364.9,\n        'hydro': 370.814,\n        'nuclear': 24163.0,\n        'oil': 290.034,\n        'solar': 1552.29,\n        'unknown': 2908.14,\n        'wind': 662.45,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 286.191,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14624.593,\n        'gas': 19325.8,\n        'hydro': 370.649,\n        'nuclear': 24189.7,\n        'oil': 290.46,\n        'solar': 1548.21,\n        'unknown': 2902.22,\n        'wind': 663.923,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 426.89,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14628.759,\n        'gas': 19252.7,\n        'hydro': 364.851,\n        'nuclear': 24170.9,\n        'oil': 290.502,\n        'solar': 1524.91,\n        'unknown': 2889.73,\n        'wind': 659.959,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 427.049,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14613.539,\n        'gas': 19589.4,\n        'hydro': 366.027,\n        'nuclear': 24152.6,\n        'oil': 291.019,\n        'solar': 1491.44,\n        'unknown': 2883.16,\n        'wind': 656.43,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 425.892,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14763.469,\n        'gas': 19525.7,\n        'hydro': 374.16,\n        'nuclear': 24183.8,\n        'oil': 291.988,\n        'solar': 1431.42,\n        'unknown': 2886.26,\n        'wind': 663.307,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 422.141,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14586.906,\n        'gas': 19420.8,\n        'hydro': 368.122,\n        'nuclear': 24160.5,\n        'oil': 291.326,\n        'solar': 1387.12,\n        'unknown': 2916.93,\n        'wind': 672.089,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 422.061,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14559.597,\n        'gas': 19161.7,\n        'hydro': 367.153,\n        'nuclear': 24151.7,\n        'oil': 291.305,\n        'solar': 1318.13,\n        'unknown': 2959.87,\n        'wind': 655.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.982,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14684.497,\n        'gas': 19320.0,\n        'hydro': 390.73,\n        'nuclear': 24196.7,\n        'oil': 291.732,\n        'solar': 1320.97,\n        'unknown': 2988.08,\n        'wind': 635.004,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 422.54,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14727.884,\n        'gas': 19379.0,\n        'hydro': 386.912,\n        'nuclear': 24159.1,\n        'oil': 292.285,\n        'solar': 1317.72,\n        'unknown': 2989.81,\n        'wind': 602.338,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.303,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14640.283,\n        'gas': 19397.7,\n        'hydro': 406.766,\n        'nuclear': 24159.9,\n        'oil': 291.58,\n        'solar': 1325.67,\n        'unknown': 2988.26,\n        'wind': 608.524,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 425.334,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14594.745,\n        'gas': 19224.7,\n        'hydro': 416.258,\n        'nuclear': 24168.8,\n        'oil': 292.197,\n        'solar': 1260.42,\n        'unknown': 2996.7,\n        'wind': 586.833,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.864,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14667.559,\n        'gas': 19055.1,\n        'hydro': 418.705,\n        'nuclear': 24173.2,\n        'oil': 292.396,\n        'solar': 1216.71,\n        'unknown': 2990.47,\n        'wind': 571.947,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.224,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14675.042,\n        'gas': 18993.9,\n        'hydro': 387.632,\n        'nuclear': 24170.2,\n        'oil': 292.054,\n        'solar': 1265.56,\n        'unknown': 2970.39,\n        'wind': 582.176,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 425.134,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14707.336,\n        'gas': 19251.3,\n        'hydro': 416.438,\n        'nuclear': 24168.7,\n        'oil': 291.359,\n        'solar': 1228.62,\n        'unknown': 2973.72,\n        'wind': 588.008,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.782,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14761.128,\n        'gas': 19320.5,\n        'hydro': 410.303,\n        'nuclear': 24161.7,\n        'oil': 291.643,\n        'solar': 1161.41,\n        'unknown': 2967.43,\n        'wind': 578.838,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.705,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14592.19,\n        'gas': 19157.1,\n        'hydro': 410.04,\n        'nuclear': 24205.8,\n        'oil': 290.39,\n        'solar': 1135.47,\n        'unknown': 2964.75,\n        'wind': 581.741,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 425.453,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14628.428,\n        'gas': 18947.9,\n        'hydro': 410.453,\n        'nuclear': 24173.7,\n        'oil': 291.542,\n        'solar': 1084.0,\n        'unknown': 2991.5,\n        'wind': 595.697,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 424.376,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14794.518,\n        'gas': 18962.9,\n        'hydro': 417.95,\n        'nuclear': 24166.4,\n        'oil': 295.164,\n        'solar': 1079.87,\n        'unknown': 3002.46,\n        'wind': 580.94,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 419.149,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14869.41,\n        'gas': 19227.0,\n        'hydro': 412.898,\n        'nuclear': 24178.2,\n        'oil': 296.807,\n        'solar': 1073.03,\n        'unknown': 3009.28,\n        'wind': 573.872,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.623,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14690.103,\n        'gas': 19307.7,\n        'hydro': 415.406,\n        'nuclear': 24182.2,\n        'oil': 295.367,\n        'solar': 1071.62,\n        'unknown': 2998.86,\n        'wind': 574.368,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 422.381,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14767.304,\n        'gas': 19194.9,\n        'hydro': 415.165,\n        'nuclear': 24183.3,\n        'oil': 299.202,\n        'solar': 1075.16,\n        'unknown': 2993.25,\n        'wind': 572.552,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.106,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14642.42,\n        'gas': 19292.9,\n        'hydro': 407.403,\n        'nuclear': 24168.1,\n        'oil': 305.483,\n        'solar': 1058.1,\n        'unknown': 2996.6,\n        'wind': 537.308,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.423,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14749.979,\n        'gas': 19480.2,\n        'hydro': 413.989,\n        'nuclear': 24182.1,\n        'oil': 307.478,\n        'solar': 1024.82,\n        'unknown': 3039.79,\n        'wind': 517.297,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 422.181,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14736.397,\n        'gas': 19486.8,\n        'hydro': 409.787,\n        'nuclear': 24180.5,\n        'oil': 309.334,\n        'solar': 974.464,\n        'unknown': 3077.17,\n        'wind': 495.789,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 423.977,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14632.976,\n        'gas': 19548.3,\n        'hydro': 400.153,\n        'nuclear': 24187.2,\n        'oil': 311.01,\n        'solar': 939.301,\n        'unknown': 3118.35,\n        'wind': 508.195,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.343,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14748.697,\n        'gas': 19702.4,\n        'hydro': 404.87,\n        'nuclear': 24177.1,\n        'oil': 321.131,\n        'solar': 911.634,\n        'unknown': 3127.4,\n        'wind': 493.631,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.226,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14782.228,\n        'gas': 19810.9,\n        'hydro': 373.912,\n        'nuclear': 24167.1,\n        'oil': 331.693,\n        'solar': 895.852,\n        'unknown': 3129.39,\n        'wind': 491.481,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.263,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14714.922,\n        'gas': 19923.7,\n        'hydro': 363.016,\n        'nuclear': 24171.6,\n        'oil': 340.562,\n        'solar': 839.816,\n        'unknown': 3122.47,\n        'wind': 478.708,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.745,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14669.442,\n        'gas': 20015.7,\n        'hydro': 367.472,\n        'nuclear': 24182.7,\n        'oil': 341.375,\n        'solar': 804.817,\n        'unknown': 3128.93,\n        'wind': 452.412,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 421.543,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14727.603,\n        'gas': 20131.5,\n        'hydro': 371.867,\n        'nuclear': 24188.1,\n        'oil': 350.067,\n        'solar': 757.541,\n        'unknown': 3133.21,\n        'wind': 465.97,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.226,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14735.903,\n        'gas': 20302.2,\n        'hydro': 345.188,\n        'nuclear': 24189.1,\n        'oil': 356.305,\n        'solar': 722.779,\n        'unknown': 3138.56,\n        'wind': 451.627,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 419.867,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14783.994,\n        'gas': 20642.5,\n        'hydro': 286.442,\n        'nuclear': 24173.0,\n        'oil': 363.268,\n        'solar': 702.94,\n        'unknown': 3139.82,\n        'wind': 450.143,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 420.346,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14872.376,\n        'gas': 20491.9,\n        'hydro': 313.574,\n        'nuclear': 24179.8,\n        'oil': 364.509,\n        'solar': 657.667,\n        'unknown': 3135.82,\n        'wind': 432.687,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 418.311,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14753.859,\n        'gas': 20184.7,\n        'hydro': 361.895,\n        'nuclear': 24184.5,\n        'oil': 363.139,\n        'solar': 664.524,\n        'unknown': 3183.22,\n        'wind': 430.974,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 419.149,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14735.697,\n        'gas': 19945.2,\n        'hydro': 341.57,\n        'nuclear': 24167.8,\n        'oil': 363.314,\n        'solar': 616.197,\n        'unknown': 3216.01,\n        'wind': 408.765,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14800.104,\n        'gas': 20045.9,\n        'hydro': 372.413,\n        'nuclear': 24162.7,\n        'oil': 362.646,\n        'solar': 543.873,\n        'unknown': 3455.13,\n        'wind': 411.999,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14792.244,\n        'gas': 20253.8,\n        'hydro': 340.453,\n        'nuclear': 24162.8,\n        'oil': 363.335,\n        'solar': 485.55,\n        'unknown': 3638.6,\n        'wind': 397.056,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14819.097,\n        'gas': 20360.4,\n        'hydro': 363.175,\n        'nuclear': 24188.5,\n        'oil': 363.225,\n        'solar': 460.607,\n        'unknown': 3706.9,\n        'wind': 386.257,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14828.744,\n        'gas': 20398.5,\n        'hydro': 375.912,\n        'nuclear': 24151.5,\n        'oil': 363.111,\n        'solar': 410.101,\n        'unknown': 3725.18,\n        'wind': 392.203,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14702.896,\n        'gas': 20502.0,\n        'hydro': 371.888,\n        'nuclear': 24155.9,\n        'oil': 362.973,\n        'solar': 386.596,\n        'unknown': 3699.56,\n        'wind': 375.616,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14890.631,\n        'gas': 20946.6,\n        'hydro': 370.717,\n        'nuclear': 24176.8,\n        'oil': 363.216,\n        'solar': 344.756,\n        'unknown': 3698.05,\n        'wind': 369.501,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14919.984,\n        'gas': 21313.6,\n        'hydro': 370.003,\n        'nuclear': 24170.2,\n        'oil': 363.674,\n        'solar': 307.627,\n        'unknown': 3684.45,\n        'wind': 373.273,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14822.142,\n        'gas': 21164.3,\n        'hydro': 345.846,\n        'nuclear': 24152.4,\n        'oil': 363.661,\n        'solar': 265.391,\n        'unknown': 3656.47,\n        'wind': 365.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14850.87,\n        'gas': 21714.0,\n        'hydro': 365.679,\n        'nuclear': 24164.2,\n        'oil': 364.016,\n        'solar': 223.414,\n        'unknown': 3627.55,\n        'wind': 359.138,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14899.389,\n        'gas': 22011.0,\n        'hydro': 329.568,\n        'nuclear': 24157.5,\n        'oil': 364.31,\n        'solar': 199.96,\n        'unknown': 3592.4,\n        'wind': 370.775,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14913.51,\n        'gas': 22335.2,\n        'hydro': 323.62,\n        'nuclear': 24176.4,\n        'oil': 363.478,\n        'solar': 181.266,\n        'unknown': 3554.01,\n        'wind': 373.549,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -164.011,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14910.99,\n        'gas': 22304.7,\n        'hydro': 328.215,\n        'nuclear': 24145.2,\n        'oil': 364.74,\n        'solar': 144.13,\n        'unknown': 3525.21,\n        'wind': 356.858,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -393.721,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14990.222,\n        'gas': 22564.0,\n        'hydro': 317.711,\n        'nuclear': 24164.5,\n        'oil': 363.766,\n        'solar': 97.0092,\n        'unknown': 3507.49,\n        'wind': 345.267,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -519.969,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15010.059,\n        'gas': 22382.2,\n        'hydro': 311.478,\n        'nuclear': 24156.7,\n        'oil': 363.315,\n        'solar': 67.4273,\n        'unknown': 3502.25,\n        'wind': 342.304,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -522.492,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14972.617,\n        'gas': 22764.9,\n        'hydro': 325.164,\n        'nuclear': 24164.3,\n        'oil': 363.591,\n        'solar': 0.0,\n        'unknown': 3490.41,\n        'wind': 343.144,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -529.515,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14961.186,\n        'gas': 23010.9,\n        'hydro': 325.283,\n        'nuclear': 24144.2,\n        'oil': 363.596,\n        'solar': 0.0,\n        'unknown': 3466.91,\n        'wind': 365.388,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -535.731,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15051.158,\n        'gas': 22779.4,\n        'hydro': 318.778,\n        'nuclear': 24134.7,\n        'oil': 363.831,\n        'solar': 17.1478,\n        'unknown': 3420.95,\n        'wind': 367.731,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -937.306,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15029.825,\n        'gas': 23009.8,\n        'hydro': 327.892,\n        'nuclear': 24169.9,\n        'oil': 362.026,\n        'solar': 9.69618,\n        'unknown': 3459.22,\n        'wind': 375.927,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -939.786,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15014.545,\n        'gas': 22861.9,\n        'hydro': 325.953,\n        'nuclear': 24131.2,\n        'oil': 361.349,\n        'solar': 15.624,\n        'unknown': 3447.06,\n        'wind': 373.002,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1375.72,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15080.638,\n        'gas': 23042.6,\n        'hydro': 286.321,\n        'nuclear': 24206.0,\n        'oil': 363.082,\n        'solar': 17.5567,\n        'unknown': 3437.6,\n        'wind': 367.37,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1389.46,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15164.055,\n        'gas': 23097.6,\n        'hydro': 280.46,\n        'nuclear': 24183.2,\n        'oil': 363.214,\n        'solar': 20.6998,\n        'unknown': 3418.34,\n        'wind': 369.952,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1388.93,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15121.835,\n        'gas': 23232.0,\n        'hydro': 286.773,\n        'nuclear': 24168.9,\n        'oil': 363.602,\n        'solar': 21.0216,\n        'unknown': 3411.66,\n        'wind': 369.12,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1391.25,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15045.283,\n        'gas': 23109.4,\n        'hydro': 285.458,\n        'nuclear': 24174.1,\n        'oil': 363.612,\n        'solar': 22.8437,\n        'unknown': 3404.82,\n        'wind': 396.499,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1374.12,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15055.88,\n        'gas': 23083.1,\n        'hydro': 282.353,\n        'nuclear': 24159.1,\n        'oil': 363.175,\n        'solar': 22.5842,\n        'unknown': 3393.38,\n        'wind': 406.653,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1380.13,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15153.629,\n        'gas': 22969.8,\n        'hydro': 279.168,\n        'nuclear': 24169.1,\n        'oil': 363.358,\n        'solar': 19.4275,\n        'unknown': 3417.66,\n        'wind': 408.84,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1392.15,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15069.707,\n        'gas': 23131.0,\n        'hydro': 276.753,\n        'nuclear': 24134.7,\n        'oil': 363.124,\n        'solar': 19.6174,\n        'unknown': 3432.0,\n        'wind': 403.449,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1381.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15100.022,\n        'gas': 23168.2,\n        'hydro': 277.955,\n        'nuclear': 24190.5,\n        'oil': 363.772,\n        'solar': 14.7366,\n        'unknown': 3440.75,\n        'wind': 396.95,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1377.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15104.184,\n        'gas': 22967.7,\n        'hydro': 286.357,\n        'nuclear': 24153.2,\n        'oil': 363.759,\n        'solar': 13.5954,\n        'unknown': 3435.89,\n        'wind': 395.697,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1403.42,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15002.427,\n        'gas': 22967.6,\n        'hydro': 281.604,\n        'nuclear': 24177.1,\n        'oil': 362.826,\n        'solar': 21.2186,\n        'unknown': 3421.25,\n        'wind': 393.809,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1382.6,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15023.528,\n        'gas': 22839.2,\n        'hydro': 278.87,\n        'nuclear': 24194.8,\n        'oil': 362.895,\n        'solar': 22.147,\n        'unknown': 3415.3,\n        'wind': 392.791,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1367.49,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15011.299,\n        'gas': 22763.6,\n        'hydro': 279.684,\n        'nuclear': 24169.6,\n        'oil': 364.155,\n        'solar': 22.4842,\n        'unknown': 3419.01,\n        'wind': 384.349,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1381.18,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15106.152,\n        'gas': 22826.9,\n        'hydro': 208.612,\n        'nuclear': 24180.4,\n        'oil': 362.708,\n        'solar': 21.7964,\n        'unknown': 3425.37,\n        'wind': 363.385,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1390.97,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15066.324,\n        'gas': 22673.4,\n        'hydro': 206.65,\n        'nuclear': 24214.4,\n        'oil': 362.999,\n        'solar': 20.6323,\n        'unknown': 3422.35,\n        'wind': 369.955,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1376.13,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15093.794,\n        'gas': 22621.1,\n        'hydro': 210.968,\n        'nuclear': 24176.1,\n        'oil': 361.086,\n        'solar': 0.0,\n        'unknown': 3415.4,\n        'wind': 380.291,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1381.12,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15170.136,\n        'gas': 22655.0,\n        'hydro': 213.499,\n        'nuclear': 24156.6,\n        'oil': 361.936,\n        'solar': 0.0,\n        'unknown': 3410.18,\n        'wind': 370.562,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1546.88,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15063.736,\n        'gas': 22522.1,\n        'hydro': 210.319,\n        'nuclear': 24157.6,\n        'oil': 361.932,\n        'solar': 0.0,\n        'unknown': 3420.9,\n        'wind': 382.182,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1521.46,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15099.336,\n        'gas': 22457.5,\n        'hydro': 214.224,\n        'nuclear': 24155.2,\n        'oil': 363.469,\n        'solar': 0.0,\n        'unknown': 3427.53,\n        'wind': 380.406,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1305.48,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15130.901,\n        'gas': 22468.3,\n        'hydro': 209.695,\n        'nuclear': 24165.7,\n        'oil': 361.968,\n        'solar': 0.0,\n        'unknown': 3434.15,\n        'wind': 385.446,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1259.4,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15071.193,\n        'gas': 22441.9,\n        'hydro': 205.009,\n        'nuclear': 24171.0,\n        'oil': 362.25,\n        'solar': 0.0,\n        'unknown': 3422.09,\n        'wind': 368.16,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1259.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15033.062,\n        'gas': 22404.5,\n        'hydro': 214.713,\n        'nuclear': 24158.8,\n        'oil': 362.493,\n        'solar': 0.0,\n        'unknown': 3423.72,\n        'wind': 379.804,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1302.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15019.153,\n        'gas': 22215.5,\n        'hydro': 202.077,\n        'nuclear': 24201.5,\n        'oil': 362.516,\n        'solar': 0.0,\n        'unknown': 3424.47,\n        'wind': 359.892,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1228.57,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15060.501,\n        'gas': 22052.3,\n        'hydro': 206.471,\n        'nuclear': 24169.7,\n        'oil': 363.071,\n        'solar': 0.0,\n        'unknown': 3414.14,\n        'wind': 395.03,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1238.19,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15123.617,\n        'gas': 22184.1,\n        'hydro': 211.018,\n        'nuclear': 24164.7,\n        'oil': 362.617,\n        'solar': 0.0,\n        'unknown': 3422.09,\n        'wind': 409.377,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1091.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15153.125,\n        'gas': 21947.2,\n        'hydro': 208.609,\n        'nuclear': 24156.4,\n        'oil': 363.247,\n        'solar': 0.0,\n        'unknown': 3420.34,\n        'wind': 400.987,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1038.85,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15099.527,\n        'gas': 21826.3,\n        'hydro': 210.411,\n        'nuclear': 24168.8,\n        'oil': 361.608,\n        'solar': 0.0,\n        'unknown': 3417.81,\n        'wind': 407.896,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1073.01,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15206.593,\n        'gas': 21716.4,\n        'hydro': 207.967,\n        'nuclear': 24155.9,\n        'oil': 363.228,\n        'solar': 0.0,\n        'unknown': 3409.03,\n        'wind': 388.231,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1064.16,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15089.451,\n        'gas': 21674.5,\n        'hydro': 241.604,\n        'nuclear': 24168.2,\n        'oil': 361.629,\n        'solar': 0.0,\n        'unknown': 3408.22,\n        'wind': 369.257,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1028.27,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15076.389,\n        'gas': 21682.8,\n        'hydro': 251.277,\n        'nuclear': 24170.6,\n        'oil': 362.662,\n        'solar': 0.0,\n        'unknown': 3414.25,\n        'wind': 387.884,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1069.51,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15063.435,\n        'gas': 21440.2,\n        'hydro': 245.796,\n        'nuclear': 24169.6,\n        'oil': 362.548,\n        'solar': 0.0,\n        'unknown': 3414.45,\n        'wind': 385.674,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1034.91,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15115.576,\n        'gas': 21531.9,\n        'hydro': 257.086,\n        'nuclear': 24185.6,\n        'oil': 363.946,\n        'solar': 0.0,\n        'unknown': 3411.05,\n        'wind': 389.992,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1088.81,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15043.306,\n        'gas': 21449.1,\n        'hydro': 250.5,\n        'nuclear': 24180.9,\n        'oil': 363.032,\n        'solar': 0.0,\n        'unknown': 3410.78,\n        'wind': 373.388,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1068.14,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15058.227,\n        'gas': 21343.7,\n        'hydro': 244.602,\n        'nuclear': 24173.4,\n        'oil': 363.96,\n        'solar': 0.0,\n        'unknown': 3397.36,\n        'wind': 370.487,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1040.67,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15031.315,\n        'gas': 21098.8,\n        'hydro': 247.437,\n        'nuclear': 24166.1,\n        'oil': 363.862,\n        'solar': 0.0,\n        'unknown': 3396.42,\n        'wind': 372.568,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1039.21,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15085.245,\n        'gas': 20972.2,\n        'hydro': 257.63,\n        'nuclear': 24191.7,\n        'oil': 365.201,\n        'solar': 0.0,\n        'unknown': 3395.05,\n        'wind': 366.65,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1102.78,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15192.942,\n        'gas': 21056.6,\n        'hydro': 250.522,\n        'nuclear': 24168.6,\n        'oil': 364.206,\n        'solar': 0.0,\n        'unknown': 3398.73,\n        'wind': 361.899,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1061.43,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15103.93,\n        'gas': 21002.2,\n        'hydro': 252.81,\n        'nuclear': 24184.1,\n        'oil': 365.684,\n        'solar': 0.0,\n        'unknown': 3392.83,\n        'wind': 354.807,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1089.88,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15069.19,\n        'gas': 20741.9,\n        'hydro': 252.049,\n        'nuclear': 24159.7,\n        'oil': 365.518,\n        'solar': 0.0,\n        'unknown': 3391.43,\n        'wind': 355.322,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1078.22,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15161.289,\n        'gas': 20534.4,\n        'hydro': 253.244,\n        'nuclear': 24144.6,\n        'oil': 366.059,\n        'solar': 0.0,\n        'unknown': 3388.49,\n        'wind': 368.897,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1054.75,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15038.37,\n        'gas': 20194.8,\n        'hydro': 251.977,\n        'nuclear': 24171.8,\n        'oil': 365.067,\n        'solar': 0.0,\n        'unknown': 3382.07,\n        'wind': 367.411,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1082.64,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15160.428,\n        'gas': 20151.8,\n        'hydro': 260.611,\n        'nuclear': 24187.8,\n        'oil': 365.897,\n        'solar': 0.0,\n        'unknown': 3380.32,\n        'wind': 381.618,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1094.59,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15044.104,\n        'gas': 20059.6,\n        'hydro': 240.238,\n        'nuclear': 24177.4,\n        'oil': 364.606,\n        'solar': 0.0,\n        'unknown': 3373.35,\n        'wind': 377.355,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1014.7,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15020.079,\n        'gas': 19797.8,\n        'hydro': 250.463,\n        'nuclear': 24175.9,\n        'oil': 364.706,\n        'solar': 0.0,\n        'unknown': 3372.35,\n        'wind': 367.716,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1073.26,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 14969.672,\n        'gas': 19778.4,\n        'hydro': 240.401,\n        'nuclear': 24183.3,\n        'oil': 365.0,\n        'solar': 0.0,\n        'unknown': 3367.88,\n        'wind': 358.94,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -994.249,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15078.911,\n        'gas': 19913.5,\n        'hydro': 251.38,\n        'nuclear': 24157.8,\n        'oil': 363.631,\n        'solar': 0.0,\n        'unknown': 3347.86,\n        'wind': 367.0,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1105.48,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15063.844,\n        'gas': 19654.5,\n        'hydro': 245.107,\n        'nuclear': 24203.5,\n        'oil': 364.105,\n        'solar': 0.0,\n        'unknown': 3349.35,\n        'wind': 374.939,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1031.37,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15064.077,\n        'gas': 19575.4,\n        'hydro': 250.389,\n        'nuclear': 24155.4,\n        'oil': 363.265,\n        'solar': 0.0,\n        'unknown': 3343.2,\n        'wind': 367.346,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1079.17,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15096.811,\n        'gas': 19798.2,\n        'hydro': 242.278,\n        'nuclear': 24194.1,\n        'oil': 364.416,\n        'solar': 0.0,\n        'unknown': 3343.79,\n        'wind': 378.451,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -852.022,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15021.958,\n        'gas': 19370.0,\n        'hydro': 233.194,\n        'nuclear': 24188.9,\n        'oil': 363.456,\n        'solar': 0.0,\n        'unknown': 3336.49,\n        'wind': 381.915,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -798.873,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15107.118,\n        'gas': 19446.2,\n        'hydro': 240.337,\n        'nuclear': 24156.2,\n        'oil': 364.077,\n        'solar': 0.0,\n        'unknown': 3334.89,\n        'wind': 379.939,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -863.181,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15137.151,\n        'gas': 19615.1,\n        'hydro': 248.136,\n        'nuclear': 24165.7,\n        'oil': 364.928,\n        'solar': 0.0,\n        'unknown': 3327.99,\n        'wind': 392.434,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -875.241,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15101.597,\n        'gas': 19895.9,\n        'hydro': 241.583,\n        'nuclear': 24169.9,\n        'oil': 364.482,\n        'solar': 0.0,\n        'unknown': 3319.88,\n        'wind': 400.036,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -854.384,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15098.284,\n        'gas': 19938.2,\n        'hydro': 237.936,\n        'nuclear': 24150.7,\n        'oil': 364.008,\n        'solar': 0.0,\n        'unknown': 3312.43,\n        'wind': 404.564,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -836.469,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15208.759,\n        'gas': 19971.8,\n        'hydro': 248.014,\n        'nuclear': 24146.8,\n        'oil': 364.559,\n        'solar': 0.0,\n        'unknown': 3305.77,\n        'wind': 379.915,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -814.817,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15187.914,\n        'gas': 20129.5,\n        'hydro': 199.699,\n        'nuclear': 24188.4,\n        'oil': 363.853,\n        'solar': 0.0,\n        'unknown': 3297.85,\n        'wind': 385.55,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -729.596,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15170.538,\n        'gas': 19947.9,\n        'hydro': 197.662,\n        'nuclear': 24169.6,\n        'oil': 363.962,\n        'solar': 0.0,\n        'unknown': 3305.82,\n        'wind': 398.197,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -728.466,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15153.494,\n        'gas': 19858.7,\n        'hydro': 200.638,\n        'nuclear': 24133.6,\n        'oil': 364.404,\n        'solar': 0.0,\n        'unknown': 3300.46,\n        'wind': 408.872,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -735.859,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15110.663,\n        'gas': 19949.8,\n        'hydro': 115.798,\n        'nuclear': 24151.1,\n        'oil': 363.392,\n        'solar': 0.0,\n        'unknown': 3292.85,\n        'wind': 407.016,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -737.419,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15083.22,\n        'gas': 19575.5,\n        'hydro': 39.2879,\n        'nuclear': 24173.6,\n        'oil': 364.19,\n        'solar': 0.0,\n        'unknown': 3289.28,\n        'wind': 407.101,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -720.656,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15089.41,\n        'gas': 19604.8,\n        'hydro': 39.4359,\n        'nuclear': 24154.7,\n        'oil': 362.624,\n        'solar': 0.0,\n        'unknown': 3281.83,\n        'wind': 390.382,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -739.031,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15089.653,\n        'gas': 19548.0,\n        'hydro': 39.4482,\n        'nuclear': 24147.0,\n        'oil': 362.858,\n        'solar': 0.0,\n        'unknown': 3278.0,\n        'wind': 382.7,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -734.685,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15063.484,\n        'gas': 19408.0,\n        'hydro': 39.4033,\n        'nuclear': 24170.8,\n        'oil': 363.248,\n        'solar': 0.0,\n        'unknown': 3268.34,\n        'wind': 375.826,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -729.511,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15256.879,\n        'gas': 19565.2,\n        'hydro': 39.5655,\n        'nuclear': 24187.0,\n        'oil': 364.105,\n        'solar': 0.0,\n        'unknown': 3256.59,\n        'wind': 382.195,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -768.727,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15338.959,\n        'gas': 20393.7,\n        'hydro': 39.4069,\n        'nuclear': 24168.4,\n        'oil': 364.249,\n        'solar': 0.0,\n        'unknown': 3188.17,\n        'wind': 371.972,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -749.907,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 1, 5, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 15280.791,\n        'gas': 20716.8,\n        'hydro': 39.4469,\n        'nuclear': 24174.8,\n        'oil': 364.165,\n        'solar': 0.0,\n        'unknown': 3191.41,\n        'wind': 390.882,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -742.367,\n      }),\n      'zoneKey': 'KR',\n    }),\n  ])\n# ---\n# name: test_production_historical\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22908.953,\n        'gas': 13844.6,\n        'hydro': 903.194,\n        'nuclear': 21038.2,\n        'oil': 233.421,\n        'solar': 0.0,\n        'unknown': 3591.31,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -516.098,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22938.433,\n        'gas': 13555.1,\n        'hydro': 896.427,\n        'nuclear': 21011.6,\n        'oil': 232.243,\n        'solar': 0.0,\n        'unknown': 3585.74,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -589.946,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23041.143,\n        'gas': 13276.3,\n        'hydro': 916.608,\n        'nuclear': 21025.6,\n        'oil': 232.751,\n        'solar': 0.0,\n        'unknown': 3580.93,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -340.346,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23081.68,\n        'gas': 13092.5,\n        'hydro': 913.775,\n        'nuclear': 21037.4,\n        'oil': 233.916,\n        'solar': 0.0,\n        'unknown': 3578.75,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -339.555,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22909.484,\n        'gas': 12739.8,\n        'hydro': 916.159,\n        'nuclear': 21036.2,\n        'oil': 233.141,\n        'solar': 0.0,\n        'unknown': 3585.31,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -316.703,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22966.015,\n        'gas': 12579.7,\n        'hydro': 916.721,\n        'nuclear': 21020.4,\n        'oil': 233.234,\n        'solar': 0.0,\n        'unknown': 3589.98,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -329.967,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22810.238,\n        'gas': 12370.4,\n        'hydro': 916.446,\n        'nuclear': 21037.5,\n        'oil': 232.829,\n        'solar': 0.0,\n        'unknown': 3587.11,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -305.277,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22660.447,\n        'gas': 12195.8,\n        'hydro': 915.268,\n        'nuclear': 21039.3,\n        'oil': 232.736,\n        'solar': 0.0,\n        'unknown': 3597.75,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -303.092,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22802.104,\n        'gas': 12057.4,\n        'hydro': 917.746,\n        'nuclear': 21029.8,\n        'oil': 232.921,\n        'solar': 0.0,\n        'unknown': 3600.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -335.48,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22701.316,\n        'gas': 11852.1,\n        'hydro': 914.957,\n        'nuclear': 21031.1,\n        'oil': 232.963,\n        'solar': 0.0,\n        'unknown': 3601.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -312.628,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22672.138,\n        'gas': 11671.5,\n        'hydro': 915.434,\n        'nuclear': 21039.4,\n        'oil': 233.214,\n        'solar': 0.0,\n        'unknown': 3602.41,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -313.871,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22629.656,\n        'gas': 11507.0,\n        'hydro': 915.273,\n        'nuclear': 21037.6,\n        'oil': 233.604,\n        'solar': 0.0,\n        'unknown': 3600.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -199.764,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22680.822,\n        'gas': 11554.4,\n        'hydro': 917.218,\n        'nuclear': 21029.6,\n        'oil': 232.666,\n        'solar': 0.0,\n        'unknown': 3584.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22596.407,\n        'gas': 11538.1,\n        'hydro': 915.729,\n        'nuclear': 21030.7,\n        'oil': 233.454,\n        'solar': 0.0,\n        'unknown': 3583.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22662.533,\n        'gas': 11496.0,\n        'hydro': 918.72,\n        'nuclear': 21035.8,\n        'oil': 232.218,\n        'solar': 0.0,\n        'unknown': 3573.55,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22513.185,\n        'gas': 11290.9,\n        'hydro': 916.142,\n        'nuclear': 21032.2,\n        'oil': 232.794,\n        'solar': 0.0,\n        'unknown': 3578.28,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22523.333,\n        'gas': 11000.5,\n        'hydro': 918.401,\n        'nuclear': 21022.5,\n        'oil': 232.961,\n        'solar': 0.0,\n        'unknown': 3565.86,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22584.408,\n        'gas': 11000.1,\n        'hydro': 923.6,\n        'nuclear': 21024.3,\n        'oil': 233.034,\n        'solar': 0.0,\n        'unknown': 3558.27,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.50762,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22556.164,\n        'gas': 10939.0,\n        'hydro': 921.644,\n        'nuclear': 21017.8,\n        'oil': 233.258,\n        'solar': 0.0,\n        'unknown': 3559.68,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22591.473,\n        'gas': 10969.8,\n        'hydro': 921.963,\n        'nuclear': 21013.4,\n        'oil': 233.464,\n        'solar': 0.0,\n        'unknown': 3552.51,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22531.011,\n        'gas': 10821.3,\n        'hydro': 917.243,\n        'nuclear': 21024.7,\n        'oil': 233.445,\n        'solar': 0.0,\n        'unknown': 3549.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.999805,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22612.05,\n        'gas': 10769.7,\n        'hydro': 925.234,\n        'nuclear': 21020.0,\n        'oil': 232.55,\n        'solar': 0.0,\n        'unknown': 3543.52,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22437.457,\n        'gas': 10520.8,\n        'hydro': 917.516,\n        'nuclear': 21024.1,\n        'oil': 233.215,\n        'solar': 0.0,\n        'unknown': 3541.2,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.899951,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22580.309,\n        'gas': 10555.8,\n        'hydro': 929.261,\n        'nuclear': 21024.3,\n        'oil': 232.677,\n        'solar': 0.0,\n        'unknown': 3547.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 342.369,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22748.751,\n        'gas': 10613.8,\n        'hydro': 922.483,\n        'nuclear': 21028.0,\n        'oil': 232.472,\n        'solar': 0.0,\n        'unknown': 3623.64,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 631.47,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22790.83,\n        'gas': 10728.1,\n        'hydro': 918.194,\n        'nuclear': 21027.0,\n        'oil': 233.074,\n        'solar': 0.0,\n        'unknown': 3635.64,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 641.114,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22835.378,\n        'gas': 10230.1,\n        'hydro': 918.713,\n        'nuclear': 21019.2,\n        'oil': 232.943,\n        'solar': 0.0,\n        'unknown': 3643.75,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 639.205,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22973.235,\n        'gas': 9954.98,\n        'hydro': 920.206,\n        'nuclear': 21011.1,\n        'oil': 233.13,\n        'solar': 0.0,\n        'unknown': 3644.67,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 637.734,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22868.857,\n        'gas': 10116.1,\n        'hydro': 916.905,\n        'nuclear': 21022.5,\n        'oil': 233.043,\n        'solar': 0.0,\n        'unknown': 3658.83,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 659.42,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22761.722,\n        'gas': 10383.8,\n        'hydro': 920.219,\n        'nuclear': 21006.0,\n        'oil': 232.87,\n        'solar': 0.0,\n        'unknown': 3667.92,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 845.45,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22846.713,\n        'gas': 10453.0,\n        'hydro': 925.53,\n        'nuclear': 21009.2,\n        'oil': 233.608,\n        'solar': 0.0,\n        'unknown': 3665.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1165.58,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22862.853,\n        'gas': 10366.4,\n        'hydro': 918.127,\n        'nuclear': 21013.3,\n        'oil': 233.967,\n        'solar': 0.0,\n        'unknown': 3669.83,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1185.96,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23086.51,\n        'gas': 10386.3,\n        'hydro': 928.378,\n        'nuclear': 21000.6,\n        'oil': 234.501,\n        'solar': 0.0,\n        'unknown': 3679.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1523.29,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23060.001,\n        'gas': 10409.3,\n        'hydro': 922.15,\n        'nuclear': 20993.0,\n        'oil': 233.943,\n        'solar': 0.0,\n        'unknown': 3688.4,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1548.74,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22996.375,\n        'gas': 10255.8,\n        'hydro': 916.227,\n        'nuclear': 21010.4,\n        'oil': 233.809,\n        'solar': 0.0,\n        'unknown': 3693.8,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1550.86,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22752.437,\n        'gas': 10013.8,\n        'hydro': 905.551,\n        'nuclear': 20991.4,\n        'oil': 233.371,\n        'solar': 0.0,\n        'unknown': 3703.1,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1227.1,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22703.064,\n        'gas': 9986.0,\n        'hydro': 920.526,\n        'nuclear': 20983.0,\n        'oil': 232.101,\n        'solar': 0.0,\n        'unknown': 3715.19,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1221.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22644.175,\n        'gas': 9871.57,\n        'hydro': 914.427,\n        'nuclear': 20974.4,\n        'oil': 233.94,\n        'solar': 0.0,\n        'unknown': 3718.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1223.54,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22598.767,\n        'gas': 9940.93,\n        'hydro': 919.945,\n        'nuclear': 20959.5,\n        'oil': 232.953,\n        'solar': 0.0,\n        'unknown': 3728.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1225.07,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22565.326,\n        'gas': 10045.3,\n        'hydro': 919.4,\n        'nuclear': 20986.7,\n        'oil': 233.711,\n        'solar': 0.0,\n        'unknown': 3737.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1223.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22483.343,\n        'gas': 9987.6,\n        'hydro': 912.955,\n        'nuclear': 20981.8,\n        'oil': 233.46,\n        'solar': 0.0,\n        'unknown': 3750.42,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1226.11,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22579.889,\n        'gas': 10102.7,\n        'hydro': 919.885,\n        'nuclear': 20965.3,\n        'oil': 233.364,\n        'solar': 0.0,\n        'unknown': 3763.87,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1556.91,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22600.16,\n        'gas': 10148.5,\n        'hydro': 915.215,\n        'nuclear': 20962.8,\n        'oil': 233.653,\n        'solar': 0.0,\n        'unknown': 3777.19,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1576.82,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22894.034,\n        'gas': 10120.0,\n        'hydro': 921.237,\n        'nuclear': 20969.8,\n        'oil': 233.114,\n        'solar': 0.0,\n        'unknown': 3779.67,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1583.7,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22960.917,\n        'gas': 10091.0,\n        'hydro': 914.431,\n        'nuclear': 20966.6,\n        'oil': 233.036,\n        'solar': 0.0,\n        'unknown': 3797.79,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1973.77,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22939.481,\n        'gas': 10287.4,\n        'hydro': 918.869,\n        'nuclear': 20960.3,\n        'oil': 233.838,\n        'solar': 0.0,\n        'unknown': 3798.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1974.83,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22945.114,\n        'gas': 10188.4,\n        'hydro': 916.919,\n        'nuclear': 20947.6,\n        'oil': 233.387,\n        'solar': 0.0,\n        'unknown': 3807.87,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1973.13,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22858.257,\n        'gas': 10053.7,\n        'hydro': 914.063,\n        'nuclear': 20985.6,\n        'oil': 232.425,\n        'solar': 0.0,\n        'unknown': 3804.7,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1973.54,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22813.236,\n        'gas': 10154.9,\n        'hydro': 915.895,\n        'nuclear': 20981.2,\n        'oil': 233.123,\n        'solar': 13.2724,\n        'unknown': 3809.74,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1977.58,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22693.475,\n        'gas': 10201.8,\n        'hydro': 916.49,\n        'nuclear': 20955.6,\n        'oil': 232.885,\n        'solar': 14.3104,\n        'unknown': 3806.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1974.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22890.955,\n        'gas': 10053.5,\n        'hydro': 912.207,\n        'nuclear': 20961.6,\n        'oil': 233.855,\n        'solar': 14.3104,\n        'unknown': 3808.91,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1967.6,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22952.471,\n        'gas': 10111.0,\n        'hydro': 913.066,\n        'nuclear': 20962.4,\n        'oil': 233.099,\n        'solar': 13.9313,\n        'unknown': 3813.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1964.76,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22704.578,\n        'gas': 9998.75,\n        'hydro': 910.253,\n        'nuclear': 20966.0,\n        'oil': 233.72,\n        'solar': 13.1479,\n        'unknown': 3818.03,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1966.67,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22751.1,\n        'gas': 10068.3,\n        'hydro': 913.646,\n        'nuclear': 20960.3,\n        'oil': 233.557,\n        'solar': 14.2535,\n        'unknown': 3822.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1965.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23002.691,\n        'gas': 10200.6,\n        'hydro': 916.09,\n        'nuclear': 20957.3,\n        'oil': 234.468,\n        'solar': 13.877,\n        'unknown': 3821.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1968.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22982.019,\n        'gas': 10318.3,\n        'hydro': 913.666,\n        'nuclear': 20962.2,\n        'oil': 233.952,\n        'solar': 13.7207,\n        'unknown': 3820.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1963.73,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22792.641,\n        'gas': 10203.0,\n        'hydro': 908.195,\n        'nuclear': 20965.5,\n        'oil': 234.134,\n        'solar': 14.1723,\n        'unknown': 3816.82,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1968.08,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22781.908,\n        'gas': 10172.8,\n        'hydro': 908.601,\n        'nuclear': 20972.8,\n        'oil': 233.51,\n        'solar': 13.9179,\n        'unknown': 3817.51,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1967.17,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22931.14,\n        'gas': 10362.2,\n        'hydro': 911.604,\n        'nuclear': 20981.3,\n        'oil': 234.021,\n        'solar': 13.2749,\n        'unknown': 3819.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1961.68,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22854.252,\n        'gas': 10387.5,\n        'hydro': 910.003,\n        'nuclear': 20989.6,\n        'oil': 233.764,\n        'solar': 14.8167,\n        'unknown': 3816.58,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1965.51,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22941.884,\n        'gas': 10259.4,\n        'hydro': 915.017,\n        'nuclear': 20961.4,\n        'oil': 233.913,\n        'solar': 14.3421,\n        'unknown': 3819.89,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1958.83,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22993.939,\n        'gas': 10446.5,\n        'hydro': 913.565,\n        'nuclear': 20969.3,\n        'oil': 234.046,\n        'solar': 21.5336,\n        'unknown': 3824.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1962.18,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23057.661,\n        'gas': 10618.2,\n        'hydro': 904.875,\n        'nuclear': 20981.5,\n        'oil': 233.882,\n        'solar': 20.6069,\n        'unknown': 3826.77,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1963.77,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22762.978,\n        'gas': 10340.2,\n        'hydro': 899.208,\n        'nuclear': 21011.9,\n        'oil': 234.061,\n        'solar': 20.8437,\n        'unknown': 3813.24,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1548.86,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23009.264,\n        'gas': 10470.5,\n        'hydro': 905.958,\n        'nuclear': 20990.1,\n        'oil': 233.101,\n        'solar': 20.6732,\n        'unknown': 3813.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1545.28,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22808.523,\n        'gas': 10626.6,\n        'hydro': 901.12,\n        'nuclear': 20988.2,\n        'oil': 234.32,\n        'solar': 20.3991,\n        'unknown': 3838.96,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1546.0,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22801.413,\n        'gas': 10615.6,\n        'hydro': 901.758,\n        'nuclear': 20987.1,\n        'oil': 233.922,\n        'solar': 20.8724,\n        'unknown': 3833.91,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1545.11,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22853.189,\n        'gas': 10810.3,\n        'hydro': 903.4,\n        'nuclear': 20988.5,\n        'oil': 233.233,\n        'solar': 20.6112,\n        'unknown': 3837.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1543.86,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23064.794,\n        'gas': 10925.9,\n        'hydro': 909.948,\n        'nuclear': 20956.3,\n        'oil': 233.556,\n        'solar': 20.4901,\n        'unknown': 3840.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1542.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22961.33,\n        'gas': 10947.6,\n        'hydro': 907.209,\n        'nuclear': 20982.7,\n        'oil': 234.543,\n        'solar': 20.4734,\n        'unknown': 3842.84,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1541.33,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22847.785,\n        'gas': 11038.7,\n        'hydro': 901.711,\n        'nuclear': 20986.6,\n        'oil': 234.307,\n        'solar': 20.7031,\n        'unknown': 3838.8,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1542.14,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22704.194,\n        'gas': 11238.6,\n        'hydro': 901.749,\n        'nuclear': 21001.0,\n        'oil': 233.171,\n        'solar': 20.7771,\n        'unknown': 3845.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1543.37,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22913.381,\n        'gas': 11449.5,\n        'hydro': 927.439,\n        'nuclear': 20984.7,\n        'oil': 233.47,\n        'solar': 20.4454,\n        'unknown': 3838.42,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1539.31,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23026.936,\n        'gas': 11830.9,\n        'hydro': 944.4,\n        'nuclear': 20994.8,\n        'oil': 233.067,\n        'solar': 20.7108,\n        'unknown': 3850.87,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1542.4,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22863.35,\n        'gas': 11902.0,\n        'hydro': 930.89,\n        'nuclear': 20995.9,\n        'oil': 233.031,\n        'solar': 21.1791,\n        'unknown': 3849.52,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1215.03,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22876.532,\n        'gas': 12087.2,\n        'hydro': 930.786,\n        'nuclear': 21012.3,\n        'oil': 232.192,\n        'solar': 21.3822,\n        'unknown': 3847.7,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1213.15,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22811.51,\n        'gas': 12184.7,\n        'hydro': 931.446,\n        'nuclear': 20995.9,\n        'oil': 231.933,\n        'solar': 22.2722,\n        'unknown': 3851.76,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 908.016,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22777.535,\n        'gas': 12385.7,\n        'hydro': 933.499,\n        'nuclear': 20989.3,\n        'oil': 231.372,\n        'solar': 24.3191,\n        'unknown': 3850.6,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 906.428,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22820.481,\n        'gas': 12623.1,\n        'hydro': 933.495,\n        'nuclear': 21005.2,\n        'oil': 232.082,\n        'solar': 28.7164,\n        'unknown': 3863.03,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 905.752,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22905.216,\n        'gas': 12924.5,\n        'hydro': 930.044,\n        'nuclear': 20987.4,\n        'oil': 231.623,\n        'solar': 40.576,\n        'unknown': 3864.4,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 907.837,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22821.618,\n        'gas': 13079.4,\n        'hydro': 932.116,\n        'nuclear': 21005.1,\n        'oil': 231.889,\n        'solar': 56.2159,\n        'unknown': 3850.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 907.772,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23069.908,\n        'gas': 13161.6,\n        'hydro': 946.032,\n        'nuclear': 21003.1,\n        'oil': 232.754,\n        'solar': 77.6794,\n        'unknown': 3854.44,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 903.596,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23056.439,\n        'gas': 13448.3,\n        'hydro': 933.88,\n        'nuclear': 21008.3,\n        'oil': 231.58,\n        'solar': 104.674,\n        'unknown': 3850.27,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 905.15,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23111.071,\n        'gas': 13883.5,\n        'hydro': 929.089,\n        'nuclear': 21014.5,\n        'oil': 232.687,\n        'solar': 137.396,\n        'unknown': 3846.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 904.614,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22916.071,\n        'gas': 14017.6,\n        'hydro': 923.634,\n        'nuclear': 21014.7,\n        'oil': 231.82,\n        'solar': 175.106,\n        'unknown': 3828.28,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 579.317,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23111.008,\n        'gas': 14329.0,\n        'hydro': 943.322,\n        'nuclear': 21008.6,\n        'oil': 232.139,\n        'solar': 221.164,\n        'unknown': 3816.92,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 376.478,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23229.201,\n        'gas': 14512.1,\n        'hydro': 934.1,\n        'nuclear': 21006.3,\n        'oil': 232.339,\n        'solar': 272.013,\n        'unknown': 3811.15,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 375.524,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23268.339,\n        'gas': 14674.6,\n        'hydro': 933.921,\n        'nuclear': 21023.5,\n        'oil': 232.299,\n        'solar': 325.857,\n        'unknown': 3804.44,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 376.271,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23272.622,\n        'gas': 14942.8,\n        'hydro': 932.331,\n        'nuclear': 21008.3,\n        'oil': 232.326,\n        'solar': 374.01,\n        'unknown': 3787.41,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 376.466,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23395.793,\n        'gas': 15193.3,\n        'hydro': 936.885,\n        'nuclear': 21023.0,\n        'oil': 232.488,\n        'solar': 425.773,\n        'unknown': 3776.64,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 375.875,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23449.431,\n        'gas': 15641.6,\n        'hydro': 943.498,\n        'nuclear': 21008.9,\n        'oil': 232.489,\n        'solar': 483.597,\n        'unknown': 3761.29,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 375.883,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23495.594,\n        'gas': 15513.2,\n        'hydro': 929.45,\n        'nuclear': 21007.7,\n        'oil': 232.946,\n        'solar': 543.612,\n        'unknown': 3746.04,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -2.60625,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23549.854,\n        'gas': 15750.1,\n        'hydro': 934.109,\n        'nuclear': 21025.0,\n        'oil': 232.581,\n        'solar': 605.583,\n        'unknown': 3736.41,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23378.999,\n        'gas': 15960.1,\n        'hydro': 933.739,\n        'nuclear': 21015.0,\n        'oil': 233.097,\n        'solar': 662.125,\n        'unknown': 3721.42,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23563.134,\n        'gas': 16148.9,\n        'hydro': 934.341,\n        'nuclear': 21015.6,\n        'oil': 231.761,\n        'solar': 726.851,\n        'unknown': 3713.81,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.999805,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23535.486,\n        'gas': 16333.2,\n        'hydro': 935.443,\n        'nuclear': 21010.5,\n        'oil': 232.995,\n        'solar': 793.448,\n        'unknown': 3698.33,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23799.813,\n        'gas': 16786.0,\n        'hydro': 1029.96,\n        'nuclear': 21003.3,\n        'oil': 232.01,\n        'solar': 866.994,\n        'unknown': 3682.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.79961,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24029.552,\n        'gas': 17295.6,\n        'hydro': 1041.29,\n        'nuclear': 21015.9,\n        'oil': 232.238,\n        'solar': 928.233,\n        'unknown': 3668.94,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24094.418,\n        'gas': 17573.2,\n        'hydro': 1033.38,\n        'nuclear': 21007.4,\n        'oil': 232.348,\n        'solar': 1031.01,\n        'unknown': 3623.31,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.899707,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24312.984,\n        'gas': 17914.5,\n        'hydro': 1038.94,\n        'nuclear': 21012.6,\n        'oil': 232.773,\n        'solar': 1113.68,\n        'unknown': 3602.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.899707,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24216.765,\n        'gas': 18084.6,\n        'hydro': 1018.38,\n        'nuclear': 21002.8,\n        'oil': 232.331,\n        'solar': 1203.87,\n        'unknown': 3576.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24194.405,\n        'gas': 18597.7,\n        'hydro': 1033.72,\n        'nuclear': 21012.7,\n        'oil': 231.759,\n        'solar': 1286.55,\n        'unknown': 3542.12,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.40728,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24245.197,\n        'gas': 19118.7,\n        'hydro': 1034.47,\n        'nuclear': 21017.9,\n        'oil': 232.242,\n        'solar': 1360.22,\n        'unknown': 3531.96,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.999805,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24431.668,\n        'gas': 19637.3,\n        'hydro': 1038.85,\n        'nuclear': 21018.9,\n        'oil': 232.642,\n        'solar': 1443.77,\n        'unknown': 3519.0,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24323.158,\n        'gas': 19788.6,\n        'hydro': 1022.21,\n        'nuclear': 21019.2,\n        'oil': 232.688,\n        'solar': 1541.51,\n        'unknown': 3488.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24403.508,\n        'gas': 19988.9,\n        'hydro': 1024.22,\n        'nuclear': 21028.6,\n        'oil': 232.251,\n        'solar': 1656.12,\n        'unknown': 3456.22,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.20732,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24314.961,\n        'gas': 19883.6,\n        'hydro': 1014.86,\n        'nuclear': 21007.5,\n        'oil': 232.501,\n        'solar': 1745.01,\n        'unknown': 3444.12,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -201.754,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24339.798,\n        'gas': 20176.3,\n        'hydro': 1021.87,\n        'nuclear': 21015.7,\n        'oil': 233.106,\n        'solar': 1822.87,\n        'unknown': 3430.76,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -199.469,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24298.768,\n        'gas': 20135.7,\n        'hydro': 1005.86,\n        'nuclear': 21007.1,\n        'oil': 232.718,\n        'solar': 1919.27,\n        'unknown': 3406.77,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -201.007,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24294.466,\n        'gas': 20480.5,\n        'hydro': 981.258,\n        'nuclear': 21019.3,\n        'oil': 232.66,\n        'solar': 2007.82,\n        'unknown': 3384.27,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -199.469,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24299.535,\n        'gas': 20421.7,\n        'hydro': 983.337,\n        'nuclear': 21021.6,\n        'oil': 231.773,\n        'solar': 2119.28,\n        'unknown': 3345.61,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -409.921,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24310.564,\n        'gas': 20299.3,\n        'hydro': 983.098,\n        'nuclear': 21020.3,\n        'oil': 232.527,\n        'solar': 2262.66,\n        'unknown': 3297.6,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -420.585,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24325.17,\n        'gas': 20355.3,\n        'hydro': 988.446,\n        'nuclear': 21010.1,\n        'oil': 230.906,\n        'solar': 2386.14,\n        'unknown': 3259.45,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -417.664,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24252.843,\n        'gas': 20354.7,\n        'hydro': 976.448,\n        'nuclear': 21028.6,\n        'oil': 231.732,\n        'solar': 2489.65,\n        'unknown': 3237.67,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -417.583,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24240.619,\n        'gas': 20354.8,\n        'hydro': 989.42,\n        'nuclear': 21005.1,\n        'oil': 233.347,\n        'solar': 2594.14,\n        'unknown': 3209.98,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -418.582,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24226.206,\n        'gas': 20239.9,\n        'hydro': 971.37,\n        'nuclear': 21016.8,\n        'oil': 233.094,\n        'solar': 2712.31,\n        'unknown': 3201.04,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -417.125,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23955.794,\n        'gas': 20123.9,\n        'hydro': 959.183,\n        'nuclear': 21005.5,\n        'oil': 232.779,\n        'solar': 2796.3,\n        'unknown': 3187.1,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -411.681,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23965.175,\n        'gas': 20147.9,\n        'hydro': 966.191,\n        'nuclear': 21017.8,\n        'oil': 233.21,\n        'solar': 2944.3,\n        'unknown': 3159.69,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -416.756,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23833.672,\n        'gas': 20189.7,\n        'hydro': 956.031,\n        'nuclear': 21007.4,\n        'oil': 231.385,\n        'solar': 3044.42,\n        'unknown': 3150.65,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -411.234,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23768.628,\n        'gas': 19957.2,\n        'hydro': 964.672,\n        'nuclear': 21008.7,\n        'oil': 233.416,\n        'solar': 3127.01,\n        'unknown': 3144.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -415.065,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23572.387,\n        'gas': 19850.4,\n        'hydro': 882.371,\n        'nuclear': 21008.8,\n        'oil': 233.735,\n        'solar': 3199.22,\n        'unknown': 3122.56,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -412.934,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23315.242,\n        'gas': 19683.6,\n        'hydro': 874.296,\n        'nuclear': 21033.2,\n        'oil': 231.985,\n        'solar': 3355.96,\n        'unknown': 3079.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -405.847,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23262.46,\n        'gas': 20171.2,\n        'hydro': 886.226,\n        'nuclear': 21011.0,\n        'oil': 248.189,\n        'solar': 3464.57,\n        'unknown': 3043.96,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -214.761,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23283.227,\n        'gas': 20375.8,\n        'hydro': 898.505,\n        'nuclear': 21004.9,\n        'oil': 256.945,\n        'solar': 3556.77,\n        'unknown': 2996.99,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -220.824,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23357.071,\n        'gas': 20443.5,\n        'hydro': 895.03,\n        'nuclear': 21020.2,\n        'oil': 236.664,\n        'solar': 3699.84,\n        'unknown': 2874.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -219.816,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23180.094,\n        'gas': 20277.2,\n        'hydro': 886.669,\n        'nuclear': 21018.8,\n        'oil': 233.152,\n        'solar': 3814.88,\n        'unknown': 2840.05,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -218.743,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23068.843,\n        'gas': 20204.1,\n        'hydro': 877.879,\n        'nuclear': 21031.6,\n        'oil': 233.034,\n        'solar': 3815.97,\n        'unknown': 2847.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -216.93,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22909.01,\n        'gas': 20269.6,\n        'hydro': 879.457,\n        'nuclear': 21031.1,\n        'oil': 233.707,\n        'solar': 3926.41,\n        'unknown': 2819.86,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -216.923,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22916.342,\n        'gas': 20475.9,\n        'hydro': 901.524,\n        'nuclear': 21024.9,\n        'oil': 232.979,\n        'solar': 3996.47,\n        'unknown': 2800.78,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22921.763,\n        'gas': 20341.2,\n        'hydro': 893.648,\n        'nuclear': 21024.9,\n        'oil': 232.906,\n        'solar': 4082.28,\n        'unknown': 2780.3,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.999805,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22977.844,\n        'gas': 20362.5,\n        'hydro': 900.818,\n        'nuclear': 21026.6,\n        'oil': 232.82,\n        'solar': 4158.27,\n        'unknown': 2753.13,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.899707,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22775.636,\n        'gas': 20195.2,\n        'hydro': 886.276,\n        'nuclear': 21035.4,\n        'oil': 234.384,\n        'solar': 4251.71,\n        'unknown': 2718.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.20732,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22498.578,\n        'gas': 20062.0,\n        'hydro': 880.7,\n        'nuclear': 21042.2,\n        'oil': 238.784,\n        'solar': 4286.65,\n        'unknown': 2717.62,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22392.149,\n        'gas': 19736.9,\n        'hydro': 889.539,\n        'nuclear': 21033.5,\n        'oil': 241.662,\n        'solar': 4390.68,\n        'unknown': 2691.23,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -0.999805,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22183.236,\n        'gas': 19830.8,\n        'hydro': 890.757,\n        'nuclear': 21017.8,\n        'oil': 236.698,\n        'solar': 4437.31,\n        'unknown': 2683.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.20732,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21813.962,\n        'gas': 19855.5,\n        'hydro': 895.391,\n        'nuclear': 21021.2,\n        'oil': 238.121,\n        'solar': 4582.73,\n        'unknown': 2679.68,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.20732,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21609.876,\n        'gas': 19977.0,\n        'hydro': 885.335,\n        'nuclear': 21019.7,\n        'oil': 246.419,\n        'solar': 4673.27,\n        'unknown': 2662.41,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.30742,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21285.135,\n        'gas': 19919.8,\n        'hydro': 886.234,\n        'nuclear': 21029.4,\n        'oil': 264.923,\n        'solar': 4795.46,\n        'unknown': 2625.36,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.10723,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21034.558,\n        'gas': 19737.7,\n        'hydro': 851.448,\n        'nuclear': 21026.6,\n        'oil': 263.223,\n        'solar': 4796.81,\n        'unknown': 2636.38,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.20732,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20736.034,\n        'gas': 19722.2,\n        'hydro': 852.701,\n        'nuclear': 21028.6,\n        'oil': 237.513,\n        'solar': 4795.74,\n        'unknown': 2622.48,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 8.22047,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20594.542,\n        'gas': 19869.8,\n        'hydro': 853.62,\n        'nuclear': 21023.7,\n        'oil': 233.146,\n        'solar': 4820.04,\n        'unknown': 2597.55,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 327.974,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20498.104,\n        'gas': 19668.3,\n        'hydro': 849.806,\n        'nuclear': 21009.0,\n        'oil': 233.358,\n        'solar': 4928.32,\n        'unknown': 2583.43,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 335.906,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20304.412,\n        'gas': 19413.6,\n        'hydro': 847.451,\n        'nuclear': 21012.1,\n        'oil': 233.415,\n        'solar': 4916.27,\n        'unknown': 2597.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 360.997,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20119.292,\n        'gas': 19505.0,\n        'hydro': 849.896,\n        'nuclear': 21021.6,\n        'oil': 231.824,\n        'solar': 4994.97,\n        'unknown': 2572.76,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 703.403,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19933.018,\n        'gas': 19412.6,\n        'hydro': 850.273,\n        'nuclear': 21021.4,\n        'oil': 233.887,\n        'solar': 5089.53,\n        'unknown': 2545.3,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 908.985,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20067.798,\n        'gas': 19312.8,\n        'hydro': 882.901,\n        'nuclear': 21038.8,\n        'oil': 233.524,\n        'solar': 5090.95,\n        'unknown': 2566.43,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1151.04,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20002.405,\n        'gas': 19321.2,\n        'hydro': 890.994,\n        'nuclear': 21014.0,\n        'oil': 233.192,\n        'solar': 5060.54,\n        'unknown': 2622.9,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1246.87,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20163.36,\n        'gas': 18932.9,\n        'hydro': 914.288,\n        'nuclear': 21025.6,\n        'oil': 233.507,\n        'solar': 5116.24,\n        'unknown': 2629.92,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1241.83,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19992.882,\n        'gas': 19060.9,\n        'hydro': 856.88,\n        'nuclear': 21023.5,\n        'oil': 234.224,\n        'solar': 5172.4,\n        'unknown': 2645.37,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1269.8,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19916.488,\n        'gas': 19329.0,\n        'hydro': 910.889,\n        'nuclear': 21023.9,\n        'oil': 233.693,\n        'solar': 5206.12,\n        'unknown': 2648.76,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1655.73,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19982.088,\n        'gas': 19112.0,\n        'hydro': 903.05,\n        'nuclear': 21028.8,\n        'oil': 234.993,\n        'solar': 5201.7,\n        'unknown': 2645.0,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1651.46,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19957.615,\n        'gas': 19157.2,\n        'hydro': 877.041,\n        'nuclear': 21015.9,\n        'oil': 235.598,\n        'solar': 5224.77,\n        'unknown': 2652.51,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1650.43,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19860.863,\n        'gas': 19151.4,\n        'hydro': 893.316,\n        'nuclear': 21016.1,\n        'oil': 234.692,\n        'solar': 5172.07,\n        'unknown': 2665.38,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1653.71,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 19949.37,\n        'gas': 19121.6,\n        'hydro': 892.813,\n        'nuclear': 21033.5,\n        'oil': 235.0,\n        'solar': 5192.14,\n        'unknown': 2681.03,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1651.1,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20120.64,\n        'gas': 19183.4,\n        'hydro': 917.62,\n        'nuclear': 21009.2,\n        'oil': 233.382,\n        'solar': 5198.02,\n        'unknown': 2705.32,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1645.61,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20083.426,\n        'gas': 19144.7,\n        'hydro': 915.343,\n        'nuclear': 21029.9,\n        'oil': 233.265,\n        'solar': 5293.94,\n        'unknown': 2700.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1653.16,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20289.844,\n        'gas': 19427.9,\n        'hydro': 917.044,\n        'nuclear': 21017.5,\n        'oil': 234.335,\n        'solar': 5260.5,\n        'unknown': 2749.34,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 1322.76,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20331.763,\n        'gas': 19480.7,\n        'hydro': 958.656,\n        'nuclear': 21027.1,\n        'oil': 233.905,\n        'solar': 5248.5,\n        'unknown': 2792.22,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 703.152,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20472.564,\n        'gas': 19681.1,\n        'hydro': 961.688,\n        'nuclear': 21034.4,\n        'oil': 235.648,\n        'solar': 5207.77,\n        'unknown': 2833.81,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 702.718,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20576.456,\n        'gas': 19765.7,\n        'hydro': 959.744,\n        'nuclear': 21030.0,\n        'oil': 235.95,\n        'solar': 5244.68,\n        'unknown': 2878.62,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 702.062,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20652.643,\n        'gas': 19973.1,\n        'hydro': 959.823,\n        'nuclear': 21032.0,\n        'oil': 235.403,\n        'solar': 5218.25,\n        'unknown': 2929.4,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 697.601,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20689.413,\n        'gas': 19929.4,\n        'hydro': 961.871,\n        'nuclear': 21020.5,\n        'oil': 235.427,\n        'solar': 5188.62,\n        'unknown': 2986.54,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': 374.381,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20663.463,\n        'gas': 19680.9,\n        'hydro': 942.44,\n        'nuclear': 21041.0,\n        'oil': 234.867,\n        'solar': 5146.38,\n        'unknown': 3015.54,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20567.591,\n        'gas': 20271.7,\n        'hydro': 957.865,\n        'nuclear': 21015.9,\n        'oil': 233.635,\n        'solar': 5073.97,\n        'unknown': 3041.91,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1.09966,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20509.298,\n        'gas': 20468.5,\n        'hydro': 952.908,\n        'nuclear': 21035.1,\n        'oil': 233.194,\n        'solar': 5098.27,\n        'unknown': 3034.28,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -121.366,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20769.256,\n        'gas': 20552.3,\n        'hydro': 932.684,\n        'nuclear': 21023.9,\n        'oil': 234.202,\n        'solar': 5077.93,\n        'unknown': 3056.77,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -136.321,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20775.139,\n        'gas': 20490.2,\n        'hydro': 923.415,\n        'nuclear': 21033.4,\n        'oil': 232.768,\n        'solar': 5000.35,\n        'unknown': 3091.02,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -121.56,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20901.622,\n        'gas': 20375.3,\n        'hydro': 920.65,\n        'nuclear': 21025.2,\n        'oil': 234.687,\n        'solar': 4960.38,\n        'unknown': 3142.22,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -122.748,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21076.323,\n        'gas': 20493.4,\n        'hydro': 928.62,\n        'nuclear': 21016.2,\n        'oil': 234.614,\n        'solar': 4978.05,\n        'unknown': 3160.94,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -128.258,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21088.716,\n        'gas': 20615.7,\n        'hydro': 922.024,\n        'nuclear': 21016.3,\n        'oil': 241.185,\n        'solar': 5016.2,\n        'unknown': 3166.22,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -125.284,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21162.083,\n        'gas': 20710.3,\n        'hydro': 896.256,\n        'nuclear': 21031.9,\n        'oil': 244.85,\n        'solar': 5001.76,\n        'unknown': 3181.12,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -121.494,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21101.586,\n        'gas': 20880.3,\n        'hydro': 883.763,\n        'nuclear': 21026.2,\n        'oil': 246.499,\n        'solar': 4960.57,\n        'unknown': 3211.39,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -120.729,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21037.362,\n        'gas': 21116.1,\n        'hydro': 882.38,\n        'nuclear': 21025.3,\n        'oil': 248.066,\n        'solar': 4782.86,\n        'unknown': 3283.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -121.012,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20933.08,\n        'gas': 21369.1,\n        'hydro': 905.954,\n        'nuclear': 21029.2,\n        'oil': 249.847,\n        'solar': 4798.94,\n        'unknown': 3292.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -123.551,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20845.932,\n        'gas': 21266.1,\n        'hydro': 873.253,\n        'nuclear': 21041.2,\n        'oil': 250.851,\n        'solar': 4817.08,\n        'unknown': 3300.53,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -119.827,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20878.787,\n        'gas': 21556.8,\n        'hydro': 891.695,\n        'nuclear': 21039.9,\n        'oil': 253.451,\n        'solar': 4734.68,\n        'unknown': 3354.74,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -122.252,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20633.238,\n        'gas': 21799.6,\n        'hydro': 889.43,\n        'nuclear': 21028.4,\n        'oil': 253.318,\n        'solar': 4632.75,\n        'unknown': 3407.11,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -120.94,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20605.203,\n        'gas': 21992.1,\n        'hydro': 894.862,\n        'nuclear': 21042.5,\n        'oil': 254.126,\n        'solar': 4566.15,\n        'unknown': 3435.56,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -122.814,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20681.5,\n        'gas': 22130.5,\n        'hydro': 915.617,\n        'nuclear': 21026.0,\n        'oil': 255.556,\n        'solar': 4508.12,\n        'unknown': 3492.45,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -145.348,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20635.499,\n        'gas': 22167.6,\n        'hydro': 933.358,\n        'nuclear': 21021.1,\n        'oil': 261.015,\n        'solar': 4469.12,\n        'unknown': 3517.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -123.9,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20667.562,\n        'gas': 22052.2,\n        'hydro': 917.015,\n        'nuclear': 21031.1,\n        'oil': 261.216,\n        'solar': 4437.5,\n        'unknown': 3516.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -121.243,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20380.209,\n        'gas': 22142.6,\n        'hydro': 950.536,\n        'nuclear': 21035.0,\n        'oil': 269.401,\n        'solar': 4373.81,\n        'unknown': 3565.92,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -120.939,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20400.596,\n        'gas': 22385.7,\n        'hydro': 982.388,\n        'nuclear': 21031.2,\n        'oil': 269.344,\n        'solar': 4237.49,\n        'unknown': 3593.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -120.922,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20465.478,\n        'gas': 22448.1,\n        'hydro': 962.61,\n        'nuclear': 21030.0,\n        'oil': 268.787,\n        'solar': 4187.71,\n        'unknown': 3665.74,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -126.721,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20674.282,\n        'gas': 22632.0,\n        'hydro': 1014.95,\n        'nuclear': 21028.0,\n        'oil': 268.415,\n        'solar': 4062.48,\n        'unknown': 3678.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -129.043,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21100.148,\n        'gas': 22615.5,\n        'hydro': 1008.96,\n        'nuclear': 21019.2,\n        'oil': 267.968,\n        'solar': 4019.99,\n        'unknown': 3680.18,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -507.633,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 20974.627,\n        'gas': 22289.6,\n        'hydro': 977.948,\n        'nuclear': 21012.7,\n        'oil': 269.185,\n        'solar': 3960.18,\n        'unknown': 3699.52,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -905.932,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21087.523,\n        'gas': 22225.1,\n        'hydro': 1002.26,\n        'nuclear': 21020.5,\n        'oil': 269.466,\n        'solar': 3830.49,\n        'unknown': 3696.9,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -913.298,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21209.571,\n        'gas': 22439.5,\n        'hydro': 999.981,\n        'nuclear': 21024.6,\n        'oil': 269.124,\n        'solar': 3744.75,\n        'unknown': 3708.89,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -920.338,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21438.831,\n        'gas': 22699.2,\n        'hydro': 1001.73,\n        'nuclear': 21018.4,\n        'oil': 269.245,\n        'solar': 3666.75,\n        'unknown': 3720.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1075.33,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21557.544,\n        'gas': 22784.1,\n        'hydro': 1005.31,\n        'nuclear': 21037.2,\n        'oil': 275.435,\n        'solar': 3494.94,\n        'unknown': 3722.35,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1103.41,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21687.137,\n        'gas': 22930.8,\n        'hydro': 1001.21,\n        'nuclear': 21042.5,\n        'oil': 272.401,\n        'solar': 3369.7,\n        'unknown': 3726.69,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1146.95,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 21765.66,\n        'gas': 22966.4,\n        'hydro': 1003.42,\n        'nuclear': 21025.0,\n        'oil': 274.781,\n        'solar': 3418.18,\n        'unknown': 3730.55,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1145.72,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22134.453,\n        'gas': 22687.9,\n        'hydro': 970.734,\n        'nuclear': 21034.3,\n        'oil': 274.326,\n        'solar': 3374.82,\n        'unknown': 3735.24,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1101.39,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22312.844,\n        'gas': 22920.9,\n        'hydro': 963.291,\n        'nuclear': 21024.8,\n        'oil': 275.474,\n        'solar': 3224.49,\n        'unknown': 3758.45,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1147.8,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22438.734,\n        'gas': 23003.0,\n        'hydro': 969.377,\n        'nuclear': 21038.4,\n        'oil': 277.562,\n        'solar': 3033.74,\n        'unknown': 3916.69,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1344.36,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22626.833,\n        'gas': 22967.8,\n        'hydro': 966.654,\n        'nuclear': 21020.5,\n        'oil': 296.039,\n        'solar': 2869.86,\n        'unknown': 4004.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1341.93,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22790.516,\n        'gas': 23153.9,\n        'hydro': 966.915,\n        'nuclear': 21035.4,\n        'oil': 311.159,\n        'solar': 2795.02,\n        'unknown': 3998.73,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1200.94,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23072.195,\n        'gas': 23084.9,\n        'hydro': 1029.02,\n        'nuclear': 21031.8,\n        'oil': 330.133,\n        'solar': 2676.43,\n        'unknown': 4041.31,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1158.44,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23108.655,\n        'gas': 23244.5,\n        'hydro': 1051.41,\n        'nuclear': 21040.6,\n        'oil': 331.038,\n        'solar': 2655.07,\n        'unknown': 4020.09,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1027.02,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23290.401,\n        'gas': 23321.6,\n        'hydro': 1065.33,\n        'nuclear': 21031.2,\n        'oil': 332.266,\n        'solar': 2569.48,\n        'unknown': 4053.74,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1054.35,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23205.405,\n        'gas': 23505.8,\n        'hydro': 1059.62,\n        'nuclear': 21004.5,\n        'oil': 332.05,\n        'solar': 2495.83,\n        'unknown': 4066.04,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1037.2,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23297.478,\n        'gas': 23533.2,\n        'hydro': 1059.55,\n        'nuclear': 21008.6,\n        'oil': 331.45,\n        'solar': 2360.98,\n        'unknown': 4107.01,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1039.95,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23239.017,\n        'gas': 23221.7,\n        'hydro': 1043.44,\n        'nuclear': 21009.4,\n        'oil': 332.389,\n        'solar': 2306.01,\n        'unknown': 4100.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1264.01,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23507.726,\n        'gas': 22950.6,\n        'hydro': 1014.25,\n        'nuclear': 21005.9,\n        'oil': 332.291,\n        'solar': 2208.98,\n        'unknown': 4131.3,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1295.98,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23436.016,\n        'gas': 22943.2,\n        'hydro': 996.338,\n        'nuclear': 21001.4,\n        'oil': 331.942,\n        'solar': 2123.1,\n        'unknown': 4138.24,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1270.64,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23385.524,\n        'gas': 23177.7,\n        'hydro': 1000.92,\n        'nuclear': 21007.7,\n        'oil': 332.183,\n        'solar': 1919.18,\n        'unknown': 4210.38,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1277.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23556.282,\n        'gas': 23153.8,\n        'hydro': 1024.1,\n        'nuclear': 20999.5,\n        'oil': 331.491,\n        'solar': 1760.64,\n        'unknown': 4282.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1306.59,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23794.602,\n        'gas': 23199.4,\n        'hydro': 1023.72,\n        'nuclear': 21006.1,\n        'oil': 331.888,\n        'solar': 1654.15,\n        'unknown': 4334.85,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1306.89,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23828.465,\n        'gas': 23328.3,\n        'hydro': 999.186,\n        'nuclear': 21007.6,\n        'oil': 331.534,\n        'solar': 1514.45,\n        'unknown': 4360.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1291.63,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23924.36,\n        'gas': 23286.7,\n        'hydro': 998.604,\n        'nuclear': 21015.0,\n        'oil': 332.576,\n        'solar': 1405.17,\n        'unknown': 4423.32,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1293.88,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23881.682,\n        'gas': 23244.8,\n        'hydro': 998.337,\n        'nuclear': 20999.6,\n        'oil': 330.707,\n        'solar': 1321.33,\n        'unknown': 4433.77,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1278.85,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23919.53,\n        'gas': 23097.5,\n        'hydro': 945.125,\n        'nuclear': 21012.3,\n        'oil': 332.131,\n        'solar': 1236.3,\n        'unknown': 4443.53,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1276.55,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24209.082,\n        'gas': 23214.9,\n        'hydro': 955.911,\n        'nuclear': 20991.7,\n        'oil': 331.701,\n        'solar': 1141.55,\n        'unknown': 4457.89,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1306.85,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24046.168,\n        'gas': 23382.2,\n        'hydro': 947.537,\n        'nuclear': 21000.3,\n        'oil': 331.603,\n        'solar': 1044.35,\n        'unknown': 4473.56,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1275.85,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23920.998,\n        'gas': 23429.0,\n        'hydro': 944.57,\n        'nuclear': 21005.8,\n        'oil': 331.694,\n        'solar': 938.44,\n        'unknown': 4495.42,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1271.18,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24070.109,\n        'gas': 23412.3,\n        'hydro': 854.475,\n        'nuclear': 21017.3,\n        'oil': 331.766,\n        'solar': 827.543,\n        'unknown': 4520.28,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1285.29,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24028.683,\n        'gas': 23177.3,\n        'hydro': 811.484,\n        'nuclear': 20996.7,\n        'oil': 333.226,\n        'solar': 739.265,\n        'unknown': 4527.9,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1246.67,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23989.188,\n        'gas': 23102.9,\n        'hydro': 838.787,\n        'nuclear': 21007.5,\n        'oil': 331.27,\n        'solar': 653.718,\n        'unknown': 4533.51,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1280.88,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24049.078,\n        'gas': 23280.3,\n        'hydro': 836.698,\n        'nuclear': 21001.0,\n        'oil': 330.909,\n        'solar': 563.402,\n        'unknown': 4576.04,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1284.62,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24002.906,\n        'gas': 23383.5,\n        'hydro': 836.092,\n        'nuclear': 20995.7,\n        'oil': 332.62,\n        'solar': 454.824,\n        'unknown': 4647.37,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1288.83,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24087.934,\n        'gas': 23459.0,\n        'hydro': 839.571,\n        'nuclear': 20989.4,\n        'oil': 332.416,\n        'solar': 372.871,\n        'unknown': 4667.91,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1283.54,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24014.974,\n        'gas': 23570.9,\n        'hydro': 834.371,\n        'nuclear': 21004.7,\n        'oil': 333.451,\n        'solar': 313.835,\n        'unknown': 4684.53,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1281.06,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24081.693,\n        'gas': 23455.8,\n        'hydro': 836.632,\n        'nuclear': 20983.3,\n        'oil': 338.392,\n        'solar': 255.266,\n        'unknown': 4698.36,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1298.21,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24029.884,\n        'gas': 23512.7,\n        'hydro': 830.666,\n        'nuclear': 20993.2,\n        'oil': 341.546,\n        'solar': 195.595,\n        'unknown': 4711.61,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1297.7,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24070.041,\n        'gas': 23676.2,\n        'hydro': 834.854,\n        'nuclear': 20968.8,\n        'oil': 346.372,\n        'solar': 149.08,\n        'unknown': 4723.56,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1281.29,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23979.064,\n        'gas': 23759.8,\n        'hydro': 834.088,\n        'nuclear': 20983.8,\n        'oil': 345.49,\n        'solar': 105.487,\n        'unknown': 4734.47,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1280.55,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24090.607,\n        'gas': 23722.8,\n        'hydro': 844.691,\n        'nuclear': 20968.3,\n        'oil': 346.197,\n        'solar': 61.0313,\n        'unknown': 4741.69,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1307.52,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24050.508,\n        'gas': 23885.8,\n        'hydro': 835.146,\n        'nuclear': 20991.0,\n        'oil': 346.234,\n        'solar': 28.8268,\n        'unknown': 4747.15,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1281.68,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23963.986,\n        'gas': 23663.5,\n        'hydro': 835.415,\n        'nuclear': 20978.5,\n        'oil': 346.323,\n        'solar': 5.26572,\n        'unknown': 4761.33,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1281.82,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24166.168,\n        'gas': 23747.8,\n        'hydro': 846.884,\n        'nuclear': 20983.1,\n        'oil': 346.328,\n        'solar': 0.0,\n        'unknown': 4794.44,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1298.4,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24169.009,\n        'gas': 23921.9,\n        'hydro': 837.595,\n        'nuclear': 20977.2,\n        'oil': 346.323,\n        'solar': 0.0,\n        'unknown': 4827.14,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1294.88,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24028.65,\n        'gas': 23734.7,\n        'hydro': 830.536,\n        'nuclear': 20983.9,\n        'oil': 344.999,\n        'solar': 0.0,\n        'unknown': 4849.31,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1286.78,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24086.551,\n        'gas': 23580.2,\n        'hydro': 822.088,\n        'nuclear': 20973.7,\n        'oil': 344.973,\n        'solar': 0.0,\n        'unknown': 4865.52,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1291.91,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24083.823,\n        'gas': 23400.1,\n        'hydro': 789.092,\n        'nuclear': 20985.0,\n        'oil': 346.636,\n        'solar': 0.0,\n        'unknown': 4857.07,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1274.64,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24126.745,\n        'gas': 23361.1,\n        'hydro': 789.31,\n        'nuclear': 20994.1,\n        'oil': 346.614,\n        'solar': 0.0,\n        'unknown': 4843.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1291.81,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24169.886,\n        'gas': 23265.8,\n        'hydro': 787.382,\n        'nuclear': 20998.4,\n        'oil': 346.234,\n        'solar': 0.0,\n        'unknown': 4844.53,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1287.52,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 24004.291,\n        'gas': 23017.2,\n        'hydro': 782.884,\n        'nuclear': 20995.2,\n        'oil': 344.79,\n        'solar': 0.0,\n        'unknown': 4833.72,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1275.81,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23999.299,\n        'gas': 22711.5,\n        'hydro': 774.939,\n        'nuclear': 20997.4,\n        'oil': 346.369,\n        'solar': 0.0,\n        'unknown': 4815.18,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1251.39,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23903.872,\n        'gas': 22464.1,\n        'hydro': 778.613,\n        'nuclear': 20995.5,\n        'oil': 346.435,\n        'solar': 0.0,\n        'unknown': 4815.27,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1263.1,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23904.274,\n        'gas': 22343.4,\n        'hydro': 753.673,\n        'nuclear': 21008.8,\n        'oil': 345.956,\n        'solar': 0.0,\n        'unknown': 4787.85,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1261.56,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23735.531,\n        'gas': 22163.1,\n        'hydro': 688.229,\n        'nuclear': 21008.9,\n        'oil': 345.877,\n        'solar': 0.0,\n        'unknown': 4757.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1246.36,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23788.623,\n        'gas': 22228.9,\n        'hydro': 695.648,\n        'nuclear': 20994.2,\n        'oil': 337.453,\n        'solar': 0.0,\n        'unknown': 4704.33,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1310.47,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23716.283,\n        'gas': 22062.2,\n        'hydro': 689.704,\n        'nuclear': 20991.9,\n        'oil': 331.938,\n        'solar': 0.0,\n        'unknown': 4694.21,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1280.17,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23865.067,\n        'gas': 21668.2,\n        'hydro': 689.265,\n        'nuclear': 20992.7,\n        'oil': 322.073,\n        'solar': 0.0,\n        'unknown': 4683.1,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1271.47,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23677.975,\n        'gas': 21589.5,\n        'hydro': 689.471,\n        'nuclear': 21006.3,\n        'oil': 313.086,\n        'solar': 0.0,\n        'unknown': 4663.02,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1279.87,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23572.688,\n        'gas': 21194.2,\n        'hydro': 688.682,\n        'nuclear': 21008.5,\n        'oil': 309.16,\n        'solar': 0.0,\n        'unknown': 4644.38,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1257.48,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23715.04,\n        'gas': 21045.2,\n        'hydro': 693.281,\n        'nuclear': 20996.8,\n        'oil': 307.448,\n        'solar': 0.0,\n        'unknown': 4631.19,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1294.29,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23680.071,\n        'gas': 20979.4,\n        'hydro': 689.066,\n        'nuclear': 21003.6,\n        'oil': 305.505,\n        'solar': 0.0,\n        'unknown': 4611.86,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1278.44,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23673.816,\n        'gas': 20634.5,\n        'hydro': 690.19,\n        'nuclear': 20992.1,\n        'oil': 304.776,\n        'solar': 0.0,\n        'unknown': 4592.39,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1280.56,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23598.092,\n        'gas': 20176.3,\n        'hydro': 688.88,\n        'nuclear': 20981.6,\n        'oil': 305.783,\n        'solar': 0.0,\n        'unknown': 4562.1,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1269.15,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23778.58,\n        'gas': 20296.1,\n        'hydro': 691.368,\n        'nuclear': 20982.5,\n        'oil': 305.385,\n        'solar': 0.0,\n        'unknown': 4538.52,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1293.62,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23730.25,\n        'gas': 20034.2,\n        'hydro': 689.224,\n        'nuclear': 21012.8,\n        'oil': 306.015,\n        'solar': 0.0,\n        'unknown': 4501.14,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -1152.1,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23673.292,\n        'gas': 20144.6,\n        'hydro': 688.457,\n        'nuclear': 20991.8,\n        'oil': 304.472,\n        'solar': 0.0,\n        'unknown': 4476.68,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -929.355,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23725.711,\n        'gas': 20034.4,\n        'hydro': 689.515,\n        'nuclear': 21005.4,\n        'oil': 304.064,\n        'solar': 0.0,\n        'unknown': 4430.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -940.006,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23810.198,\n        'gas': 19838.2,\n        'hydro': 689.44,\n        'nuclear': 21005.8,\n        'oil': 304.905,\n        'solar': 0.0,\n        'unknown': 4340.73,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -932.272,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23538.073,\n        'gas': 19526.7,\n        'hydro': 688.734,\n        'nuclear': 21005.9,\n        'oil': 303.648,\n        'solar': 0.0,\n        'unknown': 4294.17,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -927.656,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23561.426,\n        'gas': 19350.6,\n        'hydro': 688.647,\n        'nuclear': 21013.3,\n        'oil': 305.12,\n        'solar': 0.0,\n        'unknown': 4252.9,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -912.148,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23504.916,\n        'gas': 19256.3,\n        'hydro': 689.332,\n        'nuclear': 20984.5,\n        'oil': 305.641,\n        'solar': 0.0,\n        'unknown': 4221.58,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -931.385,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23553.68,\n        'gas': 19025.8,\n        'hydro': 689.052,\n        'nuclear': 21003.7,\n        'oil': 305.329,\n        'solar': 0.0,\n        'unknown': 4205.84,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -823.368,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23537.016,\n        'gas': 18836.5,\n        'hydro': 689.584,\n        'nuclear': 21013.5,\n        'oil': 305.148,\n        'solar': 0.0,\n        'unknown': 4162.06,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -644.575,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23514.322,\n        'gas': 18769.6,\n        'hydro': 690.643,\n        'nuclear': 20990.4,\n        'oil': 303.072,\n        'solar': 0.0,\n        'unknown': 4129.88,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -643.789,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23489.485,\n        'gas': 18448.1,\n        'hydro': 689.612,\n        'nuclear': 21014.8,\n        'oil': 304.466,\n        'solar': 0.0,\n        'unknown': 4098.81,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -648.847,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23470.457,\n        'gas': 18438.6,\n        'hydro': 689.492,\n        'nuclear': 21021.0,\n        'oil': 304.172,\n        'solar': 0.0,\n        'unknown': 4072.03,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -648.185,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23534.018,\n        'gas': 18335.7,\n        'hydro': 686.214,\n        'nuclear': 20998.1,\n        'oil': 306.343,\n        'solar': 0.0,\n        'unknown': 4047.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -650.269,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23451.878,\n        'gas': 18449.6,\n        'hydro': 686.773,\n        'nuclear': 20993.3,\n        'oil': 305.183,\n        'solar': 0.0,\n        'unknown': 4018.27,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -656.417,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23646.245,\n        'gas': 18351.9,\n        'hydro': 663.805,\n        'nuclear': 21024.5,\n        'oil': 304.958,\n        'solar': 0.0,\n        'unknown': 3979.79,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -669.735,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23688.954,\n        'gas': 18242.5,\n        'hydro': 662.178,\n        'nuclear': 21025.4,\n        'oil': 305.379,\n        'solar': 0.0,\n        'unknown': 3963.38,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -635.765,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23889.313,\n        'gas': 18128.7,\n        'hydro': 665.263,\n        'nuclear': 21017.5,\n        'oil': 305.107,\n        'solar': 0.0,\n        'unknown': 3934.55,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -668.872,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23823.157,\n        'gas': 17945.8,\n        'hydro': 661.232,\n        'nuclear': 20998.8,\n        'oil': 306.52,\n        'solar': 0.0,\n        'unknown': 3904.66,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -638.573,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23738.947,\n        'gas': 17659.7,\n        'hydro': 650.865,\n        'nuclear': 21017.3,\n        'oil': 305.455,\n        'solar': 0.0,\n        'unknown': 3887.86,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -650.65,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23673.077,\n        'gas': 17514.7,\n        'hydro': 649.58,\n        'nuclear': 21019.3,\n        'oil': 305.077,\n        'solar': 0.0,\n        'unknown': 3879.18,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -638.921,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23760.353,\n        'gas': 17397.9,\n        'hydro': 652.48,\n        'nuclear': 21026.4,\n        'oil': 305.566,\n        'solar': 0.0,\n        'unknown': 3864.85,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -646.358,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23757.735,\n        'gas': 17108.9,\n        'hydro': 651.954,\n        'nuclear': 21016.0,\n        'oil': 305.415,\n        'solar': 0.0,\n        'unknown': 3860.11,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -656.59,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23787.083,\n        'gas': 16936.5,\n        'hydro': 651.208,\n        'nuclear': 21018.3,\n        'oil': 304.212,\n        'solar': 0.0,\n        'unknown': 3858.19,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -636.344,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23653.436,\n        'gas': 16769.4,\n        'hydro': 648.488,\n        'nuclear': 21023.1,\n        'oil': 305.759,\n        'solar': 0.0,\n        'unknown': 3854.5,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -635.101,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23664.894,\n        'gas': 16684.1,\n        'hydro': 651.528,\n        'nuclear': 21023.6,\n        'oil': 304.292,\n        'solar': 0.0,\n        'unknown': 3852.83,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -641.672,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23539.45,\n        'gas': 16717.7,\n        'hydro': 649.613,\n        'nuclear': 21012.8,\n        'oil': 304.974,\n        'solar': 0.0,\n        'unknown': 3850.78,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -632.988,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23636.02,\n        'gas': 16600.0,\n        'hydro': 651.319,\n        'nuclear': 21028.5,\n        'oil': 304.305,\n        'solar': 0.0,\n        'unknown': 3835.13,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -445.401,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23568.115,\n        'gas': 16460.8,\n        'hydro': 651.741,\n        'nuclear': 21022.0,\n        'oil': 304.412,\n        'solar': 0.0,\n        'unknown': 3820.16,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -448.64,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23564.371,\n        'gas': 16313.8,\n        'hydro': 653.166,\n        'nuclear': 21017.5,\n        'oil': 305.195,\n        'solar': 0.0,\n        'unknown': 3812.62,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -449.037,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23461.98,\n        'gas': 15918.8,\n        'hydro': 652.409,\n        'nuclear': 21017.2,\n        'oil': 305.771,\n        'solar': 0.0,\n        'unknown': 3810.68,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -442.143,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23283.904,\n        'gas': 15557.2,\n        'hydro': 652.589,\n        'nuclear': 21029.4,\n        'oil': 304.393,\n        'solar': 0.0,\n        'unknown': 3812.09,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -440.388,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23271.213,\n        'gas': 15435.1,\n        'hydro': 654.279,\n        'nuclear': 21018.6,\n        'oil': 305.209,\n        'solar': 0.0,\n        'unknown': 3803.64,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -439.749,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23268.711,\n        'gas': 15103.3,\n        'hydro': 652.968,\n        'nuclear': 21024.4,\n        'oil': 305.323,\n        'solar': 0.0,\n        'unknown': 3789.01,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -442.203,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23301.872,\n        'gas': 14911.3,\n        'hydro': 630.929,\n        'nuclear': 21015.4,\n        'oil': 304.956,\n        'solar': 0.0,\n        'unknown': 3787.08,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -453.978,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 23196.116,\n        'gas': 14573.8,\n        'hydro': 619.958,\n        'nuclear': 21023.7,\n        'oil': 304.444,\n        'solar': 0.0,\n        'unknown': 3783.48,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -445.314,\n      }),\n      'zoneKey': 'KR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 9, 1, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='Asia/Seoul')),\n      'production': dict({\n        'coal': 22896.78,\n        'gas': 14224.4,\n        'hydro': 637.67,\n        'nuclear': 21027.5,\n        'oil': 305.52,\n        'solar': 0.0,\n        'unknown': 3787.59,\n      }),\n      'source': 'new.kpx.or.kr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'hydro': -437.866,\n      }),\n      'zoneKey': 'KR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_forecast_historical[RO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_forecast_historical[RO]\n  list([\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_forecast_historical[UA].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_forecast_historical[UA]\n  list([\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_forecast_live[RO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_forecast_live[RO]\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -98.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -98.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -98.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -98.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 6.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 6.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 6.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 6.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -24.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -24.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_forecast_live[UA].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_forecast_live[UA]\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 322.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 299.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 274.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 297.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 255.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 218.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 213.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 175.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 176.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 191.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 101.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 162.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 161.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 159.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 154.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -15.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -5.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -53.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 23.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -128.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -108.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -261.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -229.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -358.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -305.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -363.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -322.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -373.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -375.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -354.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -361.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -253.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -381.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -486.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -478.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -495.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -582.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -580.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -557.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -545.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -587.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -510.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -559.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -574.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -494.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -493.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -491.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -539.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -557.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -495.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -465.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -427.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -410.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -364.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -269.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -339.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -301.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -239.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -292.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -438.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -302.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -345.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -254.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -271.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -301.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -273.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -207.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -187.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -214.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -108.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -208.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -149.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -118.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -116.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -167.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -196.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -209.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -190.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -128.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -148.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -115.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -84.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 109.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 90.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 149.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 185.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 142.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 169.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 39.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 25.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 50.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -76.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -16.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -105.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -134.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -102.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -53.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -192.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -192.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -201.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -246.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -425.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -451.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -394.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -371.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -479.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -559.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -508.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -507.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -493.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_historical[RO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_historical[RO]\n  list([\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_historical[UA].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_historical[UA]\n  list([\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -31.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -31.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -27.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -31.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -29.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -53.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -13.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -29.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 6.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 18.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 8.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -17.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -84.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -76.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -20.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -8.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -5.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -123.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -6.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -3.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -1.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -13.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -94.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -66.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 13.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 18.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -3.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -31.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 14.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 33.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 23.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -78.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -101.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 75.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 51.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 49.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 24.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 36.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -50.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 36.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -52.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 25.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -46.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 20.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -60.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -77.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -26.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -32.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -58.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -84.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -10.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -25.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -113.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -29.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -60.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -24.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -79.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -2.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -94.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -16.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -66.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -68.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -61.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -54.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -30.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 23.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -77.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -83.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -70.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -90.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -77.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -1.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -10.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -5.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -66.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -85.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 30.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -1.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -82.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -17.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -44.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -2.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -73.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -41.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 67.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -36.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -43.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 29.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -67.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -78.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_live[RO].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_live[RO]\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 105.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 101.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 122.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 102.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 88.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 87.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 91.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 100.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 8.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 67.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 59.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 9.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 53.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -11.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -30.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 41.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 31.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 25.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -72.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -24.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -30.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -19.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -46.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -40.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -8.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -8.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -5.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -21.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -6.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -55.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -37.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -27.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -51.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -56.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -48.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -74.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -38.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -62.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 1.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 12.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 9.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 8.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -23.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -3.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -11.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -15.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -29.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -65.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -120.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -106.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -107.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -96.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -77.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -64.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -75.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -46.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -17.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -14.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 125.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 57.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 8.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 62.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -7.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -42.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 45.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -39.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -10.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 1.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 69.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 34.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -9.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 49.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 68.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 88.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 80.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 85.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 56.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -22.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 81.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 27.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -13.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 63.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -11.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -28.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -33.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 32.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 33.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 36.0,\n      'sortedZoneKeys': 'MD->RO',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_exchange_live[UA].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange_live[UA]\n  list([\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -287.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -194.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -199.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -196.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -132.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -115.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -125.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -87.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -84.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -90.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -93.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -94.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -101.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -149.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -101.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -57.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -30.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 10.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 28.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 23.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 17.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 132.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 140.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 286.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 239.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 288.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 241.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 291.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 280.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 324.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 350.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 323.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 338.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 234.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 334.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 445.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 469.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 486.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 576.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 558.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 550.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 532.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 532.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 471.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 521.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 547.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 443.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 459.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 434.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 491.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 482.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 430.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 427.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 382.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 347.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 302.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 206.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 354.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 302.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 252.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 302.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 433.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 310.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 322.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 250.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 260.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 286.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 243.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 172.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 122.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 94.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 2.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 100.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 52.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 40.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 52.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 92.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 149.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 173.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 193.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 110.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 134.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 100.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 210.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 84.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 38.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 69.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 123.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -11.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -106.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -151.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -95.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -45.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -188.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -195.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -141.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -100.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -4.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -35.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 0.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 91.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 131.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 157.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 134.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 19.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 100.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 191.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 102.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 31.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 273.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 158.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 229.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 233.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 489.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 451.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 383.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 342.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 446.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 525.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 540.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 541.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 530.0,\n      'sortedZoneKeys': 'MD->UA',\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime0].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime0]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2000, 1, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.8,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime10].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime10]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2024, 3, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 185.0,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime1].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime1]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2000, 4, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 18.8,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime2].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime2]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2001, 10, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.0,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime3].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime3]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2002, 9, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 35.2,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime4].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime4]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2005, 9, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 39.3,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime5].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime5]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2007, 8, 3, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 51.8,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime6].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime6]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2010, 1, 19, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 63.2,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime7].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime7]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2012, 5, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 80.2,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime8].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime8]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2015, 7, 31, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 145.0,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD/test_fetch_price_historical[historical_datetime9].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_price_historical[historical_datetime9]\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': datetime.datetime(2023, 12, 31, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 201.0,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_MD.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_historical\n  list([\n    dict({\n      'consumption': 437.0,\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 437.0,\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 433.0,\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 433.0,\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 433.0,\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 432.0,\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 435.0,\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 431.0,\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 430.0,\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 430.0,\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 434.0,\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 440.0,\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 442.0,\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 449.0,\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 467.0,\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 481.0,\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 501.0,\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 513.0,\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 530.0,\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 553.0,\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 573.0,\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 612.0,\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 616.0,\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 641.0,\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 655.0,\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 666.0,\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 742.0,\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 689.0,\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 693.0,\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 760.0,\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 713.0,\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 772.0,\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 722.0,\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 727.0,\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 787.0,\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 734.0,\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 735.0,\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 731.0,\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 734.0,\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 738.0,\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 740.0,\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 856.0,\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 739.0,\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 736.0,\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 733.0,\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 744.0,\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 746.0,\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 828.0,\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 777.0,\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 798.0,\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 727.0,\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 795.0,\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 794.0,\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 717.0,\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 800.0,\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 801.0,\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 719.0,\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 715.0,\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 725.0,\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 715.0,\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 773.0,\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 773.0,\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 716.0,\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 703.0,\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 773.0,\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 758.0,\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 739.0,\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 750.0,\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 701.0,\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 683.0,\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 689.0,\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 791.0,\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 825.0,\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 822.0,\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 739.0,\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 761.0,\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 770.0,\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 662.0,\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 640.0,\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 663.0,\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 567.0,\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 567.0,\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 602.0,\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 530.0,\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 530.0,\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 592.0,\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 572.0,\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 484.0,\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 494.0,\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 470.0,\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 469.0,\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 554.0,\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 472.0,\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 468.0,\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 540.0,\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 519.0,\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 508.0,\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 524.0,\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 442.0,\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 527.0,\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 537.0,\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 518.0,\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 518.0,\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 453.0,\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 533.0,\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 522.0,\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 531.0,\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 550.0,\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 485.0,\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 552.0,\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 548.0,\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 528.0,\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 582.0,\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 610.0,\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 642.0,\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 667.0,\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 594.0,\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 609.0,\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 698.0,\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 632.0,\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 681.0,\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 724.0,\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 693.0,\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 750.0,\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 735.0,\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 671.0,\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 757.0,\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 676.0,\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 685.0,\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 737.0,\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 743.0,\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 762.0,\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 760.0,\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 671.0,\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 752.0,\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 733.0,\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 743.0,\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 722.0,\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 668.0,\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 669.0,\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 715.0,\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 740.0,\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 747.0,\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 685.0,\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 738.0,\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 734.0,\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 731.0,\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 751.0,\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 665.0,\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 725.0,\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 718.0,\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 666.0,\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 740.0,\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 664.0,\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 663.0,\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 671.0,\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 668.0,\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 671.0,\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 729.0,\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 749.0,\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 747.0,\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 737.0,\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 672.0,\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 748.0,\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 708.0,\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 804.0,\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 740.0,\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 730.0,\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 710.0,\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 672.0,\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 647.0,\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 615.0,\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 649.0,\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 636.0,\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 620.0,\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 604.0,\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 494.0,\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 599.0,\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 557.0,\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 555.0,\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 480.0,\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 562.0,\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 554.0,\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 549.0,\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 482.0,\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 527.0,\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n# name: test_fetch_consumption_live\n  list([\n    dict({\n      'consumption': 485.0,\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 421.0,\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 451.0,\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 423.0,\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 401.0,\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 422.0,\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 439.0,\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 438.0,\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 437.0,\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 454.0,\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 545.0,\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 487.0,\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 511.0,\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 604.0,\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 560.0,\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 686.0,\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 706.0,\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 663.0,\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 733.0,\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 654.0,\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 694.0,\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 664.0,\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 682.0,\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 667.0,\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 649.0,\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 646.0,\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 619.0,\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 636.0,\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 611.0,\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 620.0,\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 608.0,\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 575.0,\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 569.0,\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 547.0,\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 552.0,\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 548.0,\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 565.0,\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 544.0,\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 549.0,\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 590.0,\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 572.0,\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 572.0,\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 584.0,\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 568.0,\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 588.0,\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 592.0,\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 618.0,\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 608.0,\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 584.0,\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 606.0,\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 624.0,\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 623.0,\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 625.0,\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 627.0,\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 649.0,\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 636.0,\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 687.0,\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 675.0,\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 705.0,\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 687.0,\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 700.0,\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 704.0,\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 716.0,\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 726.0,\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 754.0,\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 809.0,\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 794.0,\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 795.0,\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 784.0,\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 766.0,\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 751.0,\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 750.0,\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 708.0,\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 698.0,\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 661.0,\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 680.0,\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 675.0,\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 676.0,\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 536.0,\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 616.0,\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 531.0,\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 579.0,\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 526.0,\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 517.0,\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 549.0,\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 547.0,\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 541.0,\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 446.0,\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 531.0,\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 504.0,\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 490.0,\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 416.0,\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 442.0,\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 490.0,\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 428.0,\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 417.0,\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 398.0,\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 405.0,\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 401.0,\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 496.0,\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 515.0,\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 453.0,\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 511.0,\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 548.0,\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 507.0,\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 621.0,\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 562.0,\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 691.0,\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 637.0,\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 704.0,\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 720.0,\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 738.0,\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 744.0,\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 741.0,\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 674.0,\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'consumption': 659.0,\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n# name: test_fetch_price_live\n  list([\n    dict({\n      'currency': 'MDL',\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 185.0,\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n# name: test_fetch_production_historical\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 351.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 349.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 348.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 349.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 348.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 349.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 349.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 350.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 374.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 385.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 385.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 385.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 407.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 450.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 487.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 490.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 504.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 570.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 620.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 621.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 622.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 622.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 622.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 623.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 623.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 622.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 622.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 643.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 646.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 658.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 659.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 660.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 658.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 673.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 679.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 683.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 679.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 678.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 678.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 678.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 682.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 679.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 681.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 680.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 681.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 682.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 682.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 684.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 682.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 681.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 683.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 682.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 684.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 683.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 684.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 666.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 663.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 663.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 663.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 660.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 660.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 671.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 711.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 707.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 711.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 709.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 685.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 690.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 637.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 606.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 547.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 538.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 506.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 513.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 510.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 472.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 468.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 468.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 468.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 444.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 419.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 418.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 24, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 419.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 418.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 417.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 418.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 417.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 418.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.0,\n        'gas': 417.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 419.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 0.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 421.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 421.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 421.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 420.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 457.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 469.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 469.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 467.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 516.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 524.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 531.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 530.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 530.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 531.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 532.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 583.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 598.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 608.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 615.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 618.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 617.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 616.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 606.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 613.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 618.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 625.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 635.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 639.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 638.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 638.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 642.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 636.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 639.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 639.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 621.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 611.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 611.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 611.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 607.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 608.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 612.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 606.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 609.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 609.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 609.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 609.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 609.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 608.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 610.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 611.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 620.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 651.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 650.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 652.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 654.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 670.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 669.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 659.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 595.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 594.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 591.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 573.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 561.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 520.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 509.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 510.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 510.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 509.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 510.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 461.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 458.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 457.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 459.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 434.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 417.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 410.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2021, 7, 25, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 409.0,\n        'hydro': 49.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 474.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 13.0,\n        'gas': 479.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 479.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 478.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 477.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 478.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 480.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 478.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 484.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 508.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 508.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 510.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 526.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 571.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 571.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 571.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 611.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 658.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 657.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 650.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 649.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 554.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 6, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 541.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 6, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 530.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 533.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 7, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 542.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 7, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 542.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 7, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 13.0,\n        'gas': 541.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 539.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 8, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 511.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 8, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 18.0,\n        'gas': 475.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 8, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 476.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 487.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 9, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 491.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 9, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 492.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 9, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 492.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 13.0,\n        'gas': 490.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 10, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 490.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 10, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 10.0,\n        'gas': 491.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 10, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 490.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 491.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 11, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 489.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 11, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 9.0,\n        'gas': 489.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 11, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 491.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 489.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 12, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 501.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 12, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 503.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 12, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 6.0,\n        'gas': 503.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 504.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 13, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 5.0,\n        'gas': 521.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 13, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 5.0,\n        'gas': 522.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 13, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 4.0,\n        'gas': 521.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 5.0,\n        'gas': 523.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 14, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 4.0,\n        'gas': 603.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 14, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 613.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 14, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 611.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 643.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 15, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 646.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 15, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 647.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 15, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 645.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 647.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 16, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 16, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 16, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 650.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 653.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 17, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 17, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 17, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 18, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 18, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 18, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 651.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 638.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 19, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 625.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 19, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 626.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 19, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 628.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 626.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 20, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 625.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 20, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 1.0,\n        'gas': 626.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 20, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 626.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 608.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 21, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 553.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 21, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 551.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 21, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 2.0,\n        'gas': 552.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 3.0,\n        'gas': 472.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 22, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 4.0,\n        'gas': 466.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 22, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 5.0,\n        'gas': 466.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 22, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 6.0,\n        'gas': 467.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 6.0,\n        'gas': 450.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 23, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 450.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 23, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 452.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 10, 23, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 7.0,\n        'gas': 450.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 8.0,\n        'gas': 443.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 0, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 11.0,\n        'gas': 431.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 0, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 432.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 0, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 13.0,\n        'gas': 430.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 437.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 1, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 435.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 1, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 435.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 1, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 436.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 448.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 2, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 461.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 2, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 460.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 2, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 462.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 475.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 3, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 537.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 3, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 536.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 3, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 538.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 625.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 4, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 17.0,\n        'gas': 648.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 4, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 18.0,\n        'gas': 652.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 4, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 19.0,\n        'gas': 655.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 19.0,\n        'gas': 655.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 5, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 20.0,\n        'gas': 656.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 5, 30, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 16.0,\n        'gas': 656.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 5, 45, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 15.0,\n        'gas': 657.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 12.0,\n        'gas': 657.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 4, 11, 6, 15, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'biomass': 14.0,\n        'gas': 648.0,\n        'hydro': 32.0,\n      }),\n      'source': 'moldelectrica.md',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'MD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_NORDPOOL.ambr",
    "content": "# serializer version: 1\n# name: test_exchange_parser_fi_se1\n  list([\n    dict({\n      'datetime': datetime.datetime(2024, 11, 30, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -907.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 11, 30, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -907.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 11, 30, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -907.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 11, 30, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -907.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -960.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -960.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -960.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -960.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -866.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -866.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -866.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -866.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -979.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -979.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -979.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -979.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -769.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -769.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -769.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -769.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -702.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -702.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -702.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -702.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -640.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -640.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -640.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -640.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -692.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 7, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -345.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 7, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -345.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 7, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -345.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 7, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -345.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 8, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -169.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 8, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -169.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 8, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -169.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 8, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -169.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 9, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 9, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 9, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 9, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 10, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -227.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 10, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -227.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 10, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -227.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 10, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -227.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 11, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 11, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 11, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -97.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 12, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 12, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 12, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': -34.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 13, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 71.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 13, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 71.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 13, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 71.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 13, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 71.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 14, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 438.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 14, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 438.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 14, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 438.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 14, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 438.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 15, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 638.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 15, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 638.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 15, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 638.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 15, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 638.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 16, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 857.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 16, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 857.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 16, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 857.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 16, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 857.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 17, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 610.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 17, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 610.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 17, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 610.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 17, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 610.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 18, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 609.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 18, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 609.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 18, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 609.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 18, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 609.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 19, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 1069.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 19, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 1069.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 19, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 1069.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 19, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 1069.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 20, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 895.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 20, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 895.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 20, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 895.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 20, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 895.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 21, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 1087.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 21, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 1087.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 21, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 1087.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 21, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 1087.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 22, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 1014.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 22, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 1014.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 22, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 1014.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 22, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 1014.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 23, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 667.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 23, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 667.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 23, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 667.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 1, 23, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 667.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 0, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 693.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 0, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 693.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 0, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 693.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 0, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 693.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 1, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 669.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 1, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 669.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 1, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 669.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 1, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 669.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 2, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 595.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 2, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 595.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 2, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 595.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 2, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 595.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 3, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 649.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 3, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 649.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 3, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 649.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 3, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 649.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 4, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 918.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 4, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 918.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 4, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 918.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 4, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 918.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 5, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 938.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 5, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 938.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 5, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 938.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 5, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 938.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 6, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 805.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 6, 15, tzinfo=datetime.timezone.utc),\n      'netFlow': 805.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 6, 30, tzinfo=datetime.timezone.utc),\n      'netFlow': 805.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2024, 12, 2, 6, 45, tzinfo=datetime.timezone.utc),\n      'netFlow': 805.0,\n      'sortedZoneKeys': 'FI->SE-SE1',\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_price_parser_se\n  list([\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.67,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.81,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 72.3,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 75.86,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 74.45,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 78.51,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 24.54,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.14,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.29,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.61,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.56,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.19,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.36,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.74,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.85,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.98,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.98,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.15,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.74,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.46,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.17,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.17,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.03,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.99,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.46,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.69,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.06,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.65,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.58,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'price': 27.27,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.52,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'price': 32.25,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.81,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'price': 33.65,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.42,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.44,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'price': 28.83,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'price': 25.27,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'price': 26.68,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'price': 29.72,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'price': 32.29,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'price': 79.73,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'price': 99.27,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'price': 110.27,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'price': 112.8,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'price': 100.32,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'price': 31.54,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n    dict({\n      'currency': 'EUR',\n      'datetime': datetime.datetime(2024, 7, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'price': 30.1,\n      'source': 'nordpool.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'SE-SE4',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_NTESMO.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 186.0,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 180.19,\n      'datetime': datetime.datetime(2025, 4, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 173.634,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 186.692,\n      'datetime': datetime.datetime(2025, 4, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 180.457,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 174.799,\n      'datetime': datetime.datetime(2025, 4, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 170.747,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 167.989,\n      'datetime': datetime.datetime(2025, 4, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.45,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.369,\n      'datetime': datetime.datetime(2025, 4, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.258,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.461,\n      'datetime': datetime.datetime(2025, 4, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.127,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 159.687,\n      'datetime': datetime.datetime(2025, 4, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.181,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.32,\n      'datetime': datetime.datetime(2025, 4, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 169.129,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.5,\n      'datetime': datetime.datetime(2025, 4, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 175.068,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 175.208,\n      'datetime': datetime.datetime(2025, 4, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 174.007,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 176.123,\n      'datetime': datetime.datetime(2025, 4, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 173.113,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.625,\n      'datetime': datetime.datetime(2025, 4, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 156.971,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 152.591,\n      'datetime': datetime.datetime(2025, 4, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 154.42,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.618,\n      'datetime': datetime.datetime(2025, 4, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 168.746,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 157.31,\n      'datetime': datetime.datetime(2025, 4, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 157.494,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.937,\n      'datetime': datetime.datetime(2025, 4, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 166.433,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 180.761,\n      'datetime': datetime.datetime(2025, 4, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 192.558,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 208.849,\n      'datetime': datetime.datetime(2025, 4, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 219.735,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 227.093,\n      'datetime': datetime.datetime(2025, 4, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 234.152,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 241.498,\n      'datetime': datetime.datetime(2025, 4, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 245.823,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 247.989,\n      'datetime': datetime.datetime(2025, 4, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 247.08,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 237.041,\n      'datetime': datetime.datetime(2025, 4, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 228.986,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 224.047,\n      'datetime': datetime.datetime(2025, 4, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.941,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 209.543,\n      'datetime': datetime.datetime(2025, 4, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 201.387,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 193.991,\n      'datetime': datetime.datetime(2025, 4, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 187.741,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 178.32,\n      'datetime': datetime.datetime(2025, 4, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.314,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 168.195,\n      'datetime': datetime.datetime(2025, 4, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.297,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.365,\n      'datetime': datetime.datetime(2025, 4, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.016,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 158.331,\n      'datetime': datetime.datetime(2025, 4, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 156.8,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 154.601,\n      'datetime': datetime.datetime(2025, 4, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 154.188,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 153.526,\n      'datetime': datetime.datetime(2025, 4, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 154.875,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 156.933,\n      'datetime': datetime.datetime(2025, 4, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.364,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.79,\n      'datetime': datetime.datetime(2025, 4, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.913,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.963,\n      'datetime': datetime.datetime(2025, 4, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 156.887,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.0,\n      'datetime': datetime.datetime(2025, 4, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.099,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 174.864,\n      'datetime': datetime.datetime(2025, 4, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.76,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 157.611,\n      'datetime': datetime.datetime(2025, 4, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.182,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 177.685,\n      'datetime': datetime.datetime(2025, 4, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 199.574,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 178.001,\n      'datetime': datetime.datetime(2025, 4, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 170.268,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.105,\n      'datetime': datetime.datetime(2025, 4, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 167.497,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 178.127,\n      'datetime': datetime.datetime(2025, 4, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 188.331,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 208.391,\n      'datetime': datetime.datetime(2025, 4, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 209.752,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.502,\n      'datetime': datetime.datetime(2025, 4, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 219.933,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 230.096,\n      'datetime': datetime.datetime(2025, 4, 6, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 230.593,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 243.6,\n      'datetime': datetime.datetime(2025, 4, 6, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 242.793,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 239.542,\n      'datetime': datetime.datetime(2025, 4, 6, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 231.293,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 225.246,\n      'datetime': datetime.datetime(2025, 4, 6, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 216.326,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 206.317,\n      'datetime': datetime.datetime(2025, 4, 6, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 195.843,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 187.786,\n      'datetime': datetime.datetime(2025, 4, 6, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 180.175,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 176.765,\n      'datetime': datetime.datetime(2025, 4, 6, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 171.965,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 167.661,\n      'datetime': datetime.datetime(2025, 4, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.538,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.659,\n      'datetime': datetime.datetime(2025, 4, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.106,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 159.348,\n      'datetime': datetime.datetime(2025, 4, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 158.78,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 158.473,\n      'datetime': datetime.datetime(2025, 4, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 158.51,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 159.317,\n      'datetime': datetime.datetime(2025, 4, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.445,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 170.129,\n      'datetime': datetime.datetime(2025, 4, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 184.321,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 197.206,\n      'datetime': datetime.datetime(2025, 4, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 211.01,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 215.396,\n      'datetime': datetime.datetime(2025, 4, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 218.471,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 219.576,\n      'datetime': datetime.datetime(2025, 4, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 210.031,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 206.632,\n      'datetime': datetime.datetime(2025, 4, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 207.391,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 199.46,\n      'datetime': datetime.datetime(2025, 4, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 200.682,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 206.342,\n      'datetime': datetime.datetime(2025, 4, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 201.407,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 210.83,\n      'datetime': datetime.datetime(2025, 4, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 219.771,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 238.039,\n      'datetime': datetime.datetime(2025, 4, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 246.889,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 260.013,\n      'datetime': datetime.datetime(2025, 4, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 264.42,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 268.337,\n      'datetime': datetime.datetime(2025, 4, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 278.199,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 269.028,\n      'datetime': datetime.datetime(2025, 4, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 268.721,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 273.072,\n      'datetime': datetime.datetime(2025, 4, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 271.32,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 272.622,\n      'datetime': datetime.datetime(2025, 4, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 270.275,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 259.475,\n      'datetime': datetime.datetime(2025, 4, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 248.119,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 239.039,\n      'datetime': datetime.datetime(2025, 4, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 229.407,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 218.164,\n      'datetime': datetime.datetime(2025, 4, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 207.895,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 198.601,\n      'datetime': datetime.datetime(2025, 4, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 190.317,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 183.142,\n      'datetime': datetime.datetime(2025, 4, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 177.554,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.393,\n      'datetime': datetime.datetime(2025, 4, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 169.695,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 166.761,\n      'datetime': datetime.datetime(2025, 4, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.824,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.034,\n      'datetime': datetime.datetime(2025, 4, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.034,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.111,\n      'datetime': datetime.datetime(2025, 4, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.969,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.46,\n      'datetime': datetime.datetime(2025, 4, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 166.179,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.528,\n      'datetime': datetime.datetime(2025, 4, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 185.982,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 197.424,\n      'datetime': datetime.datetime(2025, 4, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 211.293,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 214.915,\n      'datetime': datetime.datetime(2025, 4, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.154,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 214.993,\n      'datetime': datetime.datetime(2025, 4, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 205.851,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 202.222,\n      'datetime': datetime.datetime(2025, 4, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 202.478,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 194.661,\n      'datetime': datetime.datetime(2025, 4, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 195.81,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 203.896,\n      'datetime': datetime.datetime(2025, 4, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 200.36,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 210.098,\n      'datetime': datetime.datetime(2025, 4, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 219.015,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 235.891,\n      'datetime': datetime.datetime(2025, 4, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 243.828,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.293,\n      'datetime': datetime.datetime(2025, 4, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 266.556,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 271.476,\n      'datetime': datetime.datetime(2025, 4, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 279.406,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 269.305,\n      'datetime': datetime.datetime(2025, 4, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 269.282,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 267.987,\n      'datetime': datetime.datetime(2025, 4, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 266.315,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 271.926,\n      'datetime': datetime.datetime(2025, 4, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 269.945,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 259.696,\n      'datetime': datetime.datetime(2025, 4, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 248.532,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 238.653,\n      'datetime': datetime.datetime(2025, 4, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 229.099,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.769,\n      'datetime': datetime.datetime(2025, 4, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 207.416,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 197.476,\n      'datetime': datetime.datetime(2025, 4, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 189.035,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 182.025,\n      'datetime': datetime.datetime(2025, 4, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 176.537,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 172.42,\n      'datetime': datetime.datetime(2025, 4, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 169.551,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 166.691,\n      'datetime': datetime.datetime(2025, 4, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 164.955,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.46,\n      'datetime': datetime.datetime(2025, 4, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.477,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.973,\n      'datetime': datetime.datetime(2025, 4, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.817,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 162.514,\n      'datetime': datetime.datetime(2025, 4, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 167.439,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 173.789,\n      'datetime': datetime.datetime(2025, 4, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 187.159,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 198.044,\n      'datetime': datetime.datetime(2025, 4, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 212.051,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 215.021,\n      'datetime': datetime.datetime(2025, 4, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.096,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 217.436,\n      'datetime': datetime.datetime(2025, 4, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 209.486,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 205.933,\n      'datetime': datetime.datetime(2025, 4, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 208.257,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 199.966,\n      'datetime': datetime.datetime(2025, 4, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 202.49,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 208.696,\n      'datetime': datetime.datetime(2025, 4, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 204.111,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 212.464,\n      'datetime': datetime.datetime(2025, 4, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 221.266,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 235.614,\n      'datetime': datetime.datetime(2025, 4, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 242.412,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 258.796,\n      'datetime': datetime.datetime(2025, 4, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.025,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 263.825,\n      'datetime': datetime.datetime(2025, 4, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 271.42,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 263.911,\n      'datetime': datetime.datetime(2025, 4, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 263.495,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.005,\n      'datetime': datetime.datetime(2025, 4, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 260.016,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 264.929,\n      'datetime': datetime.datetime(2025, 4, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.757,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 253.252,\n      'datetime': datetime.datetime(2025, 4, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 243.079,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 235.182,\n      'datetime': datetime.datetime(2025, 4, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 225.839,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 215.103,\n      'datetime': datetime.datetime(2025, 4, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 205.155,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 196.242,\n      'datetime': datetime.datetime(2025, 4, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 188.101,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 180.268,\n      'datetime': datetime.datetime(2025, 4, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 174.603,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 170.759,\n      'datetime': datetime.datetime(2025, 4, 10, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 168.075,\n      'datetime': datetime.datetime(2025, 4, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.564,\n      'datetime': datetime.datetime(2025, 4, 10, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 163.62,\n      'datetime': datetime.datetime(2025, 4, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 161.59,\n      'datetime': datetime.datetime(2025, 4, 10, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.719,\n      'datetime': datetime.datetime(2025, 4, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.055,\n      'datetime': datetime.datetime(2025, 4, 10, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 159.901,\n      'datetime': datetime.datetime(2025, 4, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 160.544,\n      'datetime': datetime.datetime(2025, 4, 10, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 165.276,\n      'datetime': datetime.datetime(2025, 4, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 170.786,\n      'datetime': datetime.datetime(2025, 4, 10, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 183.565,\n      'datetime': datetime.datetime(2025, 4, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 195.168,\n      'datetime': datetime.datetime(2025, 4, 10, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 208.353,\n      'datetime': datetime.datetime(2025, 4, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 212.827,\n      'datetime': datetime.datetime(2025, 4, 10, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 214.515,\n      'datetime': datetime.datetime(2025, 4, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 214.74,\n      'datetime': datetime.datetime(2025, 4, 10, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 205.744,\n      'datetime': datetime.datetime(2025, 4, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 200.317,\n      'datetime': datetime.datetime(2025, 4, 10, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 201.675,\n      'datetime': datetime.datetime(2025, 4, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 191.086,\n      'datetime': datetime.datetime(2025, 4, 10, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 192.773,\n      'datetime': datetime.datetime(2025, 4, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 198.013,\n      'datetime': datetime.datetime(2025, 4, 10, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 193.643,\n      'datetime': datetime.datetime(2025, 4, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 199.533,\n      'datetime': datetime.datetime(2025, 4, 10, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 207.784,\n      'datetime': datetime.datetime(2025, 4, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 226.461,\n      'datetime': datetime.datetime(2025, 4, 10, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 233.957,\n      'datetime': datetime.datetime(2025, 4, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 251.618,\n      'datetime': datetime.datetime(2025, 4, 10, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 256.326,\n      'datetime': datetime.datetime(2025, 4, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.612,\n      'datetime': datetime.datetime(2025, 4, 10, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 270.247,\n      'datetime': datetime.datetime(2025, 4, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.871,\n      'datetime': datetime.datetime(2025, 4, 10, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.423,\n      'datetime': datetime.datetime(2025, 4, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 264.144,\n      'datetime': datetime.datetime(2025, 4, 10, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.999,\n      'datetime': datetime.datetime(2025, 4, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 263.996,\n      'datetime': datetime.datetime(2025, 4, 10, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 262.0,\n      'datetime': datetime.datetime(2025, 4, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 254.174,\n      'datetime': datetime.datetime(2025, 4, 10, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 244.784,\n      'datetime': datetime.datetime(2025, 4, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 236.582,\n      'datetime': datetime.datetime(2025, 4, 10, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 227.388,\n      'datetime': datetime.datetime(2025, 4, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 216.373,\n      'datetime': datetime.datetime(2025, 4, 10, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 206.194,\n      'datetime': datetime.datetime(2025, 4, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 196.561,\n      'datetime': datetime.datetime(2025, 4, 10, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 188.396,\n      'datetime': datetime.datetime(2025, 4, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 181.032,\n      'datetime': datetime.datetime(2025, 4, 10, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n    dict({\n      'consumption': 174.95,\n      'datetime': datetime.datetime(2025, 4, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Australia/Darwin')),\n      'source': 'ntesmo.com.au',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'AU-NT',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_NZ.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_price_data\n  list([\n    list([\n      dict({\n        'currency': 'NZD',\n        'datetime': datetime.datetime(2024, 4, 24, 18, 30, tzinfo=datetime.timezone.utc),\n        'price': 79.8623076923077,\n        'source': 'api.em6.co.nz',\n        'sourceType': <EventSourceType.measured: 'measured'>,\n        'zoneKey': 'NZ',\n      }),\n    ]),\n    list([\n      dict({\n        'currency': 'NZD',\n        'datetime': datetime.datetime(2024, 4, 24, 18, 30, tzinfo=datetime.timezone.utc),\n        'price': 79.8623076923077,\n        'source': 'api.em6.co.nz',\n        'sourceType': <EventSourceType.measured: 'measured'>,\n        'zoneKey': 'NZ',\n      }),\n    ]),\n  ])\n# ---\n# name: test_snapshot_production_data\n  list([\n    list([\n      dict({\n        'capacity': dict({\n          'battery storage': 35,\n          'coal': 750,\n          'gas': 1280,\n          'geothermal': 1062,\n          'hydro': 5415,\n          'nuclear': 0,\n          'oil': 156,\n          'solar': 47,\n          'unknown': 168,\n          'wind': 1259,\n        }),\n        'correctedModes': list([\n        ]),\n        'datetime': datetime.datetime(2024, 4, 24, 18, 0, tzinfo=datetime.timezone.utc),\n        'production': dict({\n          'coal': 156,\n          'gas': 252,\n          'geothermal': 964,\n          'hydro': 1644,\n          'nuclear': 0,\n          'oil': 0,\n          'solar': 0,\n          'unknown': 117,\n          'wind': 814,\n        }),\n        'source': 'transpower.co.nz',\n        'sourceType': <EventSourceType.measured: 'measured'>,\n        'storage': dict({\n          'battery': 0,\n        }),\n        'zoneKey': 'NZ',\n      }),\n    ]),\n    list([\n      dict({\n        'capacity': dict({\n          'battery storage': 35,\n          'coal': 750,\n          'gas': 1280,\n          'geothermal': 1062,\n          'hydro': 5415,\n          'nuclear': 0,\n          'oil': 156,\n          'solar': 47,\n          'unknown': 168,\n          'wind': 1259,\n        }),\n        'correctedModes': list([\n        ]),\n        'datetime': datetime.datetime(2024, 4, 24, 18, 0, tzinfo=datetime.timezone.utc),\n        'production': dict({\n          'coal': 156,\n          'gas': 252,\n          'geothermal': 964,\n          'hydro': 1644,\n          'nuclear': 0,\n          'oil': 0,\n          'solar': 0,\n          'unknown': 117,\n          'wind': 814,\n        }),\n        'source': 'transpower.co.nz',\n        'sourceType': <EventSourceType.measured: 'measured'>,\n        'storage': dict({\n          'battery': 0,\n        }),\n        'zoneKey': 'NZ',\n      }),\n    ]),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[AR-BR-S-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[AR-BR-S-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -0.009936,\n      'sortedZoneKeys': 'AR->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[AR-BR-S-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[AR-BR-S-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -0.009936,\n      'sortedZoneKeys': 'AR->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[AR-BR-S-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[AR-BR-S-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -942.2021,\n      'sortedZoneKeys': 'AR->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-N-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-N-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -2816.56787,\n      'sortedZoneKeys': 'BR-CS->BR-N',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-N-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-N-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -2816.56787,\n      'sortedZoneKeys': 'BR-CS->BR-N',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-N-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-N-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -3529.24756,\n      'sortedZoneKeys': 'BR-CS->BR-N',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-NE-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-NE-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 785.116638,\n      'sortedZoneKeys': 'BR-CS->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-NE-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-NE-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 785.116638,\n      'sortedZoneKeys': 'BR-CS->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-NE-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-NE-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -5336.844,\n      'sortedZoneKeys': 'BR-CS->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-S-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-S-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 203.333054,\n      'sortedZoneKeys': 'BR-CS->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-S-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-S-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 203.333054,\n      'sortedZoneKeys': 'BR-CS->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-CS-BR-S-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-CS-BR-S-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': 4357.55273,\n      'sortedZoneKeys': 'BR-CS->BR-S',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-N-BR-NE-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-N-BR-NE-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 2967.768,\n      'sortedZoneKeys': 'BR-N->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-N-BR-NE-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-N-BR-NE-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 2967.768,\n      'sortedZoneKeys': 'BR-N->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-N-BR-NE-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-N-BR-NE-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -4413.3833,\n      'sortedZoneKeys': 'BR-N->BR-NE',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-PY-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-PY-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'BR-S->PY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-PY-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-PY-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'BR-S->PY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-PY-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-PY-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'BR-S->PY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-UY-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-UY-BR.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 14.0,\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-UY-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-UY-BR_negative_solar.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'netFlow': 14.0,\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_exchange[BR-S-UY-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BR-S-UY-data.json]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'netFlow': -0.9615,\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-CS-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-CS-BR.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 35888.05363,\n        'nuclear': 1829.29529,\n        'solar': 2.85705,\n        'unknown': 2507.78833,\n        'wind': 4.2,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-CS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-CS-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-CS-BR_negative_solar.json]\n  list([\n    dict({\n      'correctedModes': list([\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 35888.05363,\n        'nuclear': 1829.29529,\n        'solar': 0,\n        'unknown': 2507.78833,\n        'wind': 4.2,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-CS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-CS-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-CS-data.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'hydro': 17603.9198,\n        'nuclear': 2011.05078,\n        'solar': 11259.3008,\n        'unknown': 8401.434,\n        'wind': 165.185547,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-CS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-N-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-N-BR.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 9856.75,\n        'nuclear': 0.0,\n        'solar': 0.0,\n        'unknown': 1346.79175,\n        'wind': 156.539352,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-N',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-N-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-N-BR_negative_solar.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 9856.75,\n        'nuclear': 0.0,\n        'solar': 0.0,\n        'unknown': 1346.79175,\n        'wind': 156.539352,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-N',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-N-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-N-data.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'hydro': 2854.34839,\n        'nuclear': 0.0,\n        'solar': 1277.97778,\n        'unknown': 2756.85742,\n        'wind': 324.584167,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-N',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-NE-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-NE-BR.json]\n  list([\n    dict({\n      'correctedModes': list([\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 1921.36816,\n        'nuclear': 0.0,\n        'solar': 0,\n        'unknown': 2700.472,\n        'wind': 2837.92188,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-NE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-NE-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-NE-BR_negative_solar.json]\n  list([\n    dict({\n      'correctedModes': list([\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 1921.36816,\n        'nuclear': 0.0,\n        'solar': 0,\n        'unknown': 2700.472,\n        'wind': 2837.92188,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-NE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-NE-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-NE-data.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'hydro': 2081.71338,\n        'nuclear': 0.0,\n        'solar': 7852.72754,\n        'unknown': 153.992935,\n        'wind': 11871.0967,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-NE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-S-BR.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-S-BR.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 9273.746,\n        'nuclear': 0.0,\n        'solar': 0.0,\n        'unknown': 855.8522,\n        'wind': 1315.103,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-S',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-S-BR_negative_solar.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-S-BR_negative_solar.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2018, 1, 27, 20, 19, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=79200))),\n      'production': dict({\n        'hydro': 9273.746,\n        'nuclear': 0.0,\n        'solar': 0.0,\n        'unknown': 855.8522,\n        'wind': 1315.103,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-S',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_ONS/test_snapshot_fetch_production[BR-S-data.json].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[BR-S-data.json]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 22, 8, 54, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=75600))),\n      'production': dict({\n        'hydro': 8748.055,\n        'nuclear': 0.0,\n        'solar': 1836.314,\n        'unknown': 1583.74609,\n        'wind': 342.625763,\n      }),\n      'source': 'ons.org.br',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'BR-S',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_price[AU-SA].ambr",
    "content": "# serializer version: 1\n# name: test_price[AU-SA]\n  list([\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.27609,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.9388,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.08945,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.42824,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.13545,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.42981,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.38892,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.37482,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.64882,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.63892,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.43,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.32124,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.49598,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.50933,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.14736,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.81343,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.09,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.09564,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.25956,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.96975,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.24331,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.81586,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.61139,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.44961,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.88964,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.76947,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.15833,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.32,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.73842,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.8905,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.74151,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00018,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 9.97618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 23.73,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 17.39808,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 19.74866,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.62329,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 17.25149,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 19.97849,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 20.03,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 17.20988,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.5862,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.34599,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.93909,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.93689,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.8,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.5181,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.93941,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.97947,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.71972,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.60187,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.07,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.74894,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.92538,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.05591,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 9.59809,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.82915,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 23.65,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.72635,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.94538,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 23.37569,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.18741,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.87897,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.15,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 13.47149,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 16.70001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 18.11506,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 20.90276,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 19.21663,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 18.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 9.52958,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 9.16886,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 18.29544,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 17.9602,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.1076,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 20.12,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.9276,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.5865,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.85655,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.40439,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.78587,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.33683,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.89345,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.44964,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.89842,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.21366,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.45,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.06269,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.79221,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.31784,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.61448,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.48797,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.32,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.93401,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.90221,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.72716,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.79805,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.77219,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.97,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.19333,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 94.49775,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.29,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.64355,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.19827,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.41,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.18386,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.81194,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.05153,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.69004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.7,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.04101,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.50103,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.8926,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.96742,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.12253,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.45874,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.54067,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.81277,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.02511,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.09024,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.71,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.68373,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.93848,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.96626,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.45208,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.64864,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.25,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.8614,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.49661,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.65103,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.24807,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.12404,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.14,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.01733,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.303,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.47554,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.51476,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.06213,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.74,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.07801,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.33681,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.72903,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.85944,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.59071,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.13404,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.29954,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.02099,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.98392,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 25, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.89561,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.75,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.61204,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.91831,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.87399,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.15826,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.57737,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.58608,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.13507,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.23708,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.29729,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.23325,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.88,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.93929,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.19471,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.60118,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.58084,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.47943,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.14,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.35513,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.23857,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.50781,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.79308,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.47429,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.53662,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.9006,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.25206,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.61579,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.07004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.57,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.15904,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.27835,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.57458,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.80689,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.28545,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.68,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.34018,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.49553,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.90418,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.97473,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.97473,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.03,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.90162,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.63727,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.24143,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.63486,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.3486,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.13887,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.47902,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.03193,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.10507,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.10556,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.22795,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.09782,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.83573,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.57658,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.30705,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.9436,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.96458,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.02785,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.18918,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.44914,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.6,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.05306,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.65099,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.17928,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.17505,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.45861,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.1811,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.92703,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.78152,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.2127,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.18734,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.00837,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.47855,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.47655,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.79849,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.41166,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.75,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.77878,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.18659,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.78563,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.25645,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.22113,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.07,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.45714,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.14265,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.65308,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.448,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 15.50246,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.04,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00032,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 8.51221,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 8.47618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.44839,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.82375,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 15.11,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.01786,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.84295,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.84082,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.31466,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.52746,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.94,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.85365,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.85174,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.02955,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.61204,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.87,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.2805,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.42592,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.91178,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.0611,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.23609,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.31306,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.04101,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.44179,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.0168,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.20063,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.74,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.04477,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.83454,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.98334,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.67463,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.86342,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.92373,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.36026,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.09821,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.36243,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.74321,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.77762,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.03989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.10639,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.01951,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.88601,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.4,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.45973,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.00506,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.45773,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.23067,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.65693,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.50476,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.6764,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.48944,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.62854,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.74146,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.31,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.43051,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.43394,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.43968,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.20793,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.69868,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.26,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.83447,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.60318,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.57564,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.5788,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.69558,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.91466,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.17454,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.15993,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.16998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.17454,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.16,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.11979,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.37494,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.00728,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.74748,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.12647,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.21,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.62656,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.7154,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.40579,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.27896,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.5853,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.94,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.88391,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.20921,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.218,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.38288,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.73,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.66943,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.3278,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.10825,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.43,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.76,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.65519,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.15882,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.11885,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.53886,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.98933,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.71,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.09858,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.06218,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.67598,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.40319,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.40107,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.14515,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.94366,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.6663,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.34632,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.79261,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.1332,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.00254,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.90656,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.59374,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.28,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.9715,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.21086,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.00507,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.72243,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.57917,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.86,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.03179,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.79446,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.46551,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.13199,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.47945,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.25,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.52172,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.86293,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.98552,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.74849,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.30805,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.57,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.90957,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.98,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.84492,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.91548,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.35,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.89355,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.57156,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.34052,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.334,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.53396,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.34796,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.18953,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.28844,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.94191,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.22908,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.57043,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.06247,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.86,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.92984,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.88318,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.69,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.03089,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.807,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.72526,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.72003,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.68677,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.535,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.4396,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.14779,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.9291,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.87018,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.43,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.1458,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.05261,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 26, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.92914,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.43976,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.14324,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.03672,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.35,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.52427,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.59423,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.84585,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.01737,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.97113,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.30338,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.52099,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.69851,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.96556,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.37,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.17852,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.79717,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.7785,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.19217,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.76666,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.13,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.65072,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.70311,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.52015,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.51682,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.37969,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.57,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.9108,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.90411,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.52207,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.52584,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.67271,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.79,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.77368,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.92214,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.92101,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.18568,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.77017,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.87,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.66578,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.6662,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.66173,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.66196,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.79339,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.77,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.77624,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.05767,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.18441,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.33095,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.46313,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.60326,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.26561,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.93652,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.93845,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.19741,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.98,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.93052,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.66095,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.78867,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.03398,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.92753,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.88,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.06186,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.17546,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.778,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.79601,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.62747,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.07527,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.8165,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.92103,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.85547,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.05723,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.94,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.05769,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.30838,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.50356,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.63455,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.27795,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.24,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.94312,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.60626,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.2373,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.22336,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 24.37751,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.81535,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.70551,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.44786,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.87138,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.4011,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.16,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.05618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.69818,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.58394,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.42542,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.92147,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.58171,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.02878,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.36767,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.23005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.39503,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.56,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.50309,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.98516,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.49591,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.60697,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.56346,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.29,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.75325,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.33618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.47563,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.95642,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.3295,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.97051,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.70144,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.03903,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.05298,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.33207,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.09,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.15928,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.04919,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.36382,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.15054,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.91575,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.40256,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.26982,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.58748,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.53847,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.57533,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.11,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.88454,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.44668,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.81286,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.32999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.16659,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.68,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.83671,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.98986,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.6109,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.30679,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.99943,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.70982,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.17692,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.7178,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.38898,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.39312,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.04,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.52655,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.70461,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.35632,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.6296,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.7991,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.18,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.59753,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.27387,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.84315,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.40058,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.91927,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.92,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.03981,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.89365,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.88355,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.42183,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.66669,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.47526,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.26866,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.25446,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.53462,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.47227,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.56,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.90541,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.49389,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 80.84922,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.10999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.20015,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.76,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.63,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 379.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.83,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00003,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 472.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 472.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 578.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 953.59834,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 451.23,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 93.76598,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.81525,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 89.39,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.01007,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00007,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 112.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.99983,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.67,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 127.6,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 224.88256,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 278.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 125.14577,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 300.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 180.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 234.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 379.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 300.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 249.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 368.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 368.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 811.84,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 688.77972,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 108.70114,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 107.8621,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 93.81833,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 202.9,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.16104,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.21239,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 99.79,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.71873,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.5283,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.67,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.59897,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.03257,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.97,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.9991,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.19728,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.22138,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.79433,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 27, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.1484,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.52,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.56797,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.5931,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.01491,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.40301,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.66057,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.29,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.89778,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.08431,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.89129,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.06,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.79096,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.44417,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.58,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.90529,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.02526,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.52369,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.55047,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.29,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.76837,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.13381,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.75178,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.81209,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.41667,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.53,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.60187,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.47837,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.00221,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.26328,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.90447,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.8,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.9281,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.68935,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.70525,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.69789,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.69313,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.15,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.92206,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.80058,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.20282,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.24,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.76588,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.13509,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.3151,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.62208,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.65,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.15167,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.27795,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.26,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.68159,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.63561,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.41,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.53984,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.95428,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.78612,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.8,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.9227,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.598,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.1775,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.50192,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.89081,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.76,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.07532,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.05041,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.72806,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.55688,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.61065,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.60259,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.13035,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.12933,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.31576,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.84037,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.82732,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.46483,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.68989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.35298,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.07895,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.49,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.90661,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.89197,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.11016,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.01339,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.81168,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.21,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.61,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.86,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.29607,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.55812,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.31,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.18946,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.82017,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.83245,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.70695,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.45505,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.12,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.07734,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.61063,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.73919,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.70053,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.45312,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.04,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.51173,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.48778,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.04068,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.29333,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.13651,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.03,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.7076,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.69823,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.95131,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.31,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.89642,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.63,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.89647,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 80.02447,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.56618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.05211,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 80.52989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.8,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.27003,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.90003,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.86938,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 84.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 84.9751,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.83,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.8597,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.64,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00006,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00008,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.92007,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00007,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.49,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.58681,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.58681,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.36,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.57042,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.92126,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.54,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.92709,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 81.84644,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 81.20748,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.46568,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.84,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.88086,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.81917,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.12,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00009,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.95136,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.47472,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.61,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.18498,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.91891,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.58024,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.32,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.84379,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.40998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.04239,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.41617,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.89,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.98841,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.78419,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.1924,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.51,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.37328,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.46295,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.97061,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.21944,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.87619,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.17972,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.12019,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.81206,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.60471,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.19323,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.43,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.49033,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.82711,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.69566,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.73669,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.97367,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.11,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.0737,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.29903,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.41497,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.87,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.51673,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 28, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.46428,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.13,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.13658,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.19,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.21995,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.79759,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.40293,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.69398,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.19,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.88622,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.86605,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.48996,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.56428,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.47835,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.96,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.61223,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 81.37803,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 80.71508,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.52451,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.39,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.59463,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.32385,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.70669,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.397,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.17315,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.45,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.10228,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.37989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.06464,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.84,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.69858,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.68401,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.29639,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.55028,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.95523,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.41,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.51,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 84.15921,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.22128,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.64875,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.23383,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.21454,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.58744,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.14,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.99717,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.25981,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.85991,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.28,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.34392,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.66671,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.34,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.84493,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.95878,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.98897,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.98256,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.20347,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.91,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.54434,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.45927,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.71,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.33775,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.01744,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.82732,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.63876,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.7,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.0859,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.86999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.78,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.93035,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.22973,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.31307,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.09255,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.02052,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.18274,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.26003,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.7745,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.51559,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.96,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.94989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.70962,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.69911,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.26414,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.70705,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.75,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.70378,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.14433,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.82732,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.68935,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.63,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.00354,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.56641,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.58091,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.33346,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.3,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 71.57,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.9297,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.65205,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 81.96557,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.72144,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.35,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.54741,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 111.26,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.77,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.49259,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 94.50211,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.73114,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 97.49087,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 93.47,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 106.69103,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.79314,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 99.34926,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 107.31,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 97.4838,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 146.69823,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 108.86,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.67,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00008,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.16,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.59004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99987,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 89.19816,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.36,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.08645,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 104.98584,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 104.91998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.46562,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.7,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.99998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.99998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 98.71114,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.75788,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.48484,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 94.20993,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.66667,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 99.45239,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 90.13,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.43686,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 120.5313,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 103.73266,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 105.09092,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 111.45876,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 107.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 119.3012,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 135.61009,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 129.13,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 158.07613,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 200.90682,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 299.46,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 246.10735,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 172.57,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 233.1,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 203.70263,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 156.01001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 152.29621,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 322.73653,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 316.98069,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 233.45,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.85558,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99956,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99989,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 84.81,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 93.67498,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.33716,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.94441,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 88.56604,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.52,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.1366,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.19653,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.06,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 90.43263,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 90.65253,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 90.31838,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 90.42544,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.88449,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 89.54,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.66687,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.62362,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.36,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.29973,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.50252,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.77842,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.92535,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.05269,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.58002,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 81.22006,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.00998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 29, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.89,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 84.2288,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99998,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.37,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 124.08675,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 129.02686,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.53947,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.94,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 98.819,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.60698,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.74,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.98232,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 133.27001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.90935,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.36615,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.76,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.39557,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.86278,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.24205,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.62489,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.61,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.21878,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.6734,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.60329,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.1987,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.93191,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.54,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.44701,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.5692,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.81188,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.65288,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.68,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.39533,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.66946,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.19859,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.50585,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.18375,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.05762,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.03347,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.51762,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.38013,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.72166,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.08,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.20951,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 21.87582,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 21.70063,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.68032,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.46559,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.08,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.83398,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.4914,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.52338,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.1725,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.05262,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.23592,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.97209,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.07716,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.73702,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.75682,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.79,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.91675,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.90699,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.85858,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.39921,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.16173,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.47,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.64231,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.71827,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.45984,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.41464,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.36817,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.34,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.35404,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.61562,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.70144,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 73.89802,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.41088,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.97,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.31628,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.54001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.76659,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 251.29796,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.418,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 109.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.40198,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.77001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.26036,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.45538,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.63387,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 92.19,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 251.23254,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 378.85135,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 370.98726,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 130.4146,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.84771,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 205.92,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 299.22273,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 379.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 301.68812,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 239.69,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 299.46,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 300.46898,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 264.06814,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 126.91208,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 188.1,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 128.60506,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 302.18361,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 296.88325,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 167.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 100.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.86586,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 147.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 249.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 256.44861,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 259.09883,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 214.73,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 255.24737,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 119.05173,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 147.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.10017,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 143.23,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 144.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 144.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 250.00999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 144.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.45864,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 138.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.36363,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 210.51209,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00002,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 109.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.35689,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 89.90091,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 82.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 76.64419,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 101.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 83.25999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.52,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 72.01986,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.99999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 87.00005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 97.51,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.59,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 134.00002,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 250.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 231.81877,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 250.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 204.97,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 91.4502,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 94.45518,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.99999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.00001,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 144.74,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 94.49321,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 278.81853,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 272.87624,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 191.91,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 380.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 380.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 7750.86,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.07538,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 95.22405,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 1455.96,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 249.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 97.90532,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 97.40189,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 96.92856,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 115.87,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.93997,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 98.58,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 78.78768,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 200.70996,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 129.01,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 250.00999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 133.84,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.18,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 138.98999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 135.98999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 114.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 125.09,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 251.22943,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 102.20688,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 74.31013,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 104.37,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.16275,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.15319,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.45185,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.06375,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.18,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.75589,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.9192,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.87842,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.00115,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.72477,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.34,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.30669,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.18043,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.48182,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.69532,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.70316,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.24308,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.18898,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.43708,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.93622,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.09291,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.71607,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.47493,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.47179,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.38,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.45351,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.34422,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.15481,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.29886,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.6,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.16067,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.44593,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.79692,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.58797,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.01612,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.91,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 70.05025,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.4018,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.29192,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.00859,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.17413,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.52317,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.04049,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.10318,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 30, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.63507,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.19,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.91893,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.0422,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 79.10114,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.39779,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.24,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 86.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.88448,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.48866,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.54,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.78469,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.23256,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.0886,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.07648,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.9307,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.51052,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.90843,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.97044,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.55401,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.70197,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.34,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.96548,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.6311,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.95887,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.81683,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.16316,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.47,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.45516,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.22766,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.69127,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.64186,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.83916,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.47766,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.87289,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.90213,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.65673,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.3879,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.72,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.43719,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.27901,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.43649,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.7843,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.57732,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.1,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.46967,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.92304,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.12511,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.5985,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.57215,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.3,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.40212,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.21995,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.98749,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.32209,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.74066,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.36841,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.18935,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.36285,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.47293,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.08407,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.46,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.60031,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.46961,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.5617,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.9621,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.42881,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.14,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.10843,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.73129,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.49088,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.63327,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.11524,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.04,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.54153,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.13832,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.85642,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.26266,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.89686,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.09,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.09053,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.04521,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.95928,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.90066,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.78954,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.3,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.18124,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.30933,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.62683,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.75519,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.65,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.17925,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.16284,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.53069,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.38834,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.93683,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.44,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.20908,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.83276,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.94811,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.5824,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.40018,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 41.37,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.97599,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.73343,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.80398,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.28412,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.18617,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.12,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.30301,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.09611,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.92342,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.43919,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.52973,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.99,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 40.86813,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 37.99602,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.20528,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.19731,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.13203,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.08,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.25458,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.39537,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.9825,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.23502,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.32199,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.69,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.48136,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.94043,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.88385,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.78317,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.55864,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.19,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.34653,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.92178,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.41194,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.38607,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.54424,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.64,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.29129,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.27914,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.41732,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.08526,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.34516,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.77,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.76276,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.75288,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.32338,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.02678,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.88716,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 23.1,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 25.80792,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.72074,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.70425,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.3618,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.35751,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.46,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.06168,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.24926,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.96191,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.90825,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 27.6739,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.36,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.26492,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.65691,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.82399,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': -32.51874,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 14.68592,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 17.8,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.23958,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.36565,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.78151,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.38292,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.87899,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 28.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 20.93195,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 19.6097,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 20.01389,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.60543,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.60882,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 23.17,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 15.16666,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.16594,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.91463,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 35.1961,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.41785,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.3,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.8992,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.59195,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.12213,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.04895,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 50.04258,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.31,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.29312,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.15084,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.25617,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 49.00693,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.27706,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.92843,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.47483,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.77378,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.22939,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.56749,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.98734,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.38218,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.54899,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.42593,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.58736,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.09556,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.38677,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 47.44985,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.62105,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.26248,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.75,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.82724,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.00499,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.25302,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 48.86544,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.72498,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.37,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.34421,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.65004,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.42713,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.29405,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.38546,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.05,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.61518,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 66.75124,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.76194,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.86729,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 64.13074,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.15,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.50081,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.94158,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.86768,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.20468,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 51.78274,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.90652,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.69474,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.25226,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.3134,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.38999,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.2,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.43993,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 54.39939,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.22908,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.64335,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.14186,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.54,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.31407,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.8131,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.16406,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.09211,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.62074,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.02,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.40174,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.97768,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.60728,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 63.35,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.56073,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.58541,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.94581,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.0515,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.67365,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.12,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 67.19353,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 62.43428,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.43005,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.06357,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.83,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.44081,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.89533,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.53054,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.47319,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2019, 12, 31, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 55.262,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.58,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 148.517,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 77.85052,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.76376,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 75.5762,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 85.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.33,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.77,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.76,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 69.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.5,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.25,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 68.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.84371,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 65.65,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.01669,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.11461,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.78558,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 61.0,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.32328,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.66,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.4919,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.97251,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.66812,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.68903,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.07398,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 57.42,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.74431,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.78635,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 60.50727,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.4585,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.99933,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.95,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.00738,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.17576,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 58.67595,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 59.03628,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 53.3911,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 56.87,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.90007,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 46.74799,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 52.00225,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.68208,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.80125,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 45.85,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.60422,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.70859,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.21741,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.50278,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.97074,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.27,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.84857,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.41559,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.28613,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.41495,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 44.56478,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.56,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 43.60783,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.97049,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 42.50576,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 34.97241,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.98781,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 38.79,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 32.12925,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 30.94135,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 39.19411,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.33418,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 29.05345,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 31.55,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00028,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 19.94558,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 3e-05,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00033,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00028,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 6.4,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 36.50273,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 26.13077,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 22.47927,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 16.24847,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 12.67393,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 21.7,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00026,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.75579,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 33.5878,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00014,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'currency': 'AUD',\n      'datetime': datetime.datetime(2020, 1, 1, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'price': 0.00034,\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'AU-SA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-NSW].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-NSW]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.0473,\n        'coal': 7271.5768,\n        'gas': 288.99,\n        'hydro': 26.4792,\n        'solar': 0.0532,\n        'wind': 2487.3957,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.6189,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 21.2773,\n        'coal': 7257.8559,\n        'gas': 247.87,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2491.0016,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.8667,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.8339,\n        'coal': 7237.8604,\n        'gas': 231.35,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2493.5302,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.2389,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.9467,\n        'coal': 7241.2054,\n        'gas': 232.83,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2490.9921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.9955,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.0923,\n        'coal': 7243.4516,\n        'gas': 231.42,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2477.4911,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 43.6269,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.5281,\n        'coal': 7126.9703,\n        'gas': 231.24,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2477.0357,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.1214,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.7381,\n        'coal': 7040.8608,\n        'gas': 231.55,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2467.2457,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 48.8177,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.4004,\n        'coal': 6920.1559,\n        'gas': 232.57,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2476.8184,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.2156,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 22.0266,\n        'coal': 6794.4944,\n        'gas': 231.35,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2449.7739,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.8312,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 25.3662,\n        'coal': 6720.1035,\n        'gas': 231.77,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2450.2262,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 52.5282,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.4514,\n        'coal': 6659.1167,\n        'gas': 232.83,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2454.4298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.912,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.2165,\n        'coal': 6731.3345,\n        'gas': 232.31,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2445.9301,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.8778,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.7432,\n        'coal': 6804.8464,\n        'gas': 232.07,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2432.0521,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.3551,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 35.8163,\n        'coal': 6827.4054,\n        'gas': 167.87,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2413.6221,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 65.8751,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 37.4798,\n        'coal': 6775.4023,\n        'gas': 78.28,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2428.4859,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.3254,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 37.7798,\n        'coal': 6841.6144,\n        'gas': 41.56,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2425.0796,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 61.804,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 38.0627,\n        'coal': 6733.8983,\n        'gas': 41.42,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2426.4941,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 60.1893,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 37.6627,\n        'coal': 6719.3959,\n        'gas': 41.65,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2435.5891,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 61.1955,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 38.7827,\n        'coal': 6634.5308,\n        'gas': 41.37,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2428.0651,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.5201,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 38.8959,\n        'coal': 6567.7331,\n        'gas': 41.16,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2424.3011,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.7531,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.012,\n        'coal': 6487.3117,\n        'gas': 41.69,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2414.2415,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.9992,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.102,\n        'coal': 6339.0666,\n        'gas': 41.38,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2434.4619,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.135,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.222,\n        'coal': 6179.2497,\n        'gas': 41.5,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2424.901,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 60.7456,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.1974,\n        'coal': 6090.0628,\n        'gas': 41.19,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2412.9573,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.0489,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.1574,\n        'coal': 6037.7421,\n        'gas': 41.5,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2419.2998,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.1335,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.019,\n        'coal': 5928.4135,\n        'gas': 41.16,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2398.063,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.7378,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.8104,\n        'coal': 5852.2398,\n        'gas': 41.94,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2406.7297,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.4658,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.5132,\n        'coal': 5814.1043,\n        'gas': 41.97,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2400.4029,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 18.5198,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.4632,\n        'coal': 5790.5196,\n        'gas': 41.98,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2380.8953,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.4642,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 38.2972,\n        'coal': 5726.578,\n        'gas': 42.09,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2370.3867,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.4788,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.0774,\n        'coal': 5726.8962,\n        'gas': 42.23,\n        'hydro': 0.0,\n        'solar': 0.0532,\n        'wind': 2366.1355,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.8954,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.1674,\n        'coal': 5533.5331,\n        'gas': 42.08,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2362.103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.81,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.1074,\n        'coal': 5488.4641,\n        'gas': 42.6,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2356.9815,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.7346,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.9133,\n        'coal': 5518.9091,\n        'gas': 42.03,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2316.2278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 22.8046,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.8547,\n        'coal': 5371.2017,\n        'gas': 42.68,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2337.7166,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 22.0441,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 42.1054,\n        'coal': 5326.9138,\n        'gas': 42.35,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2340.8717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.8863,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.0558,\n        'coal': 5347.618,\n        'gas': 42.37,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2351.339,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 20.7291,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 44.2046,\n        'coal': 5227.1564,\n        'gas': 42.53,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2354.2961,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.9137,\n        'hydro': 79.8251,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 41.2179,\n        'coal': 5149.1767,\n        'gas': 42.53,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2330.5196,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.2769,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 42.5755,\n        'coal': 5081.1093,\n        'gas': 42.33,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2341.2551,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.6436,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.6444,\n        'coal': 5012.4316,\n        'gas': 42.64,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2370.9084,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.7369,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.2944,\n        'coal': 4966.4102,\n        'gas': 42.57,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2393.3027,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.3804,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 45.8108,\n        'coal': 4948.368,\n        'gas': 42.75,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2409.9755,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.8521,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.3739,\n        'coal': 4858.0103,\n        'gas': 43.1,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2409.827,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.1927,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.4239,\n        'coal': 4774.3907,\n        'gas': 42.82,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2384.3668,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 22.2335,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.6439,\n        'coal': 4780.4699,\n        'gas': 42.89,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2389.6805,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.3067,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 45.4678,\n        'coal': 4742.066,\n        'gas': 42.9,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2391.8596,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.5249,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 45.2378,\n        'coal': 4766.6513,\n        'gas': 42.86,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2375.6926,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.1388,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.4239,\n        'coal': 4733.3747,\n        'gas': 42.78,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2371.3896,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.8149,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.4439,\n        'coal': 4662.6702,\n        'gas': 43.33,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2351.0952,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.9171,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.1357,\n        'coal': 4629.7597,\n        'gas': 43.73,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2370.092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.8444,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.9057,\n        'coal': 4643.212,\n        'gas': 43.42,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2341.3634,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.4317,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.09,\n        'coal': 4638.5978,\n        'gas': 43.66,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2332.6348,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.4829,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.9168,\n        'coal': 4563.9628,\n        'gas': 44.01,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2339.1971,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 38.0463,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.1457,\n        'coal': 4576.0967,\n        'gas': 43.34,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2319.6625,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 35.0556,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.9197,\n        'coal': 4547.3367,\n        'gas': 43.27,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2326.5627,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.3498,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.1029,\n        'coal': 4591.8686,\n        'gas': 43.51,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2319.698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.8856,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.8429,\n        'coal': 4541.3551,\n        'gas': 43.2,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2306.453,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 45.552,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.1229,\n        'coal': 4473.1654,\n        'gas': 43.65,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2294.7873,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.7995,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.7529,\n        'coal': 4392.4751,\n        'gas': 43.78,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2297.2875,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.1865,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.5047,\n        'coal': 4313.3712,\n        'gas': 43.43,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2286.5334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.7476,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9974,\n        'coal': 4231.0206,\n        'gas': 43.27,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2276.2807,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.0463,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9674,\n        'coal': 4190.1748,\n        'gas': 43.32,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2294.7144,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.4785,\n        'hydro': 80.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.4447,\n        'coal': 4146.5949,\n        'gas': 42.44,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2303.1841,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.5385,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.6928,\n        'coal': 4182.997,\n        'gas': 42.26,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2299.7111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.1131,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.5628,\n        'coal': 4207.8995,\n        'gas': 42.22,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2299.2595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 47.5747,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.5528,\n        'coal': 4156.8977,\n        'gas': 42.73,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2314.1164,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.5409,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.5628,\n        'coal': 4200.0628,\n        'gas': 42.91,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2341.9598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 35.7283,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.8128,\n        'coal': 4197.0106,\n        'gas': 42.64,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2350.8728,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.4463,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.4138,\n        'coal': 4179.0662,\n        'gas': 42.66,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2323.0947,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.6563,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.1782,\n        'coal': 4159.0706,\n        'gas': 42.59,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2327.9273,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.7866,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.3082,\n        'coal': 4242.1532,\n        'gas': 42.55,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2347.3194,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 82.9132,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.0582,\n        'coal': 4273.0616,\n        'gas': 42.96,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2346.4232,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.6305,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.3782,\n        'coal': 4179.115,\n        'gas': 43.45,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2315.7014,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 85.9426,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.5482,\n        'coal': 4189.54,\n        'gas': 43.52,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2299.4227,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.7883,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.5582,\n        'coal': 4174.7935,\n        'gas': 43.17,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2289.2751,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 80.0268,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.3582,\n        'coal': 4153.2358,\n        'gas': 42.41,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2292.4539,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 79.6982,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.0982,\n        'coal': 4225.8686,\n        'gas': 42.72,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2287.3388,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 65.8279,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.0182,\n        'coal': 4250.7957,\n        'gas': 42.68,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2275.56,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 82.294,\n        'hydro': 80.234,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.9524,\n        'coal': 4215.6877,\n        'gas': 42.9,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2246.1151,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.6145,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.9672,\n        'coal': 4249.8437,\n        'gas': 42.55,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2225.5078,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 72.0497,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.9292,\n        'coal': 4228.1392,\n        'gas': 42.85,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2174.6867,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 83.6294,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.8992,\n        'coal': 4236.5377,\n        'gas': 42.79,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2165.6897,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.0344,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.8392,\n        'coal': 4293.7164,\n        'gas': 42.69,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2141.2252,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 64.8973,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.8992,\n        'coal': 4341.3,\n        'gas': 42.78,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2107.3666,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 69.1088,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.1462,\n        'coal': 4333.2435,\n        'gas': 42.74,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2106.9698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 67.3418,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.3462,\n        'coal': 4328.3117,\n        'gas': 42.86,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2093.8647,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 73.2108,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.3462,\n        'coal': 4367.3013,\n        'gas': 42.94,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2096.0049,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 65.3294,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.6488,\n        'coal': 4410.5149,\n        'gas': 43.13,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2081.0616,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 67.67,\n        'hydro': 80.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.4288,\n        'coal': 4453.8749,\n        'gas': 42.61,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2070.5457,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.3589,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.6988,\n        'coal': 4498.4802,\n        'gas': 42.39,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2074.6826,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 64.0253,\n        'hydro': 80.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9988,\n        'coal': 4523.3585,\n        'gas': 42.61,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2078.874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.0619,\n        'hydro': 80.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.0988,\n        'coal': 4472.8694,\n        'gas': 42.87,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2049.8039,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 36.8065,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9688,\n        'coal': 4471.2337,\n        'gas': 42.68,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 2025.1167,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.1229,\n        'hydro': 80.1318,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.8388,\n        'coal': 4549.3111,\n        'gas': 42.67,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1971.0917,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.5878,\n        'hydro': 80.234,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.3688,\n        'coal': 4670.0162,\n        'gas': 42.84,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1954.3937,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.6609,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9588,\n        'coal': 4818.9197,\n        'gas': 43.4,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1908.5312,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.7834,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.2261,\n        'coal': 4875.1461,\n        'gas': 43.39,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1907.7598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 20.5099,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.2661,\n        'coal': 4855.1997,\n        'gas': 43.49,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1913.1701,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.9337,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.0161,\n        'coal': 4881.5182,\n        'gas': 43.64,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1873.8534,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.1636,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.4661,\n        'coal': 5078.0307,\n        'gas': 42.96,\n        'hydro': 0,\n        'solar': 0.0532,\n        'wind': 1829.8159,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.1244,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.7544,\n        'coal': 5265.4614,\n        'gas': 43.42,\n        'hydro': 37.6867,\n        'solar': 0.0532,\n        'wind': 1809.0846,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.1048,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.9134,\n        'coal': 5485.314,\n        'gas': 43.37,\n        'hydro': 48.2991,\n        'solar': 0.0532,\n        'wind': 1789.1013,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.0151,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.0034,\n        'coal': 5671.0842,\n        'gas': 43.39,\n        'hydro': 53.417,\n        'solar': 0.0532,\n        'wind': 1774.5076,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.6017,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.3434,\n        'coal': 5825.8721,\n        'gas': 43.27,\n        'hydro': 53.8237,\n        'solar': 0.0532,\n        'wind': 1754.9038,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.8412,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.5332,\n        'coal': 5977.1933,\n        'gas': 43.49,\n        'hydro': 54.5576,\n        'solar': 0.0532,\n        'wind': 1746.7582,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.0715,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.9048,\n        'coal': 6062.1563,\n        'gas': 43.91,\n        'hydro': 53.4616,\n        'solar': 0.0532,\n        'wind': 1730.2509,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.1632,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.0048,\n        'coal': 6281.4964,\n        'gas': 43.72,\n        'hydro': 43.0174,\n        'solar': 0.0532,\n        'wind': 1728.4698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.2471,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.6748,\n        'coal': 6434.1115,\n        'gas': 43.75,\n        'hydro': 144.1245,\n        'solar': 0.0532,\n        'wind': 1733.9463,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.6483,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.4864,\n        'coal': 6521.7838,\n        'gas': 44.01,\n        'hydro': 151.2545,\n        'solar': 0.0532,\n        'wind': 1708.9785,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.1582,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.1174,\n        'coal': 6595.0273,\n        'gas': 43.81,\n        'hydro': 148.0782,\n        'solar': 0.0532,\n        'wind': 1727.0434,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.9261,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.0074,\n        'coal': 6639.0706,\n        'gas': 43.36,\n        'hydro': 142.3631,\n        'solar': 0.0532,\n        'wind': 1702.3533,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.6358,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9274,\n        'coal': 6688.6567,\n        'gas': 43.15,\n        'hydro': 143.5385,\n        'solar': 0.2902,\n        'wind': 1702.8489,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.8885,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.7474,\n        'coal': 6749.4971,\n        'gas': 43.06,\n        'hydro': 179.4205,\n        'solar': 0.5272,\n        'wind': 1710.7988,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.437,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.8274,\n        'coal': 6826.0854,\n        'gas': 43.23,\n        'hydro': 261.2057,\n        'solar': 0.7642,\n        'wind': 1730.8961,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.9078,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.669,\n        'coal': 6878.4785,\n        'gas': 43.06,\n        'hydro': 296.5875,\n        'solar': 1.0012,\n        'wind': 1742.4057,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -17.3374,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.1269,\n        'coal': 7012.295,\n        'gas': 42.89,\n        'hydro': 263.383,\n        'solar': 1.3188,\n        'wind': 1768.4919,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -16.1535,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.0869,\n        'coal': 7074.5526,\n        'gas': 43.08,\n        'hydro': 269.6324,\n        'solar': 2.5372,\n        'wind': 1768.7471,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -30.8756,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9469,\n        'coal': 7079.2644,\n        'gas': 43.5,\n        'hydro': 393.69,\n        'solar': 20.8234,\n        'wind': 1795.0515,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -30.2806,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9069,\n        'coal': 7156.9265,\n        'gas': 43.35,\n        'hydro': 446.7309,\n        'solar': 44.5204,\n        'wind': 1813.6053,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.8021,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.8569,\n        'coal': 7208.7587,\n        'gas': 43.49,\n        'hydro': 460.5426,\n        'solar': 74.4426,\n        'wind': 1790.1629,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -26.7646,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9469,\n        'coal': 7235.9075,\n        'gas': 43.64,\n        'hydro': 548.7324,\n        'solar': 108.6671,\n        'wind': 1748.8482,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.9102,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.0169,\n        'coal': 7177.3373,\n        'gas': 43.22,\n        'hydro': 572.4312,\n        'solar': 141.1911,\n        'wind': 1722.1998,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.1007,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.6269,\n        'coal': 7224.4085,\n        'gas': 42.6,\n        'hydro': 481.4236,\n        'solar': 207.5911,\n        'wind': 1722.6559,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.4708,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.1037,\n        'coal': 7192.3765,\n        'gas': 42.26,\n        'hydro': 560.6263,\n        'solar': 317.9362,\n        'wind': 1720.3084,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.1533,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.7937,\n        'coal': 7215.1545,\n        'gas': 41.89,\n        'hydro': 454.2525,\n        'solar': 440.5655,\n        'wind': 1728.8181,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.7767,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.0937,\n        'coal': 7201.5795,\n        'gas': 41.66,\n        'hydro': 361.266,\n        'solar': 565.3177,\n        'wind': 1761.8854,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -51.6239,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.7637,\n        'coal': 7212.2974,\n        'gas': 41.42,\n        'hydro': 275.1833,\n        'solar': 717.0855,\n        'wind': 1788.0794,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -55.3706,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.1708,\n        'coal': 7137.1495,\n        'gas': 41.08,\n        'hydro': 267.4071,\n        'solar': 863.9444,\n        'wind': 1786.6809,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.6462,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.0908,\n        'coal': 7061.2689,\n        'gas': 41.02,\n        'hydro': 272.5538,\n        'solar': 1014.5344,\n        'wind': 1784.0747,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -56.9662,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.1108,\n        'coal': 6878.5259,\n        'gas': 41.08,\n        'hydro': 217.3209,\n        'solar': 1177.7648,\n        'wind': 1835.7479,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.5884,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.4108,\n        'coal': 6782.8703,\n        'gas': 40.32,\n        'hydro': 207.7188,\n        'solar': 1369.0574,\n        'wind': 1810.2277,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -79.6148,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.3108,\n        'coal': 6674.4943,\n        'gas': 40.65,\n        'hydro': 144.5423,\n        'solar': 1619.6874,\n        'wind': 1799.0052,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.9731,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9514,\n        'coal': 6610.5289,\n        'gas': 40.78,\n        'hydro': 135.5883,\n        'solar': 1920.4728,\n        'wind': 1785.2701,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.2809,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.9114,\n        'coal': 6468.6073,\n        'gas': 41.14,\n        'hydro': 138.9647,\n        'solar': 2015.1649,\n        'wind': 1798.2128,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.4621,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.9214,\n        'coal': 6404.8119,\n        'gas': 40.85,\n        'hydro': 47.6077,\n        'solar': 2209.4446,\n        'wind': 1785.807,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.424,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.8607,\n        'coal': 6186.1067,\n        'gas': 39.75,\n        'hydro': 30.2041,\n        'solar': 2343.7532,\n        'wind': 1756.2484,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 26.4133,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 36.7367,\n        'coal': 6080.5377,\n        'gas': 37.76,\n        'hydro': 0.1181,\n        'solar': 2444.0951,\n        'wind': 1745.0766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.6045,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 36.5109,\n        'coal': 5947.112,\n        'gas': 37.84,\n        'hydro': 0.7208,\n        'solar': 2690.3834,\n        'wind': 1741.2593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.7399,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.9661,\n        'coal': 5836.5628,\n        'gas': 37.85,\n        'hydro': 0.0314,\n        'solar': 2781.5949,\n        'wind': 1733.7595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.3487,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'hydro',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 35.6877,\n        'coal': 5667.3456,\n        'gas': 37.88,\n        'hydro': 0,\n        'solar': 2981.8519,\n        'wind': 1711.7124,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.515,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 35.0472,\n        'coal': 5525.5465,\n        'gas': 37.89,\n        'hydro': 0.0,\n        'solar': 3137.8074,\n        'wind': 1686.6872,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.6172,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.3941,\n        'coal': 5449.4225,\n        'gas': 37.89,\n        'hydro': 0.0,\n        'solar': 3178.2065,\n        'wind': 1643.9513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.3255,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.9426,\n        'coal': 5396.7355,\n        'gas': 37.91,\n        'hydro': 0.0,\n        'solar': 3254.9878,\n        'wind': 1608.4543,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.7567,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.6583,\n        'coal': 5299.8095,\n        'gas': 37.94,\n        'hydro': 0.0,\n        'solar': 3517.1578,\n        'wind': 1630.2373,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.6245,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.0956,\n        'coal': 5149.904,\n        'gas': 37.84,\n        'hydro': 0.0,\n        'solar': 3586.4278,\n        'wind': 1614.0262,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.1849,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.157,\n        'coal': 5026.1958,\n        'gas': 37.79,\n        'hydro': 0.0,\n        'solar': 3663.9571,\n        'wind': 1614.0874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.6098,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.3567,\n        'coal': 4903.4639,\n        'gas': 37.81,\n        'hydro': 0.0,\n        'solar': 3776.8062,\n        'wind': 1610.5966,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.7319,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.2867,\n        'coal': 4711.6147,\n        'gas': 37.87,\n        'hydro': 0.0,\n        'solar': 3935.2707,\n        'wind': 1658.1011,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.5828,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.3284,\n        'coal': 4567.3252,\n        'gas': 37.79,\n        'hydro': 0.0,\n        'solar': 4013.7186,\n        'wind': 1687.3416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.8628,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.6254,\n        'coal': 4449.3304,\n        'gas': 38.01,\n        'hydro': 0.0,\n        'solar': 4085.6881,\n        'wind': 1677.0322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.2768,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.7482,\n        'coal': 4300.4509,\n        'gas': 37.76,\n        'hydro': 0.0,\n        'solar': 4153.0272,\n        'wind': 1690.565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.1681,\n        'hydro': 80.5408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.1941,\n        'coal': 4172.2994,\n        'gas': 37.81,\n        'hydro': 0.0,\n        'solar': 4257.5201,\n        'wind': 1705.6475,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.1181,\n        'hydro': 81.052,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.7613,\n        'coal': 4087.4839,\n        'gas': 37.84,\n        'hydro': 0.0,\n        'solar': 4310.6706,\n        'wind': 1712.2155,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.4009,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.5513,\n        'coal': 3961.0902,\n        'gas': 37.78,\n        'hydro': 0.0,\n        'solar': 4361.2389,\n        'wind': 1721.2982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.8364,\n        'hydro': 80.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.304,\n        'coal': 3974.3475,\n        'gas': 37.84,\n        'hydro': 0.0,\n        'solar': 4447.3869,\n        'wind': 1735.0761,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.9201,\n        'hydro': 170.2453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.9768,\n        'coal': 3873.1007,\n        'gas': 37.76,\n        'hydro': 0.0,\n        'solar': 4495.8645,\n        'wind': 1727.0058,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.56,\n        'hydro': 263.7453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.1968,\n        'coal': 3812.1867,\n        'gas': 37.78,\n        'hydro': 0.0,\n        'solar': 4641.6981,\n        'wind': 1693.6216,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.6027,\n        'hydro': 272.9453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.1868,\n        'coal': 3748.4405,\n        'gas': 37.82,\n        'hydro': 0.0,\n        'solar': 4662.8318,\n        'wind': 1687.369,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.9865,\n        'hydro': 271.9475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.5828,\n        'coal': 3675.9543,\n        'gas': 37.8,\n        'hydro': 0.0,\n        'solar': 4798.6849,\n        'wind': 1674.5973,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.275,\n        'hydro': 273.3475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.7999,\n        'coal': 3590.0886,\n        'gas': 37.79,\n        'hydro': 0.0,\n        'solar': 4827.1036,\n        'wind': 1676.0163,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 32.4335,\n        'hydro': 274.4498,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.5956,\n        'coal': 3635.6216,\n        'gas': 37.79,\n        'hydro': 0.0,\n        'solar': 4830.2638,\n        'wind': 1701.8259,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.499,\n        'hydro': 341.843,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.1183,\n        'coal': 3626.0267,\n        'gas': 37.77,\n        'hydro': 0.0,\n        'solar': 4938.0713,\n        'wind': 1661.0752,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 43.9739,\n        'hydro': 443.3453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.0271,\n        'coal': 3582.6666,\n        'gas': 37.85,\n        'hydro': 0.0,\n        'solar': 4937.8749,\n        'wind': 1673.9603,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -251.9688,\n        'hydro': 470.243,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.1012,\n        'coal': 3524.3894,\n        'gas': 37.8,\n        'hydro': 0.0,\n        'solar': 5038.1294,\n        'wind': 1643.3036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -299.2415,\n        'hydro': 466.934,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.9812,\n        'coal': 3484.2032,\n        'gas': 37.78,\n        'hydro': 0.0,\n        'solar': 5169.9074,\n        'wind': 1625.5115,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -300.0704,\n        'hydro': 467.7408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.2412,\n        'coal': 3494.1887,\n        'gas': 37.8,\n        'hydro': 0.0,\n        'solar': 5310.8343,\n        'wind': 1635.7254,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -278.2663,\n        'hydro': 468.043,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.5712,\n        'coal': 3505.7856,\n        'gas': 38.01,\n        'hydro': 0.0,\n        'solar': 5257.7416,\n        'wind': 1627.863,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -268.5564,\n        'hydro': 468.7408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.9612,\n        'coal': 3460.4723,\n        'gas': 38.02,\n        'hydro': 0.0,\n        'solar': 5212.3977,\n        'wind': 1637.7404,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -248.6814,\n        'hydro': 468.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.5012,\n        'coal': 3401.4139,\n        'gas': 38.01,\n        'hydro': 0.0,\n        'solar': 5039.7284,\n        'wind': 1613.8498,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -370.0324,\n        'hydro': 469.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.3428,\n        'coal': 3389.9879,\n        'gas': 37.82,\n        'hydro': 0.0,\n        'solar': 5025.2715,\n        'wind': 1649.0745,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -372.1173,\n        'hydro': 469.3386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.9684,\n        'coal': 3339.9627,\n        'gas': 37.88,\n        'hydro': 0.0,\n        'solar': 5059.3931,\n        'wind': 1504.3276,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -362.4741,\n        'hydro': 470.4475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.1884,\n        'coal': 3349.997,\n        'gas': 37.89,\n        'hydro': 0.0,\n        'solar': 5088.1336,\n        'wind': 1470.6876,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -370.3369,\n        'hydro': 469.0408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.8325,\n        'coal': 3319.137,\n        'gas': 37.78,\n        'hydro': 0.0,\n        'solar': 5139.9979,\n        'wind': 1465.8243,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -337.9208,\n        'hydro': 471.1475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.2697,\n        'coal': 3340.6463,\n        'gas': 37.77,\n        'hydro': 0.0,\n        'solar': 5089.866,\n        'wind': 1483.1561,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -341.9983,\n        'hydro': 470.0475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.197,\n        'coal': 3341.8916,\n        'gas': 37.78,\n        'hydro': 0.0,\n        'solar': 5039.2514,\n        'wind': 1470.6199,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -344.2107,\n        'hydro': 469.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.727,\n        'coal': 3371.3353,\n        'gas': 37.96,\n        'hydro': 0.0,\n        'solar': 4886.2732,\n        'wind': 1455.251,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -348.5423,\n        'hydro': 468.7408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.887,\n        'coal': 3338.9862,\n        'gas': 37.93,\n        'hydro': 0.0,\n        'solar': 5009.8503,\n        'wind': 1524.9462,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -341.6952,\n        'hydro': 469.3475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.0413,\n        'coal': 3367.5999,\n        'gas': 37.96,\n        'hydro': 0.0,\n        'solar': 5034.5725,\n        'wind': 1505.0997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -341.5485,\n        'hydro': 468.9363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.614,\n        'coal': 3342.4529,\n        'gas': 37.75,\n        'hydro': 0.0,\n        'solar': 4891.4935,\n        'wind': 1508.9692,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -336.9188,\n        'hydro': 470.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.577,\n        'coal': 3330.8075,\n        'gas': 37.63,\n        'hydro': 0.0,\n        'solar': 4884.8469,\n        'wind': 1554.8491,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -459.1532,\n        'hydro': 470.0453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.727,\n        'coal': 3368.1371,\n        'gas': 37.73,\n        'hydro': 0.0,\n        'solar': 4835.8477,\n        'wind': 1585.0949,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -395.263,\n        'hydro': 468.443,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.807,\n        'coal': 3332.9559,\n        'gas': 37.26,\n        'hydro': 0.0,\n        'solar': 4569.2244,\n        'wind': 1564.6855,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -398.7159,\n        'hydro': 469.6453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.797,\n        'coal': 3374.2406,\n        'gas': 37.61,\n        'hydro': 0.0,\n        'solar': 4845.4766,\n        'wind': 1613.0122,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -135.8336,\n        'hydro': 467.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.011,\n        'coal': 3354.6847,\n        'gas': 37.5,\n        'hydro': 0.0,\n        'solar': 4967.483,\n        'wind': 1584.5109,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -150.0177,\n        'hydro': 469.343,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.9197,\n        'coal': 3381.9801,\n        'gas': 37.35,\n        'hydro': 0.0,\n        'solar': 4986.7371,\n        'wind': 1569.2452,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -163.0601,\n        'hydro': 469.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.1954,\n        'coal': 3359.1769,\n        'gas': 37.18,\n        'hydro': 0.0,\n        'solar': 4890.1318,\n        'wind': 1573.0289,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -231.4214,\n        'hydro': 469.0453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.2084,\n        'coal': 3344.1623,\n        'gas': 37.34,\n        'hydro': 0.0,\n        'solar': 5107.5385,\n        'wind': 1618.9538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -249.8519,\n        'hydro': 469.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.3612,\n        'coal': 3435.7165,\n        'gas': 37.7,\n        'hydro': 0.0,\n        'solar': 5156.3121,\n        'wind': 1647.3833,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.3186,\n        'hydro': 468.1386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.7956,\n        'coal': 3460.2773,\n        'gas': 37.36,\n        'hydro': 0.0,\n        'solar': 5206.8293,\n        'wind': 1685.1138,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 612.0968,\n        'hydro': 468.4475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.2341,\n        'coal': 3491.1617,\n        'gas': 37.44,\n        'hydro': 0.0,\n        'solar': 5133.1284,\n        'wind': 1612.1024,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 645.5134,\n        'hydro': 468.643,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.0356,\n        'coal': 3491.6988,\n        'gas': 37.17,\n        'hydro': 0.0,\n        'solar': 5151.9205,\n        'wind': 1624.978,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 643.3155,\n        'hydro': 468.543,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.0326,\n        'coal': 3457.3478,\n        'gas': 37.1,\n        'hydro': 0.0,\n        'solar': 5232.7276,\n        'wind': 1690.8553,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 641.8887,\n        'hydro': 469.043,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.3726,\n        'coal': 3455.6629,\n        'gas': 36.95,\n        'hydro': 0.0,\n        'solar': 5187.4736,\n        'wind': 1706.7928,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 643.7964,\n        'hydro': 468.2475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.4625,\n        'coal': 3447.4354,\n        'gas': 37.0,\n        'hydro': 0.0,\n        'solar': 5038.4883,\n        'wind': 1713.4874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 671.9476,\n        'hydro': 468.743,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.0616,\n        'coal': 3484.3012,\n        'gas': 37.17,\n        'hydro': 0.0,\n        'solar': 4936.1479,\n        'wind': 1727.5538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 637.9591,\n        'hydro': 467.3386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.8014,\n        'coal': 3458.0555,\n        'gas': 37.28,\n        'hydro': 0.0,\n        'solar': 4775.1469,\n        'wind': 1725.674,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 652.0194,\n        'hydro': 468.2453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.513,\n        'coal': 3476.513,\n        'gas': 37.61,\n        'hydro': 0.0,\n        'solar': 4768.8832,\n        'wind': 1741.3025,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 639.1359,\n        'hydro': 466.6453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.756,\n        'coal': 3469.4818,\n        'gas': 37.83,\n        'hydro': 0.0,\n        'solar': 4799.0857,\n        'wind': 1744.9534,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 655.5836,\n        'hydro': 469.8498,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.5932,\n        'coal': 3456.9816,\n        'gas': 37.89,\n        'hydro': 0.0,\n        'solar': 4654.0042,\n        'wind': 1724.5527,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.486,\n        'hydro': 467.4408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.6932,\n        'coal': 3445.5066,\n        'gas': 38.21,\n        'hydro': 0.0,\n        'solar': 4404.3391,\n        'wind': 1749.8747,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -88.1471,\n        'hydro': 466.2386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.5017,\n        'coal': 3381.7851,\n        'gas': 37.9,\n        'hydro': 0.0,\n        'solar': 4545.2593,\n        'wind': 1735.3559,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -55.1623,\n        'hydro': 467.2386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.7188,\n        'coal': 3457.1034,\n        'gas': 38.43,\n        'hydro': 0.0,\n        'solar': 4318.2285,\n        'wind': 1753.5583,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.2834,\n        'hydro': 465.6363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.3188,\n        'coal': 3456.7374,\n        'gas': 45.3,\n        'hydro': 0.0,\n        'solar': 4202.7423,\n        'wind': 1703.9325,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -224.8848,\n        'hydro': 470.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.8316,\n        'coal': 3417.6253,\n        'gas': 67.32,\n        'hydro': 0.0,\n        'solar': 4130.3402,\n        'wind': 1686.5091,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -210.2553,\n        'hydro': 469.7475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.6475,\n        'coal': 3478.6859,\n        'gas': 73.36,\n        'hydro': 0.0,\n        'solar': 4014.5684,\n        'wind': 1733.6292,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -282.0853,\n        'hydro': 466.9386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.3903,\n        'coal': 3502.319,\n        'gas': 73.49,\n        'hydro': 0.0,\n        'solar': 3929.9417,\n        'wind': 1735.5495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -287.4745,\n        'hydro': 467.1453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.843,\n        'coal': 3500.2681,\n        'gas': 110.05,\n        'hydro': 0.0,\n        'solar': 3809.1109,\n        'wind': 1789.3528,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -274.255,\n        'hydro': 467.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.243,\n        'coal': 3566.2849,\n        'gas': 109.27,\n        'hydro': 0.0,\n        'solar': 3686.4535,\n        'wind': 1827.8849,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -285.4547,\n        'hydro': 467.6453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.3402,\n        'coal': 3616.0659,\n        'gas': 110.48,\n        'hydro': 0.0,\n        'solar': 3650.328,\n        'wind': 1786.1006,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.5583,\n        'hydro': 470.3575,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.5702,\n        'coal': 3806.1568,\n        'gas': 164.04,\n        'hydro': 0.0,\n        'solar': 3638.9126,\n        'wind': 1819.8538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 344.5955,\n        'hydro': 467.043,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 13.143,\n        'coal': 3808.5003,\n        'gas': 228.11,\n        'hydro': 0.0,\n        'solar': 3474.9109,\n        'wind': 1844.0183,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 344.1425,\n        'hydro': 467.334,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 13.023,\n        'coal': 3839.9707,\n        'gas': 228.88,\n        'hydro': 0.0,\n        'solar': 3401.2058,\n        'wind': 1854.5278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 274.8817,\n        'hydro': 468.4408,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.633,\n        'coal': 4027.9374,\n        'gas': 230.02,\n        'hydro': 0.0,\n        'solar': 3311.708,\n        'wind': 1846.4216,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 503.6214,\n        'hydro': 465.2386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.2475,\n        'coal': 4140.0729,\n        'gas': 227.9,\n        'hydro': 0.0,\n        'solar': 3214.3695,\n        'wind': 1838.327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 282.6312,\n        'hydro': 466.8386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.913,\n        'coal': 4209.9964,\n        'gas': 227.93,\n        'hydro': 0.0,\n        'solar': 3097.9302,\n        'wind': 1794.7773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 56.4489,\n        'hydro': 468.1453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.8045,\n        'coal': 4278.2358,\n        'gas': 228.28,\n        'hydro': 0.0,\n        'solar': 2996.2925,\n        'wind': 1820.7203,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.5087,\n        'hydro': 471.4475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 10.6645,\n        'coal': 4377.896,\n        'gas': 227.83,\n        'hydro': 0.0,\n        'solar': 2808.3859,\n        'wind': 1788.1284,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -138.9897,\n        'hydro': 467.243,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.2874,\n        'coal': 4494.3293,\n        'gas': 227.95,\n        'hydro': 0.0,\n        'solar': 2697.7497,\n        'wind': 1789.6766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -140.3665,\n        'hydro': 468.8475,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.8961,\n        'coal': 4564.2527,\n        'gas': 228.8,\n        'hydro': 0.0,\n        'solar': 2491.7765,\n        'wind': 1841.1909,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -260.5836,\n        'hydro': 466.2363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.4088,\n        'coal': 4626.7046,\n        'gas': 229.15,\n        'hydro': 0.0,\n        'solar': 2476.837,\n        'wind': 1830.6916,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -274.0043,\n        'hydro': 468.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 12.3374,\n        'coal': 4784.7402,\n        'gas': 229.81,\n        'hydro': 0.0,\n        'solar': 2496.04,\n        'wind': 1852.078,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -71.1703,\n        'hydro': 276.3363,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 14.5046,\n        'coal': 4940.6029,\n        'gas': 229.82,\n        'hydro': 0.0,\n        'solar': 2418.5114,\n        'wind': 1867.634,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.3501,\n        'hydro': 277.143,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 14.4859,\n        'coal': 5116.1191,\n        'gas': 228.8,\n        'hydro': 0.0,\n        'solar': 2233.4086,\n        'wind': 1868.8516,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -57.4995,\n        'hydro': 276.4386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 14.1832,\n        'coal': 5290.5853,\n        'gas': 258.42,\n        'hydro': 0.0,\n        'solar': 2023.2111,\n        'wind': 1870.5368,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.1361,\n        'hydro': 277.2453,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 13.7202,\n        'coal': 5400.4989,\n        'gas': 231.44,\n        'hydro': 0.0,\n        'solar': 1876.8952,\n        'wind': 1884.7244,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -88.6951,\n        'hydro': 276.6386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.8123,\n        'coal': 5645.6696,\n        'gas': 231.85,\n        'hydro': 41.1478,\n        'solar': 1703.0245,\n        'wind': 1862.9118,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 82.1871,\n        'hydro': 275.8386,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 11.8992,\n        'coal': 5827.9974,\n        'gas': 262.54,\n        'hydro': 30.5846,\n        'solar': 1528.7149,\n        'wind': 1871.2774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 280.6811,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 7.8137,\n        'coal': 6010.4959,\n        'gas': 307.79,\n        'hydro': 0.1149,\n        'solar': 1398.0414,\n        'wind': 1890.2876,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 337.3982,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 3.2046,\n        'coal': 6136.0113,\n        'gas': 343.83,\n        'hydro': 0.5216,\n        'solar': 1308.6234,\n        'wind': 1916.6714,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 315.9662,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0.0596,\n        'coal': 6163.5751,\n        'gas': 346.19,\n        'hydro': 33.5105,\n        'solar': 1072.2244,\n        'wind': 1911.4384,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.4327,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0.4496,\n        'coal': 6253.1027,\n        'gas': 388.27,\n        'hydro': 114.0646,\n        'solar': 946.1933,\n        'wind': 1913.4705,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.8635,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6373.1975,\n        'gas': 452.32,\n        'hydro': 129.5871,\n        'solar': 790.0486,\n        'wind': 1889.4668,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.7159,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6467.0226,\n        'gas': 485.6103,\n        'hydro': 183.0091,\n        'solar': 686.5664,\n        'wind': 1903.1523,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.8116,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6570.2961,\n        'gas': 536.3947,\n        'hydro': 354.7419,\n        'solar': 543.8899,\n        'wind': 1907.4935,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.9321,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6693.6628,\n        'gas': 571.1734,\n        'hydro': 452.4095,\n        'solar': 424.9291,\n        'wind': 1925.6949,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.3572,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0.4611,\n        'coal': 6782.7511,\n        'gas': 615.5245,\n        'hydro': 463.3108,\n        'solar': 308.9783,\n        'wind': 1920.4339,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.4535,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6827.6735,\n        'gas': 609.8406,\n        'hydro': 517.7279,\n        'solar': 191.2163,\n        'wind': 1944.0161,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -108.3496,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6912.465,\n        'gas': 653.8782,\n        'hydro': 638.1193,\n        'solar': 137.1054,\n        'wind': 1939.0881,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 88.859,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 6966.2745,\n        'gas': 653.4818,\n        'hydro': 612.9177,\n        'solar': 96.5784,\n        'wind': 1909.1219,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 93.0776,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7048.5029,\n        'gas': 651.2085,\n        'hydro': 627.1818,\n        'solar': 62.8869,\n        'wind': 1898.4566,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.0491,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7099.504,\n        'gas': 655.5498,\n        'hydro': 648.9787,\n        'solar': 35.075,\n        'wind': 1920.2405,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -105.9618,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7143.9871,\n        'gas': 657.1523,\n        'hydro': 659.7908,\n        'solar': 20.4371,\n        'wind': 1932.672,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -199.2929,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7205.1941,\n        'gas': 651.1279,\n        'hydro': 646.06,\n        'solar': 4.1923,\n        'wind': 1955.7015,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -227.8614,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7249.6529,\n        'gas': 649.4039,\n        'hydro': 637.086,\n        'solar': 0.466,\n        'wind': 1966.3879,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -180.9312,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7295.0883,\n        'gas': 655.5716,\n        'hydro': 933.0109,\n        'solar': 0.3759,\n        'wind': 1993.219,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -132.043,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7328.3404,\n        'gas': 657.4094,\n        'hydro': 1029.6493,\n        'solar': 0.2857,\n        'wind': 1997.5783,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -60.9915,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7365.0843,\n        'gas': 656.4094,\n        'hydro': 1063.5857,\n        'solar': 0.1955,\n        'wind': 1996.9957,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -85.3637,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7372.6287,\n        'gas': 652.2993,\n        'hydro': 954.3403,\n        'solar': 0.1054,\n        'wind': 1988.8919,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -313.7618,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7409.4947,\n        'gas': 656.636,\n        'hydro': 973.5099,\n        'solar': 0.0152,\n        'wind': 1988.098,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -134.4954,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7357.5161,\n        'gas': 650.4894,\n        'hydro': 1003.0453,\n        'solar': 0.0152,\n        'wind': 2003.5789,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -319.9313,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7393.1858,\n        'gas': 653.1692,\n        'hydro': 935.146,\n        'solar': 0.0152,\n        'wind': 2019.7415,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -299.32,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7387.3263,\n        'gas': 653.0372,\n        'hydro': 928.173,\n        'solar': 0.0152,\n        'wind': 2033.5762,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -281.8356,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7410.7886,\n        'gas': 656.2278,\n        'hydro': 939.4622,\n        'solar': 0.0152,\n        'wind': 2018.2117,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -223.4544,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7398.4593,\n        'gas': 651.9082,\n        'hydro': 934.6737,\n        'solar': 0.0152,\n        'wind': 2022.6416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -270.8223,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7415.403,\n        'gas': 658.3436,\n        'hydro': 954.6937,\n        'solar': 0.0152,\n        'wind': 2037.5405,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -265.7202,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7405.8324,\n        'gas': 652.672,\n        'hydro': 937.5389,\n        'solar': 0.0152,\n        'wind': 2034.1966,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -258.6476,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7407.7612,\n        'gas': 652.2113,\n        'hydro': 953.6613,\n        'solar': 0.0152,\n        'wind': 2027.3509,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -215.0917,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7402.2679,\n        'gas': 651.5711,\n        'hydro': 953.4584,\n        'solar': 0.0152,\n        'wind': 2043.1232,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -260.6564,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7401.0715,\n        'gas': 652.7618,\n        'hydro': 950.276,\n        'solar': 0.0152,\n        'wind': 2005.2768,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -80.8243,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7422.5319,\n        'gas': 657.7351,\n        'hydro': 987.6209,\n        'solar': 0.0152,\n        'wind': 1983.3856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -86.7937,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7401.4133,\n        'gas': 655.7771,\n        'hydro': 958.3081,\n        'solar': 0.0152,\n        'wind': 1966.5948,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -73.8366,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7413.3033,\n        'gas': 652.2993,\n        'hydro': 957.2414,\n        'solar': 0.0152,\n        'wind': 1957.8995,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -226.7405,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7400.6321,\n        'gas': 652.3552,\n        'hydro': 964.5002,\n        'solar': 0.0152,\n        'wind': 1960.7331,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.9065,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7406.0032,\n        'gas': 653.257,\n        'hydro': 965.9018,\n        'solar': 0.0152,\n        'wind': 1953.8184,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -74.2558,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7418.772,\n        'gas': 656.1169,\n        'hydro': 985.12,\n        'solar': 0.0152,\n        'wind': 1969.5941,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.1332,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7406.0035,\n        'gas': 655.3728,\n        'hydro': 966.0077,\n        'solar': 0.0152,\n        'wind': 1946.2404,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -46.7036,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7406.101,\n        'gas': 651.9457,\n        'hydro': 966.5788,\n        'solar': 0.0152,\n        'wind': 1939.3038,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -46.4711,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7410.3491,\n        'gas': 654.1658,\n        'hydro': 967.7837,\n        'solar': 0.0152,\n        'wind': 1925.5991,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -89.2574,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7383.5175,\n        'gas': 653.2852,\n        'hydro': 956.537,\n        'solar': 0.0152,\n        'wind': 1932.7237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.4045,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7414.353,\n        'gas': 656.7689,\n        'hydro': 976.2226,\n        'solar': 0.0152,\n        'wind': 1904.26,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -54.7156,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7399.7776,\n        'gas': 653.677,\n        'hydro': 954.5869,\n        'solar': 0.0152,\n        'wind': 1899.4495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -95.4581,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7419.2604,\n        'gas': 657.5195,\n        'hydro': 967.953,\n        'solar': 0.0152,\n        'wind': 1894.3842,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -71.8653,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7404.7825,\n        'gas': 653.5335,\n        'hydro': 960.1124,\n        'solar': 0.0152,\n        'wind': 1898.1824,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.2822,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7402.9759,\n        'gas': 654.7219,\n        'hydro': 954.9912,\n        'solar': 0.0152,\n        'wind': 1884.6183,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.4059,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0.0984,\n        'coal': 7399.6065,\n        'gas': 616.007,\n        'hydro': 968.6162,\n        'solar': 0.0152,\n        'wind': 1879.9849,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.2846,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7385.1284,\n        'gas': 660.0916,\n        'hydro': 971.1538,\n        'solar': 0.0152,\n        'wind': 1868.8592,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.1474,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7392.0376,\n        'gas': 660.8603,\n        'hydro': 979.9106,\n        'solar': 0.0152,\n        'wind': 1852.4517,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -19.4944,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0.0684,\n        'coal': 7360.8117,\n        'gas': 607.9682,\n        'hydro': 941.9591,\n        'solar': 0.0152,\n        'wind': 1840.3944,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.6207,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7403.5857,\n        'gas': 564.1763,\n        'hydro': 853.0416,\n        'solar': 0.0152,\n        'wind': 1829.6426,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.549,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7410.202,\n        'gas': 511.7425,\n        'hydro': 933.4463,\n        'solar': 0.0152,\n        'wind': 1835.2322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.5045,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7416.7696,\n        'gas': 494.03,\n        'hydro': 961.6223,\n        'solar': 0.0152,\n        'wind': 1817.2255,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.7926,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7400.1432,\n        'gas': 488.9,\n        'hydro': 889.2331,\n        'solar': 0.0152,\n        'wind': 1815.905,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.7109,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7398.8495,\n        'gas': 493.46,\n        'hydro': 951.9448,\n        'solar': 0.0152,\n        'wind': 1774.2599,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.2894,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7392.8923,\n        'gas': 486.8,\n        'hydro': 928.9166,\n        'solar': 0.0152,\n        'wind': 1731.7864,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.548,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7419.3822,\n        'gas': 494.16,\n        'hydro': 971.1473,\n        'solar': 0.0152,\n        'wind': 1664.6883,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.9031,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7391.0613,\n        'gas': 487.72,\n        'hydro': 949.1581,\n        'solar': 0.0152,\n        'wind': 1641.7481,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.892,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n    dict({\n      'correctedModes': list([\n        'biomass',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 0,\n        'coal': 7398.6296,\n        'gas': 488.24,\n        'hydro': 652.7289,\n        'solar': 0.0152,\n        'wind': 1640.1689,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -15.1696,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-NSW',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-QLD].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-QLD]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.7,\n        'coal': 5757.7921,\n        'gas': 396.2506,\n        'hydro': 300.6025,\n        'oil': 0.0,\n        'solar': 0.6619,\n        'wind': 1326.0059,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.2903,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 5707.2007,\n        'gas': 394.5688,\n        'hydro': 286.3225,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1321.0536,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.8397,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.6,\n        'coal': 5643.9034,\n        'gas': 395.4857,\n        'hydro': 287.0375,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1329.2355,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.1545,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 70.6,\n        'coal': 5524.3427,\n        'gas': 397.3073,\n        'hydro': 287.115,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1358.5795,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.1483,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 71.1,\n        'coal': 5399.1972,\n        'gas': 329.9975,\n        'hydro': 286.08,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1360.1322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.9731,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 71.2,\n        'coal': 5371.4282,\n        'gas': 241.0553,\n        'hydro': 288.2225,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1370.9003,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.7674,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 69.5,\n        'coal': 5303.0824,\n        'gas': 207.1699,\n        'hydro': 286.605,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1374.4594,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.6637,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.9,\n        'coal': 5202.8487,\n        'gas': 200.572,\n        'hydro': 289.34,\n        'oil': 0.0,\n        'solar': 0.4619,\n        'wind': 1354.9609,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.4291,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.5,\n        'coal': 5174.2196,\n        'gas': 161.6262,\n        'hydro': 287.815,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1364.8107,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0448,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.4,\n        'coal': 5101.3838,\n        'gas': 121.2984,\n        'hydro': 289.31,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1353.8844,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.7359,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.9,\n        'coal': 4974.533,\n        'gas': 82.2348,\n        'hydro': 289.8975,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1360.3776,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.4039,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.5,\n        'coal': 4963.2578,\n        'gas': 55.7289,\n        'hydro': 292.2275,\n        'oil': 0.0,\n        'solar': 26.7332,\n        'wind': 1338.6017,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.5733,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.1,\n        'coal': 4918.9446,\n        'gas': 35.6186,\n        'hydro': 290.225,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1339.5594,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.8879,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.0,\n        'coal': 4968.6982,\n        'gas': 35.6156,\n        'hydro': 289.8,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1330.0388,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.5873,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.6,\n        'coal': 4932.8668,\n        'gas': 35.1936,\n        'hydro': 289.015,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1335.4008,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.8706,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.6,\n        'coal': 4939.1821,\n        'gas': 35.8046,\n        'hydro': 289.9875,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1329.0641,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.4015,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.9,\n        'coal': 4906.9616,\n        'gas': 35.8216,\n        'hydro': 287.2525,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1330.0512,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.1335,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.6,\n        'coal': 4925.3666,\n        'gas': 35.4656,\n        'hydro': 122.6775,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1335.0403,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.7915,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.2,\n        'coal': 4896.7154,\n        'gas': 35.7336,\n        'hydro': 121.8225,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1343.0044,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.0099,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.4,\n        'coal': 4922.3799,\n        'gas': 35.9756,\n        'hydro': 121.7475,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1344.085,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.5376,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.2,\n        'coal': 4878.4882,\n        'gas': 35.9896,\n        'hydro': 121.7175,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1336.0996,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.8423,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.2,\n        'coal': 4873.2592,\n        'gas': 35.8376,\n        'hydro': 121.6425,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1339.9445,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.247,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.2,\n        'coal': 4798.2214,\n        'gas': 36.0906,\n        'hydro': 122.2575,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1359.6897,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.356,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9,\n        'coal': 4961.0846,\n        'gas': 35.4126,\n        'hydro': 105.545,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1345.382,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.4198,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9,\n        'coal': 5022.5019,\n        'gas': 35.7636,\n        'hydro': 97.605,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1335.053,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.5136,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.1,\n        'coal': 5021.3514,\n        'gas': 35.9236,\n        'hydro': 96.4825,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1335.1,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.0809,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.9,\n        'coal': 4959.6442,\n        'gas': 35.8406,\n        'hydro': 96.8375,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1319.2472,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.3226,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.5,\n        'coal': 4966.8304,\n        'gas': 35.9996,\n        'hydro': 97.6225,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1319.4059,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.7206,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.8,\n        'coal': 4961.4267,\n        'gas': 35.5606,\n        'hydro': 97.3425,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1318.8802,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.4159,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.5,\n        'coal': 4990.9319,\n        'gas': 35.7796,\n        'hydro': 97.0775,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1309.3278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -12.9536,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.7,\n        'coal': 4968.3275,\n        'gas': 35.6966,\n        'hydro': 96.4925,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1302.2879,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.7685,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.6,\n        'coal': 4953.4502,\n        'gas': 36.0396,\n        'hydro': 96.7525,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1303.2459,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -16.5901,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 10, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.3,\n        'coal': 4960.9742,\n        'gas': 35.9636,\n        'hydro': 97.415,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1289.8418,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.4694,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.3,\n        'coal': 4948.7712,\n        'gas': 36.1596,\n        'hydro': 97.105,\n        'oil': 0.0,\n        'solar': 0.3259,\n        'wind': 1286.114,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -12.2635,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.1,\n        'coal': 4922.4573,\n        'gas': 36.0456,\n        'hydro': 96.0,\n        'oil': 0.0,\n        'solar': 0.4396,\n        'wind': 1276.1834,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.766,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.2,\n        'coal': 4919.7806,\n        'gas': 35.8436,\n        'hydro': 97.4225,\n        'oil': 0.0,\n        'solar': 24.4396,\n        'wind': 1295.2296,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -24.0479,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.8,\n        'coal': 4843.1292,\n        'gas': 36.0466,\n        'hydro': 95.9925,\n        'oil': 0.0,\n        'solar': 0.4396,\n        'wind': 1300.4193,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.3298,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.2,\n        'coal': 4847.5977,\n        'gas': 36.0416,\n        'hydro': 96.585,\n        'oil': 0.0,\n        'solar': 0.4396,\n        'wind': 1313.7809,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.8665,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.1,\n        'coal': 4827.6749,\n        'gas': 36.1866,\n        'hydro': 96.6975,\n        'oil': 0.0,\n        'solar': 0.5396,\n        'wind': 1321.9366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.724,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.1,\n        'coal': 4817.7965,\n        'gas': 35.9076,\n        'hydro': 96.78,\n        'oil': 0.0,\n        'solar': 0.3332,\n        'wind': 1329.0295,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.9258,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.8,\n        'coal': 4748.4216,\n        'gas': 36.1566,\n        'hydro': 96.68,\n        'oil': 0.0,\n        'solar': 0.3332,\n        'wind': 1350.8138,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.9953,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.4,\n        'coal': 4745.0696,\n        'gas': 35.8296,\n        'hydro': 97.1175,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1357.0459,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0936,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.2,\n        'coal': 4735.027,\n        'gas': 36.2116,\n        'hydro': 96.94,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1357.4056,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.086,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.4,\n        'coal': 4732.5994,\n        'gas': 35.9386,\n        'hydro': 96.745,\n        'oil': 0.0,\n        'solar': 0.2332,\n        'wind': 1364.6199,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.1524,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.4,\n        'coal': 4712.8674,\n        'gas': 36.1376,\n        'hydro': 96.385,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1395.8873,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.3685,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.2,\n        'coal': 4739.2993,\n        'gas': 36.2106,\n        'hydro': 97.3025,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1399.8209,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.7469,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.3,\n        'coal': 4725.691,\n        'gas': 36.0036,\n        'hydro': 96.4525,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1412.9466,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.1015,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 56.2,\n        'coal': 4641.9033,\n        'gas': 35.9206,\n        'hydro': 97.2225,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1427.5405,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.242,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.6,\n        'coal': 4671.6752,\n        'gas': 36.0006,\n        'hydro': 96.9875,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1419.979,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.8823,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.7,\n        'coal': 4696.1408,\n        'gas': 36.2106,\n        'hydro': 96.78,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1424.7305,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.3116,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.7,\n        'coal': 4668.994,\n        'gas': 35.9936,\n        'hydro': 96.285,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1427.175,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.8569,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.9,\n        'coal': 4569.284,\n        'gas': 35.8656,\n        'hydro': 96.9225,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1411.9973,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.2346,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.2,\n        'coal': 4528.4351,\n        'gas': 36.3606,\n        'hydro': 96.915,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1408.1541,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.799,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.0,\n        'coal': 4602.5467,\n        'gas': 36.0836,\n        'hydro': 96.9975,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1394.122,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.8041,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.1,\n        'coal': 4546.1002,\n        'gas': 35.9586,\n        'hydro': 97.11,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1410.0924,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.9443,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.3,\n        'coal': 4531.5554,\n        'gas': 36.1066,\n        'hydro': 97.0225,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1428.5022,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.5917,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.1,\n        'coal': 4616.4984,\n        'gas': 35.7156,\n        'hydro': 96.6675,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1419.5835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.5016,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 56.9,\n        'coal': 4510.465,\n        'gas': 35.9456,\n        'hydro': 96.8375,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1442.7932,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.9863,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 56.4,\n        'coal': 4394.9588,\n        'gas': 36.0176,\n        'hydro': 96.59,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1474.0211,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.3356,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.7,\n        'coal': 4395.8958,\n        'gas': 36.0026,\n        'hydro': 96.9225,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1486.9556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.4374,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.4,\n        'coal': 4434.0213,\n        'gas': 36.3636,\n        'hydro': 97.1625,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1478.9037,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.2287,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.6,\n        'coal': 4474.4622,\n        'gas': 35.9976,\n        'hydro': 96.88,\n        'oil': 0.0,\n        'solar': 0.1109,\n        'wind': 1480.85,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.9247,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n        'solar',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.0,\n        'coal': 4534.5205,\n        'gas': 35.7726,\n        'hydro': 96.76,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1484.9911,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.9594,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.4,\n        'coal': 4473.2579,\n        'gas': 35.9096,\n        'hydro': 96.5975,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1494.0894,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.9694,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.5,\n        'coal': 4423.6404,\n        'gas': 33.6276,\n        'hydro': 96.7025,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1495.3174,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.1443,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.1,\n        'coal': 4408.721,\n        'gas': 34.4616,\n        'hydro': 97.4075,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1500.7989,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.2878,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.7,\n        'coal': 4437.6492,\n        'gas': 33.9506,\n        'hydro': 96.5875,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1496.3105,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.4123,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.8,\n        'coal': 4490.307,\n        'gas': 34.3886,\n        'hydro': 96.76,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1482.4886,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.2485,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.9,\n        'coal': 4439.988,\n        'gas': 33.8486,\n        'hydro': 97.545,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1482.6876,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.7304,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.4,\n        'coal': 4417.0035,\n        'gas': 34.0636,\n        'hydro': 96.5675,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1477.4698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 22.5696,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.2,\n        'coal': 4345.8415,\n        'gas': 33.8636,\n        'hydro': 96.2875,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1468.8201,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.5415,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 56.2,\n        'coal': 4399.5017,\n        'gas': 33.9326,\n        'hydro': 98.0075,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1474.9901,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.8997,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.9,\n        'coal': 4465.5466,\n        'gas': 33.9506,\n        'hydro': 97.445,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1476.5364,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.2821,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.9,\n        'coal': 4478.731,\n        'gas': 33.8736,\n        'hydro': 96.265,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1475.4678,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 31.1073,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.3,\n        'coal': 4545.7294,\n        'gas': 34.0736,\n        'hydro': 96.4975,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1465.043,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 36.5471,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.9,\n        'coal': 4503.5935,\n        'gas': 34.4096,\n        'hydro': 97.2925,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1483.9958,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.6802,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.6,\n        'coal': 4404.1867,\n        'gas': 34.2336,\n        'hydro': 97.025,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1469.4407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.1431,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.5,\n        'coal': 4370.0534,\n        'gas': 33.9066,\n        'hydro': 97.2825,\n        'oil': 0.0,\n        'solar': 0.1404,\n        'wind': 1471.2659,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.8011,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.6,\n        'coal': 4398.7857,\n        'gas': 34.0946,\n        'hydro': 97.86,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1490.3743,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.2883,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.5,\n        'coal': 4450.7555,\n        'gas': 34.1706,\n        'hydro': 96.8075,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1506.6129,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.3486,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.8,\n        'coal': 4484.3136,\n        'gas': 33.8096,\n        'hydro': 96.89,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1494.3314,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.1238,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.9,\n        'coal': 4443.9754,\n        'gas': 34.1876,\n        'hydro': 96.42,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1509.7576,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.255,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.0,\n        'coal': 4451.7189,\n        'gas': 34.0446,\n        'hydro': 97.09,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1493.4527,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.3634,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.7,\n        'coal': 4474.2299,\n        'gas': 33.9126,\n        'hydro': 97.48,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1509.287,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.5605,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.5,\n        'coal': 4465.9932,\n        'gas': 34.3006,\n        'hydro': 96.455,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1501.2432,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.1591,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.8,\n        'coal': 4509.5586,\n        'gas': 33.9206,\n        'hydro': 96.7225,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1493.0071,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.7892,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.6,\n        'coal': 4485.5773,\n        'gas': 34.0306,\n        'hydro': 95.9,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1493.516,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.8516,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.3,\n        'coal': 4513.8593,\n        'gas': 34.0546,\n        'hydro': 97.01,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1484.9579,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.6921,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.7,\n        'coal': 4524.4389,\n        'gas': 34.1326,\n        'hydro': 97.08,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1495.5165,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.6926,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.0,\n        'coal': 4542.9326,\n        'gas': 34.4516,\n        'hydro': 96.79,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1498.034,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.7656,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.0,\n        'coal': 4576.675,\n        'gas': 34.3886,\n        'hydro': 96.9375,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1481.82,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0734,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.4,\n        'coal': 4576.3752,\n        'gas': 34.3506,\n        'hydro': 97.215,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1472.6278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.452,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.2,\n        'coal': 4613.3367,\n        'gas': 34.0796,\n        'hydro': 96.7625,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1459.2476,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.3696,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.3,\n        'coal': 4665.3098,\n        'gas': 34.1606,\n        'hydro': 97.34,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1468.3455,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.501,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.9,\n        'coal': 4690.9388,\n        'gas': 34.3256,\n        'hydro': 97.47,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1452.6774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.6423,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.3,\n        'coal': 4773.6915,\n        'gas': 34.1966,\n        'hydro': 97.76,\n        'oil': 0.0,\n        'solar': 23.8404,\n        'wind': 1442.6328,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -12.4378,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.4,\n        'coal': 4835.2738,\n        'gas': 34.2266,\n        'hydro': 97.8325,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1453.328,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.2135,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 70.0,\n        'coal': 4821.6027,\n        'gas': 30.5256,\n        'hydro': 96.3725,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1451.5968,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.4223,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 69.1,\n        'coal': 4875.0976,\n        'gas': 34.0966,\n        'hydro': 96.6025,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1451.075,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.6206,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 63.5,\n        'coal': 4884.6148,\n        'gas': 33.5386,\n        'hydro': 97.185,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1432.7369,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.493,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.6,\n        'coal': 4919.7749,\n        'gas': 33.9266,\n        'hydro': 97.3325,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1429.0819,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -26.1752,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 63.8,\n        'coal': 5035.3246,\n        'gas': 33.6286,\n        'hydro': 97.07,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1430.5721,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0617,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.1,\n        'coal': 5074.3033,\n        'gas': 33.8286,\n        'hydro': 108.0425,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1451.5915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.1557,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.6,\n        'coal': 5086.5438,\n        'gas': 33.6846,\n        'hydro': 96.9125,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1446.1337,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.2393,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.0,\n        'coal': 5094.1403,\n        'gas': 33.4936,\n        'hydro': 96.935,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1444.1692,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.0669,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.1,\n        'coal': 5093.3975,\n        'gas': 33.6986,\n        'hydro': 100.2525,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1431.0605,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.0738,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 63.5,\n        'coal': 5089.2978,\n        'gas': 34.8506,\n        'hydro': 97.04,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1445.0342,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.8372,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.3,\n        'coal': 5193.2314,\n        'gas': 35.1516,\n        'hydro': 98.01,\n        'oil': 0.0,\n        'solar': 0.1404,\n        'wind': 1450.5988,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -46.7013,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 63.8,\n        'coal': 5269.6236,\n        'gas': 36.0286,\n        'hydro': 110.96,\n        'oil': 0.0,\n        'solar': 0.1404,\n        'wind': 1435.5309,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -35.623,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.9,\n        'coal': 5284.786,\n        'gas': 36.0186,\n        'hydro': 122.485,\n        'oil': 0.0,\n        'solar': 0.1404,\n        'wind': 1418.3254,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.4987,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 61.8,\n        'coal': 5319.2856,\n        'gas': 35.1446,\n        'hydro': 297.0675,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1405.7268,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -14.1461,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 61.7,\n        'coal': 5376.9892,\n        'gas': 34.4026,\n        'hydro': 301.19,\n        'oil': 0.0,\n        'solar': 0.0404,\n        'wind': 1416.0409,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.709,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.4,\n        'coal': 5294.4621,\n        'gas': 34.5456,\n        'hydro': 299.165,\n        'oil': 0.0,\n        'solar': 5.1352,\n        'wind': 1416.684,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.0,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 64.3,\n        'coal': 5291.9323,\n        'gas': 32.7166,\n        'hydro': 315.16,\n        'oil': 0.0,\n        'solar': 10.2301,\n        'wind': 1412.8213,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.051,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.5,\n        'coal': 5407.2018,\n        'gas': 33.6956,\n        'hydro': 308.36,\n        'oil': 0.0,\n        'solar': 15.5621,\n        'wind': 1409.9154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -120.88,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.9,\n        'coal': 5528.1283,\n        'gas': 32.4356,\n        'hydro': 307.2375,\n        'oil': 0.0,\n        'solar': 22.051,\n        'wind': 1404.2067,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -142.9513,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.6,\n        'coal': 5499.5669,\n        'gas': 34.0096,\n        'hydro': 323.03,\n        'oil': 0.0,\n        'solar': 31.1207,\n        'wind': 1398.9835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -190.3057,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.2,\n        'coal': 5561.9554,\n        'gas': 32.5566,\n        'hydro': 306.54,\n        'oil': 0.0,\n        'solar': 47.0277,\n        'wind': 1382.7271,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -174.1434,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 63.9,\n        'coal': 5594.8208,\n        'gas': 33.6136,\n        'hydro': 306.4825,\n        'oil': 0.0,\n        'solar': 108.2066,\n        'wind': 1365.283,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -167.5523,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.3,\n        'coal': 5543.5602,\n        'gas': 33.2486,\n        'hydro': 311.7375,\n        'oil': 0.0,\n        'solar': 193.6961,\n        'wind': 1346.5331,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -204.0111,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.4,\n        'coal': 5542.6561,\n        'gas': 32.7196,\n        'hydro': 308.92,\n        'oil': 0.0,\n        'solar': 304.2506,\n        'wind': 1332.0457,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -239.3473,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 67.7,\n        'coal': 5551.5784,\n        'gas': 32.8896,\n        'hydro': 319.9575,\n        'oil': 0.0,\n        'solar': 468.5582,\n        'wind': 1330.9728,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -206.9277,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 66.6,\n        'coal': 5521.239,\n        'gas': 33.3526,\n        'hydro': 304.585,\n        'oil': 0.0,\n        'solar': 642.8708,\n        'wind': 1297.097,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -195.8941,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 5442.6377,\n        'gas': 32.9786,\n        'hydro': 309.5425,\n        'oil': 0.0,\n        'solar': 807.2702,\n        'wind': 1283.5929,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -200.1125,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 75.0,\n        'coal': 5400.3958,\n        'gas': 33.5606,\n        'hydro': 307.9475,\n        'oil': 0.0,\n        'solar': 1043.6117,\n        'wind': 1269.8509,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -162.8317,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 73.1,\n        'coal': 5389.1515,\n        'gas': 33.4036,\n        'hydro': 300.1875,\n        'oil': 0.0,\n        'solar': 1253.1923,\n        'wind': 1234.6911,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -162.5142,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 71.2,\n        'coal': 5308.5332,\n        'gas': 33.5336,\n        'hydro': 300.6075,\n        'oil': 0.0,\n        'solar': 1508.4003,\n        'wind': 1209.6094,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -159.7419,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 71.3,\n        'coal': 5254.9194,\n        'gas': 31.9406,\n        'hydro': 285.6075,\n        'oil': 0.0,\n        'solar': 1756.5092,\n        'wind': 1172.2446,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -151.5462,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 70.9,\n        'coal': 5097.6416,\n        'gas': 33.2726,\n        'hydro': 121.6775,\n        'oil': 0.0,\n        'solar': 2006.2411,\n        'wind': 1141.5484,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -148.7059,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 65.9,\n        'coal': 5011.2234,\n        'gas': 32.7596,\n        'hydro': 121.335,\n        'oil': 0.0,\n        'solar': 2241.1236,\n        'wind': 977.3211,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -143.8528,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.9,\n        'coal': 4866.8758,\n        'gas': 32.2946,\n        'hydro': 122.46,\n        'oil': 0.0,\n        'solar': 2470.8654,\n        'wind': 1077.8838,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -149.4439,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.0,\n        'coal': 4873.9947,\n        'gas': 33.2376,\n        'hydro': 106.07,\n        'oil': 0.0,\n        'solar': 2712.9625,\n        'wind': 1042.204,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.1802,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.9,\n        'coal': 4699.4052,\n        'gas': 33.2836,\n        'hydro': 96.8225,\n        'oil': 0.0,\n        'solar': 2924.3083,\n        'wind': 1015.6045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.5891,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.2,\n        'coal': 4594.1085,\n        'gas': 33.1446,\n        'hydro': 96.3825,\n        'oil': 0.0,\n        'solar': 3127.8413,\n        'wind': 790.1358,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.1793,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.2,\n        'coal': 4456.3248,\n        'gas': 32.9986,\n        'hydro': 96.8475,\n        'oil': 0.0,\n        'solar': 3353.1764,\n        'wind': 765.0312,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.4712,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.2,\n        'coal': 4363.8397,\n        'gas': 32.2316,\n        'hydro': 99.49,\n        'oil': 0.0,\n        'solar': 3278.7696,\n        'wind': 838.3678,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 43.1613,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.8,\n        'coal': 4232.2395,\n        'gas': 34.0786,\n        'hydro': 96.005,\n        'oil': 0.0,\n        'solar': 3647.64,\n        'wind': 859.1037,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.0258,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.4,\n        'coal': 4203.5402,\n        'gas': 32.9926,\n        'hydro': 79.5075,\n        'oil': 0.0,\n        'solar': 3785.2656,\n        'wind': 846.8631,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.759,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.9,\n        'coal': 4219.0826,\n        'gas': 31.6776,\n        'hydro': 71.7225,\n        'oil': 0.0,\n        'solar': 3901.8377,\n        'wind': 823.0087,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 18.9115,\n        'hydro': 248.01,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.7,\n        'coal': 4209.9147,\n        'gas': 32.7036,\n        'hydro': 71.825,\n        'oil': 0.0,\n        'solar': 4044.2321,\n        'wind': 807.5982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.746,\n        'hydro': 248.38,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 35.3,\n        'coal': 4066.3275,\n        'gas': 34.2646,\n        'hydro': 71.465,\n        'oil': 0.0,\n        'solar': 4170.3051,\n        'wind': 765.8157,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.7812,\n        'hydro': 246.94,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 27.9,\n        'coal': 3967.0918,\n        'gas': 32.5856,\n        'hydro': 71.755,\n        'oil': 0.0,\n        'solar': 4261.6864,\n        'wind': 733.2031,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.0584,\n        'hydro': 248.12,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 23.9,\n        'coal': 3875.3212,\n        'gas': 30.3756,\n        'hydro': 72.0275,\n        'oil': 0.0,\n        'solar': 4338.1593,\n        'wind': 702.5503,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.9222,\n        'hydro': 246.35,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 22.9,\n        'coal': 3825.0735,\n        'gas': 30.4426,\n        'hydro': 72.1475,\n        'oil': 0.0,\n        'solar': 4440.4288,\n        'wind': 700.8992,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.4401,\n        'hydro': 245.24,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 24.4,\n        'coal': 3850.365,\n        'gas': 32.9186,\n        'hydro': 84.3625,\n        'oil': 0.0,\n        'solar': 4577.6381,\n        'wind': 664.3738,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.2622,\n        'hydro': 492.49,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 26.3,\n        'coal': 3901.7673,\n        'gas': 31.7016,\n        'hydro': 71.6,\n        'oil': 0.0,\n        'solar': 4675.841,\n        'wind': 686.735,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.8321,\n        'hydro': 491.94,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.1,\n        'coal': 3852.8391,\n        'gas': 33.0246,\n        'hydro': 71.8,\n        'oil': 0.0,\n        'solar': 4795.2726,\n        'wind': 661.9988,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.7911,\n        'hydro': 490.76,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.1,\n        'coal': 3767.3691,\n        'gas': 31.1596,\n        'hydro': 71.1975,\n        'oil': 0.0,\n        'solar': 4892.5432,\n        'wind': 646.2107,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.0249,\n        'hydro': 492.06,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.0,\n        'coal': 3768.4083,\n        'gas': 29.3786,\n        'hydro': 71.2025,\n        'oil': 0.0,\n        'solar': 4820.2622,\n        'wind': 663.6321,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.2525,\n        'hydro': 490.62,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.5,\n        'coal': 3776.3835,\n        'gas': 29.8516,\n        'hydro': 71.5775,\n        'oil': 0.0,\n        'solar': 4797.5014,\n        'wind': 642.1557,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.1641,\n        'hydro': 491.02,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.5,\n        'coal': 3782.2236,\n        'gas': 30.7406,\n        'hydro': 71.765,\n        'oil': 0.0,\n        'solar': 4868.723,\n        'wind': 662.0648,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.4864,\n        'hydro': 492.08,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.5,\n        'coal': 3775.0371,\n        'gas': 34.1126,\n        'hydro': 71.5425,\n        'oil': 0.0,\n        'solar': 4932.3423,\n        'wind': 660.2724,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.1831,\n        'hydro': 491.96,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.1,\n        'coal': 3758.332,\n        'gas': 29.9116,\n        'hydro': 70.76,\n        'oil': 0.0,\n        'solar': 4962.6816,\n        'wind': 667.831,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 137.5079,\n        'hydro': 491.27,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.6,\n        'coal': 3781.7782,\n        'gas': 28.3236,\n        'hydro': 71.84,\n        'oil': 0.0,\n        'solar': 5075.0508,\n        'wind': 675.2298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 125.1473,\n        'hydro': 491.81,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.8,\n        'coal': 3762.3554,\n        'gas': 28.3056,\n        'hydro': 67.5475,\n        'oil': 0.0,\n        'solar': 5084.248,\n        'wind': 655.4865,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 138.4964,\n        'hydro': 491.56,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 27.6,\n        'coal': 3783.3462,\n        'gas': 29.8196,\n        'hydro': 71.9375,\n        'oil': 0.0,\n        'solar': 5107.1315,\n        'wind': 661.6766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 160.7532,\n        'hydro': 490.22,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 27.9,\n        'coal': 3779.7363,\n        'gas': 32.0516,\n        'hydro': 71.52,\n        'oil': 0.0,\n        'solar': 5239.4513,\n        'wind': 671.8684,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 151.4101,\n        'hydro': 491.98,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 27.2,\n        'coal': 3764.0639,\n        'gas': 29.1446,\n        'hydro': 62.56,\n        'oil': 0.0,\n        'solar': 5158.6994,\n        'wind': 670.2002,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 153.9451,\n        'hydro': 492.41,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.0,\n        'coal': 3784.1373,\n        'gas': 27.1066,\n        'hydro': 14.5075,\n        'oil': 0.0,\n        'solar': 5199.6344,\n        'wind': 629.1445,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 179.3649,\n        'hydro': 490.15,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.5,\n        'coal': 3771.8732,\n        'gas': 27.9846,\n        'hydro': 71.98,\n        'oil': 0.0,\n        'solar': 5284.738,\n        'wind': 625.0092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 156.5239,\n        'hydro': 491.12,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.5,\n        'coal': 3753.8462,\n        'gas': 28.7996,\n        'hydro': 69.335,\n        'oil': 0.0,\n        'solar': 5364.9049,\n        'wind': 632.4464,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 183.6872,\n        'hydro': 492.11,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.1,\n        'coal': 3823.4093,\n        'gas': 29.7516,\n        'hydro': 72.07,\n        'oil': 0.0,\n        'solar': 5320.6176,\n        'wind': 642.5827,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 146.0981,\n        'hydro': 489.22,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.5,\n        'coal': 3799.2815,\n        'gas': 30.4736,\n        'hydro': 71.6125,\n        'oil': 0.0,\n        'solar': 5344.5522,\n        'wind': 606.3854,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 168.1677,\n        'hydro': 490.61,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 34.4,\n        'coal': 3835.089,\n        'gas': 29.8916,\n        'hydro': 19.3775,\n        'oil': 0.0,\n        'solar': 5220.6977,\n        'wind': 602.4669,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 182.2374,\n        'hydro': 490.74,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.8,\n        'coal': 3882.0688,\n        'gas': 30.2136,\n        'hydro': 4.785,\n        'oil': 0.0,\n        'solar': 5114.0035,\n        'wind': 604.9468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 161.7762,\n        'hydro': 487.89,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.2,\n        'coal': 3889.1649,\n        'gas': 31.1186,\n        'hydro': 4.845,\n        'oil': 0.0,\n        'solar': 5065.7971,\n        'wind': 588.6916,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 144.2825,\n        'hydro': 488.38,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 32.8,\n        'coal': 3889.0747,\n        'gas': 29.2306,\n        'hydro': 4.8175,\n        'oil': 0.0,\n        'solar': 5118.4561,\n        'wind': 619.3746,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 183.9294,\n        'hydro': 489.87,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 29.1,\n        'coal': 3935.1347,\n        'gas': 27.4946,\n        'hydro': 4.715,\n        'oil': 0.0,\n        'solar': 5187.2581,\n        'wind': 614.0581,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 191.0861,\n        'hydro': 487.54,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 30.7,\n        'coal': 3920.4409,\n        'gas': 27.3776,\n        'hydro': 4.7175,\n        'oil': 0.0,\n        'solar': 5238.5768,\n        'wind': 600.6957,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 183.2757,\n        'hydro': 490.32,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 31.6,\n        'coal': 3891.2621,\n        'gas': 27.3126,\n        'hydro': 4.53,\n        'oil': 0.0,\n        'solar': 5297.6863,\n        'wind': 606.5434,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 200.3957,\n        'hydro': 488.11,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 28.2,\n        'coal': 3897.3533,\n        'gas': 27.4176,\n        'hydro': 4.6725,\n        'oil': 0.0,\n        'solar': 5248.2892,\n        'wind': 607.3522,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 231.2615,\n        'hydro': 487.22,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 24.0,\n        'coal': 3884.8348,\n        'gas': 29.4246,\n        'hydro': 4.2775,\n        'oil': 0.0,\n        'solar': 5412.9268,\n        'wind': 607.3386,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 254.3876,\n        'hydro': 490.46,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.9,\n        'coal': 3907.8607,\n        'gas': 27.5836,\n        'hydro': 4.4175,\n        'oil': 0.0,\n        'solar': 5275.9264,\n        'wind': 624.3037,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 226.2568,\n        'hydro': 488.57,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.2,\n        'coal': 3921.7333,\n        'gas': 28.0646,\n        'hydro': 4.3125,\n        'oil': 0.0,\n        'solar': 5263.5768,\n        'wind': 658.6723,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 218.1028,\n        'hydro': 489.59,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.4,\n        'coal': 3956.5176,\n        'gas': 29.1936,\n        'hydro': 4.445,\n        'oil': 0.0,\n        'solar': 5330.6149,\n        'wind': 557.0686,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 247.9864,\n        'hydro': 490.44,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.9,\n        'coal': 3990.8481,\n        'gas': 30.0076,\n        'hydro': 4.315,\n        'oil': 0.0,\n        'solar': 5215.4711,\n        'wind': 571.6994,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 204.2961,\n        'hydro': 487.56,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.7,\n        'coal': 4023.0223,\n        'gas': 28.9616,\n        'hydro': 4.7375,\n        'oil': 0.0,\n        'solar': 5250.5579,\n        'wind': 594.6572,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 220.5243,\n        'hydro': 488.62,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.2,\n        'coal': 4011.0986,\n        'gas': 28.5266,\n        'hydro': 4.44,\n        'oil': 0.0,\n        'solar': 5146.4011,\n        'wind': 606.2465,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 187.7707,\n        'hydro': 490.51,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.7,\n        'coal': 4036.8966,\n        'gas': 27.7276,\n        'hydro': 4.3875,\n        'oil': 0.0,\n        'solar': 5096.1915,\n        'wind': 609.3092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 232.5365,\n        'hydro': 488.7,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.8,\n        'coal': 4039.444,\n        'gas': 27.2746,\n        'hydro': 4.5775,\n        'oil': 0.0,\n        'solar': 5093.338,\n        'wind': 618.8833,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 230.8836,\n        'hydro': 488.59,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.0,\n        'coal': 4022.1816,\n        'gas': 32.8426,\n        'hydro': 4.235,\n        'oil': 0.0,\n        'solar': 5108.0944,\n        'wind': 642.4489,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 339.9653,\n        'hydro': 490.64,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 16.4,\n        'coal': 4042.9811,\n        'gas': 33.4166,\n        'hydro': 4.33,\n        'oil': 0.0,\n        'solar': 5125.8399,\n        'wind': 660.0105,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 348.8994,\n        'hydro': 488.9,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.5,\n        'coal': 4023.2358,\n        'gas': 38.7446,\n        'hydro': 4.6,\n        'oil': 0.0,\n        'solar': 5144.9716,\n        'wind': 679.2993,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 348.7108,\n        'hydro': 488.75,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 16.8,\n        'coal': 4021.3228,\n        'gas': 41.4086,\n        'hydro': 4.81,\n        'oil': 0.0,\n        'solar': 5048.4822,\n        'wind': 678.9623,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 343.7993,\n        'hydro': 486.79,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 15.4,\n        'coal': 3997.6898,\n        'gas': 42.6606,\n        'hydro': 4.6175,\n        'oil': 0.0,\n        'solar': 4904.3109,\n        'wind': 660.7693,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 347.3098,\n        'hydro': 487.23,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.1,\n        'coal': 4005.3887,\n        'gas': 58.7586,\n        'hydro': 4.425,\n        'oil': 0.0,\n        'solar': 4671.8715,\n        'wind': 673.9574,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 290.9984,\n        'hydro': 488.87,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 16.4,\n        'coal': 4004.5745,\n        'gas': 75.2496,\n        'hydro': 4.6975,\n        'oil': 0.0,\n        'solar': 4626.7659,\n        'wind': 665.5938,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.4682,\n        'hydro': 487.11,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 16.8,\n        'coal': 3983.4617,\n        'gas': 73.4216,\n        'hydro': 4.34,\n        'oil': 0.0,\n        'solar': 4564.4868,\n        'wind': 664.5983,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 279.1207,\n        'hydro': 491.13,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 24.1,\n        'coal': 4014.3546,\n        'gas': 43.3026,\n        'hydro': 4.6975,\n        'oil': 0.0,\n        'solar': 4478.1447,\n        'wind': 664.3273,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 263.0785,\n        'hydro': 486.4,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.8,\n        'coal': 3973.546,\n        'gas': 66.4006,\n        'hydro': 4.365,\n        'oil': 0.0,\n        'solar': 4390.3782,\n        'wind': 668.1716,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 192.0044,\n        'hydro': 488.86,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.8,\n        'coal': 3998.8777,\n        'gas': 72.0416,\n        'hydro': 4.5725,\n        'oil': 0.0,\n        'solar': 4322.2924,\n        'wind': 689.5849,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 98.0925,\n        'hydro': 487.86,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.7,\n        'coal': 4004.3529,\n        'gas': 73.3886,\n        'hydro': 4.6125,\n        'oil': 0.0,\n        'solar': 4247.4278,\n        'wind': 658.0422,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 95.0183,\n        'hydro': 485.9,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.2,\n        'coal': 3963.9136,\n        'gas': 100.1136,\n        'hydro': 4.39,\n        'oil': 0.0,\n        'solar': 4414.6934,\n        'wind': 635.2774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 160.9474,\n        'hydro': 487.8,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.2,\n        'coal': 3949.6319,\n        'gas': 99.8486,\n        'hydro': 4.6275,\n        'oil': 0.0,\n        'solar': 4346.4655,\n        'wind': 621.9339,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 97.9403,\n        'hydro': 487.41,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.8,\n        'coal': 3919.5309,\n        'gas': 97.7186,\n        'hydro': 4.52,\n        'oil': 0.0,\n        'solar': 4378.8901,\n        'wind': 630.3626,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 103.0063,\n        'hydro': 485.92,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.5,\n        'coal': 3926.7341,\n        'gas': 99.1666,\n        'hydro': 4.545,\n        'oil': 0.0,\n        'solar': 4357.2833,\n        'wind': 639.5206,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 99.0093,\n        'hydro': 486.38,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.4,\n        'coal': 3895.34,\n        'gas': 98.8866,\n        'hydro': 4.67,\n        'oil': 0.0,\n        'solar': 4264.4689,\n        'wind': 659.265,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 56.0926,\n        'hydro': 487.65,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.5,\n        'coal': 3892.4434,\n        'gas': 99.8236,\n        'hydro': 4.6775,\n        'oil': 0.0,\n        'solar': 4172.5432,\n        'wind': 634.29,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.6076,\n        'hydro': 486.58,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 21.0,\n        'coal': 3839.7847,\n        'gas': 97.6346,\n        'hydro': 4.075,\n        'oil': 0.0,\n        'solar': 4286.7844,\n        'wind': 638.9756,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.8134,\n        'hydro': 486.77,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.3,\n        'coal': 3863.9309,\n        'gas': 98.0816,\n        'hydro': 4.7475,\n        'oil': 0.0,\n        'solar': 4304.5003,\n        'wind': 639.4722,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 47.1636,\n        'hydro': 485.88,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.8,\n        'coal': 3865.3757,\n        'gas': 98.7916,\n        'hydro': 4.67,\n        'oil': 0.0,\n        'solar': 4409.4269,\n        'wind': 627.4541,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.6076,\n        'hydro': 485.78,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.1,\n        'coal': 3841.1715,\n        'gas': 97.9096,\n        'hydro': 4.7425,\n        'oil': 0.0,\n        'solar': 4405.4941,\n        'wind': 645.4932,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 56.8975,\n        'hydro': 486.45,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.2,\n        'coal': 3900.7119,\n        'gas': 98.6186,\n        'hydro': 4.8,\n        'oil': 0.0,\n        'solar': 4324.6291,\n        'wind': 636.6353,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.9111,\n        'hydro': 482.88,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 17.2,\n        'coal': 3845.3452,\n        'gas': 122.2907,\n        'hydro': 4.53,\n        'oil': 0.0,\n        'solar': 4395.9161,\n        'wind': 621.8836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.1324,\n        'hydro': 487.81,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 18.3,\n        'coal': 3800.3521,\n        'gas': 119.7991,\n        'hydro': 4.2775,\n        'oil': 0.0,\n        'solar': 4588.346,\n        'wind': 618.4839,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.8666,\n        'hydro': 487.3,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 19.8,\n        'coal': 3830.1403,\n        'gas': 120.6347,\n        'hydro': 4.54,\n        'oil': 0.0,\n        'solar': 4508.2687,\n        'wind': 615.8527,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.3927,\n        'hydro': 484.3,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 20.7,\n        'coal': 3826.3233,\n        'gas': 135.5921,\n        'hydro': 4.92,\n        'oil': 0.0,\n        'solar': 4469.2361,\n        'wind': 613.1435,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.0214,\n        'hydro': 485.82,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 23.0,\n        'coal': 3809.4209,\n        'gas': 137.9902,\n        'hydro': 4.25,\n        'oil': 0.0,\n        'solar': 4302.9357,\n        'wind': 625.4403,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.3737,\n        'hydro': 486.9,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 23.9,\n        'coal': 3827.8877,\n        'gas': 140.0397,\n        'hydro': 4.2,\n        'oil': 0.0,\n        'solar': 4177.6033,\n        'wind': 610.0714,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.917,\n        'hydro': 485.98,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 24.6,\n        'coal': 3771.8973,\n        'gas': 172.1318,\n        'hydro': 3.92,\n        'oil': 0.0,\n        'solar': 4056.7892,\n        'wind': 645.9828,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 56.9702,\n        'hydro': 487.89,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 24.3,\n        'coal': 3846.6664,\n        'gas': 187.028,\n        'hydro': 9.8225,\n        'oil': 0.0,\n        'solar': 4016.8468,\n        'wind': 631.8868,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.4818,\n        'hydro': 485.95,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 25.5,\n        'coal': 3849.0259,\n        'gas': 231.5756,\n        'hydro': 10.45,\n        'oil': 0.0,\n        'solar': 4125.1631,\n        'wind': 618.6852,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.0869,\n        'hydro': 483.8,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 26.2,\n        'coal': 3828.4294,\n        'gas': 238.2515,\n        'hydro': 9.995,\n        'oil': 0.0,\n        'solar': 4095.8951,\n        'wind': 601.253,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.0002,\n        'hydro': 486.05,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 35.6,\n        'coal': 3871.4419,\n        'gas': 240.9882,\n        'hydro': 10.075,\n        'oil': 0.0,\n        'solar': 4105.1944,\n        'wind': 576.0794,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.1769,\n        'hydro': 483.56,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 33.1,\n        'coal': 3841.8001,\n        'gas': 237.9435,\n        'hydro': 80.4175,\n        'oil': 0.0,\n        'solar': 4079.3002,\n        'wind': 582.8595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.6554,\n        'hydro': 483.89,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 36.4,\n        'coal': 3832.5175,\n        'gas': 240.6257,\n        'hydro': 86.965,\n        'oil': 0.0,\n        'solar': 4107.6752,\n        'wind': 581.0699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.5797,\n        'hydro': 486.19,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 37.3,\n        'coal': 3815.4547,\n        'gas': 241.4222,\n        'hydro': 92.88,\n        'oil': 0.0,\n        'solar': 4158.8243,\n        'wind': 592.0595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.7952,\n        'hydro': 485.26,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 37.2,\n        'coal': 3856.1926,\n        'gas': 237.129,\n        'hydro': 97.3425,\n        'oil': 0.0,\n        'solar': 4191.5864,\n        'wind': 581.3934,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.1858,\n        'hydro': 485.75,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 39.7,\n        'coal': 3822.2173,\n        'gas': 265.5839,\n        'hydro': 96.56,\n        'oil': 0.0,\n        'solar': 4236.8647,\n        'wind': 556.8981,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.9339,\n        'hydro': 485.58,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 40.3,\n        'coal': 3834.5592,\n        'gas': 319.6621,\n        'hydro': 97.0625,\n        'oil': 0.0,\n        'solar': 4133.8574,\n        'wind': 539.9869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.3276,\n        'hydro': 484.73,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 41.4,\n        'coal': 3909.3446,\n        'gas': 316.9542,\n        'hydro': 97.0225,\n        'oil': 0.0,\n        'solar': 3991.5756,\n        'wind': 544.3779,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.1052,\n        'hydro': 483.99,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 45.0,\n        'coal': 3860.6206,\n        'gas': 318.8446,\n        'hydro': 96.63,\n        'oil': 0.0,\n        'solar': 3826.3674,\n        'wind': 511.8877,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.2133,\n        'hydro': 243.01,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.3,\n        'coal': 3813.9009,\n        'gas': 316.9774,\n        'hydro': 95.6125,\n        'oil': 0.0,\n        'solar': 3621.3782,\n        'wind': 512.1967,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.5593,\n        'hydro': 243.3,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.5,\n        'coal': 3882.7093,\n        'gas': 322.4332,\n        'hydro': 96.9325,\n        'oil': 0.0,\n        'solar': 3354.9683,\n        'wind': 526.235,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.349,\n        'hydro': 242.48,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.1,\n        'coal': 4047.3847,\n        'gas': 321.3461,\n        'hydro': 110.665,\n        'oil': 0.0,\n        'solar': 3239.3785,\n        'wind': 505.1433,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.8624,\n        'hydro': 243.63,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.7,\n        'coal': 4164.1789,\n        'gas': 320.2854,\n        'hydro': 111.1875,\n        'oil': 0.0,\n        'solar': 3025.6699,\n        'wind': 516.6474,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.5475,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.2,\n        'coal': 4361.6361,\n        'gas': 334.8704,\n        'hydro': 111.875,\n        'oil': 0.0,\n        'solar': 2841.5503,\n        'wind': 508.3917,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.9153,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 44.0,\n        'coal': 4566.1622,\n        'gas': 388.6743,\n        'hydro': 111.2675,\n        'oil': 0.0,\n        'solar': 2645.5415,\n        'wind': 490.6518,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.5084,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 42.1,\n        'coal': 4754.7844,\n        'gas': 435.0611,\n        'hydro': 118.9825,\n        'oil': 0.0,\n        'solar': 2426.4083,\n        'wind': 517.4887,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.4406,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.4,\n        'coal': 4956.1881,\n        'gas': 457.328,\n        'hydro': 136.395,\n        'oil': 0.0,\n        'solar': 2206.0612,\n        'wind': 523.549,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 38.7138,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.8,\n        'coal': 5046.5246,\n        'gas': 472.346,\n        'hydro': 136.545,\n        'oil': 0.0,\n        'solar': 1979.3044,\n        'wind': 507.9247,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.0749,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.3,\n        'coal': 5190.235,\n        'gas': 474.991,\n        'hydro': 136.915,\n        'oil': 0.0,\n        'solar': 1773.3787,\n        'wind': 497.1348,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.0726,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.0,\n        'coal': 5361.5469,\n        'gas': 490.6994,\n        'hydro': 142.405,\n        'oil': 0.0,\n        'solar': 1550.23,\n        'wind': 483.9701,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -17.0957,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.0,\n        'coal': 5534.5882,\n        'gas': 495.0648,\n        'hydro': 300.05,\n        'oil': 0.0,\n        'solar': 1347.8235,\n        'wind': 446.6841,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.025,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 43.6,\n        'coal': 5732.7641,\n        'gas': 504.5355,\n        'hydro': 305.895,\n        'oil': 0.0,\n        'solar': 1129.0387,\n        'wind': 456.4231,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.9532,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.9,\n        'coal': 5791.7374,\n        'gas': 511.9174,\n        'hydro': 392.7975,\n        'oil': 0.0,\n        'solar': 886.814,\n        'wind': 433.6217,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -33.4613,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 44.8,\n        'coal': 5932.8579,\n        'gas': 518.6897,\n        'hydro': 433.4225,\n        'oil': 0.0,\n        'solar': 705.0359,\n        'wind': 408.164,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.4641,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.0,\n        'coal': 5939.0004,\n        'gas': 524.9619,\n        'hydro': 564.0875,\n        'oil': 0.0,\n        'solar': 501.0883,\n        'wind': 384.6328,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.8592,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 48.2,\n        'coal': 5959.7547,\n        'gas': 537.4674,\n        'hydro': 676.6725,\n        'oil': 0.0,\n        'solar': 402.1691,\n        'wind': 360.3537,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.5664,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.6,\n        'coal': 6010.8007,\n        'gas': 548.7323,\n        'hydro': 658.6925,\n        'oil': 0.0,\n        'solar': 318.8372,\n        'wind': 344.1201,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -121.6855,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.4,\n        'coal': 6033.8861,\n        'gas': 579.1041,\n        'hydro': 622.7575,\n        'oil': 0.0,\n        'solar': 228.245,\n        'wind': 347.5776,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -99.28,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 46.5,\n        'coal': 6082.1869,\n        'gas': 599.6515,\n        'hydro': 583.9075,\n        'oil': 0.0,\n        'solar': 163.8513,\n        'wind': 352.6721,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -146.7234,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 47.1,\n        'coal': 6115.7052,\n        'gas': 602.3706,\n        'hydro': 632.72,\n        'oil': 0.0,\n        'solar': 103.799,\n        'wind': 365.4244,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -171.6691,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 45.5,\n        'coal': 6125.4069,\n        'gas': 641.702,\n        'hydro': 658.2975,\n        'oil': 0.0,\n        'solar': 52.9568,\n        'wind': 363.7319,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -164.6283,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.2,\n        'coal': 6099.3607,\n        'gas': 641.1394,\n        'hydro': 652.2475,\n        'oil': 0.0,\n        'solar': 34.5217,\n        'wind': 361.2735,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -207.7791,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.7,\n        'coal': 6102.837,\n        'gas': 653.9854,\n        'hydro': 561.1475,\n        'oil': 0.0,\n        'solar': 25.396,\n        'wind': 376.4091,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -209.3557,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 49.8,\n        'coal': 6160.1416,\n        'gas': 669.8858,\n        'hydro': 681.1625,\n        'oil': 0.0,\n        'solar': 19.0257,\n        'wind': 383.1673,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -310.3008,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.4,\n        'coal': 6182.836,\n        'gas': 670.1858,\n        'hydro': 667.8825,\n        'oil': 0.0,\n        'solar': 12.805,\n        'wind': 392.3419,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -287.4611,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.9,\n        'coal': 6154.1806,\n        'gas': 733.7478,\n        'hydro': 652.8225,\n        'oil': 0.0,\n        'solar': 6.6762,\n        'wind': 398.6679,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -200.1092,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.6,\n        'coal': 6180.7074,\n        'gas': 799.8955,\n        'hydro': 666.36,\n        'oil': 0.0,\n        'solar': 1.8555,\n        'wind': 396.0079,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -187.7934,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.3,\n        'coal': 6139.4909,\n        'gas': 790.7969,\n        'hydro': 656.13,\n        'oil': 0.0,\n        'solar': 1.6393,\n        'wind': 392.8512,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -228.7904,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 50.9,\n        'coal': 6156.8162,\n        'gas': 794.6499,\n        'hydro': 568.175,\n        'oil': 0.0,\n        'solar': 1.5409,\n        'wind': 419.5002,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -251.0593,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.3,\n        'coal': 6145.7619,\n        'gas': 792.7621,\n        'hydro': 592.1275,\n        'oil': 0.0,\n        'solar': 1.1546,\n        'wind': 440.6549,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -245.184,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.6,\n        'coal': 6125.1456,\n        'gas': 798.0403,\n        'hydro': 572.045,\n        'oil': 0.0,\n        'solar': 0.9384,\n        'wind': 455.0094,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -245.4897,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.6,\n        'coal': 6109.7811,\n        'gas': 795.4376,\n        'hydro': 564.05,\n        'oil': 0.0,\n        'solar': 0.7223,\n        'wind': 472.0758,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -255.9529,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.1,\n        'coal': 6166.9332,\n        'gas': 797.6538,\n        'hydro': 614.695,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 488.6306,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -247.0389,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.9,\n        'coal': 6108.6173,\n        'gas': 795.2151,\n        'hydro': 551.445,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 525.9705,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -249.5678,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 53.3,\n        'coal': 6113.1288,\n        'gas': 775.8969,\n        'hydro': 477.32,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 530.2582,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -247.1723,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 51.4,\n        'coal': 6112.2555,\n        'gas': 779.1979,\n        'hydro': 477.7925,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 560.5926,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -177.3592,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.6,\n        'coal': 6116.5083,\n        'gas': 833.5829,\n        'hydro': 470.48,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 599.8553,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -241.1714,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 52.3,\n        'coal': 6136.4883,\n        'gas': 841.9849,\n        'hydro': 473.8875,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 623.3111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -226.2038,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.0,\n        'coal': 6108.0372,\n        'gas': 835.4176,\n        'hydro': 486.2075,\n        'oil': 0.0,\n        'solar': 0.5061,\n        'wind': 654.8429,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -159.168,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 55.4,\n        'coal': 6123.9227,\n        'gas': 807.4291,\n        'hydro': 472.075,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 675.3811,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -113.8443,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 54.7,\n        'coal': 6114.3209,\n        'gas': 805.8957,\n        'hydro': 471.4625,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 860.8427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -108.5962,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 57.8,\n        'coal': 5996.492,\n        'gas': 776.5549,\n        'hydro': 471.915,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 859.4893,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -188.4376,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.1,\n        'coal': 6092.5857,\n        'gas': 794.7986,\n        'hydro': 478.57,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 868.5835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -208.7006,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.2,\n        'coal': 6099.0559,\n        'gas': 779.1507,\n        'hydro': 471.825,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 884.9927,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -209.0136,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.4,\n        'coal': 6053.8753,\n        'gas': 778.3203,\n        'hydro': 483.3725,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 896.9679,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -208.0771,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.0,\n        'coal': 6015.4211,\n        'gas': 778.4556,\n        'hydro': 480.225,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 895.8201,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -174.9425,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.1,\n        'coal': 6029.018,\n        'gas': 801.5931,\n        'hydro': 479.0625,\n        'oil': 0.0,\n        'solar': 0.5838,\n        'wind': 888.8759,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -96.605,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.4,\n        'coal': 5989.1359,\n        'gas': 781.1428,\n        'hydro': 483.97,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 894.0722,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -101.3094,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.1,\n        'coal': 5944.9191,\n        'gas': 779.314,\n        'hydro': 474.5975,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 913.8783,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -97.5907,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 56.0,\n        'coal': 5939.4696,\n        'gas': 782.6974,\n        'hydro': 476.8275,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 935.185,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.216,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 58.1,\n        'coal': 5957.2623,\n        'gas': 775.3295,\n        'hydro': 474.9675,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 958.2233,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.2498,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.9,\n        'coal': 5962.7972,\n        'gas': 776.361,\n        'hydro': 474.1175,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 973.5452,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.8502,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.6,\n        'coal': 5944.3127,\n        'gas': 784.6043,\n        'hydro': 476.175,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 983.3281,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.3719,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.0,\n        'coal': 5935.6921,\n        'gas': 780.2169,\n        'hydro': 503.285,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1008.9062,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.0926,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.0,\n        'coal': 5894.7111,\n        'gas': 753.3501,\n        'hydro': 481.4775,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1017.991,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.3102,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.8,\n        'coal': 5902.0929,\n        'gas': 776.9183,\n        'hydro': 487.5925,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1034.1818,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.8187,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 60.1,\n        'coal': 5879.4775,\n        'gas': 791.5596,\n        'hydro': 503.74,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1043.407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.4872,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.5,\n        'coal': 5862.6545,\n        'gas': 717.38,\n        'hydro': 479.125,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1065.5216,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0259,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 59.1,\n        'coal': 5902.5748,\n        'gas': 732.8841,\n        'hydro': 319.44,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1045.3571,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.7651,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 61.1,\n        'coal': 5904.5843,\n        'gas': 773.4174,\n        'hydro': 316.7775,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1030.6015,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.4602,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.9,\n        'coal': 5908.6251,\n        'gas': 711.4701,\n        'hydro': 312.68,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1053.0754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.269,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.7,\n        'coal': 5892.4941,\n        'gas': 693.727,\n        'hydro': 306.51,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1067.3568,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.1869,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.2,\n        'coal': 5909.0957,\n        'gas': 683.3124,\n        'hydro': 312.1375,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1054.3555,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.6587,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.7,\n        'coal': 5919.6075,\n        'gas': 710.5691,\n        'hydro': 309.3,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1037.2864,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -47.0046,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 11, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'biomass': 62.6,\n        'coal': 5878.3962,\n        'gas': 651.2619,\n        'hydro': 474.13,\n        'oil': 0.0,\n        'solar': 0.3838,\n        'wind': 1038.9155,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.0434,\n        'hydro': 0.0,\n      }),\n      'zoneKey': 'AU-QLD',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-SA].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-SA]\n  list([\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.7443,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1422.545,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.5335,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.0265,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1408.7917,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -64.452,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.0932,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1385.5851,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.3273,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.5965,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1412.228,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.5092,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.5154,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1397.5955,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -14.5306,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 255.8065,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1321.8516,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.3291,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.3843,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1296.5468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 96.4273,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.3354,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1280.351,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 158.9846,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.3654,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1267.9622,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 56.4318,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.8143,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1247.2572,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 95.8367,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.1354,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1259.1316,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 128.4754,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.4143,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1283.931,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 143.9545,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.6443,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1328.6755,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 159.2159,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.9043,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1345.1468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 61.6008,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.2565,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1340.1685,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 193.6811,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.2965,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1341.9187,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.4055,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.0776,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1354.9598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 208.6526,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 256.1765,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1361.6111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.1695,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.9854,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1364.6444,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 163.117,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.1565,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1356.1177,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 205.9572,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.8654,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1293.3632,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 232.8856,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.2076,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1253.6981,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 94.0323,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.6287,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1263.2113,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 141.5223,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.2565,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1255.5136,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.5831,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.4654,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1249.0813,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 107.4448,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.0565,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1242.1754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.5992,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.1354,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1232.6319,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 29.9294,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.2443,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1213.9908,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.8711,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.1143,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1201.0397,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.8022,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 255.7354,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1195.4965,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.3865,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 254.4854,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1187.5913,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.0596,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.8365,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1194.7307,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.548,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.6943,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1223.6882,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.6019,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 255.1276,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1236.3532,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.4791,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 255.9254,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1230.0039,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.0307,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 255.4654,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1203.5723,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 26.2747,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.8143,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1175.4334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.0015,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.9543,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1117.6085,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.1194,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.6443,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1137.4112,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.2513,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.9565,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1129.9126,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.0896,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 256.7565,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1110.6366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.7171,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 273.1354,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1111.7089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.4412,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 273.8565,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1066.5947,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.7912,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 304.9751,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1050.3958,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.3244,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 280.8686,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1043.4856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.5303,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 272.7443,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1032.6822,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.449,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 275.7198,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1020.9544,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.8962,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 272.4354,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1032.8567,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.944,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 271.3065,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1063.4204,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.217,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 273.4554,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1109.2284,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.418,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 273.9354,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1057.7247,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.7161,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 279.3053,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1045.7514,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.3856,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 305.7928,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1061.9096,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.8486,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 304.7673,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1055.466,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -74.2413,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 305.0573,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1047.3211,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -46.9507,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 317.8439,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 1029.4565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.2452,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 341.9536,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1027.5544,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.9023,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 304.4695,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1043.781,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -24.2812,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 308.1306,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1054.6937,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.0159,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 376.5106,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1053.2437,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.016,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 374.8817,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1022.1096,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -61.1693,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 431.2595,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1038.3272,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.3671,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 488.0013,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1048.6876,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -42.8426,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 506.0589,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1050.7601,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -30.1437,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 538.2367,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1030.1606,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -95.1635,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 548.7756,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1019.9056,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -108.0137,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 603.3578,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1018.7423,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -96.6252,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 616.4567,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 1018.6719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -94.5052,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 659.2178,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 996.6017,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -91.5025,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 699.5253,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 983.8461,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -64.4725,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 680.7289,\n        'oil': 0,\n        'solar': 0.3632,\n        'wind': 971.7712,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.7836,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 704.8989,\n        'oil': 0,\n        'solar': 0.7263,\n        'wind': 946.0172,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -189.0043,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 746.3997,\n        'oil': 0.0,\n        'solar': 1.1095,\n        'wind': 927.4729,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -116.7811,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 740.1067,\n        'oil': 0.0,\n        'solar': 1.8607,\n        'wind': 913.2742,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -191.1962,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 740.6878,\n        'oil': 0.0,\n        'solar': 2.9628,\n        'wind': 933.1897,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -156.1074,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 798.1083,\n        'oil': 0.0,\n        'solar': 5.7913,\n        'wind': 935.948,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.6813,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 766.7608,\n        'oil': 0.0,\n        'solar': 16.932,\n        'wind': 937.2266,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.4744,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 764.8999,\n        'oil': 0.0,\n        'solar': 29.5418,\n        'wind': 963.3272,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -54.4867,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 734.7789,\n        'oil': 0.0,\n        'solar': 45.2356,\n        'wind': 975.6486,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -115.0161,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 769.097,\n        'oil': 0.0,\n        'solar': 67.0083,\n        'wind': 957.8507,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -98.2691,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 783.5772,\n        'oil': 0.0,\n        'solar': 85.6209,\n        'wind': 940.9974,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -30.4591,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 794.3546,\n        'oil': 0.0,\n        'solar': 107.6851,\n        'wind': 915.4033,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.833,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 761.5666,\n        'oil': 0.0,\n        'solar': 141.9015,\n        'wind': 895.7161,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.1525,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 768.5118,\n        'oil': 0.0,\n        'solar': 179.7343,\n        'wind': 859.1385,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -53.2358,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 757.3435,\n        'oil': 0,\n        'solar': 223.5701,\n        'wind': 861.1356,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -15.9652,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 665.4199,\n        'oil': 0,\n        'solar': 258.1522,\n        'wind': 814.8761,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -77.0911,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 702.776,\n        'oil': 0,\n        'solar': 299.1124,\n        'wind': 789.0156,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.8372,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 679.249,\n        'oil': 0,\n        'solar': 335.5162,\n        'wind': 762.7374,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.4054,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 623.5952,\n        'oil': 0,\n        'solar': 384.0147,\n        'wind': 740.3857,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -17.1507,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 467.1853,\n        'oil': 0,\n        'solar': 434.9426,\n        'wind': 747.0383,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -140.7583,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 510.8561,\n        'oil': 0,\n        'solar': 482.2437,\n        'wind': 765.7402,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -92.2379,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 440.7894,\n        'oil': 0,\n        'solar': 530.7465,\n        'wind': 787.3982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.5429,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 401.2314,\n        'oil': 0,\n        'solar': 576.0005,\n        'wind': 800.726,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.197,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 370.1447,\n        'oil': 0,\n        'solar': 618.2328,\n        'wind': 791.7191,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.0123,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 382.4915,\n        'oil': 0,\n        'solar': 666.1473,\n        'wind': 784.0167,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.8469,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 351.0536,\n        'oil': 0.0,\n        'solar': 707.5219,\n        'wind': 767.7215,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.8166,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 300.6134,\n        'oil': 0.0,\n        'solar': 748.3678,\n        'wind': 757.1031,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.8411,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 303.4395,\n        'oil': 0.0,\n        'solar': 784.3734,\n        'wind': 753.6555,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 96.7232,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 298.4806,\n        'oil': 0.0,\n        'solar': 813.2073,\n        'wind': 745.9157,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.3406,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 266.7443,\n        'oil': 0,\n        'solar': 844.7665,\n        'wind': 726.5472,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 133.277,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 269.0543,\n        'oil': 0,\n        'solar': 881.3549,\n        'wind': 698.712,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 138.0371,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 257.0265,\n        'oil': 0,\n        'solar': 905.8617,\n        'wind': 693.286,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 33.6703,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.0665,\n        'oil': 0,\n        'solar': 927.1847,\n        'wind': 673.782,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 102.3936,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 250.2043,\n        'oil': 0,\n        'solar': 957.4909,\n        'wind': 660.002,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.3159,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.9376,\n        'oil': 0,\n        'solar': 986.7244,\n        'wind': 664.405,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 79.4688,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 270.1252,\n        'oil': 0,\n        'solar': 1018.4002,\n        'wind': 660.1731,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 149.4471,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 253.3554,\n        'oil': 0,\n        'solar': 1045.5213,\n        'wind': 650.9803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 90.3946,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 251.5443,\n        'oil': 0,\n        'solar': 1066.4945,\n        'wind': 626.6657,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 127.0863,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 249.9432,\n        'oil': 0.0,\n        'solar': 1085.8416,\n        'wind': 618.7237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 96.5873,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 248.1432,\n        'oil': 0.0,\n        'solar': 1108.8282,\n        'wind': 590.3323,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 160.6177,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 252.3743,\n        'oil': 0,\n        'solar': 1129.6426,\n        'wind': 593.81,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 102.3484,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 249.1554,\n        'oil': 0,\n        'solar': 1150.6596,\n        'wind': 580.0825,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 136.1961,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 248.8243,\n        'oil': 0.0,\n        'solar': 1164.4172,\n        'wind': 596.9642,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 179.7855,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 239.0011,\n        'oil': 0.0,\n        'solar': 1156.5793,\n        'wind': 600.2196,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.5306,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.1589,\n        'oil': 0.0,\n        'solar': 1188.5911,\n        'wind': 565.8046,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 92.9979,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.2889,\n        'oil': 0,\n        'solar': 1205.5649,\n        'wind': 532.2413,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 136.4046,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.2034,\n        'oil': 0,\n        'solar': 1227.0964,\n        'wind': 532.1332,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 48.4776,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.0622,\n        'oil': 0,\n        'solar': 1245.9281,\n        'wind': 542.5191,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 146.6267,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 229.1622,\n        'oil': 0,\n        'solar': 1259.5817,\n        'wind': 536.9887,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 153.5131,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 232.9334,\n        'oil': 0,\n        'solar': 1310.0314,\n        'wind': 527.6133,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 178.8237,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.2034,\n        'oil': 0,\n        'solar': 1332.548,\n        'wind': 517.8707,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 196.3994,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.4322,\n        'oil': 0,\n        'solar': 1366.9367,\n        'wind': 486.0173,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 165.5061,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.4122,\n        'oil': 0,\n        'solar': 1380.9328,\n        'wind': 475.5273,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 243.6437,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 229.4822,\n        'oil': 0.0,\n        'solar': 1413.1536,\n        'wind': 468.559,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 272.0725,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 232.0111,\n        'oil': 0,\n        'solar': 1375.6963,\n        'wind': 467.6655,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 191.6357,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 232.7911,\n        'oil': 0,\n        'solar': 1481.4912,\n        'wind': 470.9742,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 208.1591,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 232.9911,\n        'oil': 0,\n        'solar': 1465.0446,\n        'wind': 499.636,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 131.9682,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.4611,\n        'oil': 0,\n        'solar': 1523.5299,\n        'wind': 507.7367,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 104.4994,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.09,\n        'oil': 0.0,\n        'solar': 1519.5159,\n        'wind': 511.3018,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 150.7096,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.8111,\n        'oil': 0.0,\n        'solar': 1502.7788,\n        'wind': 521.3607,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.9541,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.69,\n        'oil': 0.0,\n        'solar': 1550.2113,\n        'wind': 508.6278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 150.8567,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 229.0122,\n        'oil': 0.0,\n        'solar': 1582.1919,\n        'wind': 518.4423,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 264.6143,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 230.5011,\n        'oil': 0.0,\n        'solar': 1574.6264,\n        'wind': 503.0599,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 208.0047,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.5811,\n        'oil': 0,\n        'solar': 1546.752,\n        'wind': 510.8517,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 213.1228,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.3511,\n        'oil': 0,\n        'solar': 1583.1783,\n        'wind': 492.9552,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 200.4983,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.1811,\n        'oil': 0,\n        'solar': 1503.3539,\n        'wind': 495.0107,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 155.4629,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.4811,\n        'oil': 0,\n        'solar': 1556.2999,\n        'wind': 511.2043,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 89.7488,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 235.8522,\n        'oil': 0,\n        'solar': 1574.9432,\n        'wind': 511.0358,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 30.4324,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.0222,\n        'oil': 0,\n        'solar': 1534.8348,\n        'wind': 500.4108,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 62.4899,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.6311,\n        'oil': 0,\n        'solar': 1535.7779,\n        'wind': 511.2536,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.8166,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.1022,\n        'oil': 0,\n        'solar': 1593.1502,\n        'wind': 528.9713,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -58.4296,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 230.7011,\n        'oil': 0,\n        'solar': 1487.0862,\n        'wind': 525.1226,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 72.4592,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 230.1322,\n        'oil': 0,\n        'solar': 1448.49,\n        'wind': 506.2034,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.6909,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.6511,\n        'oil': 0,\n        'solar': 1447.8069,\n        'wind': 513.4421,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 123.7645,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.8811,\n        'oil': 0,\n        'solar': 1534.7075,\n        'wind': 501.6169,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 126.4536,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.3022,\n        'oil': 0.0,\n        'solar': 1508.3721,\n        'wind': 492.4336,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 99.9429,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.1511,\n        'oil': 0.0,\n        'solar': 1508.0345,\n        'wind': 480.9009,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 189.2178,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.7611,\n        'oil': 0.0,\n        'solar': 1492.0924,\n        'wind': 501.5353,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 136.8774,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.0022,\n        'oil': 0,\n        'solar': 1495.6926,\n        'wind': 491.5383,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 274.5722,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.8222,\n        'oil': 0,\n        'solar': 1414.7423,\n        'wind': 584.2875,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 224.946,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 226.7511,\n        'oil': 0,\n        'solar': 1388.6942,\n        'wind': 589.6536,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 309.3699,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.4522,\n        'oil': 0,\n        'solar': 1468.3239,\n        'wind': 599.1904,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 370.7339,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 231.7222,\n        'oil': 0,\n        'solar': 1375.7314,\n        'wind': 538.4905,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.3892,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 232.4922,\n        'oil': 0,\n        'solar': 1463.5664,\n        'wind': 541.1324,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 176.4554,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 228.7722,\n        'oil': 0,\n        'solar': 1452.5837,\n        'wind': 449.298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 164.327,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.9222,\n        'oil': 0.0,\n        'solar': 1452.1035,\n        'wind': 447.152,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 252.3573,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 229.6734,\n        'oil': 0.0,\n        'solar': 1449.1567,\n        'wind': 442.4993,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 221.676,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.7722,\n        'oil': 0.0,\n        'solar': 1433.4241,\n        'wind': 429.1503,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 193.6706,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 234.8734,\n        'oil': 0.0,\n        'solar': 1389.3642,\n        'wind': 392.9637,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.5794,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 233.1022,\n        'oil': 0.0,\n        'solar': 1386.7831,\n        'wind': 377.5758,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -67.6583,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 227.2222,\n        'oil': 0,\n        'solar': 1413.814,\n        'wind': 330.9941,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.7464,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 263.8643,\n        'oil': 0,\n        'solar': 1254.5996,\n        'wind': 320.071,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 199.585,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 263.8932,\n        'oil': 0.0,\n        'solar': 1236.8762,\n        'wind': 284.1869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 171.0362,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 264.2643,\n        'oil': 0.0,\n        'solar': 1244.2747,\n        'wind': 263.6459,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 174.867,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 264.5932,\n        'oil': 0,\n        'solar': 1307.3707,\n        'wind': 252.3013,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.6391,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 271.0554,\n        'oil': 0.0,\n        'solar': 1243.3376,\n        'wind': 226.5491,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 35.1632,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 268.7298,\n        'oil': 0.0,\n        'solar': 1204.3085,\n        'wind': 214.045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.2218,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 327.707,\n        'oil': 0.0,\n        'solar': 1181.5059,\n        'wind': 193.2979,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.2175,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 395.3342,\n        'oil': 0.0,\n        'solar': 1103.1491,\n        'wind': 185.1318,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 45.9607,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 423.4195,\n        'oil': 0.0,\n        'solar': 1068.2823,\n        'wind': 178.4089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -142.7687,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 483.1856,\n        'oil': 0,\n        'solar': 1056.3807,\n        'wind': 169.4154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.4564,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 450.5169,\n        'oil': 0.0,\n        'solar': 1023.5245,\n        'wind': 165.484,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.0386,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 473.5656,\n        'oil': 0,\n        'solar': 1020.8941,\n        'wind': 152.9421,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 96.8843,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 494.9019,\n        'oil': 0.0,\n        'solar': 958.2664,\n        'wind': 137.5692,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 175.8149,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 534.2551,\n        'oil': 0,\n        'solar': 912.5766,\n        'wind': 135.5716,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 53.3779,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 564.5691,\n        'oil': 0.0,\n        'solar': 876.5784,\n        'wind': 122.4268,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 73.5888,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 581.8457,\n        'oil': 0.0,\n        'solar': 824.088,\n        'wind': 111.0689,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -37.8036,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 663.9017,\n        'oil': 0.0,\n        'solar': 797.0272,\n        'wind': 99.167,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.3889,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 702.0162,\n        'oil': 0.0,\n        'solar': 786.6131,\n        'wind': 87.4483,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.3803,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 722.1439,\n        'oil': 0.0,\n        'solar': 729.7129,\n        'wind': 96.4346,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -47.6169,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 725.8927,\n        'oil': 0.0,\n        'solar': 680.3159,\n        'wind': 97.2347,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -69.3373,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 780.112,\n        'oil': 0,\n        'solar': 626.07,\n        'wind': 103.7985,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -78.2731,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 816.536,\n        'oil': 0,\n        'solar': 573.9799,\n        'wind': 98.3498,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -73.0056,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 847.7743,\n        'oil': 0.0,\n        'solar': 517.9486,\n        'wind': 95.6237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -132.3088,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 907.5872,\n        'oil': 0.0,\n        'solar': 463.3985,\n        'wind': 94.5547,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -57.8174,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1037.2399,\n        'oil': 0.0,\n        'solar': 407.1103,\n        'wind': 87.1815,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.4034,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1139.0592,\n        'oil': 0.0,\n        'solar': 352.6558,\n        'wind': 84.1237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -59.9477,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1221.7662,\n        'oil': 0.0,\n        'solar': 305.8096,\n        'wind': 80.7427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -75.2292,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1261.7824,\n        'oil': 0.0,\n        'solar': 254.0886,\n        'wind': 79.8719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -56.6178,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1215.2025,\n        'oil': 0.0,\n        'solar': 202.8716,\n        'wind': 80.0816,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -276.7033,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1178.2246,\n        'oil': 0.0,\n        'solar': 166.756,\n        'wind': 81.1151,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -293.1989,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1209.6787,\n        'oil': 0.0,\n        'solar': 133.6843,\n        'wind': 86.5624,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -380.2099,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1267.6404,\n        'oil': 0.0,\n        'solar': 101.9506,\n        'wind': 85.6103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -313.3151,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1359.1016,\n        'oil': 0.0,\n        'solar': 72.2731,\n        'wind': 84.7364,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -231.3021,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1340.4358,\n        'oil': 0.0,\n        'solar': 45.9053,\n        'wind': 91.5369,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -351.4669,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1396.2326,\n        'oil': 26.1,\n        'solar': 22.3439,\n        'wind': 98.7347,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -232.0898,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1428.3731,\n        'oil': 0.0,\n        'solar': 17.206,\n        'wind': 101.6387,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -195.7456,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1518.1808,\n        'oil': 0.0,\n        'solar': 12.967,\n        'wind': 106.8513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -181.5444,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1426.8697,\n        'oil': 0.0,\n        'solar': 9.425,\n        'wind': 115.4586,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -299.1797,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1420.526,\n        'oil': 0.0,\n        'solar': 6.286,\n        'wind': 118.0553,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -335.9901,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1519.3408,\n        'oil': 26.2,\n        'solar': 3.147,\n        'wind': 120.5872,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -185.6772,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1461.2753,\n        'oil': 0.0,\n        'solar': 0.008,\n        'wind': 123.9784,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -364.0794,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1444.726,\n        'oil': 0.0,\n        'solar': 0.008,\n        'wind': 133.1902,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -362.611,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1516.3882,\n        'oil': 31.5,\n        'solar': 0.008,\n        'wind': 137.8895,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -236.4765,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1522.6471,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 148.6408,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -241.3965,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1523.012,\n        'oil': 1.6,\n        'solar': 0.0,\n        'wind': 151.9749,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -276.3295,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1517.572,\n        'oil': 96.1,\n        'solar': 0.0,\n        'wind': 153.3556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -213.7152,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1521.5634,\n        'oil': 96.9,\n        'solar': 0.0,\n        'wind': 148.366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -194.624,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1580.2578,\n        'oil': 96.9,\n        'solar': 0.0,\n        'wind': 151.4847,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -136.5613,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1585.1338,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 161.1964,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -212.6249,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1578.2263,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 162.3476,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -210.0133,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1583.2969,\n        'oil': 15.7,\n        'solar': 0.0,\n        'wind': 178.3554,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -202.7537,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1578.5105,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 191.2942,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -213.3721,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1583.2552,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 199.7815,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -130.8927,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1587.8264,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 226.927,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -136.749,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1585.1309,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 232.8152,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -135.1229,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1596.6678,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 237.9392,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -247.5941,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1557.6177,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 250.0575,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -222.876,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1583.6033,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 253.4554,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -56.5537,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1584.409,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 257.9566,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -12.4365,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1564.2683,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 272.5315,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.5352,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1557.4806,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 277.3439,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -97.1291,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1424.7103,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 279.0696,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -225.2107,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1523.9484,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 282.2844,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.4782,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1566.8658,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 281.2272,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -33.5721,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1528.5753,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 284.348,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -140.0014,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1527.5244,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 288.7567,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -90.8068,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1521.3352,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 305.1915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -113.1496,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1525.062,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 318.1513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.7156,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1416.9173,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 323.4915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -179.7788,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1511.5926,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 345.0162,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.9047,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1485.1954,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 369.2523,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.8884,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1477.6775,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 386.7552,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0538,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1412.0679,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 395.3492,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.7586,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1407.8218,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 407.1954,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.3707,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1416.4884,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 414.1396,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -26.0587,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1443.1999,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 426.0394,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.1226,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1439.721,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 415.0754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.3893,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1388.1712,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 402.2803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.8609,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1312.3037,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 423.6773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.7473,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1252.1327,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 448.0552,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 31.1944,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1232.1702,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 456.7258,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 117.3988,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1242.2301,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 455.0087,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 136.1003,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1226.4116,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 436.6421,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 133.2822,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1198.7616,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 429.2926,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 131.2989,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1131.0707,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 441.8513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 32.8869,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1116.1939,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 446.5226,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.3078,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1081.8243,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 462.8036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 57.3165,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1112.7836,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 486.4052,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 168.683,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1149.785,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 487.3936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 175.6026,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1176.646,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 485.3445,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 234.3635,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 1075.6125,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 494.612,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 177.603,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 940.0639,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 519.1162,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.3127,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 835.0947,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 514.2375,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.6987,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 810.5437,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 524.5537,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.391,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 797.8599,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 535.3494,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.636,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 762.7206,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 519.798,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 29.8435,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 722.9512,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 544.4554,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.3943,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 701.2178,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 545.2074,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.5749,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 700.2911,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 533.0656,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.597,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 698.5977,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 536.8306,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0963,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 766.7545,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 552.3913,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 120.8434,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 797.1922,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 555.2427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 164.7225,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 672.3683,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 557.3982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.2206,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 624.9955,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 560.3848,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.0659,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 651.9903,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 567.0249,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -11.2798,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 567.9864,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 575.4495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -93.5897,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 651.2625,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 576.9414,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.1035,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 517.4264,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 605.8334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -71.8466,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 511.5289,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 637.7,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -105.5358,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 545.63,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 647.7322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.683,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 582.7989,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 645.2196,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 86.406,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 488.2378,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 659.7773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.8178,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 534.8889,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 643.7264,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.9641,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 511.6989,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 661.5812,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.6991,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 425.4478,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 687.8993,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -88.8484,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 459.1295,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 717.1342,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.4958,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n        'oil',\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 404.8567,\n        'oil': 0,\n        'solar': 0.0,\n        'wind': 754.5276,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.435,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 374.6789,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 788.4719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.9233,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 355.8611,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 821.4647,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.9078,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 309.7783,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 835.6049,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.3767,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 312.2572,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 846.6634,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.1729,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 308.065,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 824.0975,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.2574,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 272.6443,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 833.6492,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -24.862,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 325.8748,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 818.7476,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 88.003,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 281.3986,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 817.4355,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.5804,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 339.2302,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 795.2654,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 116.5512,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 340.7125,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 773.8168,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 80.3671,\n      }),\n      'zoneKey': 'AU-SA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-TAS].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-TAS]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 573.0738,\n        'solar': 0.0,\n        'wind': 461.2627,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 587.6082,\n        'solar': 0.0,\n        'wind': 456.0338,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 574.3973,\n        'solar': 0.0,\n        'wind': 469.6334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 566.6638,\n        'solar': 0.0,\n        'wind': 471.8357,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 578.9818,\n        'solar': 0.0,\n        'wind': 464.572,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 580.8981,\n        'solar': 0.0,\n        'wind': 460.7743,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 593.3594,\n        'solar': 0.0,\n        'wind': 445.0473,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 612.0313,\n        'solar': 0.0,\n        'wind': 429.1799,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 570.3022,\n        'solar': 0.0,\n        'wind': 419.6672,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 587.6766,\n        'solar': 0.0,\n        'wind': 388.961,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 588.6137,\n        'solar': 0.0,\n        'wind': 377.0889,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 593.0833,\n        'solar': 0.0,\n        'wind': 397.2748,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 593.1904,\n        'solar': 0.0,\n        'wind': 380.2733,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 592.1106,\n        'solar': 0.0,\n        'wind': 367.8413,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 579.6494,\n        'solar': 0.0,\n        'wind': 357.2638,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 587.3361,\n        'solar': 0.0,\n        'wind': 380.4764,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 559.8283,\n        'solar': 0.0,\n        'wind': 377.5727,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 571.7576,\n        'solar': 0.0,\n        'wind': 392.5751,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 561.3365,\n        'solar': 0.0,\n        'wind': 399.0774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 550.7522,\n        'solar': 0.0,\n        'wind': 385.4717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 561.3209,\n        'solar': 0.0,\n        'wind': 399.3182,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 542.5248,\n        'solar': 0.0,\n        'wind': 436.5165,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 504.1431,\n        'solar': 0.0,\n        'wind': 466.8105,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 517.3018,\n        'solar': 0.0,\n        'wind': 466.1326,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 511.6696,\n        'solar': 0.0,\n        'wind': 465.7824,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 499.0947,\n        'solar': 0.0,\n        'wind': 470.8092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 503.9777,\n        'solar': 0.0,\n        'wind': 461.3026,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 517.7159,\n        'solar': 0.0,\n        'wind': 468.9302,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 524.0866,\n        'solar': 0.0,\n        'wind': 465.6153,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 520.4663,\n        'solar': 0.0,\n        'wind': 477.4545,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 515.1685,\n        'solar': 0.0,\n        'wind': 473.1979,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 519.6403,\n        'solar': 0.0,\n        'wind': 483.9649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 514.5907,\n        'solar': 0.0,\n        'wind': 489.4839,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 510.8975,\n        'solar': 0.0,\n        'wind': 485.52,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 527.9899,\n        'solar': 0.0,\n        'wind': 490.5842,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 539.1226,\n        'solar': 0.0,\n        'wind': 495.6511,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 543.5105,\n        'solar': 0.0,\n        'wind': 483.4889,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 553.709,\n        'solar': 0.0,\n        'wind': 492.4695,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 551.3529,\n        'solar': 0.0,\n        'wind': 494.773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 556.3478,\n        'solar': 0.0,\n        'wind': 481.3834,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 564.961,\n        'solar': 0.0,\n        'wind': 491.9192,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 561.7285,\n        'solar': 0.0,\n        'wind': 517.4955,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 556.626,\n        'solar': 0.0,\n        'wind': 520.265,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 560.1587,\n        'solar': 0.0,\n        'wind': 520.2487,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 560.3856,\n        'solar': 0.0,\n        'wind': 521.0031,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 568.6401,\n        'solar': 0.0,\n        'wind': 520.1434,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 584.8978,\n        'solar': 0.0,\n        'wind': 524.1917,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 585.4675,\n        'solar': 0.0,\n        'wind': 525.3653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 706.9212,\n        'solar': 0.0,\n        'wind': 519.1738,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 719.4389,\n        'solar': 0.0,\n        'wind': 519.0531,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 721.1503,\n        'solar': 0.0,\n        'wind': 532.8846,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 741.8669,\n        'solar': 0.0,\n        'wind': 519.6366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 756.3945,\n        'solar': 0.0,\n        'wind': 515.3811,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 759.8902,\n        'solar': 0.0,\n        'wind': 519.9444,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 775.4967,\n        'solar': 0.0,\n        'wind': 518.9577,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 741.3371,\n        'solar': 0.0,\n        'wind': 516.1324,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 757.1215,\n        'solar': 0.0,\n        'wind': 514.2859,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 767.9674,\n        'solar': 0.0,\n        'wind': 511.2465,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 761.4464,\n        'solar': 0.0,\n        'wind': 514.0804,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 825.1168,\n        'solar': 0.0,\n        'wind': 512.9003,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 895.1109,\n        'solar': 0.0,\n        'wind': 515.5091,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 858.1966,\n        'solar': 0.0,\n        'wind': 504.6836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 876.4871,\n        'solar': 0.0,\n        'wind': 496.7822,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 881.9956,\n        'solar': 0.0,\n        'wind': 498.8539,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 894.1626,\n        'solar': 0.1807,\n        'wind': 496.0925,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 914.4594,\n        'solar': 0.3613,\n        'wind': 481.4006,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 907.1252,\n        'solar': 0.542,\n        'wind': 491.7207,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 990.6848,\n        'solar': 0.7227,\n        'wind': 474.1285,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 945.7675,\n        'solar': 0.9033,\n        'wind': 464.2299,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 931.7814,\n        'solar': 1.084,\n        'wind': 478.7967,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 929.1939,\n        'solar': 2.458,\n        'wind': 476.2766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 924.1277,\n        'solar': 3.832,\n        'wind': 483.4982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 932.4789,\n        'solar': 5.206,\n        'wind': 471.9969,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 923.0388,\n        'solar': 6.58,\n        'wind': 479.4422,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 920.8017,\n        'solar': 7.954,\n        'wind': 482.9305,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 919.054,\n        'solar': 9.328,\n        'wind': 480.2906,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 907.1207,\n        'solar': 10.9963,\n        'wind': 481.8945,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 907.5899,\n        'solar': 12.6647,\n        'wind': 484.294,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 918.8493,\n        'solar': 14.333,\n        'wind': 490.1061,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 932.0243,\n        'solar': 16.0013,\n        'wind': 468.7553,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 917.6041,\n        'solar': 17.6697,\n        'wind': 493.8417,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 924.5262,\n        'solar': 19.338,\n        'wind': 483.2315,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 932.314,\n        'solar': 21.2922,\n        'wind': 471.377,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 931.4605,\n        'solar': 23.2463,\n        'wind': 466.4341,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 941.0997,\n        'solar': 25.2005,\n        'wind': 451.9879,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 947.8822,\n        'solar': 27.1547,\n        'wind': 443.7427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 939.2075,\n        'solar': 29.1088,\n        'wind': 444.0822,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 949.9355,\n        'solar': 31.063,\n        'wind': 425.9143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 884.2265,\n        'solar': 33.1828,\n        'wind': 435.7531,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 891.8645,\n        'solar': 35.3027,\n        'wind': 474.9352,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 882.8967,\n        'solar': 37.4225,\n        'wind': 479.6277,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 870.3859,\n        'solar': 39.5423,\n        'wind': 481.4464,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 856.6453,\n        'solar': 41.6622,\n        'wind': 486.6473,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 847.6816,\n        'solar': 43.782,\n        'wind': 489.9547,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 874.5508,\n        'solar': 46.5985,\n        'wind': 463.896,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 862.8961,\n        'solar': 49.415,\n        'wind': 486.8472,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 849.0583,\n        'solar': 52.2315,\n        'wind': 499.6781,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 857.5349,\n        'solar': 55.048,\n        'wind': 483.2574,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 844.3634,\n        'solar': 57.8645,\n        'wind': 489.0109,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 843.1145,\n        'solar': 60.681,\n        'wind': 484.8609,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 852.4896,\n        'solar': 61.3732,\n        'wind': 474.7502,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 840.3254,\n        'solar': 62.0653,\n        'wind': 480.4133,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 833.5984,\n        'solar': 62.7575,\n        'wind': 481.268,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 850.3443,\n        'solar': 63.4497,\n        'wind': 465.3412,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 844.8123,\n        'solar': 64.1418,\n        'wind': 473.6192,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 849.1825,\n        'solar': 64.834,\n        'wind': 466.495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 839.5319,\n        'solar': 66.5848,\n        'wind': 469.4359,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 771.5558,\n        'solar': 68.3357,\n        'wind': 475.8103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 831.7594,\n        'solar': 70.0865,\n        'wind': 464.1058,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 827.9509,\n        'solar': 71.8373,\n        'wind': 463.1703,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 828.1622,\n        'solar': 73.5882,\n        'wind': 455.5407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 859.3196,\n        'solar': 75.339,\n        'wind': 428.7683,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 776.0268,\n        'solar': 77.0138,\n        'wind': 442.6201,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 802.5469,\n        'solar': 78.6887,\n        'wind': 457.1674,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 805.6807,\n        'solar': 80.3635,\n        'wind': 445.911,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 791.8981,\n        'solar': 82.0383,\n        'wind': 455.5486,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 788.1094,\n        'solar': 83.7132,\n        'wind': 453.681,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 764.1267,\n        'solar': 85.388,\n        'wind': 474.5559,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 751.812,\n        'solar': 87.626,\n        'wind': 475.9856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 749.0007,\n        'solar': 89.864,\n        'wind': 472.3219,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 741.2531,\n        'solar': 92.102,\n        'wind': 475.9111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 745.6858,\n        'solar': 94.34,\n        'wind': 472.3502,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 718.6085,\n        'solar': 96.578,\n        'wind': 490.9725,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 724.6131,\n        'solar': 98.816,\n        'wind': 489.7869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 731.646,\n        'solar': 98.029,\n        'wind': 477.2022,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 726.5395,\n        'solar': 97.242,\n        'wind': 480.4922,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 744.1984,\n        'solar': 96.455,\n        'wind': 470.3495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 738.6047,\n        'solar': 95.668,\n        'wind': 472.1766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 723.1806,\n        'solar': 94.881,\n        'wind': 489.7043,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 743.5244,\n        'solar': 94.094,\n        'wind': 479.4322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 748.7076,\n        'solar': 91.9557,\n        'wind': 474.6148,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 756.9497,\n        'solar': 89.8173,\n        'wind': 462.5356,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 773.8838,\n        'solar': 87.679,\n        'wind': 464.0112,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 784.2594,\n        'solar': 85.5407,\n        'wind': 457.0918,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 788.8639,\n        'solar': 83.4023,\n        'wind': 452.9039,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 792.1221,\n        'solar': 81.264,\n        'wind': 456.6917,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 808.9029,\n        'solar': 80.2355,\n        'wind': 450.6658,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 808.2241,\n        'solar': 79.207,\n        'wind': 452.7019,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 787.7032,\n        'solar': 78.1785,\n        'wind': 464.3282,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 795.2204,\n        'solar': 77.15,\n        'wind': 454.7094,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 801.0464,\n        'solar': 76.1215,\n        'wind': 449.4446,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 840.5478,\n        'solar': 75.093,\n        'wind': 422.4894,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 781.6355,\n        'solar': 72.5412,\n        'wind': 432.0009,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 838.3601,\n        'solar': 69.9893,\n        'wind': 424.4557,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 865.8107,\n        'solar': 67.4375,\n        'wind': 403.896,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 776.1285,\n        'solar': 64.8857,\n        'wind': 443.1556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 825.8626,\n        'solar': 62.3338,\n        'wind': 446.2479,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 832.8771,\n        'solar': 59.782,\n        'wind': 435.7592,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 816.4068,\n        'solar': 58.6692,\n        'wind': 448.2793,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 806.9993,\n        'solar': 57.5563,\n        'wind': 452.3833,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 805.7085,\n        'solar': 56.4435,\n        'wind': 460.107,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 841.9373,\n        'solar': 55.3307,\n        'wind': 424.7643,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 835.5384,\n        'solar': 54.2178,\n        'wind': 433.9281,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 832.0955,\n        'solar': 53.105,\n        'wind': 434.3134,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 889.3743,\n        'solar': 51.1838,\n        'wind': 441.4035,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 804.6806,\n        'solar': 49.2627,\n        'wind': 464.7046,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 805.1941,\n        'solar': 47.3415,\n        'wind': 470.7085,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 788.524,\n        'solar': 45.4203,\n        'wind': 489.8164,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 785.2385,\n        'solar': 43.4992,\n        'wind': 491.9494,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 797.5013,\n        'solar': 41.578,\n        'wind': 485.9719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 885.1361,\n        'solar': 38.8882,\n        'wind': 459.1102,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 822.9566,\n        'solar': 36.1983,\n        'wind': 474.5308,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 828.9248,\n        'solar': 33.5085,\n        'wind': 475.0498,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 911.0772,\n        'solar': 30.8187,\n        'wind': 465.4274,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 961.8811,\n        'solar': 28.1288,\n        'wind': 457.6096,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 970.0207,\n        'solar': 25.439,\n        'wind': 481.2225,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 912.281,\n        'solar': 22.853,\n        'wind': 484.4973,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 869.1787,\n        'solar': 20.267,\n        'wind': 455.1436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 853.2024,\n        'solar': 17.681,\n        'wind': 481.9958,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 993.7885,\n        'solar': 15.095,\n        'wind': 470.5125,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1061.5848,\n        'solar': 12.509,\n        'wind': 459.6089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1106.0673,\n        'solar': 9.923,\n        'wind': 492.964,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1104.4161,\n        'solar': 8.5355,\n        'wind': 499.6834,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1143.4269,\n        'solar': 7.148,\n        'wind': 486.6968,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1163.6464,\n        'solar': 5.7605,\n        'wind': 467.7584,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1162.0745,\n        'solar': 4.373,\n        'wind': 490.5007,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1179.3308,\n        'solar': 2.9855,\n        'wind': 494.0849,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1218.2151,\n        'solar': 1.598,\n        'wind': 477.0329,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1218.3688,\n        'solar': 1.332,\n        'wind': 459.4659,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1224.8855,\n        'solar': 1.066,\n        'wind': 461.812,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1231.0095,\n        'solar': 0.8,\n        'wind': 457.2706,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1238.1859,\n        'solar': 0.534,\n        'wind': 448.8626,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1235.5831,\n        'solar': 0.268,\n        'wind': 445.6459,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1244.3626,\n        'solar': 0.002,\n        'wind': 445.5773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1244.9486,\n        'solar': 0.0017,\n        'wind': 447.8995,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1257.622,\n        'solar': 0.0013,\n        'wind': 448.2759,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1249.9558,\n        'solar': 0.001,\n        'wind': 452.7715,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1303.2939,\n        'solar': 0.0007,\n        'wind': 447.4843,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1257.9364,\n        'solar': 0.0003,\n        'wind': 437.409,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1246.687,\n        'solar': 0.0,\n        'wind': 447.6948,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1247.5897,\n        'solar': 0.0,\n        'wind': 444.5649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1245.0965,\n        'solar': 0.0,\n        'wind': 425.3522,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1247.3002,\n        'solar': 0.0,\n        'wind': 435.8044,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1248.825,\n        'solar': 0.0,\n        'wind': 424.0951,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1245.4473,\n        'solar': 0.0,\n        'wind': 414.655,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1247.0958,\n        'solar': 0.0,\n        'wind': 427.1839,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1253.3373,\n        'solar': 0.0,\n        'wind': 430.7174,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1251.9468,\n        'solar': 0.0,\n        'wind': 408.8094,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1249.5613,\n        'solar': 0.0,\n        'wind': 405.234,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1270.9942,\n        'solar': 0.0,\n        'wind': 411.4741,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1338.669,\n        'solar': 0.0,\n        'wind': 416.1202,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1376.0417,\n        'solar': 0.0,\n        'wind': 419.3881,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1355.5752,\n        'solar': 0.0,\n        'wind': 424.9088,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1322.1861,\n        'solar': 0.0,\n        'wind': 419.9802,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1378.9152,\n        'solar': 0.0,\n        'wind': 393.5598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1502.0254,\n        'solar': 0.0,\n        'wind': 387.1122,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1369.0947,\n        'solar': 0.0,\n        'wind': 393.5297,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1436.0957,\n        'solar': 0.0,\n        'wind': 394.6738,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1380.5914,\n        'solar': 0.0,\n        'wind': 380.5691,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1395.9255,\n        'solar': 0.0,\n        'wind': 396.3147,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1308.0308,\n        'solar': 0.0,\n        'wind': 407.18,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1276.4226,\n        'solar': 0.0,\n        'wind': 398.7868,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1357.2719,\n        'solar': 0.0,\n        'wind': 386.3437,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1341.288,\n        'solar': 0.0,\n        'wind': 402.1084,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1280.2566,\n        'solar': 0.0,\n        'wind': 399.5406,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1277.9083,\n        'solar': 0.0,\n        'wind': 404.8915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1244.78,\n        'solar': 0.0,\n        'wind': 401.9416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1245.9411,\n        'solar': 0.0,\n        'wind': 389.4701,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1332.7025,\n        'solar': 0.0,\n        'wind': 376.7601,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1323.8373,\n        'solar': 0.0,\n        'wind': 360.2178,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1311.698,\n        'solar': 0.0,\n        'wind': 393.0019,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1326.6696,\n        'solar': 0.0,\n        'wind': 384.8729,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1260.1177,\n        'solar': 0.0,\n        'wind': 386.9357,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1231.9424,\n        'solar': 0.0,\n        'wind': 364.7383,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1225.9379,\n        'solar': 0.0,\n        'wind': 370.3111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1226.4093,\n        'solar': 0.0,\n        'wind': 374.7075,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1225.7888,\n        'solar': 0.0,\n        'wind': 361.671,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1229.3434,\n        'solar': 0.0,\n        'wind': 359.5458,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1230.1656,\n        'solar': 0.0,\n        'wind': 353.5409,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1226.2608,\n        'solar': 0.0,\n        'wind': 323.9426,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1217.1534,\n        'solar': 0.0,\n        'wind': 319.0184,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1223.3559,\n        'solar': 0.0,\n        'wind': 316.1709,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1223.3963,\n        'solar': 0.0,\n        'wind': 314.5443,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1189.9859,\n        'solar': 0.0,\n        'wind': 344.0728,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1189.5157,\n        'solar': 0.0,\n        'wind': 362.538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1169.8826,\n        'solar': 0.0,\n        'wind': 356.4634,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1160.3654,\n        'solar': 0.0,\n        'wind': 341.7817,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1119.1218,\n        'solar': 0.0,\n        'wind': 327.4453,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1119.0965,\n        'solar': 0.0,\n        'wind': 323.3941,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1119.6043,\n        'solar': 0.0,\n        'wind': 333.5187,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1110.7032,\n        'solar': 0.0,\n        'wind': 356.1691,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1111.7305,\n        'solar': 0.0,\n        'wind': 387.9625,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1117.4564,\n        'solar': 0.0,\n        'wind': 365.8969,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1126.175,\n        'solar': 0.0,\n        'wind': 303.809,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1132.7765,\n        'solar': 0.0,\n        'wind': 291.334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1157.8097,\n        'solar': 0.0,\n        'wind': 319.5154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1113.0038,\n        'solar': 0.0,\n        'wind': 335.6484,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1122.3074,\n        'solar': 0.0,\n        'wind': 317.1775,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1117.9252,\n        'solar': 0.0,\n        'wind': 285.4035,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1054.8211,\n        'solar': 0.0,\n        'wind': 299.0012,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1108.6529,\n        'solar': 0.0,\n        'wind': 318.7593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1114.7756,\n        'solar': 0.0,\n        'wind': 335.821,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1110.8883,\n        'solar': 0.0,\n        'wind': 306.3942,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 935.3391,\n        'solar': 0.0,\n        'wind': 295.7327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 934.3944,\n        'solar': 0.0,\n        'wind': 287.79,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 990.6076,\n        'solar': 0.0,\n        'wind': 274.6135,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 916.7098,\n        'solar': 0.0,\n        'wind': 282.8453,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 925.6788,\n        'solar': 0.0,\n        'wind': 270.1957,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 907.492,\n        'solar': 0.0,\n        'wind': 285.843,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 909.1332,\n        'solar': 0.0,\n        'wind': 296.0493,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 23, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 901.6902,\n        'solar': 0.0,\n        'wind': 301.0874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 888.6125,\n        'solar': 0.0,\n        'wind': 314.1086,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 892.7397,\n        'solar': 0.0,\n        'wind': 308.8416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1016.9895,\n        'solar': 0.0,\n        'wind': 287.5377,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1059.2091,\n        'solar': 0.0,\n        'wind': 265.717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1044.1143,\n        'solar': 0.0,\n        'wind': 274.4172,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1058.4882,\n        'solar': 0.0,\n        'wind': 268.8143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1049.6785,\n        'solar': 0.0,\n        'wind': 278.5585,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1050.2957,\n        'solar': 0.0,\n        'wind': 275.0861,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1087.8553,\n        'solar': 0.0,\n        'wind': 252.9142,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1099.4104,\n        'solar': 0.0,\n        'wind': 228.2095,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1091.54,\n        'solar': 0.0,\n        'wind': 204.616,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1082.3448,\n        'solar': 0.0,\n        'wind': 213.0977,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1040.6272,\n        'solar': 0.0,\n        'wind': 244.4737,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1037.9039,\n        'solar': 0.0,\n        'wind': 258.2245,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1044.9818,\n        'solar': 0.0,\n        'wind': 269.6053,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1044.9936,\n        'solar': 0.0,\n        'wind': 255.362,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1046.0738,\n        'solar': 0.0,\n        'wind': 243.0397,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1042.1559,\n        'solar': 0.0,\n        'wind': 225.5475,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1040.9006,\n        'solar': 0.0,\n        'wind': 221.7178,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1041.4463,\n        'solar': 0.0,\n        'wind': 210.0379,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 24, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'gas': 0.0,\n        'hydro': 1049.3453,\n        'solar': 0.0,\n        'wind': 203.2528,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'AU-TAS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-VIC].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-VIC]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2355.8751,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 3002.5982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.1062,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2360.8125,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2839.9642,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.7615,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2501.375,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2700.5597,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.9616,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2546.2813,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2793.0477,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.7872,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2619.0313,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2836.3445,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 57.9304,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2624.2188,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2774.2638,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.7424,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2620.5626,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2755.3868,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 29.6973,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2607.1251,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2631.0415,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.0981,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2652.0938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2666.766,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.1946,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2636.8125,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2525.9799,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.8586,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2632.7188,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2558.4551,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.3383,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2636.5938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2531.3392,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 54.3776,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2630.7813,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2473.9235,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 53.1148,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2646.6563,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2453.1245,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.9974,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2703.3438,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2403.2923,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 20.9309,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2701.2813,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2354.6951,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 32.9885,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2646.2188,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2350.4323,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.2094,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2640.0938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2403.7812,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.5158,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2641.0,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2344.8375,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.6075,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2639.5313,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2268.5337,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 29.627,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2660.0313,\n        'gas': 0.0,\n        'hydro': 0.06,\n        'solar': 0.0,\n        'wind': 2217.9471,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 61.3278,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2682.0626,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2198.8489,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.9486,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2713.4376,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2226.4739,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.725,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2646.5625,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2215.3032,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.2039,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2633.5,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2250.9448,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 32.8145,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2618.3125,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2322.9492,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.6906,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2650.75,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2315.7729,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.117,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2659.7813,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2317.3835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 54.0783,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2664.0938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2335.8081,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 78.6993,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2697.5,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2314.3648,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.3322,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2666.0938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2331.2622,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 51.0928,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2699.5313,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2323.4759,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.6288,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2684.2813,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2288.4359,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.1673,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2658.5001,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2223.3801,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.7294,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2721.9688,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2243.8396,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.6484,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2744.1563,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2222.9306,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.9162,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2722.5625,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2233.9063,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.2114,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2712.4688,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2248.7849,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.2264,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2715.4375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2358.0458,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.7313,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2732.4688,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2349.5679,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.2036,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2686.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2353.5748,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.6671,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2736.1875,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2383.3614,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.4258,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2755.0625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2228.6847,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.2313,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2740.7813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2140.8256,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.4891,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2901.2188,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 0.0,\n        'wind': 2157.3266,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -12.1037,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2966.375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2118.103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -37.9287,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2979.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2039.2856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.8864,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3120.6563,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 2002.3107,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.2035,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3210.8126,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1951.5189,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.0778,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3251.1563,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1956.5887,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.5867,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3311.8126,\n        'gas': 0.0,\n        'hydro': 0.02,\n        'solar': 0.0,\n        'wind': 1942.7808,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -26.8725,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3335.6563,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1922.5215,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.6936,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3360.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1908.0307,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.3095,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3354.3125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1866.0278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.5556,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3288.8438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1854.6574,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.7275,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3270.0313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1784.9543,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.1746,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3298.2188,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1809.7759,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.2126,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3277.8751,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1782.7334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -48.5283,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3272.875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1758.2056,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -36.1942,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3247.1875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1785.3209,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.3957,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3229.25,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1766.7871,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.4122,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3310.375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1773.9921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.945,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3359.9375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1778.5826,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.6822,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3320.5938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1753.3994,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.7244,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3410.1563,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1732.5284,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -35.0373,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3456.875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1719.0598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -24.9119,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3453.8751,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1715.2267,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.1902,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3417.3125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1667.0836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.157,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3440.6875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1663.3642,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -33.9892,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3479.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1662.6049,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.8027,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3445.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1653.6279,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.5068,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3427.5313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1673.7722,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.4247,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3353.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1684.1373,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 35.5369,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3311.5625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1681.439,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -17.3459,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3272.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1682.1208,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.1965,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3275.875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1669.4237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.2198,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3310.3438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1706.0887,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.8249,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3298.5625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1710.1423,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.0094,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3263.0625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1705.6589,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.0953,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3275.625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1741.024,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -21.3139,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3274.3125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1714.5984,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.1294,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3293.7813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1674.593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -44.1231,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3345.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1644.7723,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -45.3459,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3402.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1639.3556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.0772,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3423.1876,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1653.6191,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.3236,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3458.6563,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1676.1732,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.6797,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3432.875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1633.798,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -45.6967,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3494.6875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1595.4298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.7444,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3571.6875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1583.5494,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.2868,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3555.0313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1583.2236,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.4194,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3550.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1568.5157,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -38.6353,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3539.75,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1570.3615,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -42.3525,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3697.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1527.7761,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -36.6476,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3805.5,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1497.3419,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.039,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3907.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1474.3699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.9746,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3964.5313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1498.3045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.7336,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3938.2813,\n        'gas': 0.0,\n        'hydro': 0.02,\n        'solar': 0.0,\n        'wind': 1419.1916,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -15.1795,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3976.5,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1366.9133,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.1232,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4006.5001,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1312.3678,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.2169,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3979.0,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1348.936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.6135,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3958.9375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1413.8567,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.5695,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3986.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1462.2216,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.2575,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4003.0626,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1489.6232,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.8788,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3978.75,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 0.0,\n        'wind': 1461.8249,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.8041,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4021.0313,\n        'gas': 0.0,\n        'hydro': 13.31,\n        'solar': 0.0,\n        'wind': 1426.5317,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -47.1781,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3980.0626,\n        'gas': 0.0,\n        'hydro': 13.01,\n        'solar': 0.0,\n        'wind': 1418.7339,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.0778,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4007.4375,\n        'gas': 0.0,\n        'hydro': 13.01,\n        'solar': 0.0,\n        'wind': 1401.3731,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -15.3802,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4014.1876,\n        'gas': 0.0,\n        'hydro': 12.91,\n        'solar': 0.0,\n        'wind': 1418.7648,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -79.4556,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4061.3438,\n        'gas': 0.0,\n        'hydro': 12.91,\n        'solar': 0.0,\n        'wind': 1417.7381,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -102.6585,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4098.7188,\n        'gas': 0.0,\n        'hydro': 12.91,\n        'solar': 0.0,\n        'wind': 1427.187,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -90.8713,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4133.75,\n        'gas': 0.0,\n        'hydro': 172.21,\n        'solar': 0.0,\n        'wind': 1401.7825,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -154.0882,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4148.6875,\n        'gas': 0.0,\n        'hydro': 177.41,\n        'solar': 0.0,\n        'wind': 1353.151,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -136.0555,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4145.8751,\n        'gas': 0.0,\n        'hydro': 177.31,\n        'solar': 0.0,\n        'wind': 1269.5404,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -163.1052,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4183.9376,\n        'gas': 0.0,\n        'hydro': 176.81,\n        'solar': 0.0,\n        'wind': 1250.7954,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -105.2734,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4170.5938,\n        'gas': 0.0,\n        'hydro': 176.51,\n        'solar': 0.0,\n        'wind': 1249.6075,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -182.5869,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4205.9376,\n        'gas': 0.0,\n        'hydro': 177.81,\n        'solar': 0.4168,\n        'wind': 1214.4456,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -224.9108,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4205.4375,\n        'gas': 0.0,\n        'hydro': 164.41,\n        'solar': 0.8337,\n        'wind': 1166.6412,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -172.2246,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4201.4375,\n        'gas': 0.0,\n        'hydro': 235.01,\n        'solar': 1.2505,\n        'wind': 1160.9578,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -205.4663,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4183.2813,\n        'gas': 0.0,\n        'hydro': 218.61,\n        'solar': 1.6873,\n        'wind': 1125.2203,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -151.6535,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4203.7813,\n        'gas': 0.0,\n        'hydro': 337.61,\n        'solar': 3.3042,\n        'wind': 1076.9925,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -117.0089,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4166.5001,\n        'gas': 0.0,\n        'hydro': 391.71,\n        'solar': 5.141,\n        'wind': 1093.978,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -178.1241,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4179.5001,\n        'gas': 0.0,\n        'hydro': 267.43,\n        'solar': 22.8925,\n        'wind': 1130.7208,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -163.7685,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4175.2813,\n        'gas': 0.0,\n        'hydro': 193.25,\n        'solar': 43.344,\n        'wind': 1116.8763,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.6079,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4224.2813,\n        'gas': 0.0,\n        'hydro': 393.04,\n        'solar': 68.6754,\n        'wind': 1054.2157,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -53.1305,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4182.8125,\n        'gas': 0.0,\n        'hydro': 386.23,\n        'solar': 95.7538,\n        'wind': 1006.6866,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.19,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4185.9688,\n        'gas': 0.0,\n        'hydro': 408.89,\n        'solar': 133.8188,\n        'wind': 1006.1561,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -35.3421,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4204.625,\n        'gas': 0.0,\n        'hydro': 439.93,\n        'solar': 180.3174,\n        'wind': 984.6371,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.1152,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4179.4688,\n        'gas': 0.0,\n        'hydro': 434.33,\n        'solar': 257.212,\n        'wind': 1002.7466,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.6071,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4140.2813,\n        'gas': 0.0,\n        'hydro': 418.87,\n        'solar': 337.9781,\n        'wind': 1043.6498,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -40.5512,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4098.9688,\n        'gas': 0.0,\n        'hydro': 419.15,\n        'solar': 423.4422,\n        'wind': 1053.2602,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.8453,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4070.6251,\n        'gas': 0.0,\n        'hydro': 414.49,\n        'solar': 533.7536,\n        'wind': 1053.8587,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.4397,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4059.5938,\n        'gas': 0.0,\n        'hydro': 382.99,\n        'solar': 643.1372,\n        'wind': 1037.6943,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.8731,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4050.0,\n        'gas': 0.0,\n        'hydro': 375.95,\n        'solar': 746.7892,\n        'wind': 1000.6701,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.9534,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4025.6563,\n        'gas': 0.0,\n        'hydro': 273.63,\n        'solar': 866.7567,\n        'wind': 966.5366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.6154,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4031.9688,\n        'gas': 0.0,\n        'hydro': 109.57,\n        'solar': 910.1928,\n        'wind': 925.2519,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.2072,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4078.125,\n        'gas': 0.0,\n        'hydro': 107.75,\n        'solar': 1012.046,\n        'wind': 899.0533,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.5855,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4112.2813,\n        'gas': 0.0,\n        'hydro': 108.73,\n        'solar': 1123.4627,\n        'wind': 879.4341,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.4805,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4121.5313,\n        'gas': 0.0,\n        'hydro': 81.41,\n        'solar': 1185.9513,\n        'wind': 856.9535,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.6714,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3945.6563,\n        'gas': 0.0,\n        'hydro': 31.65,\n        'solar': 1311.6245,\n        'wind': 836.277,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 22.6071,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3745.5938,\n        'gas': 0.0,\n        'hydro': 2.49,\n        'solar': 1432.0218,\n        'wind': 794.8304,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 20.2919,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3813.1876,\n        'gas': 0.0,\n        'hydro': 0.09,\n        'solar': 1544.8037,\n        'wind': 777.3593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.099,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3668.1563,\n        'gas': 0.0,\n        'hydro': 0.09,\n        'solar': 1658.9173,\n        'wind': 725.5668,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 9.6839,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3780.8125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1722.1889,\n        'wind': 723.148,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.9648,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3840.9688,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1829.9436,\n        'wind': 688.1113,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.5159,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3889.0,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1937.899,\n        'wind': 649.6396,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.396,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3797.1876,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1938.1466,\n        'wind': 634.8519,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 49.9047,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3790.9375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1947.0668,\n        'wind': 661.0936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.9674,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3680.0938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 1982.7775,\n        'wind': 625.1784,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -48.89,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3690.5,\n        'gas': 0.0,\n        'hydro': 26.01,\n        'solar': 1956.6464,\n        'wind': 642.3584,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -24.0169,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3553.0938,\n        'gas': 0.0,\n        'hydro': 0.05,\n        'solar': 2125.3563,\n        'wind': 656.9526,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.2242,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3533.0938,\n        'gas': 0.0,\n        'hydro': 25.53,\n        'solar': 2133.541,\n        'wind': 691.4014,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.9961,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3418.0938,\n        'gas': 0.0,\n        'hydro': 51.09,\n        'solar': 2222.9197,\n        'wind': 739.7202,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.3262,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3447.4375,\n        'gas': 0.0,\n        'hydro': 53.17,\n        'solar': 2312.79,\n        'wind': 797.7848,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -37.5641,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3240.4376,\n        'gas': 0.0,\n        'hydro': 53.28,\n        'solar': 2298.3645,\n        'wind': 862.6092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.6713,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3260.4063,\n        'gas': 0.0,\n        'hydro': 53.41,\n        'solar': 2435.2639,\n        'wind': 938.5637,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 40.4246,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3117.4688,\n        'gas': 0.0,\n        'hydro': 53.17,\n        'solar': 2381.3673,\n        'wind': 1017.1218,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 55.7606,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3069.1876,\n        'gas': 0.0,\n        'hydro': 53.13,\n        'solar': 2447.1279,\n        'wind': 1065.9213,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.2069,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2904.8438,\n        'gas': 0.0,\n        'hydro': 53.17,\n        'solar': 2550.7692,\n        'wind': 1109.0114,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 58.0516,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2754.4376,\n        'gas': 0.0,\n        'hydro': 53.13,\n        'solar': 2610.3739,\n        'wind': 1173.5881,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 49.6593,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2626.5313,\n        'gas': 0.0,\n        'hydro': 53.01,\n        'solar': 2626.2623,\n        'wind': 1161.7563,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 185.2675,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2631.1875,\n        'gas': 0.0,\n        'hydro': 53.33,\n        'solar': 2622.1709,\n        'wind': 1205.8687,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 10.8696,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2516.2501,\n        'gas': 0.0,\n        'hydro': 53.01,\n        'solar': 2825.0246,\n        'wind': 1159.2169,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 83.749,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2362.8126,\n        'gas': 0.0,\n        'hydro': 53.13,\n        'solar': 2854.2727,\n        'wind': 1189.6308,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 92.5207,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2328.1251,\n        'gas': 0.0,\n        'hydro': 53.04,\n        'solar': 2770.3565,\n        'wind': 1133.2839,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 140.6119,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2377.0626,\n        'gas': 0.0,\n        'hydro': 53.53,\n        'solar': 2851.6458,\n        'wind': 1029.968,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 93.1019,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2311.4063,\n        'gas': 0.0,\n        'hydro': 53.0,\n        'solar': 2794.5836,\n        'wind': 1030.1174,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.0418,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2297.3438,\n        'gas': 0.0,\n        'hydro': 52.85,\n        'solar': 2720.6009,\n        'wind': 1078.4425,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 70.2995,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2283.9063,\n        'gas': 0.0,\n        'hydro': 53.04,\n        'solar': 2776.4429,\n        'wind': 1068.8079,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 160.0082,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2283.6876,\n        'gas': 0.0,\n        'hydro': 52.89,\n        'solar': 2705.7429,\n        'wind': 1022.4096,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 175.7861,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2285.25,\n        'gas': 0.0,\n        'hydro': 56.12,\n        'solar': 2732.4779,\n        'wind': 1050.7354,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 251.6989,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2279.7813,\n        'gas': 0.0,\n        'hydro': 30.575,\n        'solar': 2824.6456,\n        'wind': 1026.4298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 292.9762,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2311.5938,\n        'gas': 0.0,\n        'hydro': 6.56,\n        'solar': 2855.873,\n        'wind': 986.9222,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 307.954,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2274.3125,\n        'gas': 0.0,\n        'hydro': 3.585,\n        'solar': 2896.6395,\n        'wind': 978.5882,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 261.4094,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2289.0938,\n        'gas': 0.0,\n        'hydro': 4.07,\n        'solar': 2912.9611,\n        'wind': 936.6869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 236.9505,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2259.5938,\n        'gas': 0.0,\n        'hydro': 3.41,\n        'solar': 2941.2295,\n        'wind': 986.5098,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 291.3932,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2295.1875,\n        'gas': 0.0,\n        'hydro': 4.685,\n        'solar': 2881.674,\n        'wind': 905.8004,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 209.0222,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2256.3438,\n        'gas': 0.0,\n        'hydro': 4.025,\n        'solar': 2858.503,\n        'wind': 998.158,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 157.5372,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2239.2813,\n        'gas': 0.0,\n        'hydro': 2.375,\n        'solar': 2806.6074,\n        'wind': 968.2945,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 228.7431,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2272.1876,\n        'gas': 0.0,\n        'hydro': 0.505,\n        'solar': 2764.2492,\n        'wind': 902.8778,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 209.398,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2243.0313,\n        'gas': 0.0,\n        'hydro': 0.12,\n        'solar': 2705.4112,\n        'wind': 961.8549,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 206.3858,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2231.7813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2695.6259,\n        'wind': 910.875,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 270.8639,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2261.5938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2756.0453,\n        'wind': 816.144,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 211.9611,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2252.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2782.1516,\n        'wind': 790.5104,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 269.2386,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2231.4375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2891.9154,\n        'wind': 800.5439,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 289.1218,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2230.4063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2942.6568,\n        'wind': 785.085,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 226.3709,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2230.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2992.4897,\n        'wind': 778.5819,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 220.2071,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2214.5001,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3025.3451,\n        'wind': 692.8168,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 215.9503,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2160.0626,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 2991.3271,\n        'wind': 702.2007,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 249.0125,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2197.0313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3015.3795,\n        'wind': 758.2061,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 204.6331,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2160.0625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3061.8866,\n        'wind': 733.2147,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 235.4142,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2196.125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3096.0559,\n        'wind': 751.2622,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 266.2468,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2161.2188,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3138.9721,\n        'wind': 747.2964,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 288.4827,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2161.25,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3172.0368,\n        'wind': 740.6178,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 255.8919,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2202.8438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3185.7142,\n        'wind': 740.732,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 194.1563,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2155.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3302.2808,\n        'wind': 729.6151,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 236.7819,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2166.5938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3307.5461,\n        'wind': 742.4487,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 46.1557,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2276.2188,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3298.9361,\n        'wind': 679.0294,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.394,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2171.4688,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3325.4923,\n        'wind': 701.3569,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 36.2456,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2215.0313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3319.6152,\n        'wind': 677.0916,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.7294,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2186.4376,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3333.6009,\n        'wind': 686.7172,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.3762,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2227.8126,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3420.3243,\n        'wind': 718.07,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 18.2593,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2186.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3429.0696,\n        'wind': 716.9881,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.7741,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2209.0626,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3314.2294,\n        'wind': 741.5585,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 30.8147,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2187.0001,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3448.8067,\n        'wind': 732.4724,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.6591,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2196.5938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3380.9454,\n        'wind': 742.8241,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.2388,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2250.6563,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 3303.9046,\n        'wind': 742.1022,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.4467,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2308.4688,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3296.354,\n        'wind': 754.2653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.6927,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2348.1251,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3237.594,\n        'wind': 732.919,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.3342,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2267.7813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3225.4678,\n        'wind': 717.2109,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.7921,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2345.2188,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3190.9308,\n        'wind': 740.9653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.9407,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2291.1251,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3222.7709,\n        'wind': 766.4077,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -29.2346,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2225.0,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3192.7883,\n        'wind': 718.8323,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.9352,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2231.5938,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3240.7276,\n        'wind': 732.7427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 76.2295,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2241.0626,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3140.0499,\n        'wind': 727.819,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 60.7136,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2271.2188,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3226.0899,\n        'wind': 733.3778,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.1677,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2258.5313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3165.5703,\n        'wind': 779.2774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.959,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2258.3438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3174.5837,\n        'wind': 826.9854,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 14.6591,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2282.9375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3224.9595,\n        'wind': 837.8935,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.7236,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2248.3438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3242.7285,\n        'wind': 852.6036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.8095,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2282.9063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3149.9119,\n        'wind': 890.1585,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 7.5453,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2320.1875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3085.3922,\n        'wind': 862.1584,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 24.4413,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2272.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 3047.6365,\n        'wind': 903.6776,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 6.4498,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2329.1875,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 3023.7548,\n        'wind': 943.9141,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -40.8795,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2297.9688,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2989.9931,\n        'wind': 903.1653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.2155,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2374.4688,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 2946.7183,\n        'wind': 870.6771,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.953,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2384.9688,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2914.5862,\n        'wind': 923.2578,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.6536,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2443.4375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2887.7159,\n        'wind': 932.3074,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.9468,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2547.4063,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2841.7879,\n        'wind': 973.9313,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.5281,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2600.8751,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2798.3705,\n        'wind': 966.7866,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -45.0205,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2624.8126,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2753.1258,\n        'wind': 977.1666,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.5318,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2679.625,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2739.4088,\n        'wind': 987.2274,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.3105,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2757.3125,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2725.328,\n        'wind': 993.3288,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -9.5918,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2761.8125,\n        'gas': 0.0,\n        'hydro': 0.0,\n        'solar': 2650.072,\n        'wind': 985.3539,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 36.3778,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2804.5001,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2603.6624,\n        'wind': 955.3816,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.6209,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2887.8438,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2570.8808,\n        'wind': 963.971,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.558,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 2962.6875,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2506.4043,\n        'wind': 946.6616,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.6528,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3052.5313,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2404.0654,\n        'wind': 903.2006,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.3909,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3113.2813,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2241.3266,\n        'wind': 877.7577,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 26.3411,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3197.25,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2166.0646,\n        'wind': 873.0526,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.4885,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3323.375,\n        'gas': 0.0,\n        'hydro': 0.01,\n        'solar': 2083.7894,\n        'wind': 874.7936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.6868,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3360.3438,\n        'gas': 0.0,\n        'hydro': 20.11,\n        'solar': 2056.9418,\n        'wind': 866.3193,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0846,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3315.1876,\n        'gas': 0.0,\n        'hydro': 61.51,\n        'solar': 2004.8927,\n        'wind': 837.7579,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.9455,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3448.0,\n        'gas': 0.0,\n        'hydro': 61.81,\n        'solar': 1994.0327,\n        'wind': 826.0851,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.9518,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3490.9375,\n        'gas': 0.0,\n        'hydro': 61.45,\n        'solar': 1892.825,\n        'wind': 786.1018,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.4114,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3533.5313,\n        'gas': 0.0,\n        'hydro': 61.25,\n        'solar': 1806.2856,\n        'wind': 791.9112,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.7115,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3523.75,\n        'gas': 0.0,\n        'hydro': 53.85,\n        'solar': 1714.2418,\n        'wind': 782.3454,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -61.8203,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3577.9375,\n        'gas': 39.175,\n        'hydro': 0.05,\n        'solar': 1618.1286,\n        'wind': 786.6993,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.0137,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3661.0938,\n        'gas': 79.25,\n        'hydro': 106.55,\n        'solar': 1531.2505,\n        'wind': 737.4983,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.075,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3736.5313,\n        'gas': 80.5,\n        'hydro': 161.55,\n        'solar': 1422.8317,\n        'wind': 718.0367,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.1265,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3757.0625,\n        'gas': 80.0,\n        'hydro': 386.25,\n        'solar': 1360.19,\n        'wind': 651.0393,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 41.912,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3792.75,\n        'gas': 78.9,\n        'hydro': 542.75,\n        'solar': 1277.6321,\n        'wind': 638.1702,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.585,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3894.0313,\n        'gas': 61.775,\n        'hydro': 638.75,\n        'solar': 1195.4457,\n        'wind': 631.9722,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -11.3348,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3873.6251,\n        'gas': 101.125,\n        'hydro': 641.83,\n        'solar': 1088.4078,\n        'wind': 633.787,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -92.3629,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3920.9688,\n        'gas': 109.65,\n        'hydro': 644.39,\n        'solar': 1007.4247,\n        'wind': 606.7003,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -94.7893,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 3954.7813,\n        'gas': 69.375,\n        'hydro': 722.47,\n        'solar': 957.8459,\n        'wind': 570.3036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.0192,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4014.4688,\n        'gas': 55.0,\n        'hydro': 791.7101,\n        'solar': 854.2665,\n        'wind': 574.835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.9977,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4062.6251,\n        'gas': 60.15,\n        'hydro': 815.97,\n        'solar': 745.6041,\n        'wind': 569.1928,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.6202,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4110.8126,\n        'gas': 168.125,\n        'hydro': 868.43,\n        'solar': 642.6973,\n        'wind': 572.6174,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.7046,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4117.7188,\n        'gas': 241.025,\n        'hydro': 920.94,\n        'solar': 538.1776,\n        'wind': 554.6574,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -195.0558,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4189.0313,\n        'gas': 257.625,\n        'hydro': 854.35,\n        'solar': 450.2508,\n        'wind': 558.1933,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -108.0359,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4207.5001,\n        'gas': 361.8,\n        'hydro': 787.91,\n        'solar': 361.522,\n        'wind': 543.2,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -110.0592,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4200.5626,\n        'gas': 375.65,\n        'hydro': 824.8101,\n        'solar': 280.2077,\n        'wind': 530.5716,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -101.0124,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4206.8126,\n        'gas': 335.925,\n        'hydro': 852.87,\n        'solar': 208.4188,\n        'wind': 514.9475,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -127.402,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4231.7188,\n        'gas': 375.45,\n        'hydro': 867.71,\n        'solar': 144.5189,\n        'wind': 505.2213,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -129.3687,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4206.7501,\n        'gas': 374.275,\n        'hydro': 944.07,\n        'solar': 86.7575,\n        'wind': 496.1544,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.9157,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4185.3438,\n        'gas': 371.3,\n        'hydro': 899.95,\n        'solar': 62.9401,\n        'wind': 515.9719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -101.2474,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4212.2501,\n        'gas': 375.2,\n        'hydro': 868.35,\n        'solar': 45.8855,\n        'wind': 519.427,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -138.7419,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4208.1563,\n        'gas': 305.8,\n        'hydro': 866.85,\n        'solar': 31.5965,\n        'wind': 526.4903,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -132.0464,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4199.1251,\n        'gas': 373.025,\n        'hydro': 864.71,\n        'solar': 20.8757,\n        'wind': 508.756,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -101.9782,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4186.1876,\n        'gas': 378.3,\n        'hydro': 855.69,\n        'solar': 10.3848,\n        'wind': 506.6103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -118.184,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4189.0,\n        'gas': 378.7,\n        'hydro': 965.43,\n        'solar': 0.554,\n        'wind': 519.143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -95.7553,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4206.9063,\n        'gas': 379.75,\n        'hydro': 971.2101,\n        'solar': 0.4717,\n        'wind': 534.53,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -104.9358,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4201.3126,\n        'gas': 376.9,\n        'hydro': 982.3701,\n        'solar': 0.3693,\n        'wind': 545.6519,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -168.5458,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4232.8125,\n        'gas': 360.1,\n        'hydro': 984.21,\n        'solar': 0.317,\n        'wind': 563.9193,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -129.5304,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4235.6563,\n        'gas': 357.475,\n        'hydro': 983.49,\n        'solar': 0.2247,\n        'wind': 575.1251,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -119.3059,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4205.3438,\n        'gas': 377.075,\n        'hydro': 959.83,\n        'solar': 0.4423,\n        'wind': 580.5936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -96.0568,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4215.25,\n        'gas': 380.1,\n        'hydro': 963.39,\n        'solar': 0.0,\n        'wind': 601.6158,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -103.0659,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4213.8438,\n        'gas': 376.025,\n        'hydro': 915.45,\n        'solar': 0.0,\n        'wind': 629.8836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -104.2341,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4208.0001,\n        'gas': 336.4,\n        'hydro': 906.01,\n        'solar': 0.0,\n        'wind': 649.407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.8142,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4209.0625,\n        'gas': 290.125,\n        'hydro': 865.89,\n        'solar': 0.15,\n        'wind': 670.7719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -102.7743,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4201.5,\n        'gas': 331.175,\n        'hydro': 784.73,\n        'solar': 0.06,\n        'wind': 685.1124,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -99.4486,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4194.4063,\n        'gas': 330.775,\n        'hydro': 742.39,\n        'solar': 0.0,\n        'wind': 707.6277,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -87.9455,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4215.1251,\n        'gas': 278.95,\n        'hydro': 688.39,\n        'solar': 0.0,\n        'wind': 711.9608,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -74.5749,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4195.1876,\n        'gas': 211.1,\n        'hydro': 668.73,\n        'solar': 0.0,\n        'wind': 742.2115,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -100.0142,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4194.7813,\n        'gas': 184.625,\n        'hydro': 802.09,\n        'solar': 0.0,\n        'wind': 792.9081,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -64.3618,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4191.8438,\n        'gas': 185.2,\n        'hydro': 819.65,\n        'solar': 0.0,\n        'wind': 837.2534,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.2553,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4211.375,\n        'gas': 184.35,\n        'hydro': 642.57,\n        'solar': 0.0,\n        'wind': 864.1491,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.313,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'production': dict({\n        'coal': 4216.1251,\n        'gas': 185.35,\n        'hydro': 632.93,\n        'solar': 0.02,\n        'wind': 880.0402,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.3987,\n      }),\n      'zoneKey': 'AU-VIC',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM/test_production[AU-WA].ambr",
    "content": "# serializer version: 1\n# name: test_production[AU-WA]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 613.2799,\n        'gas': 845.0935,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 805.2495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -295.2004,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 605.8526,\n        'gas': 853.0111,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 799.4625,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -227.1905,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 601.5587,\n        'gas': 818.3606,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 800.7106,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -273.2872,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 596.5629,\n        'gas': 817.5112,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 801.6776,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -235.2606,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 594.4502,\n        'gas': 813.5265,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 803.379,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -214.3072,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 593.4562,\n        'gas': 792.6864,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 807.4366,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -226.4105,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 593.8494,\n        'gas': 785.3068,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 811.0527,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -243.4206,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 592.858,\n        'gas': 788.7573,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 809.0102,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -254.7309,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 593.3937,\n        'gas': 754.8736,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 810.8603,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -287.9574,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.18,\n        'coal': 594.146,\n        'gas': 775.495,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 813.6898,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -157.7105,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2422,\n        'coal': 594.5786,\n        'gas': 782.3333,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 819.565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -99.9105,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2422,\n        'coal': 594.4614,\n        'gas': 755.9203,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 828.1418,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.534,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 6, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2422,\n        'coal': 595.3509,\n        'gas': 754.2071,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 835.2807,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -52.2341,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.316,\n        'coal': 594.7799,\n        'gas': 749.5654,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 835.0068,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -48.6239,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.316,\n        'coal': 594.5345,\n        'gas': 741.8073,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 827.9155,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -35.744,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.316,\n        'coal': 594.2564,\n        'gas': 731.519,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 818.8721,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.244,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.8452,\n        'gas': 711.2867,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 809.1301,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -107.084,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.945,\n        'gas': 681.6724,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 806.395,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -152.4473,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.6942,\n        'gas': 679.4722,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 811.2496,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -105.5975,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.6509,\n        'gas': 671.7208,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 816.9755,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -77.4674,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.7607,\n        'gas': 662.3535,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 818.3803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -69.4472,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 594.3507,\n        'gas': 665.9508,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 812.7506,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -42.7373,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 594.1757,\n        'gas': 645.6714,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 816.8225,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -68.2472,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 594.0233,\n        'gas': 610.7092,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 813.8214,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -104.2554,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.9974,\n        'gas': 594.0016,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 813.2007,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -122.2353,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.7434,\n        'gas': 586.9628,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 813.5289,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -121.7055,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.3652,\n        'gas': 579.3345,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 820.3235,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -91.4652,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.6115,\n        'gas': 570.0052,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 826.4091,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -61.7314,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.7272,\n        'gas': 565.0952,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 829.6019,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -44.4514,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.3515,\n        'gas': 561.0072,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 834.3733,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.1769,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 593.8483,\n        'gas': 555.7134,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 836.2807,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.4434,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 594.3458,\n        'gas': 538.628,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 837.8647,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.86,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.359,\n        'coal': 594.6181,\n        'gas': 518.7239,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 838.9417,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -26.3934,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.7764,\n        'gas': 514.1253,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 840.931,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.6534,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.6432,\n        'gas': 517.666,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.0345,\n        'wind': 839.8045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.7959,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 593.9865,\n        'gas': 527.3779,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 839.0295,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.1239,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.2593,\n        'gas': 527.9908,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 836.2138,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 8.8775,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 593.9925,\n        'gas': 522.9279,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 839.8997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 21.3439,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.5036,\n        'gas': 521.0372,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 843.3803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.044,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.3648,\n        'gas': 507.0392,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 847.9758,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.3175,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.6141,\n        'gas': 489.7462,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 849.4397,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 28.8737,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 593.9312,\n        'gas': 488.4671,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 855.059,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 47.8239,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.332,\n        'gas': 489.1206,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 865.7405,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 80.492,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.3061,\n        'gas': 490.7213,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 858.4403,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.2152,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.0235,\n        'gas': 488.4278,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 858.3996,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 77.0652,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.2848,\n        'gas': 488.7715,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 857.6334,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 128.0621,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.279,\n        'gas': 489.0525,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 864.0364,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 186.4654,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.2799,\n        'gas': 490.7734,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 864.6923,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 177.5485,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.1209,\n        'gas': 489.9752,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 867.2171,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 171.372,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 595.0417,\n        'gas': 488.0243,\n        'hydro': 0.0025,\n        'oil': 0.5577,\n        'solar': 1.014,\n        'wind': 873.9921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 184.3186,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 595.42,\n        'gas': 516.235,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 873.8902,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 246.8969,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 593.9422,\n        'gas': 522.9979,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 872.9407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 287.746,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.0608,\n        'gas': 490.7704,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 869.8468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 279.2767,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 594.4068,\n        'gas': 488.9517,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 878.5649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 322.8692,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5723,\n        'coal': 593.9148,\n        'gas': 489.1672,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 878.9573,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 361.7393,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0926,\n        'coal': 594.1562,\n        'gas': 489.586,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 880.074,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 378.1994,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0926,\n        'coal': 594.2792,\n        'gas': 489.8606,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 882.6652,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 383.8293,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0926,\n        'coal': 594.5232,\n        'gas': 489.6038,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 882.8301,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 414.5429,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0926,\n        'coal': 594.3014,\n        'gas': 495.5717,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 888.2862,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 462.0291,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2138,\n        'coal': 595.009,\n        'gas': 500.5902,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 888.8694,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 492.5859,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2138,\n        'coal': 595.5494,\n        'gas': 499.9685,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 885.2915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 492.3258,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2138,\n        'coal': 595.0195,\n        'gas': 503.0573,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 886.4219,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 495.1959,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2138,\n        'coal': 594.9985,\n        'gas': 502.9923,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 880.7147,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 466.7795,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2195,\n        'coal': 592.9448,\n        'gas': 522.9023,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 879.279,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 502.3192,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2195,\n        'coal': 594.4715,\n        'gas': 527.6077,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 882.519,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 539.0426,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2195,\n        'coal': 594.8469,\n        'gas': 528.0923,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 889.0131,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 547.7693,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2195,\n        'coal': 594.8336,\n        'gas': 527.5754,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 891.1799,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 501.3358,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2195,\n        'coal': 594.8383,\n        'gas': 528.2472,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 892.1363,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 521.256,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9965,\n        'coal': 594.7182,\n        'gas': 527.5599,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 895.8769,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 538.0628,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9965,\n        'coal': 594.8455,\n        'gas': 526.6094,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 892.3261,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 505.2526,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9965,\n        'coal': 595.1183,\n        'gas': 525.7137,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 896.3694,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 538.296,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9965,\n        'coal': 594.9765,\n        'gas': 524.8477,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 892.6571,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 530.5325,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9965,\n        'coal': 595.2324,\n        'gas': 526.3591,\n        'hydro': 0.0025,\n        'oil': 0.5674,\n        'solar': 1.014,\n        'wind': 893.6468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 532.0424,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 594.8341,\n        'gas': 518.9678,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 898.0166,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 524.0661,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 594.4425,\n        'gas': 503.6409,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 904.6696,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 456.2458,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 585.9525,\n        'gas': 491.4572,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 903.6379,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 349.6691,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 569.3469,\n        'gas': 481.8588,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 901.5089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 210.8162,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 560.9595,\n        'gas': 475.27,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 896.9403,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 150.8629,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 554.3435,\n        'gas': 479.5257,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.014,\n        'wind': 896.2816,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 203.3863,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 536.2675,\n        'gas': 463.7182,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 0.761,\n        'wind': 894.4575,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 158.3263,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 536.8812,\n        'gas': 441.3141,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 0.761,\n        'wind': 892.4087,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 79.4359,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 540.5688,\n        'gas': 436.0608,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1.0097,\n        'wind': 895.2785,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 85.6492,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 520.9369,\n        'gas': 437.2164,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 7.5312,\n        'wind': 894.3705,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 61.7826,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 522.5414,\n        'gas': 436.0588,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 8.1802,\n        'wind': 889.1042,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 59.1302,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 541.7581,\n        'gas': 436.0392,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 8.9775,\n        'wind': 889.5154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 83.3532,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 541.8247,\n        'gas': 420.4928,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 39.1475,\n        'wind': 889.2437,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 36.9834,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0105,\n        'coal': 524.4941,\n        'gas': 407.8049,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 41.5215,\n        'wind': 890.5193,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -13.7064,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 514.3785,\n        'gas': 408.4712,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 48.0605,\n        'wind': 883.0982,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.7565,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 506.3478,\n        'gas': 408.2374,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 86.6432,\n        'wind': 879.8166,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -31.3565,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 500.0993,\n        'gas': 400.8849,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 94.4156,\n        'wind': 870.8221,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.2634,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 492.4795,\n        'gas': 399.4866,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 105.5009,\n        'wind': 862.654,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -41.1566,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 484.9804,\n        'gas': 398.9098,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 159.0442,\n        'wind': 858.3346,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.3598,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 487.1518,\n        'gas': 402.3106,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 170.7714,\n        'wind': 856.2305,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 33.4466,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 504.794,\n        'gas': 404.393,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 184.7562,\n        'wind': 853.9301,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 182.4032,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 520.1182,\n        'gas': 414.4397,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 290.4964,\n        'wind': 854.3926,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 411.5235,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 536.3108,\n        'gas': 420.4912,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 304.4053,\n        'wind': 852.7737,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 558.0836,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 550.5656,\n        'gas': 417.6659,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 316.7084,\n        'wind': 849.865,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 574.168,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 559.4874,\n        'gas': 419.2928,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 415.2644,\n        'wind': 833.2655,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 555.3527,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2128,\n        'coal': 567.1809,\n        'gas': 419.2588,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 427.0728,\n        'wind': 819.7379,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 701.25,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0015,\n        'coal': 570.7325,\n        'gas': 419.3444,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 437.1646,\n        'wind': 814.9703,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 741.33,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0015,\n        'coal': 568.8009,\n        'gas': 417.9606,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 557.7542,\n        'wind': 801.9503,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 792.8333,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8811,\n        'coal': 562.2399,\n        'gas': 418.1926,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 565.7312,\n        'wind': 796.8218,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 817.699,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0941,\n        'coal': 558.1153,\n        'gas': 421.6508,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 574.9867,\n        'wind': 783.233,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 867.3614,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0941,\n        'coal': 553.0087,\n        'gas': 421.2472,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 716.9164,\n        'wind': 773.2706,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 915.1412,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0941,\n        'coal': 551.678,\n        'gas': 422.1077,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 725.2417,\n        'wind': 770.8811,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 979.7881,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2154,\n        'coal': 551.0086,\n        'gas': 419.7093,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 731.9943,\n        'wind': 764.0281,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1027.5281,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2154,\n        'coal': 551.1446,\n        'gas': 419.5302,\n        'hydro': 0.001,\n        'oil': 0.5573,\n        'solar': 889.0317,\n        'wind': 756.691,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1097.2681,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2154,\n        'coal': 550.6605,\n        'gas': 421.2651,\n        'hydro': 0.001,\n        'oil': 0.5573,\n        'solar': 894.7955,\n        'wind': 754.1906,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1171.1248,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.0745,\n        'coal': 551.1407,\n        'gas': 421.7716,\n        'hydro': 0.001,\n        'oil': 0.5627,\n        'solar': 900.2036,\n        'wind': 736.9577,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1192.024,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9984,\n        'coal': 550.9377,\n        'gas': 422.2894,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1051.8218,\n        'wind': 731.4764,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1232.9581,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9984,\n        'coal': 551.1802,\n        'gas': 419.3265,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1055.6661,\n        'wind': 725.4409,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1250.6881,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8776,\n        'coal': 551.3272,\n        'gas': 419.2824,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1059.4955,\n        'wind': 716.7049,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1288.2813,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8129,\n        'coal': 551.5924,\n        'gas': 440.8816,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1193.373,\n        'wind': 710.4541,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1427.0613,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8129,\n        'coal': 551.4836,\n        'gas': 474.5397,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1196.5243,\n        'wind': 708.4245,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1576.2773,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8129,\n        'coal': 551.0903,\n        'gas': 485.2132,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1199.0024,\n        'wind': 703.9672,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1667.294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8129,\n        'coal': 551.4839,\n        'gas': 485.6356,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1318.6833,\n        'wind': 697.0438,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1733.7042,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0279,\n        'coal': 551.6152,\n        'gas': 488.9796,\n        'hydro': 0.0025,\n        'oil': 0.5573,\n        'solar': 1321.5307,\n        'wind': 692.4573,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1817.2639,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1509,\n        'coal': 547.1207,\n        'gas': 482.5865,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1322.1574,\n        'wind': 684.7717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1793.424,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1509,\n        'coal': 538.0526,\n        'gas': 470.3333,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1485.3738,\n        'wind': 673.6773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1716.9775,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 530.6533,\n        'gas': 466.9887,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1485.8605,\n        'wind': 662.8908,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1697.1201,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 518.6809,\n        'gas': 464.8816,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1486.0005,\n        'wind': 660.5846,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1705.0769,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 502.0626,\n        'gas': 468.5928,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1605.0377,\n        'wind': 642.8327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1596.7337,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 485.6633,\n        'gas': 469.9008,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1587.2905,\n        'wind': 618.7599,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1343.1584,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 468.5907,\n        'gas': 468.307,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1587.2905,\n        'wind': 601.0228,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1114.0707,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 451.555,\n        'gas': 465.1059,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1746.4501,\n        'wind': 590.663,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1087.8288,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 435.0514,\n        'gas': 464.9155,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1746.4501,\n        'wind': 587.2906,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1091.3889,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 421.1186,\n        'gas': 465.6286,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1746.9801,\n        'wind': 587.3436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1103.9706,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 411.721,\n        'gas': 464.6175,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1861.5796,\n        'wind': 592.2139,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1118.8646,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 403.5696,\n        'gas': 465.2071,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1861.5796,\n        'wind': 574.7891,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1126.318,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 405.6341,\n        'gas': 469.2945,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1861.7029,\n        'wind': 576.6904,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1329.3481,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 421.6063,\n        'gas': 471.5514,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1964.1745,\n        'wind': 587.7168,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1690.4953,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 432.0528,\n        'gas': 470.2783,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1965.3781,\n        'wind': 565.4094,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1737.1817,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 442.4862,\n        'gas': 474.3545,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 1965.3781,\n        'wind': 540.9072,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1767.1288,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 460.0143,\n        'gas': 484.2496,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2081.3247,\n        'wind': 542.2708,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1829.8241,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 476.2442,\n        'gas': 489.6671,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2081.3247,\n        'wind': 535.6745,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1896.627,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 492.5066,\n        'gas': 485.1837,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2081.5847,\n        'wind': 507.7469,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1894.2588,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 508.4667,\n        'gas': 473.1483,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2150.5332,\n        'wind': 490.7023,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1866.789,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 519.8782,\n        'gas': 467.7984,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2150.6532,\n        'wind': 488.1098,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1854.7255,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 525.3421,\n        'gas': 467.0332,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2151.8602,\n        'wind': 474.3717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1845.8889,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 530.3288,\n        'gas': 465.1853,\n        'hydro': 0.0019,\n        'oil': 0.5573,\n        'solar': 2227.8356,\n        'wind': 469.5382,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1851.422,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 536.7375,\n        'gas': 470.8828,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2227.8356,\n        'wind': 456.482,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1841.9155,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 532.3775,\n        'gas': 475.6798,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2227.9556,\n        'wind': 459.6523,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1808.3356,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 513.7726,\n        'gas': 467.5271,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2289.7989,\n        'wind': 450.9579,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1670.3629,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 514.9325,\n        'gas': 463.2107,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2289.9223,\n        'wind': 453.4596,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1654.9136,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 517.4578,\n        'gas': 465.4712,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2289.9223,\n        'wind': 461.2623,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1683.8335,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 497.3476,\n        'gas': 467.8845,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2344.4792,\n        'wind': 437.4803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1637.4668,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9396,\n        'coal': 489.8742,\n        'gas': 463.3558,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2344.5992,\n        'wind': 426.5087,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1553.9826,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7366,\n        'coal': 491.8753,\n        'gas': 460.3489,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2344.5992,\n        'wind': 419.7972,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1510.4086,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7366,\n        'coal': 487.0743,\n        'gas': 460.107,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2394.7795,\n        'wind': 419.757,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1453.4554,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9606,\n        'coal': 478.3211,\n        'gas': 441.3591,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2394.7795,\n        'wind': 411.5921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1299.3161,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9606,\n        'coal': 466.2695,\n        'gas': 408.9274,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2394.7795,\n        'wind': 385.2198,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1036.6054,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7512,\n        'coal': 454.1806,\n        'gas': 396.9631,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2422.1786,\n        'wind': 373.0743,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 890.2152,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7512,\n        'coal': 446.2072,\n        'gas': 399.3684,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2422.1786,\n        'wind': 355.9226,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 679.6833,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7512,\n        'coal': 450.2569,\n        'gas': 395.0938,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2422.0552,\n        'wind': 347.908,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 517.7145,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9566,\n        'coal': 453.6108,\n        'gas': 394.6533,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2447.4551,\n        'wind': 331.6253,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 575.2786,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9402,\n        'coal': 451.9337,\n        'gas': 394.6417,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2447.2149,\n        'wind': 325.0468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 532.2258,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7248,\n        'coal': 472.6971,\n        'gas': 398.9933,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2447.2149,\n        'wind': 304.2211,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 464.1926,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8453,\n        'coal': 488.6847,\n        'gas': 418.1951,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2453.7184,\n        'wind': 294.3336,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 491.5645,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8453,\n        'coal': 503.3273,\n        'gas': 428.7385,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2453.7184,\n        'wind': 271.5644,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 477.99,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0385,\n        'coal': 513.674,\n        'gas': 420.11,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2449.8697,\n        'wind': 264.136,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 436.4167,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0385,\n        'coal': 521.7657,\n        'gas': 418.4701,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2456.1828,\n        'wind': 256.0309,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 402.2403,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8278,\n        'coal': 530.5834,\n        'gas': 417.2236,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2459.416,\n        'wind': 246.0276,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 352.0602,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8278,\n        'coal': 539.2176,\n        'gas': 423.9418,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2462.5862,\n        'wind': 246.9703,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 318.2234,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8278,\n        'coal': 546.9449,\n        'gas': 450.1354,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2472.488,\n        'wind': 235.7085,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 348.7786,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0501,\n        'coal': 551.2164,\n        'gas': 494.3155,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2472.488,\n        'wind': 243.3425,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 470.5383,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0501,\n        'coal': 551.2194,\n        'gas': 531.9909,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2472.488,\n        'wind': 239.9874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 539.005,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0501,\n        'coal': 551.9896,\n        'gas': 549.6897,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2465.2135,\n        'wind': 238.3186,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 528.735,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8348,\n        'coal': 552.2337,\n        'gas': 558.7432,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2479.3245,\n        'wind': 246.2738,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 535.8679,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8348,\n        'coal': 552.1072,\n        'gas': 571.2995,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2496.7422,\n        'wind': 241.9645,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 546.4862,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8348,\n        'coal': 552.1058,\n        'gas': 572.7737,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2490.8006,\n        'wind': 246.3215,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 503.0258,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7142,\n        'coal': 552.263,\n        'gas': 569.811,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2491.3216,\n        'wind': 246.5586,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 426.5429,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7142,\n        'coal': 551.7468,\n        'gas': 572.8688,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2491.3216,\n        'wind': 249.4278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 390.1793,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7142,\n        'coal': 551.8672,\n        'gas': 569.3419,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2470.7065,\n        'wind': 246.97,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 299.4993,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9172,\n        'coal': 551.9976,\n        'gas': 563.7557,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2470.5402,\n        'wind': 244.8502,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 230.5728,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9172,\n        'coal': 551.48,\n        'gas': 561.0805,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2470.3628,\n        'wind': 238.7877,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 151.6427,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9172,\n        'coal': 551.0338,\n        'gas': 557.0348,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2466.346,\n        'wind': 243.04,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 123.1562,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9172,\n        'coal': 551.3952,\n        'gas': 560.0305,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2466.478,\n        'wind': 235.5595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 93.8521,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0381,\n        'coal': 551.6779,\n        'gas': 579.4313,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2465.6284,\n        'wind': 256.773,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 101.2079,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8308,\n        'coal': 551.3099,\n        'gas': 591.6827,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2448.156,\n        'wind': 256.7921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 79.6266,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8308,\n        'coal': 551.5565,\n        'gas': 590.6246,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2447.893,\n        'wind': 256.3385,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.293,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8308,\n        'coal': 551.7986,\n        'gas': 625.596,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2447.9556,\n        'wind': 272.2123,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 101.5799,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8308,\n        'coal': 551.6706,\n        'gas': 666.799,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2405.7294,\n        'wind': 281.6649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 132.8359,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8308,\n        'coal': 551.4149,\n        'gas': 699.5282,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2389.3947,\n        'wind': 278.5782,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 108.9825,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.4213,\n        'gas': 700.036,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2388.0438,\n        'wind': 296.7755,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 86.3359,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.4226,\n        'gas': 701.7361,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2354.7292,\n        'wind': 331.1404,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 138.8812,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.2945,\n        'gas': 707.6949,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2354.6139,\n        'wind': 342.8047,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 110.9392,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.3212,\n        'gas': 730.8653,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2340.5882,\n        'wind': 360.4108,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 90.0887,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.3196,\n        'gas': 745.8815,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2277.63,\n        'wind': 389.6252,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 102.8414,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.5731,\n        'gas': 771.6746,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2249.7985,\n        'wind': 407.8112,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 71.4681,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7108,\n        'coal': 551.8216,\n        'gas': 786.8463,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2261.4165,\n        'wind': 429.486,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 97.9269,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.687,\n        'gas': 794.3336,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2214.3548,\n        'wind': 416.5862,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 73.1259,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.5656,\n        'gas': 813.7906,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2211.3174,\n        'wind': 427.3399,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.7447,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.3126,\n        'gas': 844.2657,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2205.6772,\n        'wind': 436.3556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 63.6066,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.3259,\n        'gas': 852.0923,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2138.3198,\n        'wind': 426.3708,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -11.3013,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.7086,\n        'gas': 883.945,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2136.4294,\n        'wind': 428.2051,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -30.6313,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.5681,\n        'gas': 904.0259,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2148.6433,\n        'wind': 430.534,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.9772,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.8217,\n        'gas': 915.4355,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2082.8085,\n        'wind': 434.4702,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 15.3229,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.4474,\n        'gas': 941.7019,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2094.1609,\n        'wind': 451.1233,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 62.7325,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 551.6991,\n        'gas': 973.3539,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2093.2039,\n        'wind': 464.8463,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.1225,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.831,\n        'coal': 555.0441,\n        'gas': 1038.475,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 2009.2625,\n        'wind': 470.5495,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 199.2172,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 555.9878,\n        'gas': 1077.8538,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1992.654,\n        'wind': 497.3719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 273.1294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 556.3737,\n        'gas': 1079.4742,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1977.9123,\n        'wind': 508.0439,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 177.45,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 556.254,\n        'gas': 1071.9496,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1845.1497,\n        'wind': 514.7477,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 58.6767,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 555.5956,\n        'gas': 1093.1738,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1852.7616,\n        'wind': 522.1468,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 68.7455,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 553.2082,\n        'gas': 1095.223,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1874.2392,\n        'wind': 530.7918,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 65.5033,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 552.0672,\n        'gas': 1094.7142,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1750.0973,\n        'wind': 551.614,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 90.6494,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0456,\n        'coal': 551.2942,\n        'gas': 1096.3119,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1750.3598,\n        'wind': 548.3584,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.1453,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9248,\n        'coal': 551.0428,\n        'gas': 1095.8573,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1744.5289,\n        'wind': 567.231,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -54.2928,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9073,\n        'coal': 550.9164,\n        'gas': 1099.481,\n        'hydro': 0.0019,\n        'oil': 0.5476,\n        'solar': 1567.8016,\n        'wind': 587.1198,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -205.1044,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9073,\n        'coal': 550.6559,\n        'gas': 1096.8253,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1543.8675,\n        'wind': 581.9752,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -446.4442,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9073,\n        'coal': 550.7979,\n        'gas': 1097.5966,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1542.3788,\n        'wind': 593.9193,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -564.3807,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9073,\n        'coal': 550.5544,\n        'gas': 1092.331,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1428.2043,\n        'wind': 600.7305,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -637.6527,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9073,\n        'coal': 550.0653,\n        'gas': 1090.8181,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1482.4675,\n        'wind': 612.0038,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -577.7913,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0314,\n        'coal': 552.5779,\n        'gas': 1078.12,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1490.4544,\n        'wind': 627.6672,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -613.1966,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0314,\n        'coal': 567.1327,\n        'gas': 1082.7111,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1351.6889,\n        'wind': 621.4893,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -654.2206,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0314,\n        'coal': 575.7472,\n        'gas': 1078.6987,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1346.8535,\n        'wind': 636.6862,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -744.3236,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8274,\n        'coal': 588.1258,\n        'gas': 1081.6537,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1346.2579,\n        'wind': 642.1394,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -772.3134,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8274,\n        'coal': 596.2805,\n        'gas': 1079.3567,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1190.5327,\n        'wind': 656.4412,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -806.4159,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8274,\n        'coal': 608.8555,\n        'gas': 1076.2676,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1187.5122,\n        'wind': 661.8351,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -823.4971,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 620.6745,\n        'gas': 1079.652,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1184.9506,\n        'wind': 673.5379,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -833.002,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 638.4051,\n        'gas': 1081.241,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1036.3656,\n        'wind': 676.4045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -841.7489,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 649.6955,\n        'gas': 1081.5722,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1029.0434,\n        'wind': 694.7132,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -863.0976,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 657.3265,\n        'gas': 1083.6004,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 1023.0488,\n        'wind': 720.9045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -888.5954,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 661.8065,\n        'gas': 1084.1945,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 887.3368,\n        'wind': 739.5998,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -904.9118,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 661.8155,\n        'gas': 1085.0209,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 883.4999,\n        'wind': 751.1598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -951.1106,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 659.2485,\n        'gas': 1080.9021,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 872.7798,\n        'wind': 756.9924,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1063.246,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 658.8932,\n        'gas': 1067.2687,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 720.7476,\n        'wind': 763.3884,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1178.5675,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 656.1023,\n        'gas': 1064.1253,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 708.3704,\n        'wind': 770.9781,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1278.3708,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 649.2777,\n        'gas': 1064.3666,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 697.2887,\n        'wind': 776.9036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1386.8973,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 644.5514,\n        'gas': 1064.072,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 545.6185,\n        'wind': 787.5269,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1424.0586,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9484,\n        'coal': 639.1259,\n        'gas': 1065.9145,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 533.1644,\n        'wind': 780.3609,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1520.2821,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.672,\n        'coal': 635.1593,\n        'gas': 1069.691,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 515.9596,\n        'wind': 780.5543,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1620.1919,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.672,\n        'coal': 634.7672,\n        'gas': 1072.5253,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 383.4344,\n        'wind': 786.4653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1647.012,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.672,\n        'coal': 637.3321,\n        'gas': 1073.4937,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 383.9838,\n        'wind': 791.7975,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1630.0387,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.38,\n        'coal': 649.8931,\n        'gas': 1073.0962,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 376.8591,\n        'wind': 796.2019,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1606.4655,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.38,\n        'coal': 660.0918,\n        'gas': 1075.1082,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 273.1927,\n        'wind': 801.8577,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1618.9477,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.38,\n        'coal': 666.7883,\n        'gas': 1077.4378,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 265.1676,\n        'wind': 802.2501,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1607.8708,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.584,\n        'coal': 668.6281,\n        'gas': 1077.0211,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 262.1543,\n        'wind': 804.0346,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1611.8642,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8157,\n        'coal': 668.5655,\n        'gas': 1076.3964,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 168.6313,\n        'wind': 788.6838,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1623.4642,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6044,\n        'coal': 667.7628,\n        'gas': 1075.5922,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 166.6607,\n        'wind': 786.8442,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1628.7507,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6044,\n        'coal': 666.5295,\n        'gas': 1074.4328,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 165.3867,\n        'wind': 779.4972,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1616.2541,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6044,\n        'coal': 667.0874,\n        'gas': 1074.9982,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 95.8428,\n        'wind': 782.8414,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1578.4341,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6044,\n        'coal': 667.3491,\n        'gas': 1076.6329,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 95.2334,\n        'wind': 778.9798,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1525.9006,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6044,\n        'coal': 660.6962,\n        'gas': 1070.8963,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 95.2334,\n        'wind': 776.8747,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1528.3195,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 653.3682,\n        'gas': 1069.5415,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 64.2625,\n        'wind': 774.9713,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1543.452,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 648.0295,\n        'gas': 1070.7529,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 64.1392,\n        'wind': 757.6046,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1558.8927,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 639.9844,\n        'gas': 1067.5778,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 64.0425,\n        'wind': 752.9686,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1588.3762,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 630.9994,\n        'gas': 1060.0784,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0197,\n        'wind': 751.2324,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1616.5795,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 627.5791,\n        'gas': 1053.5556,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0197,\n        'wind': 750.8421,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1598.1559,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.3637,\n        'coal': 622.1804,\n        'gas': 1056.7078,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0197,\n        'wind': 749.1038,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1591.3135,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6057,\n        'coal': 619.8101,\n        'gas': 1065.128,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0197,\n        'wind': 748.2285,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1553.5168,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6431,\n        'coal': 620.5824,\n        'gas': 1071.1282,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0197,\n        'wind': 743.4915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1478.1002,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6431,\n        'coal': 619.9838,\n        'gas': 1071.1149,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 32.4953,\n        'wind': 742.4327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1466.9793,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.4294,\n        'coal': 608.5634,\n        'gas': 1071.3003,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 30.0127,\n        'wind': 746.3561,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1455.4496,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.4294,\n        'coal': 600.7498,\n        'gas': 1077.0474,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 30.0127,\n        'wind': 740.699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1388.2636,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.4359,\n        'coal': 595.4395,\n        'gas': 1079.5932,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 32.528,\n        'wind': 741.9985,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1293.3928,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6476,\n        'coal': 593.1064,\n        'gas': 1079.9266,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0153,\n        'wind': 730.5386,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1220.9893,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 593.7644,\n        'gas': 1078.9691,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0153,\n        'wind': 731.9754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1190.986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 599.2964,\n        'gas': 1078.027,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0153,\n        'wind': 740.4208,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1146.146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 611.6209,\n        'gas': 1081.427,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0153,\n        'wind': 738.0927,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1079.3892,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 621.7684,\n        'gas': 1080.4557,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0153,\n        'wind': 743.7142,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -995.0225,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 637.2332,\n        'gas': 1081.1495,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0183,\n        'wind': 757.4416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -874.9958,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 652.3429,\n        'gas': 1081.2709,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0183,\n        'wind': 766.6614,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -745.8759,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 663.3171,\n        'gas': 1081.7731,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 35.0183,\n        'wind': 776.1428,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -641.986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 669.8438,\n        'gas': 1082.4797,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 32.529,\n        'wind': 777.7315,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -552.6261,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 667.4233,\n        'gas': 1083.1466,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 28.677,\n        'wind': 780.0624,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -523.0376,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 663.0342,\n        'gas': 1076.0786,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 24.6763,\n        'wind': 783.4934,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -517.924,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 652.6551,\n        'gas': 1076.1636,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 23.4573,\n        'wind': 780.1284,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -515.6875,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 639.6431,\n        'gas': 1075.9194,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 23.4573,\n        'wind': 779.1385,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -516.3841,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8763,\n        'coal': 628.8206,\n        'gas': 1076.0614,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 23.4573,\n        'wind': 771.0538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -532.5108,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 616.3775,\n        'gas': 1075.3062,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 23.4573,\n        'wind': 770.9793,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -533.3972,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 604.9612,\n        'gas': 1074.196,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 17.869,\n        'wind': 761.4549,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -560.9737,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 593.3662,\n        'gas': 1080.8708,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 10.0827,\n        'wind': 748.9431,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -576.8573,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 589.4054,\n        'gas': 1082.5708,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 10.0827,\n        'wind': 741.1649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -522.3074,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 587.4259,\n        'gas': 1081.4712,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 10.0827,\n        'wind': 742.4155,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -472.9039,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 587.0529,\n        'gas': 1081.8434,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 10.0827,\n        'wind': 741.9822,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -459.4174,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 586.608,\n        'gas': 1081.9786,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 10.0827,\n        'wind': 748.997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -372.2076,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 589.3017,\n        'gas': 1082.266,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 6.131,\n        'wind': 757.3874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -299.2141,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 589.475,\n        'gas': 1081.5682,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 746.121,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -289.8412,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 589.8838,\n        'gas': 1050.4952,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 745.7966,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -354.2641,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0776,\n        'coal': 589.2488,\n        'gas': 1006.4398,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 747.3529,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -444.361,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.8092,\n        'gas': 1003.9674,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 748.5091,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -397.0972,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.833,\n        'gas': 967.3743,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 754.2246,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -453.6775,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.1241,\n        'gas': 926.8206,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 763.9858,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -408.0518,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 587.7116,\n        'gas': 904.8763,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 762.4857,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -451.0979,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.1174,\n        'gas': 881.9848,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 767.6027,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -503.0377,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.1774,\n        'gas': 885.4589,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 766.844,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -444.3485,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 587.8606,\n        'gas': 875.0548,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 767.3099,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -457.4255,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.4493,\n        'gas': 846.6861,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 773.4635,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -471.5753,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.299,\n        'gas': 852.8703,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 774.6652,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -439.0111,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.2382,\n        'gas': 846.2731,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 778.0399,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -455.0211,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.6536,\n        'gas': 859.4396,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 789.1194,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -333.1779,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 589.3463,\n        'gas': 885.4301,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 792.5355,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -210.728,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 587.996,\n        'gas': 874.5014,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 800.2159,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -205.2223,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.4313,\n        'gas': 861.9318,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 808.6552,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -144.9127,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 587.426,\n        'gas': 877.1481,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 811.2204,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.729,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.268,\n        'gas': 832.1025,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 808.5159,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -134.3225,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.8444,\n        'gas': 809.1351,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 808.8111,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -168.429,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 588.0002,\n        'gas': 781.518,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 810.9959,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -202.7759,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 583.9953,\n        'gas': 765.5776,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 809.9083,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -239.2726,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 7, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 579.5925,\n        'gas': 756.5308,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 803.1897,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -256.2226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 573.8156,\n        'gas': 756.2286,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 799.223,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -247.9058,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 571.8246,\n        'gas': 743.6415,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 806.2933,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -265.316,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8599,\n        'coal': 570.6563,\n        'gas': 740.8791,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 812.6959,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -229.1523,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 563.0683,\n        'gas': 756.1178,\n        'hydro': 0.001,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 813.9977,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -156.2925,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 559.2162,\n        'gas': 754.6307,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 812.3938,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -138.6027,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 553.0806,\n        'gas': 768.5016,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 823.0703,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -53.7879,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 547.9679,\n        'gas': 779.8274,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 828.1185,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 19.5455,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 544.0652,\n        'gas': 758.5128,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 823.6972,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.9121,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9024,\n        'coal': 544.1645,\n        'gas': 739.9979,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 822.2179,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -45.6653,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0251,\n        'coal': 544.5515,\n        'gas': 733.3479,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 828.1986,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.4955,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0251,\n        'coal': 544.0605,\n        'gas': 726.8193,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 828.0658,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -17.2555,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.6371,\n        'coal': 543.7991,\n        'gas': 713.7904,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 837.9117,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.3621,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3671,\n        'coal': 543.5503,\n        'gas': 699.6156,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 833.7319,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.9487,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3671,\n        'coal': 543.5503,\n        'gas': 689.0117,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 821.9249,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -49.1853,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2467,\n        'coal': 543.8064,\n        'gas': 682.9017,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 829.1964,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -23.3154,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2467,\n        'coal': 543.8317,\n        'gas': 677.8746,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 826.6236,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.2289,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2467,\n        'coal': 543.9443,\n        'gas': 669.7156,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 829.4388,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -14.9453,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4541,\n        'coal': 544.1827,\n        'gas': 655.9906,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 835.5884,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.498,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4541,\n        'coal': 543.6907,\n        'gas': 642.022,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 836.8412,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.0112,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.8568,\n        'coal': 544.0877,\n        'gas': 641.9566,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 842.0434,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 50.6966,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.355,\n        'gas': 639.8893,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 839.1729,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 67.1071,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.4659,\n        'gas': 640.2648,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 839.7821,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.5245,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.0895,\n        'gas': 648.4634,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 838.7016,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 97.5273,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.1122,\n        'gas': 648.848,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 848.5121,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 130.0151,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.4768,\n        'gas': 649.6571,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 859.3235,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 161.8773,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.9738,\n        'gas': 649.581,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 854.1169,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 147.3415,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.3339,\n        'gas': 637.4106,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 852.205,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 146.7615,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.0819,\n        'gas': 634.0682,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 852.2862,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 165.0549,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.4502,\n        'gas': 649.6705,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 851.3268,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 173.0281,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.5729,\n        'gas': 643.1979,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 853.594,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 212.8014,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.3442,\n        'gas': 636.3246,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 857.0041,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 251.3781,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.7126,\n        'gas': 638.2167,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 853.3036,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 276.7914,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.4977,\n        'gas': 617.9726,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 849.4196,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 228.2615,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.6097,\n        'gas': 584.5974,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 844.4955,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 130.1214,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.3519,\n        'gas': 569.6359,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 845.3613,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 81.1447,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.2377,\n        'gas': 570.6045,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.9167,\n        'wind': 849.6765,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 94.8849,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.1807,\n        'gas': 567.4255,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 843.8365,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 83.878,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.0674,\n        'gas': 566.7617,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 841.0242,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 74.718,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.3126,\n        'gas': 585.4741,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 839.3436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 117.6881,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.4319,\n        'gas': 589.6741,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 845.672,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 142.558,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.8953,\n        'gas': 576.5734,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 843.1311,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 110.5617,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.4833,\n        'gas': 594.44,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 842.2621,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 172.3049,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.7386,\n        'gas': 600.0614,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 842.7287,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 198.1115,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.736,\n        'gas': 609.75,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 841.0589,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 225.1416,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.1104,\n        'gas': 609.2679,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 837.727,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 239.1281,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.2314,\n        'gas': 593.1626,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 841.4874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 243.7683,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 544.0849,\n        'gas': 599.186,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 849.9793,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.0135,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.1683,\n        'gas': 604.8636,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 850.7585,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 242.2626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 543.2945,\n        'gas': 579.3664,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 848.739,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 209.5641,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1162,\n        'coal': 542.5181,\n        'gas': 572.9521,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 851.4436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 197.3441,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2775,\n        'gas': 573.9795,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 848.3556,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 161.2775,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.413,\n        'gas': 561.6763,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 848.919,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 108.1376,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.5558,\n        'gas': 561.2537,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 850.9444,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 111.3176,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2708,\n        'gas': 563.158,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 852.1424,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 128.591,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.278,\n        'gas': 552.5357,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 855.3073,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 110.2642,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2623,\n        'gas': 552.2101,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 856.2825,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 145.281,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.3675,\n        'gas': 561.2657,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 852.6806,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 173.4542,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.7458,\n        'gas': 564.3993,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 852.3975,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 183.4676,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.8592,\n        'gas': 556.8655,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 854.0191,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 177.9106,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.4856,\n        'gas': 557.4155,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 856.861,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 166.812,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2203,\n        'gas': 555.6207,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 859.416,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 159.1121,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.9863,\n        'gas': 552.4914,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 855.5494,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 154.6953,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.86,\n        'gas': 545.8945,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 854.5863,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 181.742,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.4168,\n        'gas': 546.3689,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 858.5954,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 225.7787,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.1647,\n        'gas': 547.0817,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 863.0824,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 245.2086,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2714,\n        'gas': 546.2597,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 864.8988,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 253.872,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2847,\n        'gas': 539.7469,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 864.3467,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 240.6085,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.2847,\n        'gas': 523.5626,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.352,\n        'wind': 863.182,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 209.4688,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.7714,\n        'gas': 519.2027,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 0.4747,\n        'wind': 857.9622,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 218.9422,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.7799,\n        'gas': 513.5175,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 7.1222,\n        'wind': 853.5848,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 209.4355,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.5182,\n        'gas': 510.1367,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 7.6289,\n        'wind': 849.8093,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 192.6888,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 542.7901,\n        'gas': 509.9228,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 8.4269,\n        'wind': 843.2846,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 168.8253,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1287,\n        'coal': 543.4118,\n        'gas': 501.7495,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 37.3505,\n        'wind': 840.5403,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 107.5985,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9267,\n        'coal': 543.0646,\n        'gas': 478.9181,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 39.3473,\n        'wind': 845.0021,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 57.4522,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9267,\n        'coal': 542.2711,\n        'gas': 465.1285,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 45.7254,\n        'wind': 845.9044,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.012,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 541.8761,\n        'gas': 461.7891,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 74.3621,\n        'wind': 838.0771,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 39.2186,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 542.0054,\n        'gas': 448.0001,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 82.3141,\n        'wind': 828.6303,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 29.052,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 542.1444,\n        'gas': 416.5426,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 94.7289,\n        'wind': 825.6551,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.1486,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 542.5335,\n        'gas': 402.8814,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 160.512,\n        'wind': 818.5688,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.9751,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 542.5354,\n        'gas': 395.9846,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 173.903,\n        'wind': 811.2527,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 42.9118,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.036,\n        'gas': 395.9007,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 186.0667,\n        'wind': 807.7002,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 102.3019,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.412,\n        'gas': 396.779,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 280.0341,\n        'wind': 800.0303,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 155.6084,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 542.6164,\n        'gas': 396.4466,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 292.4575,\n        'wind': 789.6302,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 195.2319,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.4177,\n        'gas': 395.1938,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 304.6889,\n        'wind': 786.1271,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 259.7685,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.8082,\n        'gas': 396.3824,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 405.8651,\n        'wind': 772.3021,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 278.9016,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.6673,\n        'gas': 395.5077,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 417.5053,\n        'wind': 770.5221,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 302.4751,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 544.2097,\n        'gas': 404.4792,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 428.2507,\n        'wind': 764.3497,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 419.4585,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 544.3329,\n        'gas': 422.9232,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 555.2411,\n        'wind': 758.9143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 579.5951,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.8186,\n        'gas': 421.6673,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 563.6235,\n        'wind': 752.8579,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 624.2255,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.4119,\n        'gas': 423.1159,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 572.1179,\n        'wind': 746.4051,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 680.6053,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.4149,\n        'gas': 423.0583,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 683.4524,\n        'wind': 743.7664,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 727.6718,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1473,\n        'coal': 543.3996,\n        'gas': 427.5764,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 684.6981,\n        'wind': 732.4815,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 773.4583,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 543.8394,\n        'gas': 449.3926,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 693.5124,\n        'wind': 714.7734,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 873.995,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 544.208,\n        'gas': 444.3176,\n        'hydro': 0.0025,\n        'oil': 0.5476,\n        'solar': 848.6751,\n        'wind': 711.0055,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 909.862,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 544.3457,\n        'gas': 423.5651,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 854.3375,\n        'wind': 704.24,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 902.0121,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.259,\n        'coal': 544.7332,\n        'gas': 456.2196,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 858.4689,\n        'wind': 693.6997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1023.1346,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 544.9764,\n        'gas': 480.6581,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1016.5481,\n        'wind': 690.6209,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1075.368,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 544.5786,\n        'gas': 490.5714,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1014.0719,\n        'wind': 682.4699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1090.7479,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2708,\n        'coal': 544.0794,\n        'gas': 484.0067,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1013.7448,\n        'wind': 671.3627,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1072.8939,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2658,\n        'coal': 544.1153,\n        'gas': 471.2705,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1153.2444,\n        'wind': 662.2655,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1061.3044,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1454,\n        'coal': 544.2357,\n        'gas': 475.5232,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1154.6406,\n        'wind': 649.2045,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1091.2039,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1454,\n        'coal': 544.1424,\n        'gas': 470.2313,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1155.0384,\n        'wind': 630.5586,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1111.7508,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1454,\n        'coal': 544.1445,\n        'gas': 467.9103,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1318.841,\n        'wind': 614.4402,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1150.8112,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1454,\n        'coal': 544.5333,\n        'gas': 474.0846,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1321.5,\n        'wind': 606.1616,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1211.2107,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1454,\n        'coal': 544.5201,\n        'gas': 468.7197,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1322.2757,\n        'wind': 594.0698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1196.2097,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2669,\n        'coal': 545.1982,\n        'gas': 460.2756,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1444.7104,\n        'wind': 578.7676,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1207.6908,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2669,\n        'coal': 544.2652,\n        'gas': 465.4433,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1444.9904,\n        'wind': 570.9154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1203.1875,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2669,\n        'coal': 543.9819,\n        'gas': 475.2026,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1445.2504,\n        'wind': 561.38,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1250.7299,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2669,\n        'coal': 543.3317,\n        'gas': 472.8796,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1571.5029,\n        'wind': 541.2984,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1233.6469,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.559,\n        'gas': 466.3133,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1571.6126,\n        'wind': 520.3128,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1164.1032,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.683,\n        'gas': 471.2643,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1571.7529,\n        'wind': 493.5375,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1159.3285,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.932,\n        'gas': 483.3222,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1710.5673,\n        'wind': 459.5309,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1139.9484,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 544.0632,\n        'gas': 476.6193,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1710.7007,\n        'wind': 437.9605,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1064.5081,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.283,\n        'gas': 487.901,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1710.7907,\n        'wind': 427.0079,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1092.9283,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.2816,\n        'gas': 486.0265,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1798.7667,\n        'wind': 429.1819,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1156.3584,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0416,\n        'coal': 543.3976,\n        'gas': 484.1837,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1798.881,\n        'wind': 421.1221,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1128.6949,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 543.4019,\n        'gas': 490.7326,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1799.9003,\n        'wind': 410.3288,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1158.368,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 543.4242,\n        'gas': 497.9807,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1919.5448,\n        'wind': 402.7598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1163.3146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 543.5424,\n        'gas': 499.9041,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1919.9061,\n        'wind': 380.9652,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1066.2114,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 543.2878,\n        'gas': 495.6957,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 1915.5721,\n        'wind': 365.5668,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 960.028,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.6816,\n        'gas': 515.2391,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2016.4334,\n        'wind': 355.0462,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 999.6148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.8215,\n        'gas': 546.0103,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2017.6471,\n        'wind': 340.2181,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1076.0114,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.9608,\n        'gas': 568.9011,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2017.4541,\n        'wind': 318.5617,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1078.5049,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.6975,\n        'gas': 588.2512,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2106.843,\n        'wind': 291.5294,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1101.005,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.4376,\n        'gas': 588.1471,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2107.2067,\n        'wind': 270.2754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1014.1381,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.5486,\n        'gas': 588.2971,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2106.66,\n        'wind': 261.3327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 964.0782,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.5383,\n        'gas': 589.3663,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2186.6575,\n        'wind': 247.3633,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 847.1215,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.6705,\n        'gas': 590.0716,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2186.2588,\n        'wind': 236.4532,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 789.4115,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.7825,\n        'gas': 580.9729,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2186.2355,\n        'wind': 219.2304,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 643.398,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.7773,\n        'gas': 578.6829,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2240.6756,\n        'wind': 209.1535,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 604.8547,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.5297,\n        'gas': 578.3716,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2240.2454,\n        'wind': 196.4583,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 524.6446,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.521,\n        'gas': 578.8257,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2240.1164,\n        'wind': 180.2453,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 423.1348,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.5287,\n        'gas': 578.2915,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2299.1615,\n        'wind': 180.7783,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 374.7114,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.7767,\n        'gas': 585.4131,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2297.8484,\n        'wind': 167.8474,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 348.8847,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 543.026,\n        'gas': 602.9,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2296.9854,\n        'wind': 157.7561,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 307.0813,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.3911,\n        'gas': 601.614,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2331.2799,\n        'wind': 151.5794,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 190.8114,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0408,\n        'coal': 542.5301,\n        'gas': 614.4047,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2330.9144,\n        'wind': 142.6686,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 158.5578,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9194,\n        'coal': 542.7861,\n        'gas': 632.6798,\n        'hydro': 0.002,\n        'oil': 0.5476,\n        'solar': 2330.9144,\n        'wind': 128.0017,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 163.1744,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9194,\n        'coal': 542.4045,\n        'gas': 631.212,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2365.4532,\n        'wind': 125.3014,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 125.2681,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9194,\n        'coal': 542.3974,\n        'gas': 638.9173,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2365.7319,\n        'wind': 118.3023,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 73.9713,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 542.7801,\n        'gas': 681.5493,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2366.9233,\n        'wind': 112.5968,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 133.0747,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 542.5679,\n        'gas': 742.4272,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2363.4847,\n        'wind': 112.022,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 222.2315,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 542.5726,\n        'gas': 736.5868,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2364.5547,\n        'wind': 104.3939,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 121.1046,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 549.8125,\n        'gas': 728.1267,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2365.5373,\n        'wind': 102.5959,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 69.5981,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 563.1698,\n        'gas': 732.6303,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2382.6788,\n        'wind': 99.9402,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 59.428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0415,\n        'coal': 566.1917,\n        'gas': 733.5752,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2387.9874,\n        'wind': 92.9256,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.0415,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 567.349,\n        'gas': 738.7171,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2387.579,\n        'wind': 97.2934,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -20.062,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 568.1236,\n        'gas': 749.5061,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2395.2381,\n        'wind': 96.0127,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -65.2787,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 568.6749,\n        'gas': 752.7305,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2396.0759,\n        'wind': 91.52,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -97.3853,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 568.2844,\n        'gas': 758.2366,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2412.0892,\n        'wind': 97.477,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -92.0086,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 568.543,\n        'gas': 773.6452,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2450.4583,\n        'wind': 99.8611,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -54.8585,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 571.2895,\n        'gas': 779.2049,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2440.4896,\n        'wind': 97.5296,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -121.8353,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 585.3018,\n        'gas': 785.3011,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2427.1273,\n        'wind': 96.115,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -177.7122,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.021,\n        'coal': 593.7281,\n        'gas': 787.978,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2432.2192,\n        'wind': 102.645,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -171.9321,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8133,\n        'coal': 605.6713,\n        'gas': 787.6142,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2427.586,\n        'wind': 110.1194,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -198.5054,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8133,\n        'coal': 611.7005,\n        'gas': 781.1917,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2423.7496,\n        'wind': 119.2247,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -233.6187,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0233,\n        'coal': 636.3016,\n        'gas': 776.8689,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2426.1982,\n        'wind': 123.7717,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -202.1686,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0233,\n        'coal': 650.1324,\n        'gas': 779.2672,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2422.1053,\n        'wind': 135.5962,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -175.2587,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0233,\n        'coal': 664.6689,\n        'gas': 778.6197,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2434.5195,\n        'wind': 142.6481,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -135.8253,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0233,\n        'coal': 698.808,\n        'gas': 777.4546,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2408.7332,\n        'wind': 135.3818,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -132.6753,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0233,\n        'coal': 696.7423,\n        'gas': 780.6844,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2393.039,\n        'wind': 138.5343,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -219.3088,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.821,\n        'coal': 709.3797,\n        'gas': 790.633,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2392.0719,\n        'wind': 144.5991,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -223.802,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.821,\n        'coal': 698.7745,\n        'gas': 803.3914,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2358.4718,\n        'wind': 149.837,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -225.1087,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.047,\n        'coal': 706.257,\n        'gas': 804.6051,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2359.9532,\n        'wind': 164.0857,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -202.6987,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.047,\n        'coal': 696.0111,\n        'gas': 804.8931,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2365.9869,\n        'wind': 192.3122,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -201.0585,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.047,\n        'coal': 711.1889,\n        'gas': 799.3588,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2347.8731,\n        'wind': 234.1651,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -150.352,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8403,\n        'coal': 716.2488,\n        'gas': 799.199,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2348.3492,\n        'wind': 259.3952,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.0186,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8403,\n        'coal': 728.1842,\n        'gas': 792.4464,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2370.4111,\n        'wind': 271.5219,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -80.5788,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9559,\n        'coal': 735.3388,\n        'gas': 807.901,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2351.1975,\n        'wind': 280.5012,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -56.7988,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9559,\n        'coal': 760.5964,\n        'gas': 838.1057,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2349.0909,\n        'wind': 295.0559,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 70.4644,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9559,\n        'coal': 756.4409,\n        'gas': 859.6744,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2352.4879,\n        'wind': 305.3048,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 92.1079,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7505,\n        'coal': 763.6328,\n        'gas': 872.0301,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2312.4739,\n        'wind': 313.2073,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 132.0744,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7505,\n        'coal': 765.6392,\n        'gas': 871.9953,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2312.2215,\n        'wind': 329.0086,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 115.4714,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9609,\n        'coal': 788.6578,\n        'gas': 871.6043,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2311.9782,\n        'wind': 344.9986,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 186.6445,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9609,\n        'coal': 808.8229,\n        'gas': 871.1154,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2265.789,\n        'wind': 368.5321,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 223.368,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9609,\n        'coal': 829.0177,\n        'gas': 880.8065,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2266.0394,\n        'wind': 391.7228,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 298.9813,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9609,\n        'coal': 845.7775,\n        'gas': 937.1771,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2266.0394,\n        'wind': 419.4375,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 514.3612,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9609,\n        'coal': 858.5479,\n        'gas': 1011.1903,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2216.9938,\n        'wind': 444.0466,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 754.7486,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 863.3778,\n        'gas': 1100.5928,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2217.1198,\n        'wind': 476.4678,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1066.788,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 864.6212,\n        'gas': 1166.0434,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2214.6131,\n        'wind': 505.0915,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1292.6274,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 868.28,\n        'gas': 1185.8358,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2154.8666,\n        'wind': 535.7941,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1403.8292,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 877.3457,\n        'gas': 1183.4995,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2154.4426,\n        'wind': 566.244,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1457.2988,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 884.1413,\n        'gas': 1167.8235,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2153.3696,\n        'wind': 578.5147,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1375.6414,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 899.1422,\n        'gas': 1174.0375,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2089.0023,\n        'wind': 580.8038,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1376.3807,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 913.7564,\n        'gas': 1176.2694,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2087.0584,\n        'wind': 587.6188,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1360.3769,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 921.0106,\n        'gas': 1187.4436,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2085.0584,\n        'wind': 588.9754,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1377.268,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 925.8664,\n        'gas': 1193.0465,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 1980.3685,\n        'wind': 597.057,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1392.3981,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 932.246,\n        'gas': 1191.9831,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1983.0821,\n        'wind': 591.9796,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1335.6717,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 936.1935,\n        'gas': 1162.7584,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1982.2931,\n        'wind': 592.0808,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1099.5167,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 934.0078,\n        'gas': 1141.5355,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1881.1241,\n        'wind': 601.2368,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 888.4005,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 931.8175,\n        'gas': 1166.2933,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1880.0837,\n        'wind': 600.748,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 853.718,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0833,\n        'coal': 925.6942,\n        'gas': 1179.9799,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1879.7063,\n        'wind': 608.4133,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 777.799,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9614,\n        'coal': 931.401,\n        'gas': 1047.6947,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1748.8881,\n        'wind': 628.7144,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 442.4696,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9614,\n        'coal': 914.7046,\n        'gas': 963.9274,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1747.6334,\n        'wind': 652.2145,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 163.956,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9614,\n        'coal': 911.6843,\n        'gas': 948.1415,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1747.0744,\n        'wind': 658.2291,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -18.2227,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9589,\n        'coal': 910.5485,\n        'gas': 956.6026,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1614.4016,\n        'wind': 660.6808,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -93.733,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9589,\n        'coal': 911.6681,\n        'gas': 959.1255,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1592.4798,\n        'wind': 661.2372,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -231.446,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9589,\n        'coal': 921.9132,\n        'gas': 957.503,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1575.7362,\n        'wind': 669.591,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -353.2959,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 930.369,\n        'gas': 956.5884,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1461.5476,\n        'wind': 674.7538,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -438.4229,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 938.5596,\n        'gas': 964.3126,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1461.3115,\n        'wind': 672.7713,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -503.9228,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 945.4416,\n        'gas': 965.2049,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1461.9247,\n        'wind': 669.7858,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -617.5396,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 953.838,\n        'gas': 966.1756,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1304.2214,\n        'wind': 674.165,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -715.3226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 957.687,\n        'gas': 965.3637,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1293.894,\n        'wind': 674.7232,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -878.2093,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 965.0275,\n        'gas': 964.2898,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1293.4453,\n        'wind': 681.8346,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -939.5961,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 974.0328,\n        'gas': 962.6866,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1159.7955,\n        'wind': 692.0311,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -980.1161,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 981.4437,\n        'gas': 970.241,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1158.7691,\n        'wind': 684.9593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -988.8728,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 983.2946,\n        'gas': 997.9674,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 1149.3256,\n        'wind': 677.1312,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -989.1959,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 986.0829,\n        'gas': 1017.1652,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 985.9757,\n        'wind': 681.2123,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1077.2294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0793,\n        'coal': 988.62,\n        'gas': 1018.6056,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 978.0088,\n        'wind': 680.1935,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1209.3266,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9592,\n        'coal': 989.43,\n        'gas': 1048.0165,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 976.5064,\n        'wind': 676.8221,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1092.4358,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9592,\n        'coal': 994.2462,\n        'gas': 1105.4886,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 874.9103,\n        'wind': 664.6447,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -786.3418,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9592,\n        'coal': 1000.8842,\n        'gas': 1176.312,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 887.6336,\n        'wind': 657.936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -614.5053,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.946,\n        'coal': 1006.2487,\n        'gas': 1244.8191,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 873.0795,\n        'wind': 664.4635,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -563.4251,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.946,\n        'coal': 1011.1419,\n        'gas': 1285.4466,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 712.2342,\n        'wind': 658.7404,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -647.0287,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.946,\n        'coal': 1011.8459,\n        'gas': 1291.989,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 702.2831,\n        'wind': 659.7055,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -785.1451,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.946,\n        'coal': 1012.8155,\n        'gas': 1303.7463,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 684.113,\n        'wind': 654.5752,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -911.3534,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.946,\n        'coal': 1018.126,\n        'gas': 1303.2417,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 530.9985,\n        'wind': 651.0889,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -901.9999,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.745,\n        'coal': 1026.3168,\n        'gas': 1298.7925,\n        'hydro': 0.001,\n        'oil': 0.5577,\n        'solar': 523.2658,\n        'wind': 643.8947,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -920.6336,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.745,\n        'coal': 1031.0854,\n        'gas': 1288.312,\n        'hydro': 0.001,\n        'oil': 2.2544,\n        'solar': 514.4137,\n        'wind': 638.2483,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1134.454,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.745,\n        'coal': 1036.5319,\n        'gas': 1253.4096,\n        'hydro': 0.001,\n        'oil': 4.855,\n        'solar': 377.8014,\n        'wind': 632.5047,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1455.9503,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.745,\n        'coal': 1043.6959,\n        'gas': 1258.3897,\n        'hydro': 0.001,\n        'oil': 5.373,\n        'solar': 369.9245,\n        'wind': 626.3801,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1525.9971,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5413,\n        'coal': 1047.5812,\n        'gas': 1205.2174,\n        'hydro': 0.001,\n        'oil': 5.504,\n        'solar': 356.2818,\n        'wind': 614.2489,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1773.9806,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5413,\n        'coal': 1055.1709,\n        'gas': 1139.9826,\n        'hydro': 0.001,\n        'oil': 7.729,\n        'solar': 251.8597,\n        'wind': 612.6593,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2007.9541,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5413,\n        'coal': 1062.2908,\n        'gas': 1101.62,\n        'hydro': 0.001,\n        'oil': 8.8584,\n        'solar': 246.2209,\n        'wind': 604.5943,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2139.597,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.759,\n        'coal': 1065.9542,\n        'gas': 1090.9972,\n        'hydro': 0.001,\n        'oil': 9.6544,\n        'solar': 242.4353,\n        'wind': 596.8206,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2188.5673,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.759,\n        'coal': 1070.8081,\n        'gas': 1085.4567,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 149.6776,\n        'wind': 595.3141,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2177.9607,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.759,\n        'coal': 1075.5344,\n        'gas': 1080.3997,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 148.6851,\n        'wind': 588.3848,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2169.8341,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.759,\n        'coal': 1079.3001,\n        'gas': 1073.2198,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 149.2696,\n        'wind': 580.3987,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2172.6673,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5213,\n        'coal': 1079.8619,\n        'gas': 1081.2345,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 84.8762,\n        'wind': 580.9879,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2091.0004,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5213,\n        'coal': 1088.1215,\n        'gas': 1082.0479,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 87.3336,\n        'wind': 580.0783,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2029.1791,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5213,\n        'coal': 1098.0616,\n        'gas': 1136.7845,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 88.7789,\n        'wind': 569.6623,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1674.3766,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5213,\n        'coal': 1103.5262,\n        'gas': 1216.3875,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 61.6871,\n        'wind': 559.5894,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1183.4939,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5213,\n        'coal': 1106.9435,\n        'gas': 1209.5846,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 61.5671,\n        'wind': 539.6082,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1226.734,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.746,\n        'coal': 1105.3977,\n        'gas': 1183.5332,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 63.8178,\n        'wind': 533.2953,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1342.0138,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.746,\n        'coal': 1104.7225,\n        'gas': 1147.5272,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 36.5863,\n        'wind': 530.6169,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1467.1826,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.3669,\n        'coal': 1103.0834,\n        'gas': 1134.5141,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 31.2173,\n        'wind': 527.3965,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1534.0222,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.0885,\n        'coal': 1105.0705,\n        'gas': 1136.7209,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 31.2173,\n        'wind': 534.6066,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1462.403,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.0885,\n        'coal': 1103.7622,\n        'gas': 1134.5395,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 28.7143,\n        'wind': 547.6285,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1355.5133,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.0885,\n        'coal': 1103.4877,\n        'gas': 1132.6328,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 27.484,\n        'wind': 548.3843,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1289.2568,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7288,\n        'coal': 1099.8371,\n        'gas': 1193.0382,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 26.2553,\n        'wind': 551.6141,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1208.5573,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7288,\n        'coal': 1102.5367,\n        'gas': 1238.9034,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 23.648,\n        'wind': 556.3289,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1126.4394,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.5274,\n        'coal': 1102.8168,\n        'gas': 1259.9394,\n        'hydro': 0.001,\n        'oil': 9.782,\n        'solar': 19.84,\n        'wind': 562.4442,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -991.7679,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1100.0845,\n        'gas': 1276.7788,\n        'hydro': 0.001,\n        'oil': 9.5107,\n        'solar': 19.84,\n        'wind': 560.6836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -885.6046,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1101.8897,\n        'gas': 1288.9274,\n        'hydro': 0.001,\n        'oil': 9.5027,\n        'solar': 24.9363,\n        'wind': 559.377,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -765.1411,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1107.3296,\n        'gas': 1292.9575,\n        'hydro': 0.001,\n        'oil': 8.853,\n        'solar': 24.9363,\n        'wind': 561.8588,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -667.1146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1117.5122,\n        'gas': 1289.7647,\n        'hydro': 0.001,\n        'oil': 6.3854,\n        'solar': 18.279,\n        'wind': 568.4069,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -611.2345,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1121.414,\n        'gas': 1276.9994,\n        'hydro': 0.001,\n        'oil': 4.9757,\n        'solar': 14.3603,\n        'wind': 572.2531,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -541.9775,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7758,\n        'coal': 1120.7119,\n        'gas': 1270.4374,\n        'hydro': 0.001,\n        'oil': 2.492,\n        'solar': 13.1443,\n        'wind': 573.2009,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -504.1777,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9768,\n        'coal': 1119.4845,\n        'gas': 1238.5318,\n        'hydro': 0.001,\n        'oil': 0.9597,\n        'solar': 13.1443,\n        'wind': 576.627,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -556.2847,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9768,\n        'coal': 1120.2198,\n        'gas': 1175.3686,\n        'hydro': 0.001,\n        'oil': 0.588,\n        'solar': 13.1443,\n        'wind': 582.4751,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -635.0581,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9768,\n        'coal': 1120.1325,\n        'gas': 1143.0235,\n        'hydro': 0.001,\n        'oil': 0.588,\n        'solar': 13.1443,\n        'wind': 577.4174,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -671.418,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9768,\n        'coal': 1120.9688,\n        'gas': 1108.9446,\n        'hydro': 0.001,\n        'oil': 0.588,\n        'solar': 11.893,\n        'wind': 584.0778,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -697.8881,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1921,\n        'coal': 1116.2139,\n        'gas': 1086.455,\n        'hydro': 0.001,\n        'oil': 2.4384,\n        'solar': 9.404,\n        'wind': 581.824,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -726.6483,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1921,\n        'coal': 1108.5863,\n        'gas': 1070.5776,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 5.6683,\n        'wind': 578.0357,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -744.7561,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1104.9004,\n        'gas': 1095.0768,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 5.6683,\n        'wind': 566.0808,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -670.0292,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1098.0678,\n        'gas': 1116.063,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 5.601,\n        'wind': 565.6919,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -606.4461,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1093.1378,\n        'gas': 1093.9108,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 5.601,\n        'wind': 578.8447,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -556.1661,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1087.3365,\n        'gas': 1082.868,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 4.3887,\n        'wind': 583.7332,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -504.2092,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1072.1655,\n        'gas': 1062.2224,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 3.1597,\n        'wind': 583.913,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -543.8428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1054.873,\n        'gas': 1049.4164,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 1.9217,\n        'wind': 580.0326,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -578.2007,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1039.2647,\n        'gas': 1047.8741,\n        'hydro': 0.001,\n        'oil': 4.787,\n        'solar': 1.9217,\n        'wind': 582.3228,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -556.8378,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1034.2037,\n        'gas': 1051.3041,\n        'hydro': 0.001,\n        'oil': 2.2574,\n        'solar': 1.9217,\n        'wind': 581.6089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -534.7475,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1034.4132,\n        'gas': 1066.1253,\n        'hydro': 0.001,\n        'oil': 1.0184,\n        'solar': 1.9217,\n        'wind': 587.6713,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -388.594,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1025.7601,\n        'gas': 1101.0386,\n        'hydro': 0.001,\n        'oil': 0.6404,\n        'solar': 1.9217,\n        'wind': 609.7053,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -178.724,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1013.7507,\n        'gas': 1120.802,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 617.4113,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -44.5639,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 1003.01,\n        'gas': 1134.2313,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 609.8541,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.7707,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 996.3517,\n        'gas': 1147.955,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 612.9633,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 91.5226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 991.8079,\n        'gas': 1145.986,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 627.3583,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 177.6791,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 987.0561,\n        'gas': 1146.1936,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 632.6951,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 232.059,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 981.3919,\n        'gas': 1116.1641,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 628.7782,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 184.7592,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9781,\n        'coal': 968.3873,\n        'gas': 1059.6557,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 626.1184,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -6.6076,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 959.179,\n        'gas': 1020.4216,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 628.6743,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -69.2976,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 948.3434,\n        'gas': 1014.3817,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 626.6099,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -77.3475,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 934.7759,\n        'gas': 1018.1032,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 622.8567,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -76.9677,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 921.4474,\n        'gas': 1022.3553,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 617.8092,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -83.6976,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 916.5384,\n        'gas': 1011.4008,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 606.6255,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -105.9409,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 900.5639,\n        'gas': 1018.7071,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 595.7976,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -127.371,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 891.337,\n        'gas': 1038.9632,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 584.7208,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -150.7553,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 889.7648,\n        'gas': 1044.1126,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 574.6078,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -266.641,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 898.6956,\n        'gas': 1036.8076,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 572.0307,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -233.6009,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 896.7426,\n        'gas': 1023.845,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 567.8715,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -148.2101,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 891.1968,\n        'gas': 1020.9631,\n        'hydro': 0.001,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 561.1907,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.1107,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 897.2232,\n        'gas': 1045.1535,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 550.2276,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 59.1575,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 896.7248,\n        'gas': 1046.5473,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 537.5749,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.1275,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 889.4595,\n        'gas': 1017.2113,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 552.9768,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 55.6185,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 885.8411,\n        'gas': 1006.0226,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 574.7265,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 97.0455,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7595,\n        'coal': 876.673,\n        'gas': 992.006,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 587.5436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 93.6456,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 8, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9618,\n        'coal': 864.4658,\n        'gas': 956.4961,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 590.1441,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 20.3896,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9618,\n        'coal': 851.492,\n        'gas': 972.136,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 581.1649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 17.4469,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9618,\n        'coal': 840.0506,\n        'gas': 972.4339,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 575.1375,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.4537,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9618,\n        'coal': 828.8292,\n        'gas': 970.6698,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 572.2353,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.2536,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 819.7791,\n        'gas': 969.9826,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 568.5658,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.1436,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 810.0463,\n        'gas': 964.1445,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 569.1843,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.5736,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 811.4341,\n        'gas': 905.519,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 559.1412,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -132.2764,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 818.9691,\n        'gas': 865.9876,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 558.4186,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -187.6933,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 832.9857,\n        'gas': 846.4368,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 557.0206,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -170.0598,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 844.0072,\n        'gas': 845.6655,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 558.451,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -107.1532,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 850.4594,\n        'gas': 845.8886,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 564.5287,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -27.7798,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 849.9578,\n        'gas': 845.8923,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 580.934,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 44.7936,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 846.8938,\n        'gas': 845.5911,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 597.0719,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 106.8936,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 842.222,\n        'gas': 843.2832,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 620.7688,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 164.4604,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 829.4005,\n        'gas': 842.7002,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 646.9239,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 233.9535,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 816.9118,\n        'gas': 844.7623,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 661.8326,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 286.7837,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 808.5477,\n        'gas': 842.0279,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 671.2619,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 318.6133,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9631,\n        'coal': 808.3156,\n        'gas': 843.8041,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 682.8281,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 413.3034,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8992,\n        'coal': 808.1938,\n        'gas': 844.7302,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 689.3011,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 466.4667,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8992,\n        'coal': 813.8213,\n        'gas': 844.3444,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 701.4289,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 517.0366,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.8992,\n        'coal': 832.2165,\n        'gas': 846.2305,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 696.2361,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 617.2031,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 838.439,\n        'gas': 844.7811,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 688.5722,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 553.0304,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 838.4802,\n        'gas': 846.2687,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 696.642,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 567.4502,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 844.1617,\n        'gas': 846.5463,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 706.3689,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 666.1903,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 843.2264,\n        'gas': 849.6492,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 707.5953,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 694.1434,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 839.1157,\n        'gas': 847.346,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 703.9169,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 596.96,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 833.0344,\n        'gas': 848.0578,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 695.0002,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 573.2099,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 821.5211,\n        'gas': 847.5379,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 696.634,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 608.7867,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 811.4779,\n        'gas': 843.6412,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 692.0668,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 627.5869,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 802.3337,\n        'gas': 845.5154,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 692.398,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 630.9466,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 796.1241,\n        'gas': 843.3038,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 695.3997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 558.1918,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 796.3057,\n        'gas': 847.6077,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.9217,\n        'wind': 682.7661,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 571.5961,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0206,\n        'coal': 792.4254,\n        'gas': 845.7719,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 660.0124,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 623.7622,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2299,\n        'coal': 790.5668,\n        'gas': 845.8012,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 646.2797,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 575.5988,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0139,\n        'coal': 787.2846,\n        'gas': 848.3678,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 639.1138,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 555.7991,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0139,\n        'coal': 786.4658,\n        'gas': 847.8507,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 641.0276,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 539.519,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0139,\n        'coal': 784.5794,\n        'gas': 847.2095,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 645.6228,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 554.1191,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0139,\n        'coal': 784.4509,\n        'gas': 846.6059,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 650.7978,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 556.4088,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 785.6556,\n        'gas': 846.2134,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 655.8041,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 584.902,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 786.5097,\n        'gas': 807.7076,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 654.7401,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 508.6387,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 785.8112,\n        'gas': 742.714,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 650.498,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 318.1155,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 785.2133,\n        'gas': 728.4552,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 632.1921,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 238.3789,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 783.3,\n        'gas': 727.1276,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 632.2237,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 223.2656,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 783.757,\n        'gas': 727.8248,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 629.6587,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 227.6555,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 784.2739,\n        'gas': 727.6764,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 639.5876,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 258.8219,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 784.6892,\n        'gas': 765.1921,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 657.9726,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 468.9155,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 784.3838,\n        'gas': 833.2163,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 654.591,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 674.3889,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1358,\n        'coal': 784.9526,\n        'gas': 844.6325,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 632.2712,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 678.8089,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1659,\n        'coal': 785.65,\n        'gas': 846.2768,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 607.9675,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 618.4955,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2495,\n        'coal': 785.113,\n        'gas': 846.353,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 586.6126,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 506.859,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2495,\n        'coal': 784.015,\n        'gas': 845.6762,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 583.6655,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 478.2823,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.4469,\n        'gas': 844.9037,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 580.3572,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 484.1388,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.7593,\n        'gas': 847.5745,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 571.9909,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 496.0321,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.0833,\n        'gas': 847.509,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 561.906,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 452.8455,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 785.017,\n        'gas': 847.3571,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 564.0777,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 466.3387,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 781.9184,\n        'gas': 845.3289,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 571.9522,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 508.7586,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.7369,\n        'gas': 847.8016,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 571.5355,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 511.7285,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.2529,\n        'gas': 847.4727,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 563.9175,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 444.9922,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.5496,\n        'gas': 846.7796,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 567.483,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 381.132,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.9823,\n        'gas': 847.8211,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 575.5476,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 336.7086,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.0966,\n        'gas': 848.3638,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 581.488,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 328.6619,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.7529,\n        'gas': 847.7762,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 571.7764,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 241.6517,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.9081,\n        'gas': 847.5347,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 570.8294,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 169.8719,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.5713,\n        'gas': 847.0598,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 576.3806,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 205.0117,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 784.4517,\n        'gas': 845.3296,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 589.6565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 263.5449,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 785.0113,\n        'gas': 845.4523,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 593.2455,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 263.4151,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.5406,\n        'gas': 847.142,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 584.7771,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 218.7451,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 783.9633,\n        'gas': 848.2149,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 579.9017,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 186.5584,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 786.7809,\n        'gas': 849.0479,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 583.9815,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 167.6119,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 796.2059,\n        'gas': 848.617,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 0.721,\n        'wind': 601.4872,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 231.7838,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 805.4759,\n        'gas': 851.316,\n        'hydro': 0.002,\n        'oil': 0.515,\n        'solar': 1.253,\n        'wind': 636.0325,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 400.0194,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 812.5331,\n        'gas': 852.5611,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 2.0503,\n        'wind': 648.0407,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 454.1791,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 820.6681,\n        'gas': 853.0746,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 3.4337,\n        'wind': 633.477,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 410.3693,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 829.2514,\n        'gas': 853.0667,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 23.4919,\n        'wind': 619.6029,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 306.2491,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 833.5444,\n        'gas': 851.1393,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 24.0461,\n        'wind': 621.2364,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 227.8192,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 840.9151,\n        'gas': 851.0791,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 25.3214,\n        'wind': 644.26,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 312.7426,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2627,\n        'coal': 848.8985,\n        'gas': 850.6919,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 49.9006,\n        'wind': 648.0776,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 320.0761,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 855.3064,\n        'gas': 849.4858,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 50.594,\n        'wind': 642.2368,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 264.3893,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 864.8395,\n        'gas': 850.0787,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 50.4473,\n        'wind': 642.5218,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 300.7597,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 876.8549,\n        'gas': 849.2029,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 116.4501,\n        'wind': 640.6001,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 295.796,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 882.9301,\n        'gas': 849.8929,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 121.8405,\n        'wind': 630.7746,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 231.1258,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 891.2245,\n        'gas': 848.9108,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 121.8381,\n        'wind': 626.2669,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 228.9392,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 889.6535,\n        'gas': 847.9086,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 175.1119,\n        'wind': 624.8049,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 294.696,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 885.937,\n        'gas': 847.3498,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 176.1493,\n        'wind': 606.6648,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 219.7095,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0411,\n        'coal': 886.0397,\n        'gas': 849.059,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 176.1579,\n        'wind': 587.7421,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 162.2028,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9194,\n        'coal': 892.7385,\n        'gas': 850.0427,\n        'hydro': 0.002,\n        'oil': 0.5577,\n        'solar': 264.6059,\n        'wind': 563.8504,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 64.6461,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7986,\n        'coal': 904.753,\n        'gas': 852.7967,\n        'hydro': 0.002,\n        'oil': 2.2357,\n        'solar': 265.8025,\n        'wind': 510.4788,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -82.8205,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7986,\n        'coal': 903.9358,\n        'gas': 849.6364,\n        'hydro': 0.002,\n        'oil': 4.8997,\n        'solar': 266.7345,\n        'wind': 490.4244,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -191.1475,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7986,\n        'coal': 905.0342,\n        'gas': 843.8882,\n        'hydro': 0.002,\n        'oil': 4.7737,\n        'solar': 336.3188,\n        'wind': 497.8725,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -172.4691,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 912.5664,\n        'gas': 845.8092,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 334.9865,\n        'wind': 512.9774,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -72.9925,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 914.8925,\n        'gas': 844.7285,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 337.4285,\n        'wind': 501.6262,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -91.0,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 915.6635,\n        'gas': 844.8832,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 440.4887,\n        'wind': 519.8444,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 2.5953,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 913.478,\n        'gas': 844.0176,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 444.7657,\n        'wind': 529.1083,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.3752,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 921.0996,\n        'gas': 842.1126,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 444.2423,\n        'wind': 533.1081,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.1062,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 910.9561,\n        'gas': 843.6253,\n        'hydro': 0.002,\n        'oil': 4.8987,\n        'solar': 546.7223,\n        'wind': 532.3723,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.7659,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.0142,\n        'coal': 896.8201,\n        'gas': 843.2268,\n        'hydro': 0.002,\n        'oil': 2.4497,\n        'solar': 544.363,\n        'wind': 539.5581,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 82.2258,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9363,\n        'coal': 887.1414,\n        'gas': 848.3151,\n        'hydro': 0.0023,\n        'oil': 1.2373,\n        'solar': 546.269,\n        'wind': 538.0371,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 112.6001,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.937,\n        'coal': 891.7273,\n        'gas': 851.1367,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 697.9723,\n        'wind': 536.8803,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 134.2146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.937,\n        'coal': 897.135,\n        'gas': 851.8999,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 697.8197,\n        'wind': 508.591,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 48.9372,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.1487,\n        'coal': 895.7784,\n        'gas': 844.3598,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 701.9256,\n        'wind': 474.5325,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -47.371,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.8648,\n        'coal': 894.0405,\n        'gas': 842.8352,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 781.1297,\n        'wind': 470.0753,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 25.9224,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4721,\n        'coal': 893.1973,\n        'gas': 845.2372,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 786.7606,\n        'wind': 468.0142,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 99.9052,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.3494,\n        'coal': 893.6375,\n        'gas': 844.2475,\n        'hydro': 0.002,\n        'oil': 0.627,\n        'solar': 786.5521,\n        'wind': 461.1513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 142.4118,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.095,\n        'coal': 895.9342,\n        'gas': 842.1316,\n        'hydro': 0.002,\n        'oil': 2.3297,\n        'solar': 949.7025,\n        'wind': 468.9925,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 120.6654,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.095,\n        'coal': 897.0757,\n        'gas': 841.7281,\n        'hydro': 0.002,\n        'oil': 4.84,\n        'solar': 952.8578,\n        'wind': 464.2998,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 134.9252,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 900.9113,\n        'gas': 843.8338,\n        'hydro': 0.002,\n        'oil': 4.84,\n        'solar': 957.0588,\n        'wind': 458.4338,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 146.2294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 904.3262,\n        'gas': 843.5698,\n        'hydro': 0.002,\n        'oil': 6.5364,\n        'solar': 1063.599,\n        'wind': 467.1671,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 115.7092,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 906.2604,\n        'gas': 842.1091,\n        'hydro': 0.002,\n        'oil': 6.687,\n        'solar': 1064.6132,\n        'wind': 475.3287,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 118.908,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 920.7798,\n        'gas': 842.7437,\n        'hydro': 0.002,\n        'oil': 6.679,\n        'solar': 1069.9619,\n        'wind': 479.1487,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 93.7426,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 937.0187,\n        'gas': 841.2021,\n        'hydro': 0.002,\n        'oil': 7.18,\n        'solar': 1092.281,\n        'wind': 473.3695,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 103.8492,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.2363,\n        'coal': 955.6687,\n        'gas': 837.4634,\n        'hydro': 0.002,\n        'oil': 7.85,\n        'solar': 1105.0062,\n        'wind': 449.2936,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 57.2092,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 971.7339,\n        'gas': 845.7695,\n        'hydro': 0.002,\n        'oil': 7.98,\n        'solar': 1118.1808,\n        'wind': 448.5564,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 121.4668,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 993.2184,\n        'gas': 904.89,\n        'hydro': 0.002,\n        'oil': 6.175,\n        'solar': 1161.5665,\n        'wind': 448.1385,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 368.4214,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 1009.6769,\n        'gas': 994.0457,\n        'hydro': 0.002,\n        'oil': 5.1714,\n        'solar': 1158.848,\n        'wind': 440.6214,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 732.7094,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 1029.9896,\n        'gas': 1041.5093,\n        'hydro': 0.002,\n        'oil': 4.9227,\n        'solar': 1187.2562,\n        'wind': 420.1904,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 958.884,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 1049.8655,\n        'gas': 1066.2699,\n        'hydro': 0.002,\n        'oil': 4.9227,\n        'solar': 1442.2653,\n        'wind': 397.7363,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1112.0204,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4844,\n        'coal': 1069.4185,\n        'gas': 1114.8804,\n        'hydro': 0.002,\n        'oil': 4.9227,\n        'solar': 1448.0299,\n        'wind': 381.4632,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1124.9628,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1261,\n        'coal': 1087.339,\n        'gas': 1154.81,\n        'hydro': 0.002,\n        'oil': 3.5577,\n        'solar': 1467.182,\n        'wind': 377.0699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1171.5188,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.0018,\n        'coal': 1093.749,\n        'gas': 1180.4754,\n        'hydro': 0.002,\n        'oil': 1.9824,\n        'solar': 1537.4523,\n        'wind': 369.8613,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1229.6148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.0018,\n        'coal': 1100.7486,\n        'gas': 1193.9674,\n        'hydro': 0.002,\n        'oil': 1.2794,\n        'solar': 1538.7472,\n        'wind': 355.1736,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1313.9372,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.0018,\n        'coal': 1103.9951,\n        'gas': 1199.949,\n        'hydro': 0.002,\n        'oil': 1.0274,\n        'solar': 1519.3505,\n        'wind': 346.4865,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1370.0344,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.122,\n        'coal': 1106.7051,\n        'gas': 1196.2649,\n        'hydro': 0.002,\n        'oil': 0.659,\n        'solar': 1621.8708,\n        'wind': 353.3654,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1326.1266,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2483,\n        'coal': 1106.2972,\n        'gas': 1201.2399,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1643.9068,\n        'wind': 355.4887,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1391.825,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7782,\n        'coal': 1096.4787,\n        'gas': 1202.5837,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1644.2617,\n        'wind': 365.9603,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1387.5972,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1090.7717,\n        'gas': 1211.4575,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1738.8222,\n        'wind': 358.3037,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1304.6174,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1092.0483,\n        'gas': 1195.6517,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1741.7496,\n        'wind': 341.4311,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1255.504,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1104.6161,\n        'gas': 1193.2455,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1748.1648,\n        'wind': 319.1997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1350.5242,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1101.3158,\n        'gas': 1194.8895,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1756.0905,\n        'wind': 310.4596,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1412.324,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1109.6434,\n        'gas': 1195.3672,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1769.6899,\n        'wind': 301.278,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1395.4878,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9016,\n        'coal': 1102.6282,\n        'gas': 1212.8343,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1778.3941,\n        'wind': 289.6269,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1309.9278,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0218,\n        'coal': 1100.4365,\n        'gas': 1205.3102,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1884.7857,\n        'wind': 287.7892,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1191.5558,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1104.8862,\n        'gas': 1175.7729,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1875.2059,\n        'wind': 285.1869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1030.0066,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1102.9682,\n        'gas': 1118.6913,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1892.0652,\n        'wind': 268.579,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 884.4096,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1099.5989,\n        'gas': 1065.6451,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1829.2458,\n        'wind': 275.229,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 813.0814,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1086.6236,\n        'gas': 1102.9881,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1819.9852,\n        'wind': 277.1663,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 786.9346,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1078.9952,\n        'gas': 1120.1019,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1840.0918,\n        'wind': 280.7609,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 800.0986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1065.7152,\n        'gas': 1112.8382,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1848.4141,\n        'wind': 284.9461,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 656.9696,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1058.255,\n        'gas': 1098.191,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1848.1456,\n        'wind': 272.958,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 518.4118,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 46.2348,\n        'coal': 1045.1648,\n        'gas': 1099.5673,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1819.7827,\n        'wind': 269.4406,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 399.1294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.0271,\n        'coal': 1031.8754,\n        'gas': 1098.1642,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1716.5196,\n        'wind': 265.3246,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 376.1772,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7653,\n        'coal': 1034.7442,\n        'gas': 1098.0195,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1690.1708,\n        'wind': 260.9089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 334.504,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3772,\n        'coal': 1031.1456,\n        'gas': 1095.0867,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1684.7747,\n        'wind': 264.8291,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 388.3734,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3772,\n        'coal': 1044.7506,\n        'gas': 1114.3027,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1761.4354,\n        'wind': 258.2046,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 526.3736,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3772,\n        'coal': 1042.6803,\n        'gas': 1123.1404,\n        'hydro': 0.002,\n        'oil': 0.5367,\n        'solar': 1785.8149,\n        'wind': 254.2845,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 465.965,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3751,\n        'coal': 1034.0566,\n        'gas': 1138.9159,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1777.0841,\n        'wind': 261.4856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 488.0946,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3751,\n        'coal': 1042.4712,\n        'gas': 1166.7044,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1824.9433,\n        'wind': 266.3243,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 622.6706,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3751,\n        'coal': 1048.1645,\n        'gas': 1180.9656,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1817.2839,\n        'wind': 260.9762,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 707.6706,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3792,\n        'coal': 1056.4704,\n        'gas': 1191.3323,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1818.0229,\n        'wind': 256.0171,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 750.3818,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2519,\n        'coal': 1060.0756,\n        'gas': 1204.3099,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1882.4791,\n        'wind': 242.8591,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 633.192,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.7147,\n        'coal': 1068.7152,\n        'gas': 1224.3193,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1899.9008,\n        'wind': 239.4369,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 583.3666,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.5942,\n        'coal': 1066.4179,\n        'gas': 1243.3143,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1907.767,\n        'wind': 245.2666,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 514.6136,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.4723,\n        'coal': 1059.4785,\n        'gas': 1210.0249,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1776.7571,\n        'wind': 238.2706,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 349.7158,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9875,\n        'coal': 1060.1706,\n        'gas': 1235.5543,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1768.3199,\n        'wind': 237.8811,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 316.9708,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.9181,\n        'coal': 1055.5285,\n        'gas': 1266.1124,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1771.3709,\n        'wind': 216.6313,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 259.3068,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.9181,\n        'coal': 1048.7704,\n        'gas': 1272.5562,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1662.1814,\n        'wind': 212.3578,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 270.0136,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 42.9181,\n        'coal': 1047.8557,\n        'gas': 1277.6955,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1662.7727,\n        'wind': 216.8856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 315.2402,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1050.848,\n        'gas': 1284.1038,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1634.2166,\n        'wind': 227.9004,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 300.4252,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1048.3859,\n        'gas': 1283.3822,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1640.6846,\n        'wind': 228.3653,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.7294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1046.8619,\n        'gas': 1282.678,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1628.6364,\n        'wind': 222.2565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 179.4,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1047.6596,\n        'gas': 1284.7195,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1628.3332,\n        'wind': 221.9698,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 222.0826,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1049.2604,\n        'gas': 1289.6098,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1597.0815,\n        'wind': 206.9595,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 121.7264,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1050.8529,\n        'gas': 1290.7088,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1584.7927,\n        'wind': 200.0869,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 16.096,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1048.0927,\n        'gas': 1256.9744,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1587.1261,\n        'wind': 203.8143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.2678,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1281,\n        'coal': 1046.8342,\n        'gas': 1238.6771,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1542.5737,\n        'wind': 214.3459,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -182.0106,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.3358,\n        'coal': 1047.087,\n        'gas': 1279.306,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1562.4532,\n        'wind': 211.5168,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -117.696,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.3358,\n        'coal': 1055.2042,\n        'gas': 1292.5419,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1568.5122,\n        'wind': 222.8901,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -43.7626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1053.1699,\n        'gas': 1291.4235,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1486.2722,\n        'wind': 234.5769,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -32.2292,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1037.4192,\n        'gas': 1269.7833,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1480.5483,\n        'wind': 229.5967,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -47.6558,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1033.6573,\n        'gas': 1249.4413,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1482.9261,\n        'wind': 236.4352,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.2158,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1037.4157,\n        'gas': 1218.8655,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1563.4192,\n        'wind': 241.5604,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -22.7226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1042.0265,\n        'gas': 1177.3154,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1578.9566,\n        'wind': 238.0032,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -116.7786,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1042.7244,\n        'gas': 1189.9625,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1574.0436,\n        'wind': 230.1303,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -156.1628,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1039.2134,\n        'gas': 1187.2788,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1576.8501,\n        'wind': 223.8243,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -205.9654,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2211,\n        'coal': 1040.9581,\n        'gas': 1234.6824,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1570.7108,\n        'wind': 236.3874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -167.232,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4391,\n        'coal': 1044.6481,\n        'gas': 1327.7405,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1558.1994,\n        'wind': 249.3006,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 1.088,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.3188,\n        'coal': 1045.6179,\n        'gas': 1395.3887,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1402.7727,\n        'wind': 253.6311,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 104.688,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.1005,\n        'coal': 1042.9145,\n        'gas': 1397.1621,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1410.5012,\n        'wind': 257.363,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 122.7548,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9801,\n        'coal': 1036.1011,\n        'gas': 1393.1777,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1431.1878,\n        'wind': 265.0502,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 138.6374,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1901,\n        'coal': 1032.0251,\n        'gas': 1407.4643,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1359.9481,\n        'wind': 274.9598,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 113.6894,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.9179,\n        'coal': 1028.1993,\n        'gas': 1407.8946,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1331.4151,\n        'wind': 280.3882,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -11.3944,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.5319,\n        'coal': 1022.526,\n        'gas': 1419.9797,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1320.9133,\n        'wind': 288.5052,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -61.4544,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.1797,\n        'coal': 1015.2988,\n        'gas': 1450.8595,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1225.7575,\n        'wind': 305.2744,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.0758,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4267,\n        'coal': 1009.9821,\n        'gas': 1484.9292,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1221.8153,\n        'wind': 326.5399,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 66.7136,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1010.1856,\n        'gas': 1485.6962,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1211.5552,\n        'wind': 336.4254,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 98.2668,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1017.9448,\n        'gas': 1469.1478,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1130.2863,\n        'wind': 352.7376,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 101.6746,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1021.7272,\n        'gas': 1510.3078,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1133.7343,\n        'wind': 370.6779,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 113.6428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1027.7405,\n        'gas': 1500.6176,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 1110.5916,\n        'wind': 383.1715,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.2694,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1033.9371,\n        'gas': 1466.2687,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 971.2251,\n        'wind': 419.9289,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 11.4132,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1039.9116,\n        'gas': 1466.4872,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 949.8261,\n        'wind': 461.629,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 34.9932,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1046.9056,\n        'gas': 1459.9726,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 948.7711,\n        'wind': 530.1033,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 136.8438,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1050.9659,\n        'gas': 1476.5513,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 808.3366,\n        'wind': 580.663,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.8814,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1051.6394,\n        'gas': 1507.3233,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 813.9551,\n        'wind': 602.5315,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 306.7402,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1052.6421,\n        'gas': 1519.6961,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 836.8902,\n        'wind': 600.5748,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 303.4066,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.201,\n        'coal': 1051.8519,\n        'gas': 1526.6712,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 785.7731,\n        'wind': 593.3467,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 330.3188,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1048.4906,\n        'gas': 1535.9802,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 784.6071,\n        'wind': 601.1965,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 329.6708,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1046.9752,\n        'gas': 1548.4223,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 784.0351,\n        'wind': 625.3621,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 359.2732,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1049.509,\n        'gas': 1632.027,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 668.0809,\n        'wind': 657.0832,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 557.6118,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1049.1303,\n        'gas': 1697.2769,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 659.6372,\n        'wind': 662.1047,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 655.1252,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1053.8653,\n        'gas': 1711.836,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 644.9017,\n        'wind': 659.6206,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 617.292,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1063.2395,\n        'gas': 1664.8431,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 566.6709,\n        'wind': 658.0861,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 558.9826,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1071.5817,\n        'gas': 1691.4612,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 568.9408,\n        'wind': 638.0179,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 578.9026,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1072.8949,\n        'gas': 1697.1365,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 566.09,\n        'wind': 619.956,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 560.4226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1069.88,\n        'gas': 1697.4779,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 502.1212,\n        'wind': 628.1937,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 579.9426,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1072.5374,\n        'gas': 1659.1089,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 494.4595,\n        'wind': 652.5877,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 560.6892,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1076.0958,\n        'gas': 1655.6266,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 475.5695,\n        'wind': 651.8918,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 524.916,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1074.8541,\n        'gas': 1574.0739,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 412.7877,\n        'wind': 655.901,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 378.9622,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1073.7869,\n        'gas': 1535.8504,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 403.5925,\n        'wind': 659.2612,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 298.4186,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1074.5781,\n        'gas': 1521.6434,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 399.1732,\n        'wind': 661.2809,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 263.4668,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1074.0146,\n        'gas': 1499.4511,\n        'hydro': 0.002,\n        'oil': 0.525,\n        'solar': 349.6294,\n        'wind': 673.1684,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 221.3918,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1076.4315,\n        'gas': 1480.927,\n        'hydro': 0.002,\n        'oil': 3.0017,\n        'solar': 348.1111,\n        'wind': 703.8447,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 252.1348,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1075.6074,\n        'gas': 1433.4371,\n        'hydro': 0.002,\n        'oil': 2.6243,\n        'solar': 346.3488,\n        'wind': 739.0248,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 221.9626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1078.8633,\n        'gas': 1390.6649,\n        'hydro': 0.002,\n        'oil': 3.7963,\n        'solar': 294.01,\n        'wind': 775.2033,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 241.9346,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1076.5169,\n        'gas': 1387.9357,\n        'hydro': 0.002,\n        'oil': 4.7777,\n        'solar': 292.5543,\n        'wind': 775.6365,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 219.8346,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1074.0668,\n        'gas': 1313.2724,\n        'hydro': 0.002,\n        'oil': 5.7567,\n        'solar': 292.6917,\n        'wind': 769.9306,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 59.956,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1073.3154,\n        'gas': 1226.7268,\n        'hydro': 0.002,\n        'oil': 6.0023,\n        'solar': 238.5052,\n        'wind': 764.2855,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -118.4882,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1072.6343,\n        'gas': 1225.7161,\n        'hydro': 0.002,\n        'oil': 4.982,\n        'solar': 238.4785,\n        'wind': 753.5359,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -154.3014,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1072.4048,\n        'gas': 1225.8927,\n        'hydro': 0.002,\n        'oil': 4.862,\n        'solar': 237.8508,\n        'wind': 758.0874,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -144.0614,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1073.0761,\n        'gas': 1206.3413,\n        'hydro': 0.002,\n        'oil': 4.862,\n        'solar': 180.6841,\n        'wind': 714.7057,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -239.912,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1073.1679,\n        'gas': 1190.4184,\n        'hydro': 0.002,\n        'oil': 4.862,\n        'solar': 179.7251,\n        'wind': 688.6882,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -305.1656,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1074.1603,\n        'gas': 1183.774,\n        'hydro': 0.002,\n        'oil': 4.862,\n        'solar': 179.4754,\n        'wind': 666.2535,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -378.296,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1075.56,\n        'gas': 1187.0571,\n        'hydro': 0.002,\n        'oil': 6.4913,\n        'solar': 126.2574,\n        'wind': 635.1456,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -415.8318,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1075.7015,\n        'gas': 1192.7837,\n        'hydro': 0.002,\n        'oil': 7.8573,\n        'solar': 126.0116,\n        'wind': 601.1074,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -479.8226,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.428,\n        'coal': 1075.714,\n        'gas': 1192.6603,\n        'hydro': 0.002,\n        'oil': 7.9777,\n        'solar': 126.0116,\n        'wind': 569.4068,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -548.2094,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.227,\n        'coal': 1074.0458,\n        'gas': 1185.2434,\n        'hydro': 0.002,\n        'oil': 7.9777,\n        'solar': 83.2515,\n        'wind': 569.6279,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -565.816,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.227,\n        'coal': 1075.3707,\n        'gas': 1199.7021,\n        'hydro': 0.002,\n        'oil': 7.2653,\n        'solar': 83.1288,\n        'wind': 584.25,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -501.3626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1438,\n        'coal': 1076.535,\n        'gas': 1214.9127,\n        'hydro': 0.002,\n        'oil': 7.1423,\n        'solar': 83.0077,\n        'wind': 581.4721,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -473.2558,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1438,\n        'coal': 1073.4551,\n        'gas': 1212.3089,\n        'hydro': 0.002,\n        'oil': 5.6583,\n        'solar': 44.302,\n        'wind': 595.7658,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -441.1626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1438,\n        'coal': 1073.6882,\n        'gas': 1212.107,\n        'hydro': 0.002,\n        'oil': 4.8387,\n        'solar': 43.9942,\n        'wind': 610.4142,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -380.1426,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.9251,\n        'coal': 1074.9745,\n        'gas': 1214.2072,\n        'hydro': 0.002,\n        'oil': 4.8387,\n        'solar': 43.9942,\n        'wind': 592.8457,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -398.4428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.9251,\n        'coal': 1075.6602,\n        'gas': 1215.2737,\n        'hydro': 0.002,\n        'oil': 4.8387,\n        'solar': 34.6361,\n        'wind': 576.4268,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -405.6562,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.9251,\n        'coal': 1066.365,\n        'gas': 1215.2841,\n        'hydro': 0.002,\n        'oil': 2.311,\n        'solar': 34.4961,\n        'wind': 550.8856,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -471.6028,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1698,\n        'coal': 1064.5788,\n        'gas': 1214.1528,\n        'hydro': 0.002,\n        'oil': 3.7203,\n        'solar': 34.4961,\n        'wind': 529.6303,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -515.2694,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1698,\n        'coal': 1058.209,\n        'gas': 1214.4135,\n        'hydro': 0.002,\n        'oil': 4.8627,\n        'solar': 28.6407,\n        'wind': 511.0848,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -532.336,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1698,\n        'coal': 1056.6761,\n        'gas': 1216.321,\n        'hydro': 0.002,\n        'oil': 2.3197,\n        'solar': 28.6407,\n        'wind': 492.2565,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -577.0694,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1698,\n        'coal': 1057.3699,\n        'gas': 1214.8485,\n        'hydro': 0.002,\n        'oil': 1.1857,\n        'solar': 28.6407,\n        'wind': 478.2957,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -621.4294,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.9418,\n        'coal': 1058.1077,\n        'gas': 1205.2821,\n        'hydro': 0.002,\n        'oil': 0.6657,\n        'solar': 0.9273,\n        'wind': 467.6908,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -652.756,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.9418,\n        'coal': 1056.717,\n        'gas': 1184.1935,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 476.3195,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -679.3428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1060.4581,\n        'gas': 1186.7457,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 472.6555,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -667.376,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1070.3464,\n        'gas': 1187.692,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 454.8978,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -656.4626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1073.5427,\n        'gas': 1188.1942,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 424.4172,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -685.3296,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1072.4085,\n        'gas': 1176.9751,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 390.7836,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -742.796,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1068.6231,\n        'gas': 1148.5069,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 381.275,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -813.8026,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1621,\n        'coal': 1065.8913,\n        'gas': 1142.1837,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 391.2089,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -774.5694,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1468,\n        'coal': 1060.5174,\n        'gas': 1142.7347,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 392.6935,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -766.6958,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1468,\n        'coal': 1059.3488,\n        'gas': 1143.041,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 402.4406,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -721.0626,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1224,\n        'coal': 1054.7408,\n        'gas': 1156.0874,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 395.9761,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -688.2692,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1224,\n        'coal': 1057.0813,\n        'gas': 1179.9469,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 395.7086,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -618.892,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.1224,\n        'coal': 1060.0031,\n        'gas': 1202.6845,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 390.3758,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -516.1518,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.0012,\n        'coal': 1060.9204,\n        'gas': 1209.763,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 378.952,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -500.6852,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.0012,\n        'coal': 1063.7643,\n        'gas': 1208.7277,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 373.0925,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -486.2652,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1060.479,\n        'gas': 1210.3876,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 356.7568,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -461.0386,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1061.0677,\n        'gas': 1210.414,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 333.3639,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -490.7986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1061.9683,\n        'gas': 1210.9156,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 297.1287,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -535.3454,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1062.2382,\n        'gas': 1207.5148,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 272.18,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -559.0186,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1063.0776,\n        'gas': 1197.6379,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 264.8518,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -560.5386,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1060.3617,\n        'gas': 1196.922,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 287.354,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -485.1122,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1061.4526,\n        'gas': 1204.2317,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 316.3125,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -381.0254,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2222,\n        'coal': 1054.5365,\n        'gas': 1204.9328,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 325.212,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -353.072,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1041.4693,\n        'gas': 1203.4871,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 325.7743,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -354.7748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1039.7514,\n        'gas': 1198.7562,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 329.3997,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -318.3748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1033.9599,\n        'gas': 1188.1244,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 338.9156,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -295.2348,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1027.5449,\n        'gas': 1174.8458,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 367.9075,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -233.928,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1019.788,\n        'gas': 1174.3629,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 356.3841,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -224.8748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1014.6835,\n        'gas': 1174.0007,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 356.3878,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -207.3748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1007.0565,\n        'gas': 1165.4239,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 373.4583,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -184.9148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 1000.9818,\n        'gas': 1143.6191,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 394.2999,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -160.8014,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 997.6675,\n        'gas': 1127.9735,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 370.3327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -188.2948,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 996.7928,\n        'gas': 1132.1219,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 326.1337,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -238.9614,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 996.116,\n        'gas': 1131.8119,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 287.9227,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -294.0148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 994.7462,\n        'gas': 1127.3932,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 272.1833,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -297.1482,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 995.2468,\n        'gas': 1127.2378,\n        'hydro': 0.002,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 274.1505,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -252.4416,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 995.0101,\n        'gas': 1127.1464,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 272.8385,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -217.1414,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 995.9865,\n        'gas': 1128.0463,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 264.4714,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -184.1414,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 994.8278,\n        'gas': 1126.1599,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 249.1506,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -196.7214,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4442,\n        'coal': 995.5144,\n        'gas': 1123.3036,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 266.018,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -148.6748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2429,\n        'coal': 994.8755,\n        'gas': 1122.803,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 283.4012,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -82.5882,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2429,\n        'coal': 991.929,\n        'gas': 1123.8617,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 283.249,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -50.7882,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3133,\n        'coal': 988.0727,\n        'gas': 1106.2904,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 283.916,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -63.8616,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 987.6151,\n        'gas': 1070.1178,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 268.976,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -129.7614,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 987.151,\n        'gas': 1038.5578,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 234.7159,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -241.3882,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 987.6615,\n        'gas': 1014.4826,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 207.8071,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -314.7146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 988.3409,\n        'gas': 1009.3618,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 205.8132,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -323.1214,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 992.5985,\n        'gas': 1008.7749,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 214.4027,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -270.4148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 995.948,\n        'gas': 1004.6057,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 217.1388,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -238.6148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 997.0136,\n        'gas': 1009.3842,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 233.6675,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -172.568,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 993.1197,\n        'gas': 1010.6716,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 249.5699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -114.5482,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 985.6002,\n        'gas': 1011.8395,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 260.5962,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -69.3012,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5313,\n        'coal': 988.8807,\n        'gas': 1011.2095,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 269.5071,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -28.6746,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 9, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6519,\n        'coal': 984.2323,\n        'gas': 1010.8606,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 277.5531,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 3.552,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 970.8567,\n        'gas': 1010.5801,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 285.6567,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 37.9386,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 955.2813,\n        'gas': 1012.4921,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 278.7491,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 27.2654,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 938.1351,\n        'gas': 1014.8757,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 250.4,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -35.8146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 926.218,\n        'gas': 1017.432,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 231.8048,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -75.368,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 913.9169,\n        'gas': 1016.7539,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 223.9557,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -94.608,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 906.4599,\n        'gas': 1014.4572,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 242.649,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -63.9678,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 911.4895,\n        'gas': 1016.4185,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 251.9537,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -2.1854,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 914.0482,\n        'gas': 1015.2764,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 245.548,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -15.0718,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 916.3757,\n        'gas': 1014.0105,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 255.0064,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.9534,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 917.0039,\n        'gas': 993.6167,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 276.4535,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 26.896,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 913.8524,\n        'gas': 968.6207,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 278.2669,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.4706,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 912.7495,\n        'gas': 921.7148,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 268.2824,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -109.9508,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 912.9692,\n        'gas': 853.5179,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 255.7757,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -263.1934,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4479,\n        'coal': 914.0871,\n        'gas': 810.2972,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 252.8741,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -357.416,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6699,\n        'coal': 917.9418,\n        'gas': 808.1492,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 266.222,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -309.0428,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6699,\n        'coal': 931.1178,\n        'gas': 808.0759,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 283.4758,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -238.7614,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6699,\n        'coal': 941.5614,\n        'gas': 808.7685,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 289.8965,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -178.5746,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6699,\n        'coal': 951.8896,\n        'gas': 808.4705,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 294.6707,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -135.3412,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6699,\n        'coal': 959.3352,\n        'gas': 808.2999,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.9273,\n        'wind': 290.4763,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -112.2348,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.5499,\n        'coal': 966.9227,\n        'gas': 808.1533,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 286.0362,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -93.2148,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3459,\n        'coal': 974.776,\n        'gas': 803.564,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 285.3165,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -70.7414,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4661,\n        'coal': 980.7287,\n        'gas': 796.9374,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 282.8025,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -46.7748,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4661,\n        'coal': 973.8945,\n        'gas': 797.0567,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 283.5975,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -39.1548,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6941,\n        'coal': 974.8549,\n        'gas': 801.6635,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 295.7948,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 4.5332,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6941,\n        'coal': 981.4527,\n        'gas': 795.9399,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 301.9531,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 13.0508,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.2324,\n        'coal': 973.6087,\n        'gas': 774.9515,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 312.032,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -40.8892,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.2324,\n        'coal': 970.873,\n        'gas': 777.3456,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 319.5912,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -19.6548,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4561,\n        'coal': 966.1383,\n        'gas': 776.2144,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 311.2681,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -34.856,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 961.515,\n        'gas': 774.7451,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 300.2171,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -70.4228,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 956.8067,\n        'gas': 776.461,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 288.3318,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -91.984,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 952.1783,\n        'gas': 781.0157,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 294.1165,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -71.8562,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 945.5767,\n        'gas': 783.0664,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 303.229,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -53.0494,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 941.004,\n        'gas': 775.6934,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 328.6513,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -25.7028,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 936.2765,\n        'gas': 767.7474,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 365.1051,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 23.7372,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 932.7059,\n        'gas': 775.7342,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 392.5154,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 105.0828,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 938.7983,\n        'gas': 797.4568,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 397.1424,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 173.9586,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 942.8463,\n        'gas': 797.742,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 370.2327,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 124.8188,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 948.0432,\n        'gas': 799.2855,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 345.0528,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 80.2054,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6618,\n        'coal': 950.7992,\n        'gas': 787.7416,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 321.2452,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 12.7056,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 946.3832,\n        'gas': 774.1182,\n        'hydro': 0.001,\n        'oil': 0.5357,\n        'solar': 0.8087,\n        'wind': 304.3119,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -57.948,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 942.9356,\n        'gas': 781.207,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 287.9402,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -81.648,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 938.8508,\n        'gas': 816.8679,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 314.5636,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 51.9134,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 948.1388,\n        'gas': 858.5025,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 350.6298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 250.56,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 951.9124,\n        'gas': 866.817,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 343.6605,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 276.5054,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 959.0922,\n        'gas': 873.9904,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 321.7298,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 234.0454,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 967.5765,\n        'gas': 877.9358,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 285.9072,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 200.1454,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 975.2504,\n        'gas': 876.8653,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 267.0143,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 180.9644,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 979.0891,\n        'gas': 888.3096,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 268.2282,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 192.7172,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 986.3333,\n        'gas': 920.6163,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 280.9629,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 294.704,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4384,\n        'coal': 995.3453,\n        'gas': 962.0246,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 284.2,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 395.5506,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4369,\n        'coal': 1003.9457,\n        'gas': 942.3419,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 271.7699,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 335.124,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4369,\n        'coal': 1008.1704,\n        'gas': 885.6414,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 262.9678,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 201.6438,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4464,\n        'coal': 1011.5453,\n        'gas': 882.818,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 263.3638,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 215.5906,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4464,\n        'coal': 1011.645,\n        'gas': 872.7349,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 266.8052,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 190.5706,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4464,\n        'coal': 1010.8876,\n        'gas': 839.7477,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 273.8425,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 142.2106,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6561,\n        'coal': 1009.9672,\n        'gas': 826.7972,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 290.0446,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 125.444,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6561,\n        'coal': 1004.7308,\n        'gas': 812.0574,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 298.1731,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 115.6934,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6561,\n        'coal': 1000.0246,\n        'gas': 799.917,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 313.8017,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 97.7348,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 994.556,\n        'gas': 801.3329,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 342.2658,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 116.768,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 989.6372,\n        'gas': 803.1122,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 371.2748,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 172.668,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 982.3108,\n        'gas': 793.4404,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 391.0963,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 131.7986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 978.7542,\n        'gas': 777.3669,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 411.432,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 105.832,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 972.8573,\n        'gas': 778.9277,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 412.9562,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 88.8586,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4548,\n        'coal': 967.7432,\n        'gas': 778.2417,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 408.1103,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 54.6386,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.6574,\n        'coal': 961.4723,\n        'gas': 778.2356,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 410.5322,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 47.3786,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4444,\n        'coal': 956.2077,\n        'gas': 777.5133,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 440.9802,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 84.812,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4444,\n        'coal': 951.4173,\n        'gas': 775.9379,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 489.0794,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 148.492,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4444,\n        'coal': 946.5093,\n        'gas': 777.9354,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 510.9172,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 166.8986,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4444,\n        'coal': 941.6142,\n        'gas': 784.2376,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 528.7666,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 180.7306,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.0643,\n        'coal': 937.6832,\n        'gas': 789.4341,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 554.8249,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 202.5144,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 932.2284,\n        'gas': 789.5365,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 578.8704,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 226.448,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 930.4372,\n        'gas': 788.9515,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 0.8087,\n        'wind': 600.8171,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 256.8346,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 927.21,\n        'gas': 789.6248,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 5.087,\n        'wind': 629.5842,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 272.812,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 926.2251,\n        'gas': 790.8738,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 5.087,\n        'wind': 642.9965,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 248.312,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 917.7288,\n        'gas': 781.2947,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 5.3363,\n        'wind': 646.8632,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 173.9146,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9325,\n        'coal': 902.9764,\n        'gas': 767.5841,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 12.7016,\n        'wind': 641.2545,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 84.6666,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8119,\n        'coal': 899.8319,\n        'gas': 768.705,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 13.0843,\n        'wind': 639.0411,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 55.0464,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8119,\n        'coal': 900.7761,\n        'gas': 779.1595,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 13.4736,\n        'wind': 627.8554,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 49.8838,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8119,\n        'coal': 897.4802,\n        'gas': 777.9995,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 46.4476,\n        'wind': 625.5704,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 0.3916,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8119,\n        'coal': 895.597,\n        'gas': 756.65,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 46.692,\n        'wind': 627.0904,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -77.6174,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.8119,\n        'coal': 901.1077,\n        'gas': 780.8766,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 46.9453,\n        'wind': 632.2802,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -10.58,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.9514,\n        'coal': 900.6247,\n        'gas': 759.0676,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 58.6245,\n        'wind': 628.9465,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -97.7256,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.3376,\n        'coal': 894.5303,\n        'gas': 771.5077,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 59.7241,\n        'wind': 627.5301,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -85.4828,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.4598,\n        'coal': 892.671,\n        'gas': 793.4587,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 61.3461,\n        'wind': 625.2265,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -81.7866,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2899,\n        'coal': 893.3986,\n        'gas': 807.3669,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 101.6279,\n        'wind': 627.4476,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -116.1854,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.2899,\n        'coal': 887.5547,\n        'gas': 804.2648,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 101.5056,\n        'wind': 628.8818,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -195.752,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4993,\n        'coal': 880.6784,\n        'gas': 788.0866,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 101.6619,\n        'wind': 647.3185,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -215.9758,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.2591,\n        'coal': 874.8057,\n        'gas': 779.8778,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 126.1758,\n        'wind': 668.2436,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -216.9734,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.7133,\n        'coal': 869.4078,\n        'gas': 771.2347,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 126.4355,\n        'wind': 690.835,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -219.8734,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 41.7133,\n        'coal': 857.7199,\n        'gas': 780.0855,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 127.0324,\n        'wind': 697.8462,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -243.1868,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 40.4933,\n        'coal': 850.7174,\n        'gas': 787.8482,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 151.7003,\n        'wind': 704.4738,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -237.4602,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 40.4933,\n        'coal': 842.9829,\n        'gas': 806.6032,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 150.82,\n        'wind': 710.0446,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -240.2134,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.5139,\n        'coal': 833.2787,\n        'gas': 797.3211,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 150.563,\n        'wind': 718.6787,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -267.3402,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 45.4138,\n        'coal': 828.7843,\n        'gas': 803.4867,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 172.1371,\n        'wind': 719.9809,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -264.7468,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 44.7754,\n        'coal': 825.0739,\n        'gas': 791.7596,\n        'hydro': 0.001,\n        'oil': 0.556,\n        'solar': 173.8048,\n        'wind': 721.5482,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -292.5534,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2026, 2, 10, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=28800))),\n      'production': dict({\n        'biomass': 43.6036,\n        'coal': 827.644,\n        'gas': 794.462,\n        'hydro': 0.001,\n        'oil': 0.5517,\n        'solar': 176.2084,\n        'wind': 719.8022,\n      }),\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -322.2108,\n      }),\n      'zoneKey': 'AU-WA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_OPENNEM.ambr",
    "content": "# serializer version: 1\n# name: test_au_nsw_au_qld_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -534.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -526.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -542.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -532.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -424.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -440.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -422.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -346.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -351.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -333.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -272.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -248.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -182.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -194.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -196.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -227.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -225.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -171.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -179.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -188.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -211.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -234.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -224.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -296.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -327.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -332.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -325.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -130.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -352.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -392.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -378.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -390.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -432.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -270.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -247.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -297.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -263.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -295.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -342.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -340.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -292.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -311.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -307.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -322.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -358.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -353.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -382.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -367.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -356.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -384.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -383.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -338.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -281.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -322.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -288.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -272.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -266.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -298.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -279.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -293.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -333.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -371.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -389.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -343.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -319.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -333.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -325.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -310.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -277.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -299.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -302.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -304.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -300.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -337.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -320.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -379.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -347.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -337.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -356.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -380.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -377.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -373.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -348.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -343.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -349.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -353.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -322.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -333.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -321.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -318.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -330.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -306.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -297.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -306.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -308.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -304.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -317.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -274.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -290.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -220.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -213.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -241.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -263.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -267.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -227.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -205.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -226.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -198.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -141.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -164.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -207.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -189.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -217.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -176.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -214.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -259.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -265.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -258.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -234.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -206.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -266.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -264.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -358.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -449.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -438.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -482.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -535.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -596.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -576.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -561.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -570.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -585.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -619.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -519.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -577.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -480.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1001.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1047.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -918.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -999.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -964.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -937.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -971.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -938.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -898.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -984.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -990.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -979.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -955.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -952.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -949.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -995.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -957.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -942.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -962.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -878.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -959.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -896.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -871.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -927.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -960.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -961.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -958.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -971.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -896.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -930.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -884.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -936.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -934.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -963.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -906.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -948.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -905.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -886.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -921.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -904.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -917.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -951.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -891.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -909.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -858.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -941.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1057.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1026.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -996.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -913.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -910.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -861.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -872.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -825.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -884.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -831.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -861.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -855.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -870.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -886.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -875.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -809.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -839.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -839.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -886.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -907.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -948.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -913.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -988.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -946.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -993.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -924.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -790.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -765.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -765.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -845.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -809.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -828.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -847.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -866.45,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -862.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -915.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -902.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -903.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -869.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -859.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -749.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -679.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -706.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -794.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -793.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -786.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -791.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -807.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -770.1001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -745.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -680.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -727.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -735.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -642.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -619.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -593.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -608.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -634.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -639.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -586.8001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -671.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -606.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -624.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -556.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -394.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -364.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -347.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -404.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -339.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -386.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -367.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -335.4001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -371.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -376.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -383.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -315.5001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -308.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -366.3501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -359.9001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -410.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -357.1501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -414.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -432.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -392.0501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -442.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -447.2001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -424.2501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -404.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -380.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -365.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -394.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -383.4501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -401.7001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -423.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -461.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -396.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -457.7501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -451.0001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -418.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -371.8501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -408.5501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -480.6001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -444.3001,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -463.9501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -541.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -546.6501,\n      'sortedZoneKeys': 'AU-NSW->AU-QLD',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_au_nsw_au_vic_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1638.9452,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1649.5042,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1671.075,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1609.9634,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1473.0838,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1568.8404,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1486.6966,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1531.0558,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 21, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1696.0598,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1660.479,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1614.272,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1592.3448,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1465.393,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1499.3508,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1614.3126,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1499.4394,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1482.563,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1458.994,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1571.2438,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1564.7414,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 22, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1570.5968,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1570.3726,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1739.248,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1828.9454,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1777.3728,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1809.4972,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1805.604,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2169.3938,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1807.0498,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1888.5388,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1715.411,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1886.7404,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 10, 23, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2011.769,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2355.8604,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2357.0802,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2411.1004,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2258.7316,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2426.1242,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2589.13,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2576.639,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2531.359,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2521.3346,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2488.4046,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2620.307,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2703.097,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2630.7814,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2647.0456,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2673.611,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2673.027,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2718.6032,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2709.4054,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2659.8388,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2508.0674,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2569.8088,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2591.3578,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2554.374,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2521.9808,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2534.2702,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2500.0728,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2565.831,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2673.9072,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2734.5834,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2720.0606,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2651.342,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2596.2752,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2651.1386,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2621.111,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2526.239,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2517.5234,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2560.1272,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2468.5304,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2687.6112,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2649.1306,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2716.5524,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2667.91,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2677.6868,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2683.0754,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2767.285,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2745.961,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2790.4462,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2718.135,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2742.195,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2756.0272,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2727.6742,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2719.5794,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2679.9696,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2707.7416,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2680.6424,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2690.5148,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2683.0814,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2650.418,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2604.2,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2601.9224,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2668.2056,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2748.6772,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2654.2892,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2648.4758,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2564.2656,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2601.6974,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2839.9932,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2737.6014,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2650.9684,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2466.453,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2321.7084,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2242.3254,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2142.875,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2244.3132,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2225.0042,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2115.0572,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2104.757,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2132.073,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2224.5492,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2156.6962,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2246.9476,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2184.269,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2163.8966,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2159.6632,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2145.3176,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2045.5002,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2031.677,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2081.883,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2070.5338,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2127.6206,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2235.4426,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2145.2006,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2101.236,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2195.4908,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2162.232,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2054.9454,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1996.489,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2143.8246,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2103.1032,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2198.0798,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1958.9596,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2081.5732,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2002.2792,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1449.343,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1506.6748,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1354.0108,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1387.4966,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1232.9226,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1287.2586,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1429.68,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1429.313,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1164.587,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1255.5894,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1357.7402,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1328.2094,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1246.7472,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1234.9724,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1245.8594,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1448.5328,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1413.801,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1411.587,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1391.3726,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1433.1996,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1591.0274,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1502.9202,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1488.3568,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1466.3954,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1520.3156,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1608.9966,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1601.8198,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1437.171,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1247.5704,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1337.9,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1153.7462,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1322.779,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1327.7908,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1413.9798,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1295.6228,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1537.0544,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1435.3568,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1360.659,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1383.6636,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1452.368,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1510.7376,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1492.8404,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1212.77,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1466.3084,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1218.9476,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1350.949,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1628.7078,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1548.1904,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1402.4478,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1315.089,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1309.2826,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1103.207,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1328.1542,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1608.9888,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1830.6556,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1715.3542,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1645.629,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1679.7684,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1723.7536,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1781.2106,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1829.4326,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1849.3262,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1782.0304,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1333.4818,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1378.902,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1371.5366,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1518.9442,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1470.1102,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1610.6578,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1437.2662,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1510.0034,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1487.6872,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1422.6346,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1729.4464,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1725.5762,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1933.331,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1860.4534,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -2037.0152,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1743.783,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1725.8114,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1685.4482,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1647.7924,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1591.8508,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1487.0544,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1423.6188,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1286.1802,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1178.213,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1205.0942,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1294.8688,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1271.0302,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1421.5806,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1377.1142,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1354.8084,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1251.295,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1171.2406,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1159.5354,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1115.036,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -1105.1356,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -939.0392,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -832.7148,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -856.5842,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -767.4528,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -909.3686,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -955.1264,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -902.0392,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -801.607,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -793.102,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -834.1742,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -909.8472,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -627.0916,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 197.7594,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 168.4912,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 331.6336,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 110.5388,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 331.3674,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 239.7266,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 356.7922,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 291.5998,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 299.2394,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 273.573,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 231.818,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 372.8876,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 405.5782,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 185.4508,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 18, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 224.1724,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 220.9618,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 341.7222,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 211.5182,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 212.4236,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 317.6104,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 219.713,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 224.9672,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 260.494,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 293.0918,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 357.1408,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 345.2334,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 19, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 353.4372,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 286.397,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 356.8042,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 302.2506,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 15, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 327.1058,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 20, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 294.5012,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 25, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 185.9602,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 30, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 179.8772,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 35, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 281.041,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 40, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 282.207,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 45, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 171.2042,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 50, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 228.8228,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 20, 55, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 237.4406,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 231.9974,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 5, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': 165.9206,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 7, 11, 21, 10, tzinfo=datetime.timezone(datetime.timedelta(seconds=36000))),\n      'netFlow': -69.3206,\n      'sortedZoneKeys': 'AU-NSW->AU-VIC',\n      'source': 'opennem.org.au',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_PA.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2021, 12, 30, 9, 58, tzinfo=zoneinfo.ZoneInfo(key='America/Panama')),\n      'production': dict({\n        'biomass': 2.75,\n        'coal': 149.6,\n        'gas': 355.88,\n        'hydro': 421.84,\n        'oil': 238.2,\n        'solar': 262.76,\n        'unknown': 0.0,\n        'wind': 115.4,\n      }),\n      'source': 'sitr.cnd.com.pa',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PA',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_PE.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_with_target_datetime\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 57.9,\n        'coal': 0.0,\n        'gas': 2564.9,\n        'hydro': 2894.175,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 440.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.8,\n        'coal': 0.0,\n        'gas': 2562.1,\n        'hydro': 2791.586,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 398.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.4,\n        'coal': 0.0,\n        'gas': 2566.7,\n        'hydro': 2794.35,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 299.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.8,\n        'coal': 0.0,\n        'gas': 2609.8,\n        'hydro': 2757.581,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 227.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.1,\n        'coal': 0.0,\n        'gas': 2611.2,\n        'hydro': 2751.545,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 205.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.5,\n        'coal': 0.0,\n        'gas': 2605.8,\n        'hydro': 2764.811,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 195.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.2,\n        'coal': 0.0,\n        'gas': 2607.7,\n        'hydro': 2794.797,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 165.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.1,\n        'coal': 0.0,\n        'gas': 2607.7,\n        'hydro': 2812.719,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 143.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.7,\n        'coal': 0.0,\n        'gas': 2593.5,\n        'hydro': 2832.66,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 130.1,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 71.3,\n        'coal': 0.0,\n        'gas': 2624.3,\n        'hydro': 2792.109,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 119.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 73.3,\n        'coal': 0.0,\n        'gas': 2649.6,\n        'hydro': 2900.177,\n        'oil': 0.0,\n        'solar': 0.1,\n        'wind': 115.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.0,\n        'coal': 0.0,\n        'gas': 2661.8,\n        'hydro': 2977.049,\n        'oil': 0.0,\n        'solar': 17.5,\n        'wind': 116.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.9,\n        'coal': 0.0,\n        'gas': 2660.9,\n        'hydro': 2931.098,\n        'oil': 0.0,\n        'solar': 208.4,\n        'wind': 112.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 80.4,\n        'coal': 0.0,\n        'gas': 2660.9,\n        'hydro': 2618.37,\n        'oil': 0.0,\n        'solar': 472.2,\n        'wind': 97.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 80.4,\n        'coal': 0.0,\n        'gas': 2656.3,\n        'hydro': 2546.013,\n        'oil': 0.0,\n        'solar': 733.2,\n        'wind': 97.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.3,\n        'coal': 0.0,\n        'gas': 2652.6,\n        'hydro': 2680.726,\n        'oil': 0.0,\n        'solar': 798.3,\n        'wind': 99.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 76.4,\n        'coal': 0.0,\n        'gas': 2680.5,\n        'hydro': 2923.774,\n        'oil': 0.0,\n        'solar': 812.4,\n        'wind': 91.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 77.3,\n        'coal': 0.0,\n        'gas': 2732.5,\n        'hydro': 2863.517,\n        'oil': 0.0,\n        'solar': 825.7,\n        'wind': 104.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 75.3,\n        'coal': 0.0,\n        'gas': 2800.3,\n        'hydro': 2965.253,\n        'oil': 0.0,\n        'solar': 831.0,\n        'wind': 106.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 74.5,\n        'coal': 0.0,\n        'gas': 2853.4,\n        'hydro': 2925.418,\n        'oil': 0.0,\n        'solar': 830.9,\n        'wind': 137.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 72.7,\n        'coal': 0.0,\n        'gas': 2871.3,\n        'hydro': 2901.0,\n        'oil': 0.0,\n        'solar': 825.6,\n        'wind': 165.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 71.2,\n        'coal': 0.0,\n        'gas': 2861.5,\n        'hydro': 2769.1,\n        'oil': 0.0,\n        'solar': 870.9,\n        'wind': 182.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 74.8,\n        'coal': 0.0,\n        'gas': 2863.3,\n        'hydro': 2781.436,\n        'oil': 0.0,\n        'solar': 876.0,\n        'wind': 223.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 74.4,\n        'coal': 0.0,\n        'gas': 2860.5,\n        'hydro': 2782.444,\n        'oil': 0.0,\n        'solar': 880.5,\n        'wind': 276.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 76.6,\n        'coal': 0.0,\n        'gas': 2867.3,\n        'hydro': 2613.536,\n        'oil': 0.0,\n        'solar': 889.7,\n        'wind': 273.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.1,\n        'coal': 0.0,\n        'gas': 2868.6,\n        'hydro': 2595.605,\n        'oil': 0.0,\n        'solar': 902.3,\n        'wind': 297.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.2,\n        'coal': 0.0,\n        'gas': 2866.9,\n        'hydro': 2529.552,\n        'oil': 0.0,\n        'solar': 901.7,\n        'wind': 356.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.0,\n        'coal': 0.0,\n        'gas': 2869.0,\n        'hydro': 2427.856,\n        'oil': 0.0,\n        'solar': 897.3,\n        'wind': 378.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 77.7,\n        'coal': 0.0,\n        'gas': 2867.5,\n        'hydro': 2479.46,\n        'oil': 0.0,\n        'solar': 883.9,\n        'wind': 442.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 79.5,\n        'coal': 0.0,\n        'gas': 2877.0,\n        'hydro': 2450.538,\n        'oil': 0.0,\n        'solar': 870.8,\n        'wind': 519.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 80.1,\n        'coal': 0.0,\n        'gas': 2869.7,\n        'hydro': 2368.53,\n        'oil': 0.0,\n        'solar': 842.7,\n        'wind': 634.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.8,\n        'coal': 0.0,\n        'gas': 2878.8,\n        'hydro': 2329.748,\n        'oil': 0.0,\n        'solar': 778.3,\n        'wind': 646.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 82.1,\n        'coal': 0.0,\n        'gas': 2887.3,\n        'hydro': 2517.25,\n        'oil': 0.0,\n        'solar': 542.0,\n        'wind': 683.1,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.8,\n        'coal': 0.0,\n        'gas': 2892.4,\n        'hydro': 2812.631,\n        'oil': 0.0,\n        'solar': 231.8,\n        'wind': 686.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.0,\n        'coal': 0.0,\n        'gas': 2901.6,\n        'hydro': 3071.717,\n        'oil': 0.0,\n        'solar': 21.1,\n        'wind': 667.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 80.3,\n        'coal': 0.0,\n        'gas': 2899.0,\n        'hydro': 3037.118,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 649.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.0,\n        'coal': 0.0,\n        'gas': 2901.0,\n        'hydro': 3228.483,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 696.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.5,\n        'coal': 0.0,\n        'gas': 2899.3,\n        'hydro': 3158.956,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 755.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.6,\n        'coal': 0.0,\n        'gas': 2902.1,\n        'hydro': 3131.279,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 803.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.8,\n        'coal': 0.0,\n        'gas': 2902.2,\n        'hydro': 3087.98,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 797.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 81.4,\n        'coal': 0.0,\n        'gas': 2897.9,\n        'hydro': 3101.956,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 779.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 79.0,\n        'coal': 0.0,\n        'gas': 2895.6,\n        'hydro': 3072.529,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 772.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.4,\n        'coal': 0.0,\n        'gas': 2900.4,\n        'hydro': 2999.837,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 784.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 78.0,\n        'coal': 0.0,\n        'gas': 2901.7,\n        'hydro': 3036.871,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 751.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 79.3,\n        'coal': 0.0,\n        'gas': 2895.3,\n        'hydro': 2864.727,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 741.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 79.2,\n        'coal': 0.0,\n        'gas': 2777.6,\n        'hydro': 2714.683,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 741.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 79.4,\n        'coal': 0.0,\n        'gas': 2740.6,\n        'hydro': 2519.6,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 742.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 80.5,\n        'coal': 0.0,\n        'gas': 2700.0,\n        'hydro': 2453.267,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 681.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.2,\n        'coal': 0.0,\n        'gas': 2670.56,\n        'hydro': 2378.363,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 646.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.2,\n        'coal': 0.0,\n        'gas': 2669.26,\n        'hydro': 2359.61,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 594.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.5,\n        'coal': 0.0,\n        'gas': 2671.77,\n        'hydro': 2310.082,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 600.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.1,\n        'coal': 0.0,\n        'gas': 2679.3,\n        'hydro': 2204.907,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 588.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.5,\n        'coal': 0.0,\n        'gas': 2657.71,\n        'hydro': 2334.144,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 538.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.9,\n        'coal': 0.0,\n        'gas': 2654.28,\n        'hydro': 2465.332,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 468.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.6,\n        'coal': 0.0,\n        'gas': 2662.98,\n        'hydro': 2389.06,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 459.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.9,\n        'coal': 0.0,\n        'gas': 2673.53,\n        'hydro': 2230.464,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 511.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.7,\n        'coal': 0.0,\n        'gas': 2679.82,\n        'hydro': 2368.83,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 547.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.4,\n        'coal': 0.0,\n        'gas': 2684.58,\n        'hydro': 2321.968,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 563.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.6,\n        'coal': 0.0,\n        'gas': 2672.58,\n        'hydro': 2406.309,\n        'oil': 0.0,\n        'solar': 0.1,\n        'wind': 578.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.0,\n        'coal': 0.0,\n        'gas': 2684.68,\n        'hydro': 2508.268,\n        'oil': 0.0,\n        'solar': 20.5,\n        'wind': 687.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.4,\n        'coal': 0.0,\n        'gas': 2675.58,\n        'hydro': 2346.888,\n        'oil': 0.0,\n        'solar': 206.9,\n        'wind': 751.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.5,\n        'coal': 0.0,\n        'gas': 2578.63,\n        'hydro': 2262.673,\n        'oil': 0.0,\n        'solar': 474.5,\n        'wind': 762.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.6,\n        'coal': 0.0,\n        'gas': 2538.69,\n        'hydro': 2185.569,\n        'oil': 0.0,\n        'solar': 747.0,\n        'wind': 769.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.6,\n        'coal': 0.0,\n        'gas': 2452.1,\n        'hydro': 2310.064,\n        'oil': 0.0,\n        'solar': 822.2,\n        'wind': 758.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.4,\n        'coal': 0.0,\n        'gas': 2655.24,\n        'hydro': 2440.903,\n        'oil': 0.0,\n        'solar': 665.4,\n        'wind': 771.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.0,\n        'coal': 0.0,\n        'gas': 2653.51,\n        'hydro': 2547.51,\n        'oil': 0.0,\n        'solar': 681.1,\n        'wind': 777.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.6,\n        'coal': 0.0,\n        'gas': 2621.0,\n        'hydro': 2463.837,\n        'oil': 0.0,\n        'solar': 699.4,\n        'wind': 790.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 0.0,\n        'gas': 2608.77,\n        'hydro': 2335.952,\n        'oil': 0.0,\n        'solar': 834.2,\n        'wind': 802.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.2,\n        'coal': 0.0,\n        'gas': 2611.65,\n        'hydro': 2552.777,\n        'oil': 0.0,\n        'solar': 791.5,\n        'wind': 814.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.6,\n        'coal': 0.0,\n        'gas': 2597.83,\n        'hydro': 2656.748,\n        'oil': 0.0,\n        'solar': 795.2,\n        'wind': 819.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 0.0,\n        'gas': 2608.22,\n        'hydro': 2487.844,\n        'oil': 0.0,\n        'solar': 839.5,\n        'wind': 821.3,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.7,\n        'coal': 0.0,\n        'gas': 2616.86,\n        'hydro': 2523.757,\n        'oil': 0.0,\n        'solar': 897.0,\n        'wind': 833.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.9,\n        'coal': 0.0,\n        'gas': 2569.59,\n        'hydro': 2689.933,\n        'oil': 0.0,\n        'solar': 751.4,\n        'wind': 814.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.0,\n        'coal': 0.0,\n        'gas': 2588.21,\n        'hydro': 2438.571,\n        'oil': 0.0,\n        'solar': 785.2,\n        'wind': 805.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.6,\n        'coal': 0.0,\n        'gas': 2586.35,\n        'hydro': 2371.616,\n        'oil': 0.0,\n        'solar': 908.0,\n        'wind': 791.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.5,\n        'coal': 0.0,\n        'gas': 2561.61,\n        'hydro': 2425.157,\n        'oil': 0.0,\n        'solar': 903.0,\n        'wind': 783.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 64.0,\n        'coal': 0.0,\n        'gas': 2579.68,\n        'hydro': 2549.879,\n        'oil': 0.0,\n        'solar': 894.6,\n        'wind': 772.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 66.9,\n        'coal': 0.0,\n        'gas': 2590.0,\n        'hydro': 2480.17,\n        'oil': 0.0,\n        'solar': 876.9,\n        'wind': 776.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.4,\n        'coal': 0.0,\n        'gas': 2584.26,\n        'hydro': 2454.602,\n        'oil': 0.0,\n        'solar': 842.9,\n        'wind': 789.4,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 0.0,\n        'gas': 2472.79,\n        'hydro': 2666.166,\n        'oil': 0.0,\n        'solar': 772.2,\n        'wind': 796.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.1,\n        'coal': 0.0,\n        'gas': 2474.19,\n        'hydro': 2832.345,\n        'oil': 0.0,\n        'solar': 546.6,\n        'wind': 814.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.6,\n        'coal': 0.0,\n        'gas': 2608.84,\n        'hydro': 2966.63,\n        'oil': 0.0,\n        'solar': 230.1,\n        'wind': 833.1,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.3,\n        'coal': 0.0,\n        'gas': 2637.81,\n        'hydro': 3028.573,\n        'oil': 0.0,\n        'solar': 21.9,\n        'wind': 818.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.1,\n        'coal': 0.0,\n        'gas': 2647.85,\n        'hydro': 2981.944,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 813.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.9,\n        'coal': 0.0,\n        'gas': 2673.63,\n        'hydro': 3214.258,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 802.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.3,\n        'coal': 0.0,\n        'gas': 2673.53,\n        'hydro': 3249.182,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 810.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.8,\n        'coal': 0.0,\n        'gas': 2675.05,\n        'hydro': 3249.839,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 810.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.5,\n        'coal': 0.0,\n        'gas': 2671.28,\n        'hydro': 3288.65,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 778.8,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 68.6,\n        'coal': 0.0,\n        'gas': 2664.6,\n        'hydro': 3328.954,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 726.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.5,\n        'coal': 0.0,\n        'gas': 2674.22,\n        'hydro': 3334.196,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 684.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 67.6,\n        'coal': 0.0,\n        'gas': 2678.84,\n        'hydro': 3260.097,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 629.7,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.5,\n        'coal': 0.0,\n        'gas': 2677.01,\n        'hydro': 3225.619,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 603.0,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.5,\n        'coal': 0.0,\n        'gas': 2656.47,\n        'hydro': 3191.703,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 576.5,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 69.6,\n        'coal': 0.0,\n        'gas': 2625.7,\n        'hydro': 3173.034,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 477.2,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 10, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.4,\n        'coal': 0.0,\n        'gas': 2629.4,\n        'hydro': 2894.729,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 495.6,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 9, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Lima')),\n      'production': dict({\n        'biomass': 70.4,\n        'coal': 0.0,\n        'gas': 2629.3,\n        'hydro': 2713.826,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 586.9,\n      }),\n      'source': 'coes.org.pe',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_PF.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2024, 1, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Pacific/Tahiti')),\n      'production': dict({\n        'hydro': 0.969,\n        'oil': 54.52,\n        'solar': 6.909,\n      }),\n      'source': 'edt.pf',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'PF',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[AZ-RU-1-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[AZ-RU-1-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -15.369718551635742,\n      'sortedZoneKeys': 'AZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[BY-RU-1-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[BY-RU-1-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -42.7039909362793,\n      'sortedZoneKeys': 'BY->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[CN-RU-AS-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[CN-RU-AS-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 10.538268089294434,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[CN-RU-AS-11].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[CN-RU-AS-11]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 9.51062297821045,\n      'sortedZoneKeys': 'CN->RU-AS',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[GE-RU-1-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[GE-RU-1-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -33.125675201416016,\n      'sortedZoneKeys': 'GE->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[KZ-RU-1-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[KZ-RU-1-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 2183.0078125,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[KZ-RU-1-11].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[KZ-RU-1-11]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 2211.9833984375,\n      'sortedZoneKeys': 'KZ->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[KZ-RU-2-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[KZ-RU-2-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -664.8331298828125,\n      'sortedZoneKeys': 'KZ->RU-2',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[MN-RU-2-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[MN-RU-2-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 132.10043334960938,\n      'sortedZoneKeys': 'MN->RU-2',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[RU-1-FI-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[RU-1-FI-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'FI->RU-1',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[RU-1-RU-2-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[RU-1-RU-2-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 653.2890014648438,\n      'sortedZoneKeys': 'RU-1->RU-2',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[RU-1-UA-CR-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[RU-1-UA-CR-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': 333.6430969238281,\n      'sortedZoneKeys': 'RU-1->UA-CR',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[RU-KGD-LT-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[RU-KGD-LT-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'LT->RU-KGD',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_exchange[UA-RU-1-10].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange[UA-RU-1-10]\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0),\n      'netFlow': -0.0,\n      'sortedZoneKeys': 'RU-1->UA',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_production[RU-1].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[RU-1]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 4346.501953,\n        'nuclear': 26255.0,\n        'solar': 0.0,\n        'unknown': 50173.64502,\n        'wind': 926.97998,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3537.502197,\n        'nuclear': 26214.0,\n        'solar': 0.0,\n        'unknown': 49450.04541,\n        'wind': 724.518005,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3500.501953,\n        'nuclear': 26224.0,\n        'solar': 1.7,\n        'unknown': 48148.434082,\n        'wind': 898.512024,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3494.501953,\n        'nuclear': 26236.0,\n        'solar': 7.75,\n        'unknown': 47866.341797,\n        'wind': 735.33197,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3546.502197,\n        'nuclear': 26270.0,\n        'solar': 44.263,\n        'unknown': 48896.133789,\n        'wind': 881.731018,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 4343.501953,\n        'nuclear': 26319.0,\n        'solar': 144.781998,\n        'unknown': 50447.544433,\n        'wind': 720.939026,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 5991.301758,\n        'nuclear': 26328.300781,\n        'solar': 331.674011,\n        'unknown': 54911.654297,\n        'wind': 655.276001,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 6839.999512,\n        'nuclear': 26289.300781,\n        'solar': 577.502991,\n        'unknown': 59313.839843,\n        'wind': 648.059998,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8181.468262,\n        'nuclear': 26260.300781,\n        'solar': 766.291016,\n        'unknown': 62992.39795,\n        'wind': 590.267029,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8614.632812,\n        'nuclear': 26196.300781,\n        'solar': 881.244019,\n        'unknown': 65757.251953,\n        'wind': 811.273987,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 9778.923828,\n        'nuclear': 26135.300781,\n        'solar': 894.66803,\n        'unknown': 66554.412109,\n        'wind': 980.773987,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 9524.998047,\n        'nuclear': 26070.300781,\n        'solar': 907.239014,\n        'unknown': 66208.286133,\n        'wind': 1093.807007,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10300.410156,\n        'nuclear': 26025.0,\n        'solar': 811.791016,\n        'unknown': 66690.502441,\n        'wind': 991.333984,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10797.139648,\n        'nuclear': 26000.0,\n        'solar': 733.091003,\n        'unknown': 66601.081054,\n        'wind': 1008.932983,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10744.229492,\n        'nuclear': 25977.300781,\n        'solar': 618.656006,\n        'unknown': 66812.897949,\n        'wind': 853.738708,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10400.150391,\n        'nuclear': 25819.0,\n        'solar': 455.972992,\n        'unknown': 66577.999023,\n        'wind': 621.213867,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8797.742188,\n        'nuclear': 25763.941406,\n        'solar': 250.949005,\n        'unknown': 67355.156739,\n        'wind': 453.132172,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 9014.041016,\n        'nuclear': 25650.0,\n        'solar': 130.634003,\n        'unknown': 66122.48291,\n        'wind': 575.749207,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8586.829102,\n        'nuclear': 25590.0,\n        'solar': 35.539001,\n        'unknown': 65198.904296,\n        'wind': 821.947021,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8125.947266,\n        'nuclear': 25560.0,\n        'solar': 5.1,\n        'unknown': 64339.231934,\n        'wind': 1024.118042,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 8059.025879,\n        'nuclear': 25545.0,\n        'solar': 0.0,\n        'unknown': 64291.926269,\n        'wind': 956.10498,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 7902.702148,\n        'nuclear': 25596.0,\n        'solar': 0.0,\n        'unknown': 61873.375,\n        'wind': 1121.36499,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 7275.902344,\n        'nuclear': 25615.0,\n        'solar': 0.0,\n        'unknown': 56876.41748,\n        'wind': 1262.905029,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 5289.202148,\n        'nuclear': 25607.0,\n        'solar': 0.0,\n        'unknown': 54199.392578,\n        'wind': 1310.967041,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-1',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_production[RU-2].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[RU-2]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11902.007812,\n        'nuclear': None,\n        'solar': 28.35,\n        'unknown': 7687.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11968.030273,\n        'nuclear': None,\n        'solar': 72.199997,\n        'unknown': 7693.506775,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12199.666016,\n        'nuclear': None,\n        'solar': 131.899994,\n        'unknown': 7707.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12457.5,\n        'nuclear': None,\n        'solar': 192.25,\n        'unknown': 7751.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13121.564453,\n        'nuclear': None,\n        'solar': 184.25,\n        'unknown': 7880.860291,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14036.282227,\n        'nuclear': None,\n        'solar': 248.379456,\n        'unknown': 8061.495483,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13385.181641,\n        'nuclear': None,\n        'solar': 256.149994,\n        'unknown': 8209.99585,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13647.104492,\n        'nuclear': None,\n        'solar': 256.276031,\n        'unknown': 8239.125549,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13966.766602,\n        'nuclear': None,\n        'solar': 258.593689,\n        'unknown': 8300.357544,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14082.213867,\n        'nuclear': None,\n        'solar': 252.336899,\n        'unknown': 8346.084595,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13634.400391,\n        'nuclear': None,\n        'solar': 241.166031,\n        'unknown': 8352.928588,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14025.966797,\n        'nuclear': None,\n        'solar': 213.5,\n        'unknown': 8366.604736,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13690.520508,\n        'nuclear': None,\n        'solar': 169.600006,\n        'unknown': 8418.335877,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13629.388672,\n        'nuclear': None,\n        'solar': 108.550003,\n        'unknown': 8394.960877,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13720.821289,\n        'nuclear': None,\n        'solar': 48.599998,\n        'unknown': 8428.925232,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14000.866211,\n        'nuclear': None,\n        'solar': 12.0,\n        'unknown': 8793.875428,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14406.917969,\n        'nuclear': None,\n        'solar': 3.7,\n        'unknown': 8728.12201,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13838.950195,\n        'nuclear': None,\n        'solar': 1.05,\n        'unknown': 8790.569275,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13639.786133,\n        'nuclear': None,\n        'solar': 0.2,\n        'unknown': 8591.752869,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12841.951172,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8571.481385,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12144.849609,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8625.721619,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11886.116211,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8566.546326,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11135.402344,\n        'nuclear': None,\n        'solar': 0.6,\n        'unknown': 8507.364197,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10917.832031,\n        'nuclear': None,\n        'solar': 6.45,\n        'unknown': 8508.051697,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU/test_snapshot_fetch_production[RU-AS].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_production[RU-AS]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3083.657246,\n        'nuclear': 0.0,\n        'unknown': 1631.44506,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3182.169485,\n        'nuclear': 0.0,\n        'unknown': 1819.36316,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3344.528174,\n        'nuclear': 0.0,\n        'unknown': 1874.11754,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3369.626544,\n        'nuclear': 0.0,\n        'unknown': 1944.848604,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3402.629042,\n        'nuclear': 0.0,\n        'unknown': 2006.295669,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3362.047411,\n        'nuclear': 0.0,\n        'unknown': 2046.567408,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3325.311096,\n        'nuclear': 0.0,\n        'unknown': 2086.299776,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3345.680769,\n        'nuclear': 0.0,\n        'unknown': 2063.002318,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3364.623899,\n        'nuclear': 0.0,\n        'unknown': 2062.297261,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3336.32972,\n        'nuclear': 0.0,\n        'unknown': 2058.290767,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3341.319969,\n        'nuclear': 0.0,\n        'unknown': 2053.156575,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3373.015831,\n        'nuclear': 0.0,\n        'unknown': 2024.347291,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3405.095705,\n        'nuclear': 0.0,\n        'unknown': 2003.295351,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3388.80739,\n        'nuclear': 0.0,\n        'unknown': 1942.182221,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3398.377864,\n        'nuclear': 0.0,\n        'unknown': 1921.071672,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3400.495094,\n        'nuclear': 0.0,\n        'unknown': 1720.118612,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3394.743685,\n        'nuclear': 0.0,\n        'unknown': 1527.278429,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3232.661113,\n        'nuclear': 0.0,\n        'unknown': 1403.69665,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 3020.427729,\n        'nuclear': 0.0,\n        'unknown': 1402.398393,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 2901.185758,\n        'nuclear': 0.0,\n        'unknown': 1401.104228,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 2846.328785,\n        'nuclear': 0.0,\n        'unknown': 1414.307315,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 2886.874579,\n        'nuclear': 0.0,\n        'unknown': 1421.490354,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 2947.675003,\n        'nuclear': 0.0,\n        'unknown': 1414.226952,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 2996.120854,\n        'nuclear': 0.0,\n        'unknown': 1529.323405,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-AS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_RU.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_exchange_live\n  list([\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 123.52476501464844,\n      'sortedZoneKeys': 'MN->RU',\n      'source': 'so-ups.ru',\n    }),\n    dict({\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0, tzinfo=datetime.timezone.utc),\n      'netFlow': 123.52476501464844,\n      'sortedZoneKeys': 'MN->RU',\n      'source': 'so-ups.ru',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_production_live\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11902.007812,\n        'nuclear': None,\n        'solar': 28.35,\n        'unknown': 7687.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11968.030273,\n        'nuclear': None,\n        'solar': 72.199997,\n        'unknown': 7693.506775,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12199.666016,\n        'nuclear': None,\n        'solar': 131.899994,\n        'unknown': 7707.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12457.5,\n        'nuclear': None,\n        'solar': 192.25,\n        'unknown': 7751.402771,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13121.564453,\n        'nuclear': None,\n        'solar': 184.25,\n        'unknown': 7880.860291,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14036.282227,\n        'nuclear': None,\n        'solar': 248.379456,\n        'unknown': 8061.495483,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13385.181641,\n        'nuclear': None,\n        'solar': 256.149994,\n        'unknown': 8209.99585,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13647.104492,\n        'nuclear': None,\n        'solar': 256.276031,\n        'unknown': 8239.125549,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13966.766602,\n        'nuclear': None,\n        'solar': 258.593689,\n        'unknown': 8300.357544,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14082.213867,\n        'nuclear': None,\n        'solar': 252.336899,\n        'unknown': 8346.084595,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13634.400391,\n        'nuclear': None,\n        'solar': 241.166031,\n        'unknown': 8352.928588,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14025.966797,\n        'nuclear': None,\n        'solar': 213.5,\n        'unknown': 8366.604736,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13690.520508,\n        'nuclear': None,\n        'solar': 169.600006,\n        'unknown': 8418.335877,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13629.388672,\n        'nuclear': None,\n        'solar': 108.550003,\n        'unknown': 8394.960877,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13720.821289,\n        'nuclear': None,\n        'solar': 48.599998,\n        'unknown': 8428.925232,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14000.866211,\n        'nuclear': None,\n        'solar': 12.0,\n        'unknown': 8793.875428,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 14406.917969,\n        'nuclear': None,\n        'solar': 3.7,\n        'unknown': 8728.12201,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13838.950195,\n        'nuclear': None,\n        'solar': 1.05,\n        'unknown': 8790.569275,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 13639.786133,\n        'nuclear': None,\n        'solar': 0.2,\n        'unknown': 8591.752869,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 19, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12841.951172,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8571.481385,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 20, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 12144.849609,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8625.721619,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 21, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11886.116211,\n        'nuclear': None,\n        'solar': 0.0,\n        'unknown': 8566.546326,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 22, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 11135.402344,\n        'nuclear': None,\n        'solar': 0.6,\n        'unknown': 8507.364197,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': FakeDatetime(2025, 7, 28, 23, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'hydro': 10917.832031,\n        'nuclear': None,\n        'solar': 6.45,\n        'unknown': 8508.051697,\n        'wind': None,\n      }),\n      'source': 'so-ups.ru',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'RU-2',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_SMARTGRIDDASHBOARD.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption\n  list([\n    dict({\n      'consumption': 685.0,\n      'datetime': datetime.datetime(2023, 11, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 670.0,\n      'datetime': datetime.datetime(2023, 11, 4, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 656.0,\n      'datetime': datetime.datetime(2023, 11, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 641.0,\n      'datetime': datetime.datetime(2023, 11, 4, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 634.0,\n      'datetime': datetime.datetime(2023, 11, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 653.0,\n      'datetime': datetime.datetime(2023, 11, 4, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 645.0,\n      'datetime': datetime.datetime(2023, 11, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 632.0,\n      'datetime': datetime.datetime(2023, 11, 4, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 625.0,\n      'datetime': datetime.datetime(2023, 11, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 629.0,\n      'datetime': datetime.datetime(2023, 11, 4, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 620.0,\n      'datetime': datetime.datetime(2023, 11, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 612.0,\n      'datetime': datetime.datetime(2023, 11, 4, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 607.0,\n      'datetime': datetime.datetime(2023, 11, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 604.0,\n      'datetime': datetime.datetime(2023, 11, 4, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 596.0,\n      'datetime': datetime.datetime(2023, 11, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 593.0,\n      'datetime': datetime.datetime(2023, 11, 4, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 591.0,\n      'datetime': datetime.datetime(2023, 11, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 592.0,\n      'datetime': datetime.datetime(2023, 11, 4, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 591.0,\n      'datetime': datetime.datetime(2023, 11, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 588.0,\n      'datetime': datetime.datetime(2023, 11, 4, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 588.0,\n      'datetime': datetime.datetime(2023, 11, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 593.0,\n      'datetime': datetime.datetime(2023, 11, 4, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 596.0,\n      'datetime': datetime.datetime(2023, 11, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 604.0,\n      'datetime': datetime.datetime(2023, 11, 4, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 617.0,\n      'datetime': datetime.datetime(2023, 11, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 642.0,\n      'datetime': datetime.datetime(2023, 11, 4, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 654.0,\n      'datetime': datetime.datetime(2023, 11, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 672.0,\n      'datetime': datetime.datetime(2023, 11, 4, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 694.0,\n      'datetime': datetime.datetime(2023, 11, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 722.0,\n      'datetime': datetime.datetime(2023, 11, 4, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 737.0,\n      'datetime': datetime.datetime(2023, 11, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 757.0,\n      'datetime': datetime.datetime(2023, 11, 4, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 779.0,\n      'datetime': datetime.datetime(2023, 11, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 805.0,\n      'datetime': datetime.datetime(2023, 11, 4, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 830.0,\n      'datetime': datetime.datetime(2023, 11, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 853.0,\n      'datetime': datetime.datetime(2023, 11, 4, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 875.0,\n      'datetime': datetime.datetime(2023, 11, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 902.0,\n      'datetime': datetime.datetime(2023, 11, 4, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 920.0,\n      'datetime': datetime.datetime(2023, 11, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 933.0,\n      'datetime': datetime.datetime(2023, 11, 4, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 939.0,\n      'datetime': datetime.datetime(2023, 11, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 944.0,\n      'datetime': datetime.datetime(2023, 11, 4, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 943.0,\n      'datetime': datetime.datetime(2023, 11, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 940.0,\n      'datetime': datetime.datetime(2023, 11, 4, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 936.0,\n      'datetime': datetime.datetime(2023, 11, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 941.0,\n      'datetime': datetime.datetime(2023, 11, 4, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 932.0,\n      'datetime': datetime.datetime(2023, 11, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 943.0,\n      'datetime': datetime.datetime(2023, 11, 4, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 940.0,\n      'datetime': datetime.datetime(2023, 11, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 947.0,\n      'datetime': datetime.datetime(2023, 11, 4, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 941.0,\n      'datetime': datetime.datetime(2023, 11, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 933.0,\n      'datetime': datetime.datetime(2023, 11, 4, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 924.0,\n      'datetime': datetime.datetime(2023, 11, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 924.0,\n      'datetime': datetime.datetime(2023, 11, 4, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 926.0,\n      'datetime': datetime.datetime(2023, 11, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 916.0,\n      'datetime': datetime.datetime(2023, 11, 4, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 902.0,\n      'datetime': datetime.datetime(2023, 11, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 895.0,\n      'datetime': datetime.datetime(2023, 11, 4, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 887.0,\n      'datetime': datetime.datetime(2023, 11, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 890.0,\n      'datetime': datetime.datetime(2023, 11, 4, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 896.0,\n      'datetime': datetime.datetime(2023, 11, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 903.0,\n      'datetime': datetime.datetime(2023, 11, 4, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 909.0,\n      'datetime': datetime.datetime(2023, 11, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 916.0,\n      'datetime': datetime.datetime(2023, 11, 4, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 932.0,\n      'datetime': datetime.datetime(2023, 11, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 955.0,\n      'datetime': datetime.datetime(2023, 11, 4, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 981.0,\n      'datetime': datetime.datetime(2023, 11, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1020.0,\n      'datetime': datetime.datetime(2023, 11, 4, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1068.0,\n      'datetime': datetime.datetime(2023, 11, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1113.0,\n      'datetime': datetime.datetime(2023, 11, 4, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1133.0,\n      'datetime': datetime.datetime(2023, 11, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1130.0,\n      'datetime': datetime.datetime(2023, 11, 4, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1112.0,\n      'datetime': datetime.datetime(2023, 11, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1091.0,\n      'datetime': datetime.datetime(2023, 11, 4, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1071.0,\n      'datetime': datetime.datetime(2023, 11, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1048.0,\n      'datetime': datetime.datetime(2023, 11, 4, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1023.0,\n      'datetime': datetime.datetime(2023, 11, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 997.0,\n      'datetime': datetime.datetime(2023, 11, 4, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 971.0,\n      'datetime': datetime.datetime(2023, 11, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 954.0,\n      'datetime': datetime.datetime(2023, 11, 4, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 933.0,\n      'datetime': datetime.datetime(2023, 11, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 918.0,\n      'datetime': datetime.datetime(2023, 11, 4, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 903.0,\n      'datetime': datetime.datetime(2023, 11, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 891.0,\n      'datetime': datetime.datetime(2023, 11, 4, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 874.0,\n      'datetime': datetime.datetime(2023, 11, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 854.0,\n      'datetime': datetime.datetime(2023, 11, 4, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 833.0,\n      'datetime': datetime.datetime(2023, 11, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 818.0,\n      'datetime': datetime.datetime(2023, 11, 4, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 796.0,\n      'datetime': datetime.datetime(2023, 11, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 779.0,\n      'datetime': datetime.datetime(2023, 11, 4, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 760.0,\n      'datetime': datetime.datetime(2023, 11, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 735.0,\n      'datetime': datetime.datetime(2023, 11, 4, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 714.0,\n      'datetime': datetime.datetime(2023, 11, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 694.0,\n      'datetime': datetime.datetime(2023, 11, 4, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 677.0,\n      'datetime': datetime.datetime(2023, 11, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 659.0,\n      'datetime': datetime.datetime(2023, 11, 4, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 639.0,\n      'datetime': datetime.datetime(2023, 11, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 625.0,\n      'datetime': datetime.datetime(2023, 11, 5, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 614.0,\n      'datetime': datetime.datetime(2023, 11, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 602.0,\n      'datetime': datetime.datetime(2023, 11, 5, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 597.0,\n      'datetime': datetime.datetime(2023, 11, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 612.0,\n      'datetime': datetime.datetime(2023, 11, 5, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 606.0,\n      'datetime': datetime.datetime(2023, 11, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 599.0,\n      'datetime': datetime.datetime(2023, 11, 5, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 588.0,\n      'datetime': datetime.datetime(2023, 11, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 585.0,\n      'datetime': datetime.datetime(2023, 11, 5, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 577.0,\n      'datetime': datetime.datetime(2023, 11, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 569.0,\n      'datetime': datetime.datetime(2023, 11, 5, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 565.0,\n      'datetime': datetime.datetime(2023, 11, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 557.0,\n      'datetime': datetime.datetime(2023, 11, 5, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 553.0,\n      'datetime': datetime.datetime(2023, 11, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 547.0,\n      'datetime': datetime.datetime(2023, 11, 5, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 548.0,\n      'datetime': datetime.datetime(2023, 11, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 548.0,\n      'datetime': datetime.datetime(2023, 11, 5, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 544.0,\n      'datetime': datetime.datetime(2023, 11, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 541.0,\n      'datetime': datetime.datetime(2023, 11, 5, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 541.0,\n      'datetime': datetime.datetime(2023, 11, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 542.0,\n      'datetime': datetime.datetime(2023, 11, 5, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 546.0,\n      'datetime': datetime.datetime(2023, 11, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 549.0,\n      'datetime': datetime.datetime(2023, 11, 5, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 561.0,\n      'datetime': datetime.datetime(2023, 11, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': datetime.datetime(2023, 11, 5, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 589.0,\n      'datetime': datetime.datetime(2023, 11, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 607.0,\n      'datetime': datetime.datetime(2023, 11, 5, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 620.0,\n      'datetime': datetime.datetime(2023, 11, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 628.0,\n      'datetime': datetime.datetime(2023, 11, 5, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 639.0,\n      'datetime': datetime.datetime(2023, 11, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 652.0,\n      'datetime': datetime.datetime(2023, 11, 5, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 672.0,\n      'datetime': datetime.datetime(2023, 11, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 695.0,\n      'datetime': datetime.datetime(2023, 11, 5, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 718.0,\n      'datetime': datetime.datetime(2023, 11, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 741.0,\n      'datetime': datetime.datetime(2023, 11, 5, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 765.0,\n      'datetime': datetime.datetime(2023, 11, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 787.0,\n      'datetime': datetime.datetime(2023, 11, 5, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 800.0,\n      'datetime': datetime.datetime(2023, 11, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 820.0,\n      'datetime': datetime.datetime(2023, 11, 5, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 835.0,\n      'datetime': datetime.datetime(2023, 11, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 852.0,\n      'datetime': datetime.datetime(2023, 11, 5, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 858.0,\n      'datetime': datetime.datetime(2023, 11, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 857.0,\n      'datetime': datetime.datetime(2023, 11, 5, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 865.0,\n      'datetime': datetime.datetime(2023, 11, 5, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 875.0,\n      'datetime': datetime.datetime(2023, 11, 5, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 872.0,\n      'datetime': datetime.datetime(2023, 11, 5, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 879.0,\n      'datetime': datetime.datetime(2023, 11, 5, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 894.0,\n      'datetime': datetime.datetime(2023, 11, 5, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 903.0,\n      'datetime': datetime.datetime(2023, 11, 5, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 911.0,\n      'datetime': datetime.datetime(2023, 11, 5, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 916.0,\n      'datetime': datetime.datetime(2023, 11, 5, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 918.0,\n      'datetime': datetime.datetime(2023, 11, 5, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 909.0,\n      'datetime': datetime.datetime(2023, 11, 5, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 898.0,\n      'datetime': datetime.datetime(2023, 11, 5, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 889.0,\n      'datetime': datetime.datetime(2023, 11, 5, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 887.0,\n      'datetime': datetime.datetime(2023, 11, 5, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 880.0,\n      'datetime': datetime.datetime(2023, 11, 5, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 881.0,\n      'datetime': datetime.datetime(2023, 11, 5, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 877.0,\n      'datetime': datetime.datetime(2023, 11, 5, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 882.0,\n      'datetime': datetime.datetime(2023, 11, 5, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 893.0,\n      'datetime': datetime.datetime(2023, 11, 5, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 904.0,\n      'datetime': datetime.datetime(2023, 11, 5, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 920.0,\n      'datetime': datetime.datetime(2023, 11, 5, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 950.0,\n      'datetime': datetime.datetime(2023, 11, 5, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 971.0,\n      'datetime': datetime.datetime(2023, 11, 5, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 998.0,\n      'datetime': datetime.datetime(2023, 11, 5, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1034.0,\n      'datetime': datetime.datetime(2023, 11, 5, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1081.0,\n      'datetime': datetime.datetime(2023, 11, 5, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1116.0,\n      'datetime': datetime.datetime(2023, 11, 5, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1140.0,\n      'datetime': datetime.datetime(2023, 11, 5, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1127.0,\n      'datetime': datetime.datetime(2023, 11, 5, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1110.0,\n      'datetime': datetime.datetime(2023, 11, 5, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1085.0,\n      'datetime': datetime.datetime(2023, 11, 5, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1063.0,\n      'datetime': datetime.datetime(2023, 11, 5, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1047.0,\n      'datetime': datetime.datetime(2023, 11, 5, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1016.0,\n      'datetime': datetime.datetime(2023, 11, 5, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1000.0,\n      'datetime': datetime.datetime(2023, 11, 5, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 982.0,\n      'datetime': datetime.datetime(2023, 11, 5, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 967.0,\n      'datetime': datetime.datetime(2023, 11, 5, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 941.0,\n      'datetime': datetime.datetime(2023, 11, 5, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 933.0,\n      'datetime': datetime.datetime(2023, 11, 5, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 909.0,\n      'datetime': datetime.datetime(2023, 11, 5, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 888.0,\n      'datetime': datetime.datetime(2023, 11, 5, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 870.0,\n      'datetime': datetime.datetime(2023, 11, 5, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 844.0,\n      'datetime': datetime.datetime(2023, 11, 5, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 823.0,\n      'datetime': datetime.datetime(2023, 11, 5, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 797.0,\n      'datetime': datetime.datetime(2023, 11, 5, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 774.0,\n      'datetime': datetime.datetime(2023, 11, 5, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 752.0,\n      'datetime': datetime.datetime(2023, 11, 5, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 721.0,\n      'datetime': datetime.datetime(2023, 11, 5, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 695.0,\n      'datetime': datetime.datetime(2023, 11, 5, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 669.0,\n      'datetime': datetime.datetime(2023, 11, 5, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 648.0,\n      'datetime': datetime.datetime(2023, 11, 5, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 626.0,\n      'datetime': datetime.datetime(2023, 11, 5, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 611.0,\n      'datetime': datetime.datetime(2023, 11, 5, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 591.0,\n      'datetime': datetime.datetime(2023, 11, 6, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 574.0,\n      'datetime': datetime.datetime(2023, 11, 6, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 554.0,\n      'datetime': datetime.datetime(2023, 11, 6, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 544.0,\n      'datetime': datetime.datetime(2023, 11, 6, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': datetime.datetime(2023, 11, 6, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 580.0,\n      'datetime': datetime.datetime(2023, 11, 6, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 570.0,\n      'datetime': datetime.datetime(2023, 11, 6, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 567.0,\n      'datetime': datetime.datetime(2023, 11, 6, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 567.0,\n      'datetime': datetime.datetime(2023, 11, 6, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 564.0,\n      'datetime': datetime.datetime(2023, 11, 6, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 562.0,\n      'datetime': datetime.datetime(2023, 11, 6, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': datetime.datetime(2023, 11, 6, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 552.0,\n      'datetime': datetime.datetime(2023, 11, 6, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 553.0,\n      'datetime': datetime.datetime(2023, 11, 6, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 549.0,\n      'datetime': datetime.datetime(2023, 11, 6, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 545.0,\n      'datetime': datetime.datetime(2023, 11, 6, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 547.0,\n      'datetime': datetime.datetime(2023, 11, 6, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 560.0,\n      'datetime': datetime.datetime(2023, 11, 6, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 553.0,\n      'datetime': datetime.datetime(2023, 11, 6, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 556.0,\n      'datetime': datetime.datetime(2023, 11, 6, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 559.0,\n      'datetime': datetime.datetime(2023, 11, 6, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 576.0,\n      'datetime': datetime.datetime(2023, 11, 6, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 582.0,\n      'datetime': datetime.datetime(2023, 11, 6, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 602.0,\n      'datetime': datetime.datetime(2023, 11, 6, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 631.0,\n      'datetime': datetime.datetime(2023, 11, 6, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 683.0,\n      'datetime': datetime.datetime(2023, 11, 6, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 719.0,\n      'datetime': datetime.datetime(2023, 11, 6, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 768.0,\n      'datetime': datetime.datetime(2023, 11, 6, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 815.0,\n      'datetime': datetime.datetime(2023, 11, 6, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 889.0,\n      'datetime': datetime.datetime(2023, 11, 6, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 931.0,\n      'datetime': datetime.datetime(2023, 11, 6, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 968.0,\n      'datetime': datetime.datetime(2023, 11, 6, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1007.0,\n      'datetime': datetime.datetime(2023, 11, 6, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1027.0,\n      'datetime': datetime.datetime(2023, 11, 6, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1035.0,\n      'datetime': datetime.datetime(2023, 11, 6, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1048.0,\n      'datetime': datetime.datetime(2023, 11, 6, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1074.0,\n      'datetime': datetime.datetime(2023, 11, 6, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2023, 11, 6, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1083.0,\n      'datetime': datetime.datetime(2023, 11, 6, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1081.0,\n      'datetime': datetime.datetime(2023, 11, 6, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2023, 11, 6, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1072.0,\n      'datetime': datetime.datetime(2023, 11, 6, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1079.0,\n      'datetime': datetime.datetime(2023, 11, 6, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1071.0,\n      'datetime': datetime.datetime(2023, 11, 6, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1055.0,\n      'datetime': datetime.datetime(2023, 11, 6, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1044.0,\n      'datetime': datetime.datetime(2023, 11, 6, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1035.0,\n      'datetime': datetime.datetime(2023, 11, 6, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1019.0,\n      'datetime': datetime.datetime(2023, 11, 6, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1032.0,\n      'datetime': datetime.datetime(2023, 11, 6, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1035.0,\n      'datetime': datetime.datetime(2023, 11, 6, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1033.0,\n      'datetime': datetime.datetime(2023, 11, 6, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1035.0,\n      'datetime': datetime.datetime(2023, 11, 6, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1027.0,\n      'datetime': datetime.datetime(2023, 11, 6, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1011.0,\n      'datetime': datetime.datetime(2023, 11, 6, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1004.0,\n      'datetime': datetime.datetime(2023, 11, 6, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1000.0,\n      'datetime': datetime.datetime(2023, 11, 6, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1002.0,\n      'datetime': datetime.datetime(2023, 11, 6, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 997.0,\n      'datetime': datetime.datetime(2023, 11, 6, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 994.0,\n      'datetime': datetime.datetime(2023, 11, 6, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 994.0,\n      'datetime': datetime.datetime(2023, 11, 6, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 989.0,\n      'datetime': datetime.datetime(2023, 11, 6, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1010.0,\n      'datetime': datetime.datetime(2023, 11, 6, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1019.0,\n      'datetime': datetime.datetime(2023, 11, 6, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1040.0,\n      'datetime': datetime.datetime(2023, 11, 6, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1053.0,\n      'datetime': datetime.datetime(2023, 11, 6, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1080.0,\n      'datetime': datetime.datetime(2023, 11, 6, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'consumption': 1118.0,\n      'datetime': datetime.datetime(2023, 11, 6, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'GB-NIR',\n    }),\n  ])\n# ---\n# name: test_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 4407.0,\n      'datetime': datetime.datetime(2023, 11, 9, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4364.0,\n      'datetime': datetime.datetime(2023, 11, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4371.0,\n      'datetime': datetime.datetime(2023, 11, 9, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4358.0,\n      'datetime': datetime.datetime(2023, 11, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4403.0,\n      'datetime': datetime.datetime(2023, 11, 9, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4384.0,\n      'datetime': datetime.datetime(2023, 11, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4345.0,\n      'datetime': datetime.datetime(2023, 11, 9, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4325.0,\n      'datetime': datetime.datetime(2023, 11, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4359.0,\n      'datetime': datetime.datetime(2023, 11, 9, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4410.0,\n      'datetime': datetime.datetime(2023, 11, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4482.0,\n      'datetime': datetime.datetime(2023, 11, 9, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4534.0,\n      'datetime': datetime.datetime(2023, 11, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4650.0,\n      'datetime': datetime.datetime(2023, 11, 9, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4850.0,\n      'datetime': datetime.datetime(2023, 11, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4970.0,\n      'datetime': datetime.datetime(2023, 11, 9, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4976.0,\n      'datetime': datetime.datetime(2023, 11, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4912.0,\n      'datetime': datetime.datetime(2023, 11, 9, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4834.0,\n      'datetime': datetime.datetime(2023, 11, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4753.0,\n      'datetime': datetime.datetime(2023, 11, 9, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4618.0,\n      'datetime': datetime.datetime(2023, 11, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4513.0,\n      'datetime': datetime.datetime(2023, 11, 9, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4454.0,\n      'datetime': datetime.datetime(2023, 11, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4238.0,\n      'datetime': datetime.datetime(2023, 11, 9, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 4096.0,\n      'datetime': datetime.datetime(2023, 11, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 3933.0,\n      'datetime': datetime.datetime(2023, 11, 9, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 3813.0,\n      'datetime': datetime.datetime(2023, 11, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 3717.0,\n      'datetime': datetime.datetime(2023, 11, 9, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'consumption': 3511.0,\n      'datetime': datetime.datetime(2023, 11, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'IE',\n    }),\n  ])\n# ---\n# name: test_fetch_exchange\n  list([\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(369.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(426.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(369.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(344.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(274.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(127.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(173.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(222.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(148.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(72.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-3.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-78.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-5.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(8.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(84.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(160.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(235.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(309.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(380.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(335.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(409.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(406.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(333.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(259.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(195.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(269.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(321.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(347.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(362.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(290.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(216.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(143.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(66.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-4.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-4.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-78.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-152.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-80.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-5.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-78.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-152.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 7, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-228.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-304.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-381.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-381.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-407.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-407.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-407.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-391.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-318.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-273.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-270.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-265.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-264.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-220.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-151.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-77.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-4.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-4.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(147.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(222.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(296.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(370.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(420.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(340.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(226.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(172.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(189.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(113.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(38.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(45.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(120.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(129.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(147.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(222.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(296.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(370.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(399.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(326.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(252.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(181.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(107.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(32.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 8, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-43.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-118.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-193.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-269.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-345.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-331.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-255.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-212.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-157.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-185.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-224.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-147.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-132.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-209.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-285.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-273.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-233.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-310.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-386.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-408.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-333.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-257.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-184.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-109.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-34.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(-3.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(70.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(147.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(222.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(296.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(370.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(441.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2023, 11, 9, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'netFlow': np.float64(442.0),\n      'sortedZoneKeys': 'GB->GB-NIR',\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n# name: test_fetch_generation\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2180.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2166.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2076.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2046.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2058.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2031.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1990.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1960.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1952.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2007.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1973.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1971.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1954.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1958.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1957.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1928.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1923.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1938.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1926.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1905.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1904.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1913.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1818.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1826.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1826.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1866.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1933.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 1999.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2194.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2407.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2484.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2493.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2525.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2589.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2572.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2634.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2633.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2698.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2756.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2768.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2787.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2821.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2888.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2868.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2817.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2845.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2939.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3039.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3100.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3229.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3277.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3338.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3349.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3383.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3375.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3339.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3393.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3431.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3400.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3437.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3448.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3381.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3339.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3365.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3222.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3111.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3017.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3057.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2943.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 2934.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3064.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3178.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3173.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3087.0,\n      'zoneKey': 'GB-NIR',\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 6, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'value': 3062.0,\n      'zoneKey': 'GB-NIR',\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 649,\n        'wind': 1527,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 654,\n        'wind': 1508,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 638,\n        'wind': 1434,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 683,\n        'wind': 1359,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 678,\n        'wind': 1376,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 688,\n        'wind': 1339,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 681,\n        'wind': 1305,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 676,\n        'wind': 1280,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 666,\n        'wind': 1282,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 685,\n        'wind': 1318,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 683,\n        'wind': 1286,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 675,\n        'wind': 1292,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 679,\n        'wind': 1271,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 684,\n        'wind': 1270,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 677,\n        'wind': 1276,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 665,\n        'wind': 1259,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 686,\n        'wind': 1233,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 695,\n        'wind': 1239,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 681,\n        'wind': 1241,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 688,\n        'wind': 1213,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 4,\n        'unknown': 690,\n        'wind': 1210,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 6,\n        'unknown': 676,\n        'wind': 1231,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 11,\n        'unknown': 678,\n        'wind': 1129,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 21,\n        'unknown': 666,\n        'wind': 1139,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 35,\n        'unknown': 659,\n        'wind': 1132,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 63,\n        'unknown': 716,\n        'wind': 1087,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 84,\n        'unknown': 762,\n        'wind': 1087,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 109,\n        'unknown': 852,\n        'wind': 1038,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 136,\n        'unknown': 985,\n        'wind': 1073,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 181,\n        'unknown': 1158,\n        'wind': 1068,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 221,\n        'unknown': 1242,\n        'wind': 1021,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 267,\n        'unknown': 1249,\n        'wind': 977,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 320,\n        'unknown': 1190,\n        'wind': 1015,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 382,\n        'unknown': 1192,\n        'wind': 1015,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 434,\n        'unknown': 1038,\n        'wind': 1100,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 511,\n        'unknown': 968,\n        'wind': 1155,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 507,\n        'unknown': 898,\n        'wind': 1228,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 537,\n        'unknown': 864,\n        'wind': 1297,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 526,\n        'unknown': 1008,\n        'wind': 1222,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 532,\n        'unknown': 1007,\n        'wind': 1229,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 536,\n        'unknown': 984,\n        'wind': 1267,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 554,\n        'unknown': 969,\n        'wind': 1298,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 539,\n        'unknown': 972,\n        'wind': 1377,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 607,\n        'unknown': 773,\n        'wind': 1488,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 578,\n        'unknown': 799,\n        'wind': 1440,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 572,\n        'unknown': 823,\n        'wind': 1450,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 586,\n        'unknown': 841,\n        'wind': 1512,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 586,\n        'unknown': 828,\n        'wind': 1625,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 565,\n        'unknown': 853,\n        'wind': 1682,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 616,\n        'unknown': 912,\n        'wind': 1701,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 559,\n        'unknown': 1027,\n        'wind': 1691,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 582,\n        'unknown': 1013,\n        'wind': 1743,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 533,\n        'unknown': 1099,\n        'wind': 1717,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 574,\n        'unknown': 1181,\n        'wind': 1628,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 454,\n        'unknown': 1148,\n        'wind': 1773,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 511,\n        'unknown': 1036,\n        'wind': 1792,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 521,\n        'unknown': 1011,\n        'wind': 1861,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 479,\n        'unknown': 1005,\n        'wind': 1947,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 475,\n        'unknown': 1064,\n        'wind': 1861,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 425,\n        'unknown': 1046,\n        'wind': 1966,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 446,\n        'unknown': 1042,\n        'wind': 1960,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 457,\n        'unknown': 978,\n        'wind': 1946,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 428,\n        'unknown': 1065,\n        'wind': 1846,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 466,\n        'unknown': 1080,\n        'wind': 1819,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 467,\n        'unknown': 1046,\n        'wind': 1709,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 488,\n        'unknown': 924,\n        'wind': 1699,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 436,\n        'unknown': 930,\n        'wind': 1651,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 507,\n        'unknown': 926,\n        'wind': 1624,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 477,\n        'unknown': 863,\n        'wind': 1603,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 369,\n        'unknown': 981,\n        'wind': 1584,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 308,\n        'unknown': 1223,\n        'wind': 1533,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 282,\n        'unknown': 1388,\n        'wind': 1508,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 239,\n        'unknown': 1432,\n        'wind': 1502,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 186,\n        'unknown': 1404,\n        'wind': 1497,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 191,\n        'unknown': 1346,\n        'wind': 1525,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n  ])\n# ---\n# name: test_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1419,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1434,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1449,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1464,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1387,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1405,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1423,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1441,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1459,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1466,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1473,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1479,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1486,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1487,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1488,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1489,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1490,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1476,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1463,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1449,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1435,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 5,\n        'wind': 1392,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 10,\n        'wind': 1349,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 15,\n        'wind': 1306,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 20,\n        'wind': 1263,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 53,\n        'wind': 1253,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 87,\n        'wind': 1244,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 120,\n        'wind': 1235,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 168,\n        'wind': 1103,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 220,\n        'wind': 1134,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 272,\n        'wind': 1166,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 324,\n        'wind': 1197,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 376,\n        'wind': 1229,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 417,\n        'wind': 1287,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 458,\n        'wind': 1345,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 499,\n        'wind': 1403,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 540,\n        'wind': 1462,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 568,\n        'wind': 1502,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 597,\n        'wind': 1542,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 625,\n        'wind': 1582,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 654,\n        'wind': 1622,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 666,\n        'wind': 1647,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 679,\n        'wind': 1672,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 691,\n        'wind': 1696,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 704,\n        'wind': 1721,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 706,\n        'wind': 1763,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 709,\n        'wind': 1805,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 711,\n        'wind': 1847,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 714,\n        'wind': 1890,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 711,\n        'wind': 1914,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 708,\n        'wind': 1938,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 705,\n        'wind': 1963,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 672,\n        'wind': 1840,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 669,\n        'wind': 1856,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 665,\n        'wind': 1873,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 662,\n        'wind': 1889,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 659,\n        'wind': 1906,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 639,\n        'wind': 1879,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 620,\n        'wind': 1853,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 600,\n        'wind': 1827,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 581,\n        'wind': 1801,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 522,\n        'wind': 1776,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 462,\n        'wind': 1752,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 403,\n        'wind': 1727,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 344,\n        'wind': 1703,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 318,\n        'wind': 1673,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 293,\n        'wind': 1644,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 267,\n        'wind': 1614,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 242,\n        'wind': 1585,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 222,\n        'wind': 1540,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 202,\n        'wind': 1495,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 182,\n        'wind': 1451,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 162,\n        'wind': 1406,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 141,\n        'wind': 1371,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 121,\n        'wind': 1336,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 101,\n        'wind': 1301,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 80,\n        'wind': 1266,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 67,\n        'wind': 1217,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 53,\n        'wind': 1168,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 40,\n        'wind': 1120,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 26,\n        'wind': 1071,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 20,\n        'wind': 1054,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 13,\n        'wind': 1037,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 7,\n        'wind': 1019,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1002,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1015,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1028,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1040,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1053,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1067,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1081,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1095,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1109,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1097,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1085,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 6, 4, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='Europe/Dublin')),\n      'production': dict({\n        'solar': 0,\n        'wind': 1073,\n      }),\n      'source': 'eirgridgroup.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_TAIPOWER.ambr",
    "content": "# serializer version: 1\n# name: test_production\n  list([\n    dict({\n      'capacity': dict({\n        'biomass': 60.7,\n        'coal': 13108.6,\n        'gas': 17871.300000000003,\n        'geothermal': 7.2,\n        'hydro': 2123.8999999999996,\n        'nuclear': 951.0,\n        'oil': 1591.9,\n        'solar': 14053.699999999999,\n        'unknown': 631.4,\n        'wind': 2873.8,\n      }),\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 5, 14, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='Asia/Taipei')),\n      'production': dict({\n        'biomass': 31.9,\n        'coal': 8637.7,\n        'gas': 15355.7,\n        'geothermal': 2.3,\n        'hydro': 1157.9,\n        'nuclear': 841.4,\n        'oil': 419.8,\n        'solar': 6775.989,\n        'unknown': 1791.3,\n        'wind': 181.9,\n      }),\n      'source': 'taipower.com.tw',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': 5.2,\n        'hydro': 474.0,\n      }),\n      'zoneKey': 'TW',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_TR/test_fetch_production[None].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production[None]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 891.87,\n        'coal': 15107.56,\n        'gas': 16407.06,\n        'geothermal': 1078.11,\n        'hydro': 11479.21,\n        'oil': 93.95,\n        'solar': 0.01,\n        'unknown': 97.4,\n        'wind': 689.05,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.66,\n        'coal': 15035.1,\n        'gas': 16380.9,\n        'geothermal': 1094.75,\n        'hydro': 9585.67,\n        'oil': 93.75,\n        'solar': 0.01,\n        'unknown': 98.15,\n        'wind': 616.6,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 878.79,\n        'coal': 15062.47,\n        'gas': 16634.73,\n        'geothermal': 1114.73,\n        'hydro': 7445.58,\n        'oil': 90.75,\n        'solar': 0.01,\n        'unknown': 97.33,\n        'wind': 629.53,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.39,\n        'coal': 15111.17,\n        'gas': 16612.92,\n        'geothermal': 1124.57,\n        'hydro': 6217.93,\n        'oil': 88.75,\n        'solar': 0.01,\n        'unknown': 98.78,\n        'wind': 580.13,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 887.61,\n        'coal': 15177.42,\n        'gas': 16509.65,\n        'geothermal': 1148.29,\n        'hydro': 5312.72,\n        'oil': 89.05,\n        'solar': 0.01,\n        'unknown': 101.66,\n        'wind': 606.15,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.41,\n        'coal': 15202.28,\n        'gas': 16147.88,\n        'geothermal': 1161.82,\n        'hydro': 4378.96,\n        'oil': 92.05,\n        'solar': 2.51,\n        'unknown': 96.54,\n        'wind': 531.5,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 874.08,\n        'coal': 15240.35,\n        'gas': 15747.7,\n        'geothermal': 1162.27,\n        'hydro': 3393.91,\n        'oil': 94.46,\n        'solar': 242.4,\n        'unknown': 98.79,\n        'wind': 544.84,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 782.14,\n        'coal': 13667.03,\n        'gas': 15137.64,\n        'geothermal': 994.27,\n        'hydro': 3419.48,\n        'oil': 91.75,\n        'solar': 1119.42,\n        'unknown': 97.46,\n        'wind': 662.94,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 676.7,\n        'coal': 12974.64,\n        'gas': 15493.45,\n        'geothermal': 896.28,\n        'hydro': 6467.39,\n        'oil': 42.94,\n        'solar': 1704.16,\n        'unknown': 94.44,\n        'wind': 610.03,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_TR/test_fetch_production[target_datetime1].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production[target_datetime1]\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 891.87,\n        'coal': 15107.56,\n        'gas': 16407.06,\n        'geothermal': 1078.11,\n        'hydro': 11479.21,\n        'oil': 93.95,\n        'solar': 0.01,\n        'unknown': 97.4,\n        'wind': 689.05,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.66,\n        'coal': 15035.1,\n        'gas': 16380.9,\n        'geothermal': 1094.75,\n        'hydro': 9585.67,\n        'oil': 93.75,\n        'solar': 0.01,\n        'unknown': 98.15,\n        'wind': 616.6,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 878.79,\n        'coal': 15062.47,\n        'gas': 16634.73,\n        'geothermal': 1114.73,\n        'hydro': 7445.58,\n        'oil': 90.75,\n        'solar': 0.01,\n        'unknown': 97.33,\n        'wind': 629.53,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.39,\n        'coal': 15111.17,\n        'gas': 16612.92,\n        'geothermal': 1124.57,\n        'hydro': 6217.93,\n        'oil': 88.75,\n        'solar': 0.01,\n        'unknown': 98.78,\n        'wind': 580.13,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 887.61,\n        'coal': 15177.42,\n        'gas': 16509.65,\n        'geothermal': 1148.29,\n        'hydro': 5312.72,\n        'oil': 89.05,\n        'solar': 0.01,\n        'unknown': 101.66,\n        'wind': 606.15,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 885.41,\n        'coal': 15202.28,\n        'gas': 16147.88,\n        'geothermal': 1161.82,\n        'hydro': 4378.96,\n        'oil': 92.05,\n        'solar': 2.51,\n        'unknown': 96.54,\n        'wind': 531.5,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 874.08,\n        'coal': 15240.35,\n        'gas': 15747.7,\n        'geothermal': 1162.27,\n        'hydro': 3393.91,\n        'oil': 94.46,\n        'solar': 242.4,\n        'unknown': 98.79,\n        'wind': 544.84,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 782.14,\n        'coal': 13667.03,\n        'gas': 15137.64,\n        'geothermal': 994.27,\n        'hydro': 3419.48,\n        'oil': 91.75,\n        'solar': 1119.42,\n        'unknown': 97.46,\n        'wind': 662.94,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 676.7,\n        'coal': 12974.64,\n        'gas': 15493.45,\n        'geothermal': 896.28,\n        'hydro': 6467.39,\n        'oil': 42.94,\n        'solar': 1704.16,\n        'unknown': 94.44,\n        'wind': 610.03,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 7, 28, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=10800))),\n      'production': dict({\n        'biomass': 609.08,\n        'coal': 10958.72,\n        'gas': 15111.99,\n        'geothermal': 835.9,\n        'hydro': 7536.73,\n        'oil': 1.74,\n        'solar': 2121.44,\n        'unknown': 91.28,\n        'wind': 531,\n      }),\n      'source': 'epias.com.tr',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'TR',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_CA.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 21213.16,\n      'datetime': datetime.datetime(2025, 2, 19, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20663.34,\n      'datetime': datetime.datetime(2025, 2, 19, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20138.61,\n      'datetime': datetime.datetime(2025, 2, 19, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20079.09,\n      'datetime': datetime.datetime(2025, 2, 19, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20556.03,\n      'datetime': datetime.datetime(2025, 2, 19, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21961.85,\n      'datetime': datetime.datetime(2025, 2, 19, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23967.14,\n      'datetime': datetime.datetime(2025, 2, 19, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24693.13,\n      'datetime': datetime.datetime(2025, 2, 19, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23366.31,\n      'datetime': datetime.datetime(2025, 2, 19, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21464.76,\n      'datetime': datetime.datetime(2025, 2, 19, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19656.13,\n      'datetime': datetime.datetime(2025, 2, 19, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18540.3,\n      'datetime': datetime.datetime(2025, 2, 19, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18150.62,\n      'datetime': datetime.datetime(2025, 2, 19, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18428.91,\n      'datetime': datetime.datetime(2025, 2, 19, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19257.95,\n      'datetime': datetime.datetime(2025, 2, 19, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20632.21,\n      'datetime': datetime.datetime(2025, 2, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22549.41,\n      'datetime': datetime.datetime(2025, 2, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24906.53,\n      'datetime': datetime.datetime(2025, 2, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26191.41,\n      'datetime': datetime.datetime(2025, 2, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25852.37,\n      'datetime': datetime.datetime(2025, 2, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25262.46,\n      'datetime': datetime.datetime(2025, 2, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24510.65,\n      'datetime': datetime.datetime(2025, 2, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23123.04,\n      'datetime': datetime.datetime(2025, 2, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21708.38,\n      'datetime': datetime.datetime(2025, 2, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21382.89,\n      'datetime': datetime.datetime(2025, 2, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20731.98,\n      'datetime': datetime.datetime(2025, 2, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20174.13,\n      'datetime': datetime.datetime(2025, 2, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20025.92,\n      'datetime': datetime.datetime(2025, 2, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20526.13,\n      'datetime': datetime.datetime(2025, 2, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22041.72,\n      'datetime': datetime.datetime(2025, 2, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24076.63,\n      'datetime': datetime.datetime(2025, 2, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24981.01,\n      'datetime': datetime.datetime(2025, 2, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23771.25,\n      'datetime': datetime.datetime(2025, 2, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21942.57,\n      'datetime': datetime.datetime(2025, 2, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20112.77,\n      'datetime': datetime.datetime(2025, 2, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18919.5,\n      'datetime': datetime.datetime(2025, 2, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18460.87,\n      'datetime': datetime.datetime(2025, 2, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18624.22,\n      'datetime': datetime.datetime(2025, 2, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19541.83,\n      'datetime': datetime.datetime(2025, 2, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21101.48,\n      'datetime': datetime.datetime(2025, 2, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23045.71,\n      'datetime': datetime.datetime(2025, 2, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25347.4,\n      'datetime': datetime.datetime(2025, 2, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26557.09,\n      'datetime': datetime.datetime(2025, 2, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26171.69,\n      'datetime': datetime.datetime(2025, 2, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25587.89,\n      'datetime': datetime.datetime(2025, 2, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24827.2,\n      'datetime': datetime.datetime(2025, 2, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23461.32,\n      'datetime': datetime.datetime(2025, 2, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22060.18,\n      'datetime': datetime.datetime(2025, 2, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21374.2,\n      'datetime': datetime.datetime(2025, 2, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20742.17,\n      'datetime': datetime.datetime(2025, 2, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20188.27,\n      'datetime': datetime.datetime(2025, 2, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20038.82,\n      'datetime': datetime.datetime(2025, 2, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20621.26,\n      'datetime': datetime.datetime(2025, 2, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21926.21,\n      'datetime': datetime.datetime(2025, 2, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23895.14,\n      'datetime': datetime.datetime(2025, 2, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24664.26,\n      'datetime': datetime.datetime(2025, 2, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23564.4,\n      'datetime': datetime.datetime(2025, 2, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21612.77,\n      'datetime': datetime.datetime(2025, 2, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19842.83,\n      'datetime': datetime.datetime(2025, 2, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18684.28,\n      'datetime': datetime.datetime(2025, 2, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18206.24,\n      'datetime': datetime.datetime(2025, 2, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18310.7,\n      'datetime': datetime.datetime(2025, 2, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19074.62,\n      'datetime': datetime.datetime(2025, 2, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20664.06,\n      'datetime': datetime.datetime(2025, 2, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22668.84,\n      'datetime': datetime.datetime(2025, 2, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24923.98,\n      'datetime': datetime.datetime(2025, 2, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25845.56,\n      'datetime': datetime.datetime(2025, 2, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25401.27,\n      'datetime': datetime.datetime(2025, 2, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24801.28,\n      'datetime': datetime.datetime(2025, 2, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24175.14,\n      'datetime': datetime.datetime(2025, 2, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23022.49,\n      'datetime': datetime.datetime(2025, 2, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21885.44,\n      'datetime': datetime.datetime(2025, 2, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21073.54,\n      'datetime': datetime.datetime(2025, 2, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20367.53,\n      'datetime': datetime.datetime(2025, 2, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19715.29,\n      'datetime': datetime.datetime(2025, 2, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19405.35,\n      'datetime': datetime.datetime(2025, 2, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19522.0,\n      'datetime': datetime.datetime(2025, 2, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20093.54,\n      'datetime': datetime.datetime(2025, 2, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20895.47,\n      'datetime': datetime.datetime(2025, 2, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20849.71,\n      'datetime': datetime.datetime(2025, 2, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19777.45,\n      'datetime': datetime.datetime(2025, 2, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 17866.79,\n      'datetime': datetime.datetime(2025, 2, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 16293.64,\n      'datetime': datetime.datetime(2025, 2, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 15226.74,\n      'datetime': datetime.datetime(2025, 2, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 14818.93,\n      'datetime': datetime.datetime(2025, 2, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 15000.6,\n      'datetime': datetime.datetime(2025, 2, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 15990.15,\n      'datetime': datetime.datetime(2025, 2, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 17749.57,\n      'datetime': datetime.datetime(2025, 2, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20174.77,\n      'datetime': datetime.datetime(2025, 2, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22820.9,\n      'datetime': datetime.datetime(2025, 2, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24078.8,\n      'datetime': datetime.datetime(2025, 2, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23794.44,\n      'datetime': datetime.datetime(2025, 2, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23309.35,\n      'datetime': datetime.datetime(2025, 2, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22769.59,\n      'datetime': datetime.datetime(2025, 2, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21834.38,\n      'datetime': datetime.datetime(2025, 2, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20810.69,\n      'datetime': datetime.datetime(2025, 2, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20334.89,\n      'datetime': datetime.datetime(2025, 2, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19714.32,\n      'datetime': datetime.datetime(2025, 2, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19098.89,\n      'datetime': datetime.datetime(2025, 2, 23, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18787.73,\n      'datetime': datetime.datetime(2025, 2, 23, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18816.98,\n      'datetime': datetime.datetime(2025, 2, 23, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19191.84,\n      'datetime': datetime.datetime(2025, 2, 23, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19775.2,\n      'datetime': datetime.datetime(2025, 2, 23, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19443.53,\n      'datetime': datetime.datetime(2025, 2, 23, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 17953.72,\n      'datetime': datetime.datetime(2025, 2, 23, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 16057.35,\n      'datetime': datetime.datetime(2025, 2, 23, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 14606.97,\n      'datetime': datetime.datetime(2025, 2, 23, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 13775.34,\n      'datetime': datetime.datetime(2025, 2, 23, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 13665.41,\n      'datetime': datetime.datetime(2025, 2, 23, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 14031.37,\n      'datetime': datetime.datetime(2025, 2, 23, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 15132.83,\n      'datetime': datetime.datetime(2025, 2, 23, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 17062.52,\n      'datetime': datetime.datetime(2025, 2, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19902.16,\n      'datetime': datetime.datetime(2025, 2, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22495.53,\n      'datetime': datetime.datetime(2025, 2, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24066.14,\n      'datetime': datetime.datetime(2025, 2, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23812.41,\n      'datetime': datetime.datetime(2025, 2, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23300.29,\n      'datetime': datetime.datetime(2025, 2, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22613.76,\n      'datetime': datetime.datetime(2025, 2, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21412.12,\n      'datetime': datetime.datetime(2025, 2, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20285.8,\n      'datetime': datetime.datetime(2025, 2, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19746.28,\n      'datetime': datetime.datetime(2025, 2, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19124.88,\n      'datetime': datetime.datetime(2025, 2, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18650.86,\n      'datetime': datetime.datetime(2025, 2, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18558.46,\n      'datetime': datetime.datetime(2025, 2, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19059.28,\n      'datetime': datetime.datetime(2025, 2, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20428.72,\n      'datetime': datetime.datetime(2025, 2, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22322.32,\n      'datetime': datetime.datetime(2025, 2, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23345.28,\n      'datetime': datetime.datetime(2025, 2, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22289.73,\n      'datetime': datetime.datetime(2025, 2, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20660.81,\n      'datetime': datetime.datetime(2025, 2, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19319.09,\n      'datetime': datetime.datetime(2025, 2, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18544.9,\n      'datetime': datetime.datetime(2025, 2, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18301.22,\n      'datetime': datetime.datetime(2025, 2, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18699.81,\n      'datetime': datetime.datetime(2025, 2, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19636.67,\n      'datetime': datetime.datetime(2025, 2, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21348.69,\n      'datetime': datetime.datetime(2025, 2, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23504.7,\n      'datetime': datetime.datetime(2025, 2, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25775.43,\n      'datetime': datetime.datetime(2025, 2, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26854.75,\n      'datetime': datetime.datetime(2025, 2, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26230.64,\n      'datetime': datetime.datetime(2025, 2, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25419.54,\n      'datetime': datetime.datetime(2025, 2, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24476.64,\n      'datetime': datetime.datetime(2025, 2, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22928.22,\n      'datetime': datetime.datetime(2025, 2, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21482.71,\n      'datetime': datetime.datetime(2025, 2, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20876.39,\n      'datetime': datetime.datetime(2025, 2, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20377.57,\n      'datetime': datetime.datetime(2025, 2, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19801.02,\n      'datetime': datetime.datetime(2025, 2, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19571.6,\n      'datetime': datetime.datetime(2025, 2, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19961.2,\n      'datetime': datetime.datetime(2025, 2, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21112.13,\n      'datetime': datetime.datetime(2025, 2, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22702.79,\n      'datetime': datetime.datetime(2025, 2, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23309.95,\n      'datetime': datetime.datetime(2025, 2, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22566.16,\n      'datetime': datetime.datetime(2025, 2, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21157.91,\n      'datetime': datetime.datetime(2025, 2, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19749.62,\n      'datetime': datetime.datetime(2025, 2, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18885.25,\n      'datetime': datetime.datetime(2025, 2, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18592.16,\n      'datetime': datetime.datetime(2025, 2, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18774.9,\n      'datetime': datetime.datetime(2025, 2, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19564.52,\n      'datetime': datetime.datetime(2025, 2, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21340.85,\n      'datetime': datetime.datetime(2025, 2, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23559.35,\n      'datetime': datetime.datetime(2025, 2, 26, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25908.95,\n      'datetime': datetime.datetime(2025, 2, 26, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 27085.62,\n      'datetime': datetime.datetime(2025, 2, 26, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26513.45,\n      'datetime': datetime.datetime(2025, 2, 26, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25725.82,\n      'datetime': datetime.datetime(2025, 2, 26, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24759.64,\n      'datetime': datetime.datetime(2025, 2, 26, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23277.29,\n      'datetime': datetime.datetime(2025, 2, 26, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21807.51,\n      'datetime': datetime.datetime(2025, 2, 26, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21157.86,\n      'datetime': datetime.datetime(2025, 2, 26, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20378.64,\n      'datetime': datetime.datetime(2025, 2, 26, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19694.86,\n      'datetime': datetime.datetime(2025, 2, 26, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19288.13,\n      'datetime': datetime.datetime(2025, 2, 26, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19727.61,\n      'datetime': datetime.datetime(2025, 2, 26, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21006.95,\n      'datetime': datetime.datetime(2025, 2, 26, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22888.88,\n      'datetime': datetime.datetime(2025, 2, 26, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23393.9,\n      'datetime': datetime.datetime(2025, 2, 26, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 22083.35,\n      'datetime': datetime.datetime(2025, 2, 26, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 20518.1,\n      'datetime': datetime.datetime(2025, 2, 26, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19140.9,\n      'datetime': datetime.datetime(2025, 2, 26, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18390.88,\n      'datetime': datetime.datetime(2025, 2, 26, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18276.37,\n      'datetime': datetime.datetime(2025, 2, 26, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 18668.42,\n      'datetime': datetime.datetime(2025, 2, 26, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 19691.99,\n      'datetime': datetime.datetime(2025, 2, 26, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21643.39,\n      'datetime': datetime.datetime(2025, 2, 26, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23948.52,\n      'datetime': datetime.datetime(2025, 2, 27, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26125.08,\n      'datetime': datetime.datetime(2025, 2, 27, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 27079.34,\n      'datetime': datetime.datetime(2025, 2, 27, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 26352.94,\n      'datetime': datetime.datetime(2025, 2, 27, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 25576.0,\n      'datetime': datetime.datetime(2025, 2, 27, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 24800.72,\n      'datetime': datetime.datetime(2025, 2, 27, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 23287.91,\n      'datetime': datetime.datetime(2025, 2, 27, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'consumption': 21901.0,\n      'datetime': datetime.datetime(2025, 2, 27, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-CAL-CISO',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1441.49),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1511.57),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1597.35),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1661.9),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1698.41),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1759.98),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(176.29),\n        'wind': np.float64(1805.18),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3587.88),\n        'wind': np.float64(1823.96),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(9548.31),\n        'wind': np.float64(1856.04),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12510.99),\n        'wind': np.float64(1941.97),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13077.41),\n        'wind': np.float64(2070.87),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13176.7),\n        'wind': np.float64(2226.03),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13021.82),\n        'wind': np.float64(2392.23),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12739.9),\n        'wind': np.float64(2497.63),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12055.46),\n        'wind': np.float64(2512.61),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 4, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(9058.1),\n        'wind': np.float64(2417.22),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3352.77),\n        'wind': np.float64(2279.12),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(139.82),\n        'wind': np.float64(2186.31),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2137.07),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2172.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2272.45),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2365.42),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2391.46),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2348.55),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2282.19),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2016.47),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1769.79),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1557.87),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1370.14),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1256.38),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(250.5),\n        'wind': np.float64(1212.42),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3329.73),\n        'wind': np.float64(1176.35),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(8457.56),\n        'wind': np.float64(1140.48),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11312.82),\n        'wind': np.float64(1141.03),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12326.96),\n        'wind': np.float64(1152.42),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12897.99),\n        'wind': np.float64(1187.54),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13239.03),\n        'wind': np.float64(1265.07),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13495.39),\n        'wind': np.float64(1332.4),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13478.47),\n        'wind': np.float64(1350.91),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(10984.17),\n        'wind': np.float64(1324.47),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(4575.01),\n        'wind': np.float64(1272.57),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(323.68),\n        'wind': np.float64(1207.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1138.57),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1059.24),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(992.6),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(961.93),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(920.79),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(872.13),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(912.0),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(960.23),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1011.53),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1049.57),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1051.39),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1026.2),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(270.44),\n        'wind': np.float64(1047.76),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3658.64),\n        'wind': np.float64(1133.33),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(9196.12),\n        'wind': np.float64(1256.3),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11864.97),\n        'wind': np.float64(1388.49),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12272.21),\n        'wind': np.float64(1535.81),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12210.42),\n        'wind': np.float64(1704.51),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11951.22),\n        'wind': np.float64(1858.77),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11560.7),\n        'wind': np.float64(1971.76),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(10828.85),\n        'wind': np.float64(2057.23),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 6, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(8148.44),\n        'wind': np.float64(2063.23),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3065.89),\n        'wind': np.float64(2023.43),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(135.02),\n        'wind': np.float64(2013.51),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1990.0),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1951.41),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1952.21),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1968.45),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1959.09),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1978.39),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1985.16),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1799.53),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1614.06),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1468.88),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1336.87),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1259.27),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(192.79),\n        'wind': np.float64(1245.53),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3223.06),\n        'wind': np.float64(1280.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(8484.11),\n        'wind': np.float64(1408.27),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11466.11),\n        'wind': np.float64(1619.73),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12374.91),\n        'wind': np.float64(1889.97),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12600.19),\n        'wind': np.float64(2153.83),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12465.04),\n        'wind': np.float64(2416.71),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12022.63),\n        'wind': np.float64(2677.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11086.98),\n        'wind': np.float64(2872.58),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 7, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(8363.76),\n        'wind': np.float64(2992.15),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3390.19),\n        'wind': np.float64(3114.2),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(255.59),\n        'wind': np.float64(3211.0),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3237.27),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3271.86),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3321.28),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3344.3),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3315.9),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3283.19),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3188.98),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3113.94),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3002.26),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2869.48),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2757.56),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2645.24),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(219.7),\n        'wind': np.float64(2509.77),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(4084.05),\n        'wind': np.float64(2380.91),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(10775.51),\n        'wind': np.float64(2227.4),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14151.67),\n        'wind': np.float64(2093.44),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14821.76),\n        'wind': np.float64(2053.03),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14891.45),\n        'wind': np.float64(2132.88),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14773.4),\n        'wind': np.float64(2349.5),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14591.23),\n        'wind': np.float64(2592.38),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14026.0),\n        'wind': np.float64(2752.43),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 8, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11148.07),\n        'wind': np.float64(2841.66),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(4813.87),\n        'wind': np.float64(2844.74),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(453.04),\n        'wind': np.float64(2801.72),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2755.03),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2672.92),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2486.79),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2211.93),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1890.3),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1519.28),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1001.12),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(725.33),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(541.33),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(457.79),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(421.17),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(398.96),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(192.75),\n        'wind': np.float64(368.51),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(3807.61),\n        'wind': np.float64(342.97),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(10127.12),\n        'wind': np.float64(315.87),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13370.71),\n        'wind': np.float64(314.34),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14044.48),\n        'wind': np.float64(360.11),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(14085.54),\n        'wind': np.float64(396.91),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13915.28),\n        'wind': np.float64(385.65),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(13581.42),\n        'wind': np.float64(354.21),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12749.85),\n        'wind': np.float64(327.31),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(9921.97),\n        'wind': np.float64(300.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(4316.28),\n        'wind': np.float64(275.9),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(443.97),\n        'wind': np.float64(284.4),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(319.79),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(371.53),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(438.86),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(511.36),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(591.81),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(672.48),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(742.27),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(871.01),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(998.42),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1097.05),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1136.26),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(1077.99),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(332.87),\n        'wind': np.float64(963.83),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(4820.38),\n        'wind': np.float64(832.83),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(11902.0),\n        'wind': np.float64(707.31),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15023.44),\n        'wind': np.float64(623.77),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15483.63),\n        'wind': np.float64(627.52),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15499.21),\n        'wind': np.float64(759.96),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15477.63),\n        'wind': np.float64(969.88),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15502.2),\n        'wind': np.float64(1241.26),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(15319.94),\n        'wind': np.float64(1585.51),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 10, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(12784.98),\n        'wind': np.float64(1939.56),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(5877.83),\n        'wind': np.float64(2257.58),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(635.05),\n        'wind': np.float64(2588.07),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2823.56),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2908.95),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2915.41),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2905.07),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(2954.77),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 11, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': np.float64(0.0),\n        'wind': np.float64(3073.82),\n      }),\n      'source': 'oasis.caiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-CAL-CISO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_ERCOT.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 43797.769897,\n      'datetime': datetime.datetime(2025, 3, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43078.020325,\n      'datetime': datetime.datetime(2025, 3, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41536.005066,\n      'datetime': datetime.datetime(2025, 3, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41782.957092,\n      'datetime': datetime.datetime(2025, 3, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41419.426758,\n      'datetime': datetime.datetime(2025, 3, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41306.431946,\n      'datetime': datetime.datetime(2025, 3, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43397.499817,\n      'datetime': datetime.datetime(2025, 3, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44732.969971,\n      'datetime': datetime.datetime(2025, 3, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46003.690552,\n      'datetime': datetime.datetime(2025, 3, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46700.22998,\n      'datetime': datetime.datetime(2025, 3, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48775.109863,\n      'datetime': datetime.datetime(2025, 3, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50751.0,\n      'datetime': datetime.datetime(2025, 3, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52053.860107,\n      'datetime': datetime.datetime(2025, 3, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53909.940063,\n      'datetime': datetime.datetime(2025, 3, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 56259.529785,\n      'datetime': datetime.datetime(2025, 3, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 58365.090576,\n      'datetime': datetime.datetime(2025, 3, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 59874.159546,\n      'datetime': datetime.datetime(2025, 3, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 60126.679565,\n      'datetime': datetime.datetime(2025, 3, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 59017.970581,\n      'datetime': datetime.datetime(2025, 3, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 57414.519531,\n      'datetime': datetime.datetime(2025, 3, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 56714.720703,\n      'datetime': datetime.datetime(2025, 3, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 54896.500854,\n      'datetime': datetime.datetime(2025, 3, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51855.660156,\n      'datetime': datetime.datetime(2025, 3, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48408.3302,\n      'datetime': datetime.datetime(2025, 3, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45529.040161,\n      'datetime': datetime.datetime(2025, 3, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43619.379028,\n      'datetime': datetime.datetime(2025, 3, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42114.130371,\n      'datetime': datetime.datetime(2025, 3, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41492.039795,\n      'datetime': datetime.datetime(2025, 3, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41453.910034,\n      'datetime': datetime.datetime(2025, 3, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42715.399902,\n      'datetime': datetime.datetime(2025, 3, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45052.910156,\n      'datetime': datetime.datetime(2025, 3, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46693.439941,\n      'datetime': datetime.datetime(2025, 3, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47822.429443,\n      'datetime': datetime.datetime(2025, 3, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49450.939697,\n      'datetime': datetime.datetime(2025, 3, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50745.329712,\n      'datetime': datetime.datetime(2025, 3, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51552.21936,\n      'datetime': datetime.datetime(2025, 3, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52654.610107,\n      'datetime': datetime.datetime(2025, 3, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53836.199585,\n      'datetime': datetime.datetime(2025, 3, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 55012.249878,\n      'datetime': datetime.datetime(2025, 3, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 55877.539429,\n      'datetime': datetime.datetime(2025, 3, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 56460.110352,\n      'datetime': datetime.datetime(2025, 3, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 56196.920654,\n      'datetime': datetime.datetime(2025, 3, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 54509.409668,\n      'datetime': datetime.datetime(2025, 3, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52802.960205,\n      'datetime': datetime.datetime(2025, 3, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52486.120728,\n      'datetime': datetime.datetime(2025, 3, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51112.018921,\n      'datetime': datetime.datetime(2025, 3, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48881.359741,\n      'datetime': datetime.datetime(2025, 3, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46342.360352,\n      'datetime': datetime.datetime(2025, 3, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43576.549194,\n      'datetime': datetime.datetime(2025, 3, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41657.369629,\n      'datetime': datetime.datetime(2025, 3, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40337.172852,\n      'datetime': datetime.datetime(2025, 3, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39659.717712,\n      'datetime': datetime.datetime(2025, 3, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39474.52594,\n      'datetime': datetime.datetime(2025, 3, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39983.667969,\n      'datetime': datetime.datetime(2025, 3, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41051.110046,\n      'datetime': datetime.datetime(2025, 3, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42593.570313,\n      'datetime': datetime.datetime(2025, 3, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44407.399902,\n      'datetime': datetime.datetime(2025, 3, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45788.77063,\n      'datetime': datetime.datetime(2025, 3, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46467.950073,\n      'datetime': datetime.datetime(2025, 3, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46626.390137,\n      'datetime': datetime.datetime(2025, 3, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46745.85022,\n      'datetime': datetime.datetime(2025, 3, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46736.380127,\n      'datetime': datetime.datetime(2025, 3, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46828.229492,\n      'datetime': datetime.datetime(2025, 3, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47413.059937,\n      'datetime': datetime.datetime(2025, 3, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47819.370605,\n      'datetime': datetime.datetime(2025, 3, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47859.070435,\n      'datetime': datetime.datetime(2025, 3, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47372.159546,\n      'datetime': datetime.datetime(2025, 3, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46935.379761,\n      'datetime': datetime.datetime(2025, 3, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47146.34082,\n      'datetime': datetime.datetime(2025, 3, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46324.268921,\n      'datetime': datetime.datetime(2025, 3, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44708.949829,\n      'datetime': datetime.datetime(2025, 3, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42627.579834,\n      'datetime': datetime.datetime(2025, 3, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41005.164673,\n      'datetime': datetime.datetime(2025, 3, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39739.371643,\n      'datetime': datetime.datetime(2025, 3, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38991.09082,\n      'datetime': datetime.datetime(2025, 3, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38575.927856,\n      'datetime': datetime.datetime(2025, 3, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38399.958679,\n      'datetime': datetime.datetime(2025, 3, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38842.580383,\n      'datetime': datetime.datetime(2025, 3, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39717.749878,\n      'datetime': datetime.datetime(2025, 3, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41085.969727,\n      'datetime': datetime.datetime(2025, 3, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42819.07019,\n      'datetime': datetime.datetime(2025, 3, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43960.48999,\n      'datetime': datetime.datetime(2025, 3, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43904.760132,\n      'datetime': datetime.datetime(2025, 3, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43444.950073,\n      'datetime': datetime.datetime(2025, 3, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43176.881958,\n      'datetime': datetime.datetime(2025, 3, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43391.800659,\n      'datetime': datetime.datetime(2025, 3, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43817.619812,\n      'datetime': datetime.datetime(2025, 3, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44444.679687,\n      'datetime': datetime.datetime(2025, 3, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45176.530151,\n      'datetime': datetime.datetime(2025, 3, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45855.619873,\n      'datetime': datetime.datetime(2025, 3, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45960.23999,\n      'datetime': datetime.datetime(2025, 3, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45822.669678,\n      'datetime': datetime.datetime(2025, 3, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46514.729858,\n      'datetime': datetime.datetime(2025, 3, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45853.290405,\n      'datetime': datetime.datetime(2025, 3, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44280.629883,\n      'datetime': datetime.datetime(2025, 3, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42330.400513,\n      'datetime': datetime.datetime(2025, 3, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40868.850098,\n      'datetime': datetime.datetime(2025, 3, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39720.090576,\n      'datetime': datetime.datetime(2025, 3, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39123.119995,\n      'datetime': datetime.datetime(2025, 3, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38870.920532,\n      'datetime': datetime.datetime(2025, 3, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39404.589844,\n      'datetime': datetime.datetime(2025, 3, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41001.189697,\n      'datetime': datetime.datetime(2025, 3, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43762.279541,\n      'datetime': datetime.datetime(2025, 3, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45434.519775,\n      'datetime': datetime.datetime(2025, 3, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46324.688843,\n      'datetime': datetime.datetime(2025, 3, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47218.480103,\n      'datetime': datetime.datetime(2025, 3, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47344.430298,\n      'datetime': datetime.datetime(2025, 3, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47474.310547,\n      'datetime': datetime.datetime(2025, 3, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47727.790161,\n      'datetime': datetime.datetime(2025, 3, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48579.60022,\n      'datetime': datetime.datetime(2025, 3, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49491.540283,\n      'datetime': datetime.datetime(2025, 3, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50555.639893,\n      'datetime': datetime.datetime(2025, 3, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51553.990356,\n      'datetime': datetime.datetime(2025, 3, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52045.73999,\n      'datetime': datetime.datetime(2025, 3, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51613.859619,\n      'datetime': datetime.datetime(2025, 3, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50978.780151,\n      'datetime': datetime.datetime(2025, 3, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51011.269653,\n      'datetime': datetime.datetime(2025, 3, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49789.570435,\n      'datetime': datetime.datetime(2025, 3, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47380.990601,\n      'datetime': datetime.datetime(2025, 3, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44657.460327,\n      'datetime': datetime.datetime(2025, 3, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42308.26001,\n      'datetime': datetime.datetime(2025, 3, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40727.990845,\n      'datetime': datetime.datetime(2025, 3, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39659.779907,\n      'datetime': datetime.datetime(2025, 3, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39277.610352,\n      'datetime': datetime.datetime(2025, 3, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39555.21936,\n      'datetime': datetime.datetime(2025, 3, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40872.849609,\n      'datetime': datetime.datetime(2025, 3, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43332.680176,\n      'datetime': datetime.datetime(2025, 3, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44794.00061,\n      'datetime': datetime.datetime(2025, 3, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45620.700073,\n      'datetime': datetime.datetime(2025, 3, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46620.319702,\n      'datetime': datetime.datetime(2025, 3, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46923.680298,\n      'datetime': datetime.datetime(2025, 3, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47172.989746,\n      'datetime': datetime.datetime(2025, 3, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47743.179443,\n      'datetime': datetime.datetime(2025, 3, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48737.799683,\n      'datetime': datetime.datetime(2025, 3, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49941.021118,\n      'datetime': datetime.datetime(2025, 3, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51438.069336,\n      'datetime': datetime.datetime(2025, 3, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52963.49939,\n      'datetime': datetime.datetime(2025, 3, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53863.180664,\n      'datetime': datetime.datetime(2025, 3, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53678.300171,\n      'datetime': datetime.datetime(2025, 3, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53095.550049,\n      'datetime': datetime.datetime(2025, 3, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52981.009888,\n      'datetime': datetime.datetime(2025, 3, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51834.540161,\n      'datetime': datetime.datetime(2025, 3, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49424.839966,\n      'datetime': datetime.datetime(2025, 3, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46853.450073,\n      'datetime': datetime.datetime(2025, 3, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44497.549683,\n      'datetime': datetime.datetime(2025, 3, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 42663.118896,\n      'datetime': datetime.datetime(2025, 3, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41333.079468,\n      'datetime': datetime.datetime(2025, 3, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40697.700317,\n      'datetime': datetime.datetime(2025, 3, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 40728.569946,\n      'datetime': datetime.datetime(2025, 3, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41974.678955,\n      'datetime': datetime.datetime(2025, 3, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44435.250732,\n      'datetime': datetime.datetime(2025, 3, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45947.130249,\n      'datetime': datetime.datetime(2025, 3, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47009.779175,\n      'datetime': datetime.datetime(2025, 3, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 48650.660034,\n      'datetime': datetime.datetime(2025, 3, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49777.180298,\n      'datetime': datetime.datetime(2025, 3, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50712.920044,\n      'datetime': datetime.datetime(2025, 3, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51808.040771,\n      'datetime': datetime.datetime(2025, 3, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53076.219971,\n      'datetime': datetime.datetime(2025, 3, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53906.790161,\n      'datetime': datetime.datetime(2025, 3, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 54358.829956,\n      'datetime': datetime.datetime(2025, 3, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 54453.860107,\n      'datetime': datetime.datetime(2025, 3, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 53813.710205,\n      'datetime': datetime.datetime(2025, 3, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 52405.990601,\n      'datetime': datetime.datetime(2025, 3, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 51128.740356,\n      'datetime': datetime.datetime(2025, 3, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 50945.189819,\n      'datetime': datetime.datetime(2025, 3, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 49590.790405,\n      'datetime': datetime.datetime(2025, 3, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46948.939087,\n      'datetime': datetime.datetime(2025, 3, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44024.869507,\n      'datetime': datetime.datetime(2025, 3, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41400.489502,\n      'datetime': datetime.datetime(2025, 3, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39836.110474,\n      'datetime': datetime.datetime(2025, 3, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38700.709717,\n      'datetime': datetime.datetime(2025, 3, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 38553.670532,\n      'datetime': datetime.datetime(2025, 3, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 39175.759766,\n      'datetime': datetime.datetime(2025, 3, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41121.019897,\n      'datetime': datetime.datetime(2025, 3, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44467.6698,\n      'datetime': datetime.datetime(2025, 3, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46457.599854,\n      'datetime': datetime.datetime(2025, 3, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46995.650269,\n      'datetime': datetime.datetime(2025, 3, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 47251.470337,\n      'datetime': datetime.datetime(2025, 3, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 46594.049316,\n      'datetime': datetime.datetime(2025, 3, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45512.65979,\n      'datetime': datetime.datetime(2025, 3, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44563.079956,\n      'datetime': datetime.datetime(2025, 3, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44087.339844,\n      'datetime': datetime.datetime(2025, 3, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43661.440674,\n      'datetime': datetime.datetime(2025, 3, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43713.420288,\n      'datetime': datetime.datetime(2025, 3, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44337.730225,\n      'datetime': datetime.datetime(2025, 3, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44987.580566,\n      'datetime': datetime.datetime(2025, 3, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45073.339966,\n      'datetime': datetime.datetime(2025, 3, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45016.650269,\n      'datetime': datetime.datetime(2025, 3, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 45713.98999,\n      'datetime': datetime.datetime(2025, 3, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 44914.061035,\n      'datetime': datetime.datetime(2025, 3, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 43456.259033,\n      'datetime': datetime.datetime(2025, 3, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'consumption': 41722.789917,\n      'datetime': datetime.datetime(2025, 3, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24108.1,\n        'wind': 17404.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24563.7,\n        'wind': 17472.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24462.6,\n        'wind': 17674.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23835.0,\n        'wind': 18664.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21910.4,\n        'wind': 19375.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 12186.0,\n        'wind': 20588.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1557.0,\n        'wind': 19435.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19946.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23805.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26736.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28962.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29939.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29482.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29125.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28312.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27579.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26225.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 25400.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 59.8,\n        'wind': 23867.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 4192.8,\n        'wind': 22160.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 14689.5,\n        'wind': 18751.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19139.0,\n        'wind': 16309.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19303.8,\n        'wind': 16013.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21844.1,\n        'wind': 18754.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22095.9,\n        'wind': 21669.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21043.9,\n        'wind': 24391.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20919.3,\n        'wind': 24926.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19945.7,\n        'wind': 26390.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 16420.1,\n        'wind': 25428.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 8206.3,\n        'wind': 24580.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1185.3,\n        'wind': 23252.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22204.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23480.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 24359.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23488.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22505.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 20849.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19698.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19496.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17818.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 15082.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 13861.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 202.9,\n        'wind': 12934.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 7633.0,\n        'wind': 11826.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 18251.2,\n        'wind': 7297.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23234.9,\n        'wind': 3201.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23758.7,\n        'wind': 2871.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23387.7,\n        'wind': 4123.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23670.1,\n        'wind': 7733.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23137.8,\n        'wind': 11372.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20485.7,\n        'wind': 14756.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19022.2,\n        'wind': 17578.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 17999.7,\n        'wind': 19183.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 9795.3,\n        'wind': 19684.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1209.1,\n        'wind': 19875.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 20963.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22520.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 24535.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26759.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28615.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28515.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28915.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28980.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28707.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28028.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27405.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 63.8,\n        'wind': 26880.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 3438.3,\n        'wind': 26313.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 13646.9,\n        'wind': 24760.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 18535.6,\n        'wind': 21738.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21061.8,\n        'wind': 20406.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22600.1,\n        'wind': 19996.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24275.7,\n        'wind': 20106.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24533.6,\n        'wind': 20679.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24300.5,\n        'wind': 21694.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23928.9,\n        'wind': 22644.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22008.7,\n        'wind': 23889.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 12692.1,\n        'wind': 25042.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1060.6,\n        'wind': 26068.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26829.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27253.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27359.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27349.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27153.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26135.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 26403.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 24551.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23245.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22647.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22413.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 103.1,\n        'wind': 22537.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 4281.4,\n        'wind': 22465.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 15499.1,\n        'wind': 21967.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21673.1,\n        'wind': 22657.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23750.2,\n        'wind': 23529.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24405.9,\n        'wind': 23013.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24148.0,\n        'wind': 22438.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24250.3,\n        'wind': 22652.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23752.4,\n        'wind': 23278.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21878.2,\n        'wind': 23560.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19608.5,\n        'wind': 22959.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 11252.2,\n        'wind': 21510.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1233.7,\n        'wind': 18786.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.1,\n        'wind': 15366.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 12752.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 11072.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 9913.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 8919.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 8191.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7991.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 8401.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 8823.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 9015.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 9147.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 210.6,\n        'wind': 9176.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 6521.2,\n        'wind': 9053.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20117.0,\n        'wind': 8256.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24391.1,\n        'wind': 7762.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25765.1,\n        'wind': 8166.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 26119.4,\n        'wind': 7901.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25585.7,\n        'wind': 7636.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25744.0,\n        'wind': 7665.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25623.8,\n        'wind': 7722.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25281.7,\n        'wind': 7089.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24050.1,\n        'wind': 5806.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 14782.4,\n        'wind': 4963.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1404.6,\n        'wind': 5532.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.1,\n        'wind': 6365.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7414.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 9502.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 16, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 12568.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 15461.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17477.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 18703.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19910.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 20758.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 21207.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 21640.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 116.1,\n        'wind': 21605.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 7257.4,\n        'wind': 20953.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21501.8,\n        'wind': 20382.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25232.2,\n        'wind': 20949.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25524.9,\n        'wind': 22340.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25193.3,\n        'wind': 24148.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24117.3,\n        'wind': 25644.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23648.5,\n        'wind': 26637.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23178.4,\n        'wind': 27601.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22406.7,\n        'wind': 28237.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20538.8,\n        'wind': 28539.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 11928.1,\n        'wind': 28693.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1500.4,\n        'wind': 28893.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29205.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29545.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29850.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30073.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30262.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30276.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30131.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29983.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29772.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29482.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29190.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 205.1,\n        'wind': 28852.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 5666.3,\n        'wind': 28610.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 16085.7,\n        'wind': 28368.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21613.0,\n        'wind': 28231.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23041.1,\n        'wind': 28220.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23669.9,\n        'wind': 28216.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23565.8,\n        'wind': 28475.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23775.4,\n        'wind': 29035.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23437.4,\n        'wind': 29601.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22638.5,\n        'wind': 29948.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20661.0,\n        'wind': 30028.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 12280.2,\n        'wind': 30271.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1467.5,\n        'wind': 30297.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.4,\n        'wind': 30281.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30283.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30299.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30346.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30400.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 30204.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29705.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 29210.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 28614.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27888.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 27154.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 199.2,\n        'wind': 26435.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 5619.1,\n        'wind': 26182.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 16556.5,\n        'wind': 25942.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 20258.1,\n        'wind': 25590.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22161.4,\n        'wind': 25071.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23007.1,\n        'wind': 24410.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22984.9,\n        'wind': 24000.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 23059.5,\n        'wind': 23732.9,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22502.4,\n        'wind': 23587.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 21510.9,\n        'wind': 23328.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19975.2,\n        'wind': 23088.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 12915.5,\n        'wind': 22954.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 1760.1,\n        'wind': 22381.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.4,\n        'wind': 21413.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 20520.7,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 19576.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 18629.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17595.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16727.4,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16067.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 15408.2,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 14679.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 13894.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 13128.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 350.7,\n        'wind': 12397.8,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 7472.6,\n        'wind': 11659.0,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 19544.4,\n        'wind': 10924.3,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 22947.7,\n        'wind': 10350.5,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 24366.9,\n        'wind': 9954.1,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='US/Central')),\n      'production': dict({\n        'solar': 25051.6,\n        'wind': 9615.6,\n      }),\n      'source': 'ercot.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-TEX-ERCO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_MISO.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 64272.0,\n      'datetime': datetime.datetime(2025, 3, 9, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62613.0,\n      'datetime': datetime.datetime(2025, 3, 9, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61929.0,\n      'datetime': datetime.datetime(2025, 3, 9, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61620.0,\n      'datetime': datetime.datetime(2025, 3, 9, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61912.0,\n      'datetime': datetime.datetime(2025, 3, 9, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63010.0,\n      'datetime': datetime.datetime(2025, 3, 9, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64831.0,\n      'datetime': datetime.datetime(2025, 3, 9, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66154.0,\n      'datetime': datetime.datetime(2025, 3, 9, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66220.0,\n      'datetime': datetime.datetime(2025, 3, 9, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 65552.0,\n      'datetime': datetime.datetime(2025, 3, 9, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64728.0,\n      'datetime': datetime.datetime(2025, 3, 9, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64043.0,\n      'datetime': datetime.datetime(2025, 3, 9, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63762.0,\n      'datetime': datetime.datetime(2025, 3, 9, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63108.0,\n      'datetime': datetime.datetime(2025, 3, 9, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62592.0,\n      'datetime': datetime.datetime(2025, 3, 9, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62577.0,\n      'datetime': datetime.datetime(2025, 3, 9, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63135.0,\n      'datetime': datetime.datetime(2025, 3, 9, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64699.0,\n      'datetime': datetime.datetime(2025, 3, 9, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66874.0,\n      'datetime': datetime.datetime(2025, 3, 9, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69481.0,\n      'datetime': datetime.datetime(2025, 3, 9, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69638.0,\n      'datetime': datetime.datetime(2025, 3, 9, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68126.0,\n      'datetime': datetime.datetime(2025, 3, 9, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 65827.0,\n      'datetime': datetime.datetime(2025, 3, 9, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63928.0,\n      'datetime': datetime.datetime(2025, 3, 9, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63085.0,\n      'datetime': datetime.datetime(2025, 3, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63228.0,\n      'datetime': datetime.datetime(2025, 3, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62411.0,\n      'datetime': datetime.datetime(2025, 3, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64302.0,\n      'datetime': datetime.datetime(2025, 3, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66292.0,\n      'datetime': datetime.datetime(2025, 3, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69791.0,\n      'datetime': datetime.datetime(2025, 3, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 75314.0,\n      'datetime': datetime.datetime(2025, 3, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 77348.0,\n      'datetime': datetime.datetime(2025, 3, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 76328.0,\n      'datetime': datetime.datetime(2025, 3, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 74188.0,\n      'datetime': datetime.datetime(2025, 3, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 72120.0,\n      'datetime': datetime.datetime(2025, 3, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70396.0,\n      'datetime': datetime.datetime(2025, 3, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69144.0,\n      'datetime': datetime.datetime(2025, 3, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68060.0,\n      'datetime': datetime.datetime(2025, 3, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67107.0,\n      'datetime': datetime.datetime(2025, 3, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66641.0,\n      'datetime': datetime.datetime(2025, 3, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67001.0,\n      'datetime': datetime.datetime(2025, 3, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68150.0,\n      'datetime': datetime.datetime(2025, 3, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69893.0,\n      'datetime': datetime.datetime(2025, 3, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71889.0,\n      'datetime': datetime.datetime(2025, 3, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71349.0,\n      'datetime': datetime.datetime(2025, 3, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69195.0,\n      'datetime': datetime.datetime(2025, 3, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66302.0,\n      'datetime': datetime.datetime(2025, 3, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63708.0,\n      'datetime': datetime.datetime(2025, 3, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62112.0,\n      'datetime': datetime.datetime(2025, 3, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61964.0,\n      'datetime': datetime.datetime(2025, 3, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62620.0,\n      'datetime': datetime.datetime(2025, 3, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63250.0,\n      'datetime': datetime.datetime(2025, 3, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 65320.0,\n      'datetime': datetime.datetime(2025, 3, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68188.0,\n      'datetime': datetime.datetime(2025, 3, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 73356.0,\n      'datetime': datetime.datetime(2025, 3, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 75196.0,\n      'datetime': datetime.datetime(2025, 3, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 74523.0,\n      'datetime': datetime.datetime(2025, 3, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 72890.0,\n      'datetime': datetime.datetime(2025, 3, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71276.0,\n      'datetime': datetime.datetime(2025, 3, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69909.0,\n      'datetime': datetime.datetime(2025, 3, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68947.0,\n      'datetime': datetime.datetime(2025, 3, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68165.0,\n      'datetime': datetime.datetime(2025, 3, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67484.0,\n      'datetime': datetime.datetime(2025, 3, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67091.0,\n      'datetime': datetime.datetime(2025, 3, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67424.0,\n      'datetime': datetime.datetime(2025, 3, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68470.0,\n      'datetime': datetime.datetime(2025, 3, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69961.0,\n      'datetime': datetime.datetime(2025, 3, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71833.0,\n      'datetime': datetime.datetime(2025, 3, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71471.0,\n      'datetime': datetime.datetime(2025, 3, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69293.0,\n      'datetime': datetime.datetime(2025, 3, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 66483.0,\n      'datetime': datetime.datetime(2025, 3, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63794.0,\n      'datetime': datetime.datetime(2025, 3, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62462.0,\n      'datetime': datetime.datetime(2025, 3, 12, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62550.0,\n      'datetime': datetime.datetime(2025, 3, 12, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62285.0,\n      'datetime': datetime.datetime(2025, 3, 12, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62754.0,\n      'datetime': datetime.datetime(2025, 3, 12, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64673.0,\n      'datetime': datetime.datetime(2025, 3, 12, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68600.0,\n      'datetime': datetime.datetime(2025, 3, 12, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 72028.0,\n      'datetime': datetime.datetime(2025, 3, 12, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 73871.0,\n      'datetime': datetime.datetime(2025, 3, 12, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 73249.0,\n      'datetime': datetime.datetime(2025, 3, 12, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71826.0,\n      'datetime': datetime.datetime(2025, 3, 12, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70572.0,\n      'datetime': datetime.datetime(2025, 3, 12, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69496.0,\n      'datetime': datetime.datetime(2025, 3, 12, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68808.0,\n      'datetime': datetime.datetime(2025, 3, 12, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68324.0,\n      'datetime': datetime.datetime(2025, 3, 12, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67863.0,\n      'datetime': datetime.datetime(2025, 3, 12, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67587.0,\n      'datetime': datetime.datetime(2025, 3, 12, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67892.0,\n      'datetime': datetime.datetime(2025, 3, 12, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68577.0,\n      'datetime': datetime.datetime(2025, 3, 12, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69522.0,\n      'datetime': datetime.datetime(2025, 3, 12, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70913.0,\n      'datetime': datetime.datetime(2025, 3, 12, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70531.0,\n      'datetime': datetime.datetime(2025, 3, 12, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68285.0,\n      'datetime': datetime.datetime(2025, 3, 12, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 65238.0,\n      'datetime': datetime.datetime(2025, 3, 12, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 63464.0,\n      'datetime': datetime.datetime(2025, 3, 12, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61658.0,\n      'datetime': datetime.datetime(2025, 3, 13, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 60639.0,\n      'datetime': datetime.datetime(2025, 3, 13, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 60272.0,\n      'datetime': datetime.datetime(2025, 3, 13, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 60667.0,\n      'datetime': datetime.datetime(2025, 3, 13, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62398.0,\n      'datetime': datetime.datetime(2025, 3, 13, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 65101.0,\n      'datetime': datetime.datetime(2025, 3, 13, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69677.0,\n      'datetime': datetime.datetime(2025, 3, 13, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71725.0,\n      'datetime': datetime.datetime(2025, 3, 13, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71567.0,\n      'datetime': datetime.datetime(2025, 3, 13, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70681.0,\n      'datetime': datetime.datetime(2025, 3, 13, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69846.0,\n      'datetime': datetime.datetime(2025, 3, 13, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69236.0,\n      'datetime': datetime.datetime(2025, 3, 13, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68865.0,\n      'datetime': datetime.datetime(2025, 3, 13, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68524.0,\n      'datetime': datetime.datetime(2025, 3, 13, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68184.0,\n      'datetime': datetime.datetime(2025, 3, 13, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68021.0,\n      'datetime': datetime.datetime(2025, 3, 13, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68362.0,\n      'datetime': datetime.datetime(2025, 3, 13, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68943.0,\n      'datetime': datetime.datetime(2025, 3, 13, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69678.0,\n      'datetime': datetime.datetime(2025, 3, 13, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71036.0,\n      'datetime': datetime.datetime(2025, 3, 13, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70285.0,\n      'datetime': datetime.datetime(2025, 3, 13, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67981.0,\n      'datetime': datetime.datetime(2025, 3, 13, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64976.0,\n      'datetime': datetime.datetime(2025, 3, 13, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62255.0,\n      'datetime': datetime.datetime(2025, 3, 13, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 60411.0,\n      'datetime': datetime.datetime(2025, 3, 14, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 59330.0,\n      'datetime': datetime.datetime(2025, 3, 14, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 59878.0,\n      'datetime': datetime.datetime(2025, 3, 14, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 60238.0,\n      'datetime': datetime.datetime(2025, 3, 14, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 61854.0,\n      'datetime': datetime.datetime(2025, 3, 14, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64362.0,\n      'datetime': datetime.datetime(2025, 3, 14, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 68759.0,\n      'datetime': datetime.datetime(2025, 3, 14, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70931.0,\n      'datetime': datetime.datetime(2025, 3, 14, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 71161.0,\n      'datetime': datetime.datetime(2025, 3, 14, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70896.0,\n      'datetime': datetime.datetime(2025, 3, 14, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70689.0,\n      'datetime': datetime.datetime(2025, 3, 14, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70410.0,\n      'datetime': datetime.datetime(2025, 3, 14, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70138.0,\n      'datetime': datetime.datetime(2025, 3, 14, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69881.0,\n      'datetime': datetime.datetime(2025, 3, 14, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69531.0,\n      'datetime': datetime.datetime(2025, 3, 14, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69282.0,\n      'datetime': datetime.datetime(2025, 3, 14, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69465.0,\n      'datetime': datetime.datetime(2025, 3, 14, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69595.0,\n      'datetime': datetime.datetime(2025, 3, 14, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69658.0,\n      'datetime': datetime.datetime(2025, 3, 14, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 70347.0,\n      'datetime': datetime.datetime(2025, 3, 14, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 69770.0,\n      'datetime': datetime.datetime(2025, 3, 14, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67723.0,\n      'datetime': datetime.datetime(2025, 3, 14, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 64907.0,\n      'datetime': datetime.datetime(2025, 3, 14, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 62579.0,\n      'datetime': datetime.datetime(2025, 3, 14, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'consumption': 67758.0,\n      'datetime': datetime.datetime(2025, 3, 15, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17716.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 17168.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16628.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16249.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16089.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 16192.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 16583.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1042.0,\n        'wind': 17076.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 6022.0,\n        'wind': 17386.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 10313.0,\n        'wind': 17154.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11437.0,\n        'wind': 16391.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11466.0,\n        'wind': 16389.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11301.0,\n        'wind': 17767.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11206.0,\n        'wind': 19703.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11297.0,\n        'wind': 21282.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11398.0,\n        'wind': 22330.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 10642.0,\n        'wind': 22727.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 6959.0,\n        'wind': 22525.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1583.0,\n        'wind': 22427.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 8.0,\n        'wind': 23044.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23647.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23981.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 24047.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 10, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23881.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23596.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23196.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23034.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 23022.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22831.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 22327.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 3.0,\n        'wind': 21393.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1123.0,\n        'wind': 19830.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 6119.0,\n        'wind': 17808.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 10198.0,\n        'wind': 15679.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11213.0,\n        'wind': 13413.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11234.0,\n        'wind': 11073.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11105.0,\n        'wind': 9176.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11038.0,\n        'wind': 8033.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11119.0,\n        'wind': 7338.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 11229.0,\n        'wind': 6885.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 10441.0,\n        'wind': 6934.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 6848.0,\n        'wind': 7577.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1586.0,\n        'wind': 8756.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 9.0,\n        'wind': 11393.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 13542.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 14719.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 15219.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 11, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 15321.0,\n      }),\n      'source': 'misoenergy.org',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDW-MISO',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_NEISO/test_fetch_exchange[CA-NB-US-NE-ISNE].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[CA-NB-US-NE-ISNE]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(112.412),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.903),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(107.148),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(101.507),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(98.284),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(112.183),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(115.144),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.47),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(91.746),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(85.547),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(100.552),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(93.338),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.39),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(105.896),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(99.81),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(94.271),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(89.001),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(90.666),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(91.308),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(91.203),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(100.057),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.381),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(93.143),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(103.362),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(109.792),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(106.697),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(95.124),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(114.237),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.767),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(97.051),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(95.803),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(95.683),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.176),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(88.65),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.673),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(84.698),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.44),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(125.289),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(135.389),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(125.625),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(118.219),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(121.849),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(115.325),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(113.28),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(114.722),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.308),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(101.052),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(120.189),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(148.005),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(135.854),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(136.659),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(134.433),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(129.62),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(125.894),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(123.555),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(122.405),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(124.316),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(120.508),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(122.791),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(134.303),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(116.949),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(93.451),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(97.424),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(79.291),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(82.406),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.43),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(84.626),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(84.198),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(73.988),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(77.18),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(78.621),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.012),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(50.387),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(54.353),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(59.165),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(50.074),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(63.29),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(63.695),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(54.765),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(61.71),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(52.312),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(43.045),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(44.368),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(37.078),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(56.327),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(66.166),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.35),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(72.711),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(79.453),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(79.463),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(78.857),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(74.018),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(65.309),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(72.825),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(77.787),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(58.767),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.511),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.797),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(50.82),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(50.474),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.0),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(74.343),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(69.318),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(57.057),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(57.277),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.494),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(65.567),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(66.526),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(55.482),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(61.342),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(51.072),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(58.8),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(62.134),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.424),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(72.06),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(62.309),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(67.569),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(78.242),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(56.95),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.446),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(68.138),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(51.868),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(58.685),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(61.556),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.763),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(65.015),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.978),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(51.84),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(51.485),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(50.776),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(58.997),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(63.461),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(71.552),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.357),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(61.816),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(59.239),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(76.608),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(82.405),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(80.048),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(85.752),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.617),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(79.424),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(77.197),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(75.517),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.562),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.938),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(73.08),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(90.784),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(93.431),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(111.936),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(106.097),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.882),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(109.77),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(109.578),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(129.744),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(134.532),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(127.764),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(135.112),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(125.54),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(136.37),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(146.241),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(142.829),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(132.609),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(136.879),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(144.549),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(132.764),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(127.488),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(134.519),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(124.554),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(128.46),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(104.406),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(132.979),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(137.258),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(122.33),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(123.685),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(117.773),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(117.211),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(108.844),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(111.239),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(114.119),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(118.561),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(112.779),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.014),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(96.383),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(104.8),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(94.36),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(98.873),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(91.599),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.534),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(99.934),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(99.007),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.897),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(100.605),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(106.986),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(108.895),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(101.182),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.462),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(80.992),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(78.46),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(78.28),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(76.246),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(75.83),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(86.939),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(81.199),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(87.462),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(97.752),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(108.587),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.0),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(85.099),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(81.643),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(73.908),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(86.647),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(85.83),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(82.646),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(81.907),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(73.97),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(88.419),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.949),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(80.706),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(89.219),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(84.237),\n      'sortedZoneKeys': 'CA-NB->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_NEISO/test_fetch_exchange[CA-QC-US-NE-ISNE].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[CA-QC-US-NE-ISNE]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.284),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.278),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.28),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.279),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.303),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.282),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.298),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.284),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.278),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.3),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.28),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.299),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.305),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.284),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.282),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(2.66),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(42.947),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.147),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.17),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.17),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.198),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.215),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.189),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.206),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.212),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.162),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(47.161),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(46.991),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(11.928),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.303),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.298),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.307),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.304),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.284),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.301),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.303),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.3),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.303),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.302),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.294),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.298),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.302),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.3),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.296),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.299),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.281),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.298),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.272),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.301),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.293),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.283),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.285),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.299),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.288),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.295),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.297),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.279),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.286),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.289),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.284),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.292),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.291),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.3),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.287),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.29),\n      'sortedZoneKeys': 'CA-QC->US-NE-ISNE',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_NEISO/test_fetch_exchange[US-NE-ISNE-US-NY-NYIS].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[US-NE-ISNE-US-NY-NYIS]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-272.101),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-185.979),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-187.105),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-135.955),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-26.596),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(43.705),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(52.917),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(44.706),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(28.327),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(27.426),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(115.203),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 0, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(109.702),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(116.782),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(153.629),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(151.898),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(118.471),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(129.329),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(144.44),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(166.351),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(162.761),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(195.892),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(167.499),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(130.675),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 1, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(94.997),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(139.346),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(118.904),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(104.731),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(60.37),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(45.457),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(33.255),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(33.705),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(40.793),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(39.772),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(40.869),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(40.311),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 2, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-87.38),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-209.878),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-200.671),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-143.427),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-121.806),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-102.743),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-164.522),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-195.98),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-131.708),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-128.41),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-103.095),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-92.939),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 3, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-13.578),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-29.839),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-70.199),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-19.565),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-120.046),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-17.559),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(74.395),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(39.415),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(34.253),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(33.699),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-8.59),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-41.872),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 4, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-83.88),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-169.712),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-238.217),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-271.581),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-323.868),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-222.687),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-131.339),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-152.589),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-115.411),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-26.276),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-86.801),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-81.125),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 5, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-50.485),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-181.308),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-396.564),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-415.963),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-390.93),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-370.077),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-272.588),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-220.845),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-346.6),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-441.157),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-412.891),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-302.314),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 6, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-296.473),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-241.871),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-175.328),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-83.714),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(56.05),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.235),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(39.637),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-20.496),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(7.765),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-10.565),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(30.028),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(12.596),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 7, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-95.107),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-220.192),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-291.014),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-308.182),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-306.904),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-283.214),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-211.555),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-148.163),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-76.73),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(6.453),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(149.633),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(286.095),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 8, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(220.712),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(197.127),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(261.155),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(348.234),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(382.75),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(392.485),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(294.992),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(205.018),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(130.74),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(118.936),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(187.383),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(157.691),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 9, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(228.285),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(277.451),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(283.354),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(371.912),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(377.104),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(297.807),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(273.758),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(291.01),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(318.041),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(338.946),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(335.244),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(341.018),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 10, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(271.473),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(244.577),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(195.464),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(188.344),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(105.131),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(0.491),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-12.107),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-5.581),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-15.087),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-124.083),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-100.809),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-44.251),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 11, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-22.767),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-19.009),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(24.3),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(54.834),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(64.786),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(102.256),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(231.799),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(206.852),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(201.143),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(147.958),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(137.782),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(241.828),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 12, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(239.874),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(115.118),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(92.693),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(112.012),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(167.676),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(197.277),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(209.148),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(185.789),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.386),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(107.589),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(140.256),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(256.104),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 13, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(255.612),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(240.754),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(371.137),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(364.641),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(405.188),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(405.892),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(275.631),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(277.387),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(233.956),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(201.819),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(226.229),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(174.256),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 14, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(91.61),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(74.973),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(40.346),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-0.16),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-27.85),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(6.717),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(110.687),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(67.59),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(126.035),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(18.851),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(138.6),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(100.383),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 15, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-1.449),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(58.454),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-64.7),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(20.016),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(3.391),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(74.242),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(117.618),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(149.162),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(116.448),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(146.979),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(168.558),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(278.169),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 16, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(162.292),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(101.932),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(73.245),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(29.743),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-114.686),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-50.955),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-30.998),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-113.715),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-227.635),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-119.895),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-78.979),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-80.75),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 17, 55, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-20.0),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 0, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(57.037),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 5, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(13.375),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 10, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-55.306),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 15, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-116.457),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 20, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-147.23),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 25, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-159.087),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 30, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-173.813),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 35, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-138.493),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 40, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-182.731),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 45, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-178.869),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 3, 26, 18, 50, tzinfo=datetime.timezone(datetime.timedelta(days=-1, seconds=72000))),\n      'netFlow': np.float64(-116.523),\n      'sortedZoneKeys': 'US-NE-ISNE->US-NY-NYIS',\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_NEISO.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 9950.0,\n      'datetime': datetime.datetime(2025, 3, 17, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9660.0,\n      'datetime': datetime.datetime(2025, 3, 17, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9430.0,\n      'datetime': datetime.datetime(2025, 3, 17, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9560.0,\n      'datetime': datetime.datetime(2025, 3, 17, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9720.0,\n      'datetime': datetime.datetime(2025, 3, 17, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10770.0,\n      'datetime': datetime.datetime(2025, 3, 17, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12110.0,\n      'datetime': datetime.datetime(2025, 3, 17, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13140.0,\n      'datetime': datetime.datetime(2025, 3, 17, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13460.0,\n      'datetime': datetime.datetime(2025, 3, 17, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13550.0,\n      'datetime': datetime.datetime(2025, 3, 17, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13590.0,\n      'datetime': datetime.datetime(2025, 3, 17, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13510.0,\n      'datetime': datetime.datetime(2025, 3, 17, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13450.0,\n      'datetime': datetime.datetime(2025, 3, 17, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13400.0,\n      'datetime': datetime.datetime(2025, 3, 17, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13200.0,\n      'datetime': datetime.datetime(2025, 3, 17, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12980.0,\n      'datetime': datetime.datetime(2025, 3, 17, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13290.0,\n      'datetime': datetime.datetime(2025, 3, 17, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13900.0,\n      'datetime': datetime.datetime(2025, 3, 17, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 14190.0,\n      'datetime': datetime.datetime(2025, 3, 17, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 14350.0,\n      'datetime': datetime.datetime(2025, 3, 17, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13830.0,\n      'datetime': datetime.datetime(2025, 3, 17, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12960.0,\n      'datetime': datetime.datetime(2025, 3, 17, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12010.0,\n      'datetime': datetime.datetime(2025, 3, 17, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 11090.0,\n      'datetime': datetime.datetime(2025, 3, 17, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10680.0,\n      'datetime': datetime.datetime(2025, 3, 18, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10400.0,\n      'datetime': datetime.datetime(2025, 3, 18, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10240.0,\n      'datetime': datetime.datetime(2025, 3, 18, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10250.0,\n      'datetime': datetime.datetime(2025, 3, 18, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10630.0,\n      'datetime': datetime.datetime(2025, 3, 18, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 11590.0,\n      'datetime': datetime.datetime(2025, 3, 18, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13120.0,\n      'datetime': datetime.datetime(2025, 3, 18, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13830.0,\n      'datetime': datetime.datetime(2025, 3, 18, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12860.0,\n      'datetime': datetime.datetime(2025, 3, 18, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 11380.0,\n      'datetime': datetime.datetime(2025, 3, 18, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10200.0,\n      'datetime': datetime.datetime(2025, 3, 18, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9390.0,\n      'datetime': datetime.datetime(2025, 3, 18, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 8880.0,\n      'datetime': datetime.datetime(2025, 3, 18, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 8800.0,\n      'datetime': datetime.datetime(2025, 3, 18, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 8910.0,\n      'datetime': datetime.datetime(2025, 3, 18, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 9560.0,\n      'datetime': datetime.datetime(2025, 3, 18, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 10640.0,\n      'datetime': datetime.datetime(2025, 3, 18, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12380.0,\n      'datetime': datetime.datetime(2025, 3, 18, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13390.0,\n      'datetime': datetime.datetime(2025, 3, 18, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 14100.0,\n      'datetime': datetime.datetime(2025, 3, 18, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 13710.0,\n      'datetime': datetime.datetime(2025, 3, 18, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 12970.0,\n      'datetime': datetime.datetime(2025, 3, 18, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 11980.0,\n      'datetime': datetime.datetime(2025, 3, 18, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'consumption': 11110.0,\n      'datetime': datetime.datetime(2025, 3, 18, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NE-ISNE',\n    }),\n  ])\n# ---\n# name: test_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 661.0,\n        'wind': 234.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 704.0,\n        'wind': 147.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 666.0,\n        'wind': 115.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 545.0,\n        'wind': 109.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 447.0,\n        'wind': 117.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 267.0,\n        'wind': 116.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 69.0,\n        'wind': 117.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 13.0,\n        'wind': 118.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 125.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 153.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 161.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 148.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 152.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 25, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 165.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 205.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 221.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 270.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 340.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 439.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 503.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 21.0,\n        'wind': 568.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 173.0,\n        'wind': 643.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 454.0,\n        'wind': 655.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 705.0,\n        'wind': 694.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 842.0,\n        'wind': 750.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 879.0,\n        'wind': 811.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 887.0,\n        'wind': 895.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 860.0,\n        'wind': 966.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 762.0,\n        'wind': 998.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 520.0,\n        'wind': 1009.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 203.0,\n        'wind': 969.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 30.0,\n        'wind': 920.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 885.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 853.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 747.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 700.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 599.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 483.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 352.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 242.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 158.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 99.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 66.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 80.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 7.0,\n        'wind': 112.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 33.0,\n        'wind': 147.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 69.0,\n        'wind': 178.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 100.0,\n        'wind': 224.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 100.0,\n        'wind': 275.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 134.0,\n        'wind': 313.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 169.0,\n        'wind': 339.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 191.0,\n        'wind': 365.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 190.0,\n        'wind': 360.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 146.0,\n        'wind': 344.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 88.0,\n        'wind': 323.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 51.0,\n        'wind': 313.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 14.0,\n        'wind': 325.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 328.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 358.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 385.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 400.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 27, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 434.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 470.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 509.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 511.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 519.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 522.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 507.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 495.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 486.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 59.0,\n        'wind': 592.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 366.0,\n        'wind': 682.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 597.0,\n        'wind': 743.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 805.0,\n        'wind': 869.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 860.0,\n        'wind': 966.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 760.0,\n        'wind': 1010.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 781.0,\n        'wind': 1148.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 759.0,\n        'wind': 1248.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 601.0,\n        'wind': 1279.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 222.0,\n        'wind': 1254.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 72.0,\n        'wind': 1226.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 1164.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1052.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 882.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 717.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 28, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 554.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 408.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 289.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 252.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 234.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 224.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 257.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 304.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 367.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 22.0,\n        'wind': 434.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 205.0,\n        'wind': 516.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 304.0,\n        'wind': 611.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 488.0,\n        'wind': 652.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 557.0,\n        'wind': 696.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 630.0,\n        'wind': 734.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 586.0,\n        'wind': 664.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 474.0,\n        'wind': 589.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 388.0,\n        'wind': 530.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 131.0,\n        'wind': 612.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 31.0,\n        'wind': 716.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 2.0,\n        'wind': 823.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 864.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 912.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 966.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 1, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 981.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 991.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 991.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 993.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 995.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 992.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1002.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1004.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 1006.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 97.0,\n        'wind': 1059.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 449.0,\n        'wind': 1114.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 657.0,\n        'wind': 1152.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 848.0,\n        'wind': 1160.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 891.0,\n        'wind': 1168.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 910.0,\n        'wind': 1170.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 888.0,\n        'wind': 1154.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 819.0,\n        'wind': 1132.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 611.0,\n        'wind': 1102.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 194.0,\n        'wind': 1080.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 49.0,\n        'wind': 1058.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 1028.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 927.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 817.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 704.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 2, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 698.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 690.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 682.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 686.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 692.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 697.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 710.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 725.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 738.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 84.0,\n        'wind': 818.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 404.0,\n        'wind': 898.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 602.0,\n        'wind': 962.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 791.0,\n        'wind': 939.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 842.0,\n        'wind': 909.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 862.0,\n        'wind': 877.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 845.0,\n        'wind': 836.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 785.0,\n        'wind': 788.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 584.0,\n        'wind': 738.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 180.0,\n        'wind': 676.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 46.0,\n        'wind': 606.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 1.0,\n        'wind': 541.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 455.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 378.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 309.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 3, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 294.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 283.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 275.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 302.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 330.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 367.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 356.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 357.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 356.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 213.0,\n        'wind': 449.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 3, 4, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'solar': 439.0,\n        'wind': 525.0,\n      }),\n      'source': 'iso-ne.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NE-ISNE',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_NY.ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 18054.0,\n      'datetime': FakeDatetime(2025, 2, 19, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17636.0,\n      'datetime': FakeDatetime(2025, 2, 19, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17402.0,\n      'datetime': FakeDatetime(2025, 2, 19, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17330.0,\n      'datetime': FakeDatetime(2025, 2, 19, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17590.0,\n      'datetime': FakeDatetime(2025, 2, 19, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18364.0,\n      'datetime': FakeDatetime(2025, 2, 19, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19717.0,\n      'datetime': FakeDatetime(2025, 2, 19, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20557.0,\n      'datetime': FakeDatetime(2025, 2, 19, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20540.0,\n      'datetime': FakeDatetime(2025, 2, 19, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20263.0,\n      'datetime': FakeDatetime(2025, 2, 19, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19987.0,\n      'datetime': FakeDatetime(2025, 2, 19, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19700.0,\n      'datetime': FakeDatetime(2025, 2, 19, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19465.0,\n      'datetime': FakeDatetime(2025, 2, 19, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19458.0,\n      'datetime': FakeDatetime(2025, 2, 19, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19555.0,\n      'datetime': FakeDatetime(2025, 2, 19, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20068.0,\n      'datetime': FakeDatetime(2025, 2, 19, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20822.0,\n      'datetime': FakeDatetime(2025, 2, 19, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21587.0,\n      'datetime': FakeDatetime(2025, 2, 19, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 22028.0,\n      'datetime': FakeDatetime(2025, 2, 19, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21836.0,\n      'datetime': FakeDatetime(2025, 2, 19, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21329.0,\n      'datetime': FakeDatetime(2025, 2, 19, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20559.0,\n      'datetime': FakeDatetime(2025, 2, 19, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19565.0,\n      'datetime': FakeDatetime(2025, 2, 19, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18621.0,\n      'datetime': FakeDatetime(2025, 2, 19, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17823.0,\n      'datetime': FakeDatetime(2025, 2, 20, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17415.0,\n      'datetime': FakeDatetime(2025, 2, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17175.0,\n      'datetime': FakeDatetime(2025, 2, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17096.0,\n      'datetime': FakeDatetime(2025, 2, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17337.0,\n      'datetime': FakeDatetime(2025, 2, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18100.0,\n      'datetime': FakeDatetime(2025, 2, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19411.0,\n      'datetime': FakeDatetime(2025, 2, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20373.0,\n      'datetime': FakeDatetime(2025, 2, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20688.0,\n      'datetime': FakeDatetime(2025, 2, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20671.0,\n      'datetime': FakeDatetime(2025, 2, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20560.0,\n      'datetime': FakeDatetime(2025, 2, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20357.0,\n      'datetime': FakeDatetime(2025, 2, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20167.0,\n      'datetime': FakeDatetime(2025, 2, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20086.0,\n      'datetime': FakeDatetime(2025, 2, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20054.0,\n      'datetime': FakeDatetime(2025, 2, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20311.0,\n      'datetime': FakeDatetime(2025, 2, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20754.0,\n      'datetime': FakeDatetime(2025, 2, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21315.0,\n      'datetime': FakeDatetime(2025, 2, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21706.0,\n      'datetime': FakeDatetime(2025, 2, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 21504.0,\n      'datetime': FakeDatetime(2025, 2, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20988.0,\n      'datetime': FakeDatetime(2025, 2, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20218.0,\n      'datetime': FakeDatetime(2025, 2, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19221.0,\n      'datetime': FakeDatetime(2025, 2, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18284.0,\n      'datetime': FakeDatetime(2025, 2, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17508.0,\n      'datetime': FakeDatetime(2025, 2, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17062.0,\n      'datetime': FakeDatetime(2025, 2, 21, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16783.0,\n      'datetime': FakeDatetime(2025, 2, 21, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16686.0,\n      'datetime': FakeDatetime(2025, 2, 21, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16911.0,\n      'datetime': FakeDatetime(2025, 2, 21, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17639.0,\n      'datetime': FakeDatetime(2025, 2, 21, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18938.0,\n      'datetime': FakeDatetime(2025, 2, 21, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19828.0,\n      'datetime': FakeDatetime(2025, 2, 21, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19944.0,\n      'datetime': FakeDatetime(2025, 2, 21, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19651.0,\n      'datetime': FakeDatetime(2025, 2, 21, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19302.0,\n      'datetime': FakeDatetime(2025, 2, 21, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18939.0,\n      'datetime': FakeDatetime(2025, 2, 21, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18596.0,\n      'datetime': FakeDatetime(2025, 2, 21, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18444.0,\n      'datetime': FakeDatetime(2025, 2, 21, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18451.0,\n      'datetime': FakeDatetime(2025, 2, 21, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18880.0,\n      'datetime': FakeDatetime(2025, 2, 21, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19665.0,\n      'datetime': FakeDatetime(2025, 2, 21, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20441.0,\n      'datetime': FakeDatetime(2025, 2, 21, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20866.0,\n      'datetime': FakeDatetime(2025, 2, 21, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20672.0,\n      'datetime': FakeDatetime(2025, 2, 21, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 20207.0,\n      'datetime': FakeDatetime(2025, 2, 21, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19629.0,\n      'datetime': FakeDatetime(2025, 2, 21, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18887.0,\n      'datetime': FakeDatetime(2025, 2, 21, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18099.0,\n      'datetime': FakeDatetime(2025, 2, 21, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17339.0,\n      'datetime': FakeDatetime(2025, 2, 22, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16906.0,\n      'datetime': FakeDatetime(2025, 2, 22, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16631.0,\n      'datetime': FakeDatetime(2025, 2, 22, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16482.0,\n      'datetime': FakeDatetime(2025, 2, 22, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16521.0,\n      'datetime': FakeDatetime(2025, 2, 22, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16822.0,\n      'datetime': FakeDatetime(2025, 2, 22, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17359.0,\n      'datetime': FakeDatetime(2025, 2, 22, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17864.0,\n      'datetime': FakeDatetime(2025, 2, 22, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18233.0,\n      'datetime': FakeDatetime(2025, 2, 22, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18187.0,\n      'datetime': FakeDatetime(2025, 2, 22, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17911.0,\n      'datetime': FakeDatetime(2025, 2, 22, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17618.0,\n      'datetime': FakeDatetime(2025, 2, 22, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17287.0,\n      'datetime': FakeDatetime(2025, 2, 22, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16735.0,\n      'datetime': FakeDatetime(2025, 2, 22, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16828.0,\n      'datetime': FakeDatetime(2025, 2, 22, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17387.0,\n      'datetime': FakeDatetime(2025, 2, 22, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18299.0,\n      'datetime': FakeDatetime(2025, 2, 22, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18984.0,\n      'datetime': FakeDatetime(2025, 2, 22, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19438.0,\n      'datetime': FakeDatetime(2025, 2, 22, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19267.0,\n      'datetime': FakeDatetime(2025, 2, 22, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18874.0,\n      'datetime': FakeDatetime(2025, 2, 22, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18335.0,\n      'datetime': FakeDatetime(2025, 2, 22, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17694.0,\n      'datetime': FakeDatetime(2025, 2, 22, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17015.0,\n      'datetime': FakeDatetime(2025, 2, 22, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16375.0,\n      'datetime': FakeDatetime(2025, 2, 23, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15968.0,\n      'datetime': FakeDatetime(2025, 2, 23, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15711.0,\n      'datetime': FakeDatetime(2025, 2, 23, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15581.0,\n      'datetime': FakeDatetime(2025, 2, 23, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15628.0,\n      'datetime': FakeDatetime(2025, 2, 23, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15889.0,\n      'datetime': FakeDatetime(2025, 2, 23, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16309.0,\n      'datetime': FakeDatetime(2025, 2, 23, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16693.0,\n      'datetime': FakeDatetime(2025, 2, 23, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16964.0,\n      'datetime': FakeDatetime(2025, 2, 23, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16907.0,\n      'datetime': FakeDatetime(2025, 2, 23, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16763.0,\n      'datetime': FakeDatetime(2025, 2, 23, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16723.0,\n      'datetime': FakeDatetime(2025, 2, 23, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16592.0,\n      'datetime': FakeDatetime(2025, 2, 23, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16544.0,\n      'datetime': FakeDatetime(2025, 2, 23, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16720.0,\n      'datetime': FakeDatetime(2025, 2, 23, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17257.0,\n      'datetime': FakeDatetime(2025, 2, 23, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18053.0,\n      'datetime': FakeDatetime(2025, 2, 23, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18689.0,\n      'datetime': FakeDatetime(2025, 2, 23, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19211.0,\n      'datetime': FakeDatetime(2025, 2, 23, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19062.0,\n      'datetime': FakeDatetime(2025, 2, 23, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18686.0,\n      'datetime': FakeDatetime(2025, 2, 23, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18114.0,\n      'datetime': FakeDatetime(2025, 2, 23, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17412.0,\n      'datetime': FakeDatetime(2025, 2, 23, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16694.0,\n      'datetime': FakeDatetime(2025, 2, 23, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16031.0,\n      'datetime': FakeDatetime(2025, 2, 24, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15695.0,\n      'datetime': FakeDatetime(2025, 2, 24, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15514.0,\n      'datetime': FakeDatetime(2025, 2, 24, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15480.0,\n      'datetime': FakeDatetime(2025, 2, 24, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 15766.0,\n      'datetime': FakeDatetime(2025, 2, 24, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16601.0,\n      'datetime': FakeDatetime(2025, 2, 24, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17973.0,\n      'datetime': FakeDatetime(2025, 2, 24, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18983.0,\n      'datetime': FakeDatetime(2025, 2, 24, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19206.0,\n      'datetime': FakeDatetime(2025, 2, 24, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18980.0,\n      'datetime': FakeDatetime(2025, 2, 24, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18661.0,\n      'datetime': FakeDatetime(2025, 2, 24, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18360.0,\n      'datetime': FakeDatetime(2025, 2, 24, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18022.0,\n      'datetime': FakeDatetime(2025, 2, 24, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17875.0,\n      'datetime': FakeDatetime(2025, 2, 24, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17858.0,\n      'datetime': FakeDatetime(2025, 2, 24, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18173.0,\n      'datetime': FakeDatetime(2025, 2, 24, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18764.0,\n      'datetime': FakeDatetime(2025, 2, 24, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19364.0,\n      'datetime': FakeDatetime(2025, 2, 24, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19854.0,\n      'datetime': FakeDatetime(2025, 2, 24, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19650.0,\n      'datetime': FakeDatetime(2025, 2, 24, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 19113.0,\n      'datetime': FakeDatetime(2025, 2, 24, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 18341.0,\n      'datetime': FakeDatetime(2025, 2, 24, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 17349.0,\n      'datetime': FakeDatetime(2025, 2, 24, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'consumption': 16465.0,\n      'datetime': FakeDatetime(2025, 2, 24, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-NY-NYIS',\n    }),\n  ])\n# ---\n# name: test_snapshot_fetch_production_more_than_9_days_in_past\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8406.0,\n        'hydro': 1576.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 214.0,\n        'wind': 268.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8225.0,\n        'hydro': 1565.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 265.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8091.0,\n        'hydro': 1569.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 215.0,\n        'wind': 259.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8028.0,\n        'hydro': 1572.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 205.0,\n        'wind': 259.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7984.0,\n        'hydro': 1550.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 257.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7909.0,\n        'hydro': 1531.0,\n        'nuclear': 3252.0,\n        'oil': 0.0,\n        'unknown': 213.0,\n        'wind': 257.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7854.0,\n        'hydro': 1555.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 258.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7822.0,\n        'hydro': 1565.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 260.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7812.0,\n        'hydro': 1567.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 254.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7827.0,\n        'hydro': 1550.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 252.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 0, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7852.0,\n        'hydro': 1502.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 251.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7905.0,\n        'hydro': 1530.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 194.0,\n        'wind': 245.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8144.0,\n        'hydro': 1672.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 230.0,\n        'wind': 240.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8289.0,\n        'hydro': 1693.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 233.0,\n        'wind': 239.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8291.0,\n        'hydro': 1660.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 232.0,\n        'wind': 236.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8227.0,\n        'hydro': 1642.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 233.0,\n        'wind': 240.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8152.0,\n        'hydro': 1629.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 232.0,\n        'wind': 250.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8081.0,\n        'hydro': 1593.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 235.0,\n        'wind': 256.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8002.0,\n        'hydro': 1583.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 234.0,\n        'wind': 263.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7944.0,\n        'hydro': 1574.0,\n        'nuclear': 3251.0,\n        'oil': 0.0,\n        'unknown': 233.0,\n        'wind': 261.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7870.0,\n        'hydro': 1581.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 232.0,\n        'wind': 259.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7775.0,\n        'hydro': 1599.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 222.0,\n        'wind': 254.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 1, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7732.0,\n        'hydro': 1575.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 248.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7716.0,\n        'hydro': 1554.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 238.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7704.0,\n        'hydro': 1514.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 231.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7687.0,\n        'hydro': 1535.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 229.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7672.0,\n        'hydro': 1557.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 193.0,\n        'wind': 227.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7671.0,\n        'hydro': 1561.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 192.0,\n        'wind': 234.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7671.0,\n        'hydro': 1542.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 191.0,\n        'wind': 240.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7669.0,\n        'hydro': 1506.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 194.0,\n        'wind': 250.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7658.0,\n        'hydro': 1459.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 264.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7640.0,\n        'hydro': 1422.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 271.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7636.0,\n        'hydro': 1412.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 273.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7633.0,\n        'hydro': 1431.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 276.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 2, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7613.0,\n        'hydro': 1422.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 279.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7584.0,\n        'hydro': 1444.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 282.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7552.0,\n        'hydro': 1481.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 287.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7553.0,\n        'hydro': 1486.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 282.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7547.0,\n        'hydro': 1497.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 277.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7524.0,\n        'hydro': 1520.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 274.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7528.0,\n        'hydro': 1518.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 281.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7545.0,\n        'hydro': 1499.0,\n        'nuclear': 3253.0,\n        'oil': 1.0,\n        'unknown': 190.0,\n        'wind': 284.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7560.0,\n        'hydro': 1487.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 192.0,\n        'wind': 285.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7557.0,\n        'hydro': 1485.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 288.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7553.0,\n        'hydro': 1490.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 193.0,\n        'wind': 284.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7568.0,\n        'hydro': 1508.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 281.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 3, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7606.0,\n        'hydro': 1501.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 269.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7584.0,\n        'hydro': 1488.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 263.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7521.0,\n        'hydro': 1437.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 263.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7435.0,\n        'hydro': 1450.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 260.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7458.0,\n        'hydro': 1468.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 256.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7504.0,\n        'hydro': 1493.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 252.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7522.0,\n        'hydro': 1485.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 241.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7551.0,\n        'hydro': 1480.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 232.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7563.0,\n        'hydro': 1447.0,\n        'nuclear': 3243.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 228.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7556.0,\n        'hydro': 1452.0,\n        'nuclear': 3231.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 223.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7576.0,\n        'hydro': 1478.0,\n        'nuclear': 3237.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 221.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7593.0,\n        'hydro': 1425.0,\n        'nuclear': 3245.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 234.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 4, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7600.0,\n        'hydro': 1428.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 210.0,\n        'wind': 249.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7599.0,\n        'hydro': 1456.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 254.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7710.0,\n        'hydro': 1583.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 257.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7849.0,\n        'hydro': 1717.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 255.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7927.0,\n        'hydro': 1736.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 255.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7994.0,\n        'hydro': 1710.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 264.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8005.0,\n        'hydro': 1704.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 272.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8067.0,\n        'hydro': 1725.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 277.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8132.0,\n        'hydro': 1748.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 277.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8176.0,\n        'hydro': 1776.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 279.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8216.0,\n        'hydro': 1832.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 281.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8285.0,\n        'hydro': 1950.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 277.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 5, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8361.0,\n        'hydro': 1984.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 193.0,\n        'wind': 273.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8359.0,\n        'hydro': 2158.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 269.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8534.0,\n        'hydro': 2426.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 269.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8888.0,\n        'hydro': 2575.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 273.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8913.0,\n        'hydro': 2634.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 276.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8885.0,\n        'hydro': 2768.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 271.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8877.0,\n        'hydro': 2930.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 268.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8883.0,\n        'hydro': 3075.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 192.0,\n        'wind': 271.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8884.0,\n        'hydro': 3174.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 195.0,\n        'wind': 277.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8896.0,\n        'hydro': 3275.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 284.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8974.0,\n        'hydro': 3282.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 288.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9092.0,\n        'hydro': 3329.0,\n        'nuclear': 3252.0,\n        'oil': 0.0,\n        'unknown': 210.0,\n        'wind': 290.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 6, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9223.0,\n        'hydro': 3384.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 214.0,\n        'wind': 289.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9152.0,\n        'hydro': 3357.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 209.0,\n        'wind': 290.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8990.0,\n        'hydro': 3391.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 298.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9009.0,\n        'hydro': 3397.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 209.0,\n        'wind': 304.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9037.0,\n        'hydro': 3425.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 234.0,\n        'wind': 301.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9032.0,\n        'hydro': 3439.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 225.0,\n        'wind': 298.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9026.0,\n        'hydro': 3394.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 227.0,\n        'wind': 294.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9046.0,\n        'hydro': 3432.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 230.0,\n        'wind': 289.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9079.0,\n        'hydro': 3444.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 238.0,\n        'wind': 280.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9097.0,\n        'hydro': 3452.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 248.0,\n        'wind': 273.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9094.0,\n        'hydro': 3488.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 269.0,\n        'wind': 268.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9116.0,\n        'hydro': 3498.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 301.0,\n        'wind': 268.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 7, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9180.0,\n        'hydro': 3486.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 305.0,\n        'wind': 258.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9216.0,\n        'hydro': 3485.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 312.0,\n        'wind': 253.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9304.0,\n        'hydro': 3427.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 335.0,\n        'wind': 245.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9339.0,\n        'hydro': 3406.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 351.0,\n        'wind': 235.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9289.0,\n        'hydro': 3364.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 368.0,\n        'wind': 229.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9158.0,\n        'hydro': 3266.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 382.0,\n        'wind': 217.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9058.0,\n        'hydro': 3164.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 387.0,\n        'wind': 215.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9025.0,\n        'hydro': 3153.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 402.0,\n        'wind': 211.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8960.0,\n        'hydro': 3147.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 408.0,\n        'wind': 209.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8873.0,\n        'hydro': 3137.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 418.0,\n        'wind': 207.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8801.0,\n        'hydro': 3175.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 423.0,\n        'wind': 206.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8763.0,\n        'hydro': 3182.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 438.0,\n        'wind': 202.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 8, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8767.0,\n        'hydro': 3119.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 446.0,\n        'wind': 202.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8901.0,\n        'hydro': 3028.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 436.0,\n        'wind': 208.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8941.0,\n        'hydro': 3126.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 435.0,\n        'wind': 216.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8895.0,\n        'hydro': 3218.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 450.0,\n        'wind': 223.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8870.0,\n        'hydro': 3159.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 465.0,\n        'wind': 226.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8880.0,\n        'hydro': 3172.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 475.0,\n        'wind': 235.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8911.0,\n        'hydro': 3179.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 473.0,\n        'wind': 236.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8903.0,\n        'hydro': 3155.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 480.0,\n        'wind': 246.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8931.0,\n        'hydro': 3151.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 481.0,\n        'wind': 258.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8928.0,\n        'hydro': 3153.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 488.0,\n        'wind': 270.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8898.0,\n        'hydro': 3174.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 489.0,\n        'wind': 290.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8845.0,\n        'hydro': 3151.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 491.0,\n        'wind': 299.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 9, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8807.0,\n        'hydro': 3107.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 489.0,\n        'wind': 308.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8820.0,\n        'hydro': 2974.0,\n        'nuclear': 3251.0,\n        'oil': 1.0,\n        'unknown': 488.0,\n        'wind': 318.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8749.0,\n        'hydro': 2773.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 478.0,\n        'wind': 317.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8563.0,\n        'hydro': 2683.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 469.0,\n        'wind': 331.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8436.0,\n        'hydro': 2692.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 480.0,\n        'wind': 346.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8375.0,\n        'hydro': 2653.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 473.0,\n        'wind': 368.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8265.0,\n        'hydro': 2650.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 474.0,\n        'wind': 379.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8140.0,\n        'hydro': 2681.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 465.0,\n        'wind': 390.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8088.0,\n        'hydro': 2666.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 470.0,\n        'wind': 383.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7989.0,\n        'hydro': 2626.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 480.0,\n        'wind': 392.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7960.0,\n        'hydro': 2609.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 487.0,\n        'wind': 394.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7917.0,\n        'hydro': 2593.0,\n        'nuclear': 3247.0,\n        'oil': 57.0,\n        'unknown': 500.0,\n        'wind': 411.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 10, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7817.0,\n        'hydro': 2595.0,\n        'nuclear': 3250.0,\n        'oil': 62.0,\n        'unknown': 503.0,\n        'wind': 428.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7689.0,\n        'hydro': 2604.0,\n        'nuclear': 3248.0,\n        'oil': 13.0,\n        'unknown': 514.0,\n        'wind': 433.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7548.0,\n        'hydro': 2562.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 530.0,\n        'wind': 436.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7479.0,\n        'hydro': 2490.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 534.0,\n        'wind': 432.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7487.0,\n        'hydro': 2499.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 521.0,\n        'wind': 431.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7546.0,\n        'hydro': 2549.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 517.0,\n        'wind': 432.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7585.0,\n        'hydro': 2569.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 506.0,\n        'wind': 433.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7536.0,\n        'hydro': 2609.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 504.0,\n        'wind': 432.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7545.0,\n        'hydro': 2655.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 510.0,\n        'wind': 425.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7556.0,\n        'hydro': 2682.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 510.0,\n        'wind': 424.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7569.0,\n        'hydro': 2751.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 510.0,\n        'wind': 424.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7591.0,\n        'hydro': 2768.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 504.0,\n        'wind': 436.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 11, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7599.0,\n        'hydro': 2770.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 495.0,\n        'wind': 436.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7626.0,\n        'hydro': 2728.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 487.0,\n        'wind': 426.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7607.0,\n        'hydro': 2700.0,\n        'nuclear': 3244.0,\n        'oil': 1.0,\n        'unknown': 472.0,\n        'wind': 416.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7577.0,\n        'hydro': 2717.0,\n        'nuclear': 3232.0,\n        'oil': 1.0,\n        'unknown': 474.0,\n        'wind': 415.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7557.0,\n        'hydro': 2737.0,\n        'nuclear': 3242.0,\n        'oil': 1.0,\n        'unknown': 465.0,\n        'wind': 411.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7508.0,\n        'hydro': 2778.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 468.0,\n        'wind': 420.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7451.0,\n        'hydro': 2745.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 466.0,\n        'wind': 432.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7476.0,\n        'hydro': 2781.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 471.0,\n        'wind': 440.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7537.0,\n        'hydro': 2808.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 470.0,\n        'wind': 447.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7626.0,\n        'hydro': 2792.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 476.0,\n        'wind': 450.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7716.0,\n        'hydro': 2768.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 472.0,\n        'wind': 450.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7728.0,\n        'hydro': 2735.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 452.0,\n        'wind': 456.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 12, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7775.0,\n        'hydro': 2713.0,\n        'nuclear': 3248.0,\n        'oil': 3.0,\n        'unknown': 446.0,\n        'wind': 462.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7776.0,\n        'hydro': 2661.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 448.0,\n        'wind': 464.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7744.0,\n        'hydro': 2627.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 459.0,\n        'wind': 471.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7710.0,\n        'hydro': 2638.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 458.0,\n        'wind': 457.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7689.0,\n        'hydro': 2648.0,\n        'nuclear': 3247.0,\n        'oil': 6.0,\n        'unknown': 450.0,\n        'wind': 479.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7650.0,\n        'hydro': 2620.0,\n        'nuclear': 3246.0,\n        'oil': 6.0,\n        'unknown': 442.0,\n        'wind': 487.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7606.0,\n        'hydro': 2649.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 436.0,\n        'wind': 494.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7575.0,\n        'hydro': 2668.0,\n        'nuclear': 3250.0,\n        'oil': 6.0,\n        'unknown': 427.0,\n        'wind': 499.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7560.0,\n        'hydro': 2716.0,\n        'nuclear': 3249.0,\n        'oil': 6.0,\n        'unknown': 412.0,\n        'wind': 523.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7560.0,\n        'hydro': 2730.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 410.0,\n        'wind': 545.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7601.0,\n        'hydro': 2718.0,\n        'nuclear': 3249.0,\n        'oil': 6.0,\n        'unknown': 398.0,\n        'wind': 564.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7635.0,\n        'hydro': 2722.0,\n        'nuclear': 3250.0,\n        'oil': 6.0,\n        'unknown': 402.0,\n        'wind': 603.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 13, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7643.0,\n        'hydro': 2724.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 398.0,\n        'wind': 608.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7682.0,\n        'hydro': 2696.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 383.0,\n        'wind': 636.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7754.0,\n        'hydro': 2699.0,\n        'nuclear': 3247.0,\n        'oil': 6.0,\n        'unknown': 383.0,\n        'wind': 659.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7833.0,\n        'hydro': 2733.0,\n        'nuclear': 3249.0,\n        'oil': 6.0,\n        'unknown': 386.0,\n        'wind': 673.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7884.0,\n        'hydro': 2729.0,\n        'nuclear': 3248.0,\n        'oil': 6.0,\n        'unknown': 362.0,\n        'wind': 695.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7882.0,\n        'hydro': 2684.0,\n        'nuclear': 3249.0,\n        'oil': 6.0,\n        'unknown': 359.0,\n        'wind': 714.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7861.0,\n        'hydro': 2657.0,\n        'nuclear': 3250.0,\n        'oil': 2.0,\n        'unknown': 338.0,\n        'wind': 742.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7860.0,\n        'hydro': 2674.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 321.0,\n        'wind': 763.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7849.0,\n        'hydro': 2704.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 322.0,\n        'wind': 755.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7857.0,\n        'hydro': 2737.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 330.0,\n        'wind': 681.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7879.0,\n        'hydro': 2811.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 332.0,\n        'wind': 644.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7976.0,\n        'hydro': 2806.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 308.0,\n        'wind': 666.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 14, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8097.0,\n        'hydro': 2763.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 298.0,\n        'wind': 681.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8147.0,\n        'hydro': 2677.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 292.0,\n        'wind': 711.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8098.0,\n        'hydro': 2560.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 285.0,\n        'wind': 695.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8035.0,\n        'hydro': 2544.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 275.0,\n        'wind': 623.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7993.0,\n        'hydro': 2661.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 271.0,\n        'wind': 555.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7970.0,\n        'hydro': 2703.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 262.0,\n        'wind': 557.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7978.0,\n        'hydro': 2667.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 257.0,\n        'wind': 563.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8067.0,\n        'hydro': 2651.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 257.0,\n        'wind': 581.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8168.0,\n        'hydro': 2625.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 264.0,\n        'wind': 588.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8209.0,\n        'hydro': 2603.0,\n        'nuclear': 3247.0,\n        'oil': 0.0,\n        'unknown': 267.0,\n        'wind': 584.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 37, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8233.0,\n        'hydro': 2631.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 263.0,\n        'wind': 591.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8249.0,\n        'hydro': 2671.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 260.0,\n        'wind': 592.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8264.0,\n        'hydro': 2696.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 250.0,\n        'wind': 598.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8260.0,\n        'hydro': 2691.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 255.0,\n        'wind': 598.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 15, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8281.0,\n        'hydro': 2685.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 257.0,\n        'wind': 595.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8317.0,\n        'hydro': 2831.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 251.0,\n        'wind': 597.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8421.0,\n        'hydro': 3057.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 252.0,\n        'wind': 614.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8555.0,\n        'hydro': 3138.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 255.0,\n        'wind': 645.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8636.0,\n        'hydro': 3238.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 230.0,\n        'wind': 638.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8767.0,\n        'hydro': 3261.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 230.0,\n        'wind': 642.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8816.0,\n        'hydro': 3233.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 233.0,\n        'wind': 731.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8814.0,\n        'hydro': 3222.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 229.0,\n        'wind': 782.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8807.0,\n        'hydro': 3176.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 226.0,\n        'wind': 802.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8848.0,\n        'hydro': 3158.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 234.0,\n        'wind': 813.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8852.0,\n        'hydro': 3165.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 239.0,\n        'wind': 900.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8883.0,\n        'hydro': 3159.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 241.0,\n        'wind': 996.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 46, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8870.0,\n        'hydro': 3138.0,\n        'nuclear': 3252.0,\n        'oil': 1.0,\n        'unknown': 241.0,\n        'wind': 989.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8875.0,\n        'hydro': 3097.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 235.0,\n        'wind': 984.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 16, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8943.0,\n        'hydro': 3078.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 233.0,\n        'wind': 964.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8996.0,\n        'hydro': 3123.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 228.0,\n        'wind': 960.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8968.0,\n        'hydro': 3135.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 210.0,\n        'wind': 971.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8935.0,\n        'hydro': 3022.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 986.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8896.0,\n        'hydro': 3165.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 217.0,\n        'wind': 964.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8971.0,\n        'hydro': 3197.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 218.0,\n        'wind': 972.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8910.0,\n        'hydro': 3296.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 220.0,\n        'wind': 993.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8996.0,\n        'hydro': 3341.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 210.0,\n        'wind': 974.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9089.0,\n        'hydro': 3362.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 211.0,\n        'wind': 984.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9131.0,\n        'hydro': 3387.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1010.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9156.0,\n        'hydro': 3447.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 998.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9321.0,\n        'hydro': 3407.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1013.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 17, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9358.0,\n        'hydro': 3436.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1031.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9408.0,\n        'hydro': 3507.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 209.0,\n        'wind': 1032.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9488.0,\n        'hydro': 3657.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 1033.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9643.0,\n        'hydro': 3786.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 223.0,\n        'wind': 1044.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9672.0,\n        'hydro': 3722.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 224.0,\n        'wind': 1055.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9766.0,\n        'hydro': 3680.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1055.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9775.0,\n        'hydro': 3665.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1067.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9742.0,\n        'hydro': 3660.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1079.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9726.0,\n        'hydro': 3647.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 1084.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9689.0,\n        'hydro': 3651.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1098.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9641.0,\n        'hydro': 3651.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 211.0,\n        'wind': 1117.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9606.0,\n        'hydro': 3660.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 1120.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 18, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9584.0,\n        'hydro': 3666.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 210.0,\n        'wind': 1131.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9607.0,\n        'hydro': 3647.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 1158.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9668.0,\n        'hydro': 3442.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1161.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9611.0,\n        'hydro': 3377.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1175.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9505.0,\n        'hydro': 3413.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 211.0,\n        'wind': 1183.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9457.0,\n        'hydro': 3419.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1191.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9435.0,\n        'hydro': 3433.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 195.0,\n        'wind': 1200.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 22, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9423.0,\n        'hydro': 3424.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 1203.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9423.0,\n        'hydro': 3441.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 1208.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9385.0,\n        'hydro': 3416.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 1236.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9320.0,\n        'hydro': 3399.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 1235.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9258.0,\n        'hydro': 3450.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1242.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 42, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9265.0,\n        'hydro': 3391.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 204.0,\n        'wind': 1241.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9267.0,\n        'hydro': 3400.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1220.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9298.0,\n        'hydro': 3410.0,\n        'nuclear': 3246.0,\n        'oil': 0.0,\n        'unknown': 197.0,\n        'wind': 1196.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9309.0,\n        'hydro': 3386.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 1219.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 19, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9317.0,\n        'hydro': 3393.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 204.0,\n        'wind': 1248.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9344.0,\n        'hydro': 3366.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 205.0,\n        'wind': 1269.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9542.0,\n        'hydro': 3332.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 213.0,\n        'wind': 1271.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9674.0,\n        'hydro': 3282.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1265.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9646.0,\n        'hydro': 3275.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1254.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9654.0,\n        'hydro': 3311.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 1251.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9662.0,\n        'hydro': 3276.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1255.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9608.0,\n        'hydro': 3258.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1262.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9576.0,\n        'hydro': 3243.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1250.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9458.0,\n        'hydro': 3278.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1240.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9404.0,\n        'hydro': 3288.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 205.0,\n        'wind': 1232.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9346.0,\n        'hydro': 3217.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 205.0,\n        'wind': 1230.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 20, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9260.0,\n        'hydro': 3211.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 204.0,\n        'wind': 1226.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9228.0,\n        'hydro': 3126.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 210.0,\n        'wind': 1215.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9174.0,\n        'hydro': 2923.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 212.0,\n        'wind': 1206.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 9019.0,\n        'hydro': 2820.0,\n        'nuclear': 3245.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1193.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8969.0,\n        'hydro': 2823.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 211.0,\n        'wind': 1174.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8956.0,\n        'hydro': 2911.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 211.0,\n        'wind': 1159.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8959.0,\n        'hydro': 2926.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 206.0,\n        'wind': 1150.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8936.0,\n        'hydro': 2877.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1133.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8948.0,\n        'hydro': 2855.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 209.0,\n        'wind': 1122.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8952.0,\n        'hydro': 2839.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1125.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8916.0,\n        'hydro': 2819.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1131.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8902.0,\n        'hydro': 2810.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1134.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 21, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8909.0,\n        'hydro': 2765.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1137.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8894.0,\n        'hydro': 2670.0,\n        'nuclear': 3245.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 1134.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8678.0,\n        'hydro': 2504.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 1123.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8351.0,\n        'hydro': 2421.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 1092.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8266.0,\n        'hydro': 2446.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 1082.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8294.0,\n        'hydro': 2429.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 197.0,\n        'wind': 1115.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8184.0,\n        'hydro': 2559.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 207.0,\n        'wind': 1109.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 8052.0,\n        'hydro': 2608.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 205.0,\n        'wind': 1103.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7987.0,\n        'hydro': 2600.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1104.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7932.0,\n        'hydro': 2564.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 1105.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7865.0,\n        'hydro': 2513.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 1102.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7788.0,\n        'hydro': 2469.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1112.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 22, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7767.0,\n        'hydro': 2379.0,\n        'nuclear': 3250.0,\n        'oil': 1.0,\n        'unknown': 196.0,\n        'wind': 1125.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7745.0,\n        'hydro': 2290.0,\n        'nuclear': 3249.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1124.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 5, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7673.0,\n        'hydro': 2261.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1122.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 10, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7617.0,\n        'hydro': 2181.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 202.0,\n        'wind': 1117.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 15, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7606.0,\n        'hydro': 2138.0,\n        'nuclear': 3246.0,\n        'oil': 1.0,\n        'unknown': 203.0,\n        'wind': 1112.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 20, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7568.0,\n        'hydro': 2112.0,\n        'nuclear': 3245.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 1109.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 25, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7526.0,\n        'hydro': 2109.0,\n        'nuclear': 3248.0,\n        'oil': 0.0,\n        'unknown': 197.0,\n        'wind': 1082.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 30, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7476.0,\n        'hydro': 2106.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 1049.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 35, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7432.0,\n        'hydro': 2079.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 195.0,\n        'wind': 1055.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 40, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7373.0,\n        'hydro': 2041.0,\n        'nuclear': 3248.0,\n        'oil': 1.0,\n        'unknown': 199.0,\n        'wind': 1048.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 45, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7323.0,\n        'hydro': 2063.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 201.0,\n        'wind': 1046.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 50, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7307.0,\n        'hydro': 2066.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 200.0,\n        'wind': 1071.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 20, 23, 55, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7307.0,\n        'hydro': 2023.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 198.0,\n        'wind': 1055.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 21, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/New_York')),\n      'production': dict({\n        'gas': 7355.0,\n        'hydro': 1945.0,\n        'nuclear': 3247.0,\n        'oil': 1.0,\n        'unknown': 208.0,\n        'wind': 1040.0,\n      }),\n      'source': 'nyiso.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-NY-NYIS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_US_PJM.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption_forecast\n  list([\n    dict({\n      'consumption': 76305.0,\n      'datetime': datetime.datetime(2025, 3, 19, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 74852.0,\n      'datetime': datetime.datetime(2025, 3, 19, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 74471.0,\n      'datetime': datetime.datetime(2025, 3, 19, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 74928.0,\n      'datetime': datetime.datetime(2025, 3, 19, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 76951.0,\n      'datetime': datetime.datetime(2025, 3, 19, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81353.0,\n      'datetime': datetime.datetime(2025, 3, 19, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88598.0,\n      'datetime': datetime.datetime(2025, 3, 19, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 93469.0,\n      'datetime': datetime.datetime(2025, 3, 19, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92339.0,\n      'datetime': datetime.datetime(2025, 3, 19, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89006.0,\n      'datetime': datetime.datetime(2025, 3, 19, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86162.0,\n      'datetime': datetime.datetime(2025, 3, 19, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84080.0,\n      'datetime': datetime.datetime(2025, 3, 19, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82507.0,\n      'datetime': datetime.datetime(2025, 3, 19, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81799.0,\n      'datetime': datetime.datetime(2025, 3, 19, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81303.0,\n      'datetime': datetime.datetime(2025, 3, 19, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81451.0,\n      'datetime': datetime.datetime(2025, 3, 19, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82747.0,\n      'datetime': datetime.datetime(2025, 3, 19, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84836.0,\n      'datetime': datetime.datetime(2025, 3, 19, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86744.0,\n      'datetime': datetime.datetime(2025, 3, 19, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88506.0,\n      'datetime': datetime.datetime(2025, 3, 19, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89128.0,\n      'datetime': datetime.datetime(2025, 3, 20, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86358.0,\n      'datetime': datetime.datetime(2025, 3, 20, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81608.0,\n      'datetime': datetime.datetime(2025, 3, 20, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77019.0,\n      'datetime': datetime.datetime(2025, 3, 20, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 74095.0,\n      'datetime': datetime.datetime(2025, 3, 20, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 72427.0,\n      'datetime': datetime.datetime(2025, 3, 20, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 71681.0,\n      'datetime': datetime.datetime(2025, 3, 20, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 71740.0,\n      'datetime': datetime.datetime(2025, 3, 20, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 73428.0,\n      'datetime': datetime.datetime(2025, 3, 20, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77789.0,\n      'datetime': datetime.datetime(2025, 3, 20, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84620.0,\n      'datetime': datetime.datetime(2025, 3, 20, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89089.0,\n      'datetime': datetime.datetime(2025, 3, 20, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89236.0,\n      'datetime': datetime.datetime(2025, 3, 20, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87766.0,\n      'datetime': datetime.datetime(2025, 3, 20, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86427.0,\n      'datetime': datetime.datetime(2025, 3, 20, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85208.0,\n      'datetime': datetime.datetime(2025, 3, 20, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84287.0,\n      'datetime': datetime.datetime(2025, 3, 20, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83754.0,\n      'datetime': datetime.datetime(2025, 3, 20, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83121.0,\n      'datetime': datetime.datetime(2025, 3, 20, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83046.0,\n      'datetime': datetime.datetime(2025, 3, 20, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84164.0,\n      'datetime': datetime.datetime(2025, 3, 20, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86267.0,\n      'datetime': datetime.datetime(2025, 3, 20, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88340.0,\n      'datetime': datetime.datetime(2025, 3, 20, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90076.0,\n      'datetime': datetime.datetime(2025, 3, 20, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90629.0,\n      'datetime': datetime.datetime(2025, 3, 21, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88398.0,\n      'datetime': datetime.datetime(2025, 3, 21, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84538.0,\n      'datetime': datetime.datetime(2025, 3, 21, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 80618.0,\n      'datetime': datetime.datetime(2025, 3, 21, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79356.0,\n      'datetime': datetime.datetime(2025, 3, 21, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78008.0,\n      'datetime': datetime.datetime(2025, 3, 21, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77643.0,\n      'datetime': datetime.datetime(2025, 3, 21, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78074.0,\n      'datetime': datetime.datetime(2025, 3, 21, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79950.0,\n      'datetime': datetime.datetime(2025, 3, 21, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84480.0,\n      'datetime': datetime.datetime(2025, 3, 21, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 91264.0,\n      'datetime': datetime.datetime(2025, 3, 21, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 95522.0,\n      'datetime': datetime.datetime(2025, 3, 21, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 95281.0,\n      'datetime': datetime.datetime(2025, 3, 21, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92814.0,\n      'datetime': datetime.datetime(2025, 3, 21, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90336.0,\n      'datetime': datetime.datetime(2025, 3, 21, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87883.0,\n      'datetime': datetime.datetime(2025, 3, 21, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85900.0,\n      'datetime': datetime.datetime(2025, 3, 21, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84152.0,\n      'datetime': datetime.datetime(2025, 3, 21, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82582.0,\n      'datetime': datetime.datetime(2025, 3, 21, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81760.0,\n      'datetime': datetime.datetime(2025, 3, 21, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82543.0,\n      'datetime': datetime.datetime(2025, 3, 21, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84391.0,\n      'datetime': datetime.datetime(2025, 3, 21, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86390.0,\n      'datetime': datetime.datetime(2025, 3, 21, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88409.0,\n      'datetime': datetime.datetime(2025, 3, 21, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89350.0,\n      'datetime': datetime.datetime(2025, 3, 22, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87801.0,\n      'datetime': datetime.datetime(2025, 3, 22, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84956.0,\n      'datetime': datetime.datetime(2025, 3, 22, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81634.0,\n      'datetime': datetime.datetime(2025, 3, 22, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79101.0,\n      'datetime': datetime.datetime(2025, 3, 22, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77536.0,\n      'datetime': datetime.datetime(2025, 3, 22, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 76738.0,\n      'datetime': datetime.datetime(2025, 3, 22, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 76623.0,\n      'datetime': datetime.datetime(2025, 3, 22, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77429.0,\n      'datetime': datetime.datetime(2025, 3, 22, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79491.0,\n      'datetime': datetime.datetime(2025, 3, 22, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82521.0,\n      'datetime': datetime.datetime(2025, 3, 22, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85094.0,\n      'datetime': datetime.datetime(2025, 3, 22, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85891.0,\n      'datetime': datetime.datetime(2025, 3, 22, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84966.0,\n      'datetime': datetime.datetime(2025, 3, 22, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83435.0,\n      'datetime': datetime.datetime(2025, 3, 22, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81489.0,\n      'datetime': datetime.datetime(2025, 3, 22, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79699.0,\n      'datetime': datetime.datetime(2025, 3, 22, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78040.0,\n      'datetime': datetime.datetime(2025, 3, 22, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 76743.0,\n      'datetime': datetime.datetime(2025, 3, 22, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 76467.0,\n      'datetime': datetime.datetime(2025, 3, 22, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77608.0,\n      'datetime': datetime.datetime(2025, 3, 22, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79818.0,\n      'datetime': datetime.datetime(2025, 3, 22, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82258.0,\n      'datetime': datetime.datetime(2025, 3, 22, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84519.0,\n      'datetime': datetime.datetime(2025, 3, 22, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85577.0,\n      'datetime': datetime.datetime(2025, 3, 23, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84433.0,\n      'datetime': datetime.datetime(2025, 3, 23, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82096.0,\n      'datetime': datetime.datetime(2025, 3, 23, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79290.0,\n      'datetime': datetime.datetime(2025, 3, 23, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78679.0,\n      'datetime': datetime.datetime(2025, 3, 23, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77593.0,\n      'datetime': datetime.datetime(2025, 3, 23, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77074.0,\n      'datetime': datetime.datetime(2025, 3, 23, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77368.0,\n      'datetime': datetime.datetime(2025, 3, 23, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78241.0,\n      'datetime': datetime.datetime(2025, 3, 23, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 80275.0,\n      'datetime': datetime.datetime(2025, 3, 23, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83011.0,\n      'datetime': datetime.datetime(2025, 3, 23, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85561.0,\n      'datetime': datetime.datetime(2025, 3, 23, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86570.0,\n      'datetime': datetime.datetime(2025, 3, 23, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85716.0,\n      'datetime': datetime.datetime(2025, 3, 23, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 83886.0,\n      'datetime': datetime.datetime(2025, 3, 23, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82145.0,\n      'datetime': datetime.datetime(2025, 3, 23, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 80566.0,\n      'datetime': datetime.datetime(2025, 3, 23, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79081.0,\n      'datetime': datetime.datetime(2025, 3, 23, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77872.0,\n      'datetime': datetime.datetime(2025, 3, 23, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77624.0,\n      'datetime': datetime.datetime(2025, 3, 23, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79009.0,\n      'datetime': datetime.datetime(2025, 3, 23, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81610.0,\n      'datetime': datetime.datetime(2025, 3, 23, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84548.0,\n      'datetime': datetime.datetime(2025, 3, 23, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87665.0,\n      'datetime': datetime.datetime(2025, 3, 23, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89066.0,\n      'datetime': datetime.datetime(2025, 3, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87465.0,\n      'datetime': datetime.datetime(2025, 3, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84615.0,\n      'datetime': datetime.datetime(2025, 3, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 81601.0,\n      'datetime': datetime.datetime(2025, 3, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78737.0,\n      'datetime': datetime.datetime(2025, 3, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77527.0,\n      'datetime': datetime.datetime(2025, 3, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77091.0,\n      'datetime': datetime.datetime(2025, 3, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 77488.0,\n      'datetime': datetime.datetime(2025, 3, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 79557.0,\n      'datetime': datetime.datetime(2025, 3, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 84232.0,\n      'datetime': datetime.datetime(2025, 3, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 91321.0,\n      'datetime': datetime.datetime(2025, 3, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 95742.0,\n      'datetime': datetime.datetime(2025, 3, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 95664.0,\n      'datetime': datetime.datetime(2025, 3, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 93868.0,\n      'datetime': datetime.datetime(2025, 3, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92040.0,\n      'datetime': datetime.datetime(2025, 3, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90234.0,\n      'datetime': datetime.datetime(2025, 3, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88683.0,\n      'datetime': datetime.datetime(2025, 3, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87493.0,\n      'datetime': datetime.datetime(2025, 3, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86309.0,\n      'datetime': datetime.datetime(2025, 3, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85847.0,\n      'datetime': datetime.datetime(2025, 3, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86726.0,\n      'datetime': datetime.datetime(2025, 3, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88856.0,\n      'datetime': datetime.datetime(2025, 3, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 91135.0,\n      'datetime': datetime.datetime(2025, 3, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92891.0,\n      'datetime': datetime.datetime(2025, 3, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 93129.0,\n      'datetime': datetime.datetime(2025, 3, 25, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90566.0,\n      'datetime': datetime.datetime(2025, 3, 25, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86533.0,\n      'datetime': datetime.datetime(2025, 3, 25, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 82573.0,\n      'datetime': datetime.datetime(2025, 3, 25, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 80043.0,\n      'datetime': datetime.datetime(2025, 3, 25, 4, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78650.0,\n      'datetime': datetime.datetime(2025, 3, 25, 5, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78099.0,\n      'datetime': datetime.datetime(2025, 3, 25, 6, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 78426.0,\n      'datetime': datetime.datetime(2025, 3, 25, 7, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 80343.0,\n      'datetime': datetime.datetime(2025, 3, 25, 8, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85072.0,\n      'datetime': datetime.datetime(2025, 3, 25, 9, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92252.0,\n      'datetime': datetime.datetime(2025, 3, 25, 10, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 96814.0,\n      'datetime': datetime.datetime(2025, 3, 25, 11, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 96723.0,\n      'datetime': datetime.datetime(2025, 3, 25, 12, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 94655.0,\n      'datetime': datetime.datetime(2025, 3, 25, 13, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92562.0,\n      'datetime': datetime.datetime(2025, 3, 25, 14, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 90539.0,\n      'datetime': datetime.datetime(2025, 3, 25, 15, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88953.0,\n      'datetime': datetime.datetime(2025, 3, 25, 16, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87837.0,\n      'datetime': datetime.datetime(2025, 3, 25, 17, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86667.0,\n      'datetime': datetime.datetime(2025, 3, 25, 18, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 86196.0,\n      'datetime': datetime.datetime(2025, 3, 25, 19, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 87336.0,\n      'datetime': datetime.datetime(2025, 3, 25, 20, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 89836.0,\n      'datetime': datetime.datetime(2025, 3, 25, 21, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92501.0,\n      'datetime': datetime.datetime(2025, 3, 25, 22, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 94627.0,\n      'datetime': datetime.datetime(2025, 3, 25, 23, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 94946.0,\n      'datetime': datetime.datetime(2025, 3, 26, 0, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 92695.0,\n      'datetime': datetime.datetime(2025, 3, 26, 1, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 88839.0,\n      'datetime': datetime.datetime(2025, 3, 26, 2, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'consumption': 85054.0,\n      'datetime': datetime.datetime(2025, 3, 26, 3, 0, tzinfo=datetime.timezone.utc),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n  ])\n# ---\n# name: test_fetch_wind_solar_forecasts\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 5674.163,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 6406.127,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 6771.246,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 6846.105,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 6889.084,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7046.181,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7141.57,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7272.236,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7393.612,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7533.526,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 0.0,\n        'wind': 7749.602,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 15.852,\n        'wind': 7933.133,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 1275.265,\n        'wind': 7865.394,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 5048.272,\n        'wind': 7547.31,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7336.233,\n        'wind': 7193.234,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7802.926,\n        'wind': 6876.753,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7680.094,\n        'wind': 6583.043,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7496.111,\n        'wind': 6259.908,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 7269.733,\n        'wind': 5886.133,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6945.879,\n        'wind': 5548.17,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 6374.432,\n        'wind': 5264.66,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3759.787,\n        'wind': 4939.546,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 22, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 637.059,\n        'wind': 4831.753,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 24, 23, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'solar': 3.684,\n        'wind': 5007.297,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.forecasted: 'forecasted'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n  ])\n# ---\n# name: test_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 0, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16908.0,\n        'gas': 47280.0,\n        'hydro': 2971.0,\n        'nuclear': 32919.0,\n        'oil': 871.0,\n        'solar': 28.0,\n        'unknown': 1838.0,\n        'wind': 2782.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -8.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 1, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 17147.0,\n        'gas': 46725.0,\n        'hydro': 2217.0,\n        'nuclear': 32940.0,\n        'oil': 837.0,\n        'solar': 28.0,\n        'unknown': 1641.0,\n        'wind': 3202.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -3.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 2, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 17055.0,\n        'gas': 45683.0,\n        'hydro': 1464.0,\n        'nuclear': 32965.0,\n        'oil': 566.0,\n        'solar': 28.0,\n        'unknown': 1551.0,\n        'wind': 3504.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -1.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 3, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16889.0,\n        'gas': 43567.0,\n        'hydro': 980.0,\n        'nuclear': 32987.0,\n        'oil': 206.0,\n        'solar': 28.0,\n        'unknown': 1540.0,\n        'wind': 4030.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 4, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16373.0,\n        'gas': 42175.0,\n        'hydro': 638.0,\n        'nuclear': 32994.0,\n        'oil': 209.0,\n        'solar': 28.0,\n        'unknown': 841.0,\n        'wind': 4468.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 5, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15849.0,\n        'gas': 41727.0,\n        'hydro': 521.0,\n        'nuclear': 33001.0,\n        'oil': 206.0,\n        'solar': 28.0,\n        'unknown': 666.0,\n        'wind': 5096.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 6, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15450.0,\n        'gas': 40800.0,\n        'hydro': 452.0,\n        'nuclear': 33011.0,\n        'oil': 206.0,\n        'solar': 28.0,\n        'unknown': 664.0,\n        'wind': 5070.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 7, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 14787.0,\n        'gas': 40089.0,\n        'hydro': 412.0,\n        'nuclear': 33027.0,\n        'oil': 206.0,\n        'solar': 28.0,\n        'unknown': 665.0,\n        'wind': 4624.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 8, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 14447.0,\n        'gas': 39422.0,\n        'hydro': 445.0,\n        'nuclear': 33054.0,\n        'oil': 207.0,\n        'solar': 28.0,\n        'unknown': 669.0,\n        'wind': 4225.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 9, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 14471.0,\n        'gas': 39989.0,\n        'hydro': 442.0,\n        'nuclear': 33076.0,\n        'oil': 209.0,\n        'solar': 28.0,\n        'unknown': 672.0,\n        'wind': 3883.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 10, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 14664.0,\n        'gas': 40113.0,\n        'hydro': 435.0,\n        'nuclear': 33177.0,\n        'oil': 211.0,\n        'solar': 28.0,\n        'unknown': 671.0,\n        'wind': 3144.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 11, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15121.0,\n        'gas': 40844.0,\n        'hydro': 470.0,\n        'nuclear': 33293.0,\n        'oil': 212.0,\n        'solar': 28.0,\n        'unknown': 672.0,\n        'wind': 2900.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 12, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15494.0,\n        'gas': 41543.0,\n        'hydro': 934.0,\n        'nuclear': 33392.0,\n        'oil': 210.0,\n        'solar': 148.0,\n        'unknown': 669.0,\n        'wind': 2861.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 13, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15427.0,\n        'gas': 41516.0,\n        'hydro': 1015.0,\n        'nuclear': 33499.0,\n        'oil': 211.0,\n        'solar': 2022.0,\n        'unknown': 667.0,\n        'wind': 2575.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 14, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15530.0,\n        'gas': 41489.0,\n        'hydro': 1080.0,\n        'nuclear': 33581.0,\n        'oil': 210.0,\n        'solar': 4579.0,\n        'unknown': 669.0,\n        'wind': 2100.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 15, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15649.0,\n        'gas': 42431.0,\n        'hydro': 675.0,\n        'nuclear': 33599.0,\n        'oil': 211.0,\n        'solar': 5452.0,\n        'unknown': 668.0,\n        'wind': 1630.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -5.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 16, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16072.0,\n        'gas': 43125.0,\n        'hydro': 475.0,\n        'nuclear': 33613.0,\n        'oil': 210.0,\n        'solar': 5622.0,\n        'unknown': 666.0,\n        'wind': 1221.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -7.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 17, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16384.0,\n        'gas': 42723.0,\n        'hydro': 468.0,\n        'nuclear': 33632.0,\n        'oil': 207.0,\n        'solar': 5502.0,\n        'unknown': 660.0,\n        'wind': 1061.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -4.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 18, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16411.0,\n        'gas': 42256.0,\n        'hydro': 496.0,\n        'nuclear': 33641.0,\n        'oil': 206.0,\n        'solar': 5407.0,\n        'unknown': 667.0,\n        'wind': 1052.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 19, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 16010.0,\n        'gas': 42027.0,\n        'hydro': 457.0,\n        'nuclear': 33640.0,\n        'oil': 205.0,\n        'solar': 5231.0,\n        'unknown': 724.0,\n        'wind': 1187.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 20, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15907.0,\n        'gas': 41535.0,\n        'hydro': 522.0,\n        'nuclear': 33629.0,\n        'oil': 205.0,\n        'solar': 4629.0,\n        'unknown': 967.0,\n        'wind': 1221.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 9, 21, 0, tzinfo=datetime.timezone.utc),\n      'production': dict({\n        'coal': 15772.0,\n        'gas': 43252.0,\n        'hydro': 1421.0,\n        'nuclear': 33625.0,\n        'oil': 401.0,\n        'solar': 2719.0,\n        'unknown': 1082.0,\n        'wind': 1341.0,\n      }),\n      'source': 'pjm.com',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n        'battery': -0.0,\n      }),\n      'zoneKey': 'US-MIDA-PJM',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_UY/test_fetch_exchange[AR].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[AR]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(0.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(100.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(200.0),\n      'sortedZoneKeys': 'AR->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_UY/test_fetch_exchange[BR-S].ambr",
    "content": "# serializer version: 1\n# name: test_fetch_exchange[BR-S]\n  list([\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(195.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(198.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(295.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n    dict({\n      'datetime': datetime.datetime(2025, 2, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'netFlow': np.float64(290.93),\n      'sortedZoneKeys': 'BR-S->UY',\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_UY.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_consumption\n  list([\n    dict({\n      'consumption': np.float64(1731.86),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1732.458),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1715.165),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1693.582),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1677.182),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1652.852),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1629.982),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1596.87),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1578.282),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1557.033),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1534.061),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1514.345),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1498.047),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1482.896),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1465.763),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1451.229),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1439.428),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1440.445),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1422.723),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1417.507),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1402.141),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1405.939),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1395.53),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1391.632),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1383.089),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1376.833),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1374.049),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1367.204),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1371.433),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1359.559),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1364.302),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1371.365),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1370.068),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1370.062),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1396.507),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1396.392),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1375.166),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1393.172),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1403.321),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1400.663),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1398.53),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1398.705),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1418.518),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1435.745),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1465.539),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1480.5),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1494.548),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1520.417),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1544.338),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1565.434),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1581.274),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1584.206),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1621.782),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1617.905),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1637.64),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1650.671),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1666.065),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1658.289),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1693.934),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1673.718),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1695.598),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1704.433),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1712.769),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1726.845),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1742.346),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'consumption': np.float64(1748.761),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'zoneKey': 'UY',\n    }),\n  ])\n# ---\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 154.684,\n        'hydro': 395.119,\n        'oil': 128.655,\n        'solar': 0.0,\n        'wind': 767.447,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 152.916,\n        'hydro': 438.238,\n        'oil': 107.852,\n        'solar': 0.0,\n        'wind': 737.566,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 156.361,\n        'hydro': 496.103,\n        'oil': 44.848,\n        'solar': 0.0,\n        'wind': 727.966,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 158.724,\n        'hydro': 511.101,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 742.854,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 157.661,\n        'hydro': 495.455,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 731.919,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 0, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 153.527,\n        'hydro': 480.027,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 732.094,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 157.146,\n        'hydro': 468.138,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 716.079,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 156.906,\n        'hydro': 443.227,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 708.558,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 154.275,\n        'hydro': 432.853,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 701.062,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 160.653,\n        'hydro': 348.463,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 758.637,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 157.933,\n        'hydro': 366.232,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 727.716,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 1, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 157.929,\n        'hydro': 331.258,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 736.23,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 160.459,\n        'hydro': 402.771,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 742.558,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 160.341,\n        'hydro': 377.978,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 752.391,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 166.759,\n        'hydro': 362.938,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 744.802,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 158.675,\n        'hydro': 368.605,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 727.29,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 166.314,\n        'hydro': 345.635,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 730.246,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 2, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 167.451,\n        'hydro': 366.527,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 710.268,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 169.128,\n        'hydro': 325.201,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 734.797,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 166.34,\n        'hydro': 320.64,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 734.006,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 165.49,\n        'hydro': 323.343,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 717.903,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 162.273,\n        'hydro': 342.884,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 700.827,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 169.642,\n        'hydro': 344.291,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 686.315,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 3, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 177.356,\n        'hydro': 345.244,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 677.126,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 173.013,\n        'hydro': 363.81,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 653.183,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 188.317,\n        'hydro': 363.843,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 631.147,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 184.619,\n        'hydro': 312.217,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 680.073,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 192.464,\n        'hydro': 345.923,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 633.524,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 195.199,\n        'hydro': 337.275,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 647.946,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 4, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 196.735,\n        'hydro': 382.406,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 589.045,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 196.365,\n        'hydro': 371.214,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 598.966,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 196.728,\n        'hydro': 370.187,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 606.809,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 185.736,\n        'hydro': 364.725,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 628.117,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 181.378,\n        'hydro': 373.291,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 621.931,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 188.1,\n        'hydro': 423.539,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 591.31,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 5, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 173.091,\n        'hydro': 369.194,\n        'oil': 0.0,\n        'solar': 0.0,\n        'wind': 560.5,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 181.917,\n        'hydro': 363.078,\n        'oil': 0.0,\n        'solar': 0.212,\n        'wind': 548.053,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 179.753,\n        'hydro': 309.621,\n        'oil': 0.0,\n        'solar': 0.212,\n        'wind': 614.1,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 187.779,\n        'hydro': 294.993,\n        'oil': 15.071,\n        'solar': 0.212,\n        'wind': 623.373,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 184.904,\n        'hydro': 318.939,\n        'oil': 52.089,\n        'solar': 0.304,\n        'wind': 562.156,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 184.518,\n        'hydro': 290.988,\n        'oil': 51.813,\n        'solar': 1.709,\n        'wind': 487.726,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 6, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 186.724,\n        'hydro': 318.403,\n        'oil': 52.937,\n        'solar': 4.266,\n        'wind': 451.627,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 187.42,\n        'hydro': 305.701,\n        'oil': 52.7,\n        'solar': 8.82,\n        'wind': 477.918,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 182.009,\n        'hydro': 299.406,\n        'oil': 52.7,\n        'solar': 11.788,\n        'wind': 500.437,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 183.697,\n        'hydro': 338.881,\n        'oil': 52.615,\n        'solar': 18.824,\n        'wind': 484.466,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 176.903,\n        'hydro': 390.792,\n        'oil': 52.709,\n        'solar': 29.037,\n        'wind': 443.233,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 185.75,\n        'hydro': 406.541,\n        'oil': 52.819,\n        'solar': 41.491,\n        'wind': 424.723,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 7, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 180.187,\n        'hydro': 319.997,\n        'oil': 60.421,\n        'solar': 54.594,\n        'wind': 421.825,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 175.953,\n        'hydro': 336.359,\n        'oil': 63.048,\n        'solar': 66.349,\n        'wind': 421.097,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 179.788,\n        'hydro': 346.256,\n        'oil': 63.374,\n        'solar': 74.935,\n        'wind': 418.406,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 182.498,\n        'hydro': 363.599,\n        'oil': 63.073,\n        'solar': 82.804,\n        'wind': 415.858,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 185.117,\n        'hydro': 357.809,\n        'oil': 61.469,\n        'solar': 89.015,\n        'wind': 410.942,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 177.75,\n        'hydro': 391.059,\n        'oil': 58.584,\n        'solar': 97.346,\n        'wind': 411.282,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 8, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 169.57,\n        'hydro': 371.426,\n        'oil': 52.724,\n        'solar': 103.485,\n        'wind': 442.726,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 163.92,\n        'hydro': 353.35,\n        'oil': 52.724,\n        'solar': 113.247,\n        'wind': 472.864,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 181.627,\n        'hydro': 333.571,\n        'oil': 52.675,\n        'solar': 104.28,\n        'wind': 499.774,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 178.753,\n        'hydro': 330.896,\n        'oil': 52.778,\n        'solar': 118.871,\n        'wind': 500.47,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 179.924,\n        'hydro': 306.28,\n        'oil': 52.778,\n        'solar': 121.146,\n        'wind': 521.536,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 178.07,\n        'hydro': 359.407,\n        'oil': 52.54,\n        'solar': 114.736,\n        'wind': 513.176,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 9, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 180.622,\n        'hydro': 328.264,\n        'oil': 60.242,\n        'solar': 120.267,\n        'wind': 512.458,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 179.054,\n        'hydro': 328.335,\n        'oil': 63.038,\n        'solar': 117.244,\n        'wind': 528.267,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 10, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 170.226,\n        'hydro': 335.477,\n        'oil': 63.038,\n        'solar': 137.639,\n        'wind': 517.805,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 20, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 180.702,\n        'hydro': 329.583,\n        'oil': 63.038,\n        'solar': 157.039,\n        'wind': 507.492,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 30, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 172.105,\n        'hydro': 352.078,\n        'oil': 63.205,\n        'solar': 139.623,\n        'wind': 523.629,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 40, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 171.755,\n        'hydro': 374.389,\n        'oil': 63.205,\n        'solar': 141.951,\n        'wind': 516.94,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2025, 2, 5, 10, 50, tzinfo=zoneinfo.ZoneInfo(key='America/Montevideo')),\n      'production': dict({\n        'biomass': 159.842,\n        'hydro': 347.767,\n        'oil': 73.886,\n        'solar': 165.139,\n        'wind': 530.971,\n      }),\n      'source': 'pronos.adme.com.uy',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'UY',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_amper_landsnet.ambr",
    "content": "# serializer version: 1\n# name: test_fetch_production\n  list([\n    dict({\n      'correctedModes': list([\n      ]),\n      'datetime': datetime.datetime(2023, 12, 19, 15, 53, tzinfo=zoneinfo.ZoneInfo(key='Atlantic/Reykjavik')),\n      'production': dict({\n        'geothermal': 653.1291,\n        'hydro': 1588.2567,\n        'oil': 0.0,\n      }),\n      'source': 'amper.landsnet.is',\n      'sourceType': <EventSourceType.measured: 'measured'>,\n      'storage': dict({\n      }),\n      'zoneKey': 'IS',\n    }),\n  ])\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_config/test_snapshot_emission_factor[FR].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_emission_factor[FR]\n  dict({\n    'emissionFactors': dict({\n      'defaults': dict({\n        'battery charge': dict({\n          'source': 'IPCC 2014',\n          'value': 0,\n        }),\n        'battery discharge': dict({\n          'source': 'IPCC 2014',\n          'value': 48.13,\n        }),\n        'biomass': dict({\n          'source': 'IPCC 2014',\n          'value': 230.0,\n        }),\n        'coal': dict({\n          'source': 'IPCC 2014',\n          'value': 888.47,\n        }),\n        'gas': dict({\n          'source': 'IPCC 2014',\n          'value': 483.32,\n        }),\n        'geothermal': dict({\n          'source': 'IPCC 2014',\n          'value': 38,\n        }),\n        'hydro': dict({\n          'source': 'IPCC 2014',\n          'value': 10.7,\n        }),\n        'hydro charge': dict({\n          'source': 'IPCC 2014',\n          'value': 0,\n        }),\n        'hydro discharge': dict({\n          'source': 'IPCC 2014',\n          'value': 21.06,\n        }),\n        'nuclear': dict({\n          'source': 'IPCC 2014',\n          'value': 5.13,\n        }),\n        'oil': dict({\n          'source': 'IPCC 2014',\n          'value': 1093.33,\n        }),\n        'solar': dict({\n          'source': 'IPCC 2014',\n          'value': 30.075,\n        }),\n        'unknown': dict({\n          'source': 'IPCC 2014',\n          'value': 700,\n        }),\n        'wind': dict({\n          'source': 'IPCC 2014',\n          'value': 12.62,\n        }),\n      }),\n      'zoneOverrides': dict({\n      }),\n    }),\n  })\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/__snapshots__/test_config/test_snapshot_emission_factor[KR].ambr",
    "content": "# serializer version: 1\n# name: test_snapshot_emission_factor[KR]\n  dict({\n    'emissionFactors': dict({\n      'defaults': dict({\n        'battery charge': dict({\n          'source': 'IPCC 2014',\n          'value': 0,\n        }),\n        'battery discharge': dict({\n          'source': 'IPCC 2014',\n          'value': 391.33,\n        }),\n        'biomass': dict({\n          'source': 'IPCC 2014',\n          'value': 230,\n        }),\n        'coal': dict({\n          'source': 'IPCC 2014',\n          'value': 820,\n        }),\n        'gas': dict({\n          'source': 'IPCC 2014',\n          'value': 490,\n        }),\n        'geothermal': dict({\n          'source': 'IPCC 2014',\n          'value': 38,\n        }),\n        'hydro': dict({\n          'source': 'IPCC 2014',\n          'value': 24,\n        }),\n        'hydro charge': dict({\n          'source': 'IPCC 2014',\n          'value': 0,\n        }),\n        'hydro discharge': dict({\n          'source': 'IPCC 2014',\n          'value': 377.43,\n        }),\n        'nuclear': dict({\n          'source': 'IPCC 2014',\n          'value': 12,\n        }),\n        'oil': dict({\n          'source': 'IPCC 2014',\n          'value': 650,\n        }),\n        'solar': dict({\n          'source': 'IPCC 2014',\n          'value': 45,\n        }),\n        'unknown': dict({\n          'source': 'IPCC 2014',\n          'value': 644,\n        }),\n        'wind': dict({\n          'source': 'IPCC 2014',\n          'value': 11,\n        }),\n      }),\n      'zoneOverrides': dict({\n      }),\n    }),\n  })\n# ---\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/conftest.py",
    "content": "\"\"\"\nThis is a configuration file for pytest that defines test fixtures available for\nuse by all tests under this path.\n\nFixtures ref: https://docs.pytest.org/en/stable/explanation/fixtures.html\n\"\"\"\n\nimport pytest\nfrom requests import Session\nfrom requests_mock import Adapter\n\n\n@pytest.fixture\ndef adapter():\n    \"\"\"\n    A `requests.Adapter` enables us to mock responses when making web requests\n    via `requests.Session`.\n\n    Adapter ref: https://requests.readthedocs.io/en/latest/user/advanced/#transport-adapters\n    \"\"\"\n    adapter = Adapter()\n    yield adapter\n\n\n@pytest.fixture\ndef session(adapter):\n    \"\"\"\n    A `request.Session` using the adapter fixture's object whenever http:// or\n    https:// requests are made.\n\n    Session ref: https://requests.readthedocs.io/en/latest/user/advanced/#session-objects\n    \"\"\"\n    session = Session()\n    session.mount(\"http://\", adapter)\n    session.mount(\"https://\", adapter)\n    yield session\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/lib/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/lib/test_IN.py",
    "content": "from bs4 import BeautifulSoup\n\nfrom electricitymap.contrib.parsers.lib import IN\n\n\ndef test_read_datetime_from_span_id():\n    html_span = '<p><span id=\"lbldate\">9/4/2017 5:17:00 PM</span></p>'\n    html = BeautifulSoup(html_span, \"html.parser\")\n    india_date_time = IN.read_datetime_from_span_id(\n        html, \"lbldate\", \"%d/%m/%Y %I:%M:%S %p\"\n    )\n    assert india_date_time.isoformat() == \"2017-04-09T17:17:00+05:30\"\n\n    html_span = '<p><span id=\"lblPowerStatusDate\">04-09-2017 17:13</span></p>'\n    html = BeautifulSoup(html_span, \"html.parser\")\n    india_date_time = IN.read_datetime_from_span_id(\n        html, \"lblPowerStatusDate\", \"%d-%m-%Y %H:%M\"\n    )\n    assert india_date_time.isoformat() == \"2017-09-04T17:13:00+05:30\"\n\n\ndef test_read_text_from_span_id():\n    html_span = '<span id=\"lblcgs\" style=\"font-weight:bold;\">2998</span>'\n    html = BeautifulSoup(html_span, \"html.parser\")\n    cgs_value = IN.read_text_from_span_id(html, \"lblcgs\")\n    assert cgs_value == \"2998\"\n\n\ndef test_read_value_from_span_id():\n    html_span = '<span id=\"lblcgs\" style=\"font-weight:bold;\">2998</span>'\n    html = BeautifulSoup(html_span, \"html.parser\")\n    cgs_value = IN.read_value_from_span_id(html, \"lblcgs\")\n    assert cgs_value == 2998.0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/lib/test_exceptions.py",
    "content": "from electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n\ndef test_instance():\n    exception = ParserException(\"ESIOS\", \"Parser exception\")\n    assert isinstance(exception, ParserException)\n    assert str(exception) == \"ESIOS Parser: Parser exception\"\n\n\ndef test_instance_with_zone_key():\n    exception = ParserException(\"ESIOS\", \"Parser exception\", \"ES\")\n    assert isinstance(exception, ParserException)\n    assert str(exception) == \"ESIOS Parser (ES): Parser exception\"\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/lib/test_web.py",
    "content": "from electricitymap.contrib.parsers.lib import web\n\n\ndef test_get_response():\n    assert web.get_response(\"ES\", \"https://www.google.es\")\n\n\ndef test_get_response_text():\n    assert web.get_response_text(\"ES\", \"https://www.google.es\")\n\n\ndef test_get_response_soup():\n    assert web.get_response_soup(\"ES\", \"https://www.google.es\")\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/lib/test_zonekey.py",
    "content": "import pytest\n\nfrom electricitymap.contrib.parsers.lib import zonekey\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n\ndef test_assert_zone_key():\n    zonekey.assert_zone_key(\"ES\", \"ES\", \"ESIOS\")\n\n    with pytest.raises(ParserException) as exc_info:\n        zonekey.assert_zone_key(\"ES\", \"ES-IB\")\n    assert str(exc_info.value) == \"ES Parser (ES): zone_key expected ES-IB, is ES\"\n\n    with pytest.raises(ParserException) as exc_info:\n        zonekey.assert_zone_key(\"ES\", \"ES-IB\", \"ESIOS\")\n    assert str(exc_info.value) == \"ESIOS Parser (ES): zone_key expected ES-IB, is ES\"\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/AU/AU_TAS_FI_payload1.json",
    "content": "{\n  \"Dashboard\": \"Flinders Island\",\n  \"percentageRenewables\": 65,\n  \"percentageRenewablesAlt\": 0,\n  \"surplusRenewables\": false,\n  \"chargeEvs\": false,\n  \"zdo\": false,\n  \"zdoMinutes\": 0,\n  \"zdoTime\": null,\n  \"percentageCheck\": 100,\n  \"message\": null,\n  \"technologies\": [\n    {\n      \"direction\": 298,\n      \"speed\": 9.8,\n      \"id\": \"wind\",\n      \"title\": \"Wind\",\n      \"value\": 595,\n      \"age\": 0,\n      \"max\": 1500,\n      \"unit\": \"kW\",\n      \"percent\": 67,\n      \"status\": true,\n      \"other\": 9.8,\n      \"otherUnits\": \"m/s\",\n      \"otherName\": \"windSpeed\",\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"irradiance\": 32,\n      \"customerSolar\": 7,\n      \"stationSolar\": 4,\n      \"id\": \"solar\",\n      \"title\": \"Solar\",\n      \"value\": 4,\n      \"age\": 0,\n      \"max\": 600,\n      \"unit\": \"kW\",\n      \"percent\": 1,\n      \"status\": true,\n      \"other\": 32,\n      \"otherUnits\": \"W/m²\",\n      \"otherName\": \"irradiance\",\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"id\": \"diesel\",\n      \"title\": \"Diesel\",\n      \"value\": 283,\n      \"age\": 0,\n      \"max\": 2100,\n      \"unit\": \"kW\",\n      \"percent\": 32,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"id\": \"resistor\",\n      \"title\": \"Resistor\",\n      \"value\": -2,\n      \"age\": 1,\n      \"max\": 500,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"soc\": 70,\n      \"id\": \"battery\",\n      \"title\": \"Battery\",\n      \"value\": -1,\n      \"age\": 0,\n      \"max\": 500,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": false,\n      \"other\": 70,\n      \"otherUnits\": \"%\",\n      \"otherName\": \"State of Charge\",\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"dups1\": 0,\n      \"dups2\": 0,\n      \"id\": \"flywheel\",\n      \"title\": \"Fly Wheel\",\n      \"value\": -63,\n      \"age\": 0,\n      \"max\": 200,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    }\n  ],\n  \"output\": {\n    \"generation\": 816,\n    \"load\": 798,\n    \"frequency\": 50,\n    \"target\": 60,\n    \"id\": \"output\",\n    \"title\": \"Output\",\n    \"value\": 823,\n    \"age\": 0,\n    \"max\": 2000,\n    \"unit\": \"kW\",\n    \"percent\": 0,\n    \"status\": false,\n    \"other\": 0,\n    \"otherUnits\": null,\n    \"otherName\": null,\n    \"totalRenewableGeneration\": 65.31862745098039\n  },\n  \"maxAge\": 1,\n  \"minAge\": 0\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/AU/AU_TAS_KI_payload1.json",
    "content": "{\n  \"pollInterval\": 1,\n  \"clients\": 0,\n  \"events\": 0,\n  \"windSpill\": false,\n  \"chargeEv\": false,\n  \"zdo\": false,\n  \"percentageCheck\": 100,\n  \"message\": null,\n  \"technologies\": [\n    {\n      \"direction\": 298,\n      \"speed\": {\n        \"value\": 10,\n        \"units\": \"m/s\",\n        \"speed4\": 10,\n        \"speed5\": 7.6\n      },\n      \"id\": \"wind\",\n      \"title\": \"Wind\",\n      \"value\": 1024,\n      \"unit\": \"kW\",\n      \"percent\": 57,\n      \"status\": true\n    },\n    {\n      \"id\": \"solar\",\n      \"title\": \"Solar\",\n      \"value\": 0,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": false\n    },\n    {\n      \"burn\": false,\n      \"id\": \"diesel\",\n      \"title\": \"Diesel\",\n      \"value\": 779,\n      \"unit\": \"kW\",\n      \"percent\": 43,\n      \"status\": true\n    },\n    {\n      \"id\": \"battery\",\n      \"title\": \"Battery\",\n      \"value\": -3,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": false\n    },\n    {\n      \"id\": \"resistor\",\n      \"title\": \"Resistor\",\n      \"value\": 0,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": false\n    },\n    {\n      \"dups1\": -73,\n      \"dups2\": -73,\n      \"id\": \"flywheel\",\n      \"title\": \"Flywheel (D-UPS)\",\n      \"value\": -146,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": true\n    }\n  ],\n  \"biodiesel\": {\n    \"id\": \"biodiesel\",\n    \"title\": \"Biodiesel\",\n    \"value\": 0,\n    \"unit\": null,\n    \"percent\": 0,\n    \"status\": true\n  },\n  \"output\": {\n    \"value2\": 49.9,\n    \"unit2\": \"Hz\",\n    \"generation\": 1803,\n    \"id\": \"output\",\n    \"title\": \"Output\",\n    \"value\": 1800,\n    \"unit\": \"kW\",\n    \"percent\": 0,\n    \"status\": false\n  },\n  \"smartgrid\": {\n    \"id\": \"smartgrid\",\n    \"unit\": \"kW\",\n    \"status\": false,\n    \"minRange\": 0,\n    \"maxRange\": 2500,\n    \"demandResponse\": {\n      \"minRange\": 0,\n      \"maxRange\": 100,\n      \"available\": 0,\n      \"dispatch\": 0\n    }\n  }\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/AU/AU_WA_RI_payload1.json",
    "content": "{\n  \"percentageRenewables\": 18,\n  \"percentageRenewablesAlt\": 0,\n  \"surplusRenewables\": false,\n  \"chargeEvs\": false,\n  \"zdo\": false,\n  \"zdoMinutes\": 0,\n  \"zdoTime\": null,\n  \"percentageCheck\": 100,\n  \"message\": null,\n  \"technologies\": [\n    {\n      \"direction\": 298,\n      \"speed\": 7.4,\n      \"id\": \"wind\",\n      \"title\": \"Wind\",\n      \"value\": 148,\n      \"age\": 0,\n      \"max\": 600,\n      \"unit\": \"kW\",\n      \"percent\": 18,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"irradiance\": 0,\n      \"customerSolar\": 0,\n      \"stationSolar\": 0,\n      \"id\": \"solar\",\n      \"title\": \"Solar\",\n      \"value\": 0,\n      \"age\": 1,\n      \"max\": 600,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": false,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"id\": \"oil\",\n      \"title\": \"Diesel\",\n      \"value\": 683,\n      \"age\": 0,\n      \"max\": 2100,\n      \"unit\": \"kW\",\n      \"percent\": 82,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"id\": \"resistor\",\n      \"title\": \"Resistor\",\n      \"value\": 1,\n      \"age\": 0,\n      \"max\": 500,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    },\n    {\n      \"renewable\": false,\n      \"capacity\": 94,\n      \"id\": \"desal\",\n      \"title\": \"Desal\",\n      \"value\": 128,\n      \"age\": 1,\n      \"max\": 150,\n      \"unit\": \"kW\",\n      \"percent\": 0,\n      \"status\": true,\n      \"other\": 0,\n      \"otherUnits\": null,\n      \"otherName\": null,\n      \"totalRenewableGeneration\": 0\n    }\n  ],\n  \"output\": {\n    \"generation\": 831,\n    \"load\": 817,\n    \"frequency\": 50,\n    \"target\": 0,\n    \"id\": \"output\",\n    \"title\": \"Output\",\n    \"value\": 832,\n    \"age\": 52,\n    \"max\": 1300,\n    \"unit\": \"kW\",\n    \"percent\": 0,\n    \"status\": false,\n    \"other\": 0,\n    \"otherUnits\": null,\n    \"otherName\": null,\n    \"totalRenewableGeneration\": 0\n  },\n  \"maxAge\": 1,\n  \"minAge\": 0\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/AW/production.json",
    "content": "{\n    \"dashboard_top_data\": {\n        \"TotalPower\": {\n            \"name\": \"CurrentTotalPower\",\n            \"value\": \"113.062271\",\n            \"timestamp\": \"2023-01-01 03:44:00.0\"\n        },\n        \"Wind\": {\n            \"name\": \"CurrentWind\",\n            \"value\": \"4.692129\",\n            \"timestamp\": \"2023-01-01 03:44:00.0\"\n        },\n        \"DailyCarbonRed\": {\n            \"name\": \"CurrentDailyCarbonReduction\",\n            \"value\": \"10156.9131\",\n            \"timestamp\": \"2023-01-01 03:45:00.0\"\n        },\n        \"DailyEquivCars\": {\n            \"name\": \"CurrentEquivCars\",\n            \"value\": \"256.0\",\n            \"timestamp\": \"2023-01-01 03:37:00.0\"\n        },\n        \"TotalSolar\": {\n            \"name\": \"CurrentSolar\",\n            \"value\": 0,\n            \"timestamp\": \"2023-01-01 03:45:00.0\"\n        },\n        \"Fossil\": {\n            \"name\": \"CurrentFossil\",\n            \"value\": \"108.567078\",\n            \"timestamp\": \"2023-01-01 03:45:00.0\"\n        },\n        \"RenewablePerc\": {\n            \"name\": \"CurrentRenewPerc\",\n            \"value\": \"3.67020679\",\n            \"timestamp\": \"2023-01-01 03:44:00.0\"\n        },\n        \"total_bio_gas\": {\n            \"name\": \"CurrentBiogas\",\n            \"value\": \"0.0\",\n            \"timestamp\": \"2023-09-12 03:45:02.384\"\n        }\n    },\n    \"wind_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 3643.72683\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5235.969\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2666.82935\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4782.769\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5366.894\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3230.8116\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:14 am\",\n            \"value\": 6545.213000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5930.875999999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6192.724\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6828.211310000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3955.93119\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4833.12464\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:45 am\",\n            \"value\": 5004.333500000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3935.789\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7170.629\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5900.66242\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5961.089\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6697.287\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:28 pm\",\n            \"value\": 3130.10049\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 4490.706999999999\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 4742.485000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4802.91128\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2797.75381\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3361.73582\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:45 am\",\n            \"value\": 3190.527\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4410.138\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2717.1850000000004\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3623.58475\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3986.1445400000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2928.67827\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:43 am\",\n            \"value\": 5517.96\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5407.178\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5497.817999999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6112.15544\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3925.718\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5165.47155\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:45 pm\",\n            \"value\": 5437.39128\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4752.5560000000005\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7210.91366\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5215.827\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5105.044999999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3955.93119\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:43 pm\",\n            \"value\": 6233.009\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6212.867\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5830.16443\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4893.55135\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 8601.733\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 8177.74\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 pm\",\n            \"value\": 8621.876\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7341.838\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10213.1109\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 8309.671\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 8339.885\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7281.411\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:40 pm\",\n            \"value\": 11975.5545\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10001.617400000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10333.9643\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 9749.84\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 15894.2232\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 14625.2632\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:45 pm\",\n            \"value\": 14182.1346\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 15390.6679\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10333.9643\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10746.880000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10827.4479\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 11592.8526\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:37 pm\",\n            \"value\": 7130.34439\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 8823.2975\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 8490.952\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 9588.702\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 6001.37329\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 6112.15544\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"9:45 pm\",\n            \"value\": 6504.9285899999995\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 6908.78\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 4168.4317599999995\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 6152.4400000000005\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 6687.216\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 5971.16\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"11:37 pm\",\n            \"value\": 8873.652999999998\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 7331.76661\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 7100.131\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 7382.122\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3764.58025\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4026.429\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:45 am\",\n            \"value\": 3955.93119\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3381.87814\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6253.151\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5940.946580000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5658.95557\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6707.358\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:42 am\",\n            \"value\": 4470.565\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4893.55135\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4843.196\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5125.187000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3049.5314599999997\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4692.129000000001\n        }\n    ],\n    \"solar_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:26 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 22.554\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 20.411\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:45 am\",\n            \"value\": 29.974\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 29.114\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 442.759\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 499.352\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 515.319\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 1822.689\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:44 pm\",\n            \"value\": 1980.059\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 1960.768\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1436.559\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2771.286\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2752.502\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2776.798\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:57 am\",\n            \"value\": 2705.586\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3443.528\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3398.621\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3277.407\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3853.714\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1640.436\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:44 am\",\n            \"value\": 3607.824\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3599.421\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4105.561\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3764.659\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3641.495\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1732.404\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:40 pm\",\n            \"value\": 4142.113\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3888.824\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3899.032\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3985.746\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3660.455\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3537.688\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:46 pm\",\n            \"value\": 3974.343\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3290.025\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3240.611\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3065.347\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3206.692\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2198.583\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"4:44 pm\",\n            \"value\": 2191.791\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2149.222\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 732.996\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 469.209\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 221.489\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 447.515\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:41 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 6.455\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"7:46 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 2.807\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 3.979\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"9:36 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"10:45 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.361\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:42 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:59 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 8.635\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:38 am\",\n            \"value\": 0\n        }\n    ],\n    \"solar_chart_data_mega_watt\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:26 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.022554\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.020411\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:45 am\",\n            \"value\": 0.029974\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.029114\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.442759\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.499352\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.515319\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 1.822689\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:44 pm\",\n            \"value\": 1.980059\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 1.960768\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1.436559\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.771286\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.752502\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.776798\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:57 am\",\n            \"value\": 2.705586\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.443528\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.398621\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.277407\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.853714\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1.640436\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:44 am\",\n            \"value\": 3.607824\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.599421\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4.105561\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.764659\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.641495\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1.732404\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:40 pm\",\n            \"value\": 4.142113\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.888824\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.899032\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.985746\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.660455\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.537688\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:46 pm\",\n            \"value\": 3.974343\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.290025\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.240611\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.065347\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 3.206692\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.198583\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"4:44 pm\",\n            \"value\": 2.191791\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.149222\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.732996\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.469209\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.221489\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.447515\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:41 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.006455\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"7:46 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.002807\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.003979\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"9:36 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"10:45 pm\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.000361\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:42 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:59 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.008635\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:38 am\",\n            \"value\": 0\n        }\n    ],\n    \"carbon_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:00 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2027.048\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 4626.284\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7752.342\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 10156.913\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 14891.432\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:50 am\",\n            \"value\": 17938.312\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 20894.193\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 24296.412\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 30758.834\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 34815.964\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 38702.675\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:47 pm\",\n            \"value\": 43465.765\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 48314.804\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 52846.9\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 57500.88\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 62645.79\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 67558.51\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:46 pm\",\n            \"value\": 73436.66\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 79030.21\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 27176.246\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 27604.054\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 86075.06\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 88621.52\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"11:50 pm\",\n            \"value\": 92142.72\n        }\n    ],\n    \"fossil_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 106968.75\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 107110.283\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 104465.08799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 103349.80799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 103114.00600000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 105409.706\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:17 am\",\n            \"value\": 101710\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 102480\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 101731.071\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 101157.982\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 105033.8\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 101787\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:46 am\",\n            \"value\": 101909\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 99789.42000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 104518.48599999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 104179.306\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 104380\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 113172.70700000001\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:45 pm\",\n            \"value\": 110604.1\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 110905.7\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 110824.654\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 114327\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 113863.82299999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 113285.79999999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"10:25 am\",\n            \"value\": 116384.766\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 115895.386\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 116303.62700000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 113800\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 117075.356\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 115295\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:46 am\",\n            \"value\": 115897.873\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 115075.966\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 121171.78300000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120271.27799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120921.509\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 119356.369\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:35 pm\",\n            \"value\": 125733\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 125247.551\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 125602\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 125411.957\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129066\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 128335.66300000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:46 pm\",\n            \"value\": 128119\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131877.136\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131087.37199999997\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131177.658\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129876.74\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134107.956\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"4:43 pm\",\n            \"value\": 133569.626\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134250.5\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 132713.15000000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 137173\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134317\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134558\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:51 pm\",\n            \"value\": 135250.748\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 126729.225\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129043.1\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 130196.732\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129401.00000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 137854.889\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"7:45 pm\",\n            \"value\": 138840\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 138308.655\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 142380.646\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 140205\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 140408.46300000002\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 142218.277\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"9:41 pm\",\n            \"value\": 138270\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 138936.188\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 137968\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 139977.264\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 132908\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 131235\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"10:47 pm\",\n            \"value\": 130998.64199999999\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 131036\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 122145.6\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 123451.744\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 123960.21299999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 118803\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:45 am\",\n            \"value\": 119357.178\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 119564\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120057\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 114540\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 114077.095\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 113426.979\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:48 am\",\n            \"value\": 113827\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110604.34\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110940.60500000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 111512.611\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 111855.927\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 108484\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 108567.078\n        }\n    ],\n    \"total_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 110396.614\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110590.996\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 108159.683\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 108732.559\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 108176.125\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 109377.274\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:23 am\",\n            \"value\": 107002.92199999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 107911.53\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 107969.68800000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 109641.724\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 105816.43699999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 106703.75799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:45 am\",\n            \"value\": 106683.09999999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 105639.206\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110689.95700000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110742.859\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 110829.346\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 118436.37800000001\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:45 pm\",\n            \"value\": 117259.514\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 117683.372\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 117075.874\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120671.028\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120151.489\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 119666.367\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:47 am\",\n            \"value\": 119312.15699999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123447.31899999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123458.054\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123328.606\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 121642.52500000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 125097.96900000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:44 am\",\n            \"value\": 124544.212\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 124533.66900000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 124488.22\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131012.65000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129072.20000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 130399.40000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:47 pm\",\n            \"value\": 128750.732\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 135545.837\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 135210.55599999998\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134898.42200000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134532.562\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 138639.557\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:45 pm\",\n            \"value\": 138005.478\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 138005.478\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 137622.78699999998\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 143057.327\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 142390.4\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 142629.059\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 pm\",\n            \"value\": 142012.909\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 145502.136\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 144628.082\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 144658\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 143298.645\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 147370.728\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:44 pm\",\n            \"value\": 145583.557\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 145221.31300000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 146245.209\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 141925.3\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 144925.446\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 144572.31100000002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:46 pm\",\n            \"value\": 144128.586\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 149944.031\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 149241.074\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 149482.559\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 150380.035\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 148549.759\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:45 pm\",\n            \"value\": 149387.39\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 149171.738\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 149628.876\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 144494.11000000002\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 145059.81399999998\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 145452.59100000001\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"9:45 pm\",\n            \"value\": 145617.1\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 137457.474\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 137612.488\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 138147.217\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 129909.50000000001\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 130379.608\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"11:45 pm\",\n            \"value\": 130147.964\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 130933.121\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123135.40000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123744.72799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123385.742\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 123941.01000000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:39 am\",\n            \"value\": 119656\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120086.72300000001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 119775.55099999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 120104.76699999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 115574.966\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 116154.38799999999\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:45 am\",\n            \"value\": 115912.514\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 116538.414\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 112799.149\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 113102.26400000001\n        }\n    ],\n    \"mfa_noord_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:44 am\",\n            \"value\": 0.023\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.26\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.45\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 7.716\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 13.135\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 13.329\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:38 pm\",\n            \"value\": 29.043\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 31.453\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 31.668\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 21.992\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 44.548\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 46.485\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:45 am\",\n            \"value\": 46.691\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 21.361\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 57.277\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 49.59\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 49.502\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 47.632\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:26 am\",\n            \"value\": 60.08\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 60.072\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 59.876\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 36.191\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 64.09\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 62.257\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:45 pm\",\n            \"value\": 62.33\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 64.743\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 21.879\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 62.596\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 62.682\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 64.009\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:08 pm\",\n            \"value\": 25.205\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 53.652\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 53.484\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 24.926\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 42.466\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 42.291\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"4:39 pm\",\n            \"value\": 28.232\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 27.551\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 27.394\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 15.513\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5.602\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 5.389\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:38 pm\",\n            \"value\": 0.004\n        }\n    ],\n    \"mfa_noord_current_data\": {\n        \"timestamp\": 1694504704179,\n        \"status\": 500,\n        \"error\": \"Internal Server Error\",\n        \"exception\": \"org.json.JSONException\",\n        \"message\": \"JSONObject[\\\"Value\\\"] is not a long.\",\n        \"path\": \"\\/WEB-API-REST\\/rest\\/getPiData\\/solarByLocation\\/getCurrent\"\n    },\n    \"kudawecha_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"6:36 am\",\n            \"value\": 0.006\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.001\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.128\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.497\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.551\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.471\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"7:39 am\",\n            \"value\": 22.186\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 25.188\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 25.357\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 51.321\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 50.297\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 50.119\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"8:45 pm\",\n            \"value\": 49.257\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 74.045\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 76.096\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 76.287\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 69.122\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 90.591\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"10:45 am\",\n            \"value\": 83.87\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 83.592\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 78.643\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 95.634\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 93.594\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 93.575\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"11:52 am\",\n            \"value\": 88.474\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 103.101\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 100.356\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 100.181\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 100.607\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 83.687\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:44 pm\",\n            \"value\": 95.946\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 95.766\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 85.293\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 100.912\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 84.356\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 84.259\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:42 pm\",\n            \"value\": 50.975\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 50.478\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 59.572\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 44.547\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 71.59\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 45.235\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"4:45 pm\",\n            \"value\": 45.178\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 30.878\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 12.002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 11.738\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.011\n        }\n    ],\n    \"kudawecha_current_data\": {\n        \"timestamp\": 1694504704671,\n        \"status\": 500,\n        \"error\": \"Internal Server Error\",\n        \"exception\": \"org.json.JSONException\",\n        \"message\": \"JSONObject[\\\"Value\\\"] is not a long.\",\n        \"path\": \"\\/WEB-API-REST\\/rest\\/getPiData\\/solarByLocation\\/getCurrent\"\n    },\n    \"airport_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        }\n    ],\n    \"airport_current_data\": {\n        \"timestamp\": 1528291826065,\n        \"status\": 500,\n        \"error\": \"Internal Server Error\",\n        \"exception\": \"java.lang.IllegalStateException\",\n        \"message\": \"Failed to invoke handler method\\nHandlerMethod details: \\nController [aw.web.aruba.esb.resources.PieDataResource]\\nMethod [public java.lang.String aw.web.aruba.esb.resources.PieDataResource.getSolarDataAirport() throws aw.web.aruba.esb.common.utilities.exceptions.RestAccessException,aw.web.aruba.esb.common.utilities.exceptions.DaoException]\\nResolved arguments: \\n\",\n        \"path\": \"\\/WEB-API-REST\\/rest\\/getPiData\\/solar\\/getDataAirport\"\n    },\n    \"abraham_chart_data\": [\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 am\",\n            \"value\": 0.01\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.015\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.006\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.016\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:46 am\",\n            \"value\": 0.002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.546\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 1.926\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 2.114\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 38.002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"7:45 am\",\n            \"value\": 37.962\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 37.763\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 31.472\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 69.285\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 69.53\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 69.616\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"9:44 am\",\n            \"value\": 98.292\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 97.044\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 96.828\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 89.424\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 129.477\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 127.116\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"10:45 am\",\n            \"value\": 127.472\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 117.55\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 139.726\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131.129\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 131.027\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 148.761\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:44 pm\",\n            \"value\": 143.065\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 142.903\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 147.169\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 134.472\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 141.933\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 141.669\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"1:51 pm\",\n            \"value\": 91.012\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 144.476\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 124.465\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 125.04\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 86.061\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 96.535\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"3:45 pm\",\n            \"value\": 96.414\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 97.331\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 65.975\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 66.33\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 66.127\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 23.444\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"5:44 pm\",\n            \"value\": 16.305\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 16.123\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.01\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.014\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.017\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"10:26 pm\",\n            \"value\": 0.002\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.004\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.006\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0.001\n        },\n        {\n            \"timeStamp\": 202212365,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"12:35 am\",\n            \"value\": 0.016\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.002\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.016\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.006\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"2:56 am\",\n            \"value\": 0.007\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.018\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0\n        },\n        {\n            \"timeStamp\": 20230101,\n            \"time\": \"\",\n            \"value\": 0.01\n        }\n    ],\n    \"abraham_current_data\": {\n        \"timestamp\": 1694504705672,\n        \"status\": 500,\n        \"error\": \"Internal Server Error\",\n        \"exception\": \"org.json.JSONException\",\n        \"message\": \"JSONObject[\\\"Value\\\"] is not a long.\",\n        \"path\": \"\\/WEB-API-REST\\/rest\\/getPiData\\/solarByLocation\\/getCurrent\"\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/BE/entsoe_production.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>test-be-production</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A75</type>\n  <process.processType>A16</process.processType>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-01-01T03:00:00Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2024-01-01T00:00Z</start>\n    <end>2024-01-01T02:00Z</end>\n  </time_Period.timeInterval>\n  <!-- B01: Biomass -->\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B01</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>73</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B04: Fossil Gas -->\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B04</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>700</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>550</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B06: Fossil Oil -->\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B06</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B10: Hydro Pumped Storage -->\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B10</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>-200</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>-180</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B11: Hydro Run-of-river and poundage -->\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B11</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>47</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B14: Nuclear -->\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B14</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>3950</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>3948</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B16: Solar -->\n  <TimeSeries>\n    <mRID>7</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B17: Waste -->\n  <TimeSeries>\n    <mRID>8</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B17</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>250</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>249</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B18: Wind Offshore -->\n  <TimeSeries>\n    <mRID>9</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B18</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2090</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2100</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B19: Wind Onshore -->\n  <TimeSeries>\n    <mRID>10</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2140</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2155</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B20: Other -->\n  <TimeSeries>\n    <mRID>11</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B20</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>560</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>595</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <!-- B25: Energy Storage -->\n  <TimeSeries>\n    <mRID>12</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YBE----------2</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B25</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-01-01T00:00Z</start>\n        <end>2024-01-01T02:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>-30</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>-25</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/BE/production.json",
    "content": "{\n  \"total_count\": 24,\n  \"results\": [\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Nuclear\",\n      \"fueltypepublication\": \"Nuclear\",\n      \"generatedpower\": 3947.71\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Oil\",\n      \"fueltypepublication\": \"Other Fossil Fuels\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Pumped Storage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": null\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Waste\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 248.56\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Offshore\",\n      \"fueltypepublication\": \"Wind Offshore\",\n      \"generatedpower\": 2098.98\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Onshore\",\n      \"fueltypepublication\": \"Wind Onshore\",\n      \"generatedpower\": 2167.52\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Gas\",\n      \"fueltypepublication\": \"Natural Gas\",\n      \"generatedpower\": null\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Biomass\",\n      \"fueltypepublication\": \"Biofuels\",\n      \"generatedpower\": 72.09\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Solar\",\n      \"fueltypepublication\": \"Solar\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Run-of-river and poundage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": 46.86\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Other\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 591.49\n    },\n    {\n      \"datetime\": \"2024-01-01T01:45:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Energy Storage\",\n      \"fueltypepublication\": \"Energy Storage\",\n      \"generatedpower\": -50.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Nuclear\",\n      \"fueltypepublication\": \"Nuclear\",\n      \"generatedpower\": 3947.66\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Oil\",\n      \"fueltypepublication\": \"Other Fossil Fuels\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Pumped Storage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": null\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Waste\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 251.24\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Offshore\",\n      \"fueltypepublication\": \"Wind Offshore\",\n      \"generatedpower\": 2097.65\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Onshore\",\n      \"fueltypepublication\": \"Wind Onshore\",\n      \"generatedpower\": 2154.14\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Gas\",\n      \"fueltypepublication\": \"Natural Gas\",\n      \"generatedpower\": 560.96\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Biomass\",\n      \"fueltypepublication\": \"Biofuels\",\n      \"generatedpower\": 74.6\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Solar\",\n      \"fueltypepublication\": \"Solar\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Run-of-river and poundage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": 46.67\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Other\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 600.66\n    },\n    {\n      \"datetime\": \"2024-01-01T01:30:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Energy Storage\",\n      \"fueltypepublication\": \"Energy Storage\",\n      \"generatedpower\": -45.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Nuclear\",\n      \"fueltypepublication\": \"Nuclear\",\n      \"generatedpower\": 3948.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Oil\",\n      \"fueltypepublication\": \"Other Fossil Fuels\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Pumped Storage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": null\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Waste\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 250.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Offshore\",\n      \"fueltypepublication\": \"Wind Offshore\",\n      \"generatedpower\": 2101.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Wind Onshore\",\n      \"fueltypepublication\": \"Wind Onshore\",\n      \"generatedpower\": 2116.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Fossil Gas\",\n      \"fueltypepublication\": \"Natural Gas\",\n      \"generatedpower\": null\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Biomass\",\n      \"fueltypepublication\": \"Biofuels\",\n      \"generatedpower\": 71.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Solar\",\n      \"fueltypepublication\": \"Solar\",\n      \"generatedpower\": 0.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Hydro Run-of-river and poundage\",\n      \"fueltypepublication\": \"Water\",\n      \"generatedpower\": 46.7\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Other\",\n      \"fueltypepublication\": \"Other\",\n      \"generatedpower\": 607.0\n    },\n    {\n      \"datetime\": \"2024-01-01T01:00:00+00:00\",\n      \"resolutioncode\": \"PT15M\",\n      \"fueltypeentsoe\": \"Energy Storage\",\n      \"fueltypepublication\": \"Energy Storage\",\n      \"generatedpower\": -40.0\n    }\n  ]\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/BG/production_live.json",
    "content": "[\n  [\n    \"NPP 47,31%\",\n    2118.06\n  ],\n  [\n    \"CHP 17,04%\",\n    762.85\n  ],\n  [\n    \"Heating TPPs 7,63%\",\n    341.76\n  ],\n  [\n    \"Factory TPPs 2,60%\",\n    116.44\n  ],\n  [\n    \"HPP 11,75%\",\n    525.97\n  ],\n  [\n    \"Small HPPs 5,65%\",\n    252.82\n  ],\n  [\n    \"Wind 3,99%\",\n    178.62\n  ],\n  [\n    \"PV 3,56%\",\n    159.23\n  ],\n  [\n    \"Bio 0,48%\",\n    21.58\n  ]\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CA_AB/solar_rpt_longterm.csv",
    "content": "Forecast Transaction Date,Min,Most Likely,Max,Actual,MCR,Pct Min,Pct Most Likely,Pct Max\n2025-03-18 04:00,0,0,0,0,1825,0,0,0\n2025-03-18 05:00,0,0,0,0,1825,0,0,0\n2025-03-18 06:00,0,0,0,0,1825,0,0,0\n2025-03-18 07:00,2.21,6.45,15.04,0.44,1825,0.12,0.35,0.82\n2025-03-18 08:00,36.13,92.67,231.4,59.33,1825,1.98,5.08,12.68\n2025-03-18 09:00,112.42,255.75,650.52,200.78,1825,6.16,14.01,35.64\n2025-03-18 10:00,215.76,378.89,980.37,448.79,1825,11.82,20.76,53.72\n2025-03-18 11:00,460.35,592.6,1304.94,643.54,1825,25.22,32.47,71.5\n2025-03-18 12:00,665.84,744.04,1288.57,861.41,1825,36.48,40.77,70.61\n2025-03-18 13:00,788.31,945.51,1448.16,912.48,1825,43.2,51.81,79.35\n2025-03-18 14:00,881.15,1044.34,1550.78,935.15,1825,48.28,57.22,84.97\n2025-03-18 15:00,897.48,1017.66,1499.7,1003.65,1825,49.18,55.76,82.18\n2025-03-18 16:00,767.72,1051.89,1367.54,1166.42,1825,42.07,57.64,74.93\n2025-03-18 17:00,458.05,875.65,992.89,1229.85,1825,25.1,47.98,54.4\n2025-03-18 18:00,208.98,438.7,476.88,550.85,1825,11.45,24.04,26.13\n2025-03-18 19:00,25.28,49.55,52.14,34.87,1825,1.39,2.72,2.86\n2025-03-18 20:00,0,0,0,0,1825,0,0,0\n2025-03-18 21:00,0,0,0,0,1825,0,0,0\n2025-03-18 22:00,0,0,0,0,1825,0,0,0\n2025-03-18 23:00,0,0,0,0,1825,0,0,0\n2025-03-19 00:00,0,0,0,0,1825,0,0,0\n2025-03-19 01:00,0,0,0,0,1825,0,0,0\n2025-03-19 02:00,0,0,0,0,1825,0,0,0\n2025-03-19 03:00,0,0,0,0,1825,0,0,0\n2025-03-19 04:00,0,0,0,0,1825,0,0,0\n2025-03-19 05:00,0,0,0,0,1825,0,0,0\n2025-03-19 06:00,0,0,0,0,1825,0,0,0\n2025-03-19 07:00,26.51,37,44.95,9.23,1825,1.45,2.03,2.46\n2025-03-19 08:00,339.03,425.15,502.61,364.68,1825,18.58,23.3,27.54\n2025-03-19 09:00,1000.09,1052.06,1099.48,1130.23,1825,54.8,57.65,60.25\n2025-03-19 10:00,1372.25,1394.69,1414.18,1486.37,1825,75.19,76.42,77.49\n2025-03-19 11:00,1505.36,1542.91,1575.97,1544.01,1825,82.49,84.54,86.35\n2025-03-19 12:00,1506.49,1526.05,1557.53,1508.64,1825,82.55,83.62,85.34\n2025-03-19 13:00,1481.16,1520.99,1555.27,1477.82,1825,81.16,83.34,85.22\n2025-03-19 14:00,1429.41,1459.68,1507.96,1468.3,1825,78.32,79.98,82.63\n2025-03-19 15:00,1408.01,1474.66,1558.46,1329.06,1825,77.15,80.8,85.4\n2025-03-19 16:00,1205.01,1302.4,1410.86,1136.24,1825,66.03,71.36,77.31\n2025-03-19 17:00,771.29,903.29,987.07,699.46,1825,42.26,49.5,54.09\n2025-03-19 18:00,290.39,367.85,419.97,180.81,1825,15.91,20.16,23.01\n2025-03-19 19:00,26.65,34.62,39.5,12.61,1825,1.46,1.9,2.16\n2025-03-19 20:00,0,0,0,0,1825,0,0,0\n2025-03-19 21:00,0,0,0,0,1825,0,0,0\n2025-03-19 22:00,0,0,0,0,1825,0,0,0\n2025-03-19 23:00,0,0,0,0,1825,0,0,0\n2025-03-20 00:00,0,0,0,0,1825,0,0,0\n2025-03-20 01:00,0,0,0,0,1825,0,0,0\n2025-03-20 02:00,0,0,0,0,1825,0,0,0\n2025-03-20 03:00,0,0,0,0,1825,0,0,0\n2025-03-20 04:00,0.16,0.16,0.16,,1825,0.01,0.01,0.01\n2025-03-20 05:00,0,0,0,,1825,0,0,0\n2025-03-20 06:00,0,0,0,,1825,0,0,0\n2025-03-20 07:00,6.74,26.79,30.49,,1825,0.37,1.47,1.67\n2025-03-20 08:00,89.15,270.37,300.34,,1825,4.88,14.81,16.46\n2025-03-20 09:00,247.53,684.02,747.8,,1825,13.56,37.48,40.98\n2025-03-20 10:00,399.28,980.8,1159.28,,1825,21.88,53.74,63.52\n2025-03-20 11:00,514.14,1052.13,1235.66,,1825,28.17,57.65,67.71\n2025-03-20 12:00,598.32,1067.09,1248.44,,1825,32.78,58.47,68.41\n2025-03-20 13:00,663.58,1063.03,1291.25,,1825,36.36,58.25,70.75\n2025-03-20 14:00,651.1,1002.02,1296.85,,1825,35.68,54.91,71.06\n2025-03-20 15:00,562.91,924.19,1254.62,,1825,30.84,50.64,68.75\n2025-03-20 16:00,437.55,793.55,1123.58,,1825,23.98,43.48,61.57\n2025-03-20 17:00,259.28,573.29,811.8,,1825,14.21,31.41,44.48\n2025-03-20 18:00,86.47,248.39,314.91,,1825,4.74,13.61,17.26\n2025-03-20 19:00,7.31,26.89,33.12,,1825,0.4,1.47,1.81\n2025-03-20 20:00,0,0,0,,1825,0,0,0\n2025-03-20 21:00,0,0,0,,1825,0,0,0\n2025-03-20 22:00,0,0,0,,1825,0,0,0\n2025-03-20 23:00,0,0,0,,1825,0,0,0\n2025-03-21 00:00,0,0,0,,1825,0,0,0\n2025-03-21 01:00,0,0,0,,1825,0,0,0\n2025-03-21 02:00,0,0,0,,1825,0,0,0\n2025-03-21 03:00,0,0,0,,1825,0,0,0\n2025-03-21 04:00,0,0,0,,1825,0,0,0\n2025-03-21 05:00,0,0,0,,1825,0,0,0\n2025-03-21 06:00,0,0,0,,1825,0,0,0\n2025-03-21 07:00,21.97,39.76,41.28,,1825,1.2,2.18,2.26\n2025-03-21 08:00,215.08,385.04,389.71,,1825,11.79,21.1,21.35\n2025-03-21 09:00,530.64,957.74,1022.68,,1825,29.08,52.48,56.04\n2025-03-21 10:00,680.75,1198.69,1419.46,,1825,37.3,65.68,77.78\n2025-03-21 11:00,710.28,1275.6,1423.96,,1825,38.92,69.9,78.03\n2025-03-21 12:00,913.12,1377.96,1447.95,,1825,50.03,75.5,79.34\n2025-03-21 13:00,1050.07,1397.03,1467.85,,1825,57.54,76.55,80.43\n2025-03-21 14:00,1047.28,1349.97,1444.59,,1825,57.39,73.97,79.16\n2025-03-21 15:00,969.54,1241.67,1348.45,,1825,53.13,68.04,73.89\n2025-03-21 16:00,754.9,1113.24,1244.62,,1825,41.36,61,68.2\n2025-03-21 17:00,477.64,807.78,924.21,,1825,26.17,44.26,50.64\n2025-03-21 18:00,173.09,338.54,381.38,,1825,9.48,18.55,20.9\n2025-03-21 19:00,17.25,37.67,45.1,,1825,0.95,2.06,2.47\n2025-03-21 20:00,0,0,0,,1825,0,0,0\n2025-03-21 21:00,0,0,0,,1825,0,0,0\n2025-03-21 22:00,0,0,0,,1825,0,0,0\n2025-03-21 23:00,0,0,0,,1825,0,0,0\n2025-03-22 00:00,0,0,0,,1825,0,0,0\n2025-03-22 01:00,0,0,0,,1825,0,0,0\n2025-03-22 02:00,0,0,0,,1825,0,0,0\n2025-03-22 03:00,0,0,0,,1825,0,0,0\n2025-03-22 04:00,0,0,0,,1825,0,0,0\n2025-03-22 05:00,0,0,0,,1825,0,0,0\n2025-03-22 06:00,0,0,0,,1825,0,0,0\n2025-03-22 07:00,18.56,35.84,50.04,,1825,1.02,1.96,2.74\n2025-03-22 08:00,223.7,336.2,458.52,,1825,12.26,18.42,25.12\n2025-03-22 09:00,495.66,883.09,1150.26,,1825,27.16,48.39,63.03\n2025-03-22 10:00,681.81,1176.49,1479.86,,1825,37.36,64.47,81.09\n2025-03-22 11:00,859.37,1271.94,1571.18,,1825,47.09,69.7,86.09\n2025-03-22 12:00,1036.57,1283.86,1570.71,,1825,56.8,70.35,86.07\n2025-03-22 13:00,1136.04,1289.17,1557.55,,1825,62.25,70.64,85.35\n2025-03-22 14:00,1147.41,1283.37,1558.08,,1825,62.87,70.32,85.37\n2025-03-22 15:00,993.7,1224.96,1544.12,,1825,54.45,67.12,84.61\n2025-03-22 16:00,764.88,1118.23,1406.73,,1825,41.91,61.27,77.08\n2025-03-22 17:00,570.9,844.65,1057.84,,1825,31.28,46.28,57.96\n2025-03-22 18:00,307.96,381.27,432.98,,1825,16.87,20.89,23.72\n2025-03-22 19:00,32.83,44.23,53.45,,1825,1.8,2.42,2.93\n2025-03-22 20:00,0,0,0,,1825,0,0,0\n2025-03-22 21:00,0,0,0,,1825,0,0,0\n2025-03-22 22:00,0,0,0,,1825,0,0,0\n2025-03-22 23:00,0,0,0,,1825,0,0,0\n2025-03-23 00:00,0,0,0,,1825,0,0,0\n2025-03-23 01:00,0,0,0,,1825,0,0,0\n2025-03-23 02:00,0,0,0,,1825,0,0,0\n2025-03-23 03:00,0,0,0,,1825,0,0,0\n2025-03-23 04:00,0,0,0,,1825,0,0,0\n2025-03-23 05:00,0,0,0,,1825,0,0,0\n2025-03-23 06:00,0,0,0,,1825,0,0,0\n2025-03-23 07:00,32.55,40.94,55.76,,1825,1.78,2.24,3.06\n2025-03-23 08:00,302.64,343.79,490.62,,1825,16.58,18.84,26.88\n2025-03-23 09:00,712.63,761.01,1221.04,,1825,39.05,41.7,66.91\n2025-03-23 10:00,950.62,1095.24,1519.96,,1825,52.09,60.01,83.29\n2025-03-23 11:00,1053.74,1225.34,1600,,1825,57.74,67.14,87.67\n2025-03-23 12:00,1060.41,1244.38,1599.67,,1825,58.1,68.19,87.65\n2025-03-23 13:00,1021.25,1218.48,1589.23,,1825,55.96,66.77,87.08\n2025-03-23 14:00,914.06,1105.9,1598.39,,1825,50.09,60.6,87.58\n2025-03-23 15:00,748.5,924.7,1605.19,,1825,41.01,50.67,87.96\n2025-03-23 16:00,530.65,715.81,1517,,1825,29.08,39.22,83.12\n2025-03-23 17:00,343.71,500.26,1184.49,,1825,18.83,27.41,64.9\n2025-03-23 18:00,129.54,207.14,523.21,,1825,7.1,11.35,28.67\n2025-03-23 19:00,13.16,22,62.41,,1825,0.72,1.21,3.42\n2025-03-23 20:00,0,0,0,,1825,0,0,0\n2025-03-23 21:00,0,0,0,,1825,0,0,0\n2025-03-23 22:00,0,0,0,,1825,0,0,0\n2025-03-23 23:00,0,0,0,,1825,0,0,0\n2025-03-24 00:00,0,0,0,,1825,0,0,0\n2025-03-24 01:00,0,0,0,,1825,0,0,0\n2025-03-24 02:00,0,0,0,,1825,0,0,0\n2025-03-24 03:00,0,0,0,,1825,0,0,0\n2025-03-24 04:00,0,0,0,,1825,0,0,0\n2025-03-24 05:00,0,0,0,,1825,0,0,0\n2025-03-24 06:00,0,0,0,,1825,0,0,0\n2025-03-24 07:00,29.62,39.21,47.49,,1825,1.62,2.15,2.6\n2025-03-24 08:00,269.31,347.06,405.13,,1825,14.76,19.02,22.2\n2025-03-24 09:00,745.82,839.6,935.3,,1825,40.87,46.01,51.25\n2025-03-24 10:00,1005.74,1099.13,1194.22,,1825,55.11,60.23,65.44\n2025-03-24 11:00,1095.01,1166.37,1236.64,,1825,60,63.91,67.76\n2025-03-24 12:00,1143.9,1181.96,1263.08,,1825,62.68,64.76,69.21\n2025-03-24 13:00,1151.54,1184.72,1277.02,,1825,63.1,64.92,69.97\n2025-03-24 14:00,1095.22,1171.91,1261.41,,1825,60.01,64.21,69.12\n2025-03-24 15:00,980.16,1113.87,1259.6,,1825,53.71,61.03,69.02\n2025-03-24 16:00,814.77,996.96,1195.12,,1825,44.64,54.63,65.49\n2025-03-24 17:00,567.37,737.12,917.05,,1825,31.09,40.39,50.25\n2025-03-24 18:00,229.05,332.57,440.68,,1825,12.55,18.22,24.15\n2025-03-24 19:00,25.18,40.25,55.92,,1825,1.38,2.21,3.06\n2025-03-24 20:00,0,0,0,,1825,0,0,0\n2025-03-24 21:00,0,0,0,,1825,0,0,0\n2025-03-24 22:00,0,0,0,,1825,0,0,0\n2025-03-24 23:00,0,0,0,,1825,0,0,0\n2025-03-25 00:00,0,0,0,,1825,0,0,0\n2025-03-25 01:00,0,0,0,,1825,0,0,0\n2025-03-25 02:00,0,0,0,,1825,0,0,0\n2025-03-25 03:00,0,0,0,,1825,0,0,0\n2025-03-25 04:00,0,0,0,,1825,0,0,0\n2025-03-25 05:00,0,0,0,,1825,0,0,0\n2025-03-25 06:00,0,0,0,,1825,0,0,0\n2025-03-25 07:00,8.07,83.25,83.52,,1825,0.44,4.56,4.58\n2025-03-25 08:00,64.8,608.86,610.37,,1825,3.55,33.36,33.44\n2025-03-25 09:00,176.42,1235.43,1242.32,,1825,9.67,67.69,68.07\n2025-03-25 10:00,307.18,1480.63,1494.85,,1825,16.83,81.13,81.91\n2025-03-25 11:00,479.18,1524.12,1539.52,,1825,26.26,83.51,84.36\n2025-03-25 12:00,690.56,1507.31,1522.56,,1825,37.84,82.59,83.43\n2025-03-25 13:00,914.26,1482.3,1496.33,,1825,50.1,81.22,81.99\n2025-03-25 14:00,955.19,1392.35,1474.39,,1825,52.34,76.29,80.79\n2025-03-25 15:00,895.63,1189.23,1480,,1825,49.08,65.16,81.1\n2025-03-25 16:00,785.39,927.13,1360.62,,1825,43.04,50.8,74.55\n2025-03-25 17:00,552.98,658.17,1060.9,,1825,30.3,36.06,58.13\n2025-03-25 18:00,221.35,299.52,484.27,,1825,12.13,16.41,26.54\n2025-03-25 19:00,25.19,36.22,61.73,,1825,1.38,1.98,3.38\n2025-03-25 20:00,0,0,0,,1825,0,0,0\n2025-03-25 21:00,0,0,0,,1825,0,0,0\n2025-03-25 22:00,0,0,0,,1825,0,0,0\n2025-03-25 23:00,0,0,0,,1825,0,0,0\n2025-03-26 00:00,0,0,0,,1825,0,0,0\n2025-03-26 01:00,0,0,0,,1825,0,0,0\n2025-03-26 02:00,0,0,0,,1825,0,0,0\n2025-03-26 03:00,0,0,0,,1825,0,0,0\n2025-03-26 04:00,0,0,0,,1825,0,0,0\n2025-03-26 05:00,0,0,0,,1825,0,0,0\n2025-03-26 06:00,0,0,0.01,,1825,0,0,0\n2025-03-26 07:00,0,101.49,105.25,,1825,0,5.56,5.77\n2025-03-26 08:00,0,674.47,708.83,,1825,0,36.96,38.84\n2025-03-26 09:00,9.96,1288.7,1343.94,,1825,0.55,70.61,73.64\n2025-03-26 10:00,41.89,1508.01,1567.06,,1825,2.3,82.63,85.87\n2025-03-26 11:00,69.5,1529.61,1584.42,,1825,3.81,83.81,86.82\n2025-03-26 12:00,98.25,1507.52,1555.06,,1825,5.38,82.6,85.21\n2025-03-26 13:00,126.82,1495.4,1527.54,,1825,6.95,81.94,83.7\n2025-03-26 14:00,128.59,1486.39,1494.06,,1825,7.05,81.45,81.87\n2025-03-26 15:00,97.53,1458.18,1458.18,,1825,5.34,79.9,79.9\n2025-03-26 16:00,60.02,1348.36,1348.36,,1825,3.29,73.88,73.88\n2025-03-26 17:00,24.42,1031.83,1036.88,,1825,1.34,56.54,56.82\n2025-03-26 18:00,0.95,492.13,510.34,,1825,0.05,26.97,27.96\n2025-03-26 19:00,0.02,67.68,72.7,,1825,0,3.71,3.98\n2025-03-26 20:00,0,0,0,,1825,0,0,0\n2025-03-26 21:00,0,0,0,,1825,0,0,0\n2025-03-26 22:00,0,0,0,,1825,0,0,0\n2025-03-26 23:00,0,0,0,,1825,0,0,0\n2025-03-27 00:00,0,0,0,,1825,0,0,0\n2025-03-27 01:00,0,0,0,,1825,0,0,0\n2025-03-27 02:00,0,0,0,,1825,0,0,0\n2025-03-27 03:00,0,0,0,,1825,0,0,0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CA_AB/wind_rpt_longterm.csv",
    "content": "Forecast Transaction Date,Min,Most Likely,Max,Actual,MCR,Pct Min,Pct Most Likely,Pct Max\n2025-03-18 04:00,1308.25,2075.84,2906.81,2210.66,5688,23,36.5,51.1\n2025-03-18 05:00,940.82,1906.32,3098.39,2226.18,5688,16.54,33.51,54.47\n2025-03-18 06:00,800.17,1835.3,3026.63,1882.7,5688,14.07,32.27,53.21\n2025-03-18 07:00,927.56,1611.24,2531.17,1588.42,5688,16.31,28.33,44.5\n2025-03-18 08:00,987.23,1279.4,1835.96,1381.58,5688,17.36,22.49,32.28\n2025-03-18 09:00,729,951.19,1412.91,1104.6,5688,12.82,16.72,24.84\n2025-03-18 10:00,685.2,896.19,1236.86,889.76,5688,12.05,15.76,21.75\n2025-03-18 11:00,551.66,751.44,1101.88,732.53,5688,9.7,13.21,19.37\n2025-03-18 12:00,470.21,587.83,901.74,428.53,5688,8.27,10.33,15.85\n2025-03-18 13:00,279.04,428.2,680.46,324.73,5688,4.91,7.53,11.96\n2025-03-18 14:00,184.03,318.69,522.63,307.95,5688,3.24,5.6,9.19\n2025-03-18 15:00,200.56,327.06,555.42,264.33,5688,3.53,5.75,9.76\n2025-03-18 16:00,218.99,380.76,827.03,259.44,5688,3.85,6.69,14.54\n2025-03-18 17:00,220.46,400.51,689.73,280.99,5688,3.88,7.04,12.13\n2025-03-18 18:00,258.34,474.17,757.43,428.9,5688,4.54,8.34,13.32\n2025-03-18 19:00,307.76,682.37,912.76,982.45,5688,5.41,12,16.05\n2025-03-18 20:00,704.88,1153.81,1302.47,1795.52,5688,12.39,20.28,22.9\n2025-03-18 21:00,1555.16,1998.39,2135.31,2655.27,5688,27.34,35.13,37.54\n2025-03-18 22:00,2134.93,2734.04,2906.05,3093.58,5688,37.53,48.07,51.09\n2025-03-18 23:00,2555.51,3223.62,3479.69,3349.19,5688,44.93,56.67,61.18\n2025-03-19 00:00,2733.36,3354.24,3657.3,3335.04,5688,48.05,58.97,64.3\n2025-03-19 01:00,2837.53,3343.46,3701.73,3270.24,5688,49.89,58.78,65.08\n2025-03-19 02:00,2594.46,3108.56,3436.18,3155.33,5688,45.61,54.65,60.41\n2025-03-19 03:00,2463.92,2972.83,3375.43,2953.81,5688,43.32,52.26,59.34\n2025-03-19 04:00,2357.18,2815.32,3241.32,2728.18,5688,41.44,49.5,56.99\n2025-03-19 05:00,1948.65,2398.31,2959.23,2586.15,5688,34.26,42.16,52.03\n2025-03-19 06:00,1704.41,2203.6,2832.18,2430.89,5688,29.97,38.74,49.79\n2025-03-19 07:00,1620.86,2179.59,2758.36,2137.66,5688,28.5,38.32,48.49\n2025-03-19 08:00,1303.54,1937.05,2409.11,1884.01,5688,22.92,34.06,42.35\n2025-03-19 09:00,1088.51,1676.27,2174.43,1671.21,5688,19.14,29.47,38.23\n2025-03-19 10:00,1094.45,1571.24,2141.87,1422.44,5688,19.24,27.62,37.66\n2025-03-19 11:00,1181.29,1413.35,1928.76,1416.18,5688,20.77,24.85,33.91\n2025-03-19 12:00,1290.05,1463.77,1814.54,1516.5,5688,22.68,25.73,31.9\n2025-03-19 13:00,1325.05,1599.64,1948.06,1695.78,5688,23.3,28.12,34.25\n2025-03-19 14:00,1366.1,1683.99,2139.41,1892.86,5688,24.02,29.61,37.61\n2025-03-19 15:00,1523.19,1884.76,2462.71,2196.75,5688,26.78,33.14,43.3\n2025-03-19 16:00,1642.1,2054.58,2699.48,2250.42,5688,28.87,36.12,47.46\n2025-03-19 17:00,1659.01,2066.41,2690.02,2211.04,5688,29.17,36.33,47.29\n2025-03-19 18:00,1648.81,2151.22,2681.42,2493.77,5688,28.99,37.82,47.14\n2025-03-19 19:00,1835.05,2446.55,2767.29,2608.72,5688,32.26,43.01,48.65\n2025-03-19 20:00,2284.1,2787.36,3083.33,2718.77,5688,40.16,49,54.21\n2025-03-19 21:00,2299.16,3005.29,3269.45,2700.95,5688,40.42,52.84,57.48\n2025-03-19 22:00,2578.38,2958.56,3246.29,2726.9,5688,45.33,52.01,57.07\n2025-03-19 23:00,2600.04,2728.82,3195.83,2912.43,5688,45.71,47.98,56.19\n2025-03-20 00:00,2574.34,2872.64,3117.41,2863.55,5688,45.26,50.5,54.81\n2025-03-20 01:00,2852.15,3057.42,3331.08,2704.44,5688,50.14,53.75,58.56\n2025-03-20 02:00,2346.45,2760.59,3034.6,2629.73,5688,41.25,48.53,53.35\n2025-03-20 03:00,2184.09,2761.04,3041.31,2581.01,5688,38.4,48.54,53.47\n2025-03-20 04:00,2127.58,2518.45,2744.02,,5688,37.4,44.28,48.24\n2025-03-20 05:00,2215.98,2630.01,2982.63,,5688,38.96,46.24,52.44\n2025-03-20 06:00,2452.57,2684.44,3023.02,,5688,43.12,47.19,53.15\n2025-03-20 07:00,2462.21,2726.33,3072.96,,5688,43.29,47.93,54.03\n2025-03-20 08:00,2392.18,2695.77,3059.71,,5688,42.06,47.39,53.79\n2025-03-20 09:00,2247.24,2608.56,3036.88,,5688,39.51,45.86,53.39\n2025-03-20 10:00,2293.71,2581.71,3005.37,,5688,40.33,45.39,52.84\n2025-03-20 11:00,2401.94,2664.17,2954.2,,5688,42.23,46.84,51.94\n2025-03-20 12:00,2398.68,2723.39,2959.13,,5688,42.17,47.88,52.02\n2025-03-20 13:00,2447.27,2749.84,3028.69,,5688,43.03,48.34,53.25\n2025-03-20 14:00,2428.61,2805.44,3087.55,,5688,42.7,49.32,54.28\n2025-03-20 15:00,2276.73,2819.94,3040.08,,5688,40.03,49.58,53.45\n2025-03-20 16:00,2093.66,2728.52,3015.25,,5688,36.81,47.97,53.01\n2025-03-20 17:00,1948.78,2545.87,2966.85,,5688,34.26,44.76,52.16\n2025-03-20 18:00,1602.64,2336.72,2774.21,,5688,28.18,41.08,48.77\n2025-03-20 19:00,1207.19,2196.89,2492.2,,5688,21.22,38.62,43.82\n2025-03-20 20:00,1082.06,2127.59,2406.08,,5688,19.02,37.4,42.3\n2025-03-20 21:00,1081.69,2085.43,2530.74,,5688,19.02,36.66,44.49\n2025-03-20 22:00,1115.29,2138.91,2562.34,,5688,19.61,37.6,45.05\n2025-03-20 23:00,1103.84,2296.83,2628.5,,5688,19.41,40.38,46.21\n2025-03-21 00:00,1135.9,2501.88,2800.84,,5688,19.97,43.99,49.24\n2025-03-21 01:00,1258.27,2623.14,2928.42,,5688,22.12,46.12,51.48\n2025-03-21 02:00,1529.28,2664.52,2993.16,,5688,26.89,46.84,52.62\n2025-03-21 03:00,1799.67,2609.34,2876.04,,5688,31.64,45.87,50.56\n2025-03-21 04:00,1919.11,2454.05,2689.7,,5688,33.74,43.14,47.29\n2025-03-21 05:00,1931.41,2306.57,2552.69,,5688,33.96,40.55,44.88\n2025-03-21 06:00,1705.93,2229.69,2554.5,,5688,29.99,39.2,44.91\n2025-03-21 07:00,1360.37,2247.47,2697.87,,5688,23.92,39.51,47.43\n2025-03-21 08:00,1295.98,2325.91,2831.66,,5688,22.78,40.89,49.78\n2025-03-21 09:00,1547.29,2402.4,2935.91,,5688,27.2,42.24,51.62\n2025-03-21 10:00,1995.36,2520.28,3014.29,,5688,35.08,44.31,52.99\n2025-03-21 11:00,2293.92,2769,3103.75,,5688,40.33,48.68,54.57\n2025-03-21 12:00,2439.33,3026.26,3194.27,,5688,42.89,53.2,56.16\n2025-03-21 13:00,2569.06,3159.56,3281.52,,5688,45.17,55.55,57.69\n2025-03-21 14:00,2756.85,3224.79,3397.4,,5688,48.47,56.69,59.73\n2025-03-21 15:00,2904.45,3263.18,3478.51,,5688,51.06,57.37,61.16\n2025-03-21 16:00,2691.41,3163.95,3526.36,,5688,47.32,55.63,62\n2025-03-21 17:00,2156.68,3002.09,3581.05,,5688,37.92,52.78,62.96\n2025-03-21 18:00,2130.93,2924.69,3383.94,,5688,37.46,51.42,59.49\n2025-03-21 19:00,2157.74,2905.45,3214.14,,5688,37.93,51.08,56.51\n2025-03-21 20:00,2284.12,2882.94,3344.79,,5688,40.16,50.68,58.8\n2025-03-21 21:00,2439.36,2905.29,3372.89,,5688,42.89,51.08,59.3\n2025-03-21 22:00,2163.8,2888.12,3316.91,,5688,38.04,50.78,58.31\n2025-03-21 23:00,2018.18,2774.21,3493.35,,5688,35.48,48.77,61.42\n2025-03-22 00:00,1847.84,2757.69,3686.56,,5688,32.49,48.48,64.81\n2025-03-22 01:00,1596.12,2693.8,3668.34,,5688,28.06,47.36,64.49\n2025-03-22 02:00,1336.15,2501.02,3659.85,,5688,23.49,43.97,64.34\n2025-03-22 03:00,1328.78,2337.3,3575.52,,5688,23.36,41.09,62.86\n2025-03-22 04:00,1354.53,2289.05,3405.99,,5688,23.81,40.24,59.88\n2025-03-22 05:00,1393.35,2289.41,3232.99,,5688,24.5,40.25,56.84\n2025-03-22 06:00,1332.62,2314.28,3057.92,,5688,23.43,40.69,53.76\n2025-03-22 07:00,1342.77,2359.24,2910.37,,5688,23.61,41.48,51.17\n2025-03-22 08:00,1549.23,2388.96,2875.65,,5688,27.24,42,50.56\n2025-03-22 09:00,1719.48,2263.51,2811.17,,5688,30.23,39.79,49.42\n2025-03-22 10:00,1743.15,2232.78,2958.73,,5688,30.65,39.25,52.02\n2025-03-22 11:00,1701.14,2456.57,3171.32,,5688,29.91,43.19,55.75\n2025-03-22 12:00,1544.65,2661.78,3206.4,,5688,27.16,46.8,56.37\n2025-03-22 13:00,1485.54,2787.19,3278.42,,5688,26.12,49,57.64\n2025-03-22 14:00,1559.37,2863.95,3338.96,,5688,27.42,50.35,58.7\n2025-03-22 15:00,1717.42,2832.66,3254.36,,5688,30.19,49.8,57.21\n2025-03-22 16:00,1683.96,2663.64,3021.57,,5688,29.61,46.83,53.12\n2025-03-22 17:00,1253.92,2308.15,2626.12,,5688,22.05,40.58,46.17\n2025-03-22 18:00,678.28,1846.8,2056.51,,5688,11.92,32.47,36.16\n2025-03-22 19:00,413.37,1466.25,1621.53,,5688,7.27,25.78,28.51\n2025-03-22 20:00,475.65,1286.42,1462.49,,5688,8.36,22.62,25.71\n2025-03-22 21:00,714.12,1350.13,1610.25,,5688,12.55,23.74,28.31\n2025-03-22 22:00,1000.18,1552.23,1779.91,,5688,17.58,27.29,31.29\n2025-03-22 23:00,1193.42,1856.1,2064.56,,5688,20.98,32.63,36.3\n2025-03-23 00:00,1431.83,2172.01,2548.47,,5688,25.17,38.19,44.8\n2025-03-23 01:00,1757.9,2331.96,2919.06,,5688,30.91,41,51.32\n2025-03-23 02:00,1999.8,2443.43,3051.82,,5688,35.16,42.96,53.65\n2025-03-23 03:00,2064.71,2537.34,3095.92,,5688,36.3,44.61,54.43\n2025-03-23 04:00,1959.39,2538.76,3065.18,,5688,34.45,44.63,53.89\n2025-03-23 05:00,1821.02,2474.68,2928.25,,5688,32.02,43.51,51.48\n2025-03-23 06:00,1657.16,2331.5,2737.37,,5688,29.13,40.99,48.13\n2025-03-23 07:00,1509.08,2171.29,2507.22,,5688,26.53,38.17,44.08\n2025-03-23 08:00,1358.74,2046.98,2469.42,,5688,23.89,35.99,43.41\n2025-03-23 09:00,1348.11,1915.01,2530.43,,5688,23.7,33.67,44.49\n2025-03-23 10:00,1283.55,1836.61,2592.78,,5688,22.57,32.29,45.58\n2025-03-23 11:00,1192.83,1865.58,2647.01,,5688,20.97,32.8,46.54\n2025-03-23 12:00,1155.74,1980.43,2750.07,,5688,20.32,34.82,48.35\n2025-03-23 13:00,1092.54,2171.58,2901.38,,5688,19.21,38.18,51.01\n2025-03-23 14:00,1051.25,2365.33,3052.66,,5688,18.48,41.58,53.67\n2025-03-23 15:00,1121.56,2462.26,3186.87,,5688,19.72,43.29,56.03\n2025-03-23 16:00,1192.14,2463.87,3303.11,,5688,20.96,43.32,58.07\n2025-03-23 17:00,1106.06,2476.2,3418.48,,5688,19.45,43.53,60.1\n2025-03-23 18:00,896.41,2549.52,3537.6,,5688,15.76,44.82,62.19\n2025-03-23 19:00,689.89,2682.49,3660.24,,5688,12.13,47.16,64.35\n2025-03-23 20:00,575.99,2824.99,3781,,5688,10.13,49.67,66.47\n2025-03-23 21:00,578.95,3004.88,3899.52,,5688,10.18,52.83,68.56\n2025-03-23 22:00,717.67,3222.3,4016.12,,5688,12.62,56.65,70.61\n2025-03-23 23:00,855.69,3432,4083.61,,5688,15.04,60.34,71.79\n2025-03-24 00:00,930.6,3410.77,3769.49,,5688,16.36,59.96,66.27\n2025-03-24 01:00,980.01,3347.85,3611.84,,5688,17.23,58.86,63.5\n2025-03-24 02:00,1013.47,3336.45,3582.41,,5688,17.82,58.66,62.98\n2025-03-24 03:00,1021.79,3381.71,3605.18,,5688,17.96,59.45,63.38\n2025-03-24 04:00,1001.58,3489.38,3729.28,,5688,17.61,61.35,65.56\n2025-03-24 05:00,956.58,3615.25,3909.12,,5688,16.82,63.56,68.73\n2025-03-24 06:00,953.66,3648.05,4039.61,,5688,16.77,64.14,71.02\n2025-03-24 07:00,960.23,3592.14,4118.14,,5688,16.88,63.15,72.4\n2025-03-24 08:00,1021.99,3544.68,4188.05,,5688,17.97,62.32,73.63\n2025-03-24 09:00,1119.67,3451.86,4135.42,,5688,19.68,60.69,72.7\n2025-03-24 10:00,1219.47,3315.51,3948.88,,5688,21.44,58.29,69.42\n2025-03-24 11:00,1428.24,3203.98,3759.36,,5688,25.11,56.33,66.09\n2025-03-24 12:00,1718.69,3184.4,3726.09,,5688,30.22,55.98,65.51\n2025-03-24 13:00,1970.96,3249.39,3853.9,,5688,34.65,57.13,67.75\n2025-03-24 14:00,2117.65,3305.01,3981.17,,5688,37.23,58.1,69.99\n2025-03-24 15:00,2267.18,3238,3973.85,,5688,39.86,56.93,69.86\n2025-03-24 16:00,2300.29,3050.58,3825.02,,5688,40.44,53.63,67.25\n2025-03-24 17:00,2136.14,2866.87,3676.34,,5688,37.56,50.4,64.63\n2025-03-24 18:00,2061.75,2750.01,3484.42,,5688,36.25,48.35,61.26\n2025-03-24 19:00,2076.98,2677.44,3257,,5688,36.52,47.07,57.26\n2025-03-24 20:00,2072.24,2596.28,3204.07,,5688,36.43,45.64,56.33\n2025-03-24 21:00,1980.19,2434.07,3203.7,,5688,34.81,42.79,56.32\n2025-03-24 22:00,1804.15,2193.09,3207.89,,5688,31.72,38.56,56.4\n2025-03-24 23:00,1608.63,1972.17,3186.2,,5688,28.28,34.67,56.02\n2025-03-25 00:00,1474.55,1954.94,3077.21,,5688,25.92,34.37,54.1\n2025-03-25 01:00,1396.07,1861.77,2809.27,,5688,24.54,32.73,49.39\n2025-03-25 02:00,1313.47,1663.76,2473.96,,5688,23.09,29.25,43.49\n2025-03-25 03:00,1273.37,1487.08,2367.64,,5688,22.39,26.14,41.63\n2025-03-25 04:00,1277.09,1386.28,2220.83,,5688,22.45,24.37,39.04\n2025-03-25 05:00,1280.34,1343.79,2073.56,,5688,22.51,23.63,36.45\n2025-03-25 06:00,1264.77,1285.85,1906.59,,5688,22.24,22.61,33.52\n2025-03-25 07:00,1199.83,1199.83,1719.4,,5688,21.09,21.09,30.23\n2025-03-25 08:00,1117.63,1117.63,1531.44,,5688,19.65,19.65,26.92\n2025-03-25 09:00,981.59,981.59,1366.78,,5688,17.26,17.26,24.03\n2025-03-25 10:00,807.26,807.26,1225.61,,5688,14.19,14.19,21.55\n2025-03-25 11:00,650.55,660.33,1083.91,,5688,11.44,11.61,19.06\n2025-03-25 12:00,525.41,545.48,1003.5,,5688,9.24,9.59,17.64\n2025-03-25 13:00,461.01,461.07,985.92,,5688,8.1,8.11,17.33\n2025-03-25 14:00,387.28,387.29,966.94,,5688,6.81,6.81,17\n2025-03-25 15:00,309.89,343.33,940.57,,5688,5.45,6.04,16.54\n2025-03-25 16:00,244.05,332.73,906.57,,5688,4.29,5.85,15.94\n2025-03-25 17:00,213.77,335.67,871.46,,5688,3.76,5.9,15.32\n2025-03-25 18:00,187.15,384.62,837.07,,5688,3.29,6.76,14.72\n2025-03-25 19:00,161.74,478.75,804.88,,5688,2.84,8.42,14.15\n2025-03-25 20:00,189.05,592.31,900.7,,5688,3.32,10.41,15.84\n2025-03-25 21:00,301.04,738.91,1077.22,,5688,5.29,12.99,18.94\n2025-03-25 22:00,551.13,940.19,1248.9,,5688,9.69,16.53,21.96\n2025-03-25 23:00,831.11,1218.63,1412.85,,5688,14.61,21.42,24.84\n2025-03-26 00:00,780.38,1382.06,1510.9,,5688,13.72,24.3,26.56\n2025-03-26 01:00,610.43,1371.95,1539.14,,5688,10.73,24.12,27.06\n2025-03-26 02:00,439.74,1376.56,1566.63,,5688,7.73,24.2,27.54\n2025-03-26 03:00,395.85,1398.32,1592.88,,5688,6.96,24.58,28\n2025-03-26 04:00,483.04,1424.7,1617.83,,5688,8.49,25.05,28.44\n2025-03-26 05:00,569.2,1466.54,1641.73,,5688,10.01,25.78,28.86\n2025-03-26 06:00,541.59,1418.28,1541.45,,5688,9.52,24.93,27.1\n2025-03-26 07:00,396.85,1269.18,1320.83,,5688,6.98,22.31,23.22\n2025-03-26 08:00,251.35,1126.72,1250.37,,5688,4.42,19.81,21.98\n2025-03-26 09:00,189.06,979.06,1216.08,,5688,3.32,17.21,21.38\n2025-03-26 10:00,212.38,838.16,1197.56,,5688,3.73,14.74,21.05\n2025-03-26 11:00,234.66,725.9,1256.38,,5688,4.13,12.76,22.09\n2025-03-26 12:00,255.59,666.05,1250.74,,5688,4.49,11.71,21.99\n2025-03-26 13:00,274.63,666.97,1196.15,,5688,4.83,11.73,21.03\n2025-03-26 14:00,292.22,694.43,1214.5,,5688,5.14,12.21,21.35\n2025-03-26 15:00,343.92,734.62,1264.49,,5688,6.05,12.92,22.23\n2025-03-26 16:00,431.4,793.65,1357.04,,5688,7.58,13.95,23.86\n2025-03-26 17:00,519,893.54,1556.89,,5688,9.12,15.71,27.37\n2025-03-26 18:00,610.4,1026.32,1690.49,,5688,10.73,18.04,29.72\n2025-03-26 19:00,704.95,1173.18,1696.53,,5688,12.39,20.63,29.83\n2025-03-26 20:00,799.44,1326.32,1713.72,,5688,14.05,23.32,30.13\n2025-03-26 21:00,876.87,1484.26,1735.54,,5688,15.42,26.09,30.51\n2025-03-26 22:00,935.64,1669.98,1827.76,,5688,16.45,29.36,32.13\n2025-03-26 23:00,993.38,1890.94,2033.13,,5688,17.46,33.24,35.74\n2025-03-27 00:00,1028.69,2012.26,2238.51,,5688,18.09,35.38,39.35\n2025-03-27 01:00,1040.24,2015.65,2419.13,,5688,18.29,35.44,42.53\n2025-03-27 02:00,1050.13,2040.9,2646.29,,5688,18.46,35.88,46.52\n2025-03-27 03:00,1123.71,2080.44,3092.52,,5688,19.76,36.58,54.37\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CA_ON/adequacy_report_20250228.xml",
    "content": "<ns0:Document xmlns:ns0=\"http://www.ieso.ca/schema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" docID=\"Adequacy2\" xsi:schemaLocation=\"http://www.ieso.ca/schema https://reports-public.ieso.ca/docrefs/schema/Adequacy2_r2.xsd\">\n<ns0:DocHeader>\n<ns0:DocTitle>Adequacy Report</ns0:DocTitle>\n<ns0:DocRevision>2</ns0:DocRevision>\n<ns0:DocConfidentiality>\n<ns0:DocConfClass>PUB</ns0:DocConfClass>\n</ns0:DocConfidentiality>\n<ns0:CreatedAt>2025-02-28T04:22:51</ns0:CreatedAt>\n</ns0:DocHeader>\n<ns0:DocBody>\n<ns0:DeliveryDate>2025-02-28</ns0:DeliveryDate>\n<ns0:ForecastSupply>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>37988</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Energies>\n<ns0:Energy>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMWhr>23608</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMWhr>23119</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMWhr>23156</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMWhr>22719</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMWhr>21888</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMWhr>21914</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMWhr>22071</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMWhr>22690</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMWhr>23438</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMWhr>23914</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25157</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25831</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25654</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25589</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25449</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25634</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25958</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMWhr>26963</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMWhr>27114</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMWhr>26708</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMWhr>26119</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25188</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25183</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMWhr>25183</ns0:EnergyMWhr>\n</ns0:Energy>\n</ns0:Energies>\n<ns0:InternalResources>\n<ns0:InternalResource>\n<ns0:FuelType>Nuclear</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>13206</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>4429</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>8895</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>8760</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Gas</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>10686</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1039</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>904</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>6359</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>6754</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>6076</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>6139</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>6745</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>6724</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>6725</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>7657</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>8210</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>8208</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>8266</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>8321</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>8318</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>8312</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>8309</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>8307</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>8552</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8558</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>8559</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>8564</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>8563</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8308</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>8311</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>8226</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>2771</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>2639</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>2742</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>2870</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>4054</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>4798</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>5242</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>5423</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>4699</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>3495</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>2750</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>2206</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1619</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1299</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1296</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1354</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1763</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>2921</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>3912</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>4082</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>3663</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>2727</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>1805</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>798</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Hydro</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>8351</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1413</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1413</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1413</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1432</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1415</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1244</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1157</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1151</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1151</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1157</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>1157</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>1165</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>1168</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:ForecastEnergies>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3406</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3445</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3479</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3486</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3444</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3795</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4026</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4584</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4928</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4691</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4712</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4852</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4298</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4183</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3986</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3982</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4186</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMWhr>5286</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMWhr>5531</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMWhr>5294</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4627</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3760</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3583</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n<ns0:ForecastEnergy>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3412</ns0:EnergyMWhr>\n</ns0:ForecastEnergy>\n</ns0:ForecastEnergies>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>5812</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>5817</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>5816</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>5852</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>5850</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>5984</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>6308</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>6597</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>6591</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>6368</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>6079</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>6077</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>6081</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>6079</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>6365</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>6378</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>6535</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>6609</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>6610</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>6609</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>6606</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>6607</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>6314</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>6314</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>3837</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>3810</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>3883</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>3818</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>4219</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>4771</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>5314</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>5457</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>5312</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>4987</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>4410</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>4142</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>4173</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>4415</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>4507</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>4586</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>5043</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>5280</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>5238</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>5103</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>4914</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>4528</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>4110</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>4029</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Wind</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>4943</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>2235</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>2763</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>2760</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>3204</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>3993</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>4318</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4393</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>4342</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>3993</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>3343</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>2140</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1614</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1239</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1183</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1109</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1029</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1031</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1076</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1159</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1328</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1251</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>1144</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>972</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>801</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:Forecasts>\n<ns0:Forecast>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>2708</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>2180</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>2183</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1738</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>950</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>625</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>550</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>600</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>950</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1600</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>2803</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>3329</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>3703</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>3760</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>3834</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>3914</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>3911</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>3867</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>3784</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>3615</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>3692</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>3799</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>3971</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>4142</ns0:EnergyMW>\n</ns0:Forecast>\n</ns0:Forecasts>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>2681</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>2410</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1951</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1883</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>938</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>618</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>543</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>593</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>938</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1581</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>2762</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>3283</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>3649</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>3707</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>3781</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>3863</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>3865</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>3826</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>3744</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>3575</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>3650</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>3752</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>3923</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>4093</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Solar</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>467</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>412</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>349</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>330</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>321</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>319</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>326</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>343</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>370</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>417</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>467</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>478</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:Forecasts>\n<ns0:Forecast>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>11</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>66</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>129</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>148</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>157</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>159</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>152</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>135</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>62</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>11</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n<ns0:Forecast>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Forecast>\n</ns0:Forecasts>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>11</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>66</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>129</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>148</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>157</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>159</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>152</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>135</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>62</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>11</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Biofuel</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>315</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>116</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>199</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>17</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:InternalResource>\n<ns0:FuelType>Other</ns0:FuelType>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:OfferForecasts>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:OfferForecast>\n</ns0:OfferForecasts>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:InternalResource>\n<ns0:TotalInternalResources>\n<ns0:Outages>\n<ns0:Outage>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>10269</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>10787</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>10784</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>11220</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>11992</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>12311</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>12379</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>12316</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>11920</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>11222</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>10026</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>9502</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>9150</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>9085</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>9029</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>8844</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>8724</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8733</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>8819</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>8984</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>8915</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8810</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>8649</ns0:EnergyMW>\n</ns0:Outage>\n<ns0:Outage>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>8484</ns0:EnergyMW>\n</ns0:Outage>\n</ns0:Outages>\n<ns0:OfferForecasts>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>23791</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>23662</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>22986</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>22641</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>22457</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>22245</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>22495</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>23959</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>24912</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>25398</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>26390</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>26977</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>27355</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>27396</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>27736</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>27801</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>28153</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>28138</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>28047</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>27882</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>27954</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>27807</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>27690</ns0:EnergyMW>\n</ns0:OfferForecast>\n<ns0:OfferForecast>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>27775</ns0:EnergyMW>\n</ns0:OfferForecast>\n</ns0:OfferForecasts>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>18066</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>17636</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>17353</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>17348</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>17988</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>18963</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>19876</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>20261</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>19793</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>18967</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>18847</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>18564</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>18377</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>18350</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>18496</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>18688</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>19509</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>20814</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>21671</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>21536</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>21003</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>19783</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>18615</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>17697</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:TotalInternalResources>\n</ns0:InternalResources>\n<ns0:ZonalImports>\n<ns0:ZonalImport>\n<ns0:ZoneName>Manitoba</ns0:ZoneName>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>388</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>503</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>388</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>388</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>388</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>342</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>266</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>72</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>127</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>146</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>144</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>141</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>139</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>146</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>115</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>101</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>55</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalImport>\n<ns0:ZonalImport>\n<ns0:ZoneName>Minnesota</ns0:ZoneName>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>189</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>266</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>189</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>189</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>189</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>150</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>129</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>75</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalImport>\n<ns0:ZonalImport>\n<ns0:ZoneName>Michigan</ns0:ZoneName>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>683</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>683</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>823</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>913</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>914</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>820</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>960</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>963</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>820</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>963</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>963</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>680</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>3</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>143</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>423</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>513</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>514</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>143</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>76</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>143</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>3</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalImport>\n<ns0:ZonalImport>\n<ns0:ZoneName>New York</ns0:ZoneName>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>200</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>200</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>206</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalImport>\n<ns0:ZonalImport>\n<ns0:ZoneName>Quebec</ns0:ZoneName>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1384</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>164</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalImport>\n<ns0:TotalImports>\n<ns0:Offers>\n<ns0:Offer>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1613</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1421</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1424</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1339</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1582</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1349</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1356</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>2136</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>2276</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>2416</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>2416</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>2416</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>2416</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>2416</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>2587</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1370</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1227</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1370</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1370</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>916</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>916</ns0:EnergyMW>\n</ns0:Offer>\n<ns0:Offer>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>971</ns0:EnergyMW>\n</ns0:Offer>\n</ns0:Offers>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>230</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>233</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>230</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>228</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>238</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>347</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>713</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>522</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>523</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1229</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>152</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>85</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>152</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>12</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>64</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n<ns0:Estimates>\n<ns0:Estimate>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n<ns0:Estimate>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Estimate>\n</ns0:Estimates>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>171</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n</ns0:TotalImports>\n</ns0:ZonalImports>\n<ns0:BottledCapacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>1020</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:BottledCapacities>\n<ns0:Regulations>\n<ns0:Regulation>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n<ns0:Regulation>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>108</ns0:EnergyMW>\n</ns0:Regulation>\n</ns0:Regulations>\n<ns0:TotalSupplies>\n<ns0:Supply>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>26590</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>26072</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>26075</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>25640</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>24867</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>24549</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>24480</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>24543</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>24939</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>25637</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>26833</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>27357</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>27709</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>27774</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>27830</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>28015</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>28305</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>28297</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>28211</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>28045</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>28115</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>28049</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>28210</ns0:EnergyMW>\n</ns0:Supply>\n<ns0:Supply>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>28375</ns0:EnergyMW>\n</ns0:Supply>\n</ns0:TotalSupplies>\n</ns0:ForecastSupply>\n<ns0:ForecastDemand>\n<ns0:RampStatuses>\n<ns0:RampStatus>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:Ramp>Y</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:Ramp>Y</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:Ramp>Y</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n<ns0:RampStatus>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:Ramp>N</ns0:Ramp>\n</ns0:RampStatus>\n</ns0:RampStatuses>\n<ns0:OntarioDemand>\n<ns0:ForecastOntDemand>\n<ns0:Demand>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>15660</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>15363</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>15290</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>15280</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>15934</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>16942</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>18185</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>18770</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>18985</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>18708</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>18450</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>18271</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>18054</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>17917</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>17986</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>18189</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>18729</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>19290</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>19440</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>19310</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>18860</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>18101</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>17101</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>16298</ns0:EnergyMW>\n</ns0:Demand>\n</ns0:ForecastOntDemand>\n<ns0:PeakDemand>\n<ns0:Demand>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>15734</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>15512</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>15335</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>15432</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>15934</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>16942</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>18185</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>18878</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>19047</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>18847</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>18579</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>18361</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>18163</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>17986</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>18088</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>18459</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>19010</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>19365</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>19475</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>19375</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>19085</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>18481</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>17601</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>16700</ns0:EnergyMW>\n</ns0:Demand>\n</ns0:PeakDemand>\n<ns0:AverageDemand>\n<ns0:Demand>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>15660</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>15363</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>15290</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>15280</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>15583</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>16284</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>17599</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>18770</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>18985</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>18708</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>18450</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>18271</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>18054</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>17917</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>17986</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>18189</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>18729</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>19290</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>19440</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>19310</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>18860</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>18101</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>17101</ns0:EnergyMW>\n</ns0:Demand>\n<ns0:Demand>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>16298</ns0:EnergyMW>\n</ns0:Demand>\n</ns0:AverageDemand>\n<ns0:WindEmbedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>187</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>168</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>149</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>132</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>100</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>80</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>68</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>69</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>84</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>112</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>150</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>186</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>215</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>231</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>244</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>252</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>248</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>243</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>240</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>238</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>243</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>245</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>251</ns0:EnergyMW>\n</ns0:Embedded>\n</ns0:WindEmbedded>\n<ns0:SolarEmbedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>57</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>205</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>334</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>408</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>424</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>410</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>392</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>347</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>262</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>132</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>21</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n<ns0:Embedded>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Embedded>\n</ns0:SolarEmbedded>\n<ns0:DispatchableLoad>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>612</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n<ns0:BidForecasts>\n<ns0:BidForecast>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>328</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>328</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>328</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>343</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>343</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>308</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>313</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>234</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>234</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>302</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>304</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>304</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>345</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>383</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>379</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>379</ns0:EnergyMW>\n</ns0:BidForecast>\n<ns0:BidForecast>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>379</ns0:EnergyMW>\n</ns0:BidForecast>\n</ns0:BidForecasts>\n<ns0:ScheduledON>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>-274</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>-276</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>-276</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>-288</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>-274</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>-271</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>-271</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>-230</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>-230</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>-232</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>-233</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>-299</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>-299</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>-298</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>-298</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>-298</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-298</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-301</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-301</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-342</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-342</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>-337</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>-337</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>-337</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:ScheduledON>\n<ns0:ScheduledOFF>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>52</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>52</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>55</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>69</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>36</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>42</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>4</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>42</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>42</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>42</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>42</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:ScheduledOFF>\n</ns0:DispatchableLoad>\n<ns0:HourlyDemandResponse>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>629</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>629</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>629</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>629</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>629</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-629</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-629</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-629</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-629</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-629</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n<ns0:Curtailed>\n<ns0:Curtail>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n<ns0:Curtail>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Curtail>\n</ns0:Curtailed>\n</ns0:HourlyDemandResponse>\n</ns0:OntarioDemand>\n<ns0:ZonalExports>\n<ns0:ZonalExport>\n<ns0:ZoneName>Manitoba</ns0:ZoneName>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>73</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalExport>\n<ns0:ZonalExport>\n<ns0:ZoneName>Minnesota</ns0:ZoneName>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>31</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>54</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalExport>\n<ns0:ZonalExport>\n<ns0:ZoneName>Michigan</ns0:ZoneName>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>647</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>686</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>686</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>686</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>626</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>686</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1127</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>345</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>345</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>624</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>574</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>295</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>316</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>-350</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>-390</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>-290</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>-390</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>-330</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>-490</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>-779</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>-50</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>-50</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>-50</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>-100</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>-120</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalExport>\n<ns0:ZonalExport>\n<ns0:ZoneName>New York</ns0:ZoneName>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1435</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1238</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1081</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>981</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>982</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>982</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1006</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1127</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1191</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1600</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1600</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1690</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1655</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1690</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1580</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1690</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1590</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1560</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1560</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1590</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1515</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>1495</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>1480</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>1435</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>-1334</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>-1137</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>-980</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>-880</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>-880</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>-880</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>-905</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>-1075</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>-1090</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>-1500</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>-1600</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>-1565</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>-1530</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>-1622</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>-1580</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>-1690</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-1590</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-1290</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-1510</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-1540</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-1515</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>-1495</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>-1480</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>-1435</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalExport>\n<ns0:ZonalExport>\n<ns0:ZoneName>Quebec</ns0:ZoneName>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>2077</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>2067</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1965</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>2015</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>2015</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>2015</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1915</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1891</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>791</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>-1191</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>-1183</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>-1183</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>-1233</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>-1233</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>-1137</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>-833</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>-986</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>-272</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>-62</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>-62</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-86</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-9</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-422</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-433</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-354</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>-264</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>-86</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>-162</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n</ns0:ZonalExport>\n<ns0:TotalExports>\n<ns0:Bids>\n<ns0:Bid>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>4263</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>4118</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>3859</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>3809</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>3750</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>3810</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4175</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>3490</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>2454</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>3142</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>3092</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>3182</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>3147</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>3182</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>3072</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>3182</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>3082</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>3052</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>3052</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>3082</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>3007</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>2987</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>2693</ns0:EnergyMW>\n</ns0:Bid>\n<ns0:Bid>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>2669</ns0:EnergyMW>\n</ns0:Bid>\n</ns0:Bids>\n<ns0:Schedules>\n<ns0:Schedule>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>-2875</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>-2710</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>-2453</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>-2503</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>-2443</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>-2507</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>-2517</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>-2111</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>-1412</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>-1612</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>-1762</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>-1674</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>-1639</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>-1731</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>-1689</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>-1799</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>-1776</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>-1399</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>-2032</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>-2073</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>-1969</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>-1859</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>-1666</ns0:EnergyMW>\n</ns0:Schedule>\n<ns0:Schedule>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>-1717</ns0:EnergyMW>\n</ns0:Schedule>\n</ns0:Schedules>\n<ns0:Capacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>637</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:Capacities>\n</ns0:TotalExports>\n</ns0:ZonalExports>\n<ns0:GenerationReserveHoldback>\n<ns0:TotalORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1473</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1673</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1618</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1418</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>1418</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>1418</ns0:EnergyMW>\n</ns0:ORReserve>\n<ns0:ORReserve>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>1418</ns0:EnergyMW>\n</ns0:ORReserve>\n</ns0:TotalORReserve>\n<ns0:Min10MinOR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1000</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>945</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>945</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>945</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>945</ns0:EnergyMW>\n</ns0:Min10OR>\n<ns0:Min10OR>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>945</ns0:EnergyMW>\n</ns0:Min10OR>\n</ns0:Min10MinOR>\n<ns0:Min10MinSpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>250</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n<ns0:Min10SpinOR>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>236</ns0:EnergyMW>\n</ns0:Min10SpinOR>\n</ns0:Min10MinSpinOR>\n<ns0:LoadForecastUncertainties>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n<ns0:Uncertainty>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Uncertainty>\n</ns0:LoadForecastUncertainties>\n<ns0:ContingencyAllowances>\n<ns0:Allowance>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n<ns0:Allowance>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>0</ns0:EnergyMW>\n</ns0:Allowance>\n</ns0:ContingencyAllowances>\n</ns0:GenerationReserveHoldback>\n<ns0:TotalRequirements>\n<ns0:Requirement>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>17715</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>17420</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>17348</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>17335</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>17975</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>19016</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>20253</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>21076</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>21291</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>21014</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>20756</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>20577</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>20360</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>20223</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>20292</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>20495</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>21035</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>21596</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>21746</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>21561</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>20873</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>20114</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>19114</ns0:EnergyMW>\n</ns0:Requirement>\n<ns0:Requirement>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>18311</ns0:EnergyMW>\n</ns0:Requirement>\n</ns0:TotalRequirements>\n<ns0:ExcessCapacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>8875</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>8652</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>8727</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>8305</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>6893</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>5534</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4227</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>3467</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>3648</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>4623</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>6077</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>6780</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>7349</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>7551</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>7538</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>7520</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>7270</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>6701</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>6465</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>6484</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>7242</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>7935</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9096</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>10064</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:ExcessCapacities>\n<ns0:ExcessEnergies>\n<ns0:Energy>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7948</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7756</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7866</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7439</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMWhr>5954</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4972</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3886</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMWhr>3920</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMWhr>4453</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMWhr>5206</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMWhr>6707</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7560</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7600</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7672</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7463</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7445</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7229</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7673</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7674</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7398</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7259</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMWhr>7087</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMWhr>8082</ns0:EnergyMWhr>\n</ns0:Energy>\n<ns0:Energy>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMWhr>8885</ns0:EnergyMWhr>\n</ns0:Energy>\n</ns0:ExcessEnergies>\n<ns0:ExcessOfferedCapacities>\n<ns0:Capacity>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>8333</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>8618</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>7927</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>7500</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>6817</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>5476</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>4732</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>4991</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>5781</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>7250</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>8650</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>9661</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>10237</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>10455</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>10693</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>10387</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>10987</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>9403</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>9059</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>9233</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>9833</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>9203</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9965</ns0:EnergyMW>\n</ns0:Capacity>\n<ns0:Capacity>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>11006</ns0:EnergyMW>\n</ns0:Capacity>\n</ns0:ExcessOfferedCapacities>\n<ns0:UnscheduledResources>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>5999</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>6301</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>5909</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>5581</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>4743</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>3553</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>2890</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>3928</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>5349</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>6664</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>7775</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>8711</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>9276</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>9345</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>9539</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>9411</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>9571</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>8254</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>7307</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>7317</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>7923</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>8362</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>9412</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n<ns0:UnscheduledResource>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>10415</ns0:EnergyMW>\n</ns0:UnscheduledResource>\n</ns0:UnscheduledResources>\n<ns0:UnscheduledImports>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>1</ns0:DeliveryHour>\n<ns0:EnergyMW>1191</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>2</ns0:DeliveryHour>\n<ns0:EnergyMW>1380</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>3</ns0:DeliveryHour>\n<ns0:EnergyMW>1191</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>4</ns0:DeliveryHour>\n<ns0:EnergyMW>1193</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>5</ns0:DeliveryHour>\n<ns0:EnergyMW>1186</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>6</ns0:DeliveryHour>\n<ns0:EnergyMW>992</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>7</ns0:DeliveryHour>\n<ns0:EnergyMW>869</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>8</ns0:DeliveryHour>\n<ns0:EnergyMW>827</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>9</ns0:DeliveryHour>\n<ns0:EnergyMW>833</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>10</ns0:DeliveryHour>\n<ns0:EnergyMW>907</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>11</ns0:DeliveryHour>\n<ns0:EnergyMW>1047</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>12</ns0:DeliveryHour>\n<ns0:EnergyMW>1187</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>13</ns0:DeliveryHour>\n<ns0:EnergyMW>1187</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>14</ns0:DeliveryHour>\n<ns0:EnergyMW>1187</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>15</ns0:DeliveryHour>\n<ns0:EnergyMW>1187</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>16</ns0:DeliveryHour>\n<ns0:EnergyMW>1187</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>17</ns0:DeliveryHour>\n<ns0:EnergyMW>1358</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>18</ns0:DeliveryHour>\n<ns0:EnergyMW>1218</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>19</ns0:DeliveryHour>\n<ns0:EnergyMW>1142</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>20</ns0:DeliveryHour>\n<ns0:EnergyMW>1218</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>21</ns0:DeliveryHour>\n<ns0:EnergyMW>1358</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>22</ns0:DeliveryHour>\n<ns0:EnergyMW>907</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>23</ns0:DeliveryHour>\n<ns0:EnergyMW>907</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n<ns0:UnscheduledImport>\n<ns0:DeliveryHour>24</ns0:DeliveryHour>\n<ns0:EnergyMW>907</ns0:EnergyMW>\n</ns0:UnscheduledImport>\n</ns0:UnscheduledImports>\n</ns0:ForecastDemand>\n</ns0:DocBody>\n</ns0:Document>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CA_ON/var_gen_forecast_summary_report_20250228.xml",
    "content": "<ns0:Document xmlns:ns0=\"http://www.ieso.ca/schema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" docID=\"VGForecastSummary\" xsi:schemaLocation=\"http://www.ieso.ca/schema https://reports-public.ieso.ca/docrefs/schema/VGForecastSummary_r1.xsd\">\n<ns0:DocHeader>\n<ns0:DocTitle>Variable Generation Forecast Summary Report</ns0:DocTitle>\n<ns0:DocRevision>1</ns0:DocRevision>\n<ns0:DocConfidentiality>\n<ns0:DocConfClass>PUB</ns0:DocConfClass>\n</ns0:DocConfidentiality>\n<ns0:CreatedAt>2025-02-28T08:55:43</ns0:CreatedAt>\n</ns0:DocHeader>\n<ns0:DocBody>\n<ns0:ForecastTimeStamp>2025-02-28T08:34:08</ns0:ForecastTimeStamp>\n<ns0:OrganizationData>\n<ns0:OrganizationType>MARKET PARTICIPANT</ns0:OrganizationType>\n<ns0:FuelData>\n<ns0:FuelType>Solar</ns0:FuelType>\n<ns0:ResourceData>\n<ns0:ZoneName>NORTHEAST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>19.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>27.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>28.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>26.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>23.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>22.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>18.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>7.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>1.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>5.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>20.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>34.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>42.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>45.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>45.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>42.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>39.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>15.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>2.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>9.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>OntarioTotal</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>171.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>190.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>194.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>181.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>186.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>147.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>115.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>67.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>11.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>8.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>49.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>103.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>133.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>161.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>175.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>184.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>171.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>142.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>82.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>13.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>14.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>69.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>SOUTHWEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>36.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>42.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>42.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>49.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>60.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>42.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>37.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>27.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>4.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>2.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>17.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>28.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>38.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>54.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>63.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>64.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>53.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>40.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>27.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>4.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>2.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>15.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n</ns0:FuelData>\n<ns0:FuelData>\n<ns0:FuelType>Wind</ns0:FuelType>\n<ns0:ResourceData>\n<ns0:ZoneName>BRUCE</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>215.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>215.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>269.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>323.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>760.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>765.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>758.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>787.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>769.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>732.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>734.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>749.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>780.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>794.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>812.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>803.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>802.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>801.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>794.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>788.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>784.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>781.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>772.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>766.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>760.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>754.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>745.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>740.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>727.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>711.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>696.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>666.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>642.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>603.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>592.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>585.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>571.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>511.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>449.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>396.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>344.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>295.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>256.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>227.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>200.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>196.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>190.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>177.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>NORTHEAST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>82.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>82.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>102.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>123.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>255.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>255.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>220.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>182.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>166.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>176.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>182.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>195.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>214.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>216.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>219.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>220.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>218.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>215.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>209.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>200.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>188.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>178.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>166.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>153.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>142.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>139.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>138.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>140.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>147.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>152.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>151.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>137.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>122.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>110.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>89.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>74.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>66.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>53.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>44.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>39.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>32.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>28.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>27.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>26.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>25.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>26.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>23.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>24.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>OntarioTotal</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>1199.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>1199.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>1499.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>1800.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>3496.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>3599.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>3735.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>3808.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>3888.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>3845.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>3683.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>3718.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>3826.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>3999.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>4164.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>4244.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>4235.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>4192.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>4161.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>4088.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>4029.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>3961.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>3888.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>3805.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>3735.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>3587.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>3439.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>3304.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>3155.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>3028.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>2909.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>2736.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>2542.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>2349.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>2218.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>2102.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>2044.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>1906.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>1751.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>1593.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>1434.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>1265.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>1099.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>952.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>832.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>753.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>712.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>746.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>SOUTHWEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>345.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>345.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>431.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>518.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>885.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>937.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>1052.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>1110.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>1176.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>1165.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>1110.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>1079.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>1027.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>1052.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>1102.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>1138.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>1153.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>1152.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>1158.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>1129.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>1097.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>1085.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1060.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>1035.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>1005.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>973.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>949.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>924.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>903.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>893.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>884.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>856.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>801.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>753.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>704.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>587.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>574.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>558.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>520.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>450.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>384.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>329.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>276.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>244.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>227.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>199.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>195.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>226.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>WEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>371.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>371.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>464.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>556.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>1322.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>1365.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>1402.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>1386.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>1389.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>1345.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>1279.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>1289.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>1308.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>1358.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>1386.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>1430.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>1420.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>1363.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>1315.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>1277.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>1243.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>1211.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1202.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>1187.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>1177.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>1123.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>1063.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>1008.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>936.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>863.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>790.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>696.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>606.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>502.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>464.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>503.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>499.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>482.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>471.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>472.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>460.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>418.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>361.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>291.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>229.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>190.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>186.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>216.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n</ns0:FuelData>\n</ns0:OrganizationData>\n<ns0:OrganizationData>\n<ns0:OrganizationType>EMBEDDED</ns0:OrganizationType>\n<ns0:FuelData>\n<ns0:FuelType>Solar</ns0:FuelType>\n<ns0:ResourceData>\n<ns0:ZoneName>EAST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>258.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>285.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>240.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>217.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>187.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>155.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>103.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>41.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>13.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>52.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>89.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>112.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>124.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>131.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>141.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>134.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>105.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>55.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>2.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>40.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>127.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>ESSA</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>43.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>43.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>38.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>35.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>30.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>23.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>17.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>8.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>5.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>17.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>28.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>33.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>35.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>42.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>55.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>60.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>53.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>30.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>4.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>16.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>48.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>NORTHEAST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>5.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>6.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>7.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>6.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>6.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>5.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>4.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>2.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>0.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>4.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>9.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>12.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>14.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>14.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>14.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>11.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>9.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>5.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>6.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>NORTHWEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>4.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>11.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>17.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>16.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>18.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>21.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>20.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>17.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>7.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>2.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>12.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>23.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>29.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>30.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>30.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>29.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>28.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>22.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>9.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>1.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>OTTAWA</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>32.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>39.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>44.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>42.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>39.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>31.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>19.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>7.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>6.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>11.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>19.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>26.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>28.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>29.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>26.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>20.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>9.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>7.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>23.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>OntarioTotal</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>415.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>481.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>461.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>431.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>401.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>355.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>265.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>140.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>21.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>26.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>114.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>206.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>275.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>323.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>348.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>380.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>378.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>320.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>187.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>28.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>72.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>252.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>SOUTHWEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>17.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>21.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>16.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>16.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>15.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>16.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>15.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>7.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>6.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>9.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>11.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>11.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>10.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>11.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>11.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>10.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>6.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>1.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>7.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>TORONTO</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>15.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>11.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>7.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>6.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>5.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>4.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>2.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>1.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>0.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>4.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>6.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>7.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>7.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>6.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>7.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>7.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>5.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>3.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>0.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>0.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>5.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>WEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>37.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>62.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>88.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>90.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>98.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>95.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>82.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>54.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>11.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>2.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>21.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>40.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>55.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>74.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>84.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>90.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>96.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>87.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>55.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>10.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>0.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>4.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>33.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n</ns0:FuelData>\n<ns0:FuelData>\n<ns0:FuelType>Wind</ns0:FuelType>\n<ns0:ResourceData>\n<ns0:ZoneName>EAST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>9.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>7.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>6.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>7.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>7.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>9.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>10.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>13.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>16.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>21.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>26.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>29.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>27.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>23.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>22.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>21.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>25.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>31.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>38.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>42.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>44.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>45.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>43.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>37.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>36.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>35.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>35.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>37.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>37.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>36.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>36.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>35.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>35.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>34.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>32.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>29.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>27.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>23.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>20.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>19.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>18.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>17.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>16.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>15.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>15.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>14.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>10.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>10.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>OntarioTotal</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>81.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>126.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>172.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>206.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>230.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>242.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>252.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>260.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>268.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>263.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>260.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>254.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>255.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>259.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>268.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>274.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>273.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>269.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>272.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>271.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>269.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>266.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>260.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>251.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>247.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>239.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>231.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>227.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>220.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>214.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>208.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>196.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>180.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>168.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>161.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>155.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>145.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>132.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>120.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>107.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>93.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>79.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>69.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>61.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>56.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>49.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>46.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>50.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>SOUTHWEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>37.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>66.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>94.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>112.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>127.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>133.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>137.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>141.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>141.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>135.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>129.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>124.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>126.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>131.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>136.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>140.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>137.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>132.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>131.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>128.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>126.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>124.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>123.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>122.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>120.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>117.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>114.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>111.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>109.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>108.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>106.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>100.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>91.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>85.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>81.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>78.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>75.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>68.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>61.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>51.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>40.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>30.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>24.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>20.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>17.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>15.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>17.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>20.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n<ns0:ResourceData>\n<ns0:ZoneName>WEST</ns0:ZoneName>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-02-28</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>31.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>45.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>59.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>70.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>76.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>78.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>79.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>78.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>81.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>78.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>77.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>75.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>77.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>79.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>82.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-01</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>85.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>83.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>79.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>75.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>73.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>71.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>69.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>67.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>67.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>10</ns0:ForecastHour>\n<ns0:MWOutput>65.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>11</ns0:ForecastHour>\n<ns0:MWOutput>62.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>12</ns0:ForecastHour>\n<ns0:MWOutput>59.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>13</ns0:ForecastHour>\n<ns0:MWOutput>56.4</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>14</ns0:ForecastHour>\n<ns0:MWOutput>52.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>15</ns0:ForecastHour>\n<ns0:MWOutput>49.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>16</ns0:ForecastHour>\n<ns0:MWOutput>45.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>17</ns0:ForecastHour>\n<ns0:MWOutput>40.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>18</ns0:ForecastHour>\n<ns0:MWOutput>35.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>19</ns0:ForecastHour>\n<ns0:MWOutput>30.5</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>20</ns0:ForecastHour>\n<ns0:MWOutput>30.3</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>21</ns0:ForecastHour>\n<ns0:MWOutput>30.9</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>22</ns0:ForecastHour>\n<ns0:MWOutput>29.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>23</ns0:ForecastHour>\n<ns0:MWOutput>29.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>24</ns0:ForecastHour>\n<ns0:MWOutput>28.1</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n<ns0:EnergyForecast>\n<ns0:ForecastDate>2025-03-02</ns0:ForecastDate>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>1</ns0:ForecastHour>\n<ns0:MWOutput>27.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>2</ns0:ForecastHour>\n<ns0:MWOutput>24.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>3</ns0:ForecastHour>\n<ns0:MWOutput>23.2</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>4</ns0:ForecastHour>\n<ns0:MWOutput>21.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>5</ns0:ForecastHour>\n<ns0:MWOutput>20.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>6</ns0:ForecastHour>\n<ns0:MWOutput>18.0</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>7</ns0:ForecastHour>\n<ns0:MWOutput>15.7</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>8</ns0:ForecastHour>\n<ns0:MWOutput>14.6</ns0:MWOutput>\n</ns0:ForecastInterval>\n<ns0:ForecastInterval>\n<ns0:ForecastHour>9</ns0:ForecastHour>\n<ns0:MWOutput>15.8</ns0:MWOutput>\n</ns0:ForecastInterval>\n</ns0:EnergyForecast>\n</ns0:ResourceData>\n</ns0:FuelData>\n</ns0:OrganizationData>\n</ns0:DocBody>\n</ns0:Document>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CEB/response.text",
    "content": "\"[{\\\"DateTime\\\":\\\"2023-08-23 00:15:00\\\",\\\"SPP Biomass\\\":9.582844,\\\"Coal\\\":535.0471,\\\"Major Hydro\\\":136.57224200000002,\\\"SPP Minihydro\\\":14.0351,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":765.3902420000002,\\\"Wind\\\":134.589145},{\\\"DateTime\\\":\\\"2023-08-23 00:30:00\\\",\\\"SPP Biomass\\\":9.582244,\\\"Coal\\\":534.5295000000001,\\\"Major Hydro\\\":157.104667,\\\"SPP Minihydro\\\":14.60603,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":728.8408362000001,\\\"Wind\\\":128.617261},{\\\"DateTime\\\":\\\"2023-08-23 00:45:00\\\",\\\"SPP Biomass\\\":9.543541,\\\"Coal\\\":540.2533000000001,\\\"Major Hydro\\\":147.744636,\\\"SPP Minihydro\\\":15.04525,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":702.0587406000001,\\\"Wind\\\":140.47863},{\\\"DateTime\\\":\\\"2023-08-23 01:00:00\\\",\\\"SPP Biomass\\\":9.444535,\\\"Coal\\\":538.7913000000001,\\\"Major Hydro\\\":151.45309500000002,\\\"SPP Minihydro\\\":13.65707,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":691.8255523,\\\"Wind\\\":138.62259},{\\\"DateTime\\\":\\\"2023-08-23 01:15:00\\\",\\\"SPP Biomass\\\":9.742753,\\\"Coal\\\":540.999,\\\"Major Hydro\\\":130.47500000000002,\\\"SPP Minihydro\\\":11.83807,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":676.4874857000002,\\\"Wind\\\":142.72405},{\\\"DateTime\\\":\\\"2023-08-23 01:30:00\\\",\\\"SPP Biomass\\\":9.940463,\\\"Coal\\\":542.7344,\\\"Major Hydro\\\":134.90211,\\\"SPP Minihydro\\\":12.67842,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":658.0338509999999,\\\"Wind\\\":138.58616},{\\\"DateTime\\\":\\\"2023-08-23 01:45:00\\\",\\\"SPP Biomass\\\":10.24288,\\\"Coal\\\":540.1766,\\\"Major Hydro\\\":115.802021,\\\"SPP Minihydro\\\":13.89559,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":659.5800876000001,\\\"Wind\\\":143.72577},{\\\"DateTime\\\":\\\"2023-08-23 02:00:00\\\",\\\"SPP Biomass\\\":10.11927,\\\"Coal\\\":542.1865,\\\"Major Hydro\\\":122.04410100000001,\\\"SPP Minihydro\\\":12.4249,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":640.4478790000001,\\\"Wind\\\":142.10192},{\\\"DateTime\\\":\\\"2023-08-23 02:15:00\\\",\\\"SPP Biomass\\\":11.02983,\\\"Coal\\\":542.2016000000001,\\\"Major Hydro\\\":135.87529,\\\"SPP Minihydro\\\":12.86143,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":615.6519534999998,\\\"Wind\\\":139.46731},{\\\"DateTime\\\":\\\"2023-08-23 02:30:00\\\",\\\"SPP Biomass\\\":11.49665,\\\"Coal\\\":542.582,\\\"Major Hydro\\\":135.078021,\\\"SPP Minihydro\\\":13.46056,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":613.8858702000001,\\\"Wind\\\":139.67993},{\\\"DateTime\\\":\\\"2023-08-23 02:45:00\\\",\\\"SPP Biomass\\\":11.55215,\\\"Coal\\\":540.9233,\\\"Major Hydro\\\":123.68623,\\\"SPP Minihydro\\\":14.1347,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":610.8414113,\\\"Wind\\\":125.44663},{\\\"DateTime\\\":\\\"2023-08-23 03:00:00\\\",\\\"SPP Biomass\\\":11.26534,\\\"Coal\\\":540.4814,\\\"Major Hydro\\\":119.30595,\\\"SPP Minihydro\\\":14.28321,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":612.7591464999999,\\\"Wind\\\":126.40797},{\\\"DateTime\\\":\\\"2023-08-23 03:15:00\\\",\\\"SPP Biomass\\\":11.32924,\\\"Coal\\\":539.6135999999999,\\\"Major Hydro\\\":120.63951399999999,\\\"SPP Minihydro\\\":14.25591,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":613.6277418999999,\\\"Wind\\\":130.46761},{\\\"DateTime\\\":\\\"2023-08-23 03:30:00\\\",\\\"SPP Biomass\\\":10.83031,\\\"Coal\\\":541.7597,\\\"Major Hydro\\\":110.596134,\\\"SPP Minihydro\\\":14.78994,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":618.7454048999999,\\\"Wind\\\":129.6132},{\\\"DateTime\\\":\\\"2023-08-23 03:45:00\\\",\\\"SPP Biomass\\\":10.74121,\\\"Coal\\\":540.4814,\\\"Major Hydro\\\":105.178447,\\\"SPP Minihydro\\\":14.77284,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":616.9527029,\\\"Wind\\\":135.51611},{\\\"DateTime\\\":\\\"2023-08-23 04:00:00\\\",\\\"SPP Biomass\\\":10.5969,\\\"Coal\\\":541.1967,\\\"Major Hydro\\\":94.31110699999999,\\\"SPP Minihydro\\\":16.24862,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":615.6918647000002,\\\"Wind\\\":137.77664000000001},{\\\"DateTime\\\":\\\"2023-08-23 04:15:00\\\",\\\"SPP Biomass\\\":10.48319,\\\"Coal\\\":541.5014,\\\"Major Hydro\\\":131.399707,\\\"SPP Minihydro\\\":16.76755,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":597.9492630999999,\\\"Wind\\\":134.40364},{\\\"DateTime\\\":\\\"2023-08-23 04:30:00\\\",\\\"SPP Biomass\\\":10.70821,\\\"Coal\\\":542.0341000000001,\\\"Major Hydro\\\":146.300262,\\\"SPP Minihydro\\\":15.17434,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":597.7744584,\\\"Wind\\\":136.66579000000002},{\\\"DateTime\\\":\\\"2023-08-23 04:45:00\\\",\\\"SPP Biomass\\\":11.51315,\\\"Coal\\\":537.1941999999999,\\\"Major Hydro\\\":144.095492,\\\"SPP Minihydro\\\":14.62513,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":645.1104010000004,\\\"Wind\\\":135.81862},{\\\"DateTime\\\":\\\"2023-08-23 05:00:00\\\",\\\"SPP Biomass\\\":11.33764,\\\"Coal\\\":538.1071999999999,\\\"Major Hydro\\\":151.963641,\\\"SPP Minihydro\\\":13.40378,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":677.25684,\\\"Wind\\\":139.23463},{\\\"DateTime\\\":\\\"2023-08-23 05:15:00\\\",\\\"SPP Biomass\\\":11.17533,\\\"Coal\\\":537.6209,\\\"Major Hydro\\\":161.10305599999998,\\\"SPP Minihydro\\\":9.654397,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":730.4435920000001,\\\"Wind\\\":143.28454000000002},{\\\"DateTime\\\":\\\"2023-08-23 05:30:00\\\",\\\"SPP Biomass\\\":11.04993,\\\"Coal\\\":539.9344000000001,\\\"Major Hydro\\\":203.415732,\\\"SPP Minihydro\\\":7.497425,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":754.623583,\\\"Wind\\\":139.28339},{\\\"DateTime\\\":\\\"2023-08-23 05:45:00\\\",\\\"SPP Biomass\\\":11.01482,\\\"Coal\\\":541.3036,\\\"Major Hydro\\\":196.289805,\\\"SPP Minihydro\\\":7.338417,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":811.4522839999997,\\\"Wind\\\":144.88414},{\\\"DateTime\\\":\\\"2023-08-23 06:00:00\\\",\\\"SPP Biomass\\\":11.51555,\\\"Coal\\\":539.5076,\\\"Major Hydro\\\":223.43575699999997,\\\"SPP Minihydro\\\":6.727582,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":838.5110140000002,\\\"Wind\\\":141.43280000000001},{\\\"DateTime\\\":\\\"2023-08-23 06:15:00\\\",\\\"SPP Biomass\\\":11.94218,\\\"Coal\\\":540.9535,\\\"Major Hydro\\\":295.647014,\\\"SPP Minihydro\\\":5.9433,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":835.3593179999999,\\\"Wind\\\":142.58908},{\\\"DateTime\\\":\\\"2023-08-23 06:30:00\\\",\\\"SPP Biomass\\\":11.69406,\\\"Coal\\\":538.8377,\\\"Major Hydro\\\":295.276225,\\\"SPP Minihydro\\\":4.238453,\\\"Solar\\\":0.8785708,\\\"Thermal-Oil\\\":843.0614290000003,\\\"Wind\\\":136.4606},{\\\"DateTime\\\":\\\"2023-08-23 06:45:00\\\",\\\"SPP Biomass\\\":11.62506,\\\"Coal\\\":540.1312,\\\"Major Hydro\\\":287.791885,\\\"SPP Minihydro\\\":4.798022,\\\"Solar\\\":3.528812,\\\"Thermal-Oil\\\":828.3431349999998,\\\"Wind\\\":127.58742999999998},{\\\"DateTime\\\":\\\"2023-08-23 07:00:00\\\",\\\"SPP Biomass\\\":11.68836,\\\"Coal\\\":540.892,\\\"Major Hydro\\\":247.31573199999997,\\\"SPP Minihydro\\\":6.207802,\\\"Solar\\\":5.8605730000000005,\\\"Thermal-Oil\\\":812.9802589999997,\\\"Wind\\\":129.17973999999998},{\\\"DateTime\\\":\\\"2023-08-23 07:15:00\\\",\\\"SPP Biomass\\\":11.63016,\\\"Coal\\\":539.4612999999999,\\\"Major Hydro\\\":226.348885,\\\"SPP Minihydro\\\":6.030792,\\\"Solar\\\":8.09683,\\\"Thermal-Oil\\\":817.004741,\\\"Wind\\\":132.70247},{\\\"DateTime\\\":\\\"2023-08-23 07:30:00\\\",\\\"SPP Biomass\\\":11.47685,\\\"Coal\\\":540.7245,\\\"Major Hydro\\\":222.96723099999997,\\\"SPP Minihydro\\\":5.325602,\\\"Solar\\\":10.727663,\\\"Thermal-Oil\\\":816.9332880000002,\\\"Wind\\\":137.85714},{\\\"DateTime\\\":\\\"2023-08-23 07:45:00\\\",\\\"SPP Biomass\\\":11.51105,\\\"Coal\\\":540.6942,\\\"Major Hydro\\\":229.15488499999998,\\\"SPP Minihydro\\\":5.027535,\\\"Solar\\\":13.521382000000001,\\\"Thermal-Oil\\\":816.394335,\\\"Wind\\\":130.68616},{\\\"DateTime\\\":\\\"2023-08-23 08:00:00\\\",\\\"SPP Biomass\\\":11.22874,\\\"Coal\\\":542.019,\\\"Major Hydro\\\":224.857305,\\\"SPP Minihydro\\\":5.316751,\\\"Solar\\\":16.442442,\\\"Thermal-Oil\\\":857.2154819999998,\\\"Wind\\\":124.50251},{\\\"DateTime\\\":\\\"2023-08-23 08:15:00\\\",\\\"SPP Biomass\\\":11.31844,\\\"Coal\\\":540.5267,\\\"Major Hydro\\\":224.38901499999997,\\\"SPP Minihydro\\\":5.273549,\\\"Solar\\\":17.120022,\\\"Thermal-Oil\\\":899.4497379999998,\\\"Wind\\\":122.46324},{\\\"DateTime\\\":\\\"2023-08-23 08:30:00\\\",\\\"SPP Biomass\\\":10.662,\\\"Coal\\\":541.9121,\\\"Major Hydro\\\":263.004507,\\\"SPP Minihydro\\\":5.11634,\\\"Solar\\\":20.368272,\\\"Thermal-Oil\\\":913.0874830000001,\\\"Wind\\\":118.80545000000001},{\\\"DateTime\\\":\\\"2023-08-23 08:45:00\\\",\\\"SPP Biomass\\\":11.05563,\\\"Coal\\\":538.6844000000001,\\\"Major Hydro\\\":308.532017,\\\"SPP Minihydro\\\":5.007734,\\\"Solar\\\":20.530282,\\\"Thermal-Oil\\\":923.797965,\\\"Wind\\\":103.65566},{\\\"DateTime\\\":\\\"2023-08-23 09:00:00\\\",\\\"SPP Biomass\\\":11.01302,\\\"Coal\\\":540.8002,\\\"Major Hydro\\\":317.84872199999995,\\\"SPP Minihydro\\\":4.349496,\\\"Solar\\\":24.177932000000002,\\\"Thermal-Oil\\\":922.4375479999999,\\\"Wind\\\":100.78531},{\\\"DateTime\\\":\\\"2023-08-23 09:15:00\\\",\\\"SPP Biomass\\\":10.84052,\\\"Coal\\\":536.8571999999999,\\\"Major Hydro\\\":334.74839099999997,\\\"SPP Minihydro\\\":4.76427,\\\"Solar\\\":24.508052,\\\"Thermal-Oil\\\":915.5763840000002,\\\"Wind\\\":99.5733},{\\\"DateTime\\\":\\\"2023-08-23 09:30:00\\\",\\\"SPP Biomass\\\":11.13573,\\\"Coal\\\":537.0398,\\\"Major Hydro\\\":358.25386,\\\"SPP Minihydro\\\":2.856387,\\\"Solar\\\":19.616532,\\\"Thermal-Oil\\\":907.0417420000003,\\\"Wind\\\":83.66355},{\\\"DateTime\\\":\\\"2023-08-23 09:45:00\\\",\\\"SPP Biomass\\\":11.12013,\\\"Coal\\\":537.8167000000001,\\\"Major Hydro\\\":374.88423,\\\"SPP Minihydro\\\":2.454514,\\\"Solar\\\":24.802832,\\\"Thermal-Oil\\\":906.0094619999999,\\\"Wind\\\":81.47050999999999},{\\\"DateTime\\\":\\\"2023-08-23 10:00:00\\\",\\\"SPP Biomass\\\":11.26894,\\\"Coal\\\":539.5218,\\\"Major Hydro\\\":357.77635,\\\"SPP Minihydro\\\":2.079268,\\\"Solar\\\":30.635882,\\\"Thermal-Oil\\\":908.0822009999999,\\\"Wind\\\":70.10661},{\\\"DateTime\\\":\\\"2023-08-23 10:15:00\\\",\\\"SPP Biomass\\\":10.92362,\\\"Coal\\\":539.7196,\\\"Major Hydro\\\":322.22825,\\\"SPP Minihydro\\\":2.137321,\\\"Solar\\\":27.371872000000003,\\\"Thermal-Oil\\\":906.1176400000002,\\\"Wind\\\":81.88009},{\\\"DateTime\\\":\\\"2023-08-23 10:30:00\\\",\\\"SPP Biomass\\\":10.6434,\\\"Coal\\\":539.095,\\\"Major Hydro\\\":351.43251,\\\"SPP Minihydro\\\":1.298136,\\\"Solar\\\":23.836802,\\\"Thermal-Oil\\\":903.4343619999997,\\\"Wind\\\":78.56786199999999},{\\\"DateTime\\\":\\\"2023-08-23 10:45:00\\\",\\\"SPP Biomass\\\":11.18463,\\\"Coal\\\":540.4349,\\\"Major Hydro\\\":357.58697100000006,\\\"SPP Minihydro\\\":1.645818,\\\"Solar\\\":28.250372,\\\"Thermal-Oil\\\":905.9812980000002,\\\"Wind\\\":77.06822},{\\\"DateTime\\\":\\\"2023-08-23 11:00:00\\\",\\\"SPP Biomass\\\":11.35174,\\\"Coal\\\":539.5672999999999,\\\"Major Hydro\\\":343.56530999999995,\\\"SPP Minihydro\\\":1.648931,\\\"Solar\\\":32.684812,\\\"Thermal-Oil\\\":906.9205450000001,\\\"Wind\\\":75.635324},{\\\"DateTime\\\":\\\"2023-08-23 11:15:00\\\",\\\"SPP Biomass\\\":11.53986,\\\"Coal\\\":541.12,\\\"Major Hydro\\\":335.12424999999996,\\\"SPP Minihydro\\\":1.662657,\\\"Solar\\\":30.529062000000003,\\\"Thermal-Oil\\\":907.6099910000003,\\\"Wind\\\":80.8908},{\\\"DateTime\\\":\\\"2023-08-23 11:30:00\\\",\\\"SPP Biomass\\\":11.14413,\\\"Coal\\\":539.309,\\\"Major Hydro\\\":341.81367100000006,\\\"SPP Minihydro\\\":0.5047036,\\\"Solar\\\":33.037292,\\\"Thermal-Oil\\\":905.6299770000003,\\\"Wind\\\":84.82274},{\\\"DateTime\\\":\\\"2023-08-23 11:45:00\\\",\\\"SPP Biomass\\\":11.22784,\\\"Coal\\\":541.4549,\\\"Major Hydro\\\":353.87425,\\\"SPP Minihydro\\\":0.4747394,\\\"Solar\\\":32.846912,\\\"Thermal-Oil\\\":906.837514,\\\"Wind\\\":81.93027199999999},{\\\"DateTime\\\":\\\"2023-08-23 12:00:00\\\",\\\"SPP Biomass\\\":10.75201,\\\"Coal\\\":538.8670999999999,\\\"Major Hydro\\\":356.00672599999996,\\\"SPP Minihydro\\\":0.4781521,\\\"Solar\\\":32.731602,\\\"Thermal-Oil\\\":902.9112320000002,\\\"Wind\\\":80.17148300000001},{\\\"DateTime\\\":\\\"2023-08-23 12:15:00\\\",\\\"SPP Biomass\\\":11.02833,\\\"Coal\\\":542.4145,\\\"Major Hydro\\\":354.37182700000005,\\\"SPP Minihydro\\\":0.3103676,\\\"Solar\\\":32.689341999999996,\\\"Thermal-Oil\\\":901.5338970000001,\\\"Wind\\\":73.14363},{\\\"DateTime\\\":\\\"2023-08-23 12:30:00\\\",\\\"SPP Biomass\\\":11.26774,\\\"Coal\\\":542.5669,\\\"Major Hydro\\\":320.387257,\\\"SPP Minihydro\\\":0.4341621,\\\"Solar\\\":33.169461999999996,\\\"Thermal-Oil\\\":907.3330880000001,\\\"Wind\\\":71.504827},{\\\"DateTime\\\":\\\"2023-08-23 12:45:00\\\",\\\"SPP Biomass\\\":11.22304,\\\"Coal\\\":541.0897,\\\"Major Hydro\\\":292.34191699999997,\\\"SPP Minihydro\\\":0.4383249,\\\"Solar\\\":32.692042,\\\"Thermal-Oil\\\":910.5434660000001,\\\"Wind\\\":71.991664},{\\\"DateTime\\\":\\\"2023-08-23 13:00:00\\\",\\\"SPP Biomass\\\":11.18493,\\\"Coal\\\":543.6322,\\\"Major Hydro\\\":284.30316199999993,\\\"SPP Minihydro\\\":0,\\\"Solar\\\":33.121292,\\\"Thermal-Oil\\\":908.1918499999999,\\\"Wind\\\":81.49897999999999},{\\\"DateTime\\\":\\\"2023-08-23 13:15:00\\\",\\\"SPP Biomass\\\":10.88222,\\\"Coal\\\":541.5469,\\\"Major Hydro\\\":260.912412,\\\"SPP Minihydro\\\":0.3784715,\\\"Solar\\\":32.127982,\\\"Thermal-Oil\\\":905.0975300000002,\\\"Wind\\\":87.16047999999999},{\\\"DateTime\\\":\\\"2023-08-23 13:30:00\\\",\\\"SPP Biomass\\\":11.00732,\\\"Coal\\\":542.2016000000001,\\\"Major Hydro\\\":244.421082,\\\"SPP Minihydro\\\":0.2922541,\\\"Solar\\\":31.796411999999997,\\\"Thermal-Oil\\\":906.2723860000003,\\\"Wind\\\":86.6778},{\\\"DateTime\\\":\\\"2023-08-23 13:45:00\\\",\\\"SPP Biomass\\\":11.05023,\\\"Coal\\\":541.4096,\\\"Major Hydro\\\":266.60666200000003,\\\"SPP Minihydro\\\":1.545163,\\\"Solar\\\":30.352502,\\\"Thermal-Oil\\\":903.7880140000001,\\\"Wind\\\":87.86155000000001},{\\\"DateTime\\\":\\\"2023-08-23 14:00:00\\\",\\\"SPP Biomass\\\":10.5171,\\\"Coal\\\":542.3994,\\\"Major Hydro\\\":286.04325700000004,\\\"SPP Minihydro\\\":1.885907,\\\"Solar\\\":30.053272,\\\"Thermal-Oil\\\":903.8605479999999,\\\"Wind\\\":88.54005000000001},{\\\"DateTime\\\":\\\"2023-08-23 14:15:00\\\",\\\"SPP Biomass\\\":10.81201,\\\"Coal\\\":541.2572,\\\"Major Hydro\\\":339.12708799999996,\\\"SPP Minihydro\\\":1.870118,\\\"Solar\\\":29.237682,\\\"Thermal-Oil\\\":901.1222169999999,\\\"Wind\\\":82.03813000000001},{\\\"DateTime\\\":\\\"2023-08-23 14:30:00\\\",\\\"SPP Biomass\\\":11.21764,\\\"Coal\\\":541.0745999999999,\\\"Major Hydro\\\":350.137668,\\\"SPP Minihydro\\\":4.332546,\\\"Solar\\\":28.414171999999997,\\\"Thermal-Oil\\\":895.8535189999999,\\\"Wind\\\":79.88274000000001},{\\\"DateTime\\\":\\\"2023-08-23 14:45:00\\\",\\\"SPP Biomass\\\":11.13843,\\\"Coal\\\":542.6577,\\\"Major Hydro\\\":421.56441299999994,\\\"SPP Minihydro\\\":3.480685,\\\"Solar\\\":27.101122,\\\"Thermal-Oil\\\":892.4990649999996,\\\"Wind\\\":76.56565},{\\\"DateTime\\\":\\\"2023-08-23 15:00:00\\\",\\\"SPP Biomass\\\":10.99532,\\\"Coal\\\":543.4345,\\\"Major Hydro\\\":430.167151,\\\"SPP Minihydro\\\":3.682034,\\\"Solar\\\":25.837381999999998,\\\"Thermal-Oil\\\":900.7241859999999,\\\"Wind\\\":72.88342},{\\\"DateTime\\\":\\\"2023-08-23 15:15:00\\\",\\\"SPP Biomass\\\":10.557,\\\"Coal\\\":543.6475,\\\"Major Hydro\\\":427.762031,\\\"SPP Minihydro\\\":3.751188,\\\"Solar\\\":23.852802,\\\"Thermal-Oil\\\":904.411042,\\\"Wind\\\":82.80591999999999},{\\\"DateTime\\\":\\\"2023-08-23 15:30:00\\\",\\\"SPP Biomass\\\":10.68331,\\\"Coal\\\":542.3226999999999,\\\"Major Hydro\\\":462.360935,\\\"SPP Minihydro\\\":4.136934,\\\"Solar\\\":20.714762,\\\"Thermal-Oil\\\":905.3153060000001,\\\"Wind\\\":86.96032000000001},{\\\"DateTime\\\":\\\"2023-08-23 15:45:00\\\",\\\"SPP Biomass\\\":10.87652,\\\"Coal\\\":541.2874999999999,\\\"Major Hydro\\\":497.83213500000005,\\\"SPP Minihydro\\\":4.279293,\\\"Solar\\\":18.483302000000002,\\\"Thermal-Oil\\\":910.4458840000002,\\\"Wind\\\":93.33382},{\\\"DateTime\\\":\\\"2023-08-23 16:00:00\\\",\\\"SPP Biomass\\\":10.84712,\\\"Coal\\\":540.7547999999999,\\\"Major Hydro\\\":504.174265,\\\"SPP Minihydro\\\":7.421821,\\\"Solar\\\":18.160282000000002,\\\"Thermal-Oil\\\":916.3201940000001,\\\"Wind\\\":92.62987},{\\\"DateTime\\\":\\\"2023-08-23 16:15:00\\\",\\\"SPP Biomass\\\":11.30254,\\\"Coal\\\":541.8051,\\\"Major Hydro\\\":502.43356500000004,\\\"SPP Minihydro\\\":7.149256,\\\"Solar\\\":16.924032,\\\"Thermal-Oil\\\":919.9620989999999,\\\"Wind\\\":110.85673},{\\\"DateTime\\\":\\\"2023-08-23 16:30:00\\\",\\\"SPP Biomass\\\":10.87802,\\\"Coal\\\":542.8553999999999,\\\"Major Hydro\\\":538.4380669999999,\\\"SPP Minihydro\\\":6.614775,\\\"Solar\\\":13.412971,\\\"Thermal-Oil\\\":919.3203459999997,\\\"Wind\\\":99.53248000000002},{\\\"DateTime\\\":\\\"2023-08-23 16:45:00\\\",\\\"SPP Biomass\\\":10.88762,\\\"Coal\\\":538.303,\\\"Major Hydro\\\":546.0870430000001,\\\"SPP Minihydro\\\":6.366361,\\\"Solar\\\":9.888518,\\\"Thermal-Oil\\\":920.1250300000003,\\\"Wind\\\":109.11658999999999},{\\\"DateTime\\\":\\\"2023-08-23 17:00:00\\\",\\\"SPP Biomass\\\":7.305864,\\\"Coal\\\":539.095,\\\"Major Hydro\\\":521.730232,\\\"SPP Minihydro\\\":6.729082,\\\"Solar\\\":7.275112999999999,\\\"Thermal-Oil\\\":921.6864240000002,\\\"Wind\\\":121.85211},{\\\"DateTime\\\":\\\"2023-08-23 17:15:00\\\",\\\"SPP Biomass\\\":9.036512,\\\"Coal\\\":539.6429,\\\"Major Hydro\\\":490.966981,\\\"SPP Minihydro\\\":7.093302,\\\"Solar\\\":3.6402409999999996,\\\"Thermal-Oil\\\":923.170547,\\\"Wind\\\":123.51388},{\\\"DateTime\\\":\\\"2023-08-23 17:30:00\\\",\\\"SPP Biomass\\\":10.95242,\\\"Coal\\\":539.2776,\\\"Major Hydro\\\":492.11360499999995,\\\"SPP Minihydro\\\":7.090902,\\\"Solar\\\":2.2694669999999997,\\\"Thermal-Oil\\\":926.6287740000002,\\\"Wind\\\":107.75946},{\\\"DateTime\\\":\\\"2023-08-23 17:45:00\\\",\\\"SPP Biomass\\\":11.89627,\\\"Coal\\\":538.3948,\\\"Major Hydro\\\":483.28521500000005,\\\"SPP Minihydro\\\":6.766996,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":930.347443,\\\"Wind\\\":112.73453},{\\\"DateTime\\\":\\\"2023-08-23 18:00:00\\\",\\\"SPP Biomass\\\":11.47415,\\\"Coal\\\":539.4755,\\\"Major Hydro\\\":489.81955000000005,\\\"SPP Minihydro\\\":6.792235,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":929.6917159999999,\\\"Wind\\\":117.44816999999999},{\\\"DateTime\\\":\\\"2023-08-23 18:15:00\\\",\\\"SPP Biomass\\\":10.80931,\\\"Coal\\\":541.2270000000001,\\\"Major Hydro\\\":504.15035,\\\"SPP Minihydro\\\":6.754283,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":928.4107879999999,\\\"Wind\\\":119.52367999999998},{\\\"DateTime\\\":\\\"2023-08-23 18:30:00\\\",\\\"SPP Biomass\\\":10.99952,\\\"Coal\\\":542.6273,\\\"Major Hydro\\\":585.49575,\\\"SPP Minihydro\\\":6.823587,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":928.8457760000001,\\\"Wind\\\":124.01588000000001},{\\\"DateTime\\\":\\\"2023-08-23 18:45:00\\\",\\\"SPP Biomass\\\":10.90562,\\\"Coal\\\":543.2822,\\\"Major Hydro\\\":712.552571,\\\"SPP Minihydro\\\":6.75387,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":923.7017690000002,\\\"Wind\\\":127.77465000000001},{\\\"DateTime\\\":\\\"2023-08-23 19:00:00\\\",\\\"SPP Biomass\\\":10.90292,\\\"Coal\\\":541.9272,\\\"Major Hydro\\\":727.711031,\\\"SPP Minihydro\\\":6.096308,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":927.3807470000002,\\\"Wind\\\":128.19678000000002},{\\\"DateTime\\\":\\\"2023-08-23 19:15:00\\\",\\\"SPP Biomass\\\":11.12523,\\\"Coal\\\":543.4648,\\\"Major Hydro\\\":716.646001,\\\"SPP Minihydro\\\":5.638295,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":929.2924270000001,\\\"Wind\\\":135.25679000000002},{\\\"DateTime\\\":\\\"2023-08-23 19:30:00\\\",\\\"SPP Biomass\\\":11.51105,\\\"Coal\\\":542.3994,\\\"Major Hydro\\\":686.441861,\\\"SPP Minihydro\\\":4.895565,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":931.541448,\\\"Wind\\\":132.80013},{\\\"DateTime\\\":\\\"2023-08-23 19:45:00\\\",\\\"SPP Biomass\\\":11.09703,\\\"Coal\\\":541.8969,\\\"Major Hydro\\\":642.9240309999999,\\\"SPP Minihydro\\\":5.535989,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":928.4933510000001,\\\"Wind\\\":132.28857000000002},{\\\"DateTime\\\":\\\"2023-08-23 20:00:00\\\",\\\"SPP Biomass\\\":11.03703,\\\"Coal\\\":543.8300999999999,\\\"Major Hydro\\\":608.5129810000001,\\\"SPP Minihydro\\\":5.773077,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":927.780083,\\\"Wind\\\":128.92568},{\\\"DateTime\\\":\\\"2023-08-23 20:15:00\\\",\\\"SPP Biomass\\\":10.75861,\\\"Coal\\\":540.8466,\\\"Major Hydro\\\":496.82939200000004,\\\"SPP Minihydro\\\":7.185144,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":891.211849,\\\"Wind\\\":135.84487000000001},{\\\"DateTime\\\":\\\"2023-08-23 20:30:00\\\",\\\"SPP Biomass\\\":10.71571,\\\"Coal\\\":541.5771,\\\"Major Hydro\\\":459.58078,\\\"SPP Minihydro\\\":12.01009,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":898.348726,\\\"Wind\\\":133.03643},{\\\"DateTime\\\":\\\"2023-08-23 20:45:00\\\",\\\"SPP Biomass\\\":10.78921,\\\"Coal\\\":542.3076,\\\"Major Hydro\\\":509.01743999999997,\\\"SPP Minihydro\\\":10.79686,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":904.29499824,\\\"Wind\\\":136.50999000000002},{\\\"DateTime\\\":\\\"2023-08-23 21:00:00\\\",\\\"SPP Biomass\\\":11.49455,\\\"Coal\\\":543.6475,\\\"Major Hydro\\\":480.16712099999995,\\\"SPP Minihydro\\\":10.35782,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":924.7139950000001,\\\"Wind\\\":128.78328},{\\\"DateTime\\\":\\\"2023-08-23 21:15:00\\\",\\\"SPP Biomass\\\":11.54045,\\\"Coal\\\":542.7495,\\\"Major Hydro\\\":435.28921,\\\"SPP Minihydro\\\":9.968702,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":925.5470730000001,\\\"Wind\\\":132.36974999999998},{\\\"DateTime\\\":\\\"2023-08-23 21:30:00\\\",\\\"SPP Biomass\\\":10.93472,\\\"Coal\\\":542.7344,\\\"Major Hydro\\\":380.0956699999999,\\\"SPP Minihydro\\\":11.80297,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":922.1725479999998,\\\"Wind\\\":134.21474},{\\\"DateTime\\\":\\\"2023-08-23 21:45:00\\\",\\\"SPP Biomass\\\":11.02293,\\\"Coal\\\":542.9169999999999,\\\"Major Hydro\\\":342.427841,\\\"SPP Minihydro\\\":13.71888,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":895.7954170000002,\\\"Wind\\\":138.08055},{\\\"DateTime\\\":\\\"2023-08-23 22:00:00\\\",\\\"SPP Biomass\\\":10.72171,\\\"Coal\\\":542.2620999999999,\\\"Major Hydro\\\":332.64162999999996,\\\"SPP Minihydro\\\":12.13059,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":885.219942,\\\"Wind\\\":134.91349},{\\\"DateTime\\\":\\\"2023-08-23 22:15:00\\\",\\\"SPP Biomass\\\":10.5537,\\\"Coal\\\":543.4648,\\\"Major Hydro\\\":329.115504,\\\"SPP Minihydro\\\":11.58936,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":817.3888109999998,\\\"Wind\\\":139.09804},{\\\"DateTime\\\":\\\"2023-08-23 22:30:00\\\",\\\"SPP Biomass\\\":11.16753,\\\"Coal\\\":542.9622999999999,\\\"Major Hydro\\\":310.223157,\\\"SPP Minihydro\\\":14.22171,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":800.9907450000001,\\\"Wind\\\":137.1403},{\\\"DateTime\\\":\\\"2023-08-23 22:45:00\\\",\\\"SPP Biomass\\\":10.94912,\\\"Coal\\\":541.2420999999999,\\\"Major Hydro\\\":273.050528,\\\"SPP Minihydro\\\":14.66903,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":800.713582,\\\"Wind\\\":140.37154},{\\\"DateTime\\\":\\\"2023-08-23 23:00:00\\\",\\\"SPP Biomass\\\":10.509,\\\"Coal\\\":541.7748,\\\"Major Hydro\\\":238.42526399999997,\\\"SPP Minihydro\\\":13.81158,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":801.5738709999998,\\\"Wind\\\":143.09553},{\\\"DateTime\\\":\\\"2023-08-23 23:15:00\\\",\\\"SPP Biomass\\\":9.970466,\\\"Coal\\\":545.4434,\\\"Major Hydro\\\":203.96566699999997,\\\"SPP Minihydro\\\":14.25381,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":782.1269027999999,\\\"Wind\\\":141.17221},{\\\"DateTime\\\":\\\"2023-08-23 23:30:00\\\",\\\"SPP Biomass\\\":10.36919,\\\"Coal\\\":542.6577,\\\"Major Hydro\\\":200.119667,\\\"SPP Minihydro\\\":15.06626,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":765.7458183999998,\\\"Wind\\\":143.44182},{\\\"DateTime\\\":\\\"2023-08-23 23:45:00\\\",\\\"SPP Biomass\\\":11.19843,\\\"Coal\\\":542.2319,\\\"Major Hydro\\\":174.745667,\\\"SPP Minihydro\\\":14.25201,\\\"Solar\\\":2E-06,\\\"Thermal-Oil\\\":736.4173453999999,\\\"Wind\\\":143.09574}]\""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CENACE/DemandaRegional.html",
    "content": "\n<!DOCTYPE html>\n<!-- PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">-->\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head id=\"Head1\"><title>\n\tDemanda Regional\n</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><meta http-equiv=\"imagetoolbar\" content=\"no\" /><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /><link href=\"https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"https://framework-gb.cdn.gob.mx/assets/styles/main.css\" rel=\"stylesheet\" /><link rel=\"stylesheet\" href=\"/styles/layout.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/styles/responsiveslides.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/styles/megaOne.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/styles/jquery-ui.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/SIM/VISTA/styles/arbol.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/styles/jquery.modal.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/styles/directorio.css\" type=\"text/css\" /><link href=\"https://framework-gb.cdn.gob.mx/favicon.ico\" rel=\"shortcut icon\" />\n\n\n\n\n    <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js\"></script>\n\n    <script src=\"/scripts/bootstrap.min.js\"></script>\n\n    <script type=\"text/javascript\" src=\"/scripts/jquery.scrollTo-min.js\"></script>\n\n    <script type=\"text/javascript\" src=\"/scripts/jquery.min.js\"></script> <!-- la active nuevamente para capacitacion -->\n    <script type=\"text/javascript\" src=\"/scripts/jquery-ui-1.8.13.custom.min.js\"></script>\n\n\n    <script src=\"/scripts/jquery-ui.js\"></script>\n    <script type=\"text/javascript\" src=\"/scripts/tabcontent.js\"></script>\n    <script type=\"text/javascript\" src=\"/scripts/ddimgtooltip.js\"></script>\n    <!-- Homepage Only Scripts -->\n\n\n    <script type=\"text/javascript\" src=\"/scripts/responsiveslides.js\"></script>\n    <script type=\"text/javascript\" src=\"scripts/jquery.modal.js\"></script>\n    <!--<script src=“https://framework-gb.cdn.gob.mx/scripts/modal_sgb.js\"></script>-->\n    <!--<link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css\" />\n    <script src=\"https://framework-gb.cdn.gob.mx/scripts/modal_sgb.js\"></script>  -->\n\n    <!-- Respond.js soporte de media queries para Internet Explorer 8 -->\n    <!-- ie8.js EventTarget para cada nodo en Internet Explorer 8 -->\n    <!--[if lt IE 9]>\n      <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\n      <script src=\"https://cdnjs.cloudflare.com/ajax/libs/ie8/0.2.2/ie8.js\"></script>\n    <![endif]-->\n\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.datatables.net/v/dt/dt-1.10.18/af-2.3.3/cr-1.5.0/fc-3.2.5/fh-3.1.4/kt-2.5.0/r-2.2.2/rg-1.1.0/rr-1.2.4/sc-2.0.0/sl-1.3.0/datatables.min.css\" />\n    <script type=\"text/javascript\" src=\"https://cdn.datatables.net/v/dt/dt-1.10.18/af-2.3.3/cr-1.5.0/fc-3.2.5/fh-3.1.4/kt-2.5.0/r-2.2.2/rg-1.1.0/rr-1.2.4/sc-2.0.0/sl-1.3.0/datatables.min.js\"></script>\n\n    <script type=\"text/javascript\">\n        $(function () {\n            $(\".rslides\").responsiveSlides();\n\n        });\n        function removeClassName(elem, className) {\n            elem.className = elem.className.replace(className, \"\").trim();\n        }\n        function addCSSClass(elem, className) {\n            removeClassName(elem, className);\n            elem.className = (elem.className + \" \" + className).trim();\n        }\n        String.prototype.trim = function () {\n            return this.replace(/^\\s+|\\s+$/, \"\");\n        }\n        function stripedTable() {\n            if (document.getElementById && document.getElementsByTagName) {\n                var allTables = document.getElementsByTagName('table');\n                if (!allTables) { return; }\n                for (var i = 0; i < allTables.length; i++) {\n                    if (allTables[i].className.match(/[\\w\\s ]*scrollTable[\\w\\s ]*/)) {\n                        var trs = allTables[i].getElementsByTagName(\"tr\");\n                        for (var j = 0; j < trs.length; j++) {\n                            removeClassName(trs[j], 'alternateRow');\n                            addCSSClass(trs[j], 'normalRow');\n                        }\n                        for (var k = 0; k < trs.length; k += 2) {\n                            removeClassName(trs[k], 'normalRow');\n                            addCSSClass(trs[k], 'alternateRow');\n                        }\n                    }\n                }\n            }\n        }\n        function addIEonScroll() {\n            var thisContainer = document.getElementById('tableContainer');\n            if (!thisContainer) { return; }\n            var onClickAction = 'toggleSelectBoxes();';\n            thisContainer.onscroll = new Function(onClickAction);\n        }\n        function toggleSelectBoxes() {\n            var thisContainer = document.getElementById('tableContainer');\n            var thisHeader = document.getElementById('fixedHeader');\n            if (!thisContainer || !thisHeader) { return; }\n            var selectBoxes = thisContainer.getElementsByTagName('select');\n            if (!selectBoxes) { return; }\n            for (var i = 0; i < selectBoxes.length; i++) {\n                if (thisContainer.scrollTop >= eval(selectBoxes[i].parentNode.offsetTop - thisHeader.offsetHeight)) {\n                    selectBoxes[i].style.visibility = 'hidden';\n                } else {\n                    selectBoxes[i].style.visibility = 'visible';\n                }\n            }\n        }\n        window.onload = function () {\n             stripedTable(); addIEonScroll();\n        }\n\n        $(document).ready(function () {\n            $('#zebra tbody tr:even').addClass('zebra');\n            /*HOVER's: start*/\n            $('#zebra tbody tr:even').mouseover(function () {\n                $(this).removeClass('zebra');\n                $(this).addClass('blue');\n\n                $('#zebra tbody tr:even').mouseout(function () {\n                    $(this).removeClass('blue');\n                    $(this).addClass('zebra');\n                });\n            });\n            $('#zebra tbody tr:odd').mouseover(function () {\n                $(this).addClass('grey');\n\n                $('#zebra tbody tr:odd').mouseout(function () {\n                    $(this).removeClass('grey');\n                });\n\n            });\n            /*HOVER's: end*/\n            $(\".menuIzq\").find('a[href=\"#\"]').attr(\"title\", \"Próximamente estará disponible\");\n\n            $(\".menuIzq\").find('a[href=\"#\"]').click(function () {\n                return false;\n            });\n        });\n\n\n\n    </script>\n\n    <script type=\"text/javascript\">\n        $(document).ready(function (e) {\n            $('#LoadPage').load('http://google.com', function (data) {\n                $(this).html(data)\n            });\n        });\n    </script>\n    <script type=\"text/javascript\">\n        $(document).ready(function () {\n           $('#ContentPlaceHolder1_DrpAnio').addClass('btn btn-default dropdown-toggle');\n            $(\".submenuIzq\").on('click', function (event) {\n\n                var sub = $(this);\n                if (sub.hasClass(\"submenuOculto\")) {\n                    sub.addClass(\"submenuVisible\").removeClass(\"submenuOculto\");\n                    return false;\n                }\n\n                else {\n\n                    if ($(event.target).first().parents(\"li\").first().hasClass(\"submenuVisible\")) {\n                        sub.addClass(\"submenuOculto\").removeClass(\"submenuVisible\");\n                        // return false;\n\n\n                    }\n                }\n            });\n        });\n\n   //Capitaliza todos los titulos de las páginas\n        //Capitaliza todos los titulos de las páginas\n        $(document).ready(function () {\n            minLength = 2;\n            var words = $('.titulo').text().split(' ');\n            var titulos = '';\n\n                 $.each(words, function (i, word) {\n\n                     if ($.trim(word) == \"CENACE\" || $.trim(word) == \"MEM\" || $.trim(word) == \"SENER\" || $.trim(word) == \"CRE\" || $.trim(word) == \"RNT\"\n                         || $.trim(word) == \"GCRBC\" || $.trim(word) == \"GCRNE\" || $.trim(word) == \"GCRNO\" || $.trim(word) == \"GCRC\" || $.trim(word) == \"GCRNT\"\n                         || $.trim(word) == \"GCRP\" || $.trim(word) == \"GCROR\" || $.trim(word) == \"SEN\" || $.trim(word) == \"BCA\" || $.trim(word) == \"I\" || $.trim(word) == \"II\"\n                          || $.trim(word) == \"CCARM\" || $.trim(word) == \"OSEN\" || $.trim(word) == \"PER\" || $.trim(word) == \"CILs\" || $.trim(word) == \"Paz\" ) {\n                          titulos += words[i] + ' ';\n                    }\n\n                     else if ($.trim(word).length <= minLength || $.trim(word) == \"SOBRE\" || $.trim(word) == \"PARA\" || $.trim(word) == \"LAS\" || $.trim(word) == \"DEL\" || $.trim(word) == \"FORMA\"\n                     || $.trim(word) == \"POR\" || $.trim(word) == \"CON\")\n\n                     {\n                         titulos += words[i].toLowerCase() + ' ';\n                     }\n\n                     else\n                     {\n                         titulos += words[i].charAt(0) + words[i].slice(1).toLowerCase() + ' ';\n                     }\n\n\n\n                });\n\n               //  $('.titulo').append\n                 $('.titulo').html(titulos).append(\"<hr class='red' style='margin-bottom: 40px;' />\");\n        });\n    </script>\n\n    <!-- SCRIPT DE GOOGLE ANALYTICS PARA ESTADISTICAS -->\n    <script type=\"text/javascript\">\n        (function (i, s, o, g, r, a, m) {\n            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {\n                (i[r].q = i[r].q || []).push(arguments)\n            }, i[r].l = 1 * new Date(); a = s.createElement(o),\n            m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');\n\n        ga('create', 'UA-62147574-1', 'auto');\n        ga('send', 'pageview');\n\n        $(document).ready(function () {\n            $('ul.nav li.dropdown').hover(function () {\n                $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(200);\n            }, function () {\n                $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(200);\n            });\n        });\n    </script>\n   <style>\n\t.alert{\n\t  margin-bottom: 0;\n\t  border-radius: 0;\n\t  width:100%;\n\t  position:fixed;\n\t  z-index:1030;\n\t  top:86px;\n\t}\n   </style>\n\n    <meta name=\"description\" content=\"Demanda Regional del Sistema Interconectado nacional\" />\n    <link href=\"/styles/DemandaRegional.css\" rel=\"stylesheet\" />\n    <script type=\"text/javascript\">\n        $(document).ready(function () {\n            $(\"area\").mouseenter(function (event) {\n                var id = $(this).attr(\"id\");\n                id = id.substr(4, 3);\n                $(\"#demanda\" + id).children(\".datosDemanda\").removeAttr(\"style\");\n                $(\"#demanda\" + id).removeClass('divOculto');\n            });\n            $(\"area\").mouseleave(function () {\n                var id = $(this).attr(\"id\");\n                id = id.substr(4, 3);\n                $(\"#demanda\" + id).addClass('divOculto');\n                $(\"#demanda\" + id).children(\".datosDemanda\").removeAttr(\"style\");\n            });\n            $(\"area\").mousemove(function (event) {\n                var id = $(this).attr(\"id\");\n                id = id.substr(4, 3);\n                var posx = event.clientX;\n                var posy = event.clientY;\n                var parentOffset = $(\"#demanda\" + id).offset();\n                var posxMove = 0;\n                var posyMove = 0;\n                if (id == \"NTE\" || id == \"ORI\" || id == \"PEN\") {\n                    posxMove = 35;\n                    posyMove = 130;\n                }\n                else if (id == \"NOR\" || id == \"BCN\" || id == \"NES\") {\n                    posxMove = -3;\n                    posyMove = 35;\n                }\n                else if (id == \"BCS\" || id == \"CEL\") {\n                    posxMove = 35;\n                    posyMove = 0;\n                }\n                else if (id == \"OCC\") {\n                    posxMove = 176;\n                    posyMove = 35;\n                }\n                posx = posx - parentOffset.left - posxMove;\n                posy = posy - parentOffset.top - posyMove;\n                posx = posx + $(document).scrollLeft();\n                posy = posy + $(document).scrollTop();\n                var style = \"left:\" + posx + \"px; top:\" + posy + \"px; display:block; visibility:visible;\";\n                $(\"#demanda\" + id).children(\".datosDemanda\").attr(\"style\", style);\n            });\n\n            var actualiza = function () {\n                var options = {\n                    url: './DemandaRegional.aspx/actualizaValores',\n                    type: 'POST',\n                    contentType: \"application/json; charset=utf-8\",\n                    dataType: \"json\"\n                };\n                $.ajax(options).done(function (data) {\n                    try {\n                        var resultado = $.parseJSON(data.d);\n                        $.each(resultado, function (key, value) {\n                            $(\"#\" + value.id).html(value.valor);\n                        });\n                    }\n                    catch (e) {\n                        if (window.console) {\n                            try { console.log(e); } catch (ex) { }\n                        }\n                    }\n                }).error(function () {\n\n                }).always(function () {\n                    setTimeout(function () { actualiza(); }, 300000);\n                });\n            }\n\n            $(\".botonIntercambio\").click(function () {\n                if ($(this).hasClass(\"activo\")) {\n                    //El mapa de intercambio esta visible\n                    $(\".mapaDemandaInferior\").removeClass(\"divOculto\");\n                    $(\".mapaIntercambio\").addClass(\"divOculto\");\n                    $(this).removeClass(\"activo\");\n                }\n                else {\n                    //el mapa de intercambio esta oculto\n                    $(\".mapaIntercambio\").removeClass(\"divOculto\");\n                    $(\".mapaDemandaInferior\").addClass(\"divOculto\");\n                    $(this).addClass(\"activo\");\n                }\n            });\n\n            setTimeout(function () { actualiza(); }, 300000);\n\n\n        });\n\n    </script>\n</head>\n<!--INICIA ENCABEZADO -->\n<body id=\"top\" style=\"margin: 0px; padding: 41px 0px 0px 0px;\">\n     <nav class=\"navbar navbar-inverse navbar-fixed-top navbar\">\n        <div class=\"container\">\n            <div class=\"navbar-header\">\n                <button type=\"button\" class=\"navbar-toggle collapsed\" data-target=\"#navbarMainCollapse\" data-toggle=\"collapse\">\n                    <span class=\"sr-only\">Interruptor de Navegación</span>\n                    <span class=\"icon-bar\"></span>\n                    <span class=\"icon-bar\"></span>\n                    <span class=\"icon-bar\"></span>\n                </button>\n                <a href=\"https://www.gob.mx/\" style=\"padding-left: 6px;\" class=\"navbar-brand\" title=\"Ir a la página inicial Gob.Mx\">\n                   <img src=\"/images/iconos/logoheader.svg\" width=\"75\" height=\"23\" alt=\"Página de inicio, Gobierno de México\"/></a>\n            </div>\n            <div id=\"navbarMainCollapse\" class=\"collapse navbar-collapse\">\n                <ul class=\"nav navbar-nav navbar-right\">\n                    <li><a href=\"https://www.gob.mx/tramites\" title=\"Trámites\">Trámites</a></li>\n                    <li><a href=\"https://www.gob.mx/gobierno\" title=\"Gobierno\">Gobierno</a></li>\n\n                    <li><a href=\"https://datos.gob.mx\" title=\"Datos Abiertos\">Datos</a></li>\n                   <li><a href=\"https://www.gob.mx/busqueda\"><span class=\"sr-only\">Búsqueda</span><i class=\"icon-search\"></i></a></li>\n                </ul>\n            </div>\n        </div>\n    </nav>\n    <nav class=\"navbar navbar-inverse sub-navbar fixed-top\" style=\"margin-top: 0px;  position:fixed\">\n        <div class=\"container\">\n            <div class=\"navbar-header\">\n                <button type=\"button\" class=\"navbar-toggle collapsed\" data-toggle=\"collapse\" data-target=\"#subenlaces\">\n                    <span class=\"sr-only\">Interruptor de Navegación</span>\n                    <span class=\"icon-bar\"></span>\n                    <span class=\"icon-bar\"></span>\n                    <span class=\"icon-bar\"></span>\n                </button>\n            </div>\n            <div class=\"collapse navbar-collapse\" id=\"subenlaces\">\n                <ul class=\"nav navbar-nav navbar-right\">\n                    <li><a href=\"http://www.gob.mx/cenace/archivo/articulos\">Blog</a></li>\n                    <li><a href=\"http://www.gob.mx/cenace/archivo/multimedia\">Multimedia</a></li>\n                    <li><a href=\"http://www.gob.mx/cenace/archivo/prensa\">Prensa</a></li>\n                    <li><a href=\"http://www.gob.mx/cenace/archivo/acciones_y_programas\">Acciones y Programas</a></li>\n                    <li><a href=\"http://www.gob.mx/cenace/archivo/documentos\">Documentos</a></li>\n                    <li><a href=\"/Transparencia.aspx\">Transparencia</a></li>\n                    <li><a href=\"/ProteccionDatosPersonales.aspx\">Protección de Datos Personales</a></li>\n                </ul>\n            </div>\n        </div>\n    </nav>\n\n        <form method=\"post\" action=\"./DemandaRegional.aspx\" id=\"form2\" style=\"padding-top:70px\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwUKLTM3MTU3MDQ3MGRkAMUiaGkUQTvaPtANx4wTMp2IKdnowkQdcPvbxEWgWaY=\" />\n</div>\n\n<div class=\"aspNetHidden\">\n\n\t<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"383DEF29\" />\n</div>\n            <div id=\"espacioentremenutitulocontacto\">\n            </div>\n            <div id=\"contenido\" class=\"wrapper col4\">\n\n    <div class=\"breadcrumbGrafica\" style=\"margin:0px;padding-bottom:30px;padding-left: 0px;\">\n        <div class=\"breadcrumb\" style=\"text-align: left; margin-left: 50px; margin-bottom:0px;\">\n    <span id=\"ContentPlaceHolder1_graficasBreadcrumb_smpMapPath\" style=\"display:inline-block;height:30px;\"><a href=\"#ContentPlaceHolder1_graficasBreadcrumb_smpMapPath_SkipLink\"><img alt=\"Skip Navigation Links\" src=\"/WebResource.axd?d=m_gpC38WsyEnxokFzTvIQdzhxkuAz-klE-fs_46F6nThda_B35yQwghiOPB1h0a1mIAakDgQ3KsmG3bzWRwFHQqhU-9wAoBYgFtkczSERag1&amp;t=637823149705833095\" width=\"0\" height=\"0\" style=\"border-width:0px;\" /></a><span>\n            <a href=\"http://www.gob.mx/cenace\" title=\"Inicio\"><i class=\"icon icon-home\"></i></a>\n        </span><span>\n            <span class=\"divider\"></span>\n        </span><span><a title=\"CENACE\" href=\"/CENACE.aspx\">CENACE</a></span><span>\n            <span class=\"divider\"></span>\n        </span><span style=\"color:#545454;font-weight:bold;\">Demanda del Sistema El&#233;ctrico Nacional</span><a id=\"ContentPlaceHolder1_graficasBreadcrumb_smpMapPath_SkipLink\"></a></span><br />\n     <span id=\"ContentPlaceHolder1_graficasBreadcrumb_SIM_AP\" style=\"font-weight:600; font-size:20px;\"></span>\n</div>\n\n    </div>\n    <div class=\"containerGrafica\" style=\"height: 460px; display: inline-block; width: 1040px\">\n        <div class=\"chartContainer\" style=\"width: 100%; margin-top: 0px;\">\n            <div id=\"tituloContacto\" class=\"titulo\" style=\"margin-left: 0;\">Demanda del Sistema Eléctrico Nacional</div>\n            <div class=\"mapaDemanda\">\n                <div class=\"mapaDemandaInferior\">\n                    <div class=\"instruccion\">Al pasar por cada zona del mapa podrás visualizar la generación y demanda actual de la región.</div>\n                    <img alt=\"mapa\" src=\"/images/MapaInteractivo/MapaAreas3.png\" style=\"width: 803px; height: 568px;\" />\n                </div>\n                <div id=\"demandaBCN\" class=\"demandaRegion divOculto\">\n                    <img alt=\"BCN\" src=\"/images/MapaInteractivo/BCN2.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Baja California Norte</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionBCA\">1,564</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioBCA\">23</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaBCA\" style=\"border: none;\">1,587</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaBCS\" class=\"demandaRegion divOculto\">\n                    <img alt=\"BCS\" src=\"/images/MapaInteractivo/BCS.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Baja California Sur</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionBCS\">340</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n\n                                <td class=\"num\" id=\"IntercambioBCS\">N/A</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaBCS\" style=\"border: none;\">0</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaNOR\" class=\"demandaRegion divOculto\">\n                    <img alt=\"NOR\" src=\"/images/MapaInteractivo/NOR.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Noroeste</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionNOR\">2,759</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioNOR\">&#8208;470</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaNOR\" style=\"border: none;\">2,295</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaNTE\" class=\"demandaRegion divOculto\">\n                    <img alt=\"NTE\" src=\"/images/MapaInteractivo/NTE.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Norte</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionNTE\">3,988</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioNTE\">&#8208;561</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaNTE\" style=\"border: none;\">3,426</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaNES\" class=\"demandaRegion divOculto\">\n                    <img alt=\"NES\" src=\"/images/MapaInteractivo/NES.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Noreste</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionNES\">9,113</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioNES\">&#8208;3,444</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaNES\" style=\"border: none;\">5,677</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaOCC\" class=\"demandaRegion divOculto\">\n                    <img alt=\"OCC\" src=\"/images/MapaInteractivo/OCC.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Occidental</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionOCC\">7,023</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioOCC\">1,514</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaOCC\" style=\"border: none;\">8,519</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaCEL\" class=\"demandaRegion divOculto\">\n                    <img alt=\"CEL\" src=\"/images/MapaInteractivo/CEL.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Central</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionCEL\">4,190</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioCEL\">2,379</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaCEL\" style=\"border: none;\">6,573</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaORI\" class=\"demandaRegion divOculto\">\n                    <img alt=\"ORI\" src=\"/images/MapaInteractivo/ORI.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Oriental</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionORI\">6,106</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioORI\">57</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaORI\" style=\"border: none;\">6,163</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div id=\"demandaPEN\" class=\"demandaRegion divOculto\">\n                    <img alt=\"PEN\" src=\"/images/MapaInteractivo/PEN2.png\" />\n                    <div class=\"datosDemanda\">\n                        <table class=\"datosEncabezado\">\n                            <tr>\n                                <th colspan=\"2\">Peninsular</th>\n                            </tr>\n                        </table>\n                        <table class=\"datosCelda\">\n                            <tr>\n                                <td>Generación Neta</td>\n                                <td class=\"num\" id=\"GeneracionPEN\">1,283</td>\n                            </tr>\n                            <tr>\n                                <td>Intercambio Neto</td>\n                                <td class=\"num\" id=\"IntercambioPEN\">333</td>\n                            </tr>\n                            <tr>\n                                <td style=\"border: none;\">Demanda Neta</td>\n                                <td class=\"num\" id=\"DemandaPEN\" style=\"border: none;\">1,616</td>\n                            </tr>\n                        </table>\n                    </div>\n                </div>\n                <div class=\"mapaDemandaSuperior\">\n                    <img alt=\"\" src=\"/images/MapaInteractivo/capaVacia.png\" usemap=\"#mapRegiones\" />\n                    <map id=\"mapRegiones\" name=\"mapRegiones\">\n                        <area id=\"areaBCN\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"2,3,60,3,59,10,57,19,55,27,51,33,51,40,61,50,62,55,60,60,59,65,59,70,60,75,62,78,62,83,63,90,62,97,64,104,68,107,69,112,72,112,76,118,86,126,88,133,89,139,92,138,93,142,97,142,99,153,105,154,104,158,106,162,105,165,70,163,72,159,71,156,72,149,65,137,61,130,53,121,48,120,40,112,36,108,34,102,34,93,31,87,29,88,29,76,23,71,23,62,20,57,16,55,18,45,12,39,12,31,9,28\" />\n                        <area id=\"areaBCS\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"69,165,107,168,106,172,111,179,117,181,117,190,123,195,124,199,135,208,137,214,135,222,139,225,144,243,147,244,155,262,154,272,156,280,161,284,166,285,167,280,172,286,177,290,177,301,184,303,187,310,185,315,181,317,175,325,172,324,169,317,167,308,164,301,156,297,145,285,136,278,129,270,126,272,121,261,120,265,115,259,118,250,120,242,119,233,115,225,113,219,106,218,92,205,87,204,83,209,77,197,73,197,67,189,61,186,60,180,49,172,59,175,64,172\" />\n                        <area id=\"areaNOR\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"62,12,57,27,53,33,53,40,57,44,64,50,69,54,85,62,92,69,103,72,104,85,112,103,111,111,119,123,123,138,140,158,161,178,164,191,174,200,179,201,184,211,197,218,190,233,191,243,202,250,214,254,225,267,226,273,253,296,265,311,271,322,289,341,297,334,287,322,285,298,270,296,264,284,256,277,256,250,229,231,226,221,214,205,216,183,216,155,218,133,218,117,217,104,223,69,222,63,200,63,177,62,157,59,144,56,134,52\" />\n                        <area id=\"areaNTE\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"226,62,224,63,224,73,222,84,220,96,219,108,220,129,218,147,218,164,218,178,217,189,217,204,227,220,231,228,257,249,258,276,266,282,272,294,287,296,289,320,299,333,290,340,304,353,310,353,313,345,314,321,316,317,320,316,326,294,326,293,349,293,353,277,365,273,351,260,355,228,348,219,343,200,342,184,346,175,355,165,364,148,381,129,384,119,366,125,362,137,355,145,331,133,318,121,312,97,302,88,297,88,293,80,287,70,273,62,273,57,271,55,267,55,259,50,227,50\" />\n                        <area id=\"areaNES\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"386,118,383,131,366,150,357,167,348,177,344,185,345,201,351,219,358,228,354,259,367,273,375,279,379,285,386,289,391,295,391,304,388,311,391,314,390,321,388,324,388,327,397,332,394,340,400,340,405,342,410,342,414,348,416,357,419,361,422,366,424,373,431,388,434,396,435,400,444,410,447,407,446,405,450,403,455,407,461,408,462,411,462,414,463,417,466,416,471,412,479,408,490,407,494,411,496,416,501,410,510,409,519,406,530,403,531,398,524,392,523,387,513,372,520,365,505,349,504,334,508,325,507,269,511,265,519,245,520,232,515,232,512,237,506,232,492,232,480,225,465,219,460,211,454,205,450,184,440,179,438,171,428,157,422,141,413,131,407,126,403,120,396,120,391,116\" />\n                        <area id=\"areaOCC\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"366,275,356,279,351,295,328,296,323,316,320,319,316,321,315,346,312,355,305,355,290,343,290,353,295,365,302,368,300,374,301,381,298,382,301,396,298,398,298,406,305,414,302,419,303,428,318,441,319,439,324,440,325,442,341,453,349,461,385,475,388,470,391,462,394,458,397,457,399,454,404,454,414,449,417,447,424,445,430,445,433,442,436,442,440,438,442,430,443,428,444,426,448,426,449,424,453,424,454,422,457,422,458,420,461,419,460,415,460,411,454,409,449,405,450,409,447,410,443,413,432,401,431,396,428,392,428,388,421,373,420,367,413,360,413,351,408,343,405,344,400,343,394,342,391,339,394,333,385,328,386,322,388,320,389,315,385,311,388,304,389,295,376,285,373,281\" />\n                        <area id=\"areaCEL\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"387,475,388,473,391,470,393,465,394,462,399,459,401,456,406,456,410,453,414,452,418,449,424,448,431,448,434,444,439,444,442,440,444,432,446,428,451,428,451,427,455,426,456,424,459,424,460,422,464,421,465,419,468,418,472,414,478,411,482,409,488,409,494,413,494,417,497,419,493,420,493,422,489,424,489,428,487,432,487,434,488,436,489,443,490,450,492,454,489,457,483,456,482,459,474,460,473,463,470,461,468,462,461,462,462,460,457,461,454,458,445,460,445,457,430,457,430,460,426,461,421,461,414,465,411,467,408,471,402,470,401,473,395,472,393,474,393,477\" />\n                        <area id=\"areaORI\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"399,482,395,476,398,475,403,475,410,473,415,470,419,467,423,465,429,465,433,462,433,460,443,459,444,463,454,461,461,465,475,465,477,462,485,462,486,459,492,460,495,455,493,449,492,443,491,435,489,433,491,430,492,426,496,424,496,421,500,420,499,417,500,414,503,412,512,412,522,409,529,405,533,405,534,400,546,415,548,424,552,431,556,432,556,443,559,443,560,449,570,454,580,454,585,458,592,459,603,469,613,470,621,468,629,464,637,462,646,460,651,460,658,449,667,447,678,445,682,451,686,449,697,461,700,462,702,486,691,486,699,492,709,496,713,503,720,506,721,518,685,518,672,542,678,548,674,551,676,560,671,566,657,551,633,532,613,523,595,521,582,523,578,528,558,538,551,538,547,540,535,534,525,532,511,532,498,523,487,522,482,514,470,512,456,511,451,506,418,495\" />\n                        <area id=\"areaPEN\" href=\"javascript:void(0);\" alt=\"\" title=\"\" shape=\"poly\" coords=\"687,447,699,459,703,460,704,469,748,463,748,458,757,459,762,453,762,448,767,442,771,442,773,440,774,432,778,430,780,434,780,441,786,448,792,421,787,419,791,410,786,410,791,401,790,396,789,385,799,370,801,354,797,352,774,348,770,350,762,351,757,355,728,363,722,365,713,372,713,377,710,379,711,402,707,409,706,422,696,431,688,435,686,438,693,440,690,445\" />\n                    </map>\n                </div>\n                <div class=\"mapaIntercambio divOculto\">\n                    <img alt=\"\" src=\"/images/MapaInteractivo/mapaTrazo.png\" />\n                    <div id=\"IntNTE-NOR\" class=\"divIntercambio\">\n                        <div id=\"IntercambioNTE-NOR\" class=\"datoIntercambio\">54</div>\n                        <div class=\"flechaNTE-NOR\"></div>\n                    </div>\n                    <div id=\"IntNES-NTE\" class=\"divIntercambio\">\n                        <div id=\"IntercambioNES-NTE\" class=\"datoIntercambio\">&#8208;352</div>\n                        <div class=\"flechaNES-NTE\"></div>\n                    </div>\n                    <div id=\"IntNES-ORI\">\n                        <div id=\"IntercambioNES-ORI\" class=\"datoIntercambio\">1,433</div>\n                        <div class=\"flechaNES-ORI\"></div>\n                    </div>\n                    <div id=\"IntORI-PEN\">\n                        <div id=\"IntercambioORI-PEN\" class=\"datoIntercambio\">380</div>\n                        <div class=\"flechaORI-PEN\"></div>\n                    </div>\n                    <div id=\"IntORI-CEL\">\n                        <div id=\"IntercambioORI-CEL\" class=\"datoIntercambio\">758</div>\n                        <div class=\"flechaORI-CEL\"></div>\n                    </div>\n                    <div id=\"IntOCC-ORI\">\n                        <div id=\"IntercambioOCC-ORI\" class=\"datoIntercambio\">262</div>\n                        <div class=\"flechaOCC-ORI\"></div>\n                    </div>\n                    <div id=\"IntOCC-CEL\">\n                        <div id=\"IntercambioOCC-CEL\" class=\"datoIntercambio\">1,625</div>\n                        <div class=\"flechaOCC-CEL\"></div>\n                    </div>\n                    <div id=\"IntNES-OCC\">\n                        <div id=\"IntercambioNES-OCC\" class=\"datoIntercambio\">2,456</div>\n                        <div class=\"flechaNES-OCC\"></div>\n                    </div>\n                    <div id=\"IntNTE-OCC\">\n                        <div id=\"IntercambioNTE-OCC\" class=\"datoIntercambio\">0</div>\n                        <div class=\"flechaNTE-OCC\"></div>\n                    </div>\n                    <div id=\"IntNOR-OCC\">\n                        <div id=\"IntercambioNOR-OCC\" class=\"datoIntercambio\">519</div>\n                        <div class=\"flechaNOR-OCC\"></div>\n                    </div>\n                    <div id=\"IntUSA-BCA\" class=\"divIntercambio\">\n                        <div id=\"IntercambioUSA-BCA\" class=\"datoIntercambio\">&#8208;23</div>\n                        <div class=\"flechaUSA-BCA\"></div>\n                    </div>\n                    <div id=\"IntUSA-NTE\" class=\"divIntercambio\">\n                        <div id=\"IntercambioUSA-NTE\" class=\"datoIntercambio\">0</div>\n                        <div class=\"flechaUSA-NTE\"></div>\n                    </div>\n                    <div id=\"IntUSA-NES\" class=\"divIntercambio\">\n                        <div id=\"IntercambioUSA-NES\" class=\"datoIntercambio\">&#8208;31</div>\n                        <div class=\"flechaUSA-NES\"></div>\n                    </div>\n                    <div id=\"IntPEN-BEL\" class=\"divIntercambio\">\n                        <div id=\"IntercambioPEN-BEL\" class=\"datoIntercambio\">48</div>\n                        <div class=\"flechaPEN-BEL\"></div>\n                    </div>\n                    <div id=\"IntORI-GUA\" class=\"divIntercambio\">\n                        <div id=\"IntercambioORI-GUA\" class=\"datoIntercambio\">241</div>\n                        <div class=\"flechaORI-GUA\"></div>\n                    </div>\n                </div>\n                 <table style=\"width:120%\">\n                    <tr >\n                        <td style=\"width:50%\">\n                            <div class=\"nota\">\n                                <span>SIN:</span> Sistema Interconectado Nacional, no incluye las regiones de Baja California y Baja California Sur.<br />\n                                <span>Intercambio neto:</span> intercambio total entre esa región y las vecinas.\n                            </div>\n                        </td>\n                        <td style=\"width:50%\">\n                            <div class=\"nota\">\n                                La información que aquí se presenta es de carácter indicativo, su objetivo es únicamente mostrar el comportamiento de la Operación del Sistema Eléctrico Nacional.\n                                Por lo que esta información no puede ser utilizada para otros efectos diferentes a los demostrativos a los que aquí se mencionan.\n                            </div>\n                        </td>\n                    </tr>\n                </table>\n            </div>\n            <div class=\"tablaResumen\" style=\"float: right\">\n\n\n                <div>\n                    <table>\n                        <tr>\n                            <th colspan=\"4\" class=\"headerDiario\">Demanda Neta máxima instantánea en el día de hoy del SIN</th>\n                        </tr>\n                        <tr>\n                            <td class=\"celdaMargen\"></td>\n                            <td colspan=\"2\"><span id=\"DemandaSIN-MAX-DIARIAValor\">34,935 MW</span></td>\n                            <td class=\"celdaMargen\"></td>\n                        </tr>\n                        <tr>\n                            <td class=\"celdaMargen\"></td>\n                            <td class=\"ultimaFila\">Hora</td>\n                            <td class=\"ultimaFila num\" id=\"DemandaSIN-MAX-DIARIAHora\">12:04:43 hrs</td>\n                            <td class=\"celdaMargen\"></td>\n                        </tr>\n                    </table>\n                </div>\n                <div class=\"botonIntercambio\">Intercambio entre regiones</div>\n            </div>\n        </div>\n    </div>\n    <div style=\"height: 280px;\">&nbsp;</div>\n\n            </div>\n            <script src=\"/scripts/funciones.js\" type=\"text/javascript\"></script>\n            <script type=\"text/javascript\" src=\"/scripts/classie.js\"></script>\n            <script type=\"text/javascript\">\n                var buttons7Click = Array.prototype.slice.call(document.querySelectorAll('#btn-click a')),\n                    totalButtons7Click = buttons7Click.length;\n\n                buttons7Click.forEach(function (el, i) { el.addEventListener('click', activate, false); });\n\n                function activate() {\n                    var self = this, activatedClass = 'btn-activated';\n\n                    if (!classie.has(this, activatedClass)) {\n                        classie.add(this, activatedClass);\n                        setTimeout(function () { classie.remove(self, activatedClass) }, 1000);\n                    }\n                }\n\n            </script>\n              <div style=\"height: 50px;\">&nbsp;</div>\n        </form>\n<script src=\"https://framework-gb.cdn.gob.mx/gobmx.js\"></script>\n<script src=\"https://framework-gb.cdn.gob.mx/assets/scripts/jquery-ui-datepicker.js\"></script>\n</body>\n</html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CL/response_historical_20240224.json",
    "content": "{\n    \"data\": [],\n    \"aggs\": [\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 1,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1280.7808852966,\n            \"energia_ernc_sum\": 1280.7808852966,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 1,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.14,\n            \"energia_ernc_sum\": 53.14,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 1,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2700.9066568497,\n            \"energia_ernc_sum\": 276.38943307069997,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 1,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 100.0000323916,\n            \"energia_ernc_sum\": 100.0000323916,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 1,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5268.1704992332,\n            \"energia_ernc_sum\": 357.1267742110999,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 2,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1189.9152097284,\n            \"energia_ernc_sum\": 1189.9152097284,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 2,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.26,\n            \"energia_ernc_sum\": 53.26,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 2,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2462.4756248742997,\n            \"energia_ernc_sum\": 275.94207487430003,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 2,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 81.105924654,\n            \"energia_ernc_sum\": 81.105924654,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 2,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5170.74326917,\n            \"energia_ernc_sum\": 356.9054485502,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 3,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1117.3972692012,\n            \"energia_ernc_sum\": 1117.3972692012,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 3,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.79,\n            \"energia_ernc_sum\": 53.79,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 3,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2379.2390392355,\n            \"energia_ernc_sum\": 274.6449142355,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 3,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 8.3000328443,\n            \"energia_ernc_sum\": 8.3000328443,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 3,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5117.478787098001,\n            \"energia_ernc_sum\": 353.54479164839995,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 4,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1090.9073706277,\n            \"energia_ernc_sum\": 1090.9073706277,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 4,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.379999999999995,\n            \"energia_ernc_sum\": 54.379999999999995,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 4,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2354.2432406993,\n            \"energia_ernc_sum\": 273.0322406993,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 4,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 59.902852045399996,\n            \"energia_ernc_sum\": 59.902852045399996,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 4,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5094.783765706899,\n            \"energia_ernc_sum\": 356.6994609264,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 5,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1084.9738485366,\n            \"energia_ernc_sum\": 1084.9738485366,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 5,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.56,\n            \"energia_ernc_sum\": 53.56,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 5,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2283.7444266507,\n            \"energia_ernc_sum\": 272.56322665069996,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 5,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 120.72477577969998,\n            \"energia_ernc_sum\": 120.72477577969998,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 5,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5087.7323287188,\n            \"energia_ernc_sum\": 340.0560019225,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 6,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1155.4998925629,\n            \"energia_ernc_sum\": 1155.4998925629,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 6,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.559999999999995,\n            \"energia_ernc_sum\": 53.559999999999995,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 6,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2303.1314665768,\n            \"energia_ernc_sum\": 270.1625165768,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 6,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 122.795106511,\n            \"energia_ernc_sum\": 122.795106511,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 6,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5009.660574943101,\n            \"energia_ernc_sum\": 345.4568217537,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 7,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1224.985926912,\n            \"energia_ernc_sum\": 1224.985926912,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 7,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.17,\n            \"energia_ernc_sum\": 54.17,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 7,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2410.3081941544997,\n            \"energia_ernc_sum\": 265.92561915450005,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 7,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 125.6164396124,\n            \"energia_ernc_sum\": 125.6164396124,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 7,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5045.7554548518,\n            \"energia_ernc_sum\": 348.74388398139996,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 8,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1302.9882926569999,\n            \"energia_ernc_sum\": 1302.9882926569999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 8,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.959999999999994,\n            \"energia_ernc_sum\": 54.959999999999994,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 8,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2631.7401560783,\n            \"energia_ernc_sum\": 264.3751310783,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 8,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 245.07827741170001,\n            \"energia_ernc_sum\": 245.07827741170001,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 8,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4924.8545360602,\n            \"energia_ernc_sum\": 354.1269341649,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 9,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1288.6180916442001,\n            \"energia_ernc_sum\": 1288.6180916442001,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 9,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.56,\n            \"energia_ernc_sum\": 54.56,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 9,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2611.3825795720995,\n            \"energia_ernc_sum\": 247.17497957209997,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 9,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 2278.5033599788003,\n            \"energia_ernc_sum\": 2278.5033599788003,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 9,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 3316.6257340337997,\n            \"energia_ernc_sum\": 324.83097604380004,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 10,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1075.4499853850002,\n            \"energia_ernc_sum\": 1075.4499853850002,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 10,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 52.89999999999999,\n            \"energia_ernc_sum\": 52.89999999999999,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 10,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2576.7303595877,\n            \"energia_ernc_sum\": 236.4900095877,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 10,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4210.0161374217005,\n            \"energia_ernc_sum\": 4210.0161374217005,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 10,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2046.0373702917,\n            \"energia_ernc_sum\": 291.3493331482,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 11,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 974.6763642224,\n            \"energia_ernc_sum\": 974.6763642224,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 11,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 52.15,\n            \"energia_ernc_sum\": 52.15,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 11,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2319.6892700866,\n            \"energia_ernc_sum\": 231.66584508660003,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 11,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5132.126591815599,\n            \"energia_ernc_sum\": 5132.126591815599,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 11,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1755.3378083953999,\n            \"energia_ernc_sum\": 275.4293534851,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 12,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 932.9308359217001,\n            \"energia_ernc_sum\": 932.9308359217001,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 12,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 49.11,\n            \"energia_ernc_sum\": 49.11,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 12,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2234.2453188153004,\n            \"energia_ernc_sum\": 227.5072688153,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 12,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5484.558118224601,\n            \"energia_ernc_sum\": 5484.558118224601,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 12,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1696.2424616408,\n            \"energia_ernc_sum\": 273.145811737,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 13,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 931.1214195824001,\n            \"energia_ernc_sum\": 931.1214195824001,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 13,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 48.82,\n            \"energia_ernc_sum\": 48.82,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 13,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2172.6245904928,\n            \"energia_ernc_sum\": 220.1157154928,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 13,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5671.553406349901,\n            \"energia_ernc_sum\": 5671.553406349901,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 13,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1678.2303592728,\n            \"energia_ernc_sum\": 282.09162406609994,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 14,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1099.3867215344999,\n            \"energia_ernc_sum\": 1099.3867215344999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 14,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 49.19,\n            \"energia_ernc_sum\": 49.19,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 14,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2144.2436749626995,\n            \"energia_ernc_sum\": 215.20178238469998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 14,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5578.896808596201,\n            \"energia_ernc_sum\": 5578.896808596201,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 14,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1736.0368319609001,\n            \"energia_ernc_sum\": 286.15787338610005,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 15,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1230.2315382824,\n            \"energia_ernc_sum\": 1230.2315382824,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 15,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 46.03,\n            \"energia_ernc_sum\": 46.03,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 15,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2263.6550162188005,\n            \"energia_ernc_sum\": 227.8889294998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 15,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5422.101832014798,\n            \"energia_ernc_sum\": 5422.101832014798,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 15,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1778.5533055768,\n            \"energia_ernc_sum\": 308.8749027404,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 16,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1361.2188694076,\n            \"energia_ernc_sum\": 1361.2188694076,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 16,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.120000000000005,\n            \"energia_ernc_sum\": 42.120000000000005,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 16,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2246.2642772384997,\n            \"energia_ernc_sum\": 229.11583407450001,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 16,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5389.58674556,\n            \"energia_ernc_sum\": 5389.58674556,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 16,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1751.5393264347,\n            \"energia_ernc_sum\": 301.4619591257999,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 17,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1421.0111564712001,\n            \"energia_ernc_sum\": 1421.0111564712001,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 17,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.29,\n            \"energia_ernc_sum\": 42.29,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 17,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2129.3635944671,\n            \"energia_ernc_sum\": 230.61262835410005,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 17,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5202.744164690799,\n            \"energia_ernc_sum\": 5202.744164690799,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 17,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1878.3353426625,\n            \"energia_ernc_sum\": 294.8453365993,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 18,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1461.5318987237,\n            \"energia_ernc_sum\": 1461.5318987237,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 18,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 43.370000000000005,\n            \"energia_ernc_sum\": 43.370000000000005,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 18,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2269.3064434291,\n            \"energia_ernc_sum\": 233.84346447410002,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 18,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4613.716848127102,\n            \"energia_ernc_sum\": 4613.716848127102,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 18,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2089.7487412962,\n            \"energia_ernc_sum\": 316.7831942286,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 19,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1285.3606247331,\n            \"energia_ernc_sum\": 1285.3606247331,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 19,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.92,\n            \"energia_ernc_sum\": 42.92,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 19,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2130.0772277782,\n            \"energia_ernc_sum\": 229.85205703819997,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 19,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4030.7961523990007,\n            \"energia_ernc_sum\": 4030.7961523990007,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 19,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2880.6434384275,\n            \"energia_ernc_sum\": 297.63828440919997,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 20,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1485.3186691931999,\n            \"energia_ernc_sum\": 1485.3186691931999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 20,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 49.96,\n            \"energia_ernc_sum\": 49.96,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 20,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2679.4531312902,\n            \"energia_ernc_sum\": 243.19785629020004,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 20,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 1850.6596979495002,\n            \"energia_ernc_sum\": 1850.6596979495002,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 20,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4302.6272421488,\n            \"energia_ernc_sum\": 285.1656313427,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 21,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1607.0770907421,\n            \"energia_ernc_sum\": 1607.0770907421,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 21,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 52.22,\n            \"energia_ernc_sum\": 52.22,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 21,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3204.5307554093,\n            \"energia_ernc_sum\": 244.98513040930004,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 21,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 238.57622582730005,\n            \"energia_ernc_sum\": 238.57622582730005,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 21,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5535.7498325676,\n            \"energia_ernc_sum\": 323.8662240996,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 22,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1596.8745090636999,\n            \"energia_ernc_sum\": 1596.8745090636999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 22,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.13,\n            \"energia_ernc_sum\": 53.13,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 22,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3339.0807726662006,\n            \"energia_ernc_sum\": 246.1806495702,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 22,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 183.0334448396,\n            \"energia_ernc_sum\": 183.0334448396,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 22,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5590.1212612305,\n            \"energia_ernc_sum\": 347.56291457220004,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 23,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1475.9104185334,\n            \"energia_ernc_sum\": 1475.9104185334,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 23,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 53.31,\n            \"energia_ernc_sum\": 53.31,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 23,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3397.7034800242,\n            \"energia_ernc_sum\": 249.9882829542,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 23,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 126.82,\n            \"energia_ernc_sum\": 126.82,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 23,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5451.2679582333,\n            \"energia_ernc_sum\": 337.8989522045,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 24,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1468.8752169513002,\n            \"energia_ernc_sum\": 1468.8752169513002,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 24,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.39,\n            \"energia_ernc_sum\": 54.39,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 24,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3050.8250420519007,\n            \"energia_ernc_sum\": 247.95964605589998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 24,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 124.8,\n            \"energia_ernc_sum\": 124.8,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-23\",\n            \"hora\": 24,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5427.3849259018,\n            \"energia_ernc_sum\": 344.64013129619997,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 1,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1394.0066557508003,\n            \"energia_ernc_sum\": 1394.0066557508003,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 1,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 55.44,\n            \"energia_ernc_sum\": 55.44,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 1,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2921.1350528007997,\n            \"energia_ernc_sum\": 263.42907780080003,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 1,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 97.9,\n            \"energia_ernc_sum\": 97.9,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 1,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5242.052760494999,\n            \"energia_ernc_sum\": 341.0925553221,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 2,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1278.1971093101997,\n            \"energia_ernc_sum\": 1278.1971093101997,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 2,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 54.72,\n            \"energia_ernc_sum\": 54.72,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 2,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2873.6390785840995,\n            \"energia_ernc_sum\": 258.70945358409995,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 2,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 12.0,\n            \"energia_ernc_sum\": 12.0,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 2,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5092.2766205650005,\n            \"energia_ernc_sum\": 321.345868888,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 3,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1255.2514755153998,\n            \"energia_ernc_sum\": 1255.2514755153998,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 3,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 45.19,\n            \"energia_ernc_sum\": 45.19,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 3,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2779.0061381370997,\n            \"energia_ernc_sum\": 261.58943813710005,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 3,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 3.28443e-05,\n            \"energia_ernc_sum\": 3.28443e-05,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 3,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5017.079483460999,\n            \"energia_ernc_sum\": 308.16751210940004,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 4,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1216.9786442791003,\n            \"energia_ernc_sum\": 1216.9786442791003,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 4,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 36.36,\n            \"energia_ernc_sum\": 36.36,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 4,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2535.7191593707003,\n            \"energia_ernc_sum\": 263.5281593707,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 4,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 0.0026821607,\n            \"energia_ernc_sum\": 0.0026821607,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 4,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5161.3465379084,\n            \"energia_ernc_sum\": 300.1558926338,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 5,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1190.1354002182,\n            \"energia_ernc_sum\": 1190.1354002182,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 5,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 50.56,\n            \"energia_ernc_sum\": 50.56,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 5,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2455.6831442096,\n            \"energia_ernc_sum\": 263.9668692096,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 5,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 0.6664249064000001,\n            \"energia_ernc_sum\": 0.6664249064000001,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 5,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5156.5003874298,\n            \"energia_ernc_sum\": 310.48223330639996,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 6,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1265.9490491408,\n            \"energia_ernc_sum\": 1265.9490491408,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 6,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 50.599999999999994,\n            \"energia_ernc_sum\": 50.599999999999994,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 6,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2344.0224302964,\n            \"energia_ernc_sum\": 261.4351052964,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 6,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 2.7877797557,\n            \"energia_ernc_sum\": 2.7877797557,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 6,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5173.1816552309,\n            \"energia_ernc_sum\": 299.5442479352,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 7,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1340.5897909408,\n            \"energia_ernc_sum\": 1340.5897909408,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 7,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 49.93,\n            \"energia_ernc_sum\": 49.93,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 7,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2436.9283624249,\n            \"energia_ernc_sum\": 257.5710124249,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 7,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4.67160883,\n            \"energia_ernc_sum\": 4.67160883,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 7,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5066.0645311498,\n            \"energia_ernc_sum\": 306.55032826670003,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 8,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1252.8668564542,\n            \"energia_ernc_sum\": 1252.8668564542,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 8,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 50.17,\n            \"energia_ernc_sum\": 50.17,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 8,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2612.4578301554,\n            \"energia_ernc_sum\": 254.5241551554,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 8,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 128.86801930540003,\n            \"energia_ernc_sum\": 128.86801930540003,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 8,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4821.509307829499,\n            \"energia_ernc_sum\": 301.4151902758,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 9,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 980.6847294541001,\n            \"energia_ernc_sum\": 980.6847294541001,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 9,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 49.769999999999996,\n            \"energia_ernc_sum\": 49.769999999999996,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 9,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2416.6009526112,\n            \"energia_ernc_sum\": 253.80842761120002,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 9,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 2229.9832247096992,\n            \"energia_ernc_sum\": 2229.9832247096992,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 9,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 3304.3937874043,\n            \"energia_ernc_sum\": 288.05004074709996,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 10,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 738.1091109495999,\n            \"energia_ernc_sum\": 738.1091109495999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 10,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 48.89,\n            \"energia_ernc_sum\": 48.89,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 10,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2422.6866201271996,\n            \"energia_ernc_sum\": 250.85437012719996,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 10,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4072.759647310101,\n            \"energia_ernc_sum\": 4072.759647310101,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 10,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2101.0125258484,\n            \"energia_ernc_sum\": 249.20936980739998,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 11,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 586.7263741101999,\n            \"energia_ernc_sum\": 586.7263741101999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 11,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 50.32,\n            \"energia_ernc_sum\": 50.32,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 11,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2125.2263121554997,\n            \"energia_ernc_sum\": 245.5987121555,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 11,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4940.913316201801,\n            \"energia_ernc_sum\": 4940.913316201801,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 11,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1942.6116230137995,\n            \"energia_ernc_sum\": 242.5128046937,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 12,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 572.9012763364,\n            \"energia_ernc_sum\": 572.9012763364,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 12,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 47.35,\n            \"energia_ernc_sum\": 47.35,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 12,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2150.0541449206,\n            \"energia_ernc_sum\": 237.74414492059998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 12,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5228.110012046602,\n            \"energia_ernc_sum\": 5228.110012046602,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 12,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1821.1329038577,\n            \"energia_ernc_sum\": 226.6206932861,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 13,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 473.0080792504,\n            \"energia_ernc_sum\": 473.0080792504,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 13,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 45.0,\n            \"energia_ernc_sum\": 45.0,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 13,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2085.7750458032,\n            \"energia_ernc_sum\": 234.29322080319997,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 13,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5508.1719497426,\n            \"energia_ernc_sum\": 5508.1719497426,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 13,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1796.2123590141996,\n            \"energia_ernc_sum\": 229.7046038505,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 14,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 472.35443146520004,\n            \"energia_ernc_sum\": 472.35443146520004,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 14,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 43.41,\n            \"energia_ernc_sum\": 43.41,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 14,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2192.2331651873005,\n            \"energia_ernc_sum\": 231.97289018729998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 14,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5395.869377760901,\n            \"energia_ernc_sum\": 5395.869377760901,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 14,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1908.4693105126003,\n            \"energia_ernc_sum\": 229.1823806744,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 15,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 649.9123907145,\n            \"energia_ernc_sum\": 649.9123907145,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 15,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 43.09,\n            \"energia_ernc_sum\": 43.09,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 15,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2270.6858387676,\n            \"energia_ernc_sum\": 238.8327637676,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 15,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5182.934049883201,\n            \"energia_ernc_sum\": 5182.934049883201,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 15,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1935.4658515786,\n            \"energia_ernc_sum\": 235.3949442442,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 16,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 699.7381126555,\n            \"energia_ernc_sum\": 699.7381126555,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 16,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.77,\n            \"energia_ernc_sum\": 42.77,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 16,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2267.5933400877,\n            \"energia_ernc_sum\": 244.9684650877,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 16,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 5130.073940795801,\n            \"energia_ernc_sum\": 5130.073940795801,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 16,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 1906.3814851096997,\n            \"energia_ernc_sum\": 233.8192828643,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 17,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 787.0739551012,\n            \"energia_ernc_sum\": 787.0739551012,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 17,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 43.33,\n            \"energia_ernc_sum\": 43.33,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 17,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2122.8224447129,\n            \"energia_ernc_sum\": 241.4824947129,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 17,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4822.331978742899,\n            \"energia_ernc_sum\": 4822.331978742899,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 17,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2014.2353310592998,\n            \"energia_ernc_sum\": 232.26827333900002,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 18,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 906.5164118995999,\n            \"energia_ernc_sum\": 906.5164118995999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 18,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 43.589999999999996,\n            \"energia_ernc_sum\": 43.589999999999996,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 18,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 1975.8318429595997,\n            \"energia_ernc_sum\": 241.14876795959998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 18,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 4641.8379593436,\n            \"energia_ernc_sum\": 4641.8379593436,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 18,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 2248.5937095062,\n            \"energia_ernc_sum\": 234.84652101310002,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 19,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 981.2588013841,\n            \"energia_ernc_sum\": 981.2588013841,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 19,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 41.33,\n            \"energia_ernc_sum\": 41.33,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 19,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 1941.2401342409999,\n            \"energia_ernc_sum\": 254.14845924099996,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 19,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 3826.1862229506996,\n            \"energia_ernc_sum\": 3826.1862229506996,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 19,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 3076.0054384784,\n            \"energia_ernc_sum\": 241.2878844092,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 20,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1472.0802836036999,\n            \"energia_ernc_sum\": 1472.0802836036999,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 20,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 40.66,\n            \"energia_ernc_sum\": 40.66,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 20,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2542.8851514586995,\n            \"energia_ernc_sum\": 262.50955145870006,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 20,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 1591.8772877703004,\n            \"energia_ernc_sum\": 1591.8772877703004,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 20,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4176.509648638899,\n            \"energia_ernc_sum\": 270.8767313427,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 21,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1940.6881042081,\n            \"energia_ernc_sum\": 1940.6881042081,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 21,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 41.99,\n            \"energia_ernc_sum\": 41.99,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 21,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2792.108541416,\n            \"energia_ernc_sum\": 243.599641416,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 21,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 205.7286349895,\n            \"energia_ernc_sum\": 205.7286349895,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 21,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5133.1586531939,\n            \"energia_ernc_sum\": 324.3122740996,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 22,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1764.6543294829003,\n            \"energia_ernc_sum\": 1764.6543294829003,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 22,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.709999999999994,\n            \"energia_ernc_sum\": 42.709999999999994,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 22,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 2986.5561507892,\n            \"energia_ernc_sum\": 251.7575757892,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 22,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 237.4587900896,\n            \"energia_ernc_sum\": 237.4587900896,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 22,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 5099.3373507539,\n            \"energia_ernc_sum\": 335.3922145722,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 23,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1643.7624225771,\n            \"energia_ernc_sum\": 1643.7624225771,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 23,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.06,\n            \"energia_ernc_sum\": 42.06,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 23,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3103.2899919356996,\n            \"energia_ernc_sum\": 248.4851169357,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 23,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 237.524,\n            \"energia_ernc_sum\": 237.524,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 23,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4833.360662028799,\n            \"energia_ernc_sum\": 346.3107022045,\n            \"tecnologia_orden\": 2\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 24,\n            \"tipo_central\": \"eolica\",\n            \"generacion_sum\": 1475.7504745044,\n            \"energia_ernc_sum\": 1475.7504745044,\n            \"tecnologia_orden\": 3\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 24,\n            \"tipo_central\": \"geotermica\",\n            \"generacion_sum\": 42.01,\n            \"energia_ernc_sum\": 42.01,\n            \"tecnologia_orden\": 5\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 24,\n            \"tipo_central\": \"hidraulica\",\n            \"generacion_sum\": 3043.4955198107,\n            \"energia_ernc_sum\": 234.90529481069998,\n            \"tecnologia_orden\": 1\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 24,\n            \"tipo_central\": \"solar\",\n            \"generacion_sum\": 151.308,\n            \"energia_ernc_sum\": 151.308,\n            \"tecnologia_orden\": 4\n        },\n        {\n            \"fecha\": \"2024-02-24\",\n            \"hora\": 24,\n            \"tipo_central\": \"termica\",\n            \"generacion_sum\": 4832.761209688701,\n            \"energia_ernc_sum\": 354.3649812962,\n            \"tecnologia_orden\": 2\n        }\n    ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CNDC/data.json",
    "content": "{\n    \"data\": [\n        [\n            1,\n            1199.23,\n            1175,\n            744.75,\n            384.86,\n            45.39,\n            0,\n            0\n        ],\n        [\n            2,\n            1141.49,\n            1146.34,\n            696.4,\n            402.78,\n            47.16,\n            0,\n            0\n        ],\n        [\n            3,\n            1108.31,\n            1116.53,\n            661.4,\n            406.37,\n            48.76,\n            0,\n            0\n        ],\n        [\n            4,\n            1088.02,\n            1090.27,\n            662.76,\n            380.18,\n            47.33,\n            0,\n            0\n        ],\n        [\n            5,\n            1118.32,\n            1091.73,\n            661.15,\n            379.26,\n            51.32,\n            0,\n            0\n        ],\n        [\n            6,\n            1080.45,\n            1048.57,\n            647.5,\n            350.42,\n            50.26,\n            0.39,\n            0\n        ],\n        [\n            7,\n            1228.59,\n            1147.98,\n            670.38,\n            422.66,\n            41.49,\n            13.45,\n            0\n        ],\n        [\n            8,\n            1292.94,\n            1311.44,\n            717.29,\n            500.35,\n            45.95,\n            47.85,\n            0\n        ],\n        [\n            9,\n            1399.9,\n            1411.96,\n            769.71,\n            505.62,\n            46.62,\n            90.01,\n            0\n        ],\n        [\n            10,\n            1454.64,\n            1514.59,\n            845.12,\n            523.88,\n            32.52,\n            113.07,\n            0\n        ],\n        [\n            11,\n            1485.06,\n            1582.44,\n            920.99,\n            511.72,\n            24.76,\n            124.97,\n            0\n        ],\n        [\n            12,\n            1499.31,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            13,\n            1488.93,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            14,\n            1547.23,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            15,\n            1590.45,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            16,\n            1572.62,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            17,\n            1516.26,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            18,\n            1442.56,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            19,\n            1571.34,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            20,\n            1627.02,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            21,\n            1599.87,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            22,\n            1525.8,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            23,\n            1411.17,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ],\n        [\n            24,\n            1294.64,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null\n        ]\n    ],\n    \"ttoken\": \"7ce1c0f5945531f308033fd87dd57dd3c3a482f572dc74ad9d10bc819ea6b4815244c2d9a3f5a8f1d9b72bfcafa61daaf2b1a2586924b4591a9fda4dcb2c4783104894503426044d093c78ab64413a3b0b81056f512fb6aae49aa39385aaefc8c92493bbe6247fa36d6fa4f382781fbd733b05f616e37144267296cf477c9a84\"\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CNDC/index.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"windows-1252\">\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n<title>CNDC</title>\n<link rel=\"SHORTCUT ICON\" href=\"../home/images/cndc.ico\" type=\"image/x-icon\" />\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n<link href=\"./ass/css/jquery-ui.1.12.1.min.css\" rel=\"stylesheet\">\n\n<link href=\"./ass/css/font-awesome.min.css\" rel=\"stylesheet\">\n<link href=\"./ass/css/Menu_Graficador.css\" rel=\"stylesheet\">\n<link href=\"./ass/css/index.css\" rel=\"stylesheet\">\n\n\t\t<!-- scripts -->\n\n\t\t<!--[if lt IE 9 ]>\n\t\t<script src=\"./ass/js/html5shiv.min.js\"></script>\n\t\t<script src=\"./ass/js/respond.min.js\"></script>\n\t\t<![endif]-->\n\n\t\t<!--script src=\"/assets/js/\t\"></script-->\n\n\n<script type=\"text/javascript\">var ttoken = \"0ac6323ef3e86abb2e113425f4cb1ef84d9d33a7ee36d8c175a5fbee99c3071be3c6f9428eefbd4c30ddb89eb1206a67f3d94e05c04e6f2df81cbccf8247c0be82298501436918580d81d8129b2ed01494e74b11ccd04e6e666b43bf27d28d8290996da60324ac2a3accd8bbc7477bbf743c57c7928eea35b40b61e1a0f8962d\";</script><script type=\"text/javascript\">\nwindow.onload = function () {\n\tvar chart = new CanvasJS.Chart(\"chartContainer\",{\n\n\t\tbackgroundColor: \"#FEF9E7\",\n\t\tzoomEnabled: true,\n\t\tzoomType: \"xy\",\n\t\texportEnabled: true,\n\t\ttitle:{\n\t\t\ttext:\"GENERACION HORARIA ( MW )\",\n\t\t\tfontSize: 18\n\t\t},\n\t\tsubtitles: [{\n    \ttext: \"Subtitle\",\n    \tfontColor: \"red\",\n\t\tfontSize: 16\n    \t}],\n\t\tlegend: {\n                verticalAlign: \"bottom\",\n                horizontalAlign: \"center\",\n\t\t\t\tfontSize: 16\n            },\n\t\taxisX: {\n\t\t//gridThickness: 0,\n\t\tincludeZero: true,\n\t\tlabelFontSize: 10,\n\n\t\t//tickThickness: 0,\n\t\tlineThickness: 1,\n\t\tinterval: 1,\n\t\tcrosshair: {\n\t\t\tenabled: true,\n\t\t\tsnapToDataPoint: true\n\t\t}\n\t},\n\taxisY:{\n\t\t//title: \"Generación\",\n\t\t//titleFontColor: \"red\",\n\t\t//titleFontSize: 20,\n\t\tsuffix:  \"\",\n\n\t\t//interval : 200,\n\t\tincludeZero: true,\n\t\tlabelFontSize: 10,\n      labelFormatter: function(e) {\n\t\tif (e.value < 0)\n\t\t\treturn \"\";\n\t\telse\n\t\t\treturn e.value + \" MW\"\n      },\n      tickLength: 1,\n\t  lineThickness: 1,\n\t  crosshair: {\n\t\t\tenabled: true\n\t\t}\n\t},\n\t\tdata: [{\n\t\t\ttype: \"line\",\n\t\t\tname: \"Prevista\",\n\t\t\tshowInLegend: true,\n\t\t\tlineDashType: \"shortDot\",\n\t\t\tcolor: \"#999999\",\n\t\t\tbackgroundColor: \"#999999\",\n\t\t\tlineThickness: 3,\n\t\t\tmarkerSize: 3,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\t\t\ttype: \"line\",\n\t\t\tname: \"Real\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"#333333\",\n\t\t\tbackgroundColor: \"#333333\",\n\t\t\tlineThickness: 5,\n\t\t\tmarkerSize: 6,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\t\t\ttype: \"spline\",\n\t\t\tname: \"Termo\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"red\",\n\t\t\tbackgroundColor: \"red\",\n\t\t\tlineThickness: 3,\n\t\t\tmarkerSize: 4,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\t\t\ttype: \"spline\",\n\t\t\tname: \"Hidro\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"blue\",\n\t\t\tbackgroundColor: \"blue\",\n\t\t\tlineThickness: 3,\n\t\t\tmarkerSize: 4,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\t\t\ttype: \"spline\",\n\t\t\tname: \"Eolica\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"green\",\n\t\t\tbackgroundColor: \"green\",\n\t\t\tlineThickness: 4,\n\t\t\tmarkerSize: 5,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\n\t\t\ttype: \"spline\",\n\t\t\tname: \"Solar\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"orange\",\n\t\t\tbackgroundColor: \"orange\",\n\t\t\tlineThickness: 4,\n\t\t\tmarkerSize: 5,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t},\n\t\t{\n\n\t\t\ttype: \"spline\",\n\t\t\tname: \"Bagazo\",\n\t\t\tshowInLegend: true,\n\t\t\tcolor: \"#01FFFA\",\n\t\t\tbackgroundColor: \"#01FFFA\",\n\t\t\tlineThickness: 4,\n\t\t\tmarkerSize: 5,\n\t\t\ttoolTipContent: \"{y} MW\",\n\t\t\tyValueFormatString: \"#,##0.##\",\n\t\t\tdataPoints : [],\n\t\t}\n\t\t]\n\t});\n\n////////////////////////////////////////////////////////\n\n$(function() {\n\t$(\"#fechaGe\").datepicker(\"option\", $.datepicker.regional['es']);\n\t$(\"#fechaGe\").datepicker({\n\tdateFormat: 'yy-mm-dd',\n\tchangeMonth: false,\n\tchangeYear: false,\n\tshowButtonPanel: false,\n    showAnim: 'fadeIn',\n\tselectWeek: true,\n\tnumberOfMonths: 1,\n\twidth:300,\n\theight:250,\n\tminDate: '2020-01-01',\n\tshowOn: \"button\",\n\tbuttonImage: \"ass/css//images/datepicker.jpg\",\n\tbuttonImageOnly: true\n\t});\n\n\n\n});\n\n$(\"#date-selector\").change( function() {\n\tvar valFecha = $( \"#fechaGe\" ).val();\n\tif(new Date(valFecha).getTime() != null){\n\t\tupdateChart(valFecha);\n  }\n});\n\n\n////////////////////////////////////////////////////////\nvar VALOR = -50;\n\nfunction setChart(data)\n{\n\t\tchart.options.data[0].dataPoints = [];\n\t\tchart.options.data[1].dataPoints = [];\n\t\tchart.options.data[2].dataPoints = [];\n\t\tchart.options.data[3].dataPoints = [];\n\t\tchart.options.data[4].dataPoints = [];\n\t\tchart.options.data[5].dataPoints = [];\n\t\tchart.options.data[6].dataPoints = [];\n\t\t$.each((data), function(key, value){\n\t\t\tchart.options.data[0].dataPoints.push({label: value[0], y: value[1], x: value[0]});\n\t\t\tchart.options.data[1].dataPoints.push({label: value[0], y: value[2], x: value[0]});\n\t\t\tchart.options.data[2].dataPoints.push({label: value[0], y: value[3], x: value[0]});\n\t\t\tchart.options.data[3].dataPoints.push({label: value[0], y: value[4], x: value[0]});\n\t\t\tchart.options.data[4].dataPoints.push({label: value[0], y: value[5], x: value[0]});\n\t\t\tchart.options.data[5].dataPoints.push({label: value[0], y: value[6], x: value[0]});\n\t\t\tchart.options.data[6].dataPoints.push({label: value[0], y: value[7], x: value[0]});\n\t\t\t/*\n\t\t\tif (parseInt(value[6]) === 1)\n\t\t\t\tchart.options.data[5].dataPoints.push({label: value[0], y: VALOR, x: value[0], color: \"#33cc33\"});\n\t\t\telse if (parseInt(value[6]) === 2)\n\t\t\t\tchart.options.data[5].dataPoints.push({label: value[0], y: VALOR, x: value[0], color: \"orange\"});\n\t\t\telse if (parseInt(value[6]) === 3)\n\t\t\t\tchart.options.data[5].dataPoints.push({label: value[0], y: VALOR, x: value[0], color: \"red\"});\n\t\t\t*/\n\t\t\t\t});\n\t\tchart.render();\n\n\t\tchart.subtitles[0].set(\"text\", dateFormat($( \"#fechaGe\" ).val(), 'dddd, d \"de\" mmmm \"de\" yyyy', true) );\n\n\t}\n\nshowNow();\n\nfunction showNow()\n{\n\tupdateChart($(\"#fechaGe\").datepicker({dateFormat: \"yy-mm-dd\"}).datepicker(\"setDate\", $.now()).val());\n}\n\nfunction updateChart(fecha) {\n\t\t$.ajaxSetup({beforeSend: function (xhr) { xhr.setRequestHeader(\"X-Csrf-Token\", ttoken); }});\n\t\t$.getJSON(\"./dat/gene.php\",{ \"fechag\" : fecha }, function(data, status, xhr) {\n\t\t\tif (data.data.length === 0)\n\t\t\t{\n\t\t\t\t//location.reload(true);\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tttoken = data.ttoken;\n\t\t\t\tsetChart(data.data);\n\t\t\t}\n\t\t\treturn false;\n\t\t});\n\t}\n\n\tsetInterval(function(){showNow()}, 15*60*1000);\n}\n</script>\n\n\n<script>\n$(document).ready(function()\n{\n   $('#OverlayMenu1-overlay').overlay({hideTransition:true});\n   $('.OverlayMenu1').drilldownmenu({backText: 'Back'});\n   $('#OverlayMenu1').on('click', function(e)\n   {\n      $.overlay.show($('#OverlayMenu1-overlay'));\n      return false;\n   });\n});\n</script>\n\n\n</head>\n<body>\n<div id=\"FlexGrid1\">\n<div class=\"header\" style=\"background-color: rgb(0, 33, 139);\">\n<div id=\"wb_Text1\">\n<span style=\"background-color: rgb(0, 33, 139); color: rgb(255, 255, 255); font-family: Arial; font-size: 20px;\">Comité Nacional de Despacho de Carga</span>\n</div>\n</div>\n\n\n<div class=\"nav\">\n</div>\n<div class=\"main\">\n</div>\n<div class=\"sidebar\">\n<div id=\"wb_OverlayMenu1\" style=\"width: 50px; height: 50px; z-index: 1;\">\n<a href=\"#\" id=\"OverlayMenu1\">\n<span class=\"line\"></span>\n<span class=\"line\">\n</span><span class=\"line\"></span>\n</a>\n</div>\n</div>\n<div class=\"footer\">\n</div>\n</div>\n<div id=\"OverlayMenu1-overlay\">\n<div class=\"OverlayMenu1\">\n<ul class=\"drilldown-menu\" role=\"menu\">\n<li><a role=\"menuitem\" href=\"#\" class=\"OverlayMenu1-effect\"><i class=\"fa fa-home overlay-icon\"></i>Inicio</a></li>\n<li>\n<a role=\"menuitem\" href=\"#\" class=\"OverlayMenu1-effect\"><i class=\"fa fa-line-chart overlay-icon\"></i>Graficos</a>\n<ul class=\"drilldown-submenu\" role=\"menu\">\n<li>\n<a role=\"menuitem\" href=\"#\" class=\"OverlayMenu1-effect\"><i class=\"fa fa-line-chart overlay-icon\"></i>Generación</a>\n<ul class=\"drilldown-submenu\" role=\"menu\">\n<li><a role=\"menuitem\" href=\"index.php\" class=\"OverlayMenu1-effect\">Generación&nbsp;horaria</a><br>\n</li>\n</ul>\n        <br>\n</li>\n<li>\n<a role=\"menuitem\" href=\"#\" class=\"OverlayMenu1-effect\">HTML</a>\n<ul class=\"drilldown-submenu\" role=\"menu\">\n<li><a role=\"menuitem\" href=\"#\" class=\"OverlayMenu1-effect\">Test</a><br>\n</li>\n</ul>\n        <br>\n</li>\n</ul>\n</li>\n   </ul>\n</div>\n<a class=\"close-button\" id=\"OverlayMenu1-close\" href=\"#\" role=\"button\" aria-hidden=\"true\"><span></span></a>\n</div>\n\n<div class=\"\" style=\"padding: 5px 5px 5px 5px;\">\n<div id=\"update-nav\" style=\"width:100%;height:50px;\">\n<div id=\"range-selector\" style=\"width:65%;float: left;\">\n</div>\n  <div id=\"date-selector\" class=\"\" style=\"width:35%;float: right;\" >\n      <strong>Fecha :</strong> <input type=\"text\" id=\"fechaGe\" size=\"8\" class=\"ui-widget\">\n  </div>\n</div>\n\n<div id=\"chartContainer\" style=\"height: 550px; max-width: 900px; margin: 0px auto;\"></div>\n</div>\n\n\n\n</body></html>\n\n<style type=\"text/css\">\n<!--\nbody {\n\tbackground-color: #eff0e3;\n}\n-->\n</style>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/cons_dt.json",
    "content": "{\"Id\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\"},\"Values_code\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\"},\"Values_Hour01\":{\"0\":8847447.8900000006,\"1\":8672866.3300000001,\"2\":9027656.6199999992,\"3\":9061767.9900000002,\"4\":9091360.9299999997,\"5\":9207670.3499999996,\"6\":9107176.8900000006,\"7\":8390901.5600000005,\"8\":8435832.9299999997,\"9\":9118498.4199999999,\"10\":8959071.3900000006,\"11\":9081394.4399999995,\"12\":9175011.4299999997,\"13\":9077644.3200000003,\"14\":8766493.4199999999,\"15\":8678663.3800000008,\"16\":9127713.8599999994,\"17\":8910375.4199999999,\"18\":8965029.4000000004,\"19\":9186377.4000000004,\"20\":9082104.4299999997,\"21\":8636427.8399999999,\"22\":8507938.5,\"23\":8432227.0199999996,\"24\":7862783.54,\"25\":7837421.2300000004,\"26\":8554100.9000000004,\"27\":8691480.25,\"28\":8386676.5300000003,\"29\":7961581.79,\"30\":8007549.3099999996,\"31\":7306483.6500000004},\"Values_Hour02\":{\"0\":8574973.8000000007,\"1\":8391702.6099999994,\"2\":8674035.25,\"3\":8762877.5600000005,\"4\":8851789.0600000005,\"5\":8850386.5099999998,\"6\":8796550.0999999996,\"7\":8146352.5800000001,\"8\":8036524.3399999999,\"9\":8830758.7799999993,\"10\":8674801.5299999993,\"11\":8795220.0399999991,\"12\":8846664.5099999998,\"13\":8777057.8399999999,\"14\":8447264.6500000004,\"15\":8418578.4900000002,\"16\":8704573.9399999995,\"17\":8569459.9299999997,\"18\":8666364.1400000006,\"19\":8894811.5899999999,\"20\":8546058.3399999999,\"21\":8318721.5800000001,\"22\":8241065.6699999999,\"23\":8084889.4500000002,\"24\":7698225.79,\"25\":7604156.46,\"26\":8236802.3200000003,\"27\":8372473.7000000002,\"28\":8115330.6100000003,\"29\":7637450.2800000003,\"30\":7648408.5800000001,\"31\":7183628.8799999999},\"Values_Hour03\":{\"0\":8345374.6600000001,\"1\":8205186.8399999999,\"2\":8439008.1199999992,\"3\":8533728.1300000008,\"4\":8639123.3200000003,\"5\":8628641.4299999997,\"6\":8525388.3599999994,\"7\":8014584.3399999999,\"8\":7789926.9299999997,\"9\":8593320.8599999994,\"10\":8344831.4100000001,\"11\":8457587.2200000007,\"12\":8631286.5800000001,\"13\":8512673.0600000005,\"14\":8180358.7199999997,\"15\":8251920.8399999999,\"16\":8170152.8099999996,\"17\":8193361.3700000001,\"18\":8363475.2599999998,\"19\":8679668.9900000002,\"20\":8221436.04,\"21\":8079930.6699999999,\"22\":7971121.3099999996,\"23\":7759933.79,\"24\":7352618.6699999999,\"25\":7476259.9500000002,\"26\":8051182.4299999997,\"27\":8160214.5099999998,\"28\":7928542.6699999999,\"29\":7366069.3399999999,\"30\":7336614.3600000003,\"31\":7059604.2000000002},\"Values_Hour04\":{\"0\":8160008.21,\"1\":8144912.54,\"2\":8372670.8899999997,\"3\":8444465.6300000008,\"4\":8517769.1199999992,\"5\":8524364.1999999993,\"6\":8411457.4199999999,\"7\":7752178.6600000001,\"8\":7670953.9500000002,\"9\":8449263.6199999992,\"10\":8233301.9800000004,\"11\":8161557.2599999998,\"12\":8526259.1799999997,\"13\":8348386.4100000001,\"14\":8067214.6500000004,\"15\":8163819.1299999999,\"16\":8040085.1799999997,\"17\":8071908.5,\"18\":8199108.4699999997,\"19\":8551160.0299999993,\"20\":8308433.2699999996,\"21\":7948943.7400000002,\"22\":7598946.3899999997,\"23\":7653131.5300000003,\"24\":7160686.46,\"25\":7556108.54,\"26\":7945448.8399999999,\"27\":8022960.2599999998,\"28\":7740827.4100000001,\"29\":7273317.4199999999,\"30\":7191973.8099999996,\"31\":6928003.0999999996},\"Values_Hour05\":{\"0\":8052392.0700000003,\"1\":8274339.8499999996,\"2\":8488704.1500000004,\"3\":8586807.2599999998,\"4\":8629889.3499999996,\"5\":8618399.5399999991,\"6\":8411283.3000000007,\"7\":7782902.8899999997,\"8\":7804191.4900000002,\"9\":8544304.6099999994,\"10\":8296627.71,\"11\":8667859.5,\"12\":8617333.2799999993,\"13\":8371326.04,\"14\":7941507.7300000004,\"15\":8252578.5800000001,\"16\":8148359.0899999999,\"17\":8164530.2000000002,\"18\":8235477.6399999997,\"19\":8566147.3599999994,\"20\":8374089.71,\"21\":7898631.5099999998,\"22\":7680312.3200000003,\"23\":7688447.9699999997,\"24\":7050816.3300000001,\"25\":7486065.8200000003,\"26\":7856094.9000000004,\"27\":7893757.0899999999,\"28\":7690392.5599999996,\"29\":7327599.0899999999,\"30\":7190983.0,\"31\":6817473.1399999997},\"Values_Hour06\":{\"0\":7911880.0300000003,\"1\":8478871.7100000009,\"2\":8731012.6899999995,\"3\":8795658.7899999991,\"4\":8788892.5800000001,\"5\":8843395.4199999999,\"6\":8460265.8599999994,\"7\":7655369.6699999999,\"8\":8098766.6799999997,\"9\":8786964.1099999994,\"10\":8707918.5800000001,\"11\":8893145.7200000007,\"12\":8815438.5099999998,\"13\":8025621.7300000004,\"14\":7676773.9100000001,\"15\":8519812.1500000004,\"16\":8384696.1900000004,\"17\":8353982.9699999997,\"18\":8518879.0899999999,\"19\":8813509.75,\"20\":8483136.1999999993,\"21\":7816904.9400000004,\"22\":7888767.29,\"23\":7933228.4500000002,\"24\":6918498.4000000004,\"25\":7684530.5800000001,\"26\":8090106.8099999996,\"27\":7923702.9800000004,\"28\":7652120.3600000003,\"29\":7499381.8300000001,\"30\":7272973.3899999997,\"31\":6681156.5999999996},\"Values_Hour07\":{\"0\":7759651.8200000003,\"1\":8765488.7100000009,\"2\":8973888.1799999997,\"3\":9066972.6799999997,\"4\":9046803.1500000004,\"5\":9094446.3499999996,\"6\":8587296.8599999994,\"7\":7503339.3399999999,\"8\":8432864.6999999993,\"9\":9050575.7699999996,\"10\":8938079.2100000009,\"11\":9132980.4600000009,\"12\":9026997.7400000002,\"13\":8127889.4900000002,\"14\":7435161.0099999998,\"15\":8780117.7899999991,\"16\":8510848.6300000008,\"17\":8624072.7400000002,\"18\":8745309.2699999996,\"19\":8997840.9700000007,\"20\":8493420.9499999993,\"21\":7715453.5,\"22\":8137905.4500000002,\"23\":8044824.75,\"24\":6566544.21,\"25\":7934040.04,\"26\":8161951.9900000002,\"27\":7993157.8600000003,\"28\":7362507.5,\"29\":7643120.6100000003,\"30\":7255418.4100000001,\"31\":6328184.3399999999},\"Values_Hour08\":{\"0\":8001065.4699999997,\"1\":9362019.3699999992,\"2\":9561832.4900000002,\"3\":9622295.4700000007,\"4\":9523451.0500000007,\"5\":9651476.5099999998,\"6\":9111500.8200000003,\"7\":7794282.8499999996,\"8\":9186346.6300000008,\"9\":9601960.8900000006,\"10\":9485546.4600000009,\"11\":9669824.1500000004,\"12\":9602863.8900000006,\"13\":8590837.3599999994,\"14\":7700544.6399999997,\"15\":9300093.0399999991,\"16\":9110928.9499999993,\"17\":9356719.9499999993,\"18\":9288451.4499999993,\"19\":9514355.6099999994,\"20\":8809229.9000000004,\"21\":8018879.75,\"22\":8803565.6600000001,\"23\":8474573.0099999998,\"24\":6588838.9699999997,\"25\":8497309.2799999993,\"26\":8702728.0700000003,\"27\":8369331.75,\"28\":7386371.2300000004,\"29\":8094763.9699999997,\"30\":7583734.7300000004,\"31\":6304233.9900000002},\"Values_Hour09\":{\"0\":8320209.3499999996,\"1\":9919531.4499999993,\"2\":9948586.2599999998,\"3\":10063944.25,\"4\":9941082.8000000007,\"5\":10117450.6199999992,\"6\":9588987.1600000001,\"7\":8125374.8499999996,\"8\":9811647.1400000006,\"9\":10139522.4700000007,\"10\":9929778.7899999991,\"11\":10011681.6999999993,\"12\":10075008.2599999998,\"13\":9090541.4399999995,\"14\":8008140.9699999997,\"15\":9895448.6400000006,\"16\":9910392.5299999993,\"17\":9876625.4900000002,\"18\":9920565.5999999996,\"19\":9972165.1999999993,\"20\":9326026.7400000002,\"21\":8307195.6600000001,\"22\":9455554.6699999999,\"23\":9061624.8100000005,\"24\":6782110.3399999999,\"25\":9233282.4199999999,\"26\":9465409.75,\"27\":9079617.8399999999,\"28\":7743455.1200000001,\"29\":8744180.6400000006,\"30\":8083309.9100000001,\"31\":6477093.5599999996},\"Values_Hour10\":{\"0\":8635624.2100000009,\"1\":10228102.75,\"2\":10218164.2300000004,\"3\":10303893.4499999993,\"4\":10211755.1799999997,\"5\":10381597.5399999991,\"6\":9838719.25,\"7\":8422991.8599999994,\"8\":10106989.8699999992,\"9\":10431819.9499999993,\"10\":10214503.2899999991,\"11\":10335727.2100000009,\"12\":10362401.5999999996,\"13\":9400946.4499999993,\"14\":8332092.7699999996,\"15\":10288789.1500000004,\"16\":10206658.3399999999,\"17\":10365275.0999999996,\"18\":10384007.3000000007,\"19\":10267974.2699999996,\"20\":9620232.8699999992,\"21\":8551820.3399999999,\"22\":9798211.6899999995,\"23\":9430615.75,\"24\":7069088.9800000004,\"25\":9578835.3200000003,\"26\":9753061.1300000008,\"27\":9391167.7799999993,\"28\":8210400.3700000001,\"29\":9279502.9800000004,\"30\":8452375.6300000008,\"31\":6674858.8099999996},\"Values_Hour11\":{\"0\":8956349.5399999991,\"1\":10520780.4499999993,\"2\":10587946.2100000009,\"3\":10669542.5099999998,\"4\":10573297.7699999996,\"5\":10608046.5999999996,\"6\":10121146.7300000004,\"7\":8719156.3499999996,\"8\":10415733.1799999997,\"9\":10714410.6699999999,\"10\":10575058.7200000007,\"11\":10701213.2200000007,\"12\":10664235.8300000001,\"13\":9677728.4100000001,\"14\":8587491.5099999998,\"15\":10599634.3599999994,\"16\":10520054.8200000003,\"17\":10791342.6999999993,\"18\":10728118.5299999993,\"19\":10572359.0199999996,\"20\":9850078.3499999996,\"21\":8784642.4299999997,\"22\":10028666.25,\"23\":9615016.8000000007,\"24\":7567768.9299999997,\"25\":9957454.2300000004,\"26\":10030329.9100000001,\"27\":9677021.9399999995,\"28\":8650413.6300000008,\"29\":9525556.4100000001,\"30\":8614008.2599999998,\"31\":6923081.6100000003},\"Values_Hour12\":{\"0\":9206503.4600000009,\"1\":10948000.8699999992,\"2\":10918267.75,\"3\":10919147.5399999991,\"4\":10896168.3800000008,\"5\":10892639.8900000006,\"6\":10231941.8499999996,\"7\":8989306.1699999999,\"8\":10688379.8399999999,\"9\":10976960.9399999995,\"10\":10935534.8000000007,\"11\":11021745.6600000001,\"12\":10949678.7300000004,\"13\":9810564.6999999993,\"14\":8769385.6799999997,\"15\":10828596.6699999999,\"16\":10761694.9299999997,\"17\":11045825.2300000004,\"18\":10903580.1400000006,\"19\":10914713.9600000009,\"20\":10069132.2899999991,\"21\":9154833.7400000002,\"22\":10266952.3300000001,\"23\":9774020.0700000003,\"24\":7851092.2199999997,\"25\":10351262.4900000002,\"26\":10333611.7200000007,\"27\":9808953.1799999997,\"28\":8900285.8800000008,\"29\":9809329.6999999993,\"30\":8745768.5600000005,\"31\":7130683.5199999996},\"Values_Hour13\":{\"0\":9332432.8300000001,\"1\":10896709.0899999999,\"2\":10896771.6199999992,\"3\":10859284.1799999997,\"4\":10865481.2100000009,\"5\":10843659.5500000007,\"6\":10157937.5700000003,\"7\":9157186.0800000001,\"8\":10719969.2799999993,\"9\":10964781.1199999992,\"10\":10933245.1899999995,\"11\":11004453.0800000001,\"12\":10865811.0500000007,\"13\":9757497.1400000006,\"14\":8921325.2100000009,\"15\":10704408.5800000001,\"16\":10674077.1400000006,\"17\":10966483.1799999997,\"18\":10895764.6699999999,\"19\":10889616.9000000004,\"20\":10020099.4000000004,\"21\":9248586.8000000007,\"22\":10230482.8699999992,\"23\":9696102.8900000006,\"24\":8186299.1699999999,\"25\":10405090.5800000001,\"26\":10317250.4499999993,\"27\":9763105.6899999995,\"28\":8986959.2300000004,\"29\":9866574.4399999995,\"30\":8792719.2200000007,\"31\":7304814.0700000003},\"Values_Hour14\":{\"0\":9358458.2899999991,\"1\":10900353.9199999999,\"2\":10925980.3499999996,\"3\":10921296.4499999993,\"4\":10945680.7699999996,\"5\":10877920.7899999991,\"6\":10122354.8000000007,\"7\":9182546.75,\"8\":10896222.9299999997,\"9\":11110634.6999999993,\"10\":11036949.3200000003,\"11\":11117407.3100000005,\"12\":10952335.1699999999,\"13\":9726469.7899999991,\"14\":8960953.25,\"15\":10798292.6400000006,\"16\":10677884.0700000003,\"17\":10977791.0199999996,\"18\":10931622.5899999999,\"19\":10936707.5999999996,\"20\":10087185.5299999993,\"21\":9184454.3699999992,\"22\":10302199.3300000001,\"23\":9537471.5,\"24\":8314638.4900000002,\"25\":10530542.7699999996,\"26\":10316003.8599999994,\"27\":9745671.8100000005,\"28\":9041885.6999999993,\"29\":9885758.6099999994,\"30\":8715563.7200000007,\"31\":7406587.3899999997},\"Values_Hour15\":{\"0\":9301741.5399999991,\"1\":11012879.9000000004,\"2\":11162371.1899999995,\"3\":11182164.7899999991,\"4\":11172442.9900000002,\"5\":11063979.6699999999,\"6\":10128476.3800000008,\"7\":9146251.8000000007,\"8\":11110330.6600000001,\"9\":11332388.2400000002,\"10\":11349792.1500000004,\"11\":11323521.5399999991,\"12\":11156676.2699999996,\"13\":9688878.1099999994,\"14\":8936462.8699999992,\"15\":10946247.1099999994,\"16\":10841746.0099999998,\"17\":11209494.7899999991,\"18\":11089366.6999999993,\"19\":11032405.9499999993,\"20\":10085151.8200000003,\"21\":9155600.2599999998,\"22\":10439146.0999999996,\"23\":9390185.8200000003,\"24\":8345046.4699999997,\"25\":10646454.8800000008,\"26\":10380947.7200000007,\"27\":9752677.3300000001,\"28\":9020225.6799999997,\"29\":9931474.5999999996,\"30\":8668975.3900000006,\"31\":7375073.1900000004},\"Values_Hour16\":{\"0\":9251213.9800000004,\"1\":11039813.2899999991,\"2\":11204007.9299999997,\"3\":11189680.8200000003,\"4\":11265210.9900000002,\"5\":11102625.3300000001,\"6\":10067483.9700000007,\"7\":9162523.0500000007,\"8\":11122253.7400000002,\"9\":11401110.7699999996,\"10\":11321430.8300000001,\"11\":11339246.3200000003,\"12\":11140379.8499999996,\"13\":9644041.8300000001,\"14\":8907128.9100000001,\"15\":10964117.8800000008,\"16\":10901948.4900000002,\"17\":11176497.1999999993,\"18\":10924753.5600000005,\"19\":11009606.1500000004,\"20\":10023496.5299999993,\"21\":9130889.9700000007,\"22\":10427635.6300000008,\"23\":9327713.5899999999,\"24\":8319753.4800000004,\"25\":10608863.8200000003,\"26\":10407024.6500000004,\"27\":9659407.6400000006,\"28\":8969128.4900000002,\"29\":9877064.5,\"30\":8675270.0399999991,\"31\":7342851.4100000001},\"Values_Hour17\":{\"0\":9259541.4399999995,\"1\":10879197.8599999994,\"2\":11011831.4700000007,\"3\":11148539.6600000001,\"4\":11143257.25,\"5\":10898063.3900000006,\"6\":10010379.75,\"7\":9097498.3200000003,\"8\":11007595.0399999991,\"9\":11254838.0,\"10\":11186164.4000000004,\"11\":11131358.4600000009,\"12\":10930582.0999999996,\"13\":9534548.4399999995,\"14\":8894523.6500000004,\"15\":10877378.9499999993,\"16\":10699258.8300000001,\"17\":11068921.2400000002,\"18\":10846539.4100000001,\"19\":10835180.6600000001,\"20\":9946321.5700000003,\"21\":9111122.0299999993,\"22\":10337704.6999999993,\"23\":9277589.5700000003,\"24\":8332746.4400000004,\"25\":10435113.25,\"26\":10279451.6799999997,\"27\":9625738.6300000008,\"28\":8943232.5299999993,\"29\":9744918.8200000003,\"30\":8691993.4299999997,\"31\":7307441.5999999996},\"Values_Hour18\":{\"0\":9510846.4900000002,\"1\":10845026.7799999993,\"2\":10990252.9499999993,\"3\":11095484.2699999996,\"4\":11031585.1999999993,\"5\":10841259.8000000007,\"6\":10065136.0299999993,\"7\":9182747.4000000004,\"8\":10822664.6699999999,\"9\":11076733.8399999999,\"10\":11071109.4700000007,\"11\":11023794.3200000003,\"12\":10805782.4000000004,\"13\":9657588.7799999993,\"14\":9021878.8300000001,\"15\":10735428.75,\"16\":10670228.5199999996,\"17\":10912960.9299999997,\"18\":10758897.1400000006,\"19\":10731716.1699999999,\"20\":10040817.4900000002,\"21\":9322088.4700000007,\"22\":10219741.0,\"23\":9424933.0600000005,\"24\":8462601.6099999994,\"25\":10354741.8000000007,\"26\":10252483.8599999994,\"27\":9704303.8599999994,\"28\":9043163.7100000009,\"29\":9724920.7799999993,\"30\":8842778.2400000002,\"31\":7475799.0899999999},\"Values_Hour19\":{\"0\":10174558.4299999997,\"1\":11328761.2899999991,\"2\":11422008.2400000002,\"3\":11538141.5899999999,\"4\":11575911.1099999994,\"5\":11277726.8300000001,\"6\":10627457.7699999996,\"7\":9940180.5500000007,\"8\":11403322.6600000001,\"9\":11570931.7400000002,\"10\":11543035.9399999995,\"11\":11496379.1699999999,\"12\":11302978.5099999998,\"13\":10528380.6699999999,\"14\":9721282.3800000008,\"15\":11247796.4499999993,\"16\":11255024.7400000002,\"17\":11353434.5800000001,\"18\":11385695.9700000007,\"19\":11240240.3100000005,\"20\":10631969.5199999996,\"21\":9902279.5,\"22\":10544429.7300000004,\"23\":10121067.5600000005,\"24\":9188828.75,\"25\":10838206.7100000009,\"26\":10780874.5800000001,\"27\":10250851.1099999994,\"28\":9740263.5199999996,\"29\":10263465.9600000009,\"30\":9496900.5800000001,\"31\":8436644.6300000008},\"Values_Hour20\":{\"0\":10267984.9600000009,\"1\":11303589.2100000009,\"2\":11393537.5299999993,\"3\":11494745.9299999997,\"4\":11577191.1300000008,\"5\":11229547.5600000005,\"6\":10323493.3699999992,\"7\":10027420.6099999994,\"8\":11387528.1799999997,\"9\":11505138.6500000004,\"10\":11514884.0600000005,\"11\":11465050.9499999993,\"12\":11257549.4800000004,\"13\":10616240.8499999996,\"14\":9878068.8200000003,\"15\":11185906.8200000003,\"16\":11217152.0199999996,\"17\":11277215.2599999998,\"18\":11303362.5500000007,\"19\":11173207.5700000003,\"20\":10585216.5299999993,\"21\":9910267.0500000007,\"22\":10477304.8800000008,\"23\":10026624.5700000003,\"24\":9326219.7699999996,\"25\":10830167.2400000002,\"26\":10735615.9199999999,\"27\":10195433.5700000003,\"28\":9849495.4000000004,\"29\":10248634.7599999998,\"30\":9559182.8100000005,\"31\":8641722.8300000001},\"Values_Hour21\":{\"0\":10154350.3300000001,\"1\":11082898.5899999999,\"2\":11151276.4900000002,\"3\":11212653.0399999991,\"4\":11289640.0,\"5\":10962875.7699999996,\"6\":9852834.5500000007,\"7\":9878432.4900000002,\"8\":11171321.7400000002,\"9\":11222973.5800000001,\"10\":11276895.5299999993,\"11\":11178401.5199999996,\"12\":11001132.3699999992,\"13\":10333327.6999999993,\"14\":9994012.8900000006,\"15\":10982955.3399999999,\"16\":11025811.8499999996,\"17\":11050626.1500000004,\"18\":11086282.0899999999,\"19\":10990965.8000000007,\"20\":10363618.9299999997,\"21\":9806895.7400000002,\"22\":10284141.4199999999,\"23\":9368271.2400000002,\"24\":9228364.4700000007,\"25\":10542267.8200000003,\"26\":10486728.1300000008,\"27\":9977255.4299999997,\"28\":9723137.4299999997,\"29\":9949043.4199999999,\"30\":9144297.3200000003,\"31\":8558026.1799999997},\"Values_Hour22\":{\"0\":9916719.2100000009,\"1\":10662727.2400000002,\"2\":10709006.3399999999,\"3\":10752834.0199999996,\"4\":10824355.0199999996,\"5\":10513931.0399999991,\"6\":9480724.5199999996,\"7\":9582694.2300000004,\"8\":10747525.9700000007,\"9\":10800496.9700000007,\"10\":10881327.9299999997,\"11\":10718664.1899999995,\"12\":10561956.9800000004,\"13\":9988137.4199999999,\"14\":9751950.1600000001,\"15\":10587443.3599999994,\"16\":10747227.6199999992,\"17\":10703804.8200000003,\"18\":10761864.5,\"19\":10631659.5099999998,\"20\":10039558.9800000004,\"21\":9665502.5299999993,\"22\":9958734.3300000001,\"23\":8877666.4399999995,\"24\":9048049.9499999993,\"25\":10165778.7799999993,\"26\":10114495.4700000007,\"27\":9673242.0800000001,\"28\":9470633.5999999996,\"29\":9367649.4299999997,\"30\":8688397.1799999997,\"31\":8388224.0599999996},\"Values_Hour23\":{\"0\":9528878.1899999995,\"1\":10114436.8800000008,\"2\":10101889.3800000008,\"3\":10164871.8499999996,\"4\":10260934.6699999999,\"5\":10055825.2799999993,\"6\":9129345.5899999999,\"7\":9269654.4600000009,\"8\":10126013.7400000002,\"9\":10171634.6500000004,\"10\":10321858.5399999991,\"11\":10162803.9100000001,\"12\":9996709.0099999998,\"13\":9553863.7200000007,\"14\":9449436.1300000008,\"15\":9967930.1400000006,\"16\":10198727.8800000008,\"17\":10028893.8100000005,\"18\":10081865.3699999992,\"19\":10032319.0899999999,\"20\":9631459.9000000004,\"21\":9329646.0800000001,\"22\":9412963.5800000001,\"23\":8437260.9100000001,\"24\":8764113.9800000004,\"25\":9654978.1300000008,\"26\":9612587.5899999999,\"27\":9239307.7100000009,\"28\":9066652.75,\"29\":8912805.3699999992,\"30\":8116865.6200000001,\"31\":8222318.7000000002},\"Values_Hour24\":{\"0\":9090839.5299999993,\"1\":9543778.0199999996,\"2\":9553339.3599999994,\"3\":9599510.9499999993,\"4\":9698229.9499999993,\"5\":9508341.7100000009,\"6\":8830157.0399999991,\"7\":8881408.8000000007,\"8\":9591567.6899999995,\"9\":9441703.1899999995,\"10\":9766844.9700000007,\"11\":9621929.2699999996,\"12\":9533810.5299999993,\"13\":9119434.1999999993,\"14\":9006225.5,\"15\":9351814.9499999993,\"16\":9599911.7100000009,\"17\":9423307.6400000006,\"18\":9541238.9800000004,\"19\":9525460.8399999999,\"20\":9190648.6500000004,\"21\":8884268.7300000004,\"22\":8903596.5199999996,\"23\":8154447.7000000002,\"24\":8426244.3900000006,\"25\":9174383.9499999993,\"26\":9147026.5700000003,\"27\":8852883.4000000004,\"28\":8592074.7699999996,\"29\":8457744.5899999999,\"30\":7573456.3300000001,\"31\":7925231.0300000003},\"Date\":{\"0\":1733011200000,\"1\":1733097600000,\"2\":1733184000000,\"3\":1733270400000,\"4\":1733356800000,\"5\":1733443200000,\"6\":1733529600000,\"7\":1733616000000,\"8\":1733702400000,\"9\":1733788800000,\"10\":1733875200000,\"11\":1733961600000,\"12\":1734048000000,\"13\":1734134400000,\"14\":1734220800000,\"15\":1734307200000,\"16\":1734393600000,\"17\":1734480000000,\"18\":1734566400000,\"19\":1734652800000,\"20\":1734739200000,\"21\":1734825600000,\"22\":1734912000000,\"23\":1734998400000,\"24\":1735084800000,\"25\":1735171200000,\"26\":1735257600000,\"27\":1735344000000,\"28\":1735430400000,\"29\":1735516800000,\"30\":1735603200000,\"31\":1735689600000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/cons_live.json",
    "content": "{\"Nombre\":\"Demanda en tiempo real\",\"Resolucion\":\"Horaria\",\"TipoGrafico\":\"\",\"Variables\":[{\"Nombre\":\"Tiempo real\",\"TipoGrafico\":\"Area\",\"UnidadMedida\":\"MW\",\"Datos\":[{\"Fecha\":\"2025-01-06T00:00:00\",\"Valor\":7636.79931640625},{\"Fecha\":\"2025-01-06T00:05:01.202\",\"Valor\":7695.8916015625},{\"Fecha\":\"2025-01-06T00:10:02.404\",\"Valor\":7599.9873046875},{\"Fecha\":\"2025-01-06T00:15:03.606\",\"Valor\":7570.99658203125},{\"Fecha\":\"2025-01-06T00:20:04.807\",\"Valor\":7573.68994140625},{\"Fecha\":\"2025-01-06T00:25:06.009\",\"Valor\":7544.40625},{\"Fecha\":\"2025-01-06T00:30:07.211\",\"Valor\":7488.7333984375},{\"Fecha\":\"2025-01-06T00:35:08.413\",\"Valor\":7462.236328125},{\"Fecha\":\"2025-01-06T00:40:09.615\",\"Valor\":7474.74560546875},{\"Fecha\":\"2025-01-06T00:45:10.817\",\"Valor\":7440.89697265625},{\"Fecha\":\"2025-01-06T00:50:12.019\",\"Valor\":7398.8896484375},{\"Fecha\":\"2025-01-06T00:55:13.22\",\"Valor\":7401.6103515625},{\"Fecha\":\"2025-01-06T01:00:14.422\",\"Valor\":7378.35107421875},{\"Fecha\":\"2025-01-06T01:05:15.624\",\"Valor\":7351.18896484375},{\"Fecha\":\"2025-01-06T01:10:16.826\",\"Valor\":7303.4580078125},{\"Fecha\":\"2025-01-06T01:15:18.028\",\"Valor\":7317.5634765625},{\"Fecha\":\"2025-01-06T01:20:19.23\",\"Valor\":7290.50830078125},{\"Fecha\":\"2025-01-06T01:25:20.432\",\"Valor\":7265.126953125},{\"Fecha\":\"2025-01-06T01:30:21.633\",\"Valor\":7249.8115234375},{\"Fecha\":\"2025-01-06T01:35:22.835\",\"Valor\":7216.3193359375},{\"Fecha\":\"2025-01-06T01:40:24.037\",\"Valor\":7187.37744140625},{\"Fecha\":\"2025-01-06T01:45:25.239\",\"Valor\":7209.1025390625},{\"Fecha\":\"2025-01-06T01:50:26.441\",\"Valor\":7198.19287109375},{\"Fecha\":\"2025-01-06T01:55:27.643\",\"Valor\":7158.14892578125},{\"Fecha\":\"2025-01-06T02:00:28.844\",\"Valor\":7150.01953125},{\"Fecha\":\"2025-01-06T02:05:30.046\",\"Valor\":7092.1318359375},{\"Fecha\":\"2025-01-06T02:10:31.248\",\"Valor\":7077.93701171875},{\"Fecha\":\"2025-01-06T02:15:32.45\",\"Valor\":7099.861328125},{\"Fecha\":\"2025-01-06T02:20:33.652\",\"Valor\":7084.2607421875},{\"Fecha\":\"2025-01-06T02:25:34.854\",\"Valor\":7056.06787109375},{\"Fecha\":\"2025-01-06T02:30:36.056\",\"Valor\":7039.65234375},{\"Fecha\":\"2025-01-06T02:35:37.257\",\"Valor\":7048.08837890625},{\"Fecha\":\"2025-01-06T02:40:38.459\",\"Valor\":7017.626953125},{\"Fecha\":\"2025-01-06T02:45:39.661\",\"Valor\":7001.7978515625},{\"Fecha\":\"2025-01-06T02:50:40.863\",\"Valor\":7018.2607421875},{\"Fecha\":\"2025-01-06T02:55:42.065\",\"Valor\":6997.48974609375},{\"Fecha\":\"2025-01-06T03:00:43.267\",\"Valor\":6974.5908203125},{\"Fecha\":\"2025-01-06T03:05:44.469\",\"Valor\":6952.2802734375},{\"Fecha\":\"2025-01-06T03:10:45.67\",\"Valor\":6966.66650390625},{\"Fecha\":\"2025-01-06T03:15:46.872\",\"Valor\":6950.1806640625},{\"Fecha\":\"2025-01-06T03:20:48.074\",\"Valor\":6930.77197265625},{\"Fecha\":\"2025-01-06T03:25:49.276\",\"Valor\":6888.080078125},{\"Fecha\":\"2025-01-06T03:30:50.478\",\"Valor\":6926.15478515625},{\"Fecha\":\"2025-01-06T03:35:51.68\",\"Valor\":6926.89794921875},{\"Fecha\":\"2025-01-06T03:40:52.882\",\"Valor\":6928.416015625},{\"Fecha\":\"2025-01-06T03:45:54.083\",\"Valor\":6892.0439453125},{\"Fecha\":\"2025-01-06T03:50:55.285\",\"Valor\":6868.64794921875},{\"Fecha\":\"2025-01-06T03:55:56.487\",\"Valor\":6904.6591796875},{\"Fecha\":\"2025-01-06T04:00:57.689\",\"Valor\":6910.45361328125},{\"Fecha\":\"2025-01-06T04:05:58.891\",\"Valor\":6905.5693359375},{\"Fecha\":\"2025-01-06T04:11:00.093\",\"Valor\":6930.35498046875},{\"Fecha\":\"2025-01-06T04:16:01.295\",\"Valor\":6914.99267578125},{\"Fecha\":\"2025-01-06T04:21:02.496\",\"Valor\":6883.40087890625},{\"Fecha\":\"2025-01-06T04:26:03.698\",\"Valor\":6905.39013671875},{\"Fecha\":\"2025-01-06T04:31:04.9\",\"Valor\":6897.77392578125},{\"Fecha\":\"2025-01-06T04:36:06.102\",\"Valor\":6897.42138671875},{\"Fecha\":\"2025-01-06T04:41:07.304\",\"Valor\":6875.82568359375},{\"Fecha\":\"2025-01-06T04:46:08.506\",\"Valor\":6863.5439453125},{\"Fecha\":\"2025-01-06T04:51:09.708\",\"Valor\":6854.85498046875},{\"Fecha\":\"2025-01-06T04:56:10.909\",\"Valor\":6862.41455078125},{\"Fecha\":\"2025-01-06T05:01:12.111\",\"Valor\":6880.45068359375},{\"Fecha\":\"2025-01-06T05:06:13.313\",\"Valor\":6894.24560546875},{\"Fecha\":\"2025-01-06T05:11:14.515\",\"Valor\":6897.658203125},{\"Fecha\":\"2025-01-06T05:16:15.717\",\"Valor\":6954.96044921875},{\"Fecha\":\"2025-01-06T05:21:16.919\",\"Valor\":6930.9208984375},{\"Fecha\":\"2025-01-06T05:26:18.121\",\"Valor\":6920.6796875},{\"Fecha\":\"2025-01-06T05:31:19.322\",\"Valor\":6921.37451171875},{\"Fecha\":\"2025-01-06T05:36:20.524\",\"Valor\":6929.150390625},{\"Fecha\":\"2025-01-06T05:41:21.726\",\"Valor\":6933.99609375},{\"Fecha\":\"2025-01-06T05:46:22.928\",\"Valor\":6921.60693359375},{\"Fecha\":\"2025-01-06T05:51:24.13\",\"Valor\":6937.939453125},{\"Fecha\":\"2025-01-06T05:56:25.332\",\"Valor\":6895.197265625},{\"Fecha\":\"2025-01-06T06:01:26.533\",\"Valor\":6843.48291015625},{\"Fecha\":\"2025-01-06T06:06:27.735\",\"Valor\":6837.33203125},{\"Fecha\":\"2025-01-06T06:11:28.937\",\"Valor\":6795.37548828125},{\"Fecha\":\"2025-01-06T06:16:30.139\",\"Valor\":6770.8720703125},{\"Fecha\":\"2025-01-06T06:21:31.341\",\"Valor\":6733.3349609375},{\"Fecha\":\"2025-01-06T06:26:32.543\",\"Valor\":6743.62744140625},{\"Fecha\":\"2025-01-06T06:31:33.745\",\"Valor\":6737.14697265625},{\"Fecha\":\"2025-01-06T06:36:34.946\",\"Valor\":6750.07470703125},{\"Fecha\":\"2025-01-06T06:41:36.148\",\"Valor\":6784.4111328125},{\"Fecha\":\"2025-01-06T06:46:37.35\",\"Valor\":6796.90576171875},{\"Fecha\":\"2025-01-06T06:51:38.552\",\"Valor\":6791.88232421875},{\"Fecha\":\"2025-01-06T06:56:39.754\",\"Valor\":6808.37890625},{\"Fecha\":\"2025-01-06T07:01:40.956\",\"Valor\":6809.29638671875},{\"Fecha\":\"2025-01-06T07:06:42.158\",\"Valor\":6844.8095703125},{\"Fecha\":\"2025-01-06T07:11:43.359\",\"Valor\":6882.44384765625},{\"Fecha\":\"2025-01-06T07:16:44.561\",\"Valor\":6898.0390625},{\"Fecha\":\"2025-01-06T07:21:45.763\",\"Valor\":6895.7744140625},{\"Fecha\":\"2025-01-06T07:26:46.965\",\"Valor\":6930.3984375},{\"Fecha\":\"2025-01-06T07:31:48.167\",\"Valor\":6975.8193359375},{\"Fecha\":\"2025-01-06T07:36:49.369\",\"Valor\":6988.96484375},{\"Fecha\":\"2025-01-06T07:41:50.571\",\"Valor\":7000.33642578125},{\"Fecha\":\"2025-01-06T07:46:51.772\",\"Valor\":7021.08837890625},{\"Fecha\":\"2025-01-06T07:51:52.974\",\"Valor\":7030.58984375},{\"Fecha\":\"2025-01-06T07:56:54.176\",\"Valor\":7015.1083984375},{\"Fecha\":\"2025-01-06T08:01:55.378\",\"Valor\":7048.40869140625},{\"Fecha\":\"2025-01-06T08:06:56.58\",\"Valor\":7068.75439453125},{\"Fecha\":\"2025-01-06T08:11:57.782\",\"Valor\":7143.45947265625},{\"Fecha\":\"2025-01-06T08:16:58.984\",\"Valor\":7141.06591796875},{\"Fecha\":\"2025-01-06T08:22:00.185\",\"Valor\":7196.05419921875},{\"Fecha\":\"2025-01-06T08:27:01.387\",\"Valor\":7191.1240234375},{\"Fecha\":\"2025-01-06T08:32:02.589\",\"Valor\":7233.59423828125},{\"Fecha\":\"2025-01-06T08:37:03.791\",\"Valor\":7228.986328125},{\"Fecha\":\"2025-01-06T08:42:04.993\",\"Valor\":7245.0068359375},{\"Fecha\":\"2025-01-06T08:47:06.195\",\"Valor\":7257.140625},{\"Fecha\":\"2025-01-06T08:52:07.397\",\"Valor\":7317.61962890625},{\"Fecha\":\"2025-01-06T08:57:08.598\",\"Valor\":7333.70849609375},{\"Fecha\":\"2025-01-06T09:02:09.8\",\"Valor\":7352.08544921875},{\"Fecha\":\"2025-01-06T09:07:11.002\",\"Valor\":7368.86083984375},{\"Fecha\":\"2025-01-06T09:12:12.204\",\"Valor\":7378.4970703125},{\"Fecha\":\"2025-01-06T09:17:13.406\",\"Valor\":7422.98046875},{\"Fecha\":\"2025-01-06T09:22:14.608\",\"Valor\":7445.96142578125},{\"Fecha\":\"2025-01-06T09:27:15.81\",\"Valor\":7488.5732421875},{\"Fecha\":\"2025-01-06T09:32:17.011\",\"Valor\":7499.2509765625},{\"Fecha\":\"2025-01-06T09:37:18.213\",\"Valor\":7506.70849609375},{\"Fecha\":\"2025-01-06T09:42:19.415\",\"Valor\":7564.98876953125},{\"Fecha\":\"2025-01-06T09:47:20.617\",\"Valor\":7552.84423828125},{\"Fecha\":\"2025-01-06T09:52:21.819\",\"Valor\":7576.427734375},{\"Fecha\":\"2025-01-06T09:57:23.021\",\"Valor\":7611.6044921875},{\"Fecha\":\"2025-01-06T10:02:24.222\",\"Valor\":7630.94482421875},{\"Fecha\":\"2025-01-06T10:07:25.424\",\"Valor\":7657.07275390625},{\"Fecha\":\"2025-01-06T10:12:26.626\",\"Valor\":7663.6806640625},{\"Fecha\":\"2025-01-06T10:17:27.828\",\"Valor\":7693.37255859375},{\"Fecha\":\"2025-01-06T10:22:29.03\",\"Valor\":7706.3291015625},{\"Fecha\":\"2025-01-06T10:27:30.232\",\"Valor\":7733.1591796875},{\"Fecha\":\"2025-01-06T10:32:31.434\",\"Valor\":7788.6611328125},{\"Fecha\":\"2025-01-06T10:37:32.635\",\"Valor\":7841.4931640625},{\"Fecha\":\"2025-01-06T10:42:33.837\",\"Valor\":7848.837890625},{\"Fecha\":\"2025-01-06T10:47:35.039\",\"Valor\":7818.71728515625},{\"Fecha\":\"2025-01-06T10:52:36.241\",\"Valor\":7839.70263671875},{\"Fecha\":\"2025-01-06T10:57:37.443\",\"Valor\":7833.08642578125},{\"Fecha\":\"2025-01-06T11:02:38.645\",\"Valor\":7882.66259765625},{\"Fecha\":\"2025-01-06T11:07:39.847\",\"Valor\":7884.45849609375},{\"Fecha\":\"2025-01-06T11:12:41.048\",\"Valor\":7925.45703125},{\"Fecha\":\"2025-01-06T11:17:42.25\",\"Valor\":8011.21826171875},{\"Fecha\":\"2025-01-06T11:22:43.452\",\"Valor\":8078.0419921875},{\"Fecha\":\"2025-01-06T11:27:44.654\",\"Valor\":7980.60986328125},{\"Fecha\":\"2025-01-06T11:32:45.856\",\"Valor\":8015.6826171875},{\"Fecha\":\"2025-01-06T11:37:47.058\",\"Valor\":8072.2412109375},{\"Fecha\":\"2025-01-06T11:42:48.26\",\"Valor\":8098.28857421875},{\"Fecha\":\"2025-01-06T11:47:49.461\",\"Valor\":8071.04345703125},{\"Fecha\":\"2025-01-06T11:52:50.663\",\"Valor\":8090.88330078125},{\"Fecha\":\"2025-01-06T11:57:51.865\",\"Valor\":8116.92626953125},{\"Fecha\":\"2025-01-06T12:02:53.067\",\"Valor\":8164.3701171875},{\"Fecha\":\"2025-01-06T12:07:54.269\",\"Valor\":8172.82666015625},{\"Fecha\":\"2025-01-06T12:12:55.471\",\"Valor\":8221.4287109375},{\"Fecha\":\"2025-01-06T12:17:56.673\",\"Valor\":8155.68603515625},{\"Fecha\":\"2025-01-06T12:22:57.874\",\"Valor\":8157.31494140625},{\"Fecha\":\"2025-01-06T12:27:59.076\",\"Valor\":8193.4091796875},{\"Fecha\":\"2025-01-06T12:33:00.278\",\"Valor\":8243.369140625},{\"Fecha\":\"2025-01-06T12:38:01.48\",\"Valor\":8290.5625},{\"Fecha\":\"2025-01-06T12:43:02.682\",\"Valor\":8262.568359375},{\"Fecha\":\"2025-01-06T12:48:03.884\",\"Valor\":8268.1416015625},{\"Fecha\":\"2025-01-06T12:53:05.086\",\"Valor\":8263.62890625},{\"Fecha\":\"2025-01-06T12:58:06.287\",\"Valor\":8309.36328125},{\"Fecha\":\"2025-01-06T13:03:07.489\",\"Valor\":8300.095703125},{\"Fecha\":\"2025-01-06T13:08:08.691\",\"Valor\":8284.2548828125},{\"Fecha\":\"2025-01-06T13:13:09.893\",\"Valor\":8314.73828125},{\"Fecha\":\"2025-01-06T13:18:11.095\",\"Valor\":8292.27734375},{\"Fecha\":\"2025-01-06T13:23:12.297\",\"Valor\":8319.69921875},{\"Fecha\":\"2025-01-06T13:28:13.499\",\"Valor\":8356.4130859375},{\"Fecha\":\"2025-01-06T13:33:14.7\",\"Valor\":8262.2138671875},{\"Fecha\":\"2025-01-06T13:38:15.902\",\"Valor\":8245.544921875},{\"Fecha\":\"2025-01-06T13:43:17.104\",\"Valor\":8246.58984375},{\"Fecha\":\"2025-01-06T13:48:18.306\",\"Valor\":8282.60546875},{\"Fecha\":\"2025-01-06T13:53:19.508\",\"Valor\":8279.251953125},{\"Fecha\":\"2025-01-06T13:58:20.71\",\"Valor\":8312.134765625},{\"Fecha\":\"2025-01-06T14:03:21.911\",\"Valor\":8304.4619140625},{\"Fecha\":\"2025-01-06T14:08:23.113\",\"Valor\":8283.0029296875},{\"Fecha\":\"2025-01-06T14:13:24.315\",\"Valor\":8274.830078125},{\"Fecha\":\"2025-01-06T14:18:25.517\",\"Valor\":8247.330078125},{\"Fecha\":\"2025-01-06T14:23:26.719\",\"Valor\":8239.6884765625},{\"Fecha\":\"2025-01-06T14:28:27.921\",\"Valor\":8246.423828125},{\"Fecha\":\"2025-01-06T14:33:29.123\",\"Valor\":8285.61328125},{\"Fecha\":\"2025-01-06T14:38:30.324\",\"Valor\":8256.41796875},{\"Fecha\":\"2025-01-06T14:43:31.526\",\"Valor\":8291.0751953125},{\"Fecha\":\"2025-01-06T14:48:32.728\",\"Valor\":8285.4287109375},{\"Fecha\":\"2025-01-06T14:53:33.93\",\"Valor\":8308.3154296875},{\"Fecha\":\"2025-01-06T14:58:35.132\",\"Valor\":8314.0537109375},{\"Fecha\":\"2025-01-06T15:03:36.334\",\"Valor\":8294.19140625},{\"Fecha\":\"2025-01-06T15:08:37.536\",\"Valor\":8321.6328125},{\"Fecha\":\"2025-01-06T15:13:38.737\",\"Valor\":8334.837890625},{\"Fecha\":\"2025-01-06T15:18:39.939\",\"Valor\":8324.734375},{\"Fecha\":\"2025-01-06T15:23:41.141\",\"Valor\":8299.2431640625},{\"Fecha\":\"2025-01-06T15:28:42.343\",\"Valor\":8272.6904296875}]},{\"Nombre\":\"Pronóstico\",\"TipoGrafico\":\"Line\",\"UnidadMedida\":\"MW\",\"Datos\":[{\"Fecha\":\"2025-01-06T00:00:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:05:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:10:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:15:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:20:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:25:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:30:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:35:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:40:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:45:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:50:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T00:55:00-05:00\",\"Valor\":7492.762972},{\"Fecha\":\"2025-01-06T01:00:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:05:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:10:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:15:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:20:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:25:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:30:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:35:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:40:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:45:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:50:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T01:55:00-05:00\",\"Valor\":7247.425066},{\"Fecha\":\"2025-01-06T02:00:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:05:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:10:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:15:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:20:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:25:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:30:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:35:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:40:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:45:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:50:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T02:55:00-05:00\",\"Valor\":7065.388265},{\"Fecha\":\"2025-01-06T03:00:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:05:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:10:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:15:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:20:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:25:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:30:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:35:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:40:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:45:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:50:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T03:55:00-05:00\",\"Valor\":6961.437328},{\"Fecha\":\"2025-01-06T04:00:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:05:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:10:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:15:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:20:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:25:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:30:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:35:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:40:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:45:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:50:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T04:55:00-05:00\",\"Valor\":6943.146294},{\"Fecha\":\"2025-01-06T05:00:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:05:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:10:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:15:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:20:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:25:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:30:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:35:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:40:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:45:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:50:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T05:55:00-05:00\",\"Valor\":6917.456859},{\"Fecha\":\"2025-01-06T06:00:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:05:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:10:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:15:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:20:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:25:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:30:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:35:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:40:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:45:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:50:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T06:55:00-05:00\",\"Valor\":6821.246503},{\"Fecha\":\"2025-01-06T07:00:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:05:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:10:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:15:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:20:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:25:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:30:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:35:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:40:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:45:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:50:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T07:55:00-05:00\",\"Valor\":7018.772947},{\"Fecha\":\"2025-01-06T08:00:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:05:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:10:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:15:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:20:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:25:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:30:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:35:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:40:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:45:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:50:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T08:55:00-05:00\",\"Valor\":7296.80132},{\"Fecha\":\"2025-01-06T09:00:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:05:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:10:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:15:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:20:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:25:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:30:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:35:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:40:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:45:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:50:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T09:55:00-05:00\",\"Valor\":7570.134999},{\"Fecha\":\"2025-01-06T10:00:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:05:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:10:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:15:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:20:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:25:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:30:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:35:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:40:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:45:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:50:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T10:55:00-05:00\",\"Valor\":7876.199132},{\"Fecha\":\"2025-01-06T11:00:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:05:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:10:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:15:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:20:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:25:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:30:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:35:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:40:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:45:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:50:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T11:55:00-05:00\",\"Valor\":8149.216917},{\"Fecha\":\"2025-01-06T12:00:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:05:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:10:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:15:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:20:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:25:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:30:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:35:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:40:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:45:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:50:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T12:55:00-05:00\",\"Valor\":8282.992613},{\"Fecha\":\"2025-01-06T13:00:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:05:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:10:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:15:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:20:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:25:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:30:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:35:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:40:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:45:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:50:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T13:55:00-05:00\",\"Valor\":8301.5353},{\"Fecha\":\"2025-01-06T14:00:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:05:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:10:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:15:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:20:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:25:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:30:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:35:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:40:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:45:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:50:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T14:55:00-05:00\",\"Valor\":8327.934064},{\"Fecha\":\"2025-01-06T15:00:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:05:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:10:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:15:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:20:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:25:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:30:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:35:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:40:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:45:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:50:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T15:55:00-05:00\",\"Valor\":8333.365283},{\"Fecha\":\"2025-01-06T16:00:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:05:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:10:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:15:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:20:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:25:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:30:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:35:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:40:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:45:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:50:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T16:55:00-05:00\",\"Valor\":8320.062376},{\"Fecha\":\"2025-01-06T17:00:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:05:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:10:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:15:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:20:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:25:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:30:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:35:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:40:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:45:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:50:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T17:55:00-05:00\",\"Valor\":8406.553025},{\"Fecha\":\"2025-01-06T18:00:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:05:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:10:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:15:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:20:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:25:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:30:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:35:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:40:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:45:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:50:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T18:55:00-05:00\",\"Valor\":9520.380082},{\"Fecha\":\"2025-01-06T19:00:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:05:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:10:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:15:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:20:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:25:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:30:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:35:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:40:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:45:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:50:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T19:55:00-05:00\",\"Valor\":9615.520193},{\"Fecha\":\"2025-01-06T20:00:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:05:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:10:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:15:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:20:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:25:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:30:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:35:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:40:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:45:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:50:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T20:55:00-05:00\",\"Valor\":9533.818746},{\"Fecha\":\"2025-01-06T21:00:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:05:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:10:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:15:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:20:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:25:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:30:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:35:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:40:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:45:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:50:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T21:55:00-05:00\",\"Valor\":8771.632658},{\"Fecha\":\"2025-01-06T22:00:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:05:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:10:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:15:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:20:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:25:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:30:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:35:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:40:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:45:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:50:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T22:55:00-05:00\",\"Valor\":8369.836291},{\"Fecha\":\"2025-01-06T23:00:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:05:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:10:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:15:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:20:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:25:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:30:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:35:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:40:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:45:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:50:00-05:00\",\"Valor\":7943.855894},{\"Fecha\":\"2025-01-06T23:55:00-05:00\",\"Valor\":7943.855894}]}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/price_dt.json",
    "content": "{\"Id\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\"},\"Values_code\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\"},\"Values_Hour01\":{\"0\":642.08503,\"1\":556.02462,\"2\":724.0355,\"3\":756.39457,\"4\":768.80148,\"5\":765.59098,\"6\":806.47218,\"7\":784.75063,\"8\":845.51472,\"9\":839.71187,\"10\":865.48815,\"11\":907.5081,\"12\":925.56314,\"13\":995.50475,\"14\":954.02344,\"15\":810.28099,\"16\":950.9967,\"17\":907.42232,\"18\":735.78114,\"19\":832.99662,\"20\":936.26858,\"21\":837.01429,\"22\":120.88181,\"23\":425.51164,\"24\":413.06703,\"25\":112.94194,\"26\":114.09658,\"27\":485.66375,\"28\":149.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour02\":{\"0\":642.08503,\"1\":556.02462,\"2\":724.0355,\"3\":754.39457,\"4\":768.80148,\"5\":765.59098,\"6\":802.99418,\"7\":784.75063,\"8\":845.51472,\"9\":829.04187,\"10\":828.71715,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":926.22344,\"15\":810.28099,\"16\":809.7917,\"17\":808.84632,\"18\":735.78114,\"19\":788.82062,\"20\":936.26858,\"21\":837.01429,\"22\":430.13081,\"23\":425.51164,\"24\":266.24403,\"25\":112.94194,\"26\":120.09658,\"27\":485.66375,\"28\":210.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour03\":{\"0\":637.08503,\"1\":556.02462,\"2\":724.0355,\"3\":754.39457,\"4\":768.80148,\"5\":765.59098,\"6\":789.16618,\"7\":784.75063,\"8\":827.82672,\"9\":829.04187,\"10\":828.71715,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":877.00044,\"15\":810.28099,\"16\":809.7917,\"17\":751.42032,\"18\":735.78114,\"19\":788.82062,\"20\":790.45658,\"21\":809.32229,\"22\":260.01281,\"23\":425.51164,\"24\":413.06703,\"25\":112.94194,\"26\":120.09658,\"27\":415.42975,\"28\":210.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour04\":{\"0\":637.08503,\"1\":556.02462,\"2\":724.0355,\"3\":754.39457,\"4\":726.44048,\"5\":765.59098,\"6\":802.99418,\"7\":784.75063,\"8\":827.82672,\"9\":829.04187,\"10\":828.71715,\"11\":784.1871,\"12\":925.56314,\"13\":995.50475,\"14\":811.32344,\"15\":810.28099,\"16\":809.7917,\"17\":751.42032,\"18\":729.10014,\"19\":788.82062,\"20\":790.45658,\"21\":796.58629,\"22\":125.36481,\"23\":627.98964,\"24\":423.83303,\"25\":151.42494,\"26\":120.09658,\"27\":372.66375,\"28\":155.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour05\":{\"0\":637.08503,\"1\":556.02462,\"2\":724.0355,\"3\":754.39457,\"4\":768.80148,\"5\":765.59098,\"6\":802.99418,\"7\":784.75063,\"8\":816.87172,\"9\":829.04187,\"10\":828.71715,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":811.32344,\"15\":810.28099,\"16\":809.7917,\"17\":751.42032,\"18\":735.78114,\"19\":788.82062,\"20\":877.04558,\"21\":796.58629,\"22\":165.36481,\"23\":627.98964,\"24\":413.06703,\"25\":157.42494,\"26\":120.09658,\"27\":392.66375,\"28\":155.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour06\":{\"0\":516.81203,\"1\":638.02462,\"2\":724.4495,\"3\":756.39457,\"4\":768.80148,\"5\":765.59098,\"6\":802.99418,\"7\":784.75063,\"8\":845.51472,\"9\":829.04187,\"10\":828.71715,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":811.32344,\"15\":908.38299,\"16\":954.7967,\"17\":808.84632,\"18\":807.22414,\"19\":788.82062,\"20\":907.67158,\"21\":796.58629,\"22\":407.36481,\"23\":730.46864,\"24\":266.24403,\"25\":358.42494,\"26\":120.09658,\"27\":415.42975,\"28\":155.32081,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour07\":{\"0\":222.61603,\"1\":638.02462,\"2\":724.4495,\"3\":759.83157,\"4\":768.80148,\"5\":765.59098,\"6\":802.99418,\"7\":784.75063,\"8\":845.51472,\"9\":856.21087,\"10\":865.48815,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":753.29644,\"15\":954.77999,\"16\":954.7967,\"17\":860.01932,\"18\":729.10014,\"19\":788.82062,\"20\":907.67158,\"21\":796.58629,\"22\":719.40681,\"23\":627.98964,\"24\":159.06703,\"25\":511.42494,\"26\":120.09658,\"27\":372.66375,\"28\":110.93781,\"29\":209.27612,\"30\":119.20824,\"31\":202.68783},\"Values_Hour08\":{\"0\":114.93803,\"1\":638.02462,\"2\":724.4495,\"3\":759.83157,\"4\":768.80148,\"5\":765.59098,\"6\":802.99418,\"7\":249.39863,\"8\":845.51472,\"9\":856.21087,\"10\":865.48815,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":753.29644,\"15\":950.97999,\"16\":954.9967,\"17\":907.42232,\"18\":773.78614,\"19\":832.99662,\"20\":936.26858,\"21\":796.58629,\"22\":759.41281,\"23\":627.98964,\"24\":114.58403,\"25\":511.42494,\"26\":120.09658,\"27\":428.95175,\"28\":110.93781,\"29\":209.27612,\"30\":119.20824,\"31\":113.54083},\"Values_Hour09\":{\"0\":114.93603,\"1\":638.02462,\"2\":724.4495,\"3\":759.83157,\"4\":803.61948,\"5\":765.59098,\"6\":802.99418,\"7\":249.39863,\"8\":845.51472,\"9\":856.21087,\"10\":865.48815,\"11\":826.6331,\"12\":925.56314,\"13\":995.50475,\"14\":753.29644,\"15\":810.28099,\"16\":954.9967,\"17\":860.01932,\"18\":906.65214,\"19\":788.82062,\"20\":936.26858,\"21\":796.58629,\"22\":759.41281,\"23\":730.46864,\"24\":114.58403,\"25\":511.42494,\"26\":264.27358,\"27\":485.66375,\"28\":111.99881,\"29\":248.92412,\"30\":119.20824,\"31\":113.53983},\"Values_Hour10\":{\"0\":146.08503,\"1\":638.02462,\"2\":724.4495,\"3\":759.83157,\"4\":803.61948,\"5\":791.93498,\"6\":806.47218,\"7\":249.39863,\"8\":845.51472,\"9\":856.21087,\"10\":865.48815,\"11\":907.5081,\"12\":925.56314,\"13\":995.50475,\"14\":753.29644,\"15\":926.97999,\"16\":954.9967,\"17\":907.42232,\"18\":906.65214,\"19\":832.99662,\"20\":936.26858,\"21\":796.58629,\"22\":795.51581,\"23\":730.46864,\"24\":114.58403,\"25\":511.42494,\"26\":264.27358,\"27\":485.66375,\"28\":149.32081,\"29\":483.27612,\"30\":119.20824,\"31\":113.53983},\"Values_Hour11\":{\"0\":229.82403,\"1\":638.02462,\"2\":724.4495,\"3\":759.83157,\"4\":805.09748,\"5\":791.93498,\"6\":806.47218,\"7\":419.21363,\"8\":845.51472,\"9\":856.21087,\"10\":865.48815,\"11\":908.1051,\"12\":950.56314,\"13\":995.50475,\"14\":811.32344,\"15\":1049.50299,\"16\":1049.5197,\"17\":954.01932,\"18\":906.65214,\"19\":877.07262,\"20\":936.26858,\"21\":796.58629,\"22\":805.90581,\"23\":770.82964,\"24\":115.74503,\"25\":612.42494,\"26\":264.27358,\"27\":485.66375,\"28\":155.32081,\"29\":483.27612,\"30\":119.70824,\"31\":113.53983},\"Values_Hour12\":{\"0\":516.81203,\"1\":656.02462,\"2\":724.4495,\"3\":797.39457,\"4\":806.09748,\"5\":791.93498,\"6\":806.47218,\"7\":784.75063,\"8\":850.51472,\"9\":856.21087,\"10\":865.48815,\"11\":916.1051,\"12\":950.56314,\"13\":995.50475,\"14\":753.29644,\"15\":1301.97999,\"16\":1056.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":907.69862,\"20\":936.26858,\"21\":837.01429,\"22\":805.90581,\"23\":770.82964,\"24\":115.74503,\"25\":662.42494,\"26\":582.09658,\"27\":537.66375,\"28\":210.32081,\"29\":483.27612,\"30\":119.70824,\"31\":113.53983},\"Values_Hour13\":{\"0\":637.08503,\"1\":656.02462,\"2\":726.4495,\"3\":797.39457,\"4\":806.09748,\"5\":791.93498,\"6\":806.47218,\"7\":784.75063,\"8\":850.51472,\"9\":856.21087,\"10\":865.48815,\"11\":916.1051,\"12\":950.56314,\"13\":995.50475,\"14\":811.32344,\"15\":1301.97999,\"16\":1056.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":898.60362,\"20\":936.26858,\"21\":837.01429,\"22\":805.90581,\"23\":770.82964,\"24\":236.80603,\"25\":662.42494,\"26\":582.09658,\"27\":537.66375,\"28\":210.32081,\"29\":483.27612,\"30\":119.70824,\"31\":113.54083},\"Values_Hour14\":{\"0\":637.08503,\"1\":656.02462,\"2\":726.4495,\"3\":797.39457,\"4\":806.09748,\"5\":791.93498,\"6\":806.47218,\"7\":784.75063,\"8\":850.51472,\"9\":866.21087,\"10\":865.48815,\"11\":917.1051,\"12\":950.56314,\"13\":1000.20475,\"14\":926.22344,\"15\":1301.97999,\"16\":1056.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":902.29562,\"20\":936.26858,\"21\":837.01429,\"22\":805.90581,\"23\":770.82964,\"24\":413.06703,\"25\":692.42494,\"26\":583.09658,\"27\":537.66375,\"28\":210.32081,\"29\":483.27612,\"30\":119.70824,\"31\":202.68783},\"Values_Hour15\":{\"0\":642.08503,\"1\":725.02462,\"2\":727.4495,\"3\":797.39457,\"4\":806.09748,\"5\":795.49098,\"6\":806.47218,\"7\":784.75063,\"8\":850.51472,\"9\":866.21087,\"10\":865.48815,\"11\":936.1051,\"12\":952.56314,\"13\":1000.20475,\"14\":907.62644,\"15\":1308.97999,\"16\":1056.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":936.29562,\"20\":936.26858,\"21\":837.01429,\"22\":950.36481,\"23\":730.46864,\"24\":413.06703,\"25\":692.42494,\"26\":583.09658,\"27\":555.66375,\"28\":233.05981,\"29\":483.27612,\"30\":119.70824,\"31\":202.68783},\"Values_Hour16\":{\"0\":642.08503,\"1\":726.02462,\"2\":736.4495,\"3\":806.39457,\"4\":806.09748,\"5\":795.49098,\"6\":806.47218,\"7\":784.75063,\"8\":850.51472,\"9\":866.21087,\"10\":909.48815,\"11\":936.1051,\"12\":965.56314,\"13\":995.50475,\"14\":954.02344,\"15\":1326.97999,\"16\":1347.5967,\"17\":1006.01832,\"18\":906.65214,\"19\":1048.81862,\"20\":936.26858,\"21\":908.41729,\"22\":950.36481,\"23\":770.82964,\"24\":413.06703,\"25\":692.42494,\"26\":583.09658,\"27\":555.66375,\"28\":249.96881,\"29\":483.27612,\"30\":119.70824,\"31\":202.68783},\"Values_Hour17\":{\"0\":642.08503,\"1\":725.02462,\"2\":746.4495,\"3\":806.39457,\"4\":816.09748,\"5\":795.49098,\"6\":806.47218,\"7\":790.95263,\"8\":850.51472,\"9\":909.21087,\"10\":909.48815,\"11\":936.1051,\"12\":965.56314,\"13\":1000.50475,\"14\":1001.22344,\"15\":1326.97999,\"16\":1356.9967,\"17\":1006.01832,\"18\":954.46314,\"19\":1156.29562,\"20\":954.06858,\"21\":954.81429,\"22\":950.36481,\"23\":770.82964,\"24\":437.35503,\"25\":692.42494,\"26\":583.09658,\"27\":555.66375,\"28\":525.32081,\"29\":483.27612,\"30\":119.70824,\"31\":202.68783},\"Values_Hour18\":{\"0\":723.08503,\"1\":727.02462,\"2\":746.4495,\"3\":806.39457,\"4\":817.09748,\"5\":795.49098,\"6\":830.47218,\"7\":808.45063,\"8\":860.51472,\"9\":871.21087,\"10\":909.48815,\"11\":936.1051,\"12\":966.56314,\"13\":1000.50475,\"14\":1186.22344,\"15\":1308.97999,\"16\":1347.5967,\"17\":1006.01832,\"18\":954.46314,\"19\":1156.29562,\"20\":966.26858,\"21\":967.01429,\"22\":950.36481,\"23\":862.98964,\"24\":611.71303,\"25\":692.42494,\"26\":614.94758,\"27\":555.66375,\"28\":525.32081,\"29\":489.27612,\"30\":230.52624,\"31\":202.68783},\"Values_Hour19\":{\"0\":723.08503,\"1\":756.02462,\"2\":756.4495,\"3\":806.39457,\"4\":820.09748,\"5\":795.49098,\"6\":835.47218,\"7\":849.75063,\"8\":861.51472,\"9\":909.21087,\"10\":951.48815,\"11\":946.1051,\"12\":966.56314,\"13\":1095.50475,\"14\":1186.22344,\"15\":1326.97999,\"16\":1356.9967,\"17\":1048.54232,\"18\":1106.66314,\"19\":1156.29562,\"20\":1156.26858,\"21\":1008.01429,\"22\":980.36481,\"23\":937.98964,\"24\":657.13903,\"25\":692.42494,\"26\":663.09658,\"27\":555.66375,\"28\":535.32081,\"29\":509.27612,\"30\":500.20824,\"31\":256.86083},\"Values_Hour20\":{\"0\":723.08503,\"1\":756.02462,\"2\":756.4495,\"3\":806.39457,\"4\":820.09748,\"5\":795.49098,\"6\":830.47218,\"7\":849.75063,\"8\":861.51472,\"9\":909.21087,\"10\":951.48815,\"11\":936.1051,\"12\":966.56314,\"13\":1095.50475,\"14\":1186.22344,\"15\":1326.97999,\"16\":1356.9967,\"17\":1048.54232,\"18\":1106.66314,\"19\":1156.29562,\"20\":1156.26858,\"21\":1008.01429,\"22\":980.36481,\"23\":862.98964,\"24\":764.06703,\"25\":692.42494,\"26\":663.09658,\"27\":555.66375,\"28\":544.32081,\"29\":509.27612,\"30\":500.20824,\"31\":449.05883},\"Values_Hour21\":{\"0\":723.08503,\"1\":726.02462,\"2\":746.4495,\"3\":806.39457,\"4\":817.09748,\"5\":795.49098,\"6\":806.47218,\"7\":849.75063,\"8\":861.51472,\"9\":909.21087,\"10\":909.48815,\"11\":936.1051,\"12\":966.56314,\"13\":1095.50475,\"14\":1186.22344,\"15\":1308.97999,\"16\":1090.0887,\"17\":1006.01832,\"18\":1106.66314,\"19\":1156.29562,\"20\":1156.26858,\"21\":1008.01429,\"22\":980.36481,\"23\":862.98964,\"24\":764.06703,\"25\":692.42494,\"26\":663.09658,\"27\":555.66375,\"28\":535.32081,\"29\":489.27612,\"30\":249.85624,\"31\":449.05883},\"Values_Hour22\":{\"0\":723.08503,\"1\":725.02462,\"2\":736.4495,\"3\":797.39457,\"4\":817.09748,\"5\":795.49098,\"6\":806.47218,\"7\":809.75063,\"8\":860.51472,\"9\":866.21087,\"10\":909.48815,\"11\":936.1051,\"12\":965.56314,\"13\":1000.50475,\"14\":1166.22344,\"15\":1301.97999,\"16\":1056.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":1048.81862,\"20\":966.26858,\"21\":1008.01429,\"22\":950.36481,\"23\":770.82964,\"24\":657.13903,\"25\":692.42494,\"26\":583.09658,\"27\":555.66375,\"28\":535.32081,\"29\":489.27612,\"30\":149.20824,\"31\":449.05883},\"Values_Hour23\":{\"0\":723.08503,\"1\":686.02462,\"2\":727.4495,\"3\":797.39457,\"4\":806.09748,\"5\":795.49098,\"6\":806.47218,\"7\":809.75063,\"8\":850.51472,\"9\":866.21087,\"10\":906.89115,\"11\":936.1051,\"12\":951.56314,\"13\":995.50475,\"14\":1186.22344,\"15\":1090.07199,\"16\":986.9967,\"17\":1006.01832,\"18\":906.65214,\"19\":936.29562,\"20\":954.06858,\"21\":967.01429,\"22\":950.36481,\"23\":730.46864,\"24\":611.71303,\"25\":692.42494,\"26\":421.86258,\"27\":555.66375,\"28\":532.73081,\"29\":483.27612,\"30\":119.20824,\"31\":242.83583},\"Values_Hour24\":{\"0\":642.08503,\"1\":656.02462,\"2\":724.4495,\"3\":759.83157,\"4\":806.09748,\"5\":791.93498,\"6\":806.47218,\"7\":807.27263,\"8\":850.51472,\"9\":856.21087,\"10\":865.48815,\"11\":917.1051,\"12\":950.56314,\"13\":995.50475,\"14\":1001.22344,\"15\":908.38299,\"16\":986.9967,\"17\":954.01932,\"18\":906.65214,\"19\":907.69862,\"20\":936.26858,\"21\":954.81429,\"22\":805.90581,\"23\":730.46864,\"24\":611.71303,\"25\":662.42494,\"26\":358.09658,\"27\":537.66375,\"28\":525.32081,\"29\":483.27612,\"30\":119.20824,\"31\":229.18783},\"Date\":{\"0\":1733011200000,\"1\":1733097600000,\"2\":1733184000000,\"3\":1733270400000,\"4\":1733356800000,\"5\":1733443200000,\"6\":1733529600000,\"7\":1733616000000,\"8\":1733702400000,\"9\":1733788800000,\"10\":1733875200000,\"11\":1733961600000,\"12\":1734048000000,\"13\":1734134400000,\"14\":1734220800000,\"15\":1734307200000,\"16\":1734393600000,\"17\":1734480000000,\"18\":1734566400000,\"19\":1734652800000,\"20\":1734739200000,\"21\":1734825600000,\"22\":1734912000000,\"23\":1734998400000,\"24\":1735084800000,\"25\":1735171200000,\"26\":1735257600000,\"27\":1735344000000,\"28\":1735430400000,\"29\":1735516800000,\"30\":1735603200000,\"31\":1735689600000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/price_live.json",
    "content": "{\"Id\":{\"0\":\"Sistema\"},\"Values_code\":{\"0\":\"Sistema\"},\"Values_Hour01\":{\"0\":481.15771},\"Values_Hour02\":{\"0\":481.15771},\"Values_Hour03\":{\"0\":481.15771},\"Values_Hour04\":{\"0\":481.15771},\"Values_Hour05\":{\"0\":481.15771},\"Values_Hour06\":{\"0\":481.15771},\"Values_Hour07\":{\"0\":481.15771},\"Values_Hour08\":{\"0\":481.15771},\"Values_Hour09\":{\"0\":481.15771},\"Values_Hour10\":{\"0\":481.15771},\"Values_Hour11\":{\"0\":481.15771},\"Values_Hour12\":{\"0\":481.15771},\"Values_Hour13\":{\"0\":481.15771},\"Values_Hour14\":{\"0\":506.54671},\"Values_Hour15\":{\"0\":516.15771},\"Values_Hour16\":{\"0\":551.15771},\"Values_Hour17\":{\"0\":551.15771},\"Values_Hour18\":{\"0\":551.15771},\"Values_Hour19\":{\"0\":551.15771},\"Values_Hour20\":{\"0\":551.15771},\"Values_Hour21\":{\"0\":551.15771},\"Values_Hour22\":{\"0\":551.15771},\"Values_Hour23\":{\"0\":551.15771},\"Values_Hour24\":{\"0\":506.54671},\"Date\":{\"0\":1735862400000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/prod1_dt.json",
    "content": "{\"Id\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\",\"32\":\"Sistema\",\"33\":\"Sistema\",\"34\":\"Sistema\",\"35\":\"Sistema\",\"36\":\"Sistema\",\"37\":\"Sistema\",\"38\":\"Sistema\",\"39\":\"Sistema\",\"40\":\"Sistema\",\"41\":\"Sistema\",\"42\":\"Sistema\",\"43\":\"Sistema\",\"44\":\"Sistema\",\"45\":\"Sistema\",\"46\":\"Sistema\",\"47\":\"Sistema\",\"48\":\"Sistema\",\"49\":\"Sistema\",\"50\":\"Sistema\",\"51\":\"Sistema\",\"52\":\"Sistema\",\"53\":\"Sistema\",\"54\":\"Sistema\",\"55\":\"Sistema\",\"56\":\"Sistema\",\"57\":\"Sistema\",\"58\":\"Sistema\",\"59\":\"Sistema\",\"60\":\"Sistema\",\"61\":\"Sistema\",\"62\":\"Sistema\",\"63\":\"Sistema\",\"64\":\"Sistema\",\"65\":\"Sistema\",\"66\":\"Sistema\",\"67\":\"Sistema\",\"68\":\"Sistema\",\"69\":\"Sistema\",\"70\":\"Sistema\",\"71\":\"Sistema\",\"72\":\"Sistema\",\"73\":\"Sistema\",\"74\":\"Sistema\",\"75\":\"Sistema\",\"76\":\"Sistema\",\"77\":\"Sistema\",\"78\":\"Sistema\",\"79\":\"Sistema\",\"80\":\"Sistema\",\"81\":\"Sistema\",\"82\":\"Sistema\",\"83\":\"Sistema\",\"84\":\"Sistema\",\"85\":\"Sistema\",\"86\":\"Sistema\",\"87\":\"Sistema\",\"88\":\"Sistema\",\"89\":\"Sistema\",\"90\":\"Sistema\",\"91\":\"Sistema\",\"92\":\"Sistema\",\"93\":\"Sistema\",\"94\":\"Sistema\",\"95\":\"Sistema\",\"96\":\"Sistema\",\"97\":\"Sistema\",\"98\":\"Sistema\",\"99\":\"Sistema\",\"100\":\"Sistema\",\"101\":\"Sistema\",\"102\":\"Sistema\",\"103\":\"Sistema\",\"104\":\"Sistema\",\"105\":\"Sistema\",\"106\":\"Sistema\",\"107\":\"Sistema\",\"108\":\"Sistema\",\"109\":\"Sistema\",\"110\":\"Sistema\",\"111\":\"Sistema\",\"112\":\"Sistema\",\"113\":\"Sistema\",\"114\":\"Sistema\",\"115\":\"Sistema\",\"116\":\"Sistema\",\"117\":\"Sistema\",\"118\":\"Sistema\",\"119\":\"Sistema\",\"120\":\"Sistema\",\"121\":\"Sistema\",\"122\":\"Sistema\",\"123\":\"Sistema\",\"124\":\"Sistema\",\"125\":\"Sistema\",\"126\":\"Sistema\",\"127\":\"Sistema\",\"128\":\"Sistema\",\"129\":\"Sistema\",\"130\":\"Sistema\",\"131\":\"Sistema\",\"132\":\"Sistema\",\"133\":\"Sistema\",\"134\":\"Sistema\",\"135\":\"Sistema\",\"136\":\"Sistema\",\"137\":\"Sistema\",\"138\":\"Sistema\",\"139\":\"Sistema\",\"140\":\"Sistema\",\"141\":\"Sistema\",\"142\":\"Sistema\",\"143\":\"Sistema\",\"144\":\"Sistema\",\"145\":\"Sistema\",\"146\":\"Sistema\",\"147\":\"Sistema\",\"148\":\"Sistema\",\"149\":\"Sistema\",\"150\":\"Sistema\",\"151\":\"Sistema\",\"152\":\"Sistema\",\"153\":\"Sistema\",\"154\":\"Sistema\",\"155\":\"Sistema\",\"156\":\"Sistema\",\"157\":\"Sistema\",\"158\":\"Sistema\",\"159\":\"Sistema\",\"160\":\"Sistema\",\"161\":\"Sistema\",\"162\":\"Sistema\",\"163\":\"Sistema\",\"164\":\"Sistema\",\"165\":\"Sistema\",\"166\":\"Sistema\",\"167\":\"Sistema\",\"168\":\"Sistema\",\"169\":\"Sistema\",\"170\":\"Sistema\",\"171\":\"Sistema\",\"172\":\"Sistema\",\"173\":\"Sistema\",\"174\":\"Sistema\",\"175\":\"Sistema\",\"176\":\"Sistema\",\"177\":\"Sistema\",\"178\":\"Sistema\",\"179\":\"Sistema\",\"180\":\"Sistema\",\"181\":\"Sistema\",\"182\":\"Sistema\",\"183\":\"Sistema\",\"184\":\"Sistema\",\"185\":\"Sistema\",\"186\":\"Sistema\",\"187\":\"Sistema\",\"188\":\"Sistema\",\"189\":\"Sistema\",\"190\":\"Sistema\",\"191\":\"Sistema\",\"192\":\"Sistema\",\"193\":\"Sistema\",\"194\":\"Sistema\",\"195\":\"Sistema\",\"196\":\"Sistema\",\"197\":\"Sistema\",\"198\":\"Sistema\",\"199\":\"Sistema\",\"200\":\"Sistema\",\"201\":\"Sistema\",\"202\":\"Sistema\",\"203\":\"Sistema\",\"204\":\"Sistema\",\"205\":\"Sistema\",\"206\":\"Sistema\",\"207\":\"Sistema\",\"208\":\"Sistema\",\"209\":\"Sistema\",\"210\":\"Sistema\",\"211\":\"Sistema\",\"212\":\"Sistema\",\"213\":\"Sistema\",\"214\":\"Sistema\",\"215\":\"Sistema\",\"216\":\"Sistema\",\"217\":\"Sistema\",\"218\":\"Sistema\",\"219\":\"Sistema\",\"220\":\"Sistema\",\"221\":\"Sistema\",\"222\":\"Sistema\",\"223\":\"Sistema\",\"224\":\"Sistema\",\"225\":\"Sistema\",\"226\":\"Sistema\",\"227\":\"Sistema\",\"228\":\"Sistema\",\"229\":\"Sistema\",\"230\":\"Sistema\",\"231\":\"Sistema\",\"232\":\"Sistema\",\"233\":\"Sistema\",\"234\":\"Sistema\",\"235\":\"Sistema\",\"236\":\"Sistema\",\"237\":\"Sistema\",\"238\":\"Sistema\",\"239\":\"Sistema\",\"240\":\"Sistema\",\"241\":\"Sistema\",\"242\":\"Sistema\",\"243\":\"Sistema\",\"244\":\"Sistema\",\"245\":\"Sistema\",\"246\":\"Sistema\",\"247\":\"Sistema\",\"248\":\"Sistema\",\"249\":\"Sistema\",\"250\":\"Sistema\",\"251\":\"Sistema\",\"252\":\"Sistema\",\"253\":\"Sistema\",\"254\":\"Sistema\",\"255\":\"Sistema\",\"256\":\"Sistema\",\"257\":\"Sistema\",\"258\":\"Sistema\",\"259\":\"Sistema\",\"260\":\"Sistema\",\"261\":\"Sistema\",\"262\":\"Sistema\",\"263\":\"Sistema\",\"264\":\"Sistema\",\"265\":\"Sistema\",\"266\":\"Sistema\",\"267\":\"Sistema\",\"268\":\"Sistema\",\"269\":\"Sistema\",\"270\":\"Sistema\",\"271\":\"Sistema\",\"272\":\"Sistema\",\"273\":\"Sistema\",\"274\":\"Sistema\",\"275\":\"Sistema\",\"276\":\"Sistema\",\"277\":\"Sistema\",\"278\":\"Sistema\",\"279\":\"Sistema\",\"280\":\"Sistema\",\"281\":\"Sistema\",\"282\":\"Sistema\",\"283\":\"Sistema\",\"284\":\"Sistema\",\"285\":\"Sistema\",\"286\":\"Sistema\",\"287\":\"Sistema\",\"288\":\"Sistema\",\"289\":\"Sistema\",\"290\":\"Sistema\",\"291\":\"Sistema\",\"292\":\"Sistema\",\"293\":\"Sistema\",\"294\":\"Sistema\",\"295\":\"Sistema\",\"296\":\"Sistema\",\"297\":\"Sistema\",\"298\":\"Sistema\",\"299\":\"Sistema\",\"300\":\"Sistema\",\"301\":\"Sistema\",\"302\":\"Sistema\",\"303\":\"Sistema\",\"304\":\"Sistema\",\"305\":\"Sistema\",\"306\":\"Sistema\",\"307\":\"Sistema\",\"308\":\"Sistema\",\"309\":\"Sistema\",\"310\":\"Sistema\",\"311\":\"Sistema\",\"312\":\"Sistema\",\"313\":\"Sistema\",\"314\":\"Sistema\",\"315\":\"Sistema\",\"316\":\"Sistema\",\"317\":\"Sistema\",\"318\":\"Sistema\",\"319\":\"Sistema\",\"320\":\"Sistema\",\"321\":\"Sistema\",\"322\":\"Sistema\",\"323\":\"Sistema\",\"324\":\"Sistema\",\"325\":\"Sistema\",\"326\":\"Sistema\",\"327\":\"Sistema\",\"328\":\"Sistema\",\"329\":\"Sistema\",\"330\":\"Sistema\",\"331\":\"Sistema\",\"332\":\"Sistema\",\"333\":\"Sistema\",\"334\":\"Sistema\",\"335\":\"Sistema\",\"336\":\"Sistema\",\"337\":\"Sistema\",\"338\":\"Sistema\",\"339\":\"Sistema\",\"340\":\"Sistema\",\"341\":\"Sistema\",\"342\":\"Sistema\",\"343\":\"Sistema\",\"344\":\"Sistema\",\"345\":\"Sistema\",\"346\":\"Sistema\",\"347\":\"Sistema\",\"348\":\"Sistema\",\"349\":\"Sistema\",\"350\":\"Sistema\",\"351\":\"Sistema\",\"352\":\"Sistema\",\"353\":\"Sistema\",\"354\":\"Sistema\",\"355\":\"Sistema\",\"356\":\"Sistema\",\"357\":\"Sistema\",\"358\":\"Sistema\",\"359\":\"Sistema\",\"360\":\"Sistema\",\"361\":\"Sistema\",\"362\":\"Sistema\",\"363\":\"Sistema\",\"364\":\"Sistema\",\"365\":\"Sistema\",\"366\":\"Sistema\",\"367\":\"Sistema\",\"368\":\"Sistema\",\"369\":\"Sistema\",\"370\":\"Sistema\",\"371\":\"Sistema\",\"372\":\"Sistema\",\"373\":\"Sistema\",\"374\":\"Sistema\",\"375\":\"Sistema\",\"376\":\"Sistema\",\"377\":\"Sistema\",\"378\":\"Sistema\",\"379\":\"Sistema\",\"380\":\"Sistema\",\"381\":\"Sistema\",\"382\":\"Sistema\",\"383\":\"Sistema\",\"384\":\"Sistema\",\"385\":\"Sistema\",\"386\":\"Sistema\",\"387\":\"Sistema\",\"388\":\"Sistema\",\"389\":\"Sistema\",\"390\":\"Sistema\",\"391\":\"Sistema\",\"392\":\"Sistema\",\"393\":\"Sistema\",\"394\":\"Sistema\",\"395\":\"Sistema\",\"396\":\"Sistema\",\"397\":\"Sistema\",\"398\":\"Sistema\",\"399\":\"Sistema\",\"400\":\"Sistema\",\"401\":\"Sistema\",\"402\":\"Sistema\",\"403\":\"Sistema\",\"404\":\"Sistema\",\"405\":\"Sistema\",\"406\":\"Sistema\",\"407\":\"Sistema\",\"408\":\"Sistema\",\"409\":\"Sistema\",\"410\":\"Sistema\",\"411\":\"Sistema\",\"412\":\"Sistema\",\"413\":\"Sistema\",\"414\":\"Sistema\",\"415\":\"Sistema\",\"416\":\"Sistema\",\"417\":\"Sistema\",\"418\":\"Sistema\",\"419\":\"Sistema\",\"420\":\"Sistema\",\"421\":\"Sistema\",\"422\":\"Sistema\",\"423\":\"Sistema\",\"424\":\"Sistema\",\"425\":\"Sistema\",\"426\":\"Sistema\",\"427\":\"Sistema\",\"428\":\"Sistema\",\"429\":\"Sistema\",\"430\":\"Sistema\",\"431\":\"Sistema\",\"432\":\"Sistema\",\"433\":\"Sistema\",\"434\":\"Sistema\",\"435\":\"Sistema\",\"436\":\"Sistema\",\"437\":\"Sistema\",\"438\":\"Sistema\",\"439\":\"Sistema\",\"440\":\"Sistema\",\"441\":\"Sistema\",\"442\":\"Sistema\",\"443\":\"Sistema\",\"444\":\"Sistema\",\"445\":\"Sistema\",\"446\":\"Sistema\",\"447\":\"Sistema\",\"448\":\"Sistema\",\"449\":\"Sistema\",\"450\":\"Sistema\",\"451\":\"Sistema\",\"452\":\"Sistema\",\"453\":\"Sistema\",\"454\":\"Sistema\",\"455\":\"Sistema\",\"456\":\"Sistema\",\"457\":\"Sistema\",\"458\":\"Sistema\",\"459\":\"Sistema\",\"460\":\"Sistema\",\"461\":\"Sistema\",\"462\":\"Sistema\",\"463\":\"Sistema\",\"464\":\"Sistema\",\"465\":\"Sistema\",\"466\":\"Sistema\",\"467\":\"Sistema\",\"468\":\"Sistema\",\"469\":\"Sistema\",\"470\":\"Sistema\",\"471\":\"Sistema\",\"472\":\"Sistema\",\"473\":\"Sistema\",\"474\":\"Sistema\",\"475\":\"Sistema\",\"476\":\"Sistema\",\"477\":\"Sistema\",\"478\":\"Sistema\",\"479\":\"Sistema\",\"480\":\"Sistema\",\"481\":\"Sistema\",\"482\":\"Sistema\",\"483\":\"Sistema\",\"484\":\"Sistema\",\"485\":\"Sistema\",\"486\":\"Sistema\",\"487\":\"Sistema\",\"488\":\"Sistema\",\"489\":\"Sistema\",\"490\":\"Sistema\",\"491\":\"Sistema\",\"492\":\"Sistema\",\"493\":\"Sistema\",\"494\":\"Sistema\",\"495\":\"Sistema\",\"496\":\"Sistema\",\"497\":\"Sistema\",\"498\":\"Sistema\",\"499\":\"Sistema\",\"500\":\"Sistema\",\"501\":\"Sistema\",\"502\":\"Sistema\",\"503\":\"Sistema\",\"504\":\"Sistema\",\"505\":\"Sistema\",\"506\":\"Sistema\",\"507\":\"Sistema\",\"508\":\"Sistema\",\"509\":\"Sistema\",\"510\":\"Sistema\",\"511\":\"Sistema\",\"512\":\"Sistema\",\"513\":\"Sistema\",\"514\":\"Sistema\",\"515\":\"Sistema\",\"516\":\"Sistema\",\"517\":\"Sistema\",\"518\":\"Sistema\",\"519\":\"Sistema\",\"520\":\"Sistema\",\"521\":\"Sistema\",\"522\":\"Sistema\",\"523\":\"Sistema\",\"524\":\"Sistema\",\"525\":\"Sistema\",\"526\":\"Sistema\",\"527\":\"Sistema\",\"528\":\"Sistema\",\"529\":\"Sistema\",\"530\":\"Sistema\",\"531\":\"Sistema\",\"532\":\"Sistema\",\"533\":\"Sistema\",\"534\":\"Sistema\",\"535\":\"Sistema\",\"536\":\"Sistema\",\"537\":\"Sistema\",\"538\":\"Sistema\",\"539\":\"Sistema\",\"540\":\"Sistema\",\"541\":\"Sistema\",\"542\":\"Sistema\",\"543\":\"Sistema\",\"544\":\"Sistema\",\"545\":\"Sistema\",\"546\":\"Sistema\",\"547\":\"Sistema\",\"548\":\"Sistema\",\"549\":\"Sistema\",\"550\":\"Sistema\",\"551\":\"Sistema\",\"552\":\"Sistema\",\"553\":\"Sistema\",\"554\":\"Sistema\",\"555\":\"Sistema\",\"556\":\"Sistema\",\"557\":\"Sistema\",\"558\":\"Sistema\",\"559\":\"Sistema\",\"560\":\"Sistema\",\"561\":\"Sistema\",\"562\":\"Sistema\",\"563\":\"Sistema\",\"564\":\"Sistema\",\"565\":\"Sistema\",\"566\":\"Sistema\",\"567\":\"Sistema\",\"568\":\"Sistema\",\"569\":\"Sistema\",\"570\":\"Sistema\",\"571\":\"Sistema\",\"572\":\"Sistema\",\"573\":\"Sistema\",\"574\":\"Sistema\",\"575\":\"Sistema\",\"576\":\"Sistema\",\"577\":\"Sistema\",\"578\":\"Sistema\",\"579\":\"Sistema\",\"580\":\"Sistema\",\"581\":\"Sistema\",\"582\":\"Sistema\",\"583\":\"Sistema\",\"584\":\"Sistema\",\"585\":\"Sistema\",\"586\":\"Sistema\",\"587\":\"Sistema\",\"588\":\"Sistema\",\"589\":\"Sistema\",\"590\":\"Sistema\",\"591\":\"Sistema\",\"592\":\"Sistema\",\"593\":\"Sistema\",\"594\":\"Sistema\",\"595\":\"Sistema\",\"596\":\"Sistema\",\"597\":\"Sistema\",\"598\":\"Sistema\",\"599\":\"Sistema\",\"600\":\"Sistema\",\"601\":\"Sistema\",\"602\":\"Sistema\",\"603\":\"Sistema\",\"604\":\"Sistema\",\"605\":\"Sistema\",\"606\":\"Sistema\",\"607\":\"Sistema\",\"608\":\"Sistema\",\"609\":\"Sistema\",\"610\":\"Sistema\",\"611\":\"Sistema\",\"612\":\"Sistema\",\"613\":\"Sistema\",\"614\":\"Sistema\",\"615\":\"Sistema\",\"616\":\"Sistema\",\"617\":\"Sistema\",\"618\":\"Sistema\",\"619\":\"Sistema\",\"620\":\"Sistema\",\"621\":\"Sistema\",\"622\":\"Sistema\",\"623\":\"Sistema\",\"624\":\"Sistema\",\"625\":\"Sistema\",\"626\":\"Sistema\",\"627\":\"Sistema\",\"628\":\"Sistema\",\"629\":\"Sistema\",\"630\":\"Sistema\",\"631\":\"Sistema\",\"632\":\"Sistema\",\"633\":\"Sistema\",\"634\":\"Sistema\",\"635\":\"Sistema\",\"636\":\"Sistema\",\"637\":\"Sistema\",\"638\":\"Sistema\",\"639\":\"Sistema\",\"640\":\"Sistema\",\"641\":\"Sistema\",\"642\":\"Sistema\",\"643\":\"Sistema\",\"644\":\"Sistema\",\"645\":\"Sistema\",\"646\":\"Sistema\",\"647\":\"Sistema\",\"648\":\"Sistema\",\"649\":\"Sistema\",\"650\":\"Sistema\",\"651\":\"Sistema\",\"652\":\"Sistema\",\"653\":\"Sistema\",\"654\":\"Sistema\",\"655\":\"Sistema\",\"656\":\"Sistema\",\"657\":\"Sistema\",\"658\":\"Sistema\",\"659\":\"Sistema\",\"660\":\"Sistema\",\"661\":\"Sistema\",\"662\":\"Sistema\",\"663\":\"Sistema\",\"664\":\"Sistema\",\"665\":\"Sistema\",\"666\":\"Sistema\",\"667\":\"Sistema\",\"668\":\"Sistema\",\"669\":\"Sistema\",\"670\":\"Sistema\",\"671\":\"Sistema\",\"672\":\"Sistema\",\"673\":\"Sistema\",\"674\":\"Sistema\",\"675\":\"Sistema\",\"676\":\"Sistema\",\"677\":\"Sistema\",\"678\":\"Sistema\",\"679\":\"Sistema\",\"680\":\"Sistema\",\"681\":\"Sistema\",\"682\":\"Sistema\",\"683\":\"Sistema\",\"684\":\"Sistema\",\"685\":\"Sistema\",\"686\":\"Sistema\",\"687\":\"Sistema\",\"688\":\"Sistema\",\"689\":\"Sistema\",\"690\":\"Sistema\",\"691\":\"Sistema\",\"692\":\"Sistema\",\"693\":\"Sistema\",\"694\":\"Sistema\",\"695\":\"Sistema\",\"696\":\"Sistema\",\"697\":\"Sistema\",\"698\":\"Sistema\",\"699\":\"Sistema\",\"700\":\"Sistema\",\"701\":\"Sistema\",\"702\":\"Sistema\",\"703\":\"Sistema\",\"704\":\"Sistema\",\"705\":\"Sistema\",\"706\":\"Sistema\",\"707\":\"Sistema\",\"708\":\"Sistema\",\"709\":\"Sistema\",\"710\":\"Sistema\",\"711\":\"Sistema\",\"712\":\"Sistema\",\"713\":\"Sistema\",\"714\":\"Sistema\",\"715\":\"Sistema\",\"716\":\"Sistema\",\"717\":\"Sistema\",\"718\":\"Sistema\",\"719\":\"Sistema\",\"720\":\"Sistema\",\"721\":\"Sistema\",\"722\":\"Sistema\",\"723\":\"Sistema\",\"724\":\"Sistema\",\"725\":\"Sistema\",\"726\":\"Sistema\",\"727\":\"Sistema\",\"728\":\"Sistema\",\"729\":\"Sistema\",\"730\":\"Sistema\",\"731\":\"Sistema\",\"732\":\"Sistema\",\"733\":\"Sistema\",\"734\":\"Sistema\",\"735\":\"Sistema\",\"736\":\"Sistema\",\"737\":\"Sistema\",\"738\":\"Sistema\",\"739\":\"Sistema\",\"740\":\"Sistema\",\"741\":\"Sistema\",\"742\":\"Sistema\",\"743\":\"Sistema\",\"744\":\"Sistema\",\"745\":\"Sistema\",\"746\":\"Sistema\",\"747\":\"Sistema\",\"748\":\"Sistema\",\"749\":\"Sistema\",\"750\":\"Sistema\",\"751\":\"Sistema\",\"752\":\"Sistema\",\"753\":\"Sistema\",\"754\":\"Sistema\",\"755\":\"Sistema\",\"756\":\"Sistema\",\"757\":\"Sistema\",\"758\":\"Sistema\",\"759\":\"Sistema\",\"760\":\"Sistema\",\"761\":\"Sistema\",\"762\":\"Sistema\",\"763\":\"Sistema\",\"764\":\"Sistema\",\"765\":\"Sistema\",\"766\":\"Sistema\",\"767\":\"Sistema\",\"768\":\"Sistema\",\"769\":\"Sistema\",\"770\":\"Sistema\",\"771\":\"Sistema\",\"772\":\"Sistema\",\"773\":\"Sistema\",\"774\":\"Sistema\",\"775\":\"Sistema\",\"776\":\"Sistema\",\"777\":\"Sistema\",\"778\":\"Sistema\",\"779\":\"Sistema\",\"780\":\"Sistema\",\"781\":\"Sistema\",\"782\":\"Sistema\",\"783\":\"Sistema\",\"784\":\"Sistema\",\"785\":\"Sistema\",\"786\":\"Sistema\",\"787\":\"Sistema\",\"788\":\"Sistema\",\"789\":\"Sistema\",\"790\":\"Sistema\",\"791\":\"Sistema\",\"792\":\"Sistema\",\"793\":\"Sistema\",\"794\":\"Sistema\",\"795\":\"Sistema\",\"796\":\"Sistema\",\"797\":\"Sistema\",\"798\":\"Sistema\",\"799\":\"Sistema\",\"800\":\"Sistema\",\"801\":\"Sistema\",\"802\":\"Sistema\",\"803\":\"Sistema\",\"804\":\"Sistema\",\"805\":\"Sistema\",\"806\":\"Sistema\",\"807\":\"Sistema\",\"808\":\"Sistema\",\"809\":\"Sistema\",\"810\":\"Sistema\",\"811\":\"Sistema\",\"812\":\"Sistema\",\"813\":\"Sistema\",\"814\":\"Sistema\",\"815\":\"Sistema\",\"816\":\"Sistema\",\"817\":\"Sistema\",\"818\":\"Sistema\",\"819\":\"Sistema\",\"820\":\"Sistema\",\"821\":\"Sistema\",\"822\":\"Sistema\",\"823\":\"Sistema\",\"824\":\"Sistema\",\"825\":\"Sistema\",\"826\":\"Sistema\",\"827\":\"Sistema\",\"828\":\"Sistema\",\"829\":\"Sistema\",\"830\":\"Sistema\",\"831\":\"Sistema\",\"832\":\"Sistema\",\"833\":\"Sistema\",\"834\":\"Sistema\",\"835\":\"Sistema\",\"836\":\"Sistema\",\"837\":\"Sistema\",\"838\":\"Sistema\",\"839\":\"Sistema\",\"840\":\"Sistema\",\"841\":\"Sistema\",\"842\":\"Sistema\",\"843\":\"Sistema\",\"844\":\"Sistema\",\"845\":\"Sistema\",\"846\":\"Sistema\",\"847\":\"Sistema\",\"848\":\"Sistema\",\"849\":\"Sistema\",\"850\":\"Sistema\",\"851\":\"Sistema\",\"852\":\"Sistema\",\"853\":\"Sistema\",\"854\":\"Sistema\",\"855\":\"Sistema\",\"856\":\"Sistema\",\"857\":\"Sistema\",\"858\":\"Sistema\",\"859\":\"Sistema\",\"860\":\"Sistema\",\"861\":\"Sistema\",\"862\":\"Sistema\",\"863\":\"Sistema\",\"864\":\"Sistema\",\"865\":\"Sistema\",\"866\":\"Sistema\"},\"Values_Code\":{\"0\":\"2QBW\",\"1\":\"2QEK\",\"2\":\"2QRL\",\"3\":\"2QV2\",\"4\":\"2R22\",\"5\":\"2S6Q\",\"6\":\"2S6S\",\"7\":\"2S6U\",\"8\":\"2S78\",\"9\":\"2S8G\",\"10\":\"2S8I\",\"11\":\"2S8N\",\"12\":\"2S8S\",\"13\":\"2S8U\",\"14\":\"2S9L\",\"15\":\"2S9Q\",\"16\":\"2SDR\",\"17\":\"2SI1\",\"18\":\"2SS2\",\"19\":\"2SW1\",\"20\":\"2SXQ\",\"21\":\"2T1L\",\"22\":\"2T4P\",\"23\":\"2T7D\",\"24\":\"2TUT\",\"25\":\"2TUV\",\"26\":\"2TYI\",\"27\":\"2U1G\",\"28\":\"2U5P\",\"29\":\"2U8Y\",\"30\":\"2U91\",\"31\":\"2U93\",\"32\":\"2UP2\",\"33\":\"2UPD\",\"34\":\"2UPF\",\"35\":\"2UPH\",\"36\":\"2UPJ\",\"37\":\"2UR5\",\"38\":\"2UX3\",\"39\":\"2V25\",\"40\":\"2V27\",\"41\":\"2V5G\",\"42\":\"2VJS\",\"43\":\"2WC5\",\"44\":\"2WFN\",\"45\":\"2XXR\",\"46\":\"2YB9\",\"47\":\"2YIR\",\"48\":\"2YMA\",\"49\":\"2YNA\",\"50\":\"2YQM\",\"51\":\"2YWY\",\"52\":\"2Z66\",\"53\":\"2ZCF\",\"54\":\"2ZHY\",\"55\":\"2ZJT\",\"56\":\"2ZM3\",\"57\":\"2ZMH\",\"58\":\"2ZMJ\",\"59\":\"2ZML\",\"60\":\"2ZP9\",\"61\":\"2ZS3\",\"62\":\"2ZXL\",\"63\":\"2ZXN\",\"64\":\"3A44\",\"65\":\"3A45\",\"66\":\"3A47\",\"67\":\"3A4R\",\"68\":\"3A7F\",\"69\":\"3AB6\",\"70\":\"3AB8\",\"71\":\"3ACC\",\"72\":\"3ADA\",\"73\":\"3AFQ\",\"74\":\"3AL4\",\"75\":\"3AL6\",\"76\":\"3ANH\",\"77\":\"3AOY\",\"78\":\"3AQP\",\"79\":\"3AR2\",\"80\":\"3AWC\",\"81\":\"3AXV\",\"82\":\"3B4G\",\"83\":\"3B4L\",\"84\":\"3BCM\",\"85\":\"3BCR\",\"86\":\"3BFL\",\"87\":\"3BFN\",\"88\":\"3BJG\",\"89\":\"3BJN\",\"90\":\"3BJP\",\"91\":\"3BJR\",\"92\":\"3BM1\",\"93\":\"3BNL\",\"94\":\"3BPX\",\"95\":\"3BXX\",\"96\":\"3BYG\",\"97\":\"3BZB\",\"98\":\"3C37\",\"99\":\"3C39\",\"100\":\"3C3B\",\"101\":\"3C3D\",\"102\":\"3C3X\",\"103\":\"3C3Z\",\"104\":\"3C4J\",\"105\":\"3C4L\",\"106\":\"3C4N\",\"107\":\"3C4P\",\"108\":\"3C4R\",\"109\":\"3C4T\",\"110\":\"3C4V\",\"111\":\"3CC3\",\"112\":\"3CCW\",\"113\":\"3CDX\",\"114\":\"3CG9\",\"115\":\"3CGB\",\"116\":\"3CKF\",\"117\":\"3CKQ\",\"118\":\"3CL1\",\"119\":\"3CN1\",\"120\":\"3CPK\",\"121\":\"3CSF\",\"122\":\"3CSH\",\"123\":\"3CUW\",\"124\":\"3D3O\",\"125\":\"3D6C\",\"126\":\"3D8B\",\"127\":\"3D8D\",\"128\":\"3D8F\",\"129\":\"3DBG\",\"130\":\"3DBI\",\"131\":\"3DDT\",\"132\":\"3DGL\",\"133\":\"3DIH\",\"134\":\"3DIJ\",\"135\":\"3DKZ\",\"136\":\"3DL2\",\"137\":\"3DM3\",\"138\":\"3DP6\",\"139\":\"3DP8\",\"140\":\"3DPN\",\"141\":\"3DQA\",\"142\":\"3DQC\",\"143\":\"3DSO\",\"144\":\"3DST\",\"145\":\"3DXJ\",\"146\":\"3E1W\",\"147\":\"3E2I\",\"148\":\"3E5O\",\"149\":\"3E6A\",\"150\":\"3E6C\",\"151\":\"3E7C\",\"152\":\"3E8U\",\"153\":\"3E8W\",\"154\":\"3E9G\",\"155\":\"3E9I\",\"156\":\"3EAO\",\"157\":\"3EBN\",\"158\":\"3ECW\",\"159\":\"3ED1\",\"160\":\"3EDL\",\"161\":\"3EE4\",\"162\":\"3EEE\",\"163\":\"3EEI\",\"164\":\"3EFT\",\"165\":\"3EFW\",\"166\":\"3EFY\",\"167\":\"3EG2\",\"168\":\"3EGG\",\"169\":\"3EGI\",\"170\":\"3EGK\",\"171\":\"3EGM\",\"172\":\"3EGO\",\"173\":\"3EGQ\",\"174\":\"3EGS\",\"175\":\"3EGU\",\"176\":\"3EGW\",\"177\":\"3EHZ\",\"178\":\"3EJI\",\"179\":\"3EJK\",\"180\":\"3EJM\",\"181\":\"3EJO\",\"182\":\"3EL3\",\"183\":\"3EL5\",\"184\":\"3EL7\",\"185\":\"3EL9\",\"186\":\"3EM4\",\"187\":\"3EM6\",\"188\":\"3EM8\",\"189\":\"3ENA\",\"190\":\"3ENC\",\"191\":\"3ENE\",\"192\":\"3EO1\",\"193\":\"3EO3\",\"194\":\"3EO5\",\"195\":\"3EO7\",\"196\":\"3EP6\",\"197\":\"3EPJ\",\"198\":\"3EPL\",\"199\":\"3EPN\",\"200\":\"3ESO\",\"201\":\"3EV1\",\"202\":\"3EV3\",\"203\":\"3EX9\",\"204\":\"3EXB\",\"205\":\"3EXH\",\"206\":\"3F2N\",\"207\":\"3F2P\",\"208\":\"3F3A\",\"209\":\"3F3C\",\"210\":\"3F4K\",\"211\":\"3F4M\",\"212\":\"3F5L\",\"213\":\"3F5N\",\"214\":\"3F7M\",\"215\":\"3F81\",\"216\":\"3F83\",\"217\":\"3F8W\",\"218\":\"3F9S\",\"219\":\"3F9U\",\"220\":\"3FC7\",\"221\":\"3FC9\",\"222\":\"3FCB\",\"223\":\"3FCD\",\"224\":\"3FCF\",\"225\":\"3FD6\",\"226\":\"3FD8\",\"227\":\"3FEI\",\"228\":\"3FEK\",\"229\":\"3GFD\",\"230\":\"3GFI\",\"231\":\"3GFK\",\"232\":\"3GFM\",\"233\":\"3GFO\",\"234\":\"3GFQ\",\"235\":\"3GHQ\",\"236\":\"3GI4\",\"237\":\"3GI6\",\"238\":\"3GI8\",\"239\":\"3GJQ\",\"240\":\"3GJS\",\"241\":\"3GJU\",\"242\":\"3GPX\",\"243\":\"3GPZ\",\"244\":\"3GRD\",\"245\":\"3GSD\",\"246\":\"3GSF\",\"247\":\"3GTQ\",\"248\":\"3GTS\",\"249\":\"3GTU\",\"250\":\"3GUT\",\"251\":\"3GVE\",\"252\":\"3GVG\",\"253\":\"3GVI\",\"254\":\"3GVK\",\"255\":\"3GVM\",\"256\":\"3GWG\",\"257\":\"3GX5\",\"258\":\"3GX7\",\"259\":\"3GZQ\",\"260\":\"3GZS\",\"261\":\"3GZU\",\"262\":\"3H2A\",\"263\":\"3H2I\",\"264\":\"3H2U\",\"265\":\"3H2W\",\"266\":\"3H31\",\"267\":\"3H5W\",\"268\":\"3H5Y\",\"269\":\"3H61\",\"270\":\"3H7S\",\"271\":\"3H9C\",\"272\":\"3H9E\",\"273\":\"3HBJ\",\"274\":\"3HBL\",\"275\":\"3HBN\",\"276\":\"3HBP\",\"277\":\"3HBR\",\"278\":\"3HBT\",\"279\":\"3HDE\",\"280\":\"3HDG\",\"281\":\"3HE4\",\"282\":\"3HE8\",\"283\":\"3HF5\",\"284\":\"3HF7\",\"285\":\"3HF9\",\"286\":\"3HFV\",\"287\":\"3HG5\",\"288\":\"3HG7\",\"289\":\"3HG9\",\"290\":\"3HGI\",\"291\":\"3HH7\",\"292\":\"3HH9\",\"293\":\"3HIA\",\"294\":\"3HJA\",\"295\":\"3HJE\",\"296\":\"3HKK\",\"297\":\"3HL2\",\"298\":\"3HL9\",\"299\":\"3HLB\",\"300\":\"3HLD\",\"301\":\"3HQW\",\"302\":\"3HQY\",\"303\":\"3HR1\",\"304\":\"3HRC\",\"305\":\"3HRU\",\"306\":\"3HS5\",\"307\":\"3HS7\",\"308\":\"3HS9\",\"309\":\"3HTH\",\"310\":\"3HTJ\",\"311\":\"3HTL\",\"312\":\"3HTN\",\"313\":\"3HWK\",\"314\":\"3HWM\",\"315\":\"3HYG\",\"316\":\"3I3I\",\"317\":\"3I3K\",\"318\":\"3I3M\",\"319\":\"3I3O\",\"320\":\"3I3Q\",\"321\":\"3I4A\",\"322\":\"3I4C\",\"323\":\"3I6L\",\"324\":\"3I6N\",\"325\":\"3I6P\",\"326\":\"3I6R\",\"327\":\"3I6V\",\"328\":\"3I6X\",\"329\":\"3I71\",\"330\":\"3I73\",\"331\":\"3ICX\",\"332\":\"3ICZ\",\"333\":\"3ID2\",\"334\":\"3ID4\",\"335\":\"3ID6\",\"336\":\"3II2\",\"337\":\"3II4\",\"338\":\"3II6\",\"339\":\"3II8\",\"340\":\"3IIA\",\"341\":\"3IIC\",\"342\":\"3IIE\",\"343\":\"3IIG\",\"344\":\"3III\",\"345\":\"3IIK\",\"346\":\"3IIM\",\"347\":\"3IIO\",\"348\":\"3IIQ\",\"349\":\"3IIT\",\"350\":\"3IIV\",\"351\":\"3IJF\",\"352\":\"3IML\",\"353\":\"3IMN\",\"354\":\"3INT\",\"355\":\"3INX\",\"356\":\"3IOY\",\"357\":\"3IP1\",\"358\":\"3IP3\",\"359\":\"3IP5\",\"360\":\"3IP7\",\"361\":\"3IQ2\",\"362\":\"3IQA\",\"363\":\"3IRX\",\"364\":\"3IRZ\",\"365\":\"3IS2\",\"366\":\"3ISD\",\"367\":\"3ITE\",\"368\":\"3ITG\",\"369\":\"3ITI\",\"370\":\"3ITK\",\"371\":\"3ITM\",\"372\":\"3ITO\",\"373\":\"3ITQ\",\"374\":\"3IUT\",\"375\":\"3IUZ\",\"376\":\"3IZ6\",\"377\":\"3IZQ\",\"378\":\"3IZS\",\"379\":\"3IZU\",\"380\":\"3IZW\",\"381\":\"3J1J\",\"382\":\"3J2B\",\"383\":\"3J2H\",\"384\":\"3J2K\",\"385\":\"3J2O\",\"386\":\"3J2Q\",\"387\":\"3J2Y\",\"388\":\"3J31\",\"389\":\"3J33\",\"390\":\"3J35\",\"391\":\"3J37\",\"392\":\"3J39\",\"393\":\"3J3B\",\"394\":\"3J3D\",\"395\":\"3J4D\",\"396\":\"3J4R\",\"397\":\"3J4T\",\"398\":\"3J4V\",\"399\":\"3J5V\",\"400\":\"3J5X\",\"401\":\"3J83\",\"402\":\"3J85\",\"403\":\"3J8B\",\"404\":\"3J8T\",\"405\":\"3J8V\",\"406\":\"3J8X\",\"407\":\"3J8Z\",\"408\":\"3JA3\",\"409\":\"3JBP\",\"410\":\"3JG3\",\"411\":\"3JG5\",\"412\":\"3JHX\",\"413\":\"3JHZ\",\"414\":\"3JI2\",\"415\":\"3JI4\",\"416\":\"3JNL\",\"417\":\"3JNN\",\"418\":\"3JNP\",\"419\":\"3JNR\",\"420\":\"3JP6\",\"421\":\"3JP8\",\"422\":\"3JPA\",\"423\":\"3JPC\",\"424\":\"3JPE\",\"425\":\"3JPK\",\"426\":\"3JPM\",\"427\":\"3JQA\",\"428\":\"3JQC\",\"429\":\"3JQE\",\"430\":\"3JQL\",\"431\":\"3JQT\",\"432\":\"3JQV\",\"433\":\"3JQX\",\"434\":\"3JQZ\",\"435\":\"3JR2\",\"436\":\"3K52\",\"437\":\"3K54\",\"438\":\"3K56\",\"439\":\"3K5A\",\"440\":\"3K5C\",\"441\":\"3K5E\",\"442\":\"3K5G\",\"443\":\"3K5I\",\"444\":\"3K5Y\",\"445\":\"3K6R\",\"446\":\"3K6T\",\"447\":\"3K6V\",\"448\":\"3K6X\",\"449\":\"3K7L\",\"450\":\"3K7N\",\"451\":\"3K7P\",\"452\":\"3K7R\",\"453\":\"3K7T\",\"454\":\"3K88\",\"455\":\"3K8A\",\"456\":\"3K8C\",\"457\":\"3K8E\",\"458\":\"3K91\",\"459\":\"3K93\",\"460\":\"3KA2\",\"461\":\"3KA6\",\"462\":\"3KA8\",\"463\":\"3KE2\",\"464\":\"3KE4\",\"465\":\"3KE6\",\"466\":\"3KJK\",\"467\":\"3KK1\",\"468\":\"3KK3\",\"469\":\"3KK5\",\"470\":\"3KK7\",\"471\":\"3KK9\",\"472\":\"3KKB\",\"473\":\"3KKD\",\"474\":\"3KL4\",\"475\":\"3KL6\",\"476\":\"3KL8\",\"477\":\"3KLA\",\"478\":\"3KLC\",\"479\":\"3KLE\",\"480\":\"3KLG\",\"481\":\"3KLI\",\"482\":\"3KLK\",\"483\":\"3KLM\",\"484\":\"3KLO\",\"485\":\"3KLQ\",\"486\":\"3KLS\",\"487\":\"3KLU\",\"488\":\"3KO9\",\"489\":\"3KOJ\",\"490\":\"3KOL\",\"491\":\"3KOP\",\"492\":\"3KOR\",\"493\":\"3KOT\",\"494\":\"3KOV\",\"495\":\"3KR2\",\"496\":\"3KR4\",\"497\":\"3KR6\",\"498\":\"3KR8\",\"499\":\"3KVZ\",\"500\":\"3KX5\",\"501\":\"3KXI\",\"502\":\"3KXQ\",\"503\":\"3L99\",\"504\":\"3L9B\",\"505\":\"3L9D\",\"506\":\"3LC5\",\"507\":\"3LC7\",\"508\":\"3LC9\",\"509\":\"3LCB\",\"510\":\"3LLY\",\"511\":\"3LMH\",\"512\":\"3LMJ\",\"513\":\"3LPS\",\"514\":\"3LPU\",\"515\":\"3LPW\",\"516\":\"3LPY\",\"517\":\"3LQ1\",\"518\":\"3LQ3\",\"519\":\"3LQZ\",\"520\":\"3MAF\",\"521\":\"3MAH\",\"522\":\"3MAJ\",\"523\":\"3MAL\",\"524\":\"3MAN\",\"525\":\"3MAP\",\"526\":\"3MAR\",\"527\":\"3MAT\",\"528\":\"3MAV\",\"529\":\"3MFN\",\"530\":\"3MFP\",\"531\":\"3MFR\",\"532\":\"3MGV\",\"533\":\"3MGX\",\"534\":\"3MGZ\",\"535\":\"3MHB\",\"536\":\"3MHD\",\"537\":\"3MHF\",\"538\":\"3MHH\",\"539\":\"3MS2\",\"540\":\"3MS5\",\"541\":\"3MTV\",\"542\":\"3MTX\",\"543\":\"3MTZ\",\"544\":\"3MU2\",\"545\":\"3MU8\",\"546\":\"3MUA\",\"547\":\"3MUC\",\"548\":\"3MXG\",\"549\":\"3MXI\",\"550\":\"3MXK\",\"551\":\"3MXM\",\"552\":\"3MXO\",\"553\":\"3MXQ\",\"554\":\"3MXS\",\"555\":\"3MXU\",\"556\":\"3MXW\",\"557\":\"3MXY\",\"558\":\"3N5E\",\"559\":\"3N7Q\",\"560\":\"3NAS\",\"561\":\"3NAU\",\"562\":\"3NAW\",\"563\":\"3NAY\",\"564\":\"3NB3\",\"565\":\"3NB5\",\"566\":\"3NB7\",\"567\":\"3NB9\",\"568\":\"3NBB\",\"569\":\"3NBD\",\"570\":\"3ND4\",\"571\":\"3NDE\",\"572\":\"3NFY\",\"573\":\"3NG1\",\"574\":\"3NG3\",\"575\":\"3NG5\",\"576\":\"3NG7\",\"577\":\"3NG9\",\"578\":\"3NGB\",\"579\":\"3NGD\",\"580\":\"3NGF\",\"581\":\"3NGH\",\"582\":\"3NGJ\",\"583\":\"3NLE\",\"584\":\"3NLG\",\"585\":\"3NLU\",\"586\":\"3NLW\",\"587\":\"3NLX\",\"588\":\"3NLZ\",\"589\":\"3NM2\",\"590\":\"3NM4\",\"591\":\"3NNZ\",\"592\":\"3NO2\",\"593\":\"3NO4\",\"594\":\"3NOE\",\"595\":\"3NOG\",\"596\":\"3NR4\",\"597\":\"3NR8\",\"598\":\"3NU4\",\"599\":\"3NZ7\",\"600\":\"3NZ9\",\"601\":\"3NZB\",\"602\":\"3NZD\",\"603\":\"3NZF\",\"604\":\"3NZH\",\"605\":\"3NZJ\",\"606\":\"3NZL\",\"607\":\"3NZN\",\"608\":\"3NZP\",\"609\":\"3NZR\",\"610\":\"3NZT\",\"611\":\"3P5J\",\"612\":\"3PJW\",\"613\":\"3PJY\",\"614\":\"3PK1\",\"615\":\"3PK3\",\"616\":\"3PK5\",\"617\":\"3PK7\",\"618\":\"3PK9\",\"619\":\"3PKB\",\"620\":\"3PKD\",\"621\":\"3PKF\",\"622\":\"3PKJ\",\"623\":\"3PKL\",\"624\":\"3PMM\",\"625\":\"3PMQ\",\"626\":\"3PWC\",\"627\":\"3PWF\",\"628\":\"3PX8\",\"629\":\"3PXA\",\"630\":\"3PXC\",\"631\":\"3PXE\",\"632\":\"3PXF\",\"633\":\"3PXH\",\"634\":\"3PXJ\",\"635\":\"3PXL\",\"636\":\"3Q7D\",\"637\":\"3Q87\",\"638\":\"3Q89\",\"639\":\"3Q8F\",\"640\":\"3Q99\",\"641\":\"3Q9K\",\"642\":\"3QCI\",\"643\":\"3QK6\",\"644\":\"3QK8\",\"645\":\"3QKA\",\"646\":\"3QKC\",\"647\":\"3QOJ\",\"648\":\"3QPC\",\"649\":\"3QPE\",\"650\":\"3QQ3\",\"651\":\"3R5A\",\"652\":\"3R5C\",\"653\":\"3R5E\",\"654\":\"3R5G\",\"655\":\"3R9C\",\"656\":\"3R9E\",\"657\":\"3R9G\",\"658\":\"3RGX\",\"659\":\"3RGZ\",\"660\":\"3RKE\",\"661\":\"3RKN\",\"662\":\"3RKP\",\"663\":\"4QPD\",\"664\":\"4QPF\",\"665\":\"4QPH\",\"666\":\"4QPL\",\"667\":\"4QZQ\",\"668\":\"4QZS\",\"669\":\"4QZU\",\"670\":\"4QZW\",\"671\":\"4QZY\",\"672\":\"4R11\",\"673\":\"4R13\",\"674\":\"4R15\",\"675\":\"4R17\",\"676\":\"4R19\",\"677\":\"4R1B\",\"678\":\"4R1D\",\"679\":\"4R1F\",\"680\":\"4R1H\",\"681\":\"4R1J\",\"682\":\"4RP4\",\"683\":\"4RP6\",\"684\":\"4RP8\",\"685\":\"ABJ1\",\"686\":\"AFR1\",\"687\":\"ALBG\",\"688\":\"ALTG\",\"689\":\"AMA1\",\"690\":\"AMF1\",\"691\":\"AMR1\",\"692\":\"APHA\",\"693\":\"APLU\",\"694\":\"ARG1\",\"695\":\"ASN1\",\"696\":\"AYR1\",\"697\":\"BAR1\",\"698\":\"BETA\",\"699\":\"BLL3\",\"700\":\"BLM1\",\"701\":\"BSQ1\",\"702\":\"BYN1\",\"703\":\"CAS1\",\"704\":\"CCN1\",\"705\":\"CELE\",\"706\":\"CGM1\",\"707\":\"CHBG\",\"708\":\"CHVR\",\"709\":\"CIP1\",\"710\":\"CIS1\",\"711\":\"CIVG\",\"712\":\"CLDR\",\"713\":\"CLL1\",\"714\":\"CLMG\",\"715\":\"CMN1\",\"716\":\"CMP2\",\"717\":\"COE1\",\"718\":\"CPT1\",\"719\":\"CQT1\",\"720\":\"CRC1\",\"721\":\"CSC1\",\"722\":\"CTG1\",\"723\":\"CTG2\",\"724\":\"CTG3\",\"725\":\"CUC1\",\"726\":\"CUR1\",\"727\":\"DVS1\",\"728\":\"EPFV\",\"729\":\"ESMR\",\"730\":\"FLRD\",\"731\":\"GCA1\",\"732\":\"GCC1\",\"733\":\"GE32\",\"734\":\"GEC3\",\"735\":\"GQA1\",\"736\":\"GTPE\",\"737\":\"GTRG\",\"738\":\"GVIO\",\"739\":\"GYPO\",\"740\":\"HMIN\",\"741\":\"HMLG\",\"742\":\"HMO1\",\"743\":\"HRD1\",\"744\":\"INC1\",\"745\":\"INS1\",\"746\":\"INT1\",\"747\":\"INZ1\",\"748\":\"IQU1\",\"749\":\"IQU2\",\"750\":\"IRG1\",\"751\":\"JAGS\",\"752\":\"LBR1\",\"753\":\"LCS1\",\"754\":\"LMR1\",\"755\":\"LPLO\",\"756\":\"LTSJ\",\"757\":\"MATA\",\"758\":\"MIR1\",\"759\":\"MNC1\",\"760\":\"MND1\",\"761\":\"MNT1\",\"762\":\"MOY1\",\"763\":\"MRL1\",\"764\":\"NAV1\",\"765\":\"NIM1\",\"766\":\"NQU1\",\"767\":\"NTB1\",\"768\":\"OVJ1\",\"769\":\"PES1\",\"770\":\"PGUG\",\"771\":\"PIC1\",\"772\":\"PJR1\",\"773\":\"PLM1\",\"774\":\"PLU1\",\"775\":\"PLYS\",\"776\":\"PMR1\",\"777\":\"PNC1\",\"778\":\"PPA1\",\"779\":\"PPA2\",\"780\":\"PPA3\",\"781\":\"PPA4\",\"782\":\"PPN1\",\"783\":\"PRC2\",\"784\":\"PRC3\",\"785\":\"PRD4\",\"786\":\"PRDO\",\"787\":\"PRG1\",\"788\":\"PRG2\",\"789\":\"PRV1\",\"790\":\"PST1\",\"791\":\"PTA1\",\"792\":\"PTC1\",\"793\":\"PTG1\",\"794\":\"PTR1\",\"795\":\"QUI1\",\"796\":\"RBB1\",\"797\":\"RCIO\",\"798\":\"RCL1\",\"799\":\"RFR1\",\"800\":\"RFR2\",\"801\":\"RGR1\",\"802\":\"RGRN\",\"803\":\"RMR1\",\"804\":\"RMYO\",\"805\":\"RNG1\",\"806\":\"RPD1\",\"807\":\"RPL1\",\"808\":\"SBA1\",\"809\":\"SFC1\",\"810\":\"SJM1\",\"811\":\"SJN1\",\"812\":\"SJOG\",\"813\":\"SLV1\",\"814\":\"SLVJ\",\"815\":\"SMI1\",\"816\":\"SNC1\",\"817\":\"SNCR\",\"818\":\"SNFR\",\"819\":\"SNS1\",\"820\":\"SNT1\",\"821\":\"SOG1\",\"822\":\"SPY1\",\"823\":\"SRA1\",\"824\":\"STG1\",\"825\":\"SUV1\",\"826\":\"TBQ3\",\"827\":\"TBQ4\",\"828\":\"TBST\",\"829\":\"TCBE\",\"830\":\"TCD1\",\"831\":\"TCD2\",\"832\":\"TCDT\",\"833\":\"TDR1\",\"834\":\"TEC1\",\"835\":\"TFL1\",\"836\":\"TFL4\",\"837\":\"TGJ1\",\"838\":\"TGJ2\",\"839\":\"TMB1\",\"840\":\"TMS1\",\"841\":\"TPD1\",\"842\":\"TPUY\",\"843\":\"TR2G\",\"844\":\"TR3G\",\"845\":\"TRM1\",\"846\":\"TRN1\",\"847\":\"TSJ1\",\"848\":\"TSJ2\",\"849\":\"TSR1\",\"850\":\"TUJ1\",\"851\":\"TVL1\",\"852\":\"TYP1\",\"853\":\"TYP2\",\"854\":\"TYP3\",\"855\":\"TYP4\",\"856\":\"TYP5\",\"857\":\"UNN1\",\"858\":\"URA1\",\"859\":\"USQ1\",\"860\":\"VLT1\",\"861\":\"VNTA\",\"862\":\"VNTB\",\"863\":\"ZPA2\",\"864\":\"ZPA3\",\"865\":\"ZPA4\",\"866\":\"ZPA5\"},\"Values_Name\":{\"0\":\"EL POPAL\",\"1\":\"SALTO II\",\"2\":\"LA REBUSCA\",\"3\":\"BAJO TULUA\",\"4\":\"LAGUNETA\",\"5\":\"AUTOG YAGUARITO\",\"6\":\"AUTOG ARGOS YUMBO\",\"7\":\"AUTOG ARGOS EL CAIRO\",\"8\":\"LA FRISOLERA\",\"9\":\"AUTOG ARGOS TOLUVIEJO\",\"10\":\"AUTOG REFICAR 1\",\"11\":\"GUAVIO MENOR\",\"12\":\"DO\\u00d1A JUANA\",\"13\":\"PORCE III MENOR\",\"14\":\"EL COCUYO\",\"15\":\"TEQUENDAMA BIOGAS\",\"16\":\"ALEJANDRIA\",\"17\":\"MORRO AZUL\",\"18\":\"MAGALLO\",\"19\":\"EL EDEN\",\"20\":\"BIOENERGY\",\"21\":\"EL MOLINO\",\"22\":\"SAN MATIAS\",\"23\":\"AUTOG CANTAYUS\",\"24\":\"LUZMA I\",\"25\":\"LUZMA II\",\"26\":\"AUTOG CELSIA SOLAR YUMBO\",\"27\":\"LAS PALMAS\",\"28\":\"PROENCA II 1\",\"29\":\"TERMOMECHERO 5\",\"30\":\"TERMOMECHERO 6\",\"31\":\"TERMOMECHERO 4\",\"32\":\"COGENERADOR MANUELITA 2\",\"33\":\"TEQUENDAMA 2\",\"34\":\"TEQUENDAMA 3\",\"35\":\"TEQUENDAMA 4\",\"36\":\"TEQUENDAMA 1\",\"37\":\"SAN JOSE DE LA MONTA\\u00d1A II\",\"38\":\"AURES BAJO\",\"39\":\"AUTOG ARGOS SOGAMOSO 1\",\"40\":\"AUTOG COCA-COLA FEMSA 1\",\"41\":\"JUAN GARCIA\",\"42\":\"CELSIA SOLAR BOLIVAR\",\"43\":\"MULATOS II\",\"44\":\"TERMOCAPACHOS 1\",\"45\":\"AGPE - ECOPETROL LA HORMIGA\",\"46\":\"AUTOG ECOPETROL ORITO\",\"47\":\"PCH LA LIBERTAD\",\"48\":\"AGPE NAFERTEX\",\"49\":\"HIDROBARRANCAS\",\"50\":\"AGPE TECNOEMPAQUES DE OCCIDENTE\",\"51\":\"AUTOG TURGAS\",\"52\":\"AGPE SFV MCDONALDS SOLEDAD\",\"53\":\"SAN ANDRES DE CUERQUIA\",\"54\":\"CELSIA SOLAR ESPINAL\",\"55\":\"AGPE HOTEL HACIENDA CASONA DEL SALITRE\",\"56\":\"AGPE DIEGO MONTESDEOCA ASSEFF\",\"57\":\"AGPE DEVIMED MARINILLA\",\"58\":\"AGPE DEVIMED ENVIGADO\",\"59\":\"AGPE DEVIMED BELLO\",\"60\":\"TRINA-VATIA BSLI\",\"61\":\"AGPE HERNAN DARIO EUSSE\",\"62\":\"AGPE JUAN CARLOS CALDERON GARCIA\",\"63\":\"AGPE DEVIMED COPACABANACASETA\",\"64\":\"PLANTA SOLAR BAYUNCA I\",\"65\":\"AGPE  BOSQUES RIVERA II\",\"66\":\"AGPE EDIFICIO CHICO 103-PH\",\"67\":\"AGPE CALZATODO ACOPI YUMBO\",\"68\":\"AGPE LICEO NUEVA GENERACI\\u00d3N\",\"69\":\"AGPE MADOCO SIGLO XXI\",\"70\":\"AGPE VENTANAR I\",\"71\":\"CELSIA SOLAR CARMELO\",\"72\":\"AUTOG PTAR BELLO\",\"73\":\"POCUNE\",\"74\":\"AGPE PLASTICOS MINIPET\",\"75\":\"AGPE ENTREPALMAS\",\"76\":\"AGPE PAPEL CARD\",\"77\":\"AGPE FODUN\",\"78\":\"CAUYA\",\"79\":\"AGPE I.A. INGENIERIA EN ALIMENTOS\",\"80\":\"AGPE PROYECTO SOLAR EL ARRIERO\",\"81\":\"AGPE INGENIO DE OCCIDENTE\",\"82\":\"AGPE CLODEL\",\"83\":\"GRANJA SOLAR BELMONTE\",\"84\":\"AGPE MUNDO GUARIGUA\",\"85\":\"AGPE ALURACK\",\"86\":\"AGPE TOSTADITOS SUSANITA\",\"87\":\"AGPE FERBIENES\",\"88\":\"AGPE NATALIA RAMIREZ\",\"89\":\"AGPE EDUARDO BOTERO\",\"90\":\"AGPE AGROMONTE POSCOSECHA\",\"91\":\"AGPE AGRODEX\",\"92\":\"AGPE SOCODA\",\"93\":\"AGPE COLOMBOALEMANA\",\"94\":\"AGPE DATECSA\",\"95\":\"AGPE JUAN CARLOS VILLA\",\"96\":\"AGPE SUPERMERCADO EL PROVEEDOR\",\"97\":\"CELSIA SOLAR LA PAILA\",\"98\":\"AGPE CASA TADEO ZIRENE\",\"99\":\"AGPE JAIME AMIN\",\"100\":\"AGPE ANDRES GOMEZ\",\"101\":\"AGPE CARLOS ENRIQUE VELEZ\",\"102\":\"AUTOG INGENIO MARIA LUISA 1\",\"103\":\"LA SIERPE\",\"104\":\"AGPE CC PREMIUM PLAZA PH 70973\",\"105\":\"AGPE CC PREMIUM PLAZA PH 70970\",\"106\":\"AGPE CC PREMIUM PLAZA PH 64929\",\"107\":\"AGPE CC PREMIUM PLAZA PH 70972\",\"108\":\"AGPE CC PREMIUM PLAZA PH 70971\",\"109\":\"AGPE AGROMONTE CASA DE PEDRO\",\"110\":\"AUTOG TERMOTAME\",\"111\":\"AGPE CASA RICHARD - MALIBU\",\"112\":\"AGPE FIRPLAK\",\"113\":\"AGPE AVICOLA EL MANATIAL\",\"114\":\"LA CHORRERA\",\"115\":\"AGPE MADOCO SIGLO XXI SEDE II\",\"116\":\"AGPE COLUMBUS SCHOOL\",\"117\":\"AGPE LA VALLENATA\",\"118\":\"AGPE 125 GT CARRERA\",\"119\":\"AGPE JUAN CARLOS DIAZ\",\"120\":\"AGPE OLIMPICA PIVIJAY\",\"121\":\"AGPE SULFOQUIMICAS\",\"122\":\"GY SOLAR AURORA\",\"123\":\"AGPE PEDRO LEMUS\",\"124\":\"AGPE CLINICA SANTA ANA\",\"125\":\"AGPE LICORES DE CUNDINAMARCA\",\"126\":\"AGPE INVERSIONES GLP\",\"127\":\"AGPE BIOEMPACK\",\"128\":\"AGPE NOVATRONICA\",\"129\":\"AGPE MANUFACTURAS VICO\",\"130\":\"AGPE ALVARO HOYOS\",\"131\":\"LATAM SOLAR LA LOMA\",\"132\":\"AGPE ERIKA MEJIA\",\"133\":\"AGPE UNIDROGAS\",\"134\":\"AGPE CASA VALENTINA\",\"135\":\"AGPE CDL LEONISA\",\"136\":\"AGPE SOL BEATRIZ ARANGO\",\"137\":\"AGPE ELIANA GARZON\",\"138\":\"AGPE GT RED SONORA LOS ANDE\",\"139\":\"AGPE IE SALAZAR Y HERRERA\",\"140\":\"AGPE DORICOLOR\",\"141\":\"AGPE AVOFRUIT\",\"142\":\"AGPE CLUB CAMPESTRE\",\"143\":\"HELIOS I\",\"144\":\"AGPE PCP\",\"145\":\"LAS VIOLETAS\",\"146\":\"AGPE RELIANZ GALAPA\",\"147\":\"AGPE EL HUECO BELLEZA\",\"148\":\"AGPE EMPAQUETADURAS DARROW\",\"149\":\"AGPE COLOMBIANA DE PET\",\"150\":\"AGPE AURELIO LLANO\",\"151\":\"AUTOG CELSIA SOLAR LEVAPAN\",\"152\":\"AGPE CASA GERMAN ROMERO FRIERI\",\"153\":\"AGPE GRANJA SANTA ROSA\",\"154\":\"AGPE ARISOL\",\"155\":\"ZEUS\",\"156\":\"AGPE AGROINSUMOS\",\"157\":\"GR PARQUE SOLAR TUCANES\",\"158\":\"AGPE PANADERIA ZAPATOCA LA 43\",\"159\":\"AUTOG GRAN COLOMBIA GOLD\",\"160\":\"BOSQUES SOLARES DE LOS LLANOS 5\",\"161\":\"PARQUE EOLICO GUAJIRA I\",\"162\":\"AGPE MEDICINA NUCLEAR\",\"163\":\"AGPE SIMON GARCIA ORREGO\",\"164\":\"AGPE AUTOSERVICIO MANA\",\"165\":\"AGPE PLANTA BUGA\",\"166\":\"BOSQUES SOLARES DE LOS LLANOS 4\",\"167\":\"AGPE MARTINPLAST\",\"168\":\"AGPE ALFREDO MARTINEZ\",\"169\":\"AGPE ADIELA PALMA DE CADAVID\",\"170\":\"AGPE CLINICA CLINALTEC\",\"171\":\"AGPE GRAN AMERICAS FONTIBON 1\",\"172\":\"AGPE INVESA\",\"173\":\"AGPE NACIONAL AVICOLA\",\"174\":\"AGPE SURTIPLAZA\",\"175\":\"AGPE EL HUECO PAPELERIA\",\"176\":\"AGPE EL REFLEJO\",\"177\":\"AGPE RESTAURANTE ORO NEGRO\",\"178\":\"AGPE CALARCA 2\",\"179\":\"AGPE CALARCA 1\",\"180\":\"AGPE RETYPACK SAS\",\"181\":\"AGPE SANTIAGO CASTA\\u00d1O\",\"182\":\"AGPE LABORATORIOS EDO\",\"183\":\"AGPE HUGO RESTREPO\",\"184\":\"AGPE RED WM IMPRESORES\",\"185\":\"AGPE HOYOSTOOLS\",\"186\":\"AGPE IMPORINOX\",\"187\":\"AGPE LAVANDERIA BURBUJAS\",\"188\":\"AGPE MOLDES Y MECANIZADOS\",\"189\":\"TESORITO\",\"190\":\"AGPE COLORPLASTIC\",\"191\":\"SINCE\",\"192\":\"AGPE FRIOGAN 1\",\"193\":\"AGPE FRIOGAN 2\",\"194\":\"AGPE CASA GABRIEL ROSALES\",\"195\":\"AGPE AVICOLA LA ESPERANZA\",\"196\":\"AUTOG CELSIA SOLAR HARINAS\",\"197\":\"AGPE DINISSAN\",\"198\":\"AGPE CAMPOALEGRE\",\"199\":\"AGPE JAIME QUINTERO\",\"200\":\"AGPE EXPOFUTURO\",\"201\":\"LOS CABALLEROS\",\"202\":\"LA MEDINA\",\"203\":\"AGPE FRIGORINUS\",\"204\":\"CERRITOS\",\"205\":\"PARQUE E\\u00d3LICO WESP01\",\"206\":\"AGPE SENA DOSQUEBRADAS\",\"207\":\"AGPE PETROCASINOS\",\"208\":\"AGPE VITALBAQ\",\"209\":\"AGPE INDUNILO\",\"210\":\"AGPE SERVIPAN\",\"211\":\"AGPE GIMNASIO LA COLINA\",\"212\":\"AUTOG CI JEANS\",\"213\":\"AUTOG PINTUCO\",\"214\":\"AGPE CHAMORRO PORTILLA MISTER POLLO IPIALES\",\"215\":\"AGPE COLOMBO BRITANICO\",\"216\":\"AGPE SARY SAS JAIRO P\",\"217\":\"AGPE GUIRNALDAS INNOVAFLORA\",\"218\":\"AGPE ELECTROFACIL LORICA\",\"219\":\"AGPE HOSPICLEAN\",\"220\":\"AGPE GRANJA SARATANO\",\"221\":\"AGPE SOL Y CIELO SAS\",\"222\":\"AGPE PLASTICOS CALIBRADOS\",\"223\":\"AUTOG CELSIA SOLAR PALMIRA 3\",\"224\":\"GRANJA SOLAR LANCEROS\",\"225\":\"AGPE DEPOSITO YONATAN GONZALES\",\"226\":\"AGPE COOMPRORIENTE\",\"227\":\"AGPE CASA 43 ALFEREZ REAL III\",\"228\":\"AGPE PALERMO\",\"229\":\"AGPE RAPIASEO\",\"230\":\"AGPE HERMECO\",\"231\":\"AGPE JAVIER HOYOS RESTREPO\",\"232\":\"AGPE JORGE EUSSE RESTREPO\",\"233\":\"AGPE DONA MANUELA\",\"234\":\"AGPE FERCH2\",\"235\":\"AGPE MUGDEN\",\"236\":\"AGPE HIDROMANA SEDE 1\",\"237\":\"GRANJA SOLAR EL SALADO\",\"238\":\"AGPE SECAR INGENIEROS SA\",\"239\":\"TERMOTASAJERO DOS SOLAR\",\"240\":\"AGPE SOLUCIONES ADHESIVAS LG\",\"241\":\"AUTOG INGENIO CARMELITA\",\"242\":\"AGPE VAQUITA MELOSA\",\"243\":\"MONTELIBANO\",\"244\":\"GRANJA SOLAR SAN FELIPE\",\"245\":\"AGPE LABORATORIOS ERMA\",\"246\":\"AUTOG BUGA I GRASAS\",\"247\":\"AGPE IMPOCALI BODEGAS\",\"248\":\"AGPE GASCOL SA PUNTO GAS CALLE 17\",\"249\":\"AGPE LA UNION ESTACION DE SERVICIO TERPEL\",\"250\":\"AGPE GRUPO ALIMENTICIO ALBA DEL FONCE\",\"251\":\"AGPE SERVIGRAFIC\",\"252\":\"AGPE IMPOCALI OFICINAS\",\"253\":\"GRANJA SOLAR FLANDES\",\"254\":\"CELSIA SOLAR DULIMA\",\"255\":\"CELSIA SOLAR YUMA\",\"256\":\"AGPE SUAZAPAWA\",\"257\":\"AGPE ORGANIZACION LA MERCED\",\"258\":\"AGPE CASA JAVIER MERINO\",\"259\":\"AGPE ORION\",\"260\":\"AGPE RINO MATERIALES\",\"261\":\"AGPE GRANJA EL RHIN\",\"262\":\"AGPE GRUPO DECOR\",\"263\":\"AGPE BURO\",\"264\":\"TZ II\",\"265\":\"AGPE AUTO ROBLE LTDA\",\"266\":\"AGPE HYR DISTRIBUCIONES\",\"267\":\"AGPE INVERSIONES SAN GABRIEL SAS\",\"268\":\"AGPE SUMINTEGRALES SAS\",\"269\":\"AGPE EDS EL EDEN\",\"270\":\"AGPE FARMACOS DE LA COSTA LTDA\",\"271\":\"AGPE JUAN CARLOS VILARINO\",\"272\":\"AGPE INVERSIONES MIL VARIEDADES SEDE 2\",\"273\":\"AGPE COLEGIO BOLIVAR\",\"274\":\"AGPE INVERSIONES SANTA FE SEDE II\",\"275\":\"TIERRA LINDA\",\"276\":\"LA TOLUA\",\"277\":\"AGPE GATO DUMAS BOGOTA\",\"278\":\"AGPE HERMECO2\",\"279\":\"SAN BARTOLOME\",\"280\":\"OIBITA\",\"281\":\"AGPE INVERSIONES LJC SAS\",\"282\":\"AUTOG CELSIA SOLAR PALMIRA 3 ZONA FRANCA\",\"283\":\"FUNDACION\",\"284\":\"CELSIA SOLAR LA VICTORIA II\",\"285\":\"CELSIA SOLAR LA VICTORIA I\",\"286\":\"AGPE COMERCIPOL SAS\",\"287\":\"AGPE OIKOS\",\"288\":\"COMUNIDAD EL SALVADOR I\",\"289\":\"COMUNIDAD EL SALVADOR II\",\"290\":\"AGPE CENTRO ADMINISTRATIVO FASE I\",\"291\":\"AGPE NUTRIAVICOLA\",\"292\":\"AGPE TVAPAN 500 SA\",\"293\":\"AGPE SFV FLORES DE BRITANIA\",\"294\":\"AGPE CASA 6 MALIBU\",\"295\":\"AGPE EDFICIO CARRERA SEPTIMA\",\"296\":\"AGPE LA FABRICA DE LA FELICIDAD\",\"297\":\"AGPE CC EL DIAMANTE CLL 52 107\",\"298\":\"AGPE ARA BARRANQUILLA CHIQUINQUIRA\",\"299\":\"AGPE ARA SOLEDAD MANUELA BELTRAN\",\"300\":\"LOS GIRASOLES\",\"301\":\"AGPE SOCIEDAD DE ONCOLOGIA Y HEMATOLOGIA\",\"302\":\"AGPE GEORGES NOBLE SCHOOL SAS\",\"303\":\"AGPE RESTAURANTE GUACARI\",\"304\":\"AGPE CENTRO COMERCIAL PUNTO CLAVE\",\"305\":\"AGPE EDIFICIO CITY\",\"306\":\"AGPE TAPUSH\",\"307\":\"AGPE LAVANDERIA SUPER\",\"308\":\"AUTOG BUGA I SOLLA\",\"309\":\"AGPE MERCADEO Y MODA\",\"310\":\"AGPE DIOCESIS JARDINES DEL ECCE HOMO\",\"311\":\"AGPE LACTEOS RIOGRANDE SEDE PLATO\",\"312\":\"AGPE FOTOLITO CENTRO\",\"313\":\"AGPE EL ENCANTO\",\"314\":\"PETALO DEL MAGDALENA\",\"315\":\"URUACO\",\"316\":\"AGPE CORPORACION EMPRESARIAL CARRERA\",\"317\":\"AGPE DELIPAVO TENJO\",\"318\":\"AGPE COLEGIO LA MEDALLA MILAGROSA\",\"319\":\"AGPE EDIFICIO DUBO\",\"320\":\"AGPE SURTITODO PALMIRA\",\"321\":\"AGPE ARMENIA HOTEL SA\",\"322\":\"AGPE ICOLTRANS\",\"323\":\"AGPE COMERCIALIZADORA BZUL SAS\",\"324\":\"AGPE MGL INVERSIONES SAS\",\"325\":\"AGPE CONSTRUCTORA LINDARAJA SAS\",\"326\":\"AGPE CFZ MEDICINA ESTETICA\",\"327\":\"AGPE EL CARRIEL FUNZA 2\",\"328\":\"AGPE NELSON SEGUNDO GNECCO CERCHIARO\",\"329\":\"AGPE COOTRASUR FLORIDABLANCA\",\"330\":\"AGPE BOLTEN BARRANQUILLA\",\"331\":\"AGPE MGL INVERSIONES SAS II\",\"332\":\"AGPE EVERARDO ARMENTA ALONSO\",\"333\":\"AGPE EDS TAYRONA\",\"334\":\"AGPE ROSANA CARRILLO MONSALVO\",\"335\":\"AGPE SOFITEL CASA LOMA\",\"336\":\"AGPE JESUALDO MORELLI SOCARRAS\",\"337\":\"AGPE VASQUEZ LLINAS DESING SAS\",\"338\":\"AGPE MI FUTURO DON CAMPO\",\"339\":\"AGPE CELMIRA GALVIS FAJARDO\",\"340\":\"AGPE DISTRIBUIDORA Y COMERCIALIZADORA SALEM\",\"341\":\"AGPE YOLANDA BAUTE CASTRO\",\"342\":\"AGPE INVERSIONES LAS MARIAS SAS\",\"343\":\"AGPE INVERSIONES LUJO SAS\",\"344\":\"AGPE JAVIER DARIO MONSALVO BOLIVAR\",\"345\":\"AGPE CLAUDIA MARCELA OTALORA MAHECHA\",\"346\":\"AGPE JESUS ANTONIO BALLESTEROS GALVIS\",\"347\":\"AGPE VIVA MAYALES SAS\",\"348\":\"AGPE PLANTA LUBRICANTES\",\"349\":\"AGPE MIL VARIEDADES I\",\"350\":\"AGPE COLEGIO BERCHMANS\",\"351\":\"AUTOG COSTAYACO\",\"352\":\"AGPE BODYTECH COLINA\",\"353\":\"AGPE BODYTECH CHAPINERO\",\"354\":\"AGPE JOSE ALFREDO GNECCO ZULETA\",\"355\":\"CARACOLI I\",\"356\":\"AGPE NORMANDY\",\"357\":\"AGPE FLORES DEL ZORRO\",\"358\":\"AGPE LUZ MILA MORELLI SOCARRAS\",\"359\":\"AGPE INVERSIONES VILLA ROSA DEL CESAR\",\"360\":\"AGPE ALCIELO CONSTRUCTORA\",\"361\":\"AGPE LA CALI PRINCIPAL\",\"362\":\"SUNNORTE\",\"363\":\"PORTON DEL SOL\",\"364\":\"LA CASCADA DE GRANADA\",\"365\":\"PARQUE SOLAR ARENAL\",\"366\":\"AGPE ORF SA\",\"367\":\"AGPE UNICOR JUANITA ISAZA\",\"368\":\"AGPE INVERSIONES MONGNE\",\"369\":\"AGPE GERMAN FRANCISCO MORON\",\"370\":\"AGPE INDUSTRIAS MACAR PALMIRA\",\"371\":\"AGPE HACIENDA SAN FELIPE\",\"372\":\"AGPE NUTRILACTEOS DEL SUR\",\"373\":\"AGPE HOTEL ASTOR BYHOURS\",\"374\":\"AGPE RESIDENCIA SIGLO XXI\",\"375\":\"AGPE LADRILLERA SANTANDER\",\"376\":\"PARQUE SOLAR LA UNION\",\"377\":\"AGPE FARMATODO MANGA\",\"378\":\"AGPE IML ETIQUETAS\",\"379\":\"AGPE RAMIREZ ZULUAGA E HIJOS\",\"380\":\"AGPE COMFENALCO QUINDIO\",\"381\":\"PARQUE SOLAR HONDA I\",\"382\":\"SOLAR PLANETA RICA\",\"383\":\"PETALO DE CORDOBA II\",\"384\":\"AGPE DISPROLACTEOS\",\"385\":\"AGPE BODYTECH CHICO\",\"386\":\"AGPE LA CORSARIA\",\"387\":\"AGPE HUMAX\",\"388\":\"AGPE EDS SAN RAFAEL\",\"389\":\"AGPE GRAFICAS DIAMANTE\",\"390\":\"AGPE EDIFICIO V1501\",\"391\":\"AGPE INVERSIONES PASTO\",\"392\":\"AGPE MAXXILLANTAS NO2\",\"393\":\"AGPE BELLAVISTA COAL\",\"394\":\"AGPE LA TURBINA\",\"395\":\"CAIMAN CIENAGUERO\",\"396\":\"PARQUE SOLAR DINAMARCA\",\"397\":\"PARQUE SOLAR VERSALLES\",\"398\":\"PARQUE SOLAR LA MENA\",\"399\":\"AGPE LUCAS JARAMILLO MONTOYA\",\"400\":\"AGPE NATACHA JARAMILLO MONTOYA\",\"401\":\"GUAMO\",\"402\":\"NUMBANA\",\"403\":\"AGPE TIENDA Y EXPEDIDO DE CARNES JC\",\"404\":\"AGPE TREKKER HOSTELS\",\"405\":\"AGPE ARA CARTAGENA SANTA MONICA\",\"406\":\"AGPE ARA CARTAGENA LOS CORALES\",\"407\":\"AGPE ARA CARTAGENA PROVIDENCIA\",\"408\":\"AGPE PORTAL DEL CARIBE\",\"409\":\"LA NENERA\",\"410\":\"AGPE MULTIIDEAS SAS\",\"411\":\"AGPE FARMATODO RODADERO\",\"412\":\"AGPE LA MASIA\",\"413\":\"AGPE PLATINUM INVESTMENTS\",\"414\":\"AGPE SAMUEL DAVID JULIO AMIGO\",\"415\":\"AGPE INVERSIONES COSIE\",\"416\":\"AGPE MOLINOS EL YOPAL\",\"417\":\"AGPE CENTROABASTOS SA\",\"418\":\"AGPE LENA BEATRIZ REZA GARCIA\",\"419\":\"AUTOG UNIBOL 1\",\"420\":\"GD BASILICA\",\"421\":\"GD LA URIBE\",\"422\":\"GD ALFEREZ\",\"423\":\"GD CHICORAL\",\"424\":\"GD LOS CHORROS\",\"425\":\"MINIGRANJA SAN PEDRO\",\"426\":\"BARAYA\",\"427\":\"GD EL BANCO\",\"428\":\"GANDALF\",\"429\":\"CANAHUATE\",\"430\":\"AGPE CORPORACION CLUB COLOMBIA\",\"431\":\"AGPE TELESENTINEL\",\"432\":\"AGPE ARA SAN VICENTE\",\"433\":\"AGPE MODULTEC II\",\"434\":\"AGPE MODULTEC I\",\"435\":\"AGPE MODULTEC III\",\"436\":\"AGPE SINCRON OFICINAS\",\"437\":\"AGPE SINCRON PANCE\",\"438\":\"AGPE AMISALUD SAS\",\"439\":\"AGPE CLINICA SALUD ORAL\",\"440\":\"AGPE GRASAS Y LACTEOS DE OCCIDENTE\",\"441\":\"AGPE CONGNAR\",\"442\":\"AGPE EDGAVDA\",\"443\":\"AGPE ARIS TEXTIL SAS\",\"444\":\"AGPE SALUD FORMA MEDICAL ESTHETIC\",\"445\":\"AGPE PANADERIA GALAN\",\"446\":\"SOLAR ALEJANDRIA\",\"447\":\"AGPE BANCO DE BOGOTA JAMUNDI\",\"448\":\"GD LA HONDA\",\"449\":\"AGPE RTS TULUA\",\"450\":\"AGPE FUNGICOL Y CIA\",\"451\":\"AGPE ANDALUCIA TALLER\",\"452\":\"AGPE ANDALUCIA POSCOSECHA\",\"453\":\"AGPE ANDALUCIA PORTERIA\",\"454\":\"AGPE FABRICA CALZADO ROMULO\",\"455\":\"CELSIA SOLAR ALUMINA\",\"456\":\"BSB 503\",\"457\":\"BSB 504\",\"458\":\"AGPE CALZACOSTA OFICINAS\",\"459\":\"AGPE CI FARMAPLAST\",\"460\":\"AGPE PEDRO ANTONIO TOSCANO TOSCANO\",\"461\":\"AGPE CC LA FLORIDA I\",\"462\":\"AGPE SOLUCIONES ADUANERAS\",\"463\":\"AGPE BICITIENDA JR\",\"464\":\"AGPE CARLOS MANUEL BOOM BURGOS\",\"465\":\"AGPE KALA\",\"466\":\"SOL Y CIELO I\",\"467\":\"AGPE MEAT MARKET\",\"468\":\"AGPE VITELSA\",\"469\":\"AGPE DINISSAN CALI\",\"470\":\"AGPE ABISAI\",\"471\":\"AGPE SUPERCANAVERAL\",\"472\":\"AGPE JORGE EMILIO MONTES\",\"473\":\"AGPE VITE\",\"474\":\"POWER PLANT DRUMMOND 1\",\"475\":\"AGPE GASTROCESAR\",\"476\":\"AGPE MANUEL GONZALEZ CASA 1\",\"477\":\"AGPE JAIME HUMBERTO VELEZ\",\"478\":\"AGPE ALFONSO PAYAN\",\"479\":\"AGPE ALFREDO PACHECO\",\"480\":\"AGPE CHM MINERIA SAS\",\"481\":\"AGPE JUAN ERAZO\",\"482\":\"AGPE SEMINARIO DIOCESANO CRISTO SACERDOTE\",\"483\":\"AGPE BERNARDO LENIS\",\"484\":\"AGPE HENRI GALVIS NIETO\",\"485\":\"AUTOG TERMOMACAGUA 1\",\"486\":\"AGPE PARDO CORENA LTDA\",\"487\":\"AGPE SUMILAN\",\"488\":\"AGPE CACHARRERIA JUNIOR L\",\"489\":\"AGPE MADEPAL\",\"490\":\"GD PALERMO\",\"491\":\"AGPE CASITA DEL CUY\",\"492\":\"AGPE SUBASTAR SAHAGUN\",\"493\":\"AGPE CESAR JULIO HERNANDEZ\",\"494\":\"AGPE INDUSTRIAS NEGLE II\",\"495\":\"AGPE FUNDACION  OFTALMOLOGICA\",\"496\":\"AGPE CC LA FLORIDA II\",\"497\":\"AGPE RAMON GIRALDO GONZALEZ\",\"498\":\"AGPE MAURICIO VERGARA FRANCO\",\"499\":\"AUTOG BIOS CONTEGRAL CARTAGO\",\"500\":\"AGPE PARROQUIA ESPIRITU SANTO\",\"501\":\"AGPE RODOLFO ANTONIO ONATE\",\"502\":\"AUTOG BIOS CONTEGRAL NEIVA\",\"503\":\"AGPE GRUPO SAN JORGE\",\"504\":\"AUTOG EL COPEY\",\"505\":\"AGPE COLGATE PALMOLIVE PALMIRA\",\"506\":\"AGPE OCCICAUCHO\",\"507\":\"AGPE UNIPLAST SAS\",\"508\":\"AGPE SANTIAGO ARANGO\",\"509\":\"AGPE PRIMAX COLOMBIA FACATATIVA\",\"510\":\"PARQUE SOLAR HONDA II\",\"511\":\"JEQUES\",\"512\":\"CELSIA SOLAR BUGALAGRANDE\",\"513\":\"AGPE COLEGIO PARROQUIAL PABLO VI\",\"514\":\"AGPE CASA EPISCOPAL\",\"515\":\"AGPE SEMINARIO DIOCESANO JUAN PABLO II\",\"516\":\"AGPE AGROZ\",\"517\":\"AGPE LA SELVA\",\"518\":\"AGPE AMERICANA DE CURTIDOS\",\"519\":\"AGPE CABANA SERGIO VELEZ\",\"520\":\"AGPE CABAL VASQUEZ Y CIA S EN C\",\"521\":\"AGPE AMERIPLAST Y CIA\",\"522\":\"AGPE BERHLAN TEBAIDA\",\"523\":\"AGPE CONSTRUCCIONES INMUNIZADAS\",\"524\":\"AGPE JCURUETA\",\"525\":\"AGPE MEDINUCLEAR SAS\",\"526\":\"AGPE INVERSIONES ZORAIDA HV SAS\",\"527\":\"AGPE INEMA\",\"528\":\"AGPE LASTRA\",\"529\":\"AGPE FRISBY SA\",\"530\":\"AGPE IED LAS NIEVES\",\"531\":\"AGPE IED SANTO DOMINGO DE GUZMAN\",\"532\":\"AGPE VELEZ OSORIO E HIJOS S EN C CABANA\",\"533\":\"AGPE CLINICA OFTALMALOGICA DE SUCRE\",\"534\":\"AGPE RAFAEL EDUARDO NARANJO\",\"535\":\"MINIGRANJA LA PAZ VALLENATA\",\"536\":\"AGPE GERARDO ORTIZ HUERGO\",\"537\":\"AGPE CAROL CHICA CASTILLA\",\"538\":\"AGPE HOTEL ONOMA\",\"539\":\"CELSIA SOLAR PUERTO TEJADA\",\"540\":\"AGPE SUBASTAR SAMPUES\",\"541\":\"AGPE AGROPECUARIA TABAIDA SAS\",\"542\":\"AGPE ROSIRIS MARGARITA AYAZO\",\"543\":\"AGPE LOLA DEL SOCORRO SANCHEZ MEJIA\",\"544\":\"AGPE EIDER JULIO HOYOS MENDOZA\",\"545\":\"AGPE HACIENDA GARZONERO SAS\",\"546\":\"AGPE GRICOAT COLOMBIA I\",\"547\":\"AGPE TSM PROJECT\",\"548\":\"AGPE FELIX TORRES\",\"549\":\"AGPE FARMATODO LIMONAR\",\"550\":\"AGPE PLEX CORPORATIVO PROPIEDAD HORIZONTAL\",\"551\":\"AGPE BANCO BOGOTA SAN NICOLAS\",\"552\":\"AGPE HUGO ALEJANDRO HERRERA\",\"553\":\"AGPE CLINIDOTACIONES SAS\",\"554\":\"AGPE LA CASA DEL DEPORTE\",\"555\":\"AGPE ERAZO MARTINEZ ASOCIADOS\",\"556\":\"AGPE VINALE S EN C\",\"557\":\"AGPE ANDRES RODRIGO JARAMILLO DURANGO\",\"558\":\"AGPE SUB LIBERTADOR\",\"559\":\"AGPE  ALIMENTOS NARINO MC SAS\",\"560\":\"AGPE PROAGR19\",\"561\":\"AGPE EDS LA PAZ\",\"562\":\"AGPE JORGE ARMANDO SANCHEZ MEJIA\",\"563\":\"AGPE GRUPO FIRENZE SAS LOC 1\",\"564\":\"AGPE AUTOTECNICA COLOMBIANA\",\"565\":\"AGPE INVERSIONES SANTOS HR SAS\",\"566\":\"AGPE ASOCIACION DE MUNICIPIOS DEL SINU SABANA\",\"567\":\"AGPE HERNAN DARIO GONZALEZ\",\"568\":\"AGPE MARIA MERCES GARCIA BURGOS\",\"569\":\"AGPE MELISSA ANDREA GUERRA LOPEZ\",\"570\":\"AGPE SPATARO NAPOLI\",\"571\":\"GD ERCO TOLDADO\",\"572\":\"AGPE PRIMAX COLOMBIA SA III\",\"573\":\"AGPE SERVITECA DICAR SAS\",\"574\":\"AGPE GESTAR SALUD DE COLOMBIA IPS SAS\",\"575\":\"AGPE ARA BARANOA CENTRO\",\"576\":\"AGPE CELINA DEL CARMEN CARRASCAL DE PATINO\",\"577\":\"AGPE LAURA DE JESUS VEGA HERNANDEZ\",\"578\":\"AGPE KAREN PATRICIA DUQUE DUQUE\",\"579\":\"AGPE GIMNASIO ALTAIR DE LA SABANA LIMITIDA\",\"580\":\"AGPE MAXILUJOS MTR\",\"581\":\"AGPE SGS CONSTRUCCIONES SAS\",\"582\":\"GD CHIMBI\",\"583\":\"GD NAOS I\",\"584\":\"ROVIRA\",\"585\":\"AGPE PET Y MECANIZADOS DEL VALLE SAS\",\"586\":\"AGPE GRUPO LITORAL SAS\",\"587\":\"AGPE DENTISANA\",\"588\":\"SOLAR OLD T\",\"589\":\"AGPE HERMANAS CLARISAS\",\"590\":\"AGPE DIGICOM TELECOMUNICACIONES EU\",\"591\":\"AUTOG TERMOCOROCITO 1\",\"592\":\"AGPE RODOLFO SCHMULSON\",\"593\":\"AGPE PARROQUIA NUESTRA SENORA DEL CARMEN\",\"594\":\"AGPE PERIAUTOS SAS\",\"595\":\"AGPE JUAN JOSE PATINO MUNOZ\",\"596\":\"MINIGRANJA EL MOLINO\",\"597\":\"LA INGLESA\",\"598\":\"GD FINCA JM\",\"599\":\"AGPE JOHN ANDERSON ERAZO AUX\",\"600\":\"AGPE LARRY JAVIER LOMBANA GARCES\",\"601\":\"AGPE HRODADERO\",\"602\":\"AGPE LAURA INES GOMEZ\",\"603\":\"AGPE INVERSIONES Y REPRESENTACIONES SERRANO\",\"604\":\"AGPE GRUPO EMPRESARIAL BAROCA SAS\",\"605\":\"AGPE BPUBENZA\",\"606\":\"AGPE MEJICO LTDA PUERTO TEJADA\",\"607\":\"AGPE GRUPO EMPRESARIAL BAROCA SAS I\",\"608\":\"AGPE HELKA TRAXLER DE MEDINA\",\"609\":\"AGPE MARTHA TRAXLER MEDINA\",\"610\":\"AGPE RAUL HUMBERTO ZEA MEDINA\",\"611\":\"AGPE CLASSIC JEANS SHOP SAS\",\"612\":\"AGPE JOSE LUIS PORTILLO BERROCAL\",\"613\":\"AGPE NELSON LLANO LOPERA\",\"614\":\"AGPE NELSON SOTO DUQUE\",\"615\":\"AUTOG MILPA SAN CARLOS\",\"616\":\"AGPE ARKADIA OV\",\"617\":\"AGPE ALBEIRO SERRANO PLATA\",\"618\":\"AGPE CENTRO DE REHABILITACION INTEGRAL CENDAL SAS SEDE I\",\"619\":\"AGPE CENTRO DE REHABILITACION INTEGRAL CENDAL SAS SEDE II\",\"620\":\"AGPE MARCOS DANIEL PINEDA GARCIA\",\"621\":\"AUTOG UNIMINAS\",\"622\":\"AGPE ACRILAN\",\"623\":\"AGPE HOTEL EL PASO MONTERIANO\",\"624\":\"AGPE JERONIMO MARTINS COLOMBIA SAS\",\"625\":\"AGPE IBC\",\"626\":\"AGPE WILLIAM ENCINALES\",\"627\":\"AUTOG SOLAR PALMIRA II BERRY\",\"628\":\"AGPE MAKONDO\",\"629\":\"AGPE TEUCALI FLOWERS SA\",\"630\":\"BSB 501\",\"631\":\"BSB 500\",\"632\":\"BSB 502\",\"633\":\"CENTRO SOLAR\",\"634\":\"BUENAVISTA\",\"635\":\"AGPE BERNARDO JOSE REVUELTAS GONZALEZ\",\"636\":\"AUTOG BIOS FINCA BUGA\",\"637\":\"GD ERCO SALDANA I\",\"638\":\"GD ERCO SALDANA II\",\"639\":\"AGPE INERSIONES EJJ SAS\",\"640\":\"AUTOG BIODIANA 1\",\"641\":\"MINIGRANJA LA PAZ VERSO\",\"642\":\"CONDOR\",\"643\":\"AUTOG BIOS CIENAGA ORO\",\"644\":\"AGPE INVERSIONES RIPAS SAS\",\"645\":\"AGPE CEDITITAN\",\"646\":\"AGPE AIDA PIEDAD RAMOS ANAYA\",\"647\":\"AGPE CASA EL UBERRIMO\",\"648\":\"AGPE DISTRIBUIDORA DE BANANOS OCHOA SEDE I\",\"649\":\"GD BOCAS DEL PALO\",\"650\":\"GD FINCA ISABEL LOPEZ\",\"651\":\"AGPE MANUFACTURAS AF SAS\",\"652\":\"AGPE PARROQUIA NUESTRA SENORA DEL ROSARIO\",\"653\":\"AGPE LEONARDO MANUEL MORENO\",\"654\":\"AGPE LICOSINU SAS\",\"655\":\"AGPE RIO GUACHAL\",\"656\":\"AGPE BURRERA\",\"657\":\"GD EL ROBLE\",\"658\":\"JUMI\",\"659\":\"MINIGRANJA LA PAZ LEYENDA\",\"660\":\"AGPE ZOILA ROCIO LOAIZA RIANO\",\"661\":\"ECOPARQUE BRISAS\",\"662\":\"AUTOG ENKA 1\",\"663\":\"AGPE CLINICA OFTALMOLOGICA DAJUD SAS\",\"664\":\"AGPE HOTEL GUACARI\",\"665\":\"AGPE CLINICA DE OFTALMOLOGIA DE CALI\",\"666\":\"AGPE CAJA DE COMPENSACION FAMILIAR DE SUCRE\",\"667\":\"AGPE MANUFACTURAS\",\"668\":\"AGPE DIANA PATRICIA FRANCO CAMPOS\",\"669\":\"AGPE CARMEN EDITH GONZALEZ MEJIA\",\"670\":\"AGPE MAURICIO ANTONIO MARINEZ MENDEZ\",\"671\":\"AGPE ECOGYP\",\"672\":\"AGPE JOTA EME INVERSIONES SAS\",\"673\":\"AGPE NOVACASA CALI\",\"674\":\"AGPE PEDRO MEJIA VILLA\",\"675\":\"AGPE JOSE JORGE MONSALVO GNECCO\",\"676\":\"AGPE INVESTIGACION MICROBIOLOGICA CESAR\",\"677\":\"AGPE MARIA  AUXILIADORA MOSCOTE MORON\",\"678\":\"AGPE TIENDA ARA 925\",\"679\":\"AGPE TECNOACEROS SAS\",\"680\":\"AGPE ANA CAROLINA NAVARRO\",\"681\":\"AGPE NASELA SAS\",\"682\":\"AGPE CPANAME\",\"683\":\"AGPE FAMJ1\",\"684\":\"AGPE LOS POTRILLOS RESTAURANTE BAR\",\"685\":\"LA CASCADA ( ABEJORRAL)\",\"686\":\"AGUA FRESCA\",\"687\":\"ALBAN\",\"688\":\"ALTO TULUA\",\"689\":\"AMAIME\",\"690\":\"AMALFI\",\"691\":\"AMERICA\",\"692\":\"FUTURA - PARQUE ALPHA\",\"693\":\"FUTURA - APOTOLORRU\",\"694\":\"AUTOG ARGOS CARTAGENA 1\",\"695\":\"ASNAZU\",\"696\":\"AUTOG AYURA\",\"697\":\"BARROSO\",\"698\":\"FUTURA - PARQUE BETA\",\"699\":\"BELLO\",\"700\":\"BELMONTE\",\"701\":\"EL BOSQUE\",\"702\":\"BAYONA\",\"703\":\"CENTRAL CASTILLA 1\",\"704\":\"COCONUCO\",\"705\":\"FUTURA - CASA ELECTRICA\",\"706\":\"MAYAGUEZ 1\",\"707\":\"BETANIA\",\"708\":\"CHIVOR\",\"709\":\"INGENIO PROVIDENCIA 2\",\"710\":\"INGENIO SAN CARLOS 1\",\"711\":\"NIMA II\",\"712\":\"CALDERAS\",\"713\":\"CARLOS LLERAS\",\"714\":\"CALIMA\",\"715\":\"AUTOG CEMENTOS DEL NARE\",\"716\":\"CAMPESTRE (EPM)\",\"717\":\"COELLO\",\"718\":\"CAMPESTRE (CALARCA)\",\"719\":\"CHARQUITO\",\"720\":\"CARACOLI\",\"721\":\"CASCADA\",\"722\":\"CARTAGENA 1\",\"723\":\"CARTAGENA 2\",\"724\":\"CARTAGENA 3\",\"725\":\"CUCUANA\",\"726\":\"CURRUCUCUES\",\"727\":\"DARIO VALENCIA SAMPER\",\"728\":\"EL PASO\",\"729\":\"ESMERALDA\",\"730\":\"FLORIDA\",\"731\":\"CARUQUIA\",\"732\":\"GUACAICA\",\"733\":\"GECELCA 32\",\"734\":\"GECELCA 3\",\"735\":\"GUANAQUITAS\",\"736\":\"GUATAPE\",\"737\":\"GUATRON\",\"738\":\"GUAVIO\",\"739\":\"GUAYEPO\",\"740\":\"ESCUELA DE MINAS\",\"741\":\"MIEL I\",\"742\":\"HIDROMONTA\\u00d1ITAS\",\"743\":\"LA HERRADURA\",\"744\":\"INCAUCA 1\",\"745\":\"INSULA\",\"746\":\"INTERMEDIA\",\"747\":\"INZA\",\"748\":\"IQUIRA I\",\"749\":\"IQUIRA II\",\"750\":\"INGENIO RISARALDA 1\",\"751\":\"JAGUAS\",\"752\":\"NUEVO LIBARE\",\"753\":\"LA CASCADA (ANTIOQUIA)\",\"754\":\"EL LIMONAR\",\"755\":\"RIO PALO\",\"756\":\"LA TASAJERA\",\"757\":\"LA MATA\",\"758\":\"MIROLINDO\",\"759\":\"MUNICIPAL\",\"760\":\"MONDOMO\",\"761\":\"MANANTIALES\",\"762\":\"AMOYA LA ESPERANZA\",\"763\":\"MERILECTRICA 1\",\"764\":\"LA NAVETA\",\"765\":\"NIMA\",\"766\":\"NIQUIA\",\"767\":\"NUTIBARA\",\"768\":\"OVEJAS\",\"769\":\"ITUANGO\",\"770\":\"PAGUA\",\"771\":\"INGENIO PICHICHI 1\",\"772\":\"PAJARITO\",\"773\":\"PALMAS SAN GIL\",\"774\":\"URRAO\",\"775\":\"PLAYAS\",\"776\":\"REMEDIOS\",\"777\":\"COGENERADOR PROENCA\",\"778\":\"PAIPA 1\",\"779\":\"PAIPA 2\",\"780\":\"PAIPA 3\",\"781\":\"PAIPA 4\",\"782\":\"PAPELES NACIONALES\",\"783\":\"PORCE II\",\"784\":\"PORCE III\",\"785\":\"PRADO IV\",\"786\":\"PRADO\",\"787\":\"PROELECTRICA 1\",\"788\":\"PROELECTRICA 2\",\"789\":\"PROVIDENCIA\",\"790\":\"PASTALES\",\"791\":\"LA PITA\",\"792\":\"PATICO - LA CABRERA\",\"793\":\"PUENTE GUILLERMO\",\"794\":\"FUTURA - PTAR 1\",\"795\":\"EL QUIMBO\",\"796\":\"RIO BOBO\",\"797\":\"RIO RECIO\",\"798\":\"RIO CALI\",\"799\":\"RIO FRIO I\",\"800\":\"RIO FRIO II\",\"801\":\"RIO GRANDE\",\"802\":\"RIOGRANDE I\",\"803\":\"RUMOR\",\"804\":\"RIO MAYO\",\"805\":\"RIONEGRO\",\"806\":\"RIO PIEDRAS\",\"807\":\"INGENIO RIOPAILA 1\",\"808\":\"SUBA\",\"809\":\"SAN FRANCISCO (PUTUMAYO)\",\"810\":\"SAN JOSE DE LA MONTA\\u00d1A\",\"811\":\"SAJANDI\",\"812\":\"SAN JOSE\",\"813\":\"SILVIA\",\"814\":\"SALVAJINA\",\"815\":\"SAN MIGUEL\",\"816\":\"SAN CANCIO\",\"817\":\"SAN CARLOS\",\"818\":\"SAN FRANCISCO\",\"819\":\"SONSON\",\"820\":\"SANTA ANA\",\"821\":\"SOGAMOSO\",\"822\":\"RIO SAPUYES\",\"823\":\"SANTA RITA\",\"824\":\"SANTIAGO\",\"825\":\"SUEVA 2\",\"826\":\"BARRANQUILLA 3\",\"827\":\"BARRANQUILLA 4\",\"828\":\"TEBSAB CC\",\"829\":\"TERMOCARIBE III 1\",\"830\":\"TERMOCANDELARIA CC 1\",\"831\":\"TERMOCANDELARIA CC 2\",\"832\":\"TERMOCANDELARIA CC\",\"833\":\"TERMODORADA 1\",\"834\":\"TERMOEMCALI CC\",\"835\":\"FLORES I CC\",\"836\":\"FLORES 4 CC\",\"837\":\"GUAJIRA 1\",\"838\":\"GUAJIRA 2\",\"839\":\"TERMOBOLIVAR 1\",\"840\":\"RIOFRIO (TAMESIS)\",\"841\":\"TERMOPIEDRAS 1\",\"842\":\"PARQUE SOLAR TEPUY\",\"843\":\"TRINA-VATIA BSLII\",\"844\":\"TRINA-VATIA BSLIII\",\"845\":\"TERMOCENTRO CC\",\"846\":\"TERMONORTE\",\"847\":\"TASAJERO 1\",\"848\":\"TASAJERO 2\",\"849\":\"TERMOSIERRA CC\",\"850\":\"TUNJITA\",\"851\":\"TERMOVALLE CC\",\"852\":\"TERMOYOPAL 1\",\"853\":\"TERMOYOPAL 2\",\"854\":\"TERMOYOPAL G3\",\"855\":\"TERMOYOPAL G4\",\"856\":\"TERMOYOPAL G5\",\"857\":\"UNION\",\"858\":\"URRA\",\"859\":\"USAQUEN\",\"860\":\"LA VUELTA\",\"861\":\"VENTANA A\",\"862\":\"VENTANA B\",\"863\":\"ZIPAEMG 2\",\"864\":\"ZIPAEMG 3\",\"865\":\"ZIPAEMG 4\",\"866\":\"ZIPAEMG 5\"},\"Values_Type\":{\"0\":\"HIDRAULICA\",\"1\":\"HIDRAULICA\",\"2\":\"HIDRAULICA\",\"3\":\"HIDRAULICA\",\"4\":\"HIDRAULICA\",\"5\":\"TERMICA\",\"6\":\"TERMICA\",\"7\":\"HIDRAULICA\",\"8\":\"HIDRAULICA\",\"9\":\"TERMICA\",\"10\":\"TERMICA\",\"11\":\"HIDRAULICA\",\"12\":\"TERMICA\",\"13\":\"HIDRAULICA\",\"14\":\"HIDRAULICA\",\"15\":\"TERMICA\",\"16\":\"HIDRAULICA\",\"17\":\"HIDRAULICA\",\"18\":\"HIDRAULICA\",\"19\":\"HIDRAULICA\",\"20\":\"COGENERADOR\",\"21\":\"HIDRAULICA\",\"22\":\"HIDRAULICA\",\"23\":\"HIDRAULICA\",\"24\":\"HIDRAULICA\",\"25\":\"HIDRAULICA\",\"26\":\"SOLAR\",\"27\":\"HIDRAULICA\",\"28\":\"TERMICA\",\"29\":\"TERMICA\",\"30\":\"TERMICA\",\"31\":\"TERMICA\",\"32\":\"COGENERADOR\",\"33\":\"HIDRAULICA\",\"34\":\"HIDRAULICA\",\"35\":\"HIDRAULICA\",\"36\":\"HIDRAULICA\",\"37\":\"HIDRAULICA\",\"38\":\"HIDRAULICA\",\"39\":\"TERMICA\",\"40\":\"TERMICA\",\"41\":\"HIDRAULICA\",\"42\":\"SOLAR\",\"43\":\"HIDRAULICA\",\"44\":\"TERMICA\",\"45\":\"TERMICA\",\"46\":\"TERMICA\",\"47\":\"HIDRAULICA\",\"48\":\"SOLAR\",\"49\":\"HIDRAULICA\",\"50\":\"SOLAR\",\"51\":\"TERMICA\",\"52\":\"SOLAR\",\"53\":\"HIDRAULICA\",\"54\":\"SOLAR\",\"55\":\"SOLAR\",\"56\":\"SOLAR\",\"57\":\"SOLAR\",\"58\":\"SOLAR\",\"59\":\"SOLAR\",\"60\":\"SOLAR\",\"61\":\"SOLAR\",\"62\":\"SOLAR\",\"63\":\"SOLAR\",\"64\":\"SOLAR\",\"65\":\"SOLAR\",\"66\":\"SOLAR\",\"67\":\"SOLAR\",\"68\":\"SOLAR\",\"69\":\"SOLAR\",\"70\":\"SOLAR\",\"71\":\"SOLAR\",\"72\":\"TERMICA\",\"73\":\"HIDRAULICA\",\"74\":\"SOLAR\",\"75\":\"TERMICA\",\"76\":\"SOLAR\",\"77\":\"SOLAR\",\"78\":\"HIDRAULICA\",\"79\":\"SOLAR\",\"80\":\"SOLAR\",\"81\":\"TERMICA\",\"82\":\"SOLAR\",\"83\":\"SOLAR\",\"84\":\"SOLAR\",\"85\":\"SOLAR\",\"86\":\"SOLAR\",\"87\":\"SOLAR\",\"88\":\"SOLAR\",\"89\":\"SOLAR\",\"90\":\"SOLAR\",\"91\":\"SOLAR\",\"92\":\"SOLAR\",\"93\":\"SOLAR\",\"94\":\"SOLAR\",\"95\":\"SOLAR\",\"96\":\"SOLAR\",\"97\":\"SOLAR\",\"98\":\"SOLAR\",\"99\":\"SOLAR\",\"100\":\"SOLAR\",\"101\":\"SOLAR\",\"102\":\"TERMICA\",\"103\":\"SOLAR\",\"104\":\"SOLAR\",\"105\":\"SOLAR\",\"106\":\"SOLAR\",\"107\":\"SOLAR\",\"108\":\"SOLAR\",\"109\":\"SOLAR\",\"110\":\"TERMICA\",\"111\":\"SOLAR\",\"112\":\"SOLAR\",\"113\":\"SOLAR\",\"114\":\"HIDRAULICA\",\"115\":\"SOLAR\",\"116\":\"SOLAR\",\"117\":\"SOLAR\",\"118\":\"SOLAR\",\"119\":\"SOLAR\",\"120\":\"SOLAR\",\"121\":\"SOLAR\",\"122\":\"SOLAR\",\"123\":\"SOLAR\",\"124\":\"SOLAR\",\"125\":\"SOLAR\",\"126\":\"SOLAR\",\"127\":\"SOLAR\",\"128\":\"SOLAR\",\"129\":\"SOLAR\",\"130\":\"SOLAR\",\"131\":\"SOLAR\",\"132\":\"SOLAR\",\"133\":\"SOLAR\",\"134\":\"SOLAR\",\"135\":\"SOLAR\",\"136\":\"SOLAR\",\"137\":\"SOLAR\",\"138\":\"SOLAR\",\"139\":\"SOLAR\",\"140\":\"SOLAR\",\"141\":\"SOLAR\",\"142\":\"SOLAR\",\"143\":\"SOLAR\",\"144\":\"SOLAR\",\"145\":\"HIDRAULICA\",\"146\":\"SOLAR\",\"147\":\"SOLAR\",\"148\":\"SOLAR\",\"149\":\"SOLAR\",\"150\":\"SOLAR\",\"151\":\"SOLAR\",\"152\":\"SOLAR\",\"153\":\"SOLAR\",\"154\":\"SOLAR\",\"155\":\"HIDRAULICA\",\"156\":\"SOLAR\",\"157\":\"SOLAR\",\"158\":\"SOLAR\",\"159\":\"HIDRAULICA\",\"160\":\"SOLAR\",\"161\":\"EOLICA\",\"162\":\"SOLAR\",\"163\":\"SOLAR\",\"164\":\"SOLAR\",\"165\":\"SOLAR\",\"166\":\"SOLAR\",\"167\":\"SOLAR\",\"168\":\"SOLAR\",\"169\":\"SOLAR\",\"170\":\"SOLAR\",\"171\":\"SOLAR\",\"172\":\"SOLAR\",\"173\":\"SOLAR\",\"174\":\"SOLAR\",\"175\":\"SOLAR\",\"176\":\"SOLAR\",\"177\":\"SOLAR\",\"178\":\"SOLAR\",\"179\":\"SOLAR\",\"180\":\"SOLAR\",\"181\":\"SOLAR\",\"182\":\"SOLAR\",\"183\":\"SOLAR\",\"184\":\"SOLAR\",\"185\":\"SOLAR\",\"186\":\"SOLAR\",\"187\":\"SOLAR\",\"188\":\"SOLAR\",\"189\":\"TERMICA\",\"190\":\"SOLAR\",\"191\":\"SOLAR\",\"192\":\"SOLAR\",\"193\":\"SOLAR\",\"194\":\"SOLAR\",\"195\":\"SOLAR\",\"196\":\"SOLAR\",\"197\":\"SOLAR\",\"198\":\"SOLAR\",\"199\":\"SOLAR\",\"200\":\"SOLAR\",\"201\":\"SOLAR\",\"202\":\"SOLAR\",\"203\":\"SOLAR\",\"204\":\"SOLAR\",\"205\":\"EOLICA\",\"206\":\"SOLAR\",\"207\":\"SOLAR\",\"208\":\"SOLAR\",\"209\":\"SOLAR\",\"210\":\"SOLAR\",\"211\":\"SOLAR\",\"212\":\"SOLAR\",\"213\":\"SOLAR\",\"214\":\"SOLAR\",\"215\":\"SOLAR\",\"216\":\"SOLAR\",\"217\":\"SOLAR\",\"218\":\"SOLAR\",\"219\":\"SOLAR\",\"220\":\"SOLAR\",\"221\":\"SOLAR\",\"222\":\"SOLAR\",\"223\":\"SOLAR\",\"224\":\"SOLAR\",\"225\":\"SOLAR\",\"226\":\"SOLAR\",\"227\":\"SOLAR\",\"228\":\"SOLAR\",\"229\":\"SOLAR\",\"230\":\"SOLAR\",\"231\":\"SOLAR\",\"232\":\"SOLAR\",\"233\":\"SOLAR\",\"234\":\"SOLAR\",\"235\":\"SOLAR\",\"236\":\"SOLAR\",\"237\":\"SOLAR\",\"238\":\"SOLAR\",\"239\":\"SOLAR\",\"240\":\"SOLAR\",\"241\":\"TERMICA\",\"242\":\"SOLAR\",\"243\":\"SOLAR\",\"244\":\"SOLAR\",\"245\":\"SOLAR\",\"246\":\"SOLAR\",\"247\":\"SOLAR\",\"248\":\"SOLAR\",\"249\":\"SOLAR\",\"250\":\"SOLAR\",\"251\":\"SOLAR\",\"252\":\"SOLAR\",\"253\":\"SOLAR\",\"254\":\"SOLAR\",\"255\":\"SOLAR\",\"256\":\"SOLAR\",\"257\":\"SOLAR\",\"258\":\"SOLAR\",\"259\":\"SOLAR\",\"260\":\"SOLAR\",\"261\":\"SOLAR\",\"262\":\"SOLAR\",\"263\":\"SOLAR\",\"264\":\"HIDRAULICA\",\"265\":\"SOLAR\",\"266\":\"SOLAR\",\"267\":\"SOLAR\",\"268\":\"SOLAR\",\"269\":\"SOLAR\",\"270\":\"SOLAR\",\"271\":\"SOLAR\",\"272\":\"SOLAR\",\"273\":\"SOLAR\",\"274\":\"SOLAR\",\"275\":\"SOLAR\",\"276\":\"SOLAR\",\"277\":\"SOLAR\",\"278\":\"SOLAR\",\"279\":\"HIDRAULICA\",\"280\":\"HIDRAULICA\",\"281\":\"SOLAR\",\"282\":\"SOLAR\",\"283\":\"SOLAR\",\"284\":\"SOLAR\",\"285\":\"SOLAR\",\"286\":\"SOLAR\",\"287\":\"SOLAR\",\"288\":\"SOLAR\",\"289\":\"SOLAR\",\"290\":\"SOLAR\",\"291\":\"SOLAR\",\"292\":\"SOLAR\",\"293\":\"SOLAR\",\"294\":\"SOLAR\",\"295\":\"SOLAR\",\"296\":\"SOLAR\",\"297\":\"SOLAR\",\"298\":\"SOLAR\",\"299\":\"SOLAR\",\"300\":\"SOLAR\",\"301\":\"SOLAR\",\"302\":\"SOLAR\",\"303\":\"SOLAR\",\"304\":\"SOLAR\",\"305\":\"SOLAR\",\"306\":\"SOLAR\",\"307\":\"SOLAR\",\"308\":\"SOLAR\",\"309\":\"SOLAR\",\"310\":\"SOLAR\",\"311\":\"SOLAR\",\"312\":\"SOLAR\",\"313\":\"SOLAR\",\"314\":\"SOLAR\",\"315\":\"SOLAR\",\"316\":\"SOLAR\",\"317\":\"SOLAR\",\"318\":\"SOLAR\",\"319\":\"SOLAR\",\"320\":\"SOLAR\",\"321\":\"SOLAR\",\"322\":\"SOLAR\",\"323\":\"SOLAR\",\"324\":\"SOLAR\",\"325\":\"SOLAR\",\"326\":\"SOLAR\",\"327\":\"SOLAR\",\"328\":\"SOLAR\",\"329\":\"SOLAR\",\"330\":\"SOLAR\",\"331\":\"SOLAR\",\"332\":\"SOLAR\",\"333\":\"SOLAR\",\"334\":\"SOLAR\",\"335\":\"SOLAR\",\"336\":\"SOLAR\",\"337\":\"SOLAR\",\"338\":\"SOLAR\",\"339\":\"SOLAR\",\"340\":\"SOLAR\",\"341\":\"SOLAR\",\"342\":\"SOLAR\",\"343\":\"SOLAR\",\"344\":\"SOLAR\",\"345\":\"SOLAR\",\"346\":\"SOLAR\",\"347\":\"SOLAR\",\"348\":\"SOLAR\",\"349\":\"SOLAR\",\"350\":\"SOLAR\",\"351\":\"TERMICA\",\"352\":\"SOLAR\",\"353\":\"SOLAR\",\"354\":\"SOLAR\",\"355\":\"SOLAR\",\"356\":\"SOLAR\",\"357\":\"SOLAR\",\"358\":\"SOLAR\",\"359\":\"SOLAR\",\"360\":\"SOLAR\",\"361\":\"SOLAR\",\"362\":\"SOLAR\",\"363\":\"SOLAR\",\"364\":\"HIDRAULICA\",\"365\":\"SOLAR\",\"366\":\"SOLAR\",\"367\":\"SOLAR\",\"368\":\"SOLAR\",\"369\":\"SOLAR\",\"370\":\"SOLAR\",\"371\":\"SOLAR\",\"372\":\"SOLAR\",\"373\":\"SOLAR\",\"374\":\"SOLAR\",\"375\":\"SOLAR\",\"376\":\"SOLAR\",\"377\":\"SOLAR\",\"378\":\"SOLAR\",\"379\":\"SOLAR\",\"380\":\"SOLAR\",\"381\":\"SOLAR\",\"382\":\"SOLAR\",\"383\":\"SOLAR\",\"384\":\"SOLAR\",\"385\":\"SOLAR\",\"386\":\"SOLAR\",\"387\":\"SOLAR\",\"388\":\"SOLAR\",\"389\":\"SOLAR\",\"390\":\"SOLAR\",\"391\":\"SOLAR\",\"392\":\"SOLAR\",\"393\":\"SOLAR\",\"394\":\"SOLAR\",\"395\":\"SOLAR\",\"396\":\"SOLAR\",\"397\":\"SOLAR\",\"398\":\"SOLAR\",\"399\":\"SOLAR\",\"400\":\"SOLAR\",\"401\":\"SOLAR\",\"402\":\"SOLAR\",\"403\":\"SOLAR\",\"404\":\"SOLAR\",\"405\":\"SOLAR\",\"406\":\"SOLAR\",\"407\":\"SOLAR\",\"408\":\"SOLAR\",\"409\":\"SOLAR\",\"410\":\"SOLAR\",\"411\":\"SOLAR\",\"412\":\"SOLAR\",\"413\":\"SOLAR\",\"414\":\"SOLAR\",\"415\":\"SOLAR\",\"416\":\"SOLAR\",\"417\":\"SOLAR\",\"418\":\"SOLAR\",\"419\":\"TERMICA\",\"420\":\"SOLAR\",\"421\":\"SOLAR\",\"422\":\"SOLAR\",\"423\":\"SOLAR\",\"424\":\"SOLAR\",\"425\":\"SOLAR\",\"426\":\"SOLAR\",\"427\":\"SOLAR\",\"428\":\"SOLAR\",\"429\":\"SOLAR\",\"430\":\"SOLAR\",\"431\":\"SOLAR\",\"432\":\"SOLAR\",\"433\":\"SOLAR\",\"434\":\"SOLAR\",\"435\":\"SOLAR\",\"436\":\"SOLAR\",\"437\":\"SOLAR\",\"438\":\"SOLAR\",\"439\":\"SOLAR\",\"440\":\"SOLAR\",\"441\":\"SOLAR\",\"442\":\"SOLAR\",\"443\":\"SOLAR\",\"444\":\"SOLAR\",\"445\":\"SOLAR\",\"446\":\"SOLAR\",\"447\":\"SOLAR\",\"448\":\"SOLAR\",\"449\":\"SOLAR\",\"450\":\"SOLAR\",\"451\":\"SOLAR\",\"452\":\"SOLAR\",\"453\":\"SOLAR\",\"454\":\"SOLAR\",\"455\":\"SOLAR\",\"456\":\"SOLAR\",\"457\":\"SOLAR\",\"458\":\"SOLAR\",\"459\":\"SOLAR\",\"460\":\"SOLAR\",\"461\":\"SOLAR\",\"462\":\"SOLAR\",\"463\":\"SOLAR\",\"464\":\"SOLAR\",\"465\":\"SOLAR\",\"466\":\"SOLAR\",\"467\":\"SOLAR\",\"468\":\"SOLAR\",\"469\":\"SOLAR\",\"470\":\"SOLAR\",\"471\":\"SOLAR\",\"472\":\"SOLAR\",\"473\":\"SOLAR\",\"474\":\"TERMICA\",\"475\":\"SOLAR\",\"476\":\"SOLAR\",\"477\":\"SOLAR\",\"478\":\"SOLAR\",\"479\":\"SOLAR\",\"480\":\"SOLAR\",\"481\":\"SOLAR\",\"482\":\"SOLAR\",\"483\":\"SOLAR\",\"484\":\"SOLAR\",\"485\":\"TERMICA\",\"486\":\"SOLAR\",\"487\":\"SOLAR\",\"488\":\"SOLAR\",\"489\":\"SOLAR\",\"490\":\"SOLAR\",\"491\":\"SOLAR\",\"492\":\"SOLAR\",\"493\":\"SOLAR\",\"494\":\"SOLAR\",\"495\":\"SOLAR\",\"496\":\"SOLAR\",\"497\":\"SOLAR\",\"498\":\"SOLAR\",\"499\":\"SOLAR\",\"500\":\"SOLAR\",\"501\":\"SOLAR\",\"502\":\"SOLAR\",\"503\":\"SOLAR\",\"504\":\"SOLAR\",\"505\":\"SOLAR\",\"506\":\"SOLAR\",\"507\":\"SOLAR\",\"508\":\"SOLAR\",\"509\":\"SOLAR\",\"510\":\"SOLAR\",\"511\":\"SOLAR\",\"512\":\"SOLAR\",\"513\":\"SOLAR\",\"514\":\"SOLAR\",\"515\":\"SOLAR\",\"516\":\"SOLAR\",\"517\":\"SOLAR\",\"518\":\"SOLAR\",\"519\":\"SOLAR\",\"520\":\"SOLAR\",\"521\":\"SOLAR\",\"522\":\"SOLAR\",\"523\":\"SOLAR\",\"524\":\"SOLAR\",\"525\":\"SOLAR\",\"526\":\"SOLAR\",\"527\":\"SOLAR\",\"528\":\"SOLAR\",\"529\":\"SOLAR\",\"530\":\"SOLAR\",\"531\":\"SOLAR\",\"532\":\"SOLAR\",\"533\":\"SOLAR\",\"534\":\"SOLAR\",\"535\":\"SOLAR\",\"536\":\"SOLAR\",\"537\":\"SOLAR\",\"538\":\"SOLAR\",\"539\":\"SOLAR\",\"540\":\"SOLAR\",\"541\":\"SOLAR\",\"542\":\"SOLAR\",\"543\":\"SOLAR\",\"544\":\"SOLAR\",\"545\":\"SOLAR\",\"546\":\"SOLAR\",\"547\":\"SOLAR\",\"548\":\"SOLAR\",\"549\":\"SOLAR\",\"550\":\"SOLAR\",\"551\":\"SOLAR\",\"552\":\"SOLAR\",\"553\":\"SOLAR\",\"554\":\"SOLAR\",\"555\":\"SOLAR\",\"556\":\"SOLAR\",\"557\":\"SOLAR\",\"558\":\"SOLAR\",\"559\":\"SOLAR\",\"560\":\"SOLAR\",\"561\":\"SOLAR\",\"562\":\"SOLAR\",\"563\":\"SOLAR\",\"564\":\"SOLAR\",\"565\":\"SOLAR\",\"566\":\"SOLAR\",\"567\":\"SOLAR\",\"568\":\"SOLAR\",\"569\":\"SOLAR\",\"570\":\"SOLAR\",\"571\":\"SOLAR\",\"572\":\"SOLAR\",\"573\":\"SOLAR\",\"574\":\"SOLAR\",\"575\":\"SOLAR\",\"576\":\"SOLAR\",\"577\":\"SOLAR\",\"578\":\"SOLAR\",\"579\":\"SOLAR\",\"580\":\"SOLAR\",\"581\":\"SOLAR\",\"582\":\"SOLAR\",\"583\":\"SOLAR\",\"584\":\"SOLAR\",\"585\":\"SOLAR\",\"586\":\"SOLAR\",\"587\":\"SOLAR\",\"588\":\"SOLAR\",\"589\":\"SOLAR\",\"590\":\"SOLAR\",\"591\":\"TERMICA\",\"592\":\"SOLAR\",\"593\":\"SOLAR\",\"594\":\"SOLAR\",\"595\":\"SOLAR\",\"596\":\"SOLAR\",\"597\":\"SOLAR\",\"598\":\"SOLAR\",\"599\":\"SOLAR\",\"600\":\"SOLAR\",\"601\":\"SOLAR\",\"602\":\"SOLAR\",\"603\":\"SOLAR\",\"604\":\"SOLAR\",\"605\":\"SOLAR\",\"606\":\"SOLAR\",\"607\":\"SOLAR\",\"608\":\"SOLAR\",\"609\":\"SOLAR\",\"610\":\"SOLAR\",\"611\":\"SOLAR\",\"612\":\"SOLAR\",\"613\":\"SOLAR\",\"614\":\"SOLAR\",\"615\":\"SOLAR\",\"616\":\"SOLAR\",\"617\":\"SOLAR\",\"618\":\"SOLAR\",\"619\":\"SOLAR\",\"620\":\"SOLAR\",\"621\":\"SOLAR\",\"622\":\"SOLAR\",\"623\":\"SOLAR\",\"624\":\"SOLAR\",\"625\":\"SOLAR\",\"626\":\"SOLAR\",\"627\":\"SOLAR\",\"628\":\"SOLAR\",\"629\":\"SOLAR\",\"630\":\"SOLAR\",\"631\":\"SOLAR\",\"632\":\"SOLAR\",\"633\":\"SOLAR\",\"634\":\"SOLAR\",\"635\":\"SOLAR\",\"636\":\"SOLAR\",\"637\":\"SOLAR\",\"638\":\"SOLAR\",\"639\":\"SOLAR\",\"640\":\"TERMICA\",\"641\":\"SOLAR\",\"642\":\"SOLAR\",\"643\":\"SOLAR\",\"644\":\"SOLAR\",\"645\":\"SOLAR\",\"646\":\"SOLAR\",\"647\":\"SOLAR\",\"648\":\"SOLAR\",\"649\":\"SOLAR\",\"650\":\"SOLAR\",\"651\":\"SOLAR\",\"652\":\"SOLAR\",\"653\":\"SOLAR\",\"654\":\"SOLAR\",\"655\":\"SOLAR\",\"656\":\"SOLAR\",\"657\":\"SOLAR\",\"658\":\"SOLAR\",\"659\":\"SOLAR\",\"660\":\"SOLAR\",\"661\":\"SOLAR\",\"662\":\"TERMICA\",\"663\":\"SOLAR\",\"664\":\"SOLAR\",\"665\":\"SOLAR\",\"666\":\"SOLAR\",\"667\":\"SOLAR\",\"668\":\"SOLAR\",\"669\":\"SOLAR\",\"670\":\"SOLAR\",\"671\":\"SOLAR\",\"672\":\"SOLAR\",\"673\":\"SOLAR\",\"674\":\"SOLAR\",\"675\":\"SOLAR\",\"676\":\"SOLAR\",\"677\":\"SOLAR\",\"678\":\"SOLAR\",\"679\":\"SOLAR\",\"680\":\"SOLAR\",\"681\":\"SOLAR\",\"682\":\"SOLAR\",\"683\":\"SOLAR\",\"684\":\"SOLAR\",\"685\":\"HIDRAULICA\",\"686\":\"HIDRAULICA\",\"687\":\"HIDRAULICA\",\"688\":\"HIDRAULICA\",\"689\":\"HIDRAULICA\",\"690\":\"HIDRAULICA\",\"691\":\"HIDRAULICA\",\"692\":\"EOLICA\",\"693\":\"EOLICA\",\"694\":\"TERMICA\",\"695\":\"HIDRAULICA\",\"696\":\"HIDRAULICA\",\"697\":\"HIDRAULICA\",\"698\":\"EOLICA\",\"699\":\"HIDRAULICA\",\"700\":\"HIDRAULICA\",\"701\":\"HIDRAULICA\",\"702\":\"HIDRAULICA\",\"703\":\"COGENERADOR\",\"704\":\"HIDRAULICA\",\"705\":\"EOLICA\",\"706\":\"COGENERADOR\",\"707\":\"HIDRAULICA\",\"708\":\"HIDRAULICA\",\"709\":\"COGENERADOR\",\"710\":\"COGENERADOR\",\"711\":\"HIDRAULICA\",\"712\":\"HIDRAULICA\",\"713\":\"HIDRAULICA\",\"714\":\"HIDRAULICA\",\"715\":\"HIDRAULICA\",\"716\":\"HIDRAULICA\",\"717\":\"HIDRAULICA\",\"718\":\"HIDRAULICA\",\"719\":\"HIDRAULICA\",\"720\":\"HIDRAULICA\",\"721\":\"HIDRAULICA\",\"722\":\"TERMICA\",\"723\":\"TERMICA\",\"724\":\"TERMICA\",\"725\":\"HIDRAULICA\",\"726\":\"HIDRAULICA\",\"727\":\"HIDRAULICA\",\"728\":\"SOLAR\",\"729\":\"HIDRAULICA\",\"730\":\"HIDRAULICA\",\"731\":\"HIDRAULICA\",\"732\":\"HIDRAULICA\",\"733\":\"TERMICA\",\"734\":\"TERMICA\",\"735\":\"HIDRAULICA\",\"736\":\"HIDRAULICA\",\"737\":\"HIDRAULICA\",\"738\":\"HIDRAULICA\",\"739\":\"SOLAR\",\"740\":\"HIDRAULICA\",\"741\":\"HIDRAULICA\",\"742\":\"HIDRAULICA\",\"743\":\"HIDRAULICA\",\"744\":\"COGENERADOR\",\"745\":\"HIDRAULICA\",\"746\":\"HIDRAULICA\",\"747\":\"HIDRAULICA\",\"748\":\"HIDRAULICA\",\"749\":\"HIDRAULICA\",\"750\":\"COGENERADOR\",\"751\":\"HIDRAULICA\",\"752\":\"HIDRAULICA\",\"753\":\"HIDRAULICA\",\"754\":\"HIDRAULICA\",\"755\":\"HIDRAULICA\",\"756\":\"HIDRAULICA\",\"757\":\"SOLAR\",\"758\":\"HIDRAULICA\",\"759\":\"HIDRAULICA\",\"760\":\"HIDRAULICA\",\"761\":\"HIDRAULICA\",\"762\":\"HIDRAULICA\",\"763\":\"TERMICA\",\"764\":\"HIDRAULICA\",\"765\":\"HIDRAULICA\",\"766\":\"HIDRAULICA\",\"767\":\"HIDRAULICA\",\"768\":\"HIDRAULICA\",\"769\":\"HIDRAULICA\",\"770\":\"HIDRAULICA\",\"771\":\"COGENERADOR\",\"772\":\"HIDRAULICA\",\"773\":\"HIDRAULICA\",\"774\":\"HIDRAULICA\",\"775\":\"HIDRAULICA\",\"776\":\"HIDRAULICA\",\"777\":\"COGENERADOR\",\"778\":\"TERMICA\",\"779\":\"TERMICA\",\"780\":\"TERMICA\",\"781\":\"TERMICA\",\"782\":\"COGENERADOR\",\"783\":\"HIDRAULICA\",\"784\":\"HIDRAULICA\",\"785\":\"HIDRAULICA\",\"786\":\"HIDRAULICA\",\"787\":\"TERMICA\",\"788\":\"TERMICA\",\"789\":\"HIDRAULICA\",\"790\":\"HIDRAULICA\",\"791\":\"HIDRAULICA\",\"792\":\"HIDRAULICA\",\"793\":\"HIDRAULICA\",\"794\":\"TERMICA\",\"795\":\"HIDRAULICA\",\"796\":\"HIDRAULICA\",\"797\":\"HIDRAULICA\",\"798\":\"HIDRAULICA\",\"799\":\"HIDRAULICA\",\"800\":\"HIDRAULICA\",\"801\":\"HIDRAULICA\",\"802\":\"HIDRAULICA\",\"803\":\"HIDRAULICA\",\"804\":\"HIDRAULICA\",\"805\":\"HIDRAULICA\",\"806\":\"HIDRAULICA\",\"807\":\"COGENERADOR\",\"808\":\"HIDRAULICA\",\"809\":\"HIDRAULICA\",\"810\":\"HIDRAULICA\",\"811\":\"HIDRAULICA\",\"812\":\"HIDRAULICA\",\"813\":\"HIDRAULICA\",\"814\":\"HIDRAULICA\",\"815\":\"HIDRAULICA\",\"816\":\"HIDRAULICA\",\"817\":\"HIDRAULICA\",\"818\":\"HIDRAULICA\",\"819\":\"HIDRAULICA\",\"820\":\"HIDRAULICA\",\"821\":\"HIDRAULICA\",\"822\":\"HIDRAULICA\",\"823\":\"HIDRAULICA\",\"824\":\"HIDRAULICA\",\"825\":\"HIDRAULICA\",\"826\":\"TERMICA\",\"827\":\"TERMICA\",\"828\":\"TERMICA\",\"829\":\"TERMICA\",\"830\":\"TERMICA\",\"831\":\"TERMICA\",\"832\":\"TERMICA\",\"833\":\"TERMICA\",\"834\":\"TERMICA\",\"835\":\"TERMICA\",\"836\":\"TERMICA\",\"837\":\"TERMICA\",\"838\":\"TERMICA\",\"839\":\"TERMICA\",\"840\":\"HIDRAULICA\",\"841\":\"TERMICA\",\"842\":\"SOLAR\",\"843\":\"SOLAR\",\"844\":\"SOLAR\",\"845\":\"TERMICA\",\"846\":\"TERMICA\",\"847\":\"TERMICA\",\"848\":\"TERMICA\",\"849\":\"TERMICA\",\"850\":\"HIDRAULICA\",\"851\":\"TERMICA\",\"852\":\"TERMICA\",\"853\":\"TERMICA\",\"854\":\"TERMICA\",\"855\":\"TERMICA\",\"856\":\"TERMICA\",\"857\":\"HIDRAULICA\",\"858\":\"HIDRAULICA\",\"859\":\"HIDRAULICA\",\"860\":\"HIDRAULICA\",\"861\":\"HIDRAULICA\",\"862\":\"HIDRAULICA\",\"863\":\"TERMICA\",\"864\":\"TERMICA\",\"865\":\"TERMICA\",\"866\":\"TERMICA\"},\"Values_Disp\":{\"0\":\"NO DESPACHADO CENTRALMENTE\",\"1\":\"DESPACHADO CENTRALMENTE\",\"2\":\"NO DESPACHADO CENTRALMENTE\",\"3\":\"NO DESPACHADO CENTRALMENTE\",\"4\":\"NO DESPACHADO CENTRALMENTE\",\"5\":\"NO DESPACHADO CENTRALMENTE\",\"6\":\"NO DESPACHADO CENTRALMENTE\",\"7\":\"NO DESPACHADO CENTRALMENTE\",\"8\":\"NO DESPACHADO CENTRALMENTE\",\"9\":\"NO DESPACHADO CENTRALMENTE\",\"10\":\"NO DESPACHADO CENTRALMENTE\",\"11\":\"NO DESPACHADO CENTRALMENTE\",\"12\":\"NO DESPACHADO CENTRALMENTE\",\"13\":\"NO DESPACHADO CENTRALMENTE\",\"14\":\"NO DESPACHADO CENTRALMENTE\",\"15\":\"NO DESPACHADO CENTRALMENTE\",\"16\":\"NO DESPACHADO CENTRALMENTE\",\"17\":\"NO DESPACHADO CENTRALMENTE\",\"18\":\"NO DESPACHADO CENTRALMENTE\",\"19\":\"NO DESPACHADO CENTRALMENTE\",\"20\":\"NO DESPACHADO CENTRALMENTE\",\"21\":\"NO DESPACHADO CENTRALMENTE\",\"22\":\"NO DESPACHADO CENTRALMENTE\",\"23\":\"NO DESPACHADO CENTRALMENTE\",\"24\":\"NO DESPACHADO CENTRALMENTE\",\"25\":\"NO DESPACHADO CENTRALMENTE\",\"26\":\"NO DESPACHADO CENTRALMENTE\",\"27\":\"NO DESPACHADO CENTRALMENTE\",\"28\":\"NO DESPACHADO CENTRALMENTE\",\"29\":\"NO DESPACHADO CENTRALMENTE\",\"30\":\"NO DESPACHADO CENTRALMENTE\",\"31\":\"NO DESPACHADO CENTRALMENTE\",\"32\":\"NO DESPACHADO CENTRALMENTE\",\"33\":\"NO DESPACHADO CENTRALMENTE\",\"34\":\"NO DESPACHADO CENTRALMENTE\",\"35\":\"NO DESPACHADO CENTRALMENTE\",\"36\":\"NO DESPACHADO CENTRALMENTE\",\"37\":\"NO DESPACHADO CENTRALMENTE\",\"38\":\"NO DESPACHADO CENTRALMENTE\",\"39\":\"NO DESPACHADO CENTRALMENTE\",\"40\":\"NO DESPACHADO CENTRALMENTE\",\"41\":\"NO DESPACHADO CENTRALMENTE\",\"42\":\"NO DESPACHADO CENTRALMENTE\",\"43\":\"NO DESPACHADO CENTRALMENTE\",\"44\":\"NO DESPACHADO CENTRALMENTE\",\"45\":\"NO DESPACHADO CENTRALMENTE\",\"46\":\"NO DESPACHADO CENTRALMENTE\",\"47\":\"NO DESPACHADO CENTRALMENTE\",\"48\":\"NO DESPACHADO CENTRALMENTE\",\"49\":\"NO DESPACHADO CENTRALMENTE\",\"50\":\"NO DESPACHADO CENTRALMENTE\",\"51\":\"NO DESPACHADO CENTRALMENTE\",\"52\":\"NO DESPACHADO CENTRALMENTE\",\"53\":\"NO DESPACHADO CENTRALMENTE\",\"54\":\"NO DESPACHADO CENTRALMENTE\",\"55\":\"NO DESPACHADO CENTRALMENTE\",\"56\":\"NO DESPACHADO CENTRALMENTE\",\"57\":\"NO DESPACHADO CENTRALMENTE\",\"58\":\"NO DESPACHADO CENTRALMENTE\",\"59\":\"NO DESPACHADO CENTRALMENTE\",\"60\":\"NO DESPACHADO CENTRALMENTE\",\"61\":\"NO DESPACHADO CENTRALMENTE\",\"62\":\"NO DESPACHADO CENTRALMENTE\",\"63\":\"NO DESPACHADO CENTRALMENTE\",\"64\":\"NO DESPACHADO CENTRALMENTE\",\"65\":\"NO DESPACHADO CENTRALMENTE\",\"66\":\"NO DESPACHADO CENTRALMENTE\",\"67\":\"NO DESPACHADO CENTRALMENTE\",\"68\":\"NO DESPACHADO CENTRALMENTE\",\"69\":\"NO DESPACHADO CENTRALMENTE\",\"70\":\"NO DESPACHADO CENTRALMENTE\",\"71\":\"NO DESPACHADO CENTRALMENTE\",\"72\":\"NO DESPACHADO CENTRALMENTE\",\"73\":\"NO DESPACHADO CENTRALMENTE\",\"74\":\"NO DESPACHADO CENTRALMENTE\",\"75\":\"NO DESPACHADO CENTRALMENTE\",\"76\":\"NO DESPACHADO CENTRALMENTE\",\"77\":\"NO DESPACHADO CENTRALMENTE\",\"78\":\"NO DESPACHADO CENTRALMENTE\",\"79\":\"NO DESPACHADO CENTRALMENTE\",\"80\":\"NO DESPACHADO CENTRALMENTE\",\"81\":\"NO DESPACHADO CENTRALMENTE\",\"82\":\"NO DESPACHADO CENTRALMENTE\",\"83\":\"NO DESPACHADO CENTRALMENTE\",\"84\":\"NO DESPACHADO CENTRALMENTE\",\"85\":\"NO DESPACHADO CENTRALMENTE\",\"86\":\"NO DESPACHADO CENTRALMENTE\",\"87\":\"NO DESPACHADO CENTRALMENTE\",\"88\":\"NO DESPACHADO CENTRALMENTE\",\"89\":\"NO DESPACHADO CENTRALMENTE\",\"90\":\"NO DESPACHADO CENTRALMENTE\",\"91\":\"NO DESPACHADO CENTRALMENTE\",\"92\":\"NO DESPACHADO CENTRALMENTE\",\"93\":\"NO DESPACHADO CENTRALMENTE\",\"94\":\"NO DESPACHADO CENTRALMENTE\",\"95\":\"NO DESPACHADO CENTRALMENTE\",\"96\":\"NO DESPACHADO CENTRALMENTE\",\"97\":\"NO DESPACHADO CENTRALMENTE\",\"98\":\"NO DESPACHADO CENTRALMENTE\",\"99\":\"NO DESPACHADO CENTRALMENTE\",\"100\":\"NO DESPACHADO CENTRALMENTE\",\"101\":\"NO DESPACHADO CENTRALMENTE\",\"102\":\"NO DESPACHADO CENTRALMENTE\",\"103\":\"NO DESPACHADO CENTRALMENTE\",\"104\":\"NO DESPACHADO CENTRALMENTE\",\"105\":\"NO DESPACHADO CENTRALMENTE\",\"106\":\"NO DESPACHADO CENTRALMENTE\",\"107\":\"NO DESPACHADO CENTRALMENTE\",\"108\":\"NO DESPACHADO CENTRALMENTE\",\"109\":\"NO DESPACHADO CENTRALMENTE\",\"110\":\"NO DESPACHADO CENTRALMENTE\",\"111\":\"NO DESPACHADO CENTRALMENTE\",\"112\":\"NO DESPACHADO CENTRALMENTE\",\"113\":\"NO DESPACHADO CENTRALMENTE\",\"114\":\"NO DESPACHADO CENTRALMENTE\",\"115\":\"NO DESPACHADO CENTRALMENTE\",\"116\":\"NO DESPACHADO CENTRALMENTE\",\"117\":\"NO DESPACHADO CENTRALMENTE\",\"118\":\"NO DESPACHADO CENTRALMENTE\",\"119\":\"NO DESPACHADO CENTRALMENTE\",\"120\":\"NO DESPACHADO CENTRALMENTE\",\"121\":\"NO DESPACHADO CENTRALMENTE\",\"122\":\"NO DESPACHADO CENTRALMENTE\",\"123\":\"NO DESPACHADO CENTRALMENTE\",\"124\":\"NO DESPACHADO CENTRALMENTE\",\"125\":\"NO DESPACHADO CENTRALMENTE\",\"126\":\"NO DESPACHADO CENTRALMENTE\",\"127\":\"NO DESPACHADO CENTRALMENTE\",\"128\":\"NO DESPACHADO CENTRALMENTE\",\"129\":\"NO DESPACHADO CENTRALMENTE\",\"130\":\"NO DESPACHADO CENTRALMENTE\",\"131\":\"DESPACHADO CENTRALMENTE\",\"132\":\"NO DESPACHADO CENTRALMENTE\",\"133\":\"NO DESPACHADO CENTRALMENTE\",\"134\":\"NO DESPACHADO CENTRALMENTE\",\"135\":\"NO DESPACHADO CENTRALMENTE\",\"136\":\"NO DESPACHADO CENTRALMENTE\",\"137\":\"NO DESPACHADO CENTRALMENTE\",\"138\":\"NO DESPACHADO CENTRALMENTE\",\"139\":\"NO DESPACHADO CENTRALMENTE\",\"140\":\"NO DESPACHADO CENTRALMENTE\",\"141\":\"NO DESPACHADO CENTRALMENTE\",\"142\":\"NO DESPACHADO CENTRALMENTE\",\"143\":\"NO DESPACHADO CENTRALMENTE\",\"144\":\"NO DESPACHADO CENTRALMENTE\",\"145\":\"NO DESPACHADO CENTRALMENTE\",\"146\":\"NO DESPACHADO CENTRALMENTE\",\"147\":\"NO DESPACHADO CENTRALMENTE\",\"148\":\"NO DESPACHADO CENTRALMENTE\",\"149\":\"NO DESPACHADO CENTRALMENTE\",\"150\":\"NO DESPACHADO CENTRALMENTE\",\"151\":\"NO DESPACHADO CENTRALMENTE\",\"152\":\"NO DESPACHADO CENTRALMENTE\",\"153\":\"NO DESPACHADO CENTRALMENTE\",\"154\":\"NO DESPACHADO CENTRALMENTE\",\"155\":\"NO DESPACHADO CENTRALMENTE\",\"156\":\"NO DESPACHADO CENTRALMENTE\",\"157\":\"NO DESPACHADO CENTRALMENTE\",\"158\":\"NO DESPACHADO CENTRALMENTE\",\"159\":\"NO DESPACHADO CENTRALMENTE\",\"160\":\"NO DESPACHADO CENTRALMENTE\",\"161\":\"NO DESPACHADO CENTRALMENTE\",\"162\":\"NO DESPACHADO CENTRALMENTE\",\"163\":\"NO DESPACHADO CENTRALMENTE\",\"164\":\"NO DESPACHADO CENTRALMENTE\",\"165\":\"NO DESPACHADO CENTRALMENTE\",\"166\":\"NO DESPACHADO CENTRALMENTE\",\"167\":\"NO DESPACHADO CENTRALMENTE\",\"168\":\"NO DESPACHADO CENTRALMENTE\",\"169\":\"NO DESPACHADO CENTRALMENTE\",\"170\":\"NO DESPACHADO CENTRALMENTE\",\"171\":\"NO DESPACHADO CENTRALMENTE\",\"172\":\"NO DESPACHADO CENTRALMENTE\",\"173\":\"NO DESPACHADO CENTRALMENTE\",\"174\":\"NO DESPACHADO CENTRALMENTE\",\"175\":\"NO DESPACHADO CENTRALMENTE\",\"176\":\"NO DESPACHADO CENTRALMENTE\",\"177\":\"NO DESPACHADO CENTRALMENTE\",\"178\":\"NO DESPACHADO CENTRALMENTE\",\"179\":\"NO DESPACHADO CENTRALMENTE\",\"180\":\"NO DESPACHADO CENTRALMENTE\",\"181\":\"NO DESPACHADO CENTRALMENTE\",\"182\":\"NO DESPACHADO CENTRALMENTE\",\"183\":\"NO DESPACHADO CENTRALMENTE\",\"184\":\"NO DESPACHADO CENTRALMENTE\",\"185\":\"NO DESPACHADO CENTRALMENTE\",\"186\":\"NO DESPACHADO CENTRALMENTE\",\"187\":\"NO DESPACHADO CENTRALMENTE\",\"188\":\"NO DESPACHADO CENTRALMENTE\",\"189\":\"DESPACHADO CENTRALMENTE\",\"190\":\"NO DESPACHADO CENTRALMENTE\",\"191\":\"NO DESPACHADO CENTRALMENTE\",\"192\":\"NO DESPACHADO CENTRALMENTE\",\"193\":\"NO DESPACHADO CENTRALMENTE\",\"194\":\"NO DESPACHADO CENTRALMENTE\",\"195\":\"NO DESPACHADO CENTRALMENTE\",\"196\":\"NO DESPACHADO CENTRALMENTE\",\"197\":\"NO DESPACHADO CENTRALMENTE\",\"198\":\"NO DESPACHADO CENTRALMENTE\",\"199\":\"NO DESPACHADO CENTRALMENTE\",\"200\":\"NO DESPACHADO CENTRALMENTE\",\"201\":\"NO DESPACHADO CENTRALMENTE\",\"202\":\"NO DESPACHADO CENTRALMENTE\",\"203\":\"NO DESPACHADO CENTRALMENTE\",\"204\":\"NO DESPACHADO CENTRALMENTE\",\"205\":\"NO DESPACHADO CENTRALMENTE\",\"206\":\"NO DESPACHADO CENTRALMENTE\",\"207\":\"NO DESPACHADO CENTRALMENTE\",\"208\":\"NO DESPACHADO CENTRALMENTE\",\"209\":\"NO DESPACHADO CENTRALMENTE\",\"210\":\"NO DESPACHADO CENTRALMENTE\",\"211\":\"NO DESPACHADO CENTRALMENTE\",\"212\":\"NO DESPACHADO CENTRALMENTE\",\"213\":\"NO DESPACHADO CENTRALMENTE\",\"214\":\"NO DESPACHADO CENTRALMENTE\",\"215\":\"NO DESPACHADO CENTRALMENTE\",\"216\":\"NO DESPACHADO CENTRALMENTE\",\"217\":\"NO DESPACHADO CENTRALMENTE\",\"218\":\"NO DESPACHADO CENTRALMENTE\",\"219\":\"NO DESPACHADO CENTRALMENTE\",\"220\":\"NO DESPACHADO CENTRALMENTE\",\"221\":\"NO DESPACHADO CENTRALMENTE\",\"222\":\"NO DESPACHADO CENTRALMENTE\",\"223\":\"NO DESPACHADO CENTRALMENTE\",\"224\":\"NO DESPACHADO CENTRALMENTE\",\"225\":\"NO DESPACHADO CENTRALMENTE\",\"226\":\"NO DESPACHADO CENTRALMENTE\",\"227\":\"NO DESPACHADO CENTRALMENTE\",\"228\":\"NO DESPACHADO CENTRALMENTE\",\"229\":\"NO DESPACHADO CENTRALMENTE\",\"230\":\"NO DESPACHADO CENTRALMENTE\",\"231\":\"NO DESPACHADO CENTRALMENTE\",\"232\":\"NO DESPACHADO CENTRALMENTE\",\"233\":\"NO DESPACHADO CENTRALMENTE\",\"234\":\"NO DESPACHADO CENTRALMENTE\",\"235\":\"NO DESPACHADO CENTRALMENTE\",\"236\":\"NO DESPACHADO CENTRALMENTE\",\"237\":\"NO DESPACHADO CENTRALMENTE\",\"238\":\"NO DESPACHADO CENTRALMENTE\",\"239\":\"NO DESPACHADO CENTRALMENTE\",\"240\":\"NO DESPACHADO CENTRALMENTE\",\"241\":\"NO DESPACHADO CENTRALMENTE\",\"242\":\"NO DESPACHADO CENTRALMENTE\",\"243\":\"NO DESPACHADO CENTRALMENTE\",\"244\":\"NO DESPACHADO CENTRALMENTE\",\"245\":\"NO DESPACHADO CENTRALMENTE\",\"246\":\"NO DESPACHADO CENTRALMENTE\",\"247\":\"NO DESPACHADO CENTRALMENTE\",\"248\":\"NO DESPACHADO CENTRALMENTE\",\"249\":\"NO DESPACHADO CENTRALMENTE\",\"250\":\"NO DESPACHADO CENTRALMENTE\",\"251\":\"NO DESPACHADO CENTRALMENTE\",\"252\":\"NO DESPACHADO CENTRALMENTE\",\"253\":\"NO DESPACHADO CENTRALMENTE\",\"254\":\"NO DESPACHADO CENTRALMENTE\",\"255\":\"NO DESPACHADO CENTRALMENTE\",\"256\":\"NO DESPACHADO CENTRALMENTE\",\"257\":\"NO DESPACHADO CENTRALMENTE\",\"258\":\"NO DESPACHADO CENTRALMENTE\",\"259\":\"NO DESPACHADO CENTRALMENTE\",\"260\":\"NO DESPACHADO CENTRALMENTE\",\"261\":\"NO DESPACHADO CENTRALMENTE\",\"262\":\"NO DESPACHADO CENTRALMENTE\",\"263\":\"NO DESPACHADO CENTRALMENTE\",\"264\":\"NO DESPACHADO CENTRALMENTE\",\"265\":\"NO DESPACHADO CENTRALMENTE\",\"266\":\"NO DESPACHADO CENTRALMENTE\",\"267\":\"NO DESPACHADO CENTRALMENTE\",\"268\":\"NO DESPACHADO CENTRALMENTE\",\"269\":\"NO DESPACHADO CENTRALMENTE\",\"270\":\"NO DESPACHADO CENTRALMENTE\",\"271\":\"NO DESPACHADO CENTRALMENTE\",\"272\":\"NO DESPACHADO CENTRALMENTE\",\"273\":\"NO DESPACHADO CENTRALMENTE\",\"274\":\"NO DESPACHADO CENTRALMENTE\",\"275\":\"NO DESPACHADO CENTRALMENTE\",\"276\":\"NO DESPACHADO CENTRALMENTE\",\"277\":\"NO DESPACHADO CENTRALMENTE\",\"278\":\"NO DESPACHADO CENTRALMENTE\",\"279\":\"NO DESPACHADO CENTRALMENTE\",\"280\":\"NO DESPACHADO CENTRALMENTE\",\"281\":\"NO DESPACHADO CENTRALMENTE\",\"282\":\"NO DESPACHADO CENTRALMENTE\",\"283\":\"DESPACHADO CENTRALMENTE\",\"284\":\"NO DESPACHADO CENTRALMENTE\",\"285\":\"NO DESPACHADO CENTRALMENTE\",\"286\":\"NO DESPACHADO CENTRALMENTE\",\"287\":\"NO DESPACHADO CENTRALMENTE\",\"288\":\"NO DESPACHADO CENTRALMENTE\",\"289\":\"NO DESPACHADO CENTRALMENTE\",\"290\":\"NO DESPACHADO CENTRALMENTE\",\"291\":\"NO DESPACHADO CENTRALMENTE\",\"292\":\"NO DESPACHADO CENTRALMENTE\",\"293\":\"NO DESPACHADO CENTRALMENTE\",\"294\":\"NO DESPACHADO CENTRALMENTE\",\"295\":\"NO DESPACHADO CENTRALMENTE\",\"296\":\"NO DESPACHADO CENTRALMENTE\",\"297\":\"NO DESPACHADO CENTRALMENTE\",\"298\":\"NO DESPACHADO CENTRALMENTE\",\"299\":\"NO DESPACHADO CENTRALMENTE\",\"300\":\"NO DESPACHADO CENTRALMENTE\",\"301\":\"NO DESPACHADO CENTRALMENTE\",\"302\":\"NO DESPACHADO CENTRALMENTE\",\"303\":\"NO DESPACHADO CENTRALMENTE\",\"304\":\"NO DESPACHADO CENTRALMENTE\",\"305\":\"NO DESPACHADO CENTRALMENTE\",\"306\":\"NO DESPACHADO CENTRALMENTE\",\"307\":\"NO DESPACHADO CENTRALMENTE\",\"308\":\"NO DESPACHADO CENTRALMENTE\",\"309\":\"NO DESPACHADO CENTRALMENTE\",\"310\":\"NO DESPACHADO CENTRALMENTE\",\"311\":\"NO DESPACHADO CENTRALMENTE\",\"312\":\"NO DESPACHADO CENTRALMENTE\",\"313\":\"NO DESPACHADO CENTRALMENTE\",\"314\":\"NO DESPACHADO CENTRALMENTE\",\"315\":\"NO DESPACHADO CENTRALMENTE\",\"316\":\"NO DESPACHADO CENTRALMENTE\",\"317\":\"NO DESPACHADO CENTRALMENTE\",\"318\":\"NO DESPACHADO CENTRALMENTE\",\"319\":\"NO DESPACHADO CENTRALMENTE\",\"320\":\"NO DESPACHADO CENTRALMENTE\",\"321\":\"NO DESPACHADO CENTRALMENTE\",\"322\":\"NO DESPACHADO CENTRALMENTE\",\"323\":\"NO DESPACHADO CENTRALMENTE\",\"324\":\"NO DESPACHADO CENTRALMENTE\",\"325\":\"NO DESPACHADO CENTRALMENTE\",\"326\":\"NO DESPACHADO CENTRALMENTE\",\"327\":\"NO DESPACHADO CENTRALMENTE\",\"328\":\"NO DESPACHADO CENTRALMENTE\",\"329\":\"NO DESPACHADO CENTRALMENTE\",\"330\":\"NO DESPACHADO CENTRALMENTE\",\"331\":\"NO DESPACHADO CENTRALMENTE\",\"332\":\"NO DESPACHADO CENTRALMENTE\",\"333\":\"NO DESPACHADO CENTRALMENTE\",\"334\":\"NO DESPACHADO CENTRALMENTE\",\"335\":\"NO DESPACHADO CENTRALMENTE\",\"336\":\"NO DESPACHADO CENTRALMENTE\",\"337\":\"NO DESPACHADO CENTRALMENTE\",\"338\":\"NO DESPACHADO CENTRALMENTE\",\"339\":\"NO DESPACHADO CENTRALMENTE\",\"340\":\"NO DESPACHADO CENTRALMENTE\",\"341\":\"NO DESPACHADO CENTRALMENTE\",\"342\":\"NO DESPACHADO CENTRALMENTE\",\"343\":\"NO DESPACHADO CENTRALMENTE\",\"344\":\"NO DESPACHADO CENTRALMENTE\",\"345\":\"NO DESPACHADO CENTRALMENTE\",\"346\":\"NO DESPACHADO CENTRALMENTE\",\"347\":\"NO DESPACHADO CENTRALMENTE\",\"348\":\"NO DESPACHADO CENTRALMENTE\",\"349\":\"NO DESPACHADO CENTRALMENTE\",\"350\":\"NO DESPACHADO CENTRALMENTE\",\"351\":\"NO DESPACHADO CENTRALMENTE\",\"352\":\"NO DESPACHADO CENTRALMENTE\",\"353\":\"NO DESPACHADO CENTRALMENTE\",\"354\":\"NO DESPACHADO CENTRALMENTE\",\"355\":\"DESPACHADO CENTRALMENTE\",\"356\":\"NO DESPACHADO CENTRALMENTE\",\"357\":\"NO DESPACHADO CENTRALMENTE\",\"358\":\"NO DESPACHADO CENTRALMENTE\",\"359\":\"NO DESPACHADO CENTRALMENTE\",\"360\":\"NO DESPACHADO CENTRALMENTE\",\"361\":\"NO DESPACHADO CENTRALMENTE\",\"362\":\"DESPACHADO CENTRALMENTE\",\"363\":\"DESPACHADO CENTRALMENTE\",\"364\":\"NO DESPACHADO CENTRALMENTE\",\"365\":\"NO DESPACHADO CENTRALMENTE\",\"366\":\"NO DESPACHADO CENTRALMENTE\",\"367\":\"NO DESPACHADO CENTRALMENTE\",\"368\":\"NO DESPACHADO CENTRALMENTE\",\"369\":\"NO DESPACHADO CENTRALMENTE\",\"370\":\"NO DESPACHADO CENTRALMENTE\",\"371\":\"NO DESPACHADO CENTRALMENTE\",\"372\":\"NO DESPACHADO CENTRALMENTE\",\"373\":\"NO DESPACHADO CENTRALMENTE\",\"374\":\"NO DESPACHADO CENTRALMENTE\",\"375\":\"NO DESPACHADO CENTRALMENTE\",\"376\":\"DESPACHADO CENTRALMENTE\",\"377\":\"NO DESPACHADO CENTRALMENTE\",\"378\":\"NO DESPACHADO CENTRALMENTE\",\"379\":\"NO DESPACHADO CENTRALMENTE\",\"380\":\"NO DESPACHADO CENTRALMENTE\",\"381\":\"NO DESPACHADO CENTRALMENTE\",\"382\":\"NO DESPACHADO CENTRALMENTE\",\"383\":\"NO DESPACHADO CENTRALMENTE\",\"384\":\"NO DESPACHADO CENTRALMENTE\",\"385\":\"NO DESPACHADO CENTRALMENTE\",\"386\":\"NO DESPACHADO CENTRALMENTE\",\"387\":\"NO DESPACHADO CENTRALMENTE\",\"388\":\"NO DESPACHADO CENTRALMENTE\",\"389\":\"NO DESPACHADO CENTRALMENTE\",\"390\":\"NO DESPACHADO CENTRALMENTE\",\"391\":\"NO DESPACHADO CENTRALMENTE\",\"392\":\"NO DESPACHADO CENTRALMENTE\",\"393\":\"NO DESPACHADO CENTRALMENTE\",\"394\":\"NO DESPACHADO CENTRALMENTE\",\"395\":\"NO DESPACHADO CENTRALMENTE\",\"396\":\"NO DESPACHADO CENTRALMENTE\",\"397\":\"NO DESPACHADO CENTRALMENTE\",\"398\":\"NO DESPACHADO CENTRALMENTE\",\"399\":\"NO DESPACHADO CENTRALMENTE\",\"400\":\"NO DESPACHADO CENTRALMENTE\",\"401\":\"NO DESPACHADO CENTRALMENTE\",\"402\":\"NO DESPACHADO CENTRALMENTE\",\"403\":\"NO DESPACHADO CENTRALMENTE\",\"404\":\"NO DESPACHADO CENTRALMENTE\",\"405\":\"NO DESPACHADO CENTRALMENTE\",\"406\":\"NO DESPACHADO CENTRALMENTE\",\"407\":\"NO DESPACHADO CENTRALMENTE\",\"408\":\"NO DESPACHADO CENTRALMENTE\",\"409\":\"NO DESPACHADO CENTRALMENTE\",\"410\":\"NO DESPACHADO CENTRALMENTE\",\"411\":\"NO DESPACHADO CENTRALMENTE\",\"412\":\"NO DESPACHADO CENTRALMENTE\",\"413\":\"NO DESPACHADO CENTRALMENTE\",\"414\":\"NO DESPACHADO CENTRALMENTE\",\"415\":\"NO DESPACHADO CENTRALMENTE\",\"416\":\"NO DESPACHADO CENTRALMENTE\",\"417\":\"NO DESPACHADO CENTRALMENTE\",\"418\":\"NO DESPACHADO CENTRALMENTE\",\"419\":\"NO DESPACHADO CENTRALMENTE\",\"420\":\"NO DESPACHADO CENTRALMENTE\",\"421\":\"NO DESPACHADO CENTRALMENTE\",\"422\":\"NO DESPACHADO CENTRALMENTE\",\"423\":\"NO DESPACHADO CENTRALMENTE\",\"424\":\"NO DESPACHADO CENTRALMENTE\",\"425\":\"NO DESPACHADO CENTRALMENTE\",\"426\":\"NO DESPACHADO CENTRALMENTE\",\"427\":\"NO DESPACHADO CENTRALMENTE\",\"428\":\"NO DESPACHADO CENTRALMENTE\",\"429\":\"NO DESPACHADO CENTRALMENTE\",\"430\":\"NO DESPACHADO CENTRALMENTE\",\"431\":\"NO DESPACHADO CENTRALMENTE\",\"432\":\"NO DESPACHADO CENTRALMENTE\",\"433\":\"NO DESPACHADO CENTRALMENTE\",\"434\":\"NO DESPACHADO CENTRALMENTE\",\"435\":\"NO DESPACHADO CENTRALMENTE\",\"436\":\"NO DESPACHADO CENTRALMENTE\",\"437\":\"NO DESPACHADO CENTRALMENTE\",\"438\":\"NO DESPACHADO CENTRALMENTE\",\"439\":\"NO DESPACHADO CENTRALMENTE\",\"440\":\"NO DESPACHADO CENTRALMENTE\",\"441\":\"NO DESPACHADO CENTRALMENTE\",\"442\":\"NO DESPACHADO CENTRALMENTE\",\"443\":\"NO DESPACHADO CENTRALMENTE\",\"444\":\"NO DESPACHADO CENTRALMENTE\",\"445\":\"NO DESPACHADO CENTRALMENTE\",\"446\":\"NO DESPACHADO CENTRALMENTE\",\"447\":\"NO DESPACHADO CENTRALMENTE\",\"448\":\"NO DESPACHADO CENTRALMENTE\",\"449\":\"NO DESPACHADO CENTRALMENTE\",\"450\":\"NO DESPACHADO CENTRALMENTE\",\"451\":\"NO DESPACHADO CENTRALMENTE\",\"452\":\"NO DESPACHADO CENTRALMENTE\",\"453\":\"NO DESPACHADO CENTRALMENTE\",\"454\":\"NO DESPACHADO CENTRALMENTE\",\"455\":\"NO DESPACHADO CENTRALMENTE\",\"456\":\"NO DESPACHADO CENTRALMENTE\",\"457\":\"NO DESPACHADO CENTRALMENTE\",\"458\":\"NO DESPACHADO CENTRALMENTE\",\"459\":\"NO DESPACHADO CENTRALMENTE\",\"460\":\"NO DESPACHADO CENTRALMENTE\",\"461\":\"NO DESPACHADO CENTRALMENTE\",\"462\":\"NO DESPACHADO CENTRALMENTE\",\"463\":\"NO DESPACHADO CENTRALMENTE\",\"464\":\"NO DESPACHADO CENTRALMENTE\",\"465\":\"NO DESPACHADO CENTRALMENTE\",\"466\":\"NO DESPACHADO CENTRALMENTE\",\"467\":\"NO DESPACHADO CENTRALMENTE\",\"468\":\"NO DESPACHADO CENTRALMENTE\",\"469\":\"NO DESPACHADO CENTRALMENTE\",\"470\":\"NO DESPACHADO CENTRALMENTE\",\"471\":\"NO DESPACHADO CENTRALMENTE\",\"472\":\"NO DESPACHADO CENTRALMENTE\",\"473\":\"NO DESPACHADO CENTRALMENTE\",\"474\":\"NO DESPACHADO CENTRALMENTE\",\"475\":\"NO DESPACHADO CENTRALMENTE\",\"476\":\"NO DESPACHADO CENTRALMENTE\",\"477\":\"NO DESPACHADO CENTRALMENTE\",\"478\":\"NO DESPACHADO CENTRALMENTE\",\"479\":\"NO DESPACHADO CENTRALMENTE\",\"480\":\"NO DESPACHADO CENTRALMENTE\",\"481\":\"NO DESPACHADO CENTRALMENTE\",\"482\":\"NO DESPACHADO CENTRALMENTE\",\"483\":\"NO DESPACHADO CENTRALMENTE\",\"484\":\"NO DESPACHADO CENTRALMENTE\",\"485\":\"NO DESPACHADO CENTRALMENTE\",\"486\":\"NO DESPACHADO CENTRALMENTE\",\"487\":\"NO DESPACHADO CENTRALMENTE\",\"488\":\"NO DESPACHADO CENTRALMENTE\",\"489\":\"NO DESPACHADO CENTRALMENTE\",\"490\":\"NO DESPACHADO CENTRALMENTE\",\"491\":\"NO DESPACHADO CENTRALMENTE\",\"492\":\"NO DESPACHADO CENTRALMENTE\",\"493\":\"NO DESPACHADO CENTRALMENTE\",\"494\":\"NO DESPACHADO CENTRALMENTE\",\"495\":\"NO DESPACHADO CENTRALMENTE\",\"496\":\"NO DESPACHADO CENTRALMENTE\",\"497\":\"NO DESPACHADO CENTRALMENTE\",\"498\":\"NO DESPACHADO CENTRALMENTE\",\"499\":\"NO DESPACHADO CENTRALMENTE\",\"500\":\"NO DESPACHADO CENTRALMENTE\",\"501\":\"NO DESPACHADO CENTRALMENTE\",\"502\":\"NO DESPACHADO CENTRALMENTE\",\"503\":\"NO DESPACHADO CENTRALMENTE\",\"504\":\"NO DESPACHADO CENTRALMENTE\",\"505\":\"NO DESPACHADO CENTRALMENTE\",\"506\":\"NO DESPACHADO CENTRALMENTE\",\"507\":\"NO DESPACHADO CENTRALMENTE\",\"508\":\"NO DESPACHADO CENTRALMENTE\",\"509\":\"NO DESPACHADO CENTRALMENTE\",\"510\":\"NO DESPACHADO CENTRALMENTE\",\"511\":\"NO DESPACHADO CENTRALMENTE\",\"512\":\"NO DESPACHADO CENTRALMENTE\",\"513\":\"NO DESPACHADO CENTRALMENTE\",\"514\":\"NO DESPACHADO CENTRALMENTE\",\"515\":\"NO DESPACHADO CENTRALMENTE\",\"516\":\"NO DESPACHADO CENTRALMENTE\",\"517\":\"NO DESPACHADO CENTRALMENTE\",\"518\":\"NO DESPACHADO CENTRALMENTE\",\"519\":\"NO DESPACHADO CENTRALMENTE\",\"520\":\"NO DESPACHADO CENTRALMENTE\",\"521\":\"NO DESPACHADO CENTRALMENTE\",\"522\":\"NO DESPACHADO CENTRALMENTE\",\"523\":\"NO DESPACHADO CENTRALMENTE\",\"524\":\"NO DESPACHADO CENTRALMENTE\",\"525\":\"NO DESPACHADO CENTRALMENTE\",\"526\":\"NO DESPACHADO CENTRALMENTE\",\"527\":\"NO DESPACHADO CENTRALMENTE\",\"528\":\"NO DESPACHADO CENTRALMENTE\",\"529\":\"NO DESPACHADO CENTRALMENTE\",\"530\":\"NO DESPACHADO CENTRALMENTE\",\"531\":\"NO DESPACHADO CENTRALMENTE\",\"532\":\"NO DESPACHADO CENTRALMENTE\",\"533\":\"NO DESPACHADO CENTRALMENTE\",\"534\":\"NO DESPACHADO CENTRALMENTE\",\"535\":\"NO DESPACHADO CENTRALMENTE\",\"536\":\"NO DESPACHADO CENTRALMENTE\",\"537\":\"NO DESPACHADO CENTRALMENTE\",\"538\":\"NO DESPACHADO CENTRALMENTE\",\"539\":\"NO DESPACHADO CENTRALMENTE\",\"540\":\"NO DESPACHADO CENTRALMENTE\",\"541\":\"NO DESPACHADO CENTRALMENTE\",\"542\":\"NO DESPACHADO CENTRALMENTE\",\"543\":\"NO DESPACHADO CENTRALMENTE\",\"544\":\"NO DESPACHADO CENTRALMENTE\",\"545\":\"NO DESPACHADO CENTRALMENTE\",\"546\":\"NO DESPACHADO CENTRALMENTE\",\"547\":\"NO DESPACHADO CENTRALMENTE\",\"548\":\"NO DESPACHADO CENTRALMENTE\",\"549\":\"NO DESPACHADO CENTRALMENTE\",\"550\":\"NO DESPACHADO CENTRALMENTE\",\"551\":\"NO DESPACHADO CENTRALMENTE\",\"552\":\"NO DESPACHADO CENTRALMENTE\",\"553\":\"NO DESPACHADO CENTRALMENTE\",\"554\":\"NO DESPACHADO CENTRALMENTE\",\"555\":\"NO DESPACHADO CENTRALMENTE\",\"556\":\"NO DESPACHADO CENTRALMENTE\",\"557\":\"NO DESPACHADO CENTRALMENTE\",\"558\":\"NO DESPACHADO CENTRALMENTE\",\"559\":\"NO DESPACHADO CENTRALMENTE\",\"560\":\"NO DESPACHADO CENTRALMENTE\",\"561\":\"NO DESPACHADO CENTRALMENTE\",\"562\":\"NO DESPACHADO CENTRALMENTE\",\"563\":\"NO DESPACHADO CENTRALMENTE\",\"564\":\"NO DESPACHADO CENTRALMENTE\",\"565\":\"NO DESPACHADO CENTRALMENTE\",\"566\":\"NO DESPACHADO CENTRALMENTE\",\"567\":\"NO DESPACHADO CENTRALMENTE\",\"568\":\"NO DESPACHADO CENTRALMENTE\",\"569\":\"NO DESPACHADO CENTRALMENTE\",\"570\":\"NO DESPACHADO CENTRALMENTE\",\"571\":\"NO DESPACHADO CENTRALMENTE\",\"572\":\"NO DESPACHADO CENTRALMENTE\",\"573\":\"NO DESPACHADO CENTRALMENTE\",\"574\":\"NO DESPACHADO CENTRALMENTE\",\"575\":\"NO DESPACHADO CENTRALMENTE\",\"576\":\"NO DESPACHADO CENTRALMENTE\",\"577\":\"NO DESPACHADO CENTRALMENTE\",\"578\":\"NO DESPACHADO CENTRALMENTE\",\"579\":\"NO DESPACHADO CENTRALMENTE\",\"580\":\"NO DESPACHADO CENTRALMENTE\",\"581\":\"NO DESPACHADO CENTRALMENTE\",\"582\":\"NO DESPACHADO CENTRALMENTE\",\"583\":\"NO DESPACHADO CENTRALMENTE\",\"584\":\"NO DESPACHADO CENTRALMENTE\",\"585\":\"NO DESPACHADO CENTRALMENTE\",\"586\":\"NO DESPACHADO CENTRALMENTE\",\"587\":\"NO DESPACHADO CENTRALMENTE\",\"588\":\"NO DESPACHADO CENTRALMENTE\",\"589\":\"NO DESPACHADO CENTRALMENTE\",\"590\":\"NO DESPACHADO CENTRALMENTE\",\"591\":\"NO DESPACHADO CENTRALMENTE\",\"592\":\"NO DESPACHADO CENTRALMENTE\",\"593\":\"NO DESPACHADO CENTRALMENTE\",\"594\":\"NO DESPACHADO CENTRALMENTE\",\"595\":\"NO DESPACHADO CENTRALMENTE\",\"596\":\"NO DESPACHADO CENTRALMENTE\",\"597\":\"NO DESPACHADO CENTRALMENTE\",\"598\":\"NO DESPACHADO CENTRALMENTE\",\"599\":\"NO DESPACHADO CENTRALMENTE\",\"600\":\"NO DESPACHADO CENTRALMENTE\",\"601\":\"NO DESPACHADO CENTRALMENTE\",\"602\":\"NO DESPACHADO CENTRALMENTE\",\"603\":\"NO DESPACHADO CENTRALMENTE\",\"604\":\"NO DESPACHADO CENTRALMENTE\",\"605\":\"NO DESPACHADO CENTRALMENTE\",\"606\":\"NO DESPACHADO CENTRALMENTE\",\"607\":\"NO DESPACHADO CENTRALMENTE\",\"608\":\"NO DESPACHADO CENTRALMENTE\",\"609\":\"NO DESPACHADO CENTRALMENTE\",\"610\":\"NO DESPACHADO CENTRALMENTE\",\"611\":\"NO DESPACHADO CENTRALMENTE\",\"612\":\"NO DESPACHADO CENTRALMENTE\",\"613\":\"NO DESPACHADO CENTRALMENTE\",\"614\":\"NO DESPACHADO CENTRALMENTE\",\"615\":\"NO DESPACHADO CENTRALMENTE\",\"616\":\"NO DESPACHADO CENTRALMENTE\",\"617\":\"NO DESPACHADO CENTRALMENTE\",\"618\":\"NO DESPACHADO CENTRALMENTE\",\"619\":\"NO DESPACHADO CENTRALMENTE\",\"620\":\"NO DESPACHADO CENTRALMENTE\",\"621\":\"NO DESPACHADO CENTRALMENTE\",\"622\":\"NO DESPACHADO CENTRALMENTE\",\"623\":\"NO DESPACHADO CENTRALMENTE\",\"624\":\"NO DESPACHADO CENTRALMENTE\",\"625\":\"NO DESPACHADO CENTRALMENTE\",\"626\":\"NO DESPACHADO CENTRALMENTE\",\"627\":\"NO DESPACHADO CENTRALMENTE\",\"628\":\"NO DESPACHADO CENTRALMENTE\",\"629\":\"NO DESPACHADO CENTRALMENTE\",\"630\":\"NO DESPACHADO CENTRALMENTE\",\"631\":\"NO DESPACHADO CENTRALMENTE\",\"632\":\"NO DESPACHADO CENTRALMENTE\",\"633\":\"NO DESPACHADO CENTRALMENTE\",\"634\":\"NO DESPACHADO CENTRALMENTE\",\"635\":\"NO DESPACHADO CENTRALMENTE\",\"636\":\"NO DESPACHADO CENTRALMENTE\",\"637\":\"NO DESPACHADO CENTRALMENTE\",\"638\":\"NO DESPACHADO CENTRALMENTE\",\"639\":\"NO DESPACHADO CENTRALMENTE\",\"640\":\"NO DESPACHADO CENTRALMENTE\",\"641\":\"NO DESPACHADO CENTRALMENTE\",\"642\":\"NO DESPACHADO CENTRALMENTE\",\"643\":\"NO DESPACHADO CENTRALMENTE\",\"644\":\"NO DESPACHADO CENTRALMENTE\",\"645\":\"NO DESPACHADO CENTRALMENTE\",\"646\":\"NO DESPACHADO CENTRALMENTE\",\"647\":\"NO DESPACHADO CENTRALMENTE\",\"648\":\"NO DESPACHADO CENTRALMENTE\",\"649\":\"NO DESPACHADO CENTRALMENTE\",\"650\":\"NO DESPACHADO CENTRALMENTE\",\"651\":\"NO DESPACHADO CENTRALMENTE\",\"652\":\"NO DESPACHADO CENTRALMENTE\",\"653\":\"NO DESPACHADO CENTRALMENTE\",\"654\":\"NO DESPACHADO CENTRALMENTE\",\"655\":\"NO DESPACHADO CENTRALMENTE\",\"656\":\"NO DESPACHADO CENTRALMENTE\",\"657\":\"NO DESPACHADO CENTRALMENTE\",\"658\":\"NO DESPACHADO CENTRALMENTE\",\"659\":\"NO DESPACHADO CENTRALMENTE\",\"660\":\"NO DESPACHADO CENTRALMENTE\",\"661\":\"NO DESPACHADO CENTRALMENTE\",\"662\":\"NO DESPACHADO CENTRALMENTE\",\"663\":\"NO DESPACHADO CENTRALMENTE\",\"664\":\"NO DESPACHADO CENTRALMENTE\",\"665\":\"NO DESPACHADO CENTRALMENTE\",\"666\":\"NO DESPACHADO CENTRALMENTE\",\"667\":\"NO DESPACHADO CENTRALMENTE\",\"668\":\"NO DESPACHADO CENTRALMENTE\",\"669\":\"NO DESPACHADO CENTRALMENTE\",\"670\":\"NO DESPACHADO CENTRALMENTE\",\"671\":\"NO DESPACHADO CENTRALMENTE\",\"672\":\"NO DESPACHADO CENTRALMENTE\",\"673\":\"NO DESPACHADO CENTRALMENTE\",\"674\":\"NO DESPACHADO CENTRALMENTE\",\"675\":\"NO DESPACHADO CENTRALMENTE\",\"676\":\"NO DESPACHADO CENTRALMENTE\",\"677\":\"NO DESPACHADO CENTRALMENTE\",\"678\":\"NO DESPACHADO CENTRALMENTE\",\"679\":\"NO DESPACHADO CENTRALMENTE\",\"680\":\"NO DESPACHADO CENTRALMENTE\",\"681\":\"NO DESPACHADO CENTRALMENTE\",\"682\":\"NO DESPACHADO CENTRALMENTE\",\"683\":\"NO DESPACHADO CENTRALMENTE\",\"684\":\"NO DESPACHADO CENTRALMENTE\",\"685\":\"NO DESPACHADO CENTRALMENTE\",\"686\":\"NO DESPACHADO CENTRALMENTE\",\"687\":\"DESPACHADO CENTRALMENTE\",\"688\":\"NO DESPACHADO CENTRALMENTE\",\"689\":\"NO DESPACHADO CENTRALMENTE\",\"690\":\"NO DESPACHADO CENTRALMENTE\",\"691\":\"NO DESPACHADO CENTRALMENTE\",\"692\":\"DESPACHADO CENTRALMENTE\",\"693\":\"DESPACHADO CENTRALMENTE\",\"694\":\"NO DESPACHADO CENTRALMENTE\",\"695\":\"NO DESPACHADO CENTRALMENTE\",\"696\":\"NO DESPACHADO CENTRALMENTE\",\"697\":\"NO DESPACHADO CENTRALMENTE\",\"698\":\"DESPACHADO CENTRALMENTE\",\"699\":\"NO DESPACHADO CENTRALMENTE\",\"700\":\"NO DESPACHADO CENTRALMENTE\",\"701\":\"NO DESPACHADO CENTRALMENTE\",\"702\":\"NO DESPACHADO CENTRALMENTE\",\"703\":\"NO DESPACHADO CENTRALMENTE\",\"704\":\"NO DESPACHADO CENTRALMENTE\",\"705\":\"DESPACHADO CENTRALMENTE\",\"706\":\"NO DESPACHADO CENTRALMENTE\",\"707\":\"DESPACHADO CENTRALMENTE\",\"708\":\"DESPACHADO CENTRALMENTE\",\"709\":\"NO DESPACHADO CENTRALMENTE\",\"710\":\"NO DESPACHADO CENTRALMENTE\",\"711\":\"NO DESPACHADO CENTRALMENTE\",\"712\":\"NO DESPACHADO CENTRALMENTE\",\"713\":\"DESPACHADO CENTRALMENTE\",\"714\":\"DESPACHADO CENTRALMENTE\",\"715\":\"NO DESPACHADO CENTRALMENTE\",\"716\":\"NO DESPACHADO CENTRALMENTE\",\"717\":\"NO DESPACHADO CENTRALMENTE\",\"718\":\"NO DESPACHADO CENTRALMENTE\",\"719\":\"NO DESPACHADO CENTRALMENTE\",\"720\":\"NO DESPACHADO CENTRALMENTE\",\"721\":\"NO DESPACHADO CENTRALMENTE\",\"722\":\"DESPACHADO CENTRALMENTE\",\"723\":\"DESPACHADO CENTRALMENTE\",\"724\":\"DESPACHADO CENTRALMENTE\",\"725\":\"DESPACHADO CENTRALMENTE\",\"726\":\"NO DESPACHADO CENTRALMENTE\",\"727\":\"DESPACHADO CENTRALMENTE\",\"728\":\"DESPACHADO CENTRALMENTE\",\"729\":\"DESPACHADO CENTRALMENTE\",\"730\":\"NO DESPACHADO CENTRALMENTE\",\"731\":\"NO DESPACHADO CENTRALMENTE\",\"732\":\"NO DESPACHADO CENTRALMENTE\",\"733\":\"DESPACHADO CENTRALMENTE\",\"734\":\"DESPACHADO CENTRALMENTE\",\"735\":\"NO DESPACHADO CENTRALMENTE\",\"736\":\"DESPACHADO CENTRALMENTE\",\"737\":\"DESPACHADO CENTRALMENTE\",\"738\":\"DESPACHADO CENTRALMENTE\",\"739\":\"DESPACHADO CENTRALMENTE\",\"740\":\"DESPACHADO CENTRALMENTE\",\"741\":\"DESPACHADO CENTRALMENTE\",\"742\":\"NO DESPACHADO CENTRALMENTE\",\"743\":\"NO DESPACHADO CENTRALMENTE\",\"744\":\"NO DESPACHADO CENTRALMENTE\",\"745\":\"NO DESPACHADO CENTRALMENTE\",\"746\":\"NO DESPACHADO CENTRALMENTE\",\"747\":\"NO DESPACHADO CENTRALMENTE\",\"748\":\"NO DESPACHADO CENTRALMENTE\",\"749\":\"NO DESPACHADO CENTRALMENTE\",\"750\":\"NO DESPACHADO CENTRALMENTE\",\"751\":\"DESPACHADO CENTRALMENTE\",\"752\":\"NO DESPACHADO CENTRALMENTE\",\"753\":\"NO DESPACHADO CENTRALMENTE\",\"754\":\"NO DESPACHADO CENTRALMENTE\",\"755\":\"NO DESPACHADO CENTRALMENTE\",\"756\":\"DESPACHADO CENTRALMENTE\",\"757\":\"DESPACHADO CENTRALMENTE\",\"758\":\"NO DESPACHADO CENTRALMENTE\",\"759\":\"NO DESPACHADO CENTRALMENTE\",\"760\":\"NO DESPACHADO CENTRALMENTE\",\"761\":\"NO DESPACHADO CENTRALMENTE\",\"762\":\"DESPACHADO CENTRALMENTE\",\"763\":\"DESPACHADO CENTRALMENTE\",\"764\":\"NO DESPACHADO CENTRALMENTE\",\"765\":\"NO DESPACHADO CENTRALMENTE\",\"766\":\"NO DESPACHADO CENTRALMENTE\",\"767\":\"NO DESPACHADO CENTRALMENTE\",\"768\":\"NO DESPACHADO CENTRALMENTE\",\"769\":\"DESPACHADO CENTRALMENTE\",\"770\":\"DESPACHADO CENTRALMENTE\",\"771\":\"NO DESPACHADO CENTRALMENTE\",\"772\":\"NO DESPACHADO CENTRALMENTE\",\"773\":\"NO DESPACHADO CENTRALMENTE\",\"774\":\"NO DESPACHADO CENTRALMENTE\",\"775\":\"DESPACHADO CENTRALMENTE\",\"776\":\"NO DESPACHADO CENTRALMENTE\",\"777\":\"NO DESPACHADO CENTRALMENTE\",\"778\":\"DESPACHADO CENTRALMENTE\",\"779\":\"DESPACHADO CENTRALMENTE\",\"780\":\"DESPACHADO CENTRALMENTE\",\"781\":\"DESPACHADO CENTRALMENTE\",\"782\":\"NO DESPACHADO CENTRALMENTE\",\"783\":\"DESPACHADO CENTRALMENTE\",\"784\":\"DESPACHADO CENTRALMENTE\",\"785\":\"NO DESPACHADO CENTRALMENTE\",\"786\":\"DESPACHADO CENTRALMENTE\",\"787\":\"DESPACHADO CENTRALMENTE\",\"788\":\"DESPACHADO CENTRALMENTE\",\"789\":\"NO DESPACHADO CENTRALMENTE\",\"790\":\"NO DESPACHADO CENTRALMENTE\",\"791\":\"NO DESPACHADO CENTRALMENTE\",\"792\":\"NO DESPACHADO CENTRALMENTE\",\"793\":\"NO DESPACHADO CENTRALMENTE\",\"794\":\"NO DESPACHADO CENTRALMENTE\",\"795\":\"DESPACHADO CENTRALMENTE\",\"796\":\"NO DESPACHADO CENTRALMENTE\",\"797\":\"NO DESPACHADO CENTRALMENTE\",\"798\":\"NO DESPACHADO CENTRALMENTE\",\"799\":\"NO DESPACHADO CENTRALMENTE\",\"800\":\"NO DESPACHADO CENTRALMENTE\",\"801\":\"NO DESPACHADO CENTRALMENTE\",\"802\":\"NO DESPACHADO CENTRALMENTE\",\"803\":\"NO DESPACHADO CENTRALMENTE\",\"804\":\"NO DESPACHADO CENTRALMENTE\",\"805\":\"NO DESPACHADO CENTRALMENTE\",\"806\":\"NO DESPACHADO CENTRALMENTE\",\"807\":\"NO DESPACHADO CENTRALMENTE\",\"808\":\"NO DESPACHADO CENTRALMENTE\",\"809\":\"NO DESPACHADO CENTRALMENTE\",\"810\":\"NO DESPACHADO CENTRALMENTE\",\"811\":\"NO DESPACHADO CENTRALMENTE\",\"812\":\"NO DESPACHADO CENTRALMENTE\",\"813\":\"NO DESPACHADO CENTRALMENTE\",\"814\":\"DESPACHADO CENTRALMENTE\",\"815\":\"DESPACHADO CENTRALMENTE\",\"816\":\"NO DESPACHADO CENTRALMENTE\",\"817\":\"DESPACHADO CENTRALMENTE\",\"818\":\"DESPACHADO CENTRALMENTE\",\"819\":\"NO DESPACHADO CENTRALMENTE\",\"820\":\"NO DESPACHADO CENTRALMENTE\",\"821\":\"DESPACHADO CENTRALMENTE\",\"822\":\"NO DESPACHADO CENTRALMENTE\",\"823\":\"NO DESPACHADO CENTRALMENTE\",\"824\":\"NO DESPACHADO CENTRALMENTE\",\"825\":\"NO DESPACHADO CENTRALMENTE\",\"826\":\"DESPACHADO CENTRALMENTE\",\"827\":\"DESPACHADO CENTRALMENTE\",\"828\":\"DESPACHADO CENTRALMENTE\",\"829\":\"DESPACHADO CENTRALMENTE\",\"830\":\"DESPACHADO CENTRALMENTE\",\"831\":\"DESPACHADO CENTRALMENTE\",\"832\":\"DESPACHADO CENTRALMENTE\",\"833\":\"DESPACHADO CENTRALMENTE\",\"834\":\"DESPACHADO CENTRALMENTE\",\"835\":\"DESPACHADO CENTRALMENTE\",\"836\":\"DESPACHADO CENTRALMENTE\",\"837\":\"DESPACHADO CENTRALMENTE\",\"838\":\"DESPACHADO CENTRALMENTE\",\"839\":\"NO DESPACHADO CENTRALMENTE\",\"840\":\"NO DESPACHADO CENTRALMENTE\",\"841\":\"NO DESPACHADO CENTRALMENTE\",\"842\":\"DESPACHADO CENTRALMENTE\",\"843\":\"NO DESPACHADO CENTRALMENTE\",\"844\":\"NO DESPACHADO CENTRALMENTE\",\"845\":\"DESPACHADO CENTRALMENTE\",\"846\":\"DESPACHADO CENTRALMENTE\",\"847\":\"DESPACHADO CENTRALMENTE\",\"848\":\"DESPACHADO CENTRALMENTE\",\"849\":\"DESPACHADO CENTRALMENTE\",\"850\":\"NO DESPACHADO CENTRALMENTE\",\"851\":\"DESPACHADO CENTRALMENTE\",\"852\":\"DESPACHADO CENTRALMENTE\",\"853\":\"DESPACHADO CENTRALMENTE\",\"854\":\"DESPACHADO CENTRALMENTE\",\"855\":\"DESPACHADO CENTRALMENTE\",\"856\":\"DESPACHADO CENTRALMENTE\",\"857\":\"NO DESPACHADO CENTRALMENTE\",\"858\":\"DESPACHADO CENTRALMENTE\",\"859\":\"NO DESPACHADO CENTRALMENTE\",\"860\":\"NO DESPACHADO CENTRALMENTE\",\"861\":\"NO DESPACHADO CENTRALMENTE\",\"862\":\"NO DESPACHADO CENTRALMENTE\",\"863\":\"DESPACHADO CENTRALMENTE\",\"864\":\"DESPACHADO CENTRALMENTE\",\"865\":\"DESPACHADO CENTRALMENTE\",\"866\":\"DESPACHADO CENTRALMENTE\"},\"Values_RecType\":{\"0\":\"NORMAL\",\"1\":\"FILO DE AGUA\",\"2\":\"GEN. DISTRIBUIDA\",\"3\":\"NORMAL\",\"4\":\"NORMAL\",\"5\":\"AUTOGENERADOR\",\"6\":\"AUTOGENERADOR\",\"7\":\"AUTOGENERADOR\",\"8\":\"GEN. DISTRIBUIDA\",\"9\":\"AUTOGENERADOR\",\"10\":\"AUTOGENERADOR\",\"11\":\"NORMAL\",\"12\":\"NORMAL\",\"13\":\"NORMAL\",\"14\":\"GEN. DISTRIBUIDA\",\"15\":\"NORMAL\",\"16\":\"NORMAL\",\"17\":\"NORMAL\",\"18\":\"NORMAL\",\"19\":\"NORMAL\",\"20\":\"COGENERADOR\",\"21\":\"NORMAL\",\"22\":\"NORMAL\",\"23\":\"AUTOGENERADOR\",\"24\":\"NORMAL\",\"25\":\"NORMAL\",\"26\":\"AUTOGENERADOR\",\"27\":\"NORMAL\",\"28\":\"NORMAL\",\"29\":\"NORMAL\",\"30\":\"NORMAL\",\"31\":\"NORMAL\",\"32\":\"COGENERADOR\",\"33\":\"NORMAL\",\"34\":\"NORMAL\",\"35\":\"NORMAL\",\"36\":\"NORMAL\",\"37\":\"NORMAL\",\"38\":\"NORMAL\",\"39\":\"AUTOGENERADOR\",\"40\":\"AUTOGENERADOR\",\"41\":\"NORMAL\",\"42\":\"NORMAL\",\"43\":\"NORMAL\",\"44\":\"NORMAL\",\"45\":\"AUTOG PEQ. ESCALA\",\"46\":\"AUTOGENERADOR\",\"47\":\"NORMAL\",\"48\":\"AUTOG PEQ. ESCALA\",\"49\":\"NORMAL\",\"50\":\"AUTOG PEQ. ESCALA\",\"51\":\"AUTOGENERADOR\",\"52\":\"AUTOG PEQ. ESCALA\",\"53\":\"NORMAL\",\"54\":\"NORMAL\",\"55\":\"AUTOG PEQ. ESCALA\",\"56\":\"AUTOG PEQ. ESCALA\",\"57\":\"AUTOG PEQ. ESCALA\",\"58\":\"AUTOG PEQ. ESCALA\",\"59\":\"AUTOG PEQ. ESCALA\",\"60\":\"NORMAL\",\"61\":\"AUTOG PEQ. ESCALA\",\"62\":\"AUTOG PEQ. ESCALA\",\"63\":\"AUTOG PEQ. ESCALA\",\"64\":\"NORMAL\",\"65\":\"AUTOG PEQ. ESCALA\",\"66\":\"AUTOG PEQ. ESCALA\",\"67\":\"AUTOG PEQ. ESCALA\",\"68\":\"AUTOG PEQ. ESCALA\",\"69\":\"AUTOG PEQ. ESCALA\",\"70\":\"AUTOG PEQ. ESCALA\",\"71\":\"AUTOGENERADOR\",\"72\":\"AUTOGENERADOR\",\"73\":\"NORMAL\",\"74\":\"AUTOG PEQ. ESCALA\",\"75\":\"AUTOG PEQ. ESCALA\",\"76\":\"AUTOG PEQ. ESCALA\",\"77\":\"AUTOG PEQ. ESCALA\",\"78\":\"NORMAL\",\"79\":\"AUTOG PEQ. ESCALA\",\"80\":\"AUTOG PEQ. ESCALA\",\"81\":\"AUTOG PEQ. ESCALA\",\"82\":\"AUTOG PEQ. ESCALA\",\"83\":\"NORMAL\",\"84\":\"AUTOG PEQ. ESCALA\",\"85\":\"AUTOG PEQ. ESCALA\",\"86\":\"AUTOG PEQ. ESCALA\",\"87\":\"AUTOG PEQ. ESCALA\",\"88\":\"AUTOG PEQ. ESCALA\",\"89\":\"AUTOG PEQ. ESCALA\",\"90\":\"AUTOG PEQ. ESCALA\",\"91\":\"AUTOG PEQ. ESCALA\",\"92\":\"AUTOG PEQ. ESCALA\",\"93\":\"AUTOG PEQ. ESCALA\",\"94\":\"AUTOG PEQ. ESCALA\",\"95\":\"AUTOG PEQ. ESCALA\",\"96\":\"AUTOG PEQ. ESCALA\",\"97\":\"NORMAL\",\"98\":\"AUTOG PEQ. ESCALA\",\"99\":\"AUTOG PEQ. ESCALA\",\"100\":\"AUTOG PEQ. ESCALA\",\"101\":\"AUTOG PEQ. ESCALA\",\"102\":\"AUTOGENERADOR\",\"103\":\"NORMAL\",\"104\":\"AUTOG PEQ. ESCALA\",\"105\":\"AUTOG PEQ. ESCALA\",\"106\":\"AUTOG PEQ. ESCALA\",\"107\":\"AUTOG PEQ. ESCALA\",\"108\":\"AUTOG PEQ. ESCALA\",\"109\":\"AUTOG PEQ. ESCALA\",\"110\":\"AUTOGENERADOR\",\"111\":\"AUTOG PEQ. ESCALA\",\"112\":\"AUTOG PEQ. ESCALA\",\"113\":\"AUTOG PEQ. ESCALA\",\"114\":\"NORMAL\",\"115\":\"AUTOG PEQ. ESCALA\",\"116\":\"AUTOG PEQ. ESCALA\",\"117\":\"AUTOG PEQ. ESCALA\",\"118\":\"AUTOG PEQ. ESCALA\",\"119\":\"AUTOG PEQ. ESCALA\",\"120\":\"AUTOG PEQ. ESCALA\",\"121\":\"AUTOG PEQ. ESCALA\",\"122\":\"NORMAL\",\"123\":\"AUTOG PEQ. ESCALA\",\"124\":\"AUTOG PEQ. ESCALA\",\"125\":\"AUTOG PEQ. ESCALA\",\"126\":\"AUTOG PEQ. ESCALA\",\"127\":\"AUTOG PEQ. ESCALA\",\"128\":\"AUTOG PEQ. ESCALA\",\"129\":\"AUTOG PEQ. ESCALA\",\"130\":\"AUTOG PEQ. ESCALA\",\"131\":\"NORMAL\",\"132\":\"AUTOG PEQ. ESCALA\",\"133\":\"AUTOG PEQ. ESCALA\",\"134\":\"AUTOG PEQ. ESCALA\",\"135\":\"AUTOG PEQ. ESCALA\",\"136\":\"AUTOG PEQ. ESCALA\",\"137\":\"AUTOG PEQ. ESCALA\",\"138\":\"AUTOG PEQ. ESCALA\",\"139\":\"AUTOG PEQ. ESCALA\",\"140\":\"AUTOG PEQ. ESCALA\",\"141\":\"AUTOG PEQ. ESCALA\",\"142\":\"AUTOG PEQ. ESCALA\",\"143\":\"NORMAL\",\"144\":\"AUTOG PEQ. ESCALA\",\"145\":\"NORMAL\",\"146\":\"AUTOG PEQ. ESCALA\",\"147\":\"AUTOG PEQ. ESCALA\",\"148\":\"AUTOG PEQ. ESCALA\",\"149\":\"AUTOG PEQ. ESCALA\",\"150\":\"AUTOG PEQ. ESCALA\",\"151\":\"AUTOGENERADOR\",\"152\":\"AUTOG PEQ. ESCALA\",\"153\":\"AUTOG PEQ. ESCALA\",\"154\":\"AUTOG PEQ. ESCALA\",\"155\":\"NORMAL\",\"156\":\"AUTOG PEQ. ESCALA\",\"157\":\"NORMAL\",\"158\":\"AUTOG PEQ. ESCALA\",\"159\":\"AUTOGENERADOR\",\"160\":\"NORMAL\",\"161\":\"NORMAL\",\"162\":\"AUTOG PEQ. ESCALA\",\"163\":\"AUTOG PEQ. ESCALA\",\"164\":\"AUTOG PEQ. ESCALA\",\"165\":\"AUTOG PEQ. ESCALA\",\"166\":\"NORMAL\",\"167\":\"AUTOG PEQ. ESCALA\",\"168\":\"AUTOG PEQ. ESCALA\",\"169\":\"AUTOG PEQ. ESCALA\",\"170\":\"AUTOG PEQ. ESCALA\",\"171\":\"AUTOG PEQ. ESCALA\",\"172\":\"AUTOG PEQ. ESCALA\",\"173\":\"AUTOG PEQ. ESCALA\",\"174\":\"AUTOG PEQ. ESCALA\",\"175\":\"AUTOG PEQ. ESCALA\",\"176\":\"AUTOG PEQ. ESCALA\",\"177\":\"AUTOG PEQ. ESCALA\",\"178\":\"AUTOG PEQ. ESCALA\",\"179\":\"AUTOG PEQ. ESCALA\",\"180\":\"AUTOG PEQ. ESCALA\",\"181\":\"AUTOG PEQ. ESCALA\",\"182\":\"AUTOG PEQ. ESCALA\",\"183\":\"AUTOG PEQ. ESCALA\",\"184\":\"AUTOG PEQ. ESCALA\",\"185\":\"AUTOG PEQ. ESCALA\",\"186\":\"AUTOG PEQ. ESCALA\",\"187\":\"AUTOG PEQ. ESCALA\",\"188\":\"AUTOG PEQ. ESCALA\",\"189\":\"NORMAL\",\"190\":\"AUTOG PEQ. ESCALA\",\"191\":\"NORMAL\",\"192\":\"AUTOG PEQ. ESCALA\",\"193\":\"AUTOG PEQ. ESCALA\",\"194\":\"AUTOG PEQ. ESCALA\",\"195\":\"AUTOG PEQ. ESCALA\",\"196\":\"AUTOGENERADOR\",\"197\":\"AUTOG PEQ. ESCALA\",\"198\":\"AUTOG PEQ. ESCALA\",\"199\":\"AUTOG PEQ. ESCALA\",\"200\":\"AUTOG PEQ. ESCALA\",\"201\":\"NORMAL\",\"202\":\"NORMAL\",\"203\":\"AUTOG PEQ. ESCALA\",\"204\":\"NORMAL\",\"205\":\"NORMAL\",\"206\":\"AUTOG PEQ. ESCALA\",\"207\":\"AUTOG PEQ. ESCALA\",\"208\":\"AUTOG PEQ. ESCALA\",\"209\":\"AUTOG PEQ. ESCALA\",\"210\":\"AUTOG PEQ. ESCALA\",\"211\":\"AUTOG PEQ. ESCALA\",\"212\":\"AUTOGENERADOR\",\"213\":\"AUTOGENERADOR\",\"214\":\"AUTOG PEQ. ESCALA\",\"215\":\"AUTOG PEQ. ESCALA\",\"216\":\"AUTOG PEQ. ESCALA\",\"217\":\"AUTOG PEQ. ESCALA\",\"218\":\"AUTOG PEQ. ESCALA\",\"219\":\"AUTOG PEQ. ESCALA\",\"220\":\"AUTOG PEQ. ESCALA\",\"221\":\"AUTOG PEQ. ESCALA\",\"222\":\"AUTOG PEQ. ESCALA\",\"223\":\"AUTOGENERADOR\",\"224\":\"NORMAL\",\"225\":\"AUTOG PEQ. ESCALA\",\"226\":\"AUTOG PEQ. ESCALA\",\"227\":\"AUTOG PEQ. ESCALA\",\"228\":\"AUTOG PEQ. ESCALA\",\"229\":\"AUTOG PEQ. ESCALA\",\"230\":\"AUTOG PEQ. ESCALA\",\"231\":\"AUTOG PEQ. ESCALA\",\"232\":\"AUTOG PEQ. ESCALA\",\"233\":\"AUTOG PEQ. ESCALA\",\"234\":\"AUTOG PEQ. ESCALA\",\"235\":\"AUTOG PEQ. ESCALA\",\"236\":\"AUTOG PEQ. ESCALA\",\"237\":\"NORMAL\",\"238\":\"AUTOG PEQ. ESCALA\",\"239\":\"NORMAL\",\"240\":\"AUTOG PEQ. ESCALA\",\"241\":\"AUTOGENERADOR\",\"242\":\"AUTOG PEQ. ESCALA\",\"243\":\"NORMAL\",\"244\":\"NORMAL\",\"245\":\"AUTOG PEQ. ESCALA\",\"246\":\"AUTOGENERADOR\",\"247\":\"AUTOG PEQ. ESCALA\",\"248\":\"AUTOG PEQ. ESCALA\",\"249\":\"AUTOG PEQ. ESCALA\",\"250\":\"AUTOG PEQ. ESCALA\",\"251\":\"AUTOG PEQ. ESCALA\",\"252\":\"AUTOG PEQ. ESCALA\",\"253\":\"NORMAL\",\"254\":\"NORMAL\",\"255\":\"NORMAL\",\"256\":\"AUTOG PEQ. ESCALA\",\"257\":\"AUTOG PEQ. ESCALA\",\"258\":\"AUTOG PEQ. ESCALA\",\"259\":\"AUTOG PEQ. ESCALA\",\"260\":\"AUTOG PEQ. ESCALA\",\"261\":\"AUTOG PEQ. ESCALA\",\"262\":\"AUTOG PEQ. ESCALA\",\"263\":\"AUTOG PEQ. ESCALA\",\"264\":\"NORMAL\",\"265\":\"AUTOG PEQ. ESCALA\",\"266\":\"AUTOG PEQ. ESCALA\",\"267\":\"AUTOG PEQ. ESCALA\",\"268\":\"AUTOG PEQ. ESCALA\",\"269\":\"AUTOG PEQ. ESCALA\",\"270\":\"AUTOG PEQ. ESCALA\",\"271\":\"AUTOG PEQ. ESCALA\",\"272\":\"AUTOG PEQ. ESCALA\",\"273\":\"AUTOG PEQ. ESCALA\",\"274\":\"AUTOG PEQ. ESCALA\",\"275\":\"NORMAL\",\"276\":\"NORMAL\",\"277\":\"AUTOG PEQ. ESCALA\",\"278\":\"AUTOG PEQ. ESCALA\",\"279\":\"NORMAL\",\"280\":\"NORMAL\",\"281\":\"AUTOG PEQ. ESCALA\",\"282\":\"AUTOGENERADOR\",\"283\":\"NORMAL\",\"284\":\"NORMAL\",\"285\":\"NORMAL\",\"286\":\"AUTOG PEQ. ESCALA\",\"287\":\"AUTOG PEQ. ESCALA\",\"288\":\"GEN. DISTRIBUIDA\",\"289\":\"GEN. DISTRIBUIDA\",\"290\":\"AUTOG PEQ. ESCALA\",\"291\":\"AUTOG PEQ. ESCALA\",\"292\":\"AUTOG PEQ. ESCALA\",\"293\":\"AUTOG PEQ. ESCALA\",\"294\":\"AUTOG PEQ. ESCALA\",\"295\":\"AUTOG PEQ. ESCALA\",\"296\":\"AUTOG PEQ. ESCALA\",\"297\":\"AUTOG PEQ. ESCALA\",\"298\":\"AUTOG PEQ. ESCALA\",\"299\":\"AUTOG PEQ. ESCALA\",\"300\":\"NORMAL\",\"301\":\"AUTOG PEQ. ESCALA\",\"302\":\"AUTOG PEQ. ESCALA\",\"303\":\"AUTOG PEQ. ESCALA\",\"304\":\"AUTOG PEQ. ESCALA\",\"305\":\"AUTOG PEQ. ESCALA\",\"306\":\"AUTOG PEQ. ESCALA\",\"307\":\"AUTOG PEQ. ESCALA\",\"308\":\"AUTOGENERADOR\",\"309\":\"AUTOG PEQ. ESCALA\",\"310\":\"AUTOG PEQ. ESCALA\",\"311\":\"AUTOG PEQ. ESCALA\",\"312\":\"AUTOG PEQ. ESCALA\",\"313\":\"AUTOG PEQ. ESCALA\",\"314\":\"NORMAL\",\"315\":\"NORMAL\",\"316\":\"AUTOG PEQ. ESCALA\",\"317\":\"AUTOG PEQ. ESCALA\",\"318\":\"AUTOG PEQ. ESCALA\",\"319\":\"AUTOG PEQ. ESCALA\",\"320\":\"AUTOG PEQ. ESCALA\",\"321\":\"AUTOG PEQ. ESCALA\",\"322\":\"AUTOG PEQ. ESCALA\",\"323\":\"AUTOG PEQ. ESCALA\",\"324\":\"AUTOG PEQ. ESCALA\",\"325\":\"AUTOG PEQ. ESCALA\",\"326\":\"AUTOG PEQ. ESCALA\",\"327\":\"AUTOG PEQ. ESCALA\",\"328\":\"AUTOG PEQ. ESCALA\",\"329\":\"AUTOG PEQ. ESCALA\",\"330\":\"AUTOG PEQ. ESCALA\",\"331\":\"AUTOG PEQ. ESCALA\",\"332\":\"AUTOG PEQ. ESCALA\",\"333\":\"AUTOG PEQ. ESCALA\",\"334\":\"AUTOG PEQ. ESCALA\",\"335\":\"AUTOG PEQ. ESCALA\",\"336\":\"AUTOG PEQ. ESCALA\",\"337\":\"AUTOG PEQ. ESCALA\",\"338\":\"AUTOG PEQ. ESCALA\",\"339\":\"AUTOG PEQ. ESCALA\",\"340\":\"AUTOG PEQ. ESCALA\",\"341\":\"AUTOG PEQ. ESCALA\",\"342\":\"AUTOG PEQ. ESCALA\",\"343\":\"AUTOG PEQ. ESCALA\",\"344\":\"AUTOG PEQ. ESCALA\",\"345\":\"AUTOG PEQ. ESCALA\",\"346\":\"AUTOG PEQ. ESCALA\",\"347\":\"AUTOG PEQ. ESCALA\",\"348\":\"AUTOG PEQ. ESCALA\",\"349\":\"AUTOG PEQ. ESCALA\",\"350\":\"AUTOG PEQ. ESCALA\",\"351\":\"AUTOGENERADOR\",\"352\":\"AUTOG PEQ. ESCALA\",\"353\":\"AUTOG PEQ. ESCALA\",\"354\":\"AUTOG PEQ. ESCALA\",\"355\":\"NORMAL\",\"356\":\"AUTOG PEQ. ESCALA\",\"357\":\"AUTOG PEQ. ESCALA\",\"358\":\"AUTOG PEQ. ESCALA\",\"359\":\"AUTOG PEQ. ESCALA\",\"360\":\"AUTOG PEQ. ESCALA\",\"361\":\"AUTOG PEQ. ESCALA\",\"362\":\"NORMAL\",\"363\":\"NORMAL\",\"364\":\"NORMAL\",\"365\":\"NORMAL\",\"366\":\"AUTOG PEQ. ESCALA\",\"367\":\"AUTOG PEQ. ESCALA\",\"368\":\"AUTOG PEQ. ESCALA\",\"369\":\"AUTOG PEQ. ESCALA\",\"370\":\"AUTOG PEQ. ESCALA\",\"371\":\"AUTOG PEQ. ESCALA\",\"372\":\"AUTOG PEQ. ESCALA\",\"373\":\"AUTOG PEQ. ESCALA\",\"374\":\"AUTOG PEQ. ESCALA\",\"375\":\"AUTOG PEQ. ESCALA\",\"376\":\"NORMAL\",\"377\":\"AUTOG PEQ. ESCALA\",\"378\":\"AUTOG PEQ. ESCALA\",\"379\":\"AUTOG PEQ. ESCALA\",\"380\":\"AUTOG PEQ. ESCALA\",\"381\":\"NORMAL\",\"382\":\"NORMAL\",\"383\":\"NORMAL\",\"384\":\"AUTOG PEQ. ESCALA\",\"385\":\"AUTOG PEQ. ESCALA\",\"386\":\"AUTOG PEQ. ESCALA\",\"387\":\"AUTOG PEQ. ESCALA\",\"388\":\"AUTOG PEQ. ESCALA\",\"389\":\"AUTOG PEQ. ESCALA\",\"390\":\"AUTOG PEQ. ESCALA\",\"391\":\"AUTOG PEQ. ESCALA\",\"392\":\"AUTOG PEQ. ESCALA\",\"393\":\"AUTOG PEQ. ESCALA\",\"394\":\"AUTOG PEQ. ESCALA\",\"395\":\"NORMAL\",\"396\":\"NORMAL\",\"397\":\"NORMAL\",\"398\":\"NORMAL\",\"399\":\"AUTOG PEQ. ESCALA\",\"400\":\"AUTOG PEQ. ESCALA\",\"401\":\"NORMAL\",\"402\":\"NORMAL\",\"403\":\"AUTOG PEQ. ESCALA\",\"404\":\"AUTOG PEQ. ESCALA\",\"405\":\"AUTOG PEQ. ESCALA\",\"406\":\"AUTOG PEQ. ESCALA\",\"407\":\"AUTOG PEQ. ESCALA\",\"408\":\"AUTOG PEQ. ESCALA\",\"409\":\"GEN. DISTRIBUIDA\",\"410\":\"AUTOG PEQ. ESCALA\",\"411\":\"AUTOG PEQ. ESCALA\",\"412\":\"AUTOG PEQ. ESCALA\",\"413\":\"AUTOG PEQ. ESCALA\",\"414\":\"AUTOG PEQ. ESCALA\",\"415\":\"AUTOG PEQ. ESCALA\",\"416\":\"AUTOG PEQ. ESCALA\",\"417\":\"AUTOG PEQ. ESCALA\",\"418\":\"AUTOG PEQ. ESCALA\",\"419\":\"AUTOGENERADOR\",\"420\":\"GEN. DISTRIBUIDA\",\"421\":\"GEN. DISTRIBUIDA\",\"422\":\"GEN. DISTRIBUIDA\",\"423\":\"GEN. DISTRIBUIDA\",\"424\":\"GEN. DISTRIBUIDA\",\"425\":\"GEN. DISTRIBUIDA\",\"426\":\"GEN. DISTRIBUIDA\",\"427\":\"GEN. DISTRIBUIDA\",\"428\":\"GEN. DISTRIBUIDA\",\"429\":\"GEN. DISTRIBUIDA\",\"430\":\"AUTOG PEQ. ESCALA\",\"431\":\"AUTOG PEQ. ESCALA\",\"432\":\"AUTOG PEQ. ESCALA\",\"433\":\"AUTOG PEQ. ESCALA\",\"434\":\"AUTOG PEQ. ESCALA\",\"435\":\"AUTOG PEQ. ESCALA\",\"436\":\"AUTOG PEQ. ESCALA\",\"437\":\"AUTOG PEQ. ESCALA\",\"438\":\"AUTOG PEQ. ESCALA\",\"439\":\"AUTOG PEQ. ESCALA\",\"440\":\"AUTOG PEQ. ESCALA\",\"441\":\"AUTOG PEQ. ESCALA\",\"442\":\"AUTOG PEQ. ESCALA\",\"443\":\"AUTOG PEQ. ESCALA\",\"444\":\"AUTOG PEQ. ESCALA\",\"445\":\"AUTOG PEQ. ESCALA\",\"446\":\"NORMAL\",\"447\":\"AUTOG PEQ. ESCALA\",\"448\":\"GEN. DISTRIBUIDA\",\"449\":\"AUTOG PEQ. ESCALA\",\"450\":\"AUTOG PEQ. ESCALA\",\"451\":\"AUTOG PEQ. ESCALA\",\"452\":\"AUTOG PEQ. ESCALA\",\"453\":\"AUTOG PEQ. ESCALA\",\"454\":\"AUTOG PEQ. ESCALA\",\"455\":\"AUTOGENERADOR\",\"456\":\"NORMAL\",\"457\":\"NORMAL\",\"458\":\"AUTOG PEQ. ESCALA\",\"459\":\"AUTOG PEQ. ESCALA\",\"460\":\"AUTOG PEQ. ESCALA\",\"461\":\"AUTOG PEQ. ESCALA\",\"462\":\"AUTOG PEQ. ESCALA\",\"463\":\"AUTOG PEQ. ESCALA\",\"464\":\"AUTOG PEQ. ESCALA\",\"465\":\"AUTOG PEQ. ESCALA\",\"466\":\"NORMAL\",\"467\":\"AUTOG PEQ. ESCALA\",\"468\":\"AUTOG PEQ. ESCALA\",\"469\":\"AUTOG PEQ. ESCALA\",\"470\":\"AUTOG PEQ. ESCALA\",\"471\":\"AUTOG PEQ. ESCALA\",\"472\":\"AUTOG PEQ. ESCALA\",\"473\":\"AUTOG PEQ. ESCALA\",\"474\":\"AUTOGENERADOR\",\"475\":\"AUTOG PEQ. ESCALA\",\"476\":\"AUTOG PEQ. ESCALA\",\"477\":\"AUTOG PEQ. ESCALA\",\"478\":\"AUTOG PEQ. ESCALA\",\"479\":\"AUTOG PEQ. ESCALA\",\"480\":\"AUTOG PEQ. ESCALA\",\"481\":\"AUTOG PEQ. ESCALA\",\"482\":\"AUTOG PEQ. ESCALA\",\"483\":\"AUTOG PEQ. ESCALA\",\"484\":\"AUTOG PEQ. ESCALA\",\"485\":\"AUTOGENERADOR\",\"486\":\"AUTOG PEQ. ESCALA\",\"487\":\"AUTOG PEQ. ESCALA\",\"488\":\"AUTOG PEQ. ESCALA\",\"489\":\"AUTOG PEQ. ESCALA\",\"490\":\"GEN. DISTRIBUIDA\",\"491\":\"AUTOG PEQ. ESCALA\",\"492\":\"AUTOG PEQ. ESCALA\",\"493\":\"AUTOG PEQ. ESCALA\",\"494\":\"AUTOG PEQ. ESCALA\",\"495\":\"AUTOG PEQ. ESCALA\",\"496\":\"AUTOG PEQ. ESCALA\",\"497\":\"AUTOG PEQ. ESCALA\",\"498\":\"AUTOG PEQ. ESCALA\",\"499\":\"AUTOGENERADOR\",\"500\":\"AUTOG PEQ. ESCALA\",\"501\":\"AUTOG PEQ. ESCALA\",\"502\":\"AUTOGENERADOR\",\"503\":\"AUTOG PEQ. ESCALA\",\"504\":\"AUTOGENERADOR\",\"505\":\"AUTOG PEQ. ESCALA\",\"506\":\"AUTOG PEQ. ESCALA\",\"507\":\"AUTOG PEQ. ESCALA\",\"508\":\"AUTOG PEQ. ESCALA\",\"509\":\"AUTOG PEQ. ESCALA\",\"510\":\"NORMAL\",\"511\":\"NORMAL\",\"512\":\"NORMAL\",\"513\":\"AUTOG PEQ. ESCALA\",\"514\":\"AUTOG PEQ. ESCALA\",\"515\":\"AUTOG PEQ. ESCALA\",\"516\":\"AUTOG PEQ. ESCALA\",\"517\":\"AUTOG PEQ. ESCALA\",\"518\":\"AUTOG PEQ. ESCALA\",\"519\":\"AUTOG PEQ. ESCALA\",\"520\":\"AUTOG PEQ. ESCALA\",\"521\":\"AUTOG PEQ. ESCALA\",\"522\":\"AUTOG PEQ. ESCALA\",\"523\":\"AUTOG PEQ. ESCALA\",\"524\":\"AUTOG PEQ. ESCALA\",\"525\":\"AUTOG PEQ. ESCALA\",\"526\":\"AUTOG PEQ. ESCALA\",\"527\":\"AUTOG PEQ. ESCALA\",\"528\":\"AUTOG PEQ. ESCALA\",\"529\":\"AUTOG PEQ. ESCALA\",\"530\":\"AUTOG PEQ. ESCALA\",\"531\":\"AUTOG PEQ. ESCALA\",\"532\":\"AUTOG PEQ. ESCALA\",\"533\":\"AUTOG PEQ. ESCALA\",\"534\":\"AUTOG PEQ. ESCALA\",\"535\":\"GEN. DISTRIBUIDA\",\"536\":\"AUTOG PEQ. ESCALA\",\"537\":\"AUTOG PEQ. ESCALA\",\"538\":\"AUTOG PEQ. ESCALA\",\"539\":\"AUTOGENERADOR\",\"540\":\"AUTOG PEQ. ESCALA\",\"541\":\"AUTOG PEQ. ESCALA\",\"542\":\"AUTOG PEQ. ESCALA\",\"543\":\"AUTOG PEQ. ESCALA\",\"544\":\"AUTOG PEQ. ESCALA\",\"545\":\"AUTOG PEQ. ESCALA\",\"546\":\"AUTOG PEQ. ESCALA\",\"547\":\"AUTOG PEQ. ESCALA\",\"548\":\"AUTOG PEQ. ESCALA\",\"549\":\"AUTOG PEQ. ESCALA\",\"550\":\"AUTOG PEQ. ESCALA\",\"551\":\"AUTOG PEQ. ESCALA\",\"552\":\"AUTOG PEQ. ESCALA\",\"553\":\"AUTOG PEQ. ESCALA\",\"554\":\"AUTOG PEQ. ESCALA\",\"555\":\"AUTOG PEQ. ESCALA\",\"556\":\"AUTOG PEQ. ESCALA\",\"557\":\"AUTOG PEQ. ESCALA\",\"558\":\"AUTOG PEQ. ESCALA\",\"559\":\"AUTOG PEQ. ESCALA\",\"560\":\"AUTOG PEQ. ESCALA\",\"561\":\"AUTOG PEQ. ESCALA\",\"562\":\"AUTOG PEQ. ESCALA\",\"563\":\"AUTOG PEQ. ESCALA\",\"564\":\"AUTOG PEQ. ESCALA\",\"565\":\"AUTOG PEQ. ESCALA\",\"566\":\"AUTOG PEQ. ESCALA\",\"567\":\"AUTOG PEQ. ESCALA\",\"568\":\"AUTOG PEQ. ESCALA\",\"569\":\"AUTOG PEQ. ESCALA\",\"570\":\"AUTOG PEQ. ESCALA\",\"571\":\"GEN. DISTRIBUIDA\",\"572\":\"AUTOG PEQ. ESCALA\",\"573\":\"AUTOG PEQ. ESCALA\",\"574\":\"AUTOG PEQ. ESCALA\",\"575\":\"AUTOG PEQ. ESCALA\",\"576\":\"AUTOG PEQ. ESCALA\",\"577\":\"AUTOG PEQ. ESCALA\",\"578\":\"AUTOG PEQ. ESCALA\",\"579\":\"AUTOG PEQ. ESCALA\",\"580\":\"AUTOG PEQ. ESCALA\",\"581\":\"AUTOG PEQ. ESCALA\",\"582\":\"GEN. DISTRIBUIDA\",\"583\":\"GEN. DISTRIBUIDA\",\"584\":\"NORMAL\",\"585\":\"AUTOG PEQ. ESCALA\",\"586\":\"AUTOG PEQ. ESCALA\",\"587\":\"AUTOG PEQ. ESCALA\",\"588\":\"NORMAL\",\"589\":\"AUTOG PEQ. ESCALA\",\"590\":\"AUTOG PEQ. ESCALA\",\"591\":\"AUTOGENERADOR\",\"592\":\"AUTOG PEQ. ESCALA\",\"593\":\"AUTOG PEQ. ESCALA\",\"594\":\"AUTOG PEQ. ESCALA\",\"595\":\"AUTOG PEQ. ESCALA\",\"596\":\"GEN. DISTRIBUIDA\",\"597\":\"GEN. DISTRIBUIDA\",\"598\":\"GEN. DISTRIBUIDA\",\"599\":\"AUTOG PEQ. ESCALA\",\"600\":\"AUTOG PEQ. ESCALA\",\"601\":\"AUTOG PEQ. ESCALA\",\"602\":\"AUTOG PEQ. ESCALA\",\"603\":\"AUTOG PEQ. ESCALA\",\"604\":\"AUTOG PEQ. ESCALA\",\"605\":\"AUTOG PEQ. ESCALA\",\"606\":\"AUTOG PEQ. ESCALA\",\"607\":\"AUTOG PEQ. ESCALA\",\"608\":\"AUTOG PEQ. ESCALA\",\"609\":\"AUTOG PEQ. ESCALA\",\"610\":\"AUTOG PEQ. ESCALA\",\"611\":\"AUTOG PEQ. ESCALA\",\"612\":\"AUTOG PEQ. ESCALA\",\"613\":\"AUTOG PEQ. ESCALA\",\"614\":\"AUTOG PEQ. ESCALA\",\"615\":\"AUTOGENERADOR\",\"616\":\"AUTOG PEQ. ESCALA\",\"617\":\"AUTOG PEQ. ESCALA\",\"618\":\"AUTOG PEQ. ESCALA\",\"619\":\"AUTOG PEQ. ESCALA\",\"620\":\"AUTOG PEQ. ESCALA\",\"621\":\"AUTOGENERADOR\",\"622\":\"AUTOG PEQ. ESCALA\",\"623\":\"AUTOG PEQ. ESCALA\",\"624\":\"AUTOG PEQ. ESCALA\",\"625\":\"AUTOG PEQ. ESCALA\",\"626\":\"AUTOG PEQ. ESCALA\",\"627\":\"AUTOGENERADOR\",\"628\":\"AUTOG PEQ. ESCALA\",\"629\":\"AUTOG PEQ. ESCALA\",\"630\":\"NORMAL\",\"631\":\"NORMAL\",\"632\":\"NORMAL\",\"633\":\"NORMAL\",\"634\":\"NORMAL\",\"635\":\"AUTOG PEQ. ESCALA\",\"636\":\"AUTOGENERADOR\",\"637\":\"GEN. DISTRIBUIDA\",\"638\":\"GEN. DISTRIBUIDA\",\"639\":\"AUTOG PEQ. ESCALA\",\"640\":\"AUTOGENERADOR\",\"641\":\"GEN. DISTRIBUIDA\",\"642\":\"NORMAL\",\"643\":\"AUTOGENERADOR\",\"644\":\"AUTOG PEQ. ESCALA\",\"645\":\"AUTOG PEQ. ESCALA\",\"646\":\"AUTOG PEQ. ESCALA\",\"647\":\"AUTOG PEQ. ESCALA\",\"648\":\"AUTOG PEQ. ESCALA\",\"649\":\"GEN. DISTRIBUIDA\",\"650\":\"GEN. DISTRIBUIDA\",\"651\":\"AUTOG PEQ. ESCALA\",\"652\":\"AUTOG PEQ. ESCALA\",\"653\":\"AUTOG PEQ. ESCALA\",\"654\":\"AUTOG PEQ. ESCALA\",\"655\":\"AUTOG PEQ. ESCALA\",\"656\":\"AUTOG PEQ. ESCALA\",\"657\":\"GEN. DISTRIBUIDA\",\"658\":\"NORMAL\",\"659\":\"GEN. DISTRIBUIDA\",\"660\":\"AUTOG PEQ. ESCALA\",\"661\":\"AUTOGENERADOR\",\"662\":\"NORMAL\",\"663\":\"AUTOG PEQ. ESCALA\",\"664\":\"AUTOG PEQ. ESCALA\",\"665\":\"AUTOG PEQ. ESCALA\",\"666\":\"AUTOG PEQ. ESCALA\",\"667\":\"AUTOG PEQ. ESCALA\",\"668\":\"AUTOG PEQ. ESCALA\",\"669\":\"AUTOG PEQ. ESCALA\",\"670\":\"AUTOG PEQ. ESCALA\",\"671\":\"AUTOG PEQ. ESCALA\",\"672\":\"AUTOG PEQ. ESCALA\",\"673\":\"AUTOG PEQ. ESCALA\",\"674\":\"AUTOG PEQ. ESCALA\",\"675\":\"AUTOG PEQ. ESCALA\",\"676\":\"AUTOG PEQ. ESCALA\",\"677\":\"AUTOG PEQ. ESCALA\",\"678\":\"AUTOG PEQ. ESCALA\",\"679\":\"AUTOG PEQ. ESCALA\",\"680\":\"AUTOG PEQ. ESCALA\",\"681\":\"AUTOG PEQ. ESCALA\",\"682\":\"AUTOG PEQ. ESCALA\",\"683\":\"AUTOG PEQ. ESCALA\",\"684\":\"AUTOG PEQ. ESCALA\",\"685\":\"NORMAL\",\"686\":\"NORMAL\",\"687\":\"NORMAL\",\"688\":\"NORMAL\",\"689\":\"NORMAL\",\"690\":\"GEN. DISTRIBUIDA\",\"691\":\"GEN. DISTRIBUIDA\",\"692\":\"NORMAL\",\"693\":\"NORMAL\",\"694\":\"AUTOGENERADOR\",\"695\":\"GEN. DISTRIBUIDA\",\"696\":\"AUTOGENERADOR\",\"697\":\"NORMAL\",\"698\":\"NORMAL\",\"699\":\"NORMAL\",\"700\":\"NORMAL\",\"701\":\"NORMAL\",\"702\":\"GEN. DISTRIBUIDA\",\"703\":\"COGENERADOR\",\"704\":\"NORMAL\",\"705\":\"NORMAL\",\"706\":\"COGENERADOR\",\"707\":\"NORMAL\",\"708\":\"NORMAL\",\"709\":\"COGENERADOR\",\"710\":\"COGENERADOR\",\"711\":\"FILO DE AGUA\",\"712\":\"NORMAL\",\"713\":\"FILO AGUA ESPECIAL\",\"714\":\"NORMAL\",\"715\":\"AUTOGENERADOR\",\"716\":\"NORMAL\",\"717\":\"NORMAL\",\"718\":\"NORMAL\",\"719\":\"NORMAL\",\"720\":\"FILO DE AGUA\",\"721\":\"NORMAL\",\"722\":\"NORMAL\",\"723\":\"NORMAL\",\"724\":\"NORMAL\",\"725\":\"FILO DE AGUA\",\"726\":\"NORMAL\",\"727\":\"FILO DE AGUA\",\"728\":\"NORMAL\",\"729\":\"FILO DE AGUA\",\"730\":\"FILO DE AGUA\",\"731\":\"NORMAL\",\"732\":\"GEN. DISTRIBUIDA\",\"733\":\"NORMAL\",\"734\":\"NORMAL\",\"735\":\"NORMAL\",\"736\":\"NORMAL\",\"737\":\"NORMAL\",\"738\":\"NORMAL\",\"739\":\"NORMAL\",\"740\":\"FILO DE AGUA\",\"741\":\"NORMAL\",\"742\":\"NORMAL\",\"743\":\"FILO DE AGUA\",\"744\":\"COGENERADOR\",\"745\":\"NORMAL\",\"746\":\"GEN. DISTRIBUIDA\",\"747\":\"GEN. DISTRIBUIDA\",\"748\":\"NORMAL\",\"749\":\"NORMAL\",\"750\":\"COGENERADOR\",\"751\":\"NORMAL\",\"752\":\"NORMAL\",\"753\":\"NORMAL\",\"754\":\"NORMAL\",\"755\":\"NORMAL\",\"756\":\"NORMAL\",\"757\":\"NORMAL\",\"758\":\"NORMAL\",\"759\":\"NORMAL\",\"760\":\"GEN. DISTRIBUIDA\",\"761\":\"NORMAL\",\"762\":\"FILO DE AGUA\",\"763\":\"NORMAL\",\"764\":\"NORMAL\",\"765\":\"NORMAL\",\"766\":\"NORMAL\",\"767\":\"GEN. DISTRIBUIDA\",\"768\":\"GEN. DISTRIBUIDA\",\"769\":\"NORMAL\",\"770\":\"NORMAL\",\"771\":\"COGENERADOR\",\"772\":\"NORMAL\",\"773\":\"NORMAL\",\"774\":\"NORMAL\",\"775\":\"NORMAL\",\"776\":\"GEN. DISTRIBUIDA\",\"777\":\"COGENERADOR\",\"778\":\"NORMAL\",\"779\":\"NORMAL\",\"780\":\"NORMAL\",\"781\":\"NORMAL\",\"782\":\"COGENERADOR\",\"783\":\"NORMAL\",\"784\":\"NORMAL\",\"785\":\"NORMAL\",\"786\":\"NORMAL\",\"787\":\"NORMAL\",\"788\":\"NORMAL\",\"789\":\"NORMAL\",\"790\":\"GEN. DISTRIBUIDA\",\"791\":\"NORMAL\",\"792\":\"NORMAL\",\"793\":\"NORMAL\",\"794\":\"NORMAL\",\"795\":\"NORMAL\",\"796\":\"NORMAL\",\"797\":\"GEN. DISTRIBUIDA\",\"798\":\"NORMAL\",\"799\":\"NORMAL\",\"800\":\"FILO DE AGUA\",\"801\":\"GEN. DISTRIBUIDA\",\"802\":\"NORMAL\",\"803\":\"NORMAL\",\"804\":\"FILO DE AGUA\",\"805\":\"NORMAL\",\"806\":\"FILO DE AGUA\",\"807\":\"COGENERADOR\",\"808\":\"NORMAL\",\"809\":\"GEN. DISTRIBUIDA\",\"810\":\"GEN. DISTRIBUIDA\",\"811\":\"NORMAL\",\"812\":\"GEN. DISTRIBUIDA\",\"813\":\"GEN. DISTRIBUIDA\",\"814\":\"NORMAL\",\"815\":\"FILO DE AGUA\",\"816\":\"NORMAL\",\"817\":\"NORMAL\",\"818\":\"FILO DE AGUA\",\"819\":\"NORMAL\",\"820\":\"NORMAL\",\"821\":\"NORMAL\",\"822\":\"NORMAL\",\"823\":\"NORMAL\",\"824\":\"NORMAL\",\"825\":\"NORMAL\",\"826\":\"NORMAL\",\"827\":\"NORMAL\",\"828\":\"CICLO COMBINADO\",\"829\":\"NORMAL\",\"830\":\"CICLO COMBINADO\",\"831\":\"CICLO COMBINADO\",\"832\":\"CICLO COMBINADO\",\"833\":\"NORMAL\",\"834\":\"CICLO COMBINADO\",\"835\":\"CICLO COMBINADO\",\"836\":\"CICLO COMBINADO\",\"837\":\"NORMAL\",\"838\":\"NORMAL\",\"839\":\"NORMAL\",\"840\":\"GEN. DISTRIBUIDA\",\"841\":\"NORMAL\",\"842\":\"NORMAL\",\"843\":\"NORMAL\",\"844\":\"NORMAL\",\"845\":\"CICLO COMBINADO\",\"846\":\"NORMAL\",\"847\":\"NORMAL\",\"848\":\"NORMAL\",\"849\":\"CICLO COMBINADO\",\"850\":\"NORMAL\",\"851\":\"CICLO COMBINADO\",\"852\":\"NORMAL\",\"853\":\"NORMAL\",\"854\":\"NORMAL\",\"855\":\"NORMAL\",\"856\":\"NORMAL\",\"857\":\"GEN. DISTRIBUIDA\",\"858\":\"NORMAL\",\"859\":\"NORMAL\",\"860\":\"NORMAL\",\"861\":\"NORMAL\",\"862\":\"NORMAL\",\"863\":\"NORMAL\",\"864\":\"NORMAL\",\"865\":\"NORMAL\",\"866\":\"NORMAL\"},\"Values_CompanyCode\":{\"0\":\"ISGG\",\"1\":\"ENDG\",\"2\":\"HZEG\",\"3\":\"EPSG\",\"4\":\"ENDG\",\"5\":\"EMSG\",\"6\":\"EPSG\",\"7\":\"EPMG\",\"8\":\"GPYG\",\"9\":\"EPSG\",\"10\":\"GECG\",\"11\":\"ENDG\",\"12\":\"BDJG\",\"13\":\"EPMG\",\"14\":\"PCYG\",\"15\":\"VESG\",\"16\":\"GALG\",\"17\":\"RENG\",\"18\":\"HCCG\",\"19\":\"PRIG\",\"20\":\"CHVG\",\"21\":\"ISGG\",\"22\":\"ISGG\",\"23\":\"GECG\",\"24\":\"ISGG\",\"25\":\"ISGG\",\"26\":\"EPSG\",\"27\":\"GNCG\",\"28\":\"PECG\",\"29\":\"TMMG\",\"30\":\"TMMG\",\"31\":\"TMMG\",\"32\":\"EEPG\",\"33\":\"ENDG\",\"34\":\"ENDG\",\"35\":\"ENDG\",\"36\":\"ENDG\",\"37\":\"GPEG\",\"38\":\"ABAG\",\"39\":\"EPMG\",\"40\":\"DEPG\",\"41\":\"GPEG\",\"42\":\"EPSG\",\"43\":\"ESUG\",\"44\":\"GSAG\",\"45\":\"GECG\",\"46\":\"GECG\",\"47\":\"EGEG\",\"48\":\"ETTC\",\"49\":\"HBCG\",\"50\":\"BIAC\",\"51\":\"TRPG\",\"52\":\"GNCC\",\"53\":\"EPSG\",\"54\":\"EPSG\",\"55\":\"GNCC\",\"56\":\"ETTC\",\"57\":\"NRCC\",\"58\":\"NRCC\",\"59\":\"NRCC\",\"60\":\"ISGG\",\"61\":\"ETTC\",\"62\":\"NRCC\",\"63\":\"NRCC\",\"64\":\"EGRG\",\"65\":\"GNCC\",\"66\":\"ETTC\",\"67\":\"EPSC\",\"68\":\"GNCC\",\"69\":\"GNCC\",\"70\":\"RTQC\",\"71\":\"EPSG\",\"72\":\"EPMG\",\"73\":\"RTAG\",\"74\":\"GNCC\",\"75\":\"EPSG\",\"76\":\"NEUC\",\"77\":\"NEUC\",\"78\":\"SFEG\",\"79\":\"NEUC\",\"80\":\"GNCC\",\"81\":\"EMEG\",\"82\":\"NEUC\",\"83\":\"EEPG\",\"84\":\"RTQC\",\"85\":\"NEUC\",\"86\":\"NEUC\",\"87\":\"NEUC\",\"88\":\"NEUC\",\"89\":\"NEUC\",\"90\":\"NRCC\",\"91\":\"NEUC\",\"92\":\"GNCC\",\"93\":\"RTQC\",\"94\":\"GNCC\",\"95\":\"NEUC\",\"96\":\"GNCC\",\"97\":\"EPSG\",\"98\":\"GNCC\",\"99\":\"GNCC\",\"100\":\"NEUC\",\"101\":\"NEUC\",\"102\":\"DEPG\",\"103\":\"AAGG\",\"104\":\"ETTC\",\"105\":\"ETTC\",\"106\":\"ETTC\",\"107\":\"ETTC\",\"108\":\"ETTC\",\"109\":\"NRCC\",\"110\":\"GSAG\",\"111\":\"ETTC\",\"112\":\"NEUC\",\"113\":\"QIEC\",\"114\":\"HEMG\",\"115\":\"GNCC\",\"116\":\"EPSC\",\"117\":\"TPLC\",\"118\":\"ETTC\",\"119\":\"NEUC\",\"120\":\"GNCC\",\"121\":\"NEUC\",\"122\":\"GNYG\",\"123\":\"NEUC\",\"124\":\"NEUC\",\"125\":\"GNCC\",\"126\":\"ETTC\",\"127\":\"NRCC\",\"128\":\"NRCC\",\"129\":\"ETTC\",\"130\":\"NEUC\",\"131\":\"ENDG\",\"132\":\"NEUC\",\"133\":\"GNCC\",\"134\":\"QIEC\",\"135\":\"NEUC\",\"136\":\"NEUC\",\"137\":\"ETTC\",\"138\":\"ENBC\",\"139\":\"ETTC\",\"140\":\"NEUC\",\"141\":\"EEPC\",\"142\":\"EEPC\",\"143\":\"EBSG\",\"144\":\"EEPC\",\"145\":\"PCYG\",\"146\":\"ENDC\",\"147\":\"GNCC\",\"148\":\"GNCC\",\"149\":\"NEUC\",\"150\":\"NEUC\",\"151\":\"EPSG\",\"152\":\"GNCC\",\"153\":\"GNCC\",\"154\":\"EPSC\",\"155\":\"CHZG\",\"156\":\"EEPC\",\"157\":\"EPSG\",\"158\":\"GNCC\",\"159\":\"PRIG\",\"160\":\"ISGG\",\"161\":\"ISGG\",\"162\":\"NEUC\",\"163\":\"NEUC\",\"164\":\"GNCC\",\"165\":\"TPLC\",\"166\":\"ISGG\",\"167\":\"ETTC\",\"168\":\"EPSC\",\"169\":\"EPSC\",\"170\":\"EPSC\",\"171\":\"EPSC\",\"172\":\"EPSC\",\"173\":\"EPSC\",\"174\":\"EPSC\",\"175\":\"GNCC\",\"176\":\"EPSC\",\"177\":\"GNCC\",\"178\":\"GNCC\",\"179\":\"GNCC\",\"180\":\"GNCC\",\"181\":\"NEUC\",\"182\":\"GNCC\",\"183\":\"GNCC\",\"184\":\"QIEC\",\"185\":\"QIEC\",\"186\":\"EPSC\",\"187\":\"GNCC\",\"188\":\"GNCC\",\"189\":\"EPSG\",\"190\":\"BIAC\",\"191\":\"EPSG\",\"192\":\"DLRC\",\"193\":\"DLRC\",\"194\":\"GNCC\",\"195\":\"GNCC\",\"196\":\"EPSG\",\"197\":\"GNCC\",\"198\":\"RTQC\",\"199\":\"ETTC\",\"200\":\"EEPC\",\"201\":\"EPSG\",\"202\":\"EPSG\",\"203\":\"NEUC\",\"204\":\"EPSG\",\"205\":\"ISGG\",\"206\":\"EEPC\",\"207\":\"RTQC\",\"208\":\"GNCC\",\"209\":\"RTQC\",\"210\":\"NEUC\",\"211\":\"ETTC\",\"212\":\"ERRG\",\"213\":\"ERRG\",\"214\":\"ASCC\",\"215\":\"NEUC\",\"216\":\"NEUC\",\"217\":\"EPSC\",\"218\":\"GNCC\",\"219\":\"EEPC\",\"220\":\"GNCC\",\"221\":\"SCEC\",\"222\":\"GNCC\",\"223\":\"EPSG\",\"224\":\"EPSG\",\"225\":\"BIAC\",\"226\":\"QIEC\",\"227\":\"QIEC\",\"228\":\"TPLC\",\"229\":\"ENBC\",\"230\":\"NRCC\",\"231\":\"SCEC\",\"232\":\"SCEC\",\"233\":\"TPLC\",\"234\":\"NMRG\",\"235\":\"ETTC\",\"236\":\"GNCC\",\"237\":\"FERG\",\"238\":\"ENBC\",\"239\":\"TERG\",\"240\":\"NEUC\",\"241\":\"DEPG\",\"242\":\"NEUC\",\"243\":\"EPSG\",\"244\":\"EPSG\",\"245\":\"QIEC\",\"246\":\"EPSG\",\"247\":\"QIEC\",\"248\":\"NEUC\",\"249\":\"NEUC\",\"250\":\"RTQC\",\"251\":\"GNCC\",\"252\":\"QIEC\",\"253\":\"EPSG\",\"254\":\"EPSG\",\"255\":\"EPSG\",\"256\":\"QIEC\",\"257\":\"ASCC\",\"258\":\"GNCC\",\"259\":\"GNCC\",\"260\":\"GNCC\",\"261\":\"GNCC\",\"262\":\"NEUC\",\"263\":\"ETTC\",\"264\":\"CTZG\",\"265\":\"SCEC\",\"266\":\"NEUC\",\"267\":\"SCEC\",\"268\":\"NEUC\",\"269\":\"SCEC\",\"270\":\"SCEC\",\"271\":\"GNCC\",\"272\":\"GNCC\",\"273\":\"EPSC\",\"274\":\"GNCC\",\"275\":\"AAGG\",\"276\":\"AAGG\",\"277\":\"BIAC\",\"278\":\"NRCC\",\"279\":\"PSBG\",\"280\":\"PSBG\",\"281\":\"BIAC\",\"282\":\"EPSG\",\"283\":\"ENDG\",\"284\":\"EPSG\",\"285\":\"EPSG\",\"286\":\"NEUC\",\"287\":\"NRCC\",\"288\":\"ERRG\",\"289\":\"ERRG\",\"290\":\"RTQC\",\"291\":\"CETC\",\"292\":\"CETC\",\"293\":\"GNCC\",\"294\":\"SCEC\",\"295\":\"EXEC\",\"296\":\"EEPC\",\"297\":\"BIAC\",\"298\":\"NEUC\",\"299\":\"NEUC\",\"300\":\"PSGG\",\"301\":\"EXEC\",\"302\":\"SCEC\",\"303\":\"SCEC\",\"304\":\"EPSC\",\"305\":\"ETTC\",\"306\":\"NEUC\",\"307\":\"QIEC\",\"308\":\"EPSG\",\"309\":\"GNCC\",\"310\":\"GNCC\",\"311\":\"GNCC\",\"312\":\"GNCC\",\"313\":\"NMRG\",\"314\":\"EPSG\",\"315\":\"UNGG\",\"316\":\"GNCC\",\"317\":\"GNCC\",\"318\":\"GNCC\",\"319\":\"GNCC\",\"320\":\"GNCC\",\"321\":\"EPMC\",\"322\":\"ETTC\",\"323\":\"NEUC\",\"324\":\"NEUC\",\"325\":\"NEUC\",\"326\":\"NEUC\",\"327\":\"NEUC\",\"328\":\"NEUC\",\"329\":\"GNCC\",\"330\":\"GNCC\",\"331\":\"NEUC\",\"332\":\"NEUC\",\"333\":\"TPLC\",\"334\":\"NEUC\",\"335\":\"BIAC\",\"336\":\"NEUC\",\"337\":\"NEUC\",\"338\":\"NEUC\",\"339\":\"NEUC\",\"340\":\"NEUC\",\"341\":\"NEUC\",\"342\":\"NEUC\",\"343\":\"NEUC\",\"344\":\"NEUC\",\"345\":\"NEUC\",\"346\":\"NEUC\",\"347\":\"NEUC\",\"348\":\"TPLC\",\"349\":\"GNCC\",\"350\":\"EPSC\",\"351\":\"DEPG\",\"352\":\"EXEC\",\"353\":\"EXEC\",\"354\":\"NEUC\",\"355\":\"SDCG\",\"356\":\"EPMC\",\"357\":\"ETTC\",\"358\":\"NEUC\",\"359\":\"NEUC\",\"360\":\"SCEC\",\"361\":\"GNCC\",\"362\":\"GNSG\",\"363\":\"PDSG\",\"364\":\"SFEG\",\"365\":\"NTCG\",\"366\":\"ISGC\",\"367\":\"NEUC\",\"368\":\"NEUC\",\"369\":\"NEUC\",\"370\":\"BIAC\",\"371\":\"GNCC\",\"372\":\"GNCC\",\"373\":\"GNCC\",\"374\":\"SCEC\",\"375\":\"FERC\",\"376\":\"SLUG\",\"377\":\"GNCC\",\"378\":\"EEPC\",\"379\":\"QIEC\",\"380\":\"EPMC\",\"381\":\"AAGG\",\"382\":\"EPSG\",\"383\":\"BCCG\",\"384\":\"SCEC\",\"385\":\"EXEC\",\"386\":\"RTQC\",\"387\":\"GNCC\",\"388\":\"TPLC\",\"389\":\"GNCC\",\"390\":\"ASCC\",\"391\":\"ASCC\",\"392\":\"SCEC\",\"393\":\"GNCC\",\"394\":\"SCEC\",\"395\":\"GNYG\",\"396\":\"GNYG\",\"397\":\"GNYG\",\"398\":\"GNYG\",\"399\":\"SCEC\",\"400\":\"SCEC\",\"401\":\"ERRG\",\"402\":\"ERRG\",\"403\":\"GNCC\",\"404\":\"NEUC\",\"405\":\"NEUC\",\"406\":\"NEUC\",\"407\":\"NEUC\",\"408\":\"GNCC\",\"409\":\"ERRG\",\"410\":\"GNCC\",\"411\":\"GNCC\",\"412\":\"RTQC\",\"413\":\"ASCC\",\"414\":\"SCEC\",\"415\":\"ETTC\",\"416\":\"GNCC\",\"417\":\"RTQC\",\"418\":\"SCEC\",\"419\":\"NRCG\",\"420\":\"EPSG\",\"421\":\"EPSG\",\"422\":\"EPSG\",\"423\":\"EPSG\",\"424\":\"EPSG\",\"425\":\"NTCG\",\"426\":\"UNGG\",\"427\":\"EPSG\",\"428\":\"UNGG\",\"429\":\"UNGG\",\"430\":\"ASCC\",\"431\":\"ETTC\",\"432\":\"GNCC\",\"433\":\"GNCC\",\"434\":\"GNCC\",\"435\":\"GNCC\",\"436\":\"ENBC\",\"437\":\"ENBC\",\"438\":\"ENBC\",\"439\":\"GNCC\",\"440\":\"EPSC\",\"441\":\"ETTC\",\"442\":\"ETTC\",\"443\":\"GNCC\",\"444\":\"SCEC\",\"445\":\"GNCC\",\"446\":\"GNYG\",\"447\":\"GNCC\",\"448\":\"EPSG\",\"449\":\"GNCC\",\"450\":\"GNCC\",\"451\":\"GNCC\",\"452\":\"GNCC\",\"453\":\"GNCC\",\"454\":\"FERC\",\"455\":\"EPSG\",\"456\":\"ISGG\",\"457\":\"ISGG\",\"458\":\"GNCC\",\"459\":\"ETTC\",\"460\":\"SCEC\",\"461\":\"RTQC\",\"462\":\"BIAC\",\"463\":\"SCEC\",\"464\":\"SCEC\",\"465\":\"SCEC\",\"466\":\"EYCG\",\"467\":\"ENBC\",\"468\":\"ETTC\",\"469\":\"ETTC\",\"470\":\"ETTC\",\"471\":\"ETTC\",\"472\":\"SCEC\",\"473\":\"ETTC\",\"474\":\"DRUG\",\"475\":\"NEUC\",\"476\":\"SCEC\",\"477\":\"ENBC\",\"478\":\"ENBC\",\"479\":\"ENBC\",\"480\":\"QIEC\",\"481\":\"ENBC\",\"482\":\"CETC\",\"483\":\"ENBC\",\"484\":\"GNCC\",\"485\":\"GSAG\",\"486\":\"SCEC\",\"487\":\"GNCC\",\"488\":\"SCEC\",\"489\":\"CETC\",\"490\":\"EPSG\",\"491\":\"NEUC\",\"492\":\"SCEC\",\"493\":\"SCEC\",\"494\":\"NEUC\",\"495\":\"BIAC\",\"496\":\"RTQC\",\"497\":\"SCEC\",\"498\":\"SCEC\",\"499\":\"EPMG\",\"500\":\"GNCC\",\"501\":\"NEUC\",\"502\":\"EPMG\",\"503\":\"SCEC\",\"504\":\"GECG\",\"505\":\"EMIC\",\"506\":\"ETTC\",\"507\":\"GNCC\",\"508\":\"ENBC\",\"509\":\"BIAC\",\"510\":\"AAGG\",\"511\":\"XAFG\",\"512\":\"EPSG\",\"513\":\"GNCC\",\"514\":\"GNCC\",\"515\":\"GNCC\",\"516\":\"EPMC\",\"517\":\"EPMC\",\"518\":\"EPMC\",\"519\":\"SCEC\",\"520\":\"ENBC\",\"521\":\"EMIC\",\"522\":\"GNCC\",\"523\":\"GNCC\",\"524\":\"ETTC\",\"525\":\"ASCC\",\"526\":\"NEUC\",\"527\":\"GNCC\",\"528\":\"ETTC\",\"529\":\"EEPC\",\"530\":\"EEPC\",\"531\":\"EEPC\",\"532\":\"SCEC\",\"533\":\"SCEC\",\"534\":\"SCEC\",\"535\":\"UNGG\",\"536\":\"ENBC\",\"537\":\"SCEC\",\"538\":\"GNCC\",\"539\":\"EPSG\",\"540\":\"SCEC\",\"541\":\"SCEC\",\"542\":\"SCEC\",\"543\":\"SCEC\",\"544\":\"SCEC\",\"545\":\"BIAC\",\"546\":\"NEUC\",\"547\":\"NEUC\",\"548\":\"GNCC\",\"549\":\"GNCC\",\"550\":\"GNCC\",\"551\":\"GNCC\",\"552\":\"SCEC\",\"553\":\"SCEC\",\"554\":\"SCEC\",\"555\":\"SCEC\",\"556\":\"SCEC\",\"557\":\"SCEC\",\"558\":\"CSSG\",\"559\":\"GNCC\",\"560\":\"ETTC\",\"561\":\"TPLC\",\"562\":\"QIEC\",\"563\":\"SCEC\",\"564\":\"EPMC\",\"565\":\"SCEC\",\"566\":\"SCEC\",\"567\":\"NEUC\",\"568\":\"SCEC\",\"569\":\"SCEC\",\"570\":\"GNCC\",\"571\":\"ERRG\",\"572\":\"NEUC\",\"573\":\"SCEC\",\"574\":\"SCEC\",\"575\":\"NEUC\",\"576\":\"SCEC\",\"577\":\"SCEC\",\"578\":\"SCEC\",\"579\":\"SCEC\",\"580\":\"SCEC\",\"581\":\"SCEC\",\"582\":\"EPSG\",\"583\":\"UNGG\",\"584\":\"NTCG\",\"585\":\"EPSC\",\"586\":\"SCEC\",\"587\":\"NEUC\",\"588\":\"GNCG\",\"589\":\"NEUC\",\"590\":\"SCEC\",\"591\":\"GSAG\",\"592\":\"GNCC\",\"593\":\"GNCC\",\"594\":\"QIEC\",\"595\":\"SCEC\",\"596\":\"UNGG\",\"597\":\"UNGG\",\"598\":\"GNYG\",\"599\":\"ENBC\",\"600\":\"SCEC\",\"601\":\"ETTC\",\"602\":\"NEUC\",\"603\":\"NEUC\",\"604\":\"SCEC\",\"605\":\"ETTC\",\"606\":\"BIAC\",\"607\":\"SCEC\",\"608\":\"ENBC\",\"609\":\"ENBC\",\"610\":\"ENBC\",\"611\":\"GNCC\",\"612\":\"SCEC\",\"613\":\"SCEC\",\"614\":\"SCEC\",\"615\":\"ENDG\",\"616\":\"NEUC\",\"617\":\"NEUC\",\"618\":\"NEUC\",\"619\":\"NEUC\",\"620\":\"SCEC\",\"621\":\"ENDG\",\"622\":\"GNCC\",\"623\":\"SCEC\",\"624\":\"EEPC\",\"625\":\"EPMC\",\"626\":\"GNCC\",\"627\":\"EPSG\",\"628\":\"SCEC\",\"629\":\"BIAC\",\"630\":\"ISGG\",\"631\":\"ISGG\",\"632\":\"ISGG\",\"633\":\"GRCG\",\"634\":\"GRCG\",\"635\":\"SCEC\",\"636\":\"EPMG\",\"637\":\"ERRG\",\"638\":\"ERRG\",\"639\":\"SCEC\",\"640\":\"NTCG\",\"641\":\"UNGG\",\"642\":\"XFRG\",\"643\":\"EPMG\",\"644\":\"SCEC\",\"645\":\"ETTC\",\"646\":\"SCEC\",\"647\":\"SCEC\",\"648\":\"GNCC\",\"649\":\"EPSG\",\"650\":\"GNYG\",\"651\":\"EPSC\",\"652\":\"NEUC\",\"653\":\"NEUC\",\"654\":\"SCEC\",\"655\":\"GNCC\",\"656\":\"GNCC\",\"657\":\"PRIG\",\"658\":\"GNCG\",\"659\":\"UNGG\",\"660\":\"SCEC\",\"661\":\"GECG\",\"662\":\"EPMG\",\"663\":\"SCEC\",\"664\":\"SCEC\",\"665\":\"EPSC\",\"666\":\"SCEC\",\"667\":\"EPMC\",\"668\":\"SCEC\",\"669\":\"SCEC\",\"670\":\"SCEC\",\"671\":\"ETTC\",\"672\":\"SCEC\",\"673\":\"NEUC\",\"674\":\"NEUC\",\"675\":\"NEUC\",\"676\":\"NEUC\",\"677\":\"NEUC\",\"678\":\"NEUC\",\"679\":\"NEUC\",\"680\":\"NEUC\",\"681\":\"NEUC\",\"682\":\"ETTC\",\"683\":\"ETTC\",\"684\":\"SCEC\",\"685\":\"GPEG\",\"686\":\"ADCG\",\"687\":\"EPSG\",\"688\":\"EPSG\",\"689\":\"EPSG\",\"690\":\"HZEG\",\"691\":\"EPMG\",\"692\":\"VNRG\",\"693\":\"CHVG\",\"694\":\"EPSG\",\"695\":\"GNCG\",\"696\":\"EPMG\",\"697\":\"ISGG\",\"698\":\"EOEG\",\"699\":\"EPMG\",\"700\":\"EEPG\",\"701\":\"ERCG\",\"702\":\"CALG\",\"703\":\"RPEG\",\"704\":\"EMEG\",\"705\":\"CHVG\",\"706\":\"EPSG\",\"707\":\"ENDG\",\"708\":\"CHVG\",\"709\":\"NTCG\",\"710\":\"EPSG\",\"711\":\"CIVG\",\"712\":\"ISGG\",\"713\":\"HDPG\",\"714\":\"EPSG\",\"715\":\"EPMG\",\"716\":\"EPMG\",\"717\":\"ENGG\",\"718\":\"CALG\",\"719\":\"ENDG\",\"720\":\"EPMG\",\"721\":\"EPMG\",\"722\":\"NTCG\",\"723\":\"NTCG\",\"724\":\"NTCG\",\"725\":\"EPSG\",\"726\":\"NRCG\",\"727\":\"ENDG\",\"728\":\"ENDG\",\"729\":\"EPMG\",\"730\":\"GNCG\",\"731\":\"ISGG\",\"732\":\"EPMG\",\"733\":\"GECG\",\"734\":\"GECG\",\"735\":\"ISGG\",\"736\":\"EPMG\",\"737\":\"EPMG\",\"738\":\"ENDG\",\"739\":\"ENDG\",\"740\":\"HDPG\",\"741\":\"ISGG\",\"742\":\"EPSG\",\"743\":\"EPMG\",\"744\":\"NTCG\",\"745\":\"EPMG\",\"746\":\"EPMG\",\"747\":\"GNCG\",\"748\":\"HLAG\",\"749\":\"HLAG\",\"750\":\"ERRG\",\"751\":\"ISGG\",\"752\":\"EEPG\",\"753\":\"GNCG\",\"754\":\"ENDG\",\"755\":\"GNCG\",\"756\":\"EPMG\",\"757\":\"SLMG\",\"758\":\"HDTG\",\"759\":\"EPMG\",\"760\":\"GNCG\",\"761\":\"EPMG\",\"762\":\"ISGG\",\"763\":\"EPSG\",\"764\":\"IACG\",\"765\":\"EPSG\",\"766\":\"EPMG\",\"767\":\"EPMG\",\"768\":\"GNCG\",\"769\":\"EPMG\",\"770\":\"ENDG\",\"771\":\"EMEG\",\"772\":\"EPMG\",\"773\":\"EPMG\",\"774\":\"SFEG\",\"775\":\"EPMG\",\"776\":\"CIEG\",\"777\":\"PECG\",\"778\":\"HIMG\",\"779\":\"HIMG\",\"780\":\"HIMG\",\"781\":\"SOCG\",\"782\":\"NRCG\",\"783\":\"EPMG\",\"784\":\"EPMG\",\"785\":\"EPSG\",\"786\":\"EPSG\",\"787\":\"PRIG\",\"788\":\"PRIG\",\"789\":\"HZEG\",\"790\":\"HDTG\",\"791\":\"HLAG\",\"792\":\"CCGG\",\"793\":\"NRCG\",\"794\":\"EMIG\",\"795\":\"ENDG\",\"796\":\"CDNG\",\"797\":\"HDTG\",\"798\":\"EPSG\",\"799\":\"CETG\",\"800\":\"CETG\",\"801\":\"EPMG\",\"802\":\"EPMG\",\"803\":\"CETG\",\"804\":\"CDNG\",\"805\":\"SPRG\",\"806\":\"EPSG\",\"807\":\"RPEG\",\"808\":\"ENDG\",\"809\":\"GPYG\",\"810\":\"GPEG\",\"811\":\"GNCG\",\"812\":\"GCEG\",\"813\":\"GNCG\",\"814\":\"EPSG\",\"815\":\"ISGG\",\"816\":\"EPMG\",\"817\":\"ISGG\",\"818\":\"EPMG\",\"819\":\"EPMG\",\"820\":\"ENDG\",\"821\":\"ISGG\",\"822\":\"CDNG\",\"823\":\"GPEG\",\"824\":\"HDTG\",\"825\":\"CMXG\",\"826\":\"TBSG\",\"827\":\"TBSG\",\"828\":\"TBSG\",\"829\":\"TCBG\",\"830\":\"TCIG\",\"831\":\"TCIG\",\"832\":\"TCIG\",\"833\":\"EPMG\",\"834\":\"TEMG\",\"835\":\"TMFG\",\"836\":\"TMFG\",\"837\":\"GECG\",\"838\":\"GECG\",\"839\":\"GSAG\",\"840\":\"EPMG\",\"841\":\"TRPG\",\"842\":\"EPMG\",\"843\":\"ISGG\",\"844\":\"ISGG\",\"845\":\"TCNG\",\"846\":\"TMNG\",\"847\":\"TRMG\",\"848\":\"TERG\",\"849\":\"EPMG\",\"850\":\"CHVG\",\"851\":\"TMVG\",\"852\":\"TYPG\",\"853\":\"TYPG\",\"854\":\"TYPG\",\"855\":\"TYPG\",\"856\":\"TYPG\",\"857\":\"CALG\",\"858\":\"EMUG\",\"859\":\"ENDG\",\"860\":\"EPMG\",\"861\":\"HDTG\",\"862\":\"HDTG\",\"863\":\"ENDG\",\"864\":\"ENDG\",\"865\":\"ENDG\",\"866\":\"ENDG\"},\"Values_EnerSource\":{\"0\":\"AGUA\",\"1\":\"AGUA\",\"2\":\"AGUA\",\"3\":\"AGUA\",\"4\":\"AGUA\",\"5\":\"BIOGAS\",\"6\":\"CARBON\",\"7\":\"AGUA\",\"8\":\"AGUA\",\"9\":\"CARBON\",\"10\":\"GAS\",\"11\":\"AGUA\",\"12\":\"BIOGAS\",\"13\":\"AGUA\",\"14\":\"AGUA\",\"15\":\"BIOGAS\",\"16\":\"AGUA\",\"17\":\"AGUA\",\"18\":\"AGUA\",\"19\":\"AGUA\",\"20\":\"BAGAZO\",\"21\":\"AGUA\",\"22\":\"AGUA\",\"23\":\"AGUA\",\"24\":\"AGUA\",\"25\":\"AGUA\",\"26\":\"RAD SOLAR\",\"27\":\"AGUA\",\"28\":\"CARBON\",\"29\":\"GAS\",\"30\":\"GAS\",\"31\":\"GAS\",\"32\":\"BAGAZO\",\"33\":\"AGUA\",\"34\":\"AGUA\",\"35\":\"AGUA\",\"36\":\"AGUA\",\"37\":\"AGUA\",\"38\":\"AGUA\",\"39\":\"CARBON\",\"40\":\"GAS\",\"41\":\"AGUA\",\"42\":\"RAD SOLAR\",\"43\":\"AGUA\",\"44\":\"GAS\",\"45\":\"GAS\",\"46\":\"GAS\",\"47\":\"AGUA\",\"48\":\"RAD SOLAR\",\"49\":\"AGUA\",\"50\":\"RAD SOLAR\",\"51\":\"GAS\",\"52\":\"RAD SOLAR\",\"53\":\"AGUA\",\"54\":\"RAD SOLAR\",\"55\":\"RAD SOLAR\",\"56\":\"RAD SOLAR\",\"57\":\"RAD SOLAR\",\"58\":\"RAD SOLAR\",\"59\":\"RAD SOLAR\",\"60\":\"RAD SOLAR\",\"61\":\"RAD SOLAR\",\"62\":\"RAD SOLAR\",\"63\":\"RAD SOLAR\",\"64\":\"RAD SOLAR\",\"65\":\"RAD SOLAR\",\"66\":\"RAD SOLAR\",\"67\":\"RAD SOLAR\",\"68\":\"RAD SOLAR\",\"69\":\"RAD SOLAR\",\"70\":\"RAD SOLAR\",\"71\":\"RAD SOLAR\",\"72\":\"BIOGAS\",\"73\":\"AGUA\",\"74\":\"RAD SOLAR\",\"75\":\"BIOGAS\",\"76\":\"RAD SOLAR\",\"77\":\"RAD SOLAR\",\"78\":\"AGUA\",\"79\":\"RAD SOLAR\",\"80\":\"RAD SOLAR\",\"81\":\"BAGAZO\",\"82\":\"RAD SOLAR\",\"83\":\"RAD SOLAR\",\"84\":\"RAD SOLAR\",\"85\":\"RAD SOLAR\",\"86\":\"RAD SOLAR\",\"87\":\"RAD SOLAR\",\"88\":\"RAD SOLAR\",\"89\":\"RAD SOLAR\",\"90\":\"RAD SOLAR\",\"91\":\"RAD SOLAR\",\"92\":\"RAD SOLAR\",\"93\":\"RAD SOLAR\",\"94\":\"RAD SOLAR\",\"95\":\"RAD SOLAR\",\"96\":\"RAD SOLAR\",\"97\":\"RAD SOLAR\",\"98\":\"RAD SOLAR\",\"99\":\"RAD SOLAR\",\"100\":\"RAD SOLAR\",\"101\":\"RAD SOLAR\",\"102\":\"BAGAZO\",\"103\":\"RAD SOLAR\",\"104\":\"RAD SOLAR\",\"105\":\"RAD SOLAR\",\"106\":\"RAD SOLAR\",\"107\":\"RAD SOLAR\",\"108\":\"RAD SOLAR\",\"109\":\"RAD SOLAR\",\"110\":\"GAS\",\"111\":\"RAD SOLAR\",\"112\":\"RAD SOLAR\",\"113\":\"RAD SOLAR\",\"114\":\"AGUA\",\"115\":\"RAD SOLAR\",\"116\":\"RAD SOLAR\",\"117\":\"RAD SOLAR\",\"118\":\"RAD SOLAR\",\"119\":\"RAD SOLAR\",\"120\":\"RAD SOLAR\",\"121\":\"RAD SOLAR\",\"122\":\"RAD SOLAR\",\"123\":\"RAD SOLAR\",\"124\":\"RAD SOLAR\",\"125\":\"RAD SOLAR\",\"126\":\"RAD SOLAR\",\"127\":\"RAD SOLAR\",\"128\":\"RAD SOLAR\",\"129\":\"RAD SOLAR\",\"130\":\"RAD SOLAR\",\"131\":\"RAD SOLAR\",\"132\":\"RAD SOLAR\",\"133\":\"RAD SOLAR\",\"134\":\"RAD SOLAR\",\"135\":\"RAD SOLAR\",\"136\":\"RAD SOLAR\",\"137\":\"RAD SOLAR\",\"138\":\"RAD SOLAR\",\"139\":\"RAD SOLAR\",\"140\":\"RAD SOLAR\",\"141\":\"RAD SOLAR\",\"142\":\"RAD SOLAR\",\"143\":\"RAD SOLAR\",\"144\":\"RAD SOLAR\",\"145\":\"AGUA\",\"146\":\"RAD SOLAR\",\"147\":\"RAD SOLAR\",\"148\":\"RAD SOLAR\",\"149\":\"RAD SOLAR\",\"150\":\"RAD SOLAR\",\"151\":\"RAD SOLAR\",\"152\":\"RAD SOLAR\",\"153\":\"RAD SOLAR\",\"154\":\"RAD SOLAR\",\"155\":\"AGUA\",\"156\":\"RAD SOLAR\",\"157\":\"RAD SOLAR\",\"158\":\"RAD SOLAR\",\"159\":\"AGUA\",\"160\":\"RAD SOLAR\",\"161\":\"VIENTO\",\"162\":\"RAD SOLAR\",\"163\":\"RAD SOLAR\",\"164\":\"RAD SOLAR\",\"165\":\"RAD SOLAR\",\"166\":\"RAD SOLAR\",\"167\":\"RAD SOLAR\",\"168\":\"RAD SOLAR\",\"169\":\"RAD SOLAR\",\"170\":\"RAD SOLAR\",\"171\":\"RAD SOLAR\",\"172\":\"RAD SOLAR\",\"173\":\"RAD SOLAR\",\"174\":\"RAD SOLAR\",\"175\":\"RAD SOLAR\",\"176\":\"RAD SOLAR\",\"177\":\"RAD SOLAR\",\"178\":\"RAD SOLAR\",\"179\":\"RAD SOLAR\",\"180\":\"RAD SOLAR\",\"181\":\"RAD SOLAR\",\"182\":\"RAD SOLAR\",\"183\":\"RAD SOLAR\",\"184\":\"RAD SOLAR\",\"185\":\"RAD SOLAR\",\"186\":\"RAD SOLAR\",\"187\":\"RAD SOLAR\",\"188\":\"RAD SOLAR\",\"189\":\"GAS\",\"190\":\"RAD SOLAR\",\"191\":\"RAD SOLAR\",\"192\":\"RAD SOLAR\",\"193\":\"RAD SOLAR\",\"194\":\"RAD SOLAR\",\"195\":\"RAD SOLAR\",\"196\":\"RAD SOLAR\",\"197\":\"RAD SOLAR\",\"198\":\"RAD SOLAR\",\"199\":\"RAD SOLAR\",\"200\":\"RAD SOLAR\",\"201\":\"RAD SOLAR\",\"202\":\"RAD SOLAR\",\"203\":\"RAD SOLAR\",\"204\":\"RAD SOLAR\",\"205\":\"VIENTO\",\"206\":\"RAD SOLAR\",\"207\":\"RAD SOLAR\",\"208\":\"RAD SOLAR\",\"209\":\"RAD SOLAR\",\"210\":\"RAD SOLAR\",\"211\":\"RAD SOLAR\",\"212\":\"RAD SOLAR\",\"213\":\"RAD SOLAR\",\"214\":\"RAD SOLAR\",\"215\":\"RAD SOLAR\",\"216\":\"RAD SOLAR\",\"217\":\"RAD SOLAR\",\"218\":\"RAD SOLAR\",\"219\":\"RAD SOLAR\",\"220\":\"RAD SOLAR\",\"221\":\"RAD SOLAR\",\"222\":\"RAD SOLAR\",\"223\":\"RAD SOLAR\",\"224\":\"RAD SOLAR\",\"225\":\"RAD SOLAR\",\"226\":\"RAD SOLAR\",\"227\":\"RAD SOLAR\",\"228\":\"RAD SOLAR\",\"229\":\"RAD SOLAR\",\"230\":\"RAD SOLAR\",\"231\":\"RAD SOLAR\",\"232\":\"RAD SOLAR\",\"233\":\"RAD SOLAR\",\"234\":\"RAD SOLAR\",\"235\":\"RAD SOLAR\",\"236\":\"RAD SOLAR\",\"237\":\"RAD SOLAR\",\"238\":\"RAD SOLAR\",\"239\":\"RAD SOLAR\",\"240\":\"RAD SOLAR\",\"241\":\"BAGAZO\",\"242\":\"RAD SOLAR\",\"243\":\"RAD SOLAR\",\"244\":\"RAD SOLAR\",\"245\":\"RAD SOLAR\",\"246\":\"RAD SOLAR\",\"247\":\"RAD SOLAR\",\"248\":\"RAD SOLAR\",\"249\":\"RAD SOLAR\",\"250\":\"RAD SOLAR\",\"251\":\"RAD SOLAR\",\"252\":\"RAD SOLAR\",\"253\":\"RAD SOLAR\",\"254\":\"RAD SOLAR\",\"255\":\"RAD SOLAR\",\"256\":\"RAD SOLAR\",\"257\":\"RAD SOLAR\",\"258\":\"RAD SOLAR\",\"259\":\"RAD SOLAR\",\"260\":\"RAD SOLAR\",\"261\":\"RAD SOLAR\",\"262\":\"RAD SOLAR\",\"263\":\"RAD SOLAR\",\"264\":\"AGUA\",\"265\":\"RAD SOLAR\",\"266\":\"RAD SOLAR\",\"267\":\"RAD SOLAR\",\"268\":\"RAD SOLAR\",\"269\":\"RAD SOLAR\",\"270\":\"RAD SOLAR\",\"271\":\"RAD SOLAR\",\"272\":\"RAD SOLAR\",\"273\":\"RAD SOLAR\",\"274\":\"RAD SOLAR\",\"275\":\"RAD SOLAR\",\"276\":\"RAD SOLAR\",\"277\":\"RAD SOLAR\",\"278\":\"RAD SOLAR\",\"279\":\"AGUA\",\"280\":\"AGUA\",\"281\":\"RAD SOLAR\",\"282\":\"RAD SOLAR\",\"283\":\"RAD SOLAR\",\"284\":\"RAD SOLAR\",\"285\":\"RAD SOLAR\",\"286\":\"RAD SOLAR\",\"287\":\"RAD SOLAR\",\"288\":\"RAD SOLAR\",\"289\":\"RAD SOLAR\",\"290\":\"RAD SOLAR\",\"291\":\"RAD SOLAR\",\"292\":\"RAD SOLAR\",\"293\":\"RAD SOLAR\",\"294\":\"RAD SOLAR\",\"295\":\"RAD SOLAR\",\"296\":\"RAD SOLAR\",\"297\":\"RAD SOLAR\",\"298\":\"RAD SOLAR\",\"299\":\"RAD SOLAR\",\"300\":\"RAD SOLAR\",\"301\":\"RAD SOLAR\",\"302\":\"RAD SOLAR\",\"303\":\"RAD SOLAR\",\"304\":\"RAD SOLAR\",\"305\":\"RAD SOLAR\",\"306\":\"RAD SOLAR\",\"307\":\"RAD SOLAR\",\"308\":\"RAD SOLAR\",\"309\":\"RAD SOLAR\",\"310\":\"RAD SOLAR\",\"311\":\"RAD SOLAR\",\"312\":\"RAD SOLAR\",\"313\":\"RAD SOLAR\",\"314\":\"RAD SOLAR\",\"315\":\"RAD SOLAR\",\"316\":\"RAD SOLAR\",\"317\":\"RAD SOLAR\",\"318\":\"RAD SOLAR\",\"319\":\"RAD SOLAR\",\"320\":\"RAD SOLAR\",\"321\":\"RAD SOLAR\",\"322\":\"RAD SOLAR\",\"323\":\"RAD SOLAR\",\"324\":\"RAD SOLAR\",\"325\":\"RAD SOLAR\",\"326\":\"RAD SOLAR\",\"327\":\"RAD SOLAR\",\"328\":\"RAD SOLAR\",\"329\":\"RAD SOLAR\",\"330\":\"RAD SOLAR\",\"331\":\"RAD SOLAR\",\"332\":\"RAD SOLAR\",\"333\":\"RAD SOLAR\",\"334\":\"RAD SOLAR\",\"335\":\"RAD SOLAR\",\"336\":\"RAD SOLAR\",\"337\":\"RAD SOLAR\",\"338\":\"RAD SOLAR\",\"339\":\"RAD SOLAR\",\"340\":\"RAD SOLAR\",\"341\":\"RAD SOLAR\",\"342\":\"RAD SOLAR\",\"343\":\"RAD SOLAR\",\"344\":\"RAD SOLAR\",\"345\":\"RAD SOLAR\",\"346\":\"RAD SOLAR\",\"347\":\"RAD SOLAR\",\"348\":\"RAD SOLAR\",\"349\":\"RAD SOLAR\",\"350\":\"RAD SOLAR\",\"351\":\"GAS\",\"352\":\"RAD SOLAR\",\"353\":\"RAD SOLAR\",\"354\":\"RAD SOLAR\",\"355\":\"RAD SOLAR\",\"356\":\"RAD SOLAR\",\"357\":\"RAD SOLAR\",\"358\":\"RAD SOLAR\",\"359\":\"RAD SOLAR\",\"360\":\"RAD SOLAR\",\"361\":\"RAD SOLAR\",\"362\":\"RAD SOLAR\",\"363\":\"RAD SOLAR\",\"364\":\"AGUA\",\"365\":\"RAD SOLAR\",\"366\":\"RAD SOLAR\",\"367\":\"RAD SOLAR\",\"368\":\"RAD SOLAR\",\"369\":\"RAD SOLAR\",\"370\":\"RAD SOLAR\",\"371\":\"RAD SOLAR\",\"372\":\"RAD SOLAR\",\"373\":\"RAD SOLAR\",\"374\":\"RAD SOLAR\",\"375\":\"RAD SOLAR\",\"376\":\"RAD SOLAR\",\"377\":\"RAD SOLAR\",\"378\":\"RAD SOLAR\",\"379\":\"RAD SOLAR\",\"380\":\"RAD SOLAR\",\"381\":\"RAD SOLAR\",\"382\":\"RAD SOLAR\",\"383\":\"RAD SOLAR\",\"384\":\"RAD SOLAR\",\"385\":\"RAD SOLAR\",\"386\":\"RAD SOLAR\",\"387\":\"RAD SOLAR\",\"388\":\"RAD SOLAR\",\"389\":\"RAD SOLAR\",\"390\":\"RAD SOLAR\",\"391\":\"RAD SOLAR\",\"392\":\"RAD SOLAR\",\"393\":\"RAD SOLAR\",\"394\":\"RAD SOLAR\",\"395\":\"RAD SOLAR\",\"396\":\"RAD SOLAR\",\"397\":\"RAD SOLAR\",\"398\":\"RAD SOLAR\",\"399\":\"RAD SOLAR\",\"400\":\"RAD SOLAR\",\"401\":\"RAD SOLAR\",\"402\":\"RAD SOLAR\",\"403\":\"RAD SOLAR\",\"404\":\"RAD SOLAR\",\"405\":\"RAD SOLAR\",\"406\":\"RAD SOLAR\",\"407\":\"RAD SOLAR\",\"408\":\"RAD SOLAR\",\"409\":\"RAD SOLAR\",\"410\":\"RAD SOLAR\",\"411\":\"RAD SOLAR\",\"412\":\"RAD SOLAR\",\"413\":\"RAD SOLAR\",\"414\":\"RAD SOLAR\",\"415\":\"RAD SOLAR\",\"416\":\"RAD SOLAR\",\"417\":\"RAD SOLAR\",\"418\":\"RAD SOLAR\",\"419\":\"GAS\",\"420\":\"RAD SOLAR\",\"421\":\"RAD SOLAR\",\"422\":\"RAD SOLAR\",\"423\":\"RAD SOLAR\",\"424\":\"RAD SOLAR\",\"425\":\"RAD SOLAR\",\"426\":\"RAD SOLAR\",\"427\":\"RAD SOLAR\",\"428\":\"RAD SOLAR\",\"429\":\"RAD SOLAR\",\"430\":\"RAD SOLAR\",\"431\":\"RAD SOLAR\",\"432\":\"RAD SOLAR\",\"433\":\"RAD SOLAR\",\"434\":\"RAD SOLAR\",\"435\":\"RAD SOLAR\",\"436\":\"RAD SOLAR\",\"437\":\"RAD SOLAR\",\"438\":\"RAD SOLAR\",\"439\":\"RAD SOLAR\",\"440\":\"RAD SOLAR\",\"441\":\"RAD SOLAR\",\"442\":\"RAD SOLAR\",\"443\":\"RAD SOLAR\",\"444\":\"RAD SOLAR\",\"445\":\"RAD SOLAR\",\"446\":\"RAD SOLAR\",\"447\":\"RAD SOLAR\",\"448\":\"RAD SOLAR\",\"449\":\"RAD SOLAR\",\"450\":\"RAD SOLAR\",\"451\":\"RAD SOLAR\",\"452\":\"RAD SOLAR\",\"453\":\"RAD SOLAR\",\"454\":\"RAD SOLAR\",\"455\":\"RAD SOLAR\",\"456\":\"RAD SOLAR\",\"457\":\"RAD SOLAR\",\"458\":\"RAD SOLAR\",\"459\":\"RAD SOLAR\",\"460\":\"RAD SOLAR\",\"461\":\"RAD SOLAR\",\"462\":\"RAD SOLAR\",\"463\":\"RAD SOLAR\",\"464\":\"RAD SOLAR\",\"465\":\"RAD SOLAR\",\"466\":\"RAD SOLAR\",\"467\":\"RAD SOLAR\",\"468\":\"RAD SOLAR\",\"469\":\"RAD SOLAR\",\"470\":\"RAD SOLAR\",\"471\":\"RAD SOLAR\",\"472\":\"RAD SOLAR\",\"473\":\"RAD SOLAR\",\"474\":\"GAS\",\"475\":\"RAD SOLAR\",\"476\":\"RAD SOLAR\",\"477\":\"RAD SOLAR\",\"478\":\"RAD SOLAR\",\"479\":\"RAD SOLAR\",\"480\":\"RAD SOLAR\",\"481\":\"RAD SOLAR\",\"482\":\"RAD SOLAR\",\"483\":\"RAD SOLAR\",\"484\":\"RAD SOLAR\",\"485\":\"GAS\",\"486\":\"RAD SOLAR\",\"487\":\"RAD SOLAR\",\"488\":\"RAD SOLAR\",\"489\":\"RAD SOLAR\",\"490\":\"RAD SOLAR\",\"491\":\"RAD SOLAR\",\"492\":\"RAD SOLAR\",\"493\":\"RAD SOLAR\",\"494\":\"RAD SOLAR\",\"495\":\"RAD SOLAR\",\"496\":\"RAD SOLAR\",\"497\":\"RAD SOLAR\",\"498\":\"RAD SOLAR\",\"499\":\"RAD SOLAR\",\"500\":\"RAD SOLAR\",\"501\":\"RAD SOLAR\",\"502\":\"RAD SOLAR\",\"503\":\"RAD SOLAR\",\"504\":\"RAD SOLAR\",\"505\":\"RAD SOLAR\",\"506\":\"RAD SOLAR\",\"507\":\"RAD SOLAR\",\"508\":\"RAD SOLAR\",\"509\":\"RAD SOLAR\",\"510\":\"RAD SOLAR\",\"511\":\"RAD SOLAR\",\"512\":\"RAD SOLAR\",\"513\":\"RAD SOLAR\",\"514\":\"RAD SOLAR\",\"515\":\"RAD SOLAR\",\"516\":\"RAD SOLAR\",\"517\":\"RAD SOLAR\",\"518\":\"RAD SOLAR\",\"519\":\"RAD SOLAR\",\"520\":\"RAD SOLAR\",\"521\":\"RAD SOLAR\",\"522\":\"RAD SOLAR\",\"523\":\"RAD SOLAR\",\"524\":\"RAD SOLAR\",\"525\":\"RAD SOLAR\",\"526\":\"RAD SOLAR\",\"527\":\"RAD SOLAR\",\"528\":\"RAD SOLAR\",\"529\":\"RAD SOLAR\",\"530\":\"RAD SOLAR\",\"531\":\"RAD SOLAR\",\"532\":\"RAD SOLAR\",\"533\":\"RAD SOLAR\",\"534\":\"RAD SOLAR\",\"535\":\"RAD SOLAR\",\"536\":\"RAD SOLAR\",\"537\":\"RAD SOLAR\",\"538\":\"RAD SOLAR\",\"539\":\"RAD SOLAR\",\"540\":\"RAD SOLAR\",\"541\":\"RAD SOLAR\",\"542\":\"RAD SOLAR\",\"543\":\"RAD SOLAR\",\"544\":\"RAD SOLAR\",\"545\":\"RAD SOLAR\",\"546\":\"RAD SOLAR\",\"547\":\"RAD SOLAR\",\"548\":\"RAD SOLAR\",\"549\":\"RAD SOLAR\",\"550\":\"RAD SOLAR\",\"551\":\"RAD SOLAR\",\"552\":\"RAD SOLAR\",\"553\":\"RAD SOLAR\",\"554\":\"RAD SOLAR\",\"555\":\"RAD SOLAR\",\"556\":\"RAD SOLAR\",\"557\":\"RAD SOLAR\",\"558\":\"RAD SOLAR\",\"559\":\"RAD SOLAR\",\"560\":\"RAD SOLAR\",\"561\":\"RAD SOLAR\",\"562\":\"RAD SOLAR\",\"563\":\"RAD SOLAR\",\"564\":\"RAD SOLAR\",\"565\":\"RAD SOLAR\",\"566\":\"RAD SOLAR\",\"567\":\"RAD SOLAR\",\"568\":\"RAD SOLAR\",\"569\":\"RAD SOLAR\",\"570\":\"RAD SOLAR\",\"571\":\"RAD SOLAR\",\"572\":\"RAD SOLAR\",\"573\":\"RAD SOLAR\",\"574\":\"RAD SOLAR\",\"575\":\"RAD SOLAR\",\"576\":\"RAD SOLAR\",\"577\":\"RAD SOLAR\",\"578\":\"RAD SOLAR\",\"579\":\"RAD SOLAR\",\"580\":\"RAD SOLAR\",\"581\":\"RAD SOLAR\",\"582\":\"RAD SOLAR\",\"583\":\"RAD SOLAR\",\"584\":\"RAD SOLAR\",\"585\":\"RAD SOLAR\",\"586\":\"RAD SOLAR\",\"587\":\"RAD SOLAR\",\"588\":\"RAD SOLAR\",\"589\":\"RAD SOLAR\",\"590\":\"RAD SOLAR\",\"591\":\"GAS\",\"592\":\"RAD SOLAR\",\"593\":\"RAD SOLAR\",\"594\":\"RAD SOLAR\",\"595\":\"RAD SOLAR\",\"596\":\"RAD SOLAR\",\"597\":\"RAD SOLAR\",\"598\":\"RAD SOLAR\",\"599\":\"RAD SOLAR\",\"600\":\"RAD SOLAR\",\"601\":\"RAD SOLAR\",\"602\":\"RAD SOLAR\",\"603\":\"RAD SOLAR\",\"604\":\"RAD SOLAR\",\"605\":\"RAD SOLAR\",\"606\":\"RAD SOLAR\",\"607\":\"RAD SOLAR\",\"608\":\"RAD SOLAR\",\"609\":\"RAD SOLAR\",\"610\":\"RAD SOLAR\",\"611\":\"RAD SOLAR\",\"612\":\"RAD SOLAR\",\"613\":\"RAD SOLAR\",\"614\":\"RAD SOLAR\",\"615\":\"RAD SOLAR\",\"616\":\"RAD SOLAR\",\"617\":\"RAD SOLAR\",\"618\":\"RAD SOLAR\",\"619\":\"RAD SOLAR\",\"620\":\"RAD SOLAR\",\"621\":\"RAD SOLAR\",\"622\":\"RAD SOLAR\",\"623\":\"RAD SOLAR\",\"624\":\"RAD SOLAR\",\"625\":\"RAD SOLAR\",\"626\":\"RAD SOLAR\",\"627\":\"RAD SOLAR\",\"628\":\"RAD SOLAR\",\"629\":\"RAD SOLAR\",\"630\":\"RAD SOLAR\",\"631\":\"RAD SOLAR\",\"632\":\"RAD SOLAR\",\"633\":\"RAD SOLAR\",\"634\":\"RAD SOLAR\",\"635\":\"RAD SOLAR\",\"636\":\"RAD SOLAR\",\"637\":\"RAD SOLAR\",\"638\":\"RAD SOLAR\",\"639\":\"RAD SOLAR\",\"640\":\"BIOMASA\",\"641\":\"RAD SOLAR\",\"642\":\"RAD SOLAR\",\"643\":\"RAD SOLAR\",\"644\":\"RAD SOLAR\",\"645\":\"RAD SOLAR\",\"646\":\"RAD SOLAR\",\"647\":\"RAD SOLAR\",\"648\":\"RAD SOLAR\",\"649\":\"RAD SOLAR\",\"650\":\"RAD SOLAR\",\"651\":\"RAD SOLAR\",\"652\":\"RAD SOLAR\",\"653\":\"RAD SOLAR\",\"654\":\"RAD SOLAR\",\"655\":\"RAD SOLAR\",\"656\":\"RAD SOLAR\",\"657\":\"RAD SOLAR\",\"658\":\"RAD SOLAR\",\"659\":\"RAD SOLAR\",\"660\":\"RAD SOLAR\",\"661\":\"RAD SOLAR\",\"662\":\"CARBON\",\"663\":\"RAD SOLAR\",\"664\":\"RAD SOLAR\",\"665\":\"RAD SOLAR\",\"666\":\"RAD SOLAR\",\"667\":\"RAD SOLAR\",\"668\":\"RAD SOLAR\",\"669\":\"RAD SOLAR\",\"670\":\"RAD SOLAR\",\"671\":\"RAD SOLAR\",\"672\":\"RAD SOLAR\",\"673\":\"RAD SOLAR\",\"674\":\"RAD SOLAR\",\"675\":\"RAD SOLAR\",\"676\":\"RAD SOLAR\",\"677\":\"RAD SOLAR\",\"678\":\"RAD SOLAR\",\"679\":\"RAD SOLAR\",\"680\":\"RAD SOLAR\",\"681\":\"RAD SOLAR\",\"682\":\"RAD SOLAR\",\"683\":\"RAD SOLAR\",\"684\":\"RAD SOLAR\",\"685\":\"AGUA\",\"686\":\"AGUA\",\"687\":\"AGUA\",\"688\":\"AGUA\",\"689\":\"AGUA\",\"690\":\"AGUA\",\"691\":\"AGUA\",\"692\":\"VIENTO\",\"693\":\"VIENTO\",\"694\":\"GAS\",\"695\":\"AGUA\",\"696\":\"AGUA\",\"697\":\"AGUA\",\"698\":\"VIENTO\",\"699\":\"AGUA\",\"700\":\"AGUA\",\"701\":\"AGUA\",\"702\":\"AGUA\",\"703\":\"BAGAZO\",\"704\":\"AGUA\",\"705\":\"VIENTO\",\"706\":\"BAGAZO\",\"707\":\"AGUA\",\"708\":\"AGUA\",\"709\":\"BAGAZO\",\"710\":\"BAGAZO\",\"711\":\"AGUA\",\"712\":\"AGUA\",\"713\":\"AGUA\",\"714\":\"AGUA\",\"715\":\"AGUA\",\"716\":\"AGUA\",\"717\":\"AGUA\",\"718\":\"AGUA\",\"719\":\"AGUA\",\"720\":\"AGUA\",\"721\":\"AGUA\",\"722\":\"COMBUSTOLEO\",\"723\":\"COMBUSTOLEO\",\"724\":\"COMBUSTOLEO\",\"725\":\"AGUA\",\"726\":\"AGUA\",\"727\":\"AGUA\",\"728\":\"RAD SOLAR\",\"729\":\"AGUA\",\"730\":\"AGUA\",\"731\":\"AGUA\",\"732\":\"AGUA\",\"733\":\"CARBON\",\"734\":\"CARBON\",\"735\":\"AGUA\",\"736\":\"AGUA\",\"737\":\"AGUA\",\"738\":\"AGUA\",\"739\":\"RAD SOLAR\",\"740\":\"AGUA\",\"741\":\"AGUA\",\"742\":\"AGUA\",\"743\":\"AGUA\",\"744\":\"BAGAZO\",\"745\":\"AGUA\",\"746\":\"AGUA\",\"747\":\"AGUA\",\"748\":\"AGUA\",\"749\":\"AGUA\",\"750\":\"BAGAZO\",\"751\":\"AGUA\",\"752\":\"AGUA\",\"753\":\"AGUA\",\"754\":\"AGUA\",\"755\":\"AGUA\",\"756\":\"AGUA\",\"757\":\"RAD SOLAR\",\"758\":\"AGUA\",\"759\":\"AGUA\",\"760\":\"AGUA\",\"761\":\"AGUA\",\"762\":\"AGUA\",\"763\":\"GAS\",\"764\":\"AGUA\",\"765\":\"AGUA\",\"766\":\"AGUA\",\"767\":\"AGUA\",\"768\":\"AGUA\",\"769\":\"AGUA\",\"770\":\"AGUA\",\"771\":\"BAGAZO\",\"772\":\"AGUA\",\"773\":\"AGUA\",\"774\":\"AGUA\",\"775\":\"AGUA\",\"776\":\"AGUA\",\"777\":\"BAGAZO\",\"778\":\"CARBON\",\"779\":\"CARBON\",\"780\":\"CARBON\",\"781\":\"CARBON\",\"782\":\"GAS\",\"783\":\"AGUA\",\"784\":\"AGUA\",\"785\":\"AGUA\",\"786\":\"AGUA\",\"787\":\"GAS\",\"788\":\"GAS\",\"789\":\"AGUA\",\"790\":\"AGUA\",\"791\":\"AGUA\",\"792\":\"AGUA\",\"793\":\"AGUA\",\"794\":\"GAS\",\"795\":\"AGUA\",\"796\":\"AGUA\",\"797\":\"AGUA\",\"798\":\"AGUA\",\"799\":\"AGUA\",\"800\":\"AGUA\",\"801\":\"AGUA\",\"802\":\"AGUA\",\"803\":\"AGUA\",\"804\":\"AGUA\",\"805\":\"AGUA\",\"806\":\"AGUA\",\"807\":\"BAGAZO\",\"808\":\"AGUA\",\"809\":\"AGUA\",\"810\":\"AGUA\",\"811\":\"AGUA\",\"812\":\"AGUA\",\"813\":\"AGUA\",\"814\":\"AGUA\",\"815\":\"AGUA\",\"816\":\"AGUA\",\"817\":\"AGUA\",\"818\":\"AGUA\",\"819\":\"AGUA\",\"820\":\"AGUA\",\"821\":\"AGUA\",\"822\":\"AGUA\",\"823\":\"AGUA\",\"824\":\"AGUA\",\"825\":\"AGUA\",\"826\":\"GAS\",\"827\":\"GAS\",\"828\":\"GAS\",\"829\":\"GLP\",\"830\":\"GAS\",\"831\":\"GAS\",\"832\":\"GAS\",\"833\":\"JET-A1\",\"834\":\"ACPM\",\"835\":\"GAS\",\"836\":\"GAS\",\"837\":\"CARBON\",\"838\":\"CARBON\",\"839\":\"GAS\",\"840\":\"AGUA\",\"841\":\"GAS\",\"842\":\"RAD SOLAR\",\"843\":\"RAD SOLAR\",\"844\":\"RAD SOLAR\",\"845\":\"GAS\",\"846\":\"COMBUSTOLEO\",\"847\":\"CARBON\",\"848\":\"CARBON\",\"849\":\"ACPM\",\"850\":\"AGUA\",\"851\":\"ACPM\",\"852\":\"GAS\",\"853\":\"GAS\",\"854\":\"GAS\",\"855\":\"GAS\",\"856\":\"GAS\",\"857\":\"AGUA\",\"858\":\"AGUA\",\"859\":\"AGUA\",\"860\":\"AGUA\",\"861\":\"AGUA\",\"862\":\"AGUA\",\"863\":\"CARBON\",\"864\":\"CARBON\",\"865\":\"CARBON\",\"866\":\"CARBON\"},\"Values_OperStartdate\":{\"0\":\"2014-03-31\",\"1\":\"2014-06-25\",\"2\":\"2014-07-24\",\"3\":\"2015-01-30\",\"4\":\"2014-12-17\",\"5\":\"2016-03-22\",\"6\":\"2016-03-20\",\"7\":\"2017-09-29\",\"8\":\"2016-04-29\",\"9\":\"2016-03-03\",\"10\":\"2016-04-26\",\"11\":\"2016-04-27\",\"12\":\"2016-04-29\",\"13\":\"2016-04-25\",\"14\":\"2016-05-20\",\"15\":\"2016-06-25\",\"16\":\"2017-03-02\",\"17\":\"2016-09-10\",\"18\":\"2016-12-22\",\"19\":\"2017-03-02\",\"20\":\"2017-04-22\",\"21\":\"2017-04-19\",\"22\":\"2017-04-25\",\"23\":\"2017-05-20\",\"24\":\"2017-10-07\",\"25\":\"2017-10-07\",\"26\":\"2017-09-03\",\"27\":\"2017-08-30\",\"28\":\"2017-10-10\",\"29\":\"2017-12-16\",\"30\":\"2018-02-02\",\"31\":\"2018-02-02\",\"32\":\"2024-12-06\",\"33\":\"2018-02-28\",\"34\":\"2018-02-28\",\"35\":\"2018-02-28\",\"36\":\"2018-02-28\",\"37\":\"2018-10-06\",\"38\":\"2018-12-12\",\"39\":\"2018-10-02\",\"40\":\"2018-07-25\",\"41\":\"2018-09-12\",\"42\":\"2019-02-03\",\"43\":\"2019-08-26\",\"44\":\"2019-08-04\",\"45\":\"2019-09-16\",\"46\":\"2019-11-07\",\"47\":\"2020-03-14\",\"48\":\"2019-11-27\",\"49\":\"2020-11-26\",\"50\":\"2019-12-19\",\"51\":\"2020-02-08\",\"52\":\"2020-02-27\",\"53\":\"2020-06-11\",\"54\":\"2020-05-31\",\"55\":\"2020-05-21\",\"56\":\"2020-06-11\",\"57\":\"2020-06-18\",\"58\":\"2020-06-18\",\"59\":\"2020-06-18\",\"60\":\"2020-09-10\",\"61\":\"2020-07-30\",\"62\":\"2020-08-20\",\"63\":\"2020-08-27\",\"64\":\"2020-09-30\",\"65\":\"2020-09-24\",\"66\":\"2020-09-24\",\"67\":\"2020-10-01\",\"68\":\"2020-10-15\",\"69\":\"2020-10-29\",\"70\":\"2020-10-29\",\"71\":\"2020-12-27\",\"72\":\"2020-11-30\",\"73\":\"2020-12-01\",\"74\":\"2020-12-31\",\"75\":\"2020-12-31\",\"76\":\"2021-01-07\",\"77\":\"2021-01-14\",\"78\":\"2022-04-25\",\"79\":\"2021-02-04\",\"80\":\"2021-02-25\",\"81\":\"2021-03-03\",\"82\":\"2021-03-18\",\"83\":\"2021-04-30\",\"84\":\"2021-04-08\",\"85\":\"2021-04-08\",\"86\":\"2021-04-29\",\"87\":\"2021-04-29\",\"88\":\"2021-05-06\",\"89\":\"2021-05-13\",\"90\":\"2021-05-13\",\"91\":\"2021-05-13\",\"92\":\"2021-05-20\",\"93\":\"2021-05-27\",\"94\":\"2021-06-03\",\"95\":\"2021-07-15\",\"96\":\"2021-07-22\",\"97\":\"2021-08-07\",\"98\":\"2021-08-12\",\"99\":\"2021-08-12\",\"100\":\"2021-08-12\",\"101\":\"2021-08-12\",\"102\":\"2021-08-14\",\"103\":\"2021-09-25\",\"104\":\"2020-10-22\",\"105\":\"2020-10-22\",\"106\":\"2020-10-22\",\"107\":\"2020-10-22\",\"108\":\"2020-10-29\",\"109\":\"2021-08-19\",\"110\":\"2021-09-02\",\"111\":\"2021-09-09\",\"112\":\"2021-09-09\",\"113\":\"2021-08-31\",\"114\":\"2022-05-31\",\"115\":\"2021-09-30\",\"116\":\"2021-10-31\",\"117\":\"2021-10-30\",\"118\":\"2021-09-30\",\"119\":\"2021-10-01\",\"120\":\"2021-10-31\",\"121\":\"2021-10-29\",\"122\":\"2022-08-11\",\"123\":\"2021-11-11\",\"124\":\"2021-11-25\",\"125\":\"2021-12-02\",\"126\":\"2021-12-09\",\"127\":\"2021-12-09\",\"128\":\"2021-12-09\",\"129\":\"2021-12-16\",\"130\":\"2021-12-16\",\"131\":\"2024-06-24\",\"132\":\"2021-12-30\",\"133\":\"2022-01-13\",\"134\":\"2022-01-13\",\"135\":\"2022-01-20\",\"136\":\"2022-01-20\",\"137\":\"2022-01-27\",\"138\":\"2022-02-03\",\"139\":\"2022-02-03\",\"140\":\"2022-02-06\",\"141\":\"2022-02-10\",\"142\":\"2022-02-10\",\"143\":\"2022-03-03\",\"144\":\"2022-02-24\",\"145\":\"2022-03-30\",\"146\":\"2022-03-24\",\"147\":\"2022-03-31\",\"148\":\"2022-04-14\",\"149\":\"2022-04-21\",\"150\":\"2022-04-21\",\"151\":\"2022-06-11\",\"152\":\"2022-05-05\",\"153\":\"2022-05-05\",\"154\":\"2022-05-12\",\"155\":\"2022-05-19\",\"156\":\"2022-05-19\",\"157\":\"2022-05-31\",\"158\":\"2022-05-26\",\"159\":\"2022-05-31\",\"160\":\"2022-09-12\",\"161\":\"2022-04-30\",\"162\":\"2022-06-09\",\"163\":\"2022-06-09\",\"164\":\"2022-06-09\",\"165\":\"2022-06-09\",\"166\":\"2022-09-12\",\"167\":\"2022-06-09\",\"168\":\"2022-06-16\",\"169\":\"2022-06-16\",\"170\":\"2022-06-16\",\"171\":\"2022-06-16\",\"172\":\"2022-06-16\",\"173\":\"2022-06-16\",\"174\":\"2022-06-16\",\"175\":\"2022-06-16\",\"176\":\"2022-06-16\",\"177\":\"2022-06-23\",\"178\":\"2022-07-01\",\"179\":\"2022-07-01\",\"180\":\"2022-07-01\",\"181\":\"2022-06-30\",\"182\":\"2022-07-07\",\"183\":\"2022-07-07\",\"184\":\"2022-07-07\",\"185\":\"2022-07-07\",\"186\":\"2022-07-14\",\"187\":\"2022-07-14\",\"188\":\"2022-07-14\",\"189\":\"2022-09-13\",\"190\":\"2022-07-21\",\"191\":\"2022-09-10\",\"192\":\"2022-07-24\",\"193\":\"2022-07-24\",\"194\":\"2022-07-28\",\"195\":\"2022-07-29\",\"196\":\"2022-09-21\",\"197\":\"2022-08-04\",\"198\":\"2022-08-04\",\"199\":\"2022-08-04\",\"200\":\"2022-08-18\",\"201\":\"2022-09-15\",\"202\":\"2022-09-15\",\"203\":\"2022-09-01\",\"204\":\"2022-09-19\",\"205\":\"2022-08-31\",\"206\":\"2022-09-15\",\"207\":\"2022-09-15\",\"208\":\"2022-09-22\",\"209\":\"2022-09-22\",\"210\":\"2022-09-29\",\"211\":\"2022-09-29\",\"212\":\"2023-08-25\",\"213\":\"2023-08-25\",\"214\":\"2022-10-06\",\"215\":\"2022-10-13\",\"216\":\"2022-10-13\",\"217\":\"2022-10-13\",\"218\":\"2022-10-20\",\"219\":\"2022-10-20\",\"220\":\"2022-10-27\",\"221\":\"2022-10-27\",\"222\":\"2022-10-27\",\"223\":\"2023-03-30\",\"224\":\"2023-01-30\",\"225\":\"2022-11-01\",\"226\":\"2022-11-01\",\"227\":\"2022-11-03\",\"228\":\"2022-11-03\",\"229\":\"2022-11-17\",\"230\":\"2022-11-17\",\"231\":\"2022-11-17\",\"232\":\"2022-11-17\",\"233\":\"2022-11-17\",\"234\":\"2022-11-17\",\"235\":\"2022-11-24\",\"236\":\"2022-11-24\",\"237\":\"2023-06-17\",\"238\":\"2022-11-24\",\"239\":\"2022-12-26\",\"240\":\"2022-12-01\",\"241\":\"2022-12-30\",\"242\":\"2022-12-08\",\"243\":\"2022-12-21\",\"244\":\"2023-01-30\",\"245\":\"2022-12-15\",\"246\":\"2023-04-15\",\"247\":\"2022-12-22\",\"248\":\"2022-12-22\",\"249\":\"2022-12-22\",\"250\":\"2022-12-22\",\"251\":\"2022-12-29\",\"252\":\"2022-12-29\",\"253\":\"2023-03-27\",\"254\":\"2023-03-27\",\"255\":\"2023-03-27\",\"256\":\"2022-12-29\",\"257\":\"2023-01-05\",\"258\":\"2023-01-05\",\"259\":\"2023-01-19\",\"260\":\"2023-01-19\",\"261\":\"2023-01-19\",\"262\":\"2023-01-26\",\"263\":\"2023-01-26\",\"264\":\"2021-12-31\",\"265\":\"2023-02-01\",\"266\":\"2023-02-02\",\"267\":\"2023-02-16\",\"268\":\"2023-02-16\",\"269\":\"2023-02-16\",\"270\":\"2023-02-23\",\"271\":\"2023-02-23\",\"272\":\"2023-02-23\",\"273\":\"2023-03-02\",\"274\":\"2023-03-02\",\"275\":\"2023-04-04\",\"276\":\"2023-04-04\",\"277\":\"2023-03-02\",\"278\":\"2023-03-02\",\"279\":\"2023-05-14\",\"280\":\"2023-05-14\",\"281\":\"2023-03-16\",\"282\":\"2023-04-30\",\"283\":\"2024-06-24\",\"284\":\"2023-08-30\",\"285\":\"2023-08-30\",\"286\":\"2023-03-23\",\"287\":\"2023-03-23\",\"288\":\"2023-03-24\",\"289\":\"2023-03-24\",\"290\":\"2023-03-30\",\"291\":\"2023-03-30\",\"292\":\"2023-03-30\",\"293\":\"2023-04-06\",\"294\":\"2023-04-13\",\"295\":\"2023-04-13\",\"296\":\"2023-04-20\",\"297\":\"2023-04-20\",\"298\":\"2023-04-27\",\"299\":\"2023-04-27\",\"300\":\"2023-08-05\",\"301\":\"2023-05-11\",\"302\":\"2023-05-15\",\"303\":\"2023-05-15\",\"304\":\"2023-05-18\",\"305\":\"2023-05-18\",\"306\":\"2023-05-25\",\"307\":\"2023-05-25\",\"308\":\"2023-06-16\",\"309\":\"2023-06-01\",\"310\":\"2023-06-01\",\"311\":\"2023-06-01\",\"312\":\"2023-06-01\",\"313\":\"2023-06-08\",\"314\":\"2023-08-05\",\"315\":\"2023-06-18\",\"316\":\"2023-07-06\",\"317\":\"2023-07-06\",\"318\":\"2023-07-06\",\"319\":\"2023-07-06\",\"320\":\"2023-07-06\",\"321\":\"2023-07-06\",\"322\":\"2023-07-06\",\"323\":\"2023-07-13\",\"324\":\"2023-07-13\",\"325\":\"2023-07-13\",\"326\":\"2023-07-13\",\"327\":\"2023-07-13\",\"328\":\"2023-07-13\",\"329\":\"2023-07-13\",\"330\":\"2023-07-13\",\"331\":\"2023-07-27\",\"332\":\"2023-07-27\",\"333\":\"2023-07-27\",\"334\":\"2023-07-27\",\"335\":\"2023-07-27\",\"336\":\"2023-08-10\",\"337\":\"2023-08-10\",\"338\":\"2023-08-10\",\"339\":\"2023-08-10\",\"340\":\"2023-08-10\",\"341\":\"2023-08-10\",\"342\":\"2023-08-10\",\"343\":\"2023-08-10\",\"344\":\"2023-08-10\",\"345\":\"2023-08-10\",\"346\":\"2023-08-10\",\"347\":\"2023-08-10\",\"348\":\"2023-08-10\",\"349\":\"2023-08-10\",\"350\":\"2023-08-10\",\"351\":\"2023-09-04\",\"352\":\"2023-08-31\",\"353\":\"2023-08-31\",\"354\":\"2023-09-07\",\"355\":\"2024-12-22\",\"356\":\"2023-09-14\",\"357\":\"2023-09-14\",\"358\":\"2023-09-14\",\"359\":\"2023-09-14\",\"360\":\"2023-09-14\",\"361\":\"2023-09-14\",\"362\":\"2024-11-26\",\"363\":\"2024-03-08\",\"364\":\"2023-09-30\",\"365\":\"2023-12-30\",\"366\":\"2023-10-01\",\"367\":\"2023-10-05\",\"368\":\"2023-10-05\",\"369\":\"2023-10-05\",\"370\":\"2023-10-05\",\"371\":\"2023-10-05\",\"372\":\"2023-10-05\",\"373\":\"2023-10-05\",\"374\":\"2023-10-10\",\"375\":\"2023-10-12\",\"376\":\"2024-06-19\",\"377\":\"2023-10-26\",\"378\":\"2023-10-26\",\"379\":\"2023-10-26\",\"380\":\"2023-10-26\",\"381\":\"2023-12-28\",\"382\":\"2024-04-17\",\"383\":\"2023-12-16\",\"384\":\"2023-11-16\",\"385\":\"2023-11-16\",\"386\":\"2023-11-16\",\"387\":\"2023-11-23\",\"388\":\"2023-11-23\",\"389\":\"2023-11-23\",\"390\":\"2023-11-23\",\"391\":\"2023-11-23\",\"392\":\"2023-11-23\",\"393\":\"2023-11-23\",\"394\":\"2023-11-23\",\"395\":\"2023-12-15\",\"396\":\"2024-03-11\",\"397\":\"2024-03-11\",\"398\":\"2024-02-16\",\"399\":\"2023-12-04\",\"400\":\"2023-12-04\",\"401\":\"2024-09-20\",\"402\":\"2024-09-20\",\"403\":\"2023-12-14\",\"404\":\"2023-12-21\",\"405\":\"2023-12-21\",\"406\":\"2023-12-21\",\"407\":\"2023-12-21\",\"408\":\"2023-12-21\",\"409\":\"2024-01-13\",\"410\":\"2024-01-18\",\"411\":\"2024-01-18\",\"412\":\"2024-01-18\",\"413\":\"2024-01-18\",\"414\":\"2024-01-18\",\"415\":\"2024-01-18\",\"416\":\"2024-05-01\",\"417\":\"2024-02-08\",\"418\":\"2024-02-08\",\"419\":\"2024-02-11\",\"420\":\"2024-02-16\",\"421\":\"2024-03-14\",\"422\":\"2024-02-22\",\"423\":\"2024-05-19\",\"424\":\"2024-02-16\",\"425\":\"2024-02-27\",\"426\":\"2024-02-18\",\"427\":\"2024-02-22\",\"428\":\"2024-02-22\",\"429\":\"2024-02-22\",\"430\":\"2024-02-22\",\"431\":\"2024-02-22\",\"432\":\"2024-02-22\",\"433\":\"2024-02-22\",\"434\":\"2024-02-22\",\"435\":\"2024-02-22\",\"436\":\"2024-02-29\",\"437\":\"2024-02-29\",\"438\":\"2024-02-29\",\"439\":\"2024-02-29\",\"440\":\"2024-02-29\",\"441\":\"2024-02-29\",\"442\":\"2024-02-29\",\"443\":\"2024-02-29\",\"444\":\"2024-03-01\",\"445\":\"2024-03-07\",\"446\":\"2024-04-27\",\"447\":\"2024-03-07\",\"448\":\"2024-03-14\",\"449\":\"2024-03-14\",\"450\":\"2024-03-14\",\"451\":\"2024-03-14\",\"452\":\"2024-03-14\",\"453\":\"2024-03-14\",\"454\":\"2024-03-21\",\"455\":\"2024-03-24\",\"456\":\"2024-09-26\",\"457\":\"2024-09-27\",\"458\":\"2024-03-28\",\"459\":\"2024-03-28\",\"460\":\"2024-04-01\",\"461\":\"2024-04-04\",\"462\":\"2024-04-04\",\"463\":\"2024-04-11\",\"464\":\"2024-04-11\",\"465\":\"2024-04-11\",\"466\":\"2024-05-26\",\"467\":\"2024-04-18\",\"468\":\"2024-04-18\",\"469\":\"2024-04-18\",\"470\":\"2024-04-18\",\"471\":\"2024-04-18\",\"472\":\"2024-04-18\",\"473\":\"2024-04-18\",\"474\":\"2024-04-22\",\"475\":\"2024-04-20\",\"476\":\"2024-04-20\",\"477\":\"2024-04-20\",\"478\":\"2024-04-20\",\"479\":\"2024-04-20\",\"480\":\"2024-04-20\",\"481\":\"2024-04-20\",\"482\":\"2024-04-21\",\"483\":\"2024-04-22\",\"484\":\"2024-04-22\",\"485\":\"2024-06-29\",\"486\":\"2024-04-23\",\"487\":\"2024-04-25\",\"488\":\"2024-04-25\",\"489\":\"2024-04-27\",\"490\":\"2024-12-03\",\"491\":\"2024-04-28\",\"492\":\"2024-04-28\",\"493\":\"2024-04-28\",\"494\":\"2024-04-28\",\"495\":\"2024-05-06\",\"496\":\"2024-05-06\",\"497\":\"2024-05-06\",\"498\":\"2024-05-06\",\"499\":\"2024-05-24\",\"500\":\"2024-05-16\",\"501\":\"2024-05-16\",\"502\":\"2024-05-24\",\"503\":\"2024-05-23\",\"504\":\"2024-05-31\",\"505\":\"2024-05-23\",\"506\":\"2024-05-30\",\"507\":\"2024-05-30\",\"508\":\"2024-05-30\",\"509\":\"2024-05-30\",\"510\":\"2024-08-31\",\"511\":\"2024-10-04\",\"512\":\"2024-09-21\",\"513\":\"2024-06-13\",\"514\":\"2024-06-13\",\"515\":\"2024-06-13\",\"516\":\"2024-06-13\",\"517\":\"2024-06-13\",\"518\":\"2024-06-13\",\"519\":\"2024-06-13\",\"520\":\"2024-06-20\",\"521\":\"2024-06-20\",\"522\":\"2024-06-20\",\"523\":\"2024-06-20\",\"524\":\"2024-06-20\",\"525\":\"2024-06-20\",\"526\":\"2024-06-20\",\"527\":\"2024-06-20\",\"528\":\"2024-06-20\",\"529\":\"2024-06-27\",\"530\":\"2024-06-27\",\"531\":\"2024-06-27\",\"532\":\"2024-06-27\",\"533\":\"2024-06-27\",\"534\":\"2024-06-27\",\"535\":\"2024-08-13\",\"536\":\"2024-06-27\",\"537\":\"2024-06-27\",\"538\":\"2024-06-27\",\"539\":\"2024-12-03\",\"540\":\"2024-07-01\",\"541\":\"2024-07-04\",\"542\":\"2024-07-04\",\"543\":\"2024-07-04\",\"544\":\"2024-07-04\",\"545\":\"2024-07-04\",\"546\":\"2024-07-04\",\"547\":\"2024-07-04\",\"548\":\"2024-07-18\",\"549\":\"2024-07-18\",\"550\":\"2024-07-18\",\"551\":\"2024-07-18\",\"552\":\"2024-07-18\",\"553\":\"2024-07-18\",\"554\":\"2024-07-18\",\"555\":\"2024-07-18\",\"556\":\"2024-07-18\",\"557\":\"2024-07-18\",\"558\":\"2024-07-18\",\"559\":\"2024-08-01\",\"560\":\"2024-07-31\",\"561\":\"2024-05-31\",\"562\":\"2024-07-31\",\"563\":\"2024-08-01\",\"564\":\"2024-08-01\",\"565\":\"2024-08-01\",\"566\":\"2024-08-01\",\"567\":\"2024-08-01\",\"568\":\"2024-05-31\",\"569\":\"2024-07-31\",\"570\":\"2024-08-01\",\"571\":\"2024-09-19\",\"572\":\"2024-08-15\",\"573\":\"2024-08-15\",\"574\":\"2024-08-15\",\"575\":\"2024-08-15\",\"576\":\"2024-08-15\",\"577\":\"2024-08-15\",\"578\":\"2024-08-15\",\"579\":\"2024-08-15\",\"580\":\"2024-08-15\",\"581\":\"2024-08-15\",\"582\":\"2024-08-28\",\"583\":\"2024-08-27\",\"584\":\"2024-04-30\",\"585\":\"2024-08-29\",\"586\":\"2024-08-29\",\"587\":\"2024-08-29\",\"588\":\"2024-10-16\",\"589\":\"2024-08-29\",\"590\":\"2024-08-29\",\"591\":\"2024-10-29\",\"592\":\"2024-08-29\",\"593\":\"2024-08-29\",\"594\":\"2024-09-01\",\"595\":\"2024-09-01\",\"596\":\"2024-09-30\",\"597\":\"2024-09-16\",\"598\":\"2024-09-16\",\"599\":\"2024-09-19\",\"600\":\"2024-09-19\",\"601\":\"2024-09-19\",\"602\":\"2024-09-19\",\"603\":\"2024-09-19\",\"604\":\"2024-09-19\",\"605\":\"2024-09-19\",\"606\":\"2024-09-19\",\"607\":\"2024-09-19\",\"608\":\"2024-09-19\",\"609\":\"2024-09-19\",\"610\":\"2024-09-19\",\"611\":\"2024-09-19\",\"612\":\"2024-09-26\",\"613\":\"2024-09-26\",\"614\":\"2024-09-26\",\"615\":\"2024-09-29\",\"616\":\"2024-09-26\",\"617\":\"2024-09-26\",\"618\":\"2024-09-26\",\"619\":\"2024-09-26\",\"620\":\"2024-09-26\",\"621\":\"2024-09-29\",\"622\":\"2024-09-26\",\"623\":\"2024-09-26\",\"624\":\"2024-09-26\",\"625\":\"2024-09-26\",\"626\":\"2024-09-30\",\"627\":\"2024-10-09\",\"628\":\"2024-10-03\",\"629\":\"2024-10-03\",\"630\":\"2023-07-31\",\"631\":\"2023-07-31\",\"632\":\"2023-07-31\",\"633\":\"2024-12-11\",\"634\":\"2024-02-29\",\"635\":\"2024-10-03\",\"636\":\"2024-10-21\",\"637\":\"2024-11-18\",\"638\":\"2024-11-18\",\"639\":\"2024-11-01\",\"640\":\"2024-06-30\",\"641\":\"2024-09-30\",\"642\":\"2024-12-20\",\"643\":\"2024-11-04\",\"644\":\"2024-10-31\",\"645\":\"2024-10-31\",\"646\":\"2024-10-31\",\"647\":\"2024-11-01\",\"648\":\"2024-11-01\",\"649\":\"2024-12-28\",\"650\":\"2024-11-10\",\"651\":\"2024-11-21\",\"652\":\"2024-11-21\",\"653\":\"2024-11-21\",\"654\":\"2024-11-21\",\"655\":\"2024-11-21\",\"656\":\"2024-11-21\",\"657\":\"2024-11-25\",\"658\":\"2024-05-31\",\"659\":\"2024-12-02\",\"660\":\"2024-12-01\",\"661\":\"2024-12-04\",\"662\":\"2024-12-15\",\"663\":\"2024-12-05\",\"664\":\"2024-12-05\",\"665\":\"2024-12-05\",\"666\":\"2024-12-05\",\"667\":\"2024-12-12\",\"668\":\"2024-12-12\",\"669\":\"2024-12-12\",\"670\":\"2024-12-12\",\"671\":\"2024-12-12\",\"672\":\"2024-12-12\",\"673\":\"2024-12-12\",\"674\":\"2024-12-12\",\"675\":\"2024-12-12\",\"676\":\"2024-12-12\",\"677\":\"2024-12-12\",\"678\":\"2024-12-12\",\"679\":\"2024-12-12\",\"680\":\"2024-12-12\",\"681\":\"2024-12-12\",\"682\":\"2025-01-02\",\"683\":\"2025-01-02\",\"684\":\"2025-01-02\",\"685\":\"2007-09-17\",\"686\":\"2008-04-10\",\"687\":\"2000-12-15\",\"688\":\"2012-05-28\",\"689\":\"2011-01-06\",\"690\":\"2007-08-05\",\"691\":\"1997-01-01\",\"692\":\"2022-12-01\",\"693\":\"2022-12-01\",\"694\":\"2016-03-15\",\"695\":\"1934-01-01\",\"696\":\"1983-10-26\",\"697\":\"2012-11-30\",\"698\":\"2022-12-01\",\"699\":\"1997-01-01\",\"700\":\"1939-01-01\",\"701\":\"1935-01-01\",\"702\":\"1943-01-01\",\"703\":\"2004-08-15\",\"704\":\"2000-09-27\",\"705\":\"2022-12-01\",\"706\":\"2010-08-17\",\"707\":\"1987-11-01\",\"708\":\"1977-05-23\",\"709\":\"2009-05-18\",\"710\":\"2011-07-23\",\"711\":\"2023-03-31\",\"712\":\"2006-06-30\",\"713\":\"2015-11-22\",\"714\":\"1967-01-01\",\"715\":\"2004-09-01\",\"716\":\"1997-01-01\",\"717\":\"2016-12-10\",\"718\":\"1956-01-01\",\"719\":\"2003-08-22\",\"720\":\"1935-01-01\",\"721\":\"1954-01-01\",\"722\":\"1995-07-20\",\"723\":\"1980-01-01\",\"724\":\"1980-01-01\",\"725\":\"2015-07-29\",\"726\":\"2010-08-18\",\"727\":\"2013-11-10\",\"728\":\"2024-03-23\",\"729\":\"1963-01-01\",\"730\":\"1975-01-01\",\"731\":\"2010-01-28\",\"732\":\"1992-01-01\",\"733\":\"2018-09-28\",\"734\":\"2015-09-17\",\"735\":\"2010-06-30\",\"736\":\"1972-01-01\",\"737\":\"1966-01-01\",\"738\":\"1993-03-19\",\"739\":\"2024-11-30\",\"740\":\"2019-09-30\",\"741\":\"2002-12-01\",\"742\":\"2012-06-14\",\"743\":\"2004-09-03\",\"744\":\"1998-10-21\",\"745\":\"1995-07-20\",\"746\":\"1974-01-01\",\"747\":\"2009-02-05\",\"748\":\"1955-01-01\",\"749\":\"1965-01-01\",\"750\":\"2003-08-15\",\"751\":\"1988-07-01\",\"752\":\"1994-01-01\",\"753\":\"2007-07-17\",\"754\":\"2003-12-06\",\"755\":\"1960-01-01\",\"756\":\"1994-05-20\",\"757\":\"2024-06-27\",\"758\":\"2004-11-03\",\"759\":\"1935-01-01\",\"760\":\"1958-01-01\",\"761\":\"1992-01-01\",\"762\":\"2013-05-24\",\"763\":\"1998-02-05\",\"764\":\"2014-11-27\",\"765\":\"1942-01-01\",\"766\":\"1993-06-28\",\"767\":\"1997-01-01\",\"768\":\"1939-01-01\",\"769\":\"2022-12-01\",\"770\":\"1986-12-01\",\"771\":\"2010-01-26\",\"772\":\"1999-11-25\",\"773\":\"1954-01-01\",\"774\":\"2007-07-30\",\"775\":\"1988-08-01\",\"776\":\"2007-09-19\",\"777\":\"2014-04-29\",\"778\":\"1963-01-01\",\"779\":\"1975-01-01\",\"780\":\"1982-05-06\",\"781\":\"1999-01-08\",\"782\":\"2009-02-05\",\"783\":\"2001-04-08\",\"784\":\"2011-02-09\",\"785\":\"1973-03-01\",\"786\":\"1973-03-01\",\"787\":\"1993-07-01\",\"788\":\"1993-07-01\",\"789\":\"2015-09-30\",\"790\":\"2004-02-18\",\"791\":\"1965-01-01\",\"792\":\"1930-01-01\",\"793\":\"2001-09-01\",\"794\":\"2005-11-01\",\"795\":\"2015-11-16\",\"796\":\"1960-01-01\",\"797\":\"1958-11-01\",\"798\":\"1925-01-01\",\"799\":\"1954-01-01\",\"800\":\"1996-01-01\",\"801\":\"2007-12-01\",\"802\":\"1956-01-01\",\"803\":\"1999-01-01\",\"804\":\"1995-07-20\",\"805\":\"1975-01-01\",\"806\":\"2000-03-31\",\"807\":\"2018-05-21\",\"808\":\"2013-04-15\",\"809\":\"2012-12-15\",\"810\":\"2007-07-30\",\"811\":\"1995-01-01\",\"812\":\"2003-11-16\",\"813\":\"1994-01-01\",\"814\":\"1995-07-20\",\"815\":\"2015-12-23\",\"816\":\"1929-01-01\",\"817\":\"1984-01-20\",\"818\":\"1969-01-01\",\"819\":\"2002-06-01\",\"820\":\"2005-06-09\",\"821\":\"2014-12-20\",\"822\":\"1954-01-01\",\"823\":\"2010-08-18\",\"824\":\"2011-01-08\",\"825\":\"2002-05-24\",\"826\":\"1980-01-01\",\"827\":\"1980-01-01\",\"828\":\"1989-10-21\",\"829\":\"2024-03-21\",\"830\":\"2000-05-18\",\"831\":\"2000-07-13\",\"832\":\"2023-10-27\",\"833\":\"1997-08-11\",\"834\":\"1999-07-16\",\"835\":\"1993-11-01\",\"836\":\"2010-12-01\",\"837\":\"1983-08-08\",\"838\":\"1987-11-23\",\"839\":\"2016-03-04\",\"840\":\"1951-01-01\",\"841\":\"1999-12-30\",\"842\":\"2024-06-12\",\"843\":\"2021-01-22\",\"844\":\"2020-11-30\",\"845\":\"2000-11-30\",\"846\":\"2018-12-01\",\"847\":\"1985-02-20\",\"848\":\"2015-11-30\",\"849\":\"1998-02-07\",\"850\":\"2016-06-30\",\"851\":\"2011-12-17\",\"852\":\"2005-03-11\",\"853\":\"2004-07-29\",\"854\":\"2020-08-31\",\"855\":\"2020-08-31\",\"856\":\"2021-02-11\",\"857\":\"1935-01-01\",\"858\":\"2000-02-14\",\"859\":\"2013-04-15\",\"860\":\"2004-11-22\",\"861\":\"1957-11-01\",\"862\":\"1957-11-01\",\"863\":\"1964-01-01\",\"864\":\"1976-01-01\",\"865\":\"1981-04-01\",\"866\":\"1985-12-14\"},\"Values_State\":{\"0\":\"OPERACION\",\"1\":\"OPERACION\",\"2\":\"OPERACION\",\"3\":\"OPERACION\",\"4\":\"OPERACION\",\"5\":\"OPERACION\",\"6\":\"OPERACION\",\"7\":\"OPERACION\",\"8\":\"OPERACION\",\"9\":\"PRUEBAS\",\"10\":\"OPERACION\",\"11\":\"OPERACION\",\"12\":\"OPERACION\",\"13\":\"OPERACION\",\"14\":\"OPERACION\",\"15\":\"OPERACION\",\"16\":\"OPERACION\",\"17\":\"OPERACION\",\"18\":\"OPERACION\",\"19\":\"OPERACION\",\"20\":\"OPERACION\",\"21\":\"OPERACION\",\"22\":\"OPERACION\",\"23\":\"OPERACION\",\"24\":\"OPERACION\",\"25\":\"OPERACION\",\"26\":\"OPERACION\",\"27\":\"OPERACION\",\"28\":\"OPERACION\",\"29\":\"OPERACION\",\"30\":\"OPERACION\",\"31\":\"OPERACION\",\"32\":\"OPERACION\",\"33\":\"OPERACION\",\"34\":\"OPERACION\",\"35\":\"OPERACION\",\"36\":\"OPERACION\",\"37\":\"OPERACION\",\"38\":\"OPERACION\",\"39\":\"OPERACION\",\"40\":\"OPERACION\",\"41\":\"OPERACION\",\"42\":\"OPERACION\",\"43\":\"OPERACION\",\"44\":\"OPERACION\",\"45\":\"OPERACION\",\"46\":\"PRUEBAS\",\"47\":\"OPERACION\",\"48\":\"OPERACION\",\"49\":\"OPERACION\",\"50\":\"OPERACION\",\"51\":\"OPERACION\",\"52\":\"OPERACION\",\"53\":\"OPERACION\",\"54\":\"OPERACION\",\"55\":\"OPERACION\",\"56\":\"OPERACION\",\"57\":\"OPERACION\",\"58\":\"OPERACION\",\"59\":\"OPERACION\",\"60\":\"OPERACION\",\"61\":\"OPERACION\",\"62\":\"OPERACION\",\"63\":\"OPERACION\",\"64\":\"OPERACION\",\"65\":\"OPERACION\",\"66\":\"OPERACION\",\"67\":\"OPERACION\",\"68\":\"OPERACION\",\"69\":\"OPERACION\",\"70\":\"OPERACION\",\"71\":\"OPERACION\",\"72\":\"OPERACION\",\"73\":\"OPERACION\",\"74\":\"OPERACION\",\"75\":\"OPERACION\",\"76\":\"OPERACION\",\"77\":\"OPERACION\",\"78\":\"OPERACION\",\"79\":\"OPERACION\",\"80\":\"OPERACION\",\"81\":\"OPERACION\",\"82\":\"OPERACION\",\"83\":\"OPERACION\",\"84\":\"OPERACION\",\"85\":\"OPERACION\",\"86\":\"OPERACION\",\"87\":\"OPERACION\",\"88\":\"OPERACION\",\"89\":\"OPERACION\",\"90\":\"OPERACION\",\"91\":\"OPERACION\",\"92\":\"OPERACION\",\"93\":\"OPERACION\",\"94\":\"OPERACION\",\"95\":\"OPERACION\",\"96\":\"OPERACION\",\"97\":\"OPERACION\",\"98\":\"PRUEBAS\",\"99\":\"PRUEBAS\",\"100\":\"OPERACION\",\"101\":\"OPERACION\",\"102\":\"OPERACION\",\"103\":\"OPERACION\",\"104\":\"OPERACION\",\"105\":\"OPERACION\",\"106\":\"OPERACION\",\"107\":\"OPERACION\",\"108\":\"OPERACION\",\"109\":\"OPERACION\",\"110\":\"OPERACION\",\"111\":\"OPERACION\",\"112\":\"OPERACION\",\"113\":\"OPERACION\",\"114\":\"OPERACION\",\"115\":\"PRUEBAS\",\"116\":\"PRUEBAS\",\"117\":\"PRUEBAS\",\"118\":\"OPERACION\",\"119\":\"PRUEBAS\",\"120\":\"PRUEBAS\",\"121\":\"PRUEBAS\",\"122\":\"OPERACION\",\"123\":\"OPERACION\",\"124\":\"OPERACION\",\"125\":\"OPERACION\",\"126\":\"OPERACION\",\"127\":\"OPERACION\",\"128\":\"OPERACION\",\"129\":\"OPERACION\",\"130\":\"OPERACION\",\"131\":\"OPERACION\",\"132\":\"OPERACION\",\"133\":\"OPERACION\",\"134\":\"OPERACION\",\"135\":\"OPERACION\",\"136\":\"OPERACION\",\"137\":\"OPERACION\",\"138\":\"OPERACION\",\"139\":\"OPERACION\",\"140\":\"OPERACION\",\"141\":\"OPERACION\",\"142\":\"OPERACION\",\"143\":\"OPERACION\",\"144\":\"OPERACION\",\"145\":\"OPERACION\",\"146\":\"OPERACION\",\"147\":\"OPERACION\",\"148\":\"OPERACION\",\"149\":\"OPERACION\",\"150\":\"OPERACION\",\"151\":\"OPERACION\",\"152\":\"OPERACION\",\"153\":\"OPERACION\",\"154\":\"OPERACION\",\"155\":\"OPERACION\",\"156\":\"OPERACION\",\"157\":\"OPERACION\",\"158\":\"OPERACION\",\"159\":\"OPERACION\",\"160\":\"OPERACION\",\"161\":\"PRUEBAS\",\"162\":\"OPERACION\",\"163\":\"OPERACION\",\"164\":\"OPERACION\",\"165\":\"OPERACION\",\"166\":\"OPERACION\",\"167\":\"OPERACION\",\"168\":\"OPERACION\",\"169\":\"OPERACION\",\"170\":\"OPERACION\",\"171\":\"OPERACION\",\"172\":\"OPERACION\",\"173\":\"OPERACION\",\"174\":\"OPERACION\",\"175\":\"OPERACION\",\"176\":\"OPERACION\",\"177\":\"OPERACION\",\"178\":\"OPERACION\",\"179\":\"OPERACION\",\"180\":\"OPERACION\",\"181\":\"OPERACION\",\"182\":\"OPERACION\",\"183\":\"OPERACION\",\"184\":\"OPERACION\",\"185\":\"OPERACION\",\"186\":\"OPERACION\",\"187\":\"OPERACION\",\"188\":\"OPERACION\",\"189\":\"OPERACION\",\"190\":\"OPERACION\",\"191\":\"OPERACION\",\"192\":\"OPERACION\",\"193\":\"OPERACION\",\"194\":\"OPERACION\",\"195\":\"OPERACION\",\"196\":\"OPERACION\",\"197\":\"OPERACION\",\"198\":\"OPERACION\",\"199\":\"OPERACION\",\"200\":\"OPERACION\",\"201\":\"OPERACION\",\"202\":\"OPERACION\",\"203\":\"OPERACION\",\"204\":\"OPERACION\",\"205\":\"PRUEBAS\",\"206\":\"OPERACION\",\"207\":\"OPERACION\",\"208\":\"OPERACION\",\"209\":\"OPERACION\",\"210\":\"OPERACION\",\"211\":\"OPERACION\",\"212\":\"OPERACION\",\"213\":\"OPERACION\",\"214\":\"OPERACION\",\"215\":\"OPERACION\",\"216\":\"OPERACION\",\"217\":\"OPERACION\",\"218\":\"OPERACION\",\"219\":\"OPERACION\",\"220\":\"OPERACION\",\"221\":\"OPERACION\",\"222\":\"OPERACION\",\"223\":\"OPERACION\",\"224\":\"OPERACION\",\"225\":\"OPERACION\",\"226\":\"OPERACION\",\"227\":\"OPERACION\",\"228\":\"OPERACION\",\"229\":\"OPERACION\",\"230\":\"OPERACION\",\"231\":\"OPERACION\",\"232\":\"OPERACION\",\"233\":\"OPERACION\",\"234\":\"OPERACION\",\"235\":\"OPERACION\",\"236\":\"OPERACION\",\"237\":\"OPERACION\",\"238\":\"OPERACION\",\"239\":\"OPERACION\",\"240\":\"OPERACION\",\"241\":\"OPERACION\",\"242\":\"OPERACION\",\"243\":\"OPERACION\",\"244\":\"OPERACION\",\"245\":\"OPERACION\",\"246\":\"OPERACION\",\"247\":\"OPERACION\",\"248\":\"OPERACION\",\"249\":\"OPERACION\",\"250\":\"OPERACION\",\"251\":\"OPERACION\",\"252\":\"OPERACION\",\"253\":\"OPERACION\",\"254\":\"OPERACION\",\"255\":\"OPERACION\",\"256\":\"OPERACION\",\"257\":\"OPERACION\",\"258\":\"OPERACION\",\"259\":\"OPERACION\",\"260\":\"OPERACION\",\"261\":\"OPERACION\",\"262\":\"OPERACION\",\"263\":\"OPERACION\",\"264\":\"PRUEBAS\",\"265\":\"OPERACION\",\"266\":\"OPERACION\",\"267\":\"OPERACION\",\"268\":\"OPERACION\",\"269\":\"OPERACION\",\"270\":\"OPERACION\",\"271\":\"OPERACION\",\"272\":\"OPERACION\",\"273\":\"OPERACION\",\"274\":\"OPERACION\",\"275\":\"OPERACION\",\"276\":\"OPERACION\",\"277\":\"OPERACION\",\"278\":\"OPERACION\",\"279\":\"OPERACION\",\"280\":\"OPERACION\",\"281\":\"OPERACION\",\"282\":\"OPERACION\",\"283\":\"OPERACION\",\"284\":\"OPERACION\",\"285\":\"OPERACION\",\"286\":\"OPERACION\",\"287\":\"OPERACION\",\"288\":\"OPERACION\",\"289\":\"OPERACION\",\"290\":\"OPERACION\",\"291\":\"OPERACION\",\"292\":\"OPERACION\",\"293\":\"OPERACION\",\"294\":\"OPERACION\",\"295\":\"OPERACION\",\"296\":\"OPERACION\",\"297\":\"OPERACION\",\"298\":\"OPERACION\",\"299\":\"OPERACION\",\"300\":\"OPERACION\",\"301\":\"OPERACION\",\"302\":\"OPERACION\",\"303\":\"OPERACION\",\"304\":\"OPERACION\",\"305\":\"OPERACION\",\"306\":\"OPERACION\",\"307\":\"OPERACION\",\"308\":\"OPERACION\",\"309\":\"OPERACION\",\"310\":\"OPERACION\",\"311\":\"OPERACION\",\"312\":\"OPERACION\",\"313\":\"OPERACION\",\"314\":\"OPERACION\",\"315\":\"OPERACION\",\"316\":\"OPERACION\",\"317\":\"OPERACION\",\"318\":\"OPERACION\",\"319\":\"OPERACION\",\"320\":\"OPERACION\",\"321\":\"OPERACION\",\"322\":\"OPERACION\",\"323\":\"OPERACION\",\"324\":\"OPERACION\",\"325\":\"OPERACION\",\"326\":\"OPERACION\",\"327\":\"OPERACION\",\"328\":\"OPERACION\",\"329\":\"OPERACION\",\"330\":\"OPERACION\",\"331\":\"OPERACION\",\"332\":\"OPERACION\",\"333\":\"OPERACION\",\"334\":\"OPERACION\",\"335\":\"OPERACION\",\"336\":\"OPERACION\",\"337\":\"OPERACION\",\"338\":\"OPERACION\",\"339\":\"OPERACION\",\"340\":\"OPERACION\",\"341\":\"OPERACION\",\"342\":\"OPERACION\",\"343\":\"OPERACION\",\"344\":\"OPERACION\",\"345\":\"OPERACION\",\"346\":\"OPERACION\",\"347\":\"OPERACION\",\"348\":\"OPERACION\",\"349\":\"OPERACION\",\"350\":\"OPERACION\",\"351\":\"OPERACION\",\"352\":\"OPERACION\",\"353\":\"OPERACION\",\"354\":\"OPERACION\",\"355\":\"OPERACION\",\"356\":\"OPERACION\",\"357\":\"OPERACION\",\"358\":\"OPERACION\",\"359\":\"OPERACION\",\"360\":\"OPERACION\",\"361\":\"OPERACION\",\"362\":\"OPERACION\",\"363\":\"OPERACION\",\"364\":\"OPERACION\",\"365\":\"OPERACION\",\"366\":\"OPERACION\",\"367\":\"OPERACION\",\"368\":\"OPERACION\",\"369\":\"OPERACION\",\"370\":\"OPERACION\",\"371\":\"OPERACION\",\"372\":\"OPERACION\",\"373\":\"OPERACION\",\"374\":\"OPERACION\",\"375\":\"OPERACION\",\"376\":\"OPERACION\",\"377\":\"OPERACION\",\"378\":\"OPERACION\",\"379\":\"OPERACION\",\"380\":\"OPERACION\",\"381\":\"OPERACION\",\"382\":\"OPERACION\",\"383\":\"OPERACION\",\"384\":\"OPERACION\",\"385\":\"OPERACION\",\"386\":\"OPERACION\",\"387\":\"OPERACION\",\"388\":\"OPERACION\",\"389\":\"OPERACION\",\"390\":\"OPERACION\",\"391\":\"OPERACION\",\"392\":\"OPERACION\",\"393\":\"OPERACION\",\"394\":\"OPERACION\",\"395\":\"OPERACION\",\"396\":\"OPERACION\",\"397\":\"OPERACION\",\"398\":\"OPERACION\",\"399\":\"OPERACION\",\"400\":\"OPERACION\",\"401\":\"OPERACION\",\"402\":\"OPERACION\",\"403\":\"OPERACION\",\"404\":\"OPERACION\",\"405\":\"OPERACION\",\"406\":\"OPERACION\",\"407\":\"OPERACION\",\"408\":\"OPERACION\",\"409\":\"OPERACION\",\"410\":\"OPERACION\",\"411\":\"OPERACION\",\"412\":\"OPERACION\",\"413\":\"OPERACION\",\"414\":\"OPERACION\",\"415\":\"OPERACION\",\"416\":\"OPERACION\",\"417\":\"OPERACION\",\"418\":\"OPERACION\",\"419\":\"OPERACION\",\"420\":\"OPERACION\",\"421\":\"OPERACION\",\"422\":\"OPERACION\",\"423\":\"OPERACION\",\"424\":\"OPERACION\",\"425\":\"OPERACION\",\"426\":\"OPERACION\",\"427\":\"OPERACION\",\"428\":\"OPERACION\",\"429\":\"OPERACION\",\"430\":\"OPERACION\",\"431\":\"OPERACION\",\"432\":\"OPERACION\",\"433\":\"OPERACION\",\"434\":\"OPERACION\",\"435\":\"OPERACION\",\"436\":\"OPERACION\",\"437\":\"OPERACION\",\"438\":\"OPERACION\",\"439\":\"OPERACION\",\"440\":\"OPERACION\",\"441\":\"OPERACION\",\"442\":\"OPERACION\",\"443\":\"OPERACION\",\"444\":\"OPERACION\",\"445\":\"OPERACION\",\"446\":\"OPERACION\",\"447\":\"OPERACION\",\"448\":\"OPERACION\",\"449\":\"OPERACION\",\"450\":\"OPERACION\",\"451\":\"OPERACION\",\"452\":\"OPERACION\",\"453\":\"OPERACION\",\"454\":\"OPERACION\",\"455\":\"OPERACION\",\"456\":\"OPERACION\",\"457\":\"OPERACION\",\"458\":\"OPERACION\",\"459\":\"OPERACION\",\"460\":\"OPERACION\",\"461\":\"OPERACION\",\"462\":\"OPERACION\",\"463\":\"OPERACION\",\"464\":\"OPERACION\",\"465\":\"OPERACION\",\"466\":\"OPERACION\",\"467\":\"OPERACION\",\"468\":\"OPERACION\",\"469\":\"OPERACION\",\"470\":\"OPERACION\",\"471\":\"OPERACION\",\"472\":\"OPERACION\",\"473\":\"OPERACION\",\"474\":\"OPERACION\",\"475\":\"OPERACION\",\"476\":\"OPERACION\",\"477\":\"OPERACION\",\"478\":\"OPERACION\",\"479\":\"OPERACION\",\"480\":\"OPERACION\",\"481\":\"OPERACION\",\"482\":\"OPERACION\",\"483\":\"OPERACION\",\"484\":\"OPERACION\",\"485\":\"OPERACION\",\"486\":\"OPERACION\",\"487\":\"OPERACION\",\"488\":\"OPERACION\",\"489\":\"OPERACION\",\"490\":\"OPERACION\",\"491\":\"OPERACION\",\"492\":\"OPERACION\",\"493\":\"OPERACION\",\"494\":\"OPERACION\",\"495\":\"OPERACION\",\"496\":\"OPERACION\",\"497\":\"OPERACION\",\"498\":\"OPERACION\",\"499\":\"OPERACION\",\"500\":\"OPERACION\",\"501\":\"OPERACION\",\"502\":\"OPERACION\",\"503\":\"OPERACION\",\"504\":\"OPERACION\",\"505\":\"OPERACION\",\"506\":\"OPERACION\",\"507\":\"OPERACION\",\"508\":\"OPERACION\",\"509\":\"OPERACION\",\"510\":\"OPERACION\",\"511\":\"OPERACION\",\"512\":\"OPERACION\",\"513\":\"OPERACION\",\"514\":\"OPERACION\",\"515\":\"OPERACION\",\"516\":\"OPERACION\",\"517\":\"OPERACION\",\"518\":\"OPERACION\",\"519\":\"OPERACION\",\"520\":\"OPERACION\",\"521\":\"OPERACION\",\"522\":\"OPERACION\",\"523\":\"OPERACION\",\"524\":\"OPERACION\",\"525\":\"OPERACION\",\"526\":\"OPERACION\",\"527\":\"OPERACION\",\"528\":\"OPERACION\",\"529\":\"OPERACION\",\"530\":\"OPERACION\",\"531\":\"OPERACION\",\"532\":\"OPERACION\",\"533\":\"OPERACION\",\"534\":\"OPERACION\",\"535\":\"OPERACION\",\"536\":\"OPERACION\",\"537\":\"OPERACION\",\"538\":\"OPERACION\",\"539\":\"OPERACION\",\"540\":\"OPERACION\",\"541\":\"OPERACION\",\"542\":\"OPERACION\",\"543\":\"OPERACION\",\"544\":\"OPERACION\",\"545\":\"OPERACION\",\"546\":\"OPERACION\",\"547\":\"OPERACION\",\"548\":\"OPERACION\",\"549\":\"OPERACION\",\"550\":\"OPERACION\",\"551\":\"OPERACION\",\"552\":\"OPERACION\",\"553\":\"OPERACION\",\"554\":\"OPERACION\",\"555\":\"OPERACION\",\"556\":\"OPERACION\",\"557\":\"OPERACION\",\"558\":\"OPERACION\",\"559\":\"OPERACION\",\"560\":\"PRUEBAS\",\"561\":\"PRUEBAS\",\"562\":\"PRUEBAS\",\"563\":\"OPERACION\",\"564\":\"OPERACION\",\"565\":\"OPERACION\",\"566\":\"OPERACION\",\"567\":\"OPERACION\",\"568\":\"PRUEBAS\",\"569\":\"PRUEBAS\",\"570\":\"OPERACION\",\"571\":\"OPERACION\",\"572\":\"OPERACION\",\"573\":\"OPERACION\",\"574\":\"OPERACION\",\"575\":\"OPERACION\",\"576\":\"OPERACION\",\"577\":\"OPERACION\",\"578\":\"OPERACION\",\"579\":\"OPERACION\",\"580\":\"OPERACION\",\"581\":\"OPERACION\",\"582\":\"OPERACION\",\"583\":\"OPERACION\",\"584\":\"PRUEBAS\",\"585\":\"OPERACION\",\"586\":\"OPERACION\",\"587\":\"OPERACION\",\"588\":\"OPERACION\",\"589\":\"OPERACION\",\"590\":\"OPERACION\",\"591\":\"OPERACION\",\"592\":\"OPERACION\",\"593\":\"OPERACION\",\"594\":\"OPERACION\",\"595\":\"OPERACION\",\"596\":\"OPERACION\",\"597\":\"OPERACION\",\"598\":\"OPERACION\",\"599\":\"OPERACION\",\"600\":\"OPERACION\",\"601\":\"OPERACION\",\"602\":\"OPERACION\",\"603\":\"OPERACION\",\"604\":\"OPERACION\",\"605\":\"OPERACION\",\"606\":\"OPERACION\",\"607\":\"OPERACION\",\"608\":\"OPERACION\",\"609\":\"OPERACION\",\"610\":\"OPERACION\",\"611\":\"OPERACION\",\"612\":\"OPERACION\",\"613\":\"OPERACION\",\"614\":\"OPERACION\",\"615\":\"OPERACION\",\"616\":\"OPERACION\",\"617\":\"OPERACION\",\"618\":\"OPERACION\",\"619\":\"OPERACION\",\"620\":\"OPERACION\",\"621\":\"OPERACION\",\"622\":\"OPERACION\",\"623\":\"OPERACION\",\"624\":\"OPERACION\",\"625\":\"OPERACION\",\"626\":\"PRUEBAS\",\"627\":\"OPERACION\",\"628\":\"OPERACION\",\"629\":\"OPERACION\",\"630\":\"PRUEBAS\",\"631\":\"PRUEBAS\",\"632\":\"PRUEBAS\",\"633\":\"OPERACION\",\"634\":\"PRUEBAS\",\"635\":\"OPERACION\",\"636\":\"OPERACION\",\"637\":\"OPERACION\",\"638\":\"OPERACION\",\"639\":\"OPERACION\",\"640\":\"PRUEBAS\",\"641\":\"PRUEBAS\",\"642\":\"OPERACION\",\"643\":\"OPERACION\",\"644\":\"OPERACION\",\"645\":\"OPERACION\",\"646\":\"OPERACION\",\"647\":\"OPERACION\",\"648\":\"OPERACION\",\"649\":\"OPERACION\",\"650\":\"OPERACION\",\"651\":\"OPERACION\",\"652\":\"OPERACION\",\"653\":\"OPERACION\",\"654\":\"OPERACION\",\"655\":\"OPERACION\",\"656\":\"OPERACION\",\"657\":\"OPERACION\",\"658\":\"PRUEBAS\",\"659\":\"OPERACION\",\"660\":\"OPERACION\",\"661\":\"OPERACION\",\"662\":\"OPERACION\",\"663\":\"OPERACION\",\"664\":\"OPERACION\",\"665\":\"OPERACION\",\"666\":\"OPERACION\",\"667\":\"OPERACION\",\"668\":\"OPERACION\",\"669\":\"OPERACION\",\"670\":\"OPERACION\",\"671\":\"OPERACION\",\"672\":\"OPERACION\",\"673\":\"OPERACION\",\"674\":\"OPERACION\",\"675\":\"OPERACION\",\"676\":\"OPERACION\",\"677\":\"OPERACION\",\"678\":\"OPERACION\",\"679\":\"OPERACION\",\"680\":\"OPERACION\",\"681\":\"OPERACION\",\"682\":\"OPERACION\",\"683\":\"OPERACION\",\"684\":\"OPERACION\",\"685\":\"OPERACION\",\"686\":\"OPERACION\",\"687\":\"OPERACION\",\"688\":\"OPERACION\",\"689\":\"OPERACION\",\"690\":\"OPERACION\",\"691\":\"OPERACION\",\"692\":\"PRUEBAS\",\"693\":\"PRUEBAS\",\"694\":\"OPERACION\",\"695\":\"OPERACION\",\"696\":\"OPERACION\",\"697\":\"OPERACION\",\"698\":\"PRUEBAS\",\"699\":\"OPERACION\",\"700\":\"OPERACION\",\"701\":\"OPERACION\",\"702\":\"OPERACION\",\"703\":\"OPERACION\",\"704\":\"OPERACION\",\"705\":\"PRUEBAS\",\"706\":\"OPERACION\",\"707\":\"OPERACION\",\"708\":\"OPERACION\",\"709\":\"OPERACION\",\"710\":\"OPERACION\",\"711\":\"PRUEBAS\",\"712\":\"OPERACION\",\"713\":\"OPERACION\",\"714\":\"OPERACION\",\"715\":\"OPERACION\",\"716\":\"OPERACION\",\"717\":\"OPERACION\",\"718\":\"OPERACION\",\"719\":\"OPERACION\",\"720\":\"OPERACION\",\"721\":\"OPERACION\",\"722\":\"OPERACION\",\"723\":\"OPERACION\",\"724\":\"OPERACION\",\"725\":\"OPERACION\",\"726\":\"OPERACION\",\"727\":\"OPERACION\",\"728\":\"OPERACION\",\"729\":\"OPERACION\",\"730\":\"OPERACION\",\"731\":\"OPERACION\",\"732\":\"OPERACION\",\"733\":\"OPERACION\",\"734\":\"OPERACION\",\"735\":\"OPERACION\",\"736\":\"OPERACION\",\"737\":\"OPERACION\",\"738\":\"OPERACION\",\"739\":\"OPERACION\",\"740\":\"OPERACION\",\"741\":\"OPERACION\",\"742\":\"OPERACION\",\"743\":\"OPERACION\",\"744\":\"OPERACION\",\"745\":\"OPERACION\",\"746\":\"OPERACION\",\"747\":\"OPERACION\",\"748\":\"OPERACION\",\"749\":\"OPERACION\",\"750\":\"OPERACION\",\"751\":\"OPERACION\",\"752\":\"OPERACION\",\"753\":\"OPERACION\",\"754\":\"OPERACION\",\"755\":\"OPERACION\",\"756\":\"OPERACION\",\"757\":\"OPERACION\",\"758\":\"OPERACION\",\"759\":\"OPERACION\",\"760\":\"OPERACION\",\"761\":\"OPERACION\",\"762\":\"OPERACION\",\"763\":\"OPERACION\",\"764\":\"OPERACION\",\"765\":\"OPERACION\",\"766\":\"OPERACION\",\"767\":\"OPERACION\",\"768\":\"OPERACION\",\"769\":\"OPERACION\",\"770\":\"OPERACION\",\"771\":\"OPERACION\",\"772\":\"OPERACION\",\"773\":\"OPERACION\",\"774\":\"OPERACION\",\"775\":\"OPERACION\",\"776\":\"OPERACION\",\"777\":\"OPERACION\",\"778\":\"OPERACION\",\"779\":\"OPERACION\",\"780\":\"OPERACION\",\"781\":\"OPERACION\",\"782\":\"OPERACION\",\"783\":\"OPERACION\",\"784\":\"OPERACION\",\"785\":\"OPERACION\",\"786\":\"OPERACION\",\"787\":\"OPERACION\",\"788\":\"OPERACION\",\"789\":\"OPERACION\",\"790\":\"OPERACION\",\"791\":\"OPERACION\",\"792\":\"OPERACION\",\"793\":\"OPERACION\",\"794\":\"PRUEBAS\",\"795\":\"OPERACION\",\"796\":\"OPERACION\",\"797\":\"OPERACION\",\"798\":\"OPERACION\",\"799\":\"OPERACION\",\"800\":\"OPERACION\",\"801\":\"OPERACION\",\"802\":\"OPERACION\",\"803\":\"OPERACION\",\"804\":\"OPERACION\",\"805\":\"OPERACION\",\"806\":\"OPERACION\",\"807\":\"OPERACION\",\"808\":\"OPERACION\",\"809\":\"OPERACION\",\"810\":\"OPERACION\",\"811\":\"OPERACION\",\"812\":\"OPERACION\",\"813\":\"OPERACION\",\"814\":\"OPERACION\",\"815\":\"OPERACION\",\"816\":\"OPERACION\",\"817\":\"OPERACION\",\"818\":\"OPERACION\",\"819\":\"OPERACION\",\"820\":\"OPERACION\",\"821\":\"OPERACION\",\"822\":\"OPERACION\",\"823\":\"OPERACION\",\"824\":\"OPERACION\",\"825\":\"OPERACION\",\"826\":\"OPERACION\",\"827\":\"OPERACION\",\"828\":\"OPERACION\",\"829\":\"OPERACION\",\"830\":\"OPERACION\",\"831\":\"OPERACION\",\"832\":\"OPERACION\",\"833\":\"OPERACION\",\"834\":\"OPERACION\",\"835\":\"OPERACION\",\"836\":\"OPERACION\",\"837\":\"OPERACION\",\"838\":\"OPERACION\",\"839\":\"OPERACION\",\"840\":\"OPERACION\",\"841\":\"OPERACION\",\"842\":\"OPERACION\",\"843\":\"OPERACION\",\"844\":\"OPERACION\",\"845\":\"OPERACION\",\"846\":\"OPERACION\",\"847\":\"OPERACION\",\"848\":\"OPERACION\",\"849\":\"OPERACION\",\"850\":\"OPERACION\",\"851\":\"OPERACION\",\"852\":\"OPERACION\",\"853\":\"OPERACION\",\"854\":\"OPERACION\",\"855\":\"OPERACION\",\"856\":\"OPERACION\",\"857\":\"OPERACION\",\"858\":\"OPERACION\",\"859\":\"OPERACION\",\"860\":\"OPERACION\",\"861\":\"OPERACION\",\"862\":\"OPERACION\",\"863\":\"OPERACION\",\"864\":\"OPERACION\",\"865\":\"OPERACION\",\"866\":\"OPERACION\"},\"Date\":{\"0\":1736121600000,\"1\":1736121600000,\"2\":1736121600000,\"3\":1736121600000,\"4\":1736121600000,\"5\":1736121600000,\"6\":1736121600000,\"7\":1736121600000,\"8\":1736121600000,\"9\":1736121600000,\"10\":1736121600000,\"11\":1736121600000,\"12\":1736121600000,\"13\":1736121600000,\"14\":1736121600000,\"15\":1736121600000,\"16\":1736121600000,\"17\":1736121600000,\"18\":1736121600000,\"19\":1736121600000,\"20\":1736121600000,\"21\":1736121600000,\"22\":1736121600000,\"23\":1736121600000,\"24\":1736121600000,\"25\":1736121600000,\"26\":1736121600000,\"27\":1736121600000,\"28\":1736121600000,\"29\":1736121600000,\"30\":1736121600000,\"31\":1736121600000,\"32\":1736121600000,\"33\":1736121600000,\"34\":1736121600000,\"35\":1736121600000,\"36\":1736121600000,\"37\":1736121600000,\"38\":1736121600000,\"39\":1736121600000,\"40\":1736121600000,\"41\":1736121600000,\"42\":1736121600000,\"43\":1736121600000,\"44\":1736121600000,\"45\":1736121600000,\"46\":1736121600000,\"47\":1736121600000,\"48\":1736121600000,\"49\":1736121600000,\"50\":1736121600000,\"51\":1736121600000,\"52\":1736121600000,\"53\":1736121600000,\"54\":1736121600000,\"55\":1736121600000,\"56\":1736121600000,\"57\":1736121600000,\"58\":1736121600000,\"59\":1736121600000,\"60\":1736121600000,\"61\":1736121600000,\"62\":1736121600000,\"63\":1736121600000,\"64\":1736121600000,\"65\":1736121600000,\"66\":1736121600000,\"67\":1736121600000,\"68\":1736121600000,\"69\":1736121600000,\"70\":1736121600000,\"71\":1736121600000,\"72\":1736121600000,\"73\":1736121600000,\"74\":1736121600000,\"75\":1736121600000,\"76\":1736121600000,\"77\":1736121600000,\"78\":1736121600000,\"79\":1736121600000,\"80\":1736121600000,\"81\":1736121600000,\"82\":1736121600000,\"83\":1736121600000,\"84\":1736121600000,\"85\":1736121600000,\"86\":1736121600000,\"87\":1736121600000,\"88\":1736121600000,\"89\":1736121600000,\"90\":1736121600000,\"91\":1736121600000,\"92\":1736121600000,\"93\":1736121600000,\"94\":1736121600000,\"95\":1736121600000,\"96\":1736121600000,\"97\":1736121600000,\"98\":1736121600000,\"99\":1736121600000,\"100\":1736121600000,\"101\":1736121600000,\"102\":1736121600000,\"103\":1736121600000,\"104\":1736121600000,\"105\":1736121600000,\"106\":1736121600000,\"107\":1736121600000,\"108\":1736121600000,\"109\":1736121600000,\"110\":1736121600000,\"111\":1736121600000,\"112\":1736121600000,\"113\":1736121600000,\"114\":1736121600000,\"115\":1736121600000,\"116\":1736121600000,\"117\":1736121600000,\"118\":1736121600000,\"119\":1736121600000,\"120\":1736121600000,\"121\":1736121600000,\"122\":1736121600000,\"123\":1736121600000,\"124\":1736121600000,\"125\":1736121600000,\"126\":1736121600000,\"127\":1736121600000,\"128\":1736121600000,\"129\":1736121600000,\"130\":1736121600000,\"131\":1736121600000,\"132\":1736121600000,\"133\":1736121600000,\"134\":1736121600000,\"135\":1736121600000,\"136\":1736121600000,\"137\":1736121600000,\"138\":1736121600000,\"139\":1736121600000,\"140\":1736121600000,\"141\":1736121600000,\"142\":1736121600000,\"143\":1736121600000,\"144\":1736121600000,\"145\":1736121600000,\"146\":1736121600000,\"147\":1736121600000,\"148\":1736121600000,\"149\":1736121600000,\"150\":1736121600000,\"151\":1736121600000,\"152\":1736121600000,\"153\":1736121600000,\"154\":1736121600000,\"155\":1736121600000,\"156\":1736121600000,\"157\":1736121600000,\"158\":1736121600000,\"159\":1736121600000,\"160\":1736121600000,\"161\":1736121600000,\"162\":1736121600000,\"163\":1736121600000,\"164\":1736121600000,\"165\":1736121600000,\"166\":1736121600000,\"167\":1736121600000,\"168\":1736121600000,\"169\":1736121600000,\"170\":1736121600000,\"171\":1736121600000,\"172\":1736121600000,\"173\":1736121600000,\"174\":1736121600000,\"175\":1736121600000,\"176\":1736121600000,\"177\":1736121600000,\"178\":1736121600000,\"179\":1736121600000,\"180\":1736121600000,\"181\":1736121600000,\"182\":1736121600000,\"183\":1736121600000,\"184\":1736121600000,\"185\":1736121600000,\"186\":1736121600000,\"187\":1736121600000,\"188\":1736121600000,\"189\":1736121600000,\"190\":1736121600000,\"191\":1736121600000,\"192\":1736121600000,\"193\":1736121600000,\"194\":1736121600000,\"195\":1736121600000,\"196\":1736121600000,\"197\":1736121600000,\"198\":1736121600000,\"199\":1736121600000,\"200\":1736121600000,\"201\":1736121600000,\"202\":1736121600000,\"203\":1736121600000,\"204\":1736121600000,\"205\":1736121600000,\"206\":1736121600000,\"207\":1736121600000,\"208\":1736121600000,\"209\":1736121600000,\"210\":1736121600000,\"211\":1736121600000,\"212\":1736121600000,\"213\":1736121600000,\"214\":1736121600000,\"215\":1736121600000,\"216\":1736121600000,\"217\":1736121600000,\"218\":1736121600000,\"219\":1736121600000,\"220\":1736121600000,\"221\":1736121600000,\"222\":1736121600000,\"223\":1736121600000,\"224\":1736121600000,\"225\":1736121600000,\"226\":1736121600000,\"227\":1736121600000,\"228\":1736121600000,\"229\":1736121600000,\"230\":1736121600000,\"231\":1736121600000,\"232\":1736121600000,\"233\":1736121600000,\"234\":1736121600000,\"235\":1736121600000,\"236\":1736121600000,\"237\":1736121600000,\"238\":1736121600000,\"239\":1736121600000,\"240\":1736121600000,\"241\":1736121600000,\"242\":1736121600000,\"243\":1736121600000,\"244\":1736121600000,\"245\":1736121600000,\"246\":1736121600000,\"247\":1736121600000,\"248\":1736121600000,\"249\":1736121600000,\"250\":1736121600000,\"251\":1736121600000,\"252\":1736121600000,\"253\":1736121600000,\"254\":1736121600000,\"255\":1736121600000,\"256\":1736121600000,\"257\":1736121600000,\"258\":1736121600000,\"259\":1736121600000,\"260\":1736121600000,\"261\":1736121600000,\"262\":1736121600000,\"263\":1736121600000,\"264\":1736121600000,\"265\":1736121600000,\"266\":1736121600000,\"267\":1736121600000,\"268\":1736121600000,\"269\":1736121600000,\"270\":1736121600000,\"271\":1736121600000,\"272\":1736121600000,\"273\":1736121600000,\"274\":1736121600000,\"275\":1736121600000,\"276\":1736121600000,\"277\":1736121600000,\"278\":1736121600000,\"279\":1736121600000,\"280\":1736121600000,\"281\":1736121600000,\"282\":1736121600000,\"283\":1736121600000,\"284\":1736121600000,\"285\":1736121600000,\"286\":1736121600000,\"287\":1736121600000,\"288\":1736121600000,\"289\":1736121600000,\"290\":1736121600000,\"291\":1736121600000,\"292\":1736121600000,\"293\":1736121600000,\"294\":1736121600000,\"295\":1736121600000,\"296\":1736121600000,\"297\":1736121600000,\"298\":1736121600000,\"299\":1736121600000,\"300\":1736121600000,\"301\":1736121600000,\"302\":1736121600000,\"303\":1736121600000,\"304\":1736121600000,\"305\":1736121600000,\"306\":1736121600000,\"307\":1736121600000,\"308\":1736121600000,\"309\":1736121600000,\"310\":1736121600000,\"311\":1736121600000,\"312\":1736121600000,\"313\":1736121600000,\"314\":1736121600000,\"315\":1736121600000,\"316\":1736121600000,\"317\":1736121600000,\"318\":1736121600000,\"319\":1736121600000,\"320\":1736121600000,\"321\":1736121600000,\"322\":1736121600000,\"323\":1736121600000,\"324\":1736121600000,\"325\":1736121600000,\"326\":1736121600000,\"327\":1736121600000,\"328\":1736121600000,\"329\":1736121600000,\"330\":1736121600000,\"331\":1736121600000,\"332\":1736121600000,\"333\":1736121600000,\"334\":1736121600000,\"335\":1736121600000,\"336\":1736121600000,\"337\":1736121600000,\"338\":1736121600000,\"339\":1736121600000,\"340\":1736121600000,\"341\":1736121600000,\"342\":1736121600000,\"343\":1736121600000,\"344\":1736121600000,\"345\":1736121600000,\"346\":1736121600000,\"347\":1736121600000,\"348\":1736121600000,\"349\":1736121600000,\"350\":1736121600000,\"351\":1736121600000,\"352\":1736121600000,\"353\":1736121600000,\"354\":1736121600000,\"355\":1736121600000,\"356\":1736121600000,\"357\":1736121600000,\"358\":1736121600000,\"359\":1736121600000,\"360\":1736121600000,\"361\":1736121600000,\"362\":1736121600000,\"363\":1736121600000,\"364\":1736121600000,\"365\":1736121600000,\"366\":1736121600000,\"367\":1736121600000,\"368\":1736121600000,\"369\":1736121600000,\"370\":1736121600000,\"371\":1736121600000,\"372\":1736121600000,\"373\":1736121600000,\"374\":1736121600000,\"375\":1736121600000,\"376\":1736121600000,\"377\":1736121600000,\"378\":1736121600000,\"379\":1736121600000,\"380\":1736121600000,\"381\":1736121600000,\"382\":1736121600000,\"383\":1736121600000,\"384\":1736121600000,\"385\":1736121600000,\"386\":1736121600000,\"387\":1736121600000,\"388\":1736121600000,\"389\":1736121600000,\"390\":1736121600000,\"391\":1736121600000,\"392\":1736121600000,\"393\":1736121600000,\"394\":1736121600000,\"395\":1736121600000,\"396\":1736121600000,\"397\":1736121600000,\"398\":1736121600000,\"399\":1736121600000,\"400\":1736121600000,\"401\":1736121600000,\"402\":1736121600000,\"403\":1736121600000,\"404\":1736121600000,\"405\":1736121600000,\"406\":1736121600000,\"407\":1736121600000,\"408\":1736121600000,\"409\":1736121600000,\"410\":1736121600000,\"411\":1736121600000,\"412\":1736121600000,\"413\":1736121600000,\"414\":1736121600000,\"415\":1736121600000,\"416\":1736121600000,\"417\":1736121600000,\"418\":1736121600000,\"419\":1736121600000,\"420\":1736121600000,\"421\":1736121600000,\"422\":1736121600000,\"423\":1736121600000,\"424\":1736121600000,\"425\":1736121600000,\"426\":1736121600000,\"427\":1736121600000,\"428\":1736121600000,\"429\":1736121600000,\"430\":1736121600000,\"431\":1736121600000,\"432\":1736121600000,\"433\":1736121600000,\"434\":1736121600000,\"435\":1736121600000,\"436\":1736121600000,\"437\":1736121600000,\"438\":1736121600000,\"439\":1736121600000,\"440\":1736121600000,\"441\":1736121600000,\"442\":1736121600000,\"443\":1736121600000,\"444\":1736121600000,\"445\":1736121600000,\"446\":1736121600000,\"447\":1736121600000,\"448\":1736121600000,\"449\":1736121600000,\"450\":1736121600000,\"451\":1736121600000,\"452\":1736121600000,\"453\":1736121600000,\"454\":1736121600000,\"455\":1736121600000,\"456\":1736121600000,\"457\":1736121600000,\"458\":1736121600000,\"459\":1736121600000,\"460\":1736121600000,\"461\":1736121600000,\"462\":1736121600000,\"463\":1736121600000,\"464\":1736121600000,\"465\":1736121600000,\"466\":1736121600000,\"467\":1736121600000,\"468\":1736121600000,\"469\":1736121600000,\"470\":1736121600000,\"471\":1736121600000,\"472\":1736121600000,\"473\":1736121600000,\"474\":1736121600000,\"475\":1736121600000,\"476\":1736121600000,\"477\":1736121600000,\"478\":1736121600000,\"479\":1736121600000,\"480\":1736121600000,\"481\":1736121600000,\"482\":1736121600000,\"483\":1736121600000,\"484\":1736121600000,\"485\":1736121600000,\"486\":1736121600000,\"487\":1736121600000,\"488\":1736121600000,\"489\":1736121600000,\"490\":1736121600000,\"491\":1736121600000,\"492\":1736121600000,\"493\":1736121600000,\"494\":1736121600000,\"495\":1736121600000,\"496\":1736121600000,\"497\":1736121600000,\"498\":1736121600000,\"499\":1736121600000,\"500\":1736121600000,\"501\":1736121600000,\"502\":1736121600000,\"503\":1736121600000,\"504\":1736121600000,\"505\":1736121600000,\"506\":1736121600000,\"507\":1736121600000,\"508\":1736121600000,\"509\":1736121600000,\"510\":1736121600000,\"511\":1736121600000,\"512\":1736121600000,\"513\":1736121600000,\"514\":1736121600000,\"515\":1736121600000,\"516\":1736121600000,\"517\":1736121600000,\"518\":1736121600000,\"519\":1736121600000,\"520\":1736121600000,\"521\":1736121600000,\"522\":1736121600000,\"523\":1736121600000,\"524\":1736121600000,\"525\":1736121600000,\"526\":1736121600000,\"527\":1736121600000,\"528\":1736121600000,\"529\":1736121600000,\"530\":1736121600000,\"531\":1736121600000,\"532\":1736121600000,\"533\":1736121600000,\"534\":1736121600000,\"535\":1736121600000,\"536\":1736121600000,\"537\":1736121600000,\"538\":1736121600000,\"539\":1736121600000,\"540\":1736121600000,\"541\":1736121600000,\"542\":1736121600000,\"543\":1736121600000,\"544\":1736121600000,\"545\":1736121600000,\"546\":1736121600000,\"547\":1736121600000,\"548\":1736121600000,\"549\":1736121600000,\"550\":1736121600000,\"551\":1736121600000,\"552\":1736121600000,\"553\":1736121600000,\"554\":1736121600000,\"555\":1736121600000,\"556\":1736121600000,\"557\":1736121600000,\"558\":1736121600000,\"559\":1736121600000,\"560\":1736121600000,\"561\":1736121600000,\"562\":1736121600000,\"563\":1736121600000,\"564\":1736121600000,\"565\":1736121600000,\"566\":1736121600000,\"567\":1736121600000,\"568\":1736121600000,\"569\":1736121600000,\"570\":1736121600000,\"571\":1736121600000,\"572\":1736121600000,\"573\":1736121600000,\"574\":1736121600000,\"575\":1736121600000,\"576\":1736121600000,\"577\":1736121600000,\"578\":1736121600000,\"579\":1736121600000,\"580\":1736121600000,\"581\":1736121600000,\"582\":1736121600000,\"583\":1736121600000,\"584\":1736121600000,\"585\":1736121600000,\"586\":1736121600000,\"587\":1736121600000,\"588\":1736121600000,\"589\":1736121600000,\"590\":1736121600000,\"591\":1736121600000,\"592\":1736121600000,\"593\":1736121600000,\"594\":1736121600000,\"595\":1736121600000,\"596\":1736121600000,\"597\":1736121600000,\"598\":1736121600000,\"599\":1736121600000,\"600\":1736121600000,\"601\":1736121600000,\"602\":1736121600000,\"603\":1736121600000,\"604\":1736121600000,\"605\":1736121600000,\"606\":1736121600000,\"607\":1736121600000,\"608\":1736121600000,\"609\":1736121600000,\"610\":1736121600000,\"611\":1736121600000,\"612\":1736121600000,\"613\":1736121600000,\"614\":1736121600000,\"615\":1736121600000,\"616\":1736121600000,\"617\":1736121600000,\"618\":1736121600000,\"619\":1736121600000,\"620\":1736121600000,\"621\":1736121600000,\"622\":1736121600000,\"623\":1736121600000,\"624\":1736121600000,\"625\":1736121600000,\"626\":1736121600000,\"627\":1736121600000,\"628\":1736121600000,\"629\":1736121600000,\"630\":1736121600000,\"631\":1736121600000,\"632\":1736121600000,\"633\":1736121600000,\"634\":1736121600000,\"635\":1736121600000,\"636\":1736121600000,\"637\":1736121600000,\"638\":1736121600000,\"639\":1736121600000,\"640\":1736121600000,\"641\":1736121600000,\"642\":1736121600000,\"643\":1736121600000,\"644\":1736121600000,\"645\":1736121600000,\"646\":1736121600000,\"647\":1736121600000,\"648\":1736121600000,\"649\":1736121600000,\"650\":1736121600000,\"651\":1736121600000,\"652\":1736121600000,\"653\":1736121600000,\"654\":1736121600000,\"655\":1736121600000,\"656\":1736121600000,\"657\":1736121600000,\"658\":1736121600000,\"659\":1736121600000,\"660\":1736121600000,\"661\":1736121600000,\"662\":1736121600000,\"663\":1736121600000,\"664\":1736121600000,\"665\":1736121600000,\"666\":1736121600000,\"667\":1736121600000,\"668\":1736121600000,\"669\":1736121600000,\"670\":1736121600000,\"671\":1736121600000,\"672\":1736121600000,\"673\":1736121600000,\"674\":1736121600000,\"675\":1736121600000,\"676\":1736121600000,\"677\":1736121600000,\"678\":1736121600000,\"679\":1736121600000,\"680\":1736121600000,\"681\":1736121600000,\"682\":1736121600000,\"683\":1736121600000,\"684\":1736121600000,\"685\":1736121600000,\"686\":1736121600000,\"687\":1736121600000,\"688\":1736121600000,\"689\":1736121600000,\"690\":1736121600000,\"691\":1736121600000,\"692\":1736121600000,\"693\":1736121600000,\"694\":1736121600000,\"695\":1736121600000,\"696\":1736121600000,\"697\":1736121600000,\"698\":1736121600000,\"699\":1736121600000,\"700\":1736121600000,\"701\":1736121600000,\"702\":1736121600000,\"703\":1736121600000,\"704\":1736121600000,\"705\":1736121600000,\"706\":1736121600000,\"707\":1736121600000,\"708\":1736121600000,\"709\":1736121600000,\"710\":1736121600000,\"711\":1736121600000,\"712\":1736121600000,\"713\":1736121600000,\"714\":1736121600000,\"715\":1736121600000,\"716\":1736121600000,\"717\":1736121600000,\"718\":1736121600000,\"719\":1736121600000,\"720\":1736121600000,\"721\":1736121600000,\"722\":1736121600000,\"723\":1736121600000,\"724\":1736121600000,\"725\":1736121600000,\"726\":1736121600000,\"727\":1736121600000,\"728\":1736121600000,\"729\":1736121600000,\"730\":1736121600000,\"731\":1736121600000,\"732\":1736121600000,\"733\":1736121600000,\"734\":1736121600000,\"735\":1736121600000,\"736\":1736121600000,\"737\":1736121600000,\"738\":1736121600000,\"739\":1736121600000,\"740\":1736121600000,\"741\":1736121600000,\"742\":1736121600000,\"743\":1736121600000,\"744\":1736121600000,\"745\":1736121600000,\"746\":1736121600000,\"747\":1736121600000,\"748\":1736121600000,\"749\":1736121600000,\"750\":1736121600000,\"751\":1736121600000,\"752\":1736121600000,\"753\":1736121600000,\"754\":1736121600000,\"755\":1736121600000,\"756\":1736121600000,\"757\":1736121600000,\"758\":1736121600000,\"759\":1736121600000,\"760\":1736121600000,\"761\":1736121600000,\"762\":1736121600000,\"763\":1736121600000,\"764\":1736121600000,\"765\":1736121600000,\"766\":1736121600000,\"767\":1736121600000,\"768\":1736121600000,\"769\":1736121600000,\"770\":1736121600000,\"771\":1736121600000,\"772\":1736121600000,\"773\":1736121600000,\"774\":1736121600000,\"775\":1736121600000,\"776\":1736121600000,\"777\":1736121600000,\"778\":1736121600000,\"779\":1736121600000,\"780\":1736121600000,\"781\":1736121600000,\"782\":1736121600000,\"783\":1736121600000,\"784\":1736121600000,\"785\":1736121600000,\"786\":1736121600000,\"787\":1736121600000,\"788\":1736121600000,\"789\":1736121600000,\"790\":1736121600000,\"791\":1736121600000,\"792\":1736121600000,\"793\":1736121600000,\"794\":1736121600000,\"795\":1736121600000,\"796\":1736121600000,\"797\":1736121600000,\"798\":1736121600000,\"799\":1736121600000,\"800\":1736121600000,\"801\":1736121600000,\"802\":1736121600000,\"803\":1736121600000,\"804\":1736121600000,\"805\":1736121600000,\"806\":1736121600000,\"807\":1736121600000,\"808\":1736121600000,\"809\":1736121600000,\"810\":1736121600000,\"811\":1736121600000,\"812\":1736121600000,\"813\":1736121600000,\"814\":1736121600000,\"815\":1736121600000,\"816\":1736121600000,\"817\":1736121600000,\"818\":1736121600000,\"819\":1736121600000,\"820\":1736121600000,\"821\":1736121600000,\"822\":1736121600000,\"823\":1736121600000,\"824\":1736121600000,\"825\":1736121600000,\"826\":1736121600000,\"827\":1736121600000,\"828\":1736121600000,\"829\":1736121600000,\"830\":1736121600000,\"831\":1736121600000,\"832\":1736121600000,\"833\":1736121600000,\"834\":1736121600000,\"835\":1736121600000,\"836\":1736121600000,\"837\":1736121600000,\"838\":1736121600000,\"839\":1736121600000,\"840\":1736121600000,\"841\":1736121600000,\"842\":1736121600000,\"843\":1736121600000,\"844\":1736121600000,\"845\":1736121600000,\"846\":1736121600000,\"847\":1736121600000,\"848\":1736121600000,\"849\":1736121600000,\"850\":1736121600000,\"851\":1736121600000,\"852\":1736121600000,\"853\":1736121600000,\"854\":1736121600000,\"855\":1736121600000,\"856\":1736121600000,\"857\":1736121600000,\"858\":1736121600000,\"859\":1736121600000,\"860\":1736121600000,\"861\":1736121600000,\"862\":1736121600000,\"863\":1736121600000,\"864\":1736121600000,\"865\":1736121600000,\"866\":1736121600000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/prod1_live.json",
    "content": "{\"Id\":{\"0\":\"Sistema\",\"1\":\"Sistema\",\"2\":\"Sistema\",\"3\":\"Sistema\",\"4\":\"Sistema\",\"5\":\"Sistema\",\"6\":\"Sistema\",\"7\":\"Sistema\",\"8\":\"Sistema\",\"9\":\"Sistema\",\"10\":\"Sistema\",\"11\":\"Sistema\",\"12\":\"Sistema\",\"13\":\"Sistema\",\"14\":\"Sistema\",\"15\":\"Sistema\",\"16\":\"Sistema\",\"17\":\"Sistema\",\"18\":\"Sistema\",\"19\":\"Sistema\",\"20\":\"Sistema\",\"21\":\"Sistema\",\"22\":\"Sistema\",\"23\":\"Sistema\",\"24\":\"Sistema\",\"25\":\"Sistema\",\"26\":\"Sistema\",\"27\":\"Sistema\",\"28\":\"Sistema\",\"29\":\"Sistema\",\"30\":\"Sistema\",\"31\":\"Sistema\",\"32\":\"Sistema\",\"33\":\"Sistema\",\"34\":\"Sistema\",\"35\":\"Sistema\",\"36\":\"Sistema\",\"37\":\"Sistema\",\"38\":\"Sistema\",\"39\":\"Sistema\",\"40\":\"Sistema\",\"41\":\"Sistema\",\"42\":\"Sistema\",\"43\":\"Sistema\",\"44\":\"Sistema\",\"45\":\"Sistema\",\"46\":\"Sistema\",\"47\":\"Sistema\",\"48\":\"Sistema\",\"49\":\"Sistema\",\"50\":\"Sistema\",\"51\":\"Sistema\",\"52\":\"Sistema\",\"53\":\"Sistema\",\"54\":\"Sistema\",\"55\":\"Sistema\",\"56\":\"Sistema\",\"57\":\"Sistema\",\"58\":\"Sistema\",\"59\":\"Sistema\",\"60\":\"Sistema\",\"61\":\"Sistema\",\"62\":\"Sistema\",\"63\":\"Sistema\",\"64\":\"Sistema\",\"65\":\"Sistema\",\"66\":\"Sistema\",\"67\":\"Sistema\",\"68\":\"Sistema\",\"69\":\"Sistema\",\"70\":\"Sistema\",\"71\":\"Sistema\",\"72\":\"Sistema\",\"73\":\"Sistema\",\"74\":\"Sistema\",\"75\":\"Sistema\",\"76\":\"Sistema\",\"77\":\"Sistema\",\"78\":\"Sistema\",\"79\":\"Sistema\",\"80\":\"Sistema\",\"81\":\"Sistema\",\"82\":\"Sistema\",\"83\":\"Sistema\",\"84\":\"Sistema\",\"85\":\"Sistema\",\"86\":\"Sistema\",\"87\":\"Sistema\",\"88\":\"Sistema\",\"89\":\"Sistema\",\"90\":\"Sistema\",\"91\":\"Sistema\",\"92\":\"Sistema\",\"93\":\"Sistema\",\"94\":\"Sistema\",\"95\":\"Sistema\",\"96\":\"Sistema\",\"97\":\"Sistema\",\"98\":\"Sistema\",\"99\":\"Sistema\",\"100\":\"Sistema\",\"101\":\"Sistema\",\"102\":\"Sistema\",\"103\":\"Sistema\",\"104\":\"Sistema\",\"105\":\"Sistema\",\"106\":\"Sistema\",\"107\":\"Sistema\",\"108\":\"Sistema\",\"109\":\"Sistema\",\"110\":\"Sistema\",\"111\":\"Sistema\",\"112\":\"Sistema\",\"113\":\"Sistema\",\"114\":\"Sistema\",\"115\":\"Sistema\",\"116\":\"Sistema\",\"117\":\"Sistema\",\"118\":\"Sistema\",\"119\":\"Sistema\",\"120\":\"Sistema\",\"121\":\"Sistema\",\"122\":\"Sistema\",\"123\":\"Sistema\",\"124\":\"Sistema\",\"125\":\"Sistema\",\"126\":\"Sistema\",\"127\":\"Sistema\",\"128\":\"Sistema\",\"129\":\"Sistema\",\"130\":\"Sistema\",\"131\":\"Sistema\",\"132\":\"Sistema\",\"133\":\"Sistema\",\"134\":\"Sistema\",\"135\":\"Sistema\",\"136\":\"Sistema\",\"137\":\"Sistema\",\"138\":\"Sistema\",\"139\":\"Sistema\",\"140\":\"Sistema\",\"141\":\"Sistema\",\"142\":\"Sistema\",\"143\":\"Sistema\",\"144\":\"Sistema\",\"145\":\"Sistema\",\"146\":\"Sistema\",\"147\":\"Sistema\",\"148\":\"Sistema\",\"149\":\"Sistema\",\"150\":\"Sistema\",\"151\":\"Sistema\",\"152\":\"Sistema\",\"153\":\"Sistema\",\"154\":\"Sistema\",\"155\":\"Sistema\",\"156\":\"Sistema\",\"157\":\"Sistema\",\"158\":\"Sistema\",\"159\":\"Sistema\",\"160\":\"Sistema\",\"161\":\"Sistema\",\"162\":\"Sistema\",\"163\":\"Sistema\",\"164\":\"Sistema\",\"165\":\"Sistema\",\"166\":\"Sistema\",\"167\":\"Sistema\",\"168\":\"Sistema\",\"169\":\"Sistema\",\"170\":\"Sistema\",\"171\":\"Sistema\",\"172\":\"Sistema\",\"173\":\"Sistema\",\"174\":\"Sistema\",\"175\":\"Sistema\",\"176\":\"Sistema\",\"177\":\"Sistema\",\"178\":\"Sistema\",\"179\":\"Sistema\",\"180\":\"Sistema\",\"181\":\"Sistema\",\"182\":\"Sistema\",\"183\":\"Sistema\",\"184\":\"Sistema\",\"185\":\"Sistema\",\"186\":\"Sistema\",\"187\":\"Sistema\",\"188\":\"Sistema\",\"189\":\"Sistema\",\"190\":\"Sistema\",\"191\":\"Sistema\",\"192\":\"Sistema\",\"193\":\"Sistema\",\"194\":\"Sistema\",\"195\":\"Sistema\",\"196\":\"Sistema\",\"197\":\"Sistema\",\"198\":\"Sistema\",\"199\":\"Sistema\",\"200\":\"Sistema\",\"201\":\"Sistema\",\"202\":\"Sistema\",\"203\":\"Sistema\",\"204\":\"Sistema\",\"205\":\"Sistema\",\"206\":\"Sistema\",\"207\":\"Sistema\",\"208\":\"Sistema\",\"209\":\"Sistema\",\"210\":\"Sistema\",\"211\":\"Sistema\",\"212\":\"Sistema\",\"213\":\"Sistema\",\"214\":\"Sistema\",\"215\":\"Sistema\",\"216\":\"Sistema\",\"217\":\"Sistema\",\"218\":\"Sistema\",\"219\":\"Sistema\",\"220\":\"Sistema\",\"221\":\"Sistema\",\"222\":\"Sistema\",\"223\":\"Sistema\",\"224\":\"Sistema\",\"225\":\"Sistema\",\"226\":\"Sistema\",\"227\":\"Sistema\",\"228\":\"Sistema\",\"229\":\"Sistema\",\"230\":\"Sistema\",\"231\":\"Sistema\",\"232\":\"Sistema\",\"233\":\"Sistema\",\"234\":\"Sistema\",\"235\":\"Sistema\",\"236\":\"Sistema\",\"237\":\"Sistema\",\"238\":\"Sistema\",\"239\":\"Sistema\",\"240\":\"Sistema\",\"241\":\"Sistema\",\"242\":\"Sistema\",\"243\":\"Sistema\",\"244\":\"Sistema\",\"245\":\"Sistema\",\"246\":\"Sistema\",\"247\":\"Sistema\",\"248\":\"Sistema\",\"249\":\"Sistema\",\"250\":\"Sistema\",\"251\":\"Sistema\",\"252\":\"Sistema\",\"253\":\"Sistema\",\"254\":\"Sistema\",\"255\":\"Sistema\",\"256\":\"Sistema\",\"257\":\"Sistema\",\"258\":\"Sistema\",\"259\":\"Sistema\",\"260\":\"Sistema\",\"261\":\"Sistema\",\"262\":\"Sistema\",\"263\":\"Sistema\",\"264\":\"Sistema\",\"265\":\"Sistema\",\"266\":\"Sistema\",\"267\":\"Sistema\",\"268\":\"Sistema\",\"269\":\"Sistema\",\"270\":\"Sistema\",\"271\":\"Sistema\",\"272\":\"Sistema\",\"273\":\"Sistema\",\"274\":\"Sistema\",\"275\":\"Sistema\",\"276\":\"Sistema\",\"277\":\"Sistema\",\"278\":\"Sistema\",\"279\":\"Sistema\",\"280\":\"Sistema\",\"281\":\"Sistema\",\"282\":\"Sistema\",\"283\":\"Sistema\",\"284\":\"Sistema\",\"285\":\"Sistema\",\"286\":\"Sistema\",\"287\":\"Sistema\",\"288\":\"Sistema\",\"289\":\"Sistema\",\"290\":\"Sistema\",\"291\":\"Sistema\",\"292\":\"Sistema\",\"293\":\"Sistema\",\"294\":\"Sistema\",\"295\":\"Sistema\",\"296\":\"Sistema\",\"297\":\"Sistema\",\"298\":\"Sistema\",\"299\":\"Sistema\",\"300\":\"Sistema\",\"301\":\"Sistema\",\"302\":\"Sistema\",\"303\":\"Sistema\",\"304\":\"Sistema\",\"305\":\"Sistema\",\"306\":\"Sistema\",\"307\":\"Sistema\",\"308\":\"Sistema\",\"309\":\"Sistema\",\"310\":\"Sistema\",\"311\":\"Sistema\",\"312\":\"Sistema\",\"313\":\"Sistema\",\"314\":\"Sistema\",\"315\":\"Sistema\",\"316\":\"Sistema\",\"317\":\"Sistema\",\"318\":\"Sistema\",\"319\":\"Sistema\",\"320\":\"Sistema\",\"321\":\"Sistema\",\"322\":\"Sistema\",\"323\":\"Sistema\",\"324\":\"Sistema\",\"325\":\"Sistema\",\"326\":\"Sistema\",\"327\":\"Sistema\",\"328\":\"Sistema\",\"329\":\"Sistema\",\"330\":\"Sistema\",\"331\":\"Sistema\",\"332\":\"Sistema\",\"333\":\"Sistema\",\"334\":\"Sistema\",\"335\":\"Sistema\",\"336\":\"Sistema\",\"337\":\"Sistema\",\"338\":\"Sistema\",\"339\":\"Sistema\",\"340\":\"Sistema\",\"341\":\"Sistema\",\"342\":\"Sistema\",\"343\":\"Sistema\",\"344\":\"Sistema\",\"345\":\"Sistema\",\"346\":\"Sistema\",\"347\":\"Sistema\",\"348\":\"Sistema\",\"349\":\"Sistema\",\"350\":\"Sistema\",\"351\":\"Sistema\",\"352\":\"Sistema\",\"353\":\"Sistema\",\"354\":\"Sistema\",\"355\":\"Sistema\",\"356\":\"Sistema\",\"357\":\"Sistema\",\"358\":\"Sistema\",\"359\":\"Sistema\",\"360\":\"Sistema\",\"361\":\"Sistema\",\"362\":\"Sistema\",\"363\":\"Sistema\",\"364\":\"Sistema\",\"365\":\"Sistema\",\"366\":\"Sistema\",\"367\":\"Sistema\",\"368\":\"Sistema\",\"369\":\"Sistema\",\"370\":\"Sistema\",\"371\":\"Sistema\",\"372\":\"Sistema\",\"373\":\"Sistema\",\"374\":\"Sistema\",\"375\":\"Sistema\",\"376\":\"Sistema\",\"377\":\"Sistema\",\"378\":\"Sistema\",\"379\":\"Sistema\",\"380\":\"Sistema\",\"381\":\"Sistema\",\"382\":\"Sistema\",\"383\":\"Sistema\",\"384\":\"Sistema\",\"385\":\"Sistema\",\"386\":\"Sistema\",\"387\":\"Sistema\",\"388\":\"Sistema\",\"389\":\"Sistema\",\"390\":\"Sistema\",\"391\":\"Sistema\",\"392\":\"Sistema\",\"393\":\"Sistema\",\"394\":\"Sistema\",\"395\":\"Sistema\",\"396\":\"Sistema\",\"397\":\"Sistema\",\"398\":\"Sistema\",\"399\":\"Sistema\",\"400\":\"Sistema\",\"401\":\"Sistema\",\"402\":\"Sistema\",\"403\":\"Sistema\",\"404\":\"Sistema\",\"405\":\"Sistema\",\"406\":\"Sistema\",\"407\":\"Sistema\",\"408\":\"Sistema\",\"409\":\"Sistema\",\"410\":\"Sistema\",\"411\":\"Sistema\",\"412\":\"Sistema\",\"413\":\"Sistema\",\"414\":\"Sistema\",\"415\":\"Sistema\",\"416\":\"Sistema\",\"417\":\"Sistema\",\"418\":\"Sistema\",\"419\":\"Sistema\",\"420\":\"Sistema\",\"421\":\"Sistema\",\"422\":\"Sistema\",\"423\":\"Sistema\",\"424\":\"Sistema\",\"425\":\"Sistema\",\"426\":\"Sistema\",\"427\":\"Sistema\",\"428\":\"Sistema\",\"429\":\"Sistema\",\"430\":\"Sistema\",\"431\":\"Sistema\",\"432\":\"Sistema\",\"433\":\"Sistema\",\"434\":\"Sistema\",\"435\":\"Sistema\",\"436\":\"Sistema\",\"437\":\"Sistema\",\"438\":\"Sistema\",\"439\":\"Sistema\",\"440\":\"Sistema\",\"441\":\"Sistema\",\"442\":\"Sistema\",\"443\":\"Sistema\",\"444\":\"Sistema\",\"445\":\"Sistema\",\"446\":\"Sistema\",\"447\":\"Sistema\",\"448\":\"Sistema\",\"449\":\"Sistema\",\"450\":\"Sistema\",\"451\":\"Sistema\",\"452\":\"Sistema\",\"453\":\"Sistema\",\"454\":\"Sistema\",\"455\":\"Sistema\",\"456\":\"Sistema\",\"457\":\"Sistema\",\"458\":\"Sistema\",\"459\":\"Sistema\",\"460\":\"Sistema\",\"461\":\"Sistema\",\"462\":\"Sistema\",\"463\":\"Sistema\",\"464\":\"Sistema\",\"465\":\"Sistema\",\"466\":\"Sistema\",\"467\":\"Sistema\",\"468\":\"Sistema\",\"469\":\"Sistema\",\"470\":\"Sistema\",\"471\":\"Sistema\",\"472\":\"Sistema\",\"473\":\"Sistema\",\"474\":\"Sistema\",\"475\":\"Sistema\",\"476\":\"Sistema\",\"477\":\"Sistema\",\"478\":\"Sistema\",\"479\":\"Sistema\",\"480\":\"Sistema\",\"481\":\"Sistema\",\"482\":\"Sistema\",\"483\":\"Sistema\",\"484\":\"Sistema\",\"485\":\"Sistema\",\"486\":\"Sistema\",\"487\":\"Sistema\",\"488\":\"Sistema\",\"489\":\"Sistema\",\"490\":\"Sistema\",\"491\":\"Sistema\",\"492\":\"Sistema\",\"493\":\"Sistema\",\"494\":\"Sistema\",\"495\":\"Sistema\",\"496\":\"Sistema\",\"497\":\"Sistema\",\"498\":\"Sistema\",\"499\":\"Sistema\",\"500\":\"Sistema\",\"501\":\"Sistema\",\"502\":\"Sistema\",\"503\":\"Sistema\",\"504\":\"Sistema\",\"505\":\"Sistema\",\"506\":\"Sistema\",\"507\":\"Sistema\",\"508\":\"Sistema\",\"509\":\"Sistema\",\"510\":\"Sistema\",\"511\":\"Sistema\",\"512\":\"Sistema\",\"513\":\"Sistema\",\"514\":\"Sistema\",\"515\":\"Sistema\",\"516\":\"Sistema\",\"517\":\"Sistema\",\"518\":\"Sistema\",\"519\":\"Sistema\",\"520\":\"Sistema\",\"521\":\"Sistema\",\"522\":\"Sistema\",\"523\":\"Sistema\",\"524\":\"Sistema\",\"525\":\"Sistema\",\"526\":\"Sistema\",\"527\":\"Sistema\",\"528\":\"Sistema\",\"529\":\"Sistema\",\"530\":\"Sistema\",\"531\":\"Sistema\",\"532\":\"Sistema\",\"533\":\"Sistema\",\"534\":\"Sistema\",\"535\":\"Sistema\",\"536\":\"Sistema\",\"537\":\"Sistema\",\"538\":\"Sistema\",\"539\":\"Sistema\",\"540\":\"Sistema\",\"541\":\"Sistema\",\"542\":\"Sistema\",\"543\":\"Sistema\",\"544\":\"Sistema\",\"545\":\"Sistema\",\"546\":\"Sistema\",\"547\":\"Sistema\",\"548\":\"Sistema\",\"549\":\"Sistema\",\"550\":\"Sistema\",\"551\":\"Sistema\",\"552\":\"Sistema\",\"553\":\"Sistema\",\"554\":\"Sistema\",\"555\":\"Sistema\",\"556\":\"Sistema\",\"557\":\"Sistema\",\"558\":\"Sistema\",\"559\":\"Sistema\",\"560\":\"Sistema\",\"561\":\"Sistema\",\"562\":\"Sistema\",\"563\":\"Sistema\",\"564\":\"Sistema\",\"565\":\"Sistema\",\"566\":\"Sistema\",\"567\":\"Sistema\",\"568\":\"Sistema\",\"569\":\"Sistema\",\"570\":\"Sistema\",\"571\":\"Sistema\",\"572\":\"Sistema\",\"573\":\"Sistema\",\"574\":\"Sistema\",\"575\":\"Sistema\",\"576\":\"Sistema\",\"577\":\"Sistema\",\"578\":\"Sistema\",\"579\":\"Sistema\",\"580\":\"Sistema\",\"581\":\"Sistema\",\"582\":\"Sistema\",\"583\":\"Sistema\",\"584\":\"Sistema\",\"585\":\"Sistema\",\"586\":\"Sistema\",\"587\":\"Sistema\",\"588\":\"Sistema\",\"589\":\"Sistema\",\"590\":\"Sistema\",\"591\":\"Sistema\",\"592\":\"Sistema\",\"593\":\"Sistema\",\"594\":\"Sistema\",\"595\":\"Sistema\",\"596\":\"Sistema\",\"597\":\"Sistema\",\"598\":\"Sistema\",\"599\":\"Sistema\",\"600\":\"Sistema\",\"601\":\"Sistema\",\"602\":\"Sistema\",\"603\":\"Sistema\",\"604\":\"Sistema\",\"605\":\"Sistema\",\"606\":\"Sistema\",\"607\":\"Sistema\",\"608\":\"Sistema\",\"609\":\"Sistema\",\"610\":\"Sistema\",\"611\":\"Sistema\",\"612\":\"Sistema\",\"613\":\"Sistema\",\"614\":\"Sistema\",\"615\":\"Sistema\",\"616\":\"Sistema\",\"617\":\"Sistema\",\"618\":\"Sistema\",\"619\":\"Sistema\",\"620\":\"Sistema\",\"621\":\"Sistema\",\"622\":\"Sistema\",\"623\":\"Sistema\",\"624\":\"Sistema\",\"625\":\"Sistema\",\"626\":\"Sistema\",\"627\":\"Sistema\",\"628\":\"Sistema\",\"629\":\"Sistema\",\"630\":\"Sistema\",\"631\":\"Sistema\",\"632\":\"Sistema\",\"633\":\"Sistema\",\"634\":\"Sistema\",\"635\":\"Sistema\",\"636\":\"Sistema\",\"637\":\"Sistema\",\"638\":\"Sistema\",\"639\":\"Sistema\",\"640\":\"Sistema\",\"641\":\"Sistema\",\"642\":\"Sistema\",\"643\":\"Sistema\",\"644\":\"Sistema\",\"645\":\"Sistema\",\"646\":\"Sistema\",\"647\":\"Sistema\",\"648\":\"Sistema\",\"649\":\"Sistema\",\"650\":\"Sistema\",\"651\":\"Sistema\",\"652\":\"Sistema\",\"653\":\"Sistema\",\"654\":\"Sistema\",\"655\":\"Sistema\",\"656\":\"Sistema\",\"657\":\"Sistema\",\"658\":\"Sistema\",\"659\":\"Sistema\",\"660\":\"Sistema\",\"661\":\"Sistema\",\"662\":\"Sistema\",\"663\":\"Sistema\",\"664\":\"Sistema\",\"665\":\"Sistema\",\"666\":\"Sistema\",\"667\":\"Sistema\",\"668\":\"Sistema\",\"669\":\"Sistema\",\"670\":\"Sistema\",\"671\":\"Sistema\",\"672\":\"Sistema\",\"673\":\"Sistema\",\"674\":\"Sistema\",\"675\":\"Sistema\",\"676\":\"Sistema\",\"677\":\"Sistema\",\"678\":\"Sistema\",\"679\":\"Sistema\",\"680\":\"Sistema\",\"681\":\"Sistema\",\"682\":\"Sistema\",\"683\":\"Sistema\",\"684\":\"Sistema\",\"685\":\"Sistema\",\"686\":\"Sistema\",\"687\":\"Sistema\",\"688\":\"Sistema\",\"689\":\"Sistema\",\"690\":\"Sistema\",\"691\":\"Sistema\",\"692\":\"Sistema\",\"693\":\"Sistema\",\"694\":\"Sistema\",\"695\":\"Sistema\",\"696\":\"Sistema\",\"697\":\"Sistema\",\"698\":\"Sistema\",\"699\":\"Sistema\",\"700\":\"Sistema\",\"701\":\"Sistema\",\"702\":\"Sistema\",\"703\":\"Sistema\",\"704\":\"Sistema\",\"705\":\"Sistema\",\"706\":\"Sistema\",\"707\":\"Sistema\",\"708\":\"Sistema\",\"709\":\"Sistema\",\"710\":\"Sistema\",\"711\":\"Sistema\",\"712\":\"Sistema\",\"713\":\"Sistema\",\"714\":\"Sistema\",\"715\":\"Sistema\",\"716\":\"Sistema\",\"717\":\"Sistema\",\"718\":\"Sistema\",\"719\":\"Sistema\",\"720\":\"Sistema\",\"721\":\"Sistema\",\"722\":\"Sistema\",\"723\":\"Sistema\",\"724\":\"Sistema\",\"725\":\"Sistema\",\"726\":\"Sistema\",\"727\":\"Sistema\",\"728\":\"Sistema\",\"729\":\"Sistema\",\"730\":\"Sistema\",\"731\":\"Sistema\",\"732\":\"Sistema\",\"733\":\"Sistema\",\"734\":\"Sistema\",\"735\":\"Sistema\",\"736\":\"Sistema\",\"737\":\"Sistema\",\"738\":\"Sistema\",\"739\":\"Sistema\",\"740\":\"Sistema\",\"741\":\"Sistema\",\"742\":\"Sistema\",\"743\":\"Sistema\",\"744\":\"Sistema\",\"745\":\"Sistema\",\"746\":\"Sistema\",\"747\":\"Sistema\",\"748\":\"Sistema\",\"749\":\"Sistema\",\"750\":\"Sistema\",\"751\":\"Sistema\",\"752\":\"Sistema\",\"753\":\"Sistema\",\"754\":\"Sistema\",\"755\":\"Sistema\",\"756\":\"Sistema\",\"757\":\"Sistema\",\"758\":\"Sistema\",\"759\":\"Sistema\",\"760\":\"Sistema\",\"761\":\"Sistema\",\"762\":\"Sistema\",\"763\":\"Sistema\",\"764\":\"Sistema\",\"765\":\"Sistema\",\"766\":\"Sistema\",\"767\":\"Sistema\",\"768\":\"Sistema\",\"769\":\"Sistema\",\"770\":\"Sistema\",\"771\":\"Sistema\",\"772\":\"Sistema\",\"773\":\"Sistema\",\"774\":\"Sistema\",\"775\":\"Sistema\",\"776\":\"Sistema\",\"777\":\"Sistema\",\"778\":\"Sistema\",\"779\":\"Sistema\",\"780\":\"Sistema\",\"781\":\"Sistema\",\"782\":\"Sistema\",\"783\":\"Sistema\",\"784\":\"Sistema\",\"785\":\"Sistema\",\"786\":\"Sistema\",\"787\":\"Sistema\",\"788\":\"Sistema\",\"789\":\"Sistema\",\"790\":\"Sistema\",\"791\":\"Sistema\",\"792\":\"Sistema\",\"793\":\"Sistema\",\"794\":\"Sistema\",\"795\":\"Sistema\",\"796\":\"Sistema\",\"797\":\"Sistema\",\"798\":\"Sistema\",\"799\":\"Sistema\",\"800\":\"Sistema\",\"801\":\"Sistema\",\"802\":\"Sistema\",\"803\":\"Sistema\",\"804\":\"Sistema\",\"805\":\"Sistema\",\"806\":\"Sistema\",\"807\":\"Sistema\",\"808\":\"Sistema\",\"809\":\"Sistema\",\"810\":\"Sistema\",\"811\":\"Sistema\",\"812\":\"Sistema\",\"813\":\"Sistema\",\"814\":\"Sistema\",\"815\":\"Sistema\",\"816\":\"Sistema\",\"817\":\"Sistema\",\"818\":\"Sistema\",\"819\":\"Sistema\",\"820\":\"Sistema\",\"821\":\"Sistema\",\"822\":\"Sistema\",\"823\":\"Sistema\",\"824\":\"Sistema\",\"825\":\"Sistema\",\"826\":\"Sistema\",\"827\":\"Sistema\",\"828\":\"Sistema\",\"829\":\"Sistema\",\"830\":\"Sistema\",\"831\":\"Sistema\",\"832\":\"Sistema\",\"833\":\"Sistema\",\"834\":\"Sistema\",\"835\":\"Sistema\",\"836\":\"Sistema\",\"837\":\"Sistema\",\"838\":\"Sistema\",\"839\":\"Sistema\",\"840\":\"Sistema\",\"841\":\"Sistema\",\"842\":\"Sistema\",\"843\":\"Sistema\",\"844\":\"Sistema\",\"845\":\"Sistema\",\"846\":\"Sistema\",\"847\":\"Sistema\",\"848\":\"Sistema\",\"849\":\"Sistema\",\"850\":\"Sistema\",\"851\":\"Sistema\",\"852\":\"Sistema\",\"853\":\"Sistema\",\"854\":\"Sistema\",\"855\":\"Sistema\",\"856\":\"Sistema\",\"857\":\"Sistema\",\"858\":\"Sistema\",\"859\":\"Sistema\",\"860\":\"Sistema\",\"861\":\"Sistema\",\"862\":\"Sistema\",\"863\":\"Sistema\",\"864\":\"Sistema\",\"865\":\"Sistema\",\"866\":\"Sistema\"},\"Values_Code\":{\"0\":\"2QBW\",\"1\":\"2QEK\",\"2\":\"2QRL\",\"3\":\"2QV2\",\"4\":\"2R22\",\"5\":\"2S6Q\",\"6\":\"2S6S\",\"7\":\"2S6U\",\"8\":\"2S78\",\"9\":\"2S8G\",\"10\":\"2S8I\",\"11\":\"2S8N\",\"12\":\"2S8S\",\"13\":\"2S8U\",\"14\":\"2S9L\",\"15\":\"2S9Q\",\"16\":\"2SDR\",\"17\":\"2SI1\",\"18\":\"2SS2\",\"19\":\"2SW1\",\"20\":\"2SXQ\",\"21\":\"2T1L\",\"22\":\"2T4P\",\"23\":\"2T7D\",\"24\":\"2TUT\",\"25\":\"2TUV\",\"26\":\"2TYI\",\"27\":\"2U1G\",\"28\":\"2U5P\",\"29\":\"2U8Y\",\"30\":\"2U91\",\"31\":\"2U93\",\"32\":\"2UP2\",\"33\":\"2UPD\",\"34\":\"2UPF\",\"35\":\"2UPH\",\"36\":\"2UPJ\",\"37\":\"2UR5\",\"38\":\"2UX3\",\"39\":\"2V25\",\"40\":\"2V27\",\"41\":\"2V5G\",\"42\":\"2VJS\",\"43\":\"2WC5\",\"44\":\"2WFN\",\"45\":\"2XXR\",\"46\":\"2YB9\",\"47\":\"2YIR\",\"48\":\"2YMA\",\"49\":\"2YNA\",\"50\":\"2YQM\",\"51\":\"2YWY\",\"52\":\"2Z66\",\"53\":\"2ZCF\",\"54\":\"2ZHY\",\"55\":\"2ZJT\",\"56\":\"2ZM3\",\"57\":\"2ZMH\",\"58\":\"2ZMJ\",\"59\":\"2ZML\",\"60\":\"2ZP9\",\"61\":\"2ZS3\",\"62\":\"2ZXL\",\"63\":\"2ZXN\",\"64\":\"3A44\",\"65\":\"3A45\",\"66\":\"3A47\",\"67\":\"3A4R\",\"68\":\"3A7F\",\"69\":\"3AB6\",\"70\":\"3AB8\",\"71\":\"3ACC\",\"72\":\"3ADA\",\"73\":\"3AFQ\",\"74\":\"3AL4\",\"75\":\"3AL6\",\"76\":\"3ANH\",\"77\":\"3AOY\",\"78\":\"3AQP\",\"79\":\"3AR2\",\"80\":\"3AWC\",\"81\":\"3AXV\",\"82\":\"3B4G\",\"83\":\"3B4L\",\"84\":\"3BCM\",\"85\":\"3BCR\",\"86\":\"3BFL\",\"87\":\"3BFN\",\"88\":\"3BJG\",\"89\":\"3BJN\",\"90\":\"3BJP\",\"91\":\"3BJR\",\"92\":\"3BM1\",\"93\":\"3BNL\",\"94\":\"3BPX\",\"95\":\"3BXX\",\"96\":\"3BYG\",\"97\":\"3BZB\",\"98\":\"3C37\",\"99\":\"3C39\",\"100\":\"3C3B\",\"101\":\"3C3D\",\"102\":\"3C3X\",\"103\":\"3C3Z\",\"104\":\"3C4J\",\"105\":\"3C4L\",\"106\":\"3C4N\",\"107\":\"3C4P\",\"108\":\"3C4R\",\"109\":\"3C4T\",\"110\":\"3C4V\",\"111\":\"3CC3\",\"112\":\"3CCW\",\"113\":\"3CDX\",\"114\":\"3CG9\",\"115\":\"3CGB\",\"116\":\"3CKF\",\"117\":\"3CKQ\",\"118\":\"3CL1\",\"119\":\"3CN1\",\"120\":\"3CPK\",\"121\":\"3CSF\",\"122\":\"3CSH\",\"123\":\"3CUW\",\"124\":\"3D3O\",\"125\":\"3D6C\",\"126\":\"3D8B\",\"127\":\"3D8D\",\"128\":\"3D8F\",\"129\":\"3DBG\",\"130\":\"3DBI\",\"131\":\"3DDT\",\"132\":\"3DGL\",\"133\":\"3DIH\",\"134\":\"3DIJ\",\"135\":\"3DKZ\",\"136\":\"3DL2\",\"137\":\"3DM3\",\"138\":\"3DP6\",\"139\":\"3DP8\",\"140\":\"3DPN\",\"141\":\"3DQA\",\"142\":\"3DQC\",\"143\":\"3DSO\",\"144\":\"3DST\",\"145\":\"3DXJ\",\"146\":\"3E1W\",\"147\":\"3E2I\",\"148\":\"3E5O\",\"149\":\"3E6A\",\"150\":\"3E6C\",\"151\":\"3E7C\",\"152\":\"3E8U\",\"153\":\"3E8W\",\"154\":\"3E9G\",\"155\":\"3E9I\",\"156\":\"3EAO\",\"157\":\"3EBN\",\"158\":\"3ECW\",\"159\":\"3ED1\",\"160\":\"3EDL\",\"161\":\"3EE4\",\"162\":\"3EEE\",\"163\":\"3EEI\",\"164\":\"3EFT\",\"165\":\"3EFW\",\"166\":\"3EFY\",\"167\":\"3EG2\",\"168\":\"3EGG\",\"169\":\"3EGI\",\"170\":\"3EGK\",\"171\":\"3EGM\",\"172\":\"3EGO\",\"173\":\"3EGQ\",\"174\":\"3EGS\",\"175\":\"3EGU\",\"176\":\"3EGW\",\"177\":\"3EHZ\",\"178\":\"3EJI\",\"179\":\"3EJK\",\"180\":\"3EJM\",\"181\":\"3EJO\",\"182\":\"3EL3\",\"183\":\"3EL5\",\"184\":\"3EL7\",\"185\":\"3EL9\",\"186\":\"3EM4\",\"187\":\"3EM6\",\"188\":\"3EM8\",\"189\":\"3ENA\",\"190\":\"3ENC\",\"191\":\"3ENE\",\"192\":\"3EO1\",\"193\":\"3EO3\",\"194\":\"3EO5\",\"195\":\"3EO7\",\"196\":\"3EP6\",\"197\":\"3EPJ\",\"198\":\"3EPL\",\"199\":\"3EPN\",\"200\":\"3ESO\",\"201\":\"3EV1\",\"202\":\"3EV3\",\"203\":\"3EX9\",\"204\":\"3EXB\",\"205\":\"3EXH\",\"206\":\"3F2N\",\"207\":\"3F2P\",\"208\":\"3F3A\",\"209\":\"3F3C\",\"210\":\"3F4K\",\"211\":\"3F4M\",\"212\":\"3F5L\",\"213\":\"3F5N\",\"214\":\"3F7M\",\"215\":\"3F81\",\"216\":\"3F83\",\"217\":\"3F8W\",\"218\":\"3F9S\",\"219\":\"3F9U\",\"220\":\"3FC7\",\"221\":\"3FC9\",\"222\":\"3FCB\",\"223\":\"3FCD\",\"224\":\"3FCF\",\"225\":\"3FD6\",\"226\":\"3FD8\",\"227\":\"3FEI\",\"228\":\"3FEK\",\"229\":\"3GFD\",\"230\":\"3GFI\",\"231\":\"3GFK\",\"232\":\"3GFM\",\"233\":\"3GFO\",\"234\":\"3GFQ\",\"235\":\"3GHQ\",\"236\":\"3GI4\",\"237\":\"3GI6\",\"238\":\"3GI8\",\"239\":\"3GJQ\",\"240\":\"3GJS\",\"241\":\"3GJU\",\"242\":\"3GPX\",\"243\":\"3GPZ\",\"244\":\"3GRD\",\"245\":\"3GSD\",\"246\":\"3GSF\",\"247\":\"3GTQ\",\"248\":\"3GTS\",\"249\":\"3GTU\",\"250\":\"3GUT\",\"251\":\"3GVE\",\"252\":\"3GVG\",\"253\":\"3GVI\",\"254\":\"3GVK\",\"255\":\"3GVM\",\"256\":\"3GWG\",\"257\":\"3GX5\",\"258\":\"3GX7\",\"259\":\"3GZQ\",\"260\":\"3GZS\",\"261\":\"3GZU\",\"262\":\"3H2A\",\"263\":\"3H2I\",\"264\":\"3H2U\",\"265\":\"3H2W\",\"266\":\"3H31\",\"267\":\"3H5W\",\"268\":\"3H5Y\",\"269\":\"3H61\",\"270\":\"3H7S\",\"271\":\"3H9C\",\"272\":\"3H9E\",\"273\":\"3HBJ\",\"274\":\"3HBL\",\"275\":\"3HBN\",\"276\":\"3HBP\",\"277\":\"3HBR\",\"278\":\"3HBT\",\"279\":\"3HDE\",\"280\":\"3HDG\",\"281\":\"3HE4\",\"282\":\"3HE8\",\"283\":\"3HF5\",\"284\":\"3HF7\",\"285\":\"3HF9\",\"286\":\"3HFV\",\"287\":\"3HG5\",\"288\":\"3HG7\",\"289\":\"3HG9\",\"290\":\"3HGI\",\"291\":\"3HH7\",\"292\":\"3HH9\",\"293\":\"3HIA\",\"294\":\"3HJA\",\"295\":\"3HJE\",\"296\":\"3HKK\",\"297\":\"3HL2\",\"298\":\"3HL9\",\"299\":\"3HLB\",\"300\":\"3HLD\",\"301\":\"3HQW\",\"302\":\"3HQY\",\"303\":\"3HR1\",\"304\":\"3HRC\",\"305\":\"3HRU\",\"306\":\"3HS5\",\"307\":\"3HS7\",\"308\":\"3HS9\",\"309\":\"3HTH\",\"310\":\"3HTJ\",\"311\":\"3HTL\",\"312\":\"3HTN\",\"313\":\"3HWK\",\"314\":\"3HWM\",\"315\":\"3HYG\",\"316\":\"3I3I\",\"317\":\"3I3K\",\"318\":\"3I3M\",\"319\":\"3I3O\",\"320\":\"3I3Q\",\"321\":\"3I4A\",\"322\":\"3I4C\",\"323\":\"3I6L\",\"324\":\"3I6N\",\"325\":\"3I6P\",\"326\":\"3I6R\",\"327\":\"3I6V\",\"328\":\"3I6X\",\"329\":\"3I71\",\"330\":\"3I73\",\"331\":\"3ICX\",\"332\":\"3ICZ\",\"333\":\"3ID2\",\"334\":\"3ID4\",\"335\":\"3ID6\",\"336\":\"3II2\",\"337\":\"3II4\",\"338\":\"3II6\",\"339\":\"3II8\",\"340\":\"3IIA\",\"341\":\"3IIC\",\"342\":\"3IIE\",\"343\":\"3IIG\",\"344\":\"3III\",\"345\":\"3IIK\",\"346\":\"3IIM\",\"347\":\"3IIO\",\"348\":\"3IIQ\",\"349\":\"3IIT\",\"350\":\"3IIV\",\"351\":\"3IJF\",\"352\":\"3IML\",\"353\":\"3IMN\",\"354\":\"3INT\",\"355\":\"3INX\",\"356\":\"3IOY\",\"357\":\"3IP1\",\"358\":\"3IP3\",\"359\":\"3IP5\",\"360\":\"3IP7\",\"361\":\"3IQ2\",\"362\":\"3IQA\",\"363\":\"3IRX\",\"364\":\"3IRZ\",\"365\":\"3IS2\",\"366\":\"3ISD\",\"367\":\"3ITE\",\"368\":\"3ITG\",\"369\":\"3ITI\",\"370\":\"3ITK\",\"371\":\"3ITM\",\"372\":\"3ITO\",\"373\":\"3ITQ\",\"374\":\"3IUT\",\"375\":\"3IUZ\",\"376\":\"3IZ6\",\"377\":\"3IZQ\",\"378\":\"3IZS\",\"379\":\"3IZU\",\"380\":\"3IZW\",\"381\":\"3J1J\",\"382\":\"3J2B\",\"383\":\"3J2H\",\"384\":\"3J2K\",\"385\":\"3J2O\",\"386\":\"3J2Q\",\"387\":\"3J2Y\",\"388\":\"3J31\",\"389\":\"3J33\",\"390\":\"3J35\",\"391\":\"3J37\",\"392\":\"3J39\",\"393\":\"3J3B\",\"394\":\"3J3D\",\"395\":\"3J4D\",\"396\":\"3J4R\",\"397\":\"3J4T\",\"398\":\"3J4V\",\"399\":\"3J5V\",\"400\":\"3J5X\",\"401\":\"3J83\",\"402\":\"3J85\",\"403\":\"3J8B\",\"404\":\"3J8T\",\"405\":\"3J8V\",\"406\":\"3J8X\",\"407\":\"3J8Z\",\"408\":\"3JA3\",\"409\":\"3JBP\",\"410\":\"3JG3\",\"411\":\"3JG5\",\"412\":\"3JHX\",\"413\":\"3JHZ\",\"414\":\"3JI2\",\"415\":\"3JI4\",\"416\":\"3JNL\",\"417\":\"3JNN\",\"418\":\"3JNP\",\"419\":\"3JNR\",\"420\":\"3JP6\",\"421\":\"3JP8\",\"422\":\"3JPA\",\"423\":\"3JPC\",\"424\":\"3JPE\",\"425\":\"3JPK\",\"426\":\"3JPM\",\"427\":\"3JQA\",\"428\":\"3JQC\",\"429\":\"3JQE\",\"430\":\"3JQL\",\"431\":\"3JQT\",\"432\":\"3JQV\",\"433\":\"3JQX\",\"434\":\"3JQZ\",\"435\":\"3JR2\",\"436\":\"3K52\",\"437\":\"3K54\",\"438\":\"3K56\",\"439\":\"3K5A\",\"440\":\"3K5C\",\"441\":\"3K5E\",\"442\":\"3K5G\",\"443\":\"3K5I\",\"444\":\"3K5Y\",\"445\":\"3K6R\",\"446\":\"3K6T\",\"447\":\"3K6V\",\"448\":\"3K6X\",\"449\":\"3K7L\",\"450\":\"3K7N\",\"451\":\"3K7P\",\"452\":\"3K7R\",\"453\":\"3K7T\",\"454\":\"3K88\",\"455\":\"3K8A\",\"456\":\"3K8C\",\"457\":\"3K8E\",\"458\":\"3K91\",\"459\":\"3K93\",\"460\":\"3KA2\",\"461\":\"3KA6\",\"462\":\"3KA8\",\"463\":\"3KE2\",\"464\":\"3KE4\",\"465\":\"3KE6\",\"466\":\"3KJK\",\"467\":\"3KK1\",\"468\":\"3KK3\",\"469\":\"3KK5\",\"470\":\"3KK7\",\"471\":\"3KK9\",\"472\":\"3KKB\",\"473\":\"3KKD\",\"474\":\"3KL4\",\"475\":\"3KL6\",\"476\":\"3KL8\",\"477\":\"3KLA\",\"478\":\"3KLC\",\"479\":\"3KLE\",\"480\":\"3KLG\",\"481\":\"3KLI\",\"482\":\"3KLK\",\"483\":\"3KLM\",\"484\":\"3KLO\",\"485\":\"3KLQ\",\"486\":\"3KLS\",\"487\":\"3KLU\",\"488\":\"3KO9\",\"489\":\"3KOJ\",\"490\":\"3KOL\",\"491\":\"3KOP\",\"492\":\"3KOR\",\"493\":\"3KOT\",\"494\":\"3KOV\",\"495\":\"3KR2\",\"496\":\"3KR4\",\"497\":\"3KR6\",\"498\":\"3KR8\",\"499\":\"3KVZ\",\"500\":\"3KX5\",\"501\":\"3KXI\",\"502\":\"3KXQ\",\"503\":\"3L99\",\"504\":\"3L9B\",\"505\":\"3L9D\",\"506\":\"3LC5\",\"507\":\"3LC7\",\"508\":\"3LC9\",\"509\":\"3LCB\",\"510\":\"3LLY\",\"511\":\"3LMH\",\"512\":\"3LMJ\",\"513\":\"3LPS\",\"514\":\"3LPU\",\"515\":\"3LPW\",\"516\":\"3LPY\",\"517\":\"3LQ1\",\"518\":\"3LQ3\",\"519\":\"3LQZ\",\"520\":\"3MAF\",\"521\":\"3MAH\",\"522\":\"3MAJ\",\"523\":\"3MAL\",\"524\":\"3MAN\",\"525\":\"3MAP\",\"526\":\"3MAR\",\"527\":\"3MAT\",\"528\":\"3MAV\",\"529\":\"3MFN\",\"530\":\"3MFP\",\"531\":\"3MFR\",\"532\":\"3MGV\",\"533\":\"3MGX\",\"534\":\"3MGZ\",\"535\":\"3MHB\",\"536\":\"3MHD\",\"537\":\"3MHF\",\"538\":\"3MHH\",\"539\":\"3MS2\",\"540\":\"3MS5\",\"541\":\"3MTV\",\"542\":\"3MTX\",\"543\":\"3MTZ\",\"544\":\"3MU2\",\"545\":\"3MU8\",\"546\":\"3MUA\",\"547\":\"3MUC\",\"548\":\"3MXG\",\"549\":\"3MXI\",\"550\":\"3MXK\",\"551\":\"3MXM\",\"552\":\"3MXO\",\"553\":\"3MXQ\",\"554\":\"3MXS\",\"555\":\"3MXU\",\"556\":\"3MXW\",\"557\":\"3MXY\",\"558\":\"3N5E\",\"559\":\"3N7Q\",\"560\":\"3NAS\",\"561\":\"3NAU\",\"562\":\"3NAW\",\"563\":\"3NAY\",\"564\":\"3NB3\",\"565\":\"3NB5\",\"566\":\"3NB7\",\"567\":\"3NB9\",\"568\":\"3NBB\",\"569\":\"3NBD\",\"570\":\"3ND4\",\"571\":\"3NDE\",\"572\":\"3NFY\",\"573\":\"3NG1\",\"574\":\"3NG3\",\"575\":\"3NG5\",\"576\":\"3NG7\",\"577\":\"3NG9\",\"578\":\"3NGB\",\"579\":\"3NGD\",\"580\":\"3NGF\",\"581\":\"3NGH\",\"582\":\"3NGJ\",\"583\":\"3NLE\",\"584\":\"3NLG\",\"585\":\"3NLU\",\"586\":\"3NLW\",\"587\":\"3NLX\",\"588\":\"3NLZ\",\"589\":\"3NM2\",\"590\":\"3NM4\",\"591\":\"3NNZ\",\"592\":\"3NO2\",\"593\":\"3NO4\",\"594\":\"3NOE\",\"595\":\"3NOG\",\"596\":\"3NR4\",\"597\":\"3NR8\",\"598\":\"3NU4\",\"599\":\"3NZ7\",\"600\":\"3NZ9\",\"601\":\"3NZB\",\"602\":\"3NZD\",\"603\":\"3NZF\",\"604\":\"3NZH\",\"605\":\"3NZJ\",\"606\":\"3NZL\",\"607\":\"3NZN\",\"608\":\"3NZP\",\"609\":\"3NZR\",\"610\":\"3NZT\",\"611\":\"3P5J\",\"612\":\"3PJW\",\"613\":\"3PJY\",\"614\":\"3PK1\",\"615\":\"3PK3\",\"616\":\"3PK5\",\"617\":\"3PK7\",\"618\":\"3PK9\",\"619\":\"3PKB\",\"620\":\"3PKD\",\"621\":\"3PKF\",\"622\":\"3PKJ\",\"623\":\"3PKL\",\"624\":\"3PMM\",\"625\":\"3PMQ\",\"626\":\"3PWC\",\"627\":\"3PWF\",\"628\":\"3PX8\",\"629\":\"3PXA\",\"630\":\"3PXC\",\"631\":\"3PXE\",\"632\":\"3PXF\",\"633\":\"3PXH\",\"634\":\"3PXJ\",\"635\":\"3PXL\",\"636\":\"3Q7D\",\"637\":\"3Q87\",\"638\":\"3Q89\",\"639\":\"3Q8F\",\"640\":\"3Q99\",\"641\":\"3Q9K\",\"642\":\"3QCI\",\"643\":\"3QK6\",\"644\":\"3QK8\",\"645\":\"3QKA\",\"646\":\"3QKC\",\"647\":\"3QOJ\",\"648\":\"3QPC\",\"649\":\"3QPE\",\"650\":\"3QQ3\",\"651\":\"3R5A\",\"652\":\"3R5C\",\"653\":\"3R5E\",\"654\":\"3R5G\",\"655\":\"3R9C\",\"656\":\"3R9E\",\"657\":\"3R9G\",\"658\":\"3RGX\",\"659\":\"3RGZ\",\"660\":\"3RKE\",\"661\":\"3RKN\",\"662\":\"3RKP\",\"663\":\"4QPD\",\"664\":\"4QPF\",\"665\":\"4QPH\",\"666\":\"4QPL\",\"667\":\"4QZQ\",\"668\":\"4QZS\",\"669\":\"4QZU\",\"670\":\"4QZW\",\"671\":\"4QZY\",\"672\":\"4R11\",\"673\":\"4R13\",\"674\":\"4R15\",\"675\":\"4R17\",\"676\":\"4R19\",\"677\":\"4R1B\",\"678\":\"4R1D\",\"679\":\"4R1F\",\"680\":\"4R1H\",\"681\":\"4R1J\",\"682\":\"4RP4\",\"683\":\"4RP6\",\"684\":\"4RP8\",\"685\":\"ABJ1\",\"686\":\"AFR1\",\"687\":\"ALBG\",\"688\":\"ALTG\",\"689\":\"AMA1\",\"690\":\"AMF1\",\"691\":\"AMR1\",\"692\":\"APHA\",\"693\":\"APLU\",\"694\":\"ARG1\",\"695\":\"ASN1\",\"696\":\"AYR1\",\"697\":\"BAR1\",\"698\":\"BETA\",\"699\":\"BLL3\",\"700\":\"BLM1\",\"701\":\"BSQ1\",\"702\":\"BYN1\",\"703\":\"CAS1\",\"704\":\"CCN1\",\"705\":\"CELE\",\"706\":\"CGM1\",\"707\":\"CHBG\",\"708\":\"CHVR\",\"709\":\"CIP1\",\"710\":\"CIS1\",\"711\":\"CIVG\",\"712\":\"CLDR\",\"713\":\"CLL1\",\"714\":\"CLMG\",\"715\":\"CMN1\",\"716\":\"CMP2\",\"717\":\"COE1\",\"718\":\"CPT1\",\"719\":\"CQT1\",\"720\":\"CRC1\",\"721\":\"CSC1\",\"722\":\"CTG1\",\"723\":\"CTG2\",\"724\":\"CTG3\",\"725\":\"CUC1\",\"726\":\"CUR1\",\"727\":\"DVS1\",\"728\":\"EPFV\",\"729\":\"ESMR\",\"730\":\"FLRD\",\"731\":\"GCA1\",\"732\":\"GCC1\",\"733\":\"GE32\",\"734\":\"GEC3\",\"735\":\"GQA1\",\"736\":\"GTPE\",\"737\":\"GTRG\",\"738\":\"GVIO\",\"739\":\"GYPO\",\"740\":\"HMIN\",\"741\":\"HMLG\",\"742\":\"HMO1\",\"743\":\"HRD1\",\"744\":\"INC1\",\"745\":\"INS1\",\"746\":\"INT1\",\"747\":\"INZ1\",\"748\":\"IQU1\",\"749\":\"IQU2\",\"750\":\"IRG1\",\"751\":\"JAGS\",\"752\":\"LBR1\",\"753\":\"LCS1\",\"754\":\"LMR1\",\"755\":\"LPLO\",\"756\":\"LTSJ\",\"757\":\"MATA\",\"758\":\"MIR1\",\"759\":\"MNC1\",\"760\":\"MND1\",\"761\":\"MNT1\",\"762\":\"MOY1\",\"763\":\"MRL1\",\"764\":\"NAV1\",\"765\":\"NIM1\",\"766\":\"NQU1\",\"767\":\"NTB1\",\"768\":\"OVJ1\",\"769\":\"PES1\",\"770\":\"PGUG\",\"771\":\"PIC1\",\"772\":\"PJR1\",\"773\":\"PLM1\",\"774\":\"PLU1\",\"775\":\"PLYS\",\"776\":\"PMR1\",\"777\":\"PNC1\",\"778\":\"PPA1\",\"779\":\"PPA2\",\"780\":\"PPA3\",\"781\":\"PPA4\",\"782\":\"PPN1\",\"783\":\"PRC2\",\"784\":\"PRC3\",\"785\":\"PRD4\",\"786\":\"PRDO\",\"787\":\"PRG1\",\"788\":\"PRG2\",\"789\":\"PRV1\",\"790\":\"PST1\",\"791\":\"PTA1\",\"792\":\"PTC1\",\"793\":\"PTG1\",\"794\":\"PTR1\",\"795\":\"QUI1\",\"796\":\"RBB1\",\"797\":\"RCIO\",\"798\":\"RCL1\",\"799\":\"RFR1\",\"800\":\"RFR2\",\"801\":\"RGR1\",\"802\":\"RGRN\",\"803\":\"RMR1\",\"804\":\"RMYO\",\"805\":\"RNG1\",\"806\":\"RPD1\",\"807\":\"RPL1\",\"808\":\"SBA1\",\"809\":\"SFC1\",\"810\":\"SJM1\",\"811\":\"SJN1\",\"812\":\"SJOG\",\"813\":\"SLV1\",\"814\":\"SLVJ\",\"815\":\"SMI1\",\"816\":\"SNC1\",\"817\":\"SNCR\",\"818\":\"SNFR\",\"819\":\"SNS1\",\"820\":\"SNT1\",\"821\":\"SOG1\",\"822\":\"SPY1\",\"823\":\"SRA1\",\"824\":\"STG1\",\"825\":\"SUV1\",\"826\":\"TBQ3\",\"827\":\"TBQ4\",\"828\":\"TBST\",\"829\":\"TCBE\",\"830\":\"TCD1\",\"831\":\"TCD2\",\"832\":\"TCDT\",\"833\":\"TDR1\",\"834\":\"TEC1\",\"835\":\"TFL1\",\"836\":\"TFL4\",\"837\":\"TGJ1\",\"838\":\"TGJ2\",\"839\":\"TMB1\",\"840\":\"TMS1\",\"841\":\"TPD1\",\"842\":\"TPUY\",\"843\":\"TR2G\",\"844\":\"TR3G\",\"845\":\"TRM1\",\"846\":\"TRN1\",\"847\":\"TSJ1\",\"848\":\"TSJ2\",\"849\":\"TSR1\",\"850\":\"TUJ1\",\"851\":\"TVL1\",\"852\":\"TYP1\",\"853\":\"TYP2\",\"854\":\"TYP3\",\"855\":\"TYP4\",\"856\":\"TYP5\",\"857\":\"UNN1\",\"858\":\"URA1\",\"859\":\"USQ1\",\"860\":\"VLT1\",\"861\":\"VNTA\",\"862\":\"VNTB\",\"863\":\"ZPA2\",\"864\":\"ZPA3\",\"865\":\"ZPA4\",\"866\":\"ZPA5\"},\"Values_Name\":{\"0\":\"EL POPAL\",\"1\":\"SALTO II\",\"2\":\"LA REBUSCA\",\"3\":\"BAJO TULUA\",\"4\":\"LAGUNETA\",\"5\":\"AUTOG YAGUARITO\",\"6\":\"AUTOG ARGOS YUMBO\",\"7\":\"AUTOG ARGOS EL CAIRO\",\"8\":\"LA FRISOLERA\",\"9\":\"AUTOG ARGOS TOLUVIEJO\",\"10\":\"AUTOG REFICAR 1\",\"11\":\"GUAVIO MENOR\",\"12\":\"DO\\u00d1A JUANA\",\"13\":\"PORCE III MENOR\",\"14\":\"EL COCUYO\",\"15\":\"TEQUENDAMA BIOGAS\",\"16\":\"ALEJANDRIA\",\"17\":\"MORRO AZUL\",\"18\":\"MAGALLO\",\"19\":\"EL EDEN\",\"20\":\"BIOENERGY\",\"21\":\"EL MOLINO\",\"22\":\"SAN MATIAS\",\"23\":\"AUTOG CANTAYUS\",\"24\":\"LUZMA I\",\"25\":\"LUZMA II\",\"26\":\"AUTOG CELSIA SOLAR YUMBO\",\"27\":\"LAS PALMAS\",\"28\":\"PROENCA II 1\",\"29\":\"TERMOMECHERO 5\",\"30\":\"TERMOMECHERO 6\",\"31\":\"TERMOMECHERO 4\",\"32\":\"COGENERADOR MANUELITA 2\",\"33\":\"TEQUENDAMA 2\",\"34\":\"TEQUENDAMA 3\",\"35\":\"TEQUENDAMA 4\",\"36\":\"TEQUENDAMA 1\",\"37\":\"SAN JOSE DE LA MONTA\\u00d1A II\",\"38\":\"AURES BAJO\",\"39\":\"AUTOG ARGOS SOGAMOSO 1\",\"40\":\"AUTOG COCA-COLA FEMSA 1\",\"41\":\"JUAN GARCIA\",\"42\":\"CELSIA SOLAR BOLIVAR\",\"43\":\"MULATOS II\",\"44\":\"TERMOCAPACHOS 1\",\"45\":\"AGPE - ECOPETROL LA HORMIGA\",\"46\":\"AUTOG ECOPETROL ORITO\",\"47\":\"PCH LA LIBERTAD\",\"48\":\"AGPE NAFERTEX\",\"49\":\"HIDROBARRANCAS\",\"50\":\"AGPE TECNOEMPAQUES DE OCCIDENTE\",\"51\":\"AUTOG TURGAS\",\"52\":\"AGPE SFV MCDONALDS SOLEDAD\",\"53\":\"SAN ANDRES DE CUERQUIA\",\"54\":\"CELSIA SOLAR ESPINAL\",\"55\":\"AGPE HOTEL HACIENDA CASONA DEL SALITRE\",\"56\":\"AGPE DIEGO MONTESDEOCA ASSEFF\",\"57\":\"AGPE DEVIMED MARINILLA\",\"58\":\"AGPE DEVIMED ENVIGADO\",\"59\":\"AGPE DEVIMED BELLO\",\"60\":\"TRINA-VATIA BSLI\",\"61\":\"AGPE HERNAN DARIO EUSSE\",\"62\":\"AGPE JUAN CARLOS CALDERON GARCIA\",\"63\":\"AGPE DEVIMED COPACABANACASETA\",\"64\":\"PLANTA SOLAR BAYUNCA I\",\"65\":\"AGPE  BOSQUES RIVERA II\",\"66\":\"AGPE EDIFICIO CHICO 103-PH\",\"67\":\"AGPE CALZATODO ACOPI YUMBO\",\"68\":\"AGPE LICEO NUEVA GENERACI\\u00d3N\",\"69\":\"AGPE MADOCO SIGLO XXI\",\"70\":\"AGPE VENTANAR I\",\"71\":\"CELSIA SOLAR CARMELO\",\"72\":\"AUTOG PTAR BELLO\",\"73\":\"POCUNE\",\"74\":\"AGPE PLASTICOS MINIPET\",\"75\":\"AGPE ENTREPALMAS\",\"76\":\"AGPE PAPEL CARD\",\"77\":\"AGPE FODUN\",\"78\":\"CAUYA\",\"79\":\"AGPE I.A. INGENIERIA EN ALIMENTOS\",\"80\":\"AGPE PROYECTO SOLAR EL ARRIERO\",\"81\":\"AGPE INGENIO DE OCCIDENTE\",\"82\":\"AGPE CLODEL\",\"83\":\"GRANJA SOLAR BELMONTE\",\"84\":\"AGPE MUNDO GUARIGUA\",\"85\":\"AGPE ALURACK\",\"86\":\"AGPE TOSTADITOS SUSANITA\",\"87\":\"AGPE FERBIENES\",\"88\":\"AGPE NATALIA RAMIREZ\",\"89\":\"AGPE EDUARDO BOTERO\",\"90\":\"AGPE AGROMONTE POSCOSECHA\",\"91\":\"AGPE AGRODEX\",\"92\":\"AGPE SOCODA\",\"93\":\"AGPE COLOMBOALEMANA\",\"94\":\"AGPE DATECSA\",\"95\":\"AGPE JUAN CARLOS VILLA\",\"96\":\"AGPE SUPERMERCADO EL PROVEEDOR\",\"97\":\"CELSIA SOLAR LA PAILA\",\"98\":\"AGPE CASA TADEO ZIRENE\",\"99\":\"AGPE JAIME AMIN\",\"100\":\"AGPE ANDRES GOMEZ\",\"101\":\"AGPE CARLOS ENRIQUE VELEZ\",\"102\":\"AUTOG INGENIO MARIA LUISA 1\",\"103\":\"LA SIERPE\",\"104\":\"AGPE CC PREMIUM PLAZA PH 70973\",\"105\":\"AGPE CC PREMIUM PLAZA PH 70970\",\"106\":\"AGPE CC PREMIUM PLAZA PH 64929\",\"107\":\"AGPE CC PREMIUM PLAZA PH 70972\",\"108\":\"AGPE CC PREMIUM PLAZA PH 70971\",\"109\":\"AGPE AGROMONTE CASA DE PEDRO\",\"110\":\"AUTOG TERMOTAME\",\"111\":\"AGPE CASA RICHARD - MALIBU\",\"112\":\"AGPE FIRPLAK\",\"113\":\"AGPE AVICOLA EL MANATIAL\",\"114\":\"LA CHORRERA\",\"115\":\"AGPE MADOCO SIGLO XXI SEDE II\",\"116\":\"AGPE COLUMBUS SCHOOL\",\"117\":\"AGPE LA VALLENATA\",\"118\":\"AGPE 125 GT CARRERA\",\"119\":\"AGPE JUAN CARLOS DIAZ\",\"120\":\"AGPE OLIMPICA PIVIJAY\",\"121\":\"AGPE SULFOQUIMICAS\",\"122\":\"GY SOLAR AURORA\",\"123\":\"AGPE PEDRO LEMUS\",\"124\":\"AGPE CLINICA SANTA ANA\",\"125\":\"AGPE LICORES DE CUNDINAMARCA\",\"126\":\"AGPE INVERSIONES GLP\",\"127\":\"AGPE BIOEMPACK\",\"128\":\"AGPE NOVATRONICA\",\"129\":\"AGPE MANUFACTURAS VICO\",\"130\":\"AGPE ALVARO HOYOS\",\"131\":\"LATAM SOLAR LA LOMA\",\"132\":\"AGPE ERIKA MEJIA\",\"133\":\"AGPE UNIDROGAS\",\"134\":\"AGPE CASA VALENTINA\",\"135\":\"AGPE CDL LEONISA\",\"136\":\"AGPE SOL BEATRIZ ARANGO\",\"137\":\"AGPE ELIANA GARZON\",\"138\":\"AGPE GT RED SONORA LOS ANDE\",\"139\":\"AGPE IE SALAZAR Y HERRERA\",\"140\":\"AGPE DORICOLOR\",\"141\":\"AGPE AVOFRUIT\",\"142\":\"AGPE CLUB CAMPESTRE\",\"143\":\"HELIOS I\",\"144\":\"AGPE PCP\",\"145\":\"LAS VIOLETAS\",\"146\":\"AGPE RELIANZ GALAPA\",\"147\":\"AGPE EL HUECO BELLEZA\",\"148\":\"AGPE EMPAQUETADURAS DARROW\",\"149\":\"AGPE COLOMBIANA DE PET\",\"150\":\"AGPE AURELIO LLANO\",\"151\":\"AUTOG CELSIA SOLAR LEVAPAN\",\"152\":\"AGPE CASA GERMAN ROMERO FRIERI\",\"153\":\"AGPE GRANJA SANTA ROSA\",\"154\":\"AGPE ARISOL\",\"155\":\"ZEUS\",\"156\":\"AGPE AGROINSUMOS\",\"157\":\"GR PARQUE SOLAR TUCANES\",\"158\":\"AGPE PANADERIA ZAPATOCA LA 43\",\"159\":\"AUTOG GRAN COLOMBIA GOLD\",\"160\":\"BOSQUES SOLARES DE LOS LLANOS 5\",\"161\":\"PARQUE EOLICO GUAJIRA I\",\"162\":\"AGPE MEDICINA NUCLEAR\",\"163\":\"AGPE SIMON GARCIA ORREGO\",\"164\":\"AGPE AUTOSERVICIO MANA\",\"165\":\"AGPE PLANTA BUGA\",\"166\":\"BOSQUES SOLARES DE LOS LLANOS 4\",\"167\":\"AGPE MARTINPLAST\",\"168\":\"AGPE ALFREDO MARTINEZ\",\"169\":\"AGPE ADIELA PALMA DE CADAVID\",\"170\":\"AGPE CLINICA CLINALTEC\",\"171\":\"AGPE GRAN AMERICAS FONTIBON 1\",\"172\":\"AGPE INVESA\",\"173\":\"AGPE NACIONAL AVICOLA\",\"174\":\"AGPE SURTIPLAZA\",\"175\":\"AGPE EL HUECO PAPELERIA\",\"176\":\"AGPE EL REFLEJO\",\"177\":\"AGPE RESTAURANTE ORO NEGRO\",\"178\":\"AGPE CALARCA 2\",\"179\":\"AGPE CALARCA 1\",\"180\":\"AGPE RETYPACK SAS\",\"181\":\"AGPE SANTIAGO CASTA\\u00d1O\",\"182\":\"AGPE LABORATORIOS EDO\",\"183\":\"AGPE HUGO RESTREPO\",\"184\":\"AGPE RED WM IMPRESORES\",\"185\":\"AGPE HOYOSTOOLS\",\"186\":\"AGPE IMPORINOX\",\"187\":\"AGPE LAVANDERIA BURBUJAS\",\"188\":\"AGPE MOLDES Y MECANIZADOS\",\"189\":\"TESORITO\",\"190\":\"AGPE COLORPLASTIC\",\"191\":\"SINCE\",\"192\":\"AGPE FRIOGAN 1\",\"193\":\"AGPE FRIOGAN 2\",\"194\":\"AGPE CASA GABRIEL ROSALES\",\"195\":\"AGPE AVICOLA LA ESPERANZA\",\"196\":\"AUTOG CELSIA SOLAR HARINAS\",\"197\":\"AGPE DINISSAN\",\"198\":\"AGPE CAMPOALEGRE\",\"199\":\"AGPE JAIME QUINTERO\",\"200\":\"AGPE EXPOFUTURO\",\"201\":\"LOS CABALLEROS\",\"202\":\"LA MEDINA\",\"203\":\"AGPE FRIGORINUS\",\"204\":\"CERRITOS\",\"205\":\"PARQUE E\\u00d3LICO WESP01\",\"206\":\"AGPE SENA DOSQUEBRADAS\",\"207\":\"AGPE PETROCASINOS\",\"208\":\"AGPE VITALBAQ\",\"209\":\"AGPE INDUNILO\",\"210\":\"AGPE SERVIPAN\",\"211\":\"AGPE GIMNASIO LA COLINA\",\"212\":\"AUTOG CI JEANS\",\"213\":\"AUTOG PINTUCO\",\"214\":\"AGPE CHAMORRO PORTILLA MISTER POLLO IPIALES\",\"215\":\"AGPE COLOMBO BRITANICO\",\"216\":\"AGPE SARY SAS JAIRO P\",\"217\":\"AGPE GUIRNALDAS INNOVAFLORA\",\"218\":\"AGPE ELECTROFACIL LORICA\",\"219\":\"AGPE HOSPICLEAN\",\"220\":\"AGPE GRANJA SARATANO\",\"221\":\"AGPE SOL Y CIELO SAS\",\"222\":\"AGPE PLASTICOS CALIBRADOS\",\"223\":\"AUTOG CELSIA SOLAR PALMIRA 3\",\"224\":\"GRANJA SOLAR LANCEROS\",\"225\":\"AGPE DEPOSITO YONATAN GONZALES\",\"226\":\"AGPE COOMPRORIENTE\",\"227\":\"AGPE CASA 43 ALFEREZ REAL III\",\"228\":\"AGPE PALERMO\",\"229\":\"AGPE RAPIASEO\",\"230\":\"AGPE HERMECO\",\"231\":\"AGPE JAVIER HOYOS RESTREPO\",\"232\":\"AGPE JORGE EUSSE RESTREPO\",\"233\":\"AGPE DONA MANUELA\",\"234\":\"AGPE FERCH2\",\"235\":\"AGPE MUGDEN\",\"236\":\"AGPE HIDROMANA SEDE 1\",\"237\":\"GRANJA SOLAR EL SALADO\",\"238\":\"AGPE SECAR INGENIEROS SA\",\"239\":\"TERMOTASAJERO DOS SOLAR\",\"240\":\"AGPE SOLUCIONES ADHESIVAS LG\",\"241\":\"AUTOG INGENIO CARMELITA\",\"242\":\"AGPE VAQUITA MELOSA\",\"243\":\"MONTELIBANO\",\"244\":\"GRANJA SOLAR SAN FELIPE\",\"245\":\"AGPE LABORATORIOS ERMA\",\"246\":\"AUTOG BUGA I GRASAS\",\"247\":\"AGPE IMPOCALI BODEGAS\",\"248\":\"AGPE GASCOL SA PUNTO GAS CALLE 17\",\"249\":\"AGPE LA UNION ESTACION DE SERVICIO TERPEL\",\"250\":\"AGPE GRUPO ALIMENTICIO ALBA DEL FONCE\",\"251\":\"AGPE SERVIGRAFIC\",\"252\":\"AGPE IMPOCALI OFICINAS\",\"253\":\"GRANJA SOLAR FLANDES\",\"254\":\"CELSIA SOLAR DULIMA\",\"255\":\"CELSIA SOLAR YUMA\",\"256\":\"AGPE SUAZAPAWA\",\"257\":\"AGPE ORGANIZACION LA MERCED\",\"258\":\"AGPE CASA JAVIER MERINO\",\"259\":\"AGPE ORION\",\"260\":\"AGPE RINO MATERIALES\",\"261\":\"AGPE GRANJA EL RHIN\",\"262\":\"AGPE GRUPO DECOR\",\"263\":\"AGPE BURO\",\"264\":\"TZ II\",\"265\":\"AGPE AUTO ROBLE LTDA\",\"266\":\"AGPE HYR DISTRIBUCIONES\",\"267\":\"AGPE INVERSIONES SAN GABRIEL SAS\",\"268\":\"AGPE SUMINTEGRALES SAS\",\"269\":\"AGPE EDS EL EDEN\",\"270\":\"AGPE FARMACOS DE LA COSTA LTDA\",\"271\":\"AGPE JUAN CARLOS VILARINO\",\"272\":\"AGPE INVERSIONES MIL VARIEDADES SEDE 2\",\"273\":\"AGPE COLEGIO BOLIVAR\",\"274\":\"AGPE INVERSIONES SANTA FE SEDE II\",\"275\":\"TIERRA LINDA\",\"276\":\"LA TOLUA\",\"277\":\"AGPE GATO DUMAS BOGOTA\",\"278\":\"AGPE HERMECO2\",\"279\":\"SAN BARTOLOME\",\"280\":\"OIBITA\",\"281\":\"AGPE INVERSIONES LJC SAS\",\"282\":\"AUTOG CELSIA SOLAR PALMIRA 3 ZONA FRANCA\",\"283\":\"FUNDACION\",\"284\":\"CELSIA SOLAR LA VICTORIA II\",\"285\":\"CELSIA SOLAR LA VICTORIA I\",\"286\":\"AGPE COMERCIPOL SAS\",\"287\":\"AGPE OIKOS\",\"288\":\"COMUNIDAD EL SALVADOR I\",\"289\":\"COMUNIDAD EL SALVADOR II\",\"290\":\"AGPE CENTRO ADMINISTRATIVO FASE I\",\"291\":\"AGPE NUTRIAVICOLA\",\"292\":\"AGPE TVAPAN 500 SA\",\"293\":\"AGPE SFV FLORES DE BRITANIA\",\"294\":\"AGPE CASA 6 MALIBU\",\"295\":\"AGPE EDFICIO CARRERA SEPTIMA\",\"296\":\"AGPE LA FABRICA DE LA FELICIDAD\",\"297\":\"AGPE CC EL DIAMANTE CLL 52 107\",\"298\":\"AGPE ARA BARRANQUILLA CHIQUINQUIRA\",\"299\":\"AGPE ARA SOLEDAD MANUELA BELTRAN\",\"300\":\"LOS GIRASOLES\",\"301\":\"AGPE SOCIEDAD DE ONCOLOGIA Y HEMATOLOGIA\",\"302\":\"AGPE GEORGES NOBLE SCHOOL SAS\",\"303\":\"AGPE RESTAURANTE GUACARI\",\"304\":\"AGPE CENTRO COMERCIAL PUNTO CLAVE\",\"305\":\"AGPE EDIFICIO CITY\",\"306\":\"AGPE TAPUSH\",\"307\":\"AGPE LAVANDERIA SUPER\",\"308\":\"AUTOG BUGA I SOLLA\",\"309\":\"AGPE MERCADEO Y MODA\",\"310\":\"AGPE DIOCESIS JARDINES DEL ECCE HOMO\",\"311\":\"AGPE LACTEOS RIOGRANDE SEDE PLATO\",\"312\":\"AGPE FOTOLITO CENTRO\",\"313\":\"AGPE EL ENCANTO\",\"314\":\"PETALO DEL MAGDALENA\",\"315\":\"URUACO\",\"316\":\"AGPE CORPORACION EMPRESARIAL CARRERA\",\"317\":\"AGPE DELIPAVO TENJO\",\"318\":\"AGPE COLEGIO LA MEDALLA MILAGROSA\",\"319\":\"AGPE EDIFICIO DUBO\",\"320\":\"AGPE SURTITODO PALMIRA\",\"321\":\"AGPE ARMENIA HOTEL SA\",\"322\":\"AGPE ICOLTRANS\",\"323\":\"AGPE COMERCIALIZADORA BZUL SAS\",\"324\":\"AGPE MGL INVERSIONES SAS\",\"325\":\"AGPE CONSTRUCTORA LINDARAJA SAS\",\"326\":\"AGPE CFZ MEDICINA ESTETICA\",\"327\":\"AGPE EL CARRIEL FUNZA 2\",\"328\":\"AGPE NELSON SEGUNDO GNECCO CERCHIARO\",\"329\":\"AGPE COOTRASUR FLORIDABLANCA\",\"330\":\"AGPE BOLTEN BARRANQUILLA\",\"331\":\"AGPE MGL INVERSIONES SAS II\",\"332\":\"AGPE EVERARDO ARMENTA ALONSO\",\"333\":\"AGPE EDS TAYRONA\",\"334\":\"AGPE ROSANA CARRILLO MONSALVO\",\"335\":\"AGPE SOFITEL CASA LOMA\",\"336\":\"AGPE JESUALDO MORELLI SOCARRAS\",\"337\":\"AGPE VASQUEZ LLINAS DESING SAS\",\"338\":\"AGPE MI FUTURO DON CAMPO\",\"339\":\"AGPE CELMIRA GALVIS FAJARDO\",\"340\":\"AGPE DISTRIBUIDORA Y COMERCIALIZADORA SALEM\",\"341\":\"AGPE YOLANDA BAUTE CASTRO\",\"342\":\"AGPE INVERSIONES LAS MARIAS SAS\",\"343\":\"AGPE INVERSIONES LUJO SAS\",\"344\":\"AGPE JAVIER DARIO MONSALVO BOLIVAR\",\"345\":\"AGPE CLAUDIA MARCELA OTALORA MAHECHA\",\"346\":\"AGPE JESUS ANTONIO BALLESTEROS GALVIS\",\"347\":\"AGPE VIVA MAYALES SAS\",\"348\":\"AGPE PLANTA LUBRICANTES\",\"349\":\"AGPE MIL VARIEDADES I\",\"350\":\"AGPE COLEGIO BERCHMANS\",\"351\":\"AUTOG COSTAYACO\",\"352\":\"AGPE BODYTECH COLINA\",\"353\":\"AGPE BODYTECH CHAPINERO\",\"354\":\"AGPE JOSE ALFREDO GNECCO ZULETA\",\"355\":\"CARACOLI I\",\"356\":\"AGPE NORMANDY\",\"357\":\"AGPE FLORES DEL ZORRO\",\"358\":\"AGPE LUZ MILA MORELLI SOCARRAS\",\"359\":\"AGPE INVERSIONES VILLA ROSA DEL CESAR\",\"360\":\"AGPE ALCIELO CONSTRUCTORA\",\"361\":\"AGPE LA CALI PRINCIPAL\",\"362\":\"SUNNORTE\",\"363\":\"PORTON DEL SOL\",\"364\":\"LA CASCADA DE GRANADA\",\"365\":\"PARQUE SOLAR ARENAL\",\"366\":\"AGPE ORF SA\",\"367\":\"AGPE UNICOR JUANITA ISAZA\",\"368\":\"AGPE INVERSIONES MONGNE\",\"369\":\"AGPE GERMAN FRANCISCO MORON\",\"370\":\"AGPE INDUSTRIAS MACAR PALMIRA\",\"371\":\"AGPE HACIENDA SAN FELIPE\",\"372\":\"AGPE NUTRILACTEOS DEL SUR\",\"373\":\"AGPE HOTEL ASTOR BYHOURS\",\"374\":\"AGPE RESIDENCIA SIGLO XXI\",\"375\":\"AGPE LADRILLERA SANTANDER\",\"376\":\"PARQUE SOLAR LA UNION\",\"377\":\"AGPE FARMATODO MANGA\",\"378\":\"AGPE IML ETIQUETAS\",\"379\":\"AGPE RAMIREZ ZULUAGA E HIJOS\",\"380\":\"AGPE COMFENALCO QUINDIO\",\"381\":\"PARQUE SOLAR HONDA I\",\"382\":\"SOLAR PLANETA RICA\",\"383\":\"PETALO DE CORDOBA II\",\"384\":\"AGPE DISPROLACTEOS\",\"385\":\"AGPE BODYTECH CHICO\",\"386\":\"AGPE LA CORSARIA\",\"387\":\"AGPE HUMAX\",\"388\":\"AGPE EDS SAN RAFAEL\",\"389\":\"AGPE GRAFICAS DIAMANTE\",\"390\":\"AGPE EDIFICIO V1501\",\"391\":\"AGPE INVERSIONES PASTO\",\"392\":\"AGPE MAXXILLANTAS NO2\",\"393\":\"AGPE BELLAVISTA COAL\",\"394\":\"AGPE LA TURBINA\",\"395\":\"CAIMAN CIENAGUERO\",\"396\":\"PARQUE SOLAR DINAMARCA\",\"397\":\"PARQUE SOLAR VERSALLES\",\"398\":\"PARQUE SOLAR LA MENA\",\"399\":\"AGPE LUCAS JARAMILLO MONTOYA\",\"400\":\"AGPE NATACHA JARAMILLO MONTOYA\",\"401\":\"GUAMO\",\"402\":\"NUMBANA\",\"403\":\"AGPE TIENDA Y EXPEDIDO DE CARNES JC\",\"404\":\"AGPE TREKKER HOSTELS\",\"405\":\"AGPE ARA CARTAGENA SANTA MONICA\",\"406\":\"AGPE ARA CARTAGENA LOS CORALES\",\"407\":\"AGPE ARA CARTAGENA PROVIDENCIA\",\"408\":\"AGPE PORTAL DEL CARIBE\",\"409\":\"LA NENERA\",\"410\":\"AGPE MULTIIDEAS SAS\",\"411\":\"AGPE FARMATODO RODADERO\",\"412\":\"AGPE LA MASIA\",\"413\":\"AGPE PLATINUM INVESTMENTS\",\"414\":\"AGPE SAMUEL DAVID JULIO AMIGO\",\"415\":\"AGPE INVERSIONES COSIE\",\"416\":\"AGPE MOLINOS EL YOPAL\",\"417\":\"AGPE CENTROABASTOS SA\",\"418\":\"AGPE LENA BEATRIZ REZA GARCIA\",\"419\":\"AUTOG UNIBOL 1\",\"420\":\"GD BASILICA\",\"421\":\"GD LA URIBE\",\"422\":\"GD ALFEREZ\",\"423\":\"GD CHICORAL\",\"424\":\"GD LOS CHORROS\",\"425\":\"MINIGRANJA SAN PEDRO\",\"426\":\"BARAYA\",\"427\":\"GD EL BANCO\",\"428\":\"GANDALF\",\"429\":\"CANAHUATE\",\"430\":\"AGPE CORPORACION CLUB COLOMBIA\",\"431\":\"AGPE TELESENTINEL\",\"432\":\"AGPE ARA SAN VICENTE\",\"433\":\"AGPE MODULTEC II\",\"434\":\"AGPE MODULTEC I\",\"435\":\"AGPE MODULTEC III\",\"436\":\"AGPE SINCRON OFICINAS\",\"437\":\"AGPE SINCRON PANCE\",\"438\":\"AGPE AMISALUD SAS\",\"439\":\"AGPE CLINICA SALUD ORAL\",\"440\":\"AGPE GRASAS Y LACTEOS DE OCCIDENTE\",\"441\":\"AGPE CONGNAR\",\"442\":\"AGPE EDGAVDA\",\"443\":\"AGPE ARIS TEXTIL SAS\",\"444\":\"AGPE SALUD FORMA MEDICAL ESTHETIC\",\"445\":\"AGPE PANADERIA GALAN\",\"446\":\"SOLAR ALEJANDRIA\",\"447\":\"AGPE BANCO DE BOGOTA JAMUNDI\",\"448\":\"GD LA HONDA\",\"449\":\"AGPE RTS TULUA\",\"450\":\"AGPE FUNGICOL Y CIA\",\"451\":\"AGPE ANDALUCIA TALLER\",\"452\":\"AGPE ANDALUCIA POSCOSECHA\",\"453\":\"AGPE ANDALUCIA PORTERIA\",\"454\":\"AGPE FABRICA CALZADO ROMULO\",\"455\":\"CELSIA SOLAR ALUMINA\",\"456\":\"BSB 503\",\"457\":\"BSB 504\",\"458\":\"AGPE CALZACOSTA OFICINAS\",\"459\":\"AGPE CI FARMAPLAST\",\"460\":\"AGPE PEDRO ANTONIO TOSCANO TOSCANO\",\"461\":\"AGPE CC LA FLORIDA I\",\"462\":\"AGPE SOLUCIONES ADUANERAS\",\"463\":\"AGPE BICITIENDA JR\",\"464\":\"AGPE CARLOS MANUEL BOOM BURGOS\",\"465\":\"AGPE KALA\",\"466\":\"SOL Y CIELO I\",\"467\":\"AGPE MEAT MARKET\",\"468\":\"AGPE VITELSA\",\"469\":\"AGPE DINISSAN CALI\",\"470\":\"AGPE ABISAI\",\"471\":\"AGPE SUPERCANAVERAL\",\"472\":\"AGPE JORGE EMILIO MONTES\",\"473\":\"AGPE VITE\",\"474\":\"POWER PLANT DRUMMOND 1\",\"475\":\"AGPE GASTROCESAR\",\"476\":\"AGPE MANUEL GONZALEZ CASA 1\",\"477\":\"AGPE JAIME HUMBERTO VELEZ\",\"478\":\"AGPE ALFONSO PAYAN\",\"479\":\"AGPE ALFREDO PACHECO\",\"480\":\"AGPE CHM MINERIA SAS\",\"481\":\"AGPE JUAN ERAZO\",\"482\":\"AGPE SEMINARIO DIOCESANO CRISTO SACERDOTE\",\"483\":\"AGPE BERNARDO LENIS\",\"484\":\"AGPE HENRI GALVIS NIETO\",\"485\":\"AUTOG TERMOMACAGUA 1\",\"486\":\"AGPE PARDO CORENA LTDA\",\"487\":\"AGPE SUMILAN\",\"488\":\"AGPE CACHARRERIA JUNIOR L\",\"489\":\"AGPE MADEPAL\",\"490\":\"GD PALERMO\",\"491\":\"AGPE CASITA DEL CUY\",\"492\":\"AGPE SUBASTAR SAHAGUN\",\"493\":\"AGPE CESAR JULIO HERNANDEZ\",\"494\":\"AGPE INDUSTRIAS NEGLE II\",\"495\":\"AGPE FUNDACION  OFTALMOLOGICA\",\"496\":\"AGPE CC LA FLORIDA II\",\"497\":\"AGPE RAMON GIRALDO GONZALEZ\",\"498\":\"AGPE MAURICIO VERGARA FRANCO\",\"499\":\"AUTOG BIOS CONTEGRAL CARTAGO\",\"500\":\"AGPE PARROQUIA ESPIRITU SANTO\",\"501\":\"AGPE RODOLFO ANTONIO ONATE\",\"502\":\"AUTOG BIOS CONTEGRAL NEIVA\",\"503\":\"AGPE GRUPO SAN JORGE\",\"504\":\"AUTOG EL COPEY\",\"505\":\"AGPE COLGATE PALMOLIVE PALMIRA\",\"506\":\"AGPE OCCICAUCHO\",\"507\":\"AGPE UNIPLAST SAS\",\"508\":\"AGPE SANTIAGO ARANGO\",\"509\":\"AGPE PRIMAX COLOMBIA FACATATIVA\",\"510\":\"PARQUE SOLAR HONDA II\",\"511\":\"JEQUES\",\"512\":\"CELSIA SOLAR BUGALAGRANDE\",\"513\":\"AGPE COLEGIO PARROQUIAL PABLO VI\",\"514\":\"AGPE CASA EPISCOPAL\",\"515\":\"AGPE SEMINARIO DIOCESANO JUAN PABLO II\",\"516\":\"AGPE AGROZ\",\"517\":\"AGPE LA SELVA\",\"518\":\"AGPE AMERICANA DE CURTIDOS\",\"519\":\"AGPE CABANA SERGIO VELEZ\",\"520\":\"AGPE CABAL VASQUEZ Y CIA S EN C\",\"521\":\"AGPE AMERIPLAST Y CIA\",\"522\":\"AGPE BERHLAN TEBAIDA\",\"523\":\"AGPE CONSTRUCCIONES INMUNIZADAS\",\"524\":\"AGPE JCURUETA\",\"525\":\"AGPE MEDINUCLEAR SAS\",\"526\":\"AGPE INVERSIONES ZORAIDA HV SAS\",\"527\":\"AGPE INEMA\",\"528\":\"AGPE LASTRA\",\"529\":\"AGPE FRISBY SA\",\"530\":\"AGPE IED LAS NIEVES\",\"531\":\"AGPE IED SANTO DOMINGO DE GUZMAN\",\"532\":\"AGPE VELEZ OSORIO E HIJOS S EN C CABANA\",\"533\":\"AGPE CLINICA OFTALMALOGICA DE SUCRE\",\"534\":\"AGPE RAFAEL EDUARDO NARANJO\",\"535\":\"MINIGRANJA LA PAZ VALLENATA\",\"536\":\"AGPE GERARDO ORTIZ HUERGO\",\"537\":\"AGPE CAROL CHICA CASTILLA\",\"538\":\"AGPE HOTEL ONOMA\",\"539\":\"CELSIA SOLAR PUERTO TEJADA\",\"540\":\"AGPE SUBASTAR SAMPUES\",\"541\":\"AGPE AGROPECUARIA TABAIDA SAS\",\"542\":\"AGPE ROSIRIS MARGARITA AYAZO\",\"543\":\"AGPE LOLA DEL SOCORRO SANCHEZ MEJIA\",\"544\":\"AGPE EIDER JULIO HOYOS MENDOZA\",\"545\":\"AGPE HACIENDA GARZONERO SAS\",\"546\":\"AGPE GRICOAT COLOMBIA I\",\"547\":\"AGPE TSM PROJECT\",\"548\":\"AGPE FELIX TORRES\",\"549\":\"AGPE FARMATODO LIMONAR\",\"550\":\"AGPE PLEX CORPORATIVO PROPIEDAD HORIZONTAL\",\"551\":\"AGPE BANCO BOGOTA SAN NICOLAS\",\"552\":\"AGPE HUGO ALEJANDRO HERRERA\",\"553\":\"AGPE CLINIDOTACIONES SAS\",\"554\":\"AGPE LA CASA DEL DEPORTE\",\"555\":\"AGPE ERAZO MARTINEZ ASOCIADOS\",\"556\":\"AGPE VINALE S EN C\",\"557\":\"AGPE ANDRES RODRIGO JARAMILLO DURANGO\",\"558\":\"AGPE SUB LIBERTADOR\",\"559\":\"AGPE  ALIMENTOS NARINO MC SAS\",\"560\":\"AGPE PROAGR19\",\"561\":\"AGPE EDS LA PAZ\",\"562\":\"AGPE JORGE ARMANDO SANCHEZ MEJIA\",\"563\":\"AGPE GRUPO FIRENZE SAS LOC 1\",\"564\":\"AGPE AUTOTECNICA COLOMBIANA\",\"565\":\"AGPE INVERSIONES SANTOS HR SAS\",\"566\":\"AGPE ASOCIACION DE MUNICIPIOS DEL SINU SABANA\",\"567\":\"AGPE HERNAN DARIO GONZALEZ\",\"568\":\"AGPE MARIA MERCES GARCIA BURGOS\",\"569\":\"AGPE MELISSA ANDREA GUERRA LOPEZ\",\"570\":\"AGPE SPATARO NAPOLI\",\"571\":\"GD ERCO TOLDADO\",\"572\":\"AGPE PRIMAX COLOMBIA SA III\",\"573\":\"AGPE SERVITECA DICAR SAS\",\"574\":\"AGPE GESTAR SALUD DE COLOMBIA IPS SAS\",\"575\":\"AGPE ARA BARANOA CENTRO\",\"576\":\"AGPE CELINA DEL CARMEN CARRASCAL DE PATINO\",\"577\":\"AGPE LAURA DE JESUS VEGA HERNANDEZ\",\"578\":\"AGPE KAREN PATRICIA DUQUE DUQUE\",\"579\":\"AGPE GIMNASIO ALTAIR DE LA SABANA LIMITIDA\",\"580\":\"AGPE MAXILUJOS MTR\",\"581\":\"AGPE SGS CONSTRUCCIONES SAS\",\"582\":\"GD CHIMBI\",\"583\":\"GD NAOS I\",\"584\":\"ROVIRA\",\"585\":\"AGPE PET Y MECANIZADOS DEL VALLE SAS\",\"586\":\"AGPE GRUPO LITORAL SAS\",\"587\":\"AGPE DENTISANA\",\"588\":\"SOLAR OLD T\",\"589\":\"AGPE HERMANAS CLARISAS\",\"590\":\"AGPE DIGICOM TELECOMUNICACIONES EU\",\"591\":\"AUTOG TERMOCOROCITO 1\",\"592\":\"AGPE RODOLFO SCHMULSON\",\"593\":\"AGPE PARROQUIA NUESTRA SENORA DEL CARMEN\",\"594\":\"AGPE PERIAUTOS SAS\",\"595\":\"AGPE JUAN JOSE PATINO MUNOZ\",\"596\":\"MINIGRANJA EL MOLINO\",\"597\":\"LA INGLESA\",\"598\":\"GD FINCA JM\",\"599\":\"AGPE JOHN ANDERSON ERAZO AUX\",\"600\":\"AGPE LARRY JAVIER LOMBANA GARCES\",\"601\":\"AGPE HRODADERO\",\"602\":\"AGPE LAURA INES GOMEZ\",\"603\":\"AGPE INVERSIONES Y REPRESENTACIONES SERRANO\",\"604\":\"AGPE GRUPO EMPRESARIAL BAROCA SAS\",\"605\":\"AGPE BPUBENZA\",\"606\":\"AGPE MEJICO LTDA PUERTO TEJADA\",\"607\":\"AGPE GRUPO EMPRESARIAL BAROCA SAS I\",\"608\":\"AGPE HELKA TRAXLER DE MEDINA\",\"609\":\"AGPE MARTHA TRAXLER MEDINA\",\"610\":\"AGPE RAUL HUMBERTO ZEA MEDINA\",\"611\":\"AGPE CLASSIC JEANS SHOP SAS\",\"612\":\"AGPE JOSE LUIS PORTILLO BERROCAL\",\"613\":\"AGPE NELSON LLANO LOPERA\",\"614\":\"AGPE NELSON SOTO DUQUE\",\"615\":\"AUTOG MILPA SAN CARLOS\",\"616\":\"AGPE ARKADIA OV\",\"617\":\"AGPE ALBEIRO SERRANO PLATA\",\"618\":\"AGPE CENTRO DE REHABILITACION INTEGRAL CENDAL SAS SEDE I\",\"619\":\"AGPE CENTRO DE REHABILITACION INTEGRAL CENDAL SAS SEDE II\",\"620\":\"AGPE MARCOS DANIEL PINEDA GARCIA\",\"621\":\"AUTOG UNIMINAS\",\"622\":\"AGPE ACRILAN\",\"623\":\"AGPE HOTEL EL PASO MONTERIANO\",\"624\":\"AGPE JERONIMO MARTINS COLOMBIA SAS\",\"625\":\"AGPE IBC\",\"626\":\"AGPE WILLIAM ENCINALES\",\"627\":\"AUTOG SOLAR PALMIRA II BERRY\",\"628\":\"AGPE MAKONDO\",\"629\":\"AGPE TEUCALI FLOWERS SA\",\"630\":\"BSB 501\",\"631\":\"BSB 500\",\"632\":\"BSB 502\",\"633\":\"CENTRO SOLAR\",\"634\":\"BUENAVISTA\",\"635\":\"AGPE BERNARDO JOSE REVUELTAS GONZALEZ\",\"636\":\"AUTOG BIOS FINCA BUGA\",\"637\":\"GD ERCO SALDANA I\",\"638\":\"GD ERCO SALDANA II\",\"639\":\"AGPE INERSIONES EJJ SAS\",\"640\":\"AUTOG BIODIANA 1\",\"641\":\"MINIGRANJA LA PAZ VERSO\",\"642\":\"CONDOR\",\"643\":\"AUTOG BIOS CIENAGA ORO\",\"644\":\"AGPE INVERSIONES RIPAS SAS\",\"645\":\"AGPE CEDITITAN\",\"646\":\"AGPE AIDA PIEDAD RAMOS ANAYA\",\"647\":\"AGPE CASA EL UBERRIMO\",\"648\":\"AGPE DISTRIBUIDORA DE BANANOS OCHOA SEDE I\",\"649\":\"GD BOCAS DEL PALO\",\"650\":\"GD FINCA ISABEL LOPEZ\",\"651\":\"AGPE MANUFACTURAS AF SAS\",\"652\":\"AGPE PARROQUIA NUESTRA SENORA DEL ROSARIO\",\"653\":\"AGPE LEONARDO MANUEL MORENO\",\"654\":\"AGPE LICOSINU SAS\",\"655\":\"AGPE RIO GUACHAL\",\"656\":\"AGPE BURRERA\",\"657\":\"GD EL ROBLE\",\"658\":\"JUMI\",\"659\":\"MINIGRANJA LA PAZ LEYENDA\",\"660\":\"AGPE ZOILA ROCIO LOAIZA RIANO\",\"661\":\"ECOPARQUE BRISAS\",\"662\":\"AUTOG ENKA 1\",\"663\":\"AGPE CLINICA OFTALMOLOGICA DAJUD SAS\",\"664\":\"AGPE HOTEL GUACARI\",\"665\":\"AGPE CLINICA DE OFTALMOLOGIA DE CALI\",\"666\":\"AGPE CAJA DE COMPENSACION FAMILIAR DE SUCRE\",\"667\":\"AGPE MANUFACTURAS\",\"668\":\"AGPE DIANA PATRICIA FRANCO CAMPOS\",\"669\":\"AGPE CARMEN EDITH GONZALEZ MEJIA\",\"670\":\"AGPE MAURICIO ANTONIO MARINEZ MENDEZ\",\"671\":\"AGPE ECOGYP\",\"672\":\"AGPE JOTA EME INVERSIONES SAS\",\"673\":\"AGPE NOVACASA CALI\",\"674\":\"AGPE PEDRO MEJIA VILLA\",\"675\":\"AGPE JOSE JORGE MONSALVO GNECCO\",\"676\":\"AGPE INVESTIGACION MICROBIOLOGICA CESAR\",\"677\":\"AGPE MARIA  AUXILIADORA MOSCOTE MORON\",\"678\":\"AGPE TIENDA ARA 925\",\"679\":\"AGPE TECNOACEROS SAS\",\"680\":\"AGPE ANA CAROLINA NAVARRO\",\"681\":\"AGPE NASELA SAS\",\"682\":\"AGPE CPANAME\",\"683\":\"AGPE FAMJ1\",\"684\":\"AGPE LOS POTRILLOS RESTAURANTE BAR\",\"685\":\"LA CASCADA ( ABEJORRAL)\",\"686\":\"AGUA FRESCA\",\"687\":\"ALBAN\",\"688\":\"ALTO TULUA\",\"689\":\"AMAIME\",\"690\":\"AMALFI\",\"691\":\"AMERICA\",\"692\":\"FUTURA - PARQUE ALPHA\",\"693\":\"FUTURA - APOTOLORRU\",\"694\":\"AUTOG ARGOS CARTAGENA 1\",\"695\":\"ASNAZU\",\"696\":\"AUTOG AYURA\",\"697\":\"BARROSO\",\"698\":\"FUTURA - PARQUE BETA\",\"699\":\"BELLO\",\"700\":\"BELMONTE\",\"701\":\"EL BOSQUE\",\"702\":\"BAYONA\",\"703\":\"CENTRAL CASTILLA 1\",\"704\":\"COCONUCO\",\"705\":\"FUTURA - CASA ELECTRICA\",\"706\":\"MAYAGUEZ 1\",\"707\":\"BETANIA\",\"708\":\"CHIVOR\",\"709\":\"INGENIO PROVIDENCIA 2\",\"710\":\"INGENIO SAN CARLOS 1\",\"711\":\"NIMA II\",\"712\":\"CALDERAS\",\"713\":\"CARLOS LLERAS\",\"714\":\"CALIMA\",\"715\":\"AUTOG CEMENTOS DEL NARE\",\"716\":\"CAMPESTRE (EPM)\",\"717\":\"COELLO\",\"718\":\"CAMPESTRE (CALARCA)\",\"719\":\"CHARQUITO\",\"720\":\"CARACOLI\",\"721\":\"CASCADA\",\"722\":\"CARTAGENA 1\",\"723\":\"CARTAGENA 2\",\"724\":\"CARTAGENA 3\",\"725\":\"CUCUANA\",\"726\":\"CURRUCUCUES\",\"727\":\"DARIO VALENCIA SAMPER\",\"728\":\"EL PASO\",\"729\":\"ESMERALDA\",\"730\":\"FLORIDA\",\"731\":\"CARUQUIA\",\"732\":\"GUACAICA\",\"733\":\"GECELCA 32\",\"734\":\"GECELCA 3\",\"735\":\"GUANAQUITAS\",\"736\":\"GUATAPE\",\"737\":\"GUATRON\",\"738\":\"GUAVIO\",\"739\":\"GUAYEPO\",\"740\":\"ESCUELA DE MINAS\",\"741\":\"MIEL I\",\"742\":\"HIDROMONTA\\u00d1ITAS\",\"743\":\"LA HERRADURA\",\"744\":\"INCAUCA 1\",\"745\":\"INSULA\",\"746\":\"INTERMEDIA\",\"747\":\"INZA\",\"748\":\"IQUIRA I\",\"749\":\"IQUIRA II\",\"750\":\"INGENIO RISARALDA 1\",\"751\":\"JAGUAS\",\"752\":\"NUEVO LIBARE\",\"753\":\"LA CASCADA (ANTIOQUIA)\",\"754\":\"EL LIMONAR\",\"755\":\"RIO PALO\",\"756\":\"LA TASAJERA\",\"757\":\"LA MATA\",\"758\":\"MIROLINDO\",\"759\":\"MUNICIPAL\",\"760\":\"MONDOMO\",\"761\":\"MANANTIALES\",\"762\":\"AMOYA LA ESPERANZA\",\"763\":\"MERILECTRICA 1\",\"764\":\"LA NAVETA\",\"765\":\"NIMA\",\"766\":\"NIQUIA\",\"767\":\"NUTIBARA\",\"768\":\"OVEJAS\",\"769\":\"ITUANGO\",\"770\":\"PAGUA\",\"771\":\"INGENIO PICHICHI 1\",\"772\":\"PAJARITO\",\"773\":\"PALMAS SAN GIL\",\"774\":\"URRAO\",\"775\":\"PLAYAS\",\"776\":\"REMEDIOS\",\"777\":\"COGENERADOR PROENCA\",\"778\":\"PAIPA 1\",\"779\":\"PAIPA 2\",\"780\":\"PAIPA 3\",\"781\":\"PAIPA 4\",\"782\":\"PAPELES NACIONALES\",\"783\":\"PORCE II\",\"784\":\"PORCE III\",\"785\":\"PRADO IV\",\"786\":\"PRADO\",\"787\":\"PROELECTRICA 1\",\"788\":\"PROELECTRICA 2\",\"789\":\"PROVIDENCIA\",\"790\":\"PASTALES\",\"791\":\"LA PITA\",\"792\":\"PATICO - LA CABRERA\",\"793\":\"PUENTE GUILLERMO\",\"794\":\"FUTURA - PTAR 1\",\"795\":\"EL QUIMBO\",\"796\":\"RIO BOBO\",\"797\":\"RIO RECIO\",\"798\":\"RIO CALI\",\"799\":\"RIO FRIO I\",\"800\":\"RIO FRIO II\",\"801\":\"RIO GRANDE\",\"802\":\"RIOGRANDE I\",\"803\":\"RUMOR\",\"804\":\"RIO MAYO\",\"805\":\"RIONEGRO\",\"806\":\"RIO PIEDRAS\",\"807\":\"INGENIO RIOPAILA 1\",\"808\":\"SUBA\",\"809\":\"SAN FRANCISCO (PUTUMAYO)\",\"810\":\"SAN JOSE DE LA MONTA\\u00d1A\",\"811\":\"SAJANDI\",\"812\":\"SAN JOSE\",\"813\":\"SILVIA\",\"814\":\"SALVAJINA\",\"815\":\"SAN MIGUEL\",\"816\":\"SAN CANCIO\",\"817\":\"SAN CARLOS\",\"818\":\"SAN FRANCISCO\",\"819\":\"SONSON\",\"820\":\"SANTA ANA\",\"821\":\"SOGAMOSO\",\"822\":\"RIO SAPUYES\",\"823\":\"SANTA RITA\",\"824\":\"SANTIAGO\",\"825\":\"SUEVA 2\",\"826\":\"BARRANQUILLA 3\",\"827\":\"BARRANQUILLA 4\",\"828\":\"TEBSAB CC\",\"829\":\"TERMOCARIBE III 1\",\"830\":\"TERMOCANDELARIA CC 1\",\"831\":\"TERMOCANDELARIA CC 2\",\"832\":\"TERMOCANDELARIA CC\",\"833\":\"TERMODORADA 1\",\"834\":\"TERMOEMCALI CC\",\"835\":\"FLORES I CC\",\"836\":\"FLORES 4 CC\",\"837\":\"GUAJIRA 1\",\"838\":\"GUAJIRA 2\",\"839\":\"TERMOBOLIVAR 1\",\"840\":\"RIOFRIO (TAMESIS)\",\"841\":\"TERMOPIEDRAS 1\",\"842\":\"PARQUE SOLAR TEPUY\",\"843\":\"TRINA-VATIA BSLII\",\"844\":\"TRINA-VATIA BSLIII\",\"845\":\"TERMOCENTRO CC\",\"846\":\"TERMONORTE\",\"847\":\"TASAJERO 1\",\"848\":\"TASAJERO 2\",\"849\":\"TERMOSIERRA CC\",\"850\":\"TUNJITA\",\"851\":\"TERMOVALLE CC\",\"852\":\"TERMOYOPAL 1\",\"853\":\"TERMOYOPAL 2\",\"854\":\"TERMOYOPAL G3\",\"855\":\"TERMOYOPAL G4\",\"856\":\"TERMOYOPAL G5\",\"857\":\"UNION\",\"858\":\"URRA\",\"859\":\"USAQUEN\",\"860\":\"LA VUELTA\",\"861\":\"VENTANA A\",\"862\":\"VENTANA B\",\"863\":\"ZIPAEMG 2\",\"864\":\"ZIPAEMG 3\",\"865\":\"ZIPAEMG 4\",\"866\":\"ZIPAEMG 5\"},\"Values_Type\":{\"0\":\"HIDRAULICA\",\"1\":\"HIDRAULICA\",\"2\":\"HIDRAULICA\",\"3\":\"HIDRAULICA\",\"4\":\"HIDRAULICA\",\"5\":\"TERMICA\",\"6\":\"TERMICA\",\"7\":\"HIDRAULICA\",\"8\":\"HIDRAULICA\",\"9\":\"TERMICA\",\"10\":\"TERMICA\",\"11\":\"HIDRAULICA\",\"12\":\"TERMICA\",\"13\":\"HIDRAULICA\",\"14\":\"HIDRAULICA\",\"15\":\"TERMICA\",\"16\":\"HIDRAULICA\",\"17\":\"HIDRAULICA\",\"18\":\"HIDRAULICA\",\"19\":\"HIDRAULICA\",\"20\":\"COGENERADOR\",\"21\":\"HIDRAULICA\",\"22\":\"HIDRAULICA\",\"23\":\"HIDRAULICA\",\"24\":\"HIDRAULICA\",\"25\":\"HIDRAULICA\",\"26\":\"SOLAR\",\"27\":\"HIDRAULICA\",\"28\":\"TERMICA\",\"29\":\"TERMICA\",\"30\":\"TERMICA\",\"31\":\"TERMICA\",\"32\":\"COGENERADOR\",\"33\":\"HIDRAULICA\",\"34\":\"HIDRAULICA\",\"35\":\"HIDRAULICA\",\"36\":\"HIDRAULICA\",\"37\":\"HIDRAULICA\",\"38\":\"HIDRAULICA\",\"39\":\"TERMICA\",\"40\":\"TERMICA\",\"41\":\"HIDRAULICA\",\"42\":\"SOLAR\",\"43\":\"HIDRAULICA\",\"44\":\"TERMICA\",\"45\":\"TERMICA\",\"46\":\"TERMICA\",\"47\":\"HIDRAULICA\",\"48\":\"SOLAR\",\"49\":\"HIDRAULICA\",\"50\":\"SOLAR\",\"51\":\"TERMICA\",\"52\":\"SOLAR\",\"53\":\"HIDRAULICA\",\"54\":\"SOLAR\",\"55\":\"SOLAR\",\"56\":\"SOLAR\",\"57\":\"SOLAR\",\"58\":\"SOLAR\",\"59\":\"SOLAR\",\"60\":\"SOLAR\",\"61\":\"SOLAR\",\"62\":\"SOLAR\",\"63\":\"SOLAR\",\"64\":\"SOLAR\",\"65\":\"SOLAR\",\"66\":\"SOLAR\",\"67\":\"SOLAR\",\"68\":\"SOLAR\",\"69\":\"SOLAR\",\"70\":\"SOLAR\",\"71\":\"SOLAR\",\"72\":\"TERMICA\",\"73\":\"HIDRAULICA\",\"74\":\"SOLAR\",\"75\":\"TERMICA\",\"76\":\"SOLAR\",\"77\":\"SOLAR\",\"78\":\"HIDRAULICA\",\"79\":\"SOLAR\",\"80\":\"SOLAR\",\"81\":\"TERMICA\",\"82\":\"SOLAR\",\"83\":\"SOLAR\",\"84\":\"SOLAR\",\"85\":\"SOLAR\",\"86\":\"SOLAR\",\"87\":\"SOLAR\",\"88\":\"SOLAR\",\"89\":\"SOLAR\",\"90\":\"SOLAR\",\"91\":\"SOLAR\",\"92\":\"SOLAR\",\"93\":\"SOLAR\",\"94\":\"SOLAR\",\"95\":\"SOLAR\",\"96\":\"SOLAR\",\"97\":\"SOLAR\",\"98\":\"SOLAR\",\"99\":\"SOLAR\",\"100\":\"SOLAR\",\"101\":\"SOLAR\",\"102\":\"TERMICA\",\"103\":\"SOLAR\",\"104\":\"SOLAR\",\"105\":\"SOLAR\",\"106\":\"SOLAR\",\"107\":\"SOLAR\",\"108\":\"SOLAR\",\"109\":\"SOLAR\",\"110\":\"TERMICA\",\"111\":\"SOLAR\",\"112\":\"SOLAR\",\"113\":\"SOLAR\",\"114\":\"HIDRAULICA\",\"115\":\"SOLAR\",\"116\":\"SOLAR\",\"117\":\"SOLAR\",\"118\":\"SOLAR\",\"119\":\"SOLAR\",\"120\":\"SOLAR\",\"121\":\"SOLAR\",\"122\":\"SOLAR\",\"123\":\"SOLAR\",\"124\":\"SOLAR\",\"125\":\"SOLAR\",\"126\":\"SOLAR\",\"127\":\"SOLAR\",\"128\":\"SOLAR\",\"129\":\"SOLAR\",\"130\":\"SOLAR\",\"131\":\"SOLAR\",\"132\":\"SOLAR\",\"133\":\"SOLAR\",\"134\":\"SOLAR\",\"135\":\"SOLAR\",\"136\":\"SOLAR\",\"137\":\"SOLAR\",\"138\":\"SOLAR\",\"139\":\"SOLAR\",\"140\":\"SOLAR\",\"141\":\"SOLAR\",\"142\":\"SOLAR\",\"143\":\"SOLAR\",\"144\":\"SOLAR\",\"145\":\"HIDRAULICA\",\"146\":\"SOLAR\",\"147\":\"SOLAR\",\"148\":\"SOLAR\",\"149\":\"SOLAR\",\"150\":\"SOLAR\",\"151\":\"SOLAR\",\"152\":\"SOLAR\",\"153\":\"SOLAR\",\"154\":\"SOLAR\",\"155\":\"HIDRAULICA\",\"156\":\"SOLAR\",\"157\":\"SOLAR\",\"158\":\"SOLAR\",\"159\":\"HIDRAULICA\",\"160\":\"SOLAR\",\"161\":\"EOLICA\",\"162\":\"SOLAR\",\"163\":\"SOLAR\",\"164\":\"SOLAR\",\"165\":\"SOLAR\",\"166\":\"SOLAR\",\"167\":\"SOLAR\",\"168\":\"SOLAR\",\"169\":\"SOLAR\",\"170\":\"SOLAR\",\"171\":\"SOLAR\",\"172\":\"SOLAR\",\"173\":\"SOLAR\",\"174\":\"SOLAR\",\"175\":\"SOLAR\",\"176\":\"SOLAR\",\"177\":\"SOLAR\",\"178\":\"SOLAR\",\"179\":\"SOLAR\",\"180\":\"SOLAR\",\"181\":\"SOLAR\",\"182\":\"SOLAR\",\"183\":\"SOLAR\",\"184\":\"SOLAR\",\"185\":\"SOLAR\",\"186\":\"SOLAR\",\"187\":\"SOLAR\",\"188\":\"SOLAR\",\"189\":\"TERMICA\",\"190\":\"SOLAR\",\"191\":\"SOLAR\",\"192\":\"SOLAR\",\"193\":\"SOLAR\",\"194\":\"SOLAR\",\"195\":\"SOLAR\",\"196\":\"SOLAR\",\"197\":\"SOLAR\",\"198\":\"SOLAR\",\"199\":\"SOLAR\",\"200\":\"SOLAR\",\"201\":\"SOLAR\",\"202\":\"SOLAR\",\"203\":\"SOLAR\",\"204\":\"SOLAR\",\"205\":\"EOLICA\",\"206\":\"SOLAR\",\"207\":\"SOLAR\",\"208\":\"SOLAR\",\"209\":\"SOLAR\",\"210\":\"SOLAR\",\"211\":\"SOLAR\",\"212\":\"SOLAR\",\"213\":\"SOLAR\",\"214\":\"SOLAR\",\"215\":\"SOLAR\",\"216\":\"SOLAR\",\"217\":\"SOLAR\",\"218\":\"SOLAR\",\"219\":\"SOLAR\",\"220\":\"SOLAR\",\"221\":\"SOLAR\",\"222\":\"SOLAR\",\"223\":\"SOLAR\",\"224\":\"SOLAR\",\"225\":\"SOLAR\",\"226\":\"SOLAR\",\"227\":\"SOLAR\",\"228\":\"SOLAR\",\"229\":\"SOLAR\",\"230\":\"SOLAR\",\"231\":\"SOLAR\",\"232\":\"SOLAR\",\"233\":\"SOLAR\",\"234\":\"SOLAR\",\"235\":\"SOLAR\",\"236\":\"SOLAR\",\"237\":\"SOLAR\",\"238\":\"SOLAR\",\"239\":\"SOLAR\",\"240\":\"SOLAR\",\"241\":\"TERMICA\",\"242\":\"SOLAR\",\"243\":\"SOLAR\",\"244\":\"SOLAR\",\"245\":\"SOLAR\",\"246\":\"SOLAR\",\"247\":\"SOLAR\",\"248\":\"SOLAR\",\"249\":\"SOLAR\",\"250\":\"SOLAR\",\"251\":\"SOLAR\",\"252\":\"SOLAR\",\"253\":\"SOLAR\",\"254\":\"SOLAR\",\"255\":\"SOLAR\",\"256\":\"SOLAR\",\"257\":\"SOLAR\",\"258\":\"SOLAR\",\"259\":\"SOLAR\",\"260\":\"SOLAR\",\"261\":\"SOLAR\",\"262\":\"SOLAR\",\"263\":\"SOLAR\",\"264\":\"HIDRAULICA\",\"265\":\"SOLAR\",\"266\":\"SOLAR\",\"267\":\"SOLAR\",\"268\":\"SOLAR\",\"269\":\"SOLAR\",\"270\":\"SOLAR\",\"271\":\"SOLAR\",\"272\":\"SOLAR\",\"273\":\"SOLAR\",\"274\":\"SOLAR\",\"275\":\"SOLAR\",\"276\":\"SOLAR\",\"277\":\"SOLAR\",\"278\":\"SOLAR\",\"279\":\"HIDRAULICA\",\"280\":\"HIDRAULICA\",\"281\":\"SOLAR\",\"282\":\"SOLAR\",\"283\":\"SOLAR\",\"284\":\"SOLAR\",\"285\":\"SOLAR\",\"286\":\"SOLAR\",\"287\":\"SOLAR\",\"288\":\"SOLAR\",\"289\":\"SOLAR\",\"290\":\"SOLAR\",\"291\":\"SOLAR\",\"292\":\"SOLAR\",\"293\":\"SOLAR\",\"294\":\"SOLAR\",\"295\":\"SOLAR\",\"296\":\"SOLAR\",\"297\":\"SOLAR\",\"298\":\"SOLAR\",\"299\":\"SOLAR\",\"300\":\"SOLAR\",\"301\":\"SOLAR\",\"302\":\"SOLAR\",\"303\":\"SOLAR\",\"304\":\"SOLAR\",\"305\":\"SOLAR\",\"306\":\"SOLAR\",\"307\":\"SOLAR\",\"308\":\"SOLAR\",\"309\":\"SOLAR\",\"310\":\"SOLAR\",\"311\":\"SOLAR\",\"312\":\"SOLAR\",\"313\":\"SOLAR\",\"314\":\"SOLAR\",\"315\":\"SOLAR\",\"316\":\"SOLAR\",\"317\":\"SOLAR\",\"318\":\"SOLAR\",\"319\":\"SOLAR\",\"320\":\"SOLAR\",\"321\":\"SOLAR\",\"322\":\"SOLAR\",\"323\":\"SOLAR\",\"324\":\"SOLAR\",\"325\":\"SOLAR\",\"326\":\"SOLAR\",\"327\":\"SOLAR\",\"328\":\"SOLAR\",\"329\":\"SOLAR\",\"330\":\"SOLAR\",\"331\":\"SOLAR\",\"332\":\"SOLAR\",\"333\":\"SOLAR\",\"334\":\"SOLAR\",\"335\":\"SOLAR\",\"336\":\"SOLAR\",\"337\":\"SOLAR\",\"338\":\"SOLAR\",\"339\":\"SOLAR\",\"340\":\"SOLAR\",\"341\":\"SOLAR\",\"342\":\"SOLAR\",\"343\":\"SOLAR\",\"344\":\"SOLAR\",\"345\":\"SOLAR\",\"346\":\"SOLAR\",\"347\":\"SOLAR\",\"348\":\"SOLAR\",\"349\":\"SOLAR\",\"350\":\"SOLAR\",\"351\":\"TERMICA\",\"352\":\"SOLAR\",\"353\":\"SOLAR\",\"354\":\"SOLAR\",\"355\":\"SOLAR\",\"356\":\"SOLAR\",\"357\":\"SOLAR\",\"358\":\"SOLAR\",\"359\":\"SOLAR\",\"360\":\"SOLAR\",\"361\":\"SOLAR\",\"362\":\"SOLAR\",\"363\":\"SOLAR\",\"364\":\"HIDRAULICA\",\"365\":\"SOLAR\",\"366\":\"SOLAR\",\"367\":\"SOLAR\",\"368\":\"SOLAR\",\"369\":\"SOLAR\",\"370\":\"SOLAR\",\"371\":\"SOLAR\",\"372\":\"SOLAR\",\"373\":\"SOLAR\",\"374\":\"SOLAR\",\"375\":\"SOLAR\",\"376\":\"SOLAR\",\"377\":\"SOLAR\",\"378\":\"SOLAR\",\"379\":\"SOLAR\",\"380\":\"SOLAR\",\"381\":\"SOLAR\",\"382\":\"SOLAR\",\"383\":\"SOLAR\",\"384\":\"SOLAR\",\"385\":\"SOLAR\",\"386\":\"SOLAR\",\"387\":\"SOLAR\",\"388\":\"SOLAR\",\"389\":\"SOLAR\",\"390\":\"SOLAR\",\"391\":\"SOLAR\",\"392\":\"SOLAR\",\"393\":\"SOLAR\",\"394\":\"SOLAR\",\"395\":\"SOLAR\",\"396\":\"SOLAR\",\"397\":\"SOLAR\",\"398\":\"SOLAR\",\"399\":\"SOLAR\",\"400\":\"SOLAR\",\"401\":\"SOLAR\",\"402\":\"SOLAR\",\"403\":\"SOLAR\",\"404\":\"SOLAR\",\"405\":\"SOLAR\",\"406\":\"SOLAR\",\"407\":\"SOLAR\",\"408\":\"SOLAR\",\"409\":\"SOLAR\",\"410\":\"SOLAR\",\"411\":\"SOLAR\",\"412\":\"SOLAR\",\"413\":\"SOLAR\",\"414\":\"SOLAR\",\"415\":\"SOLAR\",\"416\":\"SOLAR\",\"417\":\"SOLAR\",\"418\":\"SOLAR\",\"419\":\"TERMICA\",\"420\":\"SOLAR\",\"421\":\"SOLAR\",\"422\":\"SOLAR\",\"423\":\"SOLAR\",\"424\":\"SOLAR\",\"425\":\"SOLAR\",\"426\":\"SOLAR\",\"427\":\"SOLAR\",\"428\":\"SOLAR\",\"429\":\"SOLAR\",\"430\":\"SOLAR\",\"431\":\"SOLAR\",\"432\":\"SOLAR\",\"433\":\"SOLAR\",\"434\":\"SOLAR\",\"435\":\"SOLAR\",\"436\":\"SOLAR\",\"437\":\"SOLAR\",\"438\":\"SOLAR\",\"439\":\"SOLAR\",\"440\":\"SOLAR\",\"441\":\"SOLAR\",\"442\":\"SOLAR\",\"443\":\"SOLAR\",\"444\":\"SOLAR\",\"445\":\"SOLAR\",\"446\":\"SOLAR\",\"447\":\"SOLAR\",\"448\":\"SOLAR\",\"449\":\"SOLAR\",\"450\":\"SOLAR\",\"451\":\"SOLAR\",\"452\":\"SOLAR\",\"453\":\"SOLAR\",\"454\":\"SOLAR\",\"455\":\"SOLAR\",\"456\":\"SOLAR\",\"457\":\"SOLAR\",\"458\":\"SOLAR\",\"459\":\"SOLAR\",\"460\":\"SOLAR\",\"461\":\"SOLAR\",\"462\":\"SOLAR\",\"463\":\"SOLAR\",\"464\":\"SOLAR\",\"465\":\"SOLAR\",\"466\":\"SOLAR\",\"467\":\"SOLAR\",\"468\":\"SOLAR\",\"469\":\"SOLAR\",\"470\":\"SOLAR\",\"471\":\"SOLAR\",\"472\":\"SOLAR\",\"473\":\"SOLAR\",\"474\":\"TERMICA\",\"475\":\"SOLAR\",\"476\":\"SOLAR\",\"477\":\"SOLAR\",\"478\":\"SOLAR\",\"479\":\"SOLAR\",\"480\":\"SOLAR\",\"481\":\"SOLAR\",\"482\":\"SOLAR\",\"483\":\"SOLAR\",\"484\":\"SOLAR\",\"485\":\"TERMICA\",\"486\":\"SOLAR\",\"487\":\"SOLAR\",\"488\":\"SOLAR\",\"489\":\"SOLAR\",\"490\":\"SOLAR\",\"491\":\"SOLAR\",\"492\":\"SOLAR\",\"493\":\"SOLAR\",\"494\":\"SOLAR\",\"495\":\"SOLAR\",\"496\":\"SOLAR\",\"497\":\"SOLAR\",\"498\":\"SOLAR\",\"499\":\"SOLAR\",\"500\":\"SOLAR\",\"501\":\"SOLAR\",\"502\":\"SOLAR\",\"503\":\"SOLAR\",\"504\":\"SOLAR\",\"505\":\"SOLAR\",\"506\":\"SOLAR\",\"507\":\"SOLAR\",\"508\":\"SOLAR\",\"509\":\"SOLAR\",\"510\":\"SOLAR\",\"511\":\"SOLAR\",\"512\":\"SOLAR\",\"513\":\"SOLAR\",\"514\":\"SOLAR\",\"515\":\"SOLAR\",\"516\":\"SOLAR\",\"517\":\"SOLAR\",\"518\":\"SOLAR\",\"519\":\"SOLAR\",\"520\":\"SOLAR\",\"521\":\"SOLAR\",\"522\":\"SOLAR\",\"523\":\"SOLAR\",\"524\":\"SOLAR\",\"525\":\"SOLAR\",\"526\":\"SOLAR\",\"527\":\"SOLAR\",\"528\":\"SOLAR\",\"529\":\"SOLAR\",\"530\":\"SOLAR\",\"531\":\"SOLAR\",\"532\":\"SOLAR\",\"533\":\"SOLAR\",\"534\":\"SOLAR\",\"535\":\"SOLAR\",\"536\":\"SOLAR\",\"537\":\"SOLAR\",\"538\":\"SOLAR\",\"539\":\"SOLAR\",\"540\":\"SOLAR\",\"541\":\"SOLAR\",\"542\":\"SOLAR\",\"543\":\"SOLAR\",\"544\":\"SOLAR\",\"545\":\"SOLAR\",\"546\":\"SOLAR\",\"547\":\"SOLAR\",\"548\":\"SOLAR\",\"549\":\"SOLAR\",\"550\":\"SOLAR\",\"551\":\"SOLAR\",\"552\":\"SOLAR\",\"553\":\"SOLAR\",\"554\":\"SOLAR\",\"555\":\"SOLAR\",\"556\":\"SOLAR\",\"557\":\"SOLAR\",\"558\":\"SOLAR\",\"559\":\"SOLAR\",\"560\":\"SOLAR\",\"561\":\"SOLAR\",\"562\":\"SOLAR\",\"563\":\"SOLAR\",\"564\":\"SOLAR\",\"565\":\"SOLAR\",\"566\":\"SOLAR\",\"567\":\"SOLAR\",\"568\":\"SOLAR\",\"569\":\"SOLAR\",\"570\":\"SOLAR\",\"571\":\"SOLAR\",\"572\":\"SOLAR\",\"573\":\"SOLAR\",\"574\":\"SOLAR\",\"575\":\"SOLAR\",\"576\":\"SOLAR\",\"577\":\"SOLAR\",\"578\":\"SOLAR\",\"579\":\"SOLAR\",\"580\":\"SOLAR\",\"581\":\"SOLAR\",\"582\":\"SOLAR\",\"583\":\"SOLAR\",\"584\":\"SOLAR\",\"585\":\"SOLAR\",\"586\":\"SOLAR\",\"587\":\"SOLAR\",\"588\":\"SOLAR\",\"589\":\"SOLAR\",\"590\":\"SOLAR\",\"591\":\"TERMICA\",\"592\":\"SOLAR\",\"593\":\"SOLAR\",\"594\":\"SOLAR\",\"595\":\"SOLAR\",\"596\":\"SOLAR\",\"597\":\"SOLAR\",\"598\":\"SOLAR\",\"599\":\"SOLAR\",\"600\":\"SOLAR\",\"601\":\"SOLAR\",\"602\":\"SOLAR\",\"603\":\"SOLAR\",\"604\":\"SOLAR\",\"605\":\"SOLAR\",\"606\":\"SOLAR\",\"607\":\"SOLAR\",\"608\":\"SOLAR\",\"609\":\"SOLAR\",\"610\":\"SOLAR\",\"611\":\"SOLAR\",\"612\":\"SOLAR\",\"613\":\"SOLAR\",\"614\":\"SOLAR\",\"615\":\"SOLAR\",\"616\":\"SOLAR\",\"617\":\"SOLAR\",\"618\":\"SOLAR\",\"619\":\"SOLAR\",\"620\":\"SOLAR\",\"621\":\"SOLAR\",\"622\":\"SOLAR\",\"623\":\"SOLAR\",\"624\":\"SOLAR\",\"625\":\"SOLAR\",\"626\":\"SOLAR\",\"627\":\"SOLAR\",\"628\":\"SOLAR\",\"629\":\"SOLAR\",\"630\":\"SOLAR\",\"631\":\"SOLAR\",\"632\":\"SOLAR\",\"633\":\"SOLAR\",\"634\":\"SOLAR\",\"635\":\"SOLAR\",\"636\":\"SOLAR\",\"637\":\"SOLAR\",\"638\":\"SOLAR\",\"639\":\"SOLAR\",\"640\":\"TERMICA\",\"641\":\"SOLAR\",\"642\":\"SOLAR\",\"643\":\"SOLAR\",\"644\":\"SOLAR\",\"645\":\"SOLAR\",\"646\":\"SOLAR\",\"647\":\"SOLAR\",\"648\":\"SOLAR\",\"649\":\"SOLAR\",\"650\":\"SOLAR\",\"651\":\"SOLAR\",\"652\":\"SOLAR\",\"653\":\"SOLAR\",\"654\":\"SOLAR\",\"655\":\"SOLAR\",\"656\":\"SOLAR\",\"657\":\"SOLAR\",\"658\":\"SOLAR\",\"659\":\"SOLAR\",\"660\":\"SOLAR\",\"661\":\"SOLAR\",\"662\":\"TERMICA\",\"663\":\"SOLAR\",\"664\":\"SOLAR\",\"665\":\"SOLAR\",\"666\":\"SOLAR\",\"667\":\"SOLAR\",\"668\":\"SOLAR\",\"669\":\"SOLAR\",\"670\":\"SOLAR\",\"671\":\"SOLAR\",\"672\":\"SOLAR\",\"673\":\"SOLAR\",\"674\":\"SOLAR\",\"675\":\"SOLAR\",\"676\":\"SOLAR\",\"677\":\"SOLAR\",\"678\":\"SOLAR\",\"679\":\"SOLAR\",\"680\":\"SOLAR\",\"681\":\"SOLAR\",\"682\":\"SOLAR\",\"683\":\"SOLAR\",\"684\":\"SOLAR\",\"685\":\"HIDRAULICA\",\"686\":\"HIDRAULICA\",\"687\":\"HIDRAULICA\",\"688\":\"HIDRAULICA\",\"689\":\"HIDRAULICA\",\"690\":\"HIDRAULICA\",\"691\":\"HIDRAULICA\",\"692\":\"EOLICA\",\"693\":\"EOLICA\",\"694\":\"TERMICA\",\"695\":\"HIDRAULICA\",\"696\":\"HIDRAULICA\",\"697\":\"HIDRAULICA\",\"698\":\"EOLICA\",\"699\":\"HIDRAULICA\",\"700\":\"HIDRAULICA\",\"701\":\"HIDRAULICA\",\"702\":\"HIDRAULICA\",\"703\":\"COGENERADOR\",\"704\":\"HIDRAULICA\",\"705\":\"EOLICA\",\"706\":\"COGENERADOR\",\"707\":\"HIDRAULICA\",\"708\":\"HIDRAULICA\",\"709\":\"COGENERADOR\",\"710\":\"COGENERADOR\",\"711\":\"HIDRAULICA\",\"712\":\"HIDRAULICA\",\"713\":\"HIDRAULICA\",\"714\":\"HIDRAULICA\",\"715\":\"HIDRAULICA\",\"716\":\"HIDRAULICA\",\"717\":\"HIDRAULICA\",\"718\":\"HIDRAULICA\",\"719\":\"HIDRAULICA\",\"720\":\"HIDRAULICA\",\"721\":\"HIDRAULICA\",\"722\":\"TERMICA\",\"723\":\"TERMICA\",\"724\":\"TERMICA\",\"725\":\"HIDRAULICA\",\"726\":\"HIDRAULICA\",\"727\":\"HIDRAULICA\",\"728\":\"SOLAR\",\"729\":\"HIDRAULICA\",\"730\":\"HIDRAULICA\",\"731\":\"HIDRAULICA\",\"732\":\"HIDRAULICA\",\"733\":\"TERMICA\",\"734\":\"TERMICA\",\"735\":\"HIDRAULICA\",\"736\":\"HIDRAULICA\",\"737\":\"HIDRAULICA\",\"738\":\"HIDRAULICA\",\"739\":\"SOLAR\",\"740\":\"HIDRAULICA\",\"741\":\"HIDRAULICA\",\"742\":\"HIDRAULICA\",\"743\":\"HIDRAULICA\",\"744\":\"COGENERADOR\",\"745\":\"HIDRAULICA\",\"746\":\"HIDRAULICA\",\"747\":\"HIDRAULICA\",\"748\":\"HIDRAULICA\",\"749\":\"HIDRAULICA\",\"750\":\"COGENERADOR\",\"751\":\"HIDRAULICA\",\"752\":\"HIDRAULICA\",\"753\":\"HIDRAULICA\",\"754\":\"HIDRAULICA\",\"755\":\"HIDRAULICA\",\"756\":\"HIDRAULICA\",\"757\":\"SOLAR\",\"758\":\"HIDRAULICA\",\"759\":\"HIDRAULICA\",\"760\":\"HIDRAULICA\",\"761\":\"HIDRAULICA\",\"762\":\"HIDRAULICA\",\"763\":\"TERMICA\",\"764\":\"HIDRAULICA\",\"765\":\"HIDRAULICA\",\"766\":\"HIDRAULICA\",\"767\":\"HIDRAULICA\",\"768\":\"HIDRAULICA\",\"769\":\"HIDRAULICA\",\"770\":\"HIDRAULICA\",\"771\":\"COGENERADOR\",\"772\":\"HIDRAULICA\",\"773\":\"HIDRAULICA\",\"774\":\"HIDRAULICA\",\"775\":\"HIDRAULICA\",\"776\":\"HIDRAULICA\",\"777\":\"COGENERADOR\",\"778\":\"TERMICA\",\"779\":\"TERMICA\",\"780\":\"TERMICA\",\"781\":\"TERMICA\",\"782\":\"COGENERADOR\",\"783\":\"HIDRAULICA\",\"784\":\"HIDRAULICA\",\"785\":\"HIDRAULICA\",\"786\":\"HIDRAULICA\",\"787\":\"TERMICA\",\"788\":\"TERMICA\",\"789\":\"HIDRAULICA\",\"790\":\"HIDRAULICA\",\"791\":\"HIDRAULICA\",\"792\":\"HIDRAULICA\",\"793\":\"HIDRAULICA\",\"794\":\"TERMICA\",\"795\":\"HIDRAULICA\",\"796\":\"HIDRAULICA\",\"797\":\"HIDRAULICA\",\"798\":\"HIDRAULICA\",\"799\":\"HIDRAULICA\",\"800\":\"HIDRAULICA\",\"801\":\"HIDRAULICA\",\"802\":\"HIDRAULICA\",\"803\":\"HIDRAULICA\",\"804\":\"HIDRAULICA\",\"805\":\"HIDRAULICA\",\"806\":\"HIDRAULICA\",\"807\":\"COGENERADOR\",\"808\":\"HIDRAULICA\",\"809\":\"HIDRAULICA\",\"810\":\"HIDRAULICA\",\"811\":\"HIDRAULICA\",\"812\":\"HIDRAULICA\",\"813\":\"HIDRAULICA\",\"814\":\"HIDRAULICA\",\"815\":\"HIDRAULICA\",\"816\":\"HIDRAULICA\",\"817\":\"HIDRAULICA\",\"818\":\"HIDRAULICA\",\"819\":\"HIDRAULICA\",\"820\":\"HIDRAULICA\",\"821\":\"HIDRAULICA\",\"822\":\"HIDRAULICA\",\"823\":\"HIDRAULICA\",\"824\":\"HIDRAULICA\",\"825\":\"HIDRAULICA\",\"826\":\"TERMICA\",\"827\":\"TERMICA\",\"828\":\"TERMICA\",\"829\":\"TERMICA\",\"830\":\"TERMICA\",\"831\":\"TERMICA\",\"832\":\"TERMICA\",\"833\":\"TERMICA\",\"834\":\"TERMICA\",\"835\":\"TERMICA\",\"836\":\"TERMICA\",\"837\":\"TERMICA\",\"838\":\"TERMICA\",\"839\":\"TERMICA\",\"840\":\"HIDRAULICA\",\"841\":\"TERMICA\",\"842\":\"SOLAR\",\"843\":\"SOLAR\",\"844\":\"SOLAR\",\"845\":\"TERMICA\",\"846\":\"TERMICA\",\"847\":\"TERMICA\",\"848\":\"TERMICA\",\"849\":\"TERMICA\",\"850\":\"HIDRAULICA\",\"851\":\"TERMICA\",\"852\":\"TERMICA\",\"853\":\"TERMICA\",\"854\":\"TERMICA\",\"855\":\"TERMICA\",\"856\":\"TERMICA\",\"857\":\"HIDRAULICA\",\"858\":\"HIDRAULICA\",\"859\":\"HIDRAULICA\",\"860\":\"HIDRAULICA\",\"861\":\"HIDRAULICA\",\"862\":\"HIDRAULICA\",\"863\":\"TERMICA\",\"864\":\"TERMICA\",\"865\":\"TERMICA\",\"866\":\"TERMICA\"},\"Values_Disp\":{\"0\":\"NO DESPACHADO CENTRALMENTE\",\"1\":\"DESPACHADO CENTRALMENTE\",\"2\":\"NO DESPACHADO CENTRALMENTE\",\"3\":\"NO DESPACHADO CENTRALMENTE\",\"4\":\"NO DESPACHADO CENTRALMENTE\",\"5\":\"NO DESPACHADO CENTRALMENTE\",\"6\":\"NO DESPACHADO CENTRALMENTE\",\"7\":\"NO DESPACHADO CENTRALMENTE\",\"8\":\"NO DESPACHADO CENTRALMENTE\",\"9\":\"NO DESPACHADO CENTRALMENTE\",\"10\":\"NO DESPACHADO CENTRALMENTE\",\"11\":\"NO DESPACHADO CENTRALMENTE\",\"12\":\"NO DESPACHADO CENTRALMENTE\",\"13\":\"NO DESPACHADO CENTRALMENTE\",\"14\":\"NO DESPACHADO CENTRALMENTE\",\"15\":\"NO DESPACHADO CENTRALMENTE\",\"16\":\"NO DESPACHADO CENTRALMENTE\",\"17\":\"NO DESPACHADO CENTRALMENTE\",\"18\":\"NO DESPACHADO CENTRALMENTE\",\"19\":\"NO DESPACHADO CENTRALMENTE\",\"20\":\"NO DESPACHADO CENTRALMENTE\",\"21\":\"NO DESPACHADO CENTRALMENTE\",\"22\":\"NO DESPACHADO CENTRALMENTE\",\"23\":\"NO DESPACHADO CENTRALMENTE\",\"24\":\"NO DESPACHADO CENTRALMENTE\",\"25\":\"NO DESPACHADO CENTRALMENTE\",\"26\":\"NO DESPACHADO CENTRALMENTE\",\"27\":\"NO DESPACHADO CENTRALMENTE\",\"28\":\"NO DESPACHADO CENTRALMENTE\",\"29\":\"NO DESPACHADO CENTRALMENTE\",\"30\":\"NO DESPACHADO CENTRALMENTE\",\"31\":\"NO DESPACHADO CENTRALMENTE\",\"32\":\"NO DESPACHADO CENTRALMENTE\",\"33\":\"NO DESPACHADO CENTRALMENTE\",\"34\":\"NO DESPACHADO CENTRALMENTE\",\"35\":\"NO DESPACHADO CENTRALMENTE\",\"36\":\"NO DESPACHADO CENTRALMENTE\",\"37\":\"NO DESPACHADO CENTRALMENTE\",\"38\":\"NO DESPACHADO CENTRALMENTE\",\"39\":\"NO DESPACHADO CENTRALMENTE\",\"40\":\"NO DESPACHADO CENTRALMENTE\",\"41\":\"NO DESPACHADO CENTRALMENTE\",\"42\":\"NO DESPACHADO CENTRALMENTE\",\"43\":\"NO DESPACHADO CENTRALMENTE\",\"44\":\"NO DESPACHADO CENTRALMENTE\",\"45\":\"NO DESPACHADO CENTRALMENTE\",\"46\":\"NO DESPACHADO CENTRALMENTE\",\"47\":\"NO DESPACHADO CENTRALMENTE\",\"48\":\"NO DESPACHADO CENTRALMENTE\",\"49\":\"NO DESPACHADO CENTRALMENTE\",\"50\":\"NO DESPACHADO CENTRALMENTE\",\"51\":\"NO DESPACHADO CENTRALMENTE\",\"52\":\"NO DESPACHADO CENTRALMENTE\",\"53\":\"NO DESPACHADO CENTRALMENTE\",\"54\":\"NO DESPACHADO CENTRALMENTE\",\"55\":\"NO DESPACHADO CENTRALMENTE\",\"56\":\"NO DESPACHADO CENTRALMENTE\",\"57\":\"NO DESPACHADO CENTRALMENTE\",\"58\":\"NO DESPACHADO CENTRALMENTE\",\"59\":\"NO DESPACHADO CENTRALMENTE\",\"60\":\"NO DESPACHADO CENTRALMENTE\",\"61\":\"NO DESPACHADO CENTRALMENTE\",\"62\":\"NO DESPACHADO CENTRALMENTE\",\"63\":\"NO DESPACHADO CENTRALMENTE\",\"64\":\"NO DESPACHADO CENTRALMENTE\",\"65\":\"NO DESPACHADO CENTRALMENTE\",\"66\":\"NO DESPACHADO CENTRALMENTE\",\"67\":\"NO DESPACHADO CENTRALMENTE\",\"68\":\"NO DESPACHADO CENTRALMENTE\",\"69\":\"NO DESPACHADO CENTRALMENTE\",\"70\":\"NO DESPACHADO CENTRALMENTE\",\"71\":\"NO DESPACHADO CENTRALMENTE\",\"72\":\"NO DESPACHADO CENTRALMENTE\",\"73\":\"NO DESPACHADO CENTRALMENTE\",\"74\":\"NO DESPACHADO CENTRALMENTE\",\"75\":\"NO DESPACHADO CENTRALMENTE\",\"76\":\"NO DESPACHADO CENTRALMENTE\",\"77\":\"NO DESPACHADO CENTRALMENTE\",\"78\":\"NO DESPACHADO CENTRALMENTE\",\"79\":\"NO DESPACHADO CENTRALMENTE\",\"80\":\"NO DESPACHADO CENTRALMENTE\",\"81\":\"NO DESPACHADO CENTRALMENTE\",\"82\":\"NO DESPACHADO CENTRALMENTE\",\"83\":\"NO DESPACHADO CENTRALMENTE\",\"84\":\"NO DESPACHADO CENTRALMENTE\",\"85\":\"NO DESPACHADO CENTRALMENTE\",\"86\":\"NO DESPACHADO CENTRALMENTE\",\"87\":\"NO DESPACHADO CENTRALMENTE\",\"88\":\"NO DESPACHADO CENTRALMENTE\",\"89\":\"NO DESPACHADO CENTRALMENTE\",\"90\":\"NO DESPACHADO CENTRALMENTE\",\"91\":\"NO DESPACHADO CENTRALMENTE\",\"92\":\"NO DESPACHADO CENTRALMENTE\",\"93\":\"NO DESPACHADO CENTRALMENTE\",\"94\":\"NO DESPACHADO CENTRALMENTE\",\"95\":\"NO DESPACHADO CENTRALMENTE\",\"96\":\"NO DESPACHADO CENTRALMENTE\",\"97\":\"NO DESPACHADO CENTRALMENTE\",\"98\":\"NO DESPACHADO CENTRALMENTE\",\"99\":\"NO DESPACHADO CENTRALMENTE\",\"100\":\"NO DESPACHADO CENTRALMENTE\",\"101\":\"NO DESPACHADO CENTRALMENTE\",\"102\":\"NO DESPACHADO CENTRALMENTE\",\"103\":\"NO DESPACHADO CENTRALMENTE\",\"104\":\"NO DESPACHADO CENTRALMENTE\",\"105\":\"NO DESPACHADO CENTRALMENTE\",\"106\":\"NO DESPACHADO CENTRALMENTE\",\"107\":\"NO DESPACHADO CENTRALMENTE\",\"108\":\"NO DESPACHADO CENTRALMENTE\",\"109\":\"NO DESPACHADO CENTRALMENTE\",\"110\":\"NO DESPACHADO CENTRALMENTE\",\"111\":\"NO DESPACHADO CENTRALMENTE\",\"112\":\"NO DESPACHADO CENTRALMENTE\",\"113\":\"NO DESPACHADO CENTRALMENTE\",\"114\":\"NO DESPACHADO CENTRALMENTE\",\"115\":\"NO DESPACHADO CENTRALMENTE\",\"116\":\"NO DESPACHADO CENTRALMENTE\",\"117\":\"NO DESPACHADO CENTRALMENTE\",\"118\":\"NO DESPACHADO CENTRALMENTE\",\"119\":\"NO DESPACHADO CENTRALMENTE\",\"120\":\"NO DESPACHADO CENTRALMENTE\",\"121\":\"NO DESPACHADO CENTRALMENTE\",\"122\":\"NO DESPACHADO CENTRALMENTE\",\"123\":\"NO DESPACHADO CENTRALMENTE\",\"124\":\"NO DESPACHADO CENTRALMENTE\",\"125\":\"NO DESPACHADO CENTRALMENTE\",\"126\":\"NO DESPACHADO CENTRALMENTE\",\"127\":\"NO DESPACHADO CENTRALMENTE\",\"128\":\"NO DESPACHADO CENTRALMENTE\",\"129\":\"NO DESPACHADO CENTRALMENTE\",\"130\":\"NO DESPACHADO CENTRALMENTE\",\"131\":\"DESPACHADO CENTRALMENTE\",\"132\":\"NO DESPACHADO CENTRALMENTE\",\"133\":\"NO DESPACHADO CENTRALMENTE\",\"134\":\"NO DESPACHADO CENTRALMENTE\",\"135\":\"NO DESPACHADO CENTRALMENTE\",\"136\":\"NO DESPACHADO CENTRALMENTE\",\"137\":\"NO DESPACHADO CENTRALMENTE\",\"138\":\"NO DESPACHADO CENTRALMENTE\",\"139\":\"NO DESPACHADO CENTRALMENTE\",\"140\":\"NO DESPACHADO CENTRALMENTE\",\"141\":\"NO DESPACHADO CENTRALMENTE\",\"142\":\"NO DESPACHADO CENTRALMENTE\",\"143\":\"NO DESPACHADO CENTRALMENTE\",\"144\":\"NO DESPACHADO CENTRALMENTE\",\"145\":\"NO DESPACHADO CENTRALMENTE\",\"146\":\"NO DESPACHADO CENTRALMENTE\",\"147\":\"NO DESPACHADO CENTRALMENTE\",\"148\":\"NO DESPACHADO CENTRALMENTE\",\"149\":\"NO DESPACHADO CENTRALMENTE\",\"150\":\"NO DESPACHADO CENTRALMENTE\",\"151\":\"NO DESPACHADO CENTRALMENTE\",\"152\":\"NO DESPACHADO CENTRALMENTE\",\"153\":\"NO DESPACHADO CENTRALMENTE\",\"154\":\"NO DESPACHADO CENTRALMENTE\",\"155\":\"NO DESPACHADO CENTRALMENTE\",\"156\":\"NO DESPACHADO CENTRALMENTE\",\"157\":\"NO DESPACHADO CENTRALMENTE\",\"158\":\"NO DESPACHADO CENTRALMENTE\",\"159\":\"NO DESPACHADO CENTRALMENTE\",\"160\":\"NO DESPACHADO CENTRALMENTE\",\"161\":\"NO DESPACHADO CENTRALMENTE\",\"162\":\"NO DESPACHADO CENTRALMENTE\",\"163\":\"NO DESPACHADO CENTRALMENTE\",\"164\":\"NO DESPACHADO CENTRALMENTE\",\"165\":\"NO DESPACHADO CENTRALMENTE\",\"166\":\"NO DESPACHADO CENTRALMENTE\",\"167\":\"NO DESPACHADO CENTRALMENTE\",\"168\":\"NO DESPACHADO CENTRALMENTE\",\"169\":\"NO DESPACHADO CENTRALMENTE\",\"170\":\"NO DESPACHADO CENTRALMENTE\",\"171\":\"NO DESPACHADO CENTRALMENTE\",\"172\":\"NO DESPACHADO CENTRALMENTE\",\"173\":\"NO DESPACHADO CENTRALMENTE\",\"174\":\"NO DESPACHADO CENTRALMENTE\",\"175\":\"NO DESPACHADO CENTRALMENTE\",\"176\":\"NO DESPACHADO CENTRALMENTE\",\"177\":\"NO DESPACHADO CENTRALMENTE\",\"178\":\"NO DESPACHADO CENTRALMENTE\",\"179\":\"NO DESPACHADO CENTRALMENTE\",\"180\":\"NO DESPACHADO CENTRALMENTE\",\"181\":\"NO DESPACHADO CENTRALMENTE\",\"182\":\"NO DESPACHADO CENTRALMENTE\",\"183\":\"NO DESPACHADO CENTRALMENTE\",\"184\":\"NO DESPACHADO CENTRALMENTE\",\"185\":\"NO DESPACHADO CENTRALMENTE\",\"186\":\"NO DESPACHADO CENTRALMENTE\",\"187\":\"NO DESPACHADO CENTRALMENTE\",\"188\":\"NO DESPACHADO CENTRALMENTE\",\"189\":\"DESPACHADO CENTRALMENTE\",\"190\":\"NO DESPACHADO CENTRALMENTE\",\"191\":\"NO DESPACHADO CENTRALMENTE\",\"192\":\"NO DESPACHADO CENTRALMENTE\",\"193\":\"NO DESPACHADO CENTRALMENTE\",\"194\":\"NO DESPACHADO CENTRALMENTE\",\"195\":\"NO DESPACHADO CENTRALMENTE\",\"196\":\"NO DESPACHADO CENTRALMENTE\",\"197\":\"NO DESPACHADO CENTRALMENTE\",\"198\":\"NO DESPACHADO CENTRALMENTE\",\"199\":\"NO DESPACHADO CENTRALMENTE\",\"200\":\"NO DESPACHADO CENTRALMENTE\",\"201\":\"NO DESPACHADO CENTRALMENTE\",\"202\":\"NO DESPACHADO CENTRALMENTE\",\"203\":\"NO DESPACHADO CENTRALMENTE\",\"204\":\"NO DESPACHADO CENTRALMENTE\",\"205\":\"NO DESPACHADO CENTRALMENTE\",\"206\":\"NO DESPACHADO CENTRALMENTE\",\"207\":\"NO DESPACHADO CENTRALMENTE\",\"208\":\"NO DESPACHADO CENTRALMENTE\",\"209\":\"NO DESPACHADO CENTRALMENTE\",\"210\":\"NO DESPACHADO CENTRALMENTE\",\"211\":\"NO DESPACHADO CENTRALMENTE\",\"212\":\"NO DESPACHADO CENTRALMENTE\",\"213\":\"NO DESPACHADO CENTRALMENTE\",\"214\":\"NO DESPACHADO CENTRALMENTE\",\"215\":\"NO DESPACHADO CENTRALMENTE\",\"216\":\"NO DESPACHADO CENTRALMENTE\",\"217\":\"NO DESPACHADO CENTRALMENTE\",\"218\":\"NO DESPACHADO CENTRALMENTE\",\"219\":\"NO DESPACHADO CENTRALMENTE\",\"220\":\"NO DESPACHADO CENTRALMENTE\",\"221\":\"NO DESPACHADO CENTRALMENTE\",\"222\":\"NO DESPACHADO CENTRALMENTE\",\"223\":\"NO DESPACHADO CENTRALMENTE\",\"224\":\"NO DESPACHADO CENTRALMENTE\",\"225\":\"NO DESPACHADO CENTRALMENTE\",\"226\":\"NO DESPACHADO CENTRALMENTE\",\"227\":\"NO DESPACHADO CENTRALMENTE\",\"228\":\"NO DESPACHADO CENTRALMENTE\",\"229\":\"NO DESPACHADO CENTRALMENTE\",\"230\":\"NO DESPACHADO CENTRALMENTE\",\"231\":\"NO DESPACHADO CENTRALMENTE\",\"232\":\"NO DESPACHADO CENTRALMENTE\",\"233\":\"NO DESPACHADO CENTRALMENTE\",\"234\":\"NO DESPACHADO CENTRALMENTE\",\"235\":\"NO DESPACHADO CENTRALMENTE\",\"236\":\"NO DESPACHADO CENTRALMENTE\",\"237\":\"NO DESPACHADO CENTRALMENTE\",\"238\":\"NO DESPACHADO CENTRALMENTE\",\"239\":\"NO DESPACHADO CENTRALMENTE\",\"240\":\"NO DESPACHADO CENTRALMENTE\",\"241\":\"NO DESPACHADO CENTRALMENTE\",\"242\":\"NO DESPACHADO CENTRALMENTE\",\"243\":\"NO DESPACHADO CENTRALMENTE\",\"244\":\"NO DESPACHADO CENTRALMENTE\",\"245\":\"NO DESPACHADO CENTRALMENTE\",\"246\":\"NO DESPACHADO CENTRALMENTE\",\"247\":\"NO DESPACHADO CENTRALMENTE\",\"248\":\"NO DESPACHADO CENTRALMENTE\",\"249\":\"NO DESPACHADO CENTRALMENTE\",\"250\":\"NO DESPACHADO CENTRALMENTE\",\"251\":\"NO DESPACHADO CENTRALMENTE\",\"252\":\"NO DESPACHADO CENTRALMENTE\",\"253\":\"NO DESPACHADO CENTRALMENTE\",\"254\":\"NO DESPACHADO CENTRALMENTE\",\"255\":\"NO DESPACHADO CENTRALMENTE\",\"256\":\"NO DESPACHADO CENTRALMENTE\",\"257\":\"NO DESPACHADO CENTRALMENTE\",\"258\":\"NO DESPACHADO CENTRALMENTE\",\"259\":\"NO DESPACHADO CENTRALMENTE\",\"260\":\"NO DESPACHADO CENTRALMENTE\",\"261\":\"NO DESPACHADO CENTRALMENTE\",\"262\":\"NO DESPACHADO CENTRALMENTE\",\"263\":\"NO DESPACHADO CENTRALMENTE\",\"264\":\"NO DESPACHADO CENTRALMENTE\",\"265\":\"NO DESPACHADO CENTRALMENTE\",\"266\":\"NO DESPACHADO CENTRALMENTE\",\"267\":\"NO DESPACHADO CENTRALMENTE\",\"268\":\"NO DESPACHADO CENTRALMENTE\",\"269\":\"NO DESPACHADO CENTRALMENTE\",\"270\":\"NO DESPACHADO CENTRALMENTE\",\"271\":\"NO DESPACHADO CENTRALMENTE\",\"272\":\"NO DESPACHADO CENTRALMENTE\",\"273\":\"NO DESPACHADO CENTRALMENTE\",\"274\":\"NO DESPACHADO CENTRALMENTE\",\"275\":\"NO DESPACHADO CENTRALMENTE\",\"276\":\"NO DESPACHADO CENTRALMENTE\",\"277\":\"NO DESPACHADO CENTRALMENTE\",\"278\":\"NO DESPACHADO CENTRALMENTE\",\"279\":\"NO DESPACHADO CENTRALMENTE\",\"280\":\"NO DESPACHADO CENTRALMENTE\",\"281\":\"NO DESPACHADO CENTRALMENTE\",\"282\":\"NO DESPACHADO CENTRALMENTE\",\"283\":\"DESPACHADO CENTRALMENTE\",\"284\":\"NO DESPACHADO CENTRALMENTE\",\"285\":\"NO DESPACHADO CENTRALMENTE\",\"286\":\"NO DESPACHADO CENTRALMENTE\",\"287\":\"NO DESPACHADO CENTRALMENTE\",\"288\":\"NO DESPACHADO CENTRALMENTE\",\"289\":\"NO DESPACHADO CENTRALMENTE\",\"290\":\"NO DESPACHADO CENTRALMENTE\",\"291\":\"NO DESPACHADO CENTRALMENTE\",\"292\":\"NO DESPACHADO CENTRALMENTE\",\"293\":\"NO DESPACHADO CENTRALMENTE\",\"294\":\"NO DESPACHADO CENTRALMENTE\",\"295\":\"NO DESPACHADO CENTRALMENTE\",\"296\":\"NO DESPACHADO CENTRALMENTE\",\"297\":\"NO DESPACHADO CENTRALMENTE\",\"298\":\"NO DESPACHADO CENTRALMENTE\",\"299\":\"NO DESPACHADO CENTRALMENTE\",\"300\":\"NO DESPACHADO CENTRALMENTE\",\"301\":\"NO DESPACHADO CENTRALMENTE\",\"302\":\"NO DESPACHADO CENTRALMENTE\",\"303\":\"NO DESPACHADO CENTRALMENTE\",\"304\":\"NO DESPACHADO CENTRALMENTE\",\"305\":\"NO DESPACHADO CENTRALMENTE\",\"306\":\"NO DESPACHADO CENTRALMENTE\",\"307\":\"NO DESPACHADO CENTRALMENTE\",\"308\":\"NO DESPACHADO CENTRALMENTE\",\"309\":\"NO DESPACHADO CENTRALMENTE\",\"310\":\"NO DESPACHADO CENTRALMENTE\",\"311\":\"NO DESPACHADO CENTRALMENTE\",\"312\":\"NO DESPACHADO CENTRALMENTE\",\"313\":\"NO DESPACHADO CENTRALMENTE\",\"314\":\"NO DESPACHADO CENTRALMENTE\",\"315\":\"NO DESPACHADO CENTRALMENTE\",\"316\":\"NO DESPACHADO CENTRALMENTE\",\"317\":\"NO DESPACHADO CENTRALMENTE\",\"318\":\"NO DESPACHADO CENTRALMENTE\",\"319\":\"NO DESPACHADO CENTRALMENTE\",\"320\":\"NO DESPACHADO CENTRALMENTE\",\"321\":\"NO DESPACHADO CENTRALMENTE\",\"322\":\"NO DESPACHADO CENTRALMENTE\",\"323\":\"NO DESPACHADO CENTRALMENTE\",\"324\":\"NO DESPACHADO CENTRALMENTE\",\"325\":\"NO DESPACHADO CENTRALMENTE\",\"326\":\"NO DESPACHADO CENTRALMENTE\",\"327\":\"NO DESPACHADO CENTRALMENTE\",\"328\":\"NO DESPACHADO CENTRALMENTE\",\"329\":\"NO DESPACHADO CENTRALMENTE\",\"330\":\"NO DESPACHADO CENTRALMENTE\",\"331\":\"NO DESPACHADO CENTRALMENTE\",\"332\":\"NO DESPACHADO CENTRALMENTE\",\"333\":\"NO DESPACHADO CENTRALMENTE\",\"334\":\"NO DESPACHADO CENTRALMENTE\",\"335\":\"NO DESPACHADO CENTRALMENTE\",\"336\":\"NO DESPACHADO CENTRALMENTE\",\"337\":\"NO DESPACHADO CENTRALMENTE\",\"338\":\"NO DESPACHADO CENTRALMENTE\",\"339\":\"NO DESPACHADO CENTRALMENTE\",\"340\":\"NO DESPACHADO CENTRALMENTE\",\"341\":\"NO DESPACHADO CENTRALMENTE\",\"342\":\"NO DESPACHADO CENTRALMENTE\",\"343\":\"NO DESPACHADO CENTRALMENTE\",\"344\":\"NO DESPACHADO CENTRALMENTE\",\"345\":\"NO DESPACHADO CENTRALMENTE\",\"346\":\"NO DESPACHADO CENTRALMENTE\",\"347\":\"NO DESPACHADO CENTRALMENTE\",\"348\":\"NO DESPACHADO CENTRALMENTE\",\"349\":\"NO DESPACHADO CENTRALMENTE\",\"350\":\"NO DESPACHADO CENTRALMENTE\",\"351\":\"NO DESPACHADO CENTRALMENTE\",\"352\":\"NO DESPACHADO CENTRALMENTE\",\"353\":\"NO DESPACHADO CENTRALMENTE\",\"354\":\"NO DESPACHADO CENTRALMENTE\",\"355\":\"DESPACHADO CENTRALMENTE\",\"356\":\"NO DESPACHADO CENTRALMENTE\",\"357\":\"NO DESPACHADO CENTRALMENTE\",\"358\":\"NO DESPACHADO CENTRALMENTE\",\"359\":\"NO DESPACHADO CENTRALMENTE\",\"360\":\"NO DESPACHADO CENTRALMENTE\",\"361\":\"NO DESPACHADO CENTRALMENTE\",\"362\":\"DESPACHADO CENTRALMENTE\",\"363\":\"DESPACHADO CENTRALMENTE\",\"364\":\"NO DESPACHADO CENTRALMENTE\",\"365\":\"NO DESPACHADO CENTRALMENTE\",\"366\":\"NO DESPACHADO CENTRALMENTE\",\"367\":\"NO DESPACHADO CENTRALMENTE\",\"368\":\"NO DESPACHADO CENTRALMENTE\",\"369\":\"NO DESPACHADO CENTRALMENTE\",\"370\":\"NO DESPACHADO CENTRALMENTE\",\"371\":\"NO DESPACHADO CENTRALMENTE\",\"372\":\"NO DESPACHADO CENTRALMENTE\",\"373\":\"NO DESPACHADO CENTRALMENTE\",\"374\":\"NO DESPACHADO CENTRALMENTE\",\"375\":\"NO DESPACHADO CENTRALMENTE\",\"376\":\"DESPACHADO CENTRALMENTE\",\"377\":\"NO DESPACHADO CENTRALMENTE\",\"378\":\"NO DESPACHADO CENTRALMENTE\",\"379\":\"NO DESPACHADO CENTRALMENTE\",\"380\":\"NO DESPACHADO CENTRALMENTE\",\"381\":\"NO DESPACHADO CENTRALMENTE\",\"382\":\"NO DESPACHADO CENTRALMENTE\",\"383\":\"NO DESPACHADO CENTRALMENTE\",\"384\":\"NO DESPACHADO CENTRALMENTE\",\"385\":\"NO DESPACHADO CENTRALMENTE\",\"386\":\"NO DESPACHADO CENTRALMENTE\",\"387\":\"NO DESPACHADO CENTRALMENTE\",\"388\":\"NO DESPACHADO CENTRALMENTE\",\"389\":\"NO DESPACHADO CENTRALMENTE\",\"390\":\"NO DESPACHADO CENTRALMENTE\",\"391\":\"NO DESPACHADO CENTRALMENTE\",\"392\":\"NO DESPACHADO CENTRALMENTE\",\"393\":\"NO DESPACHADO CENTRALMENTE\",\"394\":\"NO DESPACHADO CENTRALMENTE\",\"395\":\"NO DESPACHADO CENTRALMENTE\",\"396\":\"NO DESPACHADO CENTRALMENTE\",\"397\":\"NO DESPACHADO CENTRALMENTE\",\"398\":\"NO DESPACHADO CENTRALMENTE\",\"399\":\"NO DESPACHADO CENTRALMENTE\",\"400\":\"NO DESPACHADO CENTRALMENTE\",\"401\":\"NO DESPACHADO CENTRALMENTE\",\"402\":\"NO DESPACHADO CENTRALMENTE\",\"403\":\"NO DESPACHADO CENTRALMENTE\",\"404\":\"NO DESPACHADO CENTRALMENTE\",\"405\":\"NO DESPACHADO CENTRALMENTE\",\"406\":\"NO DESPACHADO CENTRALMENTE\",\"407\":\"NO DESPACHADO CENTRALMENTE\",\"408\":\"NO DESPACHADO CENTRALMENTE\",\"409\":\"NO DESPACHADO CENTRALMENTE\",\"410\":\"NO DESPACHADO CENTRALMENTE\",\"411\":\"NO DESPACHADO CENTRALMENTE\",\"412\":\"NO DESPACHADO CENTRALMENTE\",\"413\":\"NO DESPACHADO CENTRALMENTE\",\"414\":\"NO DESPACHADO CENTRALMENTE\",\"415\":\"NO DESPACHADO CENTRALMENTE\",\"416\":\"NO DESPACHADO CENTRALMENTE\",\"417\":\"NO DESPACHADO CENTRALMENTE\",\"418\":\"NO DESPACHADO CENTRALMENTE\",\"419\":\"NO DESPACHADO CENTRALMENTE\",\"420\":\"NO DESPACHADO CENTRALMENTE\",\"421\":\"NO DESPACHADO CENTRALMENTE\",\"422\":\"NO DESPACHADO CENTRALMENTE\",\"423\":\"NO DESPACHADO CENTRALMENTE\",\"424\":\"NO DESPACHADO CENTRALMENTE\",\"425\":\"NO DESPACHADO CENTRALMENTE\",\"426\":\"NO DESPACHADO CENTRALMENTE\",\"427\":\"NO DESPACHADO CENTRALMENTE\",\"428\":\"NO DESPACHADO CENTRALMENTE\",\"429\":\"NO DESPACHADO CENTRALMENTE\",\"430\":\"NO DESPACHADO CENTRALMENTE\",\"431\":\"NO DESPACHADO CENTRALMENTE\",\"432\":\"NO DESPACHADO CENTRALMENTE\",\"433\":\"NO DESPACHADO CENTRALMENTE\",\"434\":\"NO DESPACHADO CENTRALMENTE\",\"435\":\"NO DESPACHADO CENTRALMENTE\",\"436\":\"NO DESPACHADO CENTRALMENTE\",\"437\":\"NO DESPACHADO CENTRALMENTE\",\"438\":\"NO DESPACHADO CENTRALMENTE\",\"439\":\"NO DESPACHADO CENTRALMENTE\",\"440\":\"NO DESPACHADO CENTRALMENTE\",\"441\":\"NO DESPACHADO CENTRALMENTE\",\"442\":\"NO DESPACHADO CENTRALMENTE\",\"443\":\"NO DESPACHADO CENTRALMENTE\",\"444\":\"NO DESPACHADO CENTRALMENTE\",\"445\":\"NO DESPACHADO CENTRALMENTE\",\"446\":\"NO DESPACHADO CENTRALMENTE\",\"447\":\"NO DESPACHADO CENTRALMENTE\",\"448\":\"NO DESPACHADO CENTRALMENTE\",\"449\":\"NO DESPACHADO CENTRALMENTE\",\"450\":\"NO DESPACHADO CENTRALMENTE\",\"451\":\"NO DESPACHADO CENTRALMENTE\",\"452\":\"NO DESPACHADO CENTRALMENTE\",\"453\":\"NO DESPACHADO CENTRALMENTE\",\"454\":\"NO DESPACHADO CENTRALMENTE\",\"455\":\"NO DESPACHADO CENTRALMENTE\",\"456\":\"NO DESPACHADO CENTRALMENTE\",\"457\":\"NO DESPACHADO CENTRALMENTE\",\"458\":\"NO DESPACHADO CENTRALMENTE\",\"459\":\"NO DESPACHADO CENTRALMENTE\",\"460\":\"NO DESPACHADO CENTRALMENTE\",\"461\":\"NO DESPACHADO CENTRALMENTE\",\"462\":\"NO DESPACHADO CENTRALMENTE\",\"463\":\"NO DESPACHADO CENTRALMENTE\",\"464\":\"NO DESPACHADO CENTRALMENTE\",\"465\":\"NO DESPACHADO CENTRALMENTE\",\"466\":\"NO DESPACHADO CENTRALMENTE\",\"467\":\"NO DESPACHADO CENTRALMENTE\",\"468\":\"NO DESPACHADO CENTRALMENTE\",\"469\":\"NO DESPACHADO CENTRALMENTE\",\"470\":\"NO DESPACHADO CENTRALMENTE\",\"471\":\"NO DESPACHADO CENTRALMENTE\",\"472\":\"NO DESPACHADO CENTRALMENTE\",\"473\":\"NO DESPACHADO CENTRALMENTE\",\"474\":\"NO DESPACHADO CENTRALMENTE\",\"475\":\"NO DESPACHADO CENTRALMENTE\",\"476\":\"NO DESPACHADO CENTRALMENTE\",\"477\":\"NO DESPACHADO CENTRALMENTE\",\"478\":\"NO DESPACHADO CENTRALMENTE\",\"479\":\"NO DESPACHADO CENTRALMENTE\",\"480\":\"NO DESPACHADO CENTRALMENTE\",\"481\":\"NO DESPACHADO CENTRALMENTE\",\"482\":\"NO DESPACHADO CENTRALMENTE\",\"483\":\"NO DESPACHADO CENTRALMENTE\",\"484\":\"NO DESPACHADO CENTRALMENTE\",\"485\":\"NO DESPACHADO CENTRALMENTE\",\"486\":\"NO DESPACHADO CENTRALMENTE\",\"487\":\"NO DESPACHADO CENTRALMENTE\",\"488\":\"NO DESPACHADO CENTRALMENTE\",\"489\":\"NO DESPACHADO CENTRALMENTE\",\"490\":\"NO DESPACHADO CENTRALMENTE\",\"491\":\"NO DESPACHADO CENTRALMENTE\",\"492\":\"NO DESPACHADO CENTRALMENTE\",\"493\":\"NO DESPACHADO CENTRALMENTE\",\"494\":\"NO DESPACHADO CENTRALMENTE\",\"495\":\"NO DESPACHADO CENTRALMENTE\",\"496\":\"NO DESPACHADO CENTRALMENTE\",\"497\":\"NO DESPACHADO CENTRALMENTE\",\"498\":\"NO DESPACHADO CENTRALMENTE\",\"499\":\"NO DESPACHADO CENTRALMENTE\",\"500\":\"NO DESPACHADO CENTRALMENTE\",\"501\":\"NO DESPACHADO CENTRALMENTE\",\"502\":\"NO DESPACHADO CENTRALMENTE\",\"503\":\"NO DESPACHADO CENTRALMENTE\",\"504\":\"NO DESPACHADO CENTRALMENTE\",\"505\":\"NO DESPACHADO CENTRALMENTE\",\"506\":\"NO DESPACHADO CENTRALMENTE\",\"507\":\"NO DESPACHADO CENTRALMENTE\",\"508\":\"NO DESPACHADO CENTRALMENTE\",\"509\":\"NO DESPACHADO CENTRALMENTE\",\"510\":\"NO DESPACHADO CENTRALMENTE\",\"511\":\"NO DESPACHADO CENTRALMENTE\",\"512\":\"NO DESPACHADO CENTRALMENTE\",\"513\":\"NO DESPACHADO CENTRALMENTE\",\"514\":\"NO DESPACHADO CENTRALMENTE\",\"515\":\"NO DESPACHADO CENTRALMENTE\",\"516\":\"NO DESPACHADO CENTRALMENTE\",\"517\":\"NO DESPACHADO CENTRALMENTE\",\"518\":\"NO DESPACHADO CENTRALMENTE\",\"519\":\"NO DESPACHADO CENTRALMENTE\",\"520\":\"NO DESPACHADO CENTRALMENTE\",\"521\":\"NO DESPACHADO CENTRALMENTE\",\"522\":\"NO DESPACHADO CENTRALMENTE\",\"523\":\"NO DESPACHADO CENTRALMENTE\",\"524\":\"NO DESPACHADO CENTRALMENTE\",\"525\":\"NO DESPACHADO CENTRALMENTE\",\"526\":\"NO DESPACHADO CENTRALMENTE\",\"527\":\"NO DESPACHADO CENTRALMENTE\",\"528\":\"NO DESPACHADO CENTRALMENTE\",\"529\":\"NO DESPACHADO CENTRALMENTE\",\"530\":\"NO DESPACHADO CENTRALMENTE\",\"531\":\"NO DESPACHADO CENTRALMENTE\",\"532\":\"NO DESPACHADO CENTRALMENTE\",\"533\":\"NO DESPACHADO CENTRALMENTE\",\"534\":\"NO DESPACHADO CENTRALMENTE\",\"535\":\"NO DESPACHADO CENTRALMENTE\",\"536\":\"NO DESPACHADO CENTRALMENTE\",\"537\":\"NO DESPACHADO CENTRALMENTE\",\"538\":\"NO DESPACHADO CENTRALMENTE\",\"539\":\"NO DESPACHADO CENTRALMENTE\",\"540\":\"NO DESPACHADO CENTRALMENTE\",\"541\":\"NO DESPACHADO CENTRALMENTE\",\"542\":\"NO DESPACHADO CENTRALMENTE\",\"543\":\"NO DESPACHADO CENTRALMENTE\",\"544\":\"NO DESPACHADO CENTRALMENTE\",\"545\":\"NO DESPACHADO CENTRALMENTE\",\"546\":\"NO DESPACHADO CENTRALMENTE\",\"547\":\"NO DESPACHADO CENTRALMENTE\",\"548\":\"NO DESPACHADO CENTRALMENTE\",\"549\":\"NO DESPACHADO CENTRALMENTE\",\"550\":\"NO DESPACHADO CENTRALMENTE\",\"551\":\"NO DESPACHADO CENTRALMENTE\",\"552\":\"NO DESPACHADO CENTRALMENTE\",\"553\":\"NO DESPACHADO CENTRALMENTE\",\"554\":\"NO DESPACHADO CENTRALMENTE\",\"555\":\"NO DESPACHADO CENTRALMENTE\",\"556\":\"NO DESPACHADO CENTRALMENTE\",\"557\":\"NO DESPACHADO CENTRALMENTE\",\"558\":\"NO DESPACHADO CENTRALMENTE\",\"559\":\"NO DESPACHADO CENTRALMENTE\",\"560\":\"NO DESPACHADO CENTRALMENTE\",\"561\":\"NO DESPACHADO CENTRALMENTE\",\"562\":\"NO DESPACHADO CENTRALMENTE\",\"563\":\"NO DESPACHADO CENTRALMENTE\",\"564\":\"NO DESPACHADO CENTRALMENTE\",\"565\":\"NO DESPACHADO CENTRALMENTE\",\"566\":\"NO DESPACHADO CENTRALMENTE\",\"567\":\"NO DESPACHADO CENTRALMENTE\",\"568\":\"NO DESPACHADO CENTRALMENTE\",\"569\":\"NO DESPACHADO CENTRALMENTE\",\"570\":\"NO DESPACHADO CENTRALMENTE\",\"571\":\"NO DESPACHADO CENTRALMENTE\",\"572\":\"NO DESPACHADO CENTRALMENTE\",\"573\":\"NO DESPACHADO CENTRALMENTE\",\"574\":\"NO DESPACHADO CENTRALMENTE\",\"575\":\"NO DESPACHADO CENTRALMENTE\",\"576\":\"NO DESPACHADO CENTRALMENTE\",\"577\":\"NO DESPACHADO CENTRALMENTE\",\"578\":\"NO DESPACHADO CENTRALMENTE\",\"579\":\"NO DESPACHADO CENTRALMENTE\",\"580\":\"NO DESPACHADO CENTRALMENTE\",\"581\":\"NO DESPACHADO CENTRALMENTE\",\"582\":\"NO DESPACHADO CENTRALMENTE\",\"583\":\"NO DESPACHADO CENTRALMENTE\",\"584\":\"NO DESPACHADO CENTRALMENTE\",\"585\":\"NO DESPACHADO CENTRALMENTE\",\"586\":\"NO DESPACHADO CENTRALMENTE\",\"587\":\"NO DESPACHADO CENTRALMENTE\",\"588\":\"NO DESPACHADO CENTRALMENTE\",\"589\":\"NO DESPACHADO CENTRALMENTE\",\"590\":\"NO DESPACHADO CENTRALMENTE\",\"591\":\"NO DESPACHADO CENTRALMENTE\",\"592\":\"NO DESPACHADO CENTRALMENTE\",\"593\":\"NO DESPACHADO CENTRALMENTE\",\"594\":\"NO DESPACHADO CENTRALMENTE\",\"595\":\"NO DESPACHADO CENTRALMENTE\",\"596\":\"NO DESPACHADO CENTRALMENTE\",\"597\":\"NO DESPACHADO CENTRALMENTE\",\"598\":\"NO DESPACHADO CENTRALMENTE\",\"599\":\"NO DESPACHADO CENTRALMENTE\",\"600\":\"NO DESPACHADO CENTRALMENTE\",\"601\":\"NO DESPACHADO CENTRALMENTE\",\"602\":\"NO DESPACHADO CENTRALMENTE\",\"603\":\"NO DESPACHADO CENTRALMENTE\",\"604\":\"NO DESPACHADO CENTRALMENTE\",\"605\":\"NO DESPACHADO CENTRALMENTE\",\"606\":\"NO DESPACHADO CENTRALMENTE\",\"607\":\"NO DESPACHADO CENTRALMENTE\",\"608\":\"NO DESPACHADO CENTRALMENTE\",\"609\":\"NO DESPACHADO CENTRALMENTE\",\"610\":\"NO DESPACHADO CENTRALMENTE\",\"611\":\"NO DESPACHADO CENTRALMENTE\",\"612\":\"NO DESPACHADO CENTRALMENTE\",\"613\":\"NO DESPACHADO CENTRALMENTE\",\"614\":\"NO DESPACHADO CENTRALMENTE\",\"615\":\"NO DESPACHADO CENTRALMENTE\",\"616\":\"NO DESPACHADO CENTRALMENTE\",\"617\":\"NO DESPACHADO CENTRALMENTE\",\"618\":\"NO DESPACHADO CENTRALMENTE\",\"619\":\"NO DESPACHADO CENTRALMENTE\",\"620\":\"NO DESPACHADO CENTRALMENTE\",\"621\":\"NO DESPACHADO CENTRALMENTE\",\"622\":\"NO DESPACHADO CENTRALMENTE\",\"623\":\"NO DESPACHADO CENTRALMENTE\",\"624\":\"NO DESPACHADO CENTRALMENTE\",\"625\":\"NO DESPACHADO CENTRALMENTE\",\"626\":\"NO DESPACHADO CENTRALMENTE\",\"627\":\"NO DESPACHADO CENTRALMENTE\",\"628\":\"NO DESPACHADO CENTRALMENTE\",\"629\":\"NO DESPACHADO CENTRALMENTE\",\"630\":\"NO DESPACHADO CENTRALMENTE\",\"631\":\"NO DESPACHADO CENTRALMENTE\",\"632\":\"NO DESPACHADO CENTRALMENTE\",\"633\":\"NO DESPACHADO CENTRALMENTE\",\"634\":\"NO DESPACHADO CENTRALMENTE\",\"635\":\"NO DESPACHADO CENTRALMENTE\",\"636\":\"NO DESPACHADO CENTRALMENTE\",\"637\":\"NO DESPACHADO CENTRALMENTE\",\"638\":\"NO DESPACHADO CENTRALMENTE\",\"639\":\"NO DESPACHADO CENTRALMENTE\",\"640\":\"NO DESPACHADO CENTRALMENTE\",\"641\":\"NO DESPACHADO CENTRALMENTE\",\"642\":\"NO DESPACHADO CENTRALMENTE\",\"643\":\"NO DESPACHADO CENTRALMENTE\",\"644\":\"NO DESPACHADO CENTRALMENTE\",\"645\":\"NO DESPACHADO CENTRALMENTE\",\"646\":\"NO DESPACHADO CENTRALMENTE\",\"647\":\"NO DESPACHADO CENTRALMENTE\",\"648\":\"NO DESPACHADO CENTRALMENTE\",\"649\":\"NO DESPACHADO CENTRALMENTE\",\"650\":\"NO DESPACHADO CENTRALMENTE\",\"651\":\"NO DESPACHADO CENTRALMENTE\",\"652\":\"NO DESPACHADO CENTRALMENTE\",\"653\":\"NO DESPACHADO CENTRALMENTE\",\"654\":\"NO DESPACHADO CENTRALMENTE\",\"655\":\"NO DESPACHADO CENTRALMENTE\",\"656\":\"NO DESPACHADO CENTRALMENTE\",\"657\":\"NO DESPACHADO CENTRALMENTE\",\"658\":\"NO DESPACHADO CENTRALMENTE\",\"659\":\"NO DESPACHADO CENTRALMENTE\",\"660\":\"NO DESPACHADO CENTRALMENTE\",\"661\":\"NO DESPACHADO CENTRALMENTE\",\"662\":\"NO DESPACHADO CENTRALMENTE\",\"663\":\"NO DESPACHADO CENTRALMENTE\",\"664\":\"NO DESPACHADO CENTRALMENTE\",\"665\":\"NO DESPACHADO CENTRALMENTE\",\"666\":\"NO DESPACHADO CENTRALMENTE\",\"667\":\"NO DESPACHADO CENTRALMENTE\",\"668\":\"NO DESPACHADO CENTRALMENTE\",\"669\":\"NO DESPACHADO CENTRALMENTE\",\"670\":\"NO DESPACHADO CENTRALMENTE\",\"671\":\"NO DESPACHADO CENTRALMENTE\",\"672\":\"NO DESPACHADO CENTRALMENTE\",\"673\":\"NO DESPACHADO CENTRALMENTE\",\"674\":\"NO DESPACHADO CENTRALMENTE\",\"675\":\"NO DESPACHADO CENTRALMENTE\",\"676\":\"NO DESPACHADO CENTRALMENTE\",\"677\":\"NO DESPACHADO CENTRALMENTE\",\"678\":\"NO DESPACHADO CENTRALMENTE\",\"679\":\"NO DESPACHADO CENTRALMENTE\",\"680\":\"NO DESPACHADO CENTRALMENTE\",\"681\":\"NO DESPACHADO CENTRALMENTE\",\"682\":\"NO DESPACHADO CENTRALMENTE\",\"683\":\"NO DESPACHADO CENTRALMENTE\",\"684\":\"NO DESPACHADO CENTRALMENTE\",\"685\":\"NO DESPACHADO CENTRALMENTE\",\"686\":\"NO DESPACHADO CENTRALMENTE\",\"687\":\"DESPACHADO CENTRALMENTE\",\"688\":\"NO DESPACHADO CENTRALMENTE\",\"689\":\"NO DESPACHADO CENTRALMENTE\",\"690\":\"NO DESPACHADO CENTRALMENTE\",\"691\":\"NO DESPACHADO CENTRALMENTE\",\"692\":\"DESPACHADO CENTRALMENTE\",\"693\":\"DESPACHADO CENTRALMENTE\",\"694\":\"NO DESPACHADO CENTRALMENTE\",\"695\":\"NO DESPACHADO CENTRALMENTE\",\"696\":\"NO DESPACHADO CENTRALMENTE\",\"697\":\"NO DESPACHADO CENTRALMENTE\",\"698\":\"DESPACHADO CENTRALMENTE\",\"699\":\"NO DESPACHADO CENTRALMENTE\",\"700\":\"NO DESPACHADO CENTRALMENTE\",\"701\":\"NO DESPACHADO CENTRALMENTE\",\"702\":\"NO DESPACHADO CENTRALMENTE\",\"703\":\"NO DESPACHADO CENTRALMENTE\",\"704\":\"NO DESPACHADO CENTRALMENTE\",\"705\":\"DESPACHADO CENTRALMENTE\",\"706\":\"NO DESPACHADO CENTRALMENTE\",\"707\":\"DESPACHADO CENTRALMENTE\",\"708\":\"DESPACHADO CENTRALMENTE\",\"709\":\"NO DESPACHADO CENTRALMENTE\",\"710\":\"NO DESPACHADO CENTRALMENTE\",\"711\":\"NO DESPACHADO CENTRALMENTE\",\"712\":\"NO DESPACHADO CENTRALMENTE\",\"713\":\"DESPACHADO CENTRALMENTE\",\"714\":\"DESPACHADO CENTRALMENTE\",\"715\":\"NO DESPACHADO CENTRALMENTE\",\"716\":\"NO DESPACHADO CENTRALMENTE\",\"717\":\"NO DESPACHADO CENTRALMENTE\",\"718\":\"NO DESPACHADO CENTRALMENTE\",\"719\":\"NO DESPACHADO CENTRALMENTE\",\"720\":\"NO DESPACHADO CENTRALMENTE\",\"721\":\"NO DESPACHADO CENTRALMENTE\",\"722\":\"DESPACHADO CENTRALMENTE\",\"723\":\"DESPACHADO CENTRALMENTE\",\"724\":\"DESPACHADO CENTRALMENTE\",\"725\":\"DESPACHADO CENTRALMENTE\",\"726\":\"NO DESPACHADO CENTRALMENTE\",\"727\":\"DESPACHADO CENTRALMENTE\",\"728\":\"DESPACHADO CENTRALMENTE\",\"729\":\"DESPACHADO CENTRALMENTE\",\"730\":\"NO DESPACHADO CENTRALMENTE\",\"731\":\"NO DESPACHADO CENTRALMENTE\",\"732\":\"NO DESPACHADO CENTRALMENTE\",\"733\":\"DESPACHADO CENTRALMENTE\",\"734\":\"DESPACHADO CENTRALMENTE\",\"735\":\"NO DESPACHADO CENTRALMENTE\",\"736\":\"DESPACHADO CENTRALMENTE\",\"737\":\"DESPACHADO CENTRALMENTE\",\"738\":\"DESPACHADO CENTRALMENTE\",\"739\":\"DESPACHADO CENTRALMENTE\",\"740\":\"DESPACHADO CENTRALMENTE\",\"741\":\"DESPACHADO CENTRALMENTE\",\"742\":\"NO DESPACHADO CENTRALMENTE\",\"743\":\"NO DESPACHADO CENTRALMENTE\",\"744\":\"NO DESPACHADO CENTRALMENTE\",\"745\":\"NO DESPACHADO CENTRALMENTE\",\"746\":\"NO DESPACHADO CENTRALMENTE\",\"747\":\"NO DESPACHADO CENTRALMENTE\",\"748\":\"NO DESPACHADO CENTRALMENTE\",\"749\":\"NO DESPACHADO CENTRALMENTE\",\"750\":\"NO DESPACHADO CENTRALMENTE\",\"751\":\"DESPACHADO CENTRALMENTE\",\"752\":\"NO DESPACHADO CENTRALMENTE\",\"753\":\"NO DESPACHADO CENTRALMENTE\",\"754\":\"NO DESPACHADO CENTRALMENTE\",\"755\":\"NO DESPACHADO CENTRALMENTE\",\"756\":\"DESPACHADO CENTRALMENTE\",\"757\":\"DESPACHADO CENTRALMENTE\",\"758\":\"NO DESPACHADO CENTRALMENTE\",\"759\":\"NO DESPACHADO CENTRALMENTE\",\"760\":\"NO DESPACHADO CENTRALMENTE\",\"761\":\"NO DESPACHADO CENTRALMENTE\",\"762\":\"DESPACHADO CENTRALMENTE\",\"763\":\"DESPACHADO CENTRALMENTE\",\"764\":\"NO DESPACHADO CENTRALMENTE\",\"765\":\"NO DESPACHADO CENTRALMENTE\",\"766\":\"NO DESPACHADO CENTRALMENTE\",\"767\":\"NO DESPACHADO CENTRALMENTE\",\"768\":\"NO DESPACHADO CENTRALMENTE\",\"769\":\"DESPACHADO CENTRALMENTE\",\"770\":\"DESPACHADO CENTRALMENTE\",\"771\":\"NO DESPACHADO CENTRALMENTE\",\"772\":\"NO DESPACHADO CENTRALMENTE\",\"773\":\"NO DESPACHADO CENTRALMENTE\",\"774\":\"NO DESPACHADO CENTRALMENTE\",\"775\":\"DESPACHADO CENTRALMENTE\",\"776\":\"NO DESPACHADO CENTRALMENTE\",\"777\":\"NO DESPACHADO CENTRALMENTE\",\"778\":\"DESPACHADO CENTRALMENTE\",\"779\":\"DESPACHADO CENTRALMENTE\",\"780\":\"DESPACHADO CENTRALMENTE\",\"781\":\"DESPACHADO CENTRALMENTE\",\"782\":\"NO DESPACHADO CENTRALMENTE\",\"783\":\"DESPACHADO CENTRALMENTE\",\"784\":\"DESPACHADO CENTRALMENTE\",\"785\":\"NO DESPACHADO CENTRALMENTE\",\"786\":\"DESPACHADO CENTRALMENTE\",\"787\":\"DESPACHADO CENTRALMENTE\",\"788\":\"DESPACHADO CENTRALMENTE\",\"789\":\"NO DESPACHADO CENTRALMENTE\",\"790\":\"NO DESPACHADO CENTRALMENTE\",\"791\":\"NO DESPACHADO CENTRALMENTE\",\"792\":\"NO DESPACHADO CENTRALMENTE\",\"793\":\"NO DESPACHADO CENTRALMENTE\",\"794\":\"NO DESPACHADO CENTRALMENTE\",\"795\":\"DESPACHADO CENTRALMENTE\",\"796\":\"NO DESPACHADO CENTRALMENTE\",\"797\":\"NO DESPACHADO CENTRALMENTE\",\"798\":\"NO DESPACHADO CENTRALMENTE\",\"799\":\"NO DESPACHADO CENTRALMENTE\",\"800\":\"NO DESPACHADO CENTRALMENTE\",\"801\":\"NO DESPACHADO CENTRALMENTE\",\"802\":\"NO DESPACHADO CENTRALMENTE\",\"803\":\"NO DESPACHADO CENTRALMENTE\",\"804\":\"NO DESPACHADO CENTRALMENTE\",\"805\":\"NO DESPACHADO CENTRALMENTE\",\"806\":\"NO DESPACHADO CENTRALMENTE\",\"807\":\"NO DESPACHADO CENTRALMENTE\",\"808\":\"NO DESPACHADO CENTRALMENTE\",\"809\":\"NO DESPACHADO CENTRALMENTE\",\"810\":\"NO DESPACHADO CENTRALMENTE\",\"811\":\"NO DESPACHADO CENTRALMENTE\",\"812\":\"NO DESPACHADO CENTRALMENTE\",\"813\":\"NO DESPACHADO CENTRALMENTE\",\"814\":\"DESPACHADO CENTRALMENTE\",\"815\":\"DESPACHADO CENTRALMENTE\",\"816\":\"NO DESPACHADO CENTRALMENTE\",\"817\":\"DESPACHADO CENTRALMENTE\",\"818\":\"DESPACHADO CENTRALMENTE\",\"819\":\"NO DESPACHADO CENTRALMENTE\",\"820\":\"NO DESPACHADO CENTRALMENTE\",\"821\":\"DESPACHADO CENTRALMENTE\",\"822\":\"NO DESPACHADO CENTRALMENTE\",\"823\":\"NO DESPACHADO CENTRALMENTE\",\"824\":\"NO DESPACHADO CENTRALMENTE\",\"825\":\"NO DESPACHADO CENTRALMENTE\",\"826\":\"DESPACHADO CENTRALMENTE\",\"827\":\"DESPACHADO CENTRALMENTE\",\"828\":\"DESPACHADO CENTRALMENTE\",\"829\":\"DESPACHADO CENTRALMENTE\",\"830\":\"DESPACHADO CENTRALMENTE\",\"831\":\"DESPACHADO CENTRALMENTE\",\"832\":\"DESPACHADO CENTRALMENTE\",\"833\":\"DESPACHADO CENTRALMENTE\",\"834\":\"DESPACHADO CENTRALMENTE\",\"835\":\"DESPACHADO CENTRALMENTE\",\"836\":\"DESPACHADO CENTRALMENTE\",\"837\":\"DESPACHADO CENTRALMENTE\",\"838\":\"DESPACHADO CENTRALMENTE\",\"839\":\"NO DESPACHADO CENTRALMENTE\",\"840\":\"NO DESPACHADO CENTRALMENTE\",\"841\":\"NO DESPACHADO CENTRALMENTE\",\"842\":\"DESPACHADO CENTRALMENTE\",\"843\":\"NO DESPACHADO CENTRALMENTE\",\"844\":\"NO DESPACHADO CENTRALMENTE\",\"845\":\"DESPACHADO CENTRALMENTE\",\"846\":\"DESPACHADO CENTRALMENTE\",\"847\":\"DESPACHADO CENTRALMENTE\",\"848\":\"DESPACHADO CENTRALMENTE\",\"849\":\"DESPACHADO CENTRALMENTE\",\"850\":\"NO DESPACHADO CENTRALMENTE\",\"851\":\"DESPACHADO CENTRALMENTE\",\"852\":\"DESPACHADO CENTRALMENTE\",\"853\":\"DESPACHADO CENTRALMENTE\",\"854\":\"DESPACHADO CENTRALMENTE\",\"855\":\"DESPACHADO CENTRALMENTE\",\"856\":\"DESPACHADO CENTRALMENTE\",\"857\":\"NO DESPACHADO CENTRALMENTE\",\"858\":\"DESPACHADO CENTRALMENTE\",\"859\":\"NO DESPACHADO CENTRALMENTE\",\"860\":\"NO DESPACHADO CENTRALMENTE\",\"861\":\"NO DESPACHADO CENTRALMENTE\",\"862\":\"NO DESPACHADO CENTRALMENTE\",\"863\":\"DESPACHADO CENTRALMENTE\",\"864\":\"DESPACHADO CENTRALMENTE\",\"865\":\"DESPACHADO CENTRALMENTE\",\"866\":\"DESPACHADO CENTRALMENTE\"},\"Values_RecType\":{\"0\":\"NORMAL\",\"1\":\"FILO DE AGUA\",\"2\":\"GEN. DISTRIBUIDA\",\"3\":\"NORMAL\",\"4\":\"NORMAL\",\"5\":\"AUTOGENERADOR\",\"6\":\"AUTOGENERADOR\",\"7\":\"AUTOGENERADOR\",\"8\":\"GEN. DISTRIBUIDA\",\"9\":\"AUTOGENERADOR\",\"10\":\"AUTOGENERADOR\",\"11\":\"NORMAL\",\"12\":\"NORMAL\",\"13\":\"NORMAL\",\"14\":\"GEN. DISTRIBUIDA\",\"15\":\"NORMAL\",\"16\":\"NORMAL\",\"17\":\"NORMAL\",\"18\":\"NORMAL\",\"19\":\"NORMAL\",\"20\":\"COGENERADOR\",\"21\":\"NORMAL\",\"22\":\"NORMAL\",\"23\":\"AUTOGENERADOR\",\"24\":\"NORMAL\",\"25\":\"NORMAL\",\"26\":\"AUTOGENERADOR\",\"27\":\"NORMAL\",\"28\":\"NORMAL\",\"29\":\"NORMAL\",\"30\":\"NORMAL\",\"31\":\"NORMAL\",\"32\":\"COGENERADOR\",\"33\":\"NORMAL\",\"34\":\"NORMAL\",\"35\":\"NORMAL\",\"36\":\"NORMAL\",\"37\":\"NORMAL\",\"38\":\"NORMAL\",\"39\":\"AUTOGENERADOR\",\"40\":\"AUTOGENERADOR\",\"41\":\"NORMAL\",\"42\":\"NORMAL\",\"43\":\"NORMAL\",\"44\":\"NORMAL\",\"45\":\"AUTOG PEQ. ESCALA\",\"46\":\"AUTOGENERADOR\",\"47\":\"NORMAL\",\"48\":\"AUTOG PEQ. ESCALA\",\"49\":\"NORMAL\",\"50\":\"AUTOG PEQ. ESCALA\",\"51\":\"AUTOGENERADOR\",\"52\":\"AUTOG PEQ. ESCALA\",\"53\":\"NORMAL\",\"54\":\"NORMAL\",\"55\":\"AUTOG PEQ. ESCALA\",\"56\":\"AUTOG PEQ. ESCALA\",\"57\":\"AUTOG PEQ. ESCALA\",\"58\":\"AUTOG PEQ. ESCALA\",\"59\":\"AUTOG PEQ. ESCALA\",\"60\":\"NORMAL\",\"61\":\"AUTOG PEQ. ESCALA\",\"62\":\"AUTOG PEQ. ESCALA\",\"63\":\"AUTOG PEQ. ESCALA\",\"64\":\"NORMAL\",\"65\":\"AUTOG PEQ. ESCALA\",\"66\":\"AUTOG PEQ. ESCALA\",\"67\":\"AUTOG PEQ. ESCALA\",\"68\":\"AUTOG PEQ. ESCALA\",\"69\":\"AUTOG PEQ. ESCALA\",\"70\":\"AUTOG PEQ. ESCALA\",\"71\":\"AUTOGENERADOR\",\"72\":\"AUTOGENERADOR\",\"73\":\"NORMAL\",\"74\":\"AUTOG PEQ. ESCALA\",\"75\":\"AUTOG PEQ. ESCALA\",\"76\":\"AUTOG PEQ. ESCALA\",\"77\":\"AUTOG PEQ. ESCALA\",\"78\":\"NORMAL\",\"79\":\"AUTOG PEQ. ESCALA\",\"80\":\"AUTOG PEQ. ESCALA\",\"81\":\"AUTOG PEQ. ESCALA\",\"82\":\"AUTOG PEQ. ESCALA\",\"83\":\"NORMAL\",\"84\":\"AUTOG PEQ. ESCALA\",\"85\":\"AUTOG PEQ. ESCALA\",\"86\":\"AUTOG PEQ. ESCALA\",\"87\":\"AUTOG PEQ. ESCALA\",\"88\":\"AUTOG PEQ. ESCALA\",\"89\":\"AUTOG PEQ. ESCALA\",\"90\":\"AUTOG PEQ. ESCALA\",\"91\":\"AUTOG PEQ. ESCALA\",\"92\":\"AUTOG PEQ. ESCALA\",\"93\":\"AUTOG PEQ. ESCALA\",\"94\":\"AUTOG PEQ. ESCALA\",\"95\":\"AUTOG PEQ. ESCALA\",\"96\":\"AUTOG PEQ. ESCALA\",\"97\":\"NORMAL\",\"98\":\"AUTOG PEQ. ESCALA\",\"99\":\"AUTOG PEQ. ESCALA\",\"100\":\"AUTOG PEQ. ESCALA\",\"101\":\"AUTOG PEQ. ESCALA\",\"102\":\"AUTOGENERADOR\",\"103\":\"NORMAL\",\"104\":\"AUTOG PEQ. ESCALA\",\"105\":\"AUTOG PEQ. ESCALA\",\"106\":\"AUTOG PEQ. ESCALA\",\"107\":\"AUTOG PEQ. ESCALA\",\"108\":\"AUTOG PEQ. ESCALA\",\"109\":\"AUTOG PEQ. ESCALA\",\"110\":\"AUTOGENERADOR\",\"111\":\"AUTOG PEQ. ESCALA\",\"112\":\"AUTOG PEQ. ESCALA\",\"113\":\"AUTOG PEQ. ESCALA\",\"114\":\"NORMAL\",\"115\":\"AUTOG PEQ. ESCALA\",\"116\":\"AUTOG PEQ. ESCALA\",\"117\":\"AUTOG PEQ. ESCALA\",\"118\":\"AUTOG PEQ. ESCALA\",\"119\":\"AUTOG PEQ. ESCALA\",\"120\":\"AUTOG PEQ. ESCALA\",\"121\":\"AUTOG PEQ. ESCALA\",\"122\":\"NORMAL\",\"123\":\"AUTOG PEQ. ESCALA\",\"124\":\"AUTOG PEQ. ESCALA\",\"125\":\"AUTOG PEQ. ESCALA\",\"126\":\"AUTOG PEQ. ESCALA\",\"127\":\"AUTOG PEQ. ESCALA\",\"128\":\"AUTOG PEQ. ESCALA\",\"129\":\"AUTOG PEQ. ESCALA\",\"130\":\"AUTOG PEQ. ESCALA\",\"131\":\"NORMAL\",\"132\":\"AUTOG PEQ. ESCALA\",\"133\":\"AUTOG PEQ. ESCALA\",\"134\":\"AUTOG PEQ. ESCALA\",\"135\":\"AUTOG PEQ. ESCALA\",\"136\":\"AUTOG PEQ. ESCALA\",\"137\":\"AUTOG PEQ. ESCALA\",\"138\":\"AUTOG PEQ. ESCALA\",\"139\":\"AUTOG PEQ. ESCALA\",\"140\":\"AUTOG PEQ. ESCALA\",\"141\":\"AUTOG PEQ. ESCALA\",\"142\":\"AUTOG PEQ. ESCALA\",\"143\":\"NORMAL\",\"144\":\"AUTOG PEQ. ESCALA\",\"145\":\"NORMAL\",\"146\":\"AUTOG PEQ. ESCALA\",\"147\":\"AUTOG PEQ. ESCALA\",\"148\":\"AUTOG PEQ. ESCALA\",\"149\":\"AUTOG PEQ. ESCALA\",\"150\":\"AUTOG PEQ. ESCALA\",\"151\":\"AUTOGENERADOR\",\"152\":\"AUTOG PEQ. ESCALA\",\"153\":\"AUTOG PEQ. ESCALA\",\"154\":\"AUTOG PEQ. ESCALA\",\"155\":\"NORMAL\",\"156\":\"AUTOG PEQ. ESCALA\",\"157\":\"NORMAL\",\"158\":\"AUTOG PEQ. ESCALA\",\"159\":\"AUTOGENERADOR\",\"160\":\"NORMAL\",\"161\":\"NORMAL\",\"162\":\"AUTOG PEQ. ESCALA\",\"163\":\"AUTOG PEQ. ESCALA\",\"164\":\"AUTOG PEQ. ESCALA\",\"165\":\"AUTOG PEQ. ESCALA\",\"166\":\"NORMAL\",\"167\":\"AUTOG PEQ. ESCALA\",\"168\":\"AUTOG PEQ. ESCALA\",\"169\":\"AUTOG PEQ. ESCALA\",\"170\":\"AUTOG PEQ. ESCALA\",\"171\":\"AUTOG PEQ. ESCALA\",\"172\":\"AUTOG PEQ. ESCALA\",\"173\":\"AUTOG PEQ. ESCALA\",\"174\":\"AUTOG PEQ. ESCALA\",\"175\":\"AUTOG PEQ. ESCALA\",\"176\":\"AUTOG PEQ. ESCALA\",\"177\":\"AUTOG PEQ. ESCALA\",\"178\":\"AUTOG PEQ. ESCALA\",\"179\":\"AUTOG PEQ. ESCALA\",\"180\":\"AUTOG PEQ. ESCALA\",\"181\":\"AUTOG PEQ. ESCALA\",\"182\":\"AUTOG PEQ. ESCALA\",\"183\":\"AUTOG PEQ. ESCALA\",\"184\":\"AUTOG PEQ. ESCALA\",\"185\":\"AUTOG PEQ. ESCALA\",\"186\":\"AUTOG PEQ. ESCALA\",\"187\":\"AUTOG PEQ. ESCALA\",\"188\":\"AUTOG PEQ. ESCALA\",\"189\":\"NORMAL\",\"190\":\"AUTOG PEQ. ESCALA\",\"191\":\"NORMAL\",\"192\":\"AUTOG PEQ. ESCALA\",\"193\":\"AUTOG PEQ. ESCALA\",\"194\":\"AUTOG PEQ. ESCALA\",\"195\":\"AUTOG PEQ. ESCALA\",\"196\":\"AUTOGENERADOR\",\"197\":\"AUTOG PEQ. ESCALA\",\"198\":\"AUTOG PEQ. ESCALA\",\"199\":\"AUTOG PEQ. ESCALA\",\"200\":\"AUTOG PEQ. ESCALA\",\"201\":\"NORMAL\",\"202\":\"NORMAL\",\"203\":\"AUTOG PEQ. ESCALA\",\"204\":\"NORMAL\",\"205\":\"NORMAL\",\"206\":\"AUTOG PEQ. ESCALA\",\"207\":\"AUTOG PEQ. ESCALA\",\"208\":\"AUTOG PEQ. ESCALA\",\"209\":\"AUTOG PEQ. ESCALA\",\"210\":\"AUTOG PEQ. ESCALA\",\"211\":\"AUTOG PEQ. ESCALA\",\"212\":\"AUTOGENERADOR\",\"213\":\"AUTOGENERADOR\",\"214\":\"AUTOG PEQ. ESCALA\",\"215\":\"AUTOG PEQ. ESCALA\",\"216\":\"AUTOG PEQ. ESCALA\",\"217\":\"AUTOG PEQ. ESCALA\",\"218\":\"AUTOG PEQ. ESCALA\",\"219\":\"AUTOG PEQ. ESCALA\",\"220\":\"AUTOG PEQ. ESCALA\",\"221\":\"AUTOG PEQ. ESCALA\",\"222\":\"AUTOG PEQ. ESCALA\",\"223\":\"AUTOGENERADOR\",\"224\":\"NORMAL\",\"225\":\"AUTOG PEQ. ESCALA\",\"226\":\"AUTOG PEQ. ESCALA\",\"227\":\"AUTOG PEQ. ESCALA\",\"228\":\"AUTOG PEQ. ESCALA\",\"229\":\"AUTOG PEQ. ESCALA\",\"230\":\"AUTOG PEQ. ESCALA\",\"231\":\"AUTOG PEQ. ESCALA\",\"232\":\"AUTOG PEQ. ESCALA\",\"233\":\"AUTOG PEQ. ESCALA\",\"234\":\"AUTOG PEQ. ESCALA\",\"235\":\"AUTOG PEQ. ESCALA\",\"236\":\"AUTOG PEQ. ESCALA\",\"237\":\"NORMAL\",\"238\":\"AUTOG PEQ. ESCALA\",\"239\":\"NORMAL\",\"240\":\"AUTOG PEQ. ESCALA\",\"241\":\"AUTOGENERADOR\",\"242\":\"AUTOG PEQ. ESCALA\",\"243\":\"NORMAL\",\"244\":\"NORMAL\",\"245\":\"AUTOG PEQ. ESCALA\",\"246\":\"AUTOGENERADOR\",\"247\":\"AUTOG PEQ. ESCALA\",\"248\":\"AUTOG PEQ. ESCALA\",\"249\":\"AUTOG PEQ. ESCALA\",\"250\":\"AUTOG PEQ. ESCALA\",\"251\":\"AUTOG PEQ. ESCALA\",\"252\":\"AUTOG PEQ. ESCALA\",\"253\":\"NORMAL\",\"254\":\"NORMAL\",\"255\":\"NORMAL\",\"256\":\"AUTOG PEQ. ESCALA\",\"257\":\"AUTOG PEQ. ESCALA\",\"258\":\"AUTOG PEQ. ESCALA\",\"259\":\"AUTOG PEQ. ESCALA\",\"260\":\"AUTOG PEQ. ESCALA\",\"261\":\"AUTOG PEQ. ESCALA\",\"262\":\"AUTOG PEQ. ESCALA\",\"263\":\"AUTOG PEQ. ESCALA\",\"264\":\"NORMAL\",\"265\":\"AUTOG PEQ. ESCALA\",\"266\":\"AUTOG PEQ. ESCALA\",\"267\":\"AUTOG PEQ. ESCALA\",\"268\":\"AUTOG PEQ. ESCALA\",\"269\":\"AUTOG PEQ. ESCALA\",\"270\":\"AUTOG PEQ. ESCALA\",\"271\":\"AUTOG PEQ. ESCALA\",\"272\":\"AUTOG PEQ. ESCALA\",\"273\":\"AUTOG PEQ. ESCALA\",\"274\":\"AUTOG PEQ. ESCALA\",\"275\":\"NORMAL\",\"276\":\"NORMAL\",\"277\":\"AUTOG PEQ. ESCALA\",\"278\":\"AUTOG PEQ. ESCALA\",\"279\":\"NORMAL\",\"280\":\"NORMAL\",\"281\":\"AUTOG PEQ. ESCALA\",\"282\":\"AUTOGENERADOR\",\"283\":\"NORMAL\",\"284\":\"NORMAL\",\"285\":\"NORMAL\",\"286\":\"AUTOG PEQ. ESCALA\",\"287\":\"AUTOG PEQ. ESCALA\",\"288\":\"GEN. DISTRIBUIDA\",\"289\":\"GEN. DISTRIBUIDA\",\"290\":\"AUTOG PEQ. ESCALA\",\"291\":\"AUTOG PEQ. ESCALA\",\"292\":\"AUTOG PEQ. ESCALA\",\"293\":\"AUTOG PEQ. ESCALA\",\"294\":\"AUTOG PEQ. ESCALA\",\"295\":\"AUTOG PEQ. ESCALA\",\"296\":\"AUTOG PEQ. ESCALA\",\"297\":\"AUTOG PEQ. ESCALA\",\"298\":\"AUTOG PEQ. ESCALA\",\"299\":\"AUTOG PEQ. ESCALA\",\"300\":\"NORMAL\",\"301\":\"AUTOG PEQ. ESCALA\",\"302\":\"AUTOG PEQ. ESCALA\",\"303\":\"AUTOG PEQ. ESCALA\",\"304\":\"AUTOG PEQ. ESCALA\",\"305\":\"AUTOG PEQ. ESCALA\",\"306\":\"AUTOG PEQ. ESCALA\",\"307\":\"AUTOG PEQ. ESCALA\",\"308\":\"AUTOGENERADOR\",\"309\":\"AUTOG PEQ. ESCALA\",\"310\":\"AUTOG PEQ. ESCALA\",\"311\":\"AUTOG PEQ. ESCALA\",\"312\":\"AUTOG PEQ. ESCALA\",\"313\":\"AUTOG PEQ. ESCALA\",\"314\":\"NORMAL\",\"315\":\"NORMAL\",\"316\":\"AUTOG PEQ. ESCALA\",\"317\":\"AUTOG PEQ. ESCALA\",\"318\":\"AUTOG PEQ. ESCALA\",\"319\":\"AUTOG PEQ. ESCALA\",\"320\":\"AUTOG PEQ. ESCALA\",\"321\":\"AUTOG PEQ. ESCALA\",\"322\":\"AUTOG PEQ. ESCALA\",\"323\":\"AUTOG PEQ. ESCALA\",\"324\":\"AUTOG PEQ. ESCALA\",\"325\":\"AUTOG PEQ. ESCALA\",\"326\":\"AUTOG PEQ. ESCALA\",\"327\":\"AUTOG PEQ. ESCALA\",\"328\":\"AUTOG PEQ. ESCALA\",\"329\":\"AUTOG PEQ. ESCALA\",\"330\":\"AUTOG PEQ. ESCALA\",\"331\":\"AUTOG PEQ. ESCALA\",\"332\":\"AUTOG PEQ. ESCALA\",\"333\":\"AUTOG PEQ. ESCALA\",\"334\":\"AUTOG PEQ. ESCALA\",\"335\":\"AUTOG PEQ. ESCALA\",\"336\":\"AUTOG PEQ. ESCALA\",\"337\":\"AUTOG PEQ. ESCALA\",\"338\":\"AUTOG PEQ. ESCALA\",\"339\":\"AUTOG PEQ. ESCALA\",\"340\":\"AUTOG PEQ. ESCALA\",\"341\":\"AUTOG PEQ. ESCALA\",\"342\":\"AUTOG PEQ. ESCALA\",\"343\":\"AUTOG PEQ. ESCALA\",\"344\":\"AUTOG PEQ. ESCALA\",\"345\":\"AUTOG PEQ. ESCALA\",\"346\":\"AUTOG PEQ. ESCALA\",\"347\":\"AUTOG PEQ. ESCALA\",\"348\":\"AUTOG PEQ. ESCALA\",\"349\":\"AUTOG PEQ. ESCALA\",\"350\":\"AUTOG PEQ. ESCALA\",\"351\":\"AUTOGENERADOR\",\"352\":\"AUTOG PEQ. ESCALA\",\"353\":\"AUTOG PEQ. ESCALA\",\"354\":\"AUTOG PEQ. ESCALA\",\"355\":\"NORMAL\",\"356\":\"AUTOG PEQ. ESCALA\",\"357\":\"AUTOG PEQ. ESCALA\",\"358\":\"AUTOG PEQ. ESCALA\",\"359\":\"AUTOG PEQ. ESCALA\",\"360\":\"AUTOG PEQ. ESCALA\",\"361\":\"AUTOG PEQ. ESCALA\",\"362\":\"NORMAL\",\"363\":\"NORMAL\",\"364\":\"NORMAL\",\"365\":\"NORMAL\",\"366\":\"AUTOG PEQ. ESCALA\",\"367\":\"AUTOG PEQ. ESCALA\",\"368\":\"AUTOG PEQ. ESCALA\",\"369\":\"AUTOG PEQ. ESCALA\",\"370\":\"AUTOG PEQ. ESCALA\",\"371\":\"AUTOG PEQ. ESCALA\",\"372\":\"AUTOG PEQ. ESCALA\",\"373\":\"AUTOG PEQ. ESCALA\",\"374\":\"AUTOG PEQ. ESCALA\",\"375\":\"AUTOG PEQ. ESCALA\",\"376\":\"NORMAL\",\"377\":\"AUTOG PEQ. ESCALA\",\"378\":\"AUTOG PEQ. ESCALA\",\"379\":\"AUTOG PEQ. ESCALA\",\"380\":\"AUTOG PEQ. ESCALA\",\"381\":\"NORMAL\",\"382\":\"NORMAL\",\"383\":\"NORMAL\",\"384\":\"AUTOG PEQ. ESCALA\",\"385\":\"AUTOG PEQ. ESCALA\",\"386\":\"AUTOG PEQ. ESCALA\",\"387\":\"AUTOG PEQ. ESCALA\",\"388\":\"AUTOG PEQ. ESCALA\",\"389\":\"AUTOG PEQ. ESCALA\",\"390\":\"AUTOG PEQ. ESCALA\",\"391\":\"AUTOG PEQ. ESCALA\",\"392\":\"AUTOG PEQ. ESCALA\",\"393\":\"AUTOG PEQ. ESCALA\",\"394\":\"AUTOG PEQ. ESCALA\",\"395\":\"NORMAL\",\"396\":\"NORMAL\",\"397\":\"NORMAL\",\"398\":\"NORMAL\",\"399\":\"AUTOG PEQ. ESCALA\",\"400\":\"AUTOG PEQ. ESCALA\",\"401\":\"NORMAL\",\"402\":\"NORMAL\",\"403\":\"AUTOG PEQ. ESCALA\",\"404\":\"AUTOG PEQ. ESCALA\",\"405\":\"AUTOG PEQ. ESCALA\",\"406\":\"AUTOG PEQ. ESCALA\",\"407\":\"AUTOG PEQ. ESCALA\",\"408\":\"AUTOG PEQ. ESCALA\",\"409\":\"GEN. DISTRIBUIDA\",\"410\":\"AUTOG PEQ. ESCALA\",\"411\":\"AUTOG PEQ. ESCALA\",\"412\":\"AUTOG PEQ. ESCALA\",\"413\":\"AUTOG PEQ. ESCALA\",\"414\":\"AUTOG PEQ. ESCALA\",\"415\":\"AUTOG PEQ. ESCALA\",\"416\":\"AUTOG PEQ. ESCALA\",\"417\":\"AUTOG PEQ. ESCALA\",\"418\":\"AUTOG PEQ. ESCALA\",\"419\":\"AUTOGENERADOR\",\"420\":\"GEN. DISTRIBUIDA\",\"421\":\"GEN. DISTRIBUIDA\",\"422\":\"GEN. DISTRIBUIDA\",\"423\":\"GEN. DISTRIBUIDA\",\"424\":\"GEN. DISTRIBUIDA\",\"425\":\"GEN. DISTRIBUIDA\",\"426\":\"GEN. DISTRIBUIDA\",\"427\":\"GEN. DISTRIBUIDA\",\"428\":\"GEN. DISTRIBUIDA\",\"429\":\"GEN. DISTRIBUIDA\",\"430\":\"AUTOG PEQ. ESCALA\",\"431\":\"AUTOG PEQ. ESCALA\",\"432\":\"AUTOG PEQ. ESCALA\",\"433\":\"AUTOG PEQ. ESCALA\",\"434\":\"AUTOG PEQ. ESCALA\",\"435\":\"AUTOG PEQ. ESCALA\",\"436\":\"AUTOG PEQ. ESCALA\",\"437\":\"AUTOG PEQ. ESCALA\",\"438\":\"AUTOG PEQ. ESCALA\",\"439\":\"AUTOG PEQ. ESCALA\",\"440\":\"AUTOG PEQ. ESCALA\",\"441\":\"AUTOG PEQ. ESCALA\",\"442\":\"AUTOG PEQ. ESCALA\",\"443\":\"AUTOG PEQ. ESCALA\",\"444\":\"AUTOG PEQ. ESCALA\",\"445\":\"AUTOG PEQ. ESCALA\",\"446\":\"NORMAL\",\"447\":\"AUTOG PEQ. ESCALA\",\"448\":\"GEN. DISTRIBUIDA\",\"449\":\"AUTOG PEQ. ESCALA\",\"450\":\"AUTOG PEQ. ESCALA\",\"451\":\"AUTOG PEQ. ESCALA\",\"452\":\"AUTOG PEQ. ESCALA\",\"453\":\"AUTOG PEQ. ESCALA\",\"454\":\"AUTOG PEQ. ESCALA\",\"455\":\"AUTOGENERADOR\",\"456\":\"NORMAL\",\"457\":\"NORMAL\",\"458\":\"AUTOG PEQ. ESCALA\",\"459\":\"AUTOG PEQ. ESCALA\",\"460\":\"AUTOG PEQ. ESCALA\",\"461\":\"AUTOG PEQ. ESCALA\",\"462\":\"AUTOG PEQ. ESCALA\",\"463\":\"AUTOG PEQ. ESCALA\",\"464\":\"AUTOG PEQ. ESCALA\",\"465\":\"AUTOG PEQ. ESCALA\",\"466\":\"NORMAL\",\"467\":\"AUTOG PEQ. ESCALA\",\"468\":\"AUTOG PEQ. ESCALA\",\"469\":\"AUTOG PEQ. ESCALA\",\"470\":\"AUTOG PEQ. ESCALA\",\"471\":\"AUTOG PEQ. ESCALA\",\"472\":\"AUTOG PEQ. ESCALA\",\"473\":\"AUTOG PEQ. ESCALA\",\"474\":\"AUTOGENERADOR\",\"475\":\"AUTOG PEQ. ESCALA\",\"476\":\"AUTOG PEQ. ESCALA\",\"477\":\"AUTOG PEQ. ESCALA\",\"478\":\"AUTOG PEQ. ESCALA\",\"479\":\"AUTOG PEQ. ESCALA\",\"480\":\"AUTOG PEQ. ESCALA\",\"481\":\"AUTOG PEQ. ESCALA\",\"482\":\"AUTOG PEQ. ESCALA\",\"483\":\"AUTOG PEQ. ESCALA\",\"484\":\"AUTOG PEQ. ESCALA\",\"485\":\"AUTOGENERADOR\",\"486\":\"AUTOG PEQ. ESCALA\",\"487\":\"AUTOG PEQ. ESCALA\",\"488\":\"AUTOG PEQ. ESCALA\",\"489\":\"AUTOG PEQ. ESCALA\",\"490\":\"GEN. DISTRIBUIDA\",\"491\":\"AUTOG PEQ. ESCALA\",\"492\":\"AUTOG PEQ. ESCALA\",\"493\":\"AUTOG PEQ. ESCALA\",\"494\":\"AUTOG PEQ. ESCALA\",\"495\":\"AUTOG PEQ. ESCALA\",\"496\":\"AUTOG PEQ. ESCALA\",\"497\":\"AUTOG PEQ. ESCALA\",\"498\":\"AUTOG PEQ. ESCALA\",\"499\":\"AUTOGENERADOR\",\"500\":\"AUTOG PEQ. ESCALA\",\"501\":\"AUTOG PEQ. ESCALA\",\"502\":\"AUTOGENERADOR\",\"503\":\"AUTOG PEQ. ESCALA\",\"504\":\"AUTOGENERADOR\",\"505\":\"AUTOG PEQ. ESCALA\",\"506\":\"AUTOG PEQ. ESCALA\",\"507\":\"AUTOG PEQ. ESCALA\",\"508\":\"AUTOG PEQ. ESCALA\",\"509\":\"AUTOG PEQ. ESCALA\",\"510\":\"NORMAL\",\"511\":\"NORMAL\",\"512\":\"NORMAL\",\"513\":\"AUTOG PEQ. ESCALA\",\"514\":\"AUTOG PEQ. ESCALA\",\"515\":\"AUTOG PEQ. ESCALA\",\"516\":\"AUTOG PEQ. ESCALA\",\"517\":\"AUTOG PEQ. ESCALA\",\"518\":\"AUTOG PEQ. ESCALA\",\"519\":\"AUTOG PEQ. ESCALA\",\"520\":\"AUTOG PEQ. ESCALA\",\"521\":\"AUTOG PEQ. ESCALA\",\"522\":\"AUTOG PEQ. ESCALA\",\"523\":\"AUTOG PEQ. ESCALA\",\"524\":\"AUTOG PEQ. ESCALA\",\"525\":\"AUTOG PEQ. ESCALA\",\"526\":\"AUTOG PEQ. ESCALA\",\"527\":\"AUTOG PEQ. ESCALA\",\"528\":\"AUTOG PEQ. ESCALA\",\"529\":\"AUTOG PEQ. ESCALA\",\"530\":\"AUTOG PEQ. ESCALA\",\"531\":\"AUTOG PEQ. ESCALA\",\"532\":\"AUTOG PEQ. ESCALA\",\"533\":\"AUTOG PEQ. ESCALA\",\"534\":\"AUTOG PEQ. ESCALA\",\"535\":\"GEN. DISTRIBUIDA\",\"536\":\"AUTOG PEQ. ESCALA\",\"537\":\"AUTOG PEQ. ESCALA\",\"538\":\"AUTOG PEQ. ESCALA\",\"539\":\"AUTOGENERADOR\",\"540\":\"AUTOG PEQ. ESCALA\",\"541\":\"AUTOG PEQ. ESCALA\",\"542\":\"AUTOG PEQ. ESCALA\",\"543\":\"AUTOG PEQ. ESCALA\",\"544\":\"AUTOG PEQ. ESCALA\",\"545\":\"AUTOG PEQ. ESCALA\",\"546\":\"AUTOG PEQ. ESCALA\",\"547\":\"AUTOG PEQ. ESCALA\",\"548\":\"AUTOG PEQ. ESCALA\",\"549\":\"AUTOG PEQ. ESCALA\",\"550\":\"AUTOG PEQ. ESCALA\",\"551\":\"AUTOG PEQ. ESCALA\",\"552\":\"AUTOG PEQ. ESCALA\",\"553\":\"AUTOG PEQ. ESCALA\",\"554\":\"AUTOG PEQ. ESCALA\",\"555\":\"AUTOG PEQ. ESCALA\",\"556\":\"AUTOG PEQ. ESCALA\",\"557\":\"AUTOG PEQ. ESCALA\",\"558\":\"AUTOG PEQ. ESCALA\",\"559\":\"AUTOG PEQ. ESCALA\",\"560\":\"AUTOG PEQ. ESCALA\",\"561\":\"AUTOG PEQ. ESCALA\",\"562\":\"AUTOG PEQ. ESCALA\",\"563\":\"AUTOG PEQ. ESCALA\",\"564\":\"AUTOG PEQ. ESCALA\",\"565\":\"AUTOG PEQ. ESCALA\",\"566\":\"AUTOG PEQ. ESCALA\",\"567\":\"AUTOG PEQ. ESCALA\",\"568\":\"AUTOG PEQ. ESCALA\",\"569\":\"AUTOG PEQ. ESCALA\",\"570\":\"AUTOG PEQ. ESCALA\",\"571\":\"GEN. DISTRIBUIDA\",\"572\":\"AUTOG PEQ. ESCALA\",\"573\":\"AUTOG PEQ. ESCALA\",\"574\":\"AUTOG PEQ. ESCALA\",\"575\":\"AUTOG PEQ. ESCALA\",\"576\":\"AUTOG PEQ. ESCALA\",\"577\":\"AUTOG PEQ. ESCALA\",\"578\":\"AUTOG PEQ. ESCALA\",\"579\":\"AUTOG PEQ. ESCALA\",\"580\":\"AUTOG PEQ. ESCALA\",\"581\":\"AUTOG PEQ. ESCALA\",\"582\":\"GEN. DISTRIBUIDA\",\"583\":\"GEN. DISTRIBUIDA\",\"584\":\"NORMAL\",\"585\":\"AUTOG PEQ. ESCALA\",\"586\":\"AUTOG PEQ. ESCALA\",\"587\":\"AUTOG PEQ. ESCALA\",\"588\":\"NORMAL\",\"589\":\"AUTOG PEQ. ESCALA\",\"590\":\"AUTOG PEQ. ESCALA\",\"591\":\"AUTOGENERADOR\",\"592\":\"AUTOG PEQ. ESCALA\",\"593\":\"AUTOG PEQ. ESCALA\",\"594\":\"AUTOG PEQ. ESCALA\",\"595\":\"AUTOG PEQ. ESCALA\",\"596\":\"GEN. DISTRIBUIDA\",\"597\":\"GEN. DISTRIBUIDA\",\"598\":\"GEN. DISTRIBUIDA\",\"599\":\"AUTOG PEQ. ESCALA\",\"600\":\"AUTOG PEQ. ESCALA\",\"601\":\"AUTOG PEQ. ESCALA\",\"602\":\"AUTOG PEQ. ESCALA\",\"603\":\"AUTOG PEQ. ESCALA\",\"604\":\"AUTOG PEQ. ESCALA\",\"605\":\"AUTOG PEQ. ESCALA\",\"606\":\"AUTOG PEQ. ESCALA\",\"607\":\"AUTOG PEQ. ESCALA\",\"608\":\"AUTOG PEQ. ESCALA\",\"609\":\"AUTOG PEQ. ESCALA\",\"610\":\"AUTOG PEQ. ESCALA\",\"611\":\"AUTOG PEQ. ESCALA\",\"612\":\"AUTOG PEQ. ESCALA\",\"613\":\"AUTOG PEQ. ESCALA\",\"614\":\"AUTOG PEQ. ESCALA\",\"615\":\"AUTOGENERADOR\",\"616\":\"AUTOG PEQ. ESCALA\",\"617\":\"AUTOG PEQ. ESCALA\",\"618\":\"AUTOG PEQ. ESCALA\",\"619\":\"AUTOG PEQ. ESCALA\",\"620\":\"AUTOG PEQ. ESCALA\",\"621\":\"AUTOGENERADOR\",\"622\":\"AUTOG PEQ. ESCALA\",\"623\":\"AUTOG PEQ. ESCALA\",\"624\":\"AUTOG PEQ. ESCALA\",\"625\":\"AUTOG PEQ. ESCALA\",\"626\":\"AUTOG PEQ. ESCALA\",\"627\":\"AUTOGENERADOR\",\"628\":\"AUTOG PEQ. ESCALA\",\"629\":\"AUTOG PEQ. ESCALA\",\"630\":\"NORMAL\",\"631\":\"NORMAL\",\"632\":\"NORMAL\",\"633\":\"NORMAL\",\"634\":\"NORMAL\",\"635\":\"AUTOG PEQ. ESCALA\",\"636\":\"AUTOGENERADOR\",\"637\":\"GEN. DISTRIBUIDA\",\"638\":\"GEN. DISTRIBUIDA\",\"639\":\"AUTOG PEQ. ESCALA\",\"640\":\"AUTOGENERADOR\",\"641\":\"GEN. DISTRIBUIDA\",\"642\":\"NORMAL\",\"643\":\"AUTOGENERADOR\",\"644\":\"AUTOG PEQ. ESCALA\",\"645\":\"AUTOG PEQ. ESCALA\",\"646\":\"AUTOG PEQ. ESCALA\",\"647\":\"AUTOG PEQ. ESCALA\",\"648\":\"AUTOG PEQ. ESCALA\",\"649\":\"GEN. DISTRIBUIDA\",\"650\":\"GEN. DISTRIBUIDA\",\"651\":\"AUTOG PEQ. ESCALA\",\"652\":\"AUTOG PEQ. ESCALA\",\"653\":\"AUTOG PEQ. ESCALA\",\"654\":\"AUTOG PEQ. ESCALA\",\"655\":\"AUTOG PEQ. ESCALA\",\"656\":\"AUTOG PEQ. ESCALA\",\"657\":\"GEN. DISTRIBUIDA\",\"658\":\"NORMAL\",\"659\":\"GEN. DISTRIBUIDA\",\"660\":\"AUTOG PEQ. ESCALA\",\"661\":\"AUTOGENERADOR\",\"662\":\"NORMAL\",\"663\":\"AUTOG PEQ. ESCALA\",\"664\":\"AUTOG PEQ. ESCALA\",\"665\":\"AUTOG PEQ. ESCALA\",\"666\":\"AUTOG PEQ. ESCALA\",\"667\":\"AUTOG PEQ. ESCALA\",\"668\":\"AUTOG PEQ. ESCALA\",\"669\":\"AUTOG PEQ. ESCALA\",\"670\":\"AUTOG PEQ. ESCALA\",\"671\":\"AUTOG PEQ. ESCALA\",\"672\":\"AUTOG PEQ. ESCALA\",\"673\":\"AUTOG PEQ. ESCALA\",\"674\":\"AUTOG PEQ. ESCALA\",\"675\":\"AUTOG PEQ. ESCALA\",\"676\":\"AUTOG PEQ. ESCALA\",\"677\":\"AUTOG PEQ. ESCALA\",\"678\":\"AUTOG PEQ. ESCALA\",\"679\":\"AUTOG PEQ. ESCALA\",\"680\":\"AUTOG PEQ. ESCALA\",\"681\":\"AUTOG PEQ. ESCALA\",\"682\":\"AUTOG PEQ. ESCALA\",\"683\":\"AUTOG PEQ. ESCALA\",\"684\":\"AUTOG PEQ. ESCALA\",\"685\":\"NORMAL\",\"686\":\"NORMAL\",\"687\":\"NORMAL\",\"688\":\"NORMAL\",\"689\":\"NORMAL\",\"690\":\"GEN. DISTRIBUIDA\",\"691\":\"GEN. DISTRIBUIDA\",\"692\":\"NORMAL\",\"693\":\"NORMAL\",\"694\":\"AUTOGENERADOR\",\"695\":\"GEN. DISTRIBUIDA\",\"696\":\"AUTOGENERADOR\",\"697\":\"NORMAL\",\"698\":\"NORMAL\",\"699\":\"NORMAL\",\"700\":\"NORMAL\",\"701\":\"NORMAL\",\"702\":\"GEN. DISTRIBUIDA\",\"703\":\"COGENERADOR\",\"704\":\"NORMAL\",\"705\":\"NORMAL\",\"706\":\"COGENERADOR\",\"707\":\"NORMAL\",\"708\":\"NORMAL\",\"709\":\"COGENERADOR\",\"710\":\"COGENERADOR\",\"711\":\"FILO DE AGUA\",\"712\":\"NORMAL\",\"713\":\"FILO AGUA ESPECIAL\",\"714\":\"NORMAL\",\"715\":\"AUTOGENERADOR\",\"716\":\"NORMAL\",\"717\":\"NORMAL\",\"718\":\"NORMAL\",\"719\":\"NORMAL\",\"720\":\"FILO DE AGUA\",\"721\":\"NORMAL\",\"722\":\"NORMAL\",\"723\":\"NORMAL\",\"724\":\"NORMAL\",\"725\":\"FILO DE AGUA\",\"726\":\"NORMAL\",\"727\":\"FILO DE AGUA\",\"728\":\"NORMAL\",\"729\":\"FILO DE AGUA\",\"730\":\"FILO DE AGUA\",\"731\":\"NORMAL\",\"732\":\"GEN. DISTRIBUIDA\",\"733\":\"NORMAL\",\"734\":\"NORMAL\",\"735\":\"NORMAL\",\"736\":\"NORMAL\",\"737\":\"NORMAL\",\"738\":\"NORMAL\",\"739\":\"NORMAL\",\"740\":\"FILO DE AGUA\",\"741\":\"NORMAL\",\"742\":\"NORMAL\",\"743\":\"FILO DE AGUA\",\"744\":\"COGENERADOR\",\"745\":\"NORMAL\",\"746\":\"GEN. DISTRIBUIDA\",\"747\":\"GEN. DISTRIBUIDA\",\"748\":\"NORMAL\",\"749\":\"NORMAL\",\"750\":\"COGENERADOR\",\"751\":\"NORMAL\",\"752\":\"NORMAL\",\"753\":\"NORMAL\",\"754\":\"NORMAL\",\"755\":\"NORMAL\",\"756\":\"NORMAL\",\"757\":\"NORMAL\",\"758\":\"NORMAL\",\"759\":\"NORMAL\",\"760\":\"GEN. DISTRIBUIDA\",\"761\":\"NORMAL\",\"762\":\"FILO DE AGUA\",\"763\":\"NORMAL\",\"764\":\"NORMAL\",\"765\":\"NORMAL\",\"766\":\"NORMAL\",\"767\":\"GEN. DISTRIBUIDA\",\"768\":\"GEN. DISTRIBUIDA\",\"769\":\"NORMAL\",\"770\":\"NORMAL\",\"771\":\"COGENERADOR\",\"772\":\"NORMAL\",\"773\":\"NORMAL\",\"774\":\"NORMAL\",\"775\":\"NORMAL\",\"776\":\"GEN. DISTRIBUIDA\",\"777\":\"COGENERADOR\",\"778\":\"NORMAL\",\"779\":\"NORMAL\",\"780\":\"NORMAL\",\"781\":\"NORMAL\",\"782\":\"COGENERADOR\",\"783\":\"NORMAL\",\"784\":\"NORMAL\",\"785\":\"NORMAL\",\"786\":\"NORMAL\",\"787\":\"NORMAL\",\"788\":\"NORMAL\",\"789\":\"NORMAL\",\"790\":\"GEN. DISTRIBUIDA\",\"791\":\"NORMAL\",\"792\":\"NORMAL\",\"793\":\"NORMAL\",\"794\":\"NORMAL\",\"795\":\"NORMAL\",\"796\":\"NORMAL\",\"797\":\"GEN. DISTRIBUIDA\",\"798\":\"NORMAL\",\"799\":\"NORMAL\",\"800\":\"FILO DE AGUA\",\"801\":\"GEN. DISTRIBUIDA\",\"802\":\"NORMAL\",\"803\":\"NORMAL\",\"804\":\"FILO DE AGUA\",\"805\":\"NORMAL\",\"806\":\"FILO DE AGUA\",\"807\":\"COGENERADOR\",\"808\":\"NORMAL\",\"809\":\"GEN. DISTRIBUIDA\",\"810\":\"GEN. DISTRIBUIDA\",\"811\":\"NORMAL\",\"812\":\"GEN. DISTRIBUIDA\",\"813\":\"GEN. DISTRIBUIDA\",\"814\":\"NORMAL\",\"815\":\"FILO DE AGUA\",\"816\":\"NORMAL\",\"817\":\"NORMAL\",\"818\":\"FILO DE AGUA\",\"819\":\"NORMAL\",\"820\":\"NORMAL\",\"821\":\"NORMAL\",\"822\":\"NORMAL\",\"823\":\"NORMAL\",\"824\":\"NORMAL\",\"825\":\"NORMAL\",\"826\":\"NORMAL\",\"827\":\"NORMAL\",\"828\":\"CICLO COMBINADO\",\"829\":\"NORMAL\",\"830\":\"CICLO COMBINADO\",\"831\":\"CICLO COMBINADO\",\"832\":\"CICLO COMBINADO\",\"833\":\"NORMAL\",\"834\":\"CICLO COMBINADO\",\"835\":\"CICLO COMBINADO\",\"836\":\"CICLO COMBINADO\",\"837\":\"NORMAL\",\"838\":\"NORMAL\",\"839\":\"NORMAL\",\"840\":\"GEN. DISTRIBUIDA\",\"841\":\"NORMAL\",\"842\":\"NORMAL\",\"843\":\"NORMAL\",\"844\":\"NORMAL\",\"845\":\"CICLO COMBINADO\",\"846\":\"NORMAL\",\"847\":\"NORMAL\",\"848\":\"NORMAL\",\"849\":\"CICLO COMBINADO\",\"850\":\"NORMAL\",\"851\":\"CICLO COMBINADO\",\"852\":\"NORMAL\",\"853\":\"NORMAL\",\"854\":\"NORMAL\",\"855\":\"NORMAL\",\"856\":\"NORMAL\",\"857\":\"GEN. DISTRIBUIDA\",\"858\":\"NORMAL\",\"859\":\"NORMAL\",\"860\":\"NORMAL\",\"861\":\"NORMAL\",\"862\":\"NORMAL\",\"863\":\"NORMAL\",\"864\":\"NORMAL\",\"865\":\"NORMAL\",\"866\":\"NORMAL\"},\"Values_CompanyCode\":{\"0\":\"ISGG\",\"1\":\"ENDG\",\"2\":\"HZEG\",\"3\":\"EPSG\",\"4\":\"ENDG\",\"5\":\"EMSG\",\"6\":\"EPSG\",\"7\":\"EPMG\",\"8\":\"GPYG\",\"9\":\"EPSG\",\"10\":\"GECG\",\"11\":\"ENDG\",\"12\":\"BDJG\",\"13\":\"EPMG\",\"14\":\"PCYG\",\"15\":\"VESG\",\"16\":\"GALG\",\"17\":\"RENG\",\"18\":\"HCCG\",\"19\":\"PRIG\",\"20\":\"CHVG\",\"21\":\"ISGG\",\"22\":\"ISGG\",\"23\":\"GECG\",\"24\":\"ISGG\",\"25\":\"ISGG\",\"26\":\"EPSG\",\"27\":\"GNCG\",\"28\":\"PECG\",\"29\":\"TMMG\",\"30\":\"TMMG\",\"31\":\"TMMG\",\"32\":\"EEPG\",\"33\":\"ENDG\",\"34\":\"ENDG\",\"35\":\"ENDG\",\"36\":\"ENDG\",\"37\":\"GPEG\",\"38\":\"ABAG\",\"39\":\"EPMG\",\"40\":\"DEPG\",\"41\":\"GPEG\",\"42\":\"EPSG\",\"43\":\"ESUG\",\"44\":\"GSAG\",\"45\":\"GECG\",\"46\":\"GECG\",\"47\":\"EGEG\",\"48\":\"ETTC\",\"49\":\"HBCG\",\"50\":\"BIAC\",\"51\":\"TRPG\",\"52\":\"GNCC\",\"53\":\"EPSG\",\"54\":\"EPSG\",\"55\":\"GNCC\",\"56\":\"ETTC\",\"57\":\"NRCC\",\"58\":\"NRCC\",\"59\":\"NRCC\",\"60\":\"ISGG\",\"61\":\"ETTC\",\"62\":\"NRCC\",\"63\":\"NRCC\",\"64\":\"EGRG\",\"65\":\"GNCC\",\"66\":\"ETTC\",\"67\":\"EPSC\",\"68\":\"GNCC\",\"69\":\"GNCC\",\"70\":\"RTQC\",\"71\":\"EPSG\",\"72\":\"EPMG\",\"73\":\"RTAG\",\"74\":\"GNCC\",\"75\":\"EPSG\",\"76\":\"NEUC\",\"77\":\"NEUC\",\"78\":\"SFEG\",\"79\":\"NEUC\",\"80\":\"GNCC\",\"81\":\"EMEG\",\"82\":\"NEUC\",\"83\":\"EEPG\",\"84\":\"RTQC\",\"85\":\"NEUC\",\"86\":\"NEUC\",\"87\":\"NEUC\",\"88\":\"NEUC\",\"89\":\"NEUC\",\"90\":\"NRCC\",\"91\":\"NEUC\",\"92\":\"GNCC\",\"93\":\"RTQC\",\"94\":\"GNCC\",\"95\":\"NEUC\",\"96\":\"GNCC\",\"97\":\"EPSG\",\"98\":\"GNCC\",\"99\":\"GNCC\",\"100\":\"NEUC\",\"101\":\"NEUC\",\"102\":\"DEPG\",\"103\":\"AAGG\",\"104\":\"ETTC\",\"105\":\"ETTC\",\"106\":\"ETTC\",\"107\":\"ETTC\",\"108\":\"ETTC\",\"109\":\"NRCC\",\"110\":\"GSAG\",\"111\":\"ETTC\",\"112\":\"NEUC\",\"113\":\"QIEC\",\"114\":\"HEMG\",\"115\":\"GNCC\",\"116\":\"EPSC\",\"117\":\"TPLC\",\"118\":\"ETTC\",\"119\":\"NEUC\",\"120\":\"GNCC\",\"121\":\"NEUC\",\"122\":\"GNYG\",\"123\":\"NEUC\",\"124\":\"NEUC\",\"125\":\"GNCC\",\"126\":\"ETTC\",\"127\":\"NRCC\",\"128\":\"NRCC\",\"129\":\"ETTC\",\"130\":\"NEUC\",\"131\":\"ENDG\",\"132\":\"NEUC\",\"133\":\"GNCC\",\"134\":\"QIEC\",\"135\":\"NEUC\",\"136\":\"NEUC\",\"137\":\"ETTC\",\"138\":\"ENBC\",\"139\":\"ETTC\",\"140\":\"NEUC\",\"141\":\"EEPC\",\"142\":\"EEPC\",\"143\":\"EBSG\",\"144\":\"EEPC\",\"145\":\"PCYG\",\"146\":\"ENDC\",\"147\":\"GNCC\",\"148\":\"GNCC\",\"149\":\"NEUC\",\"150\":\"NEUC\",\"151\":\"EPSG\",\"152\":\"GNCC\",\"153\":\"GNCC\",\"154\":\"EPSC\",\"155\":\"CHZG\",\"156\":\"EEPC\",\"157\":\"EPSG\",\"158\":\"GNCC\",\"159\":\"PRIG\",\"160\":\"ISGG\",\"161\":\"ISGG\",\"162\":\"NEUC\",\"163\":\"NEUC\",\"164\":\"GNCC\",\"165\":\"TPLC\",\"166\":\"ISGG\",\"167\":\"ETTC\",\"168\":\"EPSC\",\"169\":\"EPSC\",\"170\":\"EPSC\",\"171\":\"EPSC\",\"172\":\"EPSC\",\"173\":\"EPSC\",\"174\":\"EPSC\",\"175\":\"GNCC\",\"176\":\"EPSC\",\"177\":\"GNCC\",\"178\":\"GNCC\",\"179\":\"GNCC\",\"180\":\"GNCC\",\"181\":\"NEUC\",\"182\":\"GNCC\",\"183\":\"GNCC\",\"184\":\"QIEC\",\"185\":\"QIEC\",\"186\":\"EPSC\",\"187\":\"GNCC\",\"188\":\"GNCC\",\"189\":\"EPSG\",\"190\":\"BIAC\",\"191\":\"EPSG\",\"192\":\"DLRC\",\"193\":\"DLRC\",\"194\":\"GNCC\",\"195\":\"GNCC\",\"196\":\"EPSG\",\"197\":\"GNCC\",\"198\":\"RTQC\",\"199\":\"ETTC\",\"200\":\"EEPC\",\"201\":\"EPSG\",\"202\":\"EPSG\",\"203\":\"NEUC\",\"204\":\"EPSG\",\"205\":\"ISGG\",\"206\":\"EEPC\",\"207\":\"RTQC\",\"208\":\"GNCC\",\"209\":\"RTQC\",\"210\":\"NEUC\",\"211\":\"ETTC\",\"212\":\"ERRG\",\"213\":\"ERRG\",\"214\":\"ASCC\",\"215\":\"NEUC\",\"216\":\"NEUC\",\"217\":\"EPSC\",\"218\":\"GNCC\",\"219\":\"EEPC\",\"220\":\"GNCC\",\"221\":\"SCEC\",\"222\":\"GNCC\",\"223\":\"EPSG\",\"224\":\"EPSG\",\"225\":\"BIAC\",\"226\":\"QIEC\",\"227\":\"QIEC\",\"228\":\"TPLC\",\"229\":\"ENBC\",\"230\":\"NRCC\",\"231\":\"SCEC\",\"232\":\"SCEC\",\"233\":\"TPLC\",\"234\":\"NMRG\",\"235\":\"ETTC\",\"236\":\"GNCC\",\"237\":\"FERG\",\"238\":\"ENBC\",\"239\":\"TERG\",\"240\":\"NEUC\",\"241\":\"DEPG\",\"242\":\"NEUC\",\"243\":\"EPSG\",\"244\":\"EPSG\",\"245\":\"QIEC\",\"246\":\"EPSG\",\"247\":\"QIEC\",\"248\":\"NEUC\",\"249\":\"NEUC\",\"250\":\"RTQC\",\"251\":\"GNCC\",\"252\":\"QIEC\",\"253\":\"EPSG\",\"254\":\"EPSG\",\"255\":\"EPSG\",\"256\":\"QIEC\",\"257\":\"ASCC\",\"258\":\"GNCC\",\"259\":\"GNCC\",\"260\":\"GNCC\",\"261\":\"GNCC\",\"262\":\"NEUC\",\"263\":\"ETTC\",\"264\":\"CTZG\",\"265\":\"SCEC\",\"266\":\"NEUC\",\"267\":\"SCEC\",\"268\":\"NEUC\",\"269\":\"SCEC\",\"270\":\"SCEC\",\"271\":\"GNCC\",\"272\":\"GNCC\",\"273\":\"EPSC\",\"274\":\"GNCC\",\"275\":\"AAGG\",\"276\":\"AAGG\",\"277\":\"BIAC\",\"278\":\"NRCC\",\"279\":\"PSBG\",\"280\":\"PSBG\",\"281\":\"BIAC\",\"282\":\"EPSG\",\"283\":\"ENDG\",\"284\":\"EPSG\",\"285\":\"EPSG\",\"286\":\"NEUC\",\"287\":\"NRCC\",\"288\":\"ERRG\",\"289\":\"ERRG\",\"290\":\"RTQC\",\"291\":\"CETC\",\"292\":\"CETC\",\"293\":\"GNCC\",\"294\":\"SCEC\",\"295\":\"EXEC\",\"296\":\"EEPC\",\"297\":\"BIAC\",\"298\":\"NEUC\",\"299\":\"NEUC\",\"300\":\"PSGG\",\"301\":\"EXEC\",\"302\":\"SCEC\",\"303\":\"SCEC\",\"304\":\"EPSC\",\"305\":\"ETTC\",\"306\":\"NEUC\",\"307\":\"QIEC\",\"308\":\"EPSG\",\"309\":\"GNCC\",\"310\":\"GNCC\",\"311\":\"GNCC\",\"312\":\"GNCC\",\"313\":\"NMRG\",\"314\":\"EPSG\",\"315\":\"UNGG\",\"316\":\"GNCC\",\"317\":\"GNCC\",\"318\":\"GNCC\",\"319\":\"GNCC\",\"320\":\"GNCC\",\"321\":\"EPMC\",\"322\":\"ETTC\",\"323\":\"NEUC\",\"324\":\"NEUC\",\"325\":\"NEUC\",\"326\":\"NEUC\",\"327\":\"NEUC\",\"328\":\"NEUC\",\"329\":\"GNCC\",\"330\":\"GNCC\",\"331\":\"NEUC\",\"332\":\"NEUC\",\"333\":\"TPLC\",\"334\":\"NEUC\",\"335\":\"BIAC\",\"336\":\"NEUC\",\"337\":\"NEUC\",\"338\":\"NEUC\",\"339\":\"NEUC\",\"340\":\"NEUC\",\"341\":\"NEUC\",\"342\":\"NEUC\",\"343\":\"NEUC\",\"344\":\"NEUC\",\"345\":\"NEUC\",\"346\":\"NEUC\",\"347\":\"NEUC\",\"348\":\"TPLC\",\"349\":\"GNCC\",\"350\":\"EPSC\",\"351\":\"DEPG\",\"352\":\"EXEC\",\"353\":\"EXEC\",\"354\":\"NEUC\",\"355\":\"SDCG\",\"356\":\"EPMC\",\"357\":\"ETTC\",\"358\":\"NEUC\",\"359\":\"NEUC\",\"360\":\"SCEC\",\"361\":\"GNCC\",\"362\":\"GNSG\",\"363\":\"PDSG\",\"364\":\"SFEG\",\"365\":\"NTCG\",\"366\":\"ISGC\",\"367\":\"NEUC\",\"368\":\"NEUC\",\"369\":\"NEUC\",\"370\":\"BIAC\",\"371\":\"GNCC\",\"372\":\"GNCC\",\"373\":\"GNCC\",\"374\":\"SCEC\",\"375\":\"FERC\",\"376\":\"SLUG\",\"377\":\"GNCC\",\"378\":\"EEPC\",\"379\":\"QIEC\",\"380\":\"EPMC\",\"381\":\"AAGG\",\"382\":\"EPSG\",\"383\":\"BCCG\",\"384\":\"SCEC\",\"385\":\"EXEC\",\"386\":\"RTQC\",\"387\":\"GNCC\",\"388\":\"TPLC\",\"389\":\"GNCC\",\"390\":\"ASCC\",\"391\":\"ASCC\",\"392\":\"SCEC\",\"393\":\"GNCC\",\"394\":\"SCEC\",\"395\":\"GNYG\",\"396\":\"GNYG\",\"397\":\"GNYG\",\"398\":\"GNYG\",\"399\":\"SCEC\",\"400\":\"SCEC\",\"401\":\"ERRG\",\"402\":\"ERRG\",\"403\":\"GNCC\",\"404\":\"NEUC\",\"405\":\"NEUC\",\"406\":\"NEUC\",\"407\":\"NEUC\",\"408\":\"GNCC\",\"409\":\"ERRG\",\"410\":\"GNCC\",\"411\":\"GNCC\",\"412\":\"RTQC\",\"413\":\"ASCC\",\"414\":\"SCEC\",\"415\":\"ETTC\",\"416\":\"GNCC\",\"417\":\"RTQC\",\"418\":\"SCEC\",\"419\":\"NRCG\",\"420\":\"EPSG\",\"421\":\"EPSG\",\"422\":\"EPSG\",\"423\":\"EPSG\",\"424\":\"EPSG\",\"425\":\"NTCG\",\"426\":\"UNGG\",\"427\":\"EPSG\",\"428\":\"UNGG\",\"429\":\"UNGG\",\"430\":\"ASCC\",\"431\":\"ETTC\",\"432\":\"GNCC\",\"433\":\"GNCC\",\"434\":\"GNCC\",\"435\":\"GNCC\",\"436\":\"ENBC\",\"437\":\"ENBC\",\"438\":\"ENBC\",\"439\":\"GNCC\",\"440\":\"EPSC\",\"441\":\"ETTC\",\"442\":\"ETTC\",\"443\":\"GNCC\",\"444\":\"SCEC\",\"445\":\"GNCC\",\"446\":\"GNYG\",\"447\":\"GNCC\",\"448\":\"EPSG\",\"449\":\"GNCC\",\"450\":\"GNCC\",\"451\":\"GNCC\",\"452\":\"GNCC\",\"453\":\"GNCC\",\"454\":\"FERC\",\"455\":\"EPSG\",\"456\":\"ISGG\",\"457\":\"ISGG\",\"458\":\"GNCC\",\"459\":\"ETTC\",\"460\":\"SCEC\",\"461\":\"RTQC\",\"462\":\"BIAC\",\"463\":\"SCEC\",\"464\":\"SCEC\",\"465\":\"SCEC\",\"466\":\"EYCG\",\"467\":\"ENBC\",\"468\":\"ETTC\",\"469\":\"ETTC\",\"470\":\"ETTC\",\"471\":\"ETTC\",\"472\":\"SCEC\",\"473\":\"ETTC\",\"474\":\"DRUG\",\"475\":\"NEUC\",\"476\":\"SCEC\",\"477\":\"ENBC\",\"478\":\"ENBC\",\"479\":\"ENBC\",\"480\":\"QIEC\",\"481\":\"ENBC\",\"482\":\"CETC\",\"483\":\"ENBC\",\"484\":\"GNCC\",\"485\":\"GSAG\",\"486\":\"SCEC\",\"487\":\"GNCC\",\"488\":\"SCEC\",\"489\":\"CETC\",\"490\":\"EPSG\",\"491\":\"NEUC\",\"492\":\"SCEC\",\"493\":\"SCEC\",\"494\":\"NEUC\",\"495\":\"BIAC\",\"496\":\"RTQC\",\"497\":\"SCEC\",\"498\":\"SCEC\",\"499\":\"EPMG\",\"500\":\"GNCC\",\"501\":\"NEUC\",\"502\":\"EPMG\",\"503\":\"SCEC\",\"504\":\"GECG\",\"505\":\"EMIC\",\"506\":\"ETTC\",\"507\":\"GNCC\",\"508\":\"ENBC\",\"509\":\"BIAC\",\"510\":\"AAGG\",\"511\":\"XAFG\",\"512\":\"EPSG\",\"513\":\"GNCC\",\"514\":\"GNCC\",\"515\":\"GNCC\",\"516\":\"EPMC\",\"517\":\"EPMC\",\"518\":\"EPMC\",\"519\":\"SCEC\",\"520\":\"ENBC\",\"521\":\"EMIC\",\"522\":\"GNCC\",\"523\":\"GNCC\",\"524\":\"ETTC\",\"525\":\"ASCC\",\"526\":\"NEUC\",\"527\":\"GNCC\",\"528\":\"ETTC\",\"529\":\"EEPC\",\"530\":\"EEPC\",\"531\":\"EEPC\",\"532\":\"SCEC\",\"533\":\"SCEC\",\"534\":\"SCEC\",\"535\":\"UNGG\",\"536\":\"ENBC\",\"537\":\"SCEC\",\"538\":\"GNCC\",\"539\":\"EPSG\",\"540\":\"SCEC\",\"541\":\"SCEC\",\"542\":\"SCEC\",\"543\":\"SCEC\",\"544\":\"SCEC\",\"545\":\"BIAC\",\"546\":\"NEUC\",\"547\":\"NEUC\",\"548\":\"GNCC\",\"549\":\"GNCC\",\"550\":\"GNCC\",\"551\":\"GNCC\",\"552\":\"SCEC\",\"553\":\"SCEC\",\"554\":\"SCEC\",\"555\":\"SCEC\",\"556\":\"SCEC\",\"557\":\"SCEC\",\"558\":\"CSSG\",\"559\":\"GNCC\",\"560\":\"ETTC\",\"561\":\"TPLC\",\"562\":\"QIEC\",\"563\":\"SCEC\",\"564\":\"EPMC\",\"565\":\"SCEC\",\"566\":\"SCEC\",\"567\":\"NEUC\",\"568\":\"SCEC\",\"569\":\"SCEC\",\"570\":\"GNCC\",\"571\":\"ERRG\",\"572\":\"NEUC\",\"573\":\"SCEC\",\"574\":\"SCEC\",\"575\":\"NEUC\",\"576\":\"SCEC\",\"577\":\"SCEC\",\"578\":\"SCEC\",\"579\":\"SCEC\",\"580\":\"SCEC\",\"581\":\"SCEC\",\"582\":\"EPSG\",\"583\":\"UNGG\",\"584\":\"NTCG\",\"585\":\"EPSC\",\"586\":\"SCEC\",\"587\":\"NEUC\",\"588\":\"GNCG\",\"589\":\"NEUC\",\"590\":\"SCEC\",\"591\":\"GSAG\",\"592\":\"GNCC\",\"593\":\"GNCC\",\"594\":\"QIEC\",\"595\":\"SCEC\",\"596\":\"UNGG\",\"597\":\"UNGG\",\"598\":\"GNYG\",\"599\":\"ENBC\",\"600\":\"SCEC\",\"601\":\"ETTC\",\"602\":\"NEUC\",\"603\":\"NEUC\",\"604\":\"SCEC\",\"605\":\"ETTC\",\"606\":\"BIAC\",\"607\":\"SCEC\",\"608\":\"ENBC\",\"609\":\"ENBC\",\"610\":\"ENBC\",\"611\":\"GNCC\",\"612\":\"SCEC\",\"613\":\"SCEC\",\"614\":\"SCEC\",\"615\":\"ENDG\",\"616\":\"NEUC\",\"617\":\"NEUC\",\"618\":\"NEUC\",\"619\":\"NEUC\",\"620\":\"SCEC\",\"621\":\"ENDG\",\"622\":\"GNCC\",\"623\":\"SCEC\",\"624\":\"EEPC\",\"625\":\"EPMC\",\"626\":\"GNCC\",\"627\":\"EPSG\",\"628\":\"SCEC\",\"629\":\"BIAC\",\"630\":\"ISGG\",\"631\":\"ISGG\",\"632\":\"ISGG\",\"633\":\"GRCG\",\"634\":\"GRCG\",\"635\":\"SCEC\",\"636\":\"EPMG\",\"637\":\"ERRG\",\"638\":\"ERRG\",\"639\":\"SCEC\",\"640\":\"NTCG\",\"641\":\"UNGG\",\"642\":\"XFRG\",\"643\":\"EPMG\",\"644\":\"SCEC\",\"645\":\"ETTC\",\"646\":\"SCEC\",\"647\":\"SCEC\",\"648\":\"GNCC\",\"649\":\"EPSG\",\"650\":\"GNYG\",\"651\":\"EPSC\",\"652\":\"NEUC\",\"653\":\"NEUC\",\"654\":\"SCEC\",\"655\":\"GNCC\",\"656\":\"GNCC\",\"657\":\"PRIG\",\"658\":\"GNCG\",\"659\":\"UNGG\",\"660\":\"SCEC\",\"661\":\"GECG\",\"662\":\"EPMG\",\"663\":\"SCEC\",\"664\":\"SCEC\",\"665\":\"EPSC\",\"666\":\"SCEC\",\"667\":\"EPMC\",\"668\":\"SCEC\",\"669\":\"SCEC\",\"670\":\"SCEC\",\"671\":\"ETTC\",\"672\":\"SCEC\",\"673\":\"NEUC\",\"674\":\"NEUC\",\"675\":\"NEUC\",\"676\":\"NEUC\",\"677\":\"NEUC\",\"678\":\"NEUC\",\"679\":\"NEUC\",\"680\":\"NEUC\",\"681\":\"NEUC\",\"682\":\"ETTC\",\"683\":\"ETTC\",\"684\":\"SCEC\",\"685\":\"GPEG\",\"686\":\"ADCG\",\"687\":\"EPSG\",\"688\":\"EPSG\",\"689\":\"EPSG\",\"690\":\"HZEG\",\"691\":\"EPMG\",\"692\":\"VNRG\",\"693\":\"CHVG\",\"694\":\"EPSG\",\"695\":\"GNCG\",\"696\":\"EPMG\",\"697\":\"ISGG\",\"698\":\"EOEG\",\"699\":\"EPMG\",\"700\":\"EEPG\",\"701\":\"ERCG\",\"702\":\"CALG\",\"703\":\"RPEG\",\"704\":\"EMEG\",\"705\":\"CHVG\",\"706\":\"EPSG\",\"707\":\"ENDG\",\"708\":\"CHVG\",\"709\":\"NTCG\",\"710\":\"EPSG\",\"711\":\"CIVG\",\"712\":\"ISGG\",\"713\":\"HDPG\",\"714\":\"EPSG\",\"715\":\"EPMG\",\"716\":\"EPMG\",\"717\":\"ENGG\",\"718\":\"CALG\",\"719\":\"ENDG\",\"720\":\"EPMG\",\"721\":\"EPMG\",\"722\":\"NTCG\",\"723\":\"NTCG\",\"724\":\"NTCG\",\"725\":\"EPSG\",\"726\":\"NRCG\",\"727\":\"ENDG\",\"728\":\"ENDG\",\"729\":\"EPMG\",\"730\":\"GNCG\",\"731\":\"ISGG\",\"732\":\"EPMG\",\"733\":\"GECG\",\"734\":\"GECG\",\"735\":\"ISGG\",\"736\":\"EPMG\",\"737\":\"EPMG\",\"738\":\"ENDG\",\"739\":\"ENDG\",\"740\":\"HDPG\",\"741\":\"ISGG\",\"742\":\"EPSG\",\"743\":\"EPMG\",\"744\":\"NTCG\",\"745\":\"EPMG\",\"746\":\"EPMG\",\"747\":\"GNCG\",\"748\":\"HLAG\",\"749\":\"HLAG\",\"750\":\"ERRG\",\"751\":\"ISGG\",\"752\":\"EEPG\",\"753\":\"GNCG\",\"754\":\"ENDG\",\"755\":\"GNCG\",\"756\":\"EPMG\",\"757\":\"SLMG\",\"758\":\"HDTG\",\"759\":\"EPMG\",\"760\":\"GNCG\",\"761\":\"EPMG\",\"762\":\"ISGG\",\"763\":\"EPSG\",\"764\":\"IACG\",\"765\":\"EPSG\",\"766\":\"EPMG\",\"767\":\"EPMG\",\"768\":\"GNCG\",\"769\":\"EPMG\",\"770\":\"ENDG\",\"771\":\"EMEG\",\"772\":\"EPMG\",\"773\":\"EPMG\",\"774\":\"SFEG\",\"775\":\"EPMG\",\"776\":\"CIEG\",\"777\":\"PECG\",\"778\":\"HIMG\",\"779\":\"HIMG\",\"780\":\"HIMG\",\"781\":\"SOCG\",\"782\":\"NRCG\",\"783\":\"EPMG\",\"784\":\"EPMG\",\"785\":\"EPSG\",\"786\":\"EPSG\",\"787\":\"PRIG\",\"788\":\"PRIG\",\"789\":\"HZEG\",\"790\":\"HDTG\",\"791\":\"HLAG\",\"792\":\"CCGG\",\"793\":\"NRCG\",\"794\":\"EMIG\",\"795\":\"ENDG\",\"796\":\"CDNG\",\"797\":\"HDTG\",\"798\":\"EPSG\",\"799\":\"CETG\",\"800\":\"CETG\",\"801\":\"EPMG\",\"802\":\"EPMG\",\"803\":\"CETG\",\"804\":\"CDNG\",\"805\":\"SPRG\",\"806\":\"EPSG\",\"807\":\"RPEG\",\"808\":\"ENDG\",\"809\":\"GPYG\",\"810\":\"GPEG\",\"811\":\"GNCG\",\"812\":\"GCEG\",\"813\":\"GNCG\",\"814\":\"EPSG\",\"815\":\"ISGG\",\"816\":\"EPMG\",\"817\":\"ISGG\",\"818\":\"EPMG\",\"819\":\"EPMG\",\"820\":\"ENDG\",\"821\":\"ISGG\",\"822\":\"CDNG\",\"823\":\"GPEG\",\"824\":\"HDTG\",\"825\":\"CMXG\",\"826\":\"TBSG\",\"827\":\"TBSG\",\"828\":\"TBSG\",\"829\":\"TCBG\",\"830\":\"TCIG\",\"831\":\"TCIG\",\"832\":\"TCIG\",\"833\":\"EPMG\",\"834\":\"TEMG\",\"835\":\"TMFG\",\"836\":\"TMFG\",\"837\":\"GECG\",\"838\":\"GECG\",\"839\":\"GSAG\",\"840\":\"EPMG\",\"841\":\"TRPG\",\"842\":\"EPMG\",\"843\":\"ISGG\",\"844\":\"ISGG\",\"845\":\"TCNG\",\"846\":\"TMNG\",\"847\":\"TRMG\",\"848\":\"TERG\",\"849\":\"EPMG\",\"850\":\"CHVG\",\"851\":\"TMVG\",\"852\":\"TYPG\",\"853\":\"TYPG\",\"854\":\"TYPG\",\"855\":\"TYPG\",\"856\":\"TYPG\",\"857\":\"CALG\",\"858\":\"EMUG\",\"859\":\"ENDG\",\"860\":\"EPMG\",\"861\":\"HDTG\",\"862\":\"HDTG\",\"863\":\"ENDG\",\"864\":\"ENDG\",\"865\":\"ENDG\",\"866\":\"ENDG\"},\"Values_EnerSource\":{\"0\":\"AGUA\",\"1\":\"AGUA\",\"2\":\"AGUA\",\"3\":\"AGUA\",\"4\":\"AGUA\",\"5\":\"BIOGAS\",\"6\":\"CARBON\",\"7\":\"AGUA\",\"8\":\"AGUA\",\"9\":\"CARBON\",\"10\":\"GAS\",\"11\":\"AGUA\",\"12\":\"BIOGAS\",\"13\":\"AGUA\",\"14\":\"AGUA\",\"15\":\"BIOGAS\",\"16\":\"AGUA\",\"17\":\"AGUA\",\"18\":\"AGUA\",\"19\":\"AGUA\",\"20\":\"BAGAZO\",\"21\":\"AGUA\",\"22\":\"AGUA\",\"23\":\"AGUA\",\"24\":\"AGUA\",\"25\":\"AGUA\",\"26\":\"RAD SOLAR\",\"27\":\"AGUA\",\"28\":\"CARBON\",\"29\":\"GAS\",\"30\":\"GAS\",\"31\":\"GAS\",\"32\":\"BAGAZO\",\"33\":\"AGUA\",\"34\":\"AGUA\",\"35\":\"AGUA\",\"36\":\"AGUA\",\"37\":\"AGUA\",\"38\":\"AGUA\",\"39\":\"CARBON\",\"40\":\"GAS\",\"41\":\"AGUA\",\"42\":\"RAD SOLAR\",\"43\":\"AGUA\",\"44\":\"GAS\",\"45\":\"GAS\",\"46\":\"GAS\",\"47\":\"AGUA\",\"48\":\"RAD SOLAR\",\"49\":\"AGUA\",\"50\":\"RAD SOLAR\",\"51\":\"GAS\",\"52\":\"RAD SOLAR\",\"53\":\"AGUA\",\"54\":\"RAD SOLAR\",\"55\":\"RAD SOLAR\",\"56\":\"RAD SOLAR\",\"57\":\"RAD SOLAR\",\"58\":\"RAD SOLAR\",\"59\":\"RAD SOLAR\",\"60\":\"RAD SOLAR\",\"61\":\"RAD SOLAR\",\"62\":\"RAD SOLAR\",\"63\":\"RAD SOLAR\",\"64\":\"RAD SOLAR\",\"65\":\"RAD SOLAR\",\"66\":\"RAD SOLAR\",\"67\":\"RAD SOLAR\",\"68\":\"RAD SOLAR\",\"69\":\"RAD SOLAR\",\"70\":\"RAD SOLAR\",\"71\":\"RAD SOLAR\",\"72\":\"BIOGAS\",\"73\":\"AGUA\",\"74\":\"RAD SOLAR\",\"75\":\"BIOGAS\",\"76\":\"RAD SOLAR\",\"77\":\"RAD SOLAR\",\"78\":\"AGUA\",\"79\":\"RAD SOLAR\",\"80\":\"RAD SOLAR\",\"81\":\"BAGAZO\",\"82\":\"RAD SOLAR\",\"83\":\"RAD SOLAR\",\"84\":\"RAD SOLAR\",\"85\":\"RAD SOLAR\",\"86\":\"RAD SOLAR\",\"87\":\"RAD SOLAR\",\"88\":\"RAD SOLAR\",\"89\":\"RAD SOLAR\",\"90\":\"RAD SOLAR\",\"91\":\"RAD SOLAR\",\"92\":\"RAD SOLAR\",\"93\":\"RAD SOLAR\",\"94\":\"RAD SOLAR\",\"95\":\"RAD SOLAR\",\"96\":\"RAD SOLAR\",\"97\":\"RAD SOLAR\",\"98\":\"RAD SOLAR\",\"99\":\"RAD SOLAR\",\"100\":\"RAD SOLAR\",\"101\":\"RAD SOLAR\",\"102\":\"BAGAZO\",\"103\":\"RAD SOLAR\",\"104\":\"RAD SOLAR\",\"105\":\"RAD SOLAR\",\"106\":\"RAD SOLAR\",\"107\":\"RAD SOLAR\",\"108\":\"RAD SOLAR\",\"109\":\"RAD SOLAR\",\"110\":\"GAS\",\"111\":\"RAD SOLAR\",\"112\":\"RAD SOLAR\",\"113\":\"RAD SOLAR\",\"114\":\"AGUA\",\"115\":\"RAD SOLAR\",\"116\":\"RAD SOLAR\",\"117\":\"RAD SOLAR\",\"118\":\"RAD SOLAR\",\"119\":\"RAD SOLAR\",\"120\":\"RAD SOLAR\",\"121\":\"RAD SOLAR\",\"122\":\"RAD SOLAR\",\"123\":\"RAD SOLAR\",\"124\":\"RAD SOLAR\",\"125\":\"RAD SOLAR\",\"126\":\"RAD SOLAR\",\"127\":\"RAD SOLAR\",\"128\":\"RAD SOLAR\",\"129\":\"RAD SOLAR\",\"130\":\"RAD SOLAR\",\"131\":\"RAD SOLAR\",\"132\":\"RAD SOLAR\",\"133\":\"RAD SOLAR\",\"134\":\"RAD SOLAR\",\"135\":\"RAD SOLAR\",\"136\":\"RAD SOLAR\",\"137\":\"RAD SOLAR\",\"138\":\"RAD SOLAR\",\"139\":\"RAD SOLAR\",\"140\":\"RAD SOLAR\",\"141\":\"RAD SOLAR\",\"142\":\"RAD SOLAR\",\"143\":\"RAD SOLAR\",\"144\":\"RAD SOLAR\",\"145\":\"AGUA\",\"146\":\"RAD SOLAR\",\"147\":\"RAD SOLAR\",\"148\":\"RAD SOLAR\",\"149\":\"RAD SOLAR\",\"150\":\"RAD SOLAR\",\"151\":\"RAD SOLAR\",\"152\":\"RAD SOLAR\",\"153\":\"RAD SOLAR\",\"154\":\"RAD SOLAR\",\"155\":\"AGUA\",\"156\":\"RAD SOLAR\",\"157\":\"RAD SOLAR\",\"158\":\"RAD SOLAR\",\"159\":\"AGUA\",\"160\":\"RAD SOLAR\",\"161\":\"VIENTO\",\"162\":\"RAD SOLAR\",\"163\":\"RAD SOLAR\",\"164\":\"RAD SOLAR\",\"165\":\"RAD SOLAR\",\"166\":\"RAD SOLAR\",\"167\":\"RAD SOLAR\",\"168\":\"RAD SOLAR\",\"169\":\"RAD SOLAR\",\"170\":\"RAD SOLAR\",\"171\":\"RAD SOLAR\",\"172\":\"RAD SOLAR\",\"173\":\"RAD SOLAR\",\"174\":\"RAD SOLAR\",\"175\":\"RAD SOLAR\",\"176\":\"RAD SOLAR\",\"177\":\"RAD SOLAR\",\"178\":\"RAD SOLAR\",\"179\":\"RAD SOLAR\",\"180\":\"RAD SOLAR\",\"181\":\"RAD SOLAR\",\"182\":\"RAD SOLAR\",\"183\":\"RAD SOLAR\",\"184\":\"RAD SOLAR\",\"185\":\"RAD SOLAR\",\"186\":\"RAD SOLAR\",\"187\":\"RAD SOLAR\",\"188\":\"RAD SOLAR\",\"189\":\"GAS\",\"190\":\"RAD SOLAR\",\"191\":\"RAD SOLAR\",\"192\":\"RAD SOLAR\",\"193\":\"RAD SOLAR\",\"194\":\"RAD SOLAR\",\"195\":\"RAD SOLAR\",\"196\":\"RAD SOLAR\",\"197\":\"RAD SOLAR\",\"198\":\"RAD SOLAR\",\"199\":\"RAD SOLAR\",\"200\":\"RAD SOLAR\",\"201\":\"RAD SOLAR\",\"202\":\"RAD SOLAR\",\"203\":\"RAD SOLAR\",\"204\":\"RAD SOLAR\",\"205\":\"VIENTO\",\"206\":\"RAD SOLAR\",\"207\":\"RAD SOLAR\",\"208\":\"RAD SOLAR\",\"209\":\"RAD SOLAR\",\"210\":\"RAD SOLAR\",\"211\":\"RAD SOLAR\",\"212\":\"RAD SOLAR\",\"213\":\"RAD SOLAR\",\"214\":\"RAD SOLAR\",\"215\":\"RAD SOLAR\",\"216\":\"RAD SOLAR\",\"217\":\"RAD SOLAR\",\"218\":\"RAD SOLAR\",\"219\":\"RAD SOLAR\",\"220\":\"RAD SOLAR\",\"221\":\"RAD SOLAR\",\"222\":\"RAD SOLAR\",\"223\":\"RAD SOLAR\",\"224\":\"RAD SOLAR\",\"225\":\"RAD SOLAR\",\"226\":\"RAD SOLAR\",\"227\":\"RAD SOLAR\",\"228\":\"RAD SOLAR\",\"229\":\"RAD SOLAR\",\"230\":\"RAD SOLAR\",\"231\":\"RAD SOLAR\",\"232\":\"RAD SOLAR\",\"233\":\"RAD SOLAR\",\"234\":\"RAD SOLAR\",\"235\":\"RAD SOLAR\",\"236\":\"RAD SOLAR\",\"237\":\"RAD SOLAR\",\"238\":\"RAD SOLAR\",\"239\":\"RAD SOLAR\",\"240\":\"RAD SOLAR\",\"241\":\"BAGAZO\",\"242\":\"RAD SOLAR\",\"243\":\"RAD SOLAR\",\"244\":\"RAD SOLAR\",\"245\":\"RAD SOLAR\",\"246\":\"RAD SOLAR\",\"247\":\"RAD SOLAR\",\"248\":\"RAD SOLAR\",\"249\":\"RAD SOLAR\",\"250\":\"RAD SOLAR\",\"251\":\"RAD SOLAR\",\"252\":\"RAD SOLAR\",\"253\":\"RAD SOLAR\",\"254\":\"RAD SOLAR\",\"255\":\"RAD SOLAR\",\"256\":\"RAD SOLAR\",\"257\":\"RAD SOLAR\",\"258\":\"RAD SOLAR\",\"259\":\"RAD SOLAR\",\"260\":\"RAD SOLAR\",\"261\":\"RAD SOLAR\",\"262\":\"RAD SOLAR\",\"263\":\"RAD SOLAR\",\"264\":\"AGUA\",\"265\":\"RAD SOLAR\",\"266\":\"RAD SOLAR\",\"267\":\"RAD SOLAR\",\"268\":\"RAD SOLAR\",\"269\":\"RAD SOLAR\",\"270\":\"RAD SOLAR\",\"271\":\"RAD SOLAR\",\"272\":\"RAD SOLAR\",\"273\":\"RAD SOLAR\",\"274\":\"RAD SOLAR\",\"275\":\"RAD SOLAR\",\"276\":\"RAD SOLAR\",\"277\":\"RAD SOLAR\",\"278\":\"RAD SOLAR\",\"279\":\"AGUA\",\"280\":\"AGUA\",\"281\":\"RAD SOLAR\",\"282\":\"RAD SOLAR\",\"283\":\"RAD SOLAR\",\"284\":\"RAD SOLAR\",\"285\":\"RAD SOLAR\",\"286\":\"RAD SOLAR\",\"287\":\"RAD SOLAR\",\"288\":\"RAD SOLAR\",\"289\":\"RAD SOLAR\",\"290\":\"RAD SOLAR\",\"291\":\"RAD SOLAR\",\"292\":\"RAD SOLAR\",\"293\":\"RAD SOLAR\",\"294\":\"RAD SOLAR\",\"295\":\"RAD SOLAR\",\"296\":\"RAD SOLAR\",\"297\":\"RAD SOLAR\",\"298\":\"RAD SOLAR\",\"299\":\"RAD SOLAR\",\"300\":\"RAD SOLAR\",\"301\":\"RAD SOLAR\",\"302\":\"RAD SOLAR\",\"303\":\"RAD SOLAR\",\"304\":\"RAD SOLAR\",\"305\":\"RAD SOLAR\",\"306\":\"RAD SOLAR\",\"307\":\"RAD SOLAR\",\"308\":\"RAD SOLAR\",\"309\":\"RAD SOLAR\",\"310\":\"RAD SOLAR\",\"311\":\"RAD SOLAR\",\"312\":\"RAD SOLAR\",\"313\":\"RAD SOLAR\",\"314\":\"RAD SOLAR\",\"315\":\"RAD SOLAR\",\"316\":\"RAD SOLAR\",\"317\":\"RAD SOLAR\",\"318\":\"RAD SOLAR\",\"319\":\"RAD SOLAR\",\"320\":\"RAD SOLAR\",\"321\":\"RAD SOLAR\",\"322\":\"RAD SOLAR\",\"323\":\"RAD SOLAR\",\"324\":\"RAD SOLAR\",\"325\":\"RAD SOLAR\",\"326\":\"RAD SOLAR\",\"327\":\"RAD SOLAR\",\"328\":\"RAD SOLAR\",\"329\":\"RAD SOLAR\",\"330\":\"RAD SOLAR\",\"331\":\"RAD SOLAR\",\"332\":\"RAD SOLAR\",\"333\":\"RAD SOLAR\",\"334\":\"RAD SOLAR\",\"335\":\"RAD SOLAR\",\"336\":\"RAD SOLAR\",\"337\":\"RAD SOLAR\",\"338\":\"RAD SOLAR\",\"339\":\"RAD SOLAR\",\"340\":\"RAD SOLAR\",\"341\":\"RAD SOLAR\",\"342\":\"RAD SOLAR\",\"343\":\"RAD SOLAR\",\"344\":\"RAD SOLAR\",\"345\":\"RAD SOLAR\",\"346\":\"RAD SOLAR\",\"347\":\"RAD SOLAR\",\"348\":\"RAD SOLAR\",\"349\":\"RAD SOLAR\",\"350\":\"RAD SOLAR\",\"351\":\"GAS\",\"352\":\"RAD SOLAR\",\"353\":\"RAD SOLAR\",\"354\":\"RAD SOLAR\",\"355\":\"RAD SOLAR\",\"356\":\"RAD SOLAR\",\"357\":\"RAD SOLAR\",\"358\":\"RAD SOLAR\",\"359\":\"RAD SOLAR\",\"360\":\"RAD SOLAR\",\"361\":\"RAD SOLAR\",\"362\":\"RAD SOLAR\",\"363\":\"RAD SOLAR\",\"364\":\"AGUA\",\"365\":\"RAD SOLAR\",\"366\":\"RAD SOLAR\",\"367\":\"RAD SOLAR\",\"368\":\"RAD SOLAR\",\"369\":\"RAD SOLAR\",\"370\":\"RAD SOLAR\",\"371\":\"RAD SOLAR\",\"372\":\"RAD SOLAR\",\"373\":\"RAD SOLAR\",\"374\":\"RAD SOLAR\",\"375\":\"RAD SOLAR\",\"376\":\"RAD SOLAR\",\"377\":\"RAD SOLAR\",\"378\":\"RAD SOLAR\",\"379\":\"RAD SOLAR\",\"380\":\"RAD SOLAR\",\"381\":\"RAD SOLAR\",\"382\":\"RAD SOLAR\",\"383\":\"RAD SOLAR\",\"384\":\"RAD SOLAR\",\"385\":\"RAD SOLAR\",\"386\":\"RAD SOLAR\",\"387\":\"RAD SOLAR\",\"388\":\"RAD SOLAR\",\"389\":\"RAD SOLAR\",\"390\":\"RAD SOLAR\",\"391\":\"RAD SOLAR\",\"392\":\"RAD SOLAR\",\"393\":\"RAD SOLAR\",\"394\":\"RAD SOLAR\",\"395\":\"RAD SOLAR\",\"396\":\"RAD SOLAR\",\"397\":\"RAD SOLAR\",\"398\":\"RAD SOLAR\",\"399\":\"RAD SOLAR\",\"400\":\"RAD SOLAR\",\"401\":\"RAD SOLAR\",\"402\":\"RAD SOLAR\",\"403\":\"RAD SOLAR\",\"404\":\"RAD SOLAR\",\"405\":\"RAD SOLAR\",\"406\":\"RAD SOLAR\",\"407\":\"RAD SOLAR\",\"408\":\"RAD SOLAR\",\"409\":\"RAD SOLAR\",\"410\":\"RAD SOLAR\",\"411\":\"RAD SOLAR\",\"412\":\"RAD SOLAR\",\"413\":\"RAD SOLAR\",\"414\":\"RAD SOLAR\",\"415\":\"RAD SOLAR\",\"416\":\"RAD SOLAR\",\"417\":\"RAD SOLAR\",\"418\":\"RAD SOLAR\",\"419\":\"GAS\",\"420\":\"RAD SOLAR\",\"421\":\"RAD SOLAR\",\"422\":\"RAD SOLAR\",\"423\":\"RAD SOLAR\",\"424\":\"RAD SOLAR\",\"425\":\"RAD SOLAR\",\"426\":\"RAD SOLAR\",\"427\":\"RAD SOLAR\",\"428\":\"RAD SOLAR\",\"429\":\"RAD SOLAR\",\"430\":\"RAD SOLAR\",\"431\":\"RAD SOLAR\",\"432\":\"RAD SOLAR\",\"433\":\"RAD SOLAR\",\"434\":\"RAD SOLAR\",\"435\":\"RAD SOLAR\",\"436\":\"RAD SOLAR\",\"437\":\"RAD SOLAR\",\"438\":\"RAD SOLAR\",\"439\":\"RAD SOLAR\",\"440\":\"RAD SOLAR\",\"441\":\"RAD SOLAR\",\"442\":\"RAD SOLAR\",\"443\":\"RAD SOLAR\",\"444\":\"RAD SOLAR\",\"445\":\"RAD SOLAR\",\"446\":\"RAD SOLAR\",\"447\":\"RAD SOLAR\",\"448\":\"RAD SOLAR\",\"449\":\"RAD SOLAR\",\"450\":\"RAD SOLAR\",\"451\":\"RAD SOLAR\",\"452\":\"RAD SOLAR\",\"453\":\"RAD SOLAR\",\"454\":\"RAD SOLAR\",\"455\":\"RAD SOLAR\",\"456\":\"RAD SOLAR\",\"457\":\"RAD SOLAR\",\"458\":\"RAD SOLAR\",\"459\":\"RAD SOLAR\",\"460\":\"RAD SOLAR\",\"461\":\"RAD SOLAR\",\"462\":\"RAD SOLAR\",\"463\":\"RAD SOLAR\",\"464\":\"RAD SOLAR\",\"465\":\"RAD SOLAR\",\"466\":\"RAD SOLAR\",\"467\":\"RAD SOLAR\",\"468\":\"RAD SOLAR\",\"469\":\"RAD SOLAR\",\"470\":\"RAD SOLAR\",\"471\":\"RAD SOLAR\",\"472\":\"RAD SOLAR\",\"473\":\"RAD SOLAR\",\"474\":\"GAS\",\"475\":\"RAD SOLAR\",\"476\":\"RAD SOLAR\",\"477\":\"RAD SOLAR\",\"478\":\"RAD SOLAR\",\"479\":\"RAD SOLAR\",\"480\":\"RAD SOLAR\",\"481\":\"RAD SOLAR\",\"482\":\"RAD SOLAR\",\"483\":\"RAD SOLAR\",\"484\":\"RAD SOLAR\",\"485\":\"GAS\",\"486\":\"RAD SOLAR\",\"487\":\"RAD SOLAR\",\"488\":\"RAD SOLAR\",\"489\":\"RAD SOLAR\",\"490\":\"RAD SOLAR\",\"491\":\"RAD SOLAR\",\"492\":\"RAD SOLAR\",\"493\":\"RAD SOLAR\",\"494\":\"RAD SOLAR\",\"495\":\"RAD SOLAR\",\"496\":\"RAD SOLAR\",\"497\":\"RAD SOLAR\",\"498\":\"RAD SOLAR\",\"499\":\"RAD SOLAR\",\"500\":\"RAD SOLAR\",\"501\":\"RAD SOLAR\",\"502\":\"RAD SOLAR\",\"503\":\"RAD SOLAR\",\"504\":\"RAD SOLAR\",\"505\":\"RAD SOLAR\",\"506\":\"RAD SOLAR\",\"507\":\"RAD SOLAR\",\"508\":\"RAD SOLAR\",\"509\":\"RAD SOLAR\",\"510\":\"RAD SOLAR\",\"511\":\"RAD SOLAR\",\"512\":\"RAD SOLAR\",\"513\":\"RAD SOLAR\",\"514\":\"RAD SOLAR\",\"515\":\"RAD SOLAR\",\"516\":\"RAD SOLAR\",\"517\":\"RAD SOLAR\",\"518\":\"RAD SOLAR\",\"519\":\"RAD SOLAR\",\"520\":\"RAD SOLAR\",\"521\":\"RAD SOLAR\",\"522\":\"RAD SOLAR\",\"523\":\"RAD SOLAR\",\"524\":\"RAD SOLAR\",\"525\":\"RAD SOLAR\",\"526\":\"RAD SOLAR\",\"527\":\"RAD SOLAR\",\"528\":\"RAD SOLAR\",\"529\":\"RAD SOLAR\",\"530\":\"RAD SOLAR\",\"531\":\"RAD SOLAR\",\"532\":\"RAD SOLAR\",\"533\":\"RAD SOLAR\",\"534\":\"RAD SOLAR\",\"535\":\"RAD SOLAR\",\"536\":\"RAD SOLAR\",\"537\":\"RAD SOLAR\",\"538\":\"RAD SOLAR\",\"539\":\"RAD SOLAR\",\"540\":\"RAD SOLAR\",\"541\":\"RAD SOLAR\",\"542\":\"RAD SOLAR\",\"543\":\"RAD SOLAR\",\"544\":\"RAD SOLAR\",\"545\":\"RAD SOLAR\",\"546\":\"RAD SOLAR\",\"547\":\"RAD SOLAR\",\"548\":\"RAD SOLAR\",\"549\":\"RAD SOLAR\",\"550\":\"RAD SOLAR\",\"551\":\"RAD SOLAR\",\"552\":\"RAD SOLAR\",\"553\":\"RAD SOLAR\",\"554\":\"RAD SOLAR\",\"555\":\"RAD SOLAR\",\"556\":\"RAD SOLAR\",\"557\":\"RAD SOLAR\",\"558\":\"RAD SOLAR\",\"559\":\"RAD SOLAR\",\"560\":\"RAD SOLAR\",\"561\":\"RAD SOLAR\",\"562\":\"RAD SOLAR\",\"563\":\"RAD SOLAR\",\"564\":\"RAD SOLAR\",\"565\":\"RAD SOLAR\",\"566\":\"RAD SOLAR\",\"567\":\"RAD SOLAR\",\"568\":\"RAD SOLAR\",\"569\":\"RAD SOLAR\",\"570\":\"RAD SOLAR\",\"571\":\"RAD SOLAR\",\"572\":\"RAD SOLAR\",\"573\":\"RAD SOLAR\",\"574\":\"RAD SOLAR\",\"575\":\"RAD SOLAR\",\"576\":\"RAD SOLAR\",\"577\":\"RAD SOLAR\",\"578\":\"RAD SOLAR\",\"579\":\"RAD SOLAR\",\"580\":\"RAD SOLAR\",\"581\":\"RAD SOLAR\",\"582\":\"RAD SOLAR\",\"583\":\"RAD SOLAR\",\"584\":\"RAD SOLAR\",\"585\":\"RAD SOLAR\",\"586\":\"RAD SOLAR\",\"587\":\"RAD SOLAR\",\"588\":\"RAD SOLAR\",\"589\":\"RAD SOLAR\",\"590\":\"RAD SOLAR\",\"591\":\"GAS\",\"592\":\"RAD SOLAR\",\"593\":\"RAD SOLAR\",\"594\":\"RAD SOLAR\",\"595\":\"RAD SOLAR\",\"596\":\"RAD SOLAR\",\"597\":\"RAD SOLAR\",\"598\":\"RAD SOLAR\",\"599\":\"RAD SOLAR\",\"600\":\"RAD SOLAR\",\"601\":\"RAD SOLAR\",\"602\":\"RAD SOLAR\",\"603\":\"RAD SOLAR\",\"604\":\"RAD SOLAR\",\"605\":\"RAD SOLAR\",\"606\":\"RAD SOLAR\",\"607\":\"RAD SOLAR\",\"608\":\"RAD SOLAR\",\"609\":\"RAD SOLAR\",\"610\":\"RAD SOLAR\",\"611\":\"RAD SOLAR\",\"612\":\"RAD SOLAR\",\"613\":\"RAD SOLAR\",\"614\":\"RAD SOLAR\",\"615\":\"RAD SOLAR\",\"616\":\"RAD SOLAR\",\"617\":\"RAD SOLAR\",\"618\":\"RAD SOLAR\",\"619\":\"RAD SOLAR\",\"620\":\"RAD SOLAR\",\"621\":\"RAD SOLAR\",\"622\":\"RAD SOLAR\",\"623\":\"RAD SOLAR\",\"624\":\"RAD SOLAR\",\"625\":\"RAD SOLAR\",\"626\":\"RAD SOLAR\",\"627\":\"RAD SOLAR\",\"628\":\"RAD SOLAR\",\"629\":\"RAD SOLAR\",\"630\":\"RAD SOLAR\",\"631\":\"RAD SOLAR\",\"632\":\"RAD SOLAR\",\"633\":\"RAD SOLAR\",\"634\":\"RAD SOLAR\",\"635\":\"RAD SOLAR\",\"636\":\"RAD SOLAR\",\"637\":\"RAD SOLAR\",\"638\":\"RAD SOLAR\",\"639\":\"RAD SOLAR\",\"640\":\"BIOMASA\",\"641\":\"RAD SOLAR\",\"642\":\"RAD SOLAR\",\"643\":\"RAD SOLAR\",\"644\":\"RAD SOLAR\",\"645\":\"RAD SOLAR\",\"646\":\"RAD SOLAR\",\"647\":\"RAD SOLAR\",\"648\":\"RAD SOLAR\",\"649\":\"RAD SOLAR\",\"650\":\"RAD SOLAR\",\"651\":\"RAD SOLAR\",\"652\":\"RAD SOLAR\",\"653\":\"RAD SOLAR\",\"654\":\"RAD SOLAR\",\"655\":\"RAD SOLAR\",\"656\":\"RAD SOLAR\",\"657\":\"RAD SOLAR\",\"658\":\"RAD SOLAR\",\"659\":\"RAD SOLAR\",\"660\":\"RAD SOLAR\",\"661\":\"RAD SOLAR\",\"662\":\"CARBON\",\"663\":\"RAD SOLAR\",\"664\":\"RAD SOLAR\",\"665\":\"RAD SOLAR\",\"666\":\"RAD SOLAR\",\"667\":\"RAD SOLAR\",\"668\":\"RAD SOLAR\",\"669\":\"RAD SOLAR\",\"670\":\"RAD SOLAR\",\"671\":\"RAD SOLAR\",\"672\":\"RAD SOLAR\",\"673\":\"RAD SOLAR\",\"674\":\"RAD SOLAR\",\"675\":\"RAD SOLAR\",\"676\":\"RAD SOLAR\",\"677\":\"RAD SOLAR\",\"678\":\"RAD SOLAR\",\"679\":\"RAD SOLAR\",\"680\":\"RAD SOLAR\",\"681\":\"RAD SOLAR\",\"682\":\"RAD SOLAR\",\"683\":\"RAD SOLAR\",\"684\":\"RAD SOLAR\",\"685\":\"AGUA\",\"686\":\"AGUA\",\"687\":\"AGUA\",\"688\":\"AGUA\",\"689\":\"AGUA\",\"690\":\"AGUA\",\"691\":\"AGUA\",\"692\":\"VIENTO\",\"693\":\"VIENTO\",\"694\":\"GAS\",\"695\":\"AGUA\",\"696\":\"AGUA\",\"697\":\"AGUA\",\"698\":\"VIENTO\",\"699\":\"AGUA\",\"700\":\"AGUA\",\"701\":\"AGUA\",\"702\":\"AGUA\",\"703\":\"BAGAZO\",\"704\":\"AGUA\",\"705\":\"VIENTO\",\"706\":\"BAGAZO\",\"707\":\"AGUA\",\"708\":\"AGUA\",\"709\":\"BAGAZO\",\"710\":\"BAGAZO\",\"711\":\"AGUA\",\"712\":\"AGUA\",\"713\":\"AGUA\",\"714\":\"AGUA\",\"715\":\"AGUA\",\"716\":\"AGUA\",\"717\":\"AGUA\",\"718\":\"AGUA\",\"719\":\"AGUA\",\"720\":\"AGUA\",\"721\":\"AGUA\",\"722\":\"COMBUSTOLEO\",\"723\":\"COMBUSTOLEO\",\"724\":\"COMBUSTOLEO\",\"725\":\"AGUA\",\"726\":\"AGUA\",\"727\":\"AGUA\",\"728\":\"RAD SOLAR\",\"729\":\"AGUA\",\"730\":\"AGUA\",\"731\":\"AGUA\",\"732\":\"AGUA\",\"733\":\"CARBON\",\"734\":\"CARBON\",\"735\":\"AGUA\",\"736\":\"AGUA\",\"737\":\"AGUA\",\"738\":\"AGUA\",\"739\":\"RAD SOLAR\",\"740\":\"AGUA\",\"741\":\"AGUA\",\"742\":\"AGUA\",\"743\":\"AGUA\",\"744\":\"BAGAZO\",\"745\":\"AGUA\",\"746\":\"AGUA\",\"747\":\"AGUA\",\"748\":\"AGUA\",\"749\":\"AGUA\",\"750\":\"BAGAZO\",\"751\":\"AGUA\",\"752\":\"AGUA\",\"753\":\"AGUA\",\"754\":\"AGUA\",\"755\":\"AGUA\",\"756\":\"AGUA\",\"757\":\"RAD SOLAR\",\"758\":\"AGUA\",\"759\":\"AGUA\",\"760\":\"AGUA\",\"761\":\"AGUA\",\"762\":\"AGUA\",\"763\":\"GAS\",\"764\":\"AGUA\",\"765\":\"AGUA\",\"766\":\"AGUA\",\"767\":\"AGUA\",\"768\":\"AGUA\",\"769\":\"AGUA\",\"770\":\"AGUA\",\"771\":\"BAGAZO\",\"772\":\"AGUA\",\"773\":\"AGUA\",\"774\":\"AGUA\",\"775\":\"AGUA\",\"776\":\"AGUA\",\"777\":\"BAGAZO\",\"778\":\"CARBON\",\"779\":\"CARBON\",\"780\":\"CARBON\",\"781\":\"CARBON\",\"782\":\"GAS\",\"783\":\"AGUA\",\"784\":\"AGUA\",\"785\":\"AGUA\",\"786\":\"AGUA\",\"787\":\"GAS\",\"788\":\"GAS\",\"789\":\"AGUA\",\"790\":\"AGUA\",\"791\":\"AGUA\",\"792\":\"AGUA\",\"793\":\"AGUA\",\"794\":\"GAS\",\"795\":\"AGUA\",\"796\":\"AGUA\",\"797\":\"AGUA\",\"798\":\"AGUA\",\"799\":\"AGUA\",\"800\":\"AGUA\",\"801\":\"AGUA\",\"802\":\"AGUA\",\"803\":\"AGUA\",\"804\":\"AGUA\",\"805\":\"AGUA\",\"806\":\"AGUA\",\"807\":\"BAGAZO\",\"808\":\"AGUA\",\"809\":\"AGUA\",\"810\":\"AGUA\",\"811\":\"AGUA\",\"812\":\"AGUA\",\"813\":\"AGUA\",\"814\":\"AGUA\",\"815\":\"AGUA\",\"816\":\"AGUA\",\"817\":\"AGUA\",\"818\":\"AGUA\",\"819\":\"AGUA\",\"820\":\"AGUA\",\"821\":\"AGUA\",\"822\":\"AGUA\",\"823\":\"AGUA\",\"824\":\"AGUA\",\"825\":\"AGUA\",\"826\":\"GAS\",\"827\":\"GAS\",\"828\":\"GAS\",\"829\":\"GLP\",\"830\":\"GAS\",\"831\":\"GAS\",\"832\":\"GAS\",\"833\":\"JET-A1\",\"834\":\"ACPM\",\"835\":\"GAS\",\"836\":\"GAS\",\"837\":\"CARBON\",\"838\":\"CARBON\",\"839\":\"GAS\",\"840\":\"AGUA\",\"841\":\"GAS\",\"842\":\"RAD SOLAR\",\"843\":\"RAD SOLAR\",\"844\":\"RAD SOLAR\",\"845\":\"GAS\",\"846\":\"COMBUSTOLEO\",\"847\":\"CARBON\",\"848\":\"CARBON\",\"849\":\"ACPM\",\"850\":\"AGUA\",\"851\":\"ACPM\",\"852\":\"GAS\",\"853\":\"GAS\",\"854\":\"GAS\",\"855\":\"GAS\",\"856\":\"GAS\",\"857\":\"AGUA\",\"858\":\"AGUA\",\"859\":\"AGUA\",\"860\":\"AGUA\",\"861\":\"AGUA\",\"862\":\"AGUA\",\"863\":\"CARBON\",\"864\":\"CARBON\",\"865\":\"CARBON\",\"866\":\"CARBON\"},\"Values_OperStartdate\":{\"0\":\"2014-03-31\",\"1\":\"2014-06-25\",\"2\":\"2014-07-24\",\"3\":\"2015-01-30\",\"4\":\"2014-12-17\",\"5\":\"2016-03-22\",\"6\":\"2016-03-20\",\"7\":\"2017-09-29\",\"8\":\"2016-04-29\",\"9\":\"2016-03-03\",\"10\":\"2016-04-26\",\"11\":\"2016-04-27\",\"12\":\"2016-04-29\",\"13\":\"2016-04-25\",\"14\":\"2016-05-20\",\"15\":\"2016-06-25\",\"16\":\"2017-03-02\",\"17\":\"2016-09-10\",\"18\":\"2016-12-22\",\"19\":\"2017-03-02\",\"20\":\"2017-04-22\",\"21\":\"2017-04-19\",\"22\":\"2017-04-25\",\"23\":\"2017-05-20\",\"24\":\"2017-10-07\",\"25\":\"2017-10-07\",\"26\":\"2017-09-03\",\"27\":\"2017-08-30\",\"28\":\"2017-10-10\",\"29\":\"2017-12-16\",\"30\":\"2018-02-02\",\"31\":\"2018-02-02\",\"32\":\"2024-12-06\",\"33\":\"2018-02-28\",\"34\":\"2018-02-28\",\"35\":\"2018-02-28\",\"36\":\"2018-02-28\",\"37\":\"2018-10-06\",\"38\":\"2018-12-12\",\"39\":\"2018-10-02\",\"40\":\"2018-07-25\",\"41\":\"2018-09-12\",\"42\":\"2019-02-03\",\"43\":\"2019-08-26\",\"44\":\"2019-08-04\",\"45\":\"2019-09-16\",\"46\":\"2019-11-07\",\"47\":\"2020-03-14\",\"48\":\"2019-11-27\",\"49\":\"2020-11-26\",\"50\":\"2019-12-19\",\"51\":\"2020-02-08\",\"52\":\"2020-02-27\",\"53\":\"2020-06-11\",\"54\":\"2020-05-31\",\"55\":\"2020-05-21\",\"56\":\"2020-06-11\",\"57\":\"2020-06-18\",\"58\":\"2020-06-18\",\"59\":\"2020-06-18\",\"60\":\"2020-09-10\",\"61\":\"2020-07-30\",\"62\":\"2020-08-20\",\"63\":\"2020-08-27\",\"64\":\"2020-09-30\",\"65\":\"2020-09-24\",\"66\":\"2020-09-24\",\"67\":\"2020-10-01\",\"68\":\"2020-10-15\",\"69\":\"2020-10-29\",\"70\":\"2020-10-29\",\"71\":\"2020-12-27\",\"72\":\"2020-11-30\",\"73\":\"2020-12-01\",\"74\":\"2020-12-31\",\"75\":\"2020-12-31\",\"76\":\"2021-01-07\",\"77\":\"2021-01-14\",\"78\":\"2022-04-25\",\"79\":\"2021-02-04\",\"80\":\"2021-02-25\",\"81\":\"2021-03-03\",\"82\":\"2021-03-18\",\"83\":\"2021-04-30\",\"84\":\"2021-04-08\",\"85\":\"2021-04-08\",\"86\":\"2021-04-29\",\"87\":\"2021-04-29\",\"88\":\"2021-05-06\",\"89\":\"2021-05-13\",\"90\":\"2021-05-13\",\"91\":\"2021-05-13\",\"92\":\"2021-05-20\",\"93\":\"2021-05-27\",\"94\":\"2021-06-03\",\"95\":\"2021-07-15\",\"96\":\"2021-07-22\",\"97\":\"2021-08-07\",\"98\":\"2021-08-12\",\"99\":\"2021-08-12\",\"100\":\"2021-08-12\",\"101\":\"2021-08-12\",\"102\":\"2021-08-14\",\"103\":\"2021-09-25\",\"104\":\"2020-10-22\",\"105\":\"2020-10-22\",\"106\":\"2020-10-22\",\"107\":\"2020-10-22\",\"108\":\"2020-10-29\",\"109\":\"2021-08-19\",\"110\":\"2021-09-02\",\"111\":\"2021-09-09\",\"112\":\"2021-09-09\",\"113\":\"2021-08-31\",\"114\":\"2022-05-31\",\"115\":\"2021-09-30\",\"116\":\"2021-10-31\",\"117\":\"2021-10-30\",\"118\":\"2021-09-30\",\"119\":\"2021-10-01\",\"120\":\"2021-10-31\",\"121\":\"2021-10-29\",\"122\":\"2022-08-11\",\"123\":\"2021-11-11\",\"124\":\"2021-11-25\",\"125\":\"2021-12-02\",\"126\":\"2021-12-09\",\"127\":\"2021-12-09\",\"128\":\"2021-12-09\",\"129\":\"2021-12-16\",\"130\":\"2021-12-16\",\"131\":\"2024-06-24\",\"132\":\"2021-12-30\",\"133\":\"2022-01-13\",\"134\":\"2022-01-13\",\"135\":\"2022-01-20\",\"136\":\"2022-01-20\",\"137\":\"2022-01-27\",\"138\":\"2022-02-03\",\"139\":\"2022-02-03\",\"140\":\"2022-02-06\",\"141\":\"2022-02-10\",\"142\":\"2022-02-10\",\"143\":\"2022-03-03\",\"144\":\"2022-02-24\",\"145\":\"2022-03-30\",\"146\":\"2022-03-24\",\"147\":\"2022-03-31\",\"148\":\"2022-04-14\",\"149\":\"2022-04-21\",\"150\":\"2022-04-21\",\"151\":\"2022-06-11\",\"152\":\"2022-05-05\",\"153\":\"2022-05-05\",\"154\":\"2022-05-12\",\"155\":\"2022-05-19\",\"156\":\"2022-05-19\",\"157\":\"2022-05-31\",\"158\":\"2022-05-26\",\"159\":\"2022-05-31\",\"160\":\"2022-09-12\",\"161\":\"2022-04-30\",\"162\":\"2022-06-09\",\"163\":\"2022-06-09\",\"164\":\"2022-06-09\",\"165\":\"2022-06-09\",\"166\":\"2022-09-12\",\"167\":\"2022-06-09\",\"168\":\"2022-06-16\",\"169\":\"2022-06-16\",\"170\":\"2022-06-16\",\"171\":\"2022-06-16\",\"172\":\"2022-06-16\",\"173\":\"2022-06-16\",\"174\":\"2022-06-16\",\"175\":\"2022-06-16\",\"176\":\"2022-06-16\",\"177\":\"2022-06-23\",\"178\":\"2022-07-01\",\"179\":\"2022-07-01\",\"180\":\"2022-07-01\",\"181\":\"2022-06-30\",\"182\":\"2022-07-07\",\"183\":\"2022-07-07\",\"184\":\"2022-07-07\",\"185\":\"2022-07-07\",\"186\":\"2022-07-14\",\"187\":\"2022-07-14\",\"188\":\"2022-07-14\",\"189\":\"2022-09-13\",\"190\":\"2022-07-21\",\"191\":\"2022-09-10\",\"192\":\"2022-07-24\",\"193\":\"2022-07-24\",\"194\":\"2022-07-28\",\"195\":\"2022-07-29\",\"196\":\"2022-09-21\",\"197\":\"2022-08-04\",\"198\":\"2022-08-04\",\"199\":\"2022-08-04\",\"200\":\"2022-08-18\",\"201\":\"2022-09-15\",\"202\":\"2022-09-15\",\"203\":\"2022-09-01\",\"204\":\"2022-09-19\",\"205\":\"2022-08-31\",\"206\":\"2022-09-15\",\"207\":\"2022-09-15\",\"208\":\"2022-09-22\",\"209\":\"2022-09-22\",\"210\":\"2022-09-29\",\"211\":\"2022-09-29\",\"212\":\"2023-08-25\",\"213\":\"2023-08-25\",\"214\":\"2022-10-06\",\"215\":\"2022-10-13\",\"216\":\"2022-10-13\",\"217\":\"2022-10-13\",\"218\":\"2022-10-20\",\"219\":\"2022-10-20\",\"220\":\"2022-10-27\",\"221\":\"2022-10-27\",\"222\":\"2022-10-27\",\"223\":\"2023-03-30\",\"224\":\"2023-01-30\",\"225\":\"2022-11-01\",\"226\":\"2022-11-01\",\"227\":\"2022-11-03\",\"228\":\"2022-11-03\",\"229\":\"2022-11-17\",\"230\":\"2022-11-17\",\"231\":\"2022-11-17\",\"232\":\"2022-11-17\",\"233\":\"2022-11-17\",\"234\":\"2022-11-17\",\"235\":\"2022-11-24\",\"236\":\"2022-11-24\",\"237\":\"2023-06-17\",\"238\":\"2022-11-24\",\"239\":\"2022-12-26\",\"240\":\"2022-12-01\",\"241\":\"2022-12-30\",\"242\":\"2022-12-08\",\"243\":\"2022-12-21\",\"244\":\"2023-01-30\",\"245\":\"2022-12-15\",\"246\":\"2023-04-15\",\"247\":\"2022-12-22\",\"248\":\"2022-12-22\",\"249\":\"2022-12-22\",\"250\":\"2022-12-22\",\"251\":\"2022-12-29\",\"252\":\"2022-12-29\",\"253\":\"2023-03-27\",\"254\":\"2023-03-27\",\"255\":\"2023-03-27\",\"256\":\"2022-12-29\",\"257\":\"2023-01-05\",\"258\":\"2023-01-05\",\"259\":\"2023-01-19\",\"260\":\"2023-01-19\",\"261\":\"2023-01-19\",\"262\":\"2023-01-26\",\"263\":\"2023-01-26\",\"264\":\"2021-12-31\",\"265\":\"2023-02-01\",\"266\":\"2023-02-02\",\"267\":\"2023-02-16\",\"268\":\"2023-02-16\",\"269\":\"2023-02-16\",\"270\":\"2023-02-23\",\"271\":\"2023-02-23\",\"272\":\"2023-02-23\",\"273\":\"2023-03-02\",\"274\":\"2023-03-02\",\"275\":\"2023-04-04\",\"276\":\"2023-04-04\",\"277\":\"2023-03-02\",\"278\":\"2023-03-02\",\"279\":\"2023-05-14\",\"280\":\"2023-05-14\",\"281\":\"2023-03-16\",\"282\":\"2023-04-30\",\"283\":\"2024-06-24\",\"284\":\"2023-08-30\",\"285\":\"2023-08-30\",\"286\":\"2023-03-23\",\"287\":\"2023-03-23\",\"288\":\"2023-03-24\",\"289\":\"2023-03-24\",\"290\":\"2023-03-30\",\"291\":\"2023-03-30\",\"292\":\"2023-03-30\",\"293\":\"2023-04-06\",\"294\":\"2023-04-13\",\"295\":\"2023-04-13\",\"296\":\"2023-04-20\",\"297\":\"2023-04-20\",\"298\":\"2023-04-27\",\"299\":\"2023-04-27\",\"300\":\"2023-08-05\",\"301\":\"2023-05-11\",\"302\":\"2023-05-15\",\"303\":\"2023-05-15\",\"304\":\"2023-05-18\",\"305\":\"2023-05-18\",\"306\":\"2023-05-25\",\"307\":\"2023-05-25\",\"308\":\"2023-06-16\",\"309\":\"2023-06-01\",\"310\":\"2023-06-01\",\"311\":\"2023-06-01\",\"312\":\"2023-06-01\",\"313\":\"2023-06-08\",\"314\":\"2023-08-05\",\"315\":\"2023-06-18\",\"316\":\"2023-07-06\",\"317\":\"2023-07-06\",\"318\":\"2023-07-06\",\"319\":\"2023-07-06\",\"320\":\"2023-07-06\",\"321\":\"2023-07-06\",\"322\":\"2023-07-06\",\"323\":\"2023-07-13\",\"324\":\"2023-07-13\",\"325\":\"2023-07-13\",\"326\":\"2023-07-13\",\"327\":\"2023-07-13\",\"328\":\"2023-07-13\",\"329\":\"2023-07-13\",\"330\":\"2023-07-13\",\"331\":\"2023-07-27\",\"332\":\"2023-07-27\",\"333\":\"2023-07-27\",\"334\":\"2023-07-27\",\"335\":\"2023-07-27\",\"336\":\"2023-08-10\",\"337\":\"2023-08-10\",\"338\":\"2023-08-10\",\"339\":\"2023-08-10\",\"340\":\"2023-08-10\",\"341\":\"2023-08-10\",\"342\":\"2023-08-10\",\"343\":\"2023-08-10\",\"344\":\"2023-08-10\",\"345\":\"2023-08-10\",\"346\":\"2023-08-10\",\"347\":\"2023-08-10\",\"348\":\"2023-08-10\",\"349\":\"2023-08-10\",\"350\":\"2023-08-10\",\"351\":\"2023-09-04\",\"352\":\"2023-08-31\",\"353\":\"2023-08-31\",\"354\":\"2023-09-07\",\"355\":\"2024-12-22\",\"356\":\"2023-09-14\",\"357\":\"2023-09-14\",\"358\":\"2023-09-14\",\"359\":\"2023-09-14\",\"360\":\"2023-09-14\",\"361\":\"2023-09-14\",\"362\":\"2024-11-26\",\"363\":\"2024-03-08\",\"364\":\"2023-09-30\",\"365\":\"2023-12-30\",\"366\":\"2023-10-01\",\"367\":\"2023-10-05\",\"368\":\"2023-10-05\",\"369\":\"2023-10-05\",\"370\":\"2023-10-05\",\"371\":\"2023-10-05\",\"372\":\"2023-10-05\",\"373\":\"2023-10-05\",\"374\":\"2023-10-10\",\"375\":\"2023-10-12\",\"376\":\"2024-06-19\",\"377\":\"2023-10-26\",\"378\":\"2023-10-26\",\"379\":\"2023-10-26\",\"380\":\"2023-10-26\",\"381\":\"2023-12-28\",\"382\":\"2024-04-17\",\"383\":\"2023-12-16\",\"384\":\"2023-11-16\",\"385\":\"2023-11-16\",\"386\":\"2023-11-16\",\"387\":\"2023-11-23\",\"388\":\"2023-11-23\",\"389\":\"2023-11-23\",\"390\":\"2023-11-23\",\"391\":\"2023-11-23\",\"392\":\"2023-11-23\",\"393\":\"2023-11-23\",\"394\":\"2023-11-23\",\"395\":\"2023-12-15\",\"396\":\"2024-03-11\",\"397\":\"2024-03-11\",\"398\":\"2024-02-16\",\"399\":\"2023-12-04\",\"400\":\"2023-12-04\",\"401\":\"2024-09-20\",\"402\":\"2024-09-20\",\"403\":\"2023-12-14\",\"404\":\"2023-12-21\",\"405\":\"2023-12-21\",\"406\":\"2023-12-21\",\"407\":\"2023-12-21\",\"408\":\"2023-12-21\",\"409\":\"2024-01-13\",\"410\":\"2024-01-18\",\"411\":\"2024-01-18\",\"412\":\"2024-01-18\",\"413\":\"2024-01-18\",\"414\":\"2024-01-18\",\"415\":\"2024-01-18\",\"416\":\"2024-05-01\",\"417\":\"2024-02-08\",\"418\":\"2024-02-08\",\"419\":\"2024-02-11\",\"420\":\"2024-02-16\",\"421\":\"2024-03-14\",\"422\":\"2024-02-22\",\"423\":\"2024-05-19\",\"424\":\"2024-02-16\",\"425\":\"2024-02-27\",\"426\":\"2024-02-18\",\"427\":\"2024-02-22\",\"428\":\"2024-02-22\",\"429\":\"2024-02-22\",\"430\":\"2024-02-22\",\"431\":\"2024-02-22\",\"432\":\"2024-02-22\",\"433\":\"2024-02-22\",\"434\":\"2024-02-22\",\"435\":\"2024-02-22\",\"436\":\"2024-02-29\",\"437\":\"2024-02-29\",\"438\":\"2024-02-29\",\"439\":\"2024-02-29\",\"440\":\"2024-02-29\",\"441\":\"2024-02-29\",\"442\":\"2024-02-29\",\"443\":\"2024-02-29\",\"444\":\"2024-03-01\",\"445\":\"2024-03-07\",\"446\":\"2024-04-27\",\"447\":\"2024-03-07\",\"448\":\"2024-03-14\",\"449\":\"2024-03-14\",\"450\":\"2024-03-14\",\"451\":\"2024-03-14\",\"452\":\"2024-03-14\",\"453\":\"2024-03-14\",\"454\":\"2024-03-21\",\"455\":\"2024-03-24\",\"456\":\"2024-09-26\",\"457\":\"2024-09-27\",\"458\":\"2024-03-28\",\"459\":\"2024-03-28\",\"460\":\"2024-04-01\",\"461\":\"2024-04-04\",\"462\":\"2024-04-04\",\"463\":\"2024-04-11\",\"464\":\"2024-04-11\",\"465\":\"2024-04-11\",\"466\":\"2024-05-26\",\"467\":\"2024-04-18\",\"468\":\"2024-04-18\",\"469\":\"2024-04-18\",\"470\":\"2024-04-18\",\"471\":\"2024-04-18\",\"472\":\"2024-04-18\",\"473\":\"2024-04-18\",\"474\":\"2024-04-22\",\"475\":\"2024-04-20\",\"476\":\"2024-04-20\",\"477\":\"2024-04-20\",\"478\":\"2024-04-20\",\"479\":\"2024-04-20\",\"480\":\"2024-04-20\",\"481\":\"2024-04-20\",\"482\":\"2024-04-21\",\"483\":\"2024-04-22\",\"484\":\"2024-04-22\",\"485\":\"2024-06-29\",\"486\":\"2024-04-23\",\"487\":\"2024-04-25\",\"488\":\"2024-04-25\",\"489\":\"2024-04-27\",\"490\":\"2024-12-03\",\"491\":\"2024-04-28\",\"492\":\"2024-04-28\",\"493\":\"2024-04-28\",\"494\":\"2024-04-28\",\"495\":\"2024-05-06\",\"496\":\"2024-05-06\",\"497\":\"2024-05-06\",\"498\":\"2024-05-06\",\"499\":\"2024-05-24\",\"500\":\"2024-05-16\",\"501\":\"2024-05-16\",\"502\":\"2024-05-24\",\"503\":\"2024-05-23\",\"504\":\"2024-05-31\",\"505\":\"2024-05-23\",\"506\":\"2024-05-30\",\"507\":\"2024-05-30\",\"508\":\"2024-05-30\",\"509\":\"2024-05-30\",\"510\":\"2024-08-31\",\"511\":\"2024-10-04\",\"512\":\"2024-09-21\",\"513\":\"2024-06-13\",\"514\":\"2024-06-13\",\"515\":\"2024-06-13\",\"516\":\"2024-06-13\",\"517\":\"2024-06-13\",\"518\":\"2024-06-13\",\"519\":\"2024-06-13\",\"520\":\"2024-06-20\",\"521\":\"2024-06-20\",\"522\":\"2024-06-20\",\"523\":\"2024-06-20\",\"524\":\"2024-06-20\",\"525\":\"2024-06-20\",\"526\":\"2024-06-20\",\"527\":\"2024-06-20\",\"528\":\"2024-06-20\",\"529\":\"2024-06-27\",\"530\":\"2024-06-27\",\"531\":\"2024-06-27\",\"532\":\"2024-06-27\",\"533\":\"2024-06-27\",\"534\":\"2024-06-27\",\"535\":\"2024-08-13\",\"536\":\"2024-06-27\",\"537\":\"2024-06-27\",\"538\":\"2024-06-27\",\"539\":\"2024-12-03\",\"540\":\"2024-07-01\",\"541\":\"2024-07-04\",\"542\":\"2024-07-04\",\"543\":\"2024-07-04\",\"544\":\"2024-07-04\",\"545\":\"2024-07-04\",\"546\":\"2024-07-04\",\"547\":\"2024-07-04\",\"548\":\"2024-07-18\",\"549\":\"2024-07-18\",\"550\":\"2024-07-18\",\"551\":\"2024-07-18\",\"552\":\"2024-07-18\",\"553\":\"2024-07-18\",\"554\":\"2024-07-18\",\"555\":\"2024-07-18\",\"556\":\"2024-07-18\",\"557\":\"2024-07-18\",\"558\":\"2024-07-18\",\"559\":\"2024-08-01\",\"560\":\"2024-07-31\",\"561\":\"2024-05-31\",\"562\":\"2024-07-31\",\"563\":\"2024-08-01\",\"564\":\"2024-08-01\",\"565\":\"2024-08-01\",\"566\":\"2024-08-01\",\"567\":\"2024-08-01\",\"568\":\"2024-05-31\",\"569\":\"2024-07-31\",\"570\":\"2024-08-01\",\"571\":\"2024-09-19\",\"572\":\"2024-08-15\",\"573\":\"2024-08-15\",\"574\":\"2024-08-15\",\"575\":\"2024-08-15\",\"576\":\"2024-08-15\",\"577\":\"2024-08-15\",\"578\":\"2024-08-15\",\"579\":\"2024-08-15\",\"580\":\"2024-08-15\",\"581\":\"2024-08-15\",\"582\":\"2024-08-28\",\"583\":\"2024-08-27\",\"584\":\"2024-04-30\",\"585\":\"2024-08-29\",\"586\":\"2024-08-29\",\"587\":\"2024-08-29\",\"588\":\"2024-10-16\",\"589\":\"2024-08-29\",\"590\":\"2024-08-29\",\"591\":\"2024-10-29\",\"592\":\"2024-08-29\",\"593\":\"2024-08-29\",\"594\":\"2024-09-01\",\"595\":\"2024-09-01\",\"596\":\"2024-09-30\",\"597\":\"2024-09-16\",\"598\":\"2024-09-16\",\"599\":\"2024-09-19\",\"600\":\"2024-09-19\",\"601\":\"2024-09-19\",\"602\":\"2024-09-19\",\"603\":\"2024-09-19\",\"604\":\"2024-09-19\",\"605\":\"2024-09-19\",\"606\":\"2024-09-19\",\"607\":\"2024-09-19\",\"608\":\"2024-09-19\",\"609\":\"2024-09-19\",\"610\":\"2024-09-19\",\"611\":\"2024-09-19\",\"612\":\"2024-09-26\",\"613\":\"2024-09-26\",\"614\":\"2024-09-26\",\"615\":\"2024-09-29\",\"616\":\"2024-09-26\",\"617\":\"2024-09-26\",\"618\":\"2024-09-26\",\"619\":\"2024-09-26\",\"620\":\"2024-09-26\",\"621\":\"2024-09-29\",\"622\":\"2024-09-26\",\"623\":\"2024-09-26\",\"624\":\"2024-09-26\",\"625\":\"2024-09-26\",\"626\":\"2024-09-30\",\"627\":\"2024-10-09\",\"628\":\"2024-10-03\",\"629\":\"2024-10-03\",\"630\":\"2023-07-31\",\"631\":\"2023-07-31\",\"632\":\"2023-07-31\",\"633\":\"2024-12-11\",\"634\":\"2024-02-29\",\"635\":\"2024-10-03\",\"636\":\"2024-10-21\",\"637\":\"2024-11-18\",\"638\":\"2024-11-18\",\"639\":\"2024-11-01\",\"640\":\"2024-06-30\",\"641\":\"2024-09-30\",\"642\":\"2024-12-20\",\"643\":\"2024-11-04\",\"644\":\"2024-10-31\",\"645\":\"2024-10-31\",\"646\":\"2024-10-31\",\"647\":\"2024-11-01\",\"648\":\"2024-11-01\",\"649\":\"2024-12-28\",\"650\":\"2024-11-10\",\"651\":\"2024-11-21\",\"652\":\"2024-11-21\",\"653\":\"2024-11-21\",\"654\":\"2024-11-21\",\"655\":\"2024-11-21\",\"656\":\"2024-11-21\",\"657\":\"2024-11-25\",\"658\":\"2024-05-31\",\"659\":\"2024-12-02\",\"660\":\"2024-12-01\",\"661\":\"2024-12-04\",\"662\":\"2024-12-15\",\"663\":\"2024-12-05\",\"664\":\"2024-12-05\",\"665\":\"2024-12-05\",\"666\":\"2024-12-05\",\"667\":\"2024-12-12\",\"668\":\"2024-12-12\",\"669\":\"2024-12-12\",\"670\":\"2024-12-12\",\"671\":\"2024-12-12\",\"672\":\"2024-12-12\",\"673\":\"2024-12-12\",\"674\":\"2024-12-12\",\"675\":\"2024-12-12\",\"676\":\"2024-12-12\",\"677\":\"2024-12-12\",\"678\":\"2024-12-12\",\"679\":\"2024-12-12\",\"680\":\"2024-12-12\",\"681\":\"2024-12-12\",\"682\":\"2025-01-02\",\"683\":\"2025-01-02\",\"684\":\"2025-01-02\",\"685\":\"2007-09-17\",\"686\":\"2008-04-10\",\"687\":\"2000-12-15\",\"688\":\"2012-05-28\",\"689\":\"2011-01-06\",\"690\":\"2007-08-05\",\"691\":\"1997-01-01\",\"692\":\"2022-12-01\",\"693\":\"2022-12-01\",\"694\":\"2016-03-15\",\"695\":\"1934-01-01\",\"696\":\"1983-10-26\",\"697\":\"2012-11-30\",\"698\":\"2022-12-01\",\"699\":\"1997-01-01\",\"700\":\"1939-01-01\",\"701\":\"1935-01-01\",\"702\":\"1943-01-01\",\"703\":\"2004-08-15\",\"704\":\"2000-09-27\",\"705\":\"2022-12-01\",\"706\":\"2010-08-17\",\"707\":\"1987-11-01\",\"708\":\"1977-05-23\",\"709\":\"2009-05-18\",\"710\":\"2011-07-23\",\"711\":\"2023-03-31\",\"712\":\"2006-06-30\",\"713\":\"2015-11-22\",\"714\":\"1967-01-01\",\"715\":\"2004-09-01\",\"716\":\"1997-01-01\",\"717\":\"2016-12-10\",\"718\":\"1956-01-01\",\"719\":\"2003-08-22\",\"720\":\"1935-01-01\",\"721\":\"1954-01-01\",\"722\":\"1995-07-20\",\"723\":\"1980-01-01\",\"724\":\"1980-01-01\",\"725\":\"2015-07-29\",\"726\":\"2010-08-18\",\"727\":\"2013-11-10\",\"728\":\"2024-03-23\",\"729\":\"1963-01-01\",\"730\":\"1975-01-01\",\"731\":\"2010-01-28\",\"732\":\"1992-01-01\",\"733\":\"2018-09-28\",\"734\":\"2015-09-17\",\"735\":\"2010-06-30\",\"736\":\"1972-01-01\",\"737\":\"1966-01-01\",\"738\":\"1993-03-19\",\"739\":\"2024-11-30\",\"740\":\"2019-09-30\",\"741\":\"2002-12-01\",\"742\":\"2012-06-14\",\"743\":\"2004-09-03\",\"744\":\"1998-10-21\",\"745\":\"1995-07-20\",\"746\":\"1974-01-01\",\"747\":\"2009-02-05\",\"748\":\"1955-01-01\",\"749\":\"1965-01-01\",\"750\":\"2003-08-15\",\"751\":\"1988-07-01\",\"752\":\"1994-01-01\",\"753\":\"2007-07-17\",\"754\":\"2003-12-06\",\"755\":\"1960-01-01\",\"756\":\"1994-05-20\",\"757\":\"2024-06-27\",\"758\":\"2004-11-03\",\"759\":\"1935-01-01\",\"760\":\"1958-01-01\",\"761\":\"1992-01-01\",\"762\":\"2013-05-24\",\"763\":\"1998-02-05\",\"764\":\"2014-11-27\",\"765\":\"1942-01-01\",\"766\":\"1993-06-28\",\"767\":\"1997-01-01\",\"768\":\"1939-01-01\",\"769\":\"2022-12-01\",\"770\":\"1986-12-01\",\"771\":\"2010-01-26\",\"772\":\"1999-11-25\",\"773\":\"1954-01-01\",\"774\":\"2007-07-30\",\"775\":\"1988-08-01\",\"776\":\"2007-09-19\",\"777\":\"2014-04-29\",\"778\":\"1963-01-01\",\"779\":\"1975-01-01\",\"780\":\"1982-05-06\",\"781\":\"1999-01-08\",\"782\":\"2009-02-05\",\"783\":\"2001-04-08\",\"784\":\"2011-02-09\",\"785\":\"1973-03-01\",\"786\":\"1973-03-01\",\"787\":\"1993-07-01\",\"788\":\"1993-07-01\",\"789\":\"2015-09-30\",\"790\":\"2004-02-18\",\"791\":\"1965-01-01\",\"792\":\"1930-01-01\",\"793\":\"2001-09-01\",\"794\":\"2005-11-01\",\"795\":\"2015-11-16\",\"796\":\"1960-01-01\",\"797\":\"1958-11-01\",\"798\":\"1925-01-01\",\"799\":\"1954-01-01\",\"800\":\"1996-01-01\",\"801\":\"2007-12-01\",\"802\":\"1956-01-01\",\"803\":\"1999-01-01\",\"804\":\"1995-07-20\",\"805\":\"1975-01-01\",\"806\":\"2000-03-31\",\"807\":\"2018-05-21\",\"808\":\"2013-04-15\",\"809\":\"2012-12-15\",\"810\":\"2007-07-30\",\"811\":\"1995-01-01\",\"812\":\"2003-11-16\",\"813\":\"1994-01-01\",\"814\":\"1995-07-20\",\"815\":\"2015-12-23\",\"816\":\"1929-01-01\",\"817\":\"1984-01-20\",\"818\":\"1969-01-01\",\"819\":\"2002-06-01\",\"820\":\"2005-06-09\",\"821\":\"2014-12-20\",\"822\":\"1954-01-01\",\"823\":\"2010-08-18\",\"824\":\"2011-01-08\",\"825\":\"2002-05-24\",\"826\":\"1980-01-01\",\"827\":\"1980-01-01\",\"828\":\"1989-10-21\",\"829\":\"2024-03-21\",\"830\":\"2000-05-18\",\"831\":\"2000-07-13\",\"832\":\"2023-10-27\",\"833\":\"1997-08-11\",\"834\":\"1999-07-16\",\"835\":\"1993-11-01\",\"836\":\"2010-12-01\",\"837\":\"1983-08-08\",\"838\":\"1987-11-23\",\"839\":\"2016-03-04\",\"840\":\"1951-01-01\",\"841\":\"1999-12-30\",\"842\":\"2024-06-12\",\"843\":\"2021-01-22\",\"844\":\"2020-11-30\",\"845\":\"2000-11-30\",\"846\":\"2018-12-01\",\"847\":\"1985-02-20\",\"848\":\"2015-11-30\",\"849\":\"1998-02-07\",\"850\":\"2016-06-30\",\"851\":\"2011-12-17\",\"852\":\"2005-03-11\",\"853\":\"2004-07-29\",\"854\":\"2020-08-31\",\"855\":\"2020-08-31\",\"856\":\"2021-02-11\",\"857\":\"1935-01-01\",\"858\":\"2000-02-14\",\"859\":\"2013-04-15\",\"860\":\"2004-11-22\",\"861\":\"1957-11-01\",\"862\":\"1957-11-01\",\"863\":\"1964-01-01\",\"864\":\"1976-01-01\",\"865\":\"1981-04-01\",\"866\":\"1985-12-14\"},\"Values_State\":{\"0\":\"OPERACION\",\"1\":\"OPERACION\",\"2\":\"OPERACION\",\"3\":\"OPERACION\",\"4\":\"OPERACION\",\"5\":\"OPERACION\",\"6\":\"OPERACION\",\"7\":\"OPERACION\",\"8\":\"OPERACION\",\"9\":\"PRUEBAS\",\"10\":\"OPERACION\",\"11\":\"OPERACION\",\"12\":\"OPERACION\",\"13\":\"OPERACION\",\"14\":\"OPERACION\",\"15\":\"OPERACION\",\"16\":\"OPERACION\",\"17\":\"OPERACION\",\"18\":\"OPERACION\",\"19\":\"OPERACION\",\"20\":\"OPERACION\",\"21\":\"OPERACION\",\"22\":\"OPERACION\",\"23\":\"OPERACION\",\"24\":\"OPERACION\",\"25\":\"OPERACION\",\"26\":\"OPERACION\",\"27\":\"OPERACION\",\"28\":\"OPERACION\",\"29\":\"OPERACION\",\"30\":\"OPERACION\",\"31\":\"OPERACION\",\"32\":\"OPERACION\",\"33\":\"OPERACION\",\"34\":\"OPERACION\",\"35\":\"OPERACION\",\"36\":\"OPERACION\",\"37\":\"OPERACION\",\"38\":\"OPERACION\",\"39\":\"OPERACION\",\"40\":\"OPERACION\",\"41\":\"OPERACION\",\"42\":\"OPERACION\",\"43\":\"OPERACION\",\"44\":\"OPERACION\",\"45\":\"OPERACION\",\"46\":\"PRUEBAS\",\"47\":\"OPERACION\",\"48\":\"OPERACION\",\"49\":\"OPERACION\",\"50\":\"OPERACION\",\"51\":\"OPERACION\",\"52\":\"OPERACION\",\"53\":\"OPERACION\",\"54\":\"OPERACION\",\"55\":\"OPERACION\",\"56\":\"OPERACION\",\"57\":\"OPERACION\",\"58\":\"OPERACION\",\"59\":\"OPERACION\",\"60\":\"OPERACION\",\"61\":\"OPERACION\",\"62\":\"OPERACION\",\"63\":\"OPERACION\",\"64\":\"OPERACION\",\"65\":\"OPERACION\",\"66\":\"OPERACION\",\"67\":\"OPERACION\",\"68\":\"OPERACION\",\"69\":\"OPERACION\",\"70\":\"OPERACION\",\"71\":\"OPERACION\",\"72\":\"OPERACION\",\"73\":\"OPERACION\",\"74\":\"OPERACION\",\"75\":\"OPERACION\",\"76\":\"OPERACION\",\"77\":\"OPERACION\",\"78\":\"OPERACION\",\"79\":\"OPERACION\",\"80\":\"OPERACION\",\"81\":\"OPERACION\",\"82\":\"OPERACION\",\"83\":\"OPERACION\",\"84\":\"OPERACION\",\"85\":\"OPERACION\",\"86\":\"OPERACION\",\"87\":\"OPERACION\",\"88\":\"OPERACION\",\"89\":\"OPERACION\",\"90\":\"OPERACION\",\"91\":\"OPERACION\",\"92\":\"OPERACION\",\"93\":\"OPERACION\",\"94\":\"OPERACION\",\"95\":\"OPERACION\",\"96\":\"OPERACION\",\"97\":\"OPERACION\",\"98\":\"PRUEBAS\",\"99\":\"PRUEBAS\",\"100\":\"OPERACION\",\"101\":\"OPERACION\",\"102\":\"OPERACION\",\"103\":\"OPERACION\",\"104\":\"OPERACION\",\"105\":\"OPERACION\",\"106\":\"OPERACION\",\"107\":\"OPERACION\",\"108\":\"OPERACION\",\"109\":\"OPERACION\",\"110\":\"OPERACION\",\"111\":\"OPERACION\",\"112\":\"OPERACION\",\"113\":\"OPERACION\",\"114\":\"OPERACION\",\"115\":\"PRUEBAS\",\"116\":\"PRUEBAS\",\"117\":\"PRUEBAS\",\"118\":\"OPERACION\",\"119\":\"PRUEBAS\",\"120\":\"PRUEBAS\",\"121\":\"PRUEBAS\",\"122\":\"OPERACION\",\"123\":\"OPERACION\",\"124\":\"OPERACION\",\"125\":\"OPERACION\",\"126\":\"OPERACION\",\"127\":\"OPERACION\",\"128\":\"OPERACION\",\"129\":\"OPERACION\",\"130\":\"OPERACION\",\"131\":\"OPERACION\",\"132\":\"OPERACION\",\"133\":\"OPERACION\",\"134\":\"OPERACION\",\"135\":\"OPERACION\",\"136\":\"OPERACION\",\"137\":\"OPERACION\",\"138\":\"OPERACION\",\"139\":\"OPERACION\",\"140\":\"OPERACION\",\"141\":\"OPERACION\",\"142\":\"OPERACION\",\"143\":\"OPERACION\",\"144\":\"OPERACION\",\"145\":\"OPERACION\",\"146\":\"OPERACION\",\"147\":\"OPERACION\",\"148\":\"OPERACION\",\"149\":\"OPERACION\",\"150\":\"OPERACION\",\"151\":\"OPERACION\",\"152\":\"OPERACION\",\"153\":\"OPERACION\",\"154\":\"OPERACION\",\"155\":\"OPERACION\",\"156\":\"OPERACION\",\"157\":\"OPERACION\",\"158\":\"OPERACION\",\"159\":\"OPERACION\",\"160\":\"OPERACION\",\"161\":\"PRUEBAS\",\"162\":\"OPERACION\",\"163\":\"OPERACION\",\"164\":\"OPERACION\",\"165\":\"OPERACION\",\"166\":\"OPERACION\",\"167\":\"OPERACION\",\"168\":\"OPERACION\",\"169\":\"OPERACION\",\"170\":\"OPERACION\",\"171\":\"OPERACION\",\"172\":\"OPERACION\",\"173\":\"OPERACION\",\"174\":\"OPERACION\",\"175\":\"OPERACION\",\"176\":\"OPERACION\",\"177\":\"OPERACION\",\"178\":\"OPERACION\",\"179\":\"OPERACION\",\"180\":\"OPERACION\",\"181\":\"OPERACION\",\"182\":\"OPERACION\",\"183\":\"OPERACION\",\"184\":\"OPERACION\",\"185\":\"OPERACION\",\"186\":\"OPERACION\",\"187\":\"OPERACION\",\"188\":\"OPERACION\",\"189\":\"OPERACION\",\"190\":\"OPERACION\",\"191\":\"OPERACION\",\"192\":\"OPERACION\",\"193\":\"OPERACION\",\"194\":\"OPERACION\",\"195\":\"OPERACION\",\"196\":\"OPERACION\",\"197\":\"OPERACION\",\"198\":\"OPERACION\",\"199\":\"OPERACION\",\"200\":\"OPERACION\",\"201\":\"OPERACION\",\"202\":\"OPERACION\",\"203\":\"OPERACION\",\"204\":\"OPERACION\",\"205\":\"PRUEBAS\",\"206\":\"OPERACION\",\"207\":\"OPERACION\",\"208\":\"OPERACION\",\"209\":\"OPERACION\",\"210\":\"OPERACION\",\"211\":\"OPERACION\",\"212\":\"OPERACION\",\"213\":\"OPERACION\",\"214\":\"OPERACION\",\"215\":\"OPERACION\",\"216\":\"OPERACION\",\"217\":\"OPERACION\",\"218\":\"OPERACION\",\"219\":\"OPERACION\",\"220\":\"OPERACION\",\"221\":\"OPERACION\",\"222\":\"OPERACION\",\"223\":\"OPERACION\",\"224\":\"OPERACION\",\"225\":\"OPERACION\",\"226\":\"OPERACION\",\"227\":\"OPERACION\",\"228\":\"OPERACION\",\"229\":\"OPERACION\",\"230\":\"OPERACION\",\"231\":\"OPERACION\",\"232\":\"OPERACION\",\"233\":\"OPERACION\",\"234\":\"OPERACION\",\"235\":\"OPERACION\",\"236\":\"OPERACION\",\"237\":\"OPERACION\",\"238\":\"OPERACION\",\"239\":\"OPERACION\",\"240\":\"OPERACION\",\"241\":\"OPERACION\",\"242\":\"OPERACION\",\"243\":\"OPERACION\",\"244\":\"OPERACION\",\"245\":\"OPERACION\",\"246\":\"OPERACION\",\"247\":\"OPERACION\",\"248\":\"OPERACION\",\"249\":\"OPERACION\",\"250\":\"OPERACION\",\"251\":\"OPERACION\",\"252\":\"OPERACION\",\"253\":\"OPERACION\",\"254\":\"OPERACION\",\"255\":\"OPERACION\",\"256\":\"OPERACION\",\"257\":\"OPERACION\",\"258\":\"OPERACION\",\"259\":\"OPERACION\",\"260\":\"OPERACION\",\"261\":\"OPERACION\",\"262\":\"OPERACION\",\"263\":\"OPERACION\",\"264\":\"PRUEBAS\",\"265\":\"OPERACION\",\"266\":\"OPERACION\",\"267\":\"OPERACION\",\"268\":\"OPERACION\",\"269\":\"OPERACION\",\"270\":\"OPERACION\",\"271\":\"OPERACION\",\"272\":\"OPERACION\",\"273\":\"OPERACION\",\"274\":\"OPERACION\",\"275\":\"OPERACION\",\"276\":\"OPERACION\",\"277\":\"OPERACION\",\"278\":\"OPERACION\",\"279\":\"OPERACION\",\"280\":\"OPERACION\",\"281\":\"OPERACION\",\"282\":\"OPERACION\",\"283\":\"OPERACION\",\"284\":\"OPERACION\",\"285\":\"OPERACION\",\"286\":\"OPERACION\",\"287\":\"OPERACION\",\"288\":\"OPERACION\",\"289\":\"OPERACION\",\"290\":\"OPERACION\",\"291\":\"OPERACION\",\"292\":\"OPERACION\",\"293\":\"OPERACION\",\"294\":\"OPERACION\",\"295\":\"OPERACION\",\"296\":\"OPERACION\",\"297\":\"OPERACION\",\"298\":\"OPERACION\",\"299\":\"OPERACION\",\"300\":\"OPERACION\",\"301\":\"OPERACION\",\"302\":\"OPERACION\",\"303\":\"OPERACION\",\"304\":\"OPERACION\",\"305\":\"OPERACION\",\"306\":\"OPERACION\",\"307\":\"OPERACION\",\"308\":\"OPERACION\",\"309\":\"OPERACION\",\"310\":\"OPERACION\",\"311\":\"OPERACION\",\"312\":\"OPERACION\",\"313\":\"OPERACION\",\"314\":\"OPERACION\",\"315\":\"OPERACION\",\"316\":\"OPERACION\",\"317\":\"OPERACION\",\"318\":\"OPERACION\",\"319\":\"OPERACION\",\"320\":\"OPERACION\",\"321\":\"OPERACION\",\"322\":\"OPERACION\",\"323\":\"OPERACION\",\"324\":\"OPERACION\",\"325\":\"OPERACION\",\"326\":\"OPERACION\",\"327\":\"OPERACION\",\"328\":\"OPERACION\",\"329\":\"OPERACION\",\"330\":\"OPERACION\",\"331\":\"OPERACION\",\"332\":\"OPERACION\",\"333\":\"OPERACION\",\"334\":\"OPERACION\",\"335\":\"OPERACION\",\"336\":\"OPERACION\",\"337\":\"OPERACION\",\"338\":\"OPERACION\",\"339\":\"OPERACION\",\"340\":\"OPERACION\",\"341\":\"OPERACION\",\"342\":\"OPERACION\",\"343\":\"OPERACION\",\"344\":\"OPERACION\",\"345\":\"OPERACION\",\"346\":\"OPERACION\",\"347\":\"OPERACION\",\"348\":\"OPERACION\",\"349\":\"OPERACION\",\"350\":\"OPERACION\",\"351\":\"OPERACION\",\"352\":\"OPERACION\",\"353\":\"OPERACION\",\"354\":\"OPERACION\",\"355\":\"OPERACION\",\"356\":\"OPERACION\",\"357\":\"OPERACION\",\"358\":\"OPERACION\",\"359\":\"OPERACION\",\"360\":\"OPERACION\",\"361\":\"OPERACION\",\"362\":\"OPERACION\",\"363\":\"OPERACION\",\"364\":\"OPERACION\",\"365\":\"OPERACION\",\"366\":\"OPERACION\",\"367\":\"OPERACION\",\"368\":\"OPERACION\",\"369\":\"OPERACION\",\"370\":\"OPERACION\",\"371\":\"OPERACION\",\"372\":\"OPERACION\",\"373\":\"OPERACION\",\"374\":\"OPERACION\",\"375\":\"OPERACION\",\"376\":\"OPERACION\",\"377\":\"OPERACION\",\"378\":\"OPERACION\",\"379\":\"OPERACION\",\"380\":\"OPERACION\",\"381\":\"OPERACION\",\"382\":\"OPERACION\",\"383\":\"OPERACION\",\"384\":\"OPERACION\",\"385\":\"OPERACION\",\"386\":\"OPERACION\",\"387\":\"OPERACION\",\"388\":\"OPERACION\",\"389\":\"OPERACION\",\"390\":\"OPERACION\",\"391\":\"OPERACION\",\"392\":\"OPERACION\",\"393\":\"OPERACION\",\"394\":\"OPERACION\",\"395\":\"OPERACION\",\"396\":\"OPERACION\",\"397\":\"OPERACION\",\"398\":\"OPERACION\",\"399\":\"OPERACION\",\"400\":\"OPERACION\",\"401\":\"OPERACION\",\"402\":\"OPERACION\",\"403\":\"OPERACION\",\"404\":\"OPERACION\",\"405\":\"OPERACION\",\"406\":\"OPERACION\",\"407\":\"OPERACION\",\"408\":\"OPERACION\",\"409\":\"OPERACION\",\"410\":\"OPERACION\",\"411\":\"OPERACION\",\"412\":\"OPERACION\",\"413\":\"OPERACION\",\"414\":\"OPERACION\",\"415\":\"OPERACION\",\"416\":\"OPERACION\",\"417\":\"OPERACION\",\"418\":\"OPERACION\",\"419\":\"OPERACION\",\"420\":\"OPERACION\",\"421\":\"OPERACION\",\"422\":\"OPERACION\",\"423\":\"OPERACION\",\"424\":\"OPERACION\",\"425\":\"OPERACION\",\"426\":\"OPERACION\",\"427\":\"OPERACION\",\"428\":\"OPERACION\",\"429\":\"OPERACION\",\"430\":\"OPERACION\",\"431\":\"OPERACION\",\"432\":\"OPERACION\",\"433\":\"OPERACION\",\"434\":\"OPERACION\",\"435\":\"OPERACION\",\"436\":\"OPERACION\",\"437\":\"OPERACION\",\"438\":\"OPERACION\",\"439\":\"OPERACION\",\"440\":\"OPERACION\",\"441\":\"OPERACION\",\"442\":\"OPERACION\",\"443\":\"OPERACION\",\"444\":\"OPERACION\",\"445\":\"OPERACION\",\"446\":\"OPERACION\",\"447\":\"OPERACION\",\"448\":\"OPERACION\",\"449\":\"OPERACION\",\"450\":\"OPERACION\",\"451\":\"OPERACION\",\"452\":\"OPERACION\",\"453\":\"OPERACION\",\"454\":\"OPERACION\",\"455\":\"OPERACION\",\"456\":\"OPERACION\",\"457\":\"OPERACION\",\"458\":\"OPERACION\",\"459\":\"OPERACION\",\"460\":\"OPERACION\",\"461\":\"OPERACION\",\"462\":\"OPERACION\",\"463\":\"OPERACION\",\"464\":\"OPERACION\",\"465\":\"OPERACION\",\"466\":\"OPERACION\",\"467\":\"OPERACION\",\"468\":\"OPERACION\",\"469\":\"OPERACION\",\"470\":\"OPERACION\",\"471\":\"OPERACION\",\"472\":\"OPERACION\",\"473\":\"OPERACION\",\"474\":\"OPERACION\",\"475\":\"OPERACION\",\"476\":\"OPERACION\",\"477\":\"OPERACION\",\"478\":\"OPERACION\",\"479\":\"OPERACION\",\"480\":\"OPERACION\",\"481\":\"OPERACION\",\"482\":\"OPERACION\",\"483\":\"OPERACION\",\"484\":\"OPERACION\",\"485\":\"OPERACION\",\"486\":\"OPERACION\",\"487\":\"OPERACION\",\"488\":\"OPERACION\",\"489\":\"OPERACION\",\"490\":\"OPERACION\",\"491\":\"OPERACION\",\"492\":\"OPERACION\",\"493\":\"OPERACION\",\"494\":\"OPERACION\",\"495\":\"OPERACION\",\"496\":\"OPERACION\",\"497\":\"OPERACION\",\"498\":\"OPERACION\",\"499\":\"OPERACION\",\"500\":\"OPERACION\",\"501\":\"OPERACION\",\"502\":\"OPERACION\",\"503\":\"OPERACION\",\"504\":\"OPERACION\",\"505\":\"OPERACION\",\"506\":\"OPERACION\",\"507\":\"OPERACION\",\"508\":\"OPERACION\",\"509\":\"OPERACION\",\"510\":\"OPERACION\",\"511\":\"OPERACION\",\"512\":\"OPERACION\",\"513\":\"OPERACION\",\"514\":\"OPERACION\",\"515\":\"OPERACION\",\"516\":\"OPERACION\",\"517\":\"OPERACION\",\"518\":\"OPERACION\",\"519\":\"OPERACION\",\"520\":\"OPERACION\",\"521\":\"OPERACION\",\"522\":\"OPERACION\",\"523\":\"OPERACION\",\"524\":\"OPERACION\",\"525\":\"OPERACION\",\"526\":\"OPERACION\",\"527\":\"OPERACION\",\"528\":\"OPERACION\",\"529\":\"OPERACION\",\"530\":\"OPERACION\",\"531\":\"OPERACION\",\"532\":\"OPERACION\",\"533\":\"OPERACION\",\"534\":\"OPERACION\",\"535\":\"OPERACION\",\"536\":\"OPERACION\",\"537\":\"OPERACION\",\"538\":\"OPERACION\",\"539\":\"OPERACION\",\"540\":\"OPERACION\",\"541\":\"OPERACION\",\"542\":\"OPERACION\",\"543\":\"OPERACION\",\"544\":\"OPERACION\",\"545\":\"OPERACION\",\"546\":\"OPERACION\",\"547\":\"OPERACION\",\"548\":\"OPERACION\",\"549\":\"OPERACION\",\"550\":\"OPERACION\",\"551\":\"OPERACION\",\"552\":\"OPERACION\",\"553\":\"OPERACION\",\"554\":\"OPERACION\",\"555\":\"OPERACION\",\"556\":\"OPERACION\",\"557\":\"OPERACION\",\"558\":\"OPERACION\",\"559\":\"OPERACION\",\"560\":\"PRUEBAS\",\"561\":\"PRUEBAS\",\"562\":\"PRUEBAS\",\"563\":\"OPERACION\",\"564\":\"OPERACION\",\"565\":\"OPERACION\",\"566\":\"OPERACION\",\"567\":\"OPERACION\",\"568\":\"PRUEBAS\",\"569\":\"PRUEBAS\",\"570\":\"OPERACION\",\"571\":\"OPERACION\",\"572\":\"OPERACION\",\"573\":\"OPERACION\",\"574\":\"OPERACION\",\"575\":\"OPERACION\",\"576\":\"OPERACION\",\"577\":\"OPERACION\",\"578\":\"OPERACION\",\"579\":\"OPERACION\",\"580\":\"OPERACION\",\"581\":\"OPERACION\",\"582\":\"OPERACION\",\"583\":\"OPERACION\",\"584\":\"PRUEBAS\",\"585\":\"OPERACION\",\"586\":\"OPERACION\",\"587\":\"OPERACION\",\"588\":\"OPERACION\",\"589\":\"OPERACION\",\"590\":\"OPERACION\",\"591\":\"OPERACION\",\"592\":\"OPERACION\",\"593\":\"OPERACION\",\"594\":\"OPERACION\",\"595\":\"OPERACION\",\"596\":\"OPERACION\",\"597\":\"OPERACION\",\"598\":\"OPERACION\",\"599\":\"OPERACION\",\"600\":\"OPERACION\",\"601\":\"OPERACION\",\"602\":\"OPERACION\",\"603\":\"OPERACION\",\"604\":\"OPERACION\",\"605\":\"OPERACION\",\"606\":\"OPERACION\",\"607\":\"OPERACION\",\"608\":\"OPERACION\",\"609\":\"OPERACION\",\"610\":\"OPERACION\",\"611\":\"OPERACION\",\"612\":\"OPERACION\",\"613\":\"OPERACION\",\"614\":\"OPERACION\",\"615\":\"OPERACION\",\"616\":\"OPERACION\",\"617\":\"OPERACION\",\"618\":\"OPERACION\",\"619\":\"OPERACION\",\"620\":\"OPERACION\",\"621\":\"OPERACION\",\"622\":\"OPERACION\",\"623\":\"OPERACION\",\"624\":\"OPERACION\",\"625\":\"OPERACION\",\"626\":\"PRUEBAS\",\"627\":\"OPERACION\",\"628\":\"OPERACION\",\"629\":\"OPERACION\",\"630\":\"PRUEBAS\",\"631\":\"PRUEBAS\",\"632\":\"PRUEBAS\",\"633\":\"OPERACION\",\"634\":\"PRUEBAS\",\"635\":\"OPERACION\",\"636\":\"OPERACION\",\"637\":\"OPERACION\",\"638\":\"OPERACION\",\"639\":\"OPERACION\",\"640\":\"PRUEBAS\",\"641\":\"PRUEBAS\",\"642\":\"OPERACION\",\"643\":\"OPERACION\",\"644\":\"OPERACION\",\"645\":\"OPERACION\",\"646\":\"OPERACION\",\"647\":\"OPERACION\",\"648\":\"OPERACION\",\"649\":\"OPERACION\",\"650\":\"OPERACION\",\"651\":\"OPERACION\",\"652\":\"OPERACION\",\"653\":\"OPERACION\",\"654\":\"OPERACION\",\"655\":\"OPERACION\",\"656\":\"OPERACION\",\"657\":\"OPERACION\",\"658\":\"PRUEBAS\",\"659\":\"OPERACION\",\"660\":\"OPERACION\",\"661\":\"OPERACION\",\"662\":\"OPERACION\",\"663\":\"OPERACION\",\"664\":\"OPERACION\",\"665\":\"OPERACION\",\"666\":\"OPERACION\",\"667\":\"OPERACION\",\"668\":\"OPERACION\",\"669\":\"OPERACION\",\"670\":\"OPERACION\",\"671\":\"OPERACION\",\"672\":\"OPERACION\",\"673\":\"OPERACION\",\"674\":\"OPERACION\",\"675\":\"OPERACION\",\"676\":\"OPERACION\",\"677\":\"OPERACION\",\"678\":\"OPERACION\",\"679\":\"OPERACION\",\"680\":\"OPERACION\",\"681\":\"OPERACION\",\"682\":\"OPERACION\",\"683\":\"OPERACION\",\"684\":\"OPERACION\",\"685\":\"OPERACION\",\"686\":\"OPERACION\",\"687\":\"OPERACION\",\"688\":\"OPERACION\",\"689\":\"OPERACION\",\"690\":\"OPERACION\",\"691\":\"OPERACION\",\"692\":\"PRUEBAS\",\"693\":\"PRUEBAS\",\"694\":\"OPERACION\",\"695\":\"OPERACION\",\"696\":\"OPERACION\",\"697\":\"OPERACION\",\"698\":\"PRUEBAS\",\"699\":\"OPERACION\",\"700\":\"OPERACION\",\"701\":\"OPERACION\",\"702\":\"OPERACION\",\"703\":\"OPERACION\",\"704\":\"OPERACION\",\"705\":\"PRUEBAS\",\"706\":\"OPERACION\",\"707\":\"OPERACION\",\"708\":\"OPERACION\",\"709\":\"OPERACION\",\"710\":\"OPERACION\",\"711\":\"PRUEBAS\",\"712\":\"OPERACION\",\"713\":\"OPERACION\",\"714\":\"OPERACION\",\"715\":\"OPERACION\",\"716\":\"OPERACION\",\"717\":\"OPERACION\",\"718\":\"OPERACION\",\"719\":\"OPERACION\",\"720\":\"OPERACION\",\"721\":\"OPERACION\",\"722\":\"OPERACION\",\"723\":\"OPERACION\",\"724\":\"OPERACION\",\"725\":\"OPERACION\",\"726\":\"OPERACION\",\"727\":\"OPERACION\",\"728\":\"OPERACION\",\"729\":\"OPERACION\",\"730\":\"OPERACION\",\"731\":\"OPERACION\",\"732\":\"OPERACION\",\"733\":\"OPERACION\",\"734\":\"OPERACION\",\"735\":\"OPERACION\",\"736\":\"OPERACION\",\"737\":\"OPERACION\",\"738\":\"OPERACION\",\"739\":\"OPERACION\",\"740\":\"OPERACION\",\"741\":\"OPERACION\",\"742\":\"OPERACION\",\"743\":\"OPERACION\",\"744\":\"OPERACION\",\"745\":\"OPERACION\",\"746\":\"OPERACION\",\"747\":\"OPERACION\",\"748\":\"OPERACION\",\"749\":\"OPERACION\",\"750\":\"OPERACION\",\"751\":\"OPERACION\",\"752\":\"OPERACION\",\"753\":\"OPERACION\",\"754\":\"OPERACION\",\"755\":\"OPERACION\",\"756\":\"OPERACION\",\"757\":\"OPERACION\",\"758\":\"OPERACION\",\"759\":\"OPERACION\",\"760\":\"OPERACION\",\"761\":\"OPERACION\",\"762\":\"OPERACION\",\"763\":\"OPERACION\",\"764\":\"OPERACION\",\"765\":\"OPERACION\",\"766\":\"OPERACION\",\"767\":\"OPERACION\",\"768\":\"OPERACION\",\"769\":\"OPERACION\",\"770\":\"OPERACION\",\"771\":\"OPERACION\",\"772\":\"OPERACION\",\"773\":\"OPERACION\",\"774\":\"OPERACION\",\"775\":\"OPERACION\",\"776\":\"OPERACION\",\"777\":\"OPERACION\",\"778\":\"OPERACION\",\"779\":\"OPERACION\",\"780\":\"OPERACION\",\"781\":\"OPERACION\",\"782\":\"OPERACION\",\"783\":\"OPERACION\",\"784\":\"OPERACION\",\"785\":\"OPERACION\",\"786\":\"OPERACION\",\"787\":\"OPERACION\",\"788\":\"OPERACION\",\"789\":\"OPERACION\",\"790\":\"OPERACION\",\"791\":\"OPERACION\",\"792\":\"OPERACION\",\"793\":\"OPERACION\",\"794\":\"PRUEBAS\",\"795\":\"OPERACION\",\"796\":\"OPERACION\",\"797\":\"OPERACION\",\"798\":\"OPERACION\",\"799\":\"OPERACION\",\"800\":\"OPERACION\",\"801\":\"OPERACION\",\"802\":\"OPERACION\",\"803\":\"OPERACION\",\"804\":\"OPERACION\",\"805\":\"OPERACION\",\"806\":\"OPERACION\",\"807\":\"OPERACION\",\"808\":\"OPERACION\",\"809\":\"OPERACION\",\"810\":\"OPERACION\",\"811\":\"OPERACION\",\"812\":\"OPERACION\",\"813\":\"OPERACION\",\"814\":\"OPERACION\",\"815\":\"OPERACION\",\"816\":\"OPERACION\",\"817\":\"OPERACION\",\"818\":\"OPERACION\",\"819\":\"OPERACION\",\"820\":\"OPERACION\",\"821\":\"OPERACION\",\"822\":\"OPERACION\",\"823\":\"OPERACION\",\"824\":\"OPERACION\",\"825\":\"OPERACION\",\"826\":\"OPERACION\",\"827\":\"OPERACION\",\"828\":\"OPERACION\",\"829\":\"OPERACION\",\"830\":\"OPERACION\",\"831\":\"OPERACION\",\"832\":\"OPERACION\",\"833\":\"OPERACION\",\"834\":\"OPERACION\",\"835\":\"OPERACION\",\"836\":\"OPERACION\",\"837\":\"OPERACION\",\"838\":\"OPERACION\",\"839\":\"OPERACION\",\"840\":\"OPERACION\",\"841\":\"OPERACION\",\"842\":\"OPERACION\",\"843\":\"OPERACION\",\"844\":\"OPERACION\",\"845\":\"OPERACION\",\"846\":\"OPERACION\",\"847\":\"OPERACION\",\"848\":\"OPERACION\",\"849\":\"OPERACION\",\"850\":\"OPERACION\",\"851\":\"OPERACION\",\"852\":\"OPERACION\",\"853\":\"OPERACION\",\"854\":\"OPERACION\",\"855\":\"OPERACION\",\"856\":\"OPERACION\",\"857\":\"OPERACION\",\"858\":\"OPERACION\",\"859\":\"OPERACION\",\"860\":\"OPERACION\",\"861\":\"OPERACION\",\"862\":\"OPERACION\",\"863\":\"OPERACION\",\"864\":\"OPERACION\",\"865\":\"OPERACION\",\"866\":\"OPERACION\"},\"Date\":{\"0\":1736121600000,\"1\":1736121600000,\"2\":1736121600000,\"3\":1736121600000,\"4\":1736121600000,\"5\":1736121600000,\"6\":1736121600000,\"7\":1736121600000,\"8\":1736121600000,\"9\":1736121600000,\"10\":1736121600000,\"11\":1736121600000,\"12\":1736121600000,\"13\":1736121600000,\"14\":1736121600000,\"15\":1736121600000,\"16\":1736121600000,\"17\":1736121600000,\"18\":1736121600000,\"19\":1736121600000,\"20\":1736121600000,\"21\":1736121600000,\"22\":1736121600000,\"23\":1736121600000,\"24\":1736121600000,\"25\":1736121600000,\"26\":1736121600000,\"27\":1736121600000,\"28\":1736121600000,\"29\":1736121600000,\"30\":1736121600000,\"31\":1736121600000,\"32\":1736121600000,\"33\":1736121600000,\"34\":1736121600000,\"35\":1736121600000,\"36\":1736121600000,\"37\":1736121600000,\"38\":1736121600000,\"39\":1736121600000,\"40\":1736121600000,\"41\":1736121600000,\"42\":1736121600000,\"43\":1736121600000,\"44\":1736121600000,\"45\":1736121600000,\"46\":1736121600000,\"47\":1736121600000,\"48\":1736121600000,\"49\":1736121600000,\"50\":1736121600000,\"51\":1736121600000,\"52\":1736121600000,\"53\":1736121600000,\"54\":1736121600000,\"55\":1736121600000,\"56\":1736121600000,\"57\":1736121600000,\"58\":1736121600000,\"59\":1736121600000,\"60\":1736121600000,\"61\":1736121600000,\"62\":1736121600000,\"63\":1736121600000,\"64\":1736121600000,\"65\":1736121600000,\"66\":1736121600000,\"67\":1736121600000,\"68\":1736121600000,\"69\":1736121600000,\"70\":1736121600000,\"71\":1736121600000,\"72\":1736121600000,\"73\":1736121600000,\"74\":1736121600000,\"75\":1736121600000,\"76\":1736121600000,\"77\":1736121600000,\"78\":1736121600000,\"79\":1736121600000,\"80\":1736121600000,\"81\":1736121600000,\"82\":1736121600000,\"83\":1736121600000,\"84\":1736121600000,\"85\":1736121600000,\"86\":1736121600000,\"87\":1736121600000,\"88\":1736121600000,\"89\":1736121600000,\"90\":1736121600000,\"91\":1736121600000,\"92\":1736121600000,\"93\":1736121600000,\"94\":1736121600000,\"95\":1736121600000,\"96\":1736121600000,\"97\":1736121600000,\"98\":1736121600000,\"99\":1736121600000,\"100\":1736121600000,\"101\":1736121600000,\"102\":1736121600000,\"103\":1736121600000,\"104\":1736121600000,\"105\":1736121600000,\"106\":1736121600000,\"107\":1736121600000,\"108\":1736121600000,\"109\":1736121600000,\"110\":1736121600000,\"111\":1736121600000,\"112\":1736121600000,\"113\":1736121600000,\"114\":1736121600000,\"115\":1736121600000,\"116\":1736121600000,\"117\":1736121600000,\"118\":1736121600000,\"119\":1736121600000,\"120\":1736121600000,\"121\":1736121600000,\"122\":1736121600000,\"123\":1736121600000,\"124\":1736121600000,\"125\":1736121600000,\"126\":1736121600000,\"127\":1736121600000,\"128\":1736121600000,\"129\":1736121600000,\"130\":1736121600000,\"131\":1736121600000,\"132\":1736121600000,\"133\":1736121600000,\"134\":1736121600000,\"135\":1736121600000,\"136\":1736121600000,\"137\":1736121600000,\"138\":1736121600000,\"139\":1736121600000,\"140\":1736121600000,\"141\":1736121600000,\"142\":1736121600000,\"143\":1736121600000,\"144\":1736121600000,\"145\":1736121600000,\"146\":1736121600000,\"147\":1736121600000,\"148\":1736121600000,\"149\":1736121600000,\"150\":1736121600000,\"151\":1736121600000,\"152\":1736121600000,\"153\":1736121600000,\"154\":1736121600000,\"155\":1736121600000,\"156\":1736121600000,\"157\":1736121600000,\"158\":1736121600000,\"159\":1736121600000,\"160\":1736121600000,\"161\":1736121600000,\"162\":1736121600000,\"163\":1736121600000,\"164\":1736121600000,\"165\":1736121600000,\"166\":1736121600000,\"167\":1736121600000,\"168\":1736121600000,\"169\":1736121600000,\"170\":1736121600000,\"171\":1736121600000,\"172\":1736121600000,\"173\":1736121600000,\"174\":1736121600000,\"175\":1736121600000,\"176\":1736121600000,\"177\":1736121600000,\"178\":1736121600000,\"179\":1736121600000,\"180\":1736121600000,\"181\":1736121600000,\"182\":1736121600000,\"183\":1736121600000,\"184\":1736121600000,\"185\":1736121600000,\"186\":1736121600000,\"187\":1736121600000,\"188\":1736121600000,\"189\":1736121600000,\"190\":1736121600000,\"191\":1736121600000,\"192\":1736121600000,\"193\":1736121600000,\"194\":1736121600000,\"195\":1736121600000,\"196\":1736121600000,\"197\":1736121600000,\"198\":1736121600000,\"199\":1736121600000,\"200\":1736121600000,\"201\":1736121600000,\"202\":1736121600000,\"203\":1736121600000,\"204\":1736121600000,\"205\":1736121600000,\"206\":1736121600000,\"207\":1736121600000,\"208\":1736121600000,\"209\":1736121600000,\"210\":1736121600000,\"211\":1736121600000,\"212\":1736121600000,\"213\":1736121600000,\"214\":1736121600000,\"215\":1736121600000,\"216\":1736121600000,\"217\":1736121600000,\"218\":1736121600000,\"219\":1736121600000,\"220\":1736121600000,\"221\":1736121600000,\"222\":1736121600000,\"223\":1736121600000,\"224\":1736121600000,\"225\":1736121600000,\"226\":1736121600000,\"227\":1736121600000,\"228\":1736121600000,\"229\":1736121600000,\"230\":1736121600000,\"231\":1736121600000,\"232\":1736121600000,\"233\":1736121600000,\"234\":1736121600000,\"235\":1736121600000,\"236\":1736121600000,\"237\":1736121600000,\"238\":1736121600000,\"239\":1736121600000,\"240\":1736121600000,\"241\":1736121600000,\"242\":1736121600000,\"243\":1736121600000,\"244\":1736121600000,\"245\":1736121600000,\"246\":1736121600000,\"247\":1736121600000,\"248\":1736121600000,\"249\":1736121600000,\"250\":1736121600000,\"251\":1736121600000,\"252\":1736121600000,\"253\":1736121600000,\"254\":1736121600000,\"255\":1736121600000,\"256\":1736121600000,\"257\":1736121600000,\"258\":1736121600000,\"259\":1736121600000,\"260\":1736121600000,\"261\":1736121600000,\"262\":1736121600000,\"263\":1736121600000,\"264\":1736121600000,\"265\":1736121600000,\"266\":1736121600000,\"267\":1736121600000,\"268\":1736121600000,\"269\":1736121600000,\"270\":1736121600000,\"271\":1736121600000,\"272\":1736121600000,\"273\":1736121600000,\"274\":1736121600000,\"275\":1736121600000,\"276\":1736121600000,\"277\":1736121600000,\"278\":1736121600000,\"279\":1736121600000,\"280\":1736121600000,\"281\":1736121600000,\"282\":1736121600000,\"283\":1736121600000,\"284\":1736121600000,\"285\":1736121600000,\"286\":1736121600000,\"287\":1736121600000,\"288\":1736121600000,\"289\":1736121600000,\"290\":1736121600000,\"291\":1736121600000,\"292\":1736121600000,\"293\":1736121600000,\"294\":1736121600000,\"295\":1736121600000,\"296\":1736121600000,\"297\":1736121600000,\"298\":1736121600000,\"299\":1736121600000,\"300\":1736121600000,\"301\":1736121600000,\"302\":1736121600000,\"303\":1736121600000,\"304\":1736121600000,\"305\":1736121600000,\"306\":1736121600000,\"307\":1736121600000,\"308\":1736121600000,\"309\":1736121600000,\"310\":1736121600000,\"311\":1736121600000,\"312\":1736121600000,\"313\":1736121600000,\"314\":1736121600000,\"315\":1736121600000,\"316\":1736121600000,\"317\":1736121600000,\"318\":1736121600000,\"319\":1736121600000,\"320\":1736121600000,\"321\":1736121600000,\"322\":1736121600000,\"323\":1736121600000,\"324\":1736121600000,\"325\":1736121600000,\"326\":1736121600000,\"327\":1736121600000,\"328\":1736121600000,\"329\":1736121600000,\"330\":1736121600000,\"331\":1736121600000,\"332\":1736121600000,\"333\":1736121600000,\"334\":1736121600000,\"335\":1736121600000,\"336\":1736121600000,\"337\":1736121600000,\"338\":1736121600000,\"339\":1736121600000,\"340\":1736121600000,\"341\":1736121600000,\"342\":1736121600000,\"343\":1736121600000,\"344\":1736121600000,\"345\":1736121600000,\"346\":1736121600000,\"347\":1736121600000,\"348\":1736121600000,\"349\":1736121600000,\"350\":1736121600000,\"351\":1736121600000,\"352\":1736121600000,\"353\":1736121600000,\"354\":1736121600000,\"355\":1736121600000,\"356\":1736121600000,\"357\":1736121600000,\"358\":1736121600000,\"359\":1736121600000,\"360\":1736121600000,\"361\":1736121600000,\"362\":1736121600000,\"363\":1736121600000,\"364\":1736121600000,\"365\":1736121600000,\"366\":1736121600000,\"367\":1736121600000,\"368\":1736121600000,\"369\":1736121600000,\"370\":1736121600000,\"371\":1736121600000,\"372\":1736121600000,\"373\":1736121600000,\"374\":1736121600000,\"375\":1736121600000,\"376\":1736121600000,\"377\":1736121600000,\"378\":1736121600000,\"379\":1736121600000,\"380\":1736121600000,\"381\":1736121600000,\"382\":1736121600000,\"383\":1736121600000,\"384\":1736121600000,\"385\":1736121600000,\"386\":1736121600000,\"387\":1736121600000,\"388\":1736121600000,\"389\":1736121600000,\"390\":1736121600000,\"391\":1736121600000,\"392\":1736121600000,\"393\":1736121600000,\"394\":1736121600000,\"395\":1736121600000,\"396\":1736121600000,\"397\":1736121600000,\"398\":1736121600000,\"399\":1736121600000,\"400\":1736121600000,\"401\":1736121600000,\"402\":1736121600000,\"403\":1736121600000,\"404\":1736121600000,\"405\":1736121600000,\"406\":1736121600000,\"407\":1736121600000,\"408\":1736121600000,\"409\":1736121600000,\"410\":1736121600000,\"411\":1736121600000,\"412\":1736121600000,\"413\":1736121600000,\"414\":1736121600000,\"415\":1736121600000,\"416\":1736121600000,\"417\":1736121600000,\"418\":1736121600000,\"419\":1736121600000,\"420\":1736121600000,\"421\":1736121600000,\"422\":1736121600000,\"423\":1736121600000,\"424\":1736121600000,\"425\":1736121600000,\"426\":1736121600000,\"427\":1736121600000,\"428\":1736121600000,\"429\":1736121600000,\"430\":1736121600000,\"431\":1736121600000,\"432\":1736121600000,\"433\":1736121600000,\"434\":1736121600000,\"435\":1736121600000,\"436\":1736121600000,\"437\":1736121600000,\"438\":1736121600000,\"439\":1736121600000,\"440\":1736121600000,\"441\":1736121600000,\"442\":1736121600000,\"443\":1736121600000,\"444\":1736121600000,\"445\":1736121600000,\"446\":1736121600000,\"447\":1736121600000,\"448\":1736121600000,\"449\":1736121600000,\"450\":1736121600000,\"451\":1736121600000,\"452\":1736121600000,\"453\":1736121600000,\"454\":1736121600000,\"455\":1736121600000,\"456\":1736121600000,\"457\":1736121600000,\"458\":1736121600000,\"459\":1736121600000,\"460\":1736121600000,\"461\":1736121600000,\"462\":1736121600000,\"463\":1736121600000,\"464\":1736121600000,\"465\":1736121600000,\"466\":1736121600000,\"467\":1736121600000,\"468\":1736121600000,\"469\":1736121600000,\"470\":1736121600000,\"471\":1736121600000,\"472\":1736121600000,\"473\":1736121600000,\"474\":1736121600000,\"475\":1736121600000,\"476\":1736121600000,\"477\":1736121600000,\"478\":1736121600000,\"479\":1736121600000,\"480\":1736121600000,\"481\":1736121600000,\"482\":1736121600000,\"483\":1736121600000,\"484\":1736121600000,\"485\":1736121600000,\"486\":1736121600000,\"487\":1736121600000,\"488\":1736121600000,\"489\":1736121600000,\"490\":1736121600000,\"491\":1736121600000,\"492\":1736121600000,\"493\":1736121600000,\"494\":1736121600000,\"495\":1736121600000,\"496\":1736121600000,\"497\":1736121600000,\"498\":1736121600000,\"499\":1736121600000,\"500\":1736121600000,\"501\":1736121600000,\"502\":1736121600000,\"503\":1736121600000,\"504\":1736121600000,\"505\":1736121600000,\"506\":1736121600000,\"507\":1736121600000,\"508\":1736121600000,\"509\":1736121600000,\"510\":1736121600000,\"511\":1736121600000,\"512\":1736121600000,\"513\":1736121600000,\"514\":1736121600000,\"515\":1736121600000,\"516\":1736121600000,\"517\":1736121600000,\"518\":1736121600000,\"519\":1736121600000,\"520\":1736121600000,\"521\":1736121600000,\"522\":1736121600000,\"523\":1736121600000,\"524\":1736121600000,\"525\":1736121600000,\"526\":1736121600000,\"527\":1736121600000,\"528\":1736121600000,\"529\":1736121600000,\"530\":1736121600000,\"531\":1736121600000,\"532\":1736121600000,\"533\":1736121600000,\"534\":1736121600000,\"535\":1736121600000,\"536\":1736121600000,\"537\":1736121600000,\"538\":1736121600000,\"539\":1736121600000,\"540\":1736121600000,\"541\":1736121600000,\"542\":1736121600000,\"543\":1736121600000,\"544\":1736121600000,\"545\":1736121600000,\"546\":1736121600000,\"547\":1736121600000,\"548\":1736121600000,\"549\":1736121600000,\"550\":1736121600000,\"551\":1736121600000,\"552\":1736121600000,\"553\":1736121600000,\"554\":1736121600000,\"555\":1736121600000,\"556\":1736121600000,\"557\":1736121600000,\"558\":1736121600000,\"559\":1736121600000,\"560\":1736121600000,\"561\":1736121600000,\"562\":1736121600000,\"563\":1736121600000,\"564\":1736121600000,\"565\":1736121600000,\"566\":1736121600000,\"567\":1736121600000,\"568\":1736121600000,\"569\":1736121600000,\"570\":1736121600000,\"571\":1736121600000,\"572\":1736121600000,\"573\":1736121600000,\"574\":1736121600000,\"575\":1736121600000,\"576\":1736121600000,\"577\":1736121600000,\"578\":1736121600000,\"579\":1736121600000,\"580\":1736121600000,\"581\":1736121600000,\"582\":1736121600000,\"583\":1736121600000,\"584\":1736121600000,\"585\":1736121600000,\"586\":1736121600000,\"587\":1736121600000,\"588\":1736121600000,\"589\":1736121600000,\"590\":1736121600000,\"591\":1736121600000,\"592\":1736121600000,\"593\":1736121600000,\"594\":1736121600000,\"595\":1736121600000,\"596\":1736121600000,\"597\":1736121600000,\"598\":1736121600000,\"599\":1736121600000,\"600\":1736121600000,\"601\":1736121600000,\"602\":1736121600000,\"603\":1736121600000,\"604\":1736121600000,\"605\":1736121600000,\"606\":1736121600000,\"607\":1736121600000,\"608\":1736121600000,\"609\":1736121600000,\"610\":1736121600000,\"611\":1736121600000,\"612\":1736121600000,\"613\":1736121600000,\"614\":1736121600000,\"615\":1736121600000,\"616\":1736121600000,\"617\":1736121600000,\"618\":1736121600000,\"619\":1736121600000,\"620\":1736121600000,\"621\":1736121600000,\"622\":1736121600000,\"623\":1736121600000,\"624\":1736121600000,\"625\":1736121600000,\"626\":1736121600000,\"627\":1736121600000,\"628\":1736121600000,\"629\":1736121600000,\"630\":1736121600000,\"631\":1736121600000,\"632\":1736121600000,\"633\":1736121600000,\"634\":1736121600000,\"635\":1736121600000,\"636\":1736121600000,\"637\":1736121600000,\"638\":1736121600000,\"639\":1736121600000,\"640\":1736121600000,\"641\":1736121600000,\"642\":1736121600000,\"643\":1736121600000,\"644\":1736121600000,\"645\":1736121600000,\"646\":1736121600000,\"647\":1736121600000,\"648\":1736121600000,\"649\":1736121600000,\"650\":1736121600000,\"651\":1736121600000,\"652\":1736121600000,\"653\":1736121600000,\"654\":1736121600000,\"655\":1736121600000,\"656\":1736121600000,\"657\":1736121600000,\"658\":1736121600000,\"659\":1736121600000,\"660\":1736121600000,\"661\":1736121600000,\"662\":1736121600000,\"663\":1736121600000,\"664\":1736121600000,\"665\":1736121600000,\"666\":1736121600000,\"667\":1736121600000,\"668\":1736121600000,\"669\":1736121600000,\"670\":1736121600000,\"671\":1736121600000,\"672\":1736121600000,\"673\":1736121600000,\"674\":1736121600000,\"675\":1736121600000,\"676\":1736121600000,\"677\":1736121600000,\"678\":1736121600000,\"679\":1736121600000,\"680\":1736121600000,\"681\":1736121600000,\"682\":1736121600000,\"683\":1736121600000,\"684\":1736121600000,\"685\":1736121600000,\"686\":1736121600000,\"687\":1736121600000,\"688\":1736121600000,\"689\":1736121600000,\"690\":1736121600000,\"691\":1736121600000,\"692\":1736121600000,\"693\":1736121600000,\"694\":1736121600000,\"695\":1736121600000,\"696\":1736121600000,\"697\":1736121600000,\"698\":1736121600000,\"699\":1736121600000,\"700\":1736121600000,\"701\":1736121600000,\"702\":1736121600000,\"703\":1736121600000,\"704\":1736121600000,\"705\":1736121600000,\"706\":1736121600000,\"707\":1736121600000,\"708\":1736121600000,\"709\":1736121600000,\"710\":1736121600000,\"711\":1736121600000,\"712\":1736121600000,\"713\":1736121600000,\"714\":1736121600000,\"715\":1736121600000,\"716\":1736121600000,\"717\":1736121600000,\"718\":1736121600000,\"719\":1736121600000,\"720\":1736121600000,\"721\":1736121600000,\"722\":1736121600000,\"723\":1736121600000,\"724\":1736121600000,\"725\":1736121600000,\"726\":1736121600000,\"727\":1736121600000,\"728\":1736121600000,\"729\":1736121600000,\"730\":1736121600000,\"731\":1736121600000,\"732\":1736121600000,\"733\":1736121600000,\"734\":1736121600000,\"735\":1736121600000,\"736\":1736121600000,\"737\":1736121600000,\"738\":1736121600000,\"739\":1736121600000,\"740\":1736121600000,\"741\":1736121600000,\"742\":1736121600000,\"743\":1736121600000,\"744\":1736121600000,\"745\":1736121600000,\"746\":1736121600000,\"747\":1736121600000,\"748\":1736121600000,\"749\":1736121600000,\"750\":1736121600000,\"751\":1736121600000,\"752\":1736121600000,\"753\":1736121600000,\"754\":1736121600000,\"755\":1736121600000,\"756\":1736121600000,\"757\":1736121600000,\"758\":1736121600000,\"759\":1736121600000,\"760\":1736121600000,\"761\":1736121600000,\"762\":1736121600000,\"763\":1736121600000,\"764\":1736121600000,\"765\":1736121600000,\"766\":1736121600000,\"767\":1736121600000,\"768\":1736121600000,\"769\":1736121600000,\"770\":1736121600000,\"771\":1736121600000,\"772\":1736121600000,\"773\":1736121600000,\"774\":1736121600000,\"775\":1736121600000,\"776\":1736121600000,\"777\":1736121600000,\"778\":1736121600000,\"779\":1736121600000,\"780\":1736121600000,\"781\":1736121600000,\"782\":1736121600000,\"783\":1736121600000,\"784\":1736121600000,\"785\":1736121600000,\"786\":1736121600000,\"787\":1736121600000,\"788\":1736121600000,\"789\":1736121600000,\"790\":1736121600000,\"791\":1736121600000,\"792\":1736121600000,\"793\":1736121600000,\"794\":1736121600000,\"795\":1736121600000,\"796\":1736121600000,\"797\":1736121600000,\"798\":1736121600000,\"799\":1736121600000,\"800\":1736121600000,\"801\":1736121600000,\"802\":1736121600000,\"803\":1736121600000,\"804\":1736121600000,\"805\":1736121600000,\"806\":1736121600000,\"807\":1736121600000,\"808\":1736121600000,\"809\":1736121600000,\"810\":1736121600000,\"811\":1736121600000,\"812\":1736121600000,\"813\":1736121600000,\"814\":1736121600000,\"815\":1736121600000,\"816\":1736121600000,\"817\":1736121600000,\"818\":1736121600000,\"819\":1736121600000,\"820\":1736121600000,\"821\":1736121600000,\"822\":1736121600000,\"823\":1736121600000,\"824\":1736121600000,\"825\":1736121600000,\"826\":1736121600000,\"827\":1736121600000,\"828\":1736121600000,\"829\":1736121600000,\"830\":1736121600000,\"831\":1736121600000,\"832\":1736121600000,\"833\":1736121600000,\"834\":1736121600000,\"835\":1736121600000,\"836\":1736121600000,\"837\":1736121600000,\"838\":1736121600000,\"839\":1736121600000,\"840\":1736121600000,\"841\":1736121600000,\"842\":1736121600000,\"843\":1736121600000,\"844\":1736121600000,\"845\":1736121600000,\"846\":1736121600000,\"847\":1736121600000,\"848\":1736121600000,\"849\":1736121600000,\"850\":1736121600000,\"851\":1736121600000,\"852\":1736121600000,\"853\":1736121600000,\"854\":1736121600000,\"855\":1736121600000,\"856\":1736121600000,\"857\":1736121600000,\"858\":1736121600000,\"859\":1736121600000,\"860\":1736121600000,\"861\":1736121600000,\"862\":1736121600000,\"863\":1736121600000,\"864\":1736121600000,\"865\":1736121600000,\"866\":1736121600000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/prod2_dt.json",
    "content": "{\"Id\":{\"0\":\"Recurso\",\"1\":\"Recurso\",\"2\":\"Recurso\",\"3\":\"Recurso\",\"4\":\"Recurso\",\"5\":\"Recurso\",\"6\":\"Recurso\",\"7\":\"Recurso\",\"8\":\"Recurso\",\"9\":\"Recurso\",\"10\":\"Recurso\",\"11\":\"Recurso\",\"12\":\"Recurso\",\"13\":\"Recurso\",\"14\":\"Recurso\",\"15\":\"Recurso\",\"16\":\"Recurso\",\"17\":\"Recurso\",\"18\":\"Recurso\",\"19\":\"Recurso\",\"20\":\"Recurso\",\"21\":\"Recurso\",\"22\":\"Recurso\",\"23\":\"Recurso\",\"24\":\"Recurso\",\"25\":\"Recurso\",\"26\":\"Recurso\",\"27\":\"Recurso\",\"28\":\"Recurso\",\"29\":\"Recurso\",\"30\":\"Recurso\",\"31\":\"Recurso\",\"32\":\"Recurso\",\"33\":\"Recurso\",\"34\":\"Recurso\",\"35\":\"Recurso\",\"36\":\"Recurso\",\"37\":\"Recurso\",\"38\":\"Recurso\",\"39\":\"Recurso\",\"40\":\"Recurso\",\"41\":\"Recurso\",\"42\":\"Recurso\",\"43\":\"Recurso\",\"44\":\"Recurso\",\"45\":\"Recurso\",\"46\":\"Recurso\",\"47\":\"Recurso\",\"48\":\"Recurso\",\"49\":\"Recurso\",\"50\":\"Recurso\",\"51\":\"Recurso\",\"52\":\"Recurso\",\"53\":\"Recurso\",\"54\":\"Recurso\",\"55\":\"Recurso\",\"56\":\"Recurso\",\"57\":\"Recurso\",\"58\":\"Recurso\",\"59\":\"Recurso\",\"60\":\"Recurso\",\"61\":\"Recurso\",\"62\":\"Recurso\",\"63\":\"Recurso\",\"64\":\"Recurso\",\"65\":\"Recurso\",\"66\":\"Recurso\",\"67\":\"Recurso\",\"68\":\"Recurso\",\"69\":\"Recurso\",\"70\":\"Recurso\",\"71\":\"Recurso\",\"72\":\"Recurso\",\"73\":\"Recurso\",\"74\":\"Recurso\",\"75\":\"Recurso\",\"76\":\"Recurso\",\"77\":\"Recurso\",\"78\":\"Recurso\",\"79\":\"Recurso\",\"80\":\"Recurso\",\"81\":\"Recurso\",\"82\":\"Recurso\",\"83\":\"Recurso\",\"84\":\"Recurso\",\"85\":\"Recurso\",\"86\":\"Recurso\",\"87\":\"Recurso\",\"88\":\"Recurso\",\"89\":\"Recurso\",\"90\":\"Recurso\",\"91\":\"Recurso\",\"92\":\"Recurso\",\"93\":\"Recurso\",\"94\":\"Recurso\",\"95\":\"Recurso\",\"96\":\"Recurso\",\"97\":\"Recurso\",\"98\":\"Recurso\",\"99\":\"Recurso\",\"100\":\"Recurso\",\"101\":\"Recurso\",\"102\":\"Recurso\",\"103\":\"Recurso\",\"104\":\"Recurso\",\"105\":\"Recurso\",\"106\":\"Recurso\",\"107\":\"Recurso\",\"108\":\"Recurso\",\"109\":\"Recurso\",\"110\":\"Recurso\",\"111\":\"Recurso\",\"112\":\"Recurso\",\"113\":\"Recurso\",\"114\":\"Recurso\",\"115\":\"Recurso\",\"116\":\"Recurso\",\"117\":\"Recurso\",\"118\":\"Recurso\",\"119\":\"Recurso\",\"120\":\"Recurso\",\"121\":\"Recurso\",\"122\":\"Recurso\",\"123\":\"Recurso\",\"124\":\"Recurso\",\"125\":\"Recurso\",\"126\":\"Recurso\",\"127\":\"Recurso\",\"128\":\"Recurso\",\"129\":\"Recurso\",\"130\":\"Recurso\",\"131\":\"Recurso\",\"132\":\"Recurso\",\"133\":\"Recurso\",\"134\":\"Recurso\",\"135\":\"Recurso\",\"136\":\"Recurso\",\"137\":\"Recurso\",\"138\":\"Recurso\",\"139\":\"Recurso\",\"140\":\"Recurso\",\"141\":\"Recurso\",\"142\":\"Recurso\",\"143\":\"Recurso\",\"144\":\"Recurso\",\"145\":\"Recurso\",\"146\":\"Recurso\",\"147\":\"Recurso\",\"148\":\"Recurso\",\"149\":\"Recurso\",\"150\":\"Recurso\",\"151\":\"Recurso\",\"152\":\"Recurso\",\"153\":\"Recurso\",\"154\":\"Recurso\",\"155\":\"Recurso\",\"156\":\"Recurso\",\"157\":\"Recurso\",\"158\":\"Recurso\",\"159\":\"Recurso\",\"160\":\"Recurso\",\"161\":\"Recurso\",\"162\":\"Recurso\",\"163\":\"Recurso\",\"164\":\"Recurso\",\"165\":\"Recurso\",\"166\":\"Recurso\",\"167\":\"Recurso\",\"168\":\"Recurso\",\"169\":\"Recurso\",\"170\":\"Recurso\",\"171\":\"Recurso\",\"172\":\"Recurso\",\"173\":\"Recurso\",\"174\":\"Recurso\",\"175\":\"Recurso\",\"176\":\"Recurso\",\"177\":\"Recurso\",\"178\":\"Recurso\",\"179\":\"Recurso\",\"180\":\"Recurso\",\"181\":\"Recurso\",\"182\":\"Recurso\",\"183\":\"Recurso\",\"184\":\"Recurso\",\"185\":\"Recurso\",\"186\":\"Recurso\",\"187\":\"Recurso\",\"188\":\"Recurso\",\"189\":\"Recurso\",\"190\":\"Recurso\",\"191\":\"Recurso\",\"192\":\"Recurso\",\"193\":\"Recurso\",\"194\":\"Recurso\",\"195\":\"Recurso\",\"196\":\"Recurso\",\"197\":\"Recurso\",\"198\":\"Recurso\",\"199\":\"Recurso\",\"200\":\"Recurso\",\"201\":\"Recurso\",\"202\":\"Recurso\",\"203\":\"Recurso\",\"204\":\"Recurso\",\"205\":\"Recurso\",\"206\":\"Recurso\",\"207\":\"Recurso\",\"208\":\"Recurso\",\"209\":\"Recurso\",\"210\":\"Recurso\",\"211\":\"Recurso\",\"212\":\"Recurso\",\"213\":\"Recurso\",\"214\":\"Recurso\",\"215\":\"Recurso\",\"216\":\"Recurso\",\"217\":\"Recurso\",\"218\":\"Recurso\",\"219\":\"Recurso\",\"220\":\"Recurso\",\"221\":\"Recurso\",\"222\":\"Recurso\",\"223\":\"Recurso\",\"224\":\"Recurso\",\"225\":\"Recurso\",\"226\":\"Recurso\",\"227\":\"Recurso\",\"228\":\"Recurso\",\"229\":\"Recurso\",\"230\":\"Recurso\",\"231\":\"Recurso\",\"232\":\"Recurso\",\"233\":\"Recurso\",\"234\":\"Recurso\",\"235\":\"Recurso\",\"236\":\"Recurso\",\"237\":\"Recurso\",\"238\":\"Recurso\",\"239\":\"Recurso\",\"240\":\"Recurso\",\"241\":\"Recurso\",\"242\":\"Recurso\",\"243\":\"Recurso\",\"244\":\"Recurso\",\"245\":\"Recurso\",\"246\":\"Recurso\",\"247\":\"Recurso\",\"248\":\"Recurso\",\"249\":\"Recurso\",\"250\":\"Recurso\",\"251\":\"Recurso\",\"252\":\"Recurso\",\"253\":\"Recurso\",\"254\":\"Recurso\",\"255\":\"Recurso\",\"256\":\"Recurso\",\"257\":\"Recurso\",\"258\":\"Recurso\",\"259\":\"Recurso\",\"260\":\"Recurso\",\"261\":\"Recurso\",\"262\":\"Recurso\",\"263\":\"Recurso\",\"264\":\"Recurso\",\"265\":\"Recurso\",\"266\":\"Recurso\",\"267\":\"Recurso\",\"268\":\"Recurso\",\"269\":\"Recurso\",\"270\":\"Recurso\",\"271\":\"Recurso\",\"272\":\"Recurso\",\"273\":\"Recurso\",\"274\":\"Recurso\",\"275\":\"Recurso\",\"276\":\"Recurso\",\"277\":\"Recurso\",\"278\":\"Recurso\",\"279\":\"Recurso\",\"280\":\"Recurso\",\"281\":\"Recurso\",\"282\":\"Recurso\",\"283\":\"Recurso\",\"284\":\"Recurso\",\"285\":\"Recurso\",\"286\":\"Recurso\",\"287\":\"Recurso\",\"288\":\"Recurso\",\"289\":\"Recurso\",\"290\":\"Recurso\",\"291\":\"Recurso\",\"292\":\"Recurso\",\"293\":\"Recurso\",\"294\":\"Recurso\",\"295\":\"Recurso\",\"296\":\"Recurso\",\"297\":\"Recurso\",\"298\":\"Recurso\",\"299\":\"Recurso\",\"300\":\"Recurso\",\"301\":\"Recurso\",\"302\":\"Recurso\",\"303\":\"Recurso\",\"304\":\"Recurso\",\"305\":\"Recurso\",\"306\":\"Recurso\",\"307\":\"Recurso\",\"308\":\"Recurso\",\"309\":\"Recurso\",\"310\":\"Recurso\",\"311\":\"Recurso\",\"312\":\"Recurso\",\"313\":\"Recurso\",\"314\":\"Recurso\",\"315\":\"Recurso\",\"316\":\"Recurso\",\"317\":\"Recurso\",\"318\":\"Recurso\",\"319\":\"Recurso\",\"320\":\"Recurso\",\"321\":\"Recurso\",\"322\":\"Recurso\",\"323\":\"Recurso\",\"324\":\"Recurso\",\"325\":\"Recurso\",\"326\":\"Recurso\",\"327\":\"Recurso\",\"328\":\"Recurso\",\"329\":\"Recurso\",\"330\":\"Recurso\",\"331\":\"Recurso\",\"332\":\"Recurso\",\"333\":\"Recurso\",\"334\":\"Recurso\",\"335\":\"Recurso\",\"336\":\"Recurso\",\"337\":\"Recurso\",\"338\":\"Recurso\",\"339\":\"Recurso\",\"340\":\"Recurso\",\"341\":\"Recurso\",\"342\":\"Recurso\",\"343\":\"Recurso\",\"344\":\"Recurso\",\"345\":\"Recurso\",\"346\":\"Recurso\",\"347\":\"Recurso\",\"348\":\"Recurso\",\"349\":\"Recurso\",\"350\":\"Recurso\",\"351\":\"Recurso\",\"352\":\"Recurso\",\"353\":\"Recurso\",\"354\":\"Recurso\",\"355\":\"Recurso\",\"356\":\"Recurso\",\"357\":\"Recurso\",\"358\":\"Recurso\",\"359\":\"Recurso\",\"360\":\"Recurso\",\"361\":\"Recurso\",\"362\":\"Recurso\",\"363\":\"Recurso\",\"364\":\"Recurso\",\"365\":\"Recurso\",\"366\":\"Recurso\",\"367\":\"Recurso\",\"368\":\"Recurso\",\"369\":\"Recurso\",\"370\":\"Recurso\",\"371\":\"Recurso\",\"372\":\"Recurso\",\"373\":\"Recurso\",\"374\":\"Recurso\",\"375\":\"Recurso\",\"376\":\"Recurso\",\"377\":\"Recurso\",\"378\":\"Recurso\",\"379\":\"Recurso\",\"380\":\"Recurso\",\"381\":\"Recurso\",\"382\":\"Recurso\",\"383\":\"Recurso\",\"384\":\"Recurso\",\"385\":\"Recurso\",\"386\":\"Recurso\",\"387\":\"Recurso\",\"388\":\"Recurso\",\"389\":\"Recurso\",\"390\":\"Recurso\",\"391\":\"Recurso\",\"392\":\"Recurso\",\"393\":\"Recurso\",\"394\":\"Recurso\",\"395\":\"Recurso\",\"396\":\"Recurso\",\"397\":\"Recurso\",\"398\":\"Recurso\",\"399\":\"Recurso\",\"400\":\"Recurso\",\"401\":\"Recurso\",\"402\":\"Recurso\",\"403\":\"Recurso\",\"404\":\"Recurso\",\"405\":\"Recurso\",\"406\":\"Recurso\",\"407\":\"Recurso\",\"408\":\"Recurso\",\"409\":\"Recurso\",\"410\":\"Recurso\",\"411\":\"Recurso\",\"412\":\"Recurso\",\"413\":\"Recurso\",\"414\":\"Recurso\",\"415\":\"Recurso\",\"416\":\"Recurso\",\"417\":\"Recurso\",\"418\":\"Recurso\",\"419\":\"Recurso\",\"420\":\"Recurso\",\"421\":\"Recurso\",\"422\":\"Recurso\",\"423\":\"Recurso\",\"424\":\"Recurso\",\"425\":\"Recurso\",\"426\":\"Recurso\",\"427\":\"Recurso\",\"428\":\"Recurso\",\"429\":\"Recurso\",\"430\":\"Recurso\",\"431\":\"Recurso\",\"432\":\"Recurso\",\"433\":\"Recurso\",\"434\":\"Recurso\",\"435\":\"Recurso\",\"436\":\"Recurso\",\"437\":\"Recurso\",\"438\":\"Recurso\",\"439\":\"Recurso\",\"440\":\"Recurso\",\"441\":\"Recurso\",\"442\":\"Recurso\",\"443\":\"Recurso\",\"444\":\"Recurso\",\"445\":\"Recurso\",\"446\":\"Recurso\",\"447\":\"Recurso\",\"448\":\"Recurso\",\"449\":\"Recurso\",\"450\":\"Recurso\",\"451\":\"Recurso\",\"452\":\"Recurso\",\"453\":\"Recurso\",\"454\":\"Recurso\",\"455\":\"Recurso\",\"456\":\"Recurso\",\"457\":\"Recurso\",\"458\":\"Recurso\",\"459\":\"Recurso\",\"460\":\"Recurso\",\"461\":\"Recurso\",\"462\":\"Recurso\",\"463\":\"Recurso\",\"464\":\"Recurso\",\"465\":\"Recurso\",\"466\":\"Recurso\",\"467\":\"Recurso\",\"468\":\"Recurso\",\"469\":\"Recurso\",\"470\":\"Recurso\",\"471\":\"Recurso\",\"472\":\"Recurso\",\"473\":\"Recurso\",\"474\":\"Recurso\",\"475\":\"Recurso\",\"476\":\"Recurso\",\"477\":\"Recurso\",\"478\":\"Recurso\",\"479\":\"Recurso\",\"480\":\"Recurso\",\"481\":\"Recurso\",\"482\":\"Recurso\",\"483\":\"Recurso\",\"484\":\"Recurso\",\"485\":\"Recurso\",\"486\":\"Recurso\",\"487\":\"Recurso\",\"488\":\"Recurso\",\"489\":\"Recurso\",\"490\":\"Recurso\",\"491\":\"Recurso\",\"492\":\"Recurso\",\"493\":\"Recurso\",\"494\":\"Recurso\",\"495\":\"Recurso\",\"496\":\"Recurso\",\"497\":\"Recurso\",\"498\":\"Recurso\",\"499\":\"Recurso\",\"500\":\"Recurso\",\"501\":\"Recurso\",\"502\":\"Recurso\",\"503\":\"Recurso\",\"504\":\"Recurso\",\"505\":\"Recurso\",\"506\":\"Recurso\",\"507\":\"Recurso\",\"508\":\"Recurso\",\"509\":\"Recurso\",\"510\":\"Recurso\",\"511\":\"Recurso\",\"512\":\"Recurso\",\"513\":\"Recurso\",\"514\":\"Recurso\",\"515\":\"Recurso\",\"516\":\"Recurso\",\"517\":\"Recurso\",\"518\":\"Recurso\",\"519\":\"Recurso\",\"520\":\"Recurso\",\"521\":\"Recurso\",\"522\":\"Recurso\",\"523\":\"Recurso\",\"524\":\"Recurso\",\"525\":\"Recurso\",\"526\":\"Recurso\",\"527\":\"Recurso\",\"528\":\"Recurso\",\"529\":\"Recurso\",\"530\":\"Recurso\",\"531\":\"Recurso\",\"532\":\"Recurso\",\"533\":\"Recurso\",\"534\":\"Recurso\",\"535\":\"Recurso\",\"536\":\"Recurso\",\"537\":\"Recurso\",\"538\":\"Recurso\",\"539\":\"Recurso\",\"540\":\"Recurso\",\"541\":\"Recurso\",\"542\":\"Recurso\",\"543\":\"Recurso\",\"544\":\"Recurso\",\"545\":\"Recurso\",\"546\":\"Recurso\",\"547\":\"Recurso\",\"548\":\"Recurso\",\"549\":\"Recurso\",\"550\":\"Recurso\",\"551\":\"Recurso\",\"552\":\"Recurso\",\"553\":\"Recurso\",\"554\":\"Recurso\",\"555\":\"Recurso\",\"556\":\"Recurso\",\"557\":\"Recurso\",\"558\":\"Recurso\",\"559\":\"Recurso\",\"560\":\"Recurso\",\"561\":\"Recurso\",\"562\":\"Recurso\",\"563\":\"Recurso\",\"564\":\"Recurso\",\"565\":\"Recurso\",\"566\":\"Recurso\",\"567\":\"Recurso\",\"568\":\"Recurso\",\"569\":\"Recurso\",\"570\":\"Recurso\",\"571\":\"Recurso\",\"572\":\"Recurso\",\"573\":\"Recurso\",\"574\":\"Recurso\",\"575\":\"Recurso\",\"576\":\"Recurso\",\"577\":\"Recurso\",\"578\":\"Recurso\",\"579\":\"Recurso\",\"580\":\"Recurso\",\"581\":\"Recurso\",\"582\":\"Recurso\",\"583\":\"Recurso\",\"584\":\"Recurso\",\"585\":\"Recurso\",\"586\":\"Recurso\",\"587\":\"Recurso\",\"588\":\"Recurso\",\"589\":\"Recurso\",\"590\":\"Recurso\",\"591\":\"Recurso\",\"592\":\"Recurso\",\"593\":\"Recurso\",\"594\":\"Recurso\",\"595\":\"Recurso\",\"596\":\"Recurso\",\"597\":\"Recurso\",\"598\":\"Recurso\",\"599\":\"Recurso\",\"600\":\"Recurso\",\"601\":\"Recurso\",\"602\":\"Recurso\",\"603\":\"Recurso\",\"604\":\"Recurso\",\"605\":\"Recurso\",\"606\":\"Recurso\",\"607\":\"Recurso\",\"608\":\"Recurso\",\"609\":\"Recurso\",\"610\":\"Recurso\",\"611\":\"Recurso\",\"612\":\"Recurso\",\"613\":\"Recurso\",\"614\":\"Recurso\",\"615\":\"Recurso\",\"616\":\"Recurso\",\"617\":\"Recurso\",\"618\":\"Recurso\",\"619\":\"Recurso\",\"620\":\"Recurso\",\"621\":\"Recurso\",\"622\":\"Recurso\",\"623\":\"Recurso\",\"624\":\"Recurso\",\"625\":\"Recurso\",\"626\":\"Recurso\",\"627\":\"Recurso\",\"628\":\"Recurso\",\"629\":\"Recurso\",\"630\":\"Recurso\",\"631\":\"Recurso\",\"632\":\"Recurso\",\"633\":\"Recurso\",\"634\":\"Recurso\",\"635\":\"Recurso\",\"636\":\"Recurso\",\"637\":\"Recurso\",\"638\":\"Recurso\",\"639\":\"Recurso\",\"640\":\"Recurso\",\"641\":\"Recurso\",\"642\":\"Recurso\",\"643\":\"Recurso\",\"644\":\"Recurso\",\"645\":\"Recurso\",\"646\":\"Recurso\",\"647\":\"Recurso\",\"648\":\"Recurso\",\"649\":\"Recurso\",\"650\":\"Recurso\",\"651\":\"Recurso\",\"652\":\"Recurso\",\"653\":\"Recurso\",\"654\":\"Recurso\",\"655\":\"Recurso\",\"656\":\"Recurso\",\"657\":\"Recurso\",\"658\":\"Recurso\",\"659\":\"Recurso\",\"660\":\"Recurso\",\"661\":\"Recurso\",\"662\":\"Recurso\",\"663\":\"Recurso\",\"664\":\"Recurso\",\"665\":\"Recurso\",\"666\":\"Recurso\",\"667\":\"Recurso\",\"668\":\"Recurso\",\"669\":\"Recurso\",\"670\":\"Recurso\",\"671\":\"Recurso\",\"672\":\"Recurso\",\"673\":\"Recurso\",\"674\":\"Recurso\",\"675\":\"Recurso\",\"676\":\"Recurso\",\"677\":\"Recurso\",\"678\":\"Recurso\",\"679\":\"Recurso\",\"680\":\"Recurso\",\"681\":\"Recurso\",\"682\":\"Recurso\",\"683\":\"Recurso\",\"684\":\"Recurso\",\"685\":\"Recurso\",\"686\":\"Recurso\",\"687\":\"Recurso\",\"688\":\"Recurso\",\"689\":\"Recurso\",\"690\":\"Recurso\",\"691\":\"Recurso\",\"692\":\"Recurso\",\"693\":\"Recurso\",\"694\":\"Recurso\",\"695\":\"Recurso\",\"696\":\"Recurso\",\"697\":\"Recurso\",\"698\":\"Recurso\",\"699\":\"Recurso\",\"700\":\"Recurso\",\"701\":\"Recurso\",\"702\":\"Recurso\",\"703\":\"Recurso\",\"704\":\"Recurso\",\"705\":\"Recurso\",\"706\":\"Recurso\",\"707\":\"Recurso\",\"708\":\"Recurso\",\"709\":\"Recurso\",\"710\":\"Recurso\",\"711\":\"Recurso\",\"712\":\"Recurso\",\"713\":\"Recurso\",\"714\":\"Recurso\",\"715\":\"Recurso\",\"716\":\"Recurso\",\"717\":\"Recurso\",\"718\":\"Recurso\",\"719\":\"Recurso\",\"720\":\"Recurso\",\"721\":\"Recurso\",\"722\":\"Recurso\",\"723\":\"Recurso\",\"724\":\"Recurso\",\"725\":\"Recurso\",\"726\":\"Recurso\",\"727\":\"Recurso\",\"728\":\"Recurso\",\"729\":\"Recurso\",\"730\":\"Recurso\",\"731\":\"Recurso\",\"732\":\"Recurso\",\"733\":\"Recurso\",\"734\":\"Recurso\",\"735\":\"Recurso\",\"736\":\"Recurso\",\"737\":\"Recurso\",\"738\":\"Recurso\",\"739\":\"Recurso\",\"740\":\"Recurso\",\"741\":\"Recurso\",\"742\":\"Recurso\",\"743\":\"Recurso\",\"744\":\"Recurso\",\"745\":\"Recurso\",\"746\":\"Recurso\",\"747\":\"Recurso\",\"748\":\"Recurso\",\"749\":\"Recurso\",\"750\":\"Recurso\",\"751\":\"Recurso\",\"752\":\"Recurso\",\"753\":\"Recurso\",\"754\":\"Recurso\",\"755\":\"Recurso\",\"756\":\"Recurso\",\"757\":\"Recurso\",\"758\":\"Recurso\",\"759\":\"Recurso\",\"760\":\"Recurso\",\"761\":\"Recurso\",\"762\":\"Recurso\",\"763\":\"Recurso\",\"764\":\"Recurso\",\"765\":\"Recurso\",\"766\":\"Recurso\",\"767\":\"Recurso\",\"768\":\"Recurso\",\"769\":\"Recurso\",\"770\":\"Recurso\",\"771\":\"Recurso\",\"772\":\"Recurso\",\"773\":\"Recurso\",\"774\":\"Recurso\",\"775\":\"Recurso\",\"776\":\"Recurso\",\"777\":\"Recurso\",\"778\":\"Recurso\",\"779\":\"Recurso\",\"780\":\"Recurso\",\"781\":\"Recurso\",\"782\":\"Recurso\",\"783\":\"Recurso\",\"784\":\"Recurso\",\"785\":\"Recurso\",\"786\":\"Recurso\",\"787\":\"Recurso\",\"788\":\"Recurso\",\"789\":\"Recurso\",\"790\":\"Recurso\",\"791\":\"Recurso\",\"792\":\"Recurso\",\"793\":\"Recurso\",\"794\":\"Recurso\",\"795\":\"Recurso\",\"796\":\"Recurso\",\"797\":\"Recurso\",\"798\":\"Recurso\",\"799\":\"Recurso\",\"800\":\"Recurso\",\"801\":\"Recurso\",\"802\":\"Recurso\",\"803\":\"Recurso\",\"804\":\"Recurso\",\"805\":\"Recurso\",\"806\":\"Recurso\",\"807\":\"Recurso\",\"808\":\"Recurso\",\"809\":\"Recurso\",\"810\":\"Recurso\",\"811\":\"Recurso\",\"812\":\"Recurso\",\"813\":\"Recurso\",\"814\":\"Recurso\",\"815\":\"Recurso\",\"816\":\"Recurso\",\"817\":\"Recurso\",\"818\":\"Recurso\",\"819\":\"Recurso\",\"820\":\"Recurso\",\"821\":\"Recurso\",\"822\":\"Recurso\",\"823\":\"Recurso\",\"824\":\"Recurso\",\"825\":\"Recurso\",\"826\":\"Recurso\",\"827\":\"Recurso\",\"828\":\"Recurso\",\"829\":\"Recurso\",\"830\":\"Recurso\",\"831\":\"Recurso\",\"832\":\"Recurso\",\"833\":\"Recurso\",\"834\":\"Recurso\",\"835\":\"Recurso\",\"836\":\"Recurso\",\"837\":\"Recurso\",\"838\":\"Recurso\",\"839\":\"Recurso\",\"840\":\"Recurso\",\"841\":\"Recurso\",\"842\":\"Recurso\",\"843\":\"Recurso\",\"844\":\"Recurso\",\"845\":\"Recurso\",\"846\":\"Recurso\",\"847\":\"Recurso\",\"848\":\"Recurso\",\"849\":\"Recurso\",\"850\":\"Recurso\",\"851\":\"Recurso\",\"852\":\"Recurso\",\"853\":\"Recurso\",\"854\":\"Recurso\",\"855\":\"Recurso\",\"856\":\"Recurso\",\"857\":\"Recurso\",\"858\":\"Recurso\",\"859\":\"Recurso\",\"860\":\"Recurso\",\"861\":\"Recurso\",\"862\":\"Recurso\",\"863\":\"Recurso\",\"864\":\"Recurso\",\"865\":\"Recurso\",\"866\":\"Recurso\",\"867\":\"Recurso\",\"868\":\"Recurso\",\"869\":\"Recurso\",\"870\":\"Recurso\",\"871\":\"Recurso\",\"872\":\"Recurso\",\"873\":\"Recurso\",\"874\":\"Recurso\",\"875\":\"Recurso\",\"876\":\"Recurso\",\"877\":\"Recurso\",\"878\":\"Recurso\",\"879\":\"Recurso\",\"880\":\"Recurso\",\"881\":\"Recurso\",\"882\":\"Recurso\",\"883\":\"Recurso\",\"884\":\"Recurso\",\"885\":\"Recurso\",\"886\":\"Recurso\",\"887\":\"Recurso\",\"888\":\"Recurso\",\"889\":\"Recurso\",\"890\":\"Recurso\",\"891\":\"Recurso\",\"892\":\"Recurso\",\"893\":\"Recurso\",\"894\":\"Recurso\",\"895\":\"Recurso\",\"896\":\"Recurso\",\"897\":\"Recurso\",\"898\":\"Recurso\",\"899\":\"Recurso\",\"900\":\"Recurso\",\"901\":\"Recurso\",\"902\":\"Recurso\",\"903\":\"Recurso\",\"904\":\"Recurso\",\"905\":\"Recurso\",\"906\":\"Recurso\",\"907\":\"Recurso\",\"908\":\"Recurso\",\"909\":\"Recurso\",\"910\":\"Recurso\",\"911\":\"Recurso\",\"912\":\"Recurso\",\"913\":\"Recurso\",\"914\":\"Recurso\",\"915\":\"Recurso\",\"916\":\"Recurso\",\"917\":\"Recurso\",\"918\":\"Recurso\",\"919\":\"Recurso\",\"920\":\"Recurso\",\"921\":\"Recurso\",\"922\":\"Recurso\",\"923\":\"Recurso\",\"924\":\"Recurso\",\"925\":\"Recurso\",\"926\":\"Recurso\",\"927\":\"Recurso\",\"928\":\"Recurso\",\"929\":\"Recurso\",\"930\":\"Recurso\",\"931\":\"Recurso\",\"932\":\"Recurso\",\"933\":\"Recurso\",\"934\":\"Recurso\",\"935\":\"Recurso\",\"936\":\"Recurso\",\"937\":\"Recurso\",\"938\":\"Recurso\",\"939\":\"Recurso\",\"940\":\"Recurso\",\"941\":\"Recurso\",\"942\":\"Recurso\",\"943\":\"Recurso\",\"944\":\"Recurso\",\"945\":\"Recurso\",\"946\":\"Recurso\",\"947\":\"Recurso\",\"948\":\"Recurso\",\"949\":\"Recurso\",\"950\":\"Recurso\",\"951\":\"Recurso\",\"952\":\"Recurso\",\"953\":\"Recurso\",\"954\":\"Recurso\",\"955\":\"Recurso\",\"956\":\"Recurso\",\"957\":\"Recurso\",\"958\":\"Recurso\",\"959\":\"Recurso\",\"960\":\"Recurso\",\"961\":\"Recurso\",\"962\":\"Recurso\",\"963\":\"Recurso\",\"964\":\"Recurso\",\"965\":\"Recurso\",\"966\":\"Recurso\",\"967\":\"Recurso\",\"968\":\"Recurso\",\"969\":\"Recurso\",\"970\":\"Recurso\",\"971\":\"Recurso\",\"972\":\"Recurso\",\"973\":\"Recurso\",\"974\":\"Recurso\",\"975\":\"Recurso\",\"976\":\"Recurso\",\"977\":\"Recurso\",\"978\":\"Recurso\",\"979\":\"Recurso\",\"980\":\"Recurso\",\"981\":\"Recurso\",\"982\":\"Recurso\",\"983\":\"Recurso\",\"984\":\"Recurso\",\"985\":\"Recurso\",\"986\":\"Recurso\",\"987\":\"Recurso\",\"988\":\"Recurso\",\"989\":\"Recurso\",\"990\":\"Recurso\",\"991\":\"Recurso\",\"992\":\"Recurso\",\"993\":\"Recurso\",\"994\":\"Recurso\",\"995\":\"Recurso\",\"996\":\"Recurso\",\"997\":\"Recurso\",\"998\":\"Recurso\",\"999\":\"Recurso\",\"1000\":\"Recurso\",\"1001\":\"Recurso\",\"1002\":\"Recurso\",\"1003\":\"Recurso\",\"1004\":\"Recurso\",\"1005\":\"Recurso\",\"1006\":\"Recurso\",\"1007\":\"Recurso\",\"1008\":\"Recurso\",\"1009\":\"Recurso\",\"1010\":\"Recurso\",\"1011\":\"Recurso\",\"1012\":\"Recurso\",\"1013\":\"Recurso\",\"1014\":\"Recurso\",\"1015\":\"Recurso\",\"1016\":\"Recurso\",\"1017\":\"Recurso\",\"1018\":\"Recurso\",\"1019\":\"Recurso\",\"1020\":\"Recurso\",\"1021\":\"Recurso\",\"1022\":\"Recurso\",\"1023\":\"Recurso\",\"1024\":\"Recurso\",\"1025\":\"Recurso\",\"1026\":\"Recurso\",\"1027\":\"Recurso\",\"1028\":\"Recurso\",\"1029\":\"Recurso\",\"1030\":\"Recurso\",\"1031\":\"Recurso\",\"1032\":\"Recurso\",\"1033\":\"Recurso\",\"1034\":\"Recurso\",\"1035\":\"Recurso\",\"1036\":\"Recurso\",\"1037\":\"Recurso\",\"1038\":\"Recurso\",\"1039\":\"Recurso\",\"1040\":\"Recurso\",\"1041\":\"Recurso\",\"1042\":\"Recurso\",\"1043\":\"Recurso\",\"1044\":\"Recurso\",\"1045\":\"Recurso\",\"1046\":\"Recurso\",\"1047\":\"Recurso\",\"1048\":\"Recurso\",\"1049\":\"Recurso\",\"1050\":\"Recurso\",\"1051\":\"Recurso\",\"1052\":\"Recurso\",\"1053\":\"Recurso\",\"1054\":\"Recurso\",\"1055\":\"Recurso\",\"1056\":\"Recurso\",\"1057\":\"Recurso\",\"1058\":\"Recurso\",\"1059\":\"Recurso\",\"1060\":\"Recurso\",\"1061\":\"Recurso\",\"1062\":\"Recurso\",\"1063\":\"Recurso\",\"1064\":\"Recurso\",\"1065\":\"Recurso\",\"1066\":\"Recurso\",\"1067\":\"Recurso\",\"1068\":\"Recurso\",\"1069\":\"Recurso\",\"1070\":\"Recurso\",\"1071\":\"Recurso\",\"1072\":\"Recurso\",\"1073\":\"Recurso\",\"1074\":\"Recurso\",\"1075\":\"Recurso\",\"1076\":\"Recurso\",\"1077\":\"Recurso\",\"1078\":\"Recurso\",\"1079\":\"Recurso\",\"1080\":\"Recurso\",\"1081\":\"Recurso\",\"1082\":\"Recurso\",\"1083\":\"Recurso\",\"1084\":\"Recurso\",\"1085\":\"Recurso\",\"1086\":\"Recurso\",\"1087\":\"Recurso\",\"1088\":\"Recurso\",\"1089\":\"Recurso\",\"1090\":\"Recurso\",\"1091\":\"Recurso\",\"1092\":\"Recurso\",\"1093\":\"Recurso\",\"1094\":\"Recurso\",\"1095\":\"Recurso\",\"1096\":\"Recurso\",\"1097\":\"Recurso\",\"1098\":\"Recurso\",\"1099\":\"Recurso\",\"1100\":\"Recurso\",\"1101\":\"Recurso\",\"1102\":\"Recurso\",\"1103\":\"Recurso\",\"1104\":\"Recurso\",\"1105\":\"Recurso\",\"1106\":\"Recurso\",\"1107\":\"Recurso\",\"1108\":\"Recurso\",\"1109\":\"Recurso\",\"1110\":\"Recurso\",\"1111\":\"Recurso\",\"1112\":\"Recurso\",\"1113\":\"Recurso\",\"1114\":\"Recurso\",\"1115\":\"Recurso\",\"1116\":\"Recurso\",\"1117\":\"Recurso\",\"1118\":\"Recurso\",\"1119\":\"Recurso\",\"1120\":\"Recurso\",\"1121\":\"Recurso\",\"1122\":\"Recurso\",\"1123\":\"Recurso\",\"1124\":\"Recurso\",\"1125\":\"Recurso\",\"1126\":\"Recurso\",\"1127\":\"Recurso\",\"1128\":\"Recurso\",\"1129\":\"Recurso\",\"1130\":\"Recurso\",\"1131\":\"Recurso\",\"1132\":\"Recurso\",\"1133\":\"Recurso\",\"1134\":\"Recurso\",\"1135\":\"Recurso\",\"1136\":\"Recurso\",\"1137\":\"Recurso\",\"1138\":\"Recurso\",\"1139\":\"Recurso\",\"1140\":\"Recurso\",\"1141\":\"Recurso\",\"1142\":\"Recurso\",\"1143\":\"Recurso\",\"1144\":\"Recurso\",\"1145\":\"Recurso\",\"1146\":\"Recurso\",\"1147\":\"Recurso\",\"1148\":\"Recurso\",\"1149\":\"Recurso\",\"1150\":\"Recurso\",\"1151\":\"Recurso\",\"1152\":\"Recurso\",\"1153\":\"Recurso\",\"1154\":\"Recurso\",\"1155\":\"Recurso\",\"1156\":\"Recurso\",\"1157\":\"Recurso\",\"1158\":\"Recurso\",\"1159\":\"Recurso\",\"1160\":\"Recurso\",\"1161\":\"Recurso\",\"1162\":\"Recurso\",\"1163\":\"Recurso\",\"1164\":\"Recurso\",\"1165\":\"Recurso\",\"1166\":\"Recurso\",\"1167\":\"Recurso\",\"1168\":\"Recurso\",\"1169\":\"Recurso\",\"1170\":\"Recurso\",\"1171\":\"Recurso\",\"1172\":\"Recurso\",\"1173\":\"Recurso\",\"1174\":\"Recurso\",\"1175\":\"Recurso\",\"1176\":\"Recurso\",\"1177\":\"Recurso\",\"1178\":\"Recurso\",\"1179\":\"Recurso\",\"1180\":\"Recurso\",\"1181\":\"Recurso\",\"1182\":\"Recurso\",\"1183\":\"Recurso\",\"1184\":\"Recurso\",\"1185\":\"Recurso\",\"1186\":\"Recurso\",\"1187\":\"Recurso\",\"1188\":\"Recurso\",\"1189\":\"Recurso\",\"1190\":\"Recurso\",\"1191\":\"Recurso\",\"1192\":\"Recurso\",\"1193\":\"Recurso\",\"1194\":\"Recurso\",\"1195\":\"Recurso\",\"1196\":\"Recurso\",\"1197\":\"Recurso\",\"1198\":\"Recurso\",\"1199\":\"Recurso\",\"1200\":\"Recurso\",\"1201\":\"Recurso\",\"1202\":\"Recurso\",\"1203\":\"Recurso\",\"1204\":\"Recurso\",\"1205\":\"Recurso\",\"1206\":\"Recurso\",\"1207\":\"Recurso\",\"1208\":\"Recurso\",\"1209\":\"Recurso\",\"1210\":\"Recurso\",\"1211\":\"Recurso\",\"1212\":\"Recurso\",\"1213\":\"Recurso\",\"1214\":\"Recurso\",\"1215\":\"Recurso\",\"1216\":\"Recurso\",\"1217\":\"Recurso\",\"1218\":\"Recurso\",\"1219\":\"Recurso\",\"1220\":\"Recurso\",\"1221\":\"Recurso\",\"1222\":\"Recurso\",\"1223\":\"Recurso\",\"1224\":\"Recurso\",\"1225\":\"Recurso\",\"1226\":\"Recurso\",\"1227\":\"Recurso\",\"1228\":\"Recurso\",\"1229\":\"Recurso\",\"1230\":\"Recurso\",\"1231\":\"Recurso\",\"1232\":\"Recurso\",\"1233\":\"Recurso\",\"1234\":\"Recurso\",\"1235\":\"Recurso\",\"1236\":\"Recurso\",\"1237\":\"Recurso\",\"1238\":\"Recurso\",\"1239\":\"Recurso\",\"1240\":\"Recurso\",\"1241\":\"Recurso\",\"1242\":\"Recurso\",\"1243\":\"Recurso\",\"1244\":\"Recurso\",\"1245\":\"Recurso\",\"1246\":\"Recurso\",\"1247\":\"Recurso\",\"1248\":\"Recurso\",\"1249\":\"Recurso\",\"1250\":\"Recurso\",\"1251\":\"Recurso\",\"1252\":\"Recurso\",\"1253\":\"Recurso\",\"1254\":\"Recurso\",\"1255\":\"Recurso\",\"1256\":\"Recurso\",\"1257\":\"Recurso\",\"1258\":\"Recurso\",\"1259\":\"Recurso\",\"1260\":\"Recurso\",\"1261\":\"Recurso\",\"1262\":\"Recurso\",\"1263\":\"Recurso\",\"1264\":\"Recurso\",\"1265\":\"Recurso\",\"1266\":\"Recurso\",\"1267\":\"Recurso\",\"1268\":\"Recurso\",\"1269\":\"Recurso\",\"1270\":\"Recurso\",\"1271\":\"Recurso\",\"1272\":\"Recurso\",\"1273\":\"Recurso\",\"1274\":\"Recurso\",\"1275\":\"Recurso\",\"1276\":\"Recurso\",\"1277\":\"Recurso\",\"1278\":\"Recurso\",\"1279\":\"Recurso\",\"1280\":\"Recurso\",\"1281\":\"Recurso\",\"1282\":\"Recurso\",\"1283\":\"Recurso\",\"1284\":\"Recurso\",\"1285\":\"Recurso\",\"1286\":\"Recurso\",\"1287\":\"Recurso\",\"1288\":\"Recurso\",\"1289\":\"Recurso\",\"1290\":\"Recurso\",\"1291\":\"Recurso\",\"1292\":\"Recurso\",\"1293\":\"Recurso\",\"1294\":\"Recurso\",\"1295\":\"Recurso\",\"1296\":\"Recurso\",\"1297\":\"Recurso\",\"1298\":\"Recurso\",\"1299\":\"Recurso\",\"1300\":\"Recurso\",\"1301\":\"Recurso\",\"1302\":\"Recurso\",\"1303\":\"Recurso\",\"1304\":\"Recurso\",\"1305\":\"Recurso\",\"1306\":\"Recurso\",\"1307\":\"Recurso\",\"1308\":\"Recurso\",\"1309\":\"Recurso\",\"1310\":\"Recurso\",\"1311\":\"Recurso\",\"1312\":\"Recurso\",\"1313\":\"Recurso\",\"1314\":\"Recurso\",\"1315\":\"Recurso\",\"1316\":\"Recurso\",\"1317\":\"Recurso\",\"1318\":\"Recurso\",\"1319\":\"Recurso\",\"1320\":\"Recurso\",\"1321\":\"Recurso\",\"1322\":\"Recurso\",\"1323\":\"Recurso\",\"1324\":\"Recurso\",\"1325\":\"Recurso\",\"1326\":\"Recurso\",\"1327\":\"Recurso\",\"1328\":\"Recurso\",\"1329\":\"Recurso\",\"1330\":\"Recurso\",\"1331\":\"Recurso\",\"1332\":\"Recurso\",\"1333\":\"Recurso\",\"1334\":\"Recurso\",\"1335\":\"Recurso\",\"1336\":\"Recurso\",\"1337\":\"Recurso\",\"1338\":\"Recurso\",\"1339\":\"Recurso\",\"1340\":\"Recurso\",\"1341\":\"Recurso\",\"1342\":\"Recurso\",\"1343\":\"Recurso\",\"1344\":\"Recurso\",\"1345\":\"Recurso\",\"1346\":\"Recurso\",\"1347\":\"Recurso\",\"1348\":\"Recurso\",\"1349\":\"Recurso\",\"1350\":\"Recurso\",\"1351\":\"Recurso\",\"1352\":\"Recurso\",\"1353\":\"Recurso\",\"1354\":\"Recurso\",\"1355\":\"Recurso\",\"1356\":\"Recurso\",\"1357\":\"Recurso\",\"1358\":\"Recurso\",\"1359\":\"Recurso\",\"1360\":\"Recurso\",\"1361\":\"Recurso\",\"1362\":\"Recurso\",\"1363\":\"Recurso\",\"1364\":\"Recurso\",\"1365\":\"Recurso\",\"1366\":\"Recurso\",\"1367\":\"Recurso\",\"1368\":\"Recurso\",\"1369\":\"Recurso\",\"1370\":\"Recurso\",\"1371\":\"Recurso\",\"1372\":\"Recurso\",\"1373\":\"Recurso\",\"1374\":\"Recurso\",\"1375\":\"Recurso\",\"1376\":\"Recurso\",\"1377\":\"Recurso\",\"1378\":\"Recurso\",\"1379\":\"Recurso\",\"1380\":\"Recurso\",\"1381\":\"Recurso\",\"1382\":\"Recurso\",\"1383\":\"Recurso\",\"1384\":\"Recurso\",\"1385\":\"Recurso\",\"1386\":\"Recurso\",\"1387\":\"Recurso\",\"1388\":\"Recurso\",\"1389\":\"Recurso\",\"1390\":\"Recurso\",\"1391\":\"Recurso\",\"1392\":\"Recurso\",\"1393\":\"Recurso\",\"1394\":\"Recurso\",\"1395\":\"Recurso\",\"1396\":\"Recurso\",\"1397\":\"Recurso\",\"1398\":\"Recurso\",\"1399\":\"Recurso\",\"1400\":\"Recurso\",\"1401\":\"Recurso\",\"1402\":\"Recurso\",\"1403\":\"Recurso\",\"1404\":\"Recurso\",\"1405\":\"Recurso\",\"1406\":\"Recurso\",\"1407\":\"Recurso\",\"1408\":\"Recurso\",\"1409\":\"Recurso\",\"1410\":\"Recurso\",\"1411\":\"Recurso\",\"1412\":\"Recurso\",\"1413\":\"Recurso\",\"1414\":\"Recurso\",\"1415\":\"Recurso\",\"1416\":\"Recurso\",\"1417\":\"Recurso\",\"1418\":\"Recurso\",\"1419\":\"Recurso\",\"1420\":\"Recurso\",\"1421\":\"Recurso\",\"1422\":\"Recurso\",\"1423\":\"Recurso\",\"1424\":\"Recurso\",\"1425\":\"Recurso\",\"1426\":\"Recurso\",\"1427\":\"Recurso\",\"1428\":\"Recurso\",\"1429\":\"Recurso\",\"1430\":\"Recurso\",\"1431\":\"Recurso\",\"1432\":\"Recurso\",\"1433\":\"Recurso\",\"1434\":\"Recurso\",\"1435\":\"Recurso\",\"1436\":\"Recurso\",\"1437\":\"Recurso\",\"1438\":\"Recurso\",\"1439\":\"Recurso\",\"1440\":\"Recurso\",\"1441\":\"Recurso\",\"1442\":\"Recurso\",\"1443\":\"Recurso\",\"1444\":\"Recurso\",\"1445\":\"Recurso\",\"1446\":\"Recurso\",\"1447\":\"Recurso\",\"1448\":\"Recurso\",\"1449\":\"Recurso\",\"1450\":\"Recurso\",\"1451\":\"Recurso\",\"1452\":\"Recurso\",\"1453\":\"Recurso\",\"1454\":\"Recurso\",\"1455\":\"Recurso\",\"1456\":\"Recurso\",\"1457\":\"Recurso\",\"1458\":\"Recurso\",\"1459\":\"Recurso\",\"1460\":\"Recurso\",\"1461\":\"Recurso\",\"1462\":\"Recurso\",\"1463\":\"Recurso\",\"1464\":\"Recurso\",\"1465\":\"Recurso\",\"1466\":\"Recurso\",\"1467\":\"Recurso\",\"1468\":\"Recurso\",\"1469\":\"Recurso\",\"1470\":\"Recurso\",\"1471\":\"Recurso\",\"1472\":\"Recurso\",\"1473\":\"Recurso\",\"1474\":\"Recurso\",\"1475\":\"Recurso\",\"1476\":\"Recurso\",\"1477\":\"Recurso\",\"1478\":\"Recurso\",\"1479\":\"Recurso\",\"1480\":\"Recurso\",\"1481\":\"Recurso\",\"1482\":\"Recurso\",\"1483\":\"Recurso\",\"1484\":\"Recurso\",\"1485\":\"Recurso\",\"1486\":\"Recurso\",\"1487\":\"Recurso\",\"1488\":\"Recurso\",\"1489\":\"Recurso\",\"1490\":\"Recurso\",\"1491\":\"Recurso\",\"1492\":\"Recurso\",\"1493\":\"Recurso\",\"1494\":\"Recurso\",\"1495\":\"Recurso\",\"1496\":\"Recurso\",\"1497\":\"Recurso\",\"1498\":\"Recurso\",\"1499\":\"Recurso\",\"1500\":\"Recurso\",\"1501\":\"Recurso\",\"1502\":\"Recurso\",\"1503\":\"Recurso\",\"1504\":\"Recurso\",\"1505\":\"Recurso\",\"1506\":\"Recurso\",\"1507\":\"Recurso\",\"1508\":\"Recurso\",\"1509\":\"Recurso\",\"1510\":\"Recurso\",\"1511\":\"Recurso\",\"1512\":\"Recurso\",\"1513\":\"Recurso\",\"1514\":\"Recurso\",\"1515\":\"Recurso\",\"1516\":\"Recurso\",\"1517\":\"Recurso\",\"1518\":\"Recurso\",\"1519\":\"Recurso\",\"1520\":\"Recurso\",\"1521\":\"Recurso\",\"1522\":\"Recurso\",\"1523\":\"Recurso\",\"1524\":\"Recurso\",\"1525\":\"Recurso\",\"1526\":\"Recurso\",\"1527\":\"Recurso\",\"1528\":\"Recurso\",\"1529\":\"Recurso\",\"1530\":\"Recurso\",\"1531\":\"Recurso\",\"1532\":\"Recurso\",\"1533\":\"Recurso\",\"1534\":\"Recurso\",\"1535\":\"Recurso\",\"1536\":\"Recurso\",\"1537\":\"Recurso\",\"1538\":\"Recurso\",\"1539\":\"Recurso\",\"1540\":\"Recurso\",\"1541\":\"Recurso\",\"1542\":\"Recurso\",\"1543\":\"Recurso\",\"1544\":\"Recurso\",\"1545\":\"Recurso\",\"1546\":\"Recurso\",\"1547\":\"Recurso\",\"1548\":\"Recurso\",\"1549\":\"Recurso\",\"1550\":\"Recurso\",\"1551\":\"Recurso\",\"1552\":\"Recurso\",\"1553\":\"Recurso\",\"1554\":\"Recurso\",\"1555\":\"Recurso\",\"1556\":\"Recurso\",\"1557\":\"Recurso\",\"1558\":\"Recurso\",\"1559\":\"Recurso\",\"1560\":\"Recurso\",\"1561\":\"Recurso\",\"1562\":\"Recurso\",\"1563\":\"Recurso\",\"1564\":\"Recurso\",\"1565\":\"Recurso\",\"1566\":\"Recurso\",\"1567\":\"Recurso\",\"1568\":\"Recurso\",\"1569\":\"Recurso\",\"1570\":\"Recurso\",\"1571\":\"Recurso\",\"1572\":\"Recurso\",\"1573\":\"Recurso\",\"1574\":\"Recurso\",\"1575\":\"Recurso\",\"1576\":\"Recurso\",\"1577\":\"Recurso\",\"1578\":\"Recurso\",\"1579\":\"Recurso\",\"1580\":\"Recurso\",\"1581\":\"Recurso\",\"1582\":\"Recurso\",\"1583\":\"Recurso\",\"1584\":\"Recurso\",\"1585\":\"Recurso\",\"1586\":\"Recurso\",\"1587\":\"Recurso\",\"1588\":\"Recurso\",\"1589\":\"Recurso\",\"1590\":\"Recurso\",\"1591\":\"Recurso\",\"1592\":\"Recurso\",\"1593\":\"Recurso\",\"1594\":\"Recurso\",\"1595\":\"Recurso\",\"1596\":\"Recurso\",\"1597\":\"Recurso\",\"1598\":\"Recurso\",\"1599\":\"Recurso\",\"1600\":\"Recurso\",\"1601\":\"Recurso\",\"1602\":\"Recurso\",\"1603\":\"Recurso\",\"1604\":\"Recurso\",\"1605\":\"Recurso\",\"1606\":\"Recurso\",\"1607\":\"Recurso\",\"1608\":\"Recurso\",\"1609\":\"Recurso\",\"1610\":\"Recurso\",\"1611\":\"Recurso\",\"1612\":\"Recurso\",\"1613\":\"Recurso\",\"1614\":\"Recurso\",\"1615\":\"Recurso\",\"1616\":\"Recurso\",\"1617\":\"Recurso\",\"1618\":\"Recurso\",\"1619\":\"Recurso\",\"1620\":\"Recurso\",\"1621\":\"Recurso\",\"1622\":\"Recurso\",\"1623\":\"Recurso\",\"1624\":\"Recurso\",\"1625\":\"Recurso\",\"1626\":\"Recurso\",\"1627\":\"Recurso\",\"1628\":\"Recurso\",\"1629\":\"Recurso\",\"1630\":\"Recurso\",\"1631\":\"Recurso\",\"1632\":\"Recurso\",\"1633\":\"Recurso\",\"1634\":\"Recurso\",\"1635\":\"Recurso\",\"1636\":\"Recurso\",\"1637\":\"Recurso\",\"1638\":\"Recurso\",\"1639\":\"Recurso\",\"1640\":\"Recurso\",\"1641\":\"Recurso\",\"1642\":\"Recurso\",\"1643\":\"Recurso\",\"1644\":\"Recurso\",\"1645\":\"Recurso\",\"1646\":\"Recurso\",\"1647\":\"Recurso\",\"1648\":\"Recurso\",\"1649\":\"Recurso\",\"1650\":\"Recurso\",\"1651\":\"Recurso\",\"1652\":\"Recurso\",\"1653\":\"Recurso\",\"1654\":\"Recurso\",\"1655\":\"Recurso\",\"1656\":\"Recurso\",\"1657\":\"Recurso\",\"1658\":\"Recurso\",\"1659\":\"Recurso\",\"1660\":\"Recurso\",\"1661\":\"Recurso\",\"1662\":\"Recurso\",\"1663\":\"Recurso\",\"1664\":\"Recurso\",\"1665\":\"Recurso\",\"1666\":\"Recurso\",\"1667\":\"Recurso\",\"1668\":\"Recurso\",\"1669\":\"Recurso\",\"1670\":\"Recurso\",\"1671\":\"Recurso\",\"1672\":\"Recurso\",\"1673\":\"Recurso\",\"1674\":\"Recurso\",\"1675\":\"Recurso\",\"1676\":\"Recurso\",\"1677\":\"Recurso\",\"1678\":\"Recurso\",\"1679\":\"Recurso\",\"1680\":\"Recurso\",\"1681\":\"Recurso\",\"1682\":\"Recurso\",\"1683\":\"Recurso\",\"1684\":\"Recurso\",\"1685\":\"Recurso\",\"1686\":\"Recurso\",\"1687\":\"Recurso\",\"1688\":\"Recurso\",\"1689\":\"Recurso\",\"1690\":\"Recurso\",\"1691\":\"Recurso\",\"1692\":\"Recurso\",\"1693\":\"Recurso\",\"1694\":\"Recurso\",\"1695\":\"Recurso\",\"1696\":\"Recurso\",\"1697\":\"Recurso\",\"1698\":\"Recurso\",\"1699\":\"Recurso\",\"1700\":\"Recurso\",\"1701\":\"Recurso\",\"1702\":\"Recurso\",\"1703\":\"Recurso\",\"1704\":\"Recurso\",\"1705\":\"Recurso\",\"1706\":\"Recurso\",\"1707\":\"Recurso\",\"1708\":\"Recurso\",\"1709\":\"Recurso\",\"1710\":\"Recurso\",\"1711\":\"Recurso\",\"1712\":\"Recurso\",\"1713\":\"Recurso\",\"1714\":\"Recurso\",\"1715\":\"Recurso\",\"1716\":\"Recurso\",\"1717\":\"Recurso\",\"1718\":\"Recurso\",\"1719\":\"Recurso\",\"1720\":\"Recurso\",\"1721\":\"Recurso\",\"1722\":\"Recurso\",\"1723\":\"Recurso\",\"1724\":\"Recurso\",\"1725\":\"Recurso\",\"1726\":\"Recurso\",\"1727\":\"Recurso\",\"1728\":\"Recurso\",\"1729\":\"Recurso\",\"1730\":\"Recurso\",\"1731\":\"Recurso\",\"1732\":\"Recurso\",\"1733\":\"Recurso\",\"1734\":\"Recurso\",\"1735\":\"Recurso\",\"1736\":\"Recurso\",\"1737\":\"Recurso\",\"1738\":\"Recurso\",\"1739\":\"Recurso\",\"1740\":\"Recurso\",\"1741\":\"Recurso\",\"1742\":\"Recurso\",\"1743\":\"Recurso\",\"1744\":\"Recurso\",\"1745\":\"Recurso\",\"1746\":\"Recurso\",\"1747\":\"Recurso\",\"1748\":\"Recurso\",\"1749\":\"Recurso\",\"1750\":\"Recurso\",\"1751\":\"Recurso\",\"1752\":\"Recurso\",\"1753\":\"Recurso\",\"1754\":\"Recurso\",\"1755\":\"Recurso\",\"1756\":\"Recurso\",\"1757\":\"Recurso\",\"1758\":\"Recurso\",\"1759\":\"Recurso\",\"1760\":\"Recurso\",\"1761\":\"Recurso\",\"1762\":\"Recurso\",\"1763\":\"Recurso\",\"1764\":\"Recurso\",\"1765\":\"Recurso\",\"1766\":\"Recurso\",\"1767\":\"Recurso\",\"1768\":\"Recurso\",\"1769\":\"Recurso\",\"1770\":\"Recurso\",\"1771\":\"Recurso\",\"1772\":\"Recurso\",\"1773\":\"Recurso\",\"1774\":\"Recurso\",\"1775\":\"Recurso\",\"1776\":\"Recurso\",\"1777\":\"Recurso\",\"1778\":\"Recurso\",\"1779\":\"Recurso\",\"1780\":\"Recurso\",\"1781\":\"Recurso\",\"1782\":\"Recurso\",\"1783\":\"Recurso\",\"1784\":\"Recurso\",\"1785\":\"Recurso\",\"1786\":\"Recurso\",\"1787\":\"Recurso\",\"1788\":\"Recurso\",\"1789\":\"Recurso\",\"1790\":\"Recurso\",\"1791\":\"Recurso\",\"1792\":\"Recurso\",\"1793\":\"Recurso\",\"1794\":\"Recurso\",\"1795\":\"Recurso\",\"1796\":\"Recurso\",\"1797\":\"Recurso\",\"1798\":\"Recurso\",\"1799\":\"Recurso\",\"1800\":\"Recurso\",\"1801\":\"Recurso\",\"1802\":\"Recurso\",\"1803\":\"Recurso\",\"1804\":\"Recurso\",\"1805\":\"Recurso\",\"1806\":\"Recurso\",\"1807\":\"Recurso\",\"1808\":\"Recurso\",\"1809\":\"Recurso\",\"1810\":\"Recurso\",\"1811\":\"Recurso\",\"1812\":\"Recurso\",\"1813\":\"Recurso\",\"1814\":\"Recurso\",\"1815\":\"Recurso\",\"1816\":\"Recurso\",\"1817\":\"Recurso\",\"1818\":\"Recurso\",\"1819\":\"Recurso\",\"1820\":\"Recurso\",\"1821\":\"Recurso\",\"1822\":\"Recurso\",\"1823\":\"Recurso\",\"1824\":\"Recurso\",\"1825\":\"Recurso\",\"1826\":\"Recurso\",\"1827\":\"Recurso\",\"1828\":\"Recurso\",\"1829\":\"Recurso\",\"1830\":\"Recurso\",\"1831\":\"Recurso\",\"1832\":\"Recurso\",\"1833\":\"Recurso\",\"1834\":\"Recurso\",\"1835\":\"Recurso\",\"1836\":\"Recurso\",\"1837\":\"Recurso\",\"1838\":\"Recurso\",\"1839\":\"Recurso\",\"1840\":\"Recurso\",\"1841\":\"Recurso\",\"1842\":\"Recurso\",\"1843\":\"Recurso\",\"1844\":\"Recurso\",\"1845\":\"Recurso\",\"1846\":\"Recurso\",\"1847\":\"Recurso\",\"1848\":\"Recurso\",\"1849\":\"Recurso\",\"1850\":\"Recurso\",\"1851\":\"Recurso\",\"1852\":\"Recurso\",\"1853\":\"Recurso\",\"1854\":\"Recurso\",\"1855\":\"Recurso\",\"1856\":\"Recurso\",\"1857\":\"Recurso\",\"1858\":\"Recurso\",\"1859\":\"Recurso\",\"1860\":\"Recurso\",\"1861\":\"Recurso\",\"1862\":\"Recurso\",\"1863\":\"Recurso\",\"1864\":\"Recurso\",\"1865\":\"Recurso\",\"1866\":\"Recurso\",\"1867\":\"Recurso\",\"1868\":\"Recurso\",\"1869\":\"Recurso\",\"1870\":\"Recurso\",\"1871\":\"Recurso\",\"1872\":\"Recurso\",\"1873\":\"Recurso\",\"1874\":\"Recurso\",\"1875\":\"Recurso\",\"1876\":\"Recurso\",\"1877\":\"Recurso\",\"1878\":\"Recurso\",\"1879\":\"Recurso\",\"1880\":\"Recurso\",\"1881\":\"Recurso\",\"1882\":\"Recurso\",\"1883\":\"Recurso\",\"1884\":\"Recurso\",\"1885\":\"Recurso\",\"1886\":\"Recurso\",\"1887\":\"Recurso\",\"1888\":\"Recurso\",\"1889\":\"Recurso\",\"1890\":\"Recurso\",\"1891\":\"Recurso\",\"1892\":\"Recurso\",\"1893\":\"Recurso\",\"1894\":\"Recurso\",\"1895\":\"Recurso\",\"1896\":\"Recurso\",\"1897\":\"Recurso\",\"1898\":\"Recurso\",\"1899\":\"Recurso\",\"1900\":\"Recurso\",\"1901\":\"Recurso\",\"1902\":\"Recurso\",\"1903\":\"Recurso\",\"1904\":\"Recurso\",\"1905\":\"Recurso\",\"1906\":\"Recurso\",\"1907\":\"Recurso\",\"1908\":\"Recurso\",\"1909\":\"Recurso\",\"1910\":\"Recurso\",\"1911\":\"Recurso\",\"1912\":\"Recurso\",\"1913\":\"Recurso\",\"1914\":\"Recurso\",\"1915\":\"Recurso\",\"1916\":\"Recurso\",\"1917\":\"Recurso\",\"1918\":\"Recurso\",\"1919\":\"Recurso\",\"1920\":\"Recurso\",\"1921\":\"Recurso\",\"1922\":\"Recurso\",\"1923\":\"Recurso\",\"1924\":\"Recurso\",\"1925\":\"Recurso\",\"1926\":\"Recurso\",\"1927\":\"Recurso\",\"1928\":\"Recurso\",\"1929\":\"Recurso\",\"1930\":\"Recurso\",\"1931\":\"Recurso\",\"1932\":\"Recurso\",\"1933\":\"Recurso\",\"1934\":\"Recurso\",\"1935\":\"Recurso\",\"1936\":\"Recurso\",\"1937\":\"Recurso\",\"1938\":\"Recurso\",\"1939\":\"Recurso\",\"1940\":\"Recurso\",\"1941\":\"Recurso\",\"1942\":\"Recurso\",\"1943\":\"Recurso\",\"1944\":\"Recurso\",\"1945\":\"Recurso\",\"1946\":\"Recurso\",\"1947\":\"Recurso\",\"1948\":\"Recurso\",\"1949\":\"Recurso\",\"1950\":\"Recurso\",\"1951\":\"Recurso\",\"1952\":\"Recurso\",\"1953\":\"Recurso\",\"1954\":\"Recurso\",\"1955\":\"Recurso\",\"1956\":\"Recurso\",\"1957\":\"Recurso\",\"1958\":\"Recurso\",\"1959\":\"Recurso\",\"1960\":\"Recurso\",\"1961\":\"Recurso\",\"1962\":\"Recurso\",\"1963\":\"Recurso\",\"1964\":\"Recurso\",\"1965\":\"Recurso\",\"1966\":\"Recurso\",\"1967\":\"Recurso\",\"1968\":\"Recurso\",\"1969\":\"Recurso\",\"1970\":\"Recurso\",\"1971\":\"Recurso\",\"1972\":\"Recurso\",\"1973\":\"Recurso\",\"1974\":\"Recurso\",\"1975\":\"Recurso\",\"1976\":\"Recurso\",\"1977\":\"Recurso\",\"1978\":\"Recurso\",\"1979\":\"Recurso\",\"1980\":\"Recurso\",\"1981\":\"Recurso\",\"1982\":\"Recurso\",\"1983\":\"Recurso\",\"1984\":\"Recurso\",\"1985\":\"Recurso\",\"1986\":\"Recurso\",\"1987\":\"Recurso\",\"1988\":\"Recurso\",\"1989\":\"Recurso\",\"1990\":\"Recurso\",\"1991\":\"Recurso\",\"1992\":\"Recurso\",\"1993\":\"Recurso\",\"1994\":\"Recurso\",\"1995\":\"Recurso\",\"1996\":\"Recurso\",\"1997\":\"Recurso\",\"1998\":\"Recurso\",\"1999\":\"Recurso\",\"2000\":\"Recurso\",\"2001\":\"Recurso\",\"2002\":\"Recurso\",\"2003\":\"Recurso\",\"2004\":\"Recurso\",\"2005\":\"Recurso\",\"2006\":\"Recurso\",\"2007\":\"Recurso\",\"2008\":\"Recurso\",\"2009\":\"Recurso\",\"2010\":\"Recurso\",\"2011\":\"Recurso\",\"2012\":\"Recurso\",\"2013\":\"Recurso\",\"2014\":\"Recurso\",\"2015\":\"Recurso\",\"2016\":\"Recurso\",\"2017\":\"Recurso\",\"2018\":\"Recurso\",\"2019\":\"Recurso\",\"2020\":\"Recurso\",\"2021\":\"Recurso\",\"2022\":\"Recurso\",\"2023\":\"Recurso\",\"2024\":\"Recurso\",\"2025\":\"Recurso\",\"2026\":\"Recurso\",\"2027\":\"Recurso\",\"2028\":\"Recurso\",\"2029\":\"Recurso\",\"2030\":\"Recurso\",\"2031\":\"Recurso\",\"2032\":\"Recurso\",\"2033\":\"Recurso\",\"2034\":\"Recurso\",\"2035\":\"Recurso\",\"2036\":\"Recurso\",\"2037\":\"Recurso\",\"2038\":\"Recurso\",\"2039\":\"Recurso\",\"2040\":\"Recurso\",\"2041\":\"Recurso\",\"2042\":\"Recurso\",\"2043\":\"Recurso\",\"2044\":\"Recurso\",\"2045\":\"Recurso\",\"2046\":\"Recurso\",\"2047\":\"Recurso\",\"2048\":\"Recurso\",\"2049\":\"Recurso\",\"2050\":\"Recurso\",\"2051\":\"Recurso\",\"2052\":\"Recurso\",\"2053\":\"Recurso\",\"2054\":\"Recurso\",\"2055\":\"Recurso\",\"2056\":\"Recurso\",\"2057\":\"Recurso\",\"2058\":\"Recurso\",\"2059\":\"Recurso\",\"2060\":\"Recurso\",\"2061\":\"Recurso\",\"2062\":\"Recurso\",\"2063\":\"Recurso\",\"2064\":\"Recurso\",\"2065\":\"Recurso\",\"2066\":\"Recurso\",\"2067\":\"Recurso\",\"2068\":\"Recurso\",\"2069\":\"Recurso\",\"2070\":\"Recurso\",\"2071\":\"Recurso\",\"2072\":\"Recurso\",\"2073\":\"Recurso\",\"2074\":\"Recurso\",\"2075\":\"Recurso\",\"2076\":\"Recurso\",\"2077\":\"Recurso\",\"2078\":\"Recurso\",\"2079\":\"Recurso\",\"2080\":\"Recurso\",\"2081\":\"Recurso\",\"2082\":\"Recurso\",\"2083\":\"Recurso\",\"2084\":\"Recurso\",\"2085\":\"Recurso\",\"2086\":\"Recurso\",\"2087\":\"Recurso\",\"2088\":\"Recurso\",\"2089\":\"Recurso\",\"2090\":\"Recurso\",\"2091\":\"Recurso\",\"2092\":\"Recurso\",\"2093\":\"Recurso\",\"2094\":\"Recurso\",\"2095\":\"Recurso\",\"2096\":\"Recurso\",\"2097\":\"Recurso\",\"2098\":\"Recurso\",\"2099\":\"Recurso\",\"2100\":\"Recurso\",\"2101\":\"Recurso\",\"2102\":\"Recurso\",\"2103\":\"Recurso\",\"2104\":\"Recurso\",\"2105\":\"Recurso\",\"2106\":\"Recurso\",\"2107\":\"Recurso\",\"2108\":\"Recurso\",\"2109\":\"Recurso\",\"2110\":\"Recurso\",\"2111\":\"Recurso\",\"2112\":\"Recurso\",\"2113\":\"Recurso\",\"2114\":\"Recurso\",\"2115\":\"Recurso\",\"2116\":\"Recurso\",\"2117\":\"Recurso\",\"2118\":\"Recurso\",\"2119\":\"Recurso\",\"2120\":\"Recurso\",\"2121\":\"Recurso\",\"2122\":\"Recurso\",\"2123\":\"Recurso\",\"2124\":\"Recurso\",\"2125\":\"Recurso\",\"2126\":\"Recurso\",\"2127\":\"Recurso\",\"2128\":\"Recurso\",\"2129\":\"Recurso\",\"2130\":\"Recurso\",\"2131\":\"Recurso\",\"2132\":\"Recurso\",\"2133\":\"Recurso\",\"2134\":\"Recurso\",\"2135\":\"Recurso\",\"2136\":\"Recurso\",\"2137\":\"Recurso\",\"2138\":\"Recurso\",\"2139\":\"Recurso\",\"2140\":\"Recurso\",\"2141\":\"Recurso\",\"2142\":\"Recurso\",\"2143\":\"Recurso\",\"2144\":\"Recurso\",\"2145\":\"Recurso\",\"2146\":\"Recurso\",\"2147\":\"Recurso\",\"2148\":\"Recurso\",\"2149\":\"Recurso\",\"2150\":\"Recurso\",\"2151\":\"Recurso\",\"2152\":\"Recurso\",\"2153\":\"Recurso\",\"2154\":\"Recurso\",\"2155\":\"Recurso\",\"2156\":\"Recurso\",\"2157\":\"Recurso\",\"2158\":\"Recurso\",\"2159\":\"Recurso\",\"2160\":\"Recurso\",\"2161\":\"Recurso\",\"2162\":\"Recurso\",\"2163\":\"Recurso\",\"2164\":\"Recurso\",\"2165\":\"Recurso\",\"2166\":\"Recurso\",\"2167\":\"Recurso\",\"2168\":\"Recurso\",\"2169\":\"Recurso\",\"2170\":\"Recurso\",\"2171\":\"Recurso\",\"2172\":\"Recurso\",\"2173\":\"Recurso\",\"2174\":\"Recurso\",\"2175\":\"Recurso\",\"2176\":\"Recurso\",\"2177\":\"Recurso\",\"2178\":\"Recurso\",\"2179\":\"Recurso\",\"2180\":\"Recurso\",\"2181\":\"Recurso\",\"2182\":\"Recurso\",\"2183\":\"Recurso\",\"2184\":\"Recurso\",\"2185\":\"Recurso\",\"2186\":\"Recurso\",\"2187\":\"Recurso\",\"2188\":\"Recurso\",\"2189\":\"Recurso\",\"2190\":\"Recurso\",\"2191\":\"Recurso\",\"2192\":\"Recurso\",\"2193\":\"Recurso\",\"2194\":\"Recurso\",\"2195\":\"Recurso\",\"2196\":\"Recurso\",\"2197\":\"Recurso\",\"2198\":\"Recurso\",\"2199\":\"Recurso\",\"2200\":\"Recurso\",\"2201\":\"Recurso\",\"2202\":\"Recurso\",\"2203\":\"Recurso\",\"2204\":\"Recurso\",\"2205\":\"Recurso\",\"2206\":\"Recurso\",\"2207\":\"Recurso\",\"2208\":\"Recurso\",\"2209\":\"Recurso\",\"2210\":\"Recurso\",\"2211\":\"Recurso\",\"2212\":\"Recurso\",\"2213\":\"Recurso\",\"2214\":\"Recurso\",\"2215\":\"Recurso\",\"2216\":\"Recurso\",\"2217\":\"Recurso\",\"2218\":\"Recurso\",\"2219\":\"Recurso\",\"2220\":\"Recurso\",\"2221\":\"Recurso\",\"2222\":\"Recurso\",\"2223\":\"Recurso\",\"2224\":\"Recurso\",\"2225\":\"Recurso\",\"2226\":\"Recurso\",\"2227\":\"Recurso\",\"2228\":\"Recurso\",\"2229\":\"Recurso\",\"2230\":\"Recurso\",\"2231\":\"Recurso\",\"2232\":\"Recurso\",\"2233\":\"Recurso\",\"2234\":\"Recurso\",\"2235\":\"Recurso\",\"2236\":\"Recurso\",\"2237\":\"Recurso\",\"2238\":\"Recurso\",\"2239\":\"Recurso\",\"2240\":\"Recurso\",\"2241\":\"Recurso\",\"2242\":\"Recurso\",\"2243\":\"Recurso\",\"2244\":\"Recurso\",\"2245\":\"Recurso\",\"2246\":\"Recurso\",\"2247\":\"Recurso\",\"2248\":\"Recurso\",\"2249\":\"Recurso\",\"2250\":\"Recurso\",\"2251\":\"Recurso\",\"2252\":\"Recurso\",\"2253\":\"Recurso\",\"2254\":\"Recurso\",\"2255\":\"Recurso\",\"2256\":\"Recurso\",\"2257\":\"Recurso\",\"2258\":\"Recurso\",\"2259\":\"Recurso\",\"2260\":\"Recurso\",\"2261\":\"Recurso\",\"2262\":\"Recurso\",\"2263\":\"Recurso\",\"2264\":\"Recurso\",\"2265\":\"Recurso\",\"2266\":\"Recurso\",\"2267\":\"Recurso\",\"2268\":\"Recurso\",\"2269\":\"Recurso\",\"2270\":\"Recurso\",\"2271\":\"Recurso\",\"2272\":\"Recurso\",\"2273\":\"Recurso\",\"2274\":\"Recurso\",\"2275\":\"Recurso\",\"2276\":\"Recurso\",\"2277\":\"Recurso\",\"2278\":\"Recurso\",\"2279\":\"Recurso\",\"2280\":\"Recurso\",\"2281\":\"Recurso\",\"2282\":\"Recurso\",\"2283\":\"Recurso\",\"2284\":\"Recurso\",\"2285\":\"Recurso\",\"2286\":\"Recurso\",\"2287\":\"Recurso\",\"2288\":\"Recurso\",\"2289\":\"Recurso\",\"2290\":\"Recurso\",\"2291\":\"Recurso\",\"2292\":\"Recurso\",\"2293\":\"Recurso\",\"2294\":\"Recurso\",\"2295\":\"Recurso\",\"2296\":\"Recurso\",\"2297\":\"Recurso\",\"2298\":\"Recurso\",\"2299\":\"Recurso\",\"2300\":\"Recurso\",\"2301\":\"Recurso\",\"2302\":\"Recurso\",\"2303\":\"Recurso\",\"2304\":\"Recurso\",\"2305\":\"Recurso\",\"2306\":\"Recurso\",\"2307\":\"Recurso\",\"2308\":\"Recurso\",\"2309\":\"Recurso\",\"2310\":\"Recurso\",\"2311\":\"Recurso\",\"2312\":\"Recurso\",\"2313\":\"Recurso\",\"2314\":\"Recurso\",\"2315\":\"Recurso\",\"2316\":\"Recurso\",\"2317\":\"Recurso\",\"2318\":\"Recurso\",\"2319\":\"Recurso\",\"2320\":\"Recurso\",\"2321\":\"Recurso\",\"2322\":\"Recurso\",\"2323\":\"Recurso\",\"2324\":\"Recurso\",\"2325\":\"Recurso\",\"2326\":\"Recurso\",\"2327\":\"Recurso\",\"2328\":\"Recurso\",\"2329\":\"Recurso\",\"2330\":\"Recurso\",\"2331\":\"Recurso\",\"2332\":\"Recurso\",\"2333\":\"Recurso\",\"2334\":\"Recurso\",\"2335\":\"Recurso\",\"2336\":\"Recurso\",\"2337\":\"Recurso\",\"2338\":\"Recurso\",\"2339\":\"Recurso\",\"2340\":\"Recurso\",\"2341\":\"Recurso\",\"2342\":\"Recurso\",\"2343\":\"Recurso\",\"2344\":\"Recurso\",\"2345\":\"Recurso\",\"2346\":\"Recurso\",\"2347\":\"Recurso\",\"2348\":\"Recurso\",\"2349\":\"Recurso\",\"2350\":\"Recurso\",\"2351\":\"Recurso\",\"2352\":\"Recurso\",\"2353\":\"Recurso\",\"2354\":\"Recurso\",\"2355\":\"Recurso\",\"2356\":\"Recurso\",\"2357\":\"Recurso\",\"2358\":\"Recurso\",\"2359\":\"Recurso\",\"2360\":\"Recurso\",\"2361\":\"Recurso\",\"2362\":\"Recurso\",\"2363\":\"Recurso\",\"2364\":\"Recurso\",\"2365\":\"Recurso\",\"2366\":\"Recurso\",\"2367\":\"Recurso\",\"2368\":\"Recurso\",\"2369\":\"Recurso\",\"2370\":\"Recurso\",\"2371\":\"Recurso\",\"2372\":\"Recurso\",\"2373\":\"Recurso\",\"2374\":\"Recurso\",\"2375\":\"Recurso\",\"2376\":\"Recurso\",\"2377\":\"Recurso\",\"2378\":\"Recurso\",\"2379\":\"Recurso\",\"2380\":\"Recurso\",\"2381\":\"Recurso\",\"2382\":\"Recurso\",\"2383\":\"Recurso\",\"2384\":\"Recurso\",\"2385\":\"Recurso\",\"2386\":\"Recurso\",\"2387\":\"Recurso\",\"2388\":\"Recurso\",\"2389\":\"Recurso\",\"2390\":\"Recurso\",\"2391\":\"Recurso\",\"2392\":\"Recurso\",\"2393\":\"Recurso\",\"2394\":\"Recurso\",\"2395\":\"Recurso\",\"2396\":\"Recurso\",\"2397\":\"Recurso\",\"2398\":\"Recurso\",\"2399\":\"Recurso\",\"2400\":\"Recurso\",\"2401\":\"Recurso\",\"2402\":\"Recurso\",\"2403\":\"Recurso\",\"2404\":\"Recurso\",\"2405\":\"Recurso\",\"2406\":\"Recurso\",\"2407\":\"Recurso\",\"2408\":\"Recurso\",\"2409\":\"Recurso\",\"2410\":\"Recurso\",\"2411\":\"Recurso\",\"2412\":\"Recurso\",\"2413\":\"Recurso\",\"2414\":\"Recurso\",\"2415\":\"Recurso\",\"2416\":\"Recurso\",\"2417\":\"Recurso\",\"2418\":\"Recurso\",\"2419\":\"Recurso\",\"2420\":\"Recurso\",\"2421\":\"Recurso\",\"2422\":\"Recurso\",\"2423\":\"Recurso\",\"2424\":\"Recurso\",\"2425\":\"Recurso\",\"2426\":\"Recurso\",\"2427\":\"Recurso\",\"2428\":\"Recurso\",\"2429\":\"Recurso\",\"2430\":\"Recurso\",\"2431\":\"Recurso\",\"2432\":\"Recurso\",\"2433\":\"Recurso\",\"2434\":\"Recurso\",\"2435\":\"Recurso\",\"2436\":\"Recurso\",\"2437\":\"Recurso\",\"2438\":\"Recurso\",\"2439\":\"Recurso\",\"2440\":\"Recurso\",\"2441\":\"Recurso\",\"2442\":\"Recurso\",\"2443\":\"Recurso\",\"2444\":\"Recurso\",\"2445\":\"Recurso\",\"2446\":\"Recurso\",\"2447\":\"Recurso\",\"2448\":\"Recurso\",\"2449\":\"Recurso\",\"2450\":\"Recurso\",\"2451\":\"Recurso\",\"2452\":\"Recurso\",\"2453\":\"Recurso\",\"2454\":\"Recurso\",\"2455\":\"Recurso\",\"2456\":\"Recurso\",\"2457\":\"Recurso\",\"2458\":\"Recurso\",\"2459\":\"Recurso\",\"2460\":\"Recurso\",\"2461\":\"Recurso\",\"2462\":\"Recurso\",\"2463\":\"Recurso\",\"2464\":\"Recurso\",\"2465\":\"Recurso\",\"2466\":\"Recurso\",\"2467\":\"Recurso\",\"2468\":\"Recurso\",\"2469\":\"Recurso\",\"2470\":\"Recurso\",\"2471\":\"Recurso\",\"2472\":\"Recurso\",\"2473\":\"Recurso\",\"2474\":\"Recurso\",\"2475\":\"Recurso\",\"2476\":\"Recurso\",\"2477\":\"Recurso\",\"2478\":\"Recurso\",\"2479\":\"Recurso\",\"2480\":\"Recurso\",\"2481\":\"Recurso\",\"2482\":\"Recurso\",\"2483\":\"Recurso\",\"2484\":\"Recurso\",\"2485\":\"Recurso\",\"2486\":\"Recurso\",\"2487\":\"Recurso\",\"2488\":\"Recurso\",\"2489\":\"Recurso\",\"2490\":\"Recurso\",\"2491\":\"Recurso\",\"2492\":\"Recurso\",\"2493\":\"Recurso\",\"2494\":\"Recurso\",\"2495\":\"Recurso\",\"2496\":\"Recurso\",\"2497\":\"Recurso\",\"2498\":\"Recurso\",\"2499\":\"Recurso\",\"2500\":\"Recurso\",\"2501\":\"Recurso\",\"2502\":\"Recurso\",\"2503\":\"Recurso\",\"2504\":\"Recurso\",\"2505\":\"Recurso\",\"2506\":\"Recurso\",\"2507\":\"Recurso\",\"2508\":\"Recurso\",\"2509\":\"Recurso\",\"2510\":\"Recurso\",\"2511\":\"Recurso\",\"2512\":\"Recurso\",\"2513\":\"Recurso\",\"2514\":\"Recurso\",\"2515\":\"Recurso\",\"2516\":\"Recurso\",\"2517\":\"Recurso\",\"2518\":\"Recurso\",\"2519\":\"Recurso\",\"2520\":\"Recurso\",\"2521\":\"Recurso\",\"2522\":\"Recurso\",\"2523\":\"Recurso\",\"2524\":\"Recurso\",\"2525\":\"Recurso\",\"2526\":\"Recurso\",\"2527\":\"Recurso\",\"2528\":\"Recurso\",\"2529\":\"Recurso\",\"2530\":\"Recurso\",\"2531\":\"Recurso\",\"2532\":\"Recurso\",\"2533\":\"Recurso\",\"2534\":\"Recurso\",\"2535\":\"Recurso\",\"2536\":\"Recurso\",\"2537\":\"Recurso\",\"2538\":\"Recurso\",\"2539\":\"Recurso\",\"2540\":\"Recurso\",\"2541\":\"Recurso\",\"2542\":\"Recurso\",\"2543\":\"Recurso\",\"2544\":\"Recurso\",\"2545\":\"Recurso\",\"2546\":\"Recurso\",\"2547\":\"Recurso\",\"2548\":\"Recurso\",\"2549\":\"Recurso\",\"2550\":\"Recurso\",\"2551\":\"Recurso\",\"2552\":\"Recurso\",\"2553\":\"Recurso\",\"2554\":\"Recurso\",\"2555\":\"Recurso\",\"2556\":\"Recurso\",\"2557\":\"Recurso\",\"2558\":\"Recurso\",\"2559\":\"Recurso\",\"2560\":\"Recurso\",\"2561\":\"Recurso\",\"2562\":\"Recurso\",\"2563\":\"Recurso\",\"2564\":\"Recurso\",\"2565\":\"Recurso\",\"2566\":\"Recurso\",\"2567\":\"Recurso\",\"2568\":\"Recurso\",\"2569\":\"Recurso\",\"2570\":\"Recurso\",\"2571\":\"Recurso\",\"2572\":\"Recurso\",\"2573\":\"Recurso\",\"2574\":\"Recurso\",\"2575\":\"Recurso\",\"2576\":\"Recurso\",\"2577\":\"Recurso\",\"2578\":\"Recurso\",\"2579\":\"Recurso\",\"2580\":\"Recurso\",\"2581\":\"Recurso\",\"2582\":\"Recurso\",\"2583\":\"Recurso\",\"2584\":\"Recurso\",\"2585\":\"Recurso\",\"2586\":\"Recurso\",\"2587\":\"Recurso\",\"2588\":\"Recurso\",\"2589\":\"Recurso\",\"2590\":\"Recurso\",\"2591\":\"Recurso\",\"2592\":\"Recurso\",\"2593\":\"Recurso\",\"2594\":\"Recurso\",\"2595\":\"Recurso\",\"2596\":\"Recurso\",\"2597\":\"Recurso\",\"2598\":\"Recurso\",\"2599\":\"Recurso\",\"2600\":\"Recurso\",\"2601\":\"Recurso\",\"2602\":\"Recurso\",\"2603\":\"Recurso\",\"2604\":\"Recurso\",\"2605\":\"Recurso\",\"2606\":\"Recurso\",\"2607\":\"Recurso\",\"2608\":\"Recurso\",\"2609\":\"Recurso\",\"2610\":\"Recurso\",\"2611\":\"Recurso\",\"2612\":\"Recurso\",\"2613\":\"Recurso\",\"2614\":\"Recurso\",\"2615\":\"Recurso\",\"2616\":\"Recurso\",\"2617\":\"Recurso\",\"2618\":\"Recurso\",\"2619\":\"Recurso\",\"2620\":\"Recurso\",\"2621\":\"Recurso\",\"2622\":\"Recurso\",\"2623\":\"Recurso\",\"2624\":\"Recurso\",\"2625\":\"Recurso\",\"2626\":\"Recurso\",\"2627\":\"Recurso\",\"2628\":\"Recurso\",\"2629\":\"Recurso\",\"2630\":\"Recurso\",\"2631\":\"Recurso\",\"2632\":\"Recurso\",\"2633\":\"Recurso\",\"2634\":\"Recurso\",\"2635\":\"Recurso\",\"2636\":\"Recurso\",\"2637\":\"Recurso\",\"2638\":\"Recurso\",\"2639\":\"Recurso\",\"2640\":\"Recurso\",\"2641\":\"Recurso\",\"2642\":\"Recurso\",\"2643\":\"Recurso\",\"2644\":\"Recurso\",\"2645\":\"Recurso\",\"2646\":\"Recurso\",\"2647\":\"Recurso\",\"2648\":\"Recurso\",\"2649\":\"Recurso\",\"2650\":\"Recurso\",\"2651\":\"Recurso\",\"2652\":\"Recurso\",\"2653\":\"Recurso\",\"2654\":\"Recurso\",\"2655\":\"Recurso\",\"2656\":\"Recurso\",\"2657\":\"Recurso\",\"2658\":\"Recurso\",\"2659\":\"Recurso\",\"2660\":\"Recurso\",\"2661\":\"Recurso\",\"2662\":\"Recurso\",\"2663\":\"Recurso\",\"2664\":\"Recurso\",\"2665\":\"Recurso\",\"2666\":\"Recurso\",\"2667\":\"Recurso\",\"2668\":\"Recurso\",\"2669\":\"Recurso\",\"2670\":\"Recurso\",\"2671\":\"Recurso\",\"2672\":\"Recurso\",\"2673\":\"Recurso\",\"2674\":\"Recurso\",\"2675\":\"Recurso\",\"2676\":\"Recurso\",\"2677\":\"Recurso\",\"2678\":\"Recurso\",\"2679\":\"Recurso\",\"2680\":\"Recurso\",\"2681\":\"Recurso\",\"2682\":\"Recurso\",\"2683\":\"Recurso\",\"2684\":\"Recurso\",\"2685\":\"Recurso\",\"2686\":\"Recurso\",\"2687\":\"Recurso\",\"2688\":\"Recurso\",\"2689\":\"Recurso\",\"2690\":\"Recurso\",\"2691\":\"Recurso\",\"2692\":\"Recurso\",\"2693\":\"Recurso\",\"2694\":\"Recurso\",\"2695\":\"Recurso\",\"2696\":\"Recurso\",\"2697\":\"Recurso\",\"2698\":\"Recurso\",\"2699\":\"Recurso\",\"2700\":\"Recurso\",\"2701\":\"Recurso\",\"2702\":\"Recurso\",\"2703\":\"Recurso\",\"2704\":\"Recurso\",\"2705\":\"Recurso\",\"2706\":\"Recurso\",\"2707\":\"Recurso\",\"2708\":\"Recurso\",\"2709\":\"Recurso\",\"2710\":\"Recurso\",\"2711\":\"Recurso\",\"2712\":\"Recurso\",\"2713\":\"Recurso\",\"2714\":\"Recurso\",\"2715\":\"Recurso\",\"2716\":\"Recurso\",\"2717\":\"Recurso\",\"2718\":\"Recurso\",\"2719\":\"Recurso\",\"2720\":\"Recurso\",\"2721\":\"Recurso\",\"2722\":\"Recurso\",\"2723\":\"Recurso\",\"2724\":\"Recurso\",\"2725\":\"Recurso\",\"2726\":\"Recurso\",\"2727\":\"Recurso\",\"2728\":\"Recurso\",\"2729\":\"Recurso\",\"2730\":\"Recurso\",\"2731\":\"Recurso\",\"2732\":\"Recurso\",\"2733\":\"Recurso\",\"2734\":\"Recurso\",\"2735\":\"Recurso\",\"2736\":\"Recurso\",\"2737\":\"Recurso\",\"2738\":\"Recurso\",\"2739\":\"Recurso\",\"2740\":\"Recurso\",\"2741\":\"Recurso\",\"2742\":\"Recurso\",\"2743\":\"Recurso\",\"2744\":\"Recurso\",\"2745\":\"Recurso\",\"2746\":\"Recurso\",\"2747\":\"Recurso\",\"2748\":\"Recurso\",\"2749\":\"Recurso\",\"2750\":\"Recurso\",\"2751\":\"Recurso\",\"2752\":\"Recurso\",\"2753\":\"Recurso\",\"2754\":\"Recurso\",\"2755\":\"Recurso\",\"2756\":\"Recurso\",\"2757\":\"Recurso\",\"2758\":\"Recurso\",\"2759\":\"Recurso\",\"2760\":\"Recurso\",\"2761\":\"Recurso\",\"2762\":\"Recurso\",\"2763\":\"Recurso\",\"2764\":\"Recurso\",\"2765\":\"Recurso\",\"2766\":\"Recurso\",\"2767\":\"Recurso\",\"2768\":\"Recurso\",\"2769\":\"Recurso\",\"2770\":\"Recurso\",\"2771\":\"Recurso\",\"2772\":\"Recurso\",\"2773\":\"Recurso\",\"2774\":\"Recurso\",\"2775\":\"Recurso\",\"2776\":\"Recurso\",\"2777\":\"Recurso\",\"2778\":\"Recurso\",\"2779\":\"Recurso\",\"2780\":\"Recurso\",\"2781\":\"Recurso\",\"2782\":\"Recurso\",\"2783\":\"Recurso\",\"2784\":\"Recurso\",\"2785\":\"Recurso\",\"2786\":\"Recurso\",\"2787\":\"Recurso\",\"2788\":\"Recurso\",\"2789\":\"Recurso\",\"2790\":\"Recurso\",\"2791\":\"Recurso\",\"2792\":\"Recurso\",\"2793\":\"Recurso\",\"2794\":\"Recurso\",\"2795\":\"Recurso\",\"2796\":\"Recurso\",\"2797\":\"Recurso\",\"2798\":\"Recurso\",\"2799\":\"Recurso\",\"2800\":\"Recurso\",\"2801\":\"Recurso\",\"2802\":\"Recurso\",\"2803\":\"Recurso\",\"2804\":\"Recurso\",\"2805\":\"Recurso\",\"2806\":\"Recurso\",\"2807\":\"Recurso\",\"2808\":\"Recurso\",\"2809\":\"Recurso\",\"2810\":\"Recurso\",\"2811\":\"Recurso\",\"2812\":\"Recurso\",\"2813\":\"Recurso\",\"2814\":\"Recurso\",\"2815\":\"Recurso\",\"2816\":\"Recurso\",\"2817\":\"Recurso\",\"2818\":\"Recurso\",\"2819\":\"Recurso\",\"2820\":\"Recurso\",\"2821\":\"Recurso\",\"2822\":\"Recurso\",\"2823\":\"Recurso\",\"2824\":\"Recurso\",\"2825\":\"Recurso\",\"2826\":\"Recurso\",\"2827\":\"Recurso\",\"2828\":\"Recurso\",\"2829\":\"Recurso\",\"2830\":\"Recurso\",\"2831\":\"Recurso\",\"2832\":\"Recurso\",\"2833\":\"Recurso\",\"2834\":\"Recurso\",\"2835\":\"Recurso\",\"2836\":\"Recurso\",\"2837\":\"Recurso\",\"2838\":\"Recurso\",\"2839\":\"Recurso\",\"2840\":\"Recurso\",\"2841\":\"Recurso\",\"2842\":\"Recurso\",\"2843\":\"Recurso\",\"2844\":\"Recurso\",\"2845\":\"Recurso\",\"2846\":\"Recurso\",\"2847\":\"Recurso\",\"2848\":\"Recurso\",\"2849\":\"Recurso\",\"2850\":\"Recurso\",\"2851\":\"Recurso\",\"2852\":\"Recurso\",\"2853\":\"Recurso\",\"2854\":\"Recurso\",\"2855\":\"Recurso\",\"2856\":\"Recurso\",\"2857\":\"Recurso\",\"2858\":\"Recurso\",\"2859\":\"Recurso\",\"2860\":\"Recurso\",\"2861\":\"Recurso\",\"2862\":\"Recurso\",\"2863\":\"Recurso\",\"2864\":\"Recurso\",\"2865\":\"Recurso\",\"2866\":\"Recurso\",\"2867\":\"Recurso\",\"2868\":\"Recurso\",\"2869\":\"Recurso\",\"2870\":\"Recurso\",\"2871\":\"Recurso\",\"2872\":\"Recurso\",\"2873\":\"Recurso\",\"2874\":\"Recurso\",\"2875\":\"Recurso\",\"2876\":\"Recurso\",\"2877\":\"Recurso\",\"2878\":\"Recurso\",\"2879\":\"Recurso\",\"2880\":\"Recurso\",\"2881\":\"Recurso\",\"2882\":\"Recurso\",\"2883\":\"Recurso\",\"2884\":\"Recurso\",\"2885\":\"Recurso\",\"2886\":\"Recurso\",\"2887\":\"Recurso\",\"2888\":\"Recurso\",\"2889\":\"Recurso\",\"2890\":\"Recurso\",\"2891\":\"Recurso\",\"2892\":\"Recurso\",\"2893\":\"Recurso\",\"2894\":\"Recurso\",\"2895\":\"Recurso\",\"2896\":\"Recurso\",\"2897\":\"Recurso\",\"2898\":\"Recurso\",\"2899\":\"Recurso\",\"2900\":\"Recurso\",\"2901\":\"Recurso\",\"2902\":\"Recurso\",\"2903\":\"Recurso\",\"2904\":\"Recurso\",\"2905\":\"Recurso\",\"2906\":\"Recurso\",\"2907\":\"Recurso\",\"2908\":\"Recurso\",\"2909\":\"Recurso\",\"2910\":\"Recurso\",\"2911\":\"Recurso\",\"2912\":\"Recurso\",\"2913\":\"Recurso\",\"2914\":\"Recurso\",\"2915\":\"Recurso\",\"2916\":\"Recurso\",\"2917\":\"Recurso\",\"2918\":\"Recurso\",\"2919\":\"Recurso\",\"2920\":\"Recurso\",\"2921\":\"Recurso\",\"2922\":\"Recurso\",\"2923\":\"Recurso\",\"2924\":\"Recurso\",\"2925\":\"Recurso\",\"2926\":\"Recurso\",\"2927\":\"Recurso\",\"2928\":\"Recurso\",\"2929\":\"Recurso\",\"2930\":\"Recurso\",\"2931\":\"Recurso\",\"2932\":\"Recurso\",\"2933\":\"Recurso\",\"2934\":\"Recurso\",\"2935\":\"Recurso\",\"2936\":\"Recurso\",\"2937\":\"Recurso\",\"2938\":\"Recurso\",\"2939\":\"Recurso\",\"2940\":\"Recurso\",\"2941\":\"Recurso\",\"2942\":\"Recurso\",\"2943\":\"Recurso\",\"2944\":\"Recurso\",\"2945\":\"Recurso\",\"2946\":\"Recurso\",\"2947\":\"Recurso\",\"2948\":\"Recurso\",\"2949\":\"Recurso\",\"2950\":\"Recurso\",\"2951\":\"Recurso\",\"2952\":\"Recurso\",\"2953\":\"Recurso\",\"2954\":\"Recurso\",\"2955\":\"Recurso\",\"2956\":\"Recurso\",\"2957\":\"Recurso\",\"2958\":\"Recurso\",\"2959\":\"Recurso\",\"2960\":\"Recurso\",\"2961\":\"Recurso\",\"2962\":\"Recurso\",\"2963\":\"Recurso\",\"2964\":\"Recurso\",\"2965\":\"Recurso\",\"2966\":\"Recurso\",\"2967\":\"Recurso\",\"2968\":\"Recurso\",\"2969\":\"Recurso\",\"2970\":\"Recurso\",\"2971\":\"Recurso\",\"2972\":\"Recurso\",\"2973\":\"Recurso\",\"2974\":\"Recurso\",\"2975\":\"Recurso\",\"2976\":\"Recurso\",\"2977\":\"Recurso\",\"2978\":\"Recurso\",\"2979\":\"Recurso\",\"2980\":\"Recurso\",\"2981\":\"Recurso\",\"2982\":\"Recurso\",\"2983\":\"Recurso\",\"2984\":\"Recurso\",\"2985\":\"Recurso\",\"2986\":\"Recurso\",\"2987\":\"Recurso\",\"2988\":\"Recurso\",\"2989\":\"Recurso\",\"2990\":\"Recurso\",\"2991\":\"Recurso\",\"2992\":\"Recurso\",\"2993\":\"Recurso\",\"2994\":\"Recurso\",\"2995\":\"Recurso\",\"2996\":\"Recurso\",\"2997\":\"Recurso\",\"2998\":\"Recurso\",\"2999\":\"Recurso\",\"3000\":\"Recurso\",\"3001\":\"Recurso\",\"3002\":\"Recurso\",\"3003\":\"Recurso\",\"3004\":\"Recurso\",\"3005\":\"Recurso\",\"3006\":\"Recurso\",\"3007\":\"Recurso\",\"3008\":\"Recurso\",\"3009\":\"Recurso\",\"3010\":\"Recurso\",\"3011\":\"Recurso\",\"3012\":\"Recurso\",\"3013\":\"Recurso\",\"3014\":\"Recurso\",\"3015\":\"Recurso\",\"3016\":\"Recurso\",\"3017\":\"Recurso\",\"3018\":\"Recurso\",\"3019\":\"Recurso\",\"3020\":\"Recurso\",\"3021\":\"Recurso\",\"3022\":\"Recurso\",\"3023\":\"Recurso\",\"3024\":\"Recurso\",\"3025\":\"Recurso\",\"3026\":\"Recurso\",\"3027\":\"Recurso\",\"3028\":\"Recurso\",\"3029\":\"Recurso\",\"3030\":\"Recurso\",\"3031\":\"Recurso\",\"3032\":\"Recurso\",\"3033\":\"Recurso\",\"3034\":\"Recurso\",\"3035\":\"Recurso\",\"3036\":\"Recurso\",\"3037\":\"Recurso\",\"3038\":\"Recurso\",\"3039\":\"Recurso\",\"3040\":\"Recurso\",\"3041\":\"Recurso\",\"3042\":\"Recurso\",\"3043\":\"Recurso\",\"3044\":\"Recurso\",\"3045\":\"Recurso\",\"3046\":\"Recurso\",\"3047\":\"Recurso\",\"3048\":\"Recurso\",\"3049\":\"Recurso\",\"3050\":\"Recurso\",\"3051\":\"Recurso\",\"3052\":\"Recurso\",\"3053\":\"Recurso\",\"3054\":\"Recurso\",\"3055\":\"Recurso\",\"3056\":\"Recurso\",\"3057\":\"Recurso\",\"3058\":\"Recurso\",\"3059\":\"Recurso\",\"3060\":\"Recurso\",\"3061\":\"Recurso\",\"3062\":\"Recurso\",\"3063\":\"Recurso\",\"3064\":\"Recurso\",\"3065\":\"Recurso\",\"3066\":\"Recurso\",\"3067\":\"Recurso\",\"3068\":\"Recurso\",\"3069\":\"Recurso\",\"3070\":\"Recurso\",\"3071\":\"Recurso\",\"3072\":\"Recurso\",\"3073\":\"Recurso\",\"3074\":\"Recurso\",\"3075\":\"Recurso\",\"3076\":\"Recurso\",\"3077\":\"Recurso\",\"3078\":\"Recurso\",\"3079\":\"Recurso\",\"3080\":\"Recurso\",\"3081\":\"Recurso\",\"3082\":\"Recurso\",\"3083\":\"Recurso\",\"3084\":\"Recurso\",\"3085\":\"Recurso\",\"3086\":\"Recurso\",\"3087\":\"Recurso\",\"3088\":\"Recurso\",\"3089\":\"Recurso\",\"3090\":\"Recurso\",\"3091\":\"Recurso\",\"3092\":\"Recurso\",\"3093\":\"Recurso\",\"3094\":\"Recurso\",\"3095\":\"Recurso\",\"3096\":\"Recurso\",\"3097\":\"Recurso\",\"3098\":\"Recurso\",\"3099\":\"Recurso\",\"3100\":\"Recurso\",\"3101\":\"Recurso\",\"3102\":\"Recurso\",\"3103\":\"Recurso\",\"3104\":\"Recurso\",\"3105\":\"Recurso\",\"3106\":\"Recurso\",\"3107\":\"Recurso\",\"3108\":\"Recurso\",\"3109\":\"Recurso\",\"3110\":\"Recurso\",\"3111\":\"Recurso\",\"3112\":\"Recurso\",\"3113\":\"Recurso\",\"3114\":\"Recurso\",\"3115\":\"Recurso\",\"3116\":\"Recurso\",\"3117\":\"Recurso\",\"3118\":\"Recurso\",\"3119\":\"Recurso\",\"3120\":\"Recurso\",\"3121\":\"Recurso\",\"3122\":\"Recurso\",\"3123\":\"Recurso\",\"3124\":\"Recurso\",\"3125\":\"Recurso\",\"3126\":\"Recurso\",\"3127\":\"Recurso\",\"3128\":\"Recurso\",\"3129\":\"Recurso\",\"3130\":\"Recurso\",\"3131\":\"Recurso\",\"3132\":\"Recurso\",\"3133\":\"Recurso\",\"3134\":\"Recurso\",\"3135\":\"Recurso\",\"3136\":\"Recurso\",\"3137\":\"Recurso\",\"3138\":\"Recurso\",\"3139\":\"Recurso\",\"3140\":\"Recurso\",\"3141\":\"Recurso\",\"3142\":\"Recurso\",\"3143\":\"Recurso\",\"3144\":\"Recurso\",\"3145\":\"Recurso\",\"3146\":\"Recurso\",\"3147\":\"Recurso\",\"3148\":\"Recurso\",\"3149\":\"Recurso\",\"3150\":\"Recurso\",\"3151\":\"Recurso\",\"3152\":\"Recurso\",\"3153\":\"Recurso\",\"3154\":\"Recurso\",\"3155\":\"Recurso\",\"3156\":\"Recurso\",\"3157\":\"Recurso\",\"3158\":\"Recurso\",\"3159\":\"Recurso\",\"3160\":\"Recurso\",\"3161\":\"Recurso\",\"3162\":\"Recurso\",\"3163\":\"Recurso\",\"3164\":\"Recurso\",\"3165\":\"Recurso\",\"3166\":\"Recurso\",\"3167\":\"Recurso\",\"3168\":\"Recurso\",\"3169\":\"Recurso\",\"3170\":\"Recurso\",\"3171\":\"Recurso\",\"3172\":\"Recurso\",\"3173\":\"Recurso\",\"3174\":\"Recurso\",\"3175\":\"Recurso\",\"3176\":\"Recurso\",\"3177\":\"Recurso\",\"3178\":\"Recurso\",\"3179\":\"Recurso\",\"3180\":\"Recurso\",\"3181\":\"Recurso\",\"3182\":\"Recurso\",\"3183\":\"Recurso\",\"3184\":\"Recurso\",\"3185\":\"Recurso\",\"3186\":\"Recurso\",\"3187\":\"Recurso\",\"3188\":\"Recurso\",\"3189\":\"Recurso\",\"3190\":\"Recurso\",\"3191\":\"Recurso\",\"3192\":\"Recurso\",\"3193\":\"Recurso\",\"3194\":\"Recurso\",\"3195\":\"Recurso\",\"3196\":\"Recurso\",\"3197\":\"Recurso\",\"3198\":\"Recurso\",\"3199\":\"Recurso\",\"3200\":\"Recurso\",\"3201\":\"Recurso\",\"3202\":\"Recurso\",\"3203\":\"Recurso\",\"3204\":\"Recurso\",\"3205\":\"Recurso\",\"3206\":\"Recurso\",\"3207\":\"Recurso\",\"3208\":\"Recurso\",\"3209\":\"Recurso\",\"3210\":\"Recurso\",\"3211\":\"Recurso\",\"3212\":\"Recurso\",\"3213\":\"Recurso\",\"3214\":\"Recurso\",\"3215\":\"Recurso\",\"3216\":\"Recurso\",\"3217\":\"Recurso\",\"3218\":\"Recurso\",\"3219\":\"Recurso\",\"3220\":\"Recurso\",\"3221\":\"Recurso\",\"3222\":\"Recurso\",\"3223\":\"Recurso\",\"3224\":\"Recurso\",\"3225\":\"Recurso\",\"3226\":\"Recurso\",\"3227\":\"Recurso\",\"3228\":\"Recurso\",\"3229\":\"Recurso\",\"3230\":\"Recurso\",\"3231\":\"Recurso\",\"3232\":\"Recurso\",\"3233\":\"Recurso\",\"3234\":\"Recurso\",\"3235\":\"Recurso\",\"3236\":\"Recurso\",\"3237\":\"Recurso\",\"3238\":\"Recurso\",\"3239\":\"Recurso\",\"3240\":\"Recurso\",\"3241\":\"Recurso\",\"3242\":\"Recurso\",\"3243\":\"Recurso\",\"3244\":\"Recurso\",\"3245\":\"Recurso\",\"3246\":\"Recurso\",\"3247\":\"Recurso\",\"3248\":\"Recurso\",\"3249\":\"Recurso\",\"3250\":\"Recurso\",\"3251\":\"Recurso\",\"3252\":\"Recurso\",\"3253\":\"Recurso\",\"3254\":\"Recurso\",\"3255\":\"Recurso\",\"3256\":\"Recurso\",\"3257\":\"Recurso\",\"3258\":\"Recurso\",\"3259\":\"Recurso\",\"3260\":\"Recurso\",\"3261\":\"Recurso\",\"3262\":\"Recurso\",\"3263\":\"Recurso\",\"3264\":\"Recurso\",\"3265\":\"Recurso\",\"3266\":\"Recurso\",\"3267\":\"Recurso\",\"3268\":\"Recurso\",\"3269\":\"Recurso\",\"3270\":\"Recurso\",\"3271\":\"Recurso\",\"3272\":\"Recurso\",\"3273\":\"Recurso\",\"3274\":\"Recurso\",\"3275\":\"Recurso\",\"3276\":\"Recurso\",\"3277\":\"Recurso\",\"3278\":\"Recurso\",\"3279\":\"Recurso\",\"3280\":\"Recurso\",\"3281\":\"Recurso\",\"3282\":\"Recurso\",\"3283\":\"Recurso\",\"3284\":\"Recurso\",\"3285\":\"Recurso\",\"3286\":\"Recurso\",\"3287\":\"Recurso\",\"3288\":\"Recurso\",\"3289\":\"Recurso\",\"3290\":\"Recurso\",\"3291\":\"Recurso\",\"3292\":\"Recurso\",\"3293\":\"Recurso\",\"3294\":\"Recurso\",\"3295\":\"Recurso\",\"3296\":\"Recurso\",\"3297\":\"Recurso\",\"3298\":\"Recurso\",\"3299\":\"Recurso\",\"3300\":\"Recurso\",\"3301\":\"Recurso\",\"3302\":\"Recurso\",\"3303\":\"Recurso\",\"3304\":\"Recurso\",\"3305\":\"Recurso\",\"3306\":\"Recurso\",\"3307\":\"Recurso\",\"3308\":\"Recurso\",\"3309\":\"Recurso\",\"3310\":\"Recurso\",\"3311\":\"Recurso\",\"3312\":\"Recurso\",\"3313\":\"Recurso\",\"3314\":\"Recurso\",\"3315\":\"Recurso\",\"3316\":\"Recurso\",\"3317\":\"Recurso\",\"3318\":\"Recurso\",\"3319\":\"Recurso\",\"3320\":\"Recurso\",\"3321\":\"Recurso\",\"3322\":\"Recurso\",\"3323\":\"Recurso\",\"3324\":\"Recurso\",\"3325\":\"Recurso\",\"3326\":\"Recurso\",\"3327\":\"Recurso\",\"3328\":\"Recurso\",\"3329\":\"Recurso\",\"3330\":\"Recurso\",\"3331\":\"Recurso\",\"3332\":\"Recurso\",\"3333\":\"Recurso\",\"3334\":\"Recurso\",\"3335\":\"Recurso\",\"3336\":\"Recurso\",\"3337\":\"Recurso\",\"3338\":\"Recurso\",\"3339\":\"Recurso\",\"3340\":\"Recurso\",\"3341\":\"Recurso\",\"3342\":\"Recurso\",\"3343\":\"Recurso\",\"3344\":\"Recurso\",\"3345\":\"Recurso\",\"3346\":\"Recurso\",\"3347\":\"Recurso\",\"3348\":\"Recurso\",\"3349\":\"Recurso\",\"3350\":\"Recurso\",\"3351\":\"Recurso\",\"3352\":\"Recurso\",\"3353\":\"Recurso\",\"3354\":\"Recurso\",\"3355\":\"Recurso\",\"3356\":\"Recurso\",\"3357\":\"Recurso\",\"3358\":\"Recurso\",\"3359\":\"Recurso\",\"3360\":\"Recurso\",\"3361\":\"Recurso\",\"3362\":\"Recurso\",\"3363\":\"Recurso\",\"3364\":\"Recurso\",\"3365\":\"Recurso\",\"3366\":\"Recurso\",\"3367\":\"Recurso\",\"3368\":\"Recurso\",\"3369\":\"Recurso\",\"3370\":\"Recurso\",\"3371\":\"Recurso\",\"3372\":\"Recurso\",\"3373\":\"Recurso\",\"3374\":\"Recurso\",\"3375\":\"Recurso\",\"3376\":\"Recurso\",\"3377\":\"Recurso\",\"3378\":\"Recurso\",\"3379\":\"Recurso\",\"3380\":\"Recurso\",\"3381\":\"Recurso\",\"3382\":\"Recurso\",\"3383\":\"Recurso\",\"3384\":\"Recurso\",\"3385\":\"Recurso\",\"3386\":\"Recurso\",\"3387\":\"Recurso\",\"3388\":\"Recurso\",\"3389\":\"Recurso\",\"3390\":\"Recurso\",\"3391\":\"Recurso\",\"3392\":\"Recurso\",\"3393\":\"Recurso\",\"3394\":\"Recurso\",\"3395\":\"Recurso\",\"3396\":\"Recurso\",\"3397\":\"Recurso\",\"3398\":\"Recurso\",\"3399\":\"Recurso\",\"3400\":\"Recurso\",\"3401\":\"Recurso\",\"3402\":\"Recurso\",\"3403\":\"Recurso\",\"3404\":\"Recurso\",\"3405\":\"Recurso\",\"3406\":\"Recurso\",\"3407\":\"Recurso\",\"3408\":\"Recurso\",\"3409\":\"Recurso\",\"3410\":\"Recurso\",\"3411\":\"Recurso\",\"3412\":\"Recurso\",\"3413\":\"Recurso\",\"3414\":\"Recurso\",\"3415\":\"Recurso\",\"3416\":\"Recurso\",\"3417\":\"Recurso\",\"3418\":\"Recurso\",\"3419\":\"Recurso\",\"3420\":\"Recurso\",\"3421\":\"Recurso\",\"3422\":\"Recurso\",\"3423\":\"Recurso\",\"3424\":\"Recurso\",\"3425\":\"Recurso\",\"3426\":\"Recurso\",\"3427\":\"Recurso\",\"3428\":\"Recurso\",\"3429\":\"Recurso\",\"3430\":\"Recurso\",\"3431\":\"Recurso\",\"3432\":\"Recurso\",\"3433\":\"Recurso\",\"3434\":\"Recurso\",\"3435\":\"Recurso\",\"3436\":\"Recurso\",\"3437\":\"Recurso\",\"3438\":\"Recurso\",\"3439\":\"Recurso\",\"3440\":\"Recurso\",\"3441\":\"Recurso\",\"3442\":\"Recurso\",\"3443\":\"Recurso\",\"3444\":\"Recurso\",\"3445\":\"Recurso\",\"3446\":\"Recurso\",\"3447\":\"Recurso\",\"3448\":\"Recurso\",\"3449\":\"Recurso\",\"3450\":\"Recurso\",\"3451\":\"Recurso\",\"3452\":\"Recurso\",\"3453\":\"Recurso\",\"3454\":\"Recurso\",\"3455\":\"Recurso\",\"3456\":\"Recurso\",\"3457\":\"Recurso\",\"3458\":\"Recurso\",\"3459\":\"Recurso\",\"3460\":\"Recurso\",\"3461\":\"Recurso\",\"3462\":\"Recurso\",\"3463\":\"Recurso\",\"3464\":\"Recurso\",\"3465\":\"Recurso\",\"3466\":\"Recurso\",\"3467\":\"Recurso\",\"3468\":\"Recurso\",\"3469\":\"Recurso\",\"3470\":\"Recurso\",\"3471\":\"Recurso\",\"3472\":\"Recurso\",\"3473\":\"Recurso\",\"3474\":\"Recurso\",\"3475\":\"Recurso\",\"3476\":\"Recurso\",\"3477\":\"Recurso\",\"3478\":\"Recurso\",\"3479\":\"Recurso\",\"3480\":\"Recurso\",\"3481\":\"Recurso\",\"3482\":\"Recurso\",\"3483\":\"Recurso\",\"3484\":\"Recurso\",\"3485\":\"Recurso\",\"3486\":\"Recurso\",\"3487\":\"Recurso\",\"3488\":\"Recurso\",\"3489\":\"Recurso\",\"3490\":\"Recurso\",\"3491\":\"Recurso\",\"3492\":\"Recurso\",\"3493\":\"Recurso\",\"3494\":\"Recurso\",\"3495\":\"Recurso\",\"3496\":\"Recurso\",\"3497\":\"Recurso\",\"3498\":\"Recurso\",\"3499\":\"Recurso\",\"3500\":\"Recurso\",\"3501\":\"Recurso\",\"3502\":\"Recurso\",\"3503\":\"Recurso\",\"3504\":\"Recurso\",\"3505\":\"Recurso\",\"3506\":\"Recurso\",\"3507\":\"Recurso\",\"3508\":\"Recurso\",\"3509\":\"Recurso\",\"3510\":\"Recurso\",\"3511\":\"Recurso\",\"3512\":\"Recurso\",\"3513\":\"Recurso\",\"3514\":\"Recurso\",\"3515\":\"Recurso\",\"3516\":\"Recurso\",\"3517\":\"Recurso\",\"3518\":\"Recurso\",\"3519\":\"Recurso\",\"3520\":\"Recurso\",\"3521\":\"Recurso\",\"3522\":\"Recurso\",\"3523\":\"Recurso\",\"3524\":\"Recurso\",\"3525\":\"Recurso\",\"3526\":\"Recurso\",\"3527\":\"Recurso\",\"3528\":\"Recurso\",\"3529\":\"Recurso\",\"3530\":\"Recurso\",\"3531\":\"Recurso\",\"3532\":\"Recurso\",\"3533\":\"Recurso\",\"3534\":\"Recurso\",\"3535\":\"Recurso\",\"3536\":\"Recurso\",\"3537\":\"Recurso\",\"3538\":\"Recurso\",\"3539\":\"Recurso\",\"3540\":\"Recurso\",\"3541\":\"Recurso\",\"3542\":\"Recurso\",\"3543\":\"Recurso\",\"3544\":\"Recurso\",\"3545\":\"Recurso\",\"3546\":\"Recurso\",\"3547\":\"Recurso\",\"3548\":\"Recurso\",\"3549\":\"Recurso\",\"3550\":\"Recurso\",\"3551\":\"Recurso\",\"3552\":\"Recurso\",\"3553\":\"Recurso\",\"3554\":\"Recurso\",\"3555\":\"Recurso\",\"3556\":\"Recurso\",\"3557\":\"Recurso\",\"3558\":\"Recurso\",\"3559\":\"Recurso\",\"3560\":\"Recurso\",\"3561\":\"Recurso\",\"3562\":\"Recurso\",\"3563\":\"Recurso\",\"3564\":\"Recurso\",\"3565\":\"Recurso\",\"3566\":\"Recurso\",\"3567\":\"Recurso\",\"3568\":\"Recurso\",\"3569\":\"Recurso\",\"3570\":\"Recurso\",\"3571\":\"Recurso\",\"3572\":\"Recurso\",\"3573\":\"Recurso\",\"3574\":\"Recurso\",\"3575\":\"Recurso\",\"3576\":\"Recurso\",\"3577\":\"Recurso\",\"3578\":\"Recurso\",\"3579\":\"Recurso\",\"3580\":\"Recurso\",\"3581\":\"Recurso\",\"3582\":\"Recurso\",\"3583\":\"Recurso\",\"3584\":\"Recurso\",\"3585\":\"Recurso\",\"3586\":\"Recurso\",\"3587\":\"Recurso\",\"3588\":\"Recurso\",\"3589\":\"Recurso\",\"3590\":\"Recurso\",\"3591\":\"Recurso\",\"3592\":\"Recurso\",\"3593\":\"Recurso\",\"3594\":\"Recurso\",\"3595\":\"Recurso\",\"3596\":\"Recurso\",\"3597\":\"Recurso\",\"3598\":\"Recurso\",\"3599\":\"Recurso\",\"3600\":\"Recurso\",\"3601\":\"Recurso\",\"3602\":\"Recurso\",\"3603\":\"Recurso\",\"3604\":\"Recurso\",\"3605\":\"Recurso\",\"3606\":\"Recurso\",\"3607\":\"Recurso\",\"3608\":\"Recurso\",\"3609\":\"Recurso\",\"3610\":\"Recurso\",\"3611\":\"Recurso\",\"3612\":\"Recurso\",\"3613\":\"Recurso\",\"3614\":\"Recurso\",\"3615\":\"Recurso\",\"3616\":\"Recurso\",\"3617\":\"Recurso\",\"3618\":\"Recurso\",\"3619\":\"Recurso\",\"3620\":\"Recurso\",\"3621\":\"Recurso\",\"3622\":\"Recurso\",\"3623\":\"Recurso\",\"3624\":\"Recurso\",\"3625\":\"Recurso\",\"3626\":\"Recurso\",\"3627\":\"Recurso\",\"3628\":\"Recurso\",\"3629\":\"Recurso\",\"3630\":\"Recurso\",\"3631\":\"Recurso\",\"3632\":\"Recurso\",\"3633\":\"Recurso\",\"3634\":\"Recurso\",\"3635\":\"Recurso\",\"3636\":\"Recurso\",\"3637\":\"Recurso\",\"3638\":\"Recurso\",\"3639\":\"Recurso\",\"3640\":\"Recurso\",\"3641\":\"Recurso\",\"3642\":\"Recurso\",\"3643\":\"Recurso\",\"3644\":\"Recurso\",\"3645\":\"Recurso\",\"3646\":\"Recurso\",\"3647\":\"Recurso\",\"3648\":\"Recurso\",\"3649\":\"Recurso\",\"3650\":\"Recurso\",\"3651\":\"Recurso\",\"3652\":\"Recurso\",\"3653\":\"Recurso\",\"3654\":\"Recurso\",\"3655\":\"Recurso\",\"3656\":\"Recurso\",\"3657\":\"Recurso\",\"3658\":\"Recurso\",\"3659\":\"Recurso\",\"3660\":\"Recurso\",\"3661\":\"Recurso\",\"3662\":\"Recurso\",\"3663\":\"Recurso\",\"3664\":\"Recurso\",\"3665\":\"Recurso\",\"3666\":\"Recurso\",\"3667\":\"Recurso\",\"3668\":\"Recurso\",\"3669\":\"Recurso\",\"3670\":\"Recurso\",\"3671\":\"Recurso\",\"3672\":\"Recurso\",\"3673\":\"Recurso\",\"3674\":\"Recurso\",\"3675\":\"Recurso\",\"3676\":\"Recurso\",\"3677\":\"Recurso\",\"3678\":\"Recurso\",\"3679\":\"Recurso\",\"3680\":\"Recurso\",\"3681\":\"Recurso\",\"3682\":\"Recurso\",\"3683\":\"Recurso\",\"3684\":\"Recurso\",\"3685\":\"Recurso\",\"3686\":\"Recurso\",\"3687\":\"Recurso\",\"3688\":\"Recurso\",\"3689\":\"Recurso\",\"3690\":\"Recurso\",\"3691\":\"Recurso\",\"3692\":\"Recurso\",\"3693\":\"Recurso\",\"3694\":\"Recurso\",\"3695\":\"Recurso\",\"3696\":\"Recurso\",\"3697\":\"Recurso\",\"3698\":\"Recurso\",\"3699\":\"Recurso\",\"3700\":\"Recurso\",\"3701\":\"Recurso\",\"3702\":\"Recurso\",\"3703\":\"Recurso\",\"3704\":\"Recurso\",\"3705\":\"Recurso\",\"3706\":\"Recurso\",\"3707\":\"Recurso\",\"3708\":\"Recurso\",\"3709\":\"Recurso\",\"3710\":\"Recurso\",\"3711\":\"Recurso\",\"3712\":\"Recurso\",\"3713\":\"Recurso\",\"3714\":\"Recurso\",\"3715\":\"Recurso\",\"3716\":\"Recurso\",\"3717\":\"Recurso\",\"3718\":\"Recurso\",\"3719\":\"Recurso\",\"3720\":\"Recurso\",\"3721\":\"Recurso\",\"3722\":\"Recurso\",\"3723\":\"Recurso\",\"3724\":\"Recurso\",\"3725\":\"Recurso\",\"3726\":\"Recurso\",\"3727\":\"Recurso\",\"3728\":\"Recurso\",\"3729\":\"Recurso\",\"3730\":\"Recurso\",\"3731\":\"Recurso\",\"3732\":\"Recurso\",\"3733\":\"Recurso\",\"3734\":\"Recurso\",\"3735\":\"Recurso\",\"3736\":\"Recurso\",\"3737\":\"Recurso\",\"3738\":\"Recurso\",\"3739\":\"Recurso\",\"3740\":\"Recurso\",\"3741\":\"Recurso\",\"3742\":\"Recurso\",\"3743\":\"Recurso\",\"3744\":\"Recurso\",\"3745\":\"Recurso\",\"3746\":\"Recurso\",\"3747\":\"Recurso\",\"3748\":\"Recurso\",\"3749\":\"Recurso\",\"3750\":\"Recurso\",\"3751\":\"Recurso\",\"3752\":\"Recurso\",\"3753\":\"Recurso\",\"3754\":\"Recurso\",\"3755\":\"Recurso\",\"3756\":\"Recurso\",\"3757\":\"Recurso\",\"3758\":\"Recurso\",\"3759\":\"Recurso\",\"3760\":\"Recurso\",\"3761\":\"Recurso\",\"3762\":\"Recurso\",\"3763\":\"Recurso\",\"3764\":\"Recurso\",\"3765\":\"Recurso\",\"3766\":\"Recurso\",\"3767\":\"Recurso\",\"3768\":\"Recurso\",\"3769\":\"Recurso\",\"3770\":\"Recurso\",\"3771\":\"Recurso\",\"3772\":\"Recurso\",\"3773\":\"Recurso\",\"3774\":\"Recurso\",\"3775\":\"Recurso\",\"3776\":\"Recurso\",\"3777\":\"Recurso\",\"3778\":\"Recurso\",\"3779\":\"Recurso\",\"3780\":\"Recurso\",\"3781\":\"Recurso\",\"3782\":\"Recurso\",\"3783\":\"Recurso\",\"3784\":\"Recurso\",\"3785\":\"Recurso\",\"3786\":\"Recurso\",\"3787\":\"Recurso\",\"3788\":\"Recurso\",\"3789\":\"Recurso\",\"3790\":\"Recurso\",\"3791\":\"Recurso\",\"3792\":\"Recurso\",\"3793\":\"Recurso\",\"3794\":\"Recurso\",\"3795\":\"Recurso\",\"3796\":\"Recurso\",\"3797\":\"Recurso\",\"3798\":\"Recurso\",\"3799\":\"Recurso\",\"3800\":\"Recurso\",\"3801\":\"Recurso\",\"3802\":\"Recurso\",\"3803\":\"Recurso\",\"3804\":\"Recurso\",\"3805\":\"Recurso\",\"3806\":\"Recurso\",\"3807\":\"Recurso\",\"3808\":\"Recurso\",\"3809\":\"Recurso\",\"3810\":\"Recurso\",\"3811\":\"Recurso\",\"3812\":\"Recurso\",\"3813\":\"Recurso\",\"3814\":\"Recurso\",\"3815\":\"Recurso\",\"3816\":\"Recurso\",\"3817\":\"Recurso\",\"3818\":\"Recurso\",\"3819\":\"Recurso\",\"3820\":\"Recurso\",\"3821\":\"Recurso\",\"3822\":\"Recurso\",\"3823\":\"Recurso\",\"3824\":\"Recurso\",\"3825\":\"Recurso\",\"3826\":\"Recurso\",\"3827\":\"Recurso\",\"3828\":\"Recurso\",\"3829\":\"Recurso\",\"3830\":\"Recurso\",\"3831\":\"Recurso\",\"3832\":\"Recurso\",\"3833\":\"Recurso\",\"3834\":\"Recurso\",\"3835\":\"Recurso\",\"3836\":\"Recurso\",\"3837\":\"Recurso\",\"3838\":\"Recurso\",\"3839\":\"Recurso\",\"3840\":\"Recurso\",\"3841\":\"Recurso\",\"3842\":\"Recurso\",\"3843\":\"Recurso\",\"3844\":\"Recurso\",\"3845\":\"Recurso\",\"3846\":\"Recurso\",\"3847\":\"Recurso\",\"3848\":\"Recurso\",\"3849\":\"Recurso\",\"3850\":\"Recurso\",\"3851\":\"Recurso\",\"3852\":\"Recurso\",\"3853\":\"Recurso\",\"3854\":\"Recurso\",\"3855\":\"Recurso\",\"3856\":\"Recurso\",\"3857\":\"Recurso\",\"3858\":\"Recurso\",\"3859\":\"Recurso\",\"3860\":\"Recurso\",\"3861\":\"Recurso\",\"3862\":\"Recurso\",\"3863\":\"Recurso\",\"3864\":\"Recurso\",\"3865\":\"Recurso\",\"3866\":\"Recurso\",\"3867\":\"Recurso\",\"3868\":\"Recurso\",\"3869\":\"Recurso\",\"3870\":\"Recurso\",\"3871\":\"Recurso\",\"3872\":\"Recurso\",\"3873\":\"Recurso\",\"3874\":\"Recurso\",\"3875\":\"Recurso\",\"3876\":\"Recurso\",\"3877\":\"Recurso\",\"3878\":\"Recurso\",\"3879\":\"Recurso\",\"3880\":\"Recurso\",\"3881\":\"Recurso\",\"3882\":\"Recurso\",\"3883\":\"Recurso\",\"3884\":\"Recurso\",\"3885\":\"Recurso\",\"3886\":\"Recurso\",\"3887\":\"Recurso\",\"3888\":\"Recurso\",\"3889\":\"Recurso\",\"3890\":\"Recurso\",\"3891\":\"Recurso\",\"3892\":\"Recurso\",\"3893\":\"Recurso\",\"3894\":\"Recurso\",\"3895\":\"Recurso\",\"3896\":\"Recurso\",\"3897\":\"Recurso\",\"3898\":\"Recurso\",\"3899\":\"Recurso\",\"3900\":\"Recurso\",\"3901\":\"Recurso\",\"3902\":\"Recurso\",\"3903\":\"Recurso\",\"3904\":\"Recurso\",\"3905\":\"Recurso\",\"3906\":\"Recurso\",\"3907\":\"Recurso\",\"3908\":\"Recurso\",\"3909\":\"Recurso\",\"3910\":\"Recurso\",\"3911\":\"Recurso\",\"3912\":\"Recurso\",\"3913\":\"Recurso\",\"3914\":\"Recurso\",\"3915\":\"Recurso\",\"3916\":\"Recurso\",\"3917\":\"Recurso\",\"3918\":\"Recurso\",\"3919\":\"Recurso\",\"3920\":\"Recurso\",\"3921\":\"Recurso\",\"3922\":\"Recurso\",\"3923\":\"Recurso\",\"3924\":\"Recurso\",\"3925\":\"Recurso\",\"3926\":\"Recurso\",\"3927\":\"Recurso\",\"3928\":\"Recurso\",\"3929\":\"Recurso\",\"3930\":\"Recurso\",\"3931\":\"Recurso\",\"3932\":\"Recurso\",\"3933\":\"Recurso\",\"3934\":\"Recurso\",\"3935\":\"Recurso\",\"3936\":\"Recurso\",\"3937\":\"Recurso\",\"3938\":\"Recurso\",\"3939\":\"Recurso\",\"3940\":\"Recurso\",\"3941\":\"Recurso\",\"3942\":\"Recurso\",\"3943\":\"Recurso\",\"3944\":\"Recurso\",\"3945\":\"Recurso\",\"3946\":\"Recurso\",\"3947\":\"Recurso\",\"3948\":\"Recurso\",\"3949\":\"Recurso\",\"3950\":\"Recurso\",\"3951\":\"Recurso\",\"3952\":\"Recurso\",\"3953\":\"Recurso\",\"3954\":\"Recurso\",\"3955\":\"Recurso\",\"3956\":\"Recurso\",\"3957\":\"Recurso\",\"3958\":\"Recurso\",\"3959\":\"Recurso\",\"3960\":\"Recurso\",\"3961\":\"Recurso\",\"3962\":\"Recurso\",\"3963\":\"Recurso\",\"3964\":\"Recurso\",\"3965\":\"Recurso\",\"3966\":\"Recurso\",\"3967\":\"Recurso\",\"3968\":\"Recurso\",\"3969\":\"Recurso\",\"3970\":\"Recurso\",\"3971\":\"Recurso\",\"3972\":\"Recurso\",\"3973\":\"Recurso\",\"3974\":\"Recurso\",\"3975\":\"Recurso\",\"3976\":\"Recurso\",\"3977\":\"Recurso\",\"3978\":\"Recurso\",\"3979\":\"Recurso\",\"3980\":\"Recurso\",\"3981\":\"Recurso\",\"3982\":\"Recurso\",\"3983\":\"Recurso\",\"3984\":\"Recurso\",\"3985\":\"Recurso\",\"3986\":\"Recurso\",\"3987\":\"Recurso\",\"3988\":\"Recurso\",\"3989\":\"Recurso\",\"3990\":\"Recurso\",\"3991\":\"Recurso\",\"3992\":\"Recurso\",\"3993\":\"Recurso\",\"3994\":\"Recurso\",\"3995\":\"Recurso\",\"3996\":\"Recurso\",\"3997\":\"Recurso\",\"3998\":\"Recurso\",\"3999\":\"Recurso\",\"4000\":\"Recurso\",\"4001\":\"Recurso\",\"4002\":\"Recurso\",\"4003\":\"Recurso\",\"4004\":\"Recurso\",\"4005\":\"Recurso\",\"4006\":\"Recurso\",\"4007\":\"Recurso\",\"4008\":\"Recurso\",\"4009\":\"Recurso\",\"4010\":\"Recurso\",\"4011\":\"Recurso\",\"4012\":\"Recurso\",\"4013\":\"Recurso\",\"4014\":\"Recurso\",\"4015\":\"Recurso\",\"4016\":\"Recurso\",\"4017\":\"Recurso\",\"4018\":\"Recurso\",\"4019\":\"Recurso\",\"4020\":\"Recurso\",\"4021\":\"Recurso\",\"4022\":\"Recurso\",\"4023\":\"Recurso\",\"4024\":\"Recurso\",\"4025\":\"Recurso\",\"4026\":\"Recurso\",\"4027\":\"Recurso\",\"4028\":\"Recurso\",\"4029\":\"Recurso\",\"4030\":\"Recurso\",\"4031\":\"Recurso\",\"4032\":\"Recurso\",\"4033\":\"Recurso\",\"4034\":\"Recurso\",\"4035\":\"Recurso\",\"4036\":\"Recurso\",\"4037\":\"Recurso\",\"4038\":\"Recurso\",\"4039\":\"Recurso\",\"4040\":\"Recurso\",\"4041\":\"Recurso\",\"4042\":\"Recurso\",\"4043\":\"Recurso\",\"4044\":\"Recurso\",\"4045\":\"Recurso\",\"4046\":\"Recurso\",\"4047\":\"Recurso\",\"4048\":\"Recurso\",\"4049\":\"Recurso\",\"4050\":\"Recurso\",\"4051\":\"Recurso\",\"4052\":\"Recurso\",\"4053\":\"Recurso\",\"4054\":\"Recurso\",\"4055\":\"Recurso\",\"4056\":\"Recurso\",\"4057\":\"Recurso\",\"4058\":\"Recurso\",\"4059\":\"Recurso\",\"4060\":\"Recurso\",\"4061\":\"Recurso\",\"4062\":\"Recurso\",\"4063\":\"Recurso\",\"4064\":\"Recurso\",\"4065\":\"Recurso\",\"4066\":\"Recurso\",\"4067\":\"Recurso\",\"4068\":\"Recurso\",\"4069\":\"Recurso\",\"4070\":\"Recurso\",\"4071\":\"Recurso\",\"4072\":\"Recurso\",\"4073\":\"Recurso\",\"4074\":\"Recurso\",\"4075\":\"Recurso\",\"4076\":\"Recurso\",\"4077\":\"Recurso\",\"4078\":\"Recurso\",\"4079\":\"Recurso\",\"4080\":\"Recurso\",\"4081\":\"Recurso\",\"4082\":\"Recurso\",\"4083\":\"Recurso\",\"4084\":\"Recurso\",\"4085\":\"Recurso\",\"4086\":\"Recurso\",\"4087\":\"Recurso\",\"4088\":\"Recurso\",\"4089\":\"Recurso\",\"4090\":\"Recurso\",\"4091\":\"Recurso\",\"4092\":\"Recurso\",\"4093\":\"Recurso\",\"4094\":\"Recurso\",\"4095\":\"Recurso\",\"4096\":\"Recurso\",\"4097\":\"Recurso\",\"4098\":\"Recurso\",\"4099\":\"Recurso\",\"4100\":\"Recurso\",\"4101\":\"Recurso\",\"4102\":\"Recurso\",\"4103\":\"Recurso\",\"4104\":\"Recurso\",\"4105\":\"Recurso\",\"4106\":\"Recurso\",\"4107\":\"Recurso\",\"4108\":\"Recurso\",\"4109\":\"Recurso\",\"4110\":\"Recurso\",\"4111\":\"Recurso\",\"4112\":\"Recurso\",\"4113\":\"Recurso\",\"4114\":\"Recurso\",\"4115\":\"Recurso\",\"4116\":\"Recurso\",\"4117\":\"Recurso\",\"4118\":\"Recurso\",\"4119\":\"Recurso\",\"4120\":\"Recurso\",\"4121\":\"Recurso\",\"4122\":\"Recurso\",\"4123\":\"Recurso\",\"4124\":\"Recurso\",\"4125\":\"Recurso\",\"4126\":\"Recurso\",\"4127\":\"Recurso\",\"4128\":\"Recurso\",\"4129\":\"Recurso\",\"4130\":\"Recurso\",\"4131\":\"Recurso\",\"4132\":\"Recurso\",\"4133\":\"Recurso\",\"4134\":\"Recurso\",\"4135\":\"Recurso\",\"4136\":\"Recurso\",\"4137\":\"Recurso\",\"4138\":\"Recurso\",\"4139\":\"Recurso\",\"4140\":\"Recurso\",\"4141\":\"Recurso\",\"4142\":\"Recurso\",\"4143\":\"Recurso\",\"4144\":\"Recurso\",\"4145\":\"Recurso\",\"4146\":\"Recurso\",\"4147\":\"Recurso\",\"4148\":\"Recurso\",\"4149\":\"Recurso\",\"4150\":\"Recurso\",\"4151\":\"Recurso\",\"4152\":\"Recurso\",\"4153\":\"Recurso\",\"4154\":\"Recurso\",\"4155\":\"Recurso\",\"4156\":\"Recurso\",\"4157\":\"Recurso\",\"4158\":\"Recurso\",\"4159\":\"Recurso\",\"4160\":\"Recurso\",\"4161\":\"Recurso\",\"4162\":\"Recurso\",\"4163\":\"Recurso\",\"4164\":\"Recurso\",\"4165\":\"Recurso\",\"4166\":\"Recurso\",\"4167\":\"Recurso\",\"4168\":\"Recurso\",\"4169\":\"Recurso\",\"4170\":\"Recurso\",\"4171\":\"Recurso\",\"4172\":\"Recurso\",\"4173\":\"Recurso\",\"4174\":\"Recurso\",\"4175\":\"Recurso\",\"4176\":\"Recurso\",\"4177\":\"Recurso\",\"4178\":\"Recurso\",\"4179\":\"Recurso\",\"4180\":\"Recurso\",\"4181\":\"Recurso\",\"4182\":\"Recurso\",\"4183\":\"Recurso\",\"4184\":\"Recurso\",\"4185\":\"Recurso\",\"4186\":\"Recurso\",\"4187\":\"Recurso\",\"4188\":\"Recurso\",\"4189\":\"Recurso\",\"4190\":\"Recurso\",\"4191\":\"Recurso\",\"4192\":\"Recurso\",\"4193\":\"Recurso\",\"4194\":\"Recurso\",\"4195\":\"Recurso\",\"4196\":\"Recurso\",\"4197\":\"Recurso\",\"4198\":\"Recurso\",\"4199\":\"Recurso\",\"4200\":\"Recurso\",\"4201\":\"Recurso\",\"4202\":\"Recurso\",\"4203\":\"Recurso\",\"4204\":\"Recurso\",\"4205\":\"Recurso\",\"4206\":\"Recurso\",\"4207\":\"Recurso\",\"4208\":\"Recurso\",\"4209\":\"Recurso\",\"4210\":\"Recurso\",\"4211\":\"Recurso\",\"4212\":\"Recurso\",\"4213\":\"Recurso\",\"4214\":\"Recurso\",\"4215\":\"Recurso\",\"4216\":\"Recurso\",\"4217\":\"Recurso\",\"4218\":\"Recurso\",\"4219\":\"Recurso\",\"4220\":\"Recurso\",\"4221\":\"Recurso\",\"4222\":\"Recurso\",\"4223\":\"Recurso\",\"4224\":\"Recurso\",\"4225\":\"Recurso\",\"4226\":\"Recurso\",\"4227\":\"Recurso\",\"4228\":\"Recurso\",\"4229\":\"Recurso\",\"4230\":\"Recurso\",\"4231\":\"Recurso\",\"4232\":\"Recurso\",\"4233\":\"Recurso\",\"4234\":\"Recurso\",\"4235\":\"Recurso\",\"4236\":\"Recurso\",\"4237\":\"Recurso\",\"4238\":\"Recurso\",\"4239\":\"Recurso\",\"4240\":\"Recurso\",\"4241\":\"Recurso\",\"4242\":\"Recurso\",\"4243\":\"Recurso\",\"4244\":\"Recurso\",\"4245\":\"Recurso\",\"4246\":\"Recurso\",\"4247\":\"Recurso\",\"4248\":\"Recurso\",\"4249\":\"Recurso\",\"4250\":\"Recurso\",\"4251\":\"Recurso\",\"4252\":\"Recurso\",\"4253\":\"Recurso\",\"4254\":\"Recurso\",\"4255\":\"Recurso\",\"4256\":\"Recurso\",\"4257\":\"Recurso\",\"4258\":\"Recurso\",\"4259\":\"Recurso\",\"4260\":\"Recurso\",\"4261\":\"Recurso\",\"4262\":\"Recurso\",\"4263\":\"Recurso\",\"4264\":\"Recurso\",\"4265\":\"Recurso\",\"4266\":\"Recurso\",\"4267\":\"Recurso\",\"4268\":\"Recurso\",\"4269\":\"Recurso\",\"4270\":\"Recurso\",\"4271\":\"Recurso\",\"4272\":\"Recurso\",\"4273\":\"Recurso\",\"4274\":\"Recurso\",\"4275\":\"Recurso\",\"4276\":\"Recurso\",\"4277\":\"Recurso\",\"4278\":\"Recurso\",\"4279\":\"Recurso\",\"4280\":\"Recurso\",\"4281\":\"Recurso\",\"4282\":\"Recurso\",\"4283\":\"Recurso\",\"4284\":\"Recurso\",\"4285\":\"Recurso\",\"4286\":\"Recurso\",\"4287\":\"Recurso\",\"4288\":\"Recurso\",\"4289\":\"Recurso\",\"4290\":\"Recurso\",\"4291\":\"Recurso\",\"4292\":\"Recurso\",\"4293\":\"Recurso\",\"4294\":\"Recurso\",\"4295\":\"Recurso\",\"4296\":\"Recurso\",\"4297\":\"Recurso\",\"4298\":\"Recurso\",\"4299\":\"Recurso\",\"4300\":\"Recurso\",\"4301\":\"Recurso\",\"4302\":\"Recurso\",\"4303\":\"Recurso\",\"4304\":\"Recurso\",\"4305\":\"Recurso\",\"4306\":\"Recurso\",\"4307\":\"Recurso\",\"4308\":\"Recurso\",\"4309\":\"Recurso\",\"4310\":\"Recurso\",\"4311\":\"Recurso\",\"4312\":\"Recurso\",\"4313\":\"Recurso\",\"4314\":\"Recurso\",\"4315\":\"Recurso\",\"4316\":\"Recurso\",\"4317\":\"Recurso\",\"4318\":\"Recurso\",\"4319\":\"Recurso\",\"4320\":\"Recurso\",\"4321\":\"Recurso\",\"4322\":\"Recurso\",\"4323\":\"Recurso\",\"4324\":\"Recurso\",\"4325\":\"Recurso\",\"4326\":\"Recurso\",\"4327\":\"Recurso\",\"4328\":\"Recurso\",\"4329\":\"Recurso\",\"4330\":\"Recurso\",\"4331\":\"Recurso\",\"4332\":\"Recurso\",\"4333\":\"Recurso\",\"4334\":\"Recurso\",\"4335\":\"Recurso\",\"4336\":\"Recurso\",\"4337\":\"Recurso\",\"4338\":\"Recurso\",\"4339\":\"Recurso\",\"4340\":\"Recurso\",\"4341\":\"Recurso\",\"4342\":\"Recurso\",\"4343\":\"Recurso\",\"4344\":\"Recurso\",\"4345\":\"Recurso\",\"4346\":\"Recurso\",\"4347\":\"Recurso\",\"4348\":\"Recurso\",\"4349\":\"Recurso\",\"4350\":\"Recurso\",\"4351\":\"Recurso\",\"4352\":\"Recurso\",\"4353\":\"Recurso\",\"4354\":\"Recurso\",\"4355\":\"Recurso\",\"4356\":\"Recurso\",\"4357\":\"Recurso\",\"4358\":\"Recurso\",\"4359\":\"Recurso\",\"4360\":\"Recurso\",\"4361\":\"Recurso\",\"4362\":\"Recurso\",\"4363\":\"Recurso\",\"4364\":\"Recurso\",\"4365\":\"Recurso\",\"4366\":\"Recurso\",\"4367\":\"Recurso\",\"4368\":\"Recurso\",\"4369\":\"Recurso\",\"4370\":\"Recurso\",\"4371\":\"Recurso\",\"4372\":\"Recurso\",\"4373\":\"Recurso\",\"4374\":\"Recurso\",\"4375\":\"Recurso\",\"4376\":\"Recurso\",\"4377\":\"Recurso\",\"4378\":\"Recurso\",\"4379\":\"Recurso\",\"4380\":\"Recurso\",\"4381\":\"Recurso\",\"4382\":\"Recurso\",\"4383\":\"Recurso\",\"4384\":\"Recurso\",\"4385\":\"Recurso\",\"4386\":\"Recurso\",\"4387\":\"Recurso\",\"4388\":\"Recurso\",\"4389\":\"Recurso\",\"4390\":\"Recurso\",\"4391\":\"Recurso\",\"4392\":\"Recurso\",\"4393\":\"Recurso\",\"4394\":\"Recurso\",\"4395\":\"Recurso\",\"4396\":\"Recurso\",\"4397\":\"Recurso\",\"4398\":\"Recurso\",\"4399\":\"Recurso\",\"4400\":\"Recurso\",\"4401\":\"Recurso\",\"4402\":\"Recurso\",\"4403\":\"Recurso\",\"4404\":\"Recurso\",\"4405\":\"Recurso\",\"4406\":\"Recurso\",\"4407\":\"Recurso\",\"4408\":\"Recurso\",\"4409\":\"Recurso\",\"4410\":\"Recurso\",\"4411\":\"Recurso\",\"4412\":\"Recurso\",\"4413\":\"Recurso\",\"4414\":\"Recurso\",\"4415\":\"Recurso\",\"4416\":\"Recurso\",\"4417\":\"Recurso\",\"4418\":\"Recurso\",\"4419\":\"Recurso\",\"4420\":\"Recurso\",\"4421\":\"Recurso\",\"4422\":\"Recurso\",\"4423\":\"Recurso\",\"4424\":\"Recurso\",\"4425\":\"Recurso\",\"4426\":\"Recurso\",\"4427\":\"Recurso\",\"4428\":\"Recurso\",\"4429\":\"Recurso\",\"4430\":\"Recurso\",\"4431\":\"Recurso\",\"4432\":\"Recurso\",\"4433\":\"Recurso\",\"4434\":\"Recurso\",\"4435\":\"Recurso\",\"4436\":\"Recurso\",\"4437\":\"Recurso\",\"4438\":\"Recurso\",\"4439\":\"Recurso\",\"4440\":\"Recurso\",\"4441\":\"Recurso\",\"4442\":\"Recurso\",\"4443\":\"Recurso\",\"4444\":\"Recurso\",\"4445\":\"Recurso\",\"4446\":\"Recurso\",\"4447\":\"Recurso\",\"4448\":\"Recurso\",\"4449\":\"Recurso\",\"4450\":\"Recurso\",\"4451\":\"Recurso\",\"4452\":\"Recurso\",\"4453\":\"Recurso\",\"4454\":\"Recurso\",\"4455\":\"Recurso\",\"4456\":\"Recurso\",\"4457\":\"Recurso\",\"4458\":\"Recurso\",\"4459\":\"Recurso\",\"4460\":\"Recurso\",\"4461\":\"Recurso\",\"4462\":\"Recurso\",\"4463\":\"Recurso\",\"4464\":\"Recurso\",\"4465\":\"Recurso\",\"4466\":\"Recurso\",\"4467\":\"Recurso\",\"4468\":\"Recurso\",\"4469\":\"Recurso\",\"4470\":\"Recurso\",\"4471\":\"Recurso\",\"4472\":\"Recurso\",\"4473\":\"Recurso\",\"4474\":\"Recurso\",\"4475\":\"Recurso\",\"4476\":\"Recurso\",\"4477\":\"Recurso\",\"4478\":\"Recurso\",\"4479\":\"Recurso\",\"4480\":\"Recurso\",\"4481\":\"Recurso\",\"4482\":\"Recurso\",\"4483\":\"Recurso\",\"4484\":\"Recurso\",\"4485\":\"Recurso\",\"4486\":\"Recurso\",\"4487\":\"Recurso\",\"4488\":\"Recurso\",\"4489\":\"Recurso\",\"4490\":\"Recurso\",\"4491\":\"Recurso\",\"4492\":\"Recurso\",\"4493\":\"Recurso\",\"4494\":\"Recurso\",\"4495\":\"Recurso\",\"4496\":\"Recurso\",\"4497\":\"Recurso\",\"4498\":\"Recurso\",\"4499\":\"Recurso\",\"4500\":\"Recurso\",\"4501\":\"Recurso\",\"4502\":\"Recurso\",\"4503\":\"Recurso\",\"4504\":\"Recurso\",\"4505\":\"Recurso\",\"4506\":\"Recurso\",\"4507\":\"Recurso\",\"4508\":\"Recurso\",\"4509\":\"Recurso\",\"4510\":\"Recurso\",\"4511\":\"Recurso\",\"4512\":\"Recurso\",\"4513\":\"Recurso\",\"4514\":\"Recurso\",\"4515\":\"Recurso\",\"4516\":\"Recurso\",\"4517\":\"Recurso\",\"4518\":\"Recurso\",\"4519\":\"Recurso\",\"4520\":\"Recurso\",\"4521\":\"Recurso\",\"4522\":\"Recurso\",\"4523\":\"Recurso\",\"4524\":\"Recurso\",\"4525\":\"Recurso\",\"4526\":\"Recurso\",\"4527\":\"Recurso\",\"4528\":\"Recurso\",\"4529\":\"Recurso\",\"4530\":\"Recurso\",\"4531\":\"Recurso\",\"4532\":\"Recurso\",\"4533\":\"Recurso\",\"4534\":\"Recurso\",\"4535\":\"Recurso\",\"4536\":\"Recurso\",\"4537\":\"Recurso\",\"4538\":\"Recurso\",\"4539\":\"Recurso\",\"4540\":\"Recurso\",\"4541\":\"Recurso\",\"4542\":\"Recurso\",\"4543\":\"Recurso\",\"4544\":\"Recurso\",\"4545\":\"Recurso\",\"4546\":\"Recurso\",\"4547\":\"Recurso\",\"4548\":\"Recurso\",\"4549\":\"Recurso\",\"4550\":\"Recurso\",\"4551\":\"Recurso\",\"4552\":\"Recurso\",\"4553\":\"Recurso\",\"4554\":\"Recurso\",\"4555\":\"Recurso\",\"4556\":\"Recurso\",\"4557\":\"Recurso\",\"4558\":\"Recurso\",\"4559\":\"Recurso\",\"4560\":\"Recurso\",\"4561\":\"Recurso\",\"4562\":\"Recurso\",\"4563\":\"Recurso\",\"4564\":\"Recurso\",\"4565\":\"Recurso\",\"4566\":\"Recurso\",\"4567\":\"Recurso\",\"4568\":\"Recurso\",\"4569\":\"Recurso\",\"4570\":\"Recurso\",\"4571\":\"Recurso\",\"4572\":\"Recurso\",\"4573\":\"Recurso\",\"4574\":\"Recurso\",\"4575\":\"Recurso\",\"4576\":\"Recurso\",\"4577\":\"Recurso\",\"4578\":\"Recurso\",\"4579\":\"Recurso\",\"4580\":\"Recurso\",\"4581\":\"Recurso\",\"4582\":\"Recurso\",\"4583\":\"Recurso\",\"4584\":\"Recurso\",\"4585\":\"Recurso\",\"4586\":\"Recurso\",\"4587\":\"Recurso\",\"4588\":\"Recurso\",\"4589\":\"Recurso\",\"4590\":\"Recurso\",\"4591\":\"Recurso\",\"4592\":\"Recurso\",\"4593\":\"Recurso\",\"4594\":\"Recurso\",\"4595\":\"Recurso\",\"4596\":\"Recurso\",\"4597\":\"Recurso\",\"4598\":\"Recurso\",\"4599\":\"Recurso\",\"4600\":\"Recurso\",\"4601\":\"Recurso\",\"4602\":\"Recurso\",\"4603\":\"Recurso\",\"4604\":\"Recurso\",\"4605\":\"Recurso\",\"4606\":\"Recurso\",\"4607\":\"Recurso\",\"4608\":\"Recurso\",\"4609\":\"Recurso\",\"4610\":\"Recurso\",\"4611\":\"Recurso\",\"4612\":\"Recurso\",\"4613\":\"Recurso\",\"4614\":\"Recurso\",\"4615\":\"Recurso\",\"4616\":\"Recurso\",\"4617\":\"Recurso\",\"4618\":\"Recurso\",\"4619\":\"Recurso\",\"4620\":\"Recurso\",\"4621\":\"Recurso\",\"4622\":\"Recurso\",\"4623\":\"Recurso\",\"4624\":\"Recurso\",\"4625\":\"Recurso\",\"4626\":\"Recurso\",\"4627\":\"Recurso\",\"4628\":\"Recurso\",\"4629\":\"Recurso\",\"4630\":\"Recurso\",\"4631\":\"Recurso\",\"4632\":\"Recurso\",\"4633\":\"Recurso\",\"4634\":\"Recurso\",\"4635\":\"Recurso\",\"4636\":\"Recurso\",\"4637\":\"Recurso\",\"4638\":\"Recurso\",\"4639\":\"Recurso\",\"4640\":\"Recurso\",\"4641\":\"Recurso\",\"4642\":\"Recurso\",\"4643\":\"Recurso\",\"4644\":\"Recurso\",\"4645\":\"Recurso\",\"4646\":\"Recurso\",\"4647\":\"Recurso\",\"4648\":\"Recurso\",\"4649\":\"Recurso\",\"4650\":\"Recurso\",\"4651\":\"Recurso\",\"4652\":\"Recurso\",\"4653\":\"Recurso\",\"4654\":\"Recurso\",\"4655\":\"Recurso\",\"4656\":\"Recurso\",\"4657\":\"Recurso\",\"4658\":\"Recurso\",\"4659\":\"Recurso\",\"4660\":\"Recurso\",\"4661\":\"Recurso\",\"4662\":\"Recurso\",\"4663\":\"Recurso\",\"4664\":\"Recurso\",\"4665\":\"Recurso\",\"4666\":\"Recurso\",\"4667\":\"Recurso\",\"4668\":\"Recurso\",\"4669\":\"Recurso\",\"4670\":\"Recurso\",\"4671\":\"Recurso\",\"4672\":\"Recurso\",\"4673\":\"Recurso\",\"4674\":\"Recurso\",\"4675\":\"Recurso\",\"4676\":\"Recurso\",\"4677\":\"Recurso\",\"4678\":\"Recurso\",\"4679\":\"Recurso\",\"4680\":\"Recurso\",\"4681\":\"Recurso\",\"4682\":\"Recurso\",\"4683\":\"Recurso\",\"4684\":\"Recurso\",\"4685\":\"Recurso\",\"4686\":\"Recurso\",\"4687\":\"Recurso\",\"4688\":\"Recurso\",\"4689\":\"Recurso\",\"4690\":\"Recurso\",\"4691\":\"Recurso\",\"4692\":\"Recurso\",\"4693\":\"Recurso\",\"4694\":\"Recurso\",\"4695\":\"Recurso\",\"4696\":\"Recurso\",\"4697\":\"Recurso\",\"4698\":\"Recurso\",\"4699\":\"Recurso\",\"4700\":\"Recurso\",\"4701\":\"Recurso\",\"4702\":\"Recurso\",\"4703\":\"Recurso\",\"4704\":\"Recurso\",\"4705\":\"Recurso\",\"4706\":\"Recurso\",\"4707\":\"Recurso\",\"4708\":\"Recurso\",\"4709\":\"Recurso\",\"4710\":\"Recurso\",\"4711\":\"Recurso\",\"4712\":\"Recurso\",\"4713\":\"Recurso\",\"4714\":\"Recurso\",\"4715\":\"Recurso\",\"4716\":\"Recurso\",\"4717\":\"Recurso\",\"4718\":\"Recurso\",\"4719\":\"Recurso\",\"4720\":\"Recurso\",\"4721\":\"Recurso\",\"4722\":\"Recurso\",\"4723\":\"Recurso\",\"4724\":\"Recurso\",\"4725\":\"Recurso\",\"4726\":\"Recurso\",\"4727\":\"Recurso\",\"4728\":\"Recurso\",\"4729\":\"Recurso\",\"4730\":\"Recurso\",\"4731\":\"Recurso\",\"4732\":\"Recurso\",\"4733\":\"Recurso\",\"4734\":\"Recurso\",\"4735\":\"Recurso\",\"4736\":\"Recurso\",\"4737\":\"Recurso\",\"4738\":\"Recurso\",\"4739\":\"Recurso\",\"4740\":\"Recurso\",\"4741\":\"Recurso\",\"4742\":\"Recurso\",\"4743\":\"Recurso\",\"4744\":\"Recurso\",\"4745\":\"Recurso\",\"4746\":\"Recurso\",\"4747\":\"Recurso\",\"4748\":\"Recurso\",\"4749\":\"Recurso\",\"4750\":\"Recurso\",\"4751\":\"Recurso\",\"4752\":\"Recurso\",\"4753\":\"Recurso\",\"4754\":\"Recurso\",\"4755\":\"Recurso\",\"4756\":\"Recurso\",\"4757\":\"Recurso\",\"4758\":\"Recurso\",\"4759\":\"Recurso\",\"4760\":\"Recurso\",\"4761\":\"Recurso\",\"4762\":\"Recurso\",\"4763\":\"Recurso\",\"4764\":\"Recurso\",\"4765\":\"Recurso\",\"4766\":\"Recurso\",\"4767\":\"Recurso\",\"4768\":\"Recurso\",\"4769\":\"Recurso\",\"4770\":\"Recurso\",\"4771\":\"Recurso\",\"4772\":\"Recurso\",\"4773\":\"Recurso\",\"4774\":\"Recurso\",\"4775\":\"Recurso\",\"4776\":\"Recurso\",\"4777\":\"Recurso\",\"4778\":\"Recurso\",\"4779\":\"Recurso\",\"4780\":\"Recurso\",\"4781\":\"Recurso\",\"4782\":\"Recurso\",\"4783\":\"Recurso\",\"4784\":\"Recurso\",\"4785\":\"Recurso\",\"4786\":\"Recurso\",\"4787\":\"Recurso\",\"4788\":\"Recurso\",\"4789\":\"Recurso\",\"4790\":\"Recurso\",\"4791\":\"Recurso\",\"4792\":\"Recurso\",\"4793\":\"Recurso\",\"4794\":\"Recurso\",\"4795\":\"Recurso\",\"4796\":\"Recurso\",\"4797\":\"Recurso\",\"4798\":\"Recurso\",\"4799\":\"Recurso\",\"4800\":\"Recurso\",\"4801\":\"Recurso\",\"4802\":\"Recurso\",\"4803\":\"Recurso\",\"4804\":\"Recurso\",\"4805\":\"Recurso\",\"4806\":\"Recurso\",\"4807\":\"Recurso\",\"4808\":\"Recurso\",\"4809\":\"Recurso\",\"4810\":\"Recurso\",\"4811\":\"Recurso\",\"4812\":\"Recurso\",\"4813\":\"Recurso\",\"4814\":\"Recurso\",\"4815\":\"Recurso\",\"4816\":\"Recurso\",\"4817\":\"Recurso\",\"4818\":\"Recurso\",\"4819\":\"Recurso\",\"4820\":\"Recurso\",\"4821\":\"Recurso\",\"4822\":\"Recurso\",\"4823\":\"Recurso\",\"4824\":\"Recurso\",\"4825\":\"Recurso\",\"4826\":\"Recurso\",\"4827\":\"Recurso\",\"4828\":\"Recurso\",\"4829\":\"Recurso\",\"4830\":\"Recurso\",\"4831\":\"Recurso\",\"4832\":\"Recurso\",\"4833\":\"Recurso\",\"4834\":\"Recurso\",\"4835\":\"Recurso\",\"4836\":\"Recurso\",\"4837\":\"Recurso\",\"4838\":\"Recurso\",\"4839\":\"Recurso\",\"4840\":\"Recurso\",\"4841\":\"Recurso\",\"4842\":\"Recurso\",\"4843\":\"Recurso\",\"4844\":\"Recurso\",\"4845\":\"Recurso\",\"4846\":\"Recurso\",\"4847\":\"Recurso\",\"4848\":\"Recurso\",\"4849\":\"Recurso\",\"4850\":\"Recurso\",\"4851\":\"Recurso\",\"4852\":\"Recurso\",\"4853\":\"Recurso\",\"4854\":\"Recurso\",\"4855\":\"Recurso\",\"4856\":\"Recurso\",\"4857\":\"Recurso\",\"4858\":\"Recurso\",\"4859\":\"Recurso\",\"4860\":\"Recurso\",\"4861\":\"Recurso\",\"4862\":\"Recurso\",\"4863\":\"Recurso\",\"4864\":\"Recurso\",\"4865\":\"Recurso\",\"4866\":\"Recurso\",\"4867\":\"Recurso\",\"4868\":\"Recurso\",\"4869\":\"Recurso\",\"4870\":\"Recurso\",\"4871\":\"Recurso\",\"4872\":\"Recurso\",\"4873\":\"Recurso\",\"4874\":\"Recurso\",\"4875\":\"Recurso\",\"4876\":\"Recurso\",\"4877\":\"Recurso\",\"4878\":\"Recurso\",\"4879\":\"Recurso\",\"4880\":\"Recurso\",\"4881\":\"Recurso\",\"4882\":\"Recurso\",\"4883\":\"Recurso\",\"4884\":\"Recurso\",\"4885\":\"Recurso\",\"4886\":\"Recurso\",\"4887\":\"Recurso\",\"4888\":\"Recurso\",\"4889\":\"Recurso\",\"4890\":\"Recurso\",\"4891\":\"Recurso\",\"4892\":\"Recurso\",\"4893\":\"Recurso\",\"4894\":\"Recurso\",\"4895\":\"Recurso\",\"4896\":\"Recurso\",\"4897\":\"Recurso\",\"4898\":\"Recurso\",\"4899\":\"Recurso\",\"4900\":\"Recurso\",\"4901\":\"Recurso\",\"4902\":\"Recurso\",\"4903\":\"Recurso\",\"4904\":\"Recurso\",\"4905\":\"Recurso\",\"4906\":\"Recurso\",\"4907\":\"Recurso\",\"4908\":\"Recurso\",\"4909\":\"Recurso\",\"4910\":\"Recurso\",\"4911\":\"Recurso\",\"4912\":\"Recurso\",\"4913\":\"Recurso\",\"4914\":\"Recurso\",\"4915\":\"Recurso\",\"4916\":\"Recurso\",\"4917\":\"Recurso\",\"4918\":\"Recurso\",\"4919\":\"Recurso\",\"4920\":\"Recurso\",\"4921\":\"Recurso\",\"4922\":\"Recurso\",\"4923\":\"Recurso\",\"4924\":\"Recurso\",\"4925\":\"Recurso\",\"4926\":\"Recurso\",\"4927\":\"Recurso\",\"4928\":\"Recurso\",\"4929\":\"Recurso\",\"4930\":\"Recurso\",\"4931\":\"Recurso\",\"4932\":\"Recurso\",\"4933\":\"Recurso\",\"4934\":\"Recurso\",\"4935\":\"Recurso\",\"4936\":\"Recurso\",\"4937\":\"Recurso\",\"4938\":\"Recurso\",\"4939\":\"Recurso\",\"4940\":\"Recurso\",\"4941\":\"Recurso\",\"4942\":\"Recurso\",\"4943\":\"Recurso\",\"4944\":\"Recurso\",\"4945\":\"Recurso\",\"4946\":\"Recurso\",\"4947\":\"Recurso\",\"4948\":\"Recurso\",\"4949\":\"Recurso\",\"4950\":\"Recurso\",\"4951\":\"Recurso\",\"4952\":\"Recurso\",\"4953\":\"Recurso\",\"4954\":\"Recurso\",\"4955\":\"Recurso\",\"4956\":\"Recurso\",\"4957\":\"Recurso\",\"4958\":\"Recurso\",\"4959\":\"Recurso\",\"4960\":\"Recurso\",\"4961\":\"Recurso\",\"4962\":\"Recurso\",\"4963\":\"Recurso\",\"4964\":\"Recurso\",\"4965\":\"Recurso\",\"4966\":\"Recurso\",\"4967\":\"Recurso\",\"4968\":\"Recurso\",\"4969\":\"Recurso\",\"4970\":\"Recurso\",\"4971\":\"Recurso\",\"4972\":\"Recurso\",\"4973\":\"Recurso\",\"4974\":\"Recurso\",\"4975\":\"Recurso\",\"4976\":\"Recurso\",\"4977\":\"Recurso\",\"4978\":\"Recurso\",\"4979\":\"Recurso\",\"4980\":\"Recurso\",\"4981\":\"Recurso\",\"4982\":\"Recurso\",\"4983\":\"Recurso\",\"4984\":\"Recurso\",\"4985\":\"Recurso\",\"4986\":\"Recurso\",\"4987\":\"Recurso\",\"4988\":\"Recurso\",\"4989\":\"Recurso\",\"4990\":\"Recurso\",\"4991\":\"Recurso\",\"4992\":\"Recurso\",\"4993\":\"Recurso\",\"4994\":\"Recurso\",\"4995\":\"Recurso\",\"4996\":\"Recurso\",\"4997\":\"Recurso\",\"4998\":\"Recurso\",\"4999\":\"Recurso\",\"5000\":\"Recurso\",\"5001\":\"Recurso\",\"5002\":\"Recurso\",\"5003\":\"Recurso\",\"5004\":\"Recurso\",\"5005\":\"Recurso\",\"5006\":\"Recurso\",\"5007\":\"Recurso\",\"5008\":\"Recurso\",\"5009\":\"Recurso\",\"5010\":\"Recurso\",\"5011\":\"Recurso\",\"5012\":\"Recurso\",\"5013\":\"Recurso\",\"5014\":\"Recurso\",\"5015\":\"Recurso\",\"5016\":\"Recurso\",\"5017\":\"Recurso\",\"5018\":\"Recurso\",\"5019\":\"Recurso\",\"5020\":\"Recurso\",\"5021\":\"Recurso\",\"5022\":\"Recurso\",\"5023\":\"Recurso\",\"5024\":\"Recurso\",\"5025\":\"Recurso\",\"5026\":\"Recurso\",\"5027\":\"Recurso\",\"5028\":\"Recurso\",\"5029\":\"Recurso\",\"5030\":\"Recurso\",\"5031\":\"Recurso\",\"5032\":\"Recurso\",\"5033\":\"Recurso\",\"5034\":\"Recurso\",\"5035\":\"Recurso\",\"5036\":\"Recurso\",\"5037\":\"Recurso\",\"5038\":\"Recurso\",\"5039\":\"Recurso\",\"5040\":\"Recurso\",\"5041\":\"Recurso\",\"5042\":\"Recurso\",\"5043\":\"Recurso\",\"5044\":\"Recurso\",\"5045\":\"Recurso\",\"5046\":\"Recurso\",\"5047\":\"Recurso\",\"5048\":\"Recurso\",\"5049\":\"Recurso\",\"5050\":\"Recurso\",\"5051\":\"Recurso\",\"5052\":\"Recurso\",\"5053\":\"Recurso\",\"5054\":\"Recurso\",\"5055\":\"Recurso\",\"5056\":\"Recurso\",\"5057\":\"Recurso\",\"5058\":\"Recurso\",\"5059\":\"Recurso\",\"5060\":\"Recurso\",\"5061\":\"Recurso\",\"5062\":\"Recurso\",\"5063\":\"Recurso\",\"5064\":\"Recurso\",\"5065\":\"Recurso\",\"5066\":\"Recurso\",\"5067\":\"Recurso\",\"5068\":\"Recurso\",\"5069\":\"Recurso\",\"5070\":\"Recurso\",\"5071\":\"Recurso\",\"5072\":\"Recurso\",\"5073\":\"Recurso\",\"5074\":\"Recurso\",\"5075\":\"Recurso\",\"5076\":\"Recurso\",\"5077\":\"Recurso\",\"5078\":\"Recurso\",\"5079\":\"Recurso\",\"5080\":\"Recurso\",\"5081\":\"Recurso\",\"5082\":\"Recurso\",\"5083\":\"Recurso\",\"5084\":\"Recurso\",\"5085\":\"Recurso\",\"5086\":\"Recurso\",\"5087\":\"Recurso\",\"5088\":\"Recurso\",\"5089\":\"Recurso\",\"5090\":\"Recurso\",\"5091\":\"Recurso\",\"5092\":\"Recurso\",\"5093\":\"Recurso\",\"5094\":\"Recurso\",\"5095\":\"Recurso\",\"5096\":\"Recurso\",\"5097\":\"Recurso\",\"5098\":\"Recurso\",\"5099\":\"Recurso\",\"5100\":\"Recurso\",\"5101\":\"Recurso\",\"5102\":\"Recurso\",\"5103\":\"Recurso\",\"5104\":\"Recurso\",\"5105\":\"Recurso\",\"5106\":\"Recurso\",\"5107\":\"Recurso\",\"5108\":\"Recurso\",\"5109\":\"Recurso\",\"5110\":\"Recurso\",\"5111\":\"Recurso\",\"5112\":\"Recurso\",\"5113\":\"Recurso\",\"5114\":\"Recurso\",\"5115\":\"Recurso\",\"5116\":\"Recurso\",\"5117\":\"Recurso\",\"5118\":\"Recurso\",\"5119\":\"Recurso\",\"5120\":\"Recurso\",\"5121\":\"Recurso\",\"5122\":\"Recurso\",\"5123\":\"Recurso\",\"5124\":\"Recurso\",\"5125\":\"Recurso\",\"5126\":\"Recurso\",\"5127\":\"Recurso\",\"5128\":\"Recurso\",\"5129\":\"Recurso\",\"5130\":\"Recurso\",\"5131\":\"Recurso\",\"5132\":\"Recurso\",\"5133\":\"Recurso\",\"5134\":\"Recurso\",\"5135\":\"Recurso\",\"5136\":\"Recurso\",\"5137\":\"Recurso\",\"5138\":\"Recurso\",\"5139\":\"Recurso\",\"5140\":\"Recurso\",\"5141\":\"Recurso\",\"5142\":\"Recurso\",\"5143\":\"Recurso\",\"5144\":\"Recurso\",\"5145\":\"Recurso\",\"5146\":\"Recurso\",\"5147\":\"Recurso\",\"5148\":\"Recurso\",\"5149\":\"Recurso\",\"5150\":\"Recurso\",\"5151\":\"Recurso\",\"5152\":\"Recurso\",\"5153\":\"Recurso\",\"5154\":\"Recurso\",\"5155\":\"Recurso\",\"5156\":\"Recurso\",\"5157\":\"Recurso\",\"5158\":\"Recurso\",\"5159\":\"Recurso\",\"5160\":\"Recurso\",\"5161\":\"Recurso\",\"5162\":\"Recurso\",\"5163\":\"Recurso\",\"5164\":\"Recurso\",\"5165\":\"Recurso\",\"5166\":\"Recurso\",\"5167\":\"Recurso\",\"5168\":\"Recurso\",\"5169\":\"Recurso\",\"5170\":\"Recurso\",\"5171\":\"Recurso\",\"5172\":\"Recurso\",\"5173\":\"Recurso\",\"5174\":\"Recurso\",\"5175\":\"Recurso\",\"5176\":\"Recurso\",\"5177\":\"Recurso\",\"5178\":\"Recurso\",\"5179\":\"Recurso\",\"5180\":\"Recurso\",\"5181\":\"Recurso\",\"5182\":\"Recurso\",\"5183\":\"Recurso\",\"5184\":\"Recurso\",\"5185\":\"Recurso\",\"5186\":\"Recurso\",\"5187\":\"Recurso\",\"5188\":\"Recurso\",\"5189\":\"Recurso\",\"5190\":\"Recurso\",\"5191\":\"Recurso\",\"5192\":\"Recurso\",\"5193\":\"Recurso\",\"5194\":\"Recurso\",\"5195\":\"Recurso\",\"5196\":\"Recurso\",\"5197\":\"Recurso\",\"5198\":\"Recurso\",\"5199\":\"Recurso\",\"5200\":\"Recurso\",\"5201\":\"Recurso\",\"5202\":\"Recurso\",\"5203\":\"Recurso\",\"5204\":\"Recurso\",\"5205\":\"Recurso\",\"5206\":\"Recurso\",\"5207\":\"Recurso\",\"5208\":\"Recurso\",\"5209\":\"Recurso\",\"5210\":\"Recurso\",\"5211\":\"Recurso\",\"5212\":\"Recurso\",\"5213\":\"Recurso\",\"5214\":\"Recurso\",\"5215\":\"Recurso\",\"5216\":\"Recurso\",\"5217\":\"Recurso\",\"5218\":\"Recurso\",\"5219\":\"Recurso\",\"5220\":\"Recurso\",\"5221\":\"Recurso\",\"5222\":\"Recurso\",\"5223\":\"Recurso\",\"5224\":\"Recurso\",\"5225\":\"Recurso\",\"5226\":\"Recurso\",\"5227\":\"Recurso\",\"5228\":\"Recurso\",\"5229\":\"Recurso\",\"5230\":\"Recurso\",\"5231\":\"Recurso\",\"5232\":\"Recurso\",\"5233\":\"Recurso\",\"5234\":\"Recurso\",\"5235\":\"Recurso\",\"5236\":\"Recurso\",\"5237\":\"Recurso\",\"5238\":\"Recurso\",\"5239\":\"Recurso\",\"5240\":\"Recurso\",\"5241\":\"Recurso\",\"5242\":\"Recurso\",\"5243\":\"Recurso\",\"5244\":\"Recurso\",\"5245\":\"Recurso\",\"5246\":\"Recurso\",\"5247\":\"Recurso\",\"5248\":\"Recurso\",\"5249\":\"Recurso\",\"5250\":\"Recurso\",\"5251\":\"Recurso\",\"5252\":\"Recurso\",\"5253\":\"Recurso\",\"5254\":\"Recurso\",\"5255\":\"Recurso\",\"5256\":\"Recurso\",\"5257\":\"Recurso\",\"5258\":\"Recurso\",\"5259\":\"Recurso\",\"5260\":\"Recurso\",\"5261\":\"Recurso\",\"5262\":\"Recurso\",\"5263\":\"Recurso\",\"5264\":\"Recurso\",\"5265\":\"Recurso\",\"5266\":\"Recurso\",\"5267\":\"Recurso\",\"5268\":\"Recurso\",\"5269\":\"Recurso\",\"5270\":\"Recurso\",\"5271\":\"Recurso\",\"5272\":\"Recurso\",\"5273\":\"Recurso\",\"5274\":\"Recurso\",\"5275\":\"Recurso\",\"5276\":\"Recurso\",\"5277\":\"Recurso\",\"5278\":\"Recurso\",\"5279\":\"Recurso\",\"5280\":\"Recurso\",\"5281\":\"Recurso\",\"5282\":\"Recurso\",\"5283\":\"Recurso\",\"5284\":\"Recurso\",\"5285\":\"Recurso\",\"5286\":\"Recurso\",\"5287\":\"Recurso\",\"5288\":\"Recurso\",\"5289\":\"Recurso\",\"5290\":\"Recurso\",\"5291\":\"Recurso\",\"5292\":\"Recurso\",\"5293\":\"Recurso\",\"5294\":\"Recurso\",\"5295\":\"Recurso\",\"5296\":\"Recurso\",\"5297\":\"Recurso\",\"5298\":\"Recurso\",\"5299\":\"Recurso\",\"5300\":\"Recurso\",\"5301\":\"Recurso\",\"5302\":\"Recurso\",\"5303\":\"Recurso\",\"5304\":\"Recurso\",\"5305\":\"Recurso\",\"5306\":\"Recurso\",\"5307\":\"Recurso\",\"5308\":\"Recurso\",\"5309\":\"Recurso\",\"5310\":\"Recurso\",\"5311\":\"Recurso\",\"5312\":\"Recurso\",\"5313\":\"Recurso\",\"5314\":\"Recurso\",\"5315\":\"Recurso\",\"5316\":\"Recurso\",\"5317\":\"Recurso\",\"5318\":\"Recurso\",\"5319\":\"Recurso\",\"5320\":\"Recurso\",\"5321\":\"Recurso\",\"5322\":\"Recurso\",\"5323\":\"Recurso\",\"5324\":\"Recurso\",\"5325\":\"Recurso\",\"5326\":\"Recurso\",\"5327\":\"Recurso\",\"5328\":\"Recurso\",\"5329\":\"Recurso\",\"5330\":\"Recurso\",\"5331\":\"Recurso\",\"5332\":\"Recurso\",\"5333\":\"Recurso\",\"5334\":\"Recurso\",\"5335\":\"Recurso\",\"5336\":\"Recurso\",\"5337\":\"Recurso\",\"5338\":\"Recurso\",\"5339\":\"Recurso\",\"5340\":\"Recurso\",\"5341\":\"Recurso\",\"5342\":\"Recurso\",\"5343\":\"Recurso\",\"5344\":\"Recurso\",\"5345\":\"Recurso\",\"5346\":\"Recurso\",\"5347\":\"Recurso\",\"5348\":\"Recurso\",\"5349\":\"Recurso\",\"5350\":\"Recurso\",\"5351\":\"Recurso\",\"5352\":\"Recurso\",\"5353\":\"Recurso\",\"5354\":\"Recurso\",\"5355\":\"Recurso\",\"5356\":\"Recurso\",\"5357\":\"Recurso\",\"5358\":\"Recurso\",\"5359\":\"Recurso\",\"5360\":\"Recurso\",\"5361\":\"Recurso\",\"5362\":\"Recurso\",\"5363\":\"Recurso\",\"5364\":\"Recurso\",\"5365\":\"Recurso\",\"5366\":\"Recurso\",\"5367\":\"Recurso\",\"5368\":\"Recurso\",\"5369\":\"Recurso\",\"5370\":\"Recurso\",\"5371\":\"Recurso\",\"5372\":\"Recurso\",\"5373\":\"Recurso\",\"5374\":\"Recurso\",\"5375\":\"Recurso\",\"5376\":\"Recurso\",\"5377\":\"Recurso\",\"5378\":\"Recurso\",\"5379\":\"Recurso\",\"5380\":\"Recurso\",\"5381\":\"Recurso\",\"5382\":\"Recurso\",\"5383\":\"Recurso\",\"5384\":\"Recurso\",\"5385\":\"Recurso\",\"5386\":\"Recurso\",\"5387\":\"Recurso\",\"5388\":\"Recurso\",\"5389\":\"Recurso\",\"5390\":\"Recurso\",\"5391\":\"Recurso\",\"5392\":\"Recurso\",\"5393\":\"Recurso\",\"5394\":\"Recurso\",\"5395\":\"Recurso\",\"5396\":\"Recurso\",\"5397\":\"Recurso\",\"5398\":\"Recurso\",\"5399\":\"Recurso\",\"5400\":\"Recurso\",\"5401\":\"Recurso\",\"5402\":\"Recurso\",\"5403\":\"Recurso\",\"5404\":\"Recurso\",\"5405\":\"Recurso\",\"5406\":\"Recurso\",\"5407\":\"Recurso\",\"5408\":\"Recurso\",\"5409\":\"Recurso\",\"5410\":\"Recurso\",\"5411\":\"Recurso\",\"5412\":\"Recurso\",\"5413\":\"Recurso\",\"5414\":\"Recurso\",\"5415\":\"Recurso\",\"5416\":\"Recurso\",\"5417\":\"Recurso\",\"5418\":\"Recurso\",\"5419\":\"Recurso\",\"5420\":\"Recurso\",\"5421\":\"Recurso\",\"5422\":\"Recurso\",\"5423\":\"Recurso\",\"5424\":\"Recurso\",\"5425\":\"Recurso\",\"5426\":\"Recurso\",\"5427\":\"Recurso\",\"5428\":\"Recurso\",\"5429\":\"Recurso\",\"5430\":\"Recurso\",\"5431\":\"Recurso\",\"5432\":\"Recurso\",\"5433\":\"Recurso\",\"5434\":\"Recurso\",\"5435\":\"Recurso\",\"5436\":\"Recurso\",\"5437\":\"Recurso\",\"5438\":\"Recurso\",\"5439\":\"Recurso\",\"5440\":\"Recurso\",\"5441\":\"Recurso\",\"5442\":\"Recurso\",\"5443\":\"Recurso\",\"5444\":\"Recurso\",\"5445\":\"Recurso\",\"5446\":\"Recurso\",\"5447\":\"Recurso\",\"5448\":\"Recurso\",\"5449\":\"Recurso\",\"5450\":\"Recurso\",\"5451\":\"Recurso\",\"5452\":\"Recurso\",\"5453\":\"Recurso\",\"5454\":\"Recurso\",\"5455\":\"Recurso\",\"5456\":\"Recurso\",\"5457\":\"Recurso\",\"5458\":\"Recurso\",\"5459\":\"Recurso\",\"5460\":\"Recurso\",\"5461\":\"Recurso\",\"5462\":\"Recurso\",\"5463\":\"Recurso\",\"5464\":\"Recurso\",\"5465\":\"Recurso\",\"5466\":\"Recurso\",\"5467\":\"Recurso\",\"5468\":\"Recurso\",\"5469\":\"Recurso\",\"5470\":\"Recurso\",\"5471\":\"Recurso\",\"5472\":\"Recurso\",\"5473\":\"Recurso\",\"5474\":\"Recurso\",\"5475\":\"Recurso\",\"5476\":\"Recurso\",\"5477\":\"Recurso\",\"5478\":\"Recurso\",\"5479\":\"Recurso\",\"5480\":\"Recurso\",\"5481\":\"Recurso\",\"5482\":\"Recurso\",\"5483\":\"Recurso\",\"5484\":\"Recurso\",\"5485\":\"Recurso\",\"5486\":\"Recurso\",\"5487\":\"Recurso\",\"5488\":\"Recurso\",\"5489\":\"Recurso\",\"5490\":\"Recurso\",\"5491\":\"Recurso\",\"5492\":\"Recurso\",\"5493\":\"Recurso\",\"5494\":\"Recurso\",\"5495\":\"Recurso\",\"5496\":\"Recurso\",\"5497\":\"Recurso\",\"5498\":\"Recurso\",\"5499\":\"Recurso\",\"5500\":\"Recurso\",\"5501\":\"Recurso\",\"5502\":\"Recurso\",\"5503\":\"Recurso\",\"5504\":\"Recurso\",\"5505\":\"Recurso\",\"5506\":\"Recurso\",\"5507\":\"Recurso\",\"5508\":\"Recurso\",\"5509\":\"Recurso\",\"5510\":\"Recurso\",\"5511\":\"Recurso\",\"5512\":\"Recurso\",\"5513\":\"Recurso\",\"5514\":\"Recurso\",\"5515\":\"Recurso\",\"5516\":\"Recurso\",\"5517\":\"Recurso\",\"5518\":\"Recurso\",\"5519\":\"Recurso\",\"5520\":\"Recurso\",\"5521\":\"Recurso\",\"5522\":\"Recurso\",\"5523\":\"Recurso\",\"5524\":\"Recurso\",\"5525\":\"Recurso\",\"5526\":\"Recurso\",\"5527\":\"Recurso\",\"5528\":\"Recurso\",\"5529\":\"Recurso\",\"5530\":\"Recurso\",\"5531\":\"Recurso\",\"5532\":\"Recurso\",\"5533\":\"Recurso\",\"5534\":\"Recurso\",\"5535\":\"Recurso\",\"5536\":\"Recurso\",\"5537\":\"Recurso\",\"5538\":\"Recurso\",\"5539\":\"Recurso\",\"5540\":\"Recurso\",\"5541\":\"Recurso\",\"5542\":\"Recurso\",\"5543\":\"Recurso\",\"5544\":\"Recurso\",\"5545\":\"Recurso\",\"5546\":\"Recurso\",\"5547\":\"Recurso\",\"5548\":\"Recurso\",\"5549\":\"Recurso\",\"5550\":\"Recurso\",\"5551\":\"Recurso\",\"5552\":\"Recurso\",\"5553\":\"Recurso\",\"5554\":\"Recurso\",\"5555\":\"Recurso\",\"5556\":\"Recurso\",\"5557\":\"Recurso\",\"5558\":\"Recurso\",\"5559\":\"Recurso\",\"5560\":\"Recurso\",\"5561\":\"Recurso\",\"5562\":\"Recurso\",\"5563\":\"Recurso\",\"5564\":\"Recurso\",\"5565\":\"Recurso\",\"5566\":\"Recurso\",\"5567\":\"Recurso\",\"5568\":\"Recurso\",\"5569\":\"Recurso\",\"5570\":\"Recurso\",\"5571\":\"Recurso\",\"5572\":\"Recurso\",\"5573\":\"Recurso\",\"5574\":\"Recurso\",\"5575\":\"Recurso\",\"5576\":\"Recurso\",\"5577\":\"Recurso\",\"5578\":\"Recurso\",\"5579\":\"Recurso\",\"5580\":\"Recurso\",\"5581\":\"Recurso\",\"5582\":\"Recurso\",\"5583\":\"Recurso\",\"5584\":\"Recurso\",\"5585\":\"Recurso\",\"5586\":\"Recurso\",\"5587\":\"Recurso\",\"5588\":\"Recurso\",\"5589\":\"Recurso\",\"5590\":\"Recurso\",\"5591\":\"Recurso\",\"5592\":\"Recurso\",\"5593\":\"Recurso\",\"5594\":\"Recurso\",\"5595\":\"Recurso\",\"5596\":\"Recurso\",\"5597\":\"Recurso\",\"5598\":\"Recurso\",\"5599\":\"Recurso\",\"5600\":\"Recurso\",\"5601\":\"Recurso\",\"5602\":\"Recurso\",\"5603\":\"Recurso\",\"5604\":\"Recurso\",\"5605\":\"Recurso\",\"5606\":\"Recurso\",\"5607\":\"Recurso\",\"5608\":\"Recurso\",\"5609\":\"Recurso\",\"5610\":\"Recurso\",\"5611\":\"Recurso\",\"5612\":\"Recurso\",\"5613\":\"Recurso\",\"5614\":\"Recurso\",\"5615\":\"Recurso\",\"5616\":\"Recurso\",\"5617\":\"Recurso\",\"5618\":\"Recurso\",\"5619\":\"Recurso\",\"5620\":\"Recurso\",\"5621\":\"Recurso\",\"5622\":\"Recurso\",\"5623\":\"Recurso\",\"5624\":\"Recurso\",\"5625\":\"Recurso\",\"5626\":\"Recurso\",\"5627\":\"Recurso\",\"5628\":\"Recurso\",\"5629\":\"Recurso\",\"5630\":\"Recurso\",\"5631\":\"Recurso\",\"5632\":\"Recurso\",\"5633\":\"Recurso\",\"5634\":\"Recurso\",\"5635\":\"Recurso\",\"5636\":\"Recurso\",\"5637\":\"Recurso\",\"5638\":\"Recurso\",\"5639\":\"Recurso\",\"5640\":\"Recurso\",\"5641\":\"Recurso\",\"5642\":\"Recurso\",\"5643\":\"Recurso\",\"5644\":\"Recurso\",\"5645\":\"Recurso\",\"5646\":\"Recurso\",\"5647\":\"Recurso\",\"5648\":\"Recurso\",\"5649\":\"Recurso\",\"5650\":\"Recurso\",\"5651\":\"Recurso\",\"5652\":\"Recurso\",\"5653\":\"Recurso\",\"5654\":\"Recurso\",\"5655\":\"Recurso\",\"5656\":\"Recurso\",\"5657\":\"Recurso\",\"5658\":\"Recurso\",\"5659\":\"Recurso\",\"5660\":\"Recurso\",\"5661\":\"Recurso\",\"5662\":\"Recurso\",\"5663\":\"Recurso\",\"5664\":\"Recurso\",\"5665\":\"Recurso\",\"5666\":\"Recurso\",\"5667\":\"Recurso\",\"5668\":\"Recurso\",\"5669\":\"Recurso\",\"5670\":\"Recurso\",\"5671\":\"Recurso\",\"5672\":\"Recurso\",\"5673\":\"Recurso\",\"5674\":\"Recurso\",\"5675\":\"Recurso\",\"5676\":\"Recurso\",\"5677\":\"Recurso\",\"5678\":\"Recurso\",\"5679\":\"Recurso\",\"5680\":\"Recurso\",\"5681\":\"Recurso\",\"5682\":\"Recurso\",\"5683\":\"Recurso\",\"5684\":\"Recurso\",\"5685\":\"Recurso\",\"5686\":\"Recurso\",\"5687\":\"Recurso\",\"5688\":\"Recurso\",\"5689\":\"Recurso\",\"5690\":\"Recurso\",\"5691\":\"Recurso\",\"5692\":\"Recurso\",\"5693\":\"Recurso\",\"5694\":\"Recurso\",\"5695\":\"Recurso\",\"5696\":\"Recurso\",\"5697\":\"Recurso\",\"5698\":\"Recurso\",\"5699\":\"Recurso\",\"5700\":\"Recurso\",\"5701\":\"Recurso\",\"5702\":\"Recurso\",\"5703\":\"Recurso\",\"5704\":\"Recurso\",\"5705\":\"Recurso\",\"5706\":\"Recurso\",\"5707\":\"Recurso\",\"5708\":\"Recurso\",\"5709\":\"Recurso\",\"5710\":\"Recurso\",\"5711\":\"Recurso\",\"5712\":\"Recurso\",\"5713\":\"Recurso\",\"5714\":\"Recurso\",\"5715\":\"Recurso\",\"5716\":\"Recurso\",\"5717\":\"Recurso\",\"5718\":\"Recurso\",\"5719\":\"Recurso\",\"5720\":\"Recurso\",\"5721\":\"Recurso\",\"5722\":\"Recurso\",\"5723\":\"Recurso\",\"5724\":\"Recurso\",\"5725\":\"Recurso\",\"5726\":\"Recurso\",\"5727\":\"Recurso\",\"5728\":\"Recurso\",\"5729\":\"Recurso\",\"5730\":\"Recurso\",\"5731\":\"Recurso\",\"5732\":\"Recurso\",\"5733\":\"Recurso\",\"5734\":\"Recurso\",\"5735\":\"Recurso\",\"5736\":\"Recurso\",\"5737\":\"Recurso\",\"5738\":\"Recurso\",\"5739\":\"Recurso\",\"5740\":\"Recurso\",\"5741\":\"Recurso\",\"5742\":\"Recurso\",\"5743\":\"Recurso\",\"5744\":\"Recurso\",\"5745\":\"Recurso\",\"5746\":\"Recurso\",\"5747\":\"Recurso\",\"5748\":\"Recurso\",\"5749\":\"Recurso\",\"5750\":\"Recurso\",\"5751\":\"Recurso\",\"5752\":\"Recurso\",\"5753\":\"Recurso\",\"5754\":\"Recurso\",\"5755\":\"Recurso\",\"5756\":\"Recurso\",\"5757\":\"Recurso\",\"5758\":\"Recurso\",\"5759\":\"Recurso\",\"5760\":\"Recurso\",\"5761\":\"Recurso\",\"5762\":\"Recurso\",\"5763\":\"Recurso\",\"5764\":\"Recurso\",\"5765\":\"Recurso\",\"5766\":\"Recurso\",\"5767\":\"Recurso\",\"5768\":\"Recurso\",\"5769\":\"Recurso\",\"5770\":\"Recurso\",\"5771\":\"Recurso\",\"5772\":\"Recurso\",\"5773\":\"Recurso\",\"5774\":\"Recurso\",\"5775\":\"Recurso\",\"5776\":\"Recurso\",\"5777\":\"Recurso\",\"5778\":\"Recurso\",\"5779\":\"Recurso\",\"5780\":\"Recurso\",\"5781\":\"Recurso\",\"5782\":\"Recurso\",\"5783\":\"Recurso\",\"5784\":\"Recurso\",\"5785\":\"Recurso\",\"5786\":\"Recurso\",\"5787\":\"Recurso\",\"5788\":\"Recurso\",\"5789\":\"Recurso\",\"5790\":\"Recurso\",\"5791\":\"Recurso\",\"5792\":\"Recurso\",\"5793\":\"Recurso\",\"5794\":\"Recurso\",\"5795\":\"Recurso\",\"5796\":\"Recurso\",\"5797\":\"Recurso\",\"5798\":\"Recurso\",\"5799\":\"Recurso\",\"5800\":\"Recurso\",\"5801\":\"Recurso\",\"5802\":\"Recurso\",\"5803\":\"Recurso\",\"5804\":\"Recurso\",\"5805\":\"Recurso\",\"5806\":\"Recurso\",\"5807\":\"Recurso\",\"5808\":\"Recurso\",\"5809\":\"Recurso\",\"5810\":\"Recurso\",\"5811\":\"Recurso\",\"5812\":\"Recurso\",\"5813\":\"Recurso\",\"5814\":\"Recurso\",\"5815\":\"Recurso\",\"5816\":\"Recurso\",\"5817\":\"Recurso\",\"5818\":\"Recurso\",\"5819\":\"Recurso\",\"5820\":\"Recurso\",\"5821\":\"Recurso\",\"5822\":\"Recurso\",\"5823\":\"Recurso\",\"5824\":\"Recurso\",\"5825\":\"Recurso\",\"5826\":\"Recurso\",\"5827\":\"Recurso\",\"5828\":\"Recurso\",\"5829\":\"Recurso\",\"5830\":\"Recurso\",\"5831\":\"Recurso\",\"5832\":\"Recurso\",\"5833\":\"Recurso\",\"5834\":\"Recurso\",\"5835\":\"Recurso\",\"5836\":\"Recurso\",\"5837\":\"Recurso\",\"5838\":\"Recurso\",\"5839\":\"Recurso\",\"5840\":\"Recurso\",\"5841\":\"Recurso\",\"5842\":\"Recurso\",\"5843\":\"Recurso\",\"5844\":\"Recurso\",\"5845\":\"Recurso\",\"5846\":\"Recurso\",\"5847\":\"Recurso\",\"5848\":\"Recurso\",\"5849\":\"Recurso\",\"5850\":\"Recurso\",\"5851\":\"Recurso\",\"5852\":\"Recurso\",\"5853\":\"Recurso\",\"5854\":\"Recurso\",\"5855\":\"Recurso\",\"5856\":\"Recurso\",\"5857\":\"Recurso\",\"5858\":\"Recurso\",\"5859\":\"Recurso\",\"5860\":\"Recurso\",\"5861\":\"Recurso\",\"5862\":\"Recurso\",\"5863\":\"Recurso\",\"5864\":\"Recurso\",\"5865\":\"Recurso\",\"5866\":\"Recurso\",\"5867\":\"Recurso\",\"5868\":\"Recurso\",\"5869\":\"Recurso\",\"5870\":\"Recurso\",\"5871\":\"Recurso\",\"5872\":\"Recurso\",\"5873\":\"Recurso\",\"5874\":\"Recurso\",\"5875\":\"Recurso\",\"5876\":\"Recurso\",\"5877\":\"Recurso\",\"5878\":\"Recurso\",\"5879\":\"Recurso\",\"5880\":\"Recurso\",\"5881\":\"Recurso\",\"5882\":\"Recurso\",\"5883\":\"Recurso\",\"5884\":\"Recurso\",\"5885\":\"Recurso\",\"5886\":\"Recurso\",\"5887\":\"Recurso\",\"5888\":\"Recurso\",\"5889\":\"Recurso\",\"5890\":\"Recurso\",\"5891\":\"Recurso\",\"5892\":\"Recurso\",\"5893\":\"Recurso\",\"5894\":\"Recurso\",\"5895\":\"Recurso\",\"5896\":\"Recurso\",\"5897\":\"Recurso\",\"5898\":\"Recurso\",\"5899\":\"Recurso\",\"5900\":\"Recurso\",\"5901\":\"Recurso\",\"5902\":\"Recurso\",\"5903\":\"Recurso\",\"5904\":\"Recurso\",\"5905\":\"Recurso\",\"5906\":\"Recurso\",\"5907\":\"Recurso\",\"5908\":\"Recurso\",\"5909\":\"Recurso\",\"5910\":\"Recurso\",\"5911\":\"Recurso\",\"5912\":\"Recurso\",\"5913\":\"Recurso\",\"5914\":\"Recurso\",\"5915\":\"Recurso\",\"5916\":\"Recurso\",\"5917\":\"Recurso\",\"5918\":\"Recurso\",\"5919\":\"Recurso\",\"5920\":\"Recurso\",\"5921\":\"Recurso\",\"5922\":\"Recurso\",\"5923\":\"Recurso\",\"5924\":\"Recurso\",\"5925\":\"Recurso\",\"5926\":\"Recurso\",\"5927\":\"Recurso\",\"5928\":\"Recurso\",\"5929\":\"Recurso\",\"5930\":\"Recurso\",\"5931\":\"Recurso\",\"5932\":\"Recurso\",\"5933\":\"Recurso\",\"5934\":\"Recurso\",\"5935\":\"Recurso\",\"5936\":\"Recurso\",\"5937\":\"Recurso\",\"5938\":\"Recurso\",\"5939\":\"Recurso\",\"5940\":\"Recurso\",\"5941\":\"Recurso\",\"5942\":\"Recurso\",\"5943\":\"Recurso\",\"5944\":\"Recurso\",\"5945\":\"Recurso\",\"5946\":\"Recurso\",\"5947\":\"Recurso\",\"5948\":\"Recurso\",\"5949\":\"Recurso\",\"5950\":\"Recurso\",\"5951\":\"Recurso\",\"5952\":\"Recurso\",\"5953\":\"Recurso\",\"5954\":\"Recurso\",\"5955\":\"Recurso\",\"5956\":\"Recurso\",\"5957\":\"Recurso\",\"5958\":\"Recurso\",\"5959\":\"Recurso\",\"5960\":\"Recurso\",\"5961\":\"Recurso\",\"5962\":\"Recurso\",\"5963\":\"Recurso\",\"5964\":\"Recurso\",\"5965\":\"Recurso\",\"5966\":\"Recurso\",\"5967\":\"Recurso\",\"5968\":\"Recurso\",\"5969\":\"Recurso\",\"5970\":\"Recurso\",\"5971\":\"Recurso\",\"5972\":\"Recurso\",\"5973\":\"Recurso\",\"5974\":\"Recurso\",\"5975\":\"Recurso\",\"5976\":\"Recurso\",\"5977\":\"Recurso\",\"5978\":\"Recurso\",\"5979\":\"Recurso\",\"5980\":\"Recurso\",\"5981\":\"Recurso\",\"5982\":\"Recurso\",\"5983\":\"Recurso\",\"5984\":\"Recurso\",\"5985\":\"Recurso\",\"5986\":\"Recurso\",\"5987\":\"Recurso\",\"5988\":\"Recurso\",\"5989\":\"Recurso\",\"5990\":\"Recurso\",\"5991\":\"Recurso\",\"5992\":\"Recurso\",\"5993\":\"Recurso\",\"5994\":\"Recurso\",\"5995\":\"Recurso\",\"5996\":\"Recurso\",\"5997\":\"Recurso\",\"5998\":\"Recurso\",\"5999\":\"Recurso\",\"6000\":\"Recurso\",\"6001\":\"Recurso\",\"6002\":\"Recurso\",\"6003\":\"Recurso\",\"6004\":\"Recurso\",\"6005\":\"Recurso\",\"6006\":\"Recurso\",\"6007\":\"Recurso\",\"6008\":\"Recurso\",\"6009\":\"Recurso\",\"6010\":\"Recurso\",\"6011\":\"Recurso\",\"6012\":\"Recurso\",\"6013\":\"Recurso\",\"6014\":\"Recurso\",\"6015\":\"Recurso\",\"6016\":\"Recurso\",\"6017\":\"Recurso\",\"6018\":\"Recurso\",\"6019\":\"Recurso\",\"6020\":\"Recurso\",\"6021\":\"Recurso\",\"6022\":\"Recurso\",\"6023\":\"Recurso\",\"6024\":\"Recurso\",\"6025\":\"Recurso\",\"6026\":\"Recurso\",\"6027\":\"Recurso\",\"6028\":\"Recurso\",\"6029\":\"Recurso\",\"6030\":\"Recurso\",\"6031\":\"Recurso\",\"6032\":\"Recurso\",\"6033\":\"Recurso\",\"6034\":\"Recurso\",\"6035\":\"Recurso\",\"6036\":\"Recurso\",\"6037\":\"Recurso\",\"6038\":\"Recurso\",\"6039\":\"Recurso\",\"6040\":\"Recurso\",\"6041\":\"Recurso\",\"6042\":\"Recurso\",\"6043\":\"Recurso\",\"6044\":\"Recurso\",\"6045\":\"Recurso\",\"6046\":\"Recurso\",\"6047\":\"Recurso\",\"6048\":\"Recurso\",\"6049\":\"Recurso\",\"6050\":\"Recurso\",\"6051\":\"Recurso\",\"6052\":\"Recurso\",\"6053\":\"Recurso\",\"6054\":\"Recurso\",\"6055\":\"Recurso\",\"6056\":\"Recurso\",\"6057\":\"Recurso\",\"6058\":\"Recurso\",\"6059\":\"Recurso\",\"6060\":\"Recurso\",\"6061\":\"Recurso\",\"6062\":\"Recurso\",\"6063\":\"Recurso\",\"6064\":\"Recurso\",\"6065\":\"Recurso\",\"6066\":\"Recurso\",\"6067\":\"Recurso\",\"6068\":\"Recurso\",\"6069\":\"Recurso\",\"6070\":\"Recurso\",\"6071\":\"Recurso\",\"6072\":\"Recurso\",\"6073\":\"Recurso\",\"6074\":\"Recurso\",\"6075\":\"Recurso\",\"6076\":\"Recurso\",\"6077\":\"Recurso\",\"6078\":\"Recurso\",\"6079\":\"Recurso\",\"6080\":\"Recurso\",\"6081\":\"Recurso\",\"6082\":\"Recurso\",\"6083\":\"Recurso\",\"6084\":\"Recurso\",\"6085\":\"Recurso\",\"6086\":\"Recurso\",\"6087\":\"Recurso\",\"6088\":\"Recurso\",\"6089\":\"Recurso\",\"6090\":\"Recurso\",\"6091\":\"Recurso\",\"6092\":\"Recurso\",\"6093\":\"Recurso\",\"6094\":\"Recurso\",\"6095\":\"Recurso\",\"6096\":\"Recurso\",\"6097\":\"Recurso\",\"6098\":\"Recurso\",\"6099\":\"Recurso\",\"6100\":\"Recurso\",\"6101\":\"Recurso\",\"6102\":\"Recurso\",\"6103\":\"Recurso\",\"6104\":\"Recurso\",\"6105\":\"Recurso\",\"6106\":\"Recurso\",\"6107\":\"Recurso\",\"6108\":\"Recurso\",\"6109\":\"Recurso\",\"6110\":\"Recurso\",\"6111\":\"Recurso\",\"6112\":\"Recurso\",\"6113\":\"Recurso\",\"6114\":\"Recurso\",\"6115\":\"Recurso\",\"6116\":\"Recurso\",\"6117\":\"Recurso\",\"6118\":\"Recurso\",\"6119\":\"Recurso\",\"6120\":\"Recurso\",\"6121\":\"Recurso\",\"6122\":\"Recurso\",\"6123\":\"Recurso\",\"6124\":\"Recurso\",\"6125\":\"Recurso\",\"6126\":\"Recurso\",\"6127\":\"Recurso\",\"6128\":\"Recurso\",\"6129\":\"Recurso\",\"6130\":\"Recurso\",\"6131\":\"Recurso\",\"6132\":\"Recurso\",\"6133\":\"Recurso\",\"6134\":\"Recurso\",\"6135\":\"Recurso\",\"6136\":\"Recurso\",\"6137\":\"Recurso\",\"6138\":\"Recurso\",\"6139\":\"Recurso\",\"6140\":\"Recurso\",\"6141\":\"Recurso\",\"6142\":\"Recurso\",\"6143\":\"Recurso\",\"6144\":\"Recurso\",\"6145\":\"Recurso\",\"6146\":\"Recurso\",\"6147\":\"Recurso\",\"6148\":\"Recurso\",\"6149\":\"Recurso\",\"6150\":\"Recurso\",\"6151\":\"Recurso\",\"6152\":\"Recurso\",\"6153\":\"Recurso\",\"6154\":\"Recurso\",\"6155\":\"Recurso\",\"6156\":\"Recurso\",\"6157\":\"Recurso\",\"6158\":\"Recurso\",\"6159\":\"Recurso\",\"6160\":\"Recurso\",\"6161\":\"Recurso\",\"6162\":\"Recurso\",\"6163\":\"Recurso\",\"6164\":\"Recurso\",\"6165\":\"Recurso\",\"6166\":\"Recurso\",\"6167\":\"Recurso\",\"6168\":\"Recurso\",\"6169\":\"Recurso\",\"6170\":\"Recurso\",\"6171\":\"Recurso\",\"6172\":\"Recurso\",\"6173\":\"Recurso\",\"6174\":\"Recurso\",\"6175\":\"Recurso\",\"6176\":\"Recurso\",\"6177\":\"Recurso\",\"6178\":\"Recurso\",\"6179\":\"Recurso\",\"6180\":\"Recurso\",\"6181\":\"Recurso\",\"6182\":\"Recurso\",\"6183\":\"Recurso\",\"6184\":\"Recurso\",\"6185\":\"Recurso\",\"6186\":\"Recurso\",\"6187\":\"Recurso\",\"6188\":\"Recurso\",\"6189\":\"Recurso\",\"6190\":\"Recurso\",\"6191\":\"Recurso\",\"6192\":\"Recurso\",\"6193\":\"Recurso\",\"6194\":\"Recurso\",\"6195\":\"Recurso\",\"6196\":\"Recurso\",\"6197\":\"Recurso\",\"6198\":\"Recurso\",\"6199\":\"Recurso\",\"6200\":\"Recurso\",\"6201\":\"Recurso\",\"6202\":\"Recurso\",\"6203\":\"Recurso\",\"6204\":\"Recurso\",\"6205\":\"Recurso\",\"6206\":\"Recurso\",\"6207\":\"Recurso\",\"6208\":\"Recurso\",\"6209\":\"Recurso\",\"6210\":\"Recurso\",\"6211\":\"Recurso\",\"6212\":\"Recurso\",\"6213\":\"Recurso\",\"6214\":\"Recurso\",\"6215\":\"Recurso\",\"6216\":\"Recurso\",\"6217\":\"Recurso\",\"6218\":\"Recurso\",\"6219\":\"Recurso\",\"6220\":\"Recurso\",\"6221\":\"Recurso\",\"6222\":\"Recurso\",\"6223\":\"Recurso\",\"6224\":\"Recurso\",\"6225\":\"Recurso\",\"6226\":\"Recurso\",\"6227\":\"Recurso\",\"6228\":\"Recurso\",\"6229\":\"Recurso\",\"6230\":\"Recurso\",\"6231\":\"Recurso\",\"6232\":\"Recurso\",\"6233\":\"Recurso\",\"6234\":\"Recurso\",\"6235\":\"Recurso\",\"6236\":\"Recurso\",\"6237\":\"Recurso\",\"6238\":\"Recurso\",\"6239\":\"Recurso\",\"6240\":\"Recurso\",\"6241\":\"Recurso\",\"6242\":\"Recurso\",\"6243\":\"Recurso\",\"6244\":\"Recurso\",\"6245\":\"Recurso\",\"6246\":\"Recurso\",\"6247\":\"Recurso\",\"6248\":\"Recurso\",\"6249\":\"Recurso\",\"6250\":\"Recurso\",\"6251\":\"Recurso\",\"6252\":\"Recurso\",\"6253\":\"Recurso\",\"6254\":\"Recurso\",\"6255\":\"Recurso\",\"6256\":\"Recurso\",\"6257\":\"Recurso\",\"6258\":\"Recurso\",\"6259\":\"Recurso\",\"6260\":\"Recurso\",\"6261\":\"Recurso\",\"6262\":\"Recurso\",\"6263\":\"Recurso\",\"6264\":\"Recurso\",\"6265\":\"Recurso\",\"6266\":\"Recurso\",\"6267\":\"Recurso\",\"6268\":\"Recurso\",\"6269\":\"Recurso\",\"6270\":\"Recurso\",\"6271\":\"Recurso\",\"6272\":\"Recurso\",\"6273\":\"Recurso\",\"6274\":\"Recurso\",\"6275\":\"Recurso\",\"6276\":\"Recurso\",\"6277\":\"Recurso\",\"6278\":\"Recurso\",\"6279\":\"Recurso\",\"6280\":\"Recurso\",\"6281\":\"Recurso\",\"6282\":\"Recurso\",\"6283\":\"Recurso\",\"6284\":\"Recurso\",\"6285\":\"Recurso\",\"6286\":\"Recurso\",\"6287\":\"Recurso\",\"6288\":\"Recurso\",\"6289\":\"Recurso\",\"6290\":\"Recurso\",\"6291\":\"Recurso\",\"6292\":\"Recurso\",\"6293\":\"Recurso\",\"6294\":\"Recurso\",\"6295\":\"Recurso\",\"6296\":\"Recurso\",\"6297\":\"Recurso\",\"6298\":\"Recurso\",\"6299\":\"Recurso\",\"6300\":\"Recurso\",\"6301\":\"Recurso\",\"6302\":\"Recurso\",\"6303\":\"Recurso\",\"6304\":\"Recurso\",\"6305\":\"Recurso\",\"6306\":\"Recurso\",\"6307\":\"Recurso\",\"6308\":\"Recurso\",\"6309\":\"Recurso\",\"6310\":\"Recurso\",\"6311\":\"Recurso\",\"6312\":\"Recurso\",\"6313\":\"Recurso\",\"6314\":\"Recurso\",\"6315\":\"Recurso\",\"6316\":\"Recurso\",\"6317\":\"Recurso\",\"6318\":\"Recurso\",\"6319\":\"Recurso\",\"6320\":\"Recurso\",\"6321\":\"Recurso\",\"6322\":\"Recurso\",\"6323\":\"Recurso\",\"6324\":\"Recurso\",\"6325\":\"Recurso\",\"6326\":\"Recurso\",\"6327\":\"Recurso\",\"6328\":\"Recurso\",\"6329\":\"Recurso\",\"6330\":\"Recurso\",\"6331\":\"Recurso\",\"6332\":\"Recurso\",\"6333\":\"Recurso\",\"6334\":\"Recurso\",\"6335\":\"Recurso\",\"6336\":\"Recurso\",\"6337\":\"Recurso\",\"6338\":\"Recurso\",\"6339\":\"Recurso\",\"6340\":\"Recurso\",\"6341\":\"Recurso\",\"6342\":\"Recurso\",\"6343\":\"Recurso\",\"6344\":\"Recurso\",\"6345\":\"Recurso\",\"6346\":\"Recurso\",\"6347\":\"Recurso\",\"6348\":\"Recurso\",\"6349\":\"Recurso\",\"6350\":\"Recurso\",\"6351\":\"Recurso\",\"6352\":\"Recurso\",\"6353\":\"Recurso\",\"6354\":\"Recurso\",\"6355\":\"Recurso\",\"6356\":\"Recurso\",\"6357\":\"Recurso\",\"6358\":\"Recurso\",\"6359\":\"Recurso\",\"6360\":\"Recurso\",\"6361\":\"Recurso\",\"6362\":\"Recurso\",\"6363\":\"Recurso\",\"6364\":\"Recurso\",\"6365\":\"Recurso\",\"6366\":\"Recurso\",\"6367\":\"Recurso\",\"6368\":\"Recurso\",\"6369\":\"Recurso\",\"6370\":\"Recurso\",\"6371\":\"Recurso\",\"6372\":\"Recurso\",\"6373\":\"Recurso\",\"6374\":\"Recurso\",\"6375\":\"Recurso\",\"6376\":\"Recurso\",\"6377\":\"Recurso\",\"6378\":\"Recurso\",\"6379\":\"Recurso\",\"6380\":\"Recurso\",\"6381\":\"Recurso\",\"6382\":\"Recurso\",\"6383\":\"Recurso\",\"6384\":\"Recurso\",\"6385\":\"Recurso\",\"6386\":\"Recurso\",\"6387\":\"Recurso\",\"6388\":\"Recurso\",\"6389\":\"Recurso\",\"6390\":\"Recurso\",\"6391\":\"Recurso\",\"6392\":\"Recurso\",\"6393\":\"Recurso\",\"6394\":\"Recurso\",\"6395\":\"Recurso\",\"6396\":\"Recurso\",\"6397\":\"Recurso\",\"6398\":\"Recurso\",\"6399\":\"Recurso\",\"6400\":\"Recurso\",\"6401\":\"Recurso\",\"6402\":\"Recurso\",\"6403\":\"Recurso\",\"6404\":\"Recurso\",\"6405\":\"Recurso\",\"6406\":\"Recurso\",\"6407\":\"Recurso\",\"6408\":\"Recurso\",\"6409\":\"Recurso\",\"6410\":\"Recurso\",\"6411\":\"Recurso\",\"6412\":\"Recurso\",\"6413\":\"Recurso\",\"6414\":\"Recurso\",\"6415\":\"Recurso\",\"6416\":\"Recurso\",\"6417\":\"Recurso\",\"6418\":\"Recurso\",\"6419\":\"Recurso\",\"6420\":\"Recurso\",\"6421\":\"Recurso\",\"6422\":\"Recurso\",\"6423\":\"Recurso\",\"6424\":\"Recurso\",\"6425\":\"Recurso\",\"6426\":\"Recurso\",\"6427\":\"Recurso\",\"6428\":\"Recurso\",\"6429\":\"Recurso\",\"6430\":\"Recurso\",\"6431\":\"Recurso\",\"6432\":\"Recurso\",\"6433\":\"Recurso\",\"6434\":\"Recurso\",\"6435\":\"Recurso\",\"6436\":\"Recurso\",\"6437\":\"Recurso\",\"6438\":\"Recurso\",\"6439\":\"Recurso\",\"6440\":\"Recurso\",\"6441\":\"Recurso\",\"6442\":\"Recurso\",\"6443\":\"Recurso\",\"6444\":\"Recurso\",\"6445\":\"Recurso\",\"6446\":\"Recurso\",\"6447\":\"Recurso\",\"6448\":\"Recurso\",\"6449\":\"Recurso\",\"6450\":\"Recurso\",\"6451\":\"Recurso\",\"6452\":\"Recurso\",\"6453\":\"Recurso\",\"6454\":\"Recurso\",\"6455\":\"Recurso\",\"6456\":\"Recurso\",\"6457\":\"Recurso\",\"6458\":\"Recurso\",\"6459\":\"Recurso\",\"6460\":\"Recurso\",\"6461\":\"Recurso\",\"6462\":\"Recurso\",\"6463\":\"Recurso\",\"6464\":\"Recurso\",\"6465\":\"Recurso\",\"6466\":\"Recurso\",\"6467\":\"Recurso\",\"6468\":\"Recurso\",\"6469\":\"Recurso\",\"6470\":\"Recurso\",\"6471\":\"Recurso\",\"6472\":\"Recurso\",\"6473\":\"Recurso\",\"6474\":\"Recurso\",\"6475\":\"Recurso\",\"6476\":\"Recurso\",\"6477\":\"Recurso\",\"6478\":\"Recurso\",\"6479\":\"Recurso\",\"6480\":\"Recurso\",\"6481\":\"Recurso\",\"6482\":\"Recurso\",\"6483\":\"Recurso\",\"6484\":\"Recurso\",\"6485\":\"Recurso\",\"6486\":\"Recurso\",\"6487\":\"Recurso\",\"6488\":\"Recurso\",\"6489\":\"Recurso\",\"6490\":\"Recurso\",\"6491\":\"Recurso\",\"6492\":\"Recurso\",\"6493\":\"Recurso\",\"6494\":\"Recurso\",\"6495\":\"Recurso\",\"6496\":\"Recurso\",\"6497\":\"Recurso\",\"6498\":\"Recurso\",\"6499\":\"Recurso\",\"6500\":\"Recurso\",\"6501\":\"Recurso\",\"6502\":\"Recurso\",\"6503\":\"Recurso\",\"6504\":\"Recurso\",\"6505\":\"Recurso\",\"6506\":\"Recurso\",\"6507\":\"Recurso\",\"6508\":\"Recurso\",\"6509\":\"Recurso\",\"6510\":\"Recurso\",\"6511\":\"Recurso\",\"6512\":\"Recurso\",\"6513\":\"Recurso\",\"6514\":\"Recurso\",\"6515\":\"Recurso\",\"6516\":\"Recurso\",\"6517\":\"Recurso\",\"6518\":\"Recurso\",\"6519\":\"Recurso\",\"6520\":\"Recurso\",\"6521\":\"Recurso\",\"6522\":\"Recurso\",\"6523\":\"Recurso\",\"6524\":\"Recurso\",\"6525\":\"Recurso\",\"6526\":\"Recurso\",\"6527\":\"Recurso\",\"6528\":\"Recurso\",\"6529\":\"Recurso\",\"6530\":\"Recurso\",\"6531\":\"Recurso\",\"6532\":\"Recurso\",\"6533\":\"Recurso\",\"6534\":\"Recurso\",\"6535\":\"Recurso\",\"6536\":\"Recurso\",\"6537\":\"Recurso\",\"6538\":\"Recurso\",\"6539\":\"Recurso\",\"6540\":\"Recurso\",\"6541\":\"Recurso\",\"6542\":\"Recurso\",\"6543\":\"Recurso\",\"6544\":\"Recurso\",\"6545\":\"Recurso\",\"6546\":\"Recurso\",\"6547\":\"Recurso\",\"6548\":\"Recurso\",\"6549\":\"Recurso\",\"6550\":\"Recurso\",\"6551\":\"Recurso\",\"6552\":\"Recurso\",\"6553\":\"Recurso\",\"6554\":\"Recurso\",\"6555\":\"Recurso\",\"6556\":\"Recurso\",\"6557\":\"Recurso\",\"6558\":\"Recurso\",\"6559\":\"Recurso\",\"6560\":\"Recurso\",\"6561\":\"Recurso\",\"6562\":\"Recurso\",\"6563\":\"Recurso\",\"6564\":\"Recurso\",\"6565\":\"Recurso\",\"6566\":\"Recurso\",\"6567\":\"Recurso\",\"6568\":\"Recurso\",\"6569\":\"Recurso\",\"6570\":\"Recurso\",\"6571\":\"Recurso\",\"6572\":\"Recurso\",\"6573\":\"Recurso\",\"6574\":\"Recurso\",\"6575\":\"Recurso\",\"6576\":\"Recurso\",\"6577\":\"Recurso\",\"6578\":\"Recurso\",\"6579\":\"Recurso\",\"6580\":\"Recurso\",\"6581\":\"Recurso\",\"6582\":\"Recurso\",\"6583\":\"Recurso\",\"6584\":\"Recurso\",\"6585\":\"Recurso\",\"6586\":\"Recurso\",\"6587\":\"Recurso\",\"6588\":\"Recurso\",\"6589\":\"Recurso\",\"6590\":\"Recurso\",\"6591\":\"Recurso\",\"6592\":\"Recurso\",\"6593\":\"Recurso\",\"6594\":\"Recurso\",\"6595\":\"Recurso\",\"6596\":\"Recurso\",\"6597\":\"Recurso\",\"6598\":\"Recurso\",\"6599\":\"Recurso\",\"6600\":\"Recurso\",\"6601\":\"Recurso\",\"6602\":\"Recurso\",\"6603\":\"Recurso\",\"6604\":\"Recurso\",\"6605\":\"Recurso\",\"6606\":\"Recurso\",\"6607\":\"Recurso\",\"6608\":\"Recurso\",\"6609\":\"Recurso\",\"6610\":\"Recurso\",\"6611\":\"Recurso\",\"6612\":\"Recurso\",\"6613\":\"Recurso\",\"6614\":\"Recurso\",\"6615\":\"Recurso\",\"6616\":\"Recurso\",\"6617\":\"Recurso\",\"6618\":\"Recurso\",\"6619\":\"Recurso\",\"6620\":\"Recurso\",\"6621\":\"Recurso\",\"6622\":\"Recurso\",\"6623\":\"Recurso\",\"6624\":\"Recurso\",\"6625\":\"Recurso\",\"6626\":\"Recurso\",\"6627\":\"Recurso\",\"6628\":\"Recurso\",\"6629\":\"Recurso\",\"6630\":\"Recurso\",\"6631\":\"Recurso\",\"6632\":\"Recurso\",\"6633\":\"Recurso\",\"6634\":\"Recurso\",\"6635\":\"Recurso\",\"6636\":\"Recurso\",\"6637\":\"Recurso\",\"6638\":\"Recurso\",\"6639\":\"Recurso\",\"6640\":\"Recurso\",\"6641\":\"Recurso\",\"6642\":\"Recurso\",\"6643\":\"Recurso\",\"6644\":\"Recurso\",\"6645\":\"Recurso\",\"6646\":\"Recurso\",\"6647\":\"Recurso\",\"6648\":\"Recurso\",\"6649\":\"Recurso\",\"6650\":\"Recurso\",\"6651\":\"Recurso\",\"6652\":\"Recurso\",\"6653\":\"Recurso\",\"6654\":\"Recurso\",\"6655\":\"Recurso\",\"6656\":\"Recurso\",\"6657\":\"Recurso\",\"6658\":\"Recurso\",\"6659\":\"Recurso\",\"6660\":\"Recurso\",\"6661\":\"Recurso\",\"6662\":\"Recurso\",\"6663\":\"Recurso\",\"6664\":\"Recurso\",\"6665\":\"Recurso\",\"6666\":\"Recurso\",\"6667\":\"Recurso\",\"6668\":\"Recurso\",\"6669\":\"Recurso\",\"6670\":\"Recurso\",\"6671\":\"Recurso\",\"6672\":\"Recurso\",\"6673\":\"Recurso\",\"6674\":\"Recurso\",\"6675\":\"Recurso\",\"6676\":\"Recurso\",\"6677\":\"Recurso\",\"6678\":\"Recurso\",\"6679\":\"Recurso\",\"6680\":\"Recurso\",\"6681\":\"Recurso\",\"6682\":\"Recurso\",\"6683\":\"Recurso\",\"6684\":\"Recurso\",\"6685\":\"Recurso\",\"6686\":\"Recurso\",\"6687\":\"Recurso\",\"6688\":\"Recurso\",\"6689\":\"Recurso\",\"6690\":\"Recurso\",\"6691\":\"Recurso\",\"6692\":\"Recurso\",\"6693\":\"Recurso\",\"6694\":\"Recurso\",\"6695\":\"Recurso\",\"6696\":\"Recurso\",\"6697\":\"Recurso\",\"6698\":\"Recurso\",\"6699\":\"Recurso\",\"6700\":\"Recurso\",\"6701\":\"Recurso\",\"6702\":\"Recurso\",\"6703\":\"Recurso\",\"6704\":\"Recurso\",\"6705\":\"Recurso\",\"6706\":\"Recurso\",\"6707\":\"Recurso\",\"6708\":\"Recurso\",\"6709\":\"Recurso\",\"6710\":\"Recurso\",\"6711\":\"Recurso\",\"6712\":\"Recurso\",\"6713\":\"Recurso\",\"6714\":\"Recurso\",\"6715\":\"Recurso\",\"6716\":\"Recurso\",\"6717\":\"Recurso\",\"6718\":\"Recurso\",\"6719\":\"Recurso\",\"6720\":\"Recurso\",\"6721\":\"Recurso\",\"6722\":\"Recurso\",\"6723\":\"Recurso\",\"6724\":\"Recurso\",\"6725\":\"Recurso\",\"6726\":\"Recurso\",\"6727\":\"Recurso\",\"6728\":\"Recurso\",\"6729\":\"Recurso\",\"6730\":\"Recurso\",\"6731\":\"Recurso\",\"6732\":\"Recurso\",\"6733\":\"Recurso\",\"6734\":\"Recurso\",\"6735\":\"Recurso\",\"6736\":\"Recurso\",\"6737\":\"Recurso\",\"6738\":\"Recurso\",\"6739\":\"Recurso\",\"6740\":\"Recurso\",\"6741\":\"Recurso\",\"6742\":\"Recurso\",\"6743\":\"Recurso\",\"6744\":\"Recurso\",\"6745\":\"Recurso\",\"6746\":\"Recurso\",\"6747\":\"Recurso\",\"6748\":\"Recurso\",\"6749\":\"Recurso\",\"6750\":\"Recurso\",\"6751\":\"Recurso\",\"6752\":\"Recurso\",\"6753\":\"Recurso\",\"6754\":\"Recurso\",\"6755\":\"Recurso\",\"6756\":\"Recurso\",\"6757\":\"Recurso\",\"6758\":\"Recurso\",\"6759\":\"Recurso\",\"6760\":\"Recurso\",\"6761\":\"Recurso\",\"6762\":\"Recurso\",\"6763\":\"Recurso\",\"6764\":\"Recurso\",\"6765\":\"Recurso\",\"6766\":\"Recurso\",\"6767\":\"Recurso\",\"6768\":\"Recurso\",\"6769\":\"Recurso\",\"6770\":\"Recurso\",\"6771\":\"Recurso\",\"6772\":\"Recurso\",\"6773\":\"Recurso\",\"6774\":\"Recurso\",\"6775\":\"Recurso\",\"6776\":\"Recurso\",\"6777\":\"Recurso\",\"6778\":\"Recurso\",\"6779\":\"Recurso\",\"6780\":\"Recurso\",\"6781\":\"Recurso\",\"6782\":\"Recurso\",\"6783\":\"Recurso\",\"6784\":\"Recurso\",\"6785\":\"Recurso\",\"6786\":\"Recurso\",\"6787\":\"Recurso\",\"6788\":\"Recurso\",\"6789\":\"Recurso\",\"6790\":\"Recurso\",\"6791\":\"Recurso\",\"6792\":\"Recurso\",\"6793\":\"Recurso\",\"6794\":\"Recurso\",\"6795\":\"Recurso\",\"6796\":\"Recurso\",\"6797\":\"Recurso\",\"6798\":\"Recurso\",\"6799\":\"Recurso\",\"6800\":\"Recurso\",\"6801\":\"Recurso\",\"6802\":\"Recurso\",\"6803\":\"Recurso\",\"6804\":\"Recurso\",\"6805\":\"Recurso\",\"6806\":\"Recurso\",\"6807\":\"Recurso\",\"6808\":\"Recurso\",\"6809\":\"Recurso\",\"6810\":\"Recurso\",\"6811\":\"Recurso\",\"6812\":\"Recurso\",\"6813\":\"Recurso\",\"6814\":\"Recurso\",\"6815\":\"Recurso\",\"6816\":\"Recurso\",\"6817\":\"Recurso\",\"6818\":\"Recurso\",\"6819\":\"Recurso\",\"6820\":\"Recurso\",\"6821\":\"Recurso\",\"6822\":\"Recurso\",\"6823\":\"Recurso\",\"6824\":\"Recurso\",\"6825\":\"Recurso\",\"6826\":\"Recurso\",\"6827\":\"Recurso\",\"6828\":\"Recurso\",\"6829\":\"Recurso\",\"6830\":\"Recurso\",\"6831\":\"Recurso\",\"6832\":\"Recurso\",\"6833\":\"Recurso\",\"6834\":\"Recurso\",\"6835\":\"Recurso\",\"6836\":\"Recurso\",\"6837\":\"Recurso\",\"6838\":\"Recurso\",\"6839\":\"Recurso\",\"6840\":\"Recurso\",\"6841\":\"Recurso\",\"6842\":\"Recurso\",\"6843\":\"Recurso\",\"6844\":\"Recurso\",\"6845\":\"Recurso\",\"6846\":\"Recurso\",\"6847\":\"Recurso\",\"6848\":\"Recurso\",\"6849\":\"Recurso\",\"6850\":\"Recurso\",\"6851\":\"Recurso\",\"6852\":\"Recurso\",\"6853\":\"Recurso\",\"6854\":\"Recurso\",\"6855\":\"Recurso\",\"6856\":\"Recurso\",\"6857\":\"Recurso\",\"6858\":\"Recurso\",\"6859\":\"Recurso\",\"6860\":\"Recurso\",\"6861\":\"Recurso\",\"6862\":\"Recurso\",\"6863\":\"Recurso\",\"6864\":\"Recurso\",\"6865\":\"Recurso\",\"6866\":\"Recurso\",\"6867\":\"Recurso\",\"6868\":\"Recurso\",\"6869\":\"Recurso\",\"6870\":\"Recurso\",\"6871\":\"Recurso\",\"6872\":\"Recurso\",\"6873\":\"Recurso\",\"6874\":\"Recurso\",\"6875\":\"Recurso\",\"6876\":\"Recurso\",\"6877\":\"Recurso\",\"6878\":\"Recurso\",\"6879\":\"Recurso\",\"6880\":\"Recurso\",\"6881\":\"Recurso\",\"6882\":\"Recurso\",\"6883\":\"Recurso\",\"6884\":\"Recurso\",\"6885\":\"Recurso\",\"6886\":\"Recurso\",\"6887\":\"Recurso\",\"6888\":\"Recurso\",\"6889\":\"Recurso\",\"6890\":\"Recurso\",\"6891\":\"Recurso\",\"6892\":\"Recurso\",\"6893\":\"Recurso\",\"6894\":\"Recurso\",\"6895\":\"Recurso\",\"6896\":\"Recurso\",\"6897\":\"Recurso\",\"6898\":\"Recurso\",\"6899\":\"Recurso\",\"6900\":\"Recurso\",\"6901\":\"Recurso\",\"6902\":\"Recurso\",\"6903\":\"Recurso\",\"6904\":\"Recurso\",\"6905\":\"Recurso\",\"6906\":\"Recurso\",\"6907\":\"Recurso\",\"6908\":\"Recurso\",\"6909\":\"Recurso\",\"6910\":\"Recurso\",\"6911\":\"Recurso\",\"6912\":\"Recurso\",\"6913\":\"Recurso\",\"6914\":\"Recurso\",\"6915\":\"Recurso\",\"6916\":\"Recurso\",\"6917\":\"Recurso\",\"6918\":\"Recurso\",\"6919\":\"Recurso\",\"6920\":\"Recurso\",\"6921\":\"Recurso\",\"6922\":\"Recurso\",\"6923\":\"Recurso\",\"6924\":\"Recurso\",\"6925\":\"Recurso\",\"6926\":\"Recurso\",\"6927\":\"Recurso\",\"6928\":\"Recurso\",\"6929\":\"Recurso\",\"6930\":\"Recurso\",\"6931\":\"Recurso\",\"6932\":\"Recurso\",\"6933\":\"Recurso\",\"6934\":\"Recurso\",\"6935\":\"Recurso\",\"6936\":\"Recurso\",\"6937\":\"Recurso\",\"6938\":\"Recurso\",\"6939\":\"Recurso\",\"6940\":\"Recurso\",\"6941\":\"Recurso\",\"6942\":\"Recurso\",\"6943\":\"Recurso\",\"6944\":\"Recurso\",\"6945\":\"Recurso\",\"6946\":\"Recurso\",\"6947\":\"Recurso\",\"6948\":\"Recurso\",\"6949\":\"Recurso\",\"6950\":\"Recurso\",\"6951\":\"Recurso\",\"6952\":\"Recurso\",\"6953\":\"Recurso\",\"6954\":\"Recurso\",\"6955\":\"Recurso\",\"6956\":\"Recurso\",\"6957\":\"Recurso\",\"6958\":\"Recurso\",\"6959\":\"Recurso\",\"6960\":\"Recurso\",\"6961\":\"Recurso\",\"6962\":\"Recurso\",\"6963\":\"Recurso\",\"6964\":\"Recurso\",\"6965\":\"Recurso\",\"6966\":\"Recurso\",\"6967\":\"Recurso\",\"6968\":\"Recurso\",\"6969\":\"Recurso\",\"6970\":\"Recurso\",\"6971\":\"Recurso\",\"6972\":\"Recurso\",\"6973\":\"Recurso\",\"6974\":\"Recurso\",\"6975\":\"Recurso\",\"6976\":\"Recurso\",\"6977\":\"Recurso\",\"6978\":\"Recurso\",\"6979\":\"Recurso\",\"6980\":\"Recurso\",\"6981\":\"Recurso\",\"6982\":\"Recurso\",\"6983\":\"Recurso\",\"6984\":\"Recurso\",\"6985\":\"Recurso\",\"6986\":\"Recurso\",\"6987\":\"Recurso\",\"6988\":\"Recurso\",\"6989\":\"Recurso\",\"6990\":\"Recurso\",\"6991\":\"Recurso\",\"6992\":\"Recurso\",\"6993\":\"Recurso\",\"6994\":\"Recurso\",\"6995\":\"Recurso\",\"6996\":\"Recurso\",\"6997\":\"Recurso\",\"6998\":\"Recurso\",\"6999\":\"Recurso\",\"7000\":\"Recurso\",\"7001\":\"Recurso\",\"7002\":\"Recurso\",\"7003\":\"Recurso\",\"7004\":\"Recurso\",\"7005\":\"Recurso\",\"7006\":\"Recurso\",\"7007\":\"Recurso\",\"7008\":\"Recurso\",\"7009\":\"Recurso\",\"7010\":\"Recurso\",\"7011\":\"Recurso\",\"7012\":\"Recurso\",\"7013\":\"Recurso\",\"7014\":\"Recurso\",\"7015\":\"Recurso\",\"7016\":\"Recurso\",\"7017\":\"Recurso\",\"7018\":\"Recurso\",\"7019\":\"Recurso\",\"7020\":\"Recurso\",\"7021\":\"Recurso\",\"7022\":\"Recurso\",\"7023\":\"Recurso\",\"7024\":\"Recurso\",\"7025\":\"Recurso\",\"7026\":\"Recurso\",\"7027\":\"Recurso\",\"7028\":\"Recurso\",\"7029\":\"Recurso\",\"7030\":\"Recurso\",\"7031\":\"Recurso\",\"7032\":\"Recurso\",\"7033\":\"Recurso\",\"7034\":\"Recurso\",\"7035\":\"Recurso\",\"7036\":\"Recurso\",\"7037\":\"Recurso\",\"7038\":\"Recurso\",\"7039\":\"Recurso\",\"7040\":\"Recurso\",\"7041\":\"Recurso\",\"7042\":\"Recurso\",\"7043\":\"Recurso\",\"7044\":\"Recurso\",\"7045\":\"Recurso\",\"7046\":\"Recurso\",\"7047\":\"Recurso\",\"7048\":\"Recurso\",\"7049\":\"Recurso\",\"7050\":\"Recurso\",\"7051\":\"Recurso\",\"7052\":\"Recurso\",\"7053\":\"Recurso\",\"7054\":\"Recurso\",\"7055\":\"Recurso\",\"7056\":\"Recurso\",\"7057\":\"Recurso\",\"7058\":\"Recurso\",\"7059\":\"Recurso\",\"7060\":\"Recurso\",\"7061\":\"Recurso\",\"7062\":\"Recurso\",\"7063\":\"Recurso\",\"7064\":\"Recurso\",\"7065\":\"Recurso\",\"7066\":\"Recurso\",\"7067\":\"Recurso\",\"7068\":\"Recurso\",\"7069\":\"Recurso\",\"7070\":\"Recurso\",\"7071\":\"Recurso\",\"7072\":\"Recurso\",\"7073\":\"Recurso\",\"7074\":\"Recurso\",\"7075\":\"Recurso\",\"7076\":\"Recurso\",\"7077\":\"Recurso\",\"7078\":\"Recurso\",\"7079\":\"Recurso\",\"7080\":\"Recurso\",\"7081\":\"Recurso\",\"7082\":\"Recurso\",\"7083\":\"Recurso\",\"7084\":\"Recurso\",\"7085\":\"Recurso\",\"7086\":\"Recurso\",\"7087\":\"Recurso\",\"7088\":\"Recurso\",\"7089\":\"Recurso\",\"7090\":\"Recurso\",\"7091\":\"Recurso\",\"7092\":\"Recurso\",\"7093\":\"Recurso\",\"7094\":\"Recurso\",\"7095\":\"Recurso\",\"7096\":\"Recurso\",\"7097\":\"Recurso\",\"7098\":\"Recurso\",\"7099\":\"Recurso\",\"7100\":\"Recurso\",\"7101\":\"Recurso\",\"7102\":\"Recurso\",\"7103\":\"Recurso\",\"7104\":\"Recurso\",\"7105\":\"Recurso\",\"7106\":\"Recurso\",\"7107\":\"Recurso\",\"7108\":\"Recurso\",\"7109\":\"Recurso\",\"7110\":\"Recurso\",\"7111\":\"Recurso\",\"7112\":\"Recurso\",\"7113\":\"Recurso\",\"7114\":\"Recurso\",\"7115\":\"Recurso\",\"7116\":\"Recurso\",\"7117\":\"Recurso\",\"7118\":\"Recurso\",\"7119\":\"Recurso\",\"7120\":\"Recurso\",\"7121\":\"Recurso\",\"7122\":\"Recurso\",\"7123\":\"Recurso\",\"7124\":\"Recurso\",\"7125\":\"Recurso\",\"7126\":\"Recurso\",\"7127\":\"Recurso\",\"7128\":\"Recurso\",\"7129\":\"Recurso\",\"7130\":\"Recurso\",\"7131\":\"Recurso\",\"7132\":\"Recurso\",\"7133\":\"Recurso\",\"7134\":\"Recurso\",\"7135\":\"Recurso\",\"7136\":\"Recurso\",\"7137\":\"Recurso\",\"7138\":\"Recurso\",\"7139\":\"Recurso\",\"7140\":\"Recurso\",\"7141\":\"Recurso\",\"7142\":\"Recurso\",\"7143\":\"Recurso\",\"7144\":\"Recurso\",\"7145\":\"Recurso\",\"7146\":\"Recurso\",\"7147\":\"Recurso\",\"7148\":\"Recurso\",\"7149\":\"Recurso\",\"7150\":\"Recurso\",\"7151\":\"Recurso\",\"7152\":\"Recurso\",\"7153\":\"Recurso\",\"7154\":\"Recurso\",\"7155\":\"Recurso\",\"7156\":\"Recurso\",\"7157\":\"Recurso\",\"7158\":\"Recurso\",\"7159\":\"Recurso\",\"7160\":\"Recurso\",\"7161\":\"Recurso\",\"7162\":\"Recurso\",\"7163\":\"Recurso\",\"7164\":\"Recurso\",\"7165\":\"Recurso\",\"7166\":\"Recurso\",\"7167\":\"Recurso\",\"7168\":\"Recurso\",\"7169\":\"Recurso\",\"7170\":\"Recurso\",\"7171\":\"Recurso\",\"7172\":\"Recurso\",\"7173\":\"Recurso\",\"7174\":\"Recurso\",\"7175\":\"Recurso\",\"7176\":\"Recurso\",\"7177\":\"Recurso\",\"7178\":\"Recurso\",\"7179\":\"Recurso\",\"7180\":\"Recurso\",\"7181\":\"Recurso\",\"7182\":\"Recurso\",\"7183\":\"Recurso\",\"7184\":\"Recurso\",\"7185\":\"Recurso\",\"7186\":\"Recurso\",\"7187\":\"Recurso\",\"7188\":\"Recurso\",\"7189\":\"Recurso\",\"7190\":\"Recurso\",\"7191\":\"Recurso\",\"7192\":\"Recurso\",\"7193\":\"Recurso\",\"7194\":\"Recurso\",\"7195\":\"Recurso\",\"7196\":\"Recurso\",\"7197\":\"Recurso\",\"7198\":\"Recurso\",\"7199\":\"Recurso\",\"7200\":\"Recurso\",\"7201\":\"Recurso\",\"7202\":\"Recurso\",\"7203\":\"Recurso\",\"7204\":\"Recurso\",\"7205\":\"Recurso\",\"7206\":\"Recurso\",\"7207\":\"Recurso\",\"7208\":\"Recurso\",\"7209\":\"Recurso\",\"7210\":\"Recurso\",\"7211\":\"Recurso\",\"7212\":\"Recurso\",\"7213\":\"Recurso\",\"7214\":\"Recurso\",\"7215\":\"Recurso\",\"7216\":\"Recurso\",\"7217\":\"Recurso\",\"7218\":\"Recurso\",\"7219\":\"Recurso\",\"7220\":\"Recurso\",\"7221\":\"Recurso\",\"7222\":\"Recurso\",\"7223\":\"Recurso\",\"7224\":\"Recurso\",\"7225\":\"Recurso\",\"7226\":\"Recurso\",\"7227\":\"Recurso\",\"7228\":\"Recurso\",\"7229\":\"Recurso\",\"7230\":\"Recurso\",\"7231\":\"Recurso\",\"7232\":\"Recurso\",\"7233\":\"Recurso\",\"7234\":\"Recurso\",\"7235\":\"Recurso\",\"7236\":\"Recurso\",\"7237\":\"Recurso\",\"7238\":\"Recurso\",\"7239\":\"Recurso\",\"7240\":\"Recurso\",\"7241\":\"Recurso\",\"7242\":\"Recurso\",\"7243\":\"Recurso\",\"7244\":\"Recurso\",\"7245\":\"Recurso\",\"7246\":\"Recurso\",\"7247\":\"Recurso\",\"7248\":\"Recurso\",\"7249\":\"Recurso\",\"7250\":\"Recurso\",\"7251\":\"Recurso\",\"7252\":\"Recurso\",\"7253\":\"Recurso\",\"7254\":\"Recurso\",\"7255\":\"Recurso\",\"7256\":\"Recurso\",\"7257\":\"Recurso\",\"7258\":\"Recurso\",\"7259\":\"Recurso\",\"7260\":\"Recurso\",\"7261\":\"Recurso\",\"7262\":\"Recurso\",\"7263\":\"Recurso\",\"7264\":\"Recurso\",\"7265\":\"Recurso\",\"7266\":\"Recurso\",\"7267\":\"Recurso\",\"7268\":\"Recurso\",\"7269\":\"Recurso\",\"7270\":\"Recurso\",\"7271\":\"Recurso\",\"7272\":\"Recurso\",\"7273\":\"Recurso\",\"7274\":\"Recurso\",\"7275\":\"Recurso\",\"7276\":\"Recurso\",\"7277\":\"Recurso\",\"7278\":\"Recurso\",\"7279\":\"Recurso\",\"7280\":\"Recurso\",\"7281\":\"Recurso\",\"7282\":\"Recurso\",\"7283\":\"Recurso\",\"7284\":\"Recurso\",\"7285\":\"Recurso\",\"7286\":\"Recurso\",\"7287\":\"Recurso\",\"7288\":\"Recurso\",\"7289\":\"Recurso\",\"7290\":\"Recurso\",\"7291\":\"Recurso\",\"7292\":\"Recurso\",\"7293\":\"Recurso\",\"7294\":\"Recurso\",\"7295\":\"Recurso\",\"7296\":\"Recurso\",\"7297\":\"Recurso\",\"7298\":\"Recurso\",\"7299\":\"Recurso\",\"7300\":\"Recurso\",\"7301\":\"Recurso\",\"7302\":\"Recurso\",\"7303\":\"Recurso\",\"7304\":\"Recurso\",\"7305\":\"Recurso\",\"7306\":\"Recurso\",\"7307\":\"Recurso\",\"7308\":\"Recurso\",\"7309\":\"Recurso\",\"7310\":\"Recurso\",\"7311\":\"Recurso\",\"7312\":\"Recurso\",\"7313\":\"Recurso\",\"7314\":\"Recurso\",\"7315\":\"Recurso\",\"7316\":\"Recurso\",\"7317\":\"Recurso\",\"7318\":\"Recurso\",\"7319\":\"Recurso\",\"7320\":\"Recurso\",\"7321\":\"Recurso\",\"7322\":\"Recurso\",\"7323\":\"Recurso\",\"7324\":\"Recurso\",\"7325\":\"Recurso\",\"7326\":\"Recurso\",\"7327\":\"Recurso\",\"7328\":\"Recurso\",\"7329\":\"Recurso\",\"7330\":\"Recurso\",\"7331\":\"Recurso\",\"7332\":\"Recurso\",\"7333\":\"Recurso\",\"7334\":\"Recurso\",\"7335\":\"Recurso\",\"7336\":\"Recurso\",\"7337\":\"Recurso\",\"7338\":\"Recurso\",\"7339\":\"Recurso\",\"7340\":\"Recurso\",\"7341\":\"Recurso\",\"7342\":\"Recurso\",\"7343\":\"Recurso\",\"7344\":\"Recurso\",\"7345\":\"Recurso\",\"7346\":\"Recurso\",\"7347\":\"Recurso\",\"7348\":\"Recurso\",\"7349\":\"Recurso\",\"7350\":\"Recurso\",\"7351\":\"Recurso\",\"7352\":\"Recurso\",\"7353\":\"Recurso\",\"7354\":\"Recurso\",\"7355\":\"Recurso\",\"7356\":\"Recurso\",\"7357\":\"Recurso\",\"7358\":\"Recurso\",\"7359\":\"Recurso\",\"7360\":\"Recurso\",\"7361\":\"Recurso\",\"7362\":\"Recurso\",\"7363\":\"Recurso\",\"7364\":\"Recurso\",\"7365\":\"Recurso\",\"7366\":\"Recurso\",\"7367\":\"Recurso\",\"7368\":\"Recurso\",\"7369\":\"Recurso\",\"7370\":\"Recurso\",\"7371\":\"Recurso\",\"7372\":\"Recurso\",\"7373\":\"Recurso\",\"7374\":\"Recurso\",\"7375\":\"Recurso\",\"7376\":\"Recurso\",\"7377\":\"Recurso\",\"7378\":\"Recurso\",\"7379\":\"Recurso\",\"7380\":\"Recurso\",\"7381\":\"Recurso\",\"7382\":\"Recurso\",\"7383\":\"Recurso\",\"7384\":\"Recurso\",\"7385\":\"Recurso\",\"7386\":\"Recurso\",\"7387\":\"Recurso\",\"7388\":\"Recurso\",\"7389\":\"Recurso\",\"7390\":\"Recurso\",\"7391\":\"Recurso\",\"7392\":\"Recurso\",\"7393\":\"Recurso\",\"7394\":\"Recurso\",\"7395\":\"Recurso\",\"7396\":\"Recurso\",\"7397\":\"Recurso\",\"7398\":\"Recurso\",\"7399\":\"Recurso\",\"7400\":\"Recurso\",\"7401\":\"Recurso\",\"7402\":\"Recurso\",\"7403\":\"Recurso\",\"7404\":\"Recurso\",\"7405\":\"Recurso\",\"7406\":\"Recurso\",\"7407\":\"Recurso\",\"7408\":\"Recurso\",\"7409\":\"Recurso\",\"7410\":\"Recurso\",\"7411\":\"Recurso\",\"7412\":\"Recurso\",\"7413\":\"Recurso\",\"7414\":\"Recurso\",\"7415\":\"Recurso\",\"7416\":\"Recurso\",\"7417\":\"Recurso\",\"7418\":\"Recurso\",\"7419\":\"Recurso\",\"7420\":\"Recurso\",\"7421\":\"Recurso\",\"7422\":\"Recurso\",\"7423\":\"Recurso\",\"7424\":\"Recurso\",\"7425\":\"Recurso\",\"7426\":\"Recurso\",\"7427\":\"Recurso\",\"7428\":\"Recurso\",\"7429\":\"Recurso\",\"7430\":\"Recurso\",\"7431\":\"Recurso\",\"7432\":\"Recurso\",\"7433\":\"Recurso\",\"7434\":\"Recurso\",\"7435\":\"Recurso\",\"7436\":\"Recurso\",\"7437\":\"Recurso\",\"7438\":\"Recurso\",\"7439\":\"Recurso\",\"7440\":\"Recurso\",\"7441\":\"Recurso\",\"7442\":\"Recurso\",\"7443\":\"Recurso\",\"7444\":\"Recurso\",\"7445\":\"Recurso\",\"7446\":\"Recurso\",\"7447\":\"Recurso\",\"7448\":\"Recurso\",\"7449\":\"Recurso\",\"7450\":\"Recurso\",\"7451\":\"Recurso\",\"7452\":\"Recurso\",\"7453\":\"Recurso\",\"7454\":\"Recurso\",\"7455\":\"Recurso\",\"7456\":\"Recurso\",\"7457\":\"Recurso\",\"7458\":\"Recurso\",\"7459\":\"Recurso\",\"7460\":\"Recurso\",\"7461\":\"Recurso\",\"7462\":\"Recurso\",\"7463\":\"Recurso\",\"7464\":\"Recurso\",\"7465\":\"Recurso\",\"7466\":\"Recurso\",\"7467\":\"Recurso\",\"7468\":\"Recurso\",\"7469\":\"Recurso\",\"7470\":\"Recurso\",\"7471\":\"Recurso\",\"7472\":\"Recurso\",\"7473\":\"Recurso\",\"7474\":\"Recurso\",\"7475\":\"Recurso\",\"7476\":\"Recurso\",\"7477\":\"Recurso\",\"7478\":\"Recurso\",\"7479\":\"Recurso\",\"7480\":\"Recurso\",\"7481\":\"Recurso\",\"7482\":\"Recurso\",\"7483\":\"Recurso\",\"7484\":\"Recurso\",\"7485\":\"Recurso\",\"7486\":\"Recurso\",\"7487\":\"Recurso\",\"7488\":\"Recurso\",\"7489\":\"Recurso\",\"7490\":\"Recurso\",\"7491\":\"Recurso\",\"7492\":\"Recurso\",\"7493\":\"Recurso\",\"7494\":\"Recurso\",\"7495\":\"Recurso\",\"7496\":\"Recurso\",\"7497\":\"Recurso\",\"7498\":\"Recurso\",\"7499\":\"Recurso\",\"7500\":\"Recurso\",\"7501\":\"Recurso\",\"7502\":\"Recurso\",\"7503\":\"Recurso\",\"7504\":\"Recurso\",\"7505\":\"Recurso\",\"7506\":\"Recurso\",\"7507\":\"Recurso\",\"7508\":\"Recurso\",\"7509\":\"Recurso\",\"7510\":\"Recurso\",\"7511\":\"Recurso\",\"7512\":\"Recurso\",\"7513\":\"Recurso\",\"7514\":\"Recurso\",\"7515\":\"Recurso\",\"7516\":\"Recurso\",\"7517\":\"Recurso\",\"7518\":\"Recurso\",\"7519\":\"Recurso\",\"7520\":\"Recurso\",\"7521\":\"Recurso\",\"7522\":\"Recurso\",\"7523\":\"Recurso\",\"7524\":\"Recurso\",\"7525\":\"Recurso\",\"7526\":\"Recurso\",\"7527\":\"Recurso\",\"7528\":\"Recurso\",\"7529\":\"Recurso\",\"7530\":\"Recurso\",\"7531\":\"Recurso\",\"7532\":\"Recurso\",\"7533\":\"Recurso\",\"7534\":\"Recurso\",\"7535\":\"Recurso\",\"7536\":\"Recurso\",\"7537\":\"Recurso\",\"7538\":\"Recurso\",\"7539\":\"Recurso\",\"7540\":\"Recurso\",\"7541\":\"Recurso\",\"7542\":\"Recurso\",\"7543\":\"Recurso\",\"7544\":\"Recurso\",\"7545\":\"Recurso\",\"7546\":\"Recurso\",\"7547\":\"Recurso\",\"7548\":\"Recurso\",\"7549\":\"Recurso\",\"7550\":\"Recurso\",\"7551\":\"Recurso\",\"7552\":\"Recurso\",\"7553\":\"Recurso\",\"7554\":\"Recurso\",\"7555\":\"Recurso\",\"7556\":\"Recurso\",\"7557\":\"Recurso\",\"7558\":\"Recurso\",\"7559\":\"Recurso\",\"7560\":\"Recurso\",\"7561\":\"Recurso\",\"7562\":\"Recurso\",\"7563\":\"Recurso\",\"7564\":\"Recurso\",\"7565\":\"Recurso\",\"7566\":\"Recurso\",\"7567\":\"Recurso\",\"7568\":\"Recurso\",\"7569\":\"Recurso\",\"7570\":\"Recurso\",\"7571\":\"Recurso\",\"7572\":\"Recurso\",\"7573\":\"Recurso\",\"7574\":\"Recurso\",\"7575\":\"Recurso\",\"7576\":\"Recurso\",\"7577\":\"Recurso\",\"7578\":\"Recurso\",\"7579\":\"Recurso\",\"7580\":\"Recurso\",\"7581\":\"Recurso\",\"7582\":\"Recurso\",\"7583\":\"Recurso\",\"7584\":\"Recurso\",\"7585\":\"Recurso\",\"7586\":\"Recurso\",\"7587\":\"Recurso\",\"7588\":\"Recurso\",\"7589\":\"Recurso\",\"7590\":\"Recurso\",\"7591\":\"Recurso\",\"7592\":\"Recurso\",\"7593\":\"Recurso\",\"7594\":\"Recurso\",\"7595\":\"Recurso\",\"7596\":\"Recurso\",\"7597\":\"Recurso\",\"7598\":\"Recurso\",\"7599\":\"Recurso\",\"7600\":\"Recurso\",\"7601\":\"Recurso\",\"7602\":\"Recurso\",\"7603\":\"Recurso\",\"7604\":\"Recurso\",\"7605\":\"Recurso\",\"7606\":\"Recurso\",\"7607\":\"Recurso\",\"7608\":\"Recurso\",\"7609\":\"Recurso\",\"7610\":\"Recurso\",\"7611\":\"Recurso\",\"7612\":\"Recurso\",\"7613\":\"Recurso\",\"7614\":\"Recurso\",\"7615\":\"Recurso\",\"7616\":\"Recurso\",\"7617\":\"Recurso\",\"7618\":\"Recurso\",\"7619\":\"Recurso\",\"7620\":\"Recurso\",\"7621\":\"Recurso\",\"7622\":\"Recurso\",\"7623\":\"Recurso\",\"7624\":\"Recurso\",\"7625\":\"Recurso\",\"7626\":\"Recurso\",\"7627\":\"Recurso\",\"7628\":\"Recurso\",\"7629\":\"Recurso\",\"7630\":\"Recurso\",\"7631\":\"Recurso\",\"7632\":\"Recurso\",\"7633\":\"Recurso\",\"7634\":\"Recurso\",\"7635\":\"Recurso\",\"7636\":\"Recurso\",\"7637\":\"Recurso\",\"7638\":\"Recurso\",\"7639\":\"Recurso\",\"7640\":\"Recurso\",\"7641\":\"Recurso\",\"7642\":\"Recurso\",\"7643\":\"Recurso\",\"7644\":\"Recurso\",\"7645\":\"Recurso\",\"7646\":\"Recurso\",\"7647\":\"Recurso\",\"7648\":\"Recurso\",\"7649\":\"Recurso\",\"7650\":\"Recurso\",\"7651\":\"Recurso\",\"7652\":\"Recurso\",\"7653\":\"Recurso\",\"7654\":\"Recurso\",\"7655\":\"Recurso\",\"7656\":\"Recurso\",\"7657\":\"Recurso\",\"7658\":\"Recurso\",\"7659\":\"Recurso\",\"7660\":\"Recurso\",\"7661\":\"Recurso\",\"7662\":\"Recurso\",\"7663\":\"Recurso\",\"7664\":\"Recurso\",\"7665\":\"Recurso\",\"7666\":\"Recurso\",\"7667\":\"Recurso\",\"7668\":\"Recurso\",\"7669\":\"Recurso\",\"7670\":\"Recurso\",\"7671\":\"Recurso\",\"7672\":\"Recurso\",\"7673\":\"Recurso\",\"7674\":\"Recurso\",\"7675\":\"Recurso\",\"7676\":\"Recurso\",\"7677\":\"Recurso\",\"7678\":\"Recurso\",\"7679\":\"Recurso\",\"7680\":\"Recurso\",\"7681\":\"Recurso\",\"7682\":\"Recurso\",\"7683\":\"Recurso\",\"7684\":\"Recurso\",\"7685\":\"Recurso\",\"7686\":\"Recurso\",\"7687\":\"Recurso\",\"7688\":\"Recurso\",\"7689\":\"Recurso\",\"7690\":\"Recurso\",\"7691\":\"Recurso\",\"7692\":\"Recurso\",\"7693\":\"Recurso\",\"7694\":\"Recurso\",\"7695\":\"Recurso\",\"7696\":\"Recurso\",\"7697\":\"Recurso\",\"7698\":\"Recurso\",\"7699\":\"Recurso\",\"7700\":\"Recurso\",\"7701\":\"Recurso\",\"7702\":\"Recurso\",\"7703\":\"Recurso\",\"7704\":\"Recurso\",\"7705\":\"Recurso\",\"7706\":\"Recurso\",\"7707\":\"Recurso\",\"7708\":\"Recurso\",\"7709\":\"Recurso\",\"7710\":\"Recurso\",\"7711\":\"Recurso\",\"7712\":\"Recurso\",\"7713\":\"Recurso\",\"7714\":\"Recurso\",\"7715\":\"Recurso\",\"7716\":\"Recurso\",\"7717\":\"Recurso\",\"7718\":\"Recurso\",\"7719\":\"Recurso\",\"7720\":\"Recurso\",\"7721\":\"Recurso\",\"7722\":\"Recurso\",\"7723\":\"Recurso\",\"7724\":\"Recurso\",\"7725\":\"Recurso\",\"7726\":\"Recurso\",\"7727\":\"Recurso\",\"7728\":\"Recurso\",\"7729\":\"Recurso\",\"7730\":\"Recurso\",\"7731\":\"Recurso\",\"7732\":\"Recurso\",\"7733\":\"Recurso\",\"7734\":\"Recurso\",\"7735\":\"Recurso\",\"7736\":\"Recurso\",\"7737\":\"Recurso\",\"7738\":\"Recurso\",\"7739\":\"Recurso\",\"7740\":\"Recurso\",\"7741\":\"Recurso\",\"7742\":\"Recurso\",\"7743\":\"Recurso\",\"7744\":\"Recurso\",\"7745\":\"Recurso\",\"7746\":\"Recurso\",\"7747\":\"Recurso\",\"7748\":\"Recurso\",\"7749\":\"Recurso\",\"7750\":\"Recurso\",\"7751\":\"Recurso\",\"7752\":\"Recurso\",\"7753\":\"Recurso\",\"7754\":\"Recurso\",\"7755\":\"Recurso\",\"7756\":\"Recurso\",\"7757\":\"Recurso\",\"7758\":\"Recurso\",\"7759\":\"Recurso\",\"7760\":\"Recurso\",\"7761\":\"Recurso\",\"7762\":\"Recurso\",\"7763\":\"Recurso\",\"7764\":\"Recurso\",\"7765\":\"Recurso\",\"7766\":\"Recurso\",\"7767\":\"Recurso\",\"7768\":\"Recurso\",\"7769\":\"Recurso\",\"7770\":\"Recurso\",\"7771\":\"Recurso\",\"7772\":\"Recurso\",\"7773\":\"Recurso\",\"7774\":\"Recurso\",\"7775\":\"Recurso\",\"7776\":\"Recurso\",\"7777\":\"Recurso\",\"7778\":\"Recurso\",\"7779\":\"Recurso\",\"7780\":\"Recurso\",\"7781\":\"Recurso\",\"7782\":\"Recurso\",\"7783\":\"Recurso\",\"7784\":\"Recurso\",\"7785\":\"Recurso\",\"7786\":\"Recurso\",\"7787\":\"Recurso\",\"7788\":\"Recurso\",\"7789\":\"Recurso\",\"7790\":\"Recurso\",\"7791\":\"Recurso\",\"7792\":\"Recurso\",\"7793\":\"Recurso\",\"7794\":\"Recurso\",\"7795\":\"Recurso\",\"7796\":\"Recurso\",\"7797\":\"Recurso\",\"7798\":\"Recurso\",\"7799\":\"Recurso\",\"7800\":\"Recurso\",\"7801\":\"Recurso\",\"7802\":\"Recurso\",\"7803\":\"Recurso\",\"7804\":\"Recurso\",\"7805\":\"Recurso\",\"7806\":\"Recurso\",\"7807\":\"Recurso\",\"7808\":\"Recurso\",\"7809\":\"Recurso\",\"7810\":\"Recurso\",\"7811\":\"Recurso\",\"7812\":\"Recurso\",\"7813\":\"Recurso\",\"7814\":\"Recurso\",\"7815\":\"Recurso\",\"7816\":\"Recurso\",\"7817\":\"Recurso\",\"7818\":\"Recurso\",\"7819\":\"Recurso\",\"7820\":\"Recurso\",\"7821\":\"Recurso\",\"7822\":\"Recurso\",\"7823\":\"Recurso\",\"7824\":\"Recurso\",\"7825\":\"Recurso\",\"7826\":\"Recurso\",\"7827\":\"Recurso\",\"7828\":\"Recurso\",\"7829\":\"Recurso\",\"7830\":\"Recurso\",\"7831\":\"Recurso\",\"7832\":\"Recurso\",\"7833\":\"Recurso\",\"7834\":\"Recurso\",\"7835\":\"Recurso\",\"7836\":\"Recurso\",\"7837\":\"Recurso\",\"7838\":\"Recurso\",\"7839\":\"Recurso\",\"7840\":\"Recurso\",\"7841\":\"Recurso\",\"7842\":\"Recurso\",\"7843\":\"Recurso\",\"7844\":\"Recurso\",\"7845\":\"Recurso\",\"7846\":\"Recurso\",\"7847\":\"Recurso\",\"7848\":\"Recurso\",\"7849\":\"Recurso\",\"7850\":\"Recurso\",\"7851\":\"Recurso\",\"7852\":\"Recurso\",\"7853\":\"Recurso\",\"7854\":\"Recurso\",\"7855\":\"Recurso\",\"7856\":\"Recurso\",\"7857\":\"Recurso\",\"7858\":\"Recurso\",\"7859\":\"Recurso\",\"7860\":\"Recurso\",\"7861\":\"Recurso\",\"7862\":\"Recurso\",\"7863\":\"Recurso\",\"7864\":\"Recurso\",\"7865\":\"Recurso\",\"7866\":\"Recurso\",\"7867\":\"Recurso\",\"7868\":\"Recurso\",\"7869\":\"Recurso\",\"7870\":\"Recurso\",\"7871\":\"Recurso\",\"7872\":\"Recurso\",\"7873\":\"Recurso\",\"7874\":\"Recurso\",\"7875\":\"Recurso\",\"7876\":\"Recurso\",\"7877\":\"Recurso\",\"7878\":\"Recurso\",\"7879\":\"Recurso\",\"7880\":\"Recurso\",\"7881\":\"Recurso\",\"7882\":\"Recurso\",\"7883\":\"Recurso\",\"7884\":\"Recurso\",\"7885\":\"Recurso\",\"7886\":\"Recurso\",\"7887\":\"Recurso\",\"7888\":\"Recurso\",\"7889\":\"Recurso\",\"7890\":\"Recurso\",\"7891\":\"Recurso\",\"7892\":\"Recurso\",\"7893\":\"Recurso\",\"7894\":\"Recurso\",\"7895\":\"Recurso\",\"7896\":\"Recurso\",\"7897\":\"Recurso\",\"7898\":\"Recurso\",\"7899\":\"Recurso\",\"7900\":\"Recurso\",\"7901\":\"Recurso\",\"7902\":\"Recurso\",\"7903\":\"Recurso\",\"7904\":\"Recurso\",\"7905\":\"Recurso\",\"7906\":\"Recurso\",\"7907\":\"Recurso\",\"7908\":\"Recurso\",\"7909\":\"Recurso\",\"7910\":\"Recurso\",\"7911\":\"Recurso\",\"7912\":\"Recurso\",\"7913\":\"Recurso\",\"7914\":\"Recurso\",\"7915\":\"Recurso\",\"7916\":\"Recurso\",\"7917\":\"Recurso\",\"7918\":\"Recurso\",\"7919\":\"Recurso\",\"7920\":\"Recurso\",\"7921\":\"Recurso\",\"7922\":\"Recurso\",\"7923\":\"Recurso\",\"7924\":\"Recurso\",\"7925\":\"Recurso\",\"7926\":\"Recurso\",\"7927\":\"Recurso\",\"7928\":\"Recurso\",\"7929\":\"Recurso\",\"7930\":\"Recurso\",\"7931\":\"Recurso\",\"7932\":\"Recurso\",\"7933\":\"Recurso\",\"7934\":\"Recurso\",\"7935\":\"Recurso\",\"7936\":\"Recurso\",\"7937\":\"Recurso\",\"7938\":\"Recurso\",\"7939\":\"Recurso\",\"7940\":\"Recurso\",\"7941\":\"Recurso\",\"7942\":\"Recurso\",\"7943\":\"Recurso\",\"7944\":\"Recurso\",\"7945\":\"Recurso\",\"7946\":\"Recurso\",\"7947\":\"Recurso\",\"7948\":\"Recurso\",\"7949\":\"Recurso\",\"7950\":\"Recurso\",\"7951\":\"Recurso\",\"7952\":\"Recurso\",\"7953\":\"Recurso\",\"7954\":\"Recurso\",\"7955\":\"Recurso\",\"7956\":\"Recurso\",\"7957\":\"Recurso\",\"7958\":\"Recurso\",\"7959\":\"Recurso\",\"7960\":\"Recurso\",\"7961\":\"Recurso\",\"7962\":\"Recurso\",\"7963\":\"Recurso\",\"7964\":\"Recurso\",\"7965\":\"Recurso\",\"7966\":\"Recurso\",\"7967\":\"Recurso\",\"7968\":\"Recurso\",\"7969\":\"Recurso\",\"7970\":\"Recurso\",\"7971\":\"Recurso\",\"7972\":\"Recurso\",\"7973\":\"Recurso\",\"7974\":\"Recurso\",\"7975\":\"Recurso\",\"7976\":\"Recurso\",\"7977\":\"Recurso\",\"7978\":\"Recurso\",\"7979\":\"Recurso\",\"7980\":\"Recurso\",\"7981\":\"Recurso\",\"7982\":\"Recurso\",\"7983\":\"Recurso\",\"7984\":\"Recurso\",\"7985\":\"Recurso\",\"7986\":\"Recurso\",\"7987\":\"Recurso\",\"7988\":\"Recurso\",\"7989\":\"Recurso\",\"7990\":\"Recurso\",\"7991\":\"Recurso\",\"7992\":\"Recurso\",\"7993\":\"Recurso\",\"7994\":\"Recurso\",\"7995\":\"Recurso\",\"7996\":\"Recurso\",\"7997\":\"Recurso\",\"7998\":\"Recurso\",\"7999\":\"Recurso\",\"8000\":\"Recurso\",\"8001\":\"Recurso\",\"8002\":\"Recurso\",\"8003\":\"Recurso\",\"8004\":\"Recurso\",\"8005\":\"Recurso\",\"8006\":\"Recurso\",\"8007\":\"Recurso\",\"8008\":\"Recurso\",\"8009\":\"Recurso\",\"8010\":\"Recurso\",\"8011\":\"Recurso\",\"8012\":\"Recurso\",\"8013\":\"Recurso\",\"8014\":\"Recurso\",\"8015\":\"Recurso\",\"8016\":\"Recurso\",\"8017\":\"Recurso\",\"8018\":\"Recurso\",\"8019\":\"Recurso\",\"8020\":\"Recurso\",\"8021\":\"Recurso\",\"8022\":\"Recurso\",\"8023\":\"Recurso\",\"8024\":\"Recurso\",\"8025\":\"Recurso\",\"8026\":\"Recurso\",\"8027\":\"Recurso\",\"8028\":\"Recurso\",\"8029\":\"Recurso\",\"8030\":\"Recurso\",\"8031\":\"Recurso\",\"8032\":\"Recurso\",\"8033\":\"Recurso\",\"8034\":\"Recurso\",\"8035\":\"Recurso\",\"8036\":\"Recurso\",\"8037\":\"Recurso\",\"8038\":\"Recurso\",\"8039\":\"Recurso\",\"8040\":\"Recurso\",\"8041\":\"Recurso\",\"8042\":\"Recurso\",\"8043\":\"Recurso\",\"8044\":\"Recurso\",\"8045\":\"Recurso\",\"8046\":\"Recurso\",\"8047\":\"Recurso\",\"8048\":\"Recurso\",\"8049\":\"Recurso\",\"8050\":\"Recurso\",\"8051\":\"Recurso\",\"8052\":\"Recurso\",\"8053\":\"Recurso\",\"8054\":\"Recurso\",\"8055\":\"Recurso\",\"8056\":\"Recurso\",\"8057\":\"Recurso\",\"8058\":\"Recurso\",\"8059\":\"Recurso\",\"8060\":\"Recurso\",\"8061\":\"Recurso\",\"8062\":\"Recurso\",\"8063\":\"Recurso\",\"8064\":\"Recurso\",\"8065\":\"Recurso\",\"8066\":\"Recurso\",\"8067\":\"Recurso\",\"8068\":\"Recurso\",\"8069\":\"Recurso\",\"8070\":\"Recurso\",\"8071\":\"Recurso\",\"8072\":\"Recurso\",\"8073\":\"Recurso\",\"8074\":\"Recurso\",\"8075\":\"Recurso\",\"8076\":\"Recurso\",\"8077\":\"Recurso\",\"8078\":\"Recurso\",\"8079\":\"Recurso\",\"8080\":\"Recurso\",\"8081\":\"Recurso\",\"8082\":\"Recurso\",\"8083\":\"Recurso\",\"8084\":\"Recurso\",\"8085\":\"Recurso\",\"8086\":\"Recurso\",\"8087\":\"Recurso\",\"8088\":\"Recurso\",\"8089\":\"Recurso\",\"8090\":\"Recurso\",\"8091\":\"Recurso\",\"8092\":\"Recurso\",\"8093\":\"Recurso\",\"8094\":\"Recurso\",\"8095\":\"Recurso\",\"8096\":\"Recurso\",\"8097\":\"Recurso\",\"8098\":\"Recurso\",\"8099\":\"Recurso\",\"8100\":\"Recurso\",\"8101\":\"Recurso\",\"8102\":\"Recurso\",\"8103\":\"Recurso\",\"8104\":\"Recurso\",\"8105\":\"Recurso\",\"8106\":\"Recurso\",\"8107\":\"Recurso\",\"8108\":\"Recurso\",\"8109\":\"Recurso\",\"8110\":\"Recurso\",\"8111\":\"Recurso\",\"8112\":\"Recurso\",\"8113\":\"Recurso\",\"8114\":\"Recurso\",\"8115\":\"Recurso\",\"8116\":\"Recurso\",\"8117\":\"Recurso\",\"8118\":\"Recurso\",\"8119\":\"Recurso\",\"8120\":\"Recurso\",\"8121\":\"Recurso\",\"8122\":\"Recurso\",\"8123\":\"Recurso\",\"8124\":\"Recurso\",\"8125\":\"Recurso\",\"8126\":\"Recurso\",\"8127\":\"Recurso\",\"8128\":\"Recurso\",\"8129\":\"Recurso\",\"8130\":\"Recurso\",\"8131\":\"Recurso\",\"8132\":\"Recurso\",\"8133\":\"Recurso\",\"8134\":\"Recurso\",\"8135\":\"Recurso\",\"8136\":\"Recurso\",\"8137\":\"Recurso\",\"8138\":\"Recurso\",\"8139\":\"Recurso\",\"8140\":\"Recurso\",\"8141\":\"Recurso\",\"8142\":\"Recurso\",\"8143\":\"Recurso\",\"8144\":\"Recurso\",\"8145\":\"Recurso\",\"8146\":\"Recurso\",\"8147\":\"Recurso\",\"8148\":\"Recurso\",\"8149\":\"Recurso\",\"8150\":\"Recurso\",\"8151\":\"Recurso\",\"8152\":\"Recurso\",\"8153\":\"Recurso\",\"8154\":\"Recurso\",\"8155\":\"Recurso\",\"8156\":\"Recurso\",\"8157\":\"Recurso\",\"8158\":\"Recurso\",\"8159\":\"Recurso\",\"8160\":\"Recurso\",\"8161\":\"Recurso\",\"8162\":\"Recurso\",\"8163\":\"Recurso\",\"8164\":\"Recurso\",\"8165\":\"Recurso\",\"8166\":\"Recurso\",\"8167\":\"Recurso\",\"8168\":\"Recurso\",\"8169\":\"Recurso\",\"8170\":\"Recurso\",\"8171\":\"Recurso\",\"8172\":\"Recurso\",\"8173\":\"Recurso\",\"8174\":\"Recurso\",\"8175\":\"Recurso\",\"8176\":\"Recurso\",\"8177\":\"Recurso\",\"8178\":\"Recurso\",\"8179\":\"Recurso\",\"8180\":\"Recurso\",\"8181\":\"Recurso\",\"8182\":\"Recurso\",\"8183\":\"Recurso\",\"8184\":\"Recurso\",\"8185\":\"Recurso\",\"8186\":\"Recurso\",\"8187\":\"Recurso\",\"8188\":\"Recurso\",\"8189\":\"Recurso\",\"8190\":\"Recurso\",\"8191\":\"Recurso\",\"8192\":\"Recurso\",\"8193\":\"Recurso\",\"8194\":\"Recurso\",\"8195\":\"Recurso\",\"8196\":\"Recurso\",\"8197\":\"Recurso\",\"8198\":\"Recurso\",\"8199\":\"Recurso\",\"8200\":\"Recurso\",\"8201\":\"Recurso\",\"8202\":\"Recurso\",\"8203\":\"Recurso\",\"8204\":\"Recurso\",\"8205\":\"Recurso\",\"8206\":\"Recurso\",\"8207\":\"Recurso\",\"8208\":\"Recurso\",\"8209\":\"Recurso\",\"8210\":\"Recurso\",\"8211\":\"Recurso\",\"8212\":\"Recurso\",\"8213\":\"Recurso\",\"8214\":\"Recurso\",\"8215\":\"Recurso\",\"8216\":\"Recurso\",\"8217\":\"Recurso\",\"8218\":\"Recurso\",\"8219\":\"Recurso\",\"8220\":\"Recurso\",\"8221\":\"Recurso\",\"8222\":\"Recurso\",\"8223\":\"Recurso\",\"8224\":\"Recurso\",\"8225\":\"Recurso\",\"8226\":\"Recurso\",\"8227\":\"Recurso\",\"8228\":\"Recurso\",\"8229\":\"Recurso\",\"8230\":\"Recurso\",\"8231\":\"Recurso\",\"8232\":\"Recurso\",\"8233\":\"Recurso\",\"8234\":\"Recurso\",\"8235\":\"Recurso\",\"8236\":\"Recurso\",\"8237\":\"Recurso\",\"8238\":\"Recurso\",\"8239\":\"Recurso\",\"8240\":\"Recurso\",\"8241\":\"Recurso\",\"8242\":\"Recurso\",\"8243\":\"Recurso\",\"8244\":\"Recurso\",\"8245\":\"Recurso\",\"8246\":\"Recurso\",\"8247\":\"Recurso\",\"8248\":\"Recurso\",\"8249\":\"Recurso\",\"8250\":\"Recurso\",\"8251\":\"Recurso\",\"8252\":\"Recurso\",\"8253\":\"Recurso\",\"8254\":\"Recurso\",\"8255\":\"Recurso\",\"8256\":\"Recurso\",\"8257\":\"Recurso\",\"8258\":\"Recurso\",\"8259\":\"Recurso\",\"8260\":\"Recurso\",\"8261\":\"Recurso\",\"8262\":\"Recurso\",\"8263\":\"Recurso\",\"8264\":\"Recurso\",\"8265\":\"Recurso\",\"8266\":\"Recurso\",\"8267\":\"Recurso\",\"8268\":\"Recurso\",\"8269\":\"Recurso\",\"8270\":\"Recurso\",\"8271\":\"Recurso\",\"8272\":\"Recurso\",\"8273\":\"Recurso\",\"8274\":\"Recurso\",\"8275\":\"Recurso\",\"8276\":\"Recurso\",\"8277\":\"Recurso\",\"8278\":\"Recurso\",\"8279\":\"Recurso\",\"8280\":\"Recurso\",\"8281\":\"Recurso\",\"8282\":\"Recurso\",\"8283\":\"Recurso\",\"8284\":\"Recurso\",\"8285\":\"Recurso\",\"8286\":\"Recurso\",\"8287\":\"Recurso\",\"8288\":\"Recurso\",\"8289\":\"Recurso\",\"8290\":\"Recurso\",\"8291\":\"Recurso\",\"8292\":\"Recurso\",\"8293\":\"Recurso\",\"8294\":\"Recurso\",\"8295\":\"Recurso\",\"8296\":\"Recurso\",\"8297\":\"Recurso\",\"8298\":\"Recurso\",\"8299\":\"Recurso\",\"8300\":\"Recurso\",\"8301\":\"Recurso\",\"8302\":\"Recurso\",\"8303\":\"Recurso\",\"8304\":\"Recurso\",\"8305\":\"Recurso\",\"8306\":\"Recurso\",\"8307\":\"Recurso\",\"8308\":\"Recurso\",\"8309\":\"Recurso\",\"8310\":\"Recurso\",\"8311\":\"Recurso\",\"8312\":\"Recurso\",\"8313\":\"Recurso\",\"8314\":\"Recurso\",\"8315\":\"Recurso\",\"8316\":\"Recurso\",\"8317\":\"Recurso\",\"8318\":\"Recurso\",\"8319\":\"Recurso\",\"8320\":\"Recurso\",\"8321\":\"Recurso\",\"8322\":\"Recurso\",\"8323\":\"Recurso\",\"8324\":\"Recurso\",\"8325\":\"Recurso\",\"8326\":\"Recurso\",\"8327\":\"Recurso\",\"8328\":\"Recurso\",\"8329\":\"Recurso\",\"8330\":\"Recurso\",\"8331\":\"Recurso\",\"8332\":\"Recurso\",\"8333\":\"Recurso\",\"8334\":\"Recurso\",\"8335\":\"Recurso\",\"8336\":\"Recurso\",\"8337\":\"Recurso\",\"8338\":\"Recurso\",\"8339\":\"Recurso\",\"8340\":\"Recurso\",\"8341\":\"Recurso\",\"8342\":\"Recurso\",\"8343\":\"Recurso\",\"8344\":\"Recurso\",\"8345\":\"Recurso\",\"8346\":\"Recurso\",\"8347\":\"Recurso\",\"8348\":\"Recurso\",\"8349\":\"Recurso\",\"8350\":\"Recurso\",\"8351\":\"Recurso\",\"8352\":\"Recurso\",\"8353\":\"Recurso\",\"8354\":\"Recurso\",\"8355\":\"Recurso\",\"8356\":\"Recurso\",\"8357\":\"Recurso\",\"8358\":\"Recurso\",\"8359\":\"Recurso\",\"8360\":\"Recurso\",\"8361\":\"Recurso\",\"8362\":\"Recurso\",\"8363\":\"Recurso\",\"8364\":\"Recurso\",\"8365\":\"Recurso\",\"8366\":\"Recurso\",\"8367\":\"Recurso\",\"8368\":\"Recurso\",\"8369\":\"Recurso\",\"8370\":\"Recurso\",\"8371\":\"Recurso\",\"8372\":\"Recurso\",\"8373\":\"Recurso\",\"8374\":\"Recurso\",\"8375\":\"Recurso\",\"8376\":\"Recurso\",\"8377\":\"Recurso\",\"8378\":\"Recurso\",\"8379\":\"Recurso\",\"8380\":\"Recurso\",\"8381\":\"Recurso\",\"8382\":\"Recurso\",\"8383\":\"Recurso\",\"8384\":\"Recurso\",\"8385\":\"Recurso\",\"8386\":\"Recurso\",\"8387\":\"Recurso\",\"8388\":\"Recurso\",\"8389\":\"Recurso\",\"8390\":\"Recurso\",\"8391\":\"Recurso\",\"8392\":\"Recurso\",\"8393\":\"Recurso\",\"8394\":\"Recurso\",\"8395\":\"Recurso\",\"8396\":\"Recurso\",\"8397\":\"Recurso\",\"8398\":\"Recurso\",\"8399\":\"Recurso\",\"8400\":\"Recurso\",\"8401\":\"Recurso\",\"8402\":\"Recurso\",\"8403\":\"Recurso\",\"8404\":\"Recurso\",\"8405\":\"Recurso\",\"8406\":\"Recurso\",\"8407\":\"Recurso\",\"8408\":\"Recurso\",\"8409\":\"Recurso\",\"8410\":\"Recurso\",\"8411\":\"Recurso\",\"8412\":\"Recurso\",\"8413\":\"Recurso\",\"8414\":\"Recurso\",\"8415\":\"Recurso\",\"8416\":\"Recurso\",\"8417\":\"Recurso\",\"8418\":\"Recurso\",\"8419\":\"Recurso\",\"8420\":\"Recurso\",\"8421\":\"Recurso\",\"8422\":\"Recurso\",\"8423\":\"Recurso\",\"8424\":\"Recurso\",\"8425\":\"Recurso\",\"8426\":\"Recurso\",\"8427\":\"Recurso\",\"8428\":\"Recurso\",\"8429\":\"Recurso\",\"8430\":\"Recurso\",\"8431\":\"Recurso\",\"8432\":\"Recurso\",\"8433\":\"Recurso\",\"8434\":\"Recurso\",\"8435\":\"Recurso\",\"8436\":\"Recurso\",\"8437\":\"Recurso\",\"8438\":\"Recurso\",\"8439\":\"Recurso\",\"8440\":\"Recurso\",\"8441\":\"Recurso\",\"8442\":\"Recurso\",\"8443\":\"Recurso\",\"8444\":\"Recurso\",\"8445\":\"Recurso\",\"8446\":\"Recurso\",\"8447\":\"Recurso\",\"8448\":\"Recurso\",\"8449\":\"Recurso\",\"8450\":\"Recurso\",\"8451\":\"Recurso\",\"8452\":\"Recurso\",\"8453\":\"Recurso\",\"8454\":\"Recurso\",\"8455\":\"Recurso\",\"8456\":\"Recurso\",\"8457\":\"Recurso\",\"8458\":\"Recurso\",\"8459\":\"Recurso\",\"8460\":\"Recurso\",\"8461\":\"Recurso\",\"8462\":\"Recurso\",\"8463\":\"Recurso\",\"8464\":\"Recurso\",\"8465\":\"Recurso\",\"8466\":\"Recurso\",\"8467\":\"Recurso\",\"8468\":\"Recurso\",\"8469\":\"Recurso\",\"8470\":\"Recurso\",\"8471\":\"Recurso\",\"8472\":\"Recurso\",\"8473\":\"Recurso\",\"8474\":\"Recurso\",\"8475\":\"Recurso\",\"8476\":\"Recurso\",\"8477\":\"Recurso\",\"8478\":\"Recurso\",\"8479\":\"Recurso\",\"8480\":\"Recurso\",\"8481\":\"Recurso\",\"8482\":\"Recurso\",\"8483\":\"Recurso\",\"8484\":\"Recurso\",\"8485\":\"Recurso\",\"8486\":\"Recurso\",\"8487\":\"Recurso\",\"8488\":\"Recurso\",\"8489\":\"Recurso\",\"8490\":\"Recurso\",\"8491\":\"Recurso\",\"8492\":\"Recurso\",\"8493\":\"Recurso\",\"8494\":\"Recurso\",\"8495\":\"Recurso\",\"8496\":\"Recurso\",\"8497\":\"Recurso\",\"8498\":\"Recurso\",\"8499\":\"Recurso\",\"8500\":\"Recurso\",\"8501\":\"Recurso\",\"8502\":\"Recurso\",\"8503\":\"Recurso\",\"8504\":\"Recurso\",\"8505\":\"Recurso\",\"8506\":\"Recurso\",\"8507\":\"Recurso\",\"8508\":\"Recurso\",\"8509\":\"Recurso\",\"8510\":\"Recurso\",\"8511\":\"Recurso\",\"8512\":\"Recurso\",\"8513\":\"Recurso\",\"8514\":\"Recurso\",\"8515\":\"Recurso\",\"8516\":\"Recurso\",\"8517\":\"Recurso\",\"8518\":\"Recurso\",\"8519\":\"Recurso\",\"8520\":\"Recurso\",\"8521\":\"Recurso\",\"8522\":\"Recurso\",\"8523\":\"Recurso\",\"8524\":\"Recurso\",\"8525\":\"Recurso\",\"8526\":\"Recurso\",\"8527\":\"Recurso\",\"8528\":\"Recurso\",\"8529\":\"Recurso\",\"8530\":\"Recurso\",\"8531\":\"Recurso\",\"8532\":\"Recurso\",\"8533\":\"Recurso\",\"8534\":\"Recurso\",\"8535\":\"Recurso\",\"8536\":\"Recurso\",\"8537\":\"Recurso\",\"8538\":\"Recurso\",\"8539\":\"Recurso\",\"8540\":\"Recurso\",\"8541\":\"Recurso\",\"8542\":\"Recurso\",\"8543\":\"Recurso\",\"8544\":\"Recurso\",\"8545\":\"Recurso\",\"8546\":\"Recurso\",\"8547\":\"Recurso\",\"8548\":\"Recurso\",\"8549\":\"Recurso\",\"8550\":\"Recurso\",\"8551\":\"Recurso\",\"8552\":\"Recurso\",\"8553\":\"Recurso\",\"8554\":\"Recurso\",\"8555\":\"Recurso\",\"8556\":\"Recurso\",\"8557\":\"Recurso\",\"8558\":\"Recurso\",\"8559\":\"Recurso\",\"8560\":\"Recurso\",\"8561\":\"Recurso\",\"8562\":\"Recurso\",\"8563\":\"Recurso\",\"8564\":\"Recurso\",\"8565\":\"Recurso\",\"8566\":\"Recurso\",\"8567\":\"Recurso\",\"8568\":\"Recurso\",\"8569\":\"Recurso\",\"8570\":\"Recurso\",\"8571\":\"Recurso\",\"8572\":\"Recurso\",\"8573\":\"Recurso\",\"8574\":\"Recurso\",\"8575\":\"Recurso\",\"8576\":\"Recurso\",\"8577\":\"Recurso\",\"8578\":\"Recurso\",\"8579\":\"Recurso\",\"8580\":\"Recurso\",\"8581\":\"Recurso\",\"8582\":\"Recurso\",\"8583\":\"Recurso\",\"8584\":\"Recurso\",\"8585\":\"Recurso\",\"8586\":\"Recurso\",\"8587\":\"Recurso\",\"8588\":\"Recurso\",\"8589\":\"Recurso\",\"8590\":\"Recurso\",\"8591\":\"Recurso\",\"8592\":\"Recurso\",\"8593\":\"Recurso\",\"8594\":\"Recurso\",\"8595\":\"Recurso\",\"8596\":\"Recurso\",\"8597\":\"Recurso\",\"8598\":\"Recurso\",\"8599\":\"Recurso\",\"8600\":\"Recurso\",\"8601\":\"Recurso\",\"8602\":\"Recurso\",\"8603\":\"Recurso\",\"8604\":\"Recurso\",\"8605\":\"Recurso\",\"8606\":\"Recurso\",\"8607\":\"Recurso\",\"8608\":\"Recurso\",\"8609\":\"Recurso\",\"8610\":\"Recurso\",\"8611\":\"Recurso\",\"8612\":\"Recurso\",\"8613\":\"Recurso\",\"8614\":\"Recurso\",\"8615\":\"Recurso\",\"8616\":\"Recurso\",\"8617\":\"Recurso\",\"8618\":\"Recurso\",\"8619\":\"Recurso\",\"8620\":\"Recurso\",\"8621\":\"Recurso\",\"8622\":\"Recurso\",\"8623\":\"Recurso\",\"8624\":\"Recurso\",\"8625\":\"Recurso\",\"8626\":\"Recurso\",\"8627\":\"Recurso\",\"8628\":\"Recurso\",\"8629\":\"Recurso\",\"8630\":\"Recurso\",\"8631\":\"Recurso\",\"8632\":\"Recurso\",\"8633\":\"Recurso\",\"8634\":\"Recurso\",\"8635\":\"Recurso\",\"8636\":\"Recurso\",\"8637\":\"Recurso\",\"8638\":\"Recurso\",\"8639\":\"Recurso\",\"8640\":\"Recurso\",\"8641\":\"Recurso\",\"8642\":\"Recurso\",\"8643\":\"Recurso\",\"8644\":\"Recurso\",\"8645\":\"Recurso\",\"8646\":\"Recurso\",\"8647\":\"Recurso\",\"8648\":\"Recurso\",\"8649\":\"Recurso\",\"8650\":\"Recurso\",\"8651\":\"Recurso\",\"8652\":\"Recurso\",\"8653\":\"Recurso\",\"8654\":\"Recurso\",\"8655\":\"Recurso\",\"8656\":\"Recurso\",\"8657\":\"Recurso\",\"8658\":\"Recurso\",\"8659\":\"Recurso\",\"8660\":\"Recurso\",\"8661\":\"Recurso\",\"8662\":\"Recurso\",\"8663\":\"Recurso\",\"8664\":\"Recurso\",\"8665\":\"Recurso\",\"8666\":\"Recurso\",\"8667\":\"Recurso\",\"8668\":\"Recurso\",\"8669\":\"Recurso\",\"8670\":\"Recurso\",\"8671\":\"Recurso\",\"8672\":\"Recurso\",\"8673\":\"Recurso\",\"8674\":\"Recurso\",\"8675\":\"Recurso\",\"8676\":\"Recurso\",\"8677\":\"Recurso\",\"8678\":\"Recurso\",\"8679\":\"Recurso\",\"8680\":\"Recurso\",\"8681\":\"Recurso\",\"8682\":\"Recurso\",\"8683\":\"Recurso\",\"8684\":\"Recurso\",\"8685\":\"Recurso\",\"8686\":\"Recurso\",\"8687\":\"Recurso\",\"8688\":\"Recurso\",\"8689\":\"Recurso\",\"8690\":\"Recurso\",\"8691\":\"Recurso\",\"8692\":\"Recurso\",\"8693\":\"Recurso\",\"8694\":\"Recurso\",\"8695\":\"Recurso\",\"8696\":\"Recurso\",\"8697\":\"Recurso\",\"8698\":\"Recurso\",\"8699\":\"Recurso\",\"8700\":\"Recurso\",\"8701\":\"Recurso\",\"8702\":\"Recurso\",\"8703\":\"Recurso\",\"8704\":\"Recurso\",\"8705\":\"Recurso\",\"8706\":\"Recurso\",\"8707\":\"Recurso\",\"8708\":\"Recurso\",\"8709\":\"Recurso\",\"8710\":\"Recurso\",\"8711\":\"Recurso\",\"8712\":\"Recurso\",\"8713\":\"Recurso\",\"8714\":\"Recurso\",\"8715\":\"Recurso\",\"8716\":\"Recurso\",\"8717\":\"Recurso\",\"8718\":\"Recurso\",\"8719\":\"Recurso\",\"8720\":\"Recurso\",\"8721\":\"Recurso\",\"8722\":\"Recurso\",\"8723\":\"Recurso\",\"8724\":\"Recurso\",\"8725\":\"Recurso\",\"8726\":\"Recurso\",\"8727\":\"Recurso\",\"8728\":\"Recurso\",\"8729\":\"Recurso\",\"8730\":\"Recurso\",\"8731\":\"Recurso\",\"8732\":\"Recurso\",\"8733\":\"Recurso\",\"8734\":\"Recurso\",\"8735\":\"Recurso\",\"8736\":\"Recurso\",\"8737\":\"Recurso\",\"8738\":\"Recurso\",\"8739\":\"Recurso\",\"8740\":\"Recurso\",\"8741\":\"Recurso\",\"8742\":\"Recurso\",\"8743\":\"Recurso\",\"8744\":\"Recurso\",\"8745\":\"Recurso\",\"8746\":\"Recurso\",\"8747\":\"Recurso\",\"8748\":\"Recurso\",\"8749\":\"Recurso\",\"8750\":\"Recurso\",\"8751\":\"Recurso\",\"8752\":\"Recurso\",\"8753\":\"Recurso\",\"8754\":\"Recurso\",\"8755\":\"Recurso\",\"8756\":\"Recurso\",\"8757\":\"Recurso\",\"8758\":\"Recurso\",\"8759\":\"Recurso\",\"8760\":\"Recurso\",\"8761\":\"Recurso\",\"8762\":\"Recurso\",\"8763\":\"Recurso\",\"8764\":\"Recurso\",\"8765\":\"Recurso\",\"8766\":\"Recurso\",\"8767\":\"Recurso\",\"8768\":\"Recurso\",\"8769\":\"Recurso\",\"8770\":\"Recurso\",\"8771\":\"Recurso\",\"8772\":\"Recurso\",\"8773\":\"Recurso\",\"8774\":\"Recurso\",\"8775\":\"Recurso\",\"8776\":\"Recurso\",\"8777\":\"Recurso\",\"8778\":\"Recurso\",\"8779\":\"Recurso\",\"8780\":\"Recurso\",\"8781\":\"Recurso\",\"8782\":\"Recurso\",\"8783\":\"Recurso\",\"8784\":\"Recurso\",\"8785\":\"Recurso\",\"8786\":\"Recurso\",\"8787\":\"Recurso\",\"8788\":\"Recurso\",\"8789\":\"Recurso\",\"8790\":\"Recurso\",\"8791\":\"Recurso\",\"8792\":\"Recurso\",\"8793\":\"Recurso\",\"8794\":\"Recurso\",\"8795\":\"Recurso\",\"8796\":\"Recurso\",\"8797\":\"Recurso\",\"8798\":\"Recurso\",\"8799\":\"Recurso\",\"8800\":\"Recurso\",\"8801\":\"Recurso\",\"8802\":\"Recurso\",\"8803\":\"Recurso\",\"8804\":\"Recurso\",\"8805\":\"Recurso\",\"8806\":\"Recurso\",\"8807\":\"Recurso\",\"8808\":\"Recurso\",\"8809\":\"Recurso\",\"8810\":\"Recurso\",\"8811\":\"Recurso\",\"8812\":\"Recurso\",\"8813\":\"Recurso\",\"8814\":\"Recurso\",\"8815\":\"Recurso\",\"8816\":\"Recurso\",\"8817\":\"Recurso\",\"8818\":\"Recurso\",\"8819\":\"Recurso\",\"8820\":\"Recurso\",\"8821\":\"Recurso\",\"8822\":\"Recurso\",\"8823\":\"Recurso\",\"8824\":\"Recurso\",\"8825\":\"Recurso\",\"8826\":\"Recurso\",\"8827\":\"Recurso\",\"8828\":\"Recurso\",\"8829\":\"Recurso\",\"8830\":\"Recurso\",\"8831\":\"Recurso\",\"8832\":\"Recurso\",\"8833\":\"Recurso\",\"8834\":\"Recurso\",\"8835\":\"Recurso\",\"8836\":\"Recurso\",\"8837\":\"Recurso\",\"8838\":\"Recurso\",\"8839\":\"Recurso\",\"8840\":\"Recurso\",\"8841\":\"Recurso\",\"8842\":\"Recurso\",\"8843\":\"Recurso\",\"8844\":\"Recurso\",\"8845\":\"Recurso\",\"8846\":\"Recurso\",\"8847\":\"Recurso\",\"8848\":\"Recurso\",\"8849\":\"Recurso\",\"8850\":\"Recurso\",\"8851\":\"Recurso\",\"8852\":\"Recurso\",\"8853\":\"Recurso\",\"8854\":\"Recurso\",\"8855\":\"Recurso\",\"8856\":\"Recurso\",\"8857\":\"Recurso\",\"8858\":\"Recurso\",\"8859\":\"Recurso\",\"8860\":\"Recurso\",\"8861\":\"Recurso\",\"8862\":\"Recurso\",\"8863\":\"Recurso\",\"8864\":\"Recurso\",\"8865\":\"Recurso\",\"8866\":\"Recurso\",\"8867\":\"Recurso\",\"8868\":\"Recurso\",\"8869\":\"Recurso\",\"8870\":\"Recurso\",\"8871\":\"Recurso\",\"8872\":\"Recurso\",\"8873\":\"Recurso\",\"8874\":\"Recurso\",\"8875\":\"Recurso\",\"8876\":\"Recurso\",\"8877\":\"Recurso\",\"8878\":\"Recurso\",\"8879\":\"Recurso\",\"8880\":\"Recurso\",\"8881\":\"Recurso\",\"8882\":\"Recurso\",\"8883\":\"Recurso\",\"8884\":\"Recurso\",\"8885\":\"Recurso\",\"8886\":\"Recurso\",\"8887\":\"Recurso\",\"8888\":\"Recurso\",\"8889\":\"Recurso\",\"8890\":\"Recurso\",\"8891\":\"Recurso\",\"8892\":\"Recurso\",\"8893\":\"Recurso\",\"8894\":\"Recurso\",\"8895\":\"Recurso\",\"8896\":\"Recurso\",\"8897\":\"Recurso\",\"8898\":\"Recurso\",\"8899\":\"Recurso\",\"8900\":\"Recurso\",\"8901\":\"Recurso\",\"8902\":\"Recurso\",\"8903\":\"Recurso\",\"8904\":\"Recurso\",\"8905\":\"Recurso\",\"8906\":\"Recurso\",\"8907\":\"Recurso\",\"8908\":\"Recurso\",\"8909\":\"Recurso\",\"8910\":\"Recurso\",\"8911\":\"Recurso\",\"8912\":\"Recurso\",\"8913\":\"Recurso\",\"8914\":\"Recurso\",\"8915\":\"Recurso\",\"8916\":\"Recurso\",\"8917\":\"Recurso\",\"8918\":\"Recurso\",\"8919\":\"Recurso\",\"8920\":\"Recurso\",\"8921\":\"Recurso\",\"8922\":\"Recurso\",\"8923\":\"Recurso\",\"8924\":\"Recurso\",\"8925\":\"Recurso\",\"8926\":\"Recurso\",\"8927\":\"Recurso\",\"8928\":\"Recurso\",\"8929\":\"Recurso\",\"8930\":\"Recurso\",\"8931\":\"Recurso\",\"8932\":\"Recurso\",\"8933\":\"Recurso\",\"8934\":\"Recurso\",\"8935\":\"Recurso\",\"8936\":\"Recurso\",\"8937\":\"Recurso\",\"8938\":\"Recurso\",\"8939\":\"Recurso\",\"8940\":\"Recurso\",\"8941\":\"Recurso\",\"8942\":\"Recurso\",\"8943\":\"Recurso\",\"8944\":\"Recurso\",\"8945\":\"Recurso\",\"8946\":\"Recurso\",\"8947\":\"Recurso\",\"8948\":\"Recurso\",\"8949\":\"Recurso\",\"8950\":\"Recurso\",\"8951\":\"Recurso\",\"8952\":\"Recurso\",\"8953\":\"Recurso\",\"8954\":\"Recurso\",\"8955\":\"Recurso\",\"8956\":\"Recurso\",\"8957\":\"Recurso\",\"8958\":\"Recurso\",\"8959\":\"Recurso\",\"8960\":\"Recurso\",\"8961\":\"Recurso\",\"8962\":\"Recurso\",\"8963\":\"Recurso\",\"8964\":\"Recurso\",\"8965\":\"Recurso\",\"8966\":\"Recurso\",\"8967\":\"Recurso\",\"8968\":\"Recurso\",\"8969\":\"Recurso\",\"8970\":\"Recurso\",\"8971\":\"Recurso\",\"8972\":\"Recurso\",\"8973\":\"Recurso\",\"8974\":\"Recurso\",\"8975\":\"Recurso\",\"8976\":\"Recurso\",\"8977\":\"Recurso\",\"8978\":\"Recurso\",\"8979\":\"Recurso\",\"8980\":\"Recurso\",\"8981\":\"Recurso\",\"8982\":\"Recurso\",\"8983\":\"Recurso\",\"8984\":\"Recurso\",\"8985\":\"Recurso\",\"8986\":\"Recurso\",\"8987\":\"Recurso\",\"8988\":\"Recurso\",\"8989\":\"Recurso\",\"8990\":\"Recurso\",\"8991\":\"Recurso\",\"8992\":\"Recurso\",\"8993\":\"Recurso\",\"8994\":\"Recurso\",\"8995\":\"Recurso\",\"8996\":\"Recurso\",\"8997\":\"Recurso\",\"8998\":\"Recurso\",\"8999\":\"Recurso\",\"9000\":\"Recurso\",\"9001\":\"Recurso\",\"9002\":\"Recurso\",\"9003\":\"Recurso\",\"9004\":\"Recurso\",\"9005\":\"Recurso\",\"9006\":\"Recurso\",\"9007\":\"Recurso\",\"9008\":\"Recurso\",\"9009\":\"Recurso\",\"9010\":\"Recurso\",\"9011\":\"Recurso\",\"9012\":\"Recurso\",\"9013\":\"Recurso\",\"9014\":\"Recurso\",\"9015\":\"Recurso\",\"9016\":\"Recurso\",\"9017\":\"Recurso\",\"9018\":\"Recurso\",\"9019\":\"Recurso\",\"9020\":\"Recurso\",\"9021\":\"Recurso\",\"9022\":\"Recurso\",\"9023\":\"Recurso\",\"9024\":\"Recurso\",\"9025\":\"Recurso\",\"9026\":\"Recurso\",\"9027\":\"Recurso\",\"9028\":\"Recurso\",\"9029\":\"Recurso\",\"9030\":\"Recurso\",\"9031\":\"Recurso\",\"9032\":\"Recurso\",\"9033\":\"Recurso\",\"9034\":\"Recurso\",\"9035\":\"Recurso\",\"9036\":\"Recurso\",\"9037\":\"Recurso\",\"9038\":\"Recurso\",\"9039\":\"Recurso\",\"9040\":\"Recurso\",\"9041\":\"Recurso\",\"9042\":\"Recurso\",\"9043\":\"Recurso\",\"9044\":\"Recurso\",\"9045\":\"Recurso\",\"9046\":\"Recurso\",\"9047\":\"Recurso\",\"9048\":\"Recurso\",\"9049\":\"Recurso\",\"9050\":\"Recurso\",\"9051\":\"Recurso\",\"9052\":\"Recurso\",\"9053\":\"Recurso\",\"9054\":\"Recurso\",\"9055\":\"Recurso\",\"9056\":\"Recurso\",\"9057\":\"Recurso\",\"9058\":\"Recurso\",\"9059\":\"Recurso\",\"9060\":\"Recurso\",\"9061\":\"Recurso\",\"9062\":\"Recurso\",\"9063\":\"Recurso\",\"9064\":\"Recurso\",\"9065\":\"Recurso\",\"9066\":\"Recurso\",\"9067\":\"Recurso\",\"9068\":\"Recurso\",\"9069\":\"Recurso\",\"9070\":\"Recurso\",\"9071\":\"Recurso\",\"9072\":\"Recurso\",\"9073\":\"Recurso\",\"9074\":\"Recurso\",\"9075\":\"Recurso\",\"9076\":\"Recurso\",\"9077\":\"Recurso\",\"9078\":\"Recurso\",\"9079\":\"Recurso\",\"9080\":\"Recurso\",\"9081\":\"Recurso\",\"9082\":\"Recurso\",\"9083\":\"Recurso\",\"9084\":\"Recurso\",\"9085\":\"Recurso\",\"9086\":\"Recurso\",\"9087\":\"Recurso\",\"9088\":\"Recurso\",\"9089\":\"Recurso\",\"9090\":\"Recurso\",\"9091\":\"Recurso\",\"9092\":\"Recurso\",\"9093\":\"Recurso\",\"9094\":\"Recurso\",\"9095\":\"Recurso\",\"9096\":\"Recurso\",\"9097\":\"Recurso\",\"9098\":\"Recurso\",\"9099\":\"Recurso\",\"9100\":\"Recurso\",\"9101\":\"Recurso\",\"9102\":\"Recurso\",\"9103\":\"Recurso\",\"9104\":\"Recurso\",\"9105\":\"Recurso\",\"9106\":\"Recurso\",\"9107\":\"Recurso\",\"9108\":\"Recurso\",\"9109\":\"Recurso\",\"9110\":\"Recurso\",\"9111\":\"Recurso\",\"9112\":\"Recurso\",\"9113\":\"Recurso\",\"9114\":\"Recurso\",\"9115\":\"Recurso\",\"9116\":\"Recurso\",\"9117\":\"Recurso\",\"9118\":\"Recurso\",\"9119\":\"Recurso\",\"9120\":\"Recurso\",\"9121\":\"Recurso\",\"9122\":\"Recurso\",\"9123\":\"Recurso\",\"9124\":\"Recurso\",\"9125\":\"Recurso\",\"9126\":\"Recurso\",\"9127\":\"Recurso\",\"9128\":\"Recurso\",\"9129\":\"Recurso\",\"9130\":\"Recurso\",\"9131\":\"Recurso\",\"9132\":\"Recurso\",\"9133\":\"Recurso\",\"9134\":\"Recurso\",\"9135\":\"Recurso\",\"9136\":\"Recurso\",\"9137\":\"Recurso\",\"9138\":\"Recurso\",\"9139\":\"Recurso\",\"9140\":\"Recurso\",\"9141\":\"Recurso\",\"9142\":\"Recurso\",\"9143\":\"Recurso\",\"9144\":\"Recurso\",\"9145\":\"Recurso\",\"9146\":\"Recurso\",\"9147\":\"Recurso\",\"9148\":\"Recurso\",\"9149\":\"Recurso\",\"9150\":\"Recurso\",\"9151\":\"Recurso\",\"9152\":\"Recurso\",\"9153\":\"Recurso\",\"9154\":\"Recurso\",\"9155\":\"Recurso\",\"9156\":\"Recurso\",\"9157\":\"Recurso\",\"9158\":\"Recurso\",\"9159\":\"Recurso\",\"9160\":\"Recurso\",\"9161\":\"Recurso\",\"9162\":\"Recurso\",\"9163\":\"Recurso\",\"9164\":\"Recurso\",\"9165\":\"Recurso\",\"9166\":\"Recurso\",\"9167\":\"Recurso\",\"9168\":\"Recurso\",\"9169\":\"Recurso\",\"9170\":\"Recurso\",\"9171\":\"Recurso\",\"9172\":\"Recurso\",\"9173\":\"Recurso\",\"9174\":\"Recurso\",\"9175\":\"Recurso\",\"9176\":\"Recurso\",\"9177\":\"Recurso\",\"9178\":\"Recurso\",\"9179\":\"Recurso\",\"9180\":\"Recurso\",\"9181\":\"Recurso\",\"9182\":\"Recurso\",\"9183\":\"Recurso\",\"9184\":\"Recurso\",\"9185\":\"Recurso\",\"9186\":\"Recurso\",\"9187\":\"Recurso\",\"9188\":\"Recurso\",\"9189\":\"Recurso\",\"9190\":\"Recurso\",\"9191\":\"Recurso\",\"9192\":\"Recurso\",\"9193\":\"Recurso\",\"9194\":\"Recurso\",\"9195\":\"Recurso\",\"9196\":\"Recurso\",\"9197\":\"Recurso\",\"9198\":\"Recurso\",\"9199\":\"Recurso\",\"9200\":\"Recurso\",\"9201\":\"Recurso\",\"9202\":\"Recurso\",\"9203\":\"Recurso\",\"9204\":\"Recurso\",\"9205\":\"Recurso\",\"9206\":\"Recurso\",\"9207\":\"Recurso\",\"9208\":\"Recurso\",\"9209\":\"Recurso\",\"9210\":\"Recurso\",\"9211\":\"Recurso\",\"9212\":\"Recurso\",\"9213\":\"Recurso\",\"9214\":\"Recurso\",\"9215\":\"Recurso\",\"9216\":\"Recurso\",\"9217\":\"Recurso\",\"9218\":\"Recurso\",\"9219\":\"Recurso\",\"9220\":\"Recurso\",\"9221\":\"Recurso\",\"9222\":\"Recurso\",\"9223\":\"Recurso\",\"9224\":\"Recurso\",\"9225\":\"Recurso\",\"9226\":\"Recurso\",\"9227\":\"Recurso\",\"9228\":\"Recurso\",\"9229\":\"Recurso\",\"9230\":\"Recurso\",\"9231\":\"Recurso\",\"9232\":\"Recurso\",\"9233\":\"Recurso\",\"9234\":\"Recurso\",\"9235\":\"Recurso\",\"9236\":\"Recurso\",\"9237\":\"Recurso\",\"9238\":\"Recurso\",\"9239\":\"Recurso\",\"9240\":\"Recurso\",\"9241\":\"Recurso\",\"9242\":\"Recurso\",\"9243\":\"Recurso\",\"9244\":\"Recurso\",\"9245\":\"Recurso\",\"9246\":\"Recurso\",\"9247\":\"Recurso\",\"9248\":\"Recurso\",\"9249\":\"Recurso\",\"9250\":\"Recurso\",\"9251\":\"Recurso\",\"9252\":\"Recurso\",\"9253\":\"Recurso\",\"9254\":\"Recurso\",\"9255\":\"Recurso\",\"9256\":\"Recurso\",\"9257\":\"Recurso\",\"9258\":\"Recurso\",\"9259\":\"Recurso\",\"9260\":\"Recurso\",\"9261\":\"Recurso\",\"9262\":\"Recurso\",\"9263\":\"Recurso\",\"9264\":\"Recurso\",\"9265\":\"Recurso\",\"9266\":\"Recurso\",\"9267\":\"Recurso\",\"9268\":\"Recurso\",\"9269\":\"Recurso\",\"9270\":\"Recurso\",\"9271\":\"Recurso\",\"9272\":\"Recurso\",\"9273\":\"Recurso\",\"9274\":\"Recurso\",\"9275\":\"Recurso\",\"9276\":\"Recurso\",\"9277\":\"Recurso\",\"9278\":\"Recurso\",\"9279\":\"Recurso\",\"9280\":\"Recurso\",\"9281\":\"Recurso\",\"9282\":\"Recurso\",\"9283\":\"Recurso\",\"9284\":\"Recurso\",\"9285\":\"Recurso\",\"9286\":\"Recurso\",\"9287\":\"Recurso\",\"9288\":\"Recurso\",\"9289\":\"Recurso\",\"9290\":\"Recurso\",\"9291\":\"Recurso\",\"9292\":\"Recurso\",\"9293\":\"Recurso\",\"9294\":\"Recurso\",\"9295\":\"Recurso\",\"9296\":\"Recurso\",\"9297\":\"Recurso\",\"9298\":\"Recurso\",\"9299\":\"Recurso\",\"9300\":\"Recurso\",\"9301\":\"Recurso\",\"9302\":\"Recurso\",\"9303\":\"Recurso\",\"9304\":\"Recurso\",\"9305\":\"Recurso\",\"9306\":\"Recurso\",\"9307\":\"Recurso\",\"9308\":\"Recurso\",\"9309\":\"Recurso\",\"9310\":\"Recurso\",\"9311\":\"Recurso\",\"9312\":\"Recurso\",\"9313\":\"Recurso\",\"9314\":\"Recurso\",\"9315\":\"Recurso\",\"9316\":\"Recurso\",\"9317\":\"Recurso\",\"9318\":\"Recurso\",\"9319\":\"Recurso\",\"9320\":\"Recurso\",\"9321\":\"Recurso\",\"9322\":\"Recurso\",\"9323\":\"Recurso\",\"9324\":\"Recurso\",\"9325\":\"Recurso\",\"9326\":\"Recurso\",\"9327\":\"Recurso\",\"9328\":\"Recurso\",\"9329\":\"Recurso\",\"9330\":\"Recurso\",\"9331\":\"Recurso\",\"9332\":\"Recurso\",\"9333\":\"Recurso\",\"9334\":\"Recurso\",\"9335\":\"Recurso\",\"9336\":\"Recurso\",\"9337\":\"Recurso\",\"9338\":\"Recurso\",\"9339\":\"Recurso\",\"9340\":\"Recurso\",\"9341\":\"Recurso\",\"9342\":\"Recurso\",\"9343\":\"Recurso\",\"9344\":\"Recurso\",\"9345\":\"Recurso\",\"9346\":\"Recurso\",\"9347\":\"Recurso\",\"9348\":\"Recurso\",\"9349\":\"Recurso\",\"9350\":\"Recurso\",\"9351\":\"Recurso\",\"9352\":\"Recurso\",\"9353\":\"Recurso\",\"9354\":\"Recurso\",\"9355\":\"Recurso\",\"9356\":\"Recurso\",\"9357\":\"Recurso\",\"9358\":\"Recurso\",\"9359\":\"Recurso\",\"9360\":\"Recurso\",\"9361\":\"Recurso\",\"9362\":\"Recurso\",\"9363\":\"Recurso\",\"9364\":\"Recurso\",\"9365\":\"Recurso\",\"9366\":\"Recurso\",\"9367\":\"Recurso\",\"9368\":\"Recurso\",\"9369\":\"Recurso\",\"9370\":\"Recurso\",\"9371\":\"Recurso\",\"9372\":\"Recurso\",\"9373\":\"Recurso\",\"9374\":\"Recurso\",\"9375\":\"Recurso\",\"9376\":\"Recurso\",\"9377\":\"Recurso\",\"9378\":\"Recurso\",\"9379\":\"Recurso\",\"9380\":\"Recurso\",\"9381\":\"Recurso\",\"9382\":\"Recurso\",\"9383\":\"Recurso\",\"9384\":\"Recurso\",\"9385\":\"Recurso\",\"9386\":\"Recurso\",\"9387\":\"Recurso\",\"9388\":\"Recurso\",\"9389\":\"Recurso\",\"9390\":\"Recurso\",\"9391\":\"Recurso\",\"9392\":\"Recurso\",\"9393\":\"Recurso\",\"9394\":\"Recurso\",\"9395\":\"Recurso\",\"9396\":\"Recurso\",\"9397\":\"Recurso\",\"9398\":\"Recurso\",\"9399\":\"Recurso\",\"9400\":\"Recurso\",\"9401\":\"Recurso\",\"9402\":\"Recurso\",\"9403\":\"Recurso\",\"9404\":\"Recurso\",\"9405\":\"Recurso\",\"9406\":\"Recurso\",\"9407\":\"Recurso\",\"9408\":\"Recurso\",\"9409\":\"Recurso\",\"9410\":\"Recurso\",\"9411\":\"Recurso\",\"9412\":\"Recurso\",\"9413\":\"Recurso\",\"9414\":\"Recurso\",\"9415\":\"Recurso\",\"9416\":\"Recurso\",\"9417\":\"Recurso\",\"9418\":\"Recurso\",\"9419\":\"Recurso\",\"9420\":\"Recurso\",\"9421\":\"Recurso\",\"9422\":\"Recurso\",\"9423\":\"Recurso\",\"9424\":\"Recurso\",\"9425\":\"Recurso\",\"9426\":\"Recurso\",\"9427\":\"Recurso\",\"9428\":\"Recurso\",\"9429\":\"Recurso\",\"9430\":\"Recurso\",\"9431\":\"Recurso\",\"9432\":\"Recurso\",\"9433\":\"Recurso\",\"9434\":\"Recurso\",\"9435\":\"Recurso\",\"9436\":\"Recurso\",\"9437\":\"Recurso\",\"9438\":\"Recurso\",\"9439\":\"Recurso\",\"9440\":\"Recurso\",\"9441\":\"Recurso\",\"9442\":\"Recurso\",\"9443\":\"Recurso\",\"9444\":\"Recurso\",\"9445\":\"Recurso\",\"9446\":\"Recurso\",\"9447\":\"Recurso\",\"9448\":\"Recurso\",\"9449\":\"Recurso\",\"9450\":\"Recurso\",\"9451\":\"Recurso\",\"9452\":\"Recurso\",\"9453\":\"Recurso\",\"9454\":\"Recurso\",\"9455\":\"Recurso\",\"9456\":\"Recurso\",\"9457\":\"Recurso\",\"9458\":\"Recurso\",\"9459\":\"Recurso\",\"9460\":\"Recurso\",\"9461\":\"Recurso\",\"9462\":\"Recurso\",\"9463\":\"Recurso\",\"9464\":\"Recurso\",\"9465\":\"Recurso\",\"9466\":\"Recurso\",\"9467\":\"Recurso\",\"9468\":\"Recurso\",\"9469\":\"Recurso\",\"9470\":\"Recurso\",\"9471\":\"Recurso\",\"9472\":\"Recurso\",\"9473\":\"Recurso\",\"9474\":\"Recurso\",\"9475\":\"Recurso\",\"9476\":\"Recurso\",\"9477\":\"Recurso\",\"9478\":\"Recurso\",\"9479\":\"Recurso\",\"9480\":\"Recurso\",\"9481\":\"Recurso\",\"9482\":\"Recurso\",\"9483\":\"Recurso\",\"9484\":\"Recurso\",\"9485\":\"Recurso\",\"9486\":\"Recurso\",\"9487\":\"Recurso\",\"9488\":\"Recurso\",\"9489\":\"Recurso\",\"9490\":\"Recurso\",\"9491\":\"Recurso\",\"9492\":\"Recurso\",\"9493\":\"Recurso\",\"9494\":\"Recurso\",\"9495\":\"Recurso\",\"9496\":\"Recurso\",\"9497\":\"Recurso\",\"9498\":\"Recurso\",\"9499\":\"Recurso\",\"9500\":\"Recurso\",\"9501\":\"Recurso\",\"9502\":\"Recurso\",\"9503\":\"Recurso\",\"9504\":\"Recurso\",\"9505\":\"Recurso\",\"9506\":\"Recurso\",\"9507\":\"Recurso\",\"9508\":\"Recurso\",\"9509\":\"Recurso\",\"9510\":\"Recurso\",\"9511\":\"Recurso\",\"9512\":\"Recurso\",\"9513\":\"Recurso\",\"9514\":\"Recurso\",\"9515\":\"Recurso\",\"9516\":\"Recurso\",\"9517\":\"Recurso\",\"9518\":\"Recurso\",\"9519\":\"Recurso\",\"9520\":\"Recurso\",\"9521\":\"Recurso\",\"9522\":\"Recurso\",\"9523\":\"Recurso\",\"9524\":\"Recurso\",\"9525\":\"Recurso\",\"9526\":\"Recurso\",\"9527\":\"Recurso\",\"9528\":\"Recurso\",\"9529\":\"Recurso\",\"9530\":\"Recurso\",\"9531\":\"Recurso\",\"9532\":\"Recurso\",\"9533\":\"Recurso\",\"9534\":\"Recurso\",\"9535\":\"Recurso\",\"9536\":\"Recurso\",\"9537\":\"Recurso\",\"9538\":\"Recurso\",\"9539\":\"Recurso\",\"9540\":\"Recurso\",\"9541\":\"Recurso\",\"9542\":\"Recurso\",\"9543\":\"Recurso\",\"9544\":\"Recurso\",\"9545\":\"Recurso\",\"9546\":\"Recurso\",\"9547\":\"Recurso\",\"9548\":\"Recurso\",\"9549\":\"Recurso\",\"9550\":\"Recurso\",\"9551\":\"Recurso\",\"9552\":\"Recurso\",\"9553\":\"Recurso\",\"9554\":\"Recurso\",\"9555\":\"Recurso\",\"9556\":\"Recurso\",\"9557\":\"Recurso\",\"9558\":\"Recurso\",\"9559\":\"Recurso\",\"9560\":\"Recurso\",\"9561\":\"Recurso\",\"9562\":\"Recurso\",\"9563\":\"Recurso\",\"9564\":\"Recurso\",\"9565\":\"Recurso\",\"9566\":\"Recurso\",\"9567\":\"Recurso\",\"9568\":\"Recurso\",\"9569\":\"Recurso\",\"9570\":\"Recurso\",\"9571\":\"Recurso\",\"9572\":\"Recurso\",\"9573\":\"Recurso\",\"9574\":\"Recurso\",\"9575\":\"Recurso\",\"9576\":\"Recurso\",\"9577\":\"Recurso\",\"9578\":\"Recurso\",\"9579\":\"Recurso\",\"9580\":\"Recurso\",\"9581\":\"Recurso\",\"9582\":\"Recurso\",\"9583\":\"Recurso\",\"9584\":\"Recurso\",\"9585\":\"Recurso\",\"9586\":\"Recurso\",\"9587\":\"Recurso\",\"9588\":\"Recurso\",\"9589\":\"Recurso\",\"9590\":\"Recurso\",\"9591\":\"Recurso\",\"9592\":\"Recurso\",\"9593\":\"Recurso\",\"9594\":\"Recurso\",\"9595\":\"Recurso\",\"9596\":\"Recurso\",\"9597\":\"Recurso\",\"9598\":\"Recurso\",\"9599\":\"Recurso\",\"9600\":\"Recurso\",\"9601\":\"Recurso\",\"9602\":\"Recurso\",\"9603\":\"Recurso\",\"9604\":\"Recurso\",\"9605\":\"Recurso\",\"9606\":\"Recurso\",\"9607\":\"Recurso\",\"9608\":\"Recurso\",\"9609\":\"Recurso\",\"9610\":\"Recurso\",\"9611\":\"Recurso\",\"9612\":\"Recurso\",\"9613\":\"Recurso\",\"9614\":\"Recurso\",\"9615\":\"Recurso\",\"9616\":\"Recurso\",\"9617\":\"Recurso\",\"9618\":\"Recurso\",\"9619\":\"Recurso\",\"9620\":\"Recurso\",\"9621\":\"Recurso\",\"9622\":\"Recurso\",\"9623\":\"Recurso\",\"9624\":\"Recurso\",\"9625\":\"Recurso\",\"9626\":\"Recurso\",\"9627\":\"Recurso\",\"9628\":\"Recurso\",\"9629\":\"Recurso\",\"9630\":\"Recurso\",\"9631\":\"Recurso\",\"9632\":\"Recurso\",\"9633\":\"Recurso\",\"9634\":\"Recurso\",\"9635\":\"Recurso\",\"9636\":\"Recurso\",\"9637\":\"Recurso\",\"9638\":\"Recurso\",\"9639\":\"Recurso\",\"9640\":\"Recurso\",\"9641\":\"Recurso\",\"9642\":\"Recurso\",\"9643\":\"Recurso\",\"9644\":\"Recurso\",\"9645\":\"Recurso\",\"9646\":\"Recurso\",\"9647\":\"Recurso\",\"9648\":\"Recurso\",\"9649\":\"Recurso\",\"9650\":\"Recurso\",\"9651\":\"Recurso\",\"9652\":\"Recurso\",\"9653\":\"Recurso\",\"9654\":\"Recurso\",\"9655\":\"Recurso\",\"9656\":\"Recurso\",\"9657\":\"Recurso\",\"9658\":\"Recurso\",\"9659\":\"Recurso\",\"9660\":\"Recurso\",\"9661\":\"Recurso\",\"9662\":\"Recurso\",\"9663\":\"Recurso\",\"9664\":\"Recurso\",\"9665\":\"Recurso\",\"9666\":\"Recurso\",\"9667\":\"Recurso\",\"9668\":\"Recurso\",\"9669\":\"Recurso\",\"9670\":\"Recurso\",\"9671\":\"Recurso\",\"9672\":\"Recurso\",\"9673\":\"Recurso\",\"9674\":\"Recurso\",\"9675\":\"Recurso\",\"9676\":\"Recurso\",\"9677\":\"Recurso\",\"9678\":\"Recurso\",\"9679\":\"Recurso\",\"9680\":\"Recurso\",\"9681\":\"Recurso\",\"9682\":\"Recurso\",\"9683\":\"Recurso\",\"9684\":\"Recurso\",\"9685\":\"Recurso\",\"9686\":\"Recurso\",\"9687\":\"Recurso\",\"9688\":\"Recurso\",\"9689\":\"Recurso\",\"9690\":\"Recurso\",\"9691\":\"Recurso\",\"9692\":\"Recurso\",\"9693\":\"Recurso\",\"9694\":\"Recurso\",\"9695\":\"Recurso\",\"9696\":\"Recurso\",\"9697\":\"Recurso\",\"9698\":\"Recurso\",\"9699\":\"Recurso\",\"9700\":\"Recurso\",\"9701\":\"Recurso\",\"9702\":\"Recurso\",\"9703\":\"Recurso\",\"9704\":\"Recurso\",\"9705\":\"Recurso\",\"9706\":\"Recurso\",\"9707\":\"Recurso\",\"9708\":\"Recurso\",\"9709\":\"Recurso\",\"9710\":\"Recurso\",\"9711\":\"Recurso\",\"9712\":\"Recurso\",\"9713\":\"Recurso\",\"9714\":\"Recurso\",\"9715\":\"Recurso\",\"9716\":\"Recurso\",\"9717\":\"Recurso\",\"9718\":\"Recurso\",\"9719\":\"Recurso\",\"9720\":\"Recurso\",\"9721\":\"Recurso\",\"9722\":\"Recurso\",\"9723\":\"Recurso\",\"9724\":\"Recurso\",\"9725\":\"Recurso\",\"9726\":\"Recurso\",\"9727\":\"Recurso\",\"9728\":\"Recurso\",\"9729\":\"Recurso\",\"9730\":\"Recurso\",\"9731\":\"Recurso\",\"9732\":\"Recurso\",\"9733\":\"Recurso\",\"9734\":\"Recurso\",\"9735\":\"Recurso\",\"9736\":\"Recurso\",\"9737\":\"Recurso\",\"9738\":\"Recurso\",\"9739\":\"Recurso\",\"9740\":\"Recurso\",\"9741\":\"Recurso\",\"9742\":\"Recurso\",\"9743\":\"Recurso\",\"9744\":\"Recurso\",\"9745\":\"Recurso\",\"9746\":\"Recurso\",\"9747\":\"Recurso\",\"9748\":\"Recurso\",\"9749\":\"Recurso\",\"9750\":\"Recurso\",\"9751\":\"Recurso\",\"9752\":\"Recurso\",\"9753\":\"Recurso\",\"9754\":\"Recurso\",\"9755\":\"Recurso\",\"9756\":\"Recurso\",\"9757\":\"Recurso\",\"9758\":\"Recurso\",\"9759\":\"Recurso\",\"9760\":\"Recurso\",\"9761\":\"Recurso\",\"9762\":\"Recurso\",\"9763\":\"Recurso\",\"9764\":\"Recurso\",\"9765\":\"Recurso\",\"9766\":\"Recurso\",\"9767\":\"Recurso\",\"9768\":\"Recurso\",\"9769\":\"Recurso\",\"9770\":\"Recurso\",\"9771\":\"Recurso\",\"9772\":\"Recurso\",\"9773\":\"Recurso\",\"9774\":\"Recurso\",\"9775\":\"Recurso\",\"9776\":\"Recurso\",\"9777\":\"Recurso\",\"9778\":\"Recurso\",\"9779\":\"Recurso\",\"9780\":\"Recurso\",\"9781\":\"Recurso\",\"9782\":\"Recurso\",\"9783\":\"Recurso\",\"9784\":\"Recurso\",\"9785\":\"Recurso\",\"9786\":\"Recurso\",\"9787\":\"Recurso\",\"9788\":\"Recurso\",\"9789\":\"Recurso\",\"9790\":\"Recurso\",\"9791\":\"Recurso\",\"9792\":\"Recurso\",\"9793\":\"Recurso\",\"9794\":\"Recurso\",\"9795\":\"Recurso\",\"9796\":\"Recurso\",\"9797\":\"Recurso\",\"9798\":\"Recurso\",\"9799\":\"Recurso\",\"9800\":\"Recurso\",\"9801\":\"Recurso\",\"9802\":\"Recurso\",\"9803\":\"Recurso\",\"9804\":\"Recurso\",\"9805\":\"Recurso\",\"9806\":\"Recurso\",\"9807\":\"Recurso\",\"9808\":\"Recurso\",\"9809\":\"Recurso\",\"9810\":\"Recurso\",\"9811\":\"Recurso\",\"9812\":\"Recurso\",\"9813\":\"Recurso\",\"9814\":\"Recurso\",\"9815\":\"Recurso\",\"9816\":\"Recurso\",\"9817\":\"Recurso\",\"9818\":\"Recurso\",\"9819\":\"Recurso\",\"9820\":\"Recurso\",\"9821\":\"Recurso\",\"9822\":\"Recurso\",\"9823\":\"Recurso\",\"9824\":\"Recurso\",\"9825\":\"Recurso\",\"9826\":\"Recurso\",\"9827\":\"Recurso\",\"9828\":\"Recurso\",\"9829\":\"Recurso\",\"9830\":\"Recurso\",\"9831\":\"Recurso\",\"9832\":\"Recurso\",\"9833\":\"Recurso\",\"9834\":\"Recurso\",\"9835\":\"Recurso\",\"9836\":\"Recurso\",\"9837\":\"Recurso\",\"9838\":\"Recurso\",\"9839\":\"Recurso\",\"9840\":\"Recurso\",\"9841\":\"Recurso\",\"9842\":\"Recurso\",\"9843\":\"Recurso\",\"9844\":\"Recurso\",\"9845\":\"Recurso\",\"9846\":\"Recurso\",\"9847\":\"Recurso\",\"9848\":\"Recurso\",\"9849\":\"Recurso\",\"9850\":\"Recurso\",\"9851\":\"Recurso\",\"9852\":\"Recurso\",\"9853\":\"Recurso\",\"9854\":\"Recurso\",\"9855\":\"Recurso\",\"9856\":\"Recurso\",\"9857\":\"Recurso\",\"9858\":\"Recurso\",\"9859\":\"Recurso\",\"9860\":\"Recurso\",\"9861\":\"Recurso\",\"9862\":\"Recurso\",\"9863\":\"Recurso\",\"9864\":\"Recurso\",\"9865\":\"Recurso\",\"9866\":\"Recurso\",\"9867\":\"Recurso\",\"9868\":\"Recurso\",\"9869\":\"Recurso\",\"9870\":\"Recurso\",\"9871\":\"Recurso\",\"9872\":\"Recurso\",\"9873\":\"Recurso\",\"9874\":\"Recurso\",\"9875\":\"Recurso\",\"9876\":\"Recurso\",\"9877\":\"Recurso\",\"9878\":\"Recurso\",\"9879\":\"Recurso\",\"9880\":\"Recurso\",\"9881\":\"Recurso\",\"9882\":\"Recurso\",\"9883\":\"Recurso\",\"9884\":\"Recurso\",\"9885\":\"Recurso\",\"9886\":\"Recurso\",\"9887\":\"Recurso\",\"9888\":\"Recurso\",\"9889\":\"Recurso\",\"9890\":\"Recurso\",\"9891\":\"Recurso\",\"9892\":\"Recurso\",\"9893\":\"Recurso\",\"9894\":\"Recurso\",\"9895\":\"Recurso\",\"9896\":\"Recurso\",\"9897\":\"Recurso\",\"9898\":\"Recurso\",\"9899\":\"Recurso\",\"9900\":\"Recurso\",\"9901\":\"Recurso\",\"9902\":\"Recurso\",\"9903\":\"Recurso\",\"9904\":\"Recurso\",\"9905\":\"Recurso\",\"9906\":\"Recurso\",\"9907\":\"Recurso\",\"9908\":\"Recurso\",\"9909\":\"Recurso\",\"9910\":\"Recurso\",\"9911\":\"Recurso\",\"9912\":\"Recurso\",\"9913\":\"Recurso\",\"9914\":\"Recurso\",\"9915\":\"Recurso\",\"9916\":\"Recurso\",\"9917\":\"Recurso\",\"9918\":\"Recurso\",\"9919\":\"Recurso\",\"9920\":\"Recurso\",\"9921\":\"Recurso\",\"9922\":\"Recurso\",\"9923\":\"Recurso\",\"9924\":\"Recurso\",\"9925\":\"Recurso\",\"9926\":\"Recurso\",\"9927\":\"Recurso\",\"9928\":\"Recurso\",\"9929\":\"Recurso\",\"9930\":\"Recurso\",\"9931\":\"Recurso\",\"9932\":\"Recurso\",\"9933\":\"Recurso\",\"9934\":\"Recurso\",\"9935\":\"Recurso\",\"9936\":\"Recurso\",\"9937\":\"Recurso\",\"9938\":\"Recurso\",\"9939\":\"Recurso\",\"9940\":\"Recurso\",\"9941\":\"Recurso\",\"9942\":\"Recurso\",\"9943\":\"Recurso\",\"9944\":\"Recurso\",\"9945\":\"Recurso\",\"9946\":\"Recurso\",\"9947\":\"Recurso\",\"9948\":\"Recurso\",\"9949\":\"Recurso\",\"9950\":\"Recurso\",\"9951\":\"Recurso\",\"9952\":\"Recurso\",\"9953\":\"Recurso\",\"9954\":\"Recurso\",\"9955\":\"Recurso\",\"9956\":\"Recurso\",\"9957\":\"Recurso\",\"9958\":\"Recurso\",\"9959\":\"Recurso\",\"9960\":\"Recurso\",\"9961\":\"Recurso\",\"9962\":\"Recurso\",\"9963\":\"Recurso\",\"9964\":\"Recurso\",\"9965\":\"Recurso\",\"9966\":\"Recurso\",\"9967\":\"Recurso\",\"9968\":\"Recurso\",\"9969\":\"Recurso\"},\"Values_code\":{\"0\":\"2QBW\",\"1\":\"2QRL\",\"2\":\"2QV2\",\"3\":\"2R22\",\"4\":\"2S6Q\",\"5\":\"2S6S\",\"6\":\"2S6U\",\"7\":\"2S78\",\"8\":\"2S8I\",\"9\":\"2S8N\",\"10\":\"2S8S\",\"11\":\"2S8U\",\"12\":\"2S9L\",\"13\":\"2SDR\",\"14\":\"2SI1\",\"15\":\"2SS2\",\"16\":\"2SW1\",\"17\":\"2SXQ\",\"18\":\"2T1L\",\"19\":\"2T4P\",\"20\":\"2T7D\",\"21\":\"2TUT\",\"22\":\"2TUV\",\"23\":\"2TYI\",\"24\":\"2U1G\",\"25\":\"2U5P\",\"26\":\"2U8Y\",\"27\":\"2U91\",\"28\":\"2U93\",\"29\":\"2UPD\",\"30\":\"2UPF\",\"31\":\"2UPH\",\"32\":\"2UPJ\",\"33\":\"2UR5\",\"34\":\"2UX3\",\"35\":\"2V25\",\"36\":\"2V27\",\"37\":\"2V5G\",\"38\":\"2VJS\",\"39\":\"2WC5\",\"40\":\"2XXR\",\"41\":\"2YB9\",\"42\":\"2YIR\",\"43\":\"2YNA\",\"44\":\"2YWY\",\"45\":\"2ZCF\",\"46\":\"2ZHY\",\"47\":\"2ZP9\",\"48\":\"3A44\",\"49\":\"3ACC\",\"50\":\"3ADA\",\"51\":\"3AFQ\",\"52\":\"3AQP\",\"53\":\"3AXV\",\"54\":\"3B4L\",\"55\":\"3C3X\",\"56\":\"3C3Z\",\"57\":\"3CG9\",\"58\":\"3CSH\",\"59\":\"3DDT\",\"60\":\"3DSO\",\"61\":\"3E7C\",\"62\":\"3E9I\",\"63\":\"3EBN\",\"64\":\"3ED1\",\"65\":\"3EDL\",\"66\":\"3EE4\",\"67\":\"3EFY\",\"68\":\"3ENA\",\"69\":\"3ENE\",\"70\":\"3EP6\",\"71\":\"3EV1\",\"72\":\"3EV3\",\"73\":\"3EXB\",\"74\":\"3EXH\",\"75\":\"3F5L\",\"76\":\"3F5N\",\"77\":\"3FCD\",\"78\":\"3FCF\",\"79\":\"3GFQ\",\"80\":\"3GI6\",\"81\":\"3GJQ\",\"82\":\"3GJU\",\"83\":\"3GPZ\",\"84\":\"3GRD\",\"85\":\"3GSF\",\"86\":\"3GVI\",\"87\":\"3GVK\",\"88\":\"3GVM\",\"89\":\"3HBN\",\"90\":\"3HBP\",\"91\":\"3HDE\",\"92\":\"3HDG\",\"93\":\"3HE8\",\"94\":\"3HF5\",\"95\":\"3HF7\",\"96\":\"3HF9\",\"97\":\"3HG7\",\"98\":\"3HG9\",\"99\":\"3HLD\",\"100\":\"3HS9\",\"101\":\"3HWK\",\"102\":\"3HWM\",\"103\":\"3HYG\",\"104\":\"3IJF\",\"105\":\"3INX\",\"106\":\"3IQA\",\"107\":\"3IRX\",\"108\":\"3IRZ\",\"109\":\"3IS2\",\"110\":\"3IZ6\",\"111\":\"3J1J\",\"112\":\"3J2B\",\"113\":\"3J2H\",\"114\":\"3J4D\",\"115\":\"3J4R\",\"116\":\"3J4T\",\"117\":\"3J4V\",\"118\":\"3J83\",\"119\":\"3J85\",\"120\":\"3JBP\",\"121\":\"3JNR\",\"122\":\"3JP6\",\"123\":\"3JP8\",\"124\":\"3JPA\",\"125\":\"3JPC\",\"126\":\"3JPE\",\"127\":\"3JPM\",\"128\":\"3JQA\",\"129\":\"3JQC\",\"130\":\"3JQE\",\"131\":\"3K6T\",\"132\":\"3K6X\",\"133\":\"3K8A\",\"134\":\"3K8C\",\"135\":\"3K8E\",\"136\":\"3KJK\",\"137\":\"3KL4\",\"138\":\"3KOL\",\"139\":\"3KVZ\",\"140\":\"3KXQ\",\"141\":\"3L9B\",\"142\":\"3LLY\",\"143\":\"3LMH\",\"144\":\"3LMJ\",\"145\":\"3MHB\",\"146\":\"3MS2\",\"147\":\"3N5E\",\"148\":\"3NDE\",\"149\":\"3NGJ\",\"150\":\"3NLE\",\"151\":\"3NLG\",\"152\":\"3NLZ\",\"153\":\"3NR4\",\"154\":\"3NR8\",\"155\":\"3NU4\",\"156\":\"3PK3\",\"157\":\"3PKF\",\"158\":\"3PKH\",\"159\":\"3PKN\",\"160\":\"3PWF\",\"161\":\"3PXC\",\"162\":\"3PXE\",\"163\":\"3PXF\",\"164\":\"3PXH\",\"165\":\"3Q87\",\"166\":\"3Q89\",\"167\":\"3QCI\",\"168\":\"3QK6\",\"169\":\"3QPE\",\"170\":\"3QQ3\",\"171\":\"3R9G\",\"172\":\"ABJ1\",\"173\":\"AFR1\",\"174\":\"ALBG\",\"175\":\"ALTG\",\"176\":\"AMA1\",\"177\":\"AMF1\",\"178\":\"ARG1\",\"179\":\"ASN1\",\"180\":\"AYR1\",\"181\":\"BAR1\",\"182\":\"BLL3\",\"183\":\"BLM1\",\"184\":\"BSQ1\",\"185\":\"BYN1\",\"186\":\"CAS1\",\"187\":\"CCN1\",\"188\":\"CGM1\",\"189\":\"CHBG\",\"190\":\"CHVR\",\"191\":\"CIP1\",\"192\":\"CIS1\",\"193\":\"CLDR\",\"194\":\"CLL1\",\"195\":\"CMN1\",\"196\":\"COE1\",\"197\":\"CPT1\",\"198\":\"CQT1\",\"199\":\"CRC1\",\"200\":\"CSC1\",\"201\":\"CUC1\",\"202\":\"CUR1\",\"203\":\"DVS1\",\"204\":\"EPFV\",\"205\":\"ESMR\",\"206\":\"FLRD\",\"207\":\"GCA1\",\"208\":\"GCC1\",\"209\":\"GE32\",\"210\":\"GEC3\",\"211\":\"GQA1\",\"212\":\"GTPE\",\"213\":\"GTRG\",\"214\":\"GVIO\",\"215\":\"GYPO\",\"216\":\"HMIN\",\"217\":\"HMLG\",\"218\":\"HMO1\",\"219\":\"HRD1\",\"220\":\"INC1\",\"221\":\"INS1\",\"222\":\"IRG1\",\"223\":\"JAGS\",\"224\":\"LBR1\",\"225\":\"LCS1\",\"226\":\"LTSJ\",\"227\":\"MATA\",\"228\":\"MIR1\",\"229\":\"MNC1\",\"230\":\"MND1\",\"231\":\"MOY1\",\"232\":\"MRL1\",\"233\":\"NAV1\",\"234\":\"NIM1\",\"235\":\"NTB1\",\"236\":\"OVJ1\",\"237\":\"PES1\",\"238\":\"PGUG\",\"239\":\"PIC1\",\"240\":\"PJR1\",\"241\":\"PLM1\",\"242\":\"PLU1\",\"243\":\"PLYS\",\"244\":\"PMR1\",\"245\":\"PNC1\",\"246\":\"PPA1\",\"247\":\"PPA2\",\"248\":\"PPA3\",\"249\":\"PPA4\",\"250\":\"PPN1\",\"251\":\"PRC2\",\"252\":\"PRC3\",\"253\":\"PRDO\",\"254\":\"PRG2\",\"255\":\"PRV1\",\"256\":\"PST1\",\"257\":\"PTA1\",\"258\":\"PTG1\",\"259\":\"QUI1\",\"260\":\"RBB1\",\"261\":\"RCIO\",\"262\":\"RCL1\",\"263\":\"RFR1\",\"264\":\"RFR2\",\"265\":\"RGR1\",\"266\":\"RGRN\",\"267\":\"RMYO\",\"268\":\"RNG1\",\"269\":\"RPD1\",\"270\":\"RPL1\",\"271\":\"SBA1\",\"272\":\"SFC1\",\"273\":\"SJN1\",\"274\":\"SLV1\",\"275\":\"SLVJ\",\"276\":\"SMI1\",\"277\":\"SNCR\",\"278\":\"SNFR\",\"279\":\"SOG1\",\"280\":\"SPY1\",\"281\":\"SRA1\",\"282\":\"STG1\",\"283\":\"SUV1\",\"284\":\"TBST\",\"285\":\"TCBE\",\"286\":\"TCDT\",\"287\":\"TFL1\",\"288\":\"TFL4\",\"289\":\"TGJ2\",\"290\":\"TMS1\",\"291\":\"TPD1\",\"292\":\"TPUY\",\"293\":\"TR2G\",\"294\":\"TR3G\",\"295\":\"TRN1\",\"296\":\"TSJ1\",\"297\":\"TSJ2\",\"298\":\"TUJ1\",\"299\":\"TVL1\",\"300\":\"TYP1\",\"301\":\"TYP2\",\"302\":\"TYP4\",\"303\":\"TYP5\",\"304\":\"UNN1\",\"305\":\"URA1\",\"306\":\"USQ1\",\"307\":\"VLT1\",\"308\":\"VNTA\",\"309\":\"ZPA2\",\"310\":\"ZPA4\",\"311\":\"ZPA5\",\"312\":\"2QBW\",\"313\":\"2QRL\",\"314\":\"2QV2\",\"315\":\"2R22\",\"316\":\"2S6Q\",\"317\":\"2S6S\",\"318\":\"2S6U\",\"319\":\"2S78\",\"320\":\"2S8I\",\"321\":\"2S8N\",\"322\":\"2S8S\",\"323\":\"2S8U\",\"324\":\"2S9L\",\"325\":\"2SDR\",\"326\":\"2SI1\",\"327\":\"2SS2\",\"328\":\"2SW1\",\"329\":\"2SXQ\",\"330\":\"2T1L\",\"331\":\"2T4P\",\"332\":\"2T7D\",\"333\":\"2TUT\",\"334\":\"2TUV\",\"335\":\"2TYI\",\"336\":\"2U1G\",\"337\":\"2U5P\",\"338\":\"2U8Y\",\"339\":\"2U91\",\"340\":\"2U93\",\"341\":\"2UPD\",\"342\":\"2UPF\",\"343\":\"2UPH\",\"344\":\"2UPJ\",\"345\":\"2UR5\",\"346\":\"2UX3\",\"347\":\"2V25\",\"348\":\"2V27\",\"349\":\"2V5G\",\"350\":\"2VJS\",\"351\":\"2WC5\",\"352\":\"2XXR\",\"353\":\"2YB9\",\"354\":\"2YIR\",\"355\":\"2YNA\",\"356\":\"2YWY\",\"357\":\"2ZCF\",\"358\":\"2ZHY\",\"359\":\"2ZP9\",\"360\":\"3A44\",\"361\":\"3ACC\",\"362\":\"3ADA\",\"363\":\"3AFQ\",\"364\":\"3AQP\",\"365\":\"3B4L\",\"366\":\"3C3Z\",\"367\":\"3CG9\",\"368\":\"3CSH\",\"369\":\"3DDT\",\"370\":\"3DSO\",\"371\":\"3E7C\",\"372\":\"3E9I\",\"373\":\"3EBN\",\"374\":\"3EDL\",\"375\":\"3EE4\",\"376\":\"3EFY\",\"377\":\"3ENA\",\"378\":\"3ENE\",\"379\":\"3EP6\",\"380\":\"3EV1\",\"381\":\"3EV3\",\"382\":\"3EXB\",\"383\":\"3EXH\",\"384\":\"3F5L\",\"385\":\"3F5N\",\"386\":\"3FCD\",\"387\":\"3FCF\",\"388\":\"3GFQ\",\"389\":\"3GI6\",\"390\":\"3GJQ\",\"391\":\"3GJU\",\"392\":\"3GPZ\",\"393\":\"3GRD\",\"394\":\"3GSF\",\"395\":\"3GVI\",\"396\":\"3GVK\",\"397\":\"3GVM\",\"398\":\"3HBN\",\"399\":\"3HBP\",\"400\":\"3HDE\",\"401\":\"3HDG\",\"402\":\"3HE8\",\"403\":\"3HF5\",\"404\":\"3HF7\",\"405\":\"3HF9\",\"406\":\"3HG7\",\"407\":\"3HG9\",\"408\":\"3HLD\",\"409\":\"3HS9\",\"410\":\"3HWK\",\"411\":\"3HWM\",\"412\":\"3HYG\",\"413\":\"3IJF\",\"414\":\"3INX\",\"415\":\"3IQA\",\"416\":\"3IRX\",\"417\":\"3IRZ\",\"418\":\"3IS2\",\"419\":\"3IZ6\",\"420\":\"3J1J\",\"421\":\"3J2B\",\"422\":\"3J2H\",\"423\":\"3J4D\",\"424\":\"3J4R\",\"425\":\"3J4T\",\"426\":\"3J4V\",\"427\":\"3J83\",\"428\":\"3J85\",\"429\":\"3JBP\",\"430\":\"3JNR\",\"431\":\"3JP6\",\"432\":\"3JP8\",\"433\":\"3JPA\",\"434\":\"3JPC\",\"435\":\"3JPE\",\"436\":\"3JPM\",\"437\":\"3JQA\",\"438\":\"3JQC\",\"439\":\"3JQE\",\"440\":\"3K6T\",\"441\":\"3K6X\",\"442\":\"3K8A\",\"443\":\"3K8C\",\"444\":\"3K8E\",\"445\":\"3KJK\",\"446\":\"3KL4\",\"447\":\"3KOL\",\"448\":\"3KVZ\",\"449\":\"3L9B\",\"450\":\"3LLY\",\"451\":\"3LMH\",\"452\":\"3LMJ\",\"453\":\"3MHB\",\"454\":\"3MS2\",\"455\":\"3N5E\",\"456\":\"3NDE\",\"457\":\"3NGJ\",\"458\":\"3NLE\",\"459\":\"3NLG\",\"460\":\"3NLZ\",\"461\":\"3NR4\",\"462\":\"3NR8\",\"463\":\"3NU4\",\"464\":\"3PK3\",\"465\":\"3PKF\",\"466\":\"3PKH\",\"467\":\"3PKN\",\"468\":\"3PWF\",\"469\":\"3PXC\",\"470\":\"3PXE\",\"471\":\"3PXF\",\"472\":\"3PXH\",\"473\":\"3Q87\",\"474\":\"3Q89\",\"475\":\"3QCI\",\"476\":\"3QK6\",\"477\":\"3QPE\",\"478\":\"3QQ3\",\"479\":\"3R9G\",\"480\":\"3RKN\",\"481\":\"ABJ1\",\"482\":\"AFR1\",\"483\":\"ALBG\",\"484\":\"ALTG\",\"485\":\"AMA1\",\"486\":\"AMF1\",\"487\":\"ARG1\",\"488\":\"ASN1\",\"489\":\"AYR1\",\"490\":\"BAR1\",\"491\":\"BLL3\",\"492\":\"BLM1\",\"493\":\"BSQ1\",\"494\":\"BYN1\",\"495\":\"CAS1\",\"496\":\"CCN1\",\"497\":\"CGM1\",\"498\":\"CHBG\",\"499\":\"CHVR\",\"500\":\"CIP1\",\"501\":\"CIS1\",\"502\":\"CLDR\",\"503\":\"CLL1\",\"504\":\"CMN1\",\"505\":\"COE1\",\"506\":\"CPT1\",\"507\":\"CQT1\",\"508\":\"CRC1\",\"509\":\"CSC1\",\"510\":\"CUC1\",\"511\":\"CUR1\",\"512\":\"DVS1\",\"513\":\"EPFV\",\"514\":\"ESMR\",\"515\":\"FLRD\",\"516\":\"GCA1\",\"517\":\"GCC1\",\"518\":\"GE32\",\"519\":\"GQA1\",\"520\":\"GTPE\",\"521\":\"GTRG\",\"522\":\"GVIO\",\"523\":\"GYPO\",\"524\":\"HMIN\",\"525\":\"HMLG\",\"526\":\"HMO1\",\"527\":\"HRD1\",\"528\":\"INC1\",\"529\":\"INS1\",\"530\":\"IRG1\",\"531\":\"JAGS\",\"532\":\"LBR1\",\"533\":\"LCS1\",\"534\":\"LTSJ\",\"535\":\"MATA\",\"536\":\"MIR1\",\"537\":\"MNC1\",\"538\":\"MND1\",\"539\":\"MOY1\",\"540\":\"NAV1\",\"541\":\"NIM1\",\"542\":\"NTB1\",\"543\":\"OVJ1\",\"544\":\"PES1\",\"545\":\"PGUG\",\"546\":\"PIC1\",\"547\":\"PJR1\",\"548\":\"PLM1\",\"549\":\"PLU1\",\"550\":\"PLYS\",\"551\":\"PMR1\",\"552\":\"PNC1\",\"553\":\"PPA1\",\"554\":\"PPA2\",\"555\":\"PPA3\",\"556\":\"PPA4\",\"557\":\"PPN1\",\"558\":\"PRC2\",\"559\":\"PRC3\",\"560\":\"PRG2\",\"561\":\"PRV1\",\"562\":\"PST1\",\"563\":\"PTA1\",\"564\":\"PTG1\",\"565\":\"QUI1\",\"566\":\"RBB1\",\"567\":\"RCIO\",\"568\":\"RCL1\",\"569\":\"RFR1\",\"570\":\"RFR2\",\"571\":\"RGR1\",\"572\":\"RMYO\",\"573\":\"RNG1\",\"574\":\"RPD1\",\"575\":\"RPL1\",\"576\":\"SBA1\",\"577\":\"SFC1\",\"578\":\"SJN1\",\"579\":\"SLV1\",\"580\":\"SLVJ\",\"581\":\"SMI1\",\"582\":\"SNCR\",\"583\":\"SNFR\",\"584\":\"SOG1\",\"585\":\"SPY1\",\"586\":\"SRA1\",\"587\":\"STG1\",\"588\":\"SUV1\",\"589\":\"TBST\",\"590\":\"TCBE\",\"591\":\"TCDT\",\"592\":\"TEC1\",\"593\":\"TFL1\",\"594\":\"TFL4\",\"595\":\"TGJ1\",\"596\":\"TGJ2\",\"597\":\"TMS1\",\"598\":\"TPD1\",\"599\":\"TPUY\",\"600\":\"TR2G\",\"601\":\"TR3G\",\"602\":\"TRN1\",\"603\":\"TSJ1\",\"604\":\"TSJ2\",\"605\":\"TUJ1\",\"606\":\"TVL1\",\"607\":\"TYP1\",\"608\":\"TYP4\",\"609\":\"TYP5\",\"610\":\"UNN1\",\"611\":\"URA1\",\"612\":\"USQ1\",\"613\":\"VLT1\",\"614\":\"VNTA\",\"615\":\"ZPA2\",\"616\":\"ZPA4\",\"617\":\"ZPA5\",\"618\":\"2QBW\",\"619\":\"2QRL\",\"620\":\"2QV2\",\"621\":\"2R22\",\"622\":\"2S6Q\",\"623\":\"2S6S\",\"624\":\"2S6U\",\"625\":\"2S8I\",\"626\":\"2S8N\",\"627\":\"2S8S\",\"628\":\"2S8U\",\"629\":\"2S9L\",\"630\":\"2SDR\",\"631\":\"2SI1\",\"632\":\"2SS2\",\"633\":\"2SW1\",\"634\":\"2SXQ\",\"635\":\"2T1L\",\"636\":\"2T4P\",\"637\":\"2T7D\",\"638\":\"2TUT\",\"639\":\"2TUV\",\"640\":\"2TYI\",\"641\":\"2U1G\",\"642\":\"2U5P\",\"643\":\"2U8Y\",\"644\":\"2U91\",\"645\":\"2U93\",\"646\":\"2UPD\",\"647\":\"2UPF\",\"648\":\"2UPH\",\"649\":\"2UPJ\",\"650\":\"2UR5\",\"651\":\"2UX3\",\"652\":\"2V25\",\"653\":\"2V5G\",\"654\":\"2VJS\",\"655\":\"2WC5\",\"656\":\"2XXR\",\"657\":\"2YB9\",\"658\":\"2YIR\",\"659\":\"2YNA\",\"660\":\"2YWY\",\"661\":\"2ZCF\",\"662\":\"2ZHY\",\"663\":\"2ZP9\",\"664\":\"3A44\",\"665\":\"3ACC\",\"666\":\"3ADA\",\"667\":\"3AFQ\",\"668\":\"3AQP\",\"669\":\"3AXV\",\"670\":\"3B4L\",\"671\":\"3C3Z\",\"672\":\"3CG9\",\"673\":\"3CSH\",\"674\":\"3DDT\",\"675\":\"3DSO\",\"676\":\"3E7C\",\"677\":\"3E9I\",\"678\":\"3EBN\",\"679\":\"3EDL\",\"680\":\"3EE4\",\"681\":\"3EFY\",\"682\":\"3ENA\",\"683\":\"3ENE\",\"684\":\"3EP6\",\"685\":\"3EV1\",\"686\":\"3EV3\",\"687\":\"3EXB\",\"688\":\"3EXH\",\"689\":\"3F5L\",\"690\":\"3F5N\",\"691\":\"3FCD\",\"692\":\"3FCF\",\"693\":\"3GFQ\",\"694\":\"3GI6\",\"695\":\"3GJQ\",\"696\":\"3GJU\",\"697\":\"3GPZ\",\"698\":\"3GRD\",\"699\":\"3GSF\",\"700\":\"3GVI\",\"701\":\"3GVK\",\"702\":\"3GVM\",\"703\":\"3HBN\",\"704\":\"3HBP\",\"705\":\"3HDE\",\"706\":\"3HDG\",\"707\":\"3HE8\",\"708\":\"3HF5\",\"709\":\"3HF7\",\"710\":\"3HF9\",\"711\":\"3HG7\",\"712\":\"3HG9\",\"713\":\"3HLD\",\"714\":\"3HS9\",\"715\":\"3HWK\",\"716\":\"3HWM\",\"717\":\"3HYG\",\"718\":\"3INX\",\"719\":\"3IQA\",\"720\":\"3IRX\",\"721\":\"3IRZ\",\"722\":\"3IS2\",\"723\":\"3IZ6\",\"724\":\"3J1J\",\"725\":\"3J2B\",\"726\":\"3J2H\",\"727\":\"3J4D\",\"728\":\"3J4R\",\"729\":\"3J4T\",\"730\":\"3J4V\",\"731\":\"3J83\",\"732\":\"3J85\",\"733\":\"3JBP\",\"734\":\"3JNR\",\"735\":\"3JP6\",\"736\":\"3JP8\",\"737\":\"3JPA\",\"738\":\"3JPC\",\"739\":\"3JPE\",\"740\":\"3JPM\",\"741\":\"3JQA\",\"742\":\"3JQC\",\"743\":\"3JQE\",\"744\":\"3K6T\",\"745\":\"3K6X\",\"746\":\"3K8A\",\"747\":\"3K8C\",\"748\":\"3K8E\",\"749\":\"3KJK\",\"750\":\"3KL4\",\"751\":\"3KOL\",\"752\":\"3KVZ\",\"753\":\"3L9B\",\"754\":\"3LLY\",\"755\":\"3LMH\",\"756\":\"3LMJ\",\"757\":\"3MHB\",\"758\":\"3MS2\",\"759\":\"3N5E\",\"760\":\"3NDE\",\"761\":\"3NGJ\",\"762\":\"3NLE\",\"763\":\"3NLG\",\"764\":\"3NLZ\",\"765\":\"3NR4\",\"766\":\"3NR8\",\"767\":\"3NU4\",\"768\":\"3PK3\",\"769\":\"3PKF\",\"770\":\"3PKH\",\"771\":\"3PKN\",\"772\":\"3PWF\",\"773\":\"3PXC\",\"774\":\"3PXE\",\"775\":\"3PXF\",\"776\":\"3PXH\",\"777\":\"3Q87\",\"778\":\"3Q89\",\"779\":\"3QCI\",\"780\":\"3QK6\",\"781\":\"3QPE\",\"782\":\"3QQ3\",\"783\":\"3R9G\",\"784\":\"3RKN\",\"785\":\"ABJ1\",\"786\":\"AFR1\",\"787\":\"ALBG\",\"788\":\"ALTG\",\"789\":\"AMA1\",\"790\":\"AMF1\",\"791\":\"AMR1\",\"792\":\"ASN1\",\"793\":\"AYR1\",\"794\":\"BAR1\",\"795\":\"BLL3\",\"796\":\"BLM1\",\"797\":\"BSQ1\",\"798\":\"BYN1\",\"799\":\"CAS1\",\"800\":\"CCN1\",\"801\":\"CGM1\",\"802\":\"CHBG\",\"803\":\"CHVR\",\"804\":\"CIP1\",\"805\":\"CIS1\",\"806\":\"CLDR\",\"807\":\"CLL1\",\"808\":\"CMN1\",\"809\":\"COE1\",\"810\":\"CPT1\",\"811\":\"CQT1\",\"812\":\"CRC1\",\"813\":\"CSC1\",\"814\":\"CUC1\",\"815\":\"CUR1\",\"816\":\"DVS1\",\"817\":\"EPFV\",\"818\":\"ESMR\",\"819\":\"FLRD\",\"820\":\"GCA1\",\"821\":\"GCC1\",\"822\":\"GE32\",\"823\":\"GQA1\",\"824\":\"GTPE\",\"825\":\"GTRG\",\"826\":\"GVIO\",\"827\":\"GYPO\",\"828\":\"HMIN\",\"829\":\"HMLG\",\"830\":\"HMO1\",\"831\":\"HRD1\",\"832\":\"INC1\",\"833\":\"INS1\",\"834\":\"IRG1\",\"835\":\"JAGS\",\"836\":\"LBR1\",\"837\":\"LCS1\",\"838\":\"LTSJ\",\"839\":\"MATA\",\"840\":\"MIR1\",\"841\":\"MNC1\",\"842\":\"MND1\",\"843\":\"MOY1\",\"844\":\"NAV1\",\"845\":\"NIM1\",\"846\":\"NTB1\",\"847\":\"OVJ1\",\"848\":\"PES1\",\"849\":\"PGUG\",\"850\":\"PIC1\",\"851\":\"PJR1\",\"852\":\"PLM1\",\"853\":\"PLU1\",\"854\":\"PLYS\",\"855\":\"PMR1\",\"856\":\"PNC1\",\"857\":\"PPA2\",\"858\":\"PPA3\",\"859\":\"PPA4\",\"860\":\"PPN1\",\"861\":\"PRC2\",\"862\":\"PRC3\",\"863\":\"PRDO\",\"864\":\"PRG2\",\"865\":\"PRV1\",\"866\":\"PST1\",\"867\":\"PTA1\",\"868\":\"PTG1\",\"869\":\"QUI1\",\"870\":\"RBB1\",\"871\":\"RCIO\",\"872\":\"RCL1\",\"873\":\"RFR1\",\"874\":\"RFR2\",\"875\":\"RGR1\",\"876\":\"RMYO\",\"877\":\"RNG1\",\"878\":\"RPD1\",\"879\":\"RPL1\",\"880\":\"SFC1\",\"881\":\"SJN1\",\"882\":\"SJOG\",\"883\":\"SLV1\",\"884\":\"SLVJ\",\"885\":\"SMI1\",\"886\":\"SNCR\",\"887\":\"SNFR\",\"888\":\"SOG1\",\"889\":\"SPY1\",\"890\":\"SRA1\",\"891\":\"STG1\",\"892\":\"SUV1\",\"893\":\"TBQ3\",\"894\":\"TBST\",\"895\":\"TCDT\",\"896\":\"TEC1\",\"897\":\"TFL4\",\"898\":\"TGJ1\",\"899\":\"TGJ2\",\"900\":\"TMS1\",\"901\":\"TPD1\",\"902\":\"TPUY\",\"903\":\"TR2G\",\"904\":\"TR3G\",\"905\":\"TRN1\",\"906\":\"TSJ1\",\"907\":\"TSJ2\",\"908\":\"TUJ1\",\"909\":\"TVL1\",\"910\":\"TYP1\",\"911\":\"TYP4\",\"912\":\"TYP5\",\"913\":\"UNN1\",\"914\":\"URA1\",\"915\":\"USQ1\",\"916\":\"VLT1\",\"917\":\"VNTA\",\"918\":\"ZPA2\",\"919\":\"ZPA3\",\"920\":\"ZPA4\",\"921\":\"ZPA5\",\"922\":\"2QBW\",\"923\":\"2QRL\",\"924\":\"2QV2\",\"925\":\"2S6S\",\"926\":\"2S6U\",\"927\":\"2S8G\",\"928\":\"2S8I\",\"929\":\"2S8N\",\"930\":\"2S8S\",\"931\":\"2S8U\",\"932\":\"2S9L\",\"933\":\"2SDR\",\"934\":\"2SI1\",\"935\":\"2SS2\",\"936\":\"2SW1\",\"937\":\"2SXQ\",\"938\":\"2T1L\",\"939\":\"2T4P\",\"940\":\"2T7D\",\"941\":\"2TUT\",\"942\":\"2TUV\",\"943\":\"2TYI\",\"944\":\"2U1G\",\"945\":\"2U5P\",\"946\":\"2U8Y\",\"947\":\"2U91\",\"948\":\"2U93\",\"949\":\"2UR5\",\"950\":\"2UX3\",\"951\":\"2V25\",\"952\":\"2V5G\",\"953\":\"2VJS\",\"954\":\"2WC5\",\"955\":\"2XXR\",\"956\":\"2YB9\",\"957\":\"2YIR\",\"958\":\"2YNA\",\"959\":\"2YWY\",\"960\":\"2ZCF\",\"961\":\"2ZHY\",\"962\":\"2ZP9\",\"963\":\"3A44\",\"964\":\"3ACC\",\"965\":\"3ADA\",\"966\":\"3AFQ\",\"967\":\"3AQP\",\"968\":\"3AXV\",\"969\":\"3B4L\",\"970\":\"3C3X\",\"971\":\"3C3Z\",\"972\":\"3CG9\",\"973\":\"3CSH\",\"974\":\"3DDT\",\"975\":\"3DSO\",\"976\":\"3E7C\",\"977\":\"3E9I\",\"978\":\"3EBN\",\"979\":\"3EDL\",\"980\":\"3EE4\",\"981\":\"3EFY\",\"982\":\"3ENA\",\"983\":\"3ENE\",\"984\":\"3EP6\",\"985\":\"3EV1\",\"986\":\"3EV3\",\"987\":\"3EXB\",\"988\":\"3EXH\",\"989\":\"3F5L\",\"990\":\"3F5N\",\"991\":\"3FCD\",\"992\":\"3FCF\",\"993\":\"3GFQ\",\"994\":\"3GI6\",\"995\":\"3GJQ\",\"996\":\"3GJU\",\"997\":\"3GPZ\",\"998\":\"3GRD\",\"999\":\"3GSF\",\"1000\":\"3GVI\",\"1001\":\"3GVK\",\"1002\":\"3GVM\",\"1003\":\"3HBN\",\"1004\":\"3HBP\",\"1005\":\"3HDE\",\"1006\":\"3HDG\",\"1007\":\"3HE8\",\"1008\":\"3HF5\",\"1009\":\"3HF7\",\"1010\":\"3HF9\",\"1011\":\"3HG7\",\"1012\":\"3HG9\",\"1013\":\"3HLD\",\"1014\":\"3HS9\",\"1015\":\"3HWK\",\"1016\":\"3HWM\",\"1017\":\"3HYG\",\"1018\":\"3IJF\",\"1019\":\"3INX\",\"1020\":\"3IQA\",\"1021\":\"3IRX\",\"1022\":\"3IRZ\",\"1023\":\"3IS2\",\"1024\":\"3IZ6\",\"1025\":\"3J1J\",\"1026\":\"3J2B\",\"1027\":\"3J2H\",\"1028\":\"3J4D\",\"1029\":\"3J4R\",\"1030\":\"3J4T\",\"1031\":\"3J4V\",\"1032\":\"3J83\",\"1033\":\"3J85\",\"1034\":\"3JBP\",\"1035\":\"3JNR\",\"1036\":\"3JP6\",\"1037\":\"3JP8\",\"1038\":\"3JPA\",\"1039\":\"3JPC\",\"1040\":\"3JPE\",\"1041\":\"3JPM\",\"1042\":\"3JQA\",\"1043\":\"3JQC\",\"1044\":\"3JQE\",\"1045\":\"3K6T\",\"1046\":\"3K6X\",\"1047\":\"3K8A\",\"1048\":\"3K8C\",\"1049\":\"3K8E\",\"1050\":\"3KJK\",\"1051\":\"3KL4\",\"1052\":\"3KOL\",\"1053\":\"3KVZ\",\"1054\":\"3KXQ\",\"1055\":\"3L9B\",\"1056\":\"3LLY\",\"1057\":\"3LMH\",\"1058\":\"3LMJ\",\"1059\":\"3MHB\",\"1060\":\"3MS2\",\"1061\":\"3N5E\",\"1062\":\"3NDE\",\"1063\":\"3NGJ\",\"1064\":\"3NLE\",\"1065\":\"3NLG\",\"1066\":\"3NLZ\",\"1067\":\"3NR4\",\"1068\":\"3NR8\",\"1069\":\"3NU4\",\"1070\":\"3PK3\",\"1071\":\"3PKF\",\"1072\":\"3PKH\",\"1073\":\"3PKN\",\"1074\":\"3PWF\",\"1075\":\"3PXC\",\"1076\":\"3PXE\",\"1077\":\"3PXF\",\"1078\":\"3PXH\",\"1079\":\"3Q87\",\"1080\":\"3Q89\",\"1081\":\"3QCI\",\"1082\":\"3QPE\",\"1083\":\"3QQ3\",\"1084\":\"3R9G\",\"1085\":\"3RKN\",\"1086\":\"ABJ1\",\"1087\":\"AFR1\",\"1088\":\"ALBG\",\"1089\":\"ALTG\",\"1090\":\"AMA1\",\"1091\":\"AMF1\",\"1092\":\"AMR1\",\"1093\":\"ARG1\",\"1094\":\"ASN1\",\"1095\":\"AYR1\",\"1096\":\"BAR1\",\"1097\":\"BLL3\",\"1098\":\"BLM1\",\"1099\":\"BSQ1\",\"1100\":\"BYN1\",\"1101\":\"CAS1\",\"1102\":\"CCN1\",\"1103\":\"CGM1\",\"1104\":\"CHBG\",\"1105\":\"CHVR\",\"1106\":\"CIP1\",\"1107\":\"CIS1\",\"1108\":\"CLDR\",\"1109\":\"CLL1\",\"1110\":\"CMN1\",\"1111\":\"COE1\",\"1112\":\"CPT1\",\"1113\":\"CRC1\",\"1114\":\"CSC1\",\"1115\":\"CUC1\",\"1116\":\"CUR1\",\"1117\":\"EPFV\",\"1118\":\"ESMR\",\"1119\":\"FLRD\",\"1120\":\"GCA1\",\"1121\":\"GCC1\",\"1122\":\"GE32\",\"1123\":\"GEC3\",\"1124\":\"GQA1\",\"1125\":\"GTPE\",\"1126\":\"GTRG\",\"1127\":\"GVIO\",\"1128\":\"GYPO\",\"1129\":\"HMIN\",\"1130\":\"HMLG\",\"1131\":\"HMO1\",\"1132\":\"HRD1\",\"1133\":\"INC1\",\"1134\":\"INS1\",\"1135\":\"IRG1\",\"1136\":\"JAGS\",\"1137\":\"LBR1\",\"1138\":\"LCS1\",\"1139\":\"LTSJ\",\"1140\":\"MATA\",\"1141\":\"MIR1\",\"1142\":\"MNC1\",\"1143\":\"MND1\",\"1144\":\"MOY1\",\"1145\":\"NAV1\",\"1146\":\"NIM1\",\"1147\":\"NTB1\",\"1148\":\"OVJ1\",\"1149\":\"PES1\",\"1150\":\"PGUG\",\"1151\":\"PIC1\",\"1152\":\"PJR1\",\"1153\":\"PLM1\",\"1154\":\"PLU1\",\"1155\":\"PLYS\",\"1156\":\"PMR1\",\"1157\":\"PNC1\",\"1158\":\"PPA1\",\"1159\":\"PPA2\",\"1160\":\"PPA3\",\"1161\":\"PPA4\",\"1162\":\"PPN1\",\"1163\":\"PRC2\",\"1164\":\"PRC3\",\"1165\":\"PRDO\",\"1166\":\"PRV1\",\"1167\":\"PST1\",\"1168\":\"PTA1\",\"1169\":\"PTG1\",\"1170\":\"QUI1\",\"1171\":\"RBB1\",\"1172\":\"RCIO\",\"1173\":\"RCL1\",\"1174\":\"RFR1\",\"1175\":\"RFR2\",\"1176\":\"RGR1\",\"1177\":\"RMYO\",\"1178\":\"RNG1\",\"1179\":\"RPD1\",\"1180\":\"RPL1\",\"1181\":\"SFC1\",\"1182\":\"SJN1\",\"1183\":\"SJOG\",\"1184\":\"SLV1\",\"1185\":\"SLVJ\",\"1186\":\"SMI1\",\"1187\":\"SNCR\",\"1188\":\"SNFR\",\"1189\":\"SOG1\",\"1190\":\"SPY1\",\"1191\":\"SRA1\",\"1192\":\"STG1\",\"1193\":\"SUV1\",\"1194\":\"TBQ3\",\"1195\":\"TBST\",\"1196\":\"TCDT\",\"1197\":\"TEC1\",\"1198\":\"TFL4\",\"1199\":\"TGJ1\",\"1200\":\"TGJ2\",\"1201\":\"TMS1\",\"1202\":\"TPD1\",\"1203\":\"TPUY\",\"1204\":\"TR2G\",\"1205\":\"TR3G\",\"1206\":\"TRN1\",\"1207\":\"TSJ1\",\"1208\":\"TSJ2\",\"1209\":\"TUJ1\",\"1210\":\"TVL1\",\"1211\":\"TYP1\",\"1212\":\"TYP4\",\"1213\":\"TYP5\",\"1214\":\"UNN1\",\"1215\":\"URA1\",\"1216\":\"USQ1\",\"1217\":\"VLT1\",\"1218\":\"VNTA\",\"1219\":\"ZPA2\",\"1220\":\"ZPA3\",\"1221\":\"ZPA5\",\"1222\":\"2QBW\",\"1223\":\"2QRL\",\"1224\":\"2QV2\",\"1225\":\"2S6S\",\"1226\":\"2S6U\",\"1227\":\"2S78\",\"1228\":\"2S8I\",\"1229\":\"2S8N\",\"1230\":\"2S8S\",\"1231\":\"2S8U\",\"1232\":\"2S9L\",\"1233\":\"2SDR\",\"1234\":\"2SI1\",\"1235\":\"2SS2\",\"1236\":\"2SW1\",\"1237\":\"2SXQ\",\"1238\":\"2T1L\",\"1239\":\"2T4P\",\"1240\":\"2T7D\",\"1241\":\"2TUT\",\"1242\":\"2TUV\",\"1243\":\"2TYI\",\"1244\":\"2U1G\",\"1245\":\"2U5P\",\"1246\":\"2U8Y\",\"1247\":\"2U91\",\"1248\":\"2U93\",\"1249\":\"2UR5\",\"1250\":\"2UX3\",\"1251\":\"2V25\",\"1252\":\"2V27\",\"1253\":\"2V5G\",\"1254\":\"2VJS\",\"1255\":\"2WC5\",\"1256\":\"2XXR\",\"1257\":\"2YB9\",\"1258\":\"2YIR\",\"1259\":\"2YNA\",\"1260\":\"2YWY\",\"1261\":\"2ZCF\",\"1262\":\"2ZHY\",\"1263\":\"2ZP9\",\"1264\":\"3A44\",\"1265\":\"3ACC\",\"1266\":\"3ADA\",\"1267\":\"3AFQ\",\"1268\":\"3AL6\",\"1269\":\"3AQP\",\"1270\":\"3AXV\",\"1271\":\"3B4L\",\"1272\":\"3C3X\",\"1273\":\"3C3Z\",\"1274\":\"3CG9\",\"1275\":\"3CSH\",\"1276\":\"3DDT\",\"1277\":\"3DSO\",\"1278\":\"3E7C\",\"1279\":\"3E9I\",\"1280\":\"3EBN\",\"1281\":\"3ED1\",\"1282\":\"3EDL\",\"1283\":\"3EE4\",\"1284\":\"3EFY\",\"1285\":\"3ENE\",\"1286\":\"3EP6\",\"1287\":\"3EV1\",\"1288\":\"3EV3\",\"1289\":\"3EXB\",\"1290\":\"3EXH\",\"1291\":\"3F5L\",\"1292\":\"3F5N\",\"1293\":\"3FCD\",\"1294\":\"3FCF\",\"1295\":\"3GFQ\",\"1296\":\"3GI6\",\"1297\":\"3GJQ\",\"1298\":\"3GJU\",\"1299\":\"3GPZ\",\"1300\":\"3GRD\",\"1301\":\"3GVI\",\"1302\":\"3GVK\",\"1303\":\"3GVM\",\"1304\":\"3HBN\",\"1305\":\"3HBP\",\"1306\":\"3HDE\",\"1307\":\"3HDG\",\"1308\":\"3HE8\",\"1309\":\"3HF5\",\"1310\":\"3HF7\",\"1311\":\"3HF9\",\"1312\":\"3HG7\",\"1313\":\"3HG9\",\"1314\":\"3HLD\",\"1315\":\"3HWK\",\"1316\":\"3HWM\",\"1317\":\"3HYG\",\"1318\":\"3IJF\",\"1319\":\"3INX\",\"1320\":\"3IQA\",\"1321\":\"3IRX\",\"1322\":\"3IRZ\",\"1323\":\"3IS2\",\"1324\":\"3IZ6\",\"1325\":\"3J1J\",\"1326\":\"3J2B\",\"1327\":\"3J2H\",\"1328\":\"3J4D\",\"1329\":\"3J4R\",\"1330\":\"3J4T\",\"1331\":\"3J4V\",\"1332\":\"3J83\",\"1333\":\"3J85\",\"1334\":\"3JBP\",\"1335\":\"3JP6\",\"1336\":\"3JP8\",\"1337\":\"3JPA\",\"1338\":\"3JPC\",\"1339\":\"3JPE\",\"1340\":\"3JPM\",\"1341\":\"3JQA\",\"1342\":\"3JQC\",\"1343\":\"3JQE\",\"1344\":\"3K6T\",\"1345\":\"3K6X\",\"1346\":\"3K8A\",\"1347\":\"3K8C\",\"1348\":\"3K8E\",\"1349\":\"3KJK\",\"1350\":\"3KL4\",\"1351\":\"3KOL\",\"1352\":\"3KVZ\",\"1353\":\"3L9B\",\"1354\":\"3LLY\",\"1355\":\"3LMH\",\"1356\":\"3LMJ\",\"1357\":\"3MHB\",\"1358\":\"3MS2\",\"1359\":\"3N5E\",\"1360\":\"3NDE\",\"1361\":\"3NGJ\",\"1362\":\"3NLE\",\"1363\":\"3NLG\",\"1364\":\"3NLZ\",\"1365\":\"3NR4\",\"1366\":\"3NR8\",\"1367\":\"3NU4\",\"1368\":\"3PKF\",\"1369\":\"3PKH\",\"1370\":\"3PKN\",\"1371\":\"3PWF\",\"1372\":\"3PXC\",\"1373\":\"3PXE\",\"1374\":\"3PXF\",\"1375\":\"3PXH\",\"1376\":\"3Q87\",\"1377\":\"3Q89\",\"1378\":\"3Q9K\",\"1379\":\"3QCI\",\"1380\":\"3QK6\",\"1381\":\"3QPE\",\"1382\":\"3QQ3\",\"1383\":\"3R9G\",\"1384\":\"3RKN\",\"1385\":\"ABJ1\",\"1386\":\"AFR1\",\"1387\":\"ALBG\",\"1388\":\"ALTG\",\"1389\":\"AMA1\",\"1390\":\"AMF1\",\"1391\":\"AMR1\",\"1392\":\"ARG1\",\"1393\":\"ASN1\",\"1394\":\"AYR1\",\"1395\":\"BAR1\",\"1396\":\"BLL3\",\"1397\":\"BLM1\",\"1398\":\"BSQ1\",\"1399\":\"BYN1\",\"1400\":\"CAS1\",\"1401\":\"CCN1\",\"1402\":\"CGM1\",\"1403\":\"CHBG\",\"1404\":\"CHVR\",\"1405\":\"CIP1\",\"1406\":\"CIS1\",\"1407\":\"CLDR\",\"1408\":\"CLL1\",\"1409\":\"CMN1\",\"1410\":\"COE1\",\"1411\":\"CPT1\",\"1412\":\"CRC1\",\"1413\":\"CSC1\",\"1414\":\"CUC1\",\"1415\":\"CUR1\",\"1416\":\"DVS1\",\"1417\":\"EPFV\",\"1418\":\"ESMR\",\"1419\":\"FLRD\",\"1420\":\"GCA1\",\"1421\":\"GCC1\",\"1422\":\"GE32\",\"1423\":\"GEC3\",\"1424\":\"GQA1\",\"1425\":\"GTPE\",\"1426\":\"GTRG\",\"1427\":\"GVIO\",\"1428\":\"GYPO\",\"1429\":\"HMIN\",\"1430\":\"HMLG\",\"1431\":\"HMO1\",\"1432\":\"HRD1\",\"1433\":\"INC1\",\"1434\":\"INS1\",\"1435\":\"IRG1\",\"1436\":\"LBR1\",\"1437\":\"LCS1\",\"1438\":\"LMR1\",\"1439\":\"LTSJ\",\"1440\":\"MATA\",\"1441\":\"MIR1\",\"1442\":\"MND1\",\"1443\":\"MOY1\",\"1444\":\"NAV1\",\"1445\":\"NIM1\",\"1446\":\"NTB1\",\"1447\":\"OVJ1\",\"1448\":\"PES1\",\"1449\":\"PGUG\",\"1450\":\"PIC1\",\"1451\":\"PJR1\",\"1452\":\"PLM1\",\"1453\":\"PLU1\",\"1454\":\"PLYS\",\"1455\":\"PMR1\",\"1456\":\"PNC1\",\"1457\":\"PPA1\",\"1458\":\"PPA2\",\"1459\":\"PPA3\",\"1460\":\"PPA4\",\"1461\":\"PPN1\",\"1462\":\"PRC2\",\"1463\":\"PRC3\",\"1464\":\"PRV1\",\"1465\":\"PST1\",\"1466\":\"PTA1\",\"1467\":\"PTG1\",\"1468\":\"QUI1\",\"1469\":\"RBB1\",\"1470\":\"RCIO\",\"1471\":\"RCL1\",\"1472\":\"RFR1\",\"1473\":\"RFR2\",\"1474\":\"RGR1\",\"1475\":\"RGRN\",\"1476\":\"RMYO\",\"1477\":\"RNG1\",\"1478\":\"RPD1\",\"1479\":\"RPL1\",\"1480\":\"SFC1\",\"1481\":\"SJN1\",\"1482\":\"SJOG\",\"1483\":\"SLV1\",\"1484\":\"SLVJ\",\"1485\":\"SMI1\",\"1486\":\"SNCR\",\"1487\":\"SNFR\",\"1488\":\"SOG1\",\"1489\":\"SPY1\",\"1490\":\"SRA1\",\"1491\":\"STG1\",\"1492\":\"SUV1\",\"1493\":\"TBQ3\",\"1494\":\"TBST\",\"1495\":\"TCDT\",\"1496\":\"TEC1\",\"1497\":\"TFL4\",\"1498\":\"TGJ1\",\"1499\":\"TGJ2\",\"1500\":\"TMS1\",\"1501\":\"TPD1\",\"1502\":\"TPUY\",\"1503\":\"TR2G\",\"1504\":\"TR3G\",\"1505\":\"TRN1\",\"1506\":\"TSJ1\",\"1507\":\"TSJ2\",\"1508\":\"TUJ1\",\"1509\":\"TVL1\",\"1510\":\"TYP1\",\"1511\":\"TYP4\",\"1512\":\"TYP5\",\"1513\":\"UNN1\",\"1514\":\"URA1\",\"1515\":\"USQ1\",\"1516\":\"VLT1\",\"1517\":\"VNTA\",\"1518\":\"ZPA2\",\"1519\":\"ZPA3\",\"1520\":\"ZPA5\",\"1521\":\"2QBW\",\"1522\":\"2QRL\",\"1523\":\"2QV2\",\"1524\":\"2S6Q\",\"1525\":\"2S6S\",\"1526\":\"2S6U\",\"1527\":\"2S78\",\"1528\":\"2S8I\",\"1529\":\"2S8N\",\"1530\":\"2S8S\",\"1531\":\"2S8U\",\"1532\":\"2S9L\",\"1533\":\"2S9Q\",\"1534\":\"2SDR\",\"1535\":\"2SI1\",\"1536\":\"2SS2\",\"1537\":\"2SW1\",\"1538\":\"2SXQ\",\"1539\":\"2T1L\",\"1540\":\"2T4P\",\"1541\":\"2T7D\",\"1542\":\"2TUT\",\"1543\":\"2TUV\",\"1544\":\"2TYI\",\"1545\":\"2U1G\",\"1546\":\"2U5P\",\"1547\":\"2U8Y\",\"1548\":\"2U91\",\"1549\":\"2U93\",\"1550\":\"2UPD\",\"1551\":\"2UR5\",\"1552\":\"2UX3\",\"1553\":\"2V25\",\"1554\":\"2V5G\",\"1555\":\"2VJS\",\"1556\":\"2WC5\",\"1557\":\"2XXR\",\"1558\":\"2YB9\",\"1559\":\"2YIR\",\"1560\":\"2YNA\",\"1561\":\"2YWY\",\"1562\":\"2ZCF\",\"1563\":\"2ZHY\",\"1564\":\"2ZP9\",\"1565\":\"3A44\",\"1566\":\"3ACC\",\"1567\":\"3ADA\",\"1568\":\"3AFQ\",\"1569\":\"3AQP\",\"1570\":\"3AXV\",\"1571\":\"3B4L\",\"1572\":\"3C3X\",\"1573\":\"3C3Z\",\"1574\":\"3CG9\",\"1575\":\"3CSH\",\"1576\":\"3DDT\",\"1577\":\"3DSO\",\"1578\":\"3E7C\",\"1579\":\"3E9I\",\"1580\":\"3EBN\",\"1581\":\"3EDL\",\"1582\":\"3EE4\",\"1583\":\"3EFY\",\"1584\":\"3ENA\",\"1585\":\"3ENE\",\"1586\":\"3EP6\",\"1587\":\"3EV1\",\"1588\":\"3EV3\",\"1589\":\"3EXB\",\"1590\":\"3EXH\",\"1591\":\"3F5L\",\"1592\":\"3F5N\",\"1593\":\"3FCD\",\"1594\":\"3FCF\",\"1595\":\"3GFQ\",\"1596\":\"3GI6\",\"1597\":\"3GJQ\",\"1598\":\"3GJU\",\"1599\":\"3GPZ\",\"1600\":\"3GRD\",\"1601\":\"3GSF\",\"1602\":\"3GVI\",\"1603\":\"3GVK\",\"1604\":\"3GVM\",\"1605\":\"3HBN\",\"1606\":\"3HBP\",\"1607\":\"3HDE\",\"1608\":\"3HDG\",\"1609\":\"3HE8\",\"1610\":\"3HF5\",\"1611\":\"3HF7\",\"1612\":\"3HF9\",\"1613\":\"3HG7\",\"1614\":\"3HG9\",\"1615\":\"3HLD\",\"1616\":\"3HS9\",\"1617\":\"3HWK\",\"1618\":\"3HWM\",\"1619\":\"3HYG\",\"1620\":\"3IJF\",\"1621\":\"3INX\",\"1622\":\"3IQA\",\"1623\":\"3IRX\",\"1624\":\"3IRZ\",\"1625\":\"3IS2\",\"1626\":\"3IZ6\",\"1627\":\"3J1J\",\"1628\":\"3J2B\",\"1629\":\"3J2H\",\"1630\":\"3J4D\",\"1631\":\"3J4R\",\"1632\":\"3J4T\",\"1633\":\"3J4V\",\"1634\":\"3J83\",\"1635\":\"3J85\",\"1636\":\"3JBP\",\"1637\":\"3JP6\",\"1638\":\"3JP8\",\"1639\":\"3JPA\",\"1640\":\"3JPC\",\"1641\":\"3JPE\",\"1642\":\"3JPK\",\"1643\":\"3JPM\",\"1644\":\"3JQA\",\"1645\":\"3JQC\",\"1646\":\"3JQE\",\"1647\":\"3K6T\",\"1648\":\"3K6X\",\"1649\":\"3K8A\",\"1650\":\"3K8C\",\"1651\":\"3K8E\",\"1652\":\"3KJK\",\"1653\":\"3KL4\",\"1654\":\"3KOL\",\"1655\":\"3KVZ\",\"1656\":\"3KXQ\",\"1657\":\"3L9B\",\"1658\":\"3LLY\",\"1659\":\"3LMH\",\"1660\":\"3LMJ\",\"1661\":\"3MHB\",\"1662\":\"3MS2\",\"1663\":\"3N5E\",\"1664\":\"3NDE\",\"1665\":\"3NGJ\",\"1666\":\"3NLE\",\"1667\":\"3NLG\",\"1668\":\"3NLZ\",\"1669\":\"3NR4\",\"1670\":\"3NR8\",\"1671\":\"3NU4\",\"1672\":\"3PKF\",\"1673\":\"3PKH\",\"1674\":\"3PKN\",\"1675\":\"3PWF\",\"1676\":\"3PXC\",\"1677\":\"3PXE\",\"1678\":\"3PXF\",\"1679\":\"3PXH\",\"1680\":\"3Q87\",\"1681\":\"3Q89\",\"1682\":\"3Q9K\",\"1683\":\"3QCI\",\"1684\":\"3QK6\",\"1685\":\"3QPE\",\"1686\":\"3QQ3\",\"1687\":\"3R9G\",\"1688\":\"3RKN\",\"1689\":\"ABJ1\",\"1690\":\"AFR1\",\"1691\":\"ALBG\",\"1692\":\"ALTG\",\"1693\":\"AMA1\",\"1694\":\"AMF1\",\"1695\":\"AMR1\",\"1696\":\"ARG1\",\"1697\":\"ASN1\",\"1698\":\"AYR1\",\"1699\":\"BAR1\",\"1700\":\"BLL3\",\"1701\":\"BLM1\",\"1702\":\"BSQ1\",\"1703\":\"BYN1\",\"1704\":\"CAS1\",\"1705\":\"CCN1\",\"1706\":\"CGM1\",\"1707\":\"CHBG\",\"1708\":\"CHVR\",\"1709\":\"CIP1\",\"1710\":\"CIS1\",\"1711\":\"CLDR\",\"1712\":\"CLL1\",\"1713\":\"CMN1\",\"1714\":\"COE1\",\"1715\":\"CPT1\",\"1716\":\"CRC1\",\"1717\":\"CSC1\",\"1718\":\"CUC1\",\"1719\":\"CUR1\",\"1720\":\"EPFV\",\"1721\":\"ESMR\",\"1722\":\"FLRD\",\"1723\":\"GCA1\",\"1724\":\"GCC1\",\"1725\":\"GEC3\",\"1726\":\"GQA1\",\"1727\":\"GTPE\",\"1728\":\"GTRG\",\"1729\":\"GVIO\",\"1730\":\"GYPO\",\"1731\":\"HMIN\",\"1732\":\"HMLG\",\"1733\":\"HMO1\",\"1734\":\"HRD1\",\"1735\":\"INC1\",\"1736\":\"INS1\",\"1737\":\"IRG1\",\"1738\":\"LBR1\",\"1739\":\"LCS1\",\"1740\":\"LTSJ\",\"1741\":\"MATA\",\"1742\":\"MIR1\",\"1743\":\"MNC1\",\"1744\":\"MND1\",\"1745\":\"MOY1\",\"1746\":\"NAV1\",\"1747\":\"NIM1\",\"1748\":\"OVJ1\",\"1749\":\"PES1\",\"1750\":\"PGUG\",\"1751\":\"PIC1\",\"1752\":\"PJR1\",\"1753\":\"PLM1\",\"1754\":\"PLU1\",\"1755\":\"PLYS\",\"1756\":\"PMR1\",\"1757\":\"PNC1\",\"1758\":\"PPA1\",\"1759\":\"PPA2\",\"1760\":\"PPA3\",\"1761\":\"PPA4\",\"1762\":\"PPN1\",\"1763\":\"PRC3\",\"1764\":\"PRDO\",\"1765\":\"PRV1\",\"1766\":\"PST1\",\"1767\":\"PTA1\",\"1768\":\"PTG1\",\"1769\":\"QUI1\",\"1770\":\"RBB1\",\"1771\":\"RCIO\",\"1772\":\"RCL1\",\"1773\":\"RFR1\",\"1774\":\"RFR2\",\"1775\":\"RGR1\",\"1776\":\"RMYO\",\"1777\":\"RNG1\",\"1778\":\"RPD1\",\"1779\":\"RPL1\",\"1780\":\"SBA1\",\"1781\":\"SFC1\",\"1782\":\"SJN1\",\"1783\":\"SJOG\",\"1784\":\"SLV1\",\"1785\":\"SLVJ\",\"1786\":\"SMI1\",\"1787\":\"SNCR\",\"1788\":\"SNFR\",\"1789\":\"SOG1\",\"1790\":\"SPY1\",\"1791\":\"SRA1\",\"1792\":\"STG1\",\"1793\":\"SUV1\",\"1794\":\"TBST\",\"1795\":\"TCDT\",\"1796\":\"TEC1\",\"1797\":\"TFL4\",\"1798\":\"TGJ1\",\"1799\":\"TGJ2\",\"1800\":\"TMS1\",\"1801\":\"TPD1\",\"1802\":\"TPUY\",\"1803\":\"TR2G\",\"1804\":\"TR3G\",\"1805\":\"TRN1\",\"1806\":\"TSJ1\",\"1807\":\"TSJ2\",\"1808\":\"TUJ1\",\"1809\":\"TVL1\",\"1810\":\"TYP1\",\"1811\":\"TYP4\",\"1812\":\"TYP5\",\"1813\":\"UNN1\",\"1814\":\"URA1\",\"1815\":\"USQ1\",\"1816\":\"VLT1\",\"1817\":\"VNTA\",\"1818\":\"ZPA2\",\"1819\":\"ZPA3\",\"1820\":\"ZPA5\",\"1821\":\"2QBW\",\"1822\":\"2QRL\",\"1823\":\"2QV2\",\"1824\":\"2S6Q\",\"1825\":\"2S6S\",\"1826\":\"2S6U\",\"1827\":\"2S78\",\"1828\":\"2S8G\",\"1829\":\"2S8I\",\"1830\":\"2S8N\",\"1831\":\"2S8S\",\"1832\":\"2S8U\",\"1833\":\"2S9L\",\"1834\":\"2SDR\",\"1835\":\"2SI1\",\"1836\":\"2SS2\",\"1837\":\"2SW1\",\"1838\":\"2SXQ\",\"1839\":\"2T1L\",\"1840\":\"2T4P\",\"1841\":\"2T7D\",\"1842\":\"2TUT\",\"1843\":\"2TUV\",\"1844\":\"2TYI\",\"1845\":\"2U1G\",\"1846\":\"2U5P\",\"1847\":\"2U8Y\",\"1848\":\"2U91\",\"1849\":\"2U93\",\"1850\":\"2UR5\",\"1851\":\"2UX3\",\"1852\":\"2V25\",\"1853\":\"2V5G\",\"1854\":\"2VJS\",\"1855\":\"2WC5\",\"1856\":\"2XXR\",\"1857\":\"2YB9\",\"1858\":\"2YIR\",\"1859\":\"2YNA\",\"1860\":\"2YWY\",\"1861\":\"2ZCF\",\"1862\":\"2ZHY\",\"1863\":\"2ZP9\",\"1864\":\"3A44\",\"1865\":\"3ACC\",\"1866\":\"3ADA\",\"1867\":\"3AFQ\",\"1868\":\"3AL6\",\"1869\":\"3AQP\",\"1870\":\"3AXV\",\"1871\":\"3B4L\",\"1872\":\"3BZB\",\"1873\":\"3C3X\",\"1874\":\"3C3Z\",\"1875\":\"3CG9\",\"1876\":\"3CSH\",\"1877\":\"3DDT\",\"1878\":\"3DSO\",\"1879\":\"3E7C\",\"1880\":\"3E9I\",\"1881\":\"3EBN\",\"1882\":\"3ED1\",\"1883\":\"3EDL\",\"1884\":\"3EE4\",\"1885\":\"3EFY\",\"1886\":\"3ENE\",\"1887\":\"3EP6\",\"1888\":\"3EV1\",\"1889\":\"3EV3\",\"1890\":\"3EXB\",\"1891\":\"3EXH\",\"1892\":\"3F5L\",\"1893\":\"3F5N\",\"1894\":\"3FCD\",\"1895\":\"3FCF\",\"1896\":\"3GFQ\",\"1897\":\"3GI6\",\"1898\":\"3GJQ\",\"1899\":\"3GJU\",\"1900\":\"3GPZ\",\"1901\":\"3GRD\",\"1902\":\"3GSF\",\"1903\":\"3GVI\",\"1904\":\"3GVK\",\"1905\":\"3GVM\",\"1906\":\"3HBN\",\"1907\":\"3HBP\",\"1908\":\"3HDE\",\"1909\":\"3HDG\",\"1910\":\"3HE8\",\"1911\":\"3HF5\",\"1912\":\"3HF7\",\"1913\":\"3HF9\",\"1914\":\"3HG7\",\"1915\":\"3HG9\",\"1916\":\"3HLD\",\"1917\":\"3HS9\",\"1918\":\"3HWK\",\"1919\":\"3HWM\",\"1920\":\"3HYG\",\"1921\":\"3INX\",\"1922\":\"3IQA\",\"1923\":\"3IRX\",\"1924\":\"3IRZ\",\"1925\":\"3IS2\",\"1926\":\"3IZ6\",\"1927\":\"3J1J\",\"1928\":\"3J2B\",\"1929\":\"3J2H\",\"1930\":\"3J4D\",\"1931\":\"3J4R\",\"1932\":\"3J4T\",\"1933\":\"3J4V\",\"1934\":\"3J83\",\"1935\":\"3J85\",\"1936\":\"3JBP\",\"1937\":\"3JP6\",\"1938\":\"3JP8\",\"1939\":\"3JPA\",\"1940\":\"3JPC\",\"1941\":\"3JPE\",\"1942\":\"3JPK\",\"1943\":\"3JPM\",\"1944\":\"3JQA\",\"1945\":\"3JQC\",\"1946\":\"3JQE\",\"1947\":\"3K6T\",\"1948\":\"3K6X\",\"1949\":\"3K8A\",\"1950\":\"3K8C\",\"1951\":\"3K8E\",\"1952\":\"3KJK\",\"1953\":\"3KL4\",\"1954\":\"3KOL\",\"1955\":\"3KVZ\",\"1956\":\"3L9B\",\"1957\":\"3LLY\",\"1958\":\"3LMH\",\"1959\":\"3LMJ\",\"1960\":\"3MHB\",\"1961\":\"3MS2\",\"1962\":\"3N5E\",\"1963\":\"3NDE\",\"1964\":\"3NGJ\",\"1965\":\"3NLE\",\"1966\":\"3NLG\",\"1967\":\"3NLZ\",\"1968\":\"3NR4\",\"1969\":\"3NR8\",\"1970\":\"3NU4\",\"1971\":\"3PKF\",\"1972\":\"3PKH\",\"1973\":\"3PKN\",\"1974\":\"3PWF\",\"1975\":\"3PXC\",\"1976\":\"3PXE\",\"1977\":\"3PXF\",\"1978\":\"3PXH\",\"1979\":\"3Q87\",\"1980\":\"3Q89\",\"1981\":\"3Q9K\",\"1982\":\"3QCI\",\"1983\":\"3QK6\",\"1984\":\"3QPE\",\"1985\":\"3QQ3\",\"1986\":\"3R9G\",\"1987\":\"3RGZ\",\"1988\":\"3RKN\",\"1989\":\"ABJ1\",\"1990\":\"AFR1\",\"1991\":\"ALBG\",\"1992\":\"ALTG\",\"1993\":\"AMA1\",\"1994\":\"AMF1\",\"1995\":\"AMR1\",\"1996\":\"ARG1\",\"1997\":\"ASN1\",\"1998\":\"AYR1\",\"1999\":\"BAR1\",\"2000\":\"BLL3\",\"2001\":\"BLM1\",\"2002\":\"BSQ1\",\"2003\":\"BYN1\",\"2004\":\"CAS1\",\"2005\":\"CCN1\",\"2006\":\"CGM1\",\"2007\":\"CHBG\",\"2008\":\"CHVR\",\"2009\":\"CIP1\",\"2010\":\"CIS1\",\"2011\":\"CLDR\",\"2012\":\"CLL1\",\"2013\":\"CMN1\",\"2014\":\"COE1\",\"2015\":\"CPT1\",\"2016\":\"CRC1\",\"2017\":\"CSC1\",\"2018\":\"CUC1\",\"2019\":\"CUR1\",\"2020\":\"DVS1\",\"2021\":\"EPFV\",\"2022\":\"ESMR\",\"2023\":\"FLRD\",\"2024\":\"GCA1\",\"2025\":\"GCC1\",\"2026\":\"GEC3\",\"2027\":\"GQA1\",\"2028\":\"GTRG\",\"2029\":\"GVIO\",\"2030\":\"GYPO\",\"2031\":\"HMIN\",\"2032\":\"HMLG\",\"2033\":\"HMO1\",\"2034\":\"HRD1\",\"2035\":\"INC1\",\"2036\":\"INS1\",\"2037\":\"IRG1\",\"2038\":\"LBR1\",\"2039\":\"LCS1\",\"2040\":\"LPLO\",\"2041\":\"LTSJ\",\"2042\":\"MATA\",\"2043\":\"MIR1\",\"2044\":\"MNC1\",\"2045\":\"MND1\",\"2046\":\"MOY1\",\"2047\":\"NAV1\",\"2048\":\"NIM1\",\"2049\":\"NTB1\",\"2050\":\"OVJ1\",\"2051\":\"PES1\",\"2052\":\"PGUG\",\"2053\":\"PIC1\",\"2054\":\"PJR1\",\"2055\":\"PLM1\",\"2056\":\"PLU1\",\"2057\":\"PLYS\",\"2058\":\"PMR1\",\"2059\":\"PNC1\",\"2060\":\"PPA1\",\"2061\":\"PPA2\",\"2062\":\"PPA3\",\"2063\":\"PPA4\",\"2064\":\"PPN1\",\"2065\":\"PRC3\",\"2066\":\"PRV1\",\"2067\":\"PST1\",\"2068\":\"PTA1\",\"2069\":\"PTG1\",\"2070\":\"QUI1\",\"2071\":\"RBB1\",\"2072\":\"RCIO\",\"2073\":\"RCL1\",\"2074\":\"RFR1\",\"2075\":\"RFR2\",\"2076\":\"RGR1\",\"2077\":\"RMYO\",\"2078\":\"RNG1\",\"2079\":\"RPD1\",\"2080\":\"RPL1\",\"2081\":\"SFC1\",\"2082\":\"SJN1\",\"2083\":\"SJOG\",\"2084\":\"SLV1\",\"2085\":\"SLVJ\",\"2086\":\"SMI1\",\"2087\":\"SNCR\",\"2088\":\"SNFR\",\"2089\":\"SOG1\",\"2090\":\"SPY1\",\"2091\":\"SRA1\",\"2092\":\"STG1\",\"2093\":\"SUV1\",\"2094\":\"TBST\",\"2095\":\"TCDT\",\"2096\":\"TFL4\",\"2097\":\"TGJ1\",\"2098\":\"TGJ2\",\"2099\":\"TMS1\",\"2100\":\"TPD1\",\"2101\":\"TPUY\",\"2102\":\"TR2G\",\"2103\":\"TR3G\",\"2104\":\"TRN1\",\"2105\":\"TSJ1\",\"2106\":\"TSJ2\",\"2107\":\"TUJ1\",\"2108\":\"TYP1\",\"2109\":\"TYP4\",\"2110\":\"TYP5\",\"2111\":\"UNN1\",\"2112\":\"URA1\",\"2113\":\"USQ1\",\"2114\":\"VLT1\",\"2115\":\"VNTA\",\"2116\":\"ZPA2\",\"2117\":\"ZPA3\",\"2118\":\"ZPA5\",\"2119\":\"2QBW\",\"2120\":\"2QRL\",\"2121\":\"2QV2\",\"2122\":\"2S6S\",\"2123\":\"2S6U\",\"2124\":\"2S78\",\"2125\":\"2S8G\",\"2126\":\"2S8I\",\"2127\":\"2S8N\",\"2128\":\"2S8S\",\"2129\":\"2S8U\",\"2130\":\"2S9L\",\"2131\":\"2SDR\",\"2132\":\"2SI1\",\"2133\":\"2SS2\",\"2134\":\"2SW1\",\"2135\":\"2SXQ\",\"2136\":\"2T1L\",\"2137\":\"2T4P\",\"2138\":\"2T7D\",\"2139\":\"2TUT\",\"2140\":\"2TUV\",\"2141\":\"2TYI\",\"2142\":\"2U1G\",\"2143\":\"2U5P\",\"2144\":\"2U8Y\",\"2145\":\"2U91\",\"2146\":\"2U93\",\"2147\":\"2UR5\",\"2148\":\"2UX3\",\"2149\":\"2V25\",\"2150\":\"2V27\",\"2151\":\"2V5G\",\"2152\":\"2VJS\",\"2153\":\"2WC5\",\"2154\":\"2XXR\",\"2155\":\"2YB9\",\"2156\":\"2YIR\",\"2157\":\"2YNA\",\"2158\":\"2YWY\",\"2159\":\"2ZCF\",\"2160\":\"2ZHY\",\"2161\":\"2ZP9\",\"2162\":\"3A44\",\"2163\":\"3ACC\",\"2164\":\"3ADA\",\"2165\":\"3AFQ\",\"2166\":\"3AL6\",\"2167\":\"3AQP\",\"2168\":\"3AXV\",\"2169\":\"3B4L\",\"2170\":\"3BZB\",\"2171\":\"3C3X\",\"2172\":\"3C3Z\",\"2173\":\"3CG9\",\"2174\":\"3CSH\",\"2175\":\"3DDT\",\"2176\":\"3DSO\",\"2177\":\"3E7C\",\"2178\":\"3E9I\",\"2179\":\"3EBN\",\"2180\":\"3ED1\",\"2181\":\"3EDL\",\"2182\":\"3EE4\",\"2183\":\"3EFY\",\"2184\":\"3ENE\",\"2185\":\"3EP6\",\"2186\":\"3EV1\",\"2187\":\"3EV3\",\"2188\":\"3EXB\",\"2189\":\"3EXH\",\"2190\":\"3F5L\",\"2191\":\"3F5N\",\"2192\":\"3FCD\",\"2193\":\"3FCF\",\"2194\":\"3GFQ\",\"2195\":\"3GI6\",\"2196\":\"3GJQ\",\"2197\":\"3GJU\",\"2198\":\"3GPZ\",\"2199\":\"3GRD\",\"2200\":\"3GSF\",\"2201\":\"3GVI\",\"2202\":\"3GVM\",\"2203\":\"3HBN\",\"2204\":\"3HBP\",\"2205\":\"3HDE\",\"2206\":\"3HDG\",\"2207\":\"3HE8\",\"2208\":\"3HF5\",\"2209\":\"3HF7\",\"2210\":\"3HF9\",\"2211\":\"3HG7\",\"2212\":\"3HG9\",\"2213\":\"3HLD\",\"2214\":\"3HS9\",\"2215\":\"3HWK\",\"2216\":\"3HWM\",\"2217\":\"3HYG\",\"2218\":\"3IJF\",\"2219\":\"3INX\",\"2220\":\"3IQA\",\"2221\":\"3IRX\",\"2222\":\"3IRZ\",\"2223\":\"3IS2\",\"2224\":\"3IZ6\",\"2225\":\"3J1J\",\"2226\":\"3J2B\",\"2227\":\"3J2H\",\"2228\":\"3J4D\",\"2229\":\"3J4R\",\"2230\":\"3J4T\",\"2231\":\"3J4V\",\"2232\":\"3J83\",\"2233\":\"3J85\",\"2234\":\"3JBP\",\"2235\":\"3JNR\",\"2236\":\"3JP6\",\"2237\":\"3JP8\",\"2238\":\"3JPA\",\"2239\":\"3JPC\",\"2240\":\"3JPE\",\"2241\":\"3JPK\",\"2242\":\"3JPM\",\"2243\":\"3JQA\",\"2244\":\"3JQC\",\"2245\":\"3JQE\",\"2246\":\"3K6T\",\"2247\":\"3K6X\",\"2248\":\"3K8A\",\"2249\":\"3K8C\",\"2250\":\"3K8E\",\"2251\":\"3KJK\",\"2252\":\"3KL4\",\"2253\":\"3KOL\",\"2254\":\"3KVZ\",\"2255\":\"3L9B\",\"2256\":\"3LLY\",\"2257\":\"3LMH\",\"2258\":\"3LMJ\",\"2259\":\"3MHB\",\"2260\":\"3MS2\",\"2261\":\"3N5E\",\"2262\":\"3NDE\",\"2263\":\"3NGJ\",\"2264\":\"3NLE\",\"2265\":\"3NLG\",\"2266\":\"3NLZ\",\"2267\":\"3NR4\",\"2268\":\"3NR8\",\"2269\":\"3NU4\",\"2270\":\"3PKF\",\"2271\":\"3PKH\",\"2272\":\"3PKN\",\"2273\":\"3PWF\",\"2274\":\"3PXC\",\"2275\":\"3PXE\",\"2276\":\"3PXF\",\"2277\":\"3PXH\",\"2278\":\"3Q87\",\"2279\":\"3Q89\",\"2280\":\"3Q9K\",\"2281\":\"3QCI\",\"2282\":\"3QK6\",\"2283\":\"3QPE\",\"2284\":\"3QQ3\",\"2285\":\"3R9G\",\"2286\":\"3RGZ\",\"2287\":\"3RKN\",\"2288\":\"ABJ1\",\"2289\":\"AFR1\",\"2290\":\"ALBG\",\"2291\":\"ALTG\",\"2292\":\"AMA1\",\"2293\":\"AMF1\",\"2294\":\"AMR1\",\"2295\":\"ARG1\",\"2296\":\"ASN1\",\"2297\":\"AYR1\",\"2298\":\"BAR1\",\"2299\":\"BLL3\",\"2300\":\"BLM1\",\"2301\":\"BSQ1\",\"2302\":\"BYN1\",\"2303\":\"CAS1\",\"2304\":\"CCN1\",\"2305\":\"CGM1\",\"2306\":\"CHBG\",\"2307\":\"CHVR\",\"2308\":\"CIP1\",\"2309\":\"CIS1\",\"2310\":\"CLDR\",\"2311\":\"CLL1\",\"2312\":\"CMN1\",\"2313\":\"COE1\",\"2314\":\"CPT1\",\"2315\":\"CRC1\",\"2316\":\"CSC1\",\"2317\":\"CUC1\",\"2318\":\"CUR1\",\"2319\":\"DVS1\",\"2320\":\"EPFV\",\"2321\":\"ESMR\",\"2322\":\"FLRD\",\"2323\":\"GCA1\",\"2324\":\"GCC1\",\"2325\":\"GEC3\",\"2326\":\"GQA1\",\"2327\":\"GTRG\",\"2328\":\"GVIO\",\"2329\":\"GYPO\",\"2330\":\"HMIN\",\"2331\":\"HMLG\",\"2332\":\"HMO1\",\"2333\":\"HRD1\",\"2334\":\"INC1\",\"2335\":\"INS1\",\"2336\":\"IRG1\",\"2337\":\"JAGS\",\"2338\":\"LBR1\",\"2339\":\"LCS1\",\"2340\":\"LPLO\",\"2341\":\"LTSJ\",\"2342\":\"MATA\",\"2343\":\"MIR1\",\"2344\":\"MNC1\",\"2345\":\"MND1\",\"2346\":\"MOY1\",\"2347\":\"NAV1\",\"2348\":\"NIM1\",\"2349\":\"NTB1\",\"2350\":\"OVJ1\",\"2351\":\"PES1\",\"2352\":\"PGUG\",\"2353\":\"PIC1\",\"2354\":\"PJR1\",\"2355\":\"PLM1\",\"2356\":\"PLU1\",\"2357\":\"PLYS\",\"2358\":\"PMR1\",\"2359\":\"PNC1\",\"2360\":\"PPA1\",\"2361\":\"PPA2\",\"2362\":\"PPA3\",\"2363\":\"PPA4\",\"2364\":\"PPN1\",\"2365\":\"PRC3\",\"2366\":\"PRG1\",\"2367\":\"PRG2\",\"2368\":\"PRV1\",\"2369\":\"PST1\",\"2370\":\"PTA1\",\"2371\":\"PTG1\",\"2372\":\"QUI1\",\"2373\":\"RBB1\",\"2374\":\"RCIO\",\"2375\":\"RCL1\",\"2376\":\"RFR1\",\"2377\":\"RFR2\",\"2378\":\"RGR1\",\"2379\":\"RMYO\",\"2380\":\"RNG1\",\"2381\":\"RPD1\",\"2382\":\"RPL1\",\"2383\":\"SBA1\",\"2384\":\"SFC1\",\"2385\":\"SJN1\",\"2386\":\"SJOG\",\"2387\":\"SLV1\",\"2388\":\"SLVJ\",\"2389\":\"SMI1\",\"2390\":\"SNCR\",\"2391\":\"SNFR\",\"2392\":\"SOG1\",\"2393\":\"SPY1\",\"2394\":\"SRA1\",\"2395\":\"STG1\",\"2396\":\"SUV1\",\"2397\":\"TBST\",\"2398\":\"TCDT\",\"2399\":\"TEC1\",\"2400\":\"TFL1\",\"2401\":\"TFL4\",\"2402\":\"TGJ1\",\"2403\":\"TGJ2\",\"2404\":\"TMS1\",\"2405\":\"TPD1\",\"2406\":\"TPUY\",\"2407\":\"TR2G\",\"2408\":\"TR3G\",\"2409\":\"TRN1\",\"2410\":\"TSJ1\",\"2411\":\"TSJ2\",\"2412\":\"TUJ1\",\"2413\":\"TVL1\",\"2414\":\"TYP1\",\"2415\":\"TYP4\",\"2416\":\"TYP5\",\"2417\":\"UNN1\",\"2418\":\"URA1\",\"2419\":\"USQ1\",\"2420\":\"VLT1\",\"2421\":\"VNTA\",\"2422\":\"ZPA2\",\"2423\":\"ZPA3\",\"2424\":\"ZPA4\",\"2425\":\"ZPA5\",\"2426\":\"2QBW\",\"2427\":\"2QRL\",\"2428\":\"2QV2\",\"2429\":\"2S6Q\",\"2430\":\"2S6S\",\"2431\":\"2S6U\",\"2432\":\"2S78\",\"2433\":\"2S8G\",\"2434\":\"2S8I\",\"2435\":\"2S8N\",\"2436\":\"2S8S\",\"2437\":\"2S8U\",\"2438\":\"2S9L\",\"2439\":\"2SDR\",\"2440\":\"2SI1\",\"2441\":\"2SS2\",\"2442\":\"2SW1\",\"2443\":\"2SXQ\",\"2444\":\"2T1L\",\"2445\":\"2T4P\",\"2446\":\"2T7D\",\"2447\":\"2TUT\",\"2448\":\"2TUV\",\"2449\":\"2TYI\",\"2450\":\"2U1G\",\"2451\":\"2U5P\",\"2452\":\"2U8Y\",\"2453\":\"2U91\",\"2454\":\"2U93\",\"2455\":\"2UR5\",\"2456\":\"2UX3\",\"2457\":\"2V25\",\"2458\":\"2V5G\",\"2459\":\"2VJS\",\"2460\":\"2WC5\",\"2461\":\"2XXR\",\"2462\":\"2YB9\",\"2463\":\"2YIR\",\"2464\":\"2YNA\",\"2465\":\"2YWY\",\"2466\":\"2ZCF\",\"2467\":\"2ZHY\",\"2468\":\"2ZP9\",\"2469\":\"3A44\",\"2470\":\"3ACC\",\"2471\":\"3ADA\",\"2472\":\"3AFQ\",\"2473\":\"3AL6\",\"2474\":\"3AQP\",\"2475\":\"3AXV\",\"2476\":\"3B4L\",\"2477\":\"3BZB\",\"2478\":\"3C3X\",\"2479\":\"3C3Z\",\"2480\":\"3CG9\",\"2481\":\"3CSH\",\"2482\":\"3DDT\",\"2483\":\"3DSO\",\"2484\":\"3E7C\",\"2485\":\"3E9I\",\"2486\":\"3EBN\",\"2487\":\"3EDL\",\"2488\":\"3EE4\",\"2489\":\"3EFY\",\"2490\":\"3ENE\",\"2491\":\"3EP6\",\"2492\":\"3EV1\",\"2493\":\"3EV3\",\"2494\":\"3EXB\",\"2495\":\"3EXH\",\"2496\":\"3F5L\",\"2497\":\"3F5N\",\"2498\":\"3FCD\",\"2499\":\"3FCF\",\"2500\":\"3GFQ\",\"2501\":\"3GI6\",\"2502\":\"3GJQ\",\"2503\":\"3GJU\",\"2504\":\"3GPZ\",\"2505\":\"3GRD\",\"2506\":\"3GSF\",\"2507\":\"3GVI\",\"2508\":\"3GVM\",\"2509\":\"3HBN\",\"2510\":\"3HBP\",\"2511\":\"3HDE\",\"2512\":\"3HDG\",\"2513\":\"3HE8\",\"2514\":\"3HF5\",\"2515\":\"3HF7\",\"2516\":\"3HF9\",\"2517\":\"3HG7\",\"2518\":\"3HG9\",\"2519\":\"3HLD\",\"2520\":\"3HS9\",\"2521\":\"3HWK\",\"2522\":\"3HWM\",\"2523\":\"3HYG\",\"2524\":\"3IJF\",\"2525\":\"3INX\",\"2526\":\"3IQA\",\"2527\":\"3IRX\",\"2528\":\"3IRZ\",\"2529\":\"3IS2\",\"2530\":\"3IZ6\",\"2531\":\"3J1J\",\"2532\":\"3J2B\",\"2533\":\"3J2H\",\"2534\":\"3J4D\",\"2535\":\"3J4R\",\"2536\":\"3J4T\",\"2537\":\"3J4V\",\"2538\":\"3J83\",\"2539\":\"3J85\",\"2540\":\"3JBP\",\"2541\":\"3JNR\",\"2542\":\"3JP6\",\"2543\":\"3JP8\",\"2544\":\"3JPA\",\"2545\":\"3JPC\",\"2546\":\"3JPE\",\"2547\":\"3JPK\",\"2548\":\"3JPM\",\"2549\":\"3JQA\",\"2550\":\"3JQC\",\"2551\":\"3JQE\",\"2552\":\"3K6T\",\"2553\":\"3K6X\",\"2554\":\"3K8A\",\"2555\":\"3K8C\",\"2556\":\"3K8E\",\"2557\":\"3KJK\",\"2558\":\"3KL4\",\"2559\":\"3KOL\",\"2560\":\"3KVZ\",\"2561\":\"3L9B\",\"2562\":\"3LLY\",\"2563\":\"3LMH\",\"2564\":\"3LMJ\",\"2565\":\"3MHB\",\"2566\":\"3MS2\",\"2567\":\"3N5E\",\"2568\":\"3NDE\",\"2569\":\"3NGJ\",\"2570\":\"3NLE\",\"2571\":\"3NLG\",\"2572\":\"3NLZ\",\"2573\":\"3NR4\",\"2574\":\"3NR8\",\"2575\":\"3NU4\",\"2576\":\"3PKF\",\"2577\":\"3PKH\",\"2578\":\"3PKN\",\"2579\":\"3PWF\",\"2580\":\"3PXC\",\"2581\":\"3PXE\",\"2582\":\"3PXF\",\"2583\":\"3PXH\",\"2584\":\"3Q87\",\"2585\":\"3Q89\",\"2586\":\"3Q9K\",\"2587\":\"3QCI\",\"2588\":\"3QK6\",\"2589\":\"3QPE\",\"2590\":\"3QQ3\",\"2591\":\"3R9G\",\"2592\":\"3RGZ\",\"2593\":\"3RKN\",\"2594\":\"ABJ1\",\"2595\":\"AFR1\",\"2596\":\"ALBG\",\"2597\":\"ALTG\",\"2598\":\"AMA1\",\"2599\":\"AMF1\",\"2600\":\"AMR1\",\"2601\":\"ARG1\",\"2602\":\"ASN1\",\"2603\":\"AYR1\",\"2604\":\"BAR1\",\"2605\":\"BLL3\",\"2606\":\"BLM1\",\"2607\":\"BSQ1\",\"2608\":\"BYN1\",\"2609\":\"CAS1\",\"2610\":\"CCN1\",\"2611\":\"CGM1\",\"2612\":\"CHBG\",\"2613\":\"CHVR\",\"2614\":\"CIP1\",\"2615\":\"CIS1\",\"2616\":\"CLDR\",\"2617\":\"CLL1\",\"2618\":\"CMN1\",\"2619\":\"COE1\",\"2620\":\"CPT1\",\"2621\":\"CRC1\",\"2622\":\"CSC1\",\"2623\":\"CUC1\",\"2624\":\"CUR1\",\"2625\":\"DVS1\",\"2626\":\"EPFV\",\"2627\":\"ESMR\",\"2628\":\"FLRD\",\"2629\":\"GCA1\",\"2630\":\"GCC1\",\"2631\":\"GEC3\",\"2632\":\"GQA1\",\"2633\":\"GTPE\",\"2634\":\"GTRG\",\"2635\":\"GVIO\",\"2636\":\"GYPO\",\"2637\":\"HMIN\",\"2638\":\"HMLG\",\"2639\":\"HMO1\",\"2640\":\"HRD1\",\"2641\":\"INC1\",\"2642\":\"INS1\",\"2643\":\"IRG1\",\"2644\":\"JAGS\",\"2645\":\"LBR1\",\"2646\":\"LCS1\",\"2647\":\"LPLO\",\"2648\":\"LTSJ\",\"2649\":\"MATA\",\"2650\":\"MIR1\",\"2651\":\"MNC1\",\"2652\":\"MND1\",\"2653\":\"MOY1\",\"2654\":\"NAV1\",\"2655\":\"NIM1\",\"2656\":\"NTB1\",\"2657\":\"OVJ1\",\"2658\":\"PES1\",\"2659\":\"PGUG\",\"2660\":\"PIC1\",\"2661\":\"PJR1\",\"2662\":\"PLM1\",\"2663\":\"PLU1\",\"2664\":\"PLYS\",\"2665\":\"PMR1\",\"2666\":\"PNC1\",\"2667\":\"PPA1\",\"2668\":\"PPA2\",\"2669\":\"PPA3\",\"2670\":\"PPA4\",\"2671\":\"PPN1\",\"2672\":\"PRDO\",\"2673\":\"PRG1\",\"2674\":\"PRG2\",\"2675\":\"PRV1\",\"2676\":\"PST1\",\"2677\":\"PTA1\",\"2678\":\"PTG1\",\"2679\":\"QUI1\",\"2680\":\"RBB1\",\"2681\":\"RCIO\",\"2682\":\"RCL1\",\"2683\":\"RFR1\",\"2684\":\"RFR2\",\"2685\":\"RGR1\",\"2686\":\"RMYO\",\"2687\":\"RNG1\",\"2688\":\"RPD1\",\"2689\":\"RPL1\",\"2690\":\"SFC1\",\"2691\":\"SJN1\",\"2692\":\"SJOG\",\"2693\":\"SLV1\",\"2694\":\"SLVJ\",\"2695\":\"SMI1\",\"2696\":\"SNCR\",\"2697\":\"SNFR\",\"2698\":\"SOG1\",\"2699\":\"SPY1\",\"2700\":\"SRA1\",\"2701\":\"STG1\",\"2702\":\"SUV1\",\"2703\":\"TBST\",\"2704\":\"TCDT\",\"2705\":\"TDR1\",\"2706\":\"TEC1\",\"2707\":\"TFL1\",\"2708\":\"TFL4\",\"2709\":\"TGJ1\",\"2710\":\"TGJ2\",\"2711\":\"TMS1\",\"2712\":\"TPD1\",\"2713\":\"TPUY\",\"2714\":\"TR2G\",\"2715\":\"TR3G\",\"2716\":\"TRN1\",\"2717\":\"TSJ1\",\"2718\":\"TSJ2\",\"2719\":\"TUJ1\",\"2720\":\"TVL1\",\"2721\":\"TYP1\",\"2722\":\"TYP4\",\"2723\":\"TYP5\",\"2724\":\"UNN1\",\"2725\":\"URA1\",\"2726\":\"USQ1\",\"2727\":\"VLT1\",\"2728\":\"VNTA\",\"2729\":\"ZPA2\",\"2730\":\"ZPA3\",\"2731\":\"ZPA4\",\"2732\":\"ZPA5\",\"2733\":\"2QBW\",\"2734\":\"2QRL\",\"2735\":\"2QV2\",\"2736\":\"2S6Q\",\"2737\":\"2S6S\",\"2738\":\"2S6U\",\"2739\":\"2S78\",\"2740\":\"2S8G\",\"2741\":\"2S8I\",\"2742\":\"2S8N\",\"2743\":\"2S8S\",\"2744\":\"2S8U\",\"2745\":\"2S9L\",\"2746\":\"2SDR\",\"2747\":\"2SI1\",\"2748\":\"2SS2\",\"2749\":\"2SW1\",\"2750\":\"2SXQ\",\"2751\":\"2T1L\",\"2752\":\"2T4P\",\"2753\":\"2T7D\",\"2754\":\"2TUT\",\"2755\":\"2TUV\",\"2756\":\"2TYI\",\"2757\":\"2U1G\",\"2758\":\"2U5P\",\"2759\":\"2U8Y\",\"2760\":\"2U91\",\"2761\":\"2U93\",\"2762\":\"2UPF\",\"2763\":\"2UPJ\",\"2764\":\"2UR5\",\"2765\":\"2UX3\",\"2766\":\"2V25\",\"2767\":\"2V5G\",\"2768\":\"2VJS\",\"2769\":\"2WC5\",\"2770\":\"2XXR\",\"2771\":\"2YB9\",\"2772\":\"2YIR\",\"2773\":\"2YNA\",\"2774\":\"2YWY\",\"2775\":\"2ZCF\",\"2776\":\"2ZHY\",\"2777\":\"2ZP9\",\"2778\":\"3A44\",\"2779\":\"3ACC\",\"2780\":\"3ADA\",\"2781\":\"3AFQ\",\"2782\":\"3AL6\",\"2783\":\"3AQP\",\"2784\":\"3AXV\",\"2785\":\"3B4L\",\"2786\":\"3BZB\",\"2787\":\"3C3X\",\"2788\":\"3C3Z\",\"2789\":\"3CG9\",\"2790\":\"3CSH\",\"2791\":\"3DDT\",\"2792\":\"3DSO\",\"2793\":\"3E7C\",\"2794\":\"3E9I\",\"2795\":\"3EBN\",\"2796\":\"3EDL\",\"2797\":\"3EE4\",\"2798\":\"3EFY\",\"2799\":\"3ENA\",\"2800\":\"3ENE\",\"2801\":\"3EP6\",\"2802\":\"3EV1\",\"2803\":\"3EV3\",\"2804\":\"3EXB\",\"2805\":\"3EXH\",\"2806\":\"3F5L\",\"2807\":\"3F5N\",\"2808\":\"3FCD\",\"2809\":\"3FCF\",\"2810\":\"3GFQ\",\"2811\":\"3GI6\",\"2812\":\"3GJQ\",\"2813\":\"3GJU\",\"2814\":\"3GPZ\",\"2815\":\"3GRD\",\"2816\":\"3GSF\",\"2817\":\"3GVK\",\"2818\":\"3GVM\",\"2819\":\"3HBP\",\"2820\":\"3HDE\",\"2821\":\"3HDG\",\"2822\":\"3HE8\",\"2823\":\"3HF5\",\"2824\":\"3HF7\",\"2825\":\"3HF9\",\"2826\":\"3HG7\",\"2827\":\"3HG9\",\"2828\":\"3HLD\",\"2829\":\"3HS9\",\"2830\":\"3HWK\",\"2831\":\"3HWM\",\"2832\":\"3HYG\",\"2833\":\"3IJF\",\"2834\":\"3INX\",\"2835\":\"3IQA\",\"2836\":\"3IRX\",\"2837\":\"3IRZ\",\"2838\":\"3IS2\",\"2839\":\"3IZ6\",\"2840\":\"3J1J\",\"2841\":\"3J2B\",\"2842\":\"3J2H\",\"2843\":\"3J4D\",\"2844\":\"3J4R\",\"2845\":\"3J4T\",\"2846\":\"3J4V\",\"2847\":\"3J83\",\"2848\":\"3J85\",\"2849\":\"3JBP\",\"2850\":\"3JNR\",\"2851\":\"3JP6\",\"2852\":\"3JP8\",\"2853\":\"3JPA\",\"2854\":\"3JPC\",\"2855\":\"3JPE\",\"2856\":\"3JPK\",\"2857\":\"3JPM\",\"2858\":\"3JQA\",\"2859\":\"3JQC\",\"2860\":\"3JQE\",\"2861\":\"3K6T\",\"2862\":\"3K6X\",\"2863\":\"3K8A\",\"2864\":\"3K8C\",\"2865\":\"3K8E\",\"2866\":\"3KJK\",\"2867\":\"3KL4\",\"2868\":\"3KOL\",\"2869\":\"3KVZ\",\"2870\":\"3L9B\",\"2871\":\"3LLY\",\"2872\":\"3LMH\",\"2873\":\"3LMJ\",\"2874\":\"3MHB\",\"2875\":\"3MS2\",\"2876\":\"3N5E\",\"2877\":\"3NDE\",\"2878\":\"3NGJ\",\"2879\":\"3NLE\",\"2880\":\"3NLG\",\"2881\":\"3NLZ\",\"2882\":\"3NR4\",\"2883\":\"3NR8\",\"2884\":\"3NU4\",\"2885\":\"3PKF\",\"2886\":\"3PKH\",\"2887\":\"3PKN\",\"2888\":\"3PWF\",\"2889\":\"3PXC\",\"2890\":\"3PXE\",\"2891\":\"3PXF\",\"2892\":\"3PXH\",\"2893\":\"3Q87\",\"2894\":\"3Q89\",\"2895\":\"3Q9K\",\"2896\":\"3QCI\",\"2897\":\"3QK6\",\"2898\":\"3QPE\",\"2899\":\"3QQ3\",\"2900\":\"3R9G\",\"2901\":\"3RGZ\",\"2902\":\"3RKN\",\"2903\":\"ABJ1\",\"2904\":\"AFR1\",\"2905\":\"ALBG\",\"2906\":\"ALTG\",\"2907\":\"AMA1\",\"2908\":\"AMF1\",\"2909\":\"AMR1\",\"2910\":\"ARG1\",\"2911\":\"ASN1\",\"2912\":\"AYR1\",\"2913\":\"BAR1\",\"2914\":\"BLL3\",\"2915\":\"BLM1\",\"2916\":\"BSQ1\",\"2917\":\"BYN1\",\"2918\":\"CAS1\",\"2919\":\"CCN1\",\"2920\":\"CGM1\",\"2921\":\"CHBG\",\"2922\":\"CHVR\",\"2923\":\"CIP1\",\"2924\":\"CIS1\",\"2925\":\"CLDR\",\"2926\":\"CLL1\",\"2927\":\"CMN1\",\"2928\":\"COE1\",\"2929\":\"CPT1\",\"2930\":\"CRC1\",\"2931\":\"CSC1\",\"2932\":\"CUC1\",\"2933\":\"CUR1\",\"2934\":\"EPFV\",\"2935\":\"ESMR\",\"2936\":\"FLRD\",\"2937\":\"GCA1\",\"2938\":\"GCC1\",\"2939\":\"GE32\",\"2940\":\"GEC3\",\"2941\":\"GQA1\",\"2942\":\"GTPE\",\"2943\":\"GTRG\",\"2944\":\"GVIO\",\"2945\":\"GYPO\",\"2946\":\"HMIN\",\"2947\":\"HMLG\",\"2948\":\"HMO1\",\"2949\":\"HRD1\",\"2950\":\"INC1\",\"2951\":\"INS1\",\"2952\":\"IRG1\",\"2953\":\"JAGS\",\"2954\":\"LBR1\",\"2955\":\"LCS1\",\"2956\":\"LPLO\",\"2957\":\"LTSJ\",\"2958\":\"MATA\",\"2959\":\"MIR1\",\"2960\":\"MNC1\",\"2961\":\"MND1\",\"2962\":\"MOY1\",\"2963\":\"NAV1\",\"2964\":\"NIM1\",\"2965\":\"NTB1\",\"2966\":\"OVJ1\",\"2967\":\"PES1\",\"2968\":\"PGUG\",\"2969\":\"PIC1\",\"2970\":\"PJR1\",\"2971\":\"PLM1\",\"2972\":\"PLU1\",\"2973\":\"PLYS\",\"2974\":\"PMR1\",\"2975\":\"PNC1\",\"2976\":\"PPA1\",\"2977\":\"PPA2\",\"2978\":\"PPA3\",\"2979\":\"PPA4\",\"2980\":\"PPN1\",\"2981\":\"PRDO\",\"2982\":\"PRG1\",\"2983\":\"PRG2\",\"2984\":\"PRV1\",\"2985\":\"PST1\",\"2986\":\"PTA1\",\"2987\":\"PTG1\",\"2988\":\"QUI1\",\"2989\":\"RBB1\",\"2990\":\"RCIO\",\"2991\":\"RCL1\",\"2992\":\"RFR1\",\"2993\":\"RFR2\",\"2994\":\"RGR1\",\"2995\":\"RGRN\",\"2996\":\"RMYO\",\"2997\":\"RNG1\",\"2998\":\"RPD1\",\"2999\":\"RPL1\",\"3000\":\"SFC1\",\"3001\":\"SJN1\",\"3002\":\"SJOG\",\"3003\":\"SLV1\",\"3004\":\"SLVJ\",\"3005\":\"SMI1\",\"3006\":\"SNCR\",\"3007\":\"SNFR\",\"3008\":\"SOG1\",\"3009\":\"SPY1\",\"3010\":\"SRA1\",\"3011\":\"STG1\",\"3012\":\"SUV1\",\"3013\":\"TBQ4\",\"3014\":\"TBST\",\"3015\":\"TCDT\",\"3016\":\"TEC1\",\"3017\":\"TFL4\",\"3018\":\"TGJ1\",\"3019\":\"TGJ2\",\"3020\":\"TMS1\",\"3021\":\"TPD1\",\"3022\":\"TPUY\",\"3023\":\"TR2G\",\"3024\":\"TR3G\",\"3025\":\"TRN1\",\"3026\":\"TSJ1\",\"3027\":\"TSJ2\",\"3028\":\"TUJ1\",\"3029\":\"TVL1\",\"3030\":\"TYP1\",\"3031\":\"TYP4\",\"3032\":\"TYP5\",\"3033\":\"UNN1\",\"3034\":\"URA1\",\"3035\":\"USQ1\",\"3036\":\"VLT1\",\"3037\":\"VNTA\",\"3038\":\"ZPA2\",\"3039\":\"ZPA3\",\"3040\":\"ZPA4\",\"3041\":\"ZPA5\",\"3042\":\"2QBW\",\"3043\":\"2QRL\",\"3044\":\"2QV2\",\"3045\":\"2S6Q\",\"3046\":\"2S6S\",\"3047\":\"2S6U\",\"3048\":\"2S78\",\"3049\":\"2S8I\",\"3050\":\"2S8N\",\"3051\":\"2S8S\",\"3052\":\"2S8U\",\"3053\":\"2S9L\",\"3054\":\"2SDR\",\"3055\":\"2SI1\",\"3056\":\"2SS2\",\"3057\":\"2SW1\",\"3058\":\"2SXQ\",\"3059\":\"2T1L\",\"3060\":\"2T4P\",\"3061\":\"2T7D\",\"3062\":\"2TUT\",\"3063\":\"2TUV\",\"3064\":\"2TYI\",\"3065\":\"2U1G\",\"3066\":\"2U5P\",\"3067\":\"2U8Y\",\"3068\":\"2U91\",\"3069\":\"2U93\",\"3070\":\"2UPD\",\"3071\":\"2UPF\",\"3072\":\"2UPH\",\"3073\":\"2UR5\",\"3074\":\"2UX3\",\"3075\":\"2V25\",\"3076\":\"2V27\",\"3077\":\"2V5G\",\"3078\":\"2VJS\",\"3079\":\"2WC5\",\"3080\":\"2WFN\",\"3081\":\"2XXR\",\"3082\":\"2YB9\",\"3083\":\"2YIR\",\"3084\":\"2YNA\",\"3085\":\"2YWY\",\"3086\":\"2ZCF\",\"3087\":\"2ZHY\",\"3088\":\"2ZP9\",\"3089\":\"3A44\",\"3090\":\"3ACC\",\"3091\":\"3ADA\",\"3092\":\"3AFQ\",\"3093\":\"3AL6\",\"3094\":\"3AQP\",\"3095\":\"3AXV\",\"3096\":\"3B4L\",\"3097\":\"3BZB\",\"3098\":\"3C3Z\",\"3099\":\"3C4V\",\"3100\":\"3CG9\",\"3101\":\"3CSH\",\"3102\":\"3DDT\",\"3103\":\"3DSO\",\"3104\":\"3E7C\",\"3105\":\"3E9I\",\"3106\":\"3EDL\",\"3107\":\"3EE4\",\"3108\":\"3EFY\",\"3109\":\"3ENA\",\"3110\":\"3ENE\",\"3111\":\"3EP6\",\"3112\":\"3EV1\",\"3113\":\"3EV3\",\"3114\":\"3EXB\",\"3115\":\"3EXH\",\"3116\":\"3F5L\",\"3117\":\"3F5N\",\"3118\":\"3FCD\",\"3119\":\"3FCF\",\"3120\":\"3GFQ\",\"3121\":\"3GI6\",\"3122\":\"3GJQ\",\"3123\":\"3GJU\",\"3124\":\"3GPZ\",\"3125\":\"3GRD\",\"3126\":\"3GSF\",\"3127\":\"3GVI\",\"3128\":\"3GVK\",\"3129\":\"3GVM\",\"3130\":\"3HBP\",\"3131\":\"3HDE\",\"3132\":\"3HDG\",\"3133\":\"3HE8\",\"3134\":\"3HF5\",\"3135\":\"3HF7\",\"3136\":\"3HF9\",\"3137\":\"3HG7\",\"3138\":\"3HG9\",\"3139\":\"3HLD\",\"3140\":\"3HS9\",\"3141\":\"3HWK\",\"3142\":\"3HWM\",\"3143\":\"3HYG\",\"3144\":\"3IJF\",\"3145\":\"3INX\",\"3146\":\"3IQA\",\"3147\":\"3IRX\",\"3148\":\"3IRZ\",\"3149\":\"3IS2\",\"3150\":\"3IZ6\",\"3151\":\"3J1J\",\"3152\":\"3J2B\",\"3153\":\"3J2H\",\"3154\":\"3J4D\",\"3155\":\"3J4R\",\"3156\":\"3J4T\",\"3157\":\"3J4V\",\"3158\":\"3J83\",\"3159\":\"3J85\",\"3160\":\"3JBP\",\"3161\":\"3JP6\",\"3162\":\"3JP8\",\"3163\":\"3JPA\",\"3164\":\"3JPC\",\"3165\":\"3JPE\",\"3166\":\"3JPK\",\"3167\":\"3JPM\",\"3168\":\"3JQA\",\"3169\":\"3JQC\",\"3170\":\"3JQE\",\"3171\":\"3K6T\",\"3172\":\"3K6X\",\"3173\":\"3K8A\",\"3174\":\"3K8C\",\"3175\":\"3K8E\",\"3176\":\"3KJK\",\"3177\":\"3KL4\",\"3178\":\"3KOL\",\"3179\":\"3KVZ\",\"3180\":\"3L9B\",\"3181\":\"3LLY\",\"3182\":\"3LMH\",\"3183\":\"3LMJ\",\"3184\":\"3MHB\",\"3185\":\"3MS2\",\"3186\":\"3N5E\",\"3187\":\"3NDE\",\"3188\":\"3NGJ\",\"3189\":\"3NLE\",\"3190\":\"3NLG\",\"3191\":\"3NLZ\",\"3192\":\"3NR4\",\"3193\":\"3NR8\",\"3194\":\"3NU4\",\"3195\":\"3PK3\",\"3196\":\"3PKF\",\"3197\":\"3PKH\",\"3198\":\"3PKN\",\"3199\":\"3PWF\",\"3200\":\"3PXC\",\"3201\":\"3PXE\",\"3202\":\"3PXF\",\"3203\":\"3PXH\",\"3204\":\"3Q87\",\"3205\":\"3Q89\",\"3206\":\"3Q9K\",\"3207\":\"3QCI\",\"3208\":\"3QPE\",\"3209\":\"3QQ3\",\"3210\":\"3R9G\",\"3211\":\"3RGZ\",\"3212\":\"3RKN\",\"3213\":\"ABJ1\",\"3214\":\"AFR1\",\"3215\":\"ALBG\",\"3216\":\"ALTG\",\"3217\":\"AMA1\",\"3218\":\"AMF1\",\"3219\":\"AMR1\",\"3220\":\"ARG1\",\"3221\":\"ASN1\",\"3222\":\"AYR1\",\"3223\":\"BAR1\",\"3224\":\"BLL3\",\"3225\":\"BLM1\",\"3226\":\"BSQ1\",\"3227\":\"BYN1\",\"3228\":\"CAS1\",\"3229\":\"CCN1\",\"3230\":\"CGM1\",\"3231\":\"CHBG\",\"3232\":\"CHVR\",\"3233\":\"CIP1\",\"3234\":\"CIS1\",\"3235\":\"CLDR\",\"3236\":\"CLL1\",\"3237\":\"CMN1\",\"3238\":\"COE1\",\"3239\":\"CPT1\",\"3240\":\"CQT1\",\"3241\":\"CRC1\",\"3242\":\"CUC1\",\"3243\":\"CUR1\",\"3244\":\"DVS1\",\"3245\":\"EPFV\",\"3246\":\"ESMR\",\"3247\":\"FLRD\",\"3248\":\"GCA1\",\"3249\":\"GCC1\",\"3250\":\"GE32\",\"3251\":\"GEC3\",\"3252\":\"GQA1\",\"3253\":\"GTPE\",\"3254\":\"GTRG\",\"3255\":\"GVIO\",\"3256\":\"GYPO\",\"3257\":\"HMIN\",\"3258\":\"HMLG\",\"3259\":\"HMO1\",\"3260\":\"HRD1\",\"3261\":\"INC1\",\"3262\":\"INS1\",\"3263\":\"IRG1\",\"3264\":\"JAGS\",\"3265\":\"LBR1\",\"3266\":\"LCS1\",\"3267\":\"LMR1\",\"3268\":\"LPLO\",\"3269\":\"LTSJ\",\"3270\":\"MATA\",\"3271\":\"MIR1\",\"3272\":\"MNC1\",\"3273\":\"MND1\",\"3274\":\"MOY1\",\"3275\":\"NAV1\",\"3276\":\"NIM1\",\"3277\":\"NTB1\",\"3278\":\"OVJ1\",\"3279\":\"PES1\",\"3280\":\"PGUG\",\"3281\":\"PIC1\",\"3282\":\"PJR1\",\"3283\":\"PLM1\",\"3284\":\"PLU1\",\"3285\":\"PLYS\",\"3286\":\"PMR1\",\"3287\":\"PNC1\",\"3288\":\"PPA1\",\"3289\":\"PPA2\",\"3290\":\"PPA3\",\"3291\":\"PPA4\",\"3292\":\"PPN1\",\"3293\":\"PRC2\",\"3294\":\"PRC3\",\"3295\":\"PRDO\",\"3296\":\"PRG1\",\"3297\":\"PRG2\",\"3298\":\"PRV1\",\"3299\":\"PST1\",\"3300\":\"PTA1\",\"3301\":\"PTG1\",\"3302\":\"QUI1\",\"3303\":\"RBB1\",\"3304\":\"RCIO\",\"3305\":\"RCL1\",\"3306\":\"RFR1\",\"3307\":\"RFR2\",\"3308\":\"RGR1\",\"3309\":\"RMYO\",\"3310\":\"RNG1\",\"3311\":\"RPD1\",\"3312\":\"RPL1\",\"3313\":\"SFC1\",\"3314\":\"SJN1\",\"3315\":\"SJOG\",\"3316\":\"SLV1\",\"3317\":\"SLVJ\",\"3318\":\"SMI1\",\"3319\":\"SNCR\",\"3320\":\"SNFR\",\"3321\":\"SOG1\",\"3322\":\"SPY1\",\"3323\":\"SRA1\",\"3324\":\"STG1\",\"3325\":\"SUV1\",\"3326\":\"TBQ4\",\"3327\":\"TBST\",\"3328\":\"TCDT\",\"3329\":\"TDR1\",\"3330\":\"TEC1\",\"3331\":\"TFL1\",\"3332\":\"TFL4\",\"3333\":\"TGJ1\",\"3334\":\"TGJ2\",\"3335\":\"TMB1\",\"3336\":\"TMS1\",\"3337\":\"TPD1\",\"3338\":\"TPUY\",\"3339\":\"TR2G\",\"3340\":\"TR3G\",\"3341\":\"TRN1\",\"3342\":\"TSJ1\",\"3343\":\"TSJ2\",\"3344\":\"TUJ1\",\"3345\":\"TVL1\",\"3346\":\"TYP1\",\"3347\":\"TYP4\",\"3348\":\"TYP5\",\"3349\":\"UNN1\",\"3350\":\"URA1\",\"3351\":\"USQ1\",\"3352\":\"VLT1\",\"3353\":\"VNTA\",\"3354\":\"ZPA2\",\"3355\":\"ZPA3\",\"3356\":\"ZPA4\",\"3357\":\"ZPA5\",\"3358\":\"2QBW\",\"3359\":\"2QRL\",\"3360\":\"2QV2\",\"3361\":\"2S6Q\",\"3362\":\"2S6S\",\"3363\":\"2S6U\",\"3364\":\"2S78\",\"3365\":\"2S8I\",\"3366\":\"2S8N\",\"3367\":\"2S8S\",\"3368\":\"2S8U\",\"3369\":\"2S9L\",\"3370\":\"2S9Q\",\"3371\":\"2SDR\",\"3372\":\"2SI1\",\"3373\":\"2SS2\",\"3374\":\"2SW1\",\"3375\":\"2SXQ\",\"3376\":\"2T1L\",\"3377\":\"2T4P\",\"3378\":\"2T7D\",\"3379\":\"2TUT\",\"3380\":\"2TUV\",\"3381\":\"2TYI\",\"3382\":\"2U1G\",\"3383\":\"2U5P\",\"3384\":\"2U8Y\",\"3385\":\"2U91\",\"3386\":\"2U93\",\"3387\":\"2UP2\",\"3388\":\"2UPH\",\"3389\":\"2UR5\",\"3390\":\"2UX3\",\"3391\":\"2V25\",\"3392\":\"2V27\",\"3393\":\"2V5G\",\"3394\":\"2VJS\",\"3395\":\"2WC5\",\"3396\":\"2WFN\",\"3397\":\"2XXR\",\"3398\":\"2YB9\",\"3399\":\"2YIR\",\"3400\":\"2YNA\",\"3401\":\"2YWY\",\"3402\":\"2ZCF\",\"3403\":\"2ZHY\",\"3404\":\"2ZP9\",\"3405\":\"3A44\",\"3406\":\"3ACC\",\"3407\":\"3AFQ\",\"3408\":\"3AL6\",\"3409\":\"3AQP\",\"3410\":\"3AXV\",\"3411\":\"3B4L\",\"3412\":\"3BZB\",\"3413\":\"3C3Z\",\"3414\":\"3C4V\",\"3415\":\"3CG9\",\"3416\":\"3CSH\",\"3417\":\"3DDT\",\"3418\":\"3DSO\",\"3419\":\"3E7C\",\"3420\":\"3E9I\",\"3421\":\"3EBN\",\"3422\":\"3EDL\",\"3423\":\"3EE4\",\"3424\":\"3EFY\",\"3425\":\"3ENA\",\"3426\":\"3ENE\",\"3427\":\"3EP6\",\"3428\":\"3EV1\",\"3429\":\"3EV3\",\"3430\":\"3EXB\",\"3431\":\"3EXH\",\"3432\":\"3F5L\",\"3433\":\"3F5N\",\"3434\":\"3FCD\",\"3435\":\"3FCF\",\"3436\":\"3GFQ\",\"3437\":\"3GI6\",\"3438\":\"3GJQ\",\"3439\":\"3GJU\",\"3440\":\"3GPZ\",\"3441\":\"3GRD\",\"3442\":\"3GSF\",\"3443\":\"3GVI\",\"3444\":\"3GVK\",\"3445\":\"3GVM\",\"3446\":\"3HBP\",\"3447\":\"3HDE\",\"3448\":\"3HDG\",\"3449\":\"3HE8\",\"3450\":\"3HF5\",\"3451\":\"3HF7\",\"3452\":\"3HF9\",\"3453\":\"3HG7\",\"3454\":\"3HG9\",\"3455\":\"3HLD\",\"3456\":\"3HS9\",\"3457\":\"3HWK\",\"3458\":\"3HWM\",\"3459\":\"3HYG\",\"3460\":\"3IJF\",\"3461\":\"3INX\",\"3462\":\"3IQA\",\"3463\":\"3IRX\",\"3464\":\"3IRZ\",\"3465\":\"3IS2\",\"3466\":\"3IZ6\",\"3467\":\"3J1J\",\"3468\":\"3J2B\",\"3469\":\"3J2H\",\"3470\":\"3J4D\",\"3471\":\"3J4R\",\"3472\":\"3J4T\",\"3473\":\"3J4V\",\"3474\":\"3J83\",\"3475\":\"3J85\",\"3476\":\"3JBP\",\"3477\":\"3JP6\",\"3478\":\"3JP8\",\"3479\":\"3JPA\",\"3480\":\"3JPC\",\"3481\":\"3JPE\",\"3482\":\"3JPK\",\"3483\":\"3JPM\",\"3484\":\"3JQA\",\"3485\":\"3JQC\",\"3486\":\"3JQE\",\"3487\":\"3K6T\",\"3488\":\"3K6X\",\"3489\":\"3K8A\",\"3490\":\"3K8C\",\"3491\":\"3K8E\",\"3492\":\"3KJK\",\"3493\":\"3KL4\",\"3494\":\"3KLQ\",\"3495\":\"3KOL\",\"3496\":\"3KVZ\",\"3497\":\"3L9B\",\"3498\":\"3LLY\",\"3499\":\"3LMH\",\"3500\":\"3LMJ\",\"3501\":\"3MHB\",\"3502\":\"3MS2\",\"3503\":\"3N5E\",\"3504\":\"3NDE\",\"3505\":\"3NGJ\",\"3506\":\"3NLE\",\"3507\":\"3NLG\",\"3508\":\"3NLZ\",\"3509\":\"3NR4\",\"3510\":\"3NR8\",\"3511\":\"3NU4\",\"3512\":\"3PK3\",\"3513\":\"3PKF\",\"3514\":\"3PKH\",\"3515\":\"3PKN\",\"3516\":\"3PWF\",\"3517\":\"3PXC\",\"3518\":\"3PXE\",\"3519\":\"3PXF\",\"3520\":\"3PXH\",\"3521\":\"3PXJ\",\"3522\":\"3Q87\",\"3523\":\"3Q89\",\"3524\":\"3Q9K\",\"3525\":\"3QCI\",\"3526\":\"3QK6\",\"3527\":\"3QPE\",\"3528\":\"3QQ3\",\"3529\":\"3R9G\",\"3530\":\"3RGZ\",\"3531\":\"3RKN\",\"3532\":\"ABJ1\",\"3533\":\"AFR1\",\"3534\":\"ALBG\",\"3535\":\"ALTG\",\"3536\":\"AMA1\",\"3537\":\"AMF1\",\"3538\":\"AMR1\",\"3539\":\"ASN1\",\"3540\":\"AYR1\",\"3541\":\"BAR1\",\"3542\":\"BLL3\",\"3543\":\"BLM1\",\"3544\":\"BSQ1\",\"3545\":\"BYN1\",\"3546\":\"CAS1\",\"3547\":\"CCN1\",\"3548\":\"CGM1\",\"3549\":\"CHBG\",\"3550\":\"CHVR\",\"3551\":\"CIP1\",\"3552\":\"CIS1\",\"3553\":\"CLDR\",\"3554\":\"CLL1\",\"3555\":\"CMN1\",\"3556\":\"COE1\",\"3557\":\"CPT1\",\"3558\":\"CRC1\",\"3559\":\"CUC1\",\"3560\":\"CUR1\",\"3561\":\"DVS1\",\"3562\":\"EPFV\",\"3563\":\"ESMR\",\"3564\":\"FLRD\",\"3565\":\"GCA1\",\"3566\":\"GCC1\",\"3567\":\"GE32\",\"3568\":\"GEC3\",\"3569\":\"GQA1\",\"3570\":\"GTPE\",\"3571\":\"GTRG\",\"3572\":\"GVIO\",\"3573\":\"GYPO\",\"3574\":\"HMIN\",\"3575\":\"HMLG\",\"3576\":\"HMO1\",\"3577\":\"HRD1\",\"3578\":\"INC1\",\"3579\":\"INS1\",\"3580\":\"IRG1\",\"3581\":\"JAGS\",\"3582\":\"LBR1\",\"3583\":\"LCS1\",\"3584\":\"LPLO\",\"3585\":\"LTSJ\",\"3586\":\"MATA\",\"3587\":\"MIR1\",\"3588\":\"MNC1\",\"3589\":\"MND1\",\"3590\":\"MOY1\",\"3591\":\"MRL1\",\"3592\":\"NAV1\",\"3593\":\"NIM1\",\"3594\":\"OVJ1\",\"3595\":\"PES1\",\"3596\":\"PGUG\",\"3597\":\"PIC1\",\"3598\":\"PJR1\",\"3599\":\"PLM1\",\"3600\":\"PLU1\",\"3601\":\"PMR1\",\"3602\":\"PNC1\",\"3603\":\"PPA1\",\"3604\":\"PPA3\",\"3605\":\"PPA4\",\"3606\":\"PPN1\",\"3607\":\"PRC2\",\"3608\":\"PRC3\",\"3609\":\"PRDO\",\"3610\":\"PRG1\",\"3611\":\"PRG2\",\"3612\":\"PRV1\",\"3613\":\"PST1\",\"3614\":\"PTA1\",\"3615\":\"PTG1\",\"3616\":\"QUI1\",\"3617\":\"RBB1\",\"3618\":\"RCIO\",\"3619\":\"RCL1\",\"3620\":\"RFR1\",\"3621\":\"RFR2\",\"3622\":\"RGR1\",\"3623\":\"RGRN\",\"3624\":\"RMR1\",\"3625\":\"RMYO\",\"3626\":\"RNG1\",\"3627\":\"RPD1\",\"3628\":\"RPL1\",\"3629\":\"SFC1\",\"3630\":\"SJN1\",\"3631\":\"SJOG\",\"3632\":\"SLV1\",\"3633\":\"SLVJ\",\"3634\":\"SMI1\",\"3635\":\"SNC1\",\"3636\":\"SNCR\",\"3637\":\"SNFR\",\"3638\":\"SOG1\",\"3639\":\"SPY1\",\"3640\":\"SRA1\",\"3641\":\"STG1\",\"3642\":\"SUV1\",\"3643\":\"TBQ4\",\"3644\":\"TBST\",\"3645\":\"TCBE\",\"3646\":\"TCDT\",\"3647\":\"TEC1\",\"3648\":\"TFL1\",\"3649\":\"TFL4\",\"3650\":\"TGJ1\",\"3651\":\"TGJ2\",\"3652\":\"TMB1\",\"3653\":\"TMS1\",\"3654\":\"TPD1\",\"3655\":\"TPUY\",\"3656\":\"TR2G\",\"3657\":\"TR3G\",\"3658\":\"TRN1\",\"3659\":\"TSJ1\",\"3660\":\"TSJ2\",\"3661\":\"TUJ1\",\"3662\":\"TVL1\",\"3663\":\"TYP1\",\"3664\":\"TYP4\",\"3665\":\"TYP5\",\"3666\":\"UNN1\",\"3667\":\"URA1\",\"3668\":\"USQ1\",\"3669\":\"VLT1\",\"3670\":\"VNTA\",\"3671\":\"ZPA2\",\"3672\":\"ZPA3\",\"3673\":\"ZPA4\",\"3674\":\"ZPA5\",\"3675\":\"2QBW\",\"3676\":\"2QRL\",\"3677\":\"2QV2\",\"3678\":\"2R22\",\"3679\":\"2S6Q\",\"3680\":\"2S6S\",\"3681\":\"2S6U\",\"3682\":\"2S78\",\"3683\":\"2S8I\",\"3684\":\"2S8N\",\"3685\":\"2S8S\",\"3686\":\"2S8U\",\"3687\":\"2S9L\",\"3688\":\"2S9Q\",\"3689\":\"2SDR\",\"3690\":\"2SI1\",\"3691\":\"2SS2\",\"3692\":\"2SW1\",\"3693\":\"2SXQ\",\"3694\":\"2T1L\",\"3695\":\"2T4P\",\"3696\":\"2T7D\",\"3697\":\"2TUT\",\"3698\":\"2TUV\",\"3699\":\"2TYI\",\"3700\":\"2U1G\",\"3701\":\"2U5P\",\"3702\":\"2U8Y\",\"3703\":\"2U91\",\"3704\":\"2U93\",\"3705\":\"2UP2\",\"3706\":\"2UR5\",\"3707\":\"2UX3\",\"3708\":\"2V25\",\"3709\":\"2V27\",\"3710\":\"2V5G\",\"3711\":\"2VJS\",\"3712\":\"2WC5\",\"3713\":\"2WFN\",\"3714\":\"2XXR\",\"3715\":\"2YB9\",\"3716\":\"2YIR\",\"3717\":\"2YNA\",\"3718\":\"2YWY\",\"3719\":\"2ZCF\",\"3720\":\"2ZHY\",\"3721\":\"2ZP9\",\"3722\":\"3A44\",\"3723\":\"3ACC\",\"3724\":\"3AFQ\",\"3725\":\"3AQP\",\"3726\":\"3AXV\",\"3727\":\"3B4L\",\"3728\":\"3BZB\",\"3729\":\"3C3Z\",\"3730\":\"3C4V\",\"3731\":\"3CG9\",\"3732\":\"3CSH\",\"3733\":\"3DDT\",\"3734\":\"3DSO\",\"3735\":\"3E7C\",\"3736\":\"3E9I\",\"3737\":\"3EBN\",\"3738\":\"3ED1\",\"3739\":\"3EDL\",\"3740\":\"3EE4\",\"3741\":\"3EFY\",\"3742\":\"3ENA\",\"3743\":\"3ENE\",\"3744\":\"3EP6\",\"3745\":\"3EV1\",\"3746\":\"3EV3\",\"3747\":\"3EXB\",\"3748\":\"3EXH\",\"3749\":\"3F5L\",\"3750\":\"3FCD\",\"3751\":\"3FCF\",\"3752\":\"3GFQ\",\"3753\":\"3GI6\",\"3754\":\"3GJQ\",\"3755\":\"3GJU\",\"3756\":\"3GPZ\",\"3757\":\"3GRD\",\"3758\":\"3GSF\",\"3759\":\"3GVI\",\"3760\":\"3GVK\",\"3761\":\"3GVM\",\"3762\":\"3HBN\",\"3763\":\"3HBP\",\"3764\":\"3HDE\",\"3765\":\"3HDG\",\"3766\":\"3HE8\",\"3767\":\"3HF5\",\"3768\":\"3HF7\",\"3769\":\"3HF9\",\"3770\":\"3HG7\",\"3771\":\"3HG9\",\"3772\":\"3HLD\",\"3773\":\"3HS9\",\"3774\":\"3HWK\",\"3775\":\"3HYG\",\"3776\":\"3INX\",\"3777\":\"3IQA\",\"3778\":\"3IRX\",\"3779\":\"3IRZ\",\"3780\":\"3IS2\",\"3781\":\"3IZ6\",\"3782\":\"3J1J\",\"3783\":\"3J2B\",\"3784\":\"3J2H\",\"3785\":\"3J4D\",\"3786\":\"3J4R\",\"3787\":\"3J4T\",\"3788\":\"3J4V\",\"3789\":\"3J83\",\"3790\":\"3J85\",\"3791\":\"3JBP\",\"3792\":\"3JNR\",\"3793\":\"3JP6\",\"3794\":\"3JP8\",\"3795\":\"3JPA\",\"3796\":\"3JPC\",\"3797\":\"3JPE\",\"3798\":\"3JPK\",\"3799\":\"3JPM\",\"3800\":\"3JQA\",\"3801\":\"3JQC\",\"3802\":\"3JQE\",\"3803\":\"3K6T\",\"3804\":\"3K6X\",\"3805\":\"3K8A\",\"3806\":\"3K8C\",\"3807\":\"3K8E\",\"3808\":\"3KJK\",\"3809\":\"3KL4\",\"3810\":\"3KLQ\",\"3811\":\"3KOL\",\"3812\":\"3KVZ\",\"3813\":\"3L9B\",\"3814\":\"3LLY\",\"3815\":\"3LMH\",\"3816\":\"3LMJ\",\"3817\":\"3MHB\",\"3818\":\"3MS2\",\"3819\":\"3N5E\",\"3820\":\"3NDE\",\"3821\":\"3NGJ\",\"3822\":\"3NLE\",\"3823\":\"3NLG\",\"3824\":\"3NLZ\",\"3825\":\"3NNZ\",\"3826\":\"3NR4\",\"3827\":\"3NR8\",\"3828\":\"3NU4\",\"3829\":\"3PK3\",\"3830\":\"3PKF\",\"3831\":\"3PKH\",\"3832\":\"3PKN\",\"3833\":\"3PWF\",\"3834\":\"3PXC\",\"3835\":\"3PXE\",\"3836\":\"3PXF\",\"3837\":\"3PXH\",\"3838\":\"3PXJ\",\"3839\":\"3Q87\",\"3840\":\"3Q89\",\"3841\":\"3Q9K\",\"3842\":\"3QCI\",\"3843\":\"3QK6\",\"3844\":\"3QPE\",\"3845\":\"3QQ3\",\"3846\":\"3R9G\",\"3847\":\"3RGZ\",\"3848\":\"3RKN\",\"3849\":\"ABJ1\",\"3850\":\"AFR1\",\"3851\":\"ALBG\",\"3852\":\"ALTG\",\"3853\":\"AMA1\",\"3854\":\"AMF1\",\"3855\":\"AMR1\",\"3856\":\"ASN1\",\"3857\":\"AYR1\",\"3858\":\"BAR1\",\"3859\":\"BLL3\",\"3860\":\"BLM1\",\"3861\":\"BSQ1\",\"3862\":\"BYN1\",\"3863\":\"CAS1\",\"3864\":\"CCN1\",\"3865\":\"CGM1\",\"3866\":\"CHBG\",\"3867\":\"CHVR\",\"3868\":\"CIP1\",\"3869\":\"CIS1\",\"3870\":\"CLDR\",\"3871\":\"CLL1\",\"3872\":\"CMN1\",\"3873\":\"COE1\",\"3874\":\"CPT1\",\"3875\":\"CRC1\",\"3876\":\"CSC1\",\"3877\":\"CUC1\",\"3878\":\"CUR1\",\"3879\":\"DVS1\",\"3880\":\"EPFV\",\"3881\":\"ESMR\",\"3882\":\"FLRD\",\"3883\":\"GCA1\",\"3884\":\"GCC1\",\"3885\":\"GE32\",\"3886\":\"GEC3\",\"3887\":\"GQA1\",\"3888\":\"GTPE\",\"3889\":\"GTRG\",\"3890\":\"GVIO\",\"3891\":\"GYPO\",\"3892\":\"HMIN\",\"3893\":\"HMLG\",\"3894\":\"HMO1\",\"3895\":\"HRD1\",\"3896\":\"INC1\",\"3897\":\"INS1\",\"3898\":\"IRG1\",\"3899\":\"JAGS\",\"3900\":\"LBR1\",\"3901\":\"LCS1\",\"3902\":\"LPLO\",\"3903\":\"LTSJ\",\"3904\":\"MATA\",\"3905\":\"MIR1\",\"3906\":\"MNC1\",\"3907\":\"MND1\",\"3908\":\"MOY1\",\"3909\":\"MRL1\",\"3910\":\"NAV1\",\"3911\":\"NIM1\",\"3912\":\"OVJ1\",\"3913\":\"PES1\",\"3914\":\"PGUG\",\"3915\":\"PIC1\",\"3916\":\"PJR1\",\"3917\":\"PLM1\",\"3918\":\"PLU1\",\"3919\":\"PLYS\",\"3920\":\"PMR1\",\"3921\":\"PNC1\",\"3922\":\"PPA1\",\"3923\":\"PPA3\",\"3924\":\"PPA4\",\"3925\":\"PPN1\",\"3926\":\"PRC2\",\"3927\":\"PRC3\",\"3928\":\"PRDO\",\"3929\":\"PRG1\",\"3930\":\"PRG2\",\"3931\":\"PRV1\",\"3932\":\"PST1\",\"3933\":\"PTA1\",\"3934\":\"PTG1\",\"3935\":\"QUI1\",\"3936\":\"RBB1\",\"3937\":\"RCIO\",\"3938\":\"RCL1\",\"3939\":\"RFR1\",\"3940\":\"RFR2\",\"3941\":\"RGR1\",\"3942\":\"RMR1\",\"3943\":\"RMYO\",\"3944\":\"RNG1\",\"3945\":\"RPD1\",\"3946\":\"RPL1\",\"3947\":\"SFC1\",\"3948\":\"SJN1\",\"3949\":\"SJOG\",\"3950\":\"SLV1\",\"3951\":\"SLVJ\",\"3952\":\"SMI1\",\"3953\":\"SNCR\",\"3954\":\"SNFR\",\"3955\":\"SOG1\",\"3956\":\"SPY1\",\"3957\":\"SRA1\",\"3958\":\"STG1\",\"3959\":\"SUV1\",\"3960\":\"TBST\",\"3961\":\"TCBE\",\"3962\":\"TCDT\",\"3963\":\"TEC1\",\"3964\":\"TFL1\",\"3965\":\"TFL4\",\"3966\":\"TGJ1\",\"3967\":\"TGJ2\",\"3968\":\"TMS1\",\"3969\":\"TPD1\",\"3970\":\"TPUY\",\"3971\":\"TR2G\",\"3972\":\"TR3G\",\"3973\":\"TRN1\",\"3974\":\"TSJ1\",\"3975\":\"TSJ2\",\"3976\":\"TUJ1\",\"3977\":\"TVL1\",\"3978\":\"TYP1\",\"3979\":\"TYP4\",\"3980\":\"TYP5\",\"3981\":\"UNN1\",\"3982\":\"URA1\",\"3983\":\"USQ1\",\"3984\":\"VLT1\",\"3985\":\"VNTA\",\"3986\":\"ZPA2\",\"3987\":\"ZPA3\",\"3988\":\"ZPA4\",\"3989\":\"ZPA5\",\"3990\":\"2QBW\",\"3991\":\"2QRL\",\"3992\":\"2QV2\",\"3993\":\"2S6Q\",\"3994\":\"2S6S\",\"3995\":\"2S6U\",\"3996\":\"2S78\",\"3997\":\"2S8G\",\"3998\":\"2S8I\",\"3999\":\"2S8N\",\"4000\":\"2S8S\",\"4001\":\"2S8U\",\"4002\":\"2S9L\",\"4003\":\"2S9Q\",\"4004\":\"2SDR\",\"4005\":\"2SI1\",\"4006\":\"2SS2\",\"4007\":\"2SW1\",\"4008\":\"2SXQ\",\"4009\":\"2T1L\",\"4010\":\"2T4P\",\"4011\":\"2T7D\",\"4012\":\"2TUT\",\"4013\":\"2TUV\",\"4014\":\"2TYI\",\"4015\":\"2U1G\",\"4016\":\"2U5P\",\"4017\":\"2U8Y\",\"4018\":\"2U91\",\"4019\":\"2U93\",\"4020\":\"2UP2\",\"4021\":\"2UR5\",\"4022\":\"2UX3\",\"4023\":\"2V25\",\"4024\":\"2V5G\",\"4025\":\"2VJS\",\"4026\":\"2WC5\",\"4027\":\"2WFN\",\"4028\":\"2XXR\",\"4029\":\"2YB9\",\"4030\":\"2YIR\",\"4031\":\"2YNA\",\"4032\":\"2YWY\",\"4033\":\"2ZCF\",\"4034\":\"2ZHY\",\"4035\":\"2ZP9\",\"4036\":\"3A44\",\"4037\":\"3ACC\",\"4038\":\"3AFQ\",\"4039\":\"3AQP\",\"4040\":\"3AXV\",\"4041\":\"3B4L\",\"4042\":\"3BZB\",\"4043\":\"3C3X\",\"4044\":\"3C3Z\",\"4045\":\"3C4V\",\"4046\":\"3CG9\",\"4047\":\"3CSH\",\"4048\":\"3DDT\",\"4049\":\"3DSO\",\"4050\":\"3E7C\",\"4051\":\"3E9I\",\"4052\":\"3EBN\",\"4053\":\"3EDL\",\"4054\":\"3EE4\",\"4055\":\"3EFY\",\"4056\":\"3ENA\",\"4057\":\"3ENE\",\"4058\":\"3EP6\",\"4059\":\"3EV1\",\"4060\":\"3EV3\",\"4061\":\"3EXB\",\"4062\":\"3EXH\",\"4063\":\"3F5L\",\"4064\":\"3F5N\",\"4065\":\"3FCD\",\"4066\":\"3FCF\",\"4067\":\"3GFQ\",\"4068\":\"3GI6\",\"4069\":\"3GJQ\",\"4070\":\"3GJU\",\"4071\":\"3GPZ\",\"4072\":\"3GRD\",\"4073\":\"3GSF\",\"4074\":\"3GVI\",\"4075\":\"3GVK\",\"4076\":\"3GVM\",\"4077\":\"3HBN\",\"4078\":\"3HBP\",\"4079\":\"3HDE\",\"4080\":\"3HDG\",\"4081\":\"3HE8\",\"4082\":\"3HF5\",\"4083\":\"3HF7\",\"4084\":\"3HF9\",\"4085\":\"3HG7\",\"4086\":\"3HG9\",\"4087\":\"3HLD\",\"4088\":\"3HS9\",\"4089\":\"3HWK\",\"4090\":\"3HWM\",\"4091\":\"3HYG\",\"4092\":\"3IJF\",\"4093\":\"3INX\",\"4094\":\"3IQA\",\"4095\":\"3IRX\",\"4096\":\"3IRZ\",\"4097\":\"3IS2\",\"4098\":\"3IZ6\",\"4099\":\"3J1J\",\"4100\":\"3J2B\",\"4101\":\"3J2H\",\"4102\":\"3J4D\",\"4103\":\"3J4R\",\"4104\":\"3J4T\",\"4105\":\"3J4V\",\"4106\":\"3J83\",\"4107\":\"3J85\",\"4108\":\"3JBP\",\"4109\":\"3JNR\",\"4110\":\"3JP6\",\"4111\":\"3JP8\",\"4112\":\"3JPA\",\"4113\":\"3JPC\",\"4114\":\"3JPE\",\"4115\":\"3JPK\",\"4116\":\"3JPM\",\"4117\":\"3JQA\",\"4118\":\"3JQC\",\"4119\":\"3JQE\",\"4120\":\"3K6T\",\"4121\":\"3K6X\",\"4122\":\"3K8A\",\"4123\":\"3K8C\",\"4124\":\"3K8E\",\"4125\":\"3KJK\",\"4126\":\"3KL4\",\"4127\":\"3KLQ\",\"4128\":\"3KOL\",\"4129\":\"3KXQ\",\"4130\":\"3L9B\",\"4131\":\"3LLY\",\"4132\":\"3LMH\",\"4133\":\"3LMJ\",\"4134\":\"3MHB\",\"4135\":\"3MS2\",\"4136\":\"3N5E\",\"4137\":\"3NDE\",\"4138\":\"3NGJ\",\"4139\":\"3NLE\",\"4140\":\"3NLG\",\"4141\":\"3NLZ\",\"4142\":\"3NNZ\",\"4143\":\"3NR4\",\"4144\":\"3NR8\",\"4145\":\"3NU4\",\"4146\":\"3PK3\",\"4147\":\"3PKF\",\"4148\":\"3PKH\",\"4149\":\"3PKN\",\"4150\":\"3PWF\",\"4151\":\"3PXC\",\"4152\":\"3PXE\",\"4153\":\"3PXF\",\"4154\":\"3PXH\",\"4155\":\"3PXJ\",\"4156\":\"3Q87\",\"4157\":\"3Q89\",\"4158\":\"3Q9K\",\"4159\":\"3QCI\",\"4160\":\"3QK6\",\"4161\":\"3QPE\",\"4162\":\"3QQ3\",\"4163\":\"3R9G\",\"4164\":\"3RGZ\",\"4165\":\"3RKN\",\"4166\":\"ABJ1\",\"4167\":\"AFR1\",\"4168\":\"ALBG\",\"4169\":\"ALTG\",\"4170\":\"AMA1\",\"4171\":\"AMF1\",\"4172\":\"AMR1\",\"4173\":\"ASN1\",\"4174\":\"AYR1\",\"4175\":\"BAR1\",\"4176\":\"BLL3\",\"4177\":\"BLM1\",\"4178\":\"BSQ1\",\"4179\":\"BYN1\",\"4180\":\"CAS1\",\"4181\":\"CCN1\",\"4182\":\"CGM1\",\"4183\":\"CHBG\",\"4184\":\"CHVR\",\"4185\":\"CIP1\",\"4186\":\"CIS1\",\"4187\":\"CLDR\",\"4188\":\"CLL1\",\"4189\":\"CMN1\",\"4190\":\"COE1\",\"4191\":\"CPT1\",\"4192\":\"CRC1\",\"4193\":\"CSC1\",\"4194\":\"CUC1\",\"4195\":\"CUR1\",\"4196\":\"DVS1\",\"4197\":\"EPFV\",\"4198\":\"ESMR\",\"4199\":\"FLRD\",\"4200\":\"GCA1\",\"4201\":\"GCC1\",\"4202\":\"GE32\",\"4203\":\"GEC3\",\"4204\":\"GQA1\",\"4205\":\"GTPE\",\"4206\":\"GTRG\",\"4207\":\"GYPO\",\"4208\":\"HMIN\",\"4209\":\"HMLG\",\"4210\":\"HMO1\",\"4211\":\"HRD1\",\"4212\":\"INC1\",\"4213\":\"INS1\",\"4214\":\"IRG1\",\"4215\":\"JAGS\",\"4216\":\"LBR1\",\"4217\":\"LCS1\",\"4218\":\"LPLO\",\"4219\":\"LTSJ\",\"4220\":\"MATA\",\"4221\":\"MIR1\",\"4222\":\"MNC1\",\"4223\":\"MND1\",\"4224\":\"MOY1\",\"4225\":\"MRL1\",\"4226\":\"NAV1\",\"4227\":\"NIM1\",\"4228\":\"OVJ1\",\"4229\":\"PES1\",\"4230\":\"PGUG\",\"4231\":\"PIC1\",\"4232\":\"PJR1\",\"4233\":\"PLM1\",\"4234\":\"PLU1\",\"4235\":\"PMR1\",\"4236\":\"PNC1\",\"4237\":\"PPA1\",\"4238\":\"PPA3\",\"4239\":\"PPA4\",\"4240\":\"PPN1\",\"4241\":\"PRC2\",\"4242\":\"PRC3\",\"4243\":\"PRDO\",\"4244\":\"PRG1\",\"4245\":\"PRG2\",\"4246\":\"PRV1\",\"4247\":\"PST1\",\"4248\":\"PTA1\",\"4249\":\"PTG1\",\"4250\":\"QUI1\",\"4251\":\"RBB1\",\"4252\":\"RCIO\",\"4253\":\"RCL1\",\"4254\":\"RFR1\",\"4255\":\"RFR2\",\"4256\":\"RGR1\",\"4257\":\"RMR1\",\"4258\":\"RMYO\",\"4259\":\"RNG1\",\"4260\":\"RPD1\",\"4261\":\"RPL1\",\"4262\":\"SBA1\",\"4263\":\"SFC1\",\"4264\":\"SJN1\",\"4265\":\"SJOG\",\"4266\":\"SLV1\",\"4267\":\"SLVJ\",\"4268\":\"SMI1\",\"4269\":\"SNC1\",\"4270\":\"SNCR\",\"4271\":\"SNFR\",\"4272\":\"SOG1\",\"4273\":\"SPY1\",\"4274\":\"SRA1\",\"4275\":\"STG1\",\"4276\":\"SUV1\",\"4277\":\"TBST\",\"4278\":\"TCBE\",\"4279\":\"TCDT\",\"4280\":\"TEC1\",\"4281\":\"TFL1\",\"4282\":\"TFL4\",\"4283\":\"TGJ1\",\"4284\":\"TGJ2\",\"4285\":\"TMS1\",\"4286\":\"TPD1\",\"4287\":\"TPUY\",\"4288\":\"TR2G\",\"4289\":\"TR3G\",\"4290\":\"TRN1\",\"4291\":\"TSJ1\",\"4292\":\"TSJ2\",\"4293\":\"TUJ1\",\"4294\":\"TVL1\",\"4295\":\"TYP1\",\"4296\":\"TYP4\",\"4297\":\"TYP5\",\"4298\":\"UNN1\",\"4299\":\"URA1\",\"4300\":\"USQ1\",\"4301\":\"VLT1\",\"4302\":\"VNTA\",\"4303\":\"ZPA2\",\"4304\":\"ZPA3\",\"4305\":\"ZPA4\",\"4306\":\"ZPA5\",\"4307\":\"2QBW\",\"4308\":\"2QRL\",\"4309\":\"2QV2\",\"4310\":\"2S6Q\",\"4311\":\"2S6S\",\"4312\":\"2S6U\",\"4313\":\"2S78\",\"4314\":\"2S8I\",\"4315\":\"2S8N\",\"4316\":\"2S8S\",\"4317\":\"2S8U\",\"4318\":\"2S9L\",\"4319\":\"2SDR\",\"4320\":\"2SI1\",\"4321\":\"2SS2\",\"4322\":\"2SW1\",\"4323\":\"2SXQ\",\"4324\":\"2T1L\",\"4325\":\"2T4P\",\"4326\":\"2T7D\",\"4327\":\"2TUT\",\"4328\":\"2TUV\",\"4329\":\"2TYI\",\"4330\":\"2U1G\",\"4331\":\"2U5P\",\"4332\":\"2U8Y\",\"4333\":\"2U91\",\"4334\":\"2U93\",\"4335\":\"2UP2\",\"4336\":\"2UR5\",\"4337\":\"2UX3\",\"4338\":\"2V25\",\"4339\":\"2V27\",\"4340\":\"2V5G\",\"4341\":\"2VJS\",\"4342\":\"2WC5\",\"4343\":\"2WFN\",\"4344\":\"2XXR\",\"4345\":\"2YB9\",\"4346\":\"2YIR\",\"4347\":\"2YNA\",\"4348\":\"2YWY\",\"4349\":\"2ZCF\",\"4350\":\"2ZHY\",\"4351\":\"2ZP9\",\"4352\":\"3A44\",\"4353\":\"3ACC\",\"4354\":\"3ADA\",\"4355\":\"3AFQ\",\"4356\":\"3AL6\",\"4357\":\"3AQP\",\"4358\":\"3AXV\",\"4359\":\"3B4L\",\"4360\":\"3BZB\",\"4361\":\"3C3X\",\"4362\":\"3C3Z\",\"4363\":\"3C4V\",\"4364\":\"3CG9\",\"4365\":\"3CSH\",\"4366\":\"3DDT\",\"4367\":\"3DSO\",\"4368\":\"3E7C\",\"4369\":\"3E9I\",\"4370\":\"3EBN\",\"4371\":\"3ED1\",\"4372\":\"3EDL\",\"4373\":\"3EE4\",\"4374\":\"3EFY\",\"4375\":\"3ENA\",\"4376\":\"3ENE\",\"4377\":\"3EP6\",\"4378\":\"3EV1\",\"4379\":\"3EV3\",\"4380\":\"3EXB\",\"4381\":\"3EXH\",\"4382\":\"3F5L\",\"4383\":\"3F5N\",\"4384\":\"3FCD\",\"4385\":\"3FCF\",\"4386\":\"3GFQ\",\"4387\":\"3GI6\",\"4388\":\"3GJQ\",\"4389\":\"3GJU\",\"4390\":\"3GRD\",\"4391\":\"3GSF\",\"4392\":\"3GVI\",\"4393\":\"3GVK\",\"4394\":\"3GVM\",\"4395\":\"3HBN\",\"4396\":\"3HBP\",\"4397\":\"3HDE\",\"4398\":\"3HDG\",\"4399\":\"3HE8\",\"4400\":\"3HF5\",\"4401\":\"3HF7\",\"4402\":\"3HF9\",\"4403\":\"3HG7\",\"4404\":\"3HG9\",\"4405\":\"3HLD\",\"4406\":\"3HS9\",\"4407\":\"3HWK\",\"4408\":\"3HWM\",\"4409\":\"3HYG\",\"4410\":\"3INX\",\"4411\":\"3IQA\",\"4412\":\"3IRX\",\"4413\":\"3IRZ\",\"4414\":\"3IS2\",\"4415\":\"3IZ6\",\"4416\":\"3J1J\",\"4417\":\"3J2B\",\"4418\":\"3J2H\",\"4419\":\"3J4D\",\"4420\":\"3J4R\",\"4421\":\"3J4T\",\"4422\":\"3J4V\",\"4423\":\"3J83\",\"4424\":\"3J85\",\"4425\":\"3JBP\",\"4426\":\"3JNR\",\"4427\":\"3JP6\",\"4428\":\"3JP8\",\"4429\":\"3JPA\",\"4430\":\"3JPC\",\"4431\":\"3JPE\",\"4432\":\"3JPK\",\"4433\":\"3JPM\",\"4434\":\"3JQA\",\"4435\":\"3JQC\",\"4436\":\"3JQE\",\"4437\":\"3K6T\",\"4438\":\"3K6X\",\"4439\":\"3K8A\",\"4440\":\"3K8C\",\"4441\":\"3K8E\",\"4442\":\"3KJK\",\"4443\":\"3KL4\",\"4444\":\"3KLQ\",\"4445\":\"3KOL\",\"4446\":\"3KVZ\",\"4447\":\"3KXQ\",\"4448\":\"3L9B\",\"4449\":\"3LLY\",\"4450\":\"3LMH\",\"4451\":\"3LMJ\",\"4452\":\"3MHB\",\"4453\":\"3MS2\",\"4454\":\"3N5E\",\"4455\":\"3NDE\",\"4456\":\"3NGJ\",\"4457\":\"3NLE\",\"4458\":\"3NLG\",\"4459\":\"3NLZ\",\"4460\":\"3NNZ\",\"4461\":\"3NR4\",\"4462\":\"3NR8\",\"4463\":\"3NU4\",\"4464\":\"3PK3\",\"4465\":\"3PKF\",\"4466\":\"3PKH\",\"4467\":\"3PKN\",\"4468\":\"3PWF\",\"4469\":\"3PXE\",\"4470\":\"3PXF\",\"4471\":\"3PXH\",\"4472\":\"3PXJ\",\"4473\":\"3Q87\",\"4474\":\"3Q89\",\"4475\":\"3Q9K\",\"4476\":\"3QCI\",\"4477\":\"3QK6\",\"4478\":\"3QPE\",\"4479\":\"3QQ3\",\"4480\":\"3R9G\",\"4481\":\"3RGZ\",\"4482\":\"3RKN\",\"4483\":\"3RKP\",\"4484\":\"ABJ1\",\"4485\":\"AFR1\",\"4486\":\"ALBG\",\"4487\":\"ALTG\",\"4488\":\"AMA1\",\"4489\":\"AMR1\",\"4490\":\"ASN1\",\"4491\":\"AYR1\",\"4492\":\"BAR1\",\"4493\":\"BLL3\",\"4494\":\"BLM1\",\"4495\":\"BSQ1\",\"4496\":\"BYN1\",\"4497\":\"CAS1\",\"4498\":\"CCN1\",\"4499\":\"CGM1\",\"4500\":\"CHBG\",\"4501\":\"CHVR\",\"4502\":\"CIP1\",\"4503\":\"CIS1\",\"4504\":\"CLDR\",\"4505\":\"CLL1\",\"4506\":\"CMN1\",\"4507\":\"COE1\",\"4508\":\"CPT1\",\"4509\":\"CRC1\",\"4510\":\"CSC1\",\"4511\":\"CUC1\",\"4512\":\"CUR1\",\"4513\":\"DVS1\",\"4514\":\"EPFV\",\"4515\":\"ESMR\",\"4516\":\"FLRD\",\"4517\":\"GCA1\",\"4518\":\"GCC1\",\"4519\":\"GE32\",\"4520\":\"GEC3\",\"4521\":\"GQA1\",\"4522\":\"GTPE\",\"4523\":\"GTRG\",\"4524\":\"GYPO\",\"4525\":\"HMIN\",\"4526\":\"HMLG\",\"4527\":\"HMO1\",\"4528\":\"HRD1\",\"4529\":\"INC1\",\"4530\":\"INS1\",\"4531\":\"IRG1\",\"4532\":\"JAGS\",\"4533\":\"LBR1\",\"4534\":\"LCS1\",\"4535\":\"LPLO\",\"4536\":\"MATA\",\"4537\":\"MIR1\",\"4538\":\"MNC1\",\"4539\":\"MND1\",\"4540\":\"MOY1\",\"4541\":\"MRL1\",\"4542\":\"NAV1\",\"4543\":\"NIM1\",\"4544\":\"OVJ1\",\"4545\":\"PES1\",\"4546\":\"PGUG\",\"4547\":\"PIC1\",\"4548\":\"PJR1\",\"4549\":\"PLM1\",\"4550\":\"PLU1\",\"4551\":\"PMR1\",\"4552\":\"PNC1\",\"4553\":\"PPA1\",\"4554\":\"PPA3\",\"4555\":\"PPA4\",\"4556\":\"PPN1\",\"4557\":\"PRC2\",\"4558\":\"PRC3\",\"4559\":\"PRDO\",\"4560\":\"PRG1\",\"4561\":\"PRG2\",\"4562\":\"PRV1\",\"4563\":\"PST1\",\"4564\":\"PTA1\",\"4565\":\"PTG1\",\"4566\":\"QUI1\",\"4567\":\"RBB1\",\"4568\":\"RCIO\",\"4569\":\"RCL1\",\"4570\":\"RFR1\",\"4571\":\"RFR2\",\"4572\":\"RGR1\",\"4573\":\"RMR1\",\"4574\":\"RMYO\",\"4575\":\"RNG1\",\"4576\":\"RPD1\",\"4577\":\"RPL1\",\"4578\":\"SBA1\",\"4579\":\"SFC1\",\"4580\":\"SJN1\",\"4581\":\"SJOG\",\"4582\":\"SLV1\",\"4583\":\"SLVJ\",\"4584\":\"SMI1\",\"4585\":\"SNC1\",\"4586\":\"SNCR\",\"4587\":\"SNFR\",\"4588\":\"SOG1\",\"4589\":\"SPY1\",\"4590\":\"SRA1\",\"4591\":\"STG1\",\"4592\":\"SUV1\",\"4593\":\"TBST\",\"4594\":\"TCBE\",\"4595\":\"TCDT\",\"4596\":\"TEC1\",\"4597\":\"TFL1\",\"4598\":\"TFL4\",\"4599\":\"TGJ1\",\"4600\":\"TGJ2\",\"4601\":\"TMS1\",\"4602\":\"TPD1\",\"4603\":\"TPUY\",\"4604\":\"TR2G\",\"4605\":\"TR3G\",\"4606\":\"TRN1\",\"4607\":\"TSJ1\",\"4608\":\"TSJ2\",\"4609\":\"TUJ1\",\"4610\":\"TVL1\",\"4611\":\"TYP1\",\"4612\":\"TYP4\",\"4613\":\"TYP5\",\"4614\":\"UNN1\",\"4615\":\"URA1\",\"4616\":\"USQ1\",\"4617\":\"VLT1\",\"4618\":\"VNTA\",\"4619\":\"ZPA2\",\"4620\":\"ZPA3\",\"4621\":\"ZPA4\",\"4622\":\"ZPA5\",\"4623\":\"2QBW\",\"4624\":\"2QRL\",\"4625\":\"2QV2\",\"4626\":\"2S6Q\",\"4627\":\"2S6S\",\"4628\":\"2S6U\",\"4629\":\"2S78\",\"4630\":\"2S8I\",\"4631\":\"2S8N\",\"4632\":\"2S8S\",\"4633\":\"2S8U\",\"4634\":\"2S9L\",\"4635\":\"2SDR\",\"4636\":\"2SI1\",\"4637\":\"2SS2\",\"4638\":\"2SW1\",\"4639\":\"2SXQ\",\"4640\":\"2T1L\",\"4641\":\"2T4P\",\"4642\":\"2T7D\",\"4643\":\"2TUT\",\"4644\":\"2TUV\",\"4645\":\"2TYI\",\"4646\":\"2U1G\",\"4647\":\"2U5P\",\"4648\":\"2U8Y\",\"4649\":\"2U91\",\"4650\":\"2U93\",\"4651\":\"2UP2\",\"4652\":\"2UR5\",\"4653\":\"2UX3\",\"4654\":\"2V25\",\"4655\":\"2V27\",\"4656\":\"2V5G\",\"4657\":\"2VJS\",\"4658\":\"2WC5\",\"4659\":\"2WFN\",\"4660\":\"2XXR\",\"4661\":\"2YB9\",\"4662\":\"2YIR\",\"4663\":\"2YNA\",\"4664\":\"2YWY\",\"4665\":\"2ZCF\",\"4666\":\"2ZHY\",\"4667\":\"2ZP9\",\"4668\":\"3A44\",\"4669\":\"3ACC\",\"4670\":\"3ADA\",\"4671\":\"3AFQ\",\"4672\":\"3AQP\",\"4673\":\"3AXV\",\"4674\":\"3B4L\",\"4675\":\"3BZB\",\"4676\":\"3C3X\",\"4677\":\"3C3Z\",\"4678\":\"3C4V\",\"4679\":\"3CG9\",\"4680\":\"3CSH\",\"4681\":\"3DDT\",\"4682\":\"3DSO\",\"4683\":\"3E7C\",\"4684\":\"3E9I\",\"4685\":\"3EBN\",\"4686\":\"3EDL\",\"4687\":\"3EE4\",\"4688\":\"3EFY\",\"4689\":\"3ENA\",\"4690\":\"3ENE\",\"4691\":\"3EP6\",\"4692\":\"3EV1\",\"4693\":\"3EV3\",\"4694\":\"3EXB\",\"4695\":\"3EXH\",\"4696\":\"3F5L\",\"4697\":\"3FCD\",\"4698\":\"3FCF\",\"4699\":\"3GFQ\",\"4700\":\"3GI6\",\"4701\":\"3GJQ\",\"4702\":\"3GJU\",\"4703\":\"3GPZ\",\"4704\":\"3GRD\",\"4705\":\"3GSF\",\"4706\":\"3GVI\",\"4707\":\"3GVK\",\"4708\":\"3GVM\",\"4709\":\"3HBN\",\"4710\":\"3HBP\",\"4711\":\"3HDE\",\"4712\":\"3HDG\",\"4713\":\"3HE8\",\"4714\":\"3HF5\",\"4715\":\"3HF7\",\"4716\":\"3HF9\",\"4717\":\"3HG7\",\"4718\":\"3HG9\",\"4719\":\"3HLD\",\"4720\":\"3HS9\",\"4721\":\"3HWK\",\"4722\":\"3HWM\",\"4723\":\"3HYG\",\"4724\":\"3IJF\",\"4725\":\"3INX\",\"4726\":\"3IQA\",\"4727\":\"3IRX\",\"4728\":\"3IRZ\",\"4729\":\"3IS2\",\"4730\":\"3IZ6\",\"4731\":\"3J1J\",\"4732\":\"3J2B\",\"4733\":\"3J2H\",\"4734\":\"3J4D\",\"4735\":\"3J4R\",\"4736\":\"3J4T\",\"4737\":\"3J4V\",\"4738\":\"3J83\",\"4739\":\"3J85\",\"4740\":\"3JBP\",\"4741\":\"3JNR\",\"4742\":\"3JP6\",\"4743\":\"3JP8\",\"4744\":\"3JPA\",\"4745\":\"3JPC\",\"4746\":\"3JPE\",\"4747\":\"3JPK\",\"4748\":\"3JPM\",\"4749\":\"3JQA\",\"4750\":\"3JQC\",\"4751\":\"3JQE\",\"4752\":\"3K6T\",\"4753\":\"3K6X\",\"4754\":\"3K8A\",\"4755\":\"3K8C\",\"4756\":\"3K8E\",\"4757\":\"3KJK\",\"4758\":\"3KL4\",\"4759\":\"3KLQ\",\"4760\":\"3KOL\",\"4761\":\"3KVZ\",\"4762\":\"3L9B\",\"4763\":\"3LLY\",\"4764\":\"3LMH\",\"4765\":\"3LMJ\",\"4766\":\"3MHB\",\"4767\":\"3MS2\",\"4768\":\"3N5E\",\"4769\":\"3NDE\",\"4770\":\"3NGJ\",\"4771\":\"3NLE\",\"4772\":\"3NLG\",\"4773\":\"3NLZ\",\"4774\":\"3NNZ\",\"4775\":\"3NR4\",\"4776\":\"3NR8\",\"4777\":\"3NU4\",\"4778\":\"3PK3\",\"4779\":\"3PKF\",\"4780\":\"3PKH\",\"4781\":\"3PKN\",\"4782\":\"3PWF\",\"4783\":\"3PXE\",\"4784\":\"3PXF\",\"4785\":\"3PXH\",\"4786\":\"3PXJ\",\"4787\":\"3Q87\",\"4788\":\"3Q89\",\"4789\":\"3Q9K\",\"4790\":\"3QCI\",\"4791\":\"3QPE\",\"4792\":\"3QQ3\",\"4793\":\"3R9G\",\"4794\":\"3RGZ\",\"4795\":\"3RKN\",\"4796\":\"3RKP\",\"4797\":\"ABJ1\",\"4798\":\"AFR1\",\"4799\":\"ALBG\",\"4800\":\"ALTG\",\"4801\":\"AMA1\",\"4802\":\"AMR1\",\"4803\":\"ASN1\",\"4804\":\"AYR1\",\"4805\":\"BAR1\",\"4806\":\"BLL3\",\"4807\":\"BLM1\",\"4808\":\"BSQ1\",\"4809\":\"BYN1\",\"4810\":\"CAS1\",\"4811\":\"CCN1\",\"4812\":\"CGM1\",\"4813\":\"CHBG\",\"4814\":\"CHVR\",\"4815\":\"CIP1\",\"4816\":\"CIS1\",\"4817\":\"CLDR\",\"4818\":\"CLL1\",\"4819\":\"CMN1\",\"4820\":\"COE1\",\"4821\":\"CPT1\",\"4822\":\"CRC1\",\"4823\":\"CSC1\",\"4824\":\"CUC1\",\"4825\":\"CUR1\",\"4826\":\"DVS1\",\"4827\":\"EPFV\",\"4828\":\"ESMR\",\"4829\":\"FLRD\",\"4830\":\"GCA1\",\"4831\":\"GCC1\",\"4832\":\"GE32\",\"4833\":\"GEC3\",\"4834\":\"GQA1\",\"4835\":\"GTPE\",\"4836\":\"GTRG\",\"4837\":\"GVIO\",\"4838\":\"GYPO\",\"4839\":\"HMIN\",\"4840\":\"HMLG\",\"4841\":\"HMO1\",\"4842\":\"HRD1\",\"4843\":\"INC1\",\"4844\":\"INS1\",\"4845\":\"IRG1\",\"4846\":\"JAGS\",\"4847\":\"LBR1\",\"4848\":\"LCS1\",\"4849\":\"LPLO\",\"4850\":\"LTSJ\",\"4851\":\"MATA\",\"4852\":\"MIR1\",\"4853\":\"MNC1\",\"4854\":\"MND1\",\"4855\":\"MOY1\",\"4856\":\"MRL1\",\"4857\":\"NAV1\",\"4858\":\"NIM1\",\"4859\":\"OVJ1\",\"4860\":\"PES1\",\"4861\":\"PGUG\",\"4862\":\"PIC1\",\"4863\":\"PJR1\",\"4864\":\"PLM1\",\"4865\":\"PLU1\",\"4866\":\"PLYS\",\"4867\":\"PMR1\",\"4868\":\"PNC1\",\"4869\":\"PPA1\",\"4870\":\"PPA3\",\"4871\":\"PPA4\",\"4872\":\"PPN1\",\"4873\":\"PRC2\",\"4874\":\"PRC3\",\"4875\":\"PRDO\",\"4876\":\"PRG2\",\"4877\":\"PRV1\",\"4878\":\"PST1\",\"4879\":\"PTA1\",\"4880\":\"PTG1\",\"4881\":\"QUI1\",\"4882\":\"RBB1\",\"4883\":\"RCIO\",\"4884\":\"RCL1\",\"4885\":\"RFR1\",\"4886\":\"RFR2\",\"4887\":\"RGR1\",\"4888\":\"RGRN\",\"4889\":\"RMR1\",\"4890\":\"RMYO\",\"4891\":\"RNG1\",\"4892\":\"RPD1\",\"4893\":\"RPL1\",\"4894\":\"SFC1\",\"4895\":\"SJN1\",\"4896\":\"SJOG\",\"4897\":\"SLV1\",\"4898\":\"SLVJ\",\"4899\":\"SMI1\",\"4900\":\"SNC1\",\"4901\":\"SNCR\",\"4902\":\"SNFR\",\"4903\":\"SOG1\",\"4904\":\"SPY1\",\"4905\":\"SRA1\",\"4906\":\"STG1\",\"4907\":\"SUV1\",\"4908\":\"TBST\",\"4909\":\"TCBE\",\"4910\":\"TCDT\",\"4911\":\"TDR1\",\"4912\":\"TEC1\",\"4913\":\"TFL1\",\"4914\":\"TFL4\",\"4915\":\"TGJ1\",\"4916\":\"TGJ2\",\"4917\":\"TMS1\",\"4918\":\"TPD1\",\"4919\":\"TPUY\",\"4920\":\"TR2G\",\"4921\":\"TR3G\",\"4922\":\"TRN1\",\"4923\":\"TSJ1\",\"4924\":\"TSJ2\",\"4925\":\"TSR1\",\"4926\":\"TUJ1\",\"4927\":\"TVL1\",\"4928\":\"TYP1\",\"4929\":\"TYP4\",\"4930\":\"TYP5\",\"4931\":\"UNN1\",\"4932\":\"URA1\",\"4933\":\"USQ1\",\"4934\":\"VLT1\",\"4935\":\"VNTA\",\"4936\":\"ZPA2\",\"4937\":\"ZPA3\",\"4938\":\"ZPA4\",\"4939\":\"ZPA5\",\"4940\":\"2QBW\",\"4941\":\"2QRL\",\"4942\":\"2QV2\",\"4943\":\"2S6Q\",\"4944\":\"2S6S\",\"4945\":\"2S6U\",\"4946\":\"2S78\",\"4947\":\"2S8G\",\"4948\":\"2S8I\",\"4949\":\"2S8N\",\"4950\":\"2S8S\",\"4951\":\"2S8U\",\"4952\":\"2S9L\",\"4953\":\"2S9Q\",\"4954\":\"2SDR\",\"4955\":\"2SI1\",\"4956\":\"2SS2\",\"4957\":\"2SW1\",\"4958\":\"2SXQ\",\"4959\":\"2T1L\",\"4960\":\"2T4P\",\"4961\":\"2T7D\",\"4962\":\"2TUT\",\"4963\":\"2TUV\",\"4964\":\"2TYI\",\"4965\":\"2U1G\",\"4966\":\"2U5P\",\"4967\":\"2U8Y\",\"4968\":\"2U91\",\"4969\":\"2U93\",\"4970\":\"2UP2\",\"4971\":\"2UR5\",\"4972\":\"2UX3\",\"4973\":\"2V25\",\"4974\":\"2V5G\",\"4975\":\"2VJS\",\"4976\":\"2WC5\",\"4977\":\"2WFN\",\"4978\":\"2XXR\",\"4979\":\"2YB9\",\"4980\":\"2YIR\",\"4981\":\"2YNA\",\"4982\":\"2YWY\",\"4983\":\"2ZCF\",\"4984\":\"2ZHY\",\"4985\":\"2ZP9\",\"4986\":\"3A44\",\"4987\":\"3ACC\",\"4988\":\"3ADA\",\"4989\":\"3AFQ\",\"4990\":\"3AQP\",\"4991\":\"3AXV\",\"4992\":\"3B4L\",\"4993\":\"3BZB\",\"4994\":\"3C3X\",\"4995\":\"3C3Z\",\"4996\":\"3C4V\",\"4997\":\"3CG9\",\"4998\":\"3CSH\",\"4999\":\"3DDT\",\"5000\":\"3DSO\",\"5001\":\"3E7C\",\"5002\":\"3E9I\",\"5003\":\"3EBN\",\"5004\":\"3EDL\",\"5005\":\"3EE4\",\"5006\":\"3EFY\",\"5007\":\"3ENA\",\"5008\":\"3ENE\",\"5009\":\"3EP6\",\"5010\":\"3EV1\",\"5011\":\"3EV3\",\"5012\":\"3EXB\",\"5013\":\"3EXH\",\"5014\":\"3F5L\",\"5015\":\"3F5N\",\"5016\":\"3FCD\",\"5017\":\"3FCF\",\"5018\":\"3GFQ\",\"5019\":\"3GI6\",\"5020\":\"3GJQ\",\"5021\":\"3GJU\",\"5022\":\"3GPZ\",\"5023\":\"3GRD\",\"5024\":\"3GSF\",\"5025\":\"3GVI\",\"5026\":\"3GVK\",\"5027\":\"3GVM\",\"5028\":\"3HBN\",\"5029\":\"3HBP\",\"5030\":\"3HDE\",\"5031\":\"3HDG\",\"5032\":\"3HE8\",\"5033\":\"3HF5\",\"5034\":\"3HF7\",\"5035\":\"3HF9\",\"5036\":\"3HG7\",\"5037\":\"3HG9\",\"5038\":\"3HLD\",\"5039\":\"3HS9\",\"5040\":\"3HWK\",\"5041\":\"3HWM\",\"5042\":\"3HYG\",\"5043\":\"3IJF\",\"5044\":\"3INX\",\"5045\":\"3IQA\",\"5046\":\"3IRX\",\"5047\":\"3IRZ\",\"5048\":\"3IS2\",\"5049\":\"3IZ6\",\"5050\":\"3J1J\",\"5051\":\"3J2B\",\"5052\":\"3J2H\",\"5053\":\"3J4D\",\"5054\":\"3J4R\",\"5055\":\"3J4T\",\"5056\":\"3J4V\",\"5057\":\"3J83\",\"5058\":\"3J85\",\"5059\":\"3JBP\",\"5060\":\"3JNR\",\"5061\":\"3JP6\",\"5062\":\"3JP8\",\"5063\":\"3JPA\",\"5064\":\"3JPC\",\"5065\":\"3JPE\",\"5066\":\"3JPK\",\"5067\":\"3JPM\",\"5068\":\"3JQA\",\"5069\":\"3JQC\",\"5070\":\"3JQE\",\"5071\":\"3K6T\",\"5072\":\"3K6X\",\"5073\":\"3K8A\",\"5074\":\"3K8C\",\"5075\":\"3K8E\",\"5076\":\"3KJK\",\"5077\":\"3KL4\",\"5078\":\"3KLQ\",\"5079\":\"3KOL\",\"5080\":\"3KXQ\",\"5081\":\"3L9B\",\"5082\":\"3LLY\",\"5083\":\"3LMH\",\"5084\":\"3LMJ\",\"5085\":\"3MHB\",\"5086\":\"3MS2\",\"5087\":\"3N5E\",\"5088\":\"3NDE\",\"5089\":\"3NGJ\",\"5090\":\"3NLE\",\"5091\":\"3NLG\",\"5092\":\"3NLZ\",\"5093\":\"3NNZ\",\"5094\":\"3NR4\",\"5095\":\"3NR8\",\"5096\":\"3NU4\",\"5097\":\"3PK3\",\"5098\":\"3PKF\",\"5099\":\"3PKH\",\"5100\":\"3PKN\",\"5101\":\"3PWF\",\"5102\":\"3PXE\",\"5103\":\"3PXF\",\"5104\":\"3PXH\",\"5105\":\"3PXJ\",\"5106\":\"3Q87\",\"5107\":\"3Q89\",\"5108\":\"3Q9K\",\"5109\":\"3QCI\",\"5110\":\"3QPE\",\"5111\":\"3QQ3\",\"5112\":\"3R9G\",\"5113\":\"3RGZ\",\"5114\":\"3RKN\",\"5115\":\"3RKP\",\"5116\":\"ABJ1\",\"5117\":\"AFR1\",\"5118\":\"ALBG\",\"5119\":\"ALTG\",\"5120\":\"AMA1\",\"5121\":\"AMF1\",\"5122\":\"AMR1\",\"5123\":\"ARG1\",\"5124\":\"ASN1\",\"5125\":\"AYR1\",\"5126\":\"BAR1\",\"5127\":\"BLL3\",\"5128\":\"BLM1\",\"5129\":\"BSQ1\",\"5130\":\"BYN1\",\"5131\":\"CAS1\",\"5132\":\"CCN1\",\"5133\":\"CGM1\",\"5134\":\"CHBG\",\"5135\":\"CHVR\",\"5136\":\"CIP1\",\"5137\":\"CIS1\",\"5138\":\"CLDR\",\"5139\":\"CLL1\",\"5140\":\"CMN1\",\"5141\":\"COE1\",\"5142\":\"CPT1\",\"5143\":\"CRC1\",\"5144\":\"CSC1\",\"5145\":\"CUC1\",\"5146\":\"CUR1\",\"5147\":\"DVS1\",\"5148\":\"EPFV\",\"5149\":\"ESMR\",\"5150\":\"FLRD\",\"5151\":\"GCA1\",\"5152\":\"GCC1\",\"5153\":\"GE32\",\"5154\":\"GEC3\",\"5155\":\"GQA1\",\"5156\":\"GTPE\",\"5157\":\"GTRG\",\"5158\":\"GVIO\",\"5159\":\"GYPO\",\"5160\":\"HMIN\",\"5161\":\"HMLG\",\"5162\":\"HMO1\",\"5163\":\"HRD1\",\"5164\":\"INC1\",\"5165\":\"INS1\",\"5166\":\"IRG1\",\"5167\":\"JAGS\",\"5168\":\"LBR1\",\"5169\":\"LCS1\",\"5170\":\"LPLO\",\"5171\":\"LTSJ\",\"5172\":\"MATA\",\"5173\":\"MIR1\",\"5174\":\"MNC1\",\"5175\":\"MND1\",\"5176\":\"MOY1\",\"5177\":\"MRL1\",\"5178\":\"NAV1\",\"5179\":\"NIM1\",\"5180\":\"OVJ1\",\"5181\":\"PES1\",\"5182\":\"PGUG\",\"5183\":\"PIC1\",\"5184\":\"PJR1\",\"5185\":\"PLM1\",\"5186\":\"PLU1\",\"5187\":\"PLYS\",\"5188\":\"PMR1\",\"5189\":\"PNC1\",\"5190\":\"PPA1\",\"5191\":\"PPA3\",\"5192\":\"PPA4\",\"5193\":\"PPN1\",\"5194\":\"PRC2\",\"5195\":\"PRC3\",\"5196\":\"PRDO\",\"5197\":\"PRG2\",\"5198\":\"PRV1\",\"5199\":\"PST1\",\"5200\":\"PTA1\",\"5201\":\"PTG1\",\"5202\":\"QUI1\",\"5203\":\"RBB1\",\"5204\":\"RCIO\",\"5205\":\"RCL1\",\"5206\":\"RFR1\",\"5207\":\"RFR2\",\"5208\":\"RGR1\",\"5209\":\"RMR1\",\"5210\":\"RMYO\",\"5211\":\"RNG1\",\"5212\":\"RPD1\",\"5213\":\"RPL1\",\"5214\":\"SFC1\",\"5215\":\"SJN1\",\"5216\":\"SJOG\",\"5217\":\"SLV1\",\"5218\":\"SLVJ\",\"5219\":\"SMI1\",\"5220\":\"SNC1\",\"5221\":\"SNCR\",\"5222\":\"SNFR\",\"5223\":\"SOG1\",\"5224\":\"SPY1\",\"5225\":\"SRA1\",\"5226\":\"STG1\",\"5227\":\"SUV1\",\"5228\":\"TBST\",\"5229\":\"TCBE\",\"5230\":\"TCDT\",\"5231\":\"TEC1\",\"5232\":\"TFL1\",\"5233\":\"TFL4\",\"5234\":\"TGJ1\",\"5235\":\"TGJ2\",\"5236\":\"TMB1\",\"5237\":\"TMS1\",\"5238\":\"TPD1\",\"5239\":\"TPUY\",\"5240\":\"TR2G\",\"5241\":\"TR3G\",\"5242\":\"TRN1\",\"5243\":\"TSJ1\",\"5244\":\"TSJ2\",\"5245\":\"TSR1\",\"5246\":\"TUJ1\",\"5247\":\"TVL1\",\"5248\":\"TYP1\",\"5249\":\"TYP2\",\"5250\":\"TYP4\",\"5251\":\"TYP5\",\"5252\":\"UNN1\",\"5253\":\"URA1\",\"5254\":\"USQ1\",\"5255\":\"VLT1\",\"5256\":\"VNTA\",\"5257\":\"ZPA2\",\"5258\":\"ZPA3\",\"5259\":\"ZPA4\",\"5260\":\"ZPA5\",\"5261\":\"2QBW\",\"5262\":\"2QRL\",\"5263\":\"2QV2\",\"5264\":\"2S6Q\",\"5265\":\"2S6S\",\"5266\":\"2S6U\",\"5267\":\"2S78\",\"5268\":\"2S8I\",\"5269\":\"2S8N\",\"5270\":\"2S8S\",\"5271\":\"2S8U\",\"5272\":\"2S9L\",\"5273\":\"2S9Q\",\"5274\":\"2SDR\",\"5275\":\"2SI1\",\"5276\":\"2SS2\",\"5277\":\"2SW1\",\"5278\":\"2SXQ\",\"5279\":\"2T1L\",\"5280\":\"2T4P\",\"5281\":\"2T7D\",\"5282\":\"2TUT\",\"5283\":\"2TUV\",\"5284\":\"2TYI\",\"5285\":\"2U1G\",\"5286\":\"2U5P\",\"5287\":\"2U8Y\",\"5288\":\"2U91\",\"5289\":\"2U93\",\"5290\":\"2UP2\",\"5291\":\"2UR5\",\"5292\":\"2UX3\",\"5293\":\"2V25\",\"5294\":\"2V5G\",\"5295\":\"2VJS\",\"5296\":\"2WC5\",\"5297\":\"2WFN\",\"5298\":\"2XXR\",\"5299\":\"2YB9\",\"5300\":\"2YIR\",\"5301\":\"2YNA\",\"5302\":\"2YWY\",\"5303\":\"2ZCF\",\"5304\":\"2ZHY\",\"5305\":\"2ZP9\",\"5306\":\"3A44\",\"5307\":\"3ACC\",\"5308\":\"3ADA\",\"5309\":\"3AFQ\",\"5310\":\"3AL6\",\"5311\":\"3AQP\",\"5312\":\"3AXV\",\"5313\":\"3B4L\",\"5314\":\"3BZB\",\"5315\":\"3C3X\",\"5316\":\"3C3Z\",\"5317\":\"3C4V\",\"5318\":\"3CG9\",\"5319\":\"3CSH\",\"5320\":\"3DDT\",\"5321\":\"3DSO\",\"5322\":\"3E7C\",\"5323\":\"3E9I\",\"5324\":\"3EBN\",\"5325\":\"3ED1\",\"5326\":\"3EDL\",\"5327\":\"3EE4\",\"5328\":\"3EFY\",\"5329\":\"3ENA\",\"5330\":\"3ENE\",\"5331\":\"3EP6\",\"5332\":\"3EV1\",\"5333\":\"3EV3\",\"5334\":\"3EXB\",\"5335\":\"3EXH\",\"5336\":\"3F5L\",\"5337\":\"3F5N\",\"5338\":\"3FCD\",\"5339\":\"3FCF\",\"5340\":\"3GFQ\",\"5341\":\"3GI6\",\"5342\":\"3GJQ\",\"5343\":\"3GJU\",\"5344\":\"3GPZ\",\"5345\":\"3GRD\",\"5346\":\"3GSF\",\"5347\":\"3GVI\",\"5348\":\"3GVK\",\"5349\":\"3GVM\",\"5350\":\"3HBN\",\"5351\":\"3HBP\",\"5352\":\"3HDE\",\"5353\":\"3HDG\",\"5354\":\"3HE8\",\"5355\":\"3HF5\",\"5356\":\"3HF7\",\"5357\":\"3HF9\",\"5358\":\"3HG7\",\"5359\":\"3HG9\",\"5360\":\"3HLD\",\"5361\":\"3HS9\",\"5362\":\"3HWK\",\"5363\":\"3HWM\",\"5364\":\"3HYG\",\"5365\":\"3IJF\",\"5366\":\"3INX\",\"5367\":\"3IQA\",\"5368\":\"3IRX\",\"5369\":\"3IRZ\",\"5370\":\"3IS2\",\"5371\":\"3IZ6\",\"5372\":\"3J1J\",\"5373\":\"3J2B\",\"5374\":\"3J2H\",\"5375\":\"3J4D\",\"5376\":\"3J4R\",\"5377\":\"3J4T\",\"5378\":\"3J4V\",\"5379\":\"3J83\",\"5380\":\"3J85\",\"5381\":\"3JBP\",\"5382\":\"3JNR\",\"5383\":\"3JP6\",\"5384\":\"3JP8\",\"5385\":\"3JPA\",\"5386\":\"3JPC\",\"5387\":\"3JPE\",\"5388\":\"3JPK\",\"5389\":\"3JPM\",\"5390\":\"3JQA\",\"5391\":\"3JQC\",\"5392\":\"3JQE\",\"5393\":\"3K6T\",\"5394\":\"3K6X\",\"5395\":\"3K8A\",\"5396\":\"3K8C\",\"5397\":\"3K8E\",\"5398\":\"3KJK\",\"5399\":\"3KL4\",\"5400\":\"3KLQ\",\"5401\":\"3KOL\",\"5402\":\"3KVZ\",\"5403\":\"3KXQ\",\"5404\":\"3L9B\",\"5405\":\"3LLY\",\"5406\":\"3LMH\",\"5407\":\"3LMJ\",\"5408\":\"3MHB\",\"5409\":\"3MS2\",\"5410\":\"3N5E\",\"5411\":\"3NDE\",\"5412\":\"3NGJ\",\"5413\":\"3NLE\",\"5414\":\"3NLG\",\"5415\":\"3NLZ\",\"5416\":\"3NNZ\",\"5417\":\"3NR4\",\"5418\":\"3NR8\",\"5419\":\"3NU4\",\"5420\":\"3PK3\",\"5421\":\"3PKF\",\"5422\":\"3PKH\",\"5423\":\"3PKN\",\"5424\":\"3PWF\",\"5425\":\"3PXE\",\"5426\":\"3PXF\",\"5427\":\"3PXH\",\"5428\":\"3PXJ\",\"5429\":\"3Q87\",\"5430\":\"3Q89\",\"5431\":\"3Q99\",\"5432\":\"3Q9K\",\"5433\":\"3QCI\",\"5434\":\"3QPE\",\"5435\":\"3QQ3\",\"5436\":\"3R9G\",\"5437\":\"3RGX\",\"5438\":\"3RGZ\",\"5439\":\"3RKP\",\"5440\":\"ABJ1\",\"5441\":\"AFR1\",\"5442\":\"ALBG\",\"5443\":\"ALTG\",\"5444\":\"AMA1\",\"5445\":\"AMF1\",\"5446\":\"AMR1\",\"5447\":\"ASN1\",\"5448\":\"AYR1\",\"5449\":\"BAR1\",\"5450\":\"BLL3\",\"5451\":\"BLM1\",\"5452\":\"BSQ1\",\"5453\":\"BYN1\",\"5454\":\"CAS1\",\"5455\":\"CCN1\",\"5456\":\"CGM1\",\"5457\":\"CHBG\",\"5458\":\"CHVR\",\"5459\":\"CIP1\",\"5460\":\"CIS1\",\"5461\":\"CLDR\",\"5462\":\"CLL1\",\"5463\":\"CLMG\",\"5464\":\"CMN1\",\"5465\":\"COE1\",\"5466\":\"CPT1\",\"5467\":\"CRC1\",\"5468\":\"CSC1\",\"5469\":\"CUC1\",\"5470\":\"CUR1\",\"5471\":\"DVS1\",\"5472\":\"EPFV\",\"5473\":\"ESMR\",\"5474\":\"FLRD\",\"5475\":\"GCA1\",\"5476\":\"GCC1\",\"5477\":\"GE32\",\"5478\":\"GEC3\",\"5479\":\"GQA1\",\"5480\":\"GTPE\",\"5481\":\"GTRG\",\"5482\":\"GVIO\",\"5483\":\"GYPO\",\"5484\":\"HMIN\",\"5485\":\"HMLG\",\"5486\":\"HMO1\",\"5487\":\"HRD1\",\"5488\":\"INC1\",\"5489\":\"INS1\",\"5490\":\"IRG1\",\"5491\":\"JAGS\",\"5492\":\"LBR1\",\"5493\":\"LCS1\",\"5494\":\"LPLO\",\"5495\":\"LTSJ\",\"5496\":\"MATA\",\"5497\":\"MIR1\",\"5498\":\"MNC1\",\"5499\":\"MND1\",\"5500\":\"MOY1\",\"5501\":\"MRL1\",\"5502\":\"NAV1\",\"5503\":\"NIM1\",\"5504\":\"OVJ1\",\"5505\":\"PES1\",\"5506\":\"PGUG\",\"5507\":\"PIC1\",\"5508\":\"PJR1\",\"5509\":\"PLM1\",\"5510\":\"PLU1\",\"5511\":\"PLYS\",\"5512\":\"PMR1\",\"5513\":\"PNC1\",\"5514\":\"PPA1\",\"5515\":\"PPA2\",\"5516\":\"PPA3\",\"5517\":\"PPA4\",\"5518\":\"PPN1\",\"5519\":\"PRC2\",\"5520\":\"PRC3\",\"5521\":\"PRDO\",\"5522\":\"PRG2\",\"5523\":\"PRV1\",\"5524\":\"PST1\",\"5525\":\"PTA1\",\"5526\":\"PTG1\",\"5527\":\"QUI1\",\"5528\":\"RBB1\",\"5529\":\"RCIO\",\"5530\":\"RCL1\",\"5531\":\"RFR1\",\"5532\":\"RFR2\",\"5533\":\"RGR1\",\"5534\":\"RMR1\",\"5535\":\"RMYO\",\"5536\":\"RPD1\",\"5537\":\"RPL1\",\"5538\":\"SFC1\",\"5539\":\"SJN1\",\"5540\":\"SJOG\",\"5541\":\"SLV1\",\"5542\":\"SLVJ\",\"5543\":\"SMI1\",\"5544\":\"SNC1\",\"5545\":\"SNCR\",\"5546\":\"SNFR\",\"5547\":\"SOG1\",\"5548\":\"SPY1\",\"5549\":\"SRA1\",\"5550\":\"STG1\",\"5551\":\"SUV1\",\"5552\":\"TBST\",\"5553\":\"TCBE\",\"5554\":\"TCDT\",\"5555\":\"TEC1\",\"5556\":\"TFL1\",\"5557\":\"TFL4\",\"5558\":\"TGJ1\",\"5559\":\"TGJ2\",\"5560\":\"TMB1\",\"5561\":\"TMS1\",\"5562\":\"TPD1\",\"5563\":\"TPUY\",\"5564\":\"TR2G\",\"5565\":\"TR3G\",\"5566\":\"TRN1\",\"5567\":\"TSJ1\",\"5568\":\"TSJ2\",\"5569\":\"TSR1\",\"5570\":\"TUJ1\",\"5571\":\"TVL1\",\"5572\":\"TYP2\",\"5573\":\"TYP4\",\"5574\":\"TYP5\",\"5575\":\"UNN1\",\"5576\":\"URA1\",\"5577\":\"USQ1\",\"5578\":\"VLT1\",\"5579\":\"VNTA\",\"5580\":\"ZPA2\",\"5581\":\"ZPA3\",\"5582\":\"ZPA4\",\"5583\":\"ZPA5\",\"5584\":\"2QBW\",\"5585\":\"2QRL\",\"5586\":\"2QV2\",\"5587\":\"2S6Q\",\"5588\":\"2S6S\",\"5589\":\"2S6U\",\"5590\":\"2S78\",\"5591\":\"2S8I\",\"5592\":\"2S8N\",\"5593\":\"2S8S\",\"5594\":\"2S8U\",\"5595\":\"2S9L\",\"5596\":\"2S9Q\",\"5597\":\"2SDR\",\"5598\":\"2SI1\",\"5599\":\"2SS2\",\"5600\":\"2SW1\",\"5601\":\"2SXQ\",\"5602\":\"2T1L\",\"5603\":\"2T4P\",\"5604\":\"2T7D\",\"5605\":\"2TUT\",\"5606\":\"2TUV\",\"5607\":\"2TYI\",\"5608\":\"2U1G\",\"5609\":\"2U5P\",\"5610\":\"2U8Y\",\"5611\":\"2U91\",\"5612\":\"2U93\",\"5613\":\"2UP2\",\"5614\":\"2UR5\",\"5615\":\"2UX3\",\"5616\":\"2V25\",\"5617\":\"2V5G\",\"5618\":\"2VJS\",\"5619\":\"2WC5\",\"5620\":\"2WFN\",\"5621\":\"2XXR\",\"5622\":\"2YB9\",\"5623\":\"2YIR\",\"5624\":\"2YNA\",\"5625\":\"2YWY\",\"5626\":\"2ZCF\",\"5627\":\"2ZHY\",\"5628\":\"2ZP9\",\"5629\":\"3A44\",\"5630\":\"3ACC\",\"5631\":\"3ADA\",\"5632\":\"3AFQ\",\"5633\":\"3AL6\",\"5634\":\"3AQP\",\"5635\":\"3AXV\",\"5636\":\"3B4L\",\"5637\":\"3BZB\",\"5638\":\"3C3X\",\"5639\":\"3C3Z\",\"5640\":\"3C4V\",\"5641\":\"3CG9\",\"5642\":\"3CSH\",\"5643\":\"3DDT\",\"5644\":\"3DSO\",\"5645\":\"3E7C\",\"5646\":\"3E9I\",\"5647\":\"3EBN\",\"5648\":\"3EDL\",\"5649\":\"3EE4\",\"5650\":\"3EFY\",\"5651\":\"3ENA\",\"5652\":\"3ENE\",\"5653\":\"3EP6\",\"5654\":\"3EV1\",\"5655\":\"3EV3\",\"5656\":\"3EXB\",\"5657\":\"3EXH\",\"5658\":\"3F5L\",\"5659\":\"3FCD\",\"5660\":\"3FCF\",\"5661\":\"3GFQ\",\"5662\":\"3GI6\",\"5663\":\"3GJQ\",\"5664\":\"3GJU\",\"5665\":\"3GPZ\",\"5666\":\"3GRD\",\"5667\":\"3GSF\",\"5668\":\"3GVI\",\"5669\":\"3GVK\",\"5670\":\"3GVM\",\"5671\":\"3HBN\",\"5672\":\"3HBP\",\"5673\":\"3HDE\",\"5674\":\"3HDG\",\"5675\":\"3HE8\",\"5676\":\"3HF5\",\"5677\":\"3HF7\",\"5678\":\"3HF9\",\"5679\":\"3HG7\",\"5680\":\"3HG9\",\"5681\":\"3HLD\",\"5682\":\"3HS9\",\"5683\":\"3HWK\",\"5684\":\"3HWM\",\"5685\":\"3HYG\",\"5686\":\"3IJF\",\"5687\":\"3INX\",\"5688\":\"3IQA\",\"5689\":\"3IRX\",\"5690\":\"3IRZ\",\"5691\":\"3IS2\",\"5692\":\"3IZ6\",\"5693\":\"3J1J\",\"5694\":\"3J2B\",\"5695\":\"3J2H\",\"5696\":\"3J4D\",\"5697\":\"3J4R\",\"5698\":\"3J4T\",\"5699\":\"3J4V\",\"5700\":\"3J83\",\"5701\":\"3J85\",\"5702\":\"3JBP\",\"5703\":\"3JNR\",\"5704\":\"3JP6\",\"5705\":\"3JP8\",\"5706\":\"3JPA\",\"5707\":\"3JPC\",\"5708\":\"3JPE\",\"5709\":\"3JPK\",\"5710\":\"3JPM\",\"5711\":\"3JQA\",\"5712\":\"3JQC\",\"5713\":\"3JQE\",\"5714\":\"3K6T\",\"5715\":\"3K6X\",\"5716\":\"3K8A\",\"5717\":\"3K8C\",\"5718\":\"3K8E\",\"5719\":\"3KJK\",\"5720\":\"3KL4\",\"5721\":\"3KLQ\",\"5722\":\"3KOL\",\"5723\":\"3KVZ\",\"5724\":\"3KXQ\",\"5725\":\"3L9B\",\"5726\":\"3LLY\",\"5727\":\"3LMH\",\"5728\":\"3LMJ\",\"5729\":\"3MHB\",\"5730\":\"3MS2\",\"5731\":\"3N5E\",\"5732\":\"3NDE\",\"5733\":\"3NGJ\",\"5734\":\"3NLE\",\"5735\":\"3NLG\",\"5736\":\"3NLZ\",\"5737\":\"3NNZ\",\"5738\":\"3NR4\",\"5739\":\"3NR8\",\"5740\":\"3NU4\",\"5741\":\"3PK3\",\"5742\":\"3PKF\",\"5743\":\"3PKH\",\"5744\":\"3PKN\",\"5745\":\"3PWF\",\"5746\":\"3PXE\",\"5747\":\"3PXF\",\"5748\":\"3PXH\",\"5749\":\"3PXJ\",\"5750\":\"3Q87\",\"5751\":\"3Q89\",\"5752\":\"3Q99\",\"5753\":\"3Q9K\",\"5754\":\"3QCI\",\"5755\":\"3QPE\",\"5756\":\"3QQ3\",\"5757\":\"3R9G\",\"5758\":\"3RGX\",\"5759\":\"3RGZ\",\"5760\":\"3RKN\",\"5761\":\"3RKP\",\"5762\":\"ABJ1\",\"5763\":\"AFR1\",\"5764\":\"ALBG\",\"5765\":\"ALTG\",\"5766\":\"AMA1\",\"5767\":\"AMF1\",\"5768\":\"AMR1\",\"5769\":\"ARG1\",\"5770\":\"ASN1\",\"5771\":\"AYR1\",\"5772\":\"BAR1\",\"5773\":\"BLL3\",\"5774\":\"BLM1\",\"5775\":\"BSQ1\",\"5776\":\"BYN1\",\"5777\":\"CAS1\",\"5778\":\"CCN1\",\"5779\":\"CGM1\",\"5780\":\"CHBG\",\"5781\":\"CHVR\",\"5782\":\"CIP1\",\"5783\":\"CIS1\",\"5784\":\"CLDR\",\"5785\":\"CLL1\",\"5786\":\"CMN1\",\"5787\":\"COE1\",\"5788\":\"CRC1\",\"5789\":\"CSC1\",\"5790\":\"CUC1\",\"5791\":\"CUR1\",\"5792\":\"DVS1\",\"5793\":\"EPFV\",\"5794\":\"ESMR\",\"5795\":\"FLRD\",\"5796\":\"GCA1\",\"5797\":\"GE32\",\"5798\":\"GEC3\",\"5799\":\"GQA1\",\"5800\":\"GTRG\",\"5801\":\"GVIO\",\"5802\":\"GYPO\",\"5803\":\"HMIN\",\"5804\":\"HMLG\",\"5805\":\"HMO1\",\"5806\":\"HRD1\",\"5807\":\"INC1\",\"5808\":\"INS1\",\"5809\":\"IRG1\",\"5810\":\"JAGS\",\"5811\":\"LBR1\",\"5812\":\"LCS1\",\"5813\":\"LPLO\",\"5814\":\"LTSJ\",\"5815\":\"MATA\",\"5816\":\"MIR1\",\"5817\":\"MNC1\",\"5818\":\"MND1\",\"5819\":\"MOY1\",\"5820\":\"MRL1\",\"5821\":\"NAV1\",\"5822\":\"NIM1\",\"5823\":\"NQU1\",\"5824\":\"OVJ1\",\"5825\":\"PES1\",\"5826\":\"PGUG\",\"5827\":\"PIC1\",\"5828\":\"PJR1\",\"5829\":\"PLM1\",\"5830\":\"PLU1\",\"5831\":\"PLYS\",\"5832\":\"PMR1\",\"5833\":\"PNC1\",\"5834\":\"PPA1\",\"5835\":\"PPA2\",\"5836\":\"PPA3\",\"5837\":\"PPA4\",\"5838\":\"PPN1\",\"5839\":\"PRC2\",\"5840\":\"PRC3\",\"5841\":\"PRG2\",\"5842\":\"PRV1\",\"5843\":\"PST1\",\"5844\":\"PTA1\",\"5845\":\"PTG1\",\"5846\":\"QUI1\",\"5847\":\"RBB1\",\"5848\":\"RCIO\",\"5849\":\"RCL1\",\"5850\":\"RFR1\",\"5851\":\"RFR2\",\"5852\":\"RGR1\",\"5853\":\"RMR1\",\"5854\":\"RMYO\",\"5855\":\"RPD1\",\"5856\":\"RPL1\",\"5857\":\"SBA1\",\"5858\":\"SFC1\",\"5859\":\"SJN1\",\"5860\":\"SJOG\",\"5861\":\"SLV1\",\"5862\":\"SLVJ\",\"5863\":\"SMI1\",\"5864\":\"SNC1\",\"5865\":\"SNCR\",\"5866\":\"SNFR\",\"5867\":\"SOG1\",\"5868\":\"SPY1\",\"5869\":\"SRA1\",\"5870\":\"STG1\",\"5871\":\"SUV1\",\"5872\":\"TBST\",\"5873\":\"TCBE\",\"5874\":\"TCDT\",\"5875\":\"TEC1\",\"5876\":\"TFL1\",\"5877\":\"TFL4\",\"5878\":\"TGJ1\",\"5879\":\"TGJ2\",\"5880\":\"TMB1\",\"5881\":\"TMS1\",\"5882\":\"TPD1\",\"5883\":\"TPUY\",\"5884\":\"TR2G\",\"5885\":\"TR3G\",\"5886\":\"TRN1\",\"5887\":\"TSJ1\",\"5888\":\"TSJ2\",\"5889\":\"TSR1\",\"5890\":\"TUJ1\",\"5891\":\"TVL1\",\"5892\":\"TYP2\",\"5893\":\"TYP4\",\"5894\":\"TYP5\",\"5895\":\"UNN1\",\"5896\":\"URA1\",\"5897\":\"USQ1\",\"5898\":\"VLT1\",\"5899\":\"VNTA\",\"5900\":\"ZPA2\",\"5901\":\"ZPA3\",\"5902\":\"ZPA4\",\"5903\":\"ZPA5\",\"5904\":\"2QBW\",\"5905\":\"2QRL\",\"5906\":\"2QV2\",\"5907\":\"2S6Q\",\"5908\":\"2S6S\",\"5909\":\"2S6U\",\"5910\":\"2S78\",\"5911\":\"2S8I\",\"5912\":\"2S8N\",\"5913\":\"2S8S\",\"5914\":\"2S8U\",\"5915\":\"2S9L\",\"5916\":\"2SDR\",\"5917\":\"2SI1\",\"5918\":\"2SS2\",\"5919\":\"2SW1\",\"5920\":\"2SXQ\",\"5921\":\"2T1L\",\"5922\":\"2T4P\",\"5923\":\"2T7D\",\"5924\":\"2TUT\",\"5925\":\"2TUV\",\"5926\":\"2TYI\",\"5927\":\"2U1G\",\"5928\":\"2U5P\",\"5929\":\"2U8Y\",\"5930\":\"2U91\",\"5931\":\"2U93\",\"5932\":\"2UP2\",\"5933\":\"2UX3\",\"5934\":\"2V25\",\"5935\":\"2V5G\",\"5936\":\"2VJS\",\"5937\":\"2WC5\",\"5938\":\"2WFN\",\"5939\":\"2XXR\",\"5940\":\"2YB9\",\"5941\":\"2YIR\",\"5942\":\"2YNA\",\"5943\":\"2YWY\",\"5944\":\"2ZCF\",\"5945\":\"2ZHY\",\"5946\":\"2ZP9\",\"5947\":\"3A44\",\"5948\":\"3ACC\",\"5949\":\"3ADA\",\"5950\":\"3AFQ\",\"5951\":\"3AQP\",\"5952\":\"3AXV\",\"5953\":\"3B4L\",\"5954\":\"3BZB\",\"5955\":\"3C3X\",\"5956\":\"3C3Z\",\"5957\":\"3C4V\",\"5958\":\"3CG9\",\"5959\":\"3CSH\",\"5960\":\"3DDT\",\"5961\":\"3DSO\",\"5962\":\"3E7C\",\"5963\":\"3E9I\",\"5964\":\"3EBN\",\"5965\":\"3EDL\",\"5966\":\"3EE4\",\"5967\":\"3EFY\",\"5968\":\"3ENA\",\"5969\":\"3ENE\",\"5970\":\"3EP6\",\"5971\":\"3EV1\",\"5972\":\"3EV3\",\"5973\":\"3EXB\",\"5974\":\"3EXH\",\"5975\":\"3F5L\",\"5976\":\"3F5N\",\"5977\":\"3FCD\",\"5978\":\"3FCF\",\"5979\":\"3GFQ\",\"5980\":\"3GI6\",\"5981\":\"3GJQ\",\"5982\":\"3GJU\",\"5983\":\"3GPZ\",\"5984\":\"3GRD\",\"5985\":\"3GSF\",\"5986\":\"3GVI\",\"5987\":\"3GVK\",\"5988\":\"3GVM\",\"5989\":\"3HBN\",\"5990\":\"3HBP\",\"5991\":\"3HDE\",\"5992\":\"3HDG\",\"5993\":\"3HE8\",\"5994\":\"3HF5\",\"5995\":\"3HF7\",\"5996\":\"3HF9\",\"5997\":\"3HG7\",\"5998\":\"3HG9\",\"5999\":\"3HLD\",\"6000\":\"3HS9\",\"6001\":\"3HWK\",\"6002\":\"3HWM\",\"6003\":\"3HYG\",\"6004\":\"3IJF\",\"6005\":\"3INX\",\"6006\":\"3IQA\",\"6007\":\"3IRX\",\"6008\":\"3IRZ\",\"6009\":\"3IS2\",\"6010\":\"3IZ6\",\"6011\":\"3J1J\",\"6012\":\"3J2B\",\"6013\":\"3J2H\",\"6014\":\"3J4D\",\"6015\":\"3J4R\",\"6016\":\"3J4T\",\"6017\":\"3J4V\",\"6018\":\"3J83\",\"6019\":\"3J85\",\"6020\":\"3JBP\",\"6021\":\"3JNR\",\"6022\":\"3JP6\",\"6023\":\"3JP8\",\"6024\":\"3JPA\",\"6025\":\"3JPC\",\"6026\":\"3JPE\",\"6027\":\"3JPK\",\"6028\":\"3JPM\",\"6029\":\"3JQA\",\"6030\":\"3JQC\",\"6031\":\"3JQE\",\"6032\":\"3K6T\",\"6033\":\"3K6X\",\"6034\":\"3K8A\",\"6035\":\"3K8C\",\"6036\":\"3K8E\",\"6037\":\"3KJK\",\"6038\":\"3KL4\",\"6039\":\"3KLQ\",\"6040\":\"3KOL\",\"6041\":\"3KVZ\",\"6042\":\"3KXQ\",\"6043\":\"3L9B\",\"6044\":\"3LLY\",\"6045\":\"3LMH\",\"6046\":\"3LMJ\",\"6047\":\"3MHB\",\"6048\":\"3MS2\",\"6049\":\"3N5E\",\"6050\":\"3NDE\",\"6051\":\"3NGJ\",\"6052\":\"3NLE\",\"6053\":\"3NLG\",\"6054\":\"3NLZ\",\"6055\":\"3NNZ\",\"6056\":\"3NR4\",\"6057\":\"3NR8\",\"6058\":\"3NU4\",\"6059\":\"3PK3\",\"6060\":\"3PKF\",\"6061\":\"3PKH\",\"6062\":\"3PKN\",\"6063\":\"3PWF\",\"6064\":\"3PXE\",\"6065\":\"3PXF\",\"6066\":\"3PXH\",\"6067\":\"3PXJ\",\"6068\":\"3Q87\",\"6069\":\"3Q89\",\"6070\":\"3Q99\",\"6071\":\"3Q9K\",\"6072\":\"3QCI\",\"6073\":\"3QPE\",\"6074\":\"3QQ3\",\"6075\":\"3R9G\",\"6076\":\"3RGX\",\"6077\":\"3RGZ\",\"6078\":\"3RKN\",\"6079\":\"3RKP\",\"6080\":\"ABJ1\",\"6081\":\"AFR1\",\"6082\":\"ALBG\",\"6083\":\"ALTG\",\"6084\":\"AMA1\",\"6085\":\"AMF1\",\"6086\":\"AMR1\",\"6087\":\"ASN1\",\"6088\":\"AYR1\",\"6089\":\"BAR1\",\"6090\":\"BLL3\",\"6091\":\"BLM1\",\"6092\":\"BSQ1\",\"6093\":\"BYN1\",\"6094\":\"CAS1\",\"6095\":\"CCN1\",\"6096\":\"CGM1\",\"6097\":\"CHBG\",\"6098\":\"CHVR\",\"6099\":\"CIP1\",\"6100\":\"CIS1\",\"6101\":\"CLDR\",\"6102\":\"CLL1\",\"6103\":\"CMN1\",\"6104\":\"COE1\",\"6105\":\"CRC1\",\"6106\":\"CSC1\",\"6107\":\"CUC1\",\"6108\":\"CUR1\",\"6109\":\"DVS1\",\"6110\":\"EPFV\",\"6111\":\"ESMR\",\"6112\":\"FLRD\",\"6113\":\"GCA1\",\"6114\":\"GCC1\",\"6115\":\"GE32\",\"6116\":\"GEC3\",\"6117\":\"GQA1\",\"6118\":\"GTPE\",\"6119\":\"GTRG\",\"6120\":\"GVIO\",\"6121\":\"GYPO\",\"6122\":\"HMIN\",\"6123\":\"HMLG\",\"6124\":\"HMO1\",\"6125\":\"HRD1\",\"6126\":\"INC1\",\"6127\":\"INS1\",\"6128\":\"IRG1\",\"6129\":\"JAGS\",\"6130\":\"LBR1\",\"6131\":\"LCS1\",\"6132\":\"LMR1\",\"6133\":\"LPLO\",\"6134\":\"LTSJ\",\"6135\":\"MATA\",\"6136\":\"MIR1\",\"6137\":\"MNC1\",\"6138\":\"MND1\",\"6139\":\"MOY1\",\"6140\":\"MRL1\",\"6141\":\"NAV1\",\"6142\":\"NIM1\",\"6143\":\"OVJ1\",\"6144\":\"PES1\",\"6145\":\"PGUG\",\"6146\":\"PIC1\",\"6147\":\"PJR1\",\"6148\":\"PLM1\",\"6149\":\"PLU1\",\"6150\":\"PLYS\",\"6151\":\"PMR1\",\"6152\":\"PNC1\",\"6153\":\"PPA2\",\"6154\":\"PPA3\",\"6155\":\"PPA4\",\"6156\":\"PPN1\",\"6157\":\"PRC2\",\"6158\":\"PRC3\",\"6159\":\"PRG2\",\"6160\":\"PRV1\",\"6161\":\"PST1\",\"6162\":\"PTA1\",\"6163\":\"PTG1\",\"6164\":\"QUI1\",\"6165\":\"RBB1\",\"6166\":\"RCIO\",\"6167\":\"RCL1\",\"6168\":\"RFR1\",\"6169\":\"RFR2\",\"6170\":\"RGR1\",\"6171\":\"RGRN\",\"6172\":\"RMR1\",\"6173\":\"RMYO\",\"6174\":\"RNG1\",\"6175\":\"RPD1\",\"6176\":\"RPL1\",\"6177\":\"SBA1\",\"6178\":\"SFC1\",\"6179\":\"SJN1\",\"6180\":\"SJOG\",\"6181\":\"SLV1\",\"6182\":\"SLVJ\",\"6183\":\"SMI1\",\"6184\":\"SNC1\",\"6185\":\"SNCR\",\"6186\":\"SNFR\",\"6187\":\"SOG1\",\"6188\":\"SPY1\",\"6189\":\"SRA1\",\"6190\":\"STG1\",\"6191\":\"SUV1\",\"6192\":\"TBST\",\"6193\":\"TCBE\",\"6194\":\"TCDT\",\"6195\":\"TEC1\",\"6196\":\"TFL1\",\"6197\":\"TFL4\",\"6198\":\"TGJ1\",\"6199\":\"TGJ2\",\"6200\":\"TMB1\",\"6201\":\"TMS1\",\"6202\":\"TPD1\",\"6203\":\"TPUY\",\"6204\":\"TR2G\",\"6205\":\"TR3G\",\"6206\":\"TRN1\",\"6207\":\"TSJ1\",\"6208\":\"TSJ2\",\"6209\":\"TSR1\",\"6210\":\"TUJ1\",\"6211\":\"TVL1\",\"6212\":\"TYP2\",\"6213\":\"TYP4\",\"6214\":\"TYP5\",\"6215\":\"UNN1\",\"6216\":\"URA1\",\"6217\":\"USQ1\",\"6218\":\"VLT1\",\"6219\":\"VNTA\",\"6220\":\"ZPA2\",\"6221\":\"ZPA3\",\"6222\":\"ZPA4\",\"6223\":\"2QBW\",\"6224\":\"2QRL\",\"6225\":\"2QV2\",\"6226\":\"2S6Q\",\"6227\":\"2S6S\",\"6228\":\"2S6U\",\"6229\":\"2S78\",\"6230\":\"2S8I\",\"6231\":\"2S8N\",\"6232\":\"2S8S\",\"6233\":\"2S8U\",\"6234\":\"2S9L\",\"6235\":\"2SDR\",\"6236\":\"2SI1\",\"6237\":\"2SS2\",\"6238\":\"2SW1\",\"6239\":\"2SXQ\",\"6240\":\"2T1L\",\"6241\":\"2T4P\",\"6242\":\"2T7D\",\"6243\":\"2TUT\",\"6244\":\"2TUV\",\"6245\":\"2TYI\",\"6246\":\"2U1G\",\"6247\":\"2U5P\",\"6248\":\"2U8Y\",\"6249\":\"2U91\",\"6250\":\"2U93\",\"6251\":\"2UP2\",\"6252\":\"2UX3\",\"6253\":\"2V25\",\"6254\":\"2V27\",\"6255\":\"2V5G\",\"6256\":\"2VJS\",\"6257\":\"2WC5\",\"6258\":\"2WFN\",\"6259\":\"2XXR\",\"6260\":\"2YB9\",\"6261\":\"2YIR\",\"6262\":\"2YNA\",\"6263\":\"2YWY\",\"6264\":\"2ZCF\",\"6265\":\"2ZHY\",\"6266\":\"2ZP9\",\"6267\":\"3A44\",\"6268\":\"3ACC\",\"6269\":\"3ADA\",\"6270\":\"3AFQ\",\"6271\":\"3AL6\",\"6272\":\"3AQP\",\"6273\":\"3AXV\",\"6274\":\"3B4L\",\"6275\":\"3BZB\",\"6276\":\"3C3X\",\"6277\":\"3C3Z\",\"6278\":\"3C4V\",\"6279\":\"3CG9\",\"6280\":\"3CSH\",\"6281\":\"3DDT\",\"6282\":\"3DSO\",\"6283\":\"3E7C\",\"6284\":\"3E9I\",\"6285\":\"3EBN\",\"6286\":\"3EDL\",\"6287\":\"3EE4\",\"6288\":\"3EFY\",\"6289\":\"3ENA\",\"6290\":\"3ENE\",\"6291\":\"3EP6\",\"6292\":\"3EV1\",\"6293\":\"3EV3\",\"6294\":\"3EXB\",\"6295\":\"3EXH\",\"6296\":\"3F5L\",\"6297\":\"3F5N\",\"6298\":\"3FCD\",\"6299\":\"3FCF\",\"6300\":\"3GFQ\",\"6301\":\"3GI6\",\"6302\":\"3GJQ\",\"6303\":\"3GJU\",\"6304\":\"3GPZ\",\"6305\":\"3GRD\",\"6306\":\"3GSF\",\"6307\":\"3GVI\",\"6308\":\"3GVK\",\"6309\":\"3GVM\",\"6310\":\"3HBN\",\"6311\":\"3HBP\",\"6312\":\"3HDE\",\"6313\":\"3HDG\",\"6314\":\"3HE8\",\"6315\":\"3HF5\",\"6316\":\"3HF7\",\"6317\":\"3HF9\",\"6318\":\"3HG7\",\"6319\":\"3HG9\",\"6320\":\"3HLD\",\"6321\":\"3HS9\",\"6322\":\"3HWK\",\"6323\":\"3HWM\",\"6324\":\"3HYG\",\"6325\":\"3IJF\",\"6326\":\"3INX\",\"6327\":\"3IQA\",\"6328\":\"3IRX\",\"6329\":\"3IRZ\",\"6330\":\"3IS2\",\"6331\":\"3IZ6\",\"6332\":\"3J1J\",\"6333\":\"3J2B\",\"6334\":\"3J2H\",\"6335\":\"3J4D\",\"6336\":\"3J4R\",\"6337\":\"3J4T\",\"6338\":\"3J4V\",\"6339\":\"3J83\",\"6340\":\"3J85\",\"6341\":\"3JBP\",\"6342\":\"3JNR\",\"6343\":\"3JP6\",\"6344\":\"3JP8\",\"6345\":\"3JPA\",\"6346\":\"3JPC\",\"6347\":\"3JPE\",\"6348\":\"3JPK\",\"6349\":\"3JPM\",\"6350\":\"3JQA\",\"6351\":\"3JQC\",\"6352\":\"3JQE\",\"6353\":\"3K6T\",\"6354\":\"3K6X\",\"6355\":\"3K8A\",\"6356\":\"3K8C\",\"6357\":\"3K8E\",\"6358\":\"3KJK\",\"6359\":\"3KL4\",\"6360\":\"3KLQ\",\"6361\":\"3KOL\",\"6362\":\"3KXQ\",\"6363\":\"3L9B\",\"6364\":\"3LLY\",\"6365\":\"3LMH\",\"6366\":\"3LMJ\",\"6367\":\"3MHB\",\"6368\":\"3MS2\",\"6369\":\"3N5E\",\"6370\":\"3NDE\",\"6371\":\"3NGJ\",\"6372\":\"3NLE\",\"6373\":\"3NLG\",\"6374\":\"3NLZ\",\"6375\":\"3NNZ\",\"6376\":\"3NR4\",\"6377\":\"3NR8\",\"6378\":\"3NU4\",\"6379\":\"3PK3\",\"6380\":\"3PKF\",\"6381\":\"3PKH\",\"6382\":\"3PKN\",\"6383\":\"3PWF\",\"6384\":\"3PXE\",\"6385\":\"3PXF\",\"6386\":\"3PXH\",\"6387\":\"3PXJ\",\"6388\":\"3Q87\",\"6389\":\"3Q89\",\"6390\":\"3Q99\",\"6391\":\"3Q9K\",\"6392\":\"3QCI\",\"6393\":\"3QPE\",\"6394\":\"3QQ3\",\"6395\":\"3R9G\",\"6396\":\"3RGX\",\"6397\":\"3RGZ\",\"6398\":\"3RKN\",\"6399\":\"3RKP\",\"6400\":\"ABJ1\",\"6401\":\"AFR1\",\"6402\":\"ALBG\",\"6403\":\"ALTG\",\"6404\":\"AMA1\",\"6405\":\"AMF1\",\"6406\":\"AMR1\",\"6407\":\"ASN1\",\"6408\":\"AYR1\",\"6409\":\"BAR1\",\"6410\":\"BLL3\",\"6411\":\"BLM1\",\"6412\":\"BSQ1\",\"6413\":\"BYN1\",\"6414\":\"CAS1\",\"6415\":\"CCN1\",\"6416\":\"CGM1\",\"6417\":\"CHBG\",\"6418\":\"CHVR\",\"6419\":\"CIP1\",\"6420\":\"CIS1\",\"6421\":\"CLDR\",\"6422\":\"CLL1\",\"6423\":\"CMN1\",\"6424\":\"COE1\",\"6425\":\"CRC1\",\"6426\":\"CSC1\",\"6427\":\"CUC1\",\"6428\":\"CUR1\",\"6429\":\"DVS1\",\"6430\":\"EPFV\",\"6431\":\"ESMR\",\"6432\":\"FLRD\",\"6433\":\"GCA1\",\"6434\":\"GCC1\",\"6435\":\"GE32\",\"6436\":\"GEC3\",\"6437\":\"GQA1\",\"6438\":\"GTPE\",\"6439\":\"GTRG\",\"6440\":\"GVIO\",\"6441\":\"GYPO\",\"6442\":\"HMIN\",\"6443\":\"HMLG\",\"6444\":\"HMO1\",\"6445\":\"HRD1\",\"6446\":\"INC1\",\"6447\":\"INS1\",\"6448\":\"IRG1\",\"6449\":\"JAGS\",\"6450\":\"LBR1\",\"6451\":\"LCS1\",\"6452\":\"LPLO\",\"6453\":\"LTSJ\",\"6454\":\"MATA\",\"6455\":\"MIR1\",\"6456\":\"MNC1\",\"6457\":\"MND1\",\"6458\":\"MOY1\",\"6459\":\"MRL1\",\"6460\":\"NAV1\",\"6461\":\"NIM1\",\"6462\":\"OVJ1\",\"6463\":\"PES1\",\"6464\":\"PGUG\",\"6465\":\"PIC1\",\"6466\":\"PJR1\",\"6467\":\"PLM1\",\"6468\":\"PLU1\",\"6469\":\"PLYS\",\"6470\":\"PMR1\",\"6471\":\"PNC1\",\"6472\":\"PPA1\",\"6473\":\"PPA3\",\"6474\":\"PPA4\",\"6475\":\"PPN1\",\"6476\":\"PRC3\",\"6477\":\"PRG2\",\"6478\":\"PRV1\",\"6479\":\"PST1\",\"6480\":\"PTA1\",\"6481\":\"PTG1\",\"6482\":\"QUI1\",\"6483\":\"RBB1\",\"6484\":\"RCIO\",\"6485\":\"RCL1\",\"6486\":\"RFR1\",\"6487\":\"RFR2\",\"6488\":\"RGR1\",\"6489\":\"RMR1\",\"6490\":\"RMYO\",\"6491\":\"RNG1\",\"6492\":\"RPD1\",\"6493\":\"RPL1\",\"6494\":\"SFC1\",\"6495\":\"SJN1\",\"6496\":\"SJOG\",\"6497\":\"SLV1\",\"6498\":\"SLVJ\",\"6499\":\"SMI1\",\"6500\":\"SNC1\",\"6501\":\"SNCR\",\"6502\":\"SNFR\",\"6503\":\"SOG1\",\"6504\":\"SPY1\",\"6505\":\"SRA1\",\"6506\":\"STG1\",\"6507\":\"SUV1\",\"6508\":\"TBST\",\"6509\":\"TCBE\",\"6510\":\"TCDT\",\"6511\":\"TEC1\",\"6512\":\"TFL1\",\"6513\":\"TFL4\",\"6514\":\"TGJ1\",\"6515\":\"TGJ2\",\"6516\":\"TMB1\",\"6517\":\"TMS1\",\"6518\":\"TPD1\",\"6519\":\"TPUY\",\"6520\":\"TR2G\",\"6521\":\"TR3G\",\"6522\":\"TRN1\",\"6523\":\"TSJ1\",\"6524\":\"TSJ2\",\"6525\":\"TSR1\",\"6526\":\"TUJ1\",\"6527\":\"TVL1\",\"6528\":\"TYP2\",\"6529\":\"TYP4\",\"6530\":\"TYP5\",\"6531\":\"UNN1\",\"6532\":\"URA1\",\"6533\":\"USQ1\",\"6534\":\"VLT1\",\"6535\":\"VNTA\",\"6536\":\"ZPA2\",\"6537\":\"ZPA3\",\"6538\":\"ZPA4\",\"6539\":\"2QBW\",\"6540\":\"2QRL\",\"6541\":\"2QV2\",\"6542\":\"2S6Q\",\"6543\":\"2S6S\",\"6544\":\"2S6U\",\"6545\":\"2S78\",\"6546\":\"2S8G\",\"6547\":\"2S8I\",\"6548\":\"2S8N\",\"6549\":\"2S8S\",\"6550\":\"2S8U\",\"6551\":\"2S9L\",\"6552\":\"2SDR\",\"6553\":\"2SI1\",\"6554\":\"2SS2\",\"6555\":\"2SW1\",\"6556\":\"2SXQ\",\"6557\":\"2T1L\",\"6558\":\"2T4P\",\"6559\":\"2T7D\",\"6560\":\"2TUT\",\"6561\":\"2TUV\",\"6562\":\"2TYI\",\"6563\":\"2U5P\",\"6564\":\"2U8Y\",\"6565\":\"2U91\",\"6566\":\"2U93\",\"6567\":\"2UP2\",\"6568\":\"2UR5\",\"6569\":\"2UX3\",\"6570\":\"2V25\",\"6571\":\"2V27\",\"6572\":\"2V5G\",\"6573\":\"2VJS\",\"6574\":\"2WC5\",\"6575\":\"2WFN\",\"6576\":\"2XXR\",\"6577\":\"2YB9\",\"6578\":\"2YIR\",\"6579\":\"2YNA\",\"6580\":\"2YWY\",\"6581\":\"2ZCF\",\"6582\":\"2ZHY\",\"6583\":\"2ZP9\",\"6584\":\"3A44\",\"6585\":\"3ACC\",\"6586\":\"3ADA\",\"6587\":\"3AFQ\",\"6588\":\"3AL6\",\"6589\":\"3AQP\",\"6590\":\"3AXV\",\"6591\":\"3B4L\",\"6592\":\"3BZB\",\"6593\":\"3C3X\",\"6594\":\"3C3Z\",\"6595\":\"3C4V\",\"6596\":\"3CG9\",\"6597\":\"3CSH\",\"6598\":\"3DDT\",\"6599\":\"3DSO\",\"6600\":\"3E7C\",\"6601\":\"3E9I\",\"6602\":\"3EBN\",\"6603\":\"3ED1\",\"6604\":\"3EDL\",\"6605\":\"3EE4\",\"6606\":\"3EFY\",\"6607\":\"3ENA\",\"6608\":\"3ENE\",\"6609\":\"3EP6\",\"6610\":\"3EV1\",\"6611\":\"3EV3\",\"6612\":\"3EXB\",\"6613\":\"3EXH\",\"6614\":\"3F5L\",\"6615\":\"3F5N\",\"6616\":\"3FCD\",\"6617\":\"3FCF\",\"6618\":\"3GFQ\",\"6619\":\"3GI6\",\"6620\":\"3GJQ\",\"6621\":\"3GJU\",\"6622\":\"3GPZ\",\"6623\":\"3GRD\",\"6624\":\"3GSF\",\"6625\":\"3GVI\",\"6626\":\"3GVK\",\"6627\":\"3GVM\",\"6628\":\"3HBN\",\"6629\":\"3HBP\",\"6630\":\"3HDE\",\"6631\":\"3HDG\",\"6632\":\"3HE8\",\"6633\":\"3HF5\",\"6634\":\"3HF7\",\"6635\":\"3HF9\",\"6636\":\"3HG7\",\"6637\":\"3HG9\",\"6638\":\"3HLD\",\"6639\":\"3HS9\",\"6640\":\"3HWK\",\"6641\":\"3HWM\",\"6642\":\"3HYG\",\"6643\":\"3IJF\",\"6644\":\"3INX\",\"6645\":\"3IQA\",\"6646\":\"3IRX\",\"6647\":\"3IRZ\",\"6648\":\"3IS2\",\"6649\":\"3IZ6\",\"6650\":\"3J1J\",\"6651\":\"3J2B\",\"6652\":\"3J2H\",\"6653\":\"3J4D\",\"6654\":\"3J4R\",\"6655\":\"3J4T\",\"6656\":\"3J4V\",\"6657\":\"3J83\",\"6658\":\"3J85\",\"6659\":\"3JBP\",\"6660\":\"3JNR\",\"6661\":\"3JP6\",\"6662\":\"3JP8\",\"6663\":\"3JPA\",\"6664\":\"3JPC\",\"6665\":\"3JPE\",\"6666\":\"3JPK\",\"6667\":\"3JPM\",\"6668\":\"3JQA\",\"6669\":\"3JQC\",\"6670\":\"3JQE\",\"6671\":\"3K6T\",\"6672\":\"3K6X\",\"6673\":\"3K8A\",\"6674\":\"3K8C\",\"6675\":\"3K8E\",\"6676\":\"3KJK\",\"6677\":\"3KL4\",\"6678\":\"3KLQ\",\"6679\":\"3KOL\",\"6680\":\"3KVZ\",\"6681\":\"3L9B\",\"6682\":\"3LLY\",\"6683\":\"3LMH\",\"6684\":\"3LMJ\",\"6685\":\"3MHB\",\"6686\":\"3MS2\",\"6687\":\"3N5E\",\"6688\":\"3NDE\",\"6689\":\"3NGJ\",\"6690\":\"3NLE\",\"6691\":\"3NLG\",\"6692\":\"3NLZ\",\"6693\":\"3NNZ\",\"6694\":\"3NR4\",\"6695\":\"3NR8\",\"6696\":\"3NU4\",\"6697\":\"3PK3\",\"6698\":\"3PKF\",\"6699\":\"3PKH\",\"6700\":\"3PKN\",\"6701\":\"3PWF\",\"6702\":\"3PXE\",\"6703\":\"3PXF\",\"6704\":\"3PXH\",\"6705\":\"3PXJ\",\"6706\":\"3Q87\",\"6707\":\"3Q89\",\"6708\":\"3Q99\",\"6709\":\"3Q9K\",\"6710\":\"3QCI\",\"6711\":\"3QK6\",\"6712\":\"3QQ3\",\"6713\":\"3R9G\",\"6714\":\"3RGX\",\"6715\":\"3RGZ\",\"6716\":\"3RKN\",\"6717\":\"3RKP\",\"6718\":\"ABJ1\",\"6719\":\"AFR1\",\"6720\":\"ALBG\",\"6721\":\"ALTG\",\"6722\":\"AMA1\",\"6723\":\"AMF1\",\"6724\":\"AMR1\",\"6725\":\"ARG1\",\"6726\":\"ASN1\",\"6727\":\"AYR1\",\"6728\":\"BAR1\",\"6729\":\"BLL3\",\"6730\":\"BLM1\",\"6731\":\"BSQ1\",\"6732\":\"BYN1\",\"6733\":\"CAS1\",\"6734\":\"CCN1\",\"6735\":\"CGM1\",\"6736\":\"CHBG\",\"6737\":\"CHVR\",\"6738\":\"CIP1\",\"6739\":\"CIS1\",\"6740\":\"CLDR\",\"6741\":\"CLL1\",\"6742\":\"CMN1\",\"6743\":\"COE1\",\"6744\":\"CRC1\",\"6745\":\"CSC1\",\"6746\":\"CUC1\",\"6747\":\"CUR1\",\"6748\":\"DVS1\",\"6749\":\"EPFV\",\"6750\":\"ESMR\",\"6751\":\"FLRD\",\"6752\":\"GCA1\",\"6753\":\"GCC1\",\"6754\":\"GE32\",\"6755\":\"GEC3\",\"6756\":\"GQA1\",\"6757\":\"GTPE\",\"6758\":\"GTRG\",\"6759\":\"GVIO\",\"6760\":\"GYPO\",\"6761\":\"HMIN\",\"6762\":\"HMLG\",\"6763\":\"HMO1\",\"6764\":\"HRD1\",\"6765\":\"INC1\",\"6766\":\"INS1\",\"6767\":\"IRG1\",\"6768\":\"JAGS\",\"6769\":\"LBR1\",\"6770\":\"LCS1\",\"6771\":\"LPLO\",\"6772\":\"LTSJ\",\"6773\":\"MATA\",\"6774\":\"MIR1\",\"6775\":\"MNC1\",\"6776\":\"MND1\",\"6777\":\"MOY1\",\"6778\":\"MRL1\",\"6779\":\"NAV1\",\"6780\":\"NIM1\",\"6781\":\"NQU1\",\"6782\":\"OVJ1\",\"6783\":\"PES1\",\"6784\":\"PGUG\",\"6785\":\"PIC1\",\"6786\":\"PJR1\",\"6787\":\"PLM1\",\"6788\":\"PLU1\",\"6789\":\"PLYS\",\"6790\":\"PMR1\",\"6791\":\"PNC1\",\"6792\":\"PPA1\",\"6793\":\"PPA3\",\"6794\":\"PPA4\",\"6795\":\"PPN1\",\"6796\":\"PRC2\",\"6797\":\"PRC3\",\"6798\":\"PRDO\",\"6799\":\"PRG1\",\"6800\":\"PRG2\",\"6801\":\"PRV1\",\"6802\":\"PST1\",\"6803\":\"PTA1\",\"6804\":\"PTG1\",\"6805\":\"QUI1\",\"6806\":\"RBB1\",\"6807\":\"RCIO\",\"6808\":\"RCL1\",\"6809\":\"RFR1\",\"6810\":\"RFR2\",\"6811\":\"RGR1\",\"6812\":\"RMR1\",\"6813\":\"RMYO\",\"6814\":\"RNG1\",\"6815\":\"RPD1\",\"6816\":\"RPL1\",\"6817\":\"SFC1\",\"6818\":\"SJN1\",\"6819\":\"SJOG\",\"6820\":\"SLV1\",\"6821\":\"SLVJ\",\"6822\":\"SMI1\",\"6823\":\"SNC1\",\"6824\":\"SNCR\",\"6825\":\"SNFR\",\"6826\":\"SOG1\",\"6827\":\"SPY1\",\"6828\":\"SRA1\",\"6829\":\"STG1\",\"6830\":\"SUV1\",\"6831\":\"TBQ3\",\"6832\":\"TBST\",\"6833\":\"TCBE\",\"6834\":\"TCDT\",\"6835\":\"TDR1\",\"6836\":\"TEC1\",\"6837\":\"TFL1\",\"6838\":\"TFL4\",\"6839\":\"TGJ1\",\"6840\":\"TGJ2\",\"6841\":\"TMB1\",\"6842\":\"TMS1\",\"6843\":\"TPD1\",\"6844\":\"TPUY\",\"6845\":\"TR2G\",\"6846\":\"TR3G\",\"6847\":\"TRN1\",\"6848\":\"TSJ1\",\"6849\":\"TSJ2\",\"6850\":\"TSR1\",\"6851\":\"TUJ1\",\"6852\":\"TVL1\",\"6853\":\"TYP2\",\"6854\":\"TYP4\",\"6855\":\"TYP5\",\"6856\":\"UNN1\",\"6857\":\"URA1\",\"6858\":\"USQ1\",\"6859\":\"VLT1\",\"6860\":\"VNTA\",\"6861\":\"ZPA2\",\"6862\":\"ZPA3\",\"6863\":\"ZPA4\",\"6864\":\"2QBW\",\"6865\":\"2QRL\",\"6866\":\"2QV2\",\"6867\":\"2R22\",\"6868\":\"2S6Q\",\"6869\":\"2S6S\",\"6870\":\"2S6U\",\"6871\":\"2S78\",\"6872\":\"2S8G\",\"6873\":\"2S8I\",\"6874\":\"2S8N\",\"6875\":\"2S8S\",\"6876\":\"2S8U\",\"6877\":\"2S9L\",\"6878\":\"2S9Q\",\"6879\":\"2SDR\",\"6880\":\"2SI1\",\"6881\":\"2SS2\",\"6882\":\"2SW1\",\"6883\":\"2SXQ\",\"6884\":\"2T1L\",\"6885\":\"2T4P\",\"6886\":\"2T7D\",\"6887\":\"2TUT\",\"6888\":\"2TUV\",\"6889\":\"2TYI\",\"6890\":\"2U5P\",\"6891\":\"2U8Y\",\"6892\":\"2U91\",\"6893\":\"2U93\",\"6894\":\"2UP2\",\"6895\":\"2UR5\",\"6896\":\"2UX3\",\"6897\":\"2V25\",\"6898\":\"2V5G\",\"6899\":\"2VJS\",\"6900\":\"2WC5\",\"6901\":\"2WFN\",\"6902\":\"2XXR\",\"6903\":\"2YB9\",\"6904\":\"2YIR\",\"6905\":\"2YNA\",\"6906\":\"2YWY\",\"6907\":\"2ZCF\",\"6908\":\"2ZHY\",\"6909\":\"2ZP9\",\"6910\":\"3A44\",\"6911\":\"3ACC\",\"6912\":\"3ADA\",\"6913\":\"3AFQ\",\"6914\":\"3AQP\",\"6915\":\"3AXV\",\"6916\":\"3B4L\",\"6917\":\"3BZB\",\"6918\":\"3C3X\",\"6919\":\"3C3Z\",\"6920\":\"3C4V\",\"6921\":\"3CG9\",\"6922\":\"3CSH\",\"6923\":\"3DDT\",\"6924\":\"3DSO\",\"6925\":\"3E7C\",\"6926\":\"3E9I\",\"6927\":\"3EBN\",\"6928\":\"3ED1\",\"6929\":\"3EDL\",\"6930\":\"3EE4\",\"6931\":\"3EFY\",\"6932\":\"3ENA\",\"6933\":\"3ENE\",\"6934\":\"3EP6\",\"6935\":\"3EV1\",\"6936\":\"3EV3\",\"6937\":\"3EXB\",\"6938\":\"3EXH\",\"6939\":\"3F5L\",\"6940\":\"3F5N\",\"6941\":\"3FCD\",\"6942\":\"3FCF\",\"6943\":\"3GFQ\",\"6944\":\"3GI6\",\"6945\":\"3GJQ\",\"6946\":\"3GJU\",\"6947\":\"3GPZ\",\"6948\":\"3GRD\",\"6949\":\"3GSF\",\"6950\":\"3GVI\",\"6951\":\"3GVK\",\"6952\":\"3GVM\",\"6953\":\"3HBN\",\"6954\":\"3HBP\",\"6955\":\"3HDE\",\"6956\":\"3HDG\",\"6957\":\"3HE8\",\"6958\":\"3HF5\",\"6959\":\"3HF7\",\"6960\":\"3HF9\",\"6961\":\"3HG7\",\"6962\":\"3HG9\",\"6963\":\"3HLD\",\"6964\":\"3HS9\",\"6965\":\"3HWK\",\"6966\":\"3HWM\",\"6967\":\"3HYG\",\"6968\":\"3IJF\",\"6969\":\"3INX\",\"6970\":\"3IQA\",\"6971\":\"3IRX\",\"6972\":\"3IRZ\",\"6973\":\"3IS2\",\"6974\":\"3IZ6\",\"6975\":\"3J1J\",\"6976\":\"3J2B\",\"6977\":\"3J2H\",\"6978\":\"3J4D\",\"6979\":\"3J4R\",\"6980\":\"3J4T\",\"6981\":\"3J4V\",\"6982\":\"3J83\",\"6983\":\"3J85\",\"6984\":\"3JBP\",\"6985\":\"3JNR\",\"6986\":\"3JP6\",\"6987\":\"3JP8\",\"6988\":\"3JPA\",\"6989\":\"3JPC\",\"6990\":\"3JPE\",\"6991\":\"3JPK\",\"6992\":\"3JPM\",\"6993\":\"3JQA\",\"6994\":\"3JQC\",\"6995\":\"3JQE\",\"6996\":\"3K6T\",\"6997\":\"3K6X\",\"6998\":\"3K8A\",\"6999\":\"3K8C\",\"7000\":\"3K8E\",\"7001\":\"3KJK\",\"7002\":\"3KL4\",\"7003\":\"3KLQ\",\"7004\":\"3KOL\",\"7005\":\"3KVZ\",\"7006\":\"3L9B\",\"7007\":\"3LLY\",\"7008\":\"3LMH\",\"7009\":\"3LMJ\",\"7010\":\"3MHB\",\"7011\":\"3MS2\",\"7012\":\"3N5E\",\"7013\":\"3NDE\",\"7014\":\"3NGJ\",\"7015\":\"3NLE\",\"7016\":\"3NLG\",\"7017\":\"3NLZ\",\"7018\":\"3NNZ\",\"7019\":\"3NR4\",\"7020\":\"3NR8\",\"7021\":\"3NU4\",\"7022\":\"3PK3\",\"7023\":\"3PKF\",\"7024\":\"3PKH\",\"7025\":\"3PKN\",\"7026\":\"3PWF\",\"7027\":\"3PXE\",\"7028\":\"3PXF\",\"7029\":\"3PXH\",\"7030\":\"3PXJ\",\"7031\":\"3Q87\",\"7032\":\"3Q89\",\"7033\":\"3Q99\",\"7034\":\"3Q9K\",\"7035\":\"3QCI\",\"7036\":\"3QQ3\",\"7037\":\"3R9G\",\"7038\":\"3RGX\",\"7039\":\"3RGZ\",\"7040\":\"3RKN\",\"7041\":\"3RKP\",\"7042\":\"ABJ1\",\"7043\":\"AFR1\",\"7044\":\"ALBG\",\"7045\":\"ALTG\",\"7046\":\"AMA1\",\"7047\":\"AMF1\",\"7048\":\"AMR1\",\"7049\":\"ASN1\",\"7050\":\"AYR1\",\"7051\":\"BAR1\",\"7052\":\"BLL3\",\"7053\":\"BLM1\",\"7054\":\"BSQ1\",\"7055\":\"BYN1\",\"7056\":\"CAS1\",\"7057\":\"CCN1\",\"7058\":\"CGM1\",\"7059\":\"CHBG\",\"7060\":\"CHVR\",\"7061\":\"CIP1\",\"7062\":\"CIS1\",\"7063\":\"CLDR\",\"7064\":\"CLL1\",\"7065\":\"CMN1\",\"7066\":\"COE1\",\"7067\":\"CRC1\",\"7068\":\"CSC1\",\"7069\":\"CUC1\",\"7070\":\"CUR1\",\"7071\":\"DVS1\",\"7072\":\"EPFV\",\"7073\":\"ESMR\",\"7074\":\"FLRD\",\"7075\":\"GCA1\",\"7076\":\"GCC1\",\"7077\":\"GE32\",\"7078\":\"GEC3\",\"7079\":\"GQA1\",\"7080\":\"GTPE\",\"7081\":\"GTRG\",\"7082\":\"GVIO\",\"7083\":\"GYPO\",\"7084\":\"HMIN\",\"7085\":\"HMLG\",\"7086\":\"HMO1\",\"7087\":\"HRD1\",\"7088\":\"INC1\",\"7089\":\"INS1\",\"7090\":\"IRG1\",\"7091\":\"JAGS\",\"7092\":\"LBR1\",\"7093\":\"LCS1\",\"7094\":\"LPLO\",\"7095\":\"LTSJ\",\"7096\":\"MATA\",\"7097\":\"MIR1\",\"7098\":\"MNC1\",\"7099\":\"MND1\",\"7100\":\"MOY1\",\"7101\":\"MRL1\",\"7102\":\"NAV1\",\"7103\":\"NIM1\",\"7104\":\"OVJ1\",\"7105\":\"PES1\",\"7106\":\"PGUG\",\"7107\":\"PIC1\",\"7108\":\"PJR1\",\"7109\":\"PLM1\",\"7110\":\"PLU1\",\"7111\":\"PLYS\",\"7112\":\"PMR1\",\"7113\":\"PNC1\",\"7114\":\"PPA1\",\"7115\":\"PPA2\",\"7116\":\"PPA3\",\"7117\":\"PPA4\",\"7118\":\"PPN1\",\"7119\":\"PRC2\",\"7120\":\"PRG2\",\"7121\":\"PRV1\",\"7122\":\"PST1\",\"7123\":\"PTA1\",\"7124\":\"PTG1\",\"7125\":\"QUI1\",\"7126\":\"RBB1\",\"7127\":\"RCIO\",\"7128\":\"RCL1\",\"7129\":\"RFR1\",\"7130\":\"RFR2\",\"7131\":\"RGR1\",\"7132\":\"RMR1\",\"7133\":\"RMYO\",\"7134\":\"RNG1\",\"7135\":\"RPD1\",\"7136\":\"RPL1\",\"7137\":\"SFC1\",\"7138\":\"SJN1\",\"7139\":\"SJOG\",\"7140\":\"SLV1\",\"7141\":\"SLVJ\",\"7142\":\"SMI1\",\"7143\":\"SNC1\",\"7144\":\"SNCR\",\"7145\":\"SNFR\",\"7146\":\"SOG1\",\"7147\":\"SPY1\",\"7148\":\"SRA1\",\"7149\":\"STG1\",\"7150\":\"SUV1\",\"7151\":\"TBQ3\",\"7152\":\"TBST\",\"7153\":\"TCBE\",\"7154\":\"TCDT\",\"7155\":\"TDR1\",\"7156\":\"TEC1\",\"7157\":\"TFL1\",\"7158\":\"TFL4\",\"7159\":\"TGJ1\",\"7160\":\"TGJ2\",\"7161\":\"TMB1\",\"7162\":\"TMS1\",\"7163\":\"TPD1\",\"7164\":\"TPUY\",\"7165\":\"TR2G\",\"7166\":\"TR3G\",\"7167\":\"TRN1\",\"7168\":\"TSJ1\",\"7169\":\"TSJ2\",\"7170\":\"TSR1\",\"7171\":\"TUJ1\",\"7172\":\"TVL1\",\"7173\":\"TYP2\",\"7174\":\"TYP4\",\"7175\":\"TYP5\",\"7176\":\"UNN1\",\"7177\":\"URA1\",\"7178\":\"USQ1\",\"7179\":\"VLT1\",\"7180\":\"VNTA\",\"7181\":\"ZPA2\",\"7182\":\"ZPA3\",\"7183\":\"ZPA4\",\"7184\":\"ZPA5\",\"7185\":\"2QBW\",\"7186\":\"2QRL\",\"7187\":\"2QV2\",\"7188\":\"2S6Q\",\"7189\":\"2S6S\",\"7190\":\"2S6U\",\"7191\":\"2S78\",\"7192\":\"2S8I\",\"7193\":\"2S8N\",\"7194\":\"2S8S\",\"7195\":\"2S8U\",\"7196\":\"2S9L\",\"7197\":\"2S9Q\",\"7198\":\"2SDR\",\"7199\":\"2SI1\",\"7200\":\"2SS2\",\"7201\":\"2SW1\",\"7202\":\"2SXQ\",\"7203\":\"2T1L\",\"7204\":\"2T4P\",\"7205\":\"2T7D\",\"7206\":\"2TUT\",\"7207\":\"2TUV\",\"7208\":\"2TYI\",\"7209\":\"2U5P\",\"7210\":\"2U8Y\",\"7211\":\"2U91\",\"7212\":\"2U93\",\"7213\":\"2UP2\",\"7214\":\"2UR5\",\"7215\":\"2UX3\",\"7216\":\"2V25\",\"7217\":\"2V27\",\"7218\":\"2V5G\",\"7219\":\"2VJS\",\"7220\":\"2WC5\",\"7221\":\"2WFN\",\"7222\":\"2XXR\",\"7223\":\"2YB9\",\"7224\":\"2YIR\",\"7225\":\"2YNA\",\"7226\":\"2YWY\",\"7227\":\"2ZCF\",\"7228\":\"2ZHY\",\"7229\":\"2ZP9\",\"7230\":\"3A44\",\"7231\":\"3ACC\",\"7232\":\"3ADA\",\"7233\":\"3AFQ\",\"7234\":\"3AQP\",\"7235\":\"3AXV\",\"7236\":\"3B4L\",\"7237\":\"3BZB\",\"7238\":\"3C3X\",\"7239\":\"3C3Z\",\"7240\":\"3C4V\",\"7241\":\"3CG9\",\"7242\":\"3CSH\",\"7243\":\"3DDT\",\"7244\":\"3DSO\",\"7245\":\"3E7C\",\"7246\":\"3E9I\",\"7247\":\"3EBN\",\"7248\":\"3ED1\",\"7249\":\"3EDL\",\"7250\":\"3EE4\",\"7251\":\"3EFY\",\"7252\":\"3ENA\",\"7253\":\"3ENE\",\"7254\":\"3EP6\",\"7255\":\"3EV1\",\"7256\":\"3EV3\",\"7257\":\"3EXB\",\"7258\":\"3EXH\",\"7259\":\"3F5L\",\"7260\":\"3F5N\",\"7261\":\"3FCD\",\"7262\":\"3FCF\",\"7263\":\"3GFQ\",\"7264\":\"3GI6\",\"7265\":\"3GJQ\",\"7266\":\"3GJU\",\"7267\":\"3GPZ\",\"7268\":\"3GRD\",\"7269\":\"3GSF\",\"7270\":\"3GVI\",\"7271\":\"3GVK\",\"7272\":\"3GVM\",\"7273\":\"3HBN\",\"7274\":\"3HBP\",\"7275\":\"3HDE\",\"7276\":\"3HDG\",\"7277\":\"3HE8\",\"7278\":\"3HF5\",\"7279\":\"3HF7\",\"7280\":\"3HF9\",\"7281\":\"3HG7\",\"7282\":\"3HG9\",\"7283\":\"3HLD\",\"7284\":\"3HS9\",\"7285\":\"3HWK\",\"7286\":\"3HWM\",\"7287\":\"3HYG\",\"7288\":\"3IJF\",\"7289\":\"3INX\",\"7290\":\"3IQA\",\"7291\":\"3IRX\",\"7292\":\"3IRZ\",\"7293\":\"3IS2\",\"7294\":\"3IZ6\",\"7295\":\"3J1J\",\"7296\":\"3J2B\",\"7297\":\"3J2H\",\"7298\":\"3J4D\",\"7299\":\"3J4R\",\"7300\":\"3J4T\",\"7301\":\"3J4V\",\"7302\":\"3J83\",\"7303\":\"3J85\",\"7304\":\"3JBP\",\"7305\":\"3JNR\",\"7306\":\"3JP6\",\"7307\":\"3JP8\",\"7308\":\"3JPA\",\"7309\":\"3JPC\",\"7310\":\"3JPE\",\"7311\":\"3JPK\",\"7312\":\"3JPM\",\"7313\":\"3JQA\",\"7314\":\"3JQC\",\"7315\":\"3JQE\",\"7316\":\"3K6T\",\"7317\":\"3K6X\",\"7318\":\"3K8A\",\"7319\":\"3K8C\",\"7320\":\"3K8E\",\"7321\":\"3KJK\",\"7322\":\"3KL4\",\"7323\":\"3KLQ\",\"7324\":\"3KOL\",\"7325\":\"3KVZ\",\"7326\":\"3KXQ\",\"7327\":\"3L9B\",\"7328\":\"3LLY\",\"7329\":\"3LMH\",\"7330\":\"3LMJ\",\"7331\":\"3MHB\",\"7332\":\"3MS2\",\"7333\":\"3N5E\",\"7334\":\"3NDE\",\"7335\":\"3NGJ\",\"7336\":\"3NLE\",\"7337\":\"3NLG\",\"7338\":\"3NLZ\",\"7339\":\"3NNZ\",\"7340\":\"3NR4\",\"7341\":\"3NR8\",\"7342\":\"3NU4\",\"7343\":\"3PK3\",\"7344\":\"3PKF\",\"7345\":\"3PKH\",\"7346\":\"3PKN\",\"7347\":\"3PWF\",\"7348\":\"3PXE\",\"7349\":\"3PXF\",\"7350\":\"3PXH\",\"7351\":\"3PXJ\",\"7352\":\"3Q87\",\"7353\":\"3Q89\",\"7354\":\"3Q9K\",\"7355\":\"3QCI\",\"7356\":\"3QPE\",\"7357\":\"3QQ3\",\"7358\":\"3R9G\",\"7359\":\"3RGX\",\"7360\":\"3RGZ\",\"7361\":\"3RKN\",\"7362\":\"3RKP\",\"7363\":\"ABJ1\",\"7364\":\"AFR1\",\"7365\":\"ALBG\",\"7366\":\"ALTG\",\"7367\":\"AMA1\",\"7368\":\"AMF1\",\"7369\":\"AMR1\",\"7370\":\"ASN1\",\"7371\":\"AYR1\",\"7372\":\"BAR1\",\"7373\":\"BLL3\",\"7374\":\"BLM1\",\"7375\":\"BSQ1\",\"7376\":\"BYN1\",\"7377\":\"CAS1\",\"7378\":\"CCN1\",\"7379\":\"CGM1\",\"7380\":\"CHBG\",\"7381\":\"CHVR\",\"7382\":\"CIP1\",\"7383\":\"CIS1\",\"7384\":\"CLDR\",\"7385\":\"CLL1\",\"7386\":\"CMN1\",\"7387\":\"COE1\",\"7388\":\"CRC1\",\"7389\":\"CSC1\",\"7390\":\"CUC1\",\"7391\":\"CUR1\",\"7392\":\"DVS1\",\"7393\":\"EPFV\",\"7394\":\"ESMR\",\"7395\":\"FLRD\",\"7396\":\"GCA1\",\"7397\":\"GCC1\",\"7398\":\"GE32\",\"7399\":\"GEC3\",\"7400\":\"GQA1\",\"7401\":\"GTRG\",\"7402\":\"GYPO\",\"7403\":\"HMIN\",\"7404\":\"HMLG\",\"7405\":\"HMO1\",\"7406\":\"HRD1\",\"7407\":\"INC1\",\"7408\":\"INS1\",\"7409\":\"IRG1\",\"7410\":\"JAGS\",\"7411\":\"LBR1\",\"7412\":\"LCS1\",\"7413\":\"LPLO\",\"7414\":\"LTSJ\",\"7415\":\"MATA\",\"7416\":\"MIR1\",\"7417\":\"MNC1\",\"7418\":\"MND1\",\"7419\":\"MOY1\",\"7420\":\"MRL1\",\"7421\":\"NAV1\",\"7422\":\"NIM1\",\"7423\":\"OVJ1\",\"7424\":\"PES1\",\"7425\":\"PGUG\",\"7426\":\"PIC1\",\"7427\":\"PJR1\",\"7428\":\"PLM1\",\"7429\":\"PLU1\",\"7430\":\"PLYS\",\"7431\":\"PMR1\",\"7432\":\"PNC1\",\"7433\":\"PPA2\",\"7434\":\"PPA3\",\"7435\":\"PPA4\",\"7436\":\"PRC2\",\"7437\":\"PRC3\",\"7438\":\"PRDO\",\"7439\":\"PRG2\",\"7440\":\"PRV1\",\"7441\":\"PST1\",\"7442\":\"PTA1\",\"7443\":\"PTG1\",\"7444\":\"QUI1\",\"7445\":\"RBB1\",\"7446\":\"RCIO\",\"7447\":\"RCL1\",\"7448\":\"RFR1\",\"7449\":\"RFR2\",\"7450\":\"RGR1\",\"7451\":\"RMR1\",\"7452\":\"RMYO\",\"7453\":\"RNG1\",\"7454\":\"RPD1\",\"7455\":\"RPL1\",\"7456\":\"SFC1\",\"7457\":\"SJN1\",\"7458\":\"SJOG\",\"7459\":\"SLV1\",\"7460\":\"SLVJ\",\"7461\":\"SMI1\",\"7462\":\"SNC1\",\"7463\":\"SNCR\",\"7464\":\"SNFR\",\"7465\":\"SOG1\",\"7466\":\"SPY1\",\"7467\":\"SRA1\",\"7468\":\"STG1\",\"7469\":\"SUV1\",\"7470\":\"TBQ3\",\"7471\":\"TBST\",\"7472\":\"TCDT\",\"7473\":\"TEC1\",\"7474\":\"TFL1\",\"7475\":\"TFL4\",\"7476\":\"TGJ1\",\"7477\":\"TGJ2\",\"7478\":\"TMB1\",\"7479\":\"TMS1\",\"7480\":\"TPD1\",\"7481\":\"TPUY\",\"7482\":\"TR2G\",\"7483\":\"TR3G\",\"7484\":\"TRN1\",\"7485\":\"TSJ1\",\"7486\":\"TSJ2\",\"7487\":\"TSR1\",\"7488\":\"TUJ1\",\"7489\":\"TVL1\",\"7490\":\"TYP2\",\"7491\":\"TYP4\",\"7492\":\"TYP5\",\"7493\":\"UNN1\",\"7494\":\"URA1\",\"7495\":\"USQ1\",\"7496\":\"VLT1\",\"7497\":\"VNTA\",\"7498\":\"ZPA2\",\"7499\":\"ZPA3\",\"7500\":\"ZPA4\",\"7501\":\"ZPA5\",\"7502\":\"2QBW\",\"7503\":\"2QRL\",\"7504\":\"2QV2\",\"7505\":\"2S6Q\",\"7506\":\"2S6S\",\"7507\":\"2S6U\",\"7508\":\"2S78\",\"7509\":\"2S8G\",\"7510\":\"2S8I\",\"7511\":\"2S8N\",\"7512\":\"2S8S\",\"7513\":\"2S8U\",\"7514\":\"2S9L\",\"7515\":\"2SDR\",\"7516\":\"2SI1\",\"7517\":\"2SS2\",\"7518\":\"2SW1\",\"7519\":\"2SXQ\",\"7520\":\"2T1L\",\"7521\":\"2T4P\",\"7522\":\"2T7D\",\"7523\":\"2TUT\",\"7524\":\"2TUV\",\"7525\":\"2TYI\",\"7526\":\"2U5P\",\"7527\":\"2U8Y\",\"7528\":\"2U91\",\"7529\":\"2U93\",\"7530\":\"2UP2\",\"7531\":\"2UR5\",\"7532\":\"2UX3\",\"7533\":\"2V25\",\"7534\":\"2V27\",\"7535\":\"2V5G\",\"7536\":\"2VJS\",\"7537\":\"2WC5\",\"7538\":\"2WFN\",\"7539\":\"2XXR\",\"7540\":\"2YB9\",\"7541\":\"2YIR\",\"7542\":\"2YNA\",\"7543\":\"2YWY\",\"7544\":\"2ZCF\",\"7545\":\"2ZHY\",\"7546\":\"2ZP9\",\"7547\":\"3A44\",\"7548\":\"3ACC\",\"7549\":\"3ADA\",\"7550\":\"3AFQ\",\"7551\":\"3AQP\",\"7552\":\"3B4L\",\"7553\":\"3BZB\",\"7554\":\"3C3X\",\"7555\":\"3C3Z\",\"7556\":\"3C4V\",\"7557\":\"3CG9\",\"7558\":\"3CSH\",\"7559\":\"3DDT\",\"7560\":\"3DSO\",\"7561\":\"3E7C\",\"7562\":\"3E9I\",\"7563\":\"3EBN\",\"7564\":\"3EDL\",\"7565\":\"3EE4\",\"7566\":\"3EFY\",\"7567\":\"3ENA\",\"7568\":\"3ENE\",\"7569\":\"3EP6\",\"7570\":\"3EV1\",\"7571\":\"3EV3\",\"7572\":\"3EXB\",\"7573\":\"3EXH\",\"7574\":\"3F5L\",\"7575\":\"3F5N\",\"7576\":\"3FCD\",\"7577\":\"3FCF\",\"7578\":\"3GFQ\",\"7579\":\"3GI6\",\"7580\":\"3GJQ\",\"7581\":\"3GJU\",\"7582\":\"3GPZ\",\"7583\":\"3GRD\",\"7584\":\"3GSF\",\"7585\":\"3GVI\",\"7586\":\"3GVK\",\"7587\":\"3GVM\",\"7588\":\"3HBN\",\"7589\":\"3HBP\",\"7590\":\"3HDE\",\"7591\":\"3HDG\",\"7592\":\"3HE8\",\"7593\":\"3HF5\",\"7594\":\"3HF7\",\"7595\":\"3HF9\",\"7596\":\"3HG7\",\"7597\":\"3HG9\",\"7598\":\"3HLD\",\"7599\":\"3HS9\",\"7600\":\"3HWK\",\"7601\":\"3HWM\",\"7602\":\"3HYG\",\"7603\":\"3IJF\",\"7604\":\"3INX\",\"7605\":\"3IQA\",\"7606\":\"3IRX\",\"7607\":\"3IRZ\",\"7608\":\"3IS2\",\"7609\":\"3IZ6\",\"7610\":\"3J1J\",\"7611\":\"3J2B\",\"7612\":\"3J2H\",\"7613\":\"3J4D\",\"7614\":\"3J4R\",\"7615\":\"3J4T\",\"7616\":\"3J4V\",\"7617\":\"3J83\",\"7618\":\"3J85\",\"7619\":\"3JBP\",\"7620\":\"3JP6\",\"7621\":\"3JP8\",\"7622\":\"3JPA\",\"7623\":\"3JPC\",\"7624\":\"3JPE\",\"7625\":\"3JPK\",\"7626\":\"3JPM\",\"7627\":\"3JQA\",\"7628\":\"3JQC\",\"7629\":\"3JQE\",\"7630\":\"3K6T\",\"7631\":\"3K6X\",\"7632\":\"3K8A\",\"7633\":\"3K8C\",\"7634\":\"3K8E\",\"7635\":\"3KJK\",\"7636\":\"3KL4\",\"7637\":\"3KLQ\",\"7638\":\"3KOL\",\"7639\":\"3KVZ\",\"7640\":\"3KXQ\",\"7641\":\"3L9B\",\"7642\":\"3LLY\",\"7643\":\"3LMH\",\"7644\":\"3LMJ\",\"7645\":\"3MHB\",\"7646\":\"3MS2\",\"7647\":\"3N5E\",\"7648\":\"3NDE\",\"7649\":\"3NGJ\",\"7650\":\"3NLE\",\"7651\":\"3NLG\",\"7652\":\"3NLZ\",\"7653\":\"3NNZ\",\"7654\":\"3NR4\",\"7655\":\"3NR8\",\"7656\":\"3NU4\",\"7657\":\"3PK3\",\"7658\":\"3PKF\",\"7659\":\"3PKH\",\"7660\":\"3PKN\",\"7661\":\"3PWF\",\"7662\":\"3PXE\",\"7663\":\"3PXF\",\"7664\":\"3PXH\",\"7665\":\"3PXJ\",\"7666\":\"3Q87\",\"7667\":\"3Q89\",\"7668\":\"3Q99\",\"7669\":\"3Q9K\",\"7670\":\"3QCI\",\"7671\":\"3QK6\",\"7672\":\"3QPE\",\"7673\":\"3QQ3\",\"7674\":\"3R9G\",\"7675\":\"3RGX\",\"7676\":\"3RGZ\",\"7677\":\"3RKN\",\"7678\":\"3RKP\",\"7679\":\"ABJ1\",\"7680\":\"AFR1\",\"7681\":\"ALBG\",\"7682\":\"ALTG\",\"7683\":\"AMA1\",\"7684\":\"AMF1\",\"7685\":\"AMR1\",\"7686\":\"ARG1\",\"7687\":\"ASN1\",\"7688\":\"AYR1\",\"7689\":\"BAR1\",\"7690\":\"BLL3\",\"7691\":\"BLM1\",\"7692\":\"BSQ1\",\"7693\":\"BYN1\",\"7694\":\"CAS1\",\"7695\":\"CCN1\",\"7696\":\"CGM1\",\"7697\":\"CHBG\",\"7698\":\"CHVR\",\"7699\":\"CIP1\",\"7700\":\"CIS1\",\"7701\":\"CLDR\",\"7702\":\"CLL1\",\"7703\":\"CMN1\",\"7704\":\"COE1\",\"7705\":\"CRC1\",\"7706\":\"CSC1\",\"7707\":\"CUC1\",\"7708\":\"CUR1\",\"7709\":\"DVS1\",\"7710\":\"EPFV\",\"7711\":\"ESMR\",\"7712\":\"FLRD\",\"7713\":\"GCA1\",\"7714\":\"GCC1\",\"7715\":\"GE32\",\"7716\":\"GEC3\",\"7717\":\"GQA1\",\"7718\":\"GTRG\",\"7719\":\"GYPO\",\"7720\":\"HMIN\",\"7721\":\"HMLG\",\"7722\":\"HMO1\",\"7723\":\"HRD1\",\"7724\":\"INC1\",\"7725\":\"INS1\",\"7726\":\"IRG1\",\"7727\":\"JAGS\",\"7728\":\"LBR1\",\"7729\":\"LCS1\",\"7730\":\"LPLO\",\"7731\":\"LTSJ\",\"7732\":\"MATA\",\"7733\":\"MIR1\",\"7734\":\"MNC1\",\"7735\":\"MND1\",\"7736\":\"MOY1\",\"7737\":\"MRL1\",\"7738\":\"NAV1\",\"7739\":\"NIM1\",\"7740\":\"NQU1\",\"7741\":\"OVJ1\",\"7742\":\"PES1\",\"7743\":\"PGUG\",\"7744\":\"PIC1\",\"7745\":\"PJR1\",\"7746\":\"PLM1\",\"7747\":\"PLU1\",\"7748\":\"PLYS\",\"7749\":\"PMR1\",\"7750\":\"PNC1\",\"7751\":\"PPA2\",\"7752\":\"PPA3\",\"7753\":\"PPA4\",\"7754\":\"PPN1\",\"7755\":\"PRC2\",\"7756\":\"PRC3\",\"7757\":\"PRG2\",\"7758\":\"PRV1\",\"7759\":\"PST1\",\"7760\":\"PTA1\",\"7761\":\"PTG1\",\"7762\":\"QUI1\",\"7763\":\"RBB1\",\"7764\":\"RCIO\",\"7765\":\"RCL1\",\"7766\":\"RFR1\",\"7767\":\"RFR2\",\"7768\":\"RGR1\",\"7769\":\"RGRN\",\"7770\":\"RMR1\",\"7771\":\"RMYO\",\"7772\":\"RNG1\",\"7773\":\"RPD1\",\"7774\":\"RPL1\",\"7775\":\"SFC1\",\"7776\":\"SJN1\",\"7777\":\"SJOG\",\"7778\":\"SLV1\",\"7779\":\"SLVJ\",\"7780\":\"SMI1\",\"7781\":\"SNC1\",\"7782\":\"SNCR\",\"7783\":\"SNFR\",\"7784\":\"SOG1\",\"7785\":\"SPY1\",\"7786\":\"SRA1\",\"7787\":\"STG1\",\"7788\":\"SUV1\",\"7789\":\"TBST\",\"7790\":\"TCDT\",\"7791\":\"TEC1\",\"7792\":\"TFL1\",\"7793\":\"TGJ1\",\"7794\":\"TGJ2\",\"7795\":\"TMB1\",\"7796\":\"TMS1\",\"7797\":\"TPD1\",\"7798\":\"TPUY\",\"7799\":\"TR2G\",\"7800\":\"TR3G\",\"7801\":\"TRN1\",\"7802\":\"TSJ1\",\"7803\":\"TSJ2\",\"7804\":\"TUJ1\",\"7805\":\"TYP2\",\"7806\":\"TYP4\",\"7807\":\"TYP5\",\"7808\":\"UNN1\",\"7809\":\"URA1\",\"7810\":\"USQ1\",\"7811\":\"VLT1\",\"7812\":\"VNTA\",\"7813\":\"ZPA2\",\"7814\":\"ZPA3\",\"7815\":\"ZPA4\",\"7816\":\"ZPA5\",\"7817\":\"2QBW\",\"7818\":\"2QRL\",\"7819\":\"2QV2\",\"7820\":\"2S6Q\",\"7821\":\"2S6S\",\"7822\":\"2S6U\",\"7823\":\"2S78\",\"7824\":\"2S8G\",\"7825\":\"2S8I\",\"7826\":\"2S8N\",\"7827\":\"2S8S\",\"7828\":\"2S8U\",\"7829\":\"2S9L\",\"7830\":\"2SDR\",\"7831\":\"2SI1\",\"7832\":\"2SS2\",\"7833\":\"2SW1\",\"7834\":\"2SXQ\",\"7835\":\"2T1L\",\"7836\":\"2T4P\",\"7837\":\"2T7D\",\"7838\":\"2TUT\",\"7839\":\"2TUV\",\"7840\":\"2TYI\",\"7841\":\"2U5P\",\"7842\":\"2U8Y\",\"7843\":\"2U91\",\"7844\":\"2U93\",\"7845\":\"2UP2\",\"7846\":\"2UR5\",\"7847\":\"2UX3\",\"7848\":\"2V25\",\"7849\":\"2V27\",\"7850\":\"2V5G\",\"7851\":\"2VJS\",\"7852\":\"2WC5\",\"7853\":\"2WFN\",\"7854\":\"2XXR\",\"7855\":\"2YB9\",\"7856\":\"2YIR\",\"7857\":\"2YNA\",\"7858\":\"2YWY\",\"7859\":\"2ZCF\",\"7860\":\"2ZHY\",\"7861\":\"2ZP9\",\"7862\":\"3A44\",\"7863\":\"3ACC\",\"7864\":\"3ADA\",\"7865\":\"3AFQ\",\"7866\":\"3AQP\",\"7867\":\"3AXV\",\"7868\":\"3B4L\",\"7869\":\"3BZB\",\"7870\":\"3C3X\",\"7871\":\"3C3Z\",\"7872\":\"3C4V\",\"7873\":\"3CG9\",\"7874\":\"3CSH\",\"7875\":\"3DDT\",\"7876\":\"3DSO\",\"7877\":\"3E7C\",\"7878\":\"3E9I\",\"7879\":\"3EBN\",\"7880\":\"3EDL\",\"7881\":\"3EE4\",\"7882\":\"3EFY\",\"7883\":\"3ENA\",\"7884\":\"3ENE\",\"7885\":\"3EP6\",\"7886\":\"3EV1\",\"7887\":\"3EV3\",\"7888\":\"3EXB\",\"7889\":\"3EXH\",\"7890\":\"3F5L\",\"7891\":\"3F5N\",\"7892\":\"3FCD\",\"7893\":\"3FCF\",\"7894\":\"3GFQ\",\"7895\":\"3GI6\",\"7896\":\"3GJQ\",\"7897\":\"3GJU\",\"7898\":\"3GPZ\",\"7899\":\"3GRD\",\"7900\":\"3GSF\",\"7901\":\"3GVM\",\"7902\":\"3HBN\",\"7903\":\"3HBP\",\"7904\":\"3HDE\",\"7905\":\"3HDG\",\"7906\":\"3HE8\",\"7907\":\"3HF5\",\"7908\":\"3HF7\",\"7909\":\"3HF9\",\"7910\":\"3HG7\",\"7911\":\"3HG9\",\"7912\":\"3HLD\",\"7913\":\"3HS9\",\"7914\":\"3HWK\",\"7915\":\"3HWM\",\"7916\":\"3HYG\",\"7917\":\"3IJF\",\"7918\":\"3INX\",\"7919\":\"3IQA\",\"7920\":\"3IRX\",\"7921\":\"3IRZ\",\"7922\":\"3IS2\",\"7923\":\"3IZ6\",\"7924\":\"3J1J\",\"7925\":\"3J2B\",\"7926\":\"3J2H\",\"7927\":\"3J4D\",\"7928\":\"3J4R\",\"7929\":\"3J4T\",\"7930\":\"3J4V\",\"7931\":\"3J83\",\"7932\":\"3J85\",\"7933\":\"3JBP\",\"7934\":\"3JP6\",\"7935\":\"3JP8\",\"7936\":\"3JPA\",\"7937\":\"3JPC\",\"7938\":\"3JPE\",\"7939\":\"3JPK\",\"7940\":\"3JPM\",\"7941\":\"3JQA\",\"7942\":\"3JQC\",\"7943\":\"3JQE\",\"7944\":\"3K6T\",\"7945\":\"3K6X\",\"7946\":\"3K8A\",\"7947\":\"3K8C\",\"7948\":\"3K8E\",\"7949\":\"3KJK\",\"7950\":\"3KL4\",\"7951\":\"3KLQ\",\"7952\":\"3KOL\",\"7953\":\"3KVZ\",\"7954\":\"3KXQ\",\"7955\":\"3L9B\",\"7956\":\"3LLY\",\"7957\":\"3LMH\",\"7958\":\"3LMJ\",\"7959\":\"3MHB\",\"7960\":\"3MS2\",\"7961\":\"3N5E\",\"7962\":\"3NDE\",\"7963\":\"3NGJ\",\"7964\":\"3NLE\",\"7965\":\"3NLG\",\"7966\":\"3NLZ\",\"7967\":\"3NNZ\",\"7968\":\"3NR4\",\"7969\":\"3NR8\",\"7970\":\"3NU4\",\"7971\":\"3PK3\",\"7972\":\"3PKF\",\"7973\":\"3PKH\",\"7974\":\"3PKN\",\"7975\":\"3PWF\",\"7976\":\"3PXE\",\"7977\":\"3PXF\",\"7978\":\"3PXH\",\"7979\":\"3PXJ\",\"7980\":\"3Q87\",\"7981\":\"3Q89\",\"7982\":\"3Q99\",\"7983\":\"3Q9K\",\"7984\":\"3QCI\",\"7985\":\"3QK6\",\"7986\":\"3QPE\",\"7987\":\"3QQ3\",\"7988\":\"3R9G\",\"7989\":\"3RGX\",\"7990\":\"3RGZ\",\"7991\":\"3RKN\",\"7992\":\"3RKP\",\"7993\":\"ABJ1\",\"7994\":\"AFR1\",\"7995\":\"ALBG\",\"7996\":\"ALTG\",\"7997\":\"AMA1\",\"7998\":\"AMF1\",\"7999\":\"AMR1\",\"8000\":\"ARG1\",\"8001\":\"ASN1\",\"8002\":\"AYR1\",\"8003\":\"BAR1\",\"8004\":\"BLL3\",\"8005\":\"BLM1\",\"8006\":\"BSQ1\",\"8007\":\"BYN1\",\"8008\":\"CAS1\",\"8009\":\"CCN1\",\"8010\":\"CGM1\",\"8011\":\"CHBG\",\"8012\":\"CHVR\",\"8013\":\"CIP1\",\"8014\":\"CIS1\",\"8015\":\"CLDR\",\"8016\":\"CLL1\",\"8017\":\"CMN1\",\"8018\":\"COE1\",\"8019\":\"CRC1\",\"8020\":\"CSC1\",\"8021\":\"CUC1\",\"8022\":\"CUR1\",\"8023\":\"DVS1\",\"8024\":\"EPFV\",\"8025\":\"ESMR\",\"8026\":\"FLRD\",\"8027\":\"GCA1\",\"8028\":\"GCC1\",\"8029\":\"GE32\",\"8030\":\"GEC3\",\"8031\":\"GQA1\",\"8032\":\"GTRG\",\"8033\":\"GVIO\",\"8034\":\"GYPO\",\"8035\":\"HMIN\",\"8036\":\"HMLG\",\"8037\":\"HMO1\",\"8038\":\"HRD1\",\"8039\":\"INC1\",\"8040\":\"INS1\",\"8041\":\"IRG1\",\"8042\":\"JAGS\",\"8043\":\"LBR1\",\"8044\":\"LCS1\",\"8045\":\"LPLO\",\"8046\":\"MATA\",\"8047\":\"MIR1\",\"8048\":\"MNC1\",\"8049\":\"MND1\",\"8050\":\"MOY1\",\"8051\":\"MRL1\",\"8052\":\"NAV1\",\"8053\":\"NIM1\",\"8054\":\"NQU1\",\"8055\":\"OVJ1\",\"8056\":\"PES1\",\"8057\":\"PGUG\",\"8058\":\"PIC1\",\"8059\":\"PJR1\",\"8060\":\"PLM1\",\"8061\":\"PLU1\",\"8062\":\"PLYS\",\"8063\":\"PMR1\",\"8064\":\"PNC1\",\"8065\":\"PPA2\",\"8066\":\"PPA3\",\"8067\":\"PPA4\",\"8068\":\"PPN1\",\"8069\":\"PRC2\",\"8070\":\"PRC3\",\"8071\":\"PRG2\",\"8072\":\"PRV1\",\"8073\":\"PST1\",\"8074\":\"PTA1\",\"8075\":\"PTG1\",\"8076\":\"QUI1\",\"8077\":\"RBB1\",\"8078\":\"RCIO\",\"8079\":\"RCL1\",\"8080\":\"RFR1\",\"8081\":\"RFR2\",\"8082\":\"RGR1\",\"8083\":\"RMR1\",\"8084\":\"RMYO\",\"8085\":\"RNG1\",\"8086\":\"RPD1\",\"8087\":\"RPL1\",\"8088\":\"SFC1\",\"8089\":\"SJN1\",\"8090\":\"SJOG\",\"8091\":\"SLV1\",\"8092\":\"SLVJ\",\"8093\":\"SMI1\",\"8094\":\"SNC1\",\"8095\":\"SNCR\",\"8096\":\"SNFR\",\"8097\":\"SOG1\",\"8098\":\"SPY1\",\"8099\":\"SRA1\",\"8100\":\"STG1\",\"8101\":\"SUV1\",\"8102\":\"TBST\",\"8103\":\"TCDT\",\"8104\":\"TGJ1\",\"8105\":\"TGJ2\",\"8106\":\"TMB1\",\"8107\":\"TMS1\",\"8108\":\"TPD1\",\"8109\":\"TPUY\",\"8110\":\"TR2G\",\"8111\":\"TR3G\",\"8112\":\"TRN1\",\"8113\":\"TSJ1\",\"8114\":\"TSJ2\",\"8115\":\"TUJ1\",\"8116\":\"TVL1\",\"8117\":\"TYP2\",\"8118\":\"TYP4\",\"8119\":\"TYP5\",\"8120\":\"UNN1\",\"8121\":\"URA1\",\"8122\":\"USQ1\",\"8123\":\"VLT1\",\"8124\":\"VNTA\",\"8125\":\"ZPA2\",\"8126\":\"ZPA4\",\"8127\":\"ZPA5\",\"8128\":\"2QBW\",\"8129\":\"2QRL\",\"8130\":\"2QV2\",\"8131\":\"2S6Q\",\"8132\":\"2S6S\",\"8133\":\"2S6U\",\"8134\":\"2S78\",\"8135\":\"2S8G\",\"8136\":\"2S8I\",\"8137\":\"2S8N\",\"8138\":\"2S8S\",\"8139\":\"2S8U\",\"8140\":\"2S9L\",\"8141\":\"2SDR\",\"8142\":\"2SI1\",\"8143\":\"2SS2\",\"8144\":\"2SW1\",\"8145\":\"2SXQ\",\"8146\":\"2T1L\",\"8147\":\"2T4P\",\"8148\":\"2T7D\",\"8149\":\"2TUT\",\"8150\":\"2TUV\",\"8151\":\"2TYI\",\"8152\":\"2U5P\",\"8153\":\"2U8Y\",\"8154\":\"2U91\",\"8155\":\"2U93\",\"8156\":\"2UP2\",\"8157\":\"2UR5\",\"8158\":\"2UX3\",\"8159\":\"2V25\",\"8160\":\"2V5G\",\"8161\":\"2VJS\",\"8162\":\"2WC5\",\"8163\":\"2WFN\",\"8164\":\"2XXR\",\"8165\":\"2YB9\",\"8166\":\"2YIR\",\"8167\":\"2YNA\",\"8168\":\"2YWY\",\"8169\":\"2ZCF\",\"8170\":\"2ZHY\",\"8171\":\"2ZP9\",\"8172\":\"3A44\",\"8173\":\"3ACC\",\"8174\":\"3ADA\",\"8175\":\"3AFQ\",\"8176\":\"3AL6\",\"8177\":\"3AQP\",\"8178\":\"3AXV\",\"8179\":\"3B4L\",\"8180\":\"3BZB\",\"8181\":\"3C3X\",\"8182\":\"3C3Z\",\"8183\":\"3C4V\",\"8184\":\"3CG9\",\"8185\":\"3CSH\",\"8186\":\"3DDT\",\"8187\":\"3DSO\",\"8188\":\"3E7C\",\"8189\":\"3E9I\",\"8190\":\"3EBN\",\"8191\":\"3EDL\",\"8192\":\"3EE4\",\"8193\":\"3EFY\",\"8194\":\"3ENA\",\"8195\":\"3ENE\",\"8196\":\"3EP6\",\"8197\":\"3EV1\",\"8198\":\"3EV3\",\"8199\":\"3EXB\",\"8200\":\"3EXH\",\"8201\":\"3F5L\",\"8202\":\"3F5N\",\"8203\":\"3FCD\",\"8204\":\"3FCF\",\"8205\":\"3GFQ\",\"8206\":\"3GI6\",\"8207\":\"3GJQ\",\"8208\":\"3GJU\",\"8209\":\"3GPZ\",\"8210\":\"3GRD\",\"8211\":\"3GSF\",\"8212\":\"3GVI\",\"8213\":\"3GVK\",\"8214\":\"3GVM\",\"8215\":\"3HBN\",\"8216\":\"3HBP\",\"8217\":\"3HDE\",\"8218\":\"3HDG\",\"8219\":\"3HE8\",\"8220\":\"3HF5\",\"8221\":\"3HF7\",\"8222\":\"3HF9\",\"8223\":\"3HG7\",\"8224\":\"3HG9\",\"8225\":\"3HLD\",\"8226\":\"3HS9\",\"8227\":\"3HWK\",\"8228\":\"3HWM\",\"8229\":\"3HYG\",\"8230\":\"3IJF\",\"8231\":\"3INX\",\"8232\":\"3IQA\",\"8233\":\"3IRX\",\"8234\":\"3IRZ\",\"8235\":\"3IS2\",\"8236\":\"3IZ6\",\"8237\":\"3J1J\",\"8238\":\"3J2B\",\"8239\":\"3J2H\",\"8240\":\"3J4D\",\"8241\":\"3J4R\",\"8242\":\"3J4T\",\"8243\":\"3J4V\",\"8244\":\"3J83\",\"8245\":\"3J85\",\"8246\":\"3JBP\",\"8247\":\"3JP6\",\"8248\":\"3JP8\",\"8249\":\"3JPA\",\"8250\":\"3JPC\",\"8251\":\"3JPE\",\"8252\":\"3JPK\",\"8253\":\"3JPM\",\"8254\":\"3JQA\",\"8255\":\"3JQC\",\"8256\":\"3JQE\",\"8257\":\"3K6T\",\"8258\":\"3K6X\",\"8259\":\"3K8A\",\"8260\":\"3K8C\",\"8261\":\"3K8E\",\"8262\":\"3KJK\",\"8263\":\"3KL4\",\"8264\":\"3KLQ\",\"8265\":\"3KOL\",\"8266\":\"3KVZ\",\"8267\":\"3KXQ\",\"8268\":\"3L9B\",\"8269\":\"3LLY\",\"8270\":\"3LMH\",\"8271\":\"3LMJ\",\"8272\":\"3MHB\",\"8273\":\"3MS2\",\"8274\":\"3N5E\",\"8275\":\"3NDE\",\"8276\":\"3NGJ\",\"8277\":\"3NLE\",\"8278\":\"3NLG\",\"8279\":\"3NLZ\",\"8280\":\"3NNZ\",\"8281\":\"3NR4\",\"8282\":\"3NR8\",\"8283\":\"3NU4\",\"8284\":\"3PK3\",\"8285\":\"3PKF\",\"8286\":\"3PKH\",\"8287\":\"3PKN\",\"8288\":\"3PWF\",\"8289\":\"3PXE\",\"8290\":\"3PXF\",\"8291\":\"3PXH\",\"8292\":\"3PXJ\",\"8293\":\"3Q87\",\"8294\":\"3Q89\",\"8295\":\"3Q99\",\"8296\":\"3Q9K\",\"8297\":\"3QCI\",\"8298\":\"3QPE\",\"8299\":\"3QQ3\",\"8300\":\"3R9G\",\"8301\":\"3RGX\",\"8302\":\"3RGZ\",\"8303\":\"3RKN\",\"8304\":\"3RKP\",\"8305\":\"ABJ1\",\"8306\":\"AFR1\",\"8307\":\"ALBG\",\"8308\":\"ALTG\",\"8309\":\"AMA1\",\"8310\":\"AMF1\",\"8311\":\"AMR1\",\"8312\":\"ARG1\",\"8313\":\"ASN1\",\"8314\":\"AYR1\",\"8315\":\"BAR1\",\"8316\":\"BLL3\",\"8317\":\"BLM1\",\"8318\":\"BSQ1\",\"8319\":\"BYN1\",\"8320\":\"CAS1\",\"8321\":\"CCN1\",\"8322\":\"CGM1\",\"8323\":\"CHBG\",\"8324\":\"CHVR\",\"8325\":\"CIP1\",\"8326\":\"CIS1\",\"8327\":\"CLDR\",\"8328\":\"CLL1\",\"8329\":\"CMN1\",\"8330\":\"COE1\",\"8331\":\"CRC1\",\"8332\":\"CSC1\",\"8333\":\"CUC1\",\"8334\":\"CUR1\",\"8335\":\"DVS1\",\"8336\":\"EPFV\",\"8337\":\"ESMR\",\"8338\":\"FLRD\",\"8339\":\"GCA1\",\"8340\":\"GCC1\",\"8341\":\"GE32\",\"8342\":\"GEC3\",\"8343\":\"GQA1\",\"8344\":\"GTRG\",\"8345\":\"GVIO\",\"8346\":\"GYPO\",\"8347\":\"HMIN\",\"8348\":\"HMLG\",\"8349\":\"HMO1\",\"8350\":\"HRD1\",\"8351\":\"INC1\",\"8352\":\"INS1\",\"8353\":\"IRG1\",\"8354\":\"JAGS\",\"8355\":\"LBR1\",\"8356\":\"LCS1\",\"8357\":\"LPLO\",\"8358\":\"MATA\",\"8359\":\"MIR1\",\"8360\":\"MNC1\",\"8361\":\"MND1\",\"8362\":\"MOY1\",\"8363\":\"MRL1\",\"8364\":\"NAV1\",\"8365\":\"NIM1\",\"8366\":\"NQU1\",\"8367\":\"OVJ1\",\"8368\":\"PES1\",\"8369\":\"PGUG\",\"8370\":\"PIC1\",\"8371\":\"PJR1\",\"8372\":\"PLM1\",\"8373\":\"PLU1\",\"8374\":\"PLYS\",\"8375\":\"PMR1\",\"8376\":\"PNC1\",\"8377\":\"PPA2\",\"8378\":\"PPA3\",\"8379\":\"PPA4\",\"8380\":\"PRC2\",\"8381\":\"PRC3\",\"8382\":\"PRG2\",\"8383\":\"PRV1\",\"8384\":\"PST1\",\"8385\":\"PTA1\",\"8386\":\"PTG1\",\"8387\":\"QUI1\",\"8388\":\"RBB1\",\"8389\":\"RCIO\",\"8390\":\"RCL1\",\"8391\":\"RFR1\",\"8392\":\"RFR2\",\"8393\":\"RGR1\",\"8394\":\"RMR1\",\"8395\":\"RMYO\",\"8396\":\"RNG1\",\"8397\":\"RPD1\",\"8398\":\"RPL1\",\"8399\":\"SFC1\",\"8400\":\"SJN1\",\"8401\":\"SJOG\",\"8402\":\"SLV1\",\"8403\":\"SLVJ\",\"8404\":\"SMI1\",\"8405\":\"SNC1\",\"8406\":\"SNCR\",\"8407\":\"SNFR\",\"8408\":\"SOG1\",\"8409\":\"SPY1\",\"8410\":\"SRA1\",\"8411\":\"STG1\",\"8412\":\"SUV1\",\"8413\":\"TBST\",\"8414\":\"TCDT\",\"8415\":\"TFL1\",\"8416\":\"TFL4\",\"8417\":\"TGJ1\",\"8418\":\"TGJ2\",\"8419\":\"TMB1\",\"8420\":\"TMS1\",\"8421\":\"TPD1\",\"8422\":\"TPUY\",\"8423\":\"TR2G\",\"8424\":\"TR3G\",\"8425\":\"TSJ1\",\"8426\":\"TSJ2\",\"8427\":\"TUJ1\",\"8428\":\"TYP2\",\"8429\":\"TYP4\",\"8430\":\"TYP5\",\"8431\":\"UNN1\",\"8432\":\"URA1\",\"8433\":\"USQ1\",\"8434\":\"VLT1\",\"8435\":\"VNTA\",\"8436\":\"ZPA2\",\"8437\":\"ZPA4\",\"8438\":\"ZPA5\",\"8439\":\"2QBW\",\"8440\":\"2QRL\",\"8441\":\"2QV2\",\"8442\":\"2S6Q\",\"8443\":\"2S6S\",\"8444\":\"2S6U\",\"8445\":\"2S78\",\"8446\":\"2S8G\",\"8447\":\"2S8I\",\"8448\":\"2S8N\",\"8449\":\"2S8S\",\"8450\":\"2S8U\",\"8451\":\"2S9L\",\"8452\":\"2S9Q\",\"8453\":\"2SDR\",\"8454\":\"2SI1\",\"8455\":\"2SS2\",\"8456\":\"2SW1\",\"8457\":\"2SXQ\",\"8458\":\"2T1L\",\"8459\":\"2T4P\",\"8460\":\"2T7D\",\"8461\":\"2TUT\",\"8462\":\"2TUV\",\"8463\":\"2TYI\",\"8464\":\"2U5P\",\"8465\":\"2U8Y\",\"8466\":\"2U91\",\"8467\":\"2U93\",\"8468\":\"2UP2\",\"8469\":\"2UR5\",\"8470\":\"2UX3\",\"8471\":\"2V25\",\"8472\":\"2V5G\",\"8473\":\"2VJS\",\"8474\":\"2WC5\",\"8475\":\"2WFN\",\"8476\":\"2XXR\",\"8477\":\"2YB9\",\"8478\":\"2YIR\",\"8479\":\"2YNA\",\"8480\":\"2YWY\",\"8481\":\"2ZCF\",\"8482\":\"2ZHY\",\"8483\":\"2ZP9\",\"8484\":\"3A44\",\"8485\":\"3ACC\",\"8486\":\"3ADA\",\"8487\":\"3AFQ\",\"8488\":\"3AL6\",\"8489\":\"3AQP\",\"8490\":\"3AXV\",\"8491\":\"3B4L\",\"8492\":\"3BZB\",\"8493\":\"3C3Z\",\"8494\":\"3C4V\",\"8495\":\"3CG9\",\"8496\":\"3CSH\",\"8497\":\"3DDT\",\"8498\":\"3DSO\",\"8499\":\"3E7C\",\"8500\":\"3E9I\",\"8501\":\"3EBN\",\"8502\":\"3EDL\",\"8503\":\"3EE4\",\"8504\":\"3EFY\",\"8505\":\"3ENA\",\"8506\":\"3ENE\",\"8507\":\"3EP6\",\"8508\":\"3EV1\",\"8509\":\"3EV3\",\"8510\":\"3EXB\",\"8511\":\"3EXH\",\"8512\":\"3F5L\",\"8513\":\"3F5N\",\"8514\":\"3FCD\",\"8515\":\"3FCF\",\"8516\":\"3GFQ\",\"8517\":\"3GI6\",\"8518\":\"3GJQ\",\"8519\":\"3GJU\",\"8520\":\"3GPZ\",\"8521\":\"3GRD\",\"8522\":\"3GSF\",\"8523\":\"3GVI\",\"8524\":\"3GVK\",\"8525\":\"3GVM\",\"8526\":\"3HBN\",\"8527\":\"3HBP\",\"8528\":\"3HDE\",\"8529\":\"3HDG\",\"8530\":\"3HE8\",\"8531\":\"3HF5\",\"8532\":\"3HF7\",\"8533\":\"3HF9\",\"8534\":\"3HG7\",\"8535\":\"3HG9\",\"8536\":\"3HLD\",\"8537\":\"3HS9\",\"8538\":\"3HWK\",\"8539\":\"3HWM\",\"8540\":\"3HYG\",\"8541\":\"3IJF\",\"8542\":\"3INX\",\"8543\":\"3IQA\",\"8544\":\"3IRX\",\"8545\":\"3IRZ\",\"8546\":\"3IS2\",\"8547\":\"3IZ6\",\"8548\":\"3J1J\",\"8549\":\"3J2B\",\"8550\":\"3J2H\",\"8551\":\"3J4D\",\"8552\":\"3J4R\",\"8553\":\"3J4T\",\"8554\":\"3J4V\",\"8555\":\"3J83\",\"8556\":\"3J85\",\"8557\":\"3JBP\",\"8558\":\"3JNR\",\"8559\":\"3JP6\",\"8560\":\"3JP8\",\"8561\":\"3JPA\",\"8562\":\"3JPC\",\"8563\":\"3JPE\",\"8564\":\"3JPK\",\"8565\":\"3JPM\",\"8566\":\"3JQA\",\"8567\":\"3JQC\",\"8568\":\"3JQE\",\"8569\":\"3K6T\",\"8570\":\"3K6X\",\"8571\":\"3K8A\",\"8572\":\"3K8C\",\"8573\":\"3K8E\",\"8574\":\"3KJK\",\"8575\":\"3KL4\",\"8576\":\"3KLQ\",\"8577\":\"3KOL\",\"8578\":\"3KVZ\",\"8579\":\"3L9B\",\"8580\":\"3LLY\",\"8581\":\"3LMH\",\"8582\":\"3LMJ\",\"8583\":\"3MHB\",\"8584\":\"3MS2\",\"8585\":\"3N5E\",\"8586\":\"3NDE\",\"8587\":\"3NGJ\",\"8588\":\"3NLE\",\"8589\":\"3NLG\",\"8590\":\"3NLZ\",\"8591\":\"3NNZ\",\"8592\":\"3NR4\",\"8593\":\"3NR8\",\"8594\":\"3NU4\",\"8595\":\"3PK3\",\"8596\":\"3PKF\",\"8597\":\"3PKH\",\"8598\":\"3PKN\",\"8599\":\"3PWF\",\"8600\":\"3PXE\",\"8601\":\"3PXF\",\"8602\":\"3PXH\",\"8603\":\"3PXJ\",\"8604\":\"3Q87\",\"8605\":\"3Q89\",\"8606\":\"3Q99\",\"8607\":\"3Q9K\",\"8608\":\"3QCI\",\"8609\":\"3QK6\",\"8610\":\"3QPE\",\"8611\":\"3QQ3\",\"8612\":\"3R9G\",\"8613\":\"3RGX\",\"8614\":\"3RGZ\",\"8615\":\"3RKN\",\"8616\":\"3RKP\",\"8617\":\"ABJ1\",\"8618\":\"AFR1\",\"8619\":\"ALBG\",\"8620\":\"ALTG\",\"8621\":\"AMA1\",\"8622\":\"AMF1\",\"8623\":\"AMR1\",\"8624\":\"ARG1\",\"8625\":\"ASN1\",\"8626\":\"AYR1\",\"8627\":\"BAR1\",\"8628\":\"BLL3\",\"8629\":\"BLM1\",\"8630\":\"BSQ1\",\"8631\":\"BYN1\",\"8632\":\"CAS1\",\"8633\":\"CCN1\",\"8634\":\"CGM1\",\"8635\":\"CHBG\",\"8636\":\"CHVR\",\"8637\":\"CIP1\",\"8638\":\"CIS1\",\"8639\":\"CLDR\",\"8640\":\"CLL1\",\"8641\":\"CMN1\",\"8642\":\"COE1\",\"8643\":\"CRC1\",\"8644\":\"CSC1\",\"8645\":\"CUC1\",\"8646\":\"CUR1\",\"8647\":\"DVS1\",\"8648\":\"EPFV\",\"8649\":\"ESMR\",\"8650\":\"FLRD\",\"8651\":\"GCA1\",\"8652\":\"GCC1\",\"8653\":\"GE32\",\"8654\":\"GEC3\",\"8655\":\"GQA1\",\"8656\":\"GTRG\",\"8657\":\"GVIO\",\"8658\":\"GYPO\",\"8659\":\"HMIN\",\"8660\":\"HMLG\",\"8661\":\"HMO1\",\"8662\":\"HRD1\",\"8663\":\"INC1\",\"8664\":\"INS1\",\"8665\":\"IRG1\",\"8666\":\"JAGS\",\"8667\":\"LBR1\",\"8668\":\"LCS1\",\"8669\":\"LPLO\",\"8670\":\"MATA\",\"8671\":\"MIR1\",\"8672\":\"MNC1\",\"8673\":\"MND1\",\"8674\":\"MOY1\",\"8675\":\"MRL1\",\"8676\":\"NAV1\",\"8677\":\"NIM1\",\"8678\":\"NQU1\",\"8679\":\"OVJ1\",\"8680\":\"PES1\",\"8681\":\"PGUG\",\"8682\":\"PIC1\",\"8683\":\"PJR1\",\"8684\":\"PLM1\",\"8685\":\"PLU1\",\"8686\":\"PLYS\",\"8687\":\"PMR1\",\"8688\":\"PNC1\",\"8689\":\"PPA2\",\"8690\":\"PPA3\",\"8691\":\"PPA4\",\"8692\":\"PRC2\",\"8693\":\"PRC3\",\"8694\":\"PRDO\",\"8695\":\"PRG2\",\"8696\":\"PRV1\",\"8697\":\"PST1\",\"8698\":\"PTA1\",\"8699\":\"PTG1\",\"8700\":\"QUI1\",\"8701\":\"RBB1\",\"8702\":\"RCIO\",\"8703\":\"RCL1\",\"8704\":\"RFR1\",\"8705\":\"RFR2\",\"8706\":\"RGR1\",\"8707\":\"RMR1\",\"8708\":\"RMYO\",\"8709\":\"RNG1\",\"8710\":\"RPD1\",\"8711\":\"RPL1\",\"8712\":\"SFC1\",\"8713\":\"SJN1\",\"8714\":\"SJOG\",\"8715\":\"SLV1\",\"8716\":\"SLVJ\",\"8717\":\"SMI1\",\"8718\":\"SNC1\",\"8719\":\"SNCR\",\"8720\":\"SNFR\",\"8721\":\"SOG1\",\"8722\":\"SPY1\",\"8723\":\"SRA1\",\"8724\":\"STG1\",\"8725\":\"SUV1\",\"8726\":\"TCDT\",\"8727\":\"TFL1\",\"8728\":\"TFL4\",\"8729\":\"TGJ1\",\"8730\":\"TGJ2\",\"8731\":\"TMB1\",\"8732\":\"TMS1\",\"8733\":\"TPD1\",\"8734\":\"TPUY\",\"8735\":\"TR2G\",\"8736\":\"TR3G\",\"8737\":\"TSJ1\",\"8738\":\"TSJ2\",\"8739\":\"TUJ1\",\"8740\":\"TYP1\",\"8741\":\"TYP2\",\"8742\":\"TYP4\",\"8743\":\"TYP5\",\"8744\":\"UNN1\",\"8745\":\"URA1\",\"8746\":\"USQ1\",\"8747\":\"VLT1\",\"8748\":\"VNTA\",\"8749\":\"ZPA2\",\"8750\":\"ZPA4\",\"8751\":\"ZPA5\",\"8752\":\"2QBW\",\"8753\":\"2QRL\",\"8754\":\"2QV2\",\"8755\":\"2S6Q\",\"8756\":\"2S6S\",\"8757\":\"2S6U\",\"8758\":\"2S78\",\"8759\":\"2S8G\",\"8760\":\"2S8I\",\"8761\":\"2S8N\",\"8762\":\"2S8S\",\"8763\":\"2S8U\",\"8764\":\"2S9L\",\"8765\":\"2S9Q\",\"8766\":\"2SDR\",\"8767\":\"2SI1\",\"8768\":\"2SS2\",\"8769\":\"2SW1\",\"8770\":\"2SXQ\",\"8771\":\"2T1L\",\"8772\":\"2T4P\",\"8773\":\"2T7D\",\"8774\":\"2TUT\",\"8775\":\"2TUV\",\"8776\":\"2TYI\",\"8777\":\"2U8Y\",\"8778\":\"2U91\",\"8779\":\"2U93\",\"8780\":\"2UP2\",\"8781\":\"2UR5\",\"8782\":\"2UX3\",\"8783\":\"2V25\",\"8784\":\"2V5G\",\"8785\":\"2VJS\",\"8786\":\"2WC5\",\"8787\":\"2WFN\",\"8788\":\"2XXR\",\"8789\":\"2YB9\",\"8790\":\"2YIR\",\"8791\":\"2YNA\",\"8792\":\"2YWY\",\"8793\":\"2ZCF\",\"8794\":\"2ZHY\",\"8795\":\"2ZP9\",\"8796\":\"3A44\",\"8797\":\"3ACC\",\"8798\":\"3ADA\",\"8799\":\"3AFQ\",\"8800\":\"3AL6\",\"8801\":\"3AQP\",\"8802\":\"3AXV\",\"8803\":\"3B4L\",\"8804\":\"3BZB\",\"8805\":\"3C3Z\",\"8806\":\"3C4V\",\"8807\":\"3CG9\",\"8808\":\"3CSH\",\"8809\":\"3DDT\",\"8810\":\"3DSO\",\"8811\":\"3E7C\",\"8812\":\"3E9I\",\"8813\":\"3EBN\",\"8814\":\"3EDL\",\"8815\":\"3EE4\",\"8816\":\"3EFY\",\"8817\":\"3ENA\",\"8818\":\"3ENE\",\"8819\":\"3EP6\",\"8820\":\"3EV1\",\"8821\":\"3EV3\",\"8822\":\"3EXB\",\"8823\":\"3EXH\",\"8824\":\"3F5L\",\"8825\":\"3F5N\",\"8826\":\"3FCD\",\"8827\":\"3FCF\",\"8828\":\"3GFQ\",\"8829\":\"3GI6\",\"8830\":\"3GJQ\",\"8831\":\"3GJU\",\"8832\":\"3GPZ\",\"8833\":\"3GRD\",\"8834\":\"3GSF\",\"8835\":\"3GVI\",\"8836\":\"3GVK\",\"8837\":\"3GVM\",\"8838\":\"3HBN\",\"8839\":\"3HBP\",\"8840\":\"3HDE\",\"8841\":\"3HDG\",\"8842\":\"3HE8\",\"8843\":\"3HF5\",\"8844\":\"3HF7\",\"8845\":\"3HF9\",\"8846\":\"3HG7\",\"8847\":\"3HG9\",\"8848\":\"3HLD\",\"8849\":\"3HS9\",\"8850\":\"3HWK\",\"8851\":\"3HWM\",\"8852\":\"3HYG\",\"8853\":\"3IJF\",\"8854\":\"3INX\",\"8855\":\"3IQA\",\"8856\":\"3IRX\",\"8857\":\"3IRZ\",\"8858\":\"3IS2\",\"8859\":\"3IZ6\",\"8860\":\"3J1J\",\"8861\":\"3J2B\",\"8862\":\"3J2H\",\"8863\":\"3J4D\",\"8864\":\"3J4R\",\"8865\":\"3J4T\",\"8866\":\"3J4V\",\"8867\":\"3J83\",\"8868\":\"3J85\",\"8869\":\"3JBP\",\"8870\":\"3JNR\",\"8871\":\"3JP6\",\"8872\":\"3JP8\",\"8873\":\"3JPA\",\"8874\":\"3JPE\",\"8875\":\"3JPK\",\"8876\":\"3JPM\",\"8877\":\"3JQA\",\"8878\":\"3JQC\",\"8879\":\"3JQE\",\"8880\":\"3K6T\",\"8881\":\"3K6X\",\"8882\":\"3K8A\",\"8883\":\"3K8C\",\"8884\":\"3K8E\",\"8885\":\"3KJK\",\"8886\":\"3KL4\",\"8887\":\"3KLQ\",\"8888\":\"3KOL\",\"8889\":\"3KVZ\",\"8890\":\"3KXQ\",\"8891\":\"3L9B\",\"8892\":\"3LLY\",\"8893\":\"3LMH\",\"8894\":\"3LMJ\",\"8895\":\"3MHB\",\"8896\":\"3MS2\",\"8897\":\"3N5E\",\"8898\":\"3NDE\",\"8899\":\"3NGJ\",\"8900\":\"3NLE\",\"8901\":\"3NLG\",\"8902\":\"3NLZ\",\"8903\":\"3NNZ\",\"8904\":\"3NR4\",\"8905\":\"3NR8\",\"8906\":\"3NU4\",\"8907\":\"3PK3\",\"8908\":\"3PKF\",\"8909\":\"3PKH\",\"8910\":\"3PKN\",\"8911\":\"3PWF\",\"8912\":\"3PXE\",\"8913\":\"3PXF\",\"8914\":\"3PXH\",\"8915\":\"3PXJ\",\"8916\":\"3Q87\",\"8917\":\"3Q89\",\"8918\":\"3Q99\",\"8919\":\"3Q9K\",\"8920\":\"3QCI\",\"8921\":\"3QK6\",\"8922\":\"3QPE\",\"8923\":\"3QQ3\",\"8924\":\"3R9G\",\"8925\":\"3RGX\",\"8926\":\"3RGZ\",\"8927\":\"3RKN\",\"8928\":\"3RKP\",\"8929\":\"ABJ1\",\"8930\":\"AFR1\",\"8931\":\"ALBG\",\"8932\":\"ALTG\",\"8933\":\"AMA1\",\"8934\":\"AMF1\",\"8935\":\"AMR1\",\"8936\":\"ARG1\",\"8937\":\"ASN1\",\"8938\":\"AYR1\",\"8939\":\"BAR1\",\"8940\":\"BLL3\",\"8941\":\"BLM1\",\"8942\":\"BSQ1\",\"8943\":\"BYN1\",\"8944\":\"CAS1\",\"8945\":\"CCN1\",\"8946\":\"CGM1\",\"8947\":\"CHBG\",\"8948\":\"CHVR\",\"8949\":\"CIP1\",\"8950\":\"CIS1\",\"8951\":\"CLDR\",\"8952\":\"CLL1\",\"8953\":\"CMN1\",\"8954\":\"COE1\",\"8955\":\"CRC1\",\"8956\":\"CSC1\",\"8957\":\"CUC1\",\"8958\":\"CUR1\",\"8959\":\"DVS1\",\"8960\":\"EPFV\",\"8961\":\"ESMR\",\"8962\":\"FLRD\",\"8963\":\"GCA1\",\"8964\":\"GCC1\",\"8965\":\"GE32\",\"8966\":\"GEC3\",\"8967\":\"GQA1\",\"8968\":\"GTRG\",\"8969\":\"GVIO\",\"8970\":\"GYPO\",\"8971\":\"HMIN\",\"8972\":\"HMLG\",\"8973\":\"HMO1\",\"8974\":\"HRD1\",\"8975\":\"INC1\",\"8976\":\"INS1\",\"8977\":\"IRG1\",\"8978\":\"JAGS\",\"8979\":\"LBR1\",\"8980\":\"LCS1\",\"8981\":\"LPLO\",\"8982\":\"LTSJ\",\"8983\":\"MATA\",\"8984\":\"MIR1\",\"8985\":\"MNC1\",\"8986\":\"MND1\",\"8987\":\"MOY1\",\"8988\":\"NAV1\",\"8989\":\"NIM1\",\"8990\":\"NQU1\",\"8991\":\"OVJ1\",\"8992\":\"PES1\",\"8993\":\"PGUG\",\"8994\":\"PIC1\",\"8995\":\"PJR1\",\"8996\":\"PLM1\",\"8997\":\"PLU1\",\"8998\":\"PLYS\",\"8999\":\"PMR1\",\"9000\":\"PNC1\",\"9001\":\"PPA2\",\"9002\":\"PPA3\",\"9003\":\"PPA4\",\"9004\":\"PPN1\",\"9005\":\"PRC2\",\"9006\":\"PRC3\",\"9007\":\"PRG2\",\"9008\":\"PRV1\",\"9009\":\"PST1\",\"9010\":\"PTA1\",\"9011\":\"PTG1\",\"9012\":\"QUI1\",\"9013\":\"RBB1\",\"9014\":\"RCIO\",\"9015\":\"RCL1\",\"9016\":\"RFR1\",\"9017\":\"RFR2\",\"9018\":\"RGR1\",\"9019\":\"RMR1\",\"9020\":\"RMYO\",\"9021\":\"RNG1\",\"9022\":\"RPD1\",\"9023\":\"RPL1\",\"9024\":\"SFC1\",\"9025\":\"SJN1\",\"9026\":\"SJOG\",\"9027\":\"SLV1\",\"9028\":\"SLVJ\",\"9029\":\"SMI1\",\"9030\":\"SNC1\",\"9031\":\"SNCR\",\"9032\":\"SNFR\",\"9033\":\"SOG1\",\"9034\":\"SPY1\",\"9035\":\"SRA1\",\"9036\":\"STG1\",\"9037\":\"SUV1\",\"9038\":\"TCDT\",\"9039\":\"TFL1\",\"9040\":\"TFL4\",\"9041\":\"TGJ1\",\"9042\":\"TGJ2\",\"9043\":\"TMB1\",\"9044\":\"TMS1\",\"9045\":\"TPD1\",\"9046\":\"TPUY\",\"9047\":\"TR2G\",\"9048\":\"TR3G\",\"9049\":\"TRN1\",\"9050\":\"TSJ1\",\"9051\":\"TSJ2\",\"9052\":\"TUJ1\",\"9053\":\"TYP1\",\"9054\":\"TYP2\",\"9055\":\"TYP4\",\"9056\":\"TYP5\",\"9057\":\"UNN1\",\"9058\":\"URA1\",\"9059\":\"USQ1\",\"9060\":\"VLT1\",\"9061\":\"VNTA\",\"9062\":\"ZPA2\",\"9063\":\"ZPA4\",\"9064\":\"2QBW\",\"9065\":\"2QRL\",\"9066\":\"2QV2\",\"9067\":\"2S6Q\",\"9068\":\"2S6S\",\"9069\":\"2S6U\",\"9070\":\"2S78\",\"9071\":\"2S8G\",\"9072\":\"2S8I\",\"9073\":\"2S8N\",\"9074\":\"2S8S\",\"9075\":\"2S8U\",\"9076\":\"2S9L\",\"9077\":\"2SDR\",\"9078\":\"2SI1\",\"9079\":\"2SS2\",\"9080\":\"2SW1\",\"9081\":\"2SXQ\",\"9082\":\"2T1L\",\"9083\":\"2T4P\",\"9084\":\"2T7D\",\"9085\":\"2TUT\",\"9086\":\"2TUV\",\"9087\":\"2TYI\",\"9088\":\"2U8Y\",\"9089\":\"2U91\",\"9090\":\"2U93\",\"9091\":\"2UP2\",\"9092\":\"2UR5\",\"9093\":\"2UX3\",\"9094\":\"2V25\",\"9095\":\"2V5G\",\"9096\":\"2VJS\",\"9097\":\"2WC5\",\"9098\":\"2WFN\",\"9099\":\"2XXR\",\"9100\":\"2YB9\",\"9101\":\"2YIR\",\"9102\":\"2YNA\",\"9103\":\"2YWY\",\"9104\":\"2ZCF\",\"9105\":\"2ZHY\",\"9106\":\"2ZP9\",\"9107\":\"3A44\",\"9108\":\"3ACC\",\"9109\":\"3ADA\",\"9110\":\"3AFQ\",\"9111\":\"3AL6\",\"9112\":\"3AQP\",\"9113\":\"3AXV\",\"9114\":\"3B4L\",\"9115\":\"3BZB\",\"9116\":\"3C3Z\",\"9117\":\"3C4V\",\"9118\":\"3CG9\",\"9119\":\"3CSH\",\"9120\":\"3DDT\",\"9121\":\"3DSO\",\"9122\":\"3E7C\",\"9123\":\"3E9I\",\"9124\":\"3EBN\",\"9125\":\"3ED1\",\"9126\":\"3EDL\",\"9127\":\"3EE4\",\"9128\":\"3EFY\",\"9129\":\"3ENA\",\"9130\":\"3ENE\",\"9131\":\"3EP6\",\"9132\":\"3EV1\",\"9133\":\"3EV3\",\"9134\":\"3EXB\",\"9135\":\"3EXH\",\"9136\":\"3F5L\",\"9137\":\"3F5N\",\"9138\":\"3FCD\",\"9139\":\"3FCF\",\"9140\":\"3GFQ\",\"9141\":\"3GI6\",\"9142\":\"3GJQ\",\"9143\":\"3GPZ\",\"9144\":\"3GRD\",\"9145\":\"3GSF\",\"9146\":\"3GVI\",\"9147\":\"3GVK\",\"9148\":\"3GVM\",\"9149\":\"3HBN\",\"9150\":\"3HBP\",\"9151\":\"3HDE\",\"9152\":\"3HDG\",\"9153\":\"3HE8\",\"9154\":\"3HF5\",\"9155\":\"3HF7\",\"9156\":\"3HF9\",\"9157\":\"3HG7\",\"9158\":\"3HG9\",\"9159\":\"3HLD\",\"9160\":\"3HS9\",\"9161\":\"3HWK\",\"9162\":\"3HWM\",\"9163\":\"3HYG\",\"9164\":\"3IJF\",\"9165\":\"3INX\",\"9166\":\"3IQA\",\"9167\":\"3IRX\",\"9168\":\"3IRZ\",\"9169\":\"3IS2\",\"9170\":\"3IZ6\",\"9171\":\"3J1J\",\"9172\":\"3J2B\",\"9173\":\"3J2H\",\"9174\":\"3J4D\",\"9175\":\"3J4R\",\"9176\":\"3J4T\",\"9177\":\"3J4V\",\"9178\":\"3J83\",\"9179\":\"3J85\",\"9180\":\"3JBP\",\"9181\":\"3JP6\",\"9182\":\"3JP8\",\"9183\":\"3JPA\",\"9184\":\"3JPC\",\"9185\":\"3JPE\",\"9186\":\"3JPK\",\"9187\":\"3JPM\",\"9188\":\"3JQA\",\"9189\":\"3JQC\",\"9190\":\"3JQE\",\"9191\":\"3K6T\",\"9192\":\"3K6X\",\"9193\":\"3K8A\",\"9194\":\"3K8C\",\"9195\":\"3K8E\",\"9196\":\"3KJK\",\"9197\":\"3KL4\",\"9198\":\"3KLQ\",\"9199\":\"3KOL\",\"9200\":\"3KVZ\",\"9201\":\"3KXQ\",\"9202\":\"3L9B\",\"9203\":\"3LLY\",\"9204\":\"3LMH\",\"9205\":\"3LMJ\",\"9206\":\"3MHB\",\"9207\":\"3MS2\",\"9208\":\"3N5E\",\"9209\":\"3NDE\",\"9210\":\"3NGJ\",\"9211\":\"3NLE\",\"9212\":\"3NLG\",\"9213\":\"3NLZ\",\"9214\":\"3NNZ\",\"9215\":\"3NR4\",\"9216\":\"3NR8\",\"9217\":\"3NU4\",\"9218\":\"3PK3\",\"9219\":\"3PKF\",\"9220\":\"3PKH\",\"9221\":\"3PKN\",\"9222\":\"3PWF\",\"9223\":\"3PXE\",\"9224\":\"3PXF\",\"9225\":\"3PXH\",\"9226\":\"3PXJ\",\"9227\":\"3Q87\",\"9228\":\"3Q89\",\"9229\":\"3Q99\",\"9230\":\"3Q9K\",\"9231\":\"3QCI\",\"9232\":\"3QPE\",\"9233\":\"3QQ3\",\"9234\":\"3R9G\",\"9235\":\"3RGX\",\"9236\":\"3RGZ\",\"9237\":\"3RKN\",\"9238\":\"3RKP\",\"9239\":\"ABJ1\",\"9240\":\"AFR1\",\"9241\":\"ALBG\",\"9242\":\"ALTG\",\"9243\":\"AMA1\",\"9244\":\"AMF1\",\"9245\":\"AMR1\",\"9246\":\"ARG1\",\"9247\":\"ASN1\",\"9248\":\"AYR1\",\"9249\":\"BAR1\",\"9250\":\"BLL3\",\"9251\":\"BLM1\",\"9252\":\"BSQ1\",\"9253\":\"BYN1\",\"9254\":\"CCN1\",\"9255\":\"CGM1\",\"9256\":\"CHBG\",\"9257\":\"CHVR\",\"9258\":\"CIP1\",\"9259\":\"CIS1\",\"9260\":\"CLDR\",\"9261\":\"CLL1\",\"9262\":\"CMN1\",\"9263\":\"COE1\",\"9264\":\"CRC1\",\"9265\":\"CSC1\",\"9266\":\"CUC1\",\"9267\":\"CUR1\",\"9268\":\"DVS1\",\"9269\":\"EPFV\",\"9270\":\"ESMR\",\"9271\":\"FLRD\",\"9272\":\"GCA1\",\"9273\":\"GCC1\",\"9274\":\"GE32\",\"9275\":\"GQA1\",\"9276\":\"GTRG\",\"9277\":\"GYPO\",\"9278\":\"HMIN\",\"9279\":\"HMLG\",\"9280\":\"HMO1\",\"9281\":\"HRD1\",\"9282\":\"INC1\",\"9283\":\"INS1\",\"9284\":\"IRG1\",\"9285\":\"JAGS\",\"9286\":\"LBR1\",\"9287\":\"LCS1\",\"9288\":\"LPLO\",\"9289\":\"LTSJ\",\"9290\":\"MATA\",\"9291\":\"MIR1\",\"9292\":\"MNC1\",\"9293\":\"MND1\",\"9294\":\"MOY1\",\"9295\":\"MRL1\",\"9296\":\"NAV1\",\"9297\":\"NIM1\",\"9298\":\"NQU1\",\"9299\":\"OVJ1\",\"9300\":\"PES1\",\"9301\":\"PGUG\",\"9302\":\"PIC1\",\"9303\":\"PJR1\",\"9304\":\"PLM1\",\"9305\":\"PLU1\",\"9306\":\"PLYS\",\"9307\":\"PMR1\",\"9308\":\"PNC1\",\"9309\":\"PPA2\",\"9310\":\"PPA3\",\"9311\":\"PPA4\",\"9312\":\"PPN1\",\"9313\":\"PRC2\",\"9314\":\"PRC3\",\"9315\":\"PRDO\",\"9316\":\"PRG2\",\"9317\":\"PRV1\",\"9318\":\"PST1\",\"9319\":\"PTA1\",\"9320\":\"PTG1\",\"9321\":\"QUI1\",\"9322\":\"RBB1\",\"9323\":\"RCIO\",\"9324\":\"RCL1\",\"9325\":\"RFR1\",\"9326\":\"RFR2\",\"9327\":\"RGR1\",\"9328\":\"RMR1\",\"9329\":\"RMYO\",\"9330\":\"RNG1\",\"9331\":\"RPD1\",\"9332\":\"RPL1\",\"9333\":\"SFC1\",\"9334\":\"SJN1\",\"9335\":\"SJOG\",\"9336\":\"SLV1\",\"9337\":\"SLVJ\",\"9338\":\"SMI1\",\"9339\":\"SNC1\",\"9340\":\"SNCR\",\"9341\":\"SNFR\",\"9342\":\"SOG1\",\"9343\":\"SPY1\",\"9344\":\"SRA1\",\"9345\":\"STG1\",\"9346\":\"SUV1\",\"9347\":\"TCDT\",\"9348\":\"TFL1\",\"9349\":\"TFL4\",\"9350\":\"TGJ1\",\"9351\":\"TGJ2\",\"9352\":\"TMB1\",\"9353\":\"TMS1\",\"9354\":\"TPD1\",\"9355\":\"TPUY\",\"9356\":\"TR2G\",\"9357\":\"TR3G\",\"9358\":\"TRN1\",\"9359\":\"TSJ1\",\"9360\":\"TSJ2\",\"9361\":\"TUJ1\",\"9362\":\"TYP1\",\"9363\":\"TYP4\",\"9364\":\"TYP5\",\"9365\":\"UNN1\",\"9366\":\"URA1\",\"9367\":\"USQ1\",\"9368\":\"VLT1\",\"9369\":\"VNTA\",\"9370\":\"ZPA2\",\"9371\":\"ZPA3\",\"9372\":\"ZPA4\",\"9373\":\"2QBW\",\"9374\":\"2QRL\",\"9375\":\"2QV2\",\"9376\":\"2S6Q\",\"9377\":\"2S6S\",\"9378\":\"2S6U\",\"9379\":\"2S78\",\"9380\":\"2S8G\",\"9381\":\"2S8I\",\"9382\":\"2S8N\",\"9383\":\"2S8S\",\"9384\":\"2S8U\",\"9385\":\"2S9L\",\"9386\":\"2SDR\",\"9387\":\"2SI1\",\"9388\":\"2SS2\",\"9389\":\"2SW1\",\"9390\":\"2SXQ\",\"9391\":\"2T1L\",\"9392\":\"2T4P\",\"9393\":\"2T7D\",\"9394\":\"2TUT\",\"9395\":\"2TUV\",\"9396\":\"2TYI\",\"9397\":\"2U8Y\",\"9398\":\"2U91\",\"9399\":\"2U93\",\"9400\":\"2UR5\",\"9401\":\"2UX3\",\"9402\":\"2V25\",\"9403\":\"2V27\",\"9404\":\"2V5G\",\"9405\":\"2VJS\",\"9406\":\"2WC5\",\"9407\":\"2WFN\",\"9408\":\"2XXR\",\"9409\":\"2YB9\",\"9410\":\"2YIR\",\"9411\":\"2YNA\",\"9412\":\"2YWY\",\"9413\":\"2ZCF\",\"9414\":\"2ZHY\",\"9415\":\"2ZP9\",\"9416\":\"3A44\",\"9417\":\"3ACC\",\"9418\":\"3ADA\",\"9419\":\"3AFQ\",\"9420\":\"3AL6\",\"9421\":\"3AQP\",\"9422\":\"3AXV\",\"9423\":\"3B4L\",\"9424\":\"3BZB\",\"9425\":\"3C3Z\",\"9426\":\"3C4V\",\"9427\":\"3CG9\",\"9428\":\"3CSH\",\"9429\":\"3DDT\",\"9430\":\"3DSO\",\"9431\":\"3E7C\",\"9432\":\"3E9I\",\"9433\":\"3EBN\",\"9434\":\"3EDL\",\"9435\":\"3EE4\",\"9436\":\"3EFY\",\"9437\":\"3ENA\",\"9438\":\"3ENE\",\"9439\":\"3EP6\",\"9440\":\"3EV1\",\"9441\":\"3EV3\",\"9442\":\"3EXB\",\"9443\":\"3EXH\",\"9444\":\"3F5L\",\"9445\":\"3F5N\",\"9446\":\"3FCD\",\"9447\":\"3FCF\",\"9448\":\"3GFQ\",\"9449\":\"3GI6\",\"9450\":\"3GJQ\",\"9451\":\"3GPZ\",\"9452\":\"3GRD\",\"9453\":\"3GSF\",\"9454\":\"3GVI\",\"9455\":\"3GVK\",\"9456\":\"3GVM\",\"9457\":\"3HBN\",\"9458\":\"3HBP\",\"9459\":\"3HDE\",\"9460\":\"3HDG\",\"9461\":\"3HE8\",\"9462\":\"3HF5\",\"9463\":\"3HF7\",\"9464\":\"3HF9\",\"9465\":\"3HG7\",\"9466\":\"3HG9\",\"9467\":\"3HLD\",\"9468\":\"3HS9\",\"9469\":\"3HWK\",\"9470\":\"3HWM\",\"9471\":\"3HYG\",\"9472\":\"3IJF\",\"9473\":\"3INX\",\"9474\":\"3IQA\",\"9475\":\"3IRX\",\"9476\":\"3IRZ\",\"9477\":\"3IS2\",\"9478\":\"3IZ6\",\"9479\":\"3J1J\",\"9480\":\"3J2B\",\"9481\":\"3J2H\",\"9482\":\"3J4D\",\"9483\":\"3J4R\",\"9484\":\"3J4T\",\"9485\":\"3J4V\",\"9486\":\"3J83\",\"9487\":\"3J85\",\"9488\":\"3JBP\",\"9489\":\"3JP6\",\"9490\":\"3JP8\",\"9491\":\"3JPA\",\"9492\":\"3JPC\",\"9493\":\"3JPE\",\"9494\":\"3JPK\",\"9495\":\"3JPM\",\"9496\":\"3JQA\",\"9497\":\"3JQC\",\"9498\":\"3JQE\",\"9499\":\"3K6T\",\"9500\":\"3K6X\",\"9501\":\"3K8A\",\"9502\":\"3K8C\",\"9503\":\"3K8E\",\"9504\":\"3KJK\",\"9505\":\"3KL4\",\"9506\":\"3KLQ\",\"9507\":\"3KOL\",\"9508\":\"3KVZ\",\"9509\":\"3KXQ\",\"9510\":\"3L9B\",\"9511\":\"3LLY\",\"9512\":\"3LMH\",\"9513\":\"3LMJ\",\"9514\":\"3MHB\",\"9515\":\"3MS2\",\"9516\":\"3N5E\",\"9517\":\"3NGJ\",\"9518\":\"3NLE\",\"9519\":\"3NLG\",\"9520\":\"3NLZ\",\"9521\":\"3NNZ\",\"9522\":\"3NR4\",\"9523\":\"3NR8\",\"9524\":\"3NU4\",\"9525\":\"3PK3\",\"9526\":\"3PKF\",\"9527\":\"3PKH\",\"9528\":\"3PKN\",\"9529\":\"3PWF\",\"9530\":\"3PXE\",\"9531\":\"3PXF\",\"9532\":\"3PXH\",\"9533\":\"3PXJ\",\"9534\":\"3Q87\",\"9535\":\"3Q89\",\"9536\":\"3Q99\",\"9537\":\"3Q9K\",\"9538\":\"3QCI\",\"9539\":\"3QK6\",\"9540\":\"3QPE\",\"9541\":\"3QQ3\",\"9542\":\"3R9G\",\"9543\":\"3RGX\",\"9544\":\"3RGZ\",\"9545\":\"3RKN\",\"9546\":\"3RKP\",\"9547\":\"ABJ1\",\"9548\":\"AFR1\",\"9549\":\"ALBG\",\"9550\":\"ALTG\",\"9551\":\"AMA1\",\"9552\":\"AMF1\",\"9553\":\"AMR1\",\"9554\":\"ARG1\",\"9555\":\"ASN1\",\"9556\":\"AYR1\",\"9557\":\"BAR1\",\"9558\":\"BLL3\",\"9559\":\"BLM1\",\"9560\":\"BSQ1\",\"9561\":\"BYN1\",\"9562\":\"CCN1\",\"9563\":\"CGM1\",\"9564\":\"CHBG\",\"9565\":\"CHVR\",\"9566\":\"CIS1\",\"9567\":\"CLDR\",\"9568\":\"CLL1\",\"9569\":\"CMN1\",\"9570\":\"COE1\",\"9571\":\"CRC1\",\"9572\":\"CSC1\",\"9573\":\"CUC1\",\"9574\":\"CUR1\",\"9575\":\"DVS1\",\"9576\":\"EPFV\",\"9577\":\"ESMR\",\"9578\":\"FLRD\",\"9579\":\"GCA1\",\"9580\":\"GCC1\",\"9581\":\"GE32\",\"9582\":\"GQA1\",\"9583\":\"GTRG\",\"9584\":\"GYPO\",\"9585\":\"HMIN\",\"9586\":\"HMLG\",\"9587\":\"HMO1\",\"9588\":\"HRD1\",\"9589\":\"INC1\",\"9590\":\"INS1\",\"9591\":\"IRG1\",\"9592\":\"JAGS\",\"9593\":\"LBR1\",\"9594\":\"LCS1\",\"9595\":\"LPLO\",\"9596\":\"LTSJ\",\"9597\":\"MATA\",\"9598\":\"MIR1\",\"9599\":\"MNC1\",\"9600\":\"MND1\",\"9601\":\"MOY1\",\"9602\":\"MRL1\",\"9603\":\"NAV1\",\"9604\":\"NIM1\",\"9605\":\"NQU1\",\"9606\":\"OVJ1\",\"9607\":\"PES1\",\"9608\":\"PGUG\",\"9609\":\"PIC1\",\"9610\":\"PJR1\",\"9611\":\"PLM1\",\"9612\":\"PLU1\",\"9613\":\"PLYS\",\"9614\":\"PMR1\",\"9615\":\"PNC1\",\"9616\":\"PPA2\",\"9617\":\"PPA3\",\"9618\":\"PPA4\",\"9619\":\"PPN1\",\"9620\":\"PRC3\",\"9621\":\"PRG2\",\"9622\":\"PRV1\",\"9623\":\"PST1\",\"9624\":\"PTA1\",\"9625\":\"PTG1\",\"9626\":\"QUI1\",\"9627\":\"RBB1\",\"9628\":\"RCIO\",\"9629\":\"RCL1\",\"9630\":\"RFR1\",\"9631\":\"RFR2\",\"9632\":\"RGR1\",\"9633\":\"RGRN\",\"9634\":\"RMR1\",\"9635\":\"RMYO\",\"9636\":\"RNG1\",\"9637\":\"RPD1\",\"9638\":\"RPL1\",\"9639\":\"SFC1\",\"9640\":\"SJN1\",\"9641\":\"SJOG\",\"9642\":\"SLV1\",\"9643\":\"SLVJ\",\"9644\":\"SMI1\",\"9645\":\"SNC1\",\"9646\":\"SNCR\",\"9647\":\"SNFR\",\"9648\":\"SOG1\",\"9649\":\"SPY1\",\"9650\":\"SRA1\",\"9651\":\"STG1\",\"9652\":\"SUV1\",\"9653\":\"TCDT\",\"9654\":\"TFL1\",\"9655\":\"TFL4\",\"9656\":\"TGJ1\",\"9657\":\"TGJ2\",\"9658\":\"TMB1\",\"9659\":\"TMS1\",\"9660\":\"TPUY\",\"9661\":\"TR2G\",\"9662\":\"TR3G\",\"9663\":\"TRN1\",\"9664\":\"TSJ1\",\"9665\":\"TSJ2\",\"9666\":\"TUJ1\",\"9667\":\"TYP1\",\"9668\":\"TYP4\",\"9669\":\"TYP5\",\"9670\":\"UNN1\",\"9671\":\"URA1\",\"9672\":\"USQ1\",\"9673\":\"VLT1\",\"9674\":\"VNTA\",\"9675\":\"ZPA2\",\"9676\":\"ZPA4\",\"9677\":\"2QBW\",\"9678\":\"2QRL\",\"9679\":\"2QV2\",\"9680\":\"2S6Q\",\"9681\":\"2S6S\",\"9682\":\"2S6U\",\"9683\":\"2S78\",\"9684\":\"2S8G\",\"9685\":\"2S8I\",\"9686\":\"2S8N\",\"9687\":\"2S8S\",\"9688\":\"2S8U\",\"9689\":\"2S9L\",\"9690\":\"2SDR\",\"9691\":\"2SI1\",\"9692\":\"2SS2\",\"9693\":\"2SW1\",\"9694\":\"2SXQ\",\"9695\":\"2T1L\",\"9696\":\"2T4P\",\"9697\":\"2T7D\",\"9698\":\"2TUT\",\"9699\":\"2TUV\",\"9700\":\"2TYI\",\"9701\":\"2U8Y\",\"9702\":\"2U91\",\"9703\":\"2U93\",\"9704\":\"2UR5\",\"9705\":\"2UX3\",\"9706\":\"2V25\",\"9707\":\"2V27\",\"9708\":\"2V5G\",\"9709\":\"2VJS\",\"9710\":\"2WC5\",\"9711\":\"2WFN\",\"9712\":\"2XXR\",\"9713\":\"2YB9\",\"9714\":\"2YIR\",\"9715\":\"2YNA\",\"9716\":\"2YWY\",\"9717\":\"2ZCF\",\"9718\":\"2ZHY\",\"9719\":\"2ZP9\",\"9720\":\"3A44\",\"9721\":\"3ACC\",\"9722\":\"3ADA\",\"9723\":\"3AFQ\",\"9724\":\"3AQP\",\"9725\":\"3B4L\",\"9726\":\"3BZB\",\"9727\":\"3C3Z\",\"9728\":\"3C4V\",\"9729\":\"3CG9\",\"9730\":\"3CSH\",\"9731\":\"3DDT\",\"9732\":\"3DSO\",\"9733\":\"3E7C\",\"9734\":\"3E9I\",\"9735\":\"3EBN\",\"9736\":\"3EDL\",\"9737\":\"3EE4\",\"9738\":\"3EFY\",\"9739\":\"3ENA\",\"9740\":\"3ENE\",\"9741\":\"3EP6\",\"9742\":\"3EV1\",\"9743\":\"3EV3\",\"9744\":\"3EXB\",\"9745\":\"3EXH\",\"9746\":\"3F5L\",\"9747\":\"3F5N\",\"9748\":\"3FCD\",\"9749\":\"3FCF\",\"9750\":\"3GFQ\",\"9751\":\"3GI6\",\"9752\":\"3GJQ\",\"9753\":\"3GPZ\",\"9754\":\"3GRD\",\"9755\":\"3GSF\",\"9756\":\"3GVI\",\"9757\":\"3GVK\",\"9758\":\"3GVM\",\"9759\":\"3HBN\",\"9760\":\"3HBP\",\"9761\":\"3HDE\",\"9762\":\"3HDG\",\"9763\":\"3HE8\",\"9764\":\"3HF5\",\"9765\":\"3HF7\",\"9766\":\"3HF9\",\"9767\":\"3HG7\",\"9768\":\"3HG9\",\"9769\":\"3HLD\",\"9770\":\"3HS9\",\"9771\":\"3HWK\",\"9772\":\"3HWM\",\"9773\":\"3HYG\",\"9774\":\"3IJF\",\"9775\":\"3INX\",\"9776\":\"3IQA\",\"9777\":\"3IRX\",\"9778\":\"3IRZ\",\"9779\":\"3IS2\",\"9780\":\"3IZ6\",\"9781\":\"3J1J\",\"9782\":\"3J2B\",\"9783\":\"3J2H\",\"9784\":\"3J4D\",\"9785\":\"3J4R\",\"9786\":\"3J4T\",\"9787\":\"3J4V\",\"9788\":\"3J83\",\"9789\":\"3J85\",\"9790\":\"3JBP\",\"9791\":\"3JNR\",\"9792\":\"3JP6\",\"9793\":\"3JP8\",\"9794\":\"3JPA\",\"9795\":\"3JPC\",\"9796\":\"3JPE\",\"9797\":\"3JPK\",\"9798\":\"3JPM\",\"9799\":\"3JQA\",\"9800\":\"3JQC\",\"9801\":\"3JQE\",\"9802\":\"3K6T\",\"9803\":\"3K6X\",\"9804\":\"3K8A\",\"9805\":\"3K8C\",\"9806\":\"3K8E\",\"9807\":\"3KJK\",\"9808\":\"3KL4\",\"9809\":\"3KLQ\",\"9810\":\"3KOL\",\"9811\":\"3KVZ\",\"9812\":\"3KXQ\",\"9813\":\"3L9B\",\"9814\":\"3LLY\",\"9815\":\"3LMH\",\"9816\":\"3LMJ\",\"9817\":\"3MHB\",\"9818\":\"3MS2\",\"9819\":\"3N5E\",\"9820\":\"3NDE\",\"9821\":\"3NGJ\",\"9822\":\"3NLE\",\"9823\":\"3NLG\",\"9824\":\"3NLZ\",\"9825\":\"3NNZ\",\"9826\":\"3NR4\",\"9827\":\"3NR8\",\"9828\":\"3NU4\",\"9829\":\"3PK3\",\"9830\":\"3PKF\",\"9831\":\"3PWF\",\"9832\":\"3PXE\",\"9833\":\"3PXF\",\"9834\":\"3PXH\",\"9835\":\"3PXJ\",\"9836\":\"3Q87\",\"9837\":\"3Q89\",\"9838\":\"3Q99\",\"9839\":\"3Q9K\",\"9840\":\"3QCI\",\"9841\":\"3QPE\",\"9842\":\"3QQ3\",\"9843\":\"3R9G\",\"9844\":\"3RGX\",\"9845\":\"3RGZ\",\"9846\":\"3RKN\",\"9847\":\"3RKP\",\"9848\":\"ABJ1\",\"9849\":\"AFR1\",\"9850\":\"ALBG\",\"9851\":\"ALTG\",\"9852\":\"AMA1\",\"9853\":\"AMF1\",\"9854\":\"AMR1\",\"9855\":\"ARG1\",\"9856\":\"ASN1\",\"9857\":\"AYR1\",\"9858\":\"BAR1\",\"9859\":\"BLL3\",\"9860\":\"BLM1\",\"9861\":\"BSQ1\",\"9862\":\"BYN1\",\"9863\":\"CCN1\",\"9864\":\"CHBG\",\"9865\":\"CHVR\",\"9866\":\"CLDR\",\"9867\":\"CLL1\",\"9868\":\"CMN1\",\"9869\":\"COE1\",\"9870\":\"CRC1\",\"9871\":\"CSC1\",\"9872\":\"CUC1\",\"9873\":\"CUR1\",\"9874\":\"DVS1\",\"9875\":\"EPFV\",\"9876\":\"ESMR\",\"9877\":\"FLRD\",\"9878\":\"GCA1\",\"9879\":\"GCC1\",\"9880\":\"GE32\",\"9881\":\"GQA1\",\"9882\":\"GTPE\",\"9883\":\"GTRG\",\"9884\":\"GYPO\",\"9885\":\"HMIN\",\"9886\":\"HMLG\",\"9887\":\"HMO1\",\"9888\":\"HRD1\",\"9889\":\"INC1\",\"9890\":\"INS1\",\"9891\":\"JAGS\",\"9892\":\"LBR1\",\"9893\":\"LCS1\",\"9894\":\"LPLO\",\"9895\":\"LTSJ\",\"9896\":\"MATA\",\"9897\":\"MIR1\",\"9898\":\"MNC1\",\"9899\":\"MND1\",\"9900\":\"MOY1\",\"9901\":\"NAV1\",\"9902\":\"NIM1\",\"9903\":\"NQU1\",\"9904\":\"OVJ1\",\"9905\":\"PES1\",\"9906\":\"PGUG\",\"9907\":\"PJR1\",\"9908\":\"PLM1\",\"9909\":\"PLU1\",\"9910\":\"PLYS\",\"9911\":\"PMR1\",\"9912\":\"PNC1\",\"9913\":\"PPA3\",\"9914\":\"PPA4\",\"9915\":\"PPN1\",\"9916\":\"PRC2\",\"9917\":\"PRC3\",\"9918\":\"PRDO\",\"9919\":\"PRG2\",\"9920\":\"PRV1\",\"9921\":\"PST1\",\"9922\":\"PTA1\",\"9923\":\"PTG1\",\"9924\":\"QUI1\",\"9925\":\"RBB1\",\"9926\":\"RCIO\",\"9927\":\"RCL1\",\"9928\":\"RFR1\",\"9929\":\"RFR2\",\"9930\":\"RGR1\",\"9931\":\"RMR1\",\"9932\":\"RMYO\",\"9933\":\"RNG1\",\"9934\":\"RPD1\",\"9935\":\"SFC1\",\"9936\":\"SJN1\",\"9937\":\"SJOG\",\"9938\":\"SLV1\",\"9939\":\"SLVJ\",\"9940\":\"SMI1\",\"9941\":\"SNC1\",\"9942\":\"SNCR\",\"9943\":\"SNFR\",\"9944\":\"SOG1\",\"9945\":\"SPY1\",\"9946\":\"SRA1\",\"9947\":\"STG1\",\"9948\":\"SUV1\",\"9949\":\"TCBE\",\"9950\":\"TCDT\",\"9951\":\"TFL4\",\"9952\":\"TGJ1\",\"9953\":\"TGJ2\",\"9954\":\"TMB1\",\"9955\":\"TMS1\",\"9956\":\"TPUY\",\"9957\":\"TR2G\",\"9958\":\"TR3G\",\"9959\":\"TRN1\",\"9960\":\"TSJ1\",\"9961\":\"TSJ2\",\"9962\":\"TUJ1\",\"9963\":\"TYP4\",\"9964\":\"TYP5\",\"9965\":\"UNN1\",\"9966\":\"URA1\",\"9967\":\"USQ1\",\"9968\":\"VLT1\",\"9969\":\"VNTA\"},\"Values_Hour01\":{\"0\":19650.31,\"1\":651.3,\"2\":6897.6,\"3\":17910.37,\"4\":44.4,\"5\":7329.6,\"6\":6750.48,\"7\":384.58,\"8\":5920.0,\"9\":4700.13,\"10\":1211.88,\"11\":1726.56,\"12\":159.46,\"13\":10510.0,\"14\":10333.0,\"15\":3104.2,\"16\":8912.3,\"17\":22456.03,\"18\":10166.62,\"19\":10224.9,\"20\":1201.93,\"21\":15787.5,\"22\":15424.1,\"23\":null,\"24\":1665.2,\"25\":12906.0,\"26\":19580.36,\"27\":10247.08,\"28\":19279.23,\"29\":8699.85,\"30\":8149.39,\"31\":14405.13,\"32\":8699.37,\"33\":575.0,\"34\":10946.5,\"35\":4710.0,\"36\":null,\"37\":2503.4,\"38\":null,\"39\":4172.0,\"40\":350.16,\"41\":2422.22,\"42\":343.85,\"43\":2442.0,\"44\":454.3,\"45\":13466.25,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":804.54,\"52\":188.76,\"53\":499.5,\"54\":null,\"55\":307.68,\"56\":null,\"57\":6720.9,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4849.57,\"63\":null,\"64\":null,\"65\":null,\"66\":5714.24,\"67\":null,\"68\":53242.77,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":9689.5,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5612.75,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14552.15,\"92\":15147.74,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1410.92,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2369.4,\"173\":7249.2,\"174\":278713.96,\"175\":5392.8,\"176\":3438.66,\"177\":468.05,\"178\":null,\"179\":396.98,\"180\":12892.0,\"181\":19564.28,\"182\":184.8,\"183\":2958.12,\"184\":1773.75,\"185\":695.02,\"186\":2720.7,\"187\":1256.0,\"188\":17048.0,\"189\":60177.83,\"190\":363535.53,\"191\":14896.0,\"192\":1021.35,\"193\":9968.51,\"194\":58100.32,\"195\":6270.0,\"196\":816.79,\"197\":707.11,\"198\":12980.26,\"199\":3699.2,\"200\":1872.42,\"201\":15607.5,\"202\":568.7,\"203\":99666.31,\"204\":null,\"205\":15307.99,\"206\":null,\"207\":5783.42,\"208\":939.79,\"209\":244750.03,\"210\":8599.57,\"211\":7015.36,\"212\":null,\"213\":509190.0,\"214\":491461.51,\"215\":null,\"216\":24972.43,\"217\":321371.19,\"218\":18360.0,\"219\":18926.6,\"220\":17580.09,\"221\":8843.08,\"222\":8143.93,\"223\":104272.11,\"224\":941.85,\"225\":1567.74,\"226\":203426.62,\"227\":null,\"228\":2556.45,\"229\":1330.48,\"230\":403.62,\"231\":31528.25,\"232\":39854.76,\"233\":3965.98,\"234\":2883.6,\"235\":null,\"236\":915.2,\"237\":896232.62,\"238\":600420.1800000001,\"239\":426.0,\"240\":7532.8,\"241\":4621.18,\"242\":816.64,\"243\":186090.0,\"244\":658.41,\"245\":14652.0,\"246\":19753.91,\"247\":60588.01,\"248\":69383.51,\"249\":null,\"250\":null,\"251\":60812.0,\"252\":459682.88,\"253\":null,\"254\":43699.44,\"255\":7958.26,\"256\":617.76,\"257\":668.59,\"258\":3989.55,\"259\":81389.48,\"260\":1062.1,\"261\":524.07,\"262\":779.58,\"263\":889.18,\"264\":4803.6,\"265\":424.68,\"266\":null,\"267\":9494.67,\"268\":8026.2,\"269\":19619.2,\"270\":10185.6,\"271\":null,\"272\":211.93,\"273\":2541.6,\"274\":287.54,\"275\":29963.62,\"276\":25609.7,\"277\":415577.88,\"278\":null,\"279\":823520.42,\"280\":973.86,\"281\":776.6,\"282\":1240.73,\"283\":3272.4,\"284\":647181.35,\"285\":38986.04,\"286\":37112.51,\"287\":null,\"288\":null,\"289\":126556.14,\"290\":810.74,\"291\":729.29,\"292\":null,\"293\":null,\"294\":null,\"295\":77351.03,\"296\":158086.34,\"297\":169905.85,\"298\":18617.02,\"299\":null,\"300\":15630.5,\"301\":9942.27,\"302\":45043.84,\"303\":48439.7,\"304\":630.54,\"305\":75621.52,\"306\":820.67,\"307\":8767.0,\"308\":2855.1,\"309\":23342.63,\"310\":51513.64,\"311\":null,\"312\":19752.46,\"313\":657.06,\"314\":7383.6,\"315\":17141.3,\"316\":null,\"317\":8356.8,\"318\":6728.21,\"319\":361.81,\"320\":1840.0,\"321\":4700.13,\"322\":1209.36,\"323\":1679.92,\"324\":162.89,\"325\":15775.0,\"326\":12958.0,\"327\":3053.6,\"328\":7934.21,\"329\":22579.49,\"330\":10193.83,\"331\":10220.28,\"332\":108.09,\"333\":15711.1,\"334\":15349.5,\"335\":null,\"336\":1473.4,\"337\":13860.0,\"338\":19748.84,\"339\":10331.64,\"340\":19450.33,\"341\":6164.05,\"342\":6119.52,\"343\":6103.04,\"344\":6419.71,\"345\":545.6,\"346\":9954.5,\"347\":7768.0,\"348\":null,\"349\":1881.33,\"350\":null,\"351\":3904.6,\"352\":350.16,\"353\":2282.82,\"354\":343.16,\"355\":2444.0,\"356\":1266.93,\"357\":13217.19,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":null,\"363\":768.24,\"364\":311.08,\"365\":null,\"366\":null,\"367\":6511.2,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":9790.96,\"373\":null,\"374\":null,\"375\":6667.34,\"376\":null,\"377\":190215.45,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":8189.79,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":5315.65,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19882.24,\"401\":19930.75,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1427.03,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":6.6,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2303.4,\"482\":7244.4,\"483\":14456.02,\"484\":4417.2,\"485\":3435.45,\"486\":470.25,\"487\":5080.0,\"488\":396.95,\"489\":13882.0,\"490\":19561.82,\"491\":null,\"492\":3024.62,\"493\":1779.36,\"494\":649.93,\"495\":2968.2,\"496\":1148.0,\"497\":17440.0,\"498\":60218.53,\"499\":501173.29,\"500\":13664.0,\"501\":1331.88,\"502\":9971.46,\"503\":57493.88,\"504\":5371.67,\"505\":844.96,\"506\":717.75,\"507\":6400.57,\"508\":3698.24,\"509\":1841.54,\"510\":14602.22,\"511\":580.8,\"512\":55562.25,\"513\":null,\"514\":15302.63,\"515\":null,\"516\":9873.48,\"517\":939.79,\"518\":245301.17,\"519\":9966.14,\"520\":null,\"521\":510490.0,\"522\":464618.12,\"523\":null,\"524\":19948.91,\"525\":250913.42,\"526\":47.07,\"527\":18849.6,\"528\":27500.09,\"529\":8843.93,\"530\":10715.47,\"531\":2466.73,\"532\":787.64,\"533\":1615.96,\"534\":204159.96,\"535\":null,\"536\":2496.19,\"537\":1328.8,\"538\":405.08,\"539\":29559.93,\"540\":4005.88,\"541\":2614.8,\"542\":75.53,\"543\":906.35,\"544\":896487.1899999999,\"545\":600001.35,\"546\":372.0,\"547\":5321.8,\"548\":4605.05,\"549\":832.59,\"550\":21380.0,\"551\":680.05,\"552\":13896.0,\"553\":2627.87,\"554\":58764.77,\"555\":70040.02,\"556\":164784.92,\"557\":21.5,\"558\":null,\"559\":455101.37,\"560\":20037.41,\"561\":7958.26,\"562\":599.54,\"563\":668.95,\"564\":3622.95,\"565\":80342.79,\"566\":1062.1,\"567\":533.12,\"568\":737.1,\"569\":776.91,\"570\":4432.8,\"571\":null,\"572\":1.43,\"573\":8053.2,\"574\":19571.2,\"575\":10008.0,\"576\":1297.09,\"577\":365.44,\"578\":2508.6,\"579\":250.11,\"580\":29627.62,\"581\":25616.91,\"582\":802302.9,\"583\":null,\"584\":650235.64,\"585\":961.5,\"586\":814.44,\"587\":1892.5,\"588\":2901.6,\"589\":null,\"590\":38436.61,\"591\":250200.8,\"592\":null,\"593\":152196.91,\"594\":225679.41,\"595\":null,\"596\":99496.24,\"597\":795.48,\"598\":2298.36,\"599\":null,\"600\":null,\"601\":null,\"602\":77470.23,\"603\":154568.11,\"604\":171195.3,\"605\":7771.36,\"606\":85018.1,\"607\":15333.17,\"608\":45323.77,\"609\":48092.7,\"610\":681.12,\"611\":75579.52,\"612\":null,\"613\":7447.0,\"614\":2740.89,\"615\":24045.18,\"616\":56118.75,\"617\":30516.68,\"618\":19727.45,\"619\":652.92,\"620\":7387.2,\"621\":14430.42,\"622\":null,\"623\":5068.8,\"624\":6827.87,\"625\":1360.0,\"626\":4700.13,\"627\":1225.56,\"628\":1632.4,\"629\":146.66,\"630\":11436.0,\"631\":18089.0,\"632\":3016.2,\"633\":13302.15,\"634\":26270.47,\"635\":19654.67,\"636\":19706.04,\"637\":2173.75,\"638\":15743.1,\"639\":15393.5,\"640\":null,\"641\":1562.59,\"642\":12888.0,\"643\":19744.68,\"644\":10329.13,\"645\":19453.4,\"646\":5948.44,\"647\":5292.29,\"648\":5075.69,\"649\":6399.96,\"650\":571.0,\"651\":12199.7,\"652\":7556.0,\"653\":2419.4,\"654\":null,\"655\":4173.5,\"656\":350.16,\"657\":2191.47,\"658\":342.7,\"659\":2395.0,\"660\":1512.51,\"661\":13606.53,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":null,\"667\":870.54,\"668\":306.68,\"669\":null,\"670\":null,\"671\":null,\"672\":6351.1,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5193.91,\"678\":null,\"679\":null,\"680\":5462.08,\"681\":null,\"682\":54728.01,\"683\":null,\"684\":null,\"685\":null,\"686\":1.72,\"687\":null,\"688\":7754.8,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5890.97,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":19208.51,\"706\":19884.34,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1714.63,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2402.4,\"786\":7244.4,\"787\":14792.0,\"788\":4417.2,\"789\":2940.97,\"790\":468.05,\"791\":null,\"792\":396.89,\"793\":14135.0,\"794\":19553.65,\"795\":198.0,\"796\":3034.68,\"797\":1771.44,\"798\":699.25,\"799\":2870.1,\"800\":1349.0,\"801\":17300.0,\"802\":60083.87,\"803\":503790.77,\"804\":14024.0,\"805\":850.41,\"806\":9960.68,\"807\":63696.97,\"808\":6251.67,\"809\":845.83,\"810\":714.08,\"811\":4868.92,\"812\":3698.88,\"813\":2015.66,\"814\":22558.39,\"815\":582.78,\"816\":49757.46,\"817\":null,\"818\":null,\"819\":1617.59,\"820\":3220.22,\"821\":939.79,\"822\":243920.81,\"823\":4475.97,\"824\":null,\"825\":null,\"826\":772692.2,\"827\":null,\"828\":19030.53,\"829\":32956.89,\"830\":17964.0,\"831\":18664.8,\"832\":23132.62,\"833\":8850.34,\"834\":6162.4,\"835\":null,\"836\":733.82,\"837\":1615.81,\"838\":204196.63,\"839\":null,\"840\":2481.7,\"841\":1327.53,\"842\":386.87,\"843\":29497.13,\"844\":4024.91,\"845\":1888.2,\"846\":68.44,\"847\":912.89,\"848\":895805.0600000001,\"849\":601285.59,\"850\":288.0,\"851\":7255.6,\"852\":8306.34,\"853\":828.08,\"854\":179380.0,\"855\":682.57,\"856\":15984.0,\"857\":60871.38,\"858\":70195.57,\"859\":164855.63,\"860\":571.0,\"861\":292330.0,\"862\":435465.65,\"863\":null,\"864\":43841.35,\"865\":null,\"866\":637.16,\"867\":689.8,\"868\":4002.15,\"869\":81077.11,\"870\":1062.1,\"871\":514.14,\"872\":724.32,\"873\":825.62,\"874\":4694.4,\"875\":433.2,\"876\":7079.22,\"877\":8058.15,\"878\":19667.2,\"879\":8889.6,\"880\":354.35,\"881\":2474.4,\"882\":null,\"883\":239.33,\"884\":29099.24,\"885\":50197.2,\"886\":734395.96,\"887\":null,\"888\":600188.39,\"889\":963.42,\"890\":843.04,\"891\":1349.7,\"892\":2563.2,\"893\":null,\"894\":328369.66,\"895\":535089.13,\"896\":null,\"897\":225984.33,\"898\":71659.51,\"899\":118090.94,\"900\":794.5,\"901\":1333.58,\"902\":null,\"903\":null,\"904\":null,\"905\":77593.6,\"906\":159765.23,\"907\":168492.45,\"908\":3847.95,\"909\":76519.29,\"910\":14752.22,\"911\":45266.09,\"912\":48080.65,\"913\":667.89,\"914\":75710.78,\"915\":1100.18,\"916\":10670.0,\"917\":2686.95,\"918\":29456.91,\"919\":null,\"920\":55872.42,\"921\":56024.79,\"922\":19486.23,\"923\":651.87,\"924\":7390.8,\"925\":4929.6,\"926\":6781.67,\"927\":16.0,\"928\":560.0,\"929\":7560.21,\"930\":1201.2,\"931\":1670.24,\"932\":130.67,\"933\":10783.0,\"934\":12772.0,\"935\":2939.2,\"936\":8934.42,\"937\":25330.37,\"938\":14591.82,\"939\":15266.56,\"940\":549.41,\"941\":15259.1,\"942\":14924.4,\"943\":null,\"944\":1535.1,\"945\":13248.0,\"946\":19739.73,\"947\":10327.04,\"948\":18581.41,\"949\":538.9,\"950\":11543.2,\"951\":1890.0,\"952\":2120.6,\"953\":null,\"954\":4316.4,\"955\":350.16,\"956\":2198.76,\"957\":342.24,\"958\":2348.0,\"959\":1164.38,\"960\":13001.81,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":null,\"966\":942.48,\"967\":296.56,\"968\":1083.6,\"969\":null,\"970\":null,\"971\":null,\"972\":6227.7,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4912.7,\"978\":null,\"979\":null,\"980\":3151.88,\"981\":null,\"982\":52237.61,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":4805.64,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":3492.11,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":16294.34,\"1006\":17106.09,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1410.2,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":1.1,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":46.2,\"1087\":7230.0,\"1088\":407230.87,\"1089\":4928.4,\"1090\":3444.54,\"1091\":687.72,\"1092\":null,\"1093\":null,\"1094\":396.89,\"1095\":12397.0,\"1096\":19565.43,\"1097\":null,\"1098\":3057.78,\"1099\":1775.07,\"1100\":720.99,\"1101\":5391.9,\"1102\":1523.0,\"1103\":20504.0,\"1104\":60631.66,\"1105\":502860.7,\"1106\":13456.0,\"1107\":1822.92,\"1108\":12034.59,\"1109\":55645.84,\"1110\":6295.67,\"1111\":885.79,\"1112\":738.66,\"1113\":3698.88,\"1114\":2050.1,\"1115\":14312.91,\"1116\":573.98,\"1117\":null,\"1118\":15216.16,\"1119\":null,\"1120\":6176.26,\"1121\":939.79,\"1122\":239797.08,\"1123\":null,\"1124\":7716.73,\"1125\":null,\"1126\":505680.0,\"1127\":86936.72,\"1128\":null,\"1129\":20483.63,\"1130\":196243.55,\"1131\":16164.0,\"1132\":18627.4,\"1133\":23079.77,\"1134\":8849.88,\"1135\":11243.68,\"1136\":null,\"1137\":752.86,\"1138\":1567.68,\"1139\":111099.98,\"1140\":null,\"1141\":2406.15,\"1142\":768.44,\"1143\":407.74,\"1144\":27547.08,\"1145\":3849.3,\"1146\":2205.0,\"1147\":80.25,\"1148\":927.93,\"1149\":868006.14,\"1150\":597600.42,\"1151\":594.0,\"1152\":6696.8,\"1153\":8321.01,\"1154\":817.41,\"1155\":205130.0,\"1156\":690.87,\"1157\":15084.0,\"1158\":null,\"1159\":60960.2,\"1160\":69624.98,\"1161\":164993.67,\"1162\":null,\"1163\":393622.0,\"1164\":460260.19,\"1165\":null,\"1166\":null,\"1167\":580.01,\"1168\":670.9,\"1169\":3999.15,\"1170\":81361.85,\"1171\":1063.83,\"1172\":506.12,\"1173\":753.3,\"1174\":797.51,\"1175\":4339.2,\"1176\":432.48,\"1177\":10392.13,\"1178\":8063.1,\"1179\":19644.8,\"1180\":5078.4,\"1181\":361.94,\"1182\":2257.2,\"1183\":102.3,\"1184\":337.3,\"1185\":29701.05,\"1186\":48492.41,\"1187\":541833.54,\"1188\":null,\"1189\":614039.2,\"1190\":996.18,\"1191\":831.16,\"1192\":1269.55,\"1193\":2563.2,\"1194\":33361.43,\"1195\":645933.05,\"1196\":539494.35,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":74443.12,\"1201\":795.34,\"1202\":1383.68,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":77070.88,\"1207\":164262.73,\"1208\":170475.65,\"1209\":3852.35,\"1210\":77139.2,\"1211\":14768.24,\"1212\":45189.62,\"1213\":48805.47,\"1214\":null,\"1215\":75444.82,\"1216\":888.29,\"1217\":10876.8,\"1218\":2693.26,\"1219\":30939.41,\"1220\":50456.32,\"1221\":55801.85,\"1222\":19063.74,\"1223\":651.27,\"1224\":6411.6,\"1225\":6609.6,\"1226\":6772.43,\"1227\":null,\"1228\":2240.0,\"1229\":9431.16,\"1230\":994.44,\"1231\":1732.28,\"1232\":156.42,\"1233\":9374.0,\"1234\":12322.0,\"1235\":2897.4,\"1236\":7435.83,\"1237\":21923.68,\"1238\":10207.47,\"1239\":10217.18,\"1240\":695.93,\"1241\":15059.0,\"1242\":14735.2,\"1243\":null,\"1244\":1611.8,\"1245\":12996.0,\"1246\":19751.0,\"1247\":10334.74,\"1248\":19599.08,\"1249\":517.7,\"1250\":10679.5,\"1251\":2632.0,\"1252\":null,\"1253\":2026.3,\"1254\":null,\"1255\":3854.9,\"1256\":350.16,\"1257\":2166.95,\"1258\":341.32,\"1259\":2299.0,\"1260\":1323.08,\"1261\":12501.37,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":760.98,\"1268\":0.04,\"1269\":282.48,\"1270\":1277.7,\"1271\":null,\"1272\":299.52,\"1273\":null,\"1274\":6121.9,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4625.74,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":2343.12,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":3707.33,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":5157.71,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":16708.24,\"1307\":17516.49,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1346.29,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2204.4,\"1386\":7224.0,\"1387\":357916.17,\"1388\":3992.4,\"1389\":4735.63,\"1390\":698.5,\"1391\":47.52,\"1392\":90.0,\"1393\":405.03,\"1394\":14366.0,\"1395\":19485.77,\"1396\":198.0,\"1397\":3057.78,\"1398\":1691.91,\"1399\":724.36,\"1400\":3045.6,\"1401\":1319.0,\"1402\":22508.0,\"1403\":60410.68,\"1404\":493430.82,\"1405\":13408.0,\"1406\":986.7,\"1407\":9959.96,\"1408\":38835.8,\"1409\":6248.0,\"1410\":880.61,\"1411\":733.67,\"1412\":3698.88,\"1413\":2061.58,\"1414\":25761.26,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15212.2,\"1419\":1797.59,\"1420\":5664.06,\"1421\":938.8,\"1422\":239427.81,\"1423\":155613.87,\"1424\":7010.46,\"1425\":69144.0,\"1426\":73910.0,\"1427\":null,\"1428\":null,\"1429\":18899.83,\"1430\":329786.72,\"1431\":15360.0,\"1432\":18603.2,\"1433\":26081.64,\"1434\":8750.63,\"1435\":10690.19,\"1436\":735.68,\"1437\":1474.71,\"1438\":null,\"1439\":152570.0,\"1440\":null,\"1441\":2496.65,\"1442\":416.46,\"1443\":26555.01,\"1444\":2027.55,\"1445\":2171.4,\"1446\":73.75,\"1447\":908.19,\"1448\":880924.9300000001,\"1449\":600073.54,\"1450\":498.0,\"1451\":6641.8,\"1452\":8302.78,\"1453\":818.73,\"1454\":136700.0,\"1455\":675.96,\"1456\":14148.0,\"1457\":23977.18,\"1458\":60402.89,\"1459\":68567.51,\"1460\":164801.79,\"1461\":897.0,\"1462\":401718.0,\"1463\":546016.25,\"1464\":null,\"1465\":580.93,\"1466\":686.02,\"1467\":3993.45,\"1468\":81065.76,\"1469\":1062.1,\"1470\":526.61,\"1471\":707.76,\"1472\":781.69,\"1473\":4440.0,\"1474\":431.52,\"1475\":null,\"1476\":13959.0,\"1477\":8068.05,\"1478\":19606.4,\"1479\":11966.4,\"1480\":372.83,\"1481\":2578.8,\"1482\":102.3,\"1483\":null,\"1484\":29414.19,\"1485\":25591.14,\"1486\":null,\"1487\":null,\"1488\":628736.3,\"1489\":1144.26,\"1490\":826.98,\"1491\":1263.01,\"1492\":2563.2,\"1493\":33765.33,\"1494\":781679.64,\"1495\":538315.24,\"1496\":null,\"1497\":348339.29,\"1498\":140868.29,\"1499\":124398.64,\"1500\":794.5,\"1501\":779.48,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":64698.38,\"1506\":163563.91,\"1507\":169480.35,\"1508\":3844.6,\"1509\":101965.72,\"1510\":14748.99,\"1511\":45136.43,\"1512\":48289.91,\"1513\":630.96,\"1514\":133894.99,\"1515\":669.68,\"1516\":10806.4,\"1517\":2871.52,\"1518\":31526.76,\"1519\":45639.94,\"1520\":56389.93,\"1521\":19691.21,\"1522\":650.19,\"1523\":9835.2,\"1524\":null,\"1525\":6357.6,\"1526\":6778.04,\"1527\":369.2,\"1528\":3200.0,\"1529\":6405.97,\"1530\":1141.2,\"1531\":1756.04,\"1532\":168.83,\"1533\":null,\"1534\":9218.0,\"1535\":12332.0,\"1536\":2884.2,\"1537\":6955.83,\"1538\":17893.23,\"1539\":10198.07,\"1540\":10219.0,\"1541\":520.96,\"1542\":15047.2,\"1543\":14713.2,\"1544\":null,\"1545\":1524.0,\"1546\":14166.0,\"1547\":19747.06,\"1548\":10332.15,\"1549\":19603.8,\"1550\":null,\"1551\":491.2,\"1552\":12238.2,\"1553\":1976.0,\"1554\":1941.9,\"1555\":null,\"1556\":3682.0,\"1557\":350.16,\"1558\":2704.2,\"1559\":341.55,\"1560\":2346.0,\"1561\":1429.4,\"1562\":12133.19,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":null,\"1568\":820.38,\"1569\":274.56,\"1570\":1053.3,\"1571\":null,\"1572\":272.64,\"1573\":null,\"1574\":5954.8,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4562.61,\"1580\":null,\"1581\":null,\"1582\":464.45,\"1583\":null,\"1584\":6895.92,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":2526.0,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":5168.64,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":12907.55,\"1608\":13490.21,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1302.79,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2197.8,\"1690\":7202.4,\"1691\":19629.0,\"1692\":6818.4,\"1693\":null,\"1694\":688.93,\"1695\":null,\"1696\":null,\"1697\":404.73,\"1698\":12540.0,\"1699\":19597.43,\"1700\":198.0,\"1701\":2378.31,\"1702\":1751.97,\"1703\":715.05,\"1704\":2769.3,\"1705\":1535.0,\"1706\":20348.0,\"1707\":410841.11,\"1708\":501836.55,\"1709\":13328.0,\"1710\":1384.68,\"1711\":11937.74,\"1712\":44261.48,\"1713\":6314.0,\"1714\":1004.24,\"1715\":713.05,\"1716\":3699.2,\"1717\":2021.39,\"1718\":25904.12,\"1719\":621.94,\"1720\":null,\"1721\":15313.17,\"1722\":6176.0,\"1723\":5409.72,\"1724\":939.79,\"1725\":159537.35,\"1726\":6702.69,\"1727\":69144.0,\"1728\":504630.0,\"1729\":217471.39,\"1730\":null,\"1731\":17083.81,\"1732\":255116.67,\"1733\":19272.0,\"1734\":18587.8,\"1735\":23068.52,\"1736\":12950.19,\"1737\":11191.26,\"1738\":1167.07,\"1739\":1421.03,\"1740\":253440.01,\"1741\":null,\"1742\":2426.39,\"1743\":null,\"1744\":402.82,\"1745\":31478.45,\"1746\":3161.03,\"1747\":2183.4,\"1748\":935.94,\"1749\":891344.73,\"1750\":478773.3,\"1751\":192.0,\"1752\":6593.4,\"1753\":8269.74,\"1754\":821.15,\"1755\":136730.0,\"1756\":669.34,\"1757\":13068.0,\"1758\":23550.79,\"1759\":60437.57,\"1760\":68647.78,\"1761\":164886.5,\"1762\":12.0,\"1763\":553806.02,\"1764\":null,\"1765\":7346.09,\"1766\":580.54,\"1767\":682.13,\"1768\":3992.85,\"1769\":350064.65,\"1770\":1062.1,\"1771\":525.26,\"1772\":775.08,\"1773\":607.2,\"1774\":728.4,\"1775\":430.44,\"1776\":null,\"1777\":4354.65,\"1778\":19955.2,\"1779\":8366.4,\"1780\":null,\"1781\":372.83,\"1782\":2487.0,\"1783\":112.2,\"1784\":315.8,\"1785\":29497.58,\"1786\":25601.03,\"1787\":144939.26,\"1788\":null,\"1789\":591645.72,\"1790\":1276.56,\"1791\":null,\"1792\":1164.6,\"1793\":2563.2,\"1794\":641037.53,\"1795\":539941.01,\"1796\":102350.0,\"1797\":415510.52,\"1798\":139856.4,\"1799\":0.06,\"1800\":794.78,\"1801\":739.39,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64707.42,\"1806\":161614.64,\"1807\":170381.3,\"1808\":3848.73,\"1809\":132861.4,\"1810\":14779.61,\"1811\":45065.32,\"1812\":48092.68,\"1813\":647.31,\"1814\":76629.92,\"1815\":751.85,\"1816\":7328.2,\"1817\":2928.45,\"1818\":29740.36,\"1819\":6067.0,\"1820\":56876.33,\"1821\":16435.25,\"1822\":652.86,\"1823\":9133.2,\"1824\":null,\"1825\":4060.8,\"1826\":6633.99,\"1827\":343.66,\"1828\":null,\"1829\":3120.0,\"1830\":9113.61,\"1831\":1207.32,\"1832\":1696.2,\"1833\":135.7,\"1834\":9152.0,\"1835\":13736.0,\"1836\":3995.2,\"1837\":6947.7,\"1838\":18818.02,\"1839\":10175.39,\"1840\":10219.82,\"1841\":226.01,\"1842\":14160.9,\"1843\":13850.4,\"1844\":null,\"1845\":1521.1,\"1846\":13590.0,\"1847\":19739.74,\"1848\":10287.93,\"1849\":19599.79,\"1850\":474.0,\"1851\":16477.8,\"1852\":1824.0,\"1853\":1851.8,\"1854\":null,\"1855\":6926.6,\"1856\":350.16,\"1857\":2276.33,\"1858\":341.09,\"1859\":2254.0,\"1860\":1465.15,\"1861\":11886.03,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":757.02,\"1868\":null,\"1869\":241.56,\"1870\":938.4,\"1871\":null,\"1872\":null,\"1873\":281.28,\"1874\":null,\"1875\":5862.8,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4304.35,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":2535.66,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":4742.75,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5333.0,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":15758.91,\"1909\":16214.82,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1287.28,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":5080.42,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":null,\"1990\":7188.0,\"1991\":400376.41,\"1992\":6426.0,\"1993\":6602.2,\"1994\":690.36,\"1995\":7.04,\"1996\":null,\"1997\":404.68,\"1998\":14047.0,\"1999\":19483.21,\"2000\":204.6,\"2001\":3066.2,\"2002\":1712.37,\"2003\":746.01,\"2004\":1956.6,\"2005\":809.0,\"2006\":17516.0,\"2007\":60638.03,\"2008\":503407.98,\"2009\":12320.0,\"2010\":1401.51,\"2011\":4984.86,\"2012\":51756.7,\"2013\":6163.67,\"2014\":1024.65,\"2015\":526.39,\"2016\":3700.48,\"2017\":2079.17,\"2018\":23973.99,\"2019\":588.06,\"2020\":null,\"2021\":null,\"2022\":15307.57,\"2023\":8543.0,\"2024\":5168.98,\"2025\":940.78,\"2026\":156877.75,\"2027\":6533.85,\"2028\":507250.0,\"2029\":770600.28,\"2030\":null,\"2031\":16099.92,\"2032\":324866.71,\"2033\":15288.0,\"2034\":17168.8,\"2035\":23357.21,\"2036\":13974.36,\"2037\":9716.98,\"2038\":548.34,\"2039\":1354.15,\"2040\":null,\"2041\":305140.0,\"2042\":null,\"2043\":2478.25,\"2044\":771.69,\"2045\":413.85,\"2046\":30469.46,\"2047\":3720.02,\"2048\":2181.0,\"2049\":null,\"2050\":919.13,\"2051\":893641.76,\"2052\":464481.75,\"2053\":780.0,\"2054\":6340.4,\"2055\":8289.16,\"2056\":821.92,\"2057\":18740.0,\"2058\":652.52,\"2059\":14544.0,\"2060\":23255.45,\"2061\":61001.74,\"2062\":69487.53,\"2063\":164346.35,\"2064\":null,\"2065\":544882.41,\"2066\":7346.09,\"2067\":568.92,\"2068\":661.28,\"2069\":3854.4,\"2070\":188250.58,\"2071\":1062.1,\"2072\":535.06,\"2073\":569.34,\"2074\":1027.51,\"2075\":null,\"2076\":429.48,\"2077\":14050.11,\"2078\":4353.3,\"2079\":19961.6,\"2080\":8049.6,\"2081\":335.08,\"2082\":2584.2,\"2083\":108.9,\"2084\":307.45,\"2085\":29727.22,\"2086\":25604.69,\"2087\":57646.42,\"2088\":null,\"2089\":569996.52,\"2090\":1275.66,\"2091\":862.84,\"2092\":1152.16,\"2093\":1765.7,\"2094\":544733.59,\"2095\":539118.95,\"2096\":345314.13,\"2097\":141234.34,\"2098\":null,\"2099\":795.34,\"2100\":751.59,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64547.08,\"2105\":164009.16,\"2106\":169765.25,\"2107\":null,\"2108\":14790.94,\"2109\":45483.3,\"2110\":48552.55,\"2111\":655.77,\"2112\":76536.0,\"2113\":843.94,\"2114\":8049.8,\"2115\":2812.63,\"2116\":29371.14,\"2117\":46711.79,\"2118\":56828.22,\"2119\":14911.66,\"2120\":652.56,\"2121\":6411.6,\"2122\":7927.2,\"2123\":6797.18,\"2124\":317.86,\"2125\":null,\"2126\":880.0,\"2127\":4700.13,\"2128\":1282.08,\"2129\":1629.32,\"2130\":125.26,\"2131\":8830.0,\"2132\":14336.0,\"2133\":3256.0,\"2134\":6449.85,\"2135\":17111.19,\"2136\":9624.28,\"2137\":10048.86,\"2138\":67.03,\"2139\":12669.9,\"2140\":12342.2,\"2141\":null,\"2142\":1461.4,\"2143\":13860.0,\"2144\":19740.2,\"2145\":10293.2,\"2146\":19601.05,\"2147\":458.6,\"2148\":10469.4,\"2149\":4708.0,\"2150\":null,\"2151\":1773.0,\"2152\":null,\"2153\":5476.8,\"2154\":350.16,\"2155\":2074.91,\"2156\":339.94,\"2157\":2195.0,\"2158\":1396.31,\"2159\":11487.58,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":80.67,\"2165\":855.36,\"2166\":null,\"2167\":263.56,\"2168\":394.5,\"2169\":null,\"2170\":null,\"2171\":27.36,\"2172\":null,\"2173\":5738.7,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4103.48,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":4836.44,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":4913.06,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":3994.75,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19798.68,\"2206\":19851.71,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1266.32,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":8564.45,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2112.0,\"2289\":7185.6,\"2290\":21407.0,\"2291\":3337.2,\"2292\":5418.31,\"2293\":689.81,\"2294\":null,\"2295\":null,\"2296\":404.55,\"2297\":14520.0,\"2298\":19476.45,\"2299\":184.8,\"2300\":3062.4,\"2301\":1753.62,\"2302\":759.06,\"2303\":2552.4,\"2304\":813.0,\"2305\":17328.0,\"2306\":60431.7,\"2307\":508165.15,\"2308\":14080.0,\"2309\":1154.67,\"2310\":5984.59,\"2311\":53735.11,\"2312\":6310.33,\"2313\":851.0,\"2314\":708.84,\"2315\":3701.12,\"2316\":1861.1,\"2317\":null,\"2318\":636.02,\"2319\":null,\"2320\":null,\"2321\":15307.3,\"2322\":2850.58,\"2323\":4917.47,\"2324\":940.78,\"2325\":156639.19,\"2326\":6212.12,\"2327\":84440.0,\"2328\":943795.9,\"2329\":null,\"2330\":15588.78,\"2331\":307714.62,\"2332\":14820.0,\"2333\":18706.6,\"2334\":27062.36,\"2335\":11763.97,\"2336\":10755.84,\"2337\":null,\"2338\":744.99,\"2339\":1293.78,\"2340\":595.33,\"2341\":197560.0,\"2342\":null,\"2343\":2543.0,\"2344\":768.94,\"2345\":395.31,\"2346\":31065.33,\"2347\":2685.77,\"2348\":2181.6,\"2349\":null,\"2350\":861.58,\"2351\":893317.66,\"2352\":505846.74,\"2353\":624.0,\"2354\":6369.0,\"2355\":8352.35,\"2356\":814.77,\"2357\":null,\"2358\":663.1,\"2359\":12996.0,\"2360\":23454.14,\"2361\":60705.67,\"2362\":68444.33,\"2363\":164358.6,\"2364\":null,\"2365\":526717.42,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":563.24,\"2370\":665.68,\"2371\":3859.2,\"2372\":87704.45,\"2373\":1062.1,\"2374\":536.25,\"2375\":734.58,\"2376\":832.77,\"2377\":7596.0,\"2378\":428.04,\"2379\":14089.57,\"2380\":4357.8,\"2381\":19964.8,\"2382\":10305.6,\"2383\":null,\"2384\":360.56,\"2385\":2611.8,\"2386\":108.9,\"2387\":327.64,\"2388\":29439.98,\"2389\":25594.29,\"2390\":null,\"2391\":null,\"2392\":816720.9399999999,\"2393\":1374.24,\"2394\":801.02,\"2395\":1130.44,\"2396\":1788.2,\"2397\":504890.59,\"2398\":533476.47,\"2399\":null,\"2400\":null,\"2401\":415110.73,\"2402\":144316.9,\"2403\":null,\"2404\":795.34,\"2405\":884.98,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":63718.89,\"2410\":107995.19,\"2411\":170492.3,\"2412\":949.77,\"2413\":null,\"2414\":14760.79,\"2415\":45645.19,\"2416\":48359.33,\"2417\":657.3,\"2418\":76313.53,\"2419\":803.08,\"2420\":9607.4,\"2421\":2812.98,\"2422\":29250.9,\"2423\":46387.76,\"2424\":null,\"2425\":54698.98,\"2426\":13894.31,\"2427\":651.21,\"2428\":5544.0,\"2429\":null,\"2430\":3468.0,\"2431\":6761.87,\"2432\":304.59,\"2433\":null,\"2434\":4800.0,\"2435\":4727.28,\"2436\":669.24,\"2437\":1526.36,\"2438\":146.92,\"2439\":8588.0,\"2440\":10924.0,\"2441\":3113.0,\"2442\":5970.73,\"2443\":17762.62,\"2444\":9230.13,\"2445\":9671.18,\"2446\":1168.2,\"2447\":14135.4,\"2448\":13820.1,\"2449\":null,\"2450\":1387.7,\"2451\":13392.0,\"2452\":18725.84,\"2453\":10298.13,\"2454\":19612.08,\"2455\":436.2,\"2456\":9419.9,\"2457\":7708.0,\"2458\":1683.8,\"2459\":null,\"2460\":4580.9,\"2461\":350.16,\"2462\":2199.48,\"2463\":339.02,\"2464\":332.94,\"2465\":1407.13,\"2466\":10980.98,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":769.56,\"2473\":null,\"2474\":297.0,\"2475\":599.7,\"2476\":null,\"2477\":null,\"2478\":706.56,\"2479\":null,\"2480\":5547.4,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3988.7,\"2486\":null,\"2487\":null,\"2488\":4831.63,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":5720.55,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":3984.48,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":13663.08,\"2512\":14273.25,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1237.72,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":5362.0,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1999.8,\"2595\":7172.4,\"2596\":21156.0,\"2597\":2343.6,\"2598\":4933.99,\"2599\":690.8,\"2600\":26.75,\"2601\":null,\"2602\":404.44,\"2603\":12914.0,\"2604\":18604.37,\"2605\":171.6,\"2606\":3057.28,\"2607\":1716.0,\"2608\":750.78,\"2609\":2992.5,\"2610\":816.0,\"2611\":17044.0,\"2612\":60323.13,\"2613\":505013.29,\"2614\":13152.0,\"2615\":1614.69,\"2616\":6980.23,\"2617\":44553.79,\"2618\":6127.0,\"2619\":808.16,\"2620\":708.26,\"2621\":3700.48,\"2622\":1966.3,\"2623\":14115.42,\"2624\":629.86,\"2625\":null,\"2626\":null,\"2627\":15301.85,\"2628\":3985.58,\"2629\":4683.97,\"2630\":940.78,\"2631\":149744.72,\"2632\":5932.6,\"2633\":null,\"2634\":null,\"2635\":513860.38,\"2636\":null,\"2637\":14617.21,\"2638\":238099.18,\"2639\":14424.0,\"2640\":18752.8,\"2641\":23237.4,\"2642\":12943.49,\"2643\":10604.93,\"2644\":169135.61,\"2645\":985.32,\"2646\":1276.27,\"2647\":586.71,\"2648\":302005.0,\"2649\":null,\"2650\":2224.79,\"2651\":765.29,\"2652\":396.55,\"2653\":26810.24,\"2654\":2825.68,\"2655\":3.0,\"2656\":null,\"2657\":853.0,\"2658\":892321.1899999999,\"2659\":409164.09,\"2660\":1002.0,\"2661\":5830.0,\"2662\":8351.59,\"2663\":809.38,\"2664\":136730.0,\"2665\":625.12,\"2666\":14472.0,\"2667\":23189.85,\"2668\":60201.89,\"2669\":68498.86,\"2670\":165035.72,\"2671\":1.5,\"2672\":null,\"2673\":17204.1,\"2674\":20457.88,\"2675\":7193.04,\"2676\":569.05,\"2677\":669.96,\"2678\":3528.45,\"2679\":80889.52,\"2680\":1062.1,\"2681\":440.39,\"2682\":834.3,\"2683\":720.79,\"2684\":6590.4,\"2685\":429.12,\"2686\":13996.3,\"2687\":4494.15,\"2688\":19971.2,\"2689\":8208.0,\"2690\":355.81,\"2691\":2579.4,\"2692\":108.9,\"2693\":344.92,\"2694\":29677.34,\"2695\":25574.51,\"2696\":615471.25,\"2697\":null,\"2698\":554300.85,\"2699\":1366.14,\"2700\":820.82,\"2701\":1123.17,\"2702\":1602.0,\"2703\":560062.96,\"2704\":533826.03,\"2705\":null,\"2706\":35589.01,\"2707\":123126.91,\"2708\":372609.02,\"2709\":142479.77,\"2710\":0.33,\"2711\":795.2,\"2712\":644.17,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":69177.93,\"2717\":160371.89,\"2718\":169885.5,\"2719\":null,\"2720\":186913.82,\"2721\":14728.45,\"2722\":45344.04,\"2723\":48228.75,\"2724\":657.33,\"2725\":76392.22,\"2726\":768.49,\"2727\":9099.2,\"2728\":2523.38,\"2729\":30998.09,\"2730\":46586.06,\"2731\":49381.71,\"2732\":54979.57,\"2733\":13228.62,\"2734\":651.45,\"2735\":5576.4,\"2736\":0.6,\"2737\":3861.6,\"2738\":6768.63,\"2739\":288.02,\"2740\":null,\"2741\":480.0,\"2742\":4700.13,\"2743\":1217.16,\"2744\":1527.24,\"2745\":145.28,\"2746\":8448.0,\"2747\":10237.0,\"2748\":3005.2,\"2749\":5967.11,\"2750\":18115.6,\"2751\":9141.17,\"2752\":9498.28,\"2753\":936.17,\"2754\":10022.5,\"2755\":9787.5,\"2756\":null,\"2757\":1352.7,\"2758\":12564.0,\"2759\":19681.84,\"2760\":10294.56,\"2761\":19604.85,\"2762\":null,\"2763\":null,\"2764\":414.9,\"2765\":8842.8,\"2766\":7616.0,\"2767\":1612.4,\"2768\":null,\"2769\":4146.9,\"2770\":350.16,\"2771\":1247.06,\"2772\":339.48,\"2773\":2133.0,\"2774\":1403.21,\"2775\":10725.01,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":745.8,\"2782\":null,\"2783\":278.08,\"2784\":870.6,\"2785\":null,\"2786\":null,\"2787\":336.96,\"2788\":null,\"2789\":5601.2,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3925.57,\"2795\":null,\"2796\":null,\"2797\":8795.08,\"2798\":null,\"2799\":null,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":10203.6,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":4579.13,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":11065.06,\"2821\":11278.44,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1220.89,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":5.19,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1900.8,\"2904\":7174.8,\"2905\":13774.0,\"2906\":2347.2,\"2907\":4630.52,\"2908\":464.42,\"2909\":59.75,\"2910\":1600.0,\"2911\":404.28,\"2912\":13915.0,\"2913\":17781.74,\"2914\":198.0,\"2915\":3054.98,\"2916\":1743.06,\"2917\":717.44,\"2918\":2902.5,\"2919\":1361.0,\"2920\":15616.0,\"2921\":462796.67,\"2922\":506283.04,\"2923\":12960.0,\"2924\":1440.12,\"2925\":5992.89,\"2926\":62043.85,\"2927\":6178.33,\"2928\":767.91,\"2929\":720.43,\"2930\":3699.52,\"2931\":1961.72,\"2932\":13195.93,\"2933\":608.52,\"2934\":null,\"2935\":15431.39,\"2936\":2348.61,\"2937\":4657.83,\"2938\":940.78,\"2939\":null,\"2940\":148471.8,\"2941\":5899.08,\"2942\":60744.0,\"2943\":487290.0,\"2944\":632977.2,\"2945\":null,\"2946\":13607.74,\"2947\":303873.62,\"2948\":14424.0,\"2949\":18603.2,\"2950\":24239.01,\"2951\":11970.86,\"2952\":10777.0,\"2953\":87695.84,\"2954\":828.83,\"2955\":1246.74,\"2956\":479.71,\"2957\":305635.0,\"2958\":null,\"2959\":2065.06,\"2960\":765.59,\"2961\":400.13,\"2962\":25091.16,\"2963\":3353.7,\"2964\":0.6,\"2965\":null,\"2966\":906.51,\"2967\":894221.72,\"2968\":64837.37,\"2969\":1056.0,\"2970\":5909.2,\"2971\":8334.49,\"2972\":810.26,\"2973\":135860.0,\"2974\":623.19,\"2975\":14508.0,\"2976\":23026.44,\"2977\":59966.5,\"2978\":68355.3,\"2979\":165420.29,\"2980\":618.0,\"2981\":1028.7,\"2982\":39350.87,\"2983\":42375.75,\"2984\":7805.22,\"2985\":559.42,\"2986\":670.5,\"2987\":1681.2,\"2988\":350771.67,\"2989\":1062.1,\"2990\":547.01,\"2991\":524.34,\"2992\":734.95,\"2993\":5257.2,\"2994\":429.36,\"2995\":null,\"2996\":14032.89,\"2997\":4492.8,\"2998\":19798.4,\"2999\":9379.2,\"3000\":340.3,\"3001\":2614.8,\"3002\":108.9,\"3003\":339.76,\"3004\":29480.06,\"3005\":25581.66,\"3006\":70480.04,\"3007\":null,\"3008\":537676.74,\"3009\":1240.44,\"3010\":846.56,\"3011\":1106.97,\"3012\":1573.2,\"3013\":null,\"3014\":645211.74,\"3015\":548618.79,\"3016\":134800.0,\"3017\":416539.79,\"3018\":140756.04,\"3019\":125592.98,\"3020\":795.2,\"3021\":608.7,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76493.17,\"3026\":164985.52,\"3027\":170303.6,\"3028\":null,\"3029\":211920.32,\"3030\":14835.89,\"3031\":45486.32,\"3032\":48250.48,\"3033\":656.91,\"3034\":75648.89,\"3035\":816.65,\"3036\":8676.8,\"3037\":2519.94,\"3038\":33309.24,\"3039\":46276.48,\"3040\":49405.56,\"3041\":48793.82,\"3042\":13791.52,\"3043\":651.66,\"3044\":4154.4,\"3045\":null,\"3046\":4382.4,\"3047\":6895.02,\"3048\":284.66,\"3049\":720.0,\"3050\":4700.13,\"3051\":668.16,\"3052\":1565.08,\"3053\":114.9,\"3054\":9019.0,\"3055\":9849.0,\"3056\":2932.6,\"3057\":5467.26,\"3058\":18011.39,\"3059\":10093.14,\"3060\":10217.38,\"3061\":734.95,\"3062\":10003.4,\"3063\":9792.6,\"3064\":null,\"3065\":1407.3,\"3066\":13500.0,\"3067\":19661.13,\"3068\":10278.0,\"3069\":19606.84,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":441.1,\"3074\":8483.7,\"3075\":1846.0,\"3076\":null,\"3077\":1568.2,\"3078\":null,\"3079\":3806.0,\"3080\":null,\"3081\":350.16,\"3082\":2215.32,\"3083\":338.33,\"3084\":2108.0,\"3085\":1444.13,\"3086\":10988.8,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":733.92,\"3093\":null,\"3094\":284.24,\"3095\":384.9,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5546.7,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4258.44,\"3106\":null,\"3107\":3606.27,\"3108\":null,\"3109\":null,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":6552.67,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":6112.34,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9410.08,\"3132\":9683.73,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1331.77,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1861.2,\"3214\":7165.2,\"3215\":15802.0,\"3216\":2170.8,\"3217\":3937.34,\"3218\":469.04,\"3219\":52.45,\"3220\":3000.0,\"3221\":404.42,\"3222\":12815.0,\"3223\":16963.13,\"3224\":null,\"3225\":3047.06,\"3226\":1728.54,\"3227\":711.99,\"3228\":2223.0,\"3229\":1742.0,\"3230\":16836.0,\"3231\":462244.82,\"3232\":502965.04,\"3233\":12488.0,\"3234\":1108.8,\"3235\":4984.42,\"3236\":61748.06,\"3237\":6299.33,\"3238\":688.85,\"3239\":726.29,\"3240\":null,\"3241\":3699.84,\"3242\":12836.19,\"3243\":623.26,\"3244\":null,\"3245\":null,\"3246\":15397.58,\"3247\":1873.58,\"3248\":4890.1,\"3249\":940.78,\"3250\":129254.17,\"3251\":154284.3,\"3252\":6278.12,\"3253\":92160.0,\"3254\":null,\"3255\":654443.22,\"3256\":27.26,\"3257\":15595.93,\"3258\":306972.09,\"3259\":17957.58,\"3260\":18744.0,\"3261\":26223.17,\"3262\":12047.18,\"3263\":11911.79,\"3264\":4420.63,\"3265\":1021.13,\"3266\":1247.44,\"3267\":null,\"3268\":573.58,\"3269\":305580.0,\"3270\":null,\"3271\":2246.07,\"3272\":762.24,\"3273\":399.16,\"3274\":24447.35,\"3275\":2126.91,\"3276\":0.6,\"3277\":null,\"3278\":899.5,\"3279\":905428.5600000001,\"3280\":491693.58,\"3281\":570.0,\"3282\":6127.0,\"3283\":8337.73,\"3284\":805.09,\"3285\":16920.0,\"3286\":626.47,\"3287\":13572.0,\"3288\":22860.84,\"3289\":61494.63,\"3290\":68591.46,\"3291\":165335.39,\"3292\":null,\"3293\":null,\"3294\":null,\"3295\":1020.13,\"3296\":39108.45,\"3297\":42117.39,\"3298\":8111.3,\"3299\":539.88,\"3300\":672.52,\"3301\":1209.75,\"3302\":350128.57,\"3303\":1060.38,\"3304\":527.87,\"3305\":827.1,\"3306\":508.63,\"3307\":5119.2,\"3308\":429.36,\"3309\":14038.63,\"3310\":4497.3,\"3311\":19792.0,\"3312\":9748.8,\"3313\":379.04,\"3314\":2544.6,\"3315\":105.6,\"3316\":294.55,\"3317\":29462.0,\"3318\":25587.91,\"3319\":null,\"3320\":null,\"3321\":555651.74,\"3322\":1216.14,\"3323\":784.08,\"3324\":1148.82,\"3325\":1463.4,\"3326\":54001.63,\"3327\":787933.2,\"3328\":547607.78,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":416664.44,\"3333\":144428.43,\"3334\":125155.81,\"3335\":null,\"3336\":792.96,\"3337\":865.95,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64717.36,\"3342\":166088.35,\"3343\":170830.85,\"3344\":null,\"3345\":112884.2,\"3346\":18319.89,\"3347\":45529.7,\"3348\":48229.17,\"3349\":663.69,\"3350\":77504.01,\"3351\":null,\"3352\":8230.2,\"3353\":2522.35,\"3354\":28011.55,\"3355\":46205.83,\"3356\":48403.58,\"3357\":48343.76,\"3358\":15738.58,\"3359\":651.3,\"3360\":4154.4,\"3361\":0.6,\"3362\":7260.0,\"3363\":6095.6,\"3364\":278.06,\"3365\":6320.0,\"3366\":4700.13,\"3367\":1207.68,\"3368\":1520.2,\"3369\":137.41,\"3370\":null,\"3371\":8469.0,\"3372\":9459.0,\"3373\":2857.8,\"3374\":6451.74,\"3375\":18136.5,\"3376\":16206.36,\"3377\":16819.29,\"3378\":550.0,\"3379\":10016.7,\"3380\":9774.6,\"3381\":null,\"3382\":1329.8,\"3383\":14058.0,\"3384\":19662.47,\"3385\":10278.1,\"3386\":19608.98,\"3387\":6235.2,\"3388\":null,\"3389\":416.3,\"3390\":8273.0,\"3391\":2154.0,\"3392\":null,\"3393\":1487.8,\"3394\":null,\"3395\":3570.4,\"3396\":408.0,\"3397\":350.16,\"3398\":2150.48,\"3399\":336.95,\"3400\":2064.0,\"3401\":879.59,\"3402\":10766.2,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":722.04,\"3408\":null,\"3409\":281.16,\"3410\":1042.2,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2196.0,\"3415\":5482.0,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":4160.87,\"3421\":null,\"3422\":null,\"3423\":3293.14,\"3424\":null,\"3425\":180952.77,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":4202.02,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":5172.32,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":8226.95,\"3448\":8456.24,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1576.14,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1861.2,\"3533\":7153.2,\"3534\":18849.0,\"3535\":1911.6,\"3536\":3934.22,\"3537\":467.06,\"3538\":null,\"3539\":404.48,\"3540\":13508.0,\"3541\":16378.33,\"3542\":198.0,\"3543\":3036.33,\"3544\":1745.37,\"3545\":705.87,\"3546\":3099.6,\"3547\":1723.0,\"3548\":16056.0,\"3549\":437507.51,\"3550\":502254.61,\"3551\":null,\"3552\":704.88,\"3553\":11443.1,\"3554\":62038.26,\"3555\":6138.0,\"3556\":639.11,\"3557\":725.5,\"3558\":3700.16,\"3559\":11511.65,\"3560\":627.0,\"3561\":null,\"3562\":null,\"3563\":15322.57,\"3564\":1473.48,\"3565\":4625.76,\"3566\":940.78,\"3567\":228976.83,\"3568\":152264.72,\"3569\":5796.85,\"3570\":null,\"3571\":null,\"3572\":212655.42,\"3573\":null,\"3574\":13191.39,\"3575\":252537.25,\"3576\":15072.37,\"3577\":18970.6,\"3578\":26072.64,\"3579\":10980.09,\"3580\":10236.98,\"3581\":null,\"3582\":1014.09,\"3583\":1256.66,\"3584\":337.08,\"3585\":306130.0,\"3586\":null,\"3587\":2182.82,\"3588\":null,\"3589\":402.02,\"3590\":23270.34,\"3591\":null,\"3592\":3418.41,\"3593\":4.2,\"3594\":906.32,\"3595\":884073.11,\"3596\":421148.31,\"3597\":468.0,\"3598\":6386.6,\"3599\":8319.85,\"3600\":804.98,\"3601\":636.45,\"3602\":13032.0,\"3603\":23166.78,\"3604\":68919.01,\"3605\":165068.12,\"3606\":null,\"3607\":269054.0,\"3608\":414292.17,\"3609\":1046.03,\"3610\":39030.7,\"3611\":42650.76,\"3612\":7805.22,\"3613\":528.79,\"3614\":669.53,\"3615\":1176.3,\"3616\":158133.03,\"3617\":null,\"3618\":538.1,\"3619\":804.42,\"3620\":603.62,\"3621\":5247.6,\"3622\":429.48,\"3623\":null,\"3624\":null,\"3625\":13968.33,\"3626\":4500.0,\"3627\":19459.2,\"3628\":9033.6,\"3629\":353.89,\"3630\":2519.4,\"3631\":105.6,\"3632\":212.01,\"3633\":30178.39,\"3634\":49049.33,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":536354.5,\"3639\":1213.2,\"3640\":718.08,\"3641\":1166.65,\"3642\":1306.8,\"3643\":33493.11,\"3644\":773145.01,\"3645\":null,\"3646\":548204.53,\"3647\":null,\"3648\":24087.5,\"3649\":416842.98,\"3650\":142862.74,\"3651\":125648.62,\"3652\":2060.0,\"3653\":793.1,\"3654\":700.12,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":60969.07,\"3659\":165454.56,\"3660\":170840.1,\"3661\":null,\"3662\":160917.47,\"3663\":18287.68,\"3664\":45418.27,\"3665\":48262.67,\"3666\":276.0,\"3667\":152150.29,\"3668\":1143.3,\"3669\":8536.0,\"3670\":2444.18,\"3671\":33522.41,\"3672\":46498.44,\"3673\":56613.68,\"3674\":57594.96,\"3675\":12637.48,\"3676\":649.23,\"3677\":9320.4,\"3678\":null,\"3679\":null,\"3680\":2997.6,\"3681\":6729.53,\"3682\":276.74,\"3683\":3680.0,\"3684\":8811.66,\"3685\":961.92,\"3686\":1259.72,\"3687\":125.0,\"3688\":331.2,\"3689\":8105.0,\"3690\":9558.0,\"3691\":2809.4,\"3692\":4954.23,\"3693\":17635.94,\"3694\":9449.94,\"3695\":9806.64,\"3696\":57.05,\"3697\":10006.4,\"3698\":9770.6,\"3699\":null,\"3700\":1332.6,\"3701\":13986.0,\"3702\":19649.23,\"3703\":10292.5,\"3704\":19599.46,\"3705\":8046.0,\"3706\":null,\"3707\":8100.1,\"3708\":4582.0,\"3709\":null,\"3710\":1449.0,\"3711\":null,\"3712\":3384.2,\"3713\":1158.0,\"3714\":350.16,\"3715\":2097.01,\"3716\":341.55,\"3717\":2061.0,\"3718\":1286.85,\"3719\":10353.64,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":717.42,\"3725\":288.2,\"3726\":805.8,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5358.0,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3810.78,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":3275.74,\"3741\":null,\"3742\":163093.98,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":4257.35,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4078.49,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":11348.83,\"3765\":11521.19,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1220.56,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":null,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1815.0,\"3850\":7146.0,\"3851\":341083.01,\"3852\":6843.6,\"3853\":6418.94,\"3854\":467.61,\"3855\":69.7,\"3856\":404.7,\"3857\":12826.0,\"3858\":15843.03,\"3859\":204.6,\"3860\":3045.74,\"3861\":1748.34,\"3862\":766.3,\"3863\":2881.8,\"3864\":2207.0,\"3865\":21544.0,\"3866\":87463.13,\"3867\":499840.92,\"3868\":12232.0,\"3869\":759.99,\"3870\":11444.93,\"3871\":61895.15,\"3872\":6163.67,\"3873\":708.98,\"3874\":719.48,\"3875\":3700.8,\"3876\":null,\"3877\":11375.23,\"3878\":635.58,\"3879\":null,\"3880\":null,\"3881\":28250.19,\"3882\":1588.55,\"3883\":4375.83,\"3884\":939.79,\"3885\":247486.06,\"3886\":151409.86,\"3887\":5645.51,\"3888\":null,\"3889\":null,\"3890\":36277.0,\"3891\":null,\"3892\":12845.69,\"3893\":323416.04,\"3894\":14104.65,\"3895\":18926.6,\"3896\":25424.39,\"3897\":13194.08,\"3898\":16701.13,\"3899\":null,\"3900\":1024.24,\"3901\":1237.53,\"3902\":579.46,\"3903\":null,\"3904\":null,\"3905\":2441.8,\"3906\":763.52,\"3907\":391.85,\"3908\":22313.59,\"3909\":142556.3,\"3910\":2910.21,\"3911\":22.8,\"3912\":681.89,\"3913\":877122.16,\"3914\":141585.45,\"3915\":444.0,\"3916\":6353.6,\"3917\":8295.48,\"3918\":798.49,\"3919\":null,\"3920\":640.26,\"3921\":13896.0,\"3922\":22818.33,\"3923\":69726.21,\"3924\":164938.39,\"3925\":null,\"3926\":389896.0,\"3927\":447766.44,\"3928\":1042.63,\"3929\":38741.77,\"3930\":42304.6,\"3931\":7958.26,\"3932\":539.62,\"3933\":358.16,\"3934\":996.15,\"3935\":170209.31,\"3936\":1050.05,\"3937\":529.88,\"3938\":568.26,\"3939\":547.27,\"3940\":5136.0,\"3941\":429.24,\"3942\":1965.01,\"3943\":14042.93,\"3944\":4500.45,\"3945\":18499.84,\"3946\":6033.6,\"3947\":379.9,\"3948\":2471.4,\"3949\":102.3,\"3950\":351.66,\"3951\":29597.87,\"3952\":32869.63,\"3953\":496463.32,\"3954\":null,\"3955\":569464.33,\"3956\":1209.54,\"3957\":749.32,\"3958\":1102.48,\"3959\":1278.0,\"3960\":773747.27,\"3961\":38092.86,\"3962\":546806.79,\"3963\":101660.0,\"3964\":155175.26,\"3965\":418790.17,\"3966\":142986.11,\"3967\":125885.48,\"3968\":792.96,\"3969\":622.63,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":77146.59,\"3974\":165434.53,\"3975\":167613.7,\"3976\":null,\"3977\":80468.73,\"3978\":18957.77,\"3979\":45080.49,\"3980\":48940.2,\"3981\":659.28,\"3982\":75627.76,\"3983\":913.67,\"3984\":8168.6,\"3985\":2378.3,\"3986\":null,\"3987\":null,\"3988\":45606.61,\"3989\":45471.01,\"3990\":16039.7,\"3991\":650.49,\"3992\":5356.8,\"3993\":null,\"3994\":5673.6,\"3995\":6774.41,\"3996\":267.7,\"3997\":null,\"3998\":6960.0,\"3999\":9339.94,\"4000\":1091.4,\"4001\":1551.44,\"4002\":145.46,\"4003\":330.6,\"4004\":7887.0,\"4005\":9042.0,\"4006\":2785.2,\"4007\":4955.89,\"4008\":14887.29,\"4009\":9084.91,\"4010\":9439.0,\"4011\":164.71,\"4012\":10010.1,\"4013\":9779.8,\"4014\":null,\"4015\":1301.8,\"4016\":13032.0,\"4017\":19750.08,\"4018\":10291.43,\"4019\":19608.03,\"4020\":8269.2,\"4021\":392.9,\"4022\":7889.2,\"4023\":1816.0,\"4024\":1413.1,\"4025\":null,\"4026\":3237.8,\"4027\":2207.0,\"4028\":350.16,\"4029\":1438.78,\"4030\":346.15,\"4031\":2012.0,\"4032\":1175.35,\"4033\":10506.64,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":744.48,\"4039\":293.48,\"4040\":846.0,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5304.7,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3741.91,\"4052\":null,\"4053\":null,\"4054\":2992.52,\"4055\":null,\"4056\":180843.74,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":4646.71,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":4689.12,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":8426.57,\"4080\":8669.3,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1196.09,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":3199.9,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1729.2,\"4167\":7142.4,\"4168\":388052.42,\"4169\":3250.8,\"4170\":4238.4,\"4171\":468.49,\"4172\":null,\"4173\":404.29,\"4174\":13926.0,\"4175\":15479.63,\"4176\":198.0,\"4177\":3140.12,\"4178\":1738.44,\"4179\":770.36,\"4180\":2902.5,\"4181\":2194.0,\"4182\":20736.0,\"4183\":60525.13,\"4184\":439469.35,\"4185\":12520.0,\"4186\":1046.43,\"4187\":7970.97,\"4188\":32530.11,\"4189\":6141.67,\"4190\":668.15,\"4191\":718.2,\"4192\":3700.8,\"4193\":977.22,\"4194\":11102.87,\"4195\":606.32,\"4196\":null,\"4197\":null,\"4198\":26239.23,\"4199\":6345.0,\"4200\":4351.95,\"4201\":940.78,\"4202\":249602.72,\"4203\":153263.2,\"4204\":5562.76,\"4205\":null,\"4206\":506920.0,\"4207\":null,\"4208\":12151.17,\"4209\":212730.64,\"4210\":13906.53,\"4211\":18728.6,\"4212\":23187.61,\"4213\":11880.54,\"4214\":15995.08,\"4215\":169251.89,\"4216\":937.3,\"4217\":1207.57,\"4218\":594.96,\"4219\":null,\"4220\":null,\"4221\":2193.86,\"4222\":768.64,\"4223\":402.63,\"4224\":22173.47,\"4225\":161422.11,\"4226\":1913.76,\"4227\":6.6,\"4228\":869.88,\"4229\":862138.64,\"4230\":0.06,\"4231\":534.0,\"4232\":6795.8,\"4233\":8316.18,\"4234\":796.07,\"4235\":615.26,\"4236\":13968.0,\"4237\":22837.74,\"4238\":69321.05,\"4239\":165124.82,\"4240\":null,\"4241\":403466.0,\"4242\":52987.17,\"4243\":910.3,\"4244\":38795.92,\"4245\":42405.05,\"4246\":7805.22,\"4247\":530.38,\"4248\":675.25,\"4249\":908.25,\"4250\":81038.56,\"4251\":2117.32,\"4252\":525.72,\"4253\":653.04,\"4254\":621.88,\"4255\":5031.6,\"4256\":429.12,\"4257\":1452.71,\"4258\":null,\"4259\":4011.75,\"4260\":18126.59,\"4261\":10286.4,\"4262\":null,\"4263\":374.55,\"4264\":2575.2,\"4265\":102.3,\"4266\":336.12,\"4267\":29538.01,\"4268\":32626.2,\"4269\":null,\"4270\":464606.45,\"4271\":null,\"4272\":665940.6800000001,\"4273\":1324.08,\"4274\":788.04,\"4275\":1055.07,\"4276\":1269.0,\"4277\":773550.4399999999,\"4278\":52444.94,\"4279\":542885.71,\"4280\":null,\"4281\":155712.91,\"4282\":422641.08,\"4283\":144135.16,\"4284\":125493.69,\"4285\":792.82,\"4286\":543.65,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":67699.31,\"4291\":165389.79,\"4292\":169966.9,\"4293\":null,\"4294\":99216.11,\"4295\":19192.15,\"4296\":45455.37,\"4297\":48478.69,\"4298\":650.67,\"4299\":75313.48,\"4300\":902.22,\"4301\":7862.8,\"4302\":2406.42,\"4303\":27139.19,\"4304\":45911.38,\"4305\":58054.0,\"4306\":50217.03,\"4307\":19559.69,\"4308\":650.85,\"4309\":5907.6,\"4310\":null,\"4311\":7809.6,\"4312\":6803.78,\"4313\":259.78,\"4314\":1520.0,\"4315\":9370.45,\"4316\":1103.16,\"4317\":1613.92,\"4318\":124.21,\"4319\":7741.0,\"4320\":9319.0,\"4321\":2829.2,\"4322\":4959.89,\"4323\":14837.73,\"4324\":9619.69,\"4325\":9955.62,\"4326\":628.91,\"4327\":10011.8,\"4328\":9606.3,\"4329\":null,\"4330\":1363.0,\"4331\":13374.0,\"4332\":19754.43,\"4333\":10293.53,\"4334\":19616.23,\"4335\":8280.0,\"4336\":400.4,\"4337\":8254.0,\"4338\":3138.0,\"4339\":null,\"4340\":1433.8,\"4341\":null,\"4342\":3279.5,\"4343\":5745.0,\"4344\":350.16,\"4345\":1805.27,\"4346\":344.77,\"4347\":2014.0,\"4348\":1166.41,\"4349\":10774.09,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":712.14,\"4356\":null,\"4357\":268.84,\"4358\":58.8,\"4359\":null,\"4360\":null,\"4361\":109.92,\"4362\":null,\"4363\":2000.0,\"4364\":5414.3,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":3822.26,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":936.3,\"4374\":null,\"4375\":101540.14,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":1.81,\"4380\":null,\"4381\":1430.06,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":5239.07,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6959.18,\"4398\":7154.43,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1179.53,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5262.4,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":2817.75,\"4444\":3446.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3446.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":2548.33,\"4484\":1729.2,\"4485\":7138.8,\"4486\":368357.96,\"4487\":2437.2,\"4488\":4437.67,\"4489\":null,\"4490\":404.64,\"4491\":11407.0,\"4492\":16134.82,\"4493\":198.0,\"4494\":3116.02,\"4495\":1732.5,\"4496\":752.72,\"4497\":2148.3,\"4498\":3562.0,\"4499\":20468.0,\"4500\":60278.39,\"4501\":503512.46,\"4502\":12640.0,\"4503\":1315.05,\"4504\":10453.61,\"4505\":30433.33,\"4506\":6064.67,\"4507\":634.8,\"4508\":720.22,\"4509\":3700.16,\"4510\":849.38,\"4511\":11301.74,\"4512\":616.88,\"4513\":null,\"4514\":null,\"4515\":26538.76,\"4516\":12589.0,\"4517\":4330.17,\"4518\":939.79,\"4519\":250139.22,\"4520\":155271.93,\"4521\":5570.71,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":11864.46,\"4526\":195870.0,\"4527\":14462.89,\"4528\":18889.2,\"4529\":23767.68,\"4530\":11435.44,\"4531\":16014.9,\"4532\":169503.55,\"4533\":925.5,\"4534\":1177.92,\"4535\":592.71,\"4536\":null,\"4537\":2184.54,\"4538\":759.49,\"4539\":402.79,\"4540\":21728.0,\"4541\":10686.31,\"4542\":1304.89,\"4543\":1647.0,\"4544\":903.27,\"4545\":874457.09,\"4546\":504963.4,\"4547\":396.0,\"4548\":6857.4,\"4549\":8309.73,\"4550\":790.13,\"4551\":644.79,\"4552\":14292.0,\"4553\":23554.0,\"4554\":69335.29,\"4555\":164988.2,\"4556\":2.5,\"4557\":null,\"4558\":539217.46,\"4559\":998.18,\"4560\":20389.09,\"4561\":42188.65,\"4562\":7805.22,\"4563\":531.83,\"4564\":675.07,\"4565\":826.5,\"4566\":81029.83,\"4567\":3084.75,\"4568\":436.95,\"4569\":743.94,\"4570\":598.08,\"4571\":4597.2,\"4572\":428.76,\"4573\":1680.36,\"4574\":null,\"4575\":2765.25,\"4576\":17739.49,\"4577\":8131.2,\"4578\":787.37,\"4579\":378.71,\"4580\":2566.2,\"4581\":102.3,\"4582\":331.54,\"4583\":29406.62,\"4584\":35906.23,\"4585\":null,\"4586\":425591.22,\"4587\":null,\"4588\":411640.88,\"4589\":1497.9,\"4590\":760.54,\"4591\":1132.06,\"4592\":1418.4,\"4593\":776766.8100000001,\"4594\":null,\"4595\":542054.02,\"4596\":102240.0,\"4597\":155209.38,\"4598\":423785.94,\"4599\":143851.27,\"4600\":126579.36,\"4601\":792.12,\"4602\":687.24,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":62557.24,\"4607\":165170.9,\"4608\":170568.15,\"4609\":null,\"4610\":102685.62,\"4611\":19191.17,\"4612\":45870.51,\"4613\":49037.08,\"4614\":652.77,\"4615\":75346.71,\"4616\":859.15,\"4617\":3940.2,\"4618\":2278.78,\"4619\":29553.46,\"4620\":41412.01,\"4621\":58568.75,\"4622\":57472.13,\"4623\":16855.8,\"4624\":325.05,\"4625\":9331.2,\"4626\":232.8,\"4627\":7809.6,\"4628\":6718.47,\"4629\":282.55,\"4630\":6000.0,\"4631\":9346.63,\"4632\":1151.52,\"4633\":1516.24,\"4634\":142.3,\"4635\":8695.0,\"4636\":9886.0,\"4637\":2809.4,\"4638\":4960.97,\"4639\":16742.48,\"4640\":10083.45,\"4641\":10217.19,\"4642\":465.96,\"4643\":10018.1,\"4644\":9623.6,\"4645\":null,\"4646\":2218.3,\"4647\":13302.0,\"4648\":19752.67,\"4649\":10295.66,\"4650\":19615.68,\"4651\":8676.0,\"4652\":595.2,\"4653\":11359.8,\"4654\":7028.0,\"4655\":null,\"4656\":2508.7,\"4657\":null,\"4658\":4260.2,\"4659\":4210.0,\"4660\":350.16,\"4661\":2168.43,\"4662\":340.4,\"4663\":2347.0,\"4664\":1276.34,\"4665\":19438.36,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":869.88,\"4672\":247.28,\"4673\":230.7,\"4674\":null,\"4675\":null,\"4676\":315.36,\"4677\":null,\"4678\":2000.0,\"4679\":7612.7,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":7288.7,\"4685\":null,\"4686\":null,\"4687\":2973.25,\"4688\":null,\"4689\":85066.8,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":3952.62,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":5082.09,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6780.39,\"4712\":6972.69,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1208.19,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":4169.0,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4159.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4159.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3714.33,\"4797\":2131.8,\"4798\":7138.8,\"4799\":262948.96,\"4800\":8593.2,\"4801\":7870.74,\"4802\":null,\"4803\":404.53,\"4804\":11704.0,\"4805\":17268.15,\"4806\":13.2,\"4807\":3103.82,\"4808\":1742.4,\"4809\":761.89,\"4810\":2410.2,\"4811\":3930.0,\"4812\":21192.0,\"4813\":60239.5,\"4814\":502900.65,\"4815\":13744.0,\"4816\":1353.33,\"4817\":18002.17,\"4818\":38674.86,\"4819\":7216.0,\"4820\":null,\"4821\":712.39,\"4822\":3701.12,\"4823\":859.98,\"4824\":14337.35,\"4825\":611.16,\"4826\":null,\"4827\":null,\"4828\":27280.36,\"4829\":15378.0,\"4830\":8190.74,\"4831\":939.79,\"4832\":250484.89,\"4833\":152199.04,\"4834\":8598.2,\"4835\":null,\"4836\":505100.0,\"4837\":null,\"4838\":null,\"4839\":30616.78,\"4840\":397949.34,\"4841\":19273.93,\"4842\":15292.2,\"4843\":25674.45,\"4844\":15856.7,\"4845\":16301.27,\"4846\":95744.77,\"4847\":1241.38,\"4848\":1227.51,\"4849\":583.83,\"4850\":null,\"4851\":null,\"4852\":2309.09,\"4853\":758.6,\"4854\":406.95,\"4855\":28703.37,\"4856\":null,\"4857\":2926.61,\"4858\":2211.0,\"4859\":804.02,\"4860\":949912.26,\"4861\":482432.38,\"4862\":570.0,\"4863\":10397.2,\"4864\":8318.56,\"4865\":788.81,\"4866\":65690.0,\"4867\":615.62,\"4868\":14076.0,\"4869\":22668.03,\"4870\":69398.74,\"4871\":165404.7,\"4872\":1.5,\"4873\":322874.0,\"4874\":null,\"4875\":null,\"4876\":43263.96,\"4877\":7652.17,\"4878\":533.68,\"4879\":675.0,\"4880\":734.55,\"4881\":81081.25,\"4882\":3074.42,\"4883\":546.22,\"4884\":490.32,\"4885\":550.64,\"4886\":4232.4,\"4887\":429.0,\"4888\":null,\"4889\":1556.07,\"4890\":14096.02,\"4891\":3297.15,\"4892\":17351.35,\"4893\":8112.0,\"4894\":316.47,\"4895\":2559.6,\"4896\":102.3,\"4897\":340.81,\"4898\":29379.52,\"4899\":49845.17,\"4900\":null,\"4901\":222868.52,\"4902\":null,\"4903\":96315.77,\"4904\":null,\"4905\":742.28,\"4906\":1165.15,\"4907\":1157.4,\"4908\":771658.24,\"4909\":38712.88,\"4910\":497456.79,\"4911\":null,\"4912\":123120.0,\"4913\":155249.26,\"4914\":422987.19,\"4915\":72142.64,\"4916\":73647.98,\"4917\":791.42,\"4918\":787.3,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":60490.04,\"4923\":159211.02,\"4924\":170052.0,\"4925\":null,\"4926\":null,\"4927\":125482.43,\"4928\":null,\"4929\":45698.44,\"4930\":48519.56,\"4931\":644.37,\"4932\":76439.06,\"4933\":785.62,\"4934\":7625.2,\"4935\":2192.35,\"4936\":30883.62,\"4937\":42832.22,\"4938\":59193.47,\"4939\":57344.85,\"4940\":13419.42,\"4941\":325.2,\"4942\":8881.2,\"4943\":null,\"4944\":7809.6,\"4945\":6772.76,\"4946\":251.46,\"4947\":null,\"4948\":5040.0,\"4949\":9367.94,\"4950\":81.6,\"4951\":1578.28,\"4952\":152.59,\"4953\":null,\"4954\":8725.0,\"4955\":9897.0,\"4956\":2774.2,\"4957\":4476.7,\"4958\":17152.11,\"4959\":9322.5,\"4960\":9693.46,\"4961\":1526.8,\"4962\":10019.4,\"4963\":9621.6,\"4964\":null,\"4965\":2088.8,\"4966\":13590.0,\"4967\":16397.31,\"4968\":10106.01,\"4969\":19424.29,\"4970\":7214.4,\"4971\":533.0,\"4972\":9110.4,\"4973\":7700.0,\"4974\":1503.2,\"4975\":null,\"4976\":3564.0,\"4977\":3503.0,\"4978\":350.16,\"4979\":1998.88,\"4980\":342.01,\"4981\":2208.0,\"4982\":1291.71,\"4983\":13212.96,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":813.12,\"4990\":329.12,\"4991\":720.9,\"4992\":null,\"4993\":null,\"4994\":217.44,\"4995\":null,\"4996\":2000.0,\"4997\":5721.7,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4298.61,\"5003\":null,\"5004\":null,\"5005\":5439.95,\"5006\":null,\"5007\":84859.21,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":6951.97,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4140.91,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5692.91,\"5031\":5826.71,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":1.05,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1258.73,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5584.7,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4640.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4640.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3699.67,\"5116\":2197.8,\"5117\":7144.8,\"5118\":385919.03,\"5119\":5734.8,\"5120\":6251.91,\"5121\":null,\"5122\":57.2,\"5123\":null,\"5124\":404.86,\"5125\":13948.0,\"5126\":10375.16,\"5127\":null,\"5128\":2432.26,\"5129\":1688.61,\"5130\":760.0,\"5131\":1070.1,\"5132\":3074.0,\"5133\":21000.0,\"5134\":60632.78,\"5135\":504284.1,\"5136\":13352.0,\"5137\":1377.75,\"5138\":18199.44,\"5139\":47026.8,\"5140\":7315.0,\"5141\":1199.74,\"5142\":746.5,\"5143\":3700.16,\"5144\":913.49,\"5145\":15950.86,\"5146\":603.02,\"5147\":null,\"5148\":null,\"5149\":29022.86,\"5150\":4623.7,\"5151\":4912.33,\"5152\":939.79,\"5153\":248912.44,\"5154\":160418.77,\"5155\":6066.43,\"5156\":138480.0,\"5157\":488000.0,\"5158\":null,\"5159\":null,\"5160\":16640.76,\"5161\":394492.51,\"5162\":19380.48,\"5163\":18772.6,\"5164\":21264.06,\"5165\":14011.08,\"5166\":16520.67,\"5167\":80145.71,\"5168\":1209.09,\"5169\":1227.55,\"5170\":780.58,\"5171\":null,\"5172\":null,\"5173\":2410.75,\"5174\":740.98,\"5175\":398.34,\"5176\":28630.01,\"5177\":40397.75,\"5178\":3583.65,\"5179\":2211.0,\"5180\":825.41,\"5181\":914875.8100000001,\"5182\":175366.6,\"5183\":456.0,\"5184\":7429.4,\"5185\":8429.17,\"5186\":801.68,\"5187\":203690.0,\"5188\":609.79,\"5189\":15084.0,\"5190\":22736.63,\"5191\":69682.25,\"5192\":165217.25,\"5193\":1.5,\"5194\":291180.0,\"5195\":null,\"5196\":null,\"5197\":20431.75,\"5198\":6886.96,\"5199\":499.49,\"5200\":674.93,\"5201\":786.0,\"5202\":81327.53,\"5203\":3081.31,\"5204\":520.11,\"5205\":684.36,\"5206\":590.88,\"5207\":5035.2,\"5208\":428.52,\"5209\":1823.78,\"5210\":14034.33,\"5211\":1242.9,\"5212\":16778.7,\"5213\":9566.4,\"5214\":369.73,\"5215\":2557.2,\"5216\":102.3,\"5217\":345.11,\"5218\":30241.07,\"5219\":34488.26,\"5220\":null,\"5221\":261043.35,\"5222\":null,\"5223\":253528.52,\"5224\":1331.46,\"5225\":793.32,\"5226\":1074.74,\"5227\":1301.4,\"5228\":782597.5699999999,\"5229\":39318.26,\"5230\":531954.14,\"5231\":136600.0,\"5232\":154929.14,\"5233\":422978.5,\"5234\":144903.85,\"5235\":127249.4,\"5236\":null,\"5237\":791.28,\"5238\":502.65,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":61401.43,\"5243\":158522.12,\"5244\":167537.85,\"5245\":100094.0,\"5246\":null,\"5247\":173565.69,\"5248\":598.06,\"5249\":14591.26,\"5250\":45717.66,\"5251\":49045.37,\"5252\":655.77,\"5253\":75609.1,\"5254\":770.94,\"5255\":8958.4,\"5256\":2665.71,\"5257\":28926.98,\"5258\":32029.18,\"5259\":58448.36,\"5260\":57817.94,\"5261\":17602.05,\"5262\":324.72,\"5263\":5918.4,\"5264\":180.6,\"5265\":7809.6,\"5266\":6739.26,\"5267\":277.66,\"5268\":640.0,\"5269\":9397.85,\"5270\":518.16,\"5271\":1695.32,\"5272\":116.69,\"5273\":13.2,\"5274\":9091.0,\"5275\":8442.0,\"5276\":2686.2,\"5277\":4962.75,\"5278\":17584.66,\"5279\":9377.3,\"5280\":9701.93,\"5281\":267.96,\"5282\":13547.4,\"5283\":13293.7,\"5284\":null,\"5285\":1548.5,\"5286\":13914.0,\"5287\":19744.18,\"5288\":10253.0,\"5289\":19609.87,\"5290\":8344.8,\"5291\":424.5,\"5292\":7882.6,\"5293\":1884.0,\"5294\":1363.4,\"5295\":null,\"5296\":6114.5,\"5297\":5123.0,\"5298\":350.16,\"5299\":2129.54,\"5300\":337.41,\"5301\":2063.0,\"5302\":1273.68,\"5303\":11253.87,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":769.56,\"5310\":null,\"5311\":291.72,\"5312\":690.6,\"5313\":null,\"5314\":null,\"5315\":276.0,\"5316\":null,\"5317\":2000.0,\"5318\":5369.7,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":4246.96,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":7543.88,\"5328\":null,\"5329\":180920.74,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":8986.02,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4828.19,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5012.22,\"5353\":5131.37,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":1.35,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1286.89,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":5597.9,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":6029.79,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":17.83,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3831.67,\"5440\":1933.8,\"5441\":7164.0,\"5442\":393116.96,\"5443\":2444.4,\"5444\":4927.93,\"5445\":467.06,\"5446\":37.4,\"5447\":404.69,\"5448\":13794.0,\"5449\":14477.28,\"5450\":184.8,\"5451\":3063.39,\"5452\":1740.42,\"5453\":771.25,\"5454\":1234.8,\"5455\":2600.0,\"5456\":20932.0,\"5457\":181760.09,\"5458\":503698.06,\"5459\":13256.0,\"5460\":1398.21,\"5461\":4178.95,\"5462\":31978.05,\"5463\":null,\"5464\":7601.0,\"5465\":979.51,\"5466\":722.62,\"5467\":3699.2,\"5468\":867.79,\"5469\":12972.05,\"5470\":637.34,\"5471\":null,\"5472\":null,\"5473\":15427.58,\"5474\":6199.0,\"5475\":4675.56,\"5476\":939.79,\"5477\":253988.56,\"5478\":158967.42,\"5479\":5793.07,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":15586.8,\"5485\":396891.25,\"5486\":15572.52,\"5487\":18664.8,\"5488\":25114.86,\"5489\":12708.67,\"5490\":16972.98,\"5491\":1002.4,\"5492\":1403.46,\"5493\":1178.52,\"5494\":591.71,\"5495\":167475.0,\"5496\":null,\"5497\":2296.55,\"5498\":745.61,\"5499\":400.46,\"5500\":25550.92,\"5501\":41205.89,\"5502\":3644.29,\"5503\":2211.0,\"5504\":876.67,\"5505\":867254.89,\"5506\":485089.47,\"5507\":384.0,\"5508\":7042.2,\"5509\":8413.25,\"5510\":794.86,\"5511\":186590.0,\"5512\":623.44,\"5513\":13932.0,\"5514\":23216.84,\"5515\":null,\"5516\":69197.48,\"5517\":164715.95,\"5518\":null,\"5519\":9752.0,\"5520\":463093.1,\"5521\":null,\"5522\":42097.36,\"5523\":8111.3,\"5524\":517.84,\"5525\":686.2,\"5526\":785.55,\"5527\":81256.45,\"5528\":3076.14,\"5529\":558.29,\"5530\":688.86,\"5531\":513.35,\"5532\":4533.6,\"5533\":428.04,\"5534\":1510.68,\"5535\":14009.22,\"5536\":19656.63,\"5537\":3777.6,\"5538\":195.76,\"5539\":2554.8,\"5540\":99.0,\"5541\":334.1,\"5542\":30187.62,\"5543\":35365.31,\"5544\":null,\"5545\":43546.7,\"5546\":null,\"5547\":408812.93,\"5548\":1604.76,\"5549\":758.56,\"5550\":1024.29,\"5551\":1414.8,\"5552\":776426.92,\"5553\":39221.34,\"5554\":534008.11,\"5555\":22332.69,\"5556\":154649.38,\"5557\":422431.98,\"5558\":140906.89,\"5559\":126451.87,\"5560\":null,\"5561\":791.84,\"5562\":519.38,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":60433.49,\"5567\":162337.96,\"5568\":168592.35,\"5569\":7325.18,\"5570\":null,\"5571\":93336.93,\"5572\":22426.98,\"5573\":45836.92,\"5574\":49069.91,\"5575\":653.04,\"5576\":75566.67,\"5577\":848.62,\"5578\":8098.2,\"5579\":2425.24,\"5580\":28664.38,\"5581\":32027.86,\"5582\":58922.7,\"5583\":58357.29,\"5584\":13722.54,\"5585\":652.86,\"5586\":4932.0,\"5587\":180.6,\"5588\":7809.6,\"5589\":6767.64,\"5590\":274.3,\"5591\":6240.0,\"5592\":9336.12,\"5593\":397.92,\"5594\":1607.32,\"5595\":114.44,\"5596\":124.8,\"5597\":7707.0,\"5598\":9223.0,\"5599\":2640.0,\"5600\":4952.79,\"5601\":16531.49,\"5602\":8818.4,\"5603\":9168.84,\"5604\":1355.2,\"5605\":12876.0,\"5606\":12602.8,\"5607\":null,\"5608\":1391.6,\"5609\":13878.0,\"5610\":19737.81,\"5611\":19500.47,\"5612\":18587.22,\"5613\":7628.4,\"5614\":395.4,\"5615\":7408.5,\"5616\":2016.0,\"5617\":1284.4,\"5618\":null,\"5619\":3093.9,\"5620\":5132.0,\"5621\":350.16,\"5622\":2065.76,\"5623\":335.57,\"5624\":2011.0,\"5625\":1260.98,\"5626\":10823.45,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":912.12,\"5633\":null,\"5634\":274.56,\"5635\":1127.7,\"5636\":null,\"5637\":null,\"5638\":442.56,\"5639\":null,\"5640\":2000.0,\"5641\":5451.2,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3805.04,\"5647\":null,\"5648\":null,\"5649\":10306.1,\"5650\":null,\"5651\":83758.87,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11643.86,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":4888.83,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":6417.54,\"5674\":6551.65,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1162.43,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5010.5,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":4634.59,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1222.45,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3813.33,\"5762\":1834.8,\"5763\":7161.6,\"5764\":408104.54,\"5765\":1947.6,\"5766\":3931.58,\"5767\":462.66,\"5768\":null,\"5769\":null,\"5770\":406.59,\"5771\":14124.0,\"5772\":13993.75,\"5773\":191.4,\"5774\":3049.53,\"5775\":1745.37,\"5776\":772.11,\"5777\":1839.6,\"5778\":761.0,\"5779\":20512.0,\"5780\":60554.21,\"5781\":501705.21,\"5782\":12704.0,\"5783\":1095.93,\"5784\":5010.13,\"5785\":40777.5,\"5786\":6776.0,\"5787\":587.94,\"5788\":3699.84,\"5789\":860.25,\"5790\":11716.82,\"5791\":627.0,\"5792\":null,\"5793\":null,\"5794\":29958.87,\"5795\":10634.0,\"5796\":4479.05,\"5797\":254586.84,\"5798\":158355.43,\"5799\":5513.05,\"5800\":504810.0,\"5801\":null,\"5802\":null,\"5803\":14320.44,\"5804\":334265.67,\"5805\":14069.95,\"5806\":15127.2,\"5807\":22468.65,\"5808\":10928.33,\"5809\":16639.86,\"5810\":null,\"5811\":1484.4,\"5812\":1324.48,\"5813\":596.21,\"5814\":183205.0,\"5815\":null,\"5816\":2213.75,\"5817\":742.85,\"5818\":404.17,\"5819\":24147.74,\"5820\":40464.2,\"5821\":2456.48,\"5822\":2211.0,\"5823\":null,\"5824\":936.9,\"5825\":871150.83,\"5826\":500874.45,\"5827\":282.0,\"5828\":6650.6,\"5829\":8405.14,\"5830\":795.74,\"5831\":188250.0,\"5832\":664.3,\"5833\":13608.0,\"5834\":23252.38,\"5835\":60585.16,\"5836\":69571.24,\"5837\":164907.32,\"5838\":38.0,\"5839\":336030.0,\"5840\":20283.84,\"5841\":20154.16,\"5842\":8111.3,\"5843\":508.46,\"5844\":685.48,\"5845\":1533.0,\"5846\":80949.47,\"5847\":3626.99,\"5848\":534.3,\"5849\":684.9,\"5850\":443.99,\"5851\":4178.4,\"5852\":427.32,\"5853\":1310.03,\"5854\":14149.83,\"5855\":16652.62,\"5856\":10296.0,\"5857\":null,\"5858\":376.33,\"5859\":2535.0,\"5860\":102.3,\"5861\":329.13,\"5862\":29487.6,\"5863\":33835.91,\"5864\":null,\"5865\":85673.55,\"5866\":null,\"5867\":120028.94,\"5868\":1603.86,\"5869\":763.84,\"5870\":1021.98,\"5871\":1308.6,\"5872\":777060.78,\"5873\":39379.08,\"5874\":533859.12,\"5875\":null,\"5876\":154400.91,\"5877\":422695.77,\"5878\":143175.93,\"5879\":128256.08,\"5880\":356.0,\"5881\":793.24,\"5882\":594.4,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":59654.59,\"5887\":162308.52,\"5888\":170174.1,\"5889\":135214.18,\"5890\":null,\"5891\":76729.26,\"5892\":22123.52,\"5893\":45236.92,\"5894\":49386.94,\"5895\":652.89,\"5896\":75482.4,\"5897\":886.36,\"5898\":6582.4,\"5899\":2323.43,\"5900\":30492.89,\"5901\":31880.76,\"5902\":58498.09,\"5903\":58389.34,\"5904\":13405.92,\"5905\":652.86,\"5906\":5814.0,\"5907\":1.8,\"5908\":7809.6,\"5909\":6728.7,\"5910\":305.45,\"5911\":4240.0,\"5912\":9284.05,\"5913\":1236.6,\"5914\":1730.96,\"5915\":142.96,\"5916\":7819.0,\"5917\":7953.0,\"5918\":2598.2,\"5919\":6380.32,\"5920\":16400.23,\"5921\":8646.02,\"5922\":9006.96,\"5923\":493.68,\"5924\":13298.8,\"5925\":13015.3,\"5926\":null,\"5927\":1364.1,\"5928\":13014.0,\"5929\":19744.15,\"5930\":19669.84,\"5931\":19609.01,\"5932\":8316.0,\"5933\":7315.6,\"5934\":1984.0,\"5935\":1242.2,\"5936\":null,\"5937\":2956.0,\"5938\":5255.0,\"5939\":350.16,\"5940\":2163.54,\"5941\":337.87,\"5942\":1982.0,\"5943\":1177.55,\"5944\":10671.19,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":836.88,\"5951\":278.96,\"5952\":1142.1,\"5953\":null,\"5954\":null,\"5955\":563.04,\"5956\":null,\"5957\":2000.0,\"5958\":5278.5,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3690.26,\"5964\":null,\"5965\":null,\"5966\":6044.83,\"5967\":null,\"5968\":141208.43,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":6577.39,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4181.79,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":9451.62,\"5992\":9757.44,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":0.75,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1137.24,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":396.0,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":6303.6,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3044.05,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3813.33,\"6080\":1782.0,\"6081\":7153.2,\"6082\":396916.29,\"6083\":1897.2,\"6084\":3540.0,\"6085\":466.51,\"6086\":null,\"6087\":417.16,\"6088\":13211.0,\"6089\":13593.33,\"6090\":184.8,\"6091\":3085.99,\"6092\":1733.49,\"6093\":764.24,\"6094\":2066.4,\"6095\":815.0,\"6096\":20592.0,\"6097\":185448.67,\"6098\":499418.25,\"6099\":13000.0,\"6100\":1029.6,\"6101\":5086.07,\"6102\":46536.71,\"6103\":7480.0,\"6104\":625.6,\"6105\":3698.88,\"6106\":973.8,\"6107\":11480.51,\"6108\":633.38,\"6109\":null,\"6110\":null,\"6111\":26124.72,\"6112\":2273.64,\"6113\":4443.82,\"6114\":null,\"6115\":254485.53,\"6116\":158743.69,\"6117\":5490.76,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":14090.72,\"6123\":334845.33,\"6124\":13696.71,\"6125\":18209.4,\"6126\":22119.99,\"6127\":12269.86,\"6128\":16657.08,\"6129\":null,\"6130\":1269.94,\"6131\":1669.83,\"6132\":null,\"6133\":590.33,\"6134\":163955.0,\"6135\":null,\"6136\":1818.96,\"6137\":743.15,\"6138\":465.44,\"6139\":31892.97,\"6140\":null,\"6141\":2383.37,\"6142\":2211.0,\"6143\":934.07,\"6144\":901096.9300000001,\"6145\":317246.09,\"6146\":276.0,\"6147\":6771.6,\"6148\":8386.64,\"6149\":803.0,\"6150\":91010.0,\"6151\":652.76,\"6152\":15156.0,\"6153\":35217.79,\"6154\":69535.17,\"6155\":164986.78,\"6156\":3.0,\"6157\":46552.0,\"6158\":460341.27,\"6159\":41893.46,\"6160\":8417.39,\"6161\":497.24,\"6162\":689.9,\"6163\":776.1,\"6164\":81263.05,\"6165\":3621.83,\"6166\":521.07,\"6167\":720.9,\"6168\":627.55,\"6169\":4166.4,\"6170\":427.32,\"6171\":null,\"6172\":735.88,\"6173\":14139.06,\"6174\":null,\"6175\":16180.67,\"6176\":1166.4,\"6177\":983.99,\"6178\":368.35,\"6179\":2538.0,\"6180\":105.6,\"6181\":325.04,\"6182\":29373.72,\"6183\":35280.05,\"6184\":null,\"6185\":1111130.8,\"6186\":null,\"6187\":120423.77,\"6188\":1604.34,\"6189\":681.56,\"6190\":1034.34,\"6191\":1197.0,\"6192\":773586.48,\"6193\":52367.13,\"6194\":533816.75,\"6195\":null,\"6196\":154359.97,\"6197\":425208.21,\"6198\":141392.98,\"6199\":126820.98,\"6200\":347.0,\"6201\":792.96,\"6202\":544.95,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":77574.77,\"6207\":158541.72,\"6208\":168533.15,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22115.14,\"6213\":45067.99,\"6214\":48519.28,\"6215\":668.01,\"6216\":77796.35,\"6217\":null,\"6218\":7931.0,\"6219\":2214.5,\"6220\":30295.91,\"6221\":31942.7,\"6222\":58634.65,\"6223\":12650.0,\"6224\":652.47,\"6225\":5414.4,\"6226\":null,\"6227\":7809.6,\"6228\":6789.09,\"6229\":276.47,\"6230\":80.0,\"6231\":9326.3,\"6232\":1546.68,\"6233\":1653.96,\"6234\":113.52,\"6235\":7750.0,\"6236\":7190.0,\"6237\":2541.0,\"6238\":9932.96,\"6239\":15221.64,\"6240\":10150.35,\"6241\":10227.42,\"6242\":429.15,\"6243\":13080.6,\"6244\":12804.7,\"6245\":null,\"6246\":1322.6,\"6247\":13500.0,\"6248\":19739.61,\"6249\":19655.4,\"6250\":19440.29,\"6251\":6404.4,\"6252\":7452.3,\"6253\":1934.0,\"6254\":null,\"6255\":1782.5,\"6256\":null,\"6257\":2997.4,\"6258\":5533.0,\"6259\":350.16,\"6260\":2272.2,\"6261\":337.41,\"6262\":1943.0,\"6263\":1192.6,\"6264\":19772.7,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":2.93,\"6270\":772.2,\"6271\":null,\"6272\":270.16,\"6273\":671.4,\"6274\":null,\"6275\":null,\"6276\":null,\"6277\":null,\"6278\":2000.0,\"6279\":6771.2,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":4476.52,\"6285\":null,\"6286\":null,\"6287\":1202.42,\"6288\":null,\"6289\":180539.0,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":2144.54,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":4619.21,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":15609.09,\"6313\":16288.54,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":1.35,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1144.0,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":3727.9,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":4706.49,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3068.78,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3875.67,\"6400\":1966.8,\"6401\":7148.4,\"6402\":402778.08,\"6403\":1692.0,\"6404\":2942.74,\"6405\":466.4,\"6406\":11.18,\"6407\":417.04,\"6408\":12760.0,\"6409\":13148.02,\"6410\":198.0,\"6411\":3083.19,\"6412\":1756.26,\"6413\":765.76,\"6414\":2306.7,\"6415\":809.0,\"6416\":16276.0,\"6417\":167771.38,\"6418\":504080.76,\"6419\":12880.0,\"6420\":827.97,\"6421\":9267.38,\"6422\":61527.49,\"6423\":6699.0,\"6424\":684.25,\"6425\":3700.16,\"6426\":983.58,\"6427\":11377.96,\"6428\":637.34,\"6429\":null,\"6430\":null,\"6431\":27113.19,\"6432\":1664.6,\"6433\":4348.33,\"6434\":589.23,\"6435\":253854.03,\"6436\":159438.73,\"6437\":5364.06,\"6438\":136440.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":11826.82,\"6443\":313559.68,\"6444\":22874.87,\"6445\":18178.6,\"6446\":22331.55,\"6447\":11024.09,\"6448\":17236.44,\"6449\":71546.05,\"6450\":1150.71,\"6451\":1529.4,\"6452\":332.83,\"6453\":110440.0,\"6454\":null,\"6455\":1725.92,\"6456\":743.93,\"6457\":462.3,\"6458\":32201.19,\"6459\":90399.45,\"6460\":2353.97,\"6461\":2211.0,\"6462\":938.47,\"6463\":911341.33,\"6464\":584255.25,\"6465\":588.0,\"6466\":11325.6,\"6467\":8369.04,\"6468\":825.0,\"6469\":183470.0,\"6470\":608.29,\"6471\":12384.0,\"6472\":null,\"6473\":69062.46,\"6474\":164704.38,\"6475\":12.0,\"6476\":584945.96,\"6477\":41768.91,\"6478\":8417.39,\"6479\":481.01,\"6480\":684.76,\"6481\":1050.45,\"6482\":80811.84,\"6483\":3041.71,\"6484\":521.76,\"6485\":750.78,\"6486\":501.13,\"6487\":4521.6,\"6488\":423.12,\"6489\":1522.16,\"6490\":14014.24,\"6491\":null,\"6492\":16952.68,\"6493\":9523.2,\"6494\":378.38,\"6495\":2429.4,\"6496\":85.8,\"6497\":299.83,\"6498\":29172.12,\"6499\":42158.89,\"6500\":null,\"6501\":19492.3,\"6502\":null,\"6503\":120880.51,\"6504\":1603.5,\"6505\":638.88,\"6506\":1011.98,\"6507\":1159.2,\"6508\":772275.08,\"6509\":52292.49,\"6510\":534620.63,\"6511\":null,\"6512\":154073.14,\"6513\":426039.61,\"6514\":142968.51,\"6515\":125292.54,\"6516\":2058.0,\"6517\":792.68,\"6518\":597.7,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":61055.48,\"6523\":158561.6,\"6524\":168179.8,\"6525\":265811.42,\"6526\":null,\"6527\":null,\"6528\":22570.38,\"6529\":44734.45,\"6530\":48108.68,\"6531\":650.37,\"6532\":75468.52,\"6533\":1155.71,\"6534\":7625.2,\"6535\":2348.22,\"6536\":29822.7,\"6537\":31986.94,\"6538\":59119.6,\"6539\":19306.37,\"6540\":653.61,\"6541\":5407.2,\"6542\":null,\"6543\":7809.6,\"6544\":6541.59,\"6545\":272.38,\"6546\":null,\"6547\":3040.0,\"6548\":9392.15,\"6549\":1529.16,\"6550\":1539.56,\"6551\":171.2,\"6552\":16912.0,\"6553\":8369.0,\"6554\":2866.6,\"6555\":10264.39,\"6556\":15395.4,\"6557\":19263.72,\"6558\":19567.45,\"6559\":2447.57,\"6560\":13676.8,\"6561\":13381.6,\"6562\":null,\"6563\":8190.0,\"6564\":19739.66,\"6565\":19661.86,\"6566\":19486.65,\"6567\":5126.4,\"6568\":null,\"6569\":8195.1,\"6570\":4734.0,\"6571\":null,\"6572\":1416.1,\"6573\":null,\"6574\":3395.3,\"6575\":3237.0,\"6576\":350.16,\"6577\":2318.25,\"6578\":336.03,\"6579\":1948.0,\"6580\":1210.01,\"6581\":12371.89,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":null,\"6587\":769.56,\"6588\":null,\"6589\":482.68,\"6590\":1045.2,\"6591\":null,\"6592\":null,\"6593\":176.16,\"6594\":null,\"6595\":2000.0,\"6596\":5475.6,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4137.91,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":3737.94,\"6606\":null,\"6607\":160170.35,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":6732.86,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":3339.64,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19844.15,\"6631\":19934.17,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2124.21,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5244.8,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":5846.47,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3299.93,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3872.0,\"6718\":1861.2,\"6719\":7150.8,\"6720\":397756.43,\"6721\":1692.0,\"6722\":2943.26,\"6723\":707.3,\"6724\":104.54,\"6725\":null,\"6726\":417.86,\"6727\":11451.0,\"6728\":10500.7,\"6729\":217.8,\"6730\":3063.22,\"6731\":1752.3,\"6732\":761.62,\"6733\":1927.8,\"6734\":808.0,\"6735\":15588.0,\"6736\":60654.44,\"6737\":504401.37,\"6738\":15840.0,\"6739\":629.64,\"6740\":17005.98,\"6741\":39907.84,\"6742\":6607.33,\"6743\":696.33,\"6744\":3633.28,\"6745\":848.88,\"6746\":11703.7,\"6747\":466.18,\"6748\":null,\"6749\":null,\"6750\":26149.91,\"6751\":1663.58,\"6752\":5615.77,\"6753\":939.79,\"6754\":245158.66,\"6755\":158515.57,\"6756\":6827.61,\"6757\":217800.0,\"6758\":500620.0,\"6759\":null,\"6760\":null,\"6761\":13605.59,\"6762\":332172.12,\"6763\":15900.06,\"6764\":18086.2,\"6765\":23931.44,\"6766\":10247.0,\"6767\":16872.67,\"6768\":11355.38,\"6769\":1109.11,\"6770\":2294.18,\"6771\":592.96,\"6772\":182325.0,\"6773\":null,\"6774\":2273.09,\"6775\":740.39,\"6776\":457.63,\"6777\":38328.66,\"6778\":null,\"6779\":4077.94,\"6780\":2211.0,\"6781\":null,\"6782\":935.0,\"6783\":889242.67,\"6784\":359371.69,\"6785\":480.0,\"6786\":7510.8,\"6787\":6049.93,\"6788\":809.28,\"6789\":46770.0,\"6790\":605.57,\"6791\":15012.0,\"6792\":24987.8,\"6793\":69603.84,\"6794\":164988.77,\"6795\":null,\"6796\":null,\"6797\":68492.59,\"6798\":null,\"6799\":null,\"6800\":41233.28,\"6801\":7805.22,\"6802\":500.28,\"6803\":685.44,\"6804\":1701.75,\"6805\":81134.04,\"6806\":3058.93,\"6807\":521.8,\"6808\":694.26,\"6809\":606.68,\"6810\":4880.4,\"6811\":420.84,\"6812\":1184.66,\"6813\":8469.52,\"6814\":4506.3,\"6815\":17546.3,\"6816\":8889.6,\"6817\":380.36,\"6818\":2537.4,\"6819\":99.0,\"6820\":280.43,\"6821\":31380.68,\"6822\":49007.87,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":120221.78,\"6827\":1602.84,\"6828\":748.22,\"6829\":1731.25,\"6830\":1350.0,\"6831\":null,\"6832\":639613.52,\"6833\":50534.6,\"6834\":533605.55,\"6835\":null,\"6836\":null,\"6837\":154050.32,\"6838\":425398.66,\"6839\":139068.91,\"6840\":125638.36,\"6841\":2060.0,\"6842\":790.02,\"6843\":601.24,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64424.07,\"6848\":165306.24,\"6849\":169682.0,\"6850\":263525.86,\"6851\":null,\"6852\":165776.79,\"6853\":22671.45,\"6854\":45644.12,\"6855\":48171.79,\"6856\":647.19,\"6857\":75601.55,\"6858\":868.74,\"6859\":8531.6,\"6860\":2583.53,\"6861\":27374.38,\"6862\":32139.21,\"6863\":58107.62,\"6864\":18551.58,\"6865\":656.25,\"6866\":5623.2,\"6867\":null,\"6868\":null,\"6869\":7809.6,\"6870\":6599.01,\"6871\":299.38,\"6872\":null,\"6873\":5920.0,\"6874\":9362.94,\"6875\":1556.16,\"6876\":1578.72,\"6877\":143.75,\"6878\":null,\"6879\":16979.0,\"6880\":7898.0,\"6881\":2543.2,\"6882\":5914.57,\"6883\":16582.76,\"6884\":19367.27,\"6885\":19701.95,\"6886\":3042.16,\"6887\":15055.9,\"6888\":14741.3,\"6889\":null,\"6890\":13572.0,\"6891\":19511.33,\"6892\":19502.22,\"6893\":19363.49,\"6894\":5076.0,\"6895\":458.2,\"6896\":10013.9,\"6897\":5060.0,\"6898\":1286.3,\"6899\":null,\"6900\":2958.7,\"6901\":5218.0,\"6902\":350.16,\"6903\":2143.43,\"6904\":334.42,\"6905\":2041.0,\"6906\":580.07,\"6907\":11521.31,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":953.04,\"6914\":376.64,\"6915\":844.8,\"6916\":null,\"6917\":null,\"6918\":353.28,\"6919\":null,\"6920\":2000.0,\"6921\":5389.7,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":9687.65,\"6927\":null,\"6928\":2.2,\"6929\":null,\"6930\":3305.85,\"6931\":null,\"6932\":101377.96,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":6091.18,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5681.21,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19839.01,\"6956\":19927.52,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2055.74,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5621.0,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":50.58,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1453.03,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3872.0,\"7042\":null,\"7043\":7156.8,\"7044\":397065.29,\"7045\":1857.6,\"7046\":3844.01,\"7047\":709.94,\"7048\":null,\"7049\":418.03,\"7050\":12826.0,\"7051\":16992.85,\"7052\":204.6,\"7053\":2986.34,\"7054\":1743.06,\"7055\":753.16,\"7056\":1521.0,\"7057\":1850.0,\"7058\":17672.0,\"7059\":60607.77,\"7060\":501853.75,\"7061\":12256.0,\"7062\":1525.26,\"7063\":null,\"7064\":46378.78,\"7065\":7366.33,\"7066\":677.06,\"7067\":3626.24,\"7068\":803.13,\"7069\":12662.71,\"7070\":499.62,\"7071\":null,\"7072\":null,\"7073\":27099.89,\"7074\":1671.63,\"7075\":5260.64,\"7076\":940.78,\"7077\":249134.02,\"7078\":159555.46,\"7079\":6386.83,\"7080\":14808.0,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":13947.08,\"7085\":258105.57,\"7086\":15093.65,\"7087\":12487.2,\"7088\":22461.03,\"7089\":11919.96,\"7090\":16969.17,\"7091\":null,\"7092\":1238.27,\"7093\":2290.16,\"7094\":576.33,\"7095\":299585.0,\"7096\":null,\"7097\":2077.94,\"7098\":737.54,\"7099\":451.77,\"7100\":45426.88,\"7101\":163632.96,\"7102\":2780.66,\"7103\":1939.8,\"7104\":927.3,\"7105\":948658.12,\"7106\":5318.05,\"7107\":438.0,\"7108\":7517.4,\"7109\":2241.13,\"7110\":809.28,\"7111\":120280.0,\"7112\":631.49,\"7113\":13896.0,\"7114\":25037.82,\"7115\":null,\"7116\":69008.82,\"7117\":164866.79,\"7118\":null,\"7119\":404892.0,\"7120\":40584.78,\"7121\":6733.91,\"7122\":486.16,\"7123\":685.98,\"7124\":1072.05,\"7125\":81212.14,\"7126\":2215.44,\"7127\":522.46,\"7128\":746.64,\"7129\":594.99,\"7130\":4521.6,\"7131\":424.44,\"7132\":1344.34,\"7133\":8161.04,\"7134\":31.5,\"7135\":19895.91,\"7136\":5923.2,\"7137\":368.94,\"7138\":2481.6,\"7139\":102.3,\"7140\":323.83,\"7141\":29706.71,\"7142\":39171.34,\"7143\":null,\"7144\":722238.5600000001,\"7145\":null,\"7146\":121062.49,\"7147\":1550.46,\"7148\":652.96,\"7149\":2098.6,\"7150\":1157.4,\"7151\":34212.32,\"7152\":643856.88,\"7153\":38784.89,\"7154\":496824.15,\"7155\":null,\"7156\":20352.69,\"7157\":146323.26,\"7158\":407558.48,\"7159\":141251.59,\"7160\":125391.79,\"7161\":18.0,\"7162\":790.16,\"7163\":640.54,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64649.09,\"7168\":164093.31,\"7169\":170851.2,\"7170\":null,\"7171\":null,\"7172\":71300.01,\"7173\":22645.24,\"7174\":45663.71,\"7175\":48258.23,\"7176\":647.04,\"7177\":75548.61,\"7178\":808.53,\"7179\":7464.6,\"7180\":2727.92,\"7181\":30100.46,\"7182\":32211.44,\"7183\":58850.19,\"7184\":null,\"7185\":19575.39,\"7186\":655.17,\"7187\":5623.2,\"7188\":298.2,\"7189\":7809.6,\"7190\":6562.22,\"7191\":310.0,\"7192\":8640.0,\"7193\":9550.8,\"7194\":1621.56,\"7195\":1703.68,\"7196\":129.1,\"7197\":null,\"7198\":16915.0,\"7199\":8162.0,\"7200\":3467.2,\"7201\":5908.87,\"7202\":15159.84,\"7203\":19525.68,\"7204\":19853.38,\"7205\":2399.47,\"7206\":15050.8,\"7207\":14725.2,\"7208\":null,\"7209\":13392.0,\"7210\":19540.39,\"7211\":19530.06,\"7212\":19405.4,\"7213\":6678.0,\"7214\":434.0,\"7215\":10154.4,\"7216\":4626.0,\"7217\":null,\"7218\":1270.8,\"7219\":null,\"7220\":3937.6,\"7221\":5327.0,\"7222\":350.16,\"7223\":2152.43,\"7224\":333.96,\"7225\":1963.0,\"7226\":1059.93,\"7227\":11180.05,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":39.6,\"7233\":924.66,\"7234\":331.76,\"7235\":684.3,\"7236\":null,\"7237\":null,\"7238\":130.56,\"7239\":null,\"7240\":2000.0,\"7241\":5238.7,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":7150.96,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":9342.13,\"7251\":null,\"7252\":1023.52,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":10631.0,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":4749.43,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19903.56,\"7276\":19921.44,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1556.01,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":3736.7,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":1569.32,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3864.67,\"7363\":1933.8,\"7364\":7178.4,\"7365\":128116.32,\"7366\":1857.6,\"7367\":3242.05,\"7368\":710.93,\"7369\":null,\"7370\":417.95,\"7371\":12452.0,\"7372\":null,\"7373\":191.4,\"7374\":3048.04,\"7375\":1741.74,\"7376\":740.16,\"7377\":2575.8,\"7378\":1995.0,\"7379\":16656.0,\"7380\":60547.0,\"7381\":500832.08,\"7382\":13616.0,\"7383\":1670.46,\"7384\":17579.83,\"7385\":56411.96,\"7386\":8165.67,\"7387\":786.6,\"7388\":3700.16,\"7389\":945.51,\"7390\":13343.79,\"7391\":612.92,\"7392\":null,\"7393\":null,\"7394\":25194.36,\"7395\":2394.54,\"7396\":5867.08,\"7397\":939.79,\"7398\":246665.11,\"7399\":159717.06,\"7400\":7212.28,\"7401\":508960.0,\"7402\":null,\"7403\":23979.35,\"7404\":32844.88,\"7405\":23599.93,\"7406\":9961.6,\"7407\":23284.47,\"7408\":10054.47,\"7409\":16923.86,\"7410\":171163.9,\"7411\":1408.01,\"7412\":2304.22,\"7413\":575.58,\"7414\":null,\"7415\":null,\"7416\":2130.15,\"7417\":743.74,\"7418\":320.54,\"7419\":34838.17,\"7420\":90849.86,\"7421\":null,\"7422\":1912.8,\"7423\":912.31,\"7424\":1015881.08,\"7425\":0.05,\"7426\":456.0,\"7427\":7972.8,\"7428\":6586.2,\"7429\":810.7,\"7430\":206980.0,\"7431\":642.43,\"7432\":14436.0,\"7433\":35152.68,\"7434\":69360.02,\"7435\":164706.81,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":40327.96,\"7440\":8111.3,\"7441\":473.48,\"7442\":671.04,\"7443\":929.85,\"7444\":80961.0,\"7445\":2206.83,\"7446\":536.18,\"7447\":null,\"7448\":607.25,\"7449\":4172.4,\"7450\":425.88,\"7451\":1325.22,\"7452\":8328.91,\"7453\":null,\"7454\":19779.43,\"7455\":5692.8,\"7456\":378.44,\"7457\":2475.0,\"7458\":155.1,\"7459\":303.44,\"7460\":29943.88,\"7461\":50155.65,\"7462\":null,\"7463\":873178.89,\"7464\":null,\"7465\":368551.56,\"7466\":1549.08,\"7467\":705.32,\"7468\":2012.67,\"7469\":1573.2,\"7470\":33328.42,\"7471\":575468.0699999999,\"7472\":531180.2,\"7473\":null,\"7474\":149975.5,\"7475\":423102.36,\"7476\":140841.1,\"7477\":72768.86,\"7478\":2052.0,\"7479\":789.04,\"7480\":2061.72,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54713.89,\"7485\":162032.23,\"7486\":171511.65,\"7487\":198088.51,\"7488\":null,\"7489\":null,\"7490\":22620.61,\"7491\":45618.8,\"7492\":48308.86,\"7493\":643.11,\"7494\":75693.09,\"7495\":824.91,\"7496\":null,\"7497\":2954.85,\"7498\":30113.66,\"7499\":31554.97,\"7500\":58311.86,\"7501\":48584.81,\"7502\":19292.96,\"7503\":653.79,\"7504\":5623.2,\"7505\":null,\"7506\":7809.6,\"7507\":6772.92,\"7508\":281.95,\"7509\":158.57,\"7510\":8640.0,\"7511\":9528.35,\"7512\":1620.96,\"7513\":1714.24,\"7514\":118.01,\"7515\":11629.0,\"7516\":9858.0,\"7517\":2536.6,\"7518\":6892.07,\"7519\":16733.02,\"7520\":11682.63,\"7521\":12298.91,\"7522\":2480.57,\"7523\":14827.5,\"7524\":14496.3,\"7525\":null,\"7526\":13050.0,\"7527\":19744.79,\"7528\":18665.53,\"7529\":19591.74,\"7530\":7228.8,\"7531\":452.8,\"7532\":9836.5,\"7533\":9946.0,\"7534\":1824.14,\"7535\":1932.6,\"7536\":null,\"7537\":3080.6,\"7538\":5897.0,\"7539\":350.16,\"7540\":1574.01,\"7541\":332.81,\"7542\":1915.0,\"7543\":1342.05,\"7544\":19782.48,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":null,\"7550\":811.14,\"7551\":325.16,\"7552\":null,\"7553\":null,\"7554\":93.12,\"7555\":null,\"7556\":2000.0,\"7557\":5092.0,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4442.09,\"7563\":null,\"7564\":null,\"7565\":8182.72,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":7460.29,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4047.11,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19927.26,\"7591\":19930.39,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1371.81,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":7155.79,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":null,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3868.33,\"7679\":1980.0,\"7680\":7174.8,\"7681\":402748.0,\"7682\":1857.6,\"7683\":3642.63,\"7684\":710.05,\"7685\":null,\"7686\":null,\"7687\":430.98,\"7688\":12507.0,\"7689\":15729.66,\"7690\":145.2,\"7691\":2171.24,\"7692\":1794.21,\"7693\":767.97,\"7694\":1771.2,\"7695\":1950.0,\"7696\":16496.0,\"7697\":60578.88,\"7698\":505178.13,\"7699\":16712.0,\"7700\":1085.7,\"7701\":17177.51,\"7702\":62116.64,\"7703\":8026.33,\"7704\":1196.29,\"7705\":3699.2,\"7706\":876.97,\"7707\":19497.39,\"7708\":648.78,\"7709\":null,\"7710\":null,\"7711\":25895.53,\"7712\":1574.6,\"7713\":4904.45,\"7714\":939.79,\"7715\":245095.44,\"7716\":159036.09,\"7717\":6166.04,\"7718\":138830.0,\"7719\":null,\"7720\":15585.49,\"7721\":32791.93,\"7722\":14145.59,\"7723\":18550.4,\"7724\":23582.74,\"7725\":11066.53,\"7726\":17030.31,\"7727\":171140.83,\"7728\":1432.65,\"7729\":1773.03,\"7730\":582.96,\"7731\":null,\"7732\":null,\"7733\":2508.96,\"7734\":741.87,\"7735\":402.52,\"7736\":44874.5,\"7737\":90408.74,\"7738\":1067.46,\"7739\":1899.6,\"7740\":null,\"7741\":851.1,\"7742\":1059661.02,\"7743\":0.06,\"7744\":456.0,\"7745\":6930.0,\"7746\":7428.62,\"7747\":820.27,\"7748\":204990.0,\"7749\":627.77,\"7750\":14724.0,\"7751\":35476.25,\"7752\":69534.17,\"7753\":164923.46,\"7754\":null,\"7755\":402132.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":499.22,\"7760\":696.02,\"7761\":1471.5,\"7762\":80956.0,\"7763\":2208.56,\"7764\":535.82,\"7765\":634.14,\"7766\":629.57,\"7767\":3853.2,\"7768\":426.48,\"7769\":null,\"7770\":1492.76,\"7771\":7539.78,\"7772\":2516.4,\"7773\":19780.09,\"7774\":5116.8,\"7775\":383.06,\"7776\":2527.8,\"7777\":237.6,\"7778\":338.95,\"7779\":29746.99,\"7780\":50153.7,\"7781\":null,\"7782\":820745.2,\"7783\":null,\"7784\":642801.01,\"7785\":1608.84,\"7786\":710.82,\"7787\":1431.36,\"7788\":1002.6,\"7789\":437060.47,\"7790\":328576.62,\"7791\":20712.69,\"7792\":65623.85,\"7793\":105462.89,\"7794\":72737.24,\"7795\":2047.0,\"7796\":790.86,\"7797\":616.98,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54695.74,\"7802\":88123.05,\"7803\":170225.9,\"7804\":null,\"7805\":22625.03,\"7806\":45530.15,\"7807\":48304.95,\"7808\":645.54,\"7809\":75512.56,\"7810\":730.09,\"7811\":9402.8,\"7812\":2746.06,\"7813\":29916.19,\"7814\":31835.84,\"7815\":57963.21,\"7816\":57456.76,\"7817\":19632.72,\"7818\":652.65,\"7819\":6897.6,\"7820\":null,\"7821\":7809.6,\"7822\":6776.72,\"7823\":315.88,\"7824\":2212.38,\"7825\":5600.0,\"7826\":9535.68,\"7827\":1626.84,\"7828\":1804.44,\"7829\":108.08,\"7830\":11672.0,\"7831\":8057.0,\"7832\":2536.6,\"7833\":15000.62,\"7834\":16684.44,\"7835\":16685.1,\"7836\":17240.67,\"7837\":920.77,\"7838\":15044.0,\"7839\":14722.1,\"7840\":null,\"7841\":12222.0,\"7842\":19686.06,\"7843\":18633.38,\"7844\":19535.12,\"7845\":5270.4,\"7846\":532.2,\"7847\":9223.3,\"7848\":8020.0,\"7849\":null,\"7850\":1423.7,\"7851\":null,\"7852\":2837.9,\"7853\":7267.0,\"7854\":350.16,\"7855\":1591.18,\"7856\":332.12,\"7857\":1868.0,\"7858\":1340.17,\"7859\":15554.22,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":89.47,\"7865\":796.62,\"7866\":314.16,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":239.04,\"7871\":null,\"7872\":2000.0,\"7873\":5601.3,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":5257.04,\"7879\":null,\"7880\":null,\"7881\":8993.81,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":10456.5,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":3996.56,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19887.07,\"7905\":19925.91,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1122.26,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":2046.44,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":3646.65,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3872.0,\"7993\":2079.0,\"7994\":7172.4,\"7995\":161943.98,\"7996\":2552.4,\"7997\":3938.31,\"7998\":709.06,\"7999\":19.62,\"8000\":70.0,\"8001\":430.32,\"8002\":12452.0,\"8003\":15661.55,\"8004\":null,\"8005\":2165.3,\"8006\":1789.59,\"8007\":722.65,\"8008\":2335.5,\"8009\":1980.0,\"8010\":16228.0,\"8011\":60666.21,\"8012\":503332.53,\"8013\":13888.0,\"8014\":616.44,\"8015\":17826.25,\"8016\":53862.78,\"8017\":8147.33,\"8018\":963.7,\"8019\":3698.88,\"8020\":846.59,\"8021\":14506.94,\"8022\":632.72,\"8023\":null,\"8024\":null,\"8025\":26206.81,\"8026\":2070.59,\"8027\":4528.22,\"8028\":939.79,\"8029\":232894.44,\"8030\":141713.09,\"8031\":5604.01,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":14118.0,\"8036\":300879.12,\"8037\":23337.61,\"8038\":14414.4,\"8039\":23217.08,\"8040\":10080.12,\"8041\":17406.36,\"8042\":112803.79,\"8043\":1369.3,\"8044\":1377.0,\"8045\":552.5,\"8046\":null,\"8047\":2183.97,\"8048\":734.39,\"8049\":437.36,\"8050\":10972.26,\"8051\":90430.09,\"8052\":4020.32,\"8053\":1905.6,\"8054\":null,\"8055\":842.16,\"8056\":1122081.1000000001,\"8057\":602053.16,\"8058\":630.0,\"8059\":7271.0,\"8060\":7516.7,\"8061\":827.86,\"8062\":205070.0,\"8063\":600.24,\"8064\":14184.0,\"8065\":35553.15,\"8066\":69405.22,\"8067\":149029.06,\"8068\":2824.0,\"8069\":null,\"8070\":551128.52,\"8071\":40233.62,\"8072\":9182.61,\"8073\":488.0,\"8074\":653.94,\"8075\":824.4,\"8076\":80966.62,\"8077\":2215.44,\"8078\":532.52,\"8079\":811.08,\"8080\":551.8,\"8081\":3902.4,\"8082\":412.8,\"8083\":1504.08,\"8084\":19516.63,\"8085\":3368.25,\"8086\":17729.65,\"8087\":8380.8,\"8088\":380.36,\"8089\":2564.4,\"8090\":237.6,\"8091\":302.93,\"8092\":29383.51,\"8093\":48705.4,\"8094\":null,\"8095\":931319.74,\"8096\":null,\"8097\":120146.04,\"8098\":1610.58,\"8099\":638.88,\"8100\":1193.32,\"8101\":1135.8,\"8102\":445627.97,\"8103\":178989.61,\"8104\":89038.77,\"8105\":73893.04,\"8106\":2044.0,\"8107\":795.62,\"8108\":420.37,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":55178.27,\"8113\":132293.56,\"8114\":158160.2,\"8115\":null,\"8116\":null,\"8117\":27964.37,\"8118\":45418.58,\"8119\":49441.58,\"8120\":645.33,\"8121\":75516.36,\"8122\":671.44,\"8123\":6542.8,\"8124\":2742.85,\"8125\":27913.62,\"8126\":56487.91,\"8127\":55734.66,\"8128\":19297.47,\"8129\":650.55,\"8130\":13669.2,\"8131\":0.6,\"8132\":7809.6,\"8133\":6749.49,\"8134\":399.63,\"8135\":59.68,\"8136\":4480.0,\"8137\":8666.63,\"8138\":1622.28,\"8139\":1724.36,\"8140\":126.46,\"8141\":16935.0,\"8142\":12928.0,\"8143\":3647.6,\"8144\":15455.7,\"8145\":16007.76,\"8146\":10557.79,\"8147\":11239.64,\"8148\":1824.39,\"8149\":15995.2,\"8150\":15656.4,\"8151\":null,\"8152\":10566.0,\"8153\":19460.55,\"8154\":19388.09,\"8155\":19313.64,\"8156\":5742.0,\"8157\":503.1,\"8158\":4853.1,\"8159\":4936.0,\"8160\":1606.0,\"8161\":null,\"8162\":3046.9,\"8163\":5063.0,\"8164\":350.16,\"8165\":2171.15,\"8166\":425.27,\"8167\":1917.0,\"8168\":1418.89,\"8169\":17525.2,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":810.48,\"8176\":null,\"8177\":284.24,\"8178\":972.9,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":6620.8,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":2250.81,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4605.27,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3225.56,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19944.33,\"8218\":19936.57,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1322.53,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":376.05,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3864.67,\"8305\":null,\"8306\":7162.8,\"8307\":284150.94,\"8308\":10584.0,\"8309\":6494.46,\"8310\":712.69,\"8311\":11.97,\"8312\":null,\"8313\":431.23,\"8314\":12584.0,\"8315\":16534.1,\"8316\":null,\"8317\":2098.64,\"8318\":1708.08,\"8319\":734.44,\"8320\":2553.3,\"8321\":809.0,\"8322\":15884.0,\"8323\":60655.67,\"8324\":502089.19,\"8325\":12840.0,\"8326\":902.88,\"8327\":12032.01,\"8328\":57131.41,\"8329\":6724.67,\"8330\":1041.9,\"8331\":3698.88,\"8332\":783.01,\"8333\":14627.22,\"8334\":537.68,\"8335\":null,\"8336\":null,\"8337\":27087.1,\"8338\":2548.59,\"8339\":9423.46,\"8340\":937.81,\"8341\":245569.92,\"8342\":156199.71,\"8343\":9873.63,\"8344\":508640.0,\"8345\":null,\"8346\":null,\"8347\":46741.73,\"8348\":373105.55,\"8349\":18653.14,\"8350\":17384.4,\"8351\":18069.9,\"8352\":13265.03,\"8353\":16258.53,\"8354\":82351.07,\"8355\":1037.69,\"8356\":1373.05,\"8357\":573.83,\"8358\":null,\"8359\":1940.05,\"8360\":731.24,\"8361\":394.47,\"8362\":28576.37,\"8363\":90475.84,\"8364\":4131.09,\"8365\":1893.6,\"8366\":15268.0,\"8367\":858.74,\"8368\":1140449.47,\"8369\":377458.33,\"8370\":504.0,\"8371\":10573.2,\"8372\":6172.33,\"8373\":828.41,\"8374\":205070.0,\"8375\":572.84,\"8376\":15156.0,\"8377\":35570.95,\"8378\":69319.67,\"8379\":164983.95,\"8380\":null,\"8381\":564687.3199999999,\"8382\":40085.01,\"8383\":7805.22,\"8384\":null,\"8385\":681.44,\"8386\":826.05,\"8387\":81031.49,\"8388\":2222.33,\"8389\":535.49,\"8390\":824.22,\"8391\":787.35,\"8392\":5284.8,\"8393\":411.6,\"8394\":592.24,\"8395\":19502.28,\"8396\":2478.15,\"8397\":19959.29,\"8398\":4041.6,\"8399\":364.72,\"8400\":2141.4,\"8401\":264.0,\"8402\":322.48,\"8403\":29468.4,\"8404\":46547.86,\"8405\":null,\"8406\":1074239.51,\"8407\":null,\"8408\":120210.33,\"8409\":1425.9,\"8410\":743.16,\"8411\":1979.97,\"8412\":788.4,\"8413\":308481.54,\"8414\":361704.07,\"8415\":null,\"8416\":null,\"8417\":131319.32,\"8418\":77764.31,\"8419\":2040.0,\"8420\":791.98,\"8421\":14.73,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":155927.25,\"8426\":162790.75,\"8427\":null,\"8428\":23515.89,\"8429\":44978.33,\"8430\":47773.22,\"8431\":622.92,\"8432\":75544.13,\"8433\":764.92,\"8434\":8914.4,\"8435\":2930.63,\"8436\":19136.94,\"8437\":49334.45,\"8438\":55794.02,\"8439\":19303.65,\"8440\":653.7,\"8441\":8341.2,\"8442\":null,\"8443\":7809.6,\"8444\":6774.24,\"8445\":332.84,\"8446\":28.39,\"8447\":5520.0,\"8448\":9273.57,\"8449\":1689.84,\"8450\":null,\"8451\":118.4,\"8452\":null,\"8453\":13865.0,\"8454\":11064.0,\"8455\":2765.4,\"8456\":15505.94,\"8457\":15082.33,\"8458\":10978.13,\"8459\":11633.68,\"8460\":1237.72,\"8461\":13904.9,\"8462\":13616.1,\"8463\":null,\"8464\":9450.0,\"8465\":19581.41,\"8466\":19503.15,\"8467\":19444.85,\"8468\":7081.2,\"8469\":508.3,\"8470\":10021.3,\"8471\":1998.0,\"8472\":1714.7,\"8473\":null,\"8474\":3196.5,\"8475\":5899.0,\"8476\":350.16,\"8477\":2155.91,\"8478\":330.05,\"8479\":2439.0,\"8480\":292.15,\"8481\":16262.13,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":null,\"8487\":756.36,\"8488\":null,\"8489\":310.2,\"8490\":935.4,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5736.7,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":5188.17,\"8501\":null,\"8502\":null,\"8503\":5138.62,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":6110.84,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":2472.83,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19930.8,\"8529\":19927.96,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1341.56,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":3903.9,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":16.01,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":2519.08,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3868.33,\"8617\":2494.8,\"8618\":7172.4,\"8619\":403203.5,\"8620\":6843.6,\"8621\":5416.08,\"8622\":712.36,\"8623\":55.26,\"8624\":null,\"8625\":431.59,\"8626\":12441.0,\"8627\":16091.35,\"8628\":191.4,\"8629\":2115.14,\"8630\":1751.64,\"8631\":765.63,\"8632\":3204.9,\"8633\":810.0,\"8634\":16280.0,\"8635\":60532.36,\"8636\":504520.96,\"8637\":12544.0,\"8638\":891.0,\"8639\":17500.87,\"8640\":38806.93,\"8641\":6765.0,\"8642\":973.76,\"8643\":3701.44,\"8644\":900.15,\"8645\":18522.34,\"8646\":573.76,\"8647\":null,\"8648\":null,\"8649\":25221.56,\"8650\":2020.61,\"8651\":9195.01,\"8652\":942.77,\"8653\":245703.81,\"8654\":157976.76,\"8655\":9584.91,\"8656\":331980.0,\"8657\":null,\"8658\":null,\"8659\":26090.39,\"8660\":395655.62,\"8661\":19700.63,\"8662\":14328.6,\"8663\":25.79,\"8664\":10884.43,\"8665\":16972.91,\"8666\":66486.91,\"8667\":1253.18,\"8668\":1694.09,\"8669\":588.08,\"8670\":null,\"8671\":2331.4,\"8672\":726.61,\"8673\":379.38,\"8674\":38240.75,\"8675\":90397.47,\"8676\":31.24,\"8677\":2161.8,\"8678\":14755.4,\"8679\":854.7,\"8680\":1187539.6000000001,\"8681\":416353.16,\"8682\":540.0,\"8683\":10331.2,\"8684\":5887.94,\"8685\":826.43,\"8686\":205030.0,\"8687\":613.22,\"8688\":10440.0,\"8689\":35637.44,\"8690\":69488.34,\"8691\":164282.66,\"8692\":404570.0,\"8693\":542768.99,\"8694\":null,\"8695\":39956.46,\"8696\":8417.39,\"8697\":503.98,\"8698\":687.89,\"8699\":1372.95,\"8700\":80981.94,\"8701\":2212.0,\"8702\":545.75,\"8703\":946.08,\"8704\":1100.93,\"8705\":4482.0,\"8706\":411.72,\"8707\":1546.77,\"8708\":19490.8,\"8709\":4359.6,\"8710\":19978.25,\"8711\":8107.2,\"8712\":355.61,\"8713\":2587.8,\"8714\":260.7,\"8715\":260.49,\"8716\":29633.11,\"8717\":48952.4,\"8718\":null,\"8719\":135067.47,\"8720\":null,\"8721\":778124.48,\"8722\":1615.38,\"8723\":568.04,\"8724\":1256.68,\"8725\":1281.6,\"8726\":339898.04,\"8727\":123936.68,\"8728\":198127.85,\"8729\":142537.25,\"8730\":119380.47,\"8731\":2064.0,\"8732\":789.74,\"8733\":3399.39,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":154805.07,\"8738\":169805.95,\"8739\":null,\"8740\":null,\"8741\":22381.39,\"8742\":45254.31,\"8743\":47788.57,\"8744\":600.39,\"8745\":75509.78,\"8746\":772.66,\"8747\":6144.6,\"8748\":2744.22,\"8749\":28574.94,\"8750\":49128.18,\"8751\":39305.43,\"8752\":19280.92,\"8753\":653.88,\"8754\":10029.6,\"8755\":92.4,\"8756\":7809.6,\"8757\":6777.05,\"8758\":331.85,\"8759\":3.27,\"8760\":2800.0,\"8761\":9224.57,\"8762\":1547.76,\"8763\":1690.48,\"8764\":137.02,\"8765\":102.0,\"8766\":15975.0,\"8767\":18954.0,\"8768\":3755.4,\"8769\":17036.18,\"8770\":17042.17,\"8771\":12579.75,\"8772\":13285.87,\"8773\":1250.77,\"8774\":13046.5,\"8775\":12756.4,\"8776\":null,\"8777\":19326.77,\"8778\":19294.06,\"8779\":19309.42,\"8780\":2282.4,\"8781\":496.2,\"8782\":null,\"8783\":2090.0,\"8784\":1362.8,\"8785\":null,\"8786\":7085.0,\"8787\":6538.0,\"8788\":350.16,\"8789\":2078.82,\"8790\":327.98,\"8791\":2210.0,\"8792\":1260.35,\"8793\":12619.51,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":86.53,\"8799\":749.76,\"8800\":null,\"8801\":338.8,\"8802\":674.4,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5371.0,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4608.52,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":6273.47,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":1180.25,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19940.12,\"8841\":19931.61,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1353.33,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":62.7,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4552.28,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3861.0,\"8929\":2395.8,\"8930\":7192.8,\"8931\":124706.8,\"8932\":5875.2,\"8933\":4441.07,\"8934\":708.73,\"8935\":91.17,\"8936\":null,\"8937\":431.71,\"8938\":13156.0,\"8939\":null,\"8940\":191.4,\"8941\":2153.74,\"8942\":1704.12,\"8943\":770.98,\"8944\":4555.8,\"8945\":808.0,\"8946\":17068.0,\"8947\":60738.17,\"8948\":238003.53,\"8949\":14600.0,\"8950\":1310.43,\"8951\":18108.1,\"8952\":35863.73,\"8953\":8140.0,\"8954\":1021.78,\"8955\":3699.84,\"8956\":848.83,\"8957\":16110.94,\"8958\":629.64,\"8959\":null,\"8960\":null,\"8961\":28051.69,\"8962\":2323.63,\"8963\":5597.76,\"8964\":942.77,\"8965\":249324.76,\"8966\":158672.31,\"8967\":6803.35,\"8968\":486260.0,\"8969\":null,\"8970\":null,\"8971\":17584.05,\"8972\":396146.33,\"8973\":16348.4,\"8974\":null,\"8975\":null,\"8976\":12861.89,\"8977\":16785.2,\"8978\":107162.14,\"8979\":1166.44,\"8980\":1325.95,\"8981\":579.83,\"8982\":null,\"8983\":null,\"8984\":2467.1,\"8985\":724.15,\"8986\":426.63,\"8987\":31592.8,\"8988\":4086.21,\"8989\":1954.8,\"8990\":14843.4,\"8991\":872.05,\"8992\":1117235.8899999999,\"8993\":487853.28,\"8994\":360.0,\"8995\":6916.8,\"8996\":7606.72,\"8997\":827.53,\"8998\":186760.0,\"8999\":531.0,\"9000\":12240.0,\"9001\":40174.85,\"9002\":65168.48,\"9003\":164384.4,\"9004\":null,\"9005\":405904.0,\"9006\":166113.58,\"9007\":20093.33,\"9008\":7958.26,\"9009\":532.36,\"9010\":688.79,\"9011\":1667.25,\"9012\":81500.66,\"9013\":2236.1,\"9014\":517.84,\"9015\":946.44,\"9016\":930.15,\"9017\":9204.0,\"9018\":412.32,\"9019\":169.59,\"9020\":19294.96,\"9021\":4351.05,\"9022\":19802.38,\"9023\":10161.6,\"9024\":374.68,\"9025\":2335.8,\"9026\":260.7,\"9027\":266.65,\"9028\":29926.19,\"9029\":50009.84,\"9030\":null,\"9031\":612652.97,\"9032\":null,\"9033\":809674.1800000001,\"9034\":1614.54,\"9035\":665.5,\"9036\":1183.02,\"9037\":1015.2,\"9038\":531291.21,\"9039\":78811.62,\"9040\":206765.62,\"9041\":143473.0,\"9042\":116449.62,\"9043\":49.0,\"9044\":791.14,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":null,\"9050\":156463.82,\"9051\":164500.15,\"9052\":19828.99,\"9053\":16857.21,\"9054\":1360.45,\"9055\":45018.69,\"9056\":48042.46,\"9057\":654.81,\"9058\":75649.25,\"9059\":769.6,\"9060\":null,\"9061\":2694.29,\"9062\":30224.28,\"9063\":58589.9,\"9064\":19331.5,\"9065\":652.62,\"9066\":10026.0,\"9067\":0.6,\"9068\":7809.6,\"9069\":6821.6,\"9070\":348.08,\"9071\":239.13,\"9072\":6160.0,\"9073\":9588.3,\"9074\":1571.04,\"9075\":1811.48,\"9076\":122.36,\"9077\":9225.0,\"9078\":13325.0,\"9079\":5093.0,\"9080\":16005.07,\"9081\":15241.35,\"9082\":10224.44,\"9083\":10222.36,\"9084\":737.44,\"9085\":13064.3,\"9086\":12785.3,\"9087\":null,\"9088\":19747.3,\"9089\":18898.26,\"9090\":19610.75,\"9091\":7552.8,\"9092\":480.5,\"9093\":9985.0,\"9094\":8154.0,\"9095\":1499.7,\"9096\":null,\"9097\":6678.2,\"9098\":4788.0,\"9099\":350.16,\"9100\":2283.74,\"9101\":326.83,\"9102\":3118.0,\"9103\":1075.46,\"9104\":12673.57,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":1031.07,\"9110\":735.9,\"9111\":null,\"9112\":459.36,\"9113\":537.3,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5611.3,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3873.91,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":3067.18,\"9128\":null,\"9129\":57423.35,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":4142.84,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19863.48,\"9152\":19941.28,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1249.6,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2074.03,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3857.33,\"9239\":2442.0,\"9240\":3934.77,\"9241\":401793.75,\"9242\":8769.6,\"9243\":5924.67,\"9244\":707.96,\"9245\":20.59,\"9246\":null,\"9247\":430.58,\"9248\":13640.0,\"9249\":19598.49,\"9250\":191.4,\"9251\":2160.01,\"9252\":1754.28,\"9253\":789.98,\"9254\":809.0,\"9255\":17736.0,\"9256\":60658.29,\"9257\":503054.48,\"9258\":10904.0,\"9259\":902.55,\"9260\":11142.34,\"9261\":30133.92,\"9262\":8187.67,\"9263\":441.31,\"9264\":3699.84,\"9265\":852.33,\"9266\":27958.6,\"9267\":609.4,\"9268\":null,\"9269\":null,\"9270\":24266.83,\"9271\":1626.59,\"9272\":4700.24,\"9273\":942.77,\"9274\":255000.0,\"9275\":5844.92,\"9276\":269150.0,\"9277\":null,\"9278\":16581.69,\"9279\":395957.04,\"9280\":14345.11,\"9281\":15439.6,\"9282\":null,\"9283\":12863.59,\"9284\":12147.02,\"9285\":70403.11,\"9286\":1382.55,\"9287\":1387.98,\"9288\":573.83,\"9289\":88055.0,\"9290\":null,\"9291\":2520.0,\"9292\":727.2,\"9293\":424.3,\"9294\":65119.12,\"9295\":40177.19,\"9296\":416.06,\"9297\":2758.2,\"9298\":null,\"9299\":884.84,\"9300\":1175957.98,\"9301\":594943.03,\"9302\":312.0,\"9303\":6914.6,\"9304\":7599.71,\"9305\":827.53,\"9306\":175970.0,\"9307\":580.88,\"9308\":12492.0,\"9309\":39924.14,\"9310\":64736.99,\"9311\":157175.29,\"9312\":null,\"9313\":24150.0,\"9314\":547746.85,\"9315\":null,\"9316\":39254.34,\"9317\":null,\"9318\":575.52,\"9319\":693.58,\"9320\":2263.65,\"9321\":81145.51,\"9322\":2222.33,\"9323\":440.48,\"9324\":null,\"9325\":1109.38,\"9326\":9181.2,\"9327\":411.6,\"9328\":1905.45,\"9329\":18252.59,\"9330\":4354.2,\"9331\":2589.76,\"9332\":13718.4,\"9333\":370.92,\"9334\":2684.4,\"9335\":3.3,\"9336\":272.2,\"9337\":29692.59,\"9338\":45823.65,\"9339\":null,\"9340\":122134.14,\"9341\":null,\"9342\":820263.5,\"9343\":1609.5,\"9344\":727.98,\"9345\":1143.99,\"9346\":1564.2,\"9347\":179908.66,\"9348\":19826.33,\"9349\":149003.06,\"9350\":139976.75,\"9351\":92400.2,\"9352\":2030.0,\"9353\":791.14,\"9354\":null,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54614.16,\"9359\":158540.14,\"9360\":165023.7,\"9361\":null,\"9362\":8189.24,\"9363\":44551.81,\"9364\":47535.05,\"9365\":663.51,\"9366\":76649.04,\"9367\":675.91,\"9368\":5282.2,\"9369\":1813.57,\"9370\":27995.52,\"9371\":null,\"9372\":51049.37,\"9373\":19313.21,\"9374\":651.93,\"9375\":17798.4,\"9376\":20.4,\"9377\":7809.6,\"9378\":6734.64,\"9379\":426.62,\"9380\":0.17,\"9381\":3520.0,\"9382\":9527.43,\"9383\":1524.0,\"9384\":1740.2,\"9385\":139.92,\"9386\":10166.0,\"9387\":19510.0,\"9388\":4987.4,\"9389\":19816.71,\"9390\":16310.49,\"9391\":11755.4,\"9392\":12420.04,\"9393\":394.83,\"9394\":13340.1,\"9395\":13063.8,\"9396\":null,\"9397\":19735.47,\"9398\":19632.76,\"9399\":19617.2,\"9400\":499.7,\"9401\":16696.6,\"9402\":5092.0,\"9403\":null,\"9404\":1834.8,\"9405\":null,\"9406\":7182.4,\"9407\":5465.0,\"9408\":350.16,\"9409\":2245.71,\"9410\":366.39,\"9411\":2633.0,\"9412\":461.36,\"9413\":12247.97,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":227.33,\"9419\":757.68,\"9420\":null,\"9421\":789.8,\"9422\":535.2,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5308.7,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4947.13,\"9433\":null,\"9434\":null,\"9435\":2987.2,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.75,\"9442\":null,\"9443\":4077.79,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19938.06,\"9460\":19941.55,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":0.15,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1519.43,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":6.54,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4566.08,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3857.33,\"9547\":null,\"9548\":7251.6,\"9549\":318768.81,\"9550\":10494.0,\"9551\":7999.62,\"9552\":709.06,\"9553\":33.79,\"9554\":20.0,\"9555\":425.8,\"9556\":12881.0,\"9557\":null,\"9558\":198.0,\"9559\":384.45,\"9560\":1772.1,\"9561\":795.46,\"9562\":808.0,\"9563\":16836.0,\"9564\":60163.35,\"9565\":499467.21,\"9566\":2288.55,\"9567\":10970.79,\"9568\":51404.38,\"9569\":8147.33,\"9570\":871.7,\"9571\":3700.16,\"9572\":870.61,\"9573\":29207.68,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":27832.62,\"9578\":10510.0,\"9579\":5688.04,\"9580\":942.77,\"9581\":255000.0,\"9582\":7024.81,\"9583\":null,\"9584\":null,\"9585\":25507.45,\"9586\":396477.04,\"9587\":17918.45,\"9588\":null,\"9589\":null,\"9590\":15289.91,\"9591\":7703.62,\"9592\":3126.2,\"9593\":1313.83,\"9594\":1344.59,\"9595\":586.71,\"9596\":191620.0,\"9597\":null,\"9598\":2550.59,\"9599\":720.8,\"9600\":415.4,\"9601\":76283.71,\"9602\":40376.92,\"9603\":3924.9,\"9604\":2490.0,\"9605\":14702.6,\"9606\":883.77,\"9607\":1175603.9399999999,\"9608\":348034.79,\"9609\":888.0,\"9610\":6945.4,\"9611\":7589.88,\"9612\":824.54,\"9613\":189940.0,\"9614\":528.6,\"9615\":8532.0,\"9616\":35453.55,\"9617\":60102.13,\"9618\":134422.32,\"9619\":608.5,\"9620\":614613.0,\"9621\":38860.61,\"9622\":3213.91,\"9623\":null,\"9624\":null,\"9625\":2978.1,\"9626\":81120.6,\"9627\":2218.88,\"9628\":525.13,\"9629\":null,\"9630\":891.03,\"9631\":10126.8,\"9632\":411.72,\"9633\":null,\"9634\":1154.3,\"9635\":19628.54,\"9636\":4349.7,\"9637\":19847.11,\"9638\":2217.6,\"9639\":366.1,\"9640\":2655.6,\"9641\":178.2,\"9642\":336.6,\"9643\":29713.86,\"9644\":50175.12,\"9645\":null,\"9646\":720428.66,\"9647\":null,\"9648\":820137.26,\"9649\":1038.84,\"9650\":764.94,\"9651\":1102.18,\"9652\":1533.6,\"9653\":338596.4,\"9654\":66137.15,\"9655\":123604.47,\"9656\":88581.16,\"9657\":72547.3,\"9658\":73.0,\"9659\":787.64,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55013.56,\"9664\":90569.87,\"9665\":137425.4,\"9666\":67.0,\"9667\":94.85,\"9668\":44644.24,\"9669\":47580.59,\"9670\":646.14,\"9671\":76520.34,\"9672\":722.55,\"9673\":null,\"9674\":2772.11,\"9675\":18824.9,\"9676\":57938.0,\"9677\":19287.52,\"9678\":652.23,\"9679\":17600.4,\"9680\":null,\"9681\":7809.6,\"9682\":6767.64,\"9683\":341.29,\"9684\":104.97,\"9685\":6320.0,\"9686\":9576.9,\"9687\":1525.08,\"9688\":1638.56,\"9689\":140.45,\"9690\":9126.0,\"9691\":12815.0,\"9692\":3861.0,\"9693\":15859.2,\"9694\":17616.54,\"9695\":10220.94,\"9696\":10227.22,\"9697\":1051.31,\"9698\":12414.6,\"9699\":12161.9,\"9700\":null,\"9701\":19744.73,\"9702\":19634.08,\"9703\":19496.19,\"9704\":577.6,\"9705\":11622.4,\"9706\":9814.0,\"9707\":2151.55,\"9708\":2203.6,\"9709\":null,\"9710\":6877.1,\"9711\":5670.0,\"9712\":350.16,\"9713\":1647.2,\"9714\":324.07,\"9715\":2652.0,\"9716\":1340.17,\"9717\":15545.39,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":717.42,\"9724\":553.96,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5183.8,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":4631.48,\"9735\":null,\"9736\":null,\"9737\":3511.92,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":4646.12,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19914.45,\"9762\":19943.67,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":0.75,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1311.36,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2746.78,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3857.33,\"9848\":2395.8,\"9849\":7249.2,\"9850\":252228.79,\"9851\":10497.6,\"9852\":7518.29,\"9853\":710.05,\"9854\":null,\"9855\":null,\"9856\":349.64,\"9857\":11506.0,\"9858\":5377.03,\"9859\":198.0,\"9860\":2173.22,\"9861\":1766.82,\"9862\":766.12,\"9863\":810.0,\"9864\":384766.39,\"9865\":null,\"9866\":9987.19,\"9867\":43031.31,\"9868\":8041.0,\"9869\":898.15,\"9870\":3700.8,\"9871\":870.3,\"9872\":20140.76,\"9873\":601.92,\"9874\":null,\"9875\":null,\"9876\":30064.22,\"9877\":14188.0,\"9878\":4975.34,\"9879\":942.77,\"9880\":255000.0,\"9881\":6155.02,\"9882\":null,\"9883\":507780.0,\"9884\":null,\"9885\":18059.03,\"9886\":397929.63,\"9887\":23347.5,\"9888\":10164.0,\"9889\":null,\"9890\":13992.59,\"9891\":91744.11,\"9892\":1742.11,\"9893\":1563.06,\"9894\":576.33,\"9895\":190740.0,\"9896\":null,\"9897\":2448.81,\"9898\":724.74,\"9899\":467.22,\"9900\":45633.72,\"9901\":3468.02,\"9902\":2425.8,\"9903\":12808.4,\"9904\":876.89,\"9905\":1171689.6699999999,\"9906\":585143.65,\"9907\":6776.0,\"9908\":6605.08,\"9909\":828.19,\"9910\":182070.0,\"9911\":573.35,\"9912\":12996.0,\"9913\":64707.09,\"9914\":66822.15,\"9915\":null,\"9916\":null,\"9917\":65113.44,\"9918\":null,\"9919\":39180.21,\"9920\":3673.04,\"9921\":584.63,\"9922\":681.84,\"9923\":3596.25,\"9924\":81123.97,\"9925\":2224.05,\"9926\":498.83,\"9927\":859.5,\"9928\":1045.03,\"9929\":10056.0,\"9930\":411.6,\"9931\":1649.32,\"9932\":19624.96,\"9933\":4396.5,\"9934\":19263.08,\"9935\":367.82,\"9936\":282.23,\"9937\":254.1,\"9938\":344.56,\"9939\":29665.47,\"9940\":44821.77,\"9941\":null,\"9942\":706526.17,\"9943\":null,\"9944\":819889.61,\"9945\":1599.36,\"9946\":783.64,\"9947\":1093.25,\"9948\":1053.0,\"9949\":null,\"9950\":176316.33,\"9951\":123980.82,\"9952\":72973.42,\"9953\":72883.35,\"9954\":null,\"9955\":798.28,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":54730.17,\"9960\":10561.3,\"9961\":127059.85,\"9962\":null,\"9963\":44965.13,\"9964\":47882.93,\"9965\":625.65,\"9966\":76555.16,\"9967\":563.41,\"9968\":3205.4,\"9969\":2829.39},\"Values_Hour02\":{\"0\":19728.24,\"1\":651.33,\"2\":6897.6,\"3\":17923.81,\"4\":null,\"5\":801.6,\"6\":6761.7,\"7\":387.42,\"8\":5680.0,\"9\":4687.82,\"10\":1206.12,\"11\":1723.92,\"12\":162.49,\"13\":10907.0,\"14\":10332.0,\"15\":3106.4,\"16\":8427.14,\"17\":22470.65,\"18\":10168.74,\"19\":10225.72,\"20\":1166.0,\"21\":15772.4,\"22\":15443.6,\"23\":null,\"24\":1646.7,\"25\":12906.0,\"26\":19753.39,\"27\":10333.06,\"28\":19453.33,\"29\":8695.26,\"30\":8144.96,\"31\":14401.35,\"32\":8698.15,\"33\":575.8,\"34\":10822.5,\"35\":4806.0,\"36\":null,\"37\":2501.6,\"38\":null,\"39\":4145.6,\"40\":356.73,\"41\":2450.35,\"42\":343.62,\"43\":2442.0,\"44\":1479.58,\"45\":13574.46,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":803.88,\"52\":344.52,\"53\":null,\"54\":null,\"55\":248.16,\"56\":null,\"57\":6713.5,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4849.57,\"63\":null,\"64\":null,\"65\":null,\"66\":5068.04,\"67\":null,\"68\":24337.37,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10154.22,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5585.0,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14557.16,\"92\":15140.13,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1422.41,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2369.4,\"173\":7249.2,\"174\":278067.95,\"175\":5389.2,\"176\":3435.99,\"177\":468.05,\"178\":null,\"179\":396.92,\"180\":12870.0,\"181\":19559.35,\"182\":79.2,\"183\":2986.34,\"184\":1774.08,\"185\":691.16,\"186\":2859.3,\"187\":1257.0,\"188\":17748.0,\"189\":60134.62,\"190\":451103.4,\"191\":15360.0,\"192\":1100.55,\"193\":9970.09,\"194\":58244.36,\"195\":6251.67,\"196\":918.85,\"197\":706.36,\"198\":12965.22,\"199\":3699.52,\"200\":1874.16,\"201\":15606.71,\"202\":571.12,\"203\":99647.26,\"204\":null,\"205\":15302.42,\"206\":null,\"207\":5789.26,\"208\":939.79,\"209\":245220.13,\"210\":null,\"211\":7018.02,\"212\":null,\"213\":508860.0,\"214\":591480.37,\"215\":null,\"216\":24750.01,\"217\":313564.02,\"218\":17700.0,\"219\":18865.0,\"220\":23221.71,\"221\":8846.37,\"222\":9945.63,\"223\":97210.86,\"224\":940.82,\"225\":1567.8,\"226\":203389.96,\"227\":null,\"228\":2560.25,\"229\":1330.09,\"230\":403.89,\"231\":31460.96,\"232\":89536.52,\"233\":3975.17,\"234\":2883.6,\"235\":null,\"236\":914.87,\"237\":895676.95,\"238\":600526.92,\"239\":468.0,\"240\":7530.6,\"241\":4620.87,\"242\":813.12,\"243\":183510.0,\"244\":658.41,\"245\":13896.0,\"246\":19387.96,\"247\":60842.88,\"248\":69470.55,\"249\":null,\"250\":null,\"251\":null,\"252\":451726.35,\"253\":null,\"254\":20615.44,\"255\":7652.17,\"256\":620.93,\"257\":668.38,\"258\":3987.6,\"259\":81201.81,\"260\":1062.1,\"261\":423.59,\"262\":780.3,\"263\":886.24,\"264\":4779.6,\"265\":423.96,\"266\":null,\"267\":null,\"268\":8023.5,\"269\":19622.4,\"270\":10051.2,\"271\":null,\"272\":212.26,\"273\":2540.4,\"274\":287.5,\"275\":29951.75,\"276\":25616.16,\"277\":28415.09,\"278\":null,\"279\":823415.87,\"280\":965.88,\"281\":773.3,\"282\":1240.56,\"283\":3213.0,\"284\":637711.59,\"285\":39042.48,\"286\":98370.7,\"287\":null,\"288\":null,\"289\":126133.79,\"290\":826.14,\"291\":739.61,\"292\":null,\"293\":null,\"294\":null,\"295\":64481.05,\"296\":158502.23,\"297\":170003.9,\"298\":7764.58,\"299\":null,\"300\":15314.2,\"301\":null,\"302\":45074.0,\"303\":48232.88,\"304\":631.14,\"305\":75592.62,\"306\":747.73,\"307\":7191.8,\"308\":2838.92,\"309\":23449.92,\"310\":51649.2,\"311\":null,\"312\":19763.01,\"313\":655.59,\"314\":7390.8,\"315\":17133.93,\"316\":null,\"317\":8191.2,\"318\":6732.5,\"319\":360.1,\"320\":1360.0,\"321\":4687.82,\"322\":1208.88,\"323\":1677.28,\"324\":163.42,\"325\":16287.0,\"326\":12929.0,\"327\":3051.4,\"328\":7447.85,\"329\":22754.45,\"330\":10202.56,\"331\":10221.33,\"332\":166.47,\"333\":15803.6,\"334\":15481.4,\"335\":null,\"336\":1430.3,\"337\":13878.0,\"338\":19748.88,\"339\":10332.11,\"340\":19451.58,\"341\":6152.36,\"342\":6110.61,\"343\":6094.35,\"344\":6422.6,\"345\":548.1,\"346\":9998.1,\"347\":7800.0,\"348\":null,\"349\":2642.9,\"350\":null,\"351\":3971.1,\"352\":356.73,\"353\":2258.34,\"354\":342.93,\"355\":2443.0,\"356\":1420.3,\"357\":13130.96,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":8.8,\"363\":777.48,\"364\":315.92,\"365\":null,\"366\":null,\"367\":6530.2,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":9790.96,\"373\":null,\"374\":null,\"375\":5728.61,\"376\":null,\"377\":95359.78,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":8799.63,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":5164.26,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19916.83,\"401\":19936.14,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1414.88,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":9.9,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2303.4,\"482\":7243.2,\"483\":13824.0,\"484\":4413.6,\"485\":3438.82,\"486\":470.14,\"487\":520.0,\"488\":396.91,\"489\":13981.0,\"490\":19564.83,\"491\":null,\"492\":3023.96,\"493\":1778.7,\"494\":650.16,\"495\":1878.3,\"496\":1332.0,\"497\":18948.0,\"498\":60153.86,\"499\":504542.81,\"500\":13736.0,\"501\":756.69,\"502\":9968.05,\"503\":57362.51,\"504\":4411.0,\"505\":860.2,\"506\":717.96,\"507\":6373.79,\"508\":3700.48,\"509\":1832.63,\"510\":14468.53,\"511\":582.78,\"512\":55528.43,\"513\":null,\"514\":15302.2,\"515\":null,\"516\":9864.41,\"517\":938.8,\"518\":245142.91,\"519\":9962.4,\"520\":null,\"521\":509930.0,\"522\":135393.36,\"523\":null,\"524\":19490.82,\"525\":180277.93,\"526\":null,\"527\":18799.0,\"528\":19094.13,\"529\":8847.94,\"530\":11262.77,\"531\":null,\"532\":788.46,\"533\":1710.39,\"534\":203939.95,\"535\":null,\"536\":2495.39,\"537\":1329.0,\"538\":407.11,\"539\":29525.01,\"540\":3988.56,\"541\":2614.2,\"542\":75.53,\"543\":905.66,\"544\":895858.9300000001,\"545\":599704.64,\"546\":432.0,\"547\":7288.6,\"548\":4603.34,\"549\":832.04,\"550\":null,\"551\":680.05,\"552\":13824.0,\"553\":null,\"554\":59418.81,\"555\":69970.68,\"556\":165173.85,\"557\":430.5,\"558\":null,\"559\":470212.22,\"560\":34824.35,\"561\":7805.22,\"562\":592.15,\"563\":669.06,\"564\":3485.1,\"565\":80221.45,\"566\":1062.1,\"567\":530.18,\"568\":737.28,\"569\":774.0,\"570\":4430.4,\"571\":null,\"572\":null,\"573\":8039.7,\"574\":19571.2,\"575\":10056.0,\"576\":1298.64,\"577\":362.08,\"578\":2507.4,\"579\":249.95,\"580\":29525.78,\"581\":25617.29,\"582\":1088297.8200000001,\"583\":null,\"584\":641678.0600000001,\"585\":962.82,\"586\":810.04,\"587\":2006.39,\"588\":2903.4,\"589\":null,\"590\":39089.9,\"591\":249934.13,\"592\":null,\"593\":100263.5,\"594\":225610.38,\"595\":null,\"596\":81107.7,\"597\":795.48,\"598\":825.51,\"599\":null,\"600\":null,\"601\":null,\"602\":63902.7,\"603\":152799.56,\"604\":170551.5,\"605\":7769.1,\"606\":101585.78,\"607\":15309.83,\"608\":45292.03,\"609\":47931.1,\"610\":687.87,\"611\":75531.23,\"612\":null,\"613\":8936.4,\"614\":2776.36,\"615\":23993.73,\"616\":55939.13,\"617\":45742.61,\"618\":19714.89,\"619\":652.65,\"620\":7390.8,\"621\":14371.38,\"622\":null,\"623\":5239.2,\"624\":6796.52,\"625\":1680.0,\"626\":6070.69,\"627\":1227.12,\"628\":1632.84,\"629\":150.48,\"630\":11517.0,\"631\":16673.0,\"632\":2992.0,\"633\":12947.7,\"634\":26763.13,\"635\":19651.36,\"636\":19708.18,\"637\":2169.49,\"638\":15678.8,\"639\":15335.0,\"640\":null,\"641\":1823.6,\"642\":10404.0,\"643\":19744.52,\"644\":10327.72,\"645\":19452.35,\"646\":5948.19,\"647\":5293.1,\"648\":5076.48,\"649\":6417.33,\"650\":547.8,\"651\":12549.6,\"652\":8054.0,\"653\":2395.2,\"654\":null,\"655\":4144.9,\"656\":356.73,\"657\":2248.92,\"658\":342.7,\"659\":2395.0,\"660\":1516.59,\"661\":13773.29,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":1.47,\"667\":907.5,\"668\":299.64,\"669\":null,\"670\":null,\"671\":null,\"672\":6329.9,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5193.91,\"678\":null,\"679\":null,\"680\":4293.7,\"681\":null,\"682\":16081.47,\"683\":null,\"684\":null,\"685\":null,\"686\":1.73,\"687\":null,\"688\":6159.31,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":6090.86,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":18593.41,\"706\":19587.38,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1614.58,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2409.0,\"786\":7244.4,\"787\":14778.0,\"788\":4413.6,\"789\":2944.47,\"790\":467.61,\"791\":null,\"792\":396.88,\"793\":14201.0,\"794\":19559.3,\"795\":198.0,\"796\":923.17,\"797\":1772.43,\"798\":707.08,\"799\":2630.7,\"800\":1348.0,\"801\":16884.0,\"802\":60137.41,\"803\":503331.09,\"804\":14312.0,\"805\":1039.17,\"806\":9960.88,\"807\":59864.94,\"808\":6310.33,\"809\":845.54,\"810\":714.53,\"811\":4874.3,\"812\":3699.52,\"813\":2013.41,\"814\":22733.02,\"815\":588.94,\"816\":49777.07,\"817\":null,\"818\":null,\"819\":null,\"820\":6859.7,\"821\":939.79,\"822\":243964.03,\"823\":8138.94,\"824\":null,\"825\":null,\"826\":221236.67,\"827\":null,\"828\":19027.81,\"829\":32984.49,\"830\":18012.0,\"831\":18664.8,\"832\":23456.28,\"833\":8850.21,\"834\":11029.3,\"835\":null,\"836\":733.61,\"837\":1615.77,\"838\":204013.29,\"839\":null,\"840\":2481.7,\"841\":1327.53,\"842\":384.89,\"843\":29516.06,\"844\":4016.64,\"845\":1888.8,\"846\":69.03,\"847\":913.08,\"848\":895915.09,\"849\":601499.14,\"850\":156.0,\"851\":7227.0,\"852\":8311.21,\"853\":828.52,\"854\":205140.0,\"855\":682.57,\"856\":16884.0,\"857\":61655.75,\"858\":70055.88,\"859\":165363.8,\"860\":62.5,\"861\":401258.0,\"862\":455774.73,\"863\":null,\"864\":43815.4,\"865\":null,\"866\":637.16,\"867\":689.47,\"868\":4003.8,\"869\":81273.96,\"870\":1062.1,\"871\":540.47,\"872\":723.6,\"873\":822.09,\"874\":4624.8,\"875\":433.2,\"876\":6866.87,\"877\":8069.85,\"878\":19664.0,\"879\":8731.2,\"880\":353.43,\"881\":2463.0,\"882\":null,\"883\":236.09,\"884\":29325.5,\"885\":50231.96,\"886\":773960.73,\"887\":null,\"888\":544023.95,\"889\":963.6,\"890\":892.1,\"891\":1354.15,\"892\":2575.8,\"893\":null,\"894\":420909.67,\"895\":534994.14,\"896\":null,\"897\":206233.16,\"898\":72424.45,\"899\":124724.0,\"900\":794.36,\"901\":1356.51,\"902\":null,\"903\":null,\"904\":null,\"905\":64199.22,\"906\":161237.96,\"907\":168662.65,\"908\":3853.95,\"909\":107994.88,\"910\":14767.81,\"911\":45261.46,\"912\":48092.22,\"913\":652.92,\"914\":75719.53,\"915\":975.87,\"916\":9429.2,\"917\":2824.69,\"918\":29722.82,\"919\":null,\"920\":55871.59,\"921\":56037.33,\"922\":19365.52,\"923\":651.78,\"924\":7390.8,\"925\":4759.2,\"926\":6783.98,\"927\":19.29,\"928\":null,\"929\":9258.13,\"930\":1204.44,\"931\":1673.32,\"932\":152.07,\"933\":10552.0,\"934\":13244.0,\"935\":2945.8,\"936\":7968.09,\"937\":25342.57,\"938\":15150.49,\"939\":15814.69,\"940\":627.44,\"941\":15212.9,\"942\":14882.0,\"943\":null,\"944\":1512.4,\"945\":12888.0,\"946\":19741.47,\"947\":10326.58,\"948\":18582.92,\"949\":520.5,\"950\":11544.8,\"951\":2056.0,\"952\":2115.4,\"953\":null,\"954\":4259.3,\"955\":356.73,\"956\":2205.27,\"957\":342.24,\"958\":2348.0,\"959\":1074.52,\"960\":7314.25,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":null,\"966\":918.72,\"967\":296.56,\"968\":886.8,\"969\":null,\"970\":null,\"971\":null,\"972\":6231.0,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4895.48,\"978\":null,\"979\":null,\"980\":4251.7,\"981\":null,\"982\":158553.95,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":6469.6,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4361.52,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":15870.7,\"1006\":16659.69,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1397.88,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":1.1,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2197.8,\"1087\":7228.8,\"1088\":416285.72,\"1089\":4467.6,\"1090\":3443.83,\"1091\":687.61,\"1092\":null,\"1093\":null,\"1094\":396.87,\"1095\":12441.0,\"1096\":19559.71,\"1097\":null,\"1098\":3057.45,\"1099\":1774.08,\"1100\":719.68,\"1101\":5500.8,\"1102\":1520.0,\"1103\":22144.0,\"1104\":60608.26,\"1105\":501488.35,\"1106\":13280.0,\"1107\":1374.45,\"1108\":12035.24,\"1109\":55022.91,\"1110\":6295.67,\"1111\":887.51,\"1112\":736.52,\"1113\":3699.84,\"1114\":2051.14,\"1115\":14170.71,\"1116\":573.98,\"1117\":null,\"1118\":15217.49,\"1119\":null,\"1120\":6135.21,\"1121\":939.79,\"1122\":239514.67,\"1123\":null,\"1124\":7625.27,\"1125\":null,\"1126\":505550.0,\"1127\":449.5,\"1128\":null,\"1129\":20363.98,\"1130\":338881.67,\"1131\":16200.0,\"1132\":18629.6,\"1133\":23360.94,\"1134\":8851.12,\"1135\":11345.48,\"1136\":null,\"1137\":756.58,\"1138\":1522.41,\"1139\":71096.65,\"1140\":null,\"1141\":2390.85,\"1142\":764.31,\"1143\":407.77,\"1144\":27558.35,\"1145\":3845.36,\"1146\":2200.2,\"1147\":80.25,\"1148\":930.96,\"1149\":868233.3100000001,\"1150\":595995.53,\"1151\":204.0,\"1152\":6703.4,\"1153\":8319.79,\"1154\":817.85,\"1155\":205180.0,\"1156\":690.87,\"1157\":15084.0,\"1158\":null,\"1159\":61475.04,\"1160\":69453.34,\"1161\":164192.82,\"1162\":null,\"1163\":367816.0,\"1164\":428980.83,\"1165\":null,\"1166\":null,\"1167\":578.82,\"1168\":670.93,\"1169\":3994.05,\"1170\":81296.4,\"1171\":1062.1,\"1172\":517.44,\"1173\":752.22,\"1174\":803.47,\"1175\":4231.2,\"1176\":432.6,\"1177\":6935.74,\"1178\":8063.55,\"1179\":19648.0,\"1180\":5337.6,\"1181\":356.86,\"1182\":2252.4,\"1183\":99.0,\"1184\":336.35,\"1185\":30042.32,\"1186\":48578.0,\"1187\":141847.63,\"1188\":null,\"1189\":671051.42,\"1190\":996.6,\"1191\":836.44,\"1192\":1269.76,\"1193\":2575.8,\"1194\":33415.09,\"1195\":632217.73,\"1196\":539360.3199999999,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":73058.67,\"1201\":795.34,\"1202\":1391.26,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":64557.96,\"1207\":164068.96,\"1208\":170183.35,\"1209\":3855.99,\"1210\":71829.94,\"1211\":14778.2,\"1212\":45142.46,\"1213\":48285.96,\"1214\":null,\"1215\":75468.34,\"1216\":823.28,\"1217\":10857.0,\"1218\":2882.42,\"1219\":31043.25,\"1220\":49068.11,\"1221\":55627.0,\"1222\":18883.49,\"1223\":651.12,\"1224\":6408.0,\"1225\":6645.6,\"1226\":6777.38,\"1227\":null,\"1228\":1440.0,\"1229\":9522.8,\"1230\":380.52,\"1231\":1733.16,\"1232\":157.75,\"1233\":9342.0,\"1234\":12320.0,\"1235\":2895.2,\"1236\":7437.39,\"1237\":21629.53,\"1238\":10205.68,\"1239\":10217.94,\"1240\":694.91,\"1241\":15001.5,\"1242\":14672.9,\"1243\":null,\"1244\":1602.0,\"1245\":13032.0,\"1246\":19750.02,\"1247\":10334.37,\"1248\":19597.55,\"1249\":521.1,\"1250\":10552.7,\"1251\":2614.0,\"1252\":null,\"1253\":2029.3,\"1254\":null,\"1255\":3943.1,\"1256\":356.73,\"1257\":2155.88,\"1258\":341.78,\"1259\":2300.0,\"1260\":1296.26,\"1261\":12493.43,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":772.2,\"1268\":null,\"1269\":282.04,\"1270\":857.7,\"1271\":null,\"1272\":271.68,\"1273\":null,\"1274\":6106.4,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4631.48,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":2777.29,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":3586.08,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4982.44,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":8616.32,\"1307\":7485.76,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1348.16,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2204.4,\"1386\":7222.8,\"1387\":125936.6,\"1388\":3992.4,\"1389\":4738.74,\"1390\":698.39,\"1391\":52.71,\"1392\":null,\"1393\":405.06,\"1394\":14399.0,\"1395\":19481.45,\"1396\":191.4,\"1397\":3055.3,\"1398\":1698.18,\"1399\":722.16,\"1400\":3730.5,\"1401\":1321.0,\"1402\":20900.0,\"1403\":60485.04,\"1404\":493613.54,\"1405\":12912.0,\"1406\":814.44,\"1407\":9959.02,\"1408\":45702.0,\"1409\":6255.33,\"1410\":882.91,\"1411\":734.13,\"1412\":3699.84,\"1413\":2058.28,\"1414\":25659.49,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15213.58,\"1419\":null,\"1420\":5652.57,\"1421\":939.79,\"1422\":239407.7,\"1423\":155166.73,\"1424\":6987.27,\"1425\":69120.0,\"1426\":null,\"1427\":null,\"1428\":null,\"1429\":18552.25,\"1430\":325270.11,\"1431\":15312.0,\"1432\":18603.2,\"1433\":20345.24,\"1434\":8750.28,\"1435\":10873.9,\"1436\":730.92,\"1437\":1518.67,\"1438\":null,\"1439\":167530.0,\"1440\":null,\"1441\":2498.15,\"1442\":415.91,\"1443\":26595.28,\"1444\":2788.01,\"1445\":2172.0,\"1446\":75.52,\"1447\":911.41,\"1448\":885682.74,\"1449\":600275.6800000001,\"1450\":276.0,\"1451\":6652.8,\"1452\":8299.53,\"1453\":817.85,\"1454\":136710.0,\"1455\":675.96,\"1456\":14256.0,\"1457\":23617.65,\"1458\":60462.32,\"1459\":68508.52,\"1460\":165623.99,\"1461\":185.5,\"1462\":401810.0,\"1463\":547852.03,\"1464\":null,\"1465\":592.94,\"1466\":686.27,\"1467\":3997.35,\"1468\":81313.93,\"1469\":1063.82,\"1470\":439.63,\"1471\":709.2,\"1472\":778.93,\"1473\":4370.4,\"1474\":431.4,\"1475\":null,\"1476\":13946.09,\"1477\":8065.8,\"1478\":19606.4,\"1479\":11750.4,\"1480\":372.64,\"1481\":2577.6,\"1482\":99.0,\"1483\":null,\"1484\":29395.74,\"1485\":25607.8,\"1486\":null,\"1487\":null,\"1488\":753584.11,\"1489\":1149.0,\"1490\":774.62,\"1491\":1269.12,\"1492\":2575.8,\"1493\":33650.9,\"1494\":772429.84,\"1495\":539435.7,\"1496\":null,\"1497\":348371.65,\"1498\":143512.79,\"1499\":124790.38,\"1500\":794.64,\"1501\":818.64,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":64799.43,\"1506\":164444.75,\"1507\":170266.6,\"1508\":3854.25,\"1509\":102005.72,\"1510\":14782.24,\"1511\":45130.46,\"1512\":48322.04,\"1513\":663.48,\"1514\":91965.75,\"1515\":617.09,\"1516\":10450.0,\"1517\":2877.71,\"1518\":31418.36,\"1519\":45856.13,\"1520\":56383.92,\"1521\":19675.88,\"1522\":649.95,\"1523\":8848.8,\"1524\":null,\"1525\":6331.2,\"1526\":6777.71,\"1527\":350.2,\"1528\":3360.0,\"1529\":9069.94,\"1530\":998.04,\"1531\":1752.52,\"1532\":168.31,\"1533\":null,\"1534\":9219.0,\"1535\":12513.0,\"1536\":2967.8,\"1537\":6949.61,\"1538\":18333.8,\"1539\":10196.46,\"1540\":10219.25,\"1541\":528.29,\"1542\":14988.4,\"1543\":14652.9,\"1544\":null,\"1545\":1501.9,\"1546\":13932.0,\"1547\":19749.82,\"1548\":10334.35,\"1549\":19608.49,\"1550\":null,\"1551\":494.9,\"1552\":11901.1,\"1553\":2206.0,\"1554\":1937.7,\"1555\":null,\"1556\":3846.6,\"1557\":356.73,\"1558\":2705.08,\"1559\":341.55,\"1560\":2301.0,\"1561\":1453.08,\"1562\":12073.62,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":1.47,\"1568\":818.4,\"1569\":276.76,\"1570\":934.2,\"1571\":null,\"1572\":8.64,\"1573\":null,\"1574\":5972.3,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4533.91,\"1580\":null,\"1581\":null,\"1582\":1912.15,\"1583\":null,\"1584\":19598.22,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":5717.24,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":3544.32,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":12897.73,\"1608\":13300.3,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1305.7,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2197.8,\"1690\":7197.6,\"1691\":19992.0,\"1692\":6364.8,\"1693\":null,\"1694\":689.04,\"1695\":null,\"1696\":30.0,\"1697\":404.76,\"1698\":12496.0,\"1699\":19598.47,\"1700\":191.4,\"1701\":2357.68,\"1702\":1753.62,\"1703\":711.72,\"1704\":2149.2,\"1705\":1533.0,\"1706\":20700.0,\"1707\":458603.14,\"1708\":501344.28,\"1709\":13464.0,\"1710\":1284.03,\"1711\":11935.35,\"1712\":40733.86,\"1713\":6321.33,\"1714\":978.65,\"1715\":712.84,\"1716\":3699.52,\"1717\":2007.41,\"1718\":27301.13,\"1719\":640.42,\"1720\":null,\"1721\":15314.32,\"1722\":6122.0,\"1723\":5411.31,\"1724\":939.79,\"1725\":158983.16,\"1726\":6701.76,\"1727\":69144.0,\"1728\":505210.0,\"1729\":null,\"1730\":null,\"1731\":17080.61,\"1732\":183301.67,\"1733\":17592.0,\"1734\":18590.0,\"1735\":23117.91,\"1736\":12946.98,\"1737\":11248.52,\"1738\":1162.3,\"1739\":1421.02,\"1740\":204820.01,\"1741\":null,\"1742\":2425.81,\"1743\":null,\"1744\":404.28,\"1745\":31803.02,\"1746\":2558.85,\"1747\":2180.4,\"1748\":921.17,\"1749\":891381.55,\"1750\":541666.76,\"1751\":468.0,\"1752\":6595.6,\"1753\":8264.41,\"1754\":827.42,\"1755\":136740.0,\"1756\":669.34,\"1757\":13932.0,\"1758\":23866.58,\"1759\":60952.57,\"1760\":68662.81,\"1761\":165056.76,\"1762\":14.0,\"1763\":553846.08,\"1764\":null,\"1765\":7040.0,\"1766\":580.01,\"1767\":682.24,\"1768\":3994.2,\"1769\":350120.66,\"1770\":1062.1,\"1771\":527.54,\"1772\":775.08,\"1773\":538.84,\"1774\":934.8,\"1775\":430.56,\"1776\":null,\"1777\":4355.1,\"1778\":19964.8,\"1779\":8265.6,\"1780\":null,\"1781\":368.41,\"1782\":2087.4,\"1783\":108.9,\"1784\":315.49,\"1785\":29493.43,\"1786\":25607.18,\"1787\":375633.84,\"1788\":null,\"1789\":636852.58,\"1790\":1276.32,\"1791\":null,\"1792\":1165.07,\"1793\":2575.8,\"1794\":365009.12,\"1795\":540427.92,\"1796\":26524.13,\"1797\":414867.51,\"1798\":139764.12,\"1799\":0.06,\"1800\":794.78,\"1801\":734.56,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":75862.71,\"1806\":161719.71,\"1807\":170512.65,\"1808\":3855.47,\"1809\":52342.67,\"1810\":14783.03,\"1811\":45118.28,\"1812\":48077.7,\"1813\":647.43,\"1814\":76592.85,\"1815\":698.03,\"1816\":5924.6,\"1817\":2906.87,\"1818\":29384.46,\"1819\":15235.94,\"1820\":57174.37,\"1821\":16345.32,\"1822\":652.68,\"1823\":10044.0,\"1824\":null,\"1825\":4003.2,\"1826\":6782.66,\"1827\":361.68,\"1828\":null,\"1829\":2960.0,\"1830\":9105.48,\"1831\":1212.84,\"1832\":1692.24,\"1833\":153.78,\"1834\":9166.0,\"1835\":14809.0,\"1836\":3918.2,\"1837\":6949.27,\"1838\":18789.28,\"1839\":10171.74,\"1840\":10219.13,\"1841\":267.81,\"1842\":14129.2,\"1843\":13814.5,\"1844\":null,\"1845\":1511.7,\"1846\":13626.0,\"1847\":19742.67,\"1848\":10274.38,\"1849\":19601.87,\"1850\":472.2,\"1851\":16407.0,\"1852\":2088.0,\"1853\":1846.6,\"1854\":null,\"1855\":7089.0,\"1856\":356.73,\"1857\":2271.73,\"1858\":340.86,\"1859\":2254.0,\"1860\":1463.43,\"1861\":11890.34,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":747.12,\"1868\":null,\"1869\":228.36,\"1870\":828.0,\"1871\":null,\"1872\":null,\"1873\":322.08,\"1874\":null,\"1875\":5903.0,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4315.83,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":1509.17,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":3458.23,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5360.55,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":15797.27,\"1909\":16200.95,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1293.66,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":2273.96,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":null,\"1990\":7188.0,\"1991\":395259.31,\"1992\":6847.2,\"1993\":6908.84,\"1994\":690.47,\"1995\":12.5,\"1996\":null,\"1997\":404.65,\"1998\":14124.0,\"1999\":19494.98,\"2000\":204.6,\"2001\":3061.74,\"2002\":1708.74,\"2003\":767.74,\"2004\":2507.4,\"2005\":808.0,\"2006\":17684.0,\"2007\":60705.53,\"2008\":503708.27,\"2009\":12808.0,\"2010\":1133.22,\"2011\":4985.62,\"2012\":55943.09,\"2013\":6178.33,\"2014\":1158.91,\"2015\":712.02,\"2016\":3700.48,\"2017\":2070.94,\"2018\":22442.44,\"2019\":637.56,\"2020\":null,\"2021\":null,\"2022\":15314.36,\"2023\":8227.0,\"2024\":5162.03,\"2025\":939.79,\"2026\":155958.83,\"2027\":6492.56,\"2028\":508170.0,\"2029\":541080.46,\"2030\":null,\"2031\":15762.45,\"2032\":395681.64,\"2033\":15492.0,\"2034\":16913.6,\"2035\":23438.57,\"2036\":14126.03,\"2037\":11792.86,\"2038\":545.03,\"2039\":1354.24,\"2040\":null,\"2041\":305470.0,\"2042\":null,\"2043\":2475.38,\"2044\":771.89,\"2045\":413.79,\"2046\":30513.6,\"2047\":3323.64,\"2048\":2180.4,\"2049\":null,\"2050\":919.77,\"2051\":894370.12,\"2052\":523530.91,\"2053\":726.0,\"2054\":6349.2,\"2055\":8276.63,\"2056\":823.35,\"2057\":null,\"2058\":652.52,\"2059\":14436.0,\"2060\":23181.89,\"2061\":61444.49,\"2062\":69516.27,\"2063\":165082.1,\"2064\":null,\"2065\":545187.12,\"2066\":7346.09,\"2067\":556.51,\"2068\":661.54,\"2069\":3855.0,\"2070\":81090.29,\"2071\":1060.38,\"2072\":279.71,\"2073\":470.34,\"2074\":1073.04,\"2075\":3006.0,\"2076\":429.36,\"2077\":9443.02,\"2078\":4353.75,\"2079\":19968.0,\"2080\":9710.4,\"2081\":330.73,\"2082\":2590.2,\"2083\":108.9,\"2084\":307.34,\"2085\":29839.41,\"2086\":25614.31,\"2087\":null,\"2088\":null,\"2089\":574944.59,\"2090\":1275.36,\"2091\":846.34,\"2092\":1154.89,\"2093\":1764.6,\"2094\":429975.84,\"2095\":540145.21,\"2096\":413665.18,\"2097\":140929.71,\"2098\":null,\"2099\":795.48,\"2100\":750.94,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64621.56,\"2105\":164728.66,\"2106\":169837.4,\"2107\":null,\"2108\":14817.01,\"2109\":45729.36,\"2110\":48575.31,\"2111\":654.69,\"2112\":76592.73,\"2113\":776.37,\"2114\":6221.6,\"2115\":2770.16,\"2116\":28635.27,\"2117\":46735.88,\"2118\":56832.59,\"2119\":14918.7,\"2120\":652.17,\"2121\":6411.6,\"2122\":7975.2,\"2123\":6797.34,\"2124\":317.46,\"2125\":null,\"2126\":480.0,\"2127\":4687.82,\"2128\":1138.44,\"2129\":1627.56,\"2130\":124.99,\"2131\":8830.0,\"2132\":14338.0,\"2133\":3256.0,\"2134\":6454.4,\"2135\":17142.36,\"2136\":9617.42,\"2137\":10036.9,\"2138\":661.32,\"2139\":12579.0,\"2140\":12324.4,\"2141\":null,\"2142\":1455.2,\"2143\":13644.0,\"2144\":19740.12,\"2145\":10293.52,\"2146\":19601.63,\"2147\":460.3,\"2148\":10403.5,\"2149\":4916.0,\"2150\":1.91,\"2151\":1772.7,\"2152\":null,\"2153\":5449.2,\"2154\":356.73,\"2155\":2109.37,\"2156\":339.71,\"2157\":2196.0,\"2158\":1402.27,\"2159\":11497.3,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":594.0,\"2165\":848.1,\"2166\":null,\"2167\":274.56,\"2168\":50.7,\"2169\":null,\"2170\":null,\"2171\":167.04,\"2172\":null,\"2173\":5719.2,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4103.48,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":3792.68,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":5726.37,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":3784.19,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19795.92,\"2206\":19843.28,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1266.32,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":2275.25,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2072.4,\"2289\":7183.2,\"2290\":20661.0,\"2291\":3333.6,\"2292\":5421.45,\"2293\":690.47,\"2294\":46.2,\"2295\":null,\"2296\":404.59,\"2297\":14542.0,\"2298\":19470.19,\"2299\":184.8,\"2300\":3060.92,\"2301\":1733.16,\"2302\":765.18,\"2303\":2874.6,\"2304\":812.0,\"2305\":18112.0,\"2306\":60454.76,\"2307\":508264.33,\"2308\":13648.0,\"2309\":1096.92,\"2310\":5984.75,\"2311\":63744.5,\"2312\":6281.0,\"2313\":891.83,\"2314\":709.13,\"2315\":3701.44,\"2316\":1861.75,\"2317\":null,\"2318\":628.76,\"2319\":null,\"2320\":null,\"2321\":15306.06,\"2322\":null,\"2323\":4915.42,\"2324\":940.78,\"2325\":157337.39,\"2326\":6219.14,\"2327\":null,\"2328\":899990.76,\"2329\":null,\"2330\":15465.45,\"2331\":227791.5,\"2332\":14772.0,\"2333\":18708.8,\"2334\":23672.62,\"2335\":14703.01,\"2336\":10487.87,\"2337\":null,\"2338\":745.41,\"2339\":1314.42,\"2340\":598.33,\"2341\":224400.0,\"2342\":null,\"2343\":2541.85,\"2344\":769.62,\"2345\":395.51,\"2346\":31268.12,\"2347\":2820.56,\"2348\":2181.6,\"2349\":null,\"2350\":859.29,\"2351\":893655.53,\"2352\":420651.33,\"2353\":780.0,\"2354\":6371.2,\"2355\":8354.65,\"2356\":813.45,\"2357\":null,\"2358\":663.1,\"2359\":12888.0,\"2360\":23351.13,\"2361\":61173.3,\"2362\":68494.63,\"2363\":164675.78,\"2364\":null,\"2365\":540679.66,\"2366\":null,\"2367\":null,\"2368\":6886.96,\"2369\":562.72,\"2370\":684.11,\"2371\":3858.9,\"2372\":81205.01,\"2373\":1062.1,\"2374\":535.46,\"2375\":734.04,\"2376\":824.35,\"2377\":7202.4,\"2378\":427.92,\"2379\":14087.41,\"2380\":3771.45,\"2381\":19961.6,\"2382\":10497.6,\"2383\":null,\"2384\":358.78,\"2385\":2607.0,\"2386\":112.2,\"2387\":327.54,\"2388\":29810.42,\"2389\":25606.36,\"2390\":null,\"2391\":null,\"2392\":819100.41,\"2393\":1374.42,\"2394\":787.16,\"2395\":1134.88,\"2396\":1786.5,\"2397\":507830.56,\"2398\":533366.87,\"2399\":null,\"2400\":null,\"2401\":396556.14,\"2402\":144834.1,\"2403\":null,\"2404\":795.62,\"2405\":892.92,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":63650.91,\"2410\":131114.9,\"2411\":170329.5,\"2412\":null,\"2413\":null,\"2414\":14793.88,\"2415\":45709.67,\"2416\":48418.66,\"2417\":656.64,\"2418\":76338.61,\"2419\":756.2,\"2420\":9306.0,\"2421\":2804.14,\"2422\":31387.29,\"2423\":46274.26,\"2424\":null,\"2425\":55455.26,\"2426\":13843.22,\"2427\":652.08,\"2428\":6048.0,\"2429\":null,\"2430\":3660.0,\"2431\":6760.05,\"2432\":304.52,\"2433\":null,\"2434\":4800.0,\"2435\":9050.12,\"2436\":1041.96,\"2437\":1525.04,\"2438\":152.46,\"2439\":8614.0,\"2440\":10424.0,\"2441\":3110.8,\"2442\":5955.52,\"2443\":17699.24,\"2444\":9253.48,\"2445\":9694.36,\"2446\":1173.92,\"2447\":14140.5,\"2448\":13821.9,\"2449\":null,\"2450\":1378.6,\"2451\":13536.0,\"2452\":18725.58,\"2453\":10298.22,\"2454\":19611.9,\"2455\":437.1,\"2456\":9522.5,\"2457\":7712.0,\"2458\":1683.7,\"2459\":null,\"2460\":4511.3,\"2461\":356.73,\"2462\":2066.69,\"2463\":339.02,\"2464\":1700.0,\"2465\":1406.97,\"2466\":11003.27,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":764.94,\"2473\":null,\"2474\":296.12,\"2475\":1102.8,\"2476\":null,\"2477\":null,\"2478\":415.2,\"2479\":null,\"2480\":5533.6,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3994.44,\"2486\":null,\"2487\":null,\"2488\":4531.73,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":6628.7,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":3993.83,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":13391.58,\"2512\":13971.39,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1238.22,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":2644.38,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":2006.4,\"2595\":7166.4,\"2596\":20922.0,\"2597\":2343.6,\"2598\":4937.16,\"2599\":690.47,\"2600\":null,\"2601\":null,\"2602\":404.42,\"2603\":13002.0,\"2604\":18605.93,\"2605\":null,\"2606\":3058.6,\"2607\":1713.03,\"2608\":728.55,\"2609\":3398.4,\"2610\":815.0,\"2611\":17640.0,\"2612\":60369.05,\"2613\":506911.71,\"2614\":13688.0,\"2615\":1595.22,\"2616\":6981.42,\"2617\":48840.29,\"2618\":6226.0,\"2619\":805.86,\"2620\":708.18,\"2621\":3701.12,\"2622\":1964.77,\"2623\":14118.25,\"2624\":608.08,\"2625\":null,\"2626\":null,\"2627\":15305.51,\"2628\":null,\"2629\":4680.6,\"2630\":940.78,\"2631\":150075.76,\"2632\":5931.91,\"2633\":null,\"2634\":null,\"2635\":31815.31,\"2636\":null,\"2637\":14576.46,\"2638\":394121.25,\"2639\":14508.0,\"2640\":18752.8,\"2641\":22231.11,\"2642\":13296.35,\"2643\":10662.71,\"2644\":169178.77,\"2645\":988.63,\"2646\":1276.12,\"2647\":589.71,\"2648\":305030.0,\"2649\":null,\"2650\":2231.12,\"2651\":765.1,\"2652\":396.5,\"2653\":26680.25,\"2654\":2991.71,\"2655\":1.2,\"2656\":73.16,\"2657\":851.46,\"2658\":892415.23,\"2659\":501343.81,\"2660\":882.0,\"2661\":5836.6,\"2662\":8352.99,\"2663\":811.25,\"2664\":136720.0,\"2665\":625.12,\"2666\":13968.0,\"2667\":23188.81,\"2668\":59802.9,\"2669\":68346.29,\"2670\":165634.11,\"2671\":9.0,\"2672\":null,\"2673\":18578.0,\"2674\":28251.94,\"2675\":7040.0,\"2676\":568.26,\"2677\":669.85,\"2678\":3527.85,\"2679\":80953.6,\"2680\":1062.1,\"2681\":483.85,\"2682\":517.32,\"2683\":716.75,\"2684\":6591.6,\"2685\":429.24,\"2686\":13985.54,\"2687\":4496.4,\"2688\":19974.4,\"2689\":9388.8,\"2690\":361.02,\"2691\":2577.0,\"2692\":108.9,\"2693\":344.71,\"2694\":29598.28,\"2695\":25585.21,\"2696\":329159.8,\"2697\":null,\"2698\":503693.24,\"2699\":1366.62,\"2700\":814.44,\"2701\":1112.95,\"2702\":1605.6,\"2703\":751908.2,\"2704\":533541.2,\"2705\":null,\"2706\":80700.0,\"2707\":82167.38,\"2708\":414344.98,\"2709\":141923.19,\"2710\":0.12,\"2711\":795.34,\"2712\":667.08,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64524.19,\"2717\":161036.71,\"2718\":169273.15,\"2719\":null,\"2720\":115453.83,\"2721\":14761.9,\"2722\":45322.68,\"2723\":48287.16,\"2724\":656.49,\"2725\":76398.11,\"2726\":733.44,\"2727\":9015.6,\"2728\":2539.68,\"2729\":30784.13,\"2730\":46304.95,\"2731\":49376.48,\"2732\":55018.59,\"2733\":13216.49,\"2734\":651.39,\"2735\":5266.8,\"2736\":null,\"2737\":3878.4,\"2738\":6602.31,\"2739\":289.21,\"2740\":null,\"2741\":1280.0,\"2742\":4687.82,\"2743\":714.12,\"2744\":1528.12,\"2745\":150.82,\"2746\":8463.0,\"2747\":10339.0,\"2748\":3011.8,\"2749\":5960.02,\"2750\":17901.96,\"2751\":9164.99,\"2752\":9525.97,\"2753\":976.8,\"2754\":10008.8,\"2755\":9778.2,\"2756\":null,\"2757\":1356.9,\"2758\":13356.0,\"2759\":19742.32,\"2760\":10295.4,\"2761\":19607.92,\"2762\":null,\"2763\":null,\"2764\":416.3,\"2765\":8849.0,\"2766\":7630.0,\"2767\":1617.3,\"2768\":null,\"2769\":4139.5,\"2770\":356.73,\"2771\":1326.68,\"2772\":339.25,\"2773\":2129.0,\"2774\":1406.82,\"2775\":10833.16,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":748.44,\"2782\":null,\"2783\":282.04,\"2784\":861.9,\"2785\":null,\"2786\":null,\"2787\":110.88,\"2788\":null,\"2789\":5623.0,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3942.78,\"2795\":null,\"2796\":null,\"2797\":6637.27,\"2798\":null,\"2799\":null,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":8302.49,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":4551.94,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":10977.44,\"2821\":11169.64,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1238.33,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1201.2,\"2904\":7173.6,\"2905\":13863.0,\"2906\":2347.2,\"2907\":4628.21,\"2908\":463.43,\"2909\":91.78,\"2910\":220.0,\"2911\":404.28,\"2912\":14036.0,\"2913\":17809.46,\"2914\":158.4,\"2915\":3053.82,\"2916\":1734.81,\"2917\":709.24,\"2918\":2939.4,\"2919\":1362.0,\"2920\":16008.0,\"2921\":462356.99,\"2922\":503127.88,\"2923\":13256.0,\"2924\":759.0,\"2925\":8277.45,\"2926\":62000.96,\"2927\":6196.67,\"2928\":769.06,\"2929\":719.77,\"2930\":3699.84,\"2931\":1960.53,\"2932\":13164.75,\"2933\":633.16,\"2934\":null,\"2935\":15416.0,\"2936\":null,\"2937\":4662.67,\"2938\":940.78,\"2939\":null,\"2940\":148308.23,\"2941\":5882.28,\"2942\":78480.0,\"2943\":508930.0,\"2944\":606391.6800000001,\"2945\":null,\"2946\":13453.78,\"2947\":295524.96,\"2948\":14400.0,\"2949\":18601.0,\"2950\":25790.53,\"2951\":11954.22,\"2952\":10697.94,\"2953\":1042.19,\"2954\":826.14,\"2955\":1246.82,\"2956\":482.71,\"2957\":305635.0,\"2958\":null,\"2959\":1989.04,\"2960\":765.29,\"2961\":399.6,\"2962\":25014.71,\"2963\":2746.01,\"2964\":1.8,\"2965\":null,\"2966\":903.9,\"2967\":893010.9,\"2968\":0.79,\"2969\":1026.0,\"2970\":5885.0,\"2971\":8335.79,\"2972\":807.29,\"2973\":136670.0,\"2974\":623.19,\"2975\":13572.0,\"2976\":23571.81,\"2977\":60003.52,\"2978\":68240.13,\"2979\":164729.6,\"2980\":816.5,\"2981\":1026.41,\"2982\":39448.29,\"2983\":42448.74,\"2984\":7499.13,\"2985\":558.49,\"2986\":670.36,\"2987\":1614.45,\"2988\":350244.57,\"2989\":1062.1,\"2990\":543.25,\"2991\":524.16,\"2992\":732.52,\"2993\":5254.8,\"2994\":429.36,\"2995\":null,\"2996\":14022.85,\"2997\":3357.9,\"2998\":19801.6,\"2999\":10843.2,\"3000\":328.61,\"3001\":2621.4,\"3002\":108.9,\"3003\":339.53,\"3004\":29463.32,\"3005\":25602.0,\"3006\":703.84,\"3007\":null,\"3008\":494389.09,\"3009\":1240.98,\"3010\":845.02,\"3011\":1112.4,\"3012\":1575.0,\"3013\":null,\"3014\":632961.6899999999,\"3015\":548366.72,\"3016\":103710.0,\"3017\":416546.37,\"3018\":140466.84,\"3019\":125376.73,\"3020\":795.2,\"3021\":603.9,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76579.57,\"3026\":164999.05,\"3027\":170262.9,\"3028\":null,\"3029\":229027.93,\"3030\":14812.47,\"3031\":45487.85,\"3032\":48201.83,\"3033\":655.74,\"3034\":75544.1,\"3035\":759.97,\"3036\":8646.0,\"3037\":2615.78,\"3038\":33359.78,\"3039\":46244.28,\"3040\":49886.71,\"3041\":48428.9,\"3042\":13649.36,\"3043\":651.06,\"3044\":4154.4,\"3045\":null,\"3046\":4250.4,\"3047\":6882.48,\"3048\":284.26,\"3049\":1840.0,\"3050\":4687.82,\"3051\":31.68,\"3052\":1565.08,\"3053\":119.8,\"3054\":8919.0,\"3055\":9848.0,\"3056\":2943.6,\"3057\":5466.75,\"3058\":18058.14,\"3059\":10100.51,\"3060\":10220.42,\"3061\":211.49,\"3062\":10006.7,\"3063\":9796.0,\"3064\":null,\"3065\":1418.8,\"3066\":12420.0,\"3067\":19664.16,\"3068\":10278.78,\"3069\":19610.06,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":442.6,\"3074\":8467.1,\"3075\":1870.0,\"3076\":null,\"3077\":1575.4,\"3078\":null,\"3079\":3826.6,\"3080\":null,\"3081\":356.73,\"3082\":2196.38,\"3083\":338.1,\"3084\":2108.0,\"3085\":1441.0,\"3086\":10879.26,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":715.44,\"3093\":null,\"3094\":272.36,\"3095\":null,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5546.1,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4224.0,\"3106\":null,\"3107\":null,\"3108\":null,\"3109\":20610.87,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":1640.29,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":5703.33,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9414.71,\"3132\":9683.02,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":0.9,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1326.82,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1861.2,\"3214\":7164.0,\"3215\":15885.0,\"3216\":2167.2,\"3217\":3937.79,\"3218\":466.95,\"3219\":127.51,\"3220\":null,\"3221\":404.4,\"3222\":12892.0,\"3223\":16990.77,\"3224\":26.4,\"3225\":3047.22,\"3226\":1722.27,\"3227\":711.99,\"3228\":2115.9,\"3229\":1740.0,\"3230\":16300.0,\"3231\":462287.76,\"3232\":503068.4,\"3233\":12400.0,\"3234\":1080.42,\"3235\":4985.0,\"3236\":61852.35,\"3237\":6336.0,\"3238\":688.85,\"3239\":725.79,\"3240\":null,\"3241\":3700.48,\"3242\":12588.97,\"3243\":618.42,\"3244\":null,\"3245\":null,\"3246\":15404.98,\"3247\":null,\"3248\":4845.01,\"3249\":940.78,\"3250\":129401.97,\"3251\":154241.13,\"3252\":6176.14,\"3253\":89904.0,\"3254\":null,\"3255\":325749.89,\"3256\":null,\"3257\":15114.92,\"3258\":305114.7,\"3259\":13029.33,\"3260\":18750.6,\"3261\":28453.94,\"3262\":12048.82,\"3263\":9498.53,\"3264\":null,\"3265\":1020.51,\"3266\":1267.06,\"3267\":null,\"3268\":576.58,\"3269\":306020.0,\"3270\":null,\"3271\":2244.46,\"3272\":761.75,\"3273\":399.22,\"3274\":24393.51,\"3275\":1004.06,\"3276\":1.8,\"3277\":50.74,\"3278\":899.22,\"3279\":906874.8,\"3280\":600986.42,\"3281\":618.0,\"3282\":6124.8,\"3283\":8338.07,\"3284\":806.08,\"3285\":null,\"3286\":626.47,\"3287\":13572.0,\"3288\":22755.95,\"3289\":61742.71,\"3290\":68502.91,\"3291\":165714.81,\"3292\":null,\"3293\":null,\"3294\":null,\"3295\":1030.33,\"3296\":39213.53,\"3297\":42182.35,\"3298\":6274.78,\"3299\":539.35,\"3300\":672.23,\"3301\":1206.6,\"3302\":350224.08,\"3303\":1062.1,\"3304\":445.96,\"3305\":827.28,\"3306\":379.43,\"3307\":5120.4,\"3308\":429.48,\"3309\":14069.48,\"3310\":4496.4,\"3311\":19782.4,\"3312\":9168.0,\"3313\":376.2,\"3314\":2544.6,\"3315\":108.9,\"3316\":294.5,\"3317\":29456.73,\"3318\":25589.44,\"3319\":null,\"3320\":null,\"3321\":524452.98,\"3322\":1216.38,\"3323\":780.78,\"3324\":1152.97,\"3325\":1467.0,\"3326\":53935.4,\"3327\":787841.09,\"3328\":548036.75,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":416955.45,\"3333\":142426.86,\"3334\":125975.18,\"3335\":null,\"3336\":792.96,\"3337\":859.16,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64453.51,\"3342\":166169.44,\"3343\":170470.1,\"3344\":null,\"3345\":98086.27,\"3346\":18646.69,\"3347\":45306.68,\"3348\":48215.2,\"3349\":662.73,\"3350\":77522.02,\"3351\":null,\"3352\":8236.8,\"3353\":2516.03,\"3354\":27355.54,\"3355\":46380.83,\"3356\":52662.19,\"3357\":48222.61,\"3358\":14448.97,\"3359\":651.3,\"3360\":4154.4,\"3361\":null,\"3362\":7260.0,\"3363\":6713.03,\"3364\":280.9,\"3365\":5760.0,\"3366\":8596.0,\"3367\":1049.64,\"3368\":1521.52,\"3369\":141.5,\"3370\":null,\"3371\":8425.0,\"3372\":9299.0,\"3373\":2853.4,\"3374\":7434.98,\"3375\":18048.25,\"3376\":13339.79,\"3377\":14003.01,\"3378\":611.16,\"3379\":10056.8,\"3380\":9813.8,\"3381\":null,\"3382\":1325.0,\"3383\":14022.0,\"3384\":19663.57,\"3385\":10171.34,\"3386\":19610.64,\"3387\":5508.0,\"3388\":null,\"3389\":410.2,\"3390\":8269.9,\"3391\":2310.0,\"3392\":null,\"3393\":1490.2,\"3394\":null,\"3395\":3595.8,\"3396\":400.0,\"3397\":356.73,\"3398\":2168.1,\"3399\":337.18,\"3400\":2081.0,\"3401\":1051.62,\"3402\":10744.22,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":566.94,\"3408\":null,\"3409\":281.16,\"3410\":996.0,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2188.0,\"3415\":5481.7,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":4120.7,\"3421\":null,\"3422\":null,\"3423\":1782.28,\"3424\":null,\"3425\":178295.27,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":2545.52,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":5142.48,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":8044.91,\"3448\":8275.39,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1553.75,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1874.4,\"3533\":7149.6,\"3534\":18942.0,\"3535\":1908.0,\"3536\":3936.35,\"3537\":466.95,\"3538\":null,\"3539\":404.59,\"3540\":13541.0,\"3541\":16413.0,\"3542\":118.8,\"3543\":3036.0,\"3544\":1744.38,\"3545\":695.43,\"3546\":2952.0,\"3547\":1720.0,\"3548\":14224.0,\"3549\":269876.32,\"3550\":503614.43,\"3551\":null,\"3552\":765.6,\"3553\":11476.38,\"3554\":62341.31,\"3555\":6160.0,\"3556\":680.51,\"3557\":726.74,\"3558\":3700.8,\"3559\":11604.94,\"3560\":620.62,\"3561\":null,\"3562\":null,\"3563\":15379.51,\"3564\":null,\"3565\":4635.45,\"3566\":938.8,\"3567\":230189.06,\"3568\":152449.47,\"3569\":5799.29,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":null,\"3574\":12754.76,\"3575\":183206.22,\"3576\":14720.25,\"3577\":18975.0,\"3578\":27083.25,\"3579\":8997.16,\"3580\":10824.01,\"3581\":null,\"3582\":1013.26,\"3583\":1270.31,\"3584\":340.08,\"3585\":307230.0,\"3586\":null,\"3587\":2259.98,\"3588\":null,\"3589\":401.69,\"3590\":23201.09,\"3591\":null,\"3592\":3143.83,\"3593\":5.4,\"3594\":906.04,\"3595\":889747.58,\"3596\":444183.79,\"3597\":426.0,\"3598\":6421.8,\"3599\":8319.76,\"3600\":807.29,\"3601\":636.45,\"3602\":12528.0,\"3603\":23527.61,\"3604\":68863.69,\"3605\":164067.17,\"3606\":null,\"3607\":270296.0,\"3608\":434529.71,\"3609\":1093.51,\"3610\":38950.93,\"3611\":42625.3,\"3612\":7652.17,\"3613\":529.72,\"3614\":669.82,\"3615\":1160.55,\"3616\":175948.35,\"3617\":null,\"3618\":537.47,\"3619\":798.66,\"3620\":603.15,\"3621\":5254.8,\"3622\":429.48,\"3623\":null,\"3624\":null,\"3625\":13965.46,\"3626\":4278.6,\"3627\":19491.2,\"3628\":8059.2,\"3629\":354.16,\"3630\":2517.6,\"3631\":105.6,\"3632\":202.8,\"3633\":30779.04,\"3634\":50159.6,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":711837.24,\"3639\":1206.9,\"3640\":719.62,\"3641\":1167.25,\"3642\":1308.6,\"3643\":33470.47,\"3644\":775448.1899999999,\"3645\":null,\"3646\":548854.12,\"3647\":null,\"3648\":24607.38,\"3649\":417059.76,\"3650\":141841.05,\"3651\":124487.75,\"3652\":2062.0,\"3653\":792.82,\"3654\":622.04,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":61326.36,\"3659\":165207.52,\"3660\":170531.15,\"3661\":null,\"3662\":102595.63,\"3663\":18468.14,\"3664\":45540.52,\"3665\":48435.65,\"3666\":483.09,\"3667\":154099.63,\"3668\":1065.09,\"3669\":8533.8,\"3670\":2433.16,\"3671\":33668.42,\"3672\":46652.43,\"3673\":57418.2,\"3674\":57696.53,\"3675\":12506.29,\"3676\":650.91,\"3677\":8110.8,\"3678\":null,\"3679\":null,\"3680\":3038.4,\"3681\":6726.72,\"3682\":276.8,\"3683\":2400.0,\"3684\":8967.46,\"3685\":583.56,\"3686\":1502.16,\"3687\":136.75,\"3688\":331.2,\"3689\":8121.0,\"3690\":9600.0,\"3691\":2796.2,\"3692\":4959.18,\"3693\":17897.41,\"3694\":9442.36,\"3695\":9796.76,\"3696\":173.8,\"3697\":10014.9,\"3698\":9782.9,\"3699\":null,\"3700\":1323.0,\"3701\":13914.0,\"3702\":19645.96,\"3703\":10292.35,\"3704\":19599.02,\"3705\":7509.6,\"3706\":null,\"3707\":8009.5,\"3708\":4882.0,\"3709\":null,\"3710\":1448.5,\"3711\":null,\"3712\":3359.8,\"3713\":1317.0,\"3714\":356.73,\"3715\":2107.83,\"3716\":341.09,\"3717\":2062.0,\"3718\":1287.16,\"3719\":9568.57,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":727.32,\"3725\":276.76,\"3726\":744.0,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5362.6,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3810.78,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":4030.25,\"3741\":null,\"3742\":163127.69,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":8272.17,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4882.01,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":11343.19,\"3765\":11509.99,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1220.95,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":null,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1815.0,\"3850\":7144.8,\"3851\":386478.22,\"3852\":6843.6,\"3853\":5883.14,\"3854\":467.61,\"3855\":31.94,\"3856\":404.73,\"3857\":12980.0,\"3858\":15862.58,\"3859\":191.4,\"3860\":3044.91,\"3861\":1746.36,\"3862\":766.89,\"3863\":2735.1,\"3864\":2022.0,\"3865\":20464.0,\"3866\":60600.09,\"3867\":499576.38,\"3868\":14496.0,\"3869\":842.16,\"3870\":11445.17,\"3871\":61986.94,\"3872\":6101.33,\"3873\":708.69,\"3874\":718.66,\"3875\":3701.76,\"3876\":null,\"3877\":11394.89,\"3878\":589.6,\"3879\":null,\"3880\":null,\"3881\":28883.69,\"3882\":null,\"3883\":4367.42,\"3884\":939.79,\"3885\":247514.75,\"3886\":151966.23,\"3887\":5635.03,\"3888\":null,\"3889\":null,\"3890\":null,\"3891\":null,\"3892\":12519.18,\"3893\":261111.59,\"3894\":14061.81,\"3895\":18922.2,\"3896\":27008.03,\"3897\":13123.78,\"3898\":16921.66,\"3899\":null,\"3900\":1020.3,\"3901\":1237.63,\"3902\":582.46,\"3903\":null,\"3904\":null,\"3905\":2443.06,\"3906\":763.62,\"3907\":389.65,\"3908\":22608.58,\"3909\":40456.54,\"3910\":2429.44,\"3911\":21.6,\"3912\":660.5,\"3913\":886980.01,\"3914\":0.06,\"3915\":594.0,\"3916\":6397.6,\"3917\":8291.63,\"3918\":798.6,\"3919\":null,\"3920\":640.26,\"3921\":12852.0,\"3922\":22836.15,\"3923\":69646.48,\"3924\":165103.72,\"3925\":null,\"3926\":403236.0,\"3927\":452080.41,\"3928\":943.15,\"3929\":38670.01,\"3930\":42277.01,\"3931\":7958.26,\"3932\":539.09,\"3933\":685.87,\"3934\":990.9,\"3935\":81403.31,\"3936\":1048.33,\"3937\":527.08,\"3938\":568.26,\"3939\":557.39,\"3940\":5121.6,\"3941\":429.12,\"3942\":1947.78,\"3943\":14037.2,\"3944\":4497.75,\"3945\":18506.32,\"3946\":8088.0,\"3947\":380.09,\"3948\":2473.2,\"3949\":105.6,\"3950\":351.22,\"3951\":29498.29,\"3952\":35485.09,\"3953\":496925.46,\"3954\":null,\"3955\":563998.1899999999,\"3956\":1209.18,\"3957\":752.18,\"3958\":1108.55,\"3959\":1279.8,\"3960\":774067.99,\"3961\":51684.64,\"3962\":547598.6800000001,\"3963\":102030.0,\"3964\":155369.38,\"3965\":419257.9,\"3966\":142403.77,\"3967\":125843.82,\"3968\":792.96,\"3969\":618.4,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":77408.2,\"3974\":165402.06,\"3975\":167894.9,\"3976\":null,\"3977\":123032.77,\"3978\":18901.08,\"3979\":45036.14,\"3980\":48869.6,\"3981\":655.47,\"3982\":75528.21,\"3983\":849.43,\"3984\":8173.0,\"3985\":2379.79,\"3986\":null,\"3987\":null,\"3988\":48128.13,\"3989\":47571.33,\"3990\":15146.64,\"3991\":650.25,\"3992\":4928.4,\"3993\":null,\"3994\":4029.6,\"3995\":6769.13,\"3996\":267.89,\"3997\":null,\"3998\":5760.0,\"3999\":9358.95,\"4000\":1099.68,\"4001\":1558.04,\"4002\":147.71,\"4003\":331.2,\"4004\":7893.0,\"4005\":8903.0,\"4006\":2787.4,\"4007\":4961.62,\"4008\":14895.38,\"4009\":9093.42,\"4010\":9446.63,\"4011\":184.36,\"4012\":10013.7,\"4013\":9779.6,\"4014\":null,\"4015\":1371.8,\"4016\":13086.0,\"4017\":19752.35,\"4018\":10291.52,\"4019\":19609.87,\"4020\":7686.0,\"4021\":394.9,\"4022\":7926.8,\"4023\":2008.0,\"4024\":1422.5,\"4025\":null,\"4026\":3285.6,\"4027\":2826.0,\"4028\":356.73,\"4029\":1992.09,\"4030\":345.69,\"4031\":2015.0,\"4032\":1173.31,\"4033\":10277.57,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":741.84,\"4039\":59.84,\"4040\":925.5,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5327.5,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3747.65,\"4052\":null,\"4053\":null,\"4054\":2461.7,\"4055\":null,\"4056\":180808.77,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":3340.25,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":5041.06,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":8104.17,\"4080\":8341.7,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1202.58,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":3538.7,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1735.8,\"4167\":7137.6,\"4168\":387954.86,\"4169\":2941.2,\"4170\":4238.64,\"4171\":468.82,\"4172\":41.8,\"4173\":404.07,\"4174\":13981.0,\"4175\":15528.8,\"4176\":138.6,\"4177\":3139.12,\"4178\":1737.78,\"4179\":766.17,\"4180\":2897.1,\"4181\":1947.0,\"4182\":20744.0,\"4183\":60600.46,\"4184\":499348.07,\"4185\":12368.0,\"4186\":793.32,\"4187\":7970.92,\"4188\":31666.14,\"4189\":6090.33,\"4190\":666.14,\"4191\":717.71,\"4192\":3700.8,\"4193\":973.31,\"4194\":11120.28,\"4195\":605.44,\"4196\":null,\"4197\":null,\"4198\":26341.34,\"4199\":6369.0,\"4200\":4360.37,\"4201\":939.79,\"4202\":250437.7,\"4203\":153252.9,\"4204\":5551.31,\"4205\":null,\"4206\":509200.0,\"4207\":null,\"4208\":11899.08,\"4209\":165808.97,\"4210\":13954.53,\"4211\":18706.6,\"4212\":23854.95,\"4213\":11108.95,\"4214\":16068.83,\"4215\":169307.34,\"4216\":937.92,\"4217\":1208.18,\"4218\":597.96,\"4219\":null,\"4220\":null,\"4221\":2191.9,\"4222\":769.62,\"4223\":401.53,\"4224\":22197.78,\"4225\":104796.4,\"4226\":1335.34,\"4227\":6.0,\"4228\":867.9,\"4229\":862930.0,\"4230\":0.07,\"4231\":522.0,\"4232\":6802.4,\"4233\":8315.43,\"4234\":795.63,\"4235\":615.26,\"4236\":13644.0,\"4237\":22545.01,\"4238\":69352.71,\"4239\":165552.05,\"4240\":null,\"4241\":403926.0,\"4242\":null,\"4243\":1010.49,\"4244\":38804.93,\"4245\":42419.74,\"4246\":7652.17,\"4247\":529.72,\"4248\":675.58,\"4249\":903.0,\"4250\":81375.9,\"4251\":2119.04,\"4252\":467.21,\"4253\":652.14,\"4254\":618.07,\"4255\":4902.0,\"4256\":429.12,\"4257\":1453.34,\"4258\":null,\"4259\":4468.95,\"4260\":18129.7,\"4261\":10228.8,\"4262\":null,\"4263\":381.35,\"4264\":2573.4,\"4265\":105.6,\"4266\":336.15,\"4267\":29687.28,\"4268\":31950.27,\"4269\":null,\"4270\":389212.88,\"4271\":null,\"4272\":542066.04,\"4273\":1323.54,\"4274\":778.14,\"4275\":1065.46,\"4276\":1279.8,\"4277\":773878.14,\"4278\":52315.38,\"4279\":543197.87,\"4280\":null,\"4281\":155720.91,\"4282\":422855.12,\"4283\":144590.54,\"4284\":125148.65,\"4285\":792.82,\"4286\":629.83,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":68529.85,\"4291\":165329.86,\"4292\":170322.1,\"4293\":null,\"4294\":72379.86,\"4295\":19181.72,\"4296\":45512.33,\"4297\":48475.76,\"4298\":648.57,\"4299\":75358.82,\"4300\":658.89,\"4301\":7836.4,\"4302\":2403.2,\"4303\":27168.57,\"4304\":45936.77,\"4305\":57629.46,\"4306\":56662.86,\"4307\":18963.91,\"4308\":650.46,\"4309\":5904.0,\"4310\":null,\"4311\":43.2,\"4312\":6819.12,\"4313\":259.58,\"4314\":1280.0,\"4315\":9358.01,\"4316\":1102.68,\"4317\":1610.84,\"4318\":146.52,\"4319\":8073.0,\"4320\":9396.0,\"4321\":2816.0,\"4322\":4960.19,\"4323\":14847.06,\"4324\":10139.81,\"4325\":10218.17,\"4326\":578.16,\"4327\":10009.8,\"4328\":9601.3,\"4329\":null,\"4330\":1360.6,\"4331\":13374.0,\"4332\":19757.21,\"4333\":10295.29,\"4334\":19619.48,\"4335\":9090.0,\"4336\":398.6,\"4337\":8253.9,\"4338\":2526.0,\"4339\":null,\"4340\":1438.7,\"4341\":null,\"4342\":3690.7,\"4343\":5711.0,\"4344\":356.73,\"4345\":1945.6,\"4346\":344.54,\"4347\":2015.0,\"4348\":1159.67,\"4349\":10883.38,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":708.18,\"4356\":null,\"4357\":289.08,\"4358\":594.3,\"4359\":null,\"4360\":null,\"4361\":62.88,\"4362\":null,\"4363\":2000.0,\"4364\":5777.9,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4143.65,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":11.36,\"4374\":null,\"4375\":101270.0,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":1.8,\"4380\":null,\"4381\":243.66,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":4999.39,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6965.29,\"4398\":7158.29,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1183.77,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5229.4,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":299.96,\"4444\":3446.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3446.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3626.33,\"4484\":1722.6,\"4485\":7137.6,\"4486\":385351.24,\"4487\":2433.6,\"4488\":4488.77,\"4489\":14.34,\"4490\":404.62,\"4491\":11440.0,\"4492\":15667.61,\"4493\":198.0,\"4494\":3118.5,\"4495\":1731.84,\"4496\":754.83,\"4497\":2188.8,\"4498\":3593.0,\"4499\":21096.0,\"4500\":76425.94,\"4501\":502977.56,\"4502\":12176.0,\"4503\":1320.66,\"4504\":7700.94,\"4505\":28269.1,\"4506\":6090.33,\"4507\":634.8,\"4508\":720.14,\"4509\":3699.2,\"4510\":849.42,\"4511\":10831.02,\"4512\":613.58,\"4513\":null,\"4514\":null,\"4515\":26525.16,\"4516\":12060.0,\"4517\":4352.77,\"4518\":939.79,\"4519\":250245.97,\"4520\":155018.54,\"4521\":5600.78,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":11858.75,\"4526\":195556.25,\"4527\":14915.57,\"4528\":16132.6,\"4529\":26841.5,\"4530\":11432.93,\"4531\":15867.97,\"4532\":169471.03,\"4533\":926.53,\"4534\":1177.71,\"4535\":595.71,\"4536\":null,\"4537\":2173.39,\"4538\":760.67,\"4539\":402.9,\"4540\":21686.1,\"4541\":null,\"4542\":1119.17,\"4543\":2122.8,\"4544\":896.69,\"4545\":874081.33,\"4546\":496399.48,\"4547\":606.0,\"4548\":6861.8,\"4549\":8309.91,\"4550\":782.54,\"4551\":644.79,\"4552\":14868.0,\"4553\":23171.38,\"4554\":69328.09,\"4555\":164996.93,\"4556\":2.5,\"4557\":null,\"4558\":539131.16,\"4559\":990.39,\"4560\":null,\"4561\":42935.33,\"4562\":7958.26,\"4563\":532.36,\"4564\":675.58,\"4565\":820.2,\"4566\":81072.91,\"4567\":3077.86,\"4568\":558.23,\"4569\":713.88,\"4570\":590.4,\"4571\":4603.2,\"4572\":428.88,\"4573\":1647.75,\"4574\":null,\"4575\":2708.55,\"4576\":17737.62,\"4577\":7401.6,\"4578\":788.61,\"4579\":378.18,\"4580\":2568.0,\"4581\":102.3,\"4582\":331.62,\"4583\":29388.55,\"4584\":40538.15,\"4585\":null,\"4586\":280964.82,\"4587\":null,\"4588\":241131.99,\"4589\":1498.32,\"4590\":753.5,\"4591\":1089.1,\"4592\":1420.2,\"4593\":775900.25,\"4594\":null,\"4595\":540600.46,\"4596\":101800.0,\"4597\":155577.14,\"4598\":423905.32,\"4599\":144827.38,\"4600\":126419.38,\"4601\":792.12,\"4602\":133.04,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":60360.84,\"4607\":165079.33,\"4608\":170198.15,\"4609\":null,\"4610\":101775.75,\"4611\":19237.52,\"4612\":45765.35,\"4613\":49059.28,\"4614\":651.12,\"4615\":75318.12,\"4616\":814.07,\"4617\":2340.8,\"4618\":2270.97,\"4619\":29278.23,\"4620\":41633.81,\"4621\":58635.17,\"4622\":57472.6,\"4623\":18120.87,\"4624\":325.95,\"4625\":10022.4,\"4626\":259.8,\"4627\":43.2,\"4628\":6782.16,\"4629\":278.06,\"4630\":6560.0,\"4631\":9355.15,\"4632\":1154.16,\"4633\":1521.08,\"4634\":159.85,\"4635\":8927.0,\"4636\":9882.0,\"4637\":2813.8,\"4638\":4960.17,\"4639\":17131.21,\"4640\":10140.28,\"4641\":10217.34,\"4642\":456.87,\"4643\":10015.7,\"4644\":9613.2,\"4645\":null,\"4646\":2225.9,\"4647\":13212.0,\"4648\":19753.52,\"4649\":10295.99,\"4650\":19617.33,\"4651\":8863.2,\"4652\":595.2,\"4653\":10934.3,\"4654\":7132.0,\"4655\":null,\"4656\":2258.9,\"4657\":null,\"4658\":4169.9,\"4659\":4141.0,\"4660\":356.73,\"4661\":2166.38,\"4662\":339.02,\"4663\":2347.0,\"4664\":1277.44,\"4665\":19435.01,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":11.73,\"4671\":894.3,\"4672\":255.2,\"4673\":190.2,\"4674\":null,\"4675\":null,\"4676\":180.0,\"4677\":null,\"4678\":2000.0,\"4679\":7623.3,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":6146.61,\"4685\":null,\"4686\":null,\"4687\":2794.86,\"4688\":null,\"4689\":62196.1,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":3363.22,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":5218.19,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6711.52,\"4712\":6898.58,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1214.46,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":4082.1,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4157.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4157.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3725.33,\"4797\":2131.8,\"4798\":7140.0,\"4799\":226764.8,\"4800\":8611.2,\"4801\":7467.12,\"4802\":37.4,\"4803\":404.54,\"4804\":11814.0,\"4805\":16961.02,\"4806\":184.8,\"4807\":3102.82,\"4808\":1741.74,\"4809\":757.75,\"4810\":1933.2,\"4811\":3984.0,\"4812\":21336.0,\"4813\":60236.6,\"4814\":503059.33,\"4815\":14072.0,\"4816\":1408.44,\"4817\":18001.64,\"4818\":37076.94,\"4819\":7278.33,\"4820\":null,\"4821\":713.58,\"4822\":3700.48,\"4823\":859.64,\"4824\":18419.54,\"4825\":602.36,\"4826\":null,\"4827\":null,\"4828\":27315.93,\"4829\":13873.0,\"4830\":7726.69,\"4831\":939.79,\"4832\":250357.08,\"4833\":154040.85,\"4834\":9188.04,\"4835\":null,\"4836\":505260.0,\"4837\":null,\"4838\":null,\"4839\":29069.11,\"4840\":397913.67,\"4841\":19285.4,\"4842\":16592.4,\"4843\":21936.5,\"4844\":15094.08,\"4845\":16676.13,\"4846\":62308.28,\"4847\":1246.14,\"4848\":1227.67,\"4849\":586.83,\"4850\":null,\"4851\":null,\"4852\":2239.28,\"4853\":757.91,\"4854\":408.57,\"4855\":29495.88,\"4856\":null,\"4857\":428.4,\"4858\":2200.8,\"4859\":751.47,\"4860\":904804.63,\"4861\":498824.44,\"4862\":588.0,\"4863\":10399.4,\"4864\":8320.1,\"4865\":786.06,\"4866\":68370.0,\"4867\":615.62,\"4868\":14112.0,\"4869\":22624.06,\"4870\":69273.03,\"4871\":165387.73,\"4872\":14.0,\"4873\":298264.0,\"4874\":null,\"4875\":null,\"4876\":43399.45,\"4877\":7652.17,\"4878\":533.54,\"4879\":674.78,\"4880\":735.0,\"4881\":81010.52,\"4882\":3072.7,\"4883\":539.98,\"4884\":442.08,\"4885\":528.83,\"4886\":4227.6,\"4887\":429.0,\"4888\":null,\"4889\":1567.11,\"4890\":14091.0,\"4891\":3121.65,\"4892\":17348.62,\"4893\":8462.4,\"4894\":228.36,\"4895\":2560.8,\"4896\":102.3,\"4897\":339.28,\"4898\":29227.8,\"4899\":50231.46,\"4900\":null,\"4901\":103871.31,\"4902\":null,\"4903\":120574.33,\"4904\":null,\"4905\":711.7,\"4906\":1128.69,\"4907\":1389.6,\"4908\":770529.67,\"4909\":38782.68,\"4910\":528287.71,\"4911\":null,\"4912\":102900.0,\"4913\":154937.38,\"4914\":422751.47,\"4915\":72577.75,\"4916\":74241.6,\"4917\":791.84,\"4918\":802.97,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":59866.25,\"4923\":159155.36,\"4924\":170181.5,\"4925\":null,\"4926\":null,\"4927\":102095.7,\"4928\":null,\"4929\":45728.3,\"4930\":48510.62,\"4931\":645.54,\"4932\":76434.8,\"4933\":734.44,\"4934\":5205.2,\"4935\":2199.81,\"4936\":31132.36,\"4937\":42650.72,\"4938\":57916.74,\"4939\":57506.01,\"4940\":13322.15,\"4941\":325.89,\"4942\":8820.0,\"4943\":null,\"4944\":43.2,\"4945\":6764.51,\"4946\":251.26,\"4947\":null,\"4948\":4160.0,\"4949\":9411.84,\"4950\":93.24,\"4951\":1583.56,\"4952\":159.98,\"4953\":null,\"4954\":8709.0,\"4955\":9796.0,\"4956\":2763.2,\"4957\":4480.6,\"4958\":17124.53,\"4959\":9401.09,\"4960\":9770.05,\"4961\":1056.0,\"4962\":10036.1,\"4963\":9642.4,\"4964\":null,\"4965\":1952.5,\"4966\":13662.0,\"4967\":19674.5,\"4968\":10225.19,\"4969\":19554.51,\"4970\":7545.6,\"4971\":534.2,\"4972\":9052.8,\"4973\":7900.0,\"4974\":1494.5,\"4975\":null,\"4976\":3550.9,\"4977\":3589.0,\"4978\":356.73,\"4979\":2039.49,\"4980\":342.24,\"4981\":2151.0,\"4982\":1291.24,\"4983\":13187.29,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":815.1,\"4990\":320.76,\"4991\":634.2,\"4992\":null,\"4993\":null,\"4994\":126.24,\"4995\":null,\"4996\":2000.0,\"4997\":5693.4,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4034.61,\"5003\":null,\"5004\":null,\"5005\":5091.59,\"5006\":null,\"5007\":53757.76,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":5667.06,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4562.72,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5705.74,\"5031\":4683.23,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1229.58,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5608.9,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4645.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4645.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3663.0,\"5116\":2204.4,\"5117\":7146.0,\"5118\":387523.03,\"5119\":5284.8,\"5120\":6118.73,\"5121\":null,\"5122\":127.78,\"5123\":null,\"5124\":404.86,\"5125\":13915.0,\"5126\":10374.45,\"5127\":null,\"5128\":3020.66,\"5129\":1684.32,\"5130\":760.54,\"5131\":1388.7,\"5132\":3073.0,\"5133\":20468.0,\"5134\":60912.97,\"5135\":504994.51,\"5136\":13912.0,\"5137\":1319.34,\"5138\":18219.15,\"5139\":41253.55,\"5140\":7307.67,\"5141\":1197.15,\"5142\":785.15,\"5143\":3700.16,\"5144\":913.08,\"5145\":15267.22,\"5146\":599.94,\"5147\":null,\"5148\":null,\"5149\":30077.72,\"5150\":10445.0,\"5151\":5022.84,\"5152\":939.79,\"5153\":249539.5,\"5154\":160207.95,\"5155\":6041.36,\"5156\":126264.0,\"5157\":483310.0,\"5158\":null,\"5159\":null,\"5160\":16619.74,\"5161\":396540.68,\"5162\":19375.93,\"5163\":18772.6,\"5164\":22587.08,\"5165\":13513.4,\"5166\":16294.37,\"5167\":88333.95,\"5168\":1213.02,\"5169\":1228.14,\"5170\":627.48,\"5171\":null,\"5172\":null,\"5173\":2422.94,\"5174\":745.61,\"5175\":397.21,\"5176\":28522.62,\"5177\":null,\"5178\":3218.25,\"5179\":2200.8,\"5180\":820.22,\"5181\":904442.96,\"5182\":116259.25,\"5183\":366.0,\"5184\":7442.6,\"5185\":8430.08,\"5186\":802.01,\"5187\":164070.0,\"5188\":609.79,\"5189\":14940.0,\"5190\":22990.11,\"5191\":69100.56,\"5192\":165820.32,\"5193\":null,\"5194\":319884.0,\"5195\":null,\"5196\":null,\"5197\":null,\"5198\":null,\"5199\":500.15,\"5200\":674.14,\"5201\":786.0,\"5202\":81610.99,\"5203\":3084.75,\"5204\":547.14,\"5205\":571.14,\"5206\":589.09,\"5207\":4906.8,\"5208\":428.52,\"5209\":1709.11,\"5210\":14026.43,\"5211\":1041.3,\"5212\":16790.37,\"5213\":10104.0,\"5214\":99.46,\"5215\":2556.6,\"5216\":102.3,\"5217\":343.15,\"5218\":29446.15,\"5219\":37045.41,\"5220\":null,\"5221\":48959.72,\"5222\":null,\"5223\":423454.68,\"5224\":1331.46,\"5225\":788.92,\"5226\":1072.68,\"5227\":1301.4,\"5228\":771464.6800000001,\"5229\":34946.37,\"5230\":531861.22,\"5231\":103030.0,\"5232\":154800.91,\"5233\":422841.53,\"5234\":143944.07,\"5235\":126571.07,\"5236\":null,\"5237\":791.28,\"5238\":525.33,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":61576.68,\"5243\":158431.75,\"5244\":166707.2,\"5245\":2998.93,\"5246\":null,\"5247\":102335.67,\"5248\":null,\"5249\":22314.09,\"5250\":45727.39,\"5251\":48926.59,\"5252\":656.34,\"5253\":75763.61,\"5254\":711.79,\"5255\":8951.8,\"5256\":2652.17,\"5257\":28945.19,\"5258\":32154.11,\"5259\":58759.88,\"5260\":57414.66,\"5261\":16842.88,\"5262\":287.34,\"5263\":5918.4,\"5264\":214.8,\"5265\":43.2,\"5266\":6742.07,\"5267\":278.12,\"5268\":720.0,\"5269\":9372.1,\"5270\":425.28,\"5271\":1691.36,\"5272\":127.51,\"5273\":null,\"5274\":9190.0,\"5275\":8272.0,\"5276\":2677.4,\"5277\":4951.7,\"5278\":17571.4,\"5279\":9726.63,\"5280\":9980.91,\"5281\":340.71,\"5282\":13559.4,\"5283\":13317.4,\"5284\":null,\"5285\":1513.4,\"5286\":13914.0,\"5287\":19743.97,\"5288\":10272.22,\"5289\":19607.47,\"5290\":8406.0,\"5291\":426.0,\"5292\":7934.1,\"5293\":1914.0,\"5294\":1363.5,\"5295\":null,\"5296\":5146.6,\"5297\":5255.0,\"5298\":356.73,\"5299\":2156.99,\"5300\":337.18,\"5301\":2059.0,\"5302\":1272.89,\"5303\":11220.79,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":768.24,\"5310\":null,\"5311\":282.04,\"5312\":908.7,\"5313\":null,\"5314\":null,\"5315\":233.76,\"5316\":null,\"5317\":2000.0,\"5318\":5402.0,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":4080.52,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":7191.51,\"5328\":null,\"5329\":180739.25,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":10312.95,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":3614.81,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5014.56,\"5353\":5134.43,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":3.15,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1276.72,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":5602.3,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":1888.27,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":101.78,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3809.67,\"5440\":1920.6,\"5441\":7167.6,\"5442\":392443.43,\"5443\":2444.4,\"5444\":4931.11,\"5445\":466.62,\"5446\":30.36,\"5447\":404.65,\"5448\":13838.0,\"5449\":14505.39,\"5450\":178.2,\"5451\":3062.4,\"5452\":1737.45,\"5453\":769.18,\"5454\":1305.9,\"5455\":2603.0,\"5456\":21620.0,\"5457\":173825.2,\"5458\":503428.62,\"5459\":13352.0,\"5460\":1209.12,\"5461\":4699.72,\"5462\":30670.89,\"5463\":null,\"5464\":7615.67,\"5465\":973.19,\"5466\":724.06,\"5467\":3700.48,\"5468\":866.18,\"5469\":12901.73,\"5470\":632.94,\"5471\":null,\"5472\":null,\"5473\":15409.99,\"5474\":6110.0,\"5475\":4661.82,\"5476\":939.79,\"5477\":255000.0,\"5478\":159056.87,\"5479\":5765.14,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":14986.51,\"5485\":396538.51,\"5486\":15285.92,\"5487\":18625.2,\"5488\":20750.07,\"5489\":12988.85,\"5490\":16421.91,\"5491\":null,\"5492\":1417.74,\"5493\":1192.51,\"5494\":594.71,\"5495\":167530.0,\"5496\":null,\"5497\":2299.08,\"5498\":743.84,\"5499\":400.18,\"5500\":25514.91,\"5501\":null,\"5502\":2109.19,\"5503\":2200.8,\"5504\":876.89,\"5505\":872347.78,\"5506\":483276.99,\"5507\":414.0,\"5508\":7011.4,\"5509\":8411.66,\"5510\":793.98,\"5511\":186170.0,\"5512\":623.44,\"5513\":14148.0,\"5514\":22815.87,\"5515\":null,\"5516\":69208.05,\"5517\":165624.41,\"5518\":null,\"5519\":null,\"5520\":542797.55,\"5521\":null,\"5522\":42109.88,\"5523\":7958.26,\"5524\":516.52,\"5525\":685.76,\"5526\":785.25,\"5527\":80947.84,\"5528\":3065.81,\"5529\":538.76,\"5530\":647.28,\"5531\":513.14,\"5532\":4521.6,\"5533\":428.16,\"5534\":1505.26,\"5535\":14004.2,\"5536\":19658.11,\"5537\":2894.4,\"5538\":196.09,\"5539\":2555.4,\"5540\":95.7,\"5541\":334.13,\"5542\":29889.64,\"5543\":36985.85,\"5544\":null,\"5545\":1380.87,\"5546\":null,\"5547\":235980.08,\"5548\":1604.4,\"5549\":760.54,\"5550\":1034.81,\"5551\":1414.8,\"5552\":771636.8,\"5553\":39240.15,\"5554\":533524.1,\"5555\":null,\"5556\":154593.38,\"5557\":422318.45,\"5558\":140964.7,\"5559\":125971.89,\"5560\":null,\"5561\":791.84,\"5562\":246.22,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":59665.26,\"5567\":161383.18,\"5568\":168361.1,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22391.29,\"5573\":45977.35,\"5574\":49055.19,\"5575\":652.35,\"5576\":75475.52,\"5577\":772.31,\"5578\":7640.6,\"5579\":2068.04,\"5580\":28938.92,\"5581\":31948.17,\"5582\":59326.41,\"5583\":58275.55,\"5584\":13556.85,\"5585\":652.65,\"5586\":4942.8,\"5587\":214.8,\"5588\":43.2,\"5589\":6763.02,\"5590\":274.89,\"5591\":9600.0,\"5592\":9317.62,\"5593\":398.64,\"5594\":1612.6,\"5595\":116.95,\"5596\":null,\"5597\":7651.0,\"5598\":9848.0,\"5599\":2519.0,\"5600\":4627.6,\"5601\":16664.36,\"5602\":8846.36,\"5603\":9195.09,\"5604\":1297.56,\"5605\":12844.6,\"5606\":12556.8,\"5607\":null,\"5608\":1384.3,\"5609\":13752.0,\"5610\":19740.89,\"5611\":19501.51,\"5612\":18589.23,\"5613\":7596.0,\"5614\":398.7,\"5615\":7466.0,\"5616\":1984.0,\"5617\":1289.2,\"5618\":null,\"5619\":3092.7,\"5620\":5234.0,\"5621\":356.73,\"5622\":3081.18,\"5623\":335.57,\"5624\":2010.0,\"5625\":1310.37,\"5626\":10747.11,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":908.82,\"5633\":null,\"5634\":274.56,\"5635\":1287.6,\"5636\":null,\"5637\":null,\"5638\":281.28,\"5639\":null,\"5640\":2000.0,\"5641\":5405.8,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3805.04,\"5647\":null,\"5648\":null,\"5649\":8255.06,\"5650\":null,\"5651\":1629.04,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11276.37,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":4974.71,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":15529.44,\"5674\":10562.62,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":922.17,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5242.6,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":260.46,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1281.1,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3820.67,\"5762\":1821.6,\"5763\":7159.2,\"5764\":362385.14,\"5765\":1944.0,\"5766\":3930.95,\"5767\":468.16,\"5768\":null,\"5769\":null,\"5770\":406.51,\"5771\":14102.0,\"5772\":13975.97,\"5773\":198.0,\"5774\":3050.36,\"5775\":1741.74,\"5776\":774.0,\"5777\":1514.7,\"5778\":813.0,\"5779\":20864.0,\"5780\":60488.71,\"5781\":501754.08,\"5782\":12728.0,\"5783\":1709.07,\"5784\":4997.27,\"5785\":39473.9,\"5786\":6856.67,\"5787\":587.36,\"5788\":3699.84,\"5789\":857.62,\"5790\":11707.0,\"5791\":627.44,\"5792\":null,\"5793\":null,\"5794\":29949.92,\"5795\":10132.0,\"5796\":4479.37,\"5797\":254320.98,\"5798\":158685.93,\"5799\":5491.16,\"5800\":508000.0,\"5801\":null,\"5802\":null,\"5803\":13891.72,\"5804\":395498.32,\"5805\":13966.38,\"5806\":15061.2,\"5807\":21536.82,\"5808\":10425.97,\"5809\":16765.62,\"5810\":null,\"5811\":1461.63,\"5812\":1277.56,\"5813\":599.21,\"5814\":144265.0,\"5815\":null,\"5816\":2212.6,\"5817\":741.87,\"5818\":402.41,\"5819\":24102.69,\"5820\":null,\"5821\":2316.56,\"5822\":2200.8,\"5823\":null,\"5824\":936.43,\"5825\":870950.23,\"5826\":468182.11,\"5827\":486.0,\"5828\":6652.8,\"5829\":8399.9,\"5830\":795.3,\"5831\":183050.0,\"5832\":664.3,\"5833\":14040.0,\"5834\":23135.15,\"5835\":60743.9,\"5836\":69556.18,\"5837\":165889.76,\"5838\":null,\"5839\":401028.0,\"5840\":null,\"5841\":null,\"5842\":8111.3,\"5843\":512.29,\"5844\":685.15,\"5845\":1365.45,\"5846\":80917.55,\"5847\":3620.1,\"5848\":536.12,\"5849\":671.58,\"5850\":500.39,\"5851\":4173.6,\"5852\":427.44,\"5853\":1303.73,\"5854\":14145.52,\"5855\":16468.42,\"5856\":6907.2,\"5857\":null,\"5858\":375.94,\"5859\":2533.2,\"5860\":99.0,\"5861\":328.72,\"5862\":29421.34,\"5863\":33031.19,\"5864\":null,\"5865\":61711.74,\"5866\":null,\"5867\":119889.62,\"5868\":1604.76,\"5869\":767.14,\"5870\":1031.26,\"5871\":1312.2,\"5872\":759456.3,\"5873\":48124.94,\"5874\":534265.0600000001,\"5875\":null,\"5876\":154439.5,\"5877\":422684.64,\"5878\":143005.52,\"5879\":126928.55,\"5880\":null,\"5881\":793.1,\"5882\":630.04,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":59794.1,\"5887\":162346.2,\"5888\":170259.2,\"5889\":100608.64,\"5890\":null,\"5891\":null,\"5892\":22120.84,\"5893\":45366.81,\"5894\":49407.69,\"5895\":653.94,\"5896\":75469.51,\"5897\":830.34,\"5898\":6237.0,\"5899\":2316.89,\"5900\":29792.38,\"5901\":31861.46,\"5902\":58385.74,\"5903\":51237.28,\"5904\":13294.34,\"5905\":652.26,\"5906\":5410.8,\"5907\":3.6,\"5908\":43.2,\"5909\":6732.83,\"5910\":305.91,\"5911\":2000.0,\"5912\":9314.36,\"5913\":1239.12,\"5914\":1730.08,\"5915\":130.28,\"5916\":7763.0,\"5917\":7953.0,\"5918\":2598.2,\"5919\":8610.19,\"5920\":16680.19,\"5921\":8646.45,\"5922\":9010.6,\"5923\":567.31,\"5924\":13087.9,\"5925\":12812.2,\"5926\":null,\"5927\":1357.6,\"5928\":13014.0,\"5929\":19744.46,\"5930\":19656.81,\"5931\":19609.28,\"5932\":7376.4,\"5933\":7370.9,\"5934\":1962.0,\"5935\":1247.0,\"5936\":null,\"5937\":2936.2,\"5938\":4857.0,\"5939\":356.73,\"5940\":2141.98,\"5941\":337.64,\"5942\":1983.0,\"5943\":1181.63,\"5944\":10702.63,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":833.58,\"5951\":279.4,\"5952\":625.8,\"5953\":null,\"5954\":null,\"5955\":424.32,\"5956\":null,\"5957\":2000.0,\"5958\":5266.6,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3696.0,\"5964\":null,\"5965\":null,\"5966\":5563.85,\"5967\":null,\"5968\":180788.67,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":7769.33,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":3700.23,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":9422.68,\"5992\":9710.27,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":0.15,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1137.4,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":503.98,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3142.38,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3817.0,\"6080\":1788.6,\"6081\":7153.2,\"6082\":396493.0,\"6083\":1692.0,\"6084\":3543.16,\"6085\":466.62,\"6086\":null,\"6087\":417.13,\"6088\":13255.0,\"6089\":13655.23,\"6090\":null,\"6091\":3084.84,\"6092\":1733.82,\"6093\":769.95,\"6094\":2187.9,\"6095\":816.0,\"6096\":21136.0,\"6097\":275005.97,\"6098\":499487.85,\"6099\":12752.0,\"6100\":707.52,\"6101\":5090.54,\"6102\":41988.66,\"6103\":4334.0,\"6104\":626.75,\"6105\":3699.2,\"6106\":969.39,\"6107\":11487.65,\"6108\":621.28,\"6109\":null,\"6110\":null,\"6111\":26167.95,\"6112\":null,\"6113\":4435.29,\"6114\":null,\"6115\":254730.52,\"6116\":158607.14,\"6117\":5465.53,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":13709.4,\"6123\":314238.17,\"6124\":13727.73,\"6125\":18209.4,\"6126\":24282.72,\"6127\":12826.97,\"6128\":16646.92,\"6129\":null,\"6130\":1277.6,\"6131\":1665.08,\"6132\":null,\"6133\":593.33,\"6134\":98450.0,\"6135\":null,\"6136\":1818.15,\"6137\":741.87,\"6138\":465.66,\"6139\":31565.88,\"6140\":null,\"6141\":2830.14,\"6142\":2200.8,\"6143\":932.44,\"6144\":901281.65,\"6145\":72734.5,\"6146\":450.0,\"6147\":6727.6,\"6148\":8385.38,\"6149\":804.76,\"6150\":null,\"6151\":652.76,\"6152\":15156.0,\"6153\":34531.63,\"6154\":69415.47,\"6155\":165478.21,\"6156\":2.5,\"6157\":null,\"6158\":424340.27,\"6159\":41939.34,\"6160\":8111.3,\"6161\":496.32,\"6162\":689.87,\"6163\":759.3,\"6164\":81318.44,\"6165\":3628.71,\"6166\":518.69,\"6167\":718.92,\"6168\":628.8,\"6169\":4108.8,\"6170\":427.44,\"6171\":null,\"6172\":699.6,\"6173\":14135.48,\"6174\":null,\"6175\":16183.97,\"6176\":5856.0,\"6177\":984.67,\"6178\":367.69,\"6179\":2538.6,\"6180\":105.6,\"6181\":324.75,\"6182\":29527.88,\"6183\":35317.81,\"6184\":null,\"6185\":1231158.8100000001,\"6186\":null,\"6187\":120491.16,\"6188\":1605.0,\"6189\":674.3,\"6190\":1045.96,\"6191\":1198.8,\"6192\":774259.4300000001,\"6193\":52497.18,\"6194\":534392.64,\"6195\":null,\"6196\":154503.85,\"6197\":425405.95,\"6198\":141746.67,\"6199\":124461.05,\"6200\":null,\"6201\":758.94,\"6202\":588.19,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59778.44,\"6207\":157817.31,\"6208\":168066.95,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22136.89,\"6213\":45221.03,\"6214\":48612.33,\"6215\":667.77,\"6216\":77511.56,\"6217\":null,\"6218\":7913.4,\"6219\":2265.01,\"6220\":30210.14,\"6221\":31947.94,\"6222\":58054.74,\"6223\":15104.2,\"6224\":632.94,\"6225\":5410.8,\"6226\":null,\"6227\":43.2,\"6228\":6756.09,\"6229\":273.9,\"6230\":240.0,\"6231\":9321.43,\"6232\":1299.6,\"6233\":1649.12,\"6234\":113.52,\"6235\":8885.0,\"6236\":7138.0,\"6237\":2545.4,\"6238\":9775.23,\"6239\":15194.24,\"6240\":10147.86,\"6241\":10226.65,\"6242\":449.39,\"6243\":16105.2,\"6244\":15743.0,\"6245\":null,\"6246\":1357.9,\"6247\":13518.0,\"6248\":19609.61,\"6249\":19595.59,\"6250\":19590.32,\"6251\":6868.8,\"6252\":7504.8,\"6253\":1920.0,\"6254\":null,\"6255\":1714.2,\"6256\":null,\"6257\":3461.5,\"6258\":5069.0,\"6259\":356.73,\"6260\":2287.29,\"6261\":337.18,\"6262\":1942.0,\"6263\":1183.66,\"6264\":19398.77,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":203.87,\"6270\":775.5,\"6271\":null,\"6272\":267.96,\"6273\":678.3,\"6274\":null,\"6275\":null,\"6276\":null,\"6277\":null,\"6278\":2000.0,\"6279\":6390.48,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3638.61,\"6285\":null,\"6286\":null,\"6287\":985.29,\"6288\":null,\"6289\":181966.49,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":2329.46,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":5050.29,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19784.36,\"6313\":19881.75,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":2.1,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1137.95,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":2335.3,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":24.36,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3069.93,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3875.67,\"6400\":1953.6,\"6401\":7153.2,\"6402\":401604.99,\"6403\":1695.6,\"6404\":2939.47,\"6405\":466.29,\"6406\":36.08,\"6407\":417.02,\"6408\":12782.0,\"6409\":13757.7,\"6410\":204.6,\"6411\":3080.38,\"6412\":1755.93,\"6413\":759.28,\"6414\":2319.3,\"6415\":810.0,\"6416\":16328.0,\"6417\":78024.82,\"6418\":504265.69,\"6419\":13080.0,\"6420\":758.67,\"6421\":9262.0,\"6422\":54574.01,\"6423\":6702.67,\"6424\":682.24,\"6425\":3699.52,\"6426\":976.75,\"6427\":11354.06,\"6428\":626.12,\"6429\":null,\"6430\":null,\"6431\":27095.83,\"6432\":null,\"6433\":4341.51,\"6434\":624.88,\"6435\":254158.59,\"6436\":159150.48,\"6437\":5357.53,\"6438\":53832.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":11838.56,\"6443\":291451.36,\"6444\":20353.64,\"6445\":18185.2,\"6446\":23768.13,\"6447\":11026.17,\"6448\":17105.64,\"6449\":77238.0,\"6450\":1150.3,\"6451\":1497.82,\"6452\":335.83,\"6453\":null,\"6454\":null,\"6455\":1722.82,\"6456\":744.52,\"6457\":461.56,\"6458\":31782.95,\"6459\":90648.57,\"6460\":932.93,\"6461\":2200.8,\"6462\":937.94,\"6463\":911132.75,\"6464\":380262.21,\"6465\":408.0,\"6466\":10940.6,\"6467\":8289.48,\"6468\":821.81,\"6469\":177530.0,\"6470\":608.29,\"6471\":12384.0,\"6472\":null,\"6473\":69035.24,\"6474\":164537.81,\"6475\":4.0,\"6476\":557072.6800000001,\"6477\":41732.7,\"6478\":8570.44,\"6479\":481.67,\"6480\":684.4,\"6481\":1009.8,\"6482\":80876.21,\"6483\":2919.49,\"6484\":519.26,\"6485\":747.36,\"6486\":500.68,\"6487\":4522.8,\"6488\":422.52,\"6489\":1629.72,\"6490\":14004.91,\"6491\":null,\"6492\":16949.05,\"6493\":8400.0,\"6494\":378.05,\"6495\":2430.0,\"6496\":105.6,\"6497\":297.21,\"6498\":29716.87,\"6499\":47773.19,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":120848.6,\"6504\":1602.72,\"6505\":634.26,\"6506\":1006.25,\"6507\":1161.0,\"6508\":771491.3100000001,\"6509\":51804.46,\"6510\":534536.97,\"6511\":null,\"6512\":153330.2,\"6513\":425721.87,\"6514\":141528.64,\"6515\":125931.97,\"6516\":2063.0,\"6517\":792.68,\"6518\":593.85,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":62509.89,\"6523\":158900.78,\"6524\":169287.95,\"6525\":264000.84,\"6526\":null,\"6527\":null,\"6528\":22563.35,\"6529\":44438.4,\"6530\":48125.79,\"6531\":650.88,\"6532\":75493.92,\"6533\":1095.37,\"6534\":7715.4,\"6535\":2337.55,\"6536\":29897.99,\"6537\":31993.15,\"6538\":59021.9,\"6539\":19307.94,\"6540\":655.98,\"6541\":5414.4,\"6542\":null,\"6543\":43.2,\"6544\":6594.89,\"6545\":266.31,\"6546\":null,\"6547\":2800.0,\"6548\":9375.33,\"6549\":1548.72,\"6550\":1540.0,\"6551\":173.32,\"6552\":16905.0,\"6553\":9286.0,\"6554\":3049.2,\"6555\":7887.88,\"6556\":16446.77,\"6557\":19253.2,\"6558\":19571.5,\"6559\":2557.13,\"6560\":13801.2,\"6561\":13508.3,\"6562\":null,\"6563\":4085.44,\"6564\":19737.28,\"6565\":19659.91,\"6566\":19562.65,\"6567\":7318.8,\"6568\":null,\"6569\":8180.0,\"6570\":4642.0,\"6571\":null,\"6572\":1422.9,\"6573\":null,\"6574\":3583.0,\"6575\":460.0,\"6576\":356.73,\"6577\":2239.77,\"6578\":335.57,\"6579\":1944.0,\"6580\":1219.58,\"6581\":12455.21,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":10.27,\"6587\":774.84,\"6588\":null,\"6589\":452.32,\"6590\":945.0,\"6591\":null,\"6592\":null,\"6593\":267.84,\"6594\":null,\"6595\":2000.0,\"6596\":5523.4,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4407.65,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":4293.09,\"6606\":null,\"6607\":80716.04,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":5851.73,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":3391.25,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19843.96,\"6631\":19927.17,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2123.55,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5374.6,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":1845.97,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3293.03,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3868.33,\"6718\":1881.0,\"6719\":7150.8,\"6720\":397271.42,\"6721\":1699.2,\"6722\":2945.02,\"6723\":565.84,\"6724\":65.03,\"6725\":null,\"6726\":417.73,\"6727\":11473.0,\"6728\":null,\"6729\":211.2,\"6730\":3060.42,\"6731\":1752.96,\"6732\":766.26,\"6733\":2001.6,\"6734\":806.0,\"6735\":16504.0,\"6736\":60506.25,\"6737\":504019.12,\"6738\":13584.0,\"6739\":950.4,\"6740\":16999.9,\"6741\":38213.28,\"6742\":6611.0,\"6743\":694.31,\"6744\":3569.28,\"6745\":843.56,\"6746\":11676.54,\"6747\":478.94,\"6748\":null,\"6749\":null,\"6750\":26117.63,\"6751\":null,\"6752\":6062.11,\"6753\":939.79,\"6754\":245065.53,\"6755\":157931.12,\"6756\":6841.2,\"6757\":105240.0,\"6758\":507000.0,\"6759\":null,\"6760\":null,\"6761\":14830.58,\"6762\":334020.1,\"6763\":17061.03,\"6764\":18128.0,\"6765\":23688.14,\"6766\":10248.06,\"6767\":16624.57,\"6768\":null,\"6769\":1107.24,\"6770\":2294.92,\"6771\":595.96,\"6772\":189310.0,\"6773\":null,\"6774\":2261.59,\"6775\":738.62,\"6776\":457.3,\"6777\":38140.75,\"6778\":40033.93,\"6779\":4019.27,\"6780\":2200.8,\"6781\":null,\"6782\":923.86,\"6783\":866203.33,\"6784\":534424.7,\"6785\":432.0,\"6786\":7502.0,\"6787\":6041.6,\"6788\":808.87,\"6789\":null,\"6790\":605.57,\"6791\":14832.0,\"6792\":24800.58,\"6793\":69505.67,\"6794\":165251.28,\"6795\":9.0,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":41226.21,\"6801\":7805.22,\"6802\":495.0,\"6803\":685.08,\"6804\":1927.8,\"6805\":80982.93,\"6806\":3048.6,\"6807\":510.35,\"6808\":693.72,\"6809\":605.38,\"6810\":4797.6,\"6811\":420.24,\"6812\":1123.24,\"6813\":7314.52,\"6814\":3548.25,\"6815\":17540.87,\"6816\":8030.4,\"6817\":381.68,\"6818\":2536.8,\"6819\":99.0,\"6820\":280.53,\"6821\":29917.72,\"6822\":49008.26,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":119958.24,\"6827\":1602.24,\"6828\":736.34,\"6829\":1744.84,\"6830\":1346.4,\"6831\":null,\"6832\":516283.72,\"6833\":38468.55,\"6834\":533146.38,\"6835\":null,\"6836\":null,\"6837\":154914.2,\"6838\":425552.59,\"6839\":138928.29,\"6840\":125069.42,\"6841\":2059.0,\"6842\":789.46,\"6843\":594.63,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64698.57,\"6848\":165134.71,\"6849\":169130.7,\"6850\":264091.93,\"6851\":null,\"6852\":101435.79,\"6853\":22626.0,\"6854\":45398.62,\"6855\":48117.17,\"6856\":646.83,\"6857\":75511.34,\"6858\":820.35,\"6859\":7447.0,\"6860\":2568.49,\"6861\":26959.32,\"6862\":32013.86,\"6863\":58692.21,\"6864\":null,\"6865\":655.59,\"6866\":5630.4,\"6867\":null,\"6868\":null,\"6869\":43.2,\"6870\":6659.4,\"6871\":296.47,\"6872\":null,\"6873\":5760.0,\"6874\":9365.58,\"6875\":1553.04,\"6876\":1584.0,\"6877\":146.26,\"6878\":null,\"6879\":15749.0,\"6880\":8385.0,\"6881\":3478.2,\"6882\":5910.92,\"6883\":16600.52,\"6884\":19430.62,\"6885\":19715.79,\"6886\":3049.05,\"6887\":16537.7,\"6888\":16166.6,\"6889\":null,\"6890\":13662.0,\"6891\":19580.64,\"6892\":19531.34,\"6893\":19451.98,\"6894\":5569.2,\"6895\":459.9,\"6896\":16788.1,\"6897\":4846.0,\"6898\":1285.8,\"6899\":null,\"6900\":3957.5,\"6901\":5181.0,\"6902\":356.73,\"6903\":2148.19,\"6904\":334.19,\"6905\":2041.0,\"6906\":452.89,\"6907\":11653.69,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":1.47,\"6913\":918.72,\"6914\":381.92,\"6915\":826.5,\"6916\":null,\"6917\":null,\"6918\":81.6,\"6919\":null,\"6920\":2000.0,\"6921\":5410.5,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":8425.04,\"6927\":null,\"6928\":14.3,\"6929\":null,\"6930\":2553.64,\"6931\":null,\"6932\":1913.61,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":5945.49,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5578.06,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19837.52,\"6956\":19925.67,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2080.43,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5618.8,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":null,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1449.58,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3864.67,\"7042\":null,\"7043\":7161.6,\"7044\":397114.23,\"7045\":1857.6,\"7046\":3842.69,\"7047\":709.94,\"7048\":10.82,\"7049\":417.93,\"7050\":12782.0,\"7051\":14248.08,\"7052\":211.2,\"7053\":2984.52,\"7054\":1747.35,\"7055\":744.39,\"7056\":1419.3,\"7057\":1914.0,\"7058\":17420.0,\"7059\":60572.6,\"7060\":501928.05,\"7061\":13112.0,\"7062\":876.48,\"7063\":null,\"7064\":48047.76,\"7065\":7366.33,\"7066\":675.91,\"7067\":3413.76,\"7068\":810.01,\"7069\":12658.46,\"7070\":620.18,\"7071\":null,\"7072\":null,\"7073\":27121.52,\"7074\":null,\"7075\":5418.94,\"7076\":939.79,\"7077\":249137.86,\"7078\":159710.59,\"7079\":6483.04,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":13758.31,\"7085\":182858.02,\"7086\":14481.75,\"7087\":11633.6,\"7088\":22312.35,\"7089\":11922.09,\"7090\":16680.87,\"7091\":117139.72,\"7092\":1238.48,\"7093\":2305.35,\"7094\":579.33,\"7095\":305745.0,\"7096\":null,\"7097\":2078.28,\"7098\":739.6,\"7099\":451.03,\"7100\":44940.28,\"7101\":164081.55,\"7102\":2689.84,\"7103\":1942.2,\"7104\":925.57,\"7105\":946226.33,\"7106\":0.04,\"7107\":366.0,\"7108\":7513.0,\"7109\":2236.2,\"7110\":808.87,\"7111\":205140.0,\"7112\":631.49,\"7113\":13536.0,\"7114\":23832.0,\"7115\":null,\"7116\":69359.56,\"7117\":165024.65,\"7118\":42.5,\"7119\":405122.0,\"7120\":40668.67,\"7121\":7040.0,\"7122\":506.09,\"7123\":685.69,\"7124\":1059.75,\"7125\":81056.61,\"7126\":2212.0,\"7127\":519.49,\"7128\":745.92,\"7129\":592.17,\"7130\":4513.2,\"7131\":424.2,\"7132\":1344.6,\"7133\":6842.48,\"7134\":null,\"7135\":19900.8,\"7136\":5395.2,\"7137\":369.53,\"7138\":2469.6,\"7139\":102.3,\"7140\":323.72,\"7141\":29652.11,\"7142\":29270.17,\"7143\":null,\"7144\":1014300.0699999999,\"7145\":null,\"7146\":121049.02,\"7147\":1550.34,\"7148\":808.06,\"7149\":2261.09,\"7150\":1162.8,\"7151\":34096.44,\"7152\":292616.33,\"7153\":39254.93,\"7154\":413268.11,\"7155\":null,\"7156\":null,\"7157\":141236.09,\"7158\":398676.55,\"7159\":141136.5,\"7160\":125452.29,\"7161\":null,\"7162\":790.72,\"7163\":652.57,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64682.4,\"7168\":164066.07,\"7169\":170429.4,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22661.85,\"7174\":45676.92,\"7175\":48224.85,\"7176\":646.38,\"7177\":75528.02,\"7178\":761.35,\"7179\":7183.0,\"7180\":2724.94,\"7181\":30040.55,\"7182\":31963.23,\"7183\":57692.87,\"7184\":null,\"7185\":19576.68,\"7186\":654.63,\"7187\":5623.2,\"7188\":315.6,\"7189\":43.2,\"7190\":6556.28,\"7191\":311.45,\"7192\":6320.0,\"7193\":9560.39,\"7194\":1625.52,\"7195\":1705.0,\"7196\":153.38,\"7197\":null,\"7198\":16940.0,\"7199\":8165.0,\"7200\":4241.6,\"7201\":5910.81,\"7202\":15139.16,\"7203\":19523.14,\"7204\":19852.9,\"7205\":2466.35,\"7206\":14814.7,\"7207\":14494.5,\"7208\":null,\"7209\":12492.0,\"7210\":19542.14,\"7211\":19532.68,\"7212\":19407.21,\"7213\":5256.0,\"7214\":435.2,\"7215\":10000.1,\"7216\":4646.0,\"7217\":null,\"7218\":1288.6,\"7219\":null,\"7220\":4444.2,\"7221\":5310.0,\"7222\":356.73,\"7223\":2130.26,\"7224\":333.96,\"7225\":1965.0,\"7226\":910.8,\"7227\":11028.22,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":350.53,\"7233\":919.38,\"7234\":331.76,\"7235\":575.1,\"7236\":null,\"7237\":null,\"7238\":75.84,\"7239\":null,\"7240\":2000.0,\"7241\":5241.9,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":6743.48,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":6223.18,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":6335.02,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":5389.35,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19909.35,\"7276\":19911.56,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1524.38,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5596.8,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":85.74,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3868.33,\"7363\":1947.0,\"7364\":7176.0,\"7365\":125742.25,\"7366\":1857.6,\"7367\":3242.55,\"7368\":710.82,\"7369\":null,\"7370\":417.96,\"7371\":12386.0,\"7372\":null,\"7373\":198.0,\"7374\":3047.38,\"7375\":1741.41,\"7376\":737.68,\"7377\":2971.8,\"7378\":1902.0,\"7379\":17076.0,\"7380\":60561.89,\"7381\":502170.9,\"7382\":13856.0,\"7383\":1158.3,\"7384\":17583.12,\"7385\":63308.78,\"7386\":8125.33,\"7387\":786.03,\"7388\":3697.6,\"7389\":944.19,\"7390\":13349.72,\"7391\":608.96,\"7392\":null,\"7393\":null,\"7394\":25134.69,\"7395\":null,\"7396\":5820.3,\"7397\":940.78,\"7398\":246248.11,\"7399\":160545.42,\"7400\":7088.35,\"7401\":509830.0,\"7402\":null,\"7403\":22778.74,\"7404\":32855.41,\"7405\":23010.12,\"7406\":9961.6,\"7407\":23445.21,\"7408\":10056.31,\"7409\":17404.65,\"7410\":171179.38,\"7411\":1408.22,\"7412\":2304.21,\"7413\":578.58,\"7414\":null,\"7415\":null,\"7416\":1706.49,\"7417\":744.72,\"7418\":319.14,\"7419\":34579.78,\"7420\":90411.96,\"7421\":null,\"7422\":1914.0,\"7423\":768.71,\"7424\":1015943.85,\"7425\":0.05,\"7426\":246.0,\"7427\":7917.8,\"7428\":6586.72,\"7429\":809.71,\"7430\":206990.0,\"7431\":642.43,\"7432\":14904.0,\"7433\":34451.56,\"7434\":69484.69,\"7435\":165031.84,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":12686.43,\"7440\":8111.3,\"7441\":474.41,\"7442\":670.79,\"7443\":959.1,\"7444\":80993.06,\"7445\":2210.28,\"7446\":505.89,\"7447\":null,\"7448\":519.67,\"7449\":4170.0,\"7450\":425.28,\"7451\":1324.76,\"7452\":7009.63,\"7453\":null,\"7454\":19778.66,\"7455\":6273.6,\"7456\":380.82,\"7457\":2469.6,\"7458\":224.4,\"7459\":303.49,\"7460\":29970.61,\"7461\":42479.23,\"7462\":null,\"7463\":997253.4,\"7464\":null,\"7465\":486367.28,\"7466\":1549.86,\"7467\":702.46,\"7468\":2008.95,\"7469\":1573.2,\"7470\":33335.48,\"7471\":272614.15,\"7472\":364439.56,\"7473\":null,\"7474\":96835.38,\"7475\":420957.02,\"7476\":140672.38,\"7477\":72846.83,\"7478\":2051.0,\"7479\":698.18,\"7480\":2114.2,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54788.84,\"7485\":162838.59,\"7486\":171419.15,\"7487\":151403.95,\"7488\":null,\"7489\":null,\"7490\":22648.7,\"7491\":45669.08,\"7492\":48314.04,\"7493\":644.61,\"7494\":75707.88,\"7495\":752.42,\"7496\":8025.6,\"7497\":2935.11,\"7498\":30206.55,\"7499\":31548.44,\"7500\":55963.67,\"7501\":55119.21,\"7502\":19293.11,\"7503\":653.67,\"7504\":5623.2,\"7505\":null,\"7506\":43.2,\"7507\":6771.11,\"7508\":319.44,\"7509\":142.54,\"7510\":6240.0,\"7511\":9522.52,\"7512\":1613.16,\"7513\":1719.96,\"7514\":119.33,\"7515\":16912.0,\"7516\":9862.0,\"7517\":2523.4,\"7518\":5738.56,\"7519\":16658.38,\"7520\":14649.41,\"7521\":15214.91,\"7522\":2589.55,\"7523\":15316.3,\"7524\":14981.9,\"7525\":null,\"7526\":12798.0,\"7527\":19749.11,\"7528\":18666.88,\"7529\":19602.89,\"7530\":6573.6,\"7531\":453.4,\"7532\":9454.5,\"7533\":9906.0,\"7534\":1941.55,\"7535\":1858.6,\"7536\":null,\"7537\":3157.2,\"7538\":5852.0,\"7539\":356.73,\"7540\":1565.63,\"7541\":332.81,\"7542\":1915.0,\"7543\":1278.85,\"7544\":19723.01,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":10.27,\"7550\":808.5,\"7551\":341.88,\"7552\":null,\"7553\":null,\"7554\":247.68,\"7555\":null,\"7556\":2000.0,\"7557\":5090.3,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4424.87,\"7563\":null,\"7564\":null,\"7565\":6236.19,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":7343.66,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":3333.88,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19923.21,\"7591\":19931.73,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1486.16,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":1792.1,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":null,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3872.0,\"7679\":1920.6,\"7680\":7173.6,\"7681\":404502.65,\"7682\":1857.6,\"7683\":3643.74,\"7684\":710.05,\"7685\":null,\"7686\":null,\"7687\":430.9,\"7688\":12507.0,\"7689\":15707.55,\"7690\":null,\"7691\":2169.58,\"7692\":1810.38,\"7693\":766.58,\"7694\":1684.8,\"7695\":1953.0,\"7696\":16824.0,\"7697\":60570.98,\"7698\":506491.55,\"7699\":15080.0,\"7700\":1085.7,\"7701\":17182.5,\"7702\":60495.06,\"7703\":8004.33,\"7704\":1190.83,\"7705\":3699.84,\"7706\":874.24,\"7707\":19202.04,\"7708\":643.94,\"7709\":null,\"7710\":null,\"7711\":26382.48,\"7712\":null,\"7713\":4869.75,\"7714\":940.78,\"7715\":245431.5,\"7716\":158498.32,\"7717\":6115.47,\"7718\":55840.0,\"7719\":null,\"7720\":15585.68,\"7721\":149740.39,\"7722\":15687.64,\"7723\":18693.4,\"7724\":23050.35,\"7725\":10959.23,\"7726\":17348.75,\"7727\":171166.91,\"7728\":1431.61,\"7729\":1664.94,\"7730\":585.96,\"7731\":null,\"7732\":null,\"7733\":2498.03,\"7734\":741.96,\"7735\":402.99,\"7736\":43919.4,\"7737\":90397.0,\"7738\":543.9,\"7739\":1903.2,\"7740\":null,\"7741\":852.25,\"7742\":1060277.03,\"7743\":0.05,\"7744\":498.0,\"7745\":6930.0,\"7746\":5310.09,\"7747\":820.49,\"7748\":205010.0,\"7749\":627.77,\"7750\":14436.0,\"7751\":35464.47,\"7752\":69441.94,\"7753\":165282.98,\"7754\":null,\"7755\":403328.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":487.21,\"7760\":695.81,\"7761\":1466.1,\"7762\":80990.32,\"7763\":2205.11,\"7764\":532.19,\"7765\":620.1,\"7766\":627.45,\"7767\":3855.6,\"7768\":426.24,\"7769\":null,\"7770\":1490.84,\"7771\":7120.83,\"7772\":2091.15,\"7773\":19777.08,\"7774\":6033.6,\"7775\":383.06,\"7776\":2531.4,\"7777\":237.6,\"7778\":338.54,\"7779\":29790.66,\"7780\":50144.87,\"7781\":null,\"7782\":975964.04,\"7783\":null,\"7784\":468896.56,\"7785\":1609.5,\"7786\":693.22,\"7787\":1434.73,\"7788\":1006.2,\"7789\":470295.14,\"7790\":123147.56,\"7791\":null,\"7792\":19482.09,\"7793\":144816.3,\"7794\":118362.64,\"7795\":2048.0,\"7796\":790.86,\"7797\":558.69,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54839.62,\"7802\":68722.53,\"7803\":170211.1,\"7804\":null,\"7805\":22633.07,\"7806\":45170.17,\"7807\":48331.97,\"7808\":646.23,\"7809\":75518.54,\"7810\":714.4,\"7811\":8936.4,\"7812\":2726.55,\"7813\":30168.17,\"7814\":31758.48,\"7815\":57424.03,\"7816\":57712.02,\"7817\":19626.85,\"7818\":652.44,\"7819\":6901.2,\"7820\":null,\"7821\":43.2,\"7822\":6791.07,\"7823\":321.29,\"7824\":223.38,\"7825\":5920.0,\"7826\":9539.63,\"7827\":1627.68,\"7828\":1498.2,\"7829\":112.07,\"7830\":13036.0,\"7831\":8058.0,\"7832\":2499.2,\"7833\":15737.56,\"7834\":16755.6,\"7835\":16419.19,\"7836\":16944.2,\"7837\":918.57,\"7838\":14958.9,\"7839\":14631.9,\"7840\":null,\"7841\":12042.0,\"7842\":19715.77,\"7843\":18658.21,\"7844\":19580.22,\"7845\":4950.0,\"7846\":532.3,\"7847\":9757.1,\"7848\":8058.0,\"7849\":null,\"7850\":1403.4,\"7851\":null,\"7852\":2886.9,\"7853\":7276.0,\"7854\":356.73,\"7855\":1612.21,\"7856\":331.89,\"7857\":1868.0,\"7858\":522.52,\"7859\":16145.05,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":176.0,\"7865\":793.98,\"7866\":319.88,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":75.36,\"7871\":null,\"7872\":2000.0,\"7873\":5523.9,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4074.78,\"7879\":null,\"7880\":null,\"7881\":8430.75,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":10837.32,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":4821.84,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19895.08,\"7905\":19928.03,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1723.87,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":173.04,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3861.0,\"7993\":2072.4,\"7994\":7172.4,\"7995\":159416.82,\"7996\":2548.8,\"7997\":3936.95,\"7998\":709.06,\"7999\":63.36,\"8000\":null,\"8001\":430.22,\"8002\":12485.0,\"8003\":15046.65,\"8004\":null,\"8005\":2164.47,\"8006\":1789.59,\"8007\":719.14,\"8008\":2653.2,\"8009\":1651.0,\"8010\":17208.0,\"8011\":60614.77,\"8012\":503525.67,\"8013\":14184.0,\"8014\":642.84,\"8015\":17989.68,\"8016\":61617.31,\"8017\":8165.67,\"8018\":974.91,\"8019\":3700.16,\"8020\":802.72,\"8021\":14536.3,\"8022\":622.6,\"8023\":null,\"8024\":null,\"8025\":25183.58,\"8026\":null,\"8027\":4572.67,\"8028\":939.79,\"8029\":185000.08,\"8030\":102884.67,\"8031\":5596.85,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":14117.31,\"8036\":234690.0,\"8037\":20927.86,\"8038\":15160.2,\"8039\":23372.94,\"8040\":10167.01,\"8041\":17200.51,\"8042\":37716.47,\"8043\":1370.34,\"8044\":1422.15,\"8045\":552.5,\"8046\":null,\"8047\":2179.83,\"8048\":733.89,\"8049\":437.16,\"8050\":6984.82,\"8051\":90413.44,\"8052\":4043.68,\"8053\":1905.0,\"8054\":null,\"8055\":850.22,\"8056\":1134629.23,\"8057\":601894.05,\"8058\":408.0,\"8059\":7268.8,\"8060\":7511.24,\"8061\":828.08,\"8062\":205060.0,\"8063\":600.24,\"8064\":15084.0,\"8065\":36488.05,\"8066\":69349.85,\"8067\":110855.63,\"8068\":3096.5,\"8069\":null,\"8070\":559985.1800000001,\"8071\":40309.27,\"8072\":8723.48,\"8073\":488.0,\"8074\":654.01,\"8075\":824.4,\"8076\":80943.02,\"8077\":2212.0,\"8078\":533.02,\"8079\":798.66,\"8080\":546.53,\"8081\":3950.4,\"8082\":412.2,\"8083\":1501.75,\"8084\":19454.22,\"8085\":2930.85,\"8086\":17733.61,\"8087\":7401.6,\"8088\":369.86,\"8089\":2559.0,\"8090\":237.6,\"8091\":299.94,\"8092\":29219.55,\"8093\":49572.64,\"8094\":null,\"8095\":1080991.4299999999,\"8096\":null,\"8097\":120094.88,\"8098\":1610.04,\"8099\":632.94,\"8100\":1226.16,\"8101\":1139.4,\"8102\":435609.62,\"8103\":179188.35,\"8104\":72887.35,\"8105\":73313.52,\"8106\":2044.0,\"8107\":791.42,\"8108\":27.35,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":55158.56,\"8113\":87593.46,\"8114\":107853.15,\"8115\":null,\"8116\":null,\"8117\":28511.53,\"8118\":45400.76,\"8119\":49345.09,\"8120\":645.09,\"8121\":75504.78,\"8122\":655.24,\"8123\":5990.6,\"8124\":2951.29,\"8125\":26752.91,\"8126\":53959.94,\"8127\":53587.63,\"8128\":19317.87,\"8129\":652.02,\"8130\":13665.6,\"8131\":null,\"8132\":43.2,\"8133\":6631.19,\"8134\":406.43,\"8135\":64.29,\"8136\":4880.0,\"8137\":9336.74,\"8138\":1629.36,\"8139\":1723.04,\"8140\":127.25,\"8141\":16944.0,\"8142\":11429.0,\"8143\":3412.2,\"8144\":17687.68,\"8145\":16099.31,\"8146\":10653.71,\"8147\":11349.49,\"8148\":1824.53,\"8149\":17817.4,\"8150\":17432.2,\"8151\":null,\"8152\":10908.0,\"8153\":19670.06,\"8154\":19601.4,\"8155\":19532.86,\"8156\":6735.6,\"8157\":506.0,\"8158\":2268.4,\"8159\":4920.0,\"8160\":1541.4,\"8161\":null,\"8162\":4152.8,\"8163\":4983.0,\"8164\":356.73,\"8165\":2185.72,\"8166\":346.61,\"8167\":1917.0,\"8168\":1349.11,\"8169\":17795.2,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":1.47,\"8175\":792.0,\"8176\":null,\"8177\":293.04,\"8178\":929.1,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":6477.9,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":2041.99,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":3866.74,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3817.21,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19947.51,\"8218\":19938.02,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1372.42,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1355.85,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":118.8,\"8306\":7170.0,\"8307\":284008.62,\"8308\":10566.0,\"8309\":5924.09,\"8310\":712.91,\"8311\":33.18,\"8312\":null,\"8313\":431.21,\"8314\":12353.0,\"8315\":16319.48,\"8316\":null,\"8317\":2098.3,\"8318\":1721.28,\"8319\":735.21,\"8320\":2538.9,\"8321\":808.0,\"8322\":16256.0,\"8323\":60635.96,\"8324\":493785.35,\"8325\":12544.0,\"8326\":544.83,\"8327\":12033.31,\"8328\":50473.92,\"8329\":6706.33,\"8330\":1044.78,\"8331\":3699.2,\"8332\":780.63,\"8333\":14627.07,\"8334\":580.14,\"8335\":null,\"8336\":null,\"8337\":27122.36,\"8338\":null,\"8339\":8813.33,\"8340\":938.8,\"8341\":218055.14,\"8342\":131605.79,\"8343\":9770.09,\"8344\":508850.0,\"8345\":null,\"8346\":null,\"8347\":44895.64,\"8348\":371826.28,\"8349\":18539.32,\"8350\":17666.0,\"8351\":16879.25,\"8352\":13259.01,\"8353\":17308.67,\"8354\":77211.84,\"8355\":1035.62,\"8356\":1373.03,\"8357\":576.83,\"8358\":null,\"8359\":2639.02,\"8360\":733.6,\"8361\":394.93,\"8362\":28550.7,\"8363\":90460.75,\"8364\":4032.53,\"8365\":1895.4,\"8366\":15268.0,\"8367\":852.67,\"8368\":1140316.22,\"8369\":211331.74,\"8370\":378.0,\"8371\":10573.2,\"8372\":6065.98,\"8373\":828.08,\"8374\":205030.0,\"8375\":572.84,\"8376\":15552.0,\"8377\":35389.15,\"8378\":64690.9,\"8379\":137278.04,\"8380\":null,\"8381\":557995.8199999999,\"8382\":40050.75,\"8383\":7652.17,\"8384\":null,\"8385\":681.23,\"8386\":827.1,\"8387\":80997.92,\"8388\":2217.16,\"8389\":532.03,\"8390\":822.96,\"8391\":695.65,\"8392\":5278.8,\"8393\":412.2,\"8394\":602.06,\"8395\":19531.7,\"8396\":2100.15,\"8397\":19963.46,\"8398\":4027.2,\"8399\":362.47,\"8400\":1821.6,\"8401\":260.7,\"8402\":322.26,\"8403\":29531.65,\"8404\":46862.92,\"8405\":null,\"8406\":1203233.8899999999,\"8407\":null,\"8408\":120141.27,\"8409\":1425.42,\"8410\":721.38,\"8411\":1864.07,\"8412\":986.4,\"8413\":242665.79,\"8414\":339784.11,\"8415\":null,\"8416\":null,\"8417\":72858.58,\"8418\":73330.15,\"8419\":143.0,\"8420\":791.84,\"8421\":null,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":156430.03,\"8426\":162881.4,\"8427\":null,\"8428\":22612.01,\"8429\":45380.26,\"8430\":47584.52,\"8431\":623.34,\"8432\":75538.54,\"8433\":731.62,\"8434\":8520.6,\"8435\":2909.74,\"8436\":18111.4,\"8437\":49256.85,\"8438\":54500.47,\"8439\":19300.62,\"8440\":653.58,\"8441\":8344.8,\"8442\":null,\"8443\":43.2,\"8444\":6794.7,\"8445\":347.95,\"8446\":null,\"8447\":5760.0,\"8448\":9336.41,\"8449\":1683.84,\"8450\":null,\"8451\":118.67,\"8452\":null,\"8453\":13086.0,\"8454\":12313.0,\"8455\":2723.6,\"8456\":14763.28,\"8457\":15230.62,\"8458\":10793.34,\"8459\":11438.05,\"8460\":1285.53,\"8461\":13840.2,\"8462\":13541.4,\"8463\":null,\"8464\":10098.0,\"8465\":19580.53,\"8466\":19510.28,\"8467\":19444.65,\"8468\":7974.0,\"8469\":533.1,\"8470\":10111.7,\"8471\":1966.0,\"8472\":1656.7,\"8473\":null,\"8474\":3137.2,\"8475\":5850.0,\"8476\":356.73,\"8477\":2153.76,\"8478\":328.9,\"8479\":2440.0,\"8480\":720.42,\"8481\":16592.57,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":14.67,\"8487\":759.66,\"8488\":null,\"8489\":305.36,\"8490\":878.1,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5716.9,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":5061.91,\"8501\":null,\"8502\":null,\"8503\":4019.93,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":3866.63,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":1827.84,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19919.04,\"8529\":19932.8,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1333.42,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5408.7,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":null,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3067.05,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":2488.2,\"8618\":7176.0,\"8619\":406625.08,\"8620\":6840.0,\"8621\":4940.82,\"8622\":712.69,\"8623\":93.1,\"8624\":null,\"8625\":431.63,\"8626\":12441.0,\"8627\":15770.77,\"8628\":191.4,\"8629\":2114.8,\"8630\":1755.6,\"8631\":758.29,\"8632\":2773.8,\"8633\":810.0,\"8634\":16204.0,\"8635\":60621.32,\"8636\":504931.01,\"8637\":13112.0,\"8638\":671.88,\"8639\":17500.55,\"8640\":38169.8,\"8641\":6765.0,\"8642\":968.01,\"8643\":3602.56,\"8644\":893.21,\"8645\":18535.66,\"8646\":572.22,\"8647\":null,\"8648\":null,\"8649\":25142.47,\"8650\":null,\"8651\":8949.28,\"8652\":942.77,\"8653\":245933.34,\"8654\":158226.87,\"8655\":9390.34,\"8656\":189350.0,\"8657\":null,\"8658\":null,\"8659\":25139.34,\"8660\":395809.28,\"8661\":19090.96,\"8662\":15923.6,\"8663\":null,\"8664\":9801.28,\"8665\":16989.39,\"8666\":167262.36,\"8667\":1253.18,\"8668\":1616.46,\"8669\":591.08,\"8670\":null,\"8671\":2334.85,\"8672\":727.3,\"8673\":379.84,\"8674\":38283.88,\"8675\":40202.09,\"8676\":2371.29,\"8677\":2163.6,\"8678\":14709.2,\"8679\":848.46,\"8680\":1187851.26,\"8681\":521556.35,\"8682\":492.0,\"8683\":9955.0,\"8684\":5863.54,\"8685\":826.65,\"8686\":205100.0,\"8687\":613.22,\"8688\":10872.0,\"8689\":36055.91,\"8690\":69492.55,\"8691\":164740.16,\"8692\":404248.0,\"8693\":575810.16,\"8694\":null,\"8695\":39883.7,\"8696\":8417.39,\"8697\":501.6,\"8698\":687.56,\"8699\":1449.0,\"8700\":81217.03,\"8701\":2222.33,\"8702\":540.08,\"8703\":943.02,\"8704\":1091.41,\"8705\":4416.0,\"8706\":411.6,\"8707\":1069.88,\"8708\":14007.06,\"8709\":4362.3,\"8710\":19980.7,\"8711\":8212.8,\"8712\":355.94,\"8713\":2593.2,\"8714\":264.0,\"8715\":260.33,\"8716\":29689.01,\"8717\":48129.38,\"8718\":null,\"8719\":1196.76,\"8720\":null,\"8721\":669503.1899999999,\"8722\":1615.38,\"8723\":623.92,\"8724\":1225.04,\"8725\":1258.2,\"8726\":340505.66,\"8727\":79577.62,\"8728\":150506.08,\"8729\":144309.73,\"8730\":119513.91,\"8731\":2063.0,\"8732\":789.6,\"8733\":3355.45,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":156167.2,\"8738\":170111.2,\"8739\":null,\"8740\":null,\"8741\":22385.82,\"8742\":44982.14,\"8743\":47756.72,\"8744\":602.01,\"8745\":75539.02,\"8746\":730.51,\"8747\":5383.4,\"8748\":2779.58,\"8749\":29920.09,\"8750\":49030.84,\"8751\":7065.33,\"8752\":19310.33,\"8753\":653.91,\"8754\":10029.6,\"8755\":12.6,\"8756\":43.2,\"8757\":6789.26,\"8758\":337.92,\"8759\":null,\"8760\":3200.0,\"8761\":4954.58,\"8762\":1544.4,\"8763\":1696.64,\"8764\":131.6,\"8765\":null,\"8766\":16558.0,\"8767\":17607.0,\"8768\":5011.6,\"8769\":16720.05,\"8770\":16991.6,\"8771\":11892.74,\"8772\":12534.15,\"8773\":1227.01,\"8774\":13070.6,\"8775\":12793.1,\"8776\":null,\"8777\":19352.16,\"8778\":19288.03,\"8779\":19336.98,\"8780\":2714.4,\"8781\":466.4,\"8782\":null,\"8783\":2066.0,\"8784\":1352.2,\"8785\":null,\"8786\":7184.6,\"8787\":6526.0,\"8788\":356.73,\"8789\":2199.02,\"8790\":327.98,\"8791\":2204.0,\"8792\":1260.98,\"8793\":13347.16,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":284.53,\"8799\":752.4,\"8800\":null,\"8801\":375.76,\"8802\":780.6,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5342.7,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4493.74,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":6557.83,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":480.55,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19937.41,\"8841\":19926.36,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":1.05,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1356.52,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4722.48,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3861.0,\"8929\":2468.4,\"8930\":5878.8,\"8931\":53034.48,\"8932\":5688.0,\"8933\":4440.53,\"8934\":708.95,\"8935\":104.46,\"8936\":null,\"8937\":431.61,\"8938\":13200.0,\"8939\":null,\"8940\":191.4,\"8941\":2155.39,\"8942\":1724.58,\"8943\":771.21,\"8944\":3723.3,\"8945\":810.0,\"8946\":17232.0,\"8947\":60660.96,\"8948\":375801.02,\"8949\":15312.0,\"8950\":1609.74,\"8951\":18097.24,\"8952\":34130.35,\"8953\":8195.0,\"8954\":633.08,\"8955\":3700.16,\"8956\":845.68,\"8957\":16099.4,\"8958\":616.66,\"8959\":null,\"8960\":null,\"8961\":28095.31,\"8962\":null,\"8963\":5493.85,\"8964\":942.77,\"8965\":247246.98,\"8966\":158649.19,\"8967\":6787.24,\"8968\":260210.0,\"8969\":null,\"8970\":null,\"8971\":17569.3,\"8972\":395969.61,\"8973\":16115.35,\"8974\":null,\"8975\":null,\"8976\":11893.19,\"8977\":17084.68,\"8978\":94810.38,\"8979\":1168.72,\"8980\":1326.21,\"8981\":582.83,\"8982\":null,\"8983\":null,\"8984\":2411.78,\"8985\":723.76,\"8986\":427.09,\"8987\":31283.07,\"8988\":1428.13,\"8989\":1953.6,\"8990\":14724.6,\"8991\":869.28,\"8992\":1116262.0800000001,\"8993\":469962.82,\"8994\":684.0,\"8995\":6912.4,\"8996\":7602.42,\"8997\":826.43,\"8998\":182930.0,\"8999\":531.0,\"9000\":14832.0,\"9001\":40347.64,\"9002\":64701.96,\"9003\":164846.29,\"9004\":640.0,\"9005\":404432.0,\"9006\":null,\"9007\":34282.61,\"9008\":5662.61,\"9009\":531.17,\"9010\":689.08,\"9011\":1708.35,\"9012\":81346.11,\"9013\":2232.66,\"9014\":505.82,\"9015\":944.46,\"9016\":927.81,\"9017\":9195.6,\"9018\":412.44,\"9019\":null,\"9020\":7616.54,\"9021\":2115.0,\"9022\":5160.08,\"9023\":9724.8,\"9024\":374.48,\"9025\":2340.0,\"9026\":260.7,\"9027\":260.54,\"9028\":29870.66,\"9029\":50006.17,\"9030\":null,\"9031\":1000091.13,\"9032\":null,\"9033\":820376.9399999999,\"9034\":1614.96,\"9035\":481.8,\"9036\":1191.96,\"9037\":1015.2,\"9038\":336325.5,\"9039\":66738.68,\"9040\":154981.43,\"9041\":133709.98,\"9042\":95534.99,\"9043\":null,\"9044\":791.28,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":null,\"9050\":155781.23,\"9051\":164289.25,\"9052\":19825.16,\"9053\":17896.92,\"9054\":null,\"9055\":44808.41,\"9056\":47889.61,\"9057\":658.8,\"9058\":75595.57,\"9059\":725.51,\"9060\":null,\"9061\":2786.46,\"9062\":30133.17,\"9063\":56824.53,\"9064\":19309.44,\"9065\":652.5,\"9066\":10026.0,\"9067\":null,\"9068\":43.2,\"9069\":6784.31,\"9070\":349.54,\"9071\":0.75,\"9072\":3680.0,\"9073\":5393.74,\"9074\":1566.24,\"9075\":1809.72,\"9076\":122.36,\"9077\":9221.0,\"9078\":13208.0,\"9079\":5126.0,\"9080\":17758.82,\"9081\":15188.97,\"9082\":10224.51,\"9083\":10222.87,\"9084\":714.71,\"9085\":12982.1,\"9086\":12700.8,\"9087\":null,\"9088\":19747.69,\"9089\":19326.58,\"9090\":19611.52,\"9091\":6480.0,\"9092\":480.6,\"9093\":10190.2,\"9094\":8502.0,\"9095\":1477.2,\"9096\":null,\"9097\":7183.7,\"9098\":4599.0,\"9099\":356.73,\"9100\":2262.31,\"9101\":326.14,\"9102\":2640.0,\"9103\":692.04,\"9104\":12498.5,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":1287.73,\"9110\":737.22,\"9111\":null,\"9112\":443.96,\"9113\":436.8,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5604.8,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3885.39,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":1987.75,\"9128\":null,\"9129\":null,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":2298.98,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19860.68,\"9152\":19939.93,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":0.15,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1247.73,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2087.83,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3864.67,\"9239\":2461.8,\"9240\":null,\"9241\":404302.31,\"9242\":8766.0,\"9243\":5840.05,\"9244\":707.96,\"9245\":null,\"9246\":30.0,\"9247\":428.4,\"9248\":13728.0,\"9249\":17363.98,\"9250\":191.4,\"9251\":2157.21,\"9252\":1760.55,\"9253\":793.35,\"9254\":808.0,\"9255\":17804.0,\"9256\":60644.66,\"9257\":499196.22,\"9258\":11032.0,\"9259\":603.9,\"9260\":11139.38,\"9261\":29390.46,\"9262\":8184.0,\"9263\":433.84,\"9264\":3700.48,\"9265\":837.3,\"9266\":28026.16,\"9267\":612.26,\"9268\":null,\"9269\":null,\"9270\":24173.26,\"9271\":null,\"9272\":4689.9,\"9273\":942.77,\"9274\":255000.0,\"9275\":5815.72,\"9276\":186530.0,\"9277\":null,\"9278\":16325.15,\"9279\":395916.9,\"9280\":14294.55,\"9281\":9919.8,\"9282\":null,\"9283\":12863.26,\"9284\":12106.79,\"9285\":115046.25,\"9286\":1373.86,\"9287\":1392.97,\"9288\":576.83,\"9289\":128315.0,\"9290\":null,\"9291\":2520.46,\"9292\":727.89,\"9293\":424.76,\"9294\":62771.97,\"9295\":90798.13,\"9296\":3950.23,\"9297\":2757.0,\"9298\":null,\"9299\":883.99,\"9300\":1175491.3500000001,\"9301\":600522.8,\"9302\":390.0,\"9303\":6905.8,\"9304\":7596.27,\"9305\":826.43,\"9306\":174750.0,\"9307\":580.88,\"9308\":14364.0,\"9309\":35609.57,\"9310\":64694.0,\"9311\":98564.02,\"9312\":null,\"9313\":null,\"9314\":573814.25,\"9315\":null,\"9316\":39312.74,\"9317\":null,\"9318\":577.63,\"9319\":693.54,\"9320\":2290.5,\"9321\":81094.68,\"9322\":2224.05,\"9323\":542.82,\"9324\":null,\"9325\":1108.71,\"9326\":9123.6,\"9327\":411.48,\"9328\":1908.82,\"9329\":7016.8,\"9330\":4354.65,\"9331\":null,\"9332\":12192.0,\"9333\":371.38,\"9334\":2686.2,\"9335\":null,\"9336\":271.32,\"9337\":29445.62,\"9338\":47428.87,\"9339\":null,\"9340\":29370.7,\"9341\":null,\"9342\":820183.22,\"9343\":1395.48,\"9344\":759.88,\"9345\":1132.02,\"9346\":1317.6,\"9347\":179673.27,\"9348\":null,\"9349\":124271.17,\"9350\":140464.08,\"9351\":72566.92,\"9352\":59.0,\"9353\":790.72,\"9354\":null,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54612.43,\"9359\":157294.91,\"9360\":163848.95,\"9361\":null,\"9362\":8196.71,\"9363\":44648.22,\"9364\":47509.68,\"9365\":657.96,\"9366\":76625.94,\"9367\":639.84,\"9368\":919.6,\"9369\":1764.67,\"9370\":28146.62,\"9371\":null,\"9372\":50882.44,\"9373\":19319.97,\"9374\":651.81,\"9375\":14914.8,\"9376\":53.4,\"9377\":43.2,\"9378\":6755.76,\"9379\":417.65,\"9380\":null,\"9381\":3200.0,\"9382\":9544.58,\"9383\":1523.88,\"9384\":1735.36,\"9385\":343.46,\"9386\":9822.0,\"9387\":19526.0,\"9388\":4934.6,\"9389\":19819.14,\"9390\":16731.86,\"9391\":11168.18,\"9392\":11842.8,\"9393\":397.47,\"9394\":13237.1,\"9395\":12944.7,\"9396\":null,\"9397\":19735.85,\"9398\":19634.27,\"9399\":19618.35,\"9400\":492.0,\"9401\":16666.8,\"9402\":4690.0,\"9403\":null,\"9404\":1769.4,\"9405\":null,\"9406\":7179.7,\"9407\":5515.0,\"9408\":356.73,\"9409\":1789.11,\"9410\":366.16,\"9411\":2603.0,\"9412\":329.48,\"9413\":12130.63,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":482.53,\"9419\":755.04,\"9420\":null,\"9421\":789.8,\"9422\":874.2,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5314.3,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4815.13,\"9433\":null,\"9434\":null,\"9435\":2304.29,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.71,\"9442\":null,\"9443\":3052.59,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19948.54,\"9460\":19946.85,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1485.06,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4668.43,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3853.67,\"9547\":null,\"9548\":7252.8,\"9549\":374314.77,\"9550\":10497.6,\"9551\":8390.09,\"9552\":709.83,\"9553\":6.25,\"9554\":null,\"9555\":426.43,\"9556\":12859.0,\"9557\":null,\"9558\":191.4,\"9559\":384.78,\"9560\":1785.3,\"9561\":790.34,\"9562\":809.0,\"9563\":16180.0,\"9564\":60168.68,\"9565\":495283.91,\"9566\":2219.91,\"9567\":10979.44,\"9568\":50052.96,\"9569\":8158.33,\"9570\":909.36,\"9571\":3701.76,\"9572\":867.34,\"9573\":29507.52,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":28087.37,\"9578\":7190.0,\"9579\":5557.27,\"9580\":942.77,\"9581\":255000.0,\"9582\":6847.91,\"9583\":null,\"9584\":null,\"9585\":25925.83,\"9586\":396367.29,\"9587\":17417.08,\"9588\":null,\"9589\":null,\"9590\":15910.43,\"9591\":8167.98,\"9592\":null,\"9593\":1313.41,\"9594\":1344.36,\"9595\":589.71,\"9596\":160160.0,\"9597\":null,\"9598\":2536.1,\"9599\":682.12,\"9600\":415.86,\"9601\":76321.54,\"9602\":null,\"9603\":3419.59,\"9604\":2492.4,\"9605\":14700.4,\"9606\":873.87,\"9607\":1167040.75,\"9608\":103271.0,\"9609\":972.0,\"9610\":6938.8,\"9611\":7587.56,\"9612\":824.54,\"9613\":185590.0,\"9614\":528.6,\"9615\":9972.0,\"9616\":35355.39,\"9617\":54815.86,\"9618\":103062.84,\"9619\":1931.0,\"9620\":594280.7,\"9621\":38878.8,\"9622\":3213.91,\"9623\":null,\"9624\":null,\"9625\":2608.35,\"9626\":81000.69,\"9627\":2225.77,\"9628\":532.85,\"9629\":null,\"9630\":875.94,\"9631\":10118.4,\"9632\":411.72,\"9633\":null,\"9634\":783.0,\"9635\":19629.26,\"9636\":4350.15,\"9637\":19823.51,\"9638\":1689.6,\"9639\":366.37,\"9640\":2656.8,\"9641\":174.9,\"9642\":335.65,\"9643\":29591.5,\"9644\":50201.84,\"9645\":null,\"9646\":901610.37,\"9647\":null,\"9648\":819999.72,\"9649\":1220.1,\"9650\":784.74,\"9651\":1108.34,\"9652\":1483.2,\"9653\":272231.8,\"9654\":66121.15,\"9655\":123711.01,\"9656\":73279.48,\"9657\":72381.98,\"9658\":null,\"9659\":787.78,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55126.04,\"9664\":69404.58,\"9665\":105055.95,\"9666\":null,\"9667\":null,\"9668\":45087.52,\"9669\":47594.79,\"9670\":661.41,\"9671\":76495.67,\"9672\":695.83,\"9673\":null,\"9674\":2715.07,\"9675\":17968.84,\"9676\":56232.23,\"9677\":19323.73,\"9678\":652.11,\"9679\":16642.8,\"9680\":null,\"9681\":43.2,\"9682\":6767.81,\"9683\":337.85,\"9684\":100.81,\"9685\":4480.0,\"9686\":9565.92,\"9687\":1506.84,\"9688\":1639.88,\"9689\":138.86,\"9690\":9129.0,\"9691\":12891.0,\"9692\":3828.0,\"9693\":15781.49,\"9694\":17824.95,\"9695\":10223.22,\"9696\":10226.8,\"9697\":1090.61,\"9698\":12362.1,\"9699\":12099.2,\"9700\":null,\"9701\":19748.17,\"9702\":19638.14,\"9703\":19500.48,\"9704\":512.4,\"9705\":11473.2,\"9706\":9774.0,\"9707\":2151.55,\"9708\":1801.26,\"9709\":null,\"9710\":7134.4,\"9711\":5415.0,\"9712\":356.73,\"9713\":1954.14,\"9714\":323.61,\"9715\":2619.0,\"9716\":1344.25,\"9717\":15907.0,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":716.1,\"9724\":550.44,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5199.2,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3914.09,\"9735\":null,\"9736\":null,\"9737\":3424.67,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":2499.16,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19793.93,\"9762\":19904.26,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":1.05,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1308.23,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2711.13,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3853.67,\"9848\":2395.8,\"9849\":7249.2,\"9850\":286410.88,\"9851\":10494.0,\"9852\":7318.9,\"9853\":710.27,\"9854\":null,\"9855\":null,\"9856\":349.8,\"9857\":11440.0,\"9858\":null,\"9859\":198.0,\"9860\":2172.72,\"9861\":1756.59,\"9862\":759.1,\"9863\":809.0,\"9864\":461292.23,\"9865\":null,\"9866\":9994.28,\"9867\":43090.06,\"9868\":8063.0,\"9869\":869.69,\"9870\":3700.8,\"9871\":867.35,\"9872\":19570.17,\"9873\":598.4,\"9874\":null,\"9875\":null,\"9876\":30048.56,\"9877\":12252.0,\"9878\":4900.57,\"9879\":942.77,\"9880\":255000.0,\"9881\":6146.72,\"9882\":null,\"9883\":507420.0,\"9884\":null,\"9885\":17940.94,\"9886\":397841.79,\"9887\":20726.59,\"9888\":10164.0,\"9889\":null,\"9890\":13994.78,\"9891\":100514.76,\"9892\":1748.74,\"9893\":1517.8,\"9894\":579.33,\"9895\":204655.0,\"9896\":null,\"9897\":2403.96,\"9898\":725.72,\"9899\":409.77,\"9900\":45556.64,\"9901\":3267.73,\"9902\":2425.8,\"9903\":12777.6,\"9904\":873.15,\"9905\":1170857.6899999999,\"9906\":600440.12,\"9907\":6778.2,\"9908\":6610.35,\"9909\":826.32,\"9910\":184510.0,\"9911\":573.35,\"9912\":11520.0,\"9913\":64387.65,\"9914\":33709.48,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":39095.22,\"9920\":3673.04,\"9921\":590.83,\"9922\":681.98,\"9923\":3589.35,\"9924\":81027.03,\"9925\":2218.88,\"9926\":392.14,\"9927\":781.2,\"9928\":1139.98,\"9929\":10051.2,\"9930\":411.6,\"9931\":1583.82,\"9932\":19608.46,\"9933\":4394.25,\"9934\":19261.74,\"9935\":367.55,\"9936\":282.83,\"9937\":250.8,\"9938\":344.48,\"9939\":29726.84,\"9940\":45607.57,\"9941\":null,\"9942\":609592.62,\"9943\":null,\"9944\":819958.13,\"9945\":1598.76,\"9946\":232.76,\"9947\":1080.29,\"9948\":1053.0,\"9949\":null,\"9950\":176643.07,\"9951\":123811.41,\"9952\":72653.5,\"9953\":72477.17,\"9954\":null,\"9955\":798.28,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":40112.44,\"9960\":null,\"9961\":95543.25,\"9962\":null,\"9963\":45180.78,\"9964\":47862.3,\"9965\":627.54,\"9966\":76510.24,\"9967\":560.62,\"9968\":10425.8,\"9969\":2804.48},\"Values_Hour03\":{\"0\":19705.21,\"1\":651.15,\"2\":6897.6,\"3\":17917.11,\"4\":90.6,\"5\":null,\"6\":6764.01,\"7\":389.66,\"8\":7120.0,\"9\":4690.51,\"10\":1213.2,\"11\":1722.16,\"12\":163.16,\"13\":11268.0,\"14\":10710.0,\"15\":3097.6,\"16\":8352.14,\"17\":22579.66,\"18\":10170.43,\"19\":10225.91,\"20\":1049.4,\"21\":15807.0,\"22\":15465.2,\"23\":null,\"24\":1647.1,\"25\":12888.0,\"26\":19754.28,\"27\":10333.9,\"28\":19453.55,\"29\":8694.14,\"30\":8143.46,\"31\":14399.83,\"32\":8702.27,\"33\":553.2,\"34\":10824.7,\"35\":4756.0,\"36\":null,\"37\":2503.7,\"38\":null,\"39\":4147.7,\"40\":217.89,\"41\":2422.1,\"42\":343.39,\"43\":2442.0,\"44\":1480.52,\"45\":13619.29,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":800.58,\"52\":352.88,\"53\":null,\"54\":null,\"55\":295.2,\"56\":null,\"57\":6741.9,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4843.83,\"63\":null,\"64\":null,\"65\":null,\"66\":5010.16,\"67\":null,\"68\":24213.62,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":8538.63,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5484.52,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14542.28,\"92\":15134.63,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1423.9,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2369.4,\"173\":7250.4,\"174\":277948.4,\"175\":5392.8,\"176\":3437.14,\"177\":468.05,\"178\":null,\"179\":396.94,\"180\":13651.0,\"181\":19556.03,\"182\":null,\"183\":2988.32,\"184\":1773.75,\"185\":695.43,\"186\":2356.2,\"187\":1261.0,\"188\":15760.0,\"189\":60148.69,\"190\":474640.84,\"191\":15432.0,\"192\":1433.52,\"193\":9969.64,\"194\":57713.48,\"195\":6306.67,\"196\":927.19,\"197\":705.38,\"198\":12960.43,\"199\":3699.84,\"200\":1876.41,\"201\":15600.62,\"202\":570.68,\"203\":99616.93,\"204\":null,\"205\":15304.14,\"206\":null,\"207\":5813.39,\"208\":938.8,\"209\":245493.52,\"210\":null,\"211\":7009.67,\"212\":null,\"213\":509620.0,\"214\":489822.1,\"215\":null,\"216\":24387.65,\"217\":326330.95,\"218\":17700.0,\"219\":18625.2,\"220\":23622.44,\"221\":8846.23,\"222\":11533.26,\"223\":108781.04,\"224\":939.57,\"225\":1567.49,\"226\":188283.3,\"227\":null,\"228\":2561.17,\"229\":1330.19,\"230\":403.84,\"231\":31454.51,\"232\":90258.2,\"233\":3973.99,\"234\":2883.6,\"235\":null,\"236\":914.29,\"237\":895831.78,\"238\":600471.45,\"239\":450.0,\"240\":7528.4,\"241\":4620.6,\"242\":821.26,\"243\":186870.0,\"244\":658.41,\"245\":14508.0,\"246\":19490.65,\"247\":60146.0,\"248\":69294.99,\"249\":null,\"250\":null,\"251\":null,\"252\":466028.88,\"253\":null,\"254\":null,\"255\":7652.17,\"256\":616.04,\"257\":668.12,\"258\":4002.3,\"259\":81308.85,\"260\":1062.1,\"261\":545.29,\"262\":779.4,\"263\":884.76,\"264\":4754.4,\"265\":424.44,\"266\":null,\"267\":null,\"268\":8021.7,\"269\":19628.8,\"270\":10843.2,\"271\":null,\"272\":212.06,\"273\":2543.4,\"274\":287.07,\"275\":30013.12,\"276\":25615.87,\"277\":null,\"278\":null,\"279\":823201.04,\"280\":965.46,\"281\":770.22,\"282\":1241.08,\"283\":3177.0,\"284\":428777.05,\"285\":39288.51,\"286\":172660.97,\"287\":null,\"288\":null,\"289\":126257.1,\"290\":826.7,\"291\":703.55,\"292\":null,\"293\":null,\"294\":null,\"295\":64494.78,\"296\":160912.99,\"297\":165536.15,\"298\":7768.42,\"299\":null,\"300\":15322.67,\"301\":null,\"302\":45039.1,\"303\":48185.12,\"304\":631.62,\"305\":75594.85,\"306\":711.87,\"307\":6223.8,\"308\":2845.12,\"309\":23708.59,\"310\":51572.12,\"311\":null,\"312\":19761.21,\"313\":654.66,\"314\":7387.2,\"315\":17130.3,\"316\":null,\"317\":7149.6,\"318\":6738.77,\"319\":359.5,\"320\":1040.0,\"321\":9158.5,\"322\":1209.36,\"323\":1673.76,\"324\":162.23,\"325\":16977.0,\"326\":12930.0,\"327\":3040.4,\"328\":7439.29,\"329\":22340.98,\"330\":10208.08,\"331\":10220.72,\"332\":172.63,\"333\":15710.1,\"334\":15353.8,\"335\":null,\"336\":1582.3,\"337\":13878.0,\"338\":19749.13,\"339\":10332.15,\"340\":19451.96,\"341\":6147.57,\"342\":6106.13,\"343\":6088.79,\"344\":6423.82,\"345\":547.5,\"346\":9923.8,\"347\":7780.0,\"348\":null,\"349\":2570.4,\"350\":null,\"351\":4029.3,\"352\":217.89,\"353\":2280.27,\"354\":342.93,\"355\":2442.0,\"356\":1273.21,\"357\":13257.55,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":51.33,\"363\":774.84,\"364\":317.24,\"365\":null,\"366\":null,\"367\":6528.4,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":9785.22,\"373\":null,\"374\":null,\"375\":5391.46,\"376\":null,\"377\":17596.39,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":10139.81,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":5231.88,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19916.82,\"401\":19937.49,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1408.61,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":9.9,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2303.4,\"482\":7245.6,\"483\":13902.0,\"484\":4417.2,\"485\":3438.2,\"486\":470.14,\"487\":null,\"488\":396.92,\"489\":14080.0,\"490\":19564.68,\"491\":null,\"492\":3024.62,\"493\":1779.03,\"494\":649.4,\"495\":1363.5,\"496\":1330.0,\"497\":16564.0,\"498\":60107.22,\"499\":504309.69,\"500\":14120.0,\"501\":1035.21,\"502\":9967.29,\"503\":56422.13,\"504\":4282.67,\"505\":854.45,\"506\":717.96,\"507\":6364.08,\"508\":3699.2,\"509\":1829.34,\"510\":14456.96,\"511\":577.72,\"512\":55499.69,\"513\":null,\"514\":15300.53,\"515\":null,\"516\":9860.94,\"517\":939.79,\"518\":245337.15,\"519\":9954.4,\"520\":null,\"521\":510090.0,\"522\":60541.64,\"523\":null,\"524\":19480.03,\"525\":33511.08,\"526\":null,\"527\":18812.2,\"528\":24352.09,\"529\":8847.11,\"530\":11163.28,\"531\":null,\"532\":786.6,\"533\":2059.91,\"534\":188796.62,\"535\":null,\"536\":2495.5,\"537\":1328.31,\"538\":407.33,\"539\":29478.53,\"540\":3992.1,\"541\":2615.4,\"542\":77.89,\"543\":905.52,\"544\":895460.83,\"545\":599584.55,\"546\":438.0,\"547\":7290.8,\"548\":4606.65,\"549\":832.04,\"550\":null,\"551\":680.05,\"552\":14040.0,\"553\":null,\"554\":60207.12,\"555\":69767.97,\"556\":164972.11,\"557\":2652.0,\"558\":null,\"559\":467312.98,\"560\":43547.74,\"561\":6121.74,\"562\":592.81,\"563\":668.99,\"564\":3943.8,\"565\":80247.25,\"566\":1060.38,\"567\":527.14,\"568\":736.74,\"569\":772.46,\"570\":4429.2,\"571\":null,\"572\":null,\"573\":8049.15,\"574\":19571.2,\"575\":9724.8,\"576\":1297.34,\"577\":361.88,\"578\":2508.0,\"579\":249.69,\"580\":29490.2,\"581\":25604.77,\"582\":1232993.5800000001,\"583\":null,\"584\":647991.48,\"585\":962.46,\"586\":806.96,\"587\":1959.75,\"588\":2901.6,\"589\":null,\"590\":38666.83,\"591\":249397.36,\"592\":null,\"593\":66650.68,\"594\":225675.02,\"595\":null,\"596\":72114.44,\"597\":795.62,\"598\":null,\"599\":null,\"600\":null,\"601\":null,\"602\":64226.49,\"603\":155470.7,\"604\":170531.15,\"605\":7760.55,\"606\":101545.78,\"607\":15290.4,\"608\":45057.8,\"609\":47879.09,\"610\":687.87,\"611\":75507.02,\"612\":null,\"613\":9664.6,\"614\":2772.23,\"615\":24032.43,\"616\":55886.25,\"617\":47633.44,\"618\":19738.97,\"619\":652.74,\"620\":7387.2,\"621\":14373.25,\"622\":null,\"623\":4730.4,\"624\":6788.1,\"625\":1280.0,\"626\":9233.15,\"627\":1227.96,\"628\":1635.92,\"629\":150.87,\"630\":11461.0,\"631\":15756.0,\"632\":2992.0,\"633\":9420.46,\"634\":27291.19,\"635\":19647.3,\"636\":19713.12,\"637\":2168.91,\"638\":15652.3,\"639\":15319.1,\"640\":null,\"641\":1830.1,\"642\":11268.0,\"643\":19743.82,\"644\":10328.18,\"645\":19450.56,\"646\":5949.37,\"647\":5292.86,\"648\":5076.39,\"649\":6417.96,\"650\":547.7,\"651\":12944.5,\"652\":7426.0,\"653\":2374.5,\"654\":null,\"655\":4144.8,\"656\":217.89,\"657\":2237.12,\"658\":342.93,\"659\":2395.0,\"660\":1519.25,\"661\":14217.47,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":39.6,\"667\":900.24,\"668\":287.76,\"669\":null,\"670\":null,\"671\":null,\"672\":6366.9,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5193.91,\"678\":null,\"679\":null,\"680\":5355.95,\"681\":null,\"682\":16173.7,\"683\":null,\"684\":null,\"685\":null,\"686\":1.73,\"687\":null,\"688\":6635.79,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":6427.28,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":17947.78,\"706\":18837.89,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1561.34,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2409.0,\"786\":7246.8,\"787\":14764.0,\"788\":4420.8,\"789\":2943.48,\"790\":468.05,\"791\":null,\"792\":396.89,\"793\":14146.0,\"794\":19557.1,\"795\":191.4,\"796\":1766.49,\"797\":1771.11,\"798\":716.04,\"799\":2650.5,\"800\":1347.0,\"801\":17608.0,\"802\":60148.71,\"803\":503314.79,\"804\":14304.0,\"805\":1419.0,\"806\":9961.18,\"807\":58646.96,\"808\":6457.0,\"809\":852.44,\"810\":714.2,\"811\":4869.08,\"812\":3700.16,\"813\":2007.08,\"814\":22247.38,\"815\":583.0,\"816\":49766.51,\"817\":null,\"818\":null,\"819\":null,\"820\":6782.11,\"821\":939.79,\"822\":244327.5,\"823\":8464.17,\"824\":null,\"825\":null,\"826\":119830.07,\"827\":null,\"828\":19031.43,\"829\":33144.44,\"830\":16788.0,\"831\":18546.0,\"832\":22328.08,\"833\":8851.34,\"834\":11308.74,\"835\":null,\"836\":732.57,\"837\":1616.12,\"838\":204013.29,\"839\":null,\"840\":2481.24,\"841\":1327.52,\"842\":384.34,\"843\":29502.33,\"844\":4008.24,\"845\":1888.2,\"846\":69.62,\"847\":915.61,\"848\":895825.48,\"849\":601457.87,\"850\":432.0,\"851\":7235.8,\"852\":8313.73,\"853\":829.18,\"854\":205100.0,\"855\":682.57,\"856\":16308.0,\"857\":61563.17,\"858\":69976.17,\"859\":165091.82,\"860\":25.0,\"861\":402454.0,\"862\":455320.03,\"863\":null,\"864\":43829.02,\"865\":null,\"866\":638.09,\"867\":689.36,\"868\":4004.7,\"869\":81292.98,\"870\":1062.1,\"871\":540.28,\"872\":723.06,\"873\":818.77,\"874\":4551.6,\"875\":433.44,\"876\":1584.0,\"877\":6772.95,\"878\":19667.2,\"879\":9172.8,\"880\":348.28,\"881\":2462.4,\"882\":null,\"883\":234.11,\"884\":29290.3,\"885\":50235.41,\"886\":774391.02,\"887\":null,\"888\":541697.59,\"889\":963.48,\"890\":754.6,\"891\":1327.3,\"892\":2570.4,\"893\":null,\"894\":428472.8,\"895\":458823.37,\"896\":null,\"897\":151999.03,\"898\":71385.2,\"899\":125282.0,\"900\":794.22,\"901\":1363.81,\"902\":null,\"903\":null,\"904\":null,\"905\":64166.59,\"906\":162269.59,\"907\":169025.25,\"908\":3855.26,\"909\":101515.79,\"910\":14783.12,\"911\":45295.59,\"912\":48091.99,\"913\":671.34,\"914\":76695.79,\"915\":1035.87,\"916\":9526.0,\"917\":2776.02,\"918\":29637.18,\"919\":null,\"920\":55890.85,\"921\":56013.21,\"922\":18996.35,\"923\":651.63,\"924\":7308.0,\"925\":4466.4,\"926\":6790.41,\"927\":null,\"928\":80.0,\"929\":9417.07,\"930\":1202.88,\"931\":1675.08,\"932\":158.27,\"933\":10398.0,\"934\":13144.0,\"935\":2917.2,\"936\":7934.33,\"937\":25599.56,\"938\":13499.22,\"939\":14174.92,\"940\":415.8,\"941\":15286.2,\"942\":14952.8,\"943\":null,\"944\":1509.2,\"945\":13230.0,\"946\":19743.9,\"947\":10327.73,\"948\":18584.17,\"949\":516.0,\"950\":11282.7,\"951\":2016.0,\"952\":2115.6,\"953\":null,\"954\":4260.0,\"955\":217.89,\"956\":2223.8,\"957\":342.01,\"958\":2348.0,\"959\":1181.78,\"960\":null,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":4.4,\"966\":910.8,\"967\":298.32,\"968\":1202.4,\"969\":null,\"970\":null,\"971\":null,\"972\":6235.5,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4884.0,\"978\":null,\"979\":null,\"980\":4234.57,\"981\":null,\"982\":108268.92,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":6706.11,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":5165.69,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":15861.69,\"1006\":16596.69,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1386.11,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":3.3,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2349.6,\"1087\":7230.0,\"1088\":415403.48,\"1089\":4413.6,\"1090\":3441.06,\"1091\":687.61,\"1092\":null,\"1093\":null,\"1094\":396.83,\"1095\":12859.0,\"1096\":19558.03,\"1097\":null,\"1098\":3057.62,\"1099\":1791.24,\"1100\":719.06,\"1101\":5303.7,\"1102\":1520.0,\"1103\":22168.0,\"1104\":60612.44,\"1105\":494283.76,\"1106\":14704.0,\"1107\":1349.04,\"1108\":12034.25,\"1109\":54660.15,\"1110\":6354.33,\"1111\":910.8,\"1112\":736.15,\"1113\":3699.2,\"1114\":2049.71,\"1115\":13978.26,\"1116\":570.68,\"1117\":null,\"1118\":15213.15,\"1119\":null,\"1120\":6092.81,\"1121\":939.79,\"1122\":240029.27,\"1123\":null,\"1124\":7556.21,\"1125\":null,\"1126\":505930.0,\"1127\":null,\"1128\":null,\"1129\":20000.3,\"1130\":305490.44,\"1131\":16188.0,\"1132\":18629.6,\"1133\":22939.8,\"1134\":8782.69,\"1135\":11047.55,\"1136\":null,\"1137\":760.72,\"1138\":1519.42,\"1139\":98779.98,\"1140\":null,\"1141\":2389.47,\"1142\":764.9,\"1143\":406.92,\"1144\":27554.8,\"1145\":2350.95,\"1146\":2196.6,\"1147\":80.84,\"1148\":933.08,\"1149\":868090.15,\"1150\":599227.6899999999,\"1151\":354.0,\"1152\":6707.8,\"1153\":8314.15,\"1154\":818.18,\"1155\":205120.0,\"1156\":690.87,\"1157\":14472.0,\"1158\":null,\"1159\":61386.75,\"1160\":69543.41,\"1161\":162866.67,\"1162\":null,\"1163\":307556.0,\"1164\":452598.9,\"1165\":null,\"1166\":null,\"1167\":577.1,\"1168\":670.93,\"1169\":3978.0,\"1170\":81349.38,\"1171\":1062.1,\"1172\":480.35,\"1173\":752.4,\"1174\":841.2,\"1175\":4022.4,\"1176\":432.24,\"1177\":6944.35,\"1178\":8064.9,\"1179\":19648.0,\"1180\":3504.0,\"1181\":357.46,\"1182\":2254.8,\"1183\":102.3,\"1184\":335.32,\"1185\":30145.48,\"1186\":48583.21,\"1187\":48799.72,\"1188\":null,\"1189\":704264.79,\"1190\":996.36,\"1191\":820.16,\"1192\":1284.89,\"1193\":2570.4,\"1194\":33387.07,\"1195\":632203.6899999999,\"1196\":538702.16,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72467.53,\"1201\":795.48,\"1202\":1391.1,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":64559.28,\"1207\":163869.31,\"1208\":170079.75,\"1209\":3855.88,\"1210\":null,\"1211\":14797.35,\"1212\":45103.96,\"1213\":48263.74,\"1214\":null,\"1215\":75457.67,\"1216\":784.5,\"1217\":10832.8,\"1218\":2851.43,\"1219\":30963.11,\"1220\":48844.36,\"1221\":55642.21,\"1222\":19536.1,\"1223\":650.58,\"1224\":6080.4,\"1225\":6626.4,\"1226\":6779.36,\"1227\":null,\"1228\":80.0,\"1229\":9552.89,\"1230\":752.88,\"1231\":1735.36,\"1232\":158.14,\"1233\":9300.0,\"1234\":12321.0,\"1235\":2917.2,\"1236\":5106.68,\"1237\":21612.74,\"1238\":10206.15,\"1239\":10216.86,\"1240\":696.37,\"1241\":15003.2,\"1242\":14666.6,\"1243\":null,\"1244\":1601.9,\"1245\":12600.0,\"1246\":19751.61,\"1247\":10334.64,\"1248\":19600.27,\"1249\":521.3,\"1250\":10603.9,\"1251\":2146.0,\"1252\":null,\"1253\":2025.3,\"1254\":null,\"1255\":3999.8,\"1256\":217.89,\"1257\":2142.02,\"1258\":341.32,\"1259\":2304.0,\"1260\":1326.37,\"1261\":12569.97,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":762.96,\"1268\":null,\"1269\":273.68,\"1270\":1144.8,\"1271\":null,\"1272\":446.88,\"1273\":null,\"1274\":6107.3,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4660.17,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":3439.35,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":5420.0,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4743.45,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":16952.82,\"1307\":17314.83,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1349.81,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2211.0,\"1386\":7224.0,\"1387\":53106.69,\"1388\":3614.4,\"1389\":4535.01,\"1390\":698.5,\"1391\":20.06,\"1392\":null,\"1393\":405.02,\"1394\":14476.0,\"1395\":19471.62,\"1396\":191.4,\"1397\":3055.96,\"1398\":1723.92,\"1399\":726.12,\"1400\":2916.9,\"1401\":1325.0,\"1402\":20156.0,\"1403\":60464.67,\"1404\":493937.65,\"1405\":13792.0,\"1406\":781.77,\"1407\":8114.14,\"1408\":44236.34,\"1409\":6273.67,\"1410\":908.21,\"1411\":733.34,\"1412\":3700.16,\"1413\":2055.96,\"1414\":25317.15,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15209.88,\"1419\":null,\"1420\":5657.89,\"1421\":938.8,\"1422\":239896.5,\"1423\":155722.63,\"1424\":6972.89,\"1425\":69096.0,\"1426\":null,\"1427\":null,\"1428\":null,\"1429\":18407.05,\"1430\":328395.78,\"1431\":15384.0,\"1432\":18605.4,\"1433\":21436.95,\"1434\":8724.0,\"1435\":11077.26,\"1436\":724.91,\"1437\":1470.99,\"1438\":null,\"1439\":173855.0,\"1440\":null,\"1441\":2497.8,\"1442\":415.88,\"1443\":26601.21,\"1444\":774.38,\"1445\":2172.0,\"1446\":59.0,\"1447\":908.68,\"1448\":890902.88,\"1449\":600241.09,\"1450\":528.0,\"1451\":6655.0,\"1452\":8298.17,\"1453\":815.54,\"1454\":136690.0,\"1455\":675.96,\"1456\":14220.0,\"1457\":24038.87,\"1458\":60566.24,\"1459\":68757.09,\"1460\":164615.27,\"1461\":null,\"1462\":401948.0,\"1463\":547780.64,\"1464\":null,\"1465\":591.1,\"1466\":686.2,\"1467\":3993.45,\"1468\":81291.09,\"1469\":1062.1,\"1470\":557.21,\"1471\":709.92,\"1472\":777.8,\"1473\":4327.2,\"1474\":431.4,\"1475\":null,\"1476\":13927.43,\"1477\":8060.4,\"1478\":19603.2,\"1479\":7982.4,\"1480\":372.7,\"1481\":2575.8,\"1482\":66.0,\"1483\":null,\"1484\":29401.2,\"1485\":25609.49,\"1486\":null,\"1487\":null,\"1488\":759667.51,\"1489\":1315.86,\"1490\":818.18,\"1491\":1273.74,\"1492\":2570.4,\"1493\":33633.96,\"1494\":711196.76,\"1495\":540241.7,\"1496\":null,\"1497\":253118.85,\"1498\":141606.94,\"1499\":124977.17,\"1500\":794.64,\"1501\":838.82,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":64712.93,\"1506\":163368.48,\"1507\":170814.2,\"1508\":1357.61,\"1509\":102005.71,\"1510\":14786.91,\"1511\":45151.44,\"1512\":48319.02,\"1513\":660.0,\"1514\":75456.41,\"1515\":745.94,\"1516\":9952.8,\"1517\":2863.02,\"1518\":31520.16,\"1519\":45765.36,\"1520\":56414.2,\"1521\":19315.69,\"1522\":649.95,\"1523\":8661.6,\"1524\":null,\"1525\":6324.0,\"1526\":6776.55,\"1527\":344.92,\"1528\":3440.0,\"1529\":9200.69,\"1530\":1112.52,\"1531\":1751.64,\"1532\":155.23,\"1533\":null,\"1534\":9221.0,\"1535\":12633.0,\"1536\":1964.6,\"1537\":6941.41,\"1538\":18342.78,\"1539\":10190.39,\"1540\":10218.1,\"1541\":534.75,\"1542\":14976.2,\"1543\":14638.8,\"1544\":null,\"1545\":1508.0,\"1546\":14346.0,\"1547\":19750.1,\"1548\":10333.29,\"1549\":19607.53,\"1550\":null,\"1551\":493.7,\"1552\":12045.2,\"1553\":2214.0,\"1554\":1934.7,\"1555\":null,\"1556\":4315.3,\"1557\":217.89,\"1558\":2705.52,\"1559\":341.09,\"1560\":2298.0,\"1561\":1449.78,\"1562\":12067.58,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":4.4,\"1568\":811.8,\"1569\":253.0,\"1570\":1116.3,\"1571\":null,\"1572\":null,\"1573\":null,\"1574\":5975.8,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4516.7,\"1580\":null,\"1581\":null,\"1582\":3293.04,\"1583\":null,\"1584\":15004.08,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":6043.3,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":4131.45,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":12919.86,\"1608\":13404.73,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1299.05,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2191.2,\"1690\":7202.4,\"1691\":20076.0,\"1692\":5864.4,\"1693\":null,\"1694\":688.38,\"1695\":null,\"1696\":null,\"1697\":404.73,\"1698\":12540.0,\"1699\":6265.66,\"1700\":198.0,\"1701\":2358.18,\"1702\":1749.33,\"1703\":712.4,\"1704\":2742.3,\"1705\":1530.0,\"1706\":20992.0,\"1707\":458297.81,\"1708\":501148.14,\"1709\":13744.0,\"1710\":1014.42,\"1711\":11937.11,\"1712\":38141.83,\"1713\":6281.0,\"1714\":942.43,\"1715\":710.41,\"1716\":3700.8,\"1717\":1994.65,\"1718\":26339.36,\"1719\":634.7,\"1720\":null,\"1721\":15306.68,\"1722\":6126.0,\"1723\":5394.5,\"1724\":939.79,\"1725\":158547.73,\"1726\":6696.56,\"1727\":69120.0,\"1728\":504840.0,\"1729\":null,\"1730\":null,\"1731\":16917.55,\"1732\":33638.58,\"1733\":15744.0,\"1734\":18506.4,\"1735\":23002.93,\"1736\":12947.16,\"1737\":11382.76,\"1738\":1162.1,\"1739\":1420.54,\"1740\":302280.0,\"1741\":null,\"1742\":2427.31,\"1743\":null,\"1744\":401.12,\"1745\":32346.75,\"1746\":3.41,\"1747\":2179.2,\"1748\":902.52,\"1749\":890585.16,\"1750\":524773.28,\"1751\":198.0,\"1752\":6602.2,\"1753\":8258.97,\"1754\":825.44,\"1755\":136660.0,\"1756\":669.34,\"1757\":12492.0,\"1758\":23839.96,\"1759\":60756.93,\"1760\":68694.4,\"1761\":164717.97,\"1762\":3.5,\"1763\":553542.42,\"1764\":null,\"1765\":7193.04,\"1766\":579.35,\"1767\":682.63,\"1768\":3995.25,\"1769\":349817.52,\"1770\":1062.1,\"1771\":526.09,\"1772\":772.74,\"1773\":494.85,\"1774\":4825.2,\"1775\":430.32,\"1776\":null,\"1777\":4352.85,\"1778\":19968.0,\"1779\":9585.6,\"1780\":null,\"1781\":375.94,\"1782\":1814.4,\"1783\":112.2,\"1784\":315.11,\"1785\":29330.05,\"1786\":25592.66,\"1787\":695055.91,\"1788\":null,\"1789\":578837.6,\"1790\":1275.48,\"1791\":null,\"1792\":1157.88,\"1793\":2570.4,\"1794\":50799.91,\"1795\":540703.2,\"1796\":null,\"1797\":415243.26,\"1798\":139509.13,\"1799\":0.06,\"1800\":794.36,\"1801\":734.3,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64118.54,\"1806\":160390.21,\"1807\":169990.95,\"1808\":3843.58,\"1809\":null,\"1810\":14740.26,\"1811\":45177.3,\"1812\":48049.67,\"1813\":642.27,\"1814\":76525.03,\"1815\":507.84,\"1816\":4947.8,\"1817\":2898.03,\"1818\":29359.32,\"1819\":30894.89,\"1820\":56859.1,\"1821\":16295.48,\"1822\":652.68,\"1823\":9702.0,\"1824\":null,\"1825\":4622.4,\"1826\":6771.93,\"1827\":402.2,\"1828\":null,\"1829\":4720.0,\"1830\":9090.08,\"1831\":1211.28,\"1832\":1689.6,\"1833\":156.42,\"1834\":9174.0,\"1835\":14472.0,\"1836\":3634.4,\"1837\":6948.75,\"1838\":19500.42,\"1839\":10168.55,\"1840\":10220.09,\"1841\":355.96,\"1842\":14110.7,\"1843\":13784.7,\"1844\":null,\"1845\":1501.9,\"1846\":13572.0,\"1847\":19744.0,\"1848\":10274.19,\"1849\":19603.6,\"1850\":472.0,\"1851\":16255.5,\"1852\":1898.0,\"1853\":1850.6,\"1854\":null,\"1855\":6626.9,\"1856\":217.89,\"1857\":2264.61,\"1858\":340.63,\"1859\":2253.0,\"1860\":1461.23,\"1861\":11905.87,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":748.44,\"1868\":null,\"1869\":247.72,\"1870\":622.2,\"1871\":null,\"1872\":null,\"1873\":196.32,\"1874\":null,\"1875\":5886.9,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4333.04,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":736.41,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":924.06,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":4272.05,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":15393.03,\"1909\":15975.04,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1307.41,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":777.03,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":null,\"1990\":7190.4,\"1991\":354868.43,\"1992\":6843.6,\"1993\":6388.0,\"1994\":690.14,\"1995\":14.43,\"1996\":null,\"1997\":404.69,\"1998\":14531.0,\"1999\":19495.53,\"2000\":204.6,\"2001\":3064.54,\"2002\":1715.01,\"2003\":761.54,\"2004\":2448.9,\"2005\":808.0,\"2006\":17128.0,\"2007\":60632.12,\"2008\":503504.14,\"2009\":12912.0,\"2010\":1254.66,\"2011\":4985.54,\"2012\":62372.74,\"2013\":6152.67,\"2014\":1143.1,\"2015\":710.82,\"2016\":3700.48,\"2017\":2070.01,\"2018\":21300.42,\"2019\":636.9,\"2020\":null,\"2021\":null,\"2022\":15309.17,\"2023\":8204.0,\"2024\":5158.09,\"2025\":940.78,\"2026\":155596.35,\"2027\":6485.56,\"2028\":508220.0,\"2029\":334472.09,\"2030\":null,\"2031\":15600.79,\"2032\":395984.05,\"2033\":15492.0,\"2034\":18689.0,\"2035\":24087.15,\"2036\":14958.61,\"2037\":11366.63,\"2038\":543.17,\"2039\":1354.05,\"2040\":null,\"2041\":305085.0,\"2042\":null,\"2043\":2467.33,\"2044\":768.44,\"2045\":408.4,\"2046\":30469.25,\"2047\":3026.1,\"2048\":2180.4,\"2049\":null,\"2050\":921.25,\"2051\":893734.5699999999,\"2052\":517487.56,\"2053\":936.0,\"2054\":6342.6,\"2055\":8271.64,\"2056\":822.03,\"2057\":null,\"2058\":652.52,\"2059\":15120.0,\"2060\":22886.35,\"2061\":61124.56,\"2062\":69346.91,\"2063\":165026.58,\"2064\":null,\"2065\":545008.13,\"2066\":7499.13,\"2067\":560.87,\"2068\":661.39,\"2069\":3855.0,\"2070\":80989.26,\"2071\":1062.1,\"2072\":null,\"2073\":438.84,\"2074\":518.59,\"2075\":7106.4,\"2076\":429.36,\"2077\":7017.52,\"2078\":4353.3,\"2079\":19980.8,\"2080\":7977.6,\"2081\":328.94,\"2082\":2586.6,\"2083\":108.9,\"2084\":307.11,\"2085\":29673.95,\"2086\":25615.41,\"2087\":null,\"2088\":null,\"2089\":554599.27,\"2090\":1275.24,\"2091\":832.48,\"2092\":1157.46,\"2093\":1767.4,\"2094\":436741.95,\"2095\":540839.8100000001,\"2096\":416733.27,\"2097\":139704.52,\"2098\":null,\"2099\":795.48,\"2100\":752.36,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64448.94,\"2105\":163555.32,\"2106\":168823.6,\"2107\":null,\"2108\":14795.56,\"2109\":45726.88,\"2110\":48452.05,\"2111\":653.16,\"2112\":76546.93,\"2113\":709.28,\"2114\":4140.4,\"2115\":2738.48,\"2116\":26925.76,\"2117\":46645.28,\"2118\":56964.71,\"2119\":14868.32,\"2120\":652.11,\"2121\":6411.6,\"2122\":7953.6,\"2123\":6797.84,\"2124\":317.59,\"2125\":null,\"2126\":1760.0,\"2127\":4690.51,\"2128\":744.24,\"2129\":1623.16,\"2130\":143.35,\"2131\":8862.0,\"2132\":14255.0,\"2133\":3240.6,\"2134\":6453.83,\"2135\":17258.99,\"2136\":9620.68,\"2137\":10045.62,\"2138\":787.89,\"2139\":10055.2,\"2140\":9714.5,\"2141\":null,\"2142\":1452.6,\"2143\":13644.0,\"2144\":19740.4,\"2145\":10293.75,\"2146\":19600.94,\"2147\":459.5,\"2148\":10205.7,\"2149\":4864.0,\"2150\":25.77,\"2151\":1770.9,\"2152\":null,\"2153\":5398.4,\"2154\":217.89,\"2155\":2086.69,\"2156\":339.71,\"2157\":2196.0,\"2158\":1403.99,\"2159\":11523.05,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":750.93,\"2165\":840.84,\"2166\":null,\"2167\":310.64,\"2168\":535.8,\"2169\":null,\"2170\":null,\"2171\":164.16,\"2172\":null,\"2173\":5738.9,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4109.22,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":4310.54,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":3457.92,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":3858.2,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19785.36,\"2206\":19833.43,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1264.29,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":456.21,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2079.0,\"2289\":7183.2,\"2290\":20730.0,\"2291\":3340.8,\"2292\":5420.59,\"2293\":690.25,\"2294\":42.86,\"2295\":null,\"2296\":404.66,\"2297\":13596.0,\"2298\":19466.24,\"2299\":191.4,\"2300\":3057.94,\"2301\":1685.31,\"2302\":766.04,\"2303\":2479.5,\"2304\":813.0,\"2305\":18388.0,\"2306\":60492.54,\"2307\":508487.01,\"2308\":13600.0,\"2309\":923.34,\"2310\":9672.09,\"2311\":63793.17,\"2312\":6215.0,\"2313\":878.6,\"2314\":710.16,\"2315\":3703.04,\"2316\":1861.85,\"2317\":null,\"2318\":641.96,\"2319\":null,\"2320\":null,\"2321\":15309.97,\"2322\":null,\"2323\":4922.16,\"2324\":940.78,\"2325\":157139.34,\"2326\":6221.38,\"2327\":null,\"2328\":869550.76,\"2329\":null,\"2330\":15108.73,\"2331\":314862.87,\"2332\":14880.0,\"2333\":18708.8,\"2334\":25681.62,\"2335\":13845.6,\"2336\":11041.63,\"2337\":null,\"2338\":745.82,\"2339\":1342.58,\"2340\":595.33,\"2341\":267080.0,\"2342\":null,\"2343\":2535.87,\"2344\":769.82,\"2345\":395.62,\"2346\":30494.73,\"2347\":3339.53,\"2348\":2182.2,\"2349\":null,\"2350\":858.74,\"2351\":893708.27,\"2352\":513818.71,\"2353\":786.0,\"2354\":6373.4,\"2355\":8355.56,\"2356\":814.55,\"2357\":null,\"2358\":663.1,\"2359\":12888.0,\"2360\":23969.65,\"2361\":60195.1,\"2362\":68556.25,\"2363\":164619.03,\"2364\":null,\"2365\":540067.7,\"2366\":null,\"2367\":null,\"2368\":6886.96,\"2369\":561.79,\"2370\":684.4,\"2371\":3860.7,\"2372\":81311.18,\"2373\":1062.1,\"2374\":540.44,\"2375\":734.22,\"2376\":803.74,\"2377\":7195.2,\"2378\":427.92,\"2379\":14088.85,\"2380\":4455.0,\"2381\":19971.2,\"2382\":8712.0,\"2383\":null,\"2384\":357.98,\"2385\":2607.0,\"2386\":108.9,\"2387\":327.14,\"2388\":29912.07,\"2389\":25617.85,\"2390\":null,\"2391\":null,\"2392\":819148.22,\"2393\":1372.98,\"2394\":776.38,\"2395\":1131.25,\"2396\":1789.6,\"2397\":434831.04,\"2398\":349538.65,\"2399\":null,\"2400\":null,\"2401\":304732.4,\"2402\":145123.41,\"2403\":null,\"2404\":795.48,\"2405\":871.18,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64075.63,\"2410\":161213.31,\"2411\":170237.0,\"2412\":null,\"2413\":null,\"2414\":14812.36,\"2415\":45787.76,\"2416\":48415.82,\"2417\":657.09,\"2418\":76341.79,\"2419\":724.46,\"2420\":8954.0,\"2421\":2722.87,\"2422\":31650.44,\"2423\":46317.77,\"2424\":null,\"2425\":54898.0,\"2426\":13786.37,\"2427\":652.08,\"2428\":6051.6,\"2429\":null,\"2430\":3530.4,\"2431\":6765.5,\"2432\":304.06,\"2433\":null,\"2434\":5040.0,\"2435\":9121.47,\"2436\":1259.04,\"2437\":1526.36,\"2438\":153.51,\"2439\":8622.0,\"2440\":10339.0,\"2441\":3148.2,\"2442\":5958.11,\"2443\":17686.76,\"2444\":9273.95,\"2445\":9713.13,\"2446\":1173.63,\"2447\":14149.7,\"2448\":13823.2,\"2449\":null,\"2450\":1364.8,\"2451\":13896.0,\"2452\":18727.0,\"2453\":10298.66,\"2454\":19614.02,\"2455\":437.4,\"2456\":9441.8,\"2457\":7634.0,\"2458\":1683.8,\"2459\":null,\"2460\":4588.8,\"2461\":217.89,\"2462\":2172.63,\"2463\":339.48,\"2464\":2204.0,\"2465\":1408.85,\"2466\":11039.54,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":765.6,\"2473\":null,\"2474\":285.56,\"2475\":938.7,\"2476\":null,\"2477\":null,\"2478\":285.6,\"2479\":null,\"2480\":5576.4,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":4011.65,\"2486\":null,\"2487\":null,\"2488\":3492.14,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":4061.96,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":4484.89,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":13178.13,\"2512\":13774.7,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1238.82,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":1176.82,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":2006.4,\"2595\":7172.4,\"2596\":20577.0,\"2597\":2343.6,\"2598\":4938.32,\"2599\":690.69,\"2600\":null,\"2601\":3930.0,\"2602\":404.46,\"2603\":12958.0,\"2604\":18596.17,\"2605\":null,\"2606\":3058.6,\"2607\":1714.68,\"2608\":722.02,\"2609\":2537.1,\"2610\":815.0,\"2611\":16764.0,\"2612\":60403.41,\"2613\":505827.44,\"2614\":13592.0,\"2615\":1896.84,\"2616\":6981.72,\"2617\":47644.89,\"2618\":6266.33,\"2619\":804.14,\"2620\":707.6,\"2621\":3701.44,\"2622\":1966.19,\"2623\":14132.48,\"2624\":630.96,\"2625\":null,\"2626\":null,\"2627\":15310.84,\"2628\":null,\"2629\":4699.72,\"2630\":940.78,\"2631\":150929.4,\"2632\":5937.42,\"2633\":null,\"2634\":null,\"2635\":null,\"2636\":null,\"2637\":14116.89,\"2638\":395637.9,\"2639\":14448.0,\"2640\":18759.4,\"2641\":23966.4,\"2642\":13336.35,\"2643\":10612.85,\"2644\":169257.41,\"2645\":989.67,\"2646\":1288.39,\"2647\":586.71,\"2648\":305085.0,\"2649\":null,\"2650\":2229.16,\"2651\":764.6,\"2652\":395.34,\"2653\":26540.01,\"2654\":2448.73,\"2655\":1.8,\"2656\":77.89,\"2657\":854.54,\"2658\":892443.75,\"2659\":488368.11,\"2660\":888.0,\"2661\":5836.6,\"2662\":8355.06,\"2663\":810.15,\"2664\":136730.0,\"2665\":625.12,\"2666\":13572.0,\"2667\":23221.68,\"2668\":59471.82,\"2669\":68376.29,\"2670\":164770.49,\"2671\":2.0,\"2672\":null,\"2673\":39597.67,\"2674\":42262.3,\"2675\":7193.04,\"2676\":567.47,\"2677\":669.96,\"2678\":3531.45,\"2679\":80946.45,\"2680\":1062.1,\"2681\":555.65,\"2682\":517.32,\"2683\":714.12,\"2684\":6585.6,\"2685\":429.12,\"2686\":13974.07,\"2687\":4492.35,\"2688\":19980.8,\"2689\":8736.0,\"2690\":361.55,\"2691\":2578.8,\"2692\":108.9,\"2693\":344.6,\"2694\":29660.21,\"2695\":25605.4,\"2696\":137413.67,\"2697\":null,\"2698\":457499.71,\"2699\":1368.24,\"2700\":810.48,\"2701\":1120.14,\"2702\":1607.4,\"2703\":737018.03,\"2704\":533131.2,\"2705\":null,\"2706\":103240.0,\"2707\":65679.62,\"2708\":406801.98,\"2709\":141020.35,\"2710\":23557.58,\"2711\":795.2,\"2712\":851.72,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64711.23,\"2717\":161502.86,\"2718\":168140.95,\"2719\":null,\"2720\":102375.67,\"2721\":14770.11,\"2722\":45473.55,\"2723\":48271.15,\"2724\":655.62,\"2725\":76410.5,\"2726\":714.4,\"2727\":8758.2,\"2728\":2522.81,\"2729\":31096.25,\"2730\":46176.92,\"2731\":49509.89,\"2732\":55020.28,\"2733\":13216.82,\"2734\":651.3,\"2735\":5324.4,\"2736\":null,\"2737\":3585.6,\"2738\":6746.69,\"2739\":286.9,\"2740\":null,\"2741\":1120.0,\"2742\":5329.56,\"2743\":1116.72,\"2744\":1531.2,\"2745\":151.92,\"2746\":8510.0,\"2747\":10341.0,\"2748\":2974.4,\"2749\":5959.86,\"2750\":17976.92,\"2751\":9256.75,\"2752\":9612.49,\"2753\":1020.65,\"2754\":10011.9,\"2755\":9778.3,\"2756\":null,\"2757\":1351.8,\"2758\":11034.0,\"2759\":19745.36,\"2760\":10295.92,\"2761\":19610.97,\"2762\":null,\"2763\":null,\"2764\":422.6,\"2765\":8876.2,\"2766\":7622.0,\"2767\":1623.0,\"2768\":null,\"2769\":4143.2,\"2770\":217.89,\"2771\":1355.71,\"2772\":339.02,\"2773\":2130.0,\"2774\":1401.95,\"2775\":10792.39,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":747.78,\"2782\":null,\"2783\":291.28,\"2784\":843.3,\"2785\":null,\"2786\":null,\"2787\":105.12,\"2788\":null,\"2789\":5644.6,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3954.26,\"2795\":null,\"2796\":null,\"2797\":3648.16,\"2798\":null,\"2799\":50522.67,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":6258.17,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":4907.68,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":10976.14,\"2821\":11168.09,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1241.74,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1254.0,\"2904\":7172.4,\"2905\":13917.0,\"2906\":2347.2,\"2907\":4630.68,\"2908\":464.2,\"2909\":160.34,\"2910\":null,\"2911\":404.29,\"2912\":13970.0,\"2913\":17832.99,\"2914\":null,\"2915\":3053.82,\"2916\":1743.39,\"2917\":709.2,\"2918\":2763.9,\"2919\":1374.0,\"2920\":16652.0,\"2921\":462386.03,\"2922\":502232.74,\"2923\":13160.0,\"2924\":1384.35,\"2925\":10466.79,\"2926\":62124.74,\"2927\":6237.0,\"2928\":768.49,\"2929\":719.9,\"2930\":3699.84,\"2931\":1960.25,\"2932\":13169.19,\"2933\":618.86,\"2934\":null,\"2935\":15415.79,\"2936\":null,\"2937\":4687.5,\"2938\":939.79,\"2939\":null,\"2940\":149267.28,\"2941\":5880.87,\"2942\":80208.0,\"2943\":508630.0,\"2944\":335199.43,\"2945\":null,\"2946\":13140.15,\"2947\":302586.17,\"2948\":14412.0,\"2949\":18607.6,\"2950\":23345.77,\"2951\":11962.17,\"2952\":10680.4,\"2953\":null,\"2954\":826.14,\"2955\":1332.12,\"2956\":479.71,\"2957\":306130.0,\"2958\":null,\"2959\":1547.9,\"2960\":765.39,\"2961\":399.96,\"2962\":24959.34,\"2963\":2087.93,\"2964\":0.6,\"2965\":null,\"2966\":903.62,\"2967\":893310.54,\"2968\":0.76,\"2969\":840.0,\"2970\":5878.4,\"2971\":8335.2,\"2972\":805.75,\"2973\":136720.0,\"2974\":623.19,\"2975\":13464.0,\"2976\":23068.87,\"2977\":60508.93,\"2978\":68280.11,\"2979\":161373.19,\"2980\":812.0,\"2981\":1019.31,\"2982\":39573.81,\"2983\":42522.9,\"2984\":7346.09,\"2985\":557.57,\"2986\":670.5,\"2987\":1532.55,\"2988\":350385.36,\"2989\":1062.1,\"2990\":540.01,\"2991\":523.98,\"2992\":732.35,\"2993\":5253.6,\"2994\":429.6,\"2995\":null,\"2996\":14015.67,\"2997\":4377.15,\"2998\":19792.0,\"2999\":8985.6,\"3000\":322.94,\"3001\":2624.4,\"3002\":105.6,\"3003\":339.28,\"3004\":29399.69,\"3005\":25597.7,\"3006\":null,\"3007\":null,\"3008\":515799.48,\"3009\":1241.22,\"3010\":839.52,\"3011\":1111.33,\"3012\":1576.8,\"3013\":null,\"3014\":632815.23,\"3015\":548946.53,\"3016\":101910.0,\"3017\":416862.48,\"3018\":140606.21,\"3019\":125252.47,\"3020\":794.92,\"3021\":670.18,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":75967.57,\"3026\":164947.12,\"3027\":170490.45,\"3028\":null,\"3029\":188353.62,\"3030\":14826.86,\"3031\":45593.06,\"3032\":48277.35,\"3033\":655.05,\"3034\":75572.14,\"3035\":727.38,\"3036\":8626.2,\"3037\":2589.38,\"3038\":33319.36,\"3039\":46379.63,\"3040\":48472.89,\"3041\":48466.07,\"3042\":13543.05,\"3043\":651.27,\"3044\":4150.8,\"3045\":null,\"3046\":4346.4,\"3047\":6880.67,\"3048\":284.79,\"3049\":1920.0,\"3050\":4690.51,\"3051\":529.44,\"3052\":1565.96,\"3053\":142.26,\"3054\":8970.0,\"3055\":9845.0,\"3056\":2908.4,\"3057\":5462.51,\"3058\":17910.47,\"3059\":10098.14,\"3060\":10220.41,\"3061\":282.48,\"3062\":10007.0,\"3063\":9796.5,\"3064\":null,\"3065\":1424.0,\"3066\":13194.0,\"3067\":19662.89,\"3068\":10280.75,\"3069\":19610.07,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":442.9,\"3074\":8478.6,\"3075\":1914.0,\"3076\":null,\"3077\":1577.0,\"3078\":null,\"3079\":3833.9,\"3080\":null,\"3081\":217.89,\"3082\":2231.04,\"3083\":338.1,\"3084\":2109.0,\"3085\":1441.45,\"3086\":10984.6,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":731.94,\"3093\":null,\"3094\":253.88,\"3095\":576.9,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5594.3,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4224.0,\"3106\":null,\"3107\":51.38,\"3108\":null,\"3109\":16731.07,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":null,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":5223.71,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9413.28,\"3132\":9680.15,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1321.6,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1867.8,\"3214\":7165.2,\"3215\":15915.0,\"3216\":2170.8,\"3217\":3934.5,\"3218\":468.05,\"3219\":136.14,\"3220\":330.0,\"3221\":404.43,\"3222\":13475.0,\"3223\":16991.0,\"3224\":204.6,\"3225\":3047.72,\"3226\":1729.86,\"3227\":711.32,\"3228\":1744.2,\"3229\":1738.0,\"3230\":17020.0,\"3231\":451882.1,\"3232\":503289.06,\"3233\":12720.0,\"3234\":1169.85,\"3235\":4986.01,\"3236\":61836.6,\"3237\":6303.0,\"3238\":688.85,\"3239\":724.89,\"3240\":null,\"3241\":3700.8,\"3242\":12593.04,\"3243\":621.5,\"3244\":null,\"3245\":null,\"3246\":15406.59,\"3247\":null,\"3248\":4808.17,\"3249\":940.78,\"3250\":129745.65,\"3251\":154098.01,\"3252\":6097.96,\"3253\":34032.0,\"3254\":null,\"3255\":118818.21,\"3256\":null,\"3257\":14602.71,\"3258\":324276.33,\"3259\":13734.21,\"3260\":18748.4,\"3261\":28445.97,\"3262\":12050.91,\"3263\":10808.36,\"3264\":null,\"3265\":1019.27,\"3266\":1415.77,\"3267\":null,\"3268\":573.58,\"3269\":282040.0,\"3270\":null,\"3271\":2238.71,\"3272\":762.05,\"3273\":399.14,\"3274\":24328.06,\"3275\":860.74,\"3276\":1.8,\"3277\":73.16,\"3278\":902.96,\"3279\":911399.16,\"3280\":603111.5,\"3281\":516.0,\"3282\":6124.8,\"3283\":8335.91,\"3284\":808.28,\"3285\":null,\"3286\":626.47,\"3287\":13320.0,\"3288\":23436.11,\"3289\":60960.89,\"3290\":68768.27,\"3291\":164345.52,\"3292\":null,\"3293\":null,\"3294\":null,\"3295\":1032.74,\"3296\":39329.37,\"3297\":42282.38,\"3298\":null,\"3299\":538.56,\"3300\":670.9,\"3301\":1199.55,\"3302\":350111.21,\"3303\":1060.38,\"3304\":548.2,\"3305\":827.1,\"3306\":382.53,\"3307\":5121.6,\"3308\":429.24,\"3309\":14065.89,\"3310\":4494.6,\"3311\":19795.2,\"3312\":8424.0,\"3313\":376.6,\"3314\":2545.2,\"3315\":105.6,\"3316\":294.26,\"3317\":29580.59,\"3318\":25595.15,\"3319\":null,\"3320\":null,\"3321\":508874.92,\"3322\":1216.14,\"3323\":781.22,\"3324\":1155.23,\"3325\":1467.0,\"3326\":53940.66,\"3327\":742874.02,\"3328\":548086.1,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":417056.75,\"3333\":142478.33,\"3334\":125662.17,\"3335\":null,\"3336\":792.82,\"3337\":789.22,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64773.68,\"3342\":166045.05,\"3343\":170192.6,\"3344\":null,\"3345\":101765.75,\"3346\":18346.28,\"3347\":45803.39,\"3348\":47975.35,\"3349\":660.9,\"3350\":77529.6,\"3351\":null,\"3352\":8199.4,\"3353\":2512.94,\"3354\":26615.71,\"3355\":46452.18,\"3356\":57326.2,\"3357\":47884.24,\"3358\":13865.36,\"3359\":629.76,\"3360\":4150.8,\"3361\":null,\"3362\":6674.4,\"3363\":6726.39,\"3364\":280.76,\"3365\":6880.0,\"3366\":8982.09,\"3367\":837.36,\"3368\":1520.2,\"3369\":143.09,\"3370\":null,\"3371\":8425.0,\"3372\":9346.0,\"3373\":2833.6,\"3374\":7206.26,\"3375\":17995.62,\"3376\":12175.15,\"3377\":12856.55,\"3378\":634.33,\"3379\":9957.2,\"3380\":9713.8,\"3381\":null,\"3382\":1315.1,\"3383\":13194.0,\"3384\":19532.11,\"3385\":10169.42,\"3386\":19578.38,\"3387\":6048.0,\"3388\":null,\"3389\":408.7,\"3390\":8291.1,\"3391\":1804.0,\"3392\":null,\"3393\":1494.7,\"3394\":null,\"3395\":3590.1,\"3396\":402.0,\"3397\":217.89,\"3398\":2212.92,\"3399\":336.72,\"3400\":2040.0,\"3401\":1045.98,\"3402\":10785.23,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":null,\"3408\":null,\"3409\":281.6,\"3410\":1046.1,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2202.0,\"3415\":5487.8,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3592.7,\"3421\":null,\"3422\":null,\"3423\":1718.49,\"3424\":null,\"3425\":163901.91,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":2049.26,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4646.57,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":8016.45,\"3448\":8240.78,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1483.19,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1861.2,\"3533\":7152.0,\"3534\":18303.0,\"3535\":1904.4,\"3536\":3936.48,\"3537\":466.84,\"3538\":13.38,\"3539\":404.48,\"3540\":13453.0,\"3541\":16442.91,\"3542\":null,\"3543\":1707.58,\"3544\":1746.36,\"3545\":683.37,\"3546\":2038.5,\"3547\":1725.0,\"3548\":15204.0,\"3549\":121944.57,\"3550\":434903.66,\"3551\":null,\"3552\":1013.1,\"3553\":11394.11,\"3554\":61613.3,\"3555\":6174.67,\"3556\":707.83,\"3557\":725.38,\"3558\":3693.76,\"3559\":11347.5,\"3560\":615.12,\"3561\":null,\"3562\":null,\"3563\":15246.19,\"3564\":null,\"3565\":4620.02,\"3566\":940.78,\"3567\":213455.02,\"3568\":152340.04,\"3569\":5816.47,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":null,\"3574\":12753.53,\"3575\":106294.98,\"3576\":14880.7,\"3577\":18966.2,\"3578\":25739.48,\"3579\":9707.17,\"3580\":8673.2,\"3581\":null,\"3582\":1010.16,\"3583\":1305.29,\"3584\":337.08,\"3585\":281600.0,\"3586\":null,\"3587\":2265.16,\"3588\":null,\"3589\":401.36,\"3590\":22981.64,\"3591\":null,\"3592\":2555.18,\"3593\":6.0,\"3594\":903.16,\"3595\":878022.37,\"3596\":475577.63,\"3597\":456.0,\"3598\":5328.4,\"3599\":8320.01,\"3600\":804.65,\"3601\":636.45,\"3602\":12096.0,\"3603\":23387.97,\"3604\":68893.47,\"3605\":162683.22,\"3606\":null,\"3607\":284372.0,\"3608\":451746.64,\"3609\":977.77,\"3610\":38963.3,\"3611\":42661.06,\"3612\":7499.13,\"3613\":524.17,\"3614\":668.7,\"3615\":1153.05,\"3616\":132655.37,\"3617\":null,\"3618\":403.16,\"3619\":804.78,\"3620\":600.74,\"3621\":5229.6,\"3622\":429.36,\"3623\":null,\"3624\":null,\"3625\":13957.56,\"3626\":4261.05,\"3627\":19494.4,\"3628\":8827.2,\"3629\":208.89,\"3630\":2516.4,\"3631\":105.6,\"3632\":232.11,\"3633\":29409.26,\"3634\":49647.7,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":741746.29,\"3639\":1081.56,\"3640\":718.74,\"3641\":1165.84,\"3642\":1310.4,\"3643\":33159.48,\"3644\":759558.15,\"3645\":null,\"3646\":547212.87,\"3647\":null,\"3648\":40799.03,\"3649\":417343.74,\"3650\":141198.59,\"3651\":124892.02,\"3652\":2062.0,\"3653\":792.82,\"3654\":566.67,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":76898.34,\"3659\":164941.36,\"3660\":170044.6,\"3661\":null,\"3662\":111364.41,\"3663\":18254.62,\"3664\":45203.14,\"3665\":47827.03,\"3666\":663.12,\"3667\":119790.14,\"3668\":1071.53,\"3669\":8522.8,\"3670\":2403.2,\"3671\":33534.24,\"3672\":46236.43,\"3673\":57322.26,\"3674\":57290.03,\"3675\":12536.66,\"3676\":651.18,\"3677\":7862.4,\"3678\":null,\"3679\":null,\"3680\":2992.8,\"3681\":6735.3,\"3682\":277.13,\"3683\":1600.0,\"3684\":9053.99,\"3685\":561.24,\"3686\":1503.04,\"3687\":150.35,\"3688\":330.6,\"3689\":8125.0,\"3690\":9605.0,\"3691\":2780.8,\"3692\":4960.28,\"3693\":17362.82,\"3694\":9467.15,\"3695\":9824.58,\"3696\":197.27,\"3697\":10012.4,\"3698\":9782.0,\"3699\":null,\"3700\":1319.2,\"3701\":13842.0,\"3702\":19644.27,\"3703\":10292.93,\"3704\":19595.47,\"3705\":7207.2,\"3706\":null,\"3707\":8065.9,\"3708\":4616.0,\"3709\":null,\"3710\":1457.6,\"3711\":null,\"3712\":3405.0,\"3713\":1345.0,\"3714\":217.89,\"3715\":2109.18,\"3716\":340.86,\"3717\":2062.0,\"3718\":1289.2,\"3719\":8606.16,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":725.34,\"3725\":265.32,\"3726\":969.3,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5385.4,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3816.52,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":3019.09,\"3741\":null,\"3742\":163246.2,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":6764.52,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4003.32,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":11333.75,\"3765\":11513.58,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1227.11,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":null,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1821.6,\"3850\":7147.2,\"3851\":386813.61,\"3852\":6847.2,\"3853\":5723.28,\"3854\":467.39,\"3855\":null,\"3856\":404.69,\"3857\":13013.0,\"3858\":15894.9,\"3859\":191.4,\"3860\":3043.59,\"3861\":1747.68,\"3862\":766.26,\"3863\":1975.5,\"3864\":2021.0,\"3865\":21544.0,\"3866\":60594.21,\"3867\":500006.95,\"3868\":14408.0,\"3869\":1079.1,\"3870\":11443.44,\"3871\":59554.64,\"3872\":6101.33,\"3873\":706.96,\"3874\":719.03,\"3875\":3701.76,\"3876\":null,\"3877\":11395.44,\"3878\":259.82,\"3879\":null,\"3880\":null,\"3881\":29419.18,\"3882\":null,\"3883\":4363.0,\"3884\":939.79,\"3885\":247581.66,\"3886\":151744.59,\"3887\":5616.82,\"3888\":null,\"3889\":null,\"3890\":null,\"3891\":null,\"3892\":12460.44,\"3893\":197990.65,\"3894\":14143.98,\"3895\":18922.2,\"3896\":26365.73,\"3897\":12996.4,\"3898\":16949.02,\"3899\":null,\"3900\":1016.37,\"3901\":1237.21,\"3902\":579.46,\"3903\":null,\"3904\":null,\"3905\":2289.42,\"3906\":764.6,\"3907\":391.02,\"3908\":21697.09,\"3909\":null,\"3910\":2372.34,\"3911\":19.2,\"3912\":650.76,\"3913\":892500.49,\"3914\":0.06,\"3915\":546.0,\"3916\":6402.0,\"3917\":8291.26,\"3918\":799.26,\"3919\":null,\"3920\":640.26,\"3921\":12996.0,\"3922\":22888.08,\"3923\":69614.2,\"3924\":165084.83,\"3925\":null,\"3926\":403420.0,\"3927\":439584.49,\"3928\":938.59,\"3929\":38693.53,\"3930\":42258.73,\"3931\":7652.17,\"3932\":538.82,\"3933\":685.37,\"3934\":991.65,\"3935\":81330.0,\"3936\":1050.05,\"3937\":523.68,\"3938\":568.62,\"3939\":567.46,\"3940\":5110.8,\"3941\":429.24,\"3942\":1904.07,\"3943\":14033.61,\"3944\":4500.45,\"3945\":18507.94,\"3946\":7516.8,\"3947\":380.29,\"3948\":2472.6,\"3949\":105.6,\"3950\":350.1,\"3951\":29475.52,\"3952\":41429.35,\"3953\":461024.29,\"3954\":null,\"3955\":533831.92,\"3956\":1208.22,\"3957\":740.08,\"3958\":1087.39,\"3959\":1281.6,\"3960\":774393.3,\"3961\":38278.09,\"3962\":547671.27,\"3963\":101970.0,\"3964\":155633.5,\"3965\":420178.77,\"3966\":142464.13,\"3967\":126110.34,\"3968\":792.96,\"3969\":657.03,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":59869.84,\"3974\":165273.35,\"3975\":168777.35,\"3976\":null,\"3977\":101475.79,\"3978\":18943.3,\"3979\":44984.85,\"3980\":48856.33,\"3981\":650.4,\"3982\":75554.85,\"3983\":807.2,\"3984\":8177.4,\"3985\":2376.46,\"3986\":null,\"3987\":null,\"3988\":47439.95,\"3989\":47453.26,\"3990\":14243.77,\"3991\":650.16,\"3992\":4917.6,\"3993\":null,\"3994\":3912.0,\"3995\":6778.2,\"3996\":267.63,\"3997\":null,\"3998\":6880.0,\"3999\":9358.19,\"4000\":565.32,\"4001\":1565.08,\"4002\":148.63,\"4003\":330.6,\"4004\":7940.0,\"4005\":9477.0,\"4006\":2763.2,\"4007\":4958.08,\"4008\":13253.53,\"4009\":9117.59,\"4010\":9471.54,\"4011\":285.85,\"4012\":10012.7,\"4013\":9784.6,\"4014\":null,\"4015\":1344.2,\"4016\":13050.0,\"4017\":19754.16,\"4018\":10280.94,\"4019\":19610.79,\"4020\":8229.6,\"4021\":401.0,\"4022\":7892.4,\"4023\":2022.0,\"4024\":1423.2,\"4025\":null,\"4026\":3256.7,\"4027\":7131.0,\"4028\":217.89,\"4029\":2253.94,\"4030\":345.69,\"4031\":2013.0,\"4032\":1174.25,\"4033\":10468.29,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":739.86,\"4039\":null,\"4040\":570.3,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5327.3,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3759.13,\"4052\":null,\"4053\":null,\"4054\":949.09,\"4055\":null,\"4056\":179036.01,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":1378.53,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":5219.19,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7930.9,\"4080\":8172.89,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1210.88,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":4053.5,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1729.2,\"4167\":7143.6,\"4168\":388080.64,\"4169\":2944.8,\"4170\":4239.89,\"4171\":469.04,\"4172\":117.13,\"4173\":403.85,\"4174\":13992.0,\"4175\":15542.57,\"4176\":null,\"4177\":3139.95,\"4178\":1745.7,\"4179\":761.08,\"4180\":2924.1,\"4181\":1647.0,\"4182\":21056.0,\"4183\":60589.79,\"4184\":502122.95,\"4185\":12232.0,\"4186\":1771.77,\"4187\":7971.66,\"4188\":29034.35,\"4189\":6068.33,\"4190\":659.81,\"4191\":717.71,\"4192\":3701.44,\"4193\":967.74,\"4194\":11114.34,\"4195\":602.58,\"4196\":null,\"4197\":null,\"4198\":26341.24,\"4199\":6390.0,\"4200\":4368.82,\"4201\":939.79,\"4202\":250448.66,\"4203\":142445.93,\"4204\":5545.95,\"4205\":null,\"4206\":509110.0,\"4207\":null,\"4208\":11870.69,\"4209\":168665.9,\"4210\":13972.47,\"4211\":18706.6,\"4212\":26630.53,\"4213\":11052.71,\"4214\":16270.99,\"4215\":169276.06,\"4216\":936.68,\"4217\":1207.97,\"4218\":594.96,\"4219\":null,\"4220\":null,\"4221\":2189.03,\"4222\":769.03,\"4223\":400.48,\"4224\":22198.75,\"4225\":90295.58,\"4226\":525.39,\"4227\":5.4,\"4228\":870.24,\"4229\":862698.54,\"4230\":0.09,\"4231\":696.0,\"4232\":6802.4,\"4233\":8312.22,\"4234\":795.96,\"4235\":615.26,\"4236\":13932.0,\"4237\":22691.18,\"4238\":69421.71,\"4239\":164744.26,\"4240\":null,\"4241\":403834.0,\"4242\":null,\"4243\":1011.48,\"4244\":38751.53,\"4245\":42401.14,\"4246\":7958.26,\"4247\":528.79,\"4248\":675.43,\"4249\":893.1,\"4250\":81283.41,\"4251\":2117.32,\"4252\":317.82,\"4253\":651.6,\"4254\":613.48,\"4255\":4867.2,\"4256\":429.0,\"4257\":1436.84,\"4258\":null,\"4259\":4166.1,\"4260\":18132.43,\"4261\":8832.0,\"4262\":null,\"4263\":377.45,\"4264\":2574.6,\"4265\":105.6,\"4266\":335.84,\"4267\":29633.26,\"4268\":35329.54,\"4269\":null,\"4270\":212696.68,\"4271\":null,\"4272\":550835.2,\"4273\":1322.34,\"4274\":775.72,\"4275\":1067.55,\"4276\":1420.2,\"4277\":773553.0699999999,\"4278\":47265.78,\"4279\":542920.4399999999,\"4280\":null,\"4281\":155761.26,\"4282\":423008.79,\"4283\":144113.73,\"4284\":124138.4,\"4285\":792.82,\"4286\":690.6,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":66099.87,\"4291\":165191.54,\"4292\":169478.5,\"4293\":null,\"4294\":null,\"4295\":19229.13,\"4296\":45343.29,\"4297\":48772.13,\"4298\":650.04,\"4299\":75343.94,\"4300\":532.22,\"4301\":7840.8,\"4302\":2367.62,\"4303\":27249.67,\"4304\":45924.17,\"4305\":57452.24,\"4306\":57493.06,\"4307\":19478.81,\"4308\":650.43,\"4309\":5907.6,\"4310\":null,\"4311\":8702.4,\"4312\":6823.58,\"4313\":262.81,\"4314\":1760.0,\"4315\":9356.6,\"4316\":1096.32,\"4317\":1606.44,\"4318\":149.82,\"4319\":10164.0,\"4320\":9443.0,\"4321\":2800.6,\"4322\":4958.78,\"4323\":14875.14,\"4324\":10150.28,\"4325\":10218.13,\"4326\":596.35,\"4327\":10013.9,\"4328\":9605.8,\"4329\":null,\"4330\":1372.4,\"4331\":13374.0,\"4332\":19757.93,\"4333\":10256.05,\"4334\":19619.24,\"4335\":8103.6,\"4336\":397.2,\"4337\":8300.7,\"4338\":1944.0,\"4339\":null,\"4340\":1566.3,\"4341\":null,\"4342\":3538.8,\"4343\":5797.0,\"4344\":217.89,\"4345\":1894.35,\"4346\":344.54,\"4347\":2202.0,\"4348\":1160.77,\"4349\":10886.38,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":709.5,\"4356\":null,\"4357\":291.28,\"4358\":820.5,\"4359\":null,\"4360\":null,\"4361\":338.4,\"4362\":null,\"4363\":2000.0,\"4364\":6741.6,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4861.04,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":198.92,\"4374\":null,\"4375\":100494.52,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":1.79,\"4380\":null,\"4381\":689.89,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":4257.81,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6956.22,\"4398\":7154.63,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1182.39,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5228.3,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":276.65,\"4444\":3446.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3446.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3619.0,\"4484\":1729.2,\"4485\":7140.0,\"4486\":386072.22,\"4487\":2433.6,\"4488\":4630.94,\"4489\":108.77,\"4490\":404.7,\"4491\":11440.0,\"4492\":15491.9,\"4493\":204.6,\"4494\":3121.96,\"4495\":1733.49,\"4496\":753.57,\"4497\":1360.8,\"4498\":3630.0,\"4499\":20464.0,\"4500\":60297.96,\"4501\":502918.64,\"4502\":12752.0,\"4503\":1033.89,\"4504\":7974.01,\"4505\":27414.58,\"4506\":6083.0,\"4507\":634.51,\"4508\":721.3,\"4509\":3699.84,\"4510\":848.71,\"4511\":10717.61,\"4512\":612.48,\"4513\":null,\"4514\":null,\"4515\":26528.55,\"4516\":12056.0,\"4517\":4386.33,\"4518\":939.79,\"4519\":250303.94,\"4520\":154795.31,\"4521\":5559.66,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":11864.74,\"4526\":152025.52,\"4527\":16341.29,\"4528\":17602.2,\"4529\":25394.91,\"4530\":12096.95,\"4531\":16845.69,\"4532\":169471.91,\"4533\":926.32,\"4534\":1177.82,\"4535\":592.71,\"4536\":null,\"4537\":2083.23,\"4538\":760.27,\"4539\":403.01,\"4540\":21694.95,\"4541\":null,\"4542\":2104.59,\"4543\":2110.2,\"4544\":895.26,\"4545\":874084.38,\"4546\":448051.98,\"4547\":276.0,\"4548\":6868.4,\"4549\":8309.89,\"4550\":768.24,\"4551\":644.79,\"4552\":15516.0,\"4553\":23088.79,\"4554\":69200.35,\"4555\":164919.74,\"4556\":0.5,\"4557\":null,\"4558\":539154.45,\"4559\":996.66,\"4560\":null,\"4561\":43389.91,\"4562\":7652.17,\"4563\":532.36,\"4564\":675.4,\"4565\":814.05,\"4566\":81130.55,\"4567\":3081.31,\"4568\":550.31,\"4569\":684.9,\"4570\":557.81,\"4571\":4602.0,\"4572\":428.76,\"4573\":1413.53,\"4574\":null,\"4575\":2632.05,\"4576\":17738.85,\"4577\":10180.8,\"4578\":790.53,\"4579\":376.6,\"4580\":2569.2,\"4581\":102.3,\"4582\":331.49,\"4583\":29365.4,\"4584\":48683.31,\"4585\":null,\"4586\":211770.65,\"4587\":null,\"4588\":123575.65,\"4589\":1498.14,\"4590\":750.2,\"4591\":1091.62,\"4592\":1418.4,\"4593\":775884.0,\"4594\":null,\"4595\":540819.39,\"4596\":101810.0,\"4597\":155713.5,\"4598\":424334.02,\"4599\":145647.21,\"4600\":126716.43,\"4601\":791.84,\"4602\":787.99,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":60399.94,\"4607\":165212.71,\"4608\":170381.3,\"4609\":null,\"4610\":101555.78,\"4611\":19245.58,\"4612\":45814.54,\"4613\":49086.01,\"4614\":652.89,\"4615\":75329.11,\"4616\":782.41,\"4617\":1927.2,\"4618\":2266.61,\"4619\":28137.94,\"4620\":41459.94,\"4621\":59260.6,\"4622\":57477.08,\"4623\":17924.76,\"4624\":325.98,\"4625\":10015.2,\"4626\":226.2,\"4627\":8702.4,\"4628\":6783.48,\"4629\":275.02,\"4630\":8480.0,\"4631\":9377.22,\"4632\":1155.6,\"4633\":1527.68,\"4634\":161.17,\"4635\":13003.0,\"4636\":9887.0,\"4637\":2820.4,\"4638\":4959.07,\"4639\":17064.04,\"4640\":9880.16,\"4641\":10218.33,\"4642\":569.21,\"4643\":10016.6,\"4644\":9622.2,\"4645\":null,\"4646\":2193.3,\"4647\":12744.0,\"4648\":19755.68,\"4649\":10296.91,\"4650\":19618.05,\"4651\":9151.2,\"4652\":508.1,\"4653\":10556.0,\"4654\":5734.0,\"4655\":null,\"4656\":2096.3,\"4657\":null,\"4658\":4103.6,\"4659\":4089.0,\"4660\":217.89,\"4661\":2143.77,\"4662\":339.02,\"4663\":2330.0,\"4664\":1282.93,\"4665\":19438.51,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":878.46,\"4672\":278.52,\"4673\":384.6,\"4674\":null,\"4675\":null,\"4676\":null,\"4677\":null,\"4678\":2000.0,\"4679\":7232.7,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":5475.13,\"4685\":null,\"4686\":null,\"4687\":1892.21,\"4688\":null,\"4689\":null,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":2415.54,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":5176.92,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6487.62,\"4712\":6659.47,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1225.57,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":4104.1,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4156.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4156.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3725.33,\"4797\":2138.4,\"4798\":7140.0,\"4799\":285671.77,\"4800\":7801.2,\"4801\":4486.81,\"4802\":46.38,\"4803\":404.5,\"4804\":11792.0,\"4805\":16656.79,\"4806\":184.8,\"4807\":3104.14,\"4808\":1744.05,\"4809\":755.5,\"4810\":1860.3,\"4811\":3978.0,\"4812\":21540.0,\"4813\":60218.55,\"4814\":503230.56,\"4815\":12936.0,\"4816\":1472.13,\"4817\":17997.18,\"4818\":36747.41,\"4819\":7278.33,\"4820\":null,\"4821\":713.25,\"4822\":3700.16,\"4823\":859.22,\"4824\":24247.02,\"4825\":595.76,\"4826\":null,\"4827\":null,\"4828\":27600.6,\"4829\":12427.0,\"4830\":7192.62,\"4831\":939.79,\"4832\":250180.66,\"4833\":153947.9,\"4834\":9136.69,\"4835\":null,\"4836\":505410.0,\"4837\":null,\"4838\":null,\"4839\":27303.01,\"4840\":397967.72,\"4841\":19306.25,\"4842\":13283.6,\"4843\":23362.66,\"4844\":14804.67,\"4845\":16822.03,\"4846\":58393.85,\"4847\":1248.21,\"4848\":1266.58,\"4849\":583.83,\"4850\":null,\"4851\":null,\"4852\":2037.23,\"4853\":758.5,\"4854\":408.65,\"4855\":33727.8,\"4856\":null,\"4857\":607.16,\"4858\":2200.2,\"4859\":736.31,\"4860\":884066.24,\"4861\":361018.17,\"4862\":450.0,\"4863\":10406.0,\"4864\":8318.91,\"4865\":784.41,\"4866\":68380.0,\"4867\":615.62,\"4868\":14400.0,\"4869\":23194.35,\"4870\":69236.76,\"4871\":165218.2,\"4872\":13.0,\"4873\":340584.0,\"4874\":null,\"4875\":null,\"4876\":43501.37,\"4877\":7499.13,\"4878\":532.49,\"4879\":674.96,\"4880\":735.6,\"4881\":81045.51,\"4882\":3076.14,\"4883\":524.24,\"4884\":414.36,\"4885\":508.89,\"4886\":4224.0,\"4887\":428.88,\"4888\":null,\"4889\":1566.41,\"4890\":14090.28,\"4891\":2936.7,\"4892\":17347.34,\"4893\":9129.6,\"4894\":211.79,\"4895\":2560.2,\"4896\":102.3,\"4897\":337.62,\"4898\":29284.27,\"4899\":43055.18,\"4900\":null,\"4901\":48966.96,\"4902\":null,\"4903\":120653.32,\"4904\":null,\"4905\":786.06,\"4906\":1113.38,\"4907\":1312.2,\"4908\":769327.05,\"4909\":38578.27,\"4910\":529836.8100000001,\"4911\":null,\"4912\":103330.0,\"4913\":154993.26,\"4914\":422696.65,\"4915\":72804.25,\"4916\":72927.15,\"4917\":791.28,\"4918\":838.05,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":60159.65,\"4923\":160373.5,\"4924\":170020.55,\"4925\":null,\"4926\":null,\"4927\":101495.79,\"4928\":null,\"4929\":45832.86,\"4930\":48551.67,\"4931\":645.99,\"4932\":76466.42,\"4933\":712.18,\"4934\":4037.0,\"4935\":2221.5,\"4936\":32215.92,\"4937\":42842.87,\"4938\":58627.37,\"4939\":57525.89,\"4940\":13494.9,\"4941\":325.71,\"4942\":8582.4,\"4943\":null,\"4944\":8702.4,\"4945\":6761.87,\"4946\":250.4,\"4947\":null,\"4948\":5120.0,\"4949\":9404.6,\"4950\":91.68,\"4951\":1588.84,\"4952\":155.76,\"4953\":null,\"4954\":9079.0,\"4955\":9292.0,\"4956\":2723.6,\"4957\":5064.04,\"4958\":16636.91,\"4959\":9354.61,\"4960\":9723.88,\"4961\":198.88,\"4962\":10022.2,\"4963\":9619.6,\"4964\":null,\"4965\":1937.9,\"4966\":13770.0,\"4967\":19715.11,\"4968\":10244.45,\"4969\":19579.61,\"4970\":7862.4,\"4971\":535.3,\"4972\":8961.9,\"4973\":7720.0,\"4974\":1490.5,\"4975\":null,\"4976\":3493.7,\"4977\":3572.0,\"4978\":217.89,\"4979\":2093.62,\"4980\":342.24,\"4981\":2113.0,\"4982\":1284.03,\"4983\":13074.61,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":807.84,\"4990\":317.68,\"4991\":622.8,\"4992\":null,\"4993\":null,\"4994\":95.04,\"4995\":null,\"4996\":2000.0,\"4997\":5696.1,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4017.39,\"5003\":null,\"5004\":null,\"5005\":5637.07,\"5006\":null,\"5007\":53934.39,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":6383.21,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4485.14,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5688.52,\"5031\":5828.77,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1217.1,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5618.8,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4635.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4635.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3685.0,\"5116\":2197.8,\"5117\":7146.0,\"5118\":390697.09,\"5119\":5137.2,\"5120\":6024.75,\"5121\":null,\"5122\":172.39,\"5123\":null,\"5124\":404.77,\"5125\":13948.0,\"5126\":10373.52,\"5127\":null,\"5128\":3030.22,\"5129\":1682.34,\"5130\":760.05,\"5131\":879.3,\"5132\":3065.0,\"5133\":20220.0,\"5134\":60708.02,\"5135\":504180.55,\"5136\":14688.0,\"5137\":999.24,\"5138\":18207.74,\"5139\":36233.21,\"5140\":7304.0,\"5141\":1140.51,\"5142\":783.09,\"5143\":3700.48,\"5144\":911.68,\"5145\":15177.63,\"5146\":599.72,\"5147\":null,\"5148\":null,\"5149\":30063.44,\"5150\":10491.0,\"5151\":5521.5,\"5152\":939.79,\"5153\":249613.92,\"5154\":159240.59,\"5155\":6045.1,\"5156\":111816.0,\"5157\":364560.0,\"5158\":null,\"5159\":null,\"5160\":16599.61,\"5161\":396309.86,\"5162\":16360.4,\"5163\":18772.6,\"5164\":22855.87,\"5165\":13810.03,\"5166\":16045.83,\"5167\":1789.38,\"5168\":1216.54,\"5169\":1227.62,\"5170\":636.18,\"5171\":null,\"5172\":null,\"5173\":2310.93,\"5174\":745.8,\"5175\":396.5,\"5176\":27649.0,\"5177\":null,\"5178\":2377.46,\"5179\":2200.2,\"5180\":820.3,\"5181\":933300.33,\"5182\":0.35,\"5183\":588.0,\"5184\":7425.0,\"5185\":8431.14,\"5186\":800.69,\"5187\":163850.0,\"5188\":609.79,\"5189\":14976.0,\"5190\":22972.79,\"5191\":69233.77,\"5192\":164985.94,\"5193\":null,\"5194\":301622.0,\"5195\":null,\"5196\":null,\"5197\":null,\"5198\":6274.78,\"5199\":501.2,\"5200\":673.88,\"5201\":785.85,\"5202\":81241.56,\"5203\":3069.26,\"5204\":545.72,\"5205\":461.16,\"5206\":588.28,\"5207\":4842.0,\"5208\":428.64,\"5209\":1643.51,\"5210\":14012.8,\"5211\":881.1,\"5212\":16775.08,\"5213\":11260.8,\"5214\":null,\"5215\":2553.0,\"5216\":102.3,\"5217\":341.54,\"5218\":29616.51,\"5219\":41855.67,\"5220\":null,\"5221\":1563.61,\"5222\":null,\"5223\":539192.95,\"5224\":1330.92,\"5225\":792.44,\"5226\":1048.44,\"5227\":1303.2,\"5228\":501653.03,\"5229\":null,\"5230\":530362.51,\"5231\":101120.0,\"5232\":142746.32,\"5233\":423025.08,\"5234\":145052.48,\"5235\":128829.82,\"5236\":null,\"5237\":791.56,\"5238\":554.65,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":62594.3,\"5243\":159045.77,\"5244\":165382.6,\"5245\":null,\"5246\":2157.26,\"5247\":101685.76,\"5248\":null,\"5249\":22325.32,\"5250\":45934.27,\"5251\":48940.06,\"5252\":658.02,\"5253\":75636.87,\"5254\":672.93,\"5255\":8943.0,\"5256\":2579.39,\"5257\":27355.22,\"5258\":32094.06,\"5259\":58801.3,\"5260\":57380.0,\"5261\":16147.14,\"5262\":325.68,\"5263\":5925.6,\"5264\":255.6,\"5265\":8702.4,\"5266\":6747.02,\"5267\":278.45,\"5268\":2800.0,\"5269\":9366.22,\"5270\":null,\"5271\":1686.52,\"5272\":142.69,\"5273\":null,\"5274\":9193.0,\"5275\":8274.0,\"5276\":2655.4,\"5277\":4949.4,\"5278\":17586.21,\"5279\":10127.66,\"5280\":10224.95,\"5281\":376.2,\"5282\":13616.1,\"5283\":13349.2,\"5284\":null,\"5285\":1528.9,\"5286\":13950.0,\"5287\":19746.4,\"5288\":10273.89,\"5289\":19615.0,\"5290\":8586.0,\"5291\":426.3,\"5292\":7934.8,\"5293\":1840.0,\"5294\":1365.6,\"5295\":null,\"5296\":4468.2,\"5297\":5269.0,\"5298\":217.89,\"5299\":2132.22,\"5300\":336.72,\"5301\":2058.0,\"5302\":1271.17,\"5303\":11221.98,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":2.93,\"5309\":766.26,\"5310\":null,\"5311\":277.64,\"5312\":992.7,\"5313\":null,\"5314\":null,\"5315\":208.32,\"5316\":null,\"5317\":2000.0,\"5318\":5368.7,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3994.44,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":8282.18,\"5328\":null,\"5329\":127457.35,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":9732.92,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4248.8,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5012.81,\"5353\":5167.51,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1276.33,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":5601.2,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":928.75,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":169.05,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3776.67,\"5440\":1920.6,\"5441\":7168.8,\"5442\":392417.74,\"5443\":2444.4,\"5444\":4931.59,\"5445\":465.85,\"5446\":null,\"5447\":404.62,\"5448\":13805.0,\"5449\":14541.57,\"5450\":184.8,\"5451\":3059.76,\"5452\":1746.69,\"5453\":769.46,\"5454\":1157.4,\"5455\":2609.0,\"5456\":21616.0,\"5457\":62177.58,\"5458\":503436.58,\"5459\":13680.0,\"5460\":1341.12,\"5461\":4988.61,\"5462\":31306.11,\"5463\":null,\"5464\":7681.67,\"5465\":1091.64,\"5466\":722.53,\"5467\":3700.48,\"5468\":864.94,\"5469\":12900.44,\"5470\":630.08,\"5471\":null,\"5472\":null,\"5473\":15410.55,\"5474\":6144.0,\"5475\":4653.55,\"5476\":939.79,\"5477\":255000.0,\"5478\":158929.45,\"5479\":5758.34,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":14646.8,\"5485\":396489.62,\"5486\":14984.35,\"5487\":18279.8,\"5488\":21867.01,\"5489\":12989.24,\"5490\":16457.77,\"5491\":null,\"5492\":1361.44,\"5493\":1325.86,\"5494\":591.71,\"5495\":118250.0,\"5496\":null,\"5497\":2298.85,\"5498\":743.15,\"5499\":400.26,\"5500\":25496.61,\"5501\":null,\"5502\":2670.15,\"5503\":2200.2,\"5504\":877.31,\"5505\":872408.0,\"5506\":443860.77,\"5507\":414.0,\"5508\":7011.4,\"5509\":8416.57,\"5510\":794.09,\"5511\":179650.0,\"5512\":623.44,\"5513\":14652.0,\"5514\":22821.71,\"5515\":null,\"5516\":69236.83,\"5517\":165311.45,\"5518\":null,\"5519\":null,\"5520\":544661.6899999999,\"5521\":null,\"5522\":42156.57,\"5523\":7805.22,\"5524\":517.04,\"5525\":685.51,\"5526\":785.1,\"5527\":80894.06,\"5528\":3065.81,\"5529\":533.91,\"5530\":606.78,\"5531\":511.7,\"5532\":4521.6,\"5533\":428.16,\"5534\":1503.19,\"5535\":14000.61,\"5536\":19658.35,\"5537\":3297.6,\"5538\":196.02,\"5539\":2555.4,\"5540\":99.0,\"5541\":334.04,\"5542\":29932.75,\"5543\":39156.14,\"5544\":null,\"5545\":null,\"5546\":null,\"5547\":120897.96,\"5548\":1603.38,\"5549\":717.86,\"5550\":1043.61,\"5551\":1413.0,\"5552\":749262.79,\"5553\":39333.67,\"5554\":533319.0600000001,\"5555\":null,\"5556\":154737.85,\"5557\":422418.73,\"5558\":140024.11,\"5559\":126695.38,\"5560\":null,\"5561\":791.56,\"5562\":549.53,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":60374.7,\"5567\":161188.46,\"5568\":168270.45,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22384.93,\"5573\":45789.59,\"5574\":48924.85,\"5575\":652.71,\"5576\":75480.93,\"5577\":751.83,\"5578\":7224.8,\"5579\":2003.99,\"5580\":28673.62,\"5581\":31933.5,\"5582\":59735.14,\"5583\":57779.23,\"5584\":13422.36,\"5585\":652.29,\"5586\":4939.2,\"5587\":255.6,\"5588\":8702.4,\"5589\":6765.0,\"5590\":276.74,\"5591\":9760.0,\"5592\":9331.52,\"5593\":401.28,\"5594\":1619.64,\"5595\":138.2,\"5596\":null,\"5597\":7682.0,\"5598\":9826.0,\"5599\":2624.6,\"5600\":4458.12,\"5601\":16627.93,\"5602\":8845.49,\"5603\":9195.0,\"5604\":1194.6,\"5605\":12834.9,\"5606\":12552.8,\"5607\":null,\"5608\":1370.4,\"5609\":13950.0,\"5610\":19741.79,\"5611\":19502.58,\"5612\":18588.55,\"5613\":8316.0,\"5614\":399.7,\"5615\":7341.0,\"5616\":1822.0,\"5617\":1288.6,\"5618\":null,\"5619\":3094.0,\"5620\":5270.0,\"5621\":217.89,\"5622\":3107.9,\"5623\":337.87,\"5624\":2011.0,\"5625\":1279.48,\"5626\":10740.47,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":7.33,\"5632\":911.46,\"5633\":null,\"5634\":275.0,\"5635\":1245.3,\"5636\":null,\"5637\":null,\"5638\":458.88,\"5639\":null,\"5640\":2000.0,\"5641\":5416.2,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3833.74,\"5647\":null,\"5648\":null,\"5649\":10119.0,\"5650\":null,\"5651\":null,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11554.41,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":5104.59,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":19751.04,\"5674\":19856.31,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1160.56,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5311.9,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":131.34,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1344.35,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3831.67,\"5762\":1828.2,\"5763\":7160.4,\"5764\":376853.96,\"5765\":1947.6,\"5766\":3929.8,\"5767\":464.97,\"5768\":null,\"5769\":null,\"5770\":406.24,\"5771\":14168.0,\"5772\":13956.89,\"5773\":198.0,\"5774\":3050.52,\"5775\":1747.68,\"5776\":774.0,\"5777\":1062.0,\"5778\":810.0,\"5779\":20824.0,\"5780\":60512.62,\"5781\":501793.03,\"5782\":12816.0,\"5783\":1171.5,\"5784\":5004.28,\"5785\":38782.3,\"5786\":6882.33,\"5787\":587.36,\"5788\":3699.84,\"5789\":856.43,\"5790\":11714.41,\"5791\":627.0,\"5792\":null,\"5793\":null,\"5794\":29083.48,\"5795\":10133.0,\"5796\":4477.44,\"5797\":254325.66,\"5798\":159304.49,\"5799\":5472.11,\"5800\":507970.0,\"5801\":null,\"5802\":null,\"5803\":13597.59,\"5804\":395662.8,\"5805\":14037.66,\"5806\":15140.4,\"5807\":22432.69,\"5808\":10915.57,\"5809\":16566.53,\"5810\":null,\"5811\":1445.89,\"5812\":1277.58,\"5813\":596.21,\"5814\":143935.0,\"5815\":null,\"5816\":2214.44,\"5817\":743.34,\"5818\":402.24,\"5819\":24099.1,\"5820\":null,\"5821\":2575.39,\"5822\":2200.2,\"5823\":null,\"5824\":935.66,\"5825\":870928.5600000001,\"5826\":467923.01,\"5827\":510.0,\"5828\":6661.6,\"5829\":8397.65,\"5830\":795.52,\"5831\":182990.0,\"5832\":664.3,\"5833\":12636.0,\"5834\":23205.19,\"5835\":60092.9,\"5836\":69710.7,\"5837\":165177.72,\"5838\":null,\"5839\":401534.0,\"5840\":null,\"5841\":null,\"5842\":7805.22,\"5843\":510.05,\"5844\":685.15,\"5845\":1235.1,\"5846\":80899.58,\"5847\":3621.83,\"5848\":532.06,\"5849\":660.78,\"5850\":530.65,\"5851\":4159.2,\"5852\":427.44,\"5853\":1305.16,\"5854\":14141.22,\"5855\":16472.71,\"5856\":3892.8,\"5857\":null,\"5858\":374.48,\"5859\":2534.4,\"5860\":102.3,\"5861\":328.72,\"5862\":29474.98,\"5863\":32533.49,\"5864\":null,\"5865\":null,\"5866\":null,\"5867\":120016.27,\"5868\":1604.1,\"5869\":755.48,\"5870\":1040.62,\"5871\":1339.2,\"5872\":600689.4,\"5873\":1235.14,\"5874\":534400.1,\"5875\":null,\"5876\":154423.85,\"5877\":422615.03,\"5878\":143130.32,\"5879\":127247.58,\"5880\":null,\"5881\":792.82,\"5882\":597.22,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":59117.17,\"5887\":163414.81,\"5888\":170009.45,\"5889\":83364.58,\"5890\":null,\"5891\":null,\"5892\":22136.64,\"5893\":45464.58,\"5894\":49489.34,\"5895\":654.18,\"5896\":75473.9,\"5897\":817.52,\"5898\":8461.2,\"5899\":2309.08,\"5900\":29763.48,\"5901\":31852.24,\"5902\":58851.55,\"5903\":null,\"5904\":14670.29,\"5905\":652.89,\"5906\":5410.8,\"5907\":0.6,\"5908\":8702.4,\"5909\":6743.55,\"5910\":307.43,\"5911\":1280.0,\"5912\":9322.98,\"5913\":1240.92,\"5914\":1726.56,\"5915\":139.0,\"5916\":7754.0,\"5917\":7883.0,\"5918\":2602.6,\"5919\":11728.94,\"5920\":16578.96,\"5921\":9059.96,\"5922\":9406.42,\"5923\":655.01,\"5924\":13023.3,\"5925\":12722.9,\"5926\":null,\"5927\":1352.0,\"5928\":13014.0,\"5929\":19743.72,\"5930\":19669.58,\"5931\":19608.32,\"5932\":7660.8,\"5933\":7314.9,\"5934\":1986.0,\"5935\":1249.1,\"5936\":null,\"5937\":2938.0,\"5938\":4996.0,\"5939\":217.89,\"5940\":2140.54,\"5941\":337.87,\"5942\":1983.0,\"5943\":1177.86,\"5944\":10627.07,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":833.58,\"5951\":278.08,\"5952\":899.1,\"5953\":null,\"5954\":null,\"5955\":320.16,\"5956\":null,\"5957\":2000.0,\"5958\":5258.9,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3696.0,\"5964\":null,\"5965\":null,\"5966\":5731.28,\"5967\":null,\"5968\":155792.35,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":0.61,\"5973\":null,\"5974\":8064.01,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":5029.53,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":9097.62,\"5992\":9383.95,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1142.9,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":219.85,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3149.85,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3817.0,\"6080\":1775.4,\"6081\":7153.2,\"6082\":402851.49,\"6083\":1688.4,\"6084\":3544.33,\"6085\":466.62,\"6086\":null,\"6087\":417.11,\"6088\":13288.0,\"6089\":13646.03,\"6090\":null,\"6091\":3085.17,\"6092\":1740.09,\"6093\":763.34,\"6094\":1663.2,\"6095\":815.0,\"6096\":21080.0,\"6097\":149294.44,\"6098\":499732.17,\"6099\":12552.0,\"6100\":1170.84,\"6101\":6416.11,\"6102\":39722.38,\"6103\":4455.0,\"6104\":626.46,\"6105\":3699.52,\"6106\":963.83,\"6107\":11490.83,\"6108\":631.62,\"6109\":null,\"6110\":null,\"6111\":28095.21,\"6112\":null,\"6113\":4437.96,\"6114\":null,\"6115\":255000.0,\"6116\":158594.11,\"6117\":5450.44,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":13495.15,\"6123\":311886.67,\"6124\":13674.01,\"6125\":18191.8,\"6126\":21747.35,\"6127\":13283.27,\"6128\":16590.43,\"6129\":null,\"6130\":1292.51,\"6131\":1664.07,\"6132\":null,\"6133\":590.33,\"6134\":92180.0,\"6135\":null,\"6136\":1817.81,\"6137\":741.77,\"6138\":465.8,\"6139\":31385.43,\"6140\":null,\"6141\":2482.99,\"6142\":2200.2,\"6143\":933.85,\"6144\":901271.42,\"6145\":0.07,\"6146\":378.0,\"6147\":6723.2,\"6148\":8383.13,\"6149\":805.97,\"6150\":null,\"6151\":652.76,\"6152\":16668.0,\"6153\":34104.93,\"6154\":69465.89,\"6155\":164891.7,\"6156\":18.0,\"6157\":null,\"6158\":419851.73,\"6159\":41931.19,\"6160\":8111.3,\"6161\":495.4,\"6162\":689.72,\"6163\":749.1,\"6164\":81211.23,\"6165\":3626.99,\"6166\":516.55,\"6167\":718.02,\"6168\":628.83,\"6169\":4038.0,\"6170\":427.32,\"6171\":null,\"6172\":573.78,\"6173\":14135.48,\"6174\":null,\"6175\":16186.43,\"6176\":4795.2,\"6177\":983.31,\"6178\":367.42,\"6179\":2535.0,\"6180\":105.6,\"6181\":324.38,\"6182\":29531.08,\"6183\":39164.44,\"6184\":null,\"6185\":1232506.6499999999,\"6186\":null,\"6187\":120463.78,\"6188\":1603.08,\"6189\":671.44,\"6190\":1057.34,\"6191\":1198.8,\"6192\":774141.89,\"6193\":50250.74,\"6194\":536339.5,\"6195\":null,\"6196\":154615.5,\"6197\":425714.94,\"6198\":141659.64,\"6199\":124266.03,\"6200\":null,\"6201\":788.06,\"6202\":591.54,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59882.85,\"6207\":158701.0,\"6208\":168396.25,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22148.21,\"6213\":45347.94,\"6214\":48692.8,\"6215\":667.47,\"6216\":77500.67,\"6217\":null,\"6218\":7752.8,\"6219\":2213.24,\"6220\":29977.5,\"6221\":31911.49,\"6222\":58430.29,\"6223\":15255.51,\"6224\":653.43,\"6225\":5407.2,\"6226\":null,\"6227\":8702.4,\"6228\":6744.54,\"6229\":271.99,\"6230\":2400.0,\"6231\":9345.73,\"6232\":1205.88,\"6233\":1645.6,\"6234\":133.98,\"6235\":9176.0,\"6236\":7138.0,\"6237\":2534.4,\"6238\":8794.81,\"6239\":15157.77,\"6240\":9074.64,\"6241\":9011.81,\"6242\":257.55,\"6243\":18088.2,\"6244\":17707.0,\"6245\":null,\"6246\":1540.0,\"6247\":13734.0,\"6248\":19742.53,\"6249\":19658.65,\"6250\":19609.74,\"6251\":7156.8,\"6252\":8758.1,\"6253\":2010.0,\"6254\":null,\"6255\":1656.7,\"6256\":null,\"6257\":4173.7,\"6258\":5132.0,\"6259\":217.89,\"6260\":2282.23,\"6261\":337.41,\"6262\":1945.0,\"6263\":1185.23,\"6264\":18591.0,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":33.73,\"6270\":806.52,\"6271\":null,\"6272\":256.52,\"6273\":812.4,\"6274\":null,\"6275\":null,\"6276\":null,\"6277\":null,\"6278\":2000.0,\"6279\":6380.7,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3609.91,\"6285\":null,\"6286\":null,\"6287\":1018.5,\"6288\":null,\"6289\":84212.63,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":2950.51,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":4092.4,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19816.82,\"6313\":19896.09,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":2.4,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1236.07,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":4626.6,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":5.99,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3085.45,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3868.33,\"6400\":1881.0,\"6401\":7160.4,\"6402\":402673.06,\"6403\":1692.0,\"6404\":2942.19,\"6405\":466.51,\"6406\":125.93,\"6407\":417.01,\"6408\":12870.0,\"6409\":15747.75,\"6410\":198.0,\"6411\":3080.88,\"6412\":1753.95,\"6413\":762.75,\"6414\":1798.2,\"6415\":808.0,\"6416\":16412.0,\"6417\":62259.76,\"6418\":506588.55,\"6419\":12656.0,\"6420\":590.37,\"6421\":11517.75,\"6422\":51118.98,\"6423\":6691.67,\"6424\":680.23,\"6425\":3700.16,\"6426\":965.8,\"6427\":11098.17,\"6428\":626.78,\"6429\":null,\"6430\":null,\"6431\":27116.35,\"6432\":null,\"6433\":4332.99,\"6434\":940.78,\"6435\":254289.44,\"6436\":159099.32,\"6437\":5347.16,\"6438\":41040.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":15332.76,\"6443\":336461.1,\"6444\":14917.4,\"6445\":18185.2,\"6446\":22911.48,\"6447\":11026.25,\"6448\":17177.62,\"6449\":117473.12,\"6450\":1155.89,\"6451\":1604.02,\"6452\":332.83,\"6453\":null,\"6454\":null,\"6455\":1724.43,\"6456\":741.96,\"6457\":461.04,\"6458\":31387.36,\"6459\":91076.7,\"6460\":2408.57,\"6461\":2200.2,\"6462\":933.49,\"6463\":912249.33,\"6464\":168733.78,\"6465\":384.0,\"6466\":10742.6,\"6467\":6139.06,\"6468\":820.49,\"6469\":189730.0,\"6470\":608.29,\"6471\":13968.0,\"6472\":null,\"6473\":69199.7,\"6474\":165205.57,\"6475\":null,\"6476\":613594.89,\"6477\":41768.61,\"6478\":7805.22,\"6479\":482.06,\"6480\":684.4,\"6481\":964.5,\"6482\":81049.93,\"6483\":3060.65,\"6484\":520.05,\"6485\":748.26,\"6486\":500.47,\"6487\":4522.8,\"6488\":422.4,\"6489\":1618.72,\"6490\":14002.76,\"6491\":null,\"6492\":16845.97,\"6493\":10200.0,\"6494\":378.25,\"6495\":2465.4,\"6496\":105.6,\"6497\":293.82,\"6498\":30257.48,\"6499\":50169.52,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":121098.84,\"6504\":1602.9,\"6505\":638.66,\"6506\":1012.11,\"6507\":1161.0,\"6508\":773966.01,\"6509\":39099.22,\"6510\":535716.76,\"6511\":null,\"6512\":144569.85,\"6513\":425539.59,\"6514\":141482.64,\"6515\":126295.88,\"6516\":2063.0,\"6517\":792.68,\"6518\":603.01,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":60235.01,\"6523\":158962.16,\"6524\":170325.8,\"6525\":131734.05,\"6526\":null,\"6527\":null,\"6528\":22634.14,\"6529\":44493.76,\"6530\":48195.28,\"6531\":649.8,\"6532\":75556.52,\"6533\":1032.21,\"6534\":7653.8,\"6535\":2315.39,\"6536\":29869.47,\"6537\":32071.98,\"6538\":58757.91,\"6539\":19310.72,\"6540\":656.37,\"6541\":5414.4,\"6542\":null,\"6543\":8702.4,\"6544\":6741.08,\"6545\":263.6,\"6546\":null,\"6547\":5040.0,\"6548\":9365.98,\"6549\":1398.12,\"6550\":1543.08,\"6551\":172.66,\"6552\":16898.0,\"6553\":9822.0,\"6554\":2965.6,\"6555\":7875.99,\"6556\":17220.11,\"6557\":19243.22,\"6558\":19570.06,\"6559\":2569.45,\"6560\":13869.6,\"6561\":13571.9,\"6562\":null,\"6563\":1133.44,\"6564\":19741.11,\"6565\":19662.15,\"6566\":19610.68,\"6567\":7574.4,\"6568\":null,\"6569\":8227.2,\"6570\":4762.0,\"6571\":null,\"6572\":1462.1,\"6573\":null,\"6574\":3969.8,\"6575\":1596.0,\"6576\":217.89,\"6577\":2251.94,\"6578\":335.57,\"6579\":1945.0,\"6580\":1223.34,\"6581\":12554.14,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":124.67,\"6587\":782.76,\"6588\":null,\"6589\":474.32,\"6590\":852.6,\"6591\":null,\"6592\":null,\"6593\":189.12,\"6594\":null,\"6595\":2000.0,\"6596\":5605.1,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4866.78,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":4622.37,\"6606\":null,\"6607\":83205.4,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":7331.55,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":3548.0,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19834.97,\"6631\":19923.14,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2118.33,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":4052.4,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":399.29,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3337.88,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3868.33,\"6718\":1887.6,\"6719\":7150.8,\"6720\":398116.58,\"6721\":1692.0,\"6722\":2941.91,\"6723\":710.38,\"6724\":51.74,\"6725\":null,\"6726\":417.68,\"6727\":11572.0,\"6728\":null,\"6729\":211.2,\"6730\":3061.9,\"6731\":1750.32,\"6732\":762.7,\"6733\":1938.6,\"6734\":806.0,\"6735\":15816.0,\"6736\":60527.41,\"6737\":504066.04,\"6738\":13760.0,\"6739\":720.06,\"6740\":16996.99,\"6741\":36530.49,\"6742\":6633.0,\"6743\":700.64,\"6744\":3520.96,\"6745\":828.85,\"6746\":11675.63,\"6747\":526.24,\"6748\":null,\"6749\":null,\"6750\":26120.96,\"6751\":null,\"6752\":6977.04,\"6753\":940.78,\"6754\":245128.48,\"6755\":158438.04,\"6756\":7066.26,\"6757\":68400.0,\"6758\":506970.0,\"6759\":null,\"6760\":null,\"6761\":18062.16,\"6762\":298514.13,\"6763\":18410.7,\"6764\":17168.8,\"6765\":23793.02,\"6766\":11624.71,\"6767\":16643.45,\"6768\":null,\"6769\":1105.17,\"6770\":1891.6,\"6771\":592.96,\"6772\":118690.0,\"6773\":null,\"6774\":2239.63,\"6775\":738.72,\"6776\":457.33,\"6777\":37789.26,\"6778\":90716.69,\"6779\":2302.39,\"6780\":2200.2,\"6781\":null,\"6782\":920.81,\"6783\":905714.27,\"6784\":325266.06,\"6785\":396.0,\"6786\":7502.0,\"6787\":6034.76,\"6788\":808.18,\"6789\":null,\"6790\":605.57,\"6791\":14832.0,\"6792\":24714.8,\"6793\":69525.58,\"6794\":164859.79,\"6795\":0.5,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":41212.79,\"6801\":7805.22,\"6802\":495.0,\"6803\":685.04,\"6804\":2052.15,\"6805\":80977.65,\"6806\":3048.6,\"6807\":486.26,\"6808\":685.8,\"6809\":602.38,\"6810\":4725.6,\"6811\":422.64,\"6812\":1110.72,\"6813\":11839.11,\"6814\":4503.6,\"6815\":17577.52,\"6816\":7756.8,\"6817\":381.15,\"6818\":2529.0,\"6819\":99.0,\"6820\":280.46,\"6821\":29281.48,\"6822\":49017.33,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":119986.45,\"6827\":1325.16,\"6828\":723.8,\"6829\":2035.28,\"6830\":1348.2,\"6831\":null,\"6832\":522156.45,\"6833\":39154.03,\"6834\":532932.95,\"6835\":null,\"6836\":null,\"6837\":154635.5,\"6838\":425662.71,\"6839\":138547.17,\"6840\":124754.19,\"6841\":2060.0,\"6842\":788.62,\"6843\":600.28,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64571.2,\"6848\":165009.71,\"6849\":169648.7,\"6850\":262928.97,\"6851\":null,\"6852\":101435.79,\"6853\":22619.38,\"6854\":45420.84,\"6855\":48230.72,\"6856\":647.43,\"6857\":75506.56,\"6858\":766.53,\"6859\":6696.8,\"6860\":2597.19,\"6861\":26689.93,\"6862\":32012.42,\"6863\":59135.35,\"6864\":1012.57,\"6865\":655.08,\"6866\":5623.2,\"6867\":null,\"6868\":null,\"6869\":8702.4,\"6870\":6743.72,\"6871\":293.9,\"6872\":null,\"6873\":8240.0,\"6874\":9382.64,\"6875\":1556.88,\"6876\":1589.72,\"6877\":150.22,\"6878\":null,\"6879\":15219.0,\"6880\":8769.0,\"6881\":3099.8,\"6882\":5905.77,\"6883\":16236.53,\"6884\":19511.7,\"6885\":19749.3,\"6886\":3423.2,\"6887\":19533.8,\"6888\":19095.7,\"6889\":null,\"6890\":13608.0,\"6891\":19599.65,\"6892\":19558.93,\"6893\":19455.02,\"6894\":5299.2,\"6895\":457.6,\"6896\":16375.4,\"6897\":4876.0,\"6898\":1286.4,\"6899\":null,\"6900\":3831.6,\"6901\":5113.0,\"6902\":217.89,\"6903\":2134.53,\"6904\":333.96,\"6905\":2090.0,\"6906\":280.08,\"6907\":11629.91,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":41.07,\"6913\":951.72,\"6914\":337.04,\"6915\":952.2,\"6916\":null,\"6917\":null,\"6918\":null,\"6919\":null,\"6920\":2000.0,\"6921\":5479.0,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":8757.91,\"6927\":null,\"6928\":30.8,\"6929\":null,\"6930\":3971.99,\"6931\":null,\"6932\":null,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":8279.88,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":4900.86,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19831.61,\"6956\":19928.41,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2105.02,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5615.5,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":null,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1513.98,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3868.33,\"7042\":13.2,\"7043\":6795.6,\"7044\":397347.17,\"7045\":1857.6,\"7046\":3840.71,\"7047\":710.38,\"7048\":55.44,\"7049\":417.86,\"7050\":12716.0,\"7051\":null,\"7052\":198.0,\"7053\":2985.51,\"7054\":1752.96,\"7055\":761.94,\"7056\":1106.1,\"7057\":1961.0,\"7058\":17392.0,\"7059\":63550.58,\"7060\":502219.5,\"7061\":13472.0,\"7062\":966.24,\"7063\":null,\"7064\":48311.15,\"7065\":7348.0,\"7066\":677.64,\"7067\":3622.08,\"7068\":813.53,\"7069\":12492.65,\"7070\":605.88,\"7071\":null,\"7072\":null,\"7073\":26140.07,\"7074\":null,\"7075\":6262.19,\"7076\":939.79,\"7077\":249555.75,\"7078\":158934.73,\"7079\":7039.38,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":14130.22,\"7085\":33236.77,\"7086\":11990.18,\"7087\":13021.8,\"7088\":22034.79,\"7089\":11922.99,\"7090\":16791.62,\"7091\":171148.68,\"7092\":1240.14,\"7093\":2305.03,\"7094\":576.33,\"7095\":305800.0,\"7096\":null,\"7097\":2083.34,\"7098\":738.82,\"7099\":450.37,\"7100\":44829.52,\"7101\":164307.67,\"7102\":1620.41,\"7103\":1942.2,\"7104\":924.77,\"7105\":946482.6899999999,\"7106\":0.04,\"7107\":456.0,\"7108\":7513.0,\"7109\":2228.01,\"7110\":808.18,\"7111\":205140.0,\"7112\":631.49,\"7113\":13608.0,\"7114\":24376.97,\"7115\":null,\"7116\":69821.19,\"7117\":164899.46,\"7118\":16.5,\"7119\":405352.0,\"7120\":40742.72,\"7121\":6886.96,\"7122\":502.26,\"7123\":685.66,\"7124\":1071.45,\"7125\":81045.1,\"7126\":2212.0,\"7127\":518.33,\"7128\":744.84,\"7129\":590.33,\"7130\":4503.6,\"7131\":423.96,\"7132\":1341.46,\"7133\":6859.7,\"7134\":null,\"7135\":15428.35,\"7136\":4560.0,\"7137\":366.96,\"7138\":2461.2,\"7139\":102.3,\"7140\":323.47,\"7141\":29790.1,\"7142\":29754.83,\"7143\":null,\"7144\":1046654.45,\"7145\":null,\"7146\":120979.8,\"7147\":1550.94,\"7148\":772.42,\"7149\":2151.61,\"7150\":1162.8,\"7151\":33664.09,\"7152\":44103.31,\"7153\":39166.33,\"7154\":453092.8,\"7155\":null,\"7156\":null,\"7157\":141210.79,\"7158\":389745.6,\"7159\":141171.58,\"7160\":126054.92,\"7161\":null,\"7162\":790.44,\"7163\":652.32,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64001.64,\"7168\":164329.62,\"7169\":170422.0,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22681.59,\"7174\":45294.7,\"7175\":48236.45,\"7176\":646.08,\"7177\":75535.66,\"7178\":738.45,\"7179\":3146.0,\"7180\":2802.76,\"7181\":29225.69,\"7182\":31803.38,\"7183\":57704.14,\"7184\":null,\"7185\":19429.2,\"7186\":654.33,\"7187\":5623.2,\"7188\":275.4,\"7189\":8702.4,\"7190\":6554.79,\"7191\":317.59,\"7192\":5600.0,\"7193\":9573.28,\"7194\":1622.64,\"7195\":1706.32,\"7196\":158.0,\"7197\":null,\"7198\":16925.0,\"7199\":8461.0,\"7200\":4263.6,\"7201\":5909.53,\"7202\":15148.17,\"7203\":19408.73,\"7204\":19711.42,\"7205\":2545.69,\"7206\":14644.1,\"7207\":14340.7,\"7208\":null,\"7209\":12600.0,\"7210\":19256.96,\"7211\":19534.16,\"7212\":19326.56,\"7213\":6552.0,\"7214\":435.3,\"7215\":9867.4,\"7216\":4500.0,\"7217\":null,\"7218\":1293.1,\"7219\":null,\"7220\":6693.1,\"7221\":5264.0,\"7222\":217.89,\"7223\":2140.72,\"7224\":333.5,\"7225\":1964.0,\"7226\":428.43,\"7227\":11125.07,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":686.4,\"7233\":914.76,\"7234\":337.92,\"7235\":661.5,\"7236\":null,\"7237\":null,\"7238\":28.8,\"7239\":null,\"7240\":2000.0,\"7241\":5242.4,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":6267.13,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":1613.99,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":3509.96,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":5519.93,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19905.28,\"7276\":19903.91,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1519.21,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5616.6,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":19.1,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3868.33,\"7363\":1933.8,\"7364\":7185.6,\"7365\":125333.78,\"7366\":1857.6,\"7367\":3239.79,\"7368\":711.37,\"7369\":null,\"7370\":417.93,\"7371\":12496.0,\"7372\":null,\"7373\":198.0,\"7374\":3047.22,\"7375\":1748.67,\"7376\":734.36,\"7377\":2401.2,\"7378\":2087.0,\"7379\":17152.0,\"7380\":60596.68,\"7381\":503602.71,\"7382\":14072.0,\"7383\":1001.55,\"7384\":17580.01,\"7385\":59116.6,\"7386\":8081.33,\"7387\":645.4,\"7388\":3406.4,\"7389\":925.74,\"7390\":13347.01,\"7391\":603.02,\"7392\":null,\"7393\":null,\"7394\":25144.81,\"7395\":null,\"7396\":5816.07,\"7397\":939.79,\"7398\":246639.52,\"7399\":160235.76,\"7400\":6994.15,\"7401\":510130.0,\"7402\":null,\"7403\":21569.17,\"7404\":32867.67,\"7405\":22414.46,\"7406\":9966.0,\"7407\":23324.33,\"7408\":10058.41,\"7409\":18188.71,\"7410\":171191.09,\"7411\":1408.43,\"7412\":2303.79,\"7413\":575.58,\"7414\":null,\"7415\":null,\"7416\":2354.86,\"7417\":744.82,\"7418\":326.78,\"7419\":34429.15,\"7420\":90443.85,\"7421\":null,\"7422\":1911.6,\"7423\":710.24,\"7424\":1016293.0,\"7425\":0.05,\"7426\":390.0,\"7427\":7502.0,\"7428\":6592.63,\"7429\":809.27,\"7430\":207040.0,\"7431\":642.43,\"7432\":14580.0,\"7433\":34955.75,\"7434\":69551.16,\"7435\":164793.28,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":482.59,\"7442\":671.0,\"7443\":891.75,\"7444\":81015.34,\"7445\":2212.0,\"7446\":371.98,\"7447\":null,\"7448\":524.54,\"7449\":4171.2,\"7450\":425.16,\"7451\":1323.32,\"7452\":7032.59,\"7453\":null,\"7454\":19782.6,\"7455\":7089.6,\"7456\":381.94,\"7457\":1492.8,\"7458\":227.7,\"7459\":305.33,\"7460\":30016.35,\"7461\":50187.92,\"7462\":null,\"7463\":919491.36,\"7464\":null,\"7465\":545156.38,\"7466\":1549.32,\"7467\":834.46,\"7468\":1937.6,\"7469\":1573.2,\"7470\":33239.69,\"7471\":184482.29,\"7472\":341857.62,\"7473\":null,\"7474\":65572.91,\"7475\":354924.67,\"7476\":139449.98,\"7477\":72698.64,\"7478\":2053.0,\"7479\":788.9,\"7480\":2060.2,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54626.39,\"7485\":162686.79,\"7486\":171001.05,\"7487\":42355.39,\"7488\":null,\"7489\":null,\"7490\":22650.17,\"7491\":45418.82,\"7492\":48346.41,\"7493\":646.17,\"7494\":75729.48,\"7495\":735.46,\"7496\":9785.6,\"7497\":2918.23,\"7498\":30128.84,\"7499\":31561.57,\"7500\":57753.4,\"7501\":58184.73,\"7502\":19291.03,\"7503\":653.64,\"7504\":5626.8,\"7505\":null,\"7506\":8702.4,\"7507\":6770.45,\"7508\":320.76,\"7509\":252.08,\"7510\":5680.0,\"7511\":9562.11,\"7512\":1617.36,\"7513\":1725.68,\"7514\":140.98,\"7515\":16831.0,\"7516\":9746.0,\"7517\":2527.8,\"7518\":5418.16,\"7519\":16386.25,\"7520\":17787.4,\"7521\":18099.88,\"7522\":2245.47,\"7523\":15811.8,\"7524\":15471.0,\"7525\":null,\"7526\":12996.0,\"7527\":19749.77,\"7528\":18667.78,\"7529\":19604.23,\"7530\":6840.0,\"7531\":452.6,\"7532\":9411.7,\"7533\":10020.0,\"7534\":1986.41,\"7535\":1798.5,\"7536\":null,\"7537\":3128.1,\"7538\":5750.0,\"7539\":217.89,\"7540\":1564.79,\"7541\":332.35,\"7542\":1916.0,\"7543\":1317.12,\"7544\":19229.98,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":55.73,\"7550\":808.5,\"7551\":339.24,\"7552\":null,\"7553\":null,\"7554\":194.4,\"7555\":null,\"7556\":2000.0,\"7557\":5117.5,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4401.91,\"7563\":null,\"7564\":null,\"7565\":8630.18,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":9943.25,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":3919.63,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19923.84,\"7591\":19939.36,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1643.51,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":312.19,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":null,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3864.67,\"7679\":1914.0,\"7680\":7174.8,\"7681\":399599.56,\"7682\":1854.0,\"7683\":3645.39,\"7684\":709.83,\"7685\":54.47,\"7686\":null,\"7687\":430.77,\"7688\":12441.0,\"7689\":15692.13,\"7690\":null,\"7691\":2167.93,\"7692\":1811.37,\"7693\":768.51,\"7694\":1757.7,\"7695\":1955.0,\"7696\":17420.0,\"7697\":60574.86,\"7698\":506707.45,\"7699\":14352.0,\"7700\":718.74,\"7701\":17483.6,\"7702\":52479.07,\"7703\":8015.33,\"7704\":1189.96,\"7705\":3700.16,\"7706\":871.21,\"7707\":18956.48,\"7708\":638.44,\"7709\":null,\"7710\":null,\"7711\":26362.94,\"7712\":null,\"7713\":4835.61,\"7714\":939.79,\"7715\":245303.22,\"7716\":158349.35,\"7717\":6054.91,\"7718\":null,\"7719\":null,\"7720\":15409.67,\"7721\":196465.71,\"7722\":15572.78,\"7723\":18244.6,\"7724\":23002.72,\"7725\":11226.93,\"7726\":17337.39,\"7727\":171187.73,\"7728\":1430.16,\"7729\":1676.29,\"7730\":582.96,\"7731\":null,\"7732\":null,\"7733\":2482.28,\"7734\":741.37,\"7735\":403.15,\"7736\":43061.0,\"7737\":90416.0,\"7738\":519.88,\"7739\":1907.4,\"7740\":null,\"7741\":851.81,\"7742\":1060411.0700000001,\"7743\":0.03,\"7744\":456.0,\"7745\":6930.0,\"7746\":4577.28,\"7747\":820.93,\"7748\":183760.0,\"7749\":627.77,\"7750\":13968.0,\"7751\":35372.01,\"7752\":69478.77,\"7753\":164604.31,\"7754\":null,\"7755\":404018.0,\"7756\":null,\"7757\":null,\"7758\":8417.39,\"7759\":488.27,\"7760\":695.88,\"7761\":1459.8,\"7762\":81003.11,\"7763\":2210.28,\"7764\":537.93,\"7765\":606.24,\"7766\":624.29,\"7767\":3854.4,\"7768\":426.48,\"7769\":null,\"7770\":1476.44,\"7771\":7134.46,\"7772\":1702.8,\"7773\":19777.67,\"7774\":5812.8,\"7775\":382.8,\"7776\":2530.8,\"7777\":237.6,\"7778\":338.58,\"7779\":29774.47,\"7780\":50183.98,\"7781\":null,\"7782\":902189.7,\"7783\":null,\"7784\":292136.41,\"7785\":1609.08,\"7786\":686.84,\"7787\":1383.99,\"7788\":1011.6,\"7789\":431352.96,\"7790\":103656.59,\"7791\":null,\"7792\":null,\"7793\":146673.99,\"7794\":124168.09,\"7795\":2048.0,\"7796\":790.3,\"7797\":578.76,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54750.44,\"7802\":68916.49,\"7803\":170109.35,\"7804\":null,\"7805\":22623.29,\"7806\":45136.33,\"7807\":48329.1,\"7808\":646.5,\"7809\":75530.92,\"7810\":692.08,\"7811\":8758.2,\"7812\":2710.71,\"7813\":29916.92,\"7814\":31767.24,\"7815\":55481.27,\"7816\":55577.64,\"7817\":19474.23,\"7818\":652.11,\"7819\":6897.6,\"7820\":null,\"7821\":8702.4,\"7822\":6768.47,\"7823\":321.95,\"7824\":227.39,\"7825\":7360.0,\"7826\":9557.74,\"7827\":1626.24,\"7828\":1799.6,\"7829\":368.81,\"7830\":11895.0,\"7831\":8058.0,\"7832\":2483.8,\"7833\":15740.38,\"7834\":16773.35,\"7835\":16752.88,\"7836\":17266.52,\"7837\":948.05,\"7838\":15227.0,\"7839\":14915.5,\"7840\":null,\"7841\":11538.0,\"7842\":19716.77,\"7843\":18656.58,\"7844\":19580.99,\"7845\":4262.4,\"7846\":531.6,\"7847\":9933.4,\"7848\":8014.0,\"7849\":null,\"7850\":1394.9,\"7851\":null,\"7852\":2800.1,\"7853\":7291.0,\"7854\":217.89,\"7855\":1586.4,\"7856\":331.43,\"7857\":1868.0,\"7858\":null,\"7859\":16075.24,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":215.6,\"7865\":801.9,\"7866\":310.2,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":132.96,\"7871\":null,\"7872\":2000.0,\"7873\":5460.1,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4063.3,\"7879\":null,\"7880\":null,\"7881\":6687.46,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":9713.13,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":4801.59,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19894.83,\"7905\":19923.59,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1926.65,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":308.17,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":156.4,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3861.0,\"7993\":2098.8,\"7994\":7173.6,\"7995\":168727.23,\"7996\":2548.8,\"7997\":3938.71,\"7998\":708.95,\"7999\":null,\"8000\":null,\"8001\":430.27,\"8002\":12463.0,\"8003\":14826.62,\"8004\":null,\"8005\":2164.64,\"8006\":1792.23,\"8007\":722.16,\"8008\":2548.8,\"8009\":1644.0,\"8010\":16960.0,\"8011\":60638.69,\"8012\":503966.12,\"8013\":14136.0,\"8014\":972.51,\"8015\":17988.28,\"8016\":61882.06,\"8017\":8169.33,\"8018\":978.36,\"8019\":3699.2,\"8020\":780.88,\"8021\":14489.46,\"8022\":619.08,\"8023\":null,\"8024\":null,\"8025\":25127.52,\"8026\":null,\"8027\":4559.91,\"8028\":939.79,\"8029\":159490.3,\"8030\":91414.13,\"8031\":5612.7,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":14114.47,\"8036\":142680.07,\"8037\":16209.7,\"8038\":18612.0,\"8039\":20936.21,\"8040\":10166.57,\"8041\":16784.17,\"8042\":33716.18,\"8043\":1370.13,\"8044\":1422.28,\"8045\":552.5,\"8046\":null,\"8047\":2167.41,\"8048\":733.89,\"8049\":436.64,\"8050\":7002.93,\"8051\":90421.67,\"8052\":4024.39,\"8053\":1906.2,\"8054\":null,\"8055\":844.91,\"8056\":1134882.4399999999,\"8057\":602062.28,\"8058\":660.0,\"8059\":7264.4,\"8060\":7505.94,\"8061\":828.96,\"8062\":205070.0,\"8063\":600.24,\"8064\":14220.0,\"8065\":35885.45,\"8066\":69288.97,\"8067\":82673.33,\"8068\":2964.5,\"8069\":null,\"8070\":569023.98,\"8071\":40362.87,\"8072\":8570.44,\"8073\":488.0,\"8074\":653.76,\"8075\":824.55,\"8076\":80978.14,\"8077\":2215.44,\"8078\":536.28,\"8079\":773.82,\"8080\":539.13,\"8081\":3476.4,\"8082\":411.96,\"8083\":1498.18,\"8084\":19419.78,\"8085\":2843.1,\"8086\":17737.58,\"8087\":8491.2,\"8088\":375.08,\"8089\":2552.4,\"8090\":240.9,\"8091\":292.35,\"8092\":29407.04,\"8093\":49600.75,\"8094\":null,\"8095\":1094760.1699999999,\"8096\":null,\"8097\":120129.11,\"8098\":1608.36,\"8099\":629.42,\"8100\":1241.59,\"8101\":1139.4,\"8102\":435971.71,\"8103\":179364.42,\"8104\":72875.77,\"8105\":73418.93,\"8106\":2042.0,\"8107\":791.28,\"8108\":0.92,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":55139.71,\"8113\":89279.1,\"8114\":99990.65,\"8115\":null,\"8116\":null,\"8117\":28530.33,\"8118\":45332.07,\"8119\":49307.11,\"8120\":645.15,\"8121\":75511.44,\"8122\":632.13,\"8123\":5471.4,\"8124\":2801.84,\"8125\":26690.3,\"8126\":52749.62,\"8127\":51689.2,\"8128\":19264.48,\"8129\":651.99,\"8130\":13201.2,\"8131\":null,\"8132\":8702.4,\"8133\":6634.65,\"8134\":394.55,\"8135\":95.72,\"8136\":6480.0,\"8137\":9348.64,\"8138\":1627.2,\"8139\":1720.84,\"8140\":139.0,\"8141\":16687.0,\"8142\":12309.0,\"8143\":3262.6,\"8144\":19790.52,\"8145\":15817.14,\"8146\":11521.74,\"8147\":12196.56,\"8148\":1737.85,\"8149\":18863.7,\"8150\":18457.1,\"8151\":null,\"8152\":12024.0,\"8153\":19693.98,\"8154\":19616.02,\"8155\":19557.2,\"8156\":5965.2,\"8157\":641.7,\"8158\":null,\"8159\":4852.0,\"8160\":1497.8,\"8161\":null,\"8162\":4170.2,\"8163\":5031.0,\"8164\":217.89,\"8165\":2182.2,\"8166\":340.86,\"8167\":1915.0,\"8168\":1282.62,\"8169\":19347.44,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":38.13,\"8175\":785.4,\"8176\":null,\"8177\":303.16,\"8178\":955.8,\"8179\":null,\"8180\":null,\"8181\":6.24,\"8182\":null,\"8183\":2000.0,\"8184\":6336.5,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":2433.82,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4018.64,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":4456.21,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19946.94,\"8218\":19931.16,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1666.61,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1385.75,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2052.6,\"8306\":7174.8,\"8307\":296346.78,\"8308\":9734.4,\"8309\":5818.2,\"8310\":712.36,\"8311\":27.02,\"8312\":null,\"8313\":431.2,\"8314\":12397.0,\"8315\":16150.43,\"8316\":null,\"8317\":2105.4,\"8318\":1732.83,\"8319\":732.91,\"8320\":3008.7,\"8321\":807.0,\"8322\":15952.0,\"8323\":60571.22,\"8324\":492913.55,\"8325\":12432.0,\"8326\":757.35,\"8327\":13182.38,\"8328\":44499.44,\"8329\":6673.33,\"8330\":830.5,\"8331\":3699.84,\"8332\":779.28,\"8333\":14617.98,\"8334\":583.0,\"8335\":null,\"8336\":null,\"8337\":28111.13,\"8338\":null,\"8339\":8376.61,\"8340\":937.81,\"8341\":168723.33,\"8342\":100758.0,\"8343\":9866.96,\"8344\":508950.0,\"8345\":null,\"8346\":null,\"8347\":43040.31,\"8348\":395458.57,\"8349\":18753.44,\"8350\":18662.6,\"8351\":15154.42,\"8352\":12994.8,\"8353\":17331.55,\"8354\":87904.11,\"8355\":1030.45,\"8356\":1373.02,\"8357\":573.83,\"8358\":null,\"8359\":2620.28,\"8360\":731.14,\"8361\":395.09,\"8362\":27989.72,\"8363\":90440.87,\"8364\":3339.92,\"8365\":1892.4,\"8366\":15274.6,\"8367\":822.33,\"8368\":1140267.3799999999,\"8369\":148546.86,\"8370\":462.0,\"8371\":10575.4,\"8372\":6049.93,\"8373\":827.64,\"8374\":184380.0,\"8375\":572.84,\"8376\":15408.0,\"8377\":34837.15,\"8378\":59531.64,\"8379\":108037.72,\"8380\":null,\"8381\":572677.65,\"8382\":19832.31,\"8383\":7652.17,\"8384\":null,\"8385\":681.34,\"8386\":827.55,\"8387\":80951.77,\"8388\":2215.44,\"8389\":507.24,\"8390\":820.98,\"8391\":653.21,\"8392\":5276.4,\"8393\":411.84,\"8394\":610.68,\"8395\":19529.54,\"8396\":2173.5,\"8397\":19970.56,\"8398\":4656.0,\"8399\":363.86,\"8400\":1793.4,\"8401\":264.0,\"8402\":321.92,\"8403\":29450.14,\"8404\":47060.97,\"8405\":null,\"8406\":1208294.9299999999,\"8407\":null,\"8408\":120106.44,\"8409\":1425.06,\"8410\":689.04,\"8411\":1684.14,\"8412\":1009.8,\"8413\":216498.26,\"8414\":338801.79,\"8415\":null,\"8416\":null,\"8417\":72810.37,\"8418\":73551.2,\"8419\":null,\"8420\":791.98,\"8421\":null,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":142928.68,\"8426\":162613.15,\"8427\":null,\"8428\":22609.94,\"8429\":45438.3,\"8430\":47612.52,\"8431\":628.86,\"8432\":75530.07,\"8433\":704.9,\"8434\":8173.0,\"8435\":2858.66,\"8436\":18258.76,\"8437\":49087.58,\"8438\":52757.73,\"8439\":19300.73,\"8440\":653.61,\"8441\":9403.2,\"8442\":null,\"8443\":8702.4,\"8444\":6774.74,\"8445\":370.79,\"8446\":null,\"8447\":7760.0,\"8448\":8541.9,\"8449\":1689.72,\"8450\":null,\"8451\":130.94,\"8452\":null,\"8453\":12389.0,\"8454\":11594.0,\"8455\":2699.4,\"8456\":14759.86,\"8457\":15861.37,\"8458\":10674.5,\"8459\":11319.04,\"8460\":1278.49,\"8461\":13868.9,\"8462\":13574.2,\"8463\":null,\"8464\":9738.0,\"8465\":19580.16,\"8466\":19504.81,\"8467\":19444.13,\"8468\":6577.2,\"8469\":368.2,\"8470\":10189.9,\"8471\":1996.0,\"8472\":1614.3,\"8473\":null,\"8474\":3174.4,\"8475\":5793.0,\"8476\":217.89,\"8477\":2159.33,\"8478\":328.67,\"8479\":2324.0,\"8480\":830.67,\"8481\":17321.49,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":222.93,\"8487\":760.32,\"8488\":null,\"8489\":310.64,\"8490\":714.3,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5693.3,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4855.3,\"8501\":null,\"8502\":null,\"8503\":2426.46,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":3853.82,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":3067.84,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19949.03,\"8529\":19944.14,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1331.5,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5570.4,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":null,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3351.68,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3868.33,\"8617\":2488.2,\"8618\":7174.8,\"8619\":405685.61,\"8620\":6656.4,\"8621\":4941.37,\"8622\":712.58,\"8623\":null,\"8624\":null,\"8625\":431.5,\"8626\":12947.0,\"8627\":15572.11,\"8628\":151.8,\"8629\":2114.8,\"8630\":1761.54,\"8631\":755.82,\"8632\":2410.2,\"8633\":809.0,\"8634\":16836.0,\"8635\":60588.24,\"8636\":505294.89,\"8637\":13024.0,\"8638\":918.06,\"8639\":17495.28,\"8640\":36788.03,\"8641\":6757.67,\"8642\":949.9,\"8643\":3655.04,\"8644\":890.54,\"8645\":18527.25,\"8646\":568.7,\"8647\":null,\"8648\":null,\"8649\":25142.21,\"8650\":null,\"8651\":8821.44,\"8652\":942.77,\"8653\":246120.53,\"8654\":148475.14,\"8655\":9213.54,\"8656\":127030.0,\"8657\":null,\"8658\":null,\"8659\":24331.9,\"8660\":395725.43,\"8661\":18058.32,\"8662\":15875.2,\"8663\":null,\"8664\":12011.77,\"8665\":16452.43,\"8666\":170251.59,\"8667\":1251.52,\"8668\":1538.04,\"8669\":588.08,\"8670\":null,\"8671\":2336.23,\"8672\":727.5,\"8673\":380.0,\"8674\":38283.65,\"8675\":null,\"8676\":3920.44,\"8677\":2167.8,\"8678\":14693.8,\"8679\":849.39,\"8680\":1160059.23,\"8681\":596607.42,\"8682\":618.0,\"8683\":9871.4,\"8684\":5865.77,\"8685\":825.55,\"8686\":205110.0,\"8687\":613.22,\"8688\":11124.0,\"8689\":35249.94,\"8690\":69452.51,\"8691\":164859.81,\"8692\":403972.0,\"8693\":586795.26,\"8694\":null,\"8695\":40026.22,\"8696\":7958.26,\"8697\":501.47,\"8698\":687.74,\"8699\":1406.1,\"8700\":81110.72,\"8701\":2217.16,\"8702\":535.66,\"8703\":939.96,\"8704\":1082.1,\"8705\":4351.2,\"8706\":411.24,\"8707\":1191.91,\"8708\":13918.83,\"8709\":4360.95,\"8710\":19980.89,\"8711\":8193.6,\"8712\":355.81,\"8713\":2595.0,\"8714\":260.7,\"8715\":260.23,\"8716\":29814.38,\"8717\":48586.15,\"8718\":null,\"8719\":null,\"8720\":null,\"8721\":612056.66,\"8722\":1614.9,\"8723\":696.08,\"8724\":1226.03,\"8725\":995.4,\"8726\":340332.57,\"8727\":66656.68,\"8728\":123339.34,\"8729\":106502.96,\"8730\":86911.05,\"8731\":2062.0,\"8732\":789.46,\"8733\":12.02,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":157570.64,\"8738\":166150.35,\"8739\":null,\"8740\":null,\"8741\":22381.2,\"8742\":44976.89,\"8743\":47748.36,\"8744\":601.59,\"8745\":75537.77,\"8746\":712.54,\"8747\":4945.6,\"8748\":2738.25,\"8749\":30081.7,\"8750\":49198.46,\"8751\":null,\"8752\":19309.69,\"8753\":653.67,\"8754\":10022.4,\"8755\":58.2,\"8756\":8702.4,\"8757\":6749.33,\"8758\":344.85,\"8759\":null,\"8760\":5360.0,\"8761\":4946.43,\"8762\":1546.92,\"8763\":1702.36,\"8764\":141.5,\"8765\":null,\"8766\":15944.0,\"8767\":16751.0,\"8768\":5086.4,\"8769\":16953.59,\"8770\":16956.73,\"8771\":11257.42,\"8772\":11900.58,\"8773\":1222.91,\"8774\":13060.9,\"8775\":12779.8,\"8776\":null,\"8777\":19667.5,\"8778\":19555.65,\"8779\":19573.4,\"8780\":1861.2,\"8781\":470.2,\"8782\":null,\"8783\":2040.0,\"8784\":1346.0,\"8785\":null,\"8786\":7182.1,\"8787\":6728.0,\"8788\":217.89,\"8789\":2178.36,\"8790\":327.75,\"8791\":2195.0,\"8792\":1258.31,\"8793\":14832.16,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":1064.8,\"8799\":753.72,\"8800\":null,\"8801\":117.48,\"8802\":476.1,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5351.7,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4390.44,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":3647.48,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19936.7,\"8841\":19921.42,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1355.48,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4663.83,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3864.67,\"8929\":2461.8,\"8930\":7242.0,\"8931\":20604.0,\"8932\":5382.0,\"8933\":4438.61,\"8934\":709.28,\"8935\":8.89,\"8936\":null,\"8937\":431.64,\"8938\":13200.0,\"8939\":null,\"8940\":204.6,\"8941\":2155.72,\"8942\":1728.87,\"8943\":770.94,\"8944\":1690.2,\"8945\":810.0,\"8946\":16768.0,\"8947\":60634.76,\"8948\":381906.25,\"8949\":13648.0,\"8950\":1255.98,\"8951\":18100.58,\"8952\":32992.34,\"8953\":8202.33,\"8954\":null,\"8955\":3700.16,\"8956\":835.37,\"8957\":16089.88,\"8958\":610.72,\"8959\":null,\"8960\":null,\"8961\":28074.58,\"8962\":null,\"8963\":5441.01,\"8964\":942.77,\"8965\":247059.38,\"8966\":158280.81,\"8967\":6664.74,\"8968\":204360.0,\"8969\":null,\"8970\":null,\"8971\":17757.04,\"8972\":395872.72,\"8973\":15750.79,\"8974\":null,\"8975\":null,\"8976\":11877.14,\"8977\":17783.6,\"8978\":82073.62,\"8979\":1171.83,\"8980\":1326.05,\"8981\":579.83,\"8982\":null,\"8983\":null,\"8984\":1281.91,\"8985\":725.82,\"8986\":427.25,\"8987\":31017.71,\"8988\":2929.37,\"8989\":1954.2,\"8990\":14707.0,\"8991\":867.9,\"8992\":1115511.5900000001,\"8993\":440399.4,\"8994\":684.0,\"8995\":6910.2,\"8996\":7598.65,\"8997\":821.04,\"8998\":179160.0,\"8999\":531.0,\"9000\":13032.0,\"9001\":40582.74,\"9002\":64438.11,\"9003\":164994.95,\"9004\":1823.5,\"9005\":382076.0,\"9006\":null,\"9007\":38827.34,\"9008\":4591.3,\"9009\":510.58,\"9010\":689.15,\"9011\":1700.55,\"9012\":81102.52,\"9013\":2222.33,\"9014\":453.06,\"9015\":944.82,\"9016\":921.03,\"9017\":9177.6,\"9018\":412.56,\"9019\":null,\"9020\":7049.8,\"9021\":3357.9,\"9022\":17205.74,\"9023\":11193.6,\"9024\":374.48,\"9025\":2316.6,\"9026\":262.35,\"9027\":255.97,\"9028\":29537.67,\"9029\":49999.15,\"9030\":null,\"9031\":1110771.0700000001,\"9032\":null,\"9033\":820232.08,\"9034\":1613.82,\"9035\":551.54,\"9036\":1186.87,\"9037\":1017.0,\"9038\":124528.28,\"9039\":66602.68,\"9040\":164091.33,\"9041\":134423.43,\"9042\":119871.0,\"9043\":null,\"9044\":791.28,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":11864.66,\"9050\":156339.31,\"9051\":162996.1,\"9052\":19820.96,\"9053\":17874.94,\"9054\":null,\"9055\":44799.4,\"9056\":47841.21,\"9057\":656.79,\"9058\":75548.7,\"9059\":686.53,\"9060\":null,\"9061\":2684.65,\"9062\":26900.97,\"9063\":54534.46,\"9064\":19299.3,\"9065\":652.53,\"9066\":10026.0,\"9067\":null,\"9068\":8702.4,\"9069\":6749.49,\"9070\":348.74,\"9071\":0.03,\"9072\":4400.0,\"9073\":4977.24,\"9074\":1566.0,\"9075\":1805.32,\"9076\":133.98,\"9077\":9218.0,\"9078\":12319.0,\"9079\":5082.0,\"9080\":19816.75,\"9081\":15371.39,\"9082\":10224.22,\"9083\":10223.91,\"9084\":698.28,\"9085\":12911.5,\"9086\":12636.8,\"9087\":null,\"9088\":19748.24,\"9089\":19381.64,\"9090\":19612.41,\"9091\":6361.2,\"9092\":479.8,\"9093\":10186.5,\"9094\":7838.0,\"9095\":1440.3,\"9096\":null,\"9097\":7180.9,\"9098\":4588.0,\"9099\":217.89,\"9100\":2287.87,\"9101\":326.6,\"9102\":3007.0,\"9103\":580.23,\"9104\":12394.92,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":657.07,\"9110\":833.58,\"9111\":null,\"9112\":455.4,\"9113\":471.0,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5615.4,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3879.65,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":1045.88,\"9128\":null,\"9129\":null,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":1065.97,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19895.24,\"9152\":19944.7,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1246.52,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2113.7,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3857.33,\"9239\":2435.4,\"9240\":null,\"9241\":405702.35,\"9242\":7876.8,\"9243\":5427.36,\"9244\":707.52,\"9245\":11.53,\"9246\":null,\"9247\":425.71,\"9248\":13827.0,\"9249\":null,\"9250\":198.0,\"9251\":2156.05,\"9252\":1760.22,\"9253\":794.48,\"9254\":806.0,\"9255\":17608.0,\"9256\":60560.72,\"9257\":495533.79,\"9258\":10096.0,\"9259\":1150.05,\"9260\":11034.59,\"9261\":28843.9,\"9262\":8187.67,\"9263\":423.49,\"9264\":3700.48,\"9265\":823.05,\"9266\":27110.22,\"9267\":612.04,\"9268\":null,\"9269\":null,\"9270\":26913.83,\"9271\":null,\"9272\":4685.6,\"9273\":942.77,\"9274\":255000.0,\"9275\":5796.41,\"9276\":97000.0,\"9277\":null,\"9278\":16080.28,\"9279\":374002.64,\"9280\":14432.48,\"9281\":null,\"9282\":null,\"9283\":13564.03,\"9284\":12351.2,\"9285\":147393.69,\"9286\":1369.51,\"9287\":1393.33,\"9288\":573.83,\"9289\":128205.0,\"9290\":null,\"9291\":2521.03,\"9292\":728.48,\"9293\":424.92,\"9294\":59752.2,\"9295\":90477.86,\"9296\":4174.93,\"9297\":2756.4,\"9298\":null,\"9299\":881.24,\"9300\":1174880.7,\"9301\":599851.0,\"9302\":480.0,\"9303\":6901.4,\"9304\":7600.77,\"9305\":821.04,\"9306\":166530.0,\"9307\":580.88,\"9308\":12096.0,\"9309\":35256.91,\"9310\":64615.05,\"9311\":53140.27,\"9312\":null,\"9313\":null,\"9314\":569418.12,\"9315\":null,\"9316\":39325.26,\"9317\":null,\"9318\":577.24,\"9319\":693.54,\"9320\":2345.4,\"9321\":80986.64,\"9322\":2213.72,\"9323\":531.96,\"9324\":null,\"9325\":1089.88,\"9326\":9025.2,\"9327\":411.6,\"9328\":1906.69,\"9329\":7038.33,\"9330\":4355.55,\"9331\":252.18,\"9332\":12062.4,\"9333\":365.18,\"9334\":2689.2,\"9335\":null,\"9336\":265.16,\"9337\":29545.19,\"9338\":50189.02,\"9339\":null,\"9340\":null,\"9341\":null,\"9342\":796064.76,\"9343\":1499.16,\"9344\":868.12,\"9345\":1132.53,\"9346\":1159.2,\"9347\":179466.85,\"9348\":null,\"9349\":124013.16,\"9350\":102845.86,\"9351\":72452.47,\"9352\":null,\"9353\":790.02,\"9354\":null,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54467.28,\"9359\":157666.94,\"9360\":165970.9,\"9361\":null,\"9362\":8166.83,\"9363\":44691.6,\"9364\":47452.01,\"9365\":663.09,\"9366\":76583.05,\"9367\":620.76,\"9368\":null,\"9369\":1549.45,\"9370\":27931.01,\"9371\":null,\"9372\":50873.73,\"9373\":19358.15,\"9374\":651.57,\"9375\":18964.8,\"9376\":66.0,\"9377\":8702.4,\"9378\":6757.58,\"9379\":409.73,\"9380\":null,\"9381\":5200.0,\"9382\":9544.71,\"9383\":1524.84,\"9384\":1731.4,\"9385\":366.17,\"9386\":9549.0,\"9387\":19485.0,\"9388\":4895.0,\"9389\":19803.93,\"9390\":16636.72,\"9391\":10745.46,\"9392\":11437.68,\"9393\":418.88,\"9394\":13165.1,\"9395\":12892.5,\"9396\":null,\"9397\":19736.46,\"9398\":19635.8,\"9399\":19618.67,\"9400\":491.2,\"9401\":16610.3,\"9402\":4424.0,\"9403\":null,\"9404\":1719.6,\"9405\":null,\"9406\":7177.8,\"9407\":5534.0,\"9408\":217.89,\"9409\":1879.14,\"9410\":366.16,\"9411\":2440.0,\"9412\":629.63,\"9413\":12540.02,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":711.33,\"9419\":753.72,\"9420\":null,\"9421\":779.68,\"9422\":1054.8,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5324.0,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4683.13,\"9433\":null,\"9434\":null,\"9435\":1886.24,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.75,\"9442\":null,\"9443\":2105.87,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19946.89,\"9460\":19952.77,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1462.4,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4024.43,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3846.33,\"9547\":null,\"9548\":7254.0,\"9549\":371229.46,\"9550\":10494.0,\"9551\":8408.79,\"9552\":709.39,\"9553\":null,\"9554\":null,\"9555\":426.14,\"9556\":12914.0,\"9557\":null,\"9558\":191.4,\"9559\":383.3,\"9560\":1835.13,\"9561\":795.01,\"9562\":809.0,\"9563\":14676.0,\"9564\":60120.92,\"9565\":495297.24,\"9566\":2259.18,\"9567\":10971.32,\"9568\":46200.26,\"9569\":8154.67,\"9570\":918.56,\"9571\":3700.16,\"9572\":864.49,\"9573\":29988.17,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":28084.44,\"9578\":7303.0,\"9579\":5406.88,\"9580\":942.77,\"9581\":255000.0,\"9582\":6723.39,\"9583\":null,\"9584\":null,\"9585\":24921.6,\"9586\":396313.97,\"9587\":16668.92,\"9588\":null,\"9589\":null,\"9590\":15911.53,\"9591\":7465.97,\"9592\":null,\"9593\":1063.77,\"9594\":1344.5,\"9595\":586.71,\"9596\":128755.0,\"9597\":null,\"9598\":2454.45,\"9599\":610.17,\"9600\":416.02,\"9601\":75614.98,\"9602\":null,\"9603\":1011.02,\"9604\":2490.0,\"9605\":14691.6,\"9606\":868.23,\"9607\":1164868.8999999999,\"9608\":26754.34,\"9609\":798.0,\"9610\":6938.8,\"9611\":7584.2,\"9612\":824.54,\"9613\":181160.0,\"9614\":528.6,\"9615\":11664.0,\"9616\":35065.87,\"9617\":49953.36,\"9618\":69803.14,\"9619\":1343.0,\"9620\":574534.12,\"9621\":38835.18,\"9622\":3366.96,\"9623\":null,\"9624\":null,\"9625\":3224.7,\"9626\":80943.24,\"9627\":2215.44,\"9628\":528.17,\"9629\":null,\"9630\":861.55,\"9631\":10099.2,\"9632\":411.84,\"9633\":null,\"9634\":734.61,\"9635\":19623.52,\"9636\":4350.6,\"9637\":19759.78,\"9638\":1387.2,\"9639\":366.23,\"9640\":2656.8,\"9641\":178.2,\"9642\":334.21,\"9643\":29602.24,\"9644\":50179.73,\"9645\":null,\"9646\":918620.88,\"9647\":null,\"9648\":819687.77,\"9649\":1220.76,\"9650\":774.84,\"9651\":1089.36,\"9652\":1456.2,\"9653\":178353.12,\"9654\":66097.38,\"9655\":123581.67,\"9656\":72705.84,\"9657\":72018.28,\"9658\":null,\"9659\":787.36,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":54979.33,\"9664\":70275.11,\"9665\":68945.8,\"9666\":null,\"9667\":null,\"9668\":45257.8,\"9669\":47614.2,\"9670\":636.15,\"9671\":76474.8,\"9672\":654.01,\"9673\":null,\"9674\":2683.85,\"9675\":17933.88,\"9676\":54081.44,\"9677\":19319.52,\"9678\":651.99,\"9679\":16221.6,\"9680\":null,\"9681\":8702.4,\"9682\":6765.5,\"9683\":333.43,\"9684\":94.72,\"9685\":3440.0,\"9686\":9567.44,\"9687\":1517.88,\"9688\":1642.08,\"9689\":151.27,\"9690\":9175.0,\"9691\":13297.0,\"9692\":3812.6,\"9693\":16219.06,\"9694\":18225.68,\"9695\":10225.96,\"9696\":10224.41,\"9697\":1477.37,\"9698\":12385.1,\"9699\":12122.8,\"9700\":null,\"9701\":19748.44,\"9702\":19637.4,\"9703\":19501.45,\"9704\":448.2,\"9705\":11404.0,\"9706\":9638.0,\"9707\":2155.36,\"9708\":2044.9,\"9709\":null,\"9710\":7175.0,\"9711\":5988.0,\"9712\":217.89,\"9713\":1989.12,\"9714\":323.84,\"9715\":2911.0,\"9716\":1343.78,\"9717\":15750.46,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":718.08,\"9724\":526.24,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5199.1,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3891.13,\"9735\":null,\"9736\":null,\"9737\":2469.61,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":2714.15,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19852.45,\"9762\":19827.2,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":1.65,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1306.47,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2724.35,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3857.33,\"9848\":2389.2,\"9849\":7251.6,\"9850\":313229.95,\"9851\":10494.0,\"9852\":7035.84,\"9853\":710.27,\"9854\":null,\"9855\":null,\"9856\":349.66,\"9857\":11462.0,\"9858\":null,\"9859\":191.4,\"9860\":2172.39,\"9861\":1757.91,\"9862\":748.22,\"9863\":807.0,\"9864\":461197.19,\"9865\":null,\"9866\":9992.27,\"9867\":39629.98,\"9868\":8063.0,\"9869\":814.49,\"9870\":3701.44,\"9871\":865.84,\"9872\":19393.66,\"9873\":598.18,\"9874\":null,\"9875\":null,\"9876\":30039.36,\"9877\":12265.0,\"9878\":4811.48,\"9879\":942.77,\"9880\":255000.0,\"9881\":6091.93,\"9882\":null,\"9883\":506850.0,\"9884\":null,\"9885\":17367.19,\"9886\":375645.19,\"9887\":15431.36,\"9888\":10738.2,\"9889\":null,\"9890\":13994.48,\"9891\":84148.82,\"9892\":1739.84,\"9893\":1466.1,\"9894\":576.33,\"9895\":180180.0,\"9896\":null,\"9897\":2394.53,\"9898\":725.72,\"9899\":465.4,\"9900\":45500.9,\"9901\":3263.27,\"9902\":2425.8,\"9903\":12929.4,\"9904\":869.91,\"9905\":1170562.4399999999,\"9906\":600096.96,\"9907\":6765.0,\"9908\":6611.56,\"9909\":823.13,\"9910\":179690.0,\"9911\":573.35,\"9912\":11664.0,\"9913\":64260.34,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38932.78,\"9920\":4591.3,\"9921\":602.18,\"9922\":681.12,\"9923\":3585.9,\"9924\":80976.54,\"9925\":2212.0,\"9926\":462.0,\"9927\":765.72,\"9928\":1159.24,\"9929\":10047.6,\"9930\":411.84,\"9931\":1551.4,\"9932\":19602.72,\"9933\":4394.7,\"9934\":19262.92,\"9935\":367.55,\"9936\":279.23,\"9937\":254.1,\"9938\":344.48,\"9939\":29619.74,\"9940\":45336.49,\"9941\":null,\"9942\":609625.8,\"9943\":null,\"9944\":795818.74,\"9945\":1598.34,\"9946\":null,\"9947\":1094.7,\"9948\":1053.0,\"9949\":null,\"9950\":177091.66,\"9951\":123606.37,\"9952\":72933.25,\"9953\":73188.58,\"9954\":null,\"9955\":798.0,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":54340.42,\"9960\":null,\"9961\":66304.0,\"9962\":null,\"9963\":45205.06,\"9964\":47852.62,\"9965\":624.48,\"9966\":76484.53,\"9967\":533.82,\"9968\":8738.4,\"9969\":2761.9},\"Values_Hour04\":{\"0\":19641.54,\"1\":651.87,\"2\":6897.6,\"3\":17918.92,\"4\":null,\"5\":null,\"6\":6760.71,\"7\":390.19,\"8\":6880.0,\"9\":4687.27,\"10\":1206.96,\"11\":1720.4,\"12\":163.42,\"13\":11369.0,\"14\":10289.0,\"15\":3088.8,\"16\":7930.79,\"17\":22702.03,\"18\":10171.22,\"19\":10225.16,\"20\":1046.03,\"21\":15906.3,\"22\":15562.4,\"23\":null,\"24\":1611.9,\"25\":12906.0,\"26\":19756.03,\"27\":10334.24,\"28\":19454.55,\"29\":8696.75,\"30\":8146.76,\"31\":14402.77,\"32\":8698.8,\"33\":555.2,\"34\":10836.0,\"35\":4904.0,\"36\":null,\"37\":2499.8,\"38\":null,\"39\":4141.2,\"40\":275.6,\"41\":2413.73,\"42\":343.39,\"43\":2444.0,\"44\":60.38,\"45\":13607.61,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":795.3,\"52\":352.44,\"53\":null,\"54\":null,\"55\":323.52,\"56\":null,\"57\":6746.9,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4866.78,\"63\":null,\"64\":null,\"65\":null,\"66\":4375.55,\"67\":null,\"68\":560.31,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":9366.51,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5815.23,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14527.16,\"92\":15138.64,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1426.65,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2369.4,\"173\":6498.0,\"174\":277972.41,\"175\":5392.8,\"176\":3440.04,\"177\":467.83,\"178\":null,\"179\":396.96,\"180\":13904.0,\"181\":19554.45,\"182\":null,\"183\":2988.32,\"184\":1774.41,\"185\":696.78,\"186\":2288.7,\"187\":1262.0,\"188\":18200.0,\"189\":60158.98,\"190\":476863.14,\"191\":14920.0,\"192\":1163.58,\"193\":9968.69,\"194\":56370.51,\"195\":6273.67,\"196\":896.71,\"197\":706.82,\"198\":12965.07,\"199\":3699.2,\"200\":1872.04,\"201\":15602.98,\"202\":571.34,\"203\":99659.9,\"204\":null,\"205\":15307.69,\"206\":null,\"207\":5821.0,\"208\":939.79,\"209\":245763.07,\"210\":null,\"211\":7018.78,\"212\":null,\"213\":509710.0,\"214\":311950.02,\"215\":null,\"216\":24374.79,\"217\":333218.49,\"218\":18396.0,\"219\":18827.6,\"220\":24745.63,\"221\":8844.91,\"222\":10514.93,\"223\":114780.87,\"224\":936.05,\"225\":1567.97,\"226\":203389.97,\"227\":null,\"228\":2556.22,\"229\":1329.88,\"230\":404.03,\"231\":31480.11,\"232\":90289.6,\"233\":3967.82,\"234\":2883.0,\"235\":21.24,\"236\":913.14,\"237\":895901.89,\"238\":600540.92,\"239\":570.0,\"240\":7528.4,\"241\":4619.14,\"242\":825.11,\"243\":188790.0,\"244\":658.41,\"245\":14544.0,\"246\":19942.39,\"247\":60201.7,\"248\":69250.35,\"249\":null,\"250\":null,\"251\":null,\"252\":472891.03,\"253\":null,\"254\":null,\"255\":7805.22,\"256\":608.52,\"257\":668.05,\"258\":4002.6,\"259\":81375.45,\"260\":1062.1,\"261\":503.09,\"262\":779.4,\"263\":881.69,\"264\":4738.8,\"265\":424.44,\"266\":null,\"267\":null,\"268\":8032.95,\"269\":14067.2,\"270\":9825.6,\"271\":null,\"272\":211.99,\"273\":2545.2,\"274\":286.85,\"275\":30127.75,\"276\":25617.97,\"277\":null,\"278\":null,\"279\":806887.99,\"280\":965.46,\"281\":766.92,\"282\":1241.8,\"283\":3124.8,\"284\":404379.97,\"285\":39302.27,\"286\":189438.99,\"287\":null,\"288\":null,\"289\":127007.75,\"290\":649.18,\"291\":1876.79,\"292\":null,\"293\":null,\"294\":null,\"295\":64758.75,\"296\":160191.84,\"297\":163786.05,\"298\":7770.46,\"299\":null,\"300\":15331.2,\"301\":null,\"302\":45171.68,\"303\":48196.09,\"304\":631.23,\"305\":75600.78,\"306\":691.72,\"307\":7431.6,\"308\":2832.49,\"309\":23980.26,\"310\":51650.5,\"311\":null,\"312\":19759.01,\"313\":653.43,\"314\":7390.8,\"315\":17128.66,\"316\":null,\"317\":8284.8,\"318\":6743.55,\"319\":361.02,\"320\":1360.0,\"321\":9324.45,\"322\":1211.16,\"323\":1673.76,\"324\":161.17,\"325\":16997.0,\"326\":12929.0,\"327\":3082.2,\"328\":7437.75,\"329\":22647.99,\"330\":10208.55,\"331\":10221.19,\"332\":164.71,\"333\":15736.1,\"334\":15400.8,\"335\":null,\"336\":1587.0,\"337\":13914.0,\"338\":19750.13,\"339\":10333.5,\"340\":19452.63,\"341\":6153.81,\"342\":6111.05,\"343\":6095.08,\"344\":6424.01,\"345\":553.6,\"346\":9755.4,\"347\":7828.0,\"348\":null,\"349\":2491.6,\"350\":null,\"351\":4327.4,\"352\":275.6,\"353\":2342.91,\"354\":342.93,\"355\":2443.0,\"356\":1493.54,\"357\":13222.46,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":110.0,\"363\":775.5,\"364\":315.48,\"365\":null,\"366\":null,\"367\":6531.9,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":9773.74,\"373\":null,\"374\":null,\"375\":4742.44,\"376\":null,\"377\":43256.93,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":10738.6,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":5332.04,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19931.3,\"401\":19941.51,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1406.08,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":5.5,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2303.4,\"482\":7251.6,\"483\":13908.0,\"484\":4417.2,\"485\":3438.54,\"486\":470.25,\"487\":null,\"488\":396.91,\"489\":12694.0,\"490\":19563.3,\"491\":165.0,\"492\":3024.45,\"493\":1776.39,\"494\":649.89,\"495\":2547.0,\"496\":1330.0,\"497\":18872.0,\"498\":60137.06,\"499\":504633.02,\"500\":14736.0,\"501\":1397.55,\"502\":9967.08,\"503\":56406.48,\"504\":6024.33,\"505\":860.49,\"506\":717.63,\"507\":6378.09,\"508\":3699.84,\"509\":1818.06,\"510\":14456.46,\"511\":575.08,\"512\":55521.98,\"513\":null,\"514\":15284.59,\"515\":null,\"516\":9791.82,\"517\":939.79,\"518\":245315.3,\"519\":9945.78,\"520\":null,\"521\":510120.0,\"522\":93407.38,\"523\":null,\"524\":18916.4,\"525\":33460.55,\"526\":null,\"527\":18801.2,\"528\":24616.5,\"529\":8848.79,\"530\":11047.78,\"531\":null,\"532\":780.39,\"533\":2303.53,\"534\":203866.63,\"535\":null,\"536\":2500.33,\"537\":1328.91,\"538\":407.47,\"539\":29510.82,\"540\":3984.23,\"541\":2614.2,\"542\":52.51,\"543\":907.06,\"544\":895847.48,\"545\":599499.34,\"546\":516.0,\"547\":7275.4,\"548\":4605.42,\"549\":831.71,\"550\":null,\"551\":680.05,\"552\":13320.0,\"553\":null,\"554\":59921.63,\"555\":69663.39,\"556\":164871.89,\"557\":2654.0,\"558\":null,\"559\":423965.72,\"560\":43720.9,\"561\":7346.09,\"562\":594.13,\"563\":669.2,\"564\":4025.7,\"565\":80327.71,\"566\":1062.1,\"567\":524.77,\"568\":736.56,\"569\":770.55,\"570\":4428.0,\"571\":null,\"572\":null,\"573\":8041.5,\"574\":19571.2,\"575\":8784.0,\"576\":1295.24,\"577\":361.68,\"578\":2506.8,\"579\":249.7,\"580\":29865.73,\"581\":25601.67,\"582\":1233115.51,\"583\":null,\"584\":525537.17,\"585\":962.34,\"586\":807.18,\"587\":1767.5,\"588\":2901.6,\"589\":null,\"590\":38610.67,\"591\":250505.89,\"592\":null,\"593\":66171.97,\"594\":226159.3,\"595\":6611.45,\"596\":72522.38,\"597\":795.2,\"598\":null,\"599\":null,\"600\":null,\"601\":null,\"602\":63838.75,\"603\":152927.98,\"604\":169911.4,\"605\":7756.82,\"606\":101585.78,\"607\":15302.38,\"608\":45242.32,\"609\":48604.62,\"610\":686.16,\"611\":75533.95,\"612\":null,\"613\":8817.6,\"614\":2760.18,\"615\":24314.17,\"616\":55745.75,\"617\":47713.59,\"618\":19574.57,\"619\":652.59,\"620\":7387.2,\"621\":14766.4,\"622\":null,\"623\":4603.2,\"624\":6786.45,\"625\":1120.0,\"626\":9204.79,\"627\":1227.6,\"628\":1636.36,\"629\":151.0,\"630\":11389.0,\"631\":15618.0,\"632\":2974.4,\"633\":9300.28,\"634\":28354.35,\"635\":19482.78,\"636\":19647.84,\"637\":2171.69,\"638\":15656.2,\"639\":15314.5,\"640\":null,\"641\":1798.4,\"642\":10422.0,\"643\":19744.03,\"644\":10327.75,\"645\":19451.12,\"646\":5947.73,\"647\":5290.82,\"648\":5074.4,\"649\":6417.97,\"650\":550.0,\"651\":15052.5,\"652\":7496.0,\"653\":2360.6,\"654\":null,\"655\":4210.6,\"656\":275.6,\"657\":2238.34,\"658\":342.47,\"659\":2395.0,\"660\":1513.14,\"661\":14433.59,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":108.53,\"667\":896.94,\"668\":286.88,\"669\":null,\"670\":null,\"671\":null,\"672\":6342.3,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5193.91,\"678\":null,\"679\":null,\"680\":4555.32,\"681\":null,\"682\":923.13,\"683\":null,\"684\":null,\"685\":null,\"686\":1.73,\"687\":null,\"688\":5412.17,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":6198.91,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":17851.65,\"706\":18721.12,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1520.64,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2402.4,\"786\":7248.0,\"787\":14843.0,\"788\":4417.2,\"789\":2941.04,\"790\":469.48,\"791\":null,\"792\":396.89,\"793\":14223.0,\"794\":19559.98,\"795\":178.2,\"796\":1296.9,\"797\":1775.73,\"798\":717.93,\"799\":2589.3,\"800\":1347.0,\"801\":16212.0,\"802\":60141.68,\"803\":503405.54,\"804\":13872.0,\"805\":1156.65,\"806\":9962.44,\"807\":57123.18,\"808\":6255.33,\"809\":857.04,\"810\":714.37,\"811\":5325.94,\"812\":3700.16,\"813\":2002.37,\"814\":21203.69,\"815\":579.92,\"816\":50693.71,\"817\":null,\"818\":null,\"819\":null,\"820\":6736.08,\"821\":939.79,\"822\":244237.42,\"823\":8208.54,\"824\":null,\"825\":null,\"826\":158004.97,\"827\":null,\"828\":19035.76,\"829\":33129.33,\"830\":17688.0,\"831\":18656.0,\"832\":23003.14,\"833\":8850.87,\"834\":11397.09,\"835\":null,\"836\":731.33,\"837\":1615.62,\"838\":203866.63,\"839\":null,\"840\":2477.91,\"841\":1057.63,\"842\":384.18,\"843\":28591.09,\"844\":4000.89,\"845\":1888.2,\"846\":47.79,\"847\":918.01,\"848\":895630.98,\"849\":601506.92,\"850\":402.0,\"851\":7238.0,\"852\":8314.75,\"853\":830.17,\"854\":205120.0,\"855\":682.57,\"856\":16200.0,\"857\":61501.68,\"858\":70224.64,\"859\":165180.04,\"860\":76.5,\"861\":402224.0,\"862\":433329.86,\"863\":null,\"864\":43749.62,\"865\":null,\"866\":615.91,\"867\":689.33,\"868\":4005.0,\"869\":81244.53,\"870\":1062.1,\"871\":536.32,\"872\":724.14,\"873\":814.93,\"874\":4485.6,\"875\":433.2,\"876\":null,\"877\":8050.95,\"878\":19670.4,\"879\":11937.6,\"880\":348.35,\"881\":2463.6,\"882\":null,\"883\":232.43,\"884\":29439.01,\"885\":50224.51,\"886\":774347.83,\"887\":null,\"888\":467913.07,\"889\":963.36,\"890\":null,\"891\":1334.78,\"892\":2467.8,\"893\":null,\"894\":430332.93,\"895\":505610.85,\"896\":null,\"897\":123463.85,\"898\":71501.69,\"899\":90530.0,\"900\":793.8,\"901\":1367.45,\"902\":null,\"903\":null,\"904\":null,\"905\":64647.71,\"906\":162627.86,\"907\":168518.35,\"908\":3854.32,\"909\":101485.79,\"910\":14768.01,\"911\":45344.6,\"912\":48058.82,\"913\":669.06,\"914\":76649.88,\"915\":973.25,\"916\":9636.0,\"917\":2761.78,\"918\":29795.7,\"919\":null,\"920\":55921.48,\"921\":56032.98,\"922\":18820.79,\"923\":651.27,\"924\":6447.6,\"925\":4449.6,\"926\":6792.72,\"927\":null,\"928\":1920.0,\"929\":9529.74,\"930\":1210.08,\"931\":1676.84,\"932\":158.14,\"933\":10292.0,\"934\":12924.0,\"935\":2919.4,\"936\":7932.21,\"937\":24875.66,\"938\":12131.49,\"939\":12838.81,\"940\":751.81,\"941\":15333.0,\"942\":14993.2,\"943\":null,\"944\":1512.9,\"945\":11898.0,\"946\":19744.85,\"947\":10327.93,\"948\":18584.49,\"949\":521.5,\"950\":11465.8,\"951\":2078.0,\"952\":2114.5,\"953\":null,\"954\":4261.9,\"955\":275.6,\"956\":2225.19,\"957\":342.01,\"958\":2348.0,\"959\":1350.36,\"960\":null,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":7.33,\"966\":912.12,\"967\":301.84,\"968\":1100.1,\"969\":null,\"970\":null,\"971\":null,\"972\":6280.3,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4866.78,\"978\":null,\"979\":null,\"980\":4431.63,\"981\":null,\"982\":75564.65,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":6912.64,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":3925.93,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":15932.99,\"1006\":16690.29,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1359.11,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":null,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2343.0,\"1087\":7226.4,\"1088\":410920.38,\"1089\":4028.4,\"1090\":3444.46,\"1091\":686.62,\"1092\":31.77,\"1093\":null,\"1094\":396.83,\"1095\":14432.0,\"1096\":19554.53,\"1097\":null,\"1098\":3057.94,\"1099\":1790.91,\"1100\":721.08,\"1101\":4906.8,\"1102\":1518.0,\"1103\":20776.0,\"1104\":60622.8,\"1105\":494487.37,\"1106\":13672.0,\"1107\":1205.49,\"1108\":12029.47,\"1109\":49191.72,\"1110\":6295.67,\"1111\":965.43,\"1112\":737.06,\"1113\":3699.2,\"1114\":2050.43,\"1115\":13365.93,\"1116\":582.34,\"1117\":null,\"1118\":15215.2,\"1119\":null,\"1120\":6066.74,\"1121\":939.79,\"1122\":240077.44,\"1123\":null,\"1124\":7515.94,\"1125\":null,\"1126\":505550.0,\"1127\":null,\"1128\":null,\"1129\":19909.28,\"1130\":261959.23,\"1131\":16188.0,\"1132\":18627.4,\"1133\":24831.27,\"1134\":8753.4,\"1135\":11470.5,\"1136\":null,\"1137\":761.55,\"1138\":1519.16,\"1139\":107359.98,\"1140\":null,\"1141\":2393.73,\"1142\":765.19,\"1143\":405.76,\"1144\":27557.32,\"1145\":1575.0,\"1146\":2197.2,\"1147\":70.8,\"1148\":931.98,\"1149\":868210.3100000001,\"1150\":601252.74,\"1151\":336.0,\"1152\":6710.0,\"1153\":8312.37,\"1154\":818.84,\"1155\":164200.0,\"1156\":690.87,\"1157\":14040.0,\"1158\":null,\"1159\":60813.35,\"1160\":69771.35,\"1161\":164750.97,\"1162\":null,\"1163\":307418.0,\"1164\":459885.72,\"1165\":null,\"1166\":null,\"1167\":572.48,\"1168\":671.11,\"1169\":3997.65,\"1170\":81377.46,\"1171\":1063.83,\"1172\":540.64,\"1173\":752.58,\"1174\":809.81,\"1175\":3952.8,\"1176\":432.12,\"1177\":6952.24,\"1178\":8064.45,\"1179\":19654.4,\"1180\":7060.8,\"1181\":357.52,\"1182\":2254.2,\"1183\":102.3,\"1184\":334.62,\"1185\":30197.06,\"1186\":48580.0,\"1187\":48833.27,\"1188\":null,\"1189\":713969.99,\"1190\":996.36,\"1191\":818.84,\"1192\":1293.27,\"1193\":2467.8,\"1194\":33405.68,\"1195\":631879.36,\"1196\":539744.74,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72359.64,\"1201\":795.34,\"1202\":1335.93,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":64395.91,\"1207\":163099.23,\"1208\":170484.9,\"1209\":3858.46,\"1210\":null,\"1211\":14798.19,\"1212\":45148.26,\"1213\":48284.8,\"1214\":null,\"1215\":75462.59,\"1216\":768.32,\"1217\":10797.6,\"1218\":2858.09,\"1219\":31152.32,\"1220\":47216.52,\"1221\":55124.76,\"1222\":19441.44,\"1223\":650.97,\"1224\":5922.0,\"1225\":6516.0,\"1226\":6783.81,\"1227\":null,\"1228\":null,\"1229\":9543.34,\"1230\":1117.44,\"1231\":1737.12,\"1232\":157.48,\"1233\":9234.0,\"1234\":12320.0,\"1235\":2890.8,\"1236\":5462.99,\"1237\":21517.04,\"1238\":10205.75,\"1239\":10216.0,\"1240\":693.29,\"1241\":15022.1,\"1242\":14695.7,\"1243\":null,\"1244\":1595.8,\"1245\":13158.0,\"1246\":19751.91,\"1247\":10333.59,\"1248\":19600.1,\"1249\":522.2,\"1250\":13551.5,\"1251\":2126.0,\"1252\":null,\"1253\":2024.3,\"1254\":null,\"1255\":3994.7,\"1256\":275.6,\"1257\":2253.81,\"1258\":341.09,\"1259\":2309.0,\"1260\":1324.17,\"1261\":12577.8,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":771.54,\"1268\":null,\"1269\":270.16,\"1270\":707.1,\"1271\":null,\"1272\":169.92,\"1273\":null,\"1274\":6118.3,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4642.96,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":4526.26,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":6611.9,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4748.69,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":16392.51,\"1307\":17118.08,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1350.53,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2204.4,\"1386\":7221.6,\"1387\":34781.03,\"1388\":3434.4,\"1389\":4437.22,\"1390\":698.83,\"1391\":null,\"1392\":null,\"1393\":404.99,\"1394\":14421.0,\"1395\":19469.21,\"1396\":191.4,\"1397\":3053.32,\"1398\":1723.26,\"1399\":725.0,\"1400\":2719.8,\"1401\":1329.0,\"1402\":20528.0,\"1403\":60451.66,\"1404\":493945.87,\"1405\":13864.0,\"1406\":915.42,\"1407\":7975.23,\"1408\":48283.98,\"1409\":6339.67,\"1410\":1124.7,\"1411\":733.01,\"1412\":3700.16,\"1413\":2048.92,\"1414\":24548.98,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15207.92,\"1419\":125.47,\"1420\":5653.87,\"1421\":939.79,\"1422\":239812.44,\"1423\":156037.67,\"1424\":6965.91,\"1425\":69144.0,\"1426\":null,\"1427\":null,\"1428\":null,\"1429\":18064.24,\"1430\":311920.72,\"1431\":15420.0,\"1432\":18612.0,\"1433\":22802.99,\"1434\":8752.93,\"1435\":11538.76,\"1436\":725.74,\"1437\":1471.13,\"1438\":null,\"1439\":141625.0,\"1440\":null,\"1441\":2495.39,\"1442\":415.53,\"1443\":26580.85,\"1444\":1878.58,\"1445\":2172.0,\"1446\":null,\"1447\":913.14,\"1448\":890905.09,\"1449\":600133.4300000001,\"1450\":408.0,\"1451\":6663.8,\"1452\":8296.48,\"1453\":814.66,\"1454\":136700.0,\"1455\":675.96,\"1456\":16452.0,\"1457\":24732.29,\"1458\":61148.9,\"1459\":68700.38,\"1460\":164773.9,\"1461\":25.5,\"1462\":401856.0,\"1463\":547765.48,\"1464\":null,\"1465\":590.3,\"1466\":686.02,\"1467\":3992.7,\"1468\":81303.27,\"1469\":1062.1,\"1470\":544.93,\"1471\":709.2,\"1472\":776.52,\"1473\":4296.0,\"1474\":431.52,\"1475\":null,\"1476\":7785.13,\"1477\":8059.95,\"1478\":19603.2,\"1479\":9523.2,\"1480\":372.7,\"1481\":2572.2,\"1482\":null,\"1483\":null,\"1484\":29400.45,\"1485\":25601.55,\"1486\":null,\"1487\":null,\"1488\":744985.64,\"1489\":1351.38,\"1490\":925.76,\"1491\":1244.32,\"1492\":2467.8,\"1493\":33691.71,\"1494\":672698.2,\"1495\":538999.5699999999,\"1496\":null,\"1497\":225930.25,\"1498\":141754.55,\"1499\":125305.59,\"1500\":794.5,\"1501\":779.54,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":64669.54,\"1506\":163892.96,\"1507\":170803.1,\"1508\":null,\"1509\":101995.72,\"1510\":14779.58,\"1511\":45189.9,\"1512\":48332.86,\"1513\":659.37,\"1514\":75463.4,\"1515\":728.64,\"1516\":10806.4,\"1517\":2835.36,\"1518\":31334.49,\"1519\":44981.29,\"1520\":56751.24,\"1521\":19476.14,\"1522\":649.89,\"1523\":7185.6,\"1524\":null,\"1525\":5973.6,\"1526\":6773.25,\"1527\":343.2,\"1528\":3200.0,\"1529\":9343.78,\"1530\":1110.36,\"1531\":1748.12,\"1532\":null,\"1533\":null,\"1534\":9219.0,\"1535\":12636.0,\"1536\":2541.0,\"1537\":6948.03,\"1538\":18396.42,\"1539\":10188.12,\"1540\":10216.96,\"1541\":512.31,\"1542\":15000.8,\"1543\":14670.3,\"1544\":null,\"1545\":1526.4,\"1546\":14400.0,\"1547\":19751.7,\"1548\":10333.59,\"1549\":19609.55,\"1550\":null,\"1551\":495.7,\"1552\":11858.4,\"1553\":2080.0,\"1554\":1933.2,\"1555\":null,\"1556\":5920.6,\"1557\":275.6,\"1558\":1792.87,\"1559\":341.32,\"1560\":2285.0,\"1561\":1456.53,\"1562\":12113.96,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":52.8,\"1568\":807.18,\"1569\":265.32,\"1570\":937.2,\"1571\":null,\"1572\":null,\"1573\":null,\"1574\":5977.9,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4493.74,\"1580\":null,\"1581\":null,\"1582\":1701.32,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":3172.65,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":4224.92,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":13701.17,\"1608\":14177.93,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":0.3,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1304.6,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2191.2,\"1690\":7200.0,\"1691\":20061.0,\"1692\":3924.0,\"1693\":null,\"1694\":688.82,\"1695\":3.08,\"1696\":null,\"1697\":404.72,\"1698\":12540.0,\"1699\":null,\"1700\":191.4,\"1701\":2359.17,\"1702\":1734.81,\"1703\":707.44,\"1704\":2705.4,\"1705\":1529.0,\"1706\":20328.0,\"1707\":458531.43,\"1708\":501577.7,\"1709\":13640.0,\"1710\":1687.95,\"1711\":11936.94,\"1712\":59006.96,\"1713\":6255.33,\"1714\":947.03,\"1715\":711.56,\"1716\":3700.48,\"1717\":1973.01,\"1718\":23181.21,\"1719\":630.3,\"1720\":null,\"1721\":15314.17,\"1722\":6142.0,\"1723\":5398.74,\"1724\":939.79,\"1725\":157721.45,\"1726\":6688.44,\"1727\":69144.0,\"1728\":504960.0,\"1729\":null,\"1730\":null,\"1731\":16877.25,\"1732\":33689.78,\"1733\":15408.0,\"1734\":18583.4,\"1735\":22868.95,\"1736\":13854.11,\"1737\":11745.87,\"1738\":1164.38,\"1739\":1420.38,\"1740\":304865.02,\"1741\":null,\"1742\":2427.08,\"1743\":null,\"1744\":403.18,\"1745\":30491.59,\"1746\":1984.89,\"1747\":2179.8,\"1748\":895.48,\"1749\":891250.9,\"1750\":526534.27,\"1751\":372.0,\"1752\":6611.0,\"1753\":8251.1,\"1754\":825.11,\"1755\":136740.0,\"1756\":669.34,\"1757\":13464.0,\"1758\":23461.2,\"1759\":61356.95,\"1760\":68670.04,\"1761\":164571.33,\"1762\":53.5,\"1763\":553791.6800000001,\"1764\":null,\"1765\":6886.96,\"1766\":578.56,\"1767\":682.85,\"1768\":3994.2,\"1769\":350010.28,\"1770\":1062.1,\"1771\":526.45,\"1772\":773.28,\"1773\":579.74,\"1774\":5274.0,\"1775\":430.44,\"1776\":null,\"1777\":4356.0,\"1778\":19961.6,\"1779\":7689.6,\"1780\":null,\"1781\":364.91,\"1782\":1051.05,\"1783\":108.9,\"1784\":315.15,\"1785\":29405.72,\"1786\":25598.48,\"1787\":600392.12,\"1788\":null,\"1789\":585826.03,\"1790\":1274.52,\"1791\":672.32,\"1792\":1165.79,\"1793\":2467.8,\"1794\":null,\"1795\":541734.62,\"1796\":null,\"1797\":415599.5,\"1798\":139333.35,\"1799\":0.06,\"1800\":794.64,\"1801\":744.96,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64036.41,\"1806\":160018.18,\"1807\":170492.3,\"1808\":3851.86,\"1809\":null,\"1810\":14771.35,\"1811\":45382.6,\"1812\":48129.75,\"1813\":635.82,\"1814\":76580.17,\"1815\":125.06,\"1816\":8643.8,\"1817\":2877.94,\"1818\":29337.52,\"1819\":46933.11,\"1820\":56724.69,\"1821\":16224.56,\"1822\":652.8,\"1823\":8845.2,\"1824\":null,\"1825\":5805.6,\"1826\":6768.96,\"1827\":394.48,\"1828\":null,\"1829\":5360.0,\"1830\":9114.22,\"1831\":685.8,\"1832\":1688.28,\"1833\":156.82,\"1834\":9170.0,\"1835\":14305.0,\"1836\":4048.0,\"1837\":6944.77,\"1838\":19715.75,\"1839\":10168.11,\"1840\":10221.06,\"1841\":393.07,\"1842\":14065.9,\"1843\":13740.4,\"1844\":null,\"1845\":1491.8,\"1846\":13626.0,\"1847\":19745.27,\"1848\":10274.87,\"1849\":19605.45,\"1850\":476.1,\"1851\":15493.5,\"1852\":1970.0,\"1853\":1850.0,\"1854\":null,\"1855\":5905.4,\"1856\":275.6,\"1857\":2267.16,\"1858\":340.86,\"1859\":2253.0,\"1860\":1456.21,\"1861\":11951.51,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":20.53,\"1867\":748.44,\"1868\":null,\"1869\":232.32,\"1870\":587.4,\"1871\":null,\"1872\":null,\"1873\":219.36,\"1874\":null,\"1875\":5868.1,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4356.0,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":976.46,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":1630.94,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5038.84,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":15135.71,\"1909\":15719.59,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1334.52,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":794.68,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":null,\"1990\":7189.2,\"1991\":353973.41,\"1992\":6134.4,\"1993\":5927.94,\"1994\":690.47,\"1995\":6.69,\"1996\":null,\"1997\":404.7,\"1998\":14531.0,\"1999\":19500.77,\"2000\":204.6,\"2001\":3066.86,\"2002\":1714.35,\"2003\":771.03,\"2004\":2686.5,\"2005\":807.0,\"2006\":15244.0,\"2007\":60622.87,\"2008\":503393.69,\"2009\":13632.0,\"2010\":1115.07,\"2011\":4984.16,\"2012\":63911.45,\"2013\":6182.0,\"2014\":1135.34,\"2015\":711.73,\"2016\":3701.12,\"2017\":2054.06,\"2018\":20463.36,\"2019\":628.32,\"2020\":null,\"2021\":null,\"2022\":15302.83,\"2023\":8177.0,\"2024\":5166.44,\"2025\":940.78,\"2026\":156683.22,\"2027\":6480.56,\"2028\":509730.0,\"2029\":231783.26,\"2030\":null,\"2031\":15605.74,\"2032\":395942.06,\"2033\":15492.0,\"2034\":18682.4,\"2035\":23529.08,\"2036\":14421.64,\"2037\":11194.26,\"2038\":542.96,\"2039\":1354.14,\"2040\":null,\"2041\":305140.0,\"2042\":null,\"2043\":2373.14,\"2044\":767.16,\"2045\":399.69,\"2046\":29986.27,\"2047\":3220.74,\"2048\":2180.4,\"2049\":null,\"2050\":920.34,\"2051\":893778.66,\"2052\":510892.6,\"2053\":930.0,\"2054\":6340.4,\"2055\":8261.71,\"2056\":821.81,\"2057\":null,\"2058\":652.52,\"2059\":14472.0,\"2060\":23997.62,\"2061\":61111.67,\"2062\":69421.91,\"2063\":164745.66,\"2064\":null,\"2065\":544941.29,\"2066\":7346.09,\"2067\":561.26,\"2068\":661.18,\"2069\":3854.25,\"2070\":80994.9,\"2071\":1062.1,\"2072\":392.83,\"2073\":414.18,\"2074\":598.52,\"2075\":7117.2,\"2076\":429.36,\"2077\":12284.61,\"2078\":4352.4,\"2079\":19971.2,\"2080\":8707.2,\"2081\":329.54,\"2082\":2583.6,\"2083\":108.9,\"2084\":307.02,\"2085\":29679.98,\"2086\":25609.55,\"2087\":null,\"2088\":null,\"2089\":533226.46,\"2090\":1275.12,\"2091\":814.88,\"2092\":1159.17,\"2093\":1771.2,\"2094\":437831.27,\"2095\":540681.42,\"2096\":416956.58,\"2097\":139616.29,\"2098\":null,\"2099\":795.48,\"2100\":756.89,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64428.75,\"2105\":162513.51,\"2106\":169441.5,\"2107\":null,\"2108\":14794.64,\"2109\":45829.92,\"2110\":48419.03,\"2111\":656.61,\"2112\":76551.33,\"2113\":698.74,\"2114\":2796.2,\"2115\":2736.07,\"2116\":25352.47,\"2117\":46495.45,\"2118\":56664.26,\"2119\":14847.65,\"2120\":651.96,\"2121\":6411.6,\"2122\":7888.8,\"2123\":6797.01,\"2124\":317.66,\"2125\":null,\"2126\":2320.0,\"2127\":4687.27,\"2128\":1077.72,\"2129\":1618.32,\"2130\":155.9,\"2131\":8841.0,\"2132\":13835.0,\"2133\":3227.4,\"2134\":6452.61,\"2135\":17268.05,\"2136\":9630.11,\"2137\":10053.07,\"2138\":477.99,\"2139\":10064.2,\"2140\":9773.5,\"2141\":null,\"2142\":1434.5,\"2143\":13500.0,\"2144\":19740.18,\"2145\":10294.26,\"2146\":19601.3,\"2147\":468.4,\"2148\":9852.5,\"2149\":4876.0,\"2150\":null,\"2151\":1769.6,\"2152\":null,\"2153\":5359.2,\"2154\":275.6,\"2155\":2156.53,\"2156\":339.71,\"2157\":2195.0,\"2158\":1405.88,\"2159\":11541.91,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":918.13,\"2165\":830.94,\"2166\":0.04,\"2167\":245.52,\"2168\":468.9,\"2169\":null,\"2170\":null,\"2171\":140.64,\"2172\":null,\"2173\":5727.8,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4114.96,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":3950.77,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":4690.96,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":3942.63,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19783.18,\"2206\":19837.59,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1263.9,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":1122.38,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2065.8,\"2289\":7184.4,\"2290\":20772.0,\"2291\":3333.6,\"2292\":5420.88,\"2293\":689.81,\"2294\":78.06,\"2295\":null,\"2296\":404.73,\"2297\":12199.0,\"2298\":19454.92,\"2299\":125.4,\"2300\":3056.79,\"2301\":1686.3,\"2302\":761.4,\"2303\":2785.5,\"2304\":812.0,\"2305\":18028.0,\"2306\":60407.34,\"2307\":505067.3,\"2308\":14072.0,\"2309\":1104.18,\"2310\":9957.82,\"2311\":57501.95,\"2312\":6193.0,\"2313\":831.45,\"2314\":709.95,\"2315\":3701.44,\"2316\":1861.73,\"2317\":1016.73,\"2318\":632.72,\"2319\":null,\"2320\":null,\"2321\":15317.71,\"2322\":null,\"2323\":4916.76,\"2324\":940.78,\"2325\":156553.87,\"2326\":6213.38,\"2327\":null,\"2328\":895922.5600000001,\"2329\":null,\"2330\":15099.73,\"2331\":263905.66,\"2332\":14820.0,\"2333\":18711.0,\"2334\":25434.19,\"2335\":13842.32,\"2336\":10793.21,\"2337\":null,\"2338\":743.96,\"2339\":1342.93,\"2340\":592.33,\"2341\":242385.0,\"2342\":null,\"2343\":2505.97,\"2344\":770.02,\"2345\":396.3,\"2346\":30561.32,\"2347\":2690.49,\"2348\":2181.0,\"2349\":null,\"2350\":858.11,\"2351\":893630.59,\"2352\":459553.76,\"2353\":780.0,\"2354\":6371.2,\"2355\":8355.83,\"2356\":814.55,\"2357\":null,\"2358\":663.1,\"2359\":12960.0,\"2360\":23484.15,\"2361\":60083.06,\"2362\":68442.53,\"2363\":164578.73,\"2364\":null,\"2365\":539968.9300000001,\"2366\":null,\"2367\":null,\"2368\":6733.91,\"2369\":560.87,\"2370\":683.68,\"2371\":3859.65,\"2372\":81108.05,\"2373\":1060.38,\"2374\":539.45,\"2375\":733.14,\"2376\":761.48,\"2377\":7137.6,\"2378\":427.68,\"2379\":14076.65,\"2380\":4455.45,\"2381\":19961.6,\"2382\":9508.8,\"2383\":null,\"2384\":357.13,\"2385\":2602.2,\"2386\":108.9,\"2387\":326.3,\"2388\":29803.46,\"2389\":25601.99,\"2390\":null,\"2391\":null,\"2392\":818841.15,\"2393\":1372.8,\"2394\":762.96,\"2395\":1140.66,\"2396\":1797.0,\"2397\":439449.93,\"2398\":181859.41,\"2399\":null,\"2400\":null,\"2401\":303390.05,\"2402\":145165.52,\"2403\":null,\"2404\":795.48,\"2405\":891.49,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":63901.74,\"2410\":161106.21,\"2411\":169994.65,\"2412\":null,\"2413\":null,\"2414\":14804.28,\"2415\":45657.5,\"2416\":48435.17,\"2417\":657.39,\"2418\":76345.12,\"2419\":701.74,\"2420\":8604.2,\"2421\":2792.32,\"2422\":31693.5,\"2423\":46336.0,\"2424\":null,\"2425\":54679.15,\"2426\":13865.58,\"2427\":651.96,\"2428\":6048.0,\"2429\":null,\"2430\":3549.6,\"2431\":6760.38,\"2432\":303.14,\"2433\":null,\"2434\":5200.0,\"2435\":9307.49,\"2436\":1257.48,\"2437\":1526.36,\"2438\":152.6,\"2439\":8628.0,\"2440\":10608.0,\"2441\":3143.8,\"2442\":5958.32,\"2443\":16696.82,\"2444\":9298.01,\"2445\":9735.11,\"2446\":1158.81,\"2447\":14176.2,\"2448\":13854.0,\"2449\":null,\"2450\":1366.0,\"2451\":13932.0,\"2452\":18725.99,\"2453\":10298.36,\"2454\":19612.09,\"2455\":439.7,\"2456\":9458.1,\"2457\":7604.0,\"2458\":1683.7,\"2459\":null,\"2460\":4550.7,\"2461\":275.6,\"2462\":2183.27,\"2463\":339.25,\"2464\":2205.0,\"2465\":1409.64,\"2466\":11031.34,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":765.6,\"2473\":null,\"2474\":288.64,\"2475\":909.3,\"2476\":null,\"2477\":null,\"2478\":392.64,\"2479\":null,\"2480\":5567.9,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":4034.61,\"2486\":null,\"2487\":null,\"2488\":3542.42,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":5068.42,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":4638.82,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":13092.89,\"2512\":13679.75,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1240.53,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":984.0,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":2006.4,\"2595\":7174.8,\"2596\":20265.0,\"2597\":2343.6,\"2598\":4935.11,\"2599\":690.47,\"2600\":67.41,\"2601\":4130.0,\"2602\":404.46,\"2603\":13024.0,\"2604\":18586.79,\"2605\":null,\"2606\":3056.96,\"2607\":1710.06,\"2608\":725.85,\"2609\":3121.2,\"2610\":815.0,\"2611\":17148.0,\"2612\":60389.43,\"2613\":504516.03,\"2614\":13184.0,\"2615\":1428.57,\"2616\":6980.87,\"2617\":55116.22,\"2618\":6226.0,\"2619\":802.7,\"2620\":706.24,\"2621\":3701.12,\"2622\":1962.02,\"2623\":14129.22,\"2624\":625.68,\"2625\":null,\"2626\":null,\"2627\":15309.4,\"2628\":null,\"2629\":4709.26,\"2630\":940.78,\"2631\":151552.23,\"2632\":5942.56,\"2633\":null,\"2634\":null,\"2635\":null,\"2636\":null,\"2637\":14119.61,\"2638\":395606.34,\"2639\":14508.0,\"2640\":18752.8,\"2641\":22331.97,\"2642\":13334.99,\"2643\":10691.25,\"2644\":169234.46,\"2645\":989.46,\"2646\":1333.43,\"2647\":583.71,\"2648\":305085.0,\"2649\":null,\"2650\":2226.06,\"2651\":764.41,\"2652\":395.09,\"2653\":26443.61,\"2654\":2852.85,\"2655\":1.2,\"2656\":80.25,\"2657\":857.34,\"2658\":892463.5699999999,\"2659\":483319.36,\"2660\":882.0,\"2661\":5836.6,\"2662\":8354.4,\"2663\":810.26,\"2664\":136710.0,\"2665\":625.12,\"2666\":13320.0,\"2667\":23288.92,\"2668\":59801.92,\"2669\":68375.9,\"2670\":164779.2,\"2671\":7.5,\"2672\":null,\"2673\":39767.09,\"2674\":42636.66,\"2675\":7193.04,\"2676\":566.15,\"2677\":670.07,\"2678\":3528.45,\"2679\":80948.92,\"2680\":1060.38,\"2681\":549.81,\"2682\":517.14,\"2683\":711.53,\"2684\":6560.4,\"2685\":429.0,\"2686\":7235.61,\"2687\":4492.35,\"2688\":19980.8,\"2689\":8798.4,\"2690\":360.43,\"2691\":2575.8,\"2692\":108.9,\"2693\":344.44,\"2694\":29694.85,\"2695\":25597.1,\"2696\":86652.76,\"2697\":null,\"2698\":441380.47,\"2699\":1368.42,\"2700\":804.98,\"2701\":1125.48,\"2702\":1607.4,\"2703\":651305.79,\"2704\":532566.41,\"2705\":null,\"2706\":101970.0,\"2707\":19840.8,\"2708\":417037.2,\"2709\":140662.31,\"2710\":69669.9,\"2711\":795.06,\"2712\":731.19,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64740.1,\"2717\":160904.95,\"2718\":170281.4,\"2719\":null,\"2720\":102525.64,\"2721\":14775.36,\"2722\":45378.76,\"2723\":48306.8,\"2724\":650.97,\"2725\":76411.16,\"2726\":716.73,\"2727\":8500.8,\"2728\":2517.53,\"2729\":30976.27,\"2730\":46469.76,\"2731\":49171.01,\"2732\":54306.37,\"2733\":13211.14,\"2734\":651.09,\"2735\":5317.2,\"2736\":1.2,\"2737\":3818.4,\"2738\":6745.04,\"2739\":286.7,\"2740\":null,\"2741\":800.0,\"2742\":9018.98,\"2743\":1214.52,\"2744\":1532.96,\"2745\":151.0,\"2746\":8965.0,\"2747\":10340.0,\"2748\":2972.2,\"2749\":5961.14,\"2750\":18080.48,\"2751\":9344.39,\"2752\":9698.79,\"2753\":1054.68,\"2754\":10012.0,\"2755\":9779.0,\"2756\":null,\"2757\":1343.4,\"2758\":12744.0,\"2759\":19748.06,\"2760\":10297.95,\"2761\":19613.06,\"2762\":null,\"2763\":null,\"2764\":428.6,\"2765\":8876.6,\"2766\":7626.0,\"2767\":1623.0,\"2768\":null,\"2769\":4188.1,\"2770\":275.6,\"2771\":1493.07,\"2772\":339.25,\"2773\":2128.0,\"2774\":1396.94,\"2775\":10911.28,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":749.1,\"2782\":null,\"2783\":270.16,\"2784\":924.0,\"2785\":null,\"2786\":null,\"2787\":189.12,\"2788\":null,\"2789\":5641.3,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3960.0,\"2795\":null,\"2796\":null,\"2797\":1621.33,\"2798\":null,\"2799\":48650.91,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":4689.52,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":4572.18,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":10883.3,\"2821\":11122.21,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1237.39,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1254.0,\"2904\":7168.8,\"2905\":13980.0,\"2906\":2347.2,\"2907\":4630.82,\"2908\":464.64,\"2909\":172.66,\"2910\":null,\"2911\":404.32,\"2912\":13926.0,\"2913\":17847.44,\"2914\":null,\"2915\":3054.48,\"2916\":1743.72,\"2917\":710.14,\"2918\":2581.2,\"2919\":1484.0,\"2920\":16972.0,\"2921\":462488.97,\"2922\":501747.11,\"2923\":12944.0,\"2924\":1353.99,\"2925\":6983.61,\"2926\":62174.7,\"2927\":4847.33,\"2928\":767.63,\"2929\":720.6,\"2930\":3701.12,\"2931\":1959.98,\"2932\":13169.38,\"2933\":605.66,\"2934\":null,\"2935\":15406.94,\"2936\":null,\"2937\":4699.7,\"2938\":940.78,\"2939\":null,\"2940\":151403.07,\"2941\":5886.62,\"2942\":74184.0,\"2943\":508390.0,\"2944\":119806.68,\"2945\":null,\"2946\":13133.22,\"2947\":334415.48,\"2948\":14472.0,\"2949\":18603.2,\"2950\":25955.05,\"2951\":11963.36,\"2952\":10407.89,\"2953\":null,\"2954\":825.72,\"2955\":1258.55,\"2956\":476.71,\"2957\":306240.0,\"2958\":null,\"2959\":1720.17,\"2960\":765.19,\"2961\":400.26,\"2962\":24894.77,\"2963\":1092.66,\"2964\":0.6,\"2965\":null,\"2966\":903.46,\"2967\":892953.0,\"2968\":0.74,\"2969\":744.0,\"2970\":5871.8,\"2971\":8335.4,\"2972\":805.75,\"2973\":136690.0,\"2974\":623.19,\"2975\":12636.0,\"2976\":23679.02,\"2977\":60587.23,\"2978\":68231.76,\"2979\":164976.79,\"2980\":664.5,\"2981\":1020.84,\"2982\":39669.67,\"2983\":42572.19,\"2984\":7346.09,\"2985\":557.04,\"2986\":670.61,\"2987\":1487.1,\"2988\":350281.73,\"2989\":1062.1,\"2990\":540.11,\"2991\":523.62,\"2992\":730.67,\"2993\":5253.6,\"2994\":429.6,\"2995\":null,\"2996\":14005.63,\"2997\":3693.6,\"2998\":19798.4,\"2999\":8980.8,\"3000\":307.63,\"3001\":2625.0,\"3002\":108.9,\"3003\":338.99,\"3004\":29414.56,\"3005\":25608.3,\"3006\":null,\"3007\":null,\"3008\":618921.88,\"3009\":1242.06,\"3010\":836.0,\"3011\":1122.02,\"3012\":1576.8,\"3013\":null,\"3014\":632456.65,\"3015\":548847.64,\"3016\":122880.0,\"3017\":417150.73,\"3018\":139173.86,\"3019\":125359.24,\"3020\":795.06,\"3021\":814.91,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":64484.07,\"3026\":163886.52,\"3027\":170486.75,\"3028\":null,\"3029\":121432.99,\"3030\":14837.59,\"3031\":45671.03,\"3032\":48321.31,\"3033\":654.51,\"3034\":75545.64,\"3035\":720.18,\"3036\":8604.2,\"3037\":2518.1,\"3038\":32778.12,\"3039\":46314.22,\"3040\":48561.31,\"3041\":47318.17,\"3042\":13527.57,\"3043\":650.97,\"3044\":4154.4,\"3045\":null,\"3046\":4392.0,\"3047\":6886.94,\"3048\":284.92,\"3049\":1360.0,\"3050\":4687.27,\"3051\":1214.16,\"3052\":1565.96,\"3053\":144.52,\"3054\":8953.0,\"3055\":9846.0,\"3056\":2888.6,\"3057\":5468.64,\"3058\":17993.04,\"3059\":10092.23,\"3060\":10216.55,\"3061\":709.57,\"3062\":10007.0,\"3063\":9796.0,\"3064\":null,\"3065\":1428.7,\"3066\":13248.0,\"3067\":19669.39,\"3068\":10280.7,\"3069\":19614.22,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":444.1,\"3074\":8544.2,\"3075\":1944.0,\"3076\":null,\"3077\":1581.3,\"3078\":null,\"3079\":3818.4,\"3080\":null,\"3081\":275.6,\"3082\":2212.13,\"3083\":337.64,\"3084\":2110.0,\"3085\":1443.82,\"3086\":10984.28,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":727.32,\"3093\":null,\"3094\":254.76,\"3095\":1078.2,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5583.4,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4195.3,\"3106\":null,\"3107\":958.48,\"3108\":null,\"3109\":16224.51,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":2022.31,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":5887.79,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9416.92,\"3132\":9687.08,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1316.87,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1867.8,\"3214\":7167.6,\"3215\":15903.0,\"3216\":2170.8,\"3217\":3935.88,\"3218\":466.07,\"3219\":129.27,\"3220\":270.0,\"3221\":404.44,\"3222\":13838.0,\"3223\":17020.85,\"3224\":198.0,\"3225\":3046.06,\"3226\":1728.21,\"3227\":711.68,\"3228\":2108.7,\"3229\":1738.0,\"3230\":16920.0,\"3231\":224767.57,\"3232\":503228.3,\"3233\":12520.0,\"3234\":792.0,\"3235\":4986.0,\"3236\":61869.67,\"3237\":6270.0,\"3238\":688.28,\"3239\":726.0,\"3240\":null,\"3241\":3696.64,\"3242\":12594.0,\"3243\":621.72,\"3244\":null,\"3245\":null,\"3246\":15407.79,\"3247\":null,\"3248\":4803.71,\"3249\":940.78,\"3250\":129615.87,\"3251\":154703.74,\"3252\":6051.95,\"3253\":2736.0,\"3254\":null,\"3255\":118921.95,\"3256\":null,\"3257\":14723.01,\"3258\":326021.58,\"3259\":13753.37,\"3260\":18752.8,\"3261\":29313.39,\"3262\":12047.74,\"3263\":10811.91,\"3264\":null,\"3265\":1020.3,\"3266\":1771.54,\"3267\":null,\"3268\":570.58,\"3269\":305360.0,\"3270\":null,\"3271\":2238.94,\"3272\":761.85,\"3273\":398.97,\"3274\":24289.23,\"3275\":1984.37,\"3276\":1.8,\"3277\":68.44,\"3278\":842.48,\"3279\":924600.6899999999,\"3280\":603103.6899999999,\"3281\":642.0,\"3282\":6131.4,\"3283\":8333.33,\"3284\":810.48,\"3285\":null,\"3286\":626.47,\"3287\":11664.0,\"3288\":23362.62,\"3289\":61580.62,\"3290\":68869.68,\"3291\":164709.12,\"3292\":null,\"3293\":null,\"3294\":null,\"3295\":1021.25,\"3296\":39379.04,\"3297\":42362.59,\"3298\":3520.0,\"3299\":538.03,\"3300\":670.75,\"3301\":1193.7,\"3302\":349881.7,\"3303\":1062.1,\"3304\":542.45,\"3305\":826.56,\"3306\":381.49,\"3307\":5119.2,\"3308\":429.36,\"3309\":14061.59,\"3310\":4478.85,\"3311\":19785.6,\"3312\":8548.8,\"3313\":376.46,\"3314\":2547.0,\"3315\":105.6,\"3316\":294.15,\"3317\":29581.15,\"3318\":25598.42,\"3319\":null,\"3320\":null,\"3321\":591485.38,\"3322\":1216.86,\"3323\":777.7,\"3324\":1122.36,\"3325\":1468.8,\"3326\":53903.17,\"3327\":741081.05,\"3328\":548041.15,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":417282.36,\"3333\":140651.9,\"3334\":125918.51,\"3335\":null,\"3336\":792.82,\"3337\":793.81,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64637.04,\"3342\":166069.8,\"3343\":170218.5,\"3344\":null,\"3345\":101505.79,\"3346\":18309.95,\"3347\":45697.8,\"3348\":48228.5,\"3349\":656.4,\"3350\":75547.63,\"3351\":null,\"3352\":8320.4,\"3353\":2501.23,\"3354\":25845.14,\"3355\":46364.15,\"3356\":57027.8,\"3357\":47559.74,\"3358\":13477.58,\"3359\":651.36,\"3360\":4150.8,\"3361\":null,\"3362\":5157.6,\"3363\":6731.34,\"3364\":279.58,\"3365\":8400.0,\"3366\":9083.15,\"3367\":1223.88,\"3368\":1521.52,\"3369\":142.56,\"3370\":60.6,\"3371\":8429.0,\"3372\":9425.0,\"3373\":2827.0,\"3374\":6783.92,\"3375\":18092.64,\"3376\":11446.91,\"3377\":12092.51,\"3378\":606.32,\"3379\":9995.0,\"3380\":9751.5,\"3381\":null,\"3382\":1301.9,\"3383\":11484.0,\"3384\":19415.58,\"3385\":10160.75,\"3386\":19487.37,\"3387\":7984.8,\"3388\":null,\"3389\":418.3,\"3390\":8270.8,\"3391\":1940.0,\"3392\":null,\"3393\":1494.8,\"3394\":null,\"3395\":3607.1,\"3396\":408.0,\"3397\":275.6,\"3398\":2170.17,\"3399\":336.72,\"3400\":2055.0,\"3401\":1056.01,\"3402\":10732.4,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":null,\"3408\":null,\"3409\":283.8,\"3410\":811.8,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2214.0,\"3415\":5493.5,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":4092.0,\"3421\":null,\"3422\":null,\"3423\":3204.28,\"3424\":null,\"3425\":71762.74,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":6762.88,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4015.19,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":8041.82,\"3448\":8273.72,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1420.76,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1867.8,\"3533\":7154.4,\"3534\":18729.0,\"3535\":1911.6,\"3536\":3935.69,\"3537\":467.17,\"3538\":92.66,\"3539\":404.48,\"3540\":13387.0,\"3541\":16467.91,\"3542\":null,\"3543\":null,\"3544\":1746.36,\"3545\":682.56,\"3546\":2050.2,\"3547\":1738.0,\"3548\":13696.0,\"3549\":60329.48,\"3550\":502142.19,\"3551\":null,\"3552\":1066.89,\"3553\":11439.14,\"3554\":61884.32,\"3555\":6468.0,\"3556\":706.96,\"3557\":725.38,\"3558\":3700.48,\"3559\":11445.76,\"3560\":612.48,\"3561\":null,\"3562\":null,\"3563\":15300.73,\"3564\":null,\"3565\":4632.09,\"3566\":939.79,\"3567\":199265.72,\"3568\":153632.61,\"3569\":5811.92,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":null,\"3574\":12823.46,\"3575\":42847.64,\"3576\":10274.75,\"3577\":18961.8,\"3578\":25358.79,\"3579\":13010.04,\"3580\":9437.31,\"3581\":null,\"3582\":1001.67,\"3583\":1315.43,\"3584\":334.08,\"3585\":304975.0,\"3586\":null,\"3587\":2265.5,\"3588\":null,\"3589\":401.28,\"3590\":23051.23,\"3591\":null,\"3592\":2201.19,\"3593\":6.0,\"3594\":903.87,\"3595\":897183.17,\"3596\":432584.22,\"3597\":498.0,\"3598\":4378.0,\"3599\":8321.75,\"3600\":803.77,\"3601\":636.45,\"3602\":12168.0,\"3603\":22727.28,\"3604\":68412.74,\"3605\":165302.7,\"3606\":null,\"3607\":299138.0,\"3608\":425321.41,\"3609\":1028.88,\"3610\":39115.76,\"3611\":42810.6,\"3612\":7805.22,\"3613\":487.48,\"3614\":668.52,\"3615\":1140.9,\"3616\":80796.77,\"3617\":null,\"3618\":548.72,\"3619\":804.42,\"3620\":600.76,\"3621\":5235.6,\"3622\":429.36,\"3623\":null,\"3624\":null,\"3625\":10156.83,\"3626\":4180.5,\"3627\":19692.8,\"3628\":9835.2,\"3629\":28.71,\"3630\":2515.8,\"3631\":105.6,\"3632\":251.13,\"3633\":29652.27,\"3634\":47988.52,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":698701.63,\"3639\":1214.94,\"3640\":780.56,\"3641\":1139.07,\"3642\":1310.4,\"3643\":32728.61,\"3644\":647110.4399999999,\"3645\":null,\"3646\":549388.14,\"3647\":35179.12,\"3648\":120421.74,\"3649\":417399.48,\"3650\":141761.73,\"3651\":126077.49,\"3652\":2063.0,\"3653\":792.82,\"3654\":540.71,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":60710.11,\"3659\":165148.42,\"3660\":170462.7,\"3661\":null,\"3662\":102185.69,\"3663\":18501.62,\"3664\":45299.99,\"3665\":48003.05,\"3666\":662.85,\"3667\":75447.5,\"3668\":1031.81,\"3669\":8496.4,\"3670\":2414.57,\"3671\":33420.52,\"3672\":46422.16,\"3673\":57163.79,\"3674\":57153.17,\"3675\":12519.01,\"3676\":651.18,\"3677\":8668.8,\"3678\":null,\"3679\":3.0,\"3680\":2985.6,\"3681\":6634.65,\"3682\":277.27,\"3683\":3600.0,\"3684\":9082.71,\"3685\":1072.08,\"3686\":1505.68,\"3687\":151.54,\"3688\":331.2,\"3689\":8130.0,\"3690\":9604.0,\"3691\":2798.4,\"3692\":4887.9,\"3693\":17833.19,\"3694\":9503.89,\"3695\":9858.01,\"3696\":216.92,\"3697\":10012.3,\"3698\":9788.9,\"3699\":null,\"3700\":1309.0,\"3701\":14040.0,\"3702\":19652.29,\"3703\":10294.63,\"3704\":19601.78,\"3705\":8449.2,\"3706\":17.6,\"3707\":8016.0,\"3708\":4590.0,\"3709\":null,\"3710\":1461.0,\"3711\":null,\"3712\":3404.9,\"3713\":2574.0,\"3714\":275.6,\"3715\":2122.56,\"3716\":340.86,\"3717\":2062.0,\"3718\":1284.81,\"3719\":10466.13,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":740.52,\"3725\":267.52,\"3726\":968.1,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5399.0,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3816.52,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":2632.82,\"3741\":null,\"3742\":163193.29,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":2506.2,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4522.89,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":11277.87,\"3765\":11520.64,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1231.18,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":null,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1815.0,\"3850\":7144.8,\"3851\":386940.56,\"3852\":6840.0,\"3853\":5723.27,\"3854\":467.61,\"3855\":46.2,\"3856\":404.65,\"3857\":13057.0,\"3858\":15910.34,\"3859\":184.8,\"3860\":3043.59,\"3861\":1746.36,\"3862\":765.67,\"3863\":2439.9,\"3864\":2437.0,\"3865\":21236.0,\"3866\":60610.14,\"3867\":499911.52,\"3868\":13880.0,\"3869\":984.06,\"3870\":11445.33,\"3871\":42140.73,\"3872\":6101.33,\"3873\":705.53,\"3874\":718.53,\"3875\":3701.76,\"3876\":null,\"3877\":11397.3,\"3878\":132.66,\"3879\":null,\"3880\":null,\"3881\":29452.26,\"3882\":null,\"3883\":4365.28,\"3884\":939.79,\"3885\":247393.23,\"3886\":151598.08,\"3887\":5608.43,\"3888\":null,\"3889\":null,\"3890\":null,\"3891\":null,\"3892\":12450.45,\"3893\":33156.88,\"3894\":14054.46,\"3895\":18917.8,\"3896\":27623.7,\"3897\":12048.27,\"3898\":16525.32,\"3899\":null,\"3900\":1012.85,\"3901\":1237.08,\"3902\":576.46,\"3903\":null,\"3904\":null,\"3905\":2015.38,\"3906\":765.19,\"3907\":391.46,\"3908\":21629.03,\"3909\":null,\"3910\":768.86,\"3911\":19.8,\"3912\":650.68,\"3913\":915246.88,\"3914\":0.08,\"3915\":630.0,\"3916\":6406.4,\"3917\":8290.75,\"3918\":799.26,\"3919\":null,\"3920\":640.26,\"3921\":13464.0,\"3922\":22990.22,\"3923\":69582.2,\"3924\":165461.26,\"3925\":null,\"3926\":403098.0,\"3927\":465848.8,\"3928\":1008.09,\"3929\":38709.79,\"3930\":42269.1,\"3931\":7652.17,\"3932\":538.43,\"3933\":685.37,\"3934\":988.2,\"3935\":81318.94,\"3936\":1050.05,\"3937\":452.99,\"3938\":569.16,\"3939\":573.47,\"3940\":5100.0,\"3941\":429.0,\"3942\":1599.58,\"3943\":14029.3,\"3944\":4500.9,\"3945\":18510.23,\"3946\":6052.8,\"3947\":380.49,\"3948\":2473.8,\"3949\":102.3,\"3950\":349.62,\"3951\":29410.95,\"3952\":40893.36,\"3953\":347564.18,\"3954\":null,\"3955\":598107.7,\"3956\":1207.38,\"3957\":735.02,\"3958\":1081.4,\"3959\":1279.8,\"3960\":773879.59,\"3961\":52043.83,\"3962\":549619.46,\"3963\":102010.0,\"3964\":155817.5,\"3965\":420397.64,\"3966\":142767.22,\"3967\":125779.58,\"3968\":792.96,\"3969\":757.53,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":77011.25,\"3974\":165296.72,\"3975\":170081.6,\"3976\":null,\"3977\":130751.69,\"3978\":19052.09,\"3979\":45011.74,\"3980\":48850.63,\"3981\":650.37,\"3982\":75536.3,\"3983\":779.44,\"3984\":8265.4,\"3985\":2371.64,\"3986\":null,\"3987\":9516.4,\"3988\":47173.46,\"3989\":47364.47,\"3990\":16049.01,\"3991\":650.37,\"3992\":4921.2,\"3993\":null,\"3994\":3900.0,\"3995\":6815.99,\"3996\":268.49,\"3997\":null,\"3998\":8240.0,\"3999\":9356.66,\"4000\":833.52,\"4001\":1573.44,\"4002\":147.97,\"4003\":330.0,\"4004\":8186.0,\"4005\":9895.0,\"4006\":2767.6,\"4007\":4959.34,\"4008\":13275.55,\"4009\":9123.09,\"4010\":9477.39,\"4011\":843.19,\"4012\":10010.1,\"4013\":9783.6,\"4014\":null,\"4015\":1280.0,\"4016\":13014.0,\"4017\":19755.39,\"4018\":10294.0,\"4019\":19612.22,\"4020\":8154.0,\"4021\":403.8,\"4022\":7945.7,\"4023\":1970.0,\"4024\":1427.2,\"4025\":null,\"4026\":3277.3,\"4027\":7705.0,\"4028\":275.6,\"4029\":2262.36,\"4030\":345.23,\"4031\":2013.0,\"4032\":1173.0,\"4033\":10527.77,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":753.72,\"4039\":224.84,\"4040\":518.7,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5355.7,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3753.39,\"4052\":null,\"4053\":null,\"4054\":566.03,\"4055\":null,\"4056\":180863.13,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":1188.84,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":5388.67,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7935.54,\"4080\":8178.21,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1249.49,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":4095.3,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1729.2,\"4167\":7144.8,\"4168\":387998.01,\"4169\":2941.2,\"4170\":4237.77,\"4171\":468.49,\"4172\":79.02,\"4173\":403.7,\"4174\":13937.0,\"4175\":15556.75,\"4176\":null,\"4177\":3138.3,\"4178\":1745.37,\"4179\":765.22,\"4180\":3057.3,\"4181\":2129.0,\"4182\":21272.0,\"4183\":60561.36,\"4184\":501889.95,\"4185\":12256.0,\"4186\":1149.72,\"4187\":7972.05,\"4188\":27695.06,\"4189\":6112.33,\"4190\":644.86,\"4191\":718.78,\"4192\":3702.4,\"4193\":961.58,\"4194\":11117.6,\"4195\":600.6,\"4196\":null,\"4197\":null,\"4198\":26326.11,\"4199\":6406.0,\"4200\":4369.78,\"4201\":939.79,\"4202\":250289.47,\"4203\":141653.5,\"4204\":5553.33,\"4205\":null,\"4206\":508800.0,\"4207\":null,\"4208\":11868.11,\"4209\":176418.79,\"4210\":14000.17,\"4211\":18708.8,\"4212\":28313.59,\"4213\":11326.16,\"4214\":16605.15,\"4215\":52451.62,\"4216\":936.47,\"4217\":1207.78,\"4218\":591.96,\"4219\":null,\"4220\":null,\"4221\":2190.87,\"4222\":768.94,\"4223\":400.62,\"4224\":22171.71,\"4225\":39602.94,\"4226\":251.34,\"4227\":4.2,\"4228\":868.45,\"4229\":862123.5,\"4230\":0.1,\"4231\":276.0,\"4232\":6809.0,\"4233\":8309.26,\"4234\":795.52,\"4235\":615.26,\"4236\":15048.0,\"4237\":22886.11,\"4238\":69538.65,\"4239\":164844.21,\"4240\":null,\"4241\":403558.0,\"4242\":null,\"4243\":1002.65,\"4244\":38664.06,\"4245\":42368.93,\"4246\":7652.17,\"4247\":528.26,\"4248\":675.11,\"4249\":888.45,\"4250\":81263.79,\"4251\":2115.6,\"4252\":null,\"4253\":650.88,\"4254\":607.52,\"4255\":4150.8,\"4256\":429.12,\"4257\":1260.87,\"4258\":null,\"4259\":4164.75,\"4260\":18131.78,\"4261\":9556.8,\"4262\":null,\"4263\":381.88,\"4264\":2572.8,\"4265\":102.3,\"4266\":335.39,\"4267\":29508.46,\"4268\":35342.35,\"4269\":null,\"4270\":151281.78,\"4271\":null,\"4272\":576016.35,\"4273\":1321.74,\"4274\":783.86,\"4275\":1081.19,\"4276\":1386.0,\"4277\":773162.99,\"4278\":52590.11,\"4279\":542367.29,\"4280\":null,\"4281\":155889.38,\"4282\":424168.69,\"4283\":143589.86,\"4284\":125362.2,\"4285\":792.82,\"4286\":592.14,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":68202.66,\"4291\":165066.29,\"4292\":170094.55,\"4293\":null,\"4294\":null,\"4295\":19212.6,\"4296\":45407.38,\"4297\":48848.81,\"4298\":650.19,\"4299\":75318.09,\"4300\":808.57,\"4301\":7882.6,\"4302\":2318.49,\"4303\":28105.95,\"4304\":45897.82,\"4305\":58727.31,\"4306\":57461.68,\"4307\":17811.41,\"4308\":650.37,\"4309\":5698.8,\"4310\":null,\"4311\":9129.6,\"4312\":6824.73,\"4313\":335.28,\"4314\":2720.0,\"4315\":9354.62,\"4316\":821.88,\"4317\":1602.48,\"4318\":150.22,\"4319\":11335.0,\"4320\":9498.0,\"4321\":2976.6,\"4322\":4740.19,\"4323\":14550.34,\"4324\":10146.8,\"4325\":10220.05,\"4326\":570.53,\"4327\":10008.9,\"4328\":9604.9,\"4329\":null,\"4330\":1404.8,\"4331\":13284.0,\"4332\":19759.12,\"4333\":10296.61,\"4334\":19621.28,\"4335\":8478.0,\"4336\":397.0,\"4337\":8450.5,\"4338\":2084.0,\"4339\":null,\"4340\":1796.4,\"4341\":null,\"4342\":3602.5,\"4343\":5797.0,\"4344\":275.6,\"4345\":1902.48,\"4346\":344.77,\"4347\":2451.0,\"4348\":1161.08,\"4349\":11278.18,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":44.0,\"4355\":708.18,\"4356\":null,\"4357\":282.04,\"4358\":374.1,\"4359\":null,\"4360\":null,\"4361\":351.36,\"4362\":null,\"4363\":2000.0,\"4364\":7260.3,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4574.09,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":585.13,\"4374\":null,\"4375\":100498.41,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":1290.54,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":5103.63,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6943.69,\"4398\":7158.83,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1182.39,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5285.5,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":2.0,\"4444\":3446.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3446.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3615.33,\"4484\":1742.4,\"4485\":7138.8,\"4486\":386043.68,\"4487\":2437.2,\"4488\":4632.88,\"4489\":87.38,\"4490\":404.76,\"4491\":11484.0,\"4492\":15464.59,\"4493\":198.0,\"4494\":3123.28,\"4495\":1734.15,\"4496\":751.5,\"4497\":1769.4,\"4498\":3673.0,\"4499\":20792.0,\"4500\":60237.96,\"4501\":502898.97,\"4502\":12944.0,\"4503\":1588.62,\"4504\":7973.65,\"4505\":29521.98,\"4506\":6064.67,\"4507\":633.65,\"4508\":720.76,\"4509\":3699.52,\"4510\":848.34,\"4511\":10715.22,\"4512\":610.94,\"4513\":null,\"4514\":null,\"4515\":26524.17,\"4516\":7635.0,\"4517\":4471.37,\"4518\":939.79,\"4519\":250300.3,\"4520\":154766.82,\"4521\":5578.83,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":11889.52,\"4526\":42802.69,\"4527\":17070.19,\"4528\":18095.0,\"4529\":26954.26,\"4530\":12108.58,\"4531\":16304.81,\"4532\":169457.84,\"4533\":926.53,\"4534\":1202.23,\"4535\":589.71,\"4536\":null,\"4537\":2033.89,\"4538\":758.5,\"4539\":402.96,\"4540\":21660.9,\"4541\":null,\"4542\":3278.36,\"4543\":2110.8,\"4544\":893.31,\"4545\":873861.58,\"4546\":455600.16,\"4547\":354.0,\"4548\":6881.6,\"4549\":8310.41,\"4550\":797.17,\"4551\":644.79,\"4552\":15552.0,\"4553\":22944.79,\"4554\":69186.16,\"4555\":164888.99,\"4556\":null,\"4557\":null,\"4558\":539080.51,\"4559\":1006.84,\"4560\":null,\"4561\":17894.53,\"4562\":7652.17,\"4563\":531.96,\"4564\":674.89,\"4565\":805.5,\"4566\":81050.94,\"4567\":3079.58,\"4568\":545.39,\"4569\":666.54,\"4570\":511.25,\"4571\":4598.4,\"4572\":428.76,\"4573\":1168.25,\"4574\":null,\"4575\":2539.35,\"4576\":17740.78,\"4577\":7579.2,\"4578\":788.83,\"4579\":376.6,\"4580\":2569.8,\"4581\":102.3,\"4582\":331.43,\"4583\":29271.09,\"4584\":49047.65,\"4585\":null,\"4586\":222070.27,\"4587\":null,\"4588\":117050.78,\"4589\":1498.8,\"4590\":748.22,\"4591\":1100.64,\"4592\":1420.2,\"4593\":775511.21,\"4594\":null,\"4595\":540904.0,\"4596\":101990.0,\"4597\":156177.26,\"4598\":424391.13,\"4599\":144927.65,\"4600\":127501.06,\"4601\":791.84,\"4602\":645.28,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":60387.73,\"4607\":165037.84,\"4608\":170100.1,\"4609\":null,\"4610\":101505.79,\"4611\":19269.33,\"4612\":45795.02,\"4613\":49105.01,\"4614\":653.73,\"4615\":75314.34,\"4616\":754.16,\"4617\":1997.6,\"4618\":2263.86,\"4619\":25050.7,\"4620\":41764.1,\"4621\":59328.22,\"4622\":57445.17,\"4623\":16538.43,\"4624\":326.25,\"4625\":9252.0,\"4626\":211.2,\"4627\":9129.6,\"4628\":6727.88,\"4629\":271.79,\"4630\":4080.0,\"4631\":9369.16,\"4632\":1153.92,\"4633\":1534.72,\"4634\":160.38,\"4635\":15403.0,\"4636\":10514.0,\"4637\":2838.0,\"4638\":4960.0,\"4639\":15833.99,\"4640\":9830.87,\"4641\":10219.21,\"4642\":571.12,\"4643\":10015.5,\"4644\":9615.6,\"4645\":null,\"4646\":2202.0,\"4647\":12240.0,\"4648\":19757.43,\"4649\":10297.81,\"4650\":19620.84,\"4651\":8463.6,\"4652\":504.8,\"4653\":10450.9,\"4654\":9122.0,\"4655\":null,\"4656\":1969.3,\"4657\":null,\"4658\":4053.4,\"4659\":4158.0,\"4660\":275.6,\"4661\":2139.09,\"4662\":338.56,\"4663\":2252.0,\"4664\":1284.34,\"4665\":19436.67,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":891.0,\"4672\":278.08,\"4673\":260.4,\"4674\":null,\"4675\":null,\"4676\":91.68,\"4677\":null,\"4678\":2000.0,\"4679\":6940.9,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":5159.48,\"4685\":null,\"4686\":null,\"4687\":1598.11,\"4688\":null,\"4689\":null,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":2185.68,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":6242.93,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6485.27,\"4712\":6657.54,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1214.73,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":4118.4,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4344.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4344.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3718.0,\"4797\":2138.4,\"4798\":7138.8,\"4799\":247821.96,\"4800\":6876.0,\"4801\":6367.68,\"4802\":21.03,\"4803\":404.47,\"4804\":11836.0,\"4805\":16496.66,\"4806\":191.4,\"4807\":3103.16,\"4808\":1741.41,\"4809\":763.92,\"4810\":2179.8,\"4811\":3985.0,\"4812\":21384.0,\"4813\":60246.07,\"4814\":503222.41,\"4815\":13448.0,\"4816\":1524.6,\"4817\":17998.27,\"4818\":37080.28,\"4819\":7274.67,\"4820\":null,\"4821\":711.03,\"4822\":3701.44,\"4823\":858.34,\"4824\":25029.37,\"4825\":589.38,\"4826\":null,\"4827\":null,\"4828\":27595.18,\"4829\":6284.0,\"4830\":6770.38,\"4831\":939.79,\"4832\":250470.92,\"4833\":153288.94,\"4834\":8770.06,\"4835\":null,\"4836\":505070.0,\"4837\":null,\"4838\":null,\"4839\":26084.5,\"4840\":397872.51,\"4841\":19309.37,\"4842\":12568.6,\"4843\":25661.43,\"4844\":14055.62,\"4845\":16621.35,\"4846\":52655.37,\"4847\":1248.0,\"4848\":1276.54,\"4849\":580.83,\"4850\":null,\"4851\":null,\"4852\":2064.37,\"4853\":756.63,\"4854\":408.57,\"4855\":34205.12,\"4856\":null,\"4857\":1071.53,\"4858\":2201.4,\"4859\":722.84,\"4860\":880001.47,\"4861\":335269.92,\"4862\":288.0,\"4863\":10408.2,\"4864\":8318.12,\"4865\":782.32,\"4866\":68360.0,\"4867\":615.62,\"4868\":15084.0,\"4869\":22818.46,\"4870\":64782.61,\"4871\":164761.99,\"4872\":421.0,\"4873\":313076.0,\"4874\":null,\"4875\":null,\"4876\":43498.93,\"4877\":7499.13,\"4878\":531.56,\"4879\":675.11,\"4880\":734.85,\"4881\":81004.96,\"4882\":3076.14,\"4883\":534.77,\"4884\":400.5,\"4885\":455.14,\"4886\":4214.4,\"4887\":428.88,\"4888\":null,\"4889\":1902.12,\"4890\":14088.13,\"4891\":2565.45,\"4892\":17349.6,\"4893\":8328.0,\"4894\":204.6,\"4895\":2558.4,\"4896\":102.3,\"4897\":335.86,\"4898\":29593.35,\"4899\":50199.94,\"4900\":null,\"4901\":44426.17,\"4902\":null,\"4903\":120202.07,\"4904\":null,\"4905\":773.3,\"4906\":1119.84,\"4907\":1393.2,\"4908\":769387.36,\"4909\":38561.29,\"4910\":532547.3,\"4911\":null,\"4912\":102590.0,\"4913\":155241.14,\"4914\":422794.46,\"4915\":72549.95,\"4916\":72810.68,\"4917\":791.56,\"4918\":896.36,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":60115.22,\"4923\":161542.01,\"4924\":169909.55,\"4925\":null,\"4926\":null,\"4927\":101585.77,\"4928\":null,\"4929\":46005.4,\"4930\":48619.1,\"4931\":644.61,\"4932\":76442.77,\"4933\":724.13,\"4934\":7310.6,\"4935\":2222.88,\"4936\":32389.61,\"4937\":42816.89,\"4938\":58823.9,\"4939\":57631.55,\"4940\":14827.33,\"4941\":325.74,\"4942\":8251.2,\"4943\":316.8,\"4944\":9129.6,\"4945\":6757.91,\"4946\":249.88,\"4947\":null,\"4948\":6720.0,\"4949\":9395.52,\"4950\":90.12,\"4951\":1593.68,\"4952\":152.06,\"4953\":null,\"4954\":9997.0,\"4955\":9123.0,\"4956\":2719.2,\"4957\":9983.66,\"4958\":16534.15,\"4959\":9321.7,\"4960\":9688.2,\"4961\":512.01,\"4962\":10017.0,\"4963\":9622.1,\"4964\":null,\"4965\":1913.1,\"4966\":13824.0,\"4967\":19718.62,\"4968\":10247.45,\"4969\":19583.34,\"4970\":7326.0,\"4971\":526.9,\"4972\":8844.0,\"4973\":7724.0,\"4974\":1489.8,\"4975\":null,\"4976\":3533.6,\"4977\":3589.0,\"4978\":275.6,\"4979\":2055.34,\"4980\":342.01,\"4981\":2111.0,\"4982\":1285.75,\"4983\":12895.39,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":804.54,\"4990\":318.56,\"4991\":156.0,\"4992\":null,\"4993\":null,\"4994\":162.24,\"4995\":null,\"4996\":2000.0,\"4997\":5681.7,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4000.17,\"5003\":null,\"5004\":null,\"5005\":4772.71,\"5006\":null,\"5007\":34431.51,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":6760.87,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4677.91,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5695.69,\"5031\":5837.57,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1238.77,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5605.6,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4645.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4645.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3710.67,\"5116\":2197.8,\"5117\":7144.8,\"5118\":396371.45,\"5119\":4762.8,\"5120\":5803.2,\"5121\":null,\"5122\":145.9,\"5123\":null,\"5124\":404.75,\"5125\":13992.0,\"5126\":10373.61,\"5127\":null,\"5128\":3030.88,\"5129\":1675.41,\"5130\":761.4,\"5131\":1736.1,\"5132\":3059.0,\"5133\":20272.0,\"5134\":60648.54,\"5135\":503958.49,\"5136\":14176.0,\"5137\":668.58,\"5138\":18204.28,\"5139\":34057.04,\"5140\":7256.33,\"5141\":1098.83,\"5142\":744.56,\"5143\":3701.12,\"5144\":910.66,\"5145\":15168.89,\"5146\":598.62,\"5147\":null,\"5148\":null,\"5149\":30044.8,\"5150\":10553.0,\"5151\":6583.66,\"5152\":939.79,\"5153\":249774.22,\"5154\":158764.51,\"5155\":6200.77,\"5156\":137640.0,\"5157\":414140.0,\"5158\":null,\"5159\":null,\"5160\":16601.52,\"5161\":396133.74,\"5162\":15570.19,\"5163\":18770.4,\"5164\":25017.28,\"5165\":13815.16,\"5166\":16532.84,\"5167\":null,\"5168\":1216.33,\"5169\":1328.92,\"5170\":633.11,\"5171\":null,\"5172\":null,\"5173\":1604.6,\"5174\":744.92,\"5175\":395.81,\"5176\":27592.47,\"5177\":null,\"5178\":1498.48,\"5179\":2201.4,\"5180\":823.19,\"5181\":944672.09,\"5182\":0.03,\"5183\":528.0,\"5184\":7409.6,\"5185\":8430.44,\"5186\":798.82,\"5187\":124970.0,\"5188\":609.79,\"5189\":13320.0,\"5190\":23241.47,\"5191\":69142.31,\"5192\":165209.49,\"5193\":null,\"5194\":280600.0,\"5195\":null,\"5196\":null,\"5197\":null,\"5198\":7958.26,\"5199\":520.08,\"5200\":673.81,\"5201\":786.0,\"5202\":81133.84,\"5203\":3076.14,\"5204\":540.71,\"5205\":413.1,\"5206\":586.4,\"5207\":4830.0,\"5208\":428.76,\"5209\":1636.27,\"5210\":14012.8,\"5211\":63.9,\"5212\":16770.94,\"5213\":10891.2,\"5214\":37.29,\"5215\":2553.0,\"5216\":99.0,\"5217\":339.24,\"5218\":30054.15,\"5219\":39334.3,\"5220\":null,\"5221\":null,\"5222\":null,\"5223\":488973.12,\"5224\":1330.68,\"5225\":782.32,\"5226\":1054.26,\"5227\":1303.2,\"5228\":432650.83,\"5229\":null,\"5230\":530240.52,\"5231\":101290.0,\"5232\":101620.68,\"5233\":423385.2,\"5234\":145435.48,\"5235\":127531.65,\"5236\":null,\"5237\":791.28,\"5238\":536.89,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":62301.96,\"5243\":161452.61,\"5244\":164357.7,\"5245\":null,\"5246\":3963.71,\"5247\":101605.77,\"5248\":null,\"5249\":22337.44,\"5250\":46124.87,\"5251\":49012.27,\"5252\":657.99,\"5253\":75581.49,\"5254\":630.2,\"5255\":8929.8,\"5256\":2699.23,\"5257\":26770.16,\"5258\":32044.24,\"5259\":57778.01,\"5260\":57325.41,\"5261\":16137.22,\"5262\":325.92,\"5263\":5914.8,\"5264\":88.2,\"5265\":9129.6,\"5266\":6737.78,\"5267\":278.72,\"5268\":3200.0,\"5269\":9360.42,\"5270\":432.72,\"5271\":1683.44,\"5272\":143.62,\"5273\":null,\"5274\":9195.0,\"5275\":8084.0,\"5276\":2637.8,\"5277\":4949.94,\"5278\":16800.8,\"5279\":10141.58,\"5280\":10225.13,\"5281\":775.57,\"5282\":13664.4,\"5283\":13413.6,\"5284\":null,\"5285\":1502.5,\"5286\":14004.0,\"5287\":19748.62,\"5288\":10266.71,\"5289\":19615.45,\"5290\":8168.4,\"5291\":427.2,\"5292\":7907.6,\"5293\":1920.0,\"5294\":1367.0,\"5295\":null,\"5296\":4077.9,\"5297\":5255.0,\"5298\":275.6,\"5299\":2120.11,\"5300\":336.95,\"5301\":2059.0,\"5302\":1255.96,\"5303\":11220.82,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":58.67,\"5309\":769.56,\"5310\":null,\"5311\":246.4,\"5312\":783.0,\"5313\":null,\"5314\":null,\"5315\":266.88,\"5316\":null,\"5317\":2000.0,\"5318\":5393.4,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":4057.57,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":8091.96,\"5328\":null,\"5329\":null,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":9884.99,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4635.43,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5016.6,\"5353\":5160.89,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1266.93,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":5595.7,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":736.84,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":25.3,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3883.0,\"5440\":1920.6,\"5441\":7168.8,\"5442\":392220.25,\"5443\":2448.0,\"5444\":4931.55,\"5445\":466.4,\"5446\":null,\"5447\":404.66,\"5448\":13915.0,\"5449\":14554.56,\"5450\":184.8,\"5451\":3061.74,\"5452\":1745.04,\"5453\":759.46,\"5454\":1850.4,\"5455\":2609.0,\"5456\":20792.0,\"5457\":60492.31,\"5458\":503368.82,\"5459\":13576.0,\"5460\":675.84,\"5461\":4993.71,\"5462\":37455.52,\"5463\":null,\"5464\":7648.67,\"5465\":1010.85,\"5466\":723.77,\"5467\":3702.08,\"5468\":862.23,\"5469\":12902.94,\"5470\":628.1,\"5471\":null,\"5472\":null,\"5473\":15410.62,\"5474\":6184.0,\"5475\":4639.92,\"5476\":939.79,\"5477\":254743.69,\"5478\":159087.88,\"5479\":5752.41,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":14634.63,\"5485\":396488.67,\"5486\":14778.85,\"5487\":17556.0,\"5488\":21934.52,\"5489\":12025.75,\"5490\":16216.09,\"5491\":null,\"5492\":1328.73,\"5493\":1552.39,\"5494\":588.71,\"5495\":137445.0,\"5496\":null,\"5497\":2299.31,\"5498\":741.96,\"5499\":399.6,\"5500\":25517.6,\"5501\":null,\"5502\":2889.34,\"5503\":2201.4,\"5504\":875.63,\"5505\":872480.47,\"5506\":459135.91,\"5507\":456.0,\"5508\":7000.4,\"5509\":8415.68,\"5510\":794.64,\"5511\":182170.0,\"5512\":623.44,\"5513\":13068.0,\"5514\":22901.8,\"5515\":null,\"5516\":69318.42,\"5517\":164883.95,\"5518\":null,\"5519\":null,\"5520\":544617.61,\"5521\":null,\"5522\":42198.11,\"5523\":7652.17,\"5524\":516.78,\"5525\":685.66,\"5526\":784.8,\"5527\":80874.8,\"5528\":3064.09,\"5529\":532.59,\"5530\":576.18,\"5531\":510.02,\"5532\":4519.2,\"5533\":428.28,\"5534\":1480.42,\"5535\":13997.02,\"5536\":19658.13,\"5537\":2952.0,\"5538\":195.95,\"5539\":2554.2,\"5540\":95.7,\"5541\":333.91,\"5542\":29874.39,\"5543\":39403.82,\"5544\":null,\"5545\":null,\"5546\":null,\"5547\":119885.62,\"5548\":1605.0,\"5549\":748.0,\"5550\":1051.35,\"5551\":1346.4,\"5552\":696320.17,\"5553\":39346.43,\"5554\":533794.0699999999,\"5555\":null,\"5556\":154656.91,\"5557\":422472.44,\"5558\":139183.84,\"5559\":126997.45,\"5560\":null,\"5561\":791.56,\"5562\":778.54,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":60288.0,\"5567\":160844.52,\"5568\":167869.0,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22417.6,\"5573\":45839.22,\"5574\":48930.14,\"5575\":651.81,\"5576\":75488.34,\"5577\":734.36,\"5578\":6921.2,\"5579\":2408.37,\"5580\":27992.97,\"5581\":31917.03,\"5582\":59360.25,\"5583\":58275.93,\"5584\":13299.15,\"5585\":653.01,\"5586\":4935.6,\"5587\":88.2,\"5588\":9129.6,\"5589\":6771.6,\"5590\":277.0,\"5591\":9680.0,\"5592\":9347.73,\"5593\":388.08,\"5594\":1625.36,\"5595\":140.32,\"5596\":null,\"5597\":7691.0,\"5598\":9404.0,\"5599\":2618.0,\"5600\":4377.14,\"5601\":16592.81,\"5602\":8895.28,\"5603\":9244.87,\"5604\":1200.32,\"5605\":12842.2,\"5606\":12565.3,\"5607\":null,\"5608\":1361.5,\"5609\":6750.0,\"5610\":19741.68,\"5611\":19502.57,\"5612\":18587.5,\"5613\":8622.0,\"5614\":403.3,\"5615\":7473.6,\"5616\":1990.0,\"5617\":1294.7,\"5618\":null,\"5619\":3092.7,\"5620\":5315.0,\"5621\":275.6,\"5622\":3090.97,\"5623\":339.02,\"5624\":2012.0,\"5625\":1324.17,\"5626\":10865.0,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":20.53,\"5632\":918.72,\"5633\":null,\"5634\":276.76,\"5635\":1254.6,\"5636\":null,\"5637\":null,\"5638\":355.2,\"5639\":null,\"5640\":2000.0,\"5641\":5411.7,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3822.26,\"5647\":null,\"5648\":null,\"5649\":9623.63,\"5650\":null,\"5651\":null,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11531.88,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":5108.1,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":19764.63,\"5674\":19872.64,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1168.86,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5295.4,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":70.37,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1439.8,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3776.67,\"5762\":1828.2,\"5763\":7159.2,\"5764\":412276.66,\"5765\":1947.6,\"5766\":3931.2,\"5767\":467.28,\"5768\":null,\"5769\":null,\"5770\":406.08,\"5771\":13365.0,\"5772\":13963.99,\"5773\":191.4,\"5774\":3022.64,\"5775\":1746.03,\"5776\":771.57,\"5777\":1146.6,\"5778\":807.0,\"5779\":20848.0,\"5780\":60534.2,\"5781\":501937.23,\"5782\":12824.0,\"5783\":1074.81,\"5784\":4999.98,\"5785\":40078.66,\"5786\":6827.33,\"5787\":587.94,\"5788\":3700.16,\"5789\":855.19,\"5790\":11709.49,\"5791\":621.5,\"5792\":null,\"5793\":null,\"5794\":29075.25,\"5795\":10130.0,\"5796\":4480.48,\"5797\":254315.14,\"5798\":159231.02,\"5799\":5472.82,\"5800\":508030.0,\"5801\":null,\"5802\":null,\"5803\":13600.88,\"5804\":395677.33,\"5805\":14089.01,\"5806\":15133.8,\"5807\":24002.0,\"5808\":10909.63,\"5809\":16351.41,\"5810\":null,\"5811\":798.4,\"5812\":1277.68,\"5813\":593.21,\"5814\":156035.0,\"5815\":null,\"5816\":2204.21,\"5817\":742.85,\"5818\":402.27,\"5819\":24121.07,\"5820\":null,\"5821\":401.36,\"5822\":2201.4,\"5823\":null,\"5824\":936.43,\"5825\":871042.55,\"5826\":478061.28,\"5827\":438.0,\"5828\":6668.2,\"5829\":8395.78,\"5830\":795.63,\"5831\":184750.0,\"5832\":664.3,\"5833\":15012.0,\"5834\":23413.36,\"5835\":60005.94,\"5836\":69619.7,\"5837\":165334.63,\"5838\":148.0,\"5839\":401488.0,\"5840\":null,\"5841\":null,\"5842\":6121.74,\"5843\":507.41,\"5844\":684.9,\"5845\":1150.05,\"5846\":80921.74,\"5847\":3621.83,\"5848\":528.46,\"5849\":632.88,\"5850\":548.9,\"5851\":4150.8,\"5852\":427.32,\"5853\":1307.02,\"5854\":14137.63,\"5855\":16472.49,\"5856\":7209.6,\"5857\":null,\"5858\":372.64,\"5859\":2534.4,\"5860\":102.3,\"5861\":328.52,\"5862\":29598.47,\"5863\":34334.44,\"5864\":null,\"5865\":null,\"5866\":null,\"5867\":119968.56,\"5868\":1604.52,\"5869\":719.62,\"5870\":1048.32,\"5871\":1382.4,\"5872\":433024.36,\"5873\":null,\"5874\":535362.6800000001,\"5875\":null,\"5876\":144752.91,\"5877\":422711.12,\"5878\":142553.02,\"5879\":127838.72,\"5880\":null,\"5881\":792.82,\"5882\":659.17,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":60200.96,\"5887\":162130.05,\"5888\":170264.75,\"5889\":16147.8,\"5890\":null,\"5891\":null,\"5892\":22163.6,\"5893\":45570.46,\"5894\":49555.21,\"5895\":651.81,\"5896\":75481.42,\"5897\":823.61,\"5898\":7944.2,\"5899\":2304.38,\"5900\":29753.93,\"5901\":31857.68,\"5902\":58145.02,\"5903\":null,\"5904\":17944.68,\"5905\":652.47,\"5906\":5418.0,\"5907\":null,\"5908\":9129.6,\"5909\":6743.55,\"5910\":308.22,\"5911\":2160.0,\"5912\":9332.27,\"5913\":1242.84,\"5914\":1723.04,\"5915\":149.42,\"5916\":7712.0,\"5917\":7799.0,\"5918\":2611.4,\"5919\":10976.9,\"5920\":16335.32,\"5921\":10145.04,\"5922\":10224.71,\"5923\":665.43,\"5924\":12939.5,\"5925\":12661.1,\"5926\":null,\"5927\":1344.4,\"5928\":13320.0,\"5929\":19744.33,\"5930\":19671.37,\"5931\":19610.22,\"5932\":7599.6,\"5933\":7316.3,\"5934\":2016.0,\"5935\":1249.3,\"5936\":null,\"5937\":2934.3,\"5938\":4799.0,\"5939\":275.6,\"5940\":2107.84,\"5941\":337.64,\"5942\":1984.0,\"5943\":1185.7,\"5944\":10745.21,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":10.27,\"5950\":828.3,\"5951\":272.8,\"5952\":449.7,\"5953\":null,\"5954\":null,\"5955\":470.4,\"5956\":null,\"5957\":2000.0,\"5958\":5269.2,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3684.52,\"5964\":null,\"5965\":null,\"5966\":5312.64,\"5967\":null,\"5968\":82773.34,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":1.75,\"5973\":null,\"5974\":7597.05,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4776.24,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":9375.98,\"5992\":9684.13,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1238.49,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":103.51,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3027.38,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3820.67,\"6080\":1788.6,\"6081\":7152.0,\"6082\":406676.51,\"6083\":1692.0,\"6084\":3544.19,\"6085\":466.51,\"6086\":104.28,\"6087\":417.12,\"6088\":13376.0,\"6089\":13658.55,\"6090\":null,\"6091\":3084.68,\"6092\":1740.09,\"6093\":765.27,\"6094\":1277.1,\"6095\":815.0,\"6096\":20548.0,\"6097\":60577.55,\"6098\":499825.21,\"6099\":13160.0,\"6100\":1217.7,\"6101\":10442.54,\"6102\":46612.83,\"6103\":5973.0,\"6104\":625.6,\"6105\":3699.84,\"6106\":960.57,\"6107\":11492.13,\"6108\":571.78,\"6109\":null,\"6110\":null,\"6111\":28096.84,\"6112\":null,\"6113\":4431.91,\"6114\":null,\"6115\":254545.19,\"6116\":158677.89,\"6117\":5437.85,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":13298.96,\"6123\":333206.51,\"6124\":13612.8,\"6125\":18079.6,\"6126\":22112.41,\"6127\":12871.85,\"6128\":16354.65,\"6129\":null,\"6130\":1326.66,\"6131\":1570.83,\"6132\":null,\"6133\":587.33,\"6134\":146520.0,\"6135\":null,\"6136\":1819.88,\"6137\":741.08,\"6138\":466.07,\"6139\":31224.98,\"6140\":null,\"6141\":1711.24,\"6142\":2201.4,\"6143\":933.21,\"6144\":901490.5699999999,\"6145\":0.07,\"6146\":150.0,\"6147\":6721.0,\"6148\":8385.16,\"6149\":807.29,\"6150\":null,\"6151\":652.76,\"6152\":14292.0,\"6153\":34234.15,\"6154\":69583.47,\"6155\":165060.64,\"6156\":465.5,\"6157\":null,\"6158\":451003.45,\"6159\":41996.24,\"6160\":7958.26,\"6161\":489.06,\"6162\":689.69,\"6163\":739.65,\"6164\":81036.1,\"6165\":3628.71,\"6166\":514.7,\"6167\":708.48,\"6168\":627.88,\"6169\":3976.8,\"6170\":427.2,\"6171\":null,\"6172\":614.94,\"6173\":14134.04,\"6174\":null,\"6175\":16188.93,\"6176\":5582.4,\"6177\":984.13,\"6178\":362.74,\"6179\":2532.0,\"6180\":79.2,\"6181\":324.17,\"6182\":29518.47,\"6183\":48719.2,\"6184\":null,\"6185\":1125062.48,\"6186\":null,\"6187\":120314.43,\"6188\":1605.42,\"6189\":667.92,\"6190\":1056.78,\"6191\":1202.4,\"6192\":774302.33,\"6193\":39155.21,\"6194\":536172.6800000001,\"6195\":null,\"6196\":154551.73,\"6197\":425420.9,\"6198\":142308.52,\"6199\":124443.15,\"6200\":null,\"6201\":794.08,\"6202\":578.89,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59900.53,\"6207\":159324.09,\"6208\":168218.65,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22153.6,\"6213\":45395.35,\"6214\":48649.06,\"6215\":643.23,\"6216\":77506.51,\"6217\":null,\"6218\":7508.6,\"6219\":2222.31,\"6220\":29741.23,\"6221\":31914.68,\"6222\":57737.4,\"6223\":19169.95,\"6224\":653.55,\"6225\":5410.8,\"6226\":4.2,\"6227\":9129.6,\"6228\":6742.4,\"6229\":270.93,\"6230\":2000.0,\"6231\":9302.39,\"6232\":1551.12,\"6233\":1640.32,\"6234\":139.66,\"6235\":9173.0,\"6236\":7137.0,\"6237\":2532.2,\"6238\":8344.79,\"6239\":14952.81,\"6240\":5774.1,\"6241\":5203.06,\"6242\":195.07,\"6243\":15801.3,\"6244\":15449.4,\"6245\":null,\"6246\":1817.7,\"6247\":13788.0,\"6248\":19740.4,\"6249\":19657.96,\"6250\":19608.62,\"6251\":6735.6,\"6252\":13330.7,\"6253\":1902.0,\"6254\":null,\"6255\":1617.4,\"6256\":null,\"6257\":6018.7,\"6258\":4913.0,\"6259\":275.6,\"6260\":2227.78,\"6261\":337.41,\"6262\":1942.0,\"6263\":1178.49,\"6264\":17443.47,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":2.93,\"6270\":790.68,\"6271\":null,\"6272\":261.8,\"6273\":693.9,\"6274\":null,\"6275\":null,\"6276\":null,\"6277\":null,\"6278\":2000.0,\"6279\":6230.5,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3621.39,\"6285\":null,\"6286\":null,\"6287\":656.3,\"6288\":null,\"6289\":74928.84,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":1574.89,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":5933.19,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19818.56,\"6313\":19906.02,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1358.94,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5533.0,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":103.5,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3160.2,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3861.0,\"6400\":1867.8,\"6401\":7155.6,\"6402\":401459.42,\"6403\":1692.0,\"6404\":2941.94,\"6405\":466.62,\"6406\":140.1,\"6407\":417.04,\"6408\":12793.0,\"6409\":2782.4,\"6410\":198.0,\"6411\":3081.21,\"6412\":1751.31,\"6413\":760.86,\"6414\":2408.4,\"6415\":809.0,\"6416\":16608.0,\"6417\":106308.34,\"6418\":507430.46,\"6419\":12760.0,\"6420\":931.92,\"6421\":17269.97,\"6422\":51411.31,\"6423\":6688.0,\"6424\":669.3,\"6425\":3700.16,\"6426\":931.8,\"6427\":11070.6,\"6428\":622.82,\"6429\":null,\"6430\":null,\"6431\":26120.88,\"6432\":null,\"6433\":4334.71,\"6434\":939.79,\"6435\":254296.8,\"6436\":159585.47,\"6437\":5342.61,\"6438\":26616.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":19754.38,\"6443\":305671.31,\"6444\":13553.75,\"6445\":18189.6,\"6446\":22912.61,\"6447\":11024.99,\"6448\":17265.48,\"6449\":89948.11,\"6450\":1271.81,\"6451\":1583.61,\"6452\":329.83,\"6453\":null,\"6454\":null,\"6455\":1723.85,\"6456\":741.28,\"6457\":460.87,\"6458\":30966.43,\"6459\":91001.74,\"6460\":2365.26,\"6461\":2201.4,\"6462\":933.08,\"6463\":911369.09,\"6464\":449795.61,\"6465\":426.0,\"6466\":10436.8,\"6467\":6134.06,\"6468\":818.18,\"6469\":181400.0,\"6470\":608.29,\"6471\":12636.0,\"6472\":null,\"6473\":69163.51,\"6474\":164560.24,\"6475\":null,\"6476\":575326.12,\"6477\":41718.85,\"6478\":7958.26,\"6479\":481.93,\"6480\":684.43,\"6481\":929.85,\"6482\":80883.94,\"6483\":3053.76,\"6484\":518.1,\"6485\":747.0,\"6486\":499.52,\"6487\":4518.0,\"6488\":422.16,\"6489\":1609.15,\"6490\":14000.61,\"6491\":null,\"6492\":16174.94,\"6493\":8145.6,\"6494\":377.92,\"6495\":2469.0,\"6496\":105.6,\"6497\":290.54,\"6498\":29771.64,\"6499\":50079.86,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":120798.86,\"6504\":1600.86,\"6505\":648.34,\"6506\":1011.98,\"6507\":1162.8,\"6508\":771620.89,\"6509\":50708.09,\"6510\":534805.16,\"6511\":null,\"6512\":144601.85,\"6513\":425680.73,\"6514\":140363.54,\"6515\":126584.41,\"6516\":2064.0,\"6517\":792.4,\"6518\":629.11,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":59767.1,\"6523\":157771.88,\"6524\":169474.8,\"6525\":null,\"6526\":null,\"6527\":null,\"6528\":22590.51,\"6529\":44493.3,\"6530\":48124.02,\"6531\":648.6,\"6532\":75507.07,\"6533\":991.25,\"6534\":7455.8,\"6535\":2170.77,\"6536\":29935.74,\"6537\":32030.62,\"6538\":58627.08,\"6539\":19307.22,\"6540\":656.73,\"6541\":5407.2,\"6542\":null,\"6543\":9129.6,\"6544\":6745.37,\"6545\":260.83,\"6546\":null,\"6547\":4800.0,\"6548\":9357.45,\"6549\":926.28,\"6550\":1543.52,\"6551\":174.77,\"6552\":16876.0,\"6553\":9855.0,\"6554\":2745.6,\"6555\":7810.82,\"6556\":17182.56,\"6557\":19224.26,\"6558\":15313.0,\"6559\":2702.33,\"6560\":13946.7,\"6561\":13637.5,\"6562\":null,\"6563\":12942.0,\"6564\":19741.23,\"6565\":19603.16,\"6566\":19610.13,\"6567\":7632.0,\"6568\":null,\"6569\":8433.6,\"6570\":4844.0,\"6571\":null,\"6572\":1470.4,\"6573\":null,\"6574\":3755.7,\"6575\":1911.0,\"6576\":275.6,\"6577\":1900.95,\"6578\":335.57,\"6579\":1945.0,\"6580\":1222.55,\"6581\":12645.72,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":247.87,\"6587\":811.14,\"6588\":null,\"6589\":620.4,\"6590\":753.6,\"6591\":null,\"6592\":null,\"6593\":308.16,\"6594\":null,\"6595\":2000.0,\"6596\":5660.5,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":5193.91,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":5049.89,\"6606\":null,\"6607\":82405.61,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":6898.1,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":2944.32,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19839.58,\"6631\":19926.01,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2098.31,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5633.1,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":580.05,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3462.65,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3872.0,\"6718\":1914.0,\"6719\":7152.0,\"6720\":398812.08,\"6721\":1699.2,\"6722\":2945.77,\"6723\":710.49,\"6724\":50.78,\"6725\":null,\"6726\":417.66,\"6727\":11561.0,\"6728\":null,\"6729\":171.6,\"6730\":3067.84,\"6731\":1752.63,\"6732\":764.24,\"6733\":1523.7,\"6734\":805.0,\"6735\":15444.0,\"6736\":60554.67,\"6737\":504190.2,\"6738\":13480.0,\"6739\":1342.11,\"6740\":16995.52,\"6741\":46510.43,\"6742\":6680.67,\"6743\":727.66,\"6744\":3701.44,\"6745\":820.63,\"6746\":11682.31,\"6747\":590.92,\"6748\":null,\"6749\":null,\"6750\":26127.7,\"6751\":null,\"6752\":8212.31,\"6753\":939.79,\"6754\":245170.03,\"6755\":157698.49,\"6756\":7657.03,\"6757\":73560.0,\"6758\":506910.0,\"6759\":null,\"6760\":null,\"6761\":20979.72,\"6762\":304412.86,\"6763\":19483.41,\"6764\":16737.6,\"6765\":24317.43,\"6766\":11743.63,\"6767\":16565.25,\"6768\":null,\"6769\":1105.17,\"6770\":2280.7,\"6771\":589.96,\"6772\":130075.0,\"6773\":null,\"6774\":2035.39,\"6775\":739.31,\"6776\":457.38,\"6777\":37313.66,\"6778\":90776.24,\"6779\":3420.11,\"6780\":2201.4,\"6781\":null,\"6782\":912.07,\"6783\":936683.36,\"6784\":219202.18,\"6785\":348.0,\"6786\":7506.4,\"6787\":6024.8,\"6788\":809.57,\"6789\":null,\"6790\":605.57,\"6791\":14652.0,\"6792\":25072.6,\"6793\":69581.2,\"6794\":164731.05,\"6795\":174.5,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":41224.74,\"6801\":7499.13,\"6802\":489.19,\"6803\":685.22,\"6804\":2106.6,\"6805\":80996.44,\"6806\":3050.32,\"6807\":514.9,\"6808\":684.72,\"6809\":598.6,\"6810\":4659.6,\"6811\":423.24,\"6812\":1092.48,\"6813\":14146.96,\"6814\":4508.55,\"6815\":18434.7,\"6816\":3604.8,\"6817\":377.06,\"6818\":2532.0,\"6819\":99.0,\"6820\":280.29,\"6821\":29389.34,\"6822\":40502.75,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":120027.29,\"6827\":1584.36,\"6828\":729.96,\"6829\":2123.52,\"6830\":1350.0,\"6831\":null,\"6832\":427300.01,\"6833\":39167.01,\"6834\":532685.88,\"6835\":null,\"6836\":null,\"6837\":155298.32,\"6838\":425871.3,\"6839\":138031.37,\"6840\":125939.1,\"6841\":2060.0,\"6842\":789.46,\"6843\":578.94,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64544.84,\"6848\":165047.48,\"6849\":168960.5,\"6850\":260600.93,\"6851\":null,\"6852\":101475.79,\"6853\":22645.73,\"6854\":45539.02,\"6855\":48332.0,\"6856\":647.64,\"6857\":75528.98,\"6858\":741.89,\"6859\":7053.2,\"6860\":2566.88,\"6861\":26823.35,\"6862\":31977.71,\"6863\":57752.52,\"6864\":19378.55,\"6865\":655.05,\"6866\":5630.4,\"6867\":null,\"6868\":null,\"6869\":9129.6,\"6870\":6739.43,\"6871\":301.42,\"6872\":null,\"6873\":8400.0,\"6874\":9367.92,\"6875\":1557.0,\"6876\":1595.44,\"6877\":150.35,\"6878\":null,\"6879\":15864.0,\"6880\":8753.0,\"6881\":2789.6,\"6882\":5906.12,\"6883\":15279.91,\"6884\":19496.63,\"6885\":19748.17,\"6886\":3788.84,\"6887\":19170.2,\"6888\":18742.0,\"6889\":null,\"6890\":13212.0,\"6891\":19595.16,\"6892\":19558.71,\"6893\":19462.74,\"6894\":5302.8,\"6895\":457.6,\"6896\":16263.7,\"6897\":4972.0,\"6898\":1289.8,\"6899\":null,\"6900\":3892.4,\"6901\":5250.0,\"6902\":275.6,\"6903\":2131.23,\"6904\":333.96,\"6905\":2158.0,\"6906\":233.19,\"6907\":11794.14,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":101.2,\"6913\":957.0,\"6914\":339.68,\"6915\":982.2,\"6916\":null,\"6917\":null,\"6918\":null,\"6919\":null,\"6920\":2000.0,\"6921\":5448.4,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":9756.52,\"6927\":null,\"6928\":80.3,\"6929\":null,\"6930\":4485.58,\"6931\":null,\"6932\":null,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":6545.34,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5471.4,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19809.16,\"6956\":19939.45,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2104.52,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5616.6,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":null,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1423.7,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3864.67,\"7042\":null,\"7043\":5194.8,\"7044\":397419.57,\"7045\":1854.0,\"7046\":3842.95,\"7047\":710.49,\"7048\":113.34,\"7049\":417.82,\"7050\":12815.0,\"7051\":null,\"7052\":191.4,\"7053\":2987.66,\"7054\":1752.96,\"7055\":752.4,\"7056\":1406.7,\"7057\":1959.0,\"7058\":17436.0,\"7059\":85794.03,\"7060\":503161.86,\"7061\":12864.0,\"7062\":1051.05,\"7063\":null,\"7064\":59619.16,\"7065\":7337.0,\"7066\":701.21,\"7067\":3670.08,\"7068\":812.0,\"7069\":12340.99,\"7070\":583.22,\"7071\":null,\"7072\":null,\"7073\":26119.47,\"7074\":963.54,\"7075\":6938.17,\"7076\":939.79,\"7077\":249527.08,\"7078\":158789.97,\"7079\":7608.8,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":14761.2,\"7085\":33151.58,\"7086\":8505.51,\"7087\":14687.2,\"7088\":23250.96,\"7089\":11917.23,\"7090\":16668.24,\"7091\":171110.11,\"7092\":1240.96,\"7093\":2304.69,\"7094\":573.33,\"7095\":305690.0,\"7096\":null,\"7097\":2582.21,\"7098\":739.11,\"7099\":450.31,\"7100\":44108.66,\"7101\":164200.99,\"7102\":569.1,\"7103\":1942.2,\"7104\":924.83,\"7105\":946408.53,\"7106\":0.02,\"7107\":150.0,\"7108\":7508.6,\"7109\":2228.08,\"7110\":809.57,\"7111\":205120.0,\"7112\":631.49,\"7113\":15012.0,\"7114\":24363.49,\"7115\":null,\"7116\":69745.06,\"7117\":164687.18,\"7118\":null,\"7119\":405168.0,\"7120\":40769.33,\"7121\":6733.91,\"7122\":463.98,\"7123\":685.58,\"7124\":971.4,\"7125\":80990.27,\"7126\":2212.0,\"7127\":517.37,\"7128\":743.94,\"7129\":588.72,\"7130\":4281.6,\"7131\":424.32,\"7132\":1337.63,\"7133\":6875.48,\"7134\":null,\"7135\":10831.95,\"7136\":5889.6,\"7137\":366.96,\"7138\":2464.8,\"7139\":102.3,\"7140\":323.5,\"7141\":29655.5,\"7142\":47412.99,\"7143\":null,\"7144\":966714.11,\"7145\":null,\"7146\":120949.68,\"7147\":1551.9,\"7148\":714.34,\"7149\":null,\"7150\":1162.8,\"7151\":33925.53,\"7152\":null,\"7153\":39155.23,\"7154\":339252.27,\"7155\":null,\"7156\":null,\"7157\":69149.85,\"7158\":241026.31,\"7159\":141918.91,\"7160\":126588.9,\"7161\":null,\"7162\":790.02,\"7163\":633.47,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":63705.63,\"7168\":164808.67,\"7169\":170560.75,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22683.13,\"7174\":45195.66,\"7175\":48247.21,\"7176\":645.48,\"7177\":75532.07,\"7178\":725.65,\"7179\":3258.2,\"7180\":2913.53,\"7181\":30057.81,\"7182\":31934.19,\"7183\":57270.97,\"7184\":null,\"7185\":19387.78,\"7186\":654.0,\"7187\":5623.2,\"7188\":264.0,\"7189\":9129.6,\"7190\":6549.18,\"7191\":323.0,\"7192\":8320.0,\"7193\":9555.71,\"7194\":1626.84,\"7195\":1708.08,\"7196\":154.97,\"7197\":null,\"7198\":16659.0,\"7199\":8981.0,\"7200\":3693.8,\"7201\":6329.42,\"7202\":15181.47,\"7203\":19333.06,\"7204\":19667.75,\"7205\":2628.56,\"7206\":14493.9,\"7207\":14187.2,\"7208\":null,\"7209\":12510.0,\"7210\":19508.2,\"7211\":19507.65,\"7212\":19306.69,\"7213\":6166.8,\"7214\":438.2,\"7215\":9702.2,\"7216\":4426.0,\"7217\":null,\"7218\":1291.8,\"7219\":null,\"7220\":6940.2,\"7221\":5241.0,\"7222\":275.6,\"7223\":2083.36,\"7224\":333.73,\"7225\":1964.0,\"7226\":266.75,\"7227\":11052.33,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":956.27,\"7233\":908.82,\"7234\":343.64,\"7235\":902.1,\"7236\":null,\"7237\":null,\"7238\":96.0,\"7239\":null,\"7240\":2000.0,\"7241\":5271.8,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":5894.09,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":1276.6,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":1545.51,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3514.1,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19902.81,\"7276\":19909.0,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1553.97,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5610.0,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":47.54,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3875.67,\"7363\":1914.0,\"7364\":7190.4,\"7365\":125270.99,\"7366\":1857.6,\"7367\":3241.85,\"7368\":711.26,\"7369\":null,\"7370\":417.95,\"7371\":12309.0,\"7372\":null,\"7373\":191.4,\"7374\":3047.05,\"7375\":1748.01,\"7376\":741.69,\"7377\":1602.0,\"7378\":2267.0,\"7379\":16128.0,\"7380\":60498.45,\"7381\":503433.1,\"7382\":14112.0,\"7383\":788.37,\"7384\":17578.41,\"7385\":41639.14,\"7386\":8114.33,\"7387\":940.41,\"7388\":3700.48,\"7389\":885.38,\"7390\":13342.67,\"7391\":478.72,\"7392\":null,\"7393\":null,\"7394\":25134.82,\"7395\":null,\"7396\":5845.18,\"7397\":939.79,\"7398\":246692.25,\"7399\":160023.17,\"7400\":6940.31,\"7401\":510190.0,\"7402\":null,\"7403\":21549.62,\"7404\":32832.7,\"7405\":21570.2,\"7406\":9970.4,\"7407\":24203.53,\"7408\":10059.0,\"7409\":17934.13,\"7410\":171133.05,\"7411\":1412.57,\"7412\":2304.26,\"7413\":572.58,\"7414\":null,\"7415\":null,\"7416\":2532.99,\"7417\":744.52,\"7418\":327.14,\"7419\":34184.74,\"7420\":90403.21,\"7421\":null,\"7422\":1912.8,\"7423\":685.16,\"7424\":1023869.12,\"7425\":0.05,\"7426\":102.0,\"7427\":7502.0,\"7428\":6597.8,\"7429\":809.6,\"7430\":207000.0,\"7431\":642.43,\"7432\":14688.0,\"7433\":35177.23,\"7434\":69478.1,\"7435\":165036.46,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":6274.78,\"7441\":513.08,\"7442\":671.8,\"7443\":910.95,\"7444\":80949.78,\"7445\":2205.11,\"7446\":363.83,\"7447\":null,\"7448\":524.32,\"7449\":4177.2,\"7450\":425.04,\"7451\":1319.48,\"7452\":7054.11,\"7453\":null,\"7454\":19785.36,\"7455\":7310.4,\"7456\":385.37,\"7457\":1477.8,\"7458\":224.4,\"7459\":306.49,\"7460\":29881.01,\"7461\":50148.85,\"7462\":null,\"7463\":968093.5699999999,\"7464\":null,\"7465\":783537.6,\"7466\":1549.98,\"7467\":823.46,\"7468\":1909.98,\"7469\":1488.6,\"7470\":33104.32,\"7471\":50867.47,\"7472\":448149.4,\"7473\":null,\"7474\":65533.85,\"7475\":35070.25,\"7476\":139457.05,\"7477\":72776.18,\"7478\":2052.0,\"7479\":789.18,\"7480\":2068.08,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54710.8,\"7485\":162580.78,\"7486\":171126.85,\"7487\":null,\"7488\":null,\"7489\":null,\"7490\":22615.75,\"7491\":45269.22,\"7492\":48377.04,\"7493\":646.17,\"7494\":75698.88,\"7495\":725.31,\"7496\":9530.4,\"7497\":2911.81,\"7498\":30214.7,\"7499\":31816.22,\"7500\":57796.29,\"7501\":57658.71,\"7502\":19288.88,\"7503\":653.61,\"7504\":5634.0,\"7505\":null,\"7506\":9129.6,\"7507\":6776.88,\"7508\":319.04,\"7509\":236.01,\"7510\":6720.0,\"7511\":9537.24,\"7512\":1617.36,\"7513\":1730.08,\"7514\":145.07,\"7515\":16245.0,\"7516\":9445.0,\"7517\":2514.6,\"7518\":5409.17,\"7519\":15600.56,\"7520\":17819.32,\"7521\":18160.09,\"7522\":1850.64,\"7523\":15320.6,\"7524\":14990.0,\"7525\":null,\"7526\":13248.0,\"7527\":19646.57,\"7528\":18594.24,\"7529\":19502.82,\"7530\":6634.8,\"7531\":459.7,\"7532\":9204.1,\"7533\":10070.0,\"7534\":2016.0,\"7535\":1749.4,\"7536\":null,\"7537\":3125.5,\"7538\":5841.0,\"7539\":275.6,\"7540\":1461.21,\"7541\":332.58,\"7542\":1915.0,\"7543\":1331.86,\"7544\":18242.41,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":93.87,\"7550\":814.44,\"7551\":327.36,\"7552\":null,\"7553\":null,\"7554\":89.28,\"7555\":null,\"7556\":2000.0,\"7557\":5108.0,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4390.44,\"7563\":null,\"7564\":null,\"7565\":7576.87,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":9316.48,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4540.55,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19925.8,\"7591\":19942.07,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1504.31,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":418.27,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":null,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3872.0,\"7679\":1914.0,\"7680\":7174.8,\"7681\":398766.2,\"7682\":1857.6,\"7683\":3640.94,\"7684\":710.05,\"7685\":198.88,\"7686\":null,\"7687\":430.88,\"7688\":12441.0,\"7689\":15603.52,\"7690\":null,\"7691\":2168.43,\"7692\":1812.03,\"7693\":766.48,\"7694\":2111.4,\"7695\":2041.0,\"7696\":16968.0,\"7697\":60546.84,\"7698\":507761.78,\"7699\":14080.0,\"7700\":790.02,\"7701\":17575.03,\"7702\":44064.43,\"7703\":7986.0,\"7704\":1180.19,\"7705\":3700.48,\"7706\":868.83,\"7707\":18493.26,\"7708\":636.02,\"7709\":null,\"7710\":null,\"7711\":26347.23,\"7712\":null,\"7713\":4822.48,\"7714\":939.79,\"7715\":245283.64,\"7716\":158926.13,\"7717\":6014.82,\"7718\":null,\"7719\":null,\"7720\":15086.37,\"7721\":196415.24,\"7722\":15496.27,\"7723\":17677.0,\"7724\":22894.63,\"7725\":11541.28,\"7726\":17434.66,\"7727\":171137.18,\"7728\":1432.03,\"7729\":1616.58,\"7730\":579.96,\"7731\":null,\"7732\":null,\"7733\":2459.74,\"7734\":744.72,\"7735\":403.37,\"7736\":42237.89,\"7737\":90366.52,\"7738\":537.99,\"7739\":1906.8,\"7740\":null,\"7741\":848.6,\"7742\":1099917.77,\"7743\":0.03,\"7744\":456.0,\"7745\":6925.6,\"7746\":4658.54,\"7747\":820.71,\"7748\":204660.0,\"7749\":627.77,\"7750\":13536.0,\"7751\":35296.95,\"7752\":69444.36,\"7753\":165004.55,\"7754\":null,\"7755\":404156.0,\"7756\":null,\"7757\":null,\"7758\":8264.35,\"7759\":493.68,\"7760\":695.92,\"7761\":1465.2,\"7762\":80953.01,\"7763\":2203.39,\"7764\":540.67,\"7765\":591.66,\"7766\":620.71,\"7767\":3854.4,\"7768\":426.48,\"7769\":null,\"7770\":1472.11,\"7771\":7148.8,\"7772\":1318.05,\"7773\":19692.79,\"7774\":7593.6,\"7775\":382.87,\"7776\":2528.4,\"7777\":237.6,\"7778\":338.77,\"7779\":29813.25,\"7780\":50137.98,\"7781\":null,\"7782\":930856.33,\"7783\":null,\"7784\":119213.35,\"7785\":1608.6,\"7786\":682.0,\"7787\":1373.64,\"7788\":1011.6,\"7789\":424452.94,\"7790\":978.27,\"7791\":null,\"7792\":null,\"7793\":145568.43,\"7794\":119358.73,\"7795\":2050.0,\"7796\":790.72,\"7797\":682.02,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54996.29,\"7802\":91097.99,\"7803\":170048.3,\"7804\":null,\"7805\":22616.82,\"7806\":45233.73,\"7807\":48349.66,\"7808\":644.94,\"7809\":75495.63,\"7810\":661.5,\"7811\":8621.8,\"7812\":2610.04,\"7813\":30044.53,\"7814\":31740.66,\"7815\":53259.74,\"7816\":53460.16,\"7817\":19524.53,\"7818\":651.81,\"7819\":6901.2,\"7820\":null,\"7821\":9129.6,\"7822\":6771.6,\"7823\":325.05,\"7824\":220.07,\"7825\":6640.0,\"7826\":9527.75,\"7827\":1636.08,\"7828\":1796.08,\"7829\":461.21,\"7830\":11030.0,\"7831\":8059.0,\"7832\":2479.4,\"7833\":14963.17,\"7834\":16469.6,\"7835\":16392.36,\"7836\":17080.86,\"7837\":1010.53,\"7838\":15119.6,\"7839\":14791.3,\"7840\":null,\"7841\":12348.0,\"7842\":19716.33,\"7843\":18664.32,\"7844\":19581.07,\"7845\":5652.0,\"7846\":533.0,\"7847\":10069.9,\"7848\":8204.0,\"7849\":null,\"7850\":1384.5,\"7851\":null,\"7852\":2829.1,\"7853\":7398.0,\"7854\":275.6,\"7855\":1565.33,\"7856\":331.43,\"7857\":1868.0,\"7858\":null,\"7859\":15597.82,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":244.93,\"7865\":799.26,\"7866\":299.64,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":229.92,\"7871\":null,\"7872\":2000.0,\"7873\":5443.9,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4080.52,\"7879\":null,\"7880\":null,\"7881\":3423.85,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":5956.23,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":3446.04,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19905.21,\"7905\":19916.18,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1829.3,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":175.93,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3868.33,\"7993\":2105.4,\"7994\":7173.6,\"7995\":179731.08,\"7996\":2548.8,\"7997\":3936.58,\"7998\":708.73,\"7999\":null,\"8000\":null,\"8001\":430.27,\"8002\":12463.0,\"8003\":14775.59,\"8004\":null,\"8005\":2164.47,\"8006\":1798.5,\"8007\":723.64,\"8008\":2528.1,\"8009\":1646.0,\"8010\":16212.0,\"8011\":60582.66,\"8012\":503729.93,\"8013\":13784.0,\"8014\":1122.66,\"8015\":17581.97,\"8016\":58440.6,\"8017\":8147.33,\"8018\":966.29,\"8019\":3699.52,\"8020\":822.39,\"8021\":14229.18,\"8022\":594.22,\"8023\":null,\"8024\":null,\"8025\":25113.24,\"8026\":null,\"8027\":4520.82,\"8028\":939.79,\"8029\":206075.94,\"8030\":117873.97,\"8031\":5634.3,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":13823.34,\"8036\":62754.12,\"8037\":14937.05,\"8038\":18469.0,\"8039\":19710.37,\"8040\":10254.5,\"8041\":17179.55,\"8042\":93667.64,\"8043\":1370.34,\"8044\":1422.39,\"8045\":552.5,\"8046\":null,\"8047\":2366.13,\"8048\":735.86,\"8049\":433.59,\"8050\":6974.71,\"8051\":90382.64,\"8052\":4023.99,\"8053\":1906.2,\"8054\":null,\"8055\":840.26,\"8056\":1134477.8999999999,\"8057\":601720.85,\"8058\":354.0,\"8059\":7264.4,\"8060\":7502.17,\"8061\":828.52,\"8062\":205000.0,\"8063\":600.24,\"8064\":14508.0,\"8065\":35262.03,\"8066\":69296.26,\"8067\":127596.05,\"8068\":2769.0,\"8069\":null,\"8070\":579848.27,\"8071\":40378.49,\"8072\":8570.44,\"8073\":488.0,\"8074\":653.9,\"8075\":824.4,\"8076\":80919.1,\"8077\":2205.11,\"8078\":538.07,\"8079\":747.0,\"8080\":531.64,\"8081\":3477.6,\"8082\":411.72,\"8083\":1495.98,\"8084\":19386.78,\"8085\":3365.55,\"8086\":17916.35,\"8087\":8601.6,\"8088\":371.45,\"8089\":2542.2,\"8090\":237.6,\"8091\":284.16,\"8092\":29322.33,\"8093\":49578.29,\"8094\":null,\"8095\":1106403.8200000001,\"8096\":null,\"8097\":120067.6,\"8098\":1608.9,\"8099\":625.9,\"8100\":1248.21,\"8101\":1141.2,\"8102\":435195.08,\"8103\":179098.72,\"8104\":73161.33,\"8105\":72760.02,\"8106\":2044.0,\"8107\":790.86,\"8108\":0.55,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54879.55,\"8113\":88307.89,\"8114\":99766.8,\"8115\":null,\"8116\":null,\"8117\":29230.53,\"8118\":45310.72,\"8119\":49303.82,\"8120\":645.0,\"8121\":75488.98,\"8122\":624.56,\"8123\":5205.2,\"8124\":2753.52,\"8125\":26813.23,\"8126\":31744.58,\"8127\":50437.87,\"8128\":19322.77,\"8129\":636.72,\"8130\":10080.0,\"8131\":null,\"8132\":9129.6,\"8133\":6818.79,\"8134\":373.76,\"8135\":90.79,\"8136\":6400.0,\"8137\":9362.01,\"8138\":1637.4,\"8139\":1718.2,\"8140\":150.22,\"8141\":16550.0,\"8142\":15026.0,\"8143\":3194.4,\"8144\":19836.08,\"8145\":15312.79,\"8146\":17137.36,\"8147\":17607.5,\"8148\":1419.44,\"8149\":18209.8,\"8150\":17814.7,\"8151\":null,\"8152\":12510.0,\"8153\":19695.42,\"8154\":19617.07,\"8155\":19559.0,\"8156\":5547.6,\"8157\":774.7,\"8158\":2310.4,\"8159\":4898.0,\"8160\":1465.9,\"8161\":null,\"8162\":4334.8,\"8163\":5138.0,\"8164\":275.6,\"8165\":2108.19,\"8166\":331.66,\"8167\":1918.0,\"8168\":1287.48,\"8169\":20076.71,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":120.27,\"8175\":793.98,\"8176\":null,\"8177\":309.76,\"8178\":477.3,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":6196.6,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5102.09,\"8190\":null,\"8191\":null,\"8192\":2303.22,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4220.55,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3546.44,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19955.49,\"8218\":19944.23,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":2066.46,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1488.1,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2296.8,\"8306\":7179.6,\"8307\":286048.17,\"8308\":8899.2,\"8309\":4377.29,\"8310\":712.36,\"8311\":129.1,\"8312\":null,\"8313\":431.17,\"8314\":12397.0,\"8315\":16034.78,\"8316\":null,\"8317\":2119.76,\"8318\":1730.52,\"8319\":734.36,\"8320\":3037.5,\"8321\":805.0,\"8322\":16248.0,\"8323\":60656.35,\"8324\":493267.62,\"8325\":12240.0,\"8326\":833.58,\"8327\":14032.08,\"8328\":40689.8,\"8329\":6581.67,\"8330\":1018.0,\"8331\":3700.16,\"8332\":780.96,\"8333\":14632.43,\"8334\":582.12,\"8335\":null,\"8336\":null,\"8337\":28122.53,\"8338\":null,\"8339\":7825.15,\"8340\":938.8,\"8341\":164232.48,\"8342\":92405.11,\"8343\":9530.35,\"8344\":487640.0,\"8345\":null,\"8346\":null,\"8347\":40812.78,\"8348\":372660.11,\"8349\":18365.92,\"8350\":18656.0,\"8351\":13024.69,\"8352\":12879.79,\"8353\":17526.94,\"8354\":79214.97,\"8355\":1030.45,\"8356\":1373.11,\"8357\":570.83,\"8358\":null,\"8359\":2631.89,\"8360\":720.11,\"8361\":395.3,\"8362\":22982.29,\"8363\":90503.37,\"8364\":2784.73,\"8365\":1891.8,\"8366\":15270.2,\"8367\":820.77,\"8368\":1140864.3500000001,\"8369\":147825.85,\"8370\":546.0,\"8371\":10577.6,\"8372\":6023.72,\"8373\":826.1,\"8374\":204750.0,\"8375\":572.84,\"8376\":14544.0,\"8377\":34904.23,\"8378\":54658.88,\"8379\":70630.68,\"8380\":null,\"8381\":560567.89,\"8382\":null,\"8383\":7499.13,\"8384\":null,\"8385\":681.23,\"8386\":827.7,\"8387\":81039.38,\"8388\":2225.77,\"8389\":401.68,\"8390\":817.2,\"8391\":641.71,\"8392\":5276.4,\"8393\":411.84,\"8394\":615.48,\"8395\":19515.2,\"8396\":2304.45,\"8397\":19972.65,\"8398\":1598.4,\"8399\":391.38,\"8400\":1842.0,\"8401\":260.7,\"8402\":321.76,\"8403\":29562.14,\"8404\":48502.49,\"8405\":null,\"8406\":1205484.73,\"8407\":null,\"8408\":120208.57,\"8409\":1425.06,\"8410\":664.62,\"8411\":1462.26,\"8412\":999.0,\"8413\":214347.04,\"8414\":339589.54,\"8415\":null,\"8416\":9530.84,\"8417\":73460.44,\"8418\":73539.69,\"8419\":null,\"8420\":791.7,\"8421\":null,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":154695.34,\"8426\":162405.95,\"8427\":null,\"8428\":22631.19,\"8429\":45470.27,\"8430\":47640.35,\"8431\":627.84,\"8432\":75570.67,\"8433\":676.03,\"8434\":7851.8,\"8435\":2285.9,\"8436\":18201.56,\"8437\":49403.22,\"8438\":50874.79,\"8439\":19300.0,\"8440\":653.49,\"8441\":9810.0,\"8442\":null,\"8443\":9129.6,\"8444\":6769.95,\"8445\":364.25,\"8446\":null,\"8447\":7680.0,\"8448\":4953.73,\"8449\":1689.24,\"8450\":null,\"8451\":141.64,\"8452\":null,\"8453\":11884.0,\"8454\":11654.0,\"8455\":2688.4,\"8456\":13864.64,\"8457\":15955.49,\"8458\":10597.75,\"8459\":11239.17,\"8460\":1132.85,\"8461\":13880.7,\"8462\":13586.4,\"8463\":null,\"8464\":7829.44,\"8465\":19581.05,\"8466\":19508.38,\"8467\":19443.86,\"8468\":7502.4,\"8469\":463.2,\"8470\":10187.1,\"8471\":1960.0,\"8472\":1580.9,\"8473\":null,\"8474\":3167.3,\"8475\":6633.0,\"8476\":275.6,\"8477\":2150.19,\"8478\":328.44,\"8479\":2275.0,\"8480\":772.02,\"8481\":18003.01,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":418.0,\"8487\":789.36,\"8488\":null,\"8489\":313.28,\"8490\":868.8,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5690.1,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4694.61,\"8501\":null,\"8502\":null,\"8503\":2040.02,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":3916.06,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":2925.03,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19949.82,\"8529\":19943.32,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1326.05,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5561.6,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":null,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3390.2,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3861.0,\"8617\":2494.8,\"8618\":7174.8,\"8619\":405720.67,\"8620\":6357.6,\"8621\":4939.91,\"8622\":712.47,\"8623\":null,\"8624\":null,\"8625\":431.49,\"8626\":13651.0,\"8627\":15685.34,\"8628\":null,\"8629\":2114.97,\"8630\":1766.49,\"8631\":757.17,\"8632\":2604.6,\"8633\":808.0,\"8634\":16392.0,\"8635\":60621.25,\"8636\":505478.2,\"8637\":12936.0,\"8638\":860.64,\"8639\":17460.07,\"8640\":36392.58,\"8641\":6768.67,\"8642\":862.79,\"8643\":3700.8,\"8644\":888.52,\"8645\":18438.56,\"8646\":586.3,\"8647\":null,\"8648\":null,\"8649\":25150.92,\"8650\":null,\"8651\":8665.58,\"8652\":942.77,\"8653\":246176.84,\"8654\":116920.8,\"8655\":9038.3,\"8656\":93520.0,\"8657\":null,\"8658\":null,\"8659\":22841.18,\"8660\":395800.48,\"8661\":17111.6,\"8662\":15903.8,\"8663\":0.09,\"8664\":16207.24,\"8665\":16536.19,\"8666\":170277.14,\"8667\":1250.9,\"8668\":1520.09,\"8669\":585.08,\"8670\":null,\"8671\":2335.54,\"8672\":726.71,\"8673\":380.21,\"8674\":38315.52,\"8675\":null,\"8676\":3790.63,\"8677\":2169.0,\"8678\":14693.8,\"8679\":848.51,\"8680\":1105651.3799999999,\"8681\":598488.98,\"8682\":462.0,\"8683\":9875.8,\"8684\":5852.67,\"8685\":826.76,\"8686\":205150.0,\"8687\":613.22,\"8688\":10944.0,\"8689\":35470.2,\"8690\":69539.8,\"8691\":163952.54,\"8692\":403880.0,\"8693\":597539.23,\"8694\":null,\"8695\":39968.1,\"8696\":7652.17,\"8697\":500.54,\"8698\":687.67,\"8699\":1357.35,\"8700\":81073.36,\"8701\":2224.05,\"8702\":531.99,\"8703\":937.98,\"8704\":1073.11,\"8705\":4303.2,\"8706\":411.36,\"8707\":1659.8,\"8708\":13931.74,\"8709\":4360.5,\"8710\":19976.04,\"8711\":5961.6,\"8712\":355.34,\"8713\":2591.4,\"8714\":264.0,\"8715\":259.82,\"8716\":29679.98,\"8717\":47485.76,\"8718\":null,\"8719\":null,\"8720\":null,\"8721\":632090.66,\"8722\":1614.36,\"8723\":544.28,\"8724\":1207.26,\"8725\":981.0,\"8726\":340189.38,\"8727\":66640.68,\"8728\":122201.97,\"8729\":72896.03,\"8730\":72069.83,\"8731\":2063.0,\"8732\":789.32,\"8733\":null,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":157537.59,\"8738\":163669.5,\"8739\":null,\"8740\":null,\"8741\":22413.61,\"8742\":45003.0,\"8743\":47783.35,\"8744\":599.52,\"8745\":75563.3,\"8746\":699.73,\"8747\":6930.0,\"8748\":2729.65,\"8749\":28425.72,\"8750\":48456.76,\"8751\":null,\"8752\":19309.95,\"8753\":653.64,\"8754\":10018.8,\"8755\":3.0,\"8756\":9129.6,\"8757\":6741.41,\"8758\":346.43,\"8759\":0.02,\"8760\":5440.0,\"8761\":4965.72,\"8762\":1548.12,\"8763\":1707.64,\"8764\":154.97,\"8765\":null,\"8766\":14593.0,\"8767\":16749.0,\"8768\":5038.0,\"8769\":19300.13,\"8770\":16794.55,\"8771\":10967.73,\"8772\":11611.02,\"8773\":1170.84,\"8774\":13068.7,\"8775\":12806.5,\"8776\":null,\"8777\":19763.72,\"8778\":19642.95,\"8779\":19624.35,\"8780\":3254.4,\"8781\":542.9,\"8782\":null,\"8783\":2260.0,\"8784\":1339.2,\"8785\":null,\"8786\":6020.4,\"8787\":6725.0,\"8788\":275.6,\"8789\":2072.61,\"8790\":327.52,\"8791\":2157.0,\"8792\":1264.9,\"8793\":16070.68,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":23.47,\"8799\":753.72,\"8800\":null,\"8801\":94.6,\"8802\":233.7,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5326.4,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4333.04,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":4689.38,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19937.43,\"8841\":19927.48,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1342.33,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4710.4,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3857.33,\"8929\":2468.4,\"8930\":7242.0,\"8931\":20619.0,\"8932\":5385.6,\"8933\":4440.02,\"8934\":709.17,\"8935\":null,\"8936\":null,\"8937\":399.22,\"8938\":13200.0,\"8939\":null,\"8940\":198.0,\"8941\":2155.06,\"8942\":1727.88,\"8943\":768.6,\"8944\":3449.7,\"8945\":808.0,\"8946\":17364.0,\"8947\":60699.67,\"8948\":441705.56,\"8949\":14248.0,\"8950\":680.79,\"8951\":18101.06,\"8952\":31407.28,\"8953\":8191.33,\"8954\":137.1,\"8955\":3700.8,\"8956\":836.7,\"8957\":15999.34,\"8958\":619.08,\"8959\":null,\"8960\":null,\"8961\":28094.81,\"8962\":null,\"8963\":5385.5,\"8964\":942.77,\"8965\":242224.25,\"8966\":142575.26,\"8967\":6572.69,\"8968\":204090.0,\"8969\":null,\"8970\":null,\"8971\":18296.11,\"8972\":396065.71,\"8973\":15650.54,\"8974\":null,\"8975\":null,\"8976\":14623.94,\"8977\":17058.84,\"8978\":90086.97,\"8979\":1172.24,\"8980\":1326.14,\"8981\":576.83,\"8982\":null,\"8983\":null,\"8984\":1280.41,\"8985\":726.22,\"8986\":427.46,\"8987\":31069.96,\"8988\":4163.51,\"8989\":1951.8,\"8990\":14715.8,\"8991\":793.44,\"8992\":1155022.3700000001,\"8993\":455471.13,\"8994\":678.0,\"8995\":6916.8,\"8996\":7606.69,\"8997\":808.28,\"8998\":181650.0,\"8999\":531.0,\"9000\":12708.0,\"9001\":40316.71,\"9002\":60280.12,\"9003\":135170.22,\"9004\":1843.5,\"9005\":404110.0,\"9006\":null,\"9007\":39642.84,\"9008\":3979.13,\"9009\":533.28,\"9010\":688.82,\"9011\":1830.45,\"9012\":81356.59,\"9013\":2234.38,\"9014\":261.36,\"9015\":941.04,\"9016\":908.7,\"9017\":9184.8,\"9018\":412.32,\"9019\":null,\"9020\":7067.02,\"9021\":3487.05,\"9022\":19943.5,\"9023\":10401.6,\"9024\":374.68,\"9025\":2325.6,\"9026\":262.35,\"9027\":252.63,\"9028\":29969.66,\"9029\":50026.72,\"9030\":null,\"9031\":851401.02,\"9032\":null,\"9033\":820603.8100000001,\"9034\":1613.94,\"9035\":738.1,\"9036\":1173.49,\"9037\":1018.8,\"9038\":83938.2,\"9039\":66650.8,\"9040\":182016.35,\"9041\":143138.29,\"9042\":120557.37,\"9043\":null,\"9044\":791.0,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":16718.56,\"9050\":155513.59,\"9051\":163438.25,\"9052\":19839.17,\"9053\":17909.91,\"9054\":null,\"9055\":44813.11,\"9056\":47856.69,\"9057\":654.75,\"9058\":75595.8,\"9059\":677.64,\"9060\":4840.0,\"9061\":1947.98,\"9062\":17451.11,\"9063\":31656.46,\"9064\":19334.7,\"9065\":652.53,\"9066\":10022.4,\"9067\":null,\"9068\":9129.6,\"9069\":6752.13,\"9070\":358.45,\"9071\":2.05,\"9072\":6960.0,\"9073\":4984.62,\"9074\":1608.96,\"9075\":1803.12,\"9076\":147.71,\"9077\":9221.0,\"9078\":12657.0,\"9079\":3792.8,\"9080\":17744.02,\"9081\":15555.87,\"9082\":10224.51,\"9083\":10223.37,\"9084\":642.4,\"9085\":12857.8,\"9086\":12584.9,\"9087\":null,\"9088\":19745.53,\"9089\":19605.66,\"9090\":19610.53,\"9091\":6235.2,\"9092\":529.9,\"9093\":9909.3,\"9094\":7814.0,\"9095\":1116.34,\"9096\":null,\"9097\":6262.8,\"9098\":4583.0,\"9099\":275.6,\"9100\":2268.14,\"9101\":326.37,\"9102\":3057.0,\"9103\":1030.61,\"9104\":12354.67,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":786.13,\"9110\":939.84,\"9111\":null,\"9112\":431.2,\"9113\":566.1,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5618.4,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3879.65,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":1164.05,\"9128\":null,\"9129\":null,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":1832.72,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19968.7,\"9152\":19946.1,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1245.75,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2109.68,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3864.67,\"9239\":2435.4,\"9240\":3784.77,\"9241\":405681.49,\"9242\":7808.4,\"9243\":5425.08,\"9244\":707.96,\"9245\":52.54,\"9246\":null,\"9247\":429.87,\"9248\":13838.0,\"9249\":null,\"9250\":204.6,\"9251\":2155.89,\"9252\":1760.55,\"9253\":790.56,\"9254\":806.0,\"9255\":17488.0,\"9256\":60595.1,\"9257\":495702.52,\"9258\":10288.0,\"9259\":1001.88,\"9260\":10074.67,\"9261\":30064.54,\"9262\":8184.0,\"9263\":415.44,\"9264\":3700.48,\"9265\":817.25,\"9266\":26288.4,\"9267\":609.62,\"9268\":null,\"9269\":null,\"9270\":28091.47,\"9271\":4450.86,\"9272\":4684.31,\"9273\":942.77,\"9274\":255000.0,\"9275\":5791.23,\"9276\":95960.0,\"9277\":null,\"9278\":16099.37,\"9279\":395558.85,\"9280\":14322.61,\"9281\":null,\"9282\":null,\"9283\":13845.33,\"9284\":12111.29,\"9285\":103327.8,\"9286\":1366.82,\"9287\":1393.07,\"9288\":570.83,\"9289\":87835.0,\"9290\":null,\"9291\":2520.46,\"9292\":728.78,\"9293\":425.13,\"9294\":58379.36,\"9295\":90485.82,\"9296\":4051.16,\"9297\":2757.0,\"9298\":null,\"9299\":875.57,\"9300\":1175038.3300000001,\"9301\":599880.38,\"9302\":450.0,\"9303\":6903.6,\"9304\":7592.1,\"9305\":808.28,\"9306\":166630.0,\"9307\":580.88,\"9308\":12564.0,\"9309\":34893.99,\"9310\":65023.92,\"9311\":51033.88,\"9312\":null,\"9313\":null,\"9314\":547976.8100000001,\"9315\":null,\"9316\":39408.66,\"9317\":null,\"9318\":575.65,\"9319\":693.83,\"9320\":2348.85,\"9321\":81042.41,\"9322\":2218.88,\"9323\":531.89,\"9324\":null,\"9325\":1053.03,\"9326\":8952.0,\"9327\":411.6,\"9328\":1893.94,\"9329\":7058.41,\"9330\":4355.55,\"9331\":17704.18,\"9332\":13756.8,\"9333\":371.91,\"9334\":2689.2,\"9335\":null,\"9336\":260.95,\"9337\":29475.18,\"9338\":50199.85,\"9339\":null,\"9340\":null,\"9341\":null,\"9342\":819561.73,\"9343\":1603.86,\"9344\":702.9,\"9345\":1147.28,\"9346\":1135.8,\"9347\":179217.54,\"9348\":null,\"9349\":124118.04,\"9350\":75560.54,\"9351\":72112.86,\"9352\":null,\"9353\":789.46,\"9354\":null,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54576.24,\"9359\":122537.33,\"9360\":165031.1,\"9361\":null,\"9362\":8181.72,\"9363\":44665.54,\"9364\":47541.78,\"9365\":655.65,\"9366\":76614.02,\"9367\":623.67,\"9368\":null,\"9369\":1604.43,\"9370\":28034.11,\"9371\":null,\"9372\":50032.86,\"9373\":19329.01,\"9374\":651.66,\"9375\":14659.2,\"9376\":27.6,\"9377\":9129.6,\"9378\":6764.67,\"9379\":401.54,\"9380\":null,\"9381\":6640.0,\"9382\":9563.43,\"9383\":1521.48,\"9384\":1727.44,\"9385\":258.32,\"9386\":9357.0,\"9387\":19487.0,\"9388\":4840.0,\"9389\":19736.5,\"9390\":16373.78,\"9391\":10431.56,\"9392\":11097.56,\"9393\":418.0,\"9394\":13067.0,\"9395\":12786.6,\"9396\":null,\"9397\":19727.22,\"9398\":19635.32,\"9399\":19621.33,\"9400\":483.9,\"9401\":16483.8,\"9402\":4356.0,\"9403\":null,\"9404\":1682.8,\"9405\":null,\"9406\":7179.7,\"9407\":5605.0,\"9408\":275.6,\"9409\":2028.43,\"9410\":365.93,\"9411\":1910.0,\"9412\":1359.93,\"9413\":13652.16,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":850.67,\"9419\":751.74,\"9420\":null,\"9421\":612.92,\"9422\":1078.2,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5324.9,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4585.57,\"9433\":null,\"9434\":null,\"9435\":1090.56,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.75,\"9442\":null,\"9443\":1682.59,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19949.91,\"9460\":19949.49,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1441.61,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4691.43,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3857.33,\"9547\":468.6,\"9548\":7252.8,\"9549\":375335.51,\"9550\":10501.2,\"9551\":8399.44,\"9552\":707.63,\"9553\":null,\"9554\":130.0,\"9555\":428.27,\"9556\":12947.0,\"9557\":null,\"9558\":198.0,\"9559\":385.94,\"9560\":1804.44,\"9561\":797.85,\"9562\":806.0,\"9563\":15500.0,\"9564\":60127.95,\"9565\":495587.99,\"9566\":2254.89,\"9567\":10973.59,\"9568\":52262.43,\"9569\":8154.67,\"9570\":910.51,\"9571\":3700.8,\"9572\":866.32,\"9573\":29998.08,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":28098.22,\"9578\":8616.0,\"9579\":5275.36,\"9580\":942.77,\"9581\":255000.0,\"9582\":6575.46,\"9583\":null,\"9584\":null,\"9585\":23819.24,\"9586\":396404.92,\"9587\":16295.86,\"9588\":null,\"9589\":null,\"9590\":15354.77,\"9591\":8323.58,\"9592\":null,\"9593\":1655.59,\"9594\":1344.12,\"9595\":583.71,\"9596\":157190.0,\"9597\":null,\"9598\":2410.86,\"9599\":610.36,\"9600\":416.23,\"9601\":72633.16,\"9602\":null,\"9603\":2977.28,\"9604\":2489.4,\"9605\":14682.8,\"9606\":839.91,\"9607\":1055603.5800000001,\"9608\":0.02,\"9609\":588.0,\"9610\":6938.8,\"9611\":7591.92,\"9612\":824.54,\"9613\":185240.0,\"9614\":528.6,\"9615\":11340.0,\"9616\":35561.66,\"9617\":45003.16,\"9618\":51048.83,\"9619\":1510.5,\"9620\":592406.03,\"9621\":38765.81,\"9622\":3366.96,\"9623\":null,\"9624\":null,\"9625\":3217.35,\"9626\":81020.85,\"9627\":2222.33,\"9628\":529.45,\"9629\":null,\"9630\":849.06,\"9631\":10051.2,\"9632\":411.6,\"9633\":null,\"9634\":571.4,\"9635\":19616.35,\"9636\":4352.4,\"9637\":19761.2,\"9638\":33.6,\"9639\":366.1,\"9640\":2308.73,\"9641\":174.9,\"9642\":334.1,\"9643\":29669.06,\"9644\":50187.98,\"9645\":null,\"9646\":919050.76,\"9647\":null,\"9648\":819986.3199999999,\"9649\":1220.64,\"9650\":758.34,\"9651\":1097.35,\"9652\":1454.4,\"9653\":127609.48,\"9654\":66155.62,\"9655\":123692.94,\"9656\":73332.34,\"9657\":72740.25,\"9658\":null,\"9659\":787.64,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55044.85,\"9664\":70247.91,\"9665\":66733.2,\"9666\":null,\"9667\":null,\"9668\":45278.23,\"9669\":47653.11,\"9670\":486.18,\"9671\":76513.15,\"9672\":638.0,\"9673\":3016.2,\"9674\":2789.22,\"9675\":17914.4,\"9676\":52355.59,\"9677\":19321.37,\"9678\":652.17,\"9679\":15678.0,\"9680\":null,\"9681\":9129.6,\"9682\":6763.02,\"9683\":330.26,\"9684\":85.99,\"9685\":5520.0,\"9686\":9582.6,\"9687\":1520.16,\"9688\":1643.4,\"9689\":166.45,\"9690\":9175.0,\"9691\":12816.0,\"9692\":3806.0,\"9693\":16110.75,\"9694\":17685.83,\"9695\":10226.14,\"9696\":10225.32,\"9697\":2284.92,\"9698\":12390.7,\"9699\":12121.3,\"9700\":null,\"9701\":19746.88,\"9702\":19636.81,\"9703\":19499.3,\"9704\":632.9,\"9705\":11367.3,\"9706\":9766.0,\"9707\":2130.55,\"9708\":1982.5,\"9709\":null,\"9710\":7177.2,\"9711\":6724.0,\"9712\":275.6,\"9713\":1940.37,\"9714\":323.38,\"9715\":3004.0,\"9716\":1354.6,\"9717\":15458.6,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":718.08,\"9724\":512.6,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5191.4,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3879.65,\"9735\":null,\"9736\":null,\"9737\":1697.74,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":2459.04,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19888.97,\"9762\":19884.13,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1304.49,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2712.85,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3850.0,\"9848\":2395.8,\"9849\":7250.4,\"9850\":252829.05,\"9851\":10494.0,\"9852\":3828.24,\"9853\":710.27,\"9854\":null,\"9855\":null,\"9856\":349.43,\"9857\":11550.0,\"9858\":null,\"9859\":191.4,\"9860\":2171.89,\"9861\":1757.25,\"9862\":750.06,\"9863\":806.0,\"9864\":461044.31,\"9865\":null,\"9866\":9989.34,\"9867\":42968.04,\"9868\":8063.0,\"9869\":872.56,\"9870\":3701.44,\"9871\":864.34,\"9872\":19391.88,\"9873\":597.74,\"9874\":null,\"9875\":null,\"9876\":30056.31,\"9877\":12274.0,\"9878\":4735.23,\"9879\":942.77,\"9880\":255000.0,\"9881\":6012.11,\"9882\":null,\"9883\":506910.0,\"9884\":null,\"9885\":17074.01,\"9886\":397580.24,\"9887\":14506.36,\"9888\":15371.4,\"9889\":null,\"9890\":13997.55,\"9891\":79103.58,\"9892\":1694.09,\"9893\":1379.6,\"9894\":573.33,\"9895\":172865.0,\"9896\":null,\"9897\":2403.96,\"9898\":725.72,\"9899\":465.95,\"9900\":44628.37,\"9901\":3964.8,\"9902\":2425.8,\"9903\":13050.4,\"9904\":868.84,\"9905\":1171317.8400000001,\"9906\":600183.26,\"9907\":6778.2,\"9908\":6608.53,\"9909\":821.59,\"9910\":178230.0,\"9911\":573.35,\"9912\":11700.0,\"9913\":64367.08,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38940.31,\"9920\":3979.13,\"9921\":601.26,\"9922\":680.9,\"9923\":3583.05,\"9924\":81048.88,\"9925\":2213.72,\"9926\":448.11,\"9927\":764.82,\"9928\":1154.89,\"9929\":10046.4,\"9930\":411.72,\"9931\":1545.16,\"9932\":19594.83,\"9933\":4395.6,\"9934\":19268.15,\"9935\":367.36,\"9936\":276.23,\"9937\":254.1,\"9938\":344.12,\"9939\":29657.0,\"9940\":45955.4,\"9941\":null,\"9942\":493278.91,\"9943\":null,\"9944\":819271.5699999999,\"9945\":1598.64,\"9946\":null,\"9947\":1100.13,\"9948\":1054.8,\"9949\":null,\"9950\":179098.92,\"9951\":123660.8,\"9952\":72856.8,\"9953\":73159.54,\"9954\":null,\"9955\":797.44,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":54831.06,\"9960\":null,\"9961\":65693.5,\"9962\":null,\"9963\":45308.73,\"9964\":47847.92,\"9965\":620.16,\"9966\":76526.6,\"9967\":504.51,\"9968\":8485.4,\"9969\":2760.18},\"Values_Hour05\":{\"0\":19605.82,\"1\":653.91,\"2\":6901.2,\"3\":17915.56,\"4\":0.6,\"5\":null,\"6\":6773.91,\"7\":389.14,\"8\":6240.0,\"9\":4689.58,\"10\":1208.16,\"11\":1718.64,\"12\":163.42,\"13\":11252.0,\"14\":1854.0,\"15\":3095.4,\"16\":7932.19,\"17\":11997.35,\"18\":10173.55,\"19\":10225.57,\"20\":819.13,\"21\":15811.0,\"22\":15456.9,\"23\":null,\"24\":1602.6,\"25\":12906.0,\"26\":19758.89,\"27\":10335.64,\"28\":19458.26,\"29\":8697.42,\"30\":8147.02,\"31\":14403.11,\"32\":8701.06,\"33\":557.9,\"34\":10789.2,\"35\":4784.0,\"36\":null,\"37\":2496.3,\"38\":null,\"39\":4146.6,\"40\":408.86,\"41\":2441.48,\"42\":343.85,\"43\":2443.0,\"44\":null,\"45\":13625.49,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":805.86,\"52\":289.96,\"53\":null,\"54\":null,\"55\":288.96,\"56\":null,\"57\":6751.0,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4878.26,\"63\":null,\"64\":null,\"65\":null,\"66\":3285.18,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":6895.16,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5760.14,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14551.2,\"92\":15138.97,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1432.81,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2376.0,\"173\":5834.4,\"174\":277964.3,\"175\":5389.2,\"176\":3435.37,\"177\":467.83,\"178\":null,\"179\":396.96,\"180\":13970.0,\"181\":19557.19,\"182\":13.2,\"183\":2985.68,\"184\":1775.73,\"185\":695.38,\"186\":2540.7,\"187\":1264.0,\"188\":16444.0,\"189\":60175.71,\"190\":477402.04,\"191\":15248.0,\"192\":1462.89,\"193\":9965.96,\"194\":55636.43,\"195\":6226.0,\"196\":907.64,\"197\":707.56,\"198\":12965.25,\"199\":3699.84,\"200\":1869.34,\"201\":15609.63,\"202\":569.58,\"203\":99673.15,\"204\":null,\"205\":15301.17,\"206\":null,\"207\":5808.95,\"208\":939.79,\"209\":245780.8,\"210\":null,\"211\":7029.78,\"212\":null,\"213\":511120.0,\"214\":292017.88,\"215\":null,\"216\":24395.54,\"217\":334597.41,\"218\":17508.0,\"219\":18825.4,\"220\":24126.25,\"221\":8844.05,\"222\":10522.17,\"223\":115961.89,\"224\":935.64,\"225\":1669.5,\"226\":203719.96,\"227\":null,\"228\":2554.15,\"229\":1330.77,\"230\":404.11,\"231\":31387.06,\"232\":90272.2,\"233\":3963.23,\"234\":2883.6,\"235\":72.57,\"236\":912.48,\"237\":895964.54,\"238\":600678.02,\"239\":318.0,\"240\":7528.4,\"241\":4617.44,\"242\":825.33,\"243\":189290.0,\"244\":658.41,\"245\":14364.0,\"246\":19337.25,\"247\":60456.43,\"248\":69410.51,\"249\":null,\"250\":null,\"251\":null,\"252\":474377.62,\"253\":null,\"254\":null,\"255\":5662.61,\"256\":608.92,\"257\":667.91,\"258\":3990.6,\"259\":81346.82,\"260\":1062.1,\"261\":543.74,\"262\":779.58,\"263\":878.51,\"264\":4712.4,\"265\":424.08,\"266\":null,\"267\":null,\"268\":8028.9,\"269\":13571.2,\"270\":10219.2,\"271\":null,\"272\":211.93,\"273\":2170.73,\"274\":286.8,\"275\":30221.88,\"276\":25622.4,\"277\":null,\"278\":null,\"279\":806878.67,\"280\":965.1,\"281\":766.48,\"282\":1241.5,\"283\":3099.6,\"284\":346252.28,\"285\":30281.41,\"286\":194917.84,\"287\":null,\"288\":null,\"289\":126219.21,\"290\":795.76,\"291\":2227.02,\"292\":null,\"293\":null,\"294\":null,\"295\":64709.98,\"296\":159766.5,\"297\":163621.4,\"298\":5190.48,\"299\":null,\"300\":15340.19,\"301\":null,\"302\":45208.93,\"303\":48197.63,\"304\":631.29,\"305\":75616.41,\"306\":697.35,\"307\":7506.4,\"308\":2828.01,\"309\":23827.87,\"310\":51366.69,\"311\":null,\"312\":19752.26,\"313\":653.4,\"314\":7390.8,\"315\":17133.38,\"316\":null,\"317\":8347.2,\"318\":6731.18,\"319\":359.77,\"320\":1120.0,\"321\":9316.22,\"322\":1169.76,\"323\":1670.68,\"324\":160.38,\"325\":17011.0,\"326\":13041.0,\"327\":3077.8,\"328\":7441.33,\"329\":22584.09,\"330\":10206.75,\"331\":10220.62,\"332\":168.08,\"333\":15759.7,\"334\":15421.4,\"335\":null,\"336\":1592.7,\"337\":14022.0,\"338\":19752.33,\"339\":10332.58,\"340\":19454.02,\"341\":6153.77,\"342\":6111.33,\"343\":6095.09,\"344\":6419.97,\"345\":526.2,\"346\":9123.8,\"347\":7852.0,\"348\":null,\"349\":2440.2,\"350\":null,\"351\":4672.1,\"352\":408.86,\"353\":1987.61,\"354\":343.39,\"355\":2444.0,\"356\":1493.69,\"357\":13307.44,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":256.67,\"363\":774.18,\"364\":309.32,\"365\":null,\"366\":null,\"367\":6538.9,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":9773.74,\"373\":null,\"374\":null,\"375\":4415.3,\"376\":null,\"377\":90635.86,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":10441.55,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":4938.38,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19941.09,\"401\":19946.48,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1410.92,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":4.4,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2310.0,\"482\":7255.2,\"483\":13914.0,\"484\":4413.6,\"485\":3436.16,\"486\":469.81,\"487\":20.0,\"488\":396.95,\"489\":12122.0,\"490\":19567.05,\"491\":211.2,\"492\":3023.46,\"493\":1779.03,\"494\":648.76,\"495\":2662.2,\"496\":1328.0,\"497\":16316.0,\"498\":60162.63,\"499\":504516.67,\"500\":14144.0,\"501\":951.72,\"502\":9967.16,\"503\":55481.96,\"504\":6284.67,\"505\":855.6,\"506\":717.83,\"507\":6378.34,\"508\":3699.84,\"509\":1826.58,\"510\":14569.22,\"511\":573.98,\"512\":55535.45,\"513\":null,\"514\":10209.18,\"515\":null,\"516\":9784.23,\"517\":938.8,\"518\":245330.15,\"519\":9861.41,\"520\":null,\"521\":509730.0,\"522\":127324.66,\"523\":null,\"524\":18409.31,\"525\":33470.03,\"526\":null,\"527\":18174.2,\"528\":25155.06,\"529\":8849.15,\"530\":10868.49,\"531\":null,\"532\":778.73,\"533\":2303.74,\"534\":204049.95,\"535\":null,\"536\":2500.45,\"537\":1328.81,\"538\":407.66,\"539\":29514.36,\"540\":3972.68,\"541\":2613.6,\"542\":2.95,\"543\":909.43,\"544\":895892.74,\"545\":597545.6800000001,\"546\":492.0,\"547\":5847.6,\"548\":4604.07,\"549\":830.83,\"550\":null,\"551\":680.05,\"552\":13464.0,\"553\":null,\"554\":58113.68,\"555\":69817.77,\"556\":164860.6,\"557\":2821.0,\"558\":null,\"559\":441945.04,\"560\":43805.86,\"561\":5662.61,\"562\":593.6,\"563\":669.24,\"564\":4031.55,\"565\":80277.61,\"566\":1062.1,\"567\":526.58,\"568\":736.56,\"569\":769.86,\"570\":4425.6,\"571\":null,\"572\":null,\"573\":8042.4,\"574\":19564.8,\"575\":9633.6,\"576\":1297.22,\"577\":361.35,\"578\":2509.2,\"579\":249.8,\"580\":30352.51,\"581\":25616.44,\"582\":1233232.4199999999,\"583\":null,\"584\":571998.0600000001,\"585\":962.4,\"586\":811.58,\"587\":1615.48,\"588\":2862.0,\"589\":null,\"590\":29876.35,\"591\":250981.04,\"592\":null,\"593\":3571.03,\"594\":226380.04,\"595\":56063.98,\"596\":71822.58,\"597\":794.36,\"598\":null,\"599\":null,\"600\":null,\"601\":null,\"602\":73261.95,\"603\":154857.78,\"604\":168472.1,\"605\":4208.35,\"606\":101595.78,\"607\":15320.01,\"608\":45187.28,\"609\":48312.95,\"610\":681.45,\"611\":75536.33,\"612\":null,\"613\":8087.2,\"614\":2747.09,\"615\":24159.3,\"616\":55836.76,\"617\":48144.95,\"618\":19586.1,\"619\":652.35,\"620\":7390.8,\"621\":15458.55,\"622\":null,\"623\":4519.2,\"624\":6784.31,\"625\":560.0,\"626\":9207.45,\"627\":1227.72,\"628\":1639.0,\"629\":150.61,\"630\":11291.0,\"631\":15339.0,\"632\":2983.2,\"633\":8916.47,\"634\":26976.05,\"635\":19457.94,\"636\":19642.72,\"637\":2175.36,\"638\":15653.6,\"639\":15312.5,\"640\":null,\"641\":1816.7,\"642\":13014.0,\"643\":19745.55,\"644\":10328.67,\"645\":19452.95,\"646\":5955.96,\"647\":5895.72,\"648\":5080.0,\"649\":6419.84,\"650\":558.1,\"651\":16845.6,\"652\":7526.0,\"653\":2345.2,\"654\":null,\"655\":5953.7,\"656\":408.86,\"657\":2230.52,\"658\":342.93,\"659\":2398.0,\"660\":1515.18,\"661\":14545.88,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":200.94,\"667\":877.8,\"668\":284.68,\"669\":null,\"670\":null,\"671\":null,\"672\":6356.0,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5193.91,\"678\":null,\"679\":null,\"680\":3647.67,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":1.72,\"687\":null,\"688\":6692.95,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":6257.65,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":18893.35,\"706\":19328.46,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1494.08,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2415.6,\"786\":7250.4,\"787\":14834.0,\"788\":4417.2,\"789\":2943.85,\"790\":464.97,\"791\":null,\"792\":396.92,\"793\":14157.0,\"794\":19563.52,\"795\":178.2,\"796\":1051.54,\"797\":1775.4,\"798\":718.29,\"799\":2648.7,\"800\":1348.0,\"801\":15900.0,\"802\":60187.25,\"803\":503554.05,\"804\":13904.0,\"805\":1066.89,\"806\":9960.01,\"807\":56835.18,\"808\":6288.33,\"809\":855.6,\"810\":734.5,\"811\":5550.61,\"812\":3700.48,\"813\":2001.12,\"814\":19957.58,\"815\":576.84,\"816\":49609.64,\"817\":null,\"818\":null,\"819\":null,\"820\":6695.49,\"821\":939.79,\"822\":244202.42,\"823\":8126.34,\"824\":null,\"825\":null,\"826\":203899.81,\"827\":null,\"828\":19041.61,\"829\":33160.91,\"830\":17736.0,\"831\":18656.0,\"832\":22302.29,\"833\":8850.45,\"834\":11375.64,\"835\":null,\"836\":733.82,\"837\":1615.63,\"838\":203829.95,\"839\":null,\"840\":2474.8,\"841\":null,\"842\":386.27,\"843\":28576.05,\"844\":3983.83,\"845\":1888.8,\"846\":null,\"847\":919.63,\"848\":896219.37,\"849\":600938.51,\"850\":354.0,\"851\":7242.4,\"852\":8319.76,\"853\":829.4,\"854\":205170.0,\"855\":682.57,\"856\":14148.0,\"857\":60388.62,\"858\":70149.15,\"859\":164827.23,\"860\":732.0,\"861\":402270.0,\"862\":458207.66,\"863\":null,\"864\":43565.47,\"865\":null,\"866\":613.27,\"867\":689.36,\"868\":4004.1,\"869\":81223.95,\"870\":1062.1,\"871\":534.93,\"872\":723.78,\"873\":811.01,\"874\":4435.2,\"875\":433.2,\"876\":null,\"877\":8059.5,\"878\":19664.0,\"879\":11827.2,\"880\":346.57,\"881\":2463.0,\"882\":null,\"883\":230.86,\"884\":29771.43,\"885\":50246.88,\"886\":774554.86,\"887\":null,\"888\":553403.92,\"889\":963.24,\"890\":null,\"891\":1342.39,\"892\":2473.2,\"893\":null,\"894\":432013.06,\"895\":537016.4,\"896\":null,\"897\":69779.63,\"898\":71557.02,\"899\":72826.56,\"900\":793.8,\"901\":1371.61,\"902\":null,\"903\":null,\"904\":null,\"905\":64530.97,\"906\":162982.5,\"907\":169008.6,\"908\":3856.82,\"909\":101545.78,\"910\":14807.33,\"911\":45385.53,\"912\":48125.21,\"913\":674.85,\"914\":75748.37,\"915\":978.26,\"916\":8716.4,\"917\":2772.69,\"918\":22756.02,\"919\":null,\"920\":55905.21,\"921\":56057.95,\"922\":18654.32,\"923\":651.51,\"924\":6408.0,\"925\":4466.4,\"926\":6792.56,\"927\":null,\"928\":2480.0,\"929\":9523.93,\"930\":1199.28,\"931\":1676.84,\"932\":157.08,\"933\":10168.0,\"934\":12620.0,\"935\":2899.6,\"936\":7929.9,\"937\":25586.0,\"938\":11461.73,\"939\":12128.16,\"940\":363.44,\"941\":15400.6,\"942\":15047.5,\"943\":null,\"944\":1471.0,\"945\":12204.0,\"946\":19746.11,\"947\":10328.35,\"948\":18585.89,\"949\":469.2,\"950\":11508.3,\"951\":2022.0,\"952\":2112.0,\"953\":null,\"954\":4259.6,\"955\":408.86,\"956\":2246.21,\"957\":342.24,\"958\":2348.0,\"959\":1092.24,\"960\":null,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":42.53,\"966\":912.12,\"967\":303.16,\"968\":681.6,\"969\":null,\"970\":null,\"971\":null,\"972\":6271.5,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4861.04,\"978\":null,\"979\":null,\"980\":3932.79,\"981\":null,\"982\":178601.43,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":5543.88,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4394.49,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":19829.2,\"1006\":19900.08,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1351.35,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":null,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2349.6,\"1087\":7227.6,\"1088\":409473.22,\"1089\":3988.8,\"1090\":3443.68,\"1091\":688.16,\"1092\":43.65,\"1093\":null,\"1094\":396.83,\"1095\":14421.0,\"1096\":19555.08,\"1097\":null,\"1098\":3053.16,\"1099\":1792.23,\"1100\":718.7,\"1101\":5194.8,\"1102\":1523.0,\"1103\":20984.0,\"1104\":60256.7,\"1105\":494038.16,\"1106\":13224.0,\"1107\":1314.06,\"1108\":12033.94,\"1109\":40907.77,\"1110\":6295.67,\"1111\":976.93,\"1112\":732.52,\"1113\":3699.84,\"1114\":2055.52,\"1115\":13357.18,\"1116\":584.98,\"1117\":null,\"1118\":15210.33,\"1119\":4345.76,\"1120\":6031.79,\"1121\":939.79,\"1122\":239872.01,\"1123\":null,\"1124\":7469.74,\"1125\":null,\"1126\":505710.0,\"1127\":null,\"1128\":null,\"1129\":19712.03,\"1130\":272350.36,\"1131\":16116.0,\"1132\":18640.6,\"1133\":22805.73,\"1134\":8753.26,\"1135\":11165.47,\"1136\":900.21,\"1137\":761.35,\"1138\":1519.39,\"1139\":115683.32,\"1140\":null,\"1141\":2418.68,\"1142\":764.41,\"1143\":406.07,\"1144\":27544.81,\"1145\":2033.98,\"1146\":2197.8,\"1147\":null,\"1148\":930.52,\"1149\":868189.51,\"1150\":599262.7,\"1151\":318.0,\"1152\":6714.4,\"1153\":8311.35,\"1154\":817.08,\"1155\":138680.0,\"1156\":690.87,\"1157\":13428.0,\"1158\":null,\"1159\":60776.0,\"1160\":69575.76,\"1161\":163985.27,\"1162\":null,\"1163\":307280.0,\"1164\":466812.81,\"1165\":null,\"1166\":null,\"1167\":573.94,\"1168\":671.15,\"1169\":4000.35,\"1170\":81385.41,\"1171\":1062.1,\"1172\":535.39,\"1173\":752.76,\"1174\":829.73,\"1175\":3930.0,\"1176\":432.0,\"1177\":6960.13,\"1178\":8072.55,\"1179\":19644.8,\"1180\":5356.8,\"1181\":357.85,\"1182\":2251.2,\"1183\":102.3,\"1184\":334.07,\"1185\":30209.48,\"1186\":48039.77,\"1187\":48802.12,\"1188\":16703.27,\"1189\":722186.8199999999,\"1190\":996.24,\"1191\":824.56,\"1192\":1279.17,\"1193\":2473.2,\"1194\":33385.16,\"1195\":631793.3100000001,\"1196\":539950.5600000001,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72511.23,\"1201\":794.64,\"1202\":1989.76,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":77306.04,\"1207\":162638.98,\"1208\":170150.05,\"1209\":3851.66,\"1210\":null,\"1211\":14790.16,\"1212\":45212.39,\"1213\":48300.5,\"1214\":null,\"1215\":75457.56,\"1216\":530.02,\"1217\":10265.2,\"1218\":2850.86,\"1219\":30899.29,\"1220\":34113.53,\"1221\":55237.53,\"1222\":15209.64,\"1223\":650.07,\"1224\":5925.6,\"1225\":6897.6,\"1226\":6773.42,\"1227\":null,\"1228\":3040.0,\"1229\":9552.75,\"1230\":526.8,\"1231\":1738.44,\"1232\":156.81,\"1233\":9233.0,\"1234\":12320.0,\"1235\":2890.8,\"1236\":11556.83,\"1237\":21715.04,\"1238\":10206.34,\"1239\":10216.33,\"1240\":696.37,\"1241\":15079.3,\"1242\":14747.6,\"1243\":null,\"1244\":1599.4,\"1245\":13302.0,\"1246\":19750.45,\"1247\":10333.16,\"1248\":19598.66,\"1249\":531.3,\"1250\":16818.4,\"1251\":2136.0,\"1252\":null,\"1253\":2023.0,\"1254\":null,\"1255\":3988.1,\"1256\":408.86,\"1257\":2227.94,\"1258\":342.01,\"1259\":2309.0,\"1260\":1323.86,\"1261\":12557.64,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":766.92,\"1268\":null,\"1269\":262.68,\"1270\":497.7,\"1271\":null,\"1272\":169.92,\"1273\":null,\"1274\":6132.6,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4620.0,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":5635.05,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":8519.37,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":3609.77,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":15612.23,\"1307\":16351.43,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1350.25,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2211.0,\"1386\":7220.4,\"1387\":17802.0,\"1388\":3434.4,\"1389\":4437.43,\"1390\":698.83,\"1391\":3.7,\"1392\":null,\"1393\":404.99,\"1394\":13717.0,\"1395\":19469.29,\"1396\":191.4,\"1397\":3050.68,\"1398\":1722.6,\"1399\":723.6,\"1400\":2844.0,\"1401\":1330.0,\"1402\":20436.0,\"1403\":60487.71,\"1404\":493644.15,\"1405\":13456.0,\"1406\":1204.5,\"1407\":7973.6,\"1408\":46178.5,\"1409\":6306.67,\"1410\":1171.85,\"1411\":733.75,\"1412\":3701.12,\"1413\":2042.37,\"1414\":23309.73,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15208.93,\"1419\":7220.0,\"1420\":5655.29,\"1421\":938.8,\"1422\":239630.67,\"1423\":155530.34,\"1424\":6963.33,\"1425\":69120.0,\"1426\":null,\"1427\":null,\"1428\":null,\"1429\":18065.27,\"1430\":318760.46,\"1431\":15372.0,\"1432\":18620.8,\"1433\":21528.04,\"1434\":8753.21,\"1435\":11304.81,\"1436\":726.16,\"1437\":1470.84,\"1438\":null,\"1439\":154440.0,\"1440\":null,\"1441\":2493.32,\"1442\":415.11,\"1443\":27432.67,\"1444\":2001.83,\"1445\":2170.8,\"1446\":null,\"1447\":914.07,\"1448\":891206.58,\"1449\":600251.16,\"1450\":354.0,\"1451\":6668.2,\"1452\":8294.75,\"1453\":818.73,\"1454\":136700.0,\"1455\":675.96,\"1456\":15012.0,\"1457\":23441.19,\"1458\":60957.47,\"1459\":68578.27,\"1460\":165024.41,\"1461\":1943.5,\"1462\":401764.0,\"1463\":547863.34,\"1464\":null,\"1465\":588.98,\"1466\":686.09,\"1467\":3992.85,\"1468\":81366.53,\"1469\":1063.82,\"1470\":540.67,\"1471\":710.28,\"1472\":773.87,\"1473\":4269.6,\"1474\":431.4,\"1475\":null,\"1476\":7099.3,\"1477\":8063.55,\"1478\":19596.8,\"1479\":10497.6,\"1480\":372.83,\"1481\":2571.6,\"1482\":null,\"1483\":null,\"1484\":29458.23,\"1485\":25608.01,\"1486\":null,\"1487\":null,\"1488\":751023.63,\"1489\":1343.28,\"1490\":911.24,\"1491\":1249.84,\"1492\":2473.2,\"1493\":33712.87,\"1494\":701331.71,\"1495\":540883.6,\"1496\":35018.9,\"1497\":244273.81,\"1498\":142248.84,\"1499\":124397.2,\"1500\":793.8,\"1501\":792.08,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":64635.88,\"1506\":163305.73,\"1507\":170205.55,\"1508\":null,\"1509\":102005.72,\"1510\":14798.64,\"1511\":45170.34,\"1512\":48408.68,\"1513\":661.17,\"1514\":75478.56,\"1515\":745.28,\"1516\":10813.0,\"1517\":2795.65,\"1518\":31314.56,\"1519\":43383.43,\"1520\":56787.37,\"1521\":19691.36,\"1522\":649.86,\"1523\":6901.2,\"1524\":null,\"1525\":5956.8,\"1526\":6772.43,\"1527\":342.21,\"1528\":2880.0,\"1529\":9346.4,\"1530\":1112.4,\"1531\":1744.16,\"1532\":null,\"1533\":null,\"1534\":9218.0,\"1535\":12635.0,\"1536\":4054.6,\"1537\":6944.27,\"1538\":18699.25,\"1539\":10188.9,\"1540\":10217.72,\"1541\":519.79,\"1542\":15000.1,\"1543\":14662.6,\"1544\":null,\"1545\":1569.0,\"1546\":14220.0,\"1547\":19751.98,\"1548\":10333.62,\"1549\":19609.98,\"1550\":null,\"1551\":499.4,\"1552\":11880.8,\"1553\":2134.0,\"1554\":1933.8,\"1555\":null,\"1556\":7179.8,\"1557\":408.86,\"1558\":1734.38,\"1559\":341.55,\"1560\":2252.0,\"1561\":1456.06,\"1562\":12175.66,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":99.73,\"1568\":805.86,\"1569\":271.48,\"1570\":1121.1,\"1571\":null,\"1572\":null,\"1573\":null,\"1574\":5998.0,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4470.78,\"1580\":null,\"1581\":null,\"1582\":643.62,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":1490.41,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":5521.06,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":15395.91,\"1608\":15848.36,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":0.15,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1302.4,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2197.8,\"1690\":7198.8,\"1691\":20040.0,\"1692\":3924.0,\"1693\":null,\"1694\":688.38,\"1695\":11.18,\"1696\":null,\"1697\":404.79,\"1698\":12485.0,\"1699\":null,\"1700\":198.0,\"1701\":2877.1,\"1702\":1738.11,\"1703\":706.82,\"1704\":2744.1,\"1705\":1529.0,\"1706\":20312.0,\"1707\":458408.24,\"1708\":501414.25,\"1709\":14040.0,\"1710\":1154.01,\"1711\":11936.18,\"1712\":64428.17,\"1713\":6222.33,\"1714\":933.23,\"1715\":711.36,\"1716\":3700.48,\"1717\":1952.89,\"1718\":21794.44,\"1719\":618.86,\"1720\":null,\"1721\":15309.71,\"1722\":1496.55,\"1723\":5408.36,\"1724\":939.79,\"1725\":157226.6,\"1726\":6675.86,\"1727\":69168.0,\"1728\":504870.0,\"1729\":null,\"1730\":null,\"1731\":16883.43,\"1732\":33651.01,\"1733\":15420.0,\"1734\":18585.6,\"1735\":23893.54,\"1736\":14957.12,\"1737\":11310.91,\"1738\":1162.93,\"1739\":1420.47,\"1740\":304700.01,\"1741\":null,\"1742\":2424.43,\"1743\":null,\"1744\":402.85,\"1745\":30319.54,\"1746\":2225.87,\"1747\":2179.8,\"1748\":894.71,\"1749\":891082.91,\"1750\":537814.86,\"1751\":288.0,\"1752\":6615.4,\"1753\":8244.49,\"1754\":825.0,\"1755\":136730.0,\"1756\":669.34,\"1757\":12420.0,\"1758\":23591.94,\"1759\":62122.82,\"1760\":68695.61,\"1761\":165547.51,\"1762\":24.0,\"1763\":553707.66,\"1764\":null,\"1765\":7193.04,\"1766\":577.63,\"1767\":682.92,\"1768\":3995.55,\"1769\":349977.85,\"1770\":1062.1,\"1771\":529.25,\"1772\":772.92,\"1773\":562.91,\"1774\":5265.6,\"1775\":430.32,\"1776\":null,\"1777\":4356.0,\"1778\":19958.4,\"1779\":9393.6,\"1780\":null,\"1781\":370.79,\"1782\":1081.8,\"1783\":108.9,\"1784\":315.25,\"1785\":29402.51,\"1786\":25597.97,\"1787\":616160.14,\"1788\":null,\"1789\":622456.34,\"1790\":1273.32,\"1791\":849.42,\"1792\":1165.75,\"1793\":2473.2,\"1794\":null,\"1795\":543045.5600000001,\"1796\":null,\"1797\":416196.59,\"1798\":141352.0,\"1799\":0.07,\"1800\":793.94,\"1801\":727.65,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64151.35,\"1806\":159026.71,\"1807\":170612.55,\"1808\":3849.0,\"1809\":null,\"1810\":14764.59,\"1811\":45121.47,\"1812\":48151.92,\"1813\":614.88,\"1814\":76568.15,\"1815\":655.38,\"1816\":9884.6,\"1817\":2877.26,\"1818\":29149.0,\"1819\":46542.92,\"1820\":55458.08,\"1821\":16185.48,\"1822\":652.77,\"1823\":8845.2,\"1824\":null,\"1825\":5656.8,\"1826\":6761.87,\"1827\":400.16,\"1828\":null,\"1829\":5120.0,\"1830\":9141.28,\"1831\":745.32,\"1832\":1684.32,\"1833\":156.02,\"1834\":9169.0,\"1835\":14302.0,\"1836\":4250.4,\"1837\":6947.14,\"1838\":19361.6,\"1839\":10143.45,\"1840\":10221.79,\"1841\":452.03,\"1842\":14058.5,\"1843\":13737.9,\"1844\":null,\"1845\":1489.1,\"1846\":12924.0,\"1847\":19745.74,\"1848\":10274.39,\"1849\":19605.19,\"1850\":477.6,\"1851\":13628.0,\"1852\":2096.0,\"1853\":1848.6,\"1854\":null,\"1855\":5658.9,\"1856\":408.86,\"1857\":2203.75,\"1858\":340.63,\"1859\":2254.0,\"1860\":1457.94,\"1861\":11954.81,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":55.73,\"1867\":747.12,\"1868\":null,\"1869\":235.84,\"1870\":332.4,\"1871\":null,\"1872\":null,\"1873\":385.44,\"1874\":null,\"1875\":5897.3,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4327.3,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":1151.82,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":1399.91,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":4408.07,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":17499.8,\"1909\":17859.05,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1347.61,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":160.35,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":1735.8,\"1990\":7190.4,\"1991\":355776.85,\"1992\":6105.6,\"1993\":5926.64,\"1994\":689.7,\"1995\":null,\"1996\":null,\"1997\":404.72,\"1998\":14333.0,\"1999\":19502.76,\"2000\":99.0,\"2001\":3062.73,\"2002\":1718.31,\"2003\":758.7,\"2004\":2707.2,\"2005\":809.0,\"2006\":17264.0,\"2007\":60622.01,\"2008\":503317.38,\"2009\":13176.0,\"2010\":1402.5,\"2011\":4985.25,\"2012\":63995.82,\"2013\":6196.67,\"2014\":1163.8,\"2015\":712.1,\"2016\":3701.44,\"2017\":2040.03,\"2018\":19839.42,\"2019\":621.72,\"2020\":null,\"2021\":null,\"2022\":15303.89,\"2023\":8133.0,\"2024\":5174.36,\"2025\":940.78,\"2026\":156995.47,\"2027\":6468.42,\"2028\":509760.0,\"2029\":179698.86,\"2030\":null,\"2031\":15606.88,\"2032\":395971.26,\"2033\":15504.0,\"2034\":18152.2,\"2035\":25100.06,\"2036\":13881.84,\"2037\":11428.91,\"2038\":542.13,\"2039\":1354.28,\"2040\":null,\"2041\":305085.0,\"2042\":null,\"2043\":2358.77,\"2044\":769.03,\"2045\":388.55,\"2046\":30159.05,\"2047\":3487.18,\"2048\":2180.4,\"2049\":null,\"2050\":920.29,\"2051\":893974.1,\"2052\":521177.51,\"2053\":846.0,\"2054\":6342.6,\"2055\":8250.88,\"2056\":822.25,\"2057\":null,\"2058\":652.52,\"2059\":14724.0,\"2060\":23226.0,\"2061\":60577.58,\"2062\":69520.34,\"2063\":164177.99,\"2064\":null,\"2065\":544975.01,\"2066\":7499.13,\"2067\":539.22,\"2068\":661.57,\"2069\":3857.1,\"2070\":81013.05,\"2071\":1060.38,\"2072\":526.19,\"2073\":389.52,\"2074\":265.15,\"2075\":7124.4,\"2076\":429.6,\"2077\":14087.41,\"2078\":4352.85,\"2079\":19971.2,\"2080\":6691.2,\"2081\":329.14,\"2082\":2575.2,\"2083\":112.2,\"2084\":306.58,\"2085\":29692.4,\"2086\":25606.83,\"2087\":null,\"2088\":null,\"2089\":566483.0699999999,\"2090\":1274.82,\"2091\":800.8,\"2092\":1160.96,\"2093\":1775.0,\"2094\":438256.14,\"2095\":541460.88,\"2096\":417378.83,\"2097\":139550.17,\"2098\":null,\"2099\":795.2,\"2100\":764.03,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64468.15,\"2105\":164081.14,\"2106\":168707.05,\"2107\":null,\"2108\":14811.55,\"2109\":45970.52,\"2110\":48475.78,\"2111\":655.89,\"2112\":76571.38,\"2113\":703.73,\"2114\":5546.2,\"2115\":2820.55,\"2116\":17326.81,\"2117\":46228.37,\"2118\":56908.89,\"2119\":14835.17,\"2120\":651.3,\"2121\":6408.0,\"2122\":7821.6,\"2123\":6790.25,\"2124\":317.79,\"2125\":null,\"2126\":3440.0,\"2127\":4689.58,\"2128\":1184.28,\"2129\":1614.36,\"2130\":157.08,\"2131\":8867.0,\"2132\":13054.0,\"2133\":3214.2,\"2134\":6454.2,\"2135\":17302.28,\"2136\":9685.34,\"2137\":10111.84,\"2138\":388.81,\"2139\":10063.7,\"2140\":9766.6,\"2141\":null,\"2142\":1432.6,\"2143\":13590.0,\"2144\":19742.14,\"2145\":10281.6,\"2146\":19603.91,\"2147\":471.4,\"2148\":10017.6,\"2149\":4896.0,\"2150\":0.96,\"2151\":1770.2,\"2152\":null,\"2153\":5315.3,\"2154\":408.86,\"2155\":2143.2,\"2156\":339.48,\"2157\":2197.0,\"2158\":1402.9,\"2159\":11538.21,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":1070.67,\"2165\":835.56,\"2166\":0.27,\"2167\":272.36,\"2168\":687.6,\"2169\":null,\"2170\":null,\"2171\":267.84,\"2172\":null,\"2173\":5738.8,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4109.22,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":5238.24,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":4918.98,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":4475.24,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19776.71,\"2206\":19837.67,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1263.24,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":1684.47,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2072.4,\"2289\":7184.4,\"2290\":20685.0,\"2291\":3333.6,\"2292\":5419.68,\"2293\":689.37,\"2294\":46.9,\"2295\":null,\"2296\":404.99,\"2297\":12056.0,\"2298\":15076.87,\"2299\":null,\"2300\":3060.09,\"2301\":1689.27,\"2302\":758.34,\"2303\":2945.7,\"2304\":812.0,\"2305\":18468.0,\"2306\":60501.24,\"2307\":504844.89,\"2308\":13864.0,\"2309\":1067.88,\"2310\":10112.39,\"2311\":52037.85,\"2312\":6204.0,\"2313\":835.48,\"2314\":709.83,\"2315\":3701.44,\"2316\":1859.85,\"2317\":15634.06,\"2318\":606.76,\"2319\":null,\"2320\":null,\"2321\":15311.77,\"2322\":null,\"2323\":4922.34,\"2324\":940.78,\"2325\":156313.63,\"2326\":6213.74,\"2327\":null,\"2328\":896694.5699999999,\"2329\":null,\"2330\":15029.24,\"2331\":277116.26,\"2332\":14808.0,\"2333\":18711.0,\"2334\":25959.47,\"2335\":13846.67,\"2336\":10574.84,\"2337\":null,\"2338\":743.75,\"2339\":1342.7,\"2340\":598.33,\"2341\":248765.0,\"2342\":null,\"2343\":2163.73,\"2344\":769.82,\"2345\":396.41,\"2346\":30537.16,\"2347\":2161.43,\"2348\":2181.6,\"2349\":null,\"2350\":856.1,\"2351\":893892.96,\"2352\":473705.95,\"2353\":306.0,\"2354\":6373.4,\"2355\":8355.85,\"2356\":815.32,\"2357\":null,\"2358\":663.1,\"2359\":14976.0,\"2360\":23272.64,\"2361\":60121.33,\"2362\":68559.78,\"2363\":164563.26,\"2364\":null,\"2365\":540138.87,\"2366\":null,\"2367\":null,\"2368\":6886.96,\"2369\":564.7,\"2370\":684.29,\"2371\":3857.4,\"2372\":81445.07,\"2373\":1063.83,\"2374\":535.19,\"2375\":733.68,\"2376\":665.26,\"2377\":7098.0,\"2378\":427.92,\"2379\":14080.96,\"2380\":4455.45,\"2381\":19958.4,\"2382\":9288.0,\"2383\":null,\"2384\":357.26,\"2385\":2602.8,\"2386\":108.9,\"2387\":326.11,\"2388\":29851.64,\"2389\":25605.33,\"2390\":null,\"2391\":null,\"2392\":819179.4,\"2393\":1372.32,\"2394\":753.5,\"2395\":1143.05,\"2396\":1783.2,\"2397\":372458.18,\"2398\":177984.34,\"2399\":null,\"2400\":null,\"2401\":368069.15,\"2402\":145747.29,\"2403\":null,\"2404\":795.2,\"2405\":878.84,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64453.55,\"2410\":159973.09,\"2411\":170460.85,\"2412\":null,\"2413\":null,\"2414\":14814.48,\"2415\":45650.63,\"2416\":48539.82,\"2417\":658.05,\"2418\":76375.55,\"2419\":696.64,\"2420\":8577.8,\"2421\":2776.94,\"2422\":31611.14,\"2423\":46385.27,\"2424\":null,\"2425\":54695.71,\"2426\":13849.93,\"2427\":652.02,\"2428\":6044.4,\"2429\":null,\"2430\":3568.8,\"2431\":6758.9,\"2432\":303.34,\"2433\":null,\"2434\":2880.0,\"2435\":9310.62,\"2436\":1254.0,\"2437\":1525.92,\"2438\":152.86,\"2439\":8678.0,\"2440\":10827.0,\"2441\":3119.6,\"2442\":5960.07,\"2443\":16848.27,\"2444\":9319.13,\"2445\":9756.18,\"2446\":1171.13,\"2447\":14187.9,\"2448\":13881.4,\"2449\":null,\"2450\":1361.5,\"2451\":13482.0,\"2452\":18727.39,\"2453\":10299.61,\"2454\":19614.41,\"2455\":442.9,\"2456\":9413.7,\"2457\":7678.0,\"2458\":1685.6,\"2459\":null,\"2460\":4538.4,\"2461\":408.86,\"2462\":2158.14,\"2463\":339.48,\"2464\":2254.0,\"2465\":1410.27,\"2466\":11122.8,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":764.94,\"2473\":null,\"2474\":292.16,\"2475\":578.4,\"2476\":null,\"2477\":null,\"2478\":378.72,\"2479\":null,\"2480\":5606.9,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":4080.52,\"2486\":null,\"2487\":null,\"2488\":3563.07,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":5221.61,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":4090.38,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":13044.92,\"2512\":13607.01,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1243.33,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":1379.07,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":2006.4,\"2595\":7174.8,\"2596\":3.0,\"2597\":2343.6,\"2598\":4934.62,\"2599\":690.36,\"2600\":51.39,\"2601\":5200.0,\"2602\":404.5,\"2603\":12958.0,\"2604\":18587.82,\"2605\":null,\"2606\":3055.64,\"2607\":1680.36,\"2608\":727.29,\"2609\":3286.8,\"2610\":815.0,\"2611\":16508.0,\"2612\":60416.72,\"2613\":504667.76,\"2614\":13776.0,\"2615\":1182.06,\"2616\":6983.01,\"2617\":61261.72,\"2618\":6141.67,\"2619\":800.4,\"2620\":707.68,\"2621\":3701.44,\"2622\":1955.9,\"2623\":14131.59,\"2624\":618.42,\"2625\":null,\"2626\":null,\"2627\":15315.48,\"2628\":null,\"2629\":4716.08,\"2630\":940.78,\"2631\":150275.48,\"2632\":5956.42,\"2633\":null,\"2634\":null,\"2635\":8534.65,\"2636\":null,\"2637\":14059.61,\"2638\":395686.57,\"2639\":14628.0,\"2640\":18752.8,\"2641\":24637.02,\"2642\":13337.23,\"2643\":10548.47,\"2644\":169267.79,\"2645\":988.63,\"2646\":1333.91,\"2647\":589.71,\"2648\":305250.0,\"2649\":null,\"2650\":2222.49,\"2651\":765.59,\"2652\":395.37,\"2653\":26159.59,\"2654\":3086.87,\"2655\":1.8,\"2656\":47.2,\"2657\":856.43,\"2658\":892852.23,\"2659\":531825.52,\"2660\":456.0,\"2661\":5838.8,\"2662\":8353.79,\"2663\":810.7,\"2664\":136750.0,\"2665\":625.12,\"2666\":14580.0,\"2667\":23267.71,\"2668\":59346.65,\"2669\":68421.27,\"2670\":164690.29,\"2671\":13.0,\"2672\":null,\"2673\":39874.52,\"2674\":42727.54,\"2675\":6886.96,\"2676\":563.9,\"2677\":669.67,\"2678\":3528.6,\"2679\":81010.72,\"2680\":1062.1,\"2681\":546.22,\"2682\":517.5,\"2683\":706.54,\"2684\":6304.8,\"2685\":429.0,\"2686\":7113.65,\"2687\":4494.6,\"2688\":19968.0,\"2689\":10195.2,\"2690\":359.7,\"2691\":2577.0,\"2692\":108.9,\"2693\":344.26,\"2694\":29674.89,\"2695\":25604.7,\"2696\":44383.88,\"2697\":null,\"2698\":598427.45,\"2699\":1367.94,\"2700\":802.12,\"2701\":1130.22,\"2702\":1609.2,\"2703\":659179.3199999999,\"2704\":532391.24,\"2705\":null,\"2706\":102020.0,\"2707\":null,\"2708\":417303.4,\"2709\":140782.37,\"2710\":74194.54,\"2711\":795.2,\"2712\":718.82,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64761.61,\"2717\":162618.14,\"2718\":170016.85,\"2719\":null,\"2720\":102565.63,\"2721\":14806.58,\"2722\":45514.7,\"2723\":48432.18,\"2724\":654.03,\"2725\":76442.23,\"2726\":735.5,\"2727\":9046.4,\"2728\":2514.2,\"2729\":30858.66,\"2730\":46469.46,\"2731\":49274.93,\"2732\":26668.67,\"2733\":13244.38,\"2734\":651.03,\"2735\":5320.8,\"2736\":0.6,\"2737\":3811.2,\"2738\":6745.04,\"2739\":287.56,\"2740\":null,\"2741\":1200.0,\"2742\":9049.01,\"2743\":1217.88,\"2744\":1534.28,\"2745\":151.25,\"2746\":9115.0,\"2747\":9897.0,\"2748\":2965.6,\"2749\":5957.68,\"2750\":17723.31,\"2751\":9347.01,\"2752\":9700.2,\"2753\":1079.03,\"2754\":10011.7,\"2755\":9781.4,\"2756\":null,\"2757\":1341.3,\"2758\":14076.0,\"2759\":19747.9,\"2760\":10287.97,\"2761\":19612.36,\"2762\":null,\"2763\":null,\"2764\":419.7,\"2765\":8876.1,\"2766\":7558.0,\"2767\":1629.1,\"2768\":null,\"2769\":4092.9,\"2770\":408.86,\"2771\":1494.06,\"2772\":339.48,\"2773\":2129.0,\"2774\":1374.35,\"2775\":10915.16,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":756.36,\"2782\":null,\"2783\":238.04,\"2784\":718.5,\"2785\":null,\"2786\":null,\"2787\":109.92,\"2788\":null,\"2789\":5682.5,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3965.74,\"2795\":null,\"2796\":null,\"2797\":1630.79,\"2798\":null,\"2799\":null,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":1629.42,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":3990.1,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":10780.05,\"2821\":11072.6,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1235.03,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1815.0,\"2904\":7167.6,\"2905\":13920.0,\"2906\":2350.8,\"2907\":4632.42,\"2908\":464.64,\"2909\":70.93,\"2910\":1480.0,\"2911\":404.36,\"2912\":13838.0,\"2913\":17846.84,\"2914\":null,\"2915\":3055.64,\"2916\":1734.15,\"2917\":709.47,\"2918\":2723.4,\"2919\":1480.0,\"2920\":16852.0,\"2921\":462440.62,\"2922\":501876.81,\"2923\":12640.0,\"2924\":1002.54,\"2925\":6981.7,\"2926\":62142.66,\"2927\":6314.0,\"2928\":763.6,\"2929\":719.81,\"2930\":3700.48,\"2931\":1955.51,\"2932\":13166.28,\"2933\":602.36,\"2934\":null,\"2935\":15414.96,\"2936\":null,\"2937\":4713.83,\"2938\":940.78,\"2939\":null,\"2940\":151256.26,\"2941\":5909.63,\"2942\":14832.0,\"2943\":508450.0,\"2944\":204276.49,\"2945\":null,\"2946\":13136.49,\"2947\":341410.52,\"2948\":14424.0,\"2949\":18601.0,\"2950\":26300.06,\"2951\":11968.62,\"2952\":10734.4,\"2953\":null,\"2954\":823.86,\"2955\":1279.63,\"2956\":482.71,\"2957\":306240.0,\"2958\":null,\"2959\":2079.43,\"2960\":764.51,\"2961\":400.35,\"2962\":24816.74,\"2963\":74.68,\"2964\":1.2,\"2965\":null,\"2966\":903.46,\"2967\":893287.3100000001,\"2968\":0.74,\"2969\":942.0,\"2970\":5869.6,\"2971\":8334.68,\"2972\":807.18,\"2973\":136740.0,\"2974\":623.19,\"2975\":12168.0,\"2976\":23937.92,\"2977\":60951.44,\"2978\":68210.08,\"2979\":164931.54,\"2980\":679.5,\"2981\":1018.59,\"2982\":39673.67,\"2983\":42541.67,\"2984\":7346.09,\"2985\":556.51,\"2986\":670.86,\"2987\":1445.55,\"2988\":350350.69,\"2989\":1062.1,\"2990\":540.05,\"2991\":523.62,\"2992\":730.2,\"2993\":5251.2,\"2994\":429.6,\"2995\":null,\"2996\":13993.43,\"2997\":4494.6,\"2998\":19785.6,\"2999\":9388.8,\"3000\":302.28,\"3001\":2622.6,\"3002\":108.9,\"3003\":338.84,\"3004\":29347.18,\"3005\":25593.41,\"3006\":null,\"3007\":null,\"3008\":641477.0699999999,\"3009\":1242.18,\"3010\":839.52,\"3011\":1120.22,\"3012\":1578.6,\"3013\":null,\"3014\":632036.36,\"3015\":548760.9399999999,\"3016\":153720.0,\"3017\":417464.06,\"3018\":139122.14,\"3019\":125409.55,\"3020\":794.92,\"3021\":856.88,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76603.45,\"3026\":164948.95,\"3027\":170571.85,\"3028\":null,\"3029\":168456.42,\"3030\":14842.94,\"3031\":45643.53,\"3032\":48430.91,\"3033\":653.67,\"3034\":75573.64,\"3035\":743.05,\"3036\":8606.4,\"3037\":2557.82,\"3038\":32532.74,\"3039\":46332.64,\"3040\":48268.22,\"3041\":32739.52,\"3042\":13477.77,\"3043\":651.21,\"3044\":4154.4,\"3045\":null,\"3046\":4432.8,\"3047\":6892.88,\"3048\":285.05,\"3049\":640.0,\"3050\":4867.13,\"3051\":1222.68,\"3052\":1565.52,\"3053\":145.2,\"3054\":8910.0,\"3055\":9844.0,\"3056\":2888.6,\"3057\":5461.02,\"3058\":18038.07,\"3059\":10090.49,\"3060\":10217.41,\"3061\":709.13,\"3062\":10003.6,\"3063\":9793.2,\"3064\":null,\"3065\":1414.9,\"3066\":12726.0,\"3067\":19669.63,\"3068\":10286.29,\"3069\":19614.25,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":441.0,\"3074\":8512.8,\"3075\":1978.0,\"3076\":null,\"3077\":1586.8,\"3078\":null,\"3079\":3824.6,\"3080\":null,\"3081\":408.86,\"3082\":2182.89,\"3083\":337.87,\"3084\":2109.0,\"3085\":1406.5,\"3086\":10977.01,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":1.47,\"3092\":727.98,\"3093\":null,\"3094\":263.12,\"3095\":1179.0,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5597.6,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4149.39,\"3106\":null,\"3107\":2182.3,\"3108\":null,\"3109\":532.32,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":3716.53,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":5334.71,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9286.48,\"3132\":9549.47,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1312.41,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1861.2,\"3214\":7166.4,\"3215\":15846.0,\"3216\":2170.8,\"3217\":3936.72,\"3218\":467.28,\"3219\":4.58,\"3220\":null,\"3221\":404.46,\"3222\":13794.0,\"3223\":17034.6,\"3224\":204.6,\"3225\":3046.23,\"3226\":1732.5,\"3227\":711.0,\"3228\":1866.6,\"3229\":1737.0,\"3230\":16452.0,\"3231\":191644.38,\"3232\":502956.28,\"3233\":12464.0,\"3234\":879.78,\"3235\":5180.73,\"3236\":61829.69,\"3237\":6262.67,\"3238\":699.78,\"3239\":725.84,\"3240\":null,\"3241\":3701.12,\"3242\":12586.94,\"3243\":603.46,\"3244\":null,\"3245\":null,\"3246\":15403.47,\"3247\":null,\"3248\":4817.64,\"3249\":940.78,\"3250\":129375.43,\"3251\":155924.55,\"3252\":6019.73,\"3253\":null,\"3254\":null,\"3255\":118711.86,\"3256\":null,\"3257\":14503.03,\"3258\":334952.49,\"3259\":13732.74,\"3260\":18750.6,\"3261\":28034.21,\"3262\":11099.81,\"3263\":10883.42,\"3264\":null,\"3265\":1019.89,\"3266\":1909.47,\"3267\":null,\"3268\":576.58,\"3269\":305745.0,\"3270\":null,\"3271\":2240.89,\"3272\":762.05,\"3273\":398.92,\"3274\":24214.9,\"3275\":2250.68,\"3276\":2.4,\"3277\":null,\"3278\":915.97,\"3279\":941415.5,\"3280\":602925.89,\"3281\":642.0,\"3282\":6131.4,\"3283\":8329.5,\"3284\":809.49,\"3285\":null,\"3286\":626.47,\"3287\":13860.0,\"3288\":23390.42,\"3289\":62424.9,\"3290\":68759.44,\"3291\":165458.37,\"3292\":null,\"3293\":null,\"3294\":null,\"3295\":1017.34,\"3296\":39460.07,\"3297\":42438.35,\"3298\":8264.35,\"3299\":537.5,\"3300\":670.93,\"3301\":1188.75,\"3302\":349708.33,\"3303\":1060.38,\"3304\":540.41,\"3305\":826.38,\"3306\":377.89,\"3307\":5118.0,\"3308\":429.24,\"3309\":14056.57,\"3310\":4462.65,\"3311\":19779.2,\"3312\":9840.0,\"3313\":376.2,\"3314\":2546.4,\"3315\":108.9,\"3316\":294.1,\"3317\":29492.12,\"3318\":25587.29,\"3319\":null,\"3320\":null,\"3321\":620161.01,\"3322\":1216.68,\"3323\":771.76,\"3324\":1129.07,\"3325\":1472.4,\"3326\":53858.79,\"3327\":749620.71,\"3328\":548241.28,\"3329\":null,\"3330\":34929.34,\"3331\":null,\"3332\":417737.49,\"3333\":139521.47,\"3334\":125365.92,\"3335\":null,\"3336\":792.96,\"3337\":917.34,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64575.96,\"3342\":166089.68,\"3343\":170436.8,\"3344\":null,\"3345\":101455.8,\"3346\":18443.08,\"3347\":45691.77,\"3348\":48227.77,\"3349\":664.59,\"3350\":75530.3,\"3351\":null,\"3352\":8210.4,\"3353\":2487.45,\"3354\":25047.33,\"3355\":46299.13,\"3356\":57691.21,\"3357\":47456.57,\"3358\":13345.63,\"3359\":651.63,\"3360\":4158.0,\"3361\":null,\"3362\":4221.6,\"3363\":6718.47,\"3364\":278.72,\"3365\":8320.0,\"3366\":9096.34,\"3367\":1224.24,\"3368\":1520.64,\"3369\":142.96,\"3370\":231.0,\"3371\":8461.0,\"3372\":9473.0,\"3373\":2822.6,\"3374\":5941.58,\"3375\":18082.16,\"3376\":10996.51,\"3377\":11622.11,\"3378\":563.2,\"3379\":10007.5,\"3380\":9763.8,\"3381\":null,\"3382\":1317.9,\"3383\":9576.0,\"3384\":19565.65,\"3385\":10253.97,\"3386\":19579.18,\"3387\":6480.0,\"3388\":null,\"3389\":417.8,\"3390\":8303.0,\"3391\":2054.0,\"3392\":null,\"3393\":1502.3,\"3394\":null,\"3395\":3592.9,\"3396\":405.0,\"3397\":408.86,\"3398\":2201.79,\"3399\":337.18,\"3400\":2061.0,\"3401\":1049.58,\"3402\":10781.68,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":246.8,\"3408\":null,\"3409\":288.64,\"3410\":840.3,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2217.0,\"3415\":5520.0,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":4051.83,\"3421\":null,\"3422\":null,\"3423\":8031.01,\"3424\":null,\"3425\":78136.72,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":9888.67,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":3872.65,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":8242.99,\"3448\":8454.33,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1367.91,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1887.6,\"3533\":7152.0,\"3534\":18789.0,\"3535\":1904.4,\"3536\":3935.0,\"3537\":467.06,\"3538\":69.7,\"3539\":404.54,\"3540\":13497.0,\"3541\":16497.32,\"3542\":26.4,\"3543\":null,\"3544\":1745.04,\"3545\":688.14,\"3546\":2170.8,\"3547\":1735.0,\"3548\":15876.0,\"3549\":60564.34,\"3550\":502248.6,\"3551\":null,\"3552\":988.02,\"3553\":11441.29,\"3554\":62033.45,\"3555\":6288.33,\"3556\":710.41,\"3557\":726.45,\"3558\":3702.08,\"3559\":11784.15,\"3560\":612.92,\"3561\":null,\"3562\":null,\"3563\":15305.07,\"3564\":null,\"3565\":4642.71,\"3566\":939.79,\"3567\":215837.48,\"3568\":153048.27,\"3569\":5812.73,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":null,\"3574\":12848.2,\"3575\":154010.81,\"3576\":11742.77,\"3577\":18884.8,\"3578\":25408.19,\"3579\":13014.16,\"3580\":15171.81,\"3581\":null,\"3582\":999.81,\"3583\":1340.17,\"3584\":340.08,\"3585\":305305.01,\"3586\":null,\"3587\":2274.93,\"3588\":null,\"3589\":401.17,\"3590\":23065.7,\"3591\":null,\"3592\":2506.74,\"3593\":6.0,\"3594\":904.64,\"3595\":914967.7,\"3596\":497125.82,\"3597\":456.0,\"3598\":4378.0,\"3599\":8318.54,\"3600\":805.64,\"3601\":636.45,\"3602\":11736.0,\"3603\":23333.31,\"3604\":68690.96,\"3605\":165475.58,\"3606\":null,\"3607\":302358.0,\"3608\":469407.21,\"3609\":1002.84,\"3610\":39165.19,\"3611\":42937.81,\"3612\":7805.22,\"3613\":541.73,\"3614\":568.04,\"3615\":1126.65,\"3616\":81258.01,\"3617\":null,\"3618\":543.35,\"3619\":804.6,\"3620\":600.99,\"3621\":5238.0,\"3622\":429.48,\"3623\":null,\"3624\":null,\"3625\":12804.0,\"3626\":4048.2,\"3627\":19696.0,\"3628\":8414.4,\"3629\":317.79,\"3630\":2518.8,\"3631\":105.6,\"3632\":250.97,\"3633\":30358.52,\"3634\":43120.94,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":743455.99,\"3639\":1211.76,\"3640\":857.56,\"3641\":1146.04,\"3642\":1308.6,\"3643\":32716.79,\"3644\":749078.77,\"3645\":null,\"3646\":550093.73,\"3647\":100820.0,\"3648\":153243.73,\"3649\":417512.57,\"3650\":142248.56,\"3651\":125831.36,\"3652\":2063.0,\"3653\":793.24,\"3654\":535.69,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":61326.6,\"3659\":165273.24,\"3660\":168755.15,\"3661\":null,\"3662\":106205.13,\"3663\":18499.3,\"3664\":45275.98,\"3665\":48115.65,\"3666\":663.09,\"3667\":75509.14,\"3668\":1031.15,\"3669\":8476.6,\"3670\":2416.86,\"3671\":33462.36,\"3672\":46251.88,\"3673\":57637.91,\"3674\":57737.08,\"3675\":12435.1,\"3676\":651.12,\"3677\":8838.0,\"3678\":null,\"3679\":null,\"3680\":2892.0,\"3681\":6728.37,\"3682\":277.0,\"3683\":1600.0,\"3684\":9087.8,\"3685\":561.0,\"3686\":1507.0,\"3687\":151.14,\"3688\":330.6,\"3689\":8154.0,\"3690\":9594.0,\"3691\":2780.8,\"3692\":4464.81,\"3693\":17114.77,\"3694\":9539.39,\"3695\":9893.78,\"3696\":228.95,\"3697\":10012.8,\"3698\":9785.1,\"3699\":null,\"3700\":1310.9,\"3701\":14040.0,\"3702\":19652.51,\"3703\":10291.12,\"3704\":19605.15,\"3705\":8719.2,\"3706\":400.1,\"3707\":8059.1,\"3708\":4554.0,\"3709\":null,\"3710\":1466.8,\"3711\":null,\"3712\":3405.6,\"3713\":305.0,\"3714\":408.86,\"3715\":2118.62,\"3716\":341.09,\"3717\":2063.0,\"3718\":1276.81,\"3719\":10579.22,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":801.24,\"3725\":274.12,\"3726\":1103.4,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5406.0,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3816.52,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":2155.72,\"3741\":null,\"3742\":163269.66,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":3568.74,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4993.16,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":10800.63,\"3765\":11080.29,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1230.46,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1821.6,\"3850\":7146.0,\"3851\":387135.06,\"3852\":6638.4,\"3853\":5629.05,\"3854\":467.5,\"3855\":182.34,\"3856\":404.62,\"3857\":13013.0,\"3858\":15950.16,\"3859\":184.8,\"3860\":3043.92,\"3861\":1747.68,\"3862\":763.96,\"3863\":2348.1,\"3864\":2478.0,\"3865\":20972.0,\"3866\":60634.42,\"3867\":499765.04,\"3868\":14448.0,\"3869\":651.75,\"3870\":11445.38,\"3871\":34241.91,\"3872\":6086.67,\"3873\":643.43,\"3874\":718.45,\"3875\":3702.4,\"3876\":null,\"3877\":11398.42,\"3878\":496.54,\"3879\":null,\"3880\":null,\"3881\":29461.3,\"3882\":1991.6,\"3883\":4380.26,\"3884\":939.79,\"3885\":247281.94,\"3886\":150534.09,\"3887\":5598.01,\"3888\":null,\"3889\":null,\"3890\":null,\"3891\":null,\"3892\":12455.06,\"3893\":33070.38,\"3894\":14129.66,\"3895\":18722.0,\"3896\":28301.96,\"3897\":12016.06,\"3898\":16366.01,\"3899\":null,\"3900\":1011.61,\"3901\":1237.21,\"3902\":582.46,\"3903\":null,\"3904\":null,\"3905\":2424.43,\"3906\":765.49,\"3907\":391.13,\"3908\":21736.21,\"3909\":null,\"3910\":541.01,\"3911\":20.4,\"3912\":643.61,\"3913\":929999.61,\"3914\":0.1,\"3915\":648.0,\"3916\":6404.2,\"3917\":8297.23,\"3918\":798.93,\"3919\":null,\"3920\":640.26,\"3921\":13212.0,\"3922\":23176.25,\"3923\":69737.9,\"3924\":164773.95,\"3925\":null,\"3926\":403098.0,\"3927\":462818.72,\"3928\":1013.28,\"3929\":38864.13,\"3930\":42449.32,\"3931\":7652.17,\"3932\":537.9,\"3933\":685.37,\"3934\":985.8,\"3935\":81360.49,\"3936\":1050.05,\"3937\":558.2,\"3938\":571.32,\"3939\":574.67,\"3940\":5084.4,\"3941\":429.0,\"3942\":1511.83,\"3943\":14027.87,\"3944\":3809.25,\"3945\":18624.85,\"3946\":8841.6,\"3947\":380.23,\"3948\":2473.8,\"3949\":105.6,\"3950\":348.84,\"3951\":29449.73,\"3952\":35980.93,\"3953\":352235.45,\"3954\":null,\"3955\":591803.9,\"3956\":1207.02,\"3957\":739.42,\"3958\":1091.02,\"3959\":1283.4,\"3960\":774697.29,\"3961\":52419.02,\"3962\":550666.35,\"3963\":102220.0,\"3964\":155945.73,\"3965\":420656.49,\"3966\":142486.14,\"3967\":125734.94,\"3968\":792.4,\"3969\":658.92,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":77245.86,\"3974\":165366.2,\"3975\":169119.6,\"3976\":null,\"3977\":186283.92,\"3978\":19088.39,\"3979\":45162.1,\"3980\":49009.99,\"3981\":650.94,\"3982\":75563.8,\"3983\":792.11,\"3984\":8188.4,\"3985\":2410.43,\"3986\":null,\"3987\":20571.78,\"3988\":47773.55,\"3989\":46896.56,\"3990\":18277.93,\"3991\":650.58,\"3992\":4932.0,\"3993\":null,\"3994\":5462.4,\"3995\":6766.16,\"3996\":268.29,\"3997\":null,\"3998\":8240.0,\"3999\":9384.19,\"4000\":778.92,\"4001\":1580.04,\"4002\":147.97,\"4003\":330.6,\"4004\":8525.0,\"4005\":12236.0,\"4006\":2769.8,\"4007\":4964.2,\"4008\":15427.54,\"4009\":9145.09,\"4010\":9500.96,\"4011\":735.53,\"4012\":10017.0,\"4013\":9789.4,\"4014\":null,\"4015\":1362.3,\"4016\":13068.0,\"4017\":19757.75,\"4018\":10296.23,\"4019\":19614.81,\"4020\":7776.0,\"4021\":402.1,\"4022\":7990.3,\"4023\":1908.0,\"4024\":1432.3,\"4025\":null,\"4026\":3256.9,\"4027\":7727.0,\"4028\":408.86,\"4029\":2243.16,\"4030\":345.69,\"4031\":2028.0,\"4032\":1148.22,\"4033\":10543.6,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":747.12,\"4039\":347.16,\"4040\":559.8,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5371.1,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3764.87,\"4052\":null,\"4053\":null,\"4054\":409.85,\"4055\":null,\"4056\":180990.4,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":607.16,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":5387.09,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7940.84,\"4080\":8181.61,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1257.41,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":3616.8,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1735.8,\"4167\":7144.8,\"4168\":388175.42,\"4169\":2944.8,\"4170\":4241.4,\"4171\":467.94,\"4172\":110.62,\"4173\":403.67,\"4174\":13387.0,\"4175\":15577.41,\"4176\":null,\"4177\":3136.82,\"4178\":1744.38,\"4179\":766.4,\"4180\":2853.0,\"4181\":2009.0,\"4182\":21116.0,\"4183\":60632.4,\"4184\":502065.77,\"4185\":14216.0,\"4186\":873.84,\"4187\":7969.76,\"4188\":26751.04,\"4189\":6112.33,\"4190\":649.75,\"4191\":718.2,\"4192\":3702.08,\"4193\":956.19,\"4194\":11129.22,\"4195\":600.6,\"4196\":null,\"4197\":null,\"4198\":26347.1,\"4199\":6422.0,\"4200\":4383.95,\"4201\":939.79,\"4202\":250240.39,\"4203\":148654.24,\"4204\":5553.18,\"4205\":null,\"4206\":509140.0,\"4207\":null,\"4208\":11886.54,\"4209\":192101.77,\"4210\":14054.3,\"4211\":18733.0,\"4212\":25344.95,\"4213\":11325.49,\"4214\":17091.5,\"4215\":29841.18,\"4216\":936.88,\"4217\":1207.98,\"4218\":597.96,\"4219\":null,\"4220\":null,\"4221\":2190.75,\"4222\":769.53,\"4223\":401.31,\"4224\":22229.89,\"4225\":null,\"4226\":null,\"4227\":3.6,\"4228\":848.02,\"4229\":863938.08,\"4230\":0.09,\"4231\":558.0,\"4232\":6806.8,\"4233\":8308.3,\"4234\":793.98,\"4235\":615.26,\"4236\":14868.0,\"4237\":22946.85,\"4238\":69472.29,\"4239\":164769.28,\"4240\":null,\"4241\":403788.0,\"4242\":null,\"4243\":1027.26,\"4244\":38777.76,\"4245\":42461.5,\"4246\":7652.17,\"4247\":527.6,\"4248\":673.99,\"4249\":888.0,\"4250\":81346.8,\"4251\":2122.49,\"4252\":389.53,\"4253\":650.88,\"4254\":600.53,\"4255\":4401.6,\"4256\":429.12,\"4257\":1232.47,\"4258\":null,\"4259\":4166.55,\"4260\":18134.35,\"4261\":9585.6,\"4262\":null,\"4263\":372.44,\"4264\":2570.4,\"4265\":105.6,\"4266\":335.38,\"4267\":29714.2,\"4268\":33638.52,\"4269\":null,\"4270\":151144.3,\"4271\":null,\"4272\":628169.48,\"4273\":1319.94,\"4274\":772.42,\"4275\":1087.99,\"4276\":1386.0,\"4277\":769954.14,\"4278\":52575.09,\"4279\":543385.88,\"4280\":null,\"4281\":155977.03,\"4282\":424536.16,\"4283\":142232.96,\"4284\":124277.33,\"4285\":792.82,\"4286\":550.08,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":68492.7,\"4291\":165027.01,\"4292\":170244.4,\"4293\":null,\"4294\":null,\"4295\":19325.48,\"4296\":45537.08,\"4297\":48902.07,\"4298\":649.44,\"4299\":75378.29,\"4300\":826.23,\"4301\":7860.6,\"4302\":2322.28,\"4303\":27310.58,\"4304\":45958.38,\"4305\":57900.38,\"4306\":57560.05,\"4307\":16568.4,\"4308\":650.34,\"4309\":5410.8,\"4310\":1.2,\"4311\":9189.6,\"4312\":6418.5,\"4313\":381.48,\"4314\":2880.0,\"4315\":9379.82,\"4316\":972.12,\"4317\":1597.2,\"4318\":149.82,\"4319\":11974.0,\"4320\":9497.0,\"4321\":2961.2,\"4322\":4465.35,\"4323\":14581.33,\"4324\":10086.17,\"4325\":10218.97,\"4326\":559.09,\"4327\":10013.8,\"4328\":9604.4,\"4329\":null,\"4330\":1394.3,\"4331\":13338.0,\"4332\":19757.93,\"4333\":10297.78,\"4334\":19620.54,\"4335\":7765.2,\"4336\":401.4,\"4337\":8313.9,\"4338\":2102.0,\"4339\":null,\"4340\":2127.2,\"4341\":null,\"4342\":3517.4,\"4343\":5849.0,\"4344\":408.86,\"4345\":1937.61,\"4346\":344.77,\"4347\":2541.0,\"4348\":1164.85,\"4349\":11050.84,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":26.4,\"4355\":717.42,\"4356\":null,\"4357\":251.68,\"4358\":null,\"4359\":null,\"4360\":null,\"4361\":218.4,\"4362\":null,\"4363\":2000.0,\"4364\":7596.1,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4453.57,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":444.73,\"4374\":null,\"4375\":21331.57,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":1129.36,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":5066.94,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6941.24,\"4398\":7157.33,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1198.4,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5361.4,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":null,\"4444\":3769.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3769.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3615.33,\"4484\":1821.6,\"4485\":7142.4,\"4486\":386261.13,\"4487\":2433.6,\"4488\":4632.49,\"4489\":22.97,\"4490\":404.83,\"4491\":11352.0,\"4492\":15418.49,\"4493\":204.6,\"4494\":3121.64,\"4495\":1739.76,\"4496\":748.62,\"4497\":1581.3,\"4498\":3572.0,\"4499\":20864.0,\"4500\":60293.83,\"4501\":503145.53,\"4502\":12656.0,\"4503\":1128.93,\"4504\":10167.49,\"4505\":52142.46,\"4506\":6090.33,\"4507\":633.94,\"4508\":720.02,\"4509\":3699.84,\"4510\":849.44,\"4511\":10935.31,\"4512\":608.74,\"4513\":null,\"4514\":null,\"4515\":26878.21,\"4516\":6173.0,\"4517\":4607.3,\"4518\":939.79,\"4519\":250303.17,\"4520\":154504.09,\"4521\":5633.24,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":12624.93,\"4526\":40231.91,\"4527\":17276.34,\"4528\":16878.4,\"4529\":28181.01,\"4530\":12167.94,\"4531\":16608.47,\"4532\":169510.73,\"4533\":925.91,\"4534\":1280.4,\"4535\":595.71,\"4536\":null,\"4537\":2036.65,\"4538\":755.75,\"4539\":404.86,\"4540\":21731.32,\"4541\":null,\"4542\":2732.76,\"4543\":2109.6,\"4544\":892.43,\"4545\":874622.74,\"4546\":462304.55,\"4547\":636.0,\"4548\":6866.2,\"4549\":8307.96,\"4550\":797.83,\"4551\":644.79,\"4552\":14256.0,\"4553\":23200.58,\"4554\":69163.8,\"4555\":164374.06,\"4556\":null,\"4557\":null,\"4558\":539260.8199999999,\"4559\":1004.55,\"4560\":null,\"4561\":null,\"4562\":7805.22,\"4563\":531.56,\"4564\":674.89,\"4565\":799.35,\"4566\":81176.47,\"4567\":3083.03,\"4568\":540.74,\"4569\":653.22,\"4570\":382.42,\"4571\":4602.0,\"4572\":428.64,\"4573\":1245.09,\"4574\":null,\"4575\":2391.3,\"4576\":17740.37,\"4577\":8918.4,\"4578\":792.22,\"4579\":373.96,\"4580\":2568.6,\"4581\":102.3,\"4582\":330.95,\"4583\":29356.74,\"4584\":48449.57,\"4585\":null,\"4586\":231483.19,\"4587\":null,\"4588\":117093.74,\"4589\":1499.04,\"4590\":753.94,\"4591\":1107.87,\"4592\":1420.2,\"4593\":768591.03,\"4594\":null,\"4595\":541440.76,\"4596\":102190.0,\"4597\":156441.5,\"4598\":424314.06,\"4599\":144162.02,\"4600\":127531.94,\"4601\":791.28,\"4602\":276.89,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":60470.87,\"4607\":165264.98,\"4608\":170298.05,\"4609\":null,\"4610\":41134.24,\"4611\":19300.01,\"4612\":45830.57,\"4613\":49097.31,\"4614\":651.54,\"4615\":75367.64,\"4616\":664.83,\"4617\":6527.4,\"4618\":2267.42,\"4619\":25443.13,\"4620\":41969.9,\"4621\":58353.48,\"4622\":57409.39,\"4623\":19710.31,\"4624\":326.22,\"4625\":8550.0,\"4626\":201.0,\"4627\":9189.6,\"4628\":6698.67,\"4629\":270.8,\"4630\":9360.0,\"4631\":9367.93,\"4632\":1152.0,\"4633\":1539.12,\"4634\":158.8,\"4635\":14985.0,\"4636\":10752.0,\"4637\":2833.6,\"4638\":4957.94,\"4639\":16148.75,\"4640\":9742.94,\"4641\":10099.99,\"4642\":580.95,\"4643\":10016.7,\"4644\":9617.8,\"4645\":null,\"4646\":2201.1,\"4647\":12870.0,\"4648\":19759.6,\"4649\":10299.17,\"4650\":19622.65,\"4651\":8604.0,\"4652\":514.6,\"4653\":10766.8,\"4654\":9816.0,\"4655\":null,\"4656\":1914.2,\"4657\":null,\"4658\":4031.5,\"4659\":4952.0,\"4660\":408.86,\"4661\":2160.35,\"4662\":339.02,\"4663\":2251.0,\"4664\":1282.3,\"4665\":19438.07,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":875.82,\"4672\":284.24,\"4673\":408.9,\"4674\":null,\"4675\":null,\"4676\":40.8,\"4677\":null,\"4678\":2000.0,\"4679\":6743.5,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":5193.91,\"4685\":null,\"4686\":null,\"4687\":1187.21,\"4688\":null,\"4689\":null,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":2155.77,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":5197.6,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6488.4,\"4712\":6661.13,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1210.77,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":279.4,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4642.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4642.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3721.67,\"4797\":2131.8,\"4798\":7140.0,\"4799\":222115.34,\"4800\":6606.0,\"4801\":6420.63,\"4802\":12.06,\"4803\":404.47,\"4804\":11759.0,\"4805\":16335.25,\"4806\":198.0,\"4807\":3104.14,\"4808\":1743.72,\"4809\":747.04,\"4810\":2574.0,\"4811\":3977.0,\"4812\":21692.0,\"4813\":60226.61,\"4814\":503076.85,\"4815\":11136.0,\"4816\":1870.11,\"4817\":17997.84,\"4818\":37854.76,\"4819\":7256.33,\"4820\":null,\"4821\":708.26,\"4822\":3700.48,\"4823\":860.17,\"4824\":23778.83,\"4825\":600.16,\"4826\":null,\"4827\":null,\"4828\":28174.44,\"4829\":6291.0,\"4830\":6500.65,\"4831\":939.79,\"4832\":250695.83,\"4833\":152879.12,\"4834\":8314.48,\"4835\":null,\"4836\":505350.0,\"4837\":null,\"4838\":null,\"4839\":25383.76,\"4840\":397931.36,\"4841\":19302.73,\"4842\":14966.6,\"4843\":26215.48,\"4844\":12383.38,\"4845\":16774.8,\"4846\":48690.42,\"4847\":1249.04,\"4848\":1276.66,\"4849\":586.83,\"4850\":null,\"4851\":null,\"4852\":2066.67,\"4853\":752.1,\"4854\":408.4,\"4855\":33024.27,\"4856\":null,\"4857\":882.26,\"4858\":2202.6,\"4859\":713.35,\"4860\":880234.72,\"4861\":322677.32,\"4862\":270.0,\"4863\":10403.8,\"4864\":8317.45,\"4865\":779.24,\"4866\":68400.0,\"4867\":615.62,\"4868\":15084.0,\"4869\":22986.37,\"4870\":64883.29,\"4871\":164720.47,\"4872\":752.5,\"4873\":295090.0,\"4874\":39599.83,\"4875\":2156.51,\"4876\":43426.89,\"4877\":7652.17,\"4878\":541.86,\"4879\":674.82,\"4880\":732.6,\"4881\":81023.41,\"4882\":3074.42,\"4883\":528.43,\"4884\":390.6,\"4885\":409.54,\"4886\":4204.8,\"4887\":429.0,\"4888\":null,\"4889\":1928.94,\"4890\":14087.41,\"4891\":2565.9,\"4892\":17344.06,\"4893\":8400.0,\"4894\":101.84,\"4895\":2557.8,\"4896\":99.0,\"4897\":334.94,\"4898\":29636.08,\"4899\":50197.06,\"4900\":null,\"4901\":46354.15,\"4902\":null,\"4903\":120243.3,\"4904\":null,\"4905\":757.68,\"4906\":1085.04,\"4907\":1416.6,\"4908\":769615.46,\"4909\":38625.2,\"4910\":534890.71,\"4911\":null,\"4912\":136210.0,\"4913\":155361.85,\"4914\":423006.53,\"4915\":72621.57,\"4916\":72134.41,\"4917\":790.86,\"4918\":842.65,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":60222.96,\"4923\":164477.78,\"4924\":168231.6,\"4925\":null,\"4926\":null,\"4927\":155878.18,\"4928\":null,\"4929\":46111.26,\"4930\":48706.21,\"4931\":643.53,\"4932\":76455.88,\"4933\":735.94,\"4934\":8929.8,\"4935\":2259.95,\"4936\":32180.82,\"4937\":42821.84,\"4938\":58394.55,\"4939\":57529.42,\"4940\":19131.55,\"4941\":325.8,\"4942\":7750.8,\"4943\":73.8,\"4944\":9189.6,\"4945\":6760.22,\"4946\":249.08,\"4947\":null,\"4948\":7360.0,\"4949\":9405.95,\"4950\":88.44,\"4951\":1599.4,\"4952\":150.74,\"4953\":null,\"4954\":13512.0,\"4955\":9063.0,\"4956\":2708.2,\"4957\":9268.08,\"4958\":16324.43,\"4959\":9443.79,\"4960\":9810.11,\"4961\":914.17,\"4962\":10019.9,\"4963\":9633.2,\"4964\":null,\"4965\":1862.2,\"4966\":13770.0,\"4967\":19753.58,\"4968\":10257.26,\"4969\":19616.89,\"4970\":8632.8,\"4971\":531.8,\"4972\":8848.9,\"4973\":7794.0,\"4974\":1483.3,\"4975\":null,\"4976\":3511.7,\"4977\":3641.0,\"4978\":408.86,\"4979\":2088.75,\"4980\":342.24,\"4981\":2115.0,\"4982\":1281.68,\"4983\":12902.03,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":41.07,\"4989\":812.46,\"4990\":312.84,\"4991\":191.4,\"4992\":null,\"4993\":null,\"4994\":156.48,\"4995\":null,\"4996\":2000.0,\"4997\":5699.2,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3977.22,\"5003\":null,\"5004\":null,\"5005\":3574.42,\"5006\":null,\"5007\":null,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":6442.92,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4783.69,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5698.32,\"5031\":5840.9,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1323.14,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5612.2,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4654.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4654.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3721.67,\"5116\":2204.4,\"5117\":7144.8,\"5118\":396413.76,\"5119\":4392.0,\"5120\":5722.37,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.69,\"5125\":13948.0,\"5126\":10374.34,\"5127\":null,\"5128\":3051.34,\"5129\":1648.02,\"5130\":758.38,\"5131\":1449.9,\"5132\":2987.0,\"5133\":20796.0,\"5134\":60717.79,\"5135\":503847.75,\"5136\":13840.0,\"5137\":861.96,\"5138\":18204.78,\"5139\":32546.03,\"5140\":7219.67,\"5141\":1043.91,\"5142\":729.05,\"5143\":3700.8,\"5144\":908.02,\"5145\":15176.76,\"5146\":594.66,\"5147\":null,\"5148\":null,\"5149\":30055.71,\"5150\":10592.0,\"5151\":7594.01,\"5152\":939.79,\"5153\":249790.64,\"5154\":158539.63,\"5155\":6760.71,\"5156\":137640.0,\"5157\":441820.0,\"5158\":null,\"5159\":null,\"5160\":16609.5,\"5161\":396214.19,\"5162\":15281.96,\"5163\":18770.4,\"5164\":22259.18,\"5165\":13804.96,\"5166\":16800.84,\"5167\":null,\"5168\":1216.54,\"5169\":1660.01,\"5170\":628.16,\"5171\":null,\"5172\":null,\"5173\":2278.15,\"5174\":745.41,\"5175\":395.59,\"5176\":27626.15,\"5177\":null,\"5178\":1094.23,\"5179\":2202.6,\"5180\":823.9,\"5181\":956488.1899999999,\"5182\":0.02,\"5183\":552.0,\"5184\":7405.2,\"5185\":8429.46,\"5186\":797.39,\"5187\":58810.0,\"5188\":609.79,\"5189\":13212.0,\"5190\":23140.53,\"5191\":69147.36,\"5192\":165286.45,\"5193\":null,\"5194\":325082.0,\"5195\":null,\"5196\":26.87,\"5197\":null,\"5198\":8264.35,\"5199\":498.04,\"5200\":673.67,\"5201\":786.0,\"5202\":81223.61,\"5203\":3083.03,\"5204\":537.7,\"5205\":411.66,\"5206\":585.79,\"5207\":4831.2,\"5208\":428.64,\"5209\":1444.04,\"5210\":14012.8,\"5211\":null,\"5212\":16768.43,\"5213\":11529.6,\"5214\":200.44,\"5215\":2550.0,\"5216\":102.3,\"5217\":338.07,\"5218\":30178.39,\"5219\":41447.03,\"5220\":null,\"5221\":null,\"5222\":null,\"5223\":592829.23,\"5224\":1327.8,\"5225\":794.86,\"5226\":1159.59,\"5227\":1290.6,\"5228\":434011.88,\"5229\":null,\"5230\":531094.88,\"5231\":101470.0,\"5232\":106205.26,\"5233\":423779.79,\"5234\":144840.88,\"5235\":127923.39,\"5236\":null,\"5237\":790.44,\"5238\":554.99,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":61799.66,\"5243\":162592.54,\"5244\":164687.0,\"5245\":null,\"5246\":1671.49,\"5247\":101715.76,\"5248\":null,\"5249\":22501.78,\"5250\":46174.1,\"5251\":49088.12,\"5252\":654.48,\"5253\":75618.69,\"5254\":645.2,\"5255\":8916.6,\"5256\":2686.95,\"5257\":26750.48,\"5258\":32077.09,\"5259\":58647.38,\"5260\":56147.97,\"5261\":17050.44,\"5262\":326.01,\"5263\":5918.4,\"5264\":268.2,\"5265\":9189.6,\"5266\":6744.71,\"5267\":279.05,\"5268\":2720.0,\"5269\":9392.02,\"5270\":434.28,\"5271\":1680.36,\"5272\":143.62,\"5273\":null,\"5274\":9194.0,\"5275\":8068.0,\"5276\":2629.0,\"5277\":4952.68,\"5278\":16685.11,\"5279\":10146.54,\"5280\":10226.84,\"5281\":473.88,\"5282\":13686.5,\"5283\":13429.5,\"5284\":null,\"5285\":1496.7,\"5286\":13374.0,\"5287\":19750.81,\"5288\":10266.25,\"5289\":19616.36,\"5290\":8074.8,\"5291\":428.0,\"5292\":7867.7,\"5293\":2042.0,\"5294\":1367.5,\"5295\":null,\"5296\":3814.6,\"5297\":5281.0,\"5298\":408.86,\"5299\":2126.4,\"5300\":337.41,\"5301\":2059.0,\"5302\":1245.76,\"5303\":11226.79,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":118.8,\"5309\":792.0,\"5310\":null,\"5311\":268.4,\"5312\":1032.6,\"5313\":null,\"5314\":null,\"5315\":228.48,\"5316\":null,\"5317\":2000.0,\"5318\":5414.5,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":6703.3,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":6732.43,\"5328\":null,\"5329\":null,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":9720.03,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4601.22,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5019.28,\"5353\":5140.61,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1259.06,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":5601.2,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":983.27,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":null,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3872.0,\"5440\":1927.2,\"5441\":7168.8,\"5442\":392443.43,\"5443\":2444.4,\"5444\":4927.34,\"5445\":465.96,\"5446\":null,\"5447\":404.66,\"5448\":13838.0,\"5449\":14503.18,\"5450\":184.8,\"5451\":3061.41,\"5452\":1745.7,\"5453\":769.82,\"5454\":1521.0,\"5455\":2610.0,\"5456\":21488.0,\"5457\":60505.05,\"5458\":503295.55,\"5459\":13824.0,\"5460\":960.63,\"5461\":5001.83,\"5462\":46498.19,\"5463\":null,\"5464\":7560.67,\"5465\":1009.7,\"5466\":722.82,\"5467\":3701.12,\"5468\":859.99,\"5469\":12911.15,\"5470\":633.6,\"5471\":null,\"5472\":null,\"5473\":15411.53,\"5474\":6229.0,\"5475\":4647.1,\"5476\":940.78,\"5477\":254623.02,\"5478\":158515.39,\"5479\":5729.66,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":14613.46,\"5485\":396504.28,\"5486\":17053.39,\"5487\":17382.2,\"5488\":24958.58,\"5489\":11901.38,\"5490\":16683.33,\"5491\":null,\"5492\":1333.91,\"5493\":1598.91,\"5494\":594.71,\"5495\":160985.0,\"5496\":null,\"5497\":2294.6,\"5498\":743.15,\"5499\":399.69,\"5500\":25534.17,\"5501\":null,\"5502\":2505.56,\"5503\":2202.6,\"5504\":871.53,\"5505\":879727.15,\"5506\":479082.86,\"5507\":438.0,\"5508\":6998.2,\"5509\":8416.87,\"5510\":794.31,\"5511\":185470.0,\"5512\":623.44,\"5513\":12852.0,\"5514\":22940.36,\"5515\":null,\"5516\":69359.19,\"5517\":165373.02,\"5518\":null,\"5519\":null,\"5520\":544775.09,\"5521\":73.08,\"5522\":42213.1,\"5523\":7958.26,\"5524\":516.52,\"5525\":686.09,\"5526\":784.8,\"5527\":80943.59,\"5528\":3070.98,\"5529\":530.34,\"5530\":559.8,\"5531\":509.79,\"5532\":4510.8,\"5533\":428.04,\"5534\":1475.63,\"5535\":13997.02,\"5536\":19662.19,\"5537\":2784.0,\"5538\":196.09,\"5539\":2553.6,\"5540\":99.0,\"5541\":334.03,\"5542\":30093.12,\"5543\":40221.69,\"5544\":null,\"5545\":null,\"5546\":null,\"5547\":119945.84,\"5548\":1605.42,\"5549\":743.16,\"5550\":1059.43,\"5551\":1312.2,\"5552\":697615.6,\"5553\":39377.72,\"5554\":534316.33,\"5555\":null,\"5556\":154817.14,\"5557\":422721.76,\"5558\":140252.67,\"5559\":127075.08,\"5560\":null,\"5561\":791.28,\"5562\":1231.1,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":60504.15,\"5567\":163828.95,\"5568\":168190.9,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22412.33,\"5573\":45928.52,\"5574\":48998.04,\"5575\":651.84,\"5576\":75505.1,\"5577\":757.14,\"5578\":8012.4,\"5579\":2240.44,\"5580\":27883.29,\"5581\":31853.79,\"5582\":59151.02,\"5583\":58380.96,\"5584\":13356.62,\"5585\":654.57,\"5586\":4939.2,\"5587\":268.2,\"5588\":9189.6,\"5589\":6758.73,\"5590\":277.6,\"5591\":9600.0,\"5592\":9315.28,\"5593\":399.96,\"5594\":1633.28,\"5595\":141.11,\"5596\":null,\"5597\":7693.0,\"5598\":8919.0,\"5599\":2600.4,\"5600\":3959.7,\"5601\":16664.79,\"5602\":8762.91,\"5603\":9118.74,\"5604\":2054.65,\"5605\":12861.5,\"5606\":12586.2,\"5607\":null,\"5608\":1344.1,\"5609\":6336.0,\"5610\":19743.73,\"5611\":19503.73,\"5612\":18589.42,\"5613\":6894.0,\"5614\":399.8,\"5615\":7447.4,\"5616\":1992.0,\"5617\":1293.7,\"5618\":null,\"5619\":3093.3,\"5620\":5309.0,\"5621\":408.86,\"5622\":3077.21,\"5623\":339.25,\"5624\":2011.0,\"5625\":1119.05,\"5626\":10758.46,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":384.78,\"5633\":null,\"5634\":281.6,\"5635\":1117.5,\"5636\":null,\"5637\":null,\"5638\":456.96,\"5639\":null,\"5640\":2000.0,\"5641\":5404.7,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3805.04,\"5647\":null,\"5648\":null,\"5649\":8687.28,\"5650\":null,\"5651\":null,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11455.48,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":4781.19,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":19769.39,\"5674\":19871.69,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1175.41,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5407.6,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":40.49,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1305.25,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3813.33,\"5762\":1834.8,\"5763\":7159.2,\"5764\":412207.46,\"5765\":1951.2,\"5766\":3931.04,\"5767\":468.27,\"5768\":null,\"5769\":null,\"5770\":406.05,\"5771\":12067.0,\"5772\":13980.83,\"5773\":184.8,\"5774\":939.67,\"5775\":1748.01,\"5776\":772.96,\"5777\":1240.2,\"5778\":804.0,\"5779\":20212.0,\"5780\":60568.25,\"5781\":501802.67,\"5782\":13048.0,\"5783\":1149.72,\"5784\":9045.69,\"5785\":45580.52,\"5786\":6768.67,\"5787\":601.45,\"5788\":3700.16,\"5789\":854.94,\"5790\":11713.08,\"5791\":637.78,\"5792\":null,\"5793\":null,\"5794\":29076.73,\"5795\":10135.0,\"5796\":4482.67,\"5797\":254652.3,\"5798\":159178.1,\"5799\":5470.91,\"5800\":507970.0,\"5801\":11218.15,\"5802\":null,\"5803\":13120.66,\"5804\":395669.47,\"5805\":14033.33,\"5806\":15626.6,\"5807\":22875.71,\"5808\":10909.84,\"5809\":16471.84,\"5810\":null,\"5811\":1462.87,\"5812\":1277.76,\"5813\":599.21,\"5814\":200200.0,\"5815\":null,\"5816\":2211.22,\"5817\":742.46,\"5818\":401.53,\"5819\":24114.32,\"5820\":null,\"5821\":2951.94,\"5822\":2202.6,\"5823\":null,\"5824\":936.6,\"5825\":871096.26,\"5826\":514686.88,\"5827\":384.0,\"5828\":6663.8,\"5829\":8395.07,\"5830\":795.85,\"5831\":190650.0,\"5832\":664.3,\"5833\":15624.0,\"5834\":23526.92,\"5835\":60334.36,\"5836\":69521.96,\"5837\":164601.13,\"5838\":2237.0,\"5839\":401810.0,\"5840\":null,\"5841\":null,\"5842\":null,\"5843\":482.06,\"5844\":684.83,\"5845\":1087.65,\"5846\":80913.19,\"5847\":3626.99,\"5848\":529.49,\"5849\":630.0,\"5850\":547.71,\"5851\":4147.2,\"5852\":427.32,\"5853\":1307.31,\"5854\":14136.2,\"5855\":16462.73,\"5856\":6806.4,\"5857\":null,\"5858\":374.35,\"5859\":2533.8,\"5860\":102.3,\"5861\":328.27,\"5862\":29641.2,\"5863\":44216.18,\"5864\":null,\"5865\":null,\"5866\":null,\"5867\":119997.7,\"5868\":1604.58,\"5869\":705.54,\"5870\":1055.33,\"5871\":1382.4,\"5872\":433706.08,\"5873\":null,\"5874\":536016.88,\"5875\":null,\"5876\":85603.5,\"5877\":422923.54,\"5878\":142378.53,\"5879\":127913.95,\"5880\":null,\"5881\":792.82,\"5882\":592.65,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":60649.26,\"5887\":162464.03,\"5888\":170460.85,\"5889\":null,\"5890\":null,\"5891\":null,\"5892\":22164.3,\"5893\":45650.89,\"5894\":49640.17,\"5895\":651.96,\"5896\":75475.3,\"5897\":857.03,\"5898\":7387.6,\"5899\":2304.83,\"5900\":29750.45,\"5901\":31855.32,\"5902\":58464.37,\"5903\":null,\"5904\":18921.57,\"5905\":652.65,\"5906\":5410.8,\"5907\":1.2,\"5908\":9189.6,\"5909\":6751.64,\"5910\":309.28,\"5911\":3920.0,\"5912\":9340.76,\"5913\":1240.56,\"5914\":1721.28,\"5915\":9.64,\"5916\":7712.0,\"5917\":7601.0,\"5918\":2587.2,\"5919\":9111.31,\"5920\":16521.11,\"5921\":10151.03,\"5922\":10224.13,\"5923\":663.23,\"5924\":13023.7,\"5925\":12740.5,\"5926\":null,\"5927\":1331.9,\"5928\":13590.0,\"5929\":19741.3,\"5930\":19671.02,\"5931\":19606.24,\"5932\":7639.2,\"5933\":7461.3,\"5934\":2086.0,\"5935\":1255.2,\"5936\":null,\"5937\":2895.5,\"5938\":4707.0,\"5939\":408.86,\"5940\":2126.68,\"5941\":338.1,\"5942\":1984.0,\"5943\":1187.9,\"5944\":10624.13,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":29.33,\"5950\":831.6,\"5951\":253.44,\"5952\":877.8,\"5953\":null,\"5954\":null,\"5955\":514.56,\"5956\":null,\"5957\":2000.0,\"5958\":5286.1,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3696.0,\"5964\":null,\"5965\":null,\"5966\":2771.3,\"5967\":null,\"5968\":82741.93,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":1.74,\"5973\":null,\"5974\":3847.87,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4758.2,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":16042.03,\"5992\":15551.35,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1436.33,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":239.74,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3012.43,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3817.0,\"6080\":1834.8,\"6081\":7152.0,\"6082\":404837.97,\"6083\":1688.4,\"6084\":3542.09,\"6085\":466.4,\"6086\":127.51,\"6087\":417.18,\"6088\":13321.0,\"6089\":13684.86,\"6090\":null,\"6091\":3083.36,\"6092\":1740.09,\"6093\":767.88,\"6094\":1630.8,\"6095\":815.0,\"6096\":21732.0,\"6097\":60625.87,\"6098\":499552.58,\"6099\":14512.0,\"6100\":748.77,\"6101\":16884.77,\"6102\":40884.54,\"6103\":7157.33,\"6104\":627.9,\"6105\":3701.12,\"6106\":954.8,\"6107\":11501.46,\"6108\":461.56,\"6109\":null,\"6110\":null,\"6111\":28099.49,\"6112\":143.5,\"6113\":4421.87,\"6114\":null,\"6115\":254528.48,\"6116\":158005.71,\"6117\":5434.35,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":13153.67,\"6123\":345182.97,\"6124\":13663.96,\"6125\":18086.2,\"6126\":23060.41,\"6127\":11814.13,\"6128\":16435.56,\"6129\":null,\"6130\":1326.46,\"6131\":1567.83,\"6132\":null,\"6133\":593.33,\"6134\":176550.0,\"6135\":null,\"6136\":1824.02,\"6137\":722.08,\"6138\":465.11,\"6139\":31553.54,\"6140\":null,\"6141\":593.91,\"6142\":2202.6,\"6143\":932.88,\"6144\":901347.36,\"6145\":0.07,\"6146\":324.0,\"6147\":6721.0,\"6148\":8383.96,\"6149\":808.06,\"6150\":null,\"6151\":652.76,\"6152\":13608.0,\"6153\":35101.12,\"6154\":69457.86,\"6155\":164769.19,\"6156\":235.5,\"6157\":null,\"6158\":467928.5,\"6159\":42005.0,\"6160\":7958.26,\"6161\":488.93,\"6162\":689.87,\"6163\":611.1,\"6164\":81005.31,\"6165\":3630.43,\"6166\":524.24,\"6167\":695.16,\"6168\":627.63,\"6169\":3865.2,\"6170\":427.2,\"6171\":null,\"6172\":623.59,\"6173\":14132.61,\"6174\":null,\"6175\":16203.66,\"6176\":8553.6,\"6177\":985.42,\"6178\":362.67,\"6179\":2533.2,\"6180\":72.6,\"6181\":324.43,\"6182\":29587.36,\"6183\":50228.04,\"6184\":null,\"6185\":1049949.53,\"6186\":null,\"6187\":120564.62,\"6188\":1605.48,\"6189\":674.52,\"6190\":1011.64,\"6191\":1200.6,\"6192\":774456.3199999999,\"6193\":39152.2,\"6194\":535341.45,\"6195\":null,\"6196\":154271.73,\"6197\":424999.16,\"6198\":141638.69,\"6199\":124953.82,\"6200\":null,\"6201\":796.74,\"6202\":597.67,\"6203\":2.2,\"6204\":null,\"6205\":null,\"6206\":59962.25,\"6207\":160139.16,\"6208\":168610.85,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22175.18,\"6213\":45404.06,\"6214\":48703.43,\"6215\":641.76,\"6216\":77502.01,\"6217\":null,\"6218\":7288.6,\"6219\":2258.0,\"6220\":29877.83,\"6221\":31919.22,\"6222\":58508.24,\"6223\":19253.74,\"6224\":653.22,\"6225\":5410.8,\"6226\":0.6,\"6227\":9189.6,\"6228\":6739.76,\"6229\":268.69,\"6230\":1840.0,\"6231\":9320.25,\"6232\":1555.92,\"6233\":1635.48,\"6234\":142.56,\"6235\":9169.0,\"6236\":7138.0,\"6237\":2527.8,\"6238\":8231.03,\"6239\":15099.67,\"6240\":19257.17,\"6241\":19565.77,\"6242\":262.53,\"6243\":14737.7,\"6244\":14423.3,\"6245\":null,\"6246\":2095.8,\"6247\":13806.0,\"6248\":19743.52,\"6249\":19660.54,\"6250\":19610.44,\"6251\":6458.4,\"6252\":12653.4,\"6253\":4090.0,\"6254\":null,\"6255\":1586.0,\"6256\":null,\"6257\":6174.5,\"6258\":4925.0,\"6259\":408.86,\"6260\":2235.3,\"6261\":337.18,\"6262\":1943.0,\"6263\":1182.41,\"6264\":16652.01,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":41.07,\"6270\":789.36,\"6271\":null,\"6272\":255.64,\"6273\":328.5,\"6274\":null,\"6275\":null,\"6276\":121.92,\"6277\":null,\"6278\":2000.0,\"6279\":6104.0,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3604.17,\"6285\":null,\"6286\":null,\"6287\":653.76,\"6288\":null,\"6289\":106745.02,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":1720.23,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":5129.54,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19830.6,\"6313\":19909.74,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1378.03,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5529.7,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":53.81,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3364.9,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3875.67,\"6400\":1874.4,\"6401\":7149.6,\"6402\":403159.23,\"6403\":1692.0,\"6404\":2941.81,\"6405\":465.52,\"6406\":77.0,\"6407\":417.01,\"6408\":12155.0,\"6409\":null,\"6410\":184.8,\"6411\":3078.4,\"6412\":1753.62,\"6413\":762.52,\"6414\":2129.4,\"6415\":807.0,\"6416\":16708.0,\"6417\":60524.86,\"6418\":507432.86,\"6419\":13576.0,\"6420\":862.95,\"6421\":17280.66,\"6422\":40549.16,\"6423\":7168.33,\"6424\":650.04,\"6425\":3700.48,\"6426\":896.88,\"6427\":11098.08,\"6428\":630.08,\"6429\":null,\"6430\":null,\"6431\":26116.22,\"6432\":null,\"6433\":4358.82,\"6434\":939.79,\"6435\":254077.95,\"6436\":159739.0,\"6437\":5324.7,\"6438\":29520.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":17331.19,\"6443\":312970.49,\"6444\":13423.94,\"6445\":18191.8,\"6446\":23969.32,\"6447\":11019.7,\"6448\":17208.46,\"6449\":96409.65,\"6450\":1269.74,\"6451\":1527.48,\"6452\":335.83,\"6453\":null,\"6454\":null,\"6455\":1723.16,\"6456\":744.13,\"6457\":460.96,\"6458\":30572.09,\"6459\":90957.1,\"6460\":1978.07,\"6461\":2202.6,\"6462\":932.14,\"6463\":911256.65,\"6464\":472392.91,\"6465\":510.0,\"6466\":10120.0,\"6467\":6130.81,\"6468\":818.18,\"6469\":183470.0,\"6470\":608.29,\"6471\":14148.0,\"6472\":null,\"6473\":69138.55,\"6474\":164410.69,\"6475\":null,\"6476\":584255.04,\"6477\":41730.81,\"6478\":7805.22,\"6479\":481.93,\"6480\":684.29,\"6481\":896.55,\"6482\":80943.69,\"6483\":3045.16,\"6484\":514.7,\"6485\":746.82,\"6486\":497.85,\"6487\":4515.6,\"6488\":421.8,\"6489\":1603.3,\"6490\":13997.74,\"6491\":null,\"6492\":16174.6,\"6493\":9456.0,\"6494\":376.99,\"6495\":2469.0,\"6496\":102.3,\"6497\":287.68,\"6498\":29887.98,\"6499\":50165.77,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":121007.8,\"6504\":1602.3,\"6505\":644.82,\"6506\":1010.78,\"6507\":1164.6,\"6508\":772323.33,\"6509\":52296.43,\"6510\":534169.63,\"6511\":null,\"6512\":153761.26,\"6513\":426132.25,\"6514\":139855.3,\"6515\":127481.08,\"6516\":2063.0,\"6517\":792.4,\"6518\":604.34,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":60137.39,\"6523\":158057.8,\"6524\":170577.4,\"6525\":null,\"6526\":null,\"6527\":null,\"6528\":22609.36,\"6529\":44783.14,\"6530\":48182.72,\"6531\":648.63,\"6532\":75507.75,\"6533\":979.1,\"6534\":7400.8,\"6535\":2157.57,\"6536\":30047.85,\"6537\":32697.32,\"6538\":58575.59,\"6539\":19312.54,\"6540\":656.67,\"6541\":5414.4,\"6542\":null,\"6543\":9189.6,\"6544\":6750.48,\"6545\":254.76,\"6546\":null,\"6547\":4560.0,\"6548\":9348.7,\"6549\":924.12,\"6550\":1195.92,\"6551\":171.73,\"6552\":16879.0,\"6553\":9861.0,\"6554\":2651.0,\"6555\":7389.26,\"6556\":17043.92,\"6557\":19235.9,\"6558\":19002.75,\"6559\":2657.75,\"6560\":13736.8,\"6561\":13455.0,\"6562\":null,\"6563\":13806.0,\"6564\":19740.8,\"6565\":19561.42,\"6566\":19609.47,\"6567\":7315.2,\"6568\":null,\"6569\":8435.0,\"6570\":4714.0,\"6571\":null,\"6572\":1455.4,\"6573\":null,\"6574\":3506.8,\"6575\":2222.0,\"6576\":408.86,\"6577\":2065.05,\"6578\":335.57,\"6579\":1944.0,\"6580\":1208.28,\"6581\":12810.32,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":299.2,\"6587\":850.08,\"6588\":null,\"6589\":704.44,\"6590\":726.9,\"6591\":null,\"6592\":null,\"6593\":609.12,\"6594\":null,\"6595\":2000.0,\"6596\":5699.3,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":6192.52,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":4937.64,\"6606\":null,\"6607\":82619.23,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":5254.49,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":3669.41,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19844.44,\"6631\":19931.97,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2072.02,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5646.3,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":544.94,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3437.35,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3872.0,\"6718\":1920.6,\"6719\":7153.2,\"6720\":398473.68,\"6721\":1695.6,\"6722\":2944.78,\"6723\":710.71,\"6724\":7.66,\"6725\":null,\"6726\":417.63,\"6727\":12518.0,\"6728\":null,\"6729\":null,\"6730\":3066.69,\"6731\":1753.95,\"6732\":764.37,\"6733\":1737.9,\"6734\":805.0,\"6735\":15648.0,\"6736\":60543.32,\"6737\":503959.2,\"6738\":13592.0,\"6739\":1136.19,\"6740\":16992.71,\"6741\":65412.09,\"6742\":6706.33,\"6743\":1064.61,\"6744\":3587.52,\"6745\":825.7,\"6746\":11680.88,\"6747\":592.68,\"6748\":null,\"6749\":null,\"6750\":26121.92,\"6751\":null,\"6752\":9269.47,\"6753\":939.79,\"6754\":245073.41,\"6755\":157625.48,\"6756\":8634.49,\"6757\":78840.0,\"6758\":507630.0,\"6759\":null,\"6760\":null,\"6761\":19946.69,\"6762\":310206.64,\"6763\":20263.42,\"6764\":18086.2,\"6765\":23206.98,\"6766\":10057.05,\"6767\":16511.41,\"6768\":null,\"6769\":1129.6,\"6770\":2294.81,\"6771\":595.96,\"6772\":141790.0,\"6773\":null,\"6774\":2041.71,\"6775\":740.98,\"6776\":457.38,\"6777\":36787.2,\"6778\":90931.41,\"6779\":2809.67,\"6780\":2202.6,\"6781\":null,\"6782\":909.23,\"6783\":939990.64,\"6784\":219279.68,\"6785\":492.0,\"6786\":7497.6,\"6787\":6034.9,\"6788\":809.56,\"6789\":null,\"6790\":605.57,\"6791\":14328.0,\"6792\":24722.1,\"6793\":69344.96,\"6794\":164517.76,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":41254.28,\"6801\":7805.22,\"6802\":489.98,\"6803\":684.94,\"6804\":2097.15,\"6805\":80964.73,\"6806\":3050.32,\"6807\":508.43,\"6808\":684.0,\"6809\":588.02,\"6810\":4617.6,\"6811\":423.84,\"6812\":1037.25,\"6813\":14139.06,\"6814\":4513.05,\"6815\":18223.79,\"6816\":6518.4,\"6817\":374.02,\"6818\":2534.4,\"6819\":99.0,\"6820\":280.14,\"6821\":29459.18,\"6822\":25161.67,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":120034.29,\"6827\":1603.26,\"6828\":712.58,\"6829\":2184.65,\"6830\":1351.8,\"6831\":null,\"6832\":427936.97,\"6833\":39346.36,\"6834\":531678.24,\"6835\":null,\"6836\":null,\"6837\":131228.56,\"6838\":425935.56,\"6839\":139339.42,\"6840\":126595.25,\"6841\":2059.0,\"6842\":790.3,\"6843\":614.74,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64737.3,\"6848\":165088.46,\"6849\":170368.35,\"6850\":182491.96,\"6851\":null,\"6852\":101435.8,\"6853\":22650.07,\"6854\":45488.44,\"6855\":48334.26,\"6856\":648.09,\"6857\":75518.84,\"6858\":742.68,\"6859\":7414.0,\"6860\":2705.77,\"6861\":26280.64,\"6862\":31790.31,\"6863\":58367.42,\"6864\":16859.4,\"6865\":655.35,\"6866\":5626.8,\"6867\":null,\"6868\":31.2,\"6869\":9189.6,\"6870\":6742.56,\"6871\":304.39,\"6872\":null,\"6873\":7440.0,\"6874\":9343.84,\"6875\":1551.36,\"6876\":1601.6,\"6877\":149.95,\"6878\":null,\"6879\":15543.0,\"6880\":8591.0,\"6881\":2644.4,\"6882\":5901.65,\"6883\":15330.4,\"6884\":19553.2,\"6885\":19822.63,\"6886\":3017.23,\"6887\":18404.3,\"6888\":18019.8,\"6889\":null,\"6890\":13356.0,\"6891\":19588.07,\"6892\":19556.01,\"6893\":19464.98,\"6894\":6055.2,\"6895\":462.8,\"6896\":16179.3,\"6897\":4946.0,\"6898\":1305.0,\"6899\":null,\"6900\":4417.9,\"6901\":5099.0,\"6902\":408.86,\"6903\":2134.52,\"6904\":334.42,\"6905\":2203.0,\"6906\":225.5,\"6907\":11793.36,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":177.47,\"6913\":964.92,\"6914\":384.56,\"6915\":862.8,\"6916\":null,\"6917\":null,\"6918\":96.48,\"6919\":null,\"6920\":2000.0,\"6921\":5462.8,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":9722.09,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":1420.76,\"6931\":null,\"6932\":null,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":2250.08,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5704.84,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":18940.58,\"6956\":19937.04,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2104.25,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5624.3,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":null,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1438.08,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3879.33,\"7042\":null,\"7043\":7153.2,\"7044\":397368.8,\"7045\":1854.0,\"7046\":3841.43,\"7047\":710.16,\"7048\":82.9,\"7049\":417.81,\"7050\":12782.0,\"7051\":null,\"7052\":191.4,\"7053\":2393.66,\"7054\":1750.65,\"7055\":751.14,\"7056\":1614.6,\"7057\":1958.0,\"7058\":16268.0,\"7059\":60489.7,\"7060\":502487.72,\"7061\":13496.0,\"7062\":1197.57,\"7063\":null,\"7064\":66061.57,\"7065\":7311.33,\"7066\":1094.51,\"7067\":3548.16,\"7068\":809.82,\"7069\":11977.86,\"7070\":561.88,\"7071\":null,\"7072\":null,\"7073\":26113.89,\"7074\":6245.0,\"7075\":8717.04,\"7076\":939.79,\"7077\":249059.03,\"7078\":158008.77,\"7079\":8846.93,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":16366.44,\"7085\":33142.76,\"7086\":5507.6,\"7087\":15263.6,\"7088\":23675.93,\"7089\":10443.56,\"7090\":16346.77,\"7091\":171004.66,\"7092\":1294.37,\"7093\":2304.57,\"7094\":579.33,\"7095\":305580.0,\"7096\":null,\"7097\":2544.72,\"7098\":739.6,\"7099\":450.12,\"7100\":43071.29,\"7101\":164268.29,\"7102\":279.56,\"7103\":1941.0,\"7104\":927.58,\"7105\":946029.65,\"7106\":0.02,\"7107\":360.0,\"7108\":7506.4,\"7109\":2237.4,\"7110\":809.56,\"7111\":205060.0,\"7112\":631.49,\"7113\":13824.0,\"7114\":23814.52,\"7115\":null,\"7116\":69933.81,\"7117\":165079.38,\"7118\":8.5,\"7119\":405168.0,\"7120\":40646.53,\"7121\":6886.96,\"7122\":497.9,\"7123\":685.87,\"7124\":1069.8,\"7125\":80980.88,\"7126\":2205.11,\"7127\":517.74,\"7128\":742.86,\"7129\":585.4,\"7130\":3994.8,\"7131\":427.44,\"7132\":1334.75,\"7133\":6892.7,\"7134\":null,\"7135\":10588.13,\"7136\":5164.8,\"7137\":366.96,\"7138\":2470.2,\"7139\":102.3,\"7140\":323.48,\"7141\":29624.82,\"7142\":44763.61,\"7143\":null,\"7144\":988598.3199999999,\"7145\":null,\"7146\":120886.46,\"7147\":1551.66,\"7148\":768.9,\"7149\":null,\"7150\":1162.8,\"7151\":33923.63,\"7152\":null,\"7153\":39241.13,\"7154\":377239.56,\"7155\":null,\"7156\":null,\"7157\":67558.09,\"7158\":273159.92,\"7159\":142562.27,\"7160\":126443.98,\"7161\":null,\"7162\":790.3,\"7163\":639.25,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64478.47,\"7168\":164840.85,\"7169\":170266.6,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22684.35,\"7174\":45249.41,\"7175\":48280.55,\"7176\":647.07,\"7177\":75523.16,\"7178\":741.04,\"7179\":6164.4,\"7180\":2846.72,\"7181\":30044.33,\"7182\":32005.31,\"7183\":57657.61,\"7184\":null,\"7185\":19386.73,\"7186\":653.82,\"7187\":5623.2,\"7188\":324.6,\"7189\":9189.6,\"7190\":6632.18,\"7191\":329.93,\"7192\":8480.0,\"7193\":9564.33,\"7194\":1626.24,\"7195\":1709.4,\"7196\":154.04,\"7197\":2.4,\"7198\":16458.0,\"7199\":9457.0,\"7200\":3231.8,\"7201\":7852.41,\"7202\":15485.69,\"7203\":18654.43,\"7204\":19275.94,\"7205\":2703.95,\"7206\":14347.5,\"7207\":14040.2,\"7208\":null,\"7209\":12258.0,\"7210\":19474.25,\"7211\":19448.79,\"7212\":19273.95,\"7213\":6559.2,\"7214\":454.6,\"7215\":9776.1,\"7216\":4694.0,\"7217\":null,\"7218\":1280.0,\"7219\":null,\"7220\":6369.2,\"7221\":5371.0,\"7222\":408.86,\"7223\":2122.25,\"7224\":333.73,\"7225\":1995.0,\"7226\":238.36,\"7227\":11105.76,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":1080.93,\"7233\":910.8,\"7234\":477.4,\"7235\":770.1,\"7236\":null,\"7237\":null,\"7238\":145.44,\"7239\":null,\"7240\":2000.0,\"7241\":5260.6,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":5584.17,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":2748.31,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":2367.33,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":5200.6,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19909.86,\"7276\":19910.66,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1566.13,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5601.2,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":6.96,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3868.33,\"7363\":1914.0,\"7364\":7188.0,\"7365\":125349.83,\"7366\":1854.0,\"7367\":3243.12,\"7368\":711.15,\"7369\":11.26,\"7370\":417.95,\"7371\":12243.0,\"7372\":null,\"7373\":184.8,\"7374\":3045.74,\"7375\":1748.34,\"7376\":739.3,\"7377\":1614.6,\"7378\":2258.0,\"7379\":18312.0,\"7380\":60560.5,\"7381\":503165.33,\"7382\":14328.0,\"7383\":1514.37,\"7384\":16708.8,\"7385\":34784.74,\"7386\":8114.33,\"7387\":817.08,\"7388\":1505.28,\"7389\":840.36,\"7390\":13356.23,\"7391\":621.72,\"7392\":null,\"7393\":null,\"7394\":25136.13,\"7395\":null,\"7396\":5823.5,\"7397\":939.79,\"7398\":246277.11,\"7399\":160190.88,\"7400\":6914.45,\"7401\":510010.0,\"7402\":null,\"7403\":20650.62,\"7404\":32839.8,\"7405\":20965.92,\"7406\":9974.8,\"7407\":24522.43,\"7408\":10058.01,\"7409\":16765.02,\"7410\":171188.02,\"7411\":1412.15,\"7412\":2303.38,\"7413\":578.58,\"7414\":null,\"7415\":null,\"7416\":1785.72,\"7417\":744.23,\"7418\":322.52,\"7419\":33961.62,\"7420\":90405.26,\"7421\":null,\"7422\":1913.4,\"7423\":678.51,\"7424\":1039744.91,\"7425\":0.05,\"7426\":600.0,\"7427\":7497.6,\"7428\":6598.96,\"7429\":808.83,\"7430\":207000.0,\"7431\":642.43,\"7432\":15408.0,\"7433\":34927.22,\"7434\":69358.25,\"7435\":164145.84,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":506.88,\"7442\":672.48,\"7443\":883.35,\"7444\":80950.56,\"7445\":2206.83,\"7446\":455.6,\"7447\":null,\"7448\":523.85,\"7449\":4173.6,\"7450\":425.16,\"7451\":1317.5,\"7452\":7074.91,\"7453\":null,\"7454\":19779.3,\"7455\":7017.6,\"7456\":385.51,\"7457\":1611.6,\"7458\":227.7,\"7459\":306.67,\"7460\":29953.48,\"7461\":50178.66,\"7462\":null,\"7463\":891189.29,\"7464\":null,\"7465\":815917.15,\"7466\":1548.96,\"7467\":771.32,\"7468\":1783.91,\"7469\":1420.2,\"7470\":34724.85,\"7471\":null,\"7472\":532256.5,\"7473\":null,\"7474\":118749.15,\"7475\":null,\"7476\":140006.99,\"7477\":72457.73,\"7478\":2052.0,\"7479\":789.32,\"7480\":2100.25,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":59082.44,\"7485\":162321.9,\"7486\":171458.0,\"7487\":null,\"7488\":null,\"7489\":null,\"7490\":22667.05,\"7491\":45321.58,\"7492\":48454.46,\"7493\":646.35,\"7494\":75701.17,\"7495\":733.04,\"7496\":8456.8,\"7497\":2899.18,\"7498\":30185.98,\"7499\":31673.21,\"7500\":57781.1,\"7501\":57771.72,\"7502\":19291.5,\"7503\":653.55,\"7504\":5626.8,\"7505\":null,\"7506\":9189.6,\"7507\":6774.41,\"7508\":317.46,\"7509\":178.52,\"7510\":8400.0,\"7511\":9557.21,\"7512\":1619.88,\"7513\":1734.04,\"7514\":148.9,\"7515\":15186.0,\"7516\":9212.0,\"7517\":2510.2,\"7518\":5418.39,\"7519\":16357.27,\"7520\":19226.32,\"7521\":19526.16,\"7522\":1727.0,\"7523\":14797.6,\"7524\":14491.2,\"7525\":null,\"7526\":12762.0,\"7527\":19632.66,\"7528\":18603.94,\"7529\":19489.89,\"7530\":4806.0,\"7531\":493.9,\"7532\":9061.6,\"7533\":10324.0,\"7534\":1944.41,\"7535\":1705.0,\"7536\":null,\"7537\":3095.5,\"7538\":1503.0,\"7539\":408.86,\"7540\":1610.56,\"7541\":332.58,\"7542\":1915.0,\"7543\":1369.02,\"7544\":17034.92,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":186.27,\"7550\":812.46,\"7551\":319.88,\"7552\":null,\"7553\":null,\"7554\":300.48,\"7555\":null,\"7556\":2000.0,\"7557\":5101.5,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4384.7,\"7563\":null,\"7564\":null,\"7565\":7349.28,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":10240.97,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4671.85,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19925.75,\"7591\":19942.35,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1446.83,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":443.98,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":65.55,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3868.33,\"7679\":1914.0,\"7680\":7176.0,\"7681\":399414.82,\"7682\":1854.0,\"7683\":3644.27,\"7684\":709.94,\"7685\":95.22,\"7686\":null,\"7687\":430.88,\"7688\":11550.0,\"7689\":15563.7,\"7690\":null,\"7691\":2168.92,\"7692\":1809.39,\"7693\":763.06,\"7694\":2314.8,\"7695\":2068.0,\"7696\":17524.0,\"7697\":60593.76,\"7698\":507928.82,\"7699\":14792.0,\"7700\":864.27,\"7701\":17586.08,\"7702\":37791.16,\"7703\":7960.33,\"7704\":1181.34,\"7705\":3700.48,\"7706\":865.92,\"7707\":17948.42,\"7708\":633.6,\"7709\":null,\"7710\":null,\"7711\":26353.14,\"7712\":null,\"7713\":4806.79,\"7714\":939.79,\"7715\":245565.14,\"7716\":158426.69,\"7717\":5986.41,\"7718\":null,\"7719\":null,\"7720\":15088.12,\"7721\":196459.84,\"7722\":15466.38,\"7723\":17991.6,\"7724\":22872.81,\"7725\":11336.55,\"7726\":17810.41,\"7727\":171196.0,\"7728\":1434.92,\"7729\":1653.39,\"7730\":585.96,\"7731\":null,\"7732\":null,\"7733\":2298.28,\"7734\":744.13,\"7735\":403.73,\"7736\":41552.92,\"7737\":90377.68,\"7738\":537.86,\"7739\":1907.4,\"7740\":null,\"7741\":841.36,\"7742\":1141641.5900000001,\"7743\":0.04,\"7744\":438.0,\"7745\":6923.4,\"7746\":4643.43,\"7747\":821.81,\"7748\":205020.0,\"7749\":627.77,\"7750\":14652.0,\"7751\":35592.95,\"7752\":69077.72,\"7753\":164623.29,\"7754\":null,\"7755\":403972.0,\"7756\":null,\"7757\":null,\"7758\":8417.39,\"7759\":494.34,\"7760\":696.06,\"7761\":1470.75,\"7762\":80920.86,\"7763\":2208.56,\"7764\":540.44,\"7765\":579.96,\"7766\":615.64,\"7767\":3853.2,\"7768\":426.48,\"7769\":null,\"7770\":1469.74,\"7771\":7163.87,\"7772\":289.35,\"7773\":19497.35,\"7774\":6676.8,\"7775\":382.6,\"7776\":2525.4,\"7777\":237.6,\"7778\":338.75,\"7779\":29721.01,\"7780\":49911.13,\"7781\":null,\"7782\":893011.3100000001,\"7783\":null,\"7784\":120825.76,\"7785\":1609.5,\"7786\":674.96,\"7787\":1343.93,\"7788\":1009.8,\"7789\":313747.06,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":103027.82,\"7794\":97509.16,\"7795\":2048.0,\"7796\":790.16,\"7797\":679.49,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55024.59,\"7802\":159353.83,\"7803\":170031.65,\"7804\":null,\"7805\":22650.66,\"7806\":45280.64,\"7807\":48436.4,\"7808\":646.83,\"7809\":75504.93,\"7810\":643.03,\"7811\":8507.4,\"7812\":2587.09,\"7813\":29520.52,\"7814\":31730.85,\"7815\":52857.59,\"7816\":51832.48,\"7817\":12163.44,\"7818\":652.08,\"7819\":6901.2,\"7820\":null,\"7821\":9189.6,\"7822\":6750.15,\"7823\":326.77,\"7824\":188.78,\"7825\":6720.0,\"7826\":9565.0,\"7827\":1496.28,\"7828\":1793.0,\"7829\":326.57,\"7830\":10535.0,\"7831\":7810.0,\"7832\":2494.8,\"7833\":10641.23,\"7834\":16657.04,\"7835\":16865.99,\"7836\":17360.13,\"7837\":947.76,\"7838\":14796.1,\"7839\":14479.8,\"7840\":null,\"7841\":11862.0,\"7842\":19691.21,\"7843\":18665.36,\"7844\":19556.79,\"7845\":5227.2,\"7846\":548.9,\"7847\":10030.6,\"7848\":8358.0,\"7849\":1.91,\"7850\":1378.3,\"7851\":null,\"7852\":2902.0,\"7853\":7495.0,\"7854\":408.86,\"7855\":1657.94,\"7856\":331.66,\"7857\":1879.0,\"7858\":null,\"7859\":15105.83,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":266.93,\"7865\":805.86,\"7866\":291.28,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":252.48,\"7871\":null,\"7872\":2000.0,\"7873\":5390.5,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4097.74,\"7879\":null,\"7880\":null,\"7881\":2823.93,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":5516.92,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":3973.64,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19926.4,\"7905\":19923.27,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":0.15,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1683.88,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":151.68,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3868.33,\"7993\":2277.0,\"7994\":7173.6,\"7995\":162896.76,\"7996\":2548.8,\"7997\":3939.69,\"7998\":708.62,\"7999\":null,\"8000\":null,\"8001\":430.24,\"8002\":12507.0,\"8003\":14736.22,\"8004\":null,\"8005\":2162.98,\"8006\":1800.15,\"8007\":721.26,\"8008\":2550.6,\"8009\":1704.0,\"8010\":16860.0,\"8011\":60637.25,\"8012\":503879.33,\"8013\":14208.0,\"8014\":1342.44,\"8015\":17497.65,\"8016\":49658.07,\"8017\":8143.67,\"8018\":957.38,\"8019\":3699.52,\"8020\":769.21,\"8021\":14237.15,\"8022\":642.62,\"8023\":null,\"8024\":null,\"8025\":25138.21,\"8026\":null,\"8027\":4530.18,\"8028\":940.78,\"8029\":227985.05,\"8030\":128490.21,\"8031\":5614.97,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":13831.35,\"8036\":41886.14,\"8037\":14922.8,\"8038\":18200.6,\"8039\":19336.37,\"8040\":10263.61,\"8041\":16767.07,\"8042\":39482.92,\"8043\":1370.75,\"8044\":1463.75,\"8045\":552.5,\"8046\":null,\"8047\":2486.19,\"8048\":735.76,\"8049\":421.49,\"8050\":7029.1,\"8051\":90463.79,\"8052\":4036.86,\"8053\":1849.2,\"8054\":null,\"8055\":808.01,\"8056\":1135253.5,\"8057\":602354.53,\"8058\":456.0,\"8059\":7262.2,\"8060\":7521.99,\"8061\":829.62,\"8062\":205120.0,\"8063\":600.24,\"8064\":15048.0,\"8065\":34880.23,\"8066\":69378.33,\"8067\":162512.08,\"8068\":2894.0,\"8069\":null,\"8070\":565368.38,\"8071\":40435.44,\"8072\":8570.44,\"8073\":488.0,\"8074\":653.87,\"8075\":824.85,\"8076\":81017.79,\"8077\":2222.33,\"8078\":533.38,\"8079\":730.62,\"8080\":687.35,\"8081\":3469.2,\"8082\":411.84,\"8083\":1492.62,\"8084\":13857.13,\"8085\":3279.6,\"8086\":18455.79,\"8087\":8702.4,\"8088\":370.0,\"8089\":2534.4,\"8090\":237.6,\"8091\":277.74,\"8092\":29443.37,\"8093\":49606.98,\"8094\":null,\"8095\":1091269.5,\"8096\":null,\"8097\":120164.93,\"8098\":1606.08,\"8099\":632.72,\"8100\":1254.16,\"8101\":698.4,\"8102\":436242.95,\"8103\":176681.9,\"8104\":73555.86,\"8105\":72405.39,\"8106\":2044.0,\"8107\":790.3,\"8108\":0.02,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":55167.3,\"8113\":75168.94,\"8114\":86972.2,\"8115\":null,\"8116\":null,\"8117\":29767.08,\"8118\":45338.28,\"8119\":49300.45,\"8120\":645.75,\"8121\":75530.61,\"8122\":634.04,\"8123\":4943.4,\"8124\":2772.34,\"8125\":29765.79,\"8126\":30674.26,\"8127\":56795.97,\"8128\":19317.13,\"8129\":583.5,\"8130\":9057.6,\"8131\":null,\"8132\":9189.6,\"8133\":6781.34,\"8134\":353.1,\"8135\":54.51,\"8136\":6160.0,\"8137\":9366.34,\"8138\":1655.64,\"8139\":1716.0,\"8140\":150.48,\"8141\":16837.0,\"8142\":14206.0,\"8143\":4070.0,\"8144\":19840.76,\"8145\":15381.75,\"8146\":19303.62,\"8147\":19579.35,\"8148\":1395.09,\"8149\":17241.7,\"8150\":16894.7,\"8151\":null,\"8152\":12438.0,\"8153\":19694.35,\"8154\":19617.76,\"8155\":19557.97,\"8156\":6012.0,\"8157\":886.7,\"8158\":8618.2,\"8159\":4922.0,\"8160\":1442.5,\"8161\":null,\"8162\":4844.4,\"8163\":5445.0,\"8164\":408.86,\"8165\":2054.84,\"8166\":331.89,\"8167\":1919.0,\"8168\":1143.99,\"8169\":20035.84,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":149.6,\"8175\":780.78,\"8176\":null,\"8177\":316.8,\"8178\":null,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":6095.3,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5056.17,\"8190\":null,\"8191\":null,\"8192\":2256.97,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4227.95,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3950.78,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19960.36,\"8218\":19950.14,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":2114.59,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":897.0,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2303.4,\"8306\":7179.6,\"8307\":321826.31,\"8308\":7038.0,\"8309\":null,\"8310\":712.03,\"8311\":187.7,\"8312\":null,\"8313\":431.2,\"8314\":12463.0,\"8315\":15907.56,\"8316\":null,\"8317\":2117.94,\"8318\":1746.69,\"8319\":737.6,\"8320\":3060.0,\"8321\":808.0,\"8322\":16916.0,\"8323\":60647.3,\"8324\":493434.18,\"8325\":12080.0,\"8326\":871.2,\"8327\":14032.9,\"8328\":38976.61,\"8329\":6581.67,\"8330\":781.71,\"8331\":3700.48,\"8332\":780.93,\"8333\":14629.99,\"8334\":579.04,\"8335\":null,\"8336\":null,\"8337\":28129.31,\"8338\":null,\"8339\":7407.23,\"8340\":937.81,\"8341\":131474.27,\"8342\":92127.59,\"8343\":9113.68,\"8344\":389000.0,\"8345\":null,\"8346\":null,\"8347\":38838.11,\"8348\":395804.71,\"8349\":16154.1,\"8350\":18625.2,\"8351\":12564.38,\"8352\":12968.33,\"8353\":17292.88,\"8354\":108401.46,\"8355\":1102.48,\"8356\":1379.98,\"8357\":576.83,\"8358\":null,\"8359\":2626.37,\"8360\":678.38,\"8361\":395.66,\"8362\":9941.46,\"8363\":90524.62,\"8364\":1945.52,\"8365\":1891.2,\"8366\":15276.8,\"8367\":819.75,\"8368\":1141088.9099999999,\"8369\":148207.91,\"8370\":510.0,\"8371\":10540.2,\"8372\":6006.03,\"8373\":826.32,\"8374\":205140.0,\"8375\":572.84,\"8376\":14832.0,\"8377\":35208.19,\"8378\":50472.73,\"8379\":52335.06,\"8380\":null,\"8381\":601911.29,\"8382\":null,\"8383\":7652.17,\"8384\":null,\"8385\":683.5,\"8386\":827.7,\"8387\":81106.63,\"8388\":2227.49,\"8389\":474.84,\"8390\":805.14,\"8391\":426.67,\"8392\":5278.8,\"8393\":411.96,\"8394\":622.14,\"8395\":19495.83,\"8396\":1474.65,\"8397\":19974.35,\"8398\":2697.6,\"8399\":381.74,\"8400\":1855.2,\"8401\":264.0,\"8402\":321.61,\"8403\":29667.37,\"8404\":49046.28,\"8405\":null,\"8406\":1201152.3400000001,\"8407\":null,\"8408\":120097.29,\"8409\":1424.58,\"8410\":650.54,\"8411\":1463.67,\"8412\":997.2,\"8413\":214292.63,\"8414\":342449.59,\"8415\":null,\"8416\":27730.44,\"8417\":73273.07,\"8418\":73236.79,\"8419\":null,\"8420\":791.28,\"8421\":null,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":89946.58,\"8426\":136803.8,\"8427\":null,\"8428\":22667.94,\"8429\":45559.81,\"8430\":47727.07,\"8431\":630.39,\"8432\":75587.68,\"8433\":689.4,\"8434\":7609.8,\"8435\":1913.66,\"8436\":17999.45,\"8437\":49338.15,\"8438\":48903.0,\"8439\":19302.61,\"8440\":653.55,\"8441\":9810.0,\"8442\":null,\"8443\":9189.6,\"8444\":6760.38,\"8445\":346.1,\"8446\":null,\"8447\":8080.0,\"8448\":4958.05,\"8449\":1688.88,\"8450\":null,\"8451\":142.16,\"8452\":null,\"8453\":11555.0,\"8454\":11816.0,\"8455\":2675.2,\"8456\":13719.13,\"8457\":15960.07,\"8458\":10504.62,\"8459\":11137.35,\"8460\":1008.63,\"8461\":13978.6,\"8462\":13681.2,\"8463\":null,\"8464\":4428.0,\"8465\":19581.79,\"8466\":19508.35,\"8467\":19444.98,\"8468\":1800.0,\"8469\":756.7,\"8470\":10179.3,\"8471\":1992.0,\"8472\":1548.6,\"8473\":null,\"8474\":3175.7,\"8475\":6646.0,\"8476\":408.86,\"8477\":2142.16,\"8478\":328.67,\"8479\":2251.0,\"8480\":550.9,\"8481\":18002.7,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":699.6,\"8487\":792.66,\"8488\":null,\"8489\":353.76,\"8490\":502.2,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5662.7,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4568.35,\"8501\":null,\"8502\":null,\"8503\":2302.98,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":3969.43,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":3627.2,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19953.35,\"8529\":19953.94,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1320.83,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5569.3,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":null,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3525.33,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":2488.2,\"8618\":7173.6,\"8619\":405833.26,\"8620\":6066.0,\"8621\":4939.25,\"8622\":712.14,\"8623\":null,\"8624\":90.0,\"8625\":431.48,\"8626\":13563.0,\"8627\":15690.41,\"8628\":null,\"8629\":2112.99,\"8630\":1765.5,\"8631\":755.32,\"8632\":2672.1,\"8633\":808.0,\"8634\":16552.0,\"8635\":60627.48,\"8636\":505412.02,\"8637\":12856.0,\"8638\":817.08,\"8639\":11782.48,\"8640\":35720.77,\"8641\":6754.0,\"8642\":919.14,\"8643\":3701.12,\"8644\":881.24,\"8645\":18025.37,\"8646\":607.42,\"8647\":null,\"8648\":null,\"8649\":26063.39,\"8650\":null,\"8651\":8573.43,\"8652\":941.78,\"8653\":245825.44,\"8654\":94519.68,\"8655\":8919.37,\"8656\":43330.0,\"8657\":null,\"8658\":null,\"8659\":21873.7,\"8660\":395804.78,\"8661\":16590.37,\"8662\":16040.2,\"8663\":null,\"8664\":16306.71,\"8665\":16747.46,\"8666\":170283.62,\"8667\":1247.8,\"8668\":1492.56,\"8669\":591.08,\"8670\":null,\"8671\":2337.72,\"8672\":726.71,\"8673\":380.57,\"8674\":38222.35,\"8675\":null,\"8676\":3991.44,\"8677\":2167.8,\"8678\":14687.2,\"8679\":847.17,\"8680\":1105770.8899999999,\"8681\":598419.79,\"8682\":324.0,\"8683\":9871.4,\"8684\":5847.01,\"8685\":826.54,\"8686\":205170.0,\"8687\":613.22,\"8688\":8820.0,\"8689\":35364.96,\"8690\":69516.75,\"8691\":162159.89,\"8692\":403742.0,\"8693\":582034.65,\"8694\":null,\"8695\":40094.94,\"8696\":7652.17,\"8697\":499.75,\"8698\":687.42,\"8699\":1629.75,\"8700\":81080.79,\"8701\":2224.05,\"8702\":529.98,\"8703\":936.72,\"8704\":1065.25,\"8705\":4266.0,\"8706\":411.24,\"8707\":1721.41,\"8708\":13936.04,\"8709\":4360.05,\"8710\":19967.7,\"8711\":7171.2,\"8712\":347.42,\"8713\":2587.8,\"8714\":260.7,\"8715\":259.17,\"8716\":29752.06,\"8717\":47374.83,\"8718\":null,\"8719\":null,\"8720\":null,\"8721\":599538.78,\"8722\":1614.0,\"8723\":554.4,\"8724\":1199.69,\"8725\":981.0,\"8726\":340597.63,\"8727\":66664.68,\"8728\":122025.87,\"8729\":71864.2,\"8730\":71867.13,\"8731\":2064.0,\"8732\":789.04,\"8733\":null,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":156799.27,\"8738\":162213.55,\"8739\":null,\"8740\":null,\"8741\":22381.82,\"8742\":45085.15,\"8743\":47841.23,\"8744\":598.23,\"8745\":75567.47,\"8746\":729.5,\"8747\":5148.0,\"8748\":2791.28,\"8749\":26128.41,\"8750\":49122.43,\"8751\":null,\"8752\":19306.94,\"8753\":653.52,\"8754\":10018.8,\"8755\":0.6,\"8756\":9189.6,\"8757\":6743.06,\"8758\":338.51,\"8759\":0.02,\"8760\":5680.0,\"8761\":4969.1,\"8762\":1549.68,\"8763\":1712.92,\"8764\":154.04,\"8765\":null,\"8766\":13517.0,\"8767\":16894.0,\"8768\":5084.2,\"8769\":19658.58,\"8770\":16659.68,\"8771\":10806.48,\"8772\":11446.58,\"8773\":1036.79,\"8774\":13067.1,\"8775\":12787.5,\"8776\":null,\"8777\":19764.58,\"8778\":19644.59,\"8779\":19625.34,\"8780\":2343.6,\"8781\":763.7,\"8782\":null,\"8783\":2102.0,\"8784\":1332.3,\"8785\":null,\"8786\":7182.6,\"8787\":6691.0,\"8788\":408.86,\"8789\":2229.02,\"8790\":327.52,\"8791\":2119.0,\"8792\":1267.09,\"8793\":16378.56,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":66.0,\"8799\":753.72,\"8800\":null,\"8801\":317.68,\"8802\":648.0,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5312.9,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4287.13,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":4809.34,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19943.72,\"8841\":19936.15,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1329.52,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4720.18,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3861.0,\"8929\":2461.8,\"8930\":7236.0,\"8931\":20619.0,\"8932\":5389.2,\"8933\":4439.16,\"8934\":708.95,\"8935\":null,\"8936\":null,\"8937\":426.43,\"8938\":13189.0,\"8939\":null,\"8940\":198.0,\"8941\":2155.06,\"8942\":1752.3,\"8943\":759.46,\"8944\":2998.8,\"8945\":807.0,\"8946\":17524.0,\"8947\":60636.59,\"8948\":471992.13,\"8949\":14784.0,\"8950\":634.59,\"8951\":18100.78,\"8952\":30078.55,\"8953\":8198.67,\"8954\":295.08,\"8955\":3700.16,\"8956\":824.39,\"8957\":15616.94,\"8958\":619.3,\"8959\":null,\"8960\":null,\"8961\":28091.82,\"8962\":null,\"8963\":5327.68,\"8964\":942.77,\"8965\":245000.65,\"8966\":83114.77,\"8967\":6510.6,\"8968\":203730.0,\"8969\":null,\"8970\":null,\"8971\":18315.11,\"8972\":395960.8,\"8973\":15482.59,\"8974\":9229.0,\"8975\":null,\"8976\":14887.32,\"8977\":17013.36,\"8978\":115196.88,\"8979\":1172.65,\"8980\":1537.91,\"8981\":582.83,\"8982\":null,\"8983\":null,\"8984\":1688.43,\"8985\":726.51,\"8986\":427.82,\"8987\":31044.65,\"8988\":2410.01,\"8989\":1951.2,\"8990\":12166.0,\"8991\":888.55,\"8992\":1153648.5800000001,\"8993\":500160.31,\"8994\":444.0,\"8995\":6910.2,\"8996\":7601.9,\"8997\":822.58,\"8998\":189200.0,\"8999\":531.0,\"9000\":13536.0,\"9001\":40484.42,\"9002\":64436.38,\"9003\":102777.41,\"9004\":1701.5,\"9005\":404294.0,\"9006\":null,\"9007\":39572.45,\"9008\":4285.22,\"9009\":524.7,\"9010\":688.21,\"9011\":1789.95,\"9012\":81362.9,\"9013\":2230.93,\"9014\":null,\"9015\":940.86,\"9016\":896.07,\"9017\":9171.6,\"9018\":412.44,\"9019\":null,\"9020\":7082.8,\"9021\":4351.95,\"9022\":19938.93,\"9023\":10214.4,\"9024\":374.62,\"9025\":2301.6,\"9026\":262.35,\"9027\":249.48,\"9028\":30054.94,\"9029\":50006.41,\"9030\":null,\"9031\":859278.29,\"9032\":null,\"9033\":820363.03,\"9034\":1614.0,\"9035\":647.46,\"9036\":1144.8,\"9037\":1018.8,\"9038\":null,\"9039\":66642.68,\"9040\":159254.07,\"9041\":142956.59,\"9042\":119215.1,\"9043\":null,\"9044\":790.86,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":36297.6,\"9050\":155346.41,\"9051\":164940.45,\"9052\":15715.94,\"9053\":17903.82,\"9054\":null,\"9055\":44874.32,\"9056\":47854.38,\"9057\":652.23,\"9058\":75579.1,\"9059\":681.39,\"9060\":6637.4,\"9061\":302.57,\"9062\":17297.22,\"9063\":31546.22,\"9064\":19350.96,\"9065\":652.5,\"9066\":10022.4,\"9067\":null,\"9068\":9189.6,\"9069\":6748.83,\"9070\":350.72,\"9071\":3.45,\"9072\":6720.0,\"9073\":4990.13,\"9074\":1707.48,\"9075\":1798.72,\"9076\":149.16,\"9077\":9217.0,\"9078\":13325.0,\"9079\":4932.4,\"9080\":18441.44,\"9081\":15275.61,\"9082\":10225.16,\"9083\":10224.5,\"9084\":502.77,\"9085\":12849.5,\"9086\":12571.3,\"9087\":null,\"9088\":19748.85,\"9089\":19629.01,\"9090\":19614.78,\"9091\":6652.8,\"9092\":540.2,\"9093\":10188.4,\"9094\":7698.0,\"9095\":1399.8,\"9096\":null,\"9097\":6948.6,\"9098\":4692.0,\"9099\":408.86,\"9100\":2248.22,\"9101\":326.6,\"9102\":2722.0,\"9103\":1237.45,\"9104\":12228.4,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":881.47,\"9110\":938.52,\"9111\":null,\"9112\":435.6,\"9113\":799.5,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5577.1,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3879.65,\"9124\":null,\"9125\":216.15,\"9126\":null,\"9127\":1116.65,\"9128\":null,\"9129\":null,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":1384.13,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19959.07,\"9152\":19953.19,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1245.37,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2103.35,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3868.33,\"9239\":2442.0,\"9240\":7251.6,\"9241\":405714.17,\"9242\":7718.4,\"9243\":5428.56,\"9244\":707.3,\"9245\":59.05,\"9246\":10.0,\"9247\":430.49,\"9248\":13728.0,\"9249\":null,\"9250\":217.8,\"9251\":2152.09,\"9252\":1757.91,\"9253\":784.39,\"9254\":805.0,\"9255\":16940.0,\"9256\":60622.32,\"9257\":495801.77,\"9258\":10816.0,\"9259\":1057.32,\"9260\":10077.17,\"9261\":37697.24,\"9262\":8169.33,\"9263\":426.94,\"9264\":3700.48,\"9265\":813.37,\"9266\":25697.45,\"9267\":598.18,\"9268\":null,\"9269\":null,\"9270\":28099.85,\"9271\":6111.0,\"9272\":4701.22,\"9273\":942.77,\"9274\":255000.0,\"9275\":5778.43,\"9276\":99020.0,\"9277\":null,\"9278\":16088.42,\"9279\":395890.78,\"9280\":14281.84,\"9281\":null,\"9282\":null,\"9283\":12898.43,\"9284\":12184.65,\"9285\":121684.48,\"9286\":1376.76,\"9287\":1405.8,\"9288\":576.83,\"9289\":150315.0,\"9290\":null,\"9291\":2518.5,\"9292\":728.18,\"9293\":425.49,\"9294\":57004.92,\"9295\":90577.65,\"9296\":2129.27,\"9297\":2754.6,\"9298\":null,\"9299\":874.89,\"9300\":1175597.6499999999,\"9301\":600093.8,\"9302\":582.0,\"9303\":6908.0,\"9304\":7595.08,\"9305\":822.58,\"9306\":166710.0,\"9307\":580.88,\"9308\":12996.0,\"9309\":35294.17,\"9310\":65000.79,\"9311\":51308.05,\"9312\":null,\"9313\":null,\"9314\":587774.14,\"9315\":null,\"9316\":19296.35,\"9317\":null,\"9318\":568.39,\"9319\":693.83,\"9320\":2275.65,\"9321\":81096.48,\"9322\":2224.05,\"9323\":531.86,\"9324\":null,\"9325\":1050.43,\"9326\":8878.8,\"9327\":411.72,\"9328\":1842.81,\"9329\":8813.15,\"9330\":4354.2,\"9331\":19834.9,\"9332\":14049.6,\"9333\":366.5,\"9334\":2683.8,\"9335\":null,\"9336\":260.73,\"9337\":29538.23,\"9338\":50098.99,\"9339\":null,\"9340\":null,\"9341\":null,\"9342\":820021.6,\"9343\":1603.26,\"9344\":706.64,\"9345\":1139.2,\"9346\":1137.6,\"9347\":179169.09,\"9348\":null,\"9349\":124272.61,\"9350\":73520.4,\"9351\":71705.18,\"9352\":null,\"9353\":789.32,\"9354\":null,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54654.84,\"9359\":72952.68,\"9360\":135701.2,\"9361\":null,\"9362\":8197.93,\"9363\":44448.35,\"9364\":47649.16,\"9365\":660.57,\"9366\":76646.78,\"9367\":630.24,\"9368\":null,\"9369\":1770.64,\"9370\":26168.51,\"9371\":null,\"9372\":49392.87,\"9373\":19306.43,\"9374\":651.75,\"9375\":18921.6,\"9376\":67.2,\"9377\":9189.6,\"9378\":6761.37,\"9379\":398.71,\"9380\":null,\"9381\":6640.0,\"9382\":9562.38,\"9383\":1521.36,\"9384\":1723.48,\"9385\":263.47,\"9386\":9218.0,\"9387\":19190.0,\"9388\":4774.0,\"9389\":19228.51,\"9390\":16523.64,\"9391\":10202.32,\"9392\":10858.53,\"9393\":395.27,\"9394\":12980.1,\"9395\":12707.5,\"9396\":null,\"9397\":19715.69,\"9398\":19628.16,\"9399\":19623.35,\"9400\":797.2,\"9401\":15929.9,\"9402\":4374.0,\"9403\":null,\"9404\":1646.1,\"9405\":null,\"9406\":7178.6,\"9407\":5555.0,\"9408\":408.86,\"9409\":1819.83,\"9410\":366.16,\"9411\":3079.0,\"9412\":1396.78,\"9413\":14929.33,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":1036.93,\"9419\":756.36,\"9420\":null,\"9421\":679.8,\"9422\":1234.5,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5305.5,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4482.26,\"9433\":null,\"9434\":null,\"9435\":970.21,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.75,\"9442\":null,\"9443\":1339.23,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19955.33,\"9460\":19956.42,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1424.5,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4040.53,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3853.67,\"9547\":2079.0,\"9548\":7252.8,\"9549\":377939.73,\"9550\":10497.6,\"9551\":8269.67,\"9552\":707.74,\"9553\":null,\"9554\":180.0,\"9555\":427.52,\"9556\":12881.0,\"9557\":null,\"9558\":191.4,\"9559\":1371.81,\"9560\":1250.04,\"9561\":796.63,\"9562\":805.0,\"9563\":15400.0,\"9564\":60111.91,\"9565\":495494.92,\"9566\":1933.8,\"9567\":10976.93,\"9568\":51119.83,\"9569\":8151.0,\"9570\":887.23,\"9571\":3700.48,\"9572\":864.07,\"9573\":29629.99,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":28094.93,\"9578\":9506.0,\"9579\":5184.8,\"9580\":942.77,\"9581\":255000.0,\"9582\":6412.87,\"9583\":null,\"9584\":null,\"9585\":21816.96,\"9586\":396291.27,\"9587\":16082.59,\"9588\":10868.0,\"9589\":null,\"9590\":14330.83,\"9591\":6886.65,\"9592\":null,\"9593\":1851.41,\"9594\":1344.08,\"9595\":589.71,\"9596\":174955.0,\"9597\":null,\"9598\":2416.38,\"9599\":558.89,\"9600\":416.59,\"9601\":70508.72,\"9602\":null,\"9603\":1956.15,\"9604\":2490.0,\"9605\":10986.8,\"9606\":829.1,\"9607\":1137382.6599999999,\"9608\":0.02,\"9609\":684.0,\"9610\":6943.2,\"9611\":7592.31,\"9612\":824.54,\"9613\":187530.0,\"9614\":528.6,\"9615\":11196.0,\"9616\":36190.99,\"9617\":40288.93,\"9618\":34015.77,\"9619\":817.5,\"9620\":603767.51,\"9621\":38333.43,\"9622\":4285.22,\"9623\":27.46,\"9624\":null,\"9625\":3200.85,\"9626\":81009.9,\"9627\":2220.61,\"9628\":525.53,\"9629\":null,\"9630\":826.98,\"9631\":9820.8,\"9632\":411.48,\"9633\":null,\"9634\":null,\"9635\":19614.2,\"9636\":4352.4,\"9637\":19757.14,\"9638\":null,\"9639\":365.71,\"9640\":2668.8,\"9641\":178.2,\"9642\":332.89,\"9643\":29637.06,\"9644\":50175.94,\"9645\":null,\"9646\":925903.27,\"9647\":null,\"9648\":819765.1899999999,\"9649\":1220.58,\"9650\":725.78,\"9651\":1104.49,\"9652\":1389.6,\"9653\":13267.7,\"9654\":66155.74,\"9655\":123631.88,\"9656\":72568.48,\"9657\":72791.78,\"9658\":null,\"9659\":786.94,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":54738.16,\"9664\":70197.42,\"9665\":66899.7,\"9666\":null,\"9667\":null,\"9668\":45300.74,\"9669\":47674.67,\"9670\":492.12,\"9671\":76503.66,\"9672\":640.04,\"9673\":6399.8,\"9674\":2747.21,\"9675\":17925.74,\"9676\":50504.71,\"9677\":19318.58,\"9678\":652.08,\"9679\":14738.4,\"9680\":null,\"9681\":9189.6,\"9682\":6763.68,\"9683\":327.62,\"9684\":67.49,\"9685\":6400.0,\"9686\":9580.19,\"9687\":728.52,\"9688\":1644.28,\"9689\":168.43,\"9690\":9173.0,\"9691\":12818.0,\"9692\":3821.4,\"9693\":15731.85,\"9694\":17831.37,\"9695\":10225.2,\"9696\":10224.76,\"9697\":2294.89,\"9698\":12380.3,\"9699\":12118.9,\"9700\":null,\"9701\":19745.62,\"9702\":19637.12,\"9703\":19500.67,\"9704\":874.4,\"9705\":11275.7,\"9706\":9758.0,\"9707\":2148.68,\"9708\":1921.2,\"9709\":null,\"9710\":7177.1,\"9711\":6700.0,\"9712\":408.86,\"9713\":1946.92,\"9714\":323.15,\"9715\":3010.0,\"9716\":1356.16,\"9717\":15385.42,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":11.73,\"9723\":718.74,\"9724\":505.56,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5182.6,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3856.7,\"9735\":null,\"9736\":null,\"9737\":2844.25,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":3802.69,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19937.68,\"9762\":19930.07,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":2.25,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1302.73,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2739.88,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3857.33,\"9848\":2389.2,\"9849\":7249.2,\"9850\":279904.58,\"9851\":10494.0,\"9852\":6613.79,\"9853\":709.83,\"9854\":null,\"9855\":null,\"9856\":331.29,\"9857\":11572.0,\"9858\":null,\"9859\":191.4,\"9860\":2171.89,\"9861\":1758.9,\"9862\":749.07,\"9863\":803.0,\"9864\":459539.59,\"9865\":null,\"9866\":9991.58,\"9867\":48867.5,\"9868\":8063.0,\"9869\":793.21,\"9870\":3701.44,\"9871\":860.32,\"9872\":19123.83,\"9873\":595.54,\"9874\":null,\"9875\":null,\"9876\":30053.39,\"9877\":12287.0,\"9878\":4691.54,\"9879\":942.77,\"9880\":255000.0,\"9881\":5921.57,\"9882\":null,\"9883\":506850.0,\"9884\":null,\"9885\":16899.78,\"9886\":397825.9,\"9887\":14596.05,\"9888\":15424.2,\"9889\":null,\"9890\":13995.85,\"9891\":96576.47,\"9892\":1686.84,\"9893\":1372.59,\"9894\":579.33,\"9895\":198825.0,\"9896\":null,\"9897\":2415.23,\"9898\":726.02,\"9899\":465.48,\"9900\":43869.73,\"9901\":4023.47,\"9902\":2425.8,\"9903\":13050.4,\"9904\":867.71,\"9905\":1171073.95,\"9906\":600093.99,\"9907\":6780.4,\"9908\":6605.33,\"9909\":821.48,\"9910\":183440.0,\"9911\":573.35,\"9912\":10800.0,\"9913\":64455.95,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38928.64,\"9920\":4132.17,\"9921\":599.54,\"9922\":680.72,\"9923\":3577.05,\"9924\":81018.72,\"9925\":2213.72,\"9926\":443.65,\"9927\":763.56,\"9928\":1149.59,\"9929\":10042.8,\"9930\":411.72,\"9931\":1475.96,\"9932\":19591.24,\"9933\":4003.2,\"9934\":19267.73,\"9935\":366.83,\"9936\":277.43,\"9937\":250.8,\"9938\":343.65,\"9939\":29778.99,\"9940\":45848.93,\"9941\":null,\"9942\":346531.65,\"9943\":null,\"9944\":819857.48,\"9945\":1597.8,\"9946\":null,\"9947\":1088.5,\"9948\":1054.8,\"9949\":null,\"9950\":128185.14,\"9951\":123813.72,\"9952\":72214.79,\"9953\":73373.35,\"9954\":null,\"9955\":797.58,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":54648.07,\"9960\":null,\"9961\":66052.4,\"9962\":null,\"9963\":45341.3,\"9964\":47788.08,\"9965\":624.66,\"9966\":76507.78,\"9967\":486.7,\"9968\":6978.4,\"9969\":2775.79},\"Values_Hour06\":{\"0\":19570.34,\"1\":654.45,\"2\":6894.0,\"3\":17916.46,\"4\":10.8,\"5\":null,\"6\":6775.73,\"7\":383.99,\"8\":6240.0,\"9\":4778.49,\"10\":63.36,\"11\":1719.52,\"12\":163.16,\"13\":11098.0,\"14\":153.0,\"15\":3022.8,\"16\":7928.79,\"17\":null,\"18\":10176.53,\"19\":10225.87,\"20\":51.77,\"21\":15978.9,\"22\":15662.7,\"23\":null,\"24\":1595.5,\"25\":14256.0,\"26\":19760.5,\"27\":10341.47,\"28\":19460.13,\"29\":8695.01,\"30\":8142.59,\"31\":14398.62,\"32\":8695.19,\"33\":569.0,\"34\":10755.7,\"35\":4754.0,\"36\":145.09,\"37\":2492.0,\"38\":null,\"39\":4167.7,\"40\":409.91,\"41\":2429.94,\"42\":343.85,\"43\":2443.0,\"44\":null,\"45\":13637.6,\"46\":null,\"47\":46.58,\"48\":null,\"49\":null,\"50\":null,\"51\":799.92,\"52\":350.24,\"53\":null,\"54\":null,\"55\":292.32,\"56\":null,\"57\":6701.6,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":4849.57,\"63\":null,\"64\":null,\"65\":34.97,\"66\":2469.38,\"67\":46.49,\"68\":null,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":6174.67,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":3.37,\"82\":5169.67,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":14553.45,\"92\":15142.47,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1433.36,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":463.42,\"116\":465.42,\"117\":192.78,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":0.72,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2369.4,\"173\":7254.0,\"174\":277731.63,\"175\":5389.2,\"176\":3438.4,\"177\":467.94,\"178\":null,\"179\":397.06,\"180\":13981.0,\"181\":19539.76,\"182\":204.6,\"183\":2986.17,\"184\":1775.73,\"185\":693.27,\"186\":2853.9,\"187\":1299.0,\"188\":16952.0,\"189\":60096.6,\"190\":470240.61,\"191\":15088.0,\"192\":1503.48,\"193\":9968.84,\"194\":54580.19,\"195\":6237.0,\"196\":902.46,\"197\":706.12,\"198\":12955.48,\"199\":3701.12,\"200\":1876.12,\"201\":15597.62,\"202\":570.02,\"203\":99626.02,\"204\":null,\"205\":15295.22,\"206\":null,\"207\":5813.18,\"208\":938.8,\"209\":245551.01,\"210\":null,\"211\":7038.36,\"212\":null,\"213\":511150.0,\"214\":261885.03,\"215\":null,\"216\":24249.92,\"217\":344546.59,\"218\":16632.0,\"219\":18836.4,\"220\":25034.14,\"221\":8845.68,\"222\":10899.01,\"223\":125499.01,\"224\":935.64,\"225\":2175.0,\"226\":204123.29,\"227\":null,\"228\":2558.87,\"229\":1330.19,\"230\":404.53,\"231\":30943.15,\"232\":90249.23,\"233\":3965.59,\"234\":2883.6,\"235\":69.03,\"236\":912.86,\"237\":895733.1,\"238\":599629.53,\"239\":492.0,\"240\":7530.6,\"241\":4617.61,\"242\":827.75,\"243\":191860.0,\"244\":658.41,\"245\":13104.0,\"246\":19564.31,\"247\":60319.83,\"248\":69404.84,\"249\":null,\"250\":1.0,\"251\":null,\"252\":486554.62,\"253\":null,\"254\":null,\"255\":5509.57,\"256\":608.39,\"257\":668.12,\"258\":3999.9,\"259\":81305.24,\"260\":1062.1,\"261\":536.68,\"262\":705.24,\"263\":874.92,\"264\":4707.6,\"265\":424.2,\"266\":null,\"267\":304.89,\"268\":7891.2,\"269\":19756.8,\"270\":10924.8,\"271\":null,\"272\":212.12,\"273\":2541.0,\"274\":286.33,\"275\":30098.2,\"276\":25604.48,\"277\":null,\"278\":null,\"279\":821006.46,\"280\":964.62,\"281\":762.08,\"282\":1271.09,\"283\":3168.0,\"284\":240663.65,\"285\":null,\"286\":177261.59,\"287\":null,\"288\":null,\"289\":126645.89,\"290\":798.28,\"291\":2264.66,\"292\":null,\"293\":55.31,\"294\":44.06,\"295\":64765.95,\"296\":160022.02,\"297\":169158.45,\"298\":3855.31,\"299\":null,\"300\":15305.83,\"301\":null,\"302\":45340.32,\"303\":48203.49,\"304\":630.6,\"305\":75601.17,\"306\":757.35,\"307\":7882.6,\"308\":2820.55,\"309\":23691.91,\"310\":50813.31,\"311\":null,\"312\":19757.94,\"313\":654.21,\"314\":7387.2,\"315\":17131.09,\"316\":null,\"317\":8757.6,\"318\":6733.65,\"319\":360.03,\"320\":1440.0,\"321\":9308.12,\"322\":1196.28,\"323\":1669.8,\"324\":159.71,\"325\":16998.0,\"326\":13126.0,\"327\":3014.0,\"328\":7437.54,\"329\":22094.75,\"330\":10206.64,\"331\":10222.21,\"332\":156.49,\"333\":15876.8,\"334\":15541.3,\"335\":null,\"336\":1535.6,\"337\":14148.0,\"338\":19755.9,\"339\":10338.57,\"340\":19456.52,\"341\":6151.63,\"342\":6109.47,\"343\":6093.4,\"344\":6422.05,\"345\":551.7,\"346\":12829.9,\"347\":7804.0,\"348\":null,\"349\":2413.7,\"350\":null,\"351\":4786.6,\"352\":409.91,\"353\":241.15,\"354\":343.62,\"355\":2442.0,\"356\":1336.72,\"357\":13312.01,\"358\":null,\"359\":80.24,\"360\":null,\"361\":null,\"362\":357.87,\"363\":794.64,\"364\":224.4,\"365\":2.97,\"366\":null,\"367\":6538.1,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":8958.78,\"373\":null,\"374\":68.14,\"375\":3979.95,\"376\":84.34,\"377\":36949.4,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":8039.5,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":3.09,\"391\":5487.55,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19946.78,\"401\":19955.68,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1407.67,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":315.59,\"425\":333.34,\"426\":314.66,\"427\":null,\"428\":null,\"429\":null,\"430\":3.3,\"431\":null,\"432\":null,\"433\":null,\"434\":1.76,\"435\":null,\"436\":null,\"437\":null,\"438\":0.61,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2310.0,\"482\":7254.0,\"483\":13905.0,\"484\":4417.2,\"485\":3439.69,\"486\":469.81,\"487\":10.0,\"488\":396.95,\"489\":12111.0,\"490\":19574.39,\"491\":211.2,\"492\":3022.47,\"493\":1778.7,\"494\":648.27,\"495\":2371.5,\"496\":1328.0,\"497\":18068.0,\"498\":60122.17,\"499\":504463.44,\"500\":14416.0,\"501\":874.83,\"502\":9969.13,\"503\":53865.32,\"504\":6328.67,\"505\":855.89,\"506\":717.71,\"507\":6369.43,\"508\":3700.48,\"509\":1830.34,\"510\":14639.91,\"511\":581.02,\"512\":55508.42,\"513\":null,\"514\":1.09,\"515\":null,\"516\":9800.27,\"517\":939.79,\"518\":245423.1,\"519\":9855.78,\"520\":null,\"521\":508190.0,\"522\":278458.02,\"523\":null,\"524\":21598.85,\"525\":33453.52,\"526\":null,\"527\":19001.4,\"528\":25650.24,\"529\":8849.17,\"530\":11101.29,\"531\":null,\"532\":778.11,\"533\":2302.74,\"534\":203939.96,\"535\":null,\"536\":2500.22,\"537\":1328.9,\"538\":407.74,\"539\":29059.77,\"540\":3961.65,\"541\":2614.2,\"542\":77.3,\"543\":903.35,\"544\":895800.66,\"545\":597329.97,\"546\":558.0,\"547\":7286.4,\"548\":4603.99,\"549\":832.04,\"550\":null,\"551\":680.05,\"552\":12996.0,\"553\":null,\"554\":60028.43,\"555\":70085.75,\"556\":165247.42,\"557\":2679.5,\"558\":null,\"559\":448965.9,\"560\":43911.03,\"561\":3366.96,\"562\":593.6,\"563\":669.28,\"564\":4028.25,\"565\":80332.58,\"566\":1062.1,\"567\":532.49,\"568\":737.64,\"569\":785.4,\"570\":4417.2,\"571\":null,\"572\":2568.26,\"573\":8029.8,\"574\":19574.4,\"575\":9590.4,\"576\":1295.25,\"577\":324.39,\"578\":2509.2,\"579\":249.91,\"580\":30346.86,\"581\":25604.18,\"582\":1233105.52,\"583\":null,\"584\":588033.23,\"585\":962.7,\"586\":819.94,\"587\":1571.45,\"588\":2817.0,\"589\":null,\"590\":null,\"591\":250920.97,\"592\":35319.01,\"593\":null,\"594\":226404.35,\"595\":141980.65,\"596\":72161.66,\"597\":796.04,\"598\":null,\"599\":null,\"600\":91.94,\"601\":70.94,\"602\":64349.77,\"603\":156199.03,\"604\":165168.0,\"605\":3857.18,\"606\":101585.78,\"607\":15307.64,\"608\":45075.62,\"609\":48246.06,\"610\":688.44,\"611\":75530.86,\"612\":null,\"613\":8049.8,\"614\":2736.19,\"615\":24018.15,\"616\":55838.57,\"617\":48219.78,\"618\":19579.3,\"619\":652.65,\"620\":7387.2,\"621\":15363.97,\"622\":null,\"623\":3904.8,\"624\":6784.64,\"625\":960.0,\"626\":5425.81,\"627\":1268.76,\"628\":1640.76,\"629\":150.74,\"630\":10843.0,\"631\":15017.0,\"632\":2917.2,\"633\":8424.82,\"634\":28014.23,\"635\":19461.5,\"636\":19644.2,\"637\":2177.71,\"638\":15649.3,\"639\":15305.4,\"640\":null,\"641\":1780.1,\"642\":13860.0,\"643\":19748.88,\"644\":10336.05,\"645\":19454.09,\"646\":5947.04,\"647\":6108.87,\"648\":5075.7,\"649\":6424.98,\"650\":597.9,\"651\":16781.2,\"652\":7456.0,\"653\":2333.1,\"654\":null,\"655\":7176.3,\"656\":409.91,\"657\":2238.91,\"658\":342.93,\"659\":2395.0,\"660\":1511.88,\"661\":14371.43,\"662\":null,\"663\":51.52,\"664\":null,\"665\":null,\"666\":186.27,\"667\":859.98,\"668\":297.88,\"669\":null,\"670\":null,\"671\":null,\"672\":6386.7,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":5170.96,\"678\":null,\"679\":37.76,\"680\":4787.15,\"681\":50.52,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":1.71,\"687\":null,\"688\":8755.24,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":2.73,\"696\":6273.3,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":19885.91,\"706\":19949.87,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1455.3,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":451.52,\"729\":461.18,\"730\":333.57,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":0.3,\"743\":0.2,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2409.0,\"786\":7252.8,\"787\":14823.0,\"788\":4417.2,\"789\":2943.45,\"790\":467.06,\"791\":null,\"792\":396.92,\"793\":14146.0,\"794\":19560.96,\"795\":184.8,\"796\":1759.56,\"797\":1773.75,\"798\":717.93,\"799\":3225.6,\"800\":1346.0,\"801\":16404.0,\"802\":60122.01,\"803\":503383.36,\"804\":13776.0,\"805\":1342.77,\"806\":9960.5,\"807\":55862.8,\"808\":6248.0,\"809\":860.2,\"810\":710.49,\"811\":5766.45,\"812\":3700.8,\"813\":2002.31,\"814\":19219.36,\"815\":575.08,\"816\":49509.23,\"817\":null,\"818\":null,\"819\":null,\"820\":6660.22,\"821\":939.79,\"822\":242980.36,\"823\":8066.74,\"824\":null,\"825\":null,\"826\":440478.2,\"827\":null,\"828\":19036.31,\"829\":33095.8,\"830\":17532.0,\"831\":18653.8,\"832\":23483.15,\"833\":8851.19,\"834\":11899.26,\"835\":null,\"836\":733.61,\"837\":1615.27,\"838\":203609.96,\"839\":null,\"840\":2482.85,\"841\":20.97,\"842\":387.06,\"843\":28526.42,\"844\":3978.71,\"845\":1887.6,\"846\":null,\"847\":923.67,\"848\":895891.63,\"849\":599749.52,\"850\":294.0,\"851\":7249.0,\"852\":8324.66,\"853\":827.42,\"854\":205110.0,\"855\":682.57,\"856\":14328.0,\"857\":60393.93,\"858\":70173.82,\"859\":165574.24,\"860\":708.5,\"861\":402040.0,\"862\":464890.77,\"863\":null,\"864\":43551.59,\"865\":null,\"866\":610.9,\"867\":679.43,\"868\":4010.55,\"869\":81114.51,\"870\":1063.82,\"871\":535.1,\"872\":723.42,\"873\":809.02,\"874\":4398.0,\"875\":433.08,\"876\":3041.74,\"877\":8051.85,\"878\":19705.6,\"879\":12273.6,\"880\":339.77,\"881\":2449.8,\"882\":null,\"883\":229.68,\"884\":29661.5,\"885\":50224.18,\"886\":774398.98,\"887\":null,\"888\":572666.74,\"889\":963.12,\"890\":137.72,\"891\":1321.45,\"892\":2484.0,\"893\":null,\"894\":477213.5,\"895\":536160.22,\"896\":null,\"897\":null,\"898\":71194.85,\"899\":71137.34,\"900\":795.62,\"901\":1371.57,\"902\":null,\"903\":63.23,\"904\":47.92,\"905\":64535.14,\"906\":163650.2,\"907\":168990.1,\"908\":3855.2,\"909\":101515.78,\"910\":14786.32,\"911\":45356.45,\"912\":48159.99,\"913\":677.64,\"914\":75723.09,\"915\":1055.49,\"916\":9594.2,\"917\":2777.28,\"918\":12716.94,\"919\":null,\"920\":55702.43,\"921\":55933.21,\"922\":18487.01,\"923\":651.81,\"924\":6408.0,\"925\":4788.0,\"926\":6783.48,\"927\":null,\"928\":3040.0,\"929\":9524.61,\"930\":1211.16,\"931\":1679.92,\"932\":40.52,\"933\":10135.0,\"934\":12757.0,\"935\":2849.0,\"936\":8387.91,\"937\":24137.79,\"938\":10523.97,\"939\":11044.09,\"940\":414.92,\"941\":15426.0,\"942\":15092.7,\"943\":null,\"944\":1504.8,\"945\":13482.0,\"946\":19750.67,\"947\":10336.45,\"948\":18589.29,\"949\":559.3,\"950\":12206.8,\"951\":1926.0,\"952\":2112.9,\"953\":null,\"954\":4257.9,\"955\":409.91,\"956\":2250.22,\"957\":342.7,\"958\":2347.0,\"959\":1139.28,\"960\":null,\"961\":null,\"962\":51.29,\"963\":null,\"964\":null,\"965\":79.2,\"966\":915.42,\"967\":331.32,\"968\":682.5,\"969\":null,\"970\":null,\"971\":null,\"972\":6272.0,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4855.3,\"978\":null,\"979\":38.4,\"980\":3216.05,\"981\":49.52,\"982\":201088.28,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":5843.26,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":3892.1,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":19847.08,\"1006\":19896.97,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1346.07,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":343.47,\"1030\":357.19,\"1031\":295.31,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":null,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":0.28,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2349.6,\"1087\":7225.2,\"1088\":407591.67,\"1089\":3992.4,\"1090\":3440.73,\"1091\":689.37,\"1092\":null,\"1093\":null,\"1094\":396.84,\"1095\":14487.0,\"1096\":19558.61,\"1097\":null,\"1098\":1170.02,\"1099\":1789.92,\"1100\":718.74,\"1101\":5739.3,\"1102\":1522.0,\"1103\":21328.0,\"1104\":60083.58,\"1105\":493582.84,\"1106\":13816.0,\"1107\":1144.44,\"1108\":12033.12,\"1109\":38092.7,\"1110\":6281.0,\"1111\":883.78,\"1112\":600.76,\"1113\":3700.8,\"1114\":2086.31,\"1115\":13381.0,\"1116\":579.7,\"1117\":null,\"1118\":15208.81,\"1119\":7153.0,\"1120\":6014.74,\"1121\":939.79,\"1122\":239481.62,\"1123\":null,\"1124\":7426.69,\"1125\":null,\"1126\":505780.0,\"1127\":null,\"1128\":null,\"1129\":20005.73,\"1130\":395594.08,\"1131\":16104.0,\"1132\":18638.4,\"1133\":23652.4,\"1134\":8457.46,\"1135\":11068.38,\"1136\":31962.62,\"1137\":761.55,\"1138\":1556.92,\"1139\":103106.65,\"1140\":null,\"1141\":2494.7,\"1142\":764.11,\"1143\":405.76,\"1144\":27542.12,\"1145\":2699.81,\"1146\":2196.6,\"1147\":null,\"1148\":929.47,\"1149\":868103.85,\"1150\":598784.62,\"1151\":312.0,\"1152\":6725.4,\"1153\":8312.51,\"1154\":814.66,\"1155\":138680.0,\"1156\":690.87,\"1157\":14256.0,\"1158\":null,\"1159\":61436.76,\"1160\":69593.39,\"1161\":165223.56,\"1162\":null,\"1163\":377522.0,\"1164\":456120.67,\"1165\":null,\"1166\":4897.39,\"1167\":574.99,\"1168\":671.08,\"1169\":4009.95,\"1170\":81367.7,\"1171\":1063.83,\"1172\":532.69,\"1173\":752.4,\"1174\":868.08,\"1175\":3871.2,\"1176\":432.24,\"1177\":6966.59,\"1178\":6954.75,\"1179\":19651.2,\"1180\":10291.2,\"1181\":358.84,\"1182\":1487.79,\"1183\":99.0,\"1184\":334.4,\"1185\":30097.29,\"1186\":47068.72,\"1187\":48813.27,\"1188\":60681.16,\"1189\":707693.71,\"1190\":995.82,\"1191\":865.7,\"1192\":1289.72,\"1193\":2484.0,\"1194\":33614.35,\"1195\":632891.89,\"1196\":543014.1800000001,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72695.58,\"1201\":796.6,\"1202\":2868.44,\"1203\":null,\"1204\":59.54,\"1205\":46.58,\"1206\":67328.21,\"1207\":162943.33,\"1208\":169724.55,\"1209\":3555.27,\"1210\":null,\"1211\":14789.4,\"1212\":45251.33,\"1213\":48328.09,\"1214\":null,\"1215\":75456.68,\"1216\":null,\"1217\":10535.8,\"1218\":2842.25,\"1219\":30816.99,\"1220\":null,\"1221\":55321.31,\"1222\":19728.36,\"1223\":650.79,\"1224\":5925.6,\"1225\":6756.0,\"1226\":6776.88,\"1227\":null,\"1228\":3360.0,\"1229\":9551.26,\"1230\":1092.0,\"1231\":1741.08,\"1232\":156.41,\"1233\":9236.0,\"1234\":12319.0,\"1235\":2816.0,\"1236\":11248.34,\"1237\":22221.09,\"1238\":10206.61,\"1239\":10215.84,\"1240\":696.52,\"1241\":15096.7,\"1242\":14762.2,\"1243\":null,\"1244\":1608.4,\"1245\":13050.0,\"1246\":19753.91,\"1247\":10339.77,\"1248\":19606.08,\"1249\":532.7,\"1250\":16601.9,\"1251\":2026.0,\"1252\":null,\"1253\":2020.5,\"1254\":null,\"1255\":3912.3,\"1256\":409.91,\"1257\":2108.8,\"1258\":342.47,\"1259\":2309.0,\"1260\":1323.39,\"1261\":12621.09,\"1262\":null,\"1263\":41.78,\"1264\":null,\"1265\":null,\"1266\":95.34,\"1267\":774.84,\"1268\":null,\"1269\":279.84,\"1270\":838.2,\"1271\":null,\"1272\":130.56,\"1273\":null,\"1274\":6135.1,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":4608.52,\"1280\":null,\"1281\":null,\"1282\":30.88,\"1283\":5225.23,\"1284\":34.96,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":6863.97,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":1.5,\"1298\":3991.77,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":0.72,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":15375.02,\"1307\":16123.96,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1349.04,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":328.87,\"1330\":345.74,\"1331\":298.93,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":0.84,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":11.31,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2217.6,\"1386\":7221.6,\"1387\":17871.0,\"1388\":3430.8,\"1389\":4438.15,\"1390\":698.72,\"1391\":118.71,\"1392\":null,\"1393\":404.98,\"1394\":12540.0,\"1395\":19470.46,\"1396\":191.4,\"1397\":3053.66,\"1398\":1721.28,\"1399\":725.4,\"1400\":2951.1,\"1401\":1331.0,\"1402\":21964.0,\"1403\":60404.55,\"1404\":493115.43,\"1405\":13384.0,\"1406\":964.92,\"1407\":7975.04,\"1408\":47695.26,\"1409\":6288.33,\"1410\":1173.29,\"1411\":733.59,\"1412\":3701.44,\"1413\":2034.98,\"1414\":21750.49,\"1415\":null,\"1416\":null,\"1417\":null,\"1418\":15206.89,\"1419\":7255.0,\"1420\":5671.09,\"1421\":939.79,\"1422\":239686.33,\"1423\":143700.34,\"1424\":6942.31,\"1425\":69120.0,\"1426\":null,\"1427\":null,\"1428\":null,\"1429\":18066.45,\"1430\":311401.92,\"1431\":15300.0,\"1432\":18612.0,\"1433\":22023.88,\"1434\":8753.56,\"1435\":11034.95,\"1436\":726.78,\"1437\":1470.23,\"1438\":null,\"1439\":140305.0,\"1440\":null,\"1441\":828.92,\"1442\":413.96,\"1443\":27555.97,\"1444\":3367.74,\"1445\":2170.8,\"1446\":null,\"1447\":912.4,\"1448\":891029.46,\"1449\":600227.52,\"1450\":360.0,\"1451\":6674.8,\"1452\":8294.25,\"1453\":825.77,\"1454\":136690.0,\"1455\":675.96,\"1456\":14544.0,\"1457\":23434.48,\"1458\":61141.36,\"1459\":68515.43,\"1460\":165418.62,\"1461\":2607.5,\"1462\":401626.0,\"1463\":547731.73,\"1464\":null,\"1465\":587.4,\"1466\":686.27,\"1467\":3995.1,\"1468\":81081.67,\"1469\":1062.1,\"1470\":537.47,\"1471\":708.48,\"1472\":772.69,\"1473\":4243.2,\"1474\":431.52,\"1475\":null,\"1476\":7102.89,\"1477\":8031.15,\"1478\":19619.2,\"1479\":9902.4,\"1480\":372.11,\"1481\":2569.2,\"1482\":6.6,\"1483\":null,\"1484\":29447.69,\"1485\":25597.01,\"1486\":null,\"1487\":0.09,\"1488\":744176.22,\"1489\":1339.5,\"1490\":787.16,\"1491\":1254.24,\"1492\":2484.0,\"1493\":33715.67,\"1494\":762669.37,\"1495\":541324.88,\"1496\":100880.0,\"1497\":302716.71,\"1498\":142699.66,\"1499\":124932.77,\"1500\":795.2,\"1501\":775.74,\"1502\":null,\"1503\":44.76,\"1504\":36.4,\"1505\":64504.98,\"1506\":163624.45,\"1507\":169750.45,\"1508\":null,\"1509\":102015.72,\"1510\":14794.42,\"1511\":45210.67,\"1512\":48446.35,\"1513\":663.78,\"1514\":75471.12,\"1515\":872.92,\"1516\":10553.4,\"1517\":2758.34,\"1518\":31248.24,\"1519\":46097.1,\"1520\":56824.13,\"1521\":19705.35,\"1522\":650.16,\"1523\":6901.2,\"1524\":null,\"1525\":6004.8,\"1526\":6765.0,\"1527\":344.39,\"1528\":3200.0,\"1529\":9331.13,\"1530\":1124.64,\"1531\":1744.16,\"1532\":null,\"1533\":null,\"1534\":8642.0,\"1535\":12826.0,\"1536\":4296.6,\"1537\":7423.44,\"1538\":18827.16,\"1539\":10188.87,\"1540\":10217.68,\"1541\":520.81,\"1542\":14966.5,\"1543\":14633.3,\"1544\":null,\"1545\":1486.7,\"1546\":13824.0,\"1547\":19752.61,\"1548\":10335.47,\"1549\":19613.8,\"1550\":null,\"1551\":495.5,\"1552\":11975.6,\"1553\":2018.0,\"1554\":1929.9,\"1555\":null,\"1556\":7175.3,\"1557\":409.91,\"1558\":1728.26,\"1559\":341.78,\"1560\":1416.97,\"1561\":1451.82,\"1562\":12177.31,\"1563\":null,\"1564\":4.5,\"1565\":null,\"1566\":null,\"1567\":101.2,\"1568\":811.8,\"1569\":253.0,\"1570\":839.7,\"1571\":null,\"1572\":null,\"1573\":null,\"1574\":5983.9,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4470.78,\"1580\":null,\"1581\":null,\"1582\":663.27,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":1361.81,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":1.65,\"1598\":5081.88,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":17300.56,\"1608\":17803.98,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1301.36,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":95.08,\"1632\":98.44,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2197.8,\"1690\":7198.8,\"1691\":20040.0,\"1692\":3956.4,\"1693\":null,\"1694\":688.71,\"1695\":2.2,\"1696\":10.0,\"1697\":404.83,\"1698\":12540.0,\"1699\":null,\"1700\":191.4,\"1701\":3070.16,\"1702\":1756.59,\"1703\":711.18,\"1704\":2899.8,\"1705\":836.0,\"1706\":20700.0,\"1707\":459495.4,\"1708\":500907.41,\"1709\":14944.0,\"1710\":1298.88,\"1711\":11934.1,\"1712\":65899.46,\"1713\":6306.67,\"1714\":899.59,\"1715\":712.3,\"1716\":3701.44,\"1717\":2047.9,\"1718\":19993.1,\"1719\":652.08,\"1720\":null,\"1721\":15309.8,\"1722\":null,\"1723\":5447.76,\"1724\":939.79,\"1725\":156622.29,\"1726\":6667.97,\"1727\":69120.0,\"1728\":504650.0,\"1729\":null,\"1730\":null,\"1731\":16887.86,\"1732\":33682.19,\"1733\":15324.0,\"1734\":18568.0,\"1735\":20348.65,\"1736\":15000.63,\"1737\":11547.89,\"1738\":1161.27,\"1739\":1420.44,\"1740\":304645.02,\"1741\":null,\"1742\":2423.28,\"1743\":null,\"1744\":403.56,\"1745\":29236.06,\"1746\":3481.8,\"1747\":2179.8,\"1748\":839.47,\"1749\":891094.4399999999,\"1750\":534794.25,\"1751\":528.0,\"1752\":6613.2,\"1753\":8244.46,\"1754\":822.91,\"1755\":136710.0,\"1756\":669.34,\"1757\":14040.0,\"1758\":22836.24,\"1759\":60799.19,\"1760\":68665.31,\"1761\":165787.46,\"1762\":null,\"1763\":553730.76,\"1764\":null,\"1765\":7499.13,\"1766\":578.29,\"1767\":683.06,\"1768\":3998.1,\"1769\":349998.68,\"1770\":1062.1,\"1771\":525.29,\"1772\":773.46,\"1773\":492.09,\"1774\":5258.4,\"1775\":430.32,\"1776\":2200.24,\"1777\":4356.0,\"1778\":19948.8,\"1779\":8764.8,\"1780\":null,\"1781\":367.82,\"1782\":1075.8,\"1783\":112.2,\"1784\":315.11,\"1785\":29340.59,\"1786\":25596.29,\"1787\":871929.73,\"1788\":0.13,\"1789\":611435.74,\"1790\":1271.76,\"1791\":2.42,\"1792\":1166.09,\"1793\":2484.0,\"1794\":null,\"1795\":542475.83,\"1796\":null,\"1797\":416798.14,\"1798\":141653.69,\"1799\":0.06,\"1800\":794.64,\"1801\":738.44,\"1802\":null,\"1803\":5.4,\"1804\":5.51,\"1805\":64148.0,\"1806\":158548.44,\"1807\":169493.3,\"1808\":630.27,\"1809\":null,\"1810\":14768.06,\"1811\":45225.41,\"1812\":48194.97,\"1813\":591.96,\"1814\":76566.71,\"1815\":859.88,\"1816\":8978.2,\"1817\":2872.32,\"1818\":29221.82,\"1819\":45682.31,\"1820\":55589.15,\"1821\":16324.17,\"1822\":652.95,\"1823\":8848.8,\"1824\":null,\"1825\":4512.0,\"1826\":6753.78,\"1827\":377.98,\"1828\":null,\"1829\":5360.0,\"1830\":9226.34,\"1831\":1110.48,\"1832\":1684.32,\"1833\":155.76,\"1834\":9167.0,\"1835\":14023.0,\"1836\":4309.8,\"1837\":6941.7,\"1838\":19144.35,\"1839\":10069.52,\"1840\":10219.74,\"1841\":487.96,\"1842\":14029.7,\"1843\":13702.9,\"1844\":null,\"1845\":1487.5,\"1846\":12258.0,\"1847\":19747.71,\"1848\":10293.39,\"1849\":19608.68,\"1850\":481.1,\"1851\":13914.5,\"1852\":2036.0,\"1853\":1845.9,\"1854\":null,\"1855\":5657.9,\"1856\":409.91,\"1857\":2164.46,\"1858\":341.09,\"1859\":2252.0,\"1860\":1454.65,\"1861\":11946.97,\"1862\":null,\"1863\":50.1,\"1864\":null,\"1865\":null,\"1866\":90.94,\"1867\":861.96,\"1868\":null,\"1869\":270.16,\"1870\":724.2,\"1871\":null,\"1872\":null,\"1873\":98.88,\"1874\":null,\"1875\":5880.8,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4315.83,\"1881\":null,\"1882\":null,\"1883\":44.38,\"1884\":1471.67,\"1885\":46.5,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":2065.35,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5402.33,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19785.41,\"1909\":19832.41,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1328.42,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":102.5,\"1932\":106.08,\"1933\":269.66,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":2879.62,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":0.01,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2270.4,\"1990\":7191.6,\"1991\":404490.25,\"1992\":5817.6,\"1993\":5922.32,\"1994\":690.03,\"1995\":69.17,\"1996\":null,\"1997\":404.73,\"1998\":14388.0,\"1999\":19503.44,\"2000\":null,\"2001\":3061.9,\"2002\":1718.64,\"2003\":765.5,\"2004\":2817.0,\"2005\":810.0,\"2006\":17524.0,\"2007\":60577.27,\"2008\":502958.43,\"2009\":12184.0,\"2010\":1042.8,\"2011\":4986.12,\"2012\":63962.42,\"2013\":6266.33,\"2014\":1090.2,\"2015\":711.07,\"2016\":3701.76,\"2017\":2070.42,\"2018\":19348.69,\"2019\":620.4,\"2020\":null,\"2021\":null,\"2022\":15300.19,\"2023\":8050.0,\"2024\":5160.84,\"2025\":940.78,\"2026\":156475.36,\"2027\":6465.43,\"2028\":509480.0,\"2029\":179076.93,\"2030\":null,\"2031\":15607.94,\"2032\":395848.92,\"2033\":15492.0,\"2034\":18693.4,\"2035\":23413.43,\"2036\":13884.04,\"2037\":12788.67,\"2038\":541.51,\"2039\":1360.63,\"2040\":null,\"2041\":304975.0,\"2042\":null,\"2043\":2369.69,\"2044\":765.39,\"2045\":379.94,\"2046\":30433.47,\"2047\":3284.4,\"2048\":2184.0,\"2049\":null,\"2050\":921.8,\"2051\":893530.91,\"2052\":525290.26,\"2053\":774.0,\"2054\":6338.2,\"2055\":8321.92,\"2056\":823.9,\"2057\":null,\"2058\":652.52,\"2059\":14328.0,\"2060\":23208.68,\"2061\":60277.29,\"2062\":69409.61,\"2063\":165959.28,\"2064\":null,\"2065\":544812.16,\"2066\":7346.09,\"2067\":582.25,\"2068\":661.9,\"2069\":3856.2,\"2070\":80945.7,\"2071\":1062.1,\"2072\":529.88,\"2073\":388.8,\"2074\":227.62,\"2075\":8011.2,\"2076\":429.48,\"2077\":14085.98,\"2078\":4354.65,\"2079\":19961.6,\"2080\":5961.6,\"2081\":326.24,\"2082\":2360.4,\"2083\":108.9,\"2084\":308.63,\"2085\":29657.95,\"2086\":25597.28,\"2087\":null,\"2088\":null,\"2089\":579731.76,\"2090\":1275.18,\"2091\":795.08,\"2092\":1150.15,\"2093\":1775.3,\"2094\":437535.34,\"2095\":540853.24,\"2096\":418128.95,\"2097\":139117.58,\"2098\":null,\"2099\":795.34,\"2100\":859.41,\"2101\":null,\"2102\":58.37,\"2103\":45.89,\"2104\":64360.81,\"2105\":164679.16,\"2106\":164119.05,\"2107\":null,\"2108\":14804.29,\"2109\":45943.6,\"2110\":48494.7,\"2111\":657.42,\"2112\":76537.3,\"2113\":738.32,\"2114\":8769.2,\"2115\":2797.02,\"2116\":null,\"2117\":42191.92,\"2118\":56739.56,\"2119\":14774.17,\"2120\":652.44,\"2121\":6411.6,\"2122\":7831.2,\"2123\":6792.39,\"2124\":317.39,\"2125\":null,\"2126\":5040.0,\"2127\":4697.65,\"2128\":1075.68,\"2129\":1612.16,\"2130\":157.21,\"2131\":8847.0,\"2132\":12844.0,\"2133\":2994.2,\"2134\":6452.95,\"2135\":17006.69,\"2136\":9685.07,\"2137\":10111.13,\"2138\":3.81,\"2139\":10064.6,\"2140\":9751.9,\"2141\":null,\"2142\":1437.9,\"2143\":13842.0,\"2144\":19747.75,\"2145\":10287.1,\"2146\":19609.24,\"2147\":472.8,\"2148\":9678.6,\"2149\":4804.0,\"2150\":null,\"2151\":1765.0,\"2152\":null,\"2153\":5282.4,\"2154\":409.91,\"2155\":2115.15,\"2156\":339.71,\"2157\":2197.0,\"2158\":1353.97,\"2159\":11591.09,\"2160\":null,\"2161\":37.36,\"2162\":null,\"2163\":null,\"2164\":1201.2,\"2165\":826.32,\"2166\":0.04,\"2167\":259.6,\"2168\":639.0,\"2169\":null,\"2170\":null,\"2171\":281.76,\"2172\":null,\"2173\":5733.4,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":4114.96,\"2179\":null,\"2180\":null,\"2181\":26.13,\"2182\":6105.5,\"2183\":32.05,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":6408.15,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":0.33,\"2197\":4657.51,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":19763.07,\"2206\":19831.74,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1262.03,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":270.66,\"2230\":284.62,\"2231\":396.1,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":5105.91,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2072.4,\"2289\":7184.4,\"2290\":20709.0,\"2291\":3330.0,\"2292\":5421.39,\"2293\":690.8,\"2294\":null,\"2295\":null,\"2296\":404.97,\"2297\":12155.0,\"2298\":18832.76,\"2299\":null,\"2300\":3060.42,\"2301\":1691.25,\"2302\":768.2,\"2303\":2658.6,\"2304\":813.0,\"2305\":18176.0,\"2306\":60458.73,\"2307\":504905.32,\"2308\":13944.0,\"2309\":1090.98,\"2310\":10946.76,\"2311\":55658.75,\"2312\":6233.33,\"2313\":848.7,\"2314\":710.82,\"2315\":3702.08,\"2316\":1859.85,\"2317\":15615.72,\"2318\":642.84,\"2319\":null,\"2320\":null,\"2321\":15315.02,\"2322\":null,\"2323\":4923.68,\"2324\":940.78,\"2325\":156584.87,\"2326\":6206.61,\"2327\":null,\"2328\":874265.75,\"2329\":null,\"2330\":14601.1,\"2331\":271383.82,\"2332\":14844.0,\"2333\":18711.0,\"2334\":24858.43,\"2335\":13891.64,\"2336\":11173.84,\"2337\":null,\"2338\":743.13,\"2339\":1343.25,\"2340\":595.33,\"2341\":246015.0,\"2342\":null,\"2343\":2361.41,\"2344\":768.74,\"2345\":398.81,\"2346\":30495.35,\"2347\":1757.44,\"2348\":2179.8,\"2349\":null,\"2350\":853.46,\"2351\":893789.85,\"2352\":467019.37,\"2353\":636.0,\"2354\":6380.0,\"2355\":8356.56,\"2356\":816.09,\"2357\":null,\"2358\":663.1,\"2359\":14040.0,\"2360\":23127.25,\"2361\":59936.46,\"2362\":68548.43,\"2363\":164756.26,\"2364\":48.0,\"2365\":540012.9399999999,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":575.12,\"2370\":682.74,\"2371\":3861.15,\"2372\":81396.54,\"2373\":1062.1,\"2374\":531.83,\"2375\":732.6,\"2376\":781.42,\"2377\":6951.6,\"2378\":427.68,\"2379\":14078.09,\"2380\":4455.9,\"2381\":19955.2,\"2382\":8568.0,\"2383\":null,\"2384\":365.38,\"2385\":2599.8,\"2386\":108.9,\"2387\":326.0,\"2388\":29855.6,\"2389\":25590.77,\"2390\":null,\"2391\":null,\"2392\":818918.67,\"2393\":1371.9,\"2394\":751.08,\"2395\":1123.21,\"2396\":1786.0,\"2397\":183580.91,\"2398\":228088.3,\"2399\":null,\"2400\":null,\"2401\":400461.99,\"2402\":143157.43,\"2403\":null,\"2404\":796.04,\"2405\":1232.48,\"2406\":null,\"2407\":45.19,\"2408\":35.37,\"2409\":64661.78,\"2410\":159395.7,\"2411\":170880.8,\"2412\":null,\"2413\":null,\"2414\":14809.54,\"2415\":45649.32,\"2416\":48611.73,\"2417\":658.5,\"2418\":76374.97,\"2419\":718.64,\"2420\":9556.8,\"2421\":2750.65,\"2422\":30458.19,\"2423\":46223.8,\"2424\":null,\"2425\":54681.61,\"2426\":13869.53,\"2427\":652.02,\"2428\":6044.4,\"2429\":null,\"2430\":3585.6,\"2431\":6765.99,\"2432\":303.07,\"2433\":null,\"2434\":2320.0,\"2435\":9220.56,\"2436\":907.92,\"2437\":1528.12,\"2438\":153.12,\"2439\":8637.0,\"2440\":10824.0,\"2441\":2965.6,\"2442\":5953.07,\"2443\":17151.44,\"2444\":9337.96,\"2445\":9775.88,\"2446\":1174.21,\"2447\":14198.6,\"2448\":13897.4,\"2449\":null,\"2450\":1364.2,\"2451\":13932.0,\"2452\":18729.34,\"2453\":10303.95,\"2454\":19616.4,\"2455\":446.6,\"2456\":9435.5,\"2457\":7584.0,\"2458\":1689.1,\"2459\":null,\"2460\":4501.4,\"2461\":409.91,\"2462\":2181.29,\"2463\":339.71,\"2464\":2314.0,\"2465\":1269.29,\"2466\":11238.47,\"2467\":null,\"2468\":12.32,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":771.54,\"2473\":null,\"2474\":276.32,\"2475\":870.9,\"2476\":null,\"2477\":null,\"2478\":126.24,\"2479\":null,\"2480\":5594.7,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":4057.57,\"2486\":null,\"2487\":1.55,\"2488\":4564.51,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":7629.57,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":1.26,\"2503\":3933.33,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":12597.43,\"2512\":13091.17,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1244.54,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":283.6,\"2536\":291.01,\"2537\":230.28,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":4750.34,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":2013.0,\"2595\":7174.8,\"2596\":20007.0,\"2597\":2343.6,\"2598\":4937.74,\"2599\":689.7,\"2600\":null,\"2601\":6300.0,\"2602\":404.58,\"2603\":13024.0,\"2604\":18630.55,\"2605\":null,\"2606\":3053.49,\"2607\":1681.02,\"2608\":738.22,\"2609\":3198.6,\"2610\":814.0,\"2611\":16556.0,\"2612\":60331.08,\"2613\":504798.42,\"2614\":14944.0,\"2615\":825.66,\"2616\":6982.26,\"2617\":61542.11,\"2618\":6149.0,\"2619\":797.24,\"2620\":708.14,\"2621\":3701.76,\"2622\":1953.18,\"2623\":13904.45,\"2624\":609.62,\"2625\":null,\"2626\":null,\"2627\":15307.86,\"2628\":null,\"2629\":4759.93,\"2630\":940.78,\"2631\":149536.78,\"2632\":5953.57,\"2633\":null,\"2634\":null,\"2635\":60145.62,\"2636\":null,\"2637\":13630.58,\"2638\":395571.26,\"2639\":14580.0,\"2640\":18746.2,\"2641\":24334.35,\"2642\":13339.4,\"2643\":10954.01,\"2644\":169166.06,\"2645\":960.27,\"2646\":1325.26,\"2647\":586.71,\"2648\":304920.0,\"2649\":null,\"2650\":2267.69,\"2651\":765.59,\"2652\":395.4,\"2653\":26053.27,\"2654\":2925.43,\"2655\":6.6,\"2656\":null,\"2657\":855.47,\"2658\":892848.46,\"2659\":550120.95,\"2660\":204.0,\"2661\":5874.0,\"2662\":8355.35,\"2663\":813.34,\"2664\":136730.0,\"2665\":625.12,\"2666\":14508.0,\"2667\":23217.62,\"2668\":59284.4,\"2669\":68428.43,\"2670\":165083.51,\"2671\":4.5,\"2672\":null,\"2673\":40067.08,\"2674\":42853.6,\"2675\":7193.04,\"2676\":562.85,\"2677\":669.89,\"2678\":3530.25,\"2679\":81012.6,\"2680\":1062.1,\"2681\":544.3,\"2682\":516.6,\"2683\":725.5,\"2684\":6339.6,\"2685\":429.0,\"2686\":9695.54,\"2687\":4494.15,\"2688\":19968.0,\"2689\":8188.8,\"2690\":359.7,\"2691\":2572.8,\"2692\":108.9,\"2693\":343.97,\"2694\":29681.11,\"2695\":25580.76,\"2696\":134666.2,\"2697\":null,\"2698\":655508.02,\"2699\":1199.34,\"2700\":792.66,\"2701\":1115.43,\"2702\":1609.2,\"2703\":723832.92,\"2704\":532545.29,\"2705\":null,\"2706\":101150.0,\"2707\":null,\"2708\":417471.28,\"2709\":139957.16,\"2710\":72703.96,\"2711\":796.18,\"2712\":703.89,\"2713\":null,\"2714\":8.6,\"2715\":12.06,\"2716\":64503.41,\"2717\":164096.42,\"2718\":170553.35,\"2719\":null,\"2720\":102565.63,\"2721\":14786.07,\"2722\":45637.09,\"2723\":48477.67,\"2724\":655.95,\"2725\":76427.23,\"2726\":841.93,\"2727\":9026.6,\"2728\":2435.46,\"2729\":30721.2,\"2730\":46285.7,\"2731\":49221.21,\"2732\":18288.65,\"2733\":13380.18,\"2734\":650.85,\"2735\":5320.8,\"2736\":3.6,\"2737\":3871.2,\"2738\":6738.93,\"2739\":286.57,\"2740\":null,\"2741\":1200.0,\"2742\":9101.69,\"2743\":1223.52,\"2744\":1536.04,\"2745\":151.56,\"2746\":9152.0,\"2747\":9945.0,\"2748\":2712.6,\"2749\":5883.86,\"2750\":17739.34,\"2751\":9453.03,\"2752\":9810.43,\"2753\":1145.32,\"2754\":10009.2,\"2755\":9780.6,\"2756\":null,\"2757\":1341.6,\"2758\":13716.0,\"2759\":19006.93,\"2760\":10317.39,\"2761\":19616.61,\"2762\":null,\"2763\":null,\"2764\":417.6,\"2765\":8837.9,\"2766\":7618.0,\"2767\":1629.2,\"2768\":null,\"2769\":4196.5,\"2770\":409.91,\"2771\":1068.06,\"2772\":339.71,\"2773\":2129.0,\"2774\":1183.82,\"2775\":11057.26,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":1.47,\"2781\":772.2,\"2782\":null,\"2783\":284.24,\"2784\":809.1,\"2785\":null,\"2786\":null,\"2787\":230.88,\"2788\":null,\"2789\":5676.7,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":3965.74,\"2795\":null,\"2796\":null,\"2797\":2334.02,\"2798\":null,\"2799\":null,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":2439.46,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":1.1,\"2813\":5046.54,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":10709.95,\"2821\":11001.49,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1254.94,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":23.0,\"2845\":50.67,\"2846\":130.74,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1900.8,\"2904\":7173.6,\"2905\":13926.0,\"2906\":2347.2,\"2907\":4629.19,\"2908\":464.75,\"2909\":null,\"2910\":4290.0,\"2911\":404.39,\"2912\":13904.0,\"2913\":17919.86,\"2914\":null,\"2915\":3055.96,\"2916\":1744.71,\"2917\":709.34,\"2918\":2555.1,\"2919\":1479.0,\"2920\":16388.0,\"2921\":462321.47,\"2922\":501881.43,\"2923\":12832.0,\"2924\":996.93,\"2925\":7773.87,\"2926\":62083.1,\"2927\":6288.33,\"2928\":763.89,\"2929\":719.32,\"2930\":3700.8,\"2931\":1954.18,\"2932\":13161.7,\"2933\":608.08,\"2934\":null,\"2935\":15410.77,\"2936\":null,\"2937\":4748.6,\"2938\":940.78,\"2939\":null,\"2940\":151200.84,\"2941\":5928.44,\"2942\":null,\"2943\":508390.0,\"2944\":464874.53,\"2945\":null,\"2946\":13130.75,\"2947\":341783.47,\"2948\":14532.0,\"2949\":18603.2,\"2950\":27176.66,\"2951\":11970.87,\"2952\":10887.53,\"2953\":null,\"2954\":823.24,\"2955\":1326.49,\"2956\":479.71,\"2957\":305910.0,\"2958\":null,\"2959\":2098.87,\"2960\":764.31,\"2961\":400.98,\"2962\":24757.46,\"2963\":null,\"2964\":0.6,\"2965\":null,\"2966\":903.27,\"2967\":892895.62,\"2968\":0.77,\"2969\":1086.0,\"2970\":5869.6,\"2971\":8340.72,\"2972\":806.96,\"2973\":136680.0,\"2974\":623.19,\"2975\":12420.0,\"2976\":23812.8,\"2977\":60892.12,\"2978\":68294.52,\"2979\":165748.55,\"2980\":652.5,\"2981\":1021.81,\"2982\":39588.16,\"2983\":42474.2,\"2984\":7652.17,\"2985\":554.8,\"2986\":670.97,\"2987\":1409.4,\"2988\":350232.66,\"2989\":1062.1,\"2990\":471.47,\"2991\":523.26,\"2992\":707.9,\"2993\":5248.8,\"2994\":429.84,\"2995\":null,\"2996\":13982.67,\"2997\":4491.45,\"2998\":19827.2,\"2999\":7540.8,\"3000\":306.7,\"3001\":2622.0,\"3002\":108.9,\"3003\":338.61,\"3004\":29543.31,\"3005\":25595.48,\"3006\":null,\"3007\":null,\"3008\":641470.23,\"3009\":1242.3,\"3010\":836.0,\"3011\":1106.67,\"3012\":1580.4,\"3013\":null,\"3014\":631807.21,\"3015\":548411.6899999999,\"3016\":145490.0,\"3017\":418188.72,\"3018\":138788.66,\"3019\":125899.36,\"3020\":795.9,\"3021\":620.64,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76711.27,\"3026\":165639.3,\"3027\":170588.5,\"3028\":null,\"3029\":169786.22,\"3030\":14824.87,\"3031\":45645.08,\"3032\":48413.47,\"3033\":653.88,\"3034\":75546.64,\"3035\":875.67,\"3036\":8690.0,\"3037\":2501.57,\"3038\":32054.21,\"3039\":46328.77,\"3040\":48497.77,\"3041\":29765.05,\"3042\":13420.65,\"3043\":651.21,\"3044\":4150.8,\"3045\":null,\"3046\":4521.6,\"3047\":6884.63,\"3048\":285.25,\"3049\":800.0,\"3050\":4697.65,\"3051\":571.92,\"3052\":1565.96,\"3053\":145.24,\"3054\":8863.0,\"3055\":9799.0,\"3056\":2701.6,\"3057\":5463.18,\"3058\":18141.3,\"3059\":10092.71,\"3060\":10217.01,\"3061\":622.45,\"3062\":10005.2,\"3063\":9793.8,\"3064\":null,\"3065\":1402.1,\"3066\":10890.0,\"3067\":19583.04,\"3068\":10257.96,\"3069\":19571.15,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":445.9,\"3074\":8522.9,\"3075\":1972.0,\"3076\":null,\"3077\":1585.6,\"3078\":null,\"3079\":3833.8,\"3080\":null,\"3081\":409.91,\"3082\":2184.71,\"3083\":338.56,\"3084\":2108.0,\"3085\":1249.21,\"3086\":10978.5,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":728.64,\"3093\":null,\"3094\":279.84,\"3095\":1203.9,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5621.3,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4120.7,\"3106\":null,\"3107\":2594.23,\"3108\":null,\"3109\":null,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":3284.29,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":0.18,\"3123\":5691.38,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":9128.71,\"3132\":9387.71,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1310.82,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":212.52,\"3156\":213.19,\"3157\":232.53,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":0.05,\"3168\":null,\"3169\":0.53,\"3170\":0.39,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":0.15,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1894.2,\"3214\":7167.6,\"3215\":15789.0,\"3216\":2170.8,\"3217\":3937.53,\"3218\":469.48,\"3219\":null,\"3220\":null,\"3221\":404.53,\"3222\":13860.0,\"3223\":17063.09,\"3224\":198.0,\"3225\":3045.9,\"3226\":1733.49,\"3227\":709.78,\"3228\":1851.3,\"3229\":1731.0,\"3230\":16700.0,\"3231\":378532.23,\"3232\":502861.79,\"3233\":12968.0,\"3234\":1508.43,\"3235\":9961.99,\"3236\":61309.42,\"3237\":6288.33,\"3238\":704.95,\"3239\":725.84,\"3240\":null,\"3241\":3701.44,\"3242\":12584.99,\"3243\":637.34,\"3244\":null,\"3245\":null,\"3246\":15407.76,\"3247\":null,\"3248\":4815.89,\"3249\":940.78,\"3250\":129550.27,\"3251\":154358.21,\"3252\":5997.55,\"3253\":null,\"3254\":null,\"3255\":161502.24,\"3256\":null,\"3257\":14175.3,\"3258\":318737.4,\"3259\":13742.65,\"3260\":18750.6,\"3261\":27356.06,\"3262\":11051.1,\"3263\":10580.69,\"3264\":9825.14,\"3265\":1022.37,\"3266\":1734.57,\"3267\":null,\"3268\":573.58,\"3269\":305360.0,\"3270\":null,\"3271\":2058.5,\"3272\":762.54,\"3273\":399.11,\"3274\":24180.42,\"3275\":512.01,\"3276\":1.8,\"3277\":null,\"3278\":917.07,\"3279\":958182.89,\"3280\":602567.6,\"3281\":522.0,\"3282\":6124.8,\"3283\":8333.29,\"3284\":810.81,\"3285\":null,\"3286\":626.47,\"3287\":12600.0,\"3288\":23590.47,\"3289\":60839.04,\"3290\":68802.68,\"3291\":165377.0,\"3292\":null,\"3293\":null,\"3294\":136152.81,\"3295\":1016.42,\"3296\":39522.23,\"3297\":42486.33,\"3298\":8264.35,\"3299\":536.18,\"3300\":671.36,\"3301\":1182.15,\"3302\":350245.48,\"3303\":1062.1,\"3304\":536.15,\"3305\":826.56,\"3306\":371.17,\"3307\":5115.6,\"3308\":429.24,\"3309\":14060.87,\"3310\":4462.2,\"3311\":19779.2,\"3312\":10180.8,\"3313\":375.87,\"3314\":2548.8,\"3315\":105.6,\"3316\":294.24,\"3317\":29431.5,\"3318\":25575.76,\"3319\":null,\"3320\":null,\"3321\":569584.2,\"3322\":1215.36,\"3323\":769.12,\"3324\":1134.5,\"3325\":1472.4,\"3326\":53840.26,\"3327\":773515.9,\"3328\":548284.84,\"3329\":null,\"3330\":100760.0,\"3331\":null,\"3332\":418635.18,\"3333\":140021.88,\"3334\":126528.79,\"3335\":null,\"3336\":794.36,\"3337\":787.22,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64586.1,\"3342\":166048.81,\"3343\":170575.55,\"3344\":null,\"3345\":101535.78,\"3346\":18654.22,\"3347\":45815.56,\"3348\":48283.2,\"3349\":664.68,\"3350\":75554.05,\"3351\":null,\"3352\":8258.8,\"3353\":2485.62,\"3354\":24978.65,\"3355\":46234.28,\"3356\":57401.0,\"3357\":47434.5,\"3358\":13344.33,\"3359\":651.6,\"3360\":4150.8,\"3361\":7.2,\"3362\":4272.0,\"3363\":6742.4,\"3364\":279.05,\"3365\":8080.0,\"3366\":9104.56,\"3367\":1223.64,\"3368\":1521.96,\"3369\":142.82,\"3370\":230.4,\"3371\":8431.0,\"3372\":9653.0,\"3373\":2640.0,\"3374\":5941.51,\"3375\":18104.75,\"3376\":10573.43,\"3377\":11201.52,\"3378\":304.48,\"3379\":10010.6,\"3380\":9766.1,\"3381\":null,\"3382\":1327.7,\"3383\":9072.0,\"3384\":19664.0,\"3385\":10299.39,\"3386\":19584.71,\"3387\":7329.6,\"3388\":null,\"3389\":424.9,\"3390\":8263.5,\"3391\":2080.0,\"3392\":null,\"3393\":1502.4,\"3394\":null,\"3395\":3589.1,\"3396\":398.0,\"3397\":409.91,\"3398\":2172.12,\"3399\":337.18,\"3400\":2067.0,\"3401\":1056.01,\"3402\":10747.94,\"3403\":null,\"3404\":23.22,\"3405\":null,\"3406\":null,\"3407\":761.64,\"3408\":null,\"3409\":302.28,\"3410\":614.7,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2138.0,\"3415\":5502.9,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":4034.61,\"3421\":null,\"3422\":16.71,\"3423\":6737.99,\"3424\":16.86,\"3425\":178808.57,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":8955.45,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4542.94,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":14252.1,\"3448\":13509.86,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1339.42,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":154.25,\"3472\":152.66,\"3473\":122.84,\"3474\":8.55,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":0.43,\"3486\":0.31,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":0.01,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1881.0,\"3533\":7160.4,\"3534\":18810.0,\"3535\":1908.0,\"3536\":3937.16,\"3537\":467.06,\"3538\":34.58,\"3539\":404.5,\"3540\":13508.0,\"3541\":16532.15,\"3542\":198.0,\"3543\":null,\"3544\":1745.37,\"3545\":688.0,\"3546\":2571.3,\"3547\":1565.0,\"3548\":14724.0,\"3549\":60522.5,\"3550\":502538.0,\"3551\":null,\"3552\":826.32,\"3553\":11443.23,\"3554\":60563.36,\"3555\":6218.67,\"3556\":659.81,\"3557\":725.79,\"3558\":3701.76,\"3559\":12028.11,\"3560\":611.38,\"3561\":null,\"3562\":null,\"3563\":15318.15,\"3564\":null,\"3565\":4633.83,\"3566\":939.79,\"3567\":227803.09,\"3568\":152241.73,\"3569\":5817.1,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":null,\"3574\":12884.19,\"3575\":182615.83,\"3576\":11770.89,\"3577\":18948.6,\"3578\":24464.08,\"3579\":13023.85,\"3580\":15432.55,\"3581\":null,\"3582\":1000.64,\"3583\":1393.28,\"3584\":337.08,\"3585\":305195.0,\"3586\":null,\"3587\":2286.66,\"3588\":null,\"3589\":400.7,\"3590\":23019.37,\"3591\":null,\"3592\":2423.66,\"3593\":6.0,\"3594\":905.0,\"3595\":929158.99,\"3596\":432702.76,\"3597\":594.0,\"3598\":4373.6,\"3599\":8308.89,\"3600\":807.18,\"3601\":636.45,\"3602\":12132.0,\"3603\":23152.81,\"3604\":68663.08,\"3605\":165846.29,\"3606\":null,\"3607\":404294.0,\"3608\":426139.67,\"3609\":1004.28,\"3610\":39372.08,\"3611\":43140.64,\"3612\":7805.22,\"3613\":541.46,\"3614\":656.17,\"3615\":1118.4,\"3616\":115456.24,\"3617\":null,\"3618\":537.21,\"3619\":804.06,\"3620\":601.23,\"3621\":5236.8,\"3622\":429.72,\"3623\":null,\"3624\":null,\"3625\":13986.98,\"3626\":4050.0,\"3627\":19692.8,\"3628\":10214.4,\"3629\":337.85,\"3630\":2517.0,\"3631\":105.6,\"3632\":250.88,\"3633\":30543.0,\"3634\":40296.08,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":699981.23,\"3639\":1216.08,\"3640\":869.22,\"3641\":1131.85,\"3642\":1312.2,\"3643\":32858.16,\"3644\":774042.47,\"3645\":null,\"3646\":551255.52,\"3647\":125430.0,\"3648\":153563.97,\"3649\":417658.58,\"3650\":142021.16,\"3651\":126225.43,\"3652\":2063.0,\"3653\":794.08,\"3654\":547.21,\"3655\":null,\"3656\":21.14,\"3657\":24.39,\"3658\":77618.69,\"3659\":165332.24,\"3660\":163819.35,\"3661\":null,\"3662\":121922.92,\"3663\":18516.63,\"3664\":45325.42,\"3665\":47993.35,\"3666\":663.06,\"3667\":75569.19,\"3668\":1066.86,\"3669\":8520.6,\"3670\":2406.07,\"3671\":33491.08,\"3672\":46420.9,\"3673\":57560.24,\"3674\":57650.61,\"3675\":12386.2,\"3676\":651.0,\"3677\":8258.4,\"3678\":null,\"3679\":null,\"3680\":2976.0,\"3681\":6728.54,\"3682\":276.67,\"3683\":1360.0,\"3684\":9053.23,\"3685\":1059.6,\"3686\":1510.08,\"3687\":151.14,\"3688\":331.2,\"3689\":8151.0,\"3690\":9601.0,\"3691\":2624.6,\"3692\":4460.37,\"3693\":17523.96,\"3694\":9585.8,\"3695\":9939.67,\"3696\":288.05,\"3697\":10010.1,\"3698\":9781.7,\"3699\":null,\"3700\":1305.4,\"3701\":13968.0,\"3702\":19654.73,\"3703\":10286.47,\"3704\":19608.04,\"3705\":9068.4,\"3706\":409.4,\"3707\":8051.9,\"3708\":4562.0,\"3709\":null,\"3710\":1470.9,\"3711\":null,\"3712\":3403.4,\"3713\":2538.0,\"3714\":409.91,\"3715\":1957.1,\"3716\":341.55,\"3717\":2061.0,\"3718\":1265.52,\"3719\":12280.3,\"3720\":null,\"3721\":35.61,\"3722\":null,\"3723\":null,\"3724\":803.22,\"3725\":299.2,\"3726\":705.6,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5423.1,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3816.52,\"3737\":null,\"3738\":null,\"3739\":23.53,\"3740\":3647.9,\"3741\":30.34,\"3742\":163250.83,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":5038.96,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4493.03,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":10355.04,\"3765\":10687.9,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1228.76,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":32.0,\"3787\":30.85,\"3788\":71.99,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":null,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":0.41,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1821.6,\"3850\":7147.2,\"3851\":387057.07,\"3852\":5871.6,\"3853\":5433.26,\"3854\":30.91,\"3855\":155.06,\"3856\":404.65,\"3857\":13068.0,\"3858\":15997.45,\"3859\":191.4,\"3860\":3043.42,\"3861\":1745.7,\"3862\":764.82,\"3863\":2451.6,\"3864\":2470.0,\"3865\":21196.0,\"3866\":60522.6,\"3867\":499359.69,\"3868\":14096.0,\"3869\":890.34,\"3870\":11444.15,\"3871\":29539.74,\"3872\":6127.0,\"3873\":1021.2,\"3874\":718.24,\"3875\":3701.76,\"3876\":null,\"3877\":11393.1,\"3878\":401.94,\"3879\":null,\"3880\":null,\"3881\":28800.1,\"3882\":9194.0,\"3883\":4396.64,\"3884\":939.79,\"3885\":247381.55,\"3886\":149823.01,\"3887\":5598.64,\"3888\":null,\"3889\":null,\"3890\":15821.37,\"3891\":null,\"3892\":12458.81,\"3893\":33004.3,\"3894\":14041.06,\"3895\":18900.2,\"3896\":27699.92,\"3897\":12139.5,\"3898\":12645.33,\"3899\":null,\"3900\":1010.78,\"3901\":1237.82,\"3902\":579.46,\"3903\":null,\"3904\":null,\"3905\":2443.18,\"3906\":765.19,\"3907\":392.81,\"3908\":22508.24,\"3909\":null,\"3910\":14.96,\"3911\":16.2,\"3912\":645.98,\"3913\":942089.01,\"3914\":0.75,\"3915\":582.0,\"3916\":6404.2,\"3917\":8304.64,\"3918\":799.04,\"3919\":null,\"3920\":640.26,\"3921\":12096.0,\"3922\":22740.31,\"3923\":69801.64,\"3924\":165500.99,\"3925\":null,\"3926\":402776.0,\"3927\":455906.95,\"3928\":1004.03,\"3929\":39055.56,\"3930\":42662.67,\"3931\":7805.22,\"3932\":538.03,\"3933\":685.22,\"3934\":987.45,\"3935\":81294.38,\"3936\":1050.05,\"3937\":544.5,\"3938\":594.0,\"3939\":575.39,\"3940\":5074.8,\"3941\":429.24,\"3942\":1730.59,\"3943\":14025.0,\"3944\":4208.85,\"3945\":18688.88,\"3946\":8601.6,\"3947\":381.28,\"3948\":2473.2,\"3949\":105.6,\"3950\":348.32,\"3951\":29346.76,\"3952\":35234.65,\"3953\":459397.4,\"3954\":null,\"3955\":573804.4,\"3956\":1207.14,\"3957\":731.28,\"3958\":1098.72,\"3959\":1234.8,\"3960\":774252.52,\"3961\":52411.03,\"3962\":552155.54,\"3963\":134940.0,\"3964\":155905.5,\"3965\":420922.52,\"3966\":142684.68,\"3967\":126285.13,\"3968\":793.94,\"3969\":617.37,\"3970\":null,\"3971\":29.73,\"3972\":33.42,\"3973\":77117.36,\"3974\":165364.29,\"3975\":169620.95,\"3976\":null,\"3977\":217929.49,\"3978\":19097.22,\"3979\":45170.25,\"3980\":49014.28,\"3981\":653.97,\"3982\":75536.09,\"3983\":872.87,\"3984\":8234.6,\"3985\":2574.23,\"3986\":null,\"3987\":35240.03,\"3988\":47852.2,\"3989\":47476.59,\"3990\":17982.3,\"3991\":650.1,\"3992\":4921.2,\"3993\":null,\"3994\":6271.2,\"3995\":6761.87,\"3996\":268.49,\"3997\":null,\"3998\":8320.0,\"3999\":9376.73,\"4000\":941.04,\"4001\":1587.96,\"4002\":147.71,\"4003\":330.6,\"4004\":8357.0,\"4005\":11234.0,\"4006\":2602.6,\"4007\":4957.98,\"4008\":15054.12,\"4009\":9177.28,\"4010\":9528.6,\"4011\":765.16,\"4012\":10013.4,\"4013\":9779.9,\"4014\":null,\"4015\":1346.0,\"4016\":13086.0,\"4017\":19760.13,\"4018\":10301.85,\"4019\":19616.92,\"4020\":7531.2,\"4021\":360.8,\"4022\":8007.3,\"4023\":1846.0,\"4024\":1432.9,\"4025\":null,\"4026\":3288.8,\"4027\":6875.0,\"4028\":409.91,\"4029\":2281.25,\"4030\":345.92,\"4031\":2109.0,\"4032\":675.42,\"4033\":10627.32,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":741.84,\"4039\":253.44,\"4040\":747.0,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5376.2,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3787.83,\"4052\":null,\"4053\":null,\"4054\":786.24,\"4055\":null,\"4056\":180936.67,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":1066.2,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":0.11,\"4070\":4451.48,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7955.7,\"4080\":8200.33,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1229.25,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":115.52,\"4104\":114.6,\"4105\":48.64,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":264.0,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":null,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1735.8,\"4167\":7144.8,\"4168\":387953.97,\"4169\":2948.4,\"4170\":4240.46,\"4171\":468.6,\"4172\":121.09,\"4173\":403.77,\"4174\":12573.0,\"4175\":15611.37,\"4176\":null,\"4177\":3136.16,\"4178\":1743.39,\"4179\":765.5,\"4180\":2378.7,\"4181\":1798.0,\"4182\":20652.0,\"4183\":60599.87,\"4184\":501743.21,\"4185\":13984.0,\"4186\":1824.57,\"4187\":7972.1,\"4188\":26096.79,\"4189\":6138.0,\"4190\":655.21,\"4191\":717.75,\"4192\":3702.08,\"4193\":980.98,\"4194\":11107.06,\"4195\":600.16,\"4196\":null,\"4197\":null,\"4198\":26342.54,\"4199\":1961.57,\"4200\":4395.62,\"4201\":939.79,\"4202\":250252.08,\"4203\":152721.25,\"4204\":5556.76,\"4205\":null,\"4206\":508960.0,\"4207\":null,\"4208\":11862.53,\"4209\":185683.37,\"4210\":14008.99,\"4211\":18768.2,\"4212\":25279.47,\"4213\":11306.37,\"4214\":16691.44,\"4215\":29744.65,\"4216\":936.68,\"4217\":1212.63,\"4218\":594.96,\"4219\":null,\"4220\":null,\"4221\":2190.41,\"4222\":769.13,\"4223\":400.95,\"4224\":22150.56,\"4225\":null,\"4226\":null,\"4227\":3.6,\"4228\":839.88,\"4229\":867625.34,\"4230\":0.05,\"4231\":480.0,\"4232\":6611.0,\"4233\":8312.47,\"4234\":793.98,\"4235\":615.26,\"4236\":13932.0,\"4237\":23131.03,\"4238\":69399.63,\"4239\":165729.25,\"4240\":null,\"4241\":403466.0,\"4242\":null,\"4243\":1039.76,\"4244\":38717.17,\"4245\":42441.7,\"4246\":7652.17,\"4247\":526.42,\"4248\":672.8,\"4249\":876.3,\"4250\":81083.76,\"4251\":2115.6,\"4252\":543.58,\"4253\":650.34,\"4254\":588.79,\"4255\":4579.2,\"4256\":429.12,\"4257\":1351.98,\"4258\":null,\"4259\":4159.35,\"4260\":18116.21,\"4261\":10195.2,\"4262\":null,\"4263\":382.4,\"4264\":2565.0,\"4265\":105.6,\"4266\":335.6,\"4267\":29584.88,\"4268\":35622.21,\"4269\":null,\"4270\":30935.86,\"4271\":null,\"4272\":605227.4,\"4273\":1317.9,\"4274\":782.76,\"4275\":1093.76,\"4276\":1386.0,\"4277\":617493.86,\"4278\":38518.87,\"4279\":503154.88,\"4280\":null,\"4281\":142890.56,\"4282\":424977.62,\"4283\":140829.36,\"4284\":124282.09,\"4285\":793.24,\"4286\":581.26,\"4287\":null,\"4288\":null,\"4289\":0.37,\"4290\":59648.58,\"4291\":165236.14,\"4292\":170261.05,\"4293\":null,\"4294\":null,\"4295\":19277.22,\"4296\":45550.94,\"4297\":48943.42,\"4298\":647.52,\"4299\":75361.38,\"4300\":852.24,\"4301\":8069.6,\"4302\":2256.28,\"4303\":27495.43,\"4304\":41681.77,\"4305\":59168.32,\"4306\":57472.27,\"4307\":16077.35,\"4308\":650.4,\"4309\":5407.2,\"4310\":204.0,\"4311\":9158.4,\"4312\":5902.05,\"4313\":409.13,\"4314\":3600.0,\"4315\":9368.3,\"4316\":1098.36,\"4317\":1593.24,\"4318\":149.56,\"4319\":12496.0,\"4320\":9498.0,\"4321\":2780.8,\"4322\":4460.98,\"4323\":14638.0,\"4324\":9736.38,\"4325\":10126.5,\"4326\":1206.33,\"4327\":10007.6,\"4328\":9605.7,\"4329\":null,\"4330\":1420.9,\"4331\":13392.0,\"4332\":19758.83,\"4333\":10302.49,\"4334\":19621.12,\"4335\":8784.0,\"4336\":403.0,\"4337\":8444.3,\"4338\":1992.0,\"4339\":null,\"4340\":2704.4,\"4341\":null,\"4342\":3377.8,\"4343\":6297.0,\"4344\":409.91,\"4345\":1952.45,\"4346\":344.54,\"4347\":2538.0,\"4348\":1168.45,\"4349\":11045.42,\"4350\":null,\"4351\":17.35,\"4352\":null,\"4353\":null,\"4354\":14.67,\"4355\":768.24,\"4356\":null,\"4357\":251.24,\"4358\":null,\"4359\":null,\"4360\":null,\"4361\":377.76,\"4362\":null,\"4363\":2000.0,\"4364\":7612.5,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4826.61,\"4370\":null,\"4371\":2.75,\"4372\":7.42,\"4373\":639.64,\"4374\":null,\"4375\":null,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":1311.12,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":3718.34,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6948.98,\"4398\":7166.39,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":965.46,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":89.62,\"4421\":86.7,\"4422\":118.16,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":5424.1,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":0.6,\"4444\":4669.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":0.01,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4669.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3622.67,\"4484\":1900.8,\"4485\":7142.4,\"4486\":385734.1,\"4487\":2437.2,\"4488\":4632.35,\"4489\":134.99,\"4490\":404.81,\"4491\":11429.0,\"4492\":15359.73,\"4493\":211.2,\"4494\":3121.96,\"4495\":1743.06,\"4496\":755.64,\"4497\":1334.7,\"4498\":3574.0,\"4499\":21184.0,\"4500\":60167.2,\"4501\":503102.57,\"4502\":12680.0,\"4503\":1564.53,\"4504\":10945.28,\"4505\":61141.52,\"4506\":6101.33,\"4507\":633.65,\"4508\":719.56,\"4509\":3700.16,\"4510\":849.91,\"4511\":10994.8,\"4512\":606.98,\"4513\":null,\"4514\":null,\"4515\":27107.93,\"4516\":6275.0,\"4517\":4732.45,\"4518\":940.78,\"4519\":250111.72,\"4520\":155028.98,\"4521\":5726.75,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":13330.96,\"4526\":33437.54,\"4527\":17244.24,\"4528\":18642.8,\"4529\":27221.33,\"4530\":12806.31,\"4531\":16550.34,\"4532\":45272.91,\"4533\":921.56,\"4534\":1371.59,\"4535\":592.71,\"4536\":null,\"4537\":2040.56,\"4538\":755.75,\"4539\":406.07,\"4540\":21646.23,\"4541\":null,\"4542\":2786.83,\"4543\":2111.4,\"4544\":891.14,\"4545\":874021.97,\"4546\":444059.0,\"4547\":450.0,\"4548\":6789.2,\"4549\":8304.92,\"4550\":797.17,\"4551\":644.79,\"4552\":14220.0,\"4553\":23037.77,\"4554\":69250.86,\"4555\":165449.88,\"4556\":2.0,\"4557\":null,\"4558\":538951.9399999999,\"4559\":996.15,\"4560\":null,\"4561\":null,\"4562\":7652.17,\"4563\":530.64,\"4564\":673.92,\"4565\":790.2,\"4566\":96482.67,\"4567\":3079.58,\"4568\":535.0,\"4569\":636.12,\"4570\":340.2,\"4571\":4599.6,\"4572\":428.52,\"4573\":1359.55,\"4574\":null,\"4575\":2399.4,\"4576\":17728.82,\"4577\":8568.0,\"4578\":793.56,\"4579\":371.12,\"4580\":2566.2,\"4581\":102.3,\"4582\":329.53,\"4583\":29186.01,\"4584\":47112.18,\"4585\":null,\"4586\":206470.86,\"4587\":null,\"4588\":116955.62,\"4589\":1498.86,\"4590\":747.56,\"4591\":1077.6,\"4592\":1420.2,\"4593\":655326.84,\"4594\":null,\"4595\":541045.34,\"4596\":145430.0,\"4597\":156633.38,\"4598\":424461.1,\"4599\":144416.93,\"4600\":126910.32,\"4601\":792.26,\"4602\":580.79,\"4603\":null,\"4604\":12.41,\"4605\":15.44,\"4606\":61303.14,\"4607\":165205.71,\"4608\":170952.95,\"4609\":null,\"4610\":null,\"4611\":19269.06,\"4612\":45751.1,\"4613\":49108.38,\"4614\":652.11,\"4615\":75336.09,\"4616\":694.26,\"4617\":6967.4,\"4618\":2262.82,\"4619\":25407.38,\"4620\":41487.32,\"4621\":57813.72,\"4622\":57540.93,\"4623\":19703.57,\"4624\":326.28,\"4625\":8611.2,\"4626\":223.2,\"4627\":9158.4,\"4628\":6699.83,\"4629\":269.35,\"4630\":9760.0,\"4631\":9369.16,\"4632\":1156.8,\"4633\":1544.84,\"4634\":157.21,\"4635\":14232.0,\"4636\":9679.0,\"4637\":2807.2,\"4638\":5914.66,\"4639\":16484.21,\"4640\":9703.52,\"4641\":10060.14,\"4642\":534.89,\"4643\":10018.5,\"4644\":9621.7,\"4645\":null,\"4646\":2180.5,\"4647\":12852.0,\"4648\":19760.38,\"4649\":10302.33,\"4650\":19623.07,\"4651\":9007.2,\"4652\":534.9,\"4653\":10505.9,\"4654\":8698.0,\"4655\":null,\"4656\":1857.7,\"4657\":null,\"4658\":3985.9,\"4659\":5849.0,\"4660\":409.91,\"4661\":2129.47,\"4662\":339.71,\"4663\":2253.0,\"4664\":1276.34,\"4665\":19439.26,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":848.76,\"4672\":362.12,\"4673\":464.4,\"4674\":null,\"4675\":null,\"4676\":null,\"4677\":null,\"4678\":2000.0,\"4679\":6606.0,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":5193.91,\"4685\":null,\"4686\":null,\"4687\":781.26,\"4688\":null,\"4689\":null,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":1602.88,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":0.32,\"4702\":4283.51,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6490.35,\"4712\":6663.19,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1206.37,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":218.36,\"4736\":220.15,\"4737\":271.88,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":14.3,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4618.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4618.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3718.0,\"4797\":2197.8,\"4798\":7140.0,\"4799\":17941.73,\"4800\":6606.0,\"4801\":6657.27,\"4802\":99.97,\"4803\":404.48,\"4804\":11836.0,\"4805\":16314.71,\"4806\":19.8,\"4807\":3104.47,\"4808\":1740.75,\"4809\":777.46,\"4810\":2521.8,\"4811\":3962.0,\"4812\":21012.0,\"4813\":60274.86,\"4814\":502858.53,\"4815\":null,\"4816\":1675.41,\"4817\":18000.96,\"4818\":38823.43,\"4819\":7260.0,\"4820\":null,\"4821\":710.0,\"4822\":3700.48,\"4823\":859.78,\"4824\":23096.39,\"4825\":621.06,\"4826\":null,\"4827\":null,\"4828\":28363.13,\"4829\":6389.0,\"4830\":6370.67,\"4831\":939.79,\"4832\":249923.67,\"4833\":151810.65,\"4834\":7965.71,\"4835\":null,\"4836\":508440.0,\"4837\":null,\"4838\":null,\"4839\":25376.35,\"4840\":398024.83,\"4841\":19310.11,\"4842\":18400.8,\"4843\":23962.44,\"4844\":11026.73,\"4845\":16725.54,\"4846\":101463.64,\"4847\":1249.04,\"4848\":1277.47,\"4849\":583.83,\"4850\":5170.0,\"4851\":null,\"4852\":2071.61,\"4853\":753.19,\"4854\":407.77,\"4855\":32441.72,\"4856\":null,\"4857\":2399.91,\"4858\":2206.2,\"4859\":714.07,\"4860\":883427.7,\"4861\":339291.82,\"4862\":408.0,\"4863\":10546.8,\"4864\":8322.24,\"4865\":774.73,\"4866\":68390.0,\"4867\":615.62,\"4868\":15372.0,\"4869\":22895.93,\"4870\":65010.68,\"4871\":166070.74,\"4872\":856.0,\"4873\":318688.0,\"4874\":124344.03,\"4875\":50940.38,\"4876\":43431.34,\"4877\":7652.17,\"4878\":537.37,\"4879\":675.07,\"4880\":740.25,\"4881\":81105.44,\"4882\":3077.86,\"4883\":529.02,\"4884\":382.68,\"4885\":382.65,\"4886\":3907.2,\"4887\":429.0,\"4888\":null,\"4889\":2108.97,\"4890\":14089.56,\"4891\":2570.4,\"4892\":17340.45,\"4893\":10243.2,\"4894\":null,\"4895\":2559.0,\"4896\":102.3,\"4897\":331.31,\"4898\":29747.14,\"4899\":50195.25,\"4900\":null,\"4901\":129496.33,\"4902\":null,\"4903\":120259.56,\"4904\":null,\"4905\":753.5,\"4906\":1095.85,\"4907\":1378.8,\"4908\":770787.64,\"4909\":52610.58,\"4910\":533973.3,\"4911\":null,\"4912\":181830.0,\"4913\":155665.38,\"4914\":423428.46,\"4915\":72605.02,\"4916\":71718.01,\"4917\":791.28,\"4918\":839.44,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76329.24,\"4923\":164147.62,\"4924\":164884.95,\"4925\":null,\"4926\":null,\"4927\":228398.02,\"4928\":null,\"4929\":46146.35,\"4930\":48805.2,\"4931\":652.86,\"4932\":76486.62,\"4933\":811.39,\"4934\":8696.6,\"4935\":2317.35,\"4936\":32300.36,\"4937\":42773.6,\"4938\":58612.51,\"4939\":57690.24,\"4940\":19529.66,\"4941\":325.8,\"4942\":7758.0,\"4943\":0.6,\"4944\":9158.4,\"4945\":6765.5,\"4946\":263.01,\"4947\":null,\"4948\":7600.0,\"4949\":9376.44,\"4950\":73.8,\"4951\":1602.92,\"4952\":149.56,\"4953\":null,\"4954\":12011.0,\"4955\":8884.0,\"4956\":2552.0,\"4957\":7649.29,\"4958\":16298.52,\"4959\":12417.52,\"4960\":12075.91,\"4961\":1064.95,\"4962\":10017.4,\"4963\":9622.5,\"4964\":null,\"4965\":1845.3,\"4966\":13878.0,\"4967\":19756.31,\"4968\":10254.32,\"4969\":19619.7,\"4970\":7610.4,\"4971\":521.9,\"4972\":8737.5,\"4973\":7642.0,\"4974\":1482.5,\"4975\":null,\"4976\":3477.0,\"4977\":3606.0,\"4978\":409.91,\"4979\":2028.33,\"4980\":341.32,\"4981\":2158.0,\"4982\":1006.93,\"4983\":12797.81,\"4984\":null,\"4985\":4.09,\"4986\":null,\"4987\":null,\"4988\":89.47,\"4989\":809.82,\"4990\":304.48,\"4991\":657.9,\"4992\":null,\"4993\":null,\"4994\":118.08,\"4995\":null,\"4996\":2000.0,\"4997\":5671.2,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3982.96,\"5003\":null,\"5004\":null,\"5005\":2388.27,\"5006\":null,\"5007\":null,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":5170.82,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4150.91,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5702.21,\"5031\":5844.51,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":41.85,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1323.85,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":2.46,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5582.5,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4659.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4659.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3725.33,\"5116\":2197.8,\"5117\":7143.6,\"5118\":397305.29,\"5119\":4395.6,\"5120\":5723.26,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.7,\"5125\":13002.0,\"5126\":10377.76,\"5127\":null,\"5128\":3056.46,\"5129\":1668.81,\"5130\":756.09,\"5131\":1601.1,\"5132\":2882.0,\"5133\":20048.0,\"5134\":60614.98,\"5135\":503295.91,\"5136\":14984.0,\"5137\":1004.52,\"5138\":17905.84,\"5139\":30510.44,\"5140\":7256.33,\"5141\":1070.08,\"5142\":729.13,\"5143\":3701.12,\"5144\":904.83,\"5145\":15171.36,\"5146\":592.24,\"5147\":null,\"5148\":null,\"5149\":30038.91,\"5150\":10605.0,\"5151\":6818.99,\"5152\":939.79,\"5153\":249584.58,\"5154\":158313.29,\"5155\":7945.71,\"5156\":137568.0,\"5157\":505260.0,\"5158\":null,\"5159\":null,\"5160\":16600.5,\"5161\":396084.06,\"5162\":15466.35,\"5163\":18785.8,\"5164\":22858.41,\"5165\":13101.03,\"5166\":16137.36,\"5167\":null,\"5168\":1216.75,\"5169\":1567.54,\"5170\":593.96,\"5171\":null,\"5172\":null,\"5173\":2327.49,\"5174\":745.21,\"5175\":395.34,\"5176\":27596.59,\"5177\":null,\"5178\":955.89,\"5179\":2206.2,\"5180\":822.77,\"5181\":957560.84,\"5182\":0.02,\"5183\":300.0,\"5184\":7392.0,\"5185\":8440.07,\"5186\":798.93,\"5187\":12110.0,\"5188\":609.79,\"5189\":14400.0,\"5190\":23731.91,\"5191\":69165.0,\"5192\":165539.63,\"5193\":null,\"5194\":319378.0,\"5195\":null,\"5196\":1020.39,\"5197\":null,\"5198\":8111.3,\"5199\":483.78,\"5200\":673.96,\"5201\":787.5,\"5202\":81171.35,\"5203\":3079.58,\"5204\":536.65,\"5205\":638.1,\"5206\":584.71,\"5207\":4848.0,\"5208\":428.76,\"5209\":1670.74,\"5210\":14012.09,\"5211\":null,\"5212\":16765.94,\"5213\":10468.8,\"5214\":200.9,\"5215\":2549.4,\"5216\":102.3,\"5217\":336.11,\"5218\":30071.28,\"5219\":42229.13,\"5220\":null,\"5221\":null,\"5222\":null,\"5223\":578751.46,\"5224\":1237.98,\"5225\":807.4,\"5226\":1131.59,\"5227\":1270.8,\"5228\":641061.26,\"5229\":null,\"5230\":530663.52,\"5231\":101630.0,\"5232\":145778.09,\"5233\":423394.81,\"5234\":145481.21,\"5235\":124502.77,\"5236\":null,\"5237\":791.56,\"5238\":553.13,\"5239\":null,\"5240\":4.4,\"5241\":6.44,\"5242\":62203.76,\"5243\":165255.22,\"5244\":166451.9,\"5245\":null,\"5246\":null,\"5247\":101635.77,\"5248\":null,\"5249\":22505.69,\"5250\":46342.78,\"5251\":49134.12,\"5252\":656.13,\"5253\":75589.52,\"5254\":792.84,\"5255\":8914.4,\"5256\":2624.27,\"5257\":26638.69,\"5258\":32071.04,\"5259\":58726.06,\"5260\":57553.63,\"5261\":18799.4,\"5262\":326.01,\"5263\":5911.2,\"5264\":271.2,\"5265\":9158.4,\"5266\":6742.23,\"5267\":279.64,\"5268\":3040.0,\"5269\":9378.73,\"5270\":169.44,\"5271\":1675.52,\"5272\":143.88,\"5273\":null,\"5274\":9193.0,\"5275\":8256.0,\"5276\":2532.2,\"5277\":4946.94,\"5278\":16531.97,\"5279\":10151.31,\"5280\":10225.99,\"5281\":373.27,\"5282\":13760.6,\"5283\":13500.1,\"5284\":null,\"5285\":1470.8,\"5286\":14184.0,\"5287\":19753.68,\"5288\":10281.56,\"5289\":19618.15,\"5290\":7768.8,\"5291\":431.8,\"5292\":7934.0,\"5293\":1974.0,\"5294\":1372.4,\"5295\":null,\"5296\":3713.9,\"5297\":5092.0,\"5298\":409.91,\"5299\":2116.13,\"5300\":337.64,\"5301\":2058.0,\"5302\":1255.49,\"5303\":11218.31,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":205.33,\"5309\":856.68,\"5310\":null,\"5311\":297.0,\"5312\":904.2,\"5313\":null,\"5314\":null,\"5315\":301.92,\"5316\":null,\"5317\":2000.0,\"5318\":5406.7,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":6290.09,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":5932.25,\"5328\":null,\"5329\":null,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":9090.57,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":1.23,\"5343\":4833.87,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":5018.18,\"5353\":5138.61,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1260.16,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":77.93,\"5377\":72.04,\"5378\":71.37,\"5379\":null,\"5380\":4.28,\"5381\":null,\"5382\":5507.7,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":0.28,\"5392\":0.23,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":2872.2,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":null,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3875.67,\"5440\":1894.2,\"5441\":7170.0,\"5442\":392623.85,\"5443\":2440.8,\"5444\":4930.89,\"5445\":466.07,\"5446\":null,\"5447\":404.66,\"5448\":13860.0,\"5449\":14502.64,\"5450\":191.4,\"5451\":2584.72,\"5452\":1744.05,\"5453\":771.62,\"5454\":1520.1,\"5455\":2609.0,\"5456\":21332.0,\"5457\":124695.38,\"5458\":503088.93,\"5459\":14088.0,\"5460\":1208.46,\"5461\":4995.91,\"5462\":42775.4,\"5463\":null,\"5464\":7608.33,\"5465\":1024.36,\"5466\":722.82,\"5467\":3701.76,\"5468\":856.09,\"5469\":12895.15,\"5470\":637.34,\"5471\":null,\"5472\":null,\"5473\":15408.37,\"5474\":6272.0,\"5475\":4764.69,\"5476\":939.79,\"5477\":254896.28,\"5478\":158329.56,\"5479\":5709.63,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":14370.49,\"5485\":396406.53,\"5486\":18869.53,\"5487\":17056.6,\"5488\":22538.3,\"5489\":12042.98,\"5490\":16977.14,\"5491\":null,\"5492\":1332.67,\"5493\":2233.33,\"5494\":591.71,\"5495\":172315.0,\"5496\":null,\"5497\":2295.86,\"5498\":745.9,\"5499\":399.58,\"5500\":25521.48,\"5501\":null,\"5502\":2614.11,\"5503\":2206.2,\"5504\":869.11,\"5505\":908615.4300000001,\"5506\":488046.88,\"5507\":432.0,\"5508\":6993.8,\"5509\":8416.48,\"5510\":794.97,\"5511\":186850.0,\"5512\":623.44,\"5513\":15048.0,\"5514\":23461.07,\"5515\":null,\"5516\":69209.54,\"5517\":165246.94,\"5518\":null,\"5519\":null,\"5520\":544535.11,\"5521\":1051.97,\"5522\":42297.95,\"5523\":8111.3,\"5524\":515.99,\"5525\":686.2,\"5526\":787.05,\"5527\":80960.4,\"5528\":3065.81,\"5529\":529.58,\"5530\":545.76,\"5531\":509.8,\"5532\":4498.8,\"5533\":428.16,\"5534\":1473.21,\"5535\":13997.74,\"5536\":19659.62,\"5537\":1958.4,\"5538\":195.82,\"5539\":2554.2,\"5540\":95.7,\"5541\":334.02,\"5542\":29664.51,\"5543\":39946.14,\"5544\":null,\"5545\":null,\"5546\":null,\"5547\":119806.2,\"5548\":1604.76,\"5549\":745.14,\"5550\":1066.87,\"5551\":1402.2,\"5552\":768545.89,\"5553\":50954.16,\"5554\":533062.22,\"5555\":null,\"5556\":154986.09,\"5557\":423110.14,\"5558\":140079.48,\"5559\":127533.06,\"5560\":null,\"5561\":791.98,\"5562\":898.76,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":60361.51,\"5567\":163586.41,\"5568\":168348.15,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22436.48,\"5573\":45940.37,\"5574\":48993.45,\"5575\":651.96,\"5576\":75495.0,\"5577\":838.87,\"5578\":8571.2,\"5579\":2408.25,\"5580\":28259.24,\"5581\":31930.16,\"5582\":59462.11,\"5583\":58442.75,\"5584\":14224.18,\"5585\":655.5,\"5586\":4935.6,\"5587\":271.2,\"5588\":9158.4,\"5589\":6752.63,\"5590\":278.39,\"5591\":8080.0,\"5592\":9185.81,\"5593\":396.6,\"5594\":1639.44,\"5595\":141.5,\"5596\":null,\"5597\":7755.0,\"5598\":8716.0,\"5599\":2466.2,\"5600\":3950.84,\"5601\":16519.96,\"5602\":9581.43,\"5603\":9920.8,\"5604\":3036.29,\"5605\":12942.1,\"5606\":12662.3,\"5607\":null,\"5608\":1379.2,\"5609\":null,\"5610\":19751.64,\"5611\":19508.04,\"5612\":18592.62,\"5613\":7682.4,\"5614\":400.5,\"5615\":7523.6,\"5616\":1910.0,\"5617\":1295.6,\"5618\":null,\"5619\":3088.9,\"5620\":5308.0,\"5621\":409.91,\"5622\":3058.55,\"5623\":339.71,\"5624\":2008.0,\"5625\":831.29,\"5626\":10819.79,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":958.32,\"5633\":null,\"5634\":309.76,\"5635\":1280.7,\"5636\":0.44,\"5637\":null,\"5638\":285.6,\"5639\":null,\"5640\":2000.0,\"5641\":5392.1,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3793.57,\"5647\":null,\"5648\":null,\"5649\":8813.16,\"5650\":null,\"5651\":null,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":10307.35,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":0.5,\"5664\":5161.71,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":19584.85,\"5674\":19879.87,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":null,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1206.7,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":129.47,\"5698\":130.35,\"5699\":169.04,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5557.2,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":0.16,\"5713\":0.13,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":2898.18,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":1259.25,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3831.67,\"5762\":1828.2,\"5763\":7159.2,\"5764\":411821.27,\"5765\":1944.0,\"5766\":3930.77,\"5767\":466.62,\"5768\":null,\"5769\":null,\"5770\":406.08,\"5771\":12276.0,\"5772\":14029.34,\"5773\":191.4,\"5774\":506.88,\"5775\":1745.37,\"5776\":775.44,\"5777\":1376.1,\"5778\":805.0,\"5779\":21192.0,\"5780\":103739.25,\"5781\":501440.52,\"5782\":13200.0,\"5783\":870.87,\"5784\":9498.99,\"5785\":42000.43,\"5786\":6908.0,\"5787\":623.3,\"5788\":3700.8,\"5789\":854.85,\"5790\":11709.51,\"5791\":634.92,\"5792\":null,\"5793\":null,\"5794\":29058.5,\"5795\":10009.0,\"5796\":4494.64,\"5797\":254251.0,\"5798\":159176.58,\"5799\":5493.72,\"5800\":507850.0,\"5801\":59304.66,\"5802\":null,\"5803\":13109.03,\"5804\":395412.37,\"5805\":13925.36,\"5806\":17518.6,\"5807\":23192.72,\"5808\":10911.04,\"5809\":16439.25,\"5810\":null,\"5811\":1471.56,\"5812\":1840.09,\"5813\":596.21,\"5814\":180290.0,\"5815\":null,\"5816\":2212.03,\"5817\":741.08,\"5818\":401.56,\"5819\":24062.38,\"5820\":null,\"5821\":2602.56,\"5822\":2206.2,\"5823\":null,\"5824\":936.43,\"5825\":896336.6800000001,\"5826\":497282.41,\"5827\":258.0,\"5828\":6659.4,\"5829\":8392.97,\"5830\":795.85,\"5831\":187940.0,\"5832\":664.3,\"5833\":16164.0,\"5834\":22461.46,\"5835\":60363.53,\"5836\":69516.69,\"5837\":165561.64,\"5838\":2727.0,\"5839\":401396.0,\"5840\":null,\"5841\":null,\"5842\":3979.13,\"5843\":496.72,\"5844\":685.01,\"5845\":1042.5,\"5846\":80868.72,\"5847\":3614.94,\"5848\":530.97,\"5849\":594.54,\"5850\":542.47,\"5851\":4137.6,\"5852\":427.44,\"5853\":1309.9,\"5854\":14135.48,\"5855\":16460.09,\"5856\":4526.4,\"5857\":null,\"5858\":379.7,\"5859\":2535.0,\"5860\":99.0,\"5861\":327.92,\"5862\":29384.26,\"5863\":44992.81,\"5864\":null,\"5865\":45288.53,\"5866\":null,\"5867\":119765.34,\"5868\":1603.86,\"5869\":716.1,\"5870\":1036.56,\"5871\":1384.2,\"5872\":556789.26,\"5873\":null,\"5874\":535472.9,\"5875\":null,\"5876\":119985.03,\"5877\":423197.97,\"5878\":142865.82,\"5879\":127220.74,\"5880\":null,\"5881\":793.24,\"5882\":585.91,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":60407.17,\"5887\":163340.62,\"5888\":170771.65,\"5889\":null,\"5890\":null,\"5891\":null,\"5892\":22146.16,\"5893\":45680.51,\"5894\":49770.23,\"5895\":652.56,\"5896\":75454.34,\"5897\":978.8,\"5898\":8177.4,\"5899\":2300.36,\"5900\":29738.26,\"5901\":31815.52,\"5902\":58022.37,\"5903\":null,\"5904\":18960.21,\"5905\":652.41,\"5906\":5418.0,\"5907\":36.0,\"5908\":9158.4,\"5909\":6745.04,\"5910\":313.17,\"5911\":4080.0,\"5912\":9303.36,\"5913\":1242.12,\"5914\":1716.44,\"5915\":null,\"5916\":7730.0,\"5917\":7442.0,\"5918\":2457.4,\"5919\":6136.93,\"5920\":16681.41,\"5921\":17602.98,\"5922\":17431.46,\"5923\":663.52,\"5924\":12998.0,\"5925\":12729.6,\"5926\":null,\"5927\":1335.9,\"5928\":13878.0,\"5929\":19736.3,\"5930\":19672.14,\"5931\":19599.84,\"5932\":7099.2,\"5933\":7522.5,\"5934\":1980.0,\"5935\":1255.9,\"5936\":null,\"5937\":2937.8,\"5938\":4775.0,\"5939\":409.91,\"5940\":2095.8,\"5941\":338.1,\"5942\":1981.0,\"5943\":1172.84,\"5944\":10745.97,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":105.6,\"5950\":834.24,\"5951\":251.68,\"5952\":519.3,\"5953\":null,\"5954\":null,\"5955\":423.36,\"5956\":null,\"5957\":2000.0,\"5958\":5276.9,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":3690.26,\"5964\":null,\"5965\":null,\"5966\":283.12,\"5967\":null,\"5968\":149842.06,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":1.73,\"5973\":null,\"5974\":967.87,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":5162.38,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":19796.03,\"5992\":19844.89,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1421.81,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":107.82,\"6016\":101.74,\"6017\":180.28,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":2840.58,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3146.4,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3824.33,\"6080\":1854.6,\"6081\":7154.4,\"6082\":404801.03,\"6083\":1688.4,\"6084\":3544.9,\"6085\":466.73,\"6086\":33.97,\"6087\":417.15,\"6088\":13497.0,\"6089\":13753.07,\"6090\":null,\"6091\":2636.37,\"6092\":1739.1,\"6093\":766.58,\"6094\":3705.3,\"6095\":814.0,\"6096\":19712.0,\"6097\":147282.81,\"6098\":499988.69,\"6099\":10072.0,\"6100\":809.49,\"6101\":16982.67,\"6102\":36336.88,\"6103\":7476.33,\"6104\":630.49,\"6105\":3700.48,\"6106\":935.74,\"6107\":11475.91,\"6108\":601.04,\"6109\":null,\"6110\":null,\"6111\":28084.47,\"6112\":6327.0,\"6113\":4431.52,\"6114\":null,\"6115\":254562.61,\"6116\":158391.98,\"6117\":5420.79,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":12912.17,\"6123\":318881.75,\"6124\":13664.07,\"6125\":17611.0,\"6126\":23091.99,\"6127\":11808.75,\"6128\":16770.98,\"6129\":null,\"6130\":1325.01,\"6131\":1566.76,\"6132\":null,\"6133\":590.33,\"6134\":111045.0,\"6135\":null,\"6136\":2092.2,\"6137\":741.08,\"6138\":463.95,\"6139\":31512.53,\"6140\":null,\"6141\":293.87,\"6142\":2206.2,\"6143\":931.54,\"6144\":927140.2,\"6145\":0.06,\"6146\":198.0,\"6147\":6710.0,\"6148\":8380.25,\"6149\":384.01,\"6150\":null,\"6151\":652.76,\"6152\":14976.0,\"6153\":35221.91,\"6154\":69397.21,\"6155\":165449.53,\"6156\":394.5,\"6157\":null,\"6158\":431071.3,\"6159\":42049.54,\"6160\":8111.3,\"6161\":488.93,\"6162\":689.9,\"6163\":546.75,\"6164\":81008.21,\"6165\":3626.99,\"6166\":499.88,\"6167\":612.54,\"6168\":626.43,\"6169\":3778.8,\"6170\":427.2,\"6171\":null,\"6172\":624.38,\"6173\":14131.89,\"6174\":null,\"6175\":16570.49,\"6176\":8808.0,\"6177\":982.62,\"6178\":362.34,\"6179\":2511.6,\"6180\":105.6,\"6181\":324.42,\"6182\":29326.1,\"6183\":50158.18,\"6184\":null,\"6185\":1225505.1899999999,\"6186\":null,\"6187\":120364.84,\"6188\":1605.6,\"6189\":667.04,\"6190\":1012.58,\"6191\":1202.4,\"6192\":773014.5699999999,\"6193\":50419.39,\"6194\":534944.27,\"6195\":null,\"6196\":153968.09,\"6197\":424890.57,\"6198\":140968.64,\"6199\":125785.26,\"6200\":null,\"6201\":796.74,\"6202\":596.74,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59782.73,\"6207\":159998.02,\"6208\":170072.35,\"6209\":null,\"6210\":null,\"6211\":null,\"6212\":22149.74,\"6213\":45419.09,\"6214\":48698.14,\"6215\":637.35,\"6216\":77464.5,\"6217\":null,\"6218\":7638.4,\"6219\":2308.51,\"6220\":29857.81,\"6221\":31892.14,\"6222\":58910.86,\"6223\":19256.43,\"6224\":653.52,\"6225\":5428.8,\"6226\":1.8,\"6227\":9158.4,\"6228\":6727.05,\"6229\":269.81,\"6230\":2080.0,\"6231\":9299.75,\"6232\":1356.48,\"6233\":1631.52,\"6234\":145.07,\"6235\":9122.0,\"6236\":5486.0,\"6237\":2424.4,\"6238\":7304.7,\"6239\":15168.68,\"6240\":19262.77,\"6241\":19566.01,\"6242\":339.39,\"6243\":15085.8,\"6244\":14776.2,\"6245\":null,\"6246\":2154.2,\"6247\":13788.0,\"6248\":19743.2,\"6249\":19662.04,\"6250\":19609.98,\"6251\":6145.2,\"6252\":11399.2,\"6253\":4728.0,\"6254\":null,\"6255\":1555.6,\"6256\":null,\"6257\":4902.3,\"6258\":5795.0,\"6259\":409.91,\"6260\":2245.08,\"6261\":338.1,\"6262\":1942.0,\"6263\":1179.9,\"6264\":15835.02,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":161.33,\"6270\":798.6,\"6271\":0.08,\"6272\":252.12,\"6273\":760.8,\"6274\":null,\"6275\":null,\"6276\":80.64,\"6277\":null,\"6278\":2000.0,\"6279\":6045.4,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3586.96,\"6285\":null,\"6286\":null,\"6287\":1599.64,\"6288\":null,\"6289\":133651.41,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":2252.62,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":0.03,\"6303\":5274.81,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19836.46,\"6313\":19908.72,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1268.41,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":73.17,\"6337\":74.28,\"6338\":149.23,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5547.3,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":2346.76,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3269.45,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3868.33,\"6400\":1867.8,\"6401\":7148.4,\"6402\":404477.31,\"6403\":1699.2,\"6404\":2940.49,\"6405\":466.07,\"6406\":null,\"6407\":417.01,\"6408\":12122.0,\"6409\":null,\"6410\":184.8,\"6411\":3078.4,\"6412\":1749.99,\"6413\":764.86,\"6414\":2070.0,\"6415\":807.0,\"6416\":16664.0,\"6417\":60421.52,\"6418\":504519.3,\"6419\":12624.0,\"6420\":669.9,\"6421\":17272.11,\"6422\":38565.77,\"6423\":6662.33,\"6424\":654.64,\"6425\":3700.8,\"6426\":928.17,\"6427\":11109.12,\"6428\":633.6,\"6429\":null,\"6430\":null,\"6431\":26104.57,\"6432\":null,\"6433\":4389.49,\"6434\":939.79,\"6435\":254216.34,\"6436\":159029.8,\"6437\":5321.77,\"6438\":35784.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":15271.61,\"6443\":327779.39,\"6444\":13287.03,\"6445\":18183.0,\"6446\":22827.45,\"6447\":12137.37,\"6448\":17205.19,\"6449\":110026.37,\"6450\":1265.39,\"6451\":1485.38,\"6452\":332.83,\"6453\":null,\"6454\":null,\"6455\":1723.05,\"6456\":742.46,\"6457\":460.93,\"6458\":30204.71,\"6459\":90830.98,\"6460\":1514.89,\"6461\":2206.2,\"6462\":932.5,\"6463\":910648.11,\"6464\":472000.39,\"6465\":612.0,\"6466\":9831.8,\"6467\":6118.02,\"6468\":818.4,\"6469\":187390.0,\"6470\":608.29,\"6471\":14508.0,\"6472\":null,\"6473\":69155.84,\"6474\":165388.43,\"6475\":null,\"6476\":603555.98,\"6477\":41719.41,\"6478\":8111.3,\"6479\":481.27,\"6480\":684.22,\"6481\":882.6,\"6482\":80807.27,\"6483\":3043.44,\"6484\":516.95,\"6485\":759.06,\"6486\":496.65,\"6487\":4515.6,\"6488\":421.32,\"6489\":1597.96,\"6490\":13456.11,\"6491\":null,\"6492\":16096.13,\"6493\":9393.6,\"6494\":374.02,\"6495\":2474.4,\"6496\":105.6,\"6497\":284.64,\"6498\":29224.64,\"6499\":50129.08,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":120862.49,\"6504\":1601.16,\"6505\":642.4,\"6506\":1010.74,\"6507\":1166.4,\"6508\":771189.22,\"6509\":52418.61,\"6510\":534091.21,\"6511\":null,\"6512\":154689.62,\"6513\":426352.77,\"6514\":139519.93,\"6515\":127662.56,\"6516\":2064.0,\"6517\":792.68,\"6518\":618.12,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":77973.02,\"6523\":158367.97,\"6524\":169680.15,\"6525\":null,\"6526\":null,\"6527\":25086.49,\"6528\":22588.03,\"6529\":44825.17,\"6530\":48173.0,\"6531\":649.26,\"6532\":75462.85,\"6533\":1003.87,\"6534\":7334.8,\"6535\":2233.9,\"6536\":29997.26,\"6537\":30558.62,\"6538\":58521.19,\"6539\":19316.4,\"6540\":655.2,\"6541\":5472.0,\"6542\":161.4,\"6543\":9158.4,\"6544\":6746.03,\"6545\":258.85,\"6546\":null,\"6547\":5280.0,\"6548\":9339.66,\"6549\":1561.92,\"6550\":1548.36,\"6551\":168.43,\"6552\":16867.0,\"6553\":9860.0,\"6554\":2477.2,\"6555\":7384.91,\"6556\":17268.41,\"6557\":19235.64,\"6558\":18999.71,\"6559\":2664.79,\"6560\":13620.9,\"6561\":13321.2,\"6562\":null,\"6563\":13716.0,\"6564\":19746.54,\"6565\":19669.68,\"6566\":19614.05,\"6567\":7556.4,\"6568\":null,\"6569\":8658.2,\"6570\":4688.0,\"6571\":null,\"6572\":1437.1,\"6573\":null,\"6574\":3346.8,\"6575\":5192.0,\"6576\":409.91,\"6577\":2251.21,\"6578\":335.57,\"6579\":2042.0,\"6580\":1010.07,\"6581\":12916.48,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":401.87,\"6587\":879.78,\"6588\":null,\"6589\":311.96,\"6590\":1107.6,\"6591\":null,\"6592\":null,\"6593\":288.48,\"6594\":null,\"6595\":2000.0,\"6596\":5741.4,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":6996.0,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":3313.03,\"6606\":null,\"6607\":82566.06,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":4888.36,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":0.31,\"6621\":3961.25,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19843.24,\"6631\":19929.44,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":1928.74,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":137.1,\"6655\":135.52,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5651.8,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":3971.6,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":3531.08,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3868.33,\"6718\":1914.0,\"6719\":7152.0,\"6720\":397459.94,\"6721\":1742.4,\"6722\":3133.99,\"6723\":710.93,\"6724\":null,\"6725\":null,\"6726\":417.63,\"6727\":12848.0,\"6728\":null,\"6729\":52.8,\"6730\":2474.34,\"6731\":1753.95,\"6732\":762.79,\"6733\":1840.5,\"6734\":805.0,\"6735\":15648.0,\"6736\":60586.81,\"6737\":504008.9,\"6738\":13560.0,\"6739\":789.69,\"6740\":16998.75,\"6741\":60105.77,\"6742\":6739.33,\"6743\":1008.84,\"6744\":3634.56,\"6745\":831.26,\"6746\":11741.82,\"6747\":589.82,\"6748\":null,\"6749\":null,\"6750\":26126.97,\"6751\":8031.8,\"6752\":9885.97,\"6753\":939.79,\"6754\":245211.41,\"6755\":158103.52,\"6756\":9452.22,\"6757\":80328.0,\"6758\":508060.0,\"6759\":null,\"6760\":null,\"6761\":17909.97,\"6762\":311846.56,\"6763\":21020.29,\"6764\":18064.2,\"6765\":24882.01,\"6766\":10484.83,\"6767\":16066.44,\"6768\":null,\"6769\":1239.1,\"6770\":2294.92,\"6771\":592.96,\"6772\":145035.0,\"6773\":null,\"6774\":2047.69,\"6775\":741.87,\"6776\":457.16,\"6777\":36092.32,\"6778\":91051.08,\"6779\":1679.61,\"6780\":2206.2,\"6781\":null,\"6782\":910.03,\"6783\":940122.1899999999,\"6784\":209220.35,\"6785\":288.0,\"6786\":7497.6,\"6787\":6031.7,\"6788\":789.81,\"6789\":null,\"6790\":605.57,\"6791\":14652.0,\"6792\":24994.92,\"6793\":69532.25,\"6794\":165025.5,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":0.2,\"6799\":null,\"6800\":41277.1,\"6801\":7805.22,\"6802\":490.51,\"6803\":685.12,\"6804\":2052.45,\"6805\":80986.25,\"6806\":3052.04,\"6807\":511.37,\"6808\":682.92,\"6809\":571.27,\"6810\":4558.8,\"6811\":424.56,\"6812\":1035.62,\"6813\":14131.89,\"6814\":4513.5,\"6815\":17392.29,\"6816\":6307.2,\"6817\":381.41,\"6818\":2551.8,\"6819\":99.0,\"6820\":282.45,\"6821\":29461.24,\"6822\":25181.97,\"6823\":null,\"6824\":null,\"6825\":null,\"6826\":119978.06,\"6827\":1599.24,\"6828\":704.44,\"6829\":2174.22,\"6830\":1350.0,\"6831\":null,\"6832\":427892.28,\"6833\":39563.48,\"6834\":530971.64,\"6835\":null,\"6836\":null,\"6837\":67599.85,\"6838\":425985.6,\"6839\":141421.83,\"6840\":126042.28,\"6841\":2062.0,\"6842\":791.84,\"6843\":642.41,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":64722.61,\"6848\":165222.25,\"6849\":170747.6,\"6850\":153170.34,\"6851\":null,\"6852\":101435.79,\"6853\":22647.94,\"6854\":45500.74,\"6855\":48348.35,\"6856\":647.91,\"6857\":75529.02,\"6858\":761.43,\"6859\":7387.6,\"6860\":2716.9,\"6861\":28272.5,\"6862\":31864.71,\"6863\":59138.82,\"6864\":19577.61,\"6865\":655.95,\"6866\":5626.8,\"6867\":null,\"6868\":37.2,\"6869\":9158.4,\"6870\":6742.73,\"6871\":302.15,\"6872\":null,\"6873\":7840.0,\"6874\":9336.29,\"6875\":1557.36,\"6876\":1606.44,\"6877\":149.69,\"6878\":null,\"6879\":16769.0,\"6880\":9313.0,\"6881\":2563.0,\"6882\":5900.99,\"6883\":15640.25,\"6884\":19569.42,\"6885\":19841.47,\"6886\":2679.6,\"6887\":16641.8,\"6888\":16285.9,\"6889\":null,\"6890\":13302.0,\"6891\":19590.35,\"6892\":19560.47,\"6893\":19465.83,\"6894\":6141.6,\"6895\":466.5,\"6896\":16242.4,\"6897\":4882.0,\"6898\":1318.8,\"6899\":null,\"6900\":4139.0,\"6901\":5060.0,\"6902\":409.91,\"6903\":2147.16,\"6904\":334.88,\"6905\":2587.0,\"6906\":226.76,\"6907\":11855.14,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":239.07,\"6913\":965.58,\"6914\":346.72,\"6915\":947.4,\"6916\":null,\"6917\":null,\"6918\":66.72,\"6919\":null,\"6920\":2000.0,\"6921\":5497.8,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":9745.04,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":972.46,\"6931\":null,\"6932\":null,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":3237.02,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5700.47,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":18083.79,\"6956\":19134.76,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":2104.14,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":133.72,\"6980\":131.67,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5599.0,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":null,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":1596.2,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3868.33,\"7042\":null,\"7043\":7170.0,\"7044\":397584.54,\"7045\":1854.0,\"7046\":3842.06,\"7047\":710.27,\"7048\":null,\"7049\":417.88,\"7050\":12892.0,\"7051\":null,\"7052\":191.4,\"7053\":2194.17,\"7054\":1749.66,\"7055\":757.08,\"7056\":2442.6,\"7057\":1957.0,\"7058\":16156.0,\"7059\":60497.58,\"7060\":502587.4,\"7061\":13648.0,\"7062\":1510.74,\"7063\":2779.93,\"7064\":66042.03,\"7065\":7296.67,\"7066\":1175.01,\"7067\":3701.76,\"7068\":814.47,\"7069\":11993.51,\"7070\":638.66,\"7071\":null,\"7072\":null,\"7073\":26118.2,\"7074\":6268.0,\"7075\":9910.28,\"7076\":940.78,\"7077\":249138.97,\"7078\":158532.49,\"7079\":9539.15,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":20009.9,\"7085\":33163.98,\"7086\":2812.04,\"7087\":16926.8,\"7088\":24547.64,\"7089\":11130.01,\"7090\":17139.49,\"7091\":171126.0,\"7092\":1335.98,\"7093\":2304.61,\"7094\":576.33,\"7095\":305690.0,\"7096\":null,\"7097\":1545.14,\"7098\":739.9,\"7099\":450.12,\"7100\":42102.51,\"7101\":163965.15,\"7102\":null,\"7103\":1941.0,\"7104\":929.06,\"7105\":956699.65,\"7106\":0.02,\"7107\":336.0,\"7108\":8734.0,\"7109\":2236.61,\"7110\":789.81,\"7111\":205100.0,\"7112\":631.49,\"7113\":14796.0,\"7114\":23518.62,\"7115\":null,\"7116\":69851.15,\"7117\":165392.84,\"7118\":null,\"7119\":405030.0,\"7120\":40602.94,\"7121\":7346.09,\"7122\":497.51,\"7123\":686.2,\"7124\":1065.9,\"7125\":81032.87,\"7126\":2206.84,\"7127\":475.17,\"7128\":741.96,\"7129\":581.76,\"7130\":4068.0,\"7131\":426.6,\"7132\":1334.83,\"7133\":6908.48,\"7134\":null,\"7135\":10588.19,\"7136\":5068.8,\"7137\":364.52,\"7138\":2474.4,\"7139\":102.3,\"7140\":323.32,\"7141\":29662.85,\"7142\":37738.72,\"7143\":null,\"7144\":1014146.9300000001,\"7145\":null,\"7146\":120966.56,\"7147\":1551.96,\"7148\":859.98,\"7149\":null,\"7150\":1162.8,\"7151\":33642.08,\"7152\":null,\"7153\":39257.53,\"7154\":469954.4,\"7155\":null,\"7156\":null,\"7157\":67622.09,\"7158\":340508.83,\"7159\":140966.32,\"7160\":125415.34,\"7161\":null,\"7162\":790.86,\"7163\":657.99,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64530.95,\"7168\":165197.18,\"7169\":170597.75,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22706.56,\"7174\":45362.94,\"7175\":48321.76,\"7176\":647.46,\"7177\":75549.58,\"7178\":800.96,\"7179\":7768.2,\"7180\":2820.55,\"7181\":29969.22,\"7182\":32023.93,\"7183\":57593.93,\"7184\":null,\"7185\":19393.42,\"7186\":653.94,\"7187\":5623.2,\"7188\":84.6,\"7189\":9158.4,\"7190\":6734.15,\"7191\":335.35,\"7192\":8880.0,\"7193\":9529.49,\"7194\":1627.32,\"7195\":1709.4,\"7196\":152.59,\"7197\":5.4,\"7198\":16214.0,\"7199\":9826.0,\"7200\":2886.4,\"7201\":7866.78,\"7202\":15480.45,\"7203\":17424.26,\"7204\":18097.1,\"7205\":2892.85,\"7206\":14247.2,\"7207\":13940.1,\"7208\":null,\"7209\":13248.0,\"7210\":19475.43,\"7211\":19454.68,\"7212\":19175.04,\"7213\":6249.6,\"7214\":446.5,\"7215\":10132.3,\"7216\":4684.0,\"7217\":null,\"7218\":1273.2,\"7219\":null,\"7220\":5571.8,\"7221\":5502.0,\"7222\":409.91,\"7223\":2064.72,\"7224\":334.19,\"7225\":2149.0,\"7226\":229.43,\"7227\":11200.64,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":1164.53,\"7233\":902.22,\"7234\":567.16,\"7235\":1043.4,\"7236\":null,\"7237\":null,\"7238\":107.52,\"7239\":null,\"7240\":2000.0,\"7241\":5258.9,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":5325.91,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":2397.09,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":1780.64,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":0.03,\"7266\":5320.22,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19916.16,\"7276\":19912.95,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":3.75,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1523.34,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":169.52,\"7300\":169.95,\"7301\":72.3,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5604.5,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":2521.18,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3872.0,\"7363\":1920.6,\"7364\":7189.2,\"7365\":125213.34,\"7366\":1857.6,\"7367\":3242.3,\"7368\":711.15,\"7369\":27.63,\"7370\":417.93,\"7371\":12375.0,\"7372\":null,\"7373\":184.8,\"7374\":3048.7,\"7375\":1746.69,\"7376\":740.02,\"7377\":1846.8,\"7378\":2041.0,\"7379\":17908.0,\"7380\":60437.56,\"7381\":502868.39,\"7382\":13960.0,\"7383\":1592.25,\"7384\":16942.24,\"7385\":36334.82,\"7386\":8118.0,\"7387\":782.86,\"7388\":null,\"7389\":867.6,\"7390\":13335.29,\"7391\":599.5,\"7392\":null,\"7393\":null,\"7394\":25123.77,\"7395\":null,\"7396\":5823.24,\"7397\":939.79,\"7398\":246115.73,\"7399\":160330.16,\"7400\":6896.48,\"7401\":509770.0,\"7402\":null,\"7403\":19937.77,\"7404\":32741.0,\"7405\":20382.46,\"7406\":13475.0,\"7407\":23650.69,\"7408\":10056.0,\"7409\":16522.03,\"7410\":171032.72,\"7411\":1409.46,\"7412\":2303.5,\"7413\":575.58,\"7414\":null,\"7415\":null,\"7416\":2071.38,\"7417\":744.13,\"7418\":319.5,\"7419\":33658.45,\"7420\":90392.1,\"7421\":null,\"7422\":1914.0,\"7423\":674.77,\"7424\":1039683.03,\"7425\":86067.73,\"7426\":426.0,\"7427\":7491.0,\"7428\":7338.8,\"7429\":806.3,\"7430\":206930.0,\"7431\":642.43,\"7432\":13536.0,\"7433\":35082.58,\"7434\":69409.7,\"7435\":165744.74,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":8264.35,\"7441\":520.21,\"7442\":672.77,\"7443\":957.3,\"7444\":80912.05,\"7445\":2199.95,\"7446\":263.54,\"7447\":null,\"7448\":523.86,\"7449\":4183.2,\"7450\":425.16,\"7451\":1315.83,\"7452\":7101.46,\"7453\":null,\"7454\":19775.92,\"7455\":8457.6,\"7456\":383.13,\"7457\":1895.4,\"7458\":224.4,\"7459\":306.94,\"7460\":29837.34,\"7461\":50108.86,\"7462\":null,\"7463\":957550.33,\"7464\":null,\"7465\":815179.45,\"7466\":1547.64,\"7467\":832.48,\"7468\":1756.77,\"7469\":1420.2,\"7470\":57751.76,\"7471\":null,\"7472\":534954.41,\"7473\":null,\"7474\":152667.15,\"7475\":28766.43,\"7476\":140373.59,\"7477\":73215.59,\"7478\":2054.0,\"7479\":789.6,\"7480\":2071.48,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":69056.78,\"7485\":162804.51,\"7486\":171047.3,\"7487\":null,\"7488\":null,\"7489\":null,\"7490\":22712.83,\"7491\":45419.19,\"7492\":48538.02,\"7493\":646.83,\"7494\":75689.61,\"7495\":776.64,\"7496\":8989.2,\"7497\":2856.25,\"7498\":30195.46,\"7499\":31738.79,\"7500\":58029.06,\"7501\":57517.77,\"7502\":19306.65,\"7503\":653.67,\"7504\":5626.8,\"7505\":null,\"7506\":9158.4,\"7507\":6767.15,\"7508\":316.27,\"7509\":686.3,\"7510\":8720.0,\"7511\":9540.57,\"7512\":1622.04,\"7513\":1738.44,\"7514\":149.03,\"7515\":13835.0,\"7516\":8978.0,\"7517\":2422.2,\"7518\":5375.53,\"7519\":16320.42,\"7520\":19025.35,\"7521\":19510.4,\"7522\":1649.27,\"7523\":14411.5,\"7524\":14099.4,\"7525\":null,\"7526\":12276.0,\"7527\":19634.73,\"7528\":18607.38,\"7529\":19492.47,\"7530\":6566.4,\"7531\":686.5,\"7532\":9104.8,\"7533\":10050.0,\"7534\":1882.36,\"7535\":1667.4,\"7536\":null,\"7537\":3074.7,\"7538\":872.0,\"7539\":409.91,\"7540\":1604.5,\"7541\":332.35,\"7542\":1915.0,\"7543\":1368.55,\"7544\":16105.5,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":264.0,\"7550\":823.68,\"7551\":321.2,\"7552\":null,\"7553\":null,\"7554\":329.76,\"7555\":null,\"7556\":1000.0,\"7557\":5102.6,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":4390.44,\"7563\":null,\"7564\":null,\"7565\":5097.59,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":8064.55,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":3605.17,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19924.65,\"7591\":19945.29,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1400.25,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":102.17,\"7615\":104.42,\"7616\":167.45,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":4279.76,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":33.35,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3875.67,\"7679\":1914.0,\"7680\":7178.4,\"7681\":399431.35,\"7682\":1857.6,\"7683\":3645.49,\"7684\":709.94,\"7685\":null,\"7686\":null,\"7687\":430.88,\"7688\":11429.0,\"7689\":15536.27,\"7690\":null,\"7691\":2168.59,\"7692\":1810.05,\"7693\":765.36,\"7694\":1944.0,\"7695\":2077.0,\"7696\":17232.0,\"7697\":60535.01,\"7698\":508041.42,\"7699\":14688.0,\"7700\":1082.73,\"7701\":17573.34,\"7702\":35916.89,\"7703\":7934.67,\"7704\":1174.73,\"7705\":3700.8,\"7706\":863.49,\"7707\":18168.44,\"7708\":627.22,\"7709\":null,\"7710\":null,\"7711\":26353.92,\"7712\":null,\"7713\":4787.38,\"7714\":940.78,\"7715\":245281.34,\"7716\":147717.05,\"7717\":5941.73,\"7718\":null,\"7719\":null,\"7720\":15085.72,\"7721\":187534.99,\"7722\":15431.17,\"7723\":18717.6,\"7724\":23230.19,\"7725\":11125.84,\"7726\":16831.43,\"7727\":171152.42,\"7728\":1431.2,\"7729\":1645.64,\"7730\":582.96,\"7731\":null,\"7732\":null,\"7733\":2468.13,\"7734\":742.36,\"7735\":332.07,\"7736\":40845.89,\"7737\":90379.89,\"7738\":513.58,\"7739\":1906.2,\"7740\":null,\"7741\":841.01,\"7742\":1161152.3799999999,\"7743\":0.04,\"7744\":552.0,\"7745\":6923.4,\"7746\":4640.18,\"7747\":820.82,\"7748\":205000.0,\"7749\":627.77,\"7750\":15300.0,\"7751\":35142.56,\"7752\":64541.75,\"7753\":147299.13,\"7754\":null,\"7755\":403926.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":502.26,\"7760\":686.12,\"7761\":1462.2,\"7762\":80968.42,\"7763\":2203.39,\"7764\":544.5,\"7765\":573.12,\"7766\":609.16,\"7767\":3850.8,\"7768\":426.48,\"7769\":null,\"7770\":1539.83,\"7771\":7176.78,\"7772\":null,\"7773\":19490.27,\"7774\":6595.2,\"7775\":382.47,\"7776\":2523.6,\"7777\":237.6,\"7778\":338.35,\"7779\":29796.5,\"7780\":49049.45,\"7781\":null,\"7782\":928242.54,\"7783\":null,\"7784\":120786.07,\"7785\":1608.96,\"7786\":679.8,\"7787\":1350.09,\"7788\":1036.8,\"7789\":245062.61,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":98665.46,\"7794\":73562.24,\"7795\":2050.0,\"7796\":790.3,\"7797\":674.03,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54976.4,\"7802\":158122.85,\"7803\":170131.55,\"7804\":null,\"7805\":22649.2,\"7806\":45364.19,\"7807\":48505.44,\"7808\":646.62,\"7809\":75500.15,\"7810\":643.06,\"7811\":8498.6,\"7812\":2647.23,\"7813\":28015.97,\"7814\":14311.98,\"7815\":50858.83,\"7816\":50062.28,\"7817\":9339.78,\"7818\":652.17,\"7819\":6282.0,\"7820\":null,\"7821\":9158.4,\"7822\":6789.09,\"7823\":329.93,\"7824\":509.04,\"7825\":5440.0,\"7826\":9540.26,\"7827\":832.56,\"7828\":1788.16,\"7829\":280.5,\"7830\":10154.0,\"7831\":7752.0,\"7832\":2380.4,\"7833\":10837.96,\"7834\":16421.1,\"7835\":18190.48,\"7836\":18558.07,\"7837\":934.71,\"7838\":14509.2,\"7839\":14202.4,\"7840\":null,\"7841\":12708.0,\"7842\":19430.09,\"7843\":18496.64,\"7844\":19293.25,\"7845\":5979.6,\"7846\":630.4,\"7847\":7903.5,\"7848\":8098.0,\"7849\":3.82,\"7850\":1376.3,\"7851\":null,\"7852\":2784.7,\"7853\":7380.0,\"7854\":409.91,\"7855\":2621.4,\"7856\":331.66,\"7857\":1972.0,\"7858\":null,\"7859\":14683.7,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":262.53,\"7865\":805.2,\"7866\":285.56,\"7867\":null,\"7868\":null,\"7869\":null,\"7870\":138.72,\"7871\":null,\"7872\":2000.0,\"7873\":5384.1,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4057.57,\"7879\":null,\"7880\":null,\"7881\":2208.64,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":4429.28,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":4057.71,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19934.51,\"7905\":19931.35,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1566.18,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":107.38,\"7929\":107.81,\"7930\":159.35,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":3739.08,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3875.67,\"7993\":2409.0,\"7994\":7173.6,\"7995\":226448.86,\"7996\":2304.0,\"7997\":3937.73,\"7998\":708.84,\"7999\":null,\"8000\":null,\"8001\":430.29,\"8002\":12507.0,\"8003\":14702.21,\"8004\":null,\"8005\":2159.85,\"8006\":1799.16,\"8007\":723.24,\"8008\":3394.8,\"8009\":1809.0,\"8010\":17612.0,\"8011\":60567.4,\"8012\":503492.76,\"8013\":14696.0,\"8014\":1260.27,\"8015\":17489.07,\"8016\":41162.43,\"8017\":8132.67,\"8018\":997.05,\"8019\":3700.16,\"8020\":771.25,\"8021\":13983.17,\"8022\":627.66,\"8023\":null,\"8024\":null,\"8025\":25130.81,\"8026\":null,\"8027\":4574.04,\"8028\":939.79,\"8029\":164208.84,\"8030\":92308.18,\"8031\":5584.21,\"8032\":null,\"8033\":null,\"8034\":null,\"8035\":13727.62,\"8036\":33149.65,\"8037\":14891.26,\"8038\":18572.4,\"8039\":18460.01,\"8040\":10208.94,\"8041\":16898.98,\"8042\":146773.35,\"8043\":1370.13,\"8044\":1470.33,\"8045\":552.5,\"8046\":null,\"8047\":2428.57,\"8048\":737.34,\"8049\":419.92,\"8050\":27143.06,\"8051\":90457.33,\"8052\":4015.99,\"8053\":1699.2,\"8054\":null,\"8055\":769.4,\"8056\":1129011.1499999999,\"8057\":601926.51,\"8058\":690.0,\"8059\":7257.8,\"8060\":7517.02,\"8061\":829.29,\"8062\":205060.0,\"8063\":600.24,\"8064\":14544.0,\"8065\":35050.98,\"8066\":69310.3,\"8067\":136392.08,\"8068\":2716.5,\"8069\":null,\"8070\":629618.35,\"8071\":40449.51,\"8072\":8264.35,\"8073\":502.0,\"8074\":654.16,\"8075\":825.9,\"8076\":80988.48,\"8077\":2215.44,\"8078\":532.55,\"8079\":709.02,\"8080\":832.17,\"8081\":3872.4,\"8082\":411.84,\"8083\":1496.04,\"8084\":7205.48,\"8085\":2822.4,\"8086\":18497.4,\"8087\":8016.0,\"8088\":372.57,\"8089\":2526.0,\"8090\":237.6,\"8091\":270.85,\"8092\":29355.27,\"8093\":49570.27,\"8094\":null,\"8095\":1165033.6799999999,\"8096\":null,\"8097\":120066.69,\"8098\":1608.84,\"8099\":620.62,\"8100\":1259.42,\"8101\":246.6,\"8102\":435105.29,\"8103\":176258.45,\"8104\":72672.8,\"8105\":72837.98,\"8106\":2042.0,\"8107\":790.72,\"8108\":0.03,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54643.22,\"8113\":104735.13,\"8114\":79781.25,\"8115\":null,\"8116\":null,\"8117\":29857.67,\"8118\":45400.06,\"8119\":49393.41,\"8120\":645.66,\"8121\":75516.2,\"8122\":689.32,\"8123\":7541.6,\"8124\":2828.01,\"8125\":29780.96,\"8126\":24493.48,\"8127\":58376.65,\"8128\":19320.99,\"8129\":653.61,\"8130\":7927.2,\"8131\":9.0,\"8132\":9158.4,\"8133\":6779.19,\"8134\":354.55,\"8135\":121.19,\"8136\":6320.0,\"8137\":9344.36,\"8138\":1629.96,\"8139\":1712.04,\"8140\":150.74,\"8141\":16925.0,\"8142\":12956.0,\"8143\":4578.2,\"8144\":18205.89,\"8145\":15450.44,\"8146\":19299.56,\"8147\":19578.03,\"8148\":1094.13,\"8149\":16466.5,\"8150\":16115.6,\"8151\":null,\"8152\":12528.0,\"8153\":19709.45,\"8154\":19631.47,\"8155\":19574.54,\"8156\":6339.6,\"8157\":883.1,\"8158\":10271.9,\"8159\":5000.0,\"8160\":1424.4,\"8161\":null,\"8162\":4813.9,\"8163\":5601.0,\"8164\":409.91,\"8165\":3053.35,\"8166\":332.58,\"8167\":1924.0,\"8168\":570.5,\"8169\":19608.33,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":300.67,\"8175\":785.4,\"8176\":null,\"8177\":333.52,\"8178\":200.4,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":6000.0,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5165.22,\"8190\":null,\"8191\":null,\"8192\":2103.79,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4451.18,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":0.46,\"8208\":4135.24,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19971.05,\"8218\":19961.36,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":2059.53,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":181.21,\"8242\":179.39,\"8243\":190.42,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":null,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1120.1,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2310.0,\"8306\":7180.8,\"8307\":329914.41,\"8308\":6843.6,\"8309\":1541.84,\"8310\":712.36,\"8311\":91.17,\"8312\":null,\"8313\":431.28,\"8314\":12617.0,\"8315\":15819.89,\"8316\":null,\"8317\":2118.93,\"8318\":1743.72,\"8319\":738.32,\"8320\":2575.8,\"8321\":810.0,\"8322\":16544.0,\"8323\":60607.3,\"8324\":493004.79,\"8325\":12776.0,\"8326\":1116.39,\"8327\":14690.06,\"8328\":38854.69,\"8329\":6691.67,\"8330\":655.5,\"8331\":3701.76,\"8332\":927.41,\"8333\":14580.91,\"8334\":572.0,\"8335\":null,\"8336\":null,\"8337\":28115.74,\"8338\":null,\"8339\":7230.5,\"8340\":938.8,\"8341\":129510.8,\"8342\":92045.73,\"8343\":8642.16,\"8344\":509320.0,\"8345\":null,\"8346\":null,\"8347\":37987.48,\"8348\":395819.8,\"8349\":10200.38,\"8350\":18680.2,\"8351\":11896.09,\"8352\":12976.8,\"8353\":17375.14,\"8354\":110709.58,\"8355\":1399.94,\"8356\":1421.4,\"8357\":573.83,\"8358\":null,\"8359\":2627.75,\"8360\":698.85,\"8361\":325.85,\"8362\":23435.77,\"8363\":90477.16,\"8364\":1451.23,\"8365\":1892.4,\"8366\":14718.0,\"8367\":816.48,\"8368\":1140627.71,\"8369\":287251.37,\"8370\":378.0,\"8371\":10223.4,\"8372\":6014.52,\"8373\":827.53,\"8374\":205100.0,\"8375\":572.84,\"8376\":14364.0,\"8377\":35176.94,\"8378\":45751.94,\"8379\":51051.66,\"8380\":null,\"8381\":604978.47,\"8382\":null,\"8383\":7958.26,\"8384\":null,\"8385\":688.68,\"8386\":1178.25,\"8387\":81037.59,\"8388\":2218.88,\"8389\":537.41,\"8390\":785.7,\"8391\":382.07,\"8392\":5278.8,\"8393\":412.08,\"8394\":621.2,\"8395\":19491.52,\"8396\":3023.1,\"8397\":19972.82,\"8398\":6105.6,\"8399\":382.47,\"8400\":1844.4,\"8401\":260.7,\"8402\":325.64,\"8403\":29561.2,\"8404\":49017.78,\"8405\":null,\"8406\":1202317.1000000001,\"8407\":null,\"8408\":120028.1,\"8409\":1424.28,\"8410\":633.82,\"8411\":1444.05,\"8412\":999.0,\"8413\":213985.26,\"8414\":342342.67,\"8415\":null,\"8416\":29586.33,\"8417\":73620.41,\"8418\":73572.49,\"8419\":null,\"8420\":791.56,\"8421\":null,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":69074.82,\"8426\":139588.05,\"8427\":null,\"8428\":22662.0,\"8429\":45751.05,\"8430\":47786.81,\"8431\":629.67,\"8432\":75557.83,\"8433\":743.38,\"8434\":7955.2,\"8435\":1686.5,\"8436\":18132.78,\"8437\":33697.31,\"8438\":48246.9,\"8439\":19304.54,\"8440\":653.43,\"8441\":9810.0,\"8442\":0.6,\"8443\":9158.4,\"8444\":6742.89,\"8445\":328.75,\"8446\":null,\"8447\":8240.0,\"8448\":4948.28,\"8449\":1212.6,\"8450\":null,\"8451\":142.96,\"8452\":null,\"8453\":11084.0,\"8454\":11815.0,\"8455\":2637.8,\"8456\":13288.74,\"8457\":15956.12,\"8458\":10135.13,\"8459\":10669.65,\"8460\":1015.08,\"8461\":13948.0,\"8462\":13653.4,\"8463\":null,\"8464\":6750.0,\"8465\":19594.6,\"8466\":19524.89,\"8467\":19456.86,\"8468\":6847.2,\"8469\":818.6,\"8470\":10105.5,\"8471\":1942.0,\"8472\":1520.5,\"8473\":null,\"8474\":3243.0,\"8475\":6694.0,\"8476\":409.91,\"8477\":2140.35,\"8478\":329.13,\"8479\":2251.0,\"8480\":623.2,\"8481\":17744.87,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":869.73,\"8487\":799.92,\"8488\":null,\"8489\":403.48,\"8490\":650.1,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5610.6,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4476.52,\"8501\":null,\"8502\":null,\"8503\":2363.4,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":3517.01,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":3435.29,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19960.45,\"8529\":19957.08,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1317.31,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":38.93,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5559.4,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":null,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3610.43,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3861.0,\"8617\":2494.8,\"8618\":7174.8,\"8619\":405846.87,\"8620\":5940.0,\"8621\":4940.65,\"8622\":711.59,\"8623\":9.42,\"8624\":90.0,\"8625\":431.45,\"8626\":13574.0,\"8627\":15841.56,\"8628\":null,\"8629\":1092.13,\"8630\":1763.52,\"8631\":757.44,\"8632\":2260.8,\"8633\":807.0,\"8634\":16724.0,\"8635\":60617.58,\"8636\":505297.23,\"8637\":13568.0,\"8638\":1299.21,\"8639\":11129.18,\"8640\":34557.0,\"8641\":6754.0,\"8642\":888.95,\"8643\":3701.76,\"8644\":930.02,\"8645\":17941.16,\"8646\":588.28,\"8647\":null,\"8648\":null,\"8649\":26138.32,\"8650\":null,\"8651\":7935.62,\"8652\":942.77,\"8653\":243947.75,\"8654\":98767.26,\"8655\":9592.12,\"8656\":null,\"8657\":null,\"8658\":null,\"8659\":20562.24,\"8660\":395753.15,\"8661\":16242.81,\"8662\":17375.6,\"8663\":null,\"8664\":13039.82,\"8665\":16997.79,\"8666\":170246.03,\"8667\":1246.76,\"8668\":1490.39,\"8669\":588.08,\"8670\":null,\"8671\":2357.27,\"8672\":727.2,\"8673\":310.76,\"8674\":37520.12,\"8675\":null,\"8676\":4077.81,\"8677\":2169.0,\"8678\":14689.4,\"8679\":848.16,\"8680\":1105572.22,\"8681\":598212.4300000001,\"8682\":420.0,\"8683\":9867.0,\"8684\":5865.02,\"8685\":826.76,\"8686\":205130.0,\"8687\":613.22,\"8688\":8604.0,\"8689\":35483.0,\"8690\":69524.8,\"8691\":164550.35,\"8692\":403742.0,\"8693\":597928.97,\"8694\":null,\"8695\":19387.83,\"8696\":8264.35,\"8697\":521.27,\"8698\":687.96,\"8699\":1815.15,\"8700\":81060.17,\"8701\":2218.88,\"8702\":531.43,\"8703\":935.28,\"8704\":1048.94,\"8705\":4243.2,\"8706\":411.36,\"8707\":1711.75,\"8708\":13944.65,\"8709\":4360.05,\"8710\":19960.65,\"8711\":7819.2,\"8712\":347.75,\"8713\":2593.8,\"8714\":260.7,\"8715\":259.15,\"8716\":29746.8,\"8717\":46762.24,\"8718\":null,\"8719\":null,\"8720\":null,\"8721\":631285.23,\"8722\":1614.18,\"8723\":608.96,\"8724\":1206.15,\"8725\":948.6,\"8726\":340519.83,\"8727\":66641.03,\"8728\":121991.07,\"8729\":89771.75,\"8730\":80144.35,\"8731\":2064.0,\"8732\":789.04,\"8733\":null,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":158385.85,\"8738\":162404.1,\"8739\":null,\"8740\":null,\"8741\":22396.9,\"8742\":45080.62,\"8743\":47856.87,\"8744\":598.44,\"8745\":75562.74,\"8746\":771.51,\"8747\":8934.2,\"8748\":2750.65,\"8749\":27852.76,\"8750\":48782.71,\"8751\":null,\"8752\":19303.63,\"8753\":653.55,\"8754\":10018.8,\"8755\":10.2,\"8756\":9158.4,\"8757\":6737.12,\"8758\":336.14,\"8759\":0.29,\"8760\":6160.0,\"8761\":4970.0,\"8762\":1639.68,\"8763\":1719.08,\"8764\":154.57,\"8765\":null,\"8766\":12208.0,\"8767\":18249.0,\"8768\":4952.2,\"8769\":18747.6,\"8770\":16628.34,\"8771\":10669.77,\"8772\":11300.93,\"8773\":974.45,\"8774\":13049.3,\"8775\":12769.4,\"8776\":null,\"8777\":19768.32,\"8778\":19649.23,\"8779\":19629.48,\"8780\":5515.2,\"8781\":672.0,\"8782\":null,\"8783\":3564.0,\"8784\":1329.9,\"8785\":null,\"8786\":7181.2,\"8787\":6217.0,\"8788\":409.91,\"8789\":2206.59,\"8790\":327.75,\"8791\":2108.0,\"8792\":1181.31,\"8793\":16152.85,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":145.2,\"8799\":764.94,\"8800\":null,\"8801\":864.6,\"8802\":524.4,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5309.4,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":4281.39,\"8813\":null,\"8814\":null,\"8815\":null,\"8816\":null,\"8817\":null,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":4375.78,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":0.26,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19953.31,\"8841\":19946.6,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":1.2,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1316.65,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":74.51,\"8865\":70.21,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":4748.35,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3868.33,\"8929\":2468.4,\"8930\":7233.6,\"8931\":20613.0,\"8932\":5385.6,\"8933\":4439.27,\"8934\":709.28,\"8935\":null,\"8936\":null,\"8937\":328.05,\"8938\":12320.0,\"8939\":null,\"8940\":198.0,\"8941\":2138.89,\"8942\":1783.32,\"8943\":769.18,\"8944\":2939.4,\"8945\":808.0,\"8946\":18300.0,\"8947\":60644.62,\"8948\":460438.55,\"8949\":14832.0,\"8950\":659.01,\"8951\":18097.73,\"8952\":29407.16,\"8953\":8180.33,\"8954\":null,\"8955\":3700.16,\"8956\":825.53,\"8957\":15634.46,\"8958\":612.48,\"8959\":null,\"8960\":null,\"8961\":28090.68,\"8962\":null,\"8963\":5296.5,\"8964\":941.78,\"8965\":244876.09,\"8966\":null,\"8967\":6444.89,\"8968\":205080.0,\"8969\":null,\"8970\":null,\"8971\":18254.64,\"8972\":395952.78,\"8973\":15416.23,\"8974\":15067.8,\"8975\":null,\"8976\":14642.44,\"8977\":17169.52,\"8978\":124445.89,\"8979\":1333.49,\"8980\":1472.0,\"8981\":579.83,\"8982\":null,\"8983\":null,\"8984\":2576.58,\"8985\":729.46,\"8986\":358.01,\"8987\":31018.21,\"8988\":1897.74,\"8989\":1951.8,\"8990\":12152.8,\"8991\":884.54,\"8992\":1149749.1499999999,\"8993\":517029.4,\"8994\":246.0,\"8995\":6910.2,\"8996\":7595.97,\"8997\":824.67,\"8998\":191730.0,\"8999\":531.0,\"9000\":11808.0,\"9001\":40048.87,\"9002\":59580.4,\"9003\":69169.44,\"9004\":1804.5,\"9005\":404202.0,\"9006\":null,\"9007\":39599.62,\"9008\":4438.26,\"9009\":595.06,\"9010\":688.0,\"9011\":2245.5,\"9012\":81152.1,\"9013\":2227.49,\"9014\":null,\"9015\":937.08,\"9016\":888.79,\"9017\":9163.2,\"9018\":412.44,\"9019\":null,\"9020\":12089.48,\"9021\":4351.95,\"9022\":19934.08,\"9023\":10377.6,\"9024\":374.81,\"9025\":2316.0,\"9026\":260.7,\"9027\":246.11,\"9028\":30064.35,\"9029\":50007.77,\"9030\":null,\"9031\":949598.29,\"9032\":null,\"9033\":820193.61,\"9034\":1613.82,\"9035\":692.12,\"9036\":1159.72,\"9037\":1022.4,\"9038\":null,\"9039\":66618.8,\"9040\":123795.53,\"9041\":142189.58,\"9042\":118722.08,\"9043\":null,\"9044\":790.86,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":41983.2,\"9050\":156489.93,\"9051\":164779.5,\"9052\":17707.23,\"9053\":17897.44,\"9054\":null,\"9055\":44983.8,\"9056\":47915.61,\"9057\":651.21,\"9058\":75578.54,\"9059\":697.51,\"9060\":6938.8,\"9061\":null,\"9062\":17410.8,\"9063\":31058.74,\"9064\":19305.69,\"9065\":652.5,\"9066\":10022.4,\"9067\":null,\"9068\":9158.4,\"9069\":6763.85,\"9070\":343.2,\"9071\":1.52,\"9072\":6480.0,\"9073\":4971.94,\"9074\":1706.16,\"9075\":1795.2,\"9076\":149.29,\"9077\":9217.0,\"9078\":13686.0,\"9079\":5139.2,\"9080\":19825.19,\"9081\":15354.15,\"9082\":10225.19,\"9083\":10225.08,\"9084\":374.44,\"9085\":12881.3,\"9086\":12614.6,\"9087\":null,\"9088\":19751.14,\"9089\":19633.06,\"9090\":19616.88,\"9091\":6991.2,\"9092\":529.3,\"9093\":10197.1,\"9094\":7610.0,\"9095\":1369.2,\"9096\":null,\"9097\":7180.5,\"9098\":4986.0,\"9099\":409.91,\"9100\":2251.41,\"9101\":326.83,\"9102\":2631.0,\"9103\":721.36,\"9104\":12139.21,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":985.6,\"9110\":937.2,\"9111\":null,\"9112\":497.2,\"9113\":886.8,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5576.5,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":3885.39,\"9124\":null,\"9125\":874.5,\"9126\":null,\"9127\":374.29,\"9128\":null,\"9129\":null,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":863.26,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19965.12,\"9152\":19954.41,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1244.38,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":35.77,\"9176\":30.08,\"9177\":56.5,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":null,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2076.9,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3872.0,\"9239\":2442.0,\"9240\":7251.6,\"9241\":405626.64,\"9242\":7135.2,\"9243\":5427.81,\"9244\":707.85,\"9245\":59.05,\"9246\":190.0,\"9247\":430.82,\"9248\":13739.0,\"9249\":null,\"9250\":211.2,\"9251\":2150.11,\"9252\":1760.22,\"9253\":795.55,\"9254\":806.0,\"9255\":17288.0,\"9256\":60584.39,\"9257\":495331.95,\"9258\":11280.0,\"9259\":794.64,\"9260\":10009.42,\"9261\":38681.42,\"9262\":8140.0,\"9263\":451.09,\"9264\":3700.8,\"9265\":808.4,\"9266\":24977.04,\"9267\":635.58,\"9268\":null,\"9269\":null,\"9270\":28090.49,\"9271\":6130.0,\"9272\":4732.03,\"9273\":942.77,\"9274\":255000.0,\"9275\":5771.04,\"9276\":158540.0,\"9277\":null,\"9278\":16035.92,\"9279\":395803.97,\"9280\":14287.27,\"9281\":null,\"9282\":null,\"9283\":12863.63,\"9284\":12430.24,\"9285\":107038.08,\"9286\":1377.17,\"9287\":1421.48,\"9288\":573.83,\"9289\":101310.0,\"9290\":null,\"9291\":2530.81,\"9292\":728.09,\"9293\":355.68,\"9294\":55489.55,\"9295\":90428.39,\"9296\":2381.27,\"9297\":2755.2,\"9298\":null,\"9299\":873.15,\"9300\":1175277.8,\"9301\":599692.4,\"9302\":342.0,\"9303\":6897.0,\"9304\":7600.63,\"9305\":824.67,\"9306\":205010.0,\"9307\":580.88,\"9308\":14148.0,\"9309\":35223.88,\"9310\":64949.67,\"9311\":94065.85,\"9312\":null,\"9313\":null,\"9314\":556735.02,\"9315\":null,\"9316\":null,\"9317\":1683.48,\"9318\":566.94,\"9319\":694.15,\"9320\":2217.0,\"9321\":81026.53,\"9322\":2217.16,\"9323\":533.48,\"9324\":null,\"9325\":1046.53,\"9326\":8805.6,\"9327\":411.72,\"9328\":1800.91,\"9329\":14050.11,\"9330\":4351.95,\"9331\":19834.07,\"9332\":13713.6,\"9333\":368.68,\"9334\":2676.0,\"9335\":null,\"9336\":260.7,\"9337\":29547.46,\"9338\":49976.98,\"9339\":null,\"9340\":null,\"9341\":null,\"9342\":819906.15,\"9343\":1602.06,\"9344\":649.22,\"9345\":1121.5,\"9346\":1764.0,\"9347\":179070.61,\"9348\":null,\"9349\":124313.08,\"9350\":73164.13,\"9351\":72125.51,\"9352\":null,\"9353\":788.76,\"9354\":0.02,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54553.57,\"9359\":150507.54,\"9360\":165108.8,\"9361\":3219.61,\"9362\":8250.19,\"9363\":44495.7,\"9364\":47606.41,\"9365\":662.19,\"9366\":76625.94,\"9367\":679.42,\"9368\":5656.2,\"9369\":1756.98,\"9370\":26122.39,\"9371\":null,\"9372\":48352.29,\"9373\":19304.36,\"9374\":651.69,\"9375\":15400.8,\"9376\":81.0,\"9377\":9158.4,\"9378\":6762.2,\"9379\":397.32,\"9380\":null,\"9381\":6720.0,\"9382\":9561.02,\"9383\":1654.68,\"9384\":1719.52,\"9385\":328.28,\"9386\":9232.0,\"9387\":17719.0,\"9388\":4620.0,\"9389\":19224.38,\"9390\":16408.03,\"9391\":9983.28,\"9392\":10050.94,\"9393\":384.56,\"9394\":12900.1,\"9395\":12630.7,\"9396\":null,\"9397\":19741.21,\"9398\":19637.61,\"9399\":19625.94,\"9400\":783.2,\"9401\":14515.6,\"9402\":4394.0,\"9403\":null,\"9404\":1614.5,\"9405\":null,\"9406\":7177.7,\"9407\":6040.0,\"9408\":409.91,\"9409\":1913.73,\"9410\":333.73,\"9411\":3001.0,\"9412\":1391.29,\"9413\":16115.24,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":1298.0,\"9419\":753.06,\"9420\":null,\"9421\":705.76,\"9422\":968.1,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5284.7,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":4373.22,\"9433\":null,\"9434\":null,\"9435\":291.76,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":1.74,\"9442\":null,\"9443\":913.23,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19980.71,\"9460\":19978.61,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":0.6,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1409.82,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":196.96,\"9484\":195.59,\"9485\":220.55,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4178.53,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3857.33,\"9547\":2442.0,\"9548\":7252.8,\"9549\":379171.03,\"9550\":10494.0,\"9551\":8012.93,\"9552\":709.94,\"9553\":null,\"9554\":80.0,\"9555\":427.76,\"9556\":12056.0,\"9557\":null,\"9558\":184.8,\"9559\":2167.44,\"9560\":1795.86,\"9561\":793.62,\"9562\":806.0,\"9563\":13276.0,\"9564\":60065.24,\"9565\":495133.76,\"9566\":647.13,\"9567\":10963.86,\"9568\":47471.61,\"9569\":8143.67,\"9570\":857.04,\"9571\":3701.12,\"9572\":859.41,\"9573\":28605.12,\"9574\":null,\"9575\":null,\"9576\":null,\"9577\":28085.85,\"9578\":13415.0,\"9579\":5117.07,\"9580\":942.77,\"9581\":255000.0,\"9582\":6405.71,\"9583\":null,\"9584\":null,\"9585\":21029.64,\"9586\":396316.04,\"9587\":15800.93,\"9588\":14249.4,\"9589\":null,\"9590\":14638.17,\"9591\":5278.57,\"9592\":null,\"9593\":2024.67,\"9594\":1360.37,\"9595\":586.71,\"9596\":181665.0,\"9597\":null,\"9598\":2465.49,\"9599\":501.11,\"9600\":346.78,\"9601\":68043.56,\"9602\":null,\"9603\":1630.65,\"9604\":2490.0,\"9605\":null,\"9606\":819.09,\"9607\":1155162.6299999999,\"9608\":41587.02,\"9609\":684.0,\"9610\":6936.6,\"9611\":6390.13,\"9612\":824.54,\"9613\":188310.0,\"9614\":528.6,\"9615\":9900.0,\"9616\":35980.48,\"9617\":35572.01,\"9618\":null,\"9619\":96.5,\"9620\":608376.28,\"9621\":20128.93,\"9622\":4132.17,\"9623\":614.59,\"9624\":384.91,\"9625\":3176.55,\"9626\":80996.44,\"9627\":2213.72,\"9628\":424.05,\"9629\":null,\"9630\":734.1,\"9631\":9034.8,\"9632\":411.48,\"9633\":null,\"9634\":null,\"9635\":19606.3,\"9636\":4353.75,\"9637\":19752.58,\"9638\":null,\"9639\":365.51,\"9640\":2671.8,\"9641\":174.9,\"9642\":333.22,\"9643\":29633.86,\"9644\":50190.87,\"9645\":null,\"9646\":1040034.9,\"9647\":null,\"9648\":819579.78,\"9649\":1198.26,\"9650\":714.56,\"9651\":1096.07,\"9652\":1341.0,\"9653\":null,\"9654\":66163.62,\"9655\":123662.16,\"9656\":72304.9,\"9657\":73374.12,\"9658\":null,\"9659\":790.58,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":54826.31,\"9664\":70219.98,\"9665\":66951.5,\"9666\":null,\"9667\":null,\"9668\":45437.35,\"9669\":47426.13,\"9670\":618.81,\"9671\":76490.98,\"9672\":668.33,\"9673\":6897.0,\"9674\":2798.74,\"9675\":17989.18,\"9676\":46070.59,\"9677\":19306.8,\"9678\":652.05,\"9679\":14634.0,\"9680\":null,\"9681\":9158.4,\"9682\":6747.51,\"9683\":324.32,\"9684\":188.99,\"9685\":6080.0,\"9686\":9584.0,\"9687\":null,\"9688\":1646.04,\"9689\":169.49,\"9690\":9173.0,\"9691\":12818.0,\"9692\":3709.2,\"9693\":15727.63,\"9694\":18417.49,\"9695\":10225.8,\"9696\":10223.81,\"9697\":2294.89,\"9698\":12354.5,\"9699\":12088.5,\"9700\":null,\"9701\":19749.65,\"9702\":19645.51,\"9703\":19506.52,\"9704\":739.7,\"9705\":11437.8,\"9706\":9820.0,\"9707\":2142.95,\"9708\":1866.5,\"9709\":null,\"9710\":7175.2,\"9711\":6703.0,\"9712\":409.91,\"9713\":1916.31,\"9714\":322.92,\"9715\":3009.0,\"9716\":1354.13,\"9717\":17017.53,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":77.73,\"9723\":725.34,\"9724\":531.08,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":5188.5,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3850.96,\"9735\":null,\"9736\":null,\"9737\":1884.74,\"9738\":null,\"9739\":null,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":3100.32,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19962.96,\"9762\":19953.01,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":0.6,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1300.53,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":80.62,\"9786\":79.25,\"9787\":58.54,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":null,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2784.73,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3857.33,\"9848\":2415.6,\"9849\":7250.4,\"9850\":286574.53,\"9851\":10501.2,\"9852\":6583.99,\"9853\":709.83,\"9854\":null,\"9855\":120.0,\"9856\":134.35,\"9857\":11550.0,\"9858\":null,\"9859\":184.8,\"9860\":2171.24,\"9861\":1757.91,\"9862\":748.89,\"9863\":804.0,\"9864\":461159.66,\"9865\":null,\"9866\":9990.93,\"9867\":47609.11,\"9868\":8052.0,\"9869\":820.52,\"9870\":3701.44,\"9871\":855.99,\"9872\":18887.86,\"9873\":593.12,\"9874\":null,\"9875\":null,\"9876\":30050.15,\"9877\":12308.0,\"9878\":4694.68,\"9879\":942.77,\"9880\":255000.0,\"9881\":5850.53,\"9882\":null,\"9883\":506510.0,\"9884\":null,\"9885\":16579.67,\"9886\":397694.94,\"9887\":14284.9,\"9888\":16194.2,\"9889\":null,\"9890\":13947.92,\"9891\":101096.55,\"9892\":1581.27,\"9893\":1386.62,\"9894\":576.33,\"9895\":205645.0,\"9896\":null,\"9897\":2467.9,\"9898\":726.61,\"9899\":466.47,\"9900\":43550.98,\"9901\":4035.28,\"9902\":2425.8,\"9903\":13026.2,\"9904\":866.66,\"9905\":1170997.1499999999,\"9906\":600181.92,\"9907\":6782.6,\"9908\":6608.38,\"9909\":826.1,\"9910\":184990.0,\"9911\":573.35,\"9912\":8820.0,\"9913\":64448.83,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38866.02,\"9920\":3979.13,\"9921\":596.77,\"9922\":680.36,\"9923\":3572.85,\"9924\":81002.1,\"9925\":2212.0,\"9926\":442.79,\"9927\":761.76,\"9928\":1146.49,\"9929\":10042.8,\"9930\":411.96,\"9931\":1408.58,\"9932\":19582.63,\"9933\":2368.35,\"9934\":19264.17,\"9935\":367.16,\"9936\":255.83,\"9937\":254.1,\"9938\":343.42,\"9939\":29698.61,\"9940\":45091.63,\"9941\":null,\"9942\":346219.9,\"9943\":null,\"9944\":819631.42,\"9945\":1598.7,\"9946\":79.42,\"9947\":1084.1,\"9948\":1056.6,\"9949\":null,\"9950\":23072.56,\"9951\":123740.15,\"9952\":72460.55,\"9953\":72997.49,\"9954\":null,\"9955\":797.3,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":54644.48,\"9960\":null,\"9961\":66790.55,\"9962\":null,\"9963\":45373.39,\"9964\":47525.94,\"9965\":623.46,\"9966\":76492.22,\"9967\":487.4,\"9968\":7957.4,\"9969\":2739.75},\"Values_Hour07\":{\"0\":19555.33,\"1\":653.25,\"2\":6897.6,\"3\":17920.59,\"4\":13.2,\"5\":null,\"6\":6769.29,\"7\":386.83,\"8\":6560.0,\"9\":9309.49,\"10\":1009.08,\"11\":1726.12,\"12\":163.02,\"13\":11023.0,\"14\":11296.0,\"15\":2939.2,\"16\":7927.68,\"17\":null,\"18\":10180.1,\"19\":10225.6,\"20\":85.51,\"21\":16004.8,\"22\":15648.8,\"23\":null,\"24\":1595.6,\"25\":14328.0,\"26\":19762.67,\"27\":10350.53,\"28\":19462.55,\"29\":8696.41,\"30\":8147.47,\"31\":14403.65,\"32\":8704.17,\"33\":584.4,\"34\":10746.8,\"35\":4954.0,\"36\":null,\"37\":2487.1,\"38\":401.47,\"39\":4326.4,\"40\":428.84,\"41\":2488.28,\"42\":344.08,\"43\":2476.0,\"44\":null,\"45\":13701.87,\"46\":24.81,\"47\":5031.49,\"48\":49.2,\"49\":null,\"50\":118.8,\"51\":797.28,\"52\":309.32,\"53\":null,\"54\":135.63,\"55\":383.52,\"56\":404.8,\"57\":6741.8,\"58\":677.58,\"59\":13026.67,\"60\":1273.96,\"61\":null,\"62\":4838.09,\"63\":798.97,\"64\":370.15,\"65\":4545.6,\"66\":1281.81,\"67\":5395.73,\"68\":null,\"69\":1785.99,\"70\":73.48,\"71\":530.31,\"72\":482.63,\"73\":781.5,\"74\":3798.08,\"75\":null,\"76\":null,\"77\":null,\"78\":678.76,\"79\":0.03,\"80\":4.66,\"81\":257.25,\"82\":5732.5,\"83\":359.82,\"84\":599.44,\"85\":4.8,\"86\":932.64,\"87\":937.84,\"88\":426.16,\"89\":460.53,\"90\":798.84,\"91\":14545.04,\"92\":15125.99,\"93\":null,\"94\":8831.72,\"95\":2033.39,\"96\":1952.93,\"97\":null,\"98\":null,\"99\":1436.4,\"100\":292.35,\"101\":null,\"102\":861.51,\"103\":1.02,\"104\":null,\"105\":1821.79,\"106\":2382.93,\"107\":8362.55,\"108\":1440.73,\"109\":111.03,\"110\":6800.16,\"111\":699.3,\"112\":1640.0,\"113\":225.0,\"114\":293.73,\"115\":3594.38,\"116\":3404.25,\"117\":2746.13,\"118\":407.1,\"119\":485.7,\"120\":null,\"121\":null,\"122\":57.96,\"123\":28.2,\"124\":20.28,\"125\":63.12,\"126\":34.68,\"127\":50.16,\"128\":37.18,\"129\":122.34,\"130\":77.83,\"131\":682.8,\"132\":74.28,\"133\":null,\"134\":895.43,\"135\":972.09,\"136\":464.4,\"137\":null,\"138\":42.69,\"139\":null,\"140\":null,\"141\":null,\"142\":637.2,\"143\":666.0,\"144\":424.92,\"145\":11.55,\"146\":null,\"147\":0.62,\"148\":75.31,\"149\":65.27,\"150\":15.36,\"151\":104.28,\"152\":801.27,\"153\":101.74,\"154\":117.69,\"155\":26.76,\"156\":5.41,\"157\":null,\"158\":443.22,\"159\":184.15,\"160\":null,\"161\":814.21,\"162\":886.64,\"163\":937.93,\"164\":273.53,\"165\":54.21,\"166\":54.25,\"167\":462.0,\"168\":null,\"169\":3.01,\"170\":56.73,\"171\":25.6,\"172\":2376.0,\"173\":7251.6,\"174\":177281.73,\"175\":5389.2,\"176\":3441.56,\"177\":468.82,\"178\":null,\"179\":397.11,\"180\":13827.0,\"181\":19545.89,\"182\":211.2,\"183\":848.92,\"184\":1784.31,\"185\":697.05,\"186\":2369.7,\"187\":1346.0,\"188\":18972.0,\"189\":60118.0,\"190\":449956.6,\"191\":15192.0,\"192\":1734.48,\"193\":9973.85,\"194\":53417.4,\"195\":6050.0,\"196\":907.35,\"197\":706.7,\"198\":12971.8,\"199\":3702.72,\"200\":1883.47,\"201\":15602.21,\"202\":393.8,\"203\":99647.69,\"204\":8436.53,\"205\":15315.94,\"206\":3159.75,\"207\":5840.96,\"208\":939.79,\"209\":245658.46,\"210\":null,\"211\":7027.11,\"212\":null,\"213\":511180.0,\"214\":68393.85,\"215\":31222.85,\"216\":23397.74,\"217\":309385.49,\"218\":18048.0,\"219\":18825.4,\"220\":26487.75,\"221\":8844.9,\"222\":11273.72,\"223\":94259.52,\"224\":1001.05,\"225\":2306.71,\"226\":203976.62,\"227\":5565.31,\"228\":2558.41,\"229\":1330.09,\"230\":404.47,\"231\":30976.34,\"232\":90290.54,\"233\":3964.54,\"234\":2884.2,\"235\":69.03,\"236\":913.66,\"237\":896040.09,\"238\":599538.3,\"239\":606.0,\"240\":7530.6,\"241\":4618.54,\"242\":829.18,\"243\":182740.0,\"244\":658.41,\"245\":12204.0,\"246\":20125.5,\"247\":60288.5,\"248\":69556.24,\"249\":null,\"250\":36.0,\"251\":null,\"252\":448252.2,\"253\":null,\"254\":null,\"255\":5509.57,\"256\":602.84,\"257\":670.9,\"258\":4012.2,\"259\":81377.12,\"260\":1062.1,\"261\":536.18,\"262\":517.68,\"263\":872.88,\"264\":4681.2,\"265\":423.96,\"266\":null,\"267\":8377.7,\"268\":8057.25,\"269\":19750.4,\"270\":9859.2,\"271\":null,\"272\":212.32,\"273\":2538.0,\"274\":289.81,\"275\":30155.43,\"276\":25602.42,\"277\":null,\"278\":57548.77,\"279\":821179.78,\"280\":964.62,\"281\":788.48,\"282\":1246.68,\"283\":3121.2,\"284\":240039.7,\"285\":null,\"286\":177629.5,\"287\":null,\"288\":null,\"289\":127494.08,\"290\":801.22,\"291\":2425.48,\"292\":8263.2,\"293\":5527.98,\"294\":4056.98,\"295\":64534.58,\"296\":161134.53,\"297\":170928.9,\"298\":3857.18,\"299\":null,\"300\":15322.87,\"301\":null,\"302\":45380.86,\"303\":48191.13,\"304\":632.43,\"305\":75642.83,\"306\":949.49,\"307\":8175.2,\"308\":2783.71,\"309\":24659.65,\"310\":50013.85,\"311\":null,\"312\":19767.17,\"313\":654.54,\"314\":7390.8,\"315\":17134.43,\"316\":null,\"317\":9064.8,\"318\":6734.48,\"319\":358.25,\"320\":1680.0,\"321\":9284.74,\"322\":921.48,\"323\":1677.28,\"324\":159.85,\"325\":16849.0,\"326\":13108.0,\"327\":2893.0,\"328\":7440.16,\"329\":21442.37,\"330\":10210.15,\"331\":10222.99,\"332\":211.2,\"333\":16053.9,\"334\":15714.5,\"335\":null,\"336\":null,\"337\":14382.0,\"338\":19756.55,\"339\":10347.38,\"340\":19456.99,\"341\":6155.39,\"342\":6112.86,\"343\":6096.54,\"344\":6418.91,\"345\":573.9,\"346\":11740.9,\"347\":7938.0,\"348\":null,\"349\":2403.5,\"350\":325.57,\"351\":4957.8,\"352\":428.84,\"353\":1770.84,\"354\":344.54,\"355\":2444.0,\"356\":1364.79,\"357\":13245.92,\"358\":204.06,\"359\":3280.05,\"360\":37.8,\"361\":null,\"362\":217.07,\"363\":850.08,\"364\":327.36,\"365\":244.2,\"366\":null,\"367\":6543.8,\"368\":216.66,\"369\":7617.45,\"370\":1281.46,\"371\":null,\"372\":8017.57,\"373\":480.73,\"374\":2942.98,\"375\":3624.86,\"376\":3537.78,\"377\":23958.4,\"378\":470.32,\"379\":64.68,\"380\":733.37,\"381\":645.82,\"382\":699.0,\"383\":5512.0,\"384\":null,\"385\":null,\"386\":null,\"387\":1063.34,\"388\":0.09,\"389\":1.39,\"390\":272.16,\"391\":5284.03,\"392\":46.62,\"393\":793.09,\"394\":null,\"395\":3232.55,\"396\":3365.36,\"397\":1514.06,\"398\":181.35,\"399\":272.88,\"400\":19943.07,\"401\":19950.92,\"402\":null,\"403\":9587.98,\"404\":933.95,\"405\":834.11,\"406\":null,\"407\":null,\"408\":1436.4,\"409\":null,\"410\":null,\"411\":574.52,\"412\":1.61,\"413\":null,\"414\":1050.99,\"415\":3642.67,\"416\":4478.68,\"417\":1395.96,\"418\":99.3,\"419\":4424.2,\"420\":438.2,\"421\":439.41,\"422\":114.51,\"423\":362.8,\"424\":3800.48,\"425\":3501.68,\"426\":3592.13,\"427\":660.9,\"428\":774.3,\"429\":null,\"430\":null,\"431\":39.12,\"432\":17.16,\"433\":21.35,\"434\":137.25,\"435\":82.17,\"436\":14.82,\"437\":26.04,\"438\":120.74,\"439\":81.82,\"440\":172.74,\"441\":46.2,\"442\":null,\"443\":1420.51,\"444\":1363.73,\"445\":399.51,\"446\":null,\"447\":101.7,\"448\":null,\"449\":null,\"450\":480.9,\"451\":950.4,\"452\":494.05,\"453\":12.26,\"454\":null,\"455\":null,\"456\":59.2,\"457\":104.88,\"458\":24.2,\"459\":402.6,\"460\":342.42,\"461\":123.05,\"462\":116.38,\"463\":42.25,\"464\":null,\"465\":null,\"466\":156.47,\"467\":83.39,\"468\":null,\"469\":1286.77,\"470\":1424.85,\"471\":1440.81,\"472\":null,\"473\":92.58,\"474\":94.84,\"475\":498.3,\"476\":null,\"477\":3.48,\"478\":65.17,\"479\":6.33,\"480\":null,\"481\":2310.0,\"482\":7251.6,\"483\":13905.0,\"484\":4410.0,\"485\":3441.03,\"486\":470.8,\"487\":2460.0,\"488\":397.0,\"489\":11891.0,\"490\":19574.91,\"491\":198.0,\"492\":145.2,\"493\":1797.18,\"494\":649.93,\"495\":1988.1,\"496\":1327.0,\"497\":19696.0,\"498\":60134.82,\"499\":504240.6,\"500\":14016.0,\"501\":929.61,\"502\":9970.3,\"503\":53245.83,\"504\":6119.67,\"505\":854.45,\"506\":717.75,\"507\":6378.74,\"508\":3702.72,\"509\":1832.06,\"510\":14647.61,\"511\":580.14,\"512\":55539.0,\"513\":7466.38,\"514\":null,\"515\":null,\"516\":9867.73,\"517\":939.79,\"518\":245280.57,\"519\":9939.11,\"520\":null,\"521\":508470.0,\"522\":328826.36,\"523\":31568.79,\"524\":20477.76,\"525\":33480.56,\"526\":null,\"527\":19340.2,\"528\":27148.78,\"529\":8851.27,\"530\":11319.71,\"531\":null,\"532\":775.63,\"533\":2192.12,\"534\":203646.62,\"535\":5649.33,\"536\":2498.26,\"537\":1329.1,\"538\":408.57,\"539\":29042.67,\"540\":3980.68,\"541\":2617.8,\"542\":72.57,\"543\":909.48,\"544\":896214.79,\"545\":598181.67,\"546\":624.0,\"547\":3346.2,\"548\":4603.4,\"549\":833.47,\"550\":null,\"551\":680.05,\"552\":11592.0,\"553\":null,\"554\":59854.77,\"555\":69904.74,\"556\":165014.62,\"557\":2721.5,\"558\":null,\"559\":460845.02,\"560\":43948.46,\"561\":4744.35,\"562\":593.34,\"563\":669.85,\"564\":4030.5,\"565\":80360.33,\"566\":1062.1,\"567\":531.23,\"568\":750.6,\"569\":835.51,\"570\":4413.6,\"571\":null,\"572\":14015.67,\"573\":1445.4,\"574\":19657.6,\"575\":9878.4,\"576\":1222.44,\"577\":321.82,\"578\":2509.8,\"579\":249.8,\"580\":29859.52,\"581\":25604.71,\"582\":1228311.4199999999,\"583\":null,\"584\":617935.6800000001,\"585\":963.12,\"586\":820.6,\"587\":1531.09,\"588\":2761.2,\"589\":null,\"590\":null,\"591\":248805.49,\"592\":81550.0,\"593\":null,\"594\":213549.48,\"595\":142510.25,\"596\":120917.77,\"597\":800.38,\"598\":null,\"599\":3391.46,\"600\":3679.35,\"601\":2676.02,\"602\":64191.0,\"603\":158281.25,\"604\":161159.05,\"605\":3854.67,\"606\":102665.63,\"607\":15307.36,\"608\":45226.71,\"609\":48358.4,\"610\":691.23,\"611\":75561.88,\"612\":null,\"613\":3737.8,\"614\":2743.07,\"615\":24653.61,\"616\":55744.25,\"617\":48248.09,\"618\":19416.65,\"619\":652.8,\"620\":7390.8,\"621\":14684.0,\"622\":null,\"623\":4152.0,\"624\":6783.98,\"625\":1600.0,\"626\":4676.1,\"627\":1188.96,\"628\":1653.08,\"629\":150.74,\"630\":10756.0,\"631\":14751.0,\"632\":2714.8,\"633\":8423.7,\"634\":25745.03,\"635\":19291.96,\"636\":19568.47,\"637\":2207.48,\"638\":15604.8,\"639\":15257.1,\"640\":null,\"641\":1793.9,\"642\":13878.0,\"643\":19754.68,\"644\":10324.92,\"645\":19456.81,\"646\":5950.05,\"647\":6111.83,\"648\":5079.86,\"649\":6422.93,\"650\":619.1,\"651\":16730.6,\"652\":7862.0,\"653\":2323.3,\"654\":328.22,\"655\":7176.5,\"656\":428.84,\"657\":2290.76,\"658\":344.08,\"659\":2397.0,\"660\":1495.1,\"661\":14290.56,\"662\":97.99,\"663\":2068.58,\"664\":7.2,\"665\":null,\"666\":132.0,\"667\":842.16,\"668\":290.84,\"669\":null,\"670\":215.93,\"671\":389.37,\"672\":6366.8,\"673\":276.0,\"674\":4136.93,\"675\":1093.73,\"676\":null,\"677\":5153.74,\"678\":526.81,\"679\":1756.27,\"680\":5659.73,\"681\":2157.61,\"682\":null,\"683\":234.04,\"684\":0.22,\"685\":722.75,\"686\":756.64,\"687\":811.5,\"688\":9446.94,\"689\":null,\"690\":null,\"691\":null,\"692\":601.92,\"693\":0.15,\"694\":1.47,\"695\":147.2,\"696\":6197.49,\"697\":194.22,\"698\":967.61,\"699\":null,\"700\":1776.07,\"701\":1581.54,\"702\":784.6,\"703\":190.26,\"704\":146.52,\"705\":19841.12,\"706\":19943.44,\"707\":null,\"708\":1595.53,\"709\":1098.8,\"710\":1109.63,\"711\":null,\"712\":null,\"713\":1436.4,\"714\":null,\"715\":null,\"716\":517.43,\"717\":0.87,\"718\":613.47,\"719\":2202.19,\"720\":5637.41,\"721\":1373.02,\"722\":26.85,\"723\":6370.74,\"724\":674.45,\"725\":600.0,\"726\":104.34,\"727\":180.57,\"728\":3156.53,\"729\":3029.63,\"730\":3545.1,\"731\":225.9,\"732\":276.9,\"733\":null,\"734\":null,\"735\":17.52,\"736\":33.96,\"737\":20.15,\"738\":108.12,\"739\":62.73,\"740\":13.69,\"741\":23.5,\"742\":70.21,\"743\":64.92,\"744\":281.94,\"745\":51.36,\"746\":null,\"747\":430.53,\"748\":477.11,\"749\":530.91,\"750\":null,\"751\":63.6,\"752\":null,\"753\":null,\"754\":415.8,\"755\":427.2,\"756\":732.38,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":56.88,\"762\":47.3,\"763\":421.46,\"764\":344.53,\"765\":60.72,\"766\":87.03,\"767\":32.84,\"768\":null,\"769\":null,\"770\":354.44,\"771\":158.79,\"772\":null,\"773\":394.63,\"774\":449.27,\"775\":412.13,\"776\":282.77,\"777\":24.99,\"778\":24.99,\"779\":197.89,\"780\":null,\"781\":0.97,\"782\":25.4,\"783\":3.95,\"784\":null,\"785\":2415.6,\"786\":7249.2,\"787\":14823.0,\"788\":4417.2,\"789\":2943.38,\"790\":467.94,\"791\":null,\"792\":396.91,\"793\":14025.0,\"794\":19580.58,\"795\":184.8,\"796\":1761.7,\"797\":1790.58,\"798\":718.06,\"799\":2524.5,\"800\":1348.0,\"801\":16016.0,\"802\":60179.91,\"803\":503413.76,\"804\":14032.0,\"805\":1318.02,\"806\":9964.67,\"807\":54760.14,\"808\":6141.67,\"809\":865.09,\"810\":694.65,\"811\":5872.33,\"812\":3704.32,\"813\":2000.61,\"814\":18974.05,\"815\":574.64,\"816\":49553.94,\"817\":2354.44,\"818\":null,\"819\":null,\"820\":6633.16,\"821\":939.79,\"822\":240061.6,\"823\":8022.79,\"824\":null,\"825\":null,\"826\":497489.05,\"827\":8509.92,\"828\":19036.47,\"829\":33140.12,\"830\":16872.0,\"831\":18642.8,\"832\":23650.09,\"833\":8853.17,\"834\":11768.55,\"835\":null,\"836\":732.57,\"837\":1618.45,\"838\":203573.29,\"839\":5338.11,\"840\":2486.99,\"841\":576.21,\"842\":386.71,\"843\":28559.25,\"844\":3985.93,\"845\":1889.4,\"846\":null,\"847\":920.15,\"848\":896062.98,\"849\":599896.9300000001,\"850\":468.0,\"851\":7253.4,\"852\":8326.51,\"853\":812.35,\"854\":205150.0,\"855\":682.57,\"856\":12924.0,\"857\":60808.85,\"858\":70277.96,\"859\":165153.73,\"860\":792.5,\"861\":401856.0,\"862\":481083.59,\"863\":null,\"864\":43541.93,\"865\":null,\"866\":607.86,\"867\":671.47,\"868\":4008.75,\"869\":81346.54,\"870\":1062.1,\"871\":530.87,\"872\":724.5,\"873\":814.11,\"874\":4351.2,\"875\":432.84,\"876\":13986.26,\"877\":8048.7,\"878\":19664.0,\"879\":11832.0,\"880\":341.75,\"881\":2429.4,\"882\":null,\"883\":227.95,\"884\":29675.8,\"885\":50233.9,\"886\":774645.33,\"887\":null,\"888\":627209.13,\"889\":963.72,\"890\":773.08,\"891\":1337.9,\"892\":2455.2,\"893\":8323.1,\"894\":463170.46,\"895\":535558.46,\"896\":35179.01,\"897\":null,\"898\":70916.32,\"899\":72925.48,\"900\":799.54,\"901\":1377.17,\"902\":5063.38,\"903\":2148.02,\"904\":1648.77,\"905\":64536.67,\"906\":164052.03,\"907\":168953.1,\"908\":3856.92,\"909\":102525.64,\"910\":14791.39,\"911\":45406.42,\"912\":48225.26,\"913\":678.84,\"914\":75745.33,\"915\":1285.21,\"916\":10700.8,\"917\":2790.59,\"918\":11461.5,\"919\":null,\"920\":56138.54,\"921\":55914.56,\"922\":18447.86,\"923\":651.96,\"924\":6408.0,\"925\":5073.6,\"926\":6699.99,\"927\":null,\"928\":3680.0,\"929\":9419.07,\"930\":1202.64,\"931\":1692.68,\"932\":null,\"933\":10070.0,\"934\":12522.0,\"935\":2761.0,\"936\":8420.43,\"937\":22243.37,\"938\":10158.86,\"939\":9858.3,\"940\":473.59,\"941\":15418.9,\"942\":15087.4,\"943\":null,\"944\":1501.9,\"945\":13392.0,\"946\":19754.65,\"947\":10346.9,\"948\":18588.43,\"949\":566.3,\"950\":12465.0,\"951\":2154.0,\"952\":2108.5,\"953\":369.73,\"954\":4227.6,\"955\":428.84,\"956\":2294.24,\"957\":344.08,\"958\":2348.0,\"959\":1329.98,\"960\":null,\"961\":null,\"962\":4990.77,\"963\":25.2,\"964\":null,\"965\":126.14,\"966\":896.28,\"967\":417.12,\"968\":1080.3,\"969\":95.81,\"970\":null,\"971\":null,\"972\":6288.6,\"973\":61.99,\"974\":13546.48,\"975\":1254.97,\"976\":null,\"977\":4878.26,\"978\":688.09,\"979\":4562.18,\"980\":2165.21,\"981\":5535.8,\"982\":199177.47,\"983\":817.56,\"984\":80.74,\"985\":570.57,\"986\":520.05,\"987\":805.43,\"988\":3194.14,\"989\":0.04,\"990\":null,\"991\":null,\"992\":397.5,\"993\":0.09,\"994\":3.83,\"995\":33.78,\"996\":4258.23,\"997\":null,\"998\":647.74,\"999\":null,\"1000\":2374.09,\"1001\":2502.63,\"1002\":1156.79,\"1003\":60.66,\"1004\":168.48,\"1005\":19851.99,\"1006\":19919.35,\"1007\":null,\"1008\":6903.7,\"1009\":440.15,\"1010\":438.71,\"1011\":null,\"1012\":null,\"1013\":1436.4,\"1014\":null,\"1015\":7.59,\"1016\":null,\"1017\":0.97,\"1018\":null,\"1019\":2862.17,\"1020\":1593.81,\"1021\":8660.92,\"1022\":1336.28,\"1023\":95.85,\"1024\":3525.2,\"1025\":1048.6,\"1026\":null,\"1027\":48.51,\"1028\":251.02,\"1029\":3801.83,\"1030\":3464.78,\"1031\":3527.78,\"1032\":686.7,\"1033\":829.2,\"1034\":null,\"1035\":null,\"1036\":28.07,\"1037\":21.11,\"1038\":14.74,\"1039\":143.94,\"1040\":64.95,\"1041\":19.83,\"1042\":20.88,\"1043\":69.77,\"1044\":69.6,\"1045\":62.34,\"1046\":20.76,\"1047\":null,\"1048\":340.56,\"1049\":331.84,\"1050\":604.71,\"1051\":null,\"1052\":91.26,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":438.9,\"1057\":865.2,\"1058\":417.24,\"1059\":21.36,\"1060\":null,\"1061\":null,\"1062\":57.53,\"1063\":37.56,\"1064\":20.86,\"1065\":71.63,\"1066\":335.33,\"1067\":147.45,\"1068\":137.15,\"1069\":24.76,\"1070\":null,\"1071\":null,\"1072\":362.47,\"1073\":253.77,\"1074\":null,\"1075\":389.29,\"1076\":401.21,\"1077\":385.21,\"1078\":null,\"1079\":76.96,\"1080\":78.19,\"1081\":996.6,\"1082\":0.59,\"1083\":58.6,\"1084\":18.91,\"1085\":null,\"1086\":2349.6,\"1087\":7221.6,\"1088\":407207.72,\"1089\":3988.8,\"1090\":3445.45,\"1091\":690.36,\"1092\":null,\"1093\":2110.0,\"1094\":404.18,\"1095\":14388.0,\"1096\":19560.9,\"1097\":null,\"1098\":476.85,\"1099\":1789.59,\"1100\":727.6,\"1101\":5640.3,\"1102\":1522.0,\"1103\":22548.0,\"1104\":60071.0,\"1105\":493367.36,\"1106\":13944.0,\"1107\":974.82,\"1108\":12037.07,\"1109\":38370.21,\"1110\":6075.67,\"1111\":882.63,\"1112\":736.23,\"1113\":3702.72,\"1114\":2069.34,\"1115\":14161.04,\"1116\":578.16,\"1117\":5747.33,\"1118\":15216.16,\"1119\":7157.0,\"1120\":5994.73,\"1121\":939.79,\"1122\":239590.87,\"1123\":null,\"1124\":7393.62,\"1125\":null,\"1126\":505190.0,\"1127\":32072.58,\"1128\":5301.91,\"1129\":20183.87,\"1130\":395601.98,\"1131\":16152.0,\"1132\":18631.8,\"1133\":26098.22,\"1134\":8755.8,\"1135\":10715.73,\"1136\":125613.03,\"1137\":761.97,\"1138\":1542.96,\"1139\":68383.32,\"1140\":4102.07,\"1141\":2494.93,\"1142\":763.52,\"1143\":405.63,\"1144\":27561.27,\"1145\":3914.4,\"1146\":2197.8,\"1147\":2.95,\"1148\":928.84,\"1149\":868159.36,\"1150\":598495.3,\"1151\":438.0,\"1152\":6729.8,\"1153\":8313.87,\"1154\":813.34,\"1155\":137000.0,\"1156\":690.87,\"1157\":13032.0,\"1158\":null,\"1159\":61429.62,\"1160\":69598.96,\"1161\":164655.16,\"1162\":null,\"1163\":403328.0,\"1164\":483195.99,\"1165\":8.22,\"1166\":7346.09,\"1167\":576.31,\"1168\":671.83,\"1169\":4008.15,\"1170\":88049.4,\"1171\":1063.83,\"1172\":525.0,\"1173\":775.8,\"1174\":987.02,\"1175\":3723.6,\"1176\":432.24,\"1177\":9106.57,\"1178\":8076.6,\"1179\":19644.8,\"1180\":13540.8,\"1181\":363.79,\"1182\":1918.11,\"1183\":102.3,\"1184\":339.17,\"1185\":30108.02,\"1186\":46114.49,\"1187\":48858.46,\"1188\":63692.97,\"1189\":708521.72,\"1190\":1013.1,\"1191\":862.4,\"1192\":1301.01,\"1193\":2455.2,\"1194\":33836.26,\"1195\":635323.66,\"1196\":543820.04,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72327.53,\"1201\":800.38,\"1202\":2867.64,\"1203\":8611.1,\"1204\":5570.94,\"1205\":4100.69,\"1206\":67657.11,\"1207\":163126.92,\"1208\":169889.2,\"1209\":null,\"1210\":null,\"1211\":14789.28,\"1212\":45321.55,\"1213\":48423.39,\"1214\":null,\"1215\":75447.3,\"1216\":null,\"1217\":10874.6,\"1218\":2703.93,\"1219\":31437.2,\"1220\":null,\"1221\":55638.02,\"1222\":19739.34,\"1223\":651.27,\"1224\":5925.6,\"1225\":7096.8,\"1226\":6773.91,\"1227\":null,\"1228\":3360.0,\"1229\":9511.23,\"1230\":1101.84,\"1231\":1752.08,\"1232\":156.02,\"1233\":9235.0,\"1234\":12317.0,\"1235\":2690.6,\"1236\":11248.95,\"1237\":22075.28,\"1238\":10209.11,\"1239\":10219.73,\"1240\":723.07,\"1241\":15050.6,\"1242\":14691.2,\"1243\":null,\"1244\":1582.7,\"1245\":13266.0,\"1246\":19754.33,\"1247\":10346.36,\"1248\":19617.3,\"1249\":531.8,\"1250\":16600.9,\"1251\":2220.0,\"1252\":null,\"1253\":2022.2,\"1254\":384.91,\"1255\":3915.8,\"1256\":428.84,\"1257\":2193.85,\"1258\":343.16,\"1259\":2310.0,\"1260\":1311.31,\"1261\":12588.59,\"1262\":null,\"1263\":4711.38,\"1264\":30.6,\"1265\":null,\"1266\":124.67,\"1267\":768.24,\"1268\":null,\"1269\":289.96,\"1270\":832.8,\"1271\":141.13,\"1272\":70.08,\"1273\":1179.41,\"1274\":6131.2,\"1275\":null,\"1276\":11498.37,\"1277\":1111.73,\"1278\":null,\"1279\":4602.78,\"1280\":744.36,\"1281\":null,\"1282\":4349.26,\"1283\":3985.18,\"1284\":5276.57,\"1285\":1250.43,\"1286\":null,\"1287\":399.38,\"1288\":355.44,\"1289\":53.8,\"1290\":6542.75,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":1158.31,\"1295\":0.15,\"1296\":1.25,\"1297\":116.76,\"1298\":5000.04,\"1299\":356.4,\"1300\":480.63,\"1301\":888.04,\"1302\":1014.16,\"1303\":493.04,\"1304\":296.73,\"1305\":334.26,\"1306\":14846.66,\"1307\":15615.84,\"1308\":null,\"1309\":7573.49,\"1310\":542.27,\"1311\":522.83,\"1312\":null,\"1313\":null,\"1314\":1436.4,\"1315\":null,\"1316\":7.75,\"1317\":0.7,\"1318\":null,\"1319\":250.36,\"1320\":1306.96,\"1321\":2762.47,\"1322\":1344.31,\"1323\":77.91,\"1324\":3647.33,\"1325\":431.2,\"1326\":559.41,\"1327\":187.17,\"1328\":13.59,\"1329\":1860.53,\"1330\":1806.98,\"1331\":3522.83,\"1332\":108.6,\"1333\":129.6,\"1334\":null,\"1335\":38.4,\"1336\":42.71,\"1337\":19.42,\"1338\":42.5,\"1339\":38.67,\"1340\":57.5,\"1341\":22.9,\"1342\":75.45,\"1343\":48.7,\"1344\":295.14,\"1345\":25.44,\"1346\":null,\"1347\":520.09,\"1348\":458.56,\"1349\":534.6,\"1350\":null,\"1351\":49.29,\"1352\":null,\"1353\":null,\"1354\":692.7,\"1355\":1164.0,\"1356\":275.34,\"1357\":11.24,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":121.08,\"1362\":13.16,\"1363\":113.96,\"1364\":735.72,\"1365\":109.17,\"1366\":11.78,\"1367\":28.34,\"1368\":null,\"1369\":124.8,\"1370\":70.0,\"1371\":null,\"1372\":471.44,\"1373\":510.15,\"1374\":493.34,\"1375\":178.08,\"1376\":29.35,\"1377\":29.63,\"1378\":null,\"1379\":884.4,\"1380\":null,\"1381\":1.28,\"1382\":38.27,\"1383\":25.72,\"1384\":null,\"1385\":2211.0,\"1386\":7216.8,\"1387\":26012.35,\"1388\":3434.4,\"1389\":4438.36,\"1390\":689.81,\"1391\":7.92,\"1392\":null,\"1393\":404.94,\"1394\":12452.0,\"1395\":19477.71,\"1396\":198.0,\"1397\":2803.35,\"1398\":1723.59,\"1399\":727.92,\"1400\":2705.4,\"1401\":1106.0,\"1402\":21968.0,\"1403\":60405.37,\"1404\":494567.79,\"1405\":13216.0,\"1406\":806.52,\"1407\":7976.25,\"1408\":46424.85,\"1409\":6090.33,\"1410\":1038.16,\"1411\":734.08,\"1412\":3704.32,\"1413\":2104.52,\"1414\":20778.61,\"1415\":null,\"1416\":null,\"1417\":8063.88,\"1418\":15219.01,\"1419\":7272.0,\"1420\":5681.17,\"1421\":938.8,\"1422\":239934.86,\"1423\":141397.31,\"1424\":6938.95,\"1425\":69144.0,\"1426\":null,\"1427\":null,\"1428\":7078.19,\"1429\":18076.09,\"1430\":310512.85,\"1431\":15324.0,\"1432\":18609.8,\"1433\":22175.59,\"1434\":8753.12,\"1435\":11162.57,\"1436\":727.6,\"1437\":1470.53,\"1438\":null,\"1439\":138380.0,\"1440\":2612.86,\"1441\":1528.35,\"1442\":411.48,\"1443\":27563.47,\"1444\":3755.72,\"1445\":2176.8,\"1446\":null,\"1447\":910.0,\"1448\":891068.37,\"1449\":600449.3,\"1450\":630.0,\"1451\":6677.0,\"1452\":8314.41,\"1453\":818.84,\"1454\":136670.0,\"1455\":675.96,\"1456\":14688.0,\"1457\":22784.01,\"1458\":61120.92,\"1459\":68577.62,\"1460\":165179.73,\"1461\":3254.0,\"1462\":401350.0,\"1463\":547714.91,\"1464\":null,\"1465\":586.48,\"1466\":686.77,\"1467\":3995.55,\"1468\":81140.29,\"1469\":1063.82,\"1470\":535.76,\"1471\":711.54,\"1472\":369.3,\"1473\":3988.8,\"1474\":431.4,\"1475\":null,\"1476\":8030.48,\"1477\":7636.5,\"1478\":19683.2,\"1479\":8731.2,\"1480\":371.84,\"1481\":2562.0,\"1482\":108.9,\"1483\":null,\"1484\":29334.75,\"1485\":25569.66,\"1486\":null,\"1487\":94136.58,\"1488\":743392.42,\"1489\":1269.3,\"1490\":771.76,\"1491\":1259.16,\"1492\":2455.2,\"1493\":33760.84,\"1494\":762482.11,\"1495\":542913.91,\"1496\":129410.0,\"1497\":303004.51,\"1498\":143289.74,\"1499\":124598.45,\"1500\":799.12,\"1501\":786.5,\"1502\":2129.64,\"1503\":5297.13,\"1504\":3874.74,\"1505\":64650.66,\"1506\":163044.4,\"1507\":170484.9,\"1508\":null,\"1509\":101985.72,\"1510\":14798.59,\"1511\":45241.67,\"1512\":48531.63,\"1513\":664.17,\"1514\":108657.05,\"1515\":1110.71,\"1516\":10674.4,\"1517\":2768.56,\"1518\":31359.55,\"1519\":45795.63,\"1520\":56648.42,\"1521\":19691.73,\"1522\":650.31,\"1523\":7329.6,\"1524\":3.0,\"1525\":5985.6,\"1526\":6742.07,\"1527\":349.67,\"1528\":4560.0,\"1529\":9303.64,\"1530\":1130.04,\"1531\":1750.32,\"1532\":null,\"1533\":null,\"1534\":8237.0,\"1535\":12831.0,\"1536\":4028.2,\"1537\":7917.38,\"1538\":19174.02,\"1539\":10192.06,\"1540\":10217.52,\"1541\":546.92,\"1542\":14899.7,\"1543\":14562.6,\"1544\":null,\"1545\":1532.7,\"1546\":14220.0,\"1547\":19743.54,\"1548\":10335.59,\"1549\":19608.04,\"1550\":null,\"1551\":501.1,\"1552\":12063.9,\"1553\":2170.0,\"1554\":1933.3,\"1555\":369.73,\"1556\":7172.9,\"1557\":428.84,\"1558\":1780.05,\"1559\":342.47,\"1560\":2291.0,\"1561\":1454.18,\"1562\":12185.0,\"1563\":0.28,\"1564\":2105.6,\"1565\":51.0,\"1566\":null,\"1567\":165.73,\"1568\":803.88,\"1569\":243.76,\"1570\":1002.3,\"1571\":95.48,\"1572\":null,\"1573\":1096.64,\"1574\":6012.1,\"1575\":394.68,\"1576\":12097.85,\"1577\":null,\"1578\":null,\"1579\":4459.3,\"1580\":718.44,\"1581\":1797.65,\"1582\":155.67,\"1583\":2307.02,\"1584\":null,\"1585\":516.52,\"1586\":null,\"1587\":539.41,\"1588\":531.05,\"1589\":490.43,\"1590\":396.97,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":575.87,\"1595\":0.1,\"1596\":0.79,\"1597\":198.73,\"1598\":3622.2,\"1599\":323.82,\"1600\":581.85,\"1601\":null,\"1602\":1681.26,\"1603\":2107.75,\"1604\":976.72,\"1605\":637.02,\"1606\":881.46,\"1607\":17933.87,\"1608\":18937.39,\"1609\":null,\"1610\":5528.52,\"1611\":475.51,\"1612\":509.57,\"1613\":null,\"1614\":null,\"1615\":1436.4,\"1616\":null,\"1617\":null,\"1618\":620.91,\"1619\":1.18,\"1620\":null,\"1621\":2100.42,\"1622\":677.25,\"1623\":6009.06,\"1624\":1303.34,\"1625\":71.65,\"1626\":7167.12,\"1627\":639.1,\"1628\":1319.41,\"1629\":291.6,\"1630\":285.52,\"1631\":777.6,\"1632\":786.15,\"1633\":1524.59,\"1634\":602.7,\"1635\":543.6,\"1636\":null,\"1637\":7.54,\"1638\":2.13,\"1639\":2.36,\"1640\":71.88,\"1641\":60.15,\"1642\":null,\"1643\":31.46,\"1644\":27.24,\"1645\":48.67,\"1646\":39.88,\"1647\":405.6,\"1648\":23.28,\"1649\":null,\"1650\":1080.58,\"1651\":1056.02,\"1652\":417.51,\"1653\":null,\"1654\":73.17,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":523.5,\"1659\":300.0,\"1660\":86.89,\"1661\":8.5,\"1662\":null,\"1663\":null,\"1664\":59.84,\"1665\":55.08,\"1666\":16.46,\"1667\":113.9,\"1668\":663.18,\"1669\":126.11,\"1670\":41.98,\"1671\":53.88,\"1672\":null,\"1673\":39.98,\"1674\":null,\"1675\":null,\"1676\":804.58,\"1677\":983.5,\"1678\":1102.6,\"1679\":711.2,\"1680\":null,\"1681\":73.17,\"1682\":null,\"1683\":220.99,\"1684\":null,\"1685\":null,\"1686\":34.16,\"1687\":23.99,\"1688\":null,\"1689\":2197.8,\"1690\":7195.2,\"1691\":20052.0,\"1692\":4615.2,\"1693\":null,\"1694\":688.93,\"1695\":0.26,\"1696\":null,\"1697\":404.92,\"1698\":12529.0,\"1699\":null,\"1700\":198.0,\"1701\":3066.52,\"1702\":1786.95,\"1703\":718.88,\"1704\":2064.6,\"1705\":433.0,\"1706\":22096.0,\"1707\":461411.36,\"1708\":500615.67,\"1709\":15352.0,\"1710\":837.21,\"1711\":11939.66,\"1712\":65848.72,\"1713\":6112.33,\"1714\":847.55,\"1715\":712.47,\"1716\":3703.36,\"1717\":2103.42,\"1718\":19482.67,\"1719\":646.14,\"1720\":8977.24,\"1721\":15322.02,\"1722\":null,\"1723\":5456.79,\"1724\":939.79,\"1725\":156120.71,\"1726\":6673.3,\"1727\":69144.0,\"1728\":504710.0,\"1729\":null,\"1730\":27703.01,\"1731\":16896.03,\"1732\":33668.81,\"1733\":15324.0,\"1734\":18317.2,\"1735\":14599.33,\"1736\":15784.86,\"1737\":11136.82,\"1738\":1160.86,\"1739\":1423.97,\"1740\":250140.0,\"1741\":3624.4,\"1742\":2418.57,\"1743\":null,\"1744\":403.26,\"1745\":29014.46,\"1746\":3508.44,\"1747\":2182.8,\"1748\":919.55,\"1749\":891240.25,\"1750\":599696.22,\"1751\":300.0,\"1752\":6624.2,\"1753\":8312.47,\"1754\":827.97,\"1755\":136710.0,\"1756\":669.34,\"1757\":14580.0,\"1758\":22790.69,\"1759\":60562.77,\"1760\":28324.71,\"1761\":165826.16,\"1762\":null,\"1763\":553745.47,\"1764\":null,\"1765\":7346.09,\"1766\":577.63,\"1767\":683.46,\"1768\":3997.8,\"1769\":350122.18,\"1770\":1062.1,\"1771\":530.01,\"1772\":774.36,\"1773\":462.78,\"1774\":5253.6,\"1775\":430.32,\"1776\":14116.83,\"1777\":4358.25,\"1778\":19952.0,\"1779\":9158.4,\"1780\":null,\"1781\":368.02,\"1782\":1075.8,\"1783\":108.9,\"1784\":314.88,\"1785\":29717.24,\"1786\":25595.58,\"1787\":881383.55,\"1788\":122693.19,\"1789\":626463.76,\"1790\":1271.22,\"1791\":null,\"1792\":1166.39,\"1793\":2455.2,\"1794\":null,\"1795\":541746.09,\"1796\":null,\"1797\":417178.59,\"1798\":142177.1,\"1799\":0.05,\"1800\":798.98,\"1801\":747.8,\"1802\":5941.52,\"1803\":2414.34,\"1804\":1890.89,\"1805\":63902.83,\"1806\":158049.68,\"1807\":167293.65,\"1808\":null,\"1809\":null,\"1810\":14762.53,\"1811\":45191.67,\"1812\":48228.83,\"1813\":658.2,\"1814\":76574.23,\"1815\":1073.39,\"1816\":10846.0,\"1817\":2694.29,\"1818\":28945.06,\"1819\":39848.36,\"1820\":56335.62,\"1821\":16130.2,\"1822\":652.89,\"1823\":8636.4,\"1824\":null,\"1825\":3388.8,\"1826\":6752.96,\"1827\":372.57,\"1828\":null,\"1829\":400.0,\"1830\":9236.22,\"1831\":58.44,\"1832\":1692.24,\"1833\":155.37,\"1834\":9161.0,\"1835\":13315.0,\"1836\":3997.4,\"1837\":6629.53,\"1838\":16605.3,\"1839\":10068.47,\"1840\":10218.55,\"1841\":530.49,\"1842\":14826.6,\"1843\":14491.6,\"1844\":null,\"1845\":1498.3,\"1846\":12996.0,\"1847\":19756.93,\"1848\":10311.84,\"1849\":19616.81,\"1850\":479.6,\"1851\":13524.4,\"1852\":2192.0,\"1853\":1842.2,\"1854\":337.88,\"1855\":6267.6,\"1856\":428.84,\"1857\":2183.9,\"1858\":341.78,\"1859\":2256.0,\"1860\":1440.06,\"1861\":11966.66,\"1862\":67.49,\"1863\":5477.94,\"1864\":28.8,\"1865\":null,\"1866\":126.14,\"1867\":967.56,\"1868\":null,\"1869\":243.76,\"1870\":812.4,\"1871\":39.05,\"1872\":null,\"1873\":45.12,\"1874\":1330.64,\"1875\":5884.4,\"1876\":104.88,\"1877\":15610.4,\"1878\":302.39,\"1879\":null,\"1880\":4310.09,\"1881\":666.6,\"1882\":null,\"1883\":4914.35,\"1884\":1629.62,\"1885\":6070.15,\"1886\":558.66,\"1887\":null,\"1888\":901.71,\"1889\":880.51,\"1890\":601.43,\"1891\":2292.22,\"1892\":3.28,\"1893\":null,\"1894\":null,\"1895\":620.55,\"1896\":0.06,\"1897\":2.09,\"1898\":43.08,\"1899\":4568.34,\"1900\":42.84,\"1901\":990.29,\"1902\":null,\"1903\":2768.75,\"1904\":2544.77,\"1905\":1142.85,\"1906\":548.64,\"1907\":845.64,\"1908\":19812.17,\"1909\":19862.86,\"1910\":null,\"1911\":7440.27,\"1912\":382.54,\"1913\":373.94,\"1914\":null,\"1915\":null,\"1916\":1436.4,\"1917\":null,\"1918\":0.55,\"1919\":174.25,\"1920\":0.93,\"1921\":1132.94,\"1922\":1249.11,\"1923\":3681.97,\"1924\":1315.88,\"1925\":null,\"1926\":3757.2,\"1927\":376.25,\"1928\":79.41,\"1929\":278.37,\"1930\":121.23,\"1931\":1379.7,\"1932\":1414.35,\"1933\":2041.65,\"1934\":473.1,\"1935\":447.6,\"1936\":null,\"1937\":36.35,\"1938\":24.0,\"1939\":5.27,\"1940\":99.54,\"1941\":99.18,\"1942\":67.71,\"1943\":76.48,\"1944\":42.59,\"1945\":93.73,\"1946\":73.59,\"1947\":142.74,\"1948\":18.59,\"1949\":null,\"1950\":771.83,\"1951\":739.35,\"1952\":486.0,\"1953\":6472.27,\"1954\":97.05,\"1955\":null,\"1956\":null,\"1957\":380.4,\"1958\":408.0,\"1959\":396.37,\"1960\":44.7,\"1961\":null,\"1962\":0.68,\"1963\":39.93,\"1964\":60.6,\"1965\":5.46,\"1966\":154.44,\"1967\":987.48,\"1968\":122.43,\"1969\":118.11,\"1970\":53.23,\"1971\":null,\"1972\":285.19,\"1973\":176.26,\"1974\":null,\"1975\":751.48,\"1976\":812.58,\"1977\":796.3,\"1978\":10.65,\"1979\":61.34,\"1980\":61.42,\"1981\":54.97,\"1982\":613.8,\"1983\":null,\"1984\":1.19,\"1985\":31.92,\"1986\":15.35,\"1987\":null,\"1988\":null,\"1989\":2402.4,\"1990\":7191.6,\"1991\":404735.65,\"1992\":5677.2,\"1993\":5929.98,\"1994\":691.02,\"1995\":16.28,\"1996\":null,\"1997\":404.79,\"1998\":14476.0,\"1999\":19500.92,\"2000\":null,\"2001\":3066.69,\"2002\":1720.62,\"2003\":768.46,\"2004\":2812.5,\"2005\":808.0,\"2006\":18508.0,\"2007\":60668.84,\"2008\":502916.81,\"2009\":13016.0,\"2010\":831.27,\"2011\":8122.68,\"2012\":64003.45,\"2013\":6134.33,\"2014\":1021.49,\"2015\":710.53,\"2016\":3705.6,\"2017\":2063.8,\"2018\":19009.16,\"2019\":608.08,\"2020\":null,\"2021\":9341.08,\"2022\":15309.93,\"2023\":4142.85,\"2024\":5162.73,\"2025\":940.78,\"2026\":156375.91,\"2027\":6462.03,\"2028\":509310.0,\"2029\":160509.55,\"2030\":14970.02,\"2031\":15617.36,\"2032\":396071.19,\"2033\":15480.0,\"2034\":18528.4,\"2035\":23405.86,\"2036\":13072.41,\"2037\":11179.19,\"2038\":545.03,\"2039\":1375.98,\"2040\":null,\"2041\":304920.0,\"2042\":5782.04,\"2043\":2372.34,\"2044\":765.0,\"2045\":378.13,\"2046\":30449.69,\"2047\":3337.56,\"2048\":2181.0,\"2049\":null,\"2050\":888.25,\"2051\":894115.0,\"2052\":548851.11,\"2053\":714.0,\"2054\":6338.2,\"2055\":8333.92,\"2056\":827.42,\"2057\":null,\"2058\":652.52,\"2059\":14616.0,\"2060\":22821.2,\"2061\":59955.98,\"2062\":69516.08,\"2063\":165248.62,\"2064\":null,\"2065\":545026.58,\"2066\":7499.13,\"2067\":580.01,\"2068\":662.04,\"2069\":3857.7,\"2070\":81055.72,\"2071\":1062.1,\"2072\":435.3,\"2073\":388.62,\"2074\":803.71,\"2075\":9514.8,\"2076\":429.36,\"2077\":14086.7,\"2078\":4356.0,\"2079\":19971.2,\"2080\":4550.4,\"2081\":321.29,\"2082\":1793.4,\"2083\":108.9,\"2084\":314.92,\"2085\":29726.09,\"2086\":25582.46,\"2087\":null,\"2088\":17030.16,\"2089\":656125.22,\"2090\":1275.18,\"2091\":847.22,\"2092\":1148.52,\"2093\":1850.0,\"2094\":438243.73,\"2095\":540993.17,\"2096\":343424.36,\"2097\":105553.7,\"2098\":null,\"2099\":798.56,\"2100\":735.28,\"2101\":3345.63,\"2102\":6061.17,\"2103\":4505.79,\"2104\":64422.09,\"2105\":165183.35,\"2106\":164455.75,\"2107\":null,\"2108\":14813.33,\"2109\":45895.1,\"2110\":48540.47,\"2111\":659.1,\"2112\":76585.1,\"2113\":882.36,\"2114\":8034.4,\"2115\":2759.37,\"2116\":null,\"2117\":40737.83,\"2118\":56813.78,\"2119\":14708.85,\"2120\":650.79,\"2121\":6408.0,\"2122\":7915.2,\"2123\":6732.99,\"2124\":315.68,\"2125\":null,\"2126\":6720.0,\"2127\":4676.1,\"2128\":1315.32,\"2129\":1617.44,\"2130\":156.68,\"2131\":8849.0,\"2132\":12850.0,\"2133\":2915.0,\"2134\":5954.05,\"2135\":17002.26,\"2136\":9600.59,\"2137\":10024.07,\"2138\":2.79,\"2139\":10070.0,\"2140\":9757.8,\"2141\":null,\"2142\":1442.4,\"2143\":13518.0,\"2144\":19751.58,\"2145\":10297.33,\"2146\":19616.4,\"2147\":458.7,\"2148\":12760.2,\"2149\":4996.0,\"2150\":3.82,\"2151\":1767.4,\"2152\":342.13,\"2153\":5549.0,\"2154\":428.84,\"2155\":1684.95,\"2156\":339.94,\"2157\":2194.0,\"2158\":1291.87,\"2159\":11610.83,\"2160\":34.35,\"2161\":4835.74,\"2162\":27.6,\"2163\":null,\"2164\":1330.27,\"2165\":821.04,\"2166\":null,\"2167\":261.36,\"2168\":521.1,\"2169\":162.14,\"2170\":null,\"2171\":201.6,\"2172\":863.03,\"2173\":5726.3,\"2174\":498.18,\"2175\":14609.78,\"2176\":645.38,\"2177\":null,\"2178\":4120.7,\"2179\":673.69,\"2180\":891.0,\"2181\":4396.84,\"2182\":6027.21,\"2183\":5369.36,\"2184\":1214.61,\"2185\":null,\"2186\":807.51,\"2187\":788.67,\"2188\":613.5,\"2189\":7490.67,\"2190\":16.2,\"2191\":null,\"2192\":null,\"2193\":706.73,\"2194\":0.12,\"2195\":2.11,\"2196\":194.62,\"2197\":4839.68,\"2198\":590.4,\"2199\":874.38,\"2200\":14.02,\"2201\":null,\"2202\":277.9,\"2203\":478.53,\"2204\":798.66,\"2205\":19746.62,\"2206\":19832.29,\"2207\":null,\"2208\":7212.21,\"2209\":360.85,\"2210\":372.38,\"2211\":null,\"2212\":null,\"2213\":1436.4,\"2214\":76.95,\"2215\":2.42,\"2216\":398.77,\"2217\":0.91,\"2218\":null,\"2219\":2377.53,\"2220\":1518.03,\"2221\":11100.74,\"2222\":1260.33,\"2223\":59.92,\"2224\":6951.56,\"2225\":1112.3,\"2226\":960.0,\"2227\":235.17,\"2228\":220.66,\"2229\":3395.03,\"2230\":3140.55,\"2231\":3699.0,\"2232\":381.6,\"2233\":351.3,\"2234\":null,\"2235\":null,\"2236\":28.68,\"2237\":30.35,\"2238\":12.22,\"2239\":26.58,\"2240\":20.55,\"2241\":47.9,\"2242\":62.67,\"2243\":22.8,\"2244\":48.9,\"2245\":37.17,\"2246\":522.0,\"2247\":17.03,\"2248\":null,\"2249\":941.05,\"2250\":878.15,\"2251\":338.4,\"2252\":9484.16,\"2253\":null,\"2254\":null,\"2255\":278.94,\"2256\":321.3,\"2257\":666.0,\"2258\":420.12,\"2259\":6.49,\"2260\":null,\"2261\":0.68,\"2262\":null,\"2263\":65.28,\"2264\":9.86,\"2265\":109.5,\"2266\":761.11,\"2267\":116.28,\"2268\":111.37,\"2269\":32.67,\"2270\":24.0,\"2271\":182.13,\"2272\":72.64,\"2273\":null,\"2274\":808.59,\"2275\":960.15,\"2276\":1002.17,\"2277\":655.13,\"2278\":null,\"2279\":null,\"2280\":50.8,\"2281\":504.9,\"2282\":null,\"2283\":0.22,\"2284\":56.87,\"2285\":23.12,\"2286\":6.86,\"2287\":null,\"2288\":2125.2,\"2289\":7183.2,\"2290\":20847.0,\"2291\":3330.0,\"2292\":5424.82,\"2293\":691.57,\"2294\":null,\"2295\":null,\"2296\":404.97,\"2297\":6842.0,\"2298\":19548.92,\"2299\":72.6,\"2300\":3060.58,\"2301\":1693.89,\"2302\":770.8,\"2303\":2362.5,\"2304\":811.0,\"2305\":16448.0,\"2306\":60293.27,\"2307\":504521.17,\"2308\":14152.0,\"2309\":1063.92,\"2310\":10949.42,\"2311\":55523.39,\"2312\":6031.67,\"2313\":883.2,\"2314\":711.4,\"2315\":3704.64,\"2316\":1951.2,\"2317\":15485.85,\"2318\":625.9,\"2319\":null,\"2320\":8623.54,\"2321\":15305.24,\"2322\":7137.0,\"2323\":4966.09,\"2324\":940.78,\"2325\":156364.67,\"2326\":6203.28,\"2327\":null,\"2328\":636983.27,\"2329\":22843.27,\"2330\":14643.29,\"2331\":235520.91,\"2332\":14796.0,\"2333\":18708.8,\"2334\":25744.9,\"2335\":14044.93,\"2336\":11082.19,\"2337\":null,\"2338\":744.16,\"2339\":1346.28,\"2340\":598.33,\"2341\":228415.0,\"2342\":5629.43,\"2343\":2297.82,\"2344\":770.9,\"2345\":400.57,\"2346\":30431.62,\"2347\":2799.17,\"2348\":2182.2,\"2349\":null,\"2350\":783.39,\"2351\":893273.5,\"2352\":429049.14,\"2353\":510.0,\"2354\":6391.0,\"2355\":8357.51,\"2356\":803.88,\"2357\":null,\"2358\":663.1,\"2359\":14040.0,\"2360\":23214.39,\"2361\":60143.56,\"2362\":68511.35,\"2363\":164421.66,\"2364\":385.0,\"2365\":539535.67,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":568.39,\"2370\":679.57,\"2371\":3862.8,\"2372\":81233.68,\"2373\":1062.1,\"2374\":489.42,\"2375\":733.14,\"2376\":932.82,\"2377\":6552.0,\"2378\":427.56,\"2379\":14080.24,\"2380\":4457.7,\"2381\":19961.6,\"2382\":7843.2,\"2383\":323.77,\"2384\":373.49,\"2385\":2595.0,\"2386\":108.9,\"2387\":337.69,\"2388\":29605.06,\"2389\":25562.08,\"2390\":null,\"2391\":47411.39,\"2392\":818091.16,\"2393\":1371.96,\"2394\":896.94,\"2395\":1126.42,\"2396\":1769.2,\"2397\":102897.14,\"2398\":252590.57,\"2399\":null,\"2400\":null,\"2401\":392389.99,\"2402\":138565.2,\"2403\":null,\"2404\":799.12,\"2405\":1455.13,\"2406\":8486.52,\"2407\":5446.95,\"2408\":4033.59,\"2409\":76609.2,\"2410\":160307.82,\"2411\":170333.2,\"2412\":null,\"2413\":null,\"2414\":14779.3,\"2415\":45627.72,\"2416\":48615.92,\"2417\":660.21,\"2418\":76329.23,\"2419\":794.03,\"2420\":9376.4,\"2421\":2743.42,\"2422\":27383.61,\"2423\":45995.95,\"2424\":null,\"2425\":54629.94,\"2426\":13829.04,\"2427\":650.13,\"2428\":6051.6,\"2429\":null,\"2430\":3859.2,\"2431\":6713.36,\"2432\":307.89,\"2433\":null,\"2434\":2880.0,\"2435\":9187.6,\"2436\":822.36,\"2437\":1536.48,\"2438\":152.86,\"2439\":8678.0,\"2440\":10716.0,\"2441\":2961.2,\"2442\":5958.25,\"2443\":17156.43,\"2444\":9349.05,\"2445\":9784.36,\"2446\":1195.77,\"2447\":14220.2,\"2448\":13893.3,\"2449\":null,\"2450\":1369.3,\"2451\":14022.0,\"2452\":18730.67,\"2453\":10312.99,\"2454\":19617.77,\"2455\":450.8,\"2456\":9266.3,\"2457\":7720.0,\"2458\":1689.0,\"2459\":328.22,\"2460\":4712.4,\"2461\":428.84,\"2462\":2185.92,\"2463\":340.4,\"2464\":2443.0,\"2465\":1090.67,\"2466\":11252.58,\"2467\":28.18,\"2468\":3276.02,\"2469\":39.0,\"2470\":null,\"2471\":1.47,\"2472\":768.9,\"2473\":null,\"2474\":280.28,\"2475\":957.3,\"2476\":126.61,\"2477\":null,\"2478\":null,\"2479\":547.02,\"2480\":5635.4,\"2481\":300.84,\"2482\":13113.25,\"2483\":995.06,\"2484\":null,\"2485\":4040.35,\"2486\":562.81,\"2487\":2342.2,\"2488\":1581.15,\"2489\":3150.9,\"2490\":1697.44,\"2491\":116.38,\"2492\":686.18,\"2493\":667.02,\"2494\":550.43,\"2495\":4738.38,\"2496\":0.04,\"2497\":null,\"2498\":null,\"2499\":464.63,\"2500\":0.07,\"2501\":0.51,\"2502\":191.67,\"2503\":5083.16,\"2504\":302.22,\"2505\":745.22,\"2506\":2.1,\"2507\":669.65,\"2508\":315.83,\"2509\":667.62,\"2510\":899.46,\"2511\":12463.81,\"2512\":12943.55,\"2513\":null,\"2514\":7689.83,\"2515\":1094.43,\"2516\":1068.25,\"2517\":null,\"2518\":null,\"2519\":1436.4,\"2520\":null,\"2521\":1.98,\"2522\":581.35,\"2523\":0.81,\"2524\":null,\"2525\":2286.35,\"2526\":1868.98,\"2527\":8268.43,\"2528\":1247.95,\"2529\":48.82,\"2530\":6172.97,\"2531\":null,\"2532\":1200.0,\"2533\":300.57,\"2534\":209.55,\"2535\":1963.8,\"2536\":1847.25,\"2537\":1998.45,\"2538\":365.69,\"2539\":350.39,\"2540\":null,\"2541\":null,\"2542\":46.31,\"2543\":26.88,\"2544\":26.75,\"2545\":29.58,\"2546\":25.67,\"2547\":82.14,\"2548\":60.55,\"2549\":34.91,\"2550\":80.1,\"2551\":65.15,\"2552\":320.4,\"2553\":51.36,\"2554\":null,\"2555\":916.65,\"2556\":849.72,\"2557\":503.91,\"2558\":8744.69,\"2559\":29.99,\"2560\":null,\"2561\":239.29,\"2562\":2.1,\"2563\":245.96,\"2564\":497.01,\"2565\":101.26,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":44.62,\"2570\":9.86,\"2571\":64.12,\"2572\":703.61,\"2573\":108.66,\"2574\":6.15,\"2575\":53.06,\"2576\":null,\"2577\":346.81,\"2578\":142.65,\"2579\":null,\"2580\":515.67,\"2581\":946.06,\"2582\":975.03,\"2583\":399.8,\"2584\":88.57,\"2585\":90.77,\"2586\":49.18,\"2587\":191.4,\"2588\":null,\"2589\":2.54,\"2590\":53.89,\"2591\":53.7,\"2592\":6.98,\"2593\":null,\"2594\":2006.4,\"2595\":7171.2,\"2596\":21300.0,\"2597\":2336.4,\"2598\":4939.91,\"2599\":690.69,\"2600\":1.06,\"2601\":4080.0,\"2602\":404.64,\"2603\":12925.0,\"2604\":18510.61,\"2605\":171.6,\"2606\":3059.26,\"2607\":1685.64,\"2608\":740.34,\"2609\":2551.5,\"2610\":815.0,\"2611\":16140.0,\"2612\":60423.65,\"2613\":504790.63,\"2614\":15328.0,\"2615\":976.14,\"2616\":9679.06,\"2617\":61176.67,\"2618\":6061.0,\"2619\":748.36,\"2620\":708.18,\"2621\":3704.32,\"2622\":1954.33,\"2623\":13851.42,\"2624\":622.16,\"2625\":null,\"2626\":7614.71,\"2627\":15308.08,\"2628\":3391.76,\"2629\":4817.86,\"2630\":940.78,\"2631\":148537.59,\"2632\":5973.05,\"2633\":null,\"2634\":null,\"2635\":60078.88,\"2636\":28223.53,\"2637\":13715.52,\"2638\":395680.93,\"2639\":14568.0,\"2640\":18750.6,\"2641\":23954.78,\"2642\":13343.52,\"2643\":10698.75,\"2644\":169245.88,\"2645\":851.18,\"2646\":1327.62,\"2647\":589.71,\"2648\":304590.0,\"2649\":5193.23,\"2650\":2373.6,\"2651\":766.47,\"2652\":394.85,\"2653\":26039.78,\"2654\":2984.23,\"2655\":219.0,\"2656\":null,\"2657\":855.75,\"2658\":892671.89,\"2659\":534286.97,\"2660\":null,\"2661\":5929.0,\"2662\":8358.05,\"2663\":816.97,\"2664\":136690.0,\"2665\":625.12,\"2666\":14544.0,\"2667\":23449.88,\"2668\":59923.65,\"2669\":68310.96,\"2670\":164873.68,\"2671\":44.5,\"2672\":null,\"2673\":40138.39,\"2674\":42904.95,\"2675\":7193.04,\"2676\":562.45,\"2677\":669.96,\"2678\":3529.95,\"2679\":80976.62,\"2680\":1063.83,\"2681\":514.87,\"2682\":524.7,\"2683\":791.45,\"2684\":6440.4,\"2685\":429.24,\"2686\":14038.63,\"2687\":4497.3,\"2688\":19977.6,\"2689\":8107.2,\"2690\":364.91,\"2691\":2574.0,\"2692\":108.9,\"2693\":344.14,\"2694\":29564.77,\"2695\":25593.8,\"2696\":283281.4,\"2697\":20531.78,\"2698\":604397.27,\"2699\":14.58,\"2700\":789.58,\"2701\":1109.66,\"2702\":1666.8,\"2703\":784535.55,\"2704\":532585.02,\"2705\":null,\"2706\":134980.0,\"2707\":null,\"2708\":418169.99,\"2709\":138673.83,\"2710\":72714.76,\"2711\":798.56,\"2712\":747.91,\"2713\":5936.19,\"2714\":2438.12,\"2715\":2686.3,\"2716\":64675.31,\"2717\":164529.11,\"2718\":170973.3,\"2719\":null,\"2720\":102525.65,\"2721\":14783.06,\"2722\":45549.94,\"2723\":48507.76,\"2724\":659.37,\"2725\":76418.2,\"2726\":1040.86,\"2727\":9020.0,\"2728\":2538.19,\"2729\":30142.2,\"2730\":46017.86,\"2731\":49401.47,\"2732\":18308.97,\"2733\":15396.32,\"2734\":650.4,\"2735\":5328.0,\"2736\":6.0,\"2737\":1063.2,\"2738\":6723.26,\"2739\":293.04,\"2740\":null,\"2741\":800.0,\"2742\":7037.03,\"2743\":1219.2,\"2744\":1548.8,\"2745\":151.38,\"2746\":9174.0,\"2747\":9943.0,\"2748\":2549.8,\"2749\":5463.41,\"2750\":17833.71,\"2751\":9624.55,\"2752\":9962.27,\"2753\":1261.04,\"2754\":10012.3,\"2755\":9780.2,\"2756\":null,\"2757\":1308.8,\"2758\":13500.0,\"2759\":19681.97,\"2760\":10326.47,\"2761\":19618.82,\"2762\":null,\"2763\":null,\"2764\":420.8,\"2765\":8890.8,\"2766\":7938.0,\"2767\":1632.1,\"2768\":317.18,\"2769\":4126.6,\"2770\":428.84,\"2771\":871.81,\"2772\":340.17,\"2773\":2147.0,\"2774\":1051.15,\"2775\":11012.32,\"2776\":null,\"2777\":2275.15,\"2778\":7.8,\"2779\":null,\"2780\":null,\"2781\":759.0,\"2782\":null,\"2783\":254.32,\"2784\":821.4,\"2785\":182.93,\"2786\":null,\"2787\":null,\"2788\":982.28,\"2789\":5703.5,\"2790\":518.88,\"2791\":12676.86,\"2792\":253.35,\"2793\":null,\"2794\":3977.22,\"2795\":600.25,\"2796\":2873.24,\"2797\":2087.38,\"2798\":3568.74,\"2799\":null,\"2800\":1539.09,\"2801\":null,\"2802\":270.07,\"2803\":455.75,\"2804\":448.43,\"2805\":3274.5,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":1079.19,\"2810\":0.1,\"2811\":2.29,\"2812\":158.8,\"2813\":5271.29,\"2814\":593.82,\"2815\":572.84,\"2816\":null,\"2817\":926.98,\"2818\":409.63,\"2819\":820.26,\"2820\":10678.8,\"2821\":10970.77,\"2822\":null,\"2823\":7609.2,\"2824\":705.95,\"2825\":667.64,\"2826\":null,\"2827\":null,\"2828\":1436.4,\"2829\":null,\"2830\":null,\"2831\":632.87,\"2832\":0.78,\"2833\":null,\"2834\":132.56,\"2835\":1598.44,\"2836\":9438.03,\"2837\":1346.29,\"2838\":null,\"2839\":5573.39,\"2840\":null,\"2841\":1160.0,\"2842\":274.17,\"2843\":197.13,\"2844\":1968.53,\"2845\":1942.65,\"2846\":1653.3,\"2847\":245.4,\"2848\":237.0,\"2849\":null,\"2850\":null,\"2851\":19.78,\"2852\":10.54,\"2853\":13.43,\"2854\":41.79,\"2855\":30.33,\"2856\":45.34,\"2857\":55.66,\"2858\":24.84,\"2859\":46.11,\"2860\":37.52,\"2861\":417.36,\"2862\":34.55,\"2863\":null,\"2864\":879.9,\"2865\":819.08,\"2866\":361.8,\"2867\":897.02,\"2868\":39.3,\"2869\":null,\"2870\":null,\"2871\":310.2,\"2872\":1107.6,\"2873\":191.12,\"2874\":102.98,\"2875\":null,\"2876\":0.11,\"2877\":58.45,\"2878\":107.51,\"2879\":20.86,\"2880\":179.08,\"2881\":671.51,\"2882\":107.36,\"2883\":104.94,\"2884\":27.96,\"2885\":null,\"2886\":295.27,\"2887\":197.27,\"2888\":null,\"2889\":762.95,\"2890\":913.62,\"2891\":939.11,\"2892\":258.48,\"2893\":56.96,\"2894\":57.22,\"2895\":49.02,\"2896\":1079.1,\"2897\":null,\"2898\":2.59,\"2899\":52.52,\"2900\":22.54,\"2901\":6.4,\"2902\":null,\"2903\":1953.6,\"2904\":7173.6,\"2905\":13872.0,\"2906\":2347.2,\"2907\":4632.27,\"2908\":464.75,\"2909\":null,\"2910\":10380.0,\"2911\":404.42,\"2912\":13915.0,\"2913\":17799.34,\"2914\":null,\"2915\":3059.43,\"2916\":1743.72,\"2917\":710.32,\"2918\":2313.9,\"2919\":1478.0,\"2920\":16544.0,\"2921\":462336.53,\"2922\":502028.45,\"2923\":13168.0,\"2924\":1021.35,\"2925\":10950.06,\"2926\":62037.28,\"2927\":6248.0,\"2928\":765.33,\"2929\":722.25,\"2930\":3702.72,\"2931\":1293.35,\"2932\":13166.25,\"2933\":632.72,\"2934\":7884.86,\"2935\":15412.03,\"2936\":null,\"2937\":4796.75,\"2938\":940.78,\"2939\":null,\"2940\":148503.85,\"2941\":5950.02,\"2942\":null,\"2943\":508480.0,\"2944\":598897.77,\"2945\":13493.93,\"2946\":13120.24,\"2947\":322527.38,\"2948\":14400.0,\"2949\":18605.4,\"2950\":28920.18,\"2951\":11970.37,\"2952\":10624.54,\"2953\":null,\"2954\":823.45,\"2955\":1423.97,\"2956\":482.71,\"2957\":305965.0,\"2958\":4734.81,\"2959\":2102.78,\"2960\":764.6,\"2961\":401.25,\"2962\":24767.91,\"2963\":null,\"2964\":2.4,\"2965\":null,\"2966\":902.28,\"2967\":892966.98,\"2968\":0.78,\"2969\":912.0,\"2970\":5878.4,\"2971\":8347.37,\"2972\":810.04,\"2973\":136670.0,\"2974\":623.19,\"2975\":13680.0,\"2976\":23676.76,\"2977\":60920.25,\"2978\":68288.72,\"2979\":164539.22,\"2980\":888.0,\"2981\":1014.19,\"2982\":39560.13,\"2983\":42458.45,\"2984\":7652.17,\"2985\":554.14,\"2986\":671.47,\"2987\":1375.5,\"2988\":350291.83,\"2989\":1062.1,\"2990\":482.79,\"2991\":523.62,\"2992\":736.17,\"2993\":5247.6,\"2994\":429.48,\"2995\":null,\"2996\":13973.35,\"2997\":4497.3,\"2998\":19785.6,\"2999\":9182.4,\"3000\":305.05,\"3001\":2622.6,\"3002\":108.9,\"3003\":328.58,\"3004\":29669.06,\"3005\":25593.03,\"3006\":null,\"3007\":32626.15,\"3008\":581927.62,\"3009\":1242.66,\"3010\":903.54,\"3011\":1105.13,\"3012\":1578.6,\"3013\":10259.35,\"3014\":631697.4399999999,\"3015\":547954.41,\"3016\":180440.0,\"3017\":418814.74,\"3018\":139016.91,\"3019\":126509.07,\"3020\":798.56,\"3021\":634.03,\"3022\":7825.72,\"3023\":1622.79,\"3024\":1776.0,\"3025\":76541.0,\"3026\":165603.4,\"3027\":170692.1,\"3028\":null,\"3029\":164456.97,\"3030\":14833.83,\"3031\":45697.82,\"3032\":48505.6,\"3033\":658.53,\"3034\":75550.76,\"3035\":1233.5,\"3036\":8560.2,\"3037\":2548.86,\"3038\":30977.69,\"3039\":45918.25,\"3040\":48450.78,\"3041\":29822.22,\"3042\":13346.82,\"3043\":649.47,\"3044\":4158.0,\"3045\":null,\"3046\":4716.0,\"3047\":6888.26,\"3048\":290.33,\"3049\":1120.0,\"3050\":4676.1,\"3051\":35.4,\"3052\":1572.56,\"3053\":145.46,\"3054\":8818.0,\"3055\":9654.0,\"3056\":2543.2,\"3057\":5466.95,\"3058\":18369.31,\"3059\":10098.19,\"3060\":10219.53,\"3061\":639.17,\"3062\":10012.9,\"3063\":9795.9,\"3064\":null,\"3065\":1385.0,\"3066\":11754.0,\"3067\":19557.24,\"3068\":10268.33,\"3069\":19559.73,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":449.9,\"3074\":8568.0,\"3075\":2184.0,\"3076\":null,\"3077\":1590.5,\"3078\":299.24,\"3079\":3842.9,\"3080\":null,\"3081\":428.84,\"3082\":2192.53,\"3083\":339.02,\"3084\":2111.0,\"3085\":1231.33,\"3086\":10995.8,\"3087\":null,\"3088\":4868.27,\"3089\":34.2,\"3090\":null,\"3091\":null,\"3092\":730.62,\"3093\":null,\"3094\":273.24,\"3095\":1157.4,\"3096\":182.82,\"3097\":null,\"3098\":null,\"3099\":null,\"3100\":5605.3,\"3101\":30.25,\"3102\":12328.04,\"3103\":1170.51,\"3104\":null,\"3105\":4103.48,\"3106\":4854.96,\"3107\":2998.19,\"3108\":5773.8,\"3109\":null,\"3110\":1520.61,\"3111\":null,\"3112\":310.91,\"3113\":307.85,\"3114\":596.93,\"3115\":4559.91,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":727.21,\"3120\":0.11,\"3121\":1.28,\"3122\":132.08,\"3123\":4947.31,\"3124\":525.42,\"3125\":368.76,\"3126\":null,\"3127\":2779.04,\"3128\":2590.08,\"3129\":1102.6,\"3130\":795.06,\"3131\":9122.45,\"3132\":9381.35,\"3133\":null,\"3134\":7261.82,\"3135\":1159.83,\"3136\":1153.68,\"3137\":null,\"3138\":null,\"3139\":1436.4,\"3140\":null,\"3141\":1.32,\"3142\":615.85,\"3143\":0.81,\"3144\":null,\"3145\":290.38,\"3146\":1170.58,\"3147\":10444.3,\"3148\":1299.49,\"3149\":49.57,\"3150\":5300.45,\"3151\":828.1,\"3152\":840.0,\"3153\":265.77,\"3154\":191.61,\"3155\":2351.93,\"3156\":2192.63,\"3157\":3438.0,\"3158\":573.9,\"3159\":564.0,\"3160\":null,\"3161\":30.96,\"3162\":35.88,\"3163\":16.32,\"3164\":91.08,\"3165\":86.25,\"3166\":74.52,\"3167\":73.56,\"3168\":18.72,\"3169\":61.53,\"3170\":50.61,\"3171\":347.94,\"3172\":50.04,\"3173\":null,\"3174\":846.79,\"3175\":789.86,\"3176\":448.11,\"3177\":7.23,\"3178\":81.45,\"3179\":null,\"3180\":246.88,\"3181\":441.6,\"3182\":1084.8,\"3183\":548.21,\"3184\":101.09,\"3185\":null,\"3186\":0.08,\"3187\":null,\"3188\":70.56,\"3189\":43.13,\"3190\":214.28,\"3191\":629.92,\"3192\":104.01,\"3193\":101.16,\"3194\":47.37,\"3195\":null,\"3196\":null,\"3197\":362.77,\"3198\":252.87,\"3199\":null,\"3200\":732.47,\"3201\":870.47,\"3202\":900.1,\"3203\":404.85,\"3204\":72.86,\"3205\":74.98,\"3206\":47.33,\"3207\":1036.2,\"3208\":2.51,\"3209\":null,\"3210\":50.38,\"3211\":18.97,\"3212\":null,\"3213\":1940.4,\"3214\":7166.4,\"3215\":15939.0,\"3216\":2167.2,\"3217\":3936.66,\"3218\":466.62,\"3219\":0.79,\"3220\":null,\"3221\":404.53,\"3222\":13651.0,\"3223\":17042.96,\"3224\":204.6,\"3225\":3052.5,\"3226\":1737.45,\"3227\":622.26,\"3228\":1695.6,\"3229\":1728.0,\"3230\":17168.0,\"3231\":213314.7,\"3232\":502781.6,\"3233\":13192.0,\"3234\":1121.34,\"3235\":9965.13,\"3236\":60882.4,\"3237\":6262.67,\"3238\":704.66,\"3239\":726.12,\"3240\":null,\"3241\":3704.32,\"3242\":12606.16,\"3243\":630.74,\"3244\":null,\"3245\":7835.32,\"3246\":15374.76,\"3247\":null,\"3248\":4819.61,\"3249\":939.79,\"3250\":129600.03,\"3251\":154189.59,\"3252\":6022.95,\"3253\":null,\"3254\":null,\"3255\":118997.94,\"3256\":8616.75,\"3257\":13873.94,\"3258\":340669.42,\"3259\":13764.29,\"3260\":18750.6,\"3261\":26239.15,\"3262\":11057.96,\"3263\":10841.42,\"3264\":38195.87,\"3265\":1024.03,\"3266\":1627.34,\"3267\":null,\"3268\":576.58,\"3269\":304975.01,\"3270\":4946.8,\"3271\":2062.64,\"3272\":763.52,\"3273\":399.66,\"3274\":24158.47,\"3275\":1043.83,\"3276\":null,\"3277\":null,\"3278\":916.3,\"3279\":962447.1,\"3280\":517759.79,\"3281\":600.0,\"3282\":6120.4,\"3283\":8335.85,\"3284\":811.91,\"3285\":null,\"3286\":626.47,\"3287\":14508.0,\"3288\":23554.54,\"3289\":60672.87,\"3290\":68930.42,\"3291\":165832.34,\"3292\":null,\"3293\":null,\"3294\":465231.66,\"3295\":1024.46,\"3296\":39570.63,\"3297\":42554.94,\"3298\":8264.35,\"3299\":535.66,\"3300\":671.47,\"3301\":1172.4,\"3302\":350309.08,\"3303\":1062.1,\"3304\":536.78,\"3305\":828.36,\"3306\":373.1,\"3307\":5174.4,\"3308\":429.12,\"3309\":14066.61,\"3310\":4324.95,\"3311\":19769.6,\"3312\":9643.2,\"3313\":381.48,\"3314\":2548.2,\"3315\":108.9,\"3316\":277.26,\"3317\":29540.5,\"3318\":25598.03,\"3319\":null,\"3320\":10293.18,\"3321\":584172.59,\"3322\":1216.08,\"3323\":767.8,\"3324\":1138.56,\"3325\":1465.2,\"3326\":54443.13,\"3327\":738791.42,\"3328\":548880.63,\"3329\":null,\"3330\":135610.0,\"3331\":null,\"3332\":418777.45,\"3333\":139844.84,\"3334\":127199.71,\"3335\":null,\"3336\":798.84,\"3337\":783.6,\"3338\":8797.11,\"3339\":4270.8,\"3340\":4268.42,\"3341\":64590.14,\"3342\":165982.48,\"3343\":170446.05,\"3344\":null,\"3345\":101555.78,\"3346\":18506.24,\"3347\":45886.23,\"3348\":48304.58,\"3349\":665.49,\"3350\":75572.06,\"3351\":null,\"3352\":8236.8,\"3353\":2475.86,\"3354\":25260.83,\"3355\":45798.71,\"3356\":57246.92,\"3357\":47951.47,\"3358\":13470.73,\"3359\":649.5,\"3360\":4158.0,\"3361\":null,\"3362\":4466.4,\"3363\":6652.97,\"3364\":278.06,\"3365\":7840.0,\"3366\":9089.04,\"3367\":908.88,\"3368\":1532.96,\"3369\":144.54,\"3370\":37.2,\"3371\":8423.0,\"3372\":9565.0,\"3373\":2499.2,\"3374\":5947.12,\"3375\":17680.99,\"3376\":9934.18,\"3377\":10203.58,\"3378\":244.93,\"3379\":10017.8,\"3380\":9769.7,\"3381\":null,\"3382\":1319.6,\"3383\":10314.0,\"3384\":19668.64,\"3385\":10307.66,\"3386\":19615.79,\"3387\":5958.0,\"3388\":null,\"3389\":427.7,\"3390\":8417.8,\"3391\":3640.0,\"3392\":null,\"3393\":1506.8,\"3394\":297.86,\"3395\":3625.1,\"3396\":404.0,\"3397\":428.84,\"3398\":2189.93,\"3399\":338.79,\"3400\":2160.0,\"3401\":1053.98,\"3402\":10768.09,\"3403\":null,\"3404\":4687.13,\"3405\":29.4,\"3406\":null,\"3407\":731.28,\"3408\":null,\"3409\":92.4,\"3410\":716.7,\"3411\":80.41,\"3412\":null,\"3413\":87.29,\"3414\":2132.0,\"3415\":5534.8,\"3416\":310.5,\"3417\":12571.12,\"3418\":384.69,\"3419\":null,\"3420\":4046.09,\"3421\":null,\"3422\":4477.72,\"3423\":456.44,\"3424\":5351.82,\"3425\":164013.49,\"3426\":864.13,\"3427\":null,\"3428\":1580.65,\"3429\":1420.26,\"3430\":348.0,\"3431\":1125.73,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":698.64,\"3436\":null,\"3437\":0.29,\"3438\":48.21,\"3439\":4122.14,\"3440\":251.82,\"3441\":1780.72,\"3442\":null,\"3443\":777.35,\"3444\":796.26,\"3445\":362.14,\"3446\":539.46,\"3447\":19699.43,\"3448\":19845.83,\"3449\":null,\"3450\":5519.58,\"3451\":646.12,\"3452\":616.02,\"3453\":null,\"3454\":null,\"3455\":1436.4,\"3456\":null,\"3457\":5.39,\"3458\":644.37,\"3459\":0.85,\"3460\":null,\"3461\":2491.63,\"3462\":237.81,\"3463\":1241.58,\"3464\":1198.62,\"3465\":53.76,\"3466\":3971.41,\"3467\":746.55,\"3468\":560.0,\"3469\":116.88,\"3470\":257.85,\"3471\":1748.7,\"3472\":1738.13,\"3473\":2394.0,\"3474\":404.4,\"3475\":400.5,\"3476\":null,\"3477\":29.87,\"3478\":29.64,\"3479\":17.02,\"3480\":31.47,\"3481\":36.3,\"3482\":72.44,\"3483\":53.92,\"3484\":104.14,\"3485\":120.08,\"3486\":101.84,\"3487\":459.54,\"3488\":31.56,\"3489\":null,\"3490\":1065.12,\"3491\":1015.72,\"3492\":511.11,\"3493\":1.77,\"3494\":null,\"3495\":31.14,\"3496\":null,\"3497\":248.47,\"3498\":687.0,\"3499\":420.0,\"3500\":346.93,\"3501\":121.84,\"3502\":null,\"3503\":0.07,\"3504\":46.05,\"3505\":67.08,\"3506\":67.98,\"3507\":150.48,\"3508\":527.48,\"3509\":100.6,\"3510\":115.35,\"3511\":58.96,\"3512\":null,\"3513\":null,\"3514\":428.77,\"3515\":305.8,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":667.67,\"3521\":null,\"3522\":82.08,\"3523\":82.48,\"3524\":73.35,\"3525\":402.6,\"3526\":null,\"3527\":0.66,\"3528\":54.88,\"3529\":29.42,\"3530\":125.39,\"3531\":null,\"3532\":1900.8,\"3533\":7166.4,\"3534\":18855.0,\"3535\":1908.0,\"3536\":3937.62,\"3537\":466.84,\"3538\":null,\"3539\":404.44,\"3540\":13387.0,\"3541\":16509.96,\"3542\":198.0,\"3543\":1036.69,\"3544\":1743.72,\"3545\":689.76,\"3546\":1827.9,\"3547\":1512.0,\"3548\":14504.0,\"3549\":60662.98,\"3550\":502608.47,\"3551\":null,\"3552\":1136.19,\"3553\":11447.6,\"3554\":60123.19,\"3555\":6127.0,\"3556\":647.45,\"3557\":726.25,\"3558\":3703.68,\"3559\":12211.95,\"3560\":597.3,\"3561\":null,\"3562\":7043.87,\"3563\":15279.74,\"3564\":null,\"3565\":4632.97,\"3566\":939.79,\"3567\":228490.03,\"3568\":151771.69,\"3569\":5814.49,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":21059.05,\"3574\":12862.58,\"3575\":169901.76,\"3576\":11819.61,\"3577\":18946.4,\"3578\":27507.49,\"3579\":13018.56,\"3580\":15674.85,\"3581\":null,\"3582\":965.03,\"3583\":1381.47,\"3584\":340.08,\"3585\":305140.01,\"3586\":5366.6,\"3587\":2287.01,\"3588\":null,\"3589\":400.59,\"3590\":22979.96,\"3591\":null,\"3592\":2142.13,\"3593\":3.6,\"3594\":905.38,\"3595\":937414.5,\"3596\":524048.84,\"3597\":744.0,\"3598\":4378.0,\"3599\":8306.06,\"3600\":809.6,\"3601\":636.45,\"3602\":15120.0,\"3603\":23091.29,\"3604\":68846.14,\"3605\":164532.6,\"3606\":null,\"3607\":258244.0,\"3608\":488223.22,\"3609\":1011.81,\"3610\":39492.86,\"3611\":42902.15,\"3612\":7958.26,\"3613\":540.94,\"3614\":657.43,\"3615\":1106.1,\"3616\":81361.74,\"3617\":null,\"3618\":464.34,\"3619\":804.6,\"3620\":603.85,\"3621\":5240.4,\"3622\":429.36,\"3623\":null,\"3624\":null,\"3625\":13975.5,\"3626\":3987.45,\"3627\":19692.8,\"3628\":11520.0,\"3629\":341.81,\"3630\":2516.4,\"3631\":105.6,\"3632\":250.97,\"3633\":29265.26,\"3634\":38902.49,\"3635\":null,\"3636\":null,\"3637\":49302.9,\"3638\":764252.67,\"3639\":1216.56,\"3640\":838.86,\"3641\":1123.43,\"3642\":1308.6,\"3643\":33543.7,\"3644\":775049.97,\"3645\":null,\"3646\":551965.24,\"3647\":213710.0,\"3648\":153692.56,\"3649\":417653.28,\"3650\":141352.39,\"3651\":126111.75,\"3652\":2068.0,\"3653\":798.7,\"3654\":571.35,\"3655\":null,\"3656\":3932.45,\"3657\":3921.46,\"3658\":77199.33,\"3659\":165147.11,\"3660\":164161.6,\"3661\":null,\"3662\":102775.61,\"3663\":18547.46,\"3664\":45324.0,\"3665\":47858.53,\"3666\":664.17,\"3667\":75831.45,\"3668\":1248.21,\"3669\":8450.2,\"3670\":2439.59,\"3671\":33467.89,\"3672\":46550.08,\"3673\":58032.58,\"3674\":57387.26,\"3675\":12339.0,\"3676\":651.06,\"3677\":7311.6,\"3678\":null,\"3679\":null,\"3680\":3254.4,\"3681\":6726.56,\"3682\":282.41,\"3683\":2720.0,\"3684\":8957.7,\"3685\":1108.68,\"3686\":1522.4,\"3687\":151.27,\"3688\":331.2,\"3689\":8153.0,\"3690\":9602.0,\"3691\":2455.2,\"3692\":4463.28,\"3693\":15845.88,\"3694\":9608.7,\"3695\":9960.11,\"3696\":345.55,\"3697\":10014.5,\"3698\":9774.8,\"3699\":null,\"3700\":1311.5,\"3701\":13842.0,\"3702\":19659.26,\"3703\":10302.64,\"3704\":19611.77,\"3705\":7261.2,\"3706\":424.2,\"3707\":8124.2,\"3708\":4876.0,\"3709\":null,\"3710\":1470.7,\"3711\":274.51,\"3712\":3406.4,\"3713\":2912.0,\"3714\":428.84,\"3715\":2116.02,\"3716\":342.24,\"3717\":2063.0,\"3718\":1272.42,\"3719\":10909.94,\"3720\":null,\"3721\":3935.89,\"3722\":18.6,\"3723\":null,\"3724\":877.14,\"3725\":261.8,\"3726\":412.2,\"3727\":187.66,\"3728\":null,\"3729\":1239.23,\"3730\":2000.0,\"3731\":5443.3,\"3732\":692.65,\"3733\":12878.24,\"3734\":null,\"3735\":null,\"3736\":3810.78,\"3737\":548.29,\"3738\":287.1,\"3739\":3511.47,\"3740\":3982.59,\"3741\":4322.19,\"3742\":163255.98,\"3743\":1531.59,\"3744\":null,\"3745\":463.08,\"3746\":490.83,\"3747\":815.93,\"3748\":5495.7,\"3749\":2.28,\"3750\":null,\"3751\":503.94,\"3752\":null,\"3753\":0.79,\"3754\":12.27,\"3755\":4240.3,\"3756\":190.62,\"3757\":528.36,\"3758\":null,\"3759\":2317.57,\"3760\":2215.55,\"3761\":1039.29,\"3762\":316.62,\"3763\":730.26,\"3764\":10345.51,\"3765\":10679.65,\"3766\":null,\"3767\":6415.61,\"3768\":543.12,\"3769\":547.73,\"3770\":null,\"3771\":null,\"3772\":1436.4,\"3773\":null,\"3774\":0.11,\"3775\":0.72,\"3776\":1757.14,\"3777\":342.01,\"3778\":7618.5,\"3779\":1227.71,\"3780\":46.17,\"3781\":6863.13,\"3782\":358.05,\"3783\":520.0,\"3784\":376.11,\"3785\":179.19,\"3786\":508.28,\"3787\":516.83,\"3788\":467.1,\"3789\":456.6,\"3790\":444.6,\"3791\":null,\"3792\":null,\"3793\":6.59,\"3794\":1.06,\"3795\":28.44,\"3796\":76.05,\"3797\":77.79,\"3798\":72.68,\"3799\":59.79,\"3800\":40.08,\"3801\":58.36,\"3802\":34.82,\"3803\":604.74,\"3804\":26.04,\"3805\":null,\"3806\":481.19,\"3807\":558.79,\"3808\":368.91,\"3809\":null,\"3810\":4800.0,\"3811\":74.61,\"3812\":null,\"3813\":null,\"3814\":322.2,\"3815\":291.56,\"3816\":121.93,\"3817\":94.26,\"3818\":null,\"3819\":0.03,\"3820\":19.49,\"3821\":46.31,\"3822\":8.72,\"3823\":377.02,\"3824\":375.86,\"3825\":4800.0,\"3826\":80.82,\"3827\":95.66,\"3828\":34.58,\"3829\":null,\"3830\":null,\"3831\":341.87,\"3832\":231.88,\"3833\":null,\"3834\":526.36,\"3835\":553.58,\"3836\":548.7,\"3837\":401.24,\"3838\":419.55,\"3839\":49.65,\"3840\":49.54,\"3841\":87.4,\"3842\":303.6,\"3843\":null,\"3844\":3.65,\"3845\":41.82,\"3846\":51.96,\"3847\":37.34,\"3848\":null,\"3849\":1828.2,\"3850\":7148.4,\"3851\":387265.3,\"3852\":5673.6,\"3853\":3157.13,\"3854\":null,\"3855\":70.84,\"3856\":404.59,\"3857\":12914.0,\"3858\":15991.95,\"3859\":125.4,\"3860\":3050.68,\"3861\":1747.68,\"3862\":763.74,\"3863\":2159.1,\"3864\":2468.0,\"3865\":21676.0,\"3866\":60535.41,\"3867\":499577.2,\"3868\":14256.0,\"3869\":1024.32,\"3870\":11446.06,\"3871\":27984.29,\"3872\":6134.33,\"3873\":1168.69,\"3874\":719.32,\"3875\":3704.0,\"3876\":null,\"3877\":11404.5,\"3878\":399.96,\"3879\":null,\"3880\":8177.07,\"3881\":28183.54,\"3882\":9191.0,\"3883\":4424.17,\"3884\":940.78,\"3885\":247559.39,\"3886\":150657.73,\"3887\":5607.17,\"3888\":11664.0,\"3889\":null,\"3890\":82179.55,\"3891\":11269.29,\"3892\":12464.87,\"3893\":33022.6,\"3894\":14089.19,\"3895\":18931.0,\"3896\":26906.3,\"3897\":12022.35,\"3898\":399.89,\"3899\":null,\"3900\":963.79,\"3901\":1240.37,\"3902\":582.46,\"3903\":null,\"3904\":4865.9,\"3905\":2237.67,\"3906\":766.38,\"3907\":394.79,\"3908\":22662.12,\"3909\":null,\"3910\":null,\"3911\":11.4,\"3912\":652.27,\"3913\":942406.28,\"3914\":39373.82,\"3915\":480.0,\"3916\":6417.4,\"3917\":8301.47,\"3918\":800.25,\"3919\":null,\"3920\":640.26,\"3921\":13500.0,\"3922\":23592.34,\"3923\":69809.3,\"3924\":165214.72,\"3925\":null,\"3926\":402684.0,\"3927\":462419.39,\"3928\":1004.11,\"3929\":39205.34,\"3930\":42764.68,\"3931\":7652.17,\"3932\":542.39,\"3933\":684.47,\"3934\":981.15,\"3935\":81246.11,\"3936\":1050.05,\"3937\":544.53,\"3938\":528.3,\"3939\":575.99,\"3940\":5062.8,\"3941\":429.0,\"3942\":1241.8,\"3943\":14022.13,\"3944\":4495.5,\"3945\":18680.74,\"3946\":7392.0,\"3947\":379.1,\"3948\":2470.2,\"3949\":102.3,\"3950\":347.59,\"3951\":29414.15,\"3952\":33940.65,\"3953\":449018.08,\"3954\":44825.92,\"3955\":590772.9,\"3956\":1206.72,\"3957\":759.0,\"3958\":1105.26,\"3959\":1180.8,\"3960\":774320.58,\"3961\":40596.23,\"3962\":552489.26,\"3963\":180900.0,\"3964\":156154.09,\"3965\":421146.01,\"3966\":142901.17,\"3967\":126767.68,\"3968\":798.0,\"3969\":666.83,\"3970\":7581.9,\"3971\":3252.56,\"3972\":3268.58,\"3973\":77202.96,\"3974\":165398.47,\"3975\":169275.0,\"3976\":null,\"3977\":168646.39,\"3978\":19071.02,\"3979\":45164.64,\"3980\":49040.55,\"3981\":654.18,\"3982\":82695.97,\"3983\":1097.06,\"3984\":8192.8,\"3985\":2805.4,\"3986\":null,\"3987\":43452.99,\"3988\":47847.08,\"3989\":1362.01,\"3990\":15622.31,\"3991\":650.43,\"3992\":4921.2,\"3993\":7.8,\"3994\":6444.0,\"3995\":6764.01,\"3996\":271.13,\"3997\":null,\"3998\":7840.0,\"3999\":9360.35,\"4000\":1109.4,\"4001\":1605.12,\"4002\":147.97,\"4003\":330.6,\"4004\":8211.0,\"4005\":10375.0,\"4006\":2488.2,\"4007\":4955.2,\"4008\":14369.74,\"4009\":9215.16,\"4010\":9571.44,\"4011\":833.95,\"4012\":10012.8,\"4013\":9775.7,\"4014\":null,\"4015\":1324.3,\"4016\":13788.0,\"4017\":19752.6,\"4018\":10310.45,\"4019\":19613.13,\"4020\":7315.2,\"4021\":407.6,\"4022\":8075.3,\"4023\":2024.0,\"4024\":1439.4,\"4025\":278.54,\"4026\":3431.2,\"4027\":6269.0,\"4028\":428.84,\"4029\":2355.91,\"4030\":346.38,\"4031\":2107.0,\"4032\":295.29,\"4033\":10629.81,\"4034\":149.78,\"4035\":2488.38,\"4036\":26.4,\"4037\":null,\"4038\":740.52,\"4039\":262.68,\"4040\":661.5,\"4041\":140.03,\"4042\":null,\"4043\":null,\"4044\":990.94,\"4045\":2000.0,\"4046\":5368.3,\"4047\":547.86,\"4048\":11931.8,\"4049\":372.22,\"4050\":null,\"4051\":3782.09,\"4052\":523.81,\"4053\":2004.83,\"4054\":943.0,\"4055\":2515.93,\"4056\":124387.15,\"4057\":1295.92,\"4058\":null,\"4059\":381.23,\"4060\":395.55,\"4061\":438.0,\"4062\":1996.52,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":514.03,\"4067\":null,\"4068\":0.66,\"4069\":159.75,\"4070\":4371.72,\"4071\":572.22,\"4072\":450.11,\"4073\":null,\"4074\":2881.23,\"4075\":2734.8,\"4076\":1240.3,\"4077\":401.13,\"4078\":651.24,\"4079\":7953.9,\"4080\":8198.25,\"4081\":null,\"4082\":7040.32,\"4083\":983.81,\"4084\":979.8,\"4085\":null,\"4086\":null,\"4087\":1436.4,\"4088\":null,\"4089\":0.88,\"4090\":null,\"4091\":0.75,\"4092\":null,\"4093\":1957.29,\"4094\":455.3,\"4095\":5179.0,\"4096\":1217.59,\"4097\":46.12,\"4098\":5132.48,\"4099\":761.25,\"4100\":640.0,\"4101\":299.88,\"4102\":158.49,\"4103\":1688.63,\"4104\":1894.73,\"4105\":555.3,\"4106\":551.1,\"4107\":699.9,\"4108\":null,\"4109\":55.0,\"4110\":46.92,\"4111\":29.28,\"4112\":11.27,\"4113\":101.01,\"4114\":92.82,\"4115\":68.65,\"4116\":53.07,\"4117\":33.24,\"4118\":null,\"4119\":null,\"4120\":422.28,\"4121\":47.88,\"4122\":null,\"4123\":746.51,\"4124\":709.28,\"4125\":424.71,\"4126\":6.94,\"4127\":4800.0,\"4128\":92.91,\"4129\":null,\"4130\":null,\"4131\":838.8,\"4132\":365.92,\"4133\":509.69,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":39.26,\"4138\":48.71,\"4139\":8.76,\"4140\":181.72,\"4141\":569.06,\"4142\":4800.0,\"4143\":104.38,\"4144\":null,\"4145\":43.85,\"4146\":null,\"4147\":null,\"4148\":333.04,\"4149\":205.76,\"4150\":null,\"4151\":678.29,\"4152\":784.14,\"4153\":821.08,\"4154\":163.32,\"4155\":496.79,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":1052.59,\"4160\":null,\"4161\":1.12,\"4162\":46.79,\"4163\":47.01,\"4164\":null,\"4165\":null,\"4166\":1834.8,\"4167\":7142.4,\"4168\":387996.63,\"4169\":2941.2,\"4170\":4241.82,\"4171\":468.71,\"4172\":null,\"4173\":404.03,\"4174\":12617.0,\"4175\":15603.99,\"4176\":null,\"4177\":3137.64,\"4178\":1745.04,\"4179\":770.98,\"4180\":2449.8,\"4181\":1974.0,\"4182\":21232.0,\"4183\":60619.49,\"4184\":501167.78,\"4185\":14536.0,\"4186\":1505.79,\"4187\":7972.64,\"4188\":25656.94,\"4189\":6130.67,\"4190\":709.84,\"4191\":719.19,\"4192\":3704.0,\"4193\":986.1,\"4194\":10907.53,\"4195\":606.76,\"4196\":null,\"4197\":7607.38,\"4198\":26197.6,\"4199\":null,\"4200\":4411.58,\"4201\":939.79,\"4202\":250182.56,\"4203\":153807.48,\"4204\":5570.14,\"4205\":null,\"4206\":508960.0,\"4207\":20295.71,\"4208\":11870.18,\"4209\":184974.04,\"4210\":14068.13,\"4211\":18711.0,\"4212\":27825.58,\"4213\":11330.74,\"4214\":16472.75,\"4215\":7350.93,\"4216\":804.82,\"4217\":1230.95,\"4218\":597.96,\"4219\":null,\"4220\":3616.31,\"4221\":2189.72,\"4222\":767.95,\"4223\":402.35,\"4224\":22064.86,\"4225\":null,\"4226\":null,\"4227\":3.6,\"4228\":766.1,\"4229\":874753.24,\"4230\":0.04,\"4231\":570.0,\"4232\":6076.4,\"4233\":8313.51,\"4234\":795.96,\"4235\":615.26,\"4236\":13752.0,\"4237\":22902.75,\"4238\":69465.93,\"4239\":165429.03,\"4240\":null,\"4241\":354568.0,\"4242\":null,\"4243\":1030.28,\"4244\":38737.34,\"4245\":42514.09,\"4246\":7652.17,\"4247\":525.23,\"4248\":673.27,\"4249\":872.55,\"4250\":80982.81,\"4251\":2115.6,\"4252\":542.85,\"4253\":682.56,\"4254\":583.13,\"4255\":4624.8,\"4256\":429.36,\"4257\":1347.4,\"4258\":10326.85,\"4259\":3629.25,\"4260\":18110.3,\"4261\":7276.8,\"4262\":null,\"4263\":379.24,\"4264\":2569.2,\"4265\":102.3,\"4266\":340.38,\"4267\":29446.52,\"4268\":42745.0,\"4269\":null,\"4270\":null,\"4271\":51288.38,\"4272\":603411.59,\"4273\":1341.18,\"4274\":771.98,\"4275\":1091.49,\"4276\":1386.0,\"4277\":633875.9300000001,\"4278\":38844.16,\"4279\":539692.17,\"4280\":null,\"4281\":154849.26,\"4282\":425062.6,\"4283\":140270.57,\"4284\":124801.94,\"4285\":797.3,\"4286\":603.66,\"4287\":3637.84,\"4288\":1898.82,\"4289\":1923.25,\"4290\":59691.82,\"4291\":165288.89,\"4292\":170309.15,\"4293\":null,\"4294\":null,\"4295\":19298.09,\"4296\":45523.81,\"4297\":48997.19,\"4298\":651.0,\"4299\":82805.58,\"4300\":1012.55,\"4301\":7860.6,\"4302\":738.97,\"4303\":27557.96,\"4304\":40030.18,\"4305\":57251.41,\"4306\":57808.39,\"4307\":15919.56,\"4308\":648.93,\"4309\":5400.0,\"4310\":103.8,\"4311\":9180.0,\"4312\":5897.43,\"4313\":382.01,\"4314\":4000.0,\"4315\":9277.06,\"4316\":1109.16,\"4317\":1598.08,\"4318\":149.69,\"4319\":13876.0,\"4320\":9501.0,\"4321\":2642.2,\"4322\":4413.31,\"4323\":14827.59,\"4324\":9711.82,\"4325\":10062.42,\"4326\":831.01,\"4327\":9962.3,\"4328\":9551.7,\"4329\":null,\"4330\":1479.3,\"4331\":13842.0,\"4332\":19752.62,\"4333\":10295.64,\"4334\":19613.27,\"4335\":7567.2,\"4336\":472.1,\"4337\":8848.9,\"4338\":1886.0,\"4339\":null,\"4340\":2413.1,\"4341\":268.88,\"4342\":3534.7,\"4343\":6504.0,\"4344\":428.84,\"4345\":2042.22,\"4346\":290.26,\"4347\":2397.0,\"4348\":1156.06,\"4349\":10998.26,\"4350\":305.7,\"4351\":4017.62,\"4352\":25.2,\"4353\":null,\"4354\":272.8,\"4355\":964.92,\"4356\":null,\"4357\":288.64,\"4358\":null,\"4359\":47.19,\"4360\":null,\"4361\":248.16,\"4362\":1051.87,\"4363\":2000.0,\"4364\":5826.87,\"4365\":241.39,\"4366\":10219.8,\"4367\":null,\"4368\":null,\"4369\":6089.22,\"4370\":471.97,\"4371\":436.15,\"4372\":3605.41,\"4373\":518.54,\"4374\":4431.02,\"4375\":null,\"4376\":941.48,\"4377\":null,\"4378\":159.89,\"4379\":155.97,\"4380\":196.3,\"4381\":808.32,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":340.76,\"4386\":null,\"4387\":1.19,\"4388\":106.21,\"4389\":4279.39,\"4390\":199.11,\"4391\":10.46,\"4392\":1257.27,\"4393\":1107.03,\"4394\":582.93,\"4395\":545.13,\"4396\":705.06,\"4397\":6968.23,\"4398\":7157.2,\"4399\":null,\"4400\":5881.7,\"4401\":431.1,\"4402\":410.0,\"4403\":null,\"4404\":null,\"4405\":1436.4,\"4406\":126.75,\"4407\":null,\"4408\":462.16,\"4409\":0.77,\"4410\":null,\"4411\":1044.54,\"4412\":3320.63,\"4413\":1221.83,\"4414\":75.79,\"4415\":4526.28,\"4416\":314.3,\"4417\":400.0,\"4418\":349.68,\"4419\":133.59,\"4420\":2241.9,\"4421\":2092.28,\"4422\":1253.25,\"4423\":497.1,\"4424\":649.5,\"4425\":null,\"4426\":5520.9,\"4427\":26.39,\"4428\":7.54,\"4429\":17.26,\"4430\":44.04,\"4431\":45.54,\"4432\":37.63,\"4433\":47.19,\"4434\":16.18,\"4435\":54.6,\"4436\":32.75,\"4437\":208.68,\"4438\":17.01,\"4439\":null,\"4440\":600.7,\"4441\":576.4,\"4442\":390.51,\"4443\":1.63,\"4444\":4661.0,\"4445\":45.96,\"4446\":0.6,\"4447\":null,\"4448\":null,\"4449\":330.58,\"4450\":850.76,\"4451\":277.04,\"4452\":86.4,\"4453\":null,\"4454\":0.61,\"4455\":null,\"4456\":31.55,\"4457\":10.92,\"4458\":204.16,\"4459\":585.07,\"4460\":4661.0,\"4461\":97.61,\"4462\":88.19,\"4463\":12.0,\"4464\":43.82,\"4465\":3.0,\"4466\":247.35,\"4467\":158.77,\"4468\":null,\"4469\":696.75,\"4470\":739.08,\"4471\":26.09,\"4472\":172.26,\"4473\":62.61,\"4474\":62.88,\"4475\":76.87,\"4476\":894.3,\"4477\":null,\"4478\":1.33,\"4479\":46.68,\"4480\":27.81,\"4481\":94.58,\"4482\":null,\"4483\":3622.67,\"4484\":1821.6,\"4485\":6824.4,\"4486\":380829.49,\"4487\":2440.8,\"4488\":4630.61,\"4489\":120.56,\"4490\":404.8,\"4491\":11275.0,\"4492\":15296.68,\"4493\":217.8,\"4494\":3125.92,\"4495\":1743.72,\"4496\":755.96,\"4497\":1643.4,\"4498\":3625.0,\"4499\":22676.0,\"4500\":59352.2,\"4501\":501227.66,\"4502\":13056.0,\"4503\":1672.77,\"4504\":10909.81,\"4505\":60221.74,\"4506\":6072.0,\"4507\":635.09,\"4508\":720.39,\"4509\":3701.44,\"4510\":850.68,\"4511\":10860.54,\"4512\":605.22,\"4513\":null,\"4514\":6895.1,\"4515\":27700.46,\"4516\":7136.0,\"4517\":4964.31,\"4518\":938.8,\"4519\":249083.58,\"4520\":154835.79,\"4521\":5857.6,\"4522\":null,\"4523\":null,\"4524\":5441.07,\"4525\":14306.0,\"4526\":32848.73,\"4527\":17420.67,\"4528\":16286.6,\"4529\":29541.92,\"4530\":12952.82,\"4531\":16171.63,\"4532\":28878.47,\"4533\":919.91,\"4534\":1280.07,\"4535\":595.71,\"4536\":2029.9,\"4537\":2040.79,\"4538\":754.47,\"4539\":409.04,\"4540\":21434.0,\"4541\":null,\"4542\":2568.17,\"4543\":2395.2,\"4544\":889.74,\"4545\":881900.91,\"4546\":437067.07,\"4547\":618.0,\"4548\":6837.6,\"4549\":8307.55,\"4550\":795.41,\"4551\":644.79,\"4552\":12636.0,\"4553\":23534.11,\"4554\":69263.82,\"4555\":164733.81,\"4556\":9.5,\"4557\":null,\"4558\":516580.66,\"4559\":922.37,\"4560\":null,\"4561\":null,\"4562\":7652.17,\"4563\":529.45,\"4564\":673.52,\"4565\":784.5,\"4566\":123810.16,\"4567\":3060.65,\"4568\":534.14,\"4569\":611.46,\"4570\":392.98,\"4571\":4575.6,\"4572\":428.76,\"4573\":1162.74,\"4574\":null,\"4575\":2371.5,\"4576\":15784.08,\"4577\":8764.8,\"4578\":790.86,\"4579\":372.44,\"4580\":2566.8,\"4581\":102.3,\"4582\":328.74,\"4583\":29371.42,\"4584\":43382.72,\"4585\":null,\"4586\":198290.74,\"4587\":40408.76,\"4588\":118125.71,\"4589\":1493.94,\"4590\":758.34,\"4591\":1087.43,\"4592\":1422.0,\"4593\":438416.64,\"4594\":null,\"4595\":411964.92,\"4596\":150460.0,\"4597\":136739.38,\"4598\":396413.18,\"4599\":143532.49,\"4600\":126264.93,\"4601\":795.9,\"4602\":578.29,\"4603\":2305.58,\"4604\":3324.89,\"4605\":3300.12,\"4606\":65861.88,\"4607\":165231.04,\"4608\":170246.25,\"4609\":null,\"4610\":null,\"4611\":19409.47,\"4612\":45860.32,\"4613\":49190.02,\"4614\":653.4,\"4615\":74979.56,\"4616\":826.81,\"4617\":7792.4,\"4618\":2253.64,\"4619\":25033.29,\"4620\":40782.44,\"4621\":58212.46,\"4622\":57652.67,\"4623\":19631.64,\"4624\":326.28,\"4625\":8852.4,\"4626\":123.0,\"4627\":9180.0,\"4628\":6694.05,\"4629\":274.16,\"4630\":9200.0,\"4631\":9349.38,\"4632\":1150.92,\"4633\":1558.92,\"4634\":155.36,\"4635\":12419.0,\"4636\":9586.0,\"4637\":2565.2,\"4638\":6814.63,\"4639\":17612.45,\"4640\":9548.81,\"4641\":9900.83,\"4642\":558.07,\"4643\":10019.6,\"4644\":9620.3,\"4645\":null,\"4646\":2224.8,\"4647\":12204.0,\"4648\":19760.11,\"4649\":10309.35,\"4650\":19621.71,\"4651\":8877.6,\"4652\":504.9,\"4653\":10157.5,\"4654\":7898.0,\"4655\":null,\"4656\":1810.6,\"4657\":261.98,\"4658\":4085.6,\"4659\":6263.0,\"4660\":428.84,\"4661\":2142.98,\"4662\":340.17,\"4663\":2217.0,\"4664\":1273.36,\"4665\":19349.73,\"4666\":null,\"4667\":2772.78,\"4668\":26.4,\"4669\":null,\"4670\":null,\"4671\":816.42,\"4672\":462.0,\"4673\":546.9,\"4674\":47.41,\"4675\":null,\"4676\":null,\"4677\":652.72,\"4678\":2000.0,\"4679\":6483.6,\"4680\":648.49,\"4681\":9384.71,\"4682\":528.38,\"4683\":null,\"4684\":5193.91,\"4685\":470.53,\"4686\":2628.94,\"4687\":205.71,\"4688\":3108.55,\"4689\":null,\"4690\":848.69,\"4691\":null,\"4692\":120.6,\"4693\":128.39,\"4694\":137.74,\"4695\":380.99,\"4696\":null,\"4697\":null,\"4698\":210.45,\"4699\":0.02,\"4700\":0.97,\"4701\":251.82,\"4702\":5019.72,\"4703\":212.22,\"4704\":154.36,\"4705\":null,\"4706\":376.9,\"4707\":361.37,\"4708\":157.0,\"4709\":325.44,\"4710\":463.68,\"4711\":6485.12,\"4712\":6658.14,\"4713\":null,\"4714\":6150.87,\"4715\":271.27,\"4716\":276.06,\"4717\":null,\"4718\":null,\"4719\":1436.4,\"4720\":null,\"4721\":null,\"4722\":499.88,\"4723\":0.73,\"4724\":null,\"4725\":210.11,\"4726\":1221.7,\"4727\":1863.92,\"4728\":1198.95,\"4729\":71.65,\"4730\":4073.45,\"4731\":151.83,\"4732\":1120.0,\"4733\":309.51,\"4734\":154.29,\"4735\":1618.88,\"4736\":1644.75,\"4737\":2626.2,\"4738\":138.57,\"4739\":174.57,\"4740\":null,\"4741\":null,\"4742\":17.51,\"4743\":1.65,\"4744\":16.3,\"4745\":17.15,\"4746\":14.28,\"4747\":36.5,\"4748\":53.68,\"4749\":12.91,\"4750\":50.02,\"4751\":30.91,\"4752\":573.48,\"4753\":12.83,\"4754\":null,\"4755\":715.68,\"4756\":673.63,\"4757\":291.51,\"4758\":1.9,\"4759\":4622.0,\"4760\":15.23,\"4761\":null,\"4762\":null,\"4763\":119.91,\"4764\":416.4,\"4765\":94.63,\"4766\":78.43,\"4767\":null,\"4768\":null,\"4769\":8.55,\"4770\":18.22,\"4771\":12.1,\"4772\":37.31,\"4773\":242.46,\"4774\":4622.0,\"4775\":81.67,\"4776\":77.85,\"4777\":19.94,\"4778\":null,\"4779\":null,\"4780\":232.96,\"4781\":156.48,\"4782\":null,\"4783\":739.65,\"4784\":777.94,\"4785\":211.86,\"4786\":383.82,\"4787\":15.18,\"4788\":15.05,\"4789\":71.02,\"4790\":577.5,\"4791\":1.48,\"4792\":44.28,\"4793\":45.05,\"4794\":87.06,\"4795\":null,\"4796\":3721.67,\"4797\":59.4,\"4798\":7138.8,\"4799\":17630.0,\"4800\":6609.6,\"4801\":7115.61,\"4802\":45.23,\"4803\":404.53,\"4804\":12122.0,\"4805\":17124.3,\"4806\":null,\"4807\":3107.78,\"4808\":1741.41,\"4809\":775.62,\"4810\":2388.6,\"4811\":3847.0,\"4812\":22004.0,\"4813\":60250.93,\"4814\":502593.74,\"4815\":null,\"4816\":1251.69,\"4817\":18001.97,\"4818\":11373.64,\"4819\":7197.67,\"4820\":null,\"4821\":661.57,\"4822\":3702.08,\"4823\":861.58,\"4824\":21361.77,\"4825\":611.82,\"4826\":null,\"4827\":5334.51,\"4828\":28312.88,\"4829\":6509.0,\"4830\":6201.48,\"4831\":939.79,\"4832\":249734.64,\"4833\":151139.68,\"4834\":7719.08,\"4835\":null,\"4836\":509110.0,\"4837\":null,\"4838\":19089.66,\"4839\":25375.43,\"4840\":397877.54,\"4841\":19310.16,\"4842\":17714.4,\"4843\":27797.63,\"4844\":8998.13,\"4845\":16549.61,\"4846\":120933.6,\"4847\":1106.83,\"4848\":1280.05,\"4849\":586.83,\"4850\":65230.0,\"4851\":4135.17,\"4852\":2169.13,\"4853\":747.38,\"4854\":406.18,\"4855\":32351.82,\"4856\":null,\"4857\":2314.2,\"4858\":2275.8,\"4859\":715.94,\"4860\":887533.78,\"4861\":356789.78,\"4862\":408.0,\"4863\":10670.0,\"4864\":8323.76,\"4865\":790.68,\"4866\":68360.0,\"4867\":615.62,\"4868\":12960.0,\"4869\":23533.5,\"4870\":65326.98,\"4871\":165398.19,\"4872\":917.0,\"4873\":343482.0,\"4874\":124306.96,\"4875\":45510.41,\"4876\":43347.22,\"4877\":7652.17,\"4878\":538.43,\"4879\":675.4,\"4880\":715.35,\"4881\":81093.36,\"4882\":3074.42,\"4883\":529.55,\"4884\":375.66,\"4885\":440.22,\"4886\":3678.0,\"4887\":429.0,\"4888\":null,\"4889\":1740.8,\"4890\":14110.37,\"4891\":2526.3,\"4892\":17345.85,\"4893\":8198.4,\"4894\":null,\"4895\":2561.4,\"4896\":102.3,\"4897\":339.89,\"4898\":29440.69,\"4899\":50192.35,\"4900\":null,\"4901\":151131.64,\"4902\":52025.14,\"4903\":119729.24,\"4904\":null,\"4905\":769.56,\"4906\":1103.81,\"4907\":1380.6,\"4908\":783876.63,\"4909\":52800.15,\"4910\":532226.71,\"4911\":null,\"4912\":182360.0,\"4913\":155577.5,\"4914\":423373.14,\"4915\":72781.76,\"4916\":72278.38,\"4917\":795.9,\"4918\":838.82,\"4919\":1829.89,\"4920\":2321.76,\"4921\":2428.49,\"4922\":76428.26,\"4923\":164507.07,\"4924\":162282.0,\"4925\":null,\"4926\":null,\"4927\":230597.71,\"4928\":678.98,\"4929\":46142.5,\"4930\":48858.29,\"4931\":648.12,\"4932\":76471.36,\"4933\":1028.24,\"4934\":8905.6,\"4935\":2355.11,\"4936\":32070.36,\"4937\":42298.63,\"4938\":58700.29,\"4939\":58037.83,\"4940\":19528.06,\"4941\":325.92,\"4942\":7758.0,\"4943\":22.2,\"4944\":9180.0,\"4945\":6749.33,\"4946\":264.92,\"4947\":null,\"4948\":8080.0,\"4949\":9358.25,\"4950\":12.72,\"4951\":1621.84,\"4952\":149.29,\"4953\":null,\"4954\":10373.0,\"4955\":8883.0,\"4956\":2461.8,\"4957\":6876.11,\"4958\":17105.63,\"4959\":17902.69,\"4960\":18231.24,\"4961\":1126.69,\"4962\":10017.2,\"4963\":9622.9,\"4964\":null,\"4965\":1802.6,\"4966\":13716.0,\"4967\":19760.53,\"4968\":10269.59,\"4969\":19622.75,\"4970\":8568.0,\"4971\":530.9,\"4972\":8774.2,\"4973\":7900.0,\"4974\":1482.6,\"4975\":369.62,\"4976\":3680.6,\"4977\":3624.0,\"4978\":428.84,\"4979\":2068.5,\"4980\":339.48,\"4981\":2158.0,\"4982\":920.99,\"4983\":12745.24,\"4984\":null,\"4985\":3179.29,\"4986\":45.6,\"4987\":null,\"4988\":90.93,\"4989\":806.52,\"4990\":313.72,\"4991\":189.6,\"4992\":132.22,\"4993\":null,\"4994\":128.16,\"4995\":359.28,\"4996\":2000.0,\"4997\":5685.5,\"4998\":422.17,\"4999\":8440.89,\"5000\":446.18,\"5001\":null,\"5002\":4023.13,\"5003\":607.45,\"5004\":2682.43,\"5005\":2700.64,\"5006\":3459.75,\"5007\":null,\"5008\":1118.99,\"5009\":null,\"5010\":190.62,\"5011\":177.98,\"5012\":355.43,\"5013\":4890.04,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":354.66,\"5018\":0.02,\"5019\":2.49,\"5020\":73.95,\"5021\":5321.9,\"5022\":381.42,\"5023\":239.91,\"5024\":null,\"5025\":417.88,\"5026\":453.72,\"5027\":209.38,\"5028\":257.04,\"5029\":424.08,\"5030\":5697.01,\"5031\":5839.19,\"5032\":null,\"5033\":4282.99,\"5034\":342.0,\"5035\":328.15,\"5036\":null,\"5037\":null,\"5038\":667.2,\"5039\":null,\"5040\":null,\"5041\":334.26,\"5042\":1.34,\"5043\":90.15,\"5044\":617.71,\"5045\":1045.47,\"5046\":2724.47,\"5047\":1283.32,\"5048\":60.66,\"5049\":2763.16,\"5050\":202.26,\"5051\":880.0,\"5052\":206.85,\"5053\":148.77,\"5054\":238.28,\"5055\":240.75,\"5056\":385.65,\"5057\":160.72,\"5058\":204.82,\"5059\":null,\"5060\":5549.5,\"5061\":19.43,\"5062\":22.79,\"5063\":28.91,\"5064\":22.05,\"5065\":19.95,\"5066\":56.62,\"5067\":43.53,\"5068\":19.42,\"5069\":50.84,\"5070\":31.83,\"5071\":412.68,\"5072\":17.02,\"5073\":null,\"5074\":566.23,\"5075\":545.71,\"5076\":338.31,\"5077\":1005.96,\"5078\":4647.0,\"5079\":20.18,\"5080\":null,\"5081\":null,\"5082\":152.59,\"5083\":667.2,\"5084\":362.62,\"5085\":77.52,\"5086\":28.35,\"5087\":null,\"5088\":null,\"5089\":32.26,\"5090\":7.62,\"5091\":77.38,\"5092\":539.07,\"5093\":4647.0,\"5094\":null,\"5095\":77.84,\"5096\":27.1,\"5097\":null,\"5098\":null,\"5099\":398.29,\"5100\":285.2,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":364.04,\"5105\":308.85,\"5106\":23.49,\"5107\":23.35,\"5108\":70.2,\"5109\":613.8,\"5110\":2.35,\"5111\":31.75,\"5112\":41.03,\"5113\":84.75,\"5114\":null,\"5115\":3721.67,\"5116\":2204.4,\"5117\":7142.4,\"5118\":397209.96,\"5119\":4395.6,\"5120\":5723.04,\"5121\":null,\"5122\":10.47,\"5123\":null,\"5124\":404.65,\"5125\":12584.0,\"5126\":10381.4,\"5127\":null,\"5128\":3058.6,\"5129\":1721.94,\"5130\":761.85,\"5131\":1342.8,\"5132\":2883.0,\"5133\":21952.0,\"5134\":91338.72,\"5135\":503387.76,\"5136\":14464.0,\"5137\":1258.95,\"5138\":15942.15,\"5139\":29702.15,\"5140\":7172.0,\"5141\":1048.51,\"5142\":731.24,\"5143\":3703.04,\"5144\":904.61,\"5145\":15009.71,\"5146\":616.0,\"5147\":null,\"5148\":5249.31,\"5149\":30306.96,\"5150\":10611.0,\"5151\":6277.63,\"5152\":939.79,\"5153\":249547.69,\"5154\":157859.79,\"5155\":8327.73,\"5156\":123696.0,\"5157\":463850.0,\"5158\":null,\"5159\":5252.45,\"5160\":16412.4,\"5161\":395992.33,\"5162\":15520.43,\"5163\":18783.6,\"5164\":22579.95,\"5165\":13120.55,\"5166\":17255.16,\"5167\":null,\"5168\":1216.12,\"5169\":1549.75,\"5170\":315.78,\"5171\":null,\"5172\":2274.31,\"5173\":2233.3,\"5174\":741.96,\"5175\":395.67,\"5176\":27599.25,\"5177\":null,\"5178\":301.22,\"5179\":2275.8,\"5180\":824.29,\"5181\":956756.45,\"5182\":0.02,\"5183\":756.0,\"5184\":7405.2,\"5185\":8441.4,\"5186\":799.26,\"5187\":null,\"5188\":609.79,\"5189\":13716.0,\"5190\":23544.36,\"5191\":69268.46,\"5192\":165140.36,\"5193\":null,\"5194\":296286.0,\"5195\":null,\"5196\":991.91,\"5197\":null,\"5198\":7958.26,\"5199\":473.09,\"5200\":674.86,\"5201\":789.75,\"5202\":81038.62,\"5203\":3077.86,\"5204\":537.11,\"5205\":655.02,\"5206\":583.4,\"5207\":4772.4,\"5208\":428.52,\"5209\":1907.55,\"5210\":14012.8,\"5211\":null,\"5212\":16761.29,\"5213\":9408.0,\"5214\":201.37,\"5215\":2551.2,\"5216\":99.0,\"5217\":331.87,\"5218\":30037.03,\"5219\":42510.09,\"5220\":null,\"5221\":null,\"5222\":47271.47,\"5223\":524227.98,\"5224\":1137.54,\"5225\":805.42,\"5226\":1160.75,\"5227\":1270.8,\"5228\":738145.15,\"5229\":null,\"5230\":530392.87,\"5231\":102290.0,\"5232\":152098.32,\"5233\":423969.76,\"5234\":144107.84,\"5235\":127201.58,\"5236\":null,\"5237\":797.86,\"5238\":548.69,\"5239\":2319.13,\"5240\":2649.45,\"5241\":2644.85,\"5242\":62161.3,\"5243\":164526.89,\"5244\":167038.35,\"5245\":null,\"5246\":null,\"5247\":101255.82,\"5248\":null,\"5249\":22506.06,\"5250\":46447.42,\"5251\":49246.28,\"5252\":658.35,\"5253\":75565.59,\"5254\":1004.35,\"5255\":8927.6,\"5256\":2644.25,\"5257\":26870.91,\"5258\":32167.71,\"5259\":58040.32,\"5260\":58005.87,\"5261\":19632.45,\"5262\":326.01,\"5263\":5918.4,\"5264\":123.0,\"5265\":9180.0,\"5266\":6620.63,\"5267\":279.77,\"5268\":3440.0,\"5269\":9355.05,\"5270\":427.32,\"5271\":1683.0,\"5272\":144.54,\"5273\":null,\"5274\":9190.0,\"5275\":8202.0,\"5276\":2446.4,\"5277\":4950.72,\"5278\":16487.14,\"5279\":10155.96,\"5280\":10227.97,\"5281\":360.07,\"5282\":13781.0,\"5283\":13521.1,\"5284\":null,\"5285\":1475.3,\"5286\":13410.0,\"5287\":19752.26,\"5288\":10264.08,\"5289\":18614.75,\"5290\":8110.8,\"5291\":434.3,\"5292\":7936.5,\"5293\":2088.0,\"5294\":1373.5,\"5295\":214.94,\"5296\":3848.6,\"5297\":4957.0,\"5298\":428.84,\"5299\":2130.68,\"5300\":337.87,\"5301\":2059.0,\"5302\":1269.44,\"5303\":11229.19,\"5304\":null,\"5305\":797.11,\"5306\":19.8,\"5307\":null,\"5308\":243.47,\"5309\":879.78,\"5310\":null,\"5311\":295.68,\"5312\":1150.2,\"5313\":146.52,\"5314\":null,\"5315\":330.24,\"5316\":36.12,\"5317\":2000.0,\"5318\":5414.0,\"5319\":null,\"5320\":8753.74,\"5321\":235.29,\"5322\":null,\"5323\":5314.44,\"5324\":414.37,\"5325\":null,\"5326\":813.48,\"5327\":5436.78,\"5328\":891.27,\"5329\":null,\"5330\":520.09,\"5331\":null,\"5332\":556.28,\"5333\":605.76,\"5334\":338.93,\"5335\":7329.61,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":802.4,\"5340\":null,\"5341\":2.84,\"5342\":157.41,\"5343\":4861.17,\"5344\":388.62,\"5345\":613.03,\"5346\":null,\"5347\":807.53,\"5348\":779.68,\"5349\":328.33,\"5350\":62.55,\"5351\":114.3,\"5352\":5009.66,\"5353\":5130.74,\"5354\":null,\"5355\":5370.82,\"5356\":1390.01,\"5357\":1341.63,\"5358\":null,\"5359\":null,\"5360\":427.2,\"5361\":null,\"5362\":null,\"5363\":529.3,\"5364\":1.75,\"5365\":null,\"5366\":1170.31,\"5367\":1454.12,\"5368\":8785.42,\"5369\":1243.28,\"5370\":66.13,\"5371\":1509.46,\"5372\":692.98,\"5373\":799.41,\"5374\":60.36,\"5375\":187.41,\"5376\":861.98,\"5377\":831.38,\"5378\":1121.63,\"5379\":565.47,\"5380\":773.99,\"5381\":null,\"5382\":5508.8,\"5383\":26.74,\"5384\":19.67,\"5385\":14.27,\"5386\":33.51,\"5387\":28.53,\"5388\":36.16,\"5389\":20.19,\"5390\":19.66,\"5391\":79.79,\"5392\":66.5,\"5393\":497.88,\"5394\":56.04,\"5395\":null,\"5396\":688.25,\"5397\":654.99,\"5398\":151.02,\"5399\":4429.91,\"5400\":4900.0,\"5401\":28.95,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":262.18,\"5406\":771.6,\"5407\":282.03,\"5408\":71.69,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":80.28,\"5413\":7.66,\"5414\":163.21,\"5415\":433.18,\"5416\":4900.0,\"5417\":93.14,\"5418\":78.59,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":167.78,\"5423\":66.04,\"5424\":76.2,\"5425\":710.54,\"5426\":750.92,\"5427\":496.61,\"5428\":490.94,\"5429\":66.79,\"5430\":68.73,\"5431\":null,\"5432\":66.42,\"5433\":996.6,\"5434\":1.67,\"5435\":40.9,\"5436\":25.02,\"5437\":null,\"5438\":67.53,\"5439\":3842.67,\"5440\":1973.4,\"5441\":7171.2,\"5442\":392346.28,\"5443\":2448.0,\"5444\":4934.47,\"5445\":467.39,\"5446\":null,\"5447\":404.65,\"5448\":13728.0,\"5449\":14481.31,\"5450\":165.0,\"5451\":2283.93,\"5452\":1747.35,\"5453\":509.98,\"5454\":1469.7,\"5455\":2610.0,\"5456\":21764.0,\"5457\":239328.23,\"5458\":502959.12,\"5459\":13704.0,\"5460\":628.98,\"5461\":9006.18,\"5462\":39715.05,\"5463\":null,\"5464\":7560.67,\"5465\":1106.3,\"5466\":478.66,\"5467\":3704.0,\"5468\":934.93,\"5469\":12902.09,\"5470\":635.8,\"5471\":null,\"5472\":5287.39,\"5473\":15410.48,\"5474\":6255.0,\"5475\":5152.17,\"5476\":939.79,\"5477\":255000.0,\"5478\":158423.88,\"5479\":5717.48,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":17211.48,\"5484\":14055.58,\"5485\":396449.33,\"5486\":18897.96,\"5487\":18524.0,\"5488\":21492.71,\"5489\":11898.04,\"5490\":16566.09,\"5491\":null,\"5492\":1331.01,\"5493\":2245.29,\"5494\":594.71,\"5495\":173030.0,\"5496\":2992.17,\"5497\":2292.64,\"5498\":746.1,\"5499\":400.02,\"5500\":25508.2,\"5501\":null,\"5502\":2467.5,\"5503\":2275.8,\"5504\":856.68,\"5505\":916599.77,\"5506\":488164.21,\"5507\":258.0,\"5508\":6982.8,\"5509\":8410.85,\"5510\":796.51,\"5511\":187140.0,\"5512\":623.44,\"5513\":14508.0,\"5514\":23485.9,\"5515\":null,\"5516\":69354.8,\"5517\":164950.72,\"5518\":null,\"5519\":null,\"5520\":544596.5,\"5521\":1038.67,\"5522\":42452.75,\"5523\":7958.26,\"5524\":513.74,\"5525\":686.12,\"5526\":788.7,\"5527\":80917.31,\"5528\":3045.16,\"5529\":532.16,\"5530\":534.06,\"5531\":508.34,\"5532\":4396.8,\"5533\":428.04,\"5534\":1470.21,\"5535\":13999.17,\"5536\":19630.28,\"5537\":9196.8,\"5538\":196.35,\"5539\":2542.8,\"5540\":95.7,\"5541\":333.96,\"5542\":29699.89,\"5543\":39198.9,\"5544\":null,\"5545\":null,\"5546\":48429.82,\"5547\":119878.11,\"5548\":1605.72,\"5549\":740.52,\"5550\":1074.56,\"5551\":1452.6,\"5552\":779875.78,\"5553\":42336.55,\"5554\":532698.98,\"5555\":null,\"5556\":155018.44,\"5557\":423332.36,\"5558\":139907.46,\"5559\":124810.88,\"5560\":null,\"5561\":795.06,\"5562\":557.11,\"5563\":8502.83,\"5564\":606.37,\"5565\":639.31,\"5566\":60367.86,\"5567\":164451.27,\"5568\":168372.2,\"5569\":null,\"5570\":null,\"5571\":null,\"5572\":22453.22,\"5573\":45897.24,\"5574\":49040.61,\"5575\":464.73,\"5576\":75503.4,\"5577\":1074.61,\"5578\":8379.8,\"5579\":2608.55,\"5580\":28203.52,\"5581\":32055.58,\"5582\":58652.76,\"5583\":58503.03,\"5584\":16557.75,\"5585\":656.73,\"5586\":4935.6,\"5587\":123.0,\"5588\":9180.0,\"5589\":6760.22,\"5590\":283.14,\"5591\":7360.0,\"5592\":9179.13,\"5593\":487.68,\"5594\":1655.72,\"5595\":140.98,\"5596\":null,\"5597\":7714.0,\"5598\":8334.0,\"5599\":2360.6,\"5600\":3959.41,\"5601\":16425.01,\"5602\":9635.56,\"5603\":9967.93,\"5604\":2506.83,\"5605\":12926.9,\"5606\":12651.8,\"5607\":null,\"5608\":1330.4,\"5609\":null,\"5610\":19755.91,\"5611\":19519.05,\"5612\":18592.97,\"5613\":8391.6,\"5614\":352.0,\"5615\":7440.9,\"5616\":2178.0,\"5617\":985.14,\"5618\":168.02,\"5619\":3095.2,\"5620\":5211.0,\"5621\":428.84,\"5622\":2785.52,\"5623\":340.63,\"5624\":2012.0,\"5625\":905.15,\"5626\":10808.29,\"5627\":null,\"5628\":496.32,\"5629\":4.8,\"5630\":null,\"5631\":null,\"5632\":924.0,\"5633\":null,\"5634\":283.8,\"5635\":1250.1,\"5636\":282.04,\"5637\":null,\"5638\":83.04,\"5639\":17.32,\"5640\":2000.0,\"5641\":5403.5,\"5642\":288.2,\"5643\":2118.41,\"5644\":776.4,\"5645\":null,\"5646\":3793.57,\"5647\":244.33,\"5648\":497.57,\"5649\":9785.34,\"5650\":548.14,\"5651\":null,\"5652\":522.86,\"5653\":null,\"5654\":759.32,\"5655\":794.49,\"5656\":748.43,\"5657\":11285.08,\"5658\":null,\"5659\":null,\"5660\":366.69,\"5661\":null,\"5662\":1.14,\"5663\":115.26,\"5664\":5405.98,\"5665\":118.62,\"5666\":857.43,\"5667\":null,\"5668\":414.55,\"5669\":409.24,\"5670\":183.37,\"5671\":220.95,\"5672\":316.08,\"5673\":19091.26,\"5674\":19731.35,\"5675\":null,\"5676\":2346.82,\"5677\":1115.59,\"5678\":1083.35,\"5679\":null,\"5680\":null,\"5681\":799.2,\"5682\":null,\"5683\":null,\"5684\":347.99,\"5685\":null,\"5686\":null,\"5687\":1178.81,\"5688\":2097.4,\"5689\":6903.65,\"5690\":1232.77,\"5691\":37.15,\"5692\":2247.16,\"5693\":406.35,\"5694\":null,\"5695\":194.76,\"5696\":112.82,\"5697\":1127.7,\"5698\":1132.88,\"5699\":915.08,\"5700\":466.2,\"5701\":614.1,\"5702\":null,\"5703\":5545.1,\"5704\":46.2,\"5705\":23.75,\"5706\":22.67,\"5707\":17.7,\"5708\":16.05,\"5709\":38.01,\"5710\":20.18,\"5711\":52.56,\"5712\":53.23,\"5713\":50.23,\"5714\":292.56,\"5715\":51.6,\"5716\":null,\"5717\":203.84,\"5718\":222.67,\"5719\":147.51,\"5720\":3244.94,\"5721\":4900.0,\"5722\":16.14,\"5723\":null,\"5724\":null,\"5725\":117.93,\"5726\":293.35,\"5727\":860.4,\"5728\":287.3,\"5729\":28.01,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":35.5,\"5734\":7.66,\"5735\":324.72,\"5736\":214.49,\"5737\":4900.0,\"5738\":101.73,\"5739\":63.48,\"5740\":17.23,\"5741\":null,\"5742\":null,\"5743\":270.3,\"5744\":177.99,\"5745\":null,\"5746\":235.43,\"5747\":255.39,\"5748\":72.84,\"5749\":246.36,\"5750\":64.97,\"5751\":67.63,\"5752\":1283.4,\"5753\":70.67,\"5754\":1085.7,\"5755\":1.98,\"5756\":null,\"5757\":37.69,\"5758\":325.54,\"5759\":77.05,\"5760\":null,\"5761\":3820.67,\"5762\":1881.0,\"5763\":7155.6,\"5764\":412569.08,\"5765\":1947.6,\"5766\":4294.79,\"5767\":468.71,\"5768\":null,\"5769\":null,\"5770\":406.07,\"5771\":8668.0,\"5772\":14009.0,\"5773\":198.0,\"5774\":190.57,\"5775\":1749.0,\"5776\":775.8,\"5777\":1764.9,\"5778\":810.0,\"5779\":22532.0,\"5780\":60529.69,\"5781\":501686.65,\"5782\":14480.0,\"5783\":581.79,\"5784\":10484.33,\"5785\":41069.48,\"5786\":7370.0,\"5787\":630.2,\"5788\":3703.36,\"5789\":962.66,\"5790\":12286.37,\"5791\":629.86,\"5792\":null,\"5793\":2276.28,\"5794\":29075.68,\"5795\":1813.61,\"5796\":4536.12,\"5797\":254648.81,\"5798\":158210.91,\"5799\":5510.72,\"5800\":507930.0,\"5801\":60398.87,\"5802\":7131.68,\"5803\":12941.83,\"5804\":395691.09,\"5805\":14064.16,\"5806\":17036.8,\"5807\":24264.94,\"5808\":10905.29,\"5809\":16683.08,\"5810\":null,\"5811\":1469.49,\"5812\":2262.09,\"5813\":599.21,\"5814\":178255.0,\"5815\":2010.49,\"5816\":2090.93,\"5817\":743.05,\"5818\":401.36,\"5819\":24136.36,\"5820\":null,\"5821\":2795.76,\"5822\":2275.8,\"5823\":null,\"5824\":933.65,\"5825\":901315.5699999999,\"5826\":497023.91,\"5827\":450.0,\"5828\":6677.0,\"5829\":8396.08,\"5830\":796.84,\"5831\":187950.0,\"5832\":664.3,\"5833\":16560.0,\"5834\":23379.5,\"5835\":60392.66,\"5836\":69737.06,\"5837\":164308.74,\"5838\":3325.5,\"5839\":401442.0,\"5840\":null,\"5841\":null,\"5842\":7805.22,\"5843\":498.56,\"5844\":685.8,\"5845\":1001.1,\"5846\":80907.38,\"5847\":3625.27,\"5848\":533.78,\"5849\":595.44,\"5850\":519.48,\"5851\":4131.6,\"5852\":427.32,\"5853\":1070.54,\"5854\":14138.35,\"5855\":16468.11,\"5856\":4377.6,\"5857\":null,\"5858\":382.54,\"5859\":2536.8,\"5860\":102.3,\"5861\":335.67,\"5862\":29633.48,\"5863\":41295.78,\"5864\":null,\"5865\":54024.2,\"5866\":27198.1,\"5867\":119984.15,\"5868\":1605.18,\"5869\":821.04,\"5870\":1040.83,\"5871\":1386.0,\"5872\":678852.84,\"5873\":null,\"5874\":535868.01,\"5875\":null,\"5876\":154520.32,\"5877\":423463.04,\"5878\":143755.92,\"5879\":123935.69,\"5880\":null,\"5881\":797.02,\"5882\":622.64,\"5883\":7921.61,\"5884\":381.13,\"5885\":414.48,\"5886\":60325.5,\"5887\":163883.68,\"5888\":170100.1,\"5889\":null,\"5890\":null,\"5891\":null,\"5892\":22192.22,\"5893\":45719.06,\"5894\":49808.94,\"5895\":654.3,\"5896\":75504.98,\"5897\":1259.41,\"5898\":8135.6,\"5899\":2508.92,\"5900\":29765.45,\"5901\":32349.23,\"5902\":58491.64,\"5903\":null,\"5904\":18880.55,\"5905\":651.15,\"5906\":5410.8,\"5907\":106.8,\"5908\":9180.0,\"5909\":6734.64,\"5910\":317.86,\"5911\":4480.0,\"5912\":9299.06,\"5913\":820.92,\"5914\":1726.12,\"5915\":null,\"5916\":7727.0,\"5917\":7442.0,\"5918\":2334.2,\"5919\":6393.23,\"5920\":16379.02,\"5921\":19224.01,\"5922\":19558.05,\"5923\":702.83,\"5924\":12904.4,\"5925\":12617.7,\"5926\":null,\"5927\":1331.7,\"5928\":13572.0,\"5929\":19743.01,\"5930\":19681.12,\"5931\":14652.74,\"5932\":7549.2,\"5933\":7536.4,\"5934\":2122.0,\"5935\":1257.5,\"5936\":219.08,\"5937\":2928.7,\"5938\":4661.0,\"5939\":428.84,\"5940\":2182.32,\"5941\":339.02,\"5942\":1982.0,\"5943\":1158.57,\"5944\":10620.98,\"5945\":null,\"5946\":3250.16,\"5947\":16.2,\"5948\":null,\"5949\":137.87,\"5950\":828.3,\"5951\":238.92,\"5952\":382.8,\"5953\":181.39,\"5954\":null,\"5955\":431.52,\"5956\":36.12,\"5957\":2000.0,\"5958\":5279.7,\"5959\":447.01,\"5960\":1292.59,\"5961\":1397.77,\"5962\":null,\"5963\":3690.26,\"5964\":309.25,\"5965\":2950.28,\"5966\":null,\"5967\":3606.66,\"5968\":180930.76,\"5969\":null,\"5970\":null,\"5971\":450.43,\"5972\":494.36,\"5973\":263.93,\"5974\":801.24,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":457.51,\"5979\":0.04,\"5980\":1.47,\"5981\":null,\"5982\":5363.01,\"5983\":93.24,\"5984\":520.22,\"5985\":null,\"5986\":1071.8,\"5987\":1369.72,\"5988\":722.97,\"5989\":267.84,\"5990\":258.12,\"5991\":19797.27,\"5992\":19847.21,\"5993\":null,\"5994\":4595.83,\"5995\":618.39,\"5996\":685.32,\"5997\":null,\"5998\":null,\"5999\":595.2,\"6000\":null,\"6001\":null,\"6002\":503.98,\"6003\":1.06,\"6004\":null,\"6005\":812.97,\"6006\":1170.19,\"6007\":9619.63,\"6008\":1305.04,\"6009\":72.28,\"6010\":2398.64,\"6011\":691.25,\"6012\":759.41,\"6013\":189.42,\"6014\":148.7,\"6015\":2931.75,\"6016\":2716.2,\"6017\":2576.25,\"6018\":778.77,\"6019\":684.29,\"6020\":null,\"6021\":null,\"6022\":53.87,\"6023\":25.78,\"6024\":21.23,\"6025\":61.52,\"6026\":47.76,\"6027\":7.25,\"6028\":19.68,\"6029\":26.51,\"6030\":29.37,\"6031\":27.01,\"6032\":358.62,\"6033\":26.02,\"6034\":null,\"6035\":839.38,\"6036\":824.19,\"6037\":262.71,\"6038\":3042.12,\"6039\":4900.0,\"6040\":64.37,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":312.0,\"6045\":534.0,\"6046\":430.99,\"6047\":38.48,\"6048\":null,\"6049\":null,\"6050\":20.46,\"6051\":41.98,\"6052\":8.76,\"6053\":69.87,\"6054\":130.45,\"6055\":4900.0,\"6056\":21.5,\"6057\":28.77,\"6058\":25.44,\"6059\":null,\"6060\":null,\"6061\":698.39,\"6062\":503.16,\"6063\":218.4,\"6064\":853.76,\"6065\":870.47,\"6066\":257.7,\"6067\":209.19,\"6068\":27.08,\"6069\":27.01,\"6070\":3133.18,\"6071\":87.41,\"6072\":993.3,\"6073\":2.83,\"6074\":41.75,\"6075\":9.49,\"6076\":104.67,\"6077\":41.79,\"6078\":null,\"6079\":3813.33,\"6080\":1900.8,\"6081\":7149.6,\"6082\":405060.5,\"6083\":1692.0,\"6084\":3546.74,\"6085\":467.06,\"6086\":13.38,\"6087\":417.16,\"6088\":13398.0,\"6089\":13759.97,\"6090\":null,\"6091\":2923.64,\"6092\":1753.95,\"6093\":769.05,\"6094\":3521.7,\"6095\":815.0,\"6096\":20816.0,\"6097\":195147.26,\"6098\":501561.39,\"6099\":14536.0,\"6100\":616.11,\"6101\":16988.64,\"6102\":35896.19,\"6103\":7355.33,\"6104\":636.24,\"6105\":3703.04,\"6106\":935.09,\"6107\":11735.13,\"6108\":615.78,\"6109\":null,\"6110\":2695.94,\"6111\":28094.27,\"6112\":8106.0,\"6113\":4432.87,\"6114\":null,\"6115\":254902.5,\"6116\":158563.53,\"6117\":5417.92,\"6118\":null,\"6119\":null,\"6120\":5977.74,\"6121\":15172.82,\"6122\":12910.29,\"6123\":325935.82,\"6124\":13569.47,\"6125\":17087.4,\"6126\":22856.2,\"6127\":11811.05,\"6128\":16784.73,\"6129\":null,\"6130\":1320.66,\"6131\":1554.84,\"6132\":null,\"6133\":593.33,\"6134\":128095.0,\"6135\":3223.55,\"6136\":2479.06,\"6137\":722.28,\"6138\":463.6,\"6139\":31208.29,\"6140\":null,\"6141\":null,\"6142\":2275.8,\"6143\":903.4,\"6144\":941253.38,\"6145\":0.06,\"6146\":414.0,\"6147\":6710.0,\"6148\":8380.97,\"6149\":null,\"6150\":null,\"6151\":652.76,\"6152\":15228.0,\"6153\":35233.71,\"6154\":69645.12,\"6155\":164847.5,\"6156\":377.0,\"6157\":null,\"6158\":440653.89,\"6159\":42001.57,\"6160\":8417.39,\"6161\":489.19,\"6162\":690.26,\"6163\":751.2,\"6164\":81079.07,\"6165\":3628.71,\"6166\":500.28,\"6167\":634.32,\"6168\":631.81,\"6169\":3706.8,\"6170\":427.08,\"6171\":null,\"6172\":619.61,\"6173\":14132.61,\"6174\":null,\"6175\":16575.29,\"6176\":9974.4,\"6177\":935.94,\"6178\":369.4,\"6179\":2436.6,\"6180\":108.9,\"6181\":318.63,\"6182\":29217.1,\"6183\":50188.83,\"6184\":null,\"6185\":1132383.53,\"6186\":13124.18,\"6187\":120504.17,\"6188\":1604.76,\"6189\":663.3,\"6190\":1024.46,\"6191\":1202.4,\"6192\":774208.8199999999,\"6193\":52878.4,\"6194\":535777.22,\"6195\":null,\"6196\":154136.09,\"6197\":425301.78,\"6198\":140884.69,\"6199\":124369.55,\"6200\":1382.0,\"6201\":798.28,\"6202\":640.74,\"6203\":7231.23,\"6204\":3632.49,\"6205\":2655.33,\"6206\":59928.66,\"6207\":161273.27,\"6208\":170595.9,\"6209\":null,\"6210\":null,\"6211\":14957.9,\"6212\":22187.61,\"6213\":45493.74,\"6214\":48804.28,\"6215\":639.84,\"6216\":77516.92,\"6217\":null,\"6218\":7847.4,\"6219\":2392.87,\"6220\":29792.25,\"6221\":31998.51,\"6222\":58440.25,\"6223\":18916.03,\"6224\":653.49,\"6225\":5407.2,\"6226\":37.8,\"6227\":9180.0,\"6228\":6700.65,\"6229\":290.33,\"6230\":2720.0,\"6231\":9286.4,\"6232\":1568.16,\"6233\":1633.72,\"6234\":144.41,\"6235\":8853.0,\"6236\":7143.0,\"6237\":2310.0,\"6238\":6885.88,\"6239\":15838.07,\"6240\":19260.68,\"6241\":19572.29,\"6242\":233.49,\"6243\":15814.7,\"6244\":15449.3,\"6245\":null,\"6246\":2233.4,\"6247\":13644.0,\"6248\":19747.04,\"6249\":19672.83,\"6250\":19614.0,\"6251\":6274.8,\"6252\":11069.2,\"6253\":4972.0,\"6254\":null,\"6255\":1531.5,\"6256\":165.26,\"6257\":4281.4,\"6258\":5535.0,\"6259\":428.84,\"6260\":2304.13,\"6261\":338.1,\"6262\":1944.0,\"6263\":1177.39,\"6264\":15304.93,\"6265\":null,\"6266\":1506.61,\"6267\":2.4,\"6268\":null,\"6269\":218.53,\"6270\":801.9,\"6271\":0.12,\"6272\":255.2,\"6273\":1016.4,\"6274\":153.01,\"6275\":null,\"6276\":0.48,\"6277\":111.36,\"6278\":2000.0,\"6279\":5952.7,\"6280\":311.77,\"6281\":1493.1,\"6282\":169.91,\"6283\":null,\"6284\":3586.96,\"6285\":189.61,\"6286\":1480.39,\"6287\":885.91,\"6288\":1640.24,\"6289\":196934.47,\"6290\":177.53,\"6291\":null,\"6292\":405.62,\"6293\":459.45,\"6294\":421.43,\"6295\":1397.44,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":340.98,\"6300\":null,\"6301\":0.81,\"6302\":138.44,\"6303\":4584.78,\"6304\":334.62,\"6305\":465.49,\"6306\":null,\"6307\":574.08,\"6308\":592.36,\"6309\":261.48,\"6310\":402.84,\"6311\":503.28,\"6312\":19834.12,\"6313\":19916.54,\"6314\":null,\"6315\":2898.87,\"6316\":980.24,\"6317\":977.28,\"6318\":null,\"6319\":null,\"6320\":841.2,\"6321\":null,\"6322\":null,\"6323\":223.79,\"6324\":0.8,\"6325\":null,\"6326\":749.0,\"6327\":1960.28,\"6328\":5209.82,\"6329\":1247.95,\"6330\":23.98,\"6331\":4694.43,\"6332\":600.59,\"6333\":879.41,\"6334\":324.42,\"6335\":83.77,\"6336\":1831.95,\"6337\":1908.0,\"6338\":2660.85,\"6339\":340.42,\"6340\":245.03,\"6341\":null,\"6342\":5516.5,\"6343\":45.94,\"6344\":17.49,\"6345\":2.82,\"6346\":27.9,\"6347\":22.23,\"6348\":24.16,\"6349\":3.41,\"6350\":17.62,\"6351\":28.73,\"6352\":19.81,\"6353\":339.42,\"6354\":46.66,\"6355\":null,\"6356\":397.52,\"6357\":402.59,\"6358\":352.62,\"6359\":2152.15,\"6360\":4900.0,\"6361\":25.13,\"6362\":null,\"6363\":null,\"6364\":217.17,\"6365\":858.0,\"6366\":408.59,\"6367\":11.86,\"6368\":null,\"6369\":0.39,\"6370\":null,\"6371\":30.82,\"6372\":35.16,\"6373\":20.15,\"6374\":323.65,\"6375\":4900.0,\"6376\":29.13,\"6377\":30.85,\"6378\":16.67,\"6379\":null,\"6380\":null,\"6381\":76.0,\"6382\":42.06,\"6383\":31.2,\"6384\":null,\"6385\":88.7,\"6386\":539.82,\"6387\":400.62,\"6388\":null,\"6389\":34.51,\"6390\":3249.33,\"6391\":29.63,\"6392\":376.09,\"6393\":0.11,\"6394\":23.24,\"6395\":9.72,\"6396\":233.01,\"6397\":30.09,\"6398\":null,\"6399\":3861.0,\"6400\":1881.0,\"6401\":7142.4,\"6402\":345267.78,\"6403\":1692.0,\"6404\":2946.51,\"6405\":467.39,\"6406\":null,\"6407\":416.96,\"6408\":12111.0,\"6409\":null,\"6410\":184.8,\"6411\":3080.88,\"6412\":1754.94,\"6413\":764.24,\"6414\":1705.5,\"6415\":809.0,\"6416\":17308.0,\"6417\":60536.58,\"6418\":504353.99,\"6419\":12936.0,\"6420\":871.86,\"6421\":17283.1,\"6422\":38596.85,\"6423\":6596.33,\"6424\":581.9,\"6425\":3703.36,\"6426\":951.64,\"6427\":11560.66,\"6428\":631.84,\"6429\":null,\"6430\":844.9,\"6431\":26128.69,\"6432\":5266.88,\"6433\":4418.81,\"6434\":940.78,\"6435\":254158.03,\"6436\":159295.57,\"6437\":5343.69,\"6438\":28824.0,\"6439\":null,\"6440\":6352.85,\"6441\":6078.42,\"6442\":14254.91,\"6443\":310964.39,\"6444\":13240.99,\"6445\":18180.8,\"6446\":23828.67,\"6447\":11120.63,\"6448\":17314.03,\"6449\":94888.15,\"6450\":1264.56,\"6451\":1473.73,\"6452\":335.83,\"6453\":null,\"6454\":1436.73,\"6455\":1778.48,\"6456\":743.84,\"6457\":460.76,\"6458\":29873.05,\"6459\":91013.21,\"6460\":2489.16,\"6461\":2275.8,\"6462\":929.01,\"6463\":911674.22,\"6464\":372337.0,\"6465\":666.0,\"6466\":8456.8,\"6467\":6106.49,\"6468\":823.13,\"6469\":182720.0,\"6470\":608.29,\"6471\":13032.0,\"6472\":null,\"6473\":69285.57,\"6474\":164497.38,\"6475\":null,\"6476\":582413.8,\"6477\":41706.51,\"6478\":7805.22,\"6479\":480.61,\"6480\":684.4,\"6481\":865.05,\"6482\":80973.72,\"6483\":3046.88,\"6484\":517.61,\"6485\":749.7,\"6486\":524.45,\"6487\":4521.6,\"6488\":420.84,\"6489\":1394.43,\"6490\":null,\"6491\":null,\"6492\":15688.09,\"6493\":9225.6,\"6494\":370.0,\"6495\":2478.0,\"6496\":105.6,\"6497\":281.96,\"6498\":29676.77,\"6499\":50140.87,\"6500\":null,\"6501\":null,\"6502\":55168.5,\"6503\":121036.5,\"6504\":1603.2,\"6505\":641.74,\"6506\":1020.7,\"6507\":1164.6,\"6508\":771793.74,\"6509\":52488.91,\"6510\":535657.62,\"6511\":null,\"6512\":154769.38,\"6513\":426315.19,\"6514\":140089.61,\"6515\":127648.02,\"6516\":2066.0,\"6517\":797.86,\"6518\":645.57,\"6519\":6865.55,\"6520\":1501.56,\"6521\":1162.44,\"6522\":60159.1,\"6523\":159299.26,\"6524\":168292.65,\"6525\":null,\"6526\":null,\"6527\":85688.0,\"6528\":22630.83,\"6529\":44938.1,\"6530\":48309.95,\"6531\":651.06,\"6532\":75531.56,\"6533\":1099.66,\"6534\":121.0,\"6535\":2261.56,\"6536\":30322.39,\"6537\":32180.97,\"6538\":59064.4,\"6539\":19326.97,\"6540\":656.37,\"6541\":5623.2,\"6542\":234.0,\"6543\":9180.0,\"6544\":6747.35,\"6545\":276.8,\"6546\":139.68,\"6547\":5680.0,\"6548\":9362.55,\"6549\":1565.4,\"6550\":1557.16,\"6551\":165.0,\"6552\":16867.0,\"6553\":9861.0,\"6554\":2380.4,\"6555\":6448.69,\"6556\":16792.95,\"6557\":19235.69,\"6558\":18999.66,\"6559\":2690.45,\"6560\":13516.1,\"6561\":13227.0,\"6562\":null,\"6563\":13500.0,\"6564\":19740.85,\"6565\":19672.63,\"6566\":19607.22,\"6567\":7369.2,\"6568\":null,\"6569\":8670.3,\"6570\":4820.0,\"6571\":1.91,\"6572\":1421.6,\"6573\":147.21,\"6574\":3247.3,\"6575\":5007.0,\"6576\":428.84,\"6577\":2303.46,\"6578\":335.8,\"6579\":2059.0,\"6580\":707.41,\"6581\":13078.17,\"6582\":3.45,\"6583\":2848.96,\"6584\":1.8,\"6585\":null,\"6586\":862.4,\"6587\":891.66,\"6588\":null,\"6589\":280.28,\"6590\":1020.9,\"6591\":70.18,\"6592\":null,\"6593\":220.32,\"6594\":null,\"6595\":2000.0,\"6596\":5825.9,\"6597\":184.7,\"6598\":null,\"6599\":742.49,\"6600\":null,\"6601\":6531.13,\"6602\":193.81,\"6603\":null,\"6604\":2671.31,\"6605\":2494.55,\"6606\":3189.33,\"6607\":82407.21,\"6608\":402.02,\"6609\":null,\"6610\":462.2,\"6611\":469.47,\"6612\":437.93,\"6613\":4491.96,\"6614\":9.36,\"6615\":null,\"6616\":null,\"6617\":401.7,\"6618\":null,\"6619\":0.46,\"6620\":244.52,\"6621\":4306.92,\"6622\":104.04,\"6623\":527.61,\"6624\":112.09,\"6625\":1608.3,\"6626\":1463.93,\"6627\":712.58,\"6628\":127.35,\"6629\":168.3,\"6630\":19687.43,\"6631\":19568.3,\"6632\":null,\"6633\":1149.64,\"6634\":344.45,\"6635\":372.28,\"6636\":null,\"6637\":null,\"6638\":426.0,\"6639\":145.95,\"6640\":null,\"6641\":70.57,\"6642\":0.98,\"6643\":null,\"6644\":545.87,\"6645\":568.63,\"6646\":1916.14,\"6647\":1755.99,\"6648\":30.19,\"6649\":1955.94,\"6650\":586.88,\"6651\":160.0,\"6652\":118.56,\"6653\":25.74,\"6654\":1644.98,\"6655\":1709.33,\"6656\":1932.96,\"6657\":372.89,\"6658\":470.39,\"6659\":null,\"6660\":5640.8,\"6661\":39.82,\"6662\":10.3,\"6663\":9.46,\"6664\":66.72,\"6665\":70.32,\"6666\":null,\"6667\":26.7,\"6668\":32.74,\"6669\":20.09,\"6670\":12.65,\"6671\":160.5,\"6672\":15.59,\"6673\":null,\"6674\":348.33,\"6675\":352.45,\"6676\":142.11,\"6677\":4464.6,\"6678\":4900.0,\"6679\":62.67,\"6680\":null,\"6681\":null,\"6682\":71.69,\"6683\":500.4,\"6684\":430.32,\"6685\":19.13,\"6686\":null,\"6687\":0.08,\"6688\":null,\"6689\":38.74,\"6690\":5.46,\"6691\":101.61,\"6692\":108.69,\"6693\":4900.0,\"6694\":44.84,\"6695\":18.42,\"6696\":13.4,\"6697\":null,\"6698\":null,\"6699\":477.14,\"6700\":218.64,\"6701\":248.4,\"6702\":368.49,\"6703\":365.84,\"6704\":79.46,\"6705\":115.82,\"6706\":15.88,\"6707\":15.75,\"6708\":3346.5,\"6709\":17.04,\"6710\":587.4,\"6711\":null,\"6712\":19.9,\"6713\":22.94,\"6714\":126.69,\"6715\":22.9,\"6716\":null,\"6717\":3868.33,\"6718\":1894.2,\"6719\":7149.6,\"6720\":336291.44,\"6721\":1857.6,\"6722\":3754.19,\"6723\":711.37,\"6724\":null,\"6725\":null,\"6726\":417.64,\"6727\":12771.0,\"6728\":null,\"6729\":191.4,\"6730\":2883.04,\"6731\":1753.62,\"6732\":765.18,\"6733\":1646.1,\"6734\":807.0,\"6735\":15724.0,\"6736\":61311.37,\"6737\":503843.97,\"6738\":13160.0,\"6739\":745.47,\"6740\":16998.67,\"6741\":56425.84,\"6742\":6724.67,\"6743\":1014.59,\"6744\":3704.32,\"6745\":829.1,\"6746\":11975.75,\"6747\":590.7,\"6748\":null,\"6749\":7.42,\"6750\":25818.39,\"6751\":14518.0,\"6752\":9894.07,\"6753\":940.78,\"6754\":245246.83,\"6755\":157638.12,\"6756\":9918.88,\"6757\":82056.0,\"6758\":508560.0,\"6759\":null,\"6760\":3998.13,\"6761\":19293.69,\"6762\":313094.4,\"6763\":21010.17,\"6764\":18068.6,\"6765\":25883.54,\"6766\":11916.88,\"6767\":16300.25,\"6768\":null,\"6769\":1242.83,\"6770\":2297.55,\"6771\":595.96,\"6772\":147675.0,\"6773\":324.1,\"6774\":2058.96,\"6775\":741.96,\"6776\":457.55,\"6777\":35457.15,\"6778\":90936.74,\"6779\":1228.24,\"6780\":2275.8,\"6781\":null,\"6782\":908.71,\"6783\":943037.11,\"6784\":145860.0,\"6785\":498.0,\"6786\":7499.8,\"6787\":6029.74,\"6788\":772.05,\"6789\":null,\"6790\":605.57,\"6791\":13500.0,\"6792\":25577.73,\"6793\":69482.58,\"6794\":165192.32,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1005.83,\"6799\":null,\"6800\":41304.51,\"6801\":7499.13,\"6802\":490.64,\"6803\":685.87,\"6804\":1990.35,\"6805\":81007.26,\"6806\":3052.04,\"6807\":402.77,\"6808\":684.18,\"6809\":578.88,\"6810\":4502.4,\"6811\":424.68,\"6812\":1250.51,\"6813\":14124.0,\"6814\":4504.95,\"6815\":16771.1,\"6816\":5198.4,\"6817\":378.38,\"6818\":2554.8,\"6819\":99.0,\"6820\":313.31,\"6821\":29536.35,\"6822\":25185.08,\"6823\":null,\"6824\":null,\"6825\":44957.36,\"6826\":119965.19,\"6827\":1601.88,\"6828\":692.56,\"6829\":2150.67,\"6830\":1384.2,\"6831\":null,\"6832\":429022.6,\"6833\":39171.76,\"6834\":522486.25,\"6835\":null,\"6836\":null,\"6837\":67624.32,\"6838\":426287.24,\"6839\":139713.79,\"6840\":126575.02,\"6841\":2066.0,\"6842\":796.04,\"6843\":644.42,\"6844\":1901.6,\"6845\":3174.1,\"6846\":2348.81,\"6847\":64173.47,\"6848\":165175.28,\"6849\":169761.55,\"6850\":22619.72,\"6851\":null,\"6852\":127182.19,\"6853\":22666.91,\"6854\":45548.2,\"6855\":48464.39,\"6856\":649.11,\"6857\":75537.49,\"6858\":862.44,\"6859\":7328.2,\"6860\":2726.89,\"6861\":27269.83,\"6862\":32216.18,\"6863\":58574.98,\"6864\":19576.86,\"6865\":655.83,\"6866\":5623.2,\"6867\":null,\"6868\":207.6,\"6869\":9180.0,\"6870\":6738.27,\"6871\":15.11,\"6872\":null,\"6873\":8080.0,\"6874\":9325.65,\"6875\":1561.92,\"6876\":1620.08,\"6877\":150.08,\"6878\":null,\"6879\":16668.0,\"6880\":9863.0,\"6881\":2552.0,\"6882\":5902.35,\"6883\":14073.55,\"6884\":19562.25,\"6885\":19844.7,\"6886\":1625.07,\"6887\":15836.0,\"6888\":15491.1,\"6889\":null,\"6890\":13914.0,\"6891\":19568.49,\"6892\":19538.45,\"6893\":19431.38,\"6894\":5587.2,\"6895\":470.1,\"6896\":16318.1,\"6897\":4992.0,\"6898\":1340.7,\"6899\":62.92,\"6900\":3815.7,\"6901\":5005.0,\"6902\":428.84,\"6903\":2200.99,\"6904\":335.57,\"6905\":2662.0,\"6906\":266.28,\"6907\":11786.19,\"6908\":33.59,\"6909\":2188.65,\"6910\":null,\"6911\":null,\"6912\":604.27,\"6913\":967.56,\"6914\":333.52,\"6915\":899.7,\"6916\":47.74,\"6917\":null,\"6918\":75.84,\"6919\":null,\"6920\":2000.0,\"6921\":5525.2,\"6922\":174.92,\"6923\":773.17,\"6924\":421.49,\"6925\":null,\"6926\":9756.52,\"6927\":74.18,\"6928\":null,\"6929\":2112.03,\"6930\":1657.05,\"6931\":2504.12,\"6932\":14715.95,\"6933\":189.38,\"6934\":null,\"6935\":323.73,\"6936\":339.56,\"6937\":232.3,\"6938\":3149.94,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":361.54,\"6943\":null,\"6944\":0.59,\"6945\":116.74,\"6946\":5722.44,\"6947\":215.64,\"6948\":384.89,\"6949\":25.17,\"6950\":612.41,\"6951\":644.45,\"6952\":278.41,\"6953\":73.26,\"6954\":107.1,\"6955\":18490.06,\"6956\":19507.96,\"6957\":null,\"6958\":1877.64,\"6959\":243.35,\"6960\":242.89,\"6961\":null,\"6962\":null,\"6963\":317.9,\"6964\":null,\"6965\":null,\"6966\":238.05,\"6967\":0.42,\"6968\":0.15,\"6969\":67.1,\"6970\":426.61,\"6971\":null,\"6972\":2103.48,\"6973\":6.68,\"6974\":1969.9,\"6975\":166.88,\"6976\":199.41,\"6977\":75.3,\"6978\":54.72,\"6979\":1135.8,\"6980\":1116.0,\"6981\":626.39,\"6982\":82.94,\"6983\":60.13,\"6984\":null,\"6985\":5551.7,\"6986\":19.66,\"6987\":2.49,\"6988\":3.68,\"6989\":32.78,\"6990\":28.95,\"6991\":11.06,\"6992\":11.74,\"6993\":32.26,\"6994\":27.2,\"6995\":18.95,\"6996\":189.3,\"6997\":11.14,\"6998\":2.4,\"6999\":169.16,\"7000\":160.65,\"7001\":124.11,\"7002\":null,\"7003\":4900.0,\"7004\":27.58,\"7005\":null,\"7006\":null,\"7007\":219.27,\"7008\":321.6,\"7009\":168.71,\"7010\":null,\"7011\":274.5,\"7012\":null,\"7013\":null,\"7014\":32.62,\"7015\":12.06,\"7016\":63.68,\"7017\":71.89,\"7018\":4900.0,\"7019\":37.98,\"7020\":26.02,\"7021\":11.65,\"7022\":null,\"7023\":null,\"7024\":330.79,\"7025\":218.95,\"7026\":232.2,\"7027\":174.7,\"7028\":187.24,\"7029\":175.53,\"7030\":112.52,\"7031\":0.53,\"7032\":0.56,\"7033\":1446.13,\"7034\":null,\"7035\":286.99,\"7036\":6.11,\"7037\":12.01,\"7038\":81.08,\"7039\":null,\"7040\":null,\"7041\":3864.67,\"7042\":null,\"7043\":7168.8,\"7044\":397179.65,\"7045\":1854.0,\"7046\":3842.15,\"7047\":711.04,\"7048\":38.81,\"7049\":417.85,\"7050\":12793.0,\"7051\":null,\"7052\":191.4,\"7053\":2467.41,\"7054\":1754.94,\"7055\":769.54,\"7056\":2384.1,\"7057\":1955.0,\"7058\":16464.0,\"7059\":60278.09,\"7060\":502200.48,\"7061\":13248.0,\"7062\":1292.28,\"7063\":16842.08,\"7064\":66010.75,\"7065\":7315.0,\"7066\":1130.74,\"7067\":919.68,\"7068\":900.04,\"7069\":12326.09,\"7070\":635.58,\"7071\":null,\"7072\":669.33,\"7073\":26118.71,\"7074\":7624.0,\"7075\":9905.99,\"7076\":939.79,\"7077\":249454.23,\"7078\":158274.01,\"7079\":9940.64,\"7080\":null,\"7081\":null,\"7082\":null,\"7083\":1536.61,\"7084\":23218.87,\"7085\":33129.36,\"7086\":1587.33,\"7087\":16852.0,\"7088\":24899.88,\"7089\":11226.21,\"7090\":16719.35,\"7091\":171116.81,\"7092\":1339.5,\"7093\":2306.92,\"7094\":579.33,\"7095\":305415.0,\"7096\":191.27,\"7097\":1099.63,\"7098\":740.19,\"7099\":450.09,\"7100\":41196.96,\"7101\":165057.98,\"7102\":null,\"7103\":1944.6,\"7104\":924.11,\"7105\":976170.97,\"7106\":0.01,\"7107\":642.0,\"7108\":9372.0,\"7109\":2235.69,\"7110\":772.05,\"7111\":205060.0,\"7112\":631.49,\"7113\":12888.0,\"7114\":23788.3,\"7115\":null,\"7116\":69749.98,\"7117\":165151.75,\"7118\":0.5,\"7119\":404662.0,\"7120\":40647.36,\"7121\":7499.13,\"7122\":496.45,\"7123\":687.53,\"7124\":1153.5,\"7125\":80960.68,\"7126\":2206.84,\"7127\":536.78,\"7128\":742.14,\"7129\":581.13,\"7130\":4186.8,\"7131\":425.28,\"7132\":1360.1,\"7133\":6923.54,\"7134\":1.8,\"7135\":10586.64,\"7136\":5971.2,\"7137\":364.98,\"7138\":2476.8,\"7139\":102.3,\"7140\":323.26,\"7141\":29541.05,\"7142\":50151.6,\"7143\":null,\"7144\":998362.83,\"7145\":34492.29,\"7146\":120935.2,\"7147\":1550.88,\"7148\":827.64,\"7149\":null,\"7150\":1162.8,\"7151\":33936.3,\"7152\":null,\"7153\":39343.61,\"7154\":530941.48,\"7155\":null,\"7156\":null,\"7157\":83062.68,\"7158\":388315.25,\"7159\":140712.42,\"7160\":125258.22,\"7161\":null,\"7162\":796.18,\"7163\":680.19,\"7164\":153.6,\"7165\":2390.63,\"7166\":2399.78,\"7167\":64618.7,\"7168\":164584.25,\"7169\":170357.25,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22640.35,\"7174\":45294.93,\"7175\":48354.22,\"7176\":648.0,\"7177\":75533.14,\"7178\":981.57,\"7179\":6998.2,\"7180\":2854.64,\"7181\":29778.55,\"7182\":31993.62,\"7183\":57879.58,\"7184\":null,\"7185\":19401.54,\"7186\":654.66,\"7187\":5619.6,\"7188\":null,\"7189\":9180.0,\"7190\":6715.5,\"7191\":327.49,\"7192\":8320.0,\"7193\":9545.86,\"7194\":1601.4,\"7195\":1721.72,\"7196\":151.54,\"7197\":null,\"7198\":15925.0,\"7199\":9868.0,\"7200\":2406.8,\"7201\":7861.0,\"7202\":15338.33,\"7203\":16607.89,\"7204\":17275.25,\"7205\":2664.79,\"7206\":14174.0,\"7207\":13861.1,\"7208\":null,\"7209\":12816.0,\"7210\":19478.1,\"7211\":19467.96,\"7212\":10628.2,\"7213\":7246.8,\"7214\":451.6,\"7215\":10436.5,\"7216\":4968.0,\"7217\":null,\"7218\":1263.9,\"7219\":83.62,\"7220\":4903.8,\"7221\":5536.0,\"7222\":428.84,\"7223\":2000.96,\"7224\":334.88,\"7225\":2061.0,\"7226\":271.92,\"7227\":11133.6,\"7228\":null,\"7229\":1390.79,\"7230\":null,\"7231\":null,\"7232\":1259.87,\"7233\":898.92,\"7234\":405.68,\"7235\":820.2,\"7236\":6.82,\"7237\":null,\"7238\":14.4,\"7239\":null,\"7240\":2000.0,\"7241\":5269.3,\"7242\":318.56,\"7243\":3431.57,\"7244\":1029.16,\"7245\":null,\"7246\":5136.52,\"7247\":150.73,\"7248\":null,\"7249\":1408.15,\"7250\":2223.56,\"7251\":1564.98,\"7252\":null,\"7253\":99.57,\"7254\":null,\"7255\":65.84,\"7256\":76.28,\"7257\":136.3,\"7258\":3913.21,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":231.37,\"7263\":null,\"7264\":0.18,\"7265\":104.94,\"7266\":4108.39,\"7267\":266.04,\"7268\":93.7,\"7269\":17.58,\"7270\":628.88,\"7271\":685.2,\"7272\":290.06,\"7273\":125.55,\"7274\":146.7,\"7275\":19912.67,\"7276\":19902.5,\"7277\":null,\"7278\":3859.34,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":669.6,\"7284\":null,\"7285\":null,\"7286\":624.06,\"7287\":0.59,\"7288\":0.45,\"7289\":null,\"7290\":1034.96,\"7291\":1001.18,\"7292\":1508.1,\"7293\":6.1,\"7294\":2783.08,\"7295\":139.9,\"7296\":520.0,\"7297\":114.96,\"7298\":235.57,\"7299\":1563.98,\"7300\":1584.23,\"7301\":2209.73,\"7302\":199.69,\"7303\":243.48,\"7304\":null,\"7305\":5560.5,\"7306\":16.29,\"7307\":null,\"7308\":9.81,\"7309\":36.04,\"7310\":27.8,\"7311\":4.84,\"7312\":8.11,\"7313\":7.15,\"7314\":65.37,\"7315\":38.35,\"7316\":323.76,\"7317\":null,\"7318\":1.2,\"7319\":175.81,\"7320\":182.11,\"7321\":170.82,\"7322\":6442.42,\"7323\":4900.0,\"7324\":30.23,\"7325\":null,\"7326\":null,\"7327\":76.58,\"7328\":189.13,\"7329\":808.8,\"7330\":84.41,\"7331\":9.92,\"7332\":294.3,\"7333\":null,\"7334\":null,\"7335\":19.06,\"7336\":6.56,\"7337\":null,\"7338\":90.1,\"7339\":4900.0,\"7340\":45.27,\"7341\":62.7,\"7342\":21.04,\"7343\":null,\"7344\":null,\"7345\":293.0,\"7346\":273.0,\"7347\":285.0,\"7348\":182.87,\"7349\":194.6,\"7350\":null,\"7351\":314.43,\"7352\":11.68,\"7353\":11.64,\"7354\":58.58,\"7355\":270.49,\"7356\":null,\"7357\":6.0,\"7358\":6.14,\"7359\":239.91,\"7360\":71.66,\"7361\":null,\"7362\":3861.0,\"7363\":1940.4,\"7364\":7186.8,\"7365\":125298.2,\"7366\":1857.6,\"7367\":3455.83,\"7368\":711.92,\"7369\":null,\"7370\":417.95,\"7371\":12375.0,\"7372\":null,\"7373\":178.2,\"7374\":1787.78,\"7375\":1745.37,\"7376\":756.04,\"7377\":1582.2,\"7378\":1923.0,\"7379\":18024.0,\"7380\":60599.08,\"7381\":503349.49,\"7382\":14424.0,\"7383\":1650.0,\"7384\":17485.52,\"7385\":34206.42,\"7386\":8158.33,\"7387\":733.99,\"7388\":null,\"7389\":862.74,\"7390\":13365.01,\"7391\":595.76,\"7392\":null,\"7393\":2563.18,\"7394\":25143.4,\"7395\":5035.85,\"7396\":5805.9,\"7397\":940.78,\"7398\":246744.5,\"7399\":159316.42,\"7400\":6874.41,\"7401\":510530.0,\"7402\":2866.6,\"7403\":20204.64,\"7404\":32846.22,\"7405\":19110.38,\"7406\":15842.2,\"7407\":24572.55,\"7408\":10053.68,\"7409\":17195.7,\"7410\":171183.26,\"7411\":1409.46,\"7412\":2306.74,\"7413\":578.58,\"7414\":null,\"7415\":1698.08,\"7416\":2611.88,\"7417\":742.75,\"7418\":319.06,\"7419\":34567.59,\"7420\":90471.9,\"7421\":null,\"7422\":1957.2,\"7423\":658.76,\"7424\":1040207.9,\"7425\":148970.6,\"7426\":426.0,\"7427\":7510.8,\"7428\":7589.11,\"7429\":806.74,\"7430\":207020.0,\"7431\":642.43,\"7432\":12852.0,\"7433\":35462.53,\"7434\":69599.14,\"7435\":165254.06,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":8111.3,\"7441\":503.45,\"7442\":673.31,\"7443\":914.25,\"7444\":80961.63,\"7445\":2212.0,\"7446\":65.87,\"7447\":null,\"7448\":565.2,\"7449\":4179.6,\"7450\":425.4,\"7451\":1318.16,\"7452\":10042.76,\"7453\":240.3,\"7454\":19777.42,\"7455\":8433.6,\"7456\":386.17,\"7457\":1891.8,\"7458\":227.7,\"7459\":306.67,\"7460\":29929.39,\"7461\":50172.61,\"7462\":null,\"7463\":863659.28,\"7464\":41078.48,\"7465\":815681.49,\"7466\":1573.86,\"7467\":785.62,\"7468\":1744.07,\"7469\":1486.8,\"7470\":59409.43,\"7471\":null,\"7472\":535592.6800000001,\"7473\":null,\"7474\":154923.38,\"7475\":44335.41,\"7476\":139814.59,\"7477\":73353.02,\"7478\":2053.0,\"7479\":795.2,\"7480\":2121.19,\"7481\":983.25,\"7482\":1502.44,\"7483\":1573.37,\"7484\":69155.24,\"7485\":162642.65,\"7486\":170508.95,\"7487\":null,\"7488\":null,\"7489\":5269.26,\"7490\":22753.99,\"7491\":45474.84,\"7492\":48622.06,\"7493\":648.03,\"7494\":75741.12,\"7495\":915.73,\"7496\":9112.4,\"7497\":2881.85,\"7498\":30375.7,\"7499\":31927.91,\"7500\":57899.18,\"7501\":57523.96,\"7502\":19288.35,\"7503\":653.61,\"7504\":5634.0,\"7505\":null,\"7506\":9180.0,\"7507\":6762.36,\"7508\":320.56,\"7509\":754.41,\"7510\":8880.0,\"7511\":9569.61,\"7512\":1625.52,\"7513\":1754.28,\"7514\":148.5,\"7515\":12515.0,\"7516\":8880.0,\"7517\":2094.4,\"7518\":4917.26,\"7519\":16552.75,\"7520\":17691.01,\"7521\":18359.06,\"7522\":1610.69,\"7523\":14118.9,\"7524\":13815.1,\"7525\":null,\"7526\":13230.0,\"7527\":19638.52,\"7528\":18617.57,\"7529\":19491.24,\"7530\":6483.6,\"7531\":568.9,\"7532\":9113.4,\"7533\":10128.0,\"7534\":1691.46,\"7535\":1635.6,\"7536\":372.15,\"7537\":3106.6,\"7538\":1394.0,\"7539\":428.84,\"7540\":1624.74,\"7541\":332.58,\"7542\":1950.0,\"7543\":1281.99,\"7544\":15625.09,\"7545\":198.82,\"7546\":1674.41,\"7547\":42.0,\"7548\":null,\"7549\":366.67,\"7550\":824.34,\"7551\":324.28,\"7552\":104.5,\"7553\":87.47,\"7554\":375.36,\"7555\":480.42,\"7556\":1000.0,\"7557\":5092.3,\"7558\":215.06,\"7559\":6701.14,\"7560\":395.16,\"7561\":1.11,\"7562\":4373.22,\"7563\":519.37,\"7564\":1562.41,\"7565\":3387.7,\"7566\":1713.54,\"7567\":null,\"7568\":148.12,\"7569\":40.48,\"7570\":185.58,\"7571\":198.44,\"7572\":367.37,\"7573\":6610.64,\"7574\":0.56,\"7575\":null,\"7576\":null,\"7577\":477.97,\"7578\":null,\"7579\":0.53,\"7580\":80.95,\"7581\":4925.36,\"7582\":132.84,\"7583\":232.92,\"7584\":7.76,\"7585\":924.8,\"7586\":1378.77,\"7587\":652.68,\"7588\":58.77,\"7589\":60.12,\"7590\":19920.01,\"7591\":19947.9,\"7592\":null,\"7593\":1743.59,\"7594\":367.97,\"7595\":369.21,\"7596\":null,\"7597\":null,\"7598\":450.0,\"7599\":null,\"7600\":null,\"7601\":301.58,\"7602\":0.93,\"7603\":null,\"7604\":887.2,\"7605\":858.41,\"7606\":4075.41,\"7607\":1368.24,\"7608\":37.84,\"7609\":3587.54,\"7610\":205.42,\"7611\":679.41,\"7612\":81.39,\"7613\":85.15,\"7614\":1845.45,\"7615\":1866.38,\"7616\":1577.25,\"7617\":304.17,\"7618\":372.87,\"7619\":null,\"7620\":16.76,\"7621\":15.1,\"7622\":11.74,\"7623\":55.68,\"7624\":34.41,\"7625\":10.3,\"7626\":7.67,\"7627\":16.42,\"7628\":null,\"7629\":null,\"7630\":214.62,\"7631\":17.14,\"7632\":null,\"7633\":501.47,\"7634\":508.56,\"7635\":278.91,\"7636\":4577.46,\"7637\":4900.0,\"7638\":48.54,\"7639\":0.6,\"7640\":17.25,\"7641\":null,\"7642\":209.07,\"7643\":666.0,\"7644\":386.01,\"7645\":43.29,\"7646\":304.2,\"7647\":null,\"7648\":null,\"7649\":47.98,\"7650\":null,\"7651\":170.69,\"7652\":75.53,\"7653\":4900.0,\"7654\":66.59,\"7655\":41.07,\"7656\":18.99,\"7657\":32.12,\"7658\":null,\"7659\":131.89,\"7660\":38.01,\"7661\":124.8,\"7662\":531.59,\"7663\":526.07,\"7664\":180.66,\"7665\":126.98,\"7666\":23.47,\"7667\":23.84,\"7668\":null,\"7669\":40.42,\"7670\":742.5,\"7671\":null,\"7672\":1.45,\"7673\":29.28,\"7674\":8.12,\"7675\":335.13,\"7676\":48.04,\"7677\":null,\"7678\":3857.33,\"7679\":1920.6,\"7680\":7177.2,\"7681\":398930.21,\"7682\":1857.6,\"7683\":3647.13,\"7684\":710.38,\"7685\":null,\"7686\":null,\"7687\":430.93,\"7688\":11528.0,\"7689\":15410.23,\"7690\":6.6,\"7691\":2172.06,\"7692\":1811.7,\"7693\":766.03,\"7694\":2110.5,\"7695\":2092.0,\"7696\":17692.0,\"7697\":60593.12,\"7698\":508393.4,\"7699\":15160.0,\"7700\":976.8,\"7701\":17585.87,\"7702\":33657.26,\"7703\":7964.0,\"7704\":1177.03,\"7705\":3697.6,\"7706\":928.58,\"7707\":17895.17,\"7708\":551.1,\"7709\":null,\"7710\":1584.91,\"7711\":26350.64,\"7712\":6091.92,\"7713\":4781.47,\"7714\":939.79,\"7715\":214645.47,\"7716\":117614.13,\"7717\":5932.7,\"7718\":null,\"7719\":2710.99,\"7720\":15103.34,\"7721\":41843.9,\"7722\":15418.44,\"7723\":18724.2,\"7724\":23741.69,\"7725\":11125.11,\"7726\":17437.02,\"7727\":117544.68,\"7728\":1432.44,\"7729\":1619.72,\"7730\":585.96,\"7731\":null,\"7732\":1869.1,\"7733\":2420.29,\"7734\":740.1,\"7735\":402.38,\"7736\":28856.07,\"7737\":90421.85,\"7738\":148.44,\"7739\":1906.2,\"7740\":null,\"7741\":826.57,\"7742\":1177920.24,\"7743\":0.05,\"7744\":534.0,\"7745\":6925.6,\"7746\":4644.02,\"7747\":820.82,\"7748\":205060.0,\"7749\":627.77,\"7750\":13572.0,\"7751\":35166.47,\"7752\":59412.7,\"7753\":108825.57,\"7754\":null,\"7755\":404064.0,\"7756\":null,\"7757\":null,\"7758\":8417.39,\"7759\":492.23,\"7760\":685.8,\"7761\":1365.6,\"7762\":81013.7,\"7763\":2206.83,\"7764\":547.7,\"7765\":768.6,\"7766\":601.92,\"7767\":3889.2,\"7768\":426.84,\"7769\":null,\"7770\":1580.2,\"7771\":7188.26,\"7772\":1070.1,\"7773\":19488.83,\"7774\":7382.4,\"7775\":382.73,\"7776\":2226.6,\"7777\":237.6,\"7778\":338.15,\"7779\":29910.19,\"7780\":48624.1,\"7781\":null,\"7782\":823934.9,\"7783\":53081.4,\"7784\":120916.44,\"7785\":1609.2,\"7786\":639.98,\"7787\":1356.54,\"7788\":1139.4,\"7789\":240112.48,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":72548.78,\"7794\":73236.48,\"7795\":2051.0,\"7796\":795.48,\"7797\":802.7,\"7798\":3999.16,\"7799\":1674.8,\"7800\":1690.51,\"7801\":55102.38,\"7802\":136283.49,\"7803\":162774.1,\"7804\":null,\"7805\":22657.67,\"7806\":45383.93,\"7807\":48580.63,\"7808\":648.09,\"7809\":75527.91,\"7810\":655.03,\"7811\":8338.0,\"7812\":2769.36,\"7813\":26173.44,\"7814\":111.47,\"7815\":49101.81,\"7816\":48929.81,\"7817\":19386.12,\"7818\":650.25,\"7819\":5925.6,\"7820\":4.8,\"7821\":9180.0,\"7822\":6761.54,\"7823\":326.57,\"7824\":4062.97,\"7825\":3280.0,\"7826\":9517.0,\"7827\":1604.04,\"7828\":1793.44,\"7829\":237.34,\"7830\":10084.0,\"7831\":7752.0,\"7832\":2356.2,\"7833\":11882.35,\"7834\":16465.5,\"7835\":19200.38,\"7836\":19571.98,\"7837\":905.81,\"7838\":14272.7,\"7839\":13964.9,\"7840\":null,\"7841\":12816.0,\"7842\":19117.49,\"7843\":18488.21,\"7844\":19299.98,\"7845\":6721.2,\"7846\":641.4,\"7847\":9453.8,\"7848\":8194.0,\"7849\":5.73,\"7850\":76.95,\"7851\":169.29,\"7852\":2855.9,\"7853\":7316.0,\"7854\":428.84,\"7855\":2400.26,\"7856\":332.12,\"7857\":2315.0,\"7858\":188.03,\"7859\":14398.58,\"7860\":null,\"7861\":2374.24,\"7862\":9.6,\"7863\":null,\"7864\":330.0,\"7865\":801.9,\"7866\":301.84,\"7867\":null,\"7868\":14.41,\"7869\":null,\"7870\":96.48,\"7871\":null,\"7872\":2000.0,\"7873\":5360.1,\"7874\":186.19,\"7875\":4459.53,\"7876\":814.82,\"7877\":null,\"7878\":4034.61,\"7879\":225.61,\"7880\":2206.97,\"7881\":2043.98,\"7882\":2617.91,\"7883\":null,\"7884\":131.12,\"7885\":null,\"7886\":564.25,\"7887\":428.56,\"7888\":709.5,\"7889\":4122.39,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":1112.58,\"7894\":null,\"7895\":0.09,\"7896\":173.59,\"7897\":4029.88,\"7898\":21.24,\"7899\":658.22,\"7900\":null,\"7901\":326.26,\"7902\":168.75,\"7903\":211.5,\"7904\":19927.98,\"7905\":19922.35,\"7906\":null,\"7907\":3578.69,\"7908\":75.18,\"7909\":78.35,\"7910\":null,\"7911\":null,\"7912\":504.0,\"7913\":null,\"7914\":null,\"7915\":325.54,\"7916\":0.64,\"7917\":null,\"7918\":227.22,\"7919\":1352.29,\"7920\":3461.5,\"7921\":1732.01,\"7922\":40.54,\"7923\":3999.72,\"7924\":646.1,\"7925\":199.41,\"7926\":158.73,\"7927\":105.85,\"7928\":2661.75,\"7929\":2378.25,\"7930\":2758.73,\"7931\":44.69,\"7932\":56.99,\"7933\":null,\"7934\":18.09,\"7935\":1.28,\"7936\":15.11,\"7937\":30.0,\"7938\":16.95,\"7939\":12.67,\"7940\":5.32,\"7941\":35.4,\"7942\":54.27,\"7943\":48.61,\"7944\":143.76,\"7945\":2.72,\"7946\":null,\"7947\":503.91,\"7948\":489.3,\"7949\":368.91,\"7950\":3851.6,\"7951\":4900.0,\"7952\":31.56,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":429.9,\"7957\":657.6,\"7958\":156.0,\"7959\":52.65,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":109.43,\"7964\":1.37,\"7965\":48.37,\"7966\":391.59,\"7967\":4900.0,\"7968\":56.96,\"7969\":52.56,\"7970\":25.93,\"7971\":null,\"7972\":null,\"7973\":237.63,\"7974\":103.72,\"7975\":75.0,\"7976\":527.17,\"7977\":546.38,\"7978\":null,\"7979\":154.76,\"7980\":null,\"7981\":0.27,\"7982\":null,\"7983\":46.46,\"7984\":666.49,\"7985\":null,\"7986\":1.0,\"7987\":28.4,\"7988\":10.41,\"7989\":300.63,\"7990\":59.36,\"7991\":null,\"7992\":3861.0,\"7993\":2409.0,\"7994\":7172.4,\"7995\":216890.61,\"7996\":1954.8,\"7997\":3665.95,\"7998\":709.72,\"7999\":6.86,\"8000\":null,\"8001\":430.39,\"8002\":8151.0,\"8003\":14616.71,\"8004\":null,\"8005\":2158.86,\"8006\":1798.83,\"8007\":723.28,\"8008\":1088.1,\"8009\":1809.0,\"8010\":17988.0,\"8011\":60595.56,\"8012\":503522.99,\"8013\":15088.0,\"8014\":848.1,\"8015\":17489.93,\"8016\":38452.25,\"8017\":8055.67,\"8018\":979.8,\"8019\":3703.04,\"8020\":770.53,\"8021\":14042.21,\"8022\":592.68,\"8023\":null,\"8024\":3120.67,\"8025\":25125.63,\"8026\":1101.57,\"8027\":4592.36,\"8028\":939.79,\"8029\":213491.44,\"8030\":93287.87,\"8031\":5603.8,\"8032\":null,\"8033\":null,\"8034\":6062.23,\"8035\":13648.38,\"8036\":33178.38,\"8037\":14630.68,\"8038\":18568.0,\"8039\":18887.48,\"8040\":8019.85,\"8041\":15139.41,\"8042\":170310.74,\"8043\":1323.35,\"8044\":1462.08,\"8045\":552.5,\"8046\":3975.2,\"8047\":2202.94,\"8048\":737.73,\"8049\":421.3,\"8050\":31430.83,\"8051\":90464.08,\"8052\":4037.38,\"8053\":1629.6,\"8054\":null,\"8055\":742.56,\"8056\":1101966.0800000001,\"8057\":602049.63,\"8058\":510.0,\"8059\":7253.4,\"8060\":7517.18,\"8061\":831.27,\"8062\":205020.0,\"8063\":600.24,\"8064\":12960.0,\"8065\":34759.73,\"8066\":69409.16,\"8067\":155248.39,\"8068\":2276.0,\"8069\":null,\"8070\":618582.2,\"8071\":40399.57,\"8072\":8264.35,\"8073\":488.0,\"8074\":652.93,\"8075\":828.0,\"8076\":81002.45,\"8077\":2210.28,\"8078\":508.89,\"8079\":700.2,\"8080\":687.91,\"8081\":3696.0,\"8082\":411.96,\"8083\":1762.56,\"8084\":7224.85,\"8085\":4266.45,\"8086\":18498.81,\"8087\":9096.0,\"8088\":371.45,\"8089\":2514.0,\"8090\":237.6,\"8091\":232.78,\"8092\":29632.92,\"8093\":49561.8,\"8094\":null,\"8095\":1151783.3400000001,\"8096\":7325.84,\"8097\":119983.33,\"8098\":1609.38,\"8099\":601.26,\"8100\":1263.99,\"8101\":1056.6,\"8102\":434905.75,\"8103\":176426.67,\"8104\":93638.38,\"8105\":72756.2,\"8106\":2044.0,\"8107\":795.06,\"8108\":2038.6,\"8109\":2855.02,\"8110\":2553.6,\"8111\":2548.5,\"8112\":55176.48,\"8113\":153567.5,\"8114\":142159.55,\"8115\":null,\"8116\":null,\"8117\":29908.6,\"8118\":45450.55,\"8119\":49490.63,\"8120\":647.04,\"8121\":75510.99,\"8122\":868.27,\"8123\":8377.6,\"8124\":2803.22,\"8125\":29820.9,\"8126\":17900.45,\"8127\":59666.15,\"8128\":19321.67,\"8129\":653.67,\"8130\":9626.4,\"8131\":8.4,\"8132\":9180.0,\"8133\":6766.49,\"8134\":169.29,\"8135\":126.56,\"8136\":6480.0,\"8137\":9334.93,\"8138\":1631.4,\"8139\":1718.2,\"8140\":150.22,\"8141\":16921.0,\"8142\":12781.0,\"8143\":4809.2,\"8144\":17641.82,\"8145\":16822.79,\"8146\":19307.36,\"8147\":19583.51,\"8148\":992.05,\"8149\":15875.0,\"8150\":15512.3,\"8151\":null,\"8152\":12654.0,\"8153\":19750.71,\"8154\":19659.04,\"8155\":19614.39,\"8156\":6966.0,\"8157\":685.5,\"8158\":10110.2,\"8159\":5006.0,\"8160\":1413.1,\"8161\":217.59,\"8162\":4871.2,\"8163\":5567.0,\"8164\":428.84,\"8165\":2334.76,\"8166\":333.27,\"8167\":1967.0,\"8168\":533.97,\"8169\":18954.09,\"8170\":null,\"8171\":1474.34,\"8172\":19.2,\"8173\":null,\"8174\":466.4,\"8175\":787.38,\"8176\":null,\"8177\":396.88,\"8178\":822.3,\"8179\":90.2,\"8180\":48.47,\"8181\":null,\"8182\":382.23,\"8183\":2000.0,\"8184\":5920.5,\"8185\":332.36,\"8186\":null,\"8187\":531.11,\"8188\":null,\"8189\":5193.91,\"8190\":276.01,\"8191\":1477.02,\"8192\":1205.68,\"8193\":1647.08,\"8194\":null,\"8195\":761.23,\"8196\":null,\"8197\":215.91,\"8198\":219.55,\"8199\":230.93,\"8200\":3163.42,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":191.4,\"8205\":null,\"8206\":0.33,\"8207\":178.98,\"8208\":5043.01,\"8209\":212.04,\"8210\":267.5,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":152.13,\"8215\":422.64,\"8216\":427.5,\"8217\":19965.88,\"8218\":19953.5,\"8219\":null,\"8220\":1600.58,\"8221\":522.82,\"8222\":500.66,\"8223\":null,\"8224\":null,\"8225\":94.7,\"8226\":null,\"8227\":null,\"8228\":196.24,\"8229\":1.01,\"8230\":null,\"8231\":null,\"8232\":484.87,\"8233\":2441.85,\"8234\":1836.23,\"8235\":58.54,\"8236\":2775.3,\"8237\":191.71,\"8238\":839.41,\"8239\":308.19,\"8240\":111.37,\"8241\":2298.15,\"8242\":2388.38,\"8243\":2341.58,\"8244\":262.16,\"8245\":317.35,\"8246\":null,\"8247\":17.96,\"8248\":11.98,\"8249\":12.33,\"8250\":17.9,\"8251\":16.5,\"8252\":25.83,\"8253\":48.81,\"8254\":20.88,\"8255\":53.58,\"8256\":41.57,\"8257\":241.02,\"8258\":25.54,\"8259\":null,\"8260\":345.69,\"8261\":347.99,\"8262\":224.82,\"8263\":null,\"8264\":4900.0,\"8265\":14.59,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":209.94,\"8270\":367.12,\"8271\":112.53,\"8272\":52.37,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":16.42,\"8277\":6.52,\"8278\":96.3,\"8279\":120.1,\"8280\":4900.0,\"8281\":34.7,\"8282\":54.27,\"8283\":14.82,\"8284\":null,\"8285\":null,\"8286\":93.44,\"8287\":21.37,\"8288\":64.2,\"8289\":382.78,\"8290\":null,\"8291\":323.73,\"8292\":176.76,\"8293\":33.18,\"8294\":33.14,\"8295\":1179.9,\"8296\":49.74,\"8297\":333.19,\"8298\":0.95,\"8299\":41.44,\"8300\":13.23,\"8301\":155.67,\"8302\":51.49,\"8303\":null,\"8304\":3861.0,\"8305\":2481.6,\"8306\":7185.6,\"8307\":294950.91,\"8308\":6850.8,\"8309\":4932.73,\"8310\":712.14,\"8311\":null,\"8312\":null,\"8313\":431.32,\"8314\":12540.0,\"8315\":15699.94,\"8316\":19.8,\"8317\":2122.89,\"8318\":1747.35,\"8319\":742.68,\"8320\":2397.6,\"8321\":809.0,\"8322\":16756.0,\"8323\":60691.15,\"8324\":493234.28,\"8325\":12664.0,\"8326\":571.23,\"8327\":16038.23,\"8328\":37576.91,\"8329\":6574.33,\"8330\":453.96,\"8331\":3703.04,\"8332\":906.12,\"8333\":14647.92,\"8334\":559.02,\"8335\":null,\"8336\":2326.96,\"8337\":28402.4,\"8338\":6088.92,\"8339\":7129.01,\"8340\":938.8,\"8341\":132876.34,\"8342\":92386.84,\"8343\":8314.61,\"8344\":509070.0,\"8345\":null,\"8346\":2232.47,\"8347\":37397.44,\"8348\":395922.01,\"8349\":17842.01,\"8350\":18667.0,\"8351\":12445.88,\"8352\":13240.08,\"8353\":16265.62,\"8354\":87475.87,\"8355\":1380.28,\"8356\":1395.65,\"8357\":576.83,\"8358\":642.34,\"8359\":2636.72,\"8360\":677.0,\"8361\":394.33,\"8362\":28934.36,\"8363\":90511.81,\"8364\":1892.23,\"8365\":1894.2,\"8366\":13279.2,\"8367\":765.6,\"8368\":1140967.03,\"8369\":287943.07,\"8370\":492.0,\"8371\":9935.2,\"8372\":6017.51,\"8373\":829.18,\"8374\":205140.0,\"8375\":572.84,\"8376\":13860.0,\"8377\":35347.57,\"8378\":52454.71,\"8379\":52033.49,\"8380\":null,\"8381\":572316.55,\"8382\":null,\"8383\":7805.22,\"8384\":null,\"8385\":685.58,\"8386\":1489.95,\"8387\":81089.43,\"8388\":2224.05,\"8389\":532.72,\"8390\":770.76,\"8391\":386.71,\"8392\":5277.6,\"8393\":411.72,\"8394\":618.79,\"8395\":19482.2,\"8396\":3950.55,\"8397\":19974.49,\"8398\":3086.4,\"8399\":381.28,\"8400\":1765.8,\"8401\":264.0,\"8402\":330.43,\"8403\":29554.8,\"8404\":49023.48,\"8405\":null,\"8406\":1187642.3500000001,\"8407\":34495.21,\"8408\":119992.42,\"8409\":1424.22,\"8410\":622.16,\"8411\":1418.19,\"8412\":997.2,\"8413\":214010.05,\"8414\":344240.64,\"8415\":null,\"8416\":48823.25,\"8417\":73396.95,\"8418\":73560.96,\"8419\":null,\"8420\":796.46,\"8421\":null,\"8422\":2200.46,\"8423\":1541.19,\"8424\":1612.75,\"8425\":68967.82,\"8426\":165410.35,\"8427\":null,\"8428\":22710.08,\"8429\":45397.29,\"8430\":47865.37,\"8431\":630.33,\"8432\":75579.23,\"8433\":868.81,\"8434\":9411.6,\"8435\":1423.42,\"8436\":18316.16,\"8437\":22452.28,\"8438\":48515.78,\"8439\":19308.74,\"8440\":653.46,\"8441\":9680.4,\"8442\":15.6,\"8443\":9180.0,\"8444\":6761.7,\"8445\":323.4,\"8446\":null,\"8447\":8800.0,\"8448\":4941.91,\"8449\":1701.48,\"8450\":null,\"8451\":143.09,\"8452\":null,\"8453\":10687.0,\"8454\":11996.0,\"8455\":2215.4,\"8456\":13113.74,\"8457\":16102.3,\"8458\":10227.18,\"8459\":10225.79,\"8460\":1703.68,\"8461\":13918.3,\"8462\":13613.0,\"8463\":null,\"8464\":9954.0,\"8465\":19603.56,\"8466\":19556.06,\"8467\":19466.09,\"8468\":7732.8,\"8469\":659.8,\"8470\":9987.9,\"8471\":2108.0,\"8472\":1497.9,\"8473\":73.96,\"8474\":3473.0,\"8475\":6690.0,\"8476\":428.84,\"8477\":2172.22,\"8478\":329.59,\"8479\":2208.0,\"8480\":758.69,\"8481\":17303.88,\"8482\":null,\"8483\":1860.28,\"8484\":null,\"8485\":null,\"8486\":1038.4,\"8487\":819.72,\"8488\":0.27,\"8489\":333.96,\"8490\":493.2,\"8491\":25.3,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5588.0,\"8496\":187.46,\"8497\":16.12,\"8498\":433.91,\"8499\":null,\"8500\":4401.91,\"8501\":103.09,\"8502\":1764.46,\"8503\":1522.92,\"8504\":2001.3,\"8505\":null,\"8506\":455.9,\"8507\":null,\"8508\":487.87,\"8509\":527.38,\"8510\":380.8,\"8511\":2522.69,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":184.22,\"8516\":null,\"8517\":0.22,\"8518\":66.48,\"8519\":3780.51,\"8520\":219.42,\"8521\":543.27,\"8522\":null,\"8523\":575.8,\"8524\":519.33,\"8525\":225.2,\"8526\":28.26,\"8527\":74.7,\"8528\":19956.64,\"8529\":19950.51,\"8530\":null,\"8531\":1769.65,\"8532\":97.25,\"8533\":100.18,\"8534\":null,\"8535\":null,\"8536\":465.6,\"8537\":null,\"8538\":null,\"8539\":219.65,\"8540\":0.62,\"8541\":null,\"8542\":489.98,\"8543\":462.07,\"8544\":1227.87,\"8545\":1311.7,\"8546\":44.74,\"8547\":1672.18,\"8548\":368.81,\"8549\":279.41,\"8550\":45.96,\"8551\":74.11,\"8552\":350.55,\"8553\":348.98,\"8554\":516.6,\"8555\":190.02,\"8556\":230.53,\"8557\":null,\"8558\":5512.1,\"8559\":14.97,\"8560\":3.21,\"8561\":7.17,\"8562\":27.64,\"8563\":24.03,\"8564\":38.59,\"8565\":3.05,\"8566\":48.32,\"8567\":36.21,\"8568\":25.13,\"8569\":167.76,\"8570\":4.17,\"8571\":null,\"8572\":478.49,\"8573\":463.19,\"8574\":269.91,\"8575\":null,\"8576\":4900.0,\"8577\":23.25,\"8578\":null,\"8579\":null,\"8580\":263.82,\"8581\":39.22,\"8582\":50.73,\"8583\":41.62,\"8584\":null,\"8585\":0.23,\"8586\":null,\"8587\":16.37,\"8588\":7.62,\"8589\":73.77,\"8590\":192.55,\"8591\":4900.0,\"8592\":42.01,\"8593\":35.23,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":73.01,\"8598\":0.43,\"8599\":32.4,\"8600\":556.45,\"8601\":539.87,\"8602\":178.55,\"8603\":146.73,\"8604\":5.85,\"8605\":5.77,\"8606\":3707.03,\"8607\":41.64,\"8608\":158.29,\"8609\":null,\"8610\":0.52,\"8611\":17.72,\"8612\":0.43,\"8613\":36.92,\"8614\":42.64,\"8615\":null,\"8616\":3868.33,\"8617\":2494.8,\"8618\":7173.6,\"8619\":405831.85,\"8620\":5612.4,\"8621\":4942.43,\"8622\":712.36,\"8623\":null,\"8624\":null,\"8625\":431.45,\"8626\":12727.0,\"8627\":16130.45,\"8628\":13.2,\"8629\":588.39,\"8630\":1766.82,\"8631\":605.2,\"8632\":1572.3,\"8633\":805.0,\"8634\":17368.0,\"8635\":60558.63,\"8636\":505078.16,\"8637\":13320.0,\"8638\":934.89,\"8639\":11133.11,\"8640\":33451.97,\"8641\":6743.0,\"8642\":867.96,\"8643\":3704.0,\"8644\":936.25,\"8645\":17771.99,\"8646\":528.88,\"8647\":null,\"8648\":2113.35,\"8649\":26135.47,\"8650\":3818.8,\"8651\":7450.2,\"8652\":942.77,\"8653\":219153.72,\"8654\":133514.14,\"8655\":9454.47,\"8656\":39340.0,\"8657\":null,\"8658\":2313.59,\"8659\":20587.59,\"8660\":395775.35,\"8661\":16016.65,\"8662\":18337.0,\"8663\":null,\"8664\":12852.78,\"8665\":16903.07,\"8666\":170244.97,\"8667\":1245.93,\"8668\":1474.58,\"8669\":591.08,\"8670\":2040.6,\"8671\":2305.64,\"8672\":728.38,\"8673\":379.24,\"8674\":36531.25,\"8675\":null,\"8676\":4036.73,\"8677\":2170.2,\"8678\":14687.2,\"8679\":847.33,\"8680\":1105499.1100000001,\"8681\":598184.39,\"8682\":594.0,\"8683\":9856.0,\"8684\":5863.36,\"8685\":827.2,\"8686\":205080.0,\"8687\":613.22,\"8688\":7812.0,\"8689\":35806.42,\"8690\":69133.55,\"8691\":134671.77,\"8692\":403604.0,\"8693\":584472.3,\"8694\":null,\"8695\":null,\"8696\":7958.26,\"8697\":521.8,\"8698\":688.21,\"8699\":1906.65,\"8700\":81016.44,\"8701\":2220.61,\"8702\":541.79,\"8703\":953.64,\"8704\":1098.0,\"8705\":4184.4,\"8706\":411.24,\"8707\":1376.07,\"8708\":13951.83,\"8709\":4365.0,\"8710\":19942.91,\"8711\":7896.0,\"8712\":354.16,\"8713\":2589.0,\"8714\":264.0,\"8715\":259.08,\"8716\":29571.37,\"8717\":46559.7,\"8718\":null,\"8719\":null,\"8720\":33746.0,\"8721\":604735.86,\"8722\":1613.04,\"8723\":625.02,\"8724\":1215.3,\"8725\":948.6,\"8726\":340334.71,\"8727\":66675.62,\"8728\":121990.33,\"8729\":139947.99,\"8730\":77413.73,\"8731\":2064.0,\"8732\":794.36,\"8733\":null,\"8734\":1411.58,\"8735\":1900.62,\"8736\":1920.36,\"8737\":128609.88,\"8738\":162380.05,\"8739\":null,\"8740\":null,\"8741\":22428.09,\"8742\":44725.44,\"8743\":47863.62,\"8744\":601.05,\"8745\":75565.52,\"8746\":861.73,\"8747\":9077.2,\"8748\":2665.02,\"8749\":26731.09,\"8750\":49061.06,\"8751\":null,\"8752\":19308.63,\"8753\":651.51,\"8754\":9691.2,\"8755\":46.2,\"8756\":9180.0,\"8757\":6732.83,\"8758\":334.03,\"8759\":1.44,\"8760\":6560.0,\"8761\":4969.65,\"8762\":1684.92,\"8763\":1731.84,\"8764\":217.01,\"8765\":null,\"8766\":11293.0,\"8767\":19056.0,\"8768\":4879.6,\"8769\":17869.32,\"8770\":16923.43,\"8771\":10504.45,\"8772\":11132.59,\"8773\":956.12,\"8774\":13016.6,\"8775\":12736.6,\"8776\":null,\"8777\":19771.09,\"8778\":19658.17,\"8779\":19631.46,\"8780\":7448.4,\"8781\":714.1,\"8782\":null,\"8783\":5156.0,\"8784\":1321.8,\"8785\":87.87,\"8786\":7181.0,\"8787\":7187.0,\"8788\":428.84,\"8789\":1950.22,\"8790\":327.52,\"8791\":2107.0,\"8792\":1088.95,\"8793\":15531.47,\"8794\":null,\"8795\":1073.51,\"8796\":3.0,\"8797\":null,\"8798\":272.8,\"8799\":755.04,\"8800\":null,\"8801\":874.72,\"8802\":429.3,\"8803\":0.88,\"8804\":null,\"8805\":133.55,\"8806\":2000.0,\"8807\":5300.2,\"8808\":64.52,\"8809\":1811.68,\"8810\":297.6,\"8811\":null,\"8812\":4246.96,\"8813\":188.17,\"8814\":1037.37,\"8815\":null,\"8816\":1158.72,\"8817\":null,\"8818\":305.4,\"8819\":null,\"8820\":105.54,\"8821\":110.53,\"8822\":68.74,\"8823\":2559.22,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":59.36,\"8828\":null,\"8829\":0.4,\"8830\":121.1,\"8831\":null,\"8832\":291.24,\"8833\":140.2,\"8834\":null,\"8835\":165.64,\"8836\":164.23,\"8837\":65.31,\"8838\":116.46,\"8839\":132.3,\"8840\":19963.68,\"8841\":19956.96,\"8842\":null,\"8843\":1097.76,\"8844\":116.28,\"8845\":107.08,\"8846\":null,\"8847\":null,\"8848\":153.5,\"8849\":8.25,\"8850\":null,\"8851\":131.31,\"8852\":null,\"8853\":0.3,\"8854\":532.8,\"8855\":437.63,\"8856\":718.85,\"8857\":1307.63,\"8858\":12.31,\"8859\":905.15,\"8860\":52.38,\"8861\":null,\"8862\":104.67,\"8863\":57.48,\"8864\":1153.35,\"8865\":1127.93,\"8866\":502.19,\"8867\":10.76,\"8868\":16.16,\"8869\":null,\"8870\":null,\"8871\":11.48,\"8872\":2.4,\"8873\":10.3,\"8874\":7.98,\"8875\":15.46,\"8876\":9.07,\"8877\":11.23,\"8878\":36.21,\"8879\":22.6,\"8880\":66.96,\"8881\":5.13,\"8882\":null,\"8883\":258.66,\"8884\":242.84,\"8885\":212.22,\"8886\":null,\"8887\":4900.0,\"8888\":6.16,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":40.55,\"8893\":439.16,\"8894\":9.24,\"8895\":33.52,\"8896\":null,\"8897\":0.25,\"8898\":8.11,\"8899\":3.87,\"8900\":7.66,\"8901\":null,\"8902\":132.65,\"8903\":4900.0,\"8904\":29.96,\"8905\":36.21,\"8906\":11.97,\"8907\":10.82,\"8908\":6.0,\"8909\":125.81,\"8910\":null,\"8911\":61.2,\"8912\":228.29,\"8913\":279.8,\"8914\":81.6,\"8915\":78.89,\"8916\":3.63,\"8917\":null,\"8918\":4171.05,\"8919\":33.12,\"8920\":475.09,\"8921\":null,\"8922\":0.1,\"8923\":11.84,\"8924\":4.58,\"8925\":110.13,\"8926\":33.77,\"8927\":null,\"8928\":3872.0,\"8929\":2468.4,\"8930\":7234.8,\"8931\":20613.0,\"8932\":4809.6,\"8933\":5814.59,\"8934\":710.16,\"8935\":null,\"8936\":null,\"8937\":269.61,\"8938\":11407.0,\"8939\":null,\"8940\":178.2,\"8941\":2139.22,\"8942\":1788.27,\"8943\":766.08,\"8944\":4283.1,\"8945\":808.0,\"8946\":17664.0,\"8947\":60627.18,\"8948\":439323.16,\"8949\":15776.0,\"8950\":704.22,\"8951\":18095.74,\"8952\":30090.37,\"8953\":8198.67,\"8954\":null,\"8955\":3702.08,\"8956\":832.52,\"8957\":16876.92,\"8958\":594.88,\"8959\":null,\"8960\":1458.15,\"8961\":28102.71,\"8962\":3367.74,\"8963\":5273.66,\"8964\":942.77,\"8965\":227612.51,\"8966\":null,\"8967\":6394.42,\"8968\":191360.0,\"8969\":null,\"8970\":1210.89,\"8971\":18200.58,\"8972\":395906.64,\"8973\":15393.11,\"8974\":15160.2,\"8975\":445.96,\"8976\":12775.29,\"8977\":16827.1,\"8978\":82257.16,\"8979\":1557.05,\"8980\":1486.36,\"8981\":582.83,\"8982\":null,\"8983\":693.17,\"8984\":2566.69,\"8985\":728.58,\"8986\":426.49,\"8987\":30993.02,\"8988\":4227.96,\"8989\":1983.6,\"8990\":13503.6,\"8991\":883.36,\"8992\":1135715.1899999999,\"8993\":597737.25,\"8994\":216.0,\"8995\":6908.0,\"8996\":7596.31,\"8997\":823.46,\"8998\":179170.0,\"8999\":531.0,\"9000\":13032.0,\"9001\":39186.5,\"9002\":54769.59,\"9003\":50563.94,\"9004\":1009.5,\"9005\":403834.0,\"9006\":null,\"9007\":39652.1,\"9008\":4438.26,\"9009\":623.44,\"9010\":681.77,\"9011\":3026.1,\"9012\":81089.31,\"9013\":2224.05,\"9014\":null,\"9015\":952.38,\"9016\":883.92,\"9017\":9148.8,\"9018\":412.2,\"9019\":null,\"9020\":15451.89,\"9021\":3851.55,\"9022\":19940.66,\"9023\":10440.0,\"9024\":373.23,\"9025\":2314.8,\"9026\":264.0,\"9027\":247.23,\"9028\":30012.4,\"9029\":49984.4,\"9030\":null,\"9031\":779956.11,\"9032\":null,\"9033\":820075.15,\"9034\":1613.76,\"9035\":677.16,\"9036\":1173.36,\"9037\":1024.2,\"9038\":null,\"9039\":19755.27,\"9040\":123663.23,\"9041\":97188.64,\"9042\":89682.43,\"9043\":null,\"9044\":793.94,\"9045\":null,\"9046\":768.43,\"9047\":1049.01,\"9048\":1114.49,\"9049\":53120.6,\"9050\":130962.38,\"9051\":160185.95,\"9052\":19792.26,\"9053\":17877.0,\"9054\":null,\"9055\":44970.22,\"9056\":47966.76,\"9057\":579.57,\"9058\":75570.91,\"9059\":758.21,\"9060\":7273.2,\"9061\":null,\"9062\":17083.32,\"9063\":31433.51,\"9064\":19332.17,\"9065\":652.35,\"9066\":10022.4,\"9067\":null,\"9068\":9180.0,\"9069\":6769.29,\"9070\":339.37,\"9071\":2.35,\"9072\":6240.0,\"9073\":4966.65,\"9074\":1700.16,\"9075\":1800.48,\"9076\":149.42,\"9077\":9095.0,\"9078\":13951.0,\"9079\":5152.4,\"9080\":19808.22,\"9081\":15088.32,\"9082\":10228.45,\"9083\":10228.15,\"9084\":386.91,\"9085\":12850.9,\"9086\":12569.3,\"9087\":null,\"9088\":19753.63,\"9089\":19642.14,\"9090\":19617.76,\"9091\":5216.4,\"9092\":558.7,\"9093\":10199.5,\"9094\":7768.0,\"9095\":1357.1,\"9096\":null,\"9097\":7177.5,\"9098\":5056.0,\"9099\":428.84,\"9100\":2251.39,\"9101\":327.29,\"9102\":2631.0,\"9103\":432.82,\"9104\":12195.29,\"9105\":80.83,\"9106\":2392.59,\"9107\":null,\"9108\":null,\"9109\":1139.6,\"9110\":919.38,\"9111\":null,\"9112\":423.28,\"9113\":402.6,\"9114\":90.2,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5527.9,\"9119\":280.03,\"9120\":498.64,\"9121\":828.34,\"9122\":null,\"9123\":3896.87,\"9124\":36.85,\"9125\":976.25,\"9126\":2221.16,\"9127\":82.99,\"9128\":2724.36,\"9129\":null,\"9130\":423.53,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":22.24,\"9135\":490.23,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":185.81,\"9140\":null,\"9141\":0.24,\"9142\":142.23,\"9143\":78.84,\"9144\":26.91,\"9145\":7.89,\"9146\":352.2,\"9147\":349.16,\"9148\":157.12,\"9149\":195.84,\"9150\":280.26,\"9151\":19955.25,\"9152\":19955.72,\"9153\":null,\"9154\":3301.34,\"9155\":160.78,\"9156\":154.53,\"9157\":null,\"9158\":null,\"9159\":356.35,\"9160\":null,\"9161\":null,\"9162\":380.67,\"9163\":0.42,\"9164\":0.9,\"9165\":537.93,\"9166\":938.88,\"9167\":536.59,\"9168\":1243.33,\"9169\":12.2,\"9170\":2347.82,\"9171\":168.59,\"9172\":560.0,\"9173\":171.39,\"9174\":129.38,\"9175\":510.53,\"9176\":490.28,\"9177\":1117.8,\"9178\":267.21,\"9179\":309.22,\"9180\":null,\"9181\":19.51,\"9182\":5.01,\"9183\":7.65,\"9184\":17.2,\"9185\":15.88,\"9186\":30.25,\"9187\":9.84,\"9188\":0.77,\"9189\":43.68,\"9190\":30.91,\"9191\":262.62,\"9192\":7.17,\"9193\":null,\"9194\":384.14,\"9195\":377.48,\"9196\":167.31,\"9197\":null,\"9198\":4900.0,\"9199\":14.92,\"9200\":null,\"9201\":null,\"9202\":37.45,\"9203\":193.37,\"9204\":178.76,\"9205\":169.04,\"9206\":42.2,\"9207\":null,\"9208\":null,\"9209\":28.04,\"9210\":16.37,\"9211\":null,\"9212\":74.65,\"9213\":332.16,\"9214\":4900.0,\"9215\":54.28,\"9216\":42.81,\"9217\":15.84,\"9218\":null,\"9219\":null,\"9220\":75.82,\"9221\":null,\"9222\":null,\"9223\":411.69,\"9224\":null,\"9225\":130.85,\"9226\":188.13,\"9227\":51.82,\"9228\":52.39,\"9229\":2063.1,\"9230\":41.64,\"9231\":227.59,\"9232\":0.2,\"9233\":18.3,\"9234\":3.43,\"9235\":170.91,\"9236\":43.34,\"9237\":null,\"9238\":3857.33,\"9239\":2488.2,\"9240\":7251.6,\"9241\":405625.11,\"9242\":7131.6,\"9243\":4998.54,\"9244\":707.96,\"9245\":null,\"9246\":70.0,\"9247\":430.11,\"9248\":11924.0,\"9249\":12057.1,\"9250\":198.0,\"9251\":2152.42,\"9252\":1758.9,\"9253\":795.15,\"9254\":807.0,\"9255\":16732.0,\"9256\":60578.29,\"9257\":495716.94,\"9258\":11624.0,\"9259\":892.98,\"9260\":10019.26,\"9261\":38668.89,\"9262\":8129.0,\"9263\":428.66,\"9264\":3702.72,\"9265\":809.63,\"9266\":24660.01,\"9267\":632.06,\"9268\":null,\"9269\":1965.68,\"9270\":28094.43,\"9271\":6150.0,\"9272\":4729.51,\"9273\":942.77,\"9274\":255000.0,\"9275\":5786.24,\"9276\":144060.0,\"9277\":1690.55,\"9278\":15937.62,\"9279\":395785.46,\"9280\":14293.02,\"9281\":null,\"9282\":null,\"9283\":12868.84,\"9284\":12142.26,\"9285\":100756.55,\"9286\":1377.17,\"9287\":1424.56,\"9288\":576.83,\"9289\":81015.0,\"9290\":3477.53,\"9291\":2548.52,\"9292\":727.59,\"9293\":424.16,\"9294\":54213.92,\"9295\":90517.17,\"9296\":2303.18,\"9297\":2754.0,\"9298\":null,\"9299\":872.47,\"9300\":1175367.8999999999,\"9301\":599742.6800000001,\"9302\":318.0,\"9303\":6892.6,\"9304\":7597.23,\"9305\":823.46,\"9306\":205160.0,\"9307\":580.88,\"9308\":14472.0,\"9309\":35695.18,\"9310\":64989.75,\"9311\":135546.97,\"9312\":null,\"9313\":null,\"9314\":543596.6899999999,\"9315\":null,\"9316\":null,\"9317\":3826.09,\"9318\":561.53,\"9319\":694.73,\"9320\":2654.25,\"9321\":81038.2,\"9322\":2218.88,\"9323\":492.16,\"9324\":null,\"9325\":1041.72,\"9326\":8649.6,\"9327\":410.88,\"9328\":1815.13,\"9329\":17804.22,\"9330\":4355.55,\"9331\":19833.67,\"9332\":10881.6,\"9333\":366.1,\"9334\":2661.0,\"9335\":null,\"9336\":260.67,\"9337\":29489.48,\"9338\":49974.51,\"9339\":null,\"9340\":null,\"9341\":39818.96,\"9342\":819787.77,\"9343\":1601.88,\"9344\":724.24,\"9345\":1126.08,\"9346\":1737.0,\"9347\":179188.28,\"9348\":null,\"9349\":124193.34,\"9350\":71249.84,\"9351\":72612.4,\"9352\":961.0,\"9353\":792.54,\"9354\":null,\"9355\":588.91,\"9356\":2454.77,\"9357\":2412.48,\"9358\":54560.94,\"9359\":159179.25,\"9360\":166470.4,\"9361\":5069.39,\"9362\":8281.66,\"9363\":44635.52,\"9364\":47651.07,\"9365\":658.08,\"9366\":76636.45,\"9367\":794.68,\"9368\":9407.2,\"9369\":1368.55,\"9370\":26594.21,\"9371\":null,\"9372\":49371.86,\"9373\":19291.23,\"9374\":651.57,\"9375\":18554.4,\"9376\":null,\"9377\":9180.0,\"9378\":6747.35,\"9379\":389.99,\"9380\":null,\"9381\":7520.0,\"9382\":9568.96,\"9383\":1656.24,\"9384\":1725.68,\"9385\":315.88,\"9386\":9229.0,\"9387\":17806.0,\"9388\":4430.8,\"9389\":19226.29,\"9390\":15595.55,\"9391\":10227.69,\"9392\":10228.74,\"9393\":398.05,\"9394\":12862.5,\"9395\":12580.4,\"9396\":null,\"9397\":19746.91,\"9398\":19654.62,\"9399\":19630.96,\"9400\":692.9,\"9401\":13873.5,\"9402\":4700.0,\"9403\":null,\"9404\":1586.7,\"9405\":120.88,\"9406\":7179.2,\"9407\":6518.0,\"9408\":428.84,\"9409\":2016.76,\"9410\":326.6,\"9411\":2791.0,\"9412\":1393.64,\"9413\":15897.73,\"9414\":203.59,\"9415\":2892.07,\"9416\":0.6,\"9417\":null,\"9418\":1186.53,\"9419\":751.74,\"9420\":null,\"9421\":625.24,\"9422\":1184.1,\"9423\":84.37,\"9424\":2.35,\"9425\":null,\"9426\":3000.0,\"9427\":5307.3,\"9428\":116.96,\"9429\":852.27,\"9430\":796.19,\"9431\":null,\"9432\":4292.87,\"9433\":159.25,\"9434\":2545.66,\"9435\":null,\"9436\":3168.63,\"9437\":null,\"9438\":150.81,\"9439\":null,\"9440\":234.86,\"9441\":69.64,\"9442\":452.87,\"9443\":null,\"9444\":4.32,\"9445\":null,\"9446\":null,\"9447\":242.82,\"9448\":null,\"9449\":0.18,\"9450\":90.36,\"9451\":104.04,\"9452\":286.26,\"9453\":29.21,\"9454\":677.61,\"9455\":674.44,\"9456\":297.18,\"9457\":94.95,\"9458\":110.7,\"9459\":19968.19,\"9460\":19957.73,\"9461\":null,\"9462\":971.9,\"9463\":315.6,\"9464\":302.46,\"9465\":null,\"9466\":null,\"9467\":870.0,\"9468\":null,\"9469\":null,\"9470\":112.43,\"9471\":0.88,\"9472\":null,\"9473\":1262.07,\"9474\":945.23,\"9475\":1651.99,\"9476\":1399.64,\"9477\":30.88,\"9478\":1109.66,\"9479\":159.57,\"9480\":79.41,\"9481\":76.47,\"9482\":130.69,\"9483\":2119.73,\"9484\":2037.38,\"9485\":2209.95,\"9486\":255.83,\"9487\":301.75,\"9488\":null,\"9489\":17.98,\"9490\":6.58,\"9491\":6.56,\"9492\":34.44,\"9493\":30.21,\"9494\":18.96,\"9495\":12.51,\"9496\":13.9,\"9497\":46.75,\"9498\":34.7,\"9499\":99.36,\"9500\":14.98,\"9501\":null,\"9502\":477.3,\"9503\":462.61,\"9504\":75.51,\"9505\":null,\"9506\":4900.0,\"9507\":29.66,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":239.37,\"9512\":586.76,\"9513\":132.77,\"9514\":50.59,\"9515\":536.85,\"9516\":0.03,\"9517\":23.26,\"9518\":2.12,\"9519\":138.1,\"9520\":136.2,\"9521\":4900.0,\"9522\":90.89,\"9523\":46.82,\"9524\":20.83,\"9525\":null,\"9526\":null,\"9527\":342.75,\"9528\":70.57,\"9529\":57.6,\"9530\":506.23,\"9531\":518.57,\"9532\":103.47,\"9533\":225.03,\"9534\":30.49,\"9535\":30.23,\"9536\":2819.23,\"9537\":1.59,\"9538\":706.2,\"9539\":null,\"9540\":0.55,\"9541\":27.43,\"9542\":2.06,\"9543\":281.18,\"9544\":55.5,\"9545\":null,\"9546\":3850.0,\"9547\":2501.4,\"9548\":7251.6,\"9549\":365623.85,\"9550\":10497.6,\"9551\":7904.64,\"9552\":710.16,\"9553\":null,\"9554\":150.0,\"9555\":428.26,\"9556\":11561.0,\"9557\":null,\"9558\":198.0,\"9559\":2167.93,\"9560\":1763.19,\"9561\":796.95,\"9562\":808.0,\"9563\":11088.0,\"9564\":60129.65,\"9565\":495079.42,\"9566\":775.5,\"9567\":8996.42,\"9568\":44191.08,\"9569\":8140.0,\"9570\":850.71,\"9571\":3703.36,\"9572\":863.1,\"9573\":28404.59,\"9574\":578.38,\"9575\":null,\"9576\":2054.01,\"9577\":28132.43,\"9578\":13179.0,\"9579\":5082.83,\"9580\":942.77,\"9581\":255000.0,\"9582\":6377.86,\"9583\":null,\"9584\":5697.43,\"9585\":20416.65,\"9586\":396445.83,\"9587\":15501.19,\"9588\":14291.2,\"9589\":null,\"9590\":15497.04,\"9591\":6924.93,\"9592\":null,\"9593\":2030.46,\"9594\":1327.4,\"9595\":589.71,\"9596\":102630.0,\"9597\":2763.07,\"9598\":2558.52,\"9599\":501.89,\"9600\":415.26,\"9601\":66293.7,\"9602\":null,\"9603\":1676.98,\"9604\":2428.2,\"9605\":null,\"9606\":810.18,\"9607\":1162393.23,\"9608\":150308.35,\"9609\":630.0,\"9610\":6938.8,\"9611\":5886.74,\"9612\":824.54,\"9613\":177860.0,\"9614\":528.6,\"9615\":12564.0,\"9616\":36172.88,\"9617\":35513.63,\"9618\":null,\"9619\":null,\"9620\":557538.38,\"9621\":null,\"9622\":4285.22,\"9623\":631.49,\"9624\":661.07,\"9625\":3165.45,\"9626\":81097.23,\"9627\":2222.33,\"9628\":482.72,\"9629\":null,\"9630\":662.56,\"9631\":5934.0,\"9632\":410.52,\"9633\":null,\"9634\":null,\"9635\":19604.87,\"9636\":4355.55,\"9637\":19749.47,\"9638\":81.6,\"9639\":363.73,\"9640\":2670.0,\"9641\":174.9,\"9642\":345.35,\"9643\":29658.89,\"9644\":50163.26,\"9645\":null,\"9646\":941718.72,\"9647\":55032.03,\"9648\":820232.76,\"9649\":1220.64,\"9650\":736.56,\"9651\":1098.16,\"9652\":1231.2,\"9653\":null,\"9654\":20092.68,\"9655\":123740.28,\"9656\":72435.04,\"9657\":73453.82,\"9658\":null,\"9659\":796.04,\"9660\":1277.07,\"9661\":2928.74,\"9662\":2782.91,\"9663\":54686.92,\"9664\":123009.48,\"9665\":101030.35,\"9666\":null,\"9667\":null,\"9668\":45074.05,\"9669\":47515.76,\"9670\":637.29,\"9671\":76534.2,\"9672\":768.55,\"9673\":7293.0,\"9674\":2717.13,\"9675\":17886.63,\"9676\":16587.43,\"9677\":19301.65,\"9678\":651.9,\"9679\":14630.4,\"9680\":null,\"9681\":9180.0,\"9682\":6755.93,\"9683\":335.54,\"9684\":332.32,\"9685\":6480.0,\"9686\":9604.75,\"9687\":null,\"9688\":1656.6,\"9689\":168.7,\"9690\":9175.0,\"9691\":12824.0,\"9692\":3478.2,\"9693\":15726.14,\"9694\":19427.52,\"9695\":10225.92,\"9696\":10229.41,\"9697\":2309.12,\"9698\":12386.2,\"9699\":12122.4,\"9700\":null,\"9701\":19728.68,\"9702\":19658.12,\"9703\":19482.48,\"9704\":744.9,\"9705\":11576.3,\"9706\":9962.0,\"9707\":2097.14,\"9708\":1824.1,\"9709\":92.01,\"9710\":7135.4,\"9711\":6719.0,\"9712\":428.84,\"9713\":1972.37,\"9714\":322.92,\"9715\":2995.0,\"9716\":1359.3,\"9717\":19151.9,\"9718\":210.33,\"9719\":601.04,\"9720\":null,\"9721\":null,\"9722\":139.33,\"9723\":721.38,\"9724\":528.44,\"9725\":55.33,\"9726\":171.74,\"9727\":81.26,\"9728\":3000.0,\"9729\":5198.8,\"9730\":143.07,\"9731\":6388.56,\"9732\":410.38,\"9733\":null,\"9734\":3873.91,\"9735\":152.05,\"9736\":596.86,\"9737\":2718.84,\"9738\":645.99,\"9739\":null,\"9740\":107.26,\"9741\":33.88,\"9742\":243.88,\"9743\":263.19,\"9744\":244.3,\"9745\":3669.69,\"9746\":5.0,\"9747\":null,\"9748\":null,\"9749\":218.07,\"9750\":0.03,\"9751\":0.44,\"9752\":95.26,\"9753\":97.02,\"9754\":303.25,\"9755\":30.34,\"9756\":822.57,\"9757\":998.21,\"9758\":433.93,\"9759\":107.46,\"9760\":74.52,\"9761\":19989.0,\"9762\":19976.21,\"9763\":null,\"9764\":2945.96,\"9765\":1201.8,\"9766\":1152.78,\"9767\":null,\"9768\":null,\"9769\":468.0,\"9770\":171.6,\"9771\":null,\"9772\":340.19,\"9773\":0.68,\"9774\":0.15,\"9775\":634.32,\"9776\":559.74,\"9777\":2124.06,\"9778\":1299.76,\"9779\":16.39,\"9780\":933.77,\"9781\":null,\"9782\":79.41,\"9783\":105.9,\"9784\":101.78,\"9785\":2823.08,\"9786\":2605.28,\"9787\":1496.48,\"9788\":60.42,\"9789\":77.53,\"9790\":null,\"9791\":null,\"9792\":17.37,\"9793\":21.71,\"9794\":null,\"9795\":49.38,\"9796\":36.15,\"9797\":12.11,\"9798\":4.15,\"9799\":22.9,\"9800\":43.54,\"9801\":27.83,\"9802\":136.44,\"9803\":59.03,\"9804\":null,\"9805\":502.84,\"9806\":498.13,\"9807\":169.11,\"9808\":null,\"9809\":4900.0,\"9810\":41.0,\"9811\":null,\"9812\":8.63,\"9813\":null,\"9814\":174.28,\"9815\":449.96,\"9816\":259.96,\"9817\":13.4,\"9818\":108.0,\"9819\":null,\"9820\":null,\"9821\":19.41,\"9822\":6.52,\"9823\":155.17,\"9824\":40.65,\"9825\":4900.0,\"9826\":37.58,\"9827\":41.67,\"9828\":13.19,\"9829\":1.54,\"9830\":null,\"9831\":3.0,\"9832\":517.46,\"9833\":536.56,\"9834\":223.25,\"9835\":139.23,\"9836\":11.25,\"9837\":11.28,\"9838\":3230.35,\"9839\":46.89,\"9840\":465.19,\"9841\":null,\"9842\":23.61,\"9843\":0.47,\"9844\":197.13,\"9845\":49.31,\"9846\":null,\"9847\":3857.33,\"9848\":2461.8,\"9849\":7250.4,\"9850\":238598.84,\"9851\":10494.0,\"9852\":6425.54,\"9853\":710.49,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11484.0,\"9858\":null,\"9859\":184.8,\"9860\":2168.92,\"9861\":1758.9,\"9862\":749.34,\"9863\":808.0,\"9864\":329452.27,\"9865\":null,\"9866\":9990.75,\"9867\":44735.91,\"9868\":8103.33,\"9869\":798.95,\"9870\":3702.08,\"9871\":240.49,\"9872\":19343.7,\"9873\":606.1,\"9874\":null,\"9875\":3566.47,\"9876\":30075.54,\"9877\":10947.0,\"9878\":4721.55,\"9879\":942.77,\"9880\":204000.0,\"9881\":5811.21,\"9882\":null,\"9883\":505700.0,\"9884\":4686.59,\"9885\":16392.95,\"9886\":398013.78,\"9887\":14322.33,\"9888\":16337.2,\"9889\":null,\"9890\":13805.97,\"9891\":72515.1,\"9892\":1463.7,\"9893\":1376.81,\"9894\":579.33,\"9895\":163790.0,\"9896\":2009.63,\"9897\":2481.24,\"9898\":727.59,\"9899\":464.11,\"9900\":25386.82,\"9901\":1306.86,\"9902\":2427.6,\"9903\":12830.4,\"9904\":843.98,\"9905\":1171930.3300000001,\"9906\":600410.97,\"9907\":6806.8,\"9908\":6623.93,\"9909\":828.08,\"9910\":176340.0,\"9911\":573.35,\"9912\":13644.0,\"9913\":64553.27,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":20033.06,\"9920\":4438.26,\"9921\":592.55,\"9922\":680.44,\"9923\":3557.85,\"9924\":81138.11,\"9925\":2217.16,\"9926\":426.56,\"9927\":761.94,\"9928\":1142.52,\"9929\":10046.4,\"9930\":411.96,\"9931\":1404.96,\"9932\":19579.04,\"9933\":2624.4,\"9934\":19231.58,\"9935\":367.22,\"9936\":180.83,\"9937\":250.8,\"9938\":343.09,\"9939\":29755.64,\"9940\":45034.18,\"9941\":null,\"9942\":216342.02,\"9943\":79680.79,\"9944\":819898.45,\"9945\":1600.32,\"9946\":750.42,\"9947\":1078.37,\"9948\":1058.4,\"9949\":null,\"9950\":null,\"9951\":123883.56,\"9952\":72413.32,\"9953\":72807.12,\"9954\":null,\"9955\":802.2,\"9956\":2233.84,\"9957\":587.88,\"9958\":620.56,\"9959\":54716.71,\"9960\":null,\"9961\":66742.45,\"9962\":null,\"9963\":45297.14,\"9964\":47881.3,\"9965\":630.33,\"9966\":76559.22,\"9967\":497.44,\"9968\":8131.2,\"9969\":123.28},\"Values_Hour08\":{\"0\":19742.59,\"1\":653.07,\"2\":7005.6,\"3\":17924.82,\"4\":0.6,\"5\":null,\"6\":6688.28,\"7\":383.2,\"8\":6240.0,\"9\":9341.55,\"10\":1154.28,\"11\":1725.24,\"12\":162.63,\"13\":10916.0,\"14\":14874.0,\"15\":2774.2,\"16\":7927.76,\"17\":64.17,\"18\":10181.81,\"19\":10226.46,\"20\":158.4,\"21\":16020.6,\"22\":15646.8,\"23\":null,\"24\":1582.7,\"25\":14364.0,\"26\":19760.39,\"27\":10350.01,\"28\":19459.98,\"29\":8698.48,\"30\":8120.64,\"31\":14403.51,\"32\":8691.59,\"33\":589.8,\"34\":10747.7,\"35\":4976.0,\"36\":null,\"37\":2487.8,\"38\":2406.72,\"39\":4144.6,\"40\":432.51,\"41\":2463.5,\"42\":344.54,\"43\":2490.0,\"44\":null,\"45\":14108.05,\"46\":1602.95,\"47\":10298.38,\"48\":662.4,\"49\":33.95,\"50\":266.93,\"51\":801.24,\"52\":317.24,\"53\":null,\"54\":717.31,\"55\":337.44,\"56\":4928.3,\"57\":6749.5,\"58\":2797.26,\"59\":71005.87,\"60\":4624.4,\"61\":1123.64,\"62\":4895.48,\"63\":5112.0,\"64\":1351.9,\"65\":11081.05,\"66\":1973.37,\"67\":11935.35,\"68\":null,\"69\":9651.46,\"70\":609.18,\"71\":2136.44,\"72\":1903.2,\"73\":2383.5,\"74\":5663.4,\"75\":109.44,\"76\":33.6,\"77\":null,\"78\":3061.78,\"79\":1.0,\"80\":22.51,\"81\":1108.43,\"82\":5435.61,\"83\":2512.8,\"84\":2374.29,\"85\":122.42,\"86\":8675.27,\"87\":8387.99,\"88\":4082.66,\"89\":3700.8,\"90\":7977.6,\"91\":14544.98,\"92\":15134.66,\"93\":82.8,\"94\":49715.38,\"95\":4610.35,\"96\":5566.23,\"97\":0.22,\"98\":0.07,\"99\":5134.8,\"100\":1839.0,\"101\":20.57,\"102\":5117.5,\"103\":14.4,\"104\":null,\"105\":6825.46,\"106\":11486.67,\"107\":51033.46,\"108\":1457.28,\"109\":638.94,\"110\":49835.39,\"111\":1697.15,\"112\":7440.0,\"113\":1623.6,\"114\":3875.04,\"115\":8057.93,\"116\":7780.95,\"117\":6245.1,\"118\":2246.1,\"119\":2678.4,\"120\":44.53,\"121\":null,\"122\":194.76,\"123\":164.64,\"124\":124.08,\"125\":387.06,\"126\":243.57,\"127\":316.22,\"128\":146.88,\"129\":615.35,\"130\":474.32,\"131\":2922.0,\"132\":181.68,\"133\":null,\"134\":5296.67,\"135\":5370.25,\"136\":2327.4,\"137\":277.93,\"138\":309.3,\"139\":122.4,\"140\":166.75,\"141\":null,\"142\":921.0,\"143\":2469.6,\"144\":4965.94,\"145\":544.32,\"146\":6819.75,\"147\":5.12,\"148\":242.31,\"149\":279.24,\"150\":191.4,\"151\":640.2,\"152\":5007.1,\"153\":513.1,\"154\":607.52,\"155\":169.32,\"156\":null,\"157\":57.0,\"158\":1678.04,\"159\":791.45,\"160\":null,\"161\":4922.44,\"162\":5362.66,\"163\":5219.06,\"164\":2365.8,\"165\":249.41,\"166\":293.13,\"167\":1739.1,\"168\":0.35,\"169\":17.76,\"170\":328.79,\"171\":98.21,\"172\":2376.0,\"173\":7246.8,\"174\":23869.98,\"175\":5385.6,\"176\":3440.69,\"177\":468.38,\"178\":null,\"179\":397.09,\"180\":13915.0,\"181\":19560.49,\"182\":204.6,\"183\":1405.96,\"184\":1791.24,\"185\":696.64,\"186\":2615.4,\"187\":1344.0,\"188\":15156.0,\"189\":60118.31,\"190\":436145.31,\"191\":15568.0,\"192\":1902.78,\"193\":9972.31,\"194\":52795.44,\"195\":5892.33,\"196\":907.64,\"197\":707.89,\"198\":12971.33,\"199\":3703.36,\"200\":1879.2,\"201\":15599.19,\"202\":0.88,\"203\":99624.59,\"204\":43069.04,\"205\":15314.44,\"206\":6273.0,\"207\":5932.39,\"208\":939.79,\"209\":245488.29,\"210\":null,\"211\":7034.36,\"212\":null,\"213\":510650.0,\"214\":8221.52,\"215\":95363.96,\"216\":23416.86,\"217\":286190.99,\"218\":15672.0,\"219\":18818.8,\"220\":27535.05,\"221\":8847.32,\"222\":11393.92,\"223\":73495.48,\"224\":1083.64,\"225\":2306.52,\"226\":204013.29,\"227\":21954.08,\"228\":2557.37,\"229\":1330.58,\"230\":404.91,\"231\":30994.96,\"232\":40239.42,\"233\":3945.64,\"234\":2486.4,\"235\":76.71,\"236\":913.83,\"237\":896285.37,\"238\":513798.86,\"239\":492.0,\"240\":7528.4,\"241\":4618.86,\"242\":831.71,\"243\":176410.0,\"244\":658.41,\"245\":12204.0,\"246\":20185.6,\"247\":59393.66,\"248\":69081.27,\"249\":null,\"250\":9.0,\"251\":null,\"252\":422587.46,\"253\":null,\"254\":null,\"255\":5050.44,\"256\":604.69,\"257\":671.4,\"258\":4008.15,\"259\":81319.38,\"260\":1063.83,\"261\":536.09,\"262\":519.48,\"263\":940.18,\"264\":4668.0,\"265\":424.2,\"266\":2442.0,\"267\":14063.74,\"268\":8043.3,\"269\":19744.0,\"270\":8232.0,\"271\":null,\"272\":5.81,\"273\":2538.6,\"274\":290.26,\"275\":30331.62,\"276\":25594.87,\"277\":null,\"278\":137625.81,\"279\":821161.5699999999,\"280\":965.04,\"281\":792.66,\"282\":1246.5,\"283\":3096.0,\"284\":240206.02,\"285\":null,\"286\":218803.08,\"287\":3881.38,\"288\":null,\"289\":122397.44,\"290\":801.5,\"291\":2229.07,\"292\":43087.91,\"293\":11163.48,\"294\":8250.25,\"295\":64575.4,\"296\":161152.45,\"297\":171023.25,\"298\":5311.87,\"299\":4729.34,\"300\":15314.85,\"301\":null,\"302\":45480.48,\"303\":48278.61,\"304\":635.52,\"305\":75645.59,\"306\":319.23,\"307\":8012.4,\"308\":2900.33,\"309\":25227.67,\"310\":50923.16,\"311\":null,\"312\":19762.66,\"313\":654.6,\"314\":7390.8,\"315\":17138.61,\"316\":null,\"317\":8892.0,\"318\":6143.45,\"319\":123.02,\"320\":1760.0,\"321\":5696.45,\"322\":1127.16,\"323\":1678.16,\"324\":158.66,\"325\":16532.0,\"326\":13023.0,\"327\":2692.8,\"328\":7437.45,\"329\":21453.85,\"330\":10209.13,\"331\":10222.02,\"332\":222.64,\"333\":16466.8,\"334\":16113.1,\"335\":null,\"336\":null,\"337\":14382.0,\"338\":19752.5,\"339\":10344.7,\"340\":19453.12,\"341\":6156.86,\"342\":6110.5,\"343\":6094.03,\"344\":6418.32,\"345\":586.8,\"346\":10929.9,\"347\":7932.0,\"348\":3.82,\"349\":2392.4,\"350\":1377.24,\"351\":6743.8,\"352\":432.51,\"353\":2061.77,\"354\":345.23,\"355\":2443.0,\"356\":1136.62,\"357\":13389.89,\"358\":2377.93,\"359\":15011.62,\"360\":302.4,\"361\":null,\"362\":107.07,\"363\":918.06,\"364\":344.52,\"365\":836.0,\"366\":1421.69,\"367\":6565.1,\"368\":1883.7,\"369\":56392.69,\"370\":5883.49,\"371\":16.33,\"372\":7334.61,\"373\":1912.32,\"374\":14811.42,\"375\":2015.77,\"376\":16268.9,\"377\":23507.01,\"378\":3031.42,\"379\":349.8,\"380\":1878.09,\"381\":3030.49,\"382\":5166.0,\"383\":6475.9,\"384\":4.92,\"385\":null,\"386\":null,\"387\":3887.29,\"388\":0.92,\"389\":10.82,\"390\":1036.04,\"391\":4845.53,\"392\":270.0,\"393\":3763.45,\"394\":8.71,\"395\":12167.9,\"396\":11255.03,\"397\":5598.84,\"398\":910.8,\"399\":1335.6,\"400\":19938.08,\"401\":19945.74,\"402\":0.6,\"403\":43229.39,\"404\":3674.47,\"405\":3704.14,\"406\":0.33,\"407\":0.1,\"408\":5134.8,\"409\":0.45,\"410\":22.22,\"411\":3816.16,\"412\":8.53,\"413\":0.3,\"414\":12349.39,\"415\":9788.21,\"416\":34777.59,\"417\":1389.41,\"418\":355.35,\"419\":21366.17,\"420\":4508.0,\"421\":3080.0,\"422\":535.2,\"423\":3009.78,\"424\":6759.9,\"425\":6296.16,\"426\":8034.08,\"427\":2370.0,\"428\":3027.9,\"429\":70.74,\"430\":null,\"431\":168.84,\"432\":113.88,\"433\":173.4,\"434\":411.9,\"435\":259.74,\"436\":112.36,\"437\":90.36,\"438\":595.49,\"439\":523.51,\"440\":1717.2,\"441\":177.24,\"442\":null,\"443\":4417.02,\"444\":4385.68,\"445\":1225.8,\"446\":107.78,\"447\":355.77,\"448\":null,\"449\":null,\"450\":2622.3,\"451\":4557.6,\"452\":1660.51,\"453\":518.39,\"454\":2498.4,\"455\":0.07,\"456\":90.46,\"457\":379.92,\"458\":46.16,\"459\":2138.84,\"460\":1569.75,\"461\":542.59,\"462\":589.51,\"463\":144.79,\"464\":null,\"465\":null,\"466\":2027.17,\"467\":1533.01,\"468\":null,\"469\":4238.31,\"470\":4432.88,\"471\":4454.55,\"472\":null,\"473\":298.17,\"474\":298.91,\"475\":1168.2,\"476\":null,\"477\":21.61,\"478\":222.28,\"479\":117.19,\"480\":null,\"481\":323.4,\"482\":7249.2,\"483\":13830.0,\"484\":4413.6,\"485\":3438.08,\"486\":469.7,\"487\":430.0,\"488\":396.96,\"489\":13277.0,\"490\":19597.98,\"491\":204.6,\"492\":null,\"493\":1798.17,\"494\":650.48,\"495\":2666.7,\"496\":1327.0,\"497\":17396.0,\"498\":60164.47,\"499\":504034.61,\"500\":14024.0,\"501\":1561.56,\"502\":9968.52,\"503\":52650.82,\"504\":5973.0,\"505\":856.18,\"506\":718.12,\"507\":6369.1,\"508\":3703.04,\"509\":1950.3,\"510\":14646.44,\"511\":576.18,\"512\":55253.8,\"513\":36788.97,\"514\":null,\"515\":6060.0,\"516\":8878.39,\"517\":939.79,\"518\":244275.65,\"519\":9958.49,\"520\":null,\"521\":507660.0,\"522\":399353.3,\"523\":111129.21,\"524\":21137.2,\"525\":33474.08,\"526\":10307.74,\"527\":8896.8,\"528\":24943.32,\"529\":8851.69,\"530\":10954.38,\"531\":null,\"532\":772.73,\"533\":2149.9,\"534\":203279.95,\"535\":24104.79,\"536\":2534.03,\"537\":1329.0,\"538\":404.25,\"539\":29043.26,\"540\":3969.53,\"541\":2620.2,\"542\":70.8,\"543\":909.65,\"544\":896084.52,\"545\":598484.64,\"546\":576.0,\"547\":2079.0,\"548\":4601.69,\"549\":834.57,\"550\":null,\"551\":680.05,\"552\":12348.0,\"553\":null,\"554\":60039.2,\"555\":69937.48,\"556\":164576.53,\"557\":2722.0,\"558\":null,\"559\":447310.77,\"560\":43713.51,\"561\":5203.48,\"562\":592.55,\"563\":670.32,\"564\":4027.35,\"565\":80280.79,\"566\":1062.1,\"567\":528.2,\"568\":801.18,\"569\":866.95,\"570\":4402.8,\"571\":null,\"572\":13999.17,\"573\":7810.2,\"574\":19654.4,\"575\":9024.0,\"576\":1064.14,\"577\":358.12,\"578\":2505.6,\"579\":249.65,\"580\":29179.99,\"581\":25610.76,\"582\":1241297.6799999999,\"583\":null,\"584\":585237.85,\"585\":963.3,\"586\":814.66,\"587\":1470.6,\"588\":2860.2,\"589\":null,\"590\":null,\"591\":257172.34,\"592\":102010.0,\"593\":null,\"594\":207307.03,\"595\":142523.4,\"596\":124712.56,\"597\":800.24,\"598\":2077.26,\"599\":35594.61,\"600\":15410.53,\"601\":11412.58,\"602\":64517.98,\"603\":158665.29,\"604\":160493.05,\"605\":3857.1,\"606\":158387.82,\"607\":14497.87,\"608\":45090.0,\"609\":48480.5,\"610\":690.09,\"611\":75550.39,\"612\":null,\"613\":null,\"614\":2744.68,\"615\":24440.38,\"616\":55917.32,\"617\":48477.71,\"618\":19559.12,\"619\":652.77,\"620\":7394.4,\"621\":14681.62,\"622\":null,\"623\":3888.0,\"624\":6718.47,\"625\":1520.0,\"626\":4683.33,\"627\":1183.8,\"628\":1654.84,\"629\":151.53,\"630\":10694.0,\"631\":14379.0,\"632\":2701.6,\"633\":8417.47,\"634\":22404.38,\"635\":17352.36,\"636\":18025.07,\"637\":2217.75,\"638\":15607.9,\"639\":15250.9,\"640\":null,\"641\":1697.6,\"642\":13896.0,\"643\":19751.38,\"644\":10319.07,\"645\":19454.01,\"646\":5984.02,\"647\":6769.79,\"648\":3675.95,\"649\":6388.47,\"650\":623.5,\"651\":16685.6,\"652\":7792.0,\"653\":2313.2,\"654\":2277.0,\"655\":6800.9,\"656\":432.51,\"657\":2265.03,\"658\":345.0,\"659\":2383.0,\"660\":1383.14,\"661\":14337.69,\"662\":2130.88,\"663\":10624.42,\"664\":573.0,\"665\":null,\"666\":null,\"667\":830.94,\"668\":287.76,\"669\":null,\"670\":1158.19,\"671\":7915.37,\"672\":6385.9,\"673\":1382.76,\"674\":31292.83,\"675\":5579.02,\"676\":null,\"677\":5142.26,\"678\":4380.48,\"679\":8234.38,\"680\":5989.95,\"681\":9756.98,\"682\":null,\"683\":1774.63,\"684\":56.54,\"685\":3288.32,\"686\":3201.23,\"687\":5328.0,\"688\":9357.65,\"689\":75.64,\"690\":null,\"691\":null,\"692\":3194.92,\"693\":1.11,\"694\":19.4,\"695\":677.74,\"696\":5945.37,\"697\":1058.4,\"698\":4252.02,\"699\":null,\"700\":10901.28,\"701\":11783.56,\"702\":5572.23,\"703\":1693.8,\"704\":4539.6,\"705\":19903.57,\"706\":19940.21,\"707\":null,\"708\":9378.28,\"709\":9738.82,\"710\":9701.18,\"711\":0.25,\"712\":0.09,\"713\":5134.8,\"714\":null,\"715\":23.76,\"716\":2438.46,\"717\":7.77,\"718\":7959.11,\"719\":11303.73,\"720\":17819.23,\"721\":1389.36,\"722\":125.58,\"723\":29974.47,\"724\":5628.7,\"725\":4400.0,\"726\":916.2,\"727\":3895.74,\"728\":7667.33,\"729\":7276.73,\"730\":8121.15,\"731\":1902.6,\"732\":2508.9,\"733\":41.43,\"734\":null,\"735\":126.96,\"736\":200.4,\"737\":86.88,\"738\":379.08,\"739\":219.54,\"740\":148.67,\"741\":128.28,\"742\":259.9,\"743\":254.95,\"744\":1387.2,\"745\":362.76,\"746\":null,\"747\":2564.94,\"748\":2761.78,\"749\":2896.2,\"750\":3.12,\"751\":381.09,\"752\":null,\"753\":null,\"754\":3032.7,\"755\":1570.8,\"756\":2133.49,\"757\":198.98,\"758\":129.6,\"759\":0.31,\"760\":null,\"761\":306.6,\"762\":293.7,\"763\":718.96,\"764\":3452.3,\"765\":364.44,\"766\":290.15,\"767\":129.42,\"768\":85.54,\"769\":null,\"770\":3314.42,\"771\":1672.83,\"772\":null,\"773\":1956.24,\"774\":2656.0,\"775\":2760.49,\"776\":1046.1,\"777\":251.22,\"778\":252.03,\"779\":1158.3,\"780\":null,\"781\":7.28,\"782\":163.85,\"783\":94.99,\"784\":null,\"785\":2409.0,\"786\":7243.2,\"787\":14792.0,\"788\":4417.2,\"789\":2944.9,\"790\":466.62,\"791\":null,\"792\":396.84,\"793\":13959.0,\"794\":19593.69,\"795\":191.4,\"796\":1765.34,\"797\":1809.72,\"798\":715.41,\"799\":2133.0,\"800\":1347.0,\"801\":17104.0,\"802\":60146.43,\"803\":503172.51,\"804\":13256.0,\"805\":1972.74,\"806\":9958.7,\"807\":53064.6,\"808\":6057.33,\"809\":864.8,\"810\":693.95,\"811\":5832.62,\"812\":3703.68,\"813\":1996.71,\"814\":15686.62,\"815\":585.64,\"816\":49532.25,\"817\":12814.76,\"818\":null,\"819\":2305.7,\"820\":6573.86,\"821\":939.79,\"822\":239777.97,\"823\":7995.28,\"824\":47496.0,\"825\":null,\"826\":578902.13,\"827\":53001.02,\"828\":19035.9,\"829\":33081.16,\"830\":17676.0,\"831\":18631.8,\"832\":23815.14,\"833\":8853.57,\"834\":10420.91,\"835\":66498.79,\"836\":731.74,\"837\":1618.25,\"838\":203573.3,\"839\":9414.4,\"840\":2511.03,\"841\":399.04,\"842\":393.06,\"843\":28543.89,\"844\":3986.19,\"845\":1890.0,\"846\":null,\"847\":861.38,\"848\":895881.91,\"849\":599833.53,\"850\":348.0,\"851\":7246.8,\"852\":8326.98,\"853\":708.95,\"854\":205090.0,\"855\":682.57,\"856\":12492.0,\"857\":61030.97,\"858\":70143.52,\"859\":164646.84,\"860\":502.0,\"861\":401672.0,\"862\":472640.39,\"863\":null,\"864\":43565.06,\"865\":null,\"866\":604.3,\"867\":672.66,\"868\":4006.65,\"869\":81246.78,\"870\":1062.1,\"871\":523.55,\"872\":791.28,\"873\":845.51,\"874\":4401.6,\"875\":432.96,\"876\":14019.98,\"877\":8067.6,\"878\":19654.4,\"879\":11112.0,\"880\":335.02,\"881\":2411.4,\"882\":null,\"883\":188.24,\"884\":29624.6,\"885\":50212.81,\"886\":774495.25,\"887\":null,\"888\":596817.08,\"889\":963.42,\"890\":729.96,\"891\":1347.22,\"892\":2379.6,\"893\":15014.46,\"894\":439250.43,\"895\":535945.65,\"896\":100150.0,\"897\":null,\"898\":71150.72,\"899\":73302.97,\"900\":800.24,\"901\":965.44,\"902\":17999.91,\"903\":9941.69,\"904\":7852.59,\"905\":64442.31,\"906\":164872.57,\"907\":169646.85,\"908\":3851.88,\"909\":148859.16,\"910\":14762.08,\"911\":45264.25,\"912\":48194.09,\"913\":678.6,\"914\":75728.44,\"915\":1449.3,\"916\":10397.2,\"917\":2782.67,\"918\":9627.31,\"919\":null,\"920\":56665.28,\"921\":55778.72,\"922\":18348.78,\"923\":651.96,\"924\":6408.0,\"925\":4951.2,\"926\":6644.72,\"927\":null,\"928\":4000.0,\"929\":9370.5,\"930\":1155.48,\"931\":1697.08,\"932\":null,\"933\":9970.0,\"934\":12535.0,\"935\":2607.0,\"936\":7953.1,\"937\":22982.1,\"938\":10172.87,\"939\":9858.59,\"940\":1150.16,\"941\":15391.6,\"942\":15033.3,\"943\":null,\"944\":1491.4,\"945\":13482.0,\"946\":19749.2,\"947\":10341.69,\"948\":18582.78,\"949\":575.5,\"950\":12781.1,\"951\":2012.0,\"952\":2111.3,\"953\":2351.52,\"954\":4201.2,\"955\":432.51,\"956\":2234.83,\"957\":344.77,\"958\":2347.0,\"959\":1324.96,\"960\":null,\"961\":256.71,\"962\":14606.12,\"963\":409.2,\"964\":null,\"965\":57.2,\"966\":879.12,\"967\":243.32,\"968\":897.0,\"969\":1164.68,\"970\":null,\"971\":1955.91,\"972\":6275.3,\"973\":92.46,\"974\":58688.34,\"975\":5476.13,\"976\":108.19,\"977\":4906.96,\"978\":4897.44,\"979\":14463.31,\"980\":2293.91,\"981\":15908.06,\"982\":198907.78,\"983\":4412.04,\"984\":635.58,\"985\":1958.35,\"986\":1804.37,\"987\":3384.0,\"988\":2786.31,\"989\":30.08,\"990\":null,\"991\":null,\"992\":1736.36,\"993\":0.51,\"994\":16.76,\"995\":336.26,\"996\":4745.08,\"997\":187.2,\"998\":2250.69,\"999\":null,\"1000\":8477.51,\"1001\":8224.42,\"1002\":3624.21,\"1003\":3277.8,\"1004\":6361.2,\"1005\":19838.43,\"1006\":19939.71,\"1007\":null,\"1008\":46398.32,\"1009\":3880.41,\"1010\":3643.29,\"1011\":0.2,\"1012\":0.08,\"1013\":5134.8,\"1014\":null,\"1015\":122.87,\"1016\":4224.62,\"1017\":13.49,\"1018\":null,\"1019\":20367.58,\"1020\":4228.52,\"1021\":54884.39,\"1022\":1338.48,\"1023\":653.43,\"1024\":17420.67,\"1025\":3280.9,\"1026\":120.0,\"1027\":1391.4,\"1028\":3934.38,\"1029\":8242.43,\"1030\":7653.38,\"1031\":8117.1,\"1032\":1492.2,\"1033\":1875.3,\"1034\":40.38,\"1035\":null,\"1036\":149.76,\"1037\":92.04,\"1038\":66.84,\"1039\":319.05,\"1040\":194.7,\"1041\":108.95,\"1042\":84.48,\"1043\":304.42,\"1044\":303.69,\"1045\":86.28,\"1046\":171.72,\"1047\":null,\"1048\":1869.19,\"1049\":2002.39,\"1050\":3483.0,\"1051\":2.57,\"1052\":276.21,\"1053\":null,\"1054\":null,\"1055\":634.95,\"1056\":2308.8,\"1057\":4414.8,\"1058\":3588.16,\"1059\":552.86,\"1060\":261.0,\"1061\":0.36,\"1062\":182.91,\"1063\":161.64,\"1064\":198.0,\"1065\":403.48,\"1066\":1891.75,\"1067\":268.36,\"1068\":544.23,\"1069\":117.67,\"1070\":null,\"1071\":null,\"1072\":1562.55,\"1073\":969.78,\"1074\":null,\"1075\":1949.74,\"1076\":1984.36,\"1077\":2138.72,\"1078\":15.6,\"1079\":203.81,\"1080\":207.02,\"1081\":3412.2,\"1082\":10.66,\"1083\":318.51,\"1084\":117.53,\"1085\":null,\"1086\":2349.6,\"1087\":7220.4,\"1088\":362705.06,\"1089\":3992.4,\"1090\":3446.04,\"1091\":692.01,\"1092\":39.6,\"1093\":10.0,\"1094\":404.94,\"1095\":14289.0,\"1096\":19583.92,\"1097\":null,\"1098\":483.62,\"1099\":1788.93,\"1100\":738.72,\"1101\":5687.1,\"1102\":1521.0,\"1103\":22100.0,\"1104\":60114.74,\"1105\":493811.31,\"1106\":12848.0,\"1107\":855.69,\"1108\":12032.0,\"1109\":38801.51,\"1110\":6149.0,\"1111\":836.05,\"1112\":734.08,\"1113\":3702.72,\"1114\":2091.7,\"1115\":14709.89,\"1116\":577.5,\"1117\":37148.92,\"1118\":15217.74,\"1119\":7159.0,\"1120\":5988.37,\"1121\":939.79,\"1122\":239489.92,\"1123\":null,\"1124\":7371.75,\"1125\":null,\"1126\":507030.0,\"1127\":87646.01,\"1128\":36367.84,\"1129\":20186.3,\"1130\":395613.55,\"1131\":16248.0,\"1132\":18620.8,\"1133\":23498.71,\"1134\":8755.11,\"1135\":10425.91,\"1136\":171268.19,\"1137\":763.42,\"1138\":1530.65,\"1139\":46163.32,\"1140\":39658.11,\"1141\":2492.74,\"1142\":764.31,\"1143\":405.6,\"1144\":27557.31,\"1145\":3915.98,\"1146\":2176.8,\"1147\":69.03,\"1148\":927.19,\"1149\":868273.15,\"1150\":597744.48,\"1151\":330.0,\"1152\":6718.8,\"1153\":8325.49,\"1154\":813.01,\"1155\":136680.0,\"1156\":690.87,\"1157\":13320.0,\"1158\":null,\"1159\":59992.62,\"1160\":69550.51,\"1161\":164295.0,\"1162\":null,\"1163\":403466.0,\"1164\":446801.77,\"1165\":48277.06,\"1166\":7346.09,\"1167\":576.44,\"1168\":672.7,\"1169\":4007.85,\"1170\":80227.05,\"1171\":1062.1,\"1172\":547.34,\"1173\":800.82,\"1174\":1097.49,\"1175\":3382.8,\"1176\":431.64,\"1177\":13887.98,\"1178\":8085.15,\"1179\":19651.2,\"1180\":10603.2,\"1181\":361.48,\"1182\":2273.4,\"1183\":102.3,\"1184\":340.26,\"1185\":30217.76,\"1186\":44873.09,\"1187\":136032.87,\"1188\":91598.65,\"1189\":638512.03,\"1190\":1029.9,\"1191\":832.04,\"1192\":1287.16,\"1193\":2379.6,\"1194\":33851.19,\"1195\":635788.3100000001,\"1196\":543608.58,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72324.12,\"1201\":799.26,\"1202\":2830.96,\"1203\":46602.39,\"1204\":15035.08,\"1205\":11157.23,\"1206\":66695.36,\"1207\":163770.98,\"1208\":170455.3,\"1209\":null,\"1210\":19237.31,\"1211\":14764.03,\"1212\":45132.46,\"1213\":48301.54,\"1214\":null,\"1215\":75457.7,\"1216\":null,\"1217\":10859.2,\"1218\":2705.08,\"1219\":32240.88,\"1220\":1139.63,\"1221\":56289.71,\"1222\":19730.8,\"1223\":651.33,\"1224\":5922.0,\"1225\":122.4,\"1226\":6746.36,\"1227\":null,\"1228\":4320.0,\"1229\":9497.7,\"1230\":1082.28,\"1231\":1752.52,\"1232\":192.32,\"1233\":9231.0,\"1234\":12311.0,\"1235\":2541.0,\"1236\":7928.48,\"1237\":894.42,\"1238\":10209.86,\"1239\":10218.79,\"1240\":720.43,\"1241\":15072.4,\"1242\":14693.8,\"1243\":null,\"1244\":1476.8,\"1245\":13464.0,\"1246\":19747.72,\"1247\":10341.62,\"1248\":19611.11,\"1249\":537.0,\"1250\":16501.0,\"1251\":2224.0,\"1252\":null,\"1253\":2014.5,\"1254\":2346.0,\"1255\":3932.9,\"1256\":432.51,\"1257\":2150.68,\"1258\":344.54,\"1259\":2312.0,\"1260\":1306.77,\"1261\":12946.02,\"1262\":551.7,\"1263\":14268.2,\"1264\":411.6,\"1265\":null,\"1266\":58.67,\"1267\":813.78,\"1268\":null,\"1269\":340.12,\"1270\":634.2,\"1271\":534.82,\"1272\":71.52,\"1273\":10360.71,\"1274\":6133.5,\"1275\":1006.02,\"1276\":70867.76,\"1277\":2831.73,\"1278\":null,\"1279\":4614.26,\"1280\":4803.84,\"1281\":null,\"1282\":14141.66,\"1283\":7454.33,\"1284\":15580.94,\"1285\":10411.78,\"1286\":null,\"1287\":1486.03,\"1288\":1370.59,\"1289\":609.0,\"1290\":8323.57,\"1291\":35.32,\"1292\":null,\"1293\":null,\"1294\":3538.82,\"1295\":0.97,\"1296\":12.47,\"1297\":749.04,\"1298\":4201.55,\"1299\":1137.6,\"1300\":1673.37,\"1301\":5976.33,\"1302\":7256.98,\"1303\":3754.48,\"1304\":1632.6,\"1305\":2566.8,\"1306\":14746.01,\"1307\":15394.76,\"1308\":null,\"1309\":45458.69,\"1310\":2777.42,\"1311\":2856.97,\"1312\":0.31,\"1313\":0.12,\"1314\":5134.8,\"1315\":27.17,\"1316\":null,\"1317\":14.04,\"1318\":null,\"1319\":5672.28,\"1320\":5546.09,\"1321\":4813.44,\"1322\":1344.97,\"1323\":662.4,\"1324\":22857.08,\"1325\":983.15,\"1326\":4440.0,\"1327\":841.8,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":8087.85,\"1332\":743.1,\"1333\":896.4,\"1334\":43.28,\"1335\":180.96,\"1336\":79.08,\"1337\":58.8,\"1338\":300.48,\"1339\":223.02,\"1340\":401.03,\"1341\":98.88,\"1342\":359.21,\"1343\":310.73,\"1344\":951.6,\"1345\":133.56,\"1346\":null,\"1347\":3268.05,\"1348\":3749.59,\"1349\":2552.4,\"1350\":364.91,\"1351\":316.17,\"1352\":null,\"1353\":null,\"1354\":1680.9,\"1355\":6766.8,\"1356\":1535.48,\"1357\":557.46,\"1358\":null,\"1359\":0.32,\"1360\":null,\"1361\":350.4,\"1362\":179.3,\"1363\":359.92,\"1364\":5026.65,\"1365\":606.39,\"1366\":562.79,\"1367\":189.53,\"1368\":null,\"1369\":1899.41,\"1370\":1499.45,\"1371\":null,\"1372\":3138.25,\"1373\":3427.54,\"1374\":3465.25,\"1375\":1920.0,\"1376\":83.31,\"1377\":84.37,\"1378\":null,\"1379\":4818.0,\"1380\":null,\"1381\":8.31,\"1382\":266.64,\"1383\":238.05,\"1384\":null,\"1385\":2217.6,\"1386\":7213.2,\"1387\":121856.0,\"1388\":3430.8,\"1389\":4441.13,\"1390\":681.89,\"1391\":11.09,\"1392\":null,\"1393\":404.95,\"1394\":12485.0,\"1395\":19503.67,\"1396\":184.8,\"1397\":450.94,\"1398\":1724.25,\"1399\":726.84,\"1400\":2333.7,\"1401\":1418.0,\"1402\":22060.0,\"1403\":60507.05,\"1404\":495370.31,\"1405\":13336.0,\"1406\":874.83,\"1407\":7885.53,\"1408\":43171.45,\"1409\":6035.33,\"1410\":1034.14,\"1411\":733.63,\"1412\":3702.72,\"1413\":2122.84,\"1414\":17517.56,\"1415\":null,\"1416\":null,\"1417\":44024.56,\"1418\":15222.36,\"1419\":7276.0,\"1420\":5679.46,\"1421\":939.79,\"1422\":240051.84,\"1423\":140873.48,\"1424\":6937.94,\"1425\":66384.0,\"1426\":null,\"1427\":null,\"1428\":59159.77,\"1429\":17613.5,\"1430\":297539.77,\"1431\":15372.0,\"1432\":18601.0,\"1433\":25250.99,\"1434\":8754.39,\"1435\":10819.45,\"1436\":729.26,\"1437\":1473.18,\"1438\":null,\"1439\":112695.0,\"1440\":30786.1,\"1441\":2526.44,\"1442\":411.51,\"1443\":27594.81,\"1444\":3769.76,\"1445\":2179.8,\"1446\":null,\"1447\":888.99,\"1448\":891677.86,\"1449\":600671.96,\"1450\":402.0,\"1451\":6688.0,\"1452\":8323.46,\"1453\":825.99,\"1454\":136750.0,\"1455\":675.96,\"1456\":14400.0,\"1457\":23334.38,\"1458\":61384.11,\"1459\":68545.61,\"1460\":165495.11,\"1461\":3226.5,\"1462\":362342.0,\"1463\":547906.38,\"1464\":null,\"1465\":587.4,\"1466\":687.49,\"1467\":3997.5,\"1468\":81309.63,\"1469\":1063.82,\"1470\":532.85,\"1471\":772.92,\"1472\":607.0,\"1473\":4105.2,\"1474\":431.16,\"1475\":null,\"1476\":14017.11,\"1477\":8099.1,\"1478\":19689.6,\"1479\":10416.0,\"1480\":367.42,\"1481\":2394.6,\"1482\":105.6,\"1483\":null,\"1484\":30564.3,\"1485\":25595.28,\"1486\":null,\"1487\":136952.54,\"1488\":732006.85,\"1489\":1081.74,\"1490\":725.12,\"1491\":1265.96,\"1492\":2379.6,\"1493\":33463.59,\"1494\":735498.29,\"1495\":539168.99,\"1496\":175370.0,\"1497\":302035.9,\"1498\":139971.65,\"1499\":124174.98,\"1500\":798.98,\"1501\":807.06,\"1502\":3811.25,\"1503\":14753.57,\"1504\":10893.06,\"1505\":64678.13,\"1506\":162873.8,\"1507\":171010.3,\"1508\":null,\"1509\":102125.7,\"1510\":14780.55,\"1511\":45043.03,\"1512\":48492.96,\"1513\":667.32,\"1514\":153002.48,\"1515\":1305.8,\"1516\":10476.4,\"1517\":2825.03,\"1518\":31306.19,\"1519\":46209.31,\"1520\":56959.71,\"1521\":19701.15,\"1522\":650.46,\"1523\":7387.2,\"1524\":4.2,\"1525\":5791.2,\"1526\":6616.83,\"1527\":261.16,\"1528\":5760.0,\"1529\":6941.35,\"1530\":838.08,\"1531\":1749.0,\"1532\":null,\"1533\":null,\"1534\":9155.0,\"1535\":12997.0,\"1536\":4345.0,\"1537\":7929.11,\"1538\":18079.09,\"1539\":10193.16,\"1540\":10218.85,\"1541\":554.69,\"1542\":14817.8,\"1543\":14478.3,\"1544\":null,\"1545\":1506.0,\"1546\":10566.0,\"1547\":19748.52,\"1548\":10342.42,\"1549\":19610.15,\"1550\":null,\"1551\":505.4,\"1552\":12138.0,\"1553\":2224.0,\"1554\":1934.3,\"1555\":2129.34,\"1556\":5388.76,\"1557\":432.51,\"1558\":1692.8,\"1559\":343.62,\"1560\":2442.0,\"1561\":1464.05,\"1562\":12275.31,\"1563\":1155.81,\"1564\":13227.14,\"1565\":576.6,\"1566\":null,\"1567\":36.67,\"1568\":806.52,\"1569\":270.6,\"1570\":872.4,\"1571\":330.11,\"1572\":null,\"1573\":10797.11,\"1574\":5999.6,\"1575\":2223.18,\"1576\":68945.31,\"1577\":904.42,\"1578\":null,\"1579\":4476.52,\"1580\":4129.92,\"1581\":13201.13,\"1582\":523.71,\"1583\":13298.36,\"1584\":null,\"1585\":9200.93,\"1586\":null,\"1587\":2596.51,\"1588\":2471.87,\"1589\":4611.0,\"1590\":1059.09,\"1591\":71.8,\"1592\":null,\"1593\":null,\"1594\":2395.29,\"1595\":0.44,\"1596\":8.73,\"1597\":710.39,\"1598\":5386.14,\"1599\":1843.2,\"1600\":2727.75,\"1601\":null,\"1602\":11264.82,\"1603\":10224.85,\"1604\":4693.98,\"1605\":4770.0,\"1606\":8870.4,\"1607\":18001.51,\"1608\":18953.43,\"1609\":null,\"1610\":39153.43,\"1611\":3366.07,\"1612\":3370.6,\"1613\":0.25,\"1614\":0.09,\"1615\":5134.8,\"1616\":null,\"1617\":58.85,\"1618\":4782.62,\"1619\":10.75,\"1620\":null,\"1621\":17375.38,\"1622\":4347.19,\"1623\":55315.03,\"1624\":1310.54,\"1625\":231.15,\"1626\":47996.29,\"1627\":3539.9,\"1628\":7640.0,\"1629\":2083.2,\"1630\":3912.3,\"1631\":1683.45,\"1632\":1630.58,\"1633\":4624.2,\"1634\":2640.0,\"1635\":2687.4,\"1636\":16.09,\"1637\":78.0,\"1638\":45.6,\"1639\":18.36,\"1640\":340.35,\"1641\":247.59,\"1642\":null,\"1643\":175.18,\"1644\":96.48,\"1645\":332.58,\"1646\":306.45,\"1647\":3076.8,\"1648\":158.28,\"1649\":null,\"1650\":5108.67,\"1651\":4791.48,\"1652\":3247.2,\"1653\":60.3,\"1654\":318.3,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":2191.2,\"1659\":1386.0,\"1660\":544.05,\"1661\":560.05,\"1662\":null,\"1663\":0.38,\"1664\":257.73,\"1665\":231.36,\"1666\":156.2,\"1667\":1051.16,\"1668\":4701.2,\"1669\":632.96,\"1670\":484.98,\"1671\":251.68,\"1672\":null,\"1673\":576.86,\"1674\":253.13,\"1675\":null,\"1676\":4616.78,\"1677\":5012.94,\"1678\":4316.33,\"1679\":3281.7,\"1680\":203.74,\"1681\":337.85,\"1682\":null,\"1683\":1263.9,\"1684\":null,\"1685\":5.16,\"1686\":218.57,\"1687\":130.64,\"1688\":null,\"1689\":2197.8,\"1690\":7194.0,\"1691\":20082.0,\"1692\":4651.2,\"1693\":null,\"1694\":689.7,\"1695\":null,\"1696\":60.0,\"1697\":404.91,\"1698\":11792.0,\"1699\":null,\"1700\":198.0,\"1701\":3078.9,\"1702\":1811.37,\"1703\":734.13,\"1704\":1730.7,\"1705\":813.0,\"1706\":15524.0,\"1707\":461421.34,\"1708\":502053.04,\"1709\":14920.0,\"1710\":1679.37,\"1711\":11997.63,\"1712\":65792.15,\"1713\":5775.0,\"1714\":696.9,\"1715\":712.51,\"1716\":3702.72,\"1717\":2090.23,\"1718\":17667.63,\"1719\":637.12,\"1720\":34251.45,\"1721\":15322.55,\"1722\":4572.88,\"1723\":5460.91,\"1724\":939.79,\"1725\":156277.63,\"1726\":6706.75,\"1727\":69120.0,\"1728\":504020.0,\"1729\":null,\"1730\":156292.49,\"1731\":16891.65,\"1732\":33683.09,\"1733\":15192.0,\"1734\":18568.0,\"1735\":12313.07,\"1736\":15142.85,\"1737\":11176.93,\"1738\":1159.61,\"1739\":1423.86,\"1740\":237215.01,\"1741\":14456.33,\"1742\":2499.07,\"1743\":null,\"1744\":403.18,\"1745\":29021.35,\"1746\":3625.26,\"1747\":2185.8,\"1748\":915.86,\"1749\":891082.52,\"1750\":601601.83,\"1751\":582.0,\"1752\":6622.0,\"1753\":8312.44,\"1754\":829.51,\"1755\":136690.0,\"1756\":669.34,\"1757\":14184.0,\"1758\":22825.47,\"1759\":60450.52,\"1760\":null,\"1761\":165456.42,\"1762\":null,\"1763\":553658.3,\"1764\":null,\"1765\":7346.09,\"1766\":576.84,\"1767\":683.86,\"1768\":3996.6,\"1769\":350103.0,\"1770\":1062.1,\"1771\":535.33,\"1772\":775.98,\"1773\":727.18,\"1774\":4720.8,\"1775\":430.32,\"1776\":14103.91,\"1777\":4358.25,\"1778\":19952.0,\"1779\":8347.2,\"1780\":null,\"1781\":361.02,\"1782\":1636.8,\"1783\":112.2,\"1784\":314.35,\"1785\":29515.83,\"1786\":25600.18,\"1787\":903698.66,\"1788\":136014.08,\"1789\":598662.1899999999,\"1790\":1271.46,\"1791\":null,\"1792\":1167.03,\"1793\":2379.6,\"1794\":null,\"1795\":537043.01,\"1796\":null,\"1797\":416535.42,\"1798\":142563.14,\"1799\":0.04,\"1800\":798.98,\"1801\":736.44,\"1802\":47279.36,\"1803\":14001.12,\"1804\":10043.72,\"1805\":65673.03,\"1806\":158212.68,\"1807\":164979.3,\"1808\":null,\"1809\":null,\"1810\":14770.16,\"1811\":45082.19,\"1812\":48174.46,\"1813\":667.2,\"1814\":76570.22,\"1815\":1271.98,\"1816\":10238.8,\"1817\":2749.85,\"1818\":29130.54,\"1819\":40475.66,\"1820\":57096.71,\"1821\":16055.4,\"1822\":653.1,\"1823\":8362.8,\"1824\":null,\"1825\":3117.6,\"1826\":6670.79,\"1827\":363.66,\"1828\":null,\"1829\":null,\"1830\":9191.6,\"1831\":303.6,\"1832\":1688.72,\"1833\":155.89,\"1834\":9151.0,\"1835\":13702.0,\"1836\":3381.4,\"1837\":6446.95,\"1838\":14106.9,\"1839\":10056.4,\"1840\":10220.2,\"1841\":1156.17,\"1842\":14603.0,\"1843\":14261.5,\"1844\":null,\"1845\":1496.8,\"1846\":13266.0,\"1847\":19753.91,\"1848\":10294.25,\"1849\":19612.86,\"1850\":478.0,\"1851\":13098.7,\"1852\":2052.0,\"1853\":1843.0,\"1854\":2347.38,\"1855\":7081.9,\"1856\":432.51,\"1857\":2207.04,\"1858\":342.47,\"1859\":2253.0,\"1860\":1356.95,\"1861\":11953.59,\"1862\":1795.86,\"1863\":14331.69,\"1864\":421.2,\"1865\":null,\"1866\":57.2,\"1867\":966.9,\"1868\":null,\"1869\":253.0,\"1870\":455.4,\"1871\":402.71,\"1872\":282.01,\"1873\":31.2,\"1874\":12873.77,\"1875\":5874.7,\"1876\":444.36,\"1877\":77033.86,\"1878\":1157.44,\"1879\":null,\"1880\":4298.61,\"1881\":4864.32,\"1882\":null,\"1883\":14188.51,\"1884\":1304.09,\"1885\":15715.07,\"1886\":6314.06,\"1887\":null,\"1888\":1604.09,\"1889\":1432.13,\"1890\":1020.0,\"1891\":1722.48,\"1892\":147.44,\"1893\":null,\"1894\":null,\"1895\":3330.55,\"1896\":0.14,\"1897\":29.52,\"1898\":238.99,\"1899\":4270.83,\"1900\":1339.2,\"1901\":1785.42,\"1902\":3.92,\"1903\":9411.16,\"1904\":8148.44,\"1905\":3846.99,\"1906\":4973.4,\"1907\":9190.8,\"1908\":19834.18,\"1909\":19868.83,\"1910\":null,\"1911\":42243.28,\"1912\":1904.52,\"1913\":2024.49,\"1914\":0.41,\"1915\":0.15,\"1916\":5134.8,\"1917\":null,\"1918\":97.24,\"1919\":2857.98,\"1920\":13.38,\"1921\":12787.21,\"1922\":3204.45,\"1923\":9281.87,\"1924\":1305.43,\"1925\":null,\"1926\":27584.3,\"1927\":1749.3,\"1928\":2000.0,\"1929\":2143.8,\"1930\":2461.92,\"1931\":104.4,\"1932\":105.08,\"1933\":3691.13,\"1934\":2162.7,\"1935\":2191.2,\"1936\":47.42,\"1937\":167.88,\"1938\":162.6,\"1939\":50.4,\"1940\":287.97,\"1941\":236.55,\"1942\":348.05,\"1943\":471.11,\"1944\":80.62,\"1945\":593.6,\"1946\":844.26,\"1947\":543.6,\"1948\":100.8,\"1949\":null,\"1950\":3503.81,\"1951\":3437.66,\"1952\":3360.6,\"1953\":12635.14,\"1954\":289.62,\"1955\":null,\"1956\":null,\"1957\":1608.6,\"1958\":2254.8,\"1959\":2363.95,\"1960\":753.57,\"1961\":null,\"1962\":4.17,\"1963\":134.16,\"1964\":321.12,\"1965\":171.6,\"1966\":828.52,\"1967\":4769.05,\"1968\":628.44,\"1969\":424.46,\"1970\":303.3,\"1971\":null,\"1972\":1342.54,\"1973\":1000.45,\"1974\":null,\"1975\":3695.44,\"1976\":3907.37,\"1977\":3813.69,\"1978\":1094.1,\"1979\":328.92,\"1980\":333.23,\"1981\":304.07,\"1982\":1056.0,\"1983\":null,\"1984\":7.08,\"1985\":183.67,\"1986\":235.06,\"1987\":null,\"1988\":null,\"1989\":2349.6,\"1990\":7191.6,\"1991\":401794.18,\"1992\":5601.6,\"1993\":5928.47,\"1994\":691.02,\"1995\":6.6,\"1996\":470.0,\"1997\":404.76,\"1998\":14388.0,\"1999\":19519.4,\"2000\":145.2,\"2001\":3071.64,\"2002\":1774.74,\"2003\":765.0,\"2004\":2638.8,\"2005\":806.0,\"2006\":17516.0,\"2007\":60553.94,\"2008\":502460.04,\"2009\":12920.0,\"2010\":670.23,\"2011\":11931.87,\"2012\":63912.03,\"2013\":5716.33,\"2014\":927.76,\"2015\":712.06,\"2016\":3704.32,\"2017\":2053.97,\"2018\":18993.99,\"2019\":636.24,\"2020\":null,\"2021\":46985.24,\"2022\":15301.25,\"2023\":null,\"2024\":5165.97,\"2025\":940.78,\"2026\":156424.44,\"2027\":6442.52,\"2028\":500480.0,\"2029\":249537.8,\"2030\":56599.63,\"2031\":15607.29,\"2032\":395868.87,\"2033\":15348.0,\"2034\":18444.8,\"2035\":23594.72,\"2036\":13789.33,\"2037\":11467.69,\"2038\":618.93,\"2039\":1375.57,\"2040\":null,\"2041\":305415.0,\"2042\":41438.37,\"2043\":2373.72,\"2044\":764.01,\"2045\":380.71,\"2046\":30345.59,\"2047\":3454.37,\"2048\":2182.2,\"2049\":null,\"2050\":836.14,\"2051\":893763.38,\"2052\":529111.11,\"2053\":816.0,\"2054\":6329.4,\"2055\":8337.24,\"2056\":826.1,\"2057\":null,\"2058\":652.52,\"2059\":15192.0,\"2060\":22795.43,\"2061\":59969.36,\"2062\":69374.59,\"2063\":164735.85,\"2064\":null,\"2065\":544763.3199999999,\"2066\":7193.04,\"2067\":580.4,\"2068\":662.22,\"2069\":3856.5,\"2070\":81098.91,\"2071\":1062.1,\"2072\":492.33,\"2073\":410.76,\"2074\":1011.01,\"2075\":9180.0,\"2076\":429.48,\"2077\":14088.85,\"2078\":4355.55,\"2079\":19897.6,\"2080\":8668.8,\"2081\":321.82,\"2082\":1945.2,\"2083\":108.9,\"2084\":314.56,\"2085\":29546.14,\"2086\":25593.43,\"2087\":null,\"2088\":136771.24,\"2089\":590545.65,\"2090\":1274.4,\"2091\":788.7,\"2092\":1153.44,\"2093\":1888.8,\"2094\":437712.11,\"2095\":538863.92,\"2096\":382497.98,\"2097\":72829.05,\"2098\":null,\"2099\":798.84,\"2100\":687.66,\"2101\":8941.14,\"2102\":14825.44,\"2103\":10928.74,\"2104\":64250.74,\"2105\":164402.79,\"2106\":164402.1,\"2107\":null,\"2108\":14772.97,\"2109\":45660.2,\"2110\":48327.15,\"2111\":658.47,\"2112\":76556.89,\"2113\":1078.83,\"2114\":7693.4,\"2115\":2838.69,\"2116\":null,\"2117\":42513.36,\"2118\":56945.8,\"2119\":14656.0,\"2120\":652.65,\"2121\":6415.2,\"2122\":5935.2,\"2123\":6688.11,\"2124\":315.08,\"2125\":null,\"2126\":7280.0,\"2127\":4683.33,\"2128\":1307.88,\"2129\":1612.6,\"2130\":156.28,\"2131\":8874.0,\"2132\":12832.0,\"2133\":2910.6,\"2134\":5960.6,\"2135\":16967.95,\"2136\":9195.24,\"2137\":9618.59,\"2138\":null,\"2139\":10076.9,\"2140\":9796.0,\"2141\":null,\"2142\":1442.4,\"2143\":13644.0,\"2144\":19743.39,\"2145\":10292.78,\"2146\":19608.46,\"2147\":452.6,\"2148\":12809.3,\"2149\":4998.0,\"2150\":8.59,\"2151\":1768.3,\"2152\":2350.14,\"2153\":5076.0,\"2154\":432.51,\"2155\":1534.92,\"2156\":340.63,\"2157\":2200.0,\"2158\":1384.86,\"2159\":11716.3,\"2160\":1435.39,\"2161\":14908.73,\"2162\":414.0,\"2163\":85.74,\"2164\":1276.0,\"2165\":826.98,\"2166\":null,\"2167\":264.0,\"2168\":990.0,\"2169\":384.67,\"2170\":null,\"2171\":null,\"2172\":8020.71,\"2173\":5737.7,\"2174\":3408.6,\"2175\":76454.54,\"2176\":2343.59,\"2177\":null,\"2178\":4137.91,\"2179\":5027.04,\"2180\":1099.45,\"2181\":14633.47,\"2182\":3920.49,\"2183\":16158.95,\"2184\":11144.38,\"2185\":25.52,\"2186\":3773.36,\"2187\":3593.86,\"2188\":4846.5,\"2189\":5677.0,\"2190\":176.04,\"2191\":null,\"2192\":null,\"2193\":2914.72,\"2194\":1.13,\"2195\":15.0,\"2196\":1022.09,\"2197\":3804.91,\"2198\":3358.8,\"2199\":4114.34,\"2200\":908.14,\"2201\":3399.77,\"2202\":3327.85,\"2203\":4869.0,\"2204\":9288.0,\"2205\":19252.78,\"2206\":19831.88,\"2207\":4.2,\"2208\":47507.49,\"2209\":1772.54,\"2210\":1698.26,\"2211\":0.14,\"2212\":0.05,\"2213\":5134.8,\"2214\":970.35,\"2215\":109.56,\"2216\":4602.76,\"2217\":13.38,\"2218\":null,\"2219\":18834.05,\"2220\":11055.26,\"2221\":60683.25,\"2222\":1261.54,\"2223\":427.8,\"2224\":49767.39,\"2225\":6297.55,\"2226\":7720.0,\"2227\":2010.6,\"2228\":3622.5,\"2229\":8068.05,\"2230\":7572.38,\"2231\":7918.43,\"2232\":2241.6,\"2233\":1989.9,\"2234\":44.44,\"2235\":null,\"2236\":210.36,\"2237\":62.52,\"2238\":108.6,\"2239\":264.39,\"2240\":167.73,\"2241\":293.45,\"2242\":306.1,\"2243\":85.08,\"2244\":326.57,\"2245\":287.52,\"2246\":3676.8,\"2247\":90.84,\"2248\":null,\"2249\":5807.96,\"2250\":5537.15,\"2251\":2001.6,\"2252\":18965.3,\"2253\":null,\"2254\":72.0,\"2255\":1923.05,\"2256\":3290.1,\"2257\":6379.2,\"2258\":2097.59,\"2259\":540.13,\"2260\":1719.0,\"2261\":5.37,\"2262\":null,\"2263\":264.72,\"2264\":118.8,\"2265\":472.56,\"2266\":5240.55,\"2267\":542.02,\"2268\":614.32,\"2269\":149.0,\"2270\":459.0,\"2271\":1580.32,\"2272\":849.37,\"2273\":null,\"2274\":5399.87,\"2275\":5780.93,\"2276\":5856.11,\"2277\":4133.7,\"2278\":null,\"2279\":null,\"2280\":290.17,\"2281\":2448.6,\"2282\":147.66,\"2283\":10.69,\"2284\":318.67,\"2285\":147.08,\"2286\":82.0,\"2287\":null,\"2288\":2145.0,\"2289\":7177.2,\"2290\":21018.0,\"2291\":3330.0,\"2292\":5422.63,\"2293\":691.57,\"2294\":34.94,\"2295\":null,\"2296\":404.88,\"2297\":5335.0,\"2298\":19547.28,\"2299\":198.0,\"2300\":3067.35,\"2301\":1717.98,\"2302\":770.72,\"2303\":2493.0,\"2304\":812.0,\"2305\":16848.0,\"2306\":60513.28,\"2307\":504606.52,\"2308\":13912.0,\"2309\":1018.71,\"2310\":10945.73,\"2311\":53352.96,\"2312\":5877.67,\"2313\":823.4,\"2314\":710.82,\"2315\":3704.96,\"2316\":2025.44,\"2317\":15332.17,\"2318\":638.44,\"2319\":null,\"2320\":44005.42,\"2321\":15409.3,\"2322\":6440.0,\"2323\":4985.6,\"2324\":940.78,\"2325\":153143.47,\"2326\":6202.95,\"2327\":null,\"2328\":408683.24,\"2329\":145956.87,\"2330\":14635.83,\"2331\":222186.61,\"2332\":14880.0,\"2333\":18706.6,\"2334\":26773.21,\"2335\":8755.91,\"2336\":10752.08,\"2337\":null,\"2338\":912.87,\"2339\":1346.82,\"2340\":592.33,\"2341\":221705.0,\"2342\":39584.03,\"2343\":2299.31,\"2344\":771.99,\"2345\":400.98,\"2346\":30328.47,\"2347\":2933.7,\"2348\":2184.0,\"2349\":null,\"2350\":861.93,\"2351\":894155.21,\"2352\":415206.22,\"2353\":306.0,\"2354\":6406.4,\"2355\":8358.22,\"2356\":820.16,\"2357\":null,\"2358\":663.1,\"2359\":14724.0,\"2360\":23127.14,\"2361\":59643.99,\"2362\":68411.17,\"2363\":164977.54,\"2364\":201.0,\"2365\":540080.8,\"2366\":null,\"2367\":null,\"2368\":2601.74,\"2369\":582.25,\"2370\":673.92,\"2371\":3856.65,\"2372\":81501.77,\"2373\":1062.1,\"2374\":553.58,\"2375\":731.52,\"2376\":1061.17,\"2377\":6336.0,\"2378\":427.68,\"2379\":14081.67,\"2380\":4458.6,\"2381\":19955.2,\"2382\":6950.4,\"2383\":844.55,\"2384\":363.26,\"2385\":2587.8,\"2386\":108.9,\"2387\":351.18,\"2388\":29902.85,\"2389\":25604.67,\"2390\":null,\"2391\":134254.8,\"2392\":819034.63,\"2393\":1371.18,\"2394\":909.48,\"2395\":1133.13,\"2396\":1768.8,\"2397\":5351.67,\"2398\":188739.88,\"2399\":35408.9,\"2400\":null,\"2401\":310008.01,\"2402\":139059.91,\"2403\":null,\"2404\":798.84,\"2405\":1460.3,\"2406\":50439.89,\"2407\":15409.9,\"2408\":11468.8,\"2409\":63806.54,\"2410\":160416.34,\"2411\":170429.4,\"2412\":null,\"2413\":5309.26,\"2414\":14823.8,\"2415\":45530.07,\"2416\":48623.39,\"2417\":660.3,\"2418\":76402.41,\"2419\":930.2,\"2420\":9013.4,\"2421\":2640.69,\"2422\":26168.05,\"2423\":45828.42,\"2424\":null,\"2425\":54860.5,\"2426\":13848.34,\"2427\":652.2,\"2428\":6033.6,\"2429\":null,\"2430\":3880.8,\"2431\":6643.73,\"2432\":307.63,\"2433\":null,\"2434\":4960.0,\"2435\":9188.76,\"2436\":971.76,\"2437\":1537.8,\"2438\":153.25,\"2439\":8668.0,\"2440\":10336.0,\"2441\":2860.0,\"2442\":5957.85,\"2443\":17549.47,\"2444\":9362.55,\"2445\":9799.19,\"2446\":1225.11,\"2447\":14233.9,\"2448\":13896.7,\"2449\":null,\"2450\":1350.9,\"2451\":13518.0,\"2452\":18725.5,\"2453\":10308.58,\"2454\":19611.65,\"2455\":438.2,\"2456\":9427.0,\"2457\":7880.0,\"2458\":1690.2,\"2459\":2350.14,\"2460\":4417.8,\"2461\":432.51,\"2462\":2161.65,\"2463\":341.09,\"2464\":2273.0,\"2465\":711.95,\"2466\":11359.51,\"2467\":2029.24,\"2468\":12247.06,\"2469\":642.0,\"2470\":null,\"2471\":1.47,\"2472\":768.9,\"2473\":null,\"2474\":295.68,\"2475\":760.8,\"2476\":1268.52,\"2477\":null,\"2478\":29.28,\"2479\":3859.87,\"2480\":5630.0,\"2481\":2944.92,\"2482\":70670.49,\"2483\":3745.04,\"2484\":47.53,\"2485\":4063.3,\"2486\":4762.08,\"2487\":11296.01,\"2488\":2586.44,\"2489\":12712.21,\"2490\":11816.26,\"2491\":683.54,\"2492\":2701.64,\"2493\":2470.23,\"2494\":4290.0,\"2495\":7384.7,\"2496\":71.48,\"2497\":null,\"2498\":5.4,\"2499\":2878.28,\"2500\":0.41,\"2501\":13.9,\"2502\":1082.61,\"2503\":5801.82,\"2504\":1584.0,\"2505\":3020.4,\"2506\":127.21,\"2507\":4443.0,\"2508\":3653.33,\"2509\":4865.4,\"2510\":9032.4,\"2511\":12097.67,\"2512\":12589.09,\"2513\":23.4,\"2514\":48153.06,\"2515\":5598.93,\"2516\":6500.47,\"2517\":0.2,\"2518\":0.07,\"2519\":5134.8,\"2520\":null,\"2521\":136.29,\"2522\":4598.62,\"2523\":35.54,\"2524\":null,\"2525\":17468.57,\"2526\":12025.94,\"2527\":41240.57,\"2528\":1249.44,\"2529\":426.42,\"2530\":44857.54,\"2531\":null,\"2532\":8920.0,\"2533\":2107.2,\"2534\":4141.38,\"2535\":3902.4,\"2536\":4088.03,\"2537\":5900.4,\"2538\":2340.9,\"2539\":2472.9,\"2540\":37.65,\"2541\":null,\"2542\":213.6,\"2543\":85.68,\"2544\":115.2,\"2545\":290.52,\"2546\":154.14,\"2547\":580.26,\"2548\":421.57,\"2549\":133.44,\"2550\":547.46,\"2551\":496.55,\"2552\":3181.2,\"2553\":226.44,\"2554\":null,\"2555\":5898.41,\"2556\":5621.71,\"2557\":2916.0,\"2558\":19036.96,\"2559\":324.54,\"2560\":null,\"2561\":12.75,\"2562\":null,\"2563\":1766.4,\"2564\":4556.72,\"2565\":442.54,\"2566\":2127.15,\"2567\":0.46,\"2568\":null,\"2569\":312.6,\"2570\":159.5,\"2571\":551.32,\"2572\":4994.45,\"2573\":494.37,\"2574\":487.31,\"2575\":339.08,\"2576\":null,\"2577\":1786.68,\"2578\":899.99,\"2579\":18.0,\"2580\":5484.7,\"2581\":5905.36,\"2582\":5954.53,\"2583\":2612.1,\"2584\":466.77,\"2585\":471.92,\"2586\":280.49,\"2587\":4402.2,\"2588\":null,\"2589\":15.23,\"2590\":314.6,\"2591\":319.12,\"2592\":49.22,\"2593\":null,\"2594\":1999.8,\"2595\":7167.6,\"2596\":20880.0,\"2597\":2343.6,\"2598\":4939.35,\"2599\":692.01,\"2600\":3.61,\"2601\":30.0,\"2602\":404.59,\"2603\":12782.0,\"2604\":18512.55,\"2605\":191.4,\"2606\":3066.2,\"2607\":1718.31,\"2608\":738.18,\"2609\":2666.7,\"2610\":815.0,\"2611\":17144.0,\"2612\":60448.42,\"2613\":503673.29,\"2614\":16584.0,\"2615\":875.16,\"2616\":10949.68,\"2617\":60959.94,\"2618\":6479.0,\"2619\":757.56,\"2620\":708.34,\"2621\":3705.28,\"2622\":1947.98,\"2623\":13846.86,\"2624\":637.12,\"2625\":null,\"2626\":41158.11,\"2627\":15409.08,\"2628\":6092.0,\"2629\":4828.87,\"2630\":940.78,\"2631\":148605.99,\"2632\":6006.7,\"2633\":null,\"2634\":null,\"2635\":75895.13,\"2636\":177589.64,\"2637\":13938.33,\"2638\":395582.95,\"2639\":14544.0,\"2640\":18739.6,\"2641\":24898.65,\"2642\":10505.67,\"2643\":10953.35,\"2644\":169258.45,\"2645\":852.84,\"2646\":1327.3,\"2647\":583.71,\"2648\":305030.0,\"2649\":38204.12,\"2650\":2171.89,\"2651\":765.29,\"2652\":394.13,\"2653\":26035.25,\"2654\":3424.58,\"2655\":3.6,\"2656\":null,\"2657\":850.11,\"2658\":892494.47,\"2659\":509260.74,\"2660\":null,\"2661\":5913.6,\"2662\":8358.44,\"2663\":816.2,\"2664\":136680.0,\"2665\":625.12,\"2666\":13104.0,\"2667\":23534.59,\"2668\":58705.85,\"2669\":67606.68,\"2670\":164978.39,\"2671\":1.5,\"2672\":null,\"2673\":40099.34,\"2674\":42868.24,\"2675\":7346.09,\"2676\":560.87,\"2677\":670.61,\"2678\":3530.25,\"2679\":80933.48,\"2680\":1062.1,\"2681\":552.12,\"2682\":525.6,\"2683\":802.44,\"2684\":6384.0,\"2685\":428.88,\"2686\":14040.78,\"2687\":4493.7,\"2688\":19971.2,\"2689\":7982.4,\"2690\":362.93,\"2691\":2577.0,\"2692\":108.9,\"2693\":344.44,\"2694\":29532.97,\"2695\":25599.41,\"2696\":378460.15,\"2697\":91972.62,\"2698\":523897.07,\"2699\":null,\"2700\":783.42,\"2701\":1116.84,\"2702\":1681.2,\"2703\":786153.15,\"2704\":532217.24,\"2705\":null,\"2706\":179770.0,\"2707\":null,\"2708\":417860.43,\"2709\":139164.18,\"2710\":72964.34,\"2711\":797.3,\"2712\":1050.34,\"2713\":36568.26,\"2714\":9284.49,\"2715\":9221.78,\"2716\":64563.39,\"2717\":164170.02,\"2718\":170666.2,\"2719\":null,\"2720\":102485.65,\"2721\":14769.74,\"2722\":45382.66,\"2723\":48350.99,\"2724\":659.25,\"2725\":76389.82,\"2726\":1256.04,\"2727\":9002.4,\"2728\":2494.23,\"2729\":27588.15,\"2730\":46091.25,\"2731\":49436.32,\"2732\":18298.02,\"2733\":19428.31,\"2734\":650.85,\"2735\":5317.2,\"2736\":null,\"2737\":null,\"2738\":6634.49,\"2739\":287.5,\"2740\":12.3,\"2741\":720.0,\"2742\":4683.33,\"2743\":1119.84,\"2744\":1550.56,\"2745\":151.81,\"2746\":9178.0,\"2747\":9941.0,\"2748\":2585.0,\"2749\":5468.97,\"2750\":18225.23,\"2751\":10078.71,\"2752\":10222.68,\"2753\":784.23,\"2754\":10016.7,\"2755\":9783.9,\"2756\":null,\"2757\":1322.3,\"2758\":13770.0,\"2759\":19672.74,\"2760\":10323.4,\"2761\":19616.67,\"2762\":null,\"2763\":null,\"2764\":325.8,\"2765\":8921.9,\"2766\":7908.0,\"2767\":1631.4,\"2768\":2312.88,\"2769\":4286.5,\"2770\":432.51,\"2771\":1310.39,\"2772\":341.09,\"2773\":2148.0,\"2774\":1034.22,\"2775\":11199.85,\"2776\":151.99,\"2777\":7720.19,\"2778\":451.2,\"2779\":null,\"2780\":1.47,\"2781\":758.34,\"2782\":null,\"2783\":281.6,\"2784\":827.4,\"2785\":1402.61,\"2786\":null,\"2787\":null,\"2788\":8901.03,\"2789\":5704.2,\"2790\":3081.54,\"2791\":70718.54,\"2792\":4002.43,\"2793\":240.12,\"2794\":3988.7,\"2795\":4802.4,\"2796\":10953.05,\"2797\":2237.53,\"2798\":12297.7,\"2799\":null,\"2800\":11132.11,\"2801\":168.52,\"2802\":3044.97,\"2803\":2900.0,\"2804\":3970.5,\"2805\":3890.13,\"2806\":2.8,\"2807\":null,\"2808\":null,\"2809\":4053.87,\"2810\":0.88,\"2811\":19.21,\"2812\":952.93,\"2813\":4168.23,\"2814\":2959.2,\"2815\":3387.0,\"2816\":null,\"2817\":4132.18,\"2818\":1918.09,\"2819\":8654.4,\"2820\":10681.24,\"2821\":10976.12,\"2822\":null,\"2823\":47722.28,\"2824\":4456.51,\"2825\":5068.24,\"2826\":0.24,\"2827\":0.09,\"2828\":5134.8,\"2829\":null,\"2830\":14.74,\"2831\":5016.76,\"2832\":13.09,\"2833\":null,\"2834\":11676.28,\"2835\":12035.86,\"2836\":38903.39,\"2837\":0.76,\"2838\":null,\"2839\":44326.2,\"2840\":1380.75,\"2841\":8920.0,\"2842\":2028.6,\"2843\":4061.34,\"2844\":5275.8,\"2845\":5169.15,\"2846\":4705.43,\"2847\":1469.1,\"2848\":1476.3,\"2849\":null,\"2850\":null,\"2851\":126.48,\"2852\":64.2,\"2853\":136.92,\"2854\":198.51,\"2855\":187.71,\"2856\":284.14,\"2857\":399.08,\"2858\":107.4,\"2859\":318.12,\"2860\":292.76,\"2861\":3307.2,\"2862\":197.04,\"2863\":null,\"2864\":5801.03,\"2865\":5526.45,\"2866\":2597.4,\"2867\":3916.67,\"2868\":196.98,\"2869\":null,\"2870\":null,\"2871\":2359.5,\"2872\":2540.4,\"2873\":1412.41,\"2874\":631.96,\"2875\":3298.5,\"2876\":1.94,\"2877\":255.68,\"2878\":389.04,\"2879\":160.6,\"2880\":1346.84,\"2881\":4847.25,\"2882\":603.32,\"2883\":593.27,\"2884\":93.47,\"2885\":null,\"2886\":2033.38,\"2887\":1537.31,\"2888\":null,\"2889\":5472.59,\"2890\":5804.28,\"2891\":5856.66,\"2892\":2829.9,\"2893\":200.68,\"2894\":204.42,\"2895\":282.14,\"2896\":6250.2,\"2897\":null,\"2898\":18.78,\"2899\":160.35,\"2900\":336.03,\"2901\":79.12,\"2902\":null,\"2903\":2006.4,\"2904\":7173.6,\"2905\":13989.0,\"2906\":2347.2,\"2907\":4631.59,\"2908\":465.08,\"2909\":null,\"2910\":13800.0,\"2911\":404.51,\"2912\":13860.0,\"2913\":17817.96,\"2914\":85.8,\"2915\":3061.41,\"2916\":1744.05,\"2917\":547.34,\"2918\":2098.8,\"2919\":1340.0,\"2920\":16864.0,\"2921\":462539.78,\"2922\":500329.69,\"2923\":12720.0,\"2924\":842.49,\"2925\":10094.99,\"2926\":61875.15,\"2927\":6134.33,\"2928\":754.11,\"2929\":557.45,\"2930\":3704.0,\"2931\":null,\"2932\":13172.59,\"2933\":623.26,\"2934\":43387.63,\"2935\":15377.92,\"2936\":7524.94,\"2937\":4804.16,\"2938\":940.78,\"2939\":null,\"2940\":147294.14,\"2941\":5992.12,\"2942\":null,\"2943\":511020.0,\"2944\":624631.22,\"2945\":136611.18,\"2946\":12698.31,\"2947\":324892.88,\"2948\":14712.0,\"2949\":18601.0,\"2950\":29370.94,\"2951\":10425.8,\"2952\":11853.22,\"2953\":null,\"2954\":823.45,\"2955\":1482.42,\"2956\":476.71,\"2957\":206580.0,\"2958\":25607.08,\"2959\":2103.81,\"2960\":765.1,\"2961\":401.34,\"2962\":24847.22,\"2963\":null,\"2964\":3.0,\"2965\":null,\"2966\":901.51,\"2967\":893234.73,\"2968\":0.77,\"2969\":600.0,\"2970\":5616.6,\"2971\":8341.09,\"2972\":811.03,\"2973\":136730.0,\"2974\":623.19,\"2975\":14328.0,\"2976\":23794.45,\"2977\":60337.41,\"2978\":68237.84,\"2979\":164542.44,\"2980\":819.0,\"2981\":1022.82,\"2982\":39475.05,\"2983\":42393.22,\"2984\":7652.17,\"2985\":544.63,\"2986\":672.23,\"2987\":1346.4,\"2988\":350361.24,\"2989\":1060.38,\"2990\":552.78,\"2991\":523.62,\"2992\":763.4,\"2993\":5248.8,\"2994\":429.48,\"2995\":null,\"2996\":13961.15,\"2997\":4500.9,\"2998\":19785.6,\"2999\":6945.6,\"3000\":299.84,\"3001\":2625.0,\"3002\":108.9,\"3003\":329.44,\"3004\":29756.59,\"3005\":25599.04,\"3006\":null,\"3007\":91343.67,\"3008\":588748.78,\"3009\":1242.66,\"3010\":765.82,\"3011\":1152.41,\"3012\":1580.4,\"3013\":14694.66,\"3014\":631356.46,\"3015\":547682.54,\"3016\":204970.0,\"3017\":417649.01,\"3018\":140274.74,\"3019\":125312.36,\"3020\":798.7,\"3021\":647.85,\"3022\":27390.49,\"3023\":5849.57,\"3024\":5776.32,\"3025\":63528.24,\"3026\":165670.93,\"3027\":170410.9,\"3028\":null,\"3029\":142060.11,\"3030\":14839.04,\"3031\":45667.94,\"3032\":48499.33,\"3033\":528.51,\"3034\":75569.58,\"3035\":1447.44,\"3036\":8533.8,\"3037\":2530.96,\"3038\":31927.74,\"3039\":45686.58,\"3040\":48568.21,\"3041\":30366.47,\"3042\":13312.83,\"3043\":650.91,\"3044\":4150.8,\"3045\":null,\"3046\":4646.4,\"3047\":6872.09,\"3048\":289.15,\"3049\":3680.0,\"3050\":4683.33,\"3051\":1171.08,\"3052\":1569.04,\"3053\":145.76,\"3054\":8789.0,\"3055\":9675.0,\"3056\":2607.0,\"3057\":5466.96,\"3058\":18248.43,\"3059\":10098.54,\"3060\":10221.11,\"3061\":639.61,\"3062\":10016.7,\"3063\":9797.2,\"3064\":30.0,\"3065\":1376.1,\"3066\":12024.0,\"3067\":19664.46,\"3068\":10319.09,\"3069\":19614.13,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":443.9,\"3074\":8510.0,\"3075\":2246.0,\"3076\":null,\"3077\":1586.6,\"3078\":2232.84,\"3079\":3797.2,\"3080\":null,\"3081\":432.51,\"3082\":2068.36,\"3083\":340.17,\"3084\":2110.0,\"3085\":1130.97,\"3086\":11147.75,\"3087\":1063.63,\"3088\":13927.23,\"3089\":592.2,\"3090\":null,\"3091\":null,\"3092\":732.6,\"3093\":null,\"3094\":268.4,\"3095\":1011.3,\"3096\":1122.66,\"3097\":null,\"3098\":7072.31,\"3099\":null,\"3100\":5625.9,\"3101\":2817.96,\"3102\":69989.3,\"3103\":5591.17,\"3104\":96.01,\"3105\":4114.96,\"3106\":14299.87,\"3107\":3218.84,\"3108\":15855.46,\"3109\":null,\"3110\":11360.79,\"3111\":110.66,\"3112\":2844.88,\"3113\":2836.58,\"3114\":2569.5,\"3115\":3608.11,\"3116\":44.6,\"3117\":null,\"3118\":null,\"3119\":3400.72,\"3120\":1.08,\"3121\":12.12,\"3122\":874.91,\"3123\":5970.89,\"3124\":2502.0,\"3125\":3091.79,\"3126\":753.39,\"3127\":11312.46,\"3128\":10153.19,\"3129\":4674.84,\"3130\":8676.0,\"3131\":9120.24,\"3132\":9382.18,\"3133\":null,\"3134\":47182.72,\"3135\":6930.36,\"3136\":6653.94,\"3137\":0.2,\"3138\":0.07,\"3139\":5134.8,\"3140\":null,\"3141\":119.02,\"3142\":5025.5,\"3143\":12.49,\"3144\":null,\"3145\":16716.76,\"3146\":1981.25,\"3147\":43888.46,\"3148\":1309.28,\"3149\":406.41,\"3150\":40247.13,\"3151\":4764.9,\"3152\":6840.0,\"3153\":1983.6,\"3154\":3966.12,\"3155\":8229.15,\"3156\":7597.13,\"3157\":7963.2,\"3158\":2584.2,\"3159\":2778.6,\"3160\":35.27,\"3161\":274.68,\"3162\":119.16,\"3163\":129.36,\"3164\":324.72,\"3165\":243.72,\"3166\":561.0,\"3167\":456.48,\"3168\":124.08,\"3169\":339.79,\"3170\":315.0,\"3171\":2920.8,\"3172\":262.08,\"3173\":null,\"3174\":5660.63,\"3175\":5400.81,\"3176\":2824.2,\"3177\":2839.08,\"3178\":312.51,\"3179\":null,\"3180\":1847.72,\"3181\":2654.1,\"3182\":6780.0,\"3183\":2874.77,\"3184\":621.39,\"3185\":104.4,\"3186\":1.4,\"3187\":null,\"3188\":329.88,\"3189\":253.07,\"3190\":407.0,\"3191\":4801.25,\"3192\":570.21,\"3193\":584.79,\"3194\":315.23,\"3195\":null,\"3196\":null,\"3197\":1568.08,\"3198\":1192.91,\"3199\":null,\"3200\":5347.54,\"3201\":5669.2,\"3202\":5730.36,\"3203\":3168.6,\"3204\":341.15,\"3205\":342.85,\"3206\":276.66,\"3207\":5260.2,\"3208\":13.35,\"3209\":null,\"3210\":305.71,\"3211\":102.88,\"3212\":null,\"3213\":1973.4,\"3214\":7167.6,\"3215\":15780.0,\"3216\":2167.2,\"3217\":3938.77,\"3218\":466.73,\"3219\":15.93,\"3220\":550.0,\"3221\":404.46,\"3222\":13651.0,\"3223\":17047.89,\"3224\":198.0,\"3225\":3054.15,\"3226\":1748.01,\"3227\":656.01,\"3228\":1553.4,\"3229\":1730.0,\"3230\":16920.0,\"3231\":334110.05,\"3232\":502487.97,\"3233\":13248.0,\"3234\":860.31,\"3235\":9960.64,\"3236\":61293.03,\"3237\":6064.67,\"3238\":704.09,\"3239\":725.75,\"3240\":null,\"3241\":3703.36,\"3242\":12608.65,\"3243\":623.7,\"3244\":null,\"3245\":43731.86,\"3246\":15220.22,\"3247\":550.5,\"3248\":4812.3,\"3249\":940.78,\"3250\":129340.35,\"3251\":153444.82,\"3252\":6022.29,\"3253\":null,\"3254\":null,\"3255\":119296.13,\"3256\":61703.84,\"3257\":13630.99,\"3258\":329059.91,\"3259\":15216.09,\"3260\":18744.0,\"3261\":28460.69,\"3262\":11096.5,\"3263\":11410.13,\"3264\":35604.71,\"3265\":1024.44,\"3266\":1476.35,\"3267\":null,\"3268\":570.58,\"3269\":304810.0,\"3270\":37129.6,\"3271\":2194.2,\"3272\":762.64,\"3273\":399.69,\"3274\":24114.98,\"3275\":2308.56,\"3276\":3.6,\"3277\":null,\"3278\":912.23,\"3279\":962204.49,\"3280\":494585.63,\"3281\":558.0,\"3282\":4435.2,\"3283\":8325.15,\"3284\":814.33,\"3285\":null,\"3286\":626.47,\"3287\":15084.0,\"3288\":24125.07,\"3289\":60566.56,\"3290\":68955.79,\"3291\":165170.1,\"3292\":null,\"3293\":null,\"3294\":456124.47,\"3295\":1020.52,\"3296\":39288.34,\"3297\":42317.72,\"3298\":8264.35,\"3299\":165.53,\"3300\":672.12,\"3301\":1162.65,\"3302\":350338.15,\"3303\":1062.1,\"3304\":537.21,\"3305\":828.9,\"3306\":600.28,\"3307\":5265.6,\"3308\":429.0,\"3309\":14064.46,\"3310\":4339.35,\"3311\":19772.8,\"3312\":10358.4,\"3313\":375.08,\"3314\":2550.6,\"3315\":108.9,\"3316\":278.45,\"3317\":29274.71,\"3318\":25603.63,\"3319\":null,\"3320\":91452.19,\"3321\":585090.23,\"3322\":1215.96,\"3323\":764.06,\"3324\":1129.2,\"3325\":1395.0,\"3326\":33745.85,\"3327\":517218.02,\"3328\":549599.53,\"3329\":null,\"3330\":179800.0,\"3331\":null,\"3332\":418109.93,\"3333\":141152.14,\"3334\":125924.26,\"3335\":null,\"3336\":798.28,\"3337\":755.58,\"3338\":30399.99,\"3339\":11254.93,\"3340\":11284.5,\"3341\":64316.5,\"3342\":165881.45,\"3343\":170608.85,\"3344\":null,\"3345\":129481.87,\"3346\":18304.44,\"3347\":45492.44,\"3348\":48298.96,\"3349\":664.92,\"3350\":75438.29,\"3351\":null,\"3352\":8296.2,\"3353\":2473.22,\"3354\":25148.08,\"3355\":45898.23,\"3356\":57212.76,\"3357\":52035.09,\"3358\":13816.72,\"3359\":651.66,\"3360\":4154.4,\"3361\":null,\"3362\":3763.2,\"3363\":6646.86,\"3364\":288.29,\"3365\":7840.0,\"3366\":9073.43,\"3367\":817.2,\"3368\":1532.08,\"3369\":150.61,\"3370\":null,\"3371\":8453.0,\"3372\":9686.0,\"3373\":2532.2,\"3374\":5944.02,\"3375\":17358.45,\"3376\":10166.96,\"3377\":10218.47,\"3378\":310.93,\"3379\":10017.3,\"3380\":9764.0,\"3381\":null,\"3382\":1323.2,\"3383\":12312.0,\"3384\":19667.33,\"3385\":10304.51,\"3386\":19613.72,\"3387\":6249.6,\"3388\":null,\"3389\":434.6,\"3390\":8314.6,\"3391\":4156.0,\"3392\":null,\"3393\":1509.7,\"3394\":2272.86,\"3395\":3620.9,\"3396\":405.0,\"3397\":432.51,\"3398\":2171.04,\"3399\":339.94,\"3400\":2157.0,\"3401\":1046.92,\"3402\":10910.04,\"3403\":795.61,\"3404\":13673.71,\"3405\":576.0,\"3406\":null,\"3407\":809.82,\"3408\":null,\"3409\":383.68,\"3410\":1052.1,\"3411\":703.12,\"3412\":null,\"3413\":7.16,\"3414\":2097.0,\"3415\":5526.6,\"3416\":1391.04,\"3417\":63723.62,\"3418\":2652.15,\"3419\":8.94,\"3420\":4023.13,\"3421\":null,\"3422\":13273.37,\"3423\":535.37,\"3424\":14792.87,\"3425\":138402.51,\"3426\":5511.8,\"3427\":143.88,\"3428\":725.62,\"3429\":678.88,\"3430\":96.0,\"3431\":1392.38,\"3432\":54.16,\"3433\":null,\"3434\":null,\"3435\":2884.18,\"3436\":0.59,\"3437\":18.22,\"3438\":100.91,\"3439\":4291.98,\"3440\":1202.4,\"3441\":861.54,\"3442\":26.59,\"3443\":10221.25,\"3444\":9437.23,\"3445\":4939.17,\"3446\":2642.4,\"3447\":19703.92,\"3448\":19860.12,\"3449\":null,\"3450\":32550.44,\"3451\":3676.02,\"3452\":3705.82,\"3453\":0.16,\"3454\":0.06,\"3455\":5134.8,\"3456\":null,\"3457\":120.34,\"3458\":4462.0,\"3459\":11.87,\"3460\":null,\"3461\":15731.34,\"3462\":5083.97,\"3463\":8960.56,\"3464\":992.86,\"3465\":408.48,\"3466\":42447.68,\"3467\":1614.2,\"3468\":2800.0,\"3469\":685.2,\"3470\":3535.56,\"3471\":3902.63,\"3472\":3540.15,\"3473\":7538.85,\"3474\":2130.6,\"3475\":2112.9,\"3476\":40.64,\"3477\":208.8,\"3478\":102.84,\"3479\":106.92,\"3480\":299.43,\"3481\":235.68,\"3482\":379.41,\"3483\":432.77,\"3484\":50.64,\"3485\":566.73,\"3486\":535.3,\"3487\":1363.2,\"3488\":170.52,\"3489\":null,\"3490\":4946.92,\"3491\":4690.42,\"3492\":2926.8,\"3493\":2857.21,\"3494\":null,\"3495\":344.97,\"3496\":null,\"3497\":1763.86,\"3498\":2077.2,\"3499\":2143.2,\"3500\":2776.61,\"3501\":580.49,\"3502\":1965.15,\"3503\":1.79,\"3504\":210.14,\"3505\":281.16,\"3506\":260.04,\"3507\":757.24,\"3508\":4043.4,\"3509\":337.21,\"3510\":563.36,\"3511\":244.42,\"3512\":null,\"3513\":null,\"3514\":2775.78,\"3515\":2173.49,\"3516\":3.0,\"3517\":1272.07,\"3518\":4480.98,\"3519\":631.32,\"3520\":1979.1,\"3521\":null,\"3522\":371.73,\"3523\":377.12,\"3524\":276.95,\"3525\":2052.6,\"3526\":null,\"3527\":16.14,\"3528\":236.94,\"3529\":240.6,\"3530\":468.69,\"3531\":null,\"3532\":1894.2,\"3533\":7165.2,\"3534\":223937.66,\"3535\":1908.0,\"3536\":3940.29,\"3537\":466.4,\"3538\":15.84,\"3539\":404.43,\"3540\":13387.0,\"3541\":16492.96,\"3542\":191.4,\"3543\":789.86,\"3544\":1745.37,\"3545\":688.18,\"3546\":1539.9,\"3547\":1523.0,\"3548\":15652.0,\"3549\":60582.53,\"3550\":501931.83,\"3551\":null,\"3552\":676.17,\"3553\":11443.91,\"3554\":60004.93,\"3555\":6050.0,\"3556\":648.6,\"3557\":726.0,\"3558\":3704.0,\"3559\":12197.85,\"3560\":633.82,\"3561\":null,\"3562\":42838.66,\"3563\":15220.98,\"3564\":405.49,\"3565\":4633.65,\"3566\":939.79,\"3567\":232625.0,\"3568\":150771.25,\"3569\":5808.82,\"3570\":null,\"3571\":null,\"3572\":null,\"3573\":113651.09,\"3574\":13176.74,\"3575\":190601.58,\"3576\":14099.27,\"3577\":18942.0,\"3578\":25314.45,\"3579\":12125.21,\"3580\":15969.59,\"3581\":null,\"3582\":866.5,\"3583\":1327.75,\"3584\":334.08,\"3585\":304865.01,\"3586\":29211.96,\"3587\":2370.38,\"3588\":null,\"3589\":400.81,\"3590\":22932.62,\"3591\":null,\"3592\":2574.47,\"3593\":7.8,\"3594\":903.93,\"3595\":932292.35,\"3596\":470975.88,\"3597\":582.0,\"3598\":4367.0,\"3599\":8297.17,\"3600\":812.02,\"3601\":636.45,\"3602\":15552.0,\"3603\":23437.73,\"3604\":69116.94,\"3605\":165431.54,\"3606\":null,\"3607\":235980.0,\"3608\":452183.61,\"3609\":996.37,\"3610\":39147.75,\"3611\":42464.85,\"3612\":7652.17,\"3613\":540.94,\"3614\":680.9,\"3615\":1095.3,\"3616\":81286.64,\"3617\":null,\"3618\":551.6,\"3619\":803.7,\"3620\":624.71,\"3621\":5236.8,\"3622\":429.48,\"3623\":null,\"3624\":null,\"3625\":13966.17,\"3626\":4085.55,\"3627\":19676.8,\"3628\":9388.8,\"3629\":336.93,\"3630\":2518.8,\"3631\":105.6,\"3632\":250.94,\"3633\":28866.76,\"3634\":38280.06,\"3635\":null,\"3636\":null,\"3637\":92859.89,\"3638\":726488.11,\"3639\":1216.74,\"3640\":794.2,\"3641\":1132.79,\"3642\":1166.4,\"3643\":33440.74,\"3644\":774081.89,\"3645\":15881.24,\"3646\":550984.0600000001,\"3647\":213370.0,\"3648\":153612.09,\"3649\":418256.12,\"3650\":142032.21,\"3651\":126217.19,\"3652\":2064.0,\"3653\":798.42,\"3654\":617.95,\"3655\":null,\"3656\":10516.66,\"3657\":10532.8,\"3658\":59583.87,\"3659\":165234.51,\"3660\":163813.8,\"3661\":null,\"3662\":102595.64,\"3663\":18528.73,\"3664\":45144.39,\"3665\":47962.4,\"3666\":663.75,\"3667\":84471.93,\"3668\":1440.93,\"3669\":8461.2,\"3670\":2317.46,\"3671\":33414.21,\"3672\":46595.66,\"3673\":58365.04,\"3674\":57107.64,\"3675\":12309.19,\"3676\":651.03,\"3677\":6422.4,\"3678\":null,\"3679\":null,\"3680\":2894.4,\"3681\":6730.02,\"3682\":277.6,\"3683\":4960.0,\"3684\":8941.82,\"3685\":1091.28,\"3686\":1523.72,\"3687\":151.67,\"3688\":331.2,\"3689\":8141.0,\"3690\":9465.0,\"3691\":2541.0,\"3692\":4463.1,\"3693\":13031.56,\"3694\":9600.06,\"3695\":9951.16,\"3696\":234.81,\"3697\":10016.0,\"3698\":9769.1,\"3699\":null,\"3700\":1289.4,\"3701\":13914.0,\"3702\":19652.82,\"3703\":10301.39,\"3704\":19608.54,\"3705\":7686.0,\"3706\":443.2,\"3707\":8069.8,\"3708\":3788.0,\"3709\":null,\"3710\":1475.2,\"3711\":2190.06,\"3712\":3408.1,\"3713\":2868.0,\"3714\":432.51,\"3715\":2186.67,\"3716\":344.08,\"3717\":2061.0,\"3718\":1266.62,\"3719\":10699.05,\"3720\":1185.08,\"3721\":14209.84,\"3722\":423.0,\"3723\":null,\"3724\":942.48,\"3725\":277.2,\"3726\":552.0,\"3727\":470.58,\"3728\":null,\"3729\":11760.2,\"3730\":2000.0,\"3731\":5452.7,\"3732\":3223.68,\"3733\":73055.17,\"3734\":38.95,\"3735\":null,\"3736\":3810.78,\"3737\":4883.04,\"3738\":722.15,\"3739\":13769.75,\"3740\":3362.84,\"3741\":15303.23,\"3742\":162843.37,\"3743\":11595.45,\"3744\":null,\"3745\":2447.1,\"3746\":2403.55,\"3747\":3595.5,\"3748\":5167.3,\"3749\":31.6,\"3750\":null,\"3751\":2997.78,\"3752\":0.71,\"3753\":1.06,\"3754\":204.69,\"3755\":5426.93,\"3756\":2685.6,\"3757\":2696.29,\"3758\":null,\"3759\":11961.2,\"3760\":11025.32,\"3761\":5295.8,\"3762\":4352.4,\"3763\":8388.0,\"3764\":10277.95,\"3765\":10560.55,\"3766\":null,\"3767\":44268.75,\"3768\":1744.75,\"3769\":1787.12,\"3770\":0.41,\"3771\":0.14,\"3772\":5134.8,\"3773\":null,\"3774\":88.22,\"3775\":12.24,\"3776\":16735.86,\"3777\":5441.34,\"3778\":36075.8,\"3779\":1225.51,\"3780\":389.16,\"3781\":39800.27,\"3782\":4583.95,\"3783\":4840.0,\"3784\":3246.0,\"3785\":3681.84,\"3786\":1297.13,\"3787\":1240.2,\"3788\":868.28,\"3789\":2291.4,\"3790\":2208.3,\"3791\":36.86,\"3792\":null,\"3793\":37.56,\"3794\":27.6,\"3795\":43.2,\"3796\":374.97,\"3797\":258.96,\"3798\":548.75,\"3799\":424.54,\"3800\":179.64,\"3801\":332.63,\"3802\":283.42,\"3803\":2998.8,\"3804\":87.96,\"3805\":null,\"3806\":4809.34,\"3807\":4857.97,\"3808\":1776.6,\"3809\":3130.52,\"3810\":4800.0,\"3811\":361.08,\"3812\":null,\"3813\":null,\"3814\":2674.8,\"3815\":874.8,\"3816\":456.74,\"3817\":615.31,\"3818\":null,\"3819\":1.05,\"3820\":27.02,\"3821\":268.2,\"3822\":62.7,\"3823\":993.52,\"3824\":4113.55,\"3825\":4800.0,\"3826\":463.14,\"3827\":581.58,\"3828\":292.13,\"3829\":null,\"3830\":null,\"3831\":450.81,\"3832\":302.24,\"3833\":null,\"3834\":4571.94,\"3835\":4889.96,\"3836\":5036.16,\"3837\":3466.5,\"3838\":4349.7,\"3839\":201.89,\"3840\":203.43,\"3841\":465.68,\"3842\":917.4,\"3843\":null,\"3844\":6.57,\"3845\":283.75,\"3846\":312.34,\"3847\":429.75,\"3848\":null,\"3849\":1841.4,\"3850\":7148.4,\"3851\":387087.91,\"3852\":5025.6,\"3853\":2949.65,\"3854\":null,\"3855\":null,\"3856\":404.55,\"3857\":12760.0,\"3858\":15990.67,\"3859\":null,\"3860\":3051.34,\"3861\":1746.03,\"3862\":766.3,\"3863\":2279.7,\"3864\":2464.0,\"3865\":20196.0,\"3866\":60562.06,\"3867\":498944.25,\"3868\":14584.0,\"3869\":610.83,\"3870\":8789.3,\"3871\":26397.18,\"3872\":6086.67,\"3873\":1155.18,\"3874\":717.96,\"3875\":3704.0,\"3876\":null,\"3877\":11404.49,\"3878\":390.06,\"3879\":null,\"3880\":45857.94,\"3881\":28181.49,\"3882\":9182.0,\"3883\":4474.61,\"3884\":939.79,\"3885\":247409.58,\"3886\":151152.83,\"3887\":5622.36,\"3888\":69072.0,\"3889\":null,\"3890\":59020.83,\"3891\":132533.7,\"3892\":12030.15,\"3893\":33023.62,\"3894\":13959.74,\"3895\":18928.8,\"3896\":28128.9,\"3897\":12023.92,\"3898\":4286.36,\"3899\":null,\"3900\":858.84,\"3901\":1240.11,\"3902\":576.46,\"3903\":null,\"3904\":38050.76,\"3905\":2267.23,\"3906\":766.67,\"3907\":394.02,\"3908\":22645.42,\"3909\":null,\"3910\":null,\"3911\":18.6,\"3912\":733.14,\"3913\":942346.2,\"3914\":253272.41,\"3915\":684.0,\"3916\":4576.0,\"3917\":8301.78,\"3918\":800.03,\"3919\":null,\"3920\":640.26,\"3921\":14004.0,\"3922\":22629.15,\"3923\":69173.43,\"3924\":165283.78,\"3925\":null,\"3926\":402500.0,\"3927\":427989.45,\"3928\":997.92,\"3929\":39071.18,\"3930\":42674.55,\"3931\":7499.13,\"3932\":539.35,\"3933\":678.42,\"3934\":976.05,\"3935\":81216.53,\"3936\":1048.33,\"3937\":538.82,\"3938\":723.06,\"3939\":605.08,\"3940\":5047.2,\"3941\":429.36,\"3942\":1539.83,\"3943\":14017.11,\"3944\":4494.6,\"3945\":18689.0,\"3946\":6859.2,\"3947\":377.92,\"3948\":2468.4,\"3949\":105.6,\"3950\":347.24,\"3951\":29363.7,\"3952\":34872.55,\"3953\":241275.17,\"3954\":91920.59,\"3955\":503705.4,\"3956\":1209.0,\"3957\":785.84,\"3958\":1108.42,\"3959\":1173.6,\"3960\":774535.09,\"3961\":38591.11,\"3962\":551523.24,\"3963\":207440.0,\"3964\":155873.73,\"3965\":420861.94,\"3966\":143363.48,\"3967\":126912.11,\"3968\":690.62,\"3969\":582.87,\"3970\":33592.28,\"3971\":10900.36,\"3972\":10939.26,\"3973\":59546.87,\"3974\":165313.79,\"3975\":170483.05,\"3976\":null,\"3977\":185614.01,\"3978\":19031.64,\"3979\":44981.07,\"3980\":48864.14,\"3981\":655.95,\"3982\":84471.72,\"3983\":1310.48,\"3984\":8166.4,\"3985\":2752.37,\"3986\":null,\"3987\":44578.93,\"3988\":47874.39,\"3989\":null,\"3990\":15061.81,\"3991\":650.52,\"3992\":4928.4,\"3993\":null,\"3994\":6302.4,\"3995\":6700.82,\"3996\":271.06,\"3997\":null,\"3998\":7520.0,\"3999\":9341.84,\"4000\":1101.72,\"4001\":1609.52,\"4002\":149.03,\"4003\":331.2,\"4004\":8140.0,\"4005\":9885.0,\"4006\":2516.8,\"4007\":4958.55,\"4008\":14486.16,\"4009\":9209.82,\"4010\":9565.2,\"4011\":864.6,\"4012\":10016.7,\"4013\":9776.2,\"4014\":null,\"4015\":1320.2,\"4016\":12348.0,\"4017\":19750.4,\"4018\":10307.41,\"4019\":19610.95,\"4020\":7398.0,\"4021\":426.2,\"4022\":8032.4,\"4023\":1922.0,\"4024\":1441.7,\"4025\":2239.74,\"4026\":3318.1,\"4027\":6234.0,\"4028\":432.51,\"4029\":2277.07,\"4030\":347.99,\"4031\":2106.0,\"4032\":404.28,\"4033\":10745.98,\"4034\":2078.31,\"4035\":13503.75,\"4036\":571.8,\"4037\":null,\"4038\":742.5,\"4039\":266.2,\"4040\":730.5,\"4041\":377.08,\"4042\":null,\"4043\":null,\"4044\":11579.62,\"4045\":2000.0,\"4046\":5395.5,\"4047\":2928.36,\"4048\":70183.09,\"4049\":2008.28,\"4050\":null,\"4051\":3776.35,\"4052\":4874.4,\"4053\":13219.87,\"4054\":45.38,\"4055\":14771.4,\"4056\":158183.68,\"4057\":11031.67,\"4058\":40.7,\"4059\":1327.8,\"4060\":1349.04,\"4061\":4389.0,\"4062\":20.58,\"4063\":43.04,\"4064\":null,\"4065\":null,\"4066\":3055.66,\"4067\":0.08,\"4068\":4.99,\"4069\":584.34,\"4070\":4289.57,\"4071\":3196.8,\"4072\":1502.0,\"4073\":25.49,\"4074\":12219.54,\"4075\":10924.29,\"4076\":5486.29,\"4077\":3888.0,\"4078\":7354.8,\"4079\":7940.4,\"4080\":8186.8,\"4081\":null,\"4082\":43811.45,\"4083\":1885.69,\"4084\":1832.21,\"4085\":0.19,\"4086\":0.06,\"4087\":5134.8,\"4088\":null,\"4089\":132.66,\"4090\":null,\"4091\":12.05,\"4092\":null,\"4093\":18426.08,\"4094\":4694.75,\"4095\":26906.69,\"4096\":1210.28,\"4097\":390.54,\"4098\":44118.17,\"4099\":3785.25,\"4100\":8400.0,\"4101\":2985.6,\"4102\":3728.76,\"4103\":8124.53,\"4104\":7410.15,\"4105\":2108.7,\"4106\":2640.6,\"4107\":3339.0,\"4108\":33.16,\"4109\":9.9,\"4110\":160.08,\"4111\":62.52,\"4112\":47.88,\"4113\":379.26,\"4114\":237.48,\"4115\":548.35,\"4116\":396.41,\"4117\":115.8,\"4118\":null,\"4119\":null,\"4120\":3148.8,\"4121\":89.04,\"4122\":null,\"4123\":5449.31,\"4124\":5216.87,\"4125\":2908.8,\"4126\":6469.14,\"4127\":4800.0,\"4128\":389.88,\"4129\":null,\"4130\":1535.45,\"4131\":2374.5,\"4132\":3375.6,\"4133\":1018.29,\"4134\":null,\"4135\":null,\"4136\":0.64,\"4137\":null,\"4138\":313.44,\"4139\":143.0,\"4140\":880.88,\"4141\":4603.45,\"4142\":4800.0,\"4143\":692.35,\"4144\":null,\"4145\":311.38,\"4146\":null,\"4147\":null,\"4148\":597.02,\"4149\":397.08,\"4150\":null,\"4151\":1112.61,\"4152\":5429.68,\"4153\":5541.29,\"4154\":2472.0,\"4155\":4235.4,\"4156\":220.46,\"4157\":238.83,\"4158\":null,\"4159\":2755.5,\"4160\":null,\"4161\":6.74,\"4162\":304.45,\"4163\":296.12,\"4164\":null,\"4165\":null,\"4166\":2032.8,\"4167\":7142.4,\"4168\":388051.18,\"4169\":2941.2,\"4170\":4239.51,\"4171\":469.37,\"4172\":null,\"4173\":404.5,\"4174\":12353.0,\"4175\":15565.46,\"4176\":null,\"4177\":3129.88,\"4178\":1746.36,\"4179\":772.24,\"4180\":1689.3,\"4181\":2014.0,\"4182\":21192.0,\"4183\":120440.23,\"4184\":500642.38,\"4185\":15056.0,\"4186\":2043.69,\"4187\":8373.81,\"4188\":24286.35,\"4189\":6457.0,\"4190\":692.01,\"4191\":719.28,\"4192\":3704.0,\"4193\":966.09,\"4194\":11024.1,\"4195\":637.34,\"4196\":null,\"4197\":43715.17,\"4198\":26142.98,\"4199\":null,\"4200\":4474.86,\"4201\":939.79,\"4202\":249963.78,\"4203\":154228.78,\"4204\":5577.78,\"4205\":64560.0,\"4206\":509200.0,\"4207\":153223.46,\"4208\":11874.82,\"4209\":151166.2,\"4210\":13992.09,\"4211\":18777.0,\"4212\":27050.47,\"4213\":11036.8,\"4214\":16782.88,\"4215\":49449.5,\"4216\":700.9,\"4217\":1230.66,\"4218\":591.96,\"4219\":null,\"4220\":33460.66,\"4221\":2190.29,\"4222\":767.56,\"4223\":402.27,\"4224\":21668.81,\"4225\":null,\"4226\":null,\"4227\":7.2,\"4228\":768.55,\"4229\":885890.88,\"4230\":0.04,\"4231\":450.0,\"4232\":6641.8,\"4233\":8308.51,\"4234\":796.51,\"4235\":615.26,\"4236\":16020.0,\"4237\":22886.84,\"4238\":69354.76,\"4239\":165937.0,\"4240\":null,\"4241\":5520.0,\"4242\":null,\"4243\":876.46,\"4244\":38715.17,\"4245\":42459.59,\"4246\":7652.17,\"4247\":526.15,\"4248\":674.5,\"4249\":867.15,\"4250\":80966.13,\"4251\":2117.32,\"4252\":538.46,\"4253\":711.0,\"4254\":605.88,\"4255\":4654.8,\"4256\":429.24,\"4257\":1362.83,\"4258\":13968.33,\"4259\":3629.7,\"4260\":18116.76,\"4261\":7603.2,\"4262\":null,\"4263\":379.57,\"4264\":2566.8,\"4265\":105.6,\"4266\":346.71,\"4267\":29445.02,\"4268\":43025.39,\"4269\":null,\"4270\":null,\"4271\":91168.16,\"4272\":495659.97,\"4273\":1393.26,\"4274\":777.04,\"4275\":1077.68,\"4276\":1353.6,\"4277\":727837.11,\"4278\":38894.35,\"4279\":541202.34,\"4280\":null,\"4281\":156465.97,\"4282\":424582.01,\"4283\":141114.02,\"4284\":125697.79,\"4285\":796.6,\"4286\":660.5,\"4287\":21006.73,\"4288\":10428.79,\"4289\":10410.62,\"4290\":59771.23,\"4291\":165406.2,\"4292\":170285.1,\"4293\":null,\"4294\":null,\"4295\":19103.49,\"4296\":45315.77,\"4297\":49001.84,\"4298\":653.22,\"4299\":84366.2,\"4300\":1180.97,\"4301\":7836.4,\"4302\":0.11,\"4303\":27376.86,\"4304\":41707.32,\"4305\":57235.1,\"4306\":57495.44,\"4307\":16263.69,\"4308\":292.38,\"4309\":5407.2,\"4310\":null,\"4311\":1058.4,\"4312\":5869.88,\"4313\":346.57,\"4314\":3280.0,\"4315\":9352.03,\"4316\":1092.48,\"4317\":1595.88,\"4318\":149.82,\"4319\":15359.0,\"4320\":9494.0,\"4321\":2648.8,\"4322\":4457.35,\"4323\":14873.92,\"4324\":9626.67,\"4325\":9977.26,\"4326\":733.92,\"4327\":10007.3,\"4328\":9597.0,\"4329\":null,\"4330\":1493.1,\"4331\":13788.0,\"4332\":19747.81,\"4333\":10305.19,\"4334\":19602.02,\"4335\":8913.6,\"4336\":535.7,\"4337\":8729.6,\"4338\":3166.0,\"4339\":null,\"4340\":2103.7,\"4341\":2174.88,\"4342\":5023.7,\"4343\":4210.0,\"4344\":432.51,\"4345\":2057.58,\"4346\":314.87,\"4347\":2071.0,\"4348\":1157.63,\"4349\":11050.25,\"4350\":983.45,\"4351\":13619.37,\"4352\":563.4,\"4353\":null,\"4354\":300.67,\"4355\":970.2,\"4356\":null,\"4357\":266.64,\"4358\":null,\"4359\":494.34,\"4360\":null,\"4361\":243.84,\"4362\":7193.06,\"4363\":2000.0,\"4364\":7037.39,\"4365\":1112.28,\"4366\":69463.87,\"4367\":3443.25,\"4368\":13.84,\"4369\":8298.78,\"4370\":4690.08,\"4371\":462.0,\"4372\":13119.24,\"4373\":174.53,\"4374\":14592.81,\"4375\":null,\"4376\":5708.09,\"4377\":null,\"4378\":1766.79,\"4379\":1757.09,\"4380\":1386.0,\"4381\":150.03,\"4382\":32.48,\"4383\":null,\"4384\":null,\"4385\":1576.24,\"4386\":0.36,\"4387\":28.09,\"4388\":825.43,\"4389\":4896.58,\"4390\":1979.29,\"4391\":316.06,\"4392\":3520.66,\"4393\":3567.92,\"4394\":1770.23,\"4395\":4390.2,\"4396\":8290.8,\"4397\":6981.6,\"4398\":7173.58,\"4399\":9.6,\"4400\":44815.0,\"4401\":1813.18,\"4402\":1802.4,\"4403\":0.09,\"4404\":0.03,\"4405\":5134.8,\"4406\":836.25,\"4407\":73.81,\"4408\":4592.18,\"4409\":11.65,\"4410\":10146.97,\"4411\":4573.6,\"4412\":10369.47,\"4413\":1230.96,\"4414\":601.68,\"4415\":40039.06,\"4416\":400.75,\"4417\":1760.0,\"4418\":3182.4,\"4419\":3432.06,\"4420\":7031.48,\"4421\":6731.33,\"4422\":4331.03,\"4423\":1670.4,\"4424\":2187.9,\"4425\":34.57,\"4426\":5552.8,\"4427\":105.48,\"4428\":67.2,\"4429\":100.32,\"4430\":139.95,\"4431\":94.14,\"4432\":254.12,\"4433\":349.06,\"4434\":158.28,\"4435\":306.98,\"4436\":258.66,\"4437\":1215.6,\"4438\":94.56,\"4439\":null,\"4440\":2665.05,\"4441\":2457.43,\"4442\":2815.2,\"4443\":3848.74,\"4444\":4625.0,\"4445\":146.52,\"4446\":19.8,\"4447\":2.88,\"4448\":null,\"4449\":1283.1,\"4450\":5276.4,\"4451\":1670.63,\"4452\":589.05,\"4453\":116.55,\"4454\":4.97,\"4455\":null,\"4456\":146.64,\"4457\":138.6,\"4458\":1950.96,\"4459\":4662.1,\"4460\":4625.0,\"4461\":578.06,\"4462\":550.77,\"4463\":166.35,\"4464\":347.69,\"4465\":57.0,\"4466\":2284.07,\"4467\":1706.63,\"4468\":null,\"4469\":2765.69,\"4470\":2671.57,\"4471\":1206.9,\"4472\":1782.9,\"4473\":233.42,\"4474\":236.5,\"4475\":439.48,\"4476\":5151.3,\"4477\":100.74,\"4478\":9.67,\"4479\":298.65,\"4480\":239.89,\"4481\":572.77,\"4482\":null,\"4483\":3611.67,\"4484\":null,\"4485\":6932.4,\"4486\":152261.2,\"4487\":2437.2,\"4488\":4633.58,\"4489\":null,\"4490\":404.81,\"4491\":12573.0,\"4492\":15391.2,\"4493\":6.6,\"4494\":3122.3,\"4495\":1745.37,\"4496\":755.46,\"4497\":2008.8,\"4498\":3651.0,\"4499\":22084.0,\"4500\":91272.98,\"4501\":502852.73,\"4502\":13216.0,\"4503\":1519.32,\"4504\":10935.79,\"4505\":59509.99,\"4506\":6057.33,\"4507\":635.95,\"4508\":720.18,\"4509\":3703.04,\"4510\":913.96,\"4511\":10756.56,\"4512\":639.98,\"4513\":null,\"4514\":42784.49,\"4515\":28265.02,\"4516\":10591.0,\"4517\":5239.93,\"4518\":940.78,\"4519\":249908.36,\"4520\":154301.14,\"4521\":6031.54,\"4522\":54600.0,\"4523\":null,\"4524\":31579.87,\"4525\":14288.41,\"4526\":33428.31,\"4527\":17594.19,\"4528\":18273.2,\"4529\":29464.03,\"4530\":13008.43,\"4531\":16413.75,\"4532\":86167.92,\"4533\":919.7,\"4534\":1327.57,\"4535\":589.71,\"4536\":18014.37,\"4537\":2038.38,\"4538\":758.3,\"4539\":409.04,\"4540\":21641.07,\"4541\":null,\"4542\":2901.81,\"4543\":2623.2,\"4544\":844.86,\"4545\":897869.51,\"4546\":462842.37,\"4547\":600.0,\"4548\":6872.8,\"4549\":8303.5,\"4550\":795.19,\"4551\":644.79,\"4552\":12060.0,\"4553\":23128.31,\"4554\":69135.21,\"4555\":165063.55,\"4556\":null,\"4557\":null,\"4558\":530980.85,\"4559\":977.36,\"4560\":null,\"4561\":null,\"4562\":7499.13,\"4563\":517.97,\"4564\":674.93,\"4565\":779.85,\"4566\":163760.03,\"4567\":3077.86,\"4568\":530.05,\"4569\":655.2,\"4570\":634.48,\"4571\":4599.6,\"4572\":428.88,\"4573\":1183.56,\"4574\":3011.61,\"4575\":2460.6,\"4576\":17968.11,\"4577\":9220.8,\"4578\":496.7,\"4579\":374.42,\"4580\":2568.0,\"4581\":102.3,\"4582\":327.4,\"4583\":29652.27,\"4584\":41821.68,\"4585\":null,\"4586\":232089.88,\"4587\":91533.12,\"4588\":119873.14,\"4589\":1497.9,\"4590\":785.4,\"4591\":1099.06,\"4592\":1420.2,\"4593\":434795.29,\"4594\":null,\"4595\":326857.96,\"4596\":170770.0,\"4597\":101524.91,\"4598\":321539.1,\"4599\":71599.1,\"4600\":111917.86,\"4601\":795.9,\"4602\":568.75,\"4603\":10272.87,\"4604\":10409.13,\"4605\":10375.31,\"4606\":62664.85,\"4607\":165062.29,\"4608\":170496.0,\"4609\":null,\"4610\":null,\"4611\":19180.08,\"4612\":45569.24,\"4613\":49067.59,\"4614\":651.0,\"4615\":75341.48,\"4616\":945.26,\"4617\":7713.2,\"4618\":2253.41,\"4619\":25668.64,\"4620\":41677.42,\"4621\":57676.1,\"4622\":57883.06,\"4623\":19008.26,\"4624\":326.37,\"4625\":8856.0,\"4626\":64.8,\"4627\":1058.4,\"4628\":6700.32,\"4629\":267.56,\"4630\":7040.0,\"4631\":9335.06,\"4632\":1104.0,\"4633\":1565.08,\"4634\":154.31,\"4635\":11755.0,\"4636\":9515.0,\"4637\":3460.6,\"4638\":6300.33,\"4639\":17552.57,\"4640\":9417.13,\"4641\":9769.48,\"4642\":497.93,\"4643\":9973.1,\"4644\":9598.7,\"4645\":null,\"4646\":2209.9,\"4647\":9936.0,\"4648\":19755.96,\"4649\":10307.72,\"4650\":19617.82,\"4651\":8330.4,\"4652\":747.5,\"4653\":9912.3,\"4654\":7776.0,\"4655\":null,\"4656\":1768.0,\"4657\":2148.66,\"4658\":4196.0,\"4659\":7298.0,\"4660\":432.51,\"4661\":2147.85,\"4662\":341.55,\"4663\":2187.0,\"4664\":1266.15,\"4665\":18221.43,\"4666\":null,\"4667\":9608.1,\"4668\":558.0,\"4669\":0.26,\"4670\":null,\"4671\":780.12,\"4672\":616.44,\"4673\":653.7,\"4674\":240.46,\"4675\":null,\"4676\":5.28,\"4677\":5628.04,\"4678\":2000.0,\"4679\":6397.5,\"4680\":2790.36,\"4681\":60483.66,\"4682\":2293.79,\"4683\":null,\"4684\":5193.91,\"4685\":4481.28,\"4686\":10872.62,\"4687\":377.64,\"4688\":11689.68,\"4689\":null,\"4690\":8837.77,\"4691\":null,\"4692\":820.54,\"4693\":824.12,\"4694\":579.0,\"4695\":516.77,\"4696\":1.24,\"4697\":null,\"4698\":888.86,\"4699\":0.29,\"4700\":17.16,\"4701\":1019.83,\"4702\":4574.84,\"4703\":1555.2,\"4704\":930.25,\"4705\":null,\"4706\":2826.9,\"4707\":3041.51,\"4708\":1390.94,\"4709\":4120.2,\"4710\":7516.8,\"4711\":6482.95,\"4712\":6654.33,\"4713\":null,\"4714\":44410.02,\"4715\":1764.57,\"4716\":1782.73,\"4717\":0.12,\"4718\":0.04,\"4719\":5134.8,\"4720\":null,\"4721\":6.49,\"4722\":4686.02,\"4723\":11.64,\"4724\":null,\"4725\":4626.32,\"4726\":7632.31,\"4727\":11285.75,\"4728\":1201.7,\"4729\":598.92,\"4730\":19954.92,\"4731\":1488.9,\"4732\":5640.0,\"4733\":3111.6,\"4734\":3661.14,\"4735\":6622.88,\"4736\":6313.95,\"4737\":4710.38,\"4738\":594.6,\"4739\":733.2,\"4740\":37.47,\"4741\":null,\"4742\":133.92,\"4743\":77.4,\"4744\":96.48,\"4745\":153.96,\"4746\":106.83,\"4747\":197.31,\"4748\":309.62,\"4749\":79.56,\"4750\":286.25,\"4751\":241.44,\"4752\":2516.4,\"4753\":90.24,\"4754\":null,\"4755\":5308.98,\"4756\":5112.12,\"4757\":3184.2,\"4758\":2100.98,\"4759\":4715.0,\"4760\":146.94,\"4761\":null,\"4762\":null,\"4763\":1407.6,\"4764\":1401.6,\"4765\":909.46,\"4766\":548.84,\"4767\":769.05,\"4768\":0.16,\"4769\":10.4,\"4770\":79.68,\"4771\":134.2,\"4772\":182.16,\"4773\":2662.25,\"4774\":4715.0,\"4775\":557.37,\"4776\":509.85,\"4777\":130.52,\"4778\":null,\"4779\":null,\"4780\":1664.92,\"4781\":1193.07,\"4782\":null,\"4783\":5353.26,\"4784\":5459.44,\"4785\":2436.9,\"4786\":2206.5,\"4787\":56.34,\"4788\":56.21,\"4789\":402.39,\"4790\":1805.1,\"4791\":15.55,\"4792\":297.0,\"4793\":300.84,\"4794\":537.51,\"4795\":null,\"4796\":3718.0,\"4797\":null,\"4798\":7138.8,\"4799\":17898.98,\"4800\":6606.0,\"4801\":6424.43,\"4802\":31.94,\"4803\":404.5,\"4804\":12991.0,\"4805\":18835.92,\"4806\":null,\"4807\":3109.76,\"4808\":1762.53,\"4809\":776.65,\"4810\":1555.2,\"4811\":3537.0,\"4812\":21008.0,\"4813\":60262.72,\"4814\":502566.48,\"4815\":null,\"4816\":1530.21,\"4817\":18086.64,\"4818\":36043.54,\"4819\":7392.0,\"4820\":null,\"4821\":615.49,\"4822\":3703.36,\"4823\":861.97,\"4824\":20591.67,\"4825\":613.36,\"4826\":null,\"4827\":37028.74,\"4828\":28158.29,\"4829\":16403.0,\"4830\":6028.78,\"4831\":939.79,\"4832\":249767.67,\"4833\":146732.51,\"4834\":7556.51,\"4835\":59016.0,\"4836\":509320.0,\"4837\":null,\"4838\":98939.85,\"4839\":25264.47,\"4840\":397875.77,\"4841\":19308.68,\"4842\":18691.2,\"4843\":25510.87,\"4844\":11210.15,\"4845\":16775.86,\"4846\":125677.8,\"4847\":1007.68,\"4848\":1211.81,\"4849\":580.83,\"4850\":102410.0,\"4851\":32193.32,\"4852\":2216.74,\"4853\":750.04,\"4854\":405.1,\"4855\":31076.57,\"4856\":null,\"4857\":345.19,\"4858\":2304.0,\"4859\":734.99,\"4860\":889085.58,\"4861\":361087.15,\"4862\":468.0,\"4863\":10465.4,\"4864\":8313.5,\"4865\":789.58,\"4866\":113100.0,\"4867\":615.62,\"4868\":8604.0,\"4869\":22897.49,\"4870\":65289.46,\"4871\":165050.68,\"4872\":868.5,\"4873\":349462.0,\"4874\":136642.59,\"4875\":14149.77,\"4876\":43174.17,\"4877\":7652.17,\"4878\":540.54,\"4879\":675.32,\"4880\":681.3,\"4881\":80999.27,\"4882\":3076.14,\"4883\":526.02,\"4884\":483.12,\"4885\":635.29,\"4886\":3789.6,\"4887\":428.64,\"4888\":null,\"4889\":1637.53,\"4890\":14088.85,\"4891\":2271.15,\"4892\":17387.9,\"4893\":7396.8,\"4894\":33.79,\"4895\":2563.2,\"4896\":102.3,\"4897\":345.99,\"4898\":29349.96,\"4899\":50220.57,\"4900\":null,\"4901\":156730.24,\"4902\":90577.68,\"4903\":120291.64,\"4904\":null,\"4905\":772.2,\"4906\":1100.86,\"4907\":1382.4,\"4908\":784267.38,\"4909\":44867.25,\"4910\":532209.95,\"4911\":null,\"4912\":156210.0,\"4913\":155297.5,\"4914\":422864.7,\"4915\":73296.37,\"4916\":72118.46,\"4917\":795.9,\"4918\":816.49,\"4919\":10277.13,\"4920\":7951.71,\"4921\":7934.08,\"4922\":60421.54,\"4923\":163490.65,\"4924\":159632.8,\"4925\":null,\"4926\":null,\"4927\":183374.32,\"4928\":9848.98,\"4929\":46025.43,\"4930\":48867.86,\"4931\":646.71,\"4932\":76457.32,\"4933\":1251.87,\"4934\":8826.4,\"4935\":2473.22,\"4936\":28901.73,\"4937\":41939.73,\"4938\":58507.1,\"4939\":58196.84,\"4940\":19529.72,\"4941\":326.37,\"4942\":7099.2,\"4943\":4.2,\"4944\":1058.4,\"4945\":6727.71,\"4946\":283.87,\"4947\":null,\"4948\":8880.0,\"4949\":9291.6,\"4950\":40.44,\"4951\":1623.6,\"4952\":149.42,\"4953\":null,\"4954\":9601.0,\"4955\":8751.0,\"4956\":2538.8,\"4957\":6318.0,\"4958\":17204.64,\"4959\":18945.03,\"4960\":19281.73,\"4961\":2381.28,\"4962\":10012.8,\"4963\":9610.6,\"4964\":null,\"4965\":1802.5,\"4966\":13032.0,\"4967\":19756.01,\"4968\":10274.6,\"4969\":19618.74,\"4970\":8589.6,\"4971\":524.8,\"4972\":8581.1,\"4973\":7896.0,\"4974\":1477.3,\"4975\":2384.64,\"4976\":3417.8,\"4977\":4211.0,\"4978\":432.51,\"4979\":2040.16,\"4980\":340.4,\"4981\":2124.0,\"4982\":652.83,\"4983\":12696.9,\"4984\":155.54,\"4985\":4740.53,\"4986\":609.6,\"4987\":null,\"4988\":39.6,\"4989\":806.52,\"4990\":314.16,\"4991\":805.8,\"4992\":1133.55,\"4993\":null,\"4994\":91.2,\"4995\":8795.7,\"4996\":2000.0,\"4997\":5596.98,\"4998\":2703.42,\"4999\":58647.32,\"5000\":2113.53,\"5001\":34.76,\"5002\":4051.83,\"5003\":4816.8,\"5004\":4548.24,\"5005\":2436.18,\"5006\":5445.6,\"5007\":null,\"5008\":7119.84,\"5009\":10.12,\"5010\":1222.53,\"5011\":1238.31,\"5012\":2877.0,\"5013\":4610.21,\"5014\":0.12,\"5015\":null,\"5016\":0.45,\"5017\":1943.7,\"5018\":0.53,\"5019\":11.88,\"5020\":279.32,\"5021\":4557.91,\"5022\":2754.0,\"5023\":1288.29,\"5024\":null,\"5025\":2941.08,\"5026\":2821.41,\"5027\":1274.61,\"5028\":1699.2,\"5029\":2678.4,\"5030\":5698.87,\"5031\":5836.82,\"5032\":15.0,\"5033\":37081.32,\"5034\":4581.38,\"5035\":4199.55,\"5036\":0.19,\"5037\":0.06,\"5038\":4458.0,\"5039\":null,\"5040\":111.87,\"5041\":3045.66,\"5042\":11.32,\"5043\":0.3,\"5044\":16644.54,\"5045\":7571.73,\"5046\":20052.47,\"5047\":1257.58,\"5048\":252.54,\"5049\":25927.09,\"5050\":1307.6,\"5051\":8000.0,\"5052\":1283.4,\"5053\":2108.64,\"5054\":680.4,\"5055\":653.18,\"5056\":502.88,\"5057\":1162.8,\"5058\":1475.1,\"5059\":40.82,\"5060\":5533.0,\"5061\":96.0,\"5062\":134.88,\"5063\":147.0,\"5064\":139.26,\"5065\":116.4,\"5066\":477.65,\"5067\":175.45,\"5068\":95.64,\"5069\":283.69,\"5070\":206.42,\"5071\":2982.0,\"5072\":192.6,\"5073\":null,\"5074\":2206.76,\"5075\":2186.04,\"5076\":2478.6,\"5077\":3169.9,\"5078\":4900.0,\"5079\":143.97,\"5080\":null,\"5081\":null,\"5082\":1306.5,\"5083\":2661.6,\"5084\":2125.01,\"5085\":542.9,\"5086\":5463.9,\"5087\":0.16,\"5088\":null,\"5089\":175.44,\"5090\":114.4,\"5091\":500.28,\"5092\":4107.8,\"5093\":4900.0,\"5094\":null,\"5095\":505.38,\"5096\":269.83,\"5097\":null,\"5098\":null,\"5099\":2932.69,\"5100\":2283.85,\"5101\":430.2,\"5102\":684.19,\"5103\":null,\"5104\":2756.1,\"5105\":2481.0,\"5106\":172.9,\"5107\":174.11,\"5108\":397.78,\"5109\":4144.8,\"5110\":16.95,\"5111\":166.49,\"5112\":195.62,\"5113\":533.26,\"5114\":null,\"5115\":3721.67,\"5116\":2184.6,\"5117\":7140.0,\"5118\":394437.73,\"5119\":3524.4,\"5120\":5599.76,\"5121\":null,\"5122\":40.83,\"5123\":null,\"5124\":404.61,\"5125\":13750.0,\"5126\":10383.17,\"5127\":null,\"5128\":3090.12,\"5129\":1752.96,\"5130\":760.23,\"5131\":1566.9,\"5132\":2883.0,\"5133\":21664.0,\"5134\":210897.77,\"5135\":503401.71,\"5136\":13880.0,\"5137\":662.97,\"5138\":13131.68,\"5139\":28534.86,\"5140\":7109.67,\"5141\":1016.31,\"5142\":731.16,\"5143\":3704.0,\"5144\":902.42,\"5145\":14867.4,\"5146\":638.88,\"5147\":null,\"5148\":36012.62,\"5149\":30405.01,\"5150\":10614.0,\"5151\":5947.88,\"5152\":940.78,\"5153\":249506.89,\"5154\":156937.79,\"5155\":7848.75,\"5156\":37632.0,\"5157\":499770.0,\"5158\":null,\"5159\":30415.71,\"5160\":16101.56,\"5161\":395771.66,\"5162\":15550.96,\"5163\":18770.4,\"5164\":23385.31,\"5165\":13135.93,\"5166\":16804.5,\"5167\":null,\"5168\":1216.12,\"5169\":1433.67,\"5170\":592.46,\"5171\":null,\"5172\":26720.64,\"5173\":2265.04,\"5174\":742.75,\"5175\":395.45,\"5176\":27531.98,\"5177\":null,\"5178\":null,\"5179\":2304.0,\"5180\":793.07,\"5181\":939337.21,\"5182\":17238.09,\"5183\":738.0,\"5184\":7407.4,\"5185\":8439.23,\"5186\":801.9,\"5187\":null,\"5188\":609.79,\"5189\":15264.0,\"5190\":23033.45,\"5191\":69171.1,\"5192\":165244.16,\"5193\":null,\"5194\":329728.0,\"5195\":null,\"5196\":981.05,\"5197\":null,\"5198\":7652.17,\"5199\":497.51,\"5200\":675.72,\"5201\":790.05,\"5202\":80966.41,\"5203\":3070.98,\"5204\":530.74,\"5205\":545.94,\"5206\":602.79,\"5207\":5011.2,\"5208\":428.52,\"5209\":1883.61,\"5210\":14014.24,\"5211\":null,\"5212\":16765.41,\"5213\":8678.4,\"5214\":201.43,\"5215\":2551.8,\"5216\":102.3,\"5217\":336.38,\"5218\":29731.52,\"5219\":48704.08,\"5220\":null,\"5221\":null,\"5222\":91245.89,\"5223\":600483.79,\"5224\":1029.6,\"5225\":799.7,\"5226\":1193.37,\"5227\":1272.6,\"5228\":698325.03,\"5229\":null,\"5230\":530584.41,\"5231\":136820.0,\"5232\":151713.26,\"5233\":423362.61,\"5234\":143199.91,\"5235\":128362.09,\"5236\":null,\"5237\":798.28,\"5238\":524.92,\"5239\":17309.88,\"5240\":3614.34,\"5241\":3685.52,\"5242\":61860.8,\"5243\":164440.06,\"5244\":167325.1,\"5245\":null,\"5246\":null,\"5247\":154308.39,\"5248\":null,\"5249\":22461.89,\"5250\":46417.16,\"5251\":49262.18,\"5252\":659.28,\"5253\":75522.23,\"5254\":1253.53,\"5255\":8905.6,\"5256\":2636.56,\"5257\":26566.57,\"5258\":32249.05,\"5259\":57815.28,\"5260\":58178.91,\"5261\":19633.2,\"5262\":326.1,\"5263\":5918.4,\"5264\":0.6,\"5265\":1058.4,\"5266\":6512.06,\"5267\":287.89,\"5268\":3680.0,\"5269\":9322.99,\"5270\":392.64,\"5271\":1677.72,\"5272\":145.6,\"5273\":null,\"5274\":9182.0,\"5275\":8067.0,\"5276\":2488.2,\"5277\":4948.64,\"5278\":16546.93,\"5279\":10157.61,\"5280\":10227.69,\"5281\":398.79,\"5282\":13651.4,\"5283\":13361.9,\"5284\":1.2,\"5285\":1471.4,\"5286\":12420.0,\"5287\":19747.34,\"5288\":10243.51,\"5289\":18578.37,\"5290\":6793.2,\"5291\":419.4,\"5292\":7812.1,\"5293\":1898.0,\"5294\":1371.3,\"5295\":2014.8,\"5296\":3568.9,\"5297\":4663.0,\"5298\":432.51,\"5299\":2100.51,\"5300\":339.25,\"5301\":2057.0,\"5302\":1181.63,\"5303\":11587.3,\"5304\":1215.97,\"5305\":3025.5,\"5306\":527.4,\"5307\":null,\"5308\":146.67,\"5309\":939.18,\"5310\":0.04,\"5311\":283.36,\"5312\":555.0,\"5313\":1182.5,\"5314\":null,\"5315\":321.6,\"5316\":4845.53,\"5317\":2000.0,\"5318\":5443.5,\"5319\":1646.23,\"5320\":61145.16,\"5321\":1770.89,\"5322\":440.29,\"5323\":5176.7,\"5324\":4357.44,\"5325\":50.6,\"5326\":3103.31,\"5327\":5429.38,\"5328\":3407.6,\"5329\":null,\"5330\":3126.93,\"5331\":100.76,\"5332\":3022.54,\"5333\":3157.08,\"5334\":2335.5,\"5335\":8446.29,\"5336\":34.32,\"5337\":null,\"5338\":8.55,\"5339\":3529.71,\"5340\":0.37,\"5341\":12.32,\"5342\":913.46,\"5343\":4826.1,\"5344\":3092.4,\"5345\":3359.77,\"5346\":480.21,\"5347\":11785.13,\"5348\":10822.08,\"5349\":5394.73,\"5350\":756.0,\"5351\":1630.8,\"5352\":4999.69,\"5353\":5121.43,\"5354\":0.6,\"5355\":41430.52,\"5356\":3698.22,\"5357\":3587.64,\"5358\":0.55,\"5359\":0.19,\"5360\":4077.6,\"5361\":18.0,\"5362\":68.97,\"5363\":4599.54,\"5364\":10.98,\"5365\":5.1,\"5366\":16623.2,\"5367\":10747.11,\"5368\":50948.44,\"5369\":1242.12,\"5370\":565.8,\"5371\":12300.72,\"5372\":5360.25,\"5373\":5680.0,\"5374\":736.8,\"5375\":2782.08,\"5376\":3287.25,\"5377\":2921.85,\"5378\":2461.73,\"5379\":2283.3,\"5380\":3369.6,\"5381\":29.1,\"5382\":4691.5,\"5383\":261.24,\"5384\":109.8,\"5385\":123.84,\"5386\":379.8,\"5387\":274.32,\"5388\":249.06,\"5389\":202.34,\"5390\":83.64,\"5391\":498.59,\"5392\":468.12,\"5393\":2743.2,\"5394\":158.64,\"5395\":null,\"5396\":5072.21,\"5397\":4883.0,\"5398\":1722.6,\"5399\":16921.32,\"5400\":4900.0,\"5401\":363.33,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":2656.8,\"5406\":6302.4,\"5407\":4330.21,\"5408\":532.3,\"5409\":64.8,\"5410\":0.08,\"5411\":null,\"5412\":357.0,\"5413\":140.8,\"5414\":2046.44,\"5415\":4158.4,\"5416\":4900.0,\"5417\":451.39,\"5418\":502.21,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":2106.76,\"5423\":1348.69,\"5424\":1806.6,\"5425\":5043.87,\"5426\":5183.44,\"5427\":2666.1,\"5428\":3717.6,\"5429\":325.36,\"5430\":330.75,\"5431\":null,\"5432\":389.3,\"5433\":4969.8,\"5434\":12.2,\"5435\":280.5,\"5436\":178.36,\"5437\":null,\"5438\":434.06,\"5439\":3824.33,\"5440\":1993.2,\"5441\":7170.0,\"5442\":393417.65,\"5443\":2444.4,\"5444\":4933.82,\"5445\":468.05,\"5446\":null,\"5447\":404.65,\"5448\":13651.0,\"5449\":14487.28,\"5450\":178.2,\"5451\":2424.84,\"5452\":1747.68,\"5453\":178.69,\"5454\":1558.8,\"5455\":2611.0,\"5456\":21840.0,\"5457\":416819.91,\"5458\":502811.26,\"5459\":13320.0,\"5460\":1236.51,\"5461\":10968.18,\"5462\":40193.52,\"5463\":null,\"5464\":7436.0,\"5465\":1077.55,\"5466\":null,\"5467\":3704.0,\"5468\":976.01,\"5469\":12888.45,\"5470\":635.58,\"5471\":null,\"5472\":36503.09,\"5473\":15406.47,\"5474\":6224.0,\"5475\":5759.67,\"5476\":452.57,\"5477\":254911.36,\"5478\":158027.59,\"5479\":5866.46,\"5480\":51024.0,\"5481\":null,\"5482\":null,\"5483\":143144.94,\"5484\":13635.12,\"5485\":396368.86,\"5486\":17964.53,\"5487\":18790.2,\"5488\":21225.96,\"5489\":11927.0,\"5490\":16294.41,\"5491\":null,\"5492\":1331.01,\"5493\":2286.89,\"5494\":588.71,\"5495\":116105.0,\"5496\":24782.46,\"5497\":2254.12,\"5498\":745.9,\"5499\":400.21,\"5500\":25068.66,\"5501\":null,\"5502\":2880.54,\"5503\":2304.0,\"5504\":890.42,\"5505\":904300.21,\"5506\":442209.2,\"5507\":456.0,\"5508\":6978.4,\"5509\":8415.84,\"5510\":798.27,\"5511\":179270.0,\"5512\":623.44,\"5513\":15120.0,\"5514\":24039.76,\"5515\":5099.72,\"5516\":69276.34,\"5517\":165550.54,\"5518\":null,\"5519\":null,\"5520\":544470.4399999999,\"5521\":982.64,\"5522\":42451.86,\"5523\":7499.13,\"5524\":514.01,\"5525\":687.02,\"5526\":788.55,\"5527\":80839.98,\"5528\":3043.44,\"5529\":527.97,\"5530\":538.2,\"5531\":513.91,\"5532\":4296.0,\"5533\":427.92,\"5534\":1639.61,\"5535\":14118.26,\"5536\":19068.21,\"5537\":8275.2,\"5538\":196.68,\"5539\":2544.0,\"5540\":99.0,\"5541\":334.0,\"5542\":29688.6,\"5543\":39974.48,\"5544\":29.06,\"5545\":13872.32,\"5546\":91471.75,\"5547\":119874.34,\"5548\":1603.98,\"5549\":734.8,\"5550\":1081.15,\"5551\":1454.4,\"5552\":782122.83,\"5553\":52331.2,\"5554\":534900.83,\"5555\":34879.12,\"5556\":154858.44,\"5557\":422897.64,\"5558\":139805.46,\"5559\":101410.28,\"5560\":null,\"5561\":794.78,\"5562\":1188.46,\"5563\":45616.29,\"5564\":2244.79,\"5565\":2335.29,\"5566\":59951.96,\"5567\":164880.53,\"5568\":168198.3,\"5569\":null,\"5570\":null,\"5571\":5289.26,\"5572\":22403.44,\"5573\":45795.39,\"5574\":48974.55,\"5575\":554.22,\"5576\":75473.16,\"5577\":1319.97,\"5578\":8296.2,\"5579\":2597.53,\"5580\":27969.65,\"5581\":32160.02,\"5582\":57717.33,\"5583\":57594.98,\"5584\":19306.57,\"5585\":657.27,\"5586\":4942.8,\"5587\":0.6,\"5588\":1058.4,\"5589\":6749.0,\"5590\":284.79,\"5591\":7680.0,\"5592\":8973.72,\"5593\":374.04,\"5594\":1663.2,\"5595\":141.9,\"5596\":null,\"5597\":7805.0,\"5598\":8154.0,\"5599\":2371.6,\"5600\":3961.27,\"5601\":16607.27,\"5602\":9760.34,\"5603\":10090.42,\"5604\":2001.12,\"5605\":12859.7,\"5606\":12575.2,\"5607\":null,\"5608\":1356.9,\"5609\":null,\"5610\":19750.22,\"5611\":19517.49,\"5612\":18586.6,\"5613\":7948.8,\"5614\":null,\"5615\":7580.1,\"5616\":2146.0,\"5617\":1297.5,\"5618\":1927.86,\"5619\":3097.4,\"5620\":4928.0,\"5621\":432.51,\"5622\":2089.53,\"5623\":341.32,\"5624\":2011.0,\"5625\":717.13,\"5626\":11144.85,\"5627\":1379.59,\"5628\":2842.56,\"5629\":496.2,\"5630\":null,\"5631\":null,\"5632\":914.1,\"5633\":null,\"5634\":270.16,\"5635\":981.3,\"5636\":915.42,\"5637\":126.41,\"5638\":43.68,\"5639\":1820.84,\"5640\":2000.0,\"5641\":5398.1,\"5642\":1244.76,\"5643\":18593.7,\"5644\":2872.27,\"5645\":337.27,\"5646\":3810.78,\"5647\":4150.08,\"5648\":3127.18,\"5649\":9200.97,\"5650\":3294.75,\"5651\":null,\"5652\":3125.37,\"5653\":92.62,\"5654\":3504.46,\"5655\":3711.15,\"5656\":1612.5,\"5657\":11446.47,\"5658\":null,\"5659\":null,\"5660\":3568.45,\"5661\":0.13,\"5662\":9.44,\"5663\":768.75,\"5664\":4651.77,\"5665\":604.8,\"5666\":3933.23,\"5667\":377.76,\"5668\":9099.64,\"5669\":8957.25,\"5670\":4662.46,\"5671\":1414.8,\"5672\":2581.2,\"5673\":18315.25,\"5674\":19180.89,\"5675\":null,\"5676\":27669.83,\"5677\":8553.61,\"5678\":8626.51,\"5679\":0.1,\"5680\":0.03,\"5681\":4366.8,\"5682\":136.35,\"5683\":85.58,\"5684\":1898.88,\"5685\":8.59,\"5686\":null,\"5687\":15430.65,\"5688\":7424.09,\"5689\":14548.05,\"5690\":1224.3,\"5691\":431.25,\"5692\":14757.0,\"5693\":4966.15,\"5694\":1720.0,\"5695\":1161.6,\"5696\":1987.2,\"5697\":2289.6,\"5698\":2317.73,\"5699\":1573.88,\"5700\":2053.8,\"5701\":2902.8,\"5702\":26.27,\"5703\":5527.5,\"5704\":216.12,\"5705\":181.2,\"5706\":66.48,\"5707\":353.04,\"5708\":230.7,\"5709\":166.64,\"5710\":201.11,\"5711\":166.8,\"5712\":187.54,\"5713\":178.75,\"5714\":1386.0,\"5715\":324.0,\"5716\":null,\"5717\":1855.84,\"5718\":1800.26,\"5719\":864.0,\"5720\":1545.77,\"5721\":4900.0,\"5722\":335.49,\"5723\":null,\"5724\":null,\"5725\":1006.82,\"5726\":2954.4,\"5727\":6465.6,\"5728\":2334.03,\"5729\":324.82,\"5730\":null,\"5731\":0.19,\"5732\":null,\"5733\":350.76,\"5734\":135.3,\"5735\":1964.6,\"5736\":1323.65,\"5737\":4900.0,\"5738\":295.13,\"5739\":290.16,\"5740\":160.08,\"5741\":63.18,\"5742\":null,\"5743\":2759.22,\"5744\":2088.38,\"5745\":1167.0,\"5746\":1038.92,\"5747\":647.37,\"5748\":849.9,\"5749\":879.0,\"5750\":348.48,\"5751\":352.02,\"5752\":1367.35,\"5753\":240.85,\"5754\":5916.9,\"5755\":7.34,\"5756\":414.83,\"5757\":197.11,\"5758\":2587.5,\"5759\":282.67,\"5760\":null,\"5761\":3817.0,\"5762\":1887.6,\"5763\":7153.2,\"5764\":411747.24,\"5765\":1947.6,\"5766\":4440.25,\"5767\":467.39,\"5768\":null,\"5769\":null,\"5770\":51.27,\"5771\":5544.0,\"5772\":12667.96,\"5773\":191.4,\"5774\":null,\"5775\":1750.98,\"5776\":770.44,\"5777\":1798.2,\"5778\":811.0,\"5779\":21404.0,\"5780\":60526.55,\"5781\":501862.33,\"5782\":12936.0,\"5783\":948.09,\"5784\":11160.67,\"5785\":42038.52,\"5786\":7252.67,\"5787\":635.09,\"5788\":3704.32,\"5789\":962.64,\"5790\":12305.23,\"5791\":639.54,\"5792\":null,\"5793\":22018.64,\"5794\":29068.89,\"5795\":null,\"5796\":4573.54,\"5797\":254391.97,\"5798\":157910.22,\"5799\":5520.27,\"5800\":508330.0,\"5801\":233830.81,\"5802\":28700.55,\"5803\":12406.97,\"5804\":395686.06,\"5805\":14087.25,\"5806\":17509.8,\"5807\":22706.79,\"5808\":10912.6,\"5809\":17176.26,\"5810\":null,\"5811\":1469.29,\"5812\":2048.59,\"5813\":593.21,\"5814\":163570.0,\"5815\":8574.81,\"5816\":2141.88,\"5817\":743.64,\"5818\":402.33,\"5819\":24240.62,\"5820\":null,\"5821\":3039.75,\"5822\":2304.0,\"5823\":null,\"5824\":251.51,\"5825\":901300.74,\"5826\":484464.48,\"5827\":276.0,\"5828\":6679.2,\"5829\":8394.31,\"5830\":797.17,\"5831\":185880.0,\"5832\":664.3,\"5833\":14472.0,\"5834\":23068.08,\"5835\":60647.42,\"5836\":69657.03,\"5837\":164703.63,\"5838\":2028.0,\"5839\":401028.0,\"5840\":null,\"5841\":null,\"5842\":6733.91,\"5843\":498.83,\"5844\":685.98,\"5845\":963.0,\"5846\":80859.34,\"5847\":3623.55,\"5848\":534.3,\"5849\":709.2,\"5850\":557.14,\"5851\":4258.8,\"5852\":427.56,\"5853\":1135.69,\"5854\":14141.22,\"5855\":16687.98,\"5856\":6321.6,\"5857\":null,\"5858\":382.07,\"5859\":2536.2,\"5860\":102.3,\"5861\":335.89,\"5862\":29631.6,\"5863\":50174.65,\"5864\":411.24,\"5865\":48278.95,\"5866\":92718.22,\"5867\":119999.33,\"5868\":1603.86,\"5869\":788.48,\"5870\":1050.28,\"5871\":1380.6,\"5872\":770784.05,\"5873\":null,\"5874\":535456.83,\"5875\":null,\"5876\":154825.97,\"5877\":423156.97,\"5878\":143548.28,\"5879\":125159.27,\"5880\":null,\"5881\":797.02,\"5882\":589.99,\"5883\":17747.49,\"5884\":2132.3,\"5885\":2203.95,\"5886\":60530.25,\"5887\":164554.64,\"5888\":169981.7,\"5889\":null,\"5890\":null,\"5891\":null,\"5892\":22161.62,\"5893\":45546.89,\"5894\":49604.28,\"5895\":654.42,\"5896\":75488.72,\"5897\":1555.83,\"5898\":7506.4,\"5899\":2650.56,\"5900\":30202.27,\"5901\":32503.57,\"5902\":59199.13,\"5903\":null,\"5904\":18157.19,\"5905\":652.77,\"5906\":5414.4,\"5907\":1.2,\"5908\":1058.4,\"5909\":6702.47,\"5910\":322.21,\"5911\":4480.0,\"5912\":9171.06,\"5913\":1196.28,\"5914\":1723.04,\"5915\":null,\"5916\":7705.0,\"5917\":7446.0,\"5918\":2329.8,\"5919\":7874.58,\"5920\":15471.61,\"5921\":19221.8,\"5922\":19560.65,\"5923\":673.2,\"5924\":12898.2,\"5925\":12608.3,\"5926\":39.6,\"5927\":1330.4,\"5928\":12996.0,\"5929\":19746.19,\"5930\":19672.94,\"5931\":10247.07,\"5932\":7286.4,\"5933\":7772.7,\"5934\":1984.0,\"5935\":1263.1,\"5936\":1287.54,\"5937\":3874.4,\"5938\":4567.0,\"5939\":432.51,\"5940\":2158.89,\"5941\":339.71,\"5942\":1984.0,\"5943\":1160.45,\"5944\":10743.28,\"5945\":null,\"5946\":12728.27,\"5947\":324.6,\"5948\":null,\"5949\":64.53,\"5950\":823.02,\"5951\":301.84,\"5952\":102.0,\"5953\":931.26,\"5954\":32.87,\"5955\":198.72,\"5956\":1783.22,\"5957\":2000.0,\"5958\":5250.8,\"5959\":2909.04,\"5960\":27884.55,\"5961\":5120.61,\"5962\":189.37,\"5963\":3707.48,\"5964\":2427.84,\"5965\":12478.84,\"5966\":null,\"5967\":13834.79,\"5968\":180845.23,\"5969\":null,\"5970\":98.56,\"5971\":1707.45,\"5972\":1725.65,\"5973\":1279.5,\"5974\":53.59,\"5975\":5.76,\"5976\":null,\"5977\":null,\"5978\":1165.21,\"5979\":0.65,\"5980\":16.06,\"5981\":412.82,\"5982\":4623.42,\"5983\":1915.2,\"5984\":1945.65,\"5985\":522.08,\"5986\":4064.88,\"5987\":4401.11,\"5988\":2165.84,\"5989\":3294.0,\"5990\":4744.8,\"5991\":19795.87,\"5992\":19854.14,\"5993\":1.8,\"5994\":40840.61,\"5995\":8234.7,\"5996\":7638.95,\"5997\":0.1,\"5998\":0.03,\"5999\":2658.0,\"6000\":null,\"6001\":11.22,\"6002\":4393.92,\"6003\":9.01,\"6004\":null,\"6005\":4148.08,\"6006\":6702.66,\"6007\":42619.65,\"6008\":1309.88,\"6009\":511.98,\"6010\":15778.88,\"6011\":4261.25,\"6012\":9040.0,\"6013\":2187.6,\"6014\":2257.68,\"6015\":7612.88,\"6016\":6406.43,\"6017\":7833.15,\"6018\":520.5,\"6019\":651.0,\"6020\":32.15,\"6021\":null,\"6022\":295.8,\"6023\":168.48,\"6024\":72.12,\"6025\":172.59,\"6026\":118.47,\"6027\":164.22,\"6028\":240.45,\"6029\":134.16,\"6030\":102.8,\"6031\":101.07,\"6032\":3111.6,\"6033\":321.36,\"6034\":null,\"6035\":4971.44,\"6036\":4920.71,\"6037\":2187.0,\"6038\":3268.52,\"6039\":4900.0,\"6040\":188.04,\"6041\":null,\"6042\":null,\"6043\":167.6,\"6044\":2031.9,\"6045\":5463.6,\"6046\":3200.81,\"6047\":103.77,\"6048\":210.6,\"6049\":null,\"6050\":24.6,\"6051\":114.48,\"6052\":132.0,\"6053\":590.92,\"6054\":1228.2,\"6055\":4900.0,\"6056\":91.55,\"6057\":106.68,\"6058\":169.54,\"6059\":null,\"6060\":null,\"6061\":2372.9,\"6062\":1755.37,\"6063\":1692.6,\"6064\":5135.25,\"6065\":5158.18,\"6066\":3469.2,\"6067\":2581.2,\"6068\":8.25,\"6069\":8.03,\"6070\":2367.85,\"6071\":465.68,\"6072\":5811.3,\"6073\":9.67,\"6074\":246.54,\"6075\":175.61,\"6076\":466.44,\"6077\":110.01,\"6078\":null,\"6079\":3820.67,\"6080\":1920.6,\"6081\":7147.2,\"6082\":404579.25,\"6083\":1692.0,\"6084\":3548.44,\"6085\":467.83,\"6086\":42.24,\"6087\":417.13,\"6088\":13255.0,\"6089\":13700.56,\"6090\":null,\"6091\":3094.08,\"6092\":1759.23,\"6093\":767.48,\"6094\":3465.9,\"6095\":814.0,\"6096\":21548.0,\"6097\":170473.56,\"6098\":353047.38,\"6099\":14600.0,\"6100\":715.77,\"6101\":16983.49,\"6102\":39648.54,\"6103\":7249.0,\"6104\":641.13,\"6105\":3703.04,\"6106\":931.12,\"6107\":11787.67,\"6108\":594.66,\"6109\":null,\"6110\":12818.47,\"6111\":28192.85,\"6112\":9289.0,\"6113\":4445.11,\"6114\":null,\"6115\":254551.86,\"6116\":158619.87,\"6117\":5425.87,\"6118\":null,\"6119\":null,\"6120\":60246.26,\"6121\":108226.44,\"6122\":12622.78,\"6123\":331570.64,\"6124\":13663.12,\"6125\":17421.8,\"6126\":21800.71,\"6127\":11803.77,\"6128\":16573.5,\"6129\":null,\"6130\":1322.73,\"6131\":1521.67,\"6132\":null,\"6133\":587.33,\"6134\":142560.0,\"6135\":17401.69,\"6136\":2544.38,\"6137\":714.01,\"6138\":464.2,\"6139\":30813.04,\"6140\":null,\"6141\":null,\"6142\":2304.0,\"6143\":929.97,\"6144\":917929.09,\"6145\":0.04,\"6146\":642.0,\"6147\":6705.6,\"6148\":8374.08,\"6149\":153.56,\"6150\":null,\"6151\":652.76,\"6152\":15192.0,\"6153\":35429.54,\"6154\":69616.09,\"6155\":165743.37,\"6156\":88.0,\"6157\":null,\"6158\":448776.5,\"6159\":41732.12,\"6160\":7805.22,\"6161\":481.54,\"6162\":690.73,\"6163\":764.85,\"6164\":81096.54,\"6165\":3630.43,\"6166\":499.49,\"6167\":807.48,\"6168\":637.68,\"6169\":3535.2,\"6170\":426.6,\"6171\":null,\"6172\":968.48,\"6173\":14129.74,\"6174\":null,\"6175\":16577.56,\"6176\":11136.0,\"6177\":646.35,\"6178\":368.15,\"6179\":2238.0,\"6180\":99.0,\"6181\":314.3,\"6182\":29286.94,\"6183\":50158.82,\"6184\":174.34,\"6185\":1202782.1799999999,\"6186\":92151.82,\"6187\":120537.68,\"6188\":1605.06,\"6189\":659.12,\"6190\":1036.64,\"6191\":1200.6,\"6192\":775520.47,\"6193\":50362.67,\"6194\":535864.26,\"6195\":null,\"6196\":154287.85,\"6197\":425557.66,\"6198\":120710.76,\"6199\":124634.63,\"6200\":2064.0,\"6201\":798.14,\"6202\":114.35,\"6203\":42342.48,\"6204\":13180.68,\"6205\":9716.2,\"6206\":67984.05,\"6207\":162563.5,\"6208\":170188.9,\"6209\":null,\"6210\":null,\"6211\":86267.92,\"6212\":22160.18,\"6213\":45322.22,\"6214\":48663.82,\"6215\":639.24,\"6216\":77534.09,\"6217\":null,\"6218\":7997.0,\"6219\":2459.33,\"6220\":29866.86,\"6221\":32624.26,\"6222\":58737.33,\"6223\":18366.2,\"6224\":653.31,\"6225\":5414.4,\"6226\":49.8,\"6227\":1058.4,\"6228\":6714.68,\"6229\":282.74,\"6230\":3360.0,\"6231\":9188.17,\"6232\":1465.56,\"6233\":1633.28,\"6234\":144.41,\"6235\":8961.0,\"6236\":7139.0,\"6237\":2345.2,\"6238\":6889.64,\"6239\":16698.72,\"6240\":19253.79,\"6241\":19570.94,\"6242\":274.56,\"6243\":15036.3,\"6244\":14697.2,\"6245\":null,\"6246\":2201.5,\"6247\":13770.0,\"6248\":19744.27,\"6249\":19669.55,\"6250\":14494.24,\"6251\":6170.4,\"6252\":10430.8,\"6253\":4880.0,\"6254\":null,\"6255\":1518.1,\"6256\":1690.5,\"6257\":3822.9,\"6258\":5400.0,\"6259\":432.51,\"6260\":2234.66,\"6261\":339.02,\"6262\":1943.0,\"6263\":1172.53,\"6264\":14800.72,\"6265\":168.77,\"6266\":6495.6,\"6267\":350.4,\"6268\":null,\"6269\":186.27,\"6270\":799.92,\"6271\":0.04,\"6272\":254.76,\"6273\":1114.5,\"6274\":783.2,\"6275\":9.42,\"6276\":60.96,\"6277\":442.42,\"6278\":2000.0,\"6279\":5902.4,\"6280\":1592.52,\"6281\":13632.01,\"6282\":2233.88,\"6283\":535.3,\"6284\":3627.13,\"6285\":2944.8,\"6286\":5716.41,\"6287\":81.0,\"6288\":7228.85,\"6289\":181790.93,\"6290\":5050.48,\"6291\":225.06,\"6292\":3115.04,\"6293\":3334.83,\"6294\":3208.5,\"6295\":356.57,\"6296\":15.4,\"6297\":8.8,\"6298\":null,\"6299\":1657.0,\"6300\":0.08,\"6301\":3.89,\"6302\":731.62,\"6303\":4221.54,\"6304\":2084.4,\"6305\":3491.63,\"6306\":null,\"6307\":3184.78,\"6308\":3158.87,\"6309\":1439.69,\"6310\":2799.0,\"6311\":4726.8,\"6312\":19838.38,\"6313\":19926.45,\"6314\":null,\"6315\":21400.62,\"6316\":5656.4,\"6317\":5818.64,\"6318\":0.03,\"6319\":0.01,\"6320\":3360.0,\"6321\":null,\"6322\":6.27,\"6323\":1747.54,\"6324\":5.91,\"6325\":null,\"6326\":9406.31,\"6327\":9479.7,\"6328\":24669.61,\"6329\":1271.88,\"6330\":131.79,\"6331\":15668.84,\"6332\":5120.85,\"6333\":2480.0,\"6334\":2116.2,\"6335\":988.08,\"6336\":1538.55,\"6337\":1383.3,\"6338\":5677.43,\"6339\":1264.8,\"6340\":1570.5,\"6341\":27.68,\"6342\":4519.9,\"6343\":183.84,\"6344\":130.56,\"6345\":83.28,\"6346\":163.68,\"6347\":121.26,\"6348\":300.12,\"6349\":74.47,\"6350\":115.08,\"6351\":232.52,\"6352\":198.75,\"6353\":1665.6,\"6354\":272.28,\"6355\":null,\"6356\":1394.7,\"6357\":1376.37,\"6358\":1652.4,\"6359\":294.21,\"6360\":4900.0,\"6361\":157.86,\"6362\":null,\"6363\":null,\"6364\":2624.1,\"6365\":2972.4,\"6366\":3221.78,\"6367\":362.09,\"6368\":53.1,\"6369\":3.43,\"6370\":null,\"6371\":155.28,\"6372\":198.0,\"6373\":249.92,\"6374\":1665.2,\"6375\":4900.0,\"6376\":461.78,\"6377\":326.2,\"6378\":102.66,\"6379\":null,\"6380\":null,\"6381\":1352.83,\"6382\":988.22,\"6383\":1204.8,\"6384\":1400.68,\"6385\":1489.66,\"6386\":2391.9,\"6387\":1081.8,\"6388\":128.58,\"6389\":161.41,\"6390\":3348.23,\"6391\":279.1,\"6392\":2587.2,\"6393\":10.31,\"6394\":192.5,\"6395\":156.51,\"6396\":2453.64,\"6397\":179.51,\"6398\":null,\"6399\":3868.33,\"6400\":1881.0,\"6401\":7144.8,\"6402\":342482.1,\"6403\":1695.6,\"6404\":2944.98,\"6405\":467.28,\"6406\":19.89,\"6407\":379.06,\"6408\":13002.0,\"6409\":12809.56,\"6410\":184.8,\"6411\":3083.19,\"6412\":1758.9,\"6413\":756.81,\"6414\":1975.5,\"6415\":812.0,\"6416\":16352.0,\"6417\":60542.94,\"6418\":357551.15,\"6419\":13088.0,\"6420\":1008.48,\"6421\":17272.58,\"6422\":38562.18,\"6423\":6530.33,\"6424\":588.8,\"6425\":3703.68,\"6426\":950.66,\"6427\":11690.52,\"6428\":631.4,\"6429\":null,\"6430\":11372.97,\"6431\":26119.8,\"6432\":7101.0,\"6433\":4452.27,\"6434\":939.79,\"6435\":253827.27,\"6436\":158970.93,\"6437\":5376.12,\"6438\":26328.0,\"6439\":null,\"6440\":60044.03,\"6441\":23786.75,\"6442\":14102.12,\"6443\":305539.82,\"6444\":13878.46,\"6445\":18167.6,\"6446\":23169.01,\"6447\":11118.47,\"6448\":17105.63,\"6449\":89832.69,\"6450\":1263.94,\"6451\":1429.74,\"6452\":329.83,\"6453\":null,\"6454\":6824.72,\"6455\":1928.78,\"6456\":744.13,\"6457\":460.05,\"6458\":29320.35,\"6459\":111143.01,\"6460\":2710.84,\"6461\":2304.0,\"6462\":858.18,\"6463\":911479.9300000001,\"6464\":434157.27,\"6465\":492.0,\"6466\":8247.8,\"6467\":6116.11,\"6468\":828.3,\"6469\":181520.0,\"6470\":608.29,\"6471\":13896.0,\"6472\":12397.12,\"6473\":69333.54,\"6474\":165066.84,\"6475\":null,\"6476\":574629.92,\"6477\":41597.37,\"6478\":7652.17,\"6479\":480.08,\"6480\":685.15,\"6481\":873.0,\"6482\":80963.66,\"6483\":3048.6,\"6484\":522.69,\"6485\":743.4,\"6486\":531.26,\"6487\":4516.8,\"6488\":420.48,\"6489\":1385.76,\"6490\":null,\"6491\":null,\"6492\":15694.94,\"6493\":8625.6,\"6494\":373.43,\"6495\":2488.8,\"6496\":102.3,\"6497\":276.94,\"6498\":29622.38,\"6499\":50149.06,\"6500\":42.06,\"6501\":null,\"6502\":92781.01,\"6503\":121017.75,\"6504\":1600.8,\"6505\":650.32,\"6506\":1534.3,\"6507\":1162.8,\"6508\":771787.48,\"6509\":52243.48,\"6510\":535329.65,\"6511\":35449.56,\"6512\":154122.91,\"6513\":424634.07,\"6514\":140763.13,\"6515\":124926.74,\"6516\":2069.0,\"6517\":797.72,\"6518\":808.58,\"6519\":29887.5,\"6520\":7021.11,\"6521\":5135.12,\"6522\":78081.56,\"6523\":159585.52,\"6524\":167722.85,\"6525\":null,\"6526\":null,\"6527\":110754.49,\"6528\":22611.19,\"6529\":44873.54,\"6530\":48230.27,\"6531\":651.06,\"6532\":75505.11,\"6533\":1261.28,\"6534\":null,\"6535\":2269.02,\"6536\":30312.67,\"6537\":32505.19,\"6538\":59414.54,\"6539\":19369.24,\"6540\":656.22,\"6541\":5626.8,\"6542\":14.4,\"6543\":1058.4,\"6544\":6727.22,\"6545\":315.55,\"6546\":38.12,\"6547\":4720.0,\"6548\":9350.27,\"6549\":1559.16,\"6550\":1561.56,\"6551\":162.62,\"6552\":16855.0,\"6553\":9856.0,\"6554\":2316.6,\"6555\":6394.7,\"6556\":17285.81,\"6557\":19269.28,\"6558\":19084.14,\"6559\":2703.95,\"6560\":13420.7,\"6561\":13121.5,\"6562\":null,\"6563\":13482.0,\"6564\":19738.93,\"6565\":19671.93,\"6566\":19604.71,\"6567\":7632.0,\"6568\":null,\"6569\":8836.2,\"6570\":4908.0,\"6571\":1.91,\"6572\":1431.0,\"6573\":1665.66,\"6574\":3202.7,\"6575\":4769.0,\"6576\":432.51,\"6577\":2318.57,\"6578\":335.8,\"6579\":2060.0,\"6580\":614.73,\"6581\":13625.32,\"6582\":1256.71,\"6583\":13524.91,\"6584\":387.0,\"6585\":null,\"6586\":1491.6,\"6587\":895.62,\"6588\":null,\"6589\":494.56,\"6590\":915.9,\"6591\":880.11,\"6592\":991.54,\"6593\":97.92,\"6594\":1082.35,\"6595\":2000.0,\"6596\":5844.4,\"6597\":1566.3,\"6598\":292.66,\"6599\":5380.05,\"6600\":35.43,\"6601\":6169.57,\"6602\":3162.24,\"6603\":null,\"6604\":13061.31,\"6605\":1356.06,\"6606\":14455.65,\"6607\":81298.68,\"6608\":2317.21,\"6609\":120.78,\"6610\":3164.45,\"6611\":3228.32,\"6612\":4065.0,\"6613\":2222.23,\"6614\":68.36,\"6615\":106.0,\"6616\":null,\"6617\":2163.24,\"6618\":0.55,\"6619\":8.25,\"6620\":679.37,\"6621\":3603.92,\"6622\":1263.6,\"6623\":3595.35,\"6624\":1096.05,\"6625\":9700.54,\"6626\":8605.89,\"6627\":3943.93,\"6628\":1162.8,\"6629\":2059.2,\"6630\":18410.26,\"6631\":18122.85,\"6632\":46.8,\"6633\":8751.18,\"6634\":1812.83,\"6635\":1601.46,\"6636\":0.3,\"6637\":0.1,\"6638\":1034.4,\"6639\":1121.55,\"6640\":null,\"6641\":710.24,\"6642\":3.51,\"6643\":null,\"6644\":4492.23,\"6645\":1026.51,\"6646\":35257.04,\"6647\":null,\"6648\":358.8,\"6649\":12065.27,\"6650\":4445.35,\"6651\":2520.0,\"6652\":940.8,\"6653\":63.48,\"6654\":2328.08,\"6655\":2198.48,\"6656\":7523.1,\"6657\":1553.4,\"6658\":1910.1,\"6659\":26.79,\"6660\":5628.7,\"6661\":233.28,\"6662\":69.0,\"6663\":87.72,\"6664\":339.03,\"6665\":253.23,\"6666\":null,\"6667\":77.85,\"6668\":146.98,\"6669\":67.01,\"6670\":61.55,\"6671\":1662.0,\"6672\":94.44,\"6673\":null,\"6674\":2550.36,\"6675\":2381.88,\"6676\":772.2,\"6677\":1119.06,\"6678\":4900.0,\"6679\":296.13,\"6680\":33.0,\"6681\":null,\"6682\":1285.5,\"6683\":5481.6,\"6684\":3990.62,\"6685\":80.04,\"6686\":61.2,\"6687\":0.75,\"6688\":2.7,\"6689\":200.4,\"6690\":117.7,\"6691\":253.0,\"6692\":1308.7,\"6693\":4900.0,\"6694\":148.7,\"6695\":63.18,\"6696\":80.08,\"6697\":200.68,\"6698\":330.0,\"6699\":2057.6,\"6700\":1054.95,\"6701\":1407.6,\"6702\":2744.45,\"6703\":2532.72,\"6704\":1710.0,\"6705\":2183.4,\"6706\":121.79,\"6707\":121.92,\"6708\":1595.05,\"6709\":87.11,\"6710\":4768.5,\"6711\":null,\"6712\":184.28,\"6713\":140.64,\"6714\":1301.34,\"6715\":97.19,\"6716\":null,\"6717\":3861.0,\"6718\":1887.6,\"6719\":7144.8,\"6720\":338480.7,\"6721\":1857.6,\"6722\":3845.7,\"6723\":711.59,\"6724\":null,\"6725\":null,\"6726\":417.63,\"6727\":12749.0,\"6728\":null,\"6729\":178.2,\"6730\":3052.5,\"6731\":1757.25,\"6732\":763.65,\"6733\":2014.2,\"6734\":808.0,\"6735\":17488.0,\"6736\":60152.41,\"6737\":501008.99,\"6738\":13728.0,\"6739\":1072.5,\"6740\":16989.18,\"6741\":53439.42,\"6742\":6699.0,\"6743\":1008.55,\"6744\":3701.12,\"6745\":842.26,\"6746\":11974.94,\"6747\":623.7,\"6748\":null,\"6749\":1742.48,\"6750\":26935.08,\"6751\":12489.0,\"6752\":9815.55,\"6753\":939.79,\"6754\":244685.05,\"6755\":158300.71,\"6756\":9945.14,\"6757\":94728.0,\"6758\":508030.0,\"6759\":null,\"6760\":21525.85,\"6761\":19129.55,\"6762\":326054.36,\"6763\":20271.02,\"6764\":18062.0,\"6765\":27118.47,\"6766\":11483.65,\"6767\":15916.49,\"6768\":null,\"6769\":1243.24,\"6770\":2297.66,\"6771\":589.96,\"6772\":173250.0,\"6773\":981.19,\"6774\":2132.68,\"6775\":741.18,\"6776\":457.16,\"6777\":34943.33,\"6778\":90909.12,\"6779\":1066.41,\"6780\":2304.0,\"6781\":null,\"6782\":909.26,\"6783\":943115.75,\"6784\":149339.0,\"6785\":294.0,\"6786\":7491.0,\"6787\":6027.51,\"6788\":776.39,\"6789\":null,\"6790\":605.57,\"6791\":12996.0,\"6792\":25482.29,\"6793\":69409.92,\"6794\":165417.43,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1011.72,\"6799\":null,\"6800\":41300.47,\"6801\":7499.13,\"6802\":489.85,\"6803\":686.09,\"6804\":1917.3,\"6805\":81001.33,\"6806\":3048.6,\"6807\":541.99,\"6808\":682.56,\"6809\":576.53,\"6810\":4910.4,\"6811\":425.52,\"6812\":1554.1,\"6813\":14116.83,\"6814\":4358.25,\"6815\":16492.71,\"6816\":5481.6,\"6817\":380.82,\"6818\":2557.2,\"6819\":102.3,\"6820\":322.18,\"6821\":29519.97,\"6822\":25180.1,\"6823\":158.39,\"6824\":null,\"6825\":91544.12,\"6826\":119915.51,\"6827\":1600.86,\"6828\":681.78,\"6829\":2099.2,\"6830\":1382.4,\"6831\":null,\"6832\":434118.81,\"6833\":39076.55,\"6834\":469506.12,\"6835\":null,\"6836\":null,\"6837\":67016.32,\"6838\":426500.86,\"6839\":140164.05,\"6840\":125459.25,\"6841\":2068.0,\"6842\":795.62,\"6843\":637.35,\"6844\":37872.15,\"6845\":13918.8,\"6846\":10284.88,\"6847\":63175.16,\"6848\":165049.04,\"6849\":169622.8,\"6850\":null,\"6851\":null,\"6852\":148939.15,\"6853\":22662.28,\"6854\":45506.94,\"6855\":48413.38,\"6856\":648.12,\"6857\":75522.57,\"6858\":985.78,\"6859\":7293.0,\"6860\":2848.1,\"6861\":25724.66,\"6862\":32242.4,\"6863\":59489.56,\"6864\":19574.58,\"6865\":656.19,\"6866\":5634.0,\"6867\":null,\"6868\":24.6,\"6869\":1058.4,\"6870\":6645.54,\"6871\":null,\"6872\":null,\"6873\":6800.0,\"6874\":9256.47,\"6875\":1518.0,\"6876\":1628.88,\"6877\":150.48,\"6878\":null,\"6879\":16761.0,\"6880\":9994.0,\"6881\":2508.0,\"6882\":5823.31,\"6883\":11796.59,\"6884\":19568.46,\"6885\":19844.19,\"6886\":1548.36,\"6887\":15173.9,\"6888\":14860.9,\"6889\":null,\"6890\":14022.0,\"6891\":19491.92,\"6892\":19488.75,\"6893\":19354.23,\"6894\":4852.8,\"6895\":474.3,\"6896\":16325.5,\"6897\":4904.0,\"6898\":1342.3,\"6899\":1181.28,\"6900\":3370.5,\"6901\":4921.0,\"6902\":432.51,\"6903\":2199.01,\"6904\":336.72,\"6905\":2154.0,\"6906\":211.08,\"6907\":11784.27,\"6908\":389.62,\"6909\":10256.85,\"6910\":244.2,\"6911\":null,\"6912\":959.2,\"6913\":965.58,\"6914\":338.36,\"6915\":570.3,\"6916\":355.41,\"6917\":74.35,\"6918\":60.96,\"6919\":480.79,\"6920\":2000.0,\"6921\":5528.7,\"6922\":1287.54,\"6923\":8549.23,\"6924\":1179.89,\"6925\":null,\"6926\":9750.78,\"6927\":2000.16,\"6928\":null,\"6929\":9472.67,\"6930\":978.62,\"6931\":10702.74,\"6932\":68243.45,\"6933\":2127.67,\"6934\":null,\"6935\":1026.87,\"6936\":1058.93,\"6937\":604.5,\"6938\":1753.48,\"6939\":7.0,\"6940\":7.6,\"6941\":null,\"6942\":1644.5,\"6943\":0.08,\"6944\":9.28,\"6945\":1098.35,\"6946\":5938.69,\"6947\":1731.6,\"6948\":1180.39,\"6949\":318.9,\"6950\":2155.08,\"6951\":2363.39,\"6952\":995.15,\"6953\":729.0,\"6954\":1288.8,\"6955\":18623.59,\"6956\":19603.21,\"6957\":null,\"6958\":8594.11,\"6959\":1271.01,\"6960\":1348.65,\"6961\":0.13,\"6962\":0.04,\"6963\":933.6,\"6964\":null,\"6965\":null,\"6966\":2166.14,\"6967\":5.43,\"6968\":null,\"6969\":3466.35,\"6970\":4869.81,\"6971\":8711.25,\"6972\":2097.65,\"6973\":162.15,\"6974\":15314.28,\"6975\":659.4,\"6976\":2720.0,\"6977\":644.4,\"6978\":1272.36,\"6979\":1378.35,\"6980\":1309.5,\"6981\":1302.98,\"6982\":122.7,\"6983\":153.6,\"6984\":8.35,\"6985\":5546.2,\"6986\":106.8,\"6987\":35.28,\"6988\":52.32,\"6989\":115.71,\"6990\":59.43,\"6991\":91.37,\"6992\":113.68,\"6993\":94.92,\"6994\":116.97,\"6995\":104.71,\"6996\":1399.2,\"6997\":63.84,\"6998\":99.6,\"6999\":1949.83,\"7000\":1927.6,\"7001\":970.2,\"7002\":null,\"7003\":4900.0,\"7004\":111.72,\"7005\":null,\"7006\":330.55,\"7007\":594.0,\"7008\":1196.4,\"7009\":543.86,\"7010\":80.69,\"7011\":4249.35,\"7012\":null,\"7013\":2.99,\"7014\":154.56,\"7015\":107.8,\"7016\":153.12,\"7017\":985.55,\"7018\":4900.0,\"7019\":124.24,\"7020\":120.07,\"7021\":73.5,\"7022\":null,\"7023\":null,\"7024\":1505.56,\"7025\":1112.29,\"7026\":700.8,\"7027\":2003.04,\"7028\":1995.29,\"7029\":1207.8,\"7030\":1456.8,\"7031\":17.62,\"7032\":17.75,\"7033\":1189.1,\"7034\":79.4,\"7035\":1871.1,\"7036\":125.18,\"7037\":118.1,\"7038\":829.38,\"7039\":106.14,\"7040\":null,\"7041\":3864.67,\"7042\":null,\"7043\":7165.2,\"7044\":356799.68,\"7045\":1854.0,\"7046\":3843.1,\"7047\":711.81,\"7048\":46.29,\"7049\":417.84,\"7050\":12815.0,\"7051\":null,\"7052\":26.4,\"7053\":2999.86,\"7054\":1756.92,\"7055\":782.41,\"7056\":2289.6,\"7057\":1956.0,\"7058\":19748.0,\"7059\":211088.28,\"7060\":499785.08,\"7061\":13288.0,\"7062\":1099.23,\"7063\":16974.29,\"7064\":65902.58,\"7065\":7355.33,\"7066\":1092.21,\"7067\":null,\"7068\":918.1,\"7069\":12452.83,\"7070\":628.1,\"7071\":null,\"7072\":4277.39,\"7073\":26243.58,\"7074\":9894.0,\"7075\":9908.53,\"7076\":939.79,\"7077\":248873.75,\"7078\":157622.13,\"7079\":9937.24,\"7080\":40824.0,\"7081\":null,\"7082\":null,\"7083\":22684.71,\"7084\":29062.58,\"7085\":33122.69,\"7086\":11406.78,\"7087\":16981.8,\"7088\":22918.17,\"7089\":11234.82,\"7090\":16626.68,\"7091\":171055.88,\"7092\":1338.05,\"7093\":2306.31,\"7094\":573.33,\"7095\":305140.0,\"7096\":5927.18,\"7097\":2458.82,\"7098\":740.98,\"7099\":450.15,\"7100\":40406.22,\"7101\":165726.5,\"7102\":null,\"7103\":1946.4,\"7104\":931.23,\"7105\":966730.8100000001,\"7106\":0.01,\"7107\":240.0,\"7108\":9363.2,\"7109\":2240.15,\"7110\":776.39,\"7111\":205020.0,\"7112\":631.49,\"7113\":12024.0,\"7114\":23884.44,\"7115\":null,\"7116\":69795.78,\"7117\":165308.86,\"7118\":null,\"7119\":404570.0,\"7120\":40705.78,\"7121\":7346.09,\"7122\":495.0,\"7123\":688.43,\"7124\":1117.35,\"7125\":118452.28,\"7126\":2198.23,\"7127\":533.05,\"7128\":841.5,\"7129\":609.77,\"7130\":4447.2,\"7131\":426.24,\"7132\":1403.39,\"7133\":9166.83,\"7134\":4060.35,\"7135\":10575.98,\"7136\":6432.0,\"7137\":364.85,\"7138\":2475.6,\"7139\":102.3,\"7140\":323.46,\"7141\":29618.24,\"7142\":50097.79,\"7143\":null,\"7144\":1076753.6100000001,\"7145\":92459.74,\"7146\":120866.86,\"7147\":1549.2,\"7148\":792.88,\"7149\":null,\"7150\":1162.8,\"7151\":42999.15,\"7152\":null,\"7153\":48949.05,\"7154\":531965.0600000001,\"7155\":2194.89,\"7156\":null,\"7157\":141380.91,\"7158\":425883.07,\"7159\":140872.19,\"7160\":125754.42,\"7161\":null,\"7162\":795.9,\"7163\":640.71,\"7164\":7820.94,\"7165\":10335.6,\"7166\":10451.24,\"7167\":64884.11,\"7168\":164150.29,\"7169\":170026.1,\"7170\":null,\"7171\":null,\"7172\":null,\"7173\":22624.6,\"7174\":44796.28,\"7175\":48165.44,\"7176\":647.79,\"7177\":75507.02,\"7178\":1173.84,\"7179\":8274.2,\"7180\":2868.53,\"7181\":30226.4,\"7182\":32278.19,\"7183\":58201.65,\"7184\":null,\"7185\":19401.56,\"7186\":654.57,\"7187\":5630.4,\"7188\":null,\"7189\":1058.4,\"7190\":6700.32,\"7191\":332.05,\"7192\":8320.0,\"7193\":9506.65,\"7194\":1146.96,\"7195\":1723.92,\"7196\":156.82,\"7197\":null,\"7198\":15511.0,\"7199\":9858.0,\"7200\":3588.2,\"7201\":7379.1,\"7202\":15626.65,\"7203\":15900.94,\"7204\":16572.98,\"7205\":2686.35,\"7206\":14089.5,\"7207\":13783.9,\"7208\":null,\"7209\":12906.0,\"7210\":19475.84,\"7211\":19457.69,\"7212\":10025.02,\"7213\":6084.0,\"7214\":463.8,\"7215\":10232.5,\"7216\":4898.0,\"7217\":null,\"7218\":1266.6,\"7219\":1664.28,\"7220\":4546.4,\"7221\":5549.0,\"7222\":432.51,\"7223\":1465.57,\"7224\":335.34,\"7225\":2027.0,\"7226\":301.25,\"7227\":11052.65,\"7228\":21.05,\"7229\":10847.47,\"7230\":432.6,\"7231\":null,\"7232\":1306.8,\"7233\":896.28,\"7234\":473.88,\"7235\":711.9,\"7236\":126.72,\"7237\":87.91,\"7238\":13.44,\"7239\":1745.23,\"7240\":2000.0,\"7241\":5268.8,\"7242\":1795.38,\"7243\":16761.6,\"7244\":3851.99,\"7245\":null,\"7246\":5188.17,\"7247\":3496.32,\"7248\":null,\"7249\":10289.39,\"7250\":3854.82,\"7251\":11409.28,\"7252\":null,\"7253\":1701.91,\"7254\":null,\"7255\":750.14,\"7256\":763.08,\"7257\":637.5,\"7258\":6749.72,\"7259\":13.48,\"7260\":4.0,\"7261\":null,\"7262\":2081.62,\"7263\":0.14,\"7264\":15.82,\"7265\":463.58,\"7266\":4015.29,\"7267\":1407.6,\"7268\":856.66,\"7269\":248.23,\"7270\":2317.44,\"7271\":2261.23,\"7272\":1105.63,\"7273\":1855.8,\"7274\":3412.8,\"7275\":19913.3,\"7276\":19924.05,\"7277\":16.8,\"7278\":22342.01,\"7279\":369.13,\"7280\":393.25,\"7281\":0.07,\"7282\":0.02,\"7283\":2355.6,\"7284\":null,\"7285\":3.3,\"7286\":5063.68,\"7287\":7.56,\"7288\":0.75,\"7289\":7584.24,\"7290\":3232.92,\"7291\":9035.14,\"7292\":1495.4,\"7293\":60.72,\"7294\":12454.62,\"7295\":708.75,\"7296\":4760.0,\"7297\":1498.8,\"7298\":3484.5,\"7299\":5429.03,\"7300\":5028.53,\"7301\":5802.53,\"7302\":483.9,\"7303\":602.7,\"7304\":3.17,\"7305\":5528.6,\"7306\":91.32,\"7307\":29.04,\"7308\":93.36,\"7309\":123.12,\"7310\":101.64,\"7311\":66.1,\"7312\":81.1,\"7313\":70.8,\"7314\":500.59,\"7315\":435.68,\"7316\":2035.2,\"7317\":18.48,\"7318\":250.8,\"7319\":1190.96,\"7320\":1350.05,\"7321\":738.0,\"7322\":653.59,\"7323\":4900.0,\"7324\":135.48,\"7325\":null,\"7326\":null,\"7327\":1518.0,\"7328\":905.1,\"7329\":5535.6,\"7330\":612.37,\"7331\":574.22,\"7332\":4043.25,\"7333\":0.16,\"7334\":2.98,\"7335\":197.76,\"7336\":141.9,\"7337\":235.84,\"7338\":1414.5,\"7339\":4900.0,\"7340\":529.05,\"7341\":494.74,\"7342\":195.55,\"7343\":null,\"7344\":null,\"7345\":1599.02,\"7346\":1612.7,\"7347\":1537.2,\"7348\":1153.93,\"7349\":1253.84,\"7350\":858.59,\"7351\":1450.2,\"7352\":66.66,\"7353\":67.14,\"7354\":392.35,\"7355\":4445.1,\"7356\":null,\"7357\":27.5,\"7358\":118.91,\"7359\":1166.1,\"7360\":576.95,\"7361\":null,\"7362\":3864.67,\"7363\":1953.6,\"7364\":7182.0,\"7365\":126092.35,\"7366\":1857.6,\"7367\":3643.68,\"7368\":712.25,\"7369\":null,\"7370\":417.68,\"7371\":12276.0,\"7372\":null,\"7373\":198.0,\"7374\":424.71,\"7375\":1749.99,\"7376\":769.23,\"7377\":2134.8,\"7378\":1927.0,\"7379\":17768.0,\"7380\":60547.55,\"7381\":502668.31,\"7382\":14600.0,\"7383\":1268.52,\"7384\":17573.97,\"7385\":30538.43,\"7386\":8187.67,\"7387\":851.0,\"7388\":null,\"7389\":855.46,\"7390\":13510.01,\"7391\":578.16,\"7392\":null,\"7393\":19881.79,\"7394\":25134.33,\"7395\":7109.0,\"7396\":5371.5,\"7397\":939.79,\"7398\":246376.06,\"7399\":158388.34,\"7400\":7063.59,\"7401\":509750.0,\"7402\":27360.56,\"7403\":20187.78,\"7404\":32817.86,\"7405\":18329.52,\"7406\":16097.4,\"7407\":24393.13,\"7408\":10053.01,\"7409\":17280.82,\"7410\":171132.9,\"7411\":1406.98,\"7412\":1782.22,\"7413\":572.58,\"7414\":null,\"7415\":8110.74,\"7416\":2605.79,\"7417\":741.28,\"7418\":344.47,\"7419\":35519.61,\"7420\":90445.97,\"7421\":null,\"7422\":1981.8,\"7423\":723.39,\"7424\":1039904.74,\"7425\":157232.5,\"7426\":468.0,\"7427\":7506.4,\"7428\":7590.37,\"7429\":810.92,\"7430\":206980.0,\"7431\":642.43,\"7432\":15156.0,\"7433\":35578.77,\"7434\":69298.28,\"7435\":164735.64,\"7436\":null,\"7437\":null,\"7438\":0.21,\"7439\":null,\"7440\":7958.26,\"7441\":507.41,\"7442\":673.99,\"7443\":877.35,\"7444\":80890.3,\"7445\":2206.83,\"7446\":null,\"7447\":null,\"7448\":635.08,\"7449\":4180.8,\"7450\":424.8,\"7451\":1341.22,\"7452\":16012.17,\"7453\":null,\"7454\":19627.58,\"7455\":7771.2,\"7456\":385.31,\"7457\":2185.8,\"7458\":227.7,\"7459\":306.16,\"7460\":29817.95,\"7461\":50135.01,\"7462\":null,\"7463\":886946.16,\"7464\":91985.0,\"7465\":815549.71,\"7466\":1600.92,\"7467\":752.4,\"7468\":1681.1,\"7469\":1490.4,\"7470\":59379.63,\"7471\":null,\"7472\":535063.12,\"7473\":null,\"7474\":154859.26,\"7475\":94893.3,\"7476\":140992.75,\"7477\":73113.14,\"7478\":2053.0,\"7479\":794.92,\"7480\":2137.36,\"7481\":8558.89,\"7482\":10926.7,\"7483\":11392.38,\"7484\":69171.09,\"7485\":162145.28,\"7486\":170416.45,\"7487\":null,\"7488\":null,\"7489\":63621.09,\"7490\":22669.12,\"7491\":45336.06,\"7492\":48544.99,\"7493\":648.06,\"7494\":75708.8,\"7495\":1075.0,\"7496\":8613.0,\"7497\":2880.58,\"7498\":30405.43,\"7499\":32021.97,\"7500\":58086.46,\"7501\":57961.78,\"7502\":19313.59,\"7503\":653.58,\"7504\":5626.8,\"7505\":null,\"7506\":1058.4,\"7507\":6755.6,\"7508\":313.04,\"7509\":733.34,\"7510\":8960.0,\"7511\":9566.43,\"7512\":1622.64,\"7513\":1760.0,\"7514\":149.16,\"7515\":11726.0,\"7516\":8831.0,\"7517\":2103.2,\"7518\":4913.75,\"7519\":16576.88,\"7520\":15961.06,\"7521\":16654.5,\"7522\":1801.21,\"7523\":13909.9,\"7524\":13600.8,\"7525\":338.4,\"7526\":13176.0,\"7527\":19633.45,\"7528\":18637.11,\"7529\":19484.13,\"7530\":6458.4,\"7531\":696.8,\"7532\":9013.1,\"7533\":10202.0,\"7534\":1408.91,\"7535\":1608.7,\"7536\":1729.14,\"7537\":3102.5,\"7538\":1259.0,\"7539\":432.51,\"7540\":1680.07,\"7541\":331.89,\"7542\":1963.0,\"7543\":1211.42,\"7544\":15294.59,\"7545\":2631.19,\"7546\":11255.23,\"7547\":438.0,\"7548\":110.02,\"7549\":374.0,\"7550\":821.7,\"7551\":319.0,\"7552\":524.04,\"7553\":1932.0,\"7554\":105.6,\"7555\":7501.55,\"7556\":1000.0,\"7557\":5107.3,\"7558\":1493.16,\"7559\":29283.49,\"7560\":3469.12,\"7561\":880.52,\"7562\":4350.26,\"7563\":3571.2,\"7564\":10623.77,\"7565\":7637.26,\"7566\":11646.88,\"7567\":null,\"7568\":2560.18,\"7569\":565.62,\"7570\":1758.95,\"7571\":1779.46,\"7572\":1639.5,\"7573\":10366.74,\"7574\":101.24,\"7575\":null,\"7576\":146.93,\"7577\":2663.54,\"7578\":0.01,\"7579\":14.06,\"7580\":827.97,\"7581\":3858.03,\"7582\":1821.6,\"7583\":1933.16,\"7584\":1241.35,\"7585\":11799.76,\"7586\":10159.14,\"7587\":5427.05,\"7588\":2656.8,\"7589\":3877.2,\"7590\":19921.59,\"7591\":19948.3,\"7592\":302.4,\"7593\":12563.43,\"7594\":7513.59,\"7595\":7417.55,\"7596\":0.18,\"7597\":0.06,\"7598\":2049.6,\"7599\":533.55,\"7600\":34.54,\"7601\":2202.02,\"7602\":10.86,\"7603\":null,\"7604\":9613.75,\"7605\":4224.68,\"7606\":15270.28,\"7607\":1353.88,\"7608\":278.76,\"7609\":35487.32,\"7610\":1066.45,\"7611\":3800.0,\"7612\":2005.2,\"7613\":1690.5,\"7614\":4979.03,\"7615\":4539.83,\"7616\":6517.13,\"7617\":1608.9,\"7618\":2016.3,\"7619\":35.42,\"7620\":214.8,\"7621\":135.6,\"7622\":123.96,\"7623\":344.58,\"7624\":254.64,\"7625\":216.75,\"7626\":109.34,\"7627\":135.24,\"7628\":null,\"7629\":null,\"7630\":1137.6,\"7631\":273.36,\"7632\":58.8,\"7633\":4202.81,\"7634\":3926.82,\"7635\":1386.0,\"7636\":17776.22,\"7637\":4900.0,\"7638\":320.61,\"7639\":294.6,\"7640\":227.13,\"7641\":null,\"7642\":1347.0,\"7643\":5616.0,\"7644\":3456.49,\"7645\":507.53,\"7646\":6898.95,\"7647\":0.26,\"7648\":3.01,\"7649\":271.08,\"7650\":74.8,\"7651\":1298.0,\"7652\":3214.25,\"7653\":4900.0,\"7654\":325.79,\"7655\":486.83,\"7656\":219.73,\"7657\":291.32,\"7658\":228.0,\"7659\":1262.45,\"7660\":663.27,\"7661\":1728.6,\"7662\":4516.8,\"7663\":4394.67,\"7664\":1059.0,\"7665\":1235.7,\"7666\":126.65,\"7667\":128.83,\"7668\":null,\"7669\":383.05,\"7670\":4600.2,\"7671\":112.47,\"7672\":12.84,\"7673\":194.51,\"7674\":110.4,\"7675\":2506.08,\"7676\":568.9,\"7677\":null,\"7678\":3868.33,\"7679\":1914.0,\"7680\":7173.6,\"7681\":297514.07,\"7682\":1857.6,\"7683\":3644.75,\"7684\":711.15,\"7685\":null,\"7686\":20.0,\"7687\":430.9,\"7688\":9779.0,\"7689\":15330.4,\"7690\":204.6,\"7691\":2173.38,\"7692\":1818.63,\"7693\":762.43,\"7694\":1920.6,\"7695\":2094.0,\"7696\":17476.0,\"7697\":60541.57,\"7698\":505865.29,\"7699\":15304.0,\"7700\":892.98,\"7701\":17574.19,\"7702\":31706.66,\"7703\":7964.0,\"7704\":1177.31,\"7705\":3696.64,\"7706\":982.46,\"7707\":17531.37,\"7708\":576.84,\"7709\":null,\"7710\":27543.85,\"7711\":26199.43,\"7712\":7195.0,\"7713\":4791.11,\"7714\":939.79,\"7715\":168473.0,\"7716\":90945.88,\"7717\":5903.05,\"7718\":null,\"7719\":41061.84,\"7720\":15096.66,\"7721\":32732.05,\"7722\":15368.48,\"7723\":18715.4,\"7724\":23791.33,\"7725\":10466.88,\"7726\":16530.51,\"7727\":33625.46,\"7728\":1424.57,\"7729\":1620.08,\"7730\":579.96,\"7731\":null,\"7732\":17322.93,\"7733\":2211.22,\"7734\":740.98,\"7735\":422.98,\"7736\":14594.45,\"7737\":90421.48,\"7738\":null,\"7739\":1906.2,\"7740\":null,\"7741\":876.07,\"7742\":1177315.3799999999,\"7743\":0.06,\"7744\":594.0,\"7745\":6921.2,\"7746\":6783.44,\"7747\":821.7,\"7748\":205060.0,\"7749\":627.77,\"7750\":14076.0,\"7751\":35672.14,\"7752\":54880.44,\"7753\":74282.96,\"7754\":179.5,\"7755\":403880.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":492.36,\"7760\":685.73,\"7761\":1378.8,\"7762\":80923.35,\"7763\":2205.11,\"7764\":544.2,\"7765\":889.56,\"7766\":533.86,\"7767\":3990.0,\"7768\":426.0,\"7769\":null,\"7770\":1579.23,\"7771\":7200.46,\"7772\":4494.15,\"7773\":19482.8,\"7774\":6470.4,\"7775\":380.29,\"7776\":2187.6,\"7777\":237.6,\"7778\":337.47,\"7779\":29881.57,\"7780\":48617.35,\"7781\":200.84,\"7782\":837911.79,\"7783\":40169.55,\"7784\":120926.37,\"7785\":1610.76,\"7786\":633.16,\"7787\":1342.69,\"7788\":1139.4,\"7789\":237733.73,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":72954.19,\"7794\":73696.16,\"7795\":910.0,\"7796\":795.48,\"7797\":581.56,\"7798\":13847.57,\"7799\":11067.6,\"7800\":10921.47,\"7801\":54835.89,\"7802\":90612.51,\"7803\":131227.9,\"7804\":null,\"7805\":22681.57,\"7806\":45213.46,\"7807\":48495.79,\"7808\":647.97,\"7809\":75527.09,\"7810\":679.61,\"7811\":8298.4,\"7812\":2929.6,\"7813\":26165.29,\"7814\":null,\"7815\":48883.26,\"7816\":48823.08,\"7817\":19388.26,\"7818\":652.17,\"7819\":5929.2,\"7820\":18.6,\"7821\":1058.4,\"7822\":6754.44,\"7823\":33.92,\"7824\":5722.18,\"7825\":640.0,\"7826\":9477.17,\"7827\":1575.36,\"7828\":1791.24,\"7829\":213.58,\"7830\":12897.0,\"7831\":8239.0,\"7832\":2351.8,\"7833\":12665.25,\"7834\":16429.23,\"7835\":12977.77,\"7836\":12880.14,\"7837\":859.61,\"7838\":14067.3,\"7839\":13759.9,\"7840\":null,\"7841\":13590.0,\"7842\":19397.47,\"7843\":18461.28,\"7844\":19295.73,\"7845\":6120.0,\"7846\":632.6,\"7847\":8826.3,\"7848\":8348.0,\"7849\":null,\"7850\":1350.4,\"7851\":1809.18,\"7852\":3002.0,\"7853\":6685.0,\"7854\":432.51,\"7855\":1528.0,\"7856\":333.73,\"7857\":2232.0,\"7858\":1234.63,\"7859\":13982.23,\"7860\":null,\"7861\":11408.62,\"7862\":412.8,\"7863\":null,\"7864\":231.73,\"7865\":809.16,\"7866\":324.28,\"7867\":null,\"7868\":102.41,\"7869\":249.57,\"7870\":12.96,\"7871\":95.93,\"7872\":2000.0,\"7873\":5356.4,\"7874\":1259.94,\"7875\":30887.09,\"7876\":4741.24,\"7877\":null,\"7878\":4051.83,\"7879\":2679.84,\"7880\":11049.33,\"7881\":1998.46,\"7882\":12282.17,\"7883\":null,\"7884\":2509.93,\"7885\":null,\"7886\":1543.5,\"7887\":1361.19,\"7888\":2712.0,\"7889\":3967.33,\"7890\":0.64,\"7891\":null,\"7892\":null,\"7893\":816.16,\"7894\":null,\"7895\":7.68,\"7896\":792.62,\"7897\":5094.03,\"7898\":936.0,\"7899\":1787.96,\"7900\":null,\"7901\":271.38,\"7902\":1204.2,\"7903\":1472.4,\"7904\":19942.1,\"7905\":19950.31,\"7906\":null,\"7907\":37285.26,\"7908\":1286.07,\"7909\":1245.96,\"7910\":0.04,\"7911\":0.01,\"7912\":1257.6,\"7913\":null,\"7914\":34.32,\"7915\":4030.98,\"7916\":55.43,\"7917\":2.1,\"7918\":14151.21,\"7919\":3770.16,\"7920\":32468.73,\"7921\":16.33,\"7922\":552.69,\"7923\":37911.31,\"7924\":5206.95,\"7925\":4040.0,\"7926\":876.0,\"7927\":2646.84,\"7928\":7629.08,\"7929\":6621.08,\"7930\":7402.05,\"7931\":70.8,\"7932\":90.9,\"7933\":23.81,\"7934\":87.96,\"7935\":39.6,\"7936\":71.88,\"7937\":36.3,\"7938\":32.58,\"7939\":195.04,\"7940\":25.17,\"7941\":124.08,\"7942\":359.41,\"7943\":336.92,\"7944\":1376.4,\"7945\":64.2,\"7946\":null,\"7947\":4315.02,\"7948\":3886.86,\"7949\":1832.4,\"7950\":14557.33,\"7951\":4900.0,\"7952\":32.61,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":2693.1,\"7957\":5522.4,\"7958\":861.01,\"7959\":403.32,\"7960\":77.85,\"7961\":null,\"7962\":null,\"7963\":77.28,\"7964\":66.04,\"7965\":85.8,\"7966\":3660.45,\"7967\":4900.0,\"7968\":448.9,\"7969\":351.42,\"7970\":252.53,\"7971\":null,\"7972\":null,\"7973\":1318.36,\"7974\":713.27,\"7975\":840.0,\"7976\":4609.42,\"7977\":4488.18,\"7978\":1194.89,\"7979\":3293.4,\"7980\":null,\"7981\":15.22,\"7982\":null,\"7983\":312.74,\"7984\":3521.1,\"7985\":null,\"7986\":5.82,\"7987\":235.81,\"7988\":198.73,\"7989\":2673.06,\"7990\":448.58,\"7991\":null,\"7992\":3868.33,\"7993\":2402.4,\"7994\":7170.0,\"7995\":181921.09,\"7996\":1951.2,\"7997\":3542.37,\"7998\":710.16,\"7999\":79.99,\"8000\":null,\"8001\":430.66,\"8002\":4917.0,\"8003\":14527.27,\"8004\":null,\"8005\":2164.14,\"8006\":926.97,\"8007\":721.71,\"8008\":2211.3,\"8009\":1808.0,\"8010\":17372.0,\"8011\":120077.23,\"8012\":503073.59,\"8013\":13632.0,\"8014\":700.26,\"8015\":17485.14,\"8016\":36943.54,\"8017\":8011.67,\"8018\":969.74,\"8019\":3704.0,\"8020\":883.41,\"8021\":14003.3,\"8022\":549.56,\"8023\":null,\"8024\":12490.27,\"8025\":25123.74,\"8026\":6233.0,\"8027\":4588.63,\"8028\":939.79,\"8029\":245282.5,\"8030\":119388.57,\"8031\":5643.54,\"8032\":null,\"8033\":null,\"8034\":54626.89,\"8035\":13592.76,\"8036\":41506.37,\"8037\":14725.85,\"8038\":18554.8,\"8039\":16736.87,\"8040\":802.27,\"8041\":14501.49,\"8042\":170368.49,\"8043\":1210.12,\"8044\":1435.15,\"8045\":552.5,\"8046\":27301.54,\"8047\":2292.64,\"8048\":738.13,\"8049\":421.41,\"8050\":31458.94,\"8051\":90449.94,\"8052\":4032.13,\"8053\":1630.8,\"8054\":null,\"8055\":743.66,\"8056\":1095720.8300000001,\"8057\":602206.15,\"8058\":342.0,\"8059\":7251.2,\"8060\":7515.35,\"8061\":830.39,\"8062\":205090.0,\"8063\":600.24,\"8064\":13320.0,\"8065\":35029.14,\"8066\":69381.05,\"8067\":165109.72,\"8068\":593.0,\"8069\":null,\"8070\":583361.51,\"8071\":40131.08,\"8072\":7958.26,\"8073\":290.0,\"8074\":650.63,\"8075\":829.35,\"8076\":80941.58,\"8077\":2213.72,\"8078\":447.18,\"8079\":856.08,\"8080\":830.8,\"8081\":3327.6,\"8082\":411.48,\"8083\":1769.32,\"8084\":10862.02,\"8085\":4355.1,\"8086\":18503.45,\"8087\":5956.8,\"8088\":372.17,\"8089\":2517.0,\"8090\":237.6,\"8091\":285.31,\"8092\":29769.77,\"8093\":49601.92,\"8094\":null,\"8095\":1111339.22,\"8096\":91794.07,\"8097\":120484.62,\"8098\":1609.38,\"8099\":602.58,\"8100\":1238.42,\"8101\":1089.0,\"8102\":436767.99,\"8103\":197670.34,\"8104\":141029.36,\"8105\":76169.6,\"8106\":2044.0,\"8107\":795.48,\"8108\":1050.31,\"8109\":24689.11,\"8110\":11694.18,\"8111\":11590.32,\"8112\":54782.83,\"8113\":152287.68,\"8114\":163924.8,\"8115\":null,\"8116\":null,\"8117\":29811.12,\"8118\":45190.79,\"8119\":49408.35,\"8120\":646.53,\"8121\":75520.29,\"8122\":1056.55,\"8123\":8584.4,\"8124\":2816.99,\"8125\":29796.99,\"8126\":18403.44,\"8127\":60254.16,\"8128\":19319.19,\"8129\":653.49,\"8130\":4046.27,\"8131\":null,\"8132\":1058.4,\"8133\":6742.07,\"8134\":null,\"8135\":14.46,\"8136\":6240.0,\"8137\":9291.32,\"8138\":1629.24,\"8139\":1717.32,\"8140\":150.22,\"8141\":16921.0,\"8142\":12479.0,\"8143\":4655.2,\"8144\":17666.32,\"8145\":16116.46,\"8146\":19303.62,\"8147\":19581.03,\"8148\":926.2,\"8149\":15417.5,\"8150\":15083.8,\"8151\":null,\"8152\":12654.0,\"8153\":19673.61,\"8154\":19604.97,\"8155\":19536.4,\"8156\":5936.4,\"8157\":851.0,\"8158\":10112.5,\"8159\":4910.0,\"8160\":1393.6,\"8161\":475.65,\"8162\":4601.8,\"8163\":5291.0,\"8164\":432.51,\"8165\":1038.42,\"8166\":333.27,\"8167\":1996.0,\"8168\":545.57,\"8169\":17817.93,\"8170\":25.01,\"8171\":2708.94,\"8172\":96.6,\"8173\":null,\"8174\":570.53,\"8175\":781.44,\"8176\":null,\"8177\":293.04,\"8178\":416.1,\"8179\":674.85,\"8180\":1637.55,\"8181\":null,\"8182\":6929.71,\"8183\":2000.0,\"8184\":5841.7,\"8185\":1591.14,\"8186\":17919.57,\"8187\":3954.72,\"8188\":144.89,\"8189\":5199.65,\"8190\":396.0,\"8191\":2885.01,\"8192\":1213.16,\"8193\":3084.31,\"8194\":null,\"8195\":8222.81,\"8196\":87.34,\"8197\":1206.02,\"8198\":1224.68,\"8199\":1041.0,\"8200\":2333.75,\"8201\":8.24,\"8202\":null,\"8203\":null,\"8204\":2979.74,\"8205\":0.44,\"8206\":8.43,\"8207\":679.45,\"8208\":4438.29,\"8209\":2152.8,\"8210\":1369.68,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":3187.82,\"8215\":3157.2,\"8216\":4453.2,\"8217\":19954.85,\"8218\":19943.54,\"8219\":6.0,\"8220\":13486.49,\"8221\":4884.85,\"8222\":5686.04,\"8223\":0.04,\"8224\":0.01,\"8225\":1124.4,\"8226\":null,\"8227\":28.38,\"8228\":1530.42,\"8229\":4.66,\"8230\":2.55,\"8231\":2694.98,\"8232\":5025.06,\"8233\":8878.98,\"8234\":1706.82,\"8235\":362.25,\"8236\":39160.56,\"8237\":1215.9,\"8238\":5840.0,\"8239\":2198.4,\"8240\":1036.38,\"8241\":4877.1,\"8242\":4551.75,\"8243\":6399.0,\"8244\":1661.1,\"8245\":1985.4,\"8246\":9.71,\"8247\":146.64,\"8248\":122.16,\"8249\":85.32,\"8250\":220.44,\"8251\":180.45,\"8252\":204.13,\"8253\":338.22,\"8254\":110.64,\"8255\":365.2,\"8256\":320.16,\"8257\":2036.4,\"8258\":218.76,\"8259\":7.2,\"8260\":3256.38,\"8261\":3373.04,\"8262\":2595.6,\"8263\":null,\"8264\":4900.0,\"8265\":219.15,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":1320.3,\"8270\":4684.8,\"8271\":1976.4,\"8272\":419.0,\"8273\":2490.3,\"8274\":0.08,\"8275\":null,\"8276\":282.72,\"8277\":96.8,\"8278\":804.32,\"8279\":514.05,\"8280\":4900.0,\"8281\":439.7,\"8282\":370.05,\"8283\":189.37,\"8284\":7.39,\"8285\":null,\"8286\":1316.39,\"8287\":645.11,\"8288\":1276.2,\"8289\":3149.67,\"8290\":2838.53,\"8291\":1695.0,\"8292\":1707.3,\"8293\":214.85,\"8294\":218.31,\"8295\":2285.63,\"8296\":324.31,\"8297\":2164.8,\"8298\":16.78,\"8299\":236.36,\"8300\":224.48,\"8301\":1384.14,\"8302\":453.44,\"8303\":null,\"8304\":3864.67,\"8305\":2501.4,\"8306\":7189.2,\"8307\":301017.25,\"8308\":6228.0,\"8309\":4931.51,\"8310\":711.81,\"8311\":0.09,\"8312\":null,\"8313\":431.28,\"8314\":12474.0,\"8315\":15565.83,\"8316\":null,\"8317\":2126.36,\"8318\":1749.99,\"8319\":743.04,\"8320\":2890.8,\"8321\":808.0,\"8322\":16400.0,\"8323\":199508.69,\"8324\":492802.22,\"8325\":13024.0,\"8326\":627.66,\"8327\":16008.75,\"8328\":35757.57,\"8329\":6589.0,\"8330\":621.58,\"8331\":3703.04,\"8332\":899.55,\"8333\":14571.87,\"8334\":604.78,\"8335\":null,\"8336\":16806.05,\"8337\":28560.04,\"8338\":8815.0,\"8339\":6935.1,\"8340\":937.81,\"8341\":176587.06,\"8342\":108235.39,\"8343\":8130.51,\"8344\":509340.0,\"8345\":null,\"8346\":27369.13,\"8347\":37284.73,\"8348\":395816.77,\"8349\":18062.74,\"8350\":18664.8,\"8351\":6092.12,\"8352\":13064.49,\"8353\":14469.5,\"8354\":93717.98,\"8355\":1323.56,\"8356\":1380.04,\"8357\":570.83,\"8358\":7279.23,\"8359\":2635.46,\"8360\":670.11,\"8361\":414.52,\"8362\":29075.43,\"8363\":90484.23,\"8364\":1571.72,\"8365\":1912.2,\"8366\":1773.2,\"8367\":861.69,\"8368\":1140780.8,\"8369\":255016.01,\"8370\":456.0,\"8371\":8522.8,\"8372\":7291.75,\"8373\":828.19,\"8374\":205100.0,\"8375\":572.84,\"8376\":14436.0,\"8377\":35422.33,\"8378\":68685.84,\"8379\":95315.1,\"8380\":null,\"8381\":580746.1800000001,\"8382\":null,\"8383\":7805.22,\"8384\":null,\"8385\":687.1,\"8386\":1216.95,\"8387\":80968.17,\"8388\":2218.88,\"8389\":522.79,\"8390\":958.5,\"8391\":917.06,\"8392\":5275.2,\"8393\":410.52,\"8394\":1479.42,\"8395\":19488.65,\"8396\":4348.35,\"8397\":19977.35,\"8398\":1953.6,\"8399\":382.34,\"8400\":653.79,\"8401\":260.7,\"8402\":330.63,\"8403\":29520.73,\"8404\":42006.44,\"8405\":224.97,\"8406\":1191538.48,\"8407\":95160.17,\"8408\":120010.25,\"8409\":1422.42,\"8410\":683.1,\"8411\":1369.15,\"8412\":930.6,\"8413\":178340.15,\"8414\":345841.31,\"8415\":null,\"8416\":120991.44,\"8417\":73155.32,\"8418\":72545.56,\"8419\":null,\"8420\":796.6,\"8421\":null,\"8422\":9980.28,\"8423\":2671.05,\"8424\":2796.45,\"8425\":68959.51,\"8426\":166222.5,\"8427\":null,\"8428\":22581.12,\"8429\":45114.95,\"8430\":47857.69,\"8431\":623.13,\"8432\":75564.65,\"8433\":1014.07,\"8434\":8881.4,\"8435\":127.98,\"8436\":18320.07,\"8437\":26772.04,\"8438\":48158.0,\"8439\":19307.65,\"8440\":653.37,\"8441\":8845.2,\"8442\":1.2,\"8443\":1058.4,\"8444\":6762.86,\"8445\":327.95,\"8446\":null,\"8447\":9200.0,\"8448\":4922.29,\"8449\":1694.28,\"8450\":null,\"8451\":143.35,\"8452\":null,\"8453\":10448.0,\"8454\":12632.0,\"8455\":2158.2,\"8456\":12732.39,\"8457\":16910.89,\"8458\":10233.51,\"8459\":10225.34,\"8460\":1847.85,\"8461\":14108.3,\"8462\":13798.7,\"8463\":null,\"8464\":11430.0,\"8465\":19600.29,\"8466\":19559.29,\"8467\":19462.72,\"8468\":7376.4,\"8469\":658.0,\"8470\":9548.6,\"8471\":1962.0,\"8472\":1479.7,\"8473\":1516.62,\"8474\":3702.4,\"8475\":6527.0,\"8476\":432.51,\"8477\":2171.44,\"8478\":330.74,\"8479\":2107.0,\"8480\":963.8,\"8481\":16689.58,\"8482\":76.07,\"8483\":4065.19,\"8484\":347.4,\"8485\":null,\"8486\":1079.47,\"8487\":812.46,\"8488\":0.17,\"8489\":319.88,\"8490\":null,\"8491\":410.3,\"8492\":469.18,\"8493\":2362.21,\"8494\":2000.0,\"8495\":5583.0,\"8496\":1400.7,\"8497\":9414.93,\"8498\":713.09,\"8499\":null,\"8500\":4361.74,\"8501\":2214.72,\"8502\":3356.5,\"8503\":409.98,\"8504\":3964.79,\"8505\":null,\"8506\":3009.39,\"8507\":14.08,\"8508\":1171.62,\"8509\":1195.58,\"8510\":1047.0,\"8511\":1881.78,\"8512\":20.2,\"8513\":49.6,\"8514\":null,\"8515\":1196.51,\"8516\":0.11,\"8517\":9.72,\"8518\":203.19,\"8519\":3216.06,\"8520\":2480.4,\"8521\":1316.9,\"8522\":null,\"8523\":2719.2,\"8524\":2821.68,\"8525\":1363.4,\"8526\":1688.4,\"8527\":3884.4,\"8528\":19949.98,\"8529\":19949.0,\"8530\":null,\"8531\":13703.73,\"8532\":1049.76,\"8533\":1015.1,\"8534\":0.13,\"8535\":0.04,\"8536\":1400.4,\"8537\":null,\"8538\":null,\"8539\":4257.3,\"8540\":192.55,\"8541\":3.15,\"8542\":2693.9,\"8543\":5239.31,\"8544\":17077.17,\"8545\":1310.87,\"8546\":124.89,\"8547\":23447.3,\"8548\":1443.4,\"8549\":2760.0,\"8550\":1233.0,\"8551\":1378.62,\"8552\":992.7,\"8553\":916.43,\"8554\":2622.83,\"8555\":1284.9,\"8556\":1512.0,\"8557\":53.45,\"8558\":5484.6,\"8559\":101.52,\"8560\":53.04,\"8561\":36.6,\"8562\":149.64,\"8563\":104.13,\"8564\":197.51,\"8565\":111.62,\"8566\":108.72,\"8567\":258.9,\"8568\":227.67,\"8569\":1315.2,\"8570\":52.92,\"8571\":null,\"8572\":1520.39,\"8573\":1631.9,\"8574\":1908.0,\"8575\":162.12,\"8576\":4900.0,\"8577\":146.19,\"8578\":null,\"8579\":null,\"8580\":1348.8,\"8581\":1413.6,\"8582\":807.9,\"8583\":182.86,\"8584\":null,\"8585\":4.08,\"8586\":null,\"8587\":112.56,\"8588\":124.3,\"8589\":444.4,\"8590\":2160.85,\"8591\":4900.0,\"8592\":156.6,\"8593\":265.59,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":1822.84,\"8598\":945.31,\"8599\":1057.2,\"8600\":1529.15,\"8601\":1543.41,\"8602\":1457.7,\"8603\":2147.7,\"8604\":32.98,\"8605\":32.67,\"8606\":3690.93,\"8607\":166.01,\"8608\":1676.4,\"8609\":null,\"8610\":9.24,\"8611\":95.15,\"8612\":60.14,\"8613\":1065.36,\"8614\":194.0,\"8615\":null,\"8616\":3864.67,\"8617\":2501.4,\"8618\":6199.2,\"8619\":407356.03,\"8620\":5374.8,\"8621\":4942.0,\"8622\":712.91,\"8623\":null,\"8624\":null,\"8625\":431.41,\"8626\":11649.0,\"8627\":17329.55,\"8628\":125.4,\"8629\":899.58,\"8630\":1798.83,\"8631\":1.84,\"8632\":2352.6,\"8633\":804.0,\"8634\":15960.0,\"8635\":60593.09,\"8636\":504658.24,\"8637\":12904.0,\"8638\":85.14,\"8639\":11132.71,\"8640\":34519.74,\"8641\":6728.33,\"8642\":871.41,\"8643\":3704.0,\"8644\":925.99,\"8645\":17347.14,\"8646\":607.86,\"8647\":null,\"8648\":9885.56,\"8649\":26134.17,\"8650\":6843.0,\"8651\":7038.02,\"8652\":941.78,\"8653\":234886.59,\"8654\":153783.49,\"8655\":8840.63,\"8656\":122020.0,\"8657\":null,\"8658\":10479.51,\"8659\":20022.61,\"8660\":395768.37,\"8661\":15849.88,\"8662\":17798.0,\"8663\":null,\"8664\":12851.73,\"8665\":16895.73,\"8666\":170246.66,\"8667\":1244.48,\"8668\":1465.78,\"8669\":585.08,\"8670\":11687.53,\"8671\":2119.57,\"8672\":728.28,\"8673\":399.43,\"8674\":36176.75,\"8675\":null,\"8676\":4032.92,\"8677\":2190.0,\"8678\":14689.4,\"8679\":852.69,\"8680\":1105554.1699999999,\"8681\":598232.49,\"8682\":504.0,\"8683\":9842.8,\"8684\":5862.33,\"8685\":826.87,\"8686\":205120.0,\"8687\":613.22,\"8688\":3096.0,\"8689\":35329.53,\"8690\":67400.8,\"8691\":135132.94,\"8692\":403604.0,\"8693\":593995.24,\"8694\":null,\"8695\":null,\"8696\":7652.17,\"8697\":530.38,\"8698\":689.04,\"8699\":1859.55,\"8700\":80962.73,\"8701\":2217.16,\"8702\":537.41,\"8703\":969.12,\"8704\":1124.71,\"8705\":3788.4,\"8706\":410.88,\"8707\":1282.07,\"8708\":13961.15,\"8709\":4365.9,\"8710\":10429.36,\"8711\":6436.8,\"8712\":356.93,\"8713\":2383.2,\"8714\":260.7,\"8715\":264.89,\"8716\":29546.89,\"8717\":46262.77,\"8718\":39.5,\"8719\":null,\"8720\":136110.59,\"8721\":623646.28,\"8722\":1612.2,\"8723\":752.62,\"8724\":1214.96,\"8725\":948.6,\"8726\":340451.31,\"8727\":66659.74,\"8728\":121945.19,\"8729\":94480.65,\"8730\":72592.41,\"8731\":2063.0,\"8732\":794.22,\"8733\":null,\"8734\":13084.04,\"8735\":3704.06,\"8736\":3960.17,\"8737\":160081.75,\"8738\":162176.55,\"8739\":null,\"8740\":null,\"8741\":22408.44,\"8742\":44422.64,\"8743\":47789.42,\"8744\":603.54,\"8745\":75551.95,\"8746\":974.8,\"8747\":8349.0,\"8748\":2822.27,\"8749\":26892.34,\"8750\":49551.94,\"8751\":null,\"8752\":19323.85,\"8753\":652.8,\"8754\":9608.4,\"8755\":64.2,\"8756\":1058.4,\"8757\":6729.53,\"8758\":346.1,\"8759\":3.24,\"8760\":7040.0,\"8761\":7369.94,\"8762\":1685.76,\"8763\":1740.2,\"8764\":223.21,\"8765\":null,\"8766\":10782.0,\"8767\":19478.0,\"8768\":4327.4,\"8769\":17717.69,\"8770\":17245.04,\"8771\":10370.19,\"8772\":10992.57,\"8773\":987.95,\"8774\":12958.6,\"8775\":12671.2,\"8776\":null,\"8777\":19766.17,\"8778\":19653.11,\"8779\":19625.16,\"8780\":6721.2,\"8781\":738.5,\"8782\":null,\"8783\":5186.0,\"8784\":1320.0,\"8785\":1879.56,\"8786\":7154.0,\"8787\":7078.0,\"8788\":432.51,\"8789\":2033.26,\"8790\":328.21,\"8791\":2018.0,\"8792\":1085.34,\"8793\":15366.63,\"8794\":178.94,\"8795\":4353.87,\"8796\":436.2,\"8797\":null,\"8798\":283.07,\"8799\":751.74,\"8800\":null,\"8801\":574.64,\"8802\":664.8,\"8803\":186.12,\"8804\":4.15,\"8805\":3709.39,\"8806\":2000.0,\"8807\":5296.8,\"8808\":638.94,\"8809\":12145.01,\"8810\":1974.99,\"8811\":null,\"8812\":4218.26,\"8813\":3939.84,\"8814\":6326.38,\"8815\":null,\"8816\":6437.4,\"8817\":null,\"8818\":2426.29,\"8819\":null,\"8820\":559.46,\"8821\":580.68,\"8822\":676.5,\"8823\":742.0,\"8824\":10.28,\"8825\":null,\"8826\":null,\"8827\":729.63,\"8828\":0.11,\"8829\":3.54,\"8830\":521.98,\"8831\":null,\"8832\":550.8,\"8833\":642.28,\"8834\":8.94,\"8835\":1028.45,\"8836\":1014.55,\"8837\":432.2,\"8838\":1326.6,\"8839\":2854.8,\"8840\":19973.38,\"8841\":19968.79,\"8842\":1.8,\"8843\":19258.27,\"8844\":901.91,\"8845\":892.5,\"8846\":0.11,\"8847\":0.03,\"8848\":1334.4,\"8849\":0.15,\"8850\":null,\"8851\":1819.76,\"8852\":null,\"8853\":null,\"8854\":5899.83,\"8855\":2806.51,\"8856\":8461.77,\"8857\":1302.13,\"8858\":198.72,\"8859\":35558.99,\"8860\":449.05,\"8861\":1000.0,\"8862\":1124.4,\"8863\":1247.52,\"8864\":5433.3,\"8865\":5494.05,\"8866\":1924.2,\"8867\":501.6,\"8868\":582.6,\"8869\":8.74,\"8870\":null,\"8871\":35.76,\"8872\":17.64,\"8873\":72.12,\"8874\":40.02,\"8875\":74.0,\"8876\":57.8,\"8877\":53.76,\"8878\":448.63,\"8879\":320.56,\"8880\":649.2,\"8881\":46.2,\"8882\":null,\"8883\":2414.1,\"8884\":2056.52,\"8885\":2602.8,\"8886\":null,\"8887\":4900.0,\"8888\":51.6,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":470.1,\"8893\":1274.4,\"8894\":191.81,\"8895\":480.38,\"8896\":null,\"8897\":2.47,\"8898\":63.71,\"8899\":66.36,\"8900\":85.8,\"8901\":74.36,\"8902\":2357.5,\"8903\":4900.0,\"8904\":410.72,\"8905\":439.44,\"8906\":95.73,\"8907\":157.87,\"8908\":150.0,\"8909\":825.44,\"8910\":287.56,\"8911\":489.6,\"8912\":2536.5,\"8913\":2336.57,\"8914\":512.4,\"8915\":604.5,\"8916\":71.41,\"8917\":21.84,\"8918\":3951.4,\"8919\":381.21,\"8920\":4243.8,\"8921\":27.26,\"8922\":4.38,\"8923\":144.6,\"8924\":73.6,\"8925\":1451.76,\"8926\":531.99,\"8927\":null,\"8928\":3868.33,\"8929\":2580.6,\"8930\":7230.0,\"8931\":20613.0,\"8932\":4705.2,\"8933\":6290.33,\"8934\":709.72,\"8935\":6.51,\"8936\":null,\"8937\":413.19,\"8938\":11462.0,\"8939\":null,\"8940\":178.2,\"8941\":2161.99,\"8942\":1816.65,\"8943\":790.92,\"8944\":4630.5,\"8945\":808.0,\"8946\":17600.0,\"8947\":60610.86,\"8948\":452597.51,\"8949\":14064.0,\"8950\":485.76,\"8951\":18086.99,\"8952\":31339.02,\"8953\":8239.0,\"8954\":null,\"8955\":3704.32,\"8956\":829.62,\"8957\":16604.24,\"8958\":605.44,\"8959\":null,\"8960\":15068.28,\"8961\":28101.9,\"8962\":7270.0,\"8963\":5243.28,\"8964\":942.77,\"8965\":188709.22,\"8966\":null,\"8967\":6363.13,\"8968\":143770.0,\"8969\":null,\"8970\":13532.22,\"8971\":18057.98,\"8972\":395822.95,\"8973\":15286.94,\"8974\":15098.6,\"8975\":135.35,\"8976\":13588.21,\"8977\":16463.33,\"8978\":78108.91,\"8979\":1779.16,\"8980\":1628.63,\"8981\":576.83,\"8982\":null,\"8983\":9131.37,\"8984\":2565.08,\"8985\":728.09,\"8986\":446.68,\"8987\":31064.65,\"8988\":2790.24,\"8989\":1990.2,\"8990\":14786.2,\"8991\":772.45,\"8992\":1135508.1599999999,\"8993\":600518.5,\"8994\":348.0,\"8995\":6905.8,\"8996\":7601.54,\"8997\":825.22,\"8998\":177870.0,\"8999\":531.0,\"9000\":11916.0,\"9001\":40143.39,\"9002\":49980.88,\"9003\":51041.72,\"9004\":9.0,\"9005\":402960.0,\"9006\":null,\"9007\":39410.99,\"9008\":3826.09,\"9009\":639.94,\"9010\":681.26,\"9011\":3029.55,\"9012\":80965.0,\"9013\":2220.61,\"9014\":90.16,\"9015\":961.02,\"9016\":909.01,\"9017\":9412.8,\"9018\":411.36,\"9019\":null,\"9020\":17375.22,\"9021\":null,\"9022\":19796.7,\"9023\":12801.6,\"9024\":375.67,\"9025\":2620.8,\"9026\":260.7,\"9027\":250.0,\"9028\":30127.22,\"9029\":49968.6,\"9030\":null,\"9031\":742145.05,\"9032\":71059.44,\"9033\":819980.51,\"9034\":1613.58,\"9035\":687.5,\"9036\":1162.16,\"9037\":1269.0,\"9038\":null,\"9039\":null,\"9040\":123645.1,\"9041\":74203.1,\"9042\":74091.7,\"9043\":null,\"9044\":795.06,\"9045\":null,\"9046\":9415.98,\"9047\":4570.23,\"9048\":4654.95,\"9049\":53680.61,\"9050\":80465.54,\"9051\":125411.5,\"9052\":19607.43,\"9053\":10404.45,\"9054\":null,\"9055\":44735.24,\"9056\":47850.35,\"9057\":642.54,\"9058\":75559.8,\"9059\":827.91,\"9060\":6723.2,\"9061\":585.28,\"9062\":17085.62,\"9063\":31572.26,\"9064\":19322.74,\"9065\":652.71,\"9066\":10022.4,\"9067\":16.2,\"9068\":1058.4,\"9069\":6554.13,\"9070\":30.89,\"9071\":0.25,\"9072\":6480.0,\"9073\":4962.2,\"9074\":1689.0,\"9075\":1800.04,\"9076\":149.56,\"9077\":9190.0,\"9078\":12667.0,\"9079\":5161.2,\"9080\":19808.04,\"9081\":14543.0,\"9082\":10230.18,\"9083\":10229.29,\"9084\":569.65,\"9085\":12829.3,\"9086\":12557.8,\"9087\":null,\"9088\":19749.99,\"9089\":19634.57,\"9090\":19614.57,\"9091\":3517.2,\"9092\":517.7,\"9093\":10201.0,\"9094\":7636.0,\"9095\":1350.6,\"9096\":131.1,\"9097\":7176.4,\"9098\":4856.0,\"9099\":432.51,\"9100\":2285.62,\"9101\":327.98,\"9102\":2631.0,\"9103\":221.9,\"9104\":12122.06,\"9105\":1530.94,\"9106\":10273.1,\"9107\":null,\"9108\":null,\"9109\":1157.2,\"9110\":906.84,\"9111\":null,\"9112\":438.24,\"9113\":517.5,\"9114\":597.74,\"9115\":459.0,\"9116\":6297.32,\"9117\":3000.0,\"9118\":5524.9,\"9119\":2199.72,\"9120\":39736.1,\"9121\":2295.14,\"9122\":460.34,\"9123\":3885.39,\"9124\":207.36,\"9125\":770.0,\"9126\":10502.24,\"9127\":null,\"9128\":11538.38,\"9129\":14755.78,\"9130\":3471.27,\"9131\":5.94,\"9132\":520.25,\"9133\":536.06,\"9134\":325.5,\"9135\":401.53,\"9136\":0.48,\"9137\":4.8,\"9138\":null,\"9139\":1311.71,\"9140\":0.3,\"9141\":15.66,\"9142\":627.39,\"9143\":1126.8,\"9144\":612.19,\"9145\":156.69,\"9146\":2562.54,\"9147\":2587.85,\"9148\":1172.02,\"9149\":1825.2,\"9150\":3204.0,\"9151\":19952.9,\"9152\":19952.52,\"9153\":null,\"9154\":28118.92,\"9155\":3378.59,\"9156\":3345.32,\"9157\":0.06,\"9158\":0.02,\"9159\":3532.8,\"9160\":null,\"9161\":null,\"9162\":2950.9,\"9163\":1.95,\"9164\":null,\"9165\":2952.12,\"9166\":8010.15,\"9167\":4528.62,\"9168\":1244.71,\"9169\":79.35,\"9170\":39943.32,\"9171\":721.7,\"9172\":4360.0,\"9173\":1387.8,\"9174\":1455.9,\"9175\":2625.3,\"9176\":2358.0,\"9177\":3484.58,\"9178\":2477.7,\"9179\":2855.7,\"9180\":15.08,\"9181\":100.8,\"9182\":63.96,\"9183\":63.84,\"9184\":129.6,\"9185\":103.89,\"9186\":353.19,\"9187\":167.91,\"9188\":48.36,\"9189\":361.49,\"9190\":299.92,\"9191\":2292.0,\"9192\":154.32,\"9193\":null,\"9194\":1344.68,\"9195\":1270.6,\"9196\":1593.0,\"9197\":322.21,\"9198\":4900.0,\"9199\":116.91,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":677.4,\"9204\":1160.4,\"9205\":779.65,\"9206\":329.5,\"9207\":24.3,\"9208\":0.24,\"9209\":91.43,\"9210\":124.44,\"9211\":48.4,\"9212\":1260.6,\"9213\":2147.05,\"9214\":4900.0,\"9215\":319.27,\"9216\":358.95,\"9217\":119.96,\"9218\":null,\"9219\":null,\"9220\":460.14,\"9221\":243.55,\"9222\":153.6,\"9223\":1301.32,\"9224\":439.06,\"9225\":1701.3,\"9226\":2469.3,\"9227\":401.83,\"9228\":402.49,\"9229\":2052.18,\"9230\":287.36,\"9231\":2293.5,\"9232\":6.58,\"9233\":86.46,\"9234\":187.79,\"9235\":1834.02,\"9236\":367.19,\"9237\":null,\"9238\":3868.33,\"9239\":2508.0,\"9240\":7249.2,\"9241\":405705.14,\"9242\":6321.6,\"9243\":4933.2,\"9244\":710.38,\"9245\":null,\"9246\":110.0,\"9247\":430.44,\"9248\":11451.0,\"9249\":19567.27,\"9250\":211.2,\"9251\":2161.17,\"9252\":1759.89,\"9253\":793.71,\"9254\":809.0,\"9255\":17220.0,\"9256\":60618.19,\"9257\":495283.86,\"9258\":11472.0,\"9259\":769.89,\"9260\":8079.93,\"9261\":38631.06,\"9262\":8173.0,\"9263\":471.21,\"9264\":3705.28,\"9265\":814.84,\"9266\":24159.08,\"9267\":628.76,\"9268\":null,\"9269\":7313.4,\"9270\":29072.45,\"9271\":6170.0,\"9272\":4734.09,\"9273\":942.77,\"9274\":255000.0,\"9275\":5814.73,\"9276\":96380.0,\"9277\":9629.39,\"9278\":16803.94,\"9279\":395868.41,\"9280\":14547.61,\"9281\":2345.2,\"9282\":null,\"9283\":12867.42,\"9284\":12215.4,\"9285\":102458.74,\"9286\":1379.03,\"9287\":1424.3,\"9288\":570.83,\"9289\":86185.0,\"9290\":14381.12,\"9291\":2546.45,\"9292\":727.3,\"9293\":444.35,\"9294\":53502.02,\"9295\":90522.29,\"9296\":2429.31,\"9297\":2755.8,\"9298\":null,\"9299\":833.17,\"9300\":1165209.1699999999,\"9301\":599889.1800000001,\"9302\":510.0,\"9303\":6888.2,\"9304\":7595.5,\"9305\":825.22,\"9306\":167860.0,\"9307\":580.88,\"9308\":13824.0,\"9309\":40089.15,\"9310\":64979.06,\"9311\":164784.46,\"9312\":null,\"9313\":null,\"9314\":546860.84,\"9315\":null,\"9316\":null,\"9317\":3520.0,\"9318\":560.87,\"9319\":686.2,\"9320\":2704.2,\"9321\":81017.06,\"9322\":2220.61,\"9323\":532.46,\"9324\":null,\"9325\":1067.33,\"9326\":8622.0,\"9327\":411.12,\"9328\":1928.95,\"9329\":19452.06,\"9330\":4357.35,\"9331\":19839.93,\"9332\":12993.6,\"9333\":369.27,\"9334\":2659.8,\"9335\":3.3,\"9336\":260.58,\"9337\":29540.11,\"9338\":49983.91,\"9339\":null,\"9340\":null,\"9341\":136114.38,\"9342\":819941.67,\"9343\":1601.1,\"9344\":699.82,\"9345\":1129.41,\"9346\":1486.8,\"9347\":179288.17,\"9348\":null,\"9349\":124780.51,\"9350\":128207.56,\"9351\":72645.19,\"9352\":2060.0,\"9353\":792.82,\"9354\":null,\"9355\":5542.89,\"9356\":9841.39,\"9357\":9659.26,\"9358\":54577.3,\"9359\":159148.3,\"9360\":164894.2,\"9361\":3853.6,\"9362\":8265.62,\"9363\":44414.78,\"9364\":47609.78,\"9365\":662.76,\"9366\":76686.42,\"9367\":943.08,\"9368\":9413.8,\"9369\":2134.96,\"9370\":29907.02,\"9371\":null,\"9372\":57652.77,\"9373\":19303.72,\"9374\":651.81,\"9375\":17881.2,\"9376\":null,\"9377\":1058.4,\"9378\":6754.28,\"9379\":374.55,\"9380\":58.11,\"9381\":8240.0,\"9382\":9565.37,\"9383\":1605.36,\"9384\":1722.6,\"9385\":273.9,\"9386\":9219.0,\"9387\":17511.0,\"9388\":4448.4,\"9389\":19228.45,\"9390\":16310.79,\"9391\":10228.46,\"9392\":10229.42,\"9393\":422.55,\"9394\":12824.5,\"9395\":12535.5,\"9396\":null,\"9397\":19736.13,\"9398\":19650.69,\"9399\":19608.27,\"9400\":734.2,\"9401\":14102.8,\"9402\":4688.0,\"9403\":null,\"9404\":1564.1,\"9405\":937.02,\"9406\":7175.6,\"9407\":6093.0,\"9408\":432.51,\"9409\":1935.15,\"9410\":326.83,\"9411\":2507.0,\"9412\":1385.49,\"9413\":15912.67,\"9414\":2033.86,\"9415\":13100.36,\"9416\":222.6,\"9417\":null,\"9418\":1214.4,\"9419\":751.08,\"9420\":0.22,\"9421\":577.72,\"9422\":1196.4,\"9423\":550.11,\"9424\":932.07,\"9425\":3461.1,\"9426\":3000.0,\"9427\":5303.1,\"9428\":837.66,\"9429\":3894.82,\"9430\":5124.03,\"9431\":441.79,\"9432\":4206.78,\"9433\":1389.6,\"9434\":12495.33,\"9435\":null,\"9436\":13965.16,\"9437\":null,\"9438\":1391.73,\"9439\":null,\"9440\":1294.51,\"9441\":1304.71,\"9442\":3049.5,\"9443\":null,\"9444\":117.24,\"9445\":null,\"9446\":null,\"9447\":1668.66,\"9448\":0.06,\"9449\":12.58,\"9450\":338.54,\"9451\":928.8,\"9452\":1499.53,\"9453\":369.61,\"9454\":3737.01,\"9455\":3283.72,\"9456\":1538.13,\"9457\":2057.4,\"9458\":2836.8,\"9459\":18543.95,\"9460\":18377.15,\"9461\":38.4,\"9462\":18167.63,\"9463\":3632.88,\"9464\":3805.65,\"9465\":0.12,\"9466\":0.04,\"9467\":3915.6,\"9468\":null,\"9469\":3.52,\"9470\":2413.16,\"9471\":3.54,\"9472\":0.15,\"9473\":7633.82,\"9474\":5080.19,\"9475\":19730.83,\"9476\":1378.58,\"9477\":411.24,\"9478\":19563.48,\"9479\":1517.6,\"9480\":1520.0,\"9481\":1568.4,\"9482\":1715.34,\"9483\":6213.38,\"9484\":5588.78,\"9485\":7842.83,\"9486\":1922.4,\"9487\":2435.4,\"9488\":21.78,\"9489\":116.4,\"9490\":79.56,\"9491\":123.96,\"9492\":145.5,\"9493\":112.53,\"9494\":122.13,\"9495\":68.83,\"9496\":105.96,\"9497\":460.56,\"9498\":394.65,\"9499\":756.0,\"9500\":164.64,\"9501\":100.8,\"9502\":3266.24,\"9503\":3283.71,\"9504\":1360.8,\"9505\":null,\"9506\":4900.0,\"9507\":161.85,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":1301.7,\"9512\":5379.6,\"9513\":1714.33,\"9514\":462.04,\"9515\":4970.25,\"9516\":0.77,\"9517\":164.4,\"9518\":93.5,\"9519\":120.56,\"9520\":583.05,\"9521\":4900.0,\"9522\":501.0,\"9523\":453.98,\"9524\":147.98,\"9525\":null,\"9526\":null,\"9527\":2145.49,\"9528\":614.97,\"9529\":866.4,\"9530\":3348.03,\"9531\":3355.81,\"9532\":1173.6,\"9533\":2238.6,\"9534\":292.47,\"9535\":298.47,\"9536\":3044.63,\"9537\":319.56,\"9538\":4092.0,\"9539\":null,\"9540\":13.26,\"9541\":125.4,\"9542\":90.28,\"9543\":1653.24,\"9544\":515.89,\"9545\":null,\"9546\":3850.0,\"9547\":2494.8,\"9548\":7250.4,\"9549\":326238.42,\"9550\":10494.0,\"9551\":7296.99,\"9552\":711.04,\"9553\":null,\"9554\":130.0,\"9555\":428.6,\"9556\":11594.0,\"9557\":null,\"9558\":191.4,\"9559\":2171.89,\"9560\":1763.19,\"9561\":797.22,\"9562\":809.0,\"9563\":10196.0,\"9564\":60132.23,\"9565\":493994.57,\"9566\":15.84,\"9567\":8996.4,\"9568\":45546.16,\"9569\":8118.0,\"9570\":789.19,\"9571\":3704.64,\"9572\":863.39,\"9573\":27844.52,\"9574\":533.94,\"9575\":null,\"9576\":17656.43,\"9577\":29045.11,\"9578\":15915.0,\"9579\":5059.03,\"9580\":942.77,\"9581\":255000.0,\"9582\":6297.16,\"9583\":null,\"9584\":50592.24,\"9585\":20195.08,\"9586\":396372.13,\"9587\":15372.43,\"9588\":15345.0,\"9589\":null,\"9590\":15830.2,\"9591\":9885.09,\"9592\":null,\"9593\":2049.09,\"9594\":1344.23,\"9595\":583.71,\"9596\":146905.0,\"9597\":9264.74,\"9598\":2560.82,\"9599\":495.6,\"9600\":435.45,\"9601\":65686.66,\"9602\":null,\"9603\":940.67,\"9604\":2429.4,\"9605\":null,\"9606\":739.3,\"9607\":1175058.9399999999,\"9608\":147084.58,\"9609\":684.0,\"9610\":6932.2,\"9611\":5868.93,\"9612\":824.54,\"9613\":183690.0,\"9614\":528.6,\"9615\":11340.0,\"9616\":35929.79,\"9617\":35468.68,\"9618\":null,\"9619\":null,\"9620\":585869.04,\"9621\":null,\"9622\":4285.22,\"9623\":633.34,\"9624\":662.04,\"9625\":3560.55,\"9626\":80961.5,\"9627\":2220.61,\"9628\":420.88,\"9629\":null,\"9630\":398.71,\"9631\":5050.8,\"9632\":410.76,\"9633\":null,\"9634\":null,\"9635\":19596.98,\"9636\":4356.45,\"9637\":19742.41,\"9638\":312.0,\"9639\":363.4,\"9640\":2671.8,\"9641\":174.9,\"9642\":364.02,\"9643\":29634.61,\"9644\":47917.3,\"9645\":738.36,\"9646\":847416.28,\"9647\":135991.88,\"9648\":819826.62,\"9649\":1221.12,\"9650\":783.86,\"9651\":1084.87,\"9652\":1234.8,\"9653\":null,\"9654\":null,\"9655\":123827.94,\"9656\":71855.86,\"9657\":73093.01,\"9658\":null,\"9659\":796.6,\"9660\":22029.88,\"9661\":12354.95,\"9662\":11865.03,\"9663\":54212.35,\"9664\":114980.01,\"9665\":135912.1,\"9666\":null,\"9667\":null,\"9668\":44751.45,\"9669\":47616.81,\"9670\":638.94,\"9671\":76510.16,\"9672\":879.27,\"9673\":7000.4,\"9674\":2788.53,\"9675\":17894.64,\"9676\":null,\"9677\":19302.39,\"9678\":651.9,\"9679\":14007.6,\"9680\":null,\"9681\":1058.4,\"9682\":6771.93,\"9683\":343.0,\"9684\":190.09,\"9685\":6960.0,\"9686\":9589.09,\"9687\":null,\"9688\":1660.12,\"9689\":168.7,\"9690\":9171.0,\"9691\":12820.0,\"9692\":3256.0,\"9693\":15725.94,\"9694\":20091.75,\"9695\":10224.32,\"9696\":10229.81,\"9697\":2327.45,\"9698\":12404.1,\"9699\":12139.1,\"9700\":54.0,\"9701\":19724.41,\"9702\":19652.58,\"9703\":19479.57,\"9704\":781.1,\"9705\":11489.5,\"9706\":9918.0,\"9707\":2073.27,\"9708\":1790.4,\"9709\":1814.7,\"9710\":7079.3,\"9711\":6424.0,\"9712\":432.51,\"9713\":1928.23,\"9714\":322.92,\"9715\":2918.0,\"9716\":1351.3,\"9717\":19732.29,\"9718\":973.85,\"9719\":4787.78,\"9720\":305.4,\"9721\":null,\"9722\":291.87,\"9723\":722.7,\"9724\":533.72,\"9725\":497.2,\"9726\":709.26,\"9727\":743.76,\"9728\":3000.0,\"9729\":5178.0,\"9730\":1827.12,\"9731\":61917.18,\"9732\":3958.89,\"9733\":125.69,\"9734\":3850.96,\"9735\":3954.24,\"9736\":4905.94,\"9737\":3802.76,\"9738\":5383.58,\"9739\":null,\"9740\":3195.71,\"9741\":175.78,\"9742\":847.34,\"9743\":856.2,\"9744\":1254.0,\"9745\":4973.05,\"9746\":80.36,\"9747\":null,\"9748\":null,\"9749\":2025.09,\"9750\":0.63,\"9751\":1.3,\"9752\":443.25,\"9753\":1904.4,\"9754\":977.59,\"9755\":495.3,\"9756\":5055.23,\"9757\":7641.7,\"9758\":3406.75,\"9759\":1708.2,\"9760\":2570.4,\"9761\":19983.11,\"9762\":19971.95,\"9763\":119.4,\"9764\":33726.25,\"9765\":2702.12,\"9766\":2742.4,\"9767\":0.12,\"9768\":0.04,\"9769\":3732.0,\"9770\":1077.9,\"9771\":26.29,\"9772\":4197.5,\"9773\":9.4,\"9774\":3.0,\"9775\":10744.36,\"9776\":5213.08,\"9777\":29046.08,\"9778\":1298.82,\"9779\":466.44,\"9780\":22059.65,\"9781\":null,\"9782\":6720.0,\"9783\":1241.4,\"9784\":2561.28,\"9785\":3124.58,\"9786\":3069.0,\"9787\":6241.05,\"9788\":456.6,\"9789\":559.2,\"9790\":21.59,\"9791\":null,\"9792\":133.8,\"9793\":62.52,\"9794\":39.48,\"9795\":308.64,\"9796\":127.14,\"9797\":100.77,\"9798\":62.84,\"9799\":75.72,\"9800\":444.41,\"9801\":383.18,\"9802\":1820.4,\"9803\":126.48,\"9804\":45.6,\"9805\":3773.69,\"9806\":3691.05,\"9807\":1495.8,\"9808\":null,\"9809\":4900.0,\"9810\":276.06,\"9811\":47.4,\"9812\":51.75,\"9813\":null,\"9814\":null,\"9815\":4938.0,\"9816\":1295.66,\"9817\":524.14,\"9818\":1036.35,\"9819\":0.27,\"9820\":null,\"9821\":187.2,\"9822\":136.4,\"9823\":625.24,\"9824\":2018.25,\"9825\":4900.0,\"9826\":421.92,\"9827\":441.73,\"9828\":238.89,\"9829\":239.1,\"9830\":207.0,\"9831\":1004.4,\"9832\":3918.45,\"9833\":3930.5,\"9834\":2164.2,\"9835\":2222.1,\"9836\":75.02,\"9837\":75.59,\"9838\":3217.13,\"9839\":384.63,\"9840\":3118.5,\"9841\":3.54,\"9842\":178.52,\"9843\":55.89,\"9844\":1690.5,\"9845\":557.06,\"9846\":null,\"9847\":3853.67,\"9848\":2488.2,\"9849\":7246.8,\"9850\":245960.14,\"9851\":10490.4,\"9852\":6428.02,\"9853\":710.71,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11484.0,\"9858\":null,\"9859\":191.4,\"9860\":1006.0,\"9861\":1759.23,\"9862\":748.44,\"9863\":806.0,\"9864\":181360.32,\"9865\":null,\"9866\":9982.01,\"9867\":45095.2,\"9868\":8129.0,\"9869\":741.44,\"9870\":3703.36,\"9871\":992.11,\"9872\":19472.37,\"9873\":629.42,\"9874\":null,\"9875\":18203.23,\"9876\":30075.97,\"9877\":10387.0,\"9878\":4758.56,\"9879\":942.77,\"9880\":null,\"9881\":5811.92,\"9882\":null,\"9883\":490420.0,\"9884\":69735.9,\"9885\":16104.12,\"9886\":398030.5,\"9887\":14360.75,\"9888\":16343.8,\"9889\":null,\"9890\":13978.61,\"9891\":75798.8,\"9892\":1465.77,\"9893\":1377.12,\"9894\":573.33,\"9895\":168575.0,\"9896\":12778.32,\"9897\":2481.82,\"9898\":726.91,\"9899\":465.04,\"9900\":14164.66,\"9901\":2567.51,\"9902\":2428.2,\"9903\":12817.2,\"9904\":829.48,\"9905\":1171748.25,\"9906\":367239.43,\"9907\":6804.6,\"9908\":6625.85,\"9909\":827.97,\"9910\":177570.0,\"9911\":573.35,\"9912\":11988.0,\"9913\":64467.18,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":4285.22,\"9921\":578.29,\"9922\":680.33,\"9923\":3548.55,\"9924\":80987.59,\"9925\":2215.44,\"9926\":420.16,\"9927\":707.76,\"9928\":1178.17,\"9929\":10044.0,\"9930\":411.84,\"9931\":1877.57,\"9932\":19574.02,\"9933\":494.1,\"9934\":19053.71,\"9935\":368.02,\"9936\":180.83,\"9937\":254.1,\"9938\":335.91,\"9939\":29830.38,\"9940\":45604.0,\"9941\":431.73,\"9942\":180943.9,\"9943\":109986.51,\"9944\":819849.09,\"9945\":1599.78,\"9946\":797.72,\"9947\":1086.45,\"9948\":1060.2,\"9949\":null,\"9950\":null,\"9951\":123932.72,\"9952\":71629.72,\"9953\":73177.08,\"9954\":null,\"9955\":802.34,\"9956\":31750.53,\"9957\":4767.43,\"9958\":4671.75,\"9959\":54588.07,\"9960\":null,\"9961\":66503.8,\"9962\":null,\"9963\":45129.48,\"9964\":48218.0,\"9965\":648.24,\"9966\":76558.42,\"9967\":522.36,\"9968\":6670.4,\"9969\":2868.76},\"Values_Hour09\":{\"0\":19779.77,\"1\":652.62,\"2\":7704.0,\"3\":17928.16,\"4\":0.6,\"5\":null,\"6\":6686.3,\"7\":382.8,\"8\":5360.0,\"9\":9386.39,\"10\":1281.72,\"11\":1723.04,\"12\":162.63,\"13\":10770.0,\"14\":14281.0,\"15\":2754.4,\"16\":7928.15,\"17\":5615.88,\"18\":10181.26,\"19\":10225.23,\"20\":252.56,\"21\":15987.0,\"22\":15630.3,\"23\":1077.6,\"24\":1595.3,\"25\":14418.0,\"26\":19758.46,\"27\":10348.83,\"28\":19457.53,\"29\":8708.02,\"30\":8162.78,\"31\":14409.26,\"32\":8703.3,\"33\":592.4,\"34\":10748.6,\"35\":4822.0,\"36\":null,\"37\":2486.3,\"38\":4534.68,\"39\":4146.8,\"40\":433.43,\"41\":2421.08,\"42\":344.54,\"43\":2490.0,\"44\":null,\"45\":13689.37,\"46\":2551.67,\"47\":15932.15,\"48\":1417.2,\"49\":2489.95,\"50\":167.2,\"51\":791.34,\"52\":315.04,\"53\":null,\"54\":1950.63,\"55\":227.52,\"56\":9096.66,\"57\":6740.7,\"58\":4660.26,\"59\":92374.18,\"60\":8944.57,\"61\":3699.2,\"62\":9544.17,\"63\":7477.92,\"64\":958.1,\"65\":14974.98,\"66\":3850.06,\"67\":14331.75,\"68\":null,\"69\":16115.66,\"70\":1460.8,\"71\":5228.67,\"72\":4589.72,\"73\":4797.0,\"74\":10203.79,\"75\":315.96,\"76\":373.6,\"77\":null,\"78\":6932.1,\"79\":2.52,\"80\":47.39,\"81\":1327.14,\"82\":4939.61,\"83\":4287.6,\"84\":5728.01,\"85\":181.9,\"86\":16084.65,\"87\":16029.29,\"88\":8261.16,\"89\":6985.8,\"90\":14500.8,\"91\":14528.36,\"92\":15129.95,\"93\":1117.8,\"94\":81888.54,\"95\":13115.76,\"96\":14485.34,\"97\":1.01,\"98\":0.51,\"99\":7521.6,\"100\":4410.6,\"101\":191.29,\"102\":7233.04,\"103\":751.7,\"104\":null,\"105\":31287.21,\"106\":21848.97,\"107\":65398.9,\"108\":1455.63,\"109\":1232.34,\"110\":59912.02,\"111\":7515.55,\"112\":11680.0,\"113\":3396.6,\"114\":7482.36,\"115\":6773.16,\"116\":6863.18,\"117\":9730.35,\"118\":4611.0,\"119\":5352.0,\"120\":306.59,\"121\":null,\"122\":586.2,\"123\":378.24,\"124\":291.0,\"125\":667.98,\"126\":426.96,\"127\":449.79,\"128\":305.28,\"129\":888.54,\"130\":964.56,\"131\":5124.0,\"132\":591.24,\"133\":null,\"134\":11559.5,\"135\":11072.45,\"136\":4860.0,\"137\":1005.72,\"138\":682.65,\"139\":37.8,\"140\":563.5,\"141\":null,\"142\":4317.6,\"143\":1731.6,\"144\":8659.67,\"145\":900.28,\"146\":7659.45,\"147\":9.17,\"148\":425.08,\"149\":695.4,\"150\":594.0,\"151\":1617.44,\"152\":7993.65,\"153\":770.07,\"154\":912.8,\"155\":362.66,\"156\":null,\"157\":21.0,\"158\":6344.64,\"159\":3275.61,\"160\":706.2,\"161\":11112.08,\"162\":11603.56,\"163\":11509.61,\"164\":5182.2,\"165\":null,\"166\":624.23,\"167\":2425.5,\"168\":182.85,\"169\":28.62,\"170\":637.2,\"171\":560.4,\"172\":2369.4,\"173\":7246.8,\"174\":13827.0,\"175\":5389.2,\"176\":3439.91,\"177\":468.82,\"178\":10.0,\"179\":397.18,\"180\":13893.0,\"181\":19564.72,\"182\":211.2,\"183\":2924.79,\"184\":1787.28,\"185\":696.6,\"186\":2469.6,\"187\":1344.0,\"188\":17196.0,\"189\":60205.34,\"190\":448152.92,\"191\":14800.0,\"192\":1300.86,\"193\":9965.71,\"194\":52260.29,\"195\":5786.0,\"196\":905.34,\"197\":727.57,\"198\":12999.91,\"199\":3702.72,\"200\":1878.87,\"201\":15604.07,\"202\":null,\"203\":99669.33,\"204\":57840.99,\"205\":15321.09,\"206\":6030.0,\"207\":5930.17,\"208\":939.79,\"209\":245439.79,\"210\":null,\"211\":7072.04,\"212\":null,\"213\":509530.0,\"214\":null,\"215\":147946.59,\"216\":23181.94,\"217\":307654.7,\"218\":18432.0,\"219\":18807.8,\"220\":22477.19,\"221\":8849.9,\"222\":12123.82,\"223\":92712.2,\"224\":1146.16,\"225\":2305.75,\"226\":203939.96,\"227\":60944.54,\"228\":2557.37,\"229\":1278.11,\"230\":405.05,\"231\":30999.85,\"232\":null,\"233\":3952.86,\"234\":2799.6,\"235\":74.35,\"236\":912.95,\"237\":896436.34,\"238\":309848.17,\"239\":492.0,\"240\":7526.2,\"241\":4616.84,\"242\":831.27,\"243\":182430.0,\"244\":658.41,\"245\":12096.0,\"246\":20028.2,\"247\":59330.23,\"248\":69151.63,\"249\":12349.81,\"250\":18.5,\"251\":null,\"252\":445895.76,\"253\":null,\"254\":null,\"255\":3979.13,\"256\":595.45,\"257\":672.12,\"258\":4003.95,\"259\":81404.44,\"260\":1062.1,\"261\":530.34,\"262\":519.3,\"263\":888.71,\"264\":4640.4,\"265\":424.08,\"266\":18931.0,\"267\":14052.26,\"268\":8036.1,\"269\":19737.6,\"270\":9940.8,\"271\":null,\"272\":119.06,\"273\":2537.4,\"274\":290.17,\"275\":29999.0,\"276\":25604.52,\"277\":null,\"278\":115376.58,\"279\":821423.97,\"280\":965.94,\"281\":788.04,\"282\":1247.45,\"283\":3083.4,\"284\":244404.04,\"285\":null,\"286\":178501.93,\"287\":24162.21,\"288\":null,\"289\":126190.46,\"290\":801.92,\"291\":656.29,\"292\":49195.35,\"293\":16249.18,\"294\":12065.77,\"295\":63885.82,\"296\":160618.46,\"297\":170989.95,\"298\":6408.14,\"299\":62651.23,\"300\":15326.89,\"301\":null,\"302\":45473.03,\"303\":48782.27,\"304\":633.3,\"305\":75674.56,\"306\":null,\"307\":9759.2,\"308\":2876.57,\"309\":25692.2,\"310\":54900.66,\"311\":null,\"312\":19760.75,\"313\":654.66,\"314\":7387.2,\"315\":17136.37,\"316\":null,\"317\":8536.8,\"318\":6639.6,\"319\":null,\"320\":960.0,\"321\":4665.06,\"322\":931.92,\"323\":1674.64,\"324\":160.64,\"325\":16251.0,\"326\":13024.0,\"327\":2673.0,\"328\":7439.24,\"329\":21601.72,\"330\":10209.76,\"331\":10221.3,\"332\":216.77,\"333\":16798.2,\"334\":16422.5,\"335\":12.0,\"336\":null,\"337\":14166.0,\"338\":19747.63,\"339\":10336.16,\"340\":19448.19,\"341\":6157.46,\"342\":6110.36,\"343\":6094.14,\"344\":6419.84,\"345\":595.2,\"346\":10943.1,\"347\":7732.0,\"348\":113.59,\"349\":2386.4,\"350\":2249.4,\"351\":7172.0,\"352\":433.43,\"353\":2080.57,\"354\":345.92,\"355\":2441.0,\"356\":1345.34,\"357\":13446.85,\"358\":5154.91,\"359\":17605.98,\"360\":583.8,\"361\":238.55,\"362\":19.07,\"363\":942.48,\"364\":229.68,\"365\":2084.94,\"366\":8050.81,\"367\":6541.8,\"368\":3674.94,\"369\":86187.65,\"370\":9616.49,\"371\":1704.32,\"372\":6938.61,\"373\":3186.72,\"374\":17670.0,\"375\":1901.64,\"376\":18987.9,\"377\":52493.83,\"378\":2722.85,\"379\":1029.82,\"380\":1480.22,\"381\":5457.48,\"382\":8005.5,\"383\":5726.31,\"384\":248.36,\"385\":null,\"386\":null,\"387\":6899.95,\"388\":2.07,\"389\":46.44,\"390\":1830.44,\"391\":4586.25,\"392\":716.4,\"393\":6719.32,\"394\":424.43,\"395\":17112.24,\"396\":15769.48,\"397\":7738.09,\"398\":2633.4,\"399\":3582.0,\"400\":19926.25,\"401\":19940.1,\"402\":37.2,\"403\":52459.1,\"404\":11001.43,\"405\":10712.43,\"406\":1.28,\"407\":0.44,\"408\":7521.6,\"409\":1040.1,\"410\":231.0,\"411\":6419.76,\"412\":13.24,\"413\":0.15,\"414\":22444.67,\"415\":15751.89,\"416\":63489.4,\"417\":1383.31,\"418\":663.09,\"419\":31367.88,\"420\":7376.25,\"421\":11080.0,\"422\":1285.2,\"423\":6593.64,\"424\":8991.45,\"425\":9006.53,\"426\":9535.5,\"427\":5009.1,\"428\":6194.4,\"429\":226.25,\"430\":null,\"431\":393.12,\"432\":359.88,\"433\":240.0,\"434\":655.47,\"435\":414.93,\"436\":24.36,\"437\":287.28,\"438\":867.68,\"439\":857.47,\"440\":5001.6,\"441\":491.52,\"442\":null,\"443\":8486.44,\"444\":8386.62,\"445\":3002.4,\"446\":1559.65,\"447\":627.12,\"448\":null,\"449\":null,\"450\":5640.6,\"451\":2014.8,\"452\":7543.33,\"453\":815.58,\"454\":6795.9,\"455\":2.62,\"456\":null,\"457\":672.24,\"458\":455.4,\"459\":2951.08,\"460\":2941.7,\"461\":767.69,\"462\":840.87,\"463\":464.86,\"464\":null,\"465\":null,\"466\":3329.14,\"467\":2464.55,\"468\":null,\"469\":7974.32,\"470\":8665.09,\"471\":8337.85,\"472\":null,\"473\":630.04,\"474\":638.92,\"475\":2432.1,\"476\":null,\"477\":39.18,\"478\":415.28,\"479\":149.04,\"480\":null,\"481\":null,\"482\":7248.0,\"483\":13809.0,\"484\":4410.0,\"485\":3439.8,\"486\":466.95,\"487\":null,\"488\":397.0,\"489\":13805.0,\"490\":19605.36,\"491\":198.0,\"492\":452.43,\"493\":1796.52,\"494\":649.93,\"495\":2458.8,\"496\":1326.0,\"497\":16144.0,\"498\":60115.94,\"499\":504017.04,\"500\":14264.0,\"501\":2080.32,\"502\":9967.92,\"503\":52441.09,\"504\":5855.67,\"505\":873.71,\"506\":718.37,\"507\":6373.72,\"508\":3702.72,\"509\":2055.34,\"510\":14638.17,\"511\":574.2,\"512\":49525.82,\"513\":51092.94,\"514\":null,\"515\":6168.0,\"516\":9859.25,\"517\":938.8,\"518\":244124.68,\"519\":9953.27,\"520\":null,\"521\":508350.0,\"522\":516100.79,\"523\":180451.46,\"524\":21441.05,\"525\":33471.07,\"526\":19272.0,\"527\":null,\"528\":23376.78,\"529\":8851.7,\"530\":10704.79,\"531\":null,\"532\":772.52,\"533\":2081.56,\"534\":203133.29,\"535\":42585.19,\"536\":2525.98,\"537\":1330.08,\"538\":401.12,\"539\":29031.2,\"540\":3967.95,\"541\":2634.6,\"542\":53.1,\"543\":908.82,\"544\":896008.5600000001,\"545\":599045.3,\"546\":600.0,\"547\":2079.0,\"548\":4604.77,\"549\":833.36,\"550\":null,\"551\":680.05,\"552\":13248.0,\"553\":null,\"554\":59246.94,\"555\":69089.56,\"556\":164873.12,\"557\":2294.5,\"558\":null,\"559\":448942.06,\"560\":43461.48,\"561\":4438.26,\"562\":591.49,\"563\":670.64,\"564\":4030.2,\"565\":80251.13,\"566\":1062.1,\"567\":527.87,\"568\":821.16,\"569\":869.84,\"570\":4404.0,\"571\":null,\"572\":13968.33,\"573\":7010.1,\"574\":19654.4,\"575\":8731.2,\"576\":1037.9,\"577\":353.1,\"578\":2503.8,\"579\":249.98,\"580\":29176.79,\"581\":25608.42,\"582\":1241084.0,\"583\":null,\"584\":589900.83,\"585\":963.36,\"586\":801.02,\"587\":1480.65,\"588\":2824.2,\"589\":null,\"590\":null,\"591\":344385.3,\"592\":101750.0,\"593\":null,\"594\":176363.05,\"595\":142451.27,\"596\":124712.99,\"597\":800.52,\"598\":2794.43,\"599\":53442.69,\"600\":17945.66,\"601\":13465.81,\"602\":64496.73,\"603\":160953.8,\"604\":161044.35,\"605\":3854.23,\"606\":161137.44,\"607\":14344.58,\"608\":44897.87,\"609\":48311.04,\"610\":599.64,\"611\":75536.75,\"612\":null,\"613\":null,\"614\":2768.21,\"615\":24298.34,\"616\":56050.63,\"617\":48480.79,\"618\":19579.04,\"619\":652.83,\"620\":7387.2,\"621\":4331.24,\"622\":null,\"623\":4096.8,\"624\":6677.39,\"625\":1680.0,\"626\":4665.06,\"627\":1182.48,\"628\":1656.16,\"629\":152.33,\"630\":10591.0,\"631\":12002.0,\"632\":2706.0,\"633\":8418.36,\"634\":10811.77,\"635\":16474.55,\"636\":17142.31,\"637\":2218.92,\"638\":15664.0,\"639\":15312.4,\"640\":46.8,\"641\":1311.5,\"642\":13878.0,\"643\":19744.17,\"644\":10309.42,\"645\":19445.15,\"646\":599.09,\"647\":1125.76,\"648\":null,\"649\":315.7,\"650\":623.6,\"651\":16551.4,\"652\":7700.0,\"653\":2309.1,\"654\":3131.22,\"655\":5983.5,\"656\":433.43,\"657\":2188.42,\"658\":345.46,\"659\":2352.0,\"660\":1334.99,\"661\":13997.27,\"662\":4307.58,\"663\":18312.17,\"664\":816.0,\"665\":170.69,\"666\":null,\"667\":824.34,\"668\":295.68,\"669\":null,\"670\":2002.44,\"671\":9668.49,\"672\":6371.1,\"673\":2657.88,\"674\":59338.73,\"675\":9572.22,\"676\":145.14,\"677\":5130.78,\"678\":3997.44,\"679\":17896.1,\"680\":7029.08,\"681\":17781.37,\"682\":null,\"683\":9627.84,\"684\":292.82,\"685\":1999.14,\"686\":5790.61,\"687\":8106.0,\"688\":10267.25,\"689\":234.12,\"690\":null,\"691\":null,\"692\":5366.82,\"693\":2.38,\"694\":24.99,\"695\":1382.88,\"696\":6183.58,\"697\":2552.4,\"698\":7061.35,\"699\":16.86,\"700\":13999.04,\"701\":13913.67,\"702\":6494.78,\"703\":3853.8,\"704\":6206.4,\"705\":19889.81,\"706\":19925.14,\"707\":32.4,\"708\":41226.82,\"709\":14339.82,\"710\":15479.97,\"711\":0.94,\"712\":0.38,\"713\":7521.6,\"714\":null,\"715\":138.93,\"716\":5690.2,\"717\":340.91,\"718\":17472.12,\"719\":15631.63,\"720\":38398.92,\"721\":1370.88,\"722\":870.09,\"723\":76735.12,\"724\":5703.95,\"725\":10080.0,\"726\":1804.2,\"727\":7225.68,\"728\":9032.18,\"729\":9031.5,\"730\":9764.55,\"731\":4742.7,\"732\":5974.8,\"733\":301.58,\"734\":null,\"735\":262.68,\"736\":307.32,\"737\":311.52,\"738\":703.23,\"739\":338.19,\"740\":627.79,\"741\":302.52,\"742\":402.33,\"743\":396.86,\"744\":3894.0,\"745\":565.92,\"746\":null,\"747\":6639.47,\"748\":6401.42,\"749\":5792.4,\"750\":65.44,\"751\":587.85,\"752\":1.8,\"753\":null,\"754\":5040.3,\"755\":6600.0,\"756\":6039.49,\"757\":387.03,\"758\":3787.65,\"759\":3.03,\"760\":504.1,\"761\":509.28,\"762\":619.3,\"763\":659.56,\"764\":7570.45,\"765\":610.65,\"766\":377.49,\"767\":404.86,\"768\":420.86,\"769\":3.0,\"770\":4462.08,\"771\":2392.06,\"772\":null,\"773\":5078.15,\"774\":6308.8,\"775\":6247.49,\"776\":2706.3,\"777\":625.79,\"778\":631.95,\"779\":3874.2,\"780\":null,\"781\":18.86,\"782\":451.52,\"783\":431.36,\"784\":null,\"785\":2402.4,\"786\":7240.8,\"787\":15036.0,\"788\":4413.6,\"789\":2944.22,\"790\":465.85,\"791\":null,\"792\":396.83,\"793\":14003.0,\"794\":19604.24,\"795\":204.6,\"796\":665.77,\"797\":1281.06,\"798\":718.24,\"799\":2139.3,\"800\":1347.0,\"801\":21848.0,\"802\":60137.17,\"803\":502918.87,\"804\":13400.0,\"805\":1108.47,\"806\":9953.67,\"807\":53666.27,\"808\":5800.67,\"809\":872.85,\"810\":694.03,\"811\":76.22,\"812\":3703.36,\"813\":1995.84,\"814\":17292.36,\"815\":586.74,\"816\":42541.34,\"817\":47525.84,\"818\":null,\"819\":6195.0,\"820\":6519.84,\"821\":939.79,\"822\":239822.17,\"823\":7968.15,\"824\":34296.0,\"825\":null,\"826\":665397.35,\"827\":81159.21,\"828\":19024.59,\"829\":33055.06,\"830\":16740.0,\"831\":18627.4,\"832\":23632.37,\"833\":8850.05,\"834\":10219.81,\"835\":85506.17,\"836\":730.71,\"837\":1618.06,\"838\":203389.96,\"839\":10704.3,\"840\":2509.3,\"841\":null,\"842\":397.29,\"843\":28553.9,\"844\":3982.65,\"845\":1893.6,\"846\":null,\"847\":931.34,\"848\":895876.66,\"849\":599801.95,\"850\":282.0,\"851\":5953.2,\"852\":8329.07,\"853\":821.92,\"854\":205100.0,\"855\":682.57,\"856\":11520.0,\"857\":60926.72,\"858\":70109.38,\"859\":164277.73,\"860\":null,\"861\":401534.0,\"862\":460353.21,\"863\":null,\"864\":43525.3,\"865\":null,\"866\":597.83,\"867\":672.73,\"868\":4006.35,\"869\":119439.86,\"870\":1062.1,\"871\":541.76,\"872\":880.38,\"873\":846.55,\"874\":4206.0,\"875\":433.08,\"876\":14022.85,\"877\":8067.15,\"878\":19651.2,\"879\":10747.2,\"880\":332.31,\"881\":2404.2,\"882\":null,\"883\":210.93,\"884\":29536.7,\"885\":50201.92,\"886\":774422.9,\"887\":null,\"888\":557562.23,\"889\":963.06,\"890\":765.6,\"891\":1342.35,\"892\":2422.8,\"893\":32738.72,\"894\":440416.41,\"895\":534830.22,\"896\":102720.0,\"897\":null,\"898\":71587.76,\"899\":73145.8,\"900\":800.24,\"901\":2390.44,\"902\":32058.48,\"903\":18572.84,\"904\":13901.88,\"905\":64406.97,\"906\":164793.18,\"907\":169994.65,\"908\":3851.87,\"909\":131921.52,\"910\":14745.97,\"911\":45098.68,\"912\":48159.72,\"913\":677.37,\"914\":75710.87,\"915\":1493.95,\"916\":10780.0,\"917\":2841.56,\"918\":5552.49,\"919\":null,\"920\":51582.51,\"921\":55810.77,\"922\":18206.47,\"923\":651.81,\"924\":6408.0,\"925\":4783.2,\"926\":6639.27,\"927\":null,\"928\":3840.0,\"929\":9338.01,\"930\":1148.88,\"931\":1698.4,\"932\":null,\"933\":9973.0,\"934\":12656.0,\"935\":2585.0,\"936\":7434.46,\"937\":22973.02,\"938\":10168.95,\"939\":9858.02,\"940\":1447.6,\"941\":15397.5,\"942\":15045.5,\"943\":646.8,\"944\":1345.7,\"945\":13482.0,\"946\":19716.98,\"947\":10319.91,\"948\":18517.98,\"949\":566.4,\"950\":13773.7,\"951\":1696.0,\"952\":2107.2,\"953\":4520.88,\"954\":4240.0,\"955\":433.43,\"956\":2180.81,\"957\":345.69,\"958\":2346.0,\"959\":1320.1,\"960\":3366.02,\"961\":2141.64,\"962\":17716.22,\"963\":856.8,\"964\":null,\"965\":7.34,\"966\":861.3,\"967\":344.52,\"968\":547.8,\"969\":1168.86,\"970\":null,\"971\":4890.68,\"972\":6310.4,\"973\":452.64,\"974\":58109.58,\"975\":9552.11,\"976\":1811.01,\"977\":4861.04,\"978\":7352.64,\"979\":15051.12,\"980\":5088.13,\"981\":19315.7,\"982\":116969.37,\"983\":10796.15,\"984\":1346.84,\"985\":4456.07,\"986\":1824.29,\"987\":6415.5,\"988\":8965.85,\"989\":246.4,\"990\":null,\"991\":null,\"992\":3619.6,\"993\":1.28,\"994\":31.46,\"995\":1454.95,\"996\":3810.11,\"997\":810.0,\"998\":4455.15,\"999\":623.49,\"1000\":12874.58,\"1001\":9071.47,\"1002\":3490.73,\"1003\":4644.0,\"1004\":11646.0,\"1005\":19841.21,\"1006\":19932.78,\"1007\":null,\"1008\":80361.21,\"1009\":10682.95,\"1010\":10537.26,\"1011\":0.75,\"1012\":0.53,\"1013\":7521.6,\"1014\":136.35,\"1015\":245.3,\"1016\":6221.5,\"1017\":806.33,\"1018\":null,\"1019\":33705.18,\"1020\":15189.86,\"1021\":34644.26,\"1022\":1335.62,\"1023\":1255.11,\"1024\":28067.95,\"1025\":6449.8,\"1026\":440.0,\"1027\":2394.0,\"1028\":7838.4,\"1029\":9032.18,\"1030\":9031.73,\"1031\":9855.23,\"1032\":4323.3,\"1033\":4826.4,\"1034\":187.09,\"1035\":null,\"1036\":535.44,\"1037\":241.56,\"1038\":88.08,\"1039\":468.36,\"1040\":294.84,\"1041\":428.01,\"1042\":251.88,\"1043\":673.31,\"1044\":671.69,\"1045\":492.0,\"1046\":533.88,\"1047\":null,\"1048\":6914.92,\"1049\":7527.25,\"1050\":4305.6,\"1051\":1006.15,\"1052\":335.16,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":4617.9,\"1057\":8605.2,\"1058\":5953.21,\"1059\":878.17,\"1060\":203.4,\"1061\":3.07,\"1062\":402.75,\"1063\":400.44,\"1064\":585.2,\"1065\":1021.68,\"1066\":5294.6,\"1067\":836.67,\"1068\":945.3,\"1069\":342.24,\"1070\":35.68,\"1071\":null,\"1072\":2867.35,\"1073\":1490.52,\"1074\":null,\"1075\":7367.05,\"1076\":7713.38,\"1077\":7197.16,\"1078\":null,\"1079\":524.63,\"1080\":523.56,\"1081\":5643.0,\"1082\":12.86,\"1083\":566.14,\"1084\":356.73,\"1085\":null,\"1086\":2303.4,\"1087\":7220.4,\"1088\":369477.74,\"1089\":3988.8,\"1090\":3442.82,\"1091\":694.1,\"1092\":65.91,\"1093\":110.0,\"1094\":405.03,\"1095\":14223.0,\"1096\":19586.73,\"1097\":null,\"1098\":2380.29,\"1099\":1786.95,\"1100\":740.02,\"1101\":4590.9,\"1102\":1521.0,\"1103\":21360.0,\"1104\":60650.21,\"1105\":493927.54,\"1106\":12336.0,\"1107\":644.82,\"1108\":12031.67,\"1109\":38755.76,\"1110\":6391.0,\"1111\":838.93,\"1112\":736.6,\"1113\":3702.72,\"1114\":2141.14,\"1115\":14603.34,\"1116\":552.2,\"1117\":59364.84,\"1118\":15217.34,\"1119\":7157.0,\"1120\":6032.98,\"1121\":939.79,\"1122\":239772.59,\"1123\":7970.23,\"1124\":7349.59,\"1125\":13416.0,\"1126\":506970.0,\"1127\":59997.27,\"1128\":141920.11,\"1129\":20212.05,\"1130\":368796.97,\"1131\":16128.0,\"1132\":18620.8,\"1133\":24977.39,\"1134\":8751.69,\"1135\":10522.29,\"1136\":171227.18,\"1137\":764.24,\"1138\":1541.03,\"1139\":42789.99,\"1140\":55983.94,\"1141\":2493.32,\"1142\":90.16,\"1143\":403.67,\"1144\":27541.55,\"1145\":3896.68,\"1146\":2179.2,\"1147\":70.8,\"1148\":926.7,\"1149\":868339.47,\"1150\":597630.58,\"1151\":336.0,\"1152\":6736.4,\"1153\":8314.87,\"1154\":811.25,\"1155\":136670.0,\"1156\":690.87,\"1157\":14184.0,\"1158\":8704.28,\"1159\":59999.19,\"1160\":69309.99,\"1161\":165022.99,\"1162\":null,\"1163\":403236.0,\"1164\":440829.31,\"1165\":51155.22,\"1166\":7040.0,\"1167\":75.64,\"1168\":672.62,\"1169\":4005.45,\"1170\":80344.38,\"1171\":1063.83,\"1172\":366.04,\"1173\":822.78,\"1174\":1123.34,\"1175\":3448.8,\"1176\":431.76,\"1177\":13866.46,\"1178\":8090.55,\"1179\":19641.6,\"1180\":12451.2,\"1181\":362.21,\"1182\":2271.6,\"1183\":102.3,\"1184\":340.0,\"1185\":30113.29,\"1186\":43149.3,\"1187\":274737.16,\"1188\":91609.97,\"1189\":626606.49,\"1190\":1030.32,\"1191\":813.56,\"1192\":1288.61,\"1193\":2422.8,\"1194\":33969.65,\"1195\":635949.97,\"1196\":541321.16,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":71651.37,\"1201\":800.38,\"1202\":2821.1,\"1203\":50169.0,\"1204\":17968.11,\"1205\":13458.96,\"1206\":65147.19,\"1207\":164149.78,\"1208\":169966.9,\"1209\":null,\"1210\":85638.01,\"1211\":14738.66,\"1212\":44885.21,\"1213\":48214.6,\"1214\":null,\"1215\":75453.91,\"1216\":null,\"1217\":10837.2,\"1218\":2807.01,\"1219\":32083.25,\"1220\":13006.12,\"1221\":56155.67,\"1222\":19582.19,\"1223\":651.24,\"1224\":5925.6,\"1225\":null,\"1226\":6245.42,\"1227\":null,\"1228\":4960.0,\"1229\":9505.21,\"1230\":1063.32,\"1231\":1751.2,\"1232\":300.17,\"1233\":9232.0,\"1234\":10477.0,\"1235\":2569.6,\"1236\":7922.92,\"1237\":null,\"1238\":10208.88,\"1239\":10218.86,\"1240\":675.55,\"1241\":15065.5,\"1242\":14710.9,\"1243\":88.8,\"1244\":1438.8,\"1245\":14256.0,\"1246\":19733.08,\"1247\":10325.47,\"1248\":19598.87,\"1249\":518.1,\"1250\":16760.8,\"1251\":1896.0,\"1252\":24.82,\"1253\":2018.3,\"1254\":4577.46,\"1255\":3907.2,\"1256\":433.43,\"1257\":2083.88,\"1258\":345.0,\"1259\":2306.0,\"1260\":1117.49,\"1261\":12580.66,\"1262\":4035.58,\"1263\":17432.91,\"1264\":762.6,\"1265\":93.44,\"1266\":1.47,\"1267\":955.68,\"1268\":null,\"1269\":392.48,\"1270\":669.0,\"1271\":1600.94,\"1272\":42.24,\"1273\":15424.45,\"1274\":6144.2,\"1275\":2811.06,\"1276\":94851.33,\"1277\":5193.9,\"1278\":66.79,\"1279\":4602.78,\"1280\":7486.56,\"1281\":null,\"1282\":15311.51,\"1283\":8857.75,\"1284\":18144.44,\"1285\":13682.82,\"1286\":66.0,\"1287\":1722.16,\"1288\":396.92,\"1289\":1345.5,\"1290\":9719.85,\"1291\":145.76,\"1292\":null,\"1293\":null,\"1294\":4400.9,\"1295\":1.3,\"1296\":55.26,\"1297\":1670.04,\"1298\":4876.34,\"1299\":1692.0,\"1300\":1987.46,\"1301\":12354.17,\"1302\":10478.34,\"1303\":5217.78,\"1304\":4003.2,\"1305\":8524.8,\"1306\":14567.62,\"1307\":15231.87,\"1308\":null,\"1309\":74463.74,\"1310\":4197.18,\"1311\":4344.84,\"1312\":1.06,\"1313\":0.45,\"1314\":7521.6,\"1315\":210.54,\"1316\":null,\"1317\":780.05,\"1318\":null,\"1319\":23606.25,\"1320\":17411.96,\"1321\":13458.76,\"1322\":1350.53,\"1323\":1351.02,\"1324\":58569.96,\"1325\":4257.4,\"1326\":8000.0,\"1327\":1702.2,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":9883.58,\"1332\":3709.8,\"1333\":4354.5,\"1334\":306.15,\"1335\":345.48,\"1336\":208.8,\"1337\":321.96,\"1338\":580.65,\"1339\":404.82,\"1340\":815.38,\"1341\":121.32,\"1342\":653.02,\"1343\":621.75,\"1344\":3296.4,\"1345\":262.92,\"1346\":null,\"1347\":10369.5,\"1348\":8135.94,\"1349\":5607.0,\"1350\":914.96,\"1351\":487.02,\"1352\":null,\"1353\":null,\"1354\":4439.1,\"1355\":8400.0,\"1356\":3869.14,\"1357\":913.56,\"1358\":245.7,\"1359\":3.4,\"1360\":null,\"1361\":359.16,\"1362\":592.9,\"1363\":449.68,\"1364\":8357.05,\"1365\":821.91,\"1366\":922.3,\"1367\":401.17,\"1368\":null,\"1369\":5604.83,\"1370\":4512.41,\"1371\":null,\"1372\":9220.46,\"1373\":8740.64,\"1374\":8685.98,\"1375\":4013.1,\"1376\":141.13,\"1377\":143.0,\"1378\":null,\"1379\":7131.3,\"1380\":null,\"1381\":19.63,\"1382\":553.41,\"1383\":436.77,\"1384\":2.82,\"1385\":1372.8,\"1386\":7208.4,\"1387\":132983.62,\"1388\":3430.8,\"1389\":4440.46,\"1390\":682.77,\"1391\":58.52,\"1392\":null,\"1393\":404.88,\"1394\":13915.0,\"1395\":19515.05,\"1396\":204.6,\"1397\":2214.96,\"1398\":1722.27,\"1399\":724.1,\"1400\":1934.1,\"1401\":1398.0,\"1402\":21884.0,\"1403\":60243.15,\"1404\":491813.35,\"1405\":13048.0,\"1406\":1699.17,\"1407\":6977.98,\"1408\":42527.44,\"1409\":6193.0,\"1410\":1038.16,\"1411\":734.37,\"1412\":3702.08,\"1413\":2119.35,\"1414\":17552.54,\"1415\":null,\"1416\":null,\"1417\":59749.49,\"1418\":15213.91,\"1419\":7277.0,\"1420\":5688.39,\"1421\":938.8,\"1422\":239543.34,\"1423\":140356.82,\"1424\":6950.11,\"1425\":null,\"1426\":null,\"1427\":null,\"1428\":143718.75,\"1429\":17794.37,\"1430\":317621.73,\"1431\":15300.0,\"1432\":18594.4,\"1433\":23083.3,\"1434\":8750.31,\"1435\":10858.38,\"1436\":729.67,\"1437\":1473.35,\"1438\":null,\"1439\":152370.0,\"1440\":42670.12,\"1441\":2524.6,\"1442\":412.06,\"1443\":27528.45,\"1444\":3821.08,\"1445\":2182.2,\"1446\":null,\"1447\":886.88,\"1448\":872843.13,\"1449\":600230.02,\"1450\":222.0,\"1451\":6690.2,\"1452\":8319.67,\"1453\":817.96,\"1454\":136640.0,\"1455\":675.96,\"1456\":12960.0,\"1457\":23029.9,\"1458\":61689.5,\"1459\":68400.58,\"1460\":164862.51,\"1461\":3103.0,\"1462\":389114.0,\"1463\":547586.61,\"1464\":null,\"1465\":590.44,\"1466\":687.64,\"1467\":3994.65,\"1468\":81263.86,\"1469\":1062.1,\"1470\":533.91,\"1471\":810.54,\"1472\":868.98,\"1473\":4107.6,\"1474\":431.28,\"1475\":null,\"1476\":14022.85,\"1477\":8102.25,\"1478\":19865.6,\"1479\":9825.6,\"1480\":370.66,\"1481\":2255.98,\"1482\":102.3,\"1483\":null,\"1484\":29731.93,\"1485\":25580.12,\"1486\":null,\"1487\":136890.39,\"1488\":748839.0699999999,\"1489\":1084.38,\"1490\":693.66,\"1491\":1265.23,\"1492\":2422.8,\"1493\":32650.48,\"1494\":729765.3199999999,\"1495\":536473.08,\"1496\":200690.0,\"1497\":323949.59,\"1498\":140309.36,\"1499\":111202.69,\"1500\":799.26,\"1501\":709.86,\"1502\":12943.38,\"1503\":17749.23,\"1504\":13479.25,\"1505\":64185.85,\"1506\":162804.02,\"1507\":170040.9,\"1508\":null,\"1509\":101995.72,\"1510\":14733.77,\"1511\":44741.3,\"1512\":48284.21,\"1513\":661.02,\"1514\":152874.04,\"1515\":1391.63,\"1516\":10018.8,\"1517\":2786.69,\"1518\":31109.54,\"1519\":46028.89,\"1520\":56987.18,\"1521\":19426.96,\"1522\":650.58,\"1523\":7387.2,\"1524\":null,\"1525\":5464.8,\"1526\":6616.83,\"1527\":244.86,\"1528\":3920.0,\"1529\":4665.06,\"1530\":1188.36,\"1531\":1744.6,\"1532\":99.05,\"1533\":null,\"1534\":9213.0,\"1535\":13026.0,\"1536\":4224.0,\"1537\":7923.65,\"1538\":18143.85,\"1539\":10193.06,\"1540\":10220.31,\"1541\":511.13,\"1542\":14788.3,\"1543\":14436.7,\"1544\":null,\"1545\":1516.4,\"1546\":6588.0,\"1547\":19723.92,\"1548\":10309.03,\"1549\":19584.94,\"1550\":null,\"1551\":500.8,\"1552\":12779.8,\"1553\":4022.0,\"1554\":1928.2,\"1555\":2819.34,\"1556\":7170.7,\"1557\":433.43,\"1558\":1560.31,\"1559\":344.54,\"1560\":2441.0,\"1561\":1131.91,\"1562\":12290.64,\"1563\":3293.51,\"1564\":14899.48,\"1565\":891.0,\"1566\":null,\"1567\":1.47,\"1568\":798.6,\"1569\":260.04,\"1570\":654.0,\"1571\":834.24,\"1572\":null,\"1573\":11015.31,\"1574\":6014.5,\"1575\":6069.24,\"1576\":93141.94,\"1577\":1996.32,\"1578\":null,\"1579\":4476.52,\"1580\":3860.64,\"1581\":14264.48,\"1582\":3421.48,\"1583\":11551.18,\"1584\":null,\"1585\":14679.53,\"1586\":null,\"1587\":6165.26,\"1588\":5654.17,\"1589\":6465.0,\"1590\":5273.81,\"1591\":254.6,\"1592\":null,\"1593\":null,\"1594\":6090.41,\"1595\":0.55,\"1596\":21.43,\"1597\":1562.68,\"1598\":4518.26,\"1599\":4795.2,\"1600\":6774.33,\"1601\":null,\"1602\":11651.26,\"1603\":13617.15,\"1604\":5780.73,\"1605\":7189.2,\"1606\":15796.8,\"1607\":17175.06,\"1608\":18099.35,\"1609\":null,\"1610\":77086.42,\"1611\":5764.25,\"1612\":4958.99,\"1613\":0.59,\"1614\":0.46,\"1615\":7521.6,\"1616\":null,\"1617\":359.04,\"1618\":7084.46,\"1619\":371.63,\"1620\":null,\"1621\":25372.34,\"1622\":7445.19,\"1623\":74590.17,\"1624\":1286.18,\"1625\":449.82,\"1626\":85624.39,\"1627\":5551.0,\"1628\":15720.0,\"1629\":3410.4,\"1630\":7326.42,\"1631\":2884.5,\"1632\":2966.18,\"1633\":6504.75,\"1634\":4654.2,\"1635\":4914.3,\"1636\":290.05,\"1637\":206.88,\"1638\":139.2,\"1639\":63.96,\"1640\":557.55,\"1641\":333.36,\"1642\":165.5,\"1643\":609.45,\"1644\":291.84,\"1645\":653.09,\"1646\":635.12,\"1647\":6662.4,\"1648\":292.44,\"1649\":null,\"1650\":9259.31,\"1651\":10227.73,\"1652\":5002.2,\"1653\":573.75,\"1654\":575.64,\"1655\":0.6,\"1656\":null,\"1657\":null,\"1658\":6167.7,\"1659\":5758.8,\"1660\":948.43,\"1661\":942.83,\"1662\":null,\"1663\":3.47,\"1664\":461.14,\"1665\":549.12,\"1666\":590.7,\"1667\":616.0,\"1668\":8048.85,\"1669\":842.81,\"1670\":944.78,\"1671\":621.91,\"1672\":12.0,\"1673\":1208.07,\"1674\":581.98,\"1675\":null,\"1676\":8998.58,\"1677\":9714.18,\"1678\":9757.83,\"1679\":4781.1,\"1680\":613.47,\"1681\":622.2,\"1682\":401.38,\"1683\":5511.0,\"1684\":null,\"1685\":11.44,\"1686\":581.76,\"1687\":334.76,\"1688\":null,\"1689\":2178.0,\"1690\":7192.8,\"1691\":20067.0,\"1692\":4651.2,\"1693\":null,\"1694\":689.48,\"1695\":null,\"1696\":2660.0,\"1697\":404.91,\"1698\":5082.0,\"1699\":null,\"1700\":198.0,\"1701\":3081.38,\"1702\":1811.04,\"1703\":734.9,\"1704\":1728.0,\"1705\":815.0,\"1706\":16448.0,\"1707\":461327.55,\"1708\":502836.02,\"1709\":14056.0,\"1710\":1512.06,\"1711\":12030.38,\"1712\":65739.39,\"1713\":4869.33,\"1714\":817.08,\"1715\":711.64,\"1716\":3702.08,\"1717\":2076.65,\"1718\":17501.22,\"1719\":631.18,\"1720\":59227.09,\"1721\":15319.6,\"1722\":6158.0,\"1723\":5448.69,\"1724\":939.79,\"1725\":156352.55,\"1726\":6706.87,\"1727\":41832.0,\"1728\":504720.0,\"1729\":null,\"1730\":229098.22,\"1731\":16986.27,\"1732\":33392.48,\"1733\":15504.0,\"1734\":18409.6,\"1735\":15248.41,\"1736\":15145.96,\"1737\":10994.96,\"1738\":1157.96,\"1739\":1423.57,\"1740\":240020.0,\"1741\":29611.02,\"1742\":2390.05,\"1743\":445.0,\"1744\":402.08,\"1745\":29011.11,\"1746\":3651.9,\"1747\":2187.6,\"1748\":913.61,\"1749\":890988.55,\"1750\":601383.21,\"1751\":498.0,\"1752\":6628.6,\"1753\":8315.5,\"1754\":829.07,\"1755\":136690.0,\"1756\":669.34,\"1757\":15156.0,\"1758\":23012.73,\"1759\":59850.97,\"1760\":null,\"1761\":164169.93,\"1762\":null,\"1763\":550890.4,\"1764\":null,\"1765\":7652.17,\"1766\":582.65,\"1767\":683.35,\"1768\":3993.75,\"1769\":350581.34,\"1770\":1062.1,\"1771\":529.98,\"1772\":826.02,\"1773\":977.34,\"1774\":2781.6,\"1775\":430.2,\"1776\":14101.04,\"1777\":4360.05,\"1778\":19955.2,\"1779\":9206.4,\"1780\":null,\"1781\":361.02,\"1782\":2603.4,\"1783\":108.9,\"1784\":312.91,\"1785\":29494.0,\"1786\":25587.24,\"1787\":1008408.52,\"1788\":135960.07,\"1789\":607382.9399999999,\"1790\":1277.46,\"1791\":null,\"1792\":1074.24,\"1793\":2422.8,\"1794\":null,\"1795\":534466.96,\"1796\":null,\"1797\":415630.45,\"1798\":142607.63,\"1799\":0.03,\"1800\":798.7,\"1801\":712.51,\"1802\":61662.96,\"1803\":15070.14,\"1804\":12560.14,\"1805\":64168.01,\"1806\":161298.7,\"1807\":166331.65,\"1808\":null,\"1809\":null,\"1810\":14750.32,\"1811\":44945.25,\"1812\":48336.48,\"1813\":658.86,\"1814\":76562.51,\"1815\":1378.54,\"1816\":9952.8,\"1817\":2892.06,\"1818\":29725.25,\"1819\":44273.29,\"1820\":56404.96,\"1821\":16017.09,\"1822\":653.1,\"1823\":8308.8,\"1824\":null,\"1825\":3048.0,\"1826\":6652.31,\"1827\":362.74,\"1828\":null,\"1829\":null,\"1830\":9178.79,\"1831\":699.0,\"1832\":1686.08,\"1833\":155.76,\"1834\":9094.0,\"1835\":16151.0,\"1836\":3190.0,\"1837\":6448.13,\"1838\":13302.15,\"1839\":9921.14,\"1840\":10049.66,\"1841\":2148.08,\"1842\":14637.7,\"1843\":14291.0,\"1844\":null,\"1845\":1492.0,\"1846\":13392.0,\"1847\":19745.12,\"1848\":10284.83,\"1849\":19605.23,\"1850\":486.6,\"1851\":13021.5,\"1852\":1848.0,\"1853\":1843.0,\"1854\":4558.14,\"1855\":7085.5,\"1856\":433.43,\"1857\":2163.36,\"1858\":343.39,\"1859\":2250.0,\"1860\":874.26,\"1861\":12003.79,\"1862\":3597.19,\"1863\":18009.1,\"1864\":951.6,\"1865\":null,\"1866\":14.67,\"1867\":962.94,\"1868\":null,\"1869\":242.88,\"1870\":559.2,\"1871\":954.14,\"1872\":5.12,\"1873\":44.64,\"1874\":16176.86,\"1875\":5887.2,\"1876\":3320.28,\"1877\":100995.21,\"1878\":2087.2,\"1879\":360.27,\"1880\":4292.87,\"1881\":7437.6,\"1882\":757.9,\"1883\":17777.01,\"1884\":2277.66,\"1885\":19499.73,\"1886\":15651.54,\"1887\":467.28,\"1888\":3534.62,\"1889\":2979.61,\"1890\":1936.5,\"1891\":3171.66,\"1892\":349.96,\"1893\":null,\"1894\":27.9,\"1895\":6778.11,\"1896\":0.58,\"1897\":71.94,\"1898\":521.51,\"1899\":4290.02,\"1900\":2664.0,\"1901\":3817.58,\"1902\":null,\"1903\":18085.18,\"1904\":14091.08,\"1905\":6308.74,\"1906\":7781.4,\"1907\":17175.6,\"1908\":19833.73,\"1909\":19873.73,\"1910\":100.2,\"1911\":80201.08,\"1912\":5333.0,\"1913\":5023.04,\"1914\":0.61,\"1915\":0.33,\"1916\":7521.6,\"1917\":0.3,\"1918\":332.86,\"1919\":6811.22,\"1920\":791.07,\"1921\":20383.78,\"1922\":6840.99,\"1923\":37954.65,\"1924\":1306.8,\"1925\":null,\"1926\":72342.49,\"1927\":4360.3,\"1928\":8440.0,\"1929\":3975.6,\"1930\":8009.52,\"1931\":3734.09,\"1932\":3905.99,\"1933\":3901.5,\"1934\":4806.9,\"1935\":4948.5,\"1936\":282.3,\"1937\":298.32,\"1938\":140.64,\"1939\":269.64,\"1940\":588.69,\"1941\":417.9,\"1942\":762.36,\"1943\":817.81,\"1944\":225.84,\"1945\":990.15,\"1946\":949.91,\"1947\":3285.6,\"1948\":292.92,\"1949\":null,\"1950\":7135.62,\"1951\":6629.6,\"1952\":5362.2,\"1953\":19025.44,\"1954\":542.73,\"1955\":null,\"1956\":2357.53,\"1957\":3618.6,\"1958\":3710.4,\"1959\":2875.99,\"1960\":907.01,\"1961\":4718.7,\"1962\":6.43,\"1963\":239.01,\"1964\":657.12,\"1965\":335.5,\"1966\":1069.64,\"1967\":8078.75,\"1968\":945.88,\"1969\":923.94,\"1970\":494.09,\"1971\":null,\"1972\":5313.86,\"1973\":4184.24,\"1974\":404.4,\"1975\":7090.94,\"1976\":7646.12,\"1977\":7088.35,\"1978\":2296.5,\"1979\":370.11,\"1980\":372.75,\"1981\":612.14,\"1982\":3498.0,\"1983\":0.35,\"1984\":36.02,\"1985\":588.2,\"1986\":386.29,\"1987\":null,\"1988\":null,\"1989\":2303.4,\"1990\":7190.4,\"1991\":401839.52,\"1992\":5392.8,\"1993\":5926.65,\"1994\":691.35,\"1995\":8.89,\"1996\":460.0,\"1997\":404.7,\"1998\":14388.0,\"1999\":19527.41,\"2000\":198.0,\"2001\":3074.12,\"2002\":1794.21,\"2003\":771.21,\"2004\":2295.0,\"2005\":810.0,\"2006\":17228.0,\"2007\":60611.71,\"2008\":502565.57,\"2009\":14736.0,\"2010\":831.93,\"2011\":11929.88,\"2012\":63856.78,\"2013\":5672.33,\"2014\":979.51,\"2015\":711.77,\"2016\":3703.68,\"2017\":2045.71,\"2018\":18641.67,\"2019\":631.18,\"2020\":null,\"2021\":63223.13,\"2022\":15311.57,\"2023\":null,\"2024\":5166.85,\"2025\":940.78,\"2026\":156332.62,\"2027\":6442.91,\"2028\":501190.0,\"2029\":299450.64,\"2030\":129973.36,\"2031\":15490.31,\"2032\":395829.39,\"2033\":15348.0,\"2034\":18343.6,\"2035\":23641.42,\"2036\":13957.22,\"2037\":11151.92,\"2038\":848.49,\"2039\":1375.12,\"2040\":null,\"2041\":305305.0,\"2042\":70541.23,\"2043\":2367.97,\"2044\":766.87,\"2045\":381.4,\"2046\":30352.72,\"2047\":3505.69,\"2048\":2184.0,\"2049\":14.16,\"2050\":860.67,\"2051\":893761.29,\"2052\":513804.74,\"2053\":660.0,\"2054\":6318.4,\"2055\":8331.38,\"2056\":823.79,\"2057\":null,\"2058\":652.52,\"2059\":15372.0,\"2060\":23291.67,\"2061\":60158.66,\"2062\":69277.55,\"2063\":165381.01,\"2064\":null,\"2065\":544691.58,\"2066\":6580.87,\"2067\":592.42,\"2068\":662.36,\"2069\":3855.3,\"2070\":80977.96,\"2071\":1060.38,\"2072\":471.93,\"2073\":614.7,\"2074\":1089.1,\"2075\":9913.2,\"2076\":429.72,\"2077\":14093.15,\"2078\":4356.9,\"2079\":19779.2,\"2080\":5481.6,\"2081\":324.92,\"2082\":2113.2,\"2083\":112.2,\"2084\":324.17,\"2085\":29605.06,\"2086\":25599.6,\"2087\":null,\"2088\":136787.33,\"2089\":541973.9399999999,\"2090\":1273.32,\"2091\":828.74,\"2092\":1157.67,\"2093\":1890.1,\"2094\":437879.2,\"2095\":535567.08,\"2096\":415380.07,\"2097\":72518.55,\"2098\":null,\"2099\":798.98,\"2100\":673.77,\"2101\":30964.32,\"2102\":18248.02,\"2103\":13706.41,\"2104\":63947.05,\"2105\":164062.95,\"2106\":164357.7,\"2107\":null,\"2108\":14743.33,\"2109\":45374.94,\"2110\":48129.05,\"2111\":658.53,\"2112\":76537.38,\"2113\":1246.28,\"2114\":10194.8,\"2115\":2755.82,\"2116\":41.3,\"2117\":45954.49,\"2118\":56929.96,\"2119\":14667.87,\"2120\":652.68,\"2121\":6411.6,\"2122\":1032.0,\"2123\":6666.17,\"2124\":315.48,\"2125\":null,\"2126\":6960.0,\"2127\":4665.06,\"2128\":1305.84,\"2129\":1607.76,\"2130\":156.54,\"2131\":8826.0,\"2132\":12822.0,\"2133\":2976.6,\"2134\":5958.52,\"2135\":16694.02,\"2136\":9772.8,\"2137\":10011.21,\"2138\":12.03,\"2139\":14593.3,\"2140\":14282.7,\"2141\":151.2,\"2142\":1438.7,\"2143\":13698.0,\"2144\":19731.94,\"2145\":10284.08,\"2146\":19592.42,\"2147\":428.8,\"2148\":11872.0,\"2149\":4974.0,\"2150\":9.55,\"2151\":1759.3,\"2152\":4509.84,\"2153\":5167.4,\"2154\":433.43,\"2155\":1521.99,\"2156\":340.86,\"2157\":2196.0,\"2158\":1386.74,\"2159\":11761.06,\"2160\":3566.23,\"2161\":18154.75,\"2162\":921.0,\"2163\":1836.97,\"2164\":1149.87,\"2165\":810.48,\"2166\":null,\"2167\":257.84,\"2168\":1048.5,\"2169\":1210.44,\"2170\":482.68,\"2171\":117.6,\"2172\":11075.5,\"2173\":5758.4,\"2174\":6149.28,\"2175\":99725.52,\"2176\":3615.92,\"2177\":338.2,\"2178\":4149.39,\"2179\":7526.88,\"2180\":23.65,\"2181\":17843.53,\"2182\":6863.75,\"2183\":19632.81,\"2184\":16309.94,\"2185\":317.24,\"2186\":6319.29,\"2187\":5927.18,\"2188\":8377.5,\"2189\":8519.36,\"2190\":346.12,\"2191\":77.2,\"2192\":94.73,\"2193\":5986.86,\"2194\":2.4,\"2195\":25.72,\"2196\":2032.9,\"2197\":4046.87,\"2198\":6206.4,\"2199\":6898.61,\"2200\":2580.64,\"2201\":11830.18,\"2202\":6777.74,\"2203\":7945.2,\"2204\":17179.2,\"2205\":18824.64,\"2206\":19820.22,\"2207\":807.6,\"2208\":81642.16,\"2209\":7441.03,\"2210\":5887.81,\"2211\":0.46,\"2212\":0.5,\"2213\":7521.6,\"2214\":1862.55,\"2215\":393.91,\"2216\":6974.52,\"2217\":742.02,\"2218\":null,\"2219\":35338.21,\"2220\":22609.34,\"2221\":80636.43,\"2222\":1262.86,\"2223\":937.02,\"2224\":89956.58,\"2225\":7967.05,\"2226\":16400.0,\"2227\":4015.8,\"2228\":8257.92,\"2229\":9030.6,\"2230\":9034.2,\"2231\":9737.78,\"2232\":2292.0,\"2233\":2198.1,\"2234\":313.19,\"2235\":null,\"2236\":451.92,\"2237\":189.36,\"2238\":296.16,\"2239\":598.38,\"2240\":386.49,\"2241\":601.02,\"2242\":793.98,\"2243\":281.64,\"2244\":636.73,\"2245\":597.02,\"2246\":6900.0,\"2247\":350.64,\"2248\":64.8,\"2249\":11655.98,\"2250\":11340.91,\"2251\":5230.8,\"2252\":18933.7,\"2253\":null,\"2254\":495.0,\"2255\":3845.36,\"2256\":6328.8,\"2257\":8947.2,\"2258\":4694.62,\"2259\":919.66,\"2260\":1827.0,\"2261\":9.4,\"2262\":null,\"2263\":583.32,\"2264\":299.2,\"2265\":1222.76,\"2266\":8606.6,\"2267\":772.04,\"2268\":939.44,\"2269\":579.26,\"2270\":924.0,\"2271\":5087.97,\"2272\":2444.68,\"2273\":391.8,\"2274\":11253.89,\"2275\":11736.16,\"2276\":11542.66,\"2277\":6674.7,\"2278\":136.55,\"2279\":121.42,\"2280\":588.52,\"2281\":5174.4,\"2282\":410.21,\"2283\":37.6,\"2284\":625.38,\"2285\":468.97,\"2286\":178.36,\"2287\":null,\"2288\":2105.4,\"2289\":7176.0,\"2290\":21024.0,\"2291\":3326.4,\"2292\":5421.11,\"2293\":690.91,\"2294\":46.9,\"2295\":null,\"2296\":404.83,\"2297\":5390.0,\"2298\":19552.18,\"2299\":204.6,\"2300\":3067.84,\"2301\":1723.59,\"2302\":773.06,\"2303\":2327.4,\"2304\":812.0,\"2305\":16604.0,\"2306\":60475.45,\"2307\":503199.3,\"2308\":13272.0,\"2309\":951.72,\"2310\":10946.03,\"2311\":53214.88,\"2312\":5870.33,\"2313\":796.95,\"2314\":710.82,\"2315\":3704.64,\"2316\":2022.93,\"2317\":15325.73,\"2318\":632.5,\"2319\":null,\"2320\":57936.55,\"2321\":15394.03,\"2322\":6120.0,\"2323\":4996.5,\"2324\":940.78,\"2325\":150415.7,\"2326\":6241.14,\"2327\":null,\"2328\":199139.45,\"2329\":211204.35,\"2330\":14639.49,\"2331\":210655.47,\"2332\":14844.0,\"2333\":18684.6,\"2334\":24185.01,\"2335\":13866.0,\"2336\":10794.07,\"2337\":null,\"2338\":1005.61,\"2339\":1345.98,\"2340\":491.33,\"2341\":214390.0,\"2342\":68654.21,\"2343\":2207.08,\"2344\":771.89,\"2345\":401.01,\"2346\":26717.63,\"2347\":2622.38,\"2348\":2202.0,\"2349\":null,\"2350\":859.71,\"2351\":894078.0,\"2352\":402433.82,\"2353\":318.0,\"2354\":6404.2,\"2355\":8357.35,\"2356\":822.25,\"2357\":null,\"2358\":663.1,\"2359\":14220.0,\"2360\":23369.95,\"2361\":59604.36,\"2362\":68389.99,\"2363\":165114.14,\"2364\":141.5,\"2365\":539968.2,\"2366\":null,\"2367\":null,\"2368\":6274.78,\"2369\":576.58,\"2370\":674.68,\"2371\":3858.3,\"2372\":81480.9,\"2373\":1062.1,\"2374\":551.63,\"2375\":733.14,\"2376\":1029.8,\"2377\":6303.6,\"2378\":427.92,\"2379\":14078.09,\"2380\":4459.5,\"2381\":19961.6,\"2382\":7915.2,\"2383\":593.74,\"2384\":359.83,\"2385\":2587.2,\"2386\":108.9,\"2387\":351.07,\"2388\":29893.63,\"2389\":25592.75,\"2390\":null,\"2391\":134248.15,\"2392\":818877.24,\"2393\":1371.72,\"2394\":900.02,\"2395\":1137.75,\"2396\":1772.6,\"2397\":null,\"2398\":188708.23,\"2399\":81240.0,\"2400\":8841.38,\"2401\":304594.79,\"2402\":139785.17,\"2403\":null,\"2404\":799.4,\"2405\":1304.29,\"2406\":67383.46,\"2407\":18436.85,\"2408\":13807.59,\"2409\":63444.2,\"2410\":160852.34,\"2411\":170405.35,\"2412\":null,\"2413\":62451.25,\"2414\":14788.56,\"2415\":45328.18,\"2416\":48407.38,\"2417\":658.56,\"2418\":76390.84,\"2419\":1065.9,\"2420\":8784.6,\"2421\":2635.87,\"2422\":26883.79,\"2423\":46135.87,\"2424\":null,\"2425\":55106.84,\"2426\":13821.31,\"2427\":652.41,\"2428\":5716.8,\"2429\":null,\"2430\":3688.8,\"2431\":6633.0,\"2432\":308.48,\"2433\":0.04,\"2434\":5360.0,\"2435\":9174.72,\"2436\":564.12,\"2437\":1537.36,\"2438\":153.12,\"2439\":8658.0,\"2440\":10333.0,\"2441\":2833.6,\"2442\":5959.74,\"2443\":18227.44,\"2444\":9372.0,\"2445\":9807.09,\"2446\":1263.97,\"2447\":14254.7,\"2448\":13922.1,\"2449\":222.0,\"2450\":1371.5,\"2451\":13158.0,\"2452\":18672.16,\"2453\":10285.6,\"2454\":19560.82,\"2455\":421.7,\"2456\":9361.8,\"2457\":7798.0,\"2458\":1692.4,\"2459\":4563.66,\"2460\":4500.6,\"2461\":433.43,\"2462\":1620.87,\"2463\":342.01,\"2464\":2205.0,\"2465\":542.75,\"2466\":11675.49,\"2467\":5274.84,\"2468\":18102.55,\"2469\":1458.6,\"2470\":501.71,\"2471\":null,\"2472\":770.22,\"2473\":null,\"2474\":286.0,\"2475\":1105.2,\"2476\":2282.5,\"2477\":null,\"2478\":134.4,\"2479\":7772.42,\"2480\":5654.0,\"2481\":5848.44,\"2482\":94852.26,\"2483\":8912.7,\"2484\":684.06,\"2485\":4063.3,\"2486\":7548.48,\"2487\":16933.18,\"2488\":3320.33,\"2489\":18989.26,\"2490\":16902.89,\"2491\":1262.8,\"2492\":6287.66,\"2493\":5814.38,\"2494\":8043.0,\"2495\":7755.09,\"2496\":231.08,\"2497\":null,\"2498\":134.33,\"2499\":6868.02,\"2500\":1.32,\"2501\":29.0,\"2502\":2060.38,\"2503\":5761.99,\"2504\":3812.4,\"2505\":6892.43,\"2506\":812.21,\"2507\":15146.28,\"2508\":7715.75,\"2509\":7819.2,\"2510\":17395.2,\"2511\":12086.17,\"2512\":12553.91,\"2513\":61.2,\"2514\":83323.02,\"2515\":13144.51,\"2516\":14117.86,\"2517\":0.55,\"2518\":0.47,\"2519\":7521.6,\"2520\":0.9,\"2521\":392.37,\"2522\":7254.66,\"2523\":833.06,\"2524\":null,\"2525\":34584.84,\"2526\":21245.18,\"2527\":78212.9,\"2528\":1231.29,\"2529\":925.98,\"2530\":84630.5,\"2531\":5278.0,\"2532\":15160.0,\"2533\":3990.6,\"2534\":8597.4,\"2535\":8658.23,\"2536\":8936.78,\"2537\":7649.55,\"2538\":4688.4,\"2539\":4818.6,\"2540\":291.02,\"2541\":null,\"2542\":376.2,\"2543\":247.44,\"2544\":325.44,\"2545\":646.92,\"2546\":417.39,\"2547\":882.65,\"2548\":842.41,\"2549\":284.88,\"2550\":945.96,\"2551\":855.0,\"2552\":6553.2,\"2553\":499.44,\"2554\":null,\"2555\":11526.67,\"2556\":11239.06,\"2557\":5697.0,\"2558\":16801.07,\"2559\":673.92,\"2560\":null,\"2561\":null,\"2562\":2250.89,\"2563\":6360.0,\"2564\":8167.62,\"2565\":761.49,\"2566\":2094.3,\"2567\":3.42,\"2568\":null,\"2569\":631.32,\"2570\":486.2,\"2571\":1373.68,\"2572\":8284.6,\"2573\":755.99,\"2574\":880.53,\"2575\":629.75,\"2576\":12.0,\"2577\":4859.14,\"2578\":2748.06,\"2579\":260.4,\"2580\":11204.13,\"2581\":11631.26,\"2582\":11474.93,\"2583\":5983.5,\"2584\":657.14,\"2585\":663.92,\"2586\":575.45,\"2587\":6332.7,\"2588\":null,\"2589\":28.35,\"2590\":620.95,\"2591\":611.57,\"2592\":203.9,\"2593\":0.02,\"2594\":2006.4,\"2595\":7167.6,\"2596\":20259.0,\"2597\":2336.4,\"2598\":4941.03,\"2599\":692.12,\"2600\":null,\"2601\":20.0,\"2602\":404.55,\"2603\":12694.0,\"2604\":18504.32,\"2605\":191.4,\"2606\":3067.35,\"2607\":1711.38,\"2608\":734.67,\"2609\":2689.2,\"2610\":815.0,\"2611\":20320.0,\"2612\":60330.59,\"2613\":502756.83,\"2614\":15304.0,\"2615\":816.42,\"2616\":10949.89,\"2617\":59834.31,\"2618\":6570.67,\"2619\":772.8,\"2620\":707.97,\"2621\":3703.04,\"2622\":1962.72,\"2623\":13852.57,\"2624\":632.72,\"2625\":null,\"2626\":56724.69,\"2627\":15420.94,\"2628\":6265.0,\"2629\":4849.67,\"2630\":940.78,\"2631\":149626.59,\"2632\":6056.63,\"2633\":null,\"2634\":null,\"2635\":90036.37,\"2636\":252259.94,\"2637\":13729.53,\"2638\":395776.68,\"2639\":14532.0,\"2640\":18735.2,\"2641\":24871.68,\"2642\":13162.69,\"2643\":10793.4,\"2644\":169319.63,\"2645\":847.04,\"2646\":1327.52,\"2647\":482.71,\"2648\":305360.0,\"2649\":66329.31,\"2650\":2084.15,\"2651\":764.9,\"2652\":394.19,\"2653\":26100.12,\"2654\":3421.16,\"2655\":3.0,\"2656\":null,\"2657\":912.7,\"2658\":893171.17,\"2659\":515669.21,\"2660\":null,\"2661\":5920.2,\"2662\":8358.55,\"2663\":809.6,\"2664\":136720.0,\"2665\":625.12,\"2666\":14292.0,\"2667\":23177.82,\"2668\":56753.91,\"2669\":66114.42,\"2670\":164480.56,\"2671\":null,\"2672\":null,\"2673\":39833.91,\"2674\":42704.45,\"2675\":7499.13,\"2676\":570.11,\"2677\":669.78,\"2678\":3526.95,\"2679\":81082.41,\"2680\":1062.1,\"2681\":550.37,\"2682\":525.06,\"2683\":803.81,\"2684\":6824.4,\"2685\":429.0,\"2686\":14052.26,\"2687\":4493.7,\"2688\":19980.8,\"2689\":6192.0,\"2690\":362.67,\"2691\":2080.71,\"2692\":108.9,\"2693\":344.16,\"2694\":29769.58,\"2695\":25610.16,\"2696\":435933.05,\"2697\":90980.49,\"2698\":545550.1899999999,\"2699\":null,\"2700\":782.1,\"2701\":1122.49,\"2702\":1683.0,\"2703\":787588.47,\"2704\":533207.45,\"2705\":null,\"2706\":195750.0,\"2707\":null,\"2708\":416190.86,\"2709\":139542.61,\"2710\":74102.31,\"2711\":799.12,\"2712\":792.74,\"2713\":63945.27,\"2714\":13525.86,\"2715\":13622.97,\"2716\":64639.72,\"2717\":164010.79,\"2718\":170555.2,\"2719\":null,\"2720\":102615.63,\"2721\":14775.82,\"2722\":44965.86,\"2723\":48144.03,\"2724\":659.34,\"2725\":76442.8,\"2726\":1390.07,\"2727\":9000.2,\"2728\":2468.51,\"2729\":25504.39,\"2730\":46290.33,\"2731\":49457.04,\"2732\":18342.73,\"2733\":19527.38,\"2734\":651.51,\"2735\":5328.0,\"2736\":1.2,\"2737\":null,\"2738\":6636.8,\"2739\":285.52,\"2740\":10.59,\"2741\":1360.0,\"2742\":4665.06,\"2743\":628.92,\"2744\":1551.88,\"2745\":151.71,\"2746\":9376.0,\"2747\":10174.0,\"2748\":2607.0,\"2749\":5463.03,\"2750\":18373.58,\"2751\":13188.51,\"2752\":13253.16,\"2753\":702.53,\"2754\":10013.0,\"2755\":9772.6,\"2756\":403.2,\"2757\":1325.3,\"2758\":13770.0,\"2759\":19659.95,\"2760\":10308.2,\"2761\":19597.85,\"2762\":null,\"2763\":null,\"2764\":451.6,\"2765\":8818.5,\"2766\":7644.0,\"2767\":1629.7,\"2768\":4497.42,\"2769\":4108.3,\"2770\":433.43,\"2771\":1427.01,\"2772\":341.78,\"2773\":2146.0,\"2774\":939.97,\"2775\":11152.58,\"2776\":3758.44,\"2777\":14724.39,\"2778\":1151.4,\"2779\":130.47,\"2780\":null,\"2781\":756.36,\"2782\":null,\"2783\":239.36,\"2784\":1004.7,\"2785\":2479.07,\"2786\":null,\"2787\":null,\"2788\":13987.34,\"2789\":5720.0,\"2790\":5580.72,\"2791\":96369.63,\"2792\":5941.02,\"2793\":945.64,\"2794\":4252.7,\"2795\":7382.88,\"2796\":15377.03,\"2797\":4009.2,\"2798\":16792.87,\"2799\":null,\"2800\":16339.99,\"2801\":447.04,\"2802\":5996.08,\"2803\":5721.61,\"2804\":7051.5,\"2805\":8738.24,\"2806\":64.84,\"2807\":null,\"2808\":90.23,\"2809\":6364.85,\"2810\":1.93,\"2811\":27.63,\"2812\":1954.91,\"2813\":5045.46,\"2814\":5749.2,\"2815\":6560.53,\"2816\":132.05,\"2817\":13614.13,\"2818\":6701.82,\"2819\":16873.2,\"2820\":10632.62,\"2821\":10905.48,\"2822\":169.2,\"2823\":81940.68,\"2824\":7520.56,\"2825\":6793.62,\"2826\":0.72,\"2827\":0.26,\"2828\":7521.6,\"2829\":null,\"2830\":232.21,\"2831\":7254.2,\"2832\":727.76,\"2833\":1.8,\"2834\":33350.76,\"2835\":18533.23,\"2836\":34648.44,\"2837\":1967.35,\"2838\":null,\"2839\":83779.32,\"2840\":5542.95,\"2841\":15440.0,\"2842\":3882.0,\"2843\":8619.48,\"2844\":8382.83,\"2845\":8359.88,\"2846\":6249.83,\"2847\":4844.1,\"2848\":5002.8,\"2849\":31.57,\"2850\":null,\"2851\":314.52,\"2852\":143.64,\"2853\":146.64,\"2854\":593.34,\"2855\":380.43,\"2856\":583.37,\"2857\":756.99,\"2858\":null,\"2859\":627.67,\"2860\":610.85,\"2861\":6327.6,\"2862\":376.92,\"2863\":null,\"2864\":10684.98,\"2865\":10245.27,\"2866\":5641.2,\"2867\":9438.78,\"2868\":539.19,\"2869\":null,\"2870\":null,\"2871\":4254.6,\"2872\":9290.4,\"2873\":3083.35,\"2874\":935.84,\"2875\":3662.1,\"2876\":4.16,\"2877\":544.28,\"2878\":611.64,\"2879\":568.7,\"2880\":1552.76,\"2881\":8135.1,\"2882\":970.83,\"2883\":927.02,\"2884\":483.95,\"2885\":3.0,\"2886\":6605.93,\"2887\":5387.72,\"2888\":2578.8,\"2889\":9991.57,\"2890\":10884.86,\"2891\":10251.72,\"2892\":5372.7,\"2893\":628.41,\"2894\":622.71,\"2895\":582.04,\"2896\":8401.8,\"2897\":null,\"2898\":23.45,\"2899\":351.7,\"2900\":593.63,\"2901\":176.52,\"2902\":null,\"2903\":1973.4,\"2904\":7174.8,\"2905\":13908.0,\"2906\":2347.2,\"2907\":4632.2,\"2908\":465.19,\"2909\":null,\"2910\":7650.0,\"2911\":404.32,\"2912\":13893.0,\"2913\":17808.4,\"2914\":237.6,\"2915\":3061.24,\"2916\":1745.7,\"2917\":15.26,\"2918\":2233.8,\"2919\":809.0,\"2920\":15864.0,\"2921\":462320.64,\"2922\":374748.8,\"2923\":12992.0,\"2924\":825.99,\"2925\":9955.22,\"2926\":60993.28,\"2927\":6097.67,\"2928\":746.64,\"2929\":23.43,\"2930\":3702.72,\"2931\":null,\"2932\":13159.23,\"2933\":626.12,\"2934\":59667.73,\"2935\":15359.95,\"2936\":8361.0,\"2937\":4863.97,\"2938\":940.78,\"2939\":null,\"2940\":146426.38,\"2941\":6125.13,\"2942\":null,\"2943\":508570.0,\"2944\":902525.88,\"2945\":73006.02,\"2946\":12854.34,\"2947\":323669.49,\"2948\":16608.0,\"2949\":18594.4,\"2950\":26894.82,\"2951\":12619.42,\"2952\":11023.61,\"2953\":null,\"2954\":824.07,\"2955\":1500.58,\"2956\":375.71,\"2957\":203170.01,\"2958\":52158.88,\"2959\":2104.62,\"2960\":764.11,\"2961\":401.47,\"2962\":24946.74,\"2963\":null,\"2964\":4.8,\"2965\":null,\"2966\":901.04,\"2967\":893012.11,\"2968\":78959.07,\"2969\":684.0,\"2970\":4373.6,\"2971\":8343.33,\"2972\":808.39,\"2973\":136660.0,\"2974\":623.19,\"2975\":13572.0,\"2976\":23444.83,\"2977\":60379.97,\"2978\":68484.78,\"2979\":164682.9,\"2980\":266.0,\"2981\":1015.07,\"2982\":39405.74,\"2983\":42359.47,\"2984\":6427.83,\"2985\":546.61,\"2986\":672.01,\"2987\":1339.95,\"2988\":350183.34,\"2989\":1062.1,\"2990\":551.56,\"2991\":523.8,\"2992\":759.62,\"2993\":5245.2,\"2994\":429.6,\"2995\":null,\"2996\":13946.8,\"2997\":4498.65,\"2998\":19792.0,\"2999\":7704.0,\"3000\":71.94,\"3001\":2625.0,\"3002\":108.9,\"3003\":328.82,\"3004\":29631.25,\"3005\":25586.44,\"3006\":null,\"3007\":91489.36,\"3008\":584254.3,\"3009\":1242.3,\"3010\":694.1,\"3011\":1193.75,\"3012\":1580.4,\"3013\":32966.73,\"3014\":631203.59,\"3015\":546776.05,\"3016\":205770.0,\"3017\":416886.14,\"3018\":141884.52,\"3019\":125610.97,\"3020\":798.56,\"3021\":628.78,\"3022\":26740.21,\"3023\":11514.59,\"3024\":11250.26,\"3025\":63081.43,\"3026\":165607.13,\"3027\":170140.8,\"3028\":null,\"3029\":131941.53,\"3030\":14769.86,\"3031\":45260.47,\"3032\":48241.59,\"3033\":98.4,\"3034\":75530.73,\"3035\":49.11,\"3036\":8509.6,\"3037\":2501.8,\"3038\":29667.44,\"3039\":42962.89,\"3040\":48946.51,\"3041\":30525.12,\"3042\":13265.48,\"3043\":650.97,\"3044\":4154.4,\"3045\":null,\"3046\":6559.2,\"3047\":6874.73,\"3048\":285.78,\"3049\":4480.0,\"3050\":4665.06,\"3051\":796.08,\"3052\":1565.52,\"3053\":146.52,\"3054\":8725.0,\"3055\":9745.0,\"3056\":2644.4,\"3057\":5469.26,\"3058\":17932.01,\"3059\":9706.84,\"3060\":9949.41,\"3061\":633.89,\"3062\":10017.2,\"3063\":9772.3,\"3064\":618.0,\"3065\":1319.8,\"3066\":11610.0,\"3067\":19655.12,\"3068\":10307.42,\"3069\":19605.59,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":433.0,\"3074\":8612.6,\"3075\":1950.0,\"3076\":null,\"3077\":1568.6,\"3078\":4436.7,\"3079\":3398.9,\"3080\":null,\"3081\":433.43,\"3082\":2136.65,\"3083\":340.86,\"3084\":2084.0,\"3085\":1129.4,\"3086\":11338.9,\"3087\":3253.56,\"3088\":17475.87,\"3089\":1298.4,\"3090\":59.72,\"3091\":null,\"3092\":732.6,\"3093\":null,\"3094\":268.4,\"3095\":762.0,\"3096\":2291.19,\"3097\":251.92,\"3098\":8389.39,\"3099\":null,\"3100\":5658.8,\"3101\":5041.14,\"3102\":95077.65,\"3103\":9603.32,\"3104\":1107.05,\"3105\":4086.26,\"3106\":17678.53,\"3107\":3691.88,\"3108\":19263.86,\"3109\":null,\"3110\":16526.77,\"3111\":672.54,\"3112\":5362.73,\"3113\":5146.96,\"3114\":5079.0,\"3115\":7041.31,\"3116\":211.88,\"3117\":null,\"3118\":193.28,\"3119\":6213.31,\"3120\":2.26,\"3121\":27.32,\"3122\":1861.77,\"3123\":5826.79,\"3124\":5482.8,\"3125\":5813.84,\"3126\":1837.07,\"3127\":14702.78,\"3128\":11619.35,\"3129\":6608.23,\"3130\":16765.2,\"3131\":9095.97,\"3132\":9373.75,\"3133\":51.0,\"3134\":81332.22,\"3135\":10790.44,\"3136\":11721.19,\"3137\":0.81,\"3138\":0.39,\"3139\":7521.6,\"3140\":156.15,\"3141\":358.27,\"3142\":7343.9,\"3143\":676.28,\"3144\":null,\"3145\":33005.79,\"3146\":9845.15,\"3147\":54182.25,\"3148\":1293.49,\"3149\":898.38,\"3150\":78320.2,\"3151\":7519.05,\"3152\":13680.0,\"3153\":3823.2,\"3154\":8456.64,\"3155\":9034.65,\"3156\":9036.9,\"3157\":9525.15,\"3158\":4624.2,\"3159\":4911.6,\"3160\":284.06,\"3161\":551.4,\"3162\":231.12,\"3163\":308.76,\"3164\":442.02,\"3165\":378.06,\"3166\":872.39,\"3167\":852.1,\"3168\":285.6,\"3169\":637.6,\"3170\":622.0,\"3171\":5766.0,\"3172\":478.44,\"3173\":null,\"3174\":11168.01,\"3175\":10906.14,\"3176\":5261.4,\"3177\":10452.42,\"3178\":509.13,\"3179\":null,\"3180\":3818.17,\"3181\":5725.8,\"3182\":8979.6,\"3183\":6308.99,\"3184\":928.84,\"3185\":4968.9,\"3186\":3.78,\"3187\":162.05,\"3188\":612.24,\"3189\":293.63,\"3190\":2301.2,\"3191\":8204.1,\"3192\":881.3,\"3193\":924.23,\"3194\":613.36,\"3195\":null,\"3196\":null,\"3197\":4955.92,\"3198\":3681.6,\"3199\":694.2,\"3200\":11016.03,\"3201\":3869.25,\"3202\":11133.85,\"3203\":5371.2,\"3204\":618.11,\"3205\":627.59,\"3206\":572.7,\"3207\":8292.9,\"3208\":33.45,\"3209\":null,\"3210\":591.03,\"3211\":193.83,\"3212\":24.46,\"3213\":1927.2,\"3214\":7166.4,\"3215\":15987.0,\"3216\":2170.8,\"3217\":3940.01,\"3218\":466.84,\"3219\":null,\"3220\":760.0,\"3221\":404.39,\"3222\":13574.0,\"3223\":17058.43,\"3224\":198.0,\"3225\":3054.81,\"3226\":1746.69,\"3227\":652.32,\"3228\":1821.6,\"3229\":1547.0,\"3230\":15116.0,\"3231\":356524.35,\"3232\":502584.27,\"3233\":13248.0,\"3234\":801.24,\"3235\":9955.92,\"3236\":60378.95,\"3237\":5459.67,\"3238\":703.8,\"3239\":724.39,\"3240\":596.66,\"3241\":3704.0,\"3242\":12601.81,\"3243\":632.06,\"3244\":null,\"3245\":60829.99,\"3246\":15221.6,\"3247\":6346.0,\"3248\":4803.19,\"3249\":940.78,\"3250\":129894.53,\"3251\":154528.43,\"3252\":6013.53,\"3253\":null,\"3254\":null,\"3255\":119491.95,\"3256\":83775.0,\"3257\":13639.54,\"3258\":327674.11,\"3259\":14863.74,\"3260\":18737.4,\"3261\":25330.51,\"3262\":11144.13,\"3263\":11082.02,\"3264\":35265.9,\"3265\":1025.89,\"3266\":1464.69,\"3267\":null,\"3268\":469.58,\"3269\":304700.0,\"3270\":66111.88,\"3271\":2193.05,\"3272\":762.05,\"3273\":399.16,\"3274\":24100.1,\"3275\":2293.73,\"3276\":4.8,\"3277\":null,\"3278\":910.39,\"3279\":948877.87,\"3280\":491952.24,\"3281\":708.0,\"3282\":4382.4,\"3283\":8325.59,\"3284\":812.57,\"3285\":null,\"3286\":626.47,\"3287\":14724.0,\"3288\":23610.32,\"3289\":60563.59,\"3290\":69181.32,\"3291\":164317.24,\"3292\":null,\"3293\":null,\"3294\":455008.44,\"3295\":1018.95,\"3296\":39264.64,\"3297\":42265.64,\"3298\":7805.22,\"3299\":null,\"3300\":672.16,\"3301\":1149.15,\"3302\":350336.75,\"3303\":667.9,\"3304\":539.06,\"3305\":828.9,\"3306\":624.81,\"3307\":5265.6,\"3308\":429.0,\"3309\":14063.02,\"3310\":4343.85,\"3311\":19763.2,\"3312\":9470.4,\"3313\":376.27,\"3314\":2551.8,\"3315\":105.6,\"3316\":null,\"3317\":28806.18,\"3318\":25599.02,\"3319\":null,\"3320\":92364.43,\"3321\":585157.3,\"3322\":1213.98,\"3323\":761.42,\"3324\":1126.85,\"3325\":1395.0,\"3326\":33694.62,\"3327\":508085.76,\"3328\":549071.27,\"3329\":null,\"3330\":206060.0,\"3331\":null,\"3332\":416811.58,\"3333\":141645.13,\"3334\":72926.94,\"3335\":null,\"3336\":799.4,\"3337\":719.34,\"3338\":49759.46,\"3339\":13432.21,\"3340\":13502.41,\"3341\":64110.15,\"3342\":165698.33,\"3343\":170619.95,\"3344\":null,\"3345\":210810.48,\"3346\":18279.81,\"3347\":45166.82,\"3348\":48042.7,\"3349\":664.32,\"3350\":75394.62,\"3351\":null,\"3352\":8797.8,\"3353\":2471.84,\"3354\":26804.64,\"3355\":45779.09,\"3356\":57456.21,\"3357\":57399.53,\"3358\":13493.44,\"3359\":651.75,\"3360\":4150.8,\"3361\":null,\"3362\":3703.2,\"3363\":6703.79,\"3364\":286.11,\"3365\":8480.0,\"3366\":9051.1,\"3367\":1202.88,\"3368\":1530.32,\"3369\":146.78,\"3370\":null,\"3371\":8380.0,\"3372\":9878.0,\"3373\":2613.6,\"3374\":5945.68,\"3375\":1925.32,\"3376\":10170.44,\"3377\":10217.68,\"3378\":547.95,\"3379\":10017.1,\"3380\":9527.6,\"3381\":386.4,\"3382\":1316.7,\"3383\":11250.0,\"3384\":19089.7,\"3385\":10294.32,\"3386\":19606.23,\"3387\":4518.0,\"3388\":null,\"3389\":418.6,\"3390\":8332.5,\"3391\":4162.0,\"3392\":null,\"3393\":1507.7,\"3394\":3220.92,\"3395\":3623.1,\"3396\":407.0,\"3397\":433.43,\"3398\":1840.03,\"3399\":340.63,\"3400\":2156.0,\"3401\":1282.15,\"3402\":10779.44,\"3403\":2751.35,\"3404\":17250.99,\"3405\":1341.0,\"3406\":217.5,\"3407\":836.22,\"3408\":0.04,\"3409\":381.04,\"3410\":899.4,\"3411\":638.22,\"3412\":127.45,\"3413\":null,\"3414\":2147.0,\"3415\":5535.4,\"3416\":3335.46,\"3417\":98031.29,\"3418\":7961.31,\"3419\":601.34,\"3420\":3982.96,\"3421\":null,\"3422\":17408.69,\"3423\":1308.78,\"3424\":18896.48,\"3425\":181964.03,\"3426\":15725.41,\"3427\":647.02,\"3428\":980.13,\"3429\":941.08,\"3430\":598.5,\"3431\":2049.63,\"3432\":264.0,\"3433\":null,\"3434\":498.16,\"3435\":4929.88,\"3436\":1.37,\"3437\":39.36,\"3438\":67.68,\"3439\":4415.28,\"3440\":3477.6,\"3441\":1085.85,\"3442\":1175.16,\"3443\":16499.06,\"3444\":13439.06,\"3445\":6293.41,\"3446\":11257.2,\"3447\":19704.93,\"3448\":19865.61,\"3449\":118.2,\"3450\":67039.08,\"3451\":10326.47,\"3452\":10357.48,\"3453\":0.61,\"3454\":0.35,\"3455\":7521.6,\"3456\":3.9,\"3457\":338.47,\"3458\":6375.14,\"3459\":702.06,\"3460\":null,\"3461\":33281.98,\"3462\":8306.88,\"3463\":3560.65,\"3464\":979.72,\"3465\":736.23,\"3466\":72326.29,\"3467\":1260.7,\"3468\":10800.0,\"3469\":2859.0,\"3470\":7888.08,\"3471\":5313.83,\"3472\":5224.28,\"3473\":8143.88,\"3474\":3488.7,\"3475\":3472.2,\"3476\":273.24,\"3477\":497.16,\"3478\":255.6,\"3479\":318.24,\"3480\":525.42,\"3481\":433.08,\"3482\":868.57,\"3483\":666.26,\"3484\":69.48,\"3485\":913.62,\"3486\":898.26,\"3487\":4363.2,\"3488\":472.2,\"3489\":null,\"3490\":11240.1,\"3491\":11013.91,\"3492\":5407.2,\"3493\":9597.32,\"3494\":null,\"3495\":518.52,\"3496\":null,\"3497\":3749.5,\"3498\":1706.4,\"3499\":7591.2,\"3500\":4776.24,\"3501\":877.13,\"3502\":12557.7,\"3503\":4.06,\"3504\":500.08,\"3505\":472.32,\"3506\":512.37,\"3507\":1201.2,\"3508\":6701.05,\"3509\":700.3,\"3510\":886.5,\"3511\":475.93,\"3512\":120.47,\"3513\":27.0,\"3514\":6343.47,\"3515\":5244.18,\"3516\":909.6,\"3517\":11170.03,\"3518\":11424.32,\"3519\":11270.28,\"3520\":3578.4,\"3521\":null,\"3522\":361.79,\"3523\":365.49,\"3524\":545.7,\"3525\":6438.3,\"3526\":null,\"3527\":40.37,\"3528\":610.28,\"3529\":580.77,\"3530\":537.07,\"3531\":null,\"3532\":1887.6,\"3533\":7161.6,\"3534\":241444.06,\"3535\":1911.6,\"3536\":3936.25,\"3537\":466.84,\"3538\":22.44,\"3539\":404.4,\"3540\":13376.0,\"3541\":16511.6,\"3542\":191.4,\"3543\":1337.65,\"3544\":1743.06,\"3545\":685.44,\"3546\":1766.7,\"3547\":1558.0,\"3548\":14100.0,\"3549\":60298.0,\"3550\":501751.38,\"3551\":null,\"3552\":432.3,\"3553\":11441.42,\"3554\":59868.45,\"3555\":5991.33,\"3556\":643.14,\"3557\":725.26,\"3558\":3703.04,\"3559\":12137.62,\"3560\":189.42,\"3561\":null,\"3562\":60898.18,\"3563\":15226.13,\"3564\":6598.0,\"3565\":4624.52,\"3566\":939.79,\"3567\":237728.8,\"3568\":151276.6,\"3569\":5806.78,\"3570\":null,\"3571\":12240.0,\"3572\":null,\"3573\":204819.66,\"3574\":13929.5,\"3575\":190712.62,\"3576\":14385.99,\"3577\":18942.0,\"3578\":25566.87,\"3579\":12029.74,\"3580\":13915.35,\"3581\":null,\"3582\":865.26,\"3583\":1327.64,\"3584\":233.08,\"3585\":304810.0,\"3586\":38307.94,\"3587\":2089.21,\"3588\":null,\"3589\":401.61,\"3590\":22912.16,\"3591\":null,\"3592\":2629.59,\"3593\":12.0,\"3594\":902.33,\"3595\":910546.99,\"3596\":424172.81,\"3597\":630.0,\"3598\":4510.0,\"3599\":8311.43,\"3600\":810.81,\"3601\":636.45,\"3602\":16560.0,\"3603\":23112.84,\"3604\":69148.87,\"3605\":164734.22,\"3606\":null,\"3607\":217994.0,\"3608\":419988.88,\"3609\":995.34,\"3610\":38919.8,\"3611\":42252.49,\"3612\":7499.13,\"3613\":540.28,\"3614\":681.01,\"3615\":1087.65,\"3616\":81335.63,\"3617\":null,\"3618\":428.47,\"3619\":804.6,\"3620\":626.18,\"3621\":5252.4,\"3622\":429.36,\"3623\":null,\"3624\":null,\"3625\":13953.26,\"3626\":4114.35,\"3627\":19676.8,\"3628\":8745.6,\"3629\":336.8,\"3630\":2518.2,\"3631\":105.6,\"3632\":251.13,\"3633\":28879.75,\"3634\":43031.28,\"3635\":null,\"3636\":null,\"3637\":92873.12,\"3638\":693959.5600000001,\"3639\":1216.62,\"3640\":776.16,\"3641\":1131.85,\"3642\":975.6,\"3643\":32866.43,\"3644\":774647.9,\"3645\":39091.15,\"3646\":549050.5699999999,\"3647\":207850.0,\"3648\":153187.38,\"3649\":417489.27,\"3650\":142278.97,\"3651\":124223.81,\"3652\":95.0,\"3653\":798.98,\"3654\":675.57,\"3655\":null,\"3656\":13185.08,\"3657\":13203.01,\"3658\":59069.86,\"3659\":165656.03,\"3660\":163771.25,\"3661\":null,\"3662\":110974.46,\"3663\":17552.98,\"3664\":44894.24,\"3665\":47858.79,\"3666\":663.57,\"3667\":79234.54,\"3668\":1531.84,\"3669\":8459.0,\"3670\":2302.19,\"3671\":33436.84,\"3672\":46605.21,\"3673\":57923.22,\"3674\":58160.12,\"3675\":12296.21,\"3676\":651.12,\"3677\":6883.2,\"3678\":null,\"3679\":null,\"3680\":2896.8,\"3681\":6267.36,\"3682\":274.43,\"3683\":3280.0,\"3684\":8988.88,\"3685\":652.08,\"3686\":1524.6,\"3687\":151.54,\"3688\":331.2,\"3689\":8101.0,\"3690\":9395.0,\"3691\":2475.0,\"3692\":4467.3,\"3693\":13434.85,\"3694\":9555.13,\"3695\":9904.99,\"3696\":290.25,\"3697\":10019.3,\"3698\":9780.1,\"3699\":null,\"3700\":1306.7,\"3701\":13302.0,\"3702\":19647.65,\"3703\":10297.66,\"3704\":19604.31,\"3705\":7603.2,\"3706\":429.6,\"3707\":7961.1,\"3708\":1884.0,\"3709\":null,\"3710\":1470.7,\"3711\":4396.68,\"3712\":3410.3,\"3713\":2662.0,\"3714\":433.43,\"3715\":2173.13,\"3716\":344.54,\"3717\":2026.0,\"3718\":1256.9,\"3719\":10742.06,\"3720\":3057.6,\"3721\":17476.54,\"3722\":1395.6,\"3723\":null,\"3724\":925.32,\"3725\":272.36,\"3726\":819.6,\"3727\":776.6,\"3728\":null,\"3729\":16500.4,\"3730\":2000.0,\"3731\":5449.1,\"3732\":5942.28,\"3733\":98667.09,\"3734\":1078.38,\"3735\":null,\"3736\":3828.0,\"3737\":7560.0,\"3738\":796.4,\"3739\":17551.33,\"3740\":2565.58,\"3741\":19146.06,\"3742\":162457.93,\"3743\":17109.52,\"3744\":null,\"3745\":5163.02,\"3746\":4838.04,\"3747\":5733.0,\"3748\":3665.39,\"3749\":121.12,\"3750\":null,\"3751\":6152.0,\"3752\":0.39,\"3753\":2.95,\"3754\":453.88,\"3755\":4360.51,\"3756\":5947.2,\"3757\":5861.05,\"3758\":null,\"3759\":12479.81,\"3760\":11752.25,\"3761\":5668.03,\"3762\":7752.6,\"3763\":17157.6,\"3764\":9404.42,\"3765\":9696.94,\"3766\":null,\"3767\":79756.42,\"3768\":2425.0,\"3769\":2450.45,\"3770\":1.39,\"3771\":0.49,\"3772\":7521.6,\"3773\":null,\"3774\":311.63,\"3775\":745.66,\"3776\":31690.68,\"3777\":8833.91,\"3778\":36095.32,\"3779\":1226.83,\"3780\":884.58,\"3781\":33459.18,\"3782\":5079.2,\"3783\":16000.0,\"3784\":5990.4,\"3785\":8558.76,\"3786\":4469.18,\"3787\":4469.85,\"3788\":3195.0,\"3789\":4627.5,\"3790\":4505.1,\"3791\":232.23,\"3792\":null,\"3793\":102.0,\"3794\":47.76,\"3795\":41.4,\"3796\":523.29,\"3797\":337.98,\"3798\":881.88,\"3799\":870.16,\"3800\":381.72,\"3801\":633.93,\"3802\":601.54,\"3803\":6236.4,\"3804\":150.12,\"3805\":null,\"3806\":10878.62,\"3807\":10795.36,\"3808\":5236.2,\"3809\":8345.6,\"3810\":4800.0,\"3811\":524.79,\"3812\":null,\"3813\":null,\"3814\":4945.8,\"3815\":4994.4,\"3816\":952.37,\"3817\":927.1,\"3818\":null,\"3819\":1.8,\"3820\":185.42,\"3821\":596.04,\"3822\":317.9,\"3823\":1104.4,\"3824\":8077.6,\"3825\":4800.0,\"3826\":791.01,\"3827\":930.3,\"3828\":587.87,\"3829\":90.55,\"3830\":69.0,\"3831\":1175.18,\"3832\":867.18,\"3833\":null,\"3834\":10914.79,\"3835\":11176.38,\"3836\":11007.35,\"3837\":5563.5,\"3838\":7731.6,\"3839\":538.76,\"3840\":545.62,\"3841\":710.94,\"3842\":4379.1,\"3843\":null,\"3844\":5.81,\"3845\":576.95,\"3846\":612.72,\"3847\":539.46,\"3848\":9.57,\"3849\":594.0,\"3850\":7148.4,\"3851\":387362.16,\"3852\":5115.6,\"3853\":4936.11,\"3854\":null,\"3855\":null,\"3856\":404.5,\"3857\":13497.0,\"3858\":16016.3,\"3859\":null,\"3860\":3054.48,\"3861\":1746.03,\"3862\":766.08,\"3863\":2439.0,\"3864\":2462.0,\"3865\":19332.0,\"3866\":60606.02,\"3867\":499193.8,\"3868\":14488.0,\"3869\":520.08,\"3870\":7967.1,\"3871\":24469.97,\"3872\":6009.67,\"3873\":1092.79,\"3874\":719.4,\"3875\":3704.64,\"3876\":null,\"3877\":11408.81,\"3878\":147.18,\"3879\":null,\"3880\":62382.69,\"3881\":28192.91,\"3882\":9180.0,\"3883\":4504.81,\"3884\":939.79,\"3885\":247143.02,\"3886\":151198.07,\"3887\":5648.81,\"3888\":54600.0,\"3889\":null,\"3890\":66584.25,\"3891\":212513.43,\"3892\":11981.4,\"3893\":39078.27,\"3894\":14077.85,\"3895\":18926.6,\"3896\":27785.42,\"3897\":12017.09,\"3898\":13327.81,\"3899\":null,\"3900\":856.77,\"3901\":1240.14,\"3902\":475.46,\"3903\":null,\"3904\":67899.01,\"3905\":2314.26,\"3906\":762.73,\"3907\":396.5,\"3908\":22685.67,\"3909\":null,\"3910\":null,\"3911\":24.6,\"3912\":889.79,\"3913\":932333.6,\"3914\":400117.94,\"3915\":516.0,\"3916\":4569.4,\"3917\":8296.84,\"3918\":799.92,\"3919\":null,\"3920\":640.26,\"3921\":13788.0,\"3922\":22338.7,\"3923\":68430.29,\"3924\":165590.86,\"3925\":null,\"3926\":402316.0,\"3927\":442030.4,\"3928\":1005.07,\"3929\":38950.99,\"3930\":42580.8,\"3931\":7499.13,\"3932\":535.79,\"3933\":678.2,\"3934\":968.85,\"3935\":100278.82,\"3936\":1048.33,\"3937\":541.13,\"3938\":791.46,\"3939\":612.55,\"3940\":5208.0,\"3941\":429.12,\"3942\":1626.42,\"3943\":14012.09,\"3944\":4501.8,\"3945\":18696.14,\"3946\":9667.2,\"3947\":379.24,\"3948\":2462.4,\"3949\":105.6,\"3950\":347.02,\"3951\":29516.36,\"3952\":34454.78,\"3953\":181121.39,\"3954\":91927.03,\"3955\":540637.01,\"3956\":1255.56,\"3957\":782.98,\"3958\":1096.45,\"3959\":1299.6,\"3960\":775407.89,\"3961\":38607.56,\"3962\":551100.16,\"3963\":206960.0,\"3964\":154721.38,\"3965\":420759.99,\"3966\":143760.09,\"3967\":126691.14,\"3968\":797.86,\"3969\":646.5,\"3970\":34395.11,\"3971\":13379.88,\"3972\":13432.06,\"3973\":64276.99,\"3974\":165325.09,\"3975\":169360.1,\"3976\":null,\"3977\":155218.26,\"3978\":18829.52,\"3979\":44646.47,\"3980\":42067.3,\"3981\":655.02,\"3982\":81921.75,\"3983\":1424.46,\"3984\":8157.6,\"3985\":2696.59,\"3986\":null,\"3987\":46210.35,\"3988\":48319.75,\"3989\":916.26,\"3990\":14703.72,\"3991\":650.46,\"3992\":4924.8,\"3993\":null,\"3994\":7219.2,\"3995\":6716.0,\"3996\":266.84,\"3997\":null,\"3998\":8640.0,\"3999\":9307.39,\"4000\":979.8,\"4001\":1610.4,\"4002\":148.76,\"4003\":330.6,\"4004\":8044.0,\"4005\":9885.0,\"4006\":2525.6,\"4007\":4952.8,\"4008\":14422.31,\"4009\":9194.65,\"4010\":9551.27,\"4011\":739.64,\"4012\":10003.2,\"4013\":9768.6,\"4014\":140.4,\"4015\":1322.6,\"4016\":10188.0,\"4017\":19744.03,\"4018\":10304.62,\"4019\":19606.3,\"4020\":7567.2,\"4021\":425.5,\"4022\":8157.9,\"4023\":1746.0,\"4024\":1437.7,\"4025\":4508.46,\"4026\":3283.5,\"4027\":6471.0,\"4028\":433.43,\"4029\":2245.06,\"4030\":348.91,\"4031\":2059.0,\"4032\":544.16,\"4033\":10810.59,\"4034\":4372.76,\"4035\":16955.51,\"4036\":1384.2,\"4037\":null,\"4038\":743.16,\"4039\":267.96,\"4040\":955.5,\"4041\":986.7,\"4042\":null,\"4043\":null,\"4044\":16560.59,\"4045\":2000.0,\"4046\":5409.1,\"4047\":5598.66,\"4048\":95681.96,\"4049\":5579.82,\"4050\":3.77,\"4051\":3747.65,\"4052\":7761.6,\"4053\":17049.29,\"4054\":306.16,\"4055\":18402.63,\"4056\":84119.15,\"4057\":13600.08,\"4058\":96.14,\"4059\":3943.26,\"4060\":4200.06,\"4061\":8713.5,\"4062\":297.94,\"4063\":82.28,\"4064\":0.4,\"4065\":null,\"4066\":5556.91,\"4067\":0.86,\"4068\":45.52,\"4069\":993.37,\"4070\":4582.39,\"4071\":5799.6,\"4072\":4681.25,\"4073\":null,\"4074\":12291.99,\"4075\":13548.48,\"4076\":6735.95,\"4077\":5846.4,\"4078\":16574.4,\"4079\":7942.74,\"4080\":8188.02,\"4081\":0.6,\"4082\":79154.62,\"4083\":2807.33,\"4084\":2716.59,\"4085\":0.9,\"4086\":0.33,\"4087\":7521.6,\"4088\":null,\"4089\":342.98,\"4090\":null,\"4091\":328.0,\"4092\":null,\"4093\":34897.06,\"4094\":8321.24,\"4095\":54592.5,\"4096\":1204.23,\"4097\":894.24,\"4098\":80368.83,\"4099\":5982.55,\"4100\":12280.0,\"4101\":4962.6,\"4102\":8633.28,\"4103\":9032.85,\"4104\":9035.33,\"4105\":4884.98,\"4106\":5212.5,\"4107\":6505.8,\"4108\":273.33,\"4109\":null,\"4110\":137.4,\"4111\":130.2,\"4112\":134.04,\"4113\":581.4,\"4114\":315.27,\"4115\":864.6,\"4116\":809.85,\"4117\":212.86,\"4118\":382.72,\"4119\":393.01,\"4120\":6222.0,\"4121\":174.96,\"4122\":null,\"4123\":11093.42,\"4124\":10854.8,\"4125\":5765.4,\"4126\":12434.77,\"4127\":4800.0,\"4128\":631.23,\"4129\":null,\"4130\":3786.37,\"4131\":4411.2,\"4132\":7447.2,\"4133\":2140.72,\"4134\":null,\"4135\":583.65,\"4136\":3.79,\"4137\":37.91,\"4138\":541.8,\"4139\":375.1,\"4140\":1774.96,\"4141\":7984.45,\"4142\":4800.0,\"4143\":949.92,\"4144\":461.98,\"4145\":609.43,\"4146\":44.31,\"4147\":21.0,\"4148\":2393.3,\"4149\":1838.79,\"4150\":40.8,\"4151\":null,\"4152\":11111.56,\"4153\":11110.82,\"4154\":5245.8,\"4155\":7697.1,\"4156\":707.83,\"4157\":717.16,\"4158\":null,\"4159\":6603.3,\"4160\":null,\"4161\":17.36,\"4162\":629.37,\"4163\":523.71,\"4164\":null,\"4165\":null,\"4166\":2079.0,\"4167\":7138.8,\"4168\":387647.69,\"4169\":2944.8,\"4170\":4241.8,\"4171\":469.15,\"4172\":null,\"4173\":404.59,\"4174\":12848.0,\"4175\":15610.55,\"4176\":112.2,\"4177\":3129.06,\"4178\":1745.04,\"4179\":773.28,\"4180\":1991.7,\"4181\":2830.0,\"4182\":20444.0,\"4183\":209679.63,\"4184\":500456.9,\"4185\":13512.0,\"4186\":1572.12,\"4187\":8464.62,\"4188\":23567.87,\"4189\":6541.33,\"4190\":625.03,\"4191\":717.54,\"4192\":3703.68,\"4193\":947.67,\"4194\":11013.73,\"4195\":631.18,\"4196\":null,\"4197\":61269.82,\"4198\":26140.89,\"4199\":null,\"4200\":4501.28,\"4201\":940.78,\"4202\":250028.95,\"4203\":153275.87,\"4204\":5607.92,\"4205\":68184.0,\"4206\":509050.0,\"4207\":232993.88,\"4208\":11872.91,\"4209\":182578.71,\"4210\":13897.36,\"4211\":18790.2,\"4212\":28201.33,\"4213\":11026.44,\"4214\":16799.29,\"4215\":31710.87,\"4216\":699.87,\"4217\":1230.16,\"4218\":490.96,\"4219\":null,\"4220\":68637.62,\"4221\":2185.69,\"4222\":766.77,\"4223\":401.61,\"4224\":21662.73,\"4225\":null,\"4226\":null,\"4227\":17.4,\"4228\":847.96,\"4229\":874528.28,\"4230\":59705.09,\"4231\":438.0,\"4232\":4921.4,\"4233\":8304.72,\"4234\":795.74,\"4235\":615.26,\"4236\":17136.0,\"4237\":22961.11,\"4238\":69058.79,\"4239\":165372.65,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":1010.42,\"4244\":38555.5,\"4245\":42318.99,\"4246\":7499.13,\"4247\":531.43,\"4248\":675.14,\"4249\":865.05,\"4250\":80980.01,\"4251\":2143.14,\"4252\":540.41,\"4253\":716.22,\"4254\":608.51,\"4255\":4654.8,\"4256\":429.24,\"4257\":1510.64,\"4258\":14093.87,\"4259\":3629.25,\"4260\":18115.54,\"4261\":9144.0,\"4262\":null,\"4263\":380.23,\"4264\":2566.2,\"4265\":102.3,\"4266\":348.12,\"4267\":29429.4,\"4268\":37564.87,\"4269\":null,\"4270\":null,\"4271\":91178.87,\"4272\":595420.33,\"4273\":1411.2,\"4274\":769.78,\"4275\":1087.09,\"4276\":1346.4,\"4277\":606740.83,\"4278\":32968.8,\"4279\":541468.55,\"4280\":null,\"4281\":156314.32,\"4282\":423862.05,\"4283\":140695.58,\"4284\":126005.7,\"4285\":797.44,\"4286\":646.46,\"4287\":57959.51,\"4288\":12850.21,\"4289\":12974.47,\"4290\":59681.02,\"4291\":165305.96,\"4292\":170268.45,\"4293\":884.12,\"4294\":null,\"4295\":19156.76,\"4296\":45197.42,\"4297\":49006.26,\"4298\":651.75,\"4299\":75326.1,\"4300\":1311.63,\"4301\":7847.4,\"4302\":2258.92,\"4303\":27522.24,\"4304\":41275.2,\"4305\":57437.06,\"4306\":57108.69,\"4307\":16837.63,\"4308\":0.03,\"4309\":5403.6,\"4310\":35.4,\"4311\":null,\"4312\":5855.85,\"4313\":319.77,\"4314\":2480.0,\"4315\":9337.43,\"4316\":1035.0,\"4317\":1591.48,\"4318\":149.03,\"4319\":15479.0,\"4320\":9494.0,\"4321\":2752.2,\"4322\":4459.94,\"4323\":12644.47,\"4324\":9709.18,\"4325\":10005.9,\"4326\":700.48,\"4327\":6372.1,\"4328\":6110.8,\"4329\":639.6,\"4330\":1573.0,\"4331\":12816.0,\"4332\":19736.43,\"4333\":10293.44,\"4334\":19580.73,\"4335\":9489.6,\"4336\":531.2,\"4337\":8876.3,\"4338\":1804.0,\"4339\":0.96,\"4340\":1940.1,\"4341\":4389.78,\"4342\":6964.1,\"4343\":2478.0,\"4344\":433.43,\"4345\":2033.39,\"4346\":345.92,\"4347\":2081.0,\"4348\":1139.28,\"4349\":11050.69,\"4350\":1385.37,\"4351\":17340.65,\"4352\":1400.4,\"4353\":1777.57,\"4354\":null,\"4355\":972.84,\"4356\":null,\"4357\":274.12,\"4358\":null,\"4359\":1061.06,\"4360\":237.87,\"4361\":240.0,\"4362\":8163.67,\"4363\":2000.0,\"4364\":7605.8,\"4365\":3287.16,\"4366\":94759.15,\"4367\":7322.22,\"4368\":2137.63,\"4369\":7587.13,\"4370\":7508.16,\"4371\":332.75,\"4372\":17297.81,\"4373\":1095.2,\"4374\":18825.33,\"4375\":null,\"4376\":16460.8,\"4377\":465.74,\"4378\":4308.56,\"4379\":4244.44,\"4380\":3777.0,\"4381\":528.52,\"4382\":134.96,\"4383\":2.0,\"4384\":124.88,\"4385\":2952.23,\"4386\":1.54,\"4387\":45.43,\"4388\":2019.09,\"4389\":5106.55,\"4390\":4944.88,\"4391\":2034.83,\"4392\":4473.97,\"4393\":3642.72,\"4394\":1746.25,\"4395\":7599.6,\"4396\":16380.0,\"4397\":6979.62,\"4398\":7174.23,\"4399\":576.0,\"4400\":81260.93,\"4401\":3825.99,\"4402\":3868.73,\"4403\":1.01,\"4404\":0.32,\"4405\":7521.6,\"4406\":1663.35,\"4407\":389.18,\"4408\":4274.32,\"4409\":732.0,\"4410\":33905.86,\"4411\":10725.48,\"4412\":16446.87,\"4413\":1231.51,\"4414\":1382.76,\"4415\":82121.55,\"4416\":null,\"4417\":10840.0,\"4418\":5520.6,\"4419\":8113.02,\"4420\":6620.63,\"4421\":6090.08,\"4422\":7227.23,\"4423\":4541.1,\"4424\":5900.4,\"4425\":267.17,\"4426\":5449.4,\"4427\":352.32,\"4428\":249.0,\"4429\":253.32,\"4430\":205.92,\"4431\":158.76,\"4432\":543.81,\"4433\":886.66,\"4434\":338.28,\"4435\":597.72,\"4436\":563.76,\"4437\":3264.0,\"4438\":217.44,\"4439\":null,\"4440\":6374.24,\"4441\":6392.71,\"4442\":4957.2,\"4443\":11587.02,\"4444\":4900.0,\"4445\":211.35,\"4446\":454.8,\"4447\":204.13,\"4448\":null,\"4449\":2594.1,\"4450\":5169.6,\"4451\":6014.17,\"4452\":912.39,\"4453\":5185.8,\"4454\":8.82,\"4455\":null,\"4456\":282.84,\"4457\":228.8,\"4458\":2204.84,\"4459\":8066.1,\"4460\":4900.0,\"4461\":863.65,\"4462\":909.52,\"4463\":480.15,\"4464\":838.86,\"4465\":219.0,\"4466\":4245.28,\"4467\":3267.55,\"4468\":1383.0,\"4469\":7010.62,\"4470\":7229.9,\"4471\":2350.5,\"4472\":3173.1,\"4473\":404.91,\"4474\":416.64,\"4475\":708.86,\"4476\":1138.39,\"4477\":373.64,\"4478\":38.36,\"4479\":576.48,\"4480\":573.27,\"4481\":857.46,\"4482\":null,\"4483\":3622.67,\"4484\":null,\"4485\":7142.4,\"4486\":152972.01,\"4487\":2440.8,\"4488\":4632.16,\"4489\":1.58,\"4490\":404.75,\"4491\":13453.0,\"4492\":17338.06,\"4493\":null,\"4494\":3123.28,\"4495\":1743.39,\"4496\":754.29,\"4497\":2507.4,\"4498\":3660.0,\"4499\":21428.0,\"4500\":204383.29,\"4501\":502799.66,\"4502\":13008.0,\"4503\":689.04,\"4504\":10945.98,\"4505\":57732.3,\"4506\":6112.33,\"4507\":636.81,\"4508\":719.69,\"4509\":3703.68,\"4510\":932.43,\"4511\":10880.63,\"4512\":636.02,\"4513\":null,\"4514\":60205.82,\"4515\":28254.75,\"4516\":9692.0,\"4517\":5592.6,\"4518\":939.79,\"4519\":250104.86,\"4520\":153815.27,\"4521\":6309.71,\"4522\":69600.0,\"4523\":null,\"4524\":153467.51,\"4525\":15480.05,\"4526\":33432.01,\"4527\":17008.28,\"4528\":18706.6,\"4529\":27353.15,\"4530\":13007.4,\"4531\":16187.66,\"4532\":33671.55,\"4533\":919.29,\"4534\":1301.42,\"4535\":488.71,\"4536\":61362.52,\"4537\":2026.07,\"4538\":756.53,\"4539\":408.35,\"4540\":21641.86,\"4541\":null,\"4542\":2436.92,\"4543\":2755.8,\"4544\":832.04,\"4545\":894487.74,\"4546\":470127.9,\"4547\":678.0,\"4548\":6864.0,\"4549\":8298.01,\"4550\":794.97,\"4551\":644.79,\"4552\":14976.0,\"4553\":23297.19,\"4554\":69085.54,\"4555\":165301.24,\"4556\":null,\"4557\":null,\"4558\":536906.65,\"4559\":978.77,\"4560\":null,\"4561\":null,\"4562\":7652.17,\"4563\":504.9,\"4564\":674.75,\"4565\":772.65,\"4566\":95755.82,\"4567\":3074.42,\"4568\":526.85,\"4569\":841.5,\"4570\":635.81,\"4571\":4597.2,\"4572\":428.76,\"4573\":1263.66,\"4574\":14068.04,\"4575\":2497.05,\"4576\":18112.91,\"4577\":7819.2,\"4578\":263.16,\"4579\":379.43,\"4580\":2571.0,\"4581\":102.3,\"4582\":324.47,\"4583\":29576.41,\"4584\":39227.48,\"4585\":1075.82,\"4586\":242054.16,\"4587\":91749.64,\"4588\":119915.61,\"4589\":1497.0,\"4590\":797.06,\"4591\":1106.5,\"4592\":1422.0,\"4593\":435023.01,\"4594\":null,\"4595\":179418.8,\"4596\":158730.0,\"4597\":101542.44,\"4598\":312078.83,\"4599\":71394.18,\"4600\":72801.39,\"4601\":795.48,\"4602\":639.34,\"4603\":12035.67,\"4604\":13120.04,\"4605\":13116.72,\"4606\":77126.41,\"4607\":165011.8,\"4608\":169826.3,\"4609\":null,\"4610\":null,\"4611\":18613.37,\"4612\":45289.07,\"4613\":48928.51,\"4614\":651.54,\"4615\":75325.73,\"4616\":1095.88,\"4617\":6613.2,\"4618\":2250.43,\"4619\":25887.95,\"4620\":42246.94,\"4621\":58266.84,\"4622\":57624.03,\"4623\":18201.97,\"4624\":326.46,\"4625\":8852.4,\"4626\":2.4,\"4627\":null,\"4628\":6701.97,\"4629\":263.8,\"4630\":6000.0,\"4631\":9282.32,\"4632\":369.48,\"4633\":1569.04,\"4634\":153.65,\"4635\":11270.0,\"4636\":9562.0,\"4637\":3251.6,\"4638\":5457.22,\"4639\":17486.32,\"4640\":9305.52,\"4641\":9664.5,\"4642\":480.77,\"4643\":9728.2,\"4644\":9268.2,\"4645\":null,\"4646\":2176.7,\"4647\":9090.0,\"4648\":19746.44,\"4649\":10297.54,\"4650\":19608.76,\"4651\":3513.6,\"4652\":773.0,\"4653\":9918.9,\"4654\":7724.0,\"4655\":null,\"4656\":1742.2,\"4657\":4360.8,\"4658\":4168.8,\"4659\":7456.0,\"4660\":433.43,\"4661\":2046.84,\"4662\":342.24,\"4663\":2206.0,\"4664\":990.78,\"4665\":17759.18,\"4666\":1098.44,\"4667\":13450.96,\"4668\":1087.2,\"4669\":553.6,\"4670\":null,\"4671\":762.96,\"4672\":322.96,\"4673\":null,\"4674\":1260.49,\"4675\":69.08,\"4676\":8.64,\"4677\":13242.45,\"4678\":2000.0,\"4679\":6318.7,\"4680\":3993.72,\"4681\":88220.33,\"4682\":8578.55,\"4683\":324.66,\"4684\":5193.91,\"4685\":6901.92,\"4686\":14490.75,\"4687\":1459.84,\"4688\":16058.32,\"4689\":null,\"4690\":15741.78,\"4691\":104.28,\"4692\":3995.12,\"4693\":3981.97,\"4694\":4048.5,\"4695\":2076.56,\"4696\":8.0,\"4697\":119.26,\"4698\":2814.11,\"4699\":1.04,\"4700\":38.96,\"4701\":1977.17,\"4702\":3911.02,\"4703\":2973.6,\"4704\":4325.34,\"4705\":26.92,\"4706\":8361.28,\"4707\":7046.63,\"4708\":3177.57,\"4709\":7290.0,\"4710\":16059.6,\"4711\":6470.17,\"4712\":6642.06,\"4713\":126.0,\"4714\":80306.87,\"4715\":11120.03,\"4716\":10832.57,\"4717\":1.01,\"4718\":0.34,\"4719\":7521.6,\"4720\":70.05,\"4721\":181.28,\"4722\":7303.42,\"4723\":675.09,\"4724\":null,\"4725\":15178.52,\"4726\":13762.51,\"4727\":36764.52,\"4728\":1200.43,\"4729\":1367.58,\"4730\":50046.64,\"4731\":5166.35,\"4732\":9440.0,\"4733\":5577.0,\"4734\":8576.7,\"4735\":8385.3,\"4736\":7926.3,\"4737\":9083.7,\"4738\":1350.9,\"4739\":1672.8,\"4740\":269.28,\"4741\":null,\"4742\":344.04,\"4743\":239.16,\"4744\":200.64,\"4745\":345.39,\"4746\":262.89,\"4747\":562.75,\"4748\":848.05,\"4749\":325.44,\"4750\":570.38,\"4751\":535.93,\"4752\":4429.2,\"4753\":468.6,\"4754\":null,\"4755\":10903.5,\"4756\":10638.19,\"4757\":5693.4,\"4758\":8449.23,\"4759\":4900.0,\"4760\":332.07,\"4761\":null,\"4762\":null,\"4763\":3724.5,\"4764\":6362.4,\"4765\":1826.61,\"4766\":847.97,\"4767\":5780.25,\"4768\":2.65,\"4769\":null,\"4770\":256.56,\"4771\":540.1,\"4772\":142.12,\"4773\":7885.55,\"4774\":4900.0,\"4775\":862.02,\"4776\":863.5,\"4777\":424.88,\"4778\":69.78,\"4779\":72.0,\"4780\":4996.84,\"4781\":3771.59,\"4782\":1347.6,\"4783\":11017.26,\"4784\":10916.29,\"4785\":2773.8,\"4786\":7727.1,\"4787\":123.79,\"4788\":124.12,\"4789\":658.82,\"4790\":7062.0,\"4791\":46.46,\"4792\":610.86,\"4793\":561.2,\"4794\":825.82,\"4795\":null,\"4796\":3721.67,\"4797\":null,\"4798\":7141.2,\"4799\":185617.53,\"4800\":6426.0,\"4801\":6423.46,\"4802\":null,\"4803\":404.48,\"4804\":13068.0,\"4805\":7240.84,\"4806\":null,\"4807\":3110.41,\"4808\":1761.87,\"4809\":774.0,\"4810\":1106.1,\"4811\":3603.0,\"4812\":22116.0,\"4813\":60259.98,\"4814\":501888.15,\"4815\":null,\"4816\":1826.22,\"4817\":18103.9,\"4818\":38219.64,\"4819\":7579.0,\"4820\":null,\"4821\":720.14,\"4822\":3703.36,\"4823\":862.31,\"4824\":21216.51,\"4825\":617.32,\"4826\":null,\"4827\":56033.77,\"4828\":26750.81,\"4829\":19374.0,\"4830\":5868.25,\"4831\":939.79,\"4832\":249619.22,\"4833\":151374.98,\"4834\":7355.07,\"4835\":null,\"4836\":509450.0,\"4837\":null,\"4838\":104616.41,\"4839\":24659.26,\"4840\":397790.48,\"4841\":19288.28,\"4842\":18689.0,\"4843\":25514.79,\"4844\":12036.42,\"4845\":16146.7,\"4846\":111910.22,\"4847\":1006.23,\"4848\":1230.29,\"4849\":479.83,\"4850\":168685.0,\"4851\":56771.41,\"4852\":2765.87,\"4853\":749.84,\"4854\":405.49,\"4855\":30919.95,\"4856\":null,\"4857\":341.25,\"4858\":2307.0,\"4859\":764.89,\"4860\":886105.27,\"4861\":311455.02,\"4862\":372.0,\"4863\":10469.8,\"4864\":7729.89,\"4865\":800.25,\"4866\":136750.0,\"4867\":615.62,\"4868\":8136.0,\"4869\":22465.57,\"4870\":63795.76,\"4871\":165341.11,\"4872\":690.5,\"4873\":277196.0,\"4874\":401620.36,\"4875\":50760.38,\"4876\":42919.47,\"4877\":7193.04,\"4878\":539.48,\"4879\":676.19,\"4880\":688.8,\"4881\":81014.33,\"4882\":3069.26,\"4883\":532.09,\"4884\":676.26,\"4885\":782.68,\"4886\":3609.6,\"4887\":428.28,\"4888\":null,\"4889\":1794.19,\"4890\":14083.11,\"4891\":2272.5,\"4892\":17730.32,\"4893\":7406.4,\"4894\":300.7,\"4895\":2560.8,\"4896\":102.3,\"4897\":344.88,\"4898\":29289.73,\"4899\":50162.47,\"4900\":992.29,\"4901\":51904.54,\"4902\":90532.79,\"4903\":120181.61,\"4904\":null,\"4905\":788.92,\"4906\":1087.65,\"4907\":1384.2,\"4908\":786337.89,\"4909\":52100.15,\"4910\":531610.41,\"4911\":null,\"4912\":151370.0,\"4913\":154826.44,\"4914\":421554.73,\"4915\":73617.38,\"4916\":72300.35,\"4917\":795.48,\"4918\":851.76,\"4919\":38556.75,\"4920\":11032.94,\"4921\":11078.13,\"4922\":77793.33,\"4923\":164581.8,\"4924\":161860.2,\"4925\":null,\"4926\":null,\"4927\":145819.58,\"4928\":9803.02,\"4929\":45601.8,\"4930\":48696.08,\"4931\":647.13,\"4932\":76436.27,\"4933\":1395.45,\"4934\":8740.6,\"4935\":2565.05,\"4936\":28468.6,\"4937\":42167.31,\"4938\":58097.29,\"4939\":58035.95,\"4940\":19528.52,\"4941\":326.31,\"4942\":6879.6,\"4943\":21.0,\"4944\":null,\"4945\":6716.66,\"4946\":287.23,\"4947\":null,\"4948\":7600.0,\"4949\":9354.79,\"4950\":47.88,\"4951\":1624.92,\"4952\":150.08,\"4953\":null,\"4954\":9277.0,\"4955\":8677.0,\"4956\":2514.6,\"4957\":5451.26,\"4958\":17251.19,\"4959\":18285.09,\"4960\":18893.71,\"4961\":1365.76,\"4962\":5820.36,\"4963\":5458.48,\"4964\":68.4,\"4965\":1791.5,\"4966\":12348.0,\"4967\":19752.89,\"4968\":10274.39,\"4969\":19615.17,\"4970\":7592.4,\"4971\":511.2,\"4972\":8608.3,\"4973\":7514.0,\"4974\":1470.8,\"4975\":4135.86,\"4976\":3477.2,\"4977\":5077.0,\"4978\":433.43,\"4979\":1984.43,\"4980\":340.86,\"4981\":2097.0,\"4982\":516.4,\"4983\":12795.82,\"4984\":1136.81,\"4985\":8102.76,\"4986\":1294.2,\"4987\":null,\"4988\":8.8,\"4989\":805.2,\"4990\":316.8,\"4991\":903.0,\"4992\":998.36,\"4993\":212.98,\"4994\":108.0,\"4995\":13114.54,\"4996\":2000.0,\"4997\":5655.6,\"4998\":4821.72,\"4999\":75564.29,\"5000\":2817.15,\"5001\":1149.63,\"5002\":4000.17,\"5003\":7030.08,\"5004\":7694.59,\"5005\":2553.21,\"5006\":8062.4,\"5007\":null,\"5008\":14779.32,\"5009\":437.14,\"5010\":4272.2,\"5011\":4413.23,\"5012\":3766.5,\"5013\":4989.03,\"5014\":109.92,\"5015\":null,\"5016\":247.74,\"5017\":4242.26,\"5018\":1.64,\"5019\":65.67,\"5020\":463.43,\"5021\":4466.09,\"5022\":5104.8,\"5023\":4614.55,\"5024\":498.44,\"5025\":8232.41,\"5026\":7386.97,\"5027\":3781.59,\"5028\":4116.6,\"5029\":6177.6,\"5030\":5691.77,\"5031\":5828.3,\"5032\":144.0,\"5033\":76076.97,\"5034\":14756.96,\"5035\":14510.06,\"5036\":0.96,\"5037\":0.32,\"5038\":8340.0,\"5039\":471.6,\"5040\":292.82,\"5041\":983.94,\"5042\":642.76,\"5043\":null,\"5044\":31761.63,\"5045\":17598.37,\"5046\":62630.99,\"5047\":1244.38,\"5048\":572.01,\"5049\":60339.49,\"5050\":1203.65,\"5051\":12000.0,\"5052\":2919.0,\"5053\":7900.5,\"5054\":820.13,\"5055\":767.48,\"5056\":1874.7,\"5057\":2135.4,\"5058\":2662.2,\"5059\":269.81,\"5060\":5480.2,\"5061\":355.08,\"5062\":273.84,\"5063\":240.84,\"5064\":106.53,\"5065\":268.38,\"5066\":243.63,\"5067\":588.91,\"5068\":318.36,\"5069\":569.27,\"5070\":566.35,\"5071\":5714.4,\"5072\":564.96,\"5073\":null,\"5074\":7223.22,\"5075\":7207.5,\"5076\":4942.8,\"5077\":6300.27,\"5078\":4900.0,\"5079\":396.15,\"5080\":null,\"5081\":null,\"5082\":1358.93,\"5083\":4444.8,\"5084\":3629.12,\"5085\":876.78,\"5086\":1444.05,\"5087\":1.93,\"5088\":40.6,\"5089\":384.72,\"5090\":387.2,\"5091\":1191.08,\"5092\":7508.35,\"5093\":4900.0,\"5094\":null,\"5095\":865.45,\"5096\":572.58,\"5097\":null,\"5098\":null,\"5099\":5825.93,\"5100\":4532.01,\"5101\":2262.0,\"5102\":7783.2,\"5103\":5284.34,\"5104\":5418.6,\"5105\":6396.6,\"5106\":405.46,\"5107\":407.15,\"5108\":661.66,\"5109\":4907.1,\"5110\":30.88,\"5111\":593.31,\"5112\":346.95,\"5113\":828.81,\"5114\":null,\"5115\":3842.67,\"5116\":2151.6,\"5117\":7137.6,\"5118\":391184.42,\"5119\":3430.8,\"5120\":5424.4,\"5121\":null,\"5122\":45.41,\"5123\":null,\"5124\":404.57,\"5125\":13761.0,\"5126\":10384.65,\"5127\":19.8,\"5128\":3129.55,\"5129\":1747.35,\"5130\":756.81,\"5131\":1626.3,\"5132\":2885.0,\"5133\":21976.0,\"5134\":457151.18,\"5135\":430515.87,\"5136\":13792.0,\"5137\":485.1,\"5138\":13133.87,\"5139\":27472.81,\"5140\":7076.67,\"5141\":1015.16,\"5142\":731.16,\"5143\":3703.04,\"5144\":897.94,\"5145\":14616.11,\"5146\":632.5,\"5147\":null,\"5148\":54573.93,\"5149\":15490.97,\"5150\":12881.0,\"5151\":5797.27,\"5152\":939.79,\"5153\":249594.08,\"5154\":157977.33,\"5155\":7386.11,\"5156\":null,\"5157\":506090.0,\"5158\":null,\"5159\":113943.03,\"5160\":16096.1,\"5161\":323791.83,\"5162\":15620.15,\"5163\":18774.8,\"5164\":23219.0,\"5165\":13003.99,\"5166\":16584.47,\"5167\":null,\"5168\":1197.7,\"5169\":1375.88,\"5170\":575.51,\"5171\":null,\"5172\":56312.95,\"5173\":2212.49,\"5174\":744.23,\"5175\":395.42,\"5176\":27526.16,\"5177\":null,\"5178\":null,\"5179\":2307.0,\"5180\":840.59,\"5181\":912828.3100000001,\"5182\":336164.14,\"5183\":204.0,\"5184\":7396.4,\"5185\":8444.89,\"5186\":802.45,\"5187\":null,\"5188\":609.79,\"5189\":14904.0,\"5190\":22864.19,\"5191\":69108.69,\"5192\":165315.67,\"5193\":null,\"5194\":328440.0,\"5195\":null,\"5196\":981.07,\"5197\":null,\"5198\":7193.04,\"5199\":498.56,\"5200\":675.83,\"5201\":790.2,\"5202\":81191.22,\"5203\":3069.26,\"5204\":526.75,\"5205\":657.18,\"5206\":604.78,\"5207\":5058.0,\"5208\":428.52,\"5209\":1862.09,\"5210\":14019.26,\"5211\":null,\"5212\":16765.65,\"5213\":7987.2,\"5214\":201.23,\"5215\":2554.2,\"5216\":99.0,\"5217\":343.06,\"5218\":30495.38,\"5219\":48990.0,\"5220\":781.3,\"5221\":null,\"5222\":91266.98,\"5223\":598048.41,\"5224\":1034.52,\"5225\":787.16,\"5226\":1193.79,\"5227\":1301.4,\"5228\":585383.5,\"5229\":null,\"5230\":533533.88,\"5231\":181570.0,\"5232\":144073.5,\"5233\":422557.9,\"5234\":143099.49,\"5235\":127834.02,\"5236\":null,\"5237\":797.16,\"5238\":619.35,\"5239\":57690.13,\"5240\":5389.04,\"5241\":5625.94,\"5242\":61720.15,\"5243\":164857.58,\"5244\":166346.45,\"5245\":null,\"5246\":null,\"5247\":228478.01,\"5248\":null,\"5249\":22451.48,\"5250\":45814.82,\"5251\":49206.55,\"5252\":655.05,\"5253\":75490.49,\"5254\":1377.44,\"5255\":8868.2,\"5256\":2609.58,\"5257\":27864.46,\"5258\":31883.57,\"5259\":55320.29,\"5260\":57704.98,\"5261\":19559.13,\"5262\":326.1,\"5263\":5914.8,\"5264\":null,\"5265\":null,\"5266\":6534.17,\"5267\":284.13,\"5268\":2320.0,\"5269\":9538.81,\"5270\":null,\"5271\":1672.44,\"5272\":145.86,\"5273\":null,\"5274\":8945.0,\"5275\":8066.0,\"5276\":2503.6,\"5277\":4955.73,\"5278\":16577.66,\"5279\":10155.43,\"5280\":10226.12,\"5281\":1086.51,\"5282\":13502.3,\"5283\":13172.6,\"5284\":379.2,\"5285\":1520.6,\"5286\":12816.0,\"5287\":19738.17,\"5288\":10241.78,\"5289\":18566.91,\"5290\":7441.2,\"5291\":417.0,\"5292\":7851.4,\"5293\":1544.0,\"5294\":1368.3,\"5295\":4185.54,\"5296\":3497.2,\"5297\":4527.0,\"5298\":433.43,\"5299\":2042.55,\"5300\":339.71,\"5301\":2031.0,\"5302\":1076.56,\"5303\":11185.97,\"5304\":4409.33,\"5305\":12928.44,\"5306\":1303.8,\"5307\":null,\"5308\":5.87,\"5309\":847.44,\"5310\":null,\"5311\":282.92,\"5312\":458.4,\"5313\":1289.75,\"5314\":534.36,\"5315\":202.08,\"5316\":5492.61,\"5317\":2000.0,\"5318\":5431.8,\"5319\":4384.26,\"5320\":84913.54,\"5321\":6294.48,\"5322\":649.92,\"5323\":4918.44,\"5324\":7189.92,\"5325\":12.65,\"5326\":10401.29,\"5327\":5543.16,\"5328\":12122.06,\"5329\":35963.39,\"5330\":13154.18,\"5331\":188.32,\"5332\":5818.14,\"5333\":5918.95,\"5334\":4894.5,\"5335\":9284.47,\"5336\":172.76,\"5337\":null,\"5338\":239.18,\"5339\":5990.03,\"5340\":1.08,\"5341\":43.27,\"5342\":1474.39,\"5343\":2985.71,\"5344\":4946.4,\"5345\":6445.31,\"5346\":978.77,\"5347\":16243.77,\"5348\":13630.87,\"5349\":6837.0,\"5350\":4323.6,\"5351\":10591.2,\"5352\":4991.54,\"5353\":5114.89,\"5354\":90.0,\"5355\":78289.37,\"5356\":15496.27,\"5357\":14659.43,\"5358\":0.98,\"5359\":0.38,\"5360\":8487.6,\"5361\":438.0,\"5362\":305.14,\"5363\":7242.7,\"5364\":670.41,\"5365\":null,\"5366\":32932.7,\"5367\":20880.47,\"5368\":74562.23,\"5369\":1207.8,\"5370\":1327.56,\"5371\":39246.46,\"5372\":7668.85,\"5373\":9640.0,\"5374\":3202.8,\"5375\":8021.94,\"5376\":6837.3,\"5377\":6932.03,\"5378\":6289.65,\"5379\":4268.7,\"5380\":6102.9,\"5381\":256.61,\"5382\":null,\"5383\":433.44,\"5384\":278.4,\"5385\":284.16,\"5386\":549.54,\"5387\":399.12,\"5388\":555.16,\"5389\":822.22,\"5390\":360.36,\"5391\":885.74,\"5392\":856.78,\"5393\":5383.2,\"5394\":591.48,\"5395\":null,\"5396\":10516.95,\"5397\":10349.9,\"5398\":3515.4,\"5399\":18653.81,\"5400\":4900.0,\"5401\":552.18,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":4639.8,\"5406\":8934.0,\"5407\":3180.97,\"5408\":868.09,\"5409\":2899.35,\"5410\":1.74,\"5411\":59.27,\"5412\":591.24,\"5413\":544.5,\"5414\":2844.6,\"5415\":6359.5,\"5416\":4900.0,\"5417\":794.75,\"5418\":862.34,\"5419\":null,\"5420\":83.16,\"5421\":60.0,\"5422\":5143.32,\"5423\":3932.13,\"5424\":3547.2,\"5425\":10510.67,\"5426\":10554.34,\"5427\":6644.4,\"5428\":5542.8,\"5429\":601.11,\"5430\":611.86,\"5431\":null,\"5432\":652.45,\"5433\":8246.7,\"5434\":29.72,\"5435\":589.46,\"5436\":458.39,\"5437\":null,\"5438\":714.66,\"5439\":3817.0,\"5440\":1999.8,\"5441\":7166.4,\"5442\":402683.54,\"5443\":2444.4,\"5444\":4933.73,\"5445\":468.16,\"5446\":null,\"5447\":404.64,\"5448\":13728.0,\"5449\":14992.06,\"5450\":171.6,\"5451\":3060.58,\"5452\":1749.99,\"5453\":756.13,\"5454\":1286.1,\"5455\":2519.0,\"5456\":20976.0,\"5457\":351481.36,\"5458\":433702.42,\"5459\":12920.0,\"5460\":1242.45,\"5461\":10958.03,\"5462\":42843.45,\"5463\":null,\"5464\":7337.0,\"5465\":1122.11,\"5466\":null,\"5467\":3703.04,\"5468\":965.13,\"5469\":12889.17,\"5470\":634.7,\"5471\":null,\"5472\":54717.26,\"5473\":15419.03,\"5474\":6264.0,\"5475\":6154.69,\"5476\":null,\"5477\":254626.83,\"5478\":157619.67,\"5479\":6263.29,\"5480\":44568.0,\"5481\":null,\"5482\":null,\"5483\":223889.17,\"5484\":13643.05,\"5485\":272073.72,\"5486\":17189.68,\"5487\":18854.0,\"5488\":22602.36,\"5489\":10859.02,\"5490\":16724.24,\"5491\":null,\"5492\":1331.22,\"5493\":2286.92,\"5494\":487.71,\"5495\":153450.0,\"5496\":63703.09,\"5497\":1790.78,\"5498\":738.72,\"5499\":399.8,\"5500\":25112.8,\"5501\":null,\"5502\":2767.54,\"5503\":2307.0,\"5504\":886.35,\"5505\":885416.15,\"5506\":472627.66,\"5507\":354.0,\"5508\":6980.6,\"5509\":8413.31,\"5510\":798.82,\"5511\":184710.0,\"5512\":623.44,\"5513\":14148.0,\"5514\":23733.87,\"5515\":41786.13,\"5516\":69285.31,\"5517\":164596.92,\"5518\":null,\"5519\":null,\"5520\":544771.54,\"5521\":988.53,\"5522\":42356.62,\"5523\":7499.13,\"5524\":512.29,\"5525\":687.24,\"5526\":789.45,\"5527\":81001.8,\"5528\":3048.6,\"5529\":525.86,\"5530\":760.32,\"5531\":544.18,\"5532\":4302.0,\"5533\":427.68,\"5534\":1584.59,\"5535\":14162.02,\"5536\":19020.6,\"5537\":8054.4,\"5538\":197.21,\"5539\":2548.8,\"5540\":99.0,\"5541\":333.91,\"5542\":29788.36,\"5543\":42254.27,\"5544\":1189.98,\"5545\":48621.75,\"5546\":91540.6,\"5547\":120031.17,\"5548\":1602.78,\"5549\":690.14,\"5550\":1076.87,\"5551\":1452.6,\"5552\":782755.05,\"5553\":51547.98,\"5554\":535413.26,\"5555\":100460.0,\"5556\":154386.09,\"5557\":421989.12,\"5558\":139920.62,\"5559\":101260.26,\"5560\":null,\"5561\":795.06,\"5562\":858.9,\"5563\":63901.87,\"5564\":9415.48,\"5565\":9895.4,\"5566\":59698.48,\"5567\":163785.72,\"5568\":168597.9,\"5569\":null,\"5570\":null,\"5571\":62451.25,\"5572\":22412.11,\"5573\":45557.69,\"5574\":48804.5,\"5575\":657.36,\"5576\":75528.34,\"5577\":1442.38,\"5578\":8232.4,\"5579\":2578.71,\"5580\":28072.45,\"5581\":32234.83,\"5582\":57552.1,\"5583\":58417.86,\"5584\":19290.18,\"5585\":656.73,\"5586\":4935.6,\"5587\":null,\"5588\":null,\"5589\":5051.31,\"5590\":281.82,\"5591\":5920.0,\"5592\":5161.36,\"5593\":580.08,\"5594\":1663.64,\"5595\":141.9,\"5596\":null,\"5597\":7911.0,\"5598\":8152.0,\"5599\":2380.4,\"5600\":3969.71,\"5601\":16747.65,\"5602\":9931.66,\"5603\":10215.32,\"5604\":1795.93,\"5605\":12892.3,\"5606\":12590.9,\"5607\":169.2,\"5608\":1333.7,\"5609\":null,\"5610\":19740.13,\"5611\":19493.39,\"5612\":18576.24,\"5613\":8172.0,\"5614\":null,\"5615\":7626.5,\"5616\":1978.0,\"5617\":1296.7,\"5618\":3524.52,\"5619\":3074.8,\"5620\":4616.0,\"5621\":433.43,\"5622\":1972.93,\"5623\":342.01,\"5624\":2013.0,\"5625\":183.32,\"5626\":10314.11,\"5627\":3411.61,\"5628\":4183.76,\"5629\":1194.0,\"5630\":22.98,\"5631\":null,\"5632\":920.7,\"5633\":null,\"5634\":264.44,\"5635\":81.0,\"5636\":1733.16,\"5637\":270.14,\"5638\":42.24,\"5639\":3400.9,\"5640\":2000.0,\"5641\":5392.2,\"5642\":1097.1,\"5643\":52946.08,\"5644\":1789.16,\"5645\":2403.44,\"5646\":3787.83,\"5647\":6115.68,\"5648\":4403.59,\"5649\":10116.58,\"5650\":4784.57,\"5651\":null,\"5652\":13153.92,\"5653\":717.86,\"5654\":4989.33,\"5655\":5102.3,\"5656\":null,\"5657\":11628.04,\"5658\":null,\"5659\":248.19,\"5660\":6501.76,\"5661\":1.83,\"5662\":22.02,\"5663\":1926.73,\"5664\":4520.86,\"5665\":561.6,\"5666\":5483.08,\"5667\":1743.7,\"5668\":17576.39,\"5669\":15530.3,\"5670\":8039.91,\"5671\":2511.0,\"5672\":4356.0,\"5673\":17565.12,\"5674\":18338.45,\"5675\":286.2,\"5676\":57982.32,\"5677\":9219.06,\"5678\":9199.82,\"5679\":0.3,\"5680\":0.1,\"5681\":8096.4,\"5682\":771.75,\"5683\":270.05,\"5684\":5302.42,\"5685\":439.22,\"5686\":null,\"5687\":30619.68,\"5688\":13683.05,\"5689\":25876.79,\"5690\":1212.48,\"5691\":1166.1,\"5692\":24070.18,\"5693\":2445.8,\"5694\":2240.0,\"5695\":2007.0,\"5696\":6884.82,\"5697\":3888.0,\"5698\":3317.84,\"5699\":2114.1,\"5700\":4546.8,\"5701\":6265.8,\"5702\":139.74,\"5703\":5368.0,\"5704\":554.76,\"5705\":225.24,\"5706\":237.36,\"5707\":618.33,\"5708\":410.79,\"5709\":302.05,\"5710\":432.3,\"5711\":322.8,\"5712\":393.95,\"5713\":380.61,\"5714\":1202.4,\"5715\":435.0,\"5716\":null,\"5717\":5658.99,\"5718\":5451.61,\"5719\":2723.4,\"5720\":5614.37,\"5721\":4900.0,\"5722\":624.78,\"5723\":null,\"5724\":null,\"5725\":67.74,\"5726\":2581.5,\"5727\":8730.0,\"5728\":8365.52,\"5729\":687.61,\"5730\":1980.45,\"5731\":2.55,\"5732\":null,\"5733\":648.36,\"5734\":554.4,\"5735\":2819.08,\"5736\":3009.55,\"5737\":4900.0,\"5738\":696.28,\"5739\":571.36,\"5740\":558.44,\"5741\":589.03,\"5742\":null,\"5743\":5613.54,\"5744\":4370.51,\"5745\":3520.2,\"5746\":null,\"5747\":null,\"5748\":849.9,\"5749\":1303.2,\"5750\":603.68,\"5751\":612.55,\"5752\":1056.28,\"5753\":532.96,\"5754\":8537.1,\"5755\":19.92,\"5756\":675.54,\"5757\":382.72,\"5758\":5383.38,\"5759\":605.48,\"5760\":null,\"5761\":3824.33,\"5762\":1900.8,\"5763\":7153.2,\"5764\":410559.17,\"5765\":1951.2,\"5766\":117.1,\"5767\":467.39,\"5768\":null,\"5769\":null,\"5770\":null,\"5771\":11220.0,\"5772\":9891.46,\"5773\":198.0,\"5774\":null,\"5775\":1748.67,\"5776\":759.74,\"5777\":1485.9,\"5778\":810.0,\"5779\":21620.0,\"5780\":60657.95,\"5781\":502313.48,\"5782\":12720.0,\"5783\":549.45,\"5784\":11721.74,\"5785\":46468.12,\"5786\":7223.33,\"5787\":663.84,\"5788\":3704.32,\"5789\":943.57,\"5790\":12168.95,\"5791\":637.34,\"5792\":null,\"5793\":49180.08,\"5794\":29090.0,\"5795\":null,\"5796\":4586.67,\"5797\":254472.72,\"5798\":157983.15,\"5799\":5559.29,\"5800\":509030.0,\"5801\":561625.3199999999,\"5802\":92016.57,\"5803\":12345.42,\"5804\":395914.88,\"5805\":14053.35,\"5806\":18033.4,\"5807\":22471.08,\"5808\":10912.77,\"5809\":15893.53,\"5810\":null,\"5811\":1468.25,\"5812\":2261.96,\"5813\":492.21,\"5814\":140855.0,\"5815\":15097.34,\"5816\":2200.41,\"5817\":659.09,\"5818\":401.31,\"5819\":25188.78,\"5820\":null,\"5821\":2600.46,\"5822\":2307.0,\"5823\":null,\"5824\":null,\"5825\":902606.6,\"5826\":338554.28,\"5827\":408.0,\"5828\":6853.0,\"5829\":8388.09,\"5830\":795.96,\"5831\":182720.0,\"5832\":664.3,\"5833\":14688.0,\"5834\":23351.62,\"5835\":60694.86,\"5836\":69599.85,\"5837\":164934.01,\"5838\":817.0,\"5839\":337778.0,\"5840\":null,\"5841\":null,\"5842\":5509.57,\"5843\":498.56,\"5844\":686.3,\"5845\":931.8,\"5846\":81031.96,\"5847\":3637.32,\"5848\":536.84,\"5849\":912.42,\"5850\":431.78,\"5851\":4304.4,\"5852\":427.8,\"5853\":1069.37,\"5854\":14144.8,\"5855\":16886.74,\"5856\":5404.8,\"5857\":null,\"5858\":383.92,\"5859\":2536.8,\"5860\":99.0,\"5861\":335.24,\"5862\":30521.2,\"5863\":46987.87,\"5864\":1245.24,\"5865\":286356.68,\"5866\":92752.61,\"5867\":120183.42,\"5868\":1605.6,\"5869\":744.48,\"5870\":1081.75,\"5871\":1380.6,\"5872\":772924.73,\"5873\":null,\"5874\":534057.51,\"5875\":null,\"5876\":154466.32,\"5877\":422379.94,\"5878\":142648.18,\"5879\":125126.69,\"5880\":null,\"5881\":796.74,\"5882\":574.44,\"5883\":21070.93,\"5884\":3242.47,\"5885\":3407.36,\"5886\":61236.23,\"5887\":164773.86,\"5888\":169981.7,\"5889\":null,\"5890\":null,\"5891\":null,\"5892\":22163.3,\"5893\":45384.6,\"5894\":49574.12,\"5895\":653.88,\"5896\":75557.3,\"5897\":1.94,\"5898\":8212.6,\"5899\":2605.57,\"5900\":30329.95,\"5901\":32675.46,\"5902\":59503.18,\"5903\":null,\"5904\":17487.11,\"5905\":652.74,\"5906\":5410.8,\"5907\":null,\"5908\":null,\"5909\":6701.81,\"5910\":312.84,\"5911\":2880.0,\"5912\":9188.61,\"5913\":1190.64,\"5914\":1719.96,\"5915\":null,\"5916\":7687.0,\"5917\":7444.0,\"5918\":2327.6,\"5919\":7885.39,\"5920\":14980.35,\"5921\":17810.13,\"5922\":18469.84,\"5923\":669.68,\"5924\":12893.1,\"5925\":12603.5,\"5926\":760.8,\"5927\":1324.6,\"5928\":12582.0,\"5929\":19734.11,\"5930\":19656.68,\"5931\":9296.72,\"5932\":6368.4,\"5933\":7661.3,\"5934\":1702.0,\"5935\":1261.1,\"5936\":2246.64,\"5937\":3716.9,\"5938\":4342.0,\"5939\":433.43,\"5940\":2075.19,\"5941\":339.94,\"5942\":466.0,\"5943\":1104.78,\"5944\":10596.06,\"5945\":null,\"5946\":16629.53,\"5947\":849.0,\"5948\":12.41,\"5949\":42.53,\"5950\":833.58,\"5951\":275.44,\"5952\":495.9,\"5953\":1032.79,\"5954\":1415.27,\"5955\":10.08,\"5956\":7253.25,\"5957\":2000.0,\"5958\":5289.8,\"5959\":5054.94,\"5960\":59812.39,\"5961\":10172.48,\"5962\":1607.03,\"5963\":3684.52,\"5964\":2772.0,\"5965\":16293.19,\"5966\":160.13,\"5967\":18348.09,\"5968\":180662.81,\"5969\":null,\"5970\":687.06,\"5971\":3979.67,\"5972\":3872.73,\"5973\":4887.0,\"5974\":482.61,\"5975\":3.04,\"5976\":null,\"5977\":103.96,\"5978\":1587.87,\"5979\":2.06,\"5980\":57.62,\"5981\":1387.62,\"5982\":3814.48,\"5983\":5202.0,\"5984\":4393.43,\"5985\":1581.54,\"5986\":6162.81,\"5987\":4446.36,\"5988\":2101.56,\"5989\":3882.6,\"5990\":7484.4,\"5991\":19794.74,\"5992\":19853.57,\"5993\":463.2,\"5994\":74443.55,\"5995\":13262.26,\"5996\":13106.34,\"5997\":0.82,\"5998\":0.32,\"5999\":4773.6,\"6000\":312.9,\"6001\":74.8,\"6002\":7082.16,\"6003\":45.28,\"6004\":null,\"6005\":7914.09,\"6006\":18569.14,\"6007\":50757.06,\"6008\":1301.58,\"6009\":730.71,\"6010\":68188.9,\"6011\":7116.9,\"6012\":14400.0,\"6013\":2757.0,\"6014\":3081.54,\"6015\":5764.5,\"6016\":6904.56,\"6017\":9760.05,\"6018\":660.3,\"6019\":812.7,\"6020\":274.82,\"6021\":null,\"6022\":510.48,\"6023\":339.24,\"6024\":296.28,\"6025\":211.65,\"6026\":124.95,\"6027\":431.6,\"6028\":263.18,\"6029\":350.4,\"6030\":376.96,\"6031\":371.97,\"6032\":6021.6,\"6033\":538.08,\"6034\":null,\"6035\":9260.94,\"6036\":9332.13,\"6037\":5077.8,\"6038\":6653.35,\"6039\":4900.0,\"6040\":219.51,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":5527.5,\"6045\":7474.8,\"6046\":5989.74,\"6047\":240.38,\"6048\":7047.45,\"6049\":0.03,\"6050\":28.25,\"6051\":147.72,\"6052\":557.7,\"6053\":2010.36,\"6054\":2684.1,\"6055\":4900.0,\"6056\":283.88,\"6057\":373.16,\"6058\":314.16,\"6059\":144.98,\"6060\":15.0,\"6061\":6794.63,\"6062\":5287.14,\"6063\":4399.8,\"6064\":9488.81,\"6065\":9081.89,\"6066\":7267.5,\"6067\":5844.0,\"6068\":18.11,\"6069\":18.37,\"6070\":3030.25,\"6071\":710.94,\"6072\":8355.6,\"6073\":31.41,\"6074\":380.66,\"6075\":336.37,\"6076\":1207.5,\"6077\":253.92,\"6078\":null,\"6079\":3817.0,\"6080\":1914.0,\"6081\":7146.0,\"6082\":402915.7,\"6083\":1692.0,\"6084\":3545.85,\"6085\":466.84,\"6086\":36.78,\"6087\":417.12,\"6088\":13233.0,\"6089\":13664.7,\"6090\":null,\"6091\":3093.09,\"6092\":1758.9,\"6093\":767.7,\"6094\":3199.5,\"6095\":815.0,\"6096\":20956.0,\"6097\":197867.92,\"6098\":353070.17,\"6099\":14200.0,\"6100\":1354.98,\"6101\":16991.41,\"6102\":20889.83,\"6103\":7249.0,\"6104\":651.48,\"6105\":3702.4,\"6106\":929.15,\"6107\":11799.86,\"6108\":588.28,\"6109\":null,\"6110\":39254.88,\"6111\":28584.54,\"6112\":9284.0,\"6113\":4483.61,\"6114\":null,\"6115\":254584.7,\"6116\":158732.94,\"6117\":5429.2,\"6118\":127008.0,\"6119\":null,\"6120\":60741.93,\"6121\":178596.22,\"6122\":12371.72,\"6123\":329099.28,\"6124\":13549.44,\"6125\":18136.8,\"6126\":22739.67,\"6127\":11823.08,\"6128\":16910.67,\"6129\":null,\"6130\":1325.42,\"6131\":1521.88,\"6132\":null,\"6133\":486.33,\"6134\":135630.0,\"6135\":18345.36,\"6136\":2530.0,\"6137\":619.52,\"6138\":463.73,\"6139\":30444.51,\"6140\":null,\"6141\":null,\"6142\":2307.0,\"6143\":928.24,\"6144\":902310.55,\"6145\":77941.11,\"6146\":990.0,\"6147\":5658.4,\"6148\":8372.34,\"6149\":824.45,\"6150\":null,\"6151\":652.76,\"6152\":15048.0,\"6153\":35018.31,\"6154\":69402.62,\"6155\":164852.08,\"6156\":null,\"6157\":null,\"6158\":445092.0,\"6159\":41458.45,\"6160\":8876.52,\"6161\":497.51,\"6162\":691.49,\"6163\":765.3,\"6164\":81171.96,\"6165\":3639.04,\"6166\":489.13,\"6167\":923.76,\"6168\":638.0,\"6169\":4096.8,\"6170\":426.72,\"6171\":null,\"6172\":1448.4,\"6173\":14014.96,\"6174\":null,\"6175\":16591.08,\"6176\":10449.6,\"6177\":null,\"6178\":368.28,\"6179\":2421.0,\"6180\":105.6,\"6181\":317.1,\"6182\":29496.82,\"6183\":50218.74,\"6184\":1182.59,\"6185\":1079406.01,\"6186\":92207.01,\"6187\":120705.57,\"6188\":1606.26,\"6189\":657.8,\"6190\":1048.02,\"6191\":1202.4,\"6192\":738764.5,\"6193\":51476.43,\"6194\":533297.96,\"6195\":35649.23,\"6196\":154055.97,\"6197\":425098.36,\"6198\":109337.89,\"6199\":124763.16,\"6200\":2066.0,\"6201\":798.56,\"6202\":382.64,\"6203\":57151.11,\"6204\":16991.43,\"6205\":12602.73,\"6206\":78385.56,\"6207\":160737.41,\"6208\":170610.7,\"6209\":null,\"6210\":null,\"6211\":102435.66,\"6212\":22153.15,\"6213\":45198.47,\"6214\":48475.16,\"6215\":639.03,\"6216\":77550.28,\"6217\":null,\"6218\":7271.0,\"6219\":2454.74,\"6220\":29809.3,\"6221\":32672.88,\"6222\":59322.02,\"6223\":17666.45,\"6224\":652.98,\"6225\":5410.8,\"6226\":15.6,\"6227\":null,\"6228\":6710.88,\"6229\":277.79,\"6230\":1280.0,\"6231\":9172.72,\"6232\":1428.96,\"6233\":1627.56,\"6234\":143.88,\"6235\":14252.0,\"6236\":7138.0,\"6237\":2378.2,\"6238\":6891.73,\"6239\":16441.44,\"6240\":19248.28,\"6241\":19569.92,\"6242\":63.8,\"6243\":14562.7,\"6244\":14238.2,\"6245\":9.6,\"6246\":2201.6,\"6247\":13284.0,\"6248\":19739.23,\"6249\":19660.96,\"6250\":10240.98,\"6251\":5220.0,\"6252\":10379.4,\"6253\":4588.0,\"6254\":1.91,\"6255\":1505.0,\"6256\":2566.8,\"6257\":3624.3,\"6258\":4966.0,\"6259\":433.43,\"6260\":2225.28,\"6261\":339.48,\"6262\":1943.0,\"6263\":1161.55,\"6264\":14298.88,\"6265\":2372.82,\"6266\":14456.57,\"6267\":966.0,\"6268\":null,\"6269\":532.4,\"6270\":817.08,\"6271\":null,\"6272\":264.88,\"6273\":1059.0,\"6274\":1530.65,\"6275\":98.77,\"6276\":31.2,\"6277\":1767.42,\"6278\":2000.0,\"6279\":5859.7,\"6280\":3467.94,\"6281\":18950.05,\"6282\":3197.69,\"6283\":303.09,\"6284\":3655.83,\"6285\":4842.72,\"6286\":15190.75,\"6287\":112.38,\"6288\":17297.55,\"6289\":194879.75,\"6290\":11955.98,\"6291\":193.6,\"6292\":3821.17,\"6293\":3890.19,\"6294\":3286.5,\"6295\":397.46,\"6296\":144.88,\"6297\":73.6,\"6298\":null,\"6299\":3108.65,\"6300\":0.5,\"6301\":33.24,\"6302\":1347.72,\"6303\":4262.12,\"6304\":3672.0,\"6305\":4301.63,\"6306\":46.93,\"6307\":8746.19,\"6308\":7838.64,\"6309\":3713.49,\"6310\":5535.0,\"6311\":13608.0,\"6312\":19833.05,\"6313\":19929.12,\"6314\":57.6,\"6315\":39005.99,\"6316\":3893.3,\"6317\":3869.14,\"6318\":0.38,\"6319\":0.12,\"6320\":3416.4,\"6321\":246.0,\"6322\":128.81,\"6323\":4014.42,\"6324\":117.35,\"6325\":null,\"6326\":16717.55,\"6327\":9063.87,\"6328\":36961.4,\"6329\":1259.39,\"6330\":199.41,\"6331\":60297.57,\"6332\":4973.15,\"6333\":8080.0,\"6334\":4502.4,\"6335\":2980.8,\"6336\":3850.43,\"6337\":3655.58,\"6338\":3483.0,\"6339\":3127.2,\"6340\":3916.5,\"6341\":155.67,\"6342\":4251.5,\"6343\":338.52,\"6344\":174.6,\"6345\":226.56,\"6346\":392.16,\"6347\":255.54,\"6348\":746.03,\"6349\":404.86,\"6350\":311.16,\"6351\":513.94,\"6352\":482.8,\"6353\":4574.4,\"6354\":222.12,\"6355\":null,\"6356\":3689.64,\"6357\":3942.13,\"6358\":4752.0,\"6359\":1224.96,\"6360\":4900.0,\"6361\":390.81,\"6362\":null,\"6363\":null,\"6364\":4010.7,\"6365\":6781.2,\"6366\":4595.04,\"6367\":622.9,\"6368\":1648.8,\"6369\":6.13,\"6370\":null,\"6371\":288.36,\"6372\":271.7,\"6373\":1034.88,\"6374\":5580.95,\"6375\":4900.0,\"6376\":732.85,\"6377\":704.99,\"6378\":236.17,\"6379\":null,\"6380\":null,\"6381\":1654.5,\"6382\":1227.75,\"6383\":1935.6,\"6384\":4126.38,\"6385\":3983.64,\"6386\":3922.5,\"6387\":3701.7,\"6388\":429.99,\"6389\":436.61,\"6390\":3330.98,\"6391\":695.8,\"6392\":5511.0,\"6393\":29.57,\"6394\":385.63,\"6395\":393.42,\"6396\":3512.1,\"6397\":null,\"6398\":null,\"6399\":3868.33,\"6400\":1867.8,\"6401\":7144.8,\"6402\":408660.69,\"6403\":1695.6,\"6404\":2944.71,\"6405\":468.16,\"6406\":35.29,\"6407\":416.78,\"6408\":13387.0,\"6409\":13610.87,\"6410\":184.8,\"6411\":3084.34,\"6412\":1756.59,\"6413\":765.36,\"6414\":2207.7,\"6415\":811.0,\"6416\":15968.0,\"6417\":60538.72,\"6418\":354060.96,\"6419\":13560.0,\"6420\":819.06,\"6421\":16491.1,\"6422\":36439.77,\"6423\":6570.67,\"6424\":599.73,\"6425\":3703.68,\"6426\":919.77,\"6427\":11690.62,\"6428\":629.42,\"6429\":null,\"6430\":26205.28,\"6431\":26361.82,\"6432\":7100.0,\"6433\":4532.02,\"6434\":939.79,\"6435\":253750.58,\"6436\":159160.97,\"6437\":5409.46,\"6438\":24720.0,\"6439\":null,\"6440\":60349.04,\"6441\":68568.98,\"6442\":13424.73,\"6443\":301010.53,\"6444\":16531.96,\"6445\":767.8,\"6446\":22345.08,\"6447\":11116.77,\"6448\":16230.09,\"6449\":85870.47,\"6450\":1265.6,\"6451\":1423.99,\"6452\":228.83,\"6453\":null,\"6454\":27304.08,\"6455\":2046.08,\"6456\":742.95,\"6457\":459.44,\"6458\":29336.64,\"6459\":89552.84,\"6460\":3001.82,\"6461\":2307.0,\"6462\":932.17,\"6463\":911432.74,\"6464\":500663.09,\"6465\":354.0,\"6466\":8243.4,\"6467\":6100.15,\"6468\":39.49,\"6469\":180120.0,\"6470\":608.29,\"6471\":13824.0,\"6472\":22201.35,\"6473\":69244.33,\"6474\":164886.76,\"6475\":null,\"6476\":569623.64,\"6477\":41430.33,\"6478\":7805.22,\"6479\":479.03,\"6480\":685.76,\"6481\":830.55,\"6482\":80901.81,\"6483\":3048.6,\"6484\":519.52,\"6485\":739.98,\"6486\":576.33,\"6487\":4894.8,\"6488\":420.48,\"6489\":1434.31,\"6490\":null,\"6491\":null,\"6492\":15900.72,\"6493\":9475.2,\"6494\":377.52,\"6495\":2560.2,\"6496\":102.3,\"6497\":276.25,\"6498\":29474.42,\"6499\":50160.85,\"6500\":1183.58,\"6501\":null,\"6502\":92788.44,\"6503\":120886.21,\"6504\":1601.16,\"6505\":612.04,\"6506\":1911.1,\"6507\":1162.8,\"6508\":771302.25,\"6509\":51709.69,\"6510\":532452.96,\"6511\":79330.0,\"6512\":153082.32,\"6513\":422645.12,\"6514\":140996.46,\"6515\":125977.67,\"6516\":2060.0,\"6517\":798.42,\"6518\":799.79,\"6519\":46158.41,\"6520\":16135.48,\"6521\":11465.23,\"6522\":77508.24,\"6523\":159445.82,\"6524\":166241.0,\"6525\":null,\"6526\":null,\"6527\":163957.04,\"6528\":22555.4,\"6529\":44733.09,\"6530\":48105.58,\"6531\":650.94,\"6532\":75481.99,\"6533\":1398.85,\"6534\":4600.2,\"6535\":2258.35,\"6536\":30271.08,\"6537\":32705.52,\"6538\":58378.11,\"6539\":19572.69,\"6540\":546.3,\"6541\":5623.2,\"6542\":null,\"6543\":null,\"6544\":6724.58,\"6545\":317.33,\"6546\":1.37,\"6547\":2960.0,\"6548\":9327.06,\"6549\":1501.92,\"6550\":1562.88,\"6551\":161.44,\"6552\":16312.0,\"6553\":9852.0,\"6554\":2356.2,\"6555\":6393.58,\"6556\":16261.05,\"6557\":19526.01,\"6558\":19501.22,\"6559\":2705.27,\"6560\":13295.6,\"6561\":12991.3,\"6562\":null,\"6563\":13086.0,\"6564\":19731.94,\"6565\":19664.34,\"6566\":19599.28,\"6567\":1987.2,\"6568\":null,\"6569\":8773.8,\"6570\":4764.0,\"6571\":null,\"6572\":1426.4,\"6573\":3757.74,\"6574\":3095.5,\"6575\":4176.0,\"6576\":433.43,\"6577\":2271.8,\"6578\":336.03,\"6579\":2002.0,\"6580\":379.03,\"6581\":14200.02,\"6582\":2942.23,\"6583\":13990.6,\"6584\":1157.4,\"6585\":null,\"6586\":1318.53,\"6587\":900.9,\"6588\":null,\"6589\":406.12,\"6590\":961.5,\"6591\":2045.89,\"6592\":2352.28,\"6593\":180.96,\"6594\":2415.24,\"6595\":2000.0,\"6596\":5876.0,\"6597\":5272.98,\"6598\":5981.75,\"6599\":9561.24,\"6600\":181.33,\"6601\":5773.57,\"6602\":6510.24,\"6603\":null,\"6604\":13574.8,\"6605\":778.59,\"6606\":14918.0,\"6607\":81851.7,\"6608\":4045.52,\"6609\":315.7,\"6610\":5722.16,\"6611\":5916.79,\"6612\":8134.5,\"6613\":1992.32,\"6614\":247.12,\"6615\":418.4,\"6616\":null,\"6617\":5848.86,\"6618\":1.7,\"6619\":34.85,\"6620\":1794.36,\"6621\":3860.02,\"6622\":3380.4,\"6623\":6381.18,\"6624\":1543.9,\"6625\":15778.03,\"6626\":12854.09,\"6627\":6259.87,\"6628\":2377.8,\"6629\":3780.0,\"6630\":19876.53,\"6631\":19944.86,\"6632\":459.0,\"6633\":17155.88,\"6634\":5430.12,\"6635\":3915.72,\"6636\":1.25,\"6637\":0.58,\"6638\":2040.0,\"6639\":1633.5,\"6640\":86.46,\"6641\":1933.84,\"6642\":null,\"6643\":null,\"6644\":13173.37,\"6645\":4758.8,\"6646\":73768.85,\"6647\":1007.09,\"6648\":908.04,\"6649\":25545.41,\"6650\":null,\"6651\":9560.0,\"6652\":1926.0,\"6653\":1294.44,\"6654\":5277.38,\"6655\":5324.85,\"6656\":7915.73,\"6657\":2156.4,\"6658\":3120.3,\"6659\":128.92,\"6660\":5627.6,\"6661\":323.28,\"6662\":134.28,\"6663\":170.16,\"6664\":583.77,\"6665\":464.07,\"6666\":133.9,\"6667\":111.07,\"6668\":351.84,\"6669\":152.47,\"6670\":135.79,\"6671\":6278.4,\"6672\":264.36,\"6673\":163.2,\"6674\":4357.94,\"6675\":4843.28,\"6676\":2242.8,\"6677\":29.95,\"6678\":4900.0,\"6679\":550.77,\"6680\":358.2,\"6681\":null,\"6682\":5243.09,\"6683\":8430.0,\"6684\":4693.04,\"6685\":120.32,\"6686\":1411.65,\"6687\":2.47,\"6688\":129.24,\"6689\":555.12,\"6690\":246.4,\"6691\":633.6,\"6692\":2012.5,\"6693\":4900.0,\"6694\":206.65,\"6695\":154.64,\"6696\":274.29,\"6697\":913.66,\"6698\":819.0,\"6699\":3420.16,\"6700\":1709.98,\"6701\":3356.4,\"6702\":3843.3,\"6703\":4075.1,\"6704\":4292.4,\"6705\":4371.0,\"6706\":356.36,\"6707\":381.04,\"6708\":1052.83,\"6709\":191.54,\"6710\":8306.1,\"6711\":42.78,\"6712\":317.38,\"6713\":320.74,\"6714\":3274.74,\"6715\":220.36,\"6716\":null,\"6717\":3879.33,\"6718\":1821.6,\"6719\":7142.4,\"6720\":403267.95,\"6721\":1857.6,\"6722\":3844.33,\"6723\":712.14,\"6724\":null,\"6725\":null,\"6726\":417.74,\"6727\":12903.0,\"6728\":5272.1,\"6729\":198.0,\"6730\":2993.92,\"6731\":1739.76,\"6732\":760.5,\"6733\":2208.6,\"6734\":811.0,\"6735\":17680.0,\"6736\":60321.27,\"6737\":375713.26,\"6738\":13736.0,\"6739\":1383.69,\"6740\":16990.69,\"6741\":52312.49,\"6742\":6710.0,\"6743\":974.05,\"6744\":3700.8,\"6745\":843.62,\"6746\":12151.52,\"6747\":182.6,\"6748\":null,\"6749\":6677.88,\"6750\":27251.86,\"6751\":12346.0,\"6752\":9549.92,\"6753\":939.79,\"6754\":244583.23,\"6755\":157540.74,\"6756\":9942.51,\"6757\":62520.0,\"6758\":508460.0,\"6759\":null,\"6760\":53795.71,\"6761\":19136.34,\"6762\":289193.61,\"6763\":19689.6,\"6764\":18051.0,\"6765\":24013.47,\"6766\":10702.57,\"6767\":15931.83,\"6768\":null,\"6769\":1245.1,\"6770\":2297.57,\"6771\":488.96,\"6772\":100980.0,\"6773\":2066.16,\"6774\":1997.67,\"6775\":741.18,\"6776\":456.69,\"6777\":34251.67,\"6778\":90928.2,\"6779\":1629.47,\"6780\":2307.0,\"6781\":null,\"6782\":935.19,\"6783\":941555.28,\"6784\":299437.14,\"6785\":384.0,\"6786\":7502.0,\"6787\":6013.92,\"6788\":775.44,\"6789\":null,\"6790\":605.57,\"6791\":12780.0,\"6792\":24592.38,\"6793\":69343.9,\"6794\":165323.17,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1003.95,\"6799\":null,\"6800\":41245.54,\"6801\":7652.17,\"6802\":488.53,\"6803\":686.09,\"6804\":1842.9,\"6805\":80990.7,\"6806\":2360.04,\"6807\":541.7,\"6808\":683.1,\"6809\":594.8,\"6810\":4813.2,\"6811\":425.88,\"6812\":1519.58,\"6813\":14106.06,\"6814\":4360.05,\"6815\":16186.94,\"6816\":5908.8,\"6817\":378.51,\"6818\":2555.4,\"6819\":99.0,\"6820\":322.19,\"6821\":29564.77,\"6822\":26631.48,\"6823\":1182.2,\"6824\":null,\"6825\":91546.74,\"6826\":119953.15,\"6827\":1602.06,\"6828\":672.32,\"6829\":2080.22,\"6830\":1382.4,\"6831\":null,\"6832\":433981.36,\"6833\":39076.52,\"6834\":532023.99,\"6835\":null,\"6836\":null,\"6837\":130262.44,\"6838\":426288.16,\"6839\":140523.91,\"6840\":124868.0,\"6841\":2070.0,\"6842\":796.6,\"6843\":626.88,\"6844\":69781.36,\"6845\":13799.59,\"6846\":10435.26,\"6847\":62941.31,\"6848\":165361.22,\"6849\":170079.75,\"6850\":null,\"6851\":null,\"6852\":102835.6,\"6853\":22623.19,\"6854\":45151.03,\"6855\":48207.89,\"6856\":648.42,\"6857\":75508.52,\"6858\":1104.0,\"6859\":7121.4,\"6860\":2958.98,\"6861\":26225.65,\"6862\":32204.69,\"6863\":59243.15,\"6864\":19561.58,\"6865\":656.13,\"6866\":5623.2,\"6867\":null,\"6868\":null,\"6869\":null,\"6870\":6635.97,\"6871\":null,\"6872\":null,\"6873\":4960.0,\"6874\":9253.9,\"6875\":1576.32,\"6876\":1633.28,\"6877\":152.06,\"6878\":null,\"6879\":16807.0,\"6880\":10627.0,\"6881\":2354.0,\"6882\":5401.04,\"6883\":9476.49,\"6884\":19556.1,\"6885\":19843.55,\"6886\":2141.77,\"6887\":14480.7,\"6888\":14144.0,\"6889\":null,\"6890\":13626.0,\"6891\":19503.47,\"6892\":19500.56,\"6893\":19371.64,\"6894\":5032.8,\"6895\":473.2,\"6896\":16274.3,\"6897\":4830.0,\"6898\":1342.2,\"6899\":1141.26,\"6900\":3275.4,\"6901\":4381.0,\"6902\":433.43,\"6903\":2168.44,\"6904\":337.18,\"6905\":1962.0,\"6906\":233.03,\"6907\":11730.96,\"6908\":716.55,\"6909\":17111.32,\"6910\":354.6,\"6911\":null,\"6912\":712.8,\"6913\":931.26,\"6914\":344.52,\"6915\":809.4,\"6916\":650.76,\"6917\":440.88,\"6918\":15.36,\"6919\":4303.8,\"6920\":2000.0,\"6921\":5527.5,\"6922\":2933.88,\"6923\":14791.27,\"6924\":2488.87,\"6925\":null,\"6926\":9745.04,\"6927\":1668.96,\"6928\":9.9,\"6929\":17020.32,\"6930\":925.74,\"6931\":18499.22,\"6932\":179506.21,\"6933\":5767.26,\"6934\":null,\"6935\":3002.66,\"6936\":3002.5,\"6937\":2722.5,\"6938\":1850.18,\"6939\":138.68,\"6940\":17.2,\"6941\":null,\"6942\":1991.12,\"6943\":0.2,\"6944\":15.4,\"6945\":1515.43,\"6946\":5214.47,\"6947\":4183.2,\"6948\":3298.66,\"6949\":528.18,\"6950\":1724.78,\"6951\":1660.06,\"6952\":707.09,\"6953\":2302.2,\"6954\":4593.6,\"6955\":19491.28,\"6956\":19930.81,\"6957\":null,\"6958\":36728.88,\"6959\":2335.81,\"6960\":2291.37,\"6961\":0.92,\"6962\":0.32,\"6963\":2061.6,\"6964\":null,\"6965\":106.81,\"6966\":4262.82,\"6967\":173.78,\"6968\":null,\"6969\":10548.48,\"6970\":9133.19,\"6971\":38535.09,\"6972\":2126.58,\"6973\":278.07,\"6974\":15282.55,\"6975\":3363.85,\"6976\":5240.0,\"6977\":1868.4,\"6978\":3189.18,\"6979\":2534.4,\"6980\":2483.1,\"6981\":4221.23,\"6982\":519.0,\"6983\":535.5,\"6984\":85.54,\"6985\":5537.4,\"6986\":196.56,\"6987\":70.32,\"6988\":167.52,\"6989\":109.29,\"6990\":57.39,\"6991\":403.36,\"6992\":207.9,\"6993\":277.8,\"6994\":307.52,\"6995\":293.62,\"6996\":3020.4,\"6997\":136.32,\"6998\":190.8,\"6999\":5086.0,\"7000\":5102.59,\"7001\":1641.6,\"7002\":null,\"7003\":4900.0,\"7004\":95.46,\"7005\":null,\"7006\":400.74,\"7007\":2920.8,\"7008\":4947.6,\"7009\":885.18,\"7010\":239.41,\"7011\":3275.1,\"7012\":null,\"7013\":129.34,\"7014\":183.96,\"7015\":196.9,\"7016\":188.76,\"7017\":3372.95,\"7018\":4900.0,\"7019\":390.64,\"7020\":315.11,\"7021\":288.06,\"7022\":325.29,\"7023\":18.0,\"7024\":2388.19,\"7025\":1812.18,\"7026\":1870.2,\"7027\":5182.11,\"7028\":5210.74,\"7029\":2289.3,\"7030\":4191.3,\"7031\":108.79,\"7032\":111.43,\"7033\":1193.7,\"7034\":353.11,\"7035\":3392.4,\"7036\":290.32,\"7037\":353.39,\"7038\":2688.24,\"7039\":365.01,\"7040\":38.71,\"7041\":3868.33,\"7042\":null,\"7043\":7162.8,\"7044\":360069.16,\"7045\":1850.4,\"7046\":3843.94,\"7047\":711.81,\"7048\":27.72,\"7049\":417.77,\"7050\":13222.0,\"7051\":8124.44,\"7052\":19.8,\"7053\":3055.96,\"7054\":1759.56,\"7055\":780.08,\"7056\":1825.2,\"7057\":2181.0,\"7058\":19840.0,\"7059\":389012.12,\"7060\":498402.48,\"7061\":12592.0,\"7062\":623.04,\"7063\":16971.24,\"7064\":65845.3,\"7065\":7362.67,\"7066\":1118.38,\"7067\":1998.4,\"7068\":908.81,\"7069\":12453.12,\"7070\":620.62,\"7071\":null,\"7072\":11356.57,\"7073\":26110.31,\"7074\":10312.0,\"7075\":9907.75,\"7076\":939.79,\"7077\":248424.94,\"7078\":157594.27,\"7079\":9941.69,\"7080\":250224.0,\"7081\":null,\"7082\":null,\"7083\":65682.4,\"7084\":34955.73,\"7085\":33231.39,\"7086\":23398.53,\"7087\":16940.0,\"7088\":22506.06,\"7089\":11057.05,\"7090\":16629.58,\"7091\":171084.28,\"7092\":1336.81,\"7093\":2305.72,\"7094\":472.33,\"7095\":305855.0,\"7096\":6424.52,\"7097\":2315.87,\"7098\":736.85,\"7099\":449.79,\"7100\":39690.71,\"7101\":165404.74,\"7102\":null,\"7103\":1947.0,\"7104\":931.23,\"7105\":951108.3100000001,\"7106\":null,\"7107\":240.0,\"7108\":9358.8,\"7109\":2239.1,\"7110\":775.44,\"7111\":205010.0,\"7112\":631.49,\"7113\":14472.0,\"7114\":23418.78,\"7115\":null,\"7116\":68988.48,\"7117\":165093.79,\"7118\":null,\"7119\":404018.0,\"7120\":40550.13,\"7121\":7346.09,\"7122\":492.49,\"7123\":688.54,\"7124\":1031.85,\"7125\":79968.03,\"7126\":2199.95,\"7127\":532.88,\"7128\":930.42,\"7129\":612.54,\"7130\":4626.0,\"7131\":424.8,\"7132\":1423.05,\"7133\":14732.35,\"7134\":4456.8,\"7135\":10480.03,\"7136\":5500.8,\"7137\":361.15,\"7138\":2475.6,\"7139\":66.0,\"7140\":323.43,\"7141\":29650.99,\"7142\":50117.62,\"7143\":556.72,\"7144\":933742.51,\"7145\":92454.08,\"7146\":121024.12,\"7147\":1550.64,\"7148\":762.96,\"7149\":null,\"7150\":1161.0,\"7151\":58636.31,\"7152\":null,\"7153\":52265.48,\"7154\":532661.08,\"7155\":44574.35,\"7156\":null,\"7157\":154314.44,\"7158\":426508.72,\"7159\":140949.11,\"7160\":125946.84,\"7161\":null,\"7162\":796.46,\"7163\":203.14,\"7164\":34522.39,\"7165\":17248.61,\"7166\":17196.16,\"7167\":77112.17,\"7168\":165114.07,\"7169\":169269.45,\"7170\":null,\"7171\":null,\"7172\":3869.46,\"7173\":22567.8,\"7174\":44503.79,\"7175\":47680.49,\"7176\":647.64,\"7177\":75477.61,\"7178\":1325.74,\"7179\":8124.6,\"7180\":2835.02,\"7181\":30068.84,\"7182\":32294.8,\"7183\":57819.15,\"7184\":null,\"7185\":19396.64,\"7186\":654.75,\"7187\":5630.4,\"7188\":null,\"7189\":null,\"7190\":6748.17,\"7191\":315.94,\"7192\":5680.0,\"7193\":9473.47,\"7194\":1637.16,\"7195\":1723.48,\"7196\":156.95,\"7197\":null,\"7198\":15226.0,\"7199\":10956.0,\"7200\":2952.4,\"7201\":7308.51,\"7202\":15810.89,\"7203\":15503.21,\"7204\":16225.45,\"7205\":2350.92,\"7206\":14031.0,\"7207\":13708.0,\"7208\":216.0,\"7209\":11898.0,\"7210\":19469.83,\"7211\":19446.55,\"7212\":10028.37,\"7213\":7279.2,\"7214\":459.4,\"7215\":12146.9,\"7216\":4676.0,\"7217\":null,\"7218\":1276.5,\"7219\":3815.7,\"7220\":4196.5,\"7221\":5337.0,\"7222\":433.43,\"7223\":1321.19,\"7224\":336.49,\"7225\":1962.0,\"7226\":316.62,\"7227\":11153.94,\"7228\":1091.45,\"7229\":17698.77,\"7230\":1193.4,\"7231\":49.02,\"7232\":1110.27,\"7233\":889.02,\"7234\":425.48,\"7235\":731.4,\"7236\":290.95,\"7237\":943.79,\"7238\":11.52,\"7239\":4965.92,\"7240\":2000.0,\"7241\":5277.9,\"7242\":4635.42,\"7243\":61546.56,\"7244\":9045.18,\"7245\":null,\"7246\":5193.91,\"7247\":6881.76,\"7248\":2.2,\"7249\":17011.33,\"7250\":3718.3,\"7251\":18589.78,\"7252\":null,\"7253\":8915.21,\"7254\":null,\"7255\":2186.91,\"7256\":2235.94,\"7257\":2476.5,\"7258\":5590.38,\"7259\":100.84,\"7260\":130.8,\"7261\":509.41,\"7262\":2955.64,\"7263\":0.49,\"7264\":44.48,\"7265\":1144.16,\"7266\":4517.83,\"7267\":2980.8,\"7268\":2453.69,\"7269\":516.76,\"7270\":5342.71,\"7271\":4911.67,\"7272\":2319.07,\"7273\":3013.2,\"7274\":6048.0,\"7275\":19905.92,\"7276\":19919.76,\"7277\":843.0,\"7278\":64355.68,\"7279\":1122.36,\"7280\":1163.11,\"7281\":0.59,\"7282\":0.2,\"7283\":3154.8,\"7284\":null,\"7285\":160.49,\"7286\":7168.18,\"7287\":455.96,\"7288\":null,\"7289\":17289.73,\"7290\":5795.18,\"7291\":24312.16,\"7292\":1462.45,\"7293\":589.26,\"7294\":24553.96,\"7295\":1955.45,\"7296\":13600.0,\"7297\":2404.2,\"7298\":7606.56,\"7299\":7799.63,\"7300\":7503.75,\"7301\":8576.55,\"7302\":872.1,\"7303\":1104.6,\"7304\":123.99,\"7305\":5412.0,\"7306\":199.32,\"7307\":91.08,\"7308\":269.16,\"7309\":304.38,\"7310\":195.0,\"7311\":316.57,\"7312\":429.99,\"7313\":207.6,\"7314\":911.03,\"7315\":877.1,\"7316\":6376.8,\"7317\":68.28,\"7318\":600.0,\"7319\":6929.98,\"7320\":7447.17,\"7321\":5601.6,\"7322\":5500.55,\"7323\":4900.0,\"7324\":306.81,\"7325\":null,\"7326\":null,\"7327\":2715.8,\"7328\":2212.5,\"7329\":4071.6,\"7330\":1274.61,\"7331\":888.38,\"7332\":10005.75,\"7333\":2.17,\"7334\":129.35,\"7335\":266.16,\"7336\":332.2,\"7337\":136.4,\"7338\":2631.2,\"7339\":4900.0,\"7340\":746.89,\"7341\":880.07,\"7342\":328.23,\"7343\":26.09,\"7344\":9.0,\"7345\":4114.67,\"7346\":4553.74,\"7347\":4014.0,\"7348\":7136.7,\"7349\":7533.64,\"7350\":5489.7,\"7351\":4029.9,\"7352\":173.34,\"7353\":174.83,\"7354\":692.21,\"7355\":6576.9,\"7356\":null,\"7357\":178.45,\"7358\":445.51,\"7359\":1874.04,\"7360\":919.44,\"7361\":null,\"7362\":3875.67,\"7363\":1933.8,\"7364\":7178.4,\"7365\":125077.69,\"7366\":1857.6,\"7367\":3647.07,\"7368\":712.36,\"7369\":23.85,\"7370\":417.49,\"7371\":12298.0,\"7372\":892.73,\"7373\":191.4,\"7374\":426.03,\"7375\":1750.32,\"7376\":768.15,\"7377\":1982.7,\"7378\":2163.0,\"7379\":17444.0,\"7380\":60515.64,\"7381\":502757.99,\"7382\":14760.0,\"7383\":1250.04,\"7384\":17572.32,\"7385\":32632.76,\"7386\":8184.0,\"7387\":1036.15,\"7388\":2576.0,\"7389\":900.41,\"7390\":14311.7,\"7391\":575.52,\"7392\":null,\"7393\":53248.95,\"7394\":25125.25,\"7395\":7112.0,\"7396\":5649.39,\"7397\":939.79,\"7398\":245990.03,\"7399\":157831.78,\"7400\":6919.1,\"7401\":509140.0,\"7402\":74232.83,\"7403\":20201.32,\"7404\":32849.82,\"7405\":13997.46,\"7406\":16676.0,\"7407\":23133.05,\"7408\":10051.68,\"7409\":18197.5,\"7410\":171118.94,\"7411\":1404.29,\"7412\":2252.71,\"7413\":471.58,\"7414\":null,\"7415\":14836.38,\"7416\":2609.7,\"7417\":743.44,\"7418\":387.31,\"7419\":37478.27,\"7420\":90395.69,\"7421\":null,\"7422\":1984.8,\"7423\":726.17,\"7424\":1039583.98,\"7425\":174774.14,\"7426\":336.0,\"7427\":7495.4,\"7428\":7595.58,\"7429\":804.32,\"7430\":206940.0,\"7431\":642.43,\"7432\":15228.0,\"7433\":35310.11,\"7434\":69101.38,\"7435\":164716.41,\"7436\":null,\"7437\":null,\"7438\":3987.93,\"7439\":null,\"7440\":8111.3,\"7441\":511.9,\"7442\":674.1,\"7443\":781.95,\"7444\":80954.12,\"7445\":2199.95,\"7446\":null,\"7447\":null,\"7448\":588.27,\"7449\":4147.2,\"7450\":424.2,\"7451\":1698.61,\"7452\":19376.02,\"7453\":null,\"7454\":19684.3,\"7455\":7555.2,\"7456\":385.31,\"7457\":2199.6,\"7458\":224.4,\"7459\":306.34,\"7460\":29737.39,\"7461\":50115.57,\"7462\":null,\"7463\":913603.92,\"7464\":91994.23,\"7465\":815975.53,\"7466\":1600.2,\"7467\":713.9,\"7468\":1664.73,\"7469\":1488.6,\"7470\":59379.59,\"7471\":null,\"7472\":533657.79,\"7473\":null,\"7474\":155092.68,\"7475\":213460.2,\"7476\":140604.84,\"7477\":73415.74,\"7478\":2052.0,\"7479\":794.64,\"7480\":2126.3,\"7481\":23216.37,\"7482\":17791.52,\"7483\":17961.82,\"7484\":69100.38,\"7485\":162269.9,\"7486\":170144.5,\"7487\":null,\"7488\":null,\"7489\":102865.6,\"7490\":22623.93,\"7491\":45168.24,\"7492\":48453.6,\"7493\":648.36,\"7494\":75675.41,\"7495\":1209.12,\"7496\":8133.4,\"7497\":2845.12,\"7498\":30371.0,\"7499\":32109.94,\"7500\":58220.48,\"7501\":58333.68,\"7502\":19306.55,\"7503\":653.31,\"7504\":5630.4,\"7505\":null,\"7506\":null,\"7507\":6745.2,\"7508\":313.63,\"7509\":639.6,\"7510\":7360.0,\"7511\":9548.55,\"7512\":1617.84,\"7513\":1764.84,\"7514\":150.48,\"7515\":11128.0,\"7516\":8669.0,\"7517\":2116.4,\"7518\":4913.65,\"7519\":15598.68,\"7520\":14733.72,\"7521\":15464.97,\"7522\":1807.52,\"7523\":13773.2,\"7524\":13470.8,\"7525\":2637.6,\"7526\":13248.0,\"7527\":19625.62,\"7528\":18775.99,\"7529\":19476.81,\"7530\":6753.6,\"7531\":668.3,\"7532\":8904.2,\"7533\":10972.0,\"7534\":993.68,\"7535\":1589.1,\"7536\":3064.98,\"7537\":3061.6,\"7538\":1144.0,\"7539\":433.43,\"7540\":2669.37,\"7541\":332.12,\"7542\":1965.0,\"7543\":1236.98,\"7544\":14259.25,\"7545\":4603.69,\"7546\":17601.17,\"7547\":528.6,\"7548\":2085.15,\"7549\":387.2,\"7550\":825.66,\"7551\":318.12,\"7552\":768.13,\"7553\":5255.04,\"7554\":23.52,\"7555\":7825.08,\"7556\":1000.0,\"7557\":5120.0,\"7558\":5197.08,\"7559\":93094.28,\"7560\":5072.96,\"7561\":2834.05,\"7562\":4631.48,\"7563\":3011.04,\"7564\":17495.39,\"7565\":5523.45,\"7566\":18992.21,\"7567\":null,\"7568\":10866.72,\"7569\":1228.48,\"7570\":4446.34,\"7571\":4696.87,\"7572\":6535.5,\"7573\":10592.94,\"7574\":243.96,\"7575\":76.0,\"7576\":741.83,\"7577\":6133.18,\"7578\":0.16,\"7579\":77.84,\"7580\":1933.24,\"7581\":4040.95,\"7582\":3870.0,\"7583\":4692.26,\"7584\":3466.29,\"7585\":16987.04,\"7586\":14665.58,\"7587\":7285.76,\"7588\":7189.2,\"7589\":12895.2,\"7590\":19878.34,\"7591\":19951.68,\"7592\":1153.2,\"7593\":47828.5,\"7594\":15823.45,\"7595\":15812.06,\"7596\":0.68,\"7597\":0.38,\"7598\":6756.0,\"7599\":1918.8,\"7600\":143.11,\"7601\":5458.36,\"7602\":549.67,\"7603\":null,\"7604\":28700.84,\"7605\":13593.06,\"7606\":49168.11,\"7607\":1341.62,\"7608\":1023.27,\"7609\":72374.82,\"7610\":2401.0,\"7611\":7520.0,\"7612\":5421.6,\"7613\":4892.1,\"7614\":4195.56,\"7615\":3540.38,\"7616\":8900.55,\"7617\":3674.1,\"7618\":4603.5,\"7619\":177.23,\"7620\":527.88,\"7621\":327.84,\"7622\":223.8,\"7623\":587.4,\"7624\":430.29,\"7625\":453.16,\"7626\":346.06,\"7627\":310.2,\"7628\":null,\"7629\":null,\"7630\":6201.6,\"7631\":586.44,\"7632\":559.2,\"7633\":9024.1,\"7634\":9508.42,\"7635\":5338.8,\"7636\":18669.11,\"7637\":4900.0,\"7638\":564.9,\"7639\":1126.8,\"7640\":623.88,\"7641\":null,\"7642\":2954.7,\"7643\":8184.0,\"7644\":8320.23,\"7645\":882.22,\"7646\":14462.1,\"7647\":2.92,\"7648\":129.36,\"7649\":627.84,\"7650\":246.4,\"7651\":1516.24,\"7652\":6216.9,\"7653\":4900.0,\"7654\":685.32,\"7655\":868.68,\"7656\":399.03,\"7657\":777.61,\"7658\":183.0,\"7659\":5721.16,\"7660\":4312.2,\"7661\":4750.8,\"7662\":10996.67,\"7663\":9691.51,\"7664\":4688.7,\"7665\":2142.9,\"7666\":519.29,\"7667\":534.03,\"7668\":null,\"7669\":684.92,\"7670\":8167.5,\"7671\":426.42,\"7672\":37.93,\"7673\":438.85,\"7674\":519.22,\"7675\":3657.0,\"7676\":918.27,\"7677\":488.31,\"7678\":3864.67,\"7679\":1881.0,\"7680\":7171.2,\"7681\":119810.98,\"7682\":1861.2,\"7683\":3646.44,\"7684\":711.37,\"7685\":null,\"7686\":null,\"7687\":430.93,\"7688\":5060.0,\"7689\":15290.22,\"7690\":204.6,\"7691\":2172.39,\"7692\":1820.28,\"7693\":767.74,\"7694\":2062.8,\"7695\":2066.0,\"7696\":15768.0,\"7697\":60573.27,\"7698\":500775.65,\"7699\":14616.0,\"7700\":865.92,\"7701\":17576.56,\"7702\":29358.47,\"7703\":7920.0,\"7704\":1150.58,\"7705\":3703.36,\"7706\":979.3,\"7707\":17211.02,\"7708\":632.5,\"7709\":null,\"7710\":58542.34,\"7711\":24329.25,\"7712\":7196.0,\"7713\":4820.54,\"7714\":939.79,\"7715\":164157.08,\"7716\":91047.49,\"7717\":5887.49,\"7718\":null,\"7719\":87022.23,\"7720\":15108.01,\"7721\":32721.95,\"7722\":15209.75,\"7723\":18704.4,\"7724\":21950.53,\"7725\":9970.62,\"7726\":16880.5,\"7727\":33639.2,\"7728\":1422.3,\"7729\":1620.0,\"7730\":478.96,\"7731\":null,\"7732\":21243.6,\"7733\":2357.39,\"7734\":741.57,\"7735\":423.58,\"7736\":18972.46,\"7737\":90430.63,\"7738\":null,\"7739\":1906.2,\"7740\":null,\"7741\":872.58,\"7742\":1149376.73,\"7743\":0.06,\"7744\":582.0,\"7745\":6914.6,\"7746\":7151.07,\"7747\":822.25,\"7748\":205070.0,\"7749\":627.77,\"7750\":13104.0,\"7751\":35503.3,\"7752\":51088.88,\"7753\":66827.84,\"7754\":1775.0,\"7755\":403788.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":491.96,\"7760\":686.2,\"7761\":1292.1,\"7762\":80900.43,\"7763\":2206.83,\"7764\":541.5,\"7765\":1004.58,\"7766\":516.26,\"7767\":4976.4,\"7768\":425.76,\"7769\":3538.33,\"7770\":1592.45,\"7771\":11615.28,\"7772\":4491.45,\"7773\":19484.45,\"7774\":6316.8,\"7775\":380.62,\"7776\":2523.0,\"7777\":237.6,\"7778\":337.36,\"7779\":29918.1,\"7780\":48619.02,\"7781\":1188.3,\"7782\":749400.35,\"7783\":25456.97,\"7784\":120950.43,\"7785\":1609.5,\"7786\":628.32,\"7787\":1325.55,\"7788\":1139.4,\"7789\":238001.73,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":72684.14,\"7794\":73046.67,\"7795\":null,\"7796\":794.36,\"7797\":608.86,\"7798\":38317.28,\"7799\":17650.34,\"7800\":17525.16,\"7801\":55172.42,\"7802\":68443.54,\"7803\":127798.0,\"7804\":null,\"7805\":22603.57,\"7806\":44925.58,\"7807\":48265.92,\"7808\":647.76,\"7809\":75534.57,\"7810\":748.09,\"7811\":8239.0,\"7812\":2912.03,\"7813\":26485.44,\"7814\":null,\"7815\":49040.04,\"7816\":49222.71,\"7817\":19358.48,\"7818\":652.17,\"7819\":5929.2,\"7820\":null,\"7821\":null,\"7822\":6739.26,\"7823\":null,\"7824\":5542.1,\"7825\":160.0,\"7826\":9470.24,\"7827\":1548.96,\"7828\":1785.96,\"7829\":197.74,\"7830\":14970.0,\"7831\":8367.0,\"7832\":2505.8,\"7833\":11199.18,\"7834\":15566.14,\"7835\":9719.09,\"7836\":6923.5,\"7837\":699.01,\"7838\":13940.6,\"7839\":13633.4,\"7840\":null,\"7841\":13644.0,\"7842\":19375.67,\"7843\":17881.0,\"7844\":19227.02,\"7845\":5508.0,\"7846\":594.8,\"7847\":8850.9,\"7848\":10530.0,\"7849\":39.14,\"7850\":1348.4,\"7851\":3846.06,\"7852\":2842.7,\"7853\":6275.0,\"7854\":433.43,\"7855\":1408.13,\"7856\":334.42,\"7857\":2055.0,\"7858\":1251.41,\"7859\":13828.18,\"7860\":668.65,\"7861\":16130.37,\"7862\":896.4,\"7863\":null,\"7864\":14.67,\"7865\":803.22,\"7866\":363.44,\"7867\":null,\"7868\":452.21,\"7869\":1346.48,\"7870\":0.96,\"7871\":3333.19,\"7872\":2000.0,\"7873\":5329.2,\"7874\":4914.18,\"7875\":57123.41,\"7876\":8808.48,\"7877\":1296.45,\"7878\":4051.83,\"7879\":5702.4,\"7880\":16178.3,\"7881\":2801.91,\"7882\":17505.16,\"7883\":52668.03,\"7884\":10769.17,\"7885\":540.76,\"7886\":1787.69,\"7887\":1609.1,\"7888\":2260.5,\"7889\":4953.99,\"7890\":104.16,\"7891\":10.8,\"7892\":154.8,\"7893\":2180.8,\"7894\":0.55,\"7895\":16.5,\"7896\":1541.88,\"7897\":3991.66,\"7898\":2386.8,\"7899\":2062.06,\"7900\":10.33,\"7901\":1033.49,\"7902\":2595.6,\"7903\":3304.8,\"7904\":19944.72,\"7905\":19938.3,\"7906\":61.2,\"7907\":76949.85,\"7908\":4584.92,\"7909\":4713.84,\"7910\":0.44,\"7911\":0.14,\"7912\":4801.2,\"7913\":27.0,\"7914\":261.69,\"7915\":7078.48,\"7916\":550.18,\"7917\":null,\"7918\":32222.67,\"7919\":10422.85,\"7920\":22212.8,\"7921\":1422.18,\"7922\":1073.64,\"7923\":81966.94,\"7924\":6792.45,\"7925\":14280.0,\"7926\":1983.0,\"7927\":7389.9,\"7928\":9222.3,\"7929\":9063.45,\"7930\":9587.03,\"7931\":1452.9,\"7932\":1785.6,\"7933\":265.85,\"7934\":240.24,\"7935\":115.56,\"7936\":213.84,\"7937\":151.95,\"7938\":122.97,\"7939\":526.9,\"7940\":106.44,\"7941\":157.44,\"7942\":618.96,\"7943\":608.71,\"7944\":4326.0,\"7945\":271.2,\"7946\":72.0,\"7947\":8288.28,\"7948\":7349.7,\"7949\":3344.4,\"7950\":7702.47,\"7951\":4900.0,\"7952\":145.11,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":4397.4,\"7957\":8456.4,\"7958\":2589.92,\"7959\":601.62,\"7960\":40.5,\"7961\":1.52,\"7962\":null,\"7963\":226.32,\"7964\":182.25,\"7965\":214.28,\"7966\":6543.5,\"7967\":4900.0,\"7968\":595.35,\"7969\":597.14,\"7970\":464.66,\"7971\":61.91,\"7972\":15.0,\"7973\":3957.13,\"7974\":3278.64,\"7975\":2399.4,\"7976\":8866.54,\"7977\":8075.1,\"7978\":5461.8,\"7979\":3437.7,\"7980\":270.75,\"7981\":313.08,\"7982\":null,\"7983\":437.22,\"7984\":7088.4,\"7985\":null,\"7986\":10.07,\"7987\":550.8,\"7988\":532.55,\"7989\":5605.56,\"7990\":628.87,\"7991\":null,\"7992\":3872.0,\"7993\":2409.0,\"7994\":7167.6,\"7995\":195778.43,\"7996\":1954.8,\"7997\":3543.92,\"7998\":709.72,\"7999\":55.0,\"8000\":null,\"8001\":430.62,\"8002\":4939.0,\"8003\":14536.32,\"8004\":null,\"8005\":2164.64,\"8006\":null,\"8007\":724.95,\"8008\":2704.5,\"8009\":1668.0,\"8010\":15320.0,\"8011\":131164.93,\"8012\":503390.2,\"8013\":12448.0,\"8014\":512.16,\"8015\":17493.05,\"8016\":34159.67,\"8017\":7751.33,\"8018\":1022.06,\"8019\":3703.04,\"8020\":898.6,\"8021\":13889.86,\"8022\":634.7,\"8023\":null,\"8024\":44059.11,\"8025\":20256.09,\"8026\":6123.0,\"8027\":4587.53,\"8028\":940.78,\"8029\":245476.52,\"8030\":154234.04,\"8031\":5649.53,\"8032\":null,\"8033\":null,\"8034\":94378.73,\"8035\":13171.18,\"8036\":165181.46,\"8037\":14826.75,\"8038\":18517.4,\"8039\":15366.97,\"8040\":8689.34,\"8041\":15802.58,\"8042\":170447.3,\"8043\":1212.4,\"8044\":1453.23,\"8045\":552.5,\"8046\":26476.85,\"8047\":2361.41,\"8048\":736.94,\"8049\":418.22,\"8050\":31472.8,\"8051\":90483.66,\"8052\":4031.74,\"8053\":1795.8,\"8054\":null,\"8055\":698.63,\"8056\":1096724.74,\"8057\":602496.98,\"8058\":642.0,\"8059\":7416.2,\"8060\":7512.13,\"8061\":829.29,\"8062\":205180.0,\"8063\":600.24,\"8064\":14184.0,\"8065\":35111.44,\"8066\":69309.35,\"8067\":164784.92,\"8068\":361.5,\"8069\":null,\"8070\":599264.64,\"8071\":39780.19,\"8072\":7805.22,\"8073\":null,\"8074\":653.11,\"8075\":829.35,\"8076\":81126.59,\"8077\":2222.33,\"8078\":484.14,\"8079\":972.54,\"8080\":882.72,\"8081\":3148.8,\"8082\":410.76,\"8083\":1744.35,\"8084\":19421.22,\"8085\":4355.55,\"8086\":18517.29,\"8087\":7920.0,\"8088\":368.02,\"8089\":2522.4,\"8090\":254.1,\"8091\":265.38,\"8092\":29752.26,\"8093\":49966.72,\"8094\":null,\"8095\":1131099.05,\"8096\":91837.53,\"8097\":120738.23,\"8098\":1609.14,\"8099\":580.36,\"8100\":1239.28,\"8101\":1045.8,\"8102\":509268.6,\"8103\":253874.5,\"8104\":141844.49,\"8105\":117776.6,\"8106\":2044.0,\"8107\":795.2,\"8108\":1994.09,\"8109\":20016.72,\"8110\":16229.77,\"8111\":16112.28,\"8112\":54721.33,\"8113\":153483.38,\"8114\":163414.2,\"8115\":null,\"8116\":5349.25,\"8117\":28949.28,\"8118\":44906.6,\"8119\":49221.92,\"8120\":646.23,\"8121\":75578.08,\"8122\":1217.15,\"8123\":8234.6,\"8124\":2907.1,\"8125\":29727.2,\"8126\":19665.46,\"8127\":58760.09,\"8128\":19315.12,\"8129\":653.61,\"8130\":6444.0,\"8131\":null,\"8132\":null,\"8133\":6738.44,\"8134\":null,\"8135\":null,\"8136\":4720.0,\"8137\":9291.48,\"8138\":1686.84,\"8139\":1712.92,\"8140\":150.08,\"8141\":16839.0,\"8142\":11665.0,\"8143\":3539.8,\"8144\":17516.98,\"8145\":16433.9,\"8146\":19298.11,\"8147\":19579.63,\"8148\":857.71,\"8149\":15068.4,\"8150\":14733.9,\"8151\":31.2,\"8152\":12762.0,\"8153\":19578.47,\"8154\":19529.42,\"8155\":19443.27,\"8156\":6660.0,\"8157\":837.8,\"8158\":9713.7,\"8159\":5846.0,\"8160\":1371.3,\"8161\":1516.62,\"8162\":4325.4,\"8163\":4830.0,\"8164\":433.43,\"8165\":1436.42,\"8166\":333.73,\"8167\":2061.0,\"8168\":292.94,\"8169\":17303.11,\"8170\":2038.97,\"8171\":5405.78,\"8172\":54.0,\"8173\":175.45,\"8174\":470.8,\"8175\":775.5,\"8176\":null,\"8177\":298.32,\"8178\":189.6,\"8179\":896.94,\"8180\":3088.76,\"8181\":null,\"8182\":4740.2,\"8183\":2000.0,\"8184\":5777.5,\"8185\":3815.7,\"8186\":38805.76,\"8187\":8115.67,\"8188\":0.24,\"8189\":5199.65,\"8190\":1398.01,\"8191\":5420.83,\"8192\":600.51,\"8193\":5975.18,\"8194\":null,\"8195\":10507.52,\"8196\":50.38,\"8197\":3021.04,\"8198\":3051.07,\"8199\":3265.5,\"8200\":2110.12,\"8201\":93.04,\"8202\":92.8,\"8203\":528.09,\"8204\":5078.66,\"8205\":0.8,\"8206\":45.76,\"8207\":1872.51,\"8208\":2286.3,\"8209\":3823.2,\"8210\":3455.06,\"8211\":18.83,\"8212\":null,\"8213\":null,\"8214\":4448.17,\"8215\":7504.2,\"8216\":14738.4,\"8217\":19941.66,\"8218\":19937.7,\"8219\":313.8,\"8220\":48399.64,\"8221\":13211.02,\"8222\":10036.18,\"8223\":0.45,\"8224\":0.14,\"8225\":2668.8,\"8226\":null,\"8227\":8.25,\"8228\":3070.5,\"8229\":3.76,\"8230\":0.15,\"8231\":2679.97,\"8232\":11702.91,\"8233\":23369.54,\"8234\":1590.55,\"8235\":446.43,\"8236\":69344.79,\"8237\":4898.95,\"8238\":5320.0,\"8239\":5853.6,\"8240\":1702.92,\"8241\":5444.76,\"8242\":5748.75,\"8243\":9405.45,\"8244\":1953.0,\"8245\":2354.1,\"8246\":149.16,\"8247\":231.6,\"8248\":230.16,\"8249\":204.36,\"8250\":397.5,\"8251\":238.71,\"8252\":225.23,\"8253\":583.27,\"8254\":266.52,\"8255\":772.33,\"8256\":746.46,\"8257\":2971.2,\"8258\":492.6,\"8259\":12.0,\"8260\":5093.17,\"8261\":5060.43,\"8262\":4746.6,\"8263\":null,\"8264\":4900.0,\"8265\":397.38,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":4194.6,\"8270\":7720.8,\"8271\":4699.52,\"8272\":768.42,\"8273\":4858.65,\"8274\":0.87,\"8275\":null,\"8276\":498.24,\"8277\":507.1,\"8278\":531.08,\"8279\":5223.3,\"8280\":4900.0,\"8281\":711.15,\"8282\":777.72,\"8283\":234.38,\"8284\":10.3,\"8285\":6.0,\"8286\":4274.18,\"8287\":2179.67,\"8288\":4174.2,\"8289\":4999.7,\"8290\":5072.27,\"8291\":2319.0,\"8292\":3590.4,\"8293\":217.29,\"8294\":219.49,\"8295\":2820.95,\"8296\":444.96,\"8297\":1933.8,\"8298\":31.92,\"8299\":243.65,\"8300\":553.38,\"8301\":1715.34,\"8302\":806.72,\"8303\":null,\"8304\":3245.0,\"8305\":2494.8,\"8306\":7184.4,\"8307\":349714.6,\"8308\":5871.6,\"8309\":4929.09,\"8310\":711.92,\"8311\":13.2,\"8312\":10.0,\"8313\":431.27,\"8314\":12408.0,\"8315\":15525.13,\"8316\":165.0,\"8317\":2130.32,\"8318\":1718.31,\"8319\":742.72,\"8320\":1440.0,\"8321\":808.0,\"8322\":17292.0,\"8323\":159337.2,\"8324\":493208.67,\"8325\":12288.0,\"8326\":465.3,\"8327\":16008.08,\"8328\":34651.63,\"8329\":6688.0,\"8330\":385.83,\"8331\":3703.04,\"8332\":900.79,\"8333\":14403.94,\"8334\":504.02,\"8335\":null,\"8336\":43219.09,\"8337\":28572.39,\"8338\":9197.0,\"8339\":6669.03,\"8340\":938.8,\"8341\":230253.41,\"8342\":124099.04,\"8343\":7935.4,\"8344\":510600.0,\"8345\":null,\"8346\":37454.37,\"8347\":35674.43,\"8348\":395846.03,\"8349\":18135.7,\"8350\":18662.6,\"8351\":6944.23,\"8352\":13071.19,\"8353\":13906.81,\"8354\":123781.83,\"8355\":1360.4,\"8356\":1405.48,\"8357\":469.83,\"8358\":16596.09,\"8359\":2634.88,\"8360\":592.15,\"8361\":415.11,\"8362\":29062.24,\"8363\":90475.48,\"8364\":2448.34,\"8365\":1967.4,\"8366\":null,\"8367\":860.39,\"8368\":1140614.8200000001,\"8369\":563073.02,\"8370\":228.0,\"8371\":6153.4,\"8372\":8368.64,\"8373\":828.19,\"8374\":205100.0,\"8375\":572.84,\"8376\":13752.0,\"8377\":35428.56,\"8378\":69405.8,\"8379\":127286.83,\"8380\":null,\"8381\":623600.52,\"8382\":null,\"8383\":7652.17,\"8384\":null,\"8385\":684.61,\"8386\":1247.7,\"8387\":148110.01,\"8388\":2220.61,\"8389\":521.57,\"8390\":1057.5,\"8391\":917.0,\"8392\":5240.4,\"8393\":410.4,\"8394\":1605.19,\"8395\":19492.96,\"8396\":4354.65,\"8397\":19970.58,\"8398\":3196.8,\"8399\":384.71,\"8400\":null,\"8401\":264.0,\"8402\":330.66,\"8403\":29478.56,\"8404\":50103.07,\"8405\":1185.84,\"8406\":1210761.5900000001,\"8407\":138161.06,\"8408\":120152.88,\"8409\":1422.66,\"8410\":681.34,\"8411\":1330.04,\"8412\":null,\"8413\":19401.97,\"8414\":351662.84,\"8415\":null,\"8416\":122956.66,\"8417\":98513.59,\"8418\":73380.72,\"8419\":null,\"8420\":796.32,\"8421\":null,\"8422\":26224.09,\"8423\":5487.37,\"8424\":5772.94,\"8425\":81842.39,\"8426\":165501.0,\"8427\":null,\"8428\":22418.25,\"8429\":44928.22,\"8430\":47680.43,\"8431\":623.07,\"8432\":75555.72,\"8433\":1185.8,\"8434\":8432.6,\"8435\":520.77,\"8436\":18323.47,\"8437\":31182.69,\"8438\":43419.74,\"8439\":19305.21,\"8440\":653.46,\"8441\":8852.4,\"8442\":null,\"8443\":null,\"8444\":6764.51,\"8445\":320.43,\"8446\":null,\"8447\":8880.0,\"8448\":6348.12,\"8449\":1701.36,\"8450\":null,\"8451\":144.28,\"8452\":null,\"8453\":10266.0,\"8454\":13092.0,\"8455\":2182.4,\"8456\":12311.54,\"8457\":16967.53,\"8458\":10235.16,\"8459\":10225.18,\"8460\":1854.45,\"8461\":14075.5,\"8462\":13754.0,\"8463\":null,\"8464\":7029.02,\"8465\":19591.66,\"8466\":19532.96,\"8467\":19428.38,\"8468\":6814.8,\"8469\":619.7,\"8470\":10498.1,\"8471\":1828.0,\"8472\":1461.3,\"8473\":3332.7,\"8474\":3777.8,\"8475\":6591.0,\"8476\":433.43,\"8477\":2168.89,\"8478\":331.2,\"8479\":2107.0,\"8480\":955.02,\"8481\":16591.71,\"8482\":1060.2,\"8483\":10220.36,\"8484\":1083.0,\"8485\":null,\"8486\":928.4,\"8487\":681.12,\"8488\":null,\"8489\":305.8,\"8490\":84.9,\"8491\":940.72,\"8492\":2149.01,\"8493\":4401.61,\"8494\":2000.0,\"8495\":5528.9,\"8496\":5709.06,\"8497\":31983.0,\"8498\":2446.0,\"8499\":160.57,\"8500\":4338.78,\"8501\":6384.96,\"8502\":8294.96,\"8503\":2656.12,\"8504\":9159.29,\"8505\":54485.49,\"8506\":6627.14,\"8507\":103.84,\"8508\":5138.68,\"8509\":5505.93,\"8510\":5014.5,\"8511\":6109.06,\"8512\":282.24,\"8513\":347.2,\"8514\":null,\"8515\":2090.93,\"8516\":1.48,\"8517\":10.14,\"8518\":606.42,\"8519\":3152.91,\"8520\":2361.6,\"8521\":5465.13,\"8522\":null,\"8523\":4967.57,\"8524\":4466.72,\"8525\":2081.73,\"8526\":4989.6,\"8527\":11246.4,\"8528\":19941.63,\"8529\":19938.53,\"8530\":5.4,\"8531\":57329.52,\"8532\":3400.71,\"8533\":3529.15,\"8534\":0.59,\"8535\":0.3,\"8536\":5469.6,\"8537\":null,\"8538\":9.57,\"8539\":5603.72,\"8540\":386.06,\"8541\":null,\"8542\":8031.75,\"8543\":8711.76,\"8544\":54211.88,\"8545\":1294.15,\"8546\":547.86,\"8547\":57678.21,\"8548\":3565.45,\"8549\":8480.0,\"8550\":3941.4,\"8551\":5869.14,\"8552\":3306.6,\"8553\":3348.45,\"8554\":2904.08,\"8555\":1691.4,\"8556\":2019.0,\"8557\":213.14,\"8558\":5474.7,\"8559\":267.12,\"8560\":165.6,\"8561\":103.08,\"8562\":253.5,\"8563\":164.58,\"8564\":396.55,\"8565\":295.62,\"8566\":342.84,\"8567\":822.66,\"8568\":768.37,\"8569\":5652.0,\"8570\":204.48,\"8571\":121.2,\"8572\":6602.46,\"8573\":6272.78,\"8574\":5475.6,\"8575\":5.38,\"8576\":4900.0,\"8577\":248.85,\"8578\":1.2,\"8579\":null,\"8580\":4524.3,\"8581\":3571.2,\"8582\":1788.24,\"8583\":792.54,\"8584\":557.1,\"8585\":7.79,\"8586\":null,\"8587\":195.36,\"8588\":418.0,\"8589\":810.92,\"8590\":5884.55,\"8591\":4900.0,\"8592\":647.39,\"8593\":819.49,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":2834.36,\"8598\":2136.37,\"8599\":2326.8,\"8600\":7026.8,\"8601\":5883.52,\"8602\":2813.4,\"8603\":2962.2,\"8604\":185.48,\"8605\":186.78,\"8606\":3748.43,\"8607\":641.51,\"8608\":5425.2,\"8609\":null,\"8610\":18.55,\"8611\":403.84,\"8612\":329.82,\"8613\":4396.68,\"8614\":837.54,\"8615\":null,\"8616\":3868.33,\"8617\":2494.8,\"8618\":4256.4,\"8619\":408432.36,\"8620\":5378.4,\"8621\":4591.48,\"8622\":712.58,\"8623\":null,\"8624\":null,\"8625\":431.32,\"8626\":11715.0,\"8627\":17980.29,\"8628\":198.0,\"8629\":2163.81,\"8630\":1772.43,\"8631\":null,\"8632\":2228.4,\"8633\":806.0,\"8634\":16112.0,\"8635\":60623.49,\"8636\":504666.57,\"8637\":13840.0,\"8638\":800.91,\"8639\":11133.84,\"8640\":35739.88,\"8641\":6684.33,\"8642\":867.68,\"8643\":3704.0,\"8644\":920.52,\"8645\":17005.85,\"8646\":450.78,\"8647\":17259.32,\"8648\":26135.31,\"8649\":28098.4,\"8650\":7190.0,\"8651\":6704.71,\"8652\":942.77,\"8653\":249666.5,\"8654\":157679.49,\"8655\":8359.16,\"8656\":346430.0,\"8657\":null,\"8658\":40736.31,\"8659\":20033.43,\"8660\":395832.07,\"8661\":15773.88,\"8662\":18647.2,\"8663\":0.47,\"8664\":12862.09,\"8665\":17084.78,\"8666\":170273.4,\"8667\":1245.1,\"8668\":1424.46,\"8669\":484.08,\"8670\":16634.54,\"8671\":2279.76,\"8672\":726.61,\"8673\":400.02,\"8674\":35860.97,\"8675\":null,\"8676\":4093.69,\"8677\":2197.8,\"8678\":14669.6,\"8679\":853.99,\"8680\":1106139.29,\"8681\":598376.9,\"8682\":576.0,\"8683\":9715.2,\"8684\":6290.18,\"8685\":825.77,\"8686\":205130.0,\"8687\":613.22,\"8688\":180.0,\"8689\":35267.7,\"8690\":69428.94,\"8691\":165253.73,\"8692\":404478.0,\"8693\":569508.89,\"8694\":null,\"8695\":null,\"8696\":7652.17,\"8697\":530.11,\"8698\":689.47,\"8699\":1741.2,\"8700\":81320.31,\"8701\":2218.88,\"8702\":533.31,\"8703\":966.6,\"8704\":1124.59,\"8705\":3997.2,\"8706\":411.0,\"8707\":1794.74,\"8708\":14976.98,\"8709\":4365.0,\"8710\":879.72,\"8711\":6009.6,\"8712\":372.83,\"8713\":1937.4,\"8714\":260.7,\"8715\":279.7,\"8716\":29624.26,\"8717\":45046.05,\"8718\":1292.91,\"8719\":null,\"8720\":136560.54,\"8721\":574583.59,\"8722\":1612.68,\"8723\":782.32,\"8724\":1211.19,\"8725\":952.2,\"8726\":375906.07,\"8727\":66691.62,\"8728\":123035.82,\"8729\":142860.53,\"8730\":72426.51,\"8731\":2064.0,\"8732\":794.36,\"8733\":null,\"8734\":35633.74,\"8735\":8623.42,\"8736\":9844.26,\"8737\":155176.75,\"8738\":162204.3,\"8739\":null,\"8740\":null,\"8741\":22416.55,\"8742\":44242.8,\"8743\":47758.78,\"8744\":686.34,\"8745\":75575.03,\"8746\":1089.96,\"8747\":9105.8,\"8748\":2795.19,\"8749\":30009.49,\"8750\":58208.33,\"8751\":null,\"8752\":19313.68,\"8753\":653.73,\"8754\":9428.4,\"8755\":52.8,\"8756\":null,\"8757\":6741.74,\"8758\":338.65,\"8759\":0.16,\"8760\":7680.0,\"8761\":9553.54,\"8762\":1680.96,\"8763\":1742.4,\"8764\":271.52,\"8765\":null,\"8766\":10308.0,\"8767\":19455.0,\"8768\":3876.4,\"8769\":19767.87,\"8770\":17509.02,\"8771\":10043.87,\"8772\":10019.95,\"8773\":908.31,\"8774\":13065.8,\"8775\":12770.2,\"8776\":null,\"8777\":19763.78,\"8778\":19650.41,\"8779\":19622.83,\"8780\":4129.2,\"8781\":710.3,\"8782\":null,\"8783\":5056.0,\"8784\":1318.2,\"8785\":4002.0,\"8786\":7073.4,\"8787\":6829.0,\"8788\":433.43,\"8789\":2184.48,\"8790\":328.44,\"8791\":2012.0,\"8792\":511.23,\"8793\":14837.51,\"8794\":1123.74,\"8795\":12053.17,\"8796\":1242.0,\"8797\":324.59,\"8798\":294.8,\"8799\":757.68,\"8800\":null,\"8801\":876.92,\"8802\":379.8,\"8803\":651.75,\"8804\":431.71,\"8805\":3521.29,\"8806\":2000.0,\"8807\":5276.8,\"8808\":1520.76,\"8809\":20284.62,\"8810\":6397.31,\"8811\":null,\"8812\":4143.65,\"8813\":7113.6,\"8814\":10909.51,\"8815\":null,\"8816\":12227.65,\"8817\":null,\"8818\":3337.43,\"8819\":null,\"8820\":2272.94,\"8821\":2324.44,\"8822\":1620.0,\"8823\":303.03,\"8824\":103.48,\"8825\":101.2,\"8826\":null,\"8827\":1562.31,\"8828\":0.62,\"8829\":8.18,\"8830\":814.38,\"8831\":null,\"8832\":1569.6,\"8833\":2524.14,\"8834\":64.78,\"8835\":3225.55,\"8836\":2841.57,\"8837\":1322.07,\"8838\":5306.4,\"8839\":10965.6,\"8840\":19976.23,\"8841\":19971.36,\"8842\":64.2,\"8843\":62547.66,\"8844\":2265.91,\"8845\":2273.14,\"8846\":0.79,\"8847\":0.26,\"8848\":3811.2,\"8849\":475.05,\"8850\":27.39,\"8851\":6277.62,\"8852\":12.6,\"8853\":1.65,\"8854\":11306.04,\"8855\":5530.22,\"8856\":42888.85,\"8857\":1297.07,\"8858\":893.55,\"8859\":76983.23,\"8860\":2825.9,\"8861\":10000.0,\"8862\":4033.8,\"8863\":4852.08,\"8864\":4867.65,\"8865\":5132.25,\"8866\":3695.63,\"8867\":1601.7,\"8868\":1805.1,\"8869\":143.79,\"8870\":null,\"8871\":63.48,\"8872\":56.04,\"8873\":185.76,\"8874\":142.47,\"8875\":350.52,\"8876\":293.48,\"8877\":198.12,\"8878\":862.82,\"8879\":1020.97,\"8880\":2049.6,\"8881\":147.48,\"8882\":39.6,\"8883\":5909.36,\"8884\":5789.83,\"8885\":4804.2,\"8886\":null,\"8887\":4900.0,\"8888\":179.28,\"8889\":129.0,\"8890\":null,\"8891\":null,\"8892\":1953.9,\"8893\":4350.0,\"8894\":754.26,\"8895\":850.72,\"8896\":1641.6,\"8897\":6.82,\"8898\":154.64,\"8899\":141.48,\"8900\":244.2,\"8901\":431.64,\"8902\":3812.25,\"8903\":4900.0,\"8904\":792.35,\"8905\":825.71,\"8906\":396.14,\"8907\":539.75,\"8908\":519.0,\"8909\":2465.7,\"8910\":1840.86,\"8911\":1366.2,\"8912\":5965.74,\"8913\":6175.69,\"8914\":1123.5,\"8915\":932.4,\"8916\":195.25,\"8917\":196.55,\"8918\":4181.4,\"8919\":631.12,\"8920\":8530.5,\"8921\":296.01,\"8922\":17.1,\"8923\":342.62,\"8924\":199.06,\"8925\":5548.98,\"8926\":874.23,\"8927\":null,\"8928\":3868.33,\"8929\":2699.4,\"8930\":7225.2,\"8931\":20415.0,\"8932\":4705.2,\"8933\":5719.29,\"8934\":710.05,\"8935\":null,\"8936\":null,\"8937\":415.29,\"8938\":11429.0,\"8939\":null,\"8940\":184.8,\"8941\":2163.32,\"8942\":1814.67,\"8943\":767.7,\"8944\":4872.6,\"8945\":808.0,\"8946\":17164.0,\"8947\":60586.37,\"8948\":498884.75,\"8949\":13752.0,\"8950\":null,\"8951\":18083.98,\"8952\":30115.91,\"8953\":8224.33,\"8954\":null,\"8955\":3703.68,\"8956\":827.31,\"8957\":16385.53,\"8958\":484.88,\"8959\":null,\"8960\":27356.87,\"8961\":26130.88,\"8962\":7278.0,\"8963\":5215.12,\"8964\":942.77,\"8965\":173494.57,\"8966\":null,\"8967\":6336.66,\"8968\":92590.0,\"8969\":null,\"8970\":46978.94,\"8971\":17839.78,\"8972\":395715.69,\"8973\":15115.54,\"8974\":15122.8,\"8975\":565.14,\"8976\":13897.58,\"8977\":19761.41,\"8978\":73652.25,\"8979\":1710.23,\"8980\":1854.67,\"8981\":475.83,\"8982\":null,\"8983\":31406.75,\"8984\":2565.65,\"8985\":729.07,\"8986\":447.27,\"8987\":36420.63,\"8988\":1064.83,\"8989\":2120.4,\"8990\":3810.4,\"8991\":847.39,\"8992\":1135144.54,\"8993\":600295.77,\"8994\":468.0,\"8995\":6901.4,\"8996\":7598.99,\"8997\":824.23,\"8998\":176620.0,\"8999\":531.0,\"9000\":12240.0,\"9001\":40244.85,\"9002\":45119.43,\"9003\":50939.85,\"9004\":null,\"9005\":400982.0,\"9006\":null,\"9007\":39141.97,\"9008\":3673.04,\"9009\":633.6,\"9010\":681.84,\"9011\":3015.6,\"9012\":80902.07,\"9013\":2212.0,\"9014\":295.35,\"9015\":1154.16,\"9016\":1029.09,\"9017\":9794.4,\"9018\":411.24,\"9019\":null,\"9020\":14009.93,\"9021\":1652.4,\"9022\":17876.68,\"9023\":10828.8,\"9024\":372.17,\"9025\":2626.2,\"9026\":262.35,\"9027\":237.09,\"9028\":29603.74,\"9029\":49955.65,\"9030\":136.13,\"9031\":769893.03,\"9032\":92033.95,\"9033\":819791.13,\"9034\":1614.18,\"9035\":718.08,\"9036\":1151.69,\"9037\":1227.6,\"9038\":null,\"9039\":null,\"9040\":123790.0,\"9041\":73685.98,\"9042\":74047.53,\"9043\":null,\"9044\":794.64,\"9045\":null,\"9046\":40438.82,\"9047\":11088.33,\"9048\":11414.5,\"9049\":53274.17,\"9050\":68712.02,\"9051\":115253.15,\"9052\":19589.47,\"9053\":8215.54,\"9054\":null,\"9055\":44509.45,\"9056\":47801.91,\"9057\":643.41,\"9058\":75529.11,\"9059\":931.12,\"9060\":6677.0,\"9061\":1730.46,\"9062\":17071.78,\"9063\":31500.13,\"9064\":19290.21,\"9065\":652.74,\"9066\":10015.2,\"9067\":215.4,\"9068\":null,\"9069\":6386.16,\"9070\":9.37,\"9071\":18.79,\"9072\":6240.0,\"9073\":4936.36,\"9074\":1481.16,\"9075\":1797.4,\"9076\":149.16,\"9077\":9182.0,\"9078\":14220.0,\"9079\":5161.2,\"9080\":19792.65,\"9081\":15591.59,\"9082\":10230.47,\"9083\":10228.52,\"9084\":514.07,\"9085\":12762.6,\"9086\":12464.3,\"9087\":null,\"9088\":19743.36,\"9089\":19623.57,\"9090\":19607.94,\"9091\":1094.4,\"9092\":524.7,\"9093\":10203.7,\"9094\":7414.0,\"9095\":1336.3,\"9096\":779.7,\"9097\":7149.2,\"9098\":4711.0,\"9099\":433.43,\"9100\":2306.7,\"9101\":328.44,\"9102\":2632.0,\"9103\":348.45,\"9104\":12032.36,\"9105\":3894.03,\"9106\":15887.41,\"9107\":106.2,\"9108\":null,\"9109\":877.07,\"9110\":884.4,\"9111\":null,\"9112\":439.56,\"9113\":67.8,\"9114\":1075.58,\"9115\":3481.3,\"9116\":7930.42,\"9117\":3000.0,\"9118\":5531.5,\"9119\":3810.18,\"9120\":68452.3,\"9121\":1323.97,\"9122\":1755.46,\"9123\":3914.09,\"9124\":851.04,\"9125\":273.35,\"9126\":14397.04,\"9127\":1244.65,\"9128\":16280.2,\"9129\":67629.46,\"9130\":10652.43,\"9131\":482.46,\"9132\":2474.32,\"9133\":2489.78,\"9134\":4017.0,\"9135\":1456.3,\"9136\":129.64,\"9137\":null,\"9138\":null,\"9139\":3345.1,\"9140\":0.64,\"9141\":31.57,\"9142\":1204.75,\"9143\":2505.6,\"9144\":2781.9,\"9145\":817.77,\"9146\":8527.94,\"9147\":6845.78,\"9148\":3638.83,\"9149\":3708.0,\"9150\":8550.0,\"9151\":19911.39,\"9152\":19943.58,\"9153\":36.6,\"9154\":39431.92,\"9155\":11516.95,\"9156\":11381.77,\"9157\":0.59,\"9158\":0.2,\"9159\":8139.6,\"9160\":80.7,\"9161\":12.43,\"9162\":5336.46,\"9163\":1.2,\"9164\":null,\"9165\":5673.82,\"9166\":14649.54,\"9167\":22541.54,\"9168\":1190.81,\"9169\":295.32,\"9170\":68513.79,\"9171\":3509.1,\"9172\":7000.0,\"9173\":2873.4,\"9174\":1560.78,\"9175\":1663.43,\"9176\":1615.73,\"9177\":2546.78,\"9178\":4433.7,\"9179\":5389.2,\"9180\":111.14,\"9181\":239.51,\"9182\":306.24,\"9183\":198.36,\"9184\":296.19,\"9185\":250.8,\"9186\":536.85,\"9187\":614.57,\"9188\":212.64,\"9189\":623.35,\"9190\":607.08,\"9191\":4011.6,\"9192\":391.2,\"9193\":124.8,\"9194\":3204.2,\"9195\":3046.12,\"9196\":4327.2,\"9197\":4244.29,\"9198\":4900.0,\"9199\":321.51,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":3402.0,\"9204\":5443.2,\"9205\":2130.79,\"9206\":619.42,\"9207\":790.2,\"9208\":2.44,\"9209\":178.77,\"9210\":324.84,\"9211\":162.8,\"9212\":1881.88,\"9213\":5061.15,\"9214\":4900.0,\"9215\":607.37,\"9216\":604.97,\"9217\":166.54,\"9218\":12.72,\"9219\":12.0,\"9220\":2967.13,\"9221\":2242.5,\"9222\":1755.0,\"9223\":3285.19,\"9224\":3202.19,\"9225\":4710.0,\"9226\":4806.6,\"9227\":601.74,\"9228\":603.55,\"9229\":2025.73,\"9230\":509.0,\"9231\":3705.9,\"9232\":29.29,\"9233\":133.28,\"9234\":658.72,\"9235\":2192.82,\"9236\":643.31,\"9237\":null,\"9238\":3868.33,\"9239\":2508.0,\"9240\":7244.4,\"9241\":405914.12,\"9242\":6166.8,\"9243\":4932.13,\"9244\":709.83,\"9245\":29.48,\"9246\":30.0,\"9247\":430.16,\"9248\":11473.0,\"9249\":19579.01,\"9250\":217.8,\"9251\":2163.32,\"9252\":1760.55,\"9253\":795.69,\"9254\":809.0,\"9255\":16892.0,\"9256\":60576.91,\"9257\":495305.63,\"9258\":2256.0,\"9259\":919.71,\"9260\":8004.14,\"9261\":38666.48,\"9262\":8176.67,\"9263\":807.3,\"9264\":3704.0,\"9265\":866.48,\"9266\":23514.77,\"9267\":508.42,\"9268\":null,\"9269\":23418.84,\"9270\":29079.76,\"9271\":7016.0,\"9272\":4733.52,\"9273\":942.77,\"9274\":255000.0,\"9275\":5811.47,\"9276\":281730.0,\"9277\":21308.43,\"9278\":17727.28,\"9279\":395823.04,\"9280\":14257.06,\"9281\":16528.6,\"9282\":2.48,\"9283\":12951.18,\"9284\":11650.52,\"9285\":111548.38,\"9286\":1375.52,\"9287\":1401.29,\"9288\":469.83,\"9289\":116105.0,\"9290\":13448.73,\"9291\":2404.31,\"9292\":728.78,\"9293\":444.94,\"9294\":52735.53,\"9295\":90527.08,\"9296\":3940.65,\"9297\":2759.4,\"9298\":null,\"9299\":902.72,\"9300\":1144478.6200000001,\"9301\":599886.55,\"9302\":306.0,\"9303\":6883.8,\"9304\":7599.15,\"9305\":824.23,\"9306\":193270.0,\"9307\":580.88,\"9308\":13824.0,\"9309\":39850.69,\"9310\":63781.94,\"9311\":165636.29,\"9312\":null,\"9313\":null,\"9314\":565678.79,\"9315\":null,\"9316\":null,\"9317\":3826.09,\"9318\":558.89,\"9319\":685.73,\"9320\":2701.05,\"9321\":80948.99,\"9322\":2218.88,\"9323\":528.03,\"9324\":null,\"9325\":684.33,\"9326\":8782.8,\"9327\":411.24,\"9328\":2025.42,\"9329\":19411.17,\"9330\":4357.35,\"9331\":19840.53,\"9332\":6825.6,\"9333\":368.08,\"9334\":2659.8,\"9335\":null,\"9336\":260.55,\"9337\":29457.11,\"9338\":49956.12,\"9339\":null,\"9340\":17185.95,\"9341\":137823.66,\"9342\":819908.3,\"9343\":1598.7,\"9344\":760.54,\"9345\":1140.06,\"9346\":1530.0,\"9347\":178761.44,\"9348\":null,\"9349\":150081.94,\"9350\":143589.87,\"9351\":72337.34,\"9352\":2057.0,\"9353\":792.4,\"9354\":null,\"9355\":30750.89,\"9356\":14975.13,\"9357\":14845.63,\"9358\":54565.58,\"9359\":157628.62,\"9360\":161153.5,\"9361\":3849.26,\"9362\":8270.18,\"9363\":44061.26,\"9364\":47450.66,\"9365\":661.44,\"9366\":76628.77,\"9367\":1106.66,\"9368\":9512.8,\"9369\":2742.96,\"9370\":29974.84,\"9371\":null,\"9372\":57848.32,\"9373\":19301.5,\"9374\":651.96,\"9375\":5942.95,\"9376\":null,\"9377\":null,\"9378\":6767.15,\"9379\":32.34,\"9380\":23.92,\"9381\":7120.0,\"9382\":9521.86,\"9383\":1604.04,\"9384\":1716.88,\"9385\":246.58,\"9386\":9102.0,\"9387\":17596.0,\"9388\":4437.4,\"9389\":19214.36,\"9390\":15088.46,\"9391\":10228.15,\"9392\":10228.89,\"9393\":456.57,\"9394\":12769.5,\"9395\":12494.8,\"9396\":null,\"9397\":19720.27,\"9398\":19638.01,\"9399\":19589.72,\"9400\":632.6,\"9401\":13915.2,\"9402\":4420.0,\"9403\":null,\"9404\":1547.0,\"9405\":1897.5,\"9406\":7172.0,\"9407\":5421.0,\"9408\":433.43,\"9409\":1907.04,\"9410\":327.29,\"9411\":2583.0,\"9412\":1285.44,\"9413\":15646.58,\"9414\":2583.95,\"9415\":17431.87,\"9416\":492.6,\"9417\":null,\"9418\":1126.4,\"9419\":755.04,\"9420\":4.23,\"9421\":680.68,\"9422\":333.9,\"9423\":617.54,\"9424\":1931.51,\"9425\":11564.57,\"9426\":3000.0,\"9427\":5286.0,\"9428\":2909.04,\"9429\":6699.91,\"9430\":4913.31,\"9431\":1582.69,\"9432\":4149.39,\"9433\":2964.96,\"9434\":17331.3,\"9435\":177.04,\"9436\":18784.46,\"9437\":null,\"9438\":3209.77,\"9439\":68.86,\"9440\":4783.01,\"9441\":4859.0,\"9442\":4219.5,\"9443\":236.25,\"9444\":313.08,\"9445\":14.8,\"9446\":55.35,\"9447\":5354.25,\"9448\":1.09,\"9449\":48.66,\"9450\":1119.77,\"9451\":2332.8,\"9452\":5180.16,\"9453\":644.67,\"9454\":10755.51,\"9455\":8349.04,\"9456\":4269.29,\"9457\":3535.2,\"9458\":10731.6,\"9459\":17103.14,\"9460\":16723.39,\"9461\":638.4,\"9462\":70620.74,\"9463\":6046.9,\"9464\":8010.81,\"9465\":1.14,\"9466\":0.54,\"9467\":6380.4,\"9468\":null,\"9469\":67.21,\"9470\":5197.08,\"9471\":8.41,\"9472\":null,\"9473\":12485.8,\"9474\":15011.8,\"9475\":36269.25,\"9476\":1366.37,\"9477\":443.67,\"9478\":35236.49,\"9479\":2023.35,\"9480\":6600.0,\"9481\":2870.4,\"9482\":6272.1,\"9483\":5325.29,\"9484\":5766.29,\"9485\":9931.28,\"9486\":3403.5,\"9487\":4169.7,\"9488\":183.66,\"9489\":227.4,\"9490\":137.4,\"9491\":189.48,\"9492\":358.71,\"9493\":248.97,\"9494\":545.96,\"9495\":136.37,\"9496\":360.24,\"9497\":890.9,\"9498\":854.82,\"9499\":3691.2,\"9500\":279.6,\"9501\":422.4,\"9502\":10511.31,\"9503\":10417.64,\"9504\":4338.0,\"9505\":null,\"9506\":4900.0,\"9507\":420.42,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":2385.3,\"9512\":7746.0,\"9513\":3409.55,\"9514\":647.51,\"9515\":5824.35,\"9516\":3.43,\"9517\":516.48,\"9518\":211.2,\"9519\":417.5,\"9520\":757.85,\"9521\":4900.0,\"9522\":764.13,\"9523\":853.91,\"9524\":382.83,\"9525\":122.58,\"9526\":168.0,\"9527\":4168.4,\"9528\":1993.09,\"9529\":3394.2,\"9530\":10641.65,\"9531\":10632.06,\"9532\":4784.7,\"9533\":6177.0,\"9534\":630.1,\"9535\":626.16,\"9536\":4308.48,\"9537\":608.9,\"9538\":6695.7,\"9539\":null,\"9540\":23.54,\"9541\":255.42,\"9542\":174.11,\"9543\":1727.76,\"9544\":914.48,\"9545\":16.17,\"9546\":3850.0,\"9547\":2488.2,\"9548\":7245.6,\"9549\":334230.3,\"9550\":10490.4,\"9551\":6914.27,\"9552\":710.93,\"9553\":null,\"9554\":10.0,\"9555\":427.56,\"9556\":5049.0,\"9557\":18543.16,\"9558\":198.0,\"9559\":2174.04,\"9560\":1727.22,\"9561\":797.13,\"9562\":808.0,\"9563\":10100.0,\"9564\":60126.45,\"9565\":493508.18,\"9566\":null,\"9567\":8993.23,\"9568\":45472.13,\"9569\":8085.0,\"9570\":788.61,\"9571\":3703.68,\"9572\":862.17,\"9573\":27009.36,\"9574\":647.02,\"9575\":null,\"9576\":29693.36,\"9577\":29392.48,\"9578\":16197.0,\"9579\":5004.17,\"9580\":942.77,\"9581\":255000.0,\"9582\":6257.99,\"9583\":null,\"9584\":87918.35,\"9585\":20100.23,\"9586\":396764.58,\"9587\":15088.7,\"9588\":15239.4,\"9589\":null,\"9590\":15916.89,\"9591\":8100.56,\"9592\":null,\"9593\":2053.65,\"9594\":1347.1,\"9595\":482.71,\"9596\":160765.0,\"9597\":20522.04,\"9598\":2433.86,\"9599\":394.8,\"9600\":436.04,\"9601\":64051.65,\"9602\":null,\"9603\":687.49,\"9604\":2401.2,\"9605\":null,\"9606\":820.38,\"9607\":1175183.1200000001,\"9608\":147045.13,\"9609\":690.0,\"9610\":6910.2,\"9611\":5850.75,\"9612\":824.54,\"9613\":185550.0,\"9614\":528.6,\"9615\":12168.0,\"9616\":36085.93,\"9617\":35436.03,\"9618\":null,\"9619\":null,\"9620\":594569.79,\"9621\":null,\"9622\":3673.04,\"9623\":654.19,\"9624\":661.68,\"9625\":3566.55,\"9626\":80936.17,\"9627\":2215.44,\"9628\":548.46,\"9629\":null,\"9630\":678.99,\"9631\":4057.2,\"9632\":411.12,\"9633\":null,\"9634\":null,\"9635\":19594.83,\"9636\":4359.6,\"9637\":19748.4,\"9638\":52.8,\"9639\":363.4,\"9640\":2670.6,\"9641\":201.3,\"9642\":361.83,\"9643\":29574.38,\"9644\":48537.02,\"9645\":1324.93,\"9646\":991288.88,\"9647\":135976.37,\"9648\":819605.16,\"9649\":1365.0,\"9650\":770.66,\"9651\":1061.44,\"9652\":1332.0,\"9653\":null,\"9654\":null,\"9655\":123866.2,\"9656\":72322.28,\"9657\":72825.65,\"9658\":null,\"9659\":797.44,\"9660\":31862.47,\"9661\":16460.23,\"9662\":16225.43,\"9663\":54775.05,\"9664\":80485.81,\"9665\":168022.55,\"9666\":null,\"9667\":null,\"9668\":44927.89,\"9669\":47605.99,\"9670\":621.66,\"9671\":76485.64,\"9672\":988.23,\"9673\":7805.6,\"9674\":2468.74,\"9675\":17901.15,\"9676\":null,\"9677\":19302.7,\"9678\":651.9,\"9679\":13672.8,\"9680\":null,\"9681\":null,\"9682\":6770.78,\"9683\":332.38,\"9684\":181.72,\"9685\":5760.0,\"9686\":9579.27,\"9687\":666.48,\"9688\":1661.44,\"9689\":166.85,\"9690\":9155.0,\"9691\":13046.0,\"9692\":3273.6,\"9693\":14773.88,\"9694\":20261.33,\"9695\":10223.09,\"9696\":10229.91,\"9697\":2309.27,\"9698\":12360.9,\"9699\":12070.3,\"9700\":1456.8,\"9701\":19712.13,\"9702\":19643.42,\"9703\":19472.13,\"9704\":782.8,\"9705\":11741.6,\"9706\":10050.0,\"9707\":1727.73,\"9708\":1759.7,\"9709\":3977.16,\"9710\":6854.7,\"9711\":6305.0,\"9712\":433.43,\"9713\":1605.06,\"9714\":323.38,\"9715\":2917.0,\"9716\":1352.4,\"9717\":19320.33,\"9718\":4898.85,\"9719\":12042.06,\"9720\":870.6,\"9721\":224.84,\"9722\":346.13,\"9723\":720.72,\"9724\":539.88,\"9725\":1136.08,\"9726\":3063.84,\"9727\":4883.15,\"9728\":3000.0,\"9729\":5178.1,\"9730\":5304.72,\"9731\":95462.19,\"9732\":8407.29,\"9733\":1473.7,\"9734\":3833.74,\"9735\":6992.64,\"9736\":13347.43,\"9737\":7672.96,\"9738\":14022.02,\"9739\":null,\"9740\":6357.22,\"9741\":558.8,\"9742\":4630.93,\"9743\":4687.28,\"9744\":6987.0,\"9745\":8993.45,\"9746\":104.56,\"9747\":56.8,\"9748\":1.35,\"9749\":4044.81,\"9750\":1.76,\"9751\":22.44,\"9752\":1331.33,\"9753\":4806.0,\"9754\":5312.67,\"9755\":1765.68,\"9756\":13060.17,\"9757\":8385.27,\"9758\":5182.44,\"9759\":5266.8,\"9760\":10987.2,\"9761\":19968.64,\"9762\":19965.6,\"9763\":735.6,\"9764\":74055.89,\"9765\":9825.24,\"9766\":10521.32,\"9767\":0.89,\"9768\":0.3,\"9769\":5176.8,\"9770\":2552.85,\"9771\":214.5,\"9772\":7036.62,\"9773\":364.14,\"9774\":null,\"9775\":32716.07,\"9776\":18382.1,\"9777\":54918.11,\"9778\":1296.46,\"9779\":1204.05,\"9780\":54527.7,\"9781\":null,\"9782\":10440.0,\"9783\":4004.4,\"9784\":5635.92,\"9785\":5423.4,\"9786\":5493.38,\"9787\":9820.8,\"9788\":2441.4,\"9789\":3241.5,\"9790\":221.14,\"9791\":null,\"9792\":403.44,\"9793\":233.88,\"9794\":96.0,\"9795\":378.78,\"9796\":350.04,\"9797\":159.97,\"9798\":255.09,\"9799\":324.96,\"9800\":781.25,\"9801\":745.0,\"9802\":5968.8,\"9803\":425.88,\"9804\":342.0,\"9805\":9700.38,\"9806\":9641.8,\"9807\":3699.0,\"9808\":null,\"9809\":4900.0,\"9810\":428.16,\"9811\":530.4,\"9812\":577.88,\"9813\":null,\"9814\":null,\"9815\":8467.2,\"9816\":1687.68,\"9817\":589.58,\"9818\":2293.65,\"9819\":2.55,\"9820\":null,\"9821\":372.72,\"9822\":229.9,\"9823\":1337.16,\"9824\":4302.15,\"9825\":4900.0,\"9826\":858.21,\"9827\":756.11,\"9828\":555.25,\"9829\":958.89,\"9830\":51.0,\"9831\":3319.8,\"9832\":9986.76,\"9833\":9870.11,\"9834\":4892.4,\"9835\":5907.3,\"9836\":209.68,\"9837\":207.86,\"9838\":3301.08,\"9839\":542.9,\"9840\":7982.7,\"9841\":15.64,\"9842\":552.48,\"9843\":287.15,\"9844\":6559.14,\"9845\":845.94,\"9846\":null,\"9847\":3853.67,\"9848\":2488.2,\"9849\":7250.4,\"9850\":249778.38,\"9851\":10494.0,\"9852\":6310.78,\"9853\":711.15,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11517.0,\"9858\":null,\"9859\":204.6,\"9860\":770.22,\"9861\":1758.24,\"9862\":747.76,\"9863\":808.0,\"9864\":180561.08,\"9865\":null,\"9866\":9989.45,\"9867\":45398.24,\"9868\":8085.0,\"9869\":814.2,\"9870\":3703.68,\"9871\":975.62,\"9872\":19118.13,\"9873\":541.42,\"9874\":null,\"9875\":57275.75,\"9876\":30065.8,\"9877\":10430.0,\"9878\":4773.42,\"9879\":942.77,\"9880\":null,\"9881\":5828.68,\"9882\":null,\"9883\":283670.0,\"9884\":144107.46,\"9885\":15870.84,\"9886\":397972.56,\"9887\":14224.61,\"9888\":16174.4,\"9889\":null,\"9890\":13850.05,\"9891\":79225.3,\"9892\":1465.35,\"9893\":1377.04,\"9894\":472.33,\"9895\":174130.0,\"9896\":18042.17,\"9897\":2481.82,\"9898\":727.3,\"9899\":465.32,\"9900\":14177.6,\"9901\":4203.68,\"9902\":2428.8,\"9903\":12782.0,\"9904\":865.65,\"9905\":1171503.95,\"9906\":219102.32,\"9907\":6806.8,\"9908\":6625.49,\"9909\":827.31,\"9910\":178180.0,\"9911\":573.35,\"9912\":11916.0,\"9913\":64436.43,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":4591.3,\"9921\":579.35,\"9922\":682.09,\"9923\":3536.85,\"9924\":80986.3,\"9925\":2215.44,\"9926\":429.1,\"9927\":1068.66,\"9928\":1180.38,\"9929\":10044.0,\"9930\":411.36,\"9931\":2052.34,\"9932\":19567.56,\"9933\":null,\"9934\":18874.68,\"9935\":366.5,\"9936\":165.23,\"9937\":250.8,\"9938\":327.54,\"9939\":29878.38,\"9940\":46037.6,\"9941\":1294.0,\"9942\":176891.02,\"9943\":102896.75,\"9944\":816897.0,\"9945\":1600.26,\"9946\":771.1,\"9947\":1093.33,\"9948\":1056.6,\"9949\":null,\"9950\":null,\"9951\":124234.8,\"9952\":72194.08,\"9953\":73654.71,\"9954\":null,\"9955\":802.9,\"9956\":57058.11,\"9957\":12146.99,\"9958\":11993.82,\"9959\":17454.56,\"9960\":null,\"9961\":66204.1,\"9962\":null,\"9963\":45185.61,\"9964\":47965.46,\"9965\":644.16,\"9966\":76565.98,\"9967\":569.0,\"9968\":9594.2,\"9969\":2969.89},\"Values_Hour10\":{\"0\":19779.54,\"1\":652.53,\"2\":7869.6,\"3\":17928.46,\"4\":null,\"5\":null,\"6\":6682.01,\"7\":381.81,\"8\":3840.0,\"9\":9367.92,\"10\":1218.6,\"11\":1723.04,\"12\":164.07,\"13\":10645.0,\"14\":13945.0,\"15\":2778.6,\"16\":7928.64,\"17\":15985.71,\"18\":10172.51,\"19\":10223.35,\"20\":314.6,\"21\":15998.4,\"22\":15650.5,\"23\":2846.4,\"24\":1604.6,\"25\":14346.0,\"26\":19754.07,\"27\":10344.47,\"28\":19453.8,\"29\":8706.44,\"30\":8153.19,\"31\":14408.54,\"32\":8696.06,\"33\":595.4,\"34\":10728.4,\"35\":4806.0,\"36\":null,\"37\":2477.3,\"38\":5951.94,\"39\":4160.6,\"40\":432.23,\"41\":2401.48,\"42\":345.46,\"43\":2489.0,\"44\":null,\"45\":13767.22,\"46\":3732.24,\"47\":18697.45,\"48\":1653.6,\"49\":4526.03,\"50\":51.33,\"51\":791.34,\"52\":326.04,\"53\":null,\"54\":3461.7,\"55\":316.32,\"56\":12858.72,\"57\":6730.6,\"58\":5651.1,\"59\":99569.06,\"60\":11857.84,\"61\":4554.64,\"62\":9768.0,\"63\":8477.28,\"64\":774.4,\"65\":17431.95,\"66\":6393.87,\"67\":15177.6,\"68\":null,\"69\":15096.98,\"70\":1930.94,\"71\":7942.86,\"72\":7302.81,\"73\":9277.5,\"74\":10685.12,\"75\":428.8,\"76\":564.4,\"77\":76.51,\"78\":6175.45,\"79\":3.51,\"80\":46.86,\"81\":2412.16,\"82\":4974.25,\"83\":6436.8,\"84\":9070.64,\"85\":2707.01,\"86\":16512.29,\"87\":19046.68,\"88\":9002.2,\"89\":7356.6,\"90\":16196.4,\"91\":14413.74,\"92\":15009.06,\"93\":1612.2,\"94\":89158.33,\"95\":17785.27,\"96\":18460.79,\"97\":3.71,\"98\":1.52,\"99\":7567.2,\"100\":4755.6,\"101\":null,\"102\":8281.84,\"103\":853.17,\"104\":null,\"105\":37117.14,\"106\":27667.76,\"107\":65679.85,\"108\":1436.11,\"109\":1558.71,\"110\":73734.63,\"111\":7574.7,\"112\":16120.0,\"113\":4133.4,\"114\":8803.02,\"115\":8082.0,\"116\":8250.3,\"117\":8786.93,\"118\":5265.3,\"119\":6279.3,\"120\":588.63,\"121\":null,\"122\":780.72,\"123\":504.24,\"124\":453.72,\"125\":842.91,\"126\":409.65,\"127\":429.14,\"128\":534.36,\"129\":979.01,\"130\":974.54,\"131\":7969.2,\"132\":851.52,\"133\":null,\"134\":14728.6,\"135\":14096.3,\"136\":7498.8,\"137\":2106.02,\"138\":867.36,\"139\":4.2,\"140\":813.63,\"141\":30.6,\"142\":3836.1,\"143\":3111.6,\"144\":8894.85,\"145\":979.63,\"146\":14725.8,\"147\":12.15,\"148\":492.32,\"149\":546.24,\"150\":847.0,\"151\":2442.0,\"152\":9278.2,\"153\":920.05,\"154\":961.63,\"155\":538.64,\"156\":23.1,\"157\":168.0,\"158\":9205.37,\"159\":7088.3,\"160\":2295.6,\"161\":14597.12,\"162\":14094.6,\"163\":14173.24,\"164\":7362.9,\"165\":null,\"166\":854.99,\"167\":2590.5,\"168\":456.78,\"169\":60.32,\"170\":835.15,\"171\":667.69,\"172\":2376.0,\"173\":7242.0,\"174\":11865.0,\"175\":5385.6,\"176\":3440.99,\"177\":468.27,\"178\":null,\"179\":397.2,\"180\":13805.0,\"181\":19569.34,\"182\":198.0,\"183\":3019.66,\"184\":1787.94,\"185\":696.74,\"186\":2460.6,\"187\":1344.0,\"188\":17892.0,\"189\":60189.03,\"190\":450262.69,\"191\":15128.0,\"192\":1565.85,\"193\":9966.23,\"194\":52004.34,\"195\":5786.0,\"196\":906.49,\"197\":731.07,\"198\":13000.69,\"199\":3702.4,\"200\":1876.87,\"201\":15602.4,\"202\":null,\"203\":99654.27,\"204\":61837.61,\"205\":15319.78,\"206\":6022.0,\"207\":5947.45,\"208\":938.8,\"209\":245262.14,\"210\":null,\"211\":7084.88,\"212\":5328.0,\"213\":509680.0,\"214\":27338.59,\"215\":236285.73,\"216\":22670.49,\"217\":319025.07,\"218\":19248.0,\"219\":18869.4,\"220\":21477.21,\"221\":8846.71,\"222\":12167.1,\"223\":102710.92,\"224\":1075.16,\"225\":2305.91,\"226\":203719.96,\"227\":70243.13,\"228\":2541.85,\"229\":1075.94,\"230\":405.32,\"231\":31017.58,\"232\":null,\"233\":3847.2,\"234\":2839.2,\"235\":70.8,\"236\":912.37,\"237\":896457.22,\"238\":376525.32,\"239\":492.0,\"240\":7524.0,\"241\":4615.67,\"242\":828.85,\"243\":185320.0,\"244\":658.41,\"245\":11232.0,\"246\":18465.27,\"247\":59173.38,\"248\":69523.69,\"249\":48619.26,\"250\":53.5,\"251\":null,\"252\":458382.01,\"253\":null,\"254\":null,\"255\":5815.65,\"256\":618.82,\"257\":672.3,\"258\":3998.4,\"259\":81422.69,\"260\":1062.1,\"261\":545.95,\"262\":519.48,\"263\":858.16,\"264\":4723.2,\"265\":424.08,\"266\":18927.33,\"267\":14024.28,\"268\":8045.1,\"269\":19737.6,\"270\":9182.4,\"271\":null,\"272\":208.36,\"273\":2534.4,\"274\":281.5,\"275\":29932.55,\"276\":25601.31,\"277\":null,\"278\":73195.91,\"279\":821296.92,\"280\":965.7,\"281\":782.32,\"282\":1247.4,\"283\":3081.6,\"284\":182748.15,\"285\":null,\"286\":176371.62,\"287\":24177.5,\"288\":null,\"289\":74467.72,\"290\":801.64,\"291\":509.84,\"292\":61651.84,\"293\":18772.03,\"294\":14566.69,\"295\":64104.62,\"296\":146307.82,\"297\":170827.15,\"298\":3853.42,\"299\":101645.77,\"300\":15334.09,\"301\":null,\"302\":45136.09,\"303\":49053.73,\"304\":633.15,\"305\":75682.57,\"306\":null,\"307\":8404.0,\"308\":2860.04,\"309\":25996.71,\"310\":56347.96,\"311\":null,\"312\":19755.27,\"313\":654.45,\"314\":7383.6,\"315\":17128.23,\"316\":null,\"317\":787.2,\"318\":6643.07,\"319\":null,\"320\":480.0,\"321\":4678.65,\"322\":1231.56,\"323\":1673.76,\"324\":159.6,\"325\":15980.0,\"326\":13016.0,\"327\":2717.0,\"328\":7896.32,\"329\":21285.31,\"330\":10209.0,\"331\":9951.3,\"332\":211.93,\"333\":17018.2,\"334\":16666.3,\"335\":1141.2,\"336\":null,\"337\":14148.0,\"338\":19713.51,\"339\":10299.81,\"340\":19392.55,\"341\":6150.9,\"342\":6103.21,\"343\":6086.58,\"344\":6422.06,\"345\":599.1,\"346\":10865.0,\"347\":7912.0,\"348\":49.64,\"349\":2371.5,\"350\":3305.1,\"351\":7166.5,\"352\":432.23,\"353\":2745.25,\"354\":345.92,\"355\":2438.0,\"356\":1474.72,\"357\":13511.4,\"358\":5540.58,\"359\":18045.19,\"360\":1110.6,\"361\":1971.35,\"362\":1.47,\"363\":933.24,\"364\":391.16,\"365\":2609.64,\"366\":7712.22,\"367\":6563.9,\"368\":7282.26,\"369\":95936.8,\"370\":11818.92,\"371\":3615.57,\"372\":6749.22,\"373\":4705.92,\"374\":17380.9,\"375\":3783.14,\"376\":14638.08,\"377\":4675.53,\"378\":5140.79,\"379\":1815.66,\"380\":4851.85,\"381\":7613.35,\"382\":9664.5,\"383\":7471.42,\"384\":281.28,\"385\":null,\"386\":76.51,\"387\":8810.56,\"388\":3.39,\"389\":48.11,\"390\":2226.48,\"391\":4525.26,\"392\":2199.6,\"393\":9143.39,\"394\":1939.72,\"395\":19067.91,\"396\":18549.77,\"397\":8737.16,\"398\":3038.4,\"399\":8424.0,\"400\":19897.04,\"401\":19935.75,\"402\":526.2,\"403\":71385.01,\"404\":15311.87,\"405\":16446.56,\"406\":3.16,\"407\":1.15,\"408\":7567.2,\"409\":2055.75,\"410\":395.89,\"411\":7324.12,\"412\":463.29,\"413\":null,\"414\":25488.46,\"415\":22534.47,\"416\":82329.63,\"417\":1378.85,\"418\":912.87,\"419\":30194.22,\"420\":8326.5,\"421\":15280.0,\"422\":1505.4,\"423\":8045.4,\"424\":8347.05,\"425\":8149.95,\"426\":9746.55,\"427\":5614.2,\"428\":6851.1,\"429\":453.29,\"430\":null,\"431\":766.08,\"432\":510.6,\"433\":285.84,\"434\":848.88,\"435\":528.66,\"436\":75.27,\"437\":542.88,\"438\":932.2,\"439\":923.28,\"440\":7158.0,\"441\":738.72,\"442\":null,\"443\":10631.38,\"444\":10417.98,\"445\":5311.8,\"446\":5991.5,\"447\":833.64,\"448\":0.6,\"449\":null,\"450\":7202.7,\"451\":7267.2,\"452\":7782.98,\"453\":899.93,\"454\":10979.1,\"455\":4.79,\"456\":null,\"457\":846.96,\"458\":866.8,\"459\":3062.4,\"460\":4585.05,\"461\":957.27,\"462\":891.97,\"463\":534.93,\"464\":21.6,\"465\":60.0,\"466\":8429.51,\"467\":6330.73,\"468\":1153.8,\"469\":6992.42,\"470\":10603.53,\"471\":7019.16,\"472\":11.1,\"473\":843.26,\"474\":851.62,\"475\":3055.8,\"476\":null,\"477\":58.78,\"478\":558.86,\"479\":233.68,\"480\":1.24,\"481\":null,\"482\":7244.4,\"483\":11883.0,\"484\":4413.6,\"485\":3438.66,\"486\":467.28,\"487\":10.0,\"488\":396.99,\"489\":13739.0,\"490\":19611.57,\"491\":198.0,\"492\":3002.01,\"493\":1796.85,\"494\":649.26,\"495\":2247.3,\"496\":1327.0,\"497\":18632.0,\"498\":60699.13,\"499\":501788.43,\"500\":13536.0,\"501\":2021.25,\"502\":10074.19,\"503\":50638.1,\"504\":5511.0,\"505\":868.83,\"506\":718.58,\"507\":6351.73,\"508\":3701.12,\"509\":2052.21,\"510\":14628.37,\"511\":573.54,\"512\":49718.7,\"513\":58645.93,\"514\":null,\"515\":6161.0,\"516\":9562.87,\"517\":939.79,\"518\":244175.71,\"519\":9674.39,\"520\":null,\"521\":507950.0,\"522\":643719.35,\"523\":184038.18,\"524\":21749.59,\"525\":33393.17,\"526\":19248.0,\"527\":null,\"528\":25668.1,\"529\":8850.55,\"530\":10241.93,\"531\":11316.72,\"532\":775.22,\"533\":2149.8,\"534\":203023.29,\"535\":42472.58,\"536\":2294.48,\"537\":1329.69,\"538\":401.2,\"539\":29012.91,\"540\":3968.87,\"541\":2634.6,\"542\":null,\"543\":908.63,\"544\":895662.9,\"545\":599587.9,\"546\":468.0,\"547\":2076.8,\"548\":4603.93,\"549\":832.37,\"550\":null,\"551\":680.05,\"552\":13140.0,\"553\":null,\"554\":59679.56,\"555\":69769.1,\"556\":164758.57,\"557\":2170.0,\"558\":null,\"559\":453429.66,\"560\":43317.13,\"561\":4897.39,\"562\":590.83,\"563\":670.9,\"564\":4024.05,\"565\":80055.24,\"566\":1063.83,\"567\":544.3,\"568\":897.3,\"569\":868.77,\"570\":4400.4,\"571\":345.72,\"572\":13932.46,\"573\":8075.25,\"574\":19648.0,\"575\":7526.4,\"576\":631.43,\"577\":355.74,\"578\":1682.93,\"579\":250.13,\"580\":29059.89,\"581\":25597.27,\"582\":1240642.1899999999,\"583\":null,\"584\":595330.13,\"585\":961.14,\"586\":787.6,\"587\":1441.62,\"588\":2773.8,\"589\":null,\"590\":null,\"591\":467770.31,\"592\":129510.0,\"593\":null,\"594\":125697.95,\"595\":129321.69,\"596\":125689.26,\"597\":800.52,\"598\":2795.05,\"599\":73129.27,\"600\":18299.96,\"601\":13992.04,\"602\":64204.8,\"603\":157042.46,\"604\":164281.85,\"605\":3852.56,\"606\":102545.64,\"607\":14336.17,\"608\":44590.51,\"609\":48021.67,\"610\":676.32,\"611\":75507.69,\"612\":null,\"613\":null,\"614\":2849.13,\"615\":24019.14,\"616\":56546.45,\"617\":48411.98,\"618\":19575.21,\"619\":652.8,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":3909.6,\"624\":6667.16,\"625\":2080.0,\"626\":4678.65,\"627\":1209.84,\"628\":1657.48,\"629\":155.9,\"630\":10550.0,\"631\":10549.0,\"632\":2736.8,\"633\":8420.1,\"634\":9022.08,\"635\":15660.59,\"636\":16422.29,\"637\":2123.29,\"638\":15765.5,\"639\":15420.7,\"640\":172.8,\"641\":1300.8,\"642\":13878.0,\"643\":19713.69,\"644\":10276.62,\"645\":19357.31,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":613.9,\"651\":16485.7,\"652\":7808.0,\"653\":2285.7,\"654\":5053.56,\"655\":5560.3,\"656\":432.23,\"657\":2136.3,\"658\":345.92,\"659\":2345.0,\"660\":1165.79,\"661\":13883.1,\"662\":6636.76,\"663\":17686.21,\"664\":982.8,\"665\":1377.06,\"666\":null,\"667\":821.7,\"668\":310.2,\"669\":null,\"670\":1483.9,\"671\":17237.76,\"672\":6411.9,\"673\":4966.62,\"674\":59781.81,\"675\":12372.79,\"676\":0.37,\"677\":5125.04,\"678\":6107.04,\"679\":15233.99,\"680\":5678.28,\"681\":13385.92,\"682\":null,\"683\":14511.47,\"684\":440.0,\"685\":4903.53,\"686\":7847.68,\"687\":8610.0,\"688\":10968.56,\"689\":303.48,\"690\":null,\"691\":76.51,\"692\":7638.99,\"693\":3.36,\"694\":64.72,\"695\":2645.94,\"696\":6166.24,\"697\":4816.8,\"698\":9349.93,\"699\":null,\"700\":12694.85,\"701\":17898.97,\"702\":8064.23,\"703\":6840.0,\"704\":13795.2,\"705\":19861.79,\"706\":19916.43,\"707\":797.4,\"708\":76545.52,\"709\":5488.87,\"710\":5880.24,\"711\":3.31,\"712\":1.19,\"713\":7567.2,\"714\":0.45,\"715\":397.21,\"716\":8319.56,\"717\":590.4,\"718\":28019.92,\"719\":11231.02,\"720\":45080.67,\"721\":1162.65,\"722\":1086.06,\"723\":93455.36,\"724\":5376.0,\"725\":10440.0,\"726\":3183.6,\"727\":8832.0,\"728\":9032.18,\"729\":9006.98,\"730\":10118.7,\"731\":6498.6,\"732\":7800.9,\"733\":555.37,\"734\":3.3,\"735\":346.44,\"736\":339.0,\"737\":437.28,\"738\":826.98,\"739\":444.09,\"740\":617.02,\"741\":556.2,\"742\":625.66,\"743\":615.91,\"744\":5434.8,\"745\":330.96,\"746\":null,\"747\":9951.6,\"748\":10126.07,\"749\":7511.4,\"750\":2151.67,\"751\":701.67,\"752\":133.8,\"753\":3.82,\"754\":4124.1,\"755\":9357.6,\"756\":3821.51,\"757\":672.61,\"758\":9733.95,\"759\":4.41,\"760\":764.35,\"761\":687.6,\"762\":873.4,\"763\":2283.6,\"764\":5040.45,\"765\":731.02,\"766\":612.15,\"767\":653.98,\"768\":1120.99,\"769\":123.0,\"770\":6128.46,\"771\":3323.03,\"772\":null,\"773\":9132.24,\"774\":10131.72,\"775\":10421.14,\"776\":3520.8,\"777\":826.98,\"778\":838.99,\"779\":5025.9,\"780\":null,\"781\":48.09,\"782\":385.36,\"783\":737.95,\"784\":null,\"785\":2409.0,\"786\":7237.2,\"787\":14888.0,\"788\":4410.0,\"789\":2946.23,\"790\":467.06,\"791\":null,\"792\":396.85,\"793\":13959.0,\"794\":19608.26,\"795\":198.0,\"796\":1580.2,\"797\":1829.52,\"798\":718.42,\"799\":2157.3,\"800\":1372.0,\"801\":22328.0,\"802\":60230.76,\"803\":502947.0,\"804\":13736.0,\"805\":1763.19,\"806\":9955.98,\"807\":54392.85,\"808\":2805.0,\"809\":959.68,\"810\":695.06,\"811\":null,\"812\":3702.4,\"813\":1991.53,\"814\":16925.24,\"815\":581.9,\"816\":27128.65,\"817\":43073.09,\"818\":null,\"819\":6185.0,\"820\":6491.87,\"821\":495.15,\"822\":239788.36,\"823\":7884.68,\"824\":43704.0,\"825\":null,\"826\":619276.05,\"827\":191419.47,\"828\":19031.3,\"829\":33108.12,\"830\":16812.0,\"831\":18631.8,\"832\":23806.21,\"833\":8850.5,\"834\":10194.23,\"835\":85529.94,\"836\":730.71,\"837\":1618.41,\"838\":203389.97,\"839\":17703.52,\"840\":2520.34,\"841\":null,\"842\":401.94,\"843\":28540.75,\"844\":3978.98,\"845\":2159.4,\"846\":11.8,\"847\":929.42,\"848\":896072.33,\"849\":599931.1,\"850\":354.0,\"851\":6800.2,\"852\":8327.01,\"853\":821.04,\"854\":205150.0,\"855\":682.57,\"856\":11412.0,\"857\":61030.59,\"858\":68696.35,\"859\":165119.01,\"860\":null,\"861\":401626.0,\"862\":451836.28,\"863\":null,\"864\":43491.29,\"865\":1071.3,\"866\":591.49,\"867\":672.98,\"868\":4000.5,\"869\":149116.31,\"870\":1063.82,\"871\":538.89,\"872\":841.68,\"873\":841.1,\"874\":4039.2,\"875\":433.08,\"876\":14000.61,\"877\":8066.25,\"878\":19648.0,\"879\":7838.4,\"880\":332.24,\"881\":2324.4,\"882\":62.7,\"883\":211.67,\"884\":29605.59,\"885\":42571.76,\"886\":774757.76,\"887\":null,\"888\":546074.53,\"889\":963.3,\"890\":703.34,\"891\":1346.84,\"892\":2435.4,\"893\":49811.95,\"894\":440327.18,\"895\":533892.39,\"896\":145850.0,\"897\":null,\"898\":60090.14,\"899\":73033.86,\"900\":800.66,\"901\":2796.53,\"902\":46755.03,\"903\":17839.44,\"904\":14500.04,\"905\":64536.3,\"906\":164804.12,\"907\":170113.05,\"908\":3856.69,\"909\":131871.53,\"910\":14761.74,\"911\":44947.61,\"912\":48082.87,\"913\":671.16,\"914\":75747.45,\"915\":1488.56,\"916\":10357.6,\"917\":2854.87,\"918\":7316.08,\"919\":null,\"920\":49915.65,\"921\":55851.76,\"922\":18006.5,\"923\":652.11,\"924\":6408.0,\"925\":4836.0,\"926\":6642.41,\"927\":null,\"928\":1600.0,\"929\":9359.48,\"930\":466.8,\"931\":1701.04,\"932\":213.42,\"933\":9923.0,\"934\":12830.0,\"935\":2615.8,\"936\":7438.41,\"937\":23274.47,\"938\":10169.5,\"939\":9857.55,\"940\":1450.97,\"941\":15373.4,\"942\":15030.2,\"943\":1927.2,\"944\":1149.8,\"945\":13482.0,\"946\":19700.66,\"947\":10295.65,\"948\":18467.11,\"949\":574.8,\"950\":13532.2,\"951\":1946.0,\"952\":2094.6,\"953\":6047.16,\"954\":4211.9,\"955\":432.23,\"956\":2131.37,\"957\":345.69,\"958\":2346.0,\"959\":1072.95,\"960\":12666.91,\"961\":4847.11,\"962\":19157.92,\"963\":1048.8,\"964\":1277.31,\"965\":63.07,\"966\":848.1,\"967\":295.68,\"968\":906.3,\"969\":2795.43,\"970\":0.48,\"971\":8901.03,\"972\":6285.9,\"973\":2032.74,\"974\":81313.51,\"975\":12885.51,\"976\":2185.06,\"977\":4815.13,\"978\":8529.12,\"979\":13436.09,\"980\":7891.82,\"981\":19827.13,\"982\":16012.92,\"983\":10480.81,\"984\":1341.78,\"985\":8500.26,\"986\":3123.43,\"987\":6831.0,\"988\":10428.97,\"989\":290.52,\"990\":null,\"991\":76.51,\"992\":6460.24,\"993\":1.78,\"994\":49.02,\"995\":1707.17,\"996\":2729.44,\"997\":3304.8,\"998\":9370.23,\"999\":1200.56,\"1000\":11472.55,\"1001\":7098.52,\"1002\":2406.34,\"1003\":7102.8,\"1004\":12157.2,\"1005\":19772.63,\"1006\":19925.29,\"1007\":445.8,\"1008\":88988.32,\"1009\":14612.05,\"1010\":11477.2,\"1011\":3.3,\"1012\":1.39,\"1013\":7567.2,\"1014\":827.7,\"1015\":467.61,\"1016\":6105.12,\"1017\":920.32,\"1018\":null,\"1019\":38432.63,\"1020\":20028.4,\"1021\":52822.53,\"1022\":1340.52,\"1023\":1390.35,\"1024\":56687.38,\"1025\":7376.6,\"1026\":3000.0,\"1027\":3172.2,\"1028\":8923.08,\"1029\":8251.43,\"1030\":7498.35,\"1031\":10109.48,\"1032\":5230.5,\"1033\":6630.9,\"1034\":539.0,\"1035\":null,\"1036\":702.24,\"1037\":472.8,\"1038\":348.48,\"1039\":414.21,\"1040\":423.33,\"1041\":666.71,\"1042\":507.84,\"1043\":798.5,\"1044\":796.58,\"1045\":2088.0,\"1046\":629.76,\"1047\":null,\"1048\":15535.07,\"1049\":14594.7,\"1050\":5851.8,\"1051\":12032.09,\"1052\":252.36,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":5953.8,\"1057\":8925.6,\"1058\":7864.84,\"1059\":907.29,\"1060\":6597.0,\"1061\":5.13,\"1062\":784.15,\"1063\":635.4,\"1064\":872.3,\"1065\":2826.56,\"1066\":6398.6,\"1067\":943.45,\"1068\":953.24,\"1069\":780.26,\"1070\":78.19,\"1071\":180.0,\"1072\":8355.29,\"1073\":4687.13,\"1074\":321.6,\"1075\":14209.3,\"1076\":14721.5,\"1077\":15312.26,\"1078\":398.1,\"1079\":659.41,\"1080\":580.71,\"1081\":7250.1,\"1082\":35.06,\"1083\":836.88,\"1084\":660.0,\"1085\":416.5,\"1086\":2310.0,\"1087\":6176.4,\"1088\":399988.8,\"1089\":3988.8,\"1090\":2088.07,\"1091\":694.1,\"1092\":48.22,\"1093\":1510.0,\"1094\":405.1,\"1095\":2915.0,\"1096\":19588.1,\"1097\":null,\"1098\":3015.87,\"1099\":1786.62,\"1100\":737.55,\"1101\":1383.3,\"1102\":1518.0,\"1103\":21844.0,\"1104\":60451.23,\"1105\":493745.16,\"1106\":12520.0,\"1107\":920.37,\"1108\":12028.1,\"1109\":38127.84,\"1110\":5522.0,\"1111\":842.38,\"1112\":735.57,\"1113\":3701.44,\"1114\":2119.14,\"1115\":14367.5,\"1116\":594.66,\"1117\":63015.94,\"1118\":15219.08,\"1119\":5820.0,\"1120\":6050.41,\"1121\":939.79,\"1122\":239836.94,\"1123\":16895.5,\"1124\":7356.96,\"1125\":69168.0,\"1126\":507310.0,\"1127\":60332.63,\"1128\":264806.31,\"1129\":20192.02,\"1130\":349266.53,\"1131\":16008.0,\"1132\":18625.2,\"1133\":25286.24,\"1134\":8750.46,\"1135\":11727.07,\"1136\":171314.06,\"1137\":770.04,\"1138\":1541.18,\"1139\":26839.99,\"1140\":41136.06,\"1141\":2468.94,\"1142\":null,\"1143\":404.69,\"1144\":27572.09,\"1145\":3911.91,\"1146\":2180.4,\"1147\":70.8,\"1148\":925.21,\"1149\":868417.75,\"1150\":599941.14,\"1151\":708.0,\"1152\":6754.0,\"1153\":8319.8,\"1154\":807.62,\"1155\":136710.0,\"1156\":690.87,\"1157\":13212.0,\"1158\":18405.15,\"1159\":60330.74,\"1160\":69478.13,\"1161\":164649.44,\"1162\":null,\"1163\":403144.0,\"1164\":423667.41,\"1165\":51155.53,\"1166\":4132.17,\"1167\":null,\"1168\":673.09,\"1169\":3999.75,\"1170\":80321.57,\"1171\":1063.83,\"1172\":548.3,\"1173\":828.72,\"1174\":1160.66,\"1175\":3444.0,\"1176\":431.76,\"1177\":13841.35,\"1178\":8089.2,\"1179\":14630.4,\"1180\":11299.2,\"1181\":361.68,\"1182\":2524.2,\"1183\":102.3,\"1184\":339.01,\"1185\":30336.72,\"1186\":42454.78,\"1187\":199260.43,\"1188\":91650.64,\"1189\":588897.67,\"1190\":1030.08,\"1191\":800.14,\"1192\":1295.28,\"1193\":2435.4,\"1194\":34047.37,\"1195\":640933.63,\"1196\":537916.7,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72538.76,\"1201\":800.24,\"1202\":2821.42,\"1203\":75915.79,\"1204\":19473.0,\"1205\":14565.61,\"1206\":64528.32,\"1207\":163892.67,\"1208\":170507.1,\"1209\":null,\"1210\":101045.85,\"1211\":14764.92,\"1212\":44703.92,\"1213\":48030.89,\"1214\":null,\"1215\":75483.93,\"1216\":null,\"1217\":10817.4,\"1218\":2774.18,\"1219\":32012.87,\"1220\":23836.05,\"1221\":55959.56,\"1222\":18838.74,\"1223\":651.24,\"1224\":5922.0,\"1225\":null,\"1226\":6651.65,\"1227\":null,\"1228\":5520.0,\"1229\":9558.75,\"1230\":1071.12,\"1231\":1750.32,\"1232\":516.11,\"1233\":9228.0,\"1234\":9871.0,\"1235\":2514.6,\"1236\":7930.36,\"1237\":8098.61,\"1238\":10208.55,\"1239\":10221.99,\"1240\":623.04,\"1241\":15072.1,\"1242\":14733.4,\"1243\":488.4,\"1244\":1373.6,\"1245\":13590.0,\"1246\":19709.5,\"1247\":10316.01,\"1248\":19505.1,\"1249\":524.2,\"1250\":16591.4,\"1251\":2028.0,\"1252\":92.59,\"1253\":2003.8,\"1254\":6091.32,\"1255\":3895.3,\"1256\":432.23,\"1257\":2157.45,\"1258\":345.46,\"1259\":2307.0,\"1260\":1041.43,\"1261\":12603.91,\"1262\":4971.46,\"1263\":18622.59,\"1264\":849.6,\"1265\":394.27,\"1266\":null,\"1267\":968.88,\"1268\":null,\"1269\":475.64,\"1270\":518.4,\"1271\":2463.78,\"1272\":76.32,\"1273\":16229.53,\"1274\":6131.7,\"1275\":2851.08,\"1276\":100605.15,\"1277\":11112.06,\"1278\":2824.6,\"1279\":4597.04,\"1280\":8650.08,\"1281\":418.55,\"1282\":11728.74,\"1283\":7143.8,\"1284\":18026.08,\"1285\":16155.36,\"1286\":1274.68,\"1287\":3539.21,\"1288\":644.64,\"1289\":3684.0,\"1290\":9038.52,\"1291\":319.04,\"1292\":null,\"1293\":76.51,\"1294\":7012.23,\"1295\":2.31,\"1296\":29.3,\"1297\":2665.52,\"1298\":4179.69,\"1299\":4636.8,\"1300\":3918.87,\"1301\":15215.37,\"1302\":7685.06,\"1303\":5945.18,\"1304\":7851.6,\"1305\":18093.6,\"1306\":14246.5,\"1307\":14967.38,\"1308\":425.4,\"1309\":65169.98,\"1310\":11143.81,\"1311\":13955.25,\"1312\":2.75,\"1313\":1.23,\"1314\":7567.2,\"1315\":472.34,\"1316\":null,\"1317\":927.44,\"1318\":null,\"1319\":38336.8,\"1320\":29259.63,\"1321\":16616.51,\"1322\":1361.64,\"1323\":1589.76,\"1324\":51503.25,\"1325\":7275.1,\"1326\":4280.0,\"1327\":3697.2,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":8867.48,\"1332\":5022.3,\"1333\":6162.9,\"1334\":599.54,\"1335\":646.2,\"1336\":250.56,\"1337\":448.56,\"1338\":565.44,\"1339\":486.45,\"1340\":894.96,\"1341\":244.3,\"1342\":880.76,\"1343\":860.92,\"1344\":3397.2,\"1345\":518.4,\"1346\":null,\"1347\":14951.13,\"1348\":14878.09,\"1349\":4935.6,\"1350\":2580.82,\"1351\":566.61,\"1352\":null,\"1353\":64.73,\"1354\":6451.5,\"1355\":9152.4,\"1356\":6151.11,\"1357\":1000.27,\"1358\":7323.75,\"1359\":6.19,\"1360\":null,\"1361\":629.88,\"1362\":856.9,\"1363\":517.44,\"1364\":9418.5,\"1365\":924.11,\"1366\":1009.84,\"1367\":776.27,\"1368\":93.0,\"1369\":7390.39,\"1370\":6124.32,\"1371\":1473.6,\"1372\":14429.01,\"1373\":15278.45,\"1374\":14995.87,\"1375\":4419.9,\"1376\":376.33,\"1377\":376.24,\"1378\":null,\"1379\":7972.8,\"1380\":null,\"1381\":47.84,\"1382\":836.19,\"1383\":743.59,\"1384\":253.71,\"1385\":1557.6,\"1386\":7208.4,\"1387\":225208.23,\"1388\":3430.8,\"1389\":4438.46,\"1390\":689.92,\"1391\":17.42,\"1392\":null,\"1393\":404.84,\"1394\":13959.0,\"1395\":19522.55,\"1396\":217.8,\"1397\":3023.13,\"1398\":1720.29,\"1399\":728.24,\"1400\":3075.3,\"1401\":1475.0,\"1402\":20024.0,\"1403\":60302.72,\"1404\":484785.18,\"1405\":12784.0,\"1406\":2070.75,\"1407\":6974.42,\"1408\":41228.15,\"1409\":6299.33,\"1410\":1068.64,\"1411\":734.46,\"1412\":3701.44,\"1413\":2119.04,\"1414\":17037.62,\"1415\":null,\"1416\":null,\"1417\":63725.82,\"1418\":15212.12,\"1419\":7280.0,\"1420\":5679.82,\"1421\":939.79,\"1422\":238618.7,\"1423\":140365.59,\"1424\":6958.49,\"1425\":19464.0,\"1426\":null,\"1427\":null,\"1428\":273852.02,\"1429\":17778.79,\"1430\":300664.93,\"1431\":15360.0,\"1432\":18594.4,\"1433\":20159.64,\"1434\":8736.74,\"1435\":10949.74,\"1436\":730.92,\"1437\":1472.2,\"1438\":null,\"1439\":109975.0,\"1440\":62088.96,\"1441\":2285.4,\"1442\":230.12,\"1443\":27587.98,\"1444\":3748.11,\"1445\":2196.6,\"1446\":null,\"1447\":885.89,\"1448\":864745.62,\"1449\":600642.6899999999,\"1450\":264.0,\"1451\":6688.0,\"1452\":8323.45,\"1453\":814.22,\"1454\":136710.0,\"1455\":675.96,\"1456\":14220.0,\"1457\":23022.67,\"1458\":61814.86,\"1459\":68400.33,\"1460\":164869.31,\"1461\":3086.0,\"1462\":399280.0,\"1463\":547990.62,\"1464\":null,\"1465\":595.85,\"1466\":688.25,\"1467\":3993.15,\"1468\":81454.91,\"1469\":1063.82,\"1470\":537.74,\"1471\":816.12,\"1472\":895.04,\"1473\":4303.2,\"1474\":431.52,\"1475\":null,\"1476\":13998.46,\"1477\":8103.15,\"1478\":19961.6,\"1479\":10612.8,\"1480\":370.85,\"1481\":107.85,\"1482\":102.3,\"1483\":null,\"1484\":29946.52,\"1485\":25606.59,\"1486\":null,\"1487\":97519.06,\"1488\":729447.59,\"1489\":1085.34,\"1490\":705.98,\"1491\":1262.19,\"1492\":2435.4,\"1493\":8998.22,\"1494\":761057.3,\"1495\":535274.42,\"1496\":200020.0,\"1497\":405330.18,\"1498\":140602.38,\"1499\":null,\"1500\":799.82,\"1501\":714.23,\"1502\":21021.9,\"1503\":18811.07,\"1504\":14475.44,\"1505\":64977.1,\"1506\":162156.88,\"1507\":169706.05,\"1508\":null,\"1509\":102085.71,\"1510\":14767.39,\"1511\":44574.4,\"1512\":48051.33,\"1513\":663.33,\"1514\":152977.15,\"1515\":1422.38,\"1516\":9215.8,\"1517\":2754.67,\"1518\":30007.8,\"1519\":46246.1,\"1520\":56763.13,\"1521\":18821.99,\"1522\":650.76,\"1523\":7387.2,\"1524\":null,\"1525\":4507.2,\"1526\":6630.03,\"1527\":356.27,\"1528\":2880.0,\"1529\":4678.65,\"1530\":1193.52,\"1531\":1743.72,\"1532\":166.45,\"1533\":null,\"1534\":9212.0,\"1535\":13015.0,\"1536\":3984.2,\"1537\":7480.59,\"1538\":17146.76,\"1539\":10167.94,\"1540\":10218.56,\"1541\":308.88,\"1542\":14779.7,\"1543\":14435.1,\"1544\":null,\"1545\":1491.6,\"1546\":13572.0,\"1547\":19723.42,\"1548\":10291.42,\"1549\":19573.02,\"1550\":null,\"1551\":510.5,\"1552\":13432.0,\"1553\":4196.0,\"1554\":1916.3,\"1555\":3705.3,\"1556\":7171.5,\"1557\":432.23,\"1558\":1530.76,\"1559\":344.77,\"1560\":2439.0,\"1561\":597.63,\"1562\":12237.94,\"1563\":2784.21,\"1564\":13799.22,\"1565\":1365.0,\"1566\":null,\"1567\":1.47,\"1568\":793.98,\"1569\":266.2,\"1570\":717.3,\"1571\":1359.38,\"1572\":null,\"1573\":13016.73,\"1574\":6024.7,\"1575\":7963.98,\"1576\":98536.29,\"1577\":2921.65,\"1578\":504.23,\"1579\":4488.0,\"1580\":6055.2,\"1581\":12413.38,\"1582\":6789.33,\"1583\":10535.55,\"1584\":null,\"1585\":17443.28,\"1586\":286.88,\"1587\":8553.25,\"1588\":7954.48,\"1589\":8886.0,\"1590\":10102.45,\"1591\":398.88,\"1592\":null,\"1593\":76.51,\"1594\":8832.0,\"1595\":2.47,\"1596\":20.17,\"1597\":2205.94,\"1598\":4770.62,\"1599\":7531.2,\"1600\":9332.63,\"1601\":null,\"1602\":17568.55,\"1603\":17927.49,\"1604\":4999.88,\"1605\":8940.6,\"1606\":19141.2,\"1607\":16648.48,\"1608\":17524.05,\"1609\":null,\"1610\":84497.2,\"1611\":9645.41,\"1612\":9257.89,\"1613\":3.16,\"1614\":1.3,\"1615\":7567.2,\"1616\":null,\"1617\":359.92,\"1618\":7597.36,\"1619\":705.15,\"1620\":null,\"1621\":27141.08,\"1622\":11807.87,\"1623\":86143.15,\"1624\":1284.69,\"1625\":600.99,\"1626\":94593.98,\"1627\":7043.75,\"1628\":18160.0,\"1629\":4679.4,\"1630\":9005.88,\"1631\":2528.78,\"1632\":2600.55,\"1633\":8274.83,\"1634\":4487.1,\"1635\":5970.6,\"1636\":574.99,\"1637\":269.64,\"1638\":344.64,\"1639\":64.44,\"1640\":737.88,\"1641\":506.19,\"1642\":617.15,\"1643\":888.69,\"1644\":534.36,\"1645\":879.15,\"1646\":865.69,\"1647\":8847.6,\"1648\":431.16,\"1649\":null,\"1650\":10297.54,\"1651\":10022.45,\"1652\":7749.0,\"1653\":2297.5,\"1654\":835.83,\"1655\":null,\"1656\":null,\"1657\":73.97,\"1658\":7758.0,\"1659\":8996.4,\"1660\":2539.53,\"1661\":1018.41,\"1662\":503.55,\"1663\":6.55,\"1664\":745.03,\"1665\":844.32,\"1666\":851.4,\"1667\":1639.0,\"1668\":9004.5,\"1669\":978.37,\"1670\":1026.63,\"1671\":685.69,\"1672\":204.0,\"1673\":2747.76,\"1674\":1633.19,\"1675\":null,\"1676\":11917.18,\"1677\":13031.85,\"1678\":11550.22,\"1679\":6014.1,\"1680\":807.71,\"1681\":818.0,\"1682\":856.52,\"1683\":8174.1,\"1684\":null,\"1685\":14.94,\"1686\":787.35,\"1687\":763.6,\"1688\":48.72,\"1689\":2138.4,\"1690\":7190.4,\"1691\":17874.0,\"1692\":4626.0,\"1693\":2249.45,\"1694\":689.59,\"1695\":null,\"1696\":200.0,\"1697\":404.86,\"1698\":4950.0,\"1699\":null,\"1700\":204.6,\"1701\":3081.87,\"1702\":1809.39,\"1703\":734.18,\"1704\":1841.4,\"1705\":815.0,\"1706\":16548.0,\"1707\":461413.5,\"1708\":501015.78,\"1709\":13296.0,\"1710\":1515.03,\"1711\":12024.05,\"1712\":65705.04,\"1713\":4271.67,\"1714\":896.14,\"1715\":712.18,\"1716\":3702.08,\"1717\":2064.71,\"1718\":13772.5,\"1719\":626.12,\"1720\":64259.83,\"1721\":15319.43,\"1722\":7681.0,\"1723\":173.13,\"1724\":940.78,\"1725\":155905.16,\"1726\":6711.51,\"1727\":null,\"1728\":505400.0,\"1729\":145359.34,\"1730\":238161.45,\"1731\":17385.19,\"1732\":33227.55,\"1733\":15588.0,\"1734\":18570.2,\"1735\":21942.81,\"1736\":15145.48,\"1737\":11195.67,\"1738\":1157.75,\"1739\":1423.29,\"1740\":229955.01,\"1741\":64502.61,\"1742\":2367.28,\"1743\":775.83,\"1744\":401.97,\"1745\":29026.35,\"1746\":3735.64,\"1747\":2188.8,\"1748\":909.89,\"1749\":875111.08,\"1750\":601511.54,\"1751\":636.0,\"1752\":6633.0,\"1753\":8316.4,\"1754\":825.0,\"1755\":136680.0,\"1756\":669.34,\"1757\":13104.0,\"1758\":22547.82,\"1759\":60420.54,\"1760\":null,\"1761\":165241.97,\"1762\":null,\"1763\":370509.59,\"1764\":null,\"1765\":7499.13,\"1766\":587.8,\"1767\":682.67,\"1768\":3992.7,\"1769\":350060.47,\"1770\":1062.1,\"1771\":529.19,\"1772\":836.46,\"1773\":1007.07,\"1774\":5176.8,\"1775\":430.56,\"1776\":14172.78,\"1777\":4360.05,\"1778\":19964.8,\"1779\":7819.2,\"1780\":null,\"1781\":363.07,\"1782\":2602.2,\"1783\":112.2,\"1784\":312.68,\"1785\":29528.44,\"1786\":25593.08,\"1787\":1241240.8100000001,\"1788\":60369.03,\"1789\":591345.38,\"1790\":1275.6,\"1791\":118.14,\"1792\":1162.37,\"1793\":2435.4,\"1794\":null,\"1795\":533862.34,\"1796\":null,\"1797\":409311.42,\"1798\":142750.79,\"1799\":0.02,\"1800\":798.7,\"1801\":761.92,\"1802\":73712.91,\"1803\":13780.38,\"1804\":11178.83,\"1805\":63982.08,\"1806\":163146.69,\"1807\":164572.3,\"1808\":null,\"1809\":5159.28,\"1810\":14763.68,\"1811\":44608.0,\"1812\":48275.88,\"1813\":665.94,\"1814\":76574.03,\"1815\":1415.41,\"1816\":10648.0,\"1817\":2898.15,\"1818\":29883.34,\"1819\":45867.37,\"1820\":56235.06,\"1821\":15923.82,\"1822\":653.34,\"1823\":7876.8,\"1824\":null,\"1825\":2954.4,\"1826\":6654.62,\"1827\":355.48,\"1828\":null,\"1829\":null,\"1830\":9204.45,\"1831\":743.16,\"1832\":1683.0,\"1833\":156.55,\"1834\":9132.0,\"1835\":17351.0,\"1836\":3201.0,\"1837\":6451.19,\"1838\":14381.31,\"1839\":9702.6,\"1840\":9951.38,\"1841\":2158.79,\"1842\":14629.7,\"1843\":14285.1,\"1844\":318.0,\"1845\":1486.6,\"1846\":13824.0,\"1847\":19711.29,\"1848\":10274.1,\"1849\":19487.25,\"1850\":484.7,\"1851\":12811.7,\"1852\":2058.0,\"1853\":1834.0,\"1854\":5979.54,\"1855\":7086.1,\"1856\":432.23,\"1857\":1899.32,\"1858\":343.62,\"1859\":2252.0,\"1860\":615.98,\"1861\":12017.61,\"1862\":6752.06,\"1863\":19161.18,\"1864\":1171.8,\"1865\":708.3,\"1866\":159.87,\"1867\":958.32,\"1868\":null,\"1869\":231.88,\"1870\":637.2,\"1871\":1192.95,\"1872\":642.58,\"1873\":132.96,\"1874\":17049.66,\"1875\":5894.3,\"1876\":8179.26,\"1877\":106679.23,\"1878\":5960.38,\"1879\":6.63,\"1880\":4298.61,\"1881\":8652.96,\"1882\":909.15,\"1883\":17897.08,\"1884\":2351.46,\"1885\":19897.88,\"1886\":14803.85,\"1887\":335.94,\"1888\":3463.17,\"1889\":3334.44,\"1890\":5340.0,\"1891\":3135.51,\"1892\":469.04,\"1893\":0.4,\"1894\":1177.21,\"1895\":6573.82,\"1896\":2.24,\"1897\":85.98,\"1898\":895.74,\"1899\":4568.94,\"1900\":6897.6,\"1901\":3833.4,\"1902\":96.64,\"1903\":16486.27,\"1904\":13606.91,\"1905\":6062.94,\"1906\":7576.2,\"1907\":17312.4,\"1908\":19819.79,\"1909\":19875.23,\"1910\":728.4,\"1911\":88688.06,\"1912\":11381.1,\"1913\":11167.06,\"1914\":3.19,\"1915\":1.38,\"1916\":7567.2,\"1917\":1.2,\"1918\":350.02,\"1919\":7245.92,\"1920\":795.25,\"1921\":37752.44,\"1922\":14085.63,\"1923\":81524.17,\"1924\":1293.77,\"1925\":null,\"1926\":98971.8,\"1927\":2634.45,\"1928\":18920.0,\"1929\":4143.6,\"1930\":9065.22,\"1931\":8700.3,\"1932\":8809.65,\"1933\":4645.13,\"1934\":6794.4,\"1935\":7086.3,\"1936\":576.93,\"1937\":444.24,\"1938\":253.44,\"1939\":460.08,\"1940\":558.22,\"1941\":446.94,\"1942\":898.9,\"1943\":942.93,\"1944\":244.8,\"1945\":1045.03,\"1946\":1017.29,\"1947\":7567.2,\"1948\":604.68,\"1949\":null,\"1950\":13037.68,\"1951\":10619.4,\"1952\":7628.4,\"1953\":18924.6,\"1954\":618.03,\"1955\":35.4,\"1956\":4862.03,\"1957\":2662.2,\"1958\":5688.0,\"1959\":5155.81,\"1960\":904.34,\"1961\":9121.05,\"1962\":8.56,\"1963\":520.48,\"1964\":313.27,\"1965\":613.8,\"1966\":1276.88,\"1967\":8369.7,\"1968\":971.1,\"1969\":995.78,\"1970\":585.97,\"1971\":9.0,\"1972\":7876.08,\"1973\":6574.19,\"1974\":2893.8,\"1975\":12324.67,\"1976\":12171.23,\"1977\":13392.79,\"1978\":7421.7,\"1979\":232.85,\"1980\":234.87,\"1981\":854.92,\"1982\":7213.8,\"1983\":null,\"1984\":66.54,\"1985\":655.11,\"1986\":699.77,\"1987\":null,\"1988\":null,\"1989\":2277.0,\"1990\":7189.2,\"1991\":402024.04,\"1992\":5212.8,\"1993\":5924.47,\"1994\":691.9,\"1995\":null,\"1996\":null,\"1997\":404.7,\"1998\":14344.0,\"1999\":19528.95,\"2000\":204.6,\"2001\":3074.78,\"2002\":1803.12,\"2003\":771.3,\"2004\":2451.6,\"2005\":810.0,\"2006\":17828.0,\"2007\":60676.86,\"2008\":502611.11,\"2009\":13032.0,\"2010\":113.19,\"2011\":11923.05,\"2012\":63875.73,\"2013\":5401.0,\"2014\":1010.85,\"2015\":711.98,\"2016\":3702.4,\"2017\":1560.0,\"2018\":18525.67,\"2019\":627.22,\"2020\":null,\"2021\":66995.29,\"2022\":15321.51,\"2023\":null,\"2024\":5164.02,\"2025\":940.78,\"2026\":156189.54,\"2027\":6455.07,\"2028\":503840.0,\"2029\":207042.38,\"2030\":227323.67,\"2031\":15328.21,\"2032\":396013.11,\"2033\":15348.0,\"2034\":18697.8,\"2035\":23837.5,\"2036\":14169.03,\"2037\":11243.99,\"2038\":852.63,\"2039\":1375.37,\"2040\":null,\"2041\":305360.0,\"2042\":77105.75,\"2043\":2370.04,\"2044\":768.94,\"2045\":380.74,\"2046\":30222.16,\"2047\":3479.7,\"2048\":2187.6,\"2049\":55.46,\"2050\":847.36,\"2051\":894232.34,\"2052\":506873.77,\"2053\":978.0,\"2054\":6320.6,\"2055\":8334.65,\"2056\":823.68,\"2057\":null,\"2058\":652.52,\"2059\":15336.0,\"2060\":23390.79,\"2061\":59534.77,\"2062\":69172.65,\"2063\":164605.58,\"2064\":null,\"2065\":544993.62,\"2066\":7652.17,\"2067\":588.46,\"2068\":662.51,\"2069\":3852.3,\"2070\":81107.82,\"2071\":1062.1,\"2072\":444.68,\"2073\":716.94,\"2074\":1104.58,\"2075\":10064.4,\"2076\":429.36,\"2077\":14094.59,\"2078\":4356.9,\"2079\":19769.6,\"2080\":8083.2,\"2081\":315.68,\"2082\":2467.8,\"2083\":108.9,\"2084\":339.42,\"2085\":29618.05,\"2086\":25616.14,\"2087\":null,\"2088\":104371.7,\"2089\":536658.64,\"2090\":1275.0,\"2091\":682.22,\"2092\":1157.63,\"2093\":1886.0,\"2094\":438399.17,\"2095\":535989.88,\"2096\":415224.63,\"2097\":72684.18,\"2098\":null,\"2099\":799.54,\"2100\":697.79,\"2101\":70314.43,\"2102\":19587.08,\"2103\":14887.42,\"2104\":64031.08,\"2105\":164839.07,\"2106\":164540.85,\"2107\":null,\"2108\":14767.87,\"2109\":45239.1,\"2110\":48133.7,\"2111\":656.58,\"2112\":76584.66,\"2113\":1343.65,\"2114\":9526.0,\"2115\":2837.89,\"2116\":1942.16,\"2117\":46003.99,\"2118\":56904.54,\"2119\":14594.4,\"2120\":652.68,\"2121\":6408.0,\"2122\":7932.0,\"2123\":6663.86,\"2124\":314.49,\"2125\":null,\"2126\":7200.0,\"2127\":4678.65,\"2128\":745.32,\"2129\":1602.92,\"2130\":157.73,\"2131\":8837.0,\"2132\":12646.0,\"2133\":2763.2,\"2134\":5962.44,\"2135\":16709.63,\"2136\":9579.99,\"2137\":10018.04,\"2138\":538.12,\"2139\":11489.7,\"2140\":11315.7,\"2141\":1831.2,\"2142\":1436.1,\"2143\":13284.0,\"2144\":19702.65,\"2145\":10276.29,\"2146\":19463.66,\"2147\":425.3,\"2148\":11737.2,\"2149\":5012.0,\"2150\":null,\"2151\":1756.0,\"2152\":6072.0,\"2153\":5144.8,\"2154\":432.23,\"2155\":1488.01,\"2156\":341.55,\"2157\":2197.0,\"2158\":1382.67,\"2159\":11542.19,\"2160\":7072.26,\"2161\":19378.77,\"2162\":1162.2,\"2163\":4052.57,\"2164\":981.2,\"2165\":810.48,\"2166\":null,\"2167\":319.88,\"2168\":929.1,\"2169\":3003.11,\"2170\":2817.48,\"2171\":426.24,\"2172\":8005.66,\"2173\":5726.9,\"2174\":7919.82,\"2175\":104616.93,\"2176\":10532.72,\"2177\":3249.04,\"2178\":4149.39,\"2179\":8746.56,\"2180\":null,\"2181\":17528.06,\"2182\":9575.6,\"2183\":19655.69,\"2184\":15817.65,\"2185\":1278.64,\"2186\":7916.8,\"2187\":7765.99,\"2188\":9546.0,\"2189\":11405.32,\"2190\":496.56,\"2191\":107.2,\"2192\":626.64,\"2193\":8643.24,\"2194\":3.59,\"2195\":38.1,\"2196\":2743.99,\"2197\":3450.56,\"2198\":8269.2,\"2199\":7506.99,\"2200\":3156.96,\"2201\":13683.86,\"2202\":8630.77,\"2203\":8791.2,\"2204\":19058.4,\"2205\":18706.03,\"2206\":19748.56,\"2207\":1579.2,\"2208\":87313.76,\"2209\":15973.32,\"2210\":16299.0,\"2211\":3.21,\"2212\":1.44,\"2213\":7567.2,\"2214\":1533.9,\"2215\":485.98,\"2216\":7653.94,\"2217\":903.8,\"2218\":null,\"2219\":38243.7,\"2220\":20576.12,\"2221\":87148.62,\"2222\":1262.03,\"2223\":1231.65,\"2224\":99696.45,\"2225\":8335.25,\"2226\":18640.0,\"2227\":4710.6,\"2228\":9308.1,\"2229\":9034.2,\"2230\":9032.85,\"2231\":10154.25,\"2232\":3414.6,\"2233\":3276.9,\"2234\":610.72,\"2235\":null,\"2236\":600.84,\"2237\":472.92,\"2238\":383.28,\"2239\":782.61,\"2240\":512.34,\"2241\":824.67,\"2242\":760.59,\"2243\":482.28,\"2244\":833.87,\"2245\":795.69,\"2246\":8702.4,\"2247\":724.68,\"2248\":781.2,\"2249\":15161.22,\"2250\":14551.03,\"2251\":7900.2,\"2252\":18704.18,\"2253\":null,\"2254\":427.8,\"2255\":5160.73,\"2256\":8361.9,\"2257\":8997.6,\"2258\":8535.41,\"2259\":961.31,\"2260\":15042.15,\"2261\":11.49,\"2262\":561.57,\"2263\":823.68,\"2264\":460.9,\"2265\":2491.28,\"2266\":9638.15,\"2267\":927.01,\"2268\":959.6,\"2269\":823.87,\"2270\":1179.0,\"2271\":9335.46,\"2272\":6022.65,\"2273\":1626.0,\"2274\":15168.96,\"2275\":15646.16,\"2276\":14933.09,\"2277\":8145.6,\"2278\":420.99,\"2279\":426.65,\"2280\":793.94,\"2281\":7636.2,\"2282\":631.7,\"2283\":65.36,\"2284\":816.39,\"2285\":853.88,\"2286\":241.84,\"2287\":181.93,\"2288\":2085.6,\"2289\":7172.4,\"2290\":20973.0,\"2291\":3330.0,\"2292\":5422.49,\"2293\":691.57,\"2294\":8.98,\"2295\":null,\"2296\":404.75,\"2297\":5599.0,\"2298\":19545.97,\"2299\":204.6,\"2300\":3069.82,\"2301\":1718.31,\"2302\":772.47,\"2303\":2424.6,\"2304\":812.0,\"2305\":13248.0,\"2306\":60554.91,\"2307\":503316.54,\"2308\":13968.0,\"2309\":730.95,\"2310\":10945.12,\"2311\":51244.84,\"2312\":5918.0,\"2313\":799.54,\"2314\":710.86,\"2315\":3703.04,\"2316\":2018.06,\"2317\":15101.06,\"2318\":627.0,\"2319\":null,\"2320\":62135.52,\"2321\":11689.94,\"2322\":6127.0,\"2323\":5000.37,\"2324\":940.78,\"2325\":148091.79,\"2326\":6261.79,\"2327\":null,\"2328\":158465.48,\"2329\":291514.53,\"2330\":14649.45,\"2331\":255749.78,\"2332\":14808.0,\"2333\":18381.0,\"2334\":25170.04,\"2335\":13066.83,\"2336\":11946.22,\"2337\":null,\"2338\":1003.74,\"2339\":1346.31,\"2340\":590.33,\"2341\":231605.0,\"2342\":75651.04,\"2343\":2063.45,\"2344\":769.72,\"2345\":401.03,\"2346\":21959.48,\"2347\":2360.93,\"2348\":2203.2,\"2349\":7.67,\"2350\":856.82,\"2351\":894702.54,\"2352\":451099.37,\"2353\":498.0,\"2354\":6404.2,\"2355\":8353.34,\"2356\":815.21,\"2357\":null,\"2358\":663.1,\"2359\":14004.0,\"2360\":23258.96,\"2361\":59623.19,\"2362\":68364.26,\"2363\":165004.77,\"2364\":36.0,\"2365\":540220.22,\"2366\":null,\"2367\":null,\"2368\":7652.17,\"2369\":579.35,\"2370\":674.21,\"2371\":3854.4,\"2372\":81530.41,\"2373\":1063.83,\"2374\":546.65,\"2375\":732.6,\"2376\":966.95,\"2377\":7272.0,\"2378\":427.92,\"2379\":14073.07,\"2380\":4458.6,\"2381\":19952.0,\"2382\":8006.4,\"2383\":null,\"2384\":346.1,\"2385\":2586.0,\"2386\":108.9,\"2387\":349.97,\"2388\":30057.2,\"2389\":25615.25,\"2390\":null,\"2391\":74396.37,\"2392\":819125.84,\"2393\":1371.54,\"2394\":891.0,\"2395\":1141.47,\"2396\":1765.2,\"2397\":null,\"2398\":177981.11,\"2399\":102870.0,\"2400\":24225.74,\"2401\":272556.86,\"2402\":131643.61,\"2403\":null,\"2404\":799.54,\"2405\":738.91,\"2406\":75220.23,\"2407\":19692.43,\"2408\":15047.37,\"2409\":64240.33,\"2410\":160942.72,\"2411\":170621.8,\"2412\":null,\"2413\":102195.69,\"2414\":14808.25,\"2415\":44991.91,\"2416\":48152.22,\"2417\":658.95,\"2418\":76436.95,\"2419\":1011.41,\"2420\":9616.2,\"2421\":2661.92,\"2422\":26853.58,\"2423\":45604.12,\"2424\":null,\"2425\":55152.82,\"2426\":14178.37,\"2427\":652.47,\"2428\":5720.4,\"2429\":null,\"2430\":3595.2,\"2431\":6641.42,\"2432\":307.49,\"2433\":76.88,\"2434\":4960.0,\"2435\":9183.01,\"2436\":744.6,\"2437\":1537.8,\"2438\":155.5,\"2439\":8658.0,\"2440\":10331.0,\"2441\":2897.4,\"2442\":5959.74,\"2443\":17932.65,\"2444\":9381.0,\"2445\":9815.72,\"2446\":1158.08,\"2447\":12689.2,\"2448\":12337.2,\"2449\":1818.0,\"2450\":1378.2,\"2451\":13212.0,\"2452\":18590.15,\"2453\":10276.96,\"2454\":19463.76,\"2455\":417.0,\"2456\":9394.2,\"2457\":7748.0,\"2458\":1685.0,\"2459\":6066.48,\"2460\":4487.8,\"2461\":432.23,\"2462\":1387.65,\"2463\":342.47,\"2464\":2202.0,\"2465\":314.11,\"2466\":11206.04,\"2467\":5669.1,\"2468\":18508.71,\"2469\":1695.0,\"2470\":741.91,\"2471\":1.47,\"2472\":753.72,\"2473\":null,\"2474\":225.72,\"2475\":1278.6,\"2476\":3158.65,\"2477\":null,\"2478\":55.68,\"2479\":11496.86,\"2480\":5647.8,\"2481\":7552.74,\"2482\":101092.19,\"2483\":12940.29,\"2484\":3052.27,\"2485\":4069.04,\"2486\":8637.12,\"2487\":17544.0,\"2488\":8732.18,\"2489\":19226.52,\"2490\":17955.58,\"2491\":1923.46,\"2492\":8260.66,\"2493\":7733.21,\"2494\":7678.5,\"2495\":9682.37,\"2496\":378.16,\"2497\":null,\"2498\":1487.04,\"2499\":8893.63,\"2500\":2.32,\"2501\":33.62,\"2502\":2743.71,\"2503\":4775.92,\"2504\":7624.8,\"2505\":8982.71,\"2506\":1853.4,\"2507\":19012.77,\"2508\":8769.26,\"2509\":8791.2,\"2510\":18961.2,\"2511\":12069.07,\"2512\":12531.56,\"2513\":849.0,\"2514\":89901.47,\"2515\":18301.86,\"2516\":18052.55,\"2517\":1.9,\"2518\":0.9,\"2519\":7567.2,\"2520\":616.35,\"2521\":492.91,\"2522\":7785.5,\"2523\":931.17,\"2524\":null,\"2525\":38120.77,\"2526\":27883.42,\"2527\":85002.49,\"2528\":1231.29,\"2529\":1298.58,\"2530\":94609.14,\"2531\":null,\"2532\":16280.0,\"2533\":4623.0,\"2534\":9378.48,\"2535\":8093.48,\"2536\":8055.68,\"2537\":9663.98,\"2538\":6596.7,\"2539\":6889.2,\"2540\":588.46,\"2541\":null,\"2542\":722.88,\"2543\":491.04,\"2544\":455.52,\"2545\":807.36,\"2546\":524.31,\"2547\":960.77,\"2548\":915.5,\"2549\":510.84,\"2550\":1012.83,\"2551\":1033.0,\"2552\":8556.0,\"2553\":844.32,\"2554\":6.0,\"2555\":15400.7,\"2556\":15258.95,\"2557\":7327.8,\"2558\":18953.27,\"2559\":826.89,\"2560\":null,\"2561\":35.16,\"2562\":7652.1,\"2563\":7495.2,\"2564\":8925.12,\"2565\":981.53,\"2566\":3523.95,\"2567\":6.19,\"2568\":null,\"2569\":703.78,\"2570\":897.6,\"2571\":1680.36,\"2572\":9462.2,\"2573\":937.98,\"2574\":959.62,\"2575\":832.07,\"2576\":null,\"2577\":7944.07,\"2578\":6522.45,\"2579\":1454.4,\"2580\":15126.35,\"2581\":15563.37,\"2582\":15347.84,\"2583\":7807.8,\"2584\":846.08,\"2585\":854.35,\"2586\":814.28,\"2587\":8048.7,\"2588\":null,\"2589\":60.94,\"2590\":260.81,\"2591\":820.41,\"2592\":246.68,\"2593\":0.02,\"2594\":1999.8,\"2595\":5397.57,\"2596\":20193.0,\"2597\":2336.4,\"2598\":4936.71,\"2599\":691.79,\"2600\":null,\"2601\":null,\"2602\":404.51,\"2603\":12716.0,\"2604\":18473.1,\"2605\":191.4,\"2606\":3069.5,\"2607\":1705.77,\"2608\":740.88,\"2609\":2601.9,\"2610\":816.0,\"2611\":12768.0,\"2612\":60293.26,\"2613\":500926.48,\"2614\":13936.0,\"2615\":1099.56,\"2616\":10954.93,\"2617\":59452.96,\"2618\":6497.33,\"2619\":771.08,\"2620\":705.95,\"2621\":3703.04,\"2622\":1964.55,\"2623\":13847.48,\"2624\":624.58,\"2625\":null,\"2626\":60441.74,\"2627\":15412.46,\"2628\":8120.0,\"2629\":4881.06,\"2630\":940.78,\"2631\":152947.53,\"2632\":6079.97,\"2633\":null,\"2634\":null,\"2635\":80979.38,\"2636\":272805.05,\"2637\":13624.53,\"2638\":395625.57,\"2639\":14616.0,\"2640\":18735.2,\"2641\":24342.08,\"2642\":13075.61,\"2643\":10591.5,\"2644\":169318.72,\"2645\":849.11,\"2646\":1327.69,\"2647\":581.71,\"2648\":305140.0,\"2649\":73875.39,\"2650\":2056.09,\"2651\":764.01,\"2652\":395.34,\"2653\":26090.54,\"2654\":3150.79,\"2655\":3.6,\"2656\":null,\"2657\":911.57,\"2658\":892771.87,\"2659\":525014.87,\"2660\":null,\"2661\":6318.4,\"2662\":8359.78,\"2663\":807.84,\"2664\":136700.0,\"2665\":625.12,\"2666\":14580.0,\"2667\":22748.72,\"2668\":43701.56,\"2669\":67748.58,\"2670\":164480.56,\"2671\":null,\"2672\":null,\"2673\":39477.25,\"2674\":42411.83,\"2675\":7346.09,\"2676\":565.22,\"2677\":668.74,\"2678\":3524.25,\"2679\":81030.47,\"2680\":1062.1,\"2681\":546.81,\"2682\":525.6,\"2683\":802.06,\"2684\":6153.6,\"2685\":428.88,\"2686\":14065.89,\"2687\":4496.85,\"2688\":19977.6,\"2689\":9192.0,\"2690\":360.03,\"2691\":2640.0,\"2692\":108.9,\"2693\":343.26,\"2694\":29617.29,\"2695\":25608.52,\"2696\":500657.81,\"2697\":90871.2,\"2698\":587695.98,\"2699\":null,\"2700\":750.86,\"2701\":1127.4,\"2702\":1686.6,\"2703\":787145.71,\"2704\":533096.87,\"2705\":null,\"2706\":190040.0,\"2707\":null,\"2708\":415543.99,\"2709\":140328.61,\"2710\":84987.43,\"2711\":799.4,\"2712\":427.18,\"2713\":70645.74,\"2714\":14695.41,\"2715\":14627.59,\"2716\":64544.19,\"2717\":164703.23,\"2718\":170224.05,\"2719\":null,\"2720\":102525.65,\"2721\":14764.19,\"2722\":44946.5,\"2723\":47982.55,\"2724\":658.77,\"2725\":76403.23,\"2726\":1425.28,\"2727\":9147.6,\"2728\":2474.37,\"2729\":26921.91,\"2730\":45810.91,\"2731\":49448.01,\"2732\":18325.73,\"2733\":19527.84,\"2734\":651.57,\"2735\":5331.6,\"2736\":null,\"2737\":null,\"2738\":6611.72,\"2739\":290.66,\"2740\":0.08,\"2741\":480.0,\"2742\":4678.65,\"2743\":523.32,\"2744\":1554.52,\"2745\":153.84,\"2746\":10481.0,\"2747\":11152.0,\"2748\":2622.4,\"2749\":5918.92,\"2750\":18293.39,\"2751\":18761.2,\"2752\":19153.3,\"2753\":621.28,\"2754\":10021.0,\"2755\":9780.6,\"2756\":470.4,\"2757\":1321.0,\"2758\":13752.0,\"2759\":19622.97,\"2760\":10289.13,\"2761\":19400.63,\"2762\":null,\"2763\":null,\"2764\":451.0,\"2765\":8789.6,\"2766\":7616.0,\"2767\":1625.1,\"2768\":5997.48,\"2769\":4116.7,\"2770\":432.23,\"2771\":1186.56,\"2772\":342.24,\"2773\":2149.0,\"2774\":1182.41,\"2775\":11256.03,\"2776\":5561.83,\"2777\":17556.8,\"2778\":1537.2,\"2779\":965.79,\"2780\":1.47,\"2781\":759.0,\"2782\":null,\"2783\":274.12,\"2784\":1095.3,\"2785\":3263.81,\"2786\":1001.56,\"2787\":null,\"2788\":13641.23,\"2789\":5734.5,\"2790\":7762.5,\"2791\":102673.31,\"2792\":8229.02,\"2793\":3406.47,\"2794\":8327.48,\"2795\":812.16,\"2796\":15869.79,\"2797\":10076.57,\"2798\":17687.45,\"2799\":null,\"2800\":17546.17,\"2801\":1294.48,\"2802\":8129.3,\"2803\":7506.89,\"2804\":8374.5,\"2805\":10764.2,\"2806\":42.8,\"2807\":null,\"2808\":512.56,\"2809\":8419.98,\"2810\":2.93,\"2811\":36.26,\"2812\":2664.57,\"2813\":5412.47,\"2814\":7912.8,\"2815\":8635.28,\"2816\":1264.45,\"2817\":18231.1,\"2818\":8566.57,\"2819\":18529.2,\"2820\":10160.15,\"2821\":10476.07,\"2822\":345.6,\"2823\":89678.32,\"2824\":12471.75,\"2825\":11728.22,\"2826\":1.1,\"2827\":0.37,\"2828\":7567.2,\"2829\":null,\"2830\":473.33,\"2831\":7606.1,\"2832\":923.09,\"2833\":null,\"2834\":37809.14,\"2835\":24449.78,\"2836\":69733.46,\"2837\":2153.14,\"2838\":894.24,\"2839\":96584.64,\"2840\":8508.15,\"2841\":18000.0,\"2842\":4564.8,\"2843\":9339.84,\"2844\":8513.55,\"2845\":8464.28,\"2846\":9138.15,\"2847\":6445.2,\"2848\":6596.1,\"2849\":590.48,\"2850\":null,\"2851\":676.2,\"2852\":415.32,\"2853\":406.32,\"2854\":800.46,\"2855\":520.53,\"2856\":810.75,\"2857\":878.79,\"2858\":222.46,\"2859\":844.24,\"2860\":835.73,\"2861\":8685.6,\"2862\":620.88,\"2863\":null,\"2864\":13905.55,\"2865\":13288.71,\"2866\":7572.6,\"2867\":11579.58,\"2868\":816.06,\"2869\":7.2,\"2870\":null,\"2871\":7927.8,\"2872\":9002.4,\"2873\":5496.61,\"2874\":997.28,\"2875\":13088.7,\"2876\":6.09,\"2877\":731.08,\"2878\":810.24,\"2879\":830.5,\"2880\":954.8,\"2881\":9363.3,\"2882\":1024.01,\"2883\":974.9,\"2884\":839.58,\"2885\":129.0,\"2886\":5681.23,\"2887\":4608.64,\"2888\":2976.0,\"2889\":13445.94,\"2890\":14010.54,\"2891\":13699.73,\"2892\":6856.8,\"2893\":780.25,\"2894\":793.76,\"2895\":818.89,\"2896\":8834.1,\"2897\":null,\"2898\":50.84,\"2899\":815.82,\"2900\":803.39,\"2901\":248.4,\"2902\":5.33,\"2903\":1973.4,\"2904\":7172.4,\"2905\":13989.0,\"2906\":2347.2,\"2907\":4632.83,\"2908\":465.96,\"2909\":null,\"2910\":11440.0,\"2911\":404.35,\"2912\":13750.0,\"2913\":17778.46,\"2914\":237.6,\"2915\":3062.56,\"2916\":1744.05,\"2917\":215.19,\"2918\":1851.3,\"2919\":812.0,\"2920\":16884.0,\"2921\":462790.22,\"2922\":375135.37,\"2923\":12840.0,\"2924\":542.19,\"2925\":9960.35,\"2926\":59005.77,\"2927\":6075.67,\"2928\":747.21,\"2929\":766.14,\"2930\":3702.08,\"2931\":null,\"2932\":13186.07,\"2933\":632.5,\"2934\":63435.73,\"2935\":15368.4,\"2936\":7199.0,\"2937\":4915.4,\"2938\":940.78,\"2939\":null,\"2940\":146149.53,\"2941\":6203.81,\"2942\":null,\"2943\":509220.0,\"2944\":676674.01,\"2945\":234676.82,\"2946\":13087.04,\"2947\":283488.33,\"2948\":18792.0,\"2949\":18601.0,\"2950\":28410.35,\"2951\":11971.13,\"2952\":10995.98,\"2953\":7239.53,\"2954\":825.31,\"2955\":1522.16,\"2956\":474.71,\"2957\":203225.01,\"2958\":69283.93,\"2959\":2105.19,\"2960\":764.7,\"2961\":401.09,\"2962\":25070.45,\"2963\":null,\"2964\":3.6,\"2965\":null,\"2966\":852.72,\"2967\":894081.4,\"2968\":220029.31,\"2969\":408.0,\"2970\":4754.2,\"2971\":8342.25,\"2972\":806.85,\"2973\":136790.0,\"2974\":623.19,\"2975\":12816.0,\"2976\":23122.01,\"2977\":60112.7,\"2978\":68604.12,\"2979\":164818.22,\"2980\":31.5,\"2981\":1031.32,\"2982\":39314.36,\"2983\":42257.11,\"2984\":null,\"2985\":556.12,\"2986\":672.37,\"2987\":1313.7,\"2988\":350561.32,\"2989\":1062.1,\"2990\":546.71,\"2991\":523.98,\"2992\":757.87,\"2993\":5252.4,\"2994\":429.72,\"2995\":18505.67,\"2996\":13933.17,\"2997\":4497.3,\"2998\":19792.0,\"2999\":6624.0,\"3000\":null,\"3001\":2625.0,\"3002\":105.6,\"3003\":328.14,\"3004\":30032.0,\"3005\":25615.58,\"3006\":17438.66,\"3007\":91568.12,\"3008\":481069.05,\"3009\":1241.22,\"3010\":691.24,\"3011\":1178.1,\"3012\":1580.4,\"3013\":50336.88,\"3014\":649988.89,\"3015\":544763.55,\"3016\":205930.0,\"3017\":415957.3,\"3018\":143740.05,\"3019\":126795.11,\"3020\":797.86,\"3021\":600.71,\"3022\":68830.25,\"3023\":13100.49,\"3024\":13347.5,\"3025\":63908.17,\"3026\":165751.87,\"3027\":170564.45,\"3028\":null,\"3029\":101525.78,\"3030\":14833.2,\"3031\":44932.99,\"3032\":48011.6,\"3033\":645.81,\"3034\":75638.0,\"3035\":null,\"3036\":8707.6,\"3037\":2443.26,\"3038\":28175.9,\"3039\":41878.06,\"3040\":49040.89,\"3041\":30973.46,\"3042\":13259.91,\"3043\":651.0,\"3044\":4154.4,\"3045\":null,\"3046\":6715.2,\"3047\":6873.9,\"3048\":285.32,\"3049\":3760.0,\"3050\":7276.04,\"3051\":751.92,\"3052\":1561.12,\"3053\":149.18,\"3054\":8716.0,\"3055\":9960.0,\"3056\":2686.2,\"3057\":5438.46,\"3058\":18009.1,\"3059\":9282.0,\"3060\":6660.39,\"3061\":632.43,\"3062\":10015.7,\"3063\":9765.3,\"3064\":1700.4,\"3065\":1314.5,\"3066\":11916.0,\"3067\":19637.26,\"3068\":10295.49,\"3069\":19580.34,\"3070\":null,\"3071\":null,\"3072\":9636.86,\"3073\":436.4,\"3074\":8832.9,\"3075\":1920.0,\"3076\":null,\"3077\":1550.7,\"3078\":5916.06,\"3079\":3496.7,\"3080\":null,\"3081\":432.23,\"3082\":2039.32,\"3083\":341.09,\"3084\":2081.0,\"3085\":1120.3,\"3086\":11011.42,\"3087\":5020.35,\"3088\":18982.73,\"3089\":1648.8,\"3090\":1252.26,\"3091\":null,\"3092\":733.26,\"3093\":0.4,\"3094\":260.92,\"3095\":567.3,\"3096\":3035.78,\"3097\":1708.57,\"3098\":10074.8,\"3099\":null,\"3100\":5642.2,\"3101\":7218.78,\"3102\":101226.75,\"3103\":12263.16,\"3104\":2507.51,\"3105\":4074.78,\"3106\":17654.25,\"3107\":6073.81,\"3108\":19488.73,\"3109\":null,\"3110\":17610.16,\"3111\":1134.54,\"3112\":7976.32,\"3113\":7691.82,\"3114\":8974.5,\"3115\":10074.67,\"3116\":345.32,\"3117\":null,\"3118\":1646.11,\"3119\":8557.21,\"3120\":2.91,\"3121\":51.77,\"3122\":2600.39,\"3123\":5404.86,\"3124\":6526.8,\"3125\":8694.35,\"3126\":2047.84,\"3127\":18474.89,\"3128\":18231.45,\"3129\":8502.97,\"3130\":18162.0,\"3131\":9098.77,\"3132\":9370.72,\"3133\":564.6,\"3134\":89017.84,\"3135\":16596.45,\"3136\":16700.55,\"3137\":2.37,\"3138\":0.88,\"3139\":7567.2,\"3140\":1272.45,\"3141\":467.5,\"3142\":8420.3,\"3143\":855.71,\"3144\":null,\"3145\":37147.82,\"3146\":21715.17,\"3147\":81696.61,\"3148\":1293.82,\"3149\":1260.63,\"3150\":83563.8,\"3151\":8494.5,\"3152\":14680.0,\"3153\":4372.8,\"3154\":9343.98,\"3155\":8228.48,\"3156\":7706.93,\"3157\":10100.93,\"3158\":6285.3,\"3159\":6564.0,\"3160\":579.57,\"3161\":760.32,\"3162\":489.72,\"3163\":431.88,\"3164\":789.33,\"3165\":506.61,\"3166\":952.11,\"3167\":923.49,\"3168\":489.72,\"3169\":854.06,\"3170\":841.68,\"3171\":7350.0,\"3172\":782.88,\"3173\":7.2,\"3174\":15055.85,\"3175\":14910.9,\"3176\":7794.0,\"3177\":10611.63,\"3178\":803.31,\"3179\":null,\"3180\":5029.92,\"3181\":6009.6,\"3182\":9364.8,\"3183\":9148.77,\"3184\":997.08,\"3185\":14678.1,\"3186\":6.16,\"3187\":824.45,\"3188\":812.04,\"3189\":589.09,\"3190\":2624.6,\"3191\":9485.2,\"3192\":901.05,\"3193\":974.32,\"3194\":799.23,\"3195\":158.44,\"3196\":69.0,\"3197\":8388.44,\"3198\":6701.62,\"3199\":2917.2,\"3200\":15028.07,\"3201\":null,\"3202\":15035.98,\"3203\":null,\"3204\":820.93,\"3205\":829.82,\"3206\":812.68,\"3207\":8382.0,\"3208\":60.07,\"3209\":null,\"3210\":809.01,\"3211\":259.62,\"3212\":76.14,\"3213\":1933.8,\"3214\":7023.6,\"3215\":16032.0,\"3216\":2167.2,\"3217\":3936.72,\"3218\":466.73,\"3219\":null,\"3220\":110.0,\"3221\":404.32,\"3222\":13541.0,\"3223\":17125.67,\"3224\":198.0,\"3225\":3058.11,\"3226\":1746.36,\"3227\":659.38,\"3228\":1478.7,\"3229\":813.0,\"3230\":13268.0,\"3231\":457623.23,\"3232\":502700.06,\"3233\":13696.0,\"3234\":919.38,\"3235\":9960.47,\"3236\":59773.38,\"3237\":5973.0,\"3238\":705.24,\"3239\":724.18,\"3240\":5191.07,\"3241\":3702.72,\"3242\":12600.2,\"3243\":631.18,\"3244\":4176.17,\"3245\":64003.33,\"3246\":15221.08,\"3247\":6144.0,\"3248\":4792.89,\"3249\":940.78,\"3250\":130041.24,\"3251\":154449.27,\"3252\":6013.56,\"3253\":null,\"3254\":null,\"3255\":118650.22,\"3256\":128429.15,\"3257\":13647.39,\"3258\":307175.54,\"3259\":14964.37,\"3260\":18739.6,\"3261\":23611.96,\"3262\":11497.24,\"3263\":10834.64,\"3264\":30613.18,\"3265\":1028.17,\"3266\":1374.91,\"3267\":4059.07,\"3268\":568.58,\"3269\":304645.0,\"3270\":71869.73,\"3271\":2189.26,\"3272\":761.65,\"3273\":398.89,\"3274\":24122.18,\"3275\":2267.61,\"3276\":5.4,\"3277\":null,\"3278\":910.75,\"3279\":887042.66,\"3280\":459598.49,\"3281\":564.0,\"3282\":4305.4,\"3283\":8326.18,\"3284\":811.14,\"3285\":null,\"3286\":626.47,\"3287\":14616.0,\"3288\":23441.71,\"3289\":59911.28,\"3290\":69398.13,\"3291\":164851.49,\"3292\":null,\"3293\":null,\"3294\":439228.76,\"3295\":1006.44,\"3296\":39080.42,\"3297\":42085.16,\"3298\":7346.09,\"3299\":null,\"3300\":671.36,\"3301\":1138.5,\"3302\":350207.74,\"3303\":null,\"3304\":537.93,\"3305\":828.0,\"3306\":624.26,\"3307\":5259.6,\"3308\":429.24,\"3309\":14052.26,\"3310\":4344.75,\"3311\":16064.0,\"3312\":9854.4,\"3313\":374.95,\"3314\":2337.56,\"3315\":108.9,\"3316\":null,\"3317\":29113.57,\"3318\":25608.85,\"3319\":null,\"3320\":92341.08,\"3321\":585196.49,\"3322\":1215.72,\"3323\":757.68,\"3324\":1133.64,\"3325\":1395.0,\"3326\":33789.61,\"3327\":597614.62,\"3328\":545947.84,\"3329\":null,\"3330\":206420.0,\"3331\":null,\"3332\":416714.91,\"3333\":142341.59,\"3334\":73904.51,\"3335\":null,\"3336\":798.98,\"3337\":728.71,\"3338\":69543.8,\"3339\":14521.71,\"3340\":14841.73,\"3341\":63946.09,\"3342\":165636.38,\"3343\":170703.2,\"3344\":null,\"3345\":176335.31,\"3346\":18236.4,\"3347\":44962.28,\"3348\":48038.56,\"3349\":662.52,\"3350\":75389.42,\"3351\":null,\"3352\":8795.6,\"3353\":2470.12,\"3354\":28639.75,\"3355\":45861.53,\"3356\":57452.56,\"3357\":57682.76,\"3358\":13349.63,\"3359\":651.66,\"3360\":4154.4,\"3361\":null,\"3362\":3667.2,\"3363\":6721.11,\"3364\":286.84,\"3365\":7360.0,\"3366\":9047.11,\"3367\":1208.04,\"3368\":1527.68,\"3369\":152.86,\"3370\":null,\"3371\":8380.0,\"3372\":9865.0,\"3373\":2631.2,\"3374\":5399.3,\"3375\":null,\"3376\":10166.27,\"3377\":10217.84,\"3378\":338.21,\"3379\":10014.2,\"3380\":9912.8,\"3381\":594.0,\"3382\":1312.4,\"3383\":11178.0,\"3384\":19649.77,\"3385\":10276.15,\"3386\":19571.4,\"3387\":3380.4,\"3388\":null,\"3389\":410.0,\"3390\":8335.8,\"3391\":4036.0,\"3392\":null,\"3393\":1501.4,\"3394\":5551.74,\"3395\":3620.7,\"3396\":411.0,\"3397\":432.23,\"3398\":1739.81,\"3399\":342.7,\"3400\":2139.0,\"3401\":1315.23,\"3402\":10888.62,\"3403\":5243.82,\"3404\":18533.65,\"3405\":1675.8,\"3406\":2158.27,\"3407\":816.42,\"3408\":null,\"3409\":286.88,\"3410\":643.2,\"3411\":2428.14,\"3412\":1436.82,\"3413\":null,\"3414\":2073.0,\"3415\":5560.8,\"3416\":5740.8,\"3417\":103577.86,\"3418\":12616.62,\"3419\":2062.27,\"3420\":4086.26,\"3421\":null,\"3422\":17823.15,\"3423\":2646.3,\"3424\":19824.78,\"3425\":181388.09,\"3426\":16418.86,\"3427\":1324.18,\"3428\":3322.55,\"3429\":3071.7,\"3430\":1998.0,\"3431\":3090.48,\"3432\":412.88,\"3433\":null,\"3434\":1312.66,\"3435\":6747.47,\"3436\":2.47,\"3437\":75.97,\"3438\":630.15,\"3439\":4057.41,\"3440\":5544.0,\"3441\":3926.49,\"3442\":1998.72,\"3443\":18829.18,\"3444\":18495.89,\"3445\":8814.2,\"3446\":17589.6,\"3447\":19681.12,\"3448\":19857.7,\"3449\":374.4,\"3450\":80163.83,\"3451\":17505.07,\"3452\":16479.44,\"3453\":2.95,\"3454\":1.21,\"3455\":7567.2,\"3456\":157.5,\"3457\":448.14,\"3458\":8337.96,\"3459\":877.74,\"3460\":1.35,\"3461\":38849.92,\"3462\":8046.81,\"3463\":18198.09,\"3464\":992.42,\"3465\":1009.47,\"3466\":81796.49,\"3467\":2314.9,\"3468\":11880.0,\"3469\":3839.4,\"3470\":9247.38,\"3471\":7691.18,\"3472\":7812.23,\"3473\":9744.08,\"3474\":5073.0,\"3475\":4311.9,\"3476\":573.32,\"3477\":764.76,\"3478\":481.68,\"3479\":428.04,\"3480\":766.65,\"3481\":526.47,\"3482\":762.94,\"3483\":657.63,\"3484\":216.24,\"3485\":1014.33,\"3486\":1003.27,\"3487\":6784.8,\"3488\":826.68,\"3489\":null,\"3490\":8581.86,\"3491\":8743.29,\"3492\":7788.6,\"3493\":7930.23,\"3494\":null,\"3495\":820.56,\"3496\":null,\"3497\":4933.16,\"3498\":3374.1,\"3499\":9024.0,\"3500\":8136.46,\"3501\":994.29,\"3502\":2143.35,\"3503\":6.31,\"3504\":811.8,\"3505\":651.0,\"3506\":747.74,\"3507\":1332.32,\"3508\":9300.05,\"3509\":887.04,\"3510\":968.76,\"3511\":797.75,\"3512\":278.74,\"3513\":117.0,\"3514\":7929.87,\"3515\":6407.53,\"3516\":2253.0,\"3517\":9967.69,\"3518\":10005.84,\"3519\":9670.09,\"3520\":8284.2,\"3521\":789.9,\"3522\":483.27,\"3523\":493.13,\"3524\":796.38,\"3525\":7560.3,\"3526\":null,\"3527\":60.92,\"3528\":767.5,\"3529\":691.9,\"3530\":488.84,\"3531\":10.14,\"3532\":1887.6,\"3533\":7158.0,\"3534\":241512.5,\"3535\":1908.0,\"3536\":3480.43,\"3537\":464.2,\"3538\":null,\"3539\":404.4,\"3540\":13376.0,\"3541\":16461.21,\"3542\":null,\"3543\":1336.83,\"3544\":1742.07,\"3545\":689.04,\"3546\":1954.8,\"3547\":1600.0,\"3548\":16300.0,\"3549\":59916.19,\"3550\":501590.99,\"3551\":null,\"3552\":307.56,\"3553\":11436.43,\"3554\":58912.87,\"3555\":5925.33,\"3556\":641.41,\"3557\":724.68,\"3558\":3702.4,\"3559\":12086.99,\"3560\":null,\"3561\":null,\"3562\":64200.13,\"3563\":15220.86,\"3564\":6598.0,\"3565\":495.1,\"3566\":939.79,\"3567\":238474.44,\"3568\":150917.83,\"3569\":5808.69,\"3570\":null,\"3571\":67820.0,\"3572\":null,\"3573\":147384.43,\"3574\":14510.7,\"3575\":305884.79,\"3576\":14754.15,\"3577\":18933.2,\"3578\":23154.94,\"3579\":12830.34,\"3580\":15604.35,\"3581\":null,\"3582\":873.75,\"3583\":1326.66,\"3584\":332.08,\"3585\":304700.0,\"3586\":50453.7,\"3587\":1484.31,\"3588\":null,\"3589\":399.74,\"3590\":22889.13,\"3591\":null,\"3592\":2832.77,\"3593\":12.6,\"3594\":902.44,\"3595\":881868.86,\"3596\":440890.54,\"3597\":414.0,\"3598\":4571.6,\"3599\":8313.18,\"3600\":803.99,\"3601\":636.45,\"3602\":16488.0,\"3603\":23538.41,\"3604\":69388.74,\"3605\":165097.46,\"3606\":null,\"3607\":133722.0,\"3608\":431482.9,\"3609\":985.64,\"3610\":38676.45,\"3611\":42117.64,\"3612\":7805.22,\"3613\":538.16,\"3614\":681.62,\"3615\":1075.65,\"3616\":172566.3,\"3617\":309.85,\"3618\":488.43,\"3619\":806.22,\"3620\":625.11,\"3621\":5250.0,\"3622\":429.6,\"3623\":null,\"3624\":null,\"3625\":13936.76,\"3626\":4348.8,\"3627\":19254.4,\"3628\":9172.8,\"3629\":324.92,\"3630\":2514.0,\"3631\":105.6,\"3632\":251.09,\"3633\":28866.57,\"3634\":41024.51,\"3635\":null,\"3636\":null,\"3637\":92851.26,\"3638\":698532.96,\"3639\":1200.42,\"3640\":799.92,\"3641\":1115.82,\"3642\":1076.4,\"3643\":9007.17,\"3644\":772997.4300000001,\"3645\":50793.73,\"3646\":544536.84,\"3647\":207740.0,\"3648\":152907.62,\"3649\":416816.63,\"3650\":141592.78,\"3651\":124127.02,\"3652\":null,\"3653\":799.12,\"3654\":394.52,\"3655\":null,\"3656\":14289.08,\"3657\":14385.53,\"3658\":59087.31,\"3659\":165644.42,\"3660\":163577.0,\"3661\":null,\"3662\":165906.77,\"3663\":17611.05,\"3664\":44394.62,\"3665\":47630.77,\"3666\":663.78,\"3667\":75552.14,\"3668\":1622.94,\"3669\":8549.2,\"3670\":2368.08,\"3671\":33265.69,\"3672\":46760.6,\"3673\":57530.57,\"3674\":58265.62,\"3675\":12397.28,\"3676\":651.0,\"3677\":6879.6,\"3678\":null,\"3679\":null,\"3680\":4555.2,\"3681\":6787.28,\"3682\":273.83,\"3683\":4000.0,\"3684\":9152.29,\"3685\":803.76,\"3686\":1527.24,\"3687\":154.18,\"3688\":331.2,\"3689\":8122.0,\"3690\":9394.0,\"3691\":2472.8,\"3692\":4462.94,\"3693\":15252.43,\"3694\":9519.61,\"3695\":9890.82,\"3696\":273.39,\"3697\":10015.1,\"3698\":9774.4,\"3699\":1.2,\"3700\":1305.6,\"3701\":13734.0,\"3702\":17473.41,\"3703\":10288.25,\"3704\":19551.24,\"3705\":7142.4,\"3706\":426.3,\"3707\":8131.7,\"3708\":1966.0,\"3709\":0.96,\"3710\":1458.6,\"3711\":5942.28,\"3712\":3408.7,\"3713\":3145.0,\"3714\":432.23,\"3715\":2132.67,\"3716\":344.54,\"3717\":2011.0,\"3718\":1002.38,\"3719\":10789.69,\"3720\":3149.22,\"3721\":18852.69,\"3722\":1701.6,\"3723\":null,\"3724\":925.98,\"3725\":269.72,\"3726\":1074.9,\"3727\":1276.33,\"3728\":null,\"3729\":17252.81,\"3730\":2000.0,\"3731\":5472.8,\"3732\":8202.72,\"3733\":102840.7,\"3734\":1097.59,\"3735\":null,\"3736\":3822.26,\"3737\":8635.68,\"3738\":1060.4,\"3739\":17863.49,\"3740\":6661.97,\"3741\":19900.26,\"3742\":162177.63,\"3743\":18186.19,\"3744\":23.76,\"3745\":7102.62,\"3746\":7061.87,\"3747\":7698.0,\"3748\":6571.6,\"3749\":219.84,\"3750\":0.23,\"3751\":8010.6,\"3752\":1.84,\"3753\":29.92,\"3754\":1081.69,\"3755\":4193.44,\"3756\":6256.8,\"3757\":7630.73,\"3758\":null,\"3759\":14078.73,\"3760\":16007.62,\"3761\":7536.19,\"3762\":8681.4,\"3763\":18943.2,\"3764\":9393.03,\"3765\":9690.7,\"3766\":4.2,\"3767\":87651.71,\"3768\":8519.95,\"3769\":8215.88,\"3770\":2.71,\"3771\":0.94,\"3772\":7567.2,\"3773\":null,\"3774\":433.07,\"3775\":886.53,\"3776\":37388.59,\"3777\":11941.18,\"3778\":63445.4,\"3779\":1222.71,\"3780\":1268.91,\"3781\":86303.04,\"3782\":7501.55,\"3783\":18720.0,\"3784\":6895.2,\"3785\":9125.94,\"3786\":6842.03,\"3787\":6938.55,\"3788\":6118.2,\"3789\":3939.3,\"3790\":4364.7,\"3791\":453.99,\"3792\":null,\"3793\":229.32,\"3794\":151.56,\"3795\":114.48,\"3796\":698.79,\"3797\":296.1,\"3798\":961.34,\"3799\":935.63,\"3800\":622.2,\"3801\":852.21,\"3802\":830.19,\"3803\":9076.8,\"3804\":472.08,\"3805\":null,\"3806\":14867.13,\"3807\":14959.73,\"3808\":3985.2,\"3809\":9186.43,\"3810\":4800.0,\"3811\":766.02,\"3812\":null,\"3813\":null,\"3814\":6980.4,\"3815\":8403.6,\"3816\":1827.05,\"3817\":992.27,\"3818\":66.15,\"3819\":3.65,\"3820\":323.62,\"3821\":775.44,\"3822\":756.8,\"3823\":2226.84,\"3824\":9296.6,\"3825\":4800.0,\"3826\":898.92,\"3827\":977.91,\"3828\":814.19,\"3829\":304.79,\"3830\":219.0,\"3831\":3158.77,\"3832\":2410.28,\"3833\":219.0,\"3834\":15060.75,\"3835\":15261.8,\"3836\":15071.21,\"3837\":7398.3,\"3838\":8134.5,\"3839\":519.99,\"3840\":522.19,\"3841\":909.34,\"3842\":8580.0,\"3843\":null,\"3844\":12.1,\"3845\":765.57,\"3846\":830.99,\"3847\":541.65,\"3848\":292.67,\"3849\":1366.2,\"3850\":7147.2,\"3851\":387325.0,\"3852\":5112.0,\"3853\":4937.04,\"3854\":null,\"3855\":null,\"3856\":404.47,\"3857\":13772.0,\"3858\":16033.97,\"3859\":null,\"3860\":2872.82,\"3861\":1746.03,\"3862\":767.48,\"3863\":2212.2,\"3864\":2331.0,\"3865\":19628.0,\"3866\":118526.15,\"3867\":499161.29,\"3868\":14256.0,\"3869\":462.33,\"3870\":7960.18,\"3871\":23505.32,\"3872\":5925.33,\"3873\":983.54,\"3874\":719.65,\"3875\":3702.4,\"3876\":null,\"3877\":11396.27,\"3878\":485.1,\"3879\":null,\"3880\":65383.44,\"3881\":28179.4,\"3882\":9177.0,\"3883\":4307.15,\"3884\":939.79,\"3885\":246574.77,\"3886\":151964.21,\"3887\":5689.98,\"3888\":null,\"3889\":null,\"3890\":108778.82,\"3891\":233161.37,\"3892\":11977.86,\"3893\":38623.42,\"3894\":13920.01,\"3895\":18926.6,\"3896\":31133.8,\"3897\":12018.51,\"3898\":16180.97,\"3899\":null,\"3900\":856.15,\"3901\":1240.24,\"3902\":574.46,\"3903\":null,\"3904\":75645.27,\"3905\":1959.83,\"3906\":763.72,\"3907\":399.6,\"3908\":22905.19,\"3909\":null,\"3910\":null,\"3911\":29.4,\"3912\":884.24,\"3913\":901632.27,\"3914\":400004.63,\"3915\":408.0,\"3916\":4562.8,\"3917\":8295.02,\"3918\":798.82,\"3919\":null,\"3920\":640.26,\"3921\":13860.0,\"3922\":23086.37,\"3923\":68922.15,\"3924\":165444.93,\"3925\":null,\"3926\":402086.0,\"3927\":425092.74,\"3928\":983.71,\"3929\":38572.6,\"3930\":42269.75,\"3931\":7805.22,\"3932\":510.58,\"3933\":678.6,\"3934\":959.25,\"3935\":100188.25,\"3936\":1375.4,\"3937\":536.91,\"3938\":772.38,\"3939\":613.25,\"3940\":5168.4,\"3941\":429.24,\"3942\":1229.46,\"3943\":14006.35,\"3944\":4499.55,\"3945\":18696.12,\"3946\":6964.8,\"3947\":379.7,\"3948\":2570.4,\"3949\":105.6,\"3950\":346.43,\"3951\":29422.43,\"3952\":34346.8,\"3953\":238803.15,\"3954\":91911.28,\"3955\":501499.95,\"3956\":1261.98,\"3957\":779.68,\"3958\":1104.15,\"3959\":1314.0,\"3960\":774991.64,\"3961\":38612.77,\"3962\":548026.5600000001,\"3963\":207180.0,\"3964\":153224.79,\"3965\":419842.55,\"3966\":144958.61,\"3967\":127233.66,\"3968\":798.7,\"3969\":578.68,\"3970\":58560.62,\"3971\":14459.19,\"3972\":14598.4,\"3973\":64382.1,\"3974\":165428.49,\"3975\":168816.2,\"3976\":null,\"3977\":159987.6,\"3978\":17880.84,\"3979\":43811.1,\"3980\":1609.08,\"3981\":652.74,\"3982\":83309.93,\"3983\":1461.35,\"3984\":8129.0,\"3985\":2662.27,\"3986\":null,\"3987\":46082.88,\"3988\":48021.37,\"3989\":13995.35,\"3990\":14263.25,\"3991\":650.34,\"3992\":4924.8,\"3993\":null,\"3994\":7180.8,\"3995\":4946.21,\"3996\":266.31,\"3997\":null,\"3998\":8640.0,\"3999\":9291.58,\"4000\":1112.52,\"4001\":1611.72,\"4002\":152.33,\"4003\":331.2,\"4004\":8013.0,\"4005\":9877.0,\"4006\":2547.6,\"4007\":4952.34,\"4008\":14410.85,\"4009\":9154.32,\"4010\":9510.39,\"4011\":806.52,\"4012\":10000.3,\"4013\":9742.1,\"4014\":116.4,\"4015\":1327.5,\"4016\":10512.0,\"4017\":19738.92,\"4018\":10297.92,\"4019\":19600.87,\"4020\":7498.8,\"4021\":426.1,\"4022\":8157.1,\"4023\":3042.0,\"4024\":1431.3,\"4025\":6129.96,\"4026\":3284.2,\"4027\":6477.0,\"4028\":432.23,\"4029\":2229.27,\"4030\":349.14,\"4031\":2059.0,\"4032\":366.64,\"4033\":10687.72,\"4034\":5471.06,\"4035\":16924.69,\"4036\":1723.2,\"4037\":780.4,\"4038\":738.54,\"4039\":271.04,\"4040\":828.6,\"4041\":2045.23,\"4042\":null,\"4043\":null,\"4044\":17320.52,\"4045\":2000.0,\"4046\":5395.8,\"4047\":7665.9,\"4048\":101774.89,\"4049\":11544.35,\"4050\":null,\"4051\":3741.91,\"4052\":8838.72,\"4053\":17122.75,\"4054\":976.69,\"4055\":18714.47,\"4056\":82967.74,\"4057\":17213.92,\"4058\":109.12,\"4059\":6796.57,\"4060\":7597.39,\"4061\":8143.5,\"4062\":831.65,\"4063\":142.64,\"4064\":null,\"4065\":47.03,\"4066\":8615.9,\"4067\":2.12,\"4068\":67.78,\"4069\":1325.76,\"4070\":4545.53,\"4071\":8658.0,\"4072\":6844.06,\"4073\":45.34,\"4074\":16283.01,\"4075\":15964.13,\"4076\":7282.88,\"4077\":6937.2,\"4078\":17359.2,\"4079\":7945.19,\"4080\":8190.76,\"4081\":221.4,\"4082\":88197.1,\"4083\":1788.35,\"4084\":1771.32,\"4085\":2.12,\"4086\":0.75,\"4087\":7567.2,\"4088\":48.9,\"4089\":422.4,\"4090\":null,\"4091\":866.02,\"4092\":null,\"4093\":38255.38,\"4094\":13235.13,\"4095\":80259.18,\"4096\":1184.54,\"4097\":1279.95,\"4098\":75173.93,\"4099\":9009.35,\"4100\":14760.0,\"4101\":5247.0,\"4102\":9371.58,\"4103\":8244.45,\"4104\":8458.88,\"4105\":9774.68,\"4106\":5226.9,\"4107\":6320.4,\"4108\":574.55,\"4109\":null,\"4110\":346.92,\"4111\":202.68,\"4112\":383.16,\"4113\":735.3,\"4114\":505.98,\"4115\":961.89,\"4116\":871.01,\"4117\":597.72,\"4118\":991.46,\"4119\":1018.12,\"4120\":8098.8,\"4121\":93.11,\"4122\":null,\"4123\":15184.62,\"4124\":15046.9,\"4125\":7623.0,\"4126\":16124.39,\"4127\":4800.0,\"4128\":730.29,\"4129\":null,\"4130\":3835.94,\"4131\":5121.0,\"4132\":8902.8,\"4133\":2362.06,\"4134\":null,\"4135\":5227.65,\"4136\":5.61,\"4137\":409.93,\"4138\":866.4,\"4139\":839.3,\"4140\":1800.04,\"4141\":9097.65,\"4142\":4800.0,\"4143\":991.39,\"4144\":986.91,\"4145\":800.09,\"4146\":106.0,\"4147\":249.0,\"4148\":5196.54,\"4149\":4174.0,\"4150\":1734.6,\"4151\":0.21,\"4152\":15202.49,\"4153\":15071.03,\"4154\":7239.6,\"4155\":8835.3,\"4156\":763.18,\"4157\":785.66,\"4158\":null,\"4159\":8840.7,\"4160\":74.87,\"4161\":29.82,\"4162\":853.27,\"4163\":801.67,\"4164\":null,\"4165\":709.09,\"4166\":1993.2,\"4167\":7137.6,\"4168\":387008.7,\"4169\":2944.8,\"4170\":4241.45,\"4171\":50.71,\"4172\":null,\"4173\":404.58,\"4174\":13761.0,\"4175\":15625.67,\"4176\":198.0,\"4177\":3130.88,\"4178\":1744.71,\"4179\":770.4,\"4180\":691.2,\"4181\":2556.0,\"4182\":20788.0,\"4183\":419760.97,\"4184\":500713.2,\"4185\":13056.0,\"4186\":1497.21,\"4187\":8467.17,\"4188\":23063.75,\"4189\":6017.0,\"4190\":636.81,\"4191\":719.77,\"4192\":3703.04,\"4193\":939.6,\"4194\":11001.04,\"4195\":626.78,\"4196\":null,\"4197\":64907.02,\"4198\":26143.92,\"4199\":7912.9,\"4200\":4523.97,\"4201\":939.79,\"4202\":249934.75,\"4203\":153048.9,\"4204\":5655.13,\"4205\":35016.0,\"4206\":509210.0,\"4207\":253035.25,\"4208\":11883.75,\"4209\":162309.37,\"4210\":13935.42,\"4211\":18532.8,\"4212\":26007.23,\"4213\":11031.93,\"4214\":16340.92,\"4215\":31659.0,\"4216\":700.7,\"4217\":1230.99,\"4218\":589.96,\"4219\":null,\"4220\":75529.06,\"4221\":2073.34,\"4222\":764.7,\"4223\":402.16,\"4224\":21663.67,\"4225\":null,\"4226\":null,\"4227\":22.2,\"4228\":845.74,\"4229\":863324.1899999999,\"4230\":74812.32,\"4231\":468.0,\"4232\":4307.6,\"4233\":8318.73,\"4234\":795.08,\"4235\":615.26,\"4236\":15948.0,\"4237\":22612.97,\"4238\":68980.05,\"4239\":164897.84,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":968.73,\"4244\":38338.18,\"4245\":42340.88,\"4246\":8876.52,\"4247\":531.7,\"4248\":675.25,\"4249\":858.3,\"4250\":143574.0,\"4251\":2256.76,\"4252\":537.7,\"4253\":718.02,\"4254\":604.91,\"4255\":4657.2,\"4256\":429.24,\"4257\":1513.81,\"4258\":14091.72,\"4259\":3460.5,\"4260\":18100.84,\"4261\":9590.4,\"4262\":823.24,\"4263\":380.62,\"4264\":2566.8,\"4265\":105.6,\"4266\":350.98,\"4267\":29336.22,\"4268\":38440.0,\"4269\":480.68,\"4270\":null,\"4271\":91145.03,\"4272\":521609.51,\"4273\":1480.62,\"4274\":771.54,\"4275\":1093.25,\"4276\":1267.2,\"4277\":603284.1899999999,\"4278\":null,\"4279\":539949.48,\"4280\":null,\"4281\":156010.32,\"4282\":423207.03,\"4283\":141048.61,\"4284\":125554.29,\"4285\":796.74,\"4286\":622.65,\"4287\":65038.9,\"4288\":12855.56,\"4289\":12681.72,\"4290\":59468.2,\"4291\":165427.35,\"4292\":170035.35,\"4293\":null,\"4294\":null,\"4295\":18921.98,\"4296\":45059.18,\"4297\":48960.18,\"4298\":644.25,\"4299\":75328.76,\"4300\":1377.49,\"4301\":7834.2,\"4302\":2456.23,\"4303\":28962.3,\"4304\":42431.67,\"4305\":57622.51,\"4306\":57150.63,\"4307\":16839.26,\"4308\":282.06,\"4309\":5407.2,\"4310\":null,\"4311\":null,\"4312\":5857.83,\"4313\":293.57,\"4314\":3040.0,\"4315\":9344.44,\"4316\":1092.84,\"4317\":1586.64,\"4318\":152.99,\"4319\":14921.0,\"4320\":9491.0,\"4321\":3069.0,\"4322\":4464.24,\"4323\":14403.54,\"4324\":9740.83,\"4325\":10134.56,\"4326\":449.97,\"4327\":9987.3,\"4328\":9577.5,\"4329\":914.4,\"4330\":1713.7,\"4331\":12474.0,\"4332\":19714.88,\"4333\":10278.8,\"4334\":19554.6,\"4335\":8496.0,\"4336\":571.4,\"4337\":8869.5,\"4338\":1830.0,\"4339\":6.68,\"4340\":1869.0,\"4341\":5951.94,\"4342\":7180.5,\"4343\":1105.0,\"4344\":432.23,\"4345\":2018.81,\"4346\":346.15,\"4347\":2110.0,\"4348\":1130.66,\"4349\":11058.98,\"4350\":6774.1,\"4351\":18705.81,\"4352\":1715.4,\"4353\":2350.3,\"4354\":null,\"4355\":975.48,\"4356\":null,\"4357\":282.48,\"4358\":null,\"4359\":1456.73,\"4360\":820.58,\"4361\":317.28,\"4362\":11308.75,\"4363\":2000.0,\"4364\":7615.1,\"4365\":6455.64,\"4366\":100591.98,\"4367\":4070.78,\"4368\":3754.04,\"4369\":7168.17,\"4370\":8678.88,\"4371\":617.1,\"4372\":17898.1,\"4373\":1362.63,\"4374\":19884.03,\"4375\":null,\"4376\":17043.02,\"4377\":1145.1,\"4378\":7210.26,\"4379\":6978.26,\"4380\":8589.0,\"4381\":1349.02,\"4382\":null,\"4383\":80.4,\"4384\":657.46,\"4385\":6440.34,\"4386\":3.1,\"4387\":71.43,\"4388\":2823.37,\"4389\":5082.87,\"4390\":8216.48,\"4391\":2522.05,\"4392\":11923.68,\"4393\":11191.16,\"4394\":4552.27,\"4395\":8636.4,\"4396\":18626.4,\"4397\":6975.58,\"4398\":7172.64,\"4399\":1086.6,\"4400\":88949.29,\"4401\":11135.67,\"4402\":10645.65,\"4403\":2.31,\"4404\":0.77,\"4405\":7567.2,\"4406\":3735.3,\"4407\":439.34,\"4408\":8446.06,\"4409\":823.05,\"4410\":38200.0,\"4411\":16828.06,\"4412\":39894.72,\"4413\":40.33,\"4414\":1593.21,\"4415\":87107.91,\"4416\":2700.6,\"4417\":12640.0,\"4418\":6805.2,\"4419\":9393.66,\"4420\":8552.93,\"4421\":8184.38,\"4422\":10001.7,\"4423\":6619.2,\"4424\":8281.5,\"4425\":575.17,\"4426\":5027.0,\"4427\":591.24,\"4428\":388.92,\"4429\":435.24,\"4430\":601.71,\"4431\":437.97,\"4432\":802.61,\"4433\":817.38,\"4434\":566.4,\"4435\":809.83,\"4436\":787.75,\"4437\":7514.4,\"4438\":583.32,\"4439\":1.2,\"4440\":13437.81,\"4441\":14296.14,\"4442\":6030.0,\"4443\":12420.3,\"4444\":4806.0,\"4445\":503.43,\"4446\":564.0,\"4447\":230.0,\"4448\":null,\"4449\":4337.7,\"4450\":5809.2,\"4451\":6826.76,\"4452\":986.77,\"4453\":4024.35,\"4454\":11.58,\"4455\":685.33,\"4456\":622.44,\"4457\":388.3,\"4458\":1495.12,\"4459\":9359.85,\"4460\":4806.0,\"4461\":929.2,\"4462\":962.98,\"4463\":823.32,\"4464\":800.58,\"4465\":282.0,\"4466\":6908.52,\"4467\":5147.18,\"4468\":3304.8,\"4469\":15028.76,\"4470\":15093.57,\"4471\":4367.4,\"4472\":4131.3,\"4473\":684.0,\"4474\":700.13,\"4475\":857.03,\"4476\":null,\"4477\":513.02,\"4478\":62.85,\"4479\":841.75,\"4480\":783.03,\"4481\":950.48,\"4482\":934.94,\"4483\":3619.0,\"4484\":null,\"4485\":6447.6,\"4486\":190186.17,\"4487\":2433.6,\"4488\":4631.9,\"4489\":18.13,\"4490\":404.72,\"4491\":13926.0,\"4492\":17864.76,\"4493\":null,\"4494\":3123.78,\"4495\":1742.73,\"4496\":752.98,\"4497\":1963.8,\"4498\":3667.0,\"4499\":22404.0,\"4500\":296865.29,\"4501\":501989.61,\"4502\":13736.0,\"4503\":690.03,\"4504\":9701.92,\"4505\":53111.25,\"4506\":6145.33,\"4507\":637.68,\"4508\":718.86,\"4509\":3702.08,\"4510\":928.74,\"4511\":11055.88,\"4512\":630.08,\"4513\":null,\"4514\":62888.03,\"4515\":28264.61,\"4516\":16535.0,\"4517\":5969.37,\"4518\":939.79,\"4519\":250221.67,\"4520\":154067.2,\"4521\":6662.63,\"4522\":69672.0,\"4523\":null,\"4524\":255415.26,\"4525\":15852.91,\"4526\":33498.9,\"4527\":17353.99,\"4528\":17472.4,\"4529\":25337.44,\"4530\":12217.09,\"4531\":16173.79,\"4532\":33761.44,\"4533\":920.32,\"4534\":1278.85,\"4535\":587.71,\"4536\":73776.21,\"4537\":1997.09,\"4538\":756.14,\"4539\":407.25,\"4540\":21677.25,\"4541\":null,\"4542\":2881.86,\"4543\":2906.4,\"4544\":772.2,\"4545\":895221.09,\"4546\":474804.05,\"4547\":492.0,\"4548\":6864.0,\"4549\":8304.02,\"4550\":794.86,\"4551\":644.79,\"4552\":15156.0,\"4553\":22882.46,\"4554\":69151.91,\"4555\":165383.06,\"4556\":null,\"4557\":null,\"4558\":449239.62,\"4559\":979.62,\"4560\":null,\"4561\":null,\"4562\":7652.17,\"4563\":502.39,\"4564\":675.11,\"4565\":765.3,\"4566\":80345.78,\"4567\":3079.58,\"4568\":522.69,\"4569\":858.78,\"4570\":636.79,\"4571\":4602.0,\"4572\":428.76,\"4573\":1335.82,\"4574\":14065.89,\"4575\":2448.45,\"4576\":15673.19,\"4577\":8256.0,\"4578\":null,\"4579\":379.7,\"4580\":2571.6,\"4581\":102.3,\"4582\":346.27,\"4583\":29852.74,\"4584\":38352.2,\"4585\":1182.98,\"4586\":254466.62,\"4587\":91770.81,\"4588\":120211.72,\"4589\":1511.04,\"4590\":793.76,\"4591\":1113.72,\"4592\":1420.2,\"4593\":434997.51,\"4594\":null,\"4595\":181027.46,\"4596\":120790.0,\"4597\":101592.91,\"4598\":311774.88,\"4599\":70898.56,\"4600\":72884.38,\"4601\":796.32,\"4602\":581.44,\"4603\":13283.3,\"4604\":14284.43,\"4605\":14486.35,\"4606\":59588.12,\"4607\":165084.18,\"4608\":170446.05,\"4609\":null,\"4610\":null,\"4611\":18455.34,\"4612\":45017.98,\"4613\":48485.24,\"4614\":652.62,\"4615\":75375.81,\"4616\":1221.77,\"4617\":7671.4,\"4618\":2228.73,\"4619\":27365.09,\"4620\":42260.36,\"4621\":56417.85,\"4622\":56562.94,\"4623\":17644.45,\"4624\":326.52,\"4625\":8499.6,\"4626\":3.0,\"4627\":null,\"4628\":6740.42,\"4629\":261.95,\"4630\":6880.0,\"4631\":9295.89,\"4632\":749.76,\"4633\":1569.04,\"4634\":156.55,\"4635\":10716.0,\"4636\":9593.0,\"4637\":2959.0,\"4638\":5168.23,\"4639\":17357.65,\"4640\":9203.78,\"4641\":9562.1,\"4642\":323.55,\"4643\":9732.2,\"4644\":9310.5,\"4645\":390.0,\"4646\":2246.5,\"4647\":7974.0,\"4648\":19715.35,\"4649\":10271.49,\"4650\":19508.18,\"4651\":2023.2,\"4652\":779.0,\"4653\":10278.0,\"4654\":7784.0,\"4655\":null,\"4656\":1692.7,\"4657\":5922.96,\"4658\":4049.6,\"4659\":7340.0,\"4660\":432.23,\"4661\":1927.75,\"4662\":342.7,\"4663\":2537.0,\"4664\":807.3,\"4665\":16957.67,\"4666\":2578.22,\"4667\":18415.99,\"4668\":1703.4,\"4669\":560.85,\"4670\":null,\"4671\":868.56,\"4672\":648.56,\"4673\":null,\"4674\":2044.02,\"4675\":1969.94,\"4676\":30.72,\"4677\":11105.6,\"4678\":2000.0,\"4679\":6244.8,\"4680\":5471.7,\"4681\":81973.26,\"4682\":12360.81,\"4683\":1941.35,\"4684\":5170.96,\"4685\":8539.2,\"4686\":17072.75,\"4687\":1733.89,\"4688\":19365.88,\"4689\":null,\"4690\":17141.56,\"4691\":698.94,\"4692\":6728.25,\"4693\":6776.27,\"4694\":6945.0,\"4695\":2180.4,\"4696\":74.56,\"4697\":351.47,\"4698\":6343.11,\"4699\":2.2,\"4700\":37.27,\"4701\":2637.82,\"4702\":4166.79,\"4703\":5839.2,\"4704\":7397.76,\"4705\":1011.52,\"4706\":8489.66,\"4707\":7154.44,\"4708\":3156.15,\"4709\":7610.4,\"4710\":17409.6,\"4711\":6460.79,\"4712\":6638.55,\"4713\":210.0,\"4714\":88297.56,\"4715\":14911.79,\"4716\":15694.24,\"4717\":0.92,\"4718\":0.31,\"4719\":7567.2,\"4720\":786.75,\"4721\":449.9,\"4722\":8437.78,\"4723\":826.3,\"4724\":null,\"4725\":35610.29,\"4726\":22921.41,\"4727\":51781.63,\"4728\":1197.52,\"4729\":1582.17,\"4730\":71044.66,\"4731\":3842.65,\"4732\":10680.0,\"4733\":5811.0,\"4734\":9366.06,\"4735\":8638.88,\"4736\":8691.08,\"4737\":9009.45,\"4738\":3013.8,\"4739\":3579.9,\"4740\":566.81,\"4741\":null,\"4742\":606.72,\"4743\":477.6,\"4744\":375.48,\"4745\":376.23,\"4746\":266.04,\"4747\":793.3,\"4748\":801.49,\"4749\":562.92,\"4750\":790.44,\"4751\":764.38,\"4752\":6301.2,\"4753\":721.56,\"4754\":null,\"4755\":14889.04,\"4756\":14692.3,\"4757\":7344.0,\"4758\":8125.31,\"4759\":4900.0,\"4760\":363.42,\"4761\":7.2,\"4762\":null,\"4763\":3529.5,\"4764\":9618.0,\"4765\":4546.19,\"4766\":899.69,\"4767\":8706.6,\"4768\":5.35,\"4769\":19.82,\"4770\":586.44,\"4771\":742.5,\"4772\":197.56,\"4773\":9119.5,\"4774\":4900.0,\"4775\":936.41,\"4776\":938.69,\"4777\":837.49,\"4778\":192.98,\"4779\":273.0,\"4780\":6354.95,\"4781\":4894.46,\"4782\":3269.4,\"4783\":14919.86,\"4784\":14879.16,\"4785\":5907.9,\"4786\":6091.2,\"4787\":311.81,\"4788\":312.91,\"4789\":809.36,\"4790\":7530.6,\"4791\":52.08,\"4792\":828.66,\"4793\":776.94,\"4794\":922.41,\"4795\":null,\"4796\":3721.67,\"4797\":null,\"4798\":7138.8,\"4799\":256243.26,\"4800\":5875.2,\"4801\":6426.3,\"4802\":null,\"4803\":404.44,\"4804\":13068.0,\"4805\":null,\"4806\":null,\"4807\":3102.82,\"4808\":1760.88,\"4809\":772.06,\"4810\":1832.4,\"4811\":3599.0,\"4812\":21252.0,\"4813\":60273.24,\"4814\":499981.42,\"4815\":null,\"4816\":1911.36,\"4817\":18091.43,\"4818\":62685.37,\"4819\":7571.67,\"4820\":null,\"4821\":720.02,\"4822\":3702.4,\"4823\":863.5,\"4824\":21175.42,\"4825\":609.84,\"4826\":null,\"4827\":53935.86,\"4828\":25951.51,\"4829\":19386.0,\"4830\":5740.2,\"4831\":939.79,\"4832\":249421.14,\"4833\":153895.87,\"4834\":7160.06,\"4835\":null,\"4836\":509290.0,\"4837\":null,\"4838\":234834.59,\"4839\":21779.83,\"4840\":397763.75,\"4841\":19297.29,\"4842\":18532.8,\"4843\":24507.31,\"4844\":13797.77,\"4845\":16485.3,\"4846\":126368.99,\"4847\":1005.81,\"4848\":1264.57,\"4849\":578.83,\"4850\":20900.0,\"4851\":48035.75,\"4852\":2687.78,\"4853\":751.81,\"4854\":303.96,\"4855\":30513.9,\"4856\":null,\"4857\":null,\"4858\":2466.6,\"4859\":778.17,\"4860\":873381.4399999999,\"4861\":339964.53,\"4862\":474.0,\"4863\":10857.0,\"4864\":4134.21,\"4865\":800.14,\"4866\":136770.0,\"4867\":615.62,\"4868\":11772.0,\"4869\":22977.89,\"4870\":64900.55,\"4871\":164954.39,\"4872\":680.0,\"4873\":318964.0,\"4874\":501027.6,\"4875\":50685.86,\"4876\":42933.86,\"4877\":7805.22,\"4878\":537.64,\"4879\":676.4,\"4880\":709.05,\"4881\":81223.36,\"4882\":3074.42,\"4883\":538.96,\"4884\":836.64,\"4885\":873.25,\"4886\":5071.2,\"4887\":428.4,\"4888\":null,\"4889\":1369.9,\"4890\":14083.83,\"4891\":1492.2,\"4892\":17352.68,\"4893\":6873.6,\"4894\":370.13,\"4895\":2560.2,\"4896\":102.3,\"4897\":344.47,\"4898\":30052.28,\"4899\":49136.69,\"4900\":746.73,\"4901\":null,\"4902\":90556.28,\"4903\":121043.71,\"4904\":null,\"4905\":800.8,\"4906\":1092.22,\"4907\":1222.2,\"4908\":795599.78,\"4909\":50996.26,\"4910\":529964.17,\"4911\":null,\"4912\":152730.0,\"4913\":154290.79,\"4914\":419882.12,\"4915\":73118.27,\"4916\":73065.93,\"4917\":795.9,\"4918\":911.64,\"4919\":52455.52,\"4920\":14299.79,\"4921\":14108.57,\"4922\":70741.63,\"4923\":164836.71,\"4924\":169241.7,\"4925\":null,\"4926\":null,\"4927\":156078.14,\"4928\":10553.38,\"4929\":45060.03,\"4930\":48604.91,\"4931\":646.14,\"4932\":76454.25,\"4933\":1455.42,\"4934\":8784.6,\"4935\":2561.83,\"4936\":29679.7,\"4937\":42577.65,\"4938\":57727.53,\"4939\":58509.54,\"4940\":19530.35,\"4941\":326.4,\"4942\":6886.8,\"4943\":41.4,\"4944\":null,\"4945\":6723.09,\"4946\":283.73,\"4947\":null,\"4948\":7520.0,\"4949\":9746.32,\"4950\":50.52,\"4951\":1630.64,\"4952\":153.65,\"4953\":null,\"4954\":9082.0,\"4955\":8674.0,\"4956\":2461.8,\"4957\":5482.67,\"4958\":17805.91,\"4959\":16034.13,\"4960\":16731.69,\"4961\":1763.08,\"4962\":null,\"4963\":null,\"4964\":595.2,\"4965\":1735.7,\"4966\":12402.0,\"4967\":19750.38,\"4968\":10263.36,\"4969\":19613.64,\"4970\":7552.8,\"4971\":503.6,\"4972\":8487.5,\"4973\":9638.0,\"4974\":1458.1,\"4975\":5735.28,\"4976\":3454.1,\"4977\":5113.0,\"4978\":432.23,\"4979\":1906.07,\"4980\":341.55,\"4981\":2049.0,\"4982\":323.05,\"4983\":12482.85,\"4984\":2738.66,\"4985\":14514.26,\"4986\":1650.0,\"4987\":298.79,\"4988\":null,\"4989\":811.8,\"4990\":337.92,\"4991\":885.6,\"4992\":1543.85,\"4993\":1595.62,\"4994\":11.52,\"4995\":10255.38,\"4996\":2000.0,\"4997\":5634.1,\"4998\":7029.72,\"4999\":95041.16,\"5000\":2256.67,\"5001\":2963.24,\"5002\":4011.65,\"5003\":8304.48,\"5004\":13547.18,\"5005\":2132.51,\"5006\":14574.28,\"5007\":null,\"5008\":16985.01,\"5009\":1078.22,\"5010\":7895.6,\"5011\":7879.27,\"5012\":8469.0,\"5013\":5251.31,\"5014\":229.56,\"5015\":null,\"5016\":619.21,\"5017\":5894.88,\"5018\":2.01,\"5019\":81.6,\"5020\":468.05,\"5021\":4762.52,\"5022\":6724.8,\"5023\":8593.52,\"5024\":2066.03,\"5025\":11417.89,\"5026\":11824.16,\"5027\":5366.6,\"5028\":7759.8,\"5029\":15843.6,\"5030\":5632.49,\"5031\":5733.79,\"5032\":448.8,\"5033\":86523.87,\"5034\":16085.83,\"5035\":16806.25,\"5036\":1.9,\"5037\":0.63,\"5038\":8982.0,\"5039\":1148.4,\"5040\":403.7,\"5041\":null,\"5042\":840.57,\"5043\":null,\"5044\":36658.39,\"5045\":23748.69,\"5046\":53203.72,\"5047\":1242.67,\"5048\":1494.54,\"5049\":82807.5,\"5050\":null,\"5051\":13240.0,\"5052\":5879.4,\"5053\":9229.44,\"5054\":431.09,\"5055\":450.23,\"5056\":3783.15,\"5057\":4369.2,\"5058\":5130.3,\"5059\":519.64,\"5060\":3681.7,\"5061\":743.04,\"5062\":365.76,\"5063\":396.72,\"5064\":519.89,\"5065\":366.42,\"5066\":null,\"5067\":816.01,\"5068\":666.48,\"5069\":781.17,\"5070\":757.5,\"5071\":7496.4,\"5072\":731.4,\"5073\":2.4,\"5074\":14532.17,\"5075\":14226.6,\"5076\":6890.4,\"5077\":5633.85,\"5078\":4900.0,\"5079\":552.57,\"5080\":null,\"5081\":null,\"5082\":4677.6,\"5083\":6843.6,\"5084\":5651.07,\"5085\":954.54,\"5086\":9499.5,\"5087\":4.19,\"5088\":591.84,\"5089\":580.8,\"5090\":828.3,\"5091\":2194.72,\"5092\":8994.15,\"5093\":4900.0,\"5094\":null,\"5095\":935.07,\"5096\":790.52,\"5097\":4.09,\"5098\":null,\"5099\":9654.53,\"5100\":7644.24,\"5101\":3010.2,\"5102\":14982.37,\"5103\":14658.19,\"5104\":7151.7,\"5105\":6947.1,\"5106\":676.48,\"5107\":715.0,\"5108\":802.13,\"5109\":7593.3,\"5110\":57.76,\"5111\":795.82,\"5112\":770.96,\"5113\":890.79,\"5114\":null,\"5115\":3861.0,\"5116\":2131.8,\"5117\":7138.8,\"5118\":391430.25,\"5119\":3427.2,\"5120\":5425.22,\"5121\":null,\"5122\":35.02,\"5123\":null,\"5124\":404.51,\"5125\":13640.0,\"5126\":10385.51,\"5127\":184.8,\"5128\":3131.53,\"5129\":1744.38,\"5130\":751.59,\"5131\":1980.9,\"5132\":2885.0,\"5133\":20096.0,\"5134\":443283.54,\"5135\":423941.07,\"5136\":13216.0,\"5137\":428.67,\"5138\":13146.35,\"5139\":25447.4,\"5140\":7047.33,\"5141\":1131.6,\"5142\":730.66,\"5143\":3702.08,\"5144\":895.47,\"5145\":14494.84,\"5146\":626.78,\"5147\":null,\"5148\":56694.1,\"5149\":15201.7,\"5150\":13563.0,\"5151\":5681.47,\"5152\":939.79,\"5153\":249323.69,\"5154\":159248.66,\"5155\":6168.68,\"5156\":null,\"5157\":506650.0,\"5158\":null,\"5159\":230152.13,\"5160\":16110.7,\"5161\":263951.04,\"5162\":15473.43,\"5163\":18770.4,\"5164\":24416.71,\"5165\":13005.64,\"5166\":16901.2,\"5167\":6023.15,\"5168\":1116.56,\"5169\":1375.7,\"5170\":483.78,\"5171\":null,\"5172\":60169.96,\"5173\":2082.08,\"5174\":745.41,\"5175\":395.23,\"5176\":27511.26,\"5177\":null,\"5178\":null,\"5179\":2466.6,\"5180\":838.64,\"5181\":885989.25,\"5182\":406139.01,\"5183\":450.0,\"5184\":7400.8,\"5185\":8440.77,\"5186\":799.92,\"5187\":null,\"5188\":609.79,\"5189\":14580.0,\"5190\":23052.65,\"5191\":69161.26,\"5192\":164752.04,\"5193\":null,\"5194\":329866.0,\"5195\":null,\"5196\":1393.08,\"5197\":null,\"5198\":7346.09,\"5199\":497.38,\"5200\":675.83,\"5201\":790.05,\"5202\":81318.5,\"5203\":3070.98,\"5204\":522.49,\"5205\":793.08,\"5206\":603.87,\"5207\":4754.4,\"5208\":428.64,\"5209\":1840.92,\"5210\":14023.56,\"5211\":null,\"5212\":16770.79,\"5213\":8736.0,\"5214\":200.51,\"5215\":2554.8,\"5216\":52.8,\"5217\":344.05,\"5218\":30075.8,\"5219\":49022.31,\"5220\":1177.17,\"5221\":null,\"5222\":91318.4,\"5223\":606757.58,\"5224\":1064.64,\"5225\":744.92,\"5226\":1194.09,\"5227\":1377.0,\"5228\":605760.74,\"5229\":null,\"5230\":535285.34,\"5231\":204590.0,\"5232\":112156.68,\"5233\":421793.81,\"5234\":142920.14,\"5235\":127245.51,\"5236\":null,\"5237\":795.76,\"5238\":651.57,\"5239\":51933.85,\"5240\":12191.22,\"5241\":11614.45,\"5242\":62395.72,\"5243\":165152.04,\"5244\":166398.25,\"5245\":null,\"5246\":null,\"5247\":229477.87,\"5248\":null,\"5249\":22459.0,\"5250\":45474.04,\"5251\":49006.28,\"5252\":655.95,\"5253\":75548.38,\"5254\":1397.36,\"5255\":8795.6,\"5256\":2593.28,\"5257\":27095.4,\"5258\":32138.32,\"5259\":50168.87,\"5260\":58065.22,\"5261\":19561.72,\"5262\":326.01,\"5263\":5918.4,\"5264\":null,\"5265\":null,\"5266\":6521.96,\"5267\":282.41,\"5268\":1920.0,\"5269\":9759.68,\"5270\":214.68,\"5271\":1671.12,\"5272\":150.61,\"5273\":null,\"5274\":8696.0,\"5275\":8063.0,\"5276\":2503.6,\"5277\":3972.9,\"5278\":16018.58,\"5279\":10151.23,\"5280\":10228.25,\"5281\":2042.48,\"5282\":13511.6,\"5283\":13243.0,\"5284\":1567.2,\"5285\":1467.7,\"5286\":13806.0,\"5287\":19722.75,\"5288\":10222.9,\"5289\":18547.28,\"5290\":6408.0,\"5291\":418.6,\"5292\":7751.9,\"5293\":1890.0,\"5294\":1355.7,\"5295\":5731.14,\"5296\":3489.2,\"5297\":4582.0,\"5298\":432.23,\"5299\":1890.82,\"5300\":340.4,\"5301\":2031.0,\"5302\":801.5,\"5303\":11270.29,\"5304\":6342.3,\"5305\":16440.05,\"5306\":1633.8,\"5307\":645.09,\"5308\":null,\"5309\":811.14,\"5310\":null,\"5311\":289.52,\"5312\":721.5,\"5313\":2599.63,\"5314\":2518.33,\"5315\":113.76,\"5316\":12843.67,\"5317\":2000.0,\"5318\":5430.8,\"5319\":4711.32,\"5320\":79816.18,\"5321\":6961.72,\"5322\":1540.62,\"5323\":4654.44,\"5324\":8389.44,\"5325\":11.0,\"5326\":15573.62,\"5327\":6135.71,\"5328\":17530.31,\"5329\":76726.18,\"5330\":15245.62,\"5331\":598.18,\"5332\":8163.46,\"5333\":8132.11,\"5334\":null,\"5335\":10169.55,\"5336\":340.08,\"5337\":null,\"5338\":1818.24,\"5339\":8153.28,\"5340\":2.22,\"5341\":71.13,\"5342\":2041.06,\"5343\":2946.84,\"5344\":6069.6,\"5345\":8614.25,\"5346\":59.34,\"5347\":17346.38,\"5348\":16679.77,\"5349\":8210.62,\"5350\":8123.4,\"5351\":15184.8,\"5352\":4981.37,\"5353\":5108.74,\"5354\":678.0,\"5355\":87242.17,\"5356\":18263.56,\"5357\":18221.51,\"5358\":1.92,\"5359\":0.83,\"5360\":9020.4,\"5361\":741.9,\"5362\":400.07,\"5363\":8349.46,\"5364\":831.67,\"5365\":null,\"5366\":37000.83,\"5367\":25930.72,\"5368\":75571.18,\"5369\":1208.68,\"5370\":1546.98,\"5371\":47437.16,\"5372\":7854.7,\"5373\":13960.0,\"5374\":6477.6,\"5375\":9247.38,\"5376\":6701.63,\"5377\":6584.85,\"5378\":7931.48,\"5379\":5944.2,\"5380\":8237.7,\"5381\":553.96,\"5382\":null,\"5383\":408.84,\"5384\":472.92,\"5385\":440.76,\"5386\":721.41,\"5387\":472.2,\"5388\":752.56,\"5389\":580.36,\"5390\":681.96,\"5391\":955.31,\"5392\":946.3,\"5393\":5845.2,\"5394\":826.92,\"5395\":null,\"5396\":14530.44,\"5397\":14516.28,\"5398\":3677.4,\"5399\":8766.93,\"5400\":4900.0,\"5401\":769.56,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":4415.4,\"5406\":6074.4,\"5407\":8107.35,\"5408\":943.94,\"5409\":6589.8,\"5410\":4.03,\"5411\":770.97,\"5412\":762.48,\"5413\":783.2,\"5414\":2950.64,\"5415\":7333.55,\"5416\":4900.0,\"5417\":898.15,\"5418\":932.9,\"5419\":507.64,\"5420\":7.39,\"5421\":57.0,\"5422\":9112.1,\"5423\":6917.04,\"5424\":6972.0,\"5425\":14529.77,\"5426\":14584.86,\"5427\":6809.7,\"5428\":7214.1,\"5429\":822.54,\"5430\":285.23,\"5431\":null,\"5432\":791.69,\"5433\":9150.9,\"5434\":47.38,\"5435\":808.47,\"5436\":709.66,\"5437\":null,\"5438\":854.79,\"5439\":3824.33,\"5440\":1966.8,\"5441\":7161.6,\"5442\":311977.75,\"5443\":2444.4,\"5444\":4930.82,\"5445\":468.49,\"5446\":null,\"5447\":404.65,\"5448\":13673.0,\"5449\":4747.08,\"5450\":184.8,\"5451\":3054.32,\"5452\":1749.33,\"5453\":761.67,\"5454\":1899.0,\"5455\":2766.0,\"5456\":21428.0,\"5457\":418809.44,\"5458\":440643.23,\"5459\":13376.0,\"5460\":839.19,\"5461\":10968.27,\"5462\":42275.4,\"5463\":null,\"5464\":7223.33,\"5465\":1082.73,\"5466\":null,\"5467\":3702.4,\"5468\":955.52,\"5469\":12900.37,\"5470\":631.4,\"5471\":null,\"5472\":60840.42,\"5473\":15421.08,\"5474\":6301.0,\"5475\":5890.08,\"5476\":null,\"5477\":254473.41,\"5478\":158179.15,\"5479\":6819.4,\"5480\":20088.0,\"5481\":null,\"5482\":null,\"5483\":248208.86,\"5484\":13670.49,\"5485\":264833.58,\"5486\":16786.29,\"5487\":18847.4,\"5488\":21907.47,\"5489\":11022.8,\"5490\":15142.3,\"5491\":null,\"5492\":1331.84,\"5493\":2285.77,\"5494\":586.71,\"5495\":220440.0,\"5496\":67873.74,\"5497\":1784.57,\"5498\":745.31,\"5499\":399.16,\"5500\":25116.26,\"5501\":null,\"5502\":2719.24,\"5503\":2466.6,\"5504\":882.37,\"5505\":880928.78,\"5506\":521825.06,\"5507\":570.0,\"5508\":7066.4,\"5509\":8414.44,\"5510\":798.93,\"5511\":192770.0,\"5512\":623.44,\"5513\":11628.0,\"5514\":23246.66,\"5515\":58840.24,\"5516\":69288.14,\"5517\":164652.44,\"5518\":null,\"5519\":null,\"5520\":531426.45,\"5521\":1045.59,\"5522\":42181.65,\"5523\":7652.17,\"5524\":510.31,\"5525\":687.71,\"5526\":789.15,\"5527\":102118.61,\"5528\":3070.98,\"5529\":525.39,\"5530\":783.18,\"5531\":562.45,\"5532\":4294.8,\"5533\":427.92,\"5534\":1565.99,\"5535\":14165.61,\"5536\":18689.77,\"5537\":7555.2,\"5538\":19.07,\"5539\":2547.6,\"5540\":102.3,\"5541\":332.98,\"5542\":29825.45,\"5543\":43032.83,\"5544\":1190.37,\"5545\":199736.84,\"5546\":91548.67,\"5547\":120092.4,\"5548\":1604.88,\"5549\":721.38,\"5550\":1074.44,\"5551\":1452.6,\"5552\":780042.6899999999,\"5553\":50613.57,\"5554\":530670.87,\"5555\":102060.0,\"5556\":154018.56,\"5557\":421002.28,\"5558\":140145.71,\"5559\":100884.84,\"5560\":null,\"5561\":794.78,\"5562\":1231.47,\"5563\":72041.62,\"5564\":12421.97,\"5565\":12544.65,\"5566\":60351.08,\"5567\":164441.69,\"5568\":168716.3,\"5569\":null,\"5570\":null,\"5571\":108694.78,\"5572\":22372.49,\"5573\":45275.36,\"5574\":48604.92,\"5575\":655.44,\"5576\":75532.77,\"5577\":1475.45,\"5578\":8478.8,\"5579\":2551.96,\"5580\":27600.76,\"5581\":32116.74,\"5582\":57534.34,\"5583\":58344.87,\"5584\":19296.11,\"5585\":656.31,\"5586\":4939.2,\"5587\":null,\"5588\":null,\"5589\":4499.06,\"5590\":300.89,\"5591\":3920.0,\"5592\":4853.28,\"5593\":570.6,\"5594\":1668.48,\"5595\":145.46,\"5596\":null,\"5597\":8056.0,\"5598\":8151.0,\"5599\":2393.6,\"5600\":4447.34,\"5601\":16591.95,\"5602\":10104.16,\"5603\":10226.34,\"5604\":1980.29,\"5605\":12944.9,\"5606\":12653.8,\"5607\":902.4,\"5608\":1328.1,\"5609\":2862.0,\"5610\":16699.24,\"5611\":19462.58,\"5612\":18527.83,\"5613\":7639.2,\"5614\":null,\"5615\":7739.7,\"5616\":1978.0,\"5617\":1295.9,\"5618\":4765.14,\"5619\":3090.6,\"5620\":4555.0,\"5621\":432.23,\"5622\":1910.96,\"5623\":342.47,\"5624\":1962.0,\"5625\":140.04,\"5626\":8424.62,\"5627\":5177.04,\"5628\":12786.8,\"5629\":1358.4,\"5630\":739.57,\"5631\":2.93,\"5632\":908.82,\"5633\":null,\"5634\":290.4,\"5635\":294.0,\"5636\":1878.58,\"5637\":2399.33,\"5638\":64.32,\"5639\":5018.59,\"5640\":2000.0,\"5641\":5404.2,\"5642\":2231.46,\"5643\":73466.13,\"5644\":3511.46,\"5645\":3135.55,\"5646\":3776.35,\"5647\":6998.4,\"5648\":12723.4,\"5649\":9981.04,\"5650\":14161.69,\"5651\":null,\"5652\":15245.6,\"5653\":1319.78,\"5654\":8070.5,\"5655\":8143.81,\"5656\":null,\"5657\":11632.73,\"5658\":null,\"5659\":892.13,\"5660\":8626.11,\"5661\":3.2,\"5662\":88.2,\"5663\":2469.4,\"5664\":4477.07,\"5665\":964.8,\"5666\":8843.03,\"5667\":1810.6,\"5668\":18810.74,\"5669\":18185.43,\"5670\":8610.77,\"5671\":3056.4,\"5672\":5929.2,\"5673\":16925.46,\"5674\":17717.51,\"5675\":721.8,\"5676\":85046.0,\"5677\":12732.32,\"5678\":12422.48,\"5679\":0.22,\"5680\":0.07,\"5681\":9097.2,\"5682\":1925.1,\"5683\":374.44,\"5684\":7460.74,\"5685\":725.81,\"5686\":null,\"5687\":32962.37,\"5688\":20357.86,\"5689\":76639.81,\"5690\":1232.06,\"5691\":1319.97,\"5692\":32568.07,\"5693\":7499.8,\"5694\":4640.0,\"5695\":2443.8,\"5696\":8862.36,\"5697\":6059.7,\"5698\":6093.0,\"5699\":4977.9,\"5700\":6185.7,\"5701\":8241.3,\"5702\":403.22,\"5703\":4898.3,\"5704\":746.4,\"5705\":418.32,\"5706\":387.72,\"5707\":806.28,\"5708\":521.85,\"5709\":445.31,\"5710\":476.82,\"5711\":682.68,\"5712\":486.39,\"5713\":477.47,\"5714\":2622.0,\"5715\":639.12,\"5716\":null,\"5717\":13525.55,\"5718\":13868.24,\"5719\":3591.0,\"5720\":11640.41,\"5721\":4900.0,\"5722\":806.25,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":5721.9,\"5727\":6994.8,\"5728\":6474.82,\"5729\":405.89,\"5730\":5839.2,\"5731\":4.97,\"5732\":443.46,\"5733\":843.24,\"5734\":829.4,\"5735\":3010.04,\"5736\":5163.5,\"5737\":4900.0,\"5738\":777.17,\"5739\":547.39,\"5740\":752.73,\"5741\":691.68,\"5742\":144.0,\"5743\":8727.24,\"5744\":6813.13,\"5745\":5461.8,\"5746\":null,\"5747\":null,\"5748\":1665.6,\"5749\":135.6,\"5750\":814.57,\"5751\":824.98,\"5752\":1325.95,\"5753\":562.05,\"5754\":8012.4,\"5755\":33.63,\"5756\":703.18,\"5757\":438.61,\"5758\":5983.68,\"5759\":576.26,\"5760\":285.92,\"5761\":3820.67,\"5762\":1887.6,\"5763\":7152.0,\"5764\":410707.97,\"5765\":1947.6,\"5766\":null,\"5767\":467.83,\"5768\":null,\"5769\":null,\"5770\":null,\"5771\":12364.0,\"5772\":9892.94,\"5773\":191.4,\"5774\":2166.61,\"5775\":1749.33,\"5776\":765.86,\"5777\":1653.3,\"5778\":811.0,\"5779\":21240.0,\"5780\":60591.49,\"5781\":502044.86,\"5782\":12864.0,\"5783\":916.41,\"5784\":12060.1,\"5785\":40171.27,\"5786\":6644.0,\"5787\":662.69,\"5788\":3702.72,\"5789\":932.44,\"5790\":11825.98,\"5791\":634.92,\"5792\":null,\"5793\":50004.69,\"5794\":29250.6,\"5795\":null,\"5796\":4605.47,\"5797\":254493.39,\"5798\":157845.02,\"5799\":5597.96,\"5800\":508450.0,\"5801\":606519.58,\"5802\":225217.66,\"5803\":12417.48,\"5804\":395642.17,\"5805\":14004.91,\"5806\":18031.2,\"5807\":23118.87,\"5808\":10921.2,\"5809\":16748.45,\"5810\":null,\"5811\":1334.32,\"5812\":2261.35,\"5813\":591.21,\"5814\":107360.0,\"5815\":22296.56,\"5816\":2046.43,\"5817\":744.03,\"5818\":115.75,\"5819\":25156.42,\"5820\":null,\"5821\":2874.38,\"5822\":2466.6,\"5823\":null,\"5824\":null,\"5825\":900679.17,\"5826\":321181.87,\"5827\":450.0,\"5828\":6890.4,\"5829\":8392.63,\"5830\":794.53,\"5831\":178300.0,\"5832\":664.3,\"5833\":14544.0,\"5834\":23491.68,\"5835\":61267.59,\"5836\":69521.71,\"5837\":165092.86,\"5838\":1318.0,\"5839\":316296.0,\"5840\":null,\"5841\":null,\"5842\":6427.83,\"5843\":498.04,\"5844\":685.98,\"5845\":901.05,\"5846\":80924.31,\"5847\":3625.27,\"5848\":539.52,\"5849\":912.06,\"5850\":537.79,\"5851\":4281.6,\"5852\":427.44,\"5853\":1137.04,\"5854\":14144.8,\"5855\":16969.48,\"5856\":9393.6,\"5857\":null,\"5858\":385.18,\"5859\":2536.8,\"5860\":102.3,\"5861\":333.85,\"5862\":30337.29,\"5863\":50181.97,\"5864\":1188.01,\"5865\":317473.7,\"5866\":92751.36,\"5867\":120096.88,\"5868\":1606.32,\"5869\":732.82,\"5870\":1060.8,\"5871\":1382.4,\"5872\":771158.29,\"5873\":null,\"5874\":531513.78,\"5875\":null,\"5876\":154153.5,\"5877\":422071.79,\"5878\":141552.5,\"5879\":124768.6,\"5880\":null,\"5881\":796.88,\"5882\":537.87,\"5883\":71887.16,\"5884\":10511.43,\"5885\":10719.96,\"5886\":65055.78,\"5887\":163251.26,\"5888\":169498.85,\"5889\":null,\"5890\":null,\"5891\":31245.63,\"5892\":22100.03,\"5893\":44354.43,\"5894\":49104.94,\"5895\":651.99,\"5896\":75486.8,\"5897\":null,\"5898\":8311.6,\"5899\":2572.05,\"5900\":30315.1,\"5901\":32815.06,\"5902\":58529.88,\"5903\":null,\"5904\":17703.4,\"5905\":652.92,\"5906\":5414.4,\"5907\":null,\"5908\":null,\"5909\":6698.01,\"5910\":310.33,\"5911\":2400.0,\"5912\":9139.0,\"5913\":1212.12,\"5914\":1716.44,\"5915\":null,\"5916\":7679.0,\"5917\":7442.0,\"5918\":2338.6,\"5919\":7877.25,\"5920\":15035.95,\"5921\":15031.03,\"5922\":15730.57,\"5923\":636.09,\"5924\":12852.8,\"5925\":12575.6,\"5926\":1316.4,\"5927\":1306.7,\"5928\":12690.0,\"5929\":19676.75,\"5930\":19627.5,\"5931\":10210.98,\"5932\":5756.4,\"5933\":7801.6,\"5934\":1726.0,\"5935\":1252.5,\"5936\":2877.3,\"5937\":3480.8,\"5938\":4229.0,\"5939\":432.23,\"5940\":1957.19,\"5941\":340.86,\"5942\":null,\"5943\":1052.56,\"5944\":11297.67,\"5945\":65.38,\"5946\":18171.79,\"5947\":1039.2,\"5948\":260.44,\"5949\":null,\"5950\":825.66,\"5951\":273.68,\"5952\":444.9,\"5953\":922.02,\"5954\":2598.0,\"5955\":7.68,\"5956\":6192.35,\"5957\":2000.0,\"5958\":5272.5,\"5959\":7271.22,\"5960\":36048.1,\"5961\":12602.26,\"5962\":2987.67,\"5963\":8333.22,\"5964\":5365.44,\"5965\":17423.44,\"5966\":325.99,\"5967\":18459.88,\"5968\":180405.62,\"5969\":null,\"5970\":1144.0,\"5971\":8292.41,\"5972\":8500.38,\"5973\":8275.5,\"5974\":417.52,\"5975\":170.6,\"5976\":13.2,\"5977\":1244.71,\"5978\":2401.24,\"5979\":3.56,\"5980\":94.8,\"5981\":2408.64,\"5982\":4081.26,\"5983\":5860.8,\"5984\":9003.74,\"5985\":1895.97,\"5986\":2806.24,\"5987\":2799.95,\"5988\":1094.88,\"5989\":6854.4,\"5990\":15408.0,\"5991\":19782.27,\"5992\":19855.29,\"5993\":994.8,\"5994\":72426.56,\"5995\":8450.56,\"5996\":8737.57,\"5997\":1.2,\"5998\":0.39,\"5999\":9000.0,\"6000\":1509.6,\"6001\":288.64,\"6002\":8433.18,\"6003\":598.41,\"6004\":null,\"6005\":22524.86,\"6006\":27073.04,\"6007\":78778.81,\"6008\":1226.61,\"6009\":1317.9,\"6010\":83217.05,\"6011\":8582.0,\"6012\":17320.0,\"6013\":5469.6,\"6014\":7843.92,\"6015\":8444.7,\"6016\":8370.68,\"6017\":10132.65,\"6018\":883.5,\"6019\":1064.1,\"6020\":626.38,\"6021\":null,\"6022\":746.52,\"6023\":322.8,\"6024\":306.36,\"6025\":181.08,\"6026\":93.45,\"6027\":758.02,\"6028\":352.02,\"6029\":694.92,\"6030\":549.73,\"6031\":559.42,\"6032\":8388.0,\"6033\":440.28,\"6034\":204.0,\"6035\":11952.67,\"6036\":11788.43,\"6037\":5936.4,\"6038\":3383.99,\"6039\":4900.0,\"6040\":143.7,\"6041\":19.2,\"6042\":null,\"6043\":23.56,\"6044\":7329.0,\"6045\":8894.4,\"6046\":9252.27,\"6047\":412.3,\"6048\":217.35,\"6049\":4.18,\"6050\":null,\"6051\":222.6,\"6052\":820.6,\"6053\":1928.52,\"6054\":5020.9,\"6055\":4900.0,\"6056\":482.11,\"6057\":587.45,\"6058\":571.56,\"6059\":85.49,\"6060\":273.0,\"6061\":8359.3,\"6062\":7209.82,\"6063\":4886.4,\"6064\":11959.11,\"6065\":12056.0,\"6066\":8265.0,\"6067\":6273.6,\"6068\":275.53,\"6069\":282.15,\"6070\":1737.08,\"6071\":909.34,\"6072\":9081.6,\"6073\":52.76,\"6074\":450.86,\"6075\":519.69,\"6076\":4777.56,\"6077\":418.9,\"6078\":null,\"6079\":3872.0,\"6080\":1920.6,\"6081\":7147.2,\"6082\":402496.26,\"6083\":1695.6,\"6084\":3543.55,\"6085\":153.01,\"6086\":4.31,\"6087\":417.11,\"6088\":13266.0,\"6089\":13627.69,\"6090\":null,\"6091\":3093.75,\"6092\":1759.23,\"6093\":770.08,\"6094\":3239.1,\"6095\":816.0,\"6096\":21332.0,\"6097\":197554.85,\"6098\":352760.38,\"6099\":14216.0,\"6100\":1643.07,\"6101\":16981.99,\"6102\":null,\"6103\":7340.67,\"6104\":652.34,\"6105\":3702.4,\"6106\":926.81,\"6107\":11783.29,\"6108\":582.34,\"6109\":null,\"6110\":48661.4,\"6111\":28557.82,\"6112\":9626.0,\"6113\":4508.45,\"6114\":null,\"6115\":254413.25,\"6116\":158378.05,\"6117\":5460.17,\"6118\":116064.0,\"6119\":null,\"6120\":60336.62,\"6121\":171267.3,\"6122\":12183.54,\"6123\":334275.04,\"6124\":15944.21,\"6125\":18198.4,\"6126\":21459.74,\"6127\":11763.78,\"6128\":16465.49,\"6129\":null,\"6130\":1327.7,\"6131\":1502.13,\"6132\":null,\"6133\":585.33,\"6134\":161700.0,\"6135\":30432.66,\"6136\":2293.79,\"6137\":742.36,\"6138\":463.32,\"6139\":30223.97,\"6140\":null,\"6141\":null,\"6142\":2466.6,\"6143\":934.97,\"6144\":892763.8100000001,\"6145\":197714.4,\"6146\":1314.0,\"6147\":5986.2,\"6148\":8372.66,\"6149\":825.22,\"6150\":null,\"6151\":652.76,\"6152\":12708.0,\"6153\":35398.43,\"6154\":69499.58,\"6155\":165439.66,\"6156\":null,\"6157\":null,\"6158\":462141.26,\"6159\":41311.11,\"6160\":8876.52,\"6161\":497.38,\"6162\":691.88,\"6163\":765.45,\"6164\":81004.75,\"6165\":3036.55,\"6166\":490.12,\"6167\":914.22,\"6168\":636.49,\"6169\":4249.2,\"6170\":426.48,\"6171\":18392.0,\"6172\":1347.81,\"6173\":14012.8,\"6174\":null,\"6175\":16170.5,\"6176\":10195.2,\"6177\":null,\"6178\":370.06,\"6179\":2448.6,\"6180\":105.6,\"6181\":317.21,\"6182\":29246.28,\"6183\":50164.81,\"6184\":1183.97,\"6185\":1093433.4299999999,\"6186\":92150.4,\"6187\":120536.08,\"6188\":1605.42,\"6189\":654.94,\"6190\":1057.81,\"6191\":1202.4,\"6192\":698409.15,\"6193\":51091.12,\"6194\":531714.41,\"6195\":80750.0,\"6196\":154008.44,\"6197\":424610.75,\"6198\":108501.44,\"6199\":124613.67,\"6200\":2064.0,\"6201\":796.46,\"6202\":632.52,\"6203\":72324.88,\"6204\":17433.57,\"6205\":14091.52,\"6206\":78143.28,\"6207\":159781.03,\"6208\":167574.85,\"6209\":null,\"6210\":null,\"6211\":101525.78,\"6212\":22074.5,\"6213\":44579.47,\"6214\":47928.11,\"6215\":638.64,\"6216\":77508.84,\"6217\":null,\"6218\":7156.6,\"6219\":2432.59,\"6220\":29738.45,\"6221\":32709.11,\"6222\":59019.33,\"6223\":17044.24,\"6224\":653.94,\"6225\":5410.8,\"6226\":null,\"6227\":null,\"6228\":6712.7,\"6229\":276.47,\"6230\":1120.0,\"6231\":9174.52,\"6232\":1428.72,\"6233\":1623.16,\"6234\":144.14,\"6235\":16753.0,\"6236\":7137.0,\"6237\":2382.6,\"6238\":6889.62,\"6239\":16167.2,\"6240\":19099.88,\"6241\":19497.02,\"6242\":null,\"6243\":14237.4,\"6244\":13926.6,\"6245\":null,\"6246\":347.7,\"6247\":12150.0,\"6248\":19736.2,\"6249\":19661.92,\"6250\":10252.63,\"6251\":2041.2,\"6252\":10313.1,\"6253\":4584.0,\"6254\":41.05,\"6255\":1480.7,\"6256\":3793.62,\"6257\":3486.2,\"6258\":4946.0,\"6259\":432.23,\"6260\":2094.68,\"6261\":340.4,\"6262\":1941.0,\"6263\":1110.59,\"6264\":13594.25,\"6265\":3273.96,\"6266\":3571.61,\"6267\":1057.2,\"6268\":582.11,\"6269\":557.33,\"6270\":805.86,\"6271\":null,\"6272\":262.68,\"6273\":1046.4,\"6274\":2447.94,\"6275\":2616.86,\"6276\":null,\"6277\":9360.01,\"6278\":2000.0,\"6279\":5797.6,\"6280\":7203.6,\"6281\":69339.31,\"6282\":3092.45,\"6283\":1341.47,\"6284\":3696.0,\"6285\":8208.0,\"6286\":6485.49,\"6287\":1102.55,\"6288\":6205.23,\"6289\":168531.68,\"6290\":16802.0,\"6291\":572.0,\"6292\":4427.74,\"6293\":4458.52,\"6294\":7087.5,\"6295\":1447.89,\"6296\":187.36,\"6297\":245.2,\"6298\":230.41,\"6299\":3300.85,\"6300\":2.98,\"6301\":49.54,\"6302\":1742.99,\"6303\":4366.89,\"6304\":4446.0,\"6305\":4795.15,\"6306\":1350.82,\"6307\":4919.54,\"6308\":5184.69,\"6309\":2247.51,\"6310\":6843.6,\"6311\":15246.0,\"6312\":19825.44,\"6313\":19927.42,\"6314\":406.8,\"6315\":60915.12,\"6316\":12305.68,\"6317\":12653.01,\"6318\":1.43,\"6319\":0.46,\"6320\":5390.4,\"6321\":1311.3,\"6322\":273.13,\"6323\":7779.52,\"6324\":620.36,\"6325\":null,\"6326\":27304.17,\"6327\":13240.86,\"6328\":48928.36,\"6329\":1206.1,\"6330\":1149.54,\"6331\":70573.07,\"6332\":5067.3,\"6333\":16400.0,\"6334\":4879.8,\"6335\":4467.06,\"6336\":5855.85,\"6337\":5896.35,\"6338\":5818.5,\"6339\":3716.1,\"6340\":4803.6,\"6341\":448.1,\"6342\":4420.9,\"6343\":697.32,\"6344\":339.96,\"6345\":322.2,\"6346\":305.1,\"6347\":200.1,\"6348\":844.68,\"6349\":466.92,\"6350\":395.04,\"6351\":657.0,\"6352\":644.49,\"6353\":8060.4,\"6354\":657.48,\"6355\":null,\"6356\":10596.6,\"6357\":10615.16,\"6358\":6262.2,\"6359\":7533.33,\"6360\":4900.0,\"6361\":262.74,\"6362\":327.75,\"6363\":null,\"6364\":6594.9,\"6365\":5126.4,\"6366\":6974.33,\"6367\":949.94,\"6368\":4035.6,\"6369\":9.64,\"6370\":483.74,\"6371\":302.28,\"6372\":524.7,\"6373\":1844.04,\"6374\":6687.25,\"6375\":4900.0,\"6376\":778.55,\"6377\":765.51,\"6378\":509.08,\"6379\":null,\"6380\":24.0,\"6381\":2212.97,\"6382\":1639.59,\"6383\":3797.4,\"6384\":10722.87,\"6385\":10830.84,\"6386\":5812.2,\"6387\":4473.9,\"6388\":794.75,\"6389\":804.94,\"6390\":2999.2,\"6391\":708.05,\"6392\":8332.5,\"6393\":62.2,\"6394\":628.1,\"6395\":606.97,\"6396\":6247.26,\"6397\":null,\"6398\":2119.56,\"6399\":3872.0,\"6400\":1848.0,\"6401\":7143.6,\"6402\":401539.18,\"6403\":1692.0,\"6404\":2944.13,\"6405\":467.5,\"6406\":null,\"6407\":416.74,\"6408\":13453.0,\"6409\":13564.77,\"6410\":191.4,\"6411\":3085.66,\"6412\":1755.93,\"6413\":758.34,\"6414\":2152.8,\"6415\":811.0,\"6416\":16460.0,\"6417\":60561.01,\"6418\":349841.14,\"6419\":14360.0,\"6420\":566.28,\"6421\":15262.28,\"6422\":34198.78,\"6423\":6603.67,\"6424\":599.44,\"6425\":3703.04,\"6426\":969.01,\"6427\":11686.74,\"6428\":631.18,\"6429\":null,\"6430\":23426.29,\"6431\":26894.91,\"6432\":7108.0,\"6433\":5017.8,\"6434\":939.79,\"6435\":253569.67,\"6436\":159793.1,\"6437\":5452.27,\"6438\":26112.0,\"6439\":null,\"6440\":60222.34,\"6441\":192128.39,\"6442\":12635.81,\"6443\":293803.39,\"6444\":16340.13,\"6445\":null,\"6446\":22709.75,\"6447\":10198.97,\"6448\":15644.48,\"6449\":79253.79,\"6450\":1265.6,\"6451\":1424.17,\"6452\":327.83,\"6453\":null,\"6454\":66630.12,\"6455\":1996.06,\"6456\":743.74,\"6457\":460.1,\"6458\":29069.2,\"6459\":90914.08,\"6460\":2418.81,\"6461\":2466.6,\"6462\":952.41,\"6463\":911446.23,\"6464\":500671.54,\"6465\":498.0,\"6466\":7788.0,\"6467\":6091.27,\"6468\":null,\"6469\":178220.0,\"6470\":608.29,\"6471\":15156.0,\"6472\":22595.32,\"6473\":69160.46,\"6474\":164848.66,\"6475\":null,\"6476\":559823.1,\"6477\":41294.37,\"6478\":7805.22,\"6479\":478.37,\"6480\":685.58,\"6481\":814.65,\"6482\":80864.86,\"6483\":3045.16,\"6484\":517.01,\"6485\":916.38,\"6486\":575.77,\"6487\":4743.6,\"6488\":420.12,\"6489\":1457.86,\"6490\":null,\"6491\":null,\"6492\":16155.68,\"6493\":10056.0,\"6494\":379.3,\"6495\":2559.0,\"6496\":105.6,\"6497\":280.84,\"6498\":29676.59,\"6499\":50137.09,\"6500\":1181.8,\"6501\":null,\"6502\":92779.44,\"6503\":120950.95,\"6504\":1602.6,\"6505\":648.12,\"6506\":2374.46,\"6507\":1164.6,\"6508\":770799.55,\"6509\":51268.9,\"6510\":531840.5699999999,\"6511\":102320.0,\"6512\":154233.62,\"6513\":425014.4,\"6514\":141356.62,\"6515\":125974.28,\"6516\":2059.0,\"6517\":798.42,\"6518\":597.05,\"6519\":61859.31,\"6520\":4692.46,\"6521\":3432.92,\"6522\":61439.25,\"6523\":158341.09,\"6524\":164342.9,\"6525\":null,\"6526\":null,\"6527\":174855.51,\"6528\":22559.7,\"6529\":44585.1,\"6530\":47986.02,\"6531\":649.38,\"6532\":75479.48,\"6533\":1489.99,\"6534\":6417.4,\"6535\":2255.71,\"6536\":30037.57,\"6537\":32598.5,\"6538\":58673.46,\"6539\":19529.06,\"6540\":657.06,\"6541\":5623.2,\"6542\":null,\"6543\":null,\"6544\":6721.28,\"6545\":322.15,\"6546\":null,\"6547\":1600.0,\"6548\":9313.52,\"6549\":1421.52,\"6550\":1564.2,\"6551\":162.89,\"6552\":16500.0,\"6553\":9854.0,\"6554\":2389.2,\"6555\":6394.16,\"6556\":16571.73,\"6557\":19523.4,\"6558\":19502.82,\"6559\":2727.41,\"6560\":13155.9,\"6561\":12864.9,\"6562\":780.0,\"6563\":13662.0,\"6564\":19718.09,\"6565\":19644.71,\"6566\":19581.3,\"6567\":2977.2,\"6568\":null,\"6569\":8733.0,\"6570\":4912.0,\"6571\":null,\"6572\":1395.3,\"6573\":3960.6,\"6574\":3101.9,\"6575\":4086.0,\"6576\":432.23,\"6577\":2040.97,\"6578\":336.49,\"6579\":1930.0,\"6580\":294.03,\"6581\":12332.83,\"6582\":6151.07,\"6583\":18319.27,\"6584\":828.6,\"6585\":476.47,\"6586\":888.8,\"6587\":904.2,\"6588\":null,\"6589\":399.08,\"6590\":1037.1,\"6591\":3169.1,\"6592\":4415.96,\"6593\":221.28,\"6594\":6162.25,\"6595\":2000.0,\"6596\":5899.2,\"6597\":4665.78,\"6598\":22174.22,\"6599\":12089.91,\"6600\":655.93,\"6601\":5262.78,\"6602\":5333.76,\"6603\":null,\"6604\":16504.14,\"6605\":571.11,\"6606\":18326.77,\"6607\":81843.93,\"6608\":5653.18,\"6609\":730.84,\"6610\":7611.84,\"6611\":7747.23,\"6612\":9216.0,\"6613\":2019.76,\"6614\":429.44,\"6615\":504.4,\"6616\":676.59,\"6617\":9004.05,\"6618\":2.69,\"6619\":28.14,\"6620\":2278.75,\"6621\":4414.06,\"6622\":3952.8,\"6623\":8385.79,\"6624\":1390.26,\"6625\":18889.98,\"6626\":17297.26,\"6627\":8388.88,\"6628\":3558.6,\"6629\":6710.4,\"6630\":19873.03,\"6631\":19929.22,\"6632\":1316.4,\"6633\":49676.17,\"6634\":15022.79,\"6635\":15440.51,\"6636\":2.73,\"6637\":1.11,\"6638\":4159.2,\"6639\":1997.25,\"6640\":268.95,\"6641\":4093.08,\"6642\":null,\"6643\":6.45,\"6644\":24865.18,\"6645\":13361.71,\"6646\":77416.06,\"6647\":1542.75,\"6648\":863.19,\"6649\":63008.74,\"6650\":2786.35,\"6651\":14120.0,\"6652\":2747.4,\"6653\":4922.46,\"6654\":7720.65,\"6655\":7583.4,\"6656\":9696.83,\"6657\":4152.3,\"6658\":4572.9,\"6659\":226.86,\"6660\":4232.8,\"6661\":381.6,\"6662\":278.76,\"6663\":345.84,\"6664\":760.56,\"6665\":484.92,\"6666\":237.7,\"6667\":216.26,\"6668\":649.68,\"6669\":327.68,\"6670\":320.56,\"6671\":4710.0,\"6672\":703.32,\"6673\":706.8,\"6674\":8615.18,\"6675\":8607.97,\"6676\":4086.0,\"6677\":87.84,\"6678\":4900.0,\"6679\":788.88,\"6680\":1420.8,\"6681\":null,\"6682\":8015.4,\"6683\":7340.4,\"6684\":5662.27,\"6685\":375.85,\"6686\":8487.0,\"6687\":8.74,\"6688\":415.84,\"6689\":885.48,\"6690\":647.9,\"6691\":1400.52,\"6692\":2577.15,\"6693\":4900.0,\"6694\":403.08,\"6695\":332.13,\"6696\":421.14,\"6697\":1173.22,\"6698\":1152.0,\"6699\":6044.48,\"6700\":4719.56,\"6701\":5536.8,\"6702\":9471.6,\"6703\":9832.68,\"6704\":5174.7,\"6705\":4241.7,\"6706\":500.72,\"6707\":701.98,\"6708\":1094.23,\"6709\":362.02,\"6710\":9051.9,\"6711\":325.34,\"6712\":569.69,\"6713\":308.54,\"6714\":5339.22,\"6715\":387.52,\"6716\":398.85,\"6717\":3868.33,\"6718\":1788.6,\"6719\":7140.0,\"6720\":401273.37,\"6721\":1857.6,\"6722\":3845.16,\"6723\":711.81,\"6724\":null,\"6725\":null,\"6726\":417.74,\"6727\":12705.0,\"6728\":14864.03,\"6729\":198.0,\"6730\":3003.0,\"6731\":1733.82,\"6732\":765.32,\"6733\":2271.6,\"6734\":811.0,\"6735\":17316.0,\"6736\":60385.24,\"6737\":375679.6,\"6738\":12568.0,\"6739\":1165.89,\"6740\":16993.3,\"6741\":48208.7,\"6742\":6717.33,\"6743\":978.36,\"6744\":3695.68,\"6745\":875.77,\"6746\":12272.13,\"6747\":null,\"6748\":null,\"6749\":12358.81,\"6750\":27251.84,\"6751\":12322.0,\"6752\":9112.52,\"6753\":939.79,\"6754\":244957.86,\"6755\":157706.67,\"6756\":9944.74,\"6757\":46536.0,\"6758\":487270.0,\"6759\":null,\"6760\":174671.39,\"6761\":18918.87,\"6762\":273337.66,\"6763\":19044.19,\"6764\":17943.2,\"6765\":23497.63,\"6766\":11144.85,\"6767\":16000.69,\"6768\":null,\"6769\":1250.9,\"6770\":2297.77,\"6771\":587.96,\"6772\":68915.0,\"6773\":12729.98,\"6774\":1914.18,\"6775\":739.6,\"6776\":456.09,\"6777\":33831.28,\"6778\":90932.97,\"6779\":1154.48,\"6780\":2466.6,\"6781\":null,\"6782\":926.12,\"6783\":941421.6,\"6784\":187773.53,\"6785\":588.0,\"6786\":8096.0,\"6787\":6003.26,\"6788\":771.68,\"6789\":null,\"6790\":605.57,\"6791\":12636.0,\"6792\":24639.86,\"6793\":69384.95,\"6794\":165356.23,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1010.66,\"6799\":6739.4,\"6800\":41178.97,\"6801\":7652.17,\"6802\":487.34,\"6803\":686.23,\"6804\":1761.9,\"6805\":81043.82,\"6806\":2205.11,\"6807\":504.74,\"6808\":914.76,\"6809\":627.92,\"6810\":4434.0,\"6811\":426.12,\"6812\":1512.53,\"6813\":14096.74,\"6814\":4357.8,\"6815\":16195.0,\"6816\":6350.4,\"6817\":378.71,\"6818\":2556.0,\"6819\":99.0,\"6820\":326.23,\"6821\":29665.86,\"6822\":49960.82,\"6823\":1186.83,\"6824\":null,\"6825\":91602.85,\"6826\":120032.88,\"6827\":1601.76,\"6828\":663.3,\"6829\":2007.97,\"6830\":1384.2,\"6831\":null,\"6832\":434092.6,\"6833\":39148.4,\"6834\":531591.59,\"6835\":null,\"6836\":null,\"6837\":152893.03,\"6838\":425001.28,\"6839\":139922.16,\"6840\":125302.32,\"6841\":2066.0,\"6842\":795.9,\"6843\":639.74,\"6844\":72854.0,\"6845\":18199.69,\"6846\":14011.87,\"6847\":63068.5,\"6848\":165244.07,\"6849\":169770.8,\"6850\":null,\"6851\":null,\"6852\":102945.58,\"6853\":22583.58,\"6854\":44787.31,\"6855\":47937.33,\"6856\":648.81,\"6857\":75535.97,\"6858\":1204.99,\"6859\":7040.0,\"6860\":2931.55,\"6861\":25912.38,\"6862\":32242.76,\"6863\":58380.66,\"6864\":19559.14,\"6865\":656.01,\"6866\":5626.8,\"6867\":null,\"6868\":null,\"6869\":null,\"6870\":6702.14,\"6871\":null,\"6872\":null,\"6873\":4880.0,\"6874\":9213.26,\"6875\":1564.8,\"6876\":1639.88,\"6877\":155.36,\"6878\":null,\"6879\":16076.0,\"6880\":10239.0,\"6881\":2255.0,\"6882\":5413.36,\"6883\":10501.16,\"6884\":19541.36,\"6885\":19845.58,\"6886\":2175.8,\"6887\":13709.1,\"6888\":13417.6,\"6889\":46.8,\"6890\":13050.0,\"6891\":19447.42,\"6892\":19465.93,\"6893\":18553.75,\"6894\":5050.8,\"6895\":479.9,\"6896\":16121.0,\"6897\":4822.0,\"6898\":1331.2,\"6899\":1079.16,\"6900\":3141.8,\"6901\":4555.0,\"6902\":432.23,\"6903\":2228.45,\"6904\":337.64,\"6905\":1903.0,\"6906\":200.26,\"6907\":11710.86,\"6908\":301.79,\"6909\":18723.33,\"6910\":277.2,\"6911\":null,\"6912\":602.8,\"6913\":843.48,\"6914\":265.32,\"6915\":703.8,\"6916\":1541.21,\"6917\":2891.52,\"6918\":147.84,\"6919\":9751.26,\"6920\":2000.0,\"6921\":5560.7,\"6922\":4029.6,\"6923\":45664.38,\"6924\":2568.03,\"6925\":134.19,\"6926\":9745.04,\"6927\":1766.88,\"6928\":1235.3,\"6929\":17624.48,\"6930\":2196.36,\"6931\":19538.99,\"6932\":180594.58,\"6933\":6604.27,\"6934\":286.0,\"6935\":5010.29,\"6936\":5184.72,\"6937\":5667.0,\"6938\":3688.17,\"6939\":98.88,\"6940\":323.6,\"6941\":73.35,\"6942\":882.7,\"6943\":1.58,\"6944\":41.23,\"6945\":2727.45,\"6946\":5771.29,\"6947\":6498.0,\"6948\":5511.43,\"6949\":1122.97,\"6950\":989.91,\"6951\":993.68,\"6952\":648.26,\"6953\":4125.6,\"6954\":8262.0,\"6955\":19639.03,\"6956\":19925.94,\"6957\":94.8,\"6958\":72012.7,\"6959\":7315.07,\"6960\":7058.23,\"6961\":1.48,\"6962\":0.5,\"6963\":3619.2,\"6964\":40.05,\"6965\":173.36,\"6966\":6690.7,\"6967\":215.89,\"6968\":null,\"6969\":15862.24,\"6970\":13490.94,\"6971\":86048.23,\"6972\":2123.61,\"6973\":395.37,\"6974\":25687.45,\"6975\":5560.45,\"6976\":7360.0,\"6977\":3366.6,\"6978\":5005.26,\"6979\":4773.38,\"6980\":4780.58,\"6981\":8072.1,\"6982\":2319.9,\"6983\":2619.3,\"6984\":283.1,\"6985\":5514.3,\"6986\":357.72,\"6987\":223.08,\"6988\":210.96,\"6989\":48.57,\"6990\":41.28,\"6991\":347.07,\"6992\":413.27,\"6993\":461.04,\"6994\":318.36,\"6995\":311.94,\"6996\":4184.4,\"6997\":426.96,\"6998\":466.8,\"6999\":6765.96,\"7000\":6878.03,\"7001\":2635.2,\"7002\":null,\"7003\":4900.0,\"7004\":85.05,\"7005\":null,\"7006\":null,\"7007\":4327.8,\"7008\":2502.0,\"7009\":2910.77,\"7010\":385.3,\"7011\":3412.35,\"7012\":1.85,\"7013\":415.79,\"7014\":76.2,\"7015\":236.5,\"7016\":1053.8,\"7017\":4930.05,\"7018\":4900.0,\"7019\":810.47,\"7020\":323.52,\"7021\":310.75,\"7022\":null,\"7023\":null,\"7024\":4818.34,\"7025\":3811.6,\"7026\":3902.4,\"7027\":6837.48,\"7028\":6917.09,\"7029\":4522.5,\"7030\":5505.6,\"7031\":251.31,\"7032\":255.27,\"7033\":626.75,\"7034\":346.92,\"7035\":4966.5,\"7036\":292.08,\"7037\":526.24,\"7038\":3644.58,\"7039\":375.82,\"7040\":824.17,\"7041\":3875.67,\"7042\":null,\"7043\":7161.6,\"7044\":398310.46,\"7045\":1854.0,\"7046\":3842.82,\"7047\":712.58,\"7048\":49.37,\"7049\":417.75,\"7050\":14080.0,\"7051\":17584.28,\"7052\":118.8,\"7053\":3058.44,\"7054\":1757.25,\"7055\":779.94,\"7056\":2384.1,\"7057\":2137.0,\"7058\":13440.0,\"7059\":457383.43,\"7060\":499966.71,\"7061\":12776.0,\"7062\":625.02,\"7063\":16983.01,\"7064\":65858.24,\"7065\":7337.0,\"7066\":1162.94,\"7067\":3702.72,\"7068\":902.16,\"7069\":12473.09,\"7070\":530.42,\"7071\":null,\"7072\":30992.74,\"7073\":26116.36,\"7074\":10304.0,\"7075\":9905.44,\"7076\":940.78,\"7077\":248513.59,\"7078\":158210.74,\"7079\":9945.77,\"7080\":129384.0,\"7081\":null,\"7082\":10816.58,\"7083\":85715.88,\"7084\":38955.38,\"7085\":33331.46,\"7086\":23709.73,\"7087\":16990.6,\"7088\":19616.2,\"7089\":10347.55,\"7090\":16559.13,\"7091\":171211.74,\"7092\":1339.7,\"7093\":2305.8,\"7094\":571.33,\"7095\":305745.0,\"7096\":19289.75,\"7097\":2317.6,\"7098\":735.67,\"7099\":449.76,\"7100\":39154.62,\"7101\":164943.87,\"7102\":null,\"7103\":1948.8,\"7104\":926.86,\"7105\":946398.83,\"7106\":null,\"7107\":342.0,\"7108\":9356.6,\"7109\":2239.87,\"7110\":771.68,\"7111\":205090.0,\"7112\":631.49,\"7113\":14472.0,\"7114\":24069.98,\"7115\":null,\"7116\":69669.16,\"7117\":165385.93,\"7118\":null,\"7119\":404110.0,\"7120\":40357.56,\"7121\":7346.09,\"7122\":489.98,\"7123\":688.68,\"7124\":1057.5,\"7125\":80169.03,\"7126\":2205.11,\"7127\":528.26,\"7128\":931.14,\"7129\":637.5,\"7130\":3968.4,\"7131\":425.16,\"7132\":1422.76,\"7133\":19310.02,\"7134\":4074.3,\"7135\":12565.25,\"7136\":5942.4,\"7137\":360.82,\"7138\":2469.6,\"7139\":191.4,\"7140\":323.32,\"7141\":29787.08,\"7142\":50156.64,\"7143\":1183.28,\"7144\":903212.49,\"7145\":92544.21,\"7146\":121199.04,\"7147\":1551.12,\"7148\":739.64,\"7149\":null,\"7150\":1182.6,\"7151\":59174.19,\"7152\":10352.9,\"7153\":52328.61,\"7154\":532647.12,\"7155\":44687.85,\"7156\":null,\"7157\":154449.85,\"7158\":425589.18,\"7159\":140055.8,\"7160\":125097.55,\"7161\":null,\"7162\":795.2,\"7163\":155.98,\"7164\":76680.55,\"7165\":18874.39,\"7166\":19003.54,\"7167\":77688.67,\"7168\":165368.98,\"7169\":168274.15,\"7170\":null,\"7171\":null,\"7172\":60771.49,\"7173\":22542.18,\"7174\":43858.74,\"7175\":47725.84,\"7176\":648.09,\"7177\":75548.26,\"7178\":1398.06,\"7179\":6593.4,\"7180\":2826.75,\"7181\":30231.06,\"7182\":32102.33,\"7183\":58083.51,\"7184\":null,\"7185\":19397.93,\"7186\":654.87,\"7187\":5630.4,\"7188\":null,\"7189\":null,\"7190\":6759.56,\"7191\":308.15,\"7192\":5840.0,\"7193\":9478.95,\"7194\":1636.32,\"7195\":1725.68,\"7196\":156.02,\"7197\":null,\"7198\":14832.0,\"7199\":10380.0,\"7200\":2571.8,\"7201\":6400.58,\"7202\":16112.87,\"7203\":15394.55,\"7204\":16118.81,\"7205\":2206.16,\"7206\":13946.7,\"7207\":13630.4,\"7208\":496.8,\"7209\":9054.0,\"7210\":19548.74,\"7211\":19522.58,\"7212\":10087.48,\"7213\":6692.4,\"7214\":458.0,\"7215\":13214.2,\"7216\":4794.0,\"7217\":null,\"7218\":1270.5,\"7219\":3931.62,\"7220\":4042.5,\"7221\":5238.0,\"7222\":432.23,\"7223\":1286.59,\"7224\":336.95,\"7225\":1965.0,\"7226\":199.63,\"7227\":11175.54,\"7228\":1486.89,\"7229\":14383.53,\"7230\":1179.0,\"7231\":338.66,\"7232\":686.4,\"7233\":890.34,\"7234\":407.88,\"7235\":642.6,\"7236\":420.42,\"7237\":1030.95,\"7238\":2.4,\"7239\":14807.47,\"7240\":2000.0,\"7241\":5270.2,\"7242\":6491.52,\"7243\":102744.75,\"7244\":9323.86,\"7245\":null,\"7246\":5188.17,\"7247\":5607.36,\"7248\":null,\"7249\":14894.4,\"7250\":2962.13,\"7251\":16270.82,\"7252\":null,\"7253\":10173.37,\"7254\":0.22,\"7255\":3994.83,\"7256\":4265.16,\"7257\":4146.0,\"7258\":4991.07,\"7259\":352.04,\"7260\":281.2,\"7261\":1229.86,\"7262\":2663.25,\"7263\":0.47,\"7264\":44.7,\"7265\":2488.32,\"7266\":4094.2,\"7267\":5871.6,\"7268\":4221.3,\"7269\":1929.92,\"7270\":7729.11,\"7271\":7137.75,\"7272\":3068.44,\"7273\":5009.4,\"7274\":10213.2,\"7275\":19860.67,\"7276\":19913.72,\"7277\":1276.8,\"7278\":86465.51,\"7279\":1929.18,\"7280\":1869.87,\"7281\":2.46,\"7282\":0.84,\"7283\":6112.8,\"7284\":12.15,\"7285\":218.9,\"7286\":8249.64,\"7287\":638.7,\"7288\":null,\"7289\":25926.37,\"7290\":12876.86,\"7291\":60081.4,\"7292\":1432.2,\"7293\":672.06,\"7294\":75149.2,\"7295\":4252.5,\"7296\":17440.0,\"7297\":3675.6,\"7298\":8539.44,\"7299\":5946.08,\"7300\":6807.83,\"7301\":9797.63,\"7302\":1164.3,\"7303\":1057.8,\"7304\":461.91,\"7305\":5342.7,\"7306\":474.96,\"7307\":93.72,\"7308\":361.08,\"7309\":385.59,\"7310\":267.84,\"7311\":723.38,\"7312\":723.06,\"7313\":341.4,\"7314\":949.57,\"7315\":957.92,\"7316\":8950.8,\"7317\":117.48,\"7318\":908.4,\"7319\":12095.78,\"7320\":10787.53,\"7321\":4710.6,\"7322\":18630.74,\"7323\":4900.0,\"7324\":351.39,\"7325\":null,\"7326\":null,\"7327\":4380.99,\"7328\":5027.7,\"7329\":5079.6,\"7330\":1555.31,\"7331\":944.98,\"7332\":8541.45,\"7333\":4.01,\"7334\":415.82,\"7335\":260.28,\"7336\":697.4,\"7337\":854.92,\"7338\":3458.05,\"7339\":4900.0,\"7340\":830.44,\"7341\":908.77,\"7342\":529.62,\"7343\":223.78,\"7344\":270.0,\"7345\":5194.65,\"7346\":5465.19,\"7347\":5821.8,\"7348\":11888.08,\"7349\":11987.39,\"7350\":8238.9,\"7351\":6383.7,\"7352\":200.53,\"7353\":204.38,\"7354\":829.95,\"7355\":6956.4,\"7356\":null,\"7357\":689.78,\"7358\":530.6,\"7359\":5235.72,\"7360\":965.72,\"7361\":null,\"7362\":3875.67,\"7363\":1920.6,\"7364\":7174.8,\"7365\":125141.81,\"7366\":1854.0,\"7367\":3644.92,\"7368\":710.82,\"7369\":27.02,\"7370\":417.56,\"7371\":12738.0,\"7372\":16359.37,\"7373\":191.4,\"7374\":422.4,\"7375\":1749.33,\"7376\":770.17,\"7377\":2127.6,\"7378\":2453.0,\"7379\":17784.0,\"7380\":60626.82,\"7381\":502746.45,\"7382\":15048.0,\"7383\":1556.28,\"7384\":17572.17,\"7385\":32034.52,\"7386\":8165.67,\"7387\":910.8,\"7388\":3703.68,\"7389\":932.03,\"7390\":14945.61,\"7391\":626.34,\"7392\":null,\"7393\":60595.4,\"7394\":25144.24,\"7395\":7109.0,\"7396\":5603.0,\"7397\":939.79,\"7398\":246228.67,\"7399\":158183.11,\"7400\":6660.67,\"7401\":508730.0,\"7402\":86118.74,\"7403\":20205.46,\"7404\":32945.63,\"7405\":14718.94,\"7406\":16537.4,\"7407\":23467.81,\"7408\":10051.37,\"7409\":18753.79,\"7410\":171203.16,\"7411\":1406.15,\"7412\":2278.23,\"7413\":570.58,\"7414\":null,\"7415\":19879.01,\"7416\":2607.05,\"7417\":745.61,\"7418\":390.58,\"7419\":39690.34,\"7420\":90507.41,\"7421\":null,\"7422\":1965.0,\"7423\":710.79,\"7424\":1080073.1299999999,\"7425\":235880.36,\"7426\":312.0,\"7427\":7497.6,\"7428\":7594.09,\"7429\":801.57,\"7430\":207090.0,\"7431\":642.43,\"7432\":15516.0,\"7433\":35427.66,\"7434\":69101.86,\"7435\":164852.64,\"7436\":null,\"7437\":null,\"7438\":28.63,\"7439\":null,\"7440\":7958.26,\"7441\":511.5,\"7442\":674.24,\"7443\":860.25,\"7444\":81249.75,\"7445\":2213.72,\"7446\":null,\"7447\":292.68,\"7448\":614.47,\"7449\":3940.8,\"7450\":424.56,\"7451\":1305.97,\"7452\":19327.24,\"7453\":null,\"7454\":19786.72,\"7455\":7233.6,\"7456\":383.99,\"7457\":2541.0,\"7458\":227.7,\"7459\":306.57,\"7460\":29838.1,\"7461\":27275.29,\"7462\":null,\"7463\":866538.98,\"7464\":92040.14,\"7465\":819843.15,\"7466\":1601.16,\"7467\":681.34,\"7468\":1619.84,\"7469\":1490.4,\"7470\":59321.57,\"7471\":null,\"7472\":534634.66,\"7473\":null,\"7474\":154539.73,\"7475\":226132.22,\"7476\":140786.64,\"7477\":73647.58,\"7478\":2050.0,\"7479\":794.92,\"7480\":2136.48,\"7481\":52358.79,\"7482\":14651.11,\"7483\":13993.18,\"7484\":54586.42,\"7485\":160487.78,\"7486\":170216.65,\"7487\":null,\"7488\":null,\"7489\":132131.5,\"7490\":22604.38,\"7491\":44681.51,\"7492\":48037.71,\"7493\":648.72,\"7494\":75739.2,\"7495\":1300.64,\"7496\":8445.8,\"7497\":2943.71,\"7498\":30285.54,\"7499\":32037.3,\"7500\":57694.98,\"7501\":58273.17,\"7502\":19489.73,\"7503\":653.61,\"7504\":5630.4,\"7505\":null,\"7506\":null,\"7507\":6743.72,\"7508\":313.63,\"7509\":397.17,\"7510\":7760.0,\"7511\":9550.05,\"7512\":1615.44,\"7513\":1767.48,\"7514\":152.72,\"7515\":10767.0,\"7516\":8605.0,\"7517\":2219.8,\"7518\":4915.45,\"7519\":15437.96,\"7520\":14020.56,\"7521\":14675.03,\"7522\":1877.33,\"7523\":13642.2,\"7524\":13336.9,\"7525\":4213.2,\"7526\":12762.0,\"7527\":19586.95,\"7528\":18570.05,\"7529\":19431.14,\"7530\":6105.6,\"7531\":643.2,\"7532\":8861.0,\"7533\":11226.0,\"7534\":477.27,\"7535\":1563.8,\"7536\":3142.26,\"7537\":3079.7,\"7538\":940.0,\"7539\":432.23,\"7540\":2672.52,\"7541\":333.04,\"7542\":2010.0,\"7543\":1212.68,\"7544\":13707.11,\"7545\":5915.99,\"7546\":19231.66,\"7547\":957.0,\"7548\":3943.31,\"7549\":1094.13,\"7550\":822.36,\"7551\":318.12,\"7552\":2914.78,\"7553\":6294.88,\"7554\":4.32,\"7555\":14288.3,\"7556\":1000.0,\"7557\":5110.9,\"7558\":7534.8,\"7559\":106790.08,\"7560\":12223.7,\"7561\":3773.94,\"7562\":9750.78,\"7563\":5574.24,\"7564\":17893.97,\"7565\":8919.52,\"7566\":19874.48,\"7567\":null,\"7568\":9824.37,\"7569\":1790.8,\"7570\":7410.06,\"7571\":8239.94,\"7572\":8761.5,\"7573\":11131.6,\"7574\":286.6,\"7575\":207.6,\"7576\":2229.31,\"7577\":6891.26,\"7578\":1.14,\"7579\":83.42,\"7580\":2754.04,\"7581\":4427.8,\"7582\":5468.4,\"7583\":7512.11,\"7584\":3762.85,\"7585\":16935.22,\"7586\":17610.64,\"7587\":8731.25,\"7588\":8868.6,\"7589\":17226.0,\"7590\":19842.53,\"7591\":19948.52,\"7592\":1809.0,\"7593\":82371.01,\"7594\":18185.14,\"7595\":18029.87,\"7596\":2.32,\"7597\":1.08,\"7598\":7328.4,\"7599\":2647.8,\"7600\":330.44,\"7601\":8565.2,\"7602\":498.72,\"7603\":null,\"7604\":31841.64,\"7605\":16931.6,\"7606\":50344.73,\"7607\":1332.49,\"7608\":1500.06,\"7609\":93963.78,\"7610\":4501.35,\"7611\":17800.0,\"7612\":6347.4,\"7613\":9243.24,\"7614\":4496.63,\"7615\":4384.8,\"7616\":9662.18,\"7617\":6397.5,\"7618\":8449.2,\"7619\":538.47,\"7620\":732.48,\"7621\":434.04,\"7622\":432.96,\"7623\":744.84,\"7624\":494.97,\"7625\":730.39,\"7626\":779.65,\"7627\":628.08,\"7628\":null,\"7629\":null,\"7630\":8212.8,\"7631\":811.68,\"7632\":888.0,\"7633\":12522.77,\"7634\":12626.2,\"7635\":7360.2,\"7636\":15078.73,\"7637\":4900.0,\"7638\":828.63,\"7639\":1676.4,\"7640\":1049.38,\"7641\":null,\"7642\":5794.8,\"7643\":5564.4,\"7644\":8820.83,\"7645\":960.49,\"7646\":17654.85,\"7647\":5.29,\"7648\":415.84,\"7649\":479.16,\"7650\":341.0,\"7651\":1286.12,\"7652\":7630.25,\"7653\":4900.0,\"7654\":903.29,\"7655\":939.16,\"7656\":590.65,\"7657\":604.47,\"7658\":195.0,\"7659\":7775.42,\"7660\":7202.26,\"7661\":6909.6,\"7662\":12754.92,\"7663\":12573.26,\"7664\":5984.1,\"7665\":5002.8,\"7666\":645.74,\"7667\":730.14,\"7668\":null,\"7669\":847.95,\"7670\":6174.3,\"7671\":640.32,\"7672\":58.06,\"7673\":756.28,\"7674\":718.29,\"7675\":5738.04,\"7676\":986.7,\"7677\":1073.76,\"7678\":3872.0,\"7679\":1821.6,\"7680\":7168.8,\"7681\":120742.46,\"7682\":1857.6,\"7683\":3646.31,\"7684\":711.04,\"7685\":null,\"7686\":350.0,\"7687\":430.9,\"7688\":5225.0,\"7689\":15244.24,\"7690\":204.6,\"7691\":2174.2,\"7692\":1820.28,\"7693\":760.63,\"7694\":2593.8,\"7695\":2103.0,\"7696\":17036.0,\"7697\":60619.17,\"7698\":500916.98,\"7699\":14496.0,\"7700\":621.39,\"7701\":17573.53,\"7702\":27576.06,\"7703\":8044.67,\"7704\":1142.53,\"7705\":3702.72,\"7706\":972.3,\"7707\":17148.31,\"7708\":623.7,\"7709\":null,\"7710\":64151.13,\"7711\":23496.4,\"7712\":7198.0,\"7713\":4818.13,\"7714\":940.78,\"7715\":155657.17,\"7716\":117662.14,\"7717\":5902.98,\"7718\":null,\"7719\":115854.06,\"7720\":15252.85,\"7721\":32758.62,\"7722\":19027.95,\"7723\":18708.8,\"7724\":22654.99,\"7725\":9962.56,\"7726\":17441.42,\"7727\":33646.73,\"7728\":1422.92,\"7729\":1619.68,\"7730\":577.96,\"7731\":null,\"7732\":38852.64,\"7733\":2410.63,\"7734\":739.7,\"7735\":424.19,\"7736\":13150.93,\"7737\":90479.96,\"7738\":null,\"7739\":1906.2,\"7740\":null,\"7741\":866.14,\"7742\":1140287.98,\"7743\":0.06,\"7744\":606.0,\"7745\":6912.4,\"7746\":7379.44,\"7747\":821.59,\"7748\":205130.0,\"7749\":627.77,\"7750\":14364.0,\"7751\":15274.81,\"7752\":69014.76,\"7753\":108338.07,\"7754\":120.5,\"7755\":252816.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":491.3,\"7760\":686.02,\"7761\":1197.45,\"7762\":81025.01,\"7763\":2210.28,\"7764\":537.93,\"7765\":1037.88,\"7766\":588.3,\"7767\":4173.6,\"7768\":425.88,\"7769\":19305.0,\"7770\":1723.4,\"7771\":19335.85,\"7772\":4488.75,\"7773\":19477.42,\"7774\":4368.0,\"7775\":380.69,\"7776\":2550.0,\"7777\":237.6,\"7778\":337.32,\"7779\":29934.1,\"7780\":48622.54,\"7781\":1189.29,\"7782\":781492.88,\"7783\":25478.26,\"7784\":120948.94,\"7785\":1609.86,\"7786\":625.46,\"7787\":1335.04,\"7788\":1137.6,\"7789\":238555.7,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":132393.27,\"7794\":76798.44,\"7795\":883.0,\"7796\":795.62,\"7797\":555.6,\"7798\":56620.46,\"7799\":19399.07,\"7800\":19481.78,\"7801\":54300.01,\"7802\":68757.29,\"7803\":81313.05,\"7804\":null,\"7805\":22602.79,\"7806\":44653.38,\"7807\":47954.97,\"7808\":647.04,\"7809\":75554.48,\"7810\":826.86,\"7811\":8186.2,\"7812\":2637.93,\"7813\":29959.06,\"7814\":null,\"7815\":57744.4,\"7816\":57407.54,\"7817\":19358.72,\"7818\":652.29,\"7819\":5925.6,\"7820\":null,\"7821\":null,\"7822\":6738.6,\"7823\":255.35,\"7824\":5258.21,\"7825\":null,\"7826\":9444.65,\"7827\":1439.28,\"7828\":1782.88,\"7829\":188.36,\"7830\":14079.0,\"7831\":8842.0,\"7832\":2939.2,\"7833\":10458.02,\"7834\":11459.64,\"7835\":19538.53,\"7836\":19680.94,\"7837\":533.13,\"7838\":13827.4,\"7839\":13513.6,\"7840\":null,\"7841\":13626.0,\"7842\":19336.37,\"7843\":11137.99,\"7844\":19140.74,\"7845\":5673.6,\"7846\":590.8,\"7847\":8905.3,\"7848\":11204.0,\"7849\":null,\"7850\":1334.9,\"7851\":4547.1,\"7852\":3011.0,\"7853\":2299.0,\"7854\":432.23,\"7855\":1326.26,\"7856\":334.88,\"7857\":1963.0,\"7858\":1248.9,\"7859\":13123.55,\"7860\":4517.22,\"7861\":17569.24,\"7862\":1132.2,\"7863\":248.47,\"7864\":null,\"7865\":806.52,\"7866\":303.6,\"7867\":null,\"7868\":1113.31,\"7869\":5197.26,\"7870\":null,\"7871\":15206.25,\"7872\":2000.0,\"7873\":5308.9,\"7874\":7458.9,\"7875\":90084.0,\"7876\":11352.29,\"7877\":641.12,\"7878\":4046.09,\"7879\":6253.92,\"7880\":17760.48,\"7881\":3219.04,\"7882\":19376.34,\"7883\":149984.28,\"7884\":14223.55,\"7885\":243.54,\"7886\":4289.34,\"7887\":3923.6,\"7888\":5437.5,\"7889\":6751.6,\"7890\":401.0,\"7891\":98.8,\"7892\":394.66,\"7893\":8024.83,\"7894\":0.01,\"7895\":49.26,\"7896\":1720.09,\"7897\":2847.19,\"7898\":5014.8,\"7899\":4821.45,\"7900\":1707.16,\"7901\":2798.02,\"7902\":6170.4,\"7903\":10882.8,\"7904\":19952.33,\"7905\":19936.3,\"7906\":166.8,\"7907\":86641.48,\"7908\":11216.8,\"7909\":12409.38,\"7910\":2.33,\"7911\":0.8,\"7912\":8086.8,\"7913\":1383.9,\"7914\":344.63,\"7915\":8356.36,\"7916\":691.61,\"7917\":5.1,\"7918\":33804.28,\"7919\":12258.07,\"7920\":27823.12,\"7921\":1584.06,\"7922\":1371.72,\"7923\":79633.22,\"7924\":7690.55,\"7925\":15200.0,\"7926\":4303.8,\"7927\":8801.64,\"7928\":9227.03,\"7929\":9233.33,\"7930\":10137.6,\"7931\":4584.9,\"7932\":5395.8,\"7933\":555.19,\"7934\":683.64,\"7935\":357.36,\"7936\":350.4,\"7937\":347.4,\"7938\":264.72,\"7939\":750.17,\"7940\":202.4,\"7941\":401.04,\"7942\":837.33,\"7943\":832.51,\"7944\":8382.0,\"7945\":547.92,\"7946\":450.0,\"7947\":13095.79,\"7948\":13100.35,\"7949\":6523.2,\"7950\":15632.55,\"7951\":4900.0,\"7952\":333.96,\"7953\":null,\"7954\":2.88,\"7955\":7.79,\"7956\":5857.8,\"7957\":9079.2,\"7958\":6500.54,\"7959\":817.05,\"7960\":3260.7,\"7961\":4.62,\"7962\":288.6,\"7963\":770.52,\"7964\":184.76,\"7965\":1185.8,\"7966\":6572.25,\"7967\":4900.0,\"7968\":872.36,\"7969\":810.37,\"7970\":738.98,\"7971\":373.6,\"7972\":258.0,\"7973\":3686.51,\"7974\":3075.69,\"7975\":4320.6,\"7976\":13595.95,\"7977\":13379.34,\"7978\":7651.2,\"7979\":6244.5,\"7980\":379.9,\"7981\":392.44,\"7982\":null,\"7983\":638.04,\"7984\":6864.0,\"7985\":0.35,\"7986\":34.22,\"7987\":750.75,\"7988\":655.95,\"7989\":4533.3,\"7990\":844.42,\"7991\":null,\"7992\":3872.0,\"7993\":2395.8,\"7994\":7164.0,\"7995\":196521.18,\"7996\":1951.2,\"7997\":3544.5,\"7998\":709.72,\"7999\":17.78,\"8000\":null,\"8001\":430.47,\"8002\":4851.0,\"8003\":14495.54,\"8004\":null,\"8005\":2165.3,\"8006\":null,\"8007\":724.54,\"8008\":2845.8,\"8009\":2005.0,\"8010\":14000.0,\"8011\":173462.03,\"8012\":502947.89,\"8013\":12640.0,\"8014\":578.82,\"8015\":17489.42,\"8016\":31878.94,\"8017\":7322.33,\"8018\":1133.9,\"8019\":3702.4,\"8020\":898.84,\"8021\":13845.76,\"8022\":636.02,\"8023\":null,\"8024\":50096.11,\"8025\":16309.26,\"8026\":6127.0,\"8027\":4590.22,\"8028\":939.79,\"8029\":244991.73,\"8030\":158167.06,\"8031\":5652.19,\"8032\":null,\"8033\":null,\"8034\":120529.64,\"8035\":13251.7,\"8036\":214824.3,\"8037\":14797.32,\"8038\":18614.2,\"8039\":14150.75,\"8040\":9399.88,\"8041\":14737.96,\"8042\":170382.83,\"8043\":1213.85,\"8044\":1453.53,\"8045\":552.5,\"8046\":37894.43,\"8047\":2020.78,\"8048\":735.96,\"8049\":414.2,\"8050\":31415.3,\"8051\":90426.51,\"8052\":4029.51,\"8053\":1833.0,\"8054\":null,\"8055\":790.87,\"8056\":1095767.04,\"8057\":602235.15,\"8058\":474.0,\"8059\":7422.8,\"8060\":7508.55,\"8061\":828.74,\"8062\":205100.0,\"8063\":600.24,\"8064\":14616.0,\"8065\":34444.62,\"8066\":69226.82,\"8067\":164957.13,\"8068\":143.5,\"8069\":null,\"8070\":599901.96,\"8071\":39802.55,\"8072\":7958.26,\"8073\":251.0,\"8074\":653.87,\"8075\":830.25,\"8076\":81034.53,\"8077\":2213.72,\"8078\":454.91,\"8079\":965.16,\"8080\":871.94,\"8081\":3138.0,\"8082\":410.76,\"8083\":1658.81,\"8084\":19368.13,\"8085\":4354.2,\"8086\":17929.02,\"8087\":10392.0,\"8088\":368.81,\"8089\":2517.6,\"8090\":260.7,\"8091\":267.95,\"8092\":29714.8,\"8093\":49972.75,\"8094\":null,\"8095\":1127074.0600000001,\"8096\":91818.54,\"8097\":120640.62,\"8098\":1609.32,\"8099\":594.22,\"8100\":1248.21,\"8101\":347.4,\"8102\":427497.13,\"8103\":180367.64,\"8104\":142798.78,\"8105\":117570.66,\"8106\":2042.0,\"8107\":795.9,\"8108\":2003.29,\"8109\":30846.46,\"8110\":17654.02,\"8111\":17285.75,\"8112\":54634.26,\"8113\":154189.49,\"8114\":160925.95,\"8115\":null,\"8116\":61811.35,\"8117\":28212.76,\"8118\":44582.81,\"8119\":49022.96,\"8120\":646.44,\"8121\":75523.21,\"8122\":1312.03,\"8123\":7766.0,\"8124\":2846.49,\"8125\":30389.03,\"8126\":22009.32,\"8127\":58443.46,\"8128\":19323.1,\"8129\":653.61,\"8130\":8841.6,\"8131\":null,\"8132\":null,\"8133\":6746.19,\"8134\":182.42,\"8135\":null,\"8136\":3440.0,\"8137\":9281.94,\"8138\":1625.88,\"8139\":1710.28,\"8140\":151.54,\"8141\":16568.0,\"8142\":11409.0,\"8143\":3084.4,\"8144\":16675.78,\"8145\":16522.97,\"8146\":17526.16,\"8147\":18148.49,\"8148\":830.28,\"8149\":14786.4,\"8150\":14460.2,\"8151\":1341.6,\"8152\":13464.0,\"8153\":19548.97,\"8154\":19502.73,\"8155\":19410.32,\"8156\":6829.2,\"8157\":788.2,\"8158\":10187.0,\"8159\":4702.0,\"8160\":1364.2,\"8161\":4385.64,\"8162\":4182.4,\"8163\":2385.0,\"8164\":432.23,\"8165\":1378.44,\"8166\":333.96,\"8167\":2014.0,\"8168\":349.08,\"8169\":16342.6,\"8170\":3210.48,\"8171\":8801.78,\"8172\":null,\"8173\":null,\"8174\":240.53,\"8175\":782.1,\"8176\":null,\"8177\":182.6,\"8178\":500.4,\"8179\":1873.08,\"8180\":4353.66,\"8181\":null,\"8182\":6561.03,\"8183\":2000.0,\"8184\":5742.7,\"8185\":4297.32,\"8186\":50202.07,\"8187\":11890.69,\"8188\":1328.5,\"8189\":5021.74,\"8190\":6084.0,\"8191\":8732.78,\"8192\":280.53,\"8193\":9541.67,\"8194\":null,\"8195\":6490.36,\"8196\":865.48,\"8197\":4649.93,\"8198\":4703.61,\"8199\":8484.0,\"8200\":1187.01,\"8201\":262.84,\"8202\":244.8,\"8203\":1283.86,\"8204\":5040.99,\"8205\":1.25,\"8206\":67.85,\"8207\":2635.7,\"8208\":3774.89,\"8209\":6642.0,\"8210\":5123.89,\"8211\":300.9,\"8212\":null,\"8213\":null,\"8214\":3868.81,\"8215\":7851.6,\"8216\":17341.2,\"8217\":19931.17,\"8218\":19933.8,\"8219\":696.6,\"8220\":44461.79,\"8221\":10694.39,\"8222\":8011.1,\"8223\":0.57,\"8224\":0.17,\"8225\":3109.2,\"8226\":349.2,\"8227\":204.71,\"8228\":4387.94,\"8229\":25.3,\"8230\":null,\"8231\":3221.4,\"8232\":21768.87,\"8233\":47159.1,\"8234\":1517.89,\"8235\":872.16,\"8236\":85789.31,\"8237\":7221.55,\"8238\":13240.0,\"8239\":6174.0,\"8240\":3774.3,\"8241\":6972.98,\"8242\":6623.78,\"8243\":8678.7,\"8244\":3898.2,\"8245\":5678.7,\"8246\":502.39,\"8247\":405.0,\"8248\":341.28,\"8249\":254.28,\"8250\":441.87,\"8251\":231.39,\"8252\":501.57,\"8253\":346.2,\"8254\":414.6,\"8255\":559.55,\"8256\":570.57,\"8257\":6483.6,\"8258\":553.68,\"8259\":402.0,\"8260\":7010.53,\"8261\":7241.14,\"8262\":7176.6,\"8263\":5.69,\"8264\":4900.0,\"8265\":446.34,\"8266\":null,\"8267\":null,\"8268\":49.88,\"8269\":5869.8,\"8270\":7575.6,\"8271\":8503.22,\"8272\":916.55,\"8273\":5094.9,\"8274\":1.76,\"8275\":60.97,\"8276\":475.56,\"8277\":630.3,\"8278\":731.72,\"8279\":8068.4,\"8280\":4900.0,\"8281\":845.99,\"8282\":465.55,\"8283\":551.93,\"8284\":200.02,\"8285\":330.0,\"8286\":6776.85,\"8287\":4904.42,\"8288\":5254.8,\"8289\":8730.71,\"8290\":8140.41,\"8291\":3312.3,\"8292\":5249.4,\"8293\":285.96,\"8294\":287.19,\"8295\":2764.03,\"8296\":585.92,\"8297\":3260.4,\"8298\":36.63,\"8299\":478.31,\"8300\":507.95,\"8301\":2969.76,\"8302\":943.23,\"8303\":null,\"8304\":3787.67,\"8305\":2494.8,\"8306\":7179.6,\"8307\":271767.05,\"8308\":5864.4,\"8309\":4930.9,\"8310\":712.91,\"8311\":12.06,\"8312\":null,\"8313\":431.31,\"8314\":12342.0,\"8315\":15465.66,\"8316\":191.4,\"8317\":2128.99,\"8318\":1698.18,\"8319\":743.4,\"8320\":2265.3,\"8321\":812.0,\"8322\":18024.0,\"8323\":169796.89,\"8324\":493074.91,\"8325\":12160.0,\"8326\":641.19,\"8327\":16014.27,\"8328\":33844.55,\"8329\":6680.67,\"8330\":853.01,\"8331\":3702.4,\"8332\":900.33,\"8333\":14258.41,\"8334\":583.0,\"8335\":null,\"8336\":53695.34,\"8337\":28578.78,\"8338\":9193.0,\"8339\":6296.3,\"8340\":938.8,\"8341\":246298.31,\"8342\":156127.31,\"8343\":7733.18,\"8344\":511340.0,\"8345\":null,\"8346\":80662.94,\"8347\":33586.86,\"8348\":395892.45,\"8349\":18010.07,\"8350\":18574.6,\"8351\":7006.36,\"8352\":13243.75,\"8353\":13944.92,\"8354\":69894.73,\"8355\":1453.76,\"8356\":1402.67,\"8357\":568.83,\"8358\":41631.87,\"8359\":2634.31,\"8360\":689.5,\"8361\":415.71,\"8362\":29087.6,\"8363\":90506.74,\"8364\":2459.89,\"8365\":1618.2,\"8366\":null,\"8367\":856.43,\"8368\":1142229.71,\"8369\":600721.79,\"8370\":36.0,\"8371\":3605.8,\"8372\":8378.72,\"8373\":827.53,\"8374\":205200.0,\"8375\":572.84,\"8376\":13752.0,\"8377\":35745.72,\"8378\":69643.78,\"8379\":157336.28,\"8380\":null,\"8381\":547494.4,\"8382\":null,\"8383\":8417.39,\"8384\":null,\"8385\":679.72,\"8386\":1256.1,\"8387\":174704.66,\"8388\":2225.77,\"8389\":526.22,\"8390\":1171.26,\"8391\":878.12,\"8392\":5090.4,\"8393\":410.64,\"8394\":948.86,\"8395\":19490.8,\"8396\":4353.3,\"8397\":19965.03,\"8398\":7320.0,\"8399\":379.3,\"8400\":null,\"8401\":260.7,\"8402\":330.73,\"8403\":29602.42,\"8404\":50181.16,\"8405\":1309.06,\"8406\":1169440.6899999999,\"8407\":128103.04,\"8408\":120257.39,\"8409\":1422.18,\"8410\":666.38,\"8411\":1328.41,\"8412\":793.8,\"8413\":null,\"8414\":343605.78,\"8415\":null,\"8416\":147052.79,\"8417\":141882.25,\"8418\":72712.25,\"8419\":168.0,\"8420\":796.74,\"8421\":null,\"8422\":55799.88,\"8423\":8867.76,\"8424\":9116.91,\"8425\":140009.85,\"8426\":164426.15,\"8427\":null,\"8428\":22410.68,\"8429\":44603.32,\"8430\":47421.48,\"8431\":623.43,\"8432\":75582.24,\"8433\":1270.36,\"8434\":8547.0,\"8435\":2570.1,\"8436\":18372.72,\"8437\":31494.52,\"8438\":55884.0,\"8439\":19300.64,\"8440\":653.52,\"8441\":8848.8,\"8442\":null,\"8443\":null,\"8444\":6757.08,\"8445\":316.4,\"8446\":null,\"8447\":7280.0,\"8448\":9492.73,\"8449\":675.72,\"8450\":313.28,\"8451\":146.52,\"8452\":null,\"8453\":10123.0,\"8454\":13152.0,\"8455\":2167.0,\"8456\":12328.38,\"8457\":16817.47,\"8458\":10233.65,\"8459\":10226.33,\"8460\":1788.31,\"8461\":14016.7,\"8462\":13718.9,\"8463\":null,\"8464\":3690.0,\"8465\":19593.62,\"8466\":19535.49,\"8467\":15823.32,\"8468\":5983.2,\"8469\":740.6,\"8470\":10223.8,\"8471\":1822.0,\"8472\":1438.5,\"8473\":3125.7,\"8474\":3671.8,\"8475\":3411.0,\"8476\":432.23,\"8477\":2105.18,\"8478\":331.66,\"8479\":2110.0,\"8480\":1093.49,\"8481\":15817.31,\"8482\":887.09,\"8483\":9203.78,\"8484\":1402.8,\"8485\":null,\"8486\":1305.33,\"8487\":801.24,\"8488\":null,\"8489\":306.68,\"8490\":283.2,\"8491\":1633.06,\"8492\":5600.67,\"8493\":8585.02,\"8494\":2000.0,\"8495\":5520.3,\"8496\":6941.4,\"8497\":79873.89,\"8498\":1349.76,\"8499\":915.95,\"8500\":4287.13,\"8501\":7935.84,\"8502\":11538.49,\"8503\":3008.62,\"8504\":11821.67,\"8505\":104596.2,\"8506\":10699.6,\"8507\":238.04,\"8508\":6457.06,\"8509\":6720.95,\"8510\":6903.0,\"8511\":7828.03,\"8512\":423.8,\"8513\":254.4,\"8514\":null,\"8515\":3335.59,\"8516\":2.2,\"8517\":25.48,\"8518\":1481.63,\"8519\":3959.76,\"8520\":4946.4,\"8521\":7226.01,\"8522\":112.2,\"8523\":7068.89,\"8524\":7280.37,\"8525\":3558.52,\"8526\":7349.4,\"8527\":15177.6,\"8528\":19927.12,\"8529\":19945.89,\"8530\":95.4,\"8531\":61620.86,\"8532\":9249.55,\"8533\":8745.92,\"8534\":2.46,\"8535\":1.21,\"8536\":6784.8,\"8537\":452.55,\"8538\":136.29,\"8539\":6821.34,\"8540\":409.13,\"8541\":null,\"8542\":14617.49,\"8543\":17773.86,\"8544\":70861.86,\"8545\":1293.82,\"8546\":947.37,\"8547\":70832.18,\"8548\":4013.45,\"8549\":16200.0,\"8550\":5599.2,\"8551\":8787.84,\"8552\":2382.98,\"8553\":2361.38,\"8554\":3682.35,\"8555\":3382.2,\"8556\":3939.0,\"8557\":341.79,\"8558\":5478.0,\"8559\":396.24,\"8560\":379.08,\"8561\":201.36,\"8562\":403.95,\"8563\":310.65,\"8564\":451.95,\"8565\":224.43,\"8566\":503.88,\"8567\":988.85,\"8568\":978.79,\"8569\":8080.8,\"8570\":453.96,\"8571\":181.2,\"8572\":14270.05,\"8573\":11537.87,\"8574\":7461.0,\"8575\":46.53,\"8576\":4900.0,\"8577\":413.01,\"8578\":null,\"8579\":null,\"8580\":4586.1,\"8581\":3992.4,\"8582\":4830.79,\"8583\":982.37,\"8584\":4403.25,\"8585\":10.14,\"8586\":74.72,\"8587\":312.6,\"8588\":715.0,\"8589\":1455.96,\"8590\":7801.6,\"8591\":4900.0,\"8592\":329.28,\"8593\":980.57,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":4303.84,\"8598\":3337.75,\"8599\":2962.8,\"8600\":12757.01,\"8601\":14956.91,\"8602\":4639.5,\"8603\":5191.8,\"8604\":225.26,\"8605\":227.04,\"8606\":3574.78,\"8607\":824.07,\"8608\":5841.0,\"8609\":null,\"8610\":34.6,\"8611\":659.86,\"8612\":468.62,\"8613\":4929.36,\"8614\":997.86,\"8615\":null,\"8616\":3864.67,\"8617\":2501.4,\"8618\":7186.8,\"8619\":409060.79,\"8620\":5374.8,\"8621\":3942.43,\"8622\":406.78,\"8623\":null,\"8624\":null,\"8625\":431.32,\"8626\":12969.0,\"8627\":17992.35,\"8628\":191.4,\"8629\":2163.32,\"8630\":1727.55,\"8631\":null,\"8632\":1164.6,\"8633\":809.0,\"8634\":13208.0,\"8635\":60738.08,\"8636\":504737.45,\"8637\":13592.0,\"8638\":1155.99,\"8639\":11145.66,\"8640\":33680.47,\"8641\":6669.67,\"8642\":934.09,\"8643\":3704.0,\"8644\":913.39,\"8645\":16720.49,\"8646\":608.52,\"8647\":30268.22,\"8648\":43717.79,\"8649\":28119.44,\"8650\":8652.0,\"8651\":6484.23,\"8652\":942.77,\"8653\":249074.66,\"8654\":159076.26,\"8655\":7975.3,\"8656\":310300.0,\"8657\":null,\"8658\":80357.17,\"8659\":20048.37,\"8660\":396017.4,\"8661\":15584.09,\"8662\":18913.4,\"8663\":null,\"8664\":10975.76,\"8665\":17257.25,\"8666\":170384.38,\"8667\":1244.69,\"8668\":1428.12,\"8669\":583.08,\"8670\":28347.1,\"8671\":2340.48,\"8672\":725.63,\"8673\":400.62,\"8674\":35738.79,\"8675\":null,\"8676\":3987.51,\"8677\":2198.4,\"8678\":4127.2,\"8679\":851.26,\"8680\":1106743.74,\"8681\":599111.95,\"8682\":492.0,\"8683\":8769.2,\"8684\":7217.14,\"8685\":824.67,\"8686\":205250.0,\"8687\":613.22,\"8688\":null,\"8689\":35415.81,\"8690\":69514.75,\"8691\":165264.06,\"8692\":404340.0,\"8693\":580575.83,\"8694\":null,\"8695\":null,\"8696\":5968.7,\"8697\":529.19,\"8698\":689.51,\"8699\":1618.05,\"8700\":81495.97,\"8701\":2232.66,\"8702\":533.05,\"8703\":1070.1,\"8704\":1129.34,\"8705\":3730.8,\"8706\":411.24,\"8707\":1177.04,\"8708\":19566.85,\"8709\":4365.45,\"8710\":5550.86,\"8711\":4819.2,\"8712\":373.49,\"8713\":1998.0,\"8714\":260.7,\"8715\":279.14,\"8716\":29914.71,\"8717\":44650.37,\"8718\":1380.08,\"8719\":null,\"8720\":103061.76,\"8721\":596342.36,\"8722\":1611.54,\"8723\":808.5,\"8724\":1219.57,\"8725\":954.0,\"8726\":340194.84,\"8727\":66779.62,\"8728\":123652.98,\"8729\":142499.28,\"8730\":72527.86,\"8731\":2063.0,\"8732\":794.92,\"8733\":41.77,\"8734\":64634.25,\"8735\":10517.34,\"8736\":9557.29,\"8737\":162531.93,\"8738\":164503.85,\"8739\":null,\"8740\":null,\"8741\":22444.11,\"8742\":44289.95,\"8743\":47852.42,\"8744\":705.66,\"8745\":75616.03,\"8746\":1163.55,\"8747\":9086.0,\"8748\":2752.14,\"8749\":30151.55,\"8750\":58197.58,\"8751\":null,\"8752\":19312.27,\"8753\":654.15,\"8754\":9424.8,\"8755\":12.0,\"8756\":null,\"8757\":6748.34,\"8758\":332.9,\"8759\":11.07,\"8760\":5840.0,\"8761\":9539.96,\"8762\":1674.36,\"8763\":1749.88,\"8764\":229.28,\"8765\":null,\"8766\":10130.0,\"8767\":19426.0,\"8768\":3729.0,\"8769\":16997.04,\"8770\":15192.24,\"8771\":10235.05,\"8772\":10229.07,\"8773\":900.53,\"8774\":12948.2,\"8775\":12667.4,\"8776\":15.6,\"8777\":19757.08,\"8778\":19642.79,\"8779\":19619.92,\"8780\":5292.0,\"8781\":677.3,\"8782\":null,\"8783\":4990.0,\"8784\":1310.0,\"8785\":5784.96,\"8786\":7069.4,\"8787\":6537.0,\"8788\":432.23,\"8789\":2028.66,\"8790\":328.9,\"8791\":2013.0,\"8792\":287.76,\"8793\":14331.01,\"8794\":2566.56,\"8795\":16359.51,\"8796\":1515.6,\"8797\":1197.5,\"8798\":146.67,\"8799\":754.38,\"8800\":null,\"8801\":886.6,\"8802\":864.9,\"8803\":1232.33,\"8804\":2494.67,\"8805\":4469.33,\"8806\":2000.0,\"8807\":5287.2,\"8808\":4690.62,\"8809\":45474.87,\"8810\":8354.41,\"8811\":852.41,\"8812\":4092.0,\"8813\":8294.4,\"8814\":14531.88,\"8815\":318.19,\"8816\":16313.18,\"8817\":null,\"8818\":12413.05,\"8819\":172.48,\"8820\":5457.0,\"8821\":5844.24,\"8822\":7012.5,\"8823\":1423.52,\"8824\":311.28,\"8825\":292.4,\"8826\":null,\"8827\":4246.97,\"8828\":1.37,\"8829\":30.18,\"8830\":1789.76,\"8831\":null,\"8832\":3319.2,\"8833\":6298.59,\"8834\":642.75,\"8835\":5960.13,\"8836\":5184.94,\"8837\":2175.72,\"8838\":6685.2,\"8839\":13323.6,\"8840\":19963.2,\"8841\":19968.24,\"8842\":454.8,\"8843\":82889.65,\"8844\":3591.82,\"8845\":3608.41,\"8846\":1.66,\"8847\":0.56,\"8848\":5000.4,\"8849\":1394.25,\"8850\":245.96,\"8851\":7342.06,\"8852\":650.53,\"8853\":null,\"8854\":29106.09,\"8855\":10406.11,\"8856\":59881.49,\"8857\":1271.77,\"8858\":1273.05,\"8859\":83754.87,\"8860\":3362.45,\"8861\":17160.0,\"8862\":5251.8,\"8863\":8533.92,\"8864\":805.05,\"8865\":759.36,\"8866\":7692.53,\"8867\":2195.4,\"8868\":2619.0,\"8869\":491.66,\"8870\":null,\"8871\":259.2,\"8872\":188.88,\"8873\":202.8,\"8874\":270.21,\"8875\":691.93,\"8876\":291.06,\"8877\":502.68,\"8878\":807.88,\"8879\":800.28,\"8880\":5749.2,\"8881\":236.4,\"8882\":58.8,\"8883\":12986.7,\"8884\":11022.0,\"8885\":6433.2,\"8886\":null,\"8887\":4900.0,\"8888\":266.46,\"8889\":576.0,\"8890\":175.38,\"8891\":104.36,\"8892\":3954.9,\"8893\":6694.8,\"8894\":2245.04,\"8895\":816.44,\"8896\":2245.95,\"8897\":9.62,\"8898\":291.1,\"8899\":397.68,\"8900\":553.3,\"8901\":1204.72,\"8902\":4887.5,\"8903\":4900.0,\"8904\":886.49,\"8905\":778.83,\"8906\":602.64,\"8907\":959.77,\"8908\":1161.0,\"8909\":2799.78,\"8910\":2132.74,\"8911\":2647.2,\"8912\":13550.44,\"8913\":12491.1,\"8914\":4191.6,\"8915\":4278.6,\"8916\":380.71,\"8917\":383.81,\"8918\":4087.1,\"8919\":673.5,\"8920\":9078.3,\"8921\":320.16,\"8922\":27.85,\"8923\":751.85,\"8924\":331.54,\"8925\":7598.28,\"8926\":831.34,\"8927\":null,\"8928\":3861.0,\"8929\":2692.8,\"8930\":7225.2,\"8931\":20016.0,\"8932\":4701.6,\"8933\":5546.09,\"8934\":709.83,\"8935\":null,\"8936\":null,\"8937\":406.15,\"8938\":11550.0,\"8939\":null,\"8940\":191.4,\"8941\":2167.44,\"8942\":1803.12,\"8943\":804.06,\"8944\":1247.4,\"8945\":809.0,\"8946\":17212.0,\"8947\":60681.45,\"8948\":495606.75,\"8949\":14408.0,\"8950\":null,\"8951\":18088.22,\"8952\":28406.19,\"8953\":8213.33,\"8954\":270.98,\"8955\":3703.68,\"8956\":824.34,\"8957\":16581.18,\"8958\":570.68,\"8959\":null,\"8960\":34623.0,\"8961\":26860.68,\"8962\":6404.0,\"8963\":5129.26,\"8964\":942.77,\"8965\":188193.6,\"8966\":null,\"8967\":6298.48,\"8968\":92650.0,\"8969\":null,\"8970\":106657.87,\"8971\":17520.83,\"8972\":395817.48,\"8973\":14903.62,\"8974\":15122.8,\"8975\":642.14,\"8976\":14048.49,\"8977\":17986.21,\"8978\":65953.04,\"8979\":1758.67,\"8980\":1813.69,\"8981\":574.83,\"8982\":null,\"8983\":22652.87,\"8984\":2566.8,\"8985\":728.97,\"8986\":447.87,\"8987\":68180.43,\"8988\":3783.94,\"8989\":2397.6,\"8990\":8.8,\"8991\":745.28,\"8992\":1148479.71,\"8993\":600639.9300000001,\"8994\":198.0,\"8995\":6899.2,\"8996\":7597.69,\"8997\":818.73,\"8998\":174270.0,\"8999\":531.0,\"9000\":14328.0,\"9001\":40267.81,\"9002\":45259.42,\"9003\":51132.27,\"9004\":null,\"9005\":400154.0,\"9006\":null,\"9007\":39093.86,\"9008\":2754.78,\"9009\":628.98,\"9010\":682.24,\"9011\":2994.9,\"9012\":81055.62,\"9013\":2217.16,\"9014\":319.37,\"9015\":1173.06,\"9016\":1083.31,\"9017\":7570.8,\"9018\":411.24,\"9019\":976.87,\"9020\":14015.67,\"9021\":4358.7,\"9022\":18248.51,\"9023\":14299.2,\"9024\":372.83,\"9025\":2627.4,\"9026\":260.7,\"9027\":245.48,\"9028\":29561.01,\"9029\":49976.41,\"9030\":219.16,\"9031\":788714.29,\"9032\":92083.2,\"9033\":820163.46,\"9034\":1615.44,\"9035\":718.08,\"9036\":1159.85,\"9037\":1234.8,\"9038\":null,\"9039\":null,\"9040\":123995.62,\"9041\":72738.05,\"9042\":72848.51,\"9043\":null,\"9044\":795.2,\"9045\":null,\"9046\":62969.12,\"9047\":15323.56,\"9048\":15866.99,\"9049\":54623.88,\"9050\":121681.93,\"9051\":150625.15,\"9052\":19696.7,\"9053\":8225.32,\"9054\":null,\"9055\":44080.51,\"9056\":47736.34,\"9057\":645.57,\"9058\":75552.53,\"9059\":1048.02,\"9060\":6817.8,\"9061\":2109.13,\"9062\":17175.9,\"9063\":31488.09,\"9064\":19296.6,\"9065\":652.8,\"9066\":10018.8,\"9067\":180.6,\"9068\":null,\"9069\":6760.88,\"9070\":347.49,\"9071\":28.95,\"9072\":5280.0,\"9073\":4928.44,\"9074\":1053.12,\"9075\":1793.44,\"9076\":150.48,\"9077\":9098.0,\"9078\":16409.0,\"9079\":5145.8,\"9080\":19810.78,\"9081\":15719.54,\"9082\":10230.44,\"9083\":10228.87,\"9084\":395.27,\"9085\":12905.3,\"9086\":12623.7,\"9087\":64.8,\"9088\":19724.93,\"9089\":19609.69,\"9090\":19590.13,\"9091\":943.2,\"9092\":525.4,\"9093\":10423.6,\"9094\":7634.0,\"9095\":1328.5,\"9096\":1415.88,\"9097\":7084.1,\"9098\":5055.0,\"9099\":432.23,\"9100\":2238.72,\"9101\":329.13,\"9102\":2689.0,\"9103\":569.25,\"9104\":12038.41,\"9105\":5657.04,\"9106\":12455.35,\"9107\":280.8,\"9108\":152.64,\"9109\":651.2,\"9110\":876.48,\"9111\":null,\"9112\":423.72,\"9113\":null,\"9114\":947.32,\"9115\":5830.05,\"9116\":6403.03,\"9117\":3000.0,\"9118\":5478.8,\"9119\":7122.18,\"9120\":38641.48,\"9121\":765.97,\"9122\":5143.69,\"9123\":3919.83,\"9124\":1856.16,\"9125\":null,\"9126\":15332.79,\"9127\":3156.54,\"9128\":15514.92,\"9129\":180275.09,\"9130\":10236.73,\"9131\":1042.14,\"9132\":6831.38,\"9133\":7031.37,\"9134\":7530.0,\"9135\":3126.44,\"9136\":210.56,\"9137\":112.8,\"9138\":11.93,\"9139\":5509.19,\"9140\":2.36,\"9141\":13.31,\"9142\":1350.43,\"9143\":4237.2,\"9144\":6903.58,\"9145\":2906.08,\"9146\":8953.27,\"9147\":8896.94,\"9148\":4290.23,\"9149\":6577.2,\"9150\":10864.8,\"9151\":19913.11,\"9152\":19937.08,\"9153\":264.0,\"9154\":61483.72,\"9155\":6186.99,\"9156\":6354.42,\"9157\":1.48,\"9158\":0.52,\"9159\":9104.4,\"9160\":1105.65,\"9161\":162.36,\"9162\":6246.34,\"9163\":9.07,\"9164\":null,\"9165\":18456.51,\"9166\":26133.76,\"9167\":48060.13,\"9168\":1243.61,\"9169\":601.68,\"9170\":38824.41,\"9171\":8537.2,\"9172\":14040.0,\"9173\":4895.4,\"9174\":null,\"9175\":2502.68,\"9176\":2479.05,\"9177\":4799.7,\"9178\":5407.5,\"9179\":5811.0,\"9180\":302.81,\"9181\":708.96,\"9182\":401.28,\"9183\":266.04,\"9184\":471.24,\"9185\":353.67,\"9186\":439.76,\"9187\":336.6,\"9188\":477.12,\"9189\":948.27,\"9190\":937.02,\"9191\":8029.2,\"9192\":343.68,\"9193\":520.8,\"9194\":6676.67,\"9195\":7300.67,\"9196\":5095.8,\"9197\":40.25,\"9198\":4900.0,\"9199\":455.43,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":5654.1,\"9204\":8011.2,\"9205\":6096.69,\"9206\":900.85,\"9207\":6762.6,\"9208\":1.61,\"9209\":502.63,\"9210\":545.52,\"9211\":381.7,\"9212\":2588.08,\"9213\":5954.7,\"9214\":4900.0,\"9215\":649.93,\"9216\":927.25,\"9217\":336.77,\"9218\":50.07,\"9219\":216.0,\"9220\":4494.59,\"9221\":3450.76,\"9222\":3575.4,\"9223\":7526.48,\"9224\":7344.38,\"9225\":7248.3,\"9226\":5090.1,\"9227\":643.06,\"9228\":711.68,\"9229\":1991.23,\"9230\":774.11,\"9231\":9183.9,\"9232\":34.31,\"9233\":333.6,\"9234\":776.48,\"9235\":4017.18,\"9236\":921.38,\"9237\":null,\"9238\":3868.33,\"9239\":2508.0,\"9240\":7242.0,\"9241\":406163.75,\"9242\":6166.8,\"9243\":4933.88,\"9244\":708.84,\"9245\":1.32,\"9246\":70.0,\"9247\":430.09,\"9248\":12705.0,\"9249\":19588.65,\"9250\":198.0,\"9251\":2164.96,\"9252\":1762.2,\"9253\":796.1,\"9254\":808.0,\"9255\":16840.0,\"9256\":60669.76,\"9257\":503275.65,\"9258\":null,\"9259\":1171.83,\"9260\":8010.12,\"9261\":38358.03,\"9262\":8136.33,\"9263\":928.34,\"9264\":3703.04,\"9265\":875.24,\"9266\":22779.83,\"9267\":641.52,\"9268\":null,\"9269\":22200.52,\"9270\":29097.43,\"9271\":7936.0,\"9272\":4719.68,\"9273\":942.77,\"9274\":255000.0,\"9275\":5812.49,\"9276\":429960.0,\"9277\":63545.85,\"9278\":17869.07,\"9279\":395917.64,\"9280\":14523.96,\"9281\":16392.2,\"9282\":null,\"9283\":12968.51,\"9284\":12277.29,\"9285\":119397.47,\"9286\":1377.58,\"9287\":1411.69,\"9288\":568.83,\"9289\":157685.0,\"9290\":39220.98,\"9291\":2502.29,\"9292\":729.27,\"9293\":445.54,\"9294\":51422.83,\"9295\":90536.72,\"9296\":4082.4,\"9297\":2323.8,\"9298\":null,\"9299\":897.52,\"9300\":1143829.1899999999,\"9301\":600412.17,\"9302\":150.0,\"9303\":6886.0,\"9304\":7592.45,\"9305\":818.73,\"9306\":205190.0,\"9307\":580.88,\"9308\":15804.0,\"9309\":40199.52,\"9310\":64899.9,\"9311\":165532.98,\"9312\":null,\"9313\":null,\"9314\":592579.6899999999,\"9315\":null,\"9316\":null,\"9317\":4897.39,\"9318\":556.12,\"9319\":685.76,\"9320\":2697.9,\"9321\":81013.33,\"9322\":2225.77,\"9323\":535.82,\"9324\":646.56,\"9325\":462.67,\"9326\":9336.0,\"9327\":411.12,\"9328\":2018.83,\"9329\":19381.04,\"9330\":4358.25,\"9331\":19831.18,\"9332\":11380.8,\"9333\":367.03,\"9334\":2662.8,\"9335\":null,\"9336\":259.99,\"9337\":29574.19,\"9338\":50004.63,\"9339\":null,\"9340\":49440.17,\"9341\":70142.55,\"9342\":820370.95,\"9343\":1597.32,\"9344\":770.44,\"9345\":1144.5,\"9346\":1636.2,\"9347\":179136.52,\"9348\":null,\"9349\":176512.68,\"9350\":144591.18,\"9351\":73746.66,\"9352\":2059.0,\"9353\":793.38,\"9354\":13.16,\"9355\":54595.41,\"9356\":10356.01,\"9357\":9061.06,\"9358\":54621.73,\"9359\":157617.46,\"9360\":160866.75,\"9361\":4545.17,\"9362\":16716.46,\"9363\":44335.78,\"9364\":47511.11,\"9365\":660.93,\"9366\":76635.58,\"9367\":1198.79,\"9368\":8861.6,\"9369\":2647.23,\"9370\":29987.39,\"9371\":null,\"9372\":57864.29,\"9373\":19190.15,\"9374\":651.81,\"9375\":null,\"9376\":null,\"9377\":null,\"9378\":6759.39,\"9379\":116.42,\"9380\":3.86,\"9381\":5600.0,\"9382\":9528.15,\"9383\":1593.12,\"9384\":1712.48,\"9385\":231.66,\"9386\":8893.0,\"9387\":16489.0,\"9388\":4228.4,\"9389\":18041.56,\"9390\":15824.21,\"9391\":10225.33,\"9392\":10228.31,\"9393\":395.12,\"9394\":12762.6,\"9395\":12480.1,\"9396\":null,\"9397\":19705.31,\"9398\":19620.17,\"9399\":19575.24,\"9400\":709.6,\"9401\":13872.0,\"9402\":4506.0,\"9403\":null,\"9404\":1534.7,\"9405\":3367.2,\"9406\":7173.0,\"9407\":5222.0,\"9408\":432.23,\"9409\":1948.19,\"9410\":327.52,\"9411\":1409.97,\"9412\":1168.3,\"9413\":15023.84,\"9414\":5612.69,\"9415\":18667.18,\"9416\":639.0,\"9417\":15.14,\"9418\":874.13,\"9419\":755.7,\"9420\":null,\"9421\":704.44,\"9422\":null,\"9423\":1079.1,\"9424\":4558.21,\"9425\":11225.99,\"9426\":3000.0,\"9427\":5303.5,\"9428\":7261.56,\"9429\":78953.93,\"9430\":12212.14,\"9431\":2357.91,\"9432\":5153.74,\"9433\":4655.52,\"9434\":17900.18,\"9435\":390.46,\"9436\":19826.67,\"9437\":null,\"9438\":10470.43,\"9439\":333.3,\"9440\":7300.26,\"9441\":7854.77,\"9442\":8643.0,\"9443\":821.53,\"9444\":509.28,\"9445\":79.2,\"9446\":193.96,\"9447\":4751.15,\"9448\":3.08,\"9449\":49.08,\"9450\":2594.13,\"9451\":4312.8,\"9452\":7459.65,\"9453\":1194.33,\"9454\":18643.24,\"9455\":15668.35,\"9456\":5627.35,\"9457\":2545.2,\"9458\":6109.2,\"9459\":19946.39,\"9460\":19967.43,\"9461\":973.8,\"9462\":72545.53,\"9463\":13590.66,\"9464\":16506.27,\"9465\":2.74,\"9466\":1.32,\"9467\":6522.0,\"9468\":136.5,\"9469\":242.22,\"9470\":6661.72,\"9471\":574.56,\"9472\":null,\"9473\":26415.08,\"9474\":21064.2,\"9475\":61462.99,\"9476\":1347.34,\"9477\":1160.58,\"9478\":56402.32,\"9479\":8361.15,\"9480\":12960.0,\"9481\":2151.0,\"9482\":9025.2,\"9483\":8900.1,\"9484\":8381.48,\"9485\":10248.75,\"9486\":3375.3,\"9487\":2721.6,\"9488\":240.06,\"9489\":373.92,\"9490\":300.96,\"9491\":250.8,\"9492\":609.18,\"9493\":562.71,\"9494\":485.21,\"9495\":542.57,\"9496\":645.0,\"9497\":940.88,\"9498\":960.08,\"9499\":8161.2,\"9500\":599.76,\"9501\":994.8,\"9502\":13540.89,\"9503\":13252.54,\"9504\":5902.2,\"9505\":null,\"9506\":4900.0,\"9507\":395.67,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":7154.4,\"9512\":9213.6,\"9513\":5026.17,\"9514\":1117.05,\"9515\":9516.6,\"9516\":4.98,\"9517\":457.68,\"9518\":473.0,\"9519\":2696.32,\"9520\":3967.5,\"9521\":4900.0,\"9522\":917.3,\"9523\":927.98,\"9524\":587.06,\"9525\":211.29,\"9526\":567.0,\"9527\":4028.02,\"9528\":2155.65,\"9529\":4602.0,\"9530\":13437.64,\"9531\":14551.68,\"9532\":5289.3,\"9533\":3647.1,\"9534\":860.0,\"9535\":860.05,\"9536\":4405.08,\"9537\":768.08,\"9538\":8385.3,\"9539\":0.69,\"9540\":34.33,\"9541\":563.31,\"9542\":519.34,\"9543\":3073.26,\"9544\":972.56,\"9545\":21.98,\"9546\":3857.33,\"9547\":2494.8,\"9548\":7244.4,\"9549\":368070.94,\"9550\":10483.2,\"9551\":6912.3,\"9552\":711.37,\"9553\":10.74,\"9554\":30.0,\"9555\":427.28,\"9556\":5115.0,\"9557\":19694.63,\"9558\":191.4,\"9559\":2173.71,\"9560\":1781.67,\"9561\":798.75,\"9562\":809.0,\"9563\":9748.0,\"9564\":60181.71,\"9565\":492472.78,\"9566\":null,\"9567\":8992.99,\"9568\":41203.95,\"9569\":8081.33,\"9570\":822.25,\"9571\":3703.04,\"9572\":861.97,\"9573\":26740.16,\"9574\":628.76,\"9575\":null,\"9576\":50514.63,\"9577\":29999.11,\"9578\":16220.0,\"9579\":4963.17,\"9580\":942.77,\"9581\":255000.0,\"9582\":6216.45,\"9583\":null,\"9584\":148324.54,\"9585\":19425.02,\"9586\":397336.39,\"9587\":15392.27,\"9588\":15426.4,\"9589\":0.08,\"9590\":15832.74,\"9591\":5499.71,\"9592\":null,\"9593\":2053.03,\"9594\":1346.92,\"9595\":581.71,\"9596\":127545.0,\"9597\":42372.87,\"9598\":2406.84,\"9599\":428.07,\"9600\":436.64,\"9601\":62394.77,\"9602\":null,\"9603\":1381.01,\"9604\":2400.6,\"9605\":null,\"9606\":804.65,\"9607\":1160058.5700000001,\"9608\":146467.22,\"9609\":690.0,\"9610\":6894.8,\"9611\":5847.6,\"9612\":824.54,\"9613\":181070.0,\"9614\":528.6,\"9615\":13752.0,\"9616\":35961.1,\"9617\":35182.09,\"9618\":null,\"9619\":null,\"9620\":573494.79,\"9621\":null,\"9622\":5356.52,\"9623\":649.31,\"9624\":661.75,\"9625\":3551.7,\"9626\":81055.81,\"9627\":2218.88,\"9628\":539.58,\"9629\":268.02,\"9630\":858.7,\"9631\":8324.4,\"9632\":411.12,\"9633\":4972.0,\"9634\":889.57,\"9635\":19590.52,\"9636\":4356.9,\"9637\":19750.18,\"9638\":null,\"9639\":362.21,\"9640\":2668.2,\"9641\":244.2,\"9642\":353.82,\"9643\":29723.84,\"9644\":47871.06,\"9645\":1308.57,\"9646\":1027900.99,\"9647\":81362.17,\"9648\":820192.05,\"9649\":1544.22,\"9650\":750.64,\"9651\":1069.78,\"9652\":1333.8,\"9653\":null,\"9654\":null,\"9655\":123961.2,\"9656\":73337.77,\"9657\":72599.38,\"9658\":null,\"9659\":796.18,\"9660\":63092.63,\"9661\":18133.88,\"9662\":18403.24,\"9663\":54800.18,\"9664\":80419.16,\"9665\":169602.45,\"9666\":null,\"9667\":null,\"9668\":44457.01,\"9669\":47424.46,\"9670\":593.07,\"9671\":76515.29,\"9672\":1093.07,\"9673\":6450.4,\"9674\":2836.97,\"9675\":17959.62,\"9676\":null,\"9677\":19298.51,\"9678\":651.99,\"9679\":13665.6,\"9680\":null,\"9681\":null,\"9682\":6773.75,\"9683\":331.52,\"9684\":188.04,\"9685\":5360.0,\"9686\":9582.89,\"9687\":1645.2,\"9688\":1661.0,\"9689\":41.92,\"9690\":9074.0,\"9691\":13480.0,\"9692\":3227.4,\"9693\":14751.66,\"9694\":20202.28,\"9695\":10220.03,\"9696\":10229.79,\"9697\":2326.72,\"9698\":12313.4,\"9699\":12030.4,\"9700\":1630.8,\"9701\":19690.34,\"9702\":19625.58,\"9703\":19431.25,\"9704\":781.1,\"9705\":12473.0,\"9706\":10108.0,\"9707\":843.82,\"9708\":1729.2,\"9709\":5620.74,\"9710\":6716.2,\"9711\":5971.0,\"9712\":432.23,\"9713\":1243.04,\"9714\":322.46,\"9715\":2915.0,\"9716\":1330.6,\"9717\":18767.36,\"9718\":4295.91,\"9719\":11811.03,\"9720\":1156.8,\"9721\":1715.69,\"9722\":315.33,\"9723\":724.68,\"9724\":506.88,\"9725\":2597.43,\"9726\":7740.34,\"9727\":10383.29,\"9728\":3000.0,\"9729\":5174.3,\"9730\":5074.26,\"9731\":77593.29,\"9732\":11835.76,\"9733\":4184.93,\"9734\":3805.04,\"9735\":8379.36,\"9736\":11368.69,\"9737\":8185.81,\"9738\":12919.25,\"9739\":null,\"9740\":12914.52,\"9741\":1441.44,\"9742\":7811.61,\"9743\":8147.46,\"9744\":6621.0,\"9745\":8471.34,\"9746\":347.08,\"9747\":98.4,\"9748\":18.9,\"9749\":7563.45,\"9750\":3.12,\"9751\":57.73,\"9752\":2427.17,\"9753\":5907.6,\"9754\":8769.88,\"9755\":3099.58,\"9756\":15269.98,\"9757\":14737.22,\"9758\":7639.18,\"9759\":6998.4,\"9760\":14839.2,\"9761\":19930.52,\"9762\":19971.36,\"9763\":913.2,\"9764\":84144.21,\"9765\":17173.49,\"9766\":16143.46,\"9767\":1.64,\"9768\":0.55,\"9769\":8985.6,\"9770\":4224.75,\"9771\":324.61,\"9772\":8550.02,\"9773\":328.08,\"9774\":null,\"9775\":37459.27,\"9776\":20695.61,\"9777\":74432.67,\"9778\":1293.1,\"9779\":1431.75,\"9780\":73745.09,\"9781\":4848.2,\"9782\":15440.0,\"9783\":5346.6,\"9784\":8049.54,\"9785\":7422.3,\"9786\":6924.83,\"9787\":10266.75,\"9788\":6065.1,\"9789\":7336.2,\"9790\":397.06,\"9791\":null,\"9792\":637.8,\"9793\":491.52,\"9794\":220.92,\"9795\":745.32,\"9796\":483.33,\"9797\":577.27,\"9798\":681.04,\"9799\":658.68,\"9800\":981.26,\"9801\":974.39,\"9802\":8138.4,\"9803\":791.28,\"9804\":285.6,\"9805\":13957.8,\"9806\":13776.7,\"9807\":5900.4,\"9808\":null,\"9809\":4900.0,\"9810\":722.37,\"9811\":1601.4,\"9812\":977.5,\"9813\":null,\"9814\":4929.6,\"9815\":9372.0,\"9816\":7448.85,\"9817\":1090.92,\"9818\":6041.25,\"9819\":5.76,\"9820\":null,\"9821\":685.08,\"9822\":404.8,\"9823\":1271.6,\"9824\":6348.0,\"9825\":4900.0,\"9826\":700.67,\"9827\":943.98,\"9828\":762.91,\"9829\":1206.83,\"9830\":75.0,\"9831\":4114.2,\"9832\":14396.36,\"9833\":14055.96,\"9834\":4995.6,\"9835\":4188.9,\"9836\":695.2,\"9837\":700.57,\"9838\":3336.73,\"9839\":752.18,\"9840\":9177.3,\"9841\":36.83,\"9842\":776.88,\"9843\":552.34,\"9844\":7923.96,\"9845\":971.17,\"9846\":421.51,\"9847\":3853.67,\"9848\":2494.8,\"9849\":7254.0,\"9850\":254860.01,\"9851\":10494.0,\"9852\":5927.79,\"9853\":710.71,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11451.0,\"9858\":null,\"9859\":204.6,\"9860\":770.22,\"9861\":1757.58,\"9862\":738.22,\"9863\":808.0,\"9864\":121019.27,\"9865\":null,\"9866\":9988.48,\"9867\":42613.69,\"9868\":8077.67,\"9869\":750.38,\"9870\":3703.04,\"9871\":963.54,\"9872\":18922.89,\"9873\":568.26,\"9874\":null,\"9875\":57692.38,\"9876\":30067.19,\"9877\":10474.0,\"9878\":4766.58,\"9879\":942.77,\"9880\":null,\"9881\":5860.78,\"9882\":null,\"9883\":283510.0,\"9884\":160331.42,\"9885\":15623.27,\"9886\":397931.85,\"9887\":14131.78,\"9888\":16126.0,\"9889\":null,\"9890\":13803.21,\"9891\":88342.25,\"9892\":1464.73,\"9893\":1354.34,\"9894\":571.33,\"9895\":187165.0,\"9896\":56713.61,\"9897\":2481.36,\"9898\":727.99,\"9899\":464.91,\"9900\":14209.67,\"9901\":3805.2,\"9902\":2414.4,\"9903\":12744.6,\"9904\":865.92,\"9905\":1171526.8,\"9906\":219193.06,\"9907\":6802.4,\"9908\":6628.26,\"9909\":826.98,\"9910\":181220.0,\"9911\":573.35,\"9912\":11844.0,\"9913\":64396.18,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":5050.44,\"9921\":561.4,\"9922\":684.72,\"9923\":3495.0,\"9924\":81001.05,\"9925\":2215.44,\"9926\":435.37,\"9927\":1273.14,\"9928\":1181.24,\"9929\":10027.2,\"9930\":411.12,\"9931\":2041.24,\"9932\":19559.67,\"9933\":2735.1,\"9934\":18850.47,\"9935\":364.65,\"9936\":192.83,\"9937\":254.1,\"9938\":335.1,\"9939\":29933.9,\"9940\":45091.41,\"9941\":1221.79,\"9942\":112061.39,\"9943\":129246.6,\"9944\":816739.0,\"9945\":1598.94,\"9946\":797.72,\"9947\":1073.71,\"9948\":1053.0,\"9949\":null,\"9950\":null,\"9951\":124335.43,\"9952\":73166.78,\"9953\":74336.3,\"9954\":null,\"9955\":669.9,\"9956\":77368.37,\"9957\":12258.18,\"9958\":12163.39,\"9959\":134.19,\"9960\":null,\"9961\":66228.15,\"9962\":null,\"9963\":44711.02,\"9964\":48063.94,\"9965\":644.58,\"9966\":76543.27,\"9967\":628.97,\"9968\":9658.0,\"9969\":2972.53},\"Values_Hour11\":{\"0\":19769.38,\"1\":652.2,\"2\":7866.0,\"3\":17921.96,\"4\":null,\"5\":null,\"6\":6677.72,\"7\":379.63,\"8\":5040.0,\"9\":9400.48,\"10\":766.8,\"11\":1720.4,\"12\":167.1,\"13\":10585.0,\"14\":13798.0,\"15\":2831.4,\"16\":7924.94,\"17\":19325.42,\"18\":10163.1,\"19\":10223.01,\"20\":347.16,\"21\":16029.7,\"22\":15678.9,\"23\":4159.2,\"24\":1599.8,\"25\":13842.0,\"26\":19748.99,\"27\":10339.64,\"28\":19448.43,\"29\":8703.0,\"30\":8152.37,\"31\":14408.19,\"32\":8691.4,\"33\":598.1,\"34\":10647.9,\"35\":5238.0,\"36\":null,\"37\":2454.9,\"38\":6706.8,\"39\":4130.0,\"40\":421.41,\"41\":2258.66,\"42\":345.46,\"43\":2488.0,\"44\":null,\"45\":13765.51,\"46\":5624.58,\"47\":17743.47,\"48\":1686.0,\"49\":6196.88,\"50\":1.47,\"51\":789.36,\"52\":342.32,\"53\":null,\"54\":3785.43,\"55\":338.4,\"56\":14182.97,\"57\":6740.2,\"58\":4665.78,\"59\":100853.1,\"60\":10664.32,\"61\":5052.75,\"62\":9768.0,\"63\":9018.72,\"64\":169.95,\"65\":16586.72,\"66\":6615.2,\"67\":13358.77,\"68\":null,\"69\":16130.03,\"70\":2062.28,\"71\":7698.11,\"72\":7925.85,\"73\":8047.5,\"74\":10033.14,\"75\":387.16,\"76\":518.4,\"77\":533.49,\"78\":5236.7,\"79\":4.08,\"80\":70.42,\"81\":1454.31,\"82\":4933.98,\"83\":8272.8,\"84\":9759.93,\"85\":2710.8,\"86\":14071.39,\"87\":14430.57,\"88\":6511.12,\"89\":8177.4,\"90\":16236.0,\"91\":14356.75,\"92\":14939.58,\"93\":1890.0,\"94\":91686.29,\"95\":17334.21,\"96\":17439.33,\"97\":4.08,\"98\":1.42,\"99\":7596.0,\"100\":5114.1,\"101\":null,\"102\":8901.46,\"103\":886.6,\"104\":null,\"105\":37952.99,\"106\":23392.51,\"107\":76529.3,\"108\":1430.17,\"109\":1500.06,\"110\":91580.64,\"111\":5541.2,\"112\":16400.0,\"113\":3755.4,\"114\":9367.44,\"115\":7448.4,\"116\":7688.7,\"117\":8518.05,\"118\":4791.9,\"119\":5700.9,\"120\":779.15,\"121\":null,\"122\":921.96,\"123\":501.0,\"124\":526.2,\"125\":622.89,\"126\":411.96,\"127\":822.06,\"128\":650.4,\"129\":1023.53,\"130\":1019.85,\"131\":8154.0,\"132\":960.24,\"133\":8.4,\"134\":16870.73,\"135\":16768.96,\"136\":8760.6,\"137\":1606.23,\"138\":673.29,\"139\":1.8,\"140\":707.25,\"141\":301.67,\"142\":6264.3,\"143\":4279.2,\"144\":9608.31,\"145\":1000.36,\"146\":15318.0,\"147\":12.47,\"148\":556.75,\"149\":503.04,\"150\":974.6,\"151\":2400.64,\"152\":7538.25,\"153\":1008.69,\"154\":973.98,\"155\":917.43,\"156\":7.0,\"157\":228.0,\"158\":11141.15,\"159\":8618.66,\"160\":2843.4,\"161\":16291.12,\"162\":15557.09,\"163\":15881.17,\"164\":6636.6,\"165\":325.22,\"166\":924.22,\"167\":3603.6,\"168\":593.06,\"169\":73.17,\"170\":796.26,\"171\":759.92,\"172\":2376.0,\"173\":7240.8,\"174\":85872.14,\"175\":5389.2,\"176\":3439.47,\"177\":469.04,\"178\":null,\"179\":397.36,\"180\":13805.0,\"181\":19573.02,\"182\":198.0,\"183\":2599.08,\"184\":1788.27,\"185\":690.8,\"186\":2798.1,\"187\":1345.0,\"188\":17432.0,\"189\":60189.72,\"190\":459855.75,\"191\":13840.0,\"192\":1305.81,\"193\":5091.58,\"194\":50812.18,\"195\":5896.0,\"196\":906.2,\"197\":730.7,\"198\":12998.55,\"199\":3702.08,\"200\":1876.86,\"201\":15602.91,\"202\":232.1,\"203\":99643.81,\"204\":63602.44,\"205\":15316.63,\"206\":6014.0,\"207\":5984.24,\"208\":938.8,\"209\":245449.37,\"210\":null,\"211\":7035.01,\"212\":384.0,\"213\":510450.0,\"214\":58763.89,\"215\":284596.01,\"216\":22249.03,\"217\":342144.33,\"218\":19272.0,\"219\":18906.8,\"220\":19685.69,\"221\":8846.07,\"222\":11152.11,\"223\":123593.02,\"224\":1038.1,\"225\":2276.23,\"226\":203683.3,\"227\":73392.13,\"228\":2487.91,\"229\":null,\"230\":405.63,\"231\":31019.63,\"232\":null,\"233\":3471.43,\"234\":2844.6,\"235\":69.62,\"236\":909.84,\"237\":896400.08,\"238\":585945.91,\"239\":432.0,\"240\":7519.6,\"241\":4615.03,\"242\":823.57,\"243\":191630.0,\"244\":658.41,\"245\":6300.0,\"246\":18342.59,\"247\":59136.09,\"248\":69578.81,\"249\":57409.79,\"250\":92.5,\"251\":null,\"252\":484081.94,\"253\":null,\"254\":null,\"255\":5815.65,\"256\":615.78,\"257\":672.98,\"258\":3995.1,\"259\":97028.39,\"260\":1062.1,\"261\":540.9,\"262\":698.4,\"263\":873.8,\"264\":4405.2,\"265\":424.08,\"266\":18920.0,\"267\":13994.87,\"268\":8050.5,\"269\":19731.2,\"270\":10372.8,\"271\":null,\"272\":347.49,\"273\":2535.6,\"274\":271.38,\"275\":29752.23,\"276\":25603.18,\"277\":null,\"278\":null,\"279\":821111.12,\"280\":965.16,\"281\":798.16,\"282\":1247.19,\"283\":3070.8,\"284\":50419.34,\"285\":null,\"286\":176070.09,\"287\":40841.27,\"288\":1887.64,\"289\":72106.25,\"290\":801.92,\"291\":1557.27,\"292\":53776.26,\"293\":16919.25,\"294\":13976.45,\"295\":63972.59,\"296\":162308.71,\"297\":170473.8,\"298\":3854.94,\"299\":101655.77,\"300\":15324.38,\"301\":null,\"302\":44834.33,\"303\":49169.48,\"304\":633.27,\"305\":75684.1,\"306\":null,\"307\":7099.4,\"308\":2807.81,\"309\":24824.49,\"310\":56316.4,\"311\":null,\"312\":19754.25,\"313\":654.15,\"314\":7387.2,\"315\":17139.66,\"316\":null,\"317\":null,\"318\":6640.1,\"319\":null,\"320\":560.0,\"321\":4675.81,\"322\":1183.32,\"323\":1670.24,\"324\":166.84,\"325\":15485.0,\"326\":13008.0,\"327\":2743.4,\"328\":7931.23,\"329\":21357.63,\"330\":10206.5,\"331\":10071.6,\"332\":6.45,\"333\":17095.9,\"334\":16736.3,\"335\":2047.2,\"336\":null,\"337\":14364.0,\"338\":19662.56,\"339\":10286.21,\"340\":19331.65,\"341\":6152.29,\"342\":6108.19,\"343\":6092.73,\"344\":6422.27,\"345\":599.2,\"346\":10994.3,\"347\":8202.0,\"348\":2.86,\"349\":2349.4,\"350\":4465.68,\"351\":6409.9,\"352\":421.41,\"353\":3301.42,\"354\":346.38,\"355\":2440.0,\"356\":1470.33,\"357\":13480.44,\"358\":5001.26,\"359\":19431.89,\"360\":1006.8,\"361\":685.54,\"362\":1.47,\"363\":932.58,\"364\":315.48,\"365\":2345.97,\"366\":11165.79,\"367\":6541.4,\"368\":7769.4,\"369\":81859.76,\"370\":14349.72,\"371\":2992.14,\"372\":6278.61,\"373\":5293.44,\"374\":15691.37,\"375\":5703.94,\"376\":13464.22,\"377\":null,\"378\":10624.46,\"379\":1739.1,\"380\":6339.69,\"381\":5519.12,\"382\":9738.0,\"383\":8401.15,\"384\":402.6,\"385\":null,\"386\":533.49,\"387\":7585.59,\"388\":3.96,\"389\":80.34,\"390\":2492.29,\"391\":5687.76,\"392\":3427.2,\"393\":10236.27,\"394\":1703.95,\"395\":16840.99,\"396\":17341.07,\"397\":8293.22,\"398\":3231.0,\"399\":6184.8,\"400\":19865.81,\"401\":19938.88,\"402\":882.6,\"403\":75660.73,\"404\":15595.76,\"405\":14504.81,\"406\":5.86,\"407\":1.97,\"408\":7596.0,\"409\":1558.05,\"410\":424.49,\"411\":8194.44,\"412\":677.08,\"413\":null,\"414\":27391.92,\"415\":22305.62,\"416\":87098.4,\"417\":1334.91,\"418\":1124.7,\"419\":79436.97,\"420\":9346.75,\"421\":13720.0,\"422\":1686.6,\"423\":8377.98,\"424\":6158.48,\"425\":5920.88,\"426\":10136.25,\"427\":5514.3,\"428\":6330.3,\"429\":644.69,\"430\":null,\"431\":863.4,\"432\":439.68,\"433\":164.28,\"434\":788.67,\"435\":483.9,\"436\":353.15,\"437\":689.52,\"438\":873.43,\"439\":870.32,\"440\":7881.6,\"441\":805.32,\"442\":1.2,\"443\":11435.12,\"444\":11630.77,\"445\":6206.4,\"446\":2262.09,\"447\":862.11,\"448\":0.6,\"449\":null,\"450\":9304.8,\"451\":5584.8,\"452\":9706.98,\"453\":879.43,\"454\":14401.35,\"455\":4.28,\"456\":null,\"457\":798.48,\"458\":944.9,\"459\":2952.84,\"460\":9083.85,\"461\":962.96,\"462\":827.74,\"463\":45.38,\"464\":25.96,\"465\":171.0,\"466\":11276.6,\"467\":8836.01,\"468\":2028.6,\"469\":6968.94,\"470\":11634.78,\"471\":9524.67,\"472\":3723.3,\"473\":965.12,\"474\":964.88,\"475\":5646.3,\"476\":null,\"477\":80.2,\"478\":668.03,\"479\":310.73,\"480\":26.38,\"481\":349.8,\"482\":7244.4,\"483\":11907.0,\"484\":4413.6,\"485\":3436.29,\"486\":467.5,\"487\":null,\"488\":396.95,\"489\":13827.0,\"490\":19618.19,\"491\":191.4,\"492\":3005.14,\"493\":1809.72,\"494\":649.53,\"495\":1984.5,\"496\":1328.0,\"497\":15304.0,\"498\":60461.33,\"499\":500466.01,\"500\":13728.0,\"501\":1846.68,\"502\":9954.74,\"503\":50549.78,\"504\":4385.33,\"505\":842.09,\"506\":718.0,\"507\":6367.25,\"508\":3702.4,\"509\":2047.39,\"510\":14641.78,\"511\":569.36,\"512\":49740.91,\"513\":52705.61,\"514\":null,\"515\":6152.0,\"516\":9270.66,\"517\":938.8,\"518\":244621.63,\"519\":9185.9,\"520\":null,\"521\":508600.0,\"522\":790236.99,\"523\":212956.75,\"524\":21667.01,\"525\":33453.65,\"526\":19260.0,\"527\":1788.6,\"528\":21343.49,\"529\":8852.11,\"530\":9416.42,\"531\":168888.48,\"532\":774.18,\"533\":2023.98,\"534\":202619.96,\"535\":50109.91,\"536\":2407.53,\"537\":1328.21,\"538\":401.17,\"539\":29038.12,\"540\":3962.57,\"541\":2635.2,\"542\":null,\"543\":906.68,\"544\":896039.48,\"545\":599891.16,\"546\":546.0,\"547\":2079.0,\"548\":4605.31,\"549\":832.81,\"550\":null,\"551\":680.05,\"552\":12744.0,\"553\":null,\"554\":59349.85,\"555\":69828.62,\"556\":165219.19,\"557\":2024.0,\"558\":null,\"559\":445729.4,\"560\":43308.09,\"561\":5968.7,\"562\":590.04,\"563\":671.51,\"564\":4023.3,\"565\":80277.2,\"566\":1062.1,\"567\":529.12,\"568\":909.0,\"569\":868.49,\"570\":4425.6,\"571\":434.52,\"572\":13895.15,\"573\":8079.75,\"574\":19644.8,\"575\":8073.6,\"576\":null,\"577\":360.16,\"578\":1215.38,\"579\":249.92,\"580\":29489.83,\"581\":25617.17,\"582\":1241306.29,\"583\":null,\"584\":565299.66,\"585\":962.94,\"586\":789.36,\"587\":1453.07,\"588\":2759.4,\"589\":null,\"590\":null,\"591\":422900.16,\"592\":165250.0,\"593\":null,\"594\":123564.13,\"595\":73639.1,\"596\":125248.42,\"597\":800.24,\"598\":2767.77,\"599\":78655.19,\"600\":19320.82,\"601\":15779.79,\"602\":63827.36,\"603\":160801.79,\"604\":168248.25,\"605\":3857.92,\"606\":101595.77,\"607\":14334.57,\"608\":45338.37,\"609\":47794.78,\"610\":684.99,\"611\":75550.64,\"612\":1072.95,\"613\":2068.0,\"614\":2838.57,\"615\":24811.19,\"616\":56752.8,\"617\":48460.33,\"618\":19289.13,\"619\":652.14,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":4135.2,\"624\":6668.15,\"625\":4000.0,\"626\":4675.81,\"627\":1224.6,\"628\":1659.68,\"629\":156.95,\"630\":10470.0,\"631\":9746.0,\"632\":2732.4,\"633\":7990.99,\"634\":8759.33,\"635\":15091.71,\"636\":15867.86,\"637\":2225.37,\"638\":15712.0,\"639\":15361.6,\"640\":1473.6,\"641\":1910.3,\"642\":13572.0,\"643\":19699.96,\"644\":10267.67,\"645\":19278.45,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":623.2,\"651\":16429.1,\"652\":7466.0,\"653\":2263.0,\"654\":6109.26,\"655\":5240.5,\"656\":421.41,\"657\":2028.12,\"658\":346.38,\"659\":2264.0,\"660\":882.1,\"661\":13815.15,\"662\":6775.67,\"663\":17846.99,\"664\":1302.0,\"665\":811.62,\"666\":null,\"667\":815.76,\"668\":289.52,\"669\":null,\"670\":3655.08,\"671\":18298.66,\"672\":6382.0,\"673\":7053.18,\"674\":79979.78,\"675\":13858.65,\"676\":151.18,\"677\":5119.3,\"678\":7045.92,\"679\":16440.45,\"680\":4096.98,\"681\":15076.26,\"682\":null,\"683\":12143.04,\"684\":548.02,\"685\":9456.99,\"686\":9234.47,\"687\":8466.0,\"688\":9569.56,\"689\":112.32,\"690\":null,\"691\":533.49,\"692\":8406.85,\"693\":3.54,\"694\":53.24,\"695\":3258.83,\"696\":5982.42,\"697\":6073.2,\"698\":9963.36,\"699\":null,\"700\":19777.38,\"701\":18210.05,\"702\":8441.46,\"703\":7448.4,\"704\":14043.6,\"705\":19890.51,\"706\":19911.91,\"707\":295.2,\"708\":69508.25,\"709\":15439.28,\"710\":14625.2,\"711\":3.58,\"712\":1.2,\"713\":7596.0,\"714\":174.3,\"715\":418.11,\"716\":7969.04,\"717\":757.25,\"718\":30924.44,\"719\":16529.75,\"720\":71462.52,\"721\":1340.41,\"722\":1186.11,\"723\":76313.99,\"724\":8891.75,\"725\":16840.0,\"726\":3681.6,\"727\":9421.26,\"728\":8297.33,\"729\":7248.38,\"730\":10057.95,\"731\":6752.4,\"732\":8444.7,\"733\":437.98,\"734\":2.2,\"735\":431.64,\"736\":254.52,\"737\":332.04,\"738\":879.66,\"739\":602.43,\"740\":578.75,\"741\":695.16,\"742\":1030.38,\"743\":1029.95,\"744\":6663.6,\"745\":763.8,\"746\":null,\"747\":13557.75,\"748\":14136.85,\"749\":7819.2,\"750\":1790.82,\"751\":808.29,\"752\":30.0,\"753\":241.25,\"754\":5733.3,\"755\":9198.0,\"756\":6271.51,\"757\":897.03,\"758\":9681.75,\"759\":1.88,\"760\":973.35,\"761\":889.68,\"762\":974.6,\"763\":3067.24,\"764\":9188.5,\"765\":1023.65,\"766\":997.67,\"767\":776.96,\"768\":1233.58,\"769\":267.0,\"770\":9067.34,\"771\":4580.4,\"772\":210.6,\"773\":11569.58,\"774\":10344.14,\"775\":11476.16,\"776\":6543.9,\"777\":969.25,\"778\":951.98,\"779\":6946.5,\"780\":11.73,\"781\":59.13,\"782\":736.92,\"783\":632.61,\"784\":195.77,\"785\":2402.4,\"786\":7236.0,\"787\":14809.0,\"788\":4417.2,\"789\":2943.9,\"790\":468.71,\"791\":null,\"792\":396.85,\"793\":13893.0,\"794\":19611.04,\"795\":198.0,\"796\":1528.06,\"797\":1821.27,\"798\":716.89,\"799\":1788.3,\"800\":1414.0,\"801\":22384.0,\"802\":60142.25,\"803\":502506.85,\"804\":13144.0,\"805\":1367.52,\"806\":9952.49,\"807\":53477.25,\"808\":2640.0,\"809\":1095.38,\"810\":716.6,\"811\":null,\"812\":3701.76,\"813\":1986.58,\"814\":16400.44,\"815\":572.44,\"816\":1516.5,\"817\":63474.63,\"818\":null,\"819\":6179.0,\"820\":1153.67,\"821\":null,\"822\":239932.25,\"823\":7870.33,\"824\":67728.0,\"825\":null,\"826\":675268.54,\"827\":258672.24,\"828\":19027.33,\"829\":33041.04,\"830\":17208.0,\"831\":18629.6,\"832\":23415.25,\"833\":8849.12,\"834\":10428.2,\"835\":86700.93,\"836\":730.71,\"837\":1617.53,\"838\":203243.3,\"839\":37783.59,\"840\":2505.74,\"841\":null,\"842\":403.04,\"843\":28539.15,\"844\":3971.63,\"845\":2179.2,\"846\":73.16,\"847\":926.67,\"848\":895767.41,\"849\":599821.24,\"850\":492.0,\"851\":7321.6,\"852\":8324.31,\"853\":816.53,\"854\":205110.0,\"855\":682.57,\"856\":11520.0,\"857\":61247.55,\"858\":68400.12,\"859\":164387.68,\"860\":null,\"861\":401396.0,\"862\":461627.63,\"863\":null,\"864\":43507.58,\"865\":2601.74,\"866\":563.77,\"867\":673.24,\"868\":4000.35,\"869\":168708.25,\"870\":1062.1,\"871\":532.39,\"872\":851.94,\"873\":826.97,\"874\":4041.6,\"875\":433.2,\"876\":14043.65,\"877\":8059.5,\"878\":19651.2,\"879\":10147.2,\"880\":330.4,\"881\":2322.6,\"882\":105.6,\"883\":211.81,\"884\":29638.53,\"885\":50214.3,\"886\":774679.17,\"887\":null,\"888\":607323.53,\"889\":963.12,\"890\":738.76,\"891\":1333.97,\"892\":2431.8,\"893\":58601.31,\"894\":438352.08,\"895\":533262.95,\"896\":187340.0,\"897\":null,\"898\":null,\"899\":72522.51,\"900\":800.24,\"901\":2782.55,\"902\":67537.32,\"903\":17909.97,\"904\":13756.37,\"905\":64016.1,\"906\":165520.77,\"907\":170403.5,\"908\":3852.63,\"909\":134161.21,\"910\":14765.55,\"911\":44695.65,\"912\":47712.78,\"913\":679.32,\"914\":75726.09,\"915\":1447.24,\"916\":10837.2,\"917\":2842.36,\"918\":9310.62,\"919\":null,\"920\":47336.69,\"921\":55857.44,\"922\":17846.39,\"923\":652.17,\"924\":6411.6,\"925\":5013.6,\"926\":6645.05,\"927\":null,\"928\":1200.0,\"929\":9243.25,\"930\":1151.76,\"931\":1703.24,\"932\":197.73,\"933\":9836.0,\"934\":13460.0,\"935\":2611.4,\"936\":7438.05,\"937\":23796.04,\"938\":10177.88,\"939\":10075.01,\"940\":1508.32,\"941\":15361.2,\"942\":15021.2,\"943\":513.6,\"944\":140.22,\"945\":13500.0,\"946\":19693.71,\"947\":10286.32,\"948\":18374.71,\"949\":564.8,\"950\":13213.3,\"951\":1854.0,\"952\":2085.0,\"953\":6604.68,\"954\":4206.9,\"955\":421.41,\"956\":2119.81,\"957\":345.69,\"958\":2347.0,\"959\":1008.81,\"960\":13106.73,\"961\":4525.36,\"962\":19235.79,\"963\":675.6,\"964\":687.13,\"965\":82.13,\"966\":838.86,\"967\":340.56,\"968\":612.3,\"969\":3240.27,\"970\":35.52,\"971\":12700.71,\"972\":6277.6,\"973\":4830.0,\"974\":95418.16,\"975\":8830.2,\"976\":2886.1,\"977\":4809.39,\"978\":8756.64,\"979\":13523.49,\"980\":9869.14,\"981\":19537.26,\"982\":38162.82,\"983\":13268.81,\"984\":1697.08,\"985\":9669.75,\"986\":6013.75,\"987\":9012.0,\"988\":11276.67,\"989\":491.6,\"990\":null,\"991\":533.49,\"992\":8169.1,\"993\":2.57,\"994\":86.22,\"995\":1795.85,\"996\":4451.99,\"997\":6408.0,\"998\":10135.85,\"999\":1102.83,\"1000\":14582.99,\"1001\":13181.87,\"1002\":6057.28,\"1003\":5749.2,\"1004\":11563.2,\"1005\":19776.65,\"1006\":19922.75,\"1007\":659.4,\"1008\":71735.54,\"1009\":18167.9,\"1010\":16106.88,\"1011\":5.52,\"1012\":1.88,\"1013\":7596.0,\"1014\":1498.35,\"1015\":485.21,\"1016\":6135.94,\"1017\":894.53,\"1018\":0.45,\"1019\":36071.74,\"1020\":27090.46,\"1021\":68531.22,\"1022\":1330.56,\"1023\":1504.2,\"1024\":68037.21,\"1025\":8920.8,\"1026\":8360.0,\"1027\":2858.4,\"1028\":9682.08,\"1029\":7044.98,\"1030\":7925.4,\"1031\":9842.4,\"1032\":7065.9,\"1033\":8539.8,\"1034\":816.64,\"1035\":null,\"1036\":792.0,\"1037\":556.92,\"1038\":569.28,\"1039\":744.12,\"1040\":560.94,\"1041\":1012.85,\"1042\":668.28,\"1043\":1043.12,\"1044\":1040.61,\"1045\":4832.4,\"1046\":979.68,\"1047\":69.6,\"1048\":18099.62,\"1049\":16662.97,\"1050\":5385.6,\"1051\":7998.1,\"1052\":648.57,\"1053\":0.6,\"1054\":null,\"1055\":162.75,\"1056\":7945.2,\"1057\":9802.8,\"1058\":7847.59,\"1059\":987.16,\"1060\":7356.15,\"1061\":6.65,\"1062\":870.69,\"1063\":715.8,\"1064\":987.8,\"1065\":2889.48,\"1066\":7678.55,\"1067\":1021.14,\"1068\":1023.11,\"1069\":852.78,\"1070\":141.42,\"1071\":378.0,\"1072\":8096.02,\"1073\":5222.58,\"1074\":945.0,\"1075\":16856.68,\"1076\":18338.37,\"1077\":14876.36,\"1078\":6385.2,\"1079\":685.06,\"1080\":686.03,\"1081\":7434.9,\"1082\":65.12,\"1083\":899.25,\"1084\":867.91,\"1085\":798.92,\"1086\":2316.6,\"1087\":7214.4,\"1088\":401997.81,\"1089\":3988.8,\"1090\":null,\"1091\":694.65,\"1092\":null,\"1093\":40.0,\"1094\":405.16,\"1095\":11803.0,\"1096\":19590.89,\"1097\":null,\"1098\":3015.38,\"1099\":1788.27,\"1100\":738.18,\"1101\":null,\"1102\":1516.0,\"1103\":22108.0,\"1104\":60549.7,\"1105\":493228.0,\"1106\":12184.0,\"1107\":750.42,\"1108\":12026.71,\"1109\":34897.39,\"1110\":4330.33,\"1111\":842.66,\"1112\":733.59,\"1113\":3702.72,\"1114\":2087.05,\"1115\":14239.05,\"1116\":585.42,\"1117\":53442.4,\"1118\":15214.89,\"1119\":7160.0,\"1120\":6044.33,\"1121\":940.78,\"1122\":240098.01,\"1123\":17711.88,\"1124\":7386.64,\"1125\":56520.0,\"1126\":507650.0,\"1127\":60565.22,\"1128\":254152.22,\"1129\":20195.02,\"1130\":340967.32,\"1131\":15936.0,\"1132\":18627.4,\"1133\":21730.23,\"1134\":8753.06,\"1135\":10034.32,\"1136\":171358.59,\"1137\":770.04,\"1138\":1540.96,\"1139\":47043.33,\"1140\":34234.53,\"1141\":2380.04,\"1142\":null,\"1143\":403.95,\"1144\":27618.95,\"1145\":3909.68,\"1146\":2182.2,\"1147\":71.39,\"1148\":924.3,\"1149\":868099.84,\"1150\":601100.16,\"1151\":666.0,\"1152\":6740.8,\"1153\":8320.42,\"1154\":804.21,\"1155\":136760.0,\"1156\":690.87,\"1157\":11268.0,\"1158\":22824.43,\"1159\":60370.44,\"1160\":68743.77,\"1161\":165294.24,\"1162\":1610.0,\"1163\":403282.0,\"1164\":469441.28,\"1165\":51086.59,\"1166\":4285.22,\"1167\":null,\"1168\":673.49,\"1169\":3996.6,\"1170\":80945.96,\"1171\":1062.1,\"1172\":536.18,\"1173\":828.72,\"1174\":1158.26,\"1175\":3468.0,\"1176\":431.76,\"1177\":13816.24,\"1178\":8086.95,\"1179\":19536.0,\"1180\":12043.2,\"1181\":361.09,\"1182\":2590.8,\"1183\":99.0,\"1184\":338.33,\"1185\":30124.21,\"1186\":25598.48,\"1187\":218033.96,\"1188\":76067.38,\"1189\":669711.17,\"1190\":1046.16,\"1191\":791.78,\"1192\":1275.49,\"1193\":2431.8,\"1194\":33742.32,\"1195\":745666.23,\"1196\":534618.0600000001,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72296.07,\"1201\":800.1,\"1202\":1740.22,\"1203\":74785.35,\"1204\":19437.9,\"1205\":14762.99,\"1206\":76535.6,\"1207\":163274.96,\"1208\":169319.4,\"1209\":null,\"1210\":101095.85,\"1211\":14772.82,\"1212\":44297.42,\"1213\":47956.15,\"1214\":null,\"1215\":75514.08,\"1216\":null,\"1217\":10817.4,\"1218\":2797.48,\"1219\":31801.69,\"1220\":37258.85,\"1221\":55874.75,\"1222\":18409.91,\"1223\":651.27,\"1224\":5918.4,\"1225\":84.0,\"1226\":6659.24,\"1227\":null,\"1228\":5280.0,\"1229\":9414.84,\"1230\":1071.48,\"1231\":1751.2,\"1232\":296.34,\"1233\":9224.0,\"1234\":9866.0,\"1235\":2519.0,\"1236\":7929.06,\"1237\":18584.68,\"1238\":10204.56,\"1239\":10222.12,\"1240\":642.99,\"1241\":15060.6,\"1242\":14726.4,\"1243\":2004.0,\"1244\":1444.7,\"1245\":12456.0,\"1246\":19704.65,\"1247\":10294.36,\"1248\":19471.58,\"1249\":539.4,\"1250\":16479.1,\"1251\":1968.0,\"1252\":16.23,\"1253\":1992.6,\"1254\":6977.28,\"1255\":3888.9,\"1256\":421.41,\"1257\":2214.94,\"1258\":346.15,\"1259\":2306.0,\"1260\":1069.5,\"1261\":12593.74,\"1262\":7511.85,\"1263\":18969.96,\"1264\":713.4,\"1265\":2036.61,\"1266\":1.47,\"1267\":960.96,\"1268\":null,\"1269\":313.28,\"1270\":615.9,\"1271\":2849.11,\"1272\":132.48,\"1273\":17884.83,\"1274\":6138.8,\"1275\":5271.6,\"1276\":99665.96,\"1277\":10848.08,\"1278\":3123.91,\"1279\":4579.83,\"1280\":8292.96,\"1281\":23.1,\"1282\":7863.34,\"1283\":10780.73,\"1284\":14281.74,\"1285\":17930.08,\"1286\":1378.74,\"1287\":5307.21,\"1288\":3422.37,\"1289\":6555.0,\"1290\":8816.2,\"1291\":374.96,\"1292\":null,\"1293\":533.49,\"1294\":6002.93,\"1295\":2.85,\"1296\":82.7,\"1297\":3189.85,\"1298\":4526.76,\"1299\":7527.6,\"1300\":5708.08,\"1301\":20259.35,\"1302\":13628.71,\"1303\":8765.54,\"1304\":6447.6,\"1305\":18244.8,\"1306\":14127.09,\"1307\":14742.34,\"1308\":821.4,\"1309\":65167.26,\"1310\":16258.35,\"1311\":14420.98,\"1312\":4.82,\"1313\":1.62,\"1314\":7596.0,\"1315\":497.97,\"1316\":null,\"1317\":962.47,\"1318\":null,\"1319\":36622.3,\"1320\":25947.66,\"1321\":49000.71,\"1322\":1341.01,\"1323\":1604.94,\"1324\":83624.51,\"1325\":9102.1,\"1326\":7120.0,\"1327\":2823.6,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":9001.13,\"1332\":6263.1,\"1333\":6731.7,\"1334\":757.94,\"1335\":895.2,\"1336\":467.64,\"1337\":534.6,\"1338\":870.0,\"1339\":595.71,\"1340\":934.18,\"1341\":284.14,\"1342\":1032.88,\"1343\":1024.82,\"1344\":4801.2,\"1345\":890.16,\"1346\":1.2,\"1347\":17813.31,\"1348\":17735.58,\"1349\":9455.4,\"1350\":1764.8,\"1351\":869.13,\"1352\":null,\"1353\":684.63,\"1354\":7386.6,\"1355\":9702.0,\"1356\":7577.39,\"1357\":1008.72,\"1358\":15715.8,\"1359\":7.51,\"1360\":null,\"1361\":724.08,\"1362\":977.9,\"1363\":1080.2,\"1364\":9672.65,\"1365\":1006.99,\"1366\":1018.37,\"1367\":924.36,\"1368\":210.0,\"1369\":6797.0,\"1370\":5286.71,\"1371\":2430.6,\"1372\":13202.77,\"1373\":16596.23,\"1374\":17845.37,\"1375\":4070.4,\"1376\":844.45,\"1377\":845.57,\"1378\":null,\"1379\":5883.9,\"1380\":1.04,\"1381\":73.86,\"1382\":893.48,\"1383\":815.12,\"1384\":359.01,\"1385\":2184.6,\"1386\":7208.4,\"1387\":354826.74,\"1388\":3430.8,\"1389\":4432.53,\"1390\":690.58,\"1391\":null,\"1392\":null,\"1393\":404.9,\"1394\":13915.0,\"1395\":15592.25,\"1396\":204.6,\"1397\":3023.62,\"1398\":1709.07,\"1399\":723.91,\"1400\":2374.2,\"1401\":1489.0,\"1402\":21080.0,\"1403\":60245.26,\"1404\":480992.56,\"1405\":12472.0,\"1406\":1419.33,\"1407\":6971.51,\"1408\":37821.47,\"1409\":5731.0,\"1410\":990.15,\"1411\":732.93,\"1412\":3701.44,\"1413\":2112.73,\"1414\":16469.0,\"1415\":null,\"1416\":null,\"1417\":64622.44,\"1418\":15206.66,\"1419\":6826.0,\"1420\":5691.94,\"1421\":938.8,\"1422\":233111.9,\"1423\":139262.78,\"1424\":6946.77,\"1425\":13536.0,\"1426\":null,\"1427\":43002.07,\"1428\":283633.66,\"1429\":17586.4,\"1430\":339060.68,\"1431\":15360.0,\"1432\":18594.4,\"1433\":18930.11,\"1434\":8674.43,\"1435\":10884.04,\"1436\":730.3,\"1437\":1471.98,\"1438\":null,\"1439\":188905.0,\"1440\":77808.16,\"1441\":2342.9,\"1442\":null,\"1443\":27573.71,\"1444\":3701.91,\"1445\":2197.2,\"1446\":null,\"1447\":892.27,\"1448\":864351.52,\"1449\":599984.37,\"1450\":252.0,\"1451\":6685.8,\"1452\":8325.86,\"1453\":813.23,\"1454\":136670.0,\"1455\":675.96,\"1456\":15516.0,\"1457\":22854.37,\"1458\":61602.47,\"1459\":68475.26,\"1460\":164496.29,\"1461\":2739.0,\"1462\":399096.0,\"1463\":547904.67,\"1464\":null,\"1465\":592.94,\"1466\":688.57,\"1467\":3989.25,\"1468\":81334.28,\"1469\":1062.1,\"1470\":539.81,\"1471\":814.32,\"1472\":886.4,\"1473\":4297.2,\"1474\":431.52,\"1475\":null,\"1476\":13971.91,\"1477\":6927.75,\"1478\":19964.8,\"1479\":9556.8,\"1480\":370.72,\"1481\":2109.0,\"1482\":105.6,\"1483\":null,\"1484\":29917.9,\"1485\":25602.14,\"1486\":null,\"1487\":null,\"1488\":755623.88,\"1489\":1083.48,\"1490\":683.98,\"1491\":1266.77,\"1492\":2431.8,\"1493\":null,\"1494\":766038.3100000001,\"1495\":532719.53,\"1496\":198520.0,\"1497\":412138.81,\"1498\":128756.37,\"1499\":null,\"1500\":799.68,\"1501\":613.66,\"1502\":29906.1,\"1503\":18679.7,\"1504\":15284.1,\"1505\":64916.16,\"1506\":163023.46,\"1507\":169554.35,\"1508\":null,\"1509\":103185.55,\"1510\":14745.68,\"1511\":45005.91,\"1512\":47975.72,\"1513\":658.92,\"1514\":152923.16,\"1515\":1429.2,\"1516\":10527.0,\"1517\":2709.21,\"1518\":30275.26,\"1519\":46287.41,\"1520\":56685.82,\"1521\":18505.47,\"1522\":650.64,\"1523\":7390.8,\"1524\":null,\"1525\":5988.0,\"1526\":6639.11,\"1527\":336.4,\"1528\":4880.0,\"1529\":4675.81,\"1530\":872.16,\"1531\":1739.32,\"1532\":170.41,\"1533\":null,\"1534\":9202.0,\"1535\":13009.0,\"1536\":3894.0,\"1537\":7400.12,\"1538\":11784.76,\"1539\":10099.58,\"1540\":10216.7,\"1541\":602.51,\"1542\":14780.3,\"1543\":14436.1,\"1544\":null,\"1545\":1513.0,\"1546\":13374.0,\"1547\":19722.25,\"1548\":10282.46,\"1549\":19574.46,\"1550\":null,\"1551\":505.5,\"1552\":13344.3,\"1553\":3920.0,\"1554\":1906.8,\"1555\":6143.76,\"1556\":7170.8,\"1557\":421.41,\"1558\":1064.89,\"1559\":344.77,\"1560\":2351.0,\"1561\":524.71,\"1562\":12341.84,\"1563\":5827.33,\"1564\":14846.22,\"1565\":1497.6,\"1566\":null,\"1567\":null,\"1568\":788.7,\"1569\":268.84,\"1570\":300.0,\"1571\":2175.36,\"1572\":6.72,\"1573\":14957.95,\"1574\":6009.9,\"1575\":7558.26,\"1576\":100338.6,\"1577\":3979.1,\"1578\":306.88,\"1579\":4476.52,\"1580\":7557.12,\"1581\":14611.7,\"1582\":8333.84,\"1583\":11933.24,\"1584\":null,\"1585\":17593.44,\"1586\":177.1,\"1587\":9333.24,\"1588\":9145.29,\"1589\":9327.0,\"1590\":8686.28,\"1591\":471.8,\"1592\":0.4,\"1593\":533.49,\"1594\":10032.29,\"1595\":2.84,\"1596\":57.66,\"1597\":1238.36,\"1598\":4275.25,\"1599\":8103.6,\"1600\":9869.21,\"1601\":336.35,\"1602\":16138.58,\"1603\":17016.15,\"1604\":5348.98,\"1605\":9097.2,\"1606\":16596.0,\"1607\":12768.92,\"1608\":15289.76,\"1609\":null,\"1610\":70779.89,\"1611\":13395.92,\"1612\":13397.5,\"1613\":5.45,\"1614\":1.84,\"1615\":7596.0,\"1616\":1037.85,\"1617\":312.73,\"1618\":8224.8,\"1619\":708.75,\"1620\":2.1,\"1621\":35509.63,\"1622\":19807.95,\"1623\":89703.93,\"1624\":1269.07,\"1625\":877.68,\"1626\":99723.25,\"1627\":6721.38,\"1628\":17280.0,\"1629\":3677.4,\"1630\":9019.68,\"1631\":6566.63,\"1632\":6588.68,\"1633\":7841.93,\"1634\":7272.9,\"1635\":7797.0,\"1636\":774.31,\"1637\":556.56,\"1638\":524.28,\"1639\":268.32,\"1640\":849.51,\"1641\":424.41,\"1642\":773.03,\"1643\":952.66,\"1644\":563.28,\"1645\":1047.25,\"1646\":1046.93,\"1647\":9901.2,\"1648\":635.64,\"1649\":null,\"1650\":14098.11,\"1651\":13812.79,\"1652\":8200.8,\"1653\":3298.79,\"1654\":806.85,\"1655\":52.2,\"1656\":null,\"1657\":458.98,\"1658\":9103.5,\"1659\":9499.2,\"1660\":5489.76,\"1661\":1027.12,\"1662\":5134.95,\"1663\":8.15,\"1664\":909.19,\"1665\":963.0,\"1666\":961.4,\"1667\":2933.92,\"1668\":8857.3,\"1669\":1020.0,\"1670\":1039.89,\"1671\":806.63,\"1672\":306.0,\"1673\":6005.39,\"1674\":4514.43,\"1675\":null,\"1676\":10402.79,\"1677\":13204.94,\"1678\":14636.74,\"1679\":8072.1,\"1680\":631.51,\"1681\":627.4,\"1682\":1004.29,\"1683\":5702.4,\"1684\":1.73,\"1685\":21.64,\"1686\":803.28,\"1687\":883.78,\"1688\":23.75,\"1689\":2138.4,\"1690\":7189.2,\"1691\":17859.0,\"1692\":4561.2,\"1693\":4986.24,\"1694\":689.48,\"1695\":null,\"1696\":30.0,\"1697\":404.84,\"1698\":5016.0,\"1699\":16231.45,\"1700\":198.0,\"1701\":3086.98,\"1702\":1809.39,\"1703\":732.69,\"1704\":1469.7,\"1705\":816.0,\"1706\":13940.0,\"1707\":461531.21,\"1708\":500834.16,\"1709\":13296.0,\"1710\":981.75,\"1711\":12021.04,\"1712\":62403.42,\"1713\":4231.33,\"1714\":765.87,\"1715\":712.43,\"1716\":3702.08,\"1717\":2054.62,\"1718\":16570.27,\"1719\":618.2,\"1720\":65309.37,\"1721\":15320.1,\"1722\":8193.0,\"1723\":null,\"1724\":939.79,\"1725\":156103.4,\"1726\":6040.62,\"1727\":null,\"1728\":506650.0,\"1729\":151813.13,\"1730\":221608.7,\"1731\":17386.08,\"1732\":33217.8,\"1733\":15588.0,\"1734\":18587.8,\"1735\":21661.55,\"1736\":14156.64,\"1737\":10169.4,\"1738\":1156.3,\"1739\":1423.26,\"1740\":230450.0,\"1741\":66012.17,\"1742\":2363.83,\"1743\":773.56,\"1744\":401.06,\"1745\":29034.05,\"1746\":3730.52,\"1747\":2191.2,\"1748\":904.39,\"1749\":868093.8100000001,\"1750\":601757.0600000001,\"1751\":366.0,\"1752\":6628.6,\"1753\":8320.6,\"1754\":825.11,\"1755\":136680.0,\"1756\":669.34,\"1757\":13788.0,\"1758\":23394.22,\"1759\":60044.12,\"1760\":9306.13,\"1761\":164492.15,\"1762\":null,\"1763\":550373.33,\"1764\":null,\"1765\":7805.22,\"1766\":583.97,\"1767\":682.45,\"1768\":3990.6,\"1769\":350096.47,\"1770\":1062.1,\"1771\":528.26,\"1772\":838.62,\"1773\":649.44,\"1774\":5282.4,\"1775\":430.44,\"1776\":14163.46,\"1777\":4355.55,\"1778\":19968.0,\"1779\":10180.8,\"1780\":null,\"1781\":357.85,\"1782\":2604.0,\"1783\":112.2,\"1784\":312.11,\"1785\":29658.51,\"1786\":25614.36,\"1787\":1241698.1699999999,\"1788\":null,\"1789\":621800.13,\"1790\":1275.78,\"1791\":812.68,\"1792\":444.11,\"1793\":2431.8,\"1794\":null,\"1795\":534084.13,\"1796\":null,\"1797\":345968.39,\"1798\":141804.94,\"1799\":null,\"1800\":799.12,\"1801\":849.22,\"1802\":77794.11,\"1803\":15001.92,\"1804\":11585.11,\"1805\":63981.02,\"1806\":162614.67,\"1807\":163469.7,\"1808\":null,\"1809\":64001.04,\"1810\":14775.52,\"1811\":45091.79,\"1812\":48329.69,\"1813\":658.62,\"1814\":76569.84,\"1815\":1423.67,\"1816\":9473.2,\"1817\":2892.06,\"1818\":29582.66,\"1819\":45957.66,\"1820\":56198.19,\"1821\":15830.49,\"1822\":652.95,\"1823\":7873.2,\"1824\":null,\"1825\":2901.6,\"1826\":6654.45,\"1827\":354.68,\"1828\":null,\"1829\":null,\"1830\":9134.29,\"1831\":413.28,\"1832\":1680.36,\"1833\":160.11,\"1834\":9049.0,\"1835\":17492.0,\"1836\":3352.8,\"1837\":6448.78,\"1838\":13120.01,\"1839\":9861.77,\"1840\":9979.77,\"1841\":2159.81,\"1842\":14621.8,\"1843\":14300.7,\"1844\":933.6,\"1845\":1494.2,\"1846\":13644.0,\"1847\":19698.45,\"1848\":10269.42,\"1849\":19386.94,\"1850\":495.9,\"1851\":12570.6,\"1852\":1864.0,\"1853\":1825.8,\"1854\":6608.82,\"1855\":7077.5,\"1856\":421.41,\"1857\":1214.89,\"1858\":343.85,\"1859\":2250.0,\"1860\":338.88,\"1861\":11955.48,\"1862\":7061.74,\"1863\":19813.78,\"1864\":1060.8,\"1865\":3502.83,\"1866\":200.93,\"1867\":955.68,\"1868\":null,\"1869\":109.12,\"1870\":411.3,\"1871\":2642.31,\"1872\":3077.18,\"1873\":81.12,\"1874\":17546.25,\"1875\":5871.2,\"1876\":8660.88,\"1877\":106014.13,\"1878\":12727.57,\"1879\":1229.58,\"1880\":4304.35,\"1881\":6181.92,\"1882\":190.85,\"1883\":17895.34,\"1884\":2483.58,\"1885\":19894.24,\"1886\":16250.69,\"1887\":935.0,\"1888\":8464.13,\"1889\":7960.29,\"1890\":8386.5,\"1891\":3068.13,\"1892\":578.16,\"1893\":23.2,\"1894\":946.36,\"1895\":7699.05,\"1896\":3.03,\"1897\":89.5,\"1898\":2196.53,\"1899\":4343.7,\"1900\":9291.6,\"1901\":9080.98,\"1902\":1810.02,\"1903\":19370.77,\"1904\":14411.01,\"1905\":9115.69,\"1906\":8056.8,\"1907\":16923.6,\"1908\":19770.42,\"1909\":19872.63,\"1910\":774.6,\"1911\":90261.55,\"1912\":12409.97,\"1913\":12076.36,\"1914\":5.57,\"1915\":1.92,\"1916\":7596.0,\"1917\":1105.05,\"1918\":476.74,\"1919\":6888.04,\"1920\":874.39,\"1921\":35239.75,\"1922\":19545.4,\"1923\":82251.69,\"1924\":1287.66,\"1925\":null,\"1926\":95719.74,\"1927\":8194.55,\"1928\":18560.0,\"1929\":4088.4,\"1930\":8535.3,\"1931\":7907.85,\"1932\":8087.85,\"1933\":6768.0,\"1934\":8829.3,\"1935\":8207.7,\"1936\":782.94,\"1937\":744.24,\"1938\":521.76,\"1939\":530.88,\"1940\":932.76,\"1941\":605.43,\"1942\":1000.16,\"1943\":920.09,\"1944\":580.44,\"1945\":1057.51,\"1946\":1036.25,\"1947\":9291.6,\"1948\":639.36,\"1949\":19.2,\"1950\":16999.36,\"1951\":14831.3,\"1952\":8737.2,\"1953\":18946.64,\"1954\":969.27,\"1955\":7.8,\"1956\":5928.34,\"1957\":7488.9,\"1958\":9190.8,\"1959\":7179.86,\"1960\":1037.48,\"1961\":10324.35,\"1962\":9.75,\"1963\":667.22,\"1964\":455.62,\"1965\":929.5,\"1966\":2198.24,\"1967\":7989.05,\"1968\":1024.61,\"1969\":1017.87,\"1970\":629.67,\"1971\":153.0,\"1972\":11062.02,\"1973\":8448.74,\"1974\":2173.8,\"1975\":14905.47,\"1976\":15543.32,\"1977\":14205.28,\"1978\":9178.8,\"1979\":547.05,\"1980\":840.62,\"1981\":1002.28,\"1982\":5672.7,\"1983\":119.03,\"1984\":61.48,\"1985\":896.69,\"1986\":946.45,\"1987\":null,\"1988\":null,\"1989\":2263.8,\"1990\":7188.0,\"1991\":401274.18,\"1992\":5036.4,\"1993\":5927.45,\"1994\":691.57,\"1995\":null,\"1996\":null,\"1997\":404.81,\"1998\":14388.0,\"1999\":19531.4,\"2000\":204.6,\"2001\":3076.76,\"2002\":1754.94,\"2003\":771.3,\"2004\":2347.2,\"2005\":809.0,\"2006\":17600.0,\"2007\":60636.7,\"2008\":502320.59,\"2009\":13224.0,\"2010\":686.07,\"2011\":11920.08,\"2012\":63839.72,\"2013\":4216.67,\"2014\":955.08,\"2015\":711.69,\"2016\":3702.4,\"2017\":2080.41,\"2018\":18483.43,\"2019\":617.32,\"2020\":null,\"2021\":68481.71,\"2022\":15318.08,\"2023\":null,\"2024\":4747.48,\"2025\":939.79,\"2026\":156419.18,\"2027\":6454.42,\"2028\":504640.0,\"2029\":373236.99,\"2030\":232941.46,\"2031\":15442.9,\"2032\":395797.33,\"2033\":15312.0,\"2034\":18444.8,\"2035\":23670.64,\"2036\":14047.77,\"2037\":11103.27,\"2038\":851.8,\"2039\":1374.76,\"2040\":null,\"2041\":304975.0,\"2042\":78697.01,\"2043\":2351.98,\"2044\":768.54,\"2045\":384.84,\"2046\":30047.59,\"2047\":3116.79,\"2048\":2188.2,\"2049\":53.1,\"2050\":832.45,\"2051\":893823.0600000001,\"2052\":527420.6,\"2053\":948.0,\"2054\":6501.0,\"2055\":8337.67,\"2056\":817.63,\"2057\":null,\"2058\":652.52,\"2059\":13932.0,\"2060\":23069.95,\"2061\":58905.55,\"2062\":69184.6,\"2063\":164332.54,\"2064\":null,\"2065\":544845.05,\"2066\":7958.26,\"2067\":585.68,\"2068\":663.55,\"2069\":3850.8,\"2070\":81133.2,\"2071\":1062.1,\"2072\":485.93,\"2073\":861.12,\"2074\":912.9,\"2075\":10040.4,\"2076\":429.24,\"2077\":14093.87,\"2078\":4361.4,\"2079\":19772.8,\"2080\":8798.4,\"2081\":318.52,\"2082\":629.14,\"2083\":108.9,\"2084\":351.05,\"2085\":29693.9,\"2086\":25604.33,\"2087\":null,\"2088\":null,\"2089\":627363.96,\"2090\":1279.68,\"2091\":233.86,\"2092\":1127.49,\"2093\":1880.0,\"2094\":437976.82,\"2095\":534894.3199999999,\"2096\":414163.54,\"2097\":72313.76,\"2098\":null,\"2099\":799.54,\"2100\":740.1,\"2101\":73598.41,\"2102\":19937.18,\"2103\":15544.95,\"2104\":63993.5,\"2105\":165111.83,\"2106\":164600.05,\"2107\":null,\"2108\":14744.34,\"2109\":45169.51,\"2110\":48083.32,\"2111\":655.59,\"2112\":76551.03,\"2113\":1391.05,\"2114\":9911.0,\"2115\":2824.0,\"2116\":5823.49,\"2117\":45989.33,\"2118\":57023.22,\"2119\":14485.42,\"2120\":652.44,\"2121\":6404.4,\"2122\":8042.4,\"2123\":6659.4,\"2124\":313.3,\"2125\":null,\"2126\":6960.0,\"2127\":4675.81,\"2128\":619.32,\"2129\":1596.76,\"2130\":162.36,\"2131\":8849.0,\"2132\":12112.0,\"2133\":2818.2,\"2134\":5959.36,\"2135\":16697.83,\"2136\":9542.45,\"2137\":9970.07,\"2138\":82.28,\"2139\":14351.2,\"2140\":13848.3,\"2141\":3522.0,\"2142\":1436.9,\"2143\":13608.0,\"2144\":19696.85,\"2145\":10266.22,\"2146\":19347.1,\"2147\":431.0,\"2148\":11244.4,\"2149\":5018.0,\"2150\":50.59,\"2151\":1741.6,\"2152\":6835.14,\"2153\":5090.8,\"2154\":421.41,\"2155\":301.07,\"2156\":342.01,\"2157\":2195.0,\"2158\":1376.08,\"2159\":11602.95,\"2160\":7867.11,\"2161\":19736.29,\"2162\":1542.0,\"2163\":6558.64,\"2164\":750.93,\"2165\":810.48,\"2166\":null,\"2167\":323.84,\"2168\":1125.3,\"2169\":3168.66,\"2170\":4060.49,\"2171\":227.52,\"2172\":14747.28,\"2173\":5738.0,\"2174\":6888.96,\"2175\":104008.79,\"2176\":11531.97,\"2177\":3918.39,\"2178\":4149.39,\"2179\":9240.48,\"2180\":null,\"2181\":17244.78,\"2182\":9566.47,\"2183\":19268.26,\"2184\":15475.87,\"2185\":1737.12,\"2186\":9187.92,\"2187\":8304.35,\"2188\":9750.0,\"2189\":11462.64,\"2190\":581.76,\"2191\":234.8,\"2192\":1823.64,\"2193\":9996.24,\"2194\":4.09,\"2195\":67.5,\"2196\":3152.21,\"2197\":3506.02,\"2198\":9630.0,\"2199\":9280.92,\"2200\":3660.84,\"2201\":14736.43,\"2202\":8882.45,\"2203\":9352.8,\"2204\":18424.8,\"2205\":17708.07,\"2206\":18694.38,\"2207\":2157.0,\"2208\":80229.33,\"2209\":18977.83,\"2210\":15842.37,\"2211\":5.85,\"2212\":1.99,\"2213\":7596.0,\"2214\":3331.05,\"2215\":480.48,\"2216\":7839.32,\"2217\":889.17,\"2218\":null,\"2219\":40428.0,\"2220\":32678.13,\"2221\":86240.56,\"2222\":1257.85,\"2223\":1562.85,\"2224\":99687.46,\"2225\":8802.15,\"2226\":17520.0,\"2227\":3999.6,\"2228\":9680.7,\"2229\":9025.2,\"2230\":9014.85,\"2231\":10222.43,\"2232\":6763.8,\"2233\":6657.0,\"2234\":810.39,\"2235\":null,\"2236\":836.16,\"2237\":580.56,\"2238\":567.48,\"2239\":894.36,\"2240\":585.63,\"2241\":971.49,\"2242\":900.43,\"2243\":619.2,\"2244\":1009.18,\"2245\":978.43,\"2246\":6222.0,\"2247\":967.44,\"2248\":1165.2,\"2249\":17891.33,\"2250\":17754.67,\"2251\":9100.8,\"2252\":18986.94,\"2253\":null,\"2254\":2012.4,\"2255\":5814.9,\"2256\":9655.8,\"2257\":9697.2,\"2258\":9702.56,\"2259\":1007.69,\"2260\":15851.7,\"2261\":12.78,\"2262\":660.97,\"2263\":949.92,\"2264\":951.5,\"2265\":2860.88,\"2266\":9773.85,\"2267\":1013.21,\"2268\":990.74,\"2269\":927.71,\"2270\":1341.0,\"2271\":10426.47,\"2272\":8443.94,\"2273\":3745.8,\"2274\":17072.29,\"2275\":17883.75,\"2276\":17700.38,\"2277\":9084.6,\"2278\":735.42,\"2279\":735.44,\"2280\":978.37,\"2281\":7547.1,\"2282\":753.83,\"2283\":72.47,\"2284\":888.03,\"2285\":733.36,\"2286\":292.21,\"2287\":383.91,\"2288\":2079.0,\"2289\":7172.4,\"2290\":18690.0,\"2291\":3326.4,\"2292\":5422.87,\"2293\":692.56,\"2294\":null,\"2295\":null,\"2296\":404.65,\"2297\":12738.0,\"2298\":19451.12,\"2299\":204.6,\"2300\":3070.98,\"2301\":1701.15,\"2302\":771.3,\"2303\":2588.4,\"2304\":812.0,\"2305\":17600.0,\"2306\":60505.11,\"2307\":503371.58,\"2308\":13536.0,\"2309\":642.84,\"2310\":10944.48,\"2311\":48916.13,\"2312\":5918.0,\"2313\":801.84,\"2314\":709.95,\"2315\":3702.72,\"2316\":2012.21,\"2317\":15025.42,\"2318\":620.18,\"2319\":null,\"2320\":63465.78,\"2321\":15418.89,\"2322\":6264.0,\"2323\":5009.04,\"2324\":939.79,\"2325\":152034.45,\"2326\":6284.24,\"2327\":null,\"2328\":346461.49,\"2329\":262935.72,\"2330\":14805.5,\"2331\":301590.44,\"2332\":14820.0,\"2333\":17938.8,\"2334\":24883.01,\"2335\":13145.42,\"2336\":10844.13,\"2337\":null,\"2338\":1004.57,\"2339\":1346.0,\"2340\":590.33,\"2341\":247225.0,\"2342\":78327.33,\"2343\":2439.73,\"2344\":769.13,\"2345\":400.62,\"2346\":28110.85,\"2347\":855.88,\"2348\":2203.8,\"2349\":73.76,\"2350\":858.88,\"2351\":894350.4300000001,\"2352\":500265.68,\"2353\":420.0,\"2354\":6432.8,\"2355\":8354.29,\"2356\":810.37,\"2357\":null,\"2358\":663.1,\"2359\":14832.0,\"2360\":23266.02,\"2361\":59818.19,\"2362\":68408.01,\"2363\":164415.84,\"2364\":17.5,\"2365\":540012.79,\"2366\":null,\"2367\":null,\"2368\":7499.13,\"2369\":578.03,\"2370\":674.71,\"2371\":3850.95,\"2372\":81470.17,\"2373\":1062.1,\"2374\":545.29,\"2375\":878.04,\"2376\":816.37,\"2377\":8430.0,\"2378\":428.16,\"2379\":14059.43,\"2380\":4460.4,\"2381\":19958.4,\"2382\":9062.4,\"2383\":null,\"2384\":330.53,\"2385\":2586.0,\"2386\":108.9,\"2387\":349.18,\"2388\":30016.16,\"2389\":25598.97,\"2390\":null,\"2391\":null,\"2392\":814652.52,\"2393\":1373.64,\"2394\":877.8,\"2395\":1143.52,\"2396\":1745.2,\"2397\":null,\"2398\":178388.83,\"2399\":102660.0,\"2400\":24161.5,\"2401\":271700.37,\"2402\":139314.55,\"2403\":null,\"2404\":799.4,\"2405\":678.96,\"2406\":79820.39,\"2407\":19793.07,\"2408\":15811.26,\"2409\":64161.59,\"2410\":161977.4,\"2411\":170584.8,\"2412\":null,\"2413\":102125.7,\"2414\":14772.58,\"2415\":44572.76,\"2416\":48121.92,\"2417\":658.65,\"2418\":76399.84,\"2419\":1054.47,\"2420\":9438.0,\"2421\":2649.3,\"2422\":27287.57,\"2423\":45678.2,\"2424\":2024.95,\"2425\":55321.1,\"2426\":13951.31,\"2427\":652.44,\"2428\":5709.6,\"2429\":null,\"2430\":3672.0,\"2431\":6642.57,\"2432\":306.9,\"2433\":63.98,\"2434\":4960.0,\"2435\":9176.85,\"2436\":653.88,\"2437\":1536.92,\"2438\":157.88,\"2439\":8659.0,\"2440\":10327.0,\"2441\":2877.6,\"2442\":5955.74,\"2443\":18036.97,\"2444\":9338.86,\"2445\":9775.45,\"2446\":1000.12,\"2447\":10015.3,\"2448\":9837.2,\"2449\":1622.4,\"2450\":1373.1,\"2451\":12600.0,\"2452\":18589.71,\"2453\":10268.2,\"2454\":19386.48,\"2455\":421.9,\"2456\":9490.5,\"2457\":7786.0,\"2458\":1674.5,\"2459\":6915.18,\"2460\":4456.4,\"2461\":421.41,\"2462\":1389.62,\"2463\":343.16,\"2464\":2201.0,\"2465\":409.61,\"2466\":11311.24,\"2467\":6335.58,\"2468\":17167.17,\"2469\":1719.6,\"2470\":3198.55,\"2471\":null,\"2472\":782.76,\"2473\":null,\"2474\":322.96,\"2475\":1007.4,\"2476\":3817.55,\"2477\":null,\"2478\":141.12,\"2479\":14649.46,\"2480\":5634.3,\"2481\":7309.86,\"2482\":101805.63,\"2483\":13399.14,\"2484\":3915.16,\"2485\":4074.78,\"2486\":9090.72,\"2487\":15551.95,\"2488\":8022.11,\"2489\":17217.27,\"2490\":18091.41,\"2491\":2253.46,\"2492\":9591.76,\"2493\":9025.64,\"2494\":8245.5,\"2495\":10896.24,\"2496\":407.36,\"2497\":2.4,\"2498\":2135.03,\"2499\":9994.73,\"2500\":2.93,\"2501\":65.6,\"2502\":3172.09,\"2503\":4912.85,\"2504\":8870.4,\"2505\":10038.63,\"2506\":1786.91,\"2507\":19802.58,\"2508\":9182.2,\"2509\":9214.2,\"2510\":19267.2,\"2511\":12085.71,\"2512\":12543.0,\"2513\":1063.8,\"2514\":90265.73,\"2515\":19277.0,\"2516\":17979.93,\"2517\":3.88,\"2518\":1.35,\"2519\":7596.0,\"2520\":1486.35,\"2521\":467.28,\"2522\":7885.32,\"2523\":955.0,\"2524\":4.2,\"2525\":39866.86,\"2526\":24214.47,\"2527\":88459.27,\"2528\":1236.02,\"2529\":1529.04,\"2530\":88784.79,\"2531\":null,\"2532\":15480.0,\"2533\":4694.4,\"2534\":9749.7,\"2535\":7692.98,\"2536\":7698.83,\"2537\":9087.75,\"2538\":7673.4,\"2539\":7783.2,\"2540\":786.28,\"2541\":1.1,\"2542\":889.92,\"2543\":503.04,\"2544\":551.76,\"2545\":933.99,\"2546\":591.81,\"2547\":980.2,\"2548\":934.12,\"2549\":652.2,\"2550\":1021.11,\"2551\":1025.05,\"2552\":7322.4,\"2553\":989.4,\"2554\":72.0,\"2555\":17649.99,\"2556\":17629.77,\"2557\":7898.4,\"2558\":18611.63,\"2559\":927.84,\"2560\":1.8,\"2561\":538.73,\"2562\":7421.7,\"2563\":6459.6,\"2564\":8864.8,\"2565\":963.22,\"2566\":15581.25,\"2567\":7.53,\"2568\":944.81,\"2569\":982.92,\"2570\":856.9,\"2571\":2526.04,\"2572\":9614.0,\"2573\":1000.27,\"2574\":986.24,\"2575\":918.47,\"2576\":201.0,\"2577\":10742.72,\"2578\":8177.01,\"2579\":2039.4,\"2580\":17472.82,\"2581\":17868.07,\"2582\":17743.45,\"2583\":7373.1,\"2584\":962.28,\"2585\":961.75,\"2586\":969.55,\"2587\":7616.4,\"2588\":0.69,\"2589\":73.55,\"2590\":null,\"2591\":958.53,\"2592\":291.64,\"2593\":0.84,\"2594\":1999.8,\"2595\":7167.6,\"2596\":54245.71,\"2597\":2340.0,\"2598\":4938.93,\"2599\":692.01,\"2600\":null,\"2601\":null,\"2602\":404.58,\"2603\":12705.0,\"2604\":18422.67,\"2605\":191.4,\"2606\":3069.33,\"2607\":1677.06,\"2608\":737.1,\"2609\":2061.9,\"2610\":1146.0,\"2611\":12156.0,\"2612\":60239.58,\"2613\":498948.4,\"2614\":10648.0,\"2615\":870.21,\"2616\":10944.95,\"2617\":59380.0,\"2618\":6618.33,\"2619\":771.65,\"2620\":703.11,\"2621\":3702.4,\"2622\":1960.7,\"2623\":13829.18,\"2624\":617.1,\"2625\":null,\"2626\":62213.81,\"2627\":15404.13,\"2628\":9099.0,\"2629\":4019.16,\"2630\":940.78,\"2631\":152427.96,\"2632\":6092.57,\"2633\":null,\"2634\":null,\"2635\":84331.99,\"2636\":281890.72,\"2637\":13647.71,\"2638\":395512.18,\"2639\":14568.0,\"2640\":18739.6,\"2641\":24519.83,\"2642\":13078.32,\"2643\":10731.3,\"2644\":169273.68,\"2645\":828.62,\"2646\":1327.68,\"2647\":581.71,\"2648\":304810.0,\"2649\":59223.35,\"2650\":2182.01,\"2651\":765.79,\"2652\":393.83,\"2653\":26061.64,\"2654\":3144.75,\"2655\":3.0,\"2656\":3.54,\"2657\":907.36,\"2658\":892823.95,\"2659\":551945.99,\"2660\":null,\"2661\":6375.6,\"2662\":8363.68,\"2663\":810.59,\"2664\":136660.0,\"2665\":625.12,\"2666\":13536.0,\"2667\":22948.84,\"2668\":null,\"2669\":68305.93,\"2670\":165092.98,\"2671\":null,\"2672\":null,\"2673\":39485.99,\"2674\":42417.71,\"2675\":7499.13,\"2676\":574.86,\"2677\":668.45,\"2678\":3524.1,\"2679\":91105.12,\"2680\":1062.1,\"2681\":544.4,\"2682\":526.86,\"2683\":797.21,\"2684\":6399.6,\"2685\":429.0,\"2686\":14071.63,\"2687\":4495.95,\"2688\":19984.0,\"2689\":9700.8,\"2690\":358.12,\"2691\":2640.6,\"2692\":112.2,\"2693\":343.3,\"2694\":29675.99,\"2695\":14339.37,\"2696\":678883.88,\"2697\":6618.87,\"2698\":688636.0,\"2699\":null,\"2700\":778.14,\"2701\":1131.93,\"2702\":1686.6,\"2703\":787052.6,\"2704\":540245.0,\"2705\":null,\"2706\":190760.0,\"2707\":null,\"2708\":415162.04,\"2709\":140858.56,\"2710\":126688.65,\"2711\":799.4,\"2712\":881.56,\"2713\":77891.25,\"2714\":13438.5,\"2715\":13627.48,\"2716\":64515.32,\"2717\":163597.88,\"2718\":170357.25,\"2719\":null,\"2720\":115743.79,\"2721\":14735.49,\"2722\":45224.23,\"2723\":47960.06,\"2724\":657.87,\"2725\":76399.91,\"2726\":1436.5,\"2727\":9022.2,\"2728\":2565.51,\"2729\":28900.48,\"2730\":45828.74,\"2731\":49446.12,\"2732\":18321.8,\"2733\":11012.6,\"2734\":651.39,\"2735\":5317.2,\"2736\":null,\"2737\":null,\"2738\":6629.04,\"2739\":296.47,\"2740\":null,\"2741\":1280.0,\"2742\":4675.81,\"2743\":522.24,\"2744\":1554.96,\"2745\":156.21,\"2746\":11325.0,\"2747\":10153.0,\"2748\":2692.8,\"2749\":5948.05,\"2750\":18023.12,\"2751\":19473.4,\"2752\":19836.12,\"2753\":598.55,\"2754\":10005.8,\"2755\":9764.0,\"2756\":699.6,\"2757\":1363.2,\"2758\":13878.0,\"2759\":19625.93,\"2760\":10281.89,\"2761\":19387.68,\"2762\":null,\"2763\":null,\"2764\":459.7,\"2765\":8790.4,\"2766\":7608.0,\"2767\":1623.7,\"2768\":6824.1,\"2769\":4082.0,\"2770\":421.41,\"2771\":1402.64,\"2772\":342.93,\"2773\":2144.0,\"2774\":860.3,\"2775\":11201.1,\"2776\":5092.62,\"2777\":19143.39,\"2778\":1676.4,\"2779\":2344.01,\"2780\":null,\"2781\":754.38,\"2782\":null,\"2783\":343.2,\"2784\":995.1,\"2785\":3790.49,\"2786\":2904.83,\"2787\":null,\"2788\":17621.49,\"2789\":5713.6,\"2790\":8044.02,\"2791\":102626.54,\"2792\":8657.51,\"2793\":3365.2,\"2794\":9739.3,\"2795\":null,\"2796\":16273.24,\"2797\":8693.06,\"2798\":18485.9,\"2799\":null,\"2800\":17617.54,\"2801\":1283.7,\"2802\":8827.34,\"2803\":8819.19,\"2804\":7195.5,\"2805\":11442.53,\"2806\":274.28,\"2807\":2.0,\"2808\":1456.44,\"2809\":6997.37,\"2810\":3.24,\"2811\":45.34,\"2812\":3117.48,\"2813\":5655.03,\"2814\":7480.8,\"2815\":9010.21,\"2816\":390.5,\"2817\":17294.28,\"2818\":7999.15,\"2819\":18385.2,\"2820\":10182.46,\"2821\":10477.81,\"2822\":726.0,\"2823\":90186.74,\"2824\":17691.48,\"2825\":18556.37,\"2826\":1.54,\"2827\":0.51,\"2828\":7596.0,\"2829\":null,\"2830\":460.02,\"2831\":7914.76,\"2832\":1032.76,\"2833\":null,\"2834\":40739.35,\"2835\":32661.12,\"2836\":72025.68,\"2837\":2129.16,\"2838\":1524.21,\"2839\":90920.68,\"2840\":8398.25,\"2841\":18880.0,\"2842\":4665.0,\"2843\":9671.04,\"2844\":8499.15,\"2845\":8539.88,\"2846\":9667.35,\"2847\":7377.6,\"2848\":6078.6,\"2849\":788.39,\"2850\":null,\"2851\":473.4,\"2852\":410.76,\"2853\":543.48,\"2854\":790.86,\"2855\":581.7,\"2856\":969.45,\"2857\":925.68,\"2858\":667.68,\"2859\":1016.25,\"2860\":1018.87,\"2861\":9026.4,\"2862\":884.88,\"2863\":84.0,\"2864\":17925.52,\"2865\":17827.58,\"2866\":8438.4,\"2867\":10167.09,\"2868\":767.4,\"2869\":8.4,\"2870\":132.54,\"2871\":8625.9,\"2872\":5498.4,\"2873\":4858.1,\"2874\":1005.37,\"2875\":14083.2,\"2876\":7.16,\"2877\":823.99,\"2878\":686.04,\"2879\":943.8,\"2880\":1795.64,\"2881\":9658.85,\"2882\":1005.32,\"2883\":986.8,\"2884\":928.87,\"2885\":63.0,\"2886\":10666.59,\"2887\":8803.39,\"2888\":3700.8,\"2889\":17993.76,\"2890\":18085.82,\"2891\":17983.01,\"2892\":5023.5,\"2893\":918.37,\"2894\":885.54,\"2895\":974.5,\"2896\":8108.1,\"2897\":null,\"2898\":69.49,\"2899\":885.58,\"2900\":821.45,\"2901\":293.94,\"2902\":0.53,\"2903\":1966.8,\"2904\":7170.0,\"2905\":11787.0,\"2906\":2347.2,\"2907\":4446.64,\"2908\":465.74,\"2909\":null,\"2910\":10990.0,\"2911\":404.37,\"2912\":13827.0,\"2913\":17743.46,\"2914\":224.4,\"2915\":3060.92,\"2916\":1746.36,\"2917\":709.88,\"2918\":1740.6,\"2919\":811.0,\"2920\":16292.0,\"2921\":462048.05,\"2922\":376108.43,\"2923\":12768.0,\"2924\":556.71,\"2925\":9955.49,\"2926\":54484.59,\"2927\":5907.0,\"2928\":745.2,\"2929\":756.36,\"2930\":3702.08,\"2931\":null,\"2932\":13140.89,\"2933\":625.68,\"2934\":64465.94,\"2935\":15341.79,\"2936\":6598.0,\"2937\":4926.25,\"2938\":940.78,\"2939\":5032.0,\"2940\":148377.68,\"2941\":6230.38,\"2942\":null,\"2943\":508360.0,\"2944\":257187.28,\"2945\":281371.43,\"2946\":13145.51,\"2947\":300847.52,\"2948\":19044.0,\"2949\":18601.0,\"2950\":24943.69,\"2951\":11967.63,\"2952\":10884.62,\"2953\":84095.28,\"2954\":825.31,\"2955\":1495.89,\"2956\":474.71,\"2957\":202840.01,\"2958\":76916.57,\"2959\":2101.4,\"2960\":765.1,\"2961\":400.26,\"2962\":25249.16,\"2963\":null,\"2964\":4.2,\"2965\":null,\"2966\":909.59,\"2967\":892666.25,\"2968\":219001.55,\"2969\":438.0,\"2970\":4677.2,\"2971\":8339.25,\"2972\":804.87,\"2973\":136590.0,\"2974\":623.19,\"2975\":13860.0,\"2976\":22760.31,\"2977\":59611.55,\"2978\":68386.04,\"2979\":164897.93,\"2980\":144.5,\"2981\":983.68,\"2982\":39404.59,\"2983\":42401.12,\"2984\":null,\"2985\":545.16,\"2986\":673.16,\"2987\":1293.75,\"2988\":219429.14,\"2989\":1062.1,\"2990\":546.68,\"2991\":523.8,\"2992\":752.95,\"2993\":5204.4,\"2994\":429.84,\"2995\":19015.34,\"2996\":13917.39,\"2997\":4499.1,\"2998\":19785.6,\"2999\":8265.6,\"3000\":null,\"3001\":2626.8,\"3002\":108.9,\"3003\":327.87,\"3004\":29712.0,\"3005\":25570.47,\"3006\":204638.13,\"3007\":30084.75,\"3008\":806194.9300000001,\"3009\":1197.42,\"3010\":720.94,\"3011\":1386.9,\"3012\":1522.8,\"3013\":60589.32,\"3014\":779898.39,\"3015\":540840.02,\"3016\":205810.0,\"3017\":415407.15,\"3018\":145408.1,\"3019\":124568.41,\"3020\":797.16,\"3021\":610.5,\"3022\":70280.58,\"3023\":15246.41,\"3024\":15844.44,\"3025\":63501.46,\"3026\":166290.16,\"3027\":170207.4,\"3028\":null,\"3029\":177135.19,\"3030\":14757.11,\"3031\":45094.09,\"3032\":48086.85,\"3033\":648.27,\"3034\":75492.7,\"3035\":null,\"3036\":8555.8,\"3037\":2412.16,\"3038\":28520.97,\"3039\":42275.29,\"3040\":49021.35,\"3041\":30273.86,\"3042\":13177.67,\"3043\":651.03,\"3044\":4154.4,\"3045\":null,\"3046\":6561.6,\"3047\":6882.32,\"3048\":284.46,\"3049\":2240.0,\"3050\":4675.81,\"3051\":406.08,\"3052\":1556.72,\"3053\":153.09,\"3054\":8658.0,\"3055\":9868.0,\"3056\":2763.2,\"3057\":4971.96,\"3058\":18356.0,\"3059\":9537.48,\"3060\":1985.38,\"3061\":506.29,\"3062\":10013.7,\"3063\":9766.5,\"3064\":2409.6,\"3065\":1327.5,\"3066\":13248.0,\"3067\":19623.82,\"3068\":10287.96,\"3069\":19569.04,\"3070\":12354.05,\"3071\":null,\"3072\":14207.06,\"3073\":439.1,\"3074\":8197.1,\"3075\":1878.0,\"3076\":null,\"3077\":1549.4,\"3078\":6871.02,\"3079\":2995.3,\"3080\":null,\"3081\":421.41,\"3082\":1991.18,\"3083\":341.32,\"3084\":2079.0,\"3085\":1001.28,\"3086\":11084.92,\"3087\":6135.71,\"3088\":16363.67,\"3089\":1704.6,\"3090\":1594.68,\"3091\":null,\"3092\":731.28,\"3093\":null,\"3094\":289.52,\"3095\":1457.4,\"3096\":3686.54,\"3097\":2798.76,\"3098\":10789.59,\"3099\":null,\"3100\":5642.0,\"3101\":6089.94,\"3102\":102176.38,\"3103\":11182.92,\"3104\":2494.67,\"3105\":4080.52,\"3106\":13536.55,\"3107\":7645.87,\"3108\":15812.53,\"3109\":null,\"3110\":18085.02,\"3111\":1139.82,\"3112\":9617.1,\"3113\":9361.1,\"3114\":9739.5,\"3115\":11219.87,\"3116\":325.88,\"3117\":null,\"3118\":2377.59,\"3119\":9886.81,\"3120\":3.8,\"3121\":83.64,\"3122\":3074.73,\"3123\":5376.4,\"3124\":6588.0,\"3125\":10182.29,\"3126\":2153.93,\"3127\":19283.16,\"3128\":18888.52,\"3129\":8843.43,\"3130\":19321.2,\"3131\":9113.35,\"3132\":9371.77,\"3133\":817.2,\"3134\":90546.34,\"3135\":16041.09,\"3136\":10626.59,\"3137\":4.09,\"3138\":1.36,\"3139\":7596.0,\"3140\":2193.45,\"3141\":441.98,\"3142\":8943.32,\"3143\":772.22,\"3144\":null,\"3145\":39314.04,\"3146\":25715.54,\"3147\":87257.34,\"3148\":1287.33,\"3149\":1513.86,\"3150\":74852.97,\"3151\":9225.65,\"3152\":14520.0,\"3153\":4683.0,\"3154\":9738.66,\"3155\":8301.83,\"3156\":8427.15,\"3157\":9958.5,\"3158\":7435.2,\"3159\":7605.9,\"3160\":777.13,\"3161\":901.2,\"3162\":549.6,\"3163\":530.04,\"3164\":917.25,\"3165\":578.04,\"3166\":959.76,\"3167\":926.67,\"3168\":650.28,\"3169\":1025.39,\"3170\":1023.62,\"3171\":8194.8,\"3172\":850.8,\"3173\":3.6,\"3174\":16091.18,\"3175\":17230.7,\"3176\":8474.4,\"3177\":12603.0,\"3178\":927.18,\"3179\":4.2,\"3180\":5772.44,\"3181\":8467.8,\"3182\":9406.8,\"3183\":9315.47,\"3184\":806.18,\"3185\":12626.55,\"3186\":7.3,\"3187\":960.28,\"3188\":939.24,\"3189\":887.9,\"3190\":3068.56,\"3191\":9645.05,\"3192\":991.02,\"3193\":989.61,\"3194\":893.89,\"3195\":178.16,\"3196\":387.0,\"3197\":8422.73,\"3198\":7258.38,\"3199\":4149.0,\"3200\":17553.7,\"3201\":null,\"3202\":17680.89,\"3203\":null,\"3204\":953.3,\"3205\":952.27,\"3206\":970.66,\"3207\":8672.4,\"3208\":70.62,\"3209\":null,\"3210\":926.74,\"3211\":294.14,\"3212\":null,\"3213\":1907.4,\"3214\":6603.6,\"3215\":13839.0,\"3216\":2167.2,\"3217\":3936.68,\"3218\":466.29,\"3219\":19.71,\"3220\":null,\"3221\":404.22,\"3222\":13519.0,\"3223\":17051.34,\"3224\":191.4,\"3225\":3060.09,\"3226\":1746.69,\"3227\":657.72,\"3228\":1422.0,\"3229\":1616.0,\"3230\":16176.0,\"3231\":457602.13,\"3232\":502721.25,\"3233\":8304.0,\"3234\":815.43,\"3235\":9958.77,\"3236\":59400.68,\"3237\":5962.0,\"3238\":705.24,\"3239\":726.21,\"3240\":6882.67,\"3241\":3701.44,\"3242\":12589.74,\"3243\":631.18,\"3244\":56670.52,\"3245\":65039.93,\"3246\":15224.12,\"3247\":6141.0,\"3248\":4809.58,\"3249\":940.78,\"3250\":130171.22,\"3251\":154456.84,\"3252\":6003.68,\"3253\":null,\"3254\":null,\"3255\":142602.53,\"3256\":219176.38,\"3257\":13641.84,\"3258\":324246.49,\"3259\":14913.66,\"3260\":18737.4,\"3261\":23134.35,\"3262\":11488.92,\"3263\":10440.97,\"3264\":42118.47,\"3265\":1029.0,\"3266\":1374.62,\"3267\":14082.1,\"3268\":568.58,\"3269\":304315.0,\"3270\":73256.34,\"3271\":1991.69,\"3272\":761.65,\"3273\":398.75,\"3274\":24126.46,\"3275\":2285.85,\"3276\":4.2,\"3277\":null,\"3278\":910.03,\"3279\":893449.35,\"3280\":487002.33,\"3281\":282.0,\"3282\":3454.0,\"3283\":8327.41,\"3284\":810.7,\"3285\":null,\"3286\":626.47,\"3287\":13896.0,\"3288\":23147.35,\"3289\":60141.99,\"3290\":69392.29,\"3291\":164593.25,\"3292\":null,\"3293\":null,\"3294\":461105.74,\"3295\":992.31,\"3296\":38644.62,\"3297\":41787.59,\"3298\":8264.35,\"3299\":null,\"3300\":671.9,\"3301\":1131.0,\"3302\":350292.57,\"3303\":null,\"3304\":539.48,\"3305\":788.58,\"3306\":622.88,\"3307\":5254.8,\"3308\":429.12,\"3309\":14052.98,\"3310\":4343.4,\"3311\":9904.0,\"3312\":10161.6,\"3313\":373.82,\"3314\":2502.6,\"3315\":105.6,\"3316\":null,\"3317\":30589.31,\"3318\":25593.09,\"3319\":null,\"3320\":82877.9,\"3321\":584997.23,\"3322\":1215.06,\"3323\":720.5,\"3324\":1114.96,\"3325\":1389.6,\"3326\":33715.78,\"3327\":663558.9300000001,\"3328\":543247.8199999999,\"3329\":17980.31,\"3330\":204510.0,\"3331\":null,\"3332\":415976.56,\"3333\":141927.59,\"3334\":73681.42,\"3335\":126.0,\"3336\":799.26,\"3337\":700.53,\"3338\":76854.3,\"3339\":13077.87,\"3340\":13452.95,\"3341\":64442.72,\"3342\":165778.18,\"3343\":170492.3,\"3344\":null,\"3345\":154158.41,\"3346\":18265.7,\"3347\":44897.41,\"3348\":48004.01,\"3349\":662.22,\"3350\":75386.09,\"3351\":421.67,\"3352\":8727.4,\"3353\":2461.97,\"3354\":30891.38,\"3355\":45997.14,\"3356\":57469.54,\"3357\":57883.09,\"3358\":13103.5,\"3359\":651.93,\"3360\":4154.4,\"3361\":null,\"3362\":3708.0,\"3363\":6721.61,\"3364\":287.63,\"3365\":6000.0,\"3366\":9040.1,\"3367\":1203.96,\"3368\":1526.36,\"3369\":186.12,\"3370\":null,\"3371\":8300.0,\"3372\":9862.0,\"3373\":2655.4,\"3374\":4960.95,\"3375\":null,\"3376\":10160.51,\"3377\":10220.28,\"3378\":283.21,\"3379\":10015.8,\"3380\":9776.2,\"3381\":350.4,\"3382\":1312.6,\"3383\":11484.0,\"3384\":19634.58,\"3385\":10251.41,\"3386\":19517.36,\"3387\":5716.8,\"3388\":null,\"3389\":416.9,\"3390\":8421.7,\"3391\":5394.0,\"3392\":null,\"3393\":1465.1,\"3394\":5935.38,\"3395\":3558.2,\"3396\":405.0,\"3397\":421.41,\"3398\":1772.76,\"3399\":346.15,\"3400\":2100.0,\"3401\":1320.41,\"3402\":10878.68,\"3403\":6087.45,\"3404\":15637.03,\"3405\":1477.8,\"3406\":2764.86,\"3407\":789.36,\"3408\":null,\"3409\":231.0,\"3410\":916.2,\"3411\":3213.43,\"3412\":1961.28,\"3413\":null,\"3414\":2061.0,\"3415\":5551.7,\"3416\":8767.14,\"3417\":103091.46,\"3418\":13266.26,\"3419\":2840.52,\"3420\":3982.96,\"3421\":2187.36,\"3422\":14090.85,\"3423\":5342.27,\"3424\":15312.01,\"3425\":176945.59,\"3426\":16349.59,\"3427\":1696.86,\"3428\":3633.54,\"3429\":3471.03,\"3430\":2898.0,\"3431\":2722.6,\"3432\":416.92,\"3433\":40.4,\"3434\":2066.41,\"3435\":5687.5,\"3436\":3.47,\"3437\":88.33,\"3438\":574.48,\"3439\":3521.11,\"3440\":4712.4,\"3441\":4056.63,\"3442\":1958.37,\"3443\":19489.75,\"3444\":19544.06,\"3445\":8948.68,\"3446\":18982.8,\"3447\":19699.13,\"3448\":19861.89,\"3449\":703.2,\"3450\":92464.14,\"3451\":19007.55,\"3452\":18868.46,\"3453\":5.28,\"3454\":1.81,\"3455\":7596.0,\"3456\":604.2,\"3457\":438.46,\"3458\":8094.62,\"3459\":820.71,\"3460\":null,\"3461\":40173.34,\"3462\":14530.82,\"3463\":66895.31,\"3464\":971.3,\"3465\":1238.55,\"3466\":95399.29,\"3467\":3835.65,\"3468\":16200.0,\"3469\":6893.4,\"3470\":9723.48,\"3471\":8982.68,\"3472\":8221.05,\"3473\":10019.48,\"3474\":7741.5,\"3475\":7479.6,\"3476\":725.91,\"3477\":906.48,\"3478\":459.96,\"3479\":545.16,\"3480\":934.38,\"3481\":602.52,\"3482\":941.02,\"3483\":850.61,\"3484\":267.0,\"3485\":1030.52,\"3486\":1032.25,\"3487\":6920.4,\"3488\":982.44,\"3489\":24.0,\"3490\":12980.17,\"3491\":14191.34,\"3492\":8704.8,\"3493\":7942.49,\"3494\":null,\"3495\":947.52,\"3496\":null,\"3497\":4409.75,\"3498\":4488.6,\"3499\":7245.6,\"3500\":9356.38,\"3501\":1000.62,\"3502\":null,\"3503\":8.05,\"3504\":906.75,\"3505\":544.68,\"3506\":801.76,\"3507\":2945.8,\"3508\":9653.1,\"3509\":907.85,\"3510\":1003.83,\"3511\":916.16,\"3512\":355.56,\"3513\":405.0,\"3514\":7949.8,\"3515\":6370.74,\"3516\":3556.2,\"3517\":16057.04,\"3518\":15717.28,\"3519\":15188.74,\"3520\":9287.4,\"3521\":1289.7,\"3522\":524.85,\"3523\":533.32,\"3524\":853.91,\"3525\":5976.3,\"3526\":null,\"3527\":60.02,\"3528\":856.76,\"3529\":889.95,\"3530\":538.89,\"3531\":1918.65,\"3532\":1881.0,\"3533\":7154.4,\"3534\":239582.0,\"3535\":1908.0,\"3536\":419.87,\"3537\":469.59,\"3538\":null,\"3539\":404.44,\"3540\":13387.0,\"3541\":16446.07,\"3542\":null,\"3543\":1336.34,\"3544\":1743.06,\"3545\":693.9,\"3546\":3168.9,\"3547\":1820.0,\"3548\":20688.0,\"3549\":59976.97,\"3550\":501092.7,\"3551\":3944.0,\"3552\":591.36,\"3553\":11433.08,\"3554\":58430.48,\"3555\":5943.67,\"3556\":643.14,\"3557\":720.22,\"3558\":3702.4,\"3559\":11986.21,\"3560\":null,\"3561\":null,\"3562\":65757.92,\"3563\":15222.51,\"3564\":6594.0,\"3565\":null,\"3566\":939.79,\"3567\":240640.0,\"3568\":150834.48,\"3569\":5366.54,\"3570\":8832.0,\"3571\":null,\"3572\":null,\"3573\":180945.1,\"3574\":14639.23,\"3575\":392684.86,\"3576\":14239.02,\"3577\":18937.6,\"3578\":24142.97,\"3579\":12089.6,\"3580\":15858.61,\"3581\":null,\"3582\":362.87,\"3583\":1326.65,\"3584\":332.08,\"3585\":304535.01,\"3586\":77496.34,\"3587\":1391.5,\"3588\":null,\"3589\":398.94,\"3590\":22902.55,\"3591\":null,\"3592\":2195.94,\"3593\":12.6,\"3594\":900.68,\"3595\":878081.36,\"3596\":459182.28,\"3597\":390.0,\"3598\":3566.2,\"3599\":8311.43,\"3600\":798.38,\"3601\":636.45,\"3602\":7488.0,\"3603\":23508.97,\"3604\":69565.89,\"3605\":164805.91,\"3606\":null,\"3607\":133906.0,\"3608\":443809.13,\"3609\":972.08,\"3610\":38494.13,\"3611\":41909.91,\"3612\":8264.35,\"3613\":536.45,\"3614\":184.18,\"3615\":1068.15,\"3616\":265577.42,\"3617\":1044.89,\"3618\":542.75,\"3619\":824.04,\"3620\":623.28,\"3621\":5252.4,\"3622\":429.6,\"3623\":null,\"3624\":null,\"3625\":13917.39,\"3626\":4417.65,\"3627\":19164.8,\"3628\":8001.6,\"3629\":245.06,\"3630\":2511.0,\"3631\":105.6,\"3632\":249.71,\"3633\":29016.78,\"3634\":39360.72,\"3635\":null,\"3636\":null,\"3637\":86438.3,\"3638\":700230.87,\"3639\":1182.36,\"3640\":788.48,\"3641\":1122.02,\"3642\":1135.8,\"3643\":null,\"3644\":772191.71,\"3645\":50759.28,\"3646\":540710.29,\"3647\":206730.0,\"3648\":152563.03,\"3649\":416148.21,\"3650\":141654.7,\"3651\":124801.59,\"3652\":null,\"3653\":799.4,\"3654\":663.52,\"3655\":19216.54,\"3656\":11993.29,\"3657\":12586.75,\"3658\":59151.53,\"3659\":165757.52,\"3660\":164881.25,\"3661\":null,\"3662\":167776.51,\"3663\":18119.12,\"3664\":44344.76,\"3665\":47558.57,\"3666\":663.87,\"3667\":75563.91,\"3668\":1691.94,\"3669\":8423.8,\"3670\":2374.51,\"3671\":32606.1,\"3672\":48183.52,\"3673\":57450.72,\"3674\":58271.85,\"3675\":12278.72,\"3676\":650.88,\"3677\":6883.2,\"3678\":null,\"3679\":null,\"3680\":4562.4,\"3681\":6785.96,\"3682\":275.62,\"3683\":6240.0,\"3684\":9112.98,\"3685\":756.12,\"3686\":1529.88,\"3687\":156.55,\"3688\":331.8,\"3689\":8111.0,\"3690\":9423.0,\"3691\":2505.8,\"3692\":4466.53,\"3693\":15226.93,\"3694\":9426.05,\"3695\":9780.12,\"3696\":264.59,\"3697\":10016.7,\"3698\":9760.1,\"3699\":212.4,\"3700\":1286.2,\"3701\":13644.0,\"3702\":14470.87,\"3703\":10276.61,\"3704\":19452.64,\"3705\":5306.4,\"3706\":431.5,\"3707\":8270.3,\"3708\":3646.0,\"3709\":null,\"3710\":1456.2,\"3711\":6919.32,\"3712\":3279.3,\"3713\":5700.0,\"3714\":421.41,\"3715\":2071.22,\"3716\":344.77,\"3717\":2012.0,\"3718\":950.32,\"3719\":10662.75,\"3720\":4910.78,\"3721\":17192.46,\"3722\":1710.6,\"3723\":1326.42,\"3724\":931.26,\"3725\":320.32,\"3726\":851.4,\"3727\":1916.53,\"3728\":671.51,\"3729\":17666.63,\"3730\":2000.0,\"3731\":5459.4,\"3732\":9205.98,\"3733\":99855.69,\"3734\":3592.55,\"3735\":72.98,\"3736\":3822.26,\"3737\":8775.36,\"3738\":1023.0,\"3739\":16775.1,\"3740\":5109.18,\"3741\":18355.36,\"3742\":162029.38,\"3743\":18522.32,\"3744\":240.02,\"3745\":7187.36,\"3746\":7110.7,\"3747\":6975.0,\"3748\":4938.51,\"3749\":303.6,\"3750\":2.93,\"3751\":8627.74,\"3752\":2.55,\"3753\":25.48,\"3754\":1658.59,\"3755\":3937.39,\"3756\":7243.2,\"3757\":7748.21,\"3758\":2.89,\"3759\":13366.62,\"3760\":16373.28,\"3761\":7347.42,\"3762\":7394.4,\"3763\":19497.6,\"3764\":9401.66,\"3765\":8585.64,\"3766\":7.8,\"3767\":90867.34,\"3768\":12985.26,\"3769\":14353.54,\"3770\":3.79,\"3771\":1.26,\"3772\":7596.0,\"3773\":null,\"3774\":398.64,\"3775\":927.44,\"3776\":35192.36,\"3777\":24343.62,\"3778\":64956.52,\"3779\":1222.1,\"3780\":1506.27,\"3781\":98996.38,\"3782\":7082.25,\"3783\":19160.0,\"3784\":7000.8,\"3785\":9684.84,\"3786\":5404.5,\"3787\":5520.15,\"3788\":4784.63,\"3789\":4969.2,\"3790\":5427.3,\"3791\":783.46,\"3792\":null,\"3793\":266.28,\"3794\":369.36,\"3795\":355.92,\"3796\":797.4,\"3797\":351.78,\"3798\":988.8,\"3799\":947.0,\"3800\":671.76,\"3801\":1038.65,\"3802\":1026.92,\"3803\":10275.6,\"3804\":751.68,\"3805\":null,\"3806\":17391.43,\"3807\":16783.68,\"3808\":8566.2,\"3809\":13309.16,\"3810\":4800.0,\"3811\":796.53,\"3812\":0.6,\"3813\":207.78,\"3814\":7291.2,\"3815\":9082.8,\"3816\":4317.1,\"3817\":1013.21,\"3818\":5917.5,\"3819\":4.45,\"3820\":515.94,\"3821\":825.84,\"3822\":954.8,\"3823\":1798.72,\"3824\":9697.95,\"3825\":4800.0,\"3826\":832.96,\"3827\":999.7,\"3828\":924.74,\"3829\":316.01,\"3830\":483.0,\"3831\":6184.64,\"3832\":4805.77,\"3833\":1465.2,\"3834\":17012.92,\"3835\":16932.72,\"3836\":16861.3,\"3837\":2727.6,\"3838\":2614.5,\"3839\":634.52,\"3840\":656.46,\"3841\":979.89,\"3842\":7596.6,\"3843\":10.35,\"3844\":33.04,\"3845\":833.66,\"3846\":970.94,\"3847\":541.88,\"3848\":409.23,\"3849\":1854.6,\"3850\":7146.0,\"3851\":377464.48,\"3852\":4604.4,\"3853\":4936.88,\"3854\":null,\"3855\":null,\"3856\":404.47,\"3857\":13860.0,\"3858\":16004.99,\"3859\":191.4,\"3860\":1764.18,\"3861\":1743.72,\"3862\":765.94,\"3863\":2253.6,\"3864\":1901.0,\"3865\":18716.0,\"3866\":60364.25,\"3867\":498856.18,\"3868\":13472.0,\"3869\":697.29,\"3870\":7958.96,\"3871\":23506.55,\"3872\":5943.67,\"3873\":877.45,\"3874\":718.2,\"3875\":3702.4,\"3876\":723.83,\"3877\":11390.8,\"3878\":566.72,\"3879\":null,\"3880\":66404.36,\"3881\":28178.53,\"3882\":9182.0,\"3883\":4572.5,\"3884\":939.79,\"3885\":247131.0,\"3886\":150668.89,\"3887\":5714.92,\"3888\":58704.0,\"3889\":null,\"3890\":119563.6,\"3891\":236262.9,\"3892\":11981.97,\"3893\":32584.09,\"3894\":14056.27,\"3895\":18922.2,\"3896\":24033.44,\"3897\":12016.4,\"3898\":16689.96,\"3899\":null,\"3900\":850.98,\"3901\":1239.73,\"3902\":574.46,\"3903\":null,\"3904\":77723.24,\"3905\":1973.4,\"3906\":763.92,\"3907\":396.41,\"3908\":23296.8,\"3909\":null,\"3910\":null,\"3911\":36.6,\"3912\":885.67,\"3913\":874924.03,\"3914\":400132.7,\"3915\":420.0,\"3916\":1399.2,\"3917\":8292.93,\"3918\":795.3,\"3919\":null,\"3920\":640.26,\"3921\":13608.0,\"3922\":22923.66,\"3923\":68922.14,\"3924\":164643.81,\"3925\":null,\"3926\":402086.0,\"3927\":434414.43,\"3928\":982.92,\"3929\":38217.46,\"3930\":41997.8,\"3931\":8111.3,\"3932\":516.52,\"3933\":679.5,\"3934\":951.6,\"3935\":240355.64,\"3936\":2119.04,\"3937\":533.61,\"3938\":770.94,\"3939\":612.05,\"3940\":4960.8,\"3941\":429.0,\"3942\":1219.25,\"3943\":14002.76,\"3944\":4497.3,\"3945\":18694.42,\"3946\":7195.2,\"3947\":379.9,\"3948\":2569.2,\"3949\":105.6,\"3950\":345.99,\"3951\":29576.22,\"3952\":33469.35,\"3953\":248128.64,\"3954\":91946.56,\"3955\":534606.0600000001,\"3956\":1287.54,\"3957\":794.42,\"3958\":1109.23,\"3959\":1315.8,\"3960\":775235.15,\"3961\":38796.72,\"3962\":546698.4399999999,\"3963\":207640.0,\"3964\":153089.38,\"3965\":419472.32,\"3966\":143085.05,\"3967\":128313.46,\"3968\":798.42,\"3969\":505.73,\"3970\":58611.58,\"3971\":13741.74,\"3972\":13388.07,\"3973\":64208.21,\"3974\":165468.85,\"3975\":168947.55,\"3976\":null,\"3977\":175625.41,\"3978\":18508.95,\"3979\":44453.71,\"3980\":48436.17,\"3981\":652.41,\"3982\":75526.48,\"3983\":1473.76,\"3984\":8166.4,\"3985\":2794.27,\"3986\":null,\"3987\":46425.67,\"3988\":49426.71,\"3989\":39793.47,\"3990\":13926.73,\"3991\":650.31,\"3992\":4921.2,\"3993\":3.6,\"3994\":2796.0,\"3995\":5936.87,\"3996\":265.25,\"3997\":null,\"3998\":8800.0,\"3999\":9308.18,\"4000\":812.04,\"4001\":1613.04,\"4002\":156.95,\"4003\":331.2,\"4004\":7929.0,\"4005\":9883.0,\"4006\":2525.6,\"4007\":4957.61,\"4008\":14672.2,\"4009\":9075.73,\"4010\":9431.17,\"4011\":986.19,\"4012\":10015.8,\"4013\":9778.0,\"4014\":1738.8,\"4015\":1322.1,\"4016\":11286.0,\"4017\":19721.83,\"4018\":10288.55,\"4019\":19561.19,\"4020\":7225.2,\"4021\":424.4,\"4022\":8315.5,\"4023\":6250.0,\"4024\":1017.84,\"4025\":6956.58,\"4026\":3286.3,\"4027\":6920.0,\"4028\":421.41,\"4029\":2220.7,\"4030\":349.37,\"4031\":2028.0,\"4032\":193.83,\"4033\":10661.33,\"4034\":7135.49,\"4035\":18082.56,\"4036\":1773.6,\"4037\":1513.32,\"4038\":739.2,\"4039\":278.08,\"4040\":958.5,\"4041\":2017.51,\"4042\":null,\"4043\":null,\"4044\":17433.39,\"4045\":2000.0,\"4046\":5410.9,\"4047\":8576.7,\"4048\":101860.08,\"4049\":14099.98,\"4050\":null,\"4051\":3736.17,\"4052\":9288.0,\"4053\":16469.46,\"4054\":1426.14,\"4055\":18245.8,\"4056\":121159.86,\"4057\":17824.33,\"4058\":146.96,\"4059\":8528.1,\"4060\":8333.39,\"4061\":8392.5,\"4062\":1072.22,\"4063\":209.76,\"4064\":null,\"4065\":796.96,\"4066\":9439.04,\"4067\":2.78,\"4068\":68.97,\"4069\":1785.09,\"4070\":5353.73,\"4071\":8762.4,\"4072\":9131.58,\"4073\":1013.83,\"4074\":18955.76,\"4075\":19400.0,\"4076\":8698.5,\"4077\":8260.2,\"4078\":16668.0,\"4079\":7945.08,\"4080\":8192.83,\"4081\":391.2,\"4082\":91053.44,\"4083\":5616.43,\"4084\":5514.62,\"4085\":1.43,\"4086\":0.48,\"4087\":7596.0,\"4088\":232.2,\"4089\":null,\"4090\":null,\"4091\":904.22,\"4092\":null,\"4093\":39797.96,\"4094\":13139.01,\"4095\":71587.6,\"4096\":1183.82,\"4097\":1519.38,\"4098\":82180.38,\"4099\":8319.85,\"4100\":18520.0,\"4101\":5407.8,\"4102\":9737.28,\"4103\":9031.95,\"4104\":9035.78,\"4105\":8264.01,\"4106\":7474.8,\"4107\":9311.4,\"4108\":785.31,\"4109\":null,\"4110\":532.92,\"4111\":154.8,\"4112\":531.72,\"4113\":929.67,\"4114\":578.1,\"4115\":982.45,\"4116\":804.29,\"4117\":645.22,\"4118\":1004.68,\"4119\":1031.69,\"4120\":9564.0,\"4121\":305.4,\"4122\":54.0,\"4123\":17629.59,\"4124\":17609.85,\"4125\":4539.6,\"4126\":15258.7,\"4127\":4800.0,\"4128\":933.0,\"4129\":null,\"4130\":1054.04,\"4131\":8248.2,\"4132\":9469.2,\"4133\":2381.16,\"4134\":null,\"4135\":11089.35,\"4136\":7.21,\"4137\":713.5,\"4138\":932.88,\"4139\":817.3,\"4140\":2484.68,\"4141\":9166.65,\"4142\":4800.0,\"4143\":1006.07,\"4144\":1000.16,\"4145\":null,\"4146\":223.56,\"4147\":276.0,\"4148\":10074.33,\"4149\":8095.91,\"4150\":2863.2,\"4151\":0.16,\"4152\":17642.57,\"4153\":17705.63,\"4154\":9215.7,\"4155\":9449.1,\"4156\":718.5,\"4157\":734.38,\"4158\":null,\"4159\":9180.6,\"4160\":74.52,\"4161\":70.98,\"4162\":935.63,\"4163\":954.27,\"4164\":null,\"4165\":null,\"4166\":1973.4,\"4167\":7137.6,\"4168\":386559.7,\"4169\":2944.8,\"4170\":4240.48,\"4171\":null,\"4172\":null,\"4173\":404.61,\"4174\":13728.0,\"4175\":15585.47,\"4176\":198.0,\"4177\":3133.68,\"4178\":1743.72,\"4179\":761.72,\"4180\":2169.0,\"4181\":2442.0,\"4182\":20168.0,\"4183\":152445.42,\"4184\":484986.01,\"4185\":12592.0,\"4186\":909.15,\"4187\":8468.45,\"4188\":22549.6,\"4189\":6046.33,\"4190\":646.01,\"4191\":719.44,\"4192\":3702.08,\"4193\":933.27,\"4194\":11014.69,\"4195\":621.06,\"4196\":null,\"4197\":65927.89,\"4198\":26136.1,\"4199\":9331.0,\"4200\":4524.84,\"4201\":939.79,\"4202\":249999.67,\"4203\":153038.94,\"4204\":5682.08,\"4205\":34512.0,\"4206\":509240.0,\"4207\":262308.15,\"4208\":11884.38,\"4209\":187054.5,\"4210\":13891.24,\"4211\":18647.2,\"4212\":24289.72,\"4213\":11026.9,\"4214\":16101.39,\"4215\":80780.48,\"4216\":705.66,\"4217\":1230.15,\"4218\":589.96,\"4219\":null,\"4220\":77519.36,\"4221\":1887.61,\"4222\":762.44,\"4223\":402.22,\"4224\":21677.79,\"4225\":null,\"4226\":null,\"4227\":25.2,\"4228\":845.52,\"4229\":865024.59,\"4230\":81023.37,\"4231\":624.0,\"4232\":6131.4,\"4233\":8320.34,\"4234\":794.97,\"4235\":615.26,\"4236\":15120.0,\"4237\":22805.15,\"4238\":69158.63,\"4239\":164667.67,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":1035.52,\"4244\":38242.38,\"4245\":42499.08,\"4246\":9335.65,\"4247\":525.23,\"4248\":675.61,\"4249\":857.25,\"4250\":349939.75,\"4251\":2852.36,\"4252\":527.47,\"4253\":766.62,\"4254\":612.63,\"4255\":4657.2,\"4256\":429.0,\"4257\":1470.98,\"4258\":14088.85,\"4259\":3486.15,\"4260\":18102.6,\"4261\":7200.0,\"4262\":1086.78,\"4263\":380.23,\"4264\":2566.8,\"4265\":102.3,\"4266\":343.97,\"4267\":29619.89,\"4268\":35614.19,\"4269\":1193.52,\"4270\":20401.74,\"4271\":23956.41,\"4272\":616849.73,\"4273\":1522.74,\"4274\":769.12,\"4275\":1084.61,\"4276\":1225.8,\"4277\":710177.98,\"4278\":null,\"4279\":538225.6,\"4280\":null,\"4281\":155497.97,\"4282\":422118.91,\"4283\":141332.0,\"4284\":125375.66,\"4285\":797.16,\"4286\":606.97,\"4287\":63756.98,\"4288\":13910.54,\"4289\":13884.94,\"4290\":59828.53,\"4291\":165451.33,\"4292\":170314.7,\"4293\":null,\"4294\":null,\"4295\":18666.22,\"4296\":44778.07,\"4297\":48797.72,\"4298\":652.47,\"4299\":75330.75,\"4300\":1410.88,\"4301\":7799.0,\"4302\":2428.91,\"4303\":29872.11,\"4304\":42212.17,\"4305\":56833.95,\"4306\":57465.46,\"4307\":16876.11,\"4308\":327.09,\"4309\":5403.6,\"4310\":null,\"4311\":null,\"4312\":6207.8,\"4313\":281.29,\"4314\":3440.0,\"4315\":9323.25,\"4316\":1104.24,\"4317\":1581.36,\"4318\":157.34,\"4319\":14060.0,\"4320\":9418.0,\"4321\":3482.6,\"4322\":4459.01,\"4323\":14476.35,\"4324\":9631.18,\"4325\":9983.55,\"4326\":539.44,\"4327\":10014.2,\"4328\":9628.1,\"4329\":3466.8,\"4330\":1770.1,\"4331\":13014.0,\"4332\":19697.15,\"4333\":10273.17,\"4334\":19497.62,\"4335\":8539.2,\"4336\":578.2,\"4337\":8824.8,\"4338\":1928.0,\"4339\":null,\"4340\":1423.05,\"4341\":6880.68,\"4342\":7173.3,\"4343\":2502.0,\"4344\":421.41,\"4345\":1929.14,\"4346\":346.15,\"4347\":2107.0,\"4348\":1146.34,\"4349\":11050.19,\"4350\":8133.25,\"4351\":18846.24,\"4352\":1735.2,\"4353\":2387.54,\"4354\":null,\"4355\":957.66,\"4356\":null,\"4357\":284.68,\"4358\":null,\"4359\":2102.54,\"4360\":411.5,\"4361\":132.96,\"4362\":14220.59,\"4363\":2000.0,\"4364\":7510.0,\"4365\":7563.78,\"4366\":100433.75,\"4367\":10468.67,\"4368\":3066.38,\"4369\":6508.17,\"4370\":8972.64,\"4371\":1019.15,\"4372\":17593.86,\"4373\":1403.8,\"4374\":19054.35,\"4375\":null,\"4376\":16895.48,\"4377\":1054.9,\"4378\":10460.84,\"4379\":10331.74,\"4380\":10944.0,\"4381\":910.03,\"4382\":null,\"4383\":120.8,\"4384\":748.81,\"4385\":6872.82,\"4386\":3.88,\"4387\":63.18,\"4388\":3270.29,\"4389\":4445.33,\"4390\":10244.79,\"4391\":2888.65,\"4392\":19248.13,\"4393\":18970.17,\"4394\":8466.86,\"4395\":8949.6,\"4396\":19346.4,\"4397\":6975.54,\"4398\":7173.67,\"4399\":1406.4,\"4400\":90913.86,\"4401\":7764.0,\"4402\":7972.64,\"4403\":4.19,\"4404\":1.46,\"4405\":7596.0,\"4406\":3705.3,\"4407\":425.48,\"4408\":8964.02,\"4409\":895.86,\"4410\":39494.31,\"4411\":31455.04,\"4412\":44065.95,\"4413\":918.6,\"4414\":1626.33,\"4415\":89369.94,\"4416\":5393.15,\"4417\":16640.0,\"4418\":6460.8,\"4419\":9684.84,\"4420\":5940.68,\"4421\":6054.08,\"4422\":9847.58,\"4423\":7626.3,\"4424\":9574.5,\"4425\":777.13,\"4426\":4803.7,\"4427\":752.76,\"4428\":365.52,\"4429\":293.64,\"4430\":919.32,\"4431\":590.01,\"4432\":936.65,\"4433\":769.62,\"4434\":905.76,\"4435\":980.25,\"4436\":989.32,\"4437\":8971.2,\"4438\":439.44,\"4439\":54.0,\"4440\":17557.62,\"4441\":17565.2,\"4442\":5108.4,\"4443\":13226.25,\"4444\":3034.0,\"4445\":881.52,\"4446\":1038.6,\"4447\":419.75,\"4448\":31.26,\"4449\":5475.9,\"4450\":5548.8,\"4451\":7874.69,\"4452\":999.26,\"4453\":10773.9,\"4454\":13.26,\"4455\":515.17,\"4456\":699.0,\"4457\":79.2,\"4458\":1190.64,\"4459\":9775.0,\"4460\":3034.0,\"4461\":951.55,\"4462\":983.49,\"4463\":933.6,\"4464\":620.0,\"4465\":201.0,\"4466\":10863.4,\"4467\":8515.19,\"4468\":2677.8,\"4469\":17546.22,\"4470\":17657.92,\"4471\":8813.4,\"4472\":4509.3,\"4473\":746.92,\"4474\":756.78,\"4475\":955.84,\"4476\":null,\"4477\":643.08,\"4478\":78.91,\"4479\":933.05,\"4480\":862.38,\"4481\":985.74,\"4482\":null,\"4483\":3626.33,\"4484\":null,\"4485\":7138.8,\"4486\":179858.66,\"4487\":2440.8,\"4488\":4630.12,\"4489\":6.95,\"4490\":404.75,\"4491\":13992.0,\"4492\":58.4,\"4493\":99.0,\"4494\":3126.42,\"4495\":1742.4,\"4496\":756.81,\"4497\":2103.3,\"4498\":3672.0,\"4499\":22360.0,\"4500\":446845.9,\"4501\":500685.25,\"4502\":14336.0,\"4503\":938.52,\"4504\":9281.47,\"4505\":46355.42,\"4506\":6211.33,\"4507\":637.39,\"4508\":718.53,\"4509\":3701.76,\"4510\":924.49,\"4511\":10770.8,\"4512\":622.82,\"4513\":null,\"4514\":63940.31,\"4515\":28236.12,\"4516\":17667.0,\"4517\":6448.8,\"4518\":938.8,\"4519\":249714.52,\"4520\":154442.44,\"4521\":7004.5,\"4522\":69624.0,\"4523\":null,\"4524\":267838.74,\"4525\":18612.88,\"4526\":33421.07,\"4527\":16896.05,\"4528\":10091.4,\"4529\":22950.96,\"4530\":12023.85,\"4531\":16155.37,\"4532\":33687.74,\"4533\":920.12,\"4534\":1278.46,\"4535\":587.71,\"4536\":76585.19,\"4537\":2023.08,\"4538\":757.52,\"4539\":406.84,\"4540\":21637.31,\"4541\":null,\"4542\":2984.63,\"4543\":2935.2,\"4544\":729.63,\"4545\":894243.52,\"4546\":473044.26,\"4547\":354.0,\"4548\":6855.2,\"4549\":8303.84,\"4550\":794.75,\"4551\":644.79,\"4552\":14184.0,\"4553\":23390.65,\"4554\":69214.12,\"4555\":165087.18,\"4556\":null,\"4557\":null,\"4558\":478356.72,\"4559\":965.0,\"4560\":null,\"4561\":null,\"4562\":7805.22,\"4563\":499.36,\"4564\":675.14,\"4565\":758.4,\"4566\":80159.19,\"4567\":3076.14,\"4568\":523.41,\"4569\":893.34,\"4570\":635.85,\"4571\":4593.6,\"4572\":429.0,\"4573\":1323.74,\"4574\":14114.67,\"4575\":2342.7,\"4576\":18295.99,\"4577\":7267.2,\"4578\":null,\"4579\":376.86,\"4580\":2568.0,\"4581\":102.3,\"4582\":268.77,\"4583\":29764.65,\"4584\":38394.42,\"4585\":1187.32,\"4586\":261377.48,\"4587\":48685.45,\"4588\":120419.38,\"4589\":1528.86,\"4590\":790.24,\"4591\":1156.64,\"4592\":1420.2,\"4593\":433037.76,\"4594\":null,\"4595\":180057.98,\"4596\":121860.0,\"4597\":101529.5,\"4598\":322213.12,\"4599\":71304.42,\"4600\":73181.11,\"4601\":796.74,\"4602\":575.23,\"4603\":46450.19,\"4604\":14183.47,\"4605\":14109.98,\"4606\":63325.2,\"4607\":164877.11,\"4608\":169996.5,\"4609\":null,\"4610\":null,\"4611\":18292.11,\"4612\":44858.94,\"4613\":48354.61,\"4614\":649.83,\"4615\":75320.86,\"4616\":1282.01,\"4617\":7444.8,\"4618\":2226.78,\"4619\":28799.33,\"4620\":42823.22,\"4621\":54421.99,\"4622\":54897.31,\"4623\":17010.59,\"4624\":326.4,\"4625\":7862.4,\"4626\":0.6,\"4627\":null,\"4628\":6752.63,\"4629\":260.44,\"4630\":7840.0,\"4631\":9311.05,\"4632\":null,\"4633\":1570.8,\"4634\":159.32,\"4635\":10169.0,\"4636\":9591.0,\"4637\":2554.2,\"4638\":4964.9,\"4639\":17427.13,\"4640\":9131.72,\"4641\":9492.36,\"4642\":552.35,\"4643\":9544.8,\"4644\":9222.1,\"4645\":2688.0,\"4646\":2225.0,\"4647\":6246.0,\"4648\":19694.9,\"4649\":10262.03,\"4650\":19364.46,\"4651\":2314.8,\"4652\":780.6,\"4653\":11199.6,\"4654\":7932.0,\"4655\":null,\"4656\":1665.6,\"4657\":6847.56,\"4658\":3831.7,\"4659\":7115.0,\"4660\":421.41,\"4661\":1825.95,\"4662\":343.39,\"4663\":2877.0,\"4664\":430.94,\"4665\":16281.68,\"4666\":2206.0,\"4667\":13104.79,\"4668\":1720.8,\"4669\":1272.34,\"4670\":null,\"4671\":867.9,\"4672\":781.88,\"4673\":328.8,\"4674\":2780.8,\"4675\":4006.9,\"4676\":77.76,\"4677\":11993.45,\"4678\":2000.0,\"4679\":6172.9,\"4680\":7213.26,\"4681\":68854.42,\"4682\":8473.06,\"4683\":3805.79,\"4684\":5033.22,\"4685\":9064.8,\"4686\":12016.34,\"4687\":2595.71,\"4688\":13510.07,\"4689\":null,\"4690\":16135.71,\"4691\":1393.7,\"4692\":7292.24,\"4693\":7190.1,\"4694\":8029.5,\"4695\":3695.25,\"4696\":376.68,\"4697\":2186.78,\"4698\":3683.09,\"4699\":2.36,\"4700\":75.97,\"4701\":2974.55,\"4702\":4125.94,\"4703\":5983.2,\"4704\":7802.97,\"4705\":2028.23,\"4706\":10960.6,\"4707\":9470.35,\"4708\":4016.57,\"4709\":8422.2,\"4710\":16621.2,\"4711\":6473.35,\"4712\":6647.58,\"4713\":958.2,\"4714\":90876.32,\"4715\":17339.83,\"4716\":15116.66,\"4717\":2.37,\"4718\":0.76,\"4719\":7596.0,\"4720\":1650.75,\"4721\":427.02,\"4722\":8949.3,\"4723\":799.45,\"4724\":null,\"4725\":39565.05,\"4726\":27785.79,\"4727\":63446.71,\"4728\":1200.05,\"4729\":1638.06,\"4730\":88975.06,\"4731\":6101.55,\"4732\":17520.0,\"4733\":6328.2,\"4734\":9712.44,\"4735\":7322.4,\"4736\":7382.48,\"4737\":8034.98,\"4738\":3344.1,\"4739\":3993.9,\"4740\":767.89,\"4741\":null,\"4742\":856.44,\"4743\":564.72,\"4744\":326.52,\"4745\":476.25,\"4746\":422.58,\"4747\":612.61,\"4748\":918.01,\"4749\":646.32,\"4750\":893.23,\"4751\":878.92,\"4752\":7461.6,\"4753\":822.36,\"4754\":31.2,\"4755\":17287.9,\"4756\":17184.09,\"4757\":7086.6,\"4758\":3205.77,\"4759\":4900.0,\"4760\":443.13,\"4761\":10.2,\"4762\":1606.49,\"4763\":5529.9,\"4764\":9846.0,\"4765\":7747.06,\"4766\":962.52,\"4767\":14123.7,\"4768\":5.71,\"4769\":308.2,\"4770\":361.44,\"4771\":607.2,\"4772\":1146.2,\"4773\":9511.65,\"4774\":4900.0,\"4775\":860.03,\"4776\":881.24,\"4777\":920.01,\"4778\":261.4,\"4779\":636.0,\"4780\":10688.45,\"4781\":8603.89,\"4782\":3491.4,\"4783\":16952.43,\"4784\":17158.36,\"4785\":5887.2,\"4786\":4717.5,\"4787\":567.29,\"4788\":569.32,\"4789\":845.27,\"4790\":8603.1,\"4791\":75.98,\"4792\":917.81,\"4793\":797.75,\"4794\":870.2,\"4795\":null,\"4796\":3718.0,\"4797\":1630.2,\"4798\":7137.6,\"4799\":285287.55,\"4800\":5666.4,\"4801\":6427.56,\"4802\":null,\"4803\":404.47,\"4804\":13002.0,\"4805\":null,\"4806\":null,\"4807\":3109.09,\"4808\":1760.22,\"4809\":770.26,\"4810\":2092.5,\"4811\":3572.0,\"4812\":19760.0,\"4813\":60295.98,\"4814\":499811.21,\"4815\":null,\"4816\":1372.8,\"4817\":13661.72,\"4818\":65326.14,\"4819\":7040.0,\"4820\":null,\"4821\":712.59,\"4822\":3702.08,\"4823\":862.19,\"4824\":20250.66,\"4825\":598.62,\"4826\":null,\"4827\":57748.58,\"4828\":25961.87,\"4829\":19394.0,\"4830\":5643.91,\"4831\":939.79,\"4832\":249559.98,\"4833\":154759.3,\"4834\":7035.09,\"4835\":null,\"4836\":505640.0,\"4837\":null,\"4838\":248815.05,\"4839\":21032.12,\"4840\":396965.91,\"4841\":19118.53,\"4842\":18495.4,\"4843\":19068.06,\"4844\":12911.94,\"4845\":16401.42,\"4846\":151577.74,\"4847\":1005.19,\"4848\":1279.59,\"4849\":578.83,\"4850\":73700.0,\"4851\":49080.63,\"4852\":2322.2,\"4853\":751.51,\"4854\":388.11,\"4855\":30544.35,\"4856\":null,\"4857\":795.11,\"4858\":2289.6,\"4859\":768.32,\"4860\":858228.49,\"4861\":354292.55,\"4862\":492.0,\"4863\":10610.6,\"4864\":4546.98,\"4865\":798.82,\"4866\":136820.0,\"4867\":615.62,\"4868\":9648.0,\"4869\":23696.46,\"4870\":64700.81,\"4871\":165312.96,\"4872\":488.5,\"4873\":339848.0,\"4874\":534334.42,\"4875\":50718.97,\"4876\":42692.13,\"4877\":7958.26,\"4878\":536.98,\"4879\":675.54,\"4880\":709.05,\"4881\":81158.38,\"4882\":3079.58,\"4883\":537.11,\"4884\":936.9,\"4885\":848.14,\"4886\":5296.8,\"4887\":428.28,\"4888\":null,\"4889\":1460.01,\"4890\":14081.67,\"4891\":1382.4,\"4892\":17358.33,\"4893\":2865.6,\"4894\":374.09,\"4895\":2559.6,\"4896\":102.3,\"4897\":343.59,\"4898\":30205.74,\"4899\":31286.54,\"4900\":null,\"4901\":null,\"4902\":81816.17,\"4903\":119807.88,\"4904\":null,\"4905\":797.28,\"4906\":1099.44,\"4907\":1132.2,\"4908\":793966.4300000001,\"4909\":49993.98,\"4910\":529821.5,\"4911\":1690.34,\"4912\":186550.0,\"4913\":154354.68,\"4914\":419781.74,\"4915\":72914.43,\"4916\":72837.26,\"4917\":795.9,\"4918\":774.67,\"4919\":52804.38,\"4920\":10844.24,\"4921\":11107.63,\"4922\":76721.47,\"4923\":163683.44,\"4924\":169384.15,\"4925\":1338.02,\"4926\":null,\"4927\":224888.51,\"4928\":12143.92,\"4929\":44962.4,\"4930\":48423.13,\"4931\":655.11,\"4932\":76486.76,\"4933\":1461.7,\"4934\":8291.8,\"4935\":2553.8,\"4936\":29888.99,\"4937\":42722.03,\"4938\":57363.51,\"4939\":58268.75,\"4940\":19526.18,\"4941\":326.37,\"4942\":6897.6,\"4943\":0.6,\"4944\":null,\"4945\":6723.75,\"4946\":267.17,\"4947\":null,\"4948\":10000.0,\"4949\":9728.6,\"4950\":35.52,\"4951\":1635.48,\"4952\":156.16,\"4953\":null,\"4954\":8515.0,\"4955\":8675.0,\"4956\":2534.4,\"4957\":2346.36,\"4958\":18142.75,\"4959\":12796.05,\"4960\":13503.58,\"4961\":1029.01,\"4962\":null,\"4963\":null,\"4964\":1899.6,\"4965\":1751.7,\"4966\":12924.0,\"4967\":19748.25,\"4968\":10271.79,\"4969\":19613.44,\"4970\":6642.0,\"4971\":511.0,\"4972\":8527.4,\"4973\":9640.0,\"4974\":1447.7,\"4975\":6662.64,\"4976\":3450.3,\"4977\":5000.0,\"4978\":421.41,\"4979\":1856.8,\"4980\":342.01,\"4981\":2038.0,\"4982\":177.05,\"4983\":12410.33,\"4984\":5603.24,\"4985\":12160.4,\"4986\":1644.0,\"4987\":1821.95,\"4988\":null,\"4989\":799.92,\"4990\":352.0,\"4991\":720.3,\"4992\":2899.82,\"4993\":3216.48,\"4994\":4.8,\"4995\":14167.92,\"4996\":2000.0,\"4997\":5643.9,\"4998\":6280.38,\"4999\":77093.68,\"5000\":1616.4,\"5001\":3393.87,\"5002\":4000.17,\"5003\":8796.96,\"5004\":13234.95,\"5005\":4824.23,\"5006\":13803.55,\"5007\":51736.3,\"5008\":17406.55,\"5009\":1303.72,\"5010\":9414.06,\"5011\":9386.46,\"5012\":8256.0,\"5013\":8468.03,\"5014\":367.76,\"5015\":null,\"5016\":1609.66,\"5017\":8239.42,\"5018\":3.61,\"5019\":97.7,\"5020\":655.05,\"5021\":5116.89,\"5022\":7754.4,\"5023\":9870.92,\"5024\":1572.11,\"5025\":19438.51,\"5026\":19323.66,\"5027\":8698.64,\"5028\":8865.0,\"5029\":17712.0,\"5030\":5385.75,\"5031\":5386.21,\"5032\":1047.6,\"5033\":89677.37,\"5034\":18416.56,\"5035\":17885.0,\"5036\":2.54,\"5037\":0.85,\"5038\":9043.2,\"5039\":757.8,\"5040\":397.65,\"5041\":null,\"5042\":874.04,\"5043\":null,\"5044\":38204.1,\"5045\":31054.34,\"5046\":44582.47,\"5047\":1246.8,\"5048\":1592.52,\"5049\":85311.68,\"5050\":3271.1,\"5051\":13880.0,\"5052\":7003.8,\"5053\":9564.78,\"5054\":785.48,\"5055\":758.93,\"5056\":5040.23,\"5057\":5656.5,\"5058\":6900.6,\"5059\":761.9,\"5060\":2175.8,\"5061\":754.68,\"5062\":528.36,\"5063\":560.04,\"5064\":909.45,\"5065\":551.01,\"5066\":null,\"5067\":994.29,\"5068\":714.82,\"5069\":942.35,\"5070\":941.1,\"5071\":7484.4,\"5072\":915.24,\"5073\":25.2,\"5074\":17028.16,\"5075\":17116.35,\"5076\":5617.8,\"5077\":9241.76,\"5078\":4900.0,\"5079\":883.65,\"5080\":null,\"5081\":5.86,\"5082\":3346.5,\"5083\":8235.6,\"5084\":7178.61,\"5085\":972.3,\"5086\":13371.3,\"5087\":5.61,\"5088\":847.97,\"5089\":763.32,\"5090\":852.5,\"5091\":2272.6,\"5092\":9442.65,\"5093\":4900.0,\"5094\":null,\"5095\":967.75,\"5096\":912.07,\"5097\":10.91,\"5098\":12.0,\"5099\":10861.77,\"5100\":8934.24,\"5101\":4085.4,\"5102\":17224.57,\"5103\":17134.79,\"5104\":8421.6,\"5105\":6478.2,\"5106\":556.58,\"5107\":550.35,\"5108\":904.22,\"5109\":6844.2,\"5110\":72.59,\"5111\":906.95,\"5112\":908.96,\"5113\":930.81,\"5114\":null,\"5115\":3875.67,\"5116\":2118.6,\"5117\":7136.4,\"5118\":387721.31,\"5119\":3427.2,\"5120\":5425.05,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.54,\"5125\":13651.0,\"5126\":10388.43,\"5127\":191.4,\"5128\":3131.53,\"5129\":1744.05,\"5130\":757.26,\"5131\":1258.2,\"5132\":2885.0,\"5133\":21732.0,\"5134\":152436.84,\"5135\":458105.23,\"5136\":12976.0,\"5137\":989.01,\"5138\":12974.85,\"5139\":24689.58,\"5140\":7054.67,\"5141\":1115.21,\"5142\":729.05,\"5143\":3701.44,\"5144\":893.54,\"5145\":14263.82,\"5146\":616.44,\"5147\":null,\"5148\":59946.11,\"5149\":8286.35,\"5150\":13553.0,\"5151\":5550.72,\"5152\":939.79,\"5153\":249098.36,\"5154\":159151.39,\"5155\":null,\"5156\":18432.0,\"5157\":506130.0,\"5158\":null,\"5159\":241747.09,\"5160\":16287.3,\"5161\":263722.39,\"5162\":15293.46,\"5163\":18777.0,\"5164\":23388.27,\"5165\":13002.36,\"5166\":16082.38,\"5167\":163737.28,\"5168\":1116.97,\"5169\":1334.17,\"5170\":528.18,\"5171\":null,\"5172\":75740.87,\"5173\":2080.01,\"5174\":745.02,\"5175\":394.79,\"5176\":27173.78,\"5177\":null,\"5178\":null,\"5179\":2289.6,\"5180\":835.86,\"5181\":866492.6,\"5182\":595859.33,\"5183\":378.0,\"5184\":7389.8,\"5185\":8434.87,\"5186\":796.29,\"5187\":null,\"5188\":609.79,\"5189\":13968.0,\"5190\":23126.35,\"5191\":69207.88,\"5192\":164871.64,\"5193\":null,\"5194\":325680.0,\"5195\":null,\"5196\":47081.13,\"5197\":null,\"5198\":7652.17,\"5199\":494.87,\"5200\":675.86,\"5201\":790.2,\"5202\":80987.16,\"5203\":3064.09,\"5204\":519.88,\"5205\":794.34,\"5206\":601.05,\"5207\":4716.0,\"5208\":428.4,\"5209\":1110.43,\"5210\":14021.41,\"5211\":null,\"5212\":16772.78,\"5213\":10036.8,\"5214\":196.48,\"5215\":2553.0,\"5216\":95.7,\"5217\":339.3,\"5218\":29789.68,\"5219\":48983.04,\"5220\":1175.2,\"5221\":40734.4,\"5222\":84807.12,\"5223\":614095.55,\"5224\":1257.18,\"5225\":574.42,\"5226\":1187.6,\"5227\":1333.8,\"5228\":604354.99,\"5229\":null,\"5230\":532516.62,\"5231\":205110.0,\"5232\":109028.91,\"5233\":420880.48,\"5234\":141899.42,\"5235\":127261.46,\"5236\":null,\"5237\":796.04,\"5238\":738.66,\"5239\":47362.38,\"5240\":9503.39,\"5241\":9915.83,\"5242\":61389.08,\"5243\":164987.94,\"5244\":168401.8,\"5245\":null,\"5246\":null,\"5247\":229467.87,\"5248\":null,\"5249\":23096.44,\"5250\":45173.94,\"5251\":48773.58,\"5252\":657.21,\"5253\":75470.88,\"5254\":1429.12,\"5255\":8903.4,\"5256\":2575.26,\"5257\":26769.73,\"5258\":31925.05,\"5259\":50561.49,\"5260\":47757.15,\"5261\":19565.22,\"5262\":326.4,\"5263\":5911.2,\"5264\":null,\"5265\":null,\"5266\":6525.59,\"5267\":282.08,\"5268\":4880.0,\"5269\":9746.64,\"5270\":278.04,\"5271\":1666.28,\"5272\":152.46,\"5273\":null,\"5274\":8542.0,\"5275\":1294.0,\"5276\":2475.0,\"5277\":3962.51,\"5278\":14993.05,\"5279\":10148.16,\"5280\":10228.14,\"5281\":1157.35,\"5282\":13425.7,\"5283\":13118.5,\"5284\":1576.8,\"5285\":1457.6,\"5286\":12852.0,\"5287\":19703.15,\"5288\":10229.16,\"5289\":18510.18,\"5290\":7423.2,\"5291\":422.4,\"5292\":7813.3,\"5293\":1768.0,\"5294\":1345.7,\"5295\":6713.7,\"5296\":3422.8,\"5297\":4609.0,\"5298\":421.41,\"5299\":1866.26,\"5300\":340.86,\"5301\":2028.0,\"5302\":362.88,\"5303\":11272.34,\"5304\":6670.96,\"5305\":13210.49,\"5306\":1675.2,\"5307\":581.38,\"5308\":86.53,\"5309\":945.12,\"5310\":null,\"5311\":325.16,\"5312\":895.5,\"5313\":3202.87,\"5314\":3150.03,\"5315\":103.68,\"5316\":14476.41,\"5317\":2000.0,\"5318\":5436.8,\"5319\":5951.94,\"5320\":83498.75,\"5321\":3829.95,\"5322\":2637.17,\"5323\":4252.7,\"5324\":8939.52,\"5325\":273.35,\"5326\":13451.69,\"5327\":6261.0,\"5328\":14367.06,\"5329\":176613.09,\"5330\":13851.61,\"5331\":1061.28,\"5332\":9258.59,\"5333\":9263.01,\"5334\":null,\"5335\":10361.62,\"5336\":477.6,\"5337\":1.2,\"5338\":2143.14,\"5339\":8036.72,\"5340\":2.75,\"5341\":75.66,\"5342\":3237.01,\"5343\":2599.7,\"5344\":6433.2,\"5345\":9924.1,\"5346\":808.84,\"5347\":17967.97,\"5348\":17159.73,\"5349\":8118.61,\"5350\":6235.2,\"5351\":13255.2,\"5352\":4987.11,\"5353\":5109.4,\"5354\":666.6,\"5355\":89420.62,\"5356\":18439.87,\"5357\":18788.37,\"5358\":4.35,\"5359\":1.45,\"5360\":8922.0,\"5361\":2638.8,\"5362\":402.93,\"5363\":8819.12,\"5364\":781.43,\"5365\":6.15,\"5366\":38455.05,\"5367\":23173.31,\"5368\":75546.45,\"5369\":1202.63,\"5370\":1593.21,\"5371\":74465.96,\"5372\":5687.15,\"5373\":16040.0,\"5374\":4731.0,\"5375\":9626.88,\"5376\":5013.45,\"5377\":5118.08,\"5378\":5478.08,\"5379\":7337.1,\"5380\":9910.5,\"5381\":757.15,\"5382\":null,\"5383\":687.12,\"5384\":521.28,\"5385\":514.2,\"5386\":787.59,\"5387\":526.14,\"5388\":945.3,\"5389\":680.43,\"5390\":854.4,\"5391\":970.73,\"5392\":962.5,\"5393\":6950.4,\"5394\":966.96,\"5395\":10.8,\"5396\":17039.42,\"5397\":16966.05,\"5398\":5016.6,\"5399\":6404.49,\"5400\":4900.0,\"5401\":839.16,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":6832.8,\"5406\":6204.0,\"5407\":9340.24,\"5408\":958.47,\"5409\":7668.9,\"5410\":5.62,\"5411\":849.29,\"5412\":777.0,\"5413\":893.2,\"5414\":3046.12,\"5415\":6914.95,\"5416\":4900.0,\"5417\":947.99,\"5418\":961.7,\"5419\":894.47,\"5420\":1.45,\"5421\":15.0,\"5422\":9792.44,\"5423\":7541.35,\"5424\":7353.0,\"5425\":16948.61,\"5426\":17225.05,\"5427\":4778.7,\"5428\":3757.2,\"5429\":909.66,\"5430\":null,\"5431\":null,\"5432\":881.69,\"5433\":8279.7,\"5434\":68.9,\"5435\":913.39,\"5436\":732.43,\"5437\":null,\"5438\":897.22,\"5439\":3820.67,\"5440\":1960.2,\"5441\":7160.4,\"5442\":91994.33,\"5443\":2444.4,\"5444\":4933.66,\"5445\":468.05,\"5446\":null,\"5447\":404.66,\"5448\":13728.0,\"5449\":5924.59,\"5450\":191.4,\"5451\":3054.64,\"5452\":1749.66,\"5453\":757.17,\"5454\":1584.0,\"5455\":2805.0,\"5456\":21228.0,\"5457\":443424.06,\"5458\":438426.47,\"5459\":12968.0,\"5460\":991.65,\"5461\":10968.81,\"5462\":40598.38,\"5463\":null,\"5464\":7234.33,\"5465\":1045.35,\"5466\":null,\"5467\":2133.44,\"5468\":945.28,\"5469\":12890.51,\"5470\":628.32,\"5471\":null,\"5472\":39044.0,\"5473\":15412.14,\"5474\":6329.0,\"5475\":5586.5,\"5476\":null,\"5477\":254360.64,\"5478\":157669.24,\"5479\":7079.3,\"5480\":52032.0,\"5481\":null,\"5482\":null,\"5483\":253604.29,\"5484\":13609.18,\"5485\":264728.7,\"5486\":16135.04,\"5487\":18851.8,\"5488\":21703.13,\"5489\":11015.74,\"5490\":15870.71,\"5491\":null,\"5492\":1330.18,\"5493\":1321.64,\"5494\":586.71,\"5495\":214610.0,\"5496\":59009.28,\"5497\":1868.18,\"5498\":744.23,\"5499\":398.37,\"5500\":25111.63,\"5501\":null,\"5502\":2613.71,\"5503\":2289.6,\"5504\":884.65,\"5505\":888455.78,\"5506\":522191.87,\"5507\":552.0,\"5508\":7042.2,\"5509\":8414.6,\"5510\":797.94,\"5511\":192650.0,\"5512\":623.44,\"5513\":14400.0,\"5514\":23325.8,\"5515\":60136.85,\"5516\":69232.05,\"5517\":165463.84,\"5518\":null,\"5519\":null,\"5520\":356541.49,\"5521\":1057.49,\"5522\":41779.04,\"5523\":5662.61,\"5524\":493.28,\"5525\":687.67,\"5526\":788.85,\"5527\":337355.7,\"5528\":3620.1,\"5529\":527.14,\"5530\":767.88,\"5531\":549.89,\"5532\":4280.4,\"5533\":427.68,\"5534\":1101.82,\"5535\":14164.17,\"5536\":18687.58,\"5537\":8702.4,\"5538\":215.82,\"5539\":2547.0,\"5540\":102.3,\"5541\":332.04,\"5542\":30137.73,\"5543\":44079.5,\"5544\":1189.19,\"5545\":573084.05,\"5546\":66656.8,\"5547\":119995.54,\"5548\":1605.48,\"5549\":718.96,\"5550\":1062.04,\"5551\":1452.6,\"5552\":779586.6899999999,\"5553\":49634.89,\"5554\":532609.97,\"5555\":102400.0,\"5556\":153041.85,\"5557\":419027.08,\"5558\":140409.69,\"5559\":101547.17,\"5560\":null,\"5561\":794.36,\"5562\":1186.84,\"5563\":62846.05,\"5564\":10195.3,\"5565\":10642.35,\"5566\":67109.1,\"5567\":164727.12,\"5568\":168895.75,\"5569\":null,\"5570\":null,\"5571\":186083.94,\"5572\":22298.86,\"5573\":44677.74,\"5574\":48557.81,\"5575\":658.26,\"5576\":75495.57,\"5577\":1476.06,\"5578\":1425.6,\"5579\":2373.7,\"5580\":28066.73,\"5581\":31788.56,\"5582\":58424.28,\"5583\":58280.76,\"5584\":19295.07,\"5585\":657.12,\"5586\":4935.6,\"5587\":null,\"5588\":null,\"5589\":4492.79,\"5590\":313.9,\"5591\":5440.0,\"5592\":4888.94,\"5593\":227.64,\"5594\":1675.08,\"5595\":148.9,\"5596\":null,\"5597\":8214.0,\"5598\":8149.0,\"5599\":2406.8,\"5600\":4466.34,\"5601\":16333.55,\"5602\":9908.9,\"5603\":10227.54,\"5604\":1828.64,\"5605\":13001.9,\"5606\":12702.9,\"5607\":1602.0,\"5608\":1345.0,\"5609\":5022.0,\"5610\":10347.26,\"5611\":17358.6,\"5612\":18531.31,\"5613\":8211.6,\"5614\":null,\"5615\":7569.3,\"5616\":2018.0,\"5617\":1283.5,\"5618\":5584.86,\"5619\":3093.5,\"5620\":4479.0,\"5621\":421.41,\"5622\":1759.51,\"5623\":342.93,\"5624\":1964.0,\"5625\":149.13,\"5626\":10762.14,\"5627\":4787.73,\"5628\":16588.0,\"5629\":1405.2,\"5630\":2173.61,\"5631\":null,\"5632\":896.28,\"5633\":null,\"5634\":299.2,\"5635\":1082.7,\"5636\":2839.65,\"5637\":2201.9,\"5638\":38.88,\"5639\":7290.87,\"5640\":2000.0,\"5641\":5390.6,\"5642\":3880.56,\"5643\":62919.16,\"5644\":7191.47,\"5645\":1734.3,\"5646\":3764.87,\"5647\":7878.24,\"5648\":16129.59,\"5649\":10114.84,\"5650\":18270.11,\"5651\":null,\"5652\":13851.61,\"5653\":771.76,\"5654\":9453.39,\"5655\":9411.11,\"5656\":null,\"5657\":11625.78,\"5658\":41.92,\"5659\":2053.81,\"5660\":5428.18,\"5661\":4.01,\"5662\":67.23,\"5663\":3021.63,\"5664\":4771.52,\"5665\":3916.8,\"5666\":10119.72,\"5667\":776.11,\"5668\":19066.56,\"5669\":17451.03,\"5670\":8252.46,\"5671\":5252.4,\"5672\":10746.0,\"5673\":15997.75,\"5674\":16755.2,\"5675\":1101.6,\"5676\":89125.47,\"5677\":18203.11,\"5678\":18247.98,\"5679\":1.33,\"5680\":0.43,\"5681\":9116.4,\"5682\":977.7,\"5683\":398.75,\"5684\":8772.2,\"5685\":773.77,\"5686\":null,\"5687\":32058.12,\"5688\":26411.1,\"5689\":69645.93,\"5690\":1210.66,\"5691\":1339.29,\"5692\":36121.02,\"5693\":7603.75,\"5694\":7480.0,\"5695\":4196.4,\"5696\":9357.78,\"5697\":5580.9,\"5698\":5843.25,\"5699\":6828.08,\"5700\":7475.7,\"5701\":9665.1,\"5702\":706.73,\"5703\":4842.2,\"5704\":614.76,\"5705\":375.72,\"5706\":505.92,\"5707\":754.68,\"5708\":526.95,\"5709\":797.81,\"5710\":494.59,\"5711\":871.8,\"5712\":687.02,\"5713\":675.87,\"5714\":4168.8,\"5715\":917.4,\"5716\":4.8,\"5717\":15596.61,\"5718\":15650.46,\"5719\":3814.2,\"5720\":1483.07,\"5721\":4900.0,\"5722\":837.78,\"5723\":null,\"5724\":2.88,\"5725\":null,\"5726\":6795.0,\"5727\":5984.4,\"5728\":8542.45,\"5729\":796.23,\"5730\":12367.35,\"5731\":5.0,\"5732\":967.36,\"5733\":505.56,\"5734\":827.2,\"5735\":2545.84,\"5736\":5146.25,\"5737\":4900.0,\"5738\":811.55,\"5739\":698.21,\"5740\":801.68,\"5741\":300.92,\"5742\":114.0,\"5743\":10752.46,\"5744\":8551.52,\"5745\":2998.8,\"5746\":null,\"5747\":null,\"5748\":2077.5,\"5749\":null,\"5750\":920.85,\"5751\":925.08,\"5752\":1589.88,\"5753\":659.14,\"5754\":4293.3,\"5755\":71.79,\"5756\":778.06,\"5757\":457.01,\"5758\":7148.4,\"5759\":723.35,\"5760\":295.62,\"5761\":3820.67,\"5762\":1881.0,\"5763\":7152.0,\"5764\":409275.01,\"5765\":1944.0,\"5766\":null,\"5767\":467.39,\"5768\":null,\"5769\":null,\"5770\":null,\"5771\":12353.0,\"5772\":9897.46,\"5773\":198.0,\"5774\":3045.4,\"5775\":1749.0,\"5776\":763.65,\"5777\":4166.1,\"5778\":809.0,\"5779\":20796.0,\"5780\":60661.81,\"5781\":502296.65,\"5782\":12656.0,\"5783\":889.68,\"5784\":12053.1,\"5785\":41405.09,\"5786\":6490.0,\"5787\":659.53,\"5788\":3302.4,\"5789\":928.96,\"5790\":12279.62,\"5791\":630.52,\"5792\":null,\"5793\":55456.29,\"5794\":29267.0,\"5795\":null,\"5796\":4619.11,\"5797\":254676.06,\"5798\":157714.63,\"5799\":5613.25,\"5800\":508760.0,\"5801\":650858.47,\"5802\":230241.42,\"5803\":12971.04,\"5804\":395770.83,\"5805\":14044.79,\"5806\":18040.0,\"5807\":22969.7,\"5808\":10919.6,\"5809\":16856.52,\"5810\":null,\"5811\":1312.79,\"5812\":2261.81,\"5813\":591.21,\"5814\":170885.0,\"5815\":38495.51,\"5816\":1973.29,\"5817\":744.13,\"5818\":null,\"5819\":25645.54,\"5820\":null,\"5821\":2133.86,\"5822\":2289.6,\"5823\":null,\"5824\":null,\"5825\":891880.46,\"5826\":347681.53,\"5827\":114.0,\"5828\":6892.6,\"5829\":8393.79,\"5830\":793.76,\"5831\":186970.0,\"5832\":664.3,\"5833\":16128.0,\"5834\":23602.17,\"5835\":61165.82,\"5836\":69611.36,\"5837\":164453.76,\"5838\":1005.0,\"5839\":336352.0,\"5840\":null,\"5841\":null,\"5842\":5662.61,\"5843\":506.48,\"5844\":686.23,\"5845\":874.5,\"5846\":81164.76,\"5847\":3630.43,\"5848\":486.02,\"5849\":891.36,\"5850\":472.3,\"5851\":4051.2,\"5852\":427.68,\"5853\":1212.92,\"5854\":14144.8,\"5855\":16962.66,\"5856\":10065.6,\"5857\":null,\"5858\":385.37,\"5859\":2535.0,\"5860\":102.3,\"5861\":332.7,\"5862\":30387.93,\"5863\":50199.52,\"5864\":1187.12,\"5865\":407486.99,\"5866\":62897.38,\"5867\":120155.28,\"5868\":1604.1,\"5869\":724.68,\"5870\":1096.88,\"5871\":1346.4,\"5872\":771917.49,\"5873\":null,\"5874\":532257.89,\"5875\":null,\"5876\":154040.79,\"5877\":421707.21,\"5878\":140431.03,\"5879\":125233.09,\"5880\":null,\"5881\":797.02,\"5882\":511.12,\"5883\":73107.76,\"5884\":14288.58,\"5885\":14171.95,\"5886\":76893.5,\"5887\":163820.51,\"5888\":169902.15,\"5889\":null,\"5890\":null,\"5891\":83068.37,\"5892\":22588.24,\"5893\":43567.25,\"5894\":48111.86,\"5895\":653.94,\"5896\":75524.52,\"5897\":null,\"5898\":8111.4,\"5899\":2548.98,\"5900\":29812.24,\"5901\":32729.33,\"5902\":58430.34,\"5903\":null,\"5904\":17351.26,\"5905\":652.77,\"5906\":5410.8,\"5907\":33.6,\"5908\":null,\"5909\":6688.61,\"5910\":307.89,\"5911\":2480.0,\"5912\":9070.37,\"5913\":693.84,\"5914\":1711.6,\"5915\":72.34,\"5916\":7677.0,\"5917\":7441.0,\"5918\":2356.2,\"5919\":7097.48,\"5920\":15287.37,\"5921\":13702.87,\"5922\":14381.88,\"5923\":575.52,\"5924\":12762.5,\"5925\":12470.2,\"5926\":1240.8,\"5927\":1242.0,\"5928\":12798.0,\"5929\":19461.28,\"5930\":19485.21,\"5931\":10082.11,\"5932\":5256.0,\"5933\":7897.9,\"5934\":1860.0,\"5935\":1245.2,\"5936\":5772.54,\"5937\":3264.1,\"5938\":4049.0,\"5939\":421.41,\"5940\":1831.99,\"5941\":341.55,\"5942\":null,\"5943\":933.07,\"5944\":8233.54,\"5945\":1274.94,\"5946\":17936.6,\"5947\":1408.8,\"5948\":696.02,\"5949\":17.6,\"5950\":829.62,\"5951\":279.84,\"5952\":38.7,\"5953\":3063.17,\"5954\":2371.98,\"5955\":17.76,\"5956\":15725.41,\"5957\":2000.0,\"5958\":5274.1,\"5959\":3654.24,\"5960\":52519.8,\"5961\":14619.24,\"5962\":1409.38,\"5963\":9727.83,\"5964\":8117.28,\"5965\":16491.44,\"5966\":1875.34,\"5967\":17843.57,\"5968\":180311.84,\"5969\":null,\"5970\":845.02,\"5971\":9553.75,\"5972\":9669.0,\"5973\":9925.5,\"5974\":988.11,\"5975\":471.72,\"5976\":48.0,\"5977\":1624.96,\"5978\":3549.62,\"5979\":2.82,\"5980\":98.65,\"5981\":3031.55,\"5982\":3588.18,\"5983\":7408.8,\"5984\":10170.36,\"5985\":1514.09,\"5986\":11030.56,\"5987\":11117.46,\"5988\":5039.22,\"5989\":7891.2,\"5990\":11296.8,\"5991\":19792.63,\"5992\":19858.56,\"5993\":1065.6,\"5994\":82833.15,\"5995\":15953.37,\"5996\":15431.41,\"5997\":2.97,\"5998\":0.96,\"5999\":9224.4,\"6000\":1536.6,\"6001\":353.98,\"6002\":8736.32,\"6003\":641.75,\"6004\":null,\"6005\":24200.99,\"6006\":31858.05,\"6007\":84291.29,\"6008\":1192.18,\"6009\":1257.87,\"6010\":73405.14,\"6011\":8964.55,\"6012\":14000.0,\"6013\":5286.0,\"6014\":9384.0,\"6015\":7122.15,\"6016\":7554.15,\"6017\":8910.45,\"6018\":2161.5,\"6019\":2619.9,\"6020\":761.55,\"6021\":null,\"6022\":791.28,\"6023\":386.52,\"6024\":370.8,\"6025\":558.12,\"6026\":375.75,\"6027\":697.88,\"6028\":391.82,\"6029\":889.68,\"6030\":872.39,\"6031\":880.01,\"6032\":5419.2,\"6033\":830.4,\"6034\":318.0,\"6035\":13802.95,\"6036\":14511.68,\"6037\":7380.0,\"6038\":90.0,\"6039\":4900.0,\"6040\":528.42,\"6041\":114.6,\"6042\":null,\"6043\":12.49,\"6044\":8104.2,\"6045\":9722.4,\"6046\":8478.19,\"6047\":547.75,\"6048\":7006.5,\"6049\":6.19,\"6050\":106.5,\"6051\":320.88,\"6052\":966.9,\"6053\":2340.8,\"6054\":3959.45,\"6055\":4900.0,\"6056\":583.39,\"6057\":895.45,\"6058\":575.44,\"6059\":26.97,\"6060\":369.0,\"6061\":8186.1,\"6062\":7385.29,\"6063\":5702.4,\"6064\":15337.04,\"6065\":15642.72,\"6066\":5038.8,\"6067\":5970.0,\"6068\":652.81,\"6069\":658.22,\"6070\":2547.83,\"6071\":979.89,\"6072\":9190.5,\"6073\":74.82,\"6074\":872.49,\"6075\":469.08,\"6076\":4948.68,\"6077\":552.3,\"6078\":1233.75,\"6079\":3875.67,\"6080\":1894.2,\"6081\":7144.8,\"6082\":401943.7,\"6083\":1692.0,\"6084\":3546.25,\"6085\":null,\"6086\":null,\"6087\":417.12,\"6088\":13288.0,\"6089\":13596.13,\"6090\":null,\"6091\":3094.24,\"6092\":1758.9,\"6093\":767.56,\"6094\":2894.4,\"6095\":816.0,\"6096\":20296.0,\"6097\":194142.04,\"6098\":352698.47,\"6099\":13632.0,\"6100\":1135.86,\"6101\":16991.92,\"6102\":29846.67,\"6103\":7399.33,\"6104\":649.18,\"6105\":3702.08,\"6106\":921.58,\"6107\":11787.61,\"6108\":596.64,\"6109\":null,\"6110\":59238.61,\"6111\":29909.05,\"6112\":9315.0,\"6113\":4532.83,\"6114\":null,\"6115\":253676.05,\"6116\":158741.86,\"6117\":5497.97,\"6118\":137760.0,\"6119\":null,\"6120\":120664.85,\"6121\":207413.99,\"6122\":12356.2,\"6123\":321573.25,\"6124\":19449.55,\"6125\":17553.8,\"6126\":21807.33,\"6127\":11081.01,\"6128\":16402.03,\"6129\":null,\"6130\":1329.77,\"6131\":1472.69,\"6132\":null,\"6133\":585.33,\"6134\":156530.0,\"6135\":27714.41,\"6136\":2425.01,\"6137\":742.56,\"6138\":463.6,\"6139\":29890.47,\"6140\":null,\"6141\":null,\"6142\":2289.6,\"6143\":934.37,\"6144\":887136.98,\"6145\":263118.79,\"6146\":1170.0,\"6147\":6707.8,\"6148\":8375.87,\"6149\":828.96,\"6150\":null,\"6151\":652.76,\"6152\":14040.0,\"6153\":35902.06,\"6154\":69560.03,\"6155\":164990.98,\"6156\":null,\"6157\":null,\"6158\":456798.95,\"6159\":41232.95,\"6160\":8723.48,\"6161\":496.72,\"6162\":692.06,\"6163\":765.3,\"6164\":81207.31,\"6165\":3031.38,\"6166\":490.02,\"6167\":908.1,\"6168\":621.58,\"6169\":4573.2,\"6170\":426.6,\"6171\":19290.34,\"6172\":1043.13,\"6173\":14014.24,\"6174\":3379.05,\"6175\":15994.08,\"6176\":9216.0,\"6177\":null,\"6178\":380.89,\"6179\":2447.4,\"6180\":42.9,\"6181\":317.01,\"6182\":30044.21,\"6183\":43744.81,\"6184\":1183.97,\"6185\":1094209.29,\"6186\":38003.49,\"6187\":120734.39,\"6188\":1605.06,\"6189\":649.88,\"6190\":1032.5,\"6191\":1202.4,\"6192\":719326.03,\"6193\":50410.54,\"6194\":532100.67,\"6195\":101130.0,\"6196\":154057.73,\"6197\":425427.99,\"6198\":110275.83,\"6199\":124753.65,\"6200\":2063.0,\"6201\":796.74,\"6202\":657.37,\"6203\":77623.81,\"6204\":17345.55,\"6205\":13677.26,\"6206\":78053.99,\"6207\":158565.79,\"6208\":167711.75,\"6209\":null,\"6210\":null,\"6211\":121143.04,\"6212\":22049.37,\"6213\":44036.3,\"6214\":47809.57,\"6215\":639.51,\"6216\":77550.54,\"6217\":942.57,\"6218\":7152.2,\"6219\":2046.92,\"6220\":29463.05,\"6221\":32487.65,\"6222\":58719.34,\"6223\":16506.15,\"6224\":654.06,\"6225\":5410.8,\"6226\":3.0,\"6227\":null,\"6228\":6714.51,\"6229\":276.34,\"6230\":2240.0,\"6231\":9175.73,\"6232\":1416.12,\"6233\":1616.56,\"6234\":166.85,\"6235\":16905.0,\"6236\":6626.0,\"6237\":2224.2,\"6238\":5941.31,\"6239\":16152.83,\"6240\":17062.35,\"6241\":17739.75,\"6242\":1443.79,\"6243\":14039.2,\"6244\":13727.3,\"6245\":432.0,\"6246\":null,\"6247\":12690.0,\"6248\":19726.48,\"6249\":19653.95,\"6250\":10215.56,\"6251\":5356.8,\"6252\":10033.9,\"6253\":4698.0,\"6254\":null,\"6255\":1460.5,\"6256\":6240.36,\"6257\":3362.9,\"6258\":4840.0,\"6259\":421.41,\"6260\":2040.7,\"6261\":340.4,\"6262\":1921.0,\"6263\":1147.6,\"6264\":14095.22,\"6265\":5523.62,\"6266\":6343.95,\"6267\":1401.0,\"6268\":1222.63,\"6269\":259.6,\"6270\":806.52,\"6271\":0.09,\"6272\":301.4,\"6273\":910.8,\"6274\":1455.74,\"6275\":4486.61,\"6276\":null,\"6277\":11933.25,\"6278\":2000.0,\"6279\":5782.0,\"6280\":3447.24,\"6281\":67299.42,\"6282\":4898.94,\"6283\":2685.33,\"6284\":3718.96,\"6285\":5905.44,\"6286\":9696.91,\"6287\":1447.51,\"6288\":10051.04,\"6289\":197555.68,\"6290\":13548.4,\"6291\":1030.48,\"6292\":8486.18,\"6293\":8745.4,\"6294\":7797.0,\"6295\":2152.3,\"6296\":332.68,\"6297\":652.4,\"6298\":null,\"6299\":1929.94,\"6300\":3.55,\"6301\":36.15,\"6302\":1219.66,\"6303\":3567.81,\"6304\":6318.0,\"6305\":8469.4,\"6306\":1684.24,\"6307\":9434.67,\"6308\":10848.78,\"6309\":4694.15,\"6310\":5985.0,\"6311\":12967.2,\"6312\":19829.21,\"6313\":19929.03,\"6314\":244.2,\"6315\":89487.93,\"6316\":15097.64,\"6317\":16112.3,\"6318\":3.14,\"6319\":1.03,\"6320\":7946.4,\"6321\":1752.15,\"6322\":308.0,\"6323\":6116.16,\"6324\":723.13,\"6325\":null,\"6326\":29946.38,\"6327\":18178.12,\"6328\":53198.04,\"6329\":1190.26,\"6330\":1166.1,\"6331\":72435.3,\"6332\":5114.55,\"6333\":10240.0,\"6334\":5272.2,\"6335\":9353.64,\"6336\":7193.7,\"6337\":6836.63,\"6338\":9405.9,\"6339\":7384.5,\"6340\":8861.1,\"6341\":557.48,\"6342\":4634.3,\"6343\":780.72,\"6344\":478.2,\"6345\":467.76,\"6346\":505.23,\"6347\":297.87,\"6348\":799.28,\"6349\":687.31,\"6350\":831.12,\"6351\":681.21,\"6352\":661.97,\"6353\":5985.6,\"6354\":851.76,\"6355\":80.4,\"6356\":13438.07,\"6357\":14225.7,\"6358\":4773.6,\"6359\":1252.77,\"6360\":4900.0,\"6361\":499.44,\"6362\":2.88,\"6363\":null,\"6364\":7993.8,\"6365\":5029.2,\"6366\":8806.34,\"6367\":null,\"6368\":12862.35,\"6369\":12.98,\"6370\":639.23,\"6371\":177.72,\"6372\":599.5,\"6373\":2736.8,\"6374\":9205.75,\"6375\":4900.0,\"6376\":777.51,\"6377\":701.51,\"6378\":714.7,\"6379\":58.61,\"6380\":60.0,\"6381\":5682.81,\"6382\":4738.74,\"6383\":4195.2,\"6384\":14687.52,\"6385\":14607.86,\"6386\":5668.2,\"6387\":5903.1,\"6388\":862.0,\"6389\":857.19,\"6390\":645.15,\"6391\":761.26,\"6392\":6659.4,\"6393\":59.64,\"6394\":764.45,\"6395\":710.7,\"6396\":7682.46,\"6397\":null,\"6398\":2760.18,\"6399\":3864.67,\"6400\":1841.4,\"6401\":7146.0,\"6402\":404098.99,\"6403\":1695.6,\"6404\":2945.1,\"6405\":637.67,\"6406\":null,\"6407\":416.76,\"6408\":13376.0,\"6409\":13518.32,\"6410\":198.0,\"6411\":3088.3,\"6412\":1756.59,\"6413\":756.4,\"6414\":2075.4,\"6415\":811.0,\"6416\":16208.0,\"6417\":60523.52,\"6418\":349417.78,\"6419\":13000.0,\"6420\":1046.1,\"6421\":12017.65,\"6422\":37445.81,\"6423\":6669.67,\"6424\":608.93,\"6425\":3702.4,\"6426\":950.59,\"6427\":11679.84,\"6428\":639.98,\"6429\":null,\"6430\":49141.29,\"6431\":28969.95,\"6432\":7117.0,\"6433\":6111.95,\"6434\":939.79,\"6435\":253130.47,\"6436\":159574.97,\"6437\":5587.45,\"6438\":52440.0,\"6439\":null,\"6440\":60202.11,\"6441\":180829.35,\"6442\":13053.03,\"6443\":325422.12,\"6444\":15866.39,\"6445\":null,\"6446\":23715.53,\"6447\":10655.91,\"6448\":16925.61,\"6449\":107884.33,\"6450\":1267.05,\"6451\":1424.41,\"6452\":327.83,\"6453\":null,\"6454\":48672.69,\"6455\":1928.55,\"6456\":741.96,\"6457\":460.1,\"6458\":28836.14,\"6459\":91201.27,\"6460\":3405.15,\"6461\":2289.6,\"6462\":778.95,\"6463\":911519.72,\"6464\":516342.08,\"6465\":666.0,\"6466\":7865.0,\"6467\":6089.01,\"6468\":null,\"6469\":186840.0,\"6470\":608.29,\"6471\":14688.0,\"6472\":22774.93,\"6473\":69190.4,\"6474\":164624.84,\"6475\":null,\"6476\":600405.39,\"6477\":41377.27,\"6478\":8876.52,\"6479\":473.62,\"6480\":686.09,\"6481\":801.0,\"6482\":80838.57,\"6483\":3046.88,\"6484\":513.81,\"6485\":920.34,\"6486\":561.1,\"6487\":4318.8,\"6488\":420.12,\"6489\":1476.96,\"6490\":null,\"6491\":null,\"6492\":17966.7,\"6493\":8942.4,\"6494\":382.54,\"6495\":2554.8,\"6496\":105.6,\"6497\":278.95,\"6498\":29701.25,\"6499\":50134.37,\"6500\":1178.06,\"6501\":null,\"6502\":81474.15,\"6503\":120958.24,\"6504\":1601.34,\"6505\":643.06,\"6506\":2380.28,\"6507\":1164.6,\"6508\":771438.91,\"6509\":41751.27,\"6510\":531544.61,\"6511\":112080.0,\"6512\":153777.62,\"6513\":424501.66,\"6514\":142845.14,\"6515\":125968.01,\"6516\":2060.0,\"6517\":798.56,\"6518\":509.97,\"6519\":54147.82,\"6520\":8476.88,\"6521\":6347.28,\"6522\":60721.92,\"6523\":159138.02,\"6524\":164687.0,\"6525\":null,\"6526\":null,\"6527\":101915.73,\"6528\":22564.64,\"6529\":43935.02,\"6530\":47836.88,\"6531\":652.02,\"6532\":75491.77,\"6533\":1508.53,\"6534\":6461.4,\"6535\":2219.78,\"6536\":29831.65,\"6537\":32266.49,\"6538\":59190.85,\"6539\":19502.55,\"6540\":656.91,\"6541\":5623.2,\"6542\":null,\"6543\":null,\"6544\":6719.96,\"6545\":323.2,\"6546\":null,\"6547\":2000.0,\"6548\":9301.39,\"6549\":1417.68,\"6550\":1564.64,\"6551\":162.36,\"6552\":16279.0,\"6553\":9624.0,\"6554\":2404.6,\"6555\":6393.27,\"6556\":17095.61,\"6557\":19041.62,\"6558\":19352.26,\"6559\":2734.45,\"6560\":13029.7,\"6561\":12734.8,\"6562\":1401.6,\"6563\":3780.0,\"6564\":19675.7,\"6565\":19609.61,\"6566\":19546.02,\"6567\":7714.8,\"6568\":null,\"6569\":8677.9,\"6570\":4878.0,\"6571\":null,\"6572\":1373.1,\"6573\":5641.44,\"6574\":3096.5,\"6575\":4099.0,\"6576\":421.41,\"6577\":1688.17,\"6578\":337.18,\"6579\":1865.0,\"6580\":144.12,\"6581\":13648.16,\"6582\":4429.57,\"6583\":15741.23,\"6584\":955.8,\"6585\":1173.55,\"6586\":426.8,\"6587\":902.22,\"6588\":null,\"6589\":388.96,\"6590\":982.8,\"6591\":2526.48,\"6592\":6377.97,\"6593\":94.08,\"6594\":7990.62,\"6595\":2000.0,\"6596\":5909.3,\"6597\":5888.46,\"6598\":41334.14,\"6599\":13696.99,\"6600\":1071.1,\"6601\":5205.39,\"6602\":5646.24,\"6603\":null,\"6604\":15206.66,\"6605\":3410.1,\"6606\":16564.65,\"6607\":57662.52,\"6608\":7312.89,\"6609\":919.16,\"6610\":9343.52,\"6611\":8894.79,\"6612\":9852.0,\"6613\":7341.19,\"6614\":497.64,\"6615\":484.4,\"6616\":548.78,\"6617\":8345.15,\"6618\":3.5,\"6619\":92.53,\"6620\":2767.44,\"6621\":4164.04,\"6622\":7556.4,\"6623\":10081.85,\"6624\":2280.44,\"6625\":19607.55,\"6626\":17103.04,\"6627\":8247.37,\"6628\":4811.4,\"6629\":9892.8,\"6630\":19872.74,\"6631\":19923.34,\"6632\":1150.2,\"6633\":81899.97,\"6634\":10677.55,\"6635\":11951.94,\"6636\":5.55,\"6637\":1.89,\"6638\":7375.2,\"6639\":3391.95,\"6640\":297.88,\"6641\":302.68,\"6642\":null,\"6643\":46.5,\"6644\":30434.68,\"6645\":22145.91,\"6646\":79845.16,\"6647\":1488.8,\"6648\":1400.01,\"6649\":83524.86,\"6650\":8985.2,\"6651\":9000.0,\"6652\":3832.8,\"6653\":7675.56,\"6654\":1689.08,\"6655\":6098.85,\"6656\":9914.85,\"6657\":6981.6,\"6658\":8899.5,\"6659\":585.9,\"6660\":3455.1,\"6661\":590.52,\"6662\":405.96,\"6663\":504.12,\"6664\":743.25,\"6665\":614.01,\"6666\":357.25,\"6667\":553.88,\"6668\":871.56,\"6669\":479.74,\"6670\":450.6,\"6671\":6711.6,\"6672\":541.08,\"6673\":873.6,\"6674\":15277.56,\"6675\":14387.79,\"6676\":6433.2,\"6677\":111.18,\"6678\":4900.0,\"6679\":818.67,\"6680\":957.0,\"6681\":null,\"6682\":9145.2,\"6683\":4033.2,\"6684\":5446.84,\"6685\":406.24,\"6686\":9448.65,\"6687\":12.74,\"6688\":829.86,\"6689\":788.4,\"6690\":986.7,\"6691\":2701.16,\"6692\":6824.1,\"6693\":4900.0,\"6694\":419.44,\"6695\":482.35,\"6696\":733.54,\"6697\":950.88,\"6698\":870.0,\"6699\":7327.69,\"6700\":7394.07,\"6701\":6098.4,\"6702\":12697.22,\"6703\":11260.35,\"6704\":7910.7,\"6705\":6153.3,\"6706\":639.83,\"6707\":878.09,\"6708\":724.5,\"6709\":470.79,\"6710\":6695.7,\"6711\":566.84,\"6712\":842.66,\"6713\":373.98,\"6714\":5441.34,\"6715\":494.21,\"6716\":2789.02,\"6717\":3883.0,\"6718\":1788.6,\"6719\":7140.0,\"6720\":400095.12,\"6721\":1861.2,\"6722\":3843.15,\"6723\":711.48,\"6724\":null,\"6725\":null,\"6726\":417.74,\"6727\":12749.0,\"6728\":14193.76,\"6729\":198.0,\"6730\":3003.49,\"6731\":1750.98,\"6732\":757.53,\"6733\":2211.3,\"6734\":811.0,\"6735\":17400.0,\"6736\":60366.95,\"6737\":378535.93,\"6738\":12376.0,\"6739\":1219.68,\"6740\":17000.8,\"6741\":46614.89,\"6742\":7355.33,\"6743\":969.45,\"6744\":3702.4,\"6745\":908.64,\"6746\":12262.18,\"6747\":null,\"6748\":null,\"6749\":25946.92,\"6750\":27102.42,\"6751\":12290.0,\"6752\":8470.0,\"6753\":939.79,\"6754\":245187.64,\"6755\":158081.97,\"6756\":9949.18,\"6757\":113088.0,\"6758\":368350.0,\"6759\":null,\"6760\":159314.62,\"6761\":18558.42,\"6762\":328433.69,\"6763\":17924.46,\"6764\":17888.2,\"6765\":23820.94,\"6766\":10945.9,\"6767\":16159.53,\"6768\":null,\"6769\":1247.8,\"6770\":2297.41,\"6771\":587.96,\"6772\":177925.0,\"6773\":39692.12,\"6774\":2025.15,\"6775\":738.91,\"6776\":455.84,\"6777\":33564.91,\"6778\":90924.06,\"6779\":973.61,\"6780\":2289.6,\"6781\":15.4,\"6782\":925.16,\"6783\":976962.16,\"6784\":176901.23,\"6785\":402.0,\"6786\":8437.0,\"6787\":6031.47,\"6788\":769.94,\"6789\":null,\"6790\":605.57,\"6791\":10224.0,\"6792\":24638.07,\"6793\":69435.61,\"6794\":164793.0,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":998.09,\"6799\":18034.16,\"6800\":40237.75,\"6801\":7958.26,\"6802\":485.76,\"6803\":686.48,\"6804\":1685.7,\"6805\":80982.59,\"6806\":2203.39,\"6807\":449.59,\"6808\":907.38,\"6809\":616.57,\"6810\":4369.2,\"6811\":425.76,\"6812\":803.38,\"6813\":14088.13,\"6814\":4357.35,\"6815\":16181.64,\"6816\":5347.2,\"6817\":378.84,\"6818\":2554.2,\"6819\":102.3,\"6820\":331.35,\"6821\":29787.46,\"6822\":50026.7,\"6823\":1184.46,\"6824\":null,\"6825\":73757.95,\"6826\":119980.34,\"6827\":1602.3,\"6828\":652.74,\"6829\":1892.03,\"6830\":1384.2,\"6831\":null,\"6832\":447764.11,\"6833\":39374.12,\"6834\":531542.79,\"6835\":null,\"6836\":null,\"6837\":100895.85,\"6838\":424717.19,\"6839\":141325.54,\"6840\":124647.6,\"6841\":2057.0,\"6842\":796.6,\"6843\":733.5,\"6844\":72861.15,\"6845\":15881.12,\"6846\":13681.76,\"6847\":63671.19,\"6848\":165423.73,\"6849\":169739.35,\"6850\":null,\"6851\":null,\"6852\":102905.59,\"6853\":22553.64,\"6854\":44109.15,\"6855\":47621.21,\"6856\":649.41,\"6857\":75537.48,\"6858\":1283.81,\"6859\":6916.8,\"6860\":2921.68,\"6861\":26074.48,\"6862\":32286.28,\"6863\":58806.0,\"6864\":19571.9,\"6865\":655.77,\"6866\":5623.2,\"6867\":null,\"6868\":0.6,\"6869\":null,\"6870\":6724.25,\"6871\":255.49,\"6872\":null,\"6873\":6480.0,\"6874\":9110.93,\"6875\":1503.12,\"6876\":1644.28,\"6877\":154.7,\"6878\":null,\"6879\":15082.0,\"6880\":8845.0,\"6881\":2310.0,\"6882\":5422.76,\"6883\":10710.01,\"6884\":19531.6,\"6885\":19852.69,\"6886\":2207.19,\"6887\":13021.8,\"6888\":12740.7,\"6889\":1312.8,\"6890\":13662.0,\"6891\":16262.05,\"6892\":19475.0,\"6893\":15535.95,\"6894\":4719.6,\"6895\":489.2,\"6896\":16182.2,\"6897\":4896.0,\"6898\":1317.2,\"6899\":1740.18,\"6900\":3113.6,\"6901\":4734.0,\"6902\":421.41,\"6903\":2162.4,\"6904\":337.87,\"6905\":1676.0,\"6906\":233.82,\"6907\":11780.21,\"6908\":3162.47,\"6909\":16697.98,\"6910\":432.0,\"6911\":1199.83,\"6912\":129.07,\"6913\":880.44,\"6914\":340.12,\"6915\":520.2,\"6916\":2190.21,\"6917\":6014.04,\"6918\":225.12,\"6919\":6681.42,\"6920\":2000.0,\"6921\":5552.6,\"6922\":4337.34,\"6923\":40016.81,\"6924\":9229.52,\"6925\":1944.96,\"6926\":9733.57,\"6927\":2263.68,\"6928\":1030.15,\"6929\":15594.45,\"6930\":5335.59,\"6931\":17491.16,\"6932\":193672.61,\"6933\":5842.45,\"6934\":1084.82,\"6935\":6566.26,\"6936\":6528.48,\"6937\":6859.5,\"6938\":9340.94,\"6939\":270.44,\"6940\":397.2,\"6941\":1806.08,\"6942\":1742.87,\"6943\":2.34,\"6944\":37.8,\"6945\":2765.3,\"6946\":5697.41,\"6947\":6404.4,\"6948\":6878.1,\"6949\":2911.98,\"6950\":2816.38,\"6951\":2072.99,\"6952\":815.56,\"6953\":4278.6,\"6954\":8690.4,\"6955\":19637.02,\"6956\":19923.37,\"6957\":1063.8,\"6958\":79541.92,\"6959\":11648.89,\"6960\":10478.82,\"6961\":2.41,\"6962\":0.78,\"6963\":6271.2,\"6964\":1696.8,\"6965\":172.48,\"6966\":6169.52,\"6967\":288.17,\"6968\":null,\"6969\":15311.05,\"6970\":22513.98,\"6971\":71978.54,\"6972\":2012.95,\"6973\":721.74,\"6974\":43151.83,\"6975\":4753.35,\"6976\":7960.0,\"6977\":3339.6,\"6978\":6146.52,\"6979\":6827.4,\"6980\":6907.95,\"6981\":9326.93,\"6982\":3641.7,\"6983\":4541.4,\"6984\":377.7,\"6985\":1305.7,\"6986\":720.84,\"6987\":426.96,\"6988\":479.04,\"6989\":125.43,\"6990\":123.18,\"6991\":368.03,\"6992\":359.95,\"6993\":602.4,\"6994\":571.46,\"6995\":549.9,\"6996\":4580.4,\"6997\":685.8,\"6998\":598.8,\"6999\":9942.42,\"7000\":9952.9,\"7001\":3171.6,\"7002\":null,\"7003\":4900.0,\"7004\":96.27,\"7005\":null,\"7006\":130.92,\"7007\":5934.6,\"7008\":6218.4,\"7009\":5628.43,\"7010\":593.72,\"7011\":9294.75,\"7012\":3.44,\"7013\":829.84,\"7014\":176.28,\"7015\":337.7,\"7016\":1237.72,\"7017\":5508.5,\"7018\":4900.0,\"7019\":601.9,\"7020\":577.98,\"7021\":409.39,\"7022\":77.75,\"7023\":72.0,\"7024\":7330.5,\"7025\":6511.86,\"7026\":6697.2,\"7027\":10200.67,\"7028\":10109.74,\"7029\":5462.1,\"7030\":6441.9,\"7031\":524.22,\"7032\":532.18,\"7033\":null,\"7034\":560.71,\"7035\":6817.8,\"7036\":407.88,\"7037\":360.53,\"7038\":2708.94,\"7039\":589.83,\"7040\":2131.53,\"7041\":3872.0,\"7042\":null,\"7043\":7164.0,\"7044\":396528.09,\"7045\":1850.4,\"7046\":3840.83,\"7047\":712.03,\"7048\":39.95,\"7049\":417.81,\"7050\":14036.0,\"7051\":16543.94,\"7052\":72.6,\"7053\":3061.08,\"7054\":1757.91,\"7055\":780.84,\"7056\":1788.3,\"7057\":2068.0,\"7058\":10484.0,\"7059\":457594.84,\"7060\":500541.59,\"7061\":12024.0,\"7062\":511.17,\"7063\":16986.38,\"7064\":65825.51,\"7065\":6864.0,\"7066\":1171.85,\"7067\":3702.08,\"7068\":897.84,\"7069\":12303.36,\"7070\":368.94,\"7071\":null,\"7072\":29326.99,\"7073\":26121.45,\"7074\":9517.0,\"7075\":9903.14,\"7076\":939.79,\"7077\":249044.16,\"7078\":158605.6,\"7079\":9943.47,\"7080\":30864.0,\"7081\":null,\"7082\":120649.74,\"7083\":126743.54,\"7084\":42003.65,\"7085\":33353.16,\"7086\":23372.51,\"7087\":17294.2,\"7088\":18505.46,\"7089\":10262.96,\"7090\":16934.01,\"7091\":171284.67,\"7092\":1343.02,\"7093\":2305.85,\"7094\":571.33,\"7095\":305800.0,\"7096\":23082.74,\"7097\":2366.59,\"7098\":736.06,\"7099\":448.44,\"7100\":38923.38,\"7101\":164334.34,\"7102\":null,\"7103\":1947.6,\"7104\":923.09,\"7105\":946684.35,\"7106\":null,\"7107\":354.0,\"7108\":6366.8,\"7109\":2239.85,\"7110\":769.94,\"7111\":205070.0,\"7112\":631.49,\"7113\":14256.0,\"7114\":11883.18,\"7115\":null,\"7116\":69682.07,\"7117\":164669.32,\"7118\":null,\"7119\":403972.0,\"7120\":40388.79,\"7121\":4438.26,\"7122\":486.55,\"7123\":688.9,\"7124\":1174.5,\"7125\":80324.48,\"7126\":2218.88,\"7127\":530.81,\"7128\":929.34,\"7129\":631.28,\"7130\":3969.6,\"7131\":425.64,\"7132\":1425.59,\"7133\":19254.06,\"7134\":3058.65,\"7135\":17270.63,\"7136\":5534.4,\"7137\":362.93,\"7138\":2469.6,\"7139\":165.0,\"7140\":255.49,\"7141\":29899.27,\"7142\":50194.69,\"7143\":1183.87,\"7144\":890854.09,\"7145\":86346.27,\"7146\":121299.61,\"7147\":1551.06,\"7148\":718.52,\"7149\":null,\"7150\":1260.0,\"7151\":59817.13,\"7152\":50784.58,\"7153\":52092.02,\"7154\":533375.23,\"7155\":16977.41,\"7156\":null,\"7157\":154505.73,\"7158\":425901.8,\"7159\":140896.69,\"7160\":125429.66,\"7161\":437.0,\"7162\":794.92,\"7163\":579.12,\"7164\":62977.57,\"7165\":17249.0,\"7166\":17126.1,\"7167\":77102.52,\"7168\":165388.05,\"7169\":168416.6,\"7170\":null,\"7171\":null,\"7172\":154398.38,\"7173\":22588.24,\"7174\":42977.54,\"7175\":47747.11,\"7176\":648.48,\"7177\":75661.95,\"7178\":1428.27,\"7179\":6120.4,\"7180\":2856.59,\"7181\":30298.06,\"7182\":31901.96,\"7183\":57982.12,\"7184\":null,\"7185\":19395.59,\"7186\":654.72,\"7187\":5623.2,\"7188\":null,\"7189\":null,\"7190\":6753.95,\"7191\":306.31,\"7192\":6960.0,\"7193\":9464.01,\"7194\":1629.36,\"7195\":1726.12,\"7196\":160.38,\"7197\":null,\"7198\":14427.0,\"7199\":10631.0,\"7200\":2422.2,\"7201\":5925.43,\"7202\":13485.25,\"7203\":15454.34,\"7204\":16177.51,\"7205\":1966.07,\"7206\":13903.2,\"7207\":13593.5,\"7208\":145.2,\"7209\":11286.0,\"7210\":19653.91,\"7211\":19592.34,\"7212\":15919.16,\"7213\":1764.0,\"7214\":456.7,\"7215\":13456.4,\"7216\":4794.0,\"7217\":null,\"7218\":1265.7,\"7219\":3921.96,\"7220\":3856.9,\"7221\":4664.0,\"7222\":421.41,\"7223\":1297.13,\"7224\":337.18,\"7225\":1964.0,\"7226\":207.78,\"7227\":11087.79,\"7228\":4645.72,\"7229\":14402.45,\"7230\":971.4,\"7231\":1222.03,\"7232\":173.07,\"7233\":886.38,\"7234\":411.84,\"7235\":null,\"7236\":919.82,\"7237\":2457.71,\"7238\":5.28,\"7239\":15973.71,\"7240\":2000.0,\"7241\":5275.0,\"7242\":6930.36,\"7243\":103260.43,\"7244\":9500.66,\"7245\":1312.88,\"7246\":5153.74,\"7247\":5136.48,\"7248\":null,\"7249\":15596.92,\"7250\":5013.0,\"7251\":16505.68,\"7252\":null,\"7253\":6664.73,\"7254\":503.8,\"7255\":8238.48,\"7256\":8350.44,\"7257\":7371.0,\"7258\":7087.68,\"7259\":381.88,\"7260\":485.6,\"7261\":825.99,\"7262\":7061.5,\"7263\":null,\"7264\":36.78,\"7265\":3067.52,\"7266\":3756.38,\"7267\":7992.0,\"7268\":8097.58,\"7269\":1286.9,\"7270\":9817.36,\"7271\":9213.46,\"7272\":4154.24,\"7273\":3814.2,\"7274\":5835.6,\"7275\":19907.48,\"7276\":19920.72,\"7277\":999.6,\"7278\":62093.67,\"7279\":4394.26,\"7280\":4344.14,\"7281\":3.92,\"7282\":1.31,\"7283\":8454.0,\"7284\":null,\"7285\":299.31,\"7286\":6277.62,\"7287\":587.07,\"7288\":null,\"7289\":31993.7,\"7290\":15760.4,\"7291\":68084.4,\"7292\":1422.63,\"7293\":1471.08,\"7294\":42123.14,\"7295\":5232.15,\"7296\":10520.0,\"7297\":3084.0,\"7298\":8209.62,\"7299\":6727.5,\"7300\":7877.48,\"7301\":9685.8,\"7302\":2478.9,\"7303\":3278.1,\"7304\":626.91,\"7305\":5228.3,\"7306\":341.04,\"7307\":194.88,\"7308\":356.52,\"7309\":500.46,\"7310\":372.96,\"7311\":514.19,\"7312\":514.44,\"7313\":662.88,\"7314\":966.4,\"7315\":998.11,\"7316\":8930.4,\"7317\":241.56,\"7318\":586.8,\"7319\":14381.5,\"7320\":14528.06,\"7321\":5776.2,\"7322\":11963.15,\"7323\":4900.0,\"7324\":467.61,\"7325\":null,\"7326\":null,\"7327\":3399.86,\"7328\":5284.5,\"7329\":7896.0,\"7330\":2942.16,\"7331\":920.55,\"7332\":10032.75,\"7333\":5.32,\"7334\":829.83,\"7335\":692.88,\"7336\":777.7,\"7337\":836.44,\"7338\":3086.6,\"7339\":4900.0,\"7340\":922.8,\"7341\":968.58,\"7342\":659.23,\"7343\":27.24,\"7344\":360.0,\"7345\":6214.42,\"7346\":6808.67,\"7347\":5607.6,\"7348\":12842.42,\"7349\":14539.3,\"7350\":6684.0,\"7351\":5410.8,\"7352\":451.57,\"7353\":455.05,\"7354\":944.89,\"7355\":7837.5,\"7356\":36.39,\"7357\":724.98,\"7358\":9.46,\"7359\":6537.06,\"7360\":977.67,\"7361\":669.06,\"7362\":3857.33,\"7363\":1900.8,\"7364\":7177.2,\"7365\":125149.1,\"7366\":1857.6,\"7367\":3645.62,\"7368\":710.71,\"7369\":10.12,\"7370\":430.2,\"7371\":13937.0,\"7372\":18310.39,\"7373\":198.0,\"7374\":1170.02,\"7375\":1750.65,\"7376\":769.05,\"7377\":1586.7,\"7378\":2157.0,\"7379\":16032.0,\"7380\":60656.8,\"7381\":502354.95,\"7382\":14032.0,\"7383\":1573.44,\"7384\":18352.56,\"7385\":28986.64,\"7386\":8176.67,\"7387\":946.16,\"7388\":3704.0,\"7389\":919.64,\"7390\":15614.31,\"7391\":607.64,\"7392\":null,\"7393\":63618.38,\"7394\":25139.21,\"7395\":7110.0,\"7396\":5564.11,\"7397\":940.78,\"7398\":246572.77,\"7399\":156287.0,\"7400\":6934.73,\"7401\":509540.0,\"7402\":98278.02,\"7403\":19982.13,\"7404\":32937.24,\"7405\":16805.86,\"7406\":16867.4,\"7407\":23667.56,\"7408\":10117.79,\"7409\":17514.56,\"7410\":171258.43,\"7411\":1407.39,\"7412\":2207.51,\"7413\":570.58,\"7414\":null,\"7415\":30361.53,\"7416\":2267.92,\"7417\":746.89,\"7418\":392.67,\"7419\":40097.19,\"7420\":90479.72,\"7421\":null,\"7422\":1965.0,\"7423\":745.5,\"7424\":1125564.2,\"7425\":155074.85,\"7426\":438.0,\"7427\":7497.6,\"7428\":7590.01,\"7429\":800.58,\"7430\":207080.0,\"7431\":642.43,\"7432\":15444.0,\"7433\":35437.2,\"7434\":69287.08,\"7435\":165087.45,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":8417.39,\"7441\":508.99,\"7442\":674.28,\"7443\":933.6,\"7444\":81302.69,\"7445\":2215.44,\"7446\":null,\"7447\":888.66,\"7448\":607.22,\"7449\":4231.2,\"7450\":424.8,\"7451\":1233.85,\"7452\":19272.0,\"7453\":1157.85,\"7454\":19782.93,\"7455\":7924.8,\"7456\":383.79,\"7457\":2576.4,\"7458\":224.4,\"7459\":306.38,\"7460\":29508.12,\"7461\":25190.49,\"7462\":1140.04,\"7463\":1026824.47,\"7464\":84869.69,\"7465\":820002.03,\"7466\":1605.06,\"7467\":664.84,\"7468\":1590.9,\"7469\":1486.8,\"7470\":59193.14,\"7471\":null,\"7472\":533430.13,\"7473\":null,\"7474\":153305.73,\"7475\":225384.63,\"7476\":141432.93,\"7477\":74115.73,\"7478\":2048.0,\"7479\":795.06,\"7480\":1989.47,\"7481\":56251.06,\"7482\":14728.25,\"7483\":13538.45,\"7484\":54585.04,\"7485\":158889.94,\"7486\":170031.65,\"7487\":null,\"7488\":null,\"7489\":181494.59,\"7490\":22603.9,\"7491\":44253.47,\"7492\":47859.75,\"7493\":648.93,\"7494\":75741.7,\"7495\":1323.91,\"7496\":8342.4,\"7497\":2868.07,\"7498\":29919.51,\"7499\":32025.39,\"7500\":58630.43,\"7501\":58183.13,\"7502\":19597.94,\"7503\":653.37,\"7504\":5623.2,\"7505\":null,\"7506\":null,\"7507\":6742.73,\"7508\":310.79,\"7509\":400.31,\"7510\":10080.0,\"7511\":9471.01,\"7512\":1611.6,\"7513\":1770.56,\"7514\":153.38,\"7515\":10520.0,\"7516\":8563.0,\"7517\":2268.2,\"7518\":4876.92,\"7519\":15249.58,\"7520\":13403.55,\"7521\":14080.14,\"7522\":1809.87,\"7523\":13552.6,\"7524\":13260.0,\"7525\":5289.6,\"7526\":12816.0,\"7527\":19572.3,\"7528\":18553.66,\"7529\":19390.45,\"7530\":6847.2,\"7531\":620.2,\"7532\":8815.6,\"7533\":11690.0,\"7534\":197.59,\"7535\":1530.5,\"7536\":5573.82,\"7537\":3044.7,\"7538\":3572.0,\"7539\":421.41,\"7540\":2620.79,\"7541\":333.27,\"7542\":1999.0,\"7543\":1221.93,\"7544\":13546.09,\"7545\":7800.94,\"7546\":16756.78,\"7547\":1072.2,\"7548\":5551.97,\"7549\":1029.6,\"7550\":825.0,\"7551\":322.52,\"7552\":3702.49,\"7553\":8055.2,\"7554\":11.52,\"7555\":9375.05,\"7556\":1000.0,\"7557\":5094.4,\"7558\":5372.34,\"7559\":101891.53,\"7560\":13164.44,\"7561\":4056.07,\"7562\":9750.78,\"7563\":7513.92,\"7564\":14241.32,\"7565\":9079.52,\"7566\":16194.88,\"7567\":null,\"7568\":5547.27,\"7569\":2055.9,\"7570\":8411.7,\"7571\":8609.92,\"7572\":9561.0,\"7573\":9342.11,\"7574\":319.12,\"7575\":339.2,\"7576\":2972.71,\"7577\":6007.03,\"7578\":1.34,\"7579\":71.24,\"7580\":3120.69,\"7581\":4480.47,\"7582\":4996.8,\"7583\":8558.7,\"7584\":3641.21,\"7585\":19556.46,\"7586\":17437.72,\"7587\":6695.02,\"7588\":7245.0,\"7589\":9655.2,\"7590\":19821.87,\"7591\":19954.17,\"7592\":2182.8,\"7593\":88173.72,\"7594\":17645.59,\"7595\":18198.76,\"7596\":3.09,\"7597\":1.03,\"7598\":7725.6,\"7599\":3041.7,\"7600\":326.37,\"7601\":9039.0,\"7602\":717.22,\"7603\":0.45,\"7604\":35015.61,\"7605\":25416.14,\"7606\":81551.23,\"7607\":1325.06,\"7608\":1602.87,\"7609\":91619.26,\"7610\":7450.1,\"7611\":14920.0,\"7612\":5407.2,\"7613\":8964.48,\"7614\":6046.65,\"7615\":6491.25,\"7616\":10267.2,\"7617\":7205.4,\"7618\":8230.2,\"7619\":741.84,\"7620\":857.88,\"7621\":487.08,\"7622\":534.6,\"7623\":872.37,\"7624\":606.96,\"7625\":757.88,\"7626\":683.49,\"7627\":730.68,\"7628\":null,\"7629\":null,\"7630\":6217.2,\"7631\":888.72,\"7632\":1099.2,\"7633\":17189.98,\"7634\":17230.36,\"7635\":7428.6,\"7636\":10117.92,\"7637\":4900.0,\"7638\":620.55,\"7639\":2255.4,\"7640\":1311.0,\"7641\":12.5,\"7642\":6798.6,\"7643\":5632.8,\"7644\":8123.24,\"7645\":985.93,\"7646\":15872.85,\"7647\":7.35,\"7648\":829.86,\"7649\":549.6,\"7650\":616.0,\"7651\":2978.8,\"7652\":7691.2,\"7653\":4900.0,\"7654\":937.15,\"7655\":961.11,\"7656\":821.34,\"7657\":639.67,\"7658\":153.0,\"7659\":9218.57,\"7660\":8495.72,\"7661\":8303.4,\"7662\":17758.03,\"7663\":17323.52,\"7664\":4649.4,\"7665\":5658.9,\"7666\":727.43,\"7667\":730.03,\"7668\":null,\"7669\":949.96,\"7670\":4907.1,\"7671\":735.89,\"7672\":72.44,\"7673\":904.94,\"7674\":913.91,\"7675\":5439.96,\"7676\":980.72,\"7677\":2036.03,\"7678\":3875.67,\"7679\":1808.4,\"7680\":7166.4,\"7681\":172567.5,\"7682\":1857.6,\"7683\":3641.48,\"7684\":710.71,\"7685\":null,\"7686\":120.0,\"7687\":430.95,\"7688\":5071.0,\"7689\":15215.44,\"7690\":198.0,\"7691\":2172.88,\"7692\":1819.29,\"7693\":757.03,\"7694\":2324.7,\"7695\":2168.0,\"7696\":17356.0,\"7697\":60151.68,\"7698\":500852.65,\"7699\":13768.0,\"7700\":1045.11,\"7701\":17538.2,\"7702\":26409.23,\"7703\":8176.67,\"7704\":1082.44,\"7705\":3702.4,\"7706\":963.09,\"7707\":16663.35,\"7708\":625.24,\"7709\":null,\"7710\":64454.3,\"7711\":23306.19,\"7712\":7195.0,\"7713\":4811.05,\"7714\":939.79,\"7715\":131518.7,\"7716\":142388.06,\"7717\":5915.54,\"7718\":null,\"7719\":142535.27,\"7720\":15598.6,\"7721\":37922.97,\"7722\":22317.62,\"7723\":18706.6,\"7724\":22697.32,\"7725\":9941.36,\"7726\":16770.6,\"7727\":33193.48,\"7728\":1330.6,\"7729\":1576.47,\"7730\":577.96,\"7731\":null,\"7732\":61797.47,\"7733\":2281.14,\"7734\":740.19,\"7735\":424.71,\"7736\":37365.37,\"7737\":90145.4,\"7738\":null,\"7739\":1907.4,\"7740\":null,\"7741\":865.43,\"7742\":1124409.26,\"7743\":0.06,\"7744\":612.0,\"7745\":6890.4,\"7746\":7527.98,\"7747\":818.62,\"7748\":204640.0,\"7749\":627.77,\"7750\":14868.0,\"7751\":8990.6,\"7752\":69108.59,\"7753\":145286.99,\"7754\":85.0,\"7755\":342838.0,\"7756\":null,\"7757\":null,\"7758\":8723.48,\"7759\":489.46,\"7760\":463.82,\"7761\":1270.2,\"7762\":80596.22,\"7763\":2177.57,\"7764\":535.19,\"7765\":1101.6,\"7766\":581.11,\"7767\":3424.8,\"7768\":425.88,\"7769\":19283.0,\"7770\":1383.35,\"7771\":19270.56,\"7772\":4488.75,\"7773\":19358.97,\"7774\":8131.2,\"7775\":382.01,\"7776\":2572.2,\"7777\":237.6,\"7778\":329.67,\"7779\":29563.27,\"7780\":49353.43,\"7781\":1186.43,\"7782\":938646.76,\"7783\":25286.81,\"7784\":120178.53,\"7785\":1612.14,\"7786\":621.06,\"7787\":1267.11,\"7788\":1139.4,\"7789\":243016.39,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":140838.34,\"7794\":120755.54,\"7795\":2038.0,\"7796\":795.34,\"7797\":604.61,\"7798\":69221.5,\"7799\":16872.43,\"7800\":16954.41,\"7801\":54634.61,\"7802\":68998.48,\"7803\":67636.0,\"7804\":null,\"7805\":22502.9,\"7806\":44439.74,\"7807\":47672.26,\"7808\":647.04,\"7809\":75349.92,\"7810\":896.38,\"7811\":8113.6,\"7812\":2903.08,\"7813\":30121.81,\"7814\":null,\"7815\":57680.14,\"7816\":57846.33,\"7817\":19330.29,\"7818\":652.05,\"7819\":5922.0,\"7820\":null,\"7821\":null,\"7822\":6730.68,\"7823\":276.08,\"7824\":5204.06,\"7825\":null,\"7826\":9443.37,\"7827\":849.72,\"7828\":1777.6,\"7829\":181.9,\"7830\":12770.0,\"7831\":9273.0,\"7832\":2670.8,\"7833\":8863.82,\"7834\":16225.66,\"7835\":19552.64,\"7836\":19678.31,\"7837\":620.4,\"7838\":13773.6,\"7839\":13473.9,\"7840\":481.2,\"7841\":13590.0,\"7842\":19302.49,\"7843\":18360.73,\"7844\":19075.98,\"7845\":5724.0,\"7846\":573.9,\"7847\":9664.0,\"7848\":8940.0,\"7849\":null,\"7850\":1332.1,\"7851\":6058.2,\"7852\":3078.9,\"7853\":1073.0,\"7854\":421.41,\"7855\":1306.67,\"7856\":335.11,\"7857\":1965.0,\"7858\":1244.04,\"7859\":13018.56,\"7860\":5399.22,\"7861\":14519.91,\"7862\":1437.0,\"7863\":138.41,\"7864\":null,\"7865\":801.9,\"7866\":330.44,\"7867\":null,\"7868\":2241.58,\"7869\":8006.69,\"7870\":null,\"7871\":13227.4,\"7872\":2000.0,\"7873\":5285.9,\"7874\":7578.96,\"7875\":97899.39,\"7876\":13588.7,\"7877\":1713.71,\"7878\":4046.09,\"7879\":8213.76,\"7880\":16150.4,\"7881\":3949.1,\"7882\":16284.19,\"7883\":124574.56,\"7884\":15979.19,\"7885\":804.54,\"7886\":6952.3,\"7887\":7052.69,\"7888\":7107.0,\"7889\":8626.86,\"7890\":470.08,\"7891\":488.4,\"7892\":1962.46,\"7893\":8725.05,\"7894\":1.55,\"7895\":90.93,\"7896\":2434.69,\"7897\":2710.29,\"7898\":7844.4,\"7899\":7566.09,\"7900\":1899.64,\"7901\":8755.06,\"7902\":5853.6,\"7903\":12945.6,\"7904\":19950.75,\"7905\":19946.78,\"7906\":918.0,\"7907\":88149.19,\"7908\":16379.19,\"7909\":17571.31,\"7910\":4.9,\"7911\":1.67,\"7912\":7546.8,\"7913\":1582.95,\"7914\":349.91,\"7915\":8787.38,\"7916\":439.91,\"7917\":null,\"7918\":35433.51,\"7919\":17925.66,\"7920\":58889.5,\"7921\":1498.97,\"7922\":1449.69,\"7923\":48564.18,\"7924\":7257.95,\"7925\":12960.0,\"7926\":3912.0,\"7927\":9327.42,\"7928\":9150.53,\"7929\":9212.4,\"7930\":10215.45,\"7931\":6233.7,\"7932\":8630.7,\"7933\":747.3,\"7934\":832.56,\"7935\":582.36,\"7936\":257.16,\"7937\":762.18,\"7938\":526.11,\"7939\":472.33,\"7940\":800.39,\"7941\":656.52,\"7942\":945.41,\"7943\":945.94,\"7944\":8022.0,\"7945\":928.8,\"7946\":180.0,\"7947\":16619.77,\"7948\":16781.29,\"7949\":3567.6,\"7950\":11757.9,\"7951\":4900.0,\"7952\":899.52,\"7953\":null,\"7954\":null,\"7955\":154.79,\"7956\":6332.4,\"7957\":9312.0,\"7958\":6820.8,\"7959\":923.9,\"7960\":9987.75,\"7961\":6.33,\"7962\":958.47,\"7963\":814.32,\"7964\":518.33,\"7965\":2601.72,\"7966\":5547.6,\"7967\":4900.0,\"7968\":877.26,\"7969\":924.49,\"7970\":875.27,\"7971\":175.6,\"7972\":165.0,\"7973\":5414.16,\"7974\":4361.2,\"7975\":6452.4,\"7976\":16980.67,\"7977\":16990.94,\"7978\":8609.4,\"7979\":6358.2,\"7980\":666.8,\"7981\":724.44,\"7982\":null,\"7983\":788.38,\"7984\":9480.9,\"7985\":null,\"7986\":45.58,\"7987\":845.24,\"7988\":700.06,\"7989\":null,\"7990\":938.72,\"7991\":6.35,\"7992\":3872.0,\"7993\":2395.8,\"7994\":7158.0,\"7995\":227217.77,\"7996\":1951.2,\"7997\":3543.96,\"7998\":708.29,\"7999\":null,\"8000\":90.0,\"8001\":430.5,\"8002\":4851.0,\"8003\":14470.03,\"8004\":null,\"8005\":2168.26,\"8006\":null,\"8007\":721.8,\"8008\":1185.3,\"8009\":1657.0,\"8010\":13560.0,\"8011\":159940.43,\"8012\":502625.71,\"8013\":11776.0,\"8014\":775.5,\"8015\":17494.27,\"8016\":34558.72,\"8017\":7362.67,\"8018\":1151.44,\"8019\":3703.04,\"8020\":890.45,\"8021\":13867.32,\"8022\":628.32,\"8023\":null,\"8024\":60931.36,\"8025\":21897.2,\"8026\":6124.0,\"8027\":4610.86,\"8028\":939.79,\"8029\":245006.89,\"8030\":158652.05,\"8031\":5643.99,\"8032\":2219.67,\"8033\":null,\"8034\":132063.05,\"8035\":13449.36,\"8036\":366716.1,\"8037\":14741.4,\"8038\":18603.2,\"8039\":14027.23,\"8040\":9286.99,\"8041\":16478.46,\"8042\":170396.42,\"8043\":1214.68,\"8044\":1452.74,\"8045\":552.5,\"8046\":55315.55,\"8047\":2182.93,\"8048\":736.45,\"8049\":413.46,\"8050\":31003.25,\"8051\":90447.42,\"8052\":4022.42,\"8053\":1833.0,\"8054\":null,\"8055\":786.61,\"8056\":1095941.1899999999,\"8057\":602379.9300000001,\"8058\":570.0,\"8059\":7420.6,\"8060\":5429.55,\"8061\":825.44,\"8062\":205090.0,\"8063\":600.24,\"8064\":14328.0,\"8065\":34829.91,\"8066\":69350.48,\"8067\":164738.37,\"8068\":1.0,\"8069\":null,\"8070\":632121.5,\"8071\":39592.6,\"8072\":8111.3,\"8073\":488.0,\"8074\":655.74,\"8075\":829.8,\"8076\":195756.5,\"8077\":2217.16,\"8078\":347.89,\"8079\":974.88,\"8080\":883.92,\"8081\":4818.0,\"8082\":410.76,\"8083\":1490.31,\"8084\":19309.3,\"8085\":4355.1,\"8086\":17742.09,\"8087\":9316.8,\"8088\":369.01,\"8089\":2510.4,\"8090\":267.3,\"8091\":271.22,\"8092\":29875.56,\"8093\":49963.62,\"8094\":null,\"8095\":1159552.6499999999,\"8096\":30815.33,\"8097\":120622.29,\"8098\":1609.98,\"8099\":589.38,\"8100\":1255.27,\"8101\":648.0,\"8102\":430482.31,\"8103\":175970.72,\"8104\":142679.23,\"8105\":117794.2,\"8106\":2042.0,\"8107\":795.62,\"8108\":1614.58,\"8109\":60857.63,\"8110\":14508.31,\"8111\":14632.29,\"8112\":54401.48,\"8113\":158208.72,\"8114\":160004.65,\"8115\":null,\"8116\":14557.96,\"8117\":28126.74,\"8118\":44110.11,\"8119\":48932.72,\"8120\":647.16,\"8121\":75543.5,\"8122\":1339.48,\"8123\":7059.8,\"8124\":2902.97,\"8125\":30565.16,\"8126\":22694.86,\"8127\":58417.7,\"8128\":19321.54,\"8129\":653.58,\"8130\":8845.2,\"8131\":null,\"8132\":null,\"8133\":6754.77,\"8134\":348.94,\"8135\":null,\"8136\":5520.0,\"8137\":9274.06,\"8138\":1566.0,\"8139\":1707.2,\"8140\":153.25,\"8141\":16130.0,\"8142\":11464.0,\"8143\":2772.0,\"8144\":15692.69,\"8145\":15727.68,\"8146\":15450.39,\"8147\":16153.53,\"8148\":761.35,\"8149\":14580.0,\"8150\":14269.1,\"8151\":853.2,\"8152\":13266.0,\"8153\":19525.69,\"8154\":19501.29,\"8155\":19386.86,\"8156\":6865.2,\"8157\":675.4,\"8158\":10026.5,\"8159\":4720.0,\"8160\":1350.6,\"8161\":4762.38,\"8162\":3938.7,\"8163\":4747.0,\"8164\":421.41,\"8165\":1768.29,\"8166\":334.65,\"8167\":1936.0,\"8168\":302.03,\"8169\":15556.12,\"8170\":3810.59,\"8171\":10962.98,\"8172\":null,\"8173\":946.51,\"8174\":7.33,\"8175\":782.1,\"8176\":null,\"8177\":336.16,\"8178\":393.3,\"8179\":2900.48,\"8180\":5860.02,\"8181\":null,\"8182\":9487.92,\"8183\":2000.0,\"8184\":5694.8,\"8185\":4842.42,\"8186\":76524.63,\"8187\":10881.97,\"8188\":2029.91,\"8189\":4838.09,\"8190\":5335.2,\"8191\":10687.29,\"8192\":3276.32,\"8193\":11865.47,\"8194\":null,\"8195\":8492.16,\"8196\":1055.56,\"8197\":6990.1,\"8198\":7002.25,\"8199\":6847.5,\"8200\":7257.99,\"8201\":417.2,\"8202\":329.6,\"8203\":737.78,\"8204\":8136.82,\"8205\":1.63,\"8206\":46.71,\"8207\":3065.76,\"8208\":3859.39,\"8209\":5572.8,\"8210\":7635.12,\"8211\":1228.99,\"8212\":null,\"8213\":null,\"8214\":1827.89,\"8215\":6814.8,\"8216\":15170.4,\"8217\":19932.03,\"8218\":19931.01,\"8219\":381.6,\"8220\":60839.63,\"8221\":10149.29,\"8222\":10078.69,\"8223\":2.14,\"8224\":0.71,\"8225\":4483.2,\"8226\":2559.15,\"8227\":200.75,\"8228\":6060.04,\"8229\":635.62,\"8230\":null,\"8231\":17785.64,\"8232\":20659.62,\"8233\":52761.96,\"8234\":1480.22,\"8235\":1479.36,\"8236\":78687.35,\"8237\":6437.9,\"8238\":16280.0,\"8239\":5709.0,\"8240\":7450.62,\"8241\":8050.95,\"8242\":7596.0,\"8243\":9373.5,\"8244\":5601.0,\"8245\":7696.8,\"8246\":757.06,\"8247\":639.36,\"8248\":422.04,\"8249\":320.16,\"8250\":827.25,\"8251\":481.92,\"8252\":421.45,\"8253\":451.22,\"8254\":614.52,\"8255\":733.07,\"8256\":707.8,\"8257\":7434.0,\"8258\":535.32,\"8259\":403.2,\"8260\":13657.47,\"8261\":13508.52,\"8262\":8308.8,\"8263\":580.07,\"8264\":4900.0,\"8265\":792.75,\"8266\":14.4,\"8267\":null,\"8268\":56.97,\"8269\":6897.3,\"8270\":6400.8,\"8271\":8029.79,\"8272\":915.7,\"8273\":5827.05,\"8274\":5.18,\"8275\":462.92,\"8276\":775.8,\"8277\":979.0,\"8278\":1258.84,\"8279\":7567.0,\"8280\":4900.0,\"8281\":913.35,\"8282\":828.64,\"8283\":514.91,\"8284\":null,\"8285\":null,\"8286\":10715.48,\"8287\":8755.27,\"8288\":6046.2,\"8289\":12497.52,\"8290\":14343.14,\"8291\":6477.0,\"8292\":6249.0,\"8293\":688.4,\"8294\":703.19,\"8295\":3280.38,\"8296\":777.96,\"8297\":4722.3,\"8298\":34.69,\"8299\":764.42,\"8300\":503.58,\"8301\":6085.8,\"8302\":918.39,\"8303\":null,\"8304\":3828.0,\"8305\":2501.4,\"8306\":7174.8,\"8307\":316302.96,\"8308\":5439.6,\"8309\":4930.17,\"8310\":712.8,\"8311\":0.7,\"8312\":null,\"8313\":431.31,\"8314\":12375.0,\"8315\":15314.4,\"8316\":191.4,\"8317\":2130.97,\"8318\":1745.04,\"8319\":767.29,\"8320\":1856.7,\"8321\":812.0,\"8322\":17092.0,\"8323\":145389.82,\"8324\":503437.56,\"8325\":12752.0,\"8326\":503.25,\"8327\":16027.33,\"8328\":32412.49,\"8329\":6625.67,\"8330\":722.16,\"8331\":3442.88,\"8332\":896.38,\"8333\":14158.32,\"8334\":623.92,\"8335\":null,\"8336\":51820.65,\"8337\":30074.42,\"8338\":9187.0,\"8339\":6105.16,\"8340\":938.8,\"8341\":246669.53,\"8342\":158878.0,\"8343\":7436.15,\"8344\":511250.0,\"8345\":null,\"8346\":123320.11,\"8347\":31912.5,\"8348\":395900.36,\"8349\":17725.69,\"8350\":18583.4,\"8351\":7453.27,\"8352\":13064.79,\"8353\":13655.37,\"8354\":113146.89,\"8355\":1457.49,\"8356\":1405.06,\"8357\":568.83,\"8358\":34742.15,\"8359\":2634.54,\"8360\":732.71,\"8361\":416.22,\"8362\":29092.14,\"8363\":90543.4,\"8364\":1384.29,\"8365\":1849.2,\"8366\":null,\"8367\":839.71,\"8368\":1146097.76,\"8369\":600855.52,\"8370\":168.0,\"8371\":3597.0,\"8372\":8386.0,\"8373\":825.0,\"8374\":205140.0,\"8375\":572.84,\"8376\":13860.0,\"8377\":35775.96,\"8378\":69658.23,\"8379\":164602.94,\"8380\":null,\"8381\":608302.09,\"8382\":null,\"8383\":8264.35,\"8384\":null,\"8385\":679.46,\"8386\":1237.5,\"8387\":174993.84,\"8388\":2227.49,\"8389\":524.5,\"8390\":1171.98,\"8391\":903.57,\"8392\":5257.2,\"8393\":410.76,\"8394\":1564.36,\"8395\":19480.04,\"8396\":3638.7,\"8397\":19966.81,\"8398\":8688.0,\"8399\":377.06,\"8400\":null,\"8401\":264.0,\"8402\":335.57,\"8403\":29767.13,\"8404\":50202.34,\"8405\":1532.66,\"8406\":1195395.9199999999,\"8407\":null,\"8408\":144674.13,\"8409\":1388.88,\"8410\":657.58,\"8411\":1326.23,\"8412\":1033.2,\"8413\":null,\"8414\":338460.86,\"8415\":null,\"8416\":166130.83,\"8417\":142286.87,\"8418\":72794.66,\"8419\":2059.0,\"8420\":794.92,\"8421\":270.32,\"8422\":43016.2,\"8423\":11444.0,\"8424\":11699.63,\"8425\":157596.05,\"8426\":163249.55,\"8427\":null,\"8428\":22405.34,\"8429\":44071.02,\"8430\":47465.39,\"8431\":626.73,\"8432\":75584.8,\"8433\":1307.34,\"8434\":9022.2,\"8435\":2892.29,\"8436\":18377.26,\"8437\":31511.03,\"8438\":58079.73,\"8439\":19299.3,\"8440\":653.34,\"8441\":8852.4,\"8442\":null,\"8443\":null,\"8444\":6755.93,\"8445\":312.77,\"8446\":null,\"8447\":6000.0,\"8448\":9453.65,\"8449\":884.4,\"8450\":1382.92,\"8451\":149.16,\"8452\":null,\"8453\":10013.0,\"8454\":12599.0,\"8455\":2171.4,\"8456\":12302.42,\"8457\":16893.71,\"8458\":10232.71,\"8459\":10228.01,\"8460\":1766.6,\"8461\":13895.6,\"8462\":13586.2,\"8463\":639.6,\"8464\":4860.0,\"8465\":19598.11,\"8466\":19534.25,\"8467\":19255.51,\"8468\":6868.8,\"8469\":743.3,\"8470\":10148.4,\"8471\":1838.0,\"8472\":1417.0,\"8473\":2249.4,\"8474\":3555.4,\"8475\":2220.0,\"8476\":421.41,\"8477\":1945.26,\"8478\":331.66,\"8479\":2107.0,\"8480\":1156.85,\"8481\":15508.58,\"8482\":1572.06,\"8483\":10617.87,\"8484\":583.2,\"8485\":null,\"8486\":954.8,\"8487\":789.36,\"8488\":null,\"8489\":327.36,\"8490\":541.5,\"8491\":2603.7,\"8492\":7812.27,\"8493\":4017.88,\"8494\":2000.0,\"8495\":5510.7,\"8496\":7036.62,\"8497\":97407.2,\"8498\":5673.86,\"8499\":2002.46,\"8500\":4241.22,\"8501\":2920.32,\"8502\":8621.14,\"8503\":7863.26,\"8504\":9143.18,\"8505\":107216.47,\"8506\":5100.53,\"8507\":807.4,\"8508\":9299.68,\"8509\":9530.59,\"8510\":9744.0,\"8511\":10107.77,\"8512\":444.76,\"8513\":264.4,\"8514\":363.83,\"8515\":4064.93,\"8516\":3.34,\"8517\":68.38,\"8518\":1156.79,\"8519\":3743.32,\"8520\":4662.0,\"8521\":9414.08,\"8522\":1387.12,\"8523\":8440.57,\"8524\":7576.94,\"8525\":3413.37,\"8526\":7999.2,\"8527\":17035.2,\"8528\":19940.05,\"8529\":19939.43,\"8530\":772.2,\"8531\":64963.59,\"8532\":14225.11,\"8533\":13992.2,\"8534\":4.9,\"8535\":1.7,\"8536\":7432.8,\"8537\":1902.15,\"8538\":317.79,\"8539\":7993.42,\"8540\":510.51,\"8541\":2.55,\"8542\":30237.57,\"8543\":17351.29,\"8544\":71347.28,\"8545\":1271.55,\"8546\":1285.47,\"8547\":62029.74,\"8548\":5510.75,\"8549\":12760.0,\"8550\":6096.0,\"8551\":9265.32,\"8552\":3364.2,\"8553\":3376.8,\"8554\":2333.7,\"8555\":3318.9,\"8556\":4232.7,\"8557\":512.69,\"8558\":5462.6,\"8559\":789.48,\"8560\":503.64,\"8561\":363.72,\"8562\":396.39,\"8563\":235.29,\"8564\":688.33,\"8565\":573.68,\"8566\":818.76,\"8567\":1002.81,\"8568\":1007.54,\"8569\":7161.6,\"8570\":739.68,\"8571\":468.0,\"8572\":14104.23,\"8573\":13763.96,\"8574\":7736.4,\"8575\":254.14,\"8576\":4900.0,\"8577\":387.96,\"8578\":7.2,\"8579\":41.47,\"8580\":3847.8,\"8581\":3878.4,\"8582\":6381.86,\"8583\":1017.68,\"8584\":7649.1,\"8585\":10.8,\"8586\":452.1,\"8587\":387.6,\"8588\":861.3,\"8589\":525.8,\"8590\":5950.1,\"8591\":4900.0,\"8592\":637.35,\"8593\":1008.79,\"8594\":null,\"8595\":94.51,\"8596\":171.0,\"8597\":6399.89,\"8598\":5035.04,\"8599\":5467.8,\"8600\":14915.48,\"8601\":16315.83,\"8602\":7739.4,\"8603\":6289.2,\"8604\":459.01,\"8605\":464.6,\"8606\":3276.93,\"8607\":877.02,\"8608\":6161.1,\"8609\":1.04,\"8610\":50.73,\"8611\":730.81,\"8612\":517.27,\"8613\":5962.98,\"8614\":999.0,\"8615\":null,\"8616\":3868.33,\"8617\":2494.8,\"8618\":6987.6,\"8619\":408932.58,\"8620\":4557.6,\"8621\":3944.6,\"8622\":670.45,\"8623\":null,\"8624\":null,\"8625\":431.37,\"8626\":12914.0,\"8627\":17058.89,\"8628\":198.0,\"8629\":2163.81,\"8630\":1634.82,\"8631\":null,\"8632\":1730.7,\"8633\":811.0,\"8634\":15540.0,\"8635\":74279.35,\"8636\":504205.67,\"8637\":12856.0,\"8638\":745.14,\"8639\":11144.28,\"8640\":29655.92,\"8641\":6820.0,\"8642\":972.04,\"8643\":3702.08,\"8644\":909.31,\"8645\":16369.52,\"8646\":591.14,\"8647\":16646.88,\"8648\":59966.28,\"8649\":28109.32,\"8650\":9059.0,\"8651\":6295.91,\"8652\":942.77,\"8653\":248556.95,\"8654\":159053.46,\"8655\":7697.35,\"8656\":347830.0,\"8657\":null,\"8658\":100594.86,\"8659\":20023.48,\"8660\":395805.19,\"8661\":15513.51,\"8662\":18546.0,\"8663\":null,\"8664\":11011.68,\"8665\":16989.33,\"8666\":170305.93,\"8667\":1242.21,\"8668\":1450.53,\"8669\":583.08,\"8670\":45419.22,\"8671\":2482.97,\"8672\":727.79,\"8673\":401.13,\"8674\":35601.14,\"8675\":null,\"8676\":3891.17,\"8677\":2199.6,\"8678\":1828.2,\"8679\":834.98,\"8680\":1106549.7,\"8681\":598628.1899999999,\"8682\":498.0,\"8683\":8404.0,\"8684\":7504.74,\"8685\":823.02,\"8686\":205210.0,\"8687\":613.22,\"8688\":null,\"8689\":35417.78,\"8690\":69544.04,\"8691\":164810.34,\"8692\":404432.0,\"8693\":592757.46,\"8694\":null,\"8695\":null,\"8696\":7040.0,\"8697\":530.77,\"8698\":689.47,\"8699\":1567.65,\"8700\":188799.81,\"8701\":2218.88,\"8702\":532.59,\"8703\":1144.08,\"8704\":1117.89,\"8705\":3898.8,\"8706\":411.36,\"8707\":1605.15,\"8708\":19519.5,\"8709\":4367.25,\"8710\":14723.34,\"8711\":6739.2,\"8712\":372.04,\"8713\":2127.0,\"8714\":260.7,\"8715\":278.82,\"8716\":29897.39,\"8717\":44604.93,\"8718\":1383.33,\"8719\":80751.63,\"8720\":null,\"8721\":606401.96,\"8722\":1609.86,\"8723\":768.68,\"8724\":1196.91,\"8725\":955.8,\"8726\":340274.59,\"8727\":66755.5,\"8728\":123685.79,\"8729\":140936.94,\"8730\":72549.23,\"8731\":2060.0,\"8732\":794.92,\"8733\":2920.46,\"8734\":71007.94,\"8735\":7950.29,\"8736\":7738.19,\"8737\":161252.78,\"8738\":165201.3,\"8739\":null,\"8740\":null,\"8741\":22413.46,\"8742\":44506.82,\"8743\":47784.99,\"8744\":706.14,\"8745\":75604.37,\"8746\":1251.45,\"8747\":9266.4,\"8748\":2826.87,\"8749\":30105.82,\"8750\":58188.28,\"8751\":null,\"8752\":19309.16,\"8753\":653.64,\"8754\":9421.2,\"8755\":155.4,\"8756\":null,\"8757\":6744.87,\"8758\":327.62,\"8759\":0.28,\"8760\":5120.0,\"8761\":9568.63,\"8762\":1674.36,\"8763\":1753.84,\"8764\":215.56,\"8765\":null,\"8766\":10125.0,\"8767\":19437.0,\"8768\":3588.2,\"8769\":17681.44,\"8770\":13846.75,\"8771\":10234.29,\"8772\":10228.05,\"8773\":791.12,\"8774\":12931.6,\"8775\":12652.2,\"8776\":1591.2,\"8777\":19743.0,\"8778\":19624.47,\"8779\":19608.54,\"8780\":4464.0,\"8781\":542.2,\"8782\":null,\"8783\":4992.0,\"8784\":1304.0,\"8785\":5515.86,\"8786\":7085.0,\"8787\":6285.0,\"8788\":421.41,\"8789\":1933.04,\"8790\":329.59,\"8791\":2013.0,\"8792\":256.24,\"8793\":14052.53,\"8794\":3556.11,\"8795\":16352.37,\"8796\":1629.6,\"8797\":3170.39,\"8798\":187.73,\"8799\":726.66,\"8800\":null,\"8801\":760.76,\"8802\":305.4,\"8803\":1361.8,\"8804\":5593.31,\"8805\":8577.5,\"8806\":2000.0,\"8807\":5276.7,\"8808\":7752.84,\"8809\":81506.45,\"8810\":8015.41,\"8811\":1983.9,\"8812\":4069.04,\"8813\":8059.68,\"8814\":17547.3,\"8815\":1707.74,\"8816\":17706.44,\"8817\":null,\"8818\":11856.44,\"8819\":438.9,\"8820\":8766.92,\"8821\":8890.38,\"8822\":8913.0,\"8823\":6664.5,\"8824\":460.6,\"8825\":212.8,\"8826\":436.5,\"8827\":5697.71,\"8828\":2.03,\"8829\":50.16,\"8830\":2444.09,\"8831\":null,\"8832\":3045.6,\"8833\":9006.92,\"8834\":1548.5,\"8835\":12312.34,\"8836\":9828.92,\"8837\":3771.51,\"8838\":7446.6,\"8839\":15541.2,\"8840\":19969.6,\"8841\":19963.04,\"8842\":1495.8,\"8843\":65287.01,\"8844\":8688.22,\"8845\":8162.24,\"8846\":2.92,\"8847\":0.96,\"8848\":9384.0,\"8849\":2680.2,\"8850\":316.8,\"8851\":8711.94,\"8852\":549.17,\"8853\":null,\"8854\":37637.56,\"8855\":15881.85,\"8856\":54893.48,\"8857\":1304.82,\"8858\":1601.49,\"8859\":68938.38,\"8860\":3699.5,\"8861\":9240.0,\"8862\":4819.2,\"8863\":9121.8,\"8864\":7646.63,\"8865\":7673.63,\"8866\":7627.5,\"8867\":4550.7,\"8868\":4897.8,\"8869\":718.87,\"8870\":null,\"8871\":453.12,\"8872\":379.8,\"8873\":323.64,\"8874\":375.63,\"8875\":786.66,\"8876\":611.74,\"8877\":632.28,\"8878\":918.85,\"8879\":920.58,\"8880\":8442.0,\"8881\":479.4,\"8882\":550.8,\"8883\":15156.18,\"8884\":16292.72,\"8885\":6888.6,\"8886\":43.11,\"8887\":4900.0,\"8888\":402.9,\"8889\":948.6,\"8890\":540.5,\"8891\":107.81,\"8892\":4025.4,\"8893\":6866.4,\"8894\":6110.07,\"8895\":943.01,\"8896\":5775.3,\"8897\":11.14,\"8898\":588.13,\"8899\":556.08,\"8900\":650.1,\"8901\":2008.16,\"8902\":7848.75,\"8903\":4900.0,\"8904\":950.88,\"8905\":905.09,\"8906\":735.9,\"8907\":1094.54,\"8908\":1377.0,\"8909\":7209.56,\"8910\":4580.23,\"8911\":6447.6,\"8912\":15531.31,\"8913\":16399.19,\"8914\":7905.6,\"8915\":5420.7,\"8916\":607.79,\"8917\":624.16,\"8918\":3770.28,\"8919\":833.47,\"8920\":9332.4,\"8921\":390.2,\"8922\":26.66,\"8923\":718.82,\"8924\":768.43,\"8925\":7527.9,\"8926\":945.07,\"8927\":119.52,\"8928\":3864.67,\"8929\":2706.0,\"8930\":7222.8,\"8931\":18627.0,\"8932\":4705.2,\"8933\":6086.65,\"8934\":709.5,\"8935\":null,\"8936\":null,\"8937\":405.86,\"8938\":11451.0,\"8939\":9743.26,\"8940\":198.0,\"8941\":2167.44,\"8942\":1726.56,\"8943\":802.8,\"8944\":null,\"8945\":810.0,\"8946\":17440.0,\"8947\":60703.54,\"8948\":492131.65,\"8949\":12936.0,\"8950\":1332.54,\"8951\":18100.15,\"8952\":26481.2,\"8953\":8213.33,\"8954\":654.93,\"8955\":3704.0,\"8956\":818.78,\"8957\":21232.63,\"8958\":601.48,\"8959\":null,\"8960\":50360.79,\"8961\":28001.88,\"8962\":6064.0,\"8963\":5078.04,\"8964\":942.77,\"8965\":216093.58,\"8966\":null,\"8967\":6271.02,\"8968\":92680.0,\"8969\":null,\"8970\":129196.92,\"8971\":17403.26,\"8972\":395878.57,\"8973\":14858.67,\"8974\":15122.8,\"8975\":44.35,\"8976\":14048.6,\"8977\":16832.39,\"8978\":92953.2,\"8979\":1764.88,\"8980\":1817.19,\"8981\":574.83,\"8982\":null,\"8983\":31537.43,\"8984\":2566.57,\"8985\":727.1,\"8986\":448.38,\"8987\":74581.81,\"8988\":4309.2,\"8989\":2598.6,\"8990\":null,\"8991\":843.43,\"8992\":1175765.1599999999,\"8993\":601463.11,\"8994\":372.0,\"8995\":6899.2,\"8996\":7597.26,\"8997\":820.49,\"8998\":182480.0,\"8999\":531.0,\"9000\":15984.0,\"9001\":40190.19,\"9002\":50280.13,\"9003\":59969.34,\"9004\":null,\"9005\":400384.0,\"9006\":null,\"9007\":39026.18,\"9008\":4438.26,\"9009\":643.24,\"9010\":682.31,\"9011\":3019.05,\"9012\":81325.62,\"9013\":2224.05,\"9014\":393.43,\"9015\":1186.2,\"9016\":1100.99,\"9017\":9872.4,\"9018\":411.12,\"9019\":1713.49,\"9020\":14019.26,\"9021\":4359.6,\"9022\":18303.48,\"9023\":13003.2,\"9024\":374.68,\"9025\":2627.4,\"9026\":262.35,\"9027\":246.29,\"9028\":29648.73,\"9029\":50010.49,\"9030\":null,\"9031\":870064.1800000001,\"9032\":92111.1,\"9033\":820357.04,\"9034\":1615.5,\"9035\":786.5,\"9036\":1166.26,\"9037\":1229.4,\"9038\":null,\"9039\":null,\"9040\":124190.32,\"9041\":72986.65,\"9042\":72672.44,\"9043\":null,\"9044\":794.08,\"9045\":null,\"9046\":67678.32,\"9047\":15904.71,\"9048\":18477.74,\"9049\":54041.56,\"9050\":160420.78,\"9051\":167160.45,\"9052\":16720.53,\"9053\":8248.92,\"9054\":null,\"9055\":43854.21,\"9056\":47667.83,\"9057\":643.71,\"9058\":75574.33,\"9059\":1120.22,\"9060\":5524.2,\"9061\":1893.22,\"9062\":17182.89,\"9063\":31509.29,\"9064\":19280.86,\"9065\":652.62,\"9066\":10018.8,\"9067\":69.0,\"9068\":null,\"9069\":6757.91,\"9070\":344.72,\"9071\":30.34,\"9072\":5680.0,\"9073\":4930.45,\"9074\":983.04,\"9075\":1791.68,\"9076\":153.12,\"9077\":9111.0,\"9078\":16153.0,\"9079\":5106.2,\"9080\":19809.27,\"9081\":15915.47,\"9082\":10229.25,\"9083\":10228.72,\"9084\":315.33,\"9085\":12854.8,\"9086\":12577.1,\"9087\":507.6,\"9088\":19730.08,\"9089\":19608.02,\"9090\":19595.83,\"9091\":990.0,\"9092\":523.2,\"9093\":11752.7,\"9094\":7574.0,\"9095\":1336.2,\"9096\":2359.8,\"9097\":7078.9,\"9098\":6042.0,\"9099\":421.41,\"9100\":2207.94,\"9101\":329.59,\"9102\":2726.0,\"9103\":733.28,\"9104\":12046.87,\"9105\":6784.63,\"9106\":15906.01,\"9107\":484.8,\"9108\":1563.82,\"9109\":206.8,\"9110\":863.94,\"9111\":null,\"9112\":433.84,\"9113\":285.3,\"9114\":1908.61,\"9115\":8509.64,\"9116\":10894.93,\"9117\":3000.0,\"9118\":5503.5,\"9119\":7149.78,\"9120\":36587.33,\"9121\":954.24,\"9122\":2886.6,\"9123\":3914.09,\"9124\":3002.4,\"9125\":null,\"9126\":15639.74,\"9127\":3153.42,\"9128\":16556.94,\"9129\":199225.37,\"9130\":10118.1,\"9131\":521.18,\"9132\":6981.92,\"9133\":6562.81,\"9134\":7512.0,\"9135\":2857.03,\"9136\":211.96,\"9137\":98.8,\"9138\":1565.12,\"9139\":7569.85,\"9140\":2.5,\"9141\":38.79,\"9142\":2680.74,\"9143\":8568.0,\"9144\":8016.85,\"9145\":3036.28,\"9146\":17961.56,\"9147\":18325.31,\"9148\":7846.37,\"9149\":5587.2,\"9150\":15253.2,\"9151\":19954.92,\"9152\":19944.63,\"9153\":1642.8,\"9154\":63881.87,\"9155\":17962.43,\"9156\":16487.44,\"9157\":2.69,\"9158\":0.9,\"9159\":9066.0,\"9160\":1215.9,\"9161\":194.48,\"9162\":7717.42,\"9163\":133.22,\"9164\":null,\"9165\":21197.74,\"9166\":17135.55,\"9167\":50074.23,\"9168\":1311.37,\"9169\":868.71,\"9170\":80631.72,\"9171\":5794.25,\"9172\":17240.0,\"9173\":3863.4,\"9174\":null,\"9175\":7243.88,\"9176\":7253.55,\"9177\":6571.13,\"9178\":4521.0,\"9179\":5311.5,\"9180\":490.16,\"9181\":736.92,\"9182\":544.32,\"9183\":405.84,\"9184\":871.74,\"9185\":594.78,\"9186\":776.31,\"9187\":184.22,\"9188\":596.4,\"9189\":954.23,\"9190\":974.6,\"9191\":7974.0,\"9192\":922.92,\"9193\":638.4,\"9194\":8828.1,\"9195\":9262.19,\"9196\":7468.2,\"9197\":36.89,\"9198\":4900.0,\"9199\":822.81,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":6303.3,\"9204\":6835.2,\"9205\":6791.12,\"9206\":980.91,\"9207\":10985.4,\"9208\":6.46,\"9209\":777.41,\"9210\":703.92,\"9211\":507.1,\"9212\":1973.84,\"9213\":6165.15,\"9214\":4900.0,\"9215\":902.95,\"9216\":960.07,\"9217\":437.77,\"9218\":56.1,\"9219\":369.0,\"9220\":8214.02,\"9221\":6342.48,\"9222\":8320.2,\"9223\":8305.14,\"9224\":8189.25,\"9225\":6654.3,\"9226\":5859.9,\"9227\":539.13,\"9228\":545.84,\"9229\":2005.03,\"9230\":848.11,\"9231\":8778.0,\"9232\":63.41,\"9233\":439.81,\"9234\":823.4,\"9235\":5761.5,\"9236\":974.97,\"9237\":639.82,\"9238\":3864.67,\"9239\":2514.6,\"9240\":7242.0,\"9241\":406509.03,\"9242\":6159.6,\"9243\":4934.05,\"9244\":708.95,\"9245\":null,\"9246\":null,\"9247\":429.8,\"9248\":12771.0,\"9249\":19593.14,\"9250\":204.6,\"9251\":2166.61,\"9252\":1760.22,\"9253\":793.71,\"9254\":808.0,\"9255\":16260.0,\"9256\":60699.33,\"9257\":504016.63,\"9258\":null,\"9259\":1076.79,\"9260\":8004.75,\"9261\":35415.09,\"9262\":8143.67,\"9263\":996.76,\"9264\":3702.4,\"9265\":874.01,\"9266\":22487.72,\"9267\":628.1,\"9268\":null,\"9269\":24734.99,\"9270\":29878.4,\"9271\":8093.0,\"9272\":4712.91,\"9273\":942.77,\"9274\":255000.0,\"9275\":5816.46,\"9276\":509440.0,\"9277\":71848.56,\"9278\":17358.5,\"9279\":395985.58,\"9280\":14535.09,\"9281\":17344.8,\"9282\":0.3,\"9283\":12136.93,\"9284\":12328.68,\"9285\":102950.09,\"9286\":1376.76,\"9287\":1405.48,\"9288\":568.83,\"9289\":143110.0,\"9290\":54250.94,\"9291\":2552.66,\"9292\":728.48,\"9293\":446.05,\"9294\":50450.69,\"9295\":90582.97,\"9296\":4035.02,\"9297\":1970.4,\"9298\":null,\"9299\":896.28,\"9300\":1144353.3,\"9301\":600417.52,\"9302\":240.0,\"9303\":4287.8,\"9304\":7590.22,\"9305\":820.49,\"9306\":205260.0,\"9307\":580.88,\"9308\":15912.0,\"9309\":39957.01,\"9310\":65022.62,\"9311\":164776.4,\"9312\":null,\"9313\":null,\"9314\":583118.16,\"9315\":null,\"9316\":null,\"9317\":5968.7,\"9318\":538.69,\"9319\":685.01,\"9320\":2694.15,\"9321\":81080.14,\"9322\":2225.77,\"9323\":529.72,\"9324\":727.56,\"9325\":311.1,\"9326\":9140.4,\"9327\":411.24,\"9328\":1478.84,\"9329\":19335.85,\"9330\":4357.35,\"9331\":19833.8,\"9332\":12700.8,\"9333\":368.28,\"9334\":2659.8,\"9335\":null,\"9336\":260.1,\"9337\":29684.5,\"9338\":43331.0,\"9339\":698.86,\"9340\":49448.79,\"9341\":null,\"9342\":820465.7,\"9343\":1599.84,\"9344\":789.58,\"9345\":1142.07,\"9346\":1738.8,\"9347\":179507.36,\"9348\":null,\"9349\":214915.29,\"9350\":142379.27,\"9351\":112351.36,\"9352\":2059.0,\"9353\":793.24,\"9354\":964.7,\"9355\":53840.6,\"9356\":15264.49,\"9357\":15333.03,\"9358\":54666.9,\"9359\":158625.71,\"9360\":160548.55,\"9361\":4851.32,\"9362\":17732.76,\"9363\":44448.91,\"9364\":47589.64,\"9365\":663.93,\"9366\":76686.64,\"9367\":1242.73,\"9368\":9312.6,\"9369\":2671.34,\"9370\":29966.12,\"9371\":null,\"9372\":57879.89,\"9373\":19323.83,\"9374\":651.6,\"9375\":null,\"9376\":null,\"9377\":null,\"9378\":6657.26,\"9379\":351.71,\"9380\":35.06,\"9381\":5360.0,\"9382\":9531.95,\"9383\":1588.44,\"9384\":1708.08,\"9385\":218.2,\"9386\":8084.0,\"9387\":15921.0,\"9388\":3786.2,\"9389\":16921.96,\"9390\":16597.83,\"9391\":10224.26,\"9392\":10229.36,\"9393\":418.15,\"9394\":12730.9,\"9395\":12450.9,\"9396\":102.0,\"9397\":19681.72,\"9398\":19602.6,\"9399\":19551.14,\"9400\":699.0,\"9401\":13800.8,\"9402\":4532.0,\"9403\":null,\"9404\":1500.5,\"9405\":4810.68,\"9406\":7173.1,\"9407\":5077.0,\"9408\":421.41,\"9409\":1753.61,\"9410\":327.75,\"9411\":2410.0,\"9412\":1039.08,\"9413\":14827.14,\"9414\":4031.31,\"9415\":19328.33,\"9416\":1160.4,\"9417\":876.24,\"9418\":555.87,\"9419\":749.1,\"9420\":null,\"9421\":740.08,\"9422\":null,\"9423\":1894.2,\"9424\":6842.86,\"9425\":12429.85,\"9426\":3000.0,\"9427\":5279.4,\"9428\":5925.72,\"9429\":69172.83,\"9430\":12500.59,\"9431\":4424.78,\"9432\":9710.61,\"9433\":5585.76,\"9434\":17271.19,\"9435\":825.64,\"9436\":19112.28,\"9437\":null,\"9438\":12805.24,\"9439\":976.58,\"9440\":8403.61,\"9441\":7916.5,\"9442\":9276.0,\"9443\":3226.44,\"9444\":526.32,\"9445\":154.4,\"9446\":1168.88,\"9447\":6291.71,\"9448\":2.83,\"9449\":58.78,\"9450\":2879.48,\"9451\":6696.0,\"9452\":8831.24,\"9453\":2728.04,\"9454\":17881.77,\"9455\":18194.78,\"9456\":6101.61,\"9457\":5126.4,\"9458\":9907.2,\"9459\":19969.44,\"9460\":19962.46,\"9461\":1705.2,\"9462\":21259.93,\"9463\":16480.27,\"9464\":17197.43,\"9465\":5.0,\"9466\":1.74,\"9467\":7234.8,\"9468\":1316.25,\"9469\":176.11,\"9470\":7344.36,\"9471\":428.42,\"9472\":0.45,\"9473\":22056.05,\"9474\":16112.07,\"9475\":66868.59,\"9476\":1345.74,\"9477\":1532.49,\"9478\":54787.27,\"9479\":6792.1,\"9480\":12760.0,\"9481\":4357.2,\"9482\":8983.8,\"9483\":6275.25,\"9484\":6781.05,\"9485\":10003.95,\"9486\":8253.0,\"9487\":9832.5,\"9488\":460.42,\"9489\":661.2,\"9490\":399.48,\"9491\":443.04,\"9492\":894.93,\"9493\":596.4,\"9494\":588.94,\"9495\":770.08,\"9496\":758.52,\"9497\":715.28,\"9498\":792.81,\"9499\":7404.0,\"9500\":864.6,\"9501\":1027.2,\"9502\":5762.7,\"9503\":5729.8,\"9504\":5085.0,\"9505\":null,\"9506\":4900.0,\"9507\":680.07,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":7498.8,\"9512\":9465.6,\"9513\":5952.69,\"9514\":928.6,\"9515\":15435.9,\"9516\":5.63,\"9517\":622.56,\"9518\":695.2,\"9519\":2098.36,\"9520\":8101.75,\"9521\":4900.0,\"9522\":915.32,\"9523\":721.17,\"9524\":828.41,\"9525\":54.34,\"9526\":882.0,\"9527\":7456.24,\"9528\":3724.99,\"9529\":6456.0,\"9530\":4719.06,\"9531\":5785.28,\"9532\":3392.7,\"9533\":4464.6,\"9534\":959.02,\"9535\":950.8,\"9536\":4357.35,\"9537\":894.61,\"9538\":9335.7,\"9539\":2.76,\"9540\":67.34,\"9541\":756.66,\"9542\":489.21,\"9543\":7485.12,\"9544\":824.43,\"9545\":2691.88,\"9546\":3850.0,\"9547\":2488.2,\"9548\":7242.0,\"9549\":381039.93,\"9550\":10486.8,\"9551\":6913.13,\"9552\":710.71,\"9553\":27.72,\"9554\":null,\"9555\":426.14,\"9556\":5082.0,\"9557\":19702.47,\"9558\":184.8,\"9559\":2158.7,\"9560\":1787.28,\"9561\":798.98,\"9562\":808.0,\"9563\":1116.0,\"9564\":60190.55,\"9565\":491648.33,\"9566\":null,\"9567\":9146.88,\"9568\":39009.46,\"9569\":8077.67,\"9570\":998.78,\"9571\":3703.36,\"9572\":858.57,\"9573\":26481.67,\"9574\":613.14,\"9575\":null,\"9576\":48416.24,\"9577\":30400.76,\"9578\":16232.0,\"9579\":4918.94,\"9580\":942.77,\"9581\":255000.0,\"9582\":6165.87,\"9583\":null,\"9584\":50160.46,\"9585\":19049.74,\"9586\":397697.27,\"9587\":21106.42,\"9588\":17729.8,\"9589\":0.54,\"9590\":15643.9,\"9591\":null,\"9592\":null,\"9593\":2031.7,\"9594\":1347.07,\"9595\":581.71,\"9596\":213180.0,\"9597\":62414.38,\"9598\":2463.99,\"9599\":712.04,\"9600\":437.15,\"9601\":61192.62,\"9602\":null,\"9603\":2359.35,\"9604\":2403.0,\"9605\":null,\"9606\":861.33,\"9607\":1139653.74,\"9608\":284404.24,\"9609\":228.0,\"9610\":6894.8,\"9611\":5842.76,\"9612\":824.54,\"9613\":192820.0,\"9614\":528.6,\"9615\":12636.0,\"9616\":35856.53,\"9617\":35160.61,\"9618\":null,\"9619\":null,\"9620\":628417.4300000001,\"9621\":null,\"9622\":6121.74,\"9623\":639.14,\"9624\":660.96,\"9625\":3524.55,\"9626\":81118.97,\"9627\":2217.16,\"9628\":539.35,\"9629\":771.66,\"9630\":472.93,\"9631\":10089.6,\"9632\":411.24,\"9633\":19008.0,\"9634\":1285.05,\"9635\":19581.91,\"9636\":4354.65,\"9637\":19731.6,\"9638\":null,\"9639\":362.41,\"9640\":2665.8,\"9641\":240.9,\"9642\":350.43,\"9643\":29953.86,\"9644\":47352.64,\"9645\":1306.7,\"9646\":1078768.97,\"9647\":null,\"9648\":820339.8,\"9649\":1600.8,\"9650\":733.92,\"9651\":1076.7,\"9652\":1333.8,\"9653\":null,\"9654\":null,\"9655\":124085.2,\"9656\":73124.16,\"9657\":72465.6,\"9658\":null,\"9659\":795.62,\"9660\":81213.99,\"9661\":18825.01,\"9662\":19485.72,\"9663\":54802.76,\"9664\":83446.54,\"9665\":169534.0,\"9666\":null,\"9667\":null,\"9668\":43938.67,\"9669\":47055.95,\"9670\":671.46,\"9671\":76535.39,\"9672\":1144.08,\"9673\":8784.6,\"9674\":2768.9,\"9675\":17948.59,\"9676\":null,\"9677\":19304.41,\"9678\":651.81,\"9679\":13662.0,\"9680\":null,\"9681\":null,\"9682\":6764.18,\"9683\":328.88,\"9684\":188.3,\"9685\":6880.0,\"9686\":9565.56,\"9687\":1641.24,\"9688\":1661.0,\"9689\":null,\"9690\":9105.0,\"9691\":14018.0,\"9692\":3044.8,\"9693\":14753.84,\"9694\":20396.19,\"9695\":10221.15,\"9696\":10230.89,\"9697\":2302.52,\"9698\":12354.9,\"9699\":12089.5,\"9700\":4642.8,\"9701\":19660.61,\"9702\":19613.69,\"9703\":19396.53,\"9704\":791.4,\"9705\":13911.4,\"9706\":10122.0,\"9707\":231.96,\"9708\":1698.7,\"9709\":6641.94,\"9710\":6647.9,\"9711\":5769.0,\"9712\":421.41,\"9713\":1212.93,\"9714\":317.17,\"9715\":2915.0,\"9716\":1273.83,\"9717\":18040.09,\"9718\":6348.59,\"9719\":11766.94,\"9720\":1183.2,\"9721\":4391.95,\"9722\":215.6,\"9723\":720.06,\"9724\":486.64,\"9725\":1962.62,\"9726\":8730.29,\"9727\":13776.66,\"9728\":3000.0,\"9729\":5199.9,\"9730\":6149.28,\"9731\":96293.43,\"9732\":13099.99,\"9733\":4528.74,\"9734\":3822.26,\"9735\":8959.68,\"9736\":12261.27,\"9737\":9030.05,\"9738\":12887.73,\"9739\":null,\"9740\":15252.65,\"9741\":1694.0,\"9742\":9395.89,\"9743\":9720.25,\"9744\":9157.5,\"9745\":10778.62,\"9746\":411.8,\"9747\":202.0,\"9748\":1187.56,\"9749\":9142.2,\"9750\":3.67,\"9751\":30.65,\"9752\":3030.66,\"9753\":5248.8,\"9754\":10174.24,\"9755\":3952.87,\"9756\":19587.03,\"9757\":19283.77,\"9758\":7288.7,\"9759\":7417.8,\"9760\":15382.8,\"9761\":19974.27,\"9762\":19970.48,\"9763\":1713.0,\"9764\":87364.27,\"9765\":16587.33,\"9766\":14906.2,\"9767\":4.27,\"9768\":1.42,\"9769\":7566.0,\"9770\":5064.45,\"9771\":297.0,\"9772\":9027.04,\"9773\":null,\"9774\":0.75,\"9775\":39155.73,\"9776\":22957.88,\"9777\":81563.59,\"9778\":1290.52,\"9779\":1449.69,\"9780\":93191.71,\"9781\":9221.8,\"9782\":17720.0,\"9783\":5902.8,\"9784\":9379.86,\"9785\":7709.18,\"9786\":7813.58,\"9787\":9242.78,\"9788\":7180.5,\"9789\":8968.2,\"9790\":757.77,\"9791\":null,\"9792\":885.36,\"9793\":596.76,\"9794\":461.52,\"9795\":938.79,\"9796\":619.89,\"9797\":902.92,\"9798\":920.64,\"9799\":876.48,\"9800\":998.58,\"9801\":1000.82,\"9802\":7412.4,\"9803\":823.56,\"9804\":790.8,\"9805\":16559.68,\"9806\":16877.69,\"9807\":7752.6,\"9808\":null,\"9809\":4900.0,\"9810\":754.62,\"9811\":1808.4,\"9812\":1132.75,\"9813\":null,\"9814\":9192.3,\"9815\":9728.4,\"9816\":9844.51,\"9817\":1081.55,\"9818\":15723.45,\"9819\":7.53,\"9820\":null,\"9821\":884.64,\"9822\":721.6,\"9823\":2374.68,\"9824\":9509.35,\"9825\":4900.0,\"9826\":912.36,\"9827\":969.59,\"9828\":913.91,\"9829\":628.63,\"9830\":60.0,\"9831\":5461.8,\"9832\":17152.93,\"9833\":16954.92,\"9834\":4486.2,\"9835\":4267.8,\"9836\":439.27,\"9837\":407.95,\"9838\":3364.9,\"9839\":901.9,\"9840\":9207.0,\"9841\":49.25,\"9842\":852.72,\"9843\":649.17,\"9844\":8582.22,\"9845\":970.48,\"9846\":4158.14,\"9847\":3850.0,\"9848\":2501.4,\"9849\":7250.4,\"9850\":303921.9,\"9851\":10418.4,\"9852\":5926.89,\"9853\":710.6,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":12221.0,\"9858\":null,\"9859\":204.6,\"9860\":771.54,\"9861\":1761.54,\"9862\":736.51,\"9863\":806.0,\"9864\":121043.22,\"9865\":null,\"9866\":9989.59,\"9867\":41645.9,\"9868\":8085.0,\"9869\":877.74,\"9870\":3702.72,\"9871\":945.73,\"9872\":18703.95,\"9873\":618.2,\"9874\":null,\"9875\":45426.1,\"9876\":30067.56,\"9877\":10514.0,\"9878\":4759.85,\"9879\":941.78,\"9880\":null,\"9881\":5846.36,\"9882\":null,\"9883\":363560.0,\"9884\":164627.39,\"9885\":15623.97,\"9886\":397906.81,\"9887\":14102.6,\"9888\":17118.2,\"9889\":0.35,\"9890\":13088.23,\"9891\":117062.49,\"9892\":1468.04,\"9893\":1329.56,\"9894\":571.33,\"9895\":229570.0,\"9896\":57141.6,\"9897\":2477.68,\"9898\":726.31,\"9899\":464.88,\"9900\":14257.86,\"9901\":2486.66,\"9902\":2415.0,\"9903\":12707.2,\"9904\":864.0,\"9905\":1171704.1899999999,\"9906\":219436.9,\"9907\":6802.4,\"9908\":6635.07,\"9909\":826.65,\"9910\":189660.0,\"9911\":573.35,\"9912\":11844.0,\"9913\":64441.25,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":5662.61,\"9921\":588.59,\"9922\":684.4,\"9923\":3505.8,\"9924\":81039.05,\"9925\":2222.33,\"9926\":430.98,\"9927\":1298.16,\"9928\":1179.21,\"9929\":10026.0,\"9930\":411.36,\"9931\":1856.11,\"9932\":19549.63,\"9933\":2961.9,\"9934\":19078.06,\"9935\":366.56,\"9936\":191.63,\"9937\":250.8,\"9938\":346.68,\"9939\":29959.5,\"9940\":45105.42,\"9941\":1292.02,\"9942\":112299.5,\"9943\":null,\"9944\":816902.3199999999,\"9945\":1600.56,\"9946\":754.6,\"9947\":1067.6,\"9948\":1049.4,\"9949\":null,\"9950\":null,\"9951\":124430.37,\"9952\":73887.34,\"9953\":74673.86,\"9954\":null,\"9955\":807.1,\"9956\":76225.46,\"9957\":11681.07,\"9958\":12019.39,\"9959\":null,\"9960\":null,\"9961\":99822.3,\"9962\":null,\"9963\":43990.72,\"9964\":47809.9,\"9965\":646.86,\"9966\":76579.55,\"9967\":678.31,\"9968\":7796.8,\"9969\":2932.24},\"Values_Hour12\":{\"0\":19756.05,\"1\":651.99,\"2\":7869.6,\"3\":17924.27,\"4\":null,\"5\":9.6,\"6\":6674.25,\"7\":376.93,\"8\":6800.0,\"9\":9426.69,\"10\":922.92,\"11\":1717.32,\"12\":166.2,\"13\":10487.0,\"14\":13803.0,\"15\":2851.2,\"16\":7926.76,\"17\":20305.18,\"18\":10155.1,\"19\":10225.3,\"20\":332.35,\"21\":16014.5,\"22\":15669.9,\"23\":3876.0,\"24\":1576.5,\"25\":13968.0,\"26\":19741.48,\"27\":10336.3,\"28\":19443.27,\"29\":8701.97,\"30\":8151.01,\"31\":14407.57,\"32\":8690.32,\"33\":596.0,\"34\":10711.4,\"35\":5064.0,\"36\":null,\"37\":2442.8,\"38\":6490.14,\"39\":4115.0,\"40\":376.58,\"41\":2152.01,\"42\":346.15,\"43\":2488.0,\"44\":null,\"45\":13763.48,\"46\":5507.12,\"47\":17068.76,\"48\":1503.6,\"49\":7720.15,\"50\":null,\"51\":786.72,\"52\":348.48,\"53\":null,\"54\":3319.58,\"55\":284.64,\"56\":9826.5,\"57\":6710.5,\"58\":5695.26,\"59\":97414.95,\"60\":12368.84,\"61\":2770.24,\"62\":9768.0,\"63\":7940.16,\"64\":null,\"65\":16065.92,\"66\":6934.18,\"67\":14151.78,\"68\":null,\"69\":14493.73,\"70\":1539.12,\"71\":5724.22,\"72\":5184.4,\"73\":6954.0,\"74\":10818.91,\"75\":248.32,\"76\":700.4,\"77\":2635.88,\"78\":5892.71,\"79\":0.96,\"80\":78.87,\"81\":1057.68,\"82\":5974.68,\"83\":8038.8,\"84\":6386.92,\"85\":1888.42,\"86\":10738.3,\"87\":10800.11,\"88\":4968.65,\"89\":8373.6,\"90\":16362.0,\"91\":14116.34,\"92\":14695.64,\"93\":1844.4,\"94\":91616.4,\"95\":15580.61,\"96\":13352.78,\"97\":5.81,\"98\":1.9,\"99\":7604.4,\"100\":3488.25,\"101\":null,\"102\":9081.78,\"103\":912.69,\"104\":null,\"105\":36345.37,\"106\":20901.01,\"107\":87027.5,\"108\":1422.91,\"109\":1581.48,\"110\":83016.75,\"111\":5875.1,\"112\":14560.0,\"113\":3280.2,\"114\":9475.08,\"115\":7498.58,\"116\":7561.35,\"117\":7586.33,\"118\":7600.2,\"119\":8538.3,\"120\":876.66,\"121\":1.1,\"122\":666.36,\"123\":538.56,\"124\":574.44,\"125\":502.35,\"126\":305.82,\"127\":779.27,\"128\":420.24,\"129\":1012.68,\"130\":1017.17,\"131\":8835.6,\"132\":845.4,\"133\":85.2,\"134\":19072.32,\"135\":19088.61,\"136\":7111.8,\"137\":2758.27,\"138\":526.17,\"139\":3.0,\"140\":350.75,\"141\":243.24,\"142\":6985.5,\"143\":4923.6,\"144\":7680.91,\"145\":989.11,\"146\":15601.5,\"147\":12.58,\"148\":601.24,\"149\":522.72,\"150\":971.3,\"151\":2507.56,\"152\":7802.75,\"153\":1010.89,\"154\":972.84,\"155\":899.2,\"156\":215.56,\"157\":648.0,\"158\":10792.09,\"159\":8628.75,\"160\":3411.0,\"161\":18141.16,\"162\":17059.93,\"163\":19083.81,\"164\":5541.3,\"165\":669.61,\"166\":674.01,\"167\":3907.2,\"168\":569.25,\"169\":77.64,\"170\":724.3,\"171\":854.79,\"172\":2376.0,\"173\":7238.4,\"174\":222748.25,\"175\":5389.2,\"176\":3436.88,\"177\":469.26,\"178\":null,\"179\":397.5,\"180\":13816.0,\"181\":19573.7,\"182\":198.0,\"183\":3040.29,\"184\":1787.61,\"185\":693.04,\"186\":3024.0,\"187\":1342.0,\"188\":16068.0,\"189\":60175.33,\"190\":504815.17,\"191\":14264.0,\"192\":1538.79,\"193\":4995.63,\"194\":50563.84,\"195\":6024.33,\"196\":902.18,\"197\":730.58,\"198\":12992.13,\"199\":3701.76,\"200\":1878.03,\"201\":15600.61,\"202\":566.5,\"203\":99628.84,\"204\":64004.58,\"205\":15317.03,\"206\":6003.0,\"207\":5992.59,\"208\":939.79,\"209\":244958.74,\"210\":null,\"211\":7040.16,\"212\":null,\"213\":510030.0,\"214\":85374.51,\"215\":272499.07,\"216\":21793.71,\"217\":339164.69,\"218\":19260.0,\"219\":18904.6,\"220\":18977.69,\"221\":8847.58,\"222\":9963.4,\"223\":121101.19,\"224\":1038.31,\"225\":2079.46,\"226\":203573.29,\"227\":69382.29,\"228\":2426.27,\"229\":null,\"230\":406.53,\"231\":31024.15,\"232\":null,\"233\":3408.17,\"234\":2849.4,\"235\":68.44,\"236\":908.02,\"237\":896288.13,\"238\":600474.9399999999,\"239\":474.0,\"240\":7517.4,\"241\":4613.62,\"242\":810.48,\"243\":190850.0,\"244\":658.41,\"245\":5148.0,\"246\":20268.69,\"247\":58605.68,\"248\":69606.87,\"249\":95029.12,\"250\":75.0,\"251\":null,\"252\":480954.91,\"253\":null,\"254\":null,\"255\":5050.44,\"256\":609.84,\"257\":673.45,\"258\":3997.8,\"259\":80202.53,\"260\":1063.83,\"261\":533.58,\"262\":836.1,\"263\":888.48,\"264\":4780.8,\"265\":424.08,\"266\":18920.0,\"267\":13923.85,\"268\":8062.65,\"269\":19734.4,\"270\":10531.2,\"271\":null,\"272\":376.66,\"273\":2535.0,\"274\":271.78,\"275\":29648.51,\"276\":25603.12,\"277\":null,\"278\":null,\"279\":821108.12,\"280\":926.04,\"281\":847.66,\"282\":1249.07,\"283\":3025.8,\"284\":7251.84,\"285\":null,\"286\":161864.69,\"287\":72993.27,\"288\":24942.52,\"289\":113809.91,\"290\":802.06,\"291\":2517.23,\"292\":68928.61,\"293\":17215.65,\"294\":13267.48,\"295\":64840.39,\"296\":162169.08,\"297\":170834.55,\"298\":3855.84,\"299\":107664.92,\"300\":15328.3,\"301\":null,\"302\":44357.29,\"303\":48672.73,\"304\":633.57,\"305\":75674.12,\"306\":null,\"307\":5684.8,\"308\":2901.02,\"309\":23920.35,\"310\":56116.2,\"311\":null,\"312\":19750.82,\"313\":653.91,\"314\":7387.2,\"315\":17126.78,\"316\":null,\"317\":2280.0,\"318\":6648.02,\"319\":null,\"320\":880.0,\"321\":4756.23,\"322\":1223.52,\"323\":1668.04,\"324\":165.26,\"325\":15027.0,\"326\":12340.0,\"327\":2761.0,\"328\":6995.42,\"329\":21230.65,\"330\":10204.32,\"331\":9820.55,\"332\":null,\"333\":17098.0,\"334\":16736.8,\"335\":160.8,\"336\":null,\"337\":14364.0,\"338\":19620.26,\"339\":10271.0,\"340\":19331.75,\"341\":6151.35,\"342\":6104.19,\"343\":6088.48,\"344\":6420.58,\"345\":600.7,\"346\":10963.4,\"347\":7964.0,\"348\":null,\"349\":2320.3,\"350\":5446.86,\"351\":5566.3,\"352\":376.58,\"353\":2722.55,\"354\":346.38,\"355\":2441.0,\"356\":1461.86,\"357\":13547.15,\"358\":4007.23,\"359\":19265.45,\"360\":1237.8,\"361\":1429.19,\"362\":null,\"363\":925.32,\"364\":355.52,\"365\":3163.93,\"366\":14243.16,\"367\":6534.0,\"368\":6521.88,\"369\":76671.47,\"370\":12518.51,\"371\":3134.96,\"372\":6037.57,\"373\":7165.44,\"374\":17817.75,\"375\":6215.2,\"376\":16273.98,\"377\":null,\"378\":18311.21,\"379\":1485.66,\"380\":7957.92,\"381\":9096.68,\"382\":9879.0,\"383\":7187.76,\"384\":442.36,\"385\":null,\"386\":2635.88,\"387\":6289.67,\"388\":3.93,\"389\":83.18,\"390\":2711.97,\"391\":5719.67,\"392\":4503.6,\"393\":10233.17,\"394\":1070.54,\"395\":13290.33,\"396\":13684.08,\"397\":6188.28,\"398\":7666.2,\"399\":12283.2,\"400\":19898.39,\"401\":19930.35,\"402\":120.6,\"403\":63139.88,\"404\":11875.46,\"405\":10130.86,\"406\":6.25,\"407\":2.02,\"408\":7604.4,\"409\":1941.6,\"410\":404.47,\"411\":7411.98,\"412\":813.03,\"413\":0.15,\"414\":21814.46,\"415\":19976.31,\"416\":93180.83,\"417\":1317.25,\"418\":1371.72,\"419\":90387.53,\"420\":8037.75,\"421\":10440.0,\"422\":3715.8,\"423\":7311.24,\"424\":7888.05,\"425\":7340.4,\"426\":8792.1,\"427\":5196.0,\"428\":6092.1,\"429\":704.97,\"430\":null,\"431\":769.56,\"432\":521.88,\"433\":499.8,\"434\":593.58,\"435\":385.32,\"436\":571.48,\"437\":755.76,\"438\":914.48,\"439\":903.64,\"440\":8616.0,\"441\":650.28,\"442\":null,\"443\":10482.47,\"444\":11397.46,\"445\":6741.0,\"446\":4701.77,\"447\":641.55,\"448\":1.8,\"449\":0.53,\"450\":8363.39,\"451\":8616.0,\"452\":7971.89,\"453\":894.44,\"454\":8352.45,\"455\":7.97,\"456\":null,\"457\":578.4,\"458\":927.3,\"459\":3065.92,\"460\":8120.15,\"461\":912.44,\"462\":879.72,\"463\":10.91,\"464\":24.99,\"465\":255.0,\"466\":9959.64,\"467\":8133.55,\"468\":null,\"469\":6999.77,\"470\":10816.99,\"471\":11642.21,\"472\":6704.4,\"473\":636.11,\"474\":644.38,\"475\":6091.8,\"476\":18.63,\"477\":63.42,\"478\":584.71,\"479\":797.76,\"480\":2.51,\"481\":1722.6,\"482\":7242.0,\"483\":11865.0,\"484\":4410.0,\"485\":3231.88,\"486\":465.41,\"487\":null,\"488\":397.0,\"489\":13849.0,\"490\":19614.85,\"491\":198.0,\"492\":3004.48,\"493\":1815.99,\"494\":666.27,\"495\":2498.4,\"496\":1327.0,\"497\":15752.0,\"498\":124692.07,\"499\":499952.09,\"500\":14008.0,\"501\":2053.92,\"502\":9956.0,\"503\":50430.08,\"504\":4517.33,\"505\":834.33,\"506\":716.02,\"507\":6355.19,\"508\":3701.44,\"509\":2030.34,\"510\":14636.55,\"511\":91.52,\"512\":49758.22,\"513\":53483.11,\"514\":null,\"515\":6144.0,\"516\":9489.96,\"517\":939.79,\"518\":244432.52,\"519\":9916.58,\"520\":null,\"521\":508360.0,\"522\":993866.28,\"523\":211098.3,\"524\":21437.01,\"525\":33393.66,\"526\":19248.0,\"527\":17925.6,\"528\":19851.86,\"529\":8851.8,\"530\":10002.88,\"531\":169321.23,\"532\":775.63,\"533\":2102.83,\"534\":202656.62,\"535\":57528.27,\"536\":2182.59,\"537\":1327.73,\"538\":400.81,\"539\":29044.25,\"540\":3938.81,\"541\":2634.6,\"542\":30.68,\"543\":907.94,\"544\":895894.5,\"545\":599808.77,\"546\":324.0,\"547\":3638.8,\"548\":4604.32,\"549\":832.15,\"550\":null,\"551\":680.05,\"552\":12276.0,\"553\":null,\"554\":59583.6,\"555\":69859.27,\"556\":164547.63,\"557\":1856.5,\"558\":null,\"559\":479798.38,\"560\":43086.46,\"561\":5968.7,\"562\":586.74,\"563\":671.65,\"564\":4026.75,\"565\":80009.17,\"566\":1062.1,\"567\":538.36,\"568\":923.04,\"569\":863.78,\"570\":4417.2,\"571\":434.76,\"572\":13857.13,\"573\":8077.95,\"574\":19648.0,\"575\":8577.6,\"576\":null,\"577\":364.85,\"578\":null,\"579\":250.0,\"580\":29180.74,\"581\":25607.97,\"582\":1227472.8899999999,\"583\":null,\"584\":661056.84,\"585\":962.52,\"586\":784.52,\"587\":1342.07,\"588\":2752.2,\"589\":null,\"590\":null,\"591\":406917.18,\"592\":198520.0,\"593\":null,\"594\":123584.34,\"595\":74008.23,\"596\":108796.72,\"597\":801.08,\"598\":2758.35,\"599\":81607.93,\"600\":19451.31,\"601\":15112.94,\"602\":64351.44,\"603\":158462.05,\"604\":169489.6,\"605\":3851.38,\"606\":101755.75,\"607\":14725.6,\"608\":45015.75,\"609\":47865.22,\"610\":691.2,\"611\":75529.96,\"612\":1746.81,\"613\":11259.6,\"614\":2767.64,\"615\":29200.45,\"616\":56858.48,\"617\":55659.65,\"618\":18978.31,\"619\":652.65,\"620\":7383.6,\"621\":null,\"622\":null,\"623\":4192.8,\"624\":6680.19,\"625\":2880.0,\"626\":4756.23,\"627\":1198.32,\"628\":1659.68,\"629\":157.07,\"630\":10465.0,\"631\":9749.0,\"632\":2723.6,\"633\":7927.24,\"634\":9113.0,\"635\":14816.38,\"636\":15534.57,\"637\":2237.99,\"638\":15686.1,\"639\":15344.2,\"640\":1700.4,\"641\":1751.4,\"642\":13734.0,\"643\":19698.29,\"644\":10266.29,\"645\":18809.57,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":485.6,\"651\":16345.5,\"652\":7684.0,\"653\":2237.8,\"654\":4882.44,\"655\":5030.2,\"656\":376.58,\"657\":1961.17,\"658\":346.38,\"659\":2344.0,\"660\":541.96,\"661\":13754.65,\"662\":8295.98,\"663\":18076.93,\"664\":1247.4,\"665\":2838.74,\"666\":1.47,\"667\":805.86,\"668\":223.96,\"669\":null,\"670\":2883.1,\"671\":15597.5,\"672\":6398.9,\"673\":9425.4,\"674\":90863.99,\"675\":6045.33,\"676\":1534.29,\"677\":5102.09,\"678\":6187.68,\"679\":16104.08,\"680\":3394.0,\"681\":14446.35,\"682\":null,\"683\":11975.62,\"684\":1048.74,\"685\":9868.23,\"686\":9782.56,\"687\":9543.0,\"688\":9866.03,\"689\":283.28,\"690\":14.8,\"691\":2635.88,\"692\":6957.75,\"693\":4.61,\"694\":70.55,\"695\":3328.3,\"696\":6152.5,\"697\":9410.4,\"698\":10223.13,\"699\":655.88,\"700\":20057.94,\"701\":20346.84,\"702\":9026.32,\"703\":9556.2,\"704\":14720.4,\"705\":19894.36,\"706\":19919.61,\"707\":262.8,\"708\":76418.43,\"709\":14051.45,\"710\":15520.64,\"711\":2.51,\"712\":0.79,\"713\":7604.4,\"714\":2101.05,\"715\":464.2,\"716\":3193.78,\"717\":806.57,\"718\":25855.93,\"719\":23458.76,\"720\":88929.59,\"721\":1344.53,\"722\":1264.08,\"723\":83329.05,\"724\":9441.95,\"725\":18400.0,\"726\":4313.4,\"727\":7142.88,\"728\":8244.9,\"729\":8477.33,\"730\":6446.03,\"731\":8004.3,\"732\":8995.8,\"733\":687.54,\"734\":null,\"735\":675.24,\"736\":481.08,\"737\":468.72,\"738\":945.45,\"739\":619.68,\"740\":609.1,\"741\":746.16,\"742\":1016.05,\"743\":1016.9,\"744\":9722.4,\"745\":681.6,\"746\":1.2,\"747\":16653.78,\"748\":16666.28,\"749\":9167.4,\"750\":596.04,\"751\":931.47,\"752\":136.8,\"753\":221.87,\"754\":9916.5,\"755\":7278.0,\"756\":8346.24,\"757\":951.14,\"758\":11148.3,\"759\":0.93,\"760\":879.34,\"761\":750.12,\"762\":984.5,\"763\":2815.56,\"764\":9237.95,\"765\":1037.02,\"766\":987.92,\"767\":821.23,\"768\":828.92,\"769\":207.0,\"770\":9571.12,\"771\":5089.99,\"772\":1034.4,\"773\":11500.35,\"774\":11638.09,\"775\":10618.76,\"776\":7742.7,\"777\":970.86,\"778\":953.99,\"779\":7108.2,\"780\":7.25,\"781\":68.39,\"782\":812.82,\"783\":422.05,\"784\":190.53,\"785\":2402.4,\"786\":7231.2,\"787\":14912.0,\"788\":4420.8,\"789\":2944.81,\"790\":468.27,\"791\":null,\"792\":396.96,\"793\":14058.0,\"794\":19609.15,\"795\":191.4,\"796\":1669.14,\"797\":1820.61,\"798\":717.88,\"799\":1359.9,\"800\":1412.0,\"801\":22552.0,\"802\":60189.61,\"803\":502080.01,\"804\":11824.0,\"805\":963.6,\"806\":9948.63,\"807\":53320.87,\"808\":1708.67,\"809\":1097.1,\"810\":719.81,\"811\":null,\"812\":3699.84,\"813\":1974.2,\"814\":16575.99,\"815\":587.4,\"816\":null,\"817\":66456.2,\"818\":null,\"819\":6170.0,\"820\":null,\"821\":723.91,\"822\":239508.19,\"823\":7456.28,\"824\":53640.0,\"825\":null,\"826\":900348.83,\"827\":242828.38,\"828\":19021.28,\"829\":33052.09,\"830\":17016.0,\"831\":18634.0,\"832\":24611.62,\"833\":8851.25,\"834\":9937.92,\"835\":85772.27,\"836\":732.57,\"837\":1616.2,\"838\":203316.63,\"839\":54367.2,\"840\":2346.92,\"841\":null,\"842\":402.66,\"843\":28550.59,\"844\":3938.29,\"845\":2183.4,\"846\":75.52,\"847\":924.55,\"848\":877513.03,\"849\":599790.98,\"850\":336.0,\"851\":7447.0,\"852\":8324.65,\"853\":810.26,\"854\":205070.0,\"855\":682.57,\"856\":11988.0,\"857\":61267.87,\"858\":68279.68,\"859\":164469.66,\"860\":null,\"861\":386722.0,\"862\":473792.87,\"863\":null,\"864\":43444.45,\"865\":2448.7,\"866\":597.83,\"867\":673.34,\"868\":3998.25,\"869\":173798.67,\"870\":1062.1,\"871\":525.36,\"872\":851.76,\"873\":825.62,\"874\":4027.2,\"875\":433.08,\"876\":14005.63,\"877\":8054.55,\"878\":19648.0,\"879\":10152.0,\"880\":326.37,\"881\":2326.2,\"882\":102.3,\"883\":212.3,\"884\":29578.86,\"885\":50221.11,\"886\":775128.03,\"887\":null,\"888\":618064.5600000001,\"889\":967.26,\"890\":729.3,\"891\":1342.44,\"892\":2435.4,\"893\":59016.42,\"894\":433846.6,\"895\":534736.04,\"896\":200430.0,\"897\":null,\"898\":null,\"899\":73385.64,\"900\":800.52,\"901\":2777.59,\"902\":71330.67,\"903\":18576.77,\"904\":14235.91,\"905\":64280.81,\"906\":165340.15,\"907\":169595.05,\"908\":3854.11,\"909\":192643.02,\"910\":14744.73,\"911\":44512.26,\"912\":47564.51,\"913\":671.43,\"914\":75728.56,\"915\":1479.0,\"916\":9966.0,\"917\":2804.48,\"918\":17617.06,\"919\":null,\"920\":22271.1,\"921\":55866.27,\"922\":17701.98,\"923\":651.51,\"924\":6404.4,\"925\":4960.8,\"926\":6639.11,\"927\":null,\"928\":4160.0,\"929\":9247.34,\"930\":126.36,\"931\":1705.0,\"932\":177.4,\"933\":9826.0,\"934\":14253.0,\"935\":2560.8,\"936\":7386.0,\"937\":23662.36,\"938\":10196.32,\"939\":10218.05,\"940\":1281.87,\"941\":15462.8,\"942\":15127.2,\"943\":2578.8,\"944\":null,\"945\":13482.0,\"946\":19685.1,\"947\":10283.04,\"948\":18345.73,\"949\":574.4,\"950\":13004.3,\"951\":1724.0,\"952\":2066.2,\"953\":6672.3,\"954\":4179.1,\"955\":376.58,\"956\":2142.17,\"957\":346.15,\"958\":2343.0,\"959\":1173.63,\"960\":13007.01,\"961\":5669.86,\"962\":17907.05,\"963\":341.4,\"964\":2701.84,\"965\":20.54,\"966\":828.3,\"967\":376.64,\"968\":333.9,\"969\":3025.77,\"970\":41.28,\"971\":15228.82,\"972\":6291.5,\"973\":6880.68,\"974\":100106.69,\"975\":8393.83,\"976\":1796.44,\"977\":4809.39,\"978\":9512.64,\"979\":12992.4,\"980\":10154.28,\"981\":18408.05,\"982\":87454.04,\"983\":16004.83,\"984\":1311.86,\"985\":9882.76,\"986\":8003.81,\"987\":9030.0,\"988\":10449.6,\"989\":505.64,\"990\":null,\"991\":2635.88,\"992\":9273.62,\"993\":2.29,\"994\":61.31,\"995\":1728.56,\"996\":4650.53,\"997\":9295.2,\"998\":10216.24,\"999\":1062.19,\"1000\":20231.05,\"1001\":19912.06,\"1002\":8253.46,\"1003\":7938.0,\"1004\":16354.8,\"1005\":19813.13,\"1006\":19927.02,\"1007\":996.6,\"1008\":75052.43,\"1009\":18858.54,\"1010\":15866.01,\"1011\":7.08,\"1012\":2.29,\"1013\":7604.4,\"1014\":2419.05,\"1015\":389.4,\"1016\":6173.2,\"1017\":757.21,\"1018\":null,\"1019\":34132.64,\"1020\":28864.98,\"1021\":56934.45,\"1022\":27.12,\"1023\":1248.21,\"1024\":62263.79,\"1025\":9071.65,\"1026\":15360.0,\"1027\":3912.0,\"1028\":9773.16,\"1029\":8845.43,\"1030\":8509.95,\"1031\":10013.18,\"1032\":7135.8,\"1033\":7377.3,\"1034\":834.59,\"1035\":null,\"1036\":845.64,\"1037\":546.0,\"1038\":565.2,\"1039\":987.57,\"1040\":588.63,\"1041\":896.8,\"1042\":749.04,\"1043\":1040.67,\"1044\":1038.16,\"1045\":7024.8,\"1046\":992.4,\"1047\":150.0,\"1048\":11561.96,\"1049\":13091.58,\"1050\":3641.4,\"1051\":6569.16,\"1052\":788.67,\"1053\":null,\"1054\":null,\"1055\":344.18,\"1056\":9425.4,\"1057\":9850.8,\"1058\":8918.97,\"1059\":994.81,\"1060\":10018.35,\"1061\":6.48,\"1062\":926.05,\"1063\":865.32,\"1064\":988.9,\"1065\":2412.96,\"1066\":8694.0,\"1067\":1019.49,\"1068\":1011.36,\"1069\":778.09,\"1070\":154.22,\"1071\":342.0,\"1072\":11250.32,\"1073\":8549.53,\"1074\":1123.8,\"1075\":12040.47,\"1076\":13220.24,\"1077\":12635.94,\"1078\":3476.4,\"1079\":733.48,\"1080\":681.36,\"1081\":4527.6,\"1082\":70.39,\"1083\":798.66,\"1084\":911.37,\"1085\":null,\"1086\":2303.4,\"1087\":7213.2,\"1088\":404684.58,\"1089\":3988.8,\"1090\":null,\"1091\":694.76,\"1092\":null,\"1093\":4820.0,\"1094\":405.28,\"1095\":14212.0,\"1096\":19588.04,\"1097\":null,\"1098\":3016.53,\"1099\":1785.3,\"1100\":727.11,\"1101\":null,\"1102\":1424.0,\"1103\":21956.0,\"1104\":60456.75,\"1105\":492931.12,\"1106\":12280.0,\"1107\":929.28,\"1108\":12020.72,\"1109\":32481.14,\"1110\":4422.0,\"1111\":884.93,\"1112\":730.0,\"1113\":3701.12,\"1114\":2077.36,\"1115\":14225.03,\"1116\":575.3,\"1117\":66079.45,\"1118\":15198.04,\"1119\":7156.0,\"1120\":6037.85,\"1121\":938.8,\"1122\":239736.94,\"1123\":19965.37,\"1124\":7395.72,\"1125\":34248.0,\"1126\":507410.0,\"1127\":60515.95,\"1128\":214894.3,\"1129\":20180.28,\"1130\":298231.23,\"1131\":15900.0,\"1132\":18620.8,\"1133\":21988.97,\"1134\":8753.27,\"1135\":9137.25,\"1136\":171266.2,\"1137\":761.55,\"1138\":1566.51,\"1139\":55329.99,\"1140\":50320.27,\"1141\":2379.93,\"1142\":null,\"1143\":404.47,\"1144\":27556.2,\"1145\":3902.06,\"1146\":2181.6,\"1147\":69.62,\"1148\":923.73,\"1149\":867346.77,\"1150\":600626.08,\"1151\":306.0,\"1152\":6738.6,\"1153\":8319.96,\"1154\":806.85,\"1155\":136650.0,\"1156\":690.87,\"1157\":12672.0,\"1158\":23078.75,\"1159\":60256.05,\"1160\":67877.21,\"1161\":164745.62,\"1162\":1610.0,\"1163\":403052.0,\"1164\":461591.03,\"1165\":51068.59,\"1166\":7499.13,\"1167\":null,\"1168\":673.74,\"1169\":3998.55,\"1170\":80352.43,\"1171\":1063.83,\"1172\":530.67,\"1173\":829.98,\"1174\":1132.5,\"1175\":3469.2,\"1176\":432.12,\"1177\":13784.67,\"1178\":8093.7,\"1179\":19606.4,\"1180\":11908.8,\"1181\":361.28,\"1182\":2587.2,\"1183\":102.3,\"1184\":337.44,\"1185\":29663.03,\"1186\":25580.39,\"1187\":591425.55,\"1188\":null,\"1189\":641773.59,\"1190\":1062.78,\"1191\":772.86,\"1192\":1283.61,\"1193\":2435.4,\"1194\":33592.8,\"1195\":770358.35,\"1196\":532632.86,\"1197\":null,\"1198\":null,\"1199\":null,\"1200\":72532.44,\"1201\":799.68,\"1202\":1353.6,\"1203\":79885.38,\"1204\":17440.27,\"1205\":12665.35,\"1206\":76562.54,\"1207\":164901.62,\"1208\":169789.3,\"1209\":null,\"1210\":100975.86,\"1211\":14733.46,\"1212\":44589.18,\"1213\":47848.61,\"1214\":null,\"1215\":75444.46,\"1216\":1164.5,\"1217\":9999.0,\"1218\":2803.45,\"1219\":31449.82,\"1220\":46226.29,\"1221\":56310.35,\"1222\":18154.4,\"1223\":651.06,\"1224\":5918.4,\"1225\":7197.6,\"1226\":6659.24,\"1227\":null,\"1228\":2480.0,\"1229\":9348.23,\"1230\":788.88,\"1231\":1754.28,\"1232\":243.93,\"1233\":9224.0,\"1234\":9854.0,\"1235\":2534.4,\"1236\":7927.08,\"1237\":18936.5,\"1238\":10175.27,\"1239\":10222.25,\"1240\":650.47,\"1241\":15028.8,\"1242\":14680.2,\"1243\":50.4,\"1244\":1566.5,\"1245\":13734.0,\"1246\":19700.26,\"1247\":10277.23,\"1248\":19464.66,\"1249\":538.3,\"1250\":16574.3,\"1251\":1794.0,\"1252\":7.64,\"1253\":1994.7,\"1254\":7267.08,\"1255\":3902.2,\"1256\":376.58,\"1257\":1748.5,\"1258\":345.92,\"1259\":2305.0,\"1260\":1228.98,\"1261\":12601.26,\"1262\":6694.92,\"1263\":17984.22,\"1264\":1131.6,\"1265\":2014.33,\"1266\":1.47,\"1267\":954.36,\"1268\":null,\"1269\":356.4,\"1270\":767.1,\"1271\":1365.32,\"1272\":49.44,\"1273\":17012.04,\"1274\":6119.8,\"1275\":8095.08,\"1276\":94635.17,\"1277\":8822.88,\"1278\":2844.3,\"1279\":4671.65,\"1280\":5028.48,\"1281\":null,\"1282\":10997.48,\"1283\":11235.21,\"1284\":17523.39,\"1285\":17370.22,\"1286\":1245.2,\"1287\":6575.93,\"1288\":3995.7,\"1289\":7539.0,\"1290\":7969.67,\"1291\":488.0,\"1292\":0.8,\"1293\":2635.88,\"1294\":9041.49,\"1295\":2.48,\"1296\":81.11,\"1297\":3339.56,\"1298\":4405.91,\"1299\":8838.0,\"1300\":7091.6,\"1301\":20065.6,\"1302\":12338.39,\"1303\":9405.51,\"1304\":6876.0,\"1305\":15937.2,\"1306\":14155.42,\"1307\":14811.17,\"1308\":475.2,\"1309\":65117.36,\"1310\":16727.89,\"1311\":18887.03,\"1312\":7.16,\"1313\":2.29,\"1314\":7604.4,\"1315\":436.81,\"1316\":null,\"1317\":969.0,\"1318\":null,\"1319\":36274.73,\"1320\":21002.56,\"1321\":73675.53,\"1322\":1317.64,\"1323\":1613.22,\"1324\":78948.79,\"1325\":5967.5,\"1326\":12480.0,\"1327\":4267.8,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":8657.55,\"1332\":7266.0,\"1333\":8078.1,\"1334\":870.85,\"1335\":936.6,\"1336\":531.12,\"1337\":605.76,\"1338\":1003.2,\"1339\":605.94,\"1340\":937.89,\"1341\":467.15,\"1342\":1026.43,\"1343\":1034.97,\"1344\":8698.8,\"1345\":788.4,\"1346\":2.4,\"1347\":18182.03,\"1348\":17629.34,\"1349\":6231.6,\"1350\":2498.45,\"1351\":1012.83,\"1352\":2.4,\"1353\":1098.02,\"1354\":7740.6,\"1355\":9769.2,\"1356\":8136.41,\"1357\":1006.08,\"1358\":15948.0,\"1359\":7.83,\"1360\":null,\"1361\":808.92,\"1362\":958.1,\"1363\":1448.04,\"1364\":7462.35,\"1365\":1034.49,\"1366\":1015.71,\"1367\":899.42,\"1368\":378.0,\"1369\":8447.11,\"1370\":6846.67,\"1371\":1599.6,\"1372\":13937.75,\"1373\":15546.29,\"1374\":14005.44,\"1375\":5831.4,\"1376\":929.65,\"1377\":925.45,\"1378\":null,\"1379\":5718.9,\"1380\":2.76,\"1381\":80.89,\"1382\":891.52,\"1383\":934.15,\"1384\":575.88,\"1385\":2184.6,\"1386\":7215.6,\"1387\":394729.93,\"1388\":3430.8,\"1389\":4439.58,\"1390\":689.7,\"1391\":3.17,\"1392\":270.0,\"1393\":404.86,\"1394\":13948.0,\"1395\":10384.97,\"1396\":204.6,\"1397\":2847.9,\"1398\":1708.74,\"1399\":673.83,\"1400\":1960.2,\"1401\":1484.0,\"1402\":21028.0,\"1403\":60223.53,\"1404\":482352.16,\"1405\":12200.0,\"1406\":859.65,\"1407\":6971.51,\"1408\":39554.35,\"1409\":4950.0,\"1410\":962.84,\"1411\":728.52,\"1412\":3700.48,\"1413\":2102.96,\"1414\":16034.07,\"1415\":null,\"1416\":null,\"1417\":65606.78,\"1418\":15200.44,\"1419\":null,\"1420\":5716.4,\"1421\":938.8,\"1422\":237178.89,\"1423\":140397.32,\"1424\":6951.27,\"1425\":31704.0,\"1426\":null,\"1427\":327369.88,\"1428\":268365.05,\"1429\":17575.76,\"1430\":328141.74,\"1431\":15336.0,\"1432\":18598.8,\"1433\":19835.16,\"1434\":8753.26,\"1435\":10884.81,\"1436\":729.67,\"1437\":1471.71,\"1438\":null,\"1439\":163530.0,\"1440\":77912.36,\"1441\":2552.2,\"1442\":null,\"1443\":27560.5,\"1444\":3688.91,\"1445\":2194.8,\"1446\":null,\"1447\":905.05,\"1448\":864104.21,\"1449\":600665.22,\"1450\":654.0,\"1451\":6685.8,\"1452\":8325.9,\"1453\":820.93,\"1454\":136670.0,\"1455\":675.96,\"1456\":12708.0,\"1457\":23121.77,\"1458\":61933.7,\"1459\":67215.22,\"1460\":164087.53,\"1461\":2223.0,\"1462\":398728.0,\"1463\":547904.0,\"1464\":null,\"1465\":590.96,\"1466\":688.5,\"1467\":3989.1,\"1468\":81254.44,\"1469\":1063.82,\"1470\":533.94,\"1471\":820.26,\"1472\":878.69,\"1473\":4111.2,\"1474\":429.48,\"1475\":2911.33,\"1476\":13826.28,\"1477\":8203.05,\"1478\":19964.8,\"1479\":9067.2,\"1480\":366.5,\"1481\":2264.4,\"1482\":102.3,\"1483\":198.39,\"1484\":29832.82,\"1485\":25601.62,\"1486\":null,\"1487\":null,\"1488\":735061.14,\"1489\":1088.76,\"1490\":677.82,\"1491\":1270.15,\"1492\":2435.4,\"1493\":null,\"1494\":763214.96,\"1495\":531997.67,\"1496\":197240.0,\"1497\":411748.08,\"1498\":73446.58,\"1499\":0.02,\"1500\":799.96,\"1501\":459.63,\"1502\":61629.17,\"1503\":18581.82,\"1504\":15437.64,\"1505\":64860.63,\"1506\":162974.64,\"1507\":169583.95,\"1508\":null,\"1509\":153358.53,\"1510\":14738.11,\"1511\":44853.69,\"1512\":47840.91,\"1513\":658.83,\"1514\":152879.94,\"1515\":1462.36,\"1516\":9594.2,\"1517\":2821.59,\"1518\":31229.73,\"1519\":46901.12,\"1520\":56556.73,\"1521\":18114.57,\"1522\":650.49,\"1523\":7387.2,\"1524\":null,\"1525\":5824.8,\"1526\":6654.95,\"1527\":336.14,\"1528\":5760.0,\"1529\":4756.23,\"1530\":90.0,\"1531\":1738.44,\"1532\":166.86,\"1533\":null,\"1534\":9202.0,\"1535\":12836.0,\"1536\":3883.0,\"1537\":6944.66,\"1538\":10607.85,\"1539\":10042.27,\"1540\":10137.07,\"1541\":873.25,\"1542\":14773.5,\"1543\":14431.5,\"1544\":24.0,\"1545\":1518.5,\"1546\":12618.0,\"1547\":19710.32,\"1548\":10281.88,\"1549\":19554.63,\"1550\":null,\"1551\":502.3,\"1552\":13015.8,\"1553\":1788.0,\"1554\":1892.2,\"1555\":6029.22,\"1556\":7157.3,\"1557\":376.58,\"1558\":1449.44,\"1559\":345.46,\"1560\":2261.0,\"1561\":417.76,\"1562\":12184.69,\"1563\":3859.63,\"1564\":16800.7,\"1565\":1359.0,\"1566\":3845.45,\"1567\":1.47,\"1568\":786.72,\"1569\":276.76,\"1570\":624.9,\"1571\":2739.66,\"1572\":19.2,\"1573\":15386.83,\"1574\":6012.7,\"1575\":4095.84,\"1576\":96911.06,\"1577\":1070.68,\"1578\":3536.08,\"1579\":4459.3,\"1580\":6776.64,\"1581\":14684.77,\"1582\":7627.46,\"1583\":15473.5,\"1584\":null,\"1585\":17040.46,\"1586\":1341.56,\"1587\":9847.56,\"1588\":9880.81,\"1589\":9418.5,\"1590\":7905.07,\"1591\":465.2,\"1592\":null,\"1593\":2635.88,\"1594\":8985.82,\"1595\":1.69,\"1596\":60.87,\"1597\":1705.93,\"1598\":4274.06,\"1599\":7844.4,\"1600\":10030.6,\"1601\":867.95,\"1602\":16881.36,\"1603\":18503.04,\"1604\":4681.68,\"1605\":6588.0,\"1606\":18331.2,\"1607\":10786.01,\"1608\":16576.65,\"1609\":null,\"1610\":71058.87,\"1611\":6811.25,\"1612\":7911.34,\"1613\":7.18,\"1614\":2.31,\"1615\":7604.4,\"1616\":454.05,\"1617\":340.89,\"1618\":7994.8,\"1619\":955.33,\"1620\":null,\"1621\":32241.38,\"1622\":19889.86,\"1623\":71289.1,\"1624\":1300.26,\"1625\":916.32,\"1626\":97640.98,\"1627\":7152.25,\"1628\":12440.0,\"1629\":3228.0,\"1630\":7381.62,\"1631\":7568.1,\"1632\":7275.6,\"1633\":7382.7,\"1634\":6553.8,\"1635\":6856.5,\"1636\":628.76,\"1637\":691.2,\"1638\":370.44,\"1639\":330.84,\"1640\":930.69,\"1641\":486.51,\"1642\":860.43,\"1643\":715.8,\"1644\":714.48,\"1645\":1042.1,\"1646\":1054.92,\"1647\":7098.0,\"1648\":296.88,\"1649\":null,\"1650\":14997.1,\"1651\":13875.14,\"1652\":5776.2,\"1653\":8633.14,\"1654\":864.09,\"1655\":null,\"1656\":2.88,\"1657\":482.33,\"1658\":8921.7,\"1659\":9076.8,\"1660\":8535.59,\"1661\":1014.16,\"1662\":7675.65,\"1663\":8.26,\"1664\":932.38,\"1665\":908.28,\"1666\":971.3,\"1667\":2117.28,\"1668\":8846.95,\"1669\":1030.05,\"1670\":1029.65,\"1671\":763.54,\"1672\":504.0,\"1673\":8179.46,\"1674\":6770.59,\"1675\":null,\"1676\":7608.41,\"1677\":10841.27,\"1678\":10448.01,\"1679\":8375.7,\"1680\":793.89,\"1681\":751.48,\"1682\":1010.67,\"1683\":3999.6,\"1684\":87.63,\"1685\":43.13,\"1686\":901.84,\"1687\":952.2,\"1688\":49.85,\"1689\":2131.8,\"1690\":7188.0,\"1691\":17847.0,\"1692\":4474.8,\"1693\":4992.18,\"1694\":689.37,\"1695\":null,\"1696\":830.0,\"1697\":404.81,\"1698\":5005.0,\"1699\":19488.96,\"1700\":138.6,\"1701\":3087.64,\"1702\":1804.11,\"1703\":732.82,\"1704\":2245.5,\"1705\":815.0,\"1706\":10576.0,\"1707\":461509.05,\"1708\":501490.86,\"1709\":12488.0,\"1710\":1219.68,\"1711\":12018.55,\"1712\":59265.95,\"1713\":4455.0,\"1714\":904.76,\"1715\":712.68,\"1716\":3703.04,\"1717\":2049.43,\"1718\":16572.27,\"1719\":612.48,\"1720\":65941.22,\"1721\":15407.26,\"1722\":8195.0,\"1723\":null,\"1724\":939.79,\"1725\":157175.23,\"1726\":4777.83,\"1727\":null,\"1728\":507900.0,\"1729\":352716.55,\"1730\":221714.89,\"1731\":17376.27,\"1732\":33227.95,\"1733\":15696.0,\"1734\":18596.6,\"1735\":23510.9,\"1736\":12699.58,\"1737\":9878.83,\"1738\":1157.75,\"1739\":1422.94,\"1740\":243430.0,\"1741\":79385.81,\"1742\":2428.57,\"1743\":772.97,\"1744\":398.42,\"1745\":28991.74,\"1746\":3732.23,\"1747\":2192.4,\"1748\":904.42,\"1749\":867945.4,\"1750\":601508.03,\"1751\":654.0,\"1752\":6633.0,\"1753\":8310.01,\"1754\":825.55,\"1755\":136650.0,\"1756\":669.34,\"1757\":15480.0,\"1758\":23550.04,\"1759\":59978.8,\"1760\":66649.21,\"1761\":164804.0,\"1762\":null,\"1763\":553860.64,\"1764\":null,\"1765\":7805.22,\"1766\":579.48,\"1767\":248.33,\"1768\":3974.1,\"1769\":347106.97,\"1770\":1062.1,\"1771\":432.5,\"1772\":839.34,\"1773\":1126.39,\"1774\":5278.8,\"1775\":429.84,\"1776\":14151.26,\"1777\":4355.1,\"1778\":19974.4,\"1779\":9633.6,\"1780\":null,\"1781\":359.57,\"1782\":2601.6,\"1783\":108.9,\"1784\":308.52,\"1785\":29654.56,\"1786\":25604.06,\"1787\":1241503.8300000001,\"1788\":null,\"1789\":666818.76,\"1790\":1275.3,\"1791\":663.3,\"1792\":null,\"1793\":2435.4,\"1794\":31816.77,\"1795\":531832.89,\"1796\":null,\"1797\":305364.01,\"1798\":142129.31,\"1799\":null,\"1800\":797.16,\"1801\":749.61,\"1802\":68320.81,\"1803\":17466.82,\"1804\":13728.34,\"1805\":63784.79,\"1806\":162817.68,\"1807\":163776.8,\"1808\":null,\"1809\":102385.67,\"1810\":14728.66,\"1811\":45009.39,\"1812\":48226.24,\"1813\":600.75,\"1814\":76543.12,\"1815\":1423.46,\"1816\":10221.2,\"1817\":2857.51,\"1818\":29609.6,\"1819\":45779.35,\"1820\":55835.6,\"1821\":15751.35,\"1822\":652.92,\"1823\":7578.0,\"1824\":null,\"1825\":2882.4,\"1826\":6664.19,\"1827\":363.86,\"1828\":19.77,\"1829\":null,\"1830\":4775.91,\"1831\":363.0,\"1832\":1676.84,\"1833\":160.9,\"1834\":9088.0,\"1835\":16005.0,\"1836\":3231.8,\"1837\":6450.2,\"1838\":13068.28,\"1839\":9980.08,\"1840\":10160.93,\"1841\":2160.55,\"1842\":14601.6,\"1843\":14256.5,\"1844\":1051.2,\"1845\":1499.6,\"1846\":13428.0,\"1847\":19693.15,\"1848\":10266.33,\"1849\":19327.09,\"1850\":486.4,\"1851\":12220.1,\"1852\":2744.0,\"1853\":1786.1,\"1854\":6043.02,\"1855\":7089.2,\"1856\":376.58,\"1857\":2057.24,\"1858\":344.08,\"1859\":2250.0,\"1860\":355.98,\"1861\":12000.39,\"1862\":6899.49,\"1863\":19019.02,\"1864\":837.6,\"1865\":4580.51,\"1866\":66.0,\"1867\":842.14,\"1868\":null,\"1869\":254.76,\"1870\":624.0,\"1871\":2124.1,\"1872\":2648.47,\"1873\":72.96,\"1874\":17591.39,\"1875\":5866.2,\"1876\":9297.06,\"1877\":100686.13,\"1878\":3950.6,\"1879\":3967.65,\"1880\":4287.13,\"1881\":4403.52,\"1882\":8.8,\"1883\":17403.0,\"1884\":2318.65,\"1885\":19444.92,\"1886\":18433.65,\"1887\":1847.12,\"1888\":9900.1,\"1889\":9897.88,\"1890\":9466.5,\"1891\":3467.52,\"1892\":635.24,\"1893\":4.4,\"1894\":685.58,\"1895\":7944.61,\"1896\":2.68,\"1897\":92.2,\"1898\":3278.61,\"1899\":4163.81,\"1900\":9892.8,\"1901\":10248.72,\"1902\":1383.8,\"1903\":19895.36,\"1904\":null,\"1905\":9558.1,\"1906\":8357.4,\"1907\":18511.2,\"1908\":19764.27,\"1909\":19867.76,\"1910\":582.6,\"1911\":86181.39,\"1912\":15281.42,\"1913\":13802.96,\"1914\":6.96,\"1915\":2.24,\"1916\":7604.4,\"1917\":1234.65,\"1918\":384.78,\"1919\":4571.02,\"1920\":856.97,\"1921\":41307.53,\"1922\":22805.45,\"1923\":93695.74,\"1924\":1278.86,\"1925\":864.51,\"1926\":90539.09,\"1927\":8450.4,\"1928\":19640.0,\"1929\":2733.0,\"1930\":8669.16,\"1931\":7980.75,\"1932\":7683.98,\"1933\":7473.15,\"1934\":9060.9,\"1935\":8398.2,\"1936\":897.34,\"1937\":727.8,\"1938\":501.24,\"1939\":584.28,\"1940\":1009.23,\"1941\":622.95,\"1942\":1007.03,\"1943\":949.68,\"1944\":781.44,\"1945\":1047.05,\"1946\":1032.51,\"1947\":9882.0,\"1948\":738.12,\"1949\":30.0,\"1950\":13587.87,\"1951\":11714.36,\"1952\":8607.6,\"1953\":18887.9,\"1954\":1022.82,\"1955\":null,\"1956\":3900.94,\"1957\":9929.1,\"1958\":7909.2,\"1959\":8706.63,\"1960\":1010.16,\"1961\":14155.2,\"1962\":10.02,\"1963\":602.05,\"1964\":816.36,\"1965\":979.0,\"1966\":2451.24,\"1967\":8022.4,\"1968\":1024.23,\"1969\":1015.02,\"1970\":793.51,\"1971\":264.0,\"1972\":11485.61,\"1973\":9018.61,\"1974\":1144.8,\"1975\":13589.33,\"1976\":12646.69,\"1977\":9613.66,\"1978\":9556.5,\"1979\":974.27,\"1980\":957.88,\"1981\":1017.72,\"1982\":4610.1,\"1983\":117.3,\"1984\":83.71,\"1985\":901.37,\"1986\":990.38,\"1987\":null,\"1988\":1.92,\"1989\":2270.4,\"1990\":7183.2,\"1991\":401783.73,\"1992\":4896.0,\"1993\":5926.9,\"1994\":690.8,\"1995\":null,\"1996\":null,\"1997\":404.77,\"1998\":14333.0,\"1999\":19529.29,\"2000\":204.6,\"2001\":3076.26,\"2002\":1727.55,\"2003\":769.32,\"2004\":1913.4,\"2005\":808.0,\"2006\":17136.0,\"2007\":60621.25,\"2008\":502346.48,\"2009\":13008.0,\"2010\":755.37,\"2011\":11920.89,\"2012\":63812.59,\"2013\":4271.67,\"2014\":925.46,\"2015\":711.52,\"2016\":3702.4,\"2017\":2065.05,\"2018\":18181.54,\"2019\":612.48,\"2020\":null,\"2021\":68446.84,\"2022\":15411.58,\"2023\":null,\"2024\":4935.26,\"2025\":940.78,\"2026\":155883.09,\"2027\":6357.61,\"2028\":505500.0,\"2029\":547047.83,\"2030\":260415.73,\"2031\":15607.29,\"2032\":395829.08,\"2033\":15288.0,\"2034\":18717.6,\"2035\":24078.26,\"2036\":9677.74,\"2037\":10913.55,\"2038\":848.08,\"2039\":1374.83,\"2040\":null,\"2041\":304755.0,\"2042\":78958.01,\"2043\":2319.55,\"2044\":768.05,\"2045\":386.05,\"2046\":29820.62,\"2047\":2477.21,\"2048\":2187.0,\"2049\":54.28,\"2050\":829.7,\"2051\":893887.35,\"2052\":498307.88,\"2053\":666.0,\"2054\":6573.6,\"2055\":8338.57,\"2056\":814.44,\"2057\":null,\"2058\":652.52,\"2059\":13500.0,\"2060\":23691.57,\"2061\":58847.72,\"2062\":69201.25,\"2063\":164449.43,\"2064\":null,\"2065\":544922.65,\"2066\":8570.44,\"2067\":580.4,\"2068\":665.14,\"2069\":3848.4,\"2070\":81227.04,\"2071\":1062.1,\"2072\":514.57,\"2073\":908.82,\"2074\":927.88,\"2075\":9898.8,\"2076\":428.88,\"2077\":14093.15,\"2078\":4361.85,\"2079\":19856.0,\"2080\":8342.4,\"2081\":312.51,\"2082\":2560.8,\"2083\":112.2,\"2084\":350.93,\"2085\":29710.09,\"2086\":25603.23,\"2087\":null,\"2088\":null,\"2089\":573332.5,\"2090\":1321.5,\"2091\":null,\"2092\":1134.33,\"2093\":1878.1,\"2094\":438395.74,\"2095\":534918.11,\"2096\":413426.77,\"2097\":82571.92,\"2098\":null,\"2099\":799.26,\"2100\":857.75,\"2101\":81613.96,\"2102\":19203.05,\"2103\":14662.72,\"2104\":71162.67,\"2105\":165045.28,\"2106\":164785.05,\"2107\":null,\"2108\":14750.9,\"2109\":45131.9,\"2110\":48004.89,\"2111\":654.75,\"2112\":76548.42,\"2113\":1422.91,\"2114\":9847.2,\"2115\":2758.0,\"2116\":11273.44,\"2117\":45864.58,\"2118\":56996.29,\"2119\":14513.78,\"2120\":652.56,\"2121\":6408.0,\"2122\":8042.4,\"2123\":6651.98,\"2124\":311.52,\"2125\":null,\"2126\":6960.0,\"2127\":4756.23,\"2128\":342.0,\"2129\":1592.8,\"2130\":166.97,\"2131\":8815.0,\"2132\":12108.0,\"2133\":2831.4,\"2134\":5956.41,\"2135\":16824.38,\"2136\":9509.71,\"2137\":9939.32,\"2138\":170.57,\"2139\":14384.5,\"2140\":14026.7,\"2141\":3962.4,\"2142\":1438.1,\"2143\":12888.0,\"2144\":19614.25,\"2145\":10268.05,\"2146\":19334.07,\"2147\":434.6,\"2148\":10946.4,\"2149\":5080.0,\"2150\":126.96,\"2151\":1716.7,\"2152\":7246.38,\"2153\":5043.3,\"2154\":376.58,\"2155\":513.34,\"2156\":342.01,\"2157\":2193.0,\"2158\":1374.04,\"2159\":11602.32,\"2160\":7933.22,\"2161\":18153.59,\"2162\":1693.2,\"2163\":7000.97,\"2164\":398.93,\"2165\":801.9,\"2166\":null,\"2167\":333.08,\"2168\":1173.9,\"2169\":3737.8,\"2170\":4166.68,\"2171\":268.32,\"2172\":14905.28,\"2173\":5713.7,\"2174\":7631.4,\"2175\":99641.04,\"2176\":14882.65,\"2177\":4139.52,\"2178\":4143.65,\"2179\":7948.8,\"2180\":null,\"2181\":16356.23,\"2182\":10083.08,\"2183\":18188.3,\"2184\":13986.56,\"2185\":1449.36,\"2186\":9423.03,\"2187\":9608.15,\"2188\":9652.5,\"2189\":11334.27,\"2190\":618.6,\"2191\":369.2,\"2192\":1416.84,\"2193\":10054.64,\"2194\":3.74,\"2195\":84.06,\"2196\":3384.79,\"2197\":4881.6,\"2198\":9201.6,\"2199\":10124.25,\"2200\":3831.88,\"2201\":15247.19,\"2202\":9120.89,\"2203\":8937.0,\"2204\":15890.4,\"2205\":17659.69,\"2206\":18628.17,\"2207\":1936.8,\"2208\":77187.63,\"2209\":15631.86,\"2210\":15000.64,\"2211\":7.2,\"2212\":2.3,\"2213\":7604.4,\"2214\":3881.1,\"2215\":463.87,\"2216\":8004.46,\"2217\":830.14,\"2218\":null,\"2219\":41141.18,\"2220\":34317.63,\"2221\":91269.33,\"2222\":1253.4,\"2223\":1678.77,\"2224\":96089.67,\"2225\":9105.6,\"2226\":19040.0,\"2227\":4156.2,\"2228\":9665.52,\"2229\":8975.25,\"2230\":8961.08,\"2231\":10239.08,\"2232\":8247.0,\"2233\":7984.5,\"2234\":921.89,\"2235\":null,\"2236\":960.72,\"2237\":585.96,\"2238\":593.4,\"2239\":869.07,\"2240\":557.31,\"2241\":945.53,\"2242\":873.45,\"2243\":691.92,\"2244\":1025.94,\"2245\":1003.78,\"2246\":8637.6,\"2247\":920.16,\"2248\":1208.4,\"2249\":18749.84,\"2250\":18906.71,\"2251\":9277.2,\"2252\":18939.86,\"2253\":null,\"2254\":2005.8,\"2255\":6156.84,\"2256\":9979.5,\"2257\":9404.4,\"2258\":9549.48,\"2259\":1009.13,\"2260\":17269.65,\"2261\":12.62,\"2262\":976.4,\"2263\":994.92,\"2264\":995.5,\"2265\":2850.76,\"2266\":9450.7,\"2267\":1020.9,\"2268\":1003.42,\"2269\":820.68,\"2270\":1209.0,\"2271\":12142.98,\"2272\":9755.35,\"2273\":2893.8,\"2274\":17491.65,\"2275\":18250.67,\"2276\":18182.35,\"2277\":8537.1,\"2278\":948.22,\"2279\":947.1,\"2280\":1026.95,\"2281\":6223.8,\"2282\":656.19,\"2283\":51.66,\"2284\":771.93,\"2285\":891.6,\"2286\":302.91,\"2287\":281.46,\"2288\":2079.0,\"2289\":7167.6,\"2290\":18564.0,\"2291\":3326.4,\"2292\":5234.1,\"2293\":692.12,\"2294\":null,\"2295\":2280.0,\"2296\":404.65,\"2297\":12826.0,\"2298\":19321.17,\"2299\":204.6,\"2300\":3071.48,\"2301\":1703.13,\"2302\":771.7,\"2303\":1654.2,\"2304\":813.0,\"2305\":16952.0,\"2306\":60521.69,\"2307\":503169.52,\"2308\":13120.0,\"2309\":952.38,\"2310\":10940.1,\"2311\":48408.77,\"2312\":5984.0,\"2313\":801.55,\"2314\":709.5,\"2315\":3703.68,\"2316\":2050.7,\"2317\":15019.51,\"2318\":606.76,\"2319\":null,\"2320\":64225.72,\"2321\":15414.24,\"2322\":7352.0,\"2323\":5012.54,\"2324\":940.78,\"2325\":152929.7,\"2326\":6277.02,\"2327\":null,\"2328\":605879.7,\"2329\":300426.5,\"2330\":14657.41,\"2331\":275275.19,\"2332\":14880.0,\"2333\":17437.2,\"2334\":25100.0,\"2335\":13144.91,\"2336\":10397.99,\"2337\":null,\"2338\":1005.19,\"2339\":1345.94,\"2340\":590.33,\"2341\":221210.0,\"2342\":79808.02,\"2343\":2439.73,\"2344\":767.26,\"2345\":400.24,\"2346\":28100.39,\"2347\":1832.51,\"2348\":2201.4,\"2349\":73.16,\"2350\":865.15,\"2351\":894181.09,\"2352\":472268.42,\"2353\":348.0,\"2354\":6468.0,\"2355\":8346.52,\"2356\":810.59,\"2357\":null,\"2358\":663.1,\"2359\":13752.0,\"2360\":23366.05,\"2361\":60401.44,\"2362\":68503.71,\"2363\":164816.45,\"2364\":null,\"2365\":539998.6,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":575.26,\"2370\":674.28,\"2371\":3850.2,\"2372\":81387.49,\"2373\":1062.1,\"2374\":543.38,\"2375\":902.34,\"2376\":973.87,\"2377\":7933.2,\"2378\":427.92,\"2379\":14057.28,\"2380\":4462.65,\"2381\":19942.4,\"2382\":8712.0,\"2383\":null,\"2384\":346.63,\"2385\":2589.6,\"2386\":112.2,\"2387\":348.65,\"2388\":30082.24,\"2389\":25599.93,\"2390\":null,\"2391\":null,\"2392\":811700.41,\"2393\":1373.94,\"2394\":861.96,\"2395\":1132.15,\"2396\":1732.2,\"2397\":null,\"2398\":178262.16,\"2399\":102840.0,\"2400\":41481.15,\"2401\":305411.76,\"2402\":139212.41,\"2403\":null,\"2404\":799.26,\"2405\":665.0,\"2406\":81720.86,\"2407\":17981.54,\"2408\":13696.09,\"2409\":64100.62,\"2410\":162059.03,\"2411\":170429.4,\"2412\":null,\"2413\":102155.7,\"2414\":14764.46,\"2415\":45276.58,\"2416\":48587.52,\"2417\":658.65,\"2418\":76398.37,\"2419\":1054.67,\"2420\":9354.4,\"2421\":2652.4,\"2422\":26249.63,\"2423\":45952.23,\"2424\":11012.11,\"2425\":55196.81,\"2426\":13742.38,\"2427\":652.2,\"2428\":5713.2,\"2429\":null,\"2430\":3828.0,\"2431\":6639.6,\"2432\":302.74,\"2433\":null,\"2434\":4160.0,\"2435\":9222.31,\"2436\":1150.2,\"2437\":1537.8,\"2438\":158.79,\"2439\":8682.0,\"2440\":10325.0,\"2441\":2723.6,\"2442\":5957.94,\"2443\":17624.11,\"2444\":9275.63,\"2445\":9714.78,\"2446\":1042.8,\"2447\":10041.1,\"2448\":9789.3,\"2449\":1570.8,\"2450\":1375.1,\"2451\":12222.0,\"2452\":18583.01,\"2453\":10286.99,\"2454\":19354.34,\"2455\":427.3,\"2456\":9356.1,\"2457\":7724.0,\"2458\":1646.8,\"2459\":7207.74,\"2460\":4445.3,\"2461\":376.58,\"2462\":1367.57,\"2463\":343.39,\"2464\":2201.0,\"2465\":611.9,\"2466\":11307.66,\"2467\":5885.34,\"2468\":16964.18,\"2469\":1559.4,\"2470\":3678.81,\"2471\":1.47,\"2472\":787.38,\"2473\":null,\"2474\":312.84,\"2475\":1065.9,\"2476\":3968.14,\"2477\":162.82,\"2478\":174.72,\"2479\":12610.43,\"2480\":5744.6,\"2481\":7158.06,\"2482\":98768.29,\"2483\":14182.04,\"2484\":4036.32,\"2485\":4057.57,\"2486\":8366.4,\"2487\":16511.81,\"2488\":9011.08,\"2489\":18498.17,\"2490\":18116.09,\"2491\":1625.14,\"2492\":9819.85,\"2493\":9586.31,\"2494\":9354.0,\"2495\":11025.44,\"2496\":500.92,\"2497\":11.6,\"2498\":1953.45,\"2499\":8807.45,\"2500\":3.25,\"2501\":103.77,\"2502\":3396.18,\"2503\":5185.58,\"2504\":6138.0,\"2505\":10156.96,\"2506\":1779.74,\"2507\":20125.27,\"2508\":9445.31,\"2509\":9446.4,\"2510\":19015.2,\"2511\":11763.58,\"2512\":12201.7,\"2513\":1191.6,\"2514\":90271.85,\"2515\":15423.66,\"2516\":14183.25,\"2517\":4.24,\"2518\":1.4,\"2519\":7604.4,\"2520\":1801.05,\"2521\":428.78,\"2522\":8013.2,\"2523\":905.47,\"2524\":3.3,\"2525\":40208.14,\"2526\":331.19,\"2527\":85800.27,\"2528\":1240.2,\"2529\":1630.47,\"2530\":84305.2,\"2531\":null,\"2532\":15240.0,\"2533\":4498.2,\"2534\":9713.82,\"2535\":7864.88,\"2536\":7900.88,\"2537\":9510.98,\"2538\":7620.6,\"2539\":7623.9,\"2540\":750.55,\"2541\":1.1,\"2542\":929.88,\"2543\":519.84,\"2544\":584.76,\"2545\":969.0,\"2546\":577.26,\"2547\":997.19,\"2548\":935.0,\"2549\":725.88,\"2550\":1013.58,\"2551\":1023.18,\"2552\":7808.4,\"2553\":864.96,\"2554\":22.8,\"2555\":18060.47,\"2556\":17287.23,\"2557\":8069.4,\"2558\":17848.61,\"2559\":990.03,\"2560\":76.8,\"2561\":739.16,\"2562\":6342.3,\"2563\":4969.2,\"2564\":9069.69,\"2565\":987.04,\"2566\":15920.1,\"2567\":7.29,\"2568\":972.07,\"2569\":871.92,\"2570\":833.8,\"2571\":2978.8,\"2572\":9053.95,\"2573\":1012.57,\"2574\":990.87,\"2575\":913.36,\"2576\":90.0,\"2577\":9577.28,\"2578\":7326.19,\"2579\":1197.0,\"2580\":15708.2,\"2581\":16069.5,\"2582\":17434.79,\"2583\":6822.3,\"2584\":940.85,\"2585\":947.61,\"2586\":1004.96,\"2587\":5702.4,\"2588\":null,\"2589\":63.92,\"2590\":null,\"2591\":1017.41,\"2592\":294.63,\"2593\":0.59,\"2594\":1999.8,\"2595\":7165.2,\"2596\":18722.14,\"2597\":2347.2,\"2598\":4651.92,\"2599\":692.67,\"2600\":null,\"2601\":null,\"2602\":404.61,\"2603\":13156.0,\"2604\":18379.55,\"2605\":198.0,\"2606\":3069.99,\"2607\":1682.01,\"2608\":735.88,\"2609\":2223.9,\"2610\":816.0,\"2611\":15628.0,\"2612\":60283.44,\"2613\":499748.15,\"2614\":12960.0,\"2615\":977.79,\"2616\":10940.42,\"2617\":59690.51,\"2618\":6156.33,\"2619\":773.09,\"2620\":709.87,\"2621\":3701.76,\"2622\":1959.99,\"2623\":13840.85,\"2624\":599.72,\"2625\":null,\"2626\":62685.31,\"2627\":15405.28,\"2628\":9378.0,\"2629\":4945.28,\"2630\":939.79,\"2631\":151257.11,\"2632\":6068.94,\"2633\":null,\"2634\":null,\"2635\":214099.41,\"2636\":274893.64,\"2637\":13907.52,\"2638\":395412.15,\"2639\":14520.0,\"2640\":18737.4,\"2641\":25151.77,\"2642\":13077.59,\"2643\":10101.32,\"2644\":169272.52,\"2645\":831.31,\"2646\":1327.18,\"2647\":581.71,\"2648\":304865.0,\"2649\":38562.6,\"2650\":2208.0,\"2651\":765.49,\"2652\":391.33,\"2653\":26065.54,\"2654\":3240.83,\"2655\":1.8,\"2656\":61.36,\"2657\":904.97,\"2658\":892935.96,\"2659\":535521.9399999999,\"2660\":null,\"2661\":6369.0,\"2662\":8363.68,\"2663\":810.04,\"2664\":136270.0,\"2665\":625.12,\"2666\":14760.0,\"2667\":22670.01,\"2668\":null,\"2669\":68018.03,\"2670\":163545.87,\"2671\":null,\"2672\":null,\"2673\":39274.34,\"2674\":42313.33,\"2675\":7805.22,\"2676\":557.83,\"2677\":668.84,\"2678\":3524.1,\"2679\":175450.33,\"2680\":1062.1,\"2681\":542.59,\"2682\":526.68,\"2683\":763.06,\"2684\":6129.6,\"2685\":428.88,\"2686\":14072.35,\"2687\":4490.1,\"2688\":19987.2,\"2689\":7305.6,\"2690\":357.06,\"2691\":2641.8,\"2692\":108.9,\"2693\":343.1,\"2694\":29764.65,\"2695\":null,\"2696\":934495.2,\"2697\":null,\"2698\":659483.16,\"2699\":null,\"2700\":766.26,\"2701\":1133.17,\"2702\":1681.2,\"2703\":787542.02,\"2704\":545211.35,\"2705\":null,\"2706\":190900.0,\"2707\":null,\"2708\":414377.51,\"2709\":141387.1,\"2710\":97682.52,\"2711\":798.84,\"2712\":527.1,\"2713\":80286.13,\"2714\":13683.83,\"2715\":12802.73,\"2716\":64537.78,\"2717\":163303.95,\"2718\":170249.95,\"2719\":null,\"2720\":121383.0,\"2721\":14761.84,\"2722\":45027.28,\"2723\":47946.72,\"2724\":657.57,\"2725\":76399.54,\"2726\":1443.86,\"2727\":8934.2,\"2728\":2559.88,\"2729\":30710.21,\"2730\":45743.23,\"2731\":49459.35,\"2732\":18694.17,\"2733\":12602.18,\"2734\":651.48,\"2735\":5320.8,\"2736\":null,\"2737\":null,\"2738\":6629.54,\"2739\":295.09,\"2740\":null,\"2741\":4160.0,\"2742\":4756.23,\"2743\":716.4,\"2744\":1558.48,\"2745\":157.23,\"2746\":11800.0,\"2747\":9222.0,\"2748\":2681.8,\"2749\":5957.97,\"2750\":17743.89,\"2751\":19465.82,\"2752\":19845.56,\"2753\":586.67,\"2754\":10012.4,\"2755\":9773.1,\"2756\":986.4,\"2757\":1321.0,\"2758\":13788.0,\"2759\":19623.45,\"2760\":10283.28,\"2761\":19373.1,\"2762\":null,\"2763\":null,\"2764\":462.7,\"2765\":8771.3,\"2766\":7788.0,\"2767\":1614.1,\"2768\":7231.2,\"2769\":4126.8,\"2770\":376.58,\"2771\":1385.4,\"2772\":343.16,\"2773\":2146.0,\"2774\":814.2,\"2775\":11229.96,\"2776\":2770.15,\"2777\":12756.5,\"2778\":1606.8,\"2779\":518.18,\"2780\":1.47,\"2781\":757.02,\"2782\":null,\"2783\":291.72,\"2784\":729.0,\"2785\":2392.61,\"2786\":549.87,\"2787\":null,\"2788\":17057.18,\"2789\":5704.4,\"2790\":7323.66,\"2791\":98596.19,\"2792\":12571.88,\"2793\":2152.08,\"2794\":9733.57,\"2795\":null,\"2796\":12671.01,\"2797\":10036.67,\"2798\":14127.68,\"2799\":null,\"2800\":16153.54,\"2801\":839.74,\"2802\":9650.18,\"2803\":9409.1,\"2804\":8619.0,\"2805\":11651.66,\"2806\":537.76,\"2807\":15.6,\"2808\":826.88,\"2809\":5089.54,\"2810\":4.08,\"2811\":39.73,\"2812\":3311.81,\"2813\":5503.95,\"2814\":9108.0,\"2815\":10106.2,\"2816\":72.3,\"2817\":5458.74,\"2818\":2184.79,\"2819\":18072.0,\"2820\":10182.33,\"2821\":10473.47,\"2822\":414.6,\"2823\":90267.94,\"2824\":15071.46,\"2825\":15271.43,\"2826\":5.0,\"2827\":1.62,\"2828\":7604.4,\"2829\":0.75,\"2830\":446.38,\"2831\":8021.02,\"2832\":845.15,\"2833\":null,\"2834\":41577.73,\"2835\":34433.31,\"2836\":78514.42,\"2837\":2036.16,\"2838\":1633.23,\"2839\":96550.6,\"2840\":8561.7,\"2841\":17120.0,\"2842\":2875.2,\"2843\":9585.48,\"2844\":8696.93,\"2845\":8849.7,\"2846\":9506.93,\"2847\":4418.1,\"2848\":4367.4,\"2849\":905.78,\"2850\":null,\"2851\":433.8,\"2852\":380.52,\"2853\":564.24,\"2854\":565.77,\"2855\":347.13,\"2856\":955.25,\"2857\":937.78,\"2858\":584.62,\"2859\":1013.7,\"2860\":1022.26,\"2861\":9246.0,\"2862\":746.04,\"2863\":141.6,\"2864\":18848.64,\"2865\":18462.77,\"2866\":9009.0,\"2867\":14581.57,\"2868\":572.58,\"2869\":null,\"2870\":344.62,\"2871\":6401.7,\"2872\":6146.4,\"2873\":6244.44,\"2874\":991.38,\"2875\":13271.4,\"2876\":7.52,\"2877\":934.71,\"2878\":462.72,\"2879\":624.8,\"2880\":1590.16,\"2881\":9312.7,\"2882\":1013.15,\"2883\":981.32,\"2884\":917.59,\"2885\":null,\"2886\":9864.56,\"2887\":7842.9,\"2888\":2735.4,\"2889\":19033.88,\"2890\":18915.35,\"2891\":18682.66,\"2892\":6234.0,\"2893\":562.52,\"2894\":564.59,\"2895\":989.61,\"2896\":8223.6,\"2897\":4.83,\"2898\":63.06,\"2899\":887.89,\"2900\":734.74,\"2901\":299.0,\"2902\":0.02,\"2903\":1966.8,\"2904\":7166.4,\"2905\":11733.0,\"2906\":2343.6,\"2907\":4425.53,\"2908\":466.51,\"2909\":null,\"2910\":10570.0,\"2911\":404.37,\"2912\":13706.0,\"2913\":17631.92,\"2914\":217.8,\"2915\":3061.08,\"2916\":1742.73,\"2917\":708.75,\"2918\":2065.5,\"2919\":817.0,\"2920\":16156.0,\"2921\":462502.6,\"2922\":376661.3,\"2923\":8608.0,\"2924\":943.14,\"2925\":9955.44,\"2926\":49614.76,\"2927\":6101.33,\"2928\":744.91,\"2929\":752.85,\"2930\":3701.76,\"2931\":null,\"2932\":13162.84,\"2933\":621.5,\"2934\":64167.99,\"2935\":15562.31,\"2936\":6590.0,\"2937\":4944.34,\"2938\":940.78,\"2939\":24573.32,\"2940\":152097.0,\"2941\":6236.77,\"2942\":null,\"2943\":508600.0,\"2944\":389738.18,\"2945\":280652.95,\"2946\":13436.6,\"2947\":335415.59,\"2948\":19332.0,\"2949\":18612.0,\"2950\":23669.71,\"2951\":11948.81,\"2952\":10404.73,\"2953\":115819.74,\"2954\":826.34,\"2955\":1460.83,\"2956\":474.71,\"2957\":202785.0,\"2958\":77230.49,\"2959\":2096.57,\"2960\":764.7,\"2961\":399.03,\"2962\":25410.14,\"2963\":null,\"2964\":3.6,\"2965\":null,\"2966\":909.37,\"2967\":893130.23,\"2968\":219491.04,\"2969\":438.0,\"2970\":4265.8,\"2971\":8340.89,\"2972\":802.45,\"2973\":136680.0,\"2974\":623.19,\"2975\":13428.0,\"2976\":23027.93,\"2977\":59183.32,\"2978\":68498.3,\"2979\":164574.38,\"2980\":404.5,\"2981\":984.54,\"2982\":39081.34,\"2983\":42147.17,\"2984\":null,\"2985\":527.74,\"2986\":673.09,\"2987\":1285.5,\"2988\":339384.51,\"2989\":1062.1,\"2990\":548.1,\"2991\":524.16,\"2992\":747.2,\"2993\":5090.4,\"2994\":429.6,\"2995\":19015.34,\"2996\":13902.33,\"2997\":4501.35,\"2998\":19795.2,\"2999\":7723.2,\"3000\":null,\"3001\":2625.6,\"3002\":108.9,\"3003\":326.85,\"3004\":29968.0,\"3005\":25604.31,\"3006\":292663.58,\"3007\":null,\"3008\":815933.48,\"3009\":1246.74,\"3010\":825.22,\"3011\":1910.33,\"3012\":1499.4,\"3013\":61136.86,\"3014\":790236.75,\"3015\":543325.78,\"3016\":195970.0,\"3017\":414631.25,\"3018\":145506.98,\"3019\":124744.32,\"3020\":797.16,\"3021\":612.46,\"3022\":80260.22,\"3023\":10345.85,\"3024\":10675.36,\"3025\":63800.21,\"3026\":166059.1,\"3027\":170360.95,\"3028\":2310.87,\"3029\":99676.04,\"3030\":14792.23,\"3031\":44895.67,\"3032\":48064.88,\"3033\":648.48,\"3034\":75549.0,\"3035\":null,\"3036\":8520.6,\"3037\":2444.53,\"3038\":28021.0,\"3039\":42281.36,\"3040\":48998.24,\"3041\":30307.89,\"3042\":13106.94,\"3043\":650.67,\"3044\":4154.4,\"3045\":null,\"3046\":6468.0,\"3047\":6867.8,\"3048\":283.67,\"3049\":2000.0,\"3050\":4756.23,\"3051\":687.24,\"3052\":1552.32,\"3053\":152.91,\"3054\":8668.0,\"3055\":9740.0,\"3056\":2791.8,\"3057\":4969.27,\"3058\":18163.33,\"3059\":8799.21,\"3060\":2274.65,\"3061\":584.47,\"3062\":10008.5,\"3063\":9761.5,\"3064\":724.8,\"3065\":1317.1,\"3066\":13374.0,\"3067\":19557.39,\"3068\":10284.34,\"3069\":19487.51,\"3070\":13177.67,\"3071\":null,\"3072\":14197.54,\"3073\":441.3,\"3074\":8722.9,\"3075\":1954.0,\"3076\":null,\"3077\":1538.6,\"3078\":6970.38,\"3079\":3795.9,\"3080\":null,\"3081\":376.58,\"3082\":1969.93,\"3083\":341.55,\"3084\":2077.0,\"3085\":936.36,\"3086\":11048.33,\"3087\":6827.75,\"3088\":14019.75,\"3089\":1416.6,\"3090\":3166.24,\"3091\":null,\"3092\":733.92,\"3093\":null,\"3094\":328.68,\"3095\":1059.3,\"3096\":3805.23,\"3097\":2029.23,\"3098\":9623.35,\"3099\":null,\"3100\":5622.3,\"3101\":6389.4,\"3102\":97260.6,\"3103\":15416.42,\"3104\":3643.13,\"3105\":4155.13,\"3106\":14466.38,\"3107\":8972.67,\"3108\":14994.65,\"3109\":null,\"3110\":17682.3,\"3111\":1705.22,\"3112\":10283.22,\"3113\":9979.67,\"3114\":9877.5,\"3115\":11646.36,\"3116\":405.0,\"3117\":1.6,\"3118\":2258.79,\"3119\":9936.44,\"3120\":3.61,\"3121\":62.08,\"3122\":3199.01,\"3123\":5238.85,\"3124\":8067.6,\"3125\":10245.95,\"3126\":2130.17,\"3127\":19582.4,\"3128\":19683.98,\"3129\":9041.37,\"3130\":18950.4,\"3131\":9114.81,\"3132\":9378.14,\"3133\":849.0,\"3134\":89319.3,\"3135\":18687.21,\"3136\":18404.89,\"3137\":5.39,\"3138\":1.71,\"3139\":7604.4,\"3140\":2012.55,\"3141\":396.33,\"3142\":9103.4,\"3143\":916.38,\"3144\":null,\"3145\":40393.46,\"3146\":31443.85,\"3147\":89280.31,\"3148\":1284.75,\"3149\":1618.05,\"3150\":85025.43,\"3151\":8978.2,\"3152\":14920.0,\"3153\":4491.0,\"3154\":9785.58,\"3155\":7741.13,\"3156\":8042.63,\"3157\":10104.08,\"3158\":7976.7,\"3159\":8069.1,\"3160\":893.99,\"3161\":952.2,\"3162\":456.12,\"3163\":564.12,\"3164\":963.96,\"3165\":600.57,\"3166\":991.53,\"3167\":880.47,\"3168\":744.96,\"3169\":1008.55,\"3170\":1015.55,\"3171\":5950.8,\"3172\":995.16,\"3173\":129.6,\"3174\":14239.37,\"3175\":16452.41,\"3176\":7129.8,\"3177\":16740.42,\"3178\":955.26,\"3179\":17.4,\"3180\":5764.08,\"3181\":8860.8,\"3182\":9428.4,\"3183\":9281.01,\"3184\":683.2,\"3185\":14991.75,\"3186\":7.67,\"3187\":975.79,\"3188\":983.04,\"3189\":919.42,\"3190\":3065.04,\"3191\":9766.95,\"3192\":1021.12,\"3193\":988.85,\"3194\":869.88,\"3195\":104.85,\"3196\":453.0,\"3197\":9775.74,\"3198\":8120.87,\"3199\":3864.6,\"3200\":16625.35,\"3201\":960.21,\"3202\":15780.8,\"3203\":null,\"3204\":953.7,\"3205\":962.52,\"3206\":1005.12,\"3207\":8698.8,\"3208\":78.88,\"3209\":null,\"3210\":962.64,\"3211\":290.35,\"3212\":null,\"3213\":1900.8,\"3214\":7156.8,\"3215\":182837.95,\"3216\":2167.2,\"3217\":3938.63,\"3218\":466.51,\"3219\":null,\"3220\":null,\"3221\":404.22,\"3222\":13541.0,\"3223\":16895.65,\"3224\":198.0,\"3225\":3059.26,\"3226\":1746.36,\"3227\":657.04,\"3228\":1401.3,\"3229\":2237.0,\"3230\":15884.0,\"3231\":457403.77,\"3232\":502377.15,\"3233\":null,\"3234\":1059.3,\"3235\":9955.64,\"3236\":59500.89,\"3237\":6053.67,\"3238\":703.51,\"3239\":725.38,\"3240\":7066.7,\"3241\":3701.76,\"3242\":12580.32,\"3243\":598.84,\"3244\":64376.98,\"3245\":65208.91,\"3246\":15215.12,\"3247\":6142.0,\"3248\":4797.67,\"3249\":940.78,\"3250\":130215.0,\"3251\":154549.69,\"3252\":5925.0,\"3253\":null,\"3254\":null,\"3255\":320460.35,\"3256\":227202.91,\"3257\":13625.55,\"3258\":308170.61,\"3259\":14891.43,\"3260\":18737.4,\"3261\":22363.77,\"3262\":11695.25,\"3263\":10565.95,\"3264\":44816.59,\"3265\":1030.24,\"3266\":1374.6,\"3267\":15982.13,\"3268\":568.58,\"3269\":303875.0,\"3270\":69251.41,\"3271\":2259.75,\"3272\":760.96,\"3273\":398.37,\"3274\":24025.42,\"3275\":2272.86,\"3276\":5.4,\"3277\":23.01,\"3278\":909.87,\"3279\":892560.01,\"3280\":460927.33,\"3281\":522.0,\"3282\":3381.4,\"3283\":8325.66,\"3284\":807.62,\"3285\":null,\"3286\":626.47,\"3287\":11772.0,\"3288\":23180.45,\"3289\":60673.89,\"3290\":69328.85,\"3291\":164724.29,\"3292\":null,\"3293\":null,\"3294\":443891.55,\"3295\":968.84,\"3296\":38279.6,\"3297\":41559.01,\"3298\":8264.35,\"3299\":null,\"3300\":671.9,\"3301\":1125.15,\"3302\":350076.37,\"3303\":null,\"3304\":535.59,\"3305\":796.14,\"3306\":618.28,\"3307\":5251.2,\"3308\":429.12,\"3309\":13994.87,\"3310\":4379.85,\"3311\":9897.6,\"3312\":9009.6,\"3313\":373.3,\"3314\":2502.0,\"3315\":108.9,\"3316\":null,\"3317\":29323.98,\"3318\":25544.6,\"3319\":null,\"3320\":null,\"3321\":584759.1800000001,\"3322\":1214.34,\"3323\":756.8,\"3324\":1107.44,\"3325\":1382.4,\"3326\":33510.29,\"3327\":773630.36,\"3328\":542308.62,\"3329\":30842.3,\"3330\":203570.0,\"3331\":null,\"3332\":415733.36,\"3333\":142062.78,\"3334\":73531.58,\"3335\":null,\"3336\":798.98,\"3337\":649.25,\"3338\":78443.54,\"3339\":10804.15,\"3340\":10292.8,\"3341\":64615.39,\"3342\":165730.48,\"3343\":171054.7,\"3344\":null,\"3345\":165926.77,\"3346\":18044.29,\"3347\":45430.81,\"3348\":47798.56,\"3349\":663.72,\"3350\":75300.64,\"3351\":1741.06,\"3352\":8910.0,\"3353\":2455.77,\"3354\":32351.13,\"3355\":45991.47,\"3356\":56847.52,\"3357\":58144.3,\"3358\":12881.22,\"3359\":651.66,\"3360\":4150.8,\"3361\":null,\"3362\":3643.2,\"3363\":6716.33,\"3364\":286.31,\"3365\":8720.0,\"3366\":9116.29,\"3367\":682.44,\"3368\":1523.28,\"3369\":264.66,\"3370\":null,\"3371\":8320.0,\"3372\":9858.0,\"3373\":2653.2,\"3374\":4957.73,\"3375\":null,\"3376\":8279.73,\"3377\":8412.64,\"3378\":121.29,\"3379\":10011.4,\"3380\":9769.9,\"3381\":2209.2,\"3382\":1306.7,\"3383\":13464.0,\"3384\":19628.64,\"3385\":10278.4,\"3386\":19454.15,\"3387\":5731.2,\"3388\":null,\"3389\":419.6,\"3390\":8376.9,\"3391\":6902.0,\"3392\":null,\"3393\":1439.4,\"3394\":6291.42,\"3395\":3614.5,\"3396\":405.0,\"3397\":376.58,\"3398\":1712.99,\"3399\":346.38,\"3400\":2059.0,\"3401\":1341.27,\"3402\":10805.46,\"3403\":7031.82,\"3404\":17551.07,\"3405\":1336.2,\"3406\":2919.03,\"3407\":771.54,\"3408\":null,\"3409\":345.84,\"3410\":973.5,\"3411\":2812.15,\"3412\":1548.18,\"3413\":null,\"3414\":2061.0,\"3415\":5565.6,\"3416\":8132.34,\"3417\":95343.69,\"3418\":5204.61,\"3419\":2858.48,\"3420\":3971.48,\"3421\":7060.32,\"3422\":16004.18,\"3423\":6472.15,\"3424\":18160.83,\"3425\":179787.32,\"3426\":15653.95,\"3427\":1646.7,\"3428\":4876.8,\"3429\":4800.47,\"3430\":6172.5,\"3431\":4571.37,\"3432\":342.4,\"3433\":null,\"3434\":2182.06,\"3435\":7527.46,\"3436\":4.06,\"3437\":78.23,\"3438\":939.56,\"3439\":3637.44,\"3440\":3355.2,\"3441\":5334.95,\"3442\":1915.18,\"3443\":19926.63,\"3444\":20300.61,\"3445\":9321.11,\"3446\":18514.8,\"3447\":19573.32,\"3448\":19810.41,\"3449\":830.4,\"3450\":77492.1,\"3451\":16212.16,\"3452\":14659.27,\"3453\":5.41,\"3454\":1.75,\"3455\":7604.4,\"3456\":null,\"3457\":421.08,\"3458\":8700.44,\"3459\":784.17,\"3460\":null,\"3461\":37110.98,\"3462\":18398.75,\"3463\":62314.02,\"3464\":961.68,\"3465\":1569.75,\"3466\":94874.86,\"3467\":5754.0,\"3468\":18440.0,\"3469\":5185.8,\"3470\":9844.92,\"3471\":6517.13,\"3472\":6946.88,\"3473\":9187.2,\"3474\":8596.8,\"3475\":7495.8,\"3476\":861.96,\"3477\":953.04,\"3478\":473.28,\"3479\":587.04,\"3480\":1004.49,\"3481\":600.54,\"3482\":761.33,\"3483\":967.52,\"3484\":265.92,\"3485\":1021.07,\"3486\":1027.04,\"3487\":7537.2,\"3488\":838.8,\"3489\":33.6,\"3490\":17142.7,\"3491\":16843.77,\"3492\":8280.0,\"3493\":12470.18,\"3494\":null,\"3495\":1010.85,\"3496\":22.2,\"3497\":2894.75,\"3498\":5405.1,\"3499\":9232.8,\"3500\":8892.89,\"3501\":1009.64,\"3502\":4975.65,\"3503\":8.28,\"3504\":704.29,\"3505\":739.2,\"3506\":945.0,\"3507\":2152.92,\"3508\":9718.65,\"3509\":1000.58,\"3510\":1001.57,\"3511\":812.79,\"3512\":240.42,\"3513\":681.0,\"3514\":8055.65,\"3515\":6410.42,\"3516\":3315.0,\"3517\":17041.16,\"3518\":17128.88,\"3519\":17300.68,\"3520\":4228.8,\"3521\":1834.8,\"3522\":539.95,\"3523\":524.39,\"3524\":1006.47,\"3525\":7913.4,\"3526\":null,\"3527\":73.07,\"3528\":791.86,\"3529\":888.84,\"3530\":539.76,\"3531\":475.49,\"3532\":1894.2,\"3533\":7153.2,\"3534\":239504.56,\"3535\":1908.0,\"3536\":3942.3,\"3537\":468.82,\"3538\":null,\"3539\":404.5,\"3540\":13189.0,\"3541\":16377.45,\"3542\":132.0,\"3543\":1338.64,\"3544\":1743.39,\"3545\":748.89,\"3546\":2241.9,\"3547\":1822.0,\"3548\":20156.0,\"3549\":137747.72,\"3550\":498185.02,\"3551\":7872.0,\"3552\":398.64,\"3553\":11434.28,\"3554\":58390.04,\"3555\":5965.67,\"3556\":642.56,\"3557\":709.66,\"3558\":3698.24,\"3559\":11884.0,\"3560\":null,\"3561\":null,\"3562\":65153.18,\"3563\":15213.96,\"3564\":6586.0,\"3565\":null,\"3566\":938.8,\"3567\":241681.61,\"3568\":151482.39,\"3569\":3844.91,\"3570\":69048.0,\"3571\":null,\"3572\":null,\"3573\":189251.89,\"3574\":14252.08,\"3575\":392559.47,\"3576\":14413.95,\"3577\":18946.4,\"3578\":22442.84,\"3579\":12417.98,\"3580\":15563.95,\"3581\":null,\"3582\":null,\"3583\":1326.74,\"3584\":332.08,\"3585\":304205.01,\"3586\":79895.86,\"3587\":1990.08,\"3588\":null,\"3589\":400.37,\"3590\":22820.46,\"3591\":null,\"3592\":2437.31,\"3593\":12.0,\"3594\":900.16,\"3595\":870991.0,\"3596\":515644.75,\"3597\":558.0,\"3598\":1381.6,\"3599\":8310.3,\"3600\":797.5,\"3601\":636.45,\"3602\":14400.0,\"3603\":23314.53,\"3604\":68996.52,\"3605\":164580.61,\"3606\":null,\"3607\":134826.0,\"3608\":482863.49,\"3609\":959.47,\"3610\":38392.14,\"3611\":41842.33,\"3612\":7193.04,\"3613\":538.56,\"3614\":null,\"3615\":1057.35,\"3616\":338545.12,\"3617\":1044.89,\"3618\":529.95,\"3619\":749.16,\"3620\":618.9,\"3621\":5250.0,\"3622\":429.6,\"3623\":null,\"3624\":1256.47,\"3625\":13893.0,\"3626\":4497.75,\"3627\":19324.8,\"3628\":9988.8,\"3629\":377.32,\"3630\":2505.0,\"3631\":105.6,\"3632\":248.99,\"3633\":29085.49,\"3634\":38257.06,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":733608.4,\"3639\":1179.72,\"3640\":794.2,\"3641\":1124.11,\"3642\":1144.8,\"3643\":null,\"3644\":774089.58,\"3645\":50342.64,\"3646\":541120.67,\"3647\":205730.0,\"3648\":152563.03,\"3649\":415475.61,\"3650\":141243.28,\"3651\":124973.84,\"3652\":null,\"3653\":799.4,\"3654\":null,\"3655\":58049.97,\"3656\":13896.82,\"3657\":12786.84,\"3658\":59093.33,\"3659\":165743.95,\"3660\":170631.05,\"3661\":null,\"3662\":195912.57,\"3663\":18449.12,\"3664\":44353.46,\"3665\":47548.24,\"3666\":663.36,\"3667\":75532.34,\"3668\":1689.04,\"3669\":8408.4,\"3670\":2370.15,\"3671\":32539.45,\"3672\":47006.44,\"3673\":57513.57,\"3674\":58188.95,\"3675\":12198.79,\"3676\":650.61,\"3677\":6285.6,\"3678\":null,\"3679\":null,\"3680\":4694.4,\"3681\":6793.38,\"3682\":274.56,\"3683\":6400.0,\"3684\":9115.75,\"3685\":1015.8,\"3686\":1529.88,\"3687\":158.0,\"3688\":331.8,\"3689\":8134.0,\"3690\":9495.0,\"3691\":2512.4,\"3692\":4461.83,\"3693\":14452.86,\"3694\":9389.7,\"3695\":9743.41,\"3696\":279.4,\"3697\":10011.5,\"3698\":9772.2,\"3699\":1081.2,\"3700\":1322.2,\"3701\":13806.0,\"3702\":17988.44,\"3703\":10276.77,\"3704\":19455.05,\"3705\":6750.0,\"3706\":434.6,\"3707\":8085.1,\"3708\":2588.0,\"3709\":null,\"3710\":1432.8,\"3711\":7316.76,\"3712\":3340.1,\"3713\":5660.0,\"3714\":376.58,\"3715\":2020.59,\"3716\":345.46,\"3717\":2010.0,\"3718\":921.93,\"3719\":10650.81,\"3720\":5924.65,\"3721\":16127.86,\"3722\":1774.8,\"3723\":2176.71,\"3724\":922.68,\"3725\":316.36,\"3726\":997.5,\"3727\":1671.12,\"3728\":669.68,\"3729\":17689.21,\"3730\":2000.0,\"3731\":5465.8,\"3732\":9439.2,\"3733\":97142.22,\"3734\":5590.03,\"3735\":412.98,\"3736\":3822.26,\"3737\":8832.96,\"3738\":653.4,\"3739\":17342.22,\"3740\":6937.31,\"3741\":18378.32,\"3742\":161627.07,\"3743\":18455.99,\"3744\":621.5,\"3745\":7021.48,\"3746\":6972.62,\"3747\":6957.0,\"3748\":8476.27,\"3749\":348.88,\"3750\":742.51,\"3751\":9553.72,\"3752\":2.58,\"3753\":50.82,\"3754\":2977.38,\"3755\":4380.35,\"3756\":9144.0,\"3757\":7670.37,\"3758\":1160.37,\"3759\":14497.52,\"3760\":18202.07,\"3761\":8086.72,\"3762\":7502.4,\"3763\":19792.8,\"3764\":9399.26,\"3765\":7163.07,\"3766\":303.0,\"3767\":89137.56,\"3768\":12246.9,\"3769\":12058.85,\"3770\":4.74,\"3771\":1.54,\"3772\":7604.4,\"3773\":1187.1,\"3774\":409.2,\"3775\":908.31,\"3776\":40595.35,\"3777\":19110.86,\"3778\":65180.36,\"3779\":1212.92,\"3780\":1623.57,\"3781\":99811.23,\"3782\":7071.05,\"3783\":19240.0,\"3784\":6963.0,\"3785\":9666.9,\"3786\":7105.05,\"3787\":7345.58,\"3788\":5879.03,\"3789\":5813.7,\"3790\":5379.3,\"3791\":890.74,\"3792\":1.1,\"3793\":610.56,\"3794\":430.2,\"3795\":463.44,\"3796\":880.89,\"3797\":431.52,\"3798\":1003.29,\"3799\":952.0,\"3800\":671.16,\"3801\":1033.23,\"3802\":1041.73,\"3803\":10353.6,\"3804\":588.48,\"3805\":2.4,\"3806\":18057.13,\"3807\":14453.19,\"3808\":7975.8,\"3809\":17829.36,\"3810\":4800.0,\"3811\":889.53,\"3812\":null,\"3813\":475.57,\"3814\":7382.7,\"3815\":8262.0,\"3816\":6066.41,\"3817\":1009.88,\"3818\":11961.9,\"3819\":4.81,\"3820\":142.8,\"3821\":919.8,\"3822\":848.1,\"3823\":2438.48,\"3824\":9594.45,\"3825\":4800.0,\"3826\":872.95,\"3827\":1012.38,\"3828\":918.61,\"3829\":371.36,\"3830\":528.0,\"3831\":7249.82,\"3832\":5665.05,\"3833\":2304.6,\"3834\":18956.88,\"3835\":16791.28,\"3836\":19312.2,\"3837\":611.7,\"3838\":632.4,\"3839\":646.89,\"3840\":643.85,\"3841\":991.49,\"3842\":6969.6,\"3843\":1.38,\"3844\":72.61,\"3845\":889.9,\"3846\":1021.08,\"3847\":542.11,\"3848\":493.5,\"3849\":1854.6,\"3850\":7146.0,\"3851\":374486.93,\"3852\":4413.6,\"3853\":4937.95,\"3854\":null,\"3855\":null,\"3856\":404.5,\"3857\":13816.0,\"3858\":15894.64,\"3859\":198.0,\"3860\":1751.47,\"3861\":1742.4,\"3862\":766.89,\"3863\":2043.0,\"3864\":1950.0,\"3865\":20476.0,\"3866\":60292.56,\"3867\":498344.02,\"3868\":13096.0,\"3869\":431.97,\"3870\":7955.06,\"3871\":22980.12,\"3872\":6020.67,\"3873\":800.98,\"3874\":716.72,\"3875\":3701.76,\"3876\":935.74,\"3877\":11388.02,\"3878\":629.2,\"3879\":null,\"3880\":66665.54,\"3881\":28166.16,\"3882\":9183.0,\"3883\":4532.49,\"3884\":939.79,\"3885\":249710.44,\"3886\":151466.16,\"3887\":5660.31,\"3888\":68424.0,\"3889\":null,\"3890\":125709.1,\"3891\":234866.44,\"3892\":11969.09,\"3893\":71508.67,\"3894\":13954.29,\"3895\":18928.8,\"3896\":25355.85,\"3897\":12014.37,\"3898\":17246.99,\"3899\":null,\"3900\":857.81,\"3901\":1274.3,\"3902\":574.46,\"3903\":null,\"3904\":79391.02,\"3905\":1923.26,\"3906\":762.14,\"3907\":396.55,\"3908\":23628.81,\"3909\":null,\"3910\":null,\"3911\":42.0,\"3912\":885.09,\"3913\":867354.05,\"3914\":399897.62,\"3915\":444.0,\"3916\":1375.0,\"3917\":8295.75,\"3918\":792.99,\"3919\":null,\"3920\":640.26,\"3921\":13464.0,\"3922\":23036.89,\"3923\":68518.83,\"3924\":164193.99,\"3925\":1657.0,\"3926\":401902.0,\"3927\":459414.06,\"3928\":955.45,\"3929\":38015.14,\"3930\":41845.25,\"3931\":8111.3,\"3932\":532.22,\"3933\":680.87,\"3934\":945.45,\"3935\":350311.56,\"3936\":2113.88,\"3937\":529.98,\"3938\":770.76,\"3939\":608.6,\"3940\":4929.6,\"3941\":429.12,\"3942\":1466.57,\"3943\":13995.59,\"3944\":4502.25,\"3945\":18699.77,\"3946\":9283.2,\"3947\":380.29,\"3948\":2556.6,\"3949\":102.3,\"3950\":345.5,\"3951\":29506.76,\"3952\":33347.84,\"3953\":299876.54,\"3954\":33235.17,\"3955\":589950.97,\"3956\":1287.54,\"3957\":784.96,\"3958\":1087.26,\"3959\":1704.6,\"3960\":774030.61,\"3961\":38859.76,\"3962\":544812.54,\"3963\":205980.0,\"3964\":154417.14,\"3965\":418700.17,\"3966\":142770.8,\"3967\":126561.27,\"3968\":798.42,\"3969\":618.91,\"3970\":59684.64,\"3971\":13065.01,\"3972\":11725.75,\"3973\":64317.46,\"3974\":165491.21,\"3975\":167896.75,\"3976\":null,\"3977\":195262.66,\"3978\":18551.04,\"3979\":44467.2,\"3980\":48507.04,\"3981\":652.11,\"3982\":75488.01,\"3983\":1523.51,\"3984\":8038.8,\"3985\":2752.26,\"3986\":null,\"3987\":46086.4,\"3988\":57485.16,\"3989\":46360.08,\"3990\":13538.1,\"3991\":650.31,\"3992\":4921.2,\"3993\":null,\"3994\":36.0,\"3995\":6700.32,\"3996\":264.59,\"3997\":null,\"3998\":10080.0,\"3999\":9299.99,\"4000\":502.8,\"4001\":1614.8,\"4002\":294.36,\"4003\":331.8,\"4004\":7996.0,\"4005\":9888.0,\"4006\":2525.6,\"4007\":4174.48,\"4008\":14596.51,\"4009\":9039.58,\"4010\":9398.89,\"4011\":1224.37,\"4012\":10016.8,\"4013\":9745.9,\"4014\":1354.8,\"4015\":1328.3,\"4016\":11916.0,\"4017\":19710.91,\"4018\":10280.5,\"4019\":19509.43,\"4020\":7740.0,\"4021\":422.9,\"4022\":8603.8,\"4023\":6418.0,\"4024\":1271.28,\"4025\":7082.16,\"4026\":3276.7,\"4027\":7059.0,\"4028\":376.58,\"4029\":2209.48,\"4030\":349.6,\"4031\":2012.0,\"4032\":156.98,\"4033\":10659.82,\"4034\":6496.6,\"4035\":17998.1,\"4036\":1728.6,\"4037\":1635.42,\"4038\":742.5,\"4039\":278.96,\"4040\":1017.3,\"4041\":2229.37,\"4042\":19.36,\"4043\":null,\"4044\":16733.64,\"4045\":2000.0,\"4046\":5380.3,\"4047\":9270.84,\"4048\":91615.26,\"4049\":7773.43,\"4050\":182.09,\"4051\":3747.65,\"4052\":8592.48,\"4053\":15958.95,\"4054\":1842.56,\"4055\":18099.28,\"4056\":179677.18,\"4057\":16249.32,\"4058\":210.1,\"4059\":8983.72,\"4060\":8895.74,\"4061\":8362.5,\"4062\":1001.05,\"4063\":454.36,\"4064\":null,\"4065\":589.74,\"4066\":9218.59,\"4067\":2.97,\"4068\":54.82,\"4069\":1742.48,\"4070\":4919.83,\"4071\":7844.4,\"4072\":9590.06,\"4073\":135.52,\"4074\":17210.27,\"4075\":19777.81,\"4076\":9109.18,\"4077\":8533.8,\"4078\":17758.8,\"4079\":7949.23,\"4080\":8193.35,\"4081\":421.2,\"4082\":89384.42,\"4083\":10964.05,\"4084\":10272.15,\"4085\":1.83,\"4086\":0.59,\"4087\":7604.4,\"4088\":null,\"4089\":358.05,\"4090\":null,\"4091\":942.42,\"4092\":null,\"4093\":38954.53,\"4094\":20325.89,\"4095\":78599.81,\"4096\":1189.82,\"4097\":1460.04,\"4098\":83545.15,\"4099\":7591.5,\"4100\":18200.0,\"4101\":5533.2,\"4102\":9858.72,\"4103\":8236.35,\"4104\":8472.15,\"4105\":9935.33,\"4106\":7336.2,\"4107\":8635.8,\"4108\":670.38,\"4109\":34.1,\"4110\":261.48,\"4111\":291.72,\"4112\":450.84,\"4113\":964.56,\"4114\":565.5,\"4115\":954.47,\"4116\":917.81,\"4117\":851.28,\"4118\":1000.0,\"4119\":1026.89,\"4120\":9711.6,\"4121\":569.76,\"4122\":13.2,\"4123\":18570.84,\"4124\":17973.42,\"4125\":8024.4,\"4126\":17022.77,\"4127\":4800.0,\"4128\":975.24,\"4129\":null,\"4130\":330.41,\"4131\":7841.4,\"4132\":9432.0,\"4133\":4865.44,\"4134\":null,\"4135\":14439.15,\"4136\":7.71,\"4137\":775.43,\"4138\":950.4,\"4139\":1009.8,\"4140\":2324.08,\"4141\":9703.7,\"4142\":4800.0,\"4143\":1010.61,\"4144\":1003.97,\"4145\":766.36,\"4146\":345.05,\"4147\":648.0,\"4148\":10752.17,\"4149\":8808.22,\"4150\":2371.8,\"4151\":0.38,\"4152\":14814.43,\"4153\":17345.01,\"4154\":9856.5,\"4155\":9638.7,\"4156\":859.76,\"4157\":851.47,\"4158\":null,\"4159\":8662.5,\"4160\":50.03,\"4161\":70.12,\"4162\":895.1,\"4163\":954.27,\"4164\":null,\"4165\":51.78,\"4166\":1927.2,\"4167\":7135.2,\"4168\":386458.96,\"4169\":2941.2,\"4170\":4241.69,\"4171\":null,\"4172\":null,\"4173\":404.61,\"4174\":13673.0,\"4175\":15503.27,\"4176\":191.4,\"4177\":3134.18,\"4178\":1743.39,\"4179\":768.15,\"4180\":1506.6,\"4181\":3311.0,\"4182\":20040.0,\"4183\":152428.93,\"4184\":480405.32,\"4185\":12456.0,\"4186\":1234.86,\"4187\":8464.41,\"4188\":21659.74,\"4189\":5925.33,\"4190\":644.29,\"4191\":724.18,\"4192\":3702.08,\"4193\":928.08,\"4194\":11016.4,\"4195\":609.4,\"4196\":null,\"4197\":63158.47,\"4198\":26130.04,\"4199\":9109.0,\"4200\":4519.93,\"4201\":939.79,\"4202\":250109.2,\"4203\":154268.77,\"4204\":5694.95,\"4205\":10824.0,\"4206\":509020.0,\"4207\":262819.8,\"4208\":11872.11,\"4209\":177528.88,\"4210\":13894.12,\"4211\":18620.8,\"4212\":27448.39,\"4213\":11025.53,\"4214\":16415.11,\"4215\":131378.04,\"4216\":706.08,\"4217\":1230.27,\"4218\":589.96,\"4219\":null,\"4220\":77882.68,\"4221\":1791.13,\"4222\":762.24,\"4223\":401.58,\"4224\":21678.5,\"4225\":null,\"4226\":null,\"4227\":24.0,\"4228\":847.36,\"4229\":864762.37,\"4230\":137337.62,\"4231\":576.0,\"4232\":6105.0,\"4233\":8317.82,\"4234\":794.53,\"4235\":615.26,\"4236\":13824.0,\"4237\":23062.98,\"4238\":69040.25,\"4239\":164936.09,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":995.36,\"4244\":37857.33,\"4245\":42221.96,\"4246\":7958.26,\"4247\":479.82,\"4248\":676.04,\"4249\":851.85,\"4250\":350008.39,\"4251\":3076.14,\"4252\":530.51,\"4253\":775.26,\"4254\":625.82,\"4255\":4820.4,\"4256\":429.12,\"4257\":1467.98,\"4258\":14091.0,\"4259\":3293.1,\"4260\":18093.69,\"4261\":7771.2,\"4262\":1083.48,\"4263\":382.34,\"4264\":2566.2,\"4265\":105.6,\"4266\":342.47,\"4267\":28921.16,\"4268\":34558.41,\"4269\":1192.34,\"4270\":48684.6,\"4271\":null,\"4272\":561680.99,\"4273\":1551.06,\"4274\":775.06,\"4275\":1085.12,\"4276\":1207.8,\"4277\":771522.15,\"4278\":null,\"4279\":537189.99,\"4280\":null,\"4281\":155209.5,\"4282\":421342.52,\"4283\":141670.39,\"4284\":125145.73,\"4285\":796.88,\"4286\":607.36,\"4287\":72186.42,\"4288\":14852.92,\"4289\":14637.57,\"4290\":60289.33,\"4291\":165418.46,\"4292\":170150.05,\"4293\":null,\"4294\":null,\"4295\":18540.79,\"4296\":44390.06,\"4297\":48606.73,\"4298\":650.91,\"4299\":75317.88,\"4300\":1420.46,\"4301\":7867.2,\"4302\":2418.24,\"4303\":32709.19,\"4304\":42080.86,\"4305\":57270.68,\"4306\":57704.51,\"4307\":16725.68,\"4308\":326.91,\"4309\":5403.6,\"4310\":null,\"4311\":null,\"4312\":6408.27,\"4313\":273.44,\"4314\":3440.0,\"4315\":9328.24,\"4316\":1131.84,\"4317\":1576.96,\"4318\":335.41,\"4319\":12896.0,\"4320\":9308.0,\"4321\":3484.8,\"4322\":4463.85,\"4323\":14653.96,\"4324\":9531.93,\"4325\":9886.32,\"4326\":678.33,\"4327\":10017.9,\"4328\":9617.9,\"4329\":1609.2,\"4330\":1861.0,\"4331\":13248.0,\"4332\":19685.69,\"4333\":10271.4,\"4334\":19427.06,\"4335\":8197.2,\"4336\":563.2,\"4337\":8772.0,\"4338\":2144.0,\"4339\":null,\"4340\":1838.2,\"4341\":7116.66,\"4342\":7173.0,\"4343\":6694.0,\"4344\":376.58,\"4345\":1901.28,\"4346\":346.61,\"4347\":2113.0,\"4348\":1144.62,\"4349\":11054.88,\"4350\":9055.51,\"4351\":17820.81,\"4352\":1669.8,\"4353\":5362.85,\"4354\":null,\"4355\":938.52,\"4356\":null,\"4357\":286.0,\"4358\":760.8,\"4359\":2808.19,\"4360\":1104.31,\"4361\":99.36,\"4362\":17252.81,\"4363\":2000.0,\"4364\":7262.1,\"4365\":7155.3,\"4366\":96970.35,\"4367\":8221.91,\"4368\":969.18,\"4369\":5951.48,\"4370\":9005.76,\"4371\":405.9,\"4372\":16841.97,\"4373\":1358.12,\"4374\":18418.22,\"4375\":null,\"4376\":18306.56,\"4377\":639.98,\"4378\":9555.03,\"4379\":8817.13,\"4380\":11136.0,\"4381\":943.85,\"4382\":null,\"4383\":247.6,\"4384\":729.91,\"4385\":8902.1,\"4386\":2.21,\"4387\":67.56,\"4388\":3442.69,\"4389\":3757.3,\"4390\":9704.54,\"4391\":1485.69,\"4392\":19743.61,\"4393\":20418.73,\"4394\":9458.82,\"4395\":9597.6,\"4396\":18090.0,\"4397\":6969.04,\"4398\":7172.79,\"4399\":1413.6,\"4400\":91770.45,\"4401\":14211.87,\"4402\":14281.84,\"4403\":4.14,\"4404\":1.34,\"4405\":7604.4,\"4406\":2148.15,\"4407\":407.55,\"4408\":9134.68,\"4409\":869.08,\"4410\":40055.03,\"4411\":29259.61,\"4412\":55894.55,\"4413\":1236.57,\"4414\":1642.89,\"4415\":94017.9,\"4416\":5789.7,\"4417\":17120.0,\"4418\":6534.6,\"4419\":9611.7,\"4420\":7111.8,\"4421\":7211.03,\"4422\":7970.4,\"4423\":7317.9,\"4424\":8289.3,\"4425\":895.22,\"4426\":4605.7,\"4427\":406.44,\"4428\":402.96,\"4429\":523.56,\"4430\":995.04,\"4431\":618.12,\"4432\":863.59,\"4433\":815.93,\"4434\":829.68,\"4435\":938.8,\"4436\":994.78,\"4437\":7533.6,\"4438\":748.56,\"4439\":73.2,\"4440\":18635.94,\"4441\":18715.45,\"4442\":8719.2,\"4443\":15118.13,\"4444\":2065.0,\"4445\":1012.47,\"4446\":1547.4,\"4447\":313.38,\"4448\":234.25,\"4449\":5751.3,\"4450\":5122.8,\"4451\":5881.55,\"4452\":994.53,\"4453\":14719.95,\"4454\":13.01,\"4455\":669.68,\"4456\":834.96,\"4457\":null,\"4458\":2005.08,\"4459\":9777.3,\"4460\":2065.0,\"4461\":964.01,\"4462\":988.19,\"4463\":936.24,\"4464\":651.51,\"4465\":171.0,\"4466\":10951.2,\"4467\":8800.9,\"4468\":2813.4,\"4469\":18519.37,\"4470\":18804.13,\"4471\":7760.1,\"4472\":6347.7,\"4473\":709.17,\"4474\":728.51,\"4475\":1009.11,\"4476\":null,\"4477\":625.83,\"4478\":87.53,\"4479\":875.9,\"4480\":1034.31,\"4481\":997.0,\"4482\":31.63,\"4483\":3619.0,\"4484\":798.6,\"4485\":7140.0,\"4486\":293835.65,\"4487\":2433.6,\"4488\":4633.7,\"4489\":null,\"4490\":404.81,\"4491\":13882.0,\"4492\":null,\"4493\":198.0,\"4494\":3122.95,\"4495\":1742.07,\"4496\":755.46,\"4497\":4011.3,\"4498\":2904.0,\"4499\":22124.0,\"4500\":461934.41,\"4501\":500609.73,\"4502\":13376.0,\"4503\":1415.04,\"4504\":8297.03,\"4505\":49989.5,\"4506\":6292.0,\"4507\":637.68,\"4508\":721.34,\"4509\":3701.44,\"4510\":919.65,\"4511\":10747.41,\"4512\":607.64,\"4513\":null,\"4514\":63623.52,\"4515\":28232.17,\"4516\":19243.0,\"4517\":6841.96,\"4518\":939.79,\"4519\":249919.3,\"4520\":154713.43,\"4521\":7377.14,\"4522\":69672.0,\"4523\":null,\"4524\":266480.96,\"4525\":20867.02,\"4526\":33455.83,\"4527\":16673.51,\"4528\":10093.6,\"4529\":25230.45,\"4530\":11426.75,\"4531\":16083.83,\"4532\":33762.23,\"4533\":919.7,\"4534\":1247.85,\"4535\":587.71,\"4536\":77352.66,\"4537\":2034.7,\"4538\":756.53,\"4539\":404.99,\"4540\":21678.9,\"4541\":null,\"4542\":2970.58,\"4543\":2953.2,\"4544\":726.25,\"4545\":894897.9300000001,\"4546\":457443.0,\"4547\":576.0,\"4548\":6850.8,\"4549\":8313.32,\"4550\":795.08,\"4551\":644.79,\"4552\":14004.0,\"4553\":22965.47,\"4554\":69179.69,\"4555\":158788.05,\"4556\":null,\"4557\":null,\"4558\":446223.19,\"4559\":962.37,\"4560\":null,\"4561\":null,\"4562\":7805.22,\"4563\":497.9,\"4564\":674.75,\"4565\":753.9,\"4566\":102161.97,\"4567\":3076.14,\"4568\":528.73,\"4569\":918.0,\"4570\":633.92,\"4571\":4590.0,\"4572\":428.88,\"4573\":1191.03,\"4574\":14129.74,\"4575\":2193.3,\"4576\":18776.94,\"4577\":7152.0,\"4578\":null,\"4579\":376.93,\"4580\":2564.4,\"4581\":99.0,\"4582\":null,\"4583\":29968.32,\"4584\":39086.15,\"4585\":1187.22,\"4586\":246240.61,\"4587\":null,\"4588\":120547.35,\"4589\":1528.8,\"4590\":790.46,\"4591\":1153.48,\"4592\":1416.6,\"4593\":432106.29,\"4594\":null,\"4595\":180557.15,\"4596\":122300.0,\"4597\":101549.97,\"4598\":408232.25,\"4599\":74438.25,\"4600\":72922.71,\"4601\":796.04,\"4602\":617.8,\"4603\":52061.09,\"4604\":14084.95,\"4605\":13749.31,\"4606\":68296.73,\"4607\":165075.22,\"4608\":170249.95,\"4609\":null,\"4610\":null,\"4611\":18266.33,\"4612\":44836.78,\"4613\":48329.49,\"4614\":651.42,\"4615\":75355.99,\"4616\":1300.72,\"4617\":6820.0,\"4618\":2233.55,\"4619\":30359.57,\"4620\":43634.68,\"4621\":56949.64,\"4622\":56559.83,\"4623\":16458.75,\"4624\":326.4,\"4625\":7869.6,\"4626\":0.6,\"4627\":null,\"4628\":6756.59,\"4629\":259.91,\"4630\":7920.0,\"4631\":9195.38,\"4632\":37.68,\"4633\":1572.12,\"4634\":158.8,\"4635\":9663.0,\"4636\":9588.0,\"4637\":2624.6,\"4638\":4965.06,\"4639\":17172.68,\"4640\":9065.32,\"4641\":9429.32,\"4642\":552.79,\"4643\":178.43,\"4644\":113.9,\"4645\":3814.8,\"4646\":2239.8,\"4647\":4158.0,\"4648\":19694.14,\"4649\":10206.95,\"4650\":19367.91,\"4651\":3542.4,\"4652\":761.7,\"4653\":11265.1,\"4654\":7942.0,\"4655\":null,\"4656\":1634.8,\"4657\":6168.6,\"4658\":3932.1,\"4659\":7135.0,\"4660\":376.58,\"4661\":1694.53,\"4662\":343.16,\"4663\":2631.0,\"4664\":370.09,\"4665\":15414.71,\"4666\":6197.77,\"4667\":11448.95,\"4668\":1801.2,\"4669\":978.81,\"4670\":null,\"4671\":869.88,\"4672\":607.64,\"4673\":611.7,\"4674\":3725.37,\"4675\":3922.8,\"4676\":97.44,\"4677\":15582.45,\"4678\":2000.0,\"4679\":6139.4,\"4680\":8331.06,\"4681\":84301.07,\"4682\":7140.74,\"4683\":3964.89,\"4684\":4935.65,\"4685\":9537.12,\"4686\":8538.66,\"4687\":2677.46,\"4688\":9564.69,\"4689\":51557.29,\"4690\":11730.79,\"4691\":1379.4,\"4692\":10011.53,\"4693\":10003.91,\"4694\":5863.5,\"4695\":3603.64,\"4696\":159.92,\"4697\":2589.99,\"4698\":5459.47,\"4699\":2.04,\"4700\":90.18,\"4701\":2890.73,\"4702\":4824.07,\"4703\":7560.0,\"4704\":9763.42,\"4705\":2146.24,\"4706\":17055.99,\"4707\":15660.15,\"4708\":6975.15,\"4709\":5949.0,\"4710\":16423.2,\"4711\":6465.29,\"4712\":6649.17,\"4713\":1162.8,\"4714\":91688.69,\"4715\":16715.59,\"4716\":17852.02,\"4717\":4.38,\"4718\":1.41,\"4719\":7604.4,\"4720\":2430.3,\"4721\":400.4,\"4722\":8937.8,\"4723\":387.36,\"4724\":null,\"4725\":39772.6,\"4726\":27036.96,\"4727\":65978.57,\"4728\":1197.57,\"4729\":1638.75,\"4730\":92354.36,\"4731\":4739.7,\"4732\":19120.0,\"4733\":5155.2,\"4734\":9806.28,\"4735\":5797.35,\"4736\":5874.08,\"4737\":7365.38,\"4738\":6905.1,\"4739\":8772.6,\"4740\":889.06,\"4741\":null,\"4742\":942.96,\"4743\":577.92,\"4744\":364.68,\"4745\":772.77,\"4746\":495.69,\"4747\":807.42,\"4748\":733.04,\"4749\":893.04,\"4750\":861.67,\"4751\":876.01,\"4752\":9024.0,\"4753\":805.92,\"4754\":132.0,\"4755\":17708.09,\"4756\":17631.38,\"4757\":4399.2,\"4758\":4964.25,\"4759\":4900.0,\"4760\":759.24,\"4761\":4.8,\"4762\":5280.3,\"4763\":4350.9,\"4764\":9660.0,\"4765\":8533.55,\"4766\":887.77,\"4767\":9240.3,\"4768\":6.92,\"4769\":428.71,\"4770\":547.8,\"4771\":889.9,\"4772\":2307.36,\"4773\":9423.1,\"4774\":4900.0,\"4775\":936.68,\"4776\":865.13,\"4777\":931.73,\"4778\":9.59,\"4779\":699.0,\"4780\":11218.6,\"4781\":8889.95,\"4782\":4512.0,\"4783\":18751.66,\"4784\":18399.26,\"4785\":2142.0,\"4786\":2398.5,\"4787\":434.98,\"4788\":435.71,\"4789\":891.89,\"4790\":7062.0,\"4791\":81.39,\"4792\":421.05,\"4793\":649.17,\"4794\":881.7,\"4795\":292.61,\"4796\":3725.33,\"4797\":2389.2,\"4798\":7135.2,\"4799\":271948.46,\"4800\":4896.0,\"4801\":6424.73,\"4802\":null,\"4803\":404.47,\"4804\":13046.0,\"4805\":null,\"4806\":null,\"4807\":3107.61,\"4808\":1758.9,\"4809\":779.17,\"4810\":1243.8,\"4811\":3074.0,\"4812\":20436.0,\"4813\":60818.97,\"4814\":499399.25,\"4815\":null,\"4816\":null,\"4817\":10212.37,\"4818\":63036.7,\"4819\":7036.33,\"4820\":null,\"4821\":720.51,\"4822\":3702.08,\"4823\":861.44,\"4824\":19475.41,\"4825\":596.64,\"4826\":null,\"4827\":50861.08,\"4828\":28263.03,\"4829\":19393.0,\"4830\":5560.57,\"4831\":939.79,\"4832\":249471.23,\"4833\":155885.57,\"4834\":6867.79,\"4835\":null,\"4836\":506570.0,\"4837\":33264.69,\"4838\":240942.92,\"4839\":20109.88,\"4840\":396817.58,\"4841\":18072.67,\"4842\":18491.0,\"4843\":24648.17,\"4844\":12894.03,\"4845\":19643.83,\"4846\":131892.42,\"4847\":1005.61,\"4848\":1279.12,\"4849\":578.83,\"4850\":306350.01,\"4851\":42928.98,\"4852\":2522.87,\"4853\":752.99,\"4854\":384.37,\"4855\":30262.95,\"4856\":null,\"4857\":976.63,\"4858\":2472.0,\"4859\":777.7,\"4860\":835448.58,\"4861\":347793.43,\"4862\":312.0,\"4863\":10414.8,\"4864\":4546.84,\"4865\":795.3,\"4866\":136750.0,\"4867\":615.62,\"4868\":9828.0,\"4869\":23162.84,\"4870\":64143.62,\"4871\":165445.31,\"4872\":121.0,\"4873\":330142.0,\"4874\":534260.53,\"4875\":50680.92,\"4876\":42097.26,\"4877\":8264.35,\"4878\":524.3,\"4879\":675.76,\"4880\":739.65,\"4881\":81065.09,\"4882\":3076.14,\"4883\":528.36,\"4884\":934.2,\"4885\":761.09,\"4886\":5013.6,\"4887\":428.4,\"4888\":null,\"4889\":1443.6,\"4890\":14076.65,\"4891\":2327.85,\"4892\":17356.35,\"4893\":5188.8,\"4894\":376.79,\"4895\":2560.2,\"4896\":102.3,\"4897\":343.39,\"4898\":30174.12,\"4899\":25312.01,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":120200.44,\"4904\":null,\"4905\":789.8,\"4906\":1080.51,\"4907\":1288.8,\"4908\":783417.61,\"4909\":49698.81,\"4910\":530693.8,\"4911\":26098.95,\"4912\":205750.0,\"4913\":154010.44,\"4914\":419345.03,\"4915\":73003.8,\"4916\":73661.67,\"4917\":795.9,\"4918\":776.07,\"4919\":64772.62,\"4920\":7660.76,\"4921\":8350.22,\"4922\":76752.08,\"4923\":163682.29,\"4924\":171075.05,\"4925\":17160.15,\"4926\":null,\"4927\":228677.98,\"4928\":12729.58,\"4929\":44724.14,\"4930\":48416.42,\"4931\":655.02,\"4932\":76465.73,\"4933\":1456.73,\"4934\":7326.0,\"4935\":2535.55,\"4936\":29994.74,\"4937\":43226.86,\"4938\":57070.85,\"4939\":58141.04,\"4940\":19531.64,\"4941\":326.4,\"4942\":6890.4,\"4943\":null,\"4944\":null,\"4945\":6719.96,\"4946\":271.19,\"4947\":null,\"4948\":10960.0,\"4949\":9689.14,\"4950\":25.68,\"4951\":1640.76,\"4952\":156.16,\"4953\":null,\"4954\":8775.0,\"4955\":8671.0,\"4956\":2503.6,\"4957\":6099.6,\"4958\":17799.32,\"4959\":11352.12,\"4960\":11952.01,\"4961\":651.79,\"4962\":null,\"4963\":null,\"4964\":1516.8,\"4965\":1742.5,\"4966\":13068.0,\"4967\":19745.16,\"4968\":10265.15,\"4969\":19609.26,\"4970\":6926.4,\"4971\":507.9,\"4972\":8404.9,\"4973\":9528.0,\"4974\":1423.9,\"4975\":7123.56,\"4976\":3449.3,\"4977\":4925.0,\"4978\":376.58,\"4979\":1857.65,\"4980\":341.78,\"4981\":2037.0,\"4982\":268.32,\"4983\":12453.8,\"4984\":4842.01,\"4985\":9831.15,\"4986\":1318.8,\"4987\":2206.32,\"4988\":4.4,\"4989\":807.84,\"4990\":329.12,\"4991\":723.6,\"4992\":3916.55,\"4993\":3919.45,\"4994\":33.6,\"4995\":16372.49,\"4996\":2000.0,\"4997\":5607.6,\"4998\":6349.38,\"4999\":87773.87,\"5000\":2666.96,\"5001\":2766.47,\"5002\":3988.7,\"5003\":6881.76,\"5004\":7442.08,\"5005\":5863.65,\"5006\":8461.2,\"5007\":155921.24,\"5008\":18308.91,\"5009\":1215.72,\"5010\":10149.77,\"5011\":10074.61,\"5012\":8779.5,\"5013\":10162.63,\"5014\":313.0,\"5015\":3.6,\"5016\":2476.36,\"5017\":9822.84,\"5018\":4.06,\"5019\":83.45,\"5020\":886.38,\"5021\":5051.0,\"5022\":7578.0,\"5023\":9960.74,\"5024\":1556.16,\"5025\":18070.62,\"5026\":20427.26,\"5027\":8867.35,\"5028\":7941.6,\"5029\":16178.4,\"5030\":5391.9,\"5031\":5386.06,\"5032\":1062.6,\"5033\":90363.53,\"5034\":17601.95,\"5035\":18846.93,\"5036\":4.6,\"5037\":1.49,\"5038\":9195.6,\"5039\":1997.25,\"5040\":376.64,\"5041\":null,\"5042\":908.23,\"5043\":null,\"5044\":39644.32,\"5045\":25469.34,\"5046\":74679.65,\"5047\":1236.9,\"5048\":1592.52,\"5049\":78259.55,\"5050\":null,\"5051\":15360.0,\"5052\":5146.8,\"5053\":9657.24,\"5054\":2982.83,\"5055\":2981.25,\"5056\":5821.43,\"5057\":5722.5,\"5058\":7106.1,\"5059\":884.84,\"5060\":4846.6,\"5061\":772.68,\"5062\":524.88,\"5063\":500.88,\"5064\":900.48,\"5065\":509.16,\"5066\":null,\"5067\":790.76,\"5068\":771.34,\"5069\":961.98,\"5070\":981.99,\"5071\":8245.2,\"5072\":927.24,\"5073\":14.4,\"5074\":18214.52,\"5075\":18589.83,\"5076\":7662.6,\"5077\":5727.25,\"5078\":4900.0,\"5079\":987.57,\"5080\":46.0,\"5081\":174.83,\"5082\":5895.0,\"5083\":7501.2,\"5084\":9273.47,\"5085\":975.98,\"5086\":7394.4,\"5087\":6.09,\"5088\":778.87,\"5089\":987.48,\"5090\":764.5,\"5091\":2559.92,\"5092\":9597.9,\"5093\":4900.0,\"5094\":null,\"5095\":995.06,\"5096\":896.78,\"5097\":352.4,\"5098\":297.0,\"5099\":10675.5,\"5100\":8850.46,\"5101\":4427.4,\"5102\":18469.7,\"5103\":18678.02,\"5104\":7823.7,\"5105\":6784.8,\"5106\":769.91,\"5107\":768.88,\"5108\":972.01,\"5109\":5890.5,\"5110\":70.12,\"5111\":917.68,\"5112\":964.96,\"5113\":935.18,\"5114\":1228.59,\"5115\":3850.0,\"5116\":2125.2,\"5117\":7136.4,\"5118\":381236.8,\"5119\":3427.2,\"5120\":5424.67,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.58,\"5125\":13607.0,\"5126\":10389.79,\"5127\":191.4,\"5128\":3128.73,\"5129\":1737.45,\"5130\":757.58,\"5131\":1204.2,\"5132\":2869.0,\"5133\":16464.0,\"5134\":307983.52,\"5135\":467177.56,\"5136\":12736.0,\"5137\":1333.53,\"5138\":12139.69,\"5139\":24547.58,\"5140\":7139.0,\"5141\":1122.98,\"5142\":729.3,\"5143\":3700.8,\"5144\":884.36,\"5145\":14221.85,\"5146\":608.3,\"5147\":null,\"5148\":59385.38,\"5149\":8089.21,\"5150\":13534.0,\"5151\":5442.41,\"5152\":938.8,\"5153\":249242.25,\"5154\":158765.99,\"5155\":4935.06,\"5156\":59376.0,\"5157\":505750.0,\"5158\":9711.39,\"5159\":244834.96,\"5160\":16391.64,\"5161\":263699.39,\"5162\":15245.67,\"5163\":18759.4,\"5164\":22857.83,\"5165\":12054.02,\"5166\":16639.35,\"5167\":118935.58,\"5168\":1117.59,\"5169\":1327.6,\"5170\":570.33,\"5171\":3960.0,\"5172\":67317.32,\"5173\":2079.66,\"5174\":745.51,\"5175\":393.06,\"5176\":26988.22,\"5177\":null,\"5178\":null,\"5179\":2472.0,\"5180\":836.52,\"5181\":858956.37,\"5182\":598667.33,\"5183\":234.0,\"5184\":3438.6,\"5185\":8434.53,\"5186\":792.55,\"5187\":null,\"5188\":609.79,\"5189\":14328.0,\"5190\":22544.24,\"5191\":69056.13,\"5192\":164749.4,\"5193\":null,\"5194\":323978.0,\"5195\":null,\"5196\":46053.2,\"5197\":null,\"5198\":7652.17,\"5199\":478.9,\"5200\":676.4,\"5201\":790.2,\"5202\":81057.56,\"5203\":3067.53,\"5204\":529.22,\"5205\":791.1,\"5206\":594.98,\"5207\":4512.0,\"5208\":428.4,\"5209\":1479.44,\"5210\":14027.87,\"5211\":null,\"5212\":16768.43,\"5213\":9547.2,\"5214\":196.22,\"5215\":1963.67,\"5216\":92.4,\"5217\":335.64,\"5218\":29840.88,\"5219\":48954.74,\"5220\":1183.48,\"5221\":199849.92,\"5222\":null,\"5223\":619557.6899999999,\"5224\":1584.72,\"5225\":474.98,\"5226\":1155.53,\"5227\":1269.0,\"5228\":604386.11,\"5229\":null,\"5230\":533618.77,\"5231\":205720.0,\"5232\":141776.91,\"5233\":420117.1,\"5234\":142637.41,\"5235\":126137.17,\"5236\":null,\"5237\":796.88,\"5238\":452.55,\"5239\":68228.46,\"5240\":6962.79,\"5241\":6923.08,\"5242\":62112.68,\"5243\":164735.61,\"5244\":169495.15,\"5245\":null,\"5246\":null,\"5247\":117913.49,\"5248\":null,\"5249\":23401.3,\"5250\":45081.84,\"5251\":48677.88,\"5252\":657.57,\"5253\":75486.33,\"5254\":1451.5,\"5255\":8883.6,\"5256\":2601.2,\"5257\":26472.05,\"5258\":32219.12,\"5259\":56300.53,\"5260\":null,\"5261\":19551.01,\"5262\":310.71,\"5263\":5918.4,\"5264\":null,\"5265\":null,\"5266\":6515.36,\"5267\":280.57,\"5268\":4720.0,\"5269\":9627.91,\"5270\":5.4,\"5271\":1662.76,\"5272\":152.2,\"5273\":null,\"5274\":8476.0,\"5275\":1999.0,\"5276\":2510.2,\"5277\":3961.51,\"5278\":14390.72,\"5279\":10146.39,\"5280\":10228.9,\"5281\":359.04,\"5282\":13397.0,\"5283\":13101.0,\"5284\":1630.8,\"5285\":1461.7,\"5286\":12528.0,\"5287\":19700.67,\"5288\":10229.02,\"5289\":18515.75,\"5290\":7081.2,\"5291\":427.0,\"5292\":7754.7,\"5293\":1908.0,\"5294\":1332.5,\"5295\":6447.36,\"5296\":3434.2,\"5297\":4584.0,\"5298\":376.58,\"5299\":1844.07,\"5300\":341.09,\"5301\":2027.0,\"5302\":202.92,\"5303\":11271.65,\"5304\":6996.83,\"5305\":12084.68,\"5306\":1714.2,\"5307\":2182.13,\"5308\":10.27,\"5309\":941.16,\"5310\":null,\"5311\":333.08,\"5312\":677.1,\"5313\":3126.64,\"5314\":3499.28,\"5315\":168.96,\"5316\":18012.74,\"5317\":2000.0,\"5318\":5430.6,\"5319\":5858.1,\"5320\":97757.37,\"5321\":5817.04,\"5322\":2011.47,\"5323\":4218.26,\"5324\":9312.48,\"5325\":6.05,\"5326\":13115.18,\"5327\":6265.38,\"5328\":14610.17,\"5329\":180228.63,\"5330\":15959.45,\"5331\":969.98,\"5332\":9238.18,\"5333\":9317.8,\"5334\":null,\"5335\":10858.75,\"5336\":417.8,\"5337\":0.8,\"5338\":1395.46,\"5339\":7899.78,\"5340\":2.14,\"5341\":107.84,\"5342\":3454.63,\"5343\":2584.6,\"5344\":6350.4,\"5345\":9422.81,\"5346\":1719.41,\"5347\":18609.31,\"5348\":15878.23,\"5349\":7004.59,\"5350\":8254.8,\"5351\":15436.8,\"5352\":5040.29,\"5353\":5154.52,\"5354\":615.6,\"5355\":88287.29,\"5356\":17306.2,\"5357\":17471.08,\"5358\":6.38,\"5359\":2.06,\"5360\":6436.8,\"5361\":1505.7,\"5362\":364.1,\"5363\":8947.92,\"5364\":732.14,\"5365\":0.15,\"5366\":40088.14,\"5367\":30533.21,\"5368\":79688.16,\"5369\":1195.81,\"5370\":1615.29,\"5371\":73950.37,\"5372\":8385.65,\"5373\":11280.0,\"5374\":5931.0,\"5375\":9745.56,\"5376\":6423.08,\"5377\":6487.88,\"5378\":7838.55,\"5379\":7270.8,\"5380\":10040.1,\"5381\":885.63,\"5382\":null,\"5383\":848.04,\"5384\":522.48,\"5385\":553.8,\"5386\":776.13,\"5387\":531.03,\"5388\":764.95,\"5389\":350.79,\"5390\":783.84,\"5391\":966.35,\"5392\":969.79,\"5393\":7322.4,\"5394\":941.4,\"5395\":2.4,\"5396\":18396.64,\"5397\":18522.22,\"5398\":5167.8,\"5399\":6471.52,\"5400\":4900.0,\"5401\":738.96,\"5402\":3.6,\"5403\":20.13,\"5404\":1.57,\"5405\":9274.2,\"5406\":2589.6,\"5407\":8891.35,\"5408\":953.24,\"5409\":11828.25,\"5410\":6.13,\"5411\":946.18,\"5412\":714.6,\"5413\":528.0,\"5414\":1958.88,\"5415\":4982.95,\"5416\":4900.0,\"5417\":962.33,\"5418\":978.87,\"5419\":602.06,\"5420\":2.73,\"5421\":9.0,\"5422\":10675.48,\"5423\":8185.31,\"5424\":6961.8,\"5425\":18220.44,\"5426\":18475.57,\"5427\":5351.4,\"5428\":4660.2,\"5429\":911.26,\"5430\":null,\"5431\":null,\"5432\":958.19,\"5433\":7682.4,\"5434\":76.95,\"5435\":915.67,\"5436\":802.7,\"5437\":null,\"5438\":373.5,\"5439\":3857.33,\"5440\":1960.2,\"5441\":7154.4,\"5442\":375420.39,\"5443\":2444.4,\"5444\":4931.79,\"5445\":393.8,\"5446\":null,\"5447\":404.75,\"5448\":13662.0,\"5449\":5932.08,\"5450\":198.0,\"5451\":3057.12,\"5452\":1748.34,\"5453\":763.65,\"5454\":1949.4,\"5455\":2814.0,\"5456\":20968.0,\"5457\":152457.86,\"5458\":438255.43,\"5459\":12976.0,\"5460\":1020.36,\"5461\":10962.44,\"5462\":34964.16,\"5463\":null,\"5464\":7333.33,\"5465\":840.6,\"5466\":null,\"5467\":null,\"5468\":962.61,\"5469\":12888.22,\"5470\":625.68,\"5471\":null,\"5472\":59454.66,\"5473\":15403.93,\"5474\":9792.0,\"5475\":5344.08,\"5476\":null,\"5477\":254407.89,\"5478\":157112.89,\"5479\":6787.75,\"5480\":49008.0,\"5481\":null,\"5482\":39175.26,\"5483\":249434.82,\"5484\":14269.07,\"5485\":264690.23,\"5486\":15226.3,\"5487\":18180.8,\"5488\":22046.35,\"5489\":11007.69,\"5490\":15286.26,\"5491\":null,\"5492\":1324.18,\"5493\":null,\"5494\":586.71,\"5495\":161755.0,\"5496\":74677.08,\"5497\":1936.6,\"5498\":743.24,\"5499\":398.17,\"5500\":25077.79,\"5501\":null,\"5502\":3012.98,\"5503\":2472.0,\"5504\":884.68,\"5505\":886185.78,\"5506\":479452.53,\"5507\":426.0,\"5508\":7011.4,\"5509\":8409.3,\"5510\":795.3,\"5511\":185380.0,\"5512\":623.44,\"5513\":14760.0,\"5514\":23139.72,\"5515\":60538.95,\"5516\":69239.06,\"5517\":164225.82,\"5518\":null,\"5519\":null,\"5520\":340795.01,\"5521\":1041.95,\"5522\":41544.12,\"5523\":5815.65,\"5524\":493.94,\"5525\":687.64,\"5526\":788.55,\"5527\":241446.74,\"5528\":3609.78,\"5529\":485.56,\"5530\":905.76,\"5531\":550.18,\"5532\":4274.4,\"5533\":427.68,\"5534\":795.09,\"5535\":14166.33,\"5536\":18351.01,\"5537\":9811.2,\"5538\":245.45,\"5539\":2544.6,\"5540\":99.0,\"5541\":331.07,\"5542\":29893.59,\"5543\":43494.21,\"5544\":1188.21,\"5545\":962281.16,\"5546\":null,\"5547\":120041.24,\"5548\":1604.88,\"5549\":720.28,\"5550\":1065.37,\"5551\":1450.8,\"5552\":777091.5600000001,\"5553\":49037.9,\"5554\":530638.89,\"5555\":145520.0,\"5556\":153290.2,\"5557\":419294.54,\"5558\":139117.34,\"5559\":101111.87,\"5560\":null,\"5561\":758.24,\"5562\":840.17,\"5563\":65475.16,\"5564\":9935.03,\"5565\":10320.43,\"5566\":67563.86,\"5567\":164549.89,\"5568\":168636.75,\"5569\":null,\"5570\":null,\"5571\":227648.12,\"5572\":22041.43,\"5573\":44326.88,\"5574\":49194.99,\"5575\":658.26,\"5576\":75495.42,\"5577\":1472.3,\"5578\":8791.2,\"5579\":2323.2,\"5580\":30376.54,\"5581\":31898.2,\"5582\":58481.29,\"5583\":57655.64,\"5584\":19325.77,\"5585\":656.58,\"5586\":4935.6,\"5587\":null,\"5588\":null,\"5589\":4830.71,\"5590\":312.77,\"5591\":6800.0,\"5592\":4839.1,\"5593\":25.32,\"5594\":1677.72,\"5595\":150.74,\"5596\":null,\"5597\":8308.0,\"5598\":8150.0,\"5599\":2422.2,\"5600\":4462.64,\"5601\":16425.08,\"5602\":9775.17,\"5603\":10128.33,\"5604\":1792.71,\"5605\":13068.9,\"5606\":12772.6,\"5607\":214.8,\"5608\":1333.0,\"5609\":6462.0,\"5610\":10345.96,\"5611\":19409.5,\"5612\":18519.74,\"5613\":8647.2,\"5614\":null,\"5615\":7767.7,\"5616\":2098.0,\"5617\":1272.0,\"5618\":6738.54,\"5619\":3073.9,\"5620\":4485.0,\"5621\":376.58,\"5622\":1956.55,\"5623\":342.47,\"5624\":1963.0,\"5625\":149.76,\"5626\":10871.03,\"5627\":4880.76,\"5628\":17780.71,\"5629\":1424.4,\"5630\":2403.33,\"5631\":null,\"5632\":871.86,\"5633\":null,\"5634\":327.8,\"5635\":920.1,\"5636\":2917.31,\"5637\":3362.25,\"5638\":24.48,\"5639\":10134.99,\"5640\":2000.0,\"5641\":5376.8,\"5642\":5462.04,\"5643\":75706.11,\"5644\":8489.83,\"5645\":2854.31,\"5646\":3782.09,\"5647\":8140.32,\"5648\":16876.37,\"5649\":8036.08,\"5650\":18666.14,\"5651\":null,\"5652\":15959.45,\"5653\":1141.36,\"5654\":10013.23,\"5655\":10044.26,\"5656\":null,\"5657\":11248.36,\"5658\":139.76,\"5659\":868.06,\"5660\":8416.81,\"5661\":3.65,\"5662\":52.51,\"5663\":3065.85,\"5664\":4632.11,\"5665\":5796.0,\"5666\":10138.14,\"5667\":1230.55,\"5668\":18459.32,\"5669\":17552.27,\"5670\":8242.26,\"5671\":6494.4,\"5672\":13118.4,\"5673\":15302.93,\"5674\":15953.46,\"5675\":375.6,\"5676\":90318.07,\"5677\":17841.39,\"5678\":18319.0,\"5679\":3.25,\"5680\":1.07,\"5681\":9436.8,\"5682\":1843.65,\"5683\":388.3,\"5684\":8958.5,\"5685\":760.36,\"5686\":null,\"5687\":35725.56,\"5688\":29260.83,\"5689\":73812.11,\"5690\":1205.6,\"5691\":1464.87,\"5692\":57438.33,\"5693\":6796.3,\"5694\":9240.0,\"5695\":5183.4,\"5696\":9702.78,\"5697\":5483.93,\"5698\":5345.55,\"5699\":9198.45,\"5700\":7061.1,\"5701\":8343.6,\"5702\":826.94,\"5703\":4082.1,\"5704\":692.76,\"5705\":426.6,\"5706\":458.52,\"5707\":876.9,\"5708\":598.11,\"5709\":810.81,\"5710\":515.21,\"5711\":873.96,\"5712\":756.42,\"5713\":748.36,\"5714\":6136.8,\"5715\":889.08,\"5716\":62.4,\"5717\":15648.14,\"5718\":15932.72,\"5719\":5178.6,\"5720\":12718.06,\"5721\":4900.0,\"5722\":874.32,\"5723\":1.8,\"5724\":null,\"5725\":null,\"5726\":5703.0,\"5727\":7262.4,\"5728\":7089.54,\"5729\":932.97,\"5730\":7780.5,\"5731\":7.51,\"5732\":970.02,\"5733\":854.76,\"5734\":699.6,\"5735\":2340.8,\"5736\":6634.35,\"5737\":4900.0,\"5738\":943.12,\"5739\":760.23,\"5740\":869.33,\"5741\":598.62,\"5742\":36.0,\"5743\":7876.68,\"5744\":6121.03,\"5745\":1124.4,\"5746\":null,\"5747\":null,\"5748\":4923.3,\"5749\":null,\"5750\":910.54,\"5751\":915.71,\"5752\":2260.33,\"5753\":810.16,\"5754\":6557.1,\"5755\":79.06,\"5756\":861.69,\"5757\":626.75,\"5758\":8753.34,\"5759\":855.49,\"5760\":1497.04,\"5761\":3824.33,\"5762\":1848.0,\"5763\":7152.0,\"5764\":384752.88,\"5765\":1947.6,\"5766\":null,\"5767\":466.18,\"5768\":null,\"5769\":null,\"5770\":315.77,\"5771\":12353.0,\"5772\":9899.06,\"5773\":191.4,\"5774\":3107.44,\"5775\":1748.01,\"5776\":769.0,\"5777\":3264.3,\"5778\":809.0,\"5779\":19512.0,\"5780\":60536.85,\"5781\":502376.16,\"5782\":12456.0,\"5783\":1247.4,\"5784\":12046.54,\"5785\":40199.92,\"5786\":6526.67,\"5787\":656.08,\"5788\":null,\"5789\":980.18,\"5790\":12270.16,\"5791\":616.88,\"5792\":null,\"5793\":40398.56,\"5794\":29636.65,\"5795\":null,\"5796\":4625.05,\"5797\":254439.45,\"5798\":158241.62,\"5799\":5627.37,\"5800\":508140.0,\"5801\":837949.5,\"5802\":230774.68,\"5803\":13108.77,\"5804\":395571.11,\"5805\":13984.57,\"5806\":18090.6,\"5807\":21559.5,\"5808\":10918.57,\"5809\":16759.36,\"5810\":null,\"5811\":1312.38,\"5812\":2107.84,\"5813\":591.21,\"5814\":148005.0,\"5815\":41636.34,\"5816\":1972.02,\"5817\":744.23,\"5818\":null,\"5819\":25566.2,\"5820\":null,\"5821\":1301.61,\"5822\":2472.0,\"5823\":null,\"5824\":null,\"5825\":891254.27,\"5826\":337659.5,\"5827\":192.0,\"5828\":6883.8,\"5829\":8395.89,\"5830\":792.11,\"5831\":183620.0,\"5832\":664.3,\"5833\":17064.0,\"5834\":23542.39,\"5835\":61380.39,\"5836\":69567.45,\"5837\":164205.69,\"5838\":733.5,\"5839\":314456.0,\"5840\":null,\"5841\":null,\"5842\":6580.87,\"5843\":501.86,\"5844\":685.4,\"5845\":851.25,\"5846\":80985.66,\"5847\":3621.83,\"5848\":491.96,\"5849\":839.16,\"5850\":495.82,\"5851\":3976.8,\"5852\":427.56,\"5853\":1239.99,\"5854\":14143.37,\"5855\":16964.87,\"5856\":9288.0,\"5857\":null,\"5858\":384.91,\"5859\":2533.8,\"5860\":99.0,\"5861\":330.81,\"5862\":30219.83,\"5863\":49829.84,\"5864\":1185.94,\"5865\":502218.49,\"5866\":null,\"5867\":120024.48,\"5868\":1603.74,\"5869\":716.98,\"5870\":1116.67,\"5871\":1270.8,\"5872\":750423.33,\"5873\":null,\"5874\":530677.77,\"5875\":null,\"5876\":153505.38,\"5877\":420651.64,\"5878\":139983.34,\"5879\":124867.25,\"5880\":null,\"5881\":796.6,\"5882\":557.15,\"5883\":66695.41,\"5884\":14373.01,\"5885\":14563.95,\"5886\":76714.85,\"5887\":163854.8,\"5888\":169583.95,\"5889\":null,\"5890\":null,\"5891\":101375.8,\"5892\":23015.34,\"5893\":44094.73,\"5894\":47184.35,\"5895\":654.09,\"5896\":75486.59,\"5897\":null,\"5898\":7788.0,\"5899\":2482.4,\"5900\":29688.15,\"5901\":32732.42,\"5902\":58561.95,\"5903\":null,\"5904\":16854.28,\"5905\":652.5,\"5906\":5414.4,\"5907\":null,\"5908\":null,\"5909\":6667.49,\"5910\":305.45,\"5911\":2160.0,\"5912\":9062.18,\"5913\":1385.4,\"5914\":1708.52,\"5915\":132.36,\"5916\":7696.0,\"5917\":7439.0,\"5918\":2373.8,\"5919\":6898.46,\"5920\":15276.78,\"5921\":12613.32,\"5922\":13343.11,\"5923\":572.59,\"5924\":12826.2,\"5925\":12535.3,\"5926\":1143.6,\"5927\":1333.1,\"5928\":13302.0,\"5929\":19444.31,\"5930\":19472.41,\"5931\":10061.35,\"5932\":5515.2,\"5933\":8044.8,\"5934\":1818.0,\"5935\":1225.4,\"5936\":6185.16,\"5937\":3149.2,\"5938\":4452.0,\"5939\":376.58,\"5940\":1539.44,\"5941\":341.78,\"5942\":null,\"5943\":1199.97,\"5944\":10587.8,\"5945\":1172.24,\"5946\":12942.75,\"5947\":1509.0,\"5948\":2868.49,\"5949\":20.53,\"5950\":830.28,\"5951\":330.0,\"5952\":319.8,\"5953\":2955.15,\"5954\":5101.99,\"5955\":0.96,\"5956\":10721.87,\"5957\":2000.0,\"5958\":5262.99,\"5959\":5257.8,\"5960\":82012.27,\"5961\":15142.3,\"5962\":3505.21,\"5963\":9733.57,\"5964\":8612.64,\"5965\":11916.58,\"5966\":3017.66,\"5967\":13255.4,\"5968\":180264.03,\"5969\":null,\"5970\":1538.68,\"5971\":10278.49,\"5972\":10385.69,\"5973\":9474.0,\"5974\":2545.37,\"5975\":477.6,\"5976\":159.6,\"5977\":1424.93,\"5978\":7411.56,\"5979\":1.63,\"5980\":105.34,\"5981\":2493.34,\"5982\":3630.03,\"5983\":6782.4,\"5984\":10249.67,\"5985\":1733.03,\"5986\":14928.78,\"5987\":16448.92,\"5988\":8335.65,\"5989\":3715.2,\"5990\":9198.0,\"5991\":10985.89,\"5992\":12215.98,\"5993\":1095.0,\"5994\":66652.6,\"5995\":19254.48,\"5996\":19373.84,\"5997\":5.18,\"5998\":1.65,\"5999\":9255.6,\"6000\":3016.65,\"6001\":270.27,\"6002\":8616.26,\"6003\":761.97,\"6004\":null,\"6005\":33251.29,\"6006\":31155.67,\"6007\":85797.85,\"6008\":1174.8,\"6009\":1700.85,\"6010\":71553.86,\"6011\":9368.45,\"6012\":7280.0,\"6013\":3153.6,\"6014\":9809.04,\"6015\":8346.15,\"6016\":8395.43,\"6017\":8827.43,\"6018\":3134.7,\"6019\":3880.2,\"6020\":754.78,\"6021\":2.2,\"6022\":935.76,\"6023\":568.32,\"6024\":498.36,\"6025\":791.31,\"6026\":396.99,\"6027\":610.97,\"6028\":990.55,\"6029\":985.8,\"6030\":959.19,\"6031\":959.26,\"6032\":6644.4,\"6033\":996.0,\"6034\":321.6,\"6035\":8680.25,\"6036\":9175.3,\"6037\":5961.6,\"6038\":860.17,\"6039\":4900.0,\"6040\":870.93,\"6041\":18.6,\"6042\":null,\"6043\":459.28,\"6044\":9004.2,\"6045\":9716.4,\"6046\":8161.35,\"6047\":863.73,\"6048\":8606.25,\"6049\":6.03,\"6050\":957.31,\"6051\":741.96,\"6052\":910.8,\"6053\":2226.84,\"6054\":5035.85,\"6055\":4900.0,\"6056\":752.02,\"6057\":972.82,\"6058\":793.32,\"6059\":24.29,\"6060\":351.0,\"6061\":9828.53,\"6062\":9109.38,\"6063\":3612.0,\"6064\":7932.97,\"6065\":7789.54,\"6066\":8370.6,\"6067\":6621.9,\"6068\":722.19,\"6069\":715.79,\"6070\":3007.25,\"6071\":991.49,\"6072\":9279.6,\"6073\":80.71,\"6074\":930.9,\"6075\":504.51,\"6076\":5348.88,\"6077\":856.95,\"6078\":2056.76,\"6079\":3872.0,\"6080\":1887.6,\"6081\":7138.8,\"6082\":402046.24,\"6083\":1695.6,\"6084\":3545.02,\"6085\":null,\"6086\":null,\"6087\":417.11,\"6088\":13211.0,\"6089\":13582.13,\"6090\":null,\"6091\":3089.62,\"6092\":1758.24,\"6093\":767.84,\"6094\":2981.7,\"6095\":816.0,\"6096\":20744.0,\"6097\":137535.58,\"6098\":352516.7,\"6099\":14120.0,\"6100\":1284.03,\"6101\":16980.23,\"6102\":37463.38,\"6103\":6856.67,\"6104\":644.58,\"6105\":3702.08,\"6106\":913.66,\"6107\":11791.54,\"6108\":393.36,\"6109\":null,\"6110\":62537.28,\"6111\":30016.35,\"6112\":9186.0,\"6113\":4541.78,\"6114\":244.6,\"6115\":253924.03,\"6116\":159401.09,\"6117\":5516.0,\"6118\":133272.0,\"6119\":null,\"6120\":139864.26,\"6121\":190017.88,\"6122\":12339.56,\"6123\":339825.46,\"6124\":19430.71,\"6125\":17199.6,\"6126\":22327.64,\"6127\":11380.22,\"6128\":16831.83,\"6129\":null,\"6130\":1327.9,\"6131\":1473.32,\"6132\":null,\"6133\":585.33,\"6134\":179245.0,\"6135\":38425.43,\"6136\":2102.32,\"6137\":741.37,\"6138\":462.63,\"6139\":29495.84,\"6140\":null,\"6141\":null,\"6142\":2472.0,\"6143\":934.81,\"6144\":886910.54,\"6145\":381959.12,\"6146\":738.0,\"6147\":6716.6,\"6148\":8371.25,\"6149\":831.93,\"6150\":null,\"6151\":652.76,\"6152\":12132.0,\"6153\":35511.32,\"6154\":69617.83,\"6155\":164742.9,\"6156\":null,\"6157\":null,\"6158\":469270.71,\"6159\":41205.95,\"6160\":9029.57,\"6161\":494.87,\"6162\":691.96,\"6163\":765.3,\"6164\":81234.07,\"6165\":3027.94,\"6166\":410.59,\"6167\":925.02,\"6168\":364.14,\"6169\":4250.4,\"6170\":426.6,\"6171\":19290.34,\"6172\":631.95,\"6173\":14014.96,\"6174\":4360.95,\"6175\":15984.7,\"6176\":8851.2,\"6177\":null,\"6178\":378.25,\"6179\":2448.6,\"6180\":85.8,\"6181\":316.9,\"6182\":30326.94,\"6183\":50188.87,\"6184\":542.34,\"6185\":1216857.1799999999,\"6186\":null,\"6187\":120744.82,\"6188\":1606.74,\"6189\":642.18,\"6190\":1025.19,\"6191\":1198.8,\"6192\":773355.86,\"6193\":50042.17,\"6194\":531149.47,\"6195\":141780.0,\"6196\":153585.38,\"6197\":424454.62,\"6198\":110220.33,\"6199\":124734.26,\"6200\":2060.0,\"6201\":797.02,\"6202\":673.17,\"6203\":80476.56,\"6204\":13333.81,\"6205\":9799.44,\"6206\":78188.82,\"6207\":156575.79,\"6208\":169561.75,\"6209\":null,\"6210\":null,\"6211\":168776.37,\"6212\":22079.34,\"6213\":43948.08,\"6214\":47787.24,\"6215\":637.8,\"6216\":77519.43,\"6217\":1746.78,\"6218\":6938.8,\"6219\":2345.93,\"6220\":29394.6,\"6221\":32127.08,\"6222\":59467.32,\"6223\":15996.96,\"6224\":654.63,\"6225\":5410.8,\"6226\":null,\"6227\":null,\"6228\":6703.29,\"6229\":231.79,\"6230\":2560.0,\"6231\":9161.64,\"6232\":1425.0,\"6233\":1612.6,\"6234\":462.07,\"6235\":16927.0,\"6236\":5111.0,\"6237\":2252.8,\"6238\":5898.29,\"6239\":16162.61,\"6240\":15806.38,\"6241\":16463.15,\"6242\":1905.79,\"6243\":13791.3,\"6244\":13474.2,\"6245\":1452.0,\"6246\":null,\"6247\":13680.0,\"6248\":19741.12,\"6249\":19673.52,\"6250\":10207.32,\"6251\":4179.6,\"6252\":9814.0,\"6253\":4588.0,\"6254\":null,\"6255\":1432.9,\"6256\":5370.96,\"6257\":3350.5,\"6258\":5367.0,\"6259\":376.58,\"6260\":2030.76,\"6261\":340.4,\"6262\":1865.0,\"6263\":1094.43,\"6264\":13539.97,\"6265\":3371.62,\"6266\":6807.55,\"6267\":1134.6,\"6268\":2755.65,\"6269\":77.73,\"6270\":802.56,\"6271\":0.08,\"6272\":311.96,\"6273\":922.5,\"6274\":2211.0,\"6275\":6382.33,\"6276\":0.48,\"6277\":10481.1,\"6278\":2000.0,\"6279\":5761.6,\"6280\":7492.02,\"6281\":85079.89,\"6282\":8226.18,\"6283\":1238.21,\"6284\":3713.22,\"6285\":6608.16,\"6286\":8582.01,\"6287\":542.82,\"6288\":8831.32,\"6289\":197549.84,\"6290\":17072.55,\"6291\":610.28,\"6292\":9760.56,\"6293\":9740.43,\"6294\":10201.5,\"6295\":1004.92,\"6296\":504.04,\"6297\":765.6,\"6298\":536.86,\"6299\":2166.93,\"6300\":2.98,\"6301\":73.33,\"6302\":1558.41,\"6303\":4108.6,\"6304\":3207.6,\"6305\":10017.18,\"6306\":1414.76,\"6307\":6941.55,\"6308\":6453.88,\"6309\":2902.19,\"6310\":7889.4,\"6311\":13302.0,\"6312\":19816.33,\"6313\":19924.52,\"6314\":807.0,\"6315\":54621.95,\"6316\":11824.11,\"6317\":11868.47,\"6318\":6.56,\"6319\":2.11,\"6320\":7185.6,\"6321\":1458.3,\"6322\":295.9,\"6323\":9311.78,\"6324\":656.17,\"6325\":null,\"6326\":32517.09,\"6327\":20800.85,\"6328\":66236.65,\"6329\":1168.86,\"6330\":1362.06,\"6331\":81086.55,\"6332\":8529.5,\"6333\":16240.0,\"6334\":5561.4,\"6335\":9072.12,\"6336\":3828.6,\"6337\":3761.78,\"6338\":7771.5,\"6339\":6630.0,\"6340\":8010.0,\"6341\":609.75,\"6342\":3172.4,\"6343\":780.96,\"6344\":538.08,\"6345\":447.12,\"6346\":320.37,\"6347\":237.45,\"6348\":701.44,\"6349\":685.08,\"6350\":912.96,\"6351\":933.73,\"6352\":955.91,\"6353\":7774.8,\"6354\":602.52,\"6355\":343.2,\"6356\":13139.15,\"6357\":17670.65,\"6358\":5859.0,\"6359\":3144.23,\"6360\":4900.0,\"6361\":309.27,\"6362\":null,\"6363\":673.54,\"6364\":9852.3,\"6365\":5797.2,\"6366\":8622.75,\"6367\":493.25,\"6368\":10955.25,\"6369\":11.48,\"6370\":95.94,\"6371\":206.76,\"6372\":815.1,\"6373\":2260.72,\"6374\":7821.15,\"6375\":4900.0,\"6376\":855.46,\"6377\":962.39,\"6378\":695.01,\"6379\":34.32,\"6380\":9.0,\"6381\":9453.9,\"6382\":8756.01,\"6383\":5749.8,\"6384\":17545.07,\"6385\":18202.67,\"6386\":7531.5,\"6387\":6144.9,\"6388\":268.95,\"6389\":274.27,\"6390\":1966.5,\"6391\":973.92,\"6392\":5012.7,\"6393\":48.96,\"6394\":749.32,\"6395\":933.57,\"6396\":6796.5,\"6397\":null,\"6398\":1753.9,\"6399\":3875.67,\"6400\":1848.0,\"6401\":7142.4,\"6402\":411167.08,\"6403\":1692.0,\"6404\":2945.61,\"6405\":706.42,\"6406\":null,\"6407\":416.71,\"6408\":13398.0,\"6409\":13483.27,\"6410\":198.0,\"6411\":3088.47,\"6412\":1755.93,\"6413\":760.14,\"6414\":1849.5,\"6415\":812.0,\"6416\":16212.0,\"6417\":60524.36,\"6418\":352277.44,\"6419\":13496.0,\"6420\":1224.3,\"6421\":10870.9,\"6422\":35454.03,\"6423\":6640.33,\"6424\":606.34,\"6425\":3702.08,\"6426\":946.63,\"6427\":11679.76,\"6428\":634.7,\"6429\":null,\"6430\":50893.07,\"6431\":29967.9,\"6432\":7116.0,\"6433\":6864.15,\"6434\":939.79,\"6435\":250424.8,\"6436\":161078.99,\"6437\":6130.8,\"6438\":80928.0,\"6439\":null,\"6440\":60079.68,\"6441\":199578.68,\"6442\":14316.9,\"6443\":343801.79,\"6444\":15640.1,\"6445\":10953.8,\"6446\":23928.59,\"6447\":10655.64,\"6448\":16172.0,\"6449\":124515.16,\"6450\":1266.84,\"6451\":1441.0,\"6452\":327.83,\"6453\":null,\"6454\":52390.61,\"6455\":1927.06,\"6456\":740.98,\"6457\":458.65,\"6458\":28584.22,\"6459\":91183.48,\"6460\":3538.89,\"6461\":2472.0,\"6462\":950.87,\"6463\":914220.1800000001,\"6464\":599440.78,\"6465\":498.0,\"6466\":7959.6,\"6467\":6095.52,\"6468\":null,\"6469\":191610.0,\"6470\":608.29,\"6471\":12744.0,\"6472\":23190.92,\"6473\":69215.14,\"6474\":164547.21,\"6475\":null,\"6476\":623696.37,\"6477\":41419.61,\"6478\":8570.44,\"6479\":473.62,\"6480\":686.41,\"6481\":783.6,\"6482\":80853.11,\"6483\":3043.44,\"6484\":523.88,\"6485\":919.8,\"6486\":500.06,\"6487\":4579.2,\"6488\":420.0,\"6489\":1273.03,\"6490\":null,\"6491\":null,\"6492\":18313.48,\"6493\":9902.4,\"6494\":382.73,\"6495\":2556.6,\"6496\":105.6,\"6497\":273.93,\"6498\":29650.23,\"6499\":50124.14,\"6500\":1181.21,\"6501\":null,\"6502\":null,\"6503\":120976.5,\"6504\":1604.76,\"6505\":635.8,\"6506\":2343.38,\"6507\":1162.8,\"6508\":770671.1800000001,\"6509\":50315.5,\"6510\":531160.86,\"6511\":101930.0,\"6512\":153225.62,\"6513\":424024.51,\"6514\":142563.88,\"6515\":126707.35,\"6516\":2060.0,\"6517\":798.56,\"6518\":null,\"6519\":52254.91,\"6520\":7348.48,\"6521\":5572.9,\"6522\":71257.76,\"6523\":160127.78,\"6524\":163921.1,\"6525\":null,\"6526\":null,\"6527\":169486.26,\"6528\":22578.84,\"6529\":44078.28,\"6530\":47913.61,\"6531\":650.91,\"6532\":75481.1,\"6533\":1490.1,\"6534\":6386.6,\"6535\":2234.93,\"6536\":29330.69,\"6537\":32743.39,\"6538\":58240.08,\"6539\":19471.8,\"6540\":656.67,\"6541\":5619.6,\"6542\":null,\"6543\":null,\"6544\":6713.85,\"6545\":321.95,\"6546\":null,\"6547\":4800.0,\"6548\":9300.5,\"6549\":1413.12,\"6550\":1565.52,\"6551\":163.81,\"6552\":15513.0,\"6553\":9266.0,\"6554\":2433.2,\"6555\":6394.23,\"6556\":17009.84,\"6557\":15978.4,\"6558\":16634.2,\"6559\":2576.2,\"6560\":12928.8,\"6561\":12632.2,\"6562\":6.0,\"6563\":9540.0,\"6564\":19466.14,\"6565\":19437.42,\"6566\":19344.32,\"6567\":6346.8,\"6568\":622.1,\"6569\":8690.0,\"6570\":4882.0,\"6571\":null,\"6572\":1356.3,\"6573\":2979.42,\"6574\":3048.6,\"6575\":4464.0,\"6576\":376.58,\"6577\":1859.6,\"6578\":337.18,\"6579\":1865.0,\"6580\":158.39,\"6581\":13760.95,\"6582\":5477.52,\"6583\":11595.4,\"6584\":805.2,\"6585\":2600.34,\"6586\":39.6,\"6587\":885.72,\"6588\":0.09,\"6589\":400.84,\"6590\":1059.3,\"6591\":2786.85,\"6592\":8176.61,\"6593\":179.52,\"6594\":8058.33,\"6595\":2000.0,\"6596\":5847.7,\"6597\":4818.96,\"6598\":26541.85,\"6599\":9665.54,\"6600\":1114.1,\"6601\":5136.52,\"6602\":5353.92,\"6603\":null,\"6604\":12306.01,\"6605\":7957.74,\"6606\":12798.14,\"6607\":77582.76,\"6608\":11961.49,\"6609\":986.92,\"6610\":10089.66,\"6611\":10170.26,\"6612\":9360.0,\"6613\":11567.5,\"6614\":553.76,\"6615\":482.8,\"6616\":null,\"6617\":7273.16,\"6618\":3.02,\"6619\":34.1,\"6620\":3172.31,\"6621\":3601.47,\"6622\":5414.4,\"6623\":10234.58,\"6624\":2337.21,\"6625\":20654.42,\"6626\":19172.61,\"6627\":8733.32,\"6628\":4438.8,\"6629\":7945.2,\"6630\":19863.24,\"6631\":19923.75,\"6632\":266.4,\"6633\":80539.5,\"6634\":19793.43,\"6635\":19761.97,\"6636\":5.93,\"6637\":1.93,\"6638\":8236.8,\"6639\":3305.1,\"6640\":248.38,\"6641\":8651.22,\"6642\":null,\"6643\":null,\"6644\":28360.85,\"6645\":19009.05,\"6646\":79334.29,\"6647\":1440.89,\"6648\":1656.0,\"6649\":44363.66,\"6650\":8897.35,\"6651\":9240.0,\"6652\":3438.0,\"6653\":9226.68,\"6654\":5653.35,\"6655\":7177.5,\"6656\":9093.83,\"6657\":7166.7,\"6658\":8050.5,\"6659\":825.44,\"6660\":3879.7,\"6661\":576.36,\"6662\":511.92,\"6663\":592.32,\"6664\":900.78,\"6665\":589.35,\"6666\":666.8,\"6667\":517.0,\"6668\":967.08,\"6669\":817.08,\"6670\":806.21,\"6671\":5450.4,\"6672\":956.28,\"6673\":379.2,\"6674\":4027.77,\"6675\":4124.67,\"6676\":7691.4,\"6677\":19.0,\"6678\":4900.0,\"6679\":866.07,\"6680\":1609.8,\"6681\":485.59,\"6682\":8854.8,\"6683\":5886.0,\"6684\":6677.66,\"6685\":801.21,\"6686\":8895.15,\"6687\":10.78,\"6688\":886.49,\"6689\":699.12,\"6690\":877.8,\"6691\":3039.08,\"6692\":7805.05,\"6693\":4900.0,\"6694\":875.19,\"6695\":792.2,\"6696\":462.33,\"6697\":354.42,\"6698\":396.0,\"6699\":7393.47,\"6700\":6542.29,\"6701\":2658.6,\"6702\":4440.59,\"6703\":5013.41,\"6704\":6156.3,\"6705\":6195.9,\"6706\":632.57,\"6707\":729.98,\"6708\":1024.08,\"6709\":787.69,\"6710\":4448.4,\"6711\":308.09,\"6712\":809.88,\"6713\":658.6,\"6714\":6767.52,\"6715\":749.16,\"6716\":2272.38,\"6717\":3857.33,\"6718\":1788.6,\"6719\":7135.2,\"6720\":405476.14,\"6721\":1857.6,\"6722\":3845.28,\"6723\":711.59,\"6724\":null,\"6725\":null,\"6726\":417.81,\"6727\":12705.0,\"6728\":14068.09,\"6729\":198.0,\"6730\":3001.51,\"6731\":1757.25,\"6732\":762.98,\"6733\":1769.4,\"6734\":808.0,\"6735\":17672.0,\"6736\":60382.62,\"6737\":373632.01,\"6738\":11488.0,\"6739\":1306.47,\"6740\":17001.47,\"6741\":42612.71,\"6742\":7428.67,\"6743\":864.8,\"6744\":3703.36,\"6745\":899.54,\"6746\":12264.67,\"6747\":284.68,\"6748\":null,\"6749\":42923.0,\"6750\":27306.73,\"6751\":12256.0,\"6752\":7960.22,\"6753\":940.78,\"6754\":244812.45,\"6755\":157591.46,\"6756\":9675.45,\"6757\":196872.0,\"6758\":508680.0,\"6759\":null,\"6760\":53545.21,\"6761\":18546.82,\"6762\":325669.49,\"6763\":17731.77,\"6764\":17483.4,\"6765\":22515.34,\"6766\":10920.02,\"6767\":16094.62,\"6768\":null,\"6769\":1245.93,\"6770\":2296.94,\"6771\":587.96,\"6772\":172700.0,\"6773\":51584.1,\"6774\":2069.31,\"6775\":738.03,\"6776\":455.43,\"6777\":33221.54,\"6778\":90921.61,\"6779\":1978.86,\"6780\":2472.0,\"6781\":null,\"6782\":924.39,\"6783\":995765.41,\"6784\":360692.07,\"6785\":360.0,\"6786\":8426.0,\"6787\":5763.48,\"6788\":768.51,\"6789\":null,\"6790\":605.57,\"6791\":11412.0,\"6792\":24611.93,\"6793\":69369.84,\"6794\":164485.77,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1007.14,\"6799\":33634.68,\"6800\":39388.22,\"6801\":7805.22,\"6802\":483.52,\"6803\":686.88,\"6804\":1602.0,\"6805\":81239.44,\"6806\":2201.67,\"6807\":495.13,\"6808\":846.36,\"6809\":594.58,\"6810\":4299.6,\"6811\":425.76,\"6812\":1287.04,\"6813\":14079.52,\"6814\":4357.35,\"6815\":15792.15,\"6816\":7929.6,\"6817\":376.6,\"6818\":2554.2,\"6819\":99.0,\"6820\":336.6,\"6821\":29649.48,\"6822\":50048.3,\"6823\":1181.02,\"6824\":null,\"6825\":null,\"6826\":119984.65,\"6827\":1601.52,\"6828\":647.68,\"6829\":1836.84,\"6830\":1382.4,\"6831\":null,\"6832\":614013.05,\"6833\":44229.21,\"6834\":531911.9399999999,\"6835\":null,\"6836\":null,\"6837\":123108.91,\"6838\":424340.84,\"6839\":141463.5,\"6840\":125204.08,\"6841\":2058.0,\"6842\":797.16,\"6843\":640.17,\"6844\":65403.93,\"6845\":11603.31,\"6846\":10643.89,\"6847\":63704.32,\"6848\":165436.56,\"6849\":169167.7,\"6850\":null,\"6851\":null,\"6852\":103735.48,\"6853\":22558.42,\"6854\":43834.88,\"6855\":47442.37,\"6856\":649.56,\"6857\":75496.5,\"6858\":1300.68,\"6859\":7002.6,\"6860\":2935.22,\"6861\":25820.83,\"6862\":32319.21,\"6863\":58449.69,\"6864\":19573.49,\"6865\":655.2,\"6866\":5623.2,\"6867\":null,\"6868\":10.2,\"6869\":null,\"6870\":6722.1,\"6871\":303.53,\"6872\":null,\"6873\":6240.0,\"6874\":9087.91,\"6875\":1497.12,\"6876\":1650.0,\"6877\":120.12,\"6878\":null,\"6879\":15051.0,\"6880\":9052.0,\"6881\":2345.2,\"6882\":5418.61,\"6883\":11609.55,\"6884\":19520.33,\"6885\":19853.62,\"6886\":2214.96,\"6887\":12452.0,\"6888\":12163.8,\"6889\":1192.8,\"6890\":13680.0,\"6891\":14441.61,\"6892\":19474.6,\"6893\":19338.53,\"6894\":2214.0,\"6895\":460.6,\"6896\":16179.3,\"6897\":4986.0,\"6898\":1309.1,\"6899\":2572.32,\"6900\":3036.1,\"6901\":4872.0,\"6902\":376.58,\"6903\":2128.99,\"6904\":337.87,\"6905\":1673.0,\"6906\":296.07,\"6907\":11779.85,\"6908\":3704.29,\"6909\":11160.05,\"6910\":818.4,\"6911\":23.41,\"6912\":null,\"6913\":941.82,\"6914\":347.16,\"6915\":405.3,\"6916\":1244.21,\"6917\":5044.15,\"6918\":190.08,\"6919\":8946.18,\"6920\":2000.0,\"6921\":5530.8,\"6922\":4999.74,\"6923\":62072.67,\"6924\":14947.54,\"6925\":2402.49,\"6926\":9406.44,\"6927\":3738.24,\"6928\":906.4,\"6929\":14306.36,\"6930\":8299.99,\"6931\":15683.77,\"6932\":198556.33,\"6933\":8384.35,\"6934\":1463.88,\"6935\":6767.89,\"6936\":6860.57,\"6937\":7059.0,\"6938\":10696.93,\"6939\":243.84,\"6940\":156.4,\"6941\":1393.88,\"6942\":4623.38,\"6943\":1.22,\"6944\":34.65,\"6945\":2505.31,\"6946\":5105.11,\"6947\":7110.0,\"6948\":7217.14,\"6949\":3519.24,\"6950\":14003.52,\"6951\":14155.7,\"6952\":6122.71,\"6953\":3873.6,\"6954\":7333.2,\"6955\":19644.53,\"6956\":19926.92,\"6957\":727.8,\"6958\":61641.39,\"6959\":11478.87,\"6960\":10501.3,\"6961\":4.69,\"6962\":1.51,\"6963\":7726.8,\"6964\":2033.55,\"6965\":214.94,\"6966\":5418.34,\"6967\":402.89,\"6968\":null,\"6969\":15599.73,\"6970\":25617.64,\"6971\":56224.89,\"6972\":1859.83,\"6973\":737.61,\"6974\":50853.43,\"6975\":4979.8,\"6976\":9200.0,\"6977\":2857.2,\"6978\":8972.76,\"6979\":8068.73,\"6980\":8065.35,\"6981\":7858.13,\"6982\":5069.1,\"6983\":5895.6,\"6984\":433.84,\"6985\":3385.8,\"6986\":855.0,\"6987\":354.36,\"6988\":495.48,\"6989\":705.57,\"6990\":489.96,\"6991\":395.31,\"6992\":434.03,\"6993\":608.52,\"6994\":675.36,\"6995\":703.89,\"6996\":5454.0,\"6997\":612.48,\"6998\":775.2,\"6999\":9635.66,\"7000\":10290.34,\"7001\":4582.8,\"7002\":null,\"7003\":4900.0,\"7004\":633.75,\"7005\":13.8,\"7006\":null,\"7007\":4020.3,\"7008\":2756.4,\"7009\":7486.01,\"7010\":761.03,\"7011\":14256.9,\"7012\":1.59,\"7013\":886.48,\"7014\":414.24,\"7015\":379.5,\"7016\":2379.96,\"7017\":4529.85,\"7018\":4900.0,\"7019\":525.43,\"7020\":729.59,\"7021\":631.15,\"7022\":39.12,\"7023\":36.0,\"7024\":7872.8,\"7025\":6497.83,\"7026\":7023.0,\"7027\":9812.43,\"7028\":9977.79,\"7029\":4954.5,\"7030\":5614.8,\"7031\":685.78,\"7032\":701.36,\"7033\":null,\"7034\":713.36,\"7035\":2831.4,\"7036\":471.76,\"7037\":460.57,\"7038\":3561.78,\"7039\":786.95,\"7040\":null,\"7041\":3868.33,\"7042\":null,\"7043\":7161.6,\"7044\":396294.25,\"7045\":1857.6,\"7046\":3751.33,\"7047\":710.93,\"7048\":4.66,\"7049\":417.77,\"7050\":14047.0,\"7051\":16745.56,\"7052\":33.0,\"7053\":3063.39,\"7054\":1759.89,\"7055\":780.52,\"7056\":1876.5,\"7057\":2200.0,\"7058\":16704.0,\"7059\":411701.27,\"7060\":500007.61,\"7061\":12040.0,\"7062\":440.88,\"7063\":16974.81,\"7064\":65790.75,\"7065\":6695.33,\"7066\":1154.31,\"7067\":3702.4,\"7068\":891.43,\"7069\":12207.04,\"7070\":603.9,\"7071\":null,\"7072\":30533.93,\"7073\":26466.53,\"7074\":9220.0,\"7075\":9901.67,\"7076\":939.79,\"7077\":249073.27,\"7078\":157441.72,\"7079\":9942.13,\"7080\":107424.0,\"7081\":null,\"7082\":120901.93,\"7083\":148755.62,\"7084\":44210.28,\"7085\":33313.72,\"7086\":23712.06,\"7087\":18433.8,\"7088\":19915.05,\"7089\":10349.07,\"7090\":16121.86,\"7091\":171259.42,\"7092\":1341.98,\"7093\":2305.22,\"7094\":571.33,\"7095\":305745.0,\"7096\":46120.6,\"7097\":2376.02,\"7098\":736.94,\"7099\":445.53,\"7100\":38574.89,\"7101\":163664.16,\"7102\":null,\"7103\":1948.2,\"7104\":921.75,\"7105\":946338.41,\"7106\":null,\"7107\":642.0,\"7108\":8855.0,\"7109\":2238.26,\"7110\":768.51,\"7111\":205010.0,\"7112\":631.49,\"7113\":10476.0,\"7114\":null,\"7115\":null,\"7116\":69682.15,\"7117\":165249.5,\"7118\":null,\"7119\":403696.0,\"7120\":40407.52,\"7121\":5356.52,\"7122\":482.06,\"7123\":688.97,\"7124\":1045.35,\"7125\":80306.34,\"7126\":2210.28,\"7127\":208.46,\"7128\":952.2,\"7129\":578.75,\"7130\":3968.4,\"7131\":425.04,\"7132\":1425.38,\"7133\":19188.78,\"7134\":2292.3,\"7135\":17541.3,\"7136\":4886.4,\"7137\":373.69,\"7138\":2472.0,\"7139\":231.0,\"7140\":324.69,\"7141\":29892.87,\"7142\":50176.56,\"7143\":1181.51,\"7144\":973382.04,\"7145\":null,\"7146\":121255.54,\"7147\":1551.06,\"7148\":701.36,\"7149\":1486.05,\"7150\":1261.8,\"7151\":59817.66,\"7152\":99809.08,\"7153\":51774.81,\"7154\":533271.73,\"7155\":40404.94,\"7156\":null,\"7157\":154393.73,\"7158\":425913.48,\"7159\":140234.59,\"7160\":125402.33,\"7161\":1440.0,\"7162\":796.04,\"7163\":763.5,\"7164\":56309.26,\"7165\":14850.34,\"7166\":13901.41,\"7167\":77106.93,\"7168\":164753.27,\"7169\":168246.4,\"7170\":null,\"7171\":null,\"7172\":227628.13,\"7173\":22565.51,\"7174\":43767.73,\"7175\":47825.33,\"7176\":648.48,\"7177\":75513.59,\"7178\":1432.22,\"7179\":8439.2,\"7180\":2822.85,\"7181\":30257.74,\"7182\":31684.49,\"7183\":58339.54,\"7184\":null,\"7185\":19400.37,\"7186\":654.84,\"7187\":5612.4,\"7188\":null,\"7189\":null,\"7190\":6761.04,\"7191\":303.8,\"7192\":6880.0,\"7193\":9467.05,\"7194\":1522.92,\"7195\":1727.88,\"7196\":159.72,\"7197\":null,\"7198\":14038.0,\"7199\":10328.0,\"7200\":2380.4,\"7201\":5907.82,\"7202\":13627.25,\"7203\":14859.89,\"7204\":15571.72,\"7205\":1837.0,\"7206\":13845.6,\"7207\":13543.8,\"7208\":49.2,\"7209\":11556.0,\"7210\":19655.11,\"7211\":19607.65,\"7212\":19520.1,\"7213\":3326.4,\"7214\":459.0,\"7215\":14033.4,\"7216\":4804.0,\"7217\":null,\"7218\":1260.2,\"7219\":4613.34,\"7220\":3740.6,\"7221\":2580.0,\"7222\":376.58,\"7223\":1385.4,\"7224\":337.41,\"7225\":1963.0,\"7226\":391.89,\"7227\":11135.91,\"7228\":6316.09,\"7229\":14434.86,\"7230\":1221.0,\"7231\":2957.43,\"7232\":2.93,\"7233\":887.04,\"7234\":375.76,\"7235\":null,\"7236\":1486.87,\"7237\":5354.02,\"7238\":4.32,\"7239\":10308.04,\"7240\":2000.0,\"7241\":5274.4,\"7242\":6167.22,\"7243\":83034.15,\"7244\":10949.75,\"7245\":1898.29,\"7246\":5067.65,\"7247\":7482.24,\"7248\":null,\"7249\":14563.46,\"7250\":6442.22,\"7251\":15906.08,\"7252\":null,\"7253\":7884.56,\"7254\":812.46,\"7255\":10221.9,\"7256\":10436.93,\"7257\":8383.5,\"7258\":10558.87,\"7259\":488.48,\"7260\":605.2,\"7261\":1094.18,\"7262\":7247.23,\"7263\":0.95,\"7264\":63.34,\"7265\":2798.37,\"7266\":3507.61,\"7267\":6678.0,\"7268\":9977.32,\"7269\":2132.18,\"7270\":16923.96,\"7271\":16898.16,\"7272\":7655.82,\"7273\":8148.6,\"7274\":15397.2,\"7275\":19908.07,\"7276\":19917.78,\"7277\":1033.2,\"7278\":83132.32,\"7279\":12149.86,\"7280\":13003.53,\"7281\":5.12,\"7282\":1.67,\"7283\":9190.8,\"7284\":90.0,\"7285\":282.7,\"7286\":4646.92,\"7287\":619.75,\"7288\":null,\"7289\":30531.85,\"7290\":27119.21,\"7291\":64043.06,\"7292\":1412.95,\"7293\":1512.48,\"7294\":49339.95,\"7295\":8270.5,\"7296\":12280.0,\"7297\":5723.4,\"7298\":9276.36,\"7299\":8061.98,\"7300\":8426.48,\"7301\":9014.18,\"7302\":6860.7,\"7303\":8427.3,\"7304\":594.79,\"7305\":4969.8,\"7306\":559.8,\"7307\":384.6,\"7308\":463.44,\"7309\":836.76,\"7310\":514.95,\"7311\":417.42,\"7312\":641.6,\"7313\":821.28,\"7314\":974.84,\"7315\":991.99,\"7316\":6800.4,\"7317\":673.2,\"7318\":399.6,\"7319\":12579.52,\"7320\":13681.31,\"7321\":4924.8,\"7322\":6060.95,\"7323\":4900.0,\"7324\":831.84,\"7325\":null,\"7326\":null,\"7327\":1179.22,\"7328\":7980.0,\"7329\":8326.8,\"7330\":5091.78,\"7331\":948.23,\"7332\":10462.5,\"7333\":0.09,\"7334\":886.38,\"7335\":697.08,\"7336\":852.5,\"7337\":1088.56,\"7338\":7388.75,\"7339\":4900.0,\"7340\":872.28,\"7341\":971.93,\"7342\":719.24,\"7343\":34.8,\"7344\":285.0,\"7345\":5802.11,\"7346\":6727.67,\"7347\":4797.6,\"7348\":12900.99,\"7349\":11114.71,\"7350\":6690.0,\"7351\":5863.5,\"7352\":752.51,\"7353\":758.16,\"7354\":985.31,\"7355\":8761.5,\"7356\":46.95,\"7357\":862.57,\"7358\":890.32,\"7359\":6095.46,\"7360\":949.96,\"7361\":2229.22,\"7362\":3883.0,\"7363\":1894.2,\"7364\":7174.8,\"7365\":125182.93,\"7366\":1857.6,\"7367\":3643.59,\"7368\":711.37,\"7369\":null,\"7370\":430.75,\"7371\":13827.0,\"7372\":17651.94,\"7373\":191.4,\"7374\":1737.62,\"7375\":1749.0,\"7376\":768.74,\"7377\":1465.2,\"7378\":2118.0,\"7379\":17064.0,\"7380\":60643.68,\"7381\":502316.65,\"7382\":13248.0,\"7383\":1449.36,\"7384\":18561.54,\"7385\":27166.78,\"7386\":8169.33,\"7387\":692.88,\"7388\":3702.4,\"7389\":886.43,\"7390\":17068.48,\"7391\":600.16,\"7392\":null,\"7393\":62978.11,\"7394\":25130.51,\"7395\":7113.0,\"7396\":5511.09,\"7397\":936.82,\"7398\":246456.45,\"7399\":157906.71,\"7400\":6773.05,\"7401\":509170.0,\"7402\":109828.63,\"7403\":19542.12,\"7404\":32888.84,\"7405\":17065.43,\"7406\":17905.8,\"7407\":24457.68,\"7408\":10345.98,\"7409\":17250.9,\"7410\":171245.53,\"7411\":1410.08,\"7412\":2061.77,\"7413\":570.58,\"7414\":null,\"7415\":55785.52,\"7416\":1008.78,\"7417\":745.12,\"7418\":394.98,\"7419\":40629.89,\"7420\":90469.98,\"7421\":null,\"7422\":1967.4,\"7423\":745.25,\"7424\":1178641.6899999999,\"7425\":289329.34,\"7426\":450.0,\"7427\":7495.4,\"7428\":7585.71,\"7429\":801.13,\"7430\":207050.0,\"7431\":642.43,\"7432\":14472.0,\"7433\":35463.87,\"7434\":69243.67,\"7435\":164646.28,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":8417.39,\"7441\":508.07,\"7442\":674.5,\"7443\":769.65,\"7444\":81030.71,\"7445\":2206.83,\"7446\":242.25,\"7447\":1083.6,\"7448\":602.28,\"7449\":4233.6,\"7450\":425.04,\"7451\":1113.5,\"7452\":19217.48,\"7453\":3173.85,\"7454\":19774.88,\"7455\":10080.0,\"7456\":385.44,\"7457\":2580.0,\"7458\":227.7,\"7459\":310.05,\"7460\":29695.98,\"7461\":25195.32,\"7462\":1178.85,\"7463\":906573.25,\"7464\":null,\"7465\":819962.0,\"7466\":1614.9,\"7467\":658.46,\"7468\":1565.72,\"7469\":1314.0,\"7470\":59295.12,\"7471\":null,\"7472\":532608.5600000001,\"7473\":35479.01,\"7474\":152826.09,\"7475\":224868.55,\"7476\":141143.58,\"7477\":71290.05,\"7478\":2048.0,\"7479\":795.2,\"7480\":1986.18,\"7481\":64080.18,\"7482\":14061.61,\"7483\":13000.94,\"7484\":54727.44,\"7485\":159544.34,\"7486\":170142.65,\"7487\":null,\"7488\":null,\"7489\":181424.6,\"7490\":22599.9,\"7491\":43966.95,\"7492\":47845.92,\"7493\":645.87,\"7494\":75724.92,\"7495\":1337.51,\"7496\":7884.8,\"7497\":2878.06,\"7498\":29975.98,\"7499\":31982.67,\"7500\":57700.09,\"7501\":58413.9,\"7502\":19612.07,\"7503\":653.55,\"7504\":5630.4,\"7505\":null,\"7506\":null,\"7507\":6741.9,\"7508\":308.55,\"7509\":428.28,\"7510\":10080.0,\"7511\":9525.93,\"7512\":926.64,\"7513\":1775.4,\"7514\":151.01,\"7515\":10323.0,\"7516\":8561.0,\"7517\":2292.4,\"7518\":4913.92,\"7519\":15305.73,\"7520\":12597.82,\"7521\":13325.99,\"7522\":1518.15,\"7523\":13483.2,\"7524\":13183.4,\"7525\":4778.4,\"7526\":11016.0,\"7527\":19572.33,\"7528\":18556.41,\"7529\":19404.85,\"7530\":5529.6,\"7531\":599.2,\"7532\":8884.6,\"7533\":12082.0,\"7534\":209.05,\"7535\":1498.7,\"7536\":6806.16,\"7537\":3089.4,\"7538\":5336.0,\"7539\":376.58,\"7540\":2580.67,\"7541\":333.04,\"7542\":2011.0,\"7543\":1225.38,\"7544\":13169.59,\"7545\":8501.77,\"7546\":16343.46,\"7547\":1549.8,\"7548\":4494.38,\"7549\":566.13,\"7550\":825.66,\"7551\":328.68,\"7552\":2605.46,\"7553\":7576.11,\"7554\":null,\"7555\":13543.42,\"7556\":2000.0,\"7557\":5087.6,\"7558\":4095.84,\"7559\":97002.92,\"7560\":13720.86,\"7561\":4010.1,\"7562\":9745.04,\"7563\":7421.76,\"7564\":16402.59,\"7565\":9186.1,\"7566\":17882.38,\"7567\":null,\"7568\":16696.66,\"7569\":2075.92,\"7570\":7465.26,\"7571\":8590.25,\"7572\":8824.5,\"7573\":9233.56,\"7574\":355.96,\"7575\":366.0,\"7576\":1974.61,\"7577\":9635.36,\"7578\":1.06,\"7579\":80.3,\"7580\":3391.99,\"7581\":3974.87,\"7582\":8600.4,\"7583\":6959.25,\"7584\":3841.03,\"7585\":18976.83,\"7586\":17998.71,\"7587\":8312.2,\"7588\":9001.8,\"7589\":14893.2,\"7590\":19833.82,\"7591\":19946.96,\"7592\":1746.0,\"7593\":93065.55,\"7594\":17514.1,\"7595\":19234.62,\"7596\":3.88,\"7597\":1.28,\"7598\":6308.4,\"7599\":3356.85,\"7600\":317.02,\"7601\":8794.28,\"7602\":471.46,\"7603\":null,\"7604\":29205.12,\"7605\":31180.61,\"7606\":76824.68,\"7607\":1320.94,\"7608\":1588.38,\"7609\":77174.91,\"7610\":9488.15,\"7611\":17120.0,\"7612\":6794.4,\"7613\":9762.12,\"7614\":6924.38,\"7615\":7254.9,\"7616\":9815.85,\"7617\":6671.7,\"7618\":8054.7,\"7619\":689.39,\"7620\":941.88,\"7621\":443.16,\"7622\":527.16,\"7623\":919.32,\"7624\":602.97,\"7625\":797.78,\"7626\":943.75,\"7627\":771.0,\"7628\":497.44,\"7629\":403.59,\"7630\":5394.0,\"7631\":895.68,\"7632\":1293.6,\"7633\":17145.24,\"7634\":17610.79,\"7635\":8377.2,\"7636\":4650.97,\"7637\":4900.0,\"7638\":783.06,\"7639\":2462.4,\"7640\":1446.13,\"7641\":257.19,\"7642\":9788.1,\"7643\":6535.2,\"7644\":9277.31,\"7645\":984.7,\"7646\":15327.45,\"7647\":6.55,\"7648\":886.49,\"7649\":967.32,\"7650\":871.2,\"7651\":2986.28,\"7652\":6620.55,\"7653\":4900.0,\"7654\":956.65,\"7655\":973.24,\"7656\":731.58,\"7657\":1008.79,\"7658\":21.0,\"7659\":10030.53,\"7660\":9714.65,\"7661\":7165.2,\"7662\":16249.56,\"7663\":17495.38,\"7664\":6755.4,\"7665\":3456.6,\"7666\":979.31,\"7667\":979.37,\"7668\":null,\"7669\":992.29,\"7670\":8005.8,\"7671\":484.04,\"7672\":75.93,\"7673\":631.21,\"7674\":890.1,\"7675\":7231.2,\"7676\":958.41,\"7677\":1138.77,\"7678\":3872.0,\"7679\":1841.4,\"7680\":7166.4,\"7681\":335664.97,\"7682\":1861.2,\"7683\":3541.6,\"7684\":711.04,\"7685\":null,\"7686\":10.0,\"7687\":431.01,\"7688\":5049.0,\"7689\":15308.79,\"7690\":191.4,\"7691\":2172.22,\"7692\":1814.01,\"7693\":757.35,\"7694\":2515.5,\"7695\":2164.0,\"7696\":17188.0,\"7697\":60661.56,\"7698\":502209.01,\"7699\":13792.0,\"7700\":1016.4,\"7701\":17576.04,\"7702\":25652.57,\"7703\":8191.33,\"7704\":1098.54,\"7705\":3702.08,\"7706\":949.03,\"7707\":16800.25,\"7708\":628.98,\"7709\":null,\"7710\":65063.41,\"7711\":26106.87,\"7712\":7193.0,\"7713\":4808.4,\"7714\":939.79,\"7715\":132032.69,\"7716\":157244.78,\"7717\":5913.04,\"7718\":null,\"7719\":118822.55,\"7720\":15818.26,\"7721\":32167.21,\"7722\":22777.68,\"7723\":16513.2,\"7724\":21426.25,\"7725\":9956.22,\"7726\":16810.5,\"7727\":56587.13,\"7728\":1317.35,\"7729\":1618.99,\"7730\":577.96,\"7731\":null,\"7732\":68682.19,\"7733\":2306.33,\"7734\":740.98,\"7735\":425.26,\"7736\":36527.04,\"7737\":90465.62,\"7738\":null,\"7739\":1908.0,\"7740\":null,\"7741\":867.21,\"7742\":1109025.24,\"7743\":0.06,\"7744\":534.0,\"7745\":6908.0,\"7746\":7527.08,\"7747\":816.2,\"7748\":205130.0,\"7749\":627.77,\"7750\":15624.0,\"7751\":35022.19,\"7752\":69437.93,\"7753\":165332.54,\"7754\":null,\"7755\":403742.0,\"7756\":null,\"7757\":null,\"7758\":9029.57,\"7759\":486.29,\"7760\":685.3,\"7761\":613.05,\"7762\":82065.95,\"7763\":2206.83,\"7764\":526.71,\"7765\":1080.18,\"7766\":578.0,\"7767\":3914.4,\"7768\":425.76,\"7769\":19301.34,\"7770\":1686.25,\"7771\":19202.41,\"7772\":4486.95,\"7773\":19287.2,\"7774\":6374.4,\"7775\":383.59,\"7776\":2597.4,\"7777\":237.6,\"7778\":314.31,\"7779\":29997.9,\"7780\":49947.61,\"7781\":1181.7,\"7782\":962468.0,\"7783\":25645.09,\"7784\":120977.56,\"7785\":1611.96,\"7786\":616.22,\"7787\":1271.39,\"7788\":1137.6,\"7789\":300280.92,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":103357.67,\"7794\":81368.95,\"7795\":2035.0,\"7796\":795.48,\"7797\":605.5,\"7798\":66365.73,\"7799\":16882.03,\"7800\":16881.47,\"7801\":55112.86,\"7802\":70570.96,\"7803\":68203.95,\"7804\":null,\"7805\":22588.53,\"7806\":44303.09,\"7807\":47804.34,\"7808\":646.89,\"7809\":75554.22,\"7810\":942.22,\"7811\":8063.0,\"7812\":2892.18,\"7813\":29981.52,\"7814\":null,\"7815\":58349.02,\"7816\":58014.95,\"7817\":19329.18,\"7818\":652.17,\"7819\":5932.8,\"7820\":1.2,\"7821\":null,\"7822\":6732.33,\"7823\":290.8,\"7824\":5238.08,\"7825\":null,\"7826\":9425.08,\"7827\":1487.76,\"7828\":1774.08,\"7829\":177.41,\"7830\":11502.0,\"7831\":9414.0,\"7832\":2411.2,\"7833\":8862.3,\"7834\":16096.63,\"7835\":19225.46,\"7836\":19487.74,\"7837\":685.52,\"7838\":13621.8,\"7839\":13309.8,\"7840\":1248.0,\"7841\":12096.0,\"7842\":19270.81,\"7843\":18381.64,\"7844\":19044.97,\"7845\":4766.4,\"7846\":566.3,\"7847\":2546.3,\"7848\":8448.0,\"7849\":null,\"7850\":1315.3,\"7851\":6404.58,\"7852\":3084.5,\"7853\":5240.0,\"7854\":376.58,\"7855\":1285.75,\"7856\":335.57,\"7857\":1997.0,\"7858\":1236.67,\"7859\":12838.86,\"7860\":5550.32,\"7861\":17164.37,\"7862\":1325.4,\"7863\":1357.93,\"7864\":null,\"7865\":795.96,\"7866\":360.36,\"7867\":null,\"7868\":3532.76,\"7869\":8950.04,\"7870\":null,\"7871\":15048.24,\"7872\":2000.0,\"7873\":5281.3,\"7874\":7115.28,\"7875\":104378.88,\"7876\":12575.49,\"7877\":3652.48,\"7878\":4103.48,\"7879\":7760.16,\"7880\":17065.3,\"7881\":7248.31,\"7882\":18881.22,\"7883\":195883.35,\"7884\":9493.49,\"7885\":1417.02,\"7886\":9013.99,\"7887\":9136.19,\"7888\":9252.0,\"7889\":11609.39,\"7890\":370.64,\"7891\":383.2,\"7892\":1757.71,\"7893\":8018.25,\"7894\":1.67,\"7895\":112.57,\"7896\":1879.09,\"7897\":2612.58,\"7898\":7318.8,\"7899\":9576.33,\"7900\":1866.43,\"7901\":8577.49,\"7902\":4509.0,\"7903\":9727.2,\"7904\":19916.01,\"7905\":19957.97,\"7906\":860.4,\"7907\":63310.47,\"7908\":18688.84,\"7909\":18089.68,\"7910\":6.07,\"7911\":1.98,\"7912\":8377.2,\"7913\":1964.85,\"7914\":313.17,\"7915\":8434.56,\"7916\":637.38,\"7917\":null,\"7918\":37602.5,\"7919\":25570.97,\"7920\":74567.37,\"7921\":1449.91,\"7922\":1451.07,\"7923\":29578.51,\"7924\":6928.25,\"7925\":13240.0,\"7926\":3171.6,\"7927\":9457.14,\"7928\":7923.38,\"7929\":8144.1,\"7930\":10069.88,\"7931\":8107.8,\"7932\":9792.9,\"7933\":344.7,\"7934\":866.04,\"7935\":589.08,\"7936\":361.68,\"7937\":920.76,\"7938\":609.81,\"7939\":442.29,\"7940\":343.16,\"7941\":876.48,\"7942\":898.61,\"7943\":909.72,\"7944\":6820.8,\"7945\":852.0,\"7946\":1160.4,\"7947\":18125.42,\"7948\":18393.8,\"7949\":4822.2,\"7950\":5980.49,\"7951\":4900.0,\"7952\":903.21,\"7953\":null,\"7954\":null,\"7955\":35.03,\"7956\":6471.0,\"7957\":9832.8,\"7958\":8875.53,\"7959\":916.31,\"7960\":7479.45,\"7961\":5.96,\"7962\":901.32,\"7963\":879.6,\"7964\":596.92,\"7965\":3026.32,\"7966\":6172.05,\"7967\":4900.0,\"7968\":923.01,\"7969\":897.68,\"7970\":908.44,\"7971\":35.16,\"7972\":123.0,\"7973\":8359.5,\"7974\":7512.55,\"7975\":5869.2,\"7976\":18386.32,\"7977\":18571.68,\"7978\":5171.7,\"7979\":5392.8,\"7980\":829.0,\"7981\":950.18,\"7982\":null,\"7983\":834.08,\"7984\":9388.5,\"7985\":null,\"7986\":42.49,\"7987\":573.45,\"7988\":490.8,\"7989\":2841.42,\"7990\":903.81,\"7991\":0.24,\"7992\":3864.67,\"7993\":2395.8,\"7994\":7160.4,\"7995\":162906.61,\"7996\":1951.2,\"7997\":3447.21,\"7998\":708.18,\"7999\":null,\"8000\":50.0,\"8001\":430.5,\"8002\":6622.0,\"8003\":14428.46,\"8004\":105.6,\"8005\":2171.56,\"8006\":null,\"8007\":725.04,\"8008\":1278.0,\"8009\":1756.0,\"8010\":16240.0,\"8011\":163037.63,\"8012\":502074.98,\"8013\":11408.0,\"8014\":364.65,\"8015\":17491.91,\"8016\":42646.86,\"8017\":7560.67,\"8018\":1145.4,\"8019\":3702.08,\"8020\":944.3,\"8021\":13849.58,\"8022\":625.68,\"8023\":null,\"8024\":64193.4,\"8025\":22389.88,\"8026\":6127.0,\"8027\":4598.53,\"8028\":939.79,\"8029\":245174.52,\"8030\":158941.44,\"8031\":5651.29,\"8032\":180909.34,\"8033\":null,\"8034\":125355.7,\"8035\":13443.83,\"8036\":395687.57,\"8037\":14803.63,\"8038\":18629.6,\"8039\":16875.1,\"8040\":10816.51,\"8041\":17576.15,\"8042\":170426.15,\"8043\":1214.47,\"8044\":1452.86,\"8045\":552.5,\"8046\":58480.64,\"8047\":2179.48,\"8048\":733.3,\"8049\":414.28,\"8050\":30804.3,\"8051\":90440.29,\"8052\":4016.78,\"8053\":1831.8,\"8054\":null,\"8055\":770.0,\"8056\":1102853.79,\"8057\":602303.61,\"8058\":462.0,\"8059\":7416.2,\"8060\":4594.32,\"8061\":825.66,\"8062\":205070.0,\"8063\":600.24,\"8064\":14508.0,\"8065\":35170.68,\"8066\":69204.05,\"8067\":165229.89,\"8068\":null,\"8069\":null,\"8070\":564532.72,\"8071\":39520.14,\"8072\":8417.39,\"8073\":502.0,\"8074\":659.23,\"8075\":829.8,\"8076\":348143.28,\"8077\":2212.0,\"8078\":541.56,\"8079\":969.84,\"8080\":994.44,\"8081\":4989.6,\"8082\":410.28,\"8083\":1655.75,\"8084\":19243.3,\"8085\":4354.65,\"8086\":17738.57,\"8087\":9120.0,\"8088\":368.54,\"8089\":2483.4,\"8090\":264.0,\"8091\":271.33,\"8092\":29827.93,\"8093\":49964.0,\"8094\":null,\"8095\":1057669.6100000001,\"8096\":null,\"8097\":120674.97,\"8098\":1610.34,\"8099\":584.32,\"8100\":1245.52,\"8101\":147.6,\"8102\":588158.85,\"8103\":179135.06,\"8104\":142559.56,\"8105\":115542.64,\"8106\":2050.0,\"8107\":795.34,\"8108\":2083.55,\"8109\":69778.94,\"8110\":17219.64,\"8111\":17467.9,\"8112\":54541.21,\"8113\":157991.29,\"8114\":156204.75,\"8115\":null,\"8116\":42054.11,\"8117\":27956.73,\"8118\":43910.83,\"8119\":48900.29,\"8120\":646.65,\"8121\":75539.34,\"8122\":1351.61,\"8123\":8192.8,\"8124\":2755.93,\"8125\":30014.9,\"8126\":22773.48,\"8127\":58543.59,\"8128\":19315.09,\"8129\":653.61,\"8130\":8841.6,\"8131\":0.6,\"8132\":null,\"8133\":6749.99,\"8134\":354.16,\"8135\":null,\"8136\":6880.0,\"8137\":9238.5,\"8138\":1542.0,\"8139\":1705.0,\"8140\":156.16,\"8141\":15749.0,\"8142\":10938.0,\"8143\":2574.0,\"8144\":14755.54,\"8145\":14838.23,\"8146\":14277.67,\"8147\":14997.77,\"8148\":688.6,\"8149\":14380.1,\"8150\":14059.1,\"8151\":19.2,\"8152\":12636.0,\"8153\":19528.45,\"8154\":19493.91,\"8155\":19384.77,\"8156\":5889.6,\"8157\":661.5,\"8158\":9959.4,\"8159\":4716.0,\"8160\":1328.2,\"8161\":5023.2,\"8162\":3762.5,\"8163\":4956.0,\"8164\":376.58,\"8165\":2049.94,\"8166\":335.11,\"8167\":1934.0,\"8168\":529.89,\"8169\":14996.39,\"8170\":4924.82,\"8171\":10142.12,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":780.78,\"8176\":null,\"8177\":327.8,\"8178\":502.2,\"8179\":3214.31,\"8180\":7039.5,\"8181\":null,\"8182\":11993.45,\"8183\":2000.0,\"8184\":5646.5,\"8185\":5720.1,\"8186\":77752.3,\"8187\":9546.27,\"8188\":711.02,\"8189\":4717.57,\"8190\":7038.72,\"8191\":12015.13,\"8192\":6434.99,\"8193\":12308.16,\"8194\":49416.7,\"8195\":15058.83,\"8196\":406.56,\"8197\":7489.63,\"8198\":7179.57,\"8199\":6063.0,\"8200\":9726.0,\"8201\":254.28,\"8202\":520.0,\"8203\":18.23,\"8204\":8044.41,\"8205\":1.51,\"8206\":34.56,\"8207\":3350.28,\"8208\":3880.75,\"8209\":5641.2,\"8210\":7601.74,\"8211\":1957.91,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":8514.0,\"8216\":17780.4,\"8217\":19915.55,\"8218\":19927.53,\"8219\":87.6,\"8220\":55337.69,\"8221\":18720.7,\"8222\":19028.98,\"8223\":4.04,\"8224\":1.31,\"8225\":5107.2,\"8226\":2469.3,\"8227\":163.79,\"8228\":6960.72,\"8229\":448.61,\"8230\":null,\"8231\":21158.27,\"8232\":23926.73,\"8233\":69046.27,\"8234\":1448.7,\"8235\":928.05,\"8236\":77456.92,\"8237\":4412.1,\"8238\":14160.0,\"8239\":6456.0,\"8240\":7029.72,\"8241\":8097.3,\"8242\":7895.25,\"8243\":7734.83,\"8244\":5542.2,\"8245\":7507.2,\"8246\":668.62,\"8247\":855.12,\"8248\":450.48,\"8249\":389.64,\"8250\":758.88,\"8251\":498.96,\"8252\":387.75,\"8253\":624.47,\"8254\":674.04,\"8255\":717.21,\"8256\":766.33,\"8257\":6184.8,\"8258\":974.16,\"8259\":226.8,\"8260\":11624.47,\"8261\":13262.61,\"8262\":8706.6,\"8263\":539.39,\"8264\":4900.0,\"8265\":782.76,\"8266\":null,\"8267\":2.88,\"8268\":49.58,\"8269\":4751.4,\"8270\":7104.0,\"8271\":6465.64,\"8272\":938.5,\"8273\":4952.7,\"8274\":6.03,\"8275\":775.08,\"8276\":754.92,\"8277\":996.6,\"8278\":1811.48,\"8279\":8142.0,\"8280\":4900.0,\"8281\":890.87,\"8282\":751.39,\"8283\":365.23,\"8284\":43.08,\"8285\":243.0,\"8286\":4308.56,\"8287\":3395.06,\"8288\":4445.4,\"8289\":9522.74,\"8290\":12088.95,\"8291\":8238.6,\"8292\":6024.0,\"8293\":715.46,\"8294\":753.21,\"8295\":3347.65,\"8296\":770.9,\"8297\":5511.0,\"8298\":40.77,\"8299\":714.78,\"8300\":808.79,\"8301\":4556.76,\"8302\":904.59,\"8303\":null,\"8304\":3864.67,\"8305\":2501.4,\"8306\":7174.8,\"8307\":340457.39,\"8308\":4903.2,\"8309\":4929.61,\"8310\":712.03,\"8311\":null,\"8312\":null,\"8313\":431.3,\"8314\":12386.0,\"8315\":15260.63,\"8316\":184.8,\"8317\":2134.44,\"8318\":1768.14,\"8319\":779.85,\"8320\":2129.4,\"8321\":810.0,\"8322\":16596.0,\"8323\":170717.45,\"8324\":504844.26,\"8325\":12376.0,\"8326\":615.12,\"8327\":16021.0,\"8328\":31598.63,\"8329\":6695.33,\"8330\":1150.86,\"8331\":null,\"8332\":891.68,\"8333\":14160.27,\"8334\":622.6,\"8335\":null,\"8336\":62127.81,\"8337\":29107.48,\"8338\":7309.0,\"8339\":5965.18,\"8340\":937.81,\"8341\":246350.52,\"8342\":158562.38,\"8343\":7174.47,\"8344\":511380.0,\"8345\":null,\"8346\":64798.66,\"8347\":31055.96,\"8348\":395727.56,\"8349\":16982.11,\"8350\":18585.6,\"8351\":9010.28,\"8352\":11836.28,\"8353\":13611.93,\"8354\":128022.33,\"8355\":1463.49,\"8356\":1394.72,\"8357\":568.83,\"8358\":39893.22,\"8359\":1438.77,\"8360\":729.27,\"8361\":416.75,\"8362\":29062.46,\"8363\":90515.89,\"8364\":3636.54,\"8365\":1867.8,\"8366\":143.0,\"8367\":869.52,\"8368\":1147740.8200000001,\"8369\":600555.37,\"8370\":360.0,\"8371\":3592.6,\"8372\":8386.2,\"8373\":824.34,\"8374\":205080.0,\"8375\":572.84,\"8376\":14184.0,\"8377\":35984.09,\"8378\":69490.07,\"8379\":164752.94,\"8380\":null,\"8381\":629501.97,\"8382\":null,\"8383\":8417.39,\"8384\":null,\"8385\":680.83,\"8386\":1253.1,\"8387\":174951.54,\"8388\":2222.33,\"8389\":531.53,\"8390\":1158.48,\"8391\":739.13,\"8392\":5276.4,\"8393\":411.0,\"8394\":1975.68,\"8395\":19467.85,\"8396\":3313.35,\"8397\":19966.71,\"8398\":7200.0,\"8399\":375.54,\"8400\":null,\"8401\":264.0,\"8402\":330.22,\"8403\":29809.11,\"8404\":50191.67,\"8405\":1531.18,\"8406\":1207834.3500000001,\"8407\":null,\"8408\":301807.61,\"8409\":1396.38,\"8410\":643.5,\"8411\":1312.68,\"8412\":1058.4,\"8413\":null,\"8414\":338548.23,\"8415\":null,\"8416\":202752.24,\"8417\":142147.74,\"8418\":72785.95,\"8419\":2060.0,\"8420\":796.6,\"8421\":678.9,\"8422\":61405.23,\"8423\":10210.29,\"8424\":10397.68,\"8425\":159188.65,\"8426\":163306.9,\"8427\":null,\"8428\":22388.95,\"8429\":44134.46,\"8430\":47615.24,\"8431\":619.47,\"8432\":75548.02,\"8433\":1329.96,\"8434\":8929.8,\"8435\":2741.58,\"8436\":18524.5,\"8437\":25435.06,\"8438\":58272.85,\"8439\":19293.68,\"8440\":653.4,\"8441\":8845.2,\"8442\":4.8,\"8443\":null,\"8444\":6763.02,\"8445\":309.47,\"8446\":null,\"8447\":8160.0,\"8448\":9451.38,\"8449\":1503.48,\"8450\":1023.88,\"8451\":156.42,\"8452\":null,\"8453\":9888.0,\"8454\":12196.0,\"8455\":2184.6,\"8456\":11811.52,\"8457\":17107.37,\"8458\":10233.83,\"8459\":10227.59,\"8460\":1655.13,\"8461\":13778.4,\"8462\":13477.2,\"8463\":1788.0,\"8464\":4950.0,\"8465\":19591.77,\"8466\":19513.32,\"8467\":19450.89,\"8468\":6040.8,\"8469\":744.7,\"8470\":10092.4,\"8471\":1880.0,\"8472\":1394.3,\"8473\":2544.72,\"8474\":3466.8,\"8475\":2167.0,\"8476\":376.58,\"8477\":1197.38,\"8478\":331.89,\"8479\":2108.0,\"8480\":814.98,\"8481\":15103.3,\"8482\":2548.06,\"8483\":12758.08,\"8484\":518.4,\"8485\":231.14,\"8486\":574.93,\"8487\":783.42,\"8488\":null,\"8489\":333.52,\"8490\":378.9,\"8491\":2174.92,\"8492\":8046.22,\"8493\":8901.03,\"8494\":2000.0,\"8495\":5471.4,\"8496\":5605.56,\"8497\":95601.81,\"8498\":11590.11,\"8499\":884.44,\"8500\":4206.78,\"8501\":3405.6,\"8502\":13275.63,\"8503\":8213.53,\"8504\":14112.5,\"8505\":105928.76,\"8506\":4737.48,\"8507\":586.3,\"8508\":6322.77,\"8509\":7619.74,\"8510\":8358.0,\"8511\":10789.53,\"8512\":406.68,\"8513\":557.2,\"8514\":1209.84,\"8515\":3712.69,\"8516\":2.22,\"8517\":45.01,\"8518\":1860.06,\"8519\":1830.73,\"8520\":5032.8,\"8521\":6383.22,\"8522\":1339.56,\"8523\":7304.02,\"8524\":6002.69,\"8525\":2446.37,\"8526\":4156.2,\"8527\":5310.0,\"8528\":19900.77,\"8529\":19934.69,\"8530\":1329.6,\"8531\":74656.27,\"8532\":12222.2,\"8533\":12873.8,\"8534\":4.53,\"8535\":1.5,\"8536\":6072.0,\"8537\":762.6,\"8538\":168.41,\"8539\":8824.64,\"8540\":371.72,\"8541\":null,\"8542\":21954.44,\"8543\":14533.62,\"8544\":42413.19,\"8545\":1263.9,\"8546\":974.97,\"8547\":60939.58,\"8548\":6287.75,\"8549\":15120.0,\"8550\":3129.6,\"8551\":8056.44,\"8552\":2053.35,\"8553\":2009.7,\"8554\":5116.95,\"8555\":3606.9,\"8556\":4356.6,\"8557\":305.36,\"8558\":5430.7,\"8559\":724.68,\"8560\":521.4,\"8561\":428.76,\"8562\":295.26,\"8563\":253.23,\"8564\":753.6,\"8565\":462.38,\"8566\":568.44,\"8567\":1007.82,\"8568\":1036.84,\"8569\":8014.8,\"8570\":616.92,\"8571\":654.0,\"8572\":9621.42,\"8573\":11210.42,\"8574\":2554.2,\"8575\":2.3,\"8576\":4900.0,\"8577\":261.75,\"8578\":null,\"8579\":519.08,\"8580\":8178.6,\"8581\":5732.4,\"8582\":4314.2,\"8583\":981.62,\"8584\":11142.45,\"8585\":10.52,\"8586\":687.94,\"8587\":352.32,\"8588\":849.2,\"8589\":598.4,\"8590\":5231.35,\"8591\":4900.0,\"8592\":972.89,\"8593\":1038.93,\"8594\":null,\"8595\":94.82,\"8596\":102.0,\"8597\":8249.93,\"8598\":6583.37,\"8599\":6428.4,\"8600\":9174.27,\"8601\":10254.19,\"8602\":6804.9,\"8603\":6506.7,\"8604\":567.49,\"8605\":578.8,\"8606\":3219.43,\"8607\":830.2,\"8608\":6745.2,\"8609\":1.04,\"8610\":67.49,\"8611\":552.34,\"8612\":284.16,\"8613\":3745.32,\"8614\":930.7,\"8615\":null,\"8616\":3850.0,\"8617\":2501.4,\"8618\":6956.4,\"8619\":409006.2,\"8620\":4413.6,\"8621\":3945.02,\"8622\":707.85,\"8623\":null,\"8624\":null,\"8625\":431.34,\"8626\":12980.0,\"8627\":16204.25,\"8628\":191.4,\"8629\":2164.96,\"8630\":1670.79,\"8631\":null,\"8632\":2197.8,\"8633\":812.0,\"8634\":14868.0,\"8635\":60659.78,\"8636\":504324.26,\"8637\":13096.0,\"8638\":709.5,\"8639\":11147.28,\"8640\":27870.28,\"8641\":6680.67,\"8642\":902.18,\"8643\":3701.76,\"8644\":904.08,\"8645\":16102.51,\"8646\":614.02,\"8647\":null,\"8648\":60486.38,\"8649\":28106.8,\"8650\":9037.0,\"8651\":6099.92,\"8652\":942.77,\"8653\":248414.45,\"8654\":159003.22,\"8655\":7506.4,\"8656\":511310.0,\"8657\":null,\"8658\":98489.5,\"8659\":19050.69,\"8660\":395760.49,\"8661\":15406.0,\"8662\":18405.2,\"8663\":null,\"8664\":10683.06,\"8665\":17170.07,\"8666\":170320.32,\"8667\":1239.31,\"8668\":1428.64,\"8669\":583.08,\"8670\":45184.12,\"8671\":2510.45,\"8672\":728.09,\"8673\":401.66,\"8674\":35281.79,\"8675\":null,\"8676\":3908.49,\"8677\":2197.8,\"8678\":null,\"8679\":881.13,\"8680\":1106232.74,\"8681\":598525.76,\"8682\":534.0,\"8683\":8298.4,\"8684\":7593.48,\"8685\":822.25,\"8686\":205120.0,\"8687\":613.22,\"8688\":null,\"8689\":35371.06,\"8690\":69598.74,\"8691\":164838.07,\"8692\":405076.0,\"8693\":610834.9,\"8694\":null,\"8695\":null,\"8696\":6886.96,\"8697\":531.3,\"8698\":689.9,\"8699\":1673.7,\"8700\":232074.17,\"8701\":2220.61,\"8702\":530.31,\"8703\":1134.54,\"8704\":1089.01,\"8705\":5808.0,\"8706\":411.24,\"8707\":1597.79,\"8708\":19469.28,\"8709\":4361.4,\"8710\":15484.55,\"8711\":8328.0,\"8712\":372.11,\"8713\":2134.2,\"8714\":260.7,\"8715\":278.08,\"8716\":29837.53,\"8717\":44777.17,\"8718\":1355.07,\"8719\":86123.32,\"8720\":null,\"8721\":640808.4300000001,\"8722\":1615.74,\"8723\":794.64,\"8724\":1205.64,\"8725\":955.8,\"8726\":339852.22,\"8727\":66707.27,\"8728\":123943.01,\"8729\":142160.55,\"8730\":71859.05,\"8731\":2058.0,\"8732\":795.06,\"8733\":3683.77,\"8734\":36161.26,\"8735\":13605.71,\"8736\":13725.84,\"8737\":161210.33,\"8738\":166877.4,\"8739\":7228.17,\"8740\":null,\"8741\":22413.15,\"8742\":44273.63,\"8743\":47750.48,\"8744\":704.31,\"8745\":75580.7,\"8746\":1284.56,\"8747\":9024.4,\"8748\":2747.09,\"8749\":30108.02,\"8750\":58091.47,\"8751\":null,\"8752\":19304.31,\"8753\":654.24,\"8754\":9424.8,\"8755\":222.0,\"8756\":null,\"8757\":6733.49,\"8758\":325.45,\"8759\":null,\"8760\":5760.0,\"8761\":9530.22,\"8762\":1668.48,\"8763\":1759.12,\"8764\":203.28,\"8765\":null,\"8766\":10947.0,\"8767\":19389.0,\"8768\":3423.2,\"8769\":17670.7,\"8770\":14346.47,\"8771\":10232.81,\"8772\":10228.7,\"8773\":790.83,\"8774\":12916.3,\"8775\":12629.1,\"8776\":1806.0,\"8777\":19742.8,\"8778\":19625.78,\"8779\":19607.29,\"8780\":5544.0,\"8781\":619.5,\"8782\":null,\"8783\":4840.0,\"8784\":1295.4,\"8785\":3866.76,\"8786\":7076.4,\"8787\":6154.0,\"8788\":376.58,\"8789\":1950.45,\"8790\":329.59,\"8791\":2039.0,\"8792\":287.76,\"8793\":13891.67,\"8794\":6430.44,\"8795\":15892.71,\"8796\":1376.4,\"8797\":4763.82,\"8798\":233.2,\"8799\":739.86,\"8800\":null,\"8801\":787.6,\"8802\":162.9,\"8803\":1411.96,\"8804\":6877.43,\"8805\":10925.02,\"8806\":2000.0,\"8807\":5282.0,\"8808\":7642.44,\"8809\":98978.01,\"8810\":12328.68,\"8811\":5425.83,\"8812\":4074.78,\"8813\":7165.44,\"8814\":14107.69,\"8815\":2844.82,\"8816\":15706.22,\"8817\":null,\"8818\":16671.03,\"8819\":1454.42,\"8820\":9213.2,\"8821\":9547.41,\"8822\":8307.0,\"8823\":6764.35,\"8824\":319.92,\"8825\":60.8,\"8826\":2002.06,\"8827\":6672.27,\"8828\":1.48,\"8829\":66.7,\"8830\":2389.52,\"8831\":null,\"8832\":3682.8,\"8833\":8752.24,\"8834\":2375.27,\"8835\":13418.51,\"8836\":10687.48,\"8837\":5236.58,\"8838\":8602.2,\"8839\":17301.6,\"8840\":19963.37,\"8841\":19955.34,\"8842\":2320.2,\"8843\":75452.69,\"8844\":14185.78,\"8845\":13932.58,\"8846\":3.88,\"8847\":1.25,\"8848\":9788.4,\"8849\":3399.0,\"8850\":274.56,\"8851\":7654.86,\"8852\":643.13,\"8853\":null,\"8854\":32214.61,\"8855\":11316.4,\"8856\":54741.95,\"8857\":1296.08,\"8858\":1460.73,\"8859\":83555.66,\"8860\":6034.7,\"8861\":15960.0,\"8862\":6603.0,\"8863\":7929.48,\"8864\":6848.1,\"8865\":5992.65,\"8866\":7421.18,\"8867\":4056.0,\"8868\":4420.5,\"8869\":793.5,\"8870\":null,\"8871\":616.92,\"8872\":455.04,\"8873\":351.6,\"8874\":437.64,\"8875\":989.14,\"8876\":696.08,\"8877\":840.48,\"8878\":920.83,\"8879\":848.18,\"8880\":8143.2,\"8881\":705.72,\"8882\":728.4,\"8883\":15069.62,\"8884\":16759.64,\"8885\":9079.2,\"8886\":393.27,\"8887\":4900.0,\"8888\":554.28,\"8889\":1398.6,\"8890\":434.13,\"8891\":47.41,\"8892\":5055.3,\"8893\":5515.2,\"8894\":5136.75,\"8895\":935.53,\"8896\":10750.5,\"8897\":11.61,\"8898\":673.57,\"8899\":570.96,\"8900\":685.3,\"8901\":2198.68,\"8902\":4535.6,\"8903\":4900.0,\"8904\":932.87,\"8905\":936.98,\"8906\":798.13,\"8907\":910.71,\"8908\":717.0,\"8909\":6835.92,\"8910\":3812.51,\"8911\":8187.6,\"8912\":17343.98,\"8913\":16359.98,\"8914\":8730.3,\"8915\":6506.7,\"8916\":621.9,\"8917\":641.06,\"8918\":3076.25,\"8919\":836.33,\"8920\":5580.3,\"8921\":421.59,\"8922\":64.5,\"8923\":814.58,\"8924\":525.2,\"8925\":8188.92,\"8926\":921.84,\"8927\":673.66,\"8928\":3868.33,\"8929\":2699.4,\"8930\":7221.6,\"8931\":18584.0,\"8932\":4701.6,\"8933\":6474.12,\"8934\":709.61,\"8935\":null,\"8936\":null,\"8937\":423.42,\"8938\":11407.0,\"8939\":19599.87,\"8940\":204.6,\"8941\":2169.42,\"8942\":1739.1,\"8943\":587.74,\"8944\":null,\"8945\":810.0,\"8946\":16548.0,\"8947\":60669.6,\"8948\":491741.47,\"8949\":12288.0,\"8950\":1035.54,\"8951\":18092.71,\"8952\":25639.03,\"8953\":8202.33,\"8954\":363.98,\"8955\":3703.04,\"8956\":816.08,\"8957\":17220.56,\"8958\":625.24,\"8959\":null,\"8960\":41324.98,\"8961\":28981.62,\"8962\":6064.0,\"8963\":5072.73,\"8964\":942.77,\"8965\":239073.43,\"8966\":null,\"8967\":6184.68,\"8968\":170720.0,\"8969\":null,\"8970\":121374.7,\"8971\":17091.1,\"8972\":395756.07,\"8973\":14816.09,\"8974\":15279.0,\"8975\":578.58,\"8976\":14049.3,\"8977\":13511.06,\"8978\":82032.5,\"8979\":1609.42,\"8980\":1882.81,\"8981\":574.83,\"8982\":null,\"8983\":25327.77,\"8984\":2563.7,\"8985\":727.69,\"8986\":448.91,\"8987\":77367.06,\"8988\":4282.29,\"8989\":2722.2,\"8990\":null,\"8991\":846.04,\"8992\":1177552.2,\"8993\":602000.24,\"8994\":420.0,\"8995\":6894.8,\"8996\":7592.79,\"8997\":820.93,\"8998\":179140.0,\"8999\":531.0,\"9000\":13680.0,\"9001\":40276.88,\"9002\":63943.69,\"9003\":100839.18,\"9004\":1465.0,\"9005\":401626.0,\"9006\":null,\"9007\":38817.33,\"9008\":4591.3,\"9009\":624.1,\"9010\":683.14,\"9011\":3023.1,\"9012\":81426.14,\"9013\":2217.16,\"9014\":384.19,\"9015\":1166.58,\"9016\":1094.27,\"9017\":9588.0,\"9018\":411.0,\"9019\":978.21,\"9020\":14078.09,\"9021\":4359.15,\"9022\":18321.72,\"9023\":11716.8,\"9024\":375.94,\"9025\":2616.0,\"9026\":262.35,\"9027\":252.18,\"9028\":29570.24,\"9029\":49971.76,\"9030\":null,\"9031\":928771.1899999999,\"9032\":92083.12,\"9033\":820115.45,\"9034\":1615.56,\"9035\":745.58,\"9036\":1170.2,\"9037\":1229.4,\"9038\":null,\"9039\":null,\"9040\":124232.52,\"9041\":94946.26,\"9042\":72388.13,\"9043\":null,\"9044\":793.24,\"9045\":null,\"9046\":57675.64,\"9047\":14110.84,\"9048\":13664.68,\"9049\":54336.67,\"9050\":159823.94,\"9051\":167726.55,\"9052\":16783.9,\"9053\":8239.49,\"9054\":null,\"9055\":43595.89,\"9056\":47395.72,\"9057\":520.38,\"9058\":75569.33,\"9059\":1105.88,\"9060\":7559.2,\"9061\":1584.23,\"9062\":17162.35,\"9063\":31686.32,\"9064\":19280.77,\"9065\":652.5,\"9066\":10015.2,\"9067\":95.4,\"9068\":null,\"9069\":6756.75,\"9070\":337.13,\"9071\":25.71,\"9072\":9680.0,\"9073\":8791.16,\"9074\":1298.64,\"9075\":1787.72,\"9076\":155.76,\"9077\":9064.0,\"9078\":14973.0,\"9079\":5071.0,\"9080\":19802.18,\"9081\":15813.18,\"9082\":10228.73,\"9083\":10229.79,\"9084\":215.6,\"9085\":13068.7,\"9086\":12775.4,\"9087\":526.8,\"9088\":19726.79,\"9089\":19605.44,\"9090\":19571.54,\"9091\":1216.8,\"9092\":524.2,\"9093\":16699.7,\"9094\":7396.0,\"9095\":1350.0,\"9096\":3904.02,\"9097\":7001.2,\"9098\":6273.0,\"9099\":376.58,\"9100\":2144.34,\"9101\":330.28,\"9102\":2588.0,\"9103\":365.07,\"9104\":11922.84,\"9105\":5928.4,\"9106\":17895.84,\"9107\":682.2,\"9108\":540.56,\"9109\":14.67,\"9110\":854.7,\"9111\":null,\"9112\":434.28,\"9113\":275.4,\"9114\":2860.66,\"9115\":5521.55,\"9116\":11895.63,\"9117\":3000.0,\"9118\":5475.4,\"9119\":6986.94,\"9120\":57320.61,\"9121\":1534.03,\"9122\":3901.85,\"9123\":3902.61,\"9124\":4216.32,\"9125\":null,\"9126\":17359.18,\"9127\":2248.3,\"9128\":19445.67,\"9129\":199145.23,\"9130\":10643.62,\"9131\":818.84,\"9132\":9509.93,\"9133\":9626.74,\"9134\":7011.0,\"9135\":2259.33,\"9136\":170.4,\"9137\":118.0,\"9138\":1452.38,\"9139\":7501.25,\"9140\":1.24,\"9141\":67.39,\"9142\":2938.16,\"9143\":8600.4,\"9144\":9685.22,\"9145\":2704.54,\"9146\":13605.89,\"9147\":12223.66,\"9148\":5419.25,\"9149\":6899.4,\"9150\":14241.6,\"9151\":19954.46,\"9152\":19939.83,\"9153\":1489.8,\"9154\":65491.08,\"9155\":15025.17,\"9156\":15237.83,\"9157\":3.82,\"9158\":1.24,\"9159\":7118.4,\"9160\":1551.75,\"9161\":282.92,\"9162\":6010.36,\"9163\":325.9,\"9164\":null,\"9165\":23528.94,\"9166\":25480.17,\"9167\":79602.42,\"9168\":1246.63,\"9169\":1314.45,\"9170\":73418.9,\"9171\":8322.3,\"9172\":15360.0,\"9173\":5218.2,\"9174\":null,\"9175\":3300.98,\"9176\":2743.2,\"9177\":8253.45,\"9178\":6520.2,\"9179\":7327.2,\"9180\":729.52,\"9181\":724.92,\"9182\":379.2,\"9183\":459.6,\"9184\":553.56,\"9185\":339.3,\"9186\":722.14,\"9187\":315.59,\"9188\":899.4,\"9189\":807.15,\"9190\":825.82,\"9191\":6507.6,\"9192\":741.24,\"9193\":973.2,\"9194\":14902.58,\"9195\":14763.79,\"9196\":6852.6,\"9197\":1148.57,\"9198\":4900.0,\"9199\":529.05,\"9200\":1.2,\"9201\":null,\"9202\":null,\"9203\":8523.9,\"9204\":4000.8,\"9205\":4347.58,\"9206\":847.39,\"9207\":3381.3,\"9208\":2.98,\"9209\":732.49,\"9210\":686.76,\"9211\":668.8,\"9212\":2521.2,\"9213\":8388.1,\"9214\":4900.0,\"9215\":946.98,\"9216\":815.27,\"9217\":580.09,\"9218\":3.04,\"9219\":6.0,\"9220\":10536.38,\"9221\":8007.76,\"9222\":7483.2,\"9223\":14655.84,\"9224\":0.1,\"9225\":7752.9,\"9226\":4100.7,\"9227\":401.17,\"9228\":410.01,\"9229\":2555.3,\"9230\":728.38,\"9231\":6468.0,\"9232\":47.52,\"9233\":621.28,\"9234\":478.28,\"9235\":5317.14,\"9236\":848.47,\"9237\":3082.54,\"9238\":3864.67,\"9239\":2508.0,\"9240\":7238.4,\"9241\":406660.64,\"9242\":6166.8,\"9243\":4933.38,\"9244\":707.96,\"9245\":null,\"9246\":30.0,\"9247\":429.56,\"9248\":12705.0,\"9249\":19596.78,\"9250\":198.0,\"9251\":2166.45,\"9252\":1757.58,\"9253\":794.43,\"9254\":807.0,\"9255\":16432.0,\"9256\":60621.01,\"9257\":502748.14,\"9258\":null,\"9259\":656.7,\"9260\":8853.94,\"9261\":36620.55,\"9262\":8132.67,\"9263\":942.99,\"9264\":3702.4,\"9265\":869.78,\"9266\":22760.59,\"9267\":612.26,\"9268\":null,\"9269\":31526.15,\"9270\":29872.6,\"9271\":8714.0,\"9272\":4698.22,\"9273\":942.77,\"9274\":255000.0,\"9275\":5800.26,\"9276\":509130.0,\"9277\":115034.13,\"9278\":16879.0,\"9279\":396185.58,\"9280\":14533.27,\"9281\":18024.6,\"9282\":0.53,\"9283\":11978.62,\"9284\":12260.27,\"9285\":117081.42,\"9286\":1375.72,\"9287\":1405.1,\"9288\":568.83,\"9289\":156640.0,\"9290\":51332.82,\"9291\":2533.68,\"9292\":728.48,\"9293\":446.58,\"9294\":49301.29,\"9295\":90548.24,\"9296\":4065.99,\"9297\":1875.6,\"9298\":null,\"9299\":895.7,\"9300\":1144213.77,\"9301\":600314.6800000001,\"9302\":342.0,\"9303\":null,\"9304\":7589.02,\"9305\":820.93,\"9306\":187800.0,\"9307\":580.88,\"9308\":14508.0,\"9309\":39981.75,\"9310\":64921.46,\"9311\":164629.53,\"9312\":null,\"9313\":null,\"9314\":591822.8,\"9315\":null,\"9316\":null,\"9317\":1377.39,\"9318\":539.48,\"9319\":684.76,\"9320\":2691.3,\"9321\":81252.29,\"9322\":2225.77,\"9323\":520.97,\"9324\":713.52,\"9325\":374.88,\"9326\":8683.2,\"9327\":411.72,\"9328\":1699.8,\"9329\":17876.67,\"9330\":4356.9,\"9331\":19752.46,\"9332\":13401.6,\"9333\":368.74,\"9334\":2667.6,\"9335\":39.6,\"9336\":260.26,\"9337\":29580.02,\"9338\":50163.68,\"9339\":1279.51,\"9340\":200674.98,\"9341\":null,\"9342\":820093.53,\"9343\":1599.72,\"9344\":749.32,\"9345\":1121.08,\"9346\":1870.2,\"9347\":178700.66,\"9348\":null,\"9349\":224386.94,\"9350\":141532.29,\"9351\":84425.58,\"9352\":2059.0,\"9353\":792.82,\"9354\":null,\"9355\":82315.79,\"9356\":18662.86,\"9357\":18407.13,\"9358\":54651.95,\"9359\":158475.5,\"9360\":160657.7,\"9361\":6446.89,\"9362\":17719.9,\"9363\":44063.96,\"9364\":47608.98,\"9365\":662.19,\"9366\":76661.55,\"9367\":1246.69,\"9368\":9521.6,\"9369\":2578.02,\"9370\":29857.9,\"9371\":null,\"9372\":58221.53,\"9373\":19333.95,\"9374\":651.6,\"9375\":null,\"9376\":null,\"9377\":null,\"9378\":6757.58,\"9379\":359.63,\"9380\":0.71,\"9381\":6800.0,\"9382\":9517.15,\"9383\":826.32,\"9384\":1702.36,\"9385\":200.64,\"9386\":8402.0,\"9387\":15680.0,\"9388\":3693.8,\"9389\":17669.98,\"9390\":15192.77,\"9391\":10222.29,\"9392\":10229.72,\"9393\":399.23,\"9394\":12709.5,\"9395\":12445.2,\"9396\":266.4,\"9397\":19649.04,\"9398\":19595.78,\"9399\":19540.17,\"9400\":690.9,\"9401\":13648.0,\"9402\":4392.0,\"9403\":null,\"9404\":1469.2,\"9405\":4992.84,\"9406\":7091.1,\"9407\":4878.0,\"9408\":376.58,\"9409\":1717.84,\"9410\":327.75,\"9411\":2784.0,\"9412\":337.63,\"9413\":14322.87,\"9414\":6964.08,\"9415\":16719.87,\"9416\":1410.0,\"9417\":1780.49,\"9418\":354.93,\"9419\":744.48,\"9420\":null,\"9421\":748.88,\"9422\":null,\"9423\":3521.54,\"9424\":8632.33,\"9425\":6989.91,\"9426\":3000.0,\"9427\":5268.0,\"9428\":7003.5,\"9429\":107740.86,\"9430\":14788.69,\"9431\":6355.03,\"9432\":9716.35,\"9433\":8386.56,\"9434\":14501.2,\"9435\":3289.45,\"9436\":16939.91,\"9437\":null,\"9438\":13519.69,\"9439\":1536.26,\"9440\":7980.02,\"9441\":7974.36,\"9442\":8490.0,\"9443\":8497.69,\"9444\":478.2,\"9445\":47.6,\"9446\":1443.16,\"9447\":9942.47,\"9448\":1.76,\"9449\":91.7,\"9450\":3033.03,\"9451\":6966.0,\"9452\":7976.36,\"9453\":3299.07,\"9454\":18463.21,\"9455\":18849.68,\"9456\":7848.27,\"9457\":7662.6,\"9458\":13993.2,\"9459\":19954.26,\"9460\":19949.57,\"9461\":2062.8,\"9462\":63577.08,\"9463\":15439.66,\"9464\":15871.49,\"9465\":5.28,\"9466\":1.7,\"9467\":9098.4,\"9468\":2805.15,\"9469\":36.96,\"9470\":4815.74,\"9471\":497.4,\"9472\":2.25,\"9473\":12318.87,\"9474\":22272.16,\"9475\":63757.09,\"9476\":1342.83,\"9477\":1532.49,\"9478\":85150.1,\"9479\":7852.25,\"9480\":15120.0,\"9481\":5451.0,\"9482\":7784.58,\"9483\":7925.4,\"9484\":7597.8,\"9485\":10198.8,\"9486\":8224.5,\"9487\":9158.7,\"9488\":382.18,\"9489\":796.08,\"9490\":566.88,\"9491\":474.0,\"9492\":938.4,\"9493\":610.5,\"9494\":870.15,\"9495\":449.43,\"9496\":620.4,\"9497\":585.81,\"9498\":563.85,\"9499\":6861.6,\"9500\":753.36,\"9501\":952.8,\"9502\":4133.08,\"9503\":3964.89,\"9504\":6253.2,\"9505\":null,\"9506\":4900.0,\"9507\":822.84,\"9508\":78.0,\"9509\":356.5,\"9510\":127.43,\"9511\":9017.1,\"9512\":9751.2,\"9513\":8884.46,\"9514\":568.67,\"9515\":13857.3,\"9516\":4.26,\"9517\":996.24,\"9518\":882.2,\"9519\":2189.0,\"9520\":7638.3,\"9521\":4900.0,\"9522\":820.42,\"9523\":585.52,\"9524\":128.48,\"9525\":17.95,\"9526\":1041.0,\"9527\":10137.97,\"9528\":5750.67,\"9529\":7621.8,\"9530\":4409.68,\"9531\":4250.31,\"9532\":7129.8,\"9533\":5292.0,\"9534\":976.1,\"9535\":972.44,\"9536\":4399.33,\"9537\":468.34,\"9538\":8619.6,\"9539\":0.35,\"9540\":73.35,\"9541\":686.21,\"9542\":843.29,\"9543\":7527.9,\"9544\":574.65,\"9545\":3948.0,\"9546\":3861.0,\"9547\":2494.8,\"9548\":7239.6,\"9549\":343493.64,\"9550\":10486.8,\"9551\":6910.01,\"9552\":710.6,\"9553\":null,\"9554\":null,\"9555\":426.33,\"9556\":5038.0,\"9557\":19705.17,\"9558\":198.0,\"9559\":2157.21,\"9560\":1784.31,\"9561\":793.93,\"9562\":807.0,\"9563\":null,\"9564\":60151.6,\"9565\":491776.26,\"9566\":null,\"9567\":9721.84,\"9568\":40003.22,\"9569\":8092.33,\"9570\":1059.44,\"9571\":3701.76,\"9572\":900.27,\"9573\":25698.26,\"9574\":616.66,\"9575\":null,\"9576\":39509.54,\"9577\":30357.65,\"9578\":16230.0,\"9579\":4885.42,\"9580\":942.77,\"9581\":255000.0,\"9582\":6115.74,\"9583\":null,\"9584\":46790.48,\"9585\":19040.86,\"9586\":397565.06,\"9587\":21909.03,\"9588\":17639.6,\"9589\":0.59,\"9590\":15822.01,\"9591\":null,\"9592\":null,\"9593\":2024.25,\"9594\":1346.57,\"9595\":581.71,\"9596\":125180.0,\"9597\":52359.74,\"9598\":2462.27,\"9599\":720.11,\"9600\":437.68,\"9601\":59985.96,\"9602\":null,\"9603\":2325.62,\"9604\":2403.6,\"9605\":null,\"9606\":855.83,\"9607\":1108886.0,\"9608\":497830.8,\"9609\":null,\"9610\":6892.6,\"9611\":5844.06,\"9612\":824.54,\"9613\":180580.0,\"9614\":528.6,\"9615\":12420.0,\"9616\":35602.59,\"9617\":35188.82,\"9618\":14451.39,\"9619\":null,\"9620\":572448.16,\"9621\":null,\"9622\":6733.91,\"9623\":635.71,\"9624\":660.17,\"9625\":3548.4,\"9626\":81024.1,\"9627\":2210.28,\"9628\":534.73,\"9629\":1191.42,\"9630\":750.17,\"9631\":10070.4,\"9632\":411.48,\"9633\":19008.0,\"9634\":1922.5,\"9635\":19569.0,\"9636\":4356.9,\"9637\":19731.8,\"9638\":null,\"9639\":362.41,\"9640\":2662.8,\"9641\":247.5,\"9642\":349.4,\"9643\":30163.18,\"9644\":47335.4,\"9645\":1307.19,\"9646\":1079284.45,\"9647\":null,\"9648\":820000.51,\"9649\":1600.26,\"9650\":721.6,\"9651\":1082.69,\"9652\":1332.0,\"9653\":null,\"9654\":20197.03,\"9655\":124122.28,\"9656\":73000.25,\"9657\":72330.16,\"9658\":null,\"9659\":796.18,\"9660\":75800.23,\"9661\":16772.11,\"9662\":17164.22,\"9663\":54726.55,\"9664\":82210.95,\"9665\":169467.4,\"9666\":null,\"9667\":null,\"9668\":44062.88,\"9669\":47071.63,\"9670\":573.6,\"9671\":76490.27,\"9672\":1176.64,\"9673\":9400.6,\"9674\":2872.21,\"9675\":17870.91,\"9676\":null,\"9677\":19301.59,\"9678\":651.87,\"9679\":12949.2,\"9680\":null,\"9681\":null,\"9682\":6754.77,\"9683\":324.13,\"9684\":172.77,\"9685\":7360.0,\"9686\":9558.69,\"9687\":1631.64,\"9688\":1663.2,\"9689\":124.01,\"9690\":9072.0,\"9691\":13682.0,\"9692\":3040.4,\"9693\":14753.77,\"9694\":20568.86,\"9695\":10220.15,\"9696\":10230.26,\"9697\":1579.31,\"9698\":12418.6,\"9699\":12148.3,\"9700\":5796.0,\"9701\":19644.46,\"9702\":19606.39,\"9703\":19401.78,\"9704\":522.1,\"9705\":14012.1,\"9706\":7936.0,\"9707\":19.09,\"9708\":1667.4,\"9709\":6168.6,\"9710\":6550.8,\"9711\":5659.0,\"9712\":376.58,\"9713\":1588.41,\"9714\":302.91,\"9715\":2915.0,\"9716\":1351.77,\"9717\":17356.96,\"9718\":7971.69,\"9719\":11650.88,\"9720\":882.6,\"9721\":4765.9,\"9722\":93.87,\"9723\":716.76,\"9724\":550.0,\"9725\":2768.26,\"9726\":8997.71,\"9727\":15447.02,\"9728\":3000.0,\"9729\":5159.3,\"9730\":8081.28,\"9731\":103654.26,\"9732\":14767.0,\"9733\":4743.51,\"9734\":3822.26,\"9735\":8919.36,\"9736\":12049.82,\"9737\":9657.44,\"9738\":12761.37,\"9739\":null,\"9740\":16531.67,\"9741\":1579.82,\"9742\":10293.35,\"9743\":10604.07,\"9744\":9561.0,\"9745\":11383.11,\"9746\":228.96,\"9747\":103.2,\"9748\":1562.41,\"9749\":8918.34,\"9750\":3.27,\"9751\":61.93,\"9752\":2346.17,\"9753\":8236.8,\"9754\":10260.87,\"9755\":3403.12,\"9756\":20133.62,\"9757\":19349.99,\"9758\":9381.14,\"9759\":9403.2,\"9760\":17362.8,\"9761\":19970.58,\"9762\":19972.17,\"9763\":1736.4,\"9764\":89030.05,\"9765\":17894.73,\"9766\":18112.77,\"9767\":2.47,\"9768\":0.77,\"9769\":9015.6,\"9770\":4192.8,\"9771\":266.2,\"9772\":9137.9,\"9773\":null,\"9774\":1.8,\"9775\":31239.71,\"9776\":25912.89,\"9777\":80488.84,\"9778\":1282.1,\"9779\":1605.63,\"9780\":90091.97,\"9781\":9622.2,\"9782\":18320.0,\"9783\":7031.4,\"9784\":9777.3,\"9785\":6675.53,\"9786\":7291.8,\"9787\":10090.13,\"9788\":7381.5,\"9789\":7495.8,\"9790\":883.87,\"9791\":null,\"9792\":795.24,\"9793\":576.48,\"9794\":509.88,\"9795\":842.16,\"9796\":620.01,\"9797\":803.02,\"9798\":814.82,\"9799\":960.36,\"9800\":961.19,\"9801\":996.39,\"9802\":7624.8,\"9803\":940.2,\"9804\":1380.0,\"9805\":18125.79,\"9806\":18449.46,\"9807\":5376.6,\"9808\":null,\"9809\":4900.0,\"9810\":1016.22,\"9811\":1938.6,\"9812\":1161.5,\"9813\":0.05,\"9814\":9858.9,\"9815\":9783.6,\"9816\":6572.39,\"9817\":967.01,\"9818\":12841.2,\"9819\":8.0,\"9820\":null,\"9821\":929.64,\"9822\":839.3,\"9823\":2837.56,\"9824\":8973.45,\"9825\":4900.0,\"9826\":963.09,\"9827\":979.47,\"9828\":838.94,\"9829\":539.57,\"9830\":null,\"9831\":6512.4,\"9832\":18771.96,\"9833\":18641.69,\"9834\":4507.2,\"9835\":4668.3,\"9836\":922.61,\"9837\":940.19,\"9838\":2792.2,\"9839\":927.72,\"9840\":9117.9,\"9841\":39.9,\"9842\":904.15,\"9843\":847.43,\"9844\":8925.84,\"9845\":942.88,\"9846\":3377.99,\"9847\":3853.67,\"9848\":2488.2,\"9849\":7248.0,\"9850\":297476.39,\"9851\":9716.4,\"9852\":5928.46,\"9853\":710.16,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":12903.0,\"9858\":null,\"9859\":204.6,\"9860\":772.03,\"9861\":1760.55,\"9862\":740.56,\"9863\":805.0,\"9864\":121010.2,\"9865\":null,\"9866\":9986.95,\"9867\":41712.08,\"9868\":8092.33,\"9869\":990.44,\"9870\":3702.4,\"9871\":922.92,\"9872\":18515.26,\"9873\":608.74,\"9874\":null,\"9875\":65818.44,\"9876\":30063.45,\"9877\":11387.0,\"9878\":4741.39,\"9879\":942.77,\"9880\":null,\"9881\":5780.46,\"9882\":null,\"9883\":505860.0,\"9884\":175105.81,\"9885\":15965.51,\"9886\":397854.3,\"9887\":14133.58,\"9888\":17096.2,\"9889\":0.57,\"9890\":13072.46,\"9891\":111577.39,\"9892\":1470.32,\"9893\":1348.33,\"9894\":571.33,\"9895\":220990.0,\"9896\":55092.68,\"9897\":2474.46,\"9898\":726.91,\"9899\":464.47,\"9900\":14228.07,\"9901\":2009.04,\"9902\":2415.6,\"9903\":12687.4,\"9904\":863.89,\"9905\":1171499.95,\"9906\":257933.35,\"9907\":6798.0,\"9908\":6633.32,\"9909\":826.32,\"9910\":188110.0,\"9911\":573.35,\"9912\":12420.0,\"9913\":64543.09,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":6274.78,\"9921\":593.6,\"9922\":683.86,\"9923\":3570.45,\"9924\":81100.92,\"9925\":2213.72,\"9926\":425.6,\"9927\":1298.16,\"9928\":1175.14,\"9929\":10015.2,\"9930\":411.36,\"9931\":2003.33,\"9932\":19533.13,\"9933\":2961.0,\"9934\":19057.53,\"9935\":366.5,\"9936\":192.83,\"9937\":254.1,\"9938\":355.67,\"9939\":30020.87,\"9940\":45101.89,\"9941\":1297.54,\"9942\":135134.83,\"9943\":null,\"9944\":816848.15,\"9945\":1599.9,\"9946\":713.68,\"9947\":1068.11,\"9948\":1045.8,\"9949\":null,\"9950\":null,\"9951\":124469.18,\"9952\":73938.38,\"9953\":74859.95,\"9954\":null,\"9955\":805.98,\"9956\":74421.3,\"9957\":11309.48,\"9958\":11497.13,\"9959\":8004.28,\"9960\":null,\"9961\":70163.1,\"9962\":null,\"9963\":43566.74,\"9964\":47756.9,\"9965\":664.77,\"9966\":76563.38,\"9967\":715.59,\"9968\":9765.8,\"9969\":2911.81},\"Values_Hour13\":{\"0\":19764.14,\"1\":651.96,\"2\":7869.6,\"3\":17923.2,\"4\":0.6,\"5\":null,\"6\":6662.87,\"7\":373.36,\"8\":6640.0,\"9\":9316.47,\"10\":1197.0,\"11\":1715.12,\"12\":154.18,\"13\":10447.0,\"14\":13796.0,\"15\":2844.6,\"16\":8404.45,\"17\":20164.58,\"18\":10161.48,\"19\":10221.31,\"20\":192.87,\"21\":15943.4,\"22\":15578.1,\"23\":2101.2,\"24\":1549.4,\"25\":13626.0,\"26\":19736.95,\"27\":10335.66,\"28\":19407.27,\"29\":8701.11,\"30\":8150.04,\"31\":14406.22,\"32\":8682.51,\"33\":594.5,\"34\":10638.0,\"35\":5026.0,\"36\":null,\"37\":2426.3,\"38\":4740.3,\"39\":4098.2,\"40\":282.91,\"41\":2174.72,\"42\":345.69,\"43\":2487.0,\"44\":null,\"45\":13760.79,\"46\":4559.91,\"47\":17645.97,\"48\":560.4,\"49\":4448.37,\"50\":null,\"51\":786.06,\"52\":352.44,\"53\":null,\"54\":3499.32,\"55\":364.32,\"56\":13648.75,\"57\":6685.2,\"58\":6338.34,\"59\":91496.88,\"60\":12394.95,\"61\":2424.86,\"62\":9756.52,\"63\":5176.8,\"64\":null,\"65\":17233.88,\"66\":7022.99,\"67\":15234.84,\"68\":null,\"69\":16502.68,\"70\":1443.64,\"71\":5618.21,\"72\":5179.03,\"73\":6309.0,\"74\":10812.76,\"75\":468.64,\"76\":797.6,\"77\":1881.23,\"78\":4711.91,\"79\":0.02,\"80\":110.07,\"81\":2912.35,\"82\":4555.0,\"83\":7956.0,\"84\":6197.79,\"85\":1502.95,\"86\":9120.79,\"87\":9300.02,\"88\":4358.27,\"89\":7421.4,\"90\":19414.8,\"91\":14068.85,\"92\":14651.42,\"93\":1957.8,\"94\":88140.24,\"95\":15764.42,\"96\":15609.09,\"97\":3.15,\"98\":1.0,\"99\":7425.6,\"100\":3467.85,\"101\":null,\"102\":9163.2,\"103\":771.38,\"104\":null,\"105\":39495.48,\"106\":25825.98,\"107\":80153.46,\"108\":1416.14,\"109\":1548.36,\"110\":81211.98,\"111\":8017.8,\"112\":16160.0,\"113\":3298.2,\"114\":9270.84,\"115\":5979.38,\"116\":6336.0,\"117\":7956.45,\"118\":6295.8,\"119\":7333.8,\"120\":869.53,\"121\":3.3,\"122\":625.2,\"123\":490.92,\"124\":553.2,\"125\":412.35,\"126\":252.03,\"127\":599.34,\"128\":414.12,\"129\":1009.16,\"130\":1020.83,\"131\":5833.2,\"132\":805.2,\"133\":null,\"134\":14250.24,\"135\":13173.53,\"136\":8535.6,\"137\":9215.06,\"138\":448.83,\"139\":6.0,\"140\":431.25,\"141\":152.49,\"142\":6578.1,\"143\":4124.4,\"144\":8386.83,\"145\":969.74,\"146\":13218.75,\"147\":11.66,\"148\":625.57,\"149\":432.36,\"150\":953.7,\"151\":2577.96,\"152\":9611.7,\"153\":1011.92,\"154\":970.96,\"155\":881.05,\"156\":14.08,\"157\":591.0,\"158\":11017.82,\"159\":8152.24,\"160\":2722.8,\"161\":13387.8,\"162\":13827.07,\"163\":12840.8,\"164\":4328.1,\"165\":528.77,\"166\":536.21,\"167\":4111.8,\"168\":623.42,\"169\":58.38,\"170\":638.69,\"171\":903.33,\"172\":2376.0,\"173\":7236.0,\"174\":208428.97,\"175\":5392.8,\"176\":3438.81,\"177\":469.26,\"178\":null,\"179\":397.46,\"180\":13750.0,\"181\":19571.76,\"182\":191.4,\"183\":3038.64,\"184\":1790.91,\"185\":688.86,\"186\":3588.3,\"187\":1342.0,\"188\":15096.0,\"189\":60148.27,\"190\":505836.66,\"191\":14656.0,\"192\":1933.14,\"193\":7414.38,\"194\":50817.23,\"195\":5885.0,\"196\":895.85,\"197\":729.92,\"198\":12990.57,\"199\":3701.76,\"200\":1875.4,\"201\":15601.35,\"202\":546.48,\"203\":99621.13,\"204\":62783.42,\"205\":15314.78,\"206\":5997.0,\"207\":5967.52,\"208\":938.8,\"209\":245278.25,\"210\":null,\"211\":7053.0,\"212\":null,\"213\":511400.0,\"214\":253066.61,\"215\":231480.36,\"216\":21458.08,\"217\":325703.74,\"218\":19248.0,\"219\":18794.6,\"220\":17701.16,\"221\":8842.67,\"222\":9505.72,\"223\":109051.85,\"224\":973.73,\"225\":1988.35,\"226\":203536.62,\"227\":50839.91,\"228\":2425.01,\"229\":null,\"230\":405.46,\"231\":30568.55,\"232\":null,\"233\":3842.48,\"234\":2860.8,\"235\":68.44,\"236\":908.6,\"237\":896017.49,\"238\":599779.83,\"239\":474.0,\"240\":7502.0,\"241\":4611.16,\"242\":810.59,\"243\":187270.0,\"244\":658.41,\"245\":2700.0,\"246\":20256.95,\"247\":59820.33,\"248\":69735.24,\"249\":135542.67,\"250\":null,\"251\":null,\"252\":466382.25,\"253\":null,\"254\":null,\"255\":5356.52,\"256\":606.8,\"257\":673.63,\"258\":3986.25,\"259\":80298.18,\"260\":1062.1,\"261\":529.42,\"262\":821.34,\"263\":885.51,\"264\":4474.8,\"265\":423.84,\"266\":18923.67,\"267\":7101.46,\"268\":8056.8,\"269\":19756.8,\"270\":10171.2,\"271\":null,\"272\":371.98,\"273\":2532.6,\"274\":271.89,\"275\":29586.2,\"276\":25598.9,\"277\":null,\"278\":null,\"279\":821013.89,\"280\":922.08,\"281\":841.72,\"282\":1246.59,\"283\":3018.6,\"284\":null,\"285\":null,\"286\":100870.15,\"287\":115936.68,\"288\":24897.05,\"289\":124717.42,\"290\":801.92,\"291\":2614.33,\"292\":67351.49,\"293\":18098.13,\"294\":14454.67,\"295\":73904.08,\"296\":162387.04,\"297\":170592.2,\"298\":4327.29,\"299\":209180.71,\"300\":15319.98,\"301\":null,\"302\":43979.33,\"303\":47880.25,\"304\":632.94,\"305\":75657.83,\"306\":null,\"307\":8201.6,\"308\":2847.53,\"309\":23798.79,\"310\":56363.03,\"311\":467.32,\"312\":19746.81,\"313\":654.18,\"314\":7387.2,\"315\":17141.26,\"316\":null,\"317\":6828.0,\"318\":6645.05,\"319\":null,\"320\":null,\"321\":4754.66,\"322\":1186.56,\"323\":1664.96,\"324\":151.01,\"325\":14198.0,\"326\":12322.0,\"327\":2772.0,\"328\":6948.21,\"329\":21179.88,\"330\":10200.88,\"331\":9984.58,\"332\":null,\"333\":16946.4,\"334\":16595.7,\"335\":9.6,\"336\":null,\"337\":14328.0,\"338\":19590.36,\"339\":10264.76,\"340\":19336.19,\"341\":6154.04,\"342\":6104.79,\"343\":6089.43,\"344\":6422.34,\"345\":598.3,\"346\":10787.4,\"347\":7854.0,\"348\":null,\"349\":2287.8,\"350\":1689.12,\"351\":5156.1,\"352\":282.91,\"353\":1943.67,\"354\":346.61,\"355\":2413.0,\"356\":1463.9,\"357\":13547.57,\"358\":3321.51,\"359\":19297.42,\"360\":714.6,\"361\":2604.97,\"362\":1.47,\"363\":906.84,\"364\":280.28,\"365\":3037.98,\"366\":16899.17,\"367\":6491.3,\"368\":8430.42,\"369\":86828.5,\"370\":6210.39,\"371\":1558.14,\"372\":5825.22,\"373\":3405.6,\"374\":17163.24,\"375\":6351.81,\"376\":19136.1,\"377\":null,\"378\":16040.45,\"379\":1086.8,\"380\":8239.91,\"381\":9666.08,\"382\":9706.5,\"383\":10690.88,\"384\":463.64,\"385\":0.4,\"386\":1881.23,\"387\":6694.26,\"388\":2.04,\"389\":108.94,\"390\":2506.97,\"391\":5981.26,\"392\":6152.4,\"393\":10211.14,\"394\":970.01,\"395\":13212.12,\"396\":14057.99,\"397\":6637.05,\"398\":7941.6,\"399\":17143.2,\"400\":19908.55,\"401\":19936.88,\"402\":458.4,\"403\":73014.36,\"404\":9804.59,\"405\":10349.42,\"406\":5.01,\"407\":1.61,\"408\":7425.6,\"409\":918.15,\"410\":396.66,\"411\":6457.94,\"412\":495.2,\"413\":null,\"414\":22233.08,\"415\":16409.5,\"416\":93092.26,\"417\":1298.0,\"418\":1316.52,\"419\":90171.35,\"420\":null,\"421\":18400.0,\"422\":4116.6,\"423\":8404.2,\"424\":5246.33,\"425\":5559.53,\"426\":8173.13,\"427\":5955.9,\"428\":6957.6,\"429\":750.2,\"430\":null,\"431\":633.48,\"432\":454.68,\"433\":421.8,\"434\":661.65,\"435\":369.78,\"436\":504.87,\"437\":775.56,\"438\":837.71,\"439\":848.5,\"440\":7351.2,\"441\":450.24,\"442\":2.4,\"443\":14079.83,\"444\":13071.05,\"445\":7122.6,\"446\":11969.54,\"447\":721.98,\"448\":null,\"449\":127.18,\"450\":9504.3,\"451\":8228.4,\"452\":8067.33,\"453\":866.3,\"454\":10461.6,\"455\":3.7,\"456\":null,\"457\":597.96,\"458\":871.2,\"459\":2682.24,\"460\":7072.5,\"461\":903.58,\"462\":819.51,\"463\":null,\"464\":63.27,\"465\":480.0,\"466\":4864.97,\"467\":3953.04,\"468\":null,\"469\":8383.8,\"470\":9102.42,\"471\":13837.65,\"472\":6813.3,\"473\":768.88,\"474\":765.91,\"475\":7778.1,\"476\":0.35,\"477\":44.73,\"478\":611.99,\"479\":738.76,\"480\":null,\"481\":2277.0,\"482\":7242.0,\"483\":11892.0,\"484\":4410.0,\"485\":3146.47,\"486\":465.96,\"487\":null,\"488\":397.03,\"489\":13893.0,\"490\":19612.77,\"491\":191.4,\"492\":2676.96,\"493\":1813.35,\"494\":674.24,\"495\":2056.5,\"496\":1327.0,\"497\":15740.0,\"498\":148583.14,\"499\":499830.95,\"500\":12720.0,\"501\":1282.71,\"502\":9957.83,\"503\":50743.5,\"504\":4403.67,\"505\":831.74,\"506\":717.01,\"507\":6356.77,\"508\":3701.44,\"509\":2020.55,\"510\":14643.45,\"511\":240.46,\"512\":49768.85,\"513\":50384.7,\"514\":null,\"515\":6136.0,\"516\":9086.61,\"517\":938.8,\"518\":244410.0,\"519\":9883.27,\"520\":null,\"521\":508390.0,\"522\":1042673.53,\"523\":195332.14,\"524\":21435.34,\"525\":33415.42,\"526\":19248.0,\"527\":18671.4,\"528\":22030.65,\"529\":8851.41,\"530\":9966.24,\"531\":169356.32,\"532\":772.11,\"533\":2039.68,\"534\":202986.62,\"535\":41616.07,\"536\":2280.68,\"537\":1326.24,\"538\":400.37,\"539\":28999.71,\"540\":3934.09,\"541\":2617.2,\"542\":70.8,\"543\":907.5,\"544\":895782.1,\"545\":599731.55,\"546\":462.0,\"547\":3742.2,\"548\":4602.01,\"549\":831.71,\"550\":null,\"551\":680.05,\"552\":12636.0,\"553\":null,\"554\":59982.79,\"555\":69990.16,\"556\":164447.33,\"557\":1855.5,\"558\":null,\"559\":459378.95,\"560\":42932.07,\"561\":4744.35,\"562\":582.78,\"563\":670.64,\"564\":4023.3,\"565\":80184.71,\"566\":1062.1,\"567\":529.06,\"568\":934.38,\"569\":855.4,\"570\":3138.0,\"571\":434.52,\"572\":3538.89,\"573\":8072.55,\"574\":19648.0,\"575\":7742.4,\"576\":null,\"577\":364.25,\"578\":null,\"579\":250.03,\"580\":29221.59,\"581\":25609.25,\"582\":1223226.8100000001,\"583\":null,\"584\":607630.72,\"585\":962.58,\"586\":775.28,\"587\":1417.21,\"588\":2743.2,\"589\":null,\"590\":null,\"591\":344158.43,\"592\":185950.0,\"593\":null,\"594\":123639.87,\"595\":69693.75,\"596\":105527.44,\"597\":800.94,\"598\":2788.43,\"599\":82633.13,\"600\":19395.49,\"601\":15074.75,\"602\":64475.35,\"603\":158782.42,\"604\":168816.2,\"605\":3850.79,\"606\":182964.38,\"607\":14737.25,\"608\":44728.22,\"609\":47692.66,\"610\":690.66,\"611\":75541.78,\"612\":1727.5,\"613\":11239.8,\"614\":2802.99,\"615\":29601.05,\"616\":57153.35,\"617\":56003.34,\"618\":18599.35,\"619\":652.08,\"620\":7390.8,\"621\":null,\"622\":30.6,\"623\":4164.0,\"624\":6690.92,\"625\":2240.0,\"626\":4754.66,\"627\":1203.0,\"628\":1660.56,\"629\":145.08,\"630\":10392.0,\"631\":9747.0,\"632\":2831.4,\"633\":7927.12,\"634\":9607.3,\"635\":14299.11,\"636\":14971.01,\"637\":2239.6,\"638\":15590.7,\"639\":15240.5,\"640\":164.4,\"641\":1690.8,\"642\":13842.0,\"643\":19593.78,\"644\":10263.37,\"645\":18399.03,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":616.5,\"651\":16207.8,\"652\":7604.0,\"653\":2216.0,\"654\":6452.88,\"655\":4918.1,\"656\":282.91,\"657\":2013.01,\"658\":346.61,\"659\":2344.0,\"660\":562.51,\"661\":13788.25,\"662\":8339.43,\"663\":17820.87,\"664\":1438.8,\"665\":4296.06,\"666\":null,\"667\":795.96,\"668\":382.8,\"669\":231.0,\"670\":1699.94,\"671\":15206.25,\"672\":6402.6,\"673\":7674.18,\"674\":73145.15,\"675\":5315.43,\"676\":3524.29,\"677\":5073.39,\"678\":7718.4,\"679\":15504.1,\"680\":3345.46,\"681\":16405.5,\"682\":null,\"683\":11319.63,\"684\":1499.52,\"685\":9899.43,\"686\":9513.46,\"687\":9211.5,\"688\":8815.79,\"689\":292.0,\"690\":7.2,\"691\":1881.23,\"692\":9623.52,\"693\":1.71,\"694\":55.07,\"695\":2803.93,\"696\":5884.54,\"697\":9824.4,\"698\":10245.92,\"699\":1652.64,\"700\":19846.73,\"701\":17297.34,\"702\":8334.91,\"703\":6786.0,\"704\":15314.4,\"705\":19891.04,\"706\":19932.2,\"707\":337.8,\"708\":62288.48,\"709\":12770.99,\"710\":16412.37,\"711\":5.15,\"712\":1.7,\"713\":7425.6,\"714\":3490.95,\"715\":373.01,\"716\":5247.68,\"717\":977.18,\"718\":22321.12,\"719\":15666.44,\"720\":92482.02,\"721\":1335.4,\"722\":1613.91,\"723\":75619.36,\"724\":8688.05,\"725\":14840.0,\"726\":3823.2,\"727\":7129.08,\"728\":8214.75,\"729\":8050.28,\"730\":4056.08,\"731\":8304.9,\"732\":8095.2,\"733\":601.13,\"734\":null,\"735\":964.32,\"736\":505.56,\"737\":476.04,\"738\":888.0,\"739\":602.91,\"740\":588.0,\"741\":770.52,\"742\":973.72,\"743\":967.7,\"744\":8553.6,\"745\":849.48,\"746\":1.2,\"747\":18249.59,\"748\":18256.98,\"749\":6656.4,\"750\":16969.92,\"751\":828.09,\"752\":null,\"753\":271.76,\"754\":9974.1,\"755\":9375.6,\"756\":7402.87,\"757\":966.86,\"758\":14161.05,\"759\":5.09,\"760\":942.61,\"761\":993.12,\"762\":652.3,\"763\":1317.36,\"764\":8856.15,\"765\":940.01,\"766\":944.77,\"767\":881.35,\"768\":251.33,\"769\":27.0,\"770\":8509.28,\"771\":4784.65,\"772\":1004.4,\"773\":17311.67,\"774\":18320.44,\"775\":13644.06,\"776\":7607.4,\"777\":953.57,\"778\":953.68,\"779\":5458.2,\"780\":7.25,\"781\":76.23,\"782\":837.21,\"783\":1055.47,\"784\":186.22,\"785\":2395.8,\"786\":7228.8,\"787\":15011.0,\"788\":4417.2,\"789\":2944.05,\"790\":469.15,\"791\":null,\"792\":396.99,\"793\":14113.0,\"794\":19607.8,\"795\":191.4,\"796\":2192.02,\"797\":1819.62,\"798\":712.89,\"799\":1686.6,\"800\":1409.0,\"801\":21620.0,\"802\":60145.68,\"803\":501890.31,\"804\":11760.0,\"805\":1130.91,\"806\":9951.34,\"807\":53305.51,\"808\":2915.0,\"809\":1100.26,\"810\":719.69,\"811\":null,\"812\":3700.16,\"813\":1971.34,\"814\":16357.33,\"815\":575.08,\"816\":null,\"817\":66451.11,\"818\":null,\"819\":6158.0,\"820\":null,\"821\":939.79,\"822\":239540.52,\"823\":5433.74,\"824\":49344.0,\"825\":null,\"826\":973040.72,\"827\":257270.0,\"828\":20032.25,\"829\":33040.9,\"830\":16812.0,\"831\":18645.0,\"832\":15927.24,\"833\":8849.51,\"834\":9567.77,\"835\":85756.25,\"836\":733.19,\"837\":1616.92,\"838\":203243.3,\"839\":59832.09,\"840\":2423.63,\"841\":null,\"842\":403.67,\"843\":28378.07,\"844\":3883.82,\"845\":2181.6,\"846\":76.12,\"847\":922.3,\"848\":867592.79,\"849\":599677.97,\"850\":552.0,\"851\":7453.6,\"852\":8327.12,\"853\":811.14,\"854\":205060.0,\"855\":682.57,\"856\":12348.0,\"857\":61074.19,\"858\":68279.74,\"859\":164715.42,\"860\":null,\"861\":385112.0,\"862\":466312.87,\"863\":null,\"864\":43224.6,\"865\":612.17,\"866\":595.72,\"867\":672.55,\"868\":3999.45,\"869\":173841.28,\"870\":1062.1,\"871\":472.4,\"872\":856.62,\"873\":823.23,\"874\":4026.0,\"875\":433.08,\"876\":13964.02,\"877\":8069.85,\"878\":19651.2,\"879\":9528.0,\"880\":319.37,\"881\":2325.6,\"882\":105.6,\"883\":234.11,\"884\":29515.05,\"885\":50206.69,\"886\":774866.26,\"887\":null,\"888\":588140.45,\"889\":992.94,\"890\":719.62,\"891\":1308.19,\"892\":2424.6,\"893\":59499.42,\"894\":441687.88,\"895\":534926.22,\"896\":197220.0,\"897\":null,\"898\":null,\"899\":73619.06,\"900\":800.66,\"901\":2788.75,\"902\":82797.57,\"903\":18004.36,\"904\":14448.19,\"905\":64222.63,\"906\":165299.13,\"907\":170035.35,\"908\":3851.52,\"909\":194802.72,\"910\":14741.08,\"911\":44582.71,\"912\":47522.33,\"913\":678.39,\"914\":75714.27,\"915\":1513.56,\"916\":8591.0,\"917\":2798.06,\"918\":15207.79,\"919\":null,\"920\":null,\"921\":55870.24,\"922\":17584.54,\"923\":651.24,\"924\":6408.0,\"925\":4591.2,\"926\":6630.86,\"927\":null,\"928\":4000.0,\"929\":9260.37,\"930\":842.16,\"931\":1708.52,\"932\":159.85,\"933\":9771.0,\"934\":14906.0,\"935\":2609.2,\"936\":6943.99,\"937\":24811.76,\"938\":10204.79,\"939\":10217.78,\"940\":572.15,\"941\":15363.6,\"942\":15021.2,\"943\":2017.2,\"944\":null,\"945\":13482.0,\"946\":19692.15,\"947\":10283.71,\"948\":18339.41,\"949\":571.8,\"950\":12643.7,\"951\":1918.0,\"952\":2044.5,\"953\":5213.64,\"954\":4164.1,\"955\":282.91,\"956\":2163.65,\"957\":345.69,\"958\":2342.0,\"959\":1294.06,\"960\":13027.59,\"961\":6332.38,\"962\":15745.51,\"963\":601.2,\"964\":1774.66,\"965\":null,\"966\":819.06,\"967\":284.68,\"968\":780.6,\"969\":3537.16,\"970\":34.56,\"971\":16658.4,\"972\":6252.1,\"973\":5324.04,\"974\":92062.85,\"975\":14494.27,\"976\":1775.89,\"977\":4809.39,\"978\":6757.92,\"979\":11114.24,\"980\":9797.09,\"981\":16497.66,\"982\":66877.53,\"983\":16086.81,\"984\":1265.88,\"985\":9848.86,\"986\":6156.04,\"987\":8859.0,\"988\":10301.31,\"989\":285.04,\"990\":0.8,\"991\":1881.23,\"992\":8166.88,\"993\":1.65,\"994\":90.27,\"995\":2446.18,\"996\":3935.92,\"997\":9442.8,\"998\":10099.35,\"999\":539.18,\"1000\":19064.42,\"1001\":16518.4,\"1002\":6846.11,\"1003\":8820.0,\"1004\":17686.8,\"1005\":19811.27,\"1006\":19923.52,\"1007\":886.8,\"1008\":63732.36,\"1009\":19438.76,\"1010\":18304.86,\"1011\":7.06,\"1012\":2.27,\"1013\":7425.6,\"1014\":2159.1,\"1015\":308.77,\"1016\":6040.72,\"1017\":887.8,\"1018\":0.15,\"1019\":20894.08,\"1020\":31440.22,\"1021\":68890.12,\"1022\":1126.83,\"1023\":1257.18,\"1024\":73579.55,\"1025\":9337.3,\"1026\":15200.0,\"1027\":4137.0,\"1028\":9733.14,\"1029\":8773.88,\"1030\":8967.83,\"1031\":8976.15,\"1032\":7044.9,\"1033\":7865.7,\"1034\":818.31,\"1035\":null,\"1036\":649.92,\"1037\":527.4,\"1038\":589.44,\"1039\":788.49,\"1040\":601.5,\"1041\":900.3,\"1042\":742.8,\"1043\":1039.95,\"1044\":1037.44,\"1045\":6508.8,\"1046\":994.8,\"1047\":39.6,\"1048\":15292.31,\"1049\":15704.88,\"1050\":4267.8,\"1051\":17439.49,\"1052\":594.72,\"1053\":null,\"1054\":null,\"1055\":264.06,\"1056\":9601.8,\"1057\":9157.2,\"1058\":8107.68,\"1059\":288.45,\"1060\":13693.05,\"1061\":6.39,\"1062\":975.04,\"1063\":694.92,\"1064\":973.5,\"1065\":2941.4,\"1066\":7713.05,\"1067\":1018.16,\"1068\":1002.61,\"1069\":622.19,\"1070\":211.77,\"1071\":null,\"1072\":9968.89,\"1073\":7872.51,\"1074\":847.8,\"1075\":10533.45,\"1076\":13227.99,\"1077\":11209.7,\"1078\":5422.5,\"1079\":879.67,\"1080\":843.63,\"1081\":3385.8,\"1082\":56.7,\"1083\":858.44,\"1084\":1011.66,\"1085\":127.64,\"1086\":2303.4,\"1087\":7213.2,\"1088\":378699.12,\"1089\":3992.4,\"1090\":145.37,\"1091\":694.32,\"1092\":null,\"1093\":180.0,\"1094\":405.2,\"1095\":14113.0,\"1096\":19582.41,\"1097\":null,\"1098\":3016.86,\"1099\":1783.65,\"1100\":726.7,\"1101\":null,\"1102\":1291.0,\"1103\":20712.0,\"1104\":60744.14,\"1105\":493701.2,\"1106\":11992.0,\"1107\":926.97,\"1108\":12022.67,\"1109\":32554.93,\"1110\":4297.33,\"1111\":879.18,\"1112\":735.61,\"1113\":3701.44,\"1114\":2116.34,\"1115\":14230.88,\"1116\":575.08,\"1117\":64843.71,\"1118\":15202.25,\"1119\":7159.0,\"1120\":5997.95,\"1121\":939.79,\"1122\":239116.16,\"1123\":35992.85,\"1124\":7396.88,\"1125\":36336.0,\"1126\":507070.0,\"1127\":61181.05,\"1128\":220438.2,\"1129\":20185.4,\"1130\":394447.06,\"1131\":16056.0,\"1132\":18616.4,\"1133\":21450.13,\"1134\":8753.08,\"1135\":10014.84,\"1136\":171292.21,\"1137\":760.93,\"1138\":1566.65,\"1139\":null,\"1140\":69682.67,\"1141\":2448.7,\"1142\":null,\"1143\":405.52,\"1144\":27557.91,\"1145\":3891.3,\"1146\":2179.2,\"1147\":28.32,\"1148\":922.43,\"1149\":868045.0600000001,\"1150\":599451.3,\"1151\":744.0,\"1152\":6740.8,\"1153\":8312.38,\"1154\":810.15,\"1155\":136640.0,\"1156\":690.87,\"1157\":12024.0,\"1158\":23695.53,\"1159\":60523.99,\"1160\":68118.44,\"1161\":164697.07,\"1162\":1395.5,\"1163\":402822.0,\"1164\":424744.5,\"1165\":51015.29,\"1166\":7499.13,\"1167\":null,\"1168\":673.13,\"1169\":3998.85,\"1170\":80297.49,\"1171\":1062.1,\"1172\":534.77,\"1173\":829.98,\"1174\":959.29,\"1175\":4567.2,\"1176\":432.0,\"1177\":13748.09,\"1178\":8116.65,\"1179\":19596.8,\"1180\":9115.2,\"1181\":360.56,\"1182\":2584.2,\"1183\":102.3,\"1184\":265.22,\"1185\":29726.28,\"1186\":25603.81,\"1187\":700995.22,\"1188\":null,\"1189\":512975.78,\"1190\":1062.9,\"1191\":768.02,\"1192\":1288.7,\"1193\":2424.6,\"1194\":33461.86,\"1195\":768949.49,\"1196\":531998.62,\"1197\":null,\"1198\":885.45,\"1199\":null,\"1200\":72497.25,\"1201\":800.24,\"1202\":1365.1,\"1203\":75595.26,\"1204\":15959.64,\"1205\":11402.05,\"1206\":64493.3,\"1207\":165436.88,\"1208\":170853.05,\"1209\":null,\"1210\":101355.81,\"1211\":14745.63,\"1212\":44574.23,\"1213\":47788.24,\"1214\":null,\"1215\":75446.41,\"1216\":1397.68,\"1217\":8496.4,\"1218\":2800.01,\"1219\":31326.46,\"1220\":46926.33,\"1221\":55657.72,\"1222\":17939.9,\"1223\":650.91,\"1224\":5918.4,\"1225\":8011.2,\"1226\":6653.46,\"1227\":null,\"1228\":3280.0,\"1229\":9354.66,\"1230\":1124.04,\"1231\":1756.04,\"1232\":206.44,\"1233\":8859.0,\"1234\":9862.0,\"1235\":2486.0,\"1236\":7029.48,\"1237\":18854.1,\"1238\":10183.82,\"1239\":10221.52,\"1240\":655.01,\"1241\":15016.8,\"1242\":14688.1,\"1243\":345.6,\"1244\":1569.5,\"1245\":13284.0,\"1246\":19693.53,\"1247\":10281.03,\"1248\":19457.27,\"1249\":528.7,\"1250\":16372.8,\"1251\":1924.0,\"1252\":null,\"1253\":1955.1,\"1254\":6233.46,\"1255\":3868.3,\"1256\":282.91,\"1257\":1837.45,\"1258\":345.69,\"1259\":2304.0,\"1260\":1051.0,\"1261\":12600.46,\"1262\":7579.64,\"1263\":17792.87,\"1264\":1429.2,\"1265\":344.65,\"1266\":null,\"1267\":949.74,\"1268\":null,\"1269\":393.36,\"1270\":459.6,\"1271\":2103.97,\"1272\":28.8,\"1273\":17839.69,\"1274\":6091.6,\"1275\":6934.5,\"1276\":84237.61,\"1277\":13609.83,\"1278\":606.74,\"1279\":8981.74,\"1280\":8261.28,\"1281\":9.9,\"1282\":13566.55,\"1283\":9053.13,\"1284\":16152.38,\"1285\":16170.94,\"1286\":561.88,\"1287\":7595.24,\"1288\":7400.86,\"1289\":8152.5,\"1290\":8997.87,\"1291\":455.04,\"1292\":null,\"1293\":1881.23,\"1294\":9269.1,\"1295\":0.32,\"1296\":101.57,\"1297\":2793.86,\"1298\":4478.94,\"1299\":6818.4,\"1300\":7967.91,\"1301\":20153.06,\"1302\":7465.31,\"1303\":9463.45,\"1304\":9579.6,\"1305\":16059.6,\"1306\":14250.37,\"1307\":14838.18,\"1308\":86.4,\"1309\":70460.2,\"1310\":12854.84,\"1311\":12513.95,\"1312\":7.28,\"1313\":2.43,\"1314\":7425.6,\"1315\":382.14,\"1316\":null,\"1317\":981.28,\"1318\":2.55,\"1319\":38587.78,\"1320\":15943.9,\"1321\":82561.93,\"1322\":1286.51,\"1323\":1593.21,\"1324\":96938.06,\"1325\":6884.85,\"1326\":16680.0,\"1327\":9283.8,\"1328\":null,\"1329\":5341.49,\"1330\":5388.08,\"1331\":9164.48,\"1332\":8226.6,\"1333\":9745.8,\"1334\":851.14,\"1335\":619.32,\"1336\":435.48,\"1337\":359.04,\"1338\":959.1,\"1339\":573.09,\"1340\":930.02,\"1341\":575.64,\"1342\":1015.56,\"1343\":1028.47,\"1344\":7850.4,\"1345\":592.8,\"1346\":null,\"1347\":17932.6,\"1348\":18876.19,\"1349\":5207.4,\"1350\":14456.17,\"1351\":1009.41,\"1352\":null,\"1353\":1027.5,\"1354\":8337.6,\"1355\":9831.6,\"1356\":5570.35,\"1357\":990.81,\"1358\":9943.65,\"1359\":5.88,\"1360\":null,\"1361\":944.28,\"1362\":943.8,\"1363\":3067.24,\"1364\":5537.25,\"1365\":1011.99,\"1366\":1000.29,\"1367\":707.33,\"1368\":450.0,\"1369\":5628.2,\"1370\":4558.5,\"1371\":245.4,\"1372\":17416.16,\"1373\":17935.74,\"1374\":18879.05,\"1375\":7168.5,\"1376\":809.67,\"1377\":815.23,\"1378\":null,\"1379\":3993.0,\"1380\":null,\"1381\":63.5,\"1382\":877.36,\"1383\":944.26,\"1384\":59.32,\"1385\":2184.6,\"1386\":7212.0,\"1387\":395322.61,\"1388\":3430.8,\"1389\":4440.95,\"1390\":690.36,\"1391\":null,\"1392\":2020.0,\"1393\":404.81,\"1394\":13992.0,\"1395\":13341.29,\"1396\":204.6,\"1397\":2582.74,\"1398\":1711.71,\"1399\":716.04,\"1400\":2416.5,\"1401\":1367.0,\"1402\":22636.0,\"1403\":60272.1,\"1404\":491272.08,\"1405\":11552.0,\"1406\":426.03,\"1407\":7985.19,\"1408\":38909.25,\"1409\":4330.33,\"1410\":964.85,\"1411\":732.89,\"1412\":3701.12,\"1413\":2126.75,\"1414\":16034.03,\"1415\":208.56,\"1416\":null,\"1417\":65893.76,\"1418\":15213.72,\"1419\":5906.0,\"1420\":5719.23,\"1421\":939.79,\"1422\":238365.08,\"1423\":139857.43,\"1424\":6962.09,\"1425\":null,\"1426\":null,\"1427\":399120.83,\"1428\":280666.72,\"1429\":17582.09,\"1430\":313720.5,\"1431\":15780.0,\"1432\":18592.2,\"1433\":21240.89,\"1434\":8755.91,\"1435\":11212.98,\"1436\":729.05,\"1437\":1471.67,\"1438\":null,\"1439\":136070.0,\"1440\":77788.21,\"1441\":2548.52,\"1442\":null,\"1443\":27567.71,\"1444\":3710.04,\"1445\":2191.8,\"1446\":null,\"1447\":905.11,\"1448\":892849.87,\"1449\":600503.1,\"1450\":594.0,\"1451\":6690.2,\"1452\":8312.9,\"1453\":812.13,\"1454\":136690.0,\"1455\":675.96,\"1456\":14256.0,\"1457\":23207.85,\"1458\":61772.17,\"1459\":8891.45,\"1460\":165107.11,\"1461\":2395.0,\"1462\":398728.0,\"1463\":548060.87,\"1464\":null,\"1465\":575.52,\"1466\":687.24,\"1467\":3993.75,\"1468\":81112.29,\"1469\":1062.1,\"1470\":531.17,\"1471\":826.02,\"1472\":705.88,\"1473\":3867.6,\"1474\":428.76,\"1475\":15073.67,\"1476\":7134.46,\"1477\":8280.9,\"1478\":19945.6,\"1479\":9067.2,\"1480\":366.7,\"1481\":2243.4,\"1482\":105.6,\"1483\":223.59,\"1484\":29567.03,\"1485\":25607.26,\"1486\":null,\"1487\":null,\"1488\":720884.6,\"1489\":1121.28,\"1490\":697.18,\"1491\":1246.89,\"1492\":2424.6,\"1493\":null,\"1494\":765888.59,\"1495\":533637.64,\"1496\":190230.0,\"1497\":411006.72,\"1498\":74783.75,\"1499\":0.03,\"1500\":799.4,\"1501\":716.92,\"1502\":68122.41,\"1503\":16418.75,\"1504\":13588.89,\"1505\":64931.46,\"1506\":162760.83,\"1507\":170183.35,\"1508\":null,\"1509\":96866.43,\"1510\":14750.2,\"1511\":44881.68,\"1512\":48070.38,\"1513\":656.94,\"1514\":152930.67,\"1515\":1477.02,\"1516\":9103.6,\"1517\":2796.91,\"1518\":30363.57,\"1519\":46566.34,\"1520\":56296.3,\"1521\":17869.91,\"1522\":648.81,\"1523\":7264.8,\"1524\":null,\"1525\":5767.2,\"1526\":6649.34,\"1527\":335.35,\"1528\":5040.0,\"1529\":4754.89,\"1530\":586.32,\"1531\":1735.36,\"1532\":154.17,\"1533\":null,\"1534\":9199.0,\"1535\":12811.0,\"1536\":3814.8,\"1537\":6480.23,\"1538\":15410.41,\"1539\":10187.38,\"1540\":10220.49,\"1541\":573.91,\"1542\":14753.7,\"1543\":14429.4,\"1544\":1288.8,\"1545\":1502.0,\"1546\":13680.0,\"1547\":19711.26,\"1548\":10280.46,\"1549\":19514.94,\"1550\":null,\"1551\":500.5,\"1552\":12708.4,\"1553\":1830.0,\"1554\":1866.7,\"1555\":3243.0,\"1556\":6837.5,\"1557\":282.91,\"1558\":1364.1,\"1559\":344.77,\"1560\":2278.0,\"1561\":320.85,\"1562\":12298.97,\"1563\":4534.34,\"1564\":14313.16,\"1565\":1548.6,\"1566\":3313.27,\"1567\":null,\"1568\":786.72,\"1569\":274.56,\"1570\":524.1,\"1571\":2316.05,\"1572\":null,\"1573\":14333.45,\"1574\":5991.2,\"1575\":6726.12,\"1576\":89946.85,\"1577\":3749.99,\"1578\":3395.17,\"1579\":4442.09,\"1580\":5192.64,\"1581\":11649.56,\"1582\":8400.49,\"1583\":15483.7,\"1584\":null,\"1585\":14580.94,\"1586\":1472.46,\"1587\":9667.34,\"1588\":9505.16,\"1589\":8766.0,\"1590\":7743.4,\"1591\":264.12,\"1592\":41.6,\"1593\":1881.23,\"1594\":9634.13,\"1595\":null,\"1596\":48.95,\"1597\":1468.92,\"1598\":4278.89,\"1599\":8103.6,\"1600\":9908.09,\"1601\":181.08,\"1602\":16190.28,\"1603\":16131.48,\"1604\":3392.95,\"1605\":6966.0,\"1606\":9968.4,\"1607\":11200.28,\"1608\":13435.36,\"1609\":117.6,\"1610\":69465.64,\"1611\":4714.67,\"1612\":4800.66,\"1613\":6.1,\"1614\":1.92,\"1615\":7425.6,\"1616\":57.6,\"1617\":427.35,\"1618\":7364.14,\"1619\":642.8,\"1620\":null,\"1621\":26036.81,\"1622\":23909.68,\"1623\":90677.48,\"1624\":1287.55,\"1625\":1405.53,\"1626\":89115.16,\"1627\":7189.0,\"1628\":15160.0,\"1629\":2695.8,\"1630\":9021.06,\"1631\":8361.23,\"1632\":8437.95,\"1633\":4267.58,\"1634\":6723.6,\"1635\":6612.3,\"1636\":819.1,\"1637\":419.28,\"1638\":242.4,\"1639\":494.88,\"1640\":698.85,\"1641\":496.53,\"1642\":954.76,\"1643\":957.39,\"1644\":741.6,\"1645\":1036.75,\"1646\":1048.77,\"1647\":7774.8,\"1648\":235.44,\"1649\":1.2,\"1650\":18518.6,\"1651\":18590.76,\"1652\":7867.8,\"1653\":16268.03,\"1654\":754.47,\"1655\":null,\"1656\":null,\"1657\":548.99,\"1658\":8538.9,\"1659\":8974.8,\"1660\":8640.52,\"1661\":994.03,\"1662\":9435.6,\"1663\":6.51,\"1664\":595.94,\"1665\":927.72,\"1666\":962.5,\"1667\":2471.92,\"1668\":8243.2,\"1669\":1020.95,\"1670\":1010.62,\"1671\":768.32,\"1672\":549.0,\"1673\":9069.75,\"1674\":7056.39,\"1675\":4.8,\"1676\":11747.74,\"1677\":14554.42,\"1678\":17489.48,\"1679\":3924.3,\"1680\":714.23,\"1681\":691.04,\"1682\":995.67,\"1683\":6144.6,\"1684\":33.12,\"1685\":59.87,\"1686\":792.41,\"1687\":854.22,\"1688\":384.36,\"1689\":2131.8,\"1690\":7188.0,\"1691\":18072.0,\"1692\":4363.2,\"1693\":4990.88,\"1694\":689.7,\"1695\":null,\"1696\":null,\"1697\":404.84,\"1698\":4972.0,\"1699\":19490.92,\"1700\":null,\"1701\":3089.13,\"1702\":1798.83,\"1703\":730.58,\"1704\":2240.1,\"1705\":815.0,\"1706\":13988.0,\"1707\":461581.23,\"1708\":501903.43,\"1709\":12832.0,\"1710\":1166.22,\"1711\":12022.18,\"1712\":58950.62,\"1713\":4275.33,\"1714\":1023.21,\"1715\":712.26,\"1716\":3701.76,\"1717\":2044.95,\"1718\":16581.17,\"1719\":609.18,\"1720\":67836.96,\"1721\":15409.41,\"1722\":8184.0,\"1723\":null,\"1724\":938.8,\"1725\":157090.65,\"1726\":6612.9,\"1727\":null,\"1728\":508120.0,\"1729\":358776.78,\"1730\":278650.52,\"1731\":17380.23,\"1732\":33242.27,\"1733\":15600.0,\"1734\":18537.2,\"1735\":24407.5,\"1736\":13921.99,\"1737\":10392.47,\"1738\":1156.92,\"1739\":1423.09,\"1740\":189145.0,\"1741\":79778.21,\"1742\":2422.94,\"1743\":773.66,\"1744\":400.35,\"1745\":28841.49,\"1746\":2049.21,\"1747\":2190.6,\"1748\":903.76,\"1749\":867987.24,\"1750\":601451.1800000001,\"1751\":648.0,\"1752\":6635.2,\"1753\":8309.89,\"1754\":822.8,\"1755\":136660.0,\"1756\":669.34,\"1757\":13428.0,\"1758\":23012.77,\"1759\":59683.14,\"1760\":68993.29,\"1761\":162022.99,\"1762\":null,\"1763\":554024.5699999999,\"1764\":null,\"1765\":7805.22,\"1766\":583.18,\"1767\":625.25,\"1768\":3981.6,\"1769\":333718.23,\"1770\":1062.1,\"1771\":537.44,\"1772\":910.08,\"1773\":1150.21,\"1774\":5271.6,\"1775\":429.96,\"1776\":14138.35,\"1777\":4355.55,\"1778\":19968.0,\"1779\":8760.0,\"1780\":null,\"1781\":356.8,\"1782\":2600.4,\"1783\":112.2,\"1784\":312.61,\"1785\":29722.33,\"1786\":25611.58,\"1787\":1241712.1599999999,\"1788\":null,\"1789\":533784.15,\"1790\":1276.14,\"1791\":537.9,\"1792\":null,\"1793\":2424.6,\"1794\":94415.13,\"1795\":532599.12,\"1796\":null,\"1797\":306166.28,\"1798\":141861.9,\"1799\":null,\"1800\":798.98,\"1801\":776.91,\"1802\":71318.5,\"1803\":14847.46,\"1804\":10958.1,\"1805\":64364.46,\"1806\":163063.43,\"1807\":163965.5,\"1808\":null,\"1809\":102555.64,\"1810\":14752.24,\"1811\":44914.34,\"1812\":48189.86,\"1813\":671.73,\"1814\":76548.12,\"1815\":1439.04,\"1816\":9563.4,\"1817\":2855.33,\"1818\":29524.78,\"1819\":46031.19,\"1820\":56469.14,\"1821\":15619.98,\"1822\":650.94,\"1823\":7383.6,\"1824\":null,\"1825\":3343.2,\"1826\":6654.12,\"1827\":361.42,\"1828\":73.18,\"1829\":null,\"1830\":4754.66,\"1831\":null,\"1832\":1673.76,\"1833\":150.88,\"1834\":9027.0,\"1835\":14945.0,\"1836\":3247.2,\"1837\":6449.68,\"1838\":12972.29,\"1839\":9934.46,\"1840\":10217.9,\"1841\":949.08,\"1842\":14613.0,\"1843\":14270.0,\"1844\":1779.6,\"1845\":1496.7,\"1846\":13734.0,\"1847\":19631.74,\"1848\":10276.22,\"1849\":19342.33,\"1850\":481.3,\"1851\":12069.9,\"1852\":4404.0,\"1853\":1754.7,\"1854\":6378.36,\"1855\":7082.4,\"1856\":282.91,\"1857\":2093.12,\"1858\":343.85,\"1859\":2250.0,\"1860\":374.8,\"1861\":11954.93,\"1862\":7108.58,\"1863\":18140.2,\"1864\":644.4,\"1865\":4187.81,\"1866\":1.47,\"1867\":751.74,\"1868\":null,\"1869\":246.84,\"1870\":1000.8,\"1871\":2795.87,\"1872\":3613.06,\"1873\":97.44,\"1874\":17418.34,\"1875\":5827.7,\"1876\":9415.74,\"1877\":94336.84,\"1878\":2987.42,\"1879\":4780.22,\"1880\":4258.44,\"1881\":8583.84,\"1882\":null,\"1883\":16600.7,\"1884\":2193.19,\"1885\":17949.12,\"1886\":18850.57,\"1887\":1852.84,\"1888\":9900.56,\"1889\":9830.4,\"1890\":9460.5,\"1891\":4474.7,\"1892\":625.64,\"1893\":24.8,\"1894\":1642.28,\"1895\":9927.47,\"1896\":2.44,\"1897\":62.26,\"1898\":3206.65,\"1899\":4119.18,\"1900\":9892.8,\"1901\":10255.15,\"1902\":2193.57,\"1903\":19412.09,\"1904\":null,\"1905\":9355.01,\"1906\":9369.0,\"1907\":19414.8,\"1908\":19818.3,\"1909\":19871.13,\"1910\":1417.8,\"1911\":77577.23,\"1912\":15952.61,\"1913\":14260.31,\"1914\":6.85,\"1915\":2.18,\"1916\":7425.6,\"1917\":2280.9,\"1918\":387.09,\"1919\":5147.86,\"1920\":722.25,\"1921\":39806.13,\"1922\":17028.6,\"1923\":93153.16,\"1924\":1271.38,\"1925\":1465.56,\"1926\":89430.62,\"1927\":7850.15,\"1928\":18960.0,\"1929\":4050.6,\"1930\":9393.66,\"1931\":9005.18,\"1932\":8797.95,\"1933\":8756.78,\"1934\":8654.4,\"1935\":7980.0,\"1936\":748.97,\"1937\":928.92,\"1938\":578.16,\"1939\":555.24,\"1940\":1006.59,\"1941\":478.57,\"1942\":1009.38,\"1943\":946.17,\"1944\":774.6,\"1945\":1033.56,\"1946\":1023.95,\"1947\":10072.8,\"1948\":849.12,\"1949\":12.0,\"1950\":16949.61,\"1951\":16317.36,\"1952\":6859.8,\"1953\":18335.94,\"1954\":971.66,\"1955\":null,\"1956\":4288.62,\"1957\":10017.9,\"1958\":7356.0,\"1959\":9730.72,\"1960\":1081.63,\"1961\":14696.1,\"1962\":9.05,\"1963\":668.54,\"1964\":973.92,\"1965\":980.1,\"1966\":1798.72,\"1967\":5452.15,\"1968\":1026.15,\"1969\":1003.58,\"1970\":882.06,\"1971\":189.0,\"1972\":12103.02,\"1973\":9863.99,\"1974\":1886.4,\"1975\":14386.45,\"1976\":16881.62,\"1977\":16908.02,\"1978\":9221.7,\"1979\":971.17,\"1980\":953.59,\"1981\":1004.01,\"1982\":3418.8,\"1983\":33.12,\"1984\":84.72,\"1985\":821.7,\"1986\":1033.51,\"1987\":null,\"1988\":0.09,\"1989\":2270.4,\"1990\":7182.0,\"1991\":403009.16,\"1992\":4770.0,\"1993\":5926.43,\"1994\":691.46,\"1995\":null,\"1996\":null,\"1997\":404.7,\"1998\":14388.0,\"1999\":19525.85,\"2000\":198.0,\"2001\":3078.24,\"2002\":1731.51,\"2003\":770.85,\"2004\":2379.6,\"2005\":807.0,\"2006\":17108.0,\"2007\":60673.87,\"2008\":502502.47,\"2009\":11840.0,\"2010\":901.56,\"2011\":11924.6,\"2012\":63821.65,\"2013\":4022.33,\"2014\":887.51,\"2015\":710.7,\"2016\":3702.08,\"2017\":2060.05,\"2018\":17715.93,\"2019\":608.08,\"2020\":null,\"2021\":66848.65,\"2022\":15416.42,\"2023\":null,\"2024\":5217.51,\"2025\":940.78,\"2026\":156104.12,\"2027\":6519.19,\"2028\":505240.0,\"2029\":475557.12,\"2030\":251179.28,\"2031\":15612.27,\"2032\":395899.51,\"2033\":15216.0,\"2034\":18704.4,\"2035\":22139.89,\"2036\":8292.3,\"2037\":11307.2,\"2038\":847.25,\"2039\":1374.78,\"2040\":null,\"2041\":305030.0,\"2042\":77593.22,\"2043\":2312.54,\"2044\":766.97,\"2045\":385.94,\"2046\":29560.8,\"2047\":3441.77,\"2048\":2186.4,\"2049\":53.1,\"2050\":829.4,\"2051\":894031.88,\"2052\":492564.57,\"2053\":624.0,\"2054\":6578.0,\"2055\":8325.44,\"2056\":814.44,\"2057\":null,\"2058\":652.52,\"2059\":14184.0,\"2060\":23702.65,\"2061\":58779.01,\"2062\":68503.66,\"2063\":164428.55,\"2064\":null,\"2065\":544988.9,\"2066\":8264.35,\"2067\":576.44,\"2068\":664.2,\"2069\":3850.05,\"2070\":81116.01,\"2071\":1063.83,\"2072\":521.63,\"2073\":892.8,\"2074\":1010.2,\"2075\":9670.8,\"2076\":428.88,\"2077\":14089.57,\"2078\":4360.5,\"2079\":19868.8,\"2080\":7156.8,\"2081\":313.24,\"2082\":2542.8,\"2083\":108.9,\"2084\":350.43,\"2085\":29866.33,\"2086\":25611.61,\"2087\":null,\"2088\":null,\"2089\":554916.46,\"2090\":1321.68,\"2091\":null,\"2092\":1139.63,\"2093\":1873.0,\"2094\":437676.82,\"2095\":533257.84,\"2096\":412597.66,\"2097\":92160.37,\"2098\":null,\"2099\":798.98,\"2100\":761.02,\"2101\":82658.64,\"2102\":17721.23,\"2103\":14511.21,\"2104\":76776.83,\"2105\":164856.66,\"2106\":164836.85,\"2107\":2642.75,\"2108\":14754.81,\"2109\":45551.53,\"2110\":48024.04,\"2111\":655.86,\"2112\":76556.24,\"2113\":1373.85,\"2114\":10131.0,\"2115\":2859.23,\"2116\":11077.77,\"2117\":45080.31,\"2118\":56793.37,\"2119\":14414.43,\"2120\":652.62,\"2121\":6408.0,\"2122\":8076.0,\"2123\":6642.08,\"2124\":309.8,\"2125\":null,\"2126\":6800.0,\"2127\":4754.66,\"2128\":1154.4,\"2129\":1586.64,\"2130\":168.04,\"2131\":8846.0,\"2132\":11982.0,\"2133\":2882.0,\"2134\":5959.53,\"2135\":16867.03,\"2136\":9478.56,\"2137\":9907.56,\"2138\":237.45,\"2139\":14408.2,\"2140\":14071.2,\"2141\":2151.6,\"2142\":1432.6,\"2143\":11916.0,\"2144\":18483.4,\"2145\":10189.97,\"2146\":19148.93,\"2147\":435.5,\"2148\":10848.9,\"2149\":5078.0,\"2150\":null,\"2151\":1687.0,\"2152\":6403.2,\"2153\":4996.2,\"2154\":282.91,\"2155\":1423.67,\"2156\":342.47,\"2157\":2193.0,\"2158\":1376.24,\"2159\":10001.83,\"2160\":5548.45,\"2161\":18095.15,\"2162\":1816.8,\"2163\":5445.88,\"2164\":167.2,\"2165\":792.0,\"2166\":null,\"2167\":328.24,\"2168\":1047.6,\"2169\":3865.29,\"2170\":3358.53,\"2171\":231.36,\"2172\":14950.43,\"2173\":5665.9,\"2174\":9119.04,\"2175\":91839.45,\"2176\":12161.9,\"2177\":3546.14,\"2178\":4126.44,\"2179\":9133.92,\"2180\":null,\"2181\":17389.84,\"2182\":10312.74,\"2183\":19093.48,\"2184\":17996.82,\"2185\":1153.68,\"2186\":9898.52,\"2187\":9763.93,\"2188\":9427.5,\"2189\":11303.79,\"2190\":605.6,\"2191\":329.6,\"2192\":1945.59,\"2193\":9980.47,\"2194\":1.44,\"2195\":102.52,\"2196\":3283.85,\"2197\":3998.6,\"2198\":8089.2,\"2199\":10234.37,\"2200\":3596.04,\"2201\":14978.39,\"2202\":9177.28,\"2203\":9390.6,\"2204\":19893.6,\"2205\":16791.09,\"2206\":17663.05,\"2207\":2072.4,\"2208\":86925.5,\"2209\":19173.61,\"2210\":18174.46,\"2211\":7.34,\"2212\":2.35,\"2213\":7425.6,\"2214\":3894.0,\"2215\":362.89,\"2216\":7366.44,\"2217\":1003.14,\"2218\":null,\"2219\":36019.81,\"2220\":34442.76,\"2221\":91168.08,\"2222\":1244.65,\"2223\":1701.54,\"2224\":85870.6,\"2225\":9182.25,\"2226\":17120.0,\"2227\":4336.8,\"2228\":7574.82,\"2229\":8905.73,\"2230\":8649.68,\"2231\":9945.45,\"2232\":8256.9,\"2233\":7980.0,\"2234\":951.1,\"2235\":4.4,\"2236\":913.56,\"2237\":528.0,\"2238\":601.08,\"2239\":964.71,\"2240\":591.96,\"2241\":983.62,\"2242\":828.91,\"2243\":753.12,\"2244\":1011.25,\"2245\":993.35,\"2246\":8077.2,\"2247\":1012.2,\"2248\":1255.2,\"2249\":18245.77,\"2250\":18690.46,\"2251\":8366.4,\"2252\":17781.02,\"2253\":null,\"2254\":2305.2,\"2255\":5991.4,\"2256\":9980.7,\"2257\":9572.4,\"2258\":8487.66,\"2259\":997.31,\"2260\":16980.3,\"2261\":12.09,\"2262\":918.13,\"2263\":968.88,\"2264\":976.8,\"2265\":2664.2,\"2266\":9763.5,\"2267\":984.92,\"2268\":985.79,\"2269\":21.09,\"2270\":1245.0,\"2271\":8668.37,\"2272\":7652.42,\"2273\":2679.0,\"2274\":18456.72,\"2275\":18615.86,\"2276\":18876.37,\"2277\":9285.0,\"2278\":968.13,\"2279\":950.64,\"2280\":1003.76,\"2281\":4273.5,\"2282\":719.67,\"2283\":82.93,\"2284\":817.91,\"2285\":990.96,\"2286\":292.1,\"2287\":35.39,\"2288\":2079.0,\"2289\":7164.0,\"2290\":18768.0,\"2291\":3330.0,\"2292\":4937.49,\"2293\":692.78,\"2294\":null,\"2295\":720.0,\"2296\":404.61,\"2297\":12749.0,\"2298\":19180.3,\"2299\":204.6,\"2300\":3069.82,\"2301\":1707.42,\"2302\":769.14,\"2303\":2134.8,\"2304\":811.0,\"2305\":18232.0,\"2306\":60533.74,\"2307\":503098.73,\"2308\":12976.0,\"2309\":873.18,\"2310\":10940.73,\"2311\":48555.24,\"2312\":5929.0,\"2313\":802.41,\"2314\":710.04,\"2315\":3702.08,\"2316\":2047.01,\"2317\":15165.83,\"2318\":596.42,\"2319\":null,\"2320\":65047.47,\"2321\":15415.79,\"2322\":7358.0,\"2323\":4990.11,\"2324\":940.78,\"2325\":154959.29,\"2326\":6272.62,\"2327\":null,\"2328\":651546.88,\"2329\":287033.76,\"2330\":15129.28,\"2331\":291648.91,\"2332\":14772.0,\"2333\":16847.6,\"2334\":22202.73,\"2335\":14033.07,\"2336\":10949.92,\"2337\":null,\"2338\":1006.02,\"2339\":1344.99,\"2340\":589.33,\"2341\":234025.0,\"2342\":79017.88,\"2343\":2439.5,\"2344\":766.77,\"2345\":401.53,\"2346\":28121.2,\"2347\":3044.34,\"2348\":2199.0,\"2349\":74.94,\"2350\":866.47,\"2351\":894421.3100000001,\"2352\":489313.39,\"2353\":330.0,\"2354\":6472.4,\"2355\":8340.14,\"2356\":811.14,\"2357\":null,\"2358\":663.1,\"2359\":12960.0,\"2360\":23569.3,\"2361\":60917.7,\"2362\":68423.98,\"2363\":164497.97,\"2364\":null,\"2365\":540100.91,\"2366\":null,\"2367\":null,\"2368\":7346.09,\"2369\":573.94,\"2370\":674.28,\"2371\":3853.65,\"2372\":81340.08,\"2373\":1062.1,\"2374\":540.21,\"2375\":887.22,\"2376\":876.65,\"2377\":7669.2,\"2378\":427.8,\"2379\":14055.85,\"2380\":4462.2,\"2381\":19952.0,\"2382\":8073.6,\"2383\":null,\"2384\":368.02,\"2385\":2587.8,\"2386\":108.9,\"2387\":347.26,\"2388\":30203.46,\"2389\":25604.73,\"2390\":null,\"2391\":null,\"2392\":811839.5699999999,\"2393\":1373.76,\"2394\":859.32,\"2395\":1132.19,\"2396\":1632.6,\"2397\":null,\"2398\":178166.41,\"2399\":102230.0,\"2400\":66681.38,\"2401\":381080.75,\"2402\":138907.23,\"2403\":null,\"2404\":798.98,\"2405\":676.08,\"2406\":82523.14,\"2407\":18317.62,\"2408\":13900.58,\"2409\":64212.96,\"2410\":162652.38,\"2411\":170688.4,\"2412\":null,\"2413\":102135.7,\"2414\":14766.24,\"2415\":45182.16,\"2416\":48396.43,\"2417\":660.24,\"2418\":76397.58,\"2419\":1066.46,\"2420\":9332.4,\"2421\":2580.54,\"2422\":29957.73,\"2423\":46219.02,\"2424\":24666.04,\"2425\":55351.56,\"2426\":13721.35,\"2427\":651.75,\"2428\":5716.8,\"2429\":null,\"2430\":3662.4,\"2431\":6639.11,\"2432\":300.37,\"2433\":20.77,\"2434\":2720.0,\"2435\":9222.75,\"2436\":1166.04,\"2437\":1538.68,\"2438\":158.52,\"2439\":8622.0,\"2440\":10326.0,\"2441\":2730.2,\"2442\":5959.76,\"2443\":18123.58,\"2444\":9285.79,\"2445\":9727.01,\"2446\":1050.28,\"2447\":10015.9,\"2448\":9771.5,\"2449\":62.4,\"2450\":1377.1,\"2451\":13122.0,\"2452\":18583.6,\"2453\":10271.32,\"2454\":19351.58,\"2455\":427.3,\"2456\":9354.0,\"2457\":7588.0,\"2458\":1621.2,\"2459\":6415.62,\"2460\":4433.7,\"2461\":282.91,\"2462\":1337.47,\"2463\":343.16,\"2464\":2202.0,\"2465\":923.82,\"2466\":11313.81,\"2467\":5933.89,\"2468\":18704.46,\"2469\":1189.8,\"2470\":3753.44,\"2471\":null,\"2472\":788.7,\"2473\":null,\"2474\":315.92,\"2475\":1101.6,\"2476\":3956.04,\"2477\":1780.94,\"2478\":166.08,\"2479\":11858.01,\"2480\":5728.4,\"2481\":7276.74,\"2482\":91993.87,\"2483\":13033.91,\"2484\":3976.05,\"2485\":4051.83,\"2486\":8287.2,\"2487\":15904.1,\"2488\":8831.6,\"2489\":18398.79,\"2490\":18203.72,\"2491\":1639.22,\"2492\":9797.35,\"2493\":9529.21,\"2494\":9499.5,\"2495\":10690.52,\"2496\":489.64,\"2497\":4.8,\"2498\":1624.96,\"2499\":8595.41,\"2500\":2.47,\"2501\":108.86,\"2502\":3315.93,\"2503\":3032.12,\"2504\":6199.2,\"2505\":10090.74,\"2506\":1592.52,\"2507\":1023.43,\"2508\":539.13,\"2509\":9129.6,\"2510\":19335.6,\"2511\":11599.43,\"2512\":12058.75,\"2513\":1015.8,\"2514\":88910.99,\"2515\":12806.67,\"2516\":14388.03,\"2517\":5.4,\"2518\":1.67,\"2519\":7425.6,\"2520\":1575.45,\"2521\":399.3,\"2522\":8007.68,\"2523\":554.19,\"2524\":null,\"2525\":34493.51,\"2526\":null,\"2527\":89130.67,\"2528\":1216.93,\"2529\":1617.36,\"2530\":82960.28,\"2531\":null,\"2532\":16680.0,\"2533\":3906.6,\"2534\":9568.92,\"2535\":7636.95,\"2536\":7798.05,\"2537\":9760.28,\"2538\":8239.2,\"2539\":7983.0,\"2540\":921.36,\"2541\":2.2,\"2542\":811.08,\"2543\":500.4,\"2544\":562.32,\"2545\":298.23,\"2546\":598.02,\"2547\":1001.74,\"2548\":927.55,\"2549\":729.24,\"2550\":1001.42,\"2551\":1013.12,\"2552\":8844.0,\"2553\":759.84,\"2554\":129.6,\"2555\":15066.5,\"2556\":10767.39,\"2557\":7437.6,\"2558\":17489.49,\"2559\":907.86,\"2560\":55.2,\"2561\":467.27,\"2562\":7687.8,\"2563\":8779.2,\"2564\":9020.35,\"2565\":1011.53,\"2566\":13967.1,\"2567\":6.2,\"2568\":964.3,\"2569\":848.76,\"2570\":785.4,\"2571\":3061.52,\"2572\":8501.95,\"2573\":999.3,\"2574\":1019.95,\"2575\":773.58,\"2576\":219.0,\"2577\":12309.99,\"2578\":9631.93,\"2579\":1277.4,\"2580\":12050.65,\"2581\":12759.99,\"2582\":12446.16,\"2583\":4199.1,\"2584\":857.43,\"2585\":843.85,\"2586\":978.19,\"2587\":3933.6,\"2588\":null,\"2589\":80.22,\"2590\":null,\"2591\":1018.32,\"2592\":285.78,\"2593\":0.02,\"2594\":1999.8,\"2595\":7162.8,\"2596\":18612.0,\"2597\":2347.2,\"2598\":4630.03,\"2599\":693.0,\"2600\":null,\"2601\":null,\"2602\":404.58,\"2603\":13200.0,\"2604\":18222.32,\"2605\":204.6,\"2606\":3069.82,\"2607\":1708.41,\"2608\":738.18,\"2609\":2502.9,\"2610\":817.0,\"2611\":17888.0,\"2612\":60311.06,\"2613\":499983.4,\"2614\":13040.0,\"2615\":973.17,\"2616\":10939.5,\"2617\":60314.35,\"2618\":4953.67,\"2619\":773.09,\"2620\":709.0,\"2621\":3701.76,\"2622\":1963.44,\"2623\":13849.92,\"2624\":618.42,\"2625\":null,\"2626\":62742.27,\"2627\":15411.41,\"2628\":8523.0,\"2629\":4863.52,\"2630\":940.78,\"2631\":152347.21,\"2632\":6116.87,\"2633\":null,\"2634\":null,\"2635\":235259.12,\"2636\":237013.32,\"2637\":13917.85,\"2638\":395547.82,\"2639\":14532.0,\"2640\":18583.4,\"2641\":25028.97,\"2642\":13075.94,\"2643\":10211.58,\"2644\":169292.22,\"2645\":830.48,\"2646\":1326.6,\"2647\":580.71,\"2648\":304975.0,\"2649\":75612.69,\"2650\":2202.37,\"2651\":765.39,\"2652\":392.12,\"2653\":26019.52,\"2654\":3483.24,\"2655\":1.8,\"2656\":71.98,\"2657\":905.44,\"2658\":892623.26,\"2659\":503354.79,\"2660\":null,\"2661\":6371.2,\"2662\":8361.92,\"2663\":809.82,\"2664\":136680.0,\"2665\":625.12,\"2666\":14904.0,\"2667\":23621.94,\"2668\":null,\"2669\":68165.66,\"2670\":161354.27,\"2671\":null,\"2672\":null,\"2673\":39126.01,\"2674\":42234.66,\"2675\":7805.22,\"2676\":566.02,\"2677\":669.74,\"2678\":3522.6,\"2679\":223382.28,\"2680\":1063.83,\"2681\":541.37,\"2682\":527.04,\"2683\":719.76,\"2684\":6000.0,\"2685\":429.24,\"2686\":14068.76,\"2687\":4493.25,\"2688\":19824.0,\"2689\":8755.2,\"2690\":353.56,\"2691\":2640.0,\"2692\":108.9,\"2693\":342.94,\"2694\":29843.14,\"2695\":null,\"2696\":1126931.8500000001,\"2697\":null,\"2698\":577981.04,\"2699\":null,\"2700\":751.52,\"2701\":1095.94,\"2702\":1681.2,\"2703\":786830.29,\"2704\":544737.17,\"2705\":null,\"2706\":190790.0,\"2707\":null,\"2708\":414173.46,\"2709\":141843.14,\"2710\":77339.75,\"2711\":798.98,\"2712\":603.05,\"2713\":79403.26,\"2714\":15076.69,\"2715\":14319.95,\"2716\":64952.73,\"2717\":161881.09,\"2718\":170373.9,\"2719\":null,\"2720\":121403.0,\"2721\":14753.83,\"2722\":44857.82,\"2723\":47900.6,\"2724\":660.03,\"2725\":76414.23,\"2726\":1427.44,\"2727\":8837.4,\"2728\":2514.54,\"2729\":32940.59,\"2730\":45833.64,\"2731\":49467.81,\"2732\":18551.56,\"2733\":10648.01,\"2734\":649.47,\"2735\":5324.4,\"2736\":null,\"2737\":null,\"2738\":6632.01,\"2739\":293.44,\"2740\":null,\"2741\":4560.0,\"2742\":4754.66,\"2743\":1079.4,\"2744\":1558.92,\"2745\":156.91,\"2746\":12624.0,\"2747\":9869.0,\"2748\":2701.6,\"2749\":5958.04,\"2750\":17866.33,\"2751\":19452.12,\"2752\":19848.95,\"2753\":590.92,\"2754\":10011.5,\"2755\":9770.9,\"2756\":1297.2,\"2757\":1350.9,\"2758\":13896.0,\"2759\":19621.8,\"2760\":10275.76,\"2761\":19367.27,\"2762\":null,\"2763\":null,\"2764\":463.3,\"2765\":8752.4,\"2766\":7690.0,\"2767\":1614.6,\"2768\":6506.7,\"2769\":4052.0,\"2770\":282.91,\"2771\":1167.25,\"2772\":342.93,\"2773\":2147.0,\"2774\":1102.43,\"2775\":11251.55,\"2776\":6003.71,\"2777\":16880.33,\"2778\":1806.0,\"2779\":2584.66,\"2780\":null,\"2781\":749.76,\"2782\":null,\"2783\":294.36,\"2784\":647.1,\"2785\":2126.08,\"2786\":1170.51,\"2787\":null,\"2788\":17764.45,\"2789\":5725.0,\"2790\":8647.08,\"2791\":90583.6,\"2792\":14941.92,\"2793\":2352.71,\"2794\":9733.57,\"2795\":null,\"2796\":14857.12,\"2797\":11233.85,\"2798\":17529.1,\"2799\":null,\"2800\":15688.63,\"2801\":978.34,\"2802\":9884.67,\"2803\":9686.07,\"2804\":9175.5,\"2805\":11641.59,\"2806\":431.8,\"2807\":32.0,\"2808\":508.74,\"2809\":7678.22,\"2810\":3.78,\"2811\":59.64,\"2812\":3215.93,\"2813\":4115.17,\"2814\":9702.0,\"2815\":10227.08,\"2816\":649.55,\"2817\":null,\"2818\":null,\"2819\":18770.4,\"2820\":10175.88,\"2821\":10482.22,\"2822\":253.2,\"2823\":90268.1,\"2824\":15343.83,\"2825\":15894.69,\"2826\":6.16,\"2827\":1.93,\"2828\":7425.6,\"2829\":54.0,\"2830\":423.5,\"2831\":7946.5,\"2832\":974.68,\"2833\":null,\"2834\":40991.64,\"2835\":29378.73,\"2836\":76768.53,\"2837\":2050.84,\"2838\":1611.15,\"2839\":92590.84,\"2840\":7295.75,\"2841\":18720.0,\"2842\":3654.6,\"2843\":9688.98,\"2844\":8669.03,\"2845\":8811.9,\"2846\":10363.05,\"2847\":5762.4,\"2848\":5505.6,\"2849\":927.61,\"2850\":null,\"2851\":573.84,\"2852\":429.6,\"2853\":536.88,\"2854\":781.71,\"2855\":555.93,\"2856\":911.09,\"2857\":930.71,\"2858\":741.72,\"2859\":1005.79,\"2860\":1021.95,\"2861\":9520.8,\"2862\":760.32,\"2863\":3.6,\"2864\":18650.07,\"2865\":18762.46,\"2866\":8767.8,\"2867\":12659.49,\"2868\":845.79,\"2869\":null,\"2870\":1946.18,\"2871\":9501.9,\"2872\":7714.8,\"2873\":5872.55,\"2874\":985.92,\"2875\":12663.45,\"2876\":6.8,\"2877\":945.96,\"2878\":722.16,\"2879\":641.3,\"2880\":1855.48,\"2881\":7952.25,\"2882\":1002.03,\"2883\":976.72,\"2884\":908.63,\"2885\":9.0,\"2886\":9239.91,\"2887\":7369.46,\"2888\":1876.2,\"2889\":18824.6,\"2890\":18675.65,\"2891\":18849.92,\"2892\":6559.5,\"2893\":794.33,\"2894\":787.18,\"2895\":989.1,\"2896\":6372.3,\"2897\":5.52,\"2898\":66.07,\"2899\":888.53,\"2900\":null,\"2901\":291.53,\"2902\":null,\"2903\":1960.2,\"2904\":7166.4,\"2905\":11772.0,\"2906\":2350.8,\"2907\":2833.88,\"2908\":466.29,\"2909\":null,\"2910\":10310.0,\"2911\":404.4,\"2912\":13629.0,\"2913\":17546.24,\"2914\":198.0,\"2915\":3061.24,\"2916\":1743.72,\"2917\":709.47,\"2918\":1717.2,\"2919\":816.0,\"2920\":15708.0,\"2921\":462469.55,\"2922\":376774.08,\"2923\":8008.0,\"2924\":600.27,\"2925\":10726.97,\"2926\":50925.08,\"2927\":6149.0,\"2928\":743.48,\"2929\":752.85,\"2930\":3702.4,\"2931\":null,\"2932\":13163.53,\"2933\":636.02,\"2934\":63452.27,\"2935\":15569.67,\"2936\":6186.0,\"2937\":4962.67,\"2938\":939.79,\"2939\":39616.99,\"2940\":151040.18,\"2941\":6238.91,\"2942\":null,\"2943\":508780.0,\"2944\":430890.56,\"2945\":273276.23,\"2946\":13829.78,\"2947\":300712.55,\"2948\":19260.0,\"2949\":18603.2,\"2950\":28523.17,\"2951\":11936.65,\"2952\":10628.51,\"2953\":85031.3,\"2954\":985.11,\"2955\":1391.6,\"2956\":473.71,\"2957\":203390.0,\"2958\":75611.21,\"2959\":2096.11,\"2960\":764.9,\"2961\":399.0,\"2962\":25351.85,\"2963\":null,\"2964\":4.2,\"2965\":47.79,\"2966\":906.62,\"2967\":893103.84,\"2968\":220884.37,\"2969\":270.0,\"2970\":3548.6,\"2971\":8336.23,\"2972\":799.92,\"2973\":136690.0,\"2974\":623.19,\"2975\":12744.0,\"2976\":23575.14,\"2977\":59606.31,\"2978\":68705.97,\"2979\":164652.5,\"2980\":270.5,\"2981\":1001.36,\"2982\":38352.31,\"2983\":41588.16,\"2984\":null,\"2985\":529.72,\"2986\":672.19,\"2987\":1269.3,\"2988\":350051.72,\"2989\":1060.38,\"2990\":543.97,\"2991\":524.88,\"2992\":734.49,\"2993\":4970.4,\"2994\":429.96,\"2995\":19019.0,\"2996\":13882.96,\"2997\":4496.85,\"2998\":19785.6,\"2999\":8184.0,\"3000\":null,\"3001\":2618.4,\"3002\":108.9,\"3003\":317.27,\"3004\":30016.0,\"3005\":25600.47,\"3006\":214219.93,\"3007\":null,\"3008\":814711.5,\"3009\":1246.98,\"3010\":819.72,\"3011\":1792.21,\"3012\":1564.2,\"3013\":61045.26,\"3014\":789738.36,\"3015\":541166.6899999999,\"3016\":188450.0,\"3017\":414065.0,\"3018\":143294.8,\"3019\":125232.8,\"3020\":798.84,\"3021\":629.44,\"3022\":71205.46,\"3023\":13587.11,\"3024\":13676.1,\"3025\":63951.06,\"3026\":165973.73,\"3027\":170070.5,\"3028\":3850.59,\"3029\":177015.21,\"3030\":14779.45,\"3031\":44630.83,\"3032\":48062.28,\"3033\":648.42,\"3034\":75564.12,\"3035\":null,\"3036\":8500.8,\"3037\":2437.52,\"3038\":29441.47,\"3039\":42844.96,\"3040\":49275.48,\"3041\":30266.6,\"3042\":13034.11,\"3043\":650.97,\"3044\":4158.0,\"3045\":null,\"3046\":6511.2,\"3047\":6873.41,\"3048\":281.82,\"3049\":1760.0,\"3050\":4754.66,\"3051\":1138.68,\"3052\":1548.36,\"3053\":142.79,\"3054\":8619.0,\"3055\":9727.0,\"3056\":2686.2,\"3057\":4548.69,\"3058\":17988.42,\"3059\":9774.73,\"3060\":7879.4,\"3061\":635.51,\"3062\":10015.9,\"3063\":9768.7,\"3064\":2082.0,\"3065\":1323.5,\"3066\":13392.0,\"3067\":19536.35,\"3068\":10288.83,\"3069\":19425.04,\"3070\":13187.23,\"3071\":null,\"3072\":14207.77,\"3073\":444.0,\"3074\":8518.6,\"3075\":1982.0,\"3076\":null,\"3077\":1516.5,\"3078\":4941.78,\"3079\":3674.5,\"3080\":null,\"3081\":282.91,\"3082\":2043.12,\"3083\":341.55,\"3084\":2081.0,\"3085\":986.85,\"3086\":11054.32,\"3087\":6855.38,\"3088\":12811.14,\"3089\":1617.0,\"3090\":2456.94,\"3091\":null,\"3092\":724.68,\"3093\":null,\"3094\":289.96,\"3095\":1180.5,\"3096\":3982.88,\"3097\":2227.3,\"3098\":11496.86,\"3099\":null,\"3100\":5617.9,\"3101\":4542.96,\"3102\":91353.08,\"3103\":7573.09,\"3104\":2182.17,\"3105\":4074.78,\"3106\":15181.72,\"3107\":8078.24,\"3108\":15484.23,\"3109\":null,\"3110\":15632.71,\"3111\":909.92,\"3112\":10235.63,\"3113\":9921.79,\"3114\":9952.5,\"3115\":11566.36,\"3116\":323.12,\"3117\":4.4,\"3118\":1429.66,\"3119\":9657.37,\"3120\":2.89,\"3121\":110.35,\"3122\":2920.27,\"3123\":5460.45,\"3124\":7876.8,\"3125\":10248.2,\"3126\":2441.83,\"3127\":19581.33,\"3128\":19791.62,\"3129\":9103.91,\"3130\":15436.8,\"3131\":8753.59,\"3132\":9088.21,\"3133\":423.6,\"3134\":74801.58,\"3135\":15328.33,\"3136\":14344.13,\"3137\":6.36,\"3138\":1.98,\"3139\":7425.6,\"3140\":1905.0,\"3141\":414.81,\"3142\":9045.9,\"3143\":800.59,\"3144\":0.15,\"3145\":40489.26,\"3146\":24762.09,\"3147\":89452.99,\"3148\":1273.58,\"3149\":640.32,\"3150\":86567.21,\"3151\":9108.05,\"3152\":16040.0,\"3153\":3517.2,\"3154\":9715.2,\"3155\":7580.48,\"3156\":7627.95,\"3157\":10071.23,\"3158\":7884.3,\"3159\":7990.2,\"3160\":920.3,\"3161\":952.44,\"3162\":521.76,\"3163\":525.84,\"3164\":960.24,\"3165\":590.37,\"3166\":960.74,\"3167\":752.4,\"3168\":740.64,\"3169\":995.48,\"3170\":1006.79,\"3171\":8000.4,\"3172\":865.32,\"3173\":15.6,\"3174\":16925.0,\"3175\":18177.2,\"3176\":7056.0,\"3177\":13131.61,\"3178\":971.4,\"3179\":3.6,\"3180\":5903.75,\"3181\":9823.8,\"3182\":9535.2,\"3183\":9408.35,\"3184\":670.15,\"3185\":11577.15,\"3186\":5.61,\"3187\":970.49,\"3188\":970.2,\"3189\":889.6,\"3190\":3063.28,\"3191\":9358.7,\"3192\":999.25,\"3193\":988.41,\"3194\":916.44,\"3195\":135.92,\"3196\":411.0,\"3197\":8051.68,\"3198\":6861.11,\"3199\":2192.4,\"3200\":19118.03,\"3201\":17153.31,\"3202\":19182.46,\"3203\":null,\"3204\":940.92,\"3205\":949.54,\"3206\":972.52,\"3207\":8774.7,\"3208\":70.54,\"3209\":null,\"3210\":803.31,\"3211\":285.19,\"3212\":null,\"3213\":1907.4,\"3214\":7161.6,\"3215\":349997.38,\"3216\":2167.2,\"3217\":3938.76,\"3218\":450.89,\"3219\":35.99,\"3220\":null,\"3221\":404.26,\"3222\":13508.0,\"3223\":16827.96,\"3224\":198.0,\"3225\":3057.78,\"3226\":1743.39,\"3227\":658.76,\"3228\":1716.3,\"3229\":1787.0,\"3230\":16236.0,\"3231\":432281.88,\"3232\":502694.57,\"3233\":null,\"3234\":1000.89,\"3235\":9954.54,\"3236\":59780.43,\"3237\":5925.33,\"3238\":701.5,\"3239\":725.01,\"3240\":7110.94,\"3241\":3701.44,\"3242\":12594.49,\"3243\":610.72,\"3244\":64433.71,\"3245\":63964.88,\"3246\":15226.53,\"3247\":6145.0,\"3248\":4792.86,\"3249\":939.79,\"3250\":130415.89,\"3251\":154360.59,\"3252\":2452.68,\"3253\":null,\"3254\":null,\"3255\":189171.37,\"3256\":196077.01,\"3257\":13650.47,\"3258\":299514.63,\"3259\":15037.51,\"3260\":18741.8,\"3261\":23489.77,\"3262\":11340.12,\"3263\":10467.43,\"3264\":39672.88,\"3265\":1030.03,\"3266\":1374.0,\"3267\":17613.84,\"3268\":567.58,\"3269\":303875.01,\"3270\":73382.33,\"3271\":2341.75,\"3272\":758.99,\"3273\":398.83,\"3274\":23904.29,\"3275\":2258.42,\"3276\":5.4,\"3277\":null,\"3278\":909.4,\"3279\":893616.4300000001,\"3280\":445769.47,\"3281\":582.0,\"3282\":2787.4,\"3283\":8327.64,\"3284\":804.43,\"3285\":null,\"3286\":626.47,\"3287\":13248.0,\"3288\":23566.54,\"3289\":60575.11,\"3290\":69529.14,\"3291\":165064.1,\"3292\":9.5,\"3293\":null,\"3294\":433912.13,\"3295\":985.39,\"3296\":38357.35,\"3297\":42043.95,\"3298\":8417.39,\"3299\":null,\"3300\":671.29,\"3301\":1114.95,\"3302\":350271.77,\"3303\":null,\"3304\":532.16,\"3305\":797.04,\"3306\":611.54,\"3307\":5252.4,\"3308\":429.24,\"3309\":13965.46,\"3310\":4501.8,\"3311\":16988.8,\"3312\":8673.6,\"3313\":374.29,\"3314\":2502.0,\"3315\":105.6,\"3316\":null,\"3317\":29353.54,\"3318\":32155.93,\"3319\":2358.71,\"3320\":null,\"3321\":585194.4300000001,\"3322\":1214.46,\"3323\":744.48,\"3324\":1114.36,\"3325\":1377.0,\"3326\":33583.67,\"3327\":762125.98,\"3328\":541039.26,\"3329\":39695.14,\"3330\":203690.0,\"3331\":null,\"3332\":415027.32,\"3333\":141254.29,\"3334\":121304.31,\"3335\":null,\"3336\":799.12,\"3337\":686.57,\"3338\":79995.94,\"3339\":10407.52,\"3340\":9254.86,\"3341\":64074.12,\"3342\":165866.43,\"3343\":170272.15,\"3344\":null,\"3345\":177235.19,\"3346\":18185.67,\"3347\":44920.72,\"3348\":47961.0,\"3349\":664.08,\"3350\":75372.98,\"3351\":1752.3,\"3352\":8718.6,\"3353\":2457.73,\"3354\":32620.55,\"3355\":46101.84,\"3356\":57495.75,\"3357\":58522.42,\"3358\":12874.36,\"3359\":651.21,\"3360\":4154.4,\"3361\":null,\"3362\":3614.4,\"3363\":6726.56,\"3364\":283.54,\"3365\":9200.0,\"3366\":9104.93,\"3367\":956.4,\"3368\":1521.52,\"3369\":187.97,\"3370\":261.0,\"3371\":8353.0,\"3372\":9852.0,\"3373\":2673.0,\"3374\":4958.71,\"3375\":null,\"3376\":825.67,\"3377\":null,\"3378\":429.44,\"3379\":10011.4,\"3380\":9769.2,\"3381\":1946.4,\"3382\":1275.9,\"3383\":13734.0,\"3384\":19583.33,\"3385\":10281.31,\"3386\":19461.73,\"3387\":5936.4,\"3388\":null,\"3389\":419.5,\"3390\":8358.2,\"3391\":6724.0,\"3392\":null,\"3393\":1413.7,\"3394\":6880.68,\"3395\":3604.2,\"3396\":411.0,\"3397\":282.91,\"3398\":1391.63,\"3399\":346.15,\"3400\":2059.0,\"3401\":1428.46,\"3402\":10894.2,\"3403\":7011.69,\"3404\":18608.1,\"3405\":1294.8,\"3406\":2391.11,\"3407\":761.64,\"3408\":null,\"3409\":405.24,\"3410\":815.1,\"3411\":2562.23,\"3412\":0.11,\"3413\":null,\"3414\":2055.0,\"3415\":5546.9,\"3416\":8449.74,\"3417\":91577.1,\"3418\":4599.06,\"3419\":1381.29,\"3420\":3948.52,\"3421\":6449.76,\"3422\":17513.64,\"3423\":7580.85,\"3424\":19152.76,\"3425\":158886.0,\"3426\":17886.47,\"3427\":1034.0,\"3428\":7140.83,\"3429\":7168.71,\"3430\":10086.0,\"3431\":9092.12,\"3432\":263.2,\"3433\":null,\"3434\":1415.94,\"3435\":7583.41,\"3436\":2.58,\"3437\":100.54,\"3438\":1733.32,\"3439\":4993.2,\"3440\":8456.4,\"3441\":7696.18,\"3442\":1654.98,\"3443\":18053.39,\"3444\":20804.63,\"3445\":9473.31,\"3446\":15364.8,\"3447\":18871.21,\"3448\":19397.62,\"3449\":481.2,\"3450\":49011.74,\"3451\":11889.25,\"3452\":11851.3,\"3453\":5.11,\"3454\":1.6,\"3455\":7425.6,\"3456\":null,\"3457\":411.51,\"3458\":8379.82,\"3459\":939.66,\"3460\":null,\"3461\":34345.45,\"3462\":31613.9,\"3463\":76920.14,\"3464\":951.01,\"3465\":1528.35,\"3466\":84050.07,\"3467\":5661.25,\"3468\":16080.0,\"3469\":5179.8,\"3470\":9088.68,\"3471\":4871.93,\"3472\":4791.6,\"3473\":9470.25,\"3474\":8787.0,\"3475\":8234.1,\"3476\":611.16,\"3477\":861.0,\"3478\":390.0,\"3479\":453.6,\"3480\":1005.33,\"3481\":543.33,\"3482\":971.87,\"3483\":955.63,\"3484\":null,\"3485\":1018.94,\"3486\":1022.11,\"3487\":5491.2,\"3488\":599.04,\"3489\":4.8,\"3490\":14721.05,\"3491\":13076.67,\"3492\":6199.2,\"3493\":12019.09,\"3494\":null,\"3495\":1005.99,\"3496\":1.2,\"3497\":82.83,\"3498\":6898.8,\"3499\":8752.8,\"3500\":8069.23,\"3501\":943.85,\"3502\":15808.95,\"3503\":7.11,\"3504\":930.34,\"3505\":726.0,\"3506\":856.88,\"3507\":1747.68,\"3508\":7087.45,\"3509\":921.44,\"3510\":993.07,\"3511\":789.61,\"3512\":62.13,\"3513\":492.0,\"3514\":10458.22,\"3515\":8235.38,\"3516\":1821.0,\"3517\":16910.09,\"3518\":17309.54,\"3519\":17162.61,\"3520\":2924.7,\"3521\":2322.9,\"3522\":850.01,\"3523\":857.63,\"3524\":912.62,\"3525\":3696.0,\"3526\":1.38,\"3527\":80.21,\"3528\":846.81,\"3529\":1016.35,\"3530\":539.03,\"3531\":1542.21,\"3532\":1920.6,\"3533\":7155.6,\"3534\":239538.59,\"3535\":1911.6,\"3536\":3942.53,\"3537\":467.72,\"3538\":null,\"3539\":404.46,\"3540\":13288.0,\"3541\":16249.23,\"3542\":null,\"3543\":1338.81,\"3544\":1743.06,\"3545\":759.91,\"3546\":479.7,\"3547\":1820.0,\"3548\":20452.0,\"3549\":257341.49,\"3550\":498251.99,\"3551\":12000.0,\"3552\":396.33,\"3553\":11435.24,\"3554\":59334.37,\"3555\":5965.67,\"3556\":641.41,\"3557\":700.47,\"3558\":3699.52,\"3559\":11883.16,\"3560\":null,\"3561\":null,\"3562\":65925.71,\"3563\":15216.81,\"3564\":6248.0,\"3565\":null,\"3566\":939.79,\"3567\":242459.41,\"3568\":151788.37,\"3569\":5635.83,\"3570\":69024.0,\"3571\":null,\"3572\":11401.1,\"3573\":154150.68,\"3574\":14141.77,\"3575\":392530.36,\"3576\":14716.43,\"3577\":18928.8,\"3578\":25490.04,\"3579\":12165.97,\"3580\":14019.42,\"3581\":null,\"3582\":null,\"3583\":1326.84,\"3584\":331.08,\"3585\":304645.01,\"3586\":79453.47,\"3587\":1724.31,\"3588\":null,\"3589\":399.99,\"3590\":20703.01,\"3591\":null,\"3592\":2356.2,\"3593\":25.2,\"3594\":901.12,\"3595\":867662.66,\"3596\":488436.37,\"3597\":504.0,\"3598\":1377.2,\"3599\":8316.31,\"3600\":797.72,\"3601\":636.45,\"3602\":14508.0,\"3603\":24104.21,\"3604\":69483.83,\"3605\":163479.78,\"3606\":null,\"3607\":132894.0,\"3608\":463923.62,\"3609\":960.8,\"3610\":38268.63,\"3611\":41771.09,\"3612\":7040.0,\"3613\":521.14,\"3614\":36.18,\"3615\":1048.95,\"3616\":347629.91,\"3617\":1048.33,\"3618\":531.17,\"3619\":510.3,\"3620\":612.69,\"3621\":5242.8,\"3622\":429.48,\"3623\":null,\"3624\":721.1,\"3625\":10213.5,\"3626\":4497.3,\"3627\":19257.6,\"3628\":9182.4,\"3629\":378.38,\"3630\":2502.6,\"3631\":105.6,\"3632\":235.85,\"3633\":29159.85,\"3634\":37464.18,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":721036.35,\"3639\":1182.42,\"3640\":777.04,\"3641\":1088.54,\"3642\":1290.6,\"3643\":null,\"3644\":773633.79,\"3645\":49925.73,\"3646\":539783.66,\"3647\":204210.0,\"3648\":153979.03,\"3649\":415823.97,\"3650\":140657.81,\"3651\":124655.7,\"3652\":null,\"3653\":799.12,\"3654\":null,\"3655\":69819.73,\"3656\":14638.19,\"3657\":14371.43,\"3658\":59179.62,\"3659\":165809.74,\"3660\":169974.3,\"3661\":null,\"3662\":193682.88,\"3663\":18349.57,\"3664\":44510.52,\"3665\":47552.99,\"3666\":662.61,\"3667\":75541.67,\"3668\":1655.15,\"3669\":8333.6,\"3670\":2351.09,\"3671\":32552.6,\"3672\":46724.04,\"3673\":57364.85,\"3674\":57813.49,\"3675\":12216.12,\"3676\":650.88,\"3677\":5911.2,\"3678\":null,\"3679\":null,\"3680\":3662.4,\"3681\":6769.29,\"3682\":273.17,\"3683\":7120.0,\"3684\":8936.19,\"3685\":583.2,\"3686\":1530.32,\"3687\":151.4,\"3688\":331.8,\"3689\":8078.0,\"3690\":9415.0,\"3691\":2508.0,\"3692\":4466.56,\"3693\":14527.12,\"3694\":9342.59,\"3695\":9696.16,\"3696\":287.03,\"3697\":10015.8,\"3698\":9794.8,\"3699\":1766.4,\"3700\":1684.4,\"3701\":13824.0,\"3702\":19690.77,\"3703\":10278.44,\"3704\":19464.44,\"3705\":6073.2,\"3706\":430.8,\"3707\":8084.7,\"3708\":1972.0,\"3709\":null,\"3710\":1410.0,\"3711\":7269.84,\"3712\":3164.7,\"3713\":5732.0,\"3714\":282.91,\"3715\":1941.58,\"3716\":345.0,\"3717\":2012.0,\"3718\":963.49,\"3719\":10663.76,\"3720\":5770.71,\"3721\":14886.85,\"3722\":1122.0,\"3723\":3189.68,\"3724\":906.18,\"3725\":306.24,\"3726\":791.1,\"3727\":1873.96,\"3728\":536.27,\"3729\":17719.3,\"3730\":2000.0,\"3731\":5445.8,\"3732\":9368.82,\"3733\":89506.74,\"3734\":4277.23,\"3735\":2786.55,\"3736\":3810.78,\"3737\":9028.8,\"3738\":282.15,\"3739\":14846.84,\"3740\":9618.44,\"3741\":16481.56,\"3742\":156220.59,\"3743\":18468.53,\"3744\":1324.4,\"3745\":6994.05,\"3746\":6926.37,\"3747\":6837.0,\"3748\":11663.37,\"3749\":333.6,\"3750\":1960.43,\"3751\":9012.22,\"3752\":0.91,\"3753\":62.35,\"3754\":968.04,\"3755\":4562.77,\"3756\":8611.2,\"3757\":7638.54,\"3758\":2181.9,\"3759\":16796.4,\"3760\":16884.43,\"3761\":7651.19,\"3762\":7565.4,\"3763\":19933.2,\"3764\":9411.61,\"3765\":9765.15,\"3766\":871.8,\"3767\":77894.78,\"3768\":7484.65,\"3769\":7443.12,\"3770\":5.58,\"3771\":1.75,\"3772\":7425.6,\"3773\":1495.35,\"3774\":446.27,\"3775\":372.31,\"3776\":40926.39,\"3777\":17052.53,\"3778\":63363.29,\"3779\":1202.3,\"3780\":1657.38,\"3781\":99826.64,\"3782\":6415.15,\"3783\":19160.0,\"3784\":6921.6,\"3785\":9720.72,\"3786\":6291.45,\"3787\":6847.65,\"3788\":5399.55,\"3789\":6099.6,\"3790\":5766.3,\"3791\":880.53,\"3792\":1.1,\"3793\":841.2,\"3794\":395.28,\"3795\":552.6,\"3796\":792.87,\"3797\":483.66,\"3798\":1009.21,\"3799\":942.84,\"3800\":527.5,\"3801\":1025.93,\"3802\":1041.55,\"3803\":10333.2,\"3804\":371.52,\"3805\":28.8,\"3806\":13969.94,\"3807\":16641.66,\"3808\":8902.8,\"3809\":14629.77,\"3810\":4800.0,\"3811\":810.66,\"3812\":null,\"3813\":616.93,\"3814\":6610.8,\"3815\":7125.6,\"3816\":6951.72,\"3817\":1005.61,\"3818\":11457.9,\"3819\":4.17,\"3820\":null,\"3821\":891.72,\"3822\":940.5,\"3823\":2595.12,\"3824\":9741.65,\"3825\":4800.0,\"3826\":1013.82,\"3827\":1018.95,\"3828\":930.77,\"3829\":181.68,\"3830\":135.0,\"3831\":11240.49,\"3832\":8805.4,\"3833\":2866.8,\"3834\":11755.85,\"3835\":11647.09,\"3836\":14409.01,\"3837\":null,\"3838\":null,\"3839\":740.72,\"3840\":740.17,\"3841\":978.78,\"3842\":7497.6,\"3843\":0.69,\"3844\":62.63,\"3845\":622.05,\"3846\":1014.3,\"3847\":542.11,\"3848\":165.0,\"3849\":1854.6,\"3850\":7144.8,\"3851\":374745.18,\"3852\":4417.2,\"3853\":3983.85,\"3854\":null,\"3855\":null,\"3856\":404.5,\"3857\":13849.0,\"3858\":15817.1,\"3859\":198.0,\"3860\":1776.72,\"3861\":1745.7,\"3862\":767.07,\"3863\":2638.8,\"3864\":1965.0,\"3865\":21368.0,\"3866\":60431.17,\"3867\":498674.35,\"3868\":13136.0,\"3869\":445.17,\"3870\":7962.51,\"3871\":23482.41,\"3872\":5925.33,\"3873\":766.48,\"3874\":719.48,\"3875\":3702.4,\"3876\":929.4,\"3877\":11404.98,\"3878\":617.54,\"3879\":null,\"3880\":66820.87,\"3881\":28174.88,\"3882\":9177.0,\"3883\":4551.65,\"3884\":939.79,\"3885\":249633.58,\"3886\":151366.96,\"3887\":5790.22,\"3888\":69144.0,\"3889\":null,\"3890\":168979.58,\"3891\":193709.23,\"3892\":12256.01,\"3893\":71660.52,\"3894\":14199.51,\"3895\":18882.6,\"3896\":26288.08,\"3897\":12017.62,\"3898\":16749.59,\"3899\":null,\"3900\":859.05,\"3901\":1286.97,\"3902\":573.46,\"3903\":null,\"3904\":74793.46,\"3905\":1885.31,\"3906\":763.42,\"3907\":396.85,\"3908\":23645.17,\"3909\":null,\"3910\":null,\"3911\":39.0,\"3912\":880.85,\"3913\":864758.4399999999,\"3914\":400888.16,\"3915\":420.0,\"3916\":1379.4,\"3917\":8304.11,\"3918\":792.66,\"3919\":null,\"3920\":640.26,\"3921\":14004.0,\"3922\":23359.29,\"3923\":68619.23,\"3924\":164280.6,\"3925\":3218.5,\"3926\":401856.0,\"3927\":456472.03,\"3928\":975.87,\"3929\":37825.66,\"3930\":41684.82,\"3931\":8111.3,\"3932\":531.17,\"3933\":679.64,\"3934\":938.4,\"3935\":350147.86,\"3936\":2117.32,\"3937\":533.02,\"3938\":764.46,\"3939\":605.01,\"3940\":4909.2,\"3941\":428.88,\"3942\":1525.02,\"3943\":13991.28,\"3944\":4500.0,\"3945\":18699.22,\"3946\":9019.2,\"3947\":377.32,\"3948\":2557.8,\"3949\":105.6,\"3950\":236.19,\"3951\":29149.12,\"3952\":33114.05,\"3953\":333239.53,\"3954\":null,\"3955\":581574.59,\"3956\":1288.02,\"3957\":751.74,\"3958\":1084.4,\"3959\":1396.8,\"3960\":774188.9399999999,\"3961\":38885.12,\"3962\":544129.26,\"3963\":203790.0,\"3964\":154361.97,\"3965\":418296.68,\"3966\":144549.76,\"3967\":126900.54,\"3968\":797.16,\"3969\":634.92,\"3970\":58092.02,\"3971\":11965.64,\"3972\":11363.08,\"3973\":64535.63,\"3974\":165317.56,\"3975\":168017.0,\"3976\":null,\"3977\":196512.49,\"3978\":18497.57,\"3979\":44529.64,\"3980\":48461.02,\"3981\":653.25,\"3982\":75517.77,\"3983\":1556.45,\"3984\":8107.0,\"3985\":2697.62,\"3986\":null,\"3987\":46229.88,\"3988\":57870.45,\"3989\":49794.39,\"3990\":13159.25,\"3991\":649.98,\"3992\":4924.8,\"3993\":null,\"3994\":null,\"3995\":6698.01,\"3996\":263.14,\"3997\":null,\"3998\":9760.0,\"3999\":9302.84,\"4000\":416.88,\"4001\":1616.56,\"4002\":202.09,\"4003\":331.2,\"4004\":7980.0,\"4005\":9885.0,\"4006\":2503.6,\"4007\":3968.33,\"4008\":15825.39,\"4009\":8978.92,\"4010\":9339.53,\"4011\":596.2,\"4012\":10016.4,\"4013\":9774.7,\"4014\":176.4,\"4015\":1327.1,\"4016\":13338.0,\"4017\":19706.66,\"4018\":10278.69,\"4019\":19494.84,\"4020\":7902.0,\"4021\":417.7,\"4022\":9454.6,\"4023\":6350.0,\"4024\":1378.4,\"4025\":4348.38,\"4026\":3262.2,\"4027\":7309.0,\"4028\":282.91,\"4029\":1838.78,\"4030\":349.14,\"4031\":2013.0,\"4032\":920.05,\"4033\":10662.25,\"4034\":6883.42,\"4035\":16425.23,\"4036\":1763.4,\"4037\":1434.08,\"4038\":740.52,\"4039\":288.2,\"4040\":1074.9,\"4041\":2988.04,\"4042\":2506.52,\"4043\":null,\"4044\":17170.04,\"4045\":2000.0,\"4046\":5396.4,\"4047\":9246.0,\"4048\":88761.0,\"4049\":7581.56,\"4050\":131.07,\"4051\":3747.65,\"4052\":7813.44,\"4053\":15968.61,\"4054\":3740.85,\"4055\":17767.39,\"4056\":179467.9,\"4057\":17058.72,\"4058\":193.16,\"4059\":8771.83,\"4060\":8760.52,\"4061\":8872.5,\"4062\":3365.56,\"4063\":508.24,\"4064\":8.4,\"4065\":278.33,\"4066\":9664.78,\"4067\":4.05,\"4068\":36.54,\"4069\":2936.35,\"4070\":5012.57,\"4071\":9190.8,\"4072\":9485.47,\"4073\":1178.99,\"4074\":17117.09,\"4075\":17708.76,\"4076\":7640.53,\"4077\":8591.4,\"4078\":19202.4,\"4079\":7951.82,\"4080\":8194.0,\"4081\":473.4,\"4082\":75892.83,\"4083\":13099.9,\"4084\":13117.32,\"4085\":5.1,\"4086\":1.59,\"4087\":7425.6,\"4088\":839.25,\"4089\":352.66,\"4090\":null,\"4091\":643.59,\"4092\":null,\"4093\":33674.66,\"4094\":15076.0,\"4095\":78945.38,\"4096\":1180.8,\"4097\":1660.83,\"4098\":61177.34,\"4099\":8135.4,\"4100\":17440.0,\"4101\":6547.8,\"4102\":9729.0,\"4103\":7917.75,\"4104\":8013.83,\"4105\":7846.2,\"4106\":7809.6,\"4107\":9644.1,\"4108\":730.4,\"4109\":174.9,\"4110\":578.4,\"4111\":526.08,\"4112\":414.36,\"4113\":849.09,\"4114\":519.93,\"4115\":807.39,\"4116\":931.32,\"4117\":855.96,\"4118\":999.08,\"4119\":1025.94,\"4120\":10153.2,\"4121\":664.2,\"4122\":null,\"4123\":15649.79,\"4124\":16467.77,\"4125\":7128.0,\"4126\":16079.02,\"4127\":4800.0,\"4128\":779.01,\"4129\":77.63,\"4130\":277.54,\"4131\":8752.2,\"4132\":6634.8,\"4133\":5483.33,\"4134\":559.38,\"4135\":13832.1,\"4136\":6.92,\"4137\":857.01,\"4138\":944.64,\"4139\":690.8,\"4140\":1287.44,\"4141\":8723.9,\"4142\":4800.0,\"4143\":1002.9,\"4144\":1013.77,\"4145\":685.11,\"4146\":169.66,\"4147\":288.0,\"4148\":7758.37,\"4149\":6067.46,\"4150\":1666.8,\"4151\":0.01,\"4152\":11240.73,\"4153\":12784.07,\"4154\":9879.3,\"4155\":9714.0,\"4156\":744.92,\"4157\":716.56,\"4158\":253.87,\"4159\":6039.0,\"4160\":46.23,\"4161\":63.23,\"4162\":919.13,\"4163\":1036.61,\"4164\":321.53,\"4165\":43.74,\"4166\":1920.6,\"4167\":7135.2,\"4168\":386552.71,\"4169\":2851.2,\"4170\":4241.59,\"4171\":null,\"4172\":null,\"4173\":404.69,\"4174\":13684.0,\"4175\":15507.81,\"4176\":191.4,\"4177\":3134.84,\"4178\":1742.73,\"4179\":769.0,\"4180\":1618.2,\"4181\":3100.0,\"4182\":20364.0,\"4183\":152499.5,\"4184\":479774.29,\"4185\":12472.0,\"4186\":952.38,\"4187\":8340.46,\"4188\":21589.63,\"4189\":5811.67,\"4190\":642.56,\"4191\":741.88,\"4192\":3702.08,\"4193\":921.17,\"4194\":11020.37,\"4195\":599.06,\"4196\":null,\"4197\":58474.04,\"4198\":26142.2,\"4199\":9112.0,\"4200\":4524.38,\"4201\":938.8,\"4202\":250079.97,\"4203\":155032.09,\"4204\":5691.98,\"4205\":69288.0,\"4206\":509240.0,\"4207\":233777.76,\"4208\":11884.98,\"4209\":168418.45,\"4210\":13894.59,\"4211\":18378.8,\"4212\":25689.57,\"4213\":11027.45,\"4214\":16088.21,\"4215\":131390.58,\"4216\":705.66,\"4217\":1240.08,\"4218\":588.96,\"4219\":null,\"4220\":78344.16,\"4221\":1789.98,\"4222\":762.64,\"4223\":401.8,\"4224\":21689.75,\"4225\":null,\"4226\":null,\"4227\":25.2,\"4228\":843.7,\"4229\":865251.09,\"4230\":151861.38,\"4231\":582.0,\"4232\":6116.0,\"4233\":8312.68,\"4234\":793.1,\"4235\":615.26,\"4236\":14400.0,\"4237\":22646.59,\"4238\":69112.38,\"4239\":164734.57,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":992.76,\"4244\":37653.27,\"4245\":41636.28,\"4246\":5203.48,\"4247\":534.73,\"4248\":675.07,\"4249\":847.95,\"4250\":350024.16,\"4251\":3077.86,\"4252\":527.6,\"4253\":777.06,\"4254\":625.65,\"4255\":4962.0,\"4256\":429.24,\"4257\":1467.86,\"4258\":14091.72,\"4259\":3310.2,\"4260\":18096.49,\"4261\":8304.0,\"4262\":1088.42,\"4263\":382.27,\"4264\":2566.2,\"4265\":102.3,\"4266\":342.06,\"4267\":29037.12,\"4268\":33852.99,\"4269\":1189.78,\"4270\":48700.54,\"4271\":null,\"4272\":540330.96,\"4273\":1560.84,\"4274\":771.54,\"4275\":1091.24,\"4276\":1227.6,\"4277\":771128.1,\"4278\":null,\"4279\":535747.38,\"4280\":null,\"4281\":155129.62,\"4282\":421165.36,\"4283\":142835.78,\"4284\":125459.8,\"4285\":797.02,\"4286\":602.79,\"4287\":73272.95,\"4288\":13898.01,\"4289\":13372.77,\"4290\":59996.49,\"4291\":165489.63,\"4292\":170235.15,\"4293\":null,\"4294\":null,\"4295\":18470.91,\"4296\":44450.66,\"4297\":48326.24,\"4298\":653.01,\"4299\":79050.79,\"4300\":1406.38,\"4301\":7722.0,\"4302\":2408.25,\"4303\":32078.83,\"4304\":43364.44,\"4305\":57155.45,\"4306\":57507.64,\"4307\":16622.72,\"4308\":326.79,\"4309\":5403.6,\"4310\":0.6,\"4311\":null,\"4312\":6720.62,\"4313\":269.08,\"4314\":3360.0,\"4315\":9334.96,\"4316\":1099.32,\"4317\":1574.32,\"4318\":395.08,\"4319\":11914.0,\"4320\":9309.0,\"4321\":3473.8,\"4322\":4464.85,\"4323\":14660.44,\"4324\":8785.34,\"4325\":9153.95,\"4326\":591.8,\"4327\":10019.5,\"4328\":9613.6,\"4329\":231.6,\"4330\":1907.4,\"4331\":13644.0,\"4332\":19693.22,\"4333\":10251.31,\"4334\":19419.77,\"4335\":9018.0,\"4336\":544.2,\"4337\":8649.0,\"4338\":2068.0,\"4339\":null,\"4340\":1796.5,\"4341\":7209.12,\"4342\":7169.8,\"4343\":6694.0,\"4344\":282.91,\"4345\":1893.55,\"4346\":346.38,\"4347\":2155.0,\"4348\":1143.52,\"4349\":11051.51,\"4350\":7992.72,\"4351\":14727.08,\"4352\":1752.0,\"4353\":5153.76,\"4354\":null,\"4355\":887.7,\"4356\":null,\"4357\":293.92,\"4358\":513.6,\"4359\":2904.77,\"4360\":370.7,\"4361\":120.0,\"4362\":17433.39,\"4363\":2000.0,\"4364\":7071.2,\"4365\":5347.5,\"4366\":89850.27,\"4367\":9309.67,\"4368\":923.75,\"4369\":5561.22,\"4370\":9120.96,\"4371\":240.9,\"4372\":15614.04,\"4373\":2690.8,\"4374\":16516.0,\"4375\":null,\"4376\":18280.3,\"4377\":719.18,\"4378\":10873.57,\"4379\":10741.0,\"4380\":7632.0,\"4381\":3759.79,\"4382\":364.44,\"4383\":363.6,\"4384\":1.8,\"4385\":8285.5,\"4386\":1.07,\"4387\":66.48,\"4388\":3336.4,\"4389\":3730.28,\"4390\":10177.25,\"4391\":2025.55,\"4392\":16698.87,\"4393\":17352.68,\"4394\":6944.18,\"4395\":6678.0,\"4396\":14140.8,\"4397\":6972.97,\"4398\":7167.43,\"4399\":784.2,\"4400\":89836.45,\"4401\":10447.73,\"4402\":10330.51,\"4403\":5.33,\"4404\":1.75,\"4405\":7425.6,\"4406\":2998.65,\"4407\":372.68,\"4408\":8990.24,\"4409\":621.12,\"4410\":40556.23,\"4411\":30798.62,\"4412\":72962.39,\"4413\":1229.58,\"4414\":1647.03,\"4415\":94445.85,\"4416\":5955.95,\"4417\":16280.0,\"4418\":4710.0,\"4419\":9755.22,\"4420\":6337.58,\"4421\":6436.13,\"4422\":5807.03,\"4423\":6933.0,\"4424\":8121.0,\"4425\":932.62,\"4426\":4500.1,\"4427\":538.56,\"4428\":349.2,\"4429\":409.8,\"4430\":848.88,\"4431\":500.19,\"4432\":810.2,\"4433\":809.32,\"4434\":800.63,\"4435\":964.85,\"4436\":981.61,\"4437\":6454.8,\"4438\":516.84,\"4439\":null,\"4440\":18648.99,\"4441\":18870.49,\"4442\":6309.0,\"4443\":19039.67,\"4444\":2057.0,\"4445\":724.95,\"4446\":1614.0,\"4447\":759.0,\"4448\":136.52,\"4449\":6421.5,\"4450\":5203.2,\"4451\":5223.61,\"4452\":980.2,\"4453\":10902.15,\"4454\":6.23,\"4455\":771.52,\"4456\":807.6,\"4457\":null,\"4458\":2789.6,\"4459\":9772.7,\"4460\":2057.0,\"4461\":966.97,\"4462\":989.21,\"4463\":801.76,\"4464\":780.25,\"4465\":96.0,\"4466\":5767.68,\"4467\":4539.4,\"4468\":709.2,\"4469\":17281.2,\"4470\":19054.66,\"4471\":409.8,\"4472\":475.8,\"4473\":716.72,\"4474\":707.87,\"4475\":1001.09,\"4476\":1036.09,\"4477\":774.18,\"4478\":65.76,\"4479\":887.34,\"4480\":684.13,\"4481\":978.44,\"4482\":199.55,\"4483\":3626.33,\"4484\":2461.8,\"4485\":7141.2,\"4486\":329081.81,\"4487\":2440.8,\"4488\":4634.87,\"4489\":null,\"4490\":404.81,\"4491\":13937.0,\"4492\":null,\"4493\":198.0,\"4494\":3123.28,\"4495\":1741.08,\"4496\":757.08,\"4497\":3271.5,\"4498\":3374.0,\"4499\":22288.0,\"4500\":418617.75,\"4501\":500510.22,\"4502\":13416.0,\"4503\":1352.01,\"4504\":9035.92,\"4505\":54812.02,\"4506\":7043.67,\"4507\":638.25,\"4508\":721.09,\"4509\":3701.76,\"4510\":912.38,\"4511\":10751.1,\"4512\":630.08,\"4513\":null,\"4514\":61914.93,\"4515\":28231.06,\"4516\":19134.0,\"4517\":6972.98,\"4518\":939.79,\"4519\":250308.69,\"4520\":154075.88,\"4521\":7834.44,\"4522\":69648.0,\"4523\":null,\"4524\":265526.14,\"4525\":20017.05,\"4526\":33484.38,\"4527\":16638.46,\"4528\":14922.6,\"4529\":24762.28,\"4530\":10925.15,\"4531\":16308.69,\"4532\":33768.7,\"4533\":919.7,\"4534\":1236.19,\"4535\":586.71,\"4536\":75840.98,\"4537\":2033.66,\"4538\":754.07,\"4539\":404.09,\"4540\":21688.77,\"4541\":null,\"4542\":3089.63,\"4543\":2976.6,\"4544\":715.5,\"4545\":894988.01,\"4546\":490294.19,\"4547\":354.0,\"4548\":6850.8,\"4549\":8312.29,\"4550\":794.09,\"4551\":644.79,\"4552\":14220.0,\"4553\":23232.59,\"4554\":69172.34,\"4555\":164832.48,\"4556\":null,\"4557\":null,\"4558\":455069.58,\"4559\":955.27,\"4560\":null,\"4561\":null,\"4562\":7652.17,\"4563\":498.17,\"4564\":674.64,\"4565\":747.6,\"4566\":161274.07,\"4567\":3076.14,\"4568\":518.69,\"4569\":912.96,\"4570\":632.08,\"4571\":4588.8,\"4572\":428.76,\"4573\":1200.6,\"4574\":14125.43,\"4575\":1767.15,\"4576\":19423.56,\"4577\":9340.8,\"4578\":null,\"4579\":375.87,\"4580\":2558.4,\"4581\":102.3,\"4582\":null,\"4583\":30038.91,\"4584\":38867.64,\"4585\":1186.53,\"4586\":322182.86,\"4587\":null,\"4588\":120571.72,\"4589\":1571.04,\"4590\":782.76,\"4591\":1158.87,\"4592\":1409.4,\"4593\":435740.31,\"4594\":null,\"4595\":180964.4,\"4596\":124670.0,\"4597\":102661.97,\"4598\":419282.83,\"4599\":73171.51,\"4600\":72327.58,\"4601\":795.9,\"4602\":195.66,\"4603\":68842.45,\"4604\":11060.1,\"4605\":10583.81,\"4606\":71088.0,\"4607\":164950.04,\"4608\":170431.25,\"4609\":null,\"4610\":null,\"4611\":18214.76,\"4612\":44686.21,\"4613\":48296.72,\"4614\":653.31,\"4615\":75367.54,\"4616\":1281.91,\"4617\":7449.2,\"4618\":2242.51,\"4619\":30767.42,\"4620\":44433.24,\"4621\":57647.41,\"4622\":57023.59,\"4623\":15980.4,\"4624\":326.43,\"4625\":7117.2,\"4626\":2.4,\"4627\":null,\"4628\":6748.01,\"4629\":259.38,\"4630\":7600.0,\"4631\":9192.42,\"4632\":34.8,\"4633\":1572.56,\"4634\":149.42,\"4635\":9435.0,\"4636\":9850.0,\"4637\":2648.8,\"4638\":4962.3,\"4639\":17123.92,\"4640\":8988.18,\"4641\":9352.39,\"4642\":565.25,\"4643\":null,\"4644\":null,\"4645\":2707.2,\"4646\":2216.2,\"4647\":7560.0,\"4648\":19687.57,\"4649\":10197.54,\"4650\":19220.08,\"4651\":5961.6,\"4652\":740.3,\"4653\":11153.0,\"4654\":7916.0,\"4655\":null,\"4656\":1603.8,\"4657\":6828.24,\"4658\":4006.1,\"4659\":7139.0,\"4660\":282.91,\"4661\":1015.36,\"4662\":343.16,\"4663\":2554.0,\"4664\":171.09,\"4665\":15272.25,\"4666\":6819.4,\"4667\":8928.4,\"4668\":798.6,\"4669\":2415.53,\"4670\":null,\"4671\":865.26,\"4672\":542.08,\"4673\":727.5,\"4674\":3306.93,\"4675\":3496.07,\"4676\":28.8,\"4677\":14830.04,\"4678\":2000.0,\"4679\":1591.57,\"4680\":9102.48,\"4681\":84678.21,\"4682\":7960.89,\"4683\":5467.88,\"4684\":4872.52,\"4685\":8484.48,\"4686\":7768.29,\"4687\":3143.38,\"4688\":9000.7,\"4689\":157860.25,\"4690\":6500.16,\"4691\":1713.8,\"4692\":8615.75,\"4693\":8815.63,\"4694\":3808.5,\"4695\":4954.51,\"4696\":null,\"4697\":2541.61,\"4698\":5654.18,\"4699\":0.85,\"4700\":72.75,\"4701\":2900.58,\"4702\":4611.05,\"4703\":8528.4,\"4704\":8475.41,\"4705\":2189.22,\"4706\":16364.59,\"4707\":17740.37,\"4708\":8197.85,\"4709\":8847.0,\"4710\":16272.0,\"4711\":6465.96,\"4712\":6651.34,\"4713\":1080.0,\"4714\":78212.48,\"4715\":19476.31,\"4716\":18748.01,\"4717\":3.34,\"4718\":1.09,\"4719\":7425.6,\"4720\":2605.8,\"4721\":374.11,\"4722\":9116.74,\"4723\":883.09,\"4724\":null,\"4725\":39820.46,\"4726\":20973.55,\"4727\":72901.36,\"4728\":1195.26,\"4729\":1666.35,\"4730\":96185.63,\"4731\":5325.95,\"4732\":18800.0,\"4733\":6351.6,\"4734\":9665.52,\"4735\":7730.78,\"4736\":7752.38,\"4737\":6759.0,\"4738\":6386.7,\"4739\":8079.6,\"4740\":926.55,\"4741\":null,\"4742\":959.88,\"4743\":548.4,\"4744\":479.64,\"4745\":852.3,\"4746\":545.67,\"4747\":784.21,\"4748\":758.48,\"4749\":787.92,\"4750\":953.65,\"4751\":937.54,\"4752\":9643.2,\"4753\":991.56,\"4754\":37.2,\"4755\":17838.02,\"4756\":16256.66,\"4757\":6501.6,\"4758\":13338.37,\"4759\":4900.0,\"4760\":886.95,\"4761\":19.8,\"4762\":5541.55,\"4763\":5493.3,\"4764\":9772.8,\"4765\":9742.94,\"4766\":954.13,\"4767\":8146.8,\"4768\":4.65,\"4769\":701.95,\"4770\":532.2,\"4771\":984.5,\"4772\":2053.04,\"4773\":9755.45,\"4774\":4900.0,\"4775\":969.14,\"4776\":964.09,\"4777\":771.33,\"4778\":553.78,\"4779\":642.0,\"4780\":11840.61,\"4781\":9882.91,\"4782\":3714.0,\"4783\":18396.02,\"4784\":19264.76,\"4785\":3589.5,\"4786\":6649.5,\"4787\":598.62,\"4788\":605.24,\"4789\":923.54,\"4790\":5910.3,\"4791\":72.2,\"4792\":779.32,\"4793\":784.88,\"4794\":947.02,\"4795\":725.88,\"4796\":3710.67,\"4797\":2422.2,\"4798\":7135.2,\"4799\":226348.97,\"4800\":4899.6,\"4801\":5945.16,\"4802\":null,\"4803\":404.46,\"4804\":13002.0,\"4805\":91.72,\"4806\":null,\"4807\":3106.95,\"4808\":1751.97,\"4809\":784.03,\"4810\":1666.8,\"4811\":3590.0,\"4812\":19756.0,\"4813\":60583.96,\"4814\":499148.46,\"4815\":null,\"4816\":null,\"4817\":10083.71,\"4818\":51130.44,\"4819\":6933.67,\"4820\":null,\"4821\":720.1,\"4822\":3702.72,\"4823\":862.75,\"4824\":18732.1,\"4825\":469.26,\"4826\":null,\"4827\":62656.63,\"4828\":28299.78,\"4829\":19385.0,\"4830\":5466.14,\"4831\":939.79,\"4832\":249648.69,\"4833\":156355.45,\"4834\":6768.32,\"4835\":68952.0,\"4836\":509230.0,\"4837\":60255.85,\"4838\":195109.92,\"4839\":20230.94,\"4840\":396717.9,\"4841\":17602.71,\"4842\":18548.2,\"4843\":24593.36,\"4844\":12905.72,\"4845\":16390.19,\"4846\":117875.05,\"4847\":1004.98,\"4848\":1279.41,\"4849\":577.83,\"4850\":101090.0,\"4851\":52313.29,\"4852\":1861.85,\"4853\":753.38,\"4854\":384.4,\"4855\":30023.16,\"4856\":null,\"4857\":1987.39,\"4858\":2865.6,\"4859\":830.94,\"4860\":832795.74,\"4861\":324876.6,\"4862\":162.0,\"4863\":10225.6,\"4864\":4537.6,\"4865\":795.85,\"4866\":136760.0,\"4867\":615.62,\"4868\":9756.0,\"4869\":23302.73,\"4870\":64310.49,\"4871\":165190.33,\"4872\":180.0,\"4873\":297252.0,\"4874\":498009.01,\"4875\":50690.01,\"4876\":41902.18,\"4877\":8264.35,\"4878\":518.5,\"4879\":675.29,\"4880\":724.65,\"4881\":81072.72,\"4882\":3076.14,\"4883\":522.29,\"4884\":928.98,\"4885\":393.38,\"4886\":4886.4,\"4887\":428.4,\"4888\":null,\"4889\":1828.49,\"4890\":14075.22,\"4891\":1755.45,\"4892\":17360.83,\"4893\":6052.8,\"4894\":383.46,\"4895\":2562.0,\"4896\":102.3,\"4897\":342.38,\"4898\":30221.74,\"4899\":25305.27,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":120269.47,\"4904\":null,\"4905\":782.98,\"4906\":1084.23,\"4907\":1315.8,\"4908\":783689.0,\"4909\":49667.0,\"4910\":530980.8199999999,\"4911\":20027.16,\"4912\":204610.0,\"4913\":153625.03,\"4914\":418245.44,\"4915\":73243.07,\"4916\":73890.61,\"4917\":795.76,\"4918\":353.24,\"4919\":76581.44,\"4920\":6445.41,\"4921\":6763.78,\"4922\":76618.77,\"4923\":163994.52,\"4924\":170619.95,\"4925\":65568.35,\"4926\":null,\"4927\":220129.18,\"4928\":12737.38,\"4929\":43516.03,\"4930\":48170.26,\"4931\":655.92,\"4932\":76477.82,\"4933\":1465.72,\"4934\":6769.4,\"4935\":2671.45,\"4936\":30176.7,\"4937\":43123.38,\"4938\":57212.16,\"4939\":58076.77,\"4940\":19528.64,\"4941\":325.59,\"4942\":6890.4,\"4943\":null,\"4944\":null,\"4945\":6720.45,\"4946\":275.68,\"4947\":null,\"4948\":6160.0,\"4949\":9358.53,\"4950\":20.64,\"4951\":1645.6,\"4952\":149.03,\"4953\":null,\"4954\":8736.0,\"4955\":8436.0,\"4956\":2490.4,\"4957\":5938.54,\"4958\":17342.36,\"4959\":10464.6,\"4960\":11038.51,\"4961\":523.01,\"4962\":null,\"4963\":null,\"4964\":1350.0,\"4965\":1698.5,\"4966\":12690.0,\"4967\":19742.44,\"4968\":10267.2,\"4969\":19608.46,\"4970\":7329.6,\"4971\":502.9,\"4972\":8414.4,\"4973\":9626.0,\"4974\":1410.1,\"4975\":7069.74,\"4976\":3385.8,\"4977\":4864.0,\"4978\":282.91,\"4979\":1900.0,\"4980\":341.55,\"4981\":2040.0,\"4982\":176.89,\"4983\":12306.29,\"4984\":6105.3,\"4985\":9583.1,\"4986\":1120.8,\"4987\":1192.06,\"4988\":null,\"4989\":802.56,\"4990\":349.8,\"4991\":982.5,\"4992\":3805.12,\"4993\":2908.5,\"4994\":135.36,\"4995\":10932.55,\"4996\":2000.0,\"4997\":5594.8,\"4998\":7994.34,\"4999\":84771.66,\"5000\":10980.05,\"5001\":2513.98,\"5002\":3954.26,\"5003\":7722.72,\"5004\":8275.33,\"5005\":8863.14,\"5006\":9222.88,\"5007\":176526.86,\"5008\":18378.09,\"5009\":1108.14,\"5010\":9479.95,\"5011\":9359.11,\"5012\":8745.0,\"5013\":11103.44,\"5014\":365.56,\"5015\":null,\"5016\":1993.96,\"5017\":8809.09,\"5018\":3.17,\"5019\":68.66,\"5020\":500.53,\"5021\":4489.3,\"5022\":8794.8,\"5023\":9440.23,\"5024\":2065.56,\"5025\":19504.37,\"5026\":19507.19,\"5027\":9305.39,\"5028\":6996.6,\"5029\":13071.6,\"5030\":5379.01,\"5031\":5386.13,\"5032\":870.0,\"5033\":90261.72,\"5034\":18807.06,\"5035\":18778.61,\"5036\":4.79,\"5037\":1.5,\"5038\":7836.0,\"5039\":1196.25,\"5040\":286.99,\"5041\":null,\"5042\":731.98,\"5043\":null,\"5044\":33843.73,\"5045\":21649.33,\"5046\":83047.4,\"5047\":1227.33,\"5048\":1621.5,\"5049\":77233.21,\"5050\":1817.2,\"5051\":19560.0,\"5052\":4269.6,\"5053\":9568.92,\"5054\":6993.45,\"5055\":6874.2,\"5056\":5702.18,\"5057\":4540.8,\"5058\":5987.4,\"5059\":923.47,\"5060\":4899.4,\"5061\":874.56,\"5062\":459.72,\"5063\":460.44,\"5064\":943.44,\"5065\":565.5,\"5066\":null,\"5067\":931.73,\"5068\":937.08,\"5069\":949.42,\"5070\":978.28,\"5071\":8266.8,\"5072\":996.84,\"5073\":7.2,\"5074\":18313.6,\"5075\":18166.91,\"5076\":7567.2,\"5077\":7012.94,\"5078\":4900.0,\"5079\":960.48,\"5080\":63.25,\"5081\":64.94,\"5082\":4596.0,\"5083\":8971.2,\"5084\":8806.83,\"5085\":965.35,\"5086\":8420.4,\"5087\":4.11,\"5088\":944.86,\"5089\":853.44,\"5090\":662.2,\"5091\":2101.44,\"5092\":7010.4,\"5093\":4900.0,\"5094\":null,\"5095\":990.27,\"5096\":645.92,\"5097\":1043.86,\"5098\":408.0,\"5099\":10971.93,\"5100\":8939.51,\"5101\":3829.2,\"5102\":18936.99,\"5103\":19158.1,\"5104\":6975.9,\"5105\":7004.1,\"5106\":844.14,\"5107\":839.15,\"5108\":988.24,\"5109\":7738.5,\"5110\":74.56,\"5111\":912.48,\"5112\":993.94,\"5113\":911.15,\"5114\":397.69,\"5115\":3776.67,\"5116\":2118.6,\"5117\":7136.4,\"5118\":381498.64,\"5119\":3430.8,\"5120\":5420.32,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.73,\"5125\":13662.0,\"5126\":10388.24,\"5127\":191.4,\"5128\":3134.18,\"5129\":1737.12,\"5130\":775.22,\"5131\":1881.0,\"5132\":2813.0,\"5133\":20608.0,\"5134\":154702.5,\"5135\":385854.08,\"5136\":12984.0,\"5137\":561.33,\"5138\":12135.08,\"5139\":24566.81,\"5140\":6765.0,\"5141\":1099.98,\"5142\":730.58,\"5143\":3701.12,\"5144\":881.4,\"5145\":14275.39,\"5146\":602.36,\"5147\":null,\"5148\":60620.88,\"5149\":15473.86,\"5150\":13172.0,\"5151\":5310.57,\"5152\":939.79,\"5153\":249383.16,\"5154\":159371.74,\"5155\":6674.33,\"5156\":69384.0,\"5157\":506810.0,\"5158\":60074.63,\"5159\":239946.5,\"5160\":16882.78,\"5161\":263830.47,\"5162\":15114.15,\"5163\":18702.2,\"5164\":23910.33,\"5165\":12020.46,\"5166\":16264.19,\"5167\":115211.61,\"5168\":1118.21,\"5169\":1327.58,\"5170\":557.58,\"5171\":7865.0,\"5172\":60053.63,\"5173\":2075.29,\"5174\":744.52,\"5175\":392.73,\"5176\":26973.09,\"5177\":null,\"5178\":1314.08,\"5179\":2865.6,\"5180\":833.83,\"5181\":857471.62,\"5182\":599950.28,\"5183\":390.0,\"5184\":4428.6,\"5185\":8441.88,\"5186\":788.7,\"5187\":44990.0,\"5188\":609.79,\"5189\":14544.0,\"5190\":22986.39,\"5191\":68938.74,\"5192\":164900.63,\"5193\":null,\"5194\":302358.0,\"5195\":null,\"5196\":50769.82,\"5197\":null,\"5198\":7652.17,\"5199\":482.33,\"5200\":675.4,\"5201\":790.2,\"5202\":81023.97,\"5203\":3067.53,\"5204\":520.97,\"5205\":788.94,\"5206\":588.16,\"5207\":4657.2,\"5208\":428.28,\"5209\":1659.99,\"5210\":14014.96,\"5211\":null,\"5212\":16773.21,\"5213\":6806.4,\"5214\":196.61,\"5215\":2554.8,\"5216\":92.4,\"5217\":335.16,\"5218\":29895.66,\"5219\":48861.9,\"5220\":1183.97,\"5221\":353681.06,\"5222\":null,\"5223\":567445.17,\"5224\":1601.04,\"5225\":826.32,\"5226\":1119.62,\"5227\":1267.2,\"5228\":604322.23,\"5229\":null,\"5230\":532282.6,\"5231\":206130.0,\"5232\":144753.5,\"5233\":419416.6,\"5234\":73496.74,\"5235\":72185.09,\"5236\":null,\"5237\":796.88,\"5238\":756.59,\"5239\":69638.9,\"5240\":6452.89,\"5241\":6718.85,\"5242\":61857.8,\"5243\":164361.49,\"5244\":170323.95,\"5245\":null,\"5246\":null,\"5247\":176465.29,\"5248\":null,\"5249\":23495.13,\"5250\":44739.76,\"5251\":48609.61,\"5252\":656.94,\"5253\":75534.39,\"5254\":1441.14,\"5255\":8602.0,\"5256\":2618.08,\"5257\":26192.94,\"5258\":32276.46,\"5259\":57516.74,\"5260\":null,\"5261\":18904.49,\"5262\":null,\"5263\":5922.0,\"5264\":null,\"5265\":null,\"5266\":6519.81,\"5267\":278.32,\"5268\":4320.0,\"5269\":9457.63,\"5270\":null,\"5271\":1657.92,\"5272\":143.35,\"5273\":null,\"5274\":8276.0,\"5275\":9552.0,\"5276\":2514.6,\"5277\":3972.22,\"5278\":14268.7,\"5279\":10139.57,\"5280\":10229.33,\"5281\":1152.8,\"5282\":13356.6,\"5283\":13060.4,\"5284\":1867.2,\"5285\":1461.8,\"5286\":12978.0,\"5287\":19689.43,\"5288\":10639.58,\"5289\":18498.6,\"5290\":6350.4,\"5291\":431.8,\"5292\":7761.9,\"5293\":2042.0,\"5294\":1300.9,\"5295\":6448.74,\"5296\":3377.8,\"5297\":4434.0,\"5298\":282.91,\"5299\":1569.49,\"5300\":341.09,\"5301\":2033.0,\"5302\":237.58,\"5303\":11300.87,\"5304\":7202.3,\"5305\":16287.61,\"5306\":1091.4,\"5307\":3024.53,\"5308\":null,\"5309\":948.42,\"5310\":null,\"5311\":302.72,\"5312\":957.9,\"5313\":3357.09,\"5314\":3371.09,\"5315\":47.52,\"5316\":13739.04,\"5317\":2000.0,\"5318\":5387.7,\"5319\":7300.2,\"5320\":86400.82,\"5321\":7612.04,\"5322\":3472.84,\"5323\":4120.7,\"5324\":7845.12,\"5325\":null,\"5326\":14135.41,\"5327\":6328.45,\"5328\":15466.16,\"5329\":148920.8,\"5330\":14145.24,\"5331\":1664.3,\"5332\":8915.54,\"5333\":8623.12,\"5334\":null,\"5335\":11359.29,\"5336\":244.4,\"5337\":14.4,\"5338\":2630.04,\"5339\":9280.48,\"5340\":2.28,\"5341\":106.63,\"5342\":3338.08,\"5343\":3793.4,\"5344\":7866.0,\"5345\":9289.31,\"5346\":1409.21,\"5347\":17337.08,\"5348\":19064.62,\"5349\":8748.09,\"5350\":6480.0,\"5351\":15102.0,\"5352\":5233.6,\"5353\":5372.69,\"5354\":790.2,\"5355\":63247.23,\"5356\":17444.86,\"5357\":16724.55,\"5358\":6.71,\"5359\":2.09,\"5360\":6080.4,\"5361\":2302.2,\"5362\":316.91,\"5363\":8625.92,\"5364\":358.46,\"5365\":null,\"5366\":30212.07,\"5367\":30705.72,\"5368\":83797.57,\"5369\":1187.18,\"5370\":1401.39,\"5371\":51377.88,\"5372\":8805.3,\"5373\":18920.0,\"5374\":4037.4,\"5375\":9618.6,\"5376\":8276.18,\"5377\":8178.98,\"5378\":8061.08,\"5379\":7686.3,\"5380\":10216.2,\"5381\":819.9,\"5382\":null,\"5383\":786.0,\"5384\":526.2,\"5385\":523.32,\"5386\":897.33,\"5387\":547.47,\"5388\":881.1,\"5389\":892.38,\"5390\":853.56,\"5391\":754.38,\"5392\":766.49,\"5393\":7438.8,\"5394\":799.92,\"5395\":64.8,\"5396\":16297.7,\"5397\":16283.84,\"5398\":6735.6,\"5399\":13937.71,\"5400\":4900.0,\"5401\":938.43,\"5402\":0.6,\"5403\":null,\"5404\":0.74,\"5405\":9266.4,\"5406\":2761.2,\"5407\":9625.35,\"5408\":743.46,\"5409\":7881.75,\"5410\":5.61,\"5411\":862.2,\"5412\":889.68,\"5413\":510.4,\"5414\":2211.0,\"5415\":5517.7,\"5416\":4900.0,\"5417\":927.86,\"5418\":767.41,\"5419\":872.38,\"5420\":null,\"5421\":null,\"5422\":11545.22,\"5423\":8892.51,\"5424\":6973.8,\"5425\":16211.91,\"5426\":16906.91,\"5427\":6565.2,\"5428\":5322.3,\"5429\":921.01,\"5430\":829.37,\"5431\":null,\"5432\":885.38,\"5433\":6342.6,\"5434\":73.06,\"5435\":878.57,\"5436\":402.62,\"5437\":null,\"5438\":40.32,\"5439\":3864.67,\"5440\":1960.2,\"5441\":7152.0,\"5442\":221717.96,\"5443\":2444.4,\"5444\":4867.56,\"5445\":464.42,\"5446\":null,\"5447\":404.72,\"5448\":13728.0,\"5449\":5929.42,\"5450\":198.0,\"5451\":3056.62,\"5452\":1736.46,\"5453\":756.5,\"5454\":1731.6,\"5455\":2523.0,\"5456\":22516.0,\"5457\":152589.85,\"5458\":439298.65,\"5459\":12528.0,\"5460\":572.22,\"5461\":10972.44,\"5462\":42859.93,\"5463\":null,\"5464\":7062.0,\"5465\":1173.86,\"5466\":null,\"5467\":3028.8,\"5468\":960.31,\"5469\":12902.29,\"5470\":623.26,\"5471\":null,\"5472\":58567.17,\"5473\":15425.78,\"5474\":11209.0,\"5475\":5197.77,\"5476\":null,\"5477\":254820.06,\"5478\":158800.85,\"5479\":6501.78,\"5480\":65736.0,\"5481\":null,\"5482\":59744.66,\"5483\":244344.54,\"5484\":14905.88,\"5485\":373484.89,\"5486\":15170.24,\"5487\":13809.4,\"5488\":21520.55,\"5489\":11020.34,\"5490\":14611.71,\"5491\":null,\"5492\":1319.0,\"5493\":null,\"5494\":585.71,\"5495\":149820.0,\"5496\":65232.26,\"5497\":2088.4,\"5498\":741.77,\"5499\":398.81,\"5500\":25077.04,\"5501\":null,\"5502\":1564.63,\"5503\":2865.6,\"5504\":882.31,\"5505\":878031.86,\"5506\":469200.3,\"5507\":498.0,\"5508\":7004.8,\"5509\":8421.52,\"5510\":794.86,\"5511\":184260.0,\"5512\":623.44,\"5513\":14796.0,\"5514\":23439.59,\"5515\":60705.77,\"5516\":69318.64,\"5517\":164943.85,\"5518\":null,\"5519\":null,\"5520\":509508.78,\"5521\":961.82,\"5522\":41522.6,\"5523\":6886.96,\"5524\":502.13,\"5525\":687.06,\"5526\":789.0,\"5527\":294125.38,\"5528\":3606.33,\"5529\":455.76,\"5530\":863.64,\"5531\":550.09,\"5532\":4549.2,\"5533\":427.68,\"5534\":557.42,\"5535\":14164.89,\"5536\":18314.22,\"5537\":10123.2,\"5538\":379.24,\"5539\":2543.4,\"5540\":102.3,\"5541\":330.07,\"5542\":30124.93,\"5543\":43176.2,\"5544\":1188.21,\"5545\":723422.49,\"5546\":null,\"5547\":120330.77,\"5548\":1604.52,\"5549\":710.16,\"5550\":1050.8,\"5551\":1452.6,\"5552\":780589.76,\"5553\":49338.47,\"5554\":533495.55,\"5555\":175820.0,\"5556\":153081.26,\"5557\":419096.39,\"5558\":138405.26,\"5559\":100862.92,\"5560\":null,\"5561\":794.5,\"5562\":1283.96,\"5563\":79897.85,\"5564\":11751.56,\"5565\":12580.97,\"5566\":61218.79,\"5567\":164347.17,\"5568\":169354.55,\"5569\":null,\"5570\":null,\"5571\":227628.13,\"5572\":22111.93,\"5573\":44122.81,\"5574\":48893.1,\"5575\":658.23,\"5576\":75582.54,\"5577\":1447.51,\"5578\":8245.6,\"5579\":2390.35,\"5580\":31621.04,\"5581\":31704.46,\"5582\":58383.89,\"5583\":58165.41,\"5584\":19099.11,\"5585\":656.46,\"5586\":4928.4,\"5587\":null,\"5588\":null,\"5589\":6125.79,\"5590\":311.65,\"5591\":6640.0,\"5592\":4830.15,\"5593\":400.56,\"5594\":1686.52,\"5595\":146.39,\"5596\":null,\"5597\":8286.0,\"5598\":8153.0,\"5599\":2420.0,\"5600\":4464.16,\"5601\":16474.59,\"5602\":9603.6,\"5603\":9939.42,\"5604\":1818.67,\"5605\":13104.2,\"5606\":12815.7,\"5607\":1496.4,\"5608\":1332.0,\"5609\":8748.0,\"5610\":10355.48,\"5611\":19438.06,\"5612\":18524.15,\"5613\":7142.4,\"5614\":null,\"5615\":7620.3,\"5616\":2246.0,\"5617\":1266.7,\"5618\":5692.5,\"5619\":3069.6,\"5620\":4325.0,\"5621\":282.91,\"5622\":1838.41,\"5623\":342.7,\"5624\":1963.0,\"5625\":43.13,\"5626\":12214.4,\"5627\":6735.08,\"5628\":15264.66,\"5629\":1125.0,\"5630\":2047.88,\"5631\":null,\"5632\":838.86,\"5633\":null,\"5634\":303.6,\"5635\":456.0,\"5636\":1123.54,\"5637\":1635.22,\"5638\":20.16,\"5639\":13453.13,\"5640\":2000.0,\"5641\":5379.6,\"5642\":5390.28,\"5643\":64145.51,\"5644\":11180.16,\"5645\":3195.24,\"5646\":3793.57,\"5647\":5810.4,\"5648\":15193.88,\"5649\":7276.39,\"5650\":15625.06,\"5651\":null,\"5652\":14145.24,\"5653\":1195.48,\"5654\":9559.97,\"5655\":9779.93,\"5656\":null,\"5657\":10278.1,\"5658\":207.48,\"5659\":1695.61,\"5660\":9848.31,\"5661\":2.38,\"5662\":101.13,\"5663\":3180.05,\"5664\":4395.63,\"5665\":5961.6,\"5666\":9698.34,\"5667\":762.02,\"5668\":19536.61,\"5669\":19831.5,\"5670\":9126.37,\"5671\":5880.6,\"5672\":12538.8,\"5673\":14182.83,\"5674\":14748.75,\"5675\":863.4,\"5676\":90837.77,\"5677\":15009.74,\"5678\":12322.32,\"5679\":4.2,\"5680\":1.33,\"5681\":8188.8,\"5682\":1518.75,\"5683\":365.86,\"5684\":9062.46,\"5685\":708.54,\"5686\":null,\"5687\":38558.14,\"5688\":23425.27,\"5689\":79412.22,\"5690\":1194.27,\"5691\":1313.76,\"5692\":55160.27,\"5693\":7767.55,\"5694\":10120.0,\"5695\":4728.0,\"5696\":9350.88,\"5697\":6361.88,\"5698\":6404.63,\"5699\":8859.15,\"5700\":7212.0,\"5701\":9110.7,\"5702\":865.48,\"5703\":4013.9,\"5704\":621.12,\"5705\":315.95,\"5706\":562.92,\"5707\":961.98,\"5708\":592.77,\"5709\":637.45,\"5710\":554.9,\"5711\":955.2,\"5712\":719.99,\"5713\":715.82,\"5714\":6486.0,\"5715\":742.32,\"5716\":70.8,\"5717\":15761.9,\"5718\":14957.37,\"5719\":5659.2,\"5720\":1363.63,\"5721\":4900.0,\"5722\":972.45,\"5723\":null,\"5724\":null,\"5725\":183.73,\"5726\":8093.1,\"5727\":6889.2,\"5728\":8144.84,\"5729\":773.49,\"5730\":4571.55,\"5731\":4.99,\"5732\":956.27,\"5733\":971.4,\"5734\":547.8,\"5735\":2243.12,\"5736\":5988.05,\"5737\":4900.0,\"5738\":861.37,\"5739\":732.35,\"5740\":872.71,\"5741\":756.01,\"5742\":57.0,\"5743\":6831.05,\"5744\":5433.35,\"5745\":2855.4,\"5746\":null,\"5747\":null,\"5748\":5265.9,\"5749\":null,\"5750\":912.54,\"5751\":911.68,\"5752\":2258.03,\"5753\":751.66,\"5754\":8794.5,\"5755\":80.41,\"5756\":858.39,\"5757\":640.78,\"5758\":8702.28,\"5759\":753.02,\"5760\":237.06,\"5761\":3817.0,\"5762\":1887.6,\"5763\":7149.6,\"5764\":380584.86,\"5765\":1951.2,\"5766\":null,\"5767\":466.51,\"5768\":null,\"5769\":null,\"5770\":417.07,\"5771\":12353.0,\"5772\":9900.3,\"5773\":198.0,\"5774\":3101.67,\"5775\":1745.37,\"5776\":758.84,\"5777\":1432.8,\"5778\":810.0,\"5779\":21876.0,\"5780\":60587.7,\"5781\":502479.88,\"5782\":13304.0,\"5783\":538.89,\"5784\":12062.85,\"5785\":34667.16,\"5786\":7142.67,\"5787\":650.9,\"5788\":null,\"5789\":961.36,\"5790\":12373.87,\"5791\":600.6,\"5792\":null,\"5793\":31860.62,\"5794\":29644.96,\"5795\":null,\"5796\":4635.26,\"5797\":255000.0,\"5798\":158613.47,\"5799\":5629.95,\"5800\":508020.0,\"5801\":948179.08,\"5802\":231797.08,\"5803\":13110.42,\"5804\":395556.11,\"5805\":13977.58,\"5806\":18205.0,\"5807\":22105.67,\"5808\":10916.73,\"5809\":16906.04,\"5810\":null,\"5811\":1257.73,\"5812\":2177.43,\"5813\":590.21,\"5814\":178530.0,\"5815\":61948.94,\"5816\":2089.55,\"5817\":742.46,\"5818\":null,\"5819\":25574.84,\"5820\":null,\"5821\":1899.98,\"5822\":2865.6,\"5823\":null,\"5824\":574.94,\"5825\":891215.96,\"5826\":350400.85,\"5827\":360.0,\"5828\":6886.0,\"5829\":8395.29,\"5830\":792.44,\"5831\":187760.0,\"5832\":664.3,\"5833\":17208.0,\"5834\":23454.91,\"5835\":61387.59,\"5836\":69663.63,\"5837\":164303.87,\"5838\":385.0,\"5839\":332626.0,\"5840\":null,\"5841\":null,\"5842\":7040.0,\"5843\":499.36,\"5844\":686.05,\"5845\":835.2,\"5846\":81243.58,\"5847\":3614.94,\"5848\":528.59,\"5849\":906.3,\"5850\":574.77,\"5851\":3976.8,\"5852\":427.56,\"5853\":1327.56,\"5854\":14142.65,\"5855\":16684.28,\"5856\":9206.4,\"5857\":null,\"5858\":384.32,\"5859\":2528.4,\"5860\":102.3,\"5861\":328.06,\"5862\":30226.05,\"5863\":49098.44,\"5864\":1185.15,\"5865\":368373.27,\"5866\":null,\"5867\":120074.24,\"5868\":1605.48,\"5869\":709.06,\"5870\":1123.17,\"5871\":1267.2,\"5872\":714771.9399999999,\"5873\":null,\"5874\":530288.38,\"5875\":null,\"5876\":153553.85,\"5877\":422993.37,\"5878\":138721.77,\"5879\":124695.7,\"5880\":null,\"5881\":795.9,\"5882\":623.29,\"5883\":70994.53,\"5884\":11696.77,\"5885\":10191.56,\"5886\":76778.46,\"5887\":164356.72,\"5888\":168670.05,\"5889\":null,\"5890\":null,\"5891\":101415.8,\"5892\":23029.71,\"5893\":43924.12,\"5894\":47607.15,\"5895\":654.21,\"5896\":75479.28,\"5897\":null,\"5898\":8214.8,\"5899\":2475.63,\"5900\":29247.49,\"5901\":32783.45,\"5902\":58823.08,\"5903\":null,\"5904\":16511.44,\"5905\":652.56,\"5906\":5410.8,\"5907\":1.8,\"5908\":null,\"5909\":6690.26,\"5910\":303.07,\"5911\":1680.0,\"5912\":9066.08,\"5913\":1340.04,\"5914\":1704.12,\"5915\":151.01,\"5916\":7711.0,\"5917\":7439.0,\"5918\":2380.4,\"5919\":5964.18,\"5920\":15246.44,\"5921\":11823.64,\"5922\":12503.55,\"5923\":1339.65,\"5924\":12914.6,\"5925\":12626.6,\"5926\":490.8,\"5927\":1258.6,\"5928\":13968.0,\"5929\":19458.24,\"5930\":19472.94,\"5931\":10070.88,\"5932\":5241.6,\"5933\":8121.0,\"5934\":1924.0,\"5935\":1202.3,\"5936\":6371.46,\"5937\":3165.4,\"5938\":4223.0,\"5939\":282.91,\"5940\":1799.29,\"5941\":341.32,\"5942\":788.97,\"5943\":819.38,\"5944\":10753.1,\"5945\":3357.72,\"5946\":13939.75,\"5947\":1064.4,\"5948\":671.8,\"5949\":14.67,\"5950\":822.36,\"5951\":295.68,\"5952\":816.9,\"5953\":3148.75,\"5954\":5484.48,\"5955\":33.12,\"5956\":15093.38,\"5957\":2000.0,\"5958\":5226.5,\"5959\":7664.52,\"5960\":70989.3,\"5961\":13523.85,\"5962\":4260.14,\"5963\":9745.04,\"5964\":8595.36,\"5965\":15200.71,\"5966\":2990.76,\"5967\":16552.44,\"5968\":180133.41,\"5969\":null,\"5970\":1859.44,\"5971\":10209.97,\"5972\":10322.59,\"5973\":10170.0,\"5974\":10168.87,\"5975\":408.12,\"5976\":115.2,\"5977\":603.68,\"5978\":7742.27,\"5979\":2.99,\"5980\":96.65,\"5981\":2791.38,\"5982\":2955.56,\"5983\":6793.2,\"5984\":10246.07,\"5985\":1997.91,\"5986\":15510.87,\"5987\":16015.18,\"5988\":7126.16,\"5989\":2167.2,\"5990\":4262.4,\"5991\":10344.33,\"5992\":15848.94,\"5993\":552.0,\"5994\":69086.22,\"5995\":15837.89,\"5996\":16492.49,\"5997\":6.44,\"5998\":1.99,\"5999\":9307.2,\"6000\":3168.0,\"6001\":238.92,\"6002\":8457.56,\"6003\":546.15,\"6004\":null,\"6005\":31051.5,\"6006\":23501.81,\"6007\":87711.12,\"6008\":1155.17,\"6009\":1114.35,\"6010\":70962.85,\"6011\":9215.15,\"6012\":16000.0,\"6013\":2379.0,\"6014\":9603.42,\"6015\":7692.98,\"6016\":8024.18,\"6017\":10059.08,\"6018\":3423.0,\"6019\":4278.0,\"6020\":683.32,\"6021\":6.6,\"6022\":932.04,\"6023\":585.6,\"6024\":489.24,\"6025\":773.07,\"6026\":450.6,\"6027\":508.7,\"6028\":963.58,\"6029\":991.92,\"6030\":971.86,\"6031\":972.58,\"6032\":8388.0,\"6033\":936.36,\"6034\":426.0,\"6035\":10238.81,\"6036\":12939.85,\"6037\":7218.0,\"6038\":12369.14,\"6039\":4900.0,\"6040\":745.47,\"6041\":123.6,\"6042\":null,\"6043\":610.05,\"6044\":9474.0,\"6045\":9432.0,\"6046\":9172.21,\"6047\":883.19,\"6048\":9596.7,\"6049\":2.5,\"6050\":918.9,\"6051\":764.04,\"6052\":784.3,\"6053\":1888.04,\"6054\":2003.3,\"6055\":4900.0,\"6056\":916.3,\"6057\":988.42,\"6058\":563.75,\"6059\":35.42,\"6060\":210.0,\"6061\":6739.86,\"6062\":5916.88,\"6063\":4851.6,\"6064\":12156.24,\"6065\":12639.91,\"6066\":9164.7,\"6067\":6427.5,\"6068\":394.31,\"6069\":398.84,\"6070\":3169.4,\"6071\":978.78,\"6072\":5342.7,\"6073\":69.92,\"6074\":666.79,\"6075\":295.55,\"6076\":7952.94,\"6077\":865.49,\"6078\":1381.35,\"6079\":3864.67,\"6080\":1887.6,\"6081\":7138.8,\"6082\":402328.06,\"6083\":1695.6,\"6084\":3546.2,\"6085\":null,\"6086\":null,\"6087\":417.11,\"6088\":13189.0,\"6089\":13534.84,\"6090\":null,\"6091\":3089.62,\"6092\":1758.24,\"6093\":766.44,\"6094\":3379.5,\"6095\":815.0,\"6096\":20324.0,\"6097\":193792.34,\"6098\":352480.33,\"6099\":13352.0,\"6100\":1348.71,\"6101\":16979.92,\"6102\":38448.04,\"6103\":6622.0,\"6104\":642.85,\"6105\":3702.08,\"6106\":907.39,\"6107\":11796.65,\"6108\":438.46,\"6109\":null,\"6110\":63093.93,\"6111\":28621.09,\"6112\":9091.0,\"6113\":4527.41,\"6114\":939.79,\"6115\":254171.27,\"6116\":159617.7,\"6117\":5539.62,\"6118\":106392.0,\"6119\":null,\"6120\":168933.96,\"6121\":107706.17,\"6122\":12347.66,\"6123\":312647.7,\"6124\":22721.4,\"6125\":16885.0,\"6126\":22775.89,\"6127\":11751.01,\"6128\":17334.11,\"6129\":null,\"6130\":1326.25,\"6131\":1461.23,\"6132\":null,\"6133\":584.33,\"6134\":109890.0,\"6135\":64583.35,\"6136\":2229.05,\"6137\":741.47,\"6138\":462.77,\"6139\":29300.03,\"6140\":null,\"6141\":null,\"6142\":2865.6,\"6143\":935.69,\"6144\":886795.61,\"6145\":369257.64,\"6146\":558.0,\"6147\":6710.0,\"6148\":8374.69,\"6149\":831.05,\"6150\":null,\"6151\":652.76,\"6152\":12924.0,\"6153\":35622.53,\"6154\":69631.55,\"6155\":164798.88,\"6156\":null,\"6157\":null,\"6158\":430846.9,\"6159\":41056.32,\"6160\":8570.44,\"6161\":492.76,\"6162\":691.27,\"6163\":765.45,\"6164\":80987.03,\"6165\":3043.44,\"6166\":526.55,\"6167\":928.62,\"6168\":416.7,\"6169\":3985.2,\"6170\":426.48,\"6171\":19283.0,\"6172\":1524.37,\"6173\":14010.65,\"6174\":4361.4,\"6175\":15982.58,\"6176\":6638.4,\"6177\":null,\"6178\":379.76,\"6179\":2446.2,\"6180\":102.3,\"6181\":315.21,\"6182\":29838.28,\"6183\":50092.23,\"6184\":null,\"6185\":1210683.8600000001,\"6186\":null,\"6187\":120754.13,\"6188\":1605.9,\"6189\":639.76,\"6190\":1034.29,\"6191\":1197.0,\"6192\":772323.04,\"6193\":49664.76,\"6194\":530191.4399999999,\"6195\":205190.0,\"6196\":153345.5,\"6197\":423507.14,\"6198\":110511.29,\"6199\":125213.79,\"6200\":2059.0,\"6201\":798.98,\"6202\":673.91,\"6203\":80238.35,\"6204\":15036.57,\"6205\":10852.33,\"6206\":77861.97,\"6207\":156144.52,\"6208\":168433.25,\"6209\":null,\"6210\":null,\"6211\":200651.91,\"6212\":26326.34,\"6213\":38650.8,\"6214\":48069.56,\"6215\":638.97,\"6216\":77494.84,\"6217\":1747.24,\"6218\":6846.4,\"6219\":2336.06,\"6220\":29839.73,\"6221\":32594.13,\"6222\":59053.16,\"6223\":15584.26,\"6224\":654.66,\"6225\":5407.2,\"6226\":null,\"6227\":null,\"6228\":6700.49,\"6229\":274.1,\"6230\":3200.0,\"6231\":7361.76,\"6232\":1419.84,\"6233\":1607.32,\"6234\":409.07,\"6235\":16941.0,\"6236\":8871.0,\"6237\":2325.4,\"6238\":5902.45,\"6239\":16213.35,\"6240\":14967.93,\"6241\":15683.2,\"6242\":1974.28,\"6243\":13661.1,\"6244\":13357.7,\"6245\":2378.4,\"6246\":null,\"6247\":13896.0,\"6248\":19740.18,\"6249\":19674.78,\"6250\":10209.08,\"6251\":3596.4,\"6252\":9419.5,\"6253\":4730.0,\"6254\":null,\"6255\":1423.9,\"6256\":5321.28,\"6257\":3250.3,\"6258\":5232.0,\"6259\":282.91,\"6260\":2116.35,\"6261\":339.94,\"6262\":1866.0,\"6263\":1161.24,\"6264\":13154.89,\"6265\":949.93,\"6266\":3130.99,\"6267\":626.4,\"6268\":2361.84,\"6269\":2.93,\"6270\":793.32,\"6271\":null,\"6272\":307.12,\"6273\":653.4,\"6274\":1282.27,\"6275\":3156.46,\"6276\":0.96,\"6277\":9427.72,\"6278\":2000.0,\"6279\":5692.9,\"6280\":8056.44,\"6281\":74115.91,\"6282\":8031.97,\"6283\":99.5,\"6284\":3799.3,\"6285\":8375.04,\"6286\":2944.73,\"6287\":2339.94,\"6288\":3223.9,\"6289\":197962.49,\"6290\":16076.6,\"6291\":78.1,\"6292\":10365.97,\"6293\":10496.87,\"6294\":9516.0,\"6295\":7416.85,\"6296\":445.2,\"6297\":668.0,\"6298\":2262.84,\"6299\":5169.5,\"6300\":1.66,\"6301\":91.04,\"6302\":2166.36,\"6303\":3195.04,\"6304\":6822.0,\"6305\":10033.13,\"6306\":207.94,\"6307\":6816.22,\"6308\":6670.35,\"6309\":3044.29,\"6310\":7180.2,\"6311\":7614.0,\"6312\":19804.26,\"6313\":19929.42,\"6314\":1906.2,\"6315\":57248.59,\"6316\":14685.94,\"6317\":14492.37,\"6318\":5.31,\"6319\":1.64,\"6320\":6644.4,\"6321\":419.4,\"6322\":355.08,\"6323\":8906.06,\"6324\":729.59,\"6325\":null,\"6326\":21200.45,\"6327\":17932.55,\"6328\":71799.89,\"6329\":1149.28,\"6330\":1254.42,\"6331\":75186.38,\"6332\":8100.75,\"6333\":14880.0,\"6334\":4267.2,\"6335\":9748.32,\"6336\":6305.4,\"6337\":6221.25,\"6338\":4122.9,\"6339\":1735.8,\"6340\":2061.6,\"6341\":642.75,\"6342\":4415.4,\"6343\":454.2,\"6344\":422.64,\"6345\":410.28,\"6346\":289.38,\"6347\":145.02,\"6348\":778.21,\"6349\":803.06,\"6350\":981.84,\"6351\":934.61,\"6352\":954.9,\"6353\":7570.8,\"6354\":791.16,\"6355\":376.8,\"6356\":17617.62,\"6357\":17166.47,\"6358\":5473.8,\"6359\":8095.67,\"6360\":4900.0,\"6361\":308.4,\"6362\":186.88,\"6363\":926.51,\"6364\":8554.8,\"6365\":5702.4,\"6366\":8537.69,\"6367\":967.61,\"6368\":10888.65,\"6369\":11.85,\"6370\":162.54,\"6371\":462.24,\"6372\":690.8,\"6373\":1540.0,\"6374\":8560.6,\"6375\":4900.0,\"6376\":847.68,\"6377\":974.96,\"6378\":803.91,\"6379\":202.09,\"6380\":63.0,\"6381\":10416.71,\"6382\":9677.96,\"6383\":8672.4,\"6384\":17503.38,\"6385\":16912.72,\"6386\":8240.7,\"6387\":4818.0,\"6388\":70.95,\"6389\":70.14,\"6390\":2768.63,\"6391\":951.01,\"6392\":4884.0,\"6393\":71.35,\"6394\":913.47,\"6395\":877.33,\"6396\":5834.64,\"6397\":588.25,\"6398\":841.54,\"6399\":3868.33,\"6400\":1848.0,\"6401\":7140.0,\"6402\":409044.99,\"6403\":1695.6,\"6404\":2944.53,\"6405\":706.09,\"6406\":null,\"6407\":416.65,\"6408\":13431.0,\"6409\":13409.95,\"6410\":198.0,\"6411\":3087.97,\"6412\":1755.93,\"6413\":762.66,\"6414\":1791.0,\"6415\":811.0,\"6416\":16192.0,\"6417\":60557.73,\"6418\":454192.72,\"6419\":13104.0,\"6420\":837.21,\"6421\":7973.2,\"6422\":34036.27,\"6423\":6607.33,\"6424\":605.19,\"6425\":3702.72,\"6426\":986.17,\"6427\":11689.07,\"6428\":616.22,\"6429\":null,\"6430\":50067.48,\"6431\":26765.97,\"6432\":7115.0,\"6433\":7000.53,\"6434\":939.79,\"6435\":249303.45,\"6436\":158751.0,\"6437\":7182.64,\"6438\":54816.0,\"6439\":null,\"6440\":44574.18,\"6441\":227312.22,\"6442\":14750.34,\"6443\":300370.29,\"6444\":15239.6,\"6445\":11664.4,\"6446\":23989.55,\"6447\":10101.65,\"6448\":16642.74,\"6449\":85335.5,\"6450\":1265.39,\"6451\":1541.87,\"6452\":326.83,\"6453\":null,\"6454\":54714.83,\"6455\":1915.33,\"6456\":740.98,\"6457\":458.4,\"6458\":28482.45,\"6459\":91204.18,\"6460\":3539.42,\"6461\":2865.6,\"6462\":917.87,\"6463\":916464.5600000001,\"6464\":599612.77,\"6465\":462.0,\"6466\":7964.0,\"6467\":6092.91,\"6468\":736.45,\"6469\":180070.0,\"6470\":608.29,\"6471\":14472.0,\"6472\":23581.55,\"6473\":69375.33,\"6474\":164549.55,\"6475\":null,\"6476\":568959.02,\"6477\":41006.42,\"6478\":8111.3,\"6479\":456.98,\"6480\":686.23,\"6481\":785.85,\"6482\":80857.29,\"6483\":3043.44,\"6484\":427.85,\"6485\":910.8,\"6486\":514.81,\"6487\":4831.2,\"6488\":420.48,\"6489\":1518.01,\"6490\":null,\"6491\":null,\"6492\":17152.62,\"6493\":9523.2,\"6494\":384.45,\"6495\":2555.4,\"6496\":105.6,\"6497\":273.69,\"6498\":29682.61,\"6499\":50143.46,\"6500\":1186.63,\"6501\":null,\"6502\":null,\"6503\":121064.83,\"6504\":1604.1,\"6505\":630.08,\"6506\":2203.89,\"6507\":1161.0,\"6508\":774369.8100000001,\"6509\":38594.16,\"6510\":533553.15,\"6511\":102060.0,\"6512\":144809.85,\"6513\":423258.67,\"6514\":142209.67,\"6515\":125859.97,\"6516\":2060.0,\"6517\":798.42,\"6518\":null,\"6519\":63120.79,\"6520\":3017.18,\"6521\":2334.32,\"6522\":77436.31,\"6523\":159969.21,\"6524\":163129.3,\"6525\":null,\"6526\":null,\"6527\":228288.04,\"6528\":22575.53,\"6529\":44444.57,\"6530\":47848.37,\"6531\":658.44,\"6532\":75487.41,\"6533\":1504.31,\"6534\":6542.8,\"6535\":2223.68,\"6536\":29154.38,\"6537\":32067.34,\"6538\":58495.74,\"6539\":19473.85,\"6540\":656.7,\"6541\":5630.4,\"6542\":null,\"6543\":null,\"6544\":6704.61,\"6545\":321.02,\"6546\":null,\"6547\":4000.0,\"6548\":9314.45,\"6549\":1414.92,\"6550\":1567.28,\"6551\":160.38,\"6552\":15059.0,\"6553\":8424.0,\"6554\":2459.6,\"6555\":6396.74,\"6556\":16977.81,\"6557\":14030.48,\"6558\":14744.28,\"6559\":2225.08,\"6560\":12836.7,\"6561\":12550.8,\"6562\":1970.4,\"6563\":13464.0,\"6564\":19453.14,\"6565\":19484.76,\"6566\":19279.35,\"6567\":5299.2,\"6568\":545.9,\"6569\":8526.3,\"6570\":4962.0,\"6571\":null,\"6572\":1328.0,\"6573\":663.78,\"6574\":3038.1,\"6575\":4532.0,\"6576\":282.91,\"6577\":1959.79,\"6578\":337.41,\"6579\":1867.0,\"6580\":283.68,\"6581\":15209.18,\"6582\":4151.5,\"6583\":15356.01,\"6584\":355.8,\"6585\":570.54,\"6586\":null,\"6587\":867.9,\"6588\":null,\"6589\":392.48,\"6590\":912.0,\"6591\":3247.86,\"6592\":7746.8,\"6593\":201.6,\"6594\":5861.29,\"6595\":2000.0,\"6596\":5819.4,\"6597\":6984.18,\"6598\":32838.17,\"6599\":10411.26,\"6600\":3579.92,\"6601\":4924.17,\"6602\":982.08,\"6603\":null,\"6604\":13750.27,\"6605\":10528.62,\"6606\":15743.22,\"6607\":195852.64,\"6608\":11626.16,\"6609\":1760.0,\"6610\":10489.93,\"6611\":10587.36,\"6612\":10188.0,\"6613\":11643.98,\"6614\":609.44,\"6615\":666.8,\"6616\":2130.98,\"6617\":3552.28,\"6618\":1.15,\"6619\":70.82,\"6620\":3032.02,\"6621\":3659.89,\"6622\":5374.8,\"6623\":10241.19,\"6624\":3684.32,\"6625\":13665.18,\"6626\":11786.78,\"6627\":5291.42,\"6628\":3893.4,\"6629\":7797.6,\"6630\":19863.95,\"6631\":19924.03,\"6632\":1976.4,\"6633\":70227.87,\"6634\":13042.28,\"6635\":12507.67,\"6636\":6.79,\"6637\":2.16,\"6638\":7044.0,\"6639\":5213.7,\"6640\":84.59,\"6641\":7128.62,\"6642\":null,\"6643\":null,\"6644\":13474.07,\"6645\":22186.63,\"6646\":74396.11,\"6647\":1414.05,\"6648\":1025.34,\"6649\":53216.44,\"6650\":7387.8,\"6651\":9600.0,\"6652\":3006.0,\"6653\":9517.86,\"6654\":7560.23,\"6655\":7678.13,\"6656\":340.43,\"6657\":4839.0,\"6658\":5820.6,\"6659\":616.53,\"6660\":4889.5,\"6661\":881.28,\"6662\":476.28,\"6663\":417.48,\"6664\":528.12,\"6665\":375.33,\"6666\":560.34,\"6667\":327.8,\"6668\":977.76,\"6669\":767.74,\"6670\":779.3,\"6671\":6044.4,\"6672\":680.04,\"6673\":834.0,\"6674\":8930.2,\"6675\":9021.78,\"6676\":3756.6,\"6677\":192.79,\"6678\":4900.0,\"6679\":540.75,\"6680\":2236.8,\"6681\":601.62,\"6682\":6161.7,\"6683\":4705.2,\"6684\":8435.31,\"6685\":754.54,\"6686\":14277.6,\"6687\":8.61,\"6688\":976.8,\"6689\":324.72,\"6690\":817.3,\"6691\":2540.12,\"6692\":7247.3,\"6693\":4900.0,\"6694\":618.64,\"6695\":771.47,\"6696\":340.42,\"6697\":926.95,\"6698\":534.0,\"6699\":6442.01,\"6700\":5534.7,\"6701\":8332.2,\"6702\":9023.64,\"6703\":9054.66,\"6704\":4600.8,\"6705\":4171.2,\"6706\":570.09,\"6707\":644.58,\"6708\":1206.93,\"6709\":652.72,\"6710\":6666.0,\"6711\":109.02,\"6712\":459.44,\"6713\":708.4,\"6714\":2408.1,\"6715\":750.71,\"6716\":1317.2,\"6717\":3868.33,\"6718\":1795.2,\"6719\":7134.0,\"6720\":405880.61,\"6721\":1861.2,\"6722\":3845.06,\"6723\":711.81,\"6724\":null,\"6725\":null,\"6726\":417.77,\"6727\":12705.0,\"6728\":13969.44,\"6729\":198.0,\"6730\":3006.14,\"6731\":1757.91,\"6732\":757.93,\"6733\":1566.9,\"6734\":807.0,\"6735\":17180.0,\"6736\":60418.6,\"6737\":375498.35,\"6738\":11680.0,\"6739\":1092.96,\"6740\":17004.8,\"6741\":36809.14,\"6742\":6933.67,\"6743\":791.49,\"6744\":3702.08,\"6745\":895.07,\"6746\":12272.82,\"6747\":636.68,\"6748\":null,\"6749\":34847.99,\"6750\":27328.6,\"6751\":9224.0,\"6752\":7526.66,\"6753\":938.8,\"6754\":244935.19,\"6755\":158383.85,\"6756\":9205.6,\"6757\":120096.0,\"6758\":508740.0,\"6759\":null,\"6760\":149482.96,\"6761\":17974.71,\"6762\":287134.74,\"6763\":17711.72,\"6764\":17399.8,\"6765\":23428.77,\"6766\":10627.8,\"6767\":15926.4,\"6768\":null,\"6769\":1245.31,\"6770\":2296.5,\"6771\":586.96,\"6772\":96250.0,\"6773\":27265.77,\"6774\":1983.75,\"6775\":737.14,\"6776\":454.85,\"6777\":32811.8,\"6778\":90964.03,\"6779\":854.7,\"6780\":2865.6,\"6781\":null,\"6782\":922.19,\"6783\":1016471.08,\"6784\":400769.52,\"6785\":348.0,\"6786\":8423.8,\"6787\":3991.9,\"6788\":802.63,\"6789\":null,\"6790\":605.57,\"6791\":13176.0,\"6792\":24639.83,\"6793\":69404.66,\"6794\":164746.3,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1011.53,\"6799\":38835.93,\"6800\":39334.46,\"6801\":7652.17,\"6802\":481.54,\"6803\":686.84,\"6804\":1521.75,\"6805\":81295.9,\"6806\":2206.83,\"6807\":484.54,\"6808\":792.9,\"6809\":525.73,\"6810\":4288.8,\"6811\":425.76,\"6812\":1458.39,\"6813\":13974.78,\"6814\":4358.7,\"6815\":15793.8,\"6816\":7996.8,\"6817\":374.88,\"6818\":2551.2,\"6819\":99.0,\"6820\":337.34,\"6821\":29707.08,\"6822\":50070.5,\"6823\":1178.65,\"6824\":null,\"6825\":null,\"6826\":120056.0,\"6827\":1600.98,\"6828\":631.18,\"6829\":1727.14,\"6830\":1380.6,\"6831\":null,\"6832\":622100.9399999999,\"6833\":51217.61,\"6834\":529444.53,\"6835\":null,\"6836\":null,\"6837\":149600.44,\"6838\":424168.51,\"6839\":140933.48,\"6840\":124146.01,\"6841\":2058.0,\"6842\":797.86,\"6843\":637.78,\"6844\":58117.75,\"6845\":14918.02,\"6846\":14968.07,\"6847\":77396.55,\"6848\":165347.75,\"6849\":169696.8,\"6850\":null,\"6851\":null,\"6852\":151258.82,\"6853\":22544.71,\"6854\":43589.7,\"6855\":47385.97,\"6856\":648.96,\"6857\":75499.05,\"6858\":1279.06,\"6859\":6815.6,\"6860\":2941.99,\"6861\":27648.5,\"6862\":32352.21,\"6863\":58528.16,\"6864\":19551.58,\"6865\":654.3,\"6866\":5630.4,\"6867\":null,\"6868\":28.2,\"6869\":null,\"6870\":6727.55,\"6871\":308.29,\"6872\":null,\"6873\":7280.0,\"6874\":9094.85,\"6875\":1479.12,\"6876\":1653.96,\"6877\":null,\"6878\":null,\"6879\":14878.0,\"6880\":8685.0,\"6881\":2362.8,\"6882\":5101.07,\"6883\":11576.98,\"6884\":19510.37,\"6885\":19853.11,\"6886\":2196.19,\"6887\":12026.2,\"6888\":11765.3,\"6889\":1995.6,\"6890\":13032.0,\"6891\":19460.79,\"6892\":19475.25,\"6893\":19322.67,\"6894\":21.6,\"6895\":475.4,\"6896\":16237.9,\"6897\":5034.0,\"6898\":1295.1,\"6899\":2691.0,\"6900\":3003.0,\"6901\":4719.0,\"6902\":282.91,\"6903\":2110.74,\"6904\":337.41,\"6905\":1674.0,\"6906\":276.16,\"6907\":9338.97,\"6908\":3082.92,\"6909\":10510.14,\"6910\":731.4,\"6911\":1451.16,\"6912\":null,\"6913\":944.46,\"6914\":361.68,\"6915\":554.7,\"6916\":1615.68,\"6917\":5555.34,\"6918\":195.84,\"6919\":8795.7,\"6920\":2000.0,\"6921\":5528.2,\"6922\":5884.32,\"6923\":46230.92,\"6924\":11638.05,\"6925\":785.18,\"6926\":8413.57,\"6927\":3705.12,\"6928\":517.55,\"6929\":13474.48,\"6930\":10357.45,\"6931\":14455.73,\"6932\":198413.89,\"6933\":10289.81,\"6934\":735.46,\"6935\":4274.72,\"6936\":4328.35,\"6937\":4261.5,\"6938\":11650.84,\"6939\":284.24,\"6940\":352.8,\"6941\":2546.34,\"6942\":5347.54,\"6943\":1.85,\"6944\":79.79,\"6945\":1498.08,\"6946\":5578.62,\"6947\":5223.6,\"6948\":4754.99,\"6949\":3291.19,\"6950\":14779.3,\"6951\":12436.86,\"6952\":5262.8,\"6953\":4118.4,\"6954\":10335.6,\"6955\":19730.77,\"6956\":19934.22,\"6957\":1247.4,\"6958\":63804.73,\"6959\":13620.85,\"6960\":14100.01,\"6961\":4.59,\"6962\":1.44,\"6963\":7896.0,\"6964\":1966.35,\"6965\":81.51,\"6966\":7117.58,\"6967\":460.62,\"6968\":null,\"6969\":15284.55,\"6970\":11922.46,\"6971\":35897.06,\"6972\":1754.17,\"6973\":885.27,\"6974\":50955.12,\"6975\":2747.85,\"6976\":11880.0,\"6977\":3397.8,\"6978\":7674.18,\"6979\":5169.6,\"6980\":4972.73,\"6981\":5047.88,\"6982\":4655.1,\"6983\":5748.6,\"6984\":355.08,\"6985\":4900.5,\"6986\":829.08,\"6987\":380.4,\"6988\":352.08,\"6989\":564.18,\"6990\":379.98,\"6991\":649.43,\"6992\":443.74,\"6993\":403.2,\"6994\":650.64,\"6995\":635.75,\"6996\":6662.4,\"6997\":665.76,\"6998\":1186.8,\"6999\":10233.09,\"7000\":11612.53,\"7001\":3117.6,\"7002\":147.08,\"7003\":4900.0,\"7004\":529.05,\"7005\":1.8,\"7006\":116.37,\"7007\":3156.3,\"7008\":1947.6,\"7009\":4938.04,\"7010\":623.68,\"7011\":13850.55,\"7012\":1.64,\"7013\":976.8,\"7014\":491.16,\"7015\":412.5,\"7016\":2532.64,\"7017\":4943.85,\"7018\":4900.0,\"7019\":724.34,\"7020\":649.33,\"7021\":349.06,\"7022\":23.67,\"7023\":9.0,\"7024\":8466.63,\"7025\":7268.51,\"7026\":7346.4,\"7027\":10094.01,\"7028\":10798.05,\"7029\":4982.4,\"7030\":6207.3,\"7031\":723.38,\"7032\":736.3,\"7033\":null,\"7034\":544.74,\"7035\":2930.4,\"7036\":438.19,\"7037\":742.21,\"7038\":3260.94,\"7039\":647.56,\"7040\":null,\"7041\":3861.0,\"7042\":null,\"7043\":7162.8,\"7044\":398058.39,\"7045\":1854.0,\"7046\":3651.83,\"7047\":711.04,\"7048\":null,\"7049\":417.75,\"7050\":14080.0,\"7051\":16363.18,\"7052\":null,\"7053\":3062.24,\"7054\":1759.56,\"7055\":778.82,\"7056\":2397.6,\"7057\":2283.0,\"7058\":16592.0,\"7059\":397823.3,\"7060\":500262.28,\"7061\":11736.0,\"7062\":485.43,\"7063\":16990.66,\"7064\":65773.73,\"7065\":6684.33,\"7066\":1136.49,\"7067\":3701.12,\"7068\":886.04,\"7069\":12280.09,\"7070\":636.02,\"7071\":null,\"7072\":39192.49,\"7073\":27118.77,\"7074\":8364.0,\"7075\":9898.65,\"7076\":939.79,\"7077\":249088.39,\"7078\":158126.48,\"7079\":9942.41,\"7080\":199848.0,\"7081\":null,\"7082\":121234.69,\"7083\":158188.87,\"7084\":45176.85,\"7085\":33299.78,\"7086\":12962.35,\"7087\":18937.6,\"7088\":21451.49,\"7089\":10365.18,\"7090\":15931.28,\"7091\":171283.41,\"7092\":1345.09,\"7093\":2305.22,\"7094\":570.33,\"7095\":305745.0,\"7096\":33140.59,\"7097\":2372.91,\"7098\":736.45,\"7099\":445.34,\"7100\":38190.54,\"7101\":163327.99,\"7102\":null,\"7103\":1947.0,\"7104\":920.12,\"7105\":946397.5,\"7106\":null,\"7107\":276.0,\"7108\":9356.6,\"7109\":2236.21,\"7110\":802.63,\"7111\":205020.0,\"7112\":631.49,\"7113\":10476.0,\"7114\":null,\"7115\":null,\"7116\":69764.7,\"7117\":165035.56,\"7118\":null,\"7119\":403742.0,\"7120\":40307.79,\"7121\":8264.35,\"7122\":478.63,\"7123\":688.72,\"7124\":988.8,\"7125\":80257.34,\"7126\":2213.72,\"7127\":225.06,\"7128\":952.92,\"7129\":620.74,\"7130\":3963.6,\"7131\":425.28,\"7132\":1455.65,\"7133\":8344.7,\"7134\":1910.25,\"7135\":19375.58,\"7136\":6062.4,\"7137\":380.49,\"7138\":2473.2,\"7139\":234.3,\"7140\":321.68,\"7141\":29973.25,\"7142\":50188.43,\"7143\":1182.59,\"7144\":870435.88,\"7145\":null,\"7146\":121273.38,\"7147\":1550.1,\"7148\":684.2,\"7149\":1789.04,\"7150\":1263.6,\"7151\":59653.61,\"7152\":187463.67,\"7153\":51439.83,\"7154\":533676.99,\"7155\":41317.26,\"7156\":null,\"7157\":154384.32,\"7158\":425582.72,\"7159\":140795.14,\"7160\":125236.71,\"7161\":1441.0,\"7162\":796.74,\"7163\":797.61,\"7164\":31203.27,\"7165\":13644.1,\"7166\":13223.0,\"7167\":77233.75,\"7168\":164498.45,\"7169\":167959.65,\"7170\":20257.96,\"7171\":null,\"7172\":228607.99,\"7173\":22566.98,\"7174\":42848.07,\"7175\":47700.97,\"7176\":648.45,\"7177\":75510.62,\"7178\":1416.88,\"7179\":7609.8,\"7180\":2788.64,\"7181\":30067.74,\"7182\":31889.9,\"7183\":43129.27,\"7184\":null,\"7185\":19399.35,\"7186\":654.6,\"7187\":5626.8,\"7188\":null,\"7189\":null,\"7190\":6576.08,\"7191\":309.21,\"7192\":6960.0,\"7193\":9479.07,\"7194\":1495.44,\"7195\":1728.32,\"7196\":155.5,\"7197\":null,\"7198\":13055.0,\"7199\":10326.0,\"7200\":2387.0,\"7201\":5909.13,\"7202\":13804.66,\"7203\":14498.96,\"7204\":15211.14,\"7205\":1752.23,\"7206\":13772.5,\"7207\":13461.2,\"7208\":null,\"7209\":9288.0,\"7210\":19653.71,\"7211\":19605.63,\"7212\":19439.2,\"7213\":5691.6,\"7214\":453.2,\"7215\":12492.4,\"7216\":4738.0,\"7217\":null,\"7218\":1244.5,\"7219\":5019.06,\"7220\":3683.8,\"7221\":5114.0,\"7222\":282.91,\"7223\":1425.47,\"7224\":336.95,\"7225\":1965.0,\"7226\":220.49,\"7227\":11021.68,\"7228\":3995.37,\"7229\":16236.06,\"7230\":942.0,\"7231\":235.39,\"7232\":null,\"7233\":882.42,\"7234\":430.32,\"7235\":null,\"7236\":3131.15,\"7237\":6883.3,\"7238\":2.88,\"7239\":14100.2,\"7240\":2000.0,\"7241\":5249.8,\"7242\":5376.48,\"7243\":94288.35,\"7244\":8646.42,\"7245\":433.31,\"7246\":4998.78,\"7247\":5724.0,\"7248\":null,\"7249\":15996.24,\"7250\":7381.55,\"7251\":17693.22,\"7252\":null,\"7253\":16326.06,\"7254\":570.46,\"7255\":8628.1,\"7256\":8574.42,\"7257\":6628.5,\"7258\":10642.21,\"7259\":593.64,\"7260\":347.2,\"7261\":null,\"7262\":5915.34,\"7263\":1.97,\"7264\":61.93,\"7265\":2767.29,\"7266\":3046.63,\"7267\":7192.8,\"7268\":8372.05,\"7269\":3359.16,\"7270\":17388.18,\"7271\":18567.44,\"7272\":8804.73,\"7273\":6762.6,\"7274\":13294.8,\"7275\":19908.84,\"7276\":19928.43,\"7277\":199.8,\"7278\":62052.44,\"7279\":13071.95,\"7280\":12991.59,\"7281\":6.42,\"7282\":2.02,\"7283\":7350.0,\"7284\":860.4,\"7285\":126.17,\"7286\":7538.48,\"7287\":346.52,\"7288\":null,\"7289\":21167.55,\"7290\":25871.74,\"7291\":74160.92,\"7292\":1396.07,\"7293\":1059.84,\"7294\":63287.9,\"7295\":8035.3,\"7296\":13600.0,\"7297\":4998.0,\"7298\":5826.36,\"7299\":6948.23,\"7300\":7141.28,\"7301\":8659.35,\"7302\":6057.3,\"7303\":7200.0,\"7304\":491.74,\"7305\":4842.2,\"7306\":860.88,\"7307\":456.48,\"7308\":237.36,\"7309\":823.71,\"7310\":484.26,\"7311\":539.38,\"7312\":503.69,\"7313\":761.4,\"7314\":920.25,\"7315\":956.48,\"7316\":6872.4,\"7317\":678.84,\"7318\":27.6,\"7319\":15974.1,\"7320\":16184.76,\"7321\":6850.8,\"7322\":15642.4,\"7323\":4900.0,\"7324\":876.12,\"7325\":369.6,\"7326\":138.0,\"7327\":373.55,\"7328\":7371.3,\"7329\":8497.2,\"7330\":5238.5,\"7331\":937.45,\"7332\":11995.2,\"7333\":0.07,\"7334\":976.68,\"7335\":606.0,\"7336\":916.3,\"7337\":2872.76,\"7338\":7104.7,\"7339\":4900.0,\"7340\":989.85,\"7341\":929.68,\"7342\":613.72,\"7343\":664.75,\"7344\":null,\"7345\":2494.48,\"7346\":2445.03,\"7347\":2409.0,\"7348\":15654.14,\"7349\":15619.99,\"7350\":6602.7,\"7351\":4653.9,\"7352\":847.9,\"7353\":853.25,\"7354\":962.76,\"7355\":7451.4,\"7356\":49.66,\"7357\":435.55,\"7358\":892.52,\"7359\":6240.36,\"7360\":902.01,\"7361\":1731.61,\"7362\":3868.33,\"7363\":1861.2,\"7364\":7173.6,\"7365\":128734.5,\"7366\":1861.2,\"7367\":3645.95,\"7368\":710.6,\"7369\":null,\"7370\":430.82,\"7371\":13948.0,\"7372\":17477.4,\"7373\":198.0,\"7374\":2191.7,\"7375\":1746.03,\"7376\":768.46,\"7377\":1450.8,\"7378\":2164.0,\"7379\":17780.0,\"7380\":60680.0,\"7381\":502422.36,\"7382\":12744.0,\"7383\":1356.63,\"7384\":18570.48,\"7385\":25701.36,\"7386\":8143.67,\"7387\":887.51,\"7388\":3701.76,\"7389\":866.92,\"7390\":18921.29,\"7391\":589.38,\"7392\":null,\"7393\":62232.82,\"7394\":25138.11,\"7395\":7120.0,\"7396\":5469.67,\"7397\":942.77,\"7398\":246510.97,\"7399\":157836.87,\"7400\":6682.95,\"7401\":509020.0,\"7402\":113398.39,\"7403\":19117.56,\"7404\":32926.44,\"7405\":16425.6,\"7406\":18356.8,\"7407\":22609.64,\"7408\":11044.91,\"7409\":17924.37,\"7410\":171281.93,\"7411\":1407.6,\"7412\":2045.56,\"7413\":569.58,\"7414\":null,\"7415\":68103.49,\"7416\":440.91,\"7417\":742.36,\"7418\":395.4,\"7419\":41015.6,\"7420\":90501.82,\"7421\":null,\"7422\":1968.0,\"7423\":741.43,\"7424\":1192715.4099999999,\"7425\":214958.12,\"7426\":462.0,\"7427\":7497.6,\"7428\":7581.35,\"7429\":802.67,\"7430\":207050.0,\"7431\":642.43,\"7432\":12420.0,\"7433\":35536.87,\"7434\":69383.33,\"7435\":164385.63,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":8264.35,\"7441\":512.42,\"7442\":674.6,\"7443\":750.9,\"7444\":81044.81,\"7445\":2206.83,\"7446\":505.92,\"7447\":1047.6,\"7448\":470.32,\"7449\":4233.6,\"7450\":425.28,\"7451\":1322.8,\"7452\":12352.04,\"7453\":4480.65,\"7454\":19769.47,\"7455\":10238.4,\"7456\":382.8,\"7457\":2558.4,\"7458\":224.4,\"7459\":340.6,\"7460\":29898.14,\"7461\":31297.2,\"7462\":1085.96,\"7463\":803338.0699999999,\"7464\":null,\"7465\":820174.13,\"7466\":1613.28,\"7467\":638.0,\"7468\":1541.99,\"7469\":1294.2,\"7470\":59199.82,\"7471\":7760.16,\"7472\":532407.67,\"7473\":81530.0,\"7474\":151243.03,\"7475\":224233.14,\"7476\":141790.92,\"7477\":72303.78,\"7478\":2050.0,\"7479\":794.36,\"7480\":2106.4,\"7481\":65519.92,\"7482\":16650.94,\"7483\":16200.46,\"7484\":54382.28,\"7485\":159405.0,\"7486\":170346.15,\"7487\":null,\"7488\":null,\"7489\":181464.59,\"7490\":22606.05,\"7491\":43710.24,\"7492\":47813.91,\"7493\":646.95,\"7494\":75735.26,\"7495\":1312.03,\"7496\":7444.8,\"7497\":2768.44,\"7498\":30252.09,\"7499\":32594.77,\"7500\":58190.91,\"7501\":58138.33,\"7502\":19610.71,\"7503\":653.46,\"7504\":5623.2,\"7505\":null,\"7506\":null,\"7507\":6735.63,\"7508\":306.97,\"7509\":240.91,\"7510\":10160.0,\"7511\":9491.81,\"7512\":1556.52,\"7513\":1778.04,\"7514\":150.48,\"7515\":10152.0,\"7516\":8401.0,\"7517\":2329.8,\"7518\":4913.12,\"7519\":15364.32,\"7520\":11949.34,\"7521\":12629.27,\"7522\":1899.48,\"7523\":13378.6,\"7524\":13071.4,\"7525\":1797.6,\"7526\":11286.0,\"7527\":19569.68,\"7528\":18553.72,\"7529\":19347.0,\"7530\":4903.2,\"7531\":593.7,\"7532\":8905.3,\"7533\":11346.0,\"7534\":128.86,\"7535\":1461.8,\"7536\":4883.82,\"7537\":3014.3,\"7538\":5212.0,\"7539\":282.91,\"7540\":2631.98,\"7541\":333.73,\"7542\":2010.0,\"7543\":1223.97,\"7544\":12959.05,\"7545\":6654.59,\"7546\":16853.61,\"7547\":1329.6,\"7548\":6235.52,\"7549\":218.53,\"7550\":801.9,\"7551\":336.16,\"7552\":3703.37,\"7553\":9317.86,\"7554\":0.48,\"7555\":14205.54,\"7556\":2000.0,\"7557\":5103.4,\"7558\":8035.74,\"7559\":96673.52,\"7560\":11706.87,\"7561\":3582.51,\"7562\":9756.52,\"7563\":6791.04,\"7564\":14748.03,\"7565\":10446.32,\"7566\":17089.18,\"7567\":53466.35,\"7568\":12793.67,\"7569\":1942.6,\"7570\":10257.99,\"7571\":10525.18,\"7572\":9604.5,\"7573\":9394.24,\"7574\":249.28,\"7575\":212.8,\"7576\":2422.36,\"7577\":4023.71,\"7578\":null,\"7579\":98.85,\"7580\":3382.5,\"7581\":3760.1,\"7582\":8701.2,\"7583\":9962.98,\"7584\":3800.6,\"7585\":null,\"7586\":null,\"7587\":7586.14,\"7588\":9896.4,\"7589\":17618.4,\"7590\":19861.53,\"7591\":19945.08,\"7592\":1783.8,\"7593\":90405.24,\"7594\":17625.45,\"7595\":17255.68,\"7596\":3.75,\"7597\":1.19,\"7598\":7432.8,\"7599\":1760.7,\"7600\":251.02,\"7601\":9068.44,\"7602\":388.17,\"7603\":null,\"7604\":21991.63,\"7605\":14038.3,\"7606\":64772.46,\"7607\":1304.38,\"7608\":1686.36,\"7609\":93187.05,\"7610\":7814.8,\"7611\":9440.0,\"7612\":6560.4,\"7613\":8753.34,\"7614\":7140.83,\"7615\":7046.55,\"7616\":9198.0,\"7617\":8388.9,\"7618\":10034.7,\"7619\":598.58,\"7620\":961.56,\"7621\":564.84,\"7622\":541.68,\"7623\":821.55,\"7624\":510.9,\"7625\":586.04,\"7626\":561.03,\"7627\":891.12,\"7628\":957.84,\"7629\":987.16,\"7630\":8155.2,\"7631\":934.8,\"7632\":723.6,\"7633\":9764.68,\"7634\":14361.0,\"7635\":4843.8,\"7636\":16844.97,\"7637\":4900.0,\"7638\":787.41,\"7639\":2571.6,\"7640\":1253.5,\"7641\":130.36,\"7642\":8453.7,\"7643\":9366.0,\"7644\":6229.55,\"7645\":977.47,\"7646\":17274.15,\"7647\":6.01,\"7648\":976.8,\"7649\":463.8,\"7650\":941.6,\"7651\":1087.24,\"7652\":5405.0,\"7653\":4900.0,\"7654\":960.21,\"7655\":975.08,\"7656\":651.42,\"7657\":941.64,\"7658\":null,\"7659\":9494.64,\"7660\":8882.62,\"7661\":6675.6,\"7662\":10143.87,\"7663\":10111.42,\"7664\":7162.2,\"7665\":5538.6,\"7666\":null,\"7667\":967.67,\"7668\":null,\"7669\":987.5,\"7670\":8890.2,\"7671\":682.07,\"7672\":81.64,\"7673\":416.82,\"7674\":619.96,\"7675\":7824.6,\"7676\":945.88,\"7677\":1690.87,\"7678\":3872.0,\"7679\":1848.0,\"7680\":7165.2,\"7681\":400257.07,\"7682\":1800.0,\"7683\":3542.95,\"7684\":710.27,\"7685\":null,\"7686\":60.0,\"7687\":430.95,\"7688\":5071.0,\"7689\":15227.21,\"7690\":198.0,\"7691\":2176.35,\"7692\":1805.1,\"7693\":757.98,\"7694\":2124.9,\"7695\":2162.0,\"7696\":17308.0,\"7697\":60599.83,\"7698\":501522.76,\"7699\":13832.0,\"7700\":971.52,\"7701\":17578.31,\"7702\":25092.38,\"7703\":8231.67,\"7704\":1011.68,\"7705\":3702.08,\"7706\":958.74,\"7707\":16585.77,\"7708\":616.0,\"7709\":null,\"7710\":65084.0,\"7711\":24277.27,\"7712\":6487.0,\"7713\":4786.57,\"7714\":939.79,\"7715\":159477.78,\"7716\":158301.91,\"7717\":5906.29,\"7718\":null,\"7719\":119081.47,\"7720\":16455.86,\"7721\":32105.42,\"7722\":23701.43,\"7723\":18400.8,\"7724\":21188.57,\"7725\":9954.62,\"7726\":16985.24,\"7727\":169215.64,\"7728\":1316.52,\"7729\":1550.32,\"7730\":576.96,\"7731\":null,\"7732\":77126.8,\"7733\":2301.73,\"7734\":740.98,\"7735\":425.29,\"7736\":36109.47,\"7737\":90420.43,\"7738\":null,\"7739\":1908.0,\"7740\":null,\"7741\":866.39,\"7742\":1094889.2,\"7743\":0.06,\"7744\":468.0,\"7745\":6804.6,\"7746\":7523.29,\"7747\":817.08,\"7748\":205040.0,\"7749\":627.77,\"7750\":14832.0,\"7751\":35726.08,\"7752\":69448.75,\"7753\":165085.32,\"7754\":null,\"7755\":403604.0,\"7756\":null,\"7757\":null,\"7758\":8876.52,\"7759\":481.67,\"7760\":685.44,\"7761\":1076.1,\"7762\":81966.07,\"7763\":2199.95,\"7764\":519.65,\"7765\":1069.92,\"7766\":543.15,\"7767\":3979.2,\"7768\":425.76,\"7769\":19286.67,\"7770\":1545.28,\"7771\":13410.91,\"7772\":4486.5,\"7773\":19238.19,\"7774\":7699.2,\"7775\":379.43,\"7776\":2662.2,\"7777\":240.9,\"7778\":317.56,\"7779\":30085.63,\"7780\":49939.03,\"7781\":1179.54,\"7782\":976250.74,\"7783\":25623.29,\"7784\":120989.61,\"7785\":1611.3,\"7786\":613.58,\"7787\":1250.74,\"7788\":1134.0,\"7789\":339175.42,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":118132.39,\"7794\":95345.8,\"7795\":2038.0,\"7796\":795.62,\"7797\":679.67,\"7798\":73833.72,\"7799\":17283.32,\"7800\":17271.82,\"7801\":55005.57,\"7802\":145673.81,\"7803\":108976.1,\"7804\":null,\"7805\":22563.41,\"7806\":44117.84,\"7807\":47739.63,\"7808\":647.01,\"7809\":75516.27,\"7810\":959.05,\"7811\":7937.6,\"7812\":2787.84,\"7813\":30052.68,\"7814\":null,\"7815\":57970.83,\"7816\":57891.57,\"7817\":19320.96,\"7818\":652.29,\"7819\":5918.4,\"7820\":null,\"7821\":null,\"7822\":6725.73,\"7823\":292.97,\"7824\":5296.87,\"7825\":null,\"7826\":9455.71,\"7827\":798.0,\"7828\":1770.12,\"7829\":null,\"7830\":10750.0,\"7831\":10272.0,\"7832\":2318.8,\"7833\":7893.17,\"7834\":16126.15,\"7835\":15977.05,\"7836\":16710.94,\"7837\":94.75,\"7838\":13895.9,\"7839\":13592.3,\"7840\":297.6,\"7841\":11898.0,\"7842\":19267.97,\"7843\":18402.14,\"7844\":19060.5,\"7845\":5216.4,\"7846\":562.2,\"7847\":3165.2,\"7848\":7892.0,\"7849\":null,\"7850\":1296.7,\"7851\":1691.88,\"7852\":2971.0,\"7853\":5820.0,\"7854\":282.91,\"7855\":1035.51,\"7856\":335.34,\"7857\":2062.0,\"7858\":1534.62,\"7859\":12650.86,\"7860\":6245.0,\"7861\":17897.39,\"7862\":1435.2,\"7863\":2154.43,\"7864\":null,\"7865\":791.34,\"7866\":313.72,\"7867\":null,\"7868\":3112.89,\"7869\":8750.71,\"7870\":null,\"7871\":15153.58,\"7872\":2000.0,\"7873\":5296.6,\"7874\":4682.34,\"7875\":87331.55,\"7876\":14577.86,\"7877\":1412.04,\"7878\":4235.48,\"7879\":7695.36,\"7880\":16340.86,\"7881\":10842.84,\"7882\":18858.12,\"7883\":199090.37,\"7884\":14445.08,\"7885\":942.48,\"7886\":9814.51,\"7887\":9987.29,\"7888\":9904.5,\"7889\":11650.3,\"7890\":467.04,\"7891\":207.2,\"7892\":2643.08,\"7893\":8527.46,\"7894\":1.66,\"7895\":77.51,\"7896\":1719.78,\"7897\":2551.12,\"7898\":5644.8,\"7899\":10214.34,\"7900\":1988.28,\"7901\":8687.24,\"7902\":6537.6,\"7903\":12916.8,\"7904\":19924.92,\"7905\":19964.11,\"7906\":1206.6,\"7907\":78603.04,\"7908\":15465.97,\"7909\":14076.31,\"7910\":5.69,\"7911\":1.82,\"7912\":6654.0,\"7913\":2049.9,\"7914\":314.71,\"7915\":8554.16,\"7916\":460.43,\"7917\":null,\"7918\":24862.33,\"7919\":15741.98,\"7920\":77432.95,\"7921\":1419.06,\"7922\":1456.59,\"7923\":38772.54,\"7924\":8891.05,\"7925\":8520.0,\"7926\":4554.6,\"7927\":9039.0,\"7928\":7578.68,\"7929\":8142.08,\"7930\":9483.98,\"7931\":6808.5,\"7932\":8776.8,\"7933\":224.75,\"7934\":870.24,\"7935\":509.04,\"7936\":592.68,\"7937\":919.11,\"7938\":588.71,\"7939\":923.59,\"7940\":228.31,\"7941\":962.76,\"7942\":526.04,\"7943\":540.2,\"7944\":5090.4,\"7945\":837.84,\"7946\":236.4,\"7947\":16725.28,\"7948\":14429.25,\"7949\":5932.8,\"7950\":7600.0,\"7951\":4900.0,\"7952\":862.62,\"7953\":null,\"7954\":8.63,\"7955\":null,\"7956\":9258.6,\"7957\":6928.8,\"7958\":8933.9,\"7959\":964.75,\"7960\":10101.15,\"7961\":4.73,\"7962\":917.69,\"7963\":846.0,\"7964\":null,\"7965\":2930.84,\"7966\":6704.5,\"7967\":4900.0,\"7968\":888.95,\"7969\":942.26,\"7970\":558.47,\"7971\":19.84,\"7972\":162.0,\"7973\":5415.8,\"7974\":4381.79,\"7975\":7792.2,\"7976\":16797.66,\"7977\":16269.69,\"7978\":3084.0,\"7979\":6085.2,\"7980\":781.09,\"7981\":240.09,\"7982\":null,\"7983\":873.42,\"7984\":6893.7,\"7985\":null,\"7986\":61.27,\"7987\":735.56,\"7988\":528.85,\"7989\":7641.06,\"7990\":922.67,\"7991\":null,\"7992\":3864.67,\"7993\":2402.4,\"7994\":7158.0,\"7995\":175484.82,\"7996\":1947.6,\"7997\":2945.6,\"7998\":708.62,\"7999\":null,\"8000\":null,\"8001\":402.64,\"8002\":11044.0,\"8003\":14241.45,\"8004\":null,\"8005\":2176.68,\"8006\":null,\"8007\":725.04,\"8008\":2330.1,\"8009\":1675.0,\"8010\":15960.0,\"8011\":168088.47,\"8012\":502058.09,\"8013\":11296.0,\"8014\":465.63,\"8015\":17503.41,\"8016\":57214.84,\"8017\":6581.67,\"8018\":1142.53,\"8019\":3702.08,\"8020\":920.03,\"8021\":13858.78,\"8022\":621.06,\"8023\":null,\"8024\":60403.72,\"8025\":24251.29,\"8026\":6126.0,\"8027\":4591.14,\"8028\":939.79,\"8029\":245418.91,\"8030\":158515.8,\"8031\":5647.86,\"8032\":182560.0,\"8033\":null,\"8034\":121154.17,\"8035\":13461.81,\"8036\":395737.07,\"8037\":14993.1,\"8038\":18609.8,\"8039\":17855.57,\"8040\":10891.92,\"8041\":17464.51,\"8042\":170497.86,\"8043\":1214.88,\"8044\":1452.63,\"8045\":552.5,\"8046\":60568.73,\"8047\":2177.3,\"8048\":731.53,\"8049\":416.46,\"8050\":30241.52,\"8051\":90483.77,\"8052\":4013.23,\"8053\":1832.4,\"8054\":37.4,\"8055\":743.24,\"8056\":1137552.53,\"8057\":602986.86,\"8058\":366.0,\"8059\":7416.2,\"8060\":4594.71,\"8061\":826.76,\"8062\":205130.0,\"8063\":600.24,\"8064\":12420.0,\"8065\":35381.93,\"8066\":69393.25,\"8067\":164568.37,\"8068\":null,\"8069\":null,\"8070\":582948.28,\"8071\":39172.3,\"8072\":8417.39,\"8073\":488.0,\"8074\":695.38,\"8075\":830.25,\"8076\":269533.81,\"8077\":2225.77,\"8078\":521.73,\"8079\":968.94,\"8080\":850.57,\"8081\":5094.0,\"8082\":410.64,\"8083\":1677.02,\"8084\":13570.17,\"8085\":4354.2,\"8086\":17733.32,\"8087\":7785.6,\"8088\":367.88,\"8089\":2486.4,\"8090\":267.3,\"8091\":271.32,\"8092\":30154.71,\"8093\":50021.1,\"8094\":null,\"8095\":1088552.25,\"8096\":null,\"8097\":120797.35,\"8098\":1505.46,\"8099\":586.74,\"8100\":1217.9,\"8101\":null,\"8102\":635019.13,\"8103\":198918.21,\"8104\":142560.06,\"8105\":114685.31,\"8106\":2046.0,\"8107\":795.48,\"8108\":2088.5,\"8109\":73582.01,\"8110\":18450.25,\"8111\":17012.99,\"8112\":54994.62,\"8113\":158603.24,\"8114\":157475.7,\"8115\":null,\"8116\":46133.54,\"8117\":28049.82,\"8118\":43945.67,\"8119\":48845.99,\"8120\":646.05,\"8121\":75552.47,\"8122\":1335.06,\"8123\":7869.4,\"8124\":2856.37,\"8125\":29880.18,\"8126\":23005.44,\"8127\":58201.35,\"8128\":19314.27,\"8129\":653.73,\"8130\":8841.6,\"8131\":null,\"8132\":null,\"8133\":6747.84,\"8134\":354.88,\"8135\":null,\"8136\":2480.0,\"8137\":9240.52,\"8138\":1511.76,\"8139\":1700.16,\"8140\":150.88,\"8141\":15024.0,\"8142\":9867.0,\"8143\":3038.2,\"8144\":14761.09,\"8145\":16342.17,\"8146\":13472.26,\"8147\":14171.31,\"8148\":722.92,\"8149\":14210.5,\"8150\":13893.5,\"8151\":182.4,\"8152\":12906.0,\"8153\":19551.18,\"8154\":19507.24,\"8155\":19407.7,\"8156\":6256.8,\"8157\":684.2,\"8158\":10026.7,\"8159\":4636.0,\"8160\":1320.2,\"8161\":3953.7,\"8162\":3706.8,\"8163\":4938.0,\"8164\":282.91,\"8165\":2146.21,\"8166\":335.11,\"8167\":1935.0,\"8168\":683.1,\"8169\":14656.22,\"8170\":3032.36,\"8171\":11478.03,\"8172\":130.8,\"8173\":1108.61,\"8174\":null,\"8175\":780.12,\"8176\":null,\"8177\":364.32,\"8178\":97.2,\"8179\":2421.43,\"8180\":6703.53,\"8181\":null,\"8182\":15936.09,\"8183\":2000.0,\"8184\":5611.9,\"8185\":8525.64,\"8186\":71774.94,\"8187\":9008.09,\"8188\":1455.99,\"8189\":4608.52,\"8190\":5194.08,\"8191\":11701.04,\"8192\":7384.59,\"8193\":11226.21,\"8194\":53472.4,\"8195\":13877.52,\"8196\":867.24,\"8197\":5005.11,\"8198\":5088.31,\"8199\":5694.0,\"8200\":11699.02,\"8201\":122.76,\"8202\":234.8,\"8203\":null,\"8204\":9689.05,\"8205\":1.38,\"8206\":71.7,\"8207\":3259.23,\"8208\":3696.72,\"8209\":7916.4,\"8210\":5590.21,\"8211\":895.48,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":7324.2,\"8216\":15706.8,\"8217\":19930.86,\"8218\":19929.2,\"8219\":24.0,\"8220\":73651.56,\"8221\":17856.5,\"8222\":16981.46,\"8223\":2.93,\"8224\":0.96,\"8225\":7722.0,\"8226\":1679.85,\"8227\":225.06,\"8228\":5216.86,\"8229\":211.44,\"8230\":null,\"8231\":15107.7,\"8232\":26317.82,\"8233\":78096.8,\"8234\":1421.7,\"8235\":1351.02,\"8236\":78269.07,\"8237\":4577.3,\"8238\":17440.0,\"8239\":5688.0,\"8240\":6890.34,\"8241\":7258.5,\"8242\":6990.3,\"8243\":10133.1,\"8244\":4615.2,\"8245\":4982.7,\"8246\":750.2,\"8247\":593.64,\"8248\":443.88,\"8249\":297.48,\"8250\":758.64,\"8251\":609.99,\"8252\":882.63,\"8253\":778.03,\"8254\":474.48,\"8255\":769.06,\"8256\":877.59,\"8257\":7747.2,\"8258\":917.88,\"8259\":536.4,\"8260\":9226.49,\"8261\":9902.68,\"8262\":8298.0,\"8263\":5536.2,\"8264\":4900.0,\"8265\":761.01,\"8266\":3.6,\"8267\":14.38,\"8268\":71.29,\"8269\":4707.3,\"8270\":5520.0,\"8271\":4351.45,\"8272\":963.35,\"8273\":9018.9,\"8274\":6.51,\"8275\":977.22,\"8276\":908.64,\"8277\":975.7,\"8278\":2620.2,\"8279\":7626.8,\"8280\":4900.0,\"8281\":802.34,\"8282\":775.66,\"8283\":357.41,\"8284\":23.06,\"8285\":135.0,\"8286\":5474.9,\"8287\":3485.64,\"8288\":3783.6,\"8289\":7803.59,\"8290\":9373.69,\"8291\":2662.2,\"8292\":6032.1,\"8293\":563.46,\"8294\":629.13,\"8295\":3352.83,\"8296\":692.59,\"8297\":6481.2,\"8298\":58.43,\"8299\":504.23,\"8300\":808.56,\"8301\":2420.52,\"8302\":934.72,\"8303\":null,\"8304\":3868.33,\"8305\":2494.8,\"8306\":7173.6,\"8307\":301297.81,\"8308\":4899.6,\"8309\":4572.64,\"8310\":711.59,\"8311\":null,\"8312\":1390.0,\"8313\":431.26,\"8314\":12364.0,\"8315\":15192.04,\"8316\":184.8,\"8317\":2135.59,\"8318\":1781.67,\"8319\":769.9,\"8320\":1962.0,\"8321\":811.0,\"8322\":16476.0,\"8323\":200338.61,\"8324\":504951.81,\"8325\":12576.0,\"8326\":422.73,\"8327\":16026.32,\"8328\":32544.89,\"8329\":6669.67,\"8330\":1018.61,\"8331\":null,\"8332\":887.35,\"8333\":14166.4,\"8334\":629.42,\"8335\":null,\"8336\":63873.24,\"8337\":29104.48,\"8338\":9010.0,\"8339\":5859.78,\"8340\":937.81,\"8341\":246103.2,\"8342\":159562.74,\"8343\":7125.75,\"8344\":509800.0,\"8345\":null,\"8346\":68598.54,\"8347\":29599.48,\"8348\":395782.59,\"8349\":16509.52,\"8350\":18590.0,\"8351\":1232.94,\"8352\":11784.38,\"8353\":16450.98,\"8354\":93715.32,\"8355\":1462.25,\"8356\":1378.58,\"8357\":567.83,\"8358\":47504.38,\"8359\":235.29,\"8360\":726.71,\"8361\":416.78,\"8362\":29044.69,\"8363\":90492.86,\"8364\":4104.58,\"8365\":1871.4,\"8366\":11385.0,\"8367\":867.76,\"8368\":1157032.4299999999,\"8369\":600538.52,\"8370\":432.0,\"8371\":3608.0,\"8372\":8303.71,\"8373\":824.56,\"8374\":205080.0,\"8375\":572.84,\"8376\":11592.0,\"8377\":35936.93,\"8378\":69661.24,\"8379\":165055.36,\"8380\":null,\"8381\":581313.36,\"8382\":null,\"8383\":8417.39,\"8384\":null,\"8385\":628.85,\"8386\":1188.9,\"8387\":174870.04,\"8388\":2224.05,\"8389\":523.61,\"8390\":1158.48,\"8391\":1064.77,\"8392\":4723.2,\"8393\":410.88,\"8394\":2090.03,\"8395\":19455.65,\"8396\":4360.95,\"8397\":19968.06,\"8398\":6268.8,\"8399\":377.59,\"8400\":null,\"8401\":260.7,\"8402\":323.74,\"8403\":29828.68,\"8404\":50222.78,\"8405\":1508.43,\"8406\":1165124.1899999999,\"8407\":null,\"8408\":412687.22,\"8409\":1589.7,\"8410\":636.46,\"8411\":1290.49,\"8412\":1054.8,\"8413\":null,\"8414\":336292.54,\"8415\":14373.5,\"8416\":203532.0,\"8417\":131552.99,\"8418\":73016.51,\"8419\":2059.0,\"8420\":795.62,\"8421\":935.04,\"8422\":70992.1,\"8423\":10186.82,\"8424\":10481.99,\"8425\":157003.71,\"8426\":162742.65,\"8427\":null,\"8428\":22395.8,\"8429\":44087.49,\"8430\":47560.76,\"8431\":649.92,\"8432\":75542.82,\"8433\":1319.08,\"8434\":8808.8,\"8435\":2866.81,\"8436\":20234.33,\"8437\":23645.25,\"8438\":58330.02,\"8439\":19291.77,\"8440\":651.33,\"8441\":8848.8,\"8442\":3.6,\"8443\":null,\"8444\":6768.63,\"8445\":306.64,\"8446\":null,\"8447\":9600.0,\"8448\":9458.11,\"8449\":1499.28,\"8450\":null,\"8451\":144.8,\"8452\":null,\"8453\":9804.0,\"8454\":12139.0,\"8455\":2160.4,\"8456\":11349.89,\"8457\":17182.6,\"8458\":10234.0,\"8459\":10226.61,\"8460\":1459.92,\"8461\":13701.0,\"8462\":13410.2,\"8463\":2007.6,\"8464\":3834.0,\"8465\":19579.63,\"8466\":19510.41,\"8467\":19438.63,\"8468\":5958.0,\"8469\":699.9,\"8470\":10173.3,\"8471\":1944.0,\"8472\":1380.5,\"8473\":4453.26,\"8474\":3682.6,\"8475\":2138.0,\"8476\":282.91,\"8477\":1372.69,\"8478\":331.89,\"8479\":2109.0,\"8480\":342.02,\"8481\":14896.59,\"8482\":4682.73,\"8483\":8754.67,\"8484\":685.8,\"8485\":95.72,\"8486\":300.67,\"8487\":780.78,\"8488\":null,\"8489\":340.12,\"8490\":586.8,\"8491\":2958.78,\"8492\":8429.48,\"8493\":14529.08,\"8494\":2000.0,\"8495\":5472.7,\"8496\":4282.14,\"8497\":90344.73,\"8498\":10506.84,\"8499\":2730.55,\"8500\":4195.3,\"8501\":4357.44,\"8502\":7493.53,\"8503\":8065.07,\"8504\":8466.56,\"8505\":142357.33,\"8506\":12717.54,\"8507\":1203.84,\"8508\":8481.69,\"8509\":7973.75,\"8510\":7144.5,\"8511\":11287.72,\"8512\":187.32,\"8513\":282.0,\"8514\":547.43,\"8515\":5789.96,\"8516\":2.13,\"8517\":70.16,\"8518\":2697.78,\"8519\":2029.81,\"8520\":5727.6,\"8521\":8337.44,\"8522\":930.35,\"8523\":9845.36,\"8524\":9277.51,\"8525\":3799.0,\"8526\":3915.0,\"8527\":6692.4,\"8528\":19909.66,\"8529\":19942.5,\"8530\":999.0,\"8531\":83219.62,\"8532\":14317.8,\"8533\":14991.34,\"8534\":4.7,\"8535\":1.52,\"8536\":8362.8,\"8537\":1224.0,\"8538\":253.99,\"8539\":5223.3,\"8540\":460.43,\"8541\":1.95,\"8542\":20866.75,\"8543\":13770.4,\"8544\":72814.1,\"8545\":1296.9,\"8546\":913.56,\"8547\":44720.06,\"8548\":6963.6,\"8549\":16520.0,\"8550\":3118.8,\"8551\":6534.3,\"8552\":5228.99,\"8553\":5828.39,\"8554\":7915.28,\"8555\":5681.4,\"8556\":6700.8,\"8557\":411.49,\"8558\":5218.4,\"8559\":537.24,\"8560\":517.2,\"8561\":483.6,\"8562\":492.66,\"8563\":318.78,\"8564\":326.31,\"8565\":541.89,\"8566\":767.76,\"8567\":949.54,\"8568\":1000.15,\"8569\":7166.4,\"8570\":724.32,\"8571\":1189.2,\"8572\":10246.09,\"8573\":10145.89,\"8574\":1245.6,\"8575\":9137.76,\"8576\":4900.0,\"8577\":416.52,\"8578\":10.2,\"8579\":394.56,\"8580\":8874.3,\"8581\":7024.8,\"8582\":3530.71,\"8583\":945.92,\"8584\":8885.7,\"8585\":6.41,\"8586\":872.43,\"8587\":548.64,\"8588\":640.2,\"8589\":1197.68,\"8590\":2083.8,\"8591\":4900.0,\"8592\":934.8,\"8593\":988.3,\"8594\":527.5,\"8595\":134.95,\"8596\":123.0,\"8597\":10065.37,\"8598\":8155.94,\"8599\":5974.8,\"8600\":11167.48,\"8601\":10776.31,\"8602\":7788.0,\"8603\":5732.4,\"8604\":285.8,\"8605\":284.77,\"8606\":3284.98,\"8607\":917.43,\"8608\":6111.6,\"8609\":34.5,\"8610\":55.72,\"8611\":561.58,\"8612\":551.88,\"8613\":3604.56,\"8614\":899.18,\"8615\":null,\"8616\":3791.33,\"8617\":2494.8,\"8618\":7190.4,\"8619\":408995.54,\"8620\":4413.6,\"8621\":3944.11,\"8622\":708.18,\"8623\":null,\"8624\":null,\"8625\":431.37,\"8626\":13024.0,\"8627\":15814.03,\"8628\":204.6,\"8629\":2164.96,\"8630\":1703.79,\"8631\":null,\"8632\":2426.4,\"8633\":812.0,\"8634\":15436.0,\"8635\":60701.23,\"8636\":504649.02,\"8637\":12808.0,\"8638\":850.41,\"8639\":11149.76,\"8640\":26749.78,\"8641\":6640.33,\"8642\":1032.7,\"8643\":3702.08,\"8644\":897.44,\"8645\":16252.22,\"8646\":629.42,\"8647\":null,\"8648\":62010.19,\"8649\":28112.76,\"8650\":7185.0,\"8651\":5925.2,\"8652\":942.77,\"8653\":248703.91,\"8654\":159138.42,\"8655\":7335.22,\"8656\":512850.0,\"8657\":null,\"8658\":67747.81,\"8659\":19053.17,\"8660\":395807.72,\"8661\":15261.51,\"8662\":18653.8,\"8663\":null,\"8664\":10140.55,\"8665\":17139.19,\"8666\":170341.83,\"8667\":1240.14,\"8668\":1424.35,\"8669\":582.08,\"8670\":60437.91,\"8671\":2574.74,\"8672\":725.63,\"8673\":401.69,\"8674\":34825.11,\"8675\":null,\"8676\":3979.11,\"8677\":2196.0,\"8678\":null,\"8679\":880.99,\"8680\":1106922.6100000001,\"8681\":598377.39,\"8682\":594.0,\"8683\":8296.2,\"8684\":7595.2,\"8685\":822.91,\"8686\":205110.0,\"8687\":613.22,\"8688\":null,\"8689\":35261.05,\"8690\":69732.05,\"8691\":164662.59,\"8692\":404984.0,\"8693\":560868.04,\"8694\":null,\"8695\":null,\"8696\":6274.78,\"8697\":544.63,\"8698\":689.65,\"8699\":1427.1,\"8700\":239550.79,\"8701\":2220.61,\"8702\":525.16,\"8703\":1136.52,\"8704\":1118.65,\"8705\":9607.2,\"8706\":411.12,\"8707\":1739.94,\"8708\":18926.93,\"8709\":4361.4,\"8710\":17952.43,\"8711\":9187.2,\"8712\":371.58,\"8713\":2128.8,\"8714\":260.7,\"8715\":277.64,\"8716\":30055.88,\"8717\":45108.37,\"8718\":1261.39,\"8719\":77028.0,\"8720\":null,\"8721\":526706.09,\"8722\":1615.86,\"8723\":716.98,\"8724\":1211.79,\"8725\":955.8,\"8726\":340188.11,\"8727\":66667.39,\"8728\":123893.54,\"8729\":140980.86,\"8730\":71521.96,\"8731\":2059.0,\"8732\":794.64,\"8733\":3320.22,\"8734\":75778.06,\"8735\":8333.92,\"8736\":8812.27,\"8737\":162139.11,\"8738\":166405.65,\"8739\":19822.35,\"8740\":null,\"8741\":22422.29,\"8742\":44551.94,\"8743\":47702.76,\"8744\":695.25,\"8745\":75585.3,\"8746\":1268.4,\"8747\":7761.6,\"8748\":2818.37,\"8749\":30079.48,\"8750\":57980.41,\"8751\":null,\"8752\":19303.63,\"8753\":654.12,\"8754\":9421.2,\"8755\":228.0,\"8756\":null,\"8757\":6735.8,\"8758\":322.21,\"8759\":null,\"8760\":8400.0,\"8761\":9532.55,\"8762\":1678.32,\"8763\":1764.4,\"8764\":186.25,\"8765\":null,\"8766\":13180.0,\"8767\":19349.0,\"8768\":3249.4,\"8769\":16825.17,\"8770\":14547.26,\"8771\":10232.34,\"8772\":10230.64,\"8773\":769.12,\"8774\":12914.8,\"8775\":12623.9,\"8776\":1240.8,\"8777\":19745.48,\"8778\":19603.54,\"8779\":19608.66,\"8780\":4129.2,\"8781\":617.0,\"8782\":null,\"8783\":5196.0,\"8784\":1282.0,\"8785\":5177.76,\"8786\":7062.8,\"8787\":6152.0,\"8788\":282.91,\"8789\":1987.06,\"8790\":329.36,\"8791\":2060.0,\"8792\":321.48,\"8793\":13593.22,\"8794\":5333.86,\"8795\":13192.42,\"8796\":1586.4,\"8797\":1578.2,\"8798\":30.8,\"8799\":746.46,\"8800\":null,\"8801\":687.72,\"8802\":699.9,\"8803\":724.9,\"8804\":4882.58,\"8805\":7433.83,\"8806\":2000.0,\"8807\":5494.9,\"8808\":6100.98,\"8809\":97600.33,\"8810\":12723.14,\"8811\":3250.89,\"8812\":4051.83,\"8813\":6973.92,\"8814\":13359.33,\"8815\":6106.12,\"8816\":14256.71,\"8817\":null,\"8818\":13534.98,\"8819\":904.2,\"8820\":10025.54,\"8821\":10074.49,\"8822\":9993.0,\"8823\":11174.76,\"8824\":369.24,\"8825\":208.0,\"8826\":410.63,\"8827\":8932.72,\"8828\":1.68,\"8829\":90.35,\"8830\":1591.67,\"8831\":null,\"8832\":6627.6,\"8833\":9554.3,\"8834\":2974.08,\"8835\":16354.75,\"8836\":16791.8,\"8837\":7538.58,\"8838\":6969.6,\"8839\":16300.8,\"8840\":19950.77,\"8841\":19945.3,\"8842\":1047.0,\"8843\":68740.68,\"8844\":12325.87,\"8845\":11627.25,\"8846\":4.79,\"8847\":1.54,\"8848\":8842.8,\"8849\":4989.3,\"8850\":217.8,\"8851\":5197.08,\"8852\":401.85,\"8853\":null,\"8854\":23914.81,\"8855\":13365.47,\"8856\":76602.33,\"8857\":1285.3,\"8858\":1196.46,\"8859\":75130.69,\"8860\":7054.95,\"8861\":10480.0,\"8862\":6626.4,\"8863\":8647.08,\"8864\":5615.55,\"8865\":5568.75,\"8866\":6088.5,\"8867\":6036.0,\"8868\":7640.1,\"8869\":802.82,\"8870\":null,\"8871\":754.44,\"8872\":343.56,\"8873\":473.4,\"8874\":545.25,\"8875\":674.85,\"8876\":861.6,\"8877\":948.84,\"8878\":976.86,\"8879\":1033.04,\"8880\":7701.6,\"8881\":613.2,\"8882\":397.2,\"8883\":16699.8,\"8884\":18292.18,\"8885\":5625.0,\"8886\":12992.1,\"8887\":4900.0,\"8888\":800.7,\"8889\":2022.0,\"8890\":431.25,\"8891\":225.63,\"8892\":6428.4,\"8893\":7450.8,\"8894\":8788.39,\"8895\":1015.83,\"8896\":9585.9,\"8897\":4.75,\"8898\":965.54,\"8899\":994.92,\"8900\":816.2,\"8901\":2308.68,\"8902\":5517.7,\"8903\":4900.0,\"8904\":954.03,\"8905\":1027.33,\"8906\":476.52,\"8907\":702.99,\"8908\":516.0,\"8909\":11381.47,\"8910\":6994.84,\"8911\":4530.0,\"8912\":15661.29,\"8913\":17361.34,\"8914\":9120.6,\"8915\":6204.9,\"8916\":676.87,\"8917\":690.1,\"8918\":2496.65,\"8919\":904.94,\"8920\":6312.9,\"8921\":341.21,\"8922\":82.45,\"8923\":900.76,\"8924\":730.82,\"8925\":7908.78,\"8926\":948.06,\"8927\":1305.0,\"8928\":3861.0,\"8929\":2699.4,\"8930\":7222.8,\"8931\":11653.0,\"8932\":4698.0,\"8933\":6113.14,\"8934\":709.39,\"8935\":null,\"8936\":210.0,\"8937\":425.92,\"8938\":11396.0,\"8939\":19608.77,\"8940\":198.0,\"8941\":2172.72,\"8942\":1753.62,\"8943\":425.16,\"8944\":null,\"8945\":810.0,\"8946\":16828.0,\"8947\":60669.1,\"8948\":497073.62,\"8949\":12352.0,\"8950\":1090.32,\"8951\":13248.68,\"8952\":25468.0,\"8953\":8206.0,\"8954\":270.83,\"8955\":3702.4,\"8956\":827.06,\"8957\":24407.29,\"8958\":611.82,\"8959\":null,\"8960\":60862.06,\"8961\":29081.29,\"8962\":6302.0,\"8963\":5067.96,\"8964\":942.77,\"8965\":247623.87,\"8966\":null,\"8967\":6186.41,\"8968\":185820.0,\"8969\":null,\"8970\":113514.94,\"8971\":17567.93,\"8972\":395807.24,\"8973\":14801.79,\"8974\":16449.4,\"8975\":528.92,\"8976\":14046.86,\"8977\":13876.38,\"8978\":75308.18,\"8979\":1548.36,\"8980\":2126.66,\"8981\":573.83,\"8982\":null,\"8983\":42953.85,\"8984\":2561.28,\"8985\":727.1,\"8986\":448.94,\"8987\":78226.94,\"8988\":4271.93,\"8989\":2791.8,\"8990\":null,\"8991\":843.87,\"8992\":1177576.5600000001,\"8993\":602143.9,\"8994\":372.0,\"8995\":6892.6,\"8996\":7592.33,\"8997\":822.03,\"8998\":177050.0,\"8999\":531.0,\"9000\":13716.0,\"9001\":40612.75,\"9002\":64775.95,\"9003\":142451.62,\"9004\":1529.0,\"9005\":401672.0,\"9006\":null,\"9007\":38641.55,\"9008\":5203.48,\"9009\":621.72,\"9010\":683.32,\"9011\":3022.8,\"9012\":81406.13,\"9013\":2220.61,\"9014\":521.83,\"9015\":1123.92,\"9016\":1087.44,\"9017\":8514.0,\"9018\":411.24,\"9019\":787.71,\"9020\":19430.54,\"9021\":4360.05,\"9022\":19668.35,\"9023\":11889.6,\"9024\":373.36,\"9025\":392.66,\"9026\":260.7,\"9027\":252.24,\"9028\":29801.01,\"9029\":49984.38,\"9030\":null,\"9031\":923179.25,\"9032\":35433.8,\"9033\":820241.4,\"9034\":1615.8,\"9035\":737.66,\"9036\":1170.88,\"9037\":1225.8,\"9038\":null,\"9039\":null,\"9040\":124235.19,\"9041\":108317.6,\"9042\":73623.36,\"9043\":null,\"9044\":794.36,\"9045\":null,\"9046\":80346.25,\"9047\":13031.7,\"9048\":13459.54,\"9049\":54429.67,\"9050\":159674.65,\"9051\":166792.3,\"9052\":19810.57,\"9053\":8244.66,\"9054\":null,\"9055\":44017.06,\"9056\":47510.87,\"9057\":425.64,\"9058\":75581.23,\"9059\":1097.08,\"9060\":8723.0,\"9061\":1658.95,\"9062\":17174.17,\"9063\":31637.91,\"9064\":19281.43,\"9065\":649.26,\"9066\":10011.6,\"9067\":88.8,\"9068\":null,\"9069\":6761.87,\"9070\":335.41,\"9071\":6.34,\"9072\":11200.0,\"9073\":9490.43,\"9074\":1625.52,\"9075\":1785.08,\"9076\":148.1,\"9077\":9099.0,\"9078\":14833.0,\"9079\":4985.2,\"9080\":19821.92,\"9081\":15316.32,\"9082\":10230.19,\"9083\":10230.13,\"9084\":571.41,\"9085\":13591.4,\"9086\":13291.9,\"9087\":null,\"9088\":19725.59,\"9089\":19604.08,\"9090\":19547.97,\"9091\":1375.2,\"9092\":529.8,\"9093\":16908.1,\"9094\":7444.0,\"9095\":1338.3,\"9096\":4087.56,\"9097\":7085.2,\"9098\":5788.0,\"9099\":282.91,\"9100\":2169.98,\"9101\":329.59,\"9102\":2537.0,\"9103\":331.67,\"9104\":12033.23,\"9105\":5844.18,\"9106\":16534.68,\"9107\":1087.2,\"9108\":864.18,\"9109\":null,\"9110\":838.86,\"9111\":null,\"9112\":418.44,\"9113\":null,\"9114\":2295.92,\"9115\":6037.23,\"9116\":8126.05,\"9117\":3000.0,\"9118\":5454.4,\"9119\":6908.28,\"9120\":79864.38,\"9121\":3834.37,\"9122\":4149.98,\"9123\":3902.61,\"9124\":5548.32,\"9125\":null,\"9126\":15507.88,\"9127\":7624.92,\"9128\":16758.68,\"9129\":195418.5,\"9130\":12264.96,\"9131\":910.14,\"9132\":9874.94,\"9133\":10211.76,\"9134\":9999.0,\"9135\":8263.67,\"9136\":85.44,\"9137\":217.6,\"9138\":null,\"9139\":4837.81,\"9140\":1.96,\"9141\":53.0,\"9142\":2800.18,\"9143\":7999.2,\"9144\":9634.33,\"9145\":3477.04,\"9146\":9420.12,\"9147\":10591.97,\"9148\":4373.33,\"9149\":7934.4,\"9150\":14576.4,\"9151\":19962.19,\"9152\":19948.78,\"9153\":190.8,\"9154\":70940.79,\"9155\":12626.34,\"9156\":12887.25,\"9157\":6.11,\"9158\":1.92,\"9159\":6474.0,\"9160\":2516.85,\"9161\":308.22,\"9162\":7337.0,\"9163\":543.09,\"9164\":null,\"9165\":26963.36,\"9166\":21538.06,\"9167\":75380.55,\"9168\":1254.66,\"9169\":1597.35,\"9170\":82415.52,\"9171\":8577.45,\"9172\":12600.0,\"9173\":6355.2,\"9174\":null,\"9175\":2134.8,\"9176\":2188.13,\"9177\":3071.03,\"9178\":6297.9,\"9179\":7105.5,\"9180\":728.55,\"9181\":881.52,\"9182\":411.48,\"9183\":446.76,\"9184\":546.12,\"9185\":335.25,\"9186\":808.97,\"9187\":381.86,\"9188\":866.28,\"9189\":806.8,\"9190\":833.72,\"9191\":8768.4,\"9192\":649.32,\"9193\":424.8,\"9194\":11360.59,\"9195\":13103.35,\"9196\":7232.4,\"9197\":2776.72,\"9198\":4900.0,\"9199\":497.37,\"9200\":3.0,\"9201\":null,\"9202\":null,\"9203\":9189.0,\"9204\":4813.2,\"9205\":5480.19,\"9206\":840.23,\"9207\":6123.6,\"9208\":1.58,\"9209\":648.74,\"9210\":458.52,\"9211\":1002.1,\"9212\":1341.12,\"9213\":8582.45,\"9214\":4900.0,\"9215\":797.65,\"9216\":819.77,\"9217\":832.23,\"9218\":null,\"9219\":null,\"9220\":9317.7,\"9221\":7106.34,\"9222\":3523.2,\"9223\":12731.96,\"9224\":9761.62,\"9225\":6178.5,\"9226\":4890.9,\"9227\":598.88,\"9228\":603.15,\"9229\":2705.95,\"9230\":719.73,\"9231\":9761.4,\"9232\":61.04,\"9233\":766.12,\"9234\":261.05,\"9235\":5085.3,\"9236\":813.51,\"9237\":996.05,\"9238\":3817.0,\"9239\":2514.6,\"9240\":7002.0,\"9241\":405692.91,\"9242\":6166.8,\"9243\":4931.51,\"9244\":708.73,\"9245\":null,\"9246\":null,\"9247\":429.4,\"9248\":12760.0,\"9249\":19599.92,\"9250\":204.6,\"9251\":2165.62,\"9252\":1754.61,\"9253\":789.16,\"9254\":810.0,\"9255\":15112.0,\"9256\":60690.72,\"9257\":502853.42,\"9258\":null,\"9259\":798.27,\"9260\":9000.45,\"9261\":39462.76,\"9262\":8136.33,\"9263\":1160.93,\"9264\":3702.72,\"9265\":861.76,\"9266\":22205.97,\"9267\":608.08,\"9268\":null,\"9269\":38816.72,\"9270\":29872.44,\"9271\":8540.0,\"9272\":4707.94,\"9273\":941.78,\"9274\":255000.0,\"9275\":5815.7,\"9276\":509540.0,\"9277\":106656.43,\"9278\":16389.48,\"9279\":396388.11,\"9280\":14479.12,\"9281\":17747.4,\"9282\":0.49,\"9283\":11980.81,\"9284\":12082.77,\"9285\":111967.5,\"9286\":1374.27,\"9287\":1420.93,\"9288\":567.83,\"9289\":179135.0,\"9290\":48223.24,\"9291\":2436.05,\"9292\":727.3,\"9293\":446.61,\"9294\":48060.92,\"9295\":90554.26,\"9296\":4046.7,\"9297\":1854.0,\"9298\":null,\"9299\":894.96,\"9300\":1144011.6599999999,\"9301\":600592.02,\"9302\":216.0,\"9303\":866.8,\"9304\":7589.83,\"9305\":822.03,\"9306\":205040.0,\"9307\":580.88,\"9308\":12996.0,\"9309\":39896.63,\"9310\":65081.26,\"9311\":164607.05,\"9312\":null,\"9313\":null,\"9314\":606321.4300000001,\"9315\":null,\"9316\":null,\"9317\":3673.04,\"9318\":541.46,\"9319\":685.04,\"9320\":2663.7,\"9321\":81364.98,\"9322\":2229.21,\"9323\":516.71,\"9324\":699.12,\"9325\":923.02,\"9326\":8184.0,\"9327\":412.2,\"9328\":2005.63,\"9329\":1879.56,\"9330\":4357.8,\"9331\":18860.09,\"9332\":14851.2,\"9333\":367.49,\"9334\":2667.0,\"9335\":161.7,\"9336\":260.98,\"9337\":29557.25,\"9338\":50204.7,\"9339\":1301.68,\"9340\":247745.81,\"9341\":null,\"9342\":820464.33,\"9343\":438.18,\"9344\":716.1,\"9345\":1126.46,\"9346\":2133.0,\"9347\":178928.04,\"9348\":null,\"9349\":224278.38,\"9350\":139861.48,\"9351\":82950.45,\"9352\":2059.0,\"9353\":792.82,\"9354\":2162.62,\"9355\":69041.33,\"9356\":15905.69,\"9357\":16577.88,\"9358\":54682.64,\"9359\":157712.94,\"9360\":161445.8,\"9361\":6159.35,\"9362\":17729.67,\"9363\":43821.13,\"9364\":47587.97,\"9365\":660.45,\"9366\":76659.16,\"9367\":1230.57,\"9368\":9517.2,\"9369\":2655.61,\"9370\":29531.41,\"9371\":null,\"9372\":58326.72,\"9373\":19314.96,\"9374\":649.35,\"9375\":null,\"9376\":null,\"9377\":null,\"9378\":6745.04,\"9379\":358.12,\"9380\":32.13,\"9381\":7200.0,\"9382\":9538.55,\"9383\":1582.92,\"9384\":1698.84,\"9385\":187.7,\"9386\":8136.0,\"9387\":15286.0,\"9388\":3632.2,\"9389\":17680.15,\"9390\":15027.59,\"9391\":10224.0,\"9392\":10230.28,\"9393\":382.51,\"9394\":12664.4,\"9395\":12385.5,\"9396\":787.2,\"9397\":19637.32,\"9398\":19592.67,\"9399\":19521.59,\"9400\":686.7,\"9401\":13351.6,\"9402\":4540.0,\"9403\":null,\"9404\":1435.8,\"9405\":1967.88,\"9406\":7078.5,\"9407\":4921.0,\"9408\":282.91,\"9409\":1716.46,\"9410\":327.52,\"9411\":2914.0,\"9412\":1076.24,\"9413\":14092.39,\"9414\":4914.16,\"9415\":18695.63,\"9416\":687.0,\"9417\":4359.52,\"9418\":874.13,\"9419\":742.5,\"9420\":0.04,\"9421\":760.32,\"9422\":null,\"9423\":3055.47,\"9424\":7521.62,\"9425\":16643.35,\"9426\":3000.0,\"9427\":5255.8,\"9428\":5642.82,\"9429\":74915.66,\"9430\":14302.9,\"9431\":5766.21,\"9432\":9716.35,\"9433\":1539.36,\"9434\":17325.35,\"9435\":9351.71,\"9436\":19358.16,\"9437\":null,\"9438\":10371.4,\"9439\":1629.54,\"9440\":10613.08,\"9441\":10851.85,\"9442\":10321.5,\"9443\":11650.89,\"9444\":319.12,\"9445\":70.8,\"9446\":1351.58,\"9447\":9795.26,\"9448\":0.29,\"9449\":101.57,\"9450\":2639.63,\"9451\":7480.8,\"9452\":10249.45,\"9453\":3980.34,\"9454\":20108.18,\"9455\":19651.65,\"9456\":8787.68,\"9457\":7381.8,\"9458\":18802.8,\"9459\":19953.9,\"9460\":19952.53,\"9461\":1836.6,\"9462\":50919.71,\"9463\":16654.9,\"9464\":15112.11,\"9465\":4.83,\"9466\":1.56,\"9467\":9021.6,\"9468\":3791.1,\"9469\":12.65,\"9470\":3360.3,\"9471\":349.07,\"9472\":0.45,\"9473\":15860.39,\"9474\":22401.52,\"9475\":57262.87,\"9476\":1322.97,\"9477\":915.63,\"9478\":92689.05,\"9479\":7561.05,\"9480\":17960.0,\"9481\":5185.2,\"9482\":6655.74,\"9483\":8113.73,\"9484\":8435.25,\"9485\":10064.25,\"9486\":8281.2,\"9487\":9702.0,\"9488\":584.14,\"9489\":963.84,\"9490\":505.92,\"9491\":532.8,\"9492\":865.14,\"9493\":615.27,\"9494\":786.17,\"9495\":663.55,\"9496\":990.96,\"9497\":552.59,\"9498\":553.44,\"9499\":8752.8,\"9500\":911.52,\"9501\":471.6,\"9502\":11066.33,\"9503\":11709.16,\"9504\":3963.6,\"9505\":null,\"9506\":4900.0,\"9507\":961.2,\"9508\":1805.4,\"9509\":1121.25,\"9510\":25.55,\"9511\":8626.2,\"9512\":9786.0,\"9513\":9374.37,\"9514\":594.32,\"9515\":15569.1,\"9516\":3.58,\"9517\":941.04,\"9518\":763.4,\"9519\":1618.76,\"9520\":7912.0,\"9521\":4900.0,\"9522\":391.62,\"9523\":557.89,\"9524\":249.78,\"9525\":222.42,\"9526\":471.0,\"9527\":10921.63,\"9528\":5427.2,\"9529\":6595.2,\"9530\":10793.79,\"9531\":11397.49,\"9532\":8484.9,\"9533\":5132.1,\"9534\":976.43,\"9535\":973.26,\"9536\":4113.55,\"9537\":622.44,\"9538\":9154.2,\"9539\":3.45,\"9540\":80.65,\"9541\":452.98,\"9542\":531.64,\"9543\":5848.44,\"9544\":596.04,\"9545\":3152.26,\"9546\":3857.33,\"9547\":2488.2,\"9548\":7239.6,\"9549\":330033.95,\"9550\":10483.2,\"9551\":6913.74,\"9552\":711.48,\"9553\":null,\"9554\":200.0,\"9555\":426.73,\"9556\":5016.0,\"9557\":19705.48,\"9558\":191.4,\"9559\":2157.04,\"9560\":1761.87,\"9561\":794.43,\"9562\":807.0,\"9563\":null,\"9564\":60219.18,\"9565\":492118.07,\"9566\":null,\"9567\":9985.63,\"9568\":39558.87,\"9569\":8132.67,\"9570\":943.29,\"9571\":3701.44,\"9572\":903.37,\"9573\":25004.6,\"9574\":604.78,\"9575\":null,\"9576\":66108.48,\"9577\":26042.73,\"9578\":14795.0,\"9579\":4876.22,\"9580\":942.77,\"9581\":255000.0,\"9582\":6066.65,\"9583\":null,\"9584\":132216.4,\"9585\":18618.85,\"9586\":397758.7,\"9587\":20245.01,\"9588\":17826.6,\"9589\":0.58,\"9590\":15763.09,\"9591\":null,\"9592\":null,\"9593\":2029.43,\"9594\":1346.83,\"9595\":580.71,\"9596\":88880.0,\"9597\":59430.5,\"9598\":2446.05,\"9599\":721.39,\"9600\":437.71,\"9601\":59006.95,\"9602\":null,\"9603\":2343.6,\"9604\":2402.4,\"9605\":null,\"9606\":851.13,\"9607\":1150075.8200000001,\"9608\":393941.98,\"9609\":null,\"9610\":6892.6,\"9611\":5838.46,\"9612\":824.54,\"9613\":175990.0,\"9614\":528.6,\"9615\":12708.0,\"9616\":35682.75,\"9617\":35364.64,\"9618\":49226.86,\"9619\":null,\"9620\":548868.4399999999,\"9621\":null,\"9622\":7040.0,\"9623\":636.5,\"9624\":687.74,\"9625\":3480.9,\"9626\":81143.3,\"9627\":2220.61,\"9628\":535.79,\"9629\":1193.4,\"9630\":1041.36,\"9631\":10064.4,\"9632\":411.6,\"9633\":19026.34,\"9634\":1983.82,\"9635\":19561.11,\"9636\":4357.8,\"9637\":19732.08,\"9638\":null,\"9639\":362.74,\"9640\":2663.4,\"9641\":250.8,\"9642\":348.38,\"9643\":29621.25,\"9644\":45883.03,\"9645\":1307.49,\"9646\":1078781.8100000001,\"9647\":null,\"9648\":820409.5600000001,\"9649\":1601.52,\"9650\":755.26,\"9651\":1088.16,\"9652\":1229.4,\"9653\":null,\"9654\":30747.97,\"9655\":124267.83,\"9656\":73961.83,\"9657\":72115.32,\"9658\":null,\"9659\":797.16,\"9660\":71354.78,\"9661\":18910.45,\"9662\":19143.68,\"9663\":54971.88,\"9664\":96822.68,\"9665\":170094.55,\"9666\":null,\"9667\":null,\"9668\":43887.45,\"9669\":47859.05,\"9670\":638.64,\"9671\":76542.96,\"9672\":1163.22,\"9673\":9605.2,\"9674\":2822.85,\"9675\":16949.53,\"9676\":null,\"9677\":19300.03,\"9678\":650.22,\"9679\":12708.0,\"9680\":null,\"9681\":null,\"9682\":6758.07,\"9683\":320.1,\"9684\":169.82,\"9685\":7520.0,\"9686\":9576.31,\"9687\":1626.24,\"9688\":1662.76,\"9689\":161.44,\"9690\":9049.0,\"9691\":13467.0,\"9692\":3038.2,\"9693\":14752.53,\"9694\":20696.64,\"9695\":10216.37,\"9696\":10229.53,\"9697\":1540.15,\"9698\":12326.9,\"9699\":12064.0,\"9700\":4452.0,\"9701\":19638.03,\"9702\":19604.53,\"9703\":19396.79,\"9704\":463.2,\"9705\":14097.1,\"9706\":7758.0,\"9707\":39.14,\"9708\":1633.7,\"9709\":6325.92,\"9710\":6464.3,\"9711\":5645.0,\"9712\":282.91,\"9713\":1794.87,\"9714\":302.68,\"9715\":2915.0,\"9716\":1140.7,\"9717\":16803.42,\"9718\":9193.48,\"9719\":10280.87,\"9720\":1041.6,\"9721\":5518.35,\"9722\":11.73,\"9723\":712.8,\"9724\":526.24,\"9725\":3283.94,\"9726\":7883.72,\"9727\":13994.86,\"9728\":3000.0,\"9729\":5171.4,\"9730\":5986.44,\"9731\":99941.68,\"9732\":14070.42,\"9733\":3246.97,\"9734\":3810.78,\"9735\":8537.76,\"9736\":10312.91,\"9737\":10124.1,\"9738\":11280.8,\"9739\":null,\"9740\":14630.02,\"9741\":1212.42,\"9742\":10215.89,\"9743\":10525.83,\"9744\":10273.5,\"9745\":11643.86,\"9746\":155.64,\"9747\":210.0,\"9748\":2125.35,\"9749\":8349.84,\"9750\":1.44,\"9751\":34.72,\"9752\":2538.8,\"9753\":7390.8,\"9754\":10261.19,\"9755\":1948.19,\"9756\":20274.43,\"9757\":20281.74,\"9758\":9288.19,\"9759\":8856.0,\"9760\":16135.2,\"9761\":19965.43,\"9762\":19961.26,\"9763\":2107.8,\"9764\":80033.38,\"9765\":19377.5,\"9766\":20007.38,\"9767\":3.29,\"9768\":1.03,\"9769\":7058.4,\"9770\":2376.45,\"9771\":160.6,\"9772\":7941.44,\"9773\":null,\"9774\":2.4,\"9775\":38628.34,\"9776\":15638.12,\"9777\":83838.71,\"9778\":1273.53,\"9779\":1359.99,\"9780\":82898.56,\"9781\":9472.05,\"9782\":15640.0,\"9783\":5731.2,\"9784\":9643.44,\"9785\":7643.25,\"9786\":7241.18,\"9787\":9351.0,\"9788\":8736.0,\"9789\":9701.4,\"9790\":930.78,\"9791\":1.1,\"9792\":463.08,\"9793\":537.0,\"9794\":546.6,\"9795\":957.33,\"9796\":615.3,\"9797\":968.7,\"9798\":890.31,\"9799\":996.24,\"9800\":657.55,\"9801\":689.91,\"9802\":8432.4,\"9803\":956.4,\"9804\":1099.2,\"9805\":13933.27,\"9806\":15827.01,\"9807\":7833.6,\"9808\":null,\"9809\":4900.0,\"9810\":999.12,\"9811\":2457.6,\"9812\":1431.75,\"9813\":73.06,\"9814\":10045.5,\"9815\":9807.6,\"9816\":6200.2,\"9817\":752.33,\"9818\":14911.2,\"9819\":7.33,\"9820\":446.98,\"9821\":831.24,\"9822\":925.1,\"9823\":2403.72,\"9824\":5837.4,\"9825\":4900.0,\"9826\":975.51,\"9827\":685.16,\"9828\":832.07,\"9829\":567.6,\"9830\":null,\"9831\":7342.8,\"9832\":14413.02,\"9833\":14046.38,\"9834\":8188.2,\"9835\":6413.7,\"9836\":863.21,\"9837\":866.07,\"9838\":2901.45,\"9839\":755.43,\"9840\":9032.1,\"9841\":64.02,\"9842\":896.53,\"9843\":995.32,\"9844\":8896.86,\"9845\":744.28,\"9846\":2116.52,\"9847\":3853.67,\"9848\":2494.8,\"9849\":7248.0,\"9850\":311220.09,\"9851\":9720.0,\"9852\":5928.25,\"9853\":711.26,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":13486.0,\"9858\":null,\"9859\":198.0,\"9860\":773.36,\"9861\":1756.92,\"9862\":738.32,\"9863\":809.0,\"9864\":121044.08,\"9865\":null,\"9866\":9996.87,\"9867\":40884.4,\"9868\":8118.0,\"9869\":1033.56,\"9870\":3702.08,\"9871\":917.1,\"9872\":18375.4,\"9873\":604.56,\"9874\":null,\"9875\":66022.94,\"9876\":30063.84,\"9877\":12300.0,\"9878\":4738.62,\"9879\":942.77,\"9880\":null,\"9881\":5762.64,\"9882\":null,\"9883\":505670.0,\"9884\":172261.98,\"9885\":16013.3,\"9886\":397842.84,\"9887\":14130.09,\"9888\":16786.0,\"9889\":0.56,\"9890\":13068.37,\"9891\":116011.0,\"9892\":1347.16,\"9893\":1348.4,\"9894\":570.33,\"9895\":227480.0,\"9896\":65627.53,\"9897\":2472.5,\"9898\":723.66,\"9899\":462.82,\"9900\":14245.16,\"9901\":699.3,\"9902\":2417.4,\"9903\":13008.6,\"9904\":861.55,\"9905\":1171499.25,\"9906\":402703.92,\"9907\":6800.2,\"9908\":6624.65,\"9909\":825.99,\"9910\":189300.0,\"9911\":573.35,\"9912\":13212.0,\"9913\":64450.96,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":5356.52,\"9921\":588.59,\"9922\":682.6,\"9923\":3564.75,\"9924\":81114.49,\"9925\":2220.61,\"9926\":415.6,\"9927\":1305.0,\"9928\":1177.61,\"9929\":9214.8,\"9930\":411.48,\"9931\":1921.06,\"9932\":19495.11,\"9933\":2967.75,\"9934\":19041.62,\"9935\":365.84,\"9936\":190.43,\"9937\":250.8,\"9938\":352.06,\"9939\":30013.52,\"9940\":45104.22,\"9941\":1297.25,\"9942\":185405.49,\"9943\":null,\"9944\":816785.72,\"9945\":1600.68,\"9946\":774.62,\"9947\":1067.6,\"9948\":1004.4,\"9949\":null,\"9950\":null,\"9951\":124384.68,\"9952\":73799.79,\"9953\":73523.52,\"9954\":null,\"9955\":805.56,\"9956\":81088.6,\"9957\":9923.08,\"9958\":9838.82,\"9959\":17051.61,\"9960\":null,\"9961\":66128.25,\"9962\":null,\"9963\":43494.0,\"9964\":47679.42,\"9965\":673.26,\"9966\":76557.06,\"9967\":715.76,\"9968\":9924.2,\"9969\":2885.86},\"Values_Hour14\":{\"0\":19752.08,\"1\":651.66,\"2\":7866.0,\"3\":17405.31,\"4\":null,\"5\":null,\"6\":6664.52,\"7\":370.0,\"8\":6240.0,\"9\":9328.14,\"10\":637.92,\"11\":1712.92,\"12\":145.6,\"13\":10335.0,\"14\":13802.0,\"15\":2816.0,\"16\":8229.57,\"17\":19918.99,\"18\":10160.05,\"19\":10221.78,\"20\":185.09,\"21\":15842.2,\"22\":15492.2,\"23\":25.2,\"24\":1571.1,\"25\":14040.0,\"26\":19757.34,\"27\":10348.27,\"28\":19457.07,\"29\":5948.1,\"30\":6102.24,\"31\":14417.65,\"32\":6013.14,\"33\":595.3,\"34\":10509.4,\"35\":4928.0,\"36\":null,\"37\":2402.6,\"38\":5787.72,\"39\":4039.3,\"40\":284.19,\"41\":2188.89,\"42\":345.69,\"43\":2484.0,\"44\":null,\"45\":13759.05,\"46\":6077.49,\"47\":18931.14,\"48\":1156.8,\"49\":2096.84,\"50\":null,\"51\":797.94,\"52\":348.48,\"53\":null,\"54\":2078.01,\"55\":251.52,\"56\":16071.52,\"57\":6664.1,\"58\":8216.52,\"59\":83012.14,\"60\":11457.89,\"61\":2976.05,\"62\":9756.52,\"63\":6469.92,\"64\":null,\"65\":17865.09,\"66\":7426.08,\"67\":19886.29,\"68\":null,\"69\":15828.68,\"70\":1645.38,\"71\":6024.87,\"72\":5549.89,\"73\":7233.0,\"74\":10908.8,\"75\":292.84,\"76\":580.4,\"77\":349.43,\"78\":6749.2,\"79\":null,\"80\":80.52,\"81\":2753.07,\"82\":4671.74,\"83\":8416.8,\"84\":6676.56,\"85\":1766.05,\"86\":10324.63,\"87\":11600.52,\"88\":5405.62,\"89\":8047.8,\"90\":17071.2,\"91\":14068.26,\"92\":14648.95,\"93\":342.0,\"94\":81979.35,\"95\":12383.04,\"96\":11589.9,\"97\":6.73,\"98\":2.04,\"99\":6541.2,\"100\":3838.65,\"101\":null,\"102\":8048.62,\"103\":532.19,\"104\":1.2,\"105\":37884.17,\"106\":26882.44,\"107\":84812.26,\"108\":1396.01,\"109\":1602.87,\"110\":86296.83,\"111\":6609.4,\"112\":14400.0,\"113\":3858.0,\"114\":9425.4,\"115\":6354.23,\"116\":6572.93,\"117\":9679.73,\"118\":5457.0,\"119\":6487.8,\"120\":756.36,\"121\":null,\"122\":550.55,\"123\":576.36,\"124\":443.52,\"125\":612.57,\"126\":332.46,\"127\":692.28,\"128\":468.24,\"129\":985.01,\"130\":1000.96,\"131\":6937.2,\"132\":664.32,\"133\":22.8,\"134\":16140.01,\"135\":15894.48,\"136\":5821.2,\"137\":3070.02,\"138\":559.02,\"139\":null,\"140\":431.25,\"141\":95.24,\"142\":5373.9,\"143\":4060.8,\"144\":6124.11,\"145\":968.76,\"146\":7285.95,\"147\":8.86,\"148\":595.67,\"149\":608.64,\"150\":947.1,\"151\":1882.76,\"152\":6049.0,\"153\":945.74,\"154\":955.88,\"155\":897.33,\"156\":0.22,\"157\":300.0,\"158\":4774.45,\"159\":3613.14,\"160\":247.8,\"161\":13954.5,\"162\":15473.63,\"163\":15611.78,\"164\":null,\"165\":822.12,\"166\":832.79,\"167\":4105.2,\"168\":489.9,\"169\":46.79,\"170\":502.84,\"171\":831.33,\"172\":2376.0,\"173\":7237.2,\"174\":188673.54,\"175\":5389.2,\"176\":3439.63,\"177\":468.49,\"178\":null,\"179\":397.39,\"180\":13827.0,\"181\":19572.29,\"182\":171.6,\"183\":3036.16,\"184\":1789.59,\"185\":683.14,\"186\":3097.8,\"187\":1236.0,\"188\":16492.0,\"189\":60159.71,\"190\":506045.88,\"191\":13744.0,\"192\":2029.17,\"193\":7983.06,\"194\":51011.17,\"195\":6002.33,\"196\":897.86,\"197\":728.64,\"198\":8842.41,\"199\":3701.44,\"200\":1871.5,\"201\":15430.08,\"202\":581.02,\"203\":84363.78,\"204\":59999.75,\"205\":15310.6,\"206\":5991.0,\"207\":5911.65,\"208\":939.79,\"209\":244854.19,\"210\":null,\"211\":7046.97,\"212\":null,\"213\":511400.0,\"214\":296820.19,\"215\":246606.45,\"216\":21466.09,\"217\":303389.1,\"218\":19260.0,\"219\":18942.0,\"220\":17834.53,\"221\":8844.2,\"222\":11970.26,\"223\":88992.46,\"224\":917.22,\"225\":1882.72,\"226\":203463.29,\"227\":50198.37,\"228\":2425.7,\"229\":null,\"230\":405.82,\"231\":30503.13,\"232\":null,\"233\":1043.04,\"234\":2861.4,\"235\":60.18,\"236\":910.22,\"237\":895752.74,\"238\":599633.89,\"239\":96.0,\"240\":7497.6,\"241\":4611.21,\"242\":810.48,\"243\":181180.0,\"244\":658.41,\"245\":3600.0,\"246\":18533.05,\"247\":59693.04,\"248\":69680.63,\"249\":158250.16,\"250\":856.0,\"251\":null,\"252\":441819.31,\"253\":null,\"254\":null,\"255\":4897.39,\"256\":607.73,\"257\":673.52,\"258\":3982.5,\"259\":80327.43,\"260\":1062.1,\"261\":526.25,\"262\":819.18,\"263\":878.39,\"264\":4248.0,\"265\":424.2,\"266\":18920.0,\"267\":549.52,\"268\":8057.7,\"269\":19750.4,\"270\":10080.0,\"271\":null,\"272\":371.45,\"273\":2529.0,\"274\":272.1,\"275\":29557.59,\"276\":25601.63,\"277\":null,\"278\":null,\"279\":821028.13,\"280\":924.9,\"281\":842.6,\"282\":1244.37,\"283\":3018.6,\"284\":null,\"285\":null,\"286\":188172.42,\"287\":108523.03,\"288\":33203.59,\"289\":125004.65,\"290\":801.78,\"291\":2179.8,\"292\":63933.98,\"293\":19241.16,\"294\":14890.73,\"295\":70053.82,\"296\":162058.77,\"297\":170779.05,\"298\":4849.33,\"299\":228088.06,\"300\":15303.29,\"301\":null,\"302\":44379.51,\"303\":48370.7,\"304\":632.7,\"305\":75640.73,\"306\":null,\"307\":6452.6,\"308\":2870.71,\"309\":23948.99,\"310\":56028.91,\"311\":6155.28,\"312\":19745.11,\"313\":654.3,\"314\":7390.8,\"315\":17130.51,\"316\":null,\"317\":7804.8,\"318\":6630.03,\"319\":null,\"320\":null,\"321\":4768.11,\"322\":1180.08,\"323\":1662.76,\"324\":141.64,\"325\":13876.0,\"326\":12318.0,\"327\":2743.4,\"328\":6943.49,\"329\":21074.29,\"330\":10194.76,\"331\":10218.06,\"332\":null,\"333\":16683.5,\"334\":16320.3,\"335\":null,\"336\":null,\"337\":14094.0,\"338\":19586.3,\"339\":10272.33,\"340\":19350.25,\"341\":6157.37,\"342\":6105.97,\"343\":6090.0,\"344\":6421.18,\"345\":598.8,\"346\":10771.4,\"347\":7836.0,\"348\":null,\"349\":2267.5,\"350\":494.04,\"351\":4831.2,\"352\":284.19,\"353\":1930.87,\"354\":346.84,\"355\":2393.0,\"356\":1224.91,\"357\":13502.09,\"358\":5047.76,\"359\":19245.99,\"360\":87.6,\"361\":2224.74,\"362\":null,\"363\":892.32,\"364\":350.68,\"365\":1949.53,\"366\":17027.08,\"367\":6466.8,\"368\":8578.08,\"369\":76300.86,\"370\":5026.16,\"371\":2774.05,\"372\":5635.83,\"373\":429.12,\"374\":17009.96,\"375\":6842.98,\"376\":15404.88,\"377\":null,\"378\":14918.52,\"379\":1519.76,\"380\":4296.79,\"381\":7872.91,\"382\":9877.5,\"383\":11715.35,\"384\":269.68,\"385\":17.6,\"386\":349.43,\"387\":5208.59,\"388\":2.32,\"389\":95.81,\"390\":1971.1,\"391\":6060.66,\"392\":7804.8,\"393\":9257.4,\"394\":706.54,\"395\":11532.08,\"396\":12672.62,\"397\":5723.69,\"398\":6283.8,\"399\":14425.2,\"400\":19903.29,\"401\":19927.55,\"402\":291.6,\"403\":65888.68,\"404\":5840.98,\"405\":5918.96,\"406\":4.26,\"407\":1.33,\"408\":6541.2,\"409\":643.35,\"410\":434.17,\"411\":7070.66,\"412\":236.76,\"413\":0.6,\"414\":28657.86,\"415\":12246.91,\"416\":89479.91,\"417\":1292.56,\"418\":679.65,\"419\":91720.17,\"420\":2688.7,\"421\":10760.0,\"422\":3111.0,\"423\":7770.78,\"424\":5966.55,\"425\":5736.83,\"426\":9340.88,\"427\":5523.9,\"428\":6602.7,\"429\":731.46,\"430\":null,\"431\":628.2,\"432\":209.76,\"433\":323.76,\"434\":570.0,\"435\":347.25,\"436\":652.05,\"437\":646.2,\"438\":779.52,\"439\":785.48,\"440\":8232.0,\"441\":303.84,\"442\":null,\"443\":13093.31,\"444\":10794.78,\"445\":6926.4,\"446\":1937.81,\"447\":590.19,\"448\":6.0,\"449\":9.47,\"450\":9312.6,\"451\":7506.0,\"452\":4524.06,\"453\":797.21,\"454\":14000.85,\"455\":0.96,\"456\":null,\"457\":489.48,\"458\":899.8,\"459\":2451.24,\"460\":4039.95,\"461\":748.87,\"462\":760.43,\"463\":null,\"464\":16.81,\"465\":225.0,\"466\":2599.73,\"467\":2330.83,\"468\":null,\"469\":11826.41,\"470\":10852.9,\"471\":12389.5,\"472\":7500.0,\"473\":805.86,\"474\":811.36,\"475\":4950.0,\"476\":0.69,\"477\":79.68,\"478\":437.42,\"479\":642.85,\"480\":0.07,\"481\":2389.2,\"482\":7240.8,\"483\":11901.0,\"484\":4413.6,\"485\":3144.95,\"486\":465.96,\"487\":null,\"488\":397.09,\"489\":13904.0,\"490\":19611.31,\"491\":198.0,\"492\":3009.44,\"493\":1807.08,\"494\":672.8,\"495\":1173.6,\"496\":1326.0,\"497\":15652.0,\"498\":177852.93,\"499\":499791.55,\"500\":12840.0,\"501\":1216.38,\"502\":9958.8,\"503\":52168.05,\"504\":4312.0,\"505\":837.78,\"506\":714.57,\"507\":6359.43,\"508\":3701.12,\"509\":2011.19,\"510\":14635.08,\"511\":540.54,\"512\":49760.78,\"513\":49020.84,\"514\":null,\"515\":6126.0,\"516\":8685.74,\"517\":938.8,\"518\":244554.45,\"519\":7634.01,\"520\":null,\"521\":508200.0,\"522\":1159730.3300000001,\"523\":208879.64,\"524\":20961.4,\"525\":33392.6,\"526\":19236.0,\"527\":18284.2,\"528\":23201.2,\"529\":8850.99,\"530\":10068.08,\"531\":169297.53,\"532\":765.28,\"533\":1973.65,\"534\":202986.62,\"535\":35108.44,\"536\":2529.31,\"537\":1325.46,\"538\":400.95,\"539\":29014.87,\"540\":3925.56,\"541\":2611.8,\"542\":70.8,\"543\":907.45,\"544\":896012.52,\"545\":599733.48,\"546\":402.0,\"547\":7288.6,\"548\":4597.6,\"549\":829.84,\"550\":null,\"551\":680.05,\"552\":12780.0,\"553\":null,\"554\":60768.75,\"555\":70120.84,\"556\":165075.11,\"557\":1491.0,\"558\":null,\"559\":460460.89,\"560\":43200.12,\"561\":4438.26,\"562\":575.39,\"563\":670.64,\"564\":4018.95,\"565\":133134.64,\"566\":1062.1,\"567\":529.25,\"568\":921.96,\"569\":840.65,\"570\":4389.6,\"571\":434.52,\"572\":null,\"573\":8066.7,\"574\":19651.2,\"575\":7896.0,\"576\":null,\"577\":364.98,\"578\":null,\"579\":249.67,\"580\":29239.85,\"581\":25596.61,\"582\":1018319.64,\"583\":null,\"584\":808390.39,\"585\":865.98,\"586\":772.42,\"587\":1394.42,\"588\":2736.0,\"589\":null,\"590\":null,\"591\":356921.87,\"592\":151470.0,\"593\":null,\"594\":123561.55,\"595\":71085.66,\"596\":70229.12,\"597\":800.8,\"598\":2772.05,\"599\":80075.56,\"600\":19056.09,\"601\":15350.0,\"602\":64526.38,\"603\":159180.46,\"604\":169896.6,\"605\":3843.79,\"606\":106605.07,\"607\":14732.48,\"608\":44793.59,\"609\":47779.36,\"610\":689.67,\"611\":75543.08,\"612\":1647.85,\"613\":11213.4,\"614\":2789.1,\"615\":30389.73,\"616\":57657.29,\"617\":56480.66,\"618\":18531.35,\"619\":651.87,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":4392.0,\"624\":6693.23,\"625\":2080.0,\"626\":4768.11,\"627\":1202.76,\"628\":1663.2,\"629\":134.9,\"630\":10358.0,\"631\":9499.0,\"632\":2838.0,\"633\":7923.17,\"634\":15338.06,\"635\":14432.48,\"636\":15110.8,\"637\":2234.91,\"638\":15524.6,\"639\":15178.2,\"640\":1812.0,\"641\":1565.5,\"642\":13806.0,\"643\":19528.66,\"644\":10264.23,\"645\":18408.49,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":603.7,\"651\":15710.9,\"652\":7584.0,\"653\":2198.1,\"654\":1146.78,\"655\":4800.3,\"656\":284.19,\"657\":1956.14,\"658\":346.38,\"659\":2344.0,\"660\":581.95,\"661\":13441.43,\"662\":6333.34,\"663\":18052.19,\"664\":1349.4,\"665\":1278.65,\"666\":null,\"667\":784.08,\"668\":380.6,\"669\":711.6,\"670\":2620.2,\"671\":13701.42,\"672\":6360.2,\"673\":6407.34,\"674\":77988.06,\"675\":4468.92,\"676\":3083.24,\"677\":5056.17,\"678\":4233.6,\"679\":15701.35,\"680\":6417.9,\"681\":14348.06,\"682\":null,\"683\":12003.8,\"684\":1574.54,\"685\":9467.3,\"686\":8684.95,\"687\":9568.5,\"688\":10587.79,\"689\":429.64,\"690\":2.8,\"691\":349.43,\"692\":8003.89,\"693\":2.0,\"694\":67.45,\"695\":2190.3,\"696\":6014.11,\"697\":8791.2,\"698\":10114.85,\"699\":1056.02,\"700\":19408.17,\"701\":19496.61,\"702\":9052.82,\"703\":9549.0,\"704\":17006.4,\"705\":19883.05,\"706\":19933.1,\"707\":981.0,\"708\":34675.29,\"709\":14073.78,\"710\":10107.42,\"711\":6.4,\"712\":2.01,\"713\":6541.2,\"714\":2351.85,\"715\":289.85,\"716\":6161.24,\"717\":683.54,\"718\":21324.46,\"719\":15664.29,\"720\":90127.64,\"721\":1336.28,\"722\":1600.8,\"723\":96879.4,\"724\":8728.3,\"725\":16440.0,\"726\":3318.6,\"727\":8375.22,\"728\":7124.18,\"729\":7754.18,\"730\":9920.03,\"731\":5107.8,\"732\":6754.5,\"733\":813.47,\"734\":null,\"735\":799.44,\"736\":492.84,\"737\":298.56,\"738\":871.56,\"739\":533.94,\"740\":778.56,\"741\":711.96,\"742\":858.79,\"743\":889.26,\"744\":10016.4,\"745\":883.56,\"746\":14.4,\"747\":15701.47,\"748\":16676.31,\"749\":8062.2,\"750\":2738.64,\"751\":898.26,\"752\":0.6,\"753\":49.22,\"754\":9315.9,\"755\":6462.0,\"756\":8840.6,\"757\":768.92,\"758\":14005.8,\"759\":2.15,\"760\":954.18,\"761\":758.04,\"762\":935.0,\"763\":2231.24,\"764\":6774.65,\"765\":999.4,\"766\":852.99,\"767\":427.1,\"768\":564.87,\"769\":30.0,\"770\":6606.1,\"771\":3503.49,\"772\":927.6,\"773\":16080.86,\"774\":15315.94,\"775\":15356.14,\"776\":9061.8,\"777\":711.44,\"778\":705.3,\"779\":3946.8,\"780\":null,\"781\":56.07,\"782\":845.87,\"783\":1040.29,\"784\":437.33,\"785\":2409.0,\"786\":7227.6,\"787\":14849.0,\"788\":4420.8,\"789\":2940.75,\"790\":469.48,\"791\":null,\"792\":397.05,\"793\":14047.0,\"794\":19606.26,\"795\":204.6,\"796\":3075.76,\"797\":1820.94,\"798\":718.06,\"799\":1541.7,\"800\":1407.0,\"801\":21360.0,\"802\":60088.96,\"803\":501927.65,\"804\":12040.0,\"805\":993.3,\"806\":9946.6,\"807\":53552.97,\"808\":4319.33,\"809\":1095.95,\"810\":717.67,\"811\":null,\"812\":3701.12,\"813\":1966.71,\"814\":15984.92,\"815\":573.32,\"816\":null,\"817\":54200.19,\"818\":null,\"819\":6143.0,\"820\":2285.82,\"821\":925.93,\"822\":239605.05,\"823\":7578.34,\"824\":52032.0,\"825\":null,\"826\":1029738.7,\"827\":269473.63,\"828\":20164.12,\"829\":60129.21,\"830\":16860.0,\"831\":18638.4,\"832\":21857.2,\"833\":8848.81,\"834\":10194.54,\"835\":85083.2,\"836\":711.04,\"837\":1617.3,\"838\":203389.96,\"839\":64300.53,\"840\":2411.32,\"841\":null,\"842\":402.46,\"843\":28071.25,\"844\":3826.73,\"845\":2184.0,\"846\":77.88,\"847\":922.13,\"848\":867692.55,\"849\":599651.9300000001,\"850\":192.0,\"851\":7453.6,\"852\":8322.64,\"853\":813.78,\"854\":205060.0,\"855\":682.57,\"856\":14256.0,\"857\":61512.75,\"858\":68375.63,\"859\":164719.26,\"860\":null,\"861\":385250.0,\"862\":462720.95,\"863\":null,\"864\":43275.61,\"865\":612.17,\"866\":592.02,\"867\":672.88,\"868\":3996.6,\"869\":176180.33,\"870\":1062.1,\"871\":534.3,\"872\":855.18,\"873\":801.61,\"874\":4098.0,\"875\":433.32,\"876\":1115.54,\"877\":6873.75,\"878\":19648.0,\"879\":9129.6,\"880\":319.97,\"881\":2325.6,\"882\":102.3,\"883\":313.8,\"884\":29621.4,\"885\":50182.75,\"886\":774638.83,\"887\":null,\"888\":591517.76,\"889\":993.12,\"890\":884.84,\"891\":1314.31,\"892\":2424.6,\"893\":59884.1,\"894\":444288.28,\"895\":534084.03,\"896\":197480.0,\"897\":null,\"898\":null,\"899\":72949.44,\"900\":800.52,\"901\":2797.87,\"902\":80344.46,\"903\":17871.17,\"904\":14331.88,\"905\":64509.51,\"906\":165244.64,\"907\":169948.4,\"908\":3847.03,\"909\":194902.71,\"910\":14758.45,\"911\":44218.29,\"912\":47388.96,\"913\":678.78,\"914\":75720.44,\"915\":1398.08,\"916\":7603.2,\"917\":2756.85,\"918\":12894.07,\"919\":null,\"920\":null,\"921\":55865.59,\"922\":17466.03,\"923\":651.51,\"924\":6404.4,\"925\":2772.0,\"926\":6638.28,\"927\":null,\"928\":2800.0,\"929\":9272.62,\"930\":1054.2,\"931\":1712.04,\"932\":150.87,\"933\":9795.0,\"934\":15137.0,\"935\":2644.4,\"936\":6946.3,\"937\":25920.35,\"938\":10199.92,\"939\":10218.8,\"940\":739.49,\"941\":15343.7,\"942\":14992.5,\"943\":774.0,\"944\":833.67,\"945\":13500.0,\"946\":19688.43,\"947\":10286.14,\"948\":18339.29,\"949\":574.5,\"950\":12216.9,\"951\":1880.0,\"952\":2025.1,\"953\":4617.48,\"954\":4107.1,\"955\":284.19,\"956\":2111.88,\"957\":345.46,\"958\":1417.97,\"959\":1157.0,\"960\":13130.53,\"961\":3360.58,\"962\":17224.83,\"963\":985.8,\"964\":3321.04,\"965\":1.47,\"966\":812.46,\"967\":354.64,\"968\":520.8,\"969\":1390.51,\"970\":162.72,\"971\":17817.12,\"972\":6242.7,\"973\":9384.0,\"974\":80491.92,\"975\":13127.89,\"976\":3671.49,\"977\":4792.17,\"978\":6652.8,\"979\":11835.93,\"980\":11114.47,\"981\":17437.7,\"982\":103773.51,\"983\":17764.7,\"984\":1622.94,\"985\":9341.82,\"986\":5571.6,\"987\":8997.0,\"988\":11202.02,\"989\":305.92,\"990\":null,\"991\":349.43,\"992\":7919.62,\"993\":0.64,\"994\":95.72,\"995\":2986.68,\"996\":3762.87,\"997\":9349.2,\"998\":10035.81,\"999\":986.4,\"1000\":19763.31,\"1001\":20608.49,\"1002\":9338.87,\"1003\":8694.0,\"1004\":17096.4,\"1005\":19803.28,\"1006\":19922.3,\"1007\":461.4,\"1008\":51050.0,\"1009\":16372.99,\"1010\":15705.19,\"1011\":6.6,\"1012\":2.19,\"1013\":6541.2,\"1014\":2494.05,\"1015\":288.42,\"1016\":6120.3,\"1017\":640.44,\"1018\":null,\"1019\":33394.24,\"1020\":27870.79,\"1021\":84194.71,\"1022\":1376.05,\"1023\":1523.52,\"1024\":86114.11,\"1025\":9034.55,\"1026\":9600.0,\"1027\":4319.4,\"1028\":9212.88,\"1029\":6443.55,\"1030\":7157.03,\"1031\":8777.7,\"1032\":7039.5,\"1033\":8010.9,\"1034\":837.32,\"1035\":null,\"1036\":759.84,\"1037\":491.28,\"1038\":449.16,\"1039\":907.11,\"1040\":555.63,\"1041\":896.06,\"1042\":698.76,\"1043\":1022.54,\"1044\":1020.08,\"1045\":10357.2,\"1046\":782.76,\"1047\":2.4,\"1048\":17401.81,\"1049\":16934.18,\"1050\":7074.0,\"1051\":4608.3,\"1052\":942.93,\"1053\":null,\"1054\":null,\"1055\":51.59,\"1056\":9244.8,\"1057\":9762.0,\"1058\":7378.31,\"1059\":205.25,\"1060\":15214.05,\"1061\":4.53,\"1062\":809.62,\"1063\":735.96,\"1064\":554.4,\"1065\":2812.92,\"1066\":5908.7,\"1067\":957.88,\"1068\":973.09,\"1069\":840.35,\"1070\":null,\"1071\":null,\"1072\":5995.61,\"1073\":5096.29,\"1074\":231.0,\"1075\":16979.31,\"1076\":17289.44,\"1077\":18020.33,\"1078\":6532.8,\"1079\":787.8,\"1080\":794.4,\"1081\":3936.9,\"1082\":35.43,\"1083\":511.61,\"1084\":942.66,\"1085\":110.47,\"1086\":2303.4,\"1087\":6340.8,\"1088\":380591.84,\"1089\":3996.0,\"1090\":1225.31,\"1091\":692.34,\"1092\":null,\"1093\":270.0,\"1094\":247.09,\"1095\":14179.0,\"1096\":19578.18,\"1097\":null,\"1098\":3017.02,\"1099\":1782.0,\"1100\":729.18,\"1101\":null,\"1102\":1296.0,\"1103\":20424.0,\"1104\":60253.69,\"1105\":494112.42,\"1106\":12752.0,\"1107\":1228.59,\"1108\":12027.23,\"1109\":33240.02,\"1110\":4389.0,\"1111\":875.73,\"1112\":734.7,\"1113\":3701.12,\"1114\":2127.25,\"1115\":14238.58,\"1116\":571.34,\"1117\":62939.73,\"1118\":15211.8,\"1119\":7155.0,\"1120\":5973.19,\"1121\":938.8,\"1122\":238915.67,\"1123\":66006.58,\"1124\":7364.63,\"1125\":58464.0,\"1126\":507720.0,\"1127\":76194.62,\"1128\":127952.61,\"1129\":20192.27,\"1130\":394603.85,\"1131\":16032.0,\"1132\":18642.8,\"1133\":23588.91,\"1134\":8752.86,\"1135\":10254.62,\"1136\":171326.87,\"1137\":758.86,\"1138\":1551.16,\"1139\":null,\"1140\":74752.61,\"1141\":2467.33,\"1142\":null,\"1143\":362.44,\"1144\":27585.25,\"1145\":3882.11,\"1146\":2179.8,\"1147\":null,\"1148\":704.33,\"1149\":868550.92,\"1150\":599592.23,\"1151\":306.0,\"1152\":6754.0,\"1153\":8311.54,\"1154\":812.13,\"1155\":136720.0,\"1156\":690.87,\"1157\":12312.0,\"1158\":22929.84,\"1159\":60380.9,\"1160\":68209.3,\"1161\":164510.55,\"1162\":1051.0,\"1163\":403006.0,\"1164\":430356.85,\"1165\":51007.93,\"1166\":7040.0,\"1167\":null,\"1168\":687.49,\"1169\":3997.5,\"1170\":80343.64,\"1171\":1063.83,\"1172\":528.73,\"1173\":736.92,\"1174\":698.24,\"1175\":5158.8,\"1176\":431.76,\"1177\":7109.35,\"1178\":8107.2,\"1179\":11288.5,\"1180\":9566.4,\"1181\":359.24,\"1182\":2580.6,\"1183\":102.3,\"1184\":209.16,\"1185\":29932.21,\"1186\":25610.71,\"1187\":554398.15,\"1188\":null,\"1189\":527438.16,\"1190\":1062.54,\"1191\":804.76,\"1192\":1291.52,\"1193\":2424.6,\"1194\":33437.23,\"1195\":770803.27,\"1196\":532676.83,\"1197\":null,\"1198\":24328.66,\"1199\":null,\"1200\":72929.08,\"1201\":800.38,\"1202\":1371.84,\"1203\":76629.65,\"1204\":17798.55,\"1205\":13539.87,\"1206\":77105.89,\"1207\":165658.07,\"1208\":169343.45,\"1209\":null,\"1210\":193702.88,\"1211\":14762.37,\"1212\":45064.57,\"1213\":48150.73,\"1214\":null,\"1215\":75485.97,\"1216\":1351.59,\"1217\":10298.2,\"1218\":2789.45,\"1219\":31299.82,\"1220\":45661.47,\"1221\":55716.87,\"1222\":17703.14,\"1223\":650.82,\"1224\":5922.0,\"1225\":8272.8,\"1226\":6656.93,\"1227\":null,\"1228\":5120.0,\"1229\":9283.97,\"1230\":880.32,\"1231\":1757.36,\"1232\":187.17,\"1233\":8651.0,\"1234\":9862.0,\"1235\":2512.4,\"1236\":6942.35,\"1237\":18624.52,\"1238\":10181.11,\"1239\":10221.65,\"1240\":650.47,\"1241\":14920.9,\"1242\":14573.6,\"1243\":355.2,\"1244\":1592.1,\"1245\":13266.0,\"1246\":19708.33,\"1247\":10291.93,\"1248\":19474.48,\"1249\":528.1,\"1250\":16467.5,\"1251\":2068.0,\"1252\":null,\"1253\":1943.1,\"1254\":6345.24,\"1255\":3801.6,\"1256\":284.19,\"1257\":1534.71,\"1258\":345.23,\"1259\":2288.0,\"1260\":1428.93,\"1261\":12524.37,\"1262\":7344.66,\"1263\":17296.85,\"1264\":1764.0,\"1265\":448.66,\"1266\":1.47,\"1267\":938.52,\"1268\":null,\"1269\":325.6,\"1270\":244.2,\"1271\":2697.75,\"1272\":48.96,\"1273\":17862.26,\"1274\":6081.6,\"1275\":8413.86,\"1276\":76413.66,\"1277\":12217.22,\"1278\":1012.84,\"1279\":9739.3,\"1280\":6948.0,\"1281\":223.3,\"1282\":12190.21,\"1283\":8738.34,\"1284\":17119.74,\"1285\":14061.83,\"1286\":590.26,\"1287\":8079.63,\"1288\":3551.91,\"1289\":8052.0,\"1290\":7304.54,\"1291\":417.56,\"1292\":null,\"1293\":349.43,\"1294\":6777.25,\"1295\":0.86,\"1296\":80.43,\"1297\":2404.04,\"1298\":4624.9,\"1299\":7023.6,\"1300\":8653.24,\"1301\":18907.08,\"1302\":8561.97,\"1303\":8334.46,\"1304\":7686.0,\"1305\":17661.6,\"1306\":14250.24,\"1307\":14837.36,\"1308\":12.0,\"1309\":59535.52,\"1310\":12648.26,\"1311\":11920.56,\"1312\":6.71,\"1313\":2.18,\"1314\":6541.2,\"1315\":451.22,\"1316\":null,\"1317\":885.92,\"1318\":null,\"1319\":39220.64,\"1320\":21326.39,\"1321\":81957.46,\"1322\":1300.31,\"1323\":1211.64,\"1324\":82149.89,\"1325\":7362.6,\"1326\":17040.0,\"1327\":8259.6,\"1328\":null,\"1329\":7469.33,\"1330\":7620.75,\"1331\":9194.63,\"1332\":6063.6,\"1333\":7264.8,\"1334\":920.83,\"1335\":692.04,\"1336\":321.72,\"1337\":260.88,\"1338\":815.82,\"1339\":543.69,\"1340\":839.41,\"1341\":646.2,\"1342\":999.46,\"1343\":1009.58,\"1344\":9381.6,\"1345\":596.88,\"1346\":null,\"1347\":17040.66,\"1348\":17280.98,\"1349\":2896.2,\"1350\":2144.66,\"1351\":841.8,\"1352\":null,\"1353\":523.38,\"1354\":9453.9,\"1355\":9650.4,\"1356\":7568.29,\"1357\":980.32,\"1358\":5290.65,\"1359\":4.17,\"1360\":349.01,\"1361\":725.4,\"1362\":930.6,\"1363\":3065.92,\"1364\":8351.3,\"1365\":947.66,\"1366\":989.7,\"1367\":796.26,\"1368\":396.0,\"1369\":4164.99,\"1370\":3234.13,\"1371\":4.8,\"1372\":16817.1,\"1373\":16901.78,\"1374\":17260.01,\"1375\":7524.9,\"1376\":657.18,\"1377\":635.4,\"1378\":667.65,\"1379\":5283.3,\"1380\":0.35,\"1381\":42.31,\"1382\":605.5,\"1383\":976.57,\"1384\":18.07,\"1385\":2184.6,\"1386\":7210.8,\"1387\":372238.13,\"1388\":3434.4,\"1389\":4439.16,\"1390\":690.8,\"1391\":null,\"1392\":370.0,\"1393\":404.79,\"1394\":14377.0,\"1395\":11413.69,\"1396\":13.2,\"1397\":3015.54,\"1398\":1711.71,\"1399\":709.47,\"1400\":2059.2,\"1401\":1344.0,\"1402\":20336.0,\"1403\":60226.45,\"1404\":491376.26,\"1405\":12048.0,\"1406\":551.43,\"1407\":8958.26,\"1408\":42761.58,\"1409\":4359.67,\"1410\":994.18,\"1411\":731.03,\"1412\":3701.12,\"1413\":2113.26,\"1414\":15654.01,\"1415\":637.34,\"1416\":null,\"1417\":64179.82,\"1418\":15205.25,\"1419\":7270.0,\"1420\":5682.26,\"1421\":938.8,\"1422\":238502.48,\"1423\":140019.08,\"1424\":6987.73,\"1425\":null,\"1426\":null,\"1427\":513702.01,\"1428\":237410.35,\"1429\":17583.41,\"1430\":320794.79,\"1431\":15936.0,\"1432\":18535.0,\"1433\":23010.77,\"1434\":8755.3,\"1435\":10956.12,\"1436\":729.05,\"1437\":1471.44,\"1438\":null,\"1439\":156540.0,\"1440\":75224.16,\"1441\":2548.17,\"1442\":null,\"1443\":27561.51,\"1444\":3717.13,\"1445\":2193.0,\"1446\":null,\"1447\":904.48,\"1448\":898129.77,\"1449\":599752.01,\"1450\":510.0,\"1451\":6690.2,\"1452\":8310.52,\"1453\":807.29,\"1454\":136700.0,\"1455\":675.96,\"1456\":14076.0,\"1457\":23028.22,\"1458\":61498.35,\"1459\":null,\"1460\":165071.73,\"1461\":2375.5,\"1462\":398774.0,\"1463\":548023.75,\"1464\":3060.87,\"1465\":590.57,\"1466\":687.49,\"1467\":3991.35,\"1468\":81075.03,\"1469\":1063.82,\"1470\":528.99,\"1471\":826.38,\"1472\":916.39,\"1473\":4188.0,\"1474\":431.16,\"1475\":19297.67,\"1476\":7127.28,\"1477\":7359.75,\"1478\":19955.2,\"1479\":10790.4,\"1480\":364.52,\"1481\":2215.2,\"1482\":102.3,\"1483\":227.48,\"1484\":29536.35,\"1485\":25607.36,\"1486\":null,\"1487\":null,\"1488\":726467.61,\"1489\":1117.56,\"1490\":729.74,\"1491\":1254.84,\"1492\":2424.6,\"1493\":null,\"1494\":764773.8,\"1495\":530566.6800000001,\"1496\":197110.0,\"1497\":410535.29,\"1498\":73831.14,\"1499\":0.04,\"1500\":799.68,\"1501\":716.26,\"1502\":72697.83,\"1503\":17130.95,\"1504\":13452.3,\"1505\":75940.63,\"1506\":162840.04,\"1507\":169637.6,\"1508\":null,\"1509\":127482.15,\"1510\":14758.53,\"1511\":44775.18,\"1512\":47937.63,\"1513\":657.54,\"1514\":152907.74,\"1515\":1460.01,\"1516\":9902.2,\"1517\":2772.92,\"1518\":30084.37,\"1519\":46621.48,\"1520\":56429.39,\"1521\":17609.46,\"1522\":652.65,\"1523\":7084.8,\"1524\":null,\"1525\":5640.0,\"1526\":6656.27,\"1527\":183.81,\"1528\":6160.0,\"1529\":4771.63,\"1530\":1172.16,\"1531\":1733.16,\"1532\":145.07,\"1533\":null,\"1534\":9200.0,\"1535\":12814.0,\"1536\":3643.2,\"1537\":6452.16,\"1538\":15838.33,\"1539\":10018.78,\"1540\":10219.56,\"1541\":403.48,\"1542\":14669.3,\"1543\":14314.3,\"1544\":1215.6,\"1545\":1511.5,\"1546\":13842.0,\"1547\":19716.16,\"1548\":10282.23,\"1549\":19513.25,\"1550\":null,\"1551\":496.2,\"1552\":12521.4,\"1553\":1820.0,\"1554\":1852.4,\"1555\":3294.06,\"1556\":5401.16,\"1557\":284.19,\"1558\":1432.78,\"1559\":344.31,\"1560\":2279.0,\"1561\":548.39,\"1562\":12274.8,\"1563\":5967.59,\"1564\":12957.48,\"1565\":1624.8,\"1566\":1478.91,\"1567\":1.47,\"1568\":775.5,\"1569\":253.44,\"1570\":864.0,\"1571\":2262.15,\"1572\":null,\"1573\":17012.04,\"1574\":5984.2,\"1575\":8626.38,\"1576\":81929.62,\"1577\":5521.94,\"1578\":2995.38,\"1579\":4424.87,\"1580\":5778.72,\"1581\":10694.75,\"1582\":8836.61,\"1583\":13318.44,\"1584\":null,\"1585\":14872.73,\"1586\":1023.44,\"1587\":9481.04,\"1588\":8913.93,\"1589\":8077.5,\"1590\":10403.21,\"1591\":426.96,\"1592\":17.2,\"1593\":349.43,\"1594\":8273.62,\"1595\":null,\"1596\":62.35,\"1597\":1449.83,\"1598\":4262.48,\"1599\":9349.2,\"1600\":9968.05,\"1601\":null,\"1602\":18676.41,\"1603\":15873.4,\"1604\":3910.82,\"1605\":7165.8,\"1606\":10548.0,\"1607\":15183.27,\"1608\":15716.04,\"1609\":946.8,\"1610\":69052.35,\"1611\":11966.47,\"1612\":11695.59,\"1613\":6.78,\"1614\":2.21,\"1615\":6541.2,\"1616\":null,\"1617\":336.93,\"1618\":4578.84,\"1619\":499.34,\"1620\":null,\"1621\":26140.83,\"1622\":27595.35,\"1623\":82734.79,\"1624\":1276.55,\"1625\":728.64,\"1626\":95540.15,\"1627\":6870.15,\"1628\":16760.0,\"1629\":3173.4,\"1630\":9436.44,\"1631\":7616.25,\"1632\":7291.13,\"1633\":2582.33,\"1634\":6123.3,\"1635\":6452.1,\"1636\":647.24,\"1637\":438.36,\"1638\":384.12,\"1639\":594.36,\"1640\":671.46,\"1641\":495.69,\"1642\":1011.63,\"1643\":695.26,\"1644\":707.76,\"1645\":1025.02,\"1646\":1037.44,\"1647\":9402.0,\"1648\":637.2,\"1649\":1.2,\"1650\":17000.24,\"1651\":16961.52,\"1652\":5590.8,\"1653\":6055.25,\"1654\":733.17,\"1655\":null,\"1656\":null,\"1657\":684.94,\"1658\":8813.4,\"1659\":9319.2,\"1660\":6398.72,\"1661\":978.65,\"1662\":7865.1,\"1663\":4.82,\"1664\":847.13,\"1665\":808.2,\"1666\":860.2,\"1667\":614.68,\"1668\":2395.45,\"1669\":983.87,\"1670\":988.17,\"1671\":404.42,\"1672\":345.0,\"1673\":7766.67,\"1674\":5836.95,\"1675\":1960.8,\"1676\":16988.41,\"1677\":16948.34,\"1678\":17157.53,\"1679\":5067.9,\"1680\":572.86,\"1681\":588.04,\"1682\":959.41,\"1683\":7520.7,\"1684\":32.09,\"1685\":74.27,\"1686\":643.91,\"1687\":993.71,\"1688\":235.01,\"1689\":2131.8,\"1690\":7189.2,\"1691\":18117.0,\"1692\":4302.0,\"1693\":4990.38,\"1694\":689.48,\"1695\":null,\"1696\":null,\"1697\":404.83,\"1698\":4994.0,\"1699\":19493.81,\"1700\":null,\"1701\":3087.15,\"1702\":1798.17,\"1703\":732.51,\"1704\":2680.2,\"1705\":817.0,\"1706\":15100.0,\"1707\":461548.48,\"1708\":501759.6,\"1709\":12552.0,\"1710\":819.39,\"1711\":12026.62,\"1712\":57817.51,\"1713\":4359.67,\"1714\":913.39,\"1715\":706.9,\"1716\":3702.4,\"1717\":2064.36,\"1718\":16565.0,\"1719\":607.86,\"1720\":66458.7,\"1721\":15405.89,\"1722\":8171.0,\"1723\":null,\"1724\":939.79,\"1725\":156474.3,\"1726\":6706.98,\"1727\":null,\"1728\":508150.0,\"1729\":299094.99,\"1730\":277441.7,\"1731\":17134.06,\"1732\":33229.19,\"1733\":15576.0,\"1734\":18605.4,\"1735\":24134.46,\"1736\":14070.08,\"1737\":10659.15,\"1738\":1155.89,\"1739\":1423.9,\"1740\":174515.0,\"1741\":77711.55,\"1742\":2416.38,\"1743\":774.25,\"1744\":396.06,\"1745\":28526.22,\"1746\":2240.96,\"1747\":2191.2,\"1748\":903.65,\"1749\":881883.99,\"1750\":601064.29,\"1751\":726.0,\"1752\":6637.4,\"1753\":8310.78,\"1754\":816.75,\"1755\":136680.0,\"1756\":669.34,\"1757\":14220.0,\"1758\":22557.35,\"1759\":59717.72,\"1760\":68923.27,\"1761\":162582.0,\"1762\":null,\"1763\":554057.0600000001,\"1764\":null,\"1765\":8111.3,\"1766\":581.06,\"1767\":660.96,\"1768\":3992.4,\"1769\":334149.37,\"1770\":1060.38,\"1771\":532.49,\"1772\":900.0,\"1773\":1131.46,\"1774\":5272.8,\"1775\":429.96,\"1776\":14126.87,\"1777\":4355.55,\"1778\":19958.4,\"1779\":10843.2,\"1780\":647.33,\"1781\":353.36,\"1782\":2602.8,\"1783\":108.9,\"1784\":311.93,\"1785\":29749.62,\"1786\":25611.35,\"1787\":1241548.96,\"1788\":null,\"1789\":508761.33,\"1790\":1276.26,\"1791\":719.18,\"1792\":null,\"1793\":2424.6,\"1794\":199551.69,\"1795\":532120.27,\"1796\":null,\"1797\":305975.17,\"1798\":138962.71,\"1799\":null,\"1800\":799.54,\"1801\":768.95,\"1802\":75936.96,\"1803\":13548.82,\"1804\":10463.04,\"1805\":64396.12,\"1806\":163442.55,\"1807\":164354.0,\"1808\":null,\"1809\":102545.64,\"1810\":14753.1,\"1811\":45204.12,\"1812\":48013.12,\"1813\":668.52,\"1814\":76530.24,\"1815\":1445.64,\"1816\":10166.2,\"1817\":2886.67,\"1818\":29952.46,\"1819\":46270.24,\"1820\":56464.47,\"1821\":15475.19,\"1822\":652.83,\"1823\":7387.2,\"1824\":null,\"1825\":5071.2,\"1826\":6651.48,\"1827\":361.55,\"1828\":20.71,\"1829\":null,\"1830\":4768.11,\"1831\":5.04,\"1832\":1671.12,\"1833\":142.43,\"1834\":9045.0,\"1835\":14900.0,\"1836\":3223.0,\"1837\":6451.84,\"1838\":12882.47,\"1839\":9779.39,\"1840\":10197.02,\"1841\":272.21,\"1842\":14571.3,\"1843\":14226.0,\"1844\":3360.0,\"1845\":1500.2,\"1846\":13806.0,\"1847\":19621.36,\"1848\":10284.02,\"1849\":19326.0,\"1850\":478.6,\"1851\":11843.2,\"1852\":3830.0,\"1853\":1761.6,\"1854\":5946.42,\"1855\":6987.8,\"1856\":284.19,\"1857\":1276.88,\"1858\":343.39,\"1859\":2251.0,\"1860\":341.55,\"1861\":11920.46,\"1862\":6716.77,\"1863\":18134.23,\"1864\":1163.4,\"1865\":2478.48,\"1866\":1.47,\"1867\":937.2,\"1868\":null,\"1869\":307.56,\"1870\":741.6,\"1871\":2088.13,\"1872\":2815.49,\"1873\":155.04,\"1874\":16500.4,\"1875\":5805.6,\"1876\":9040.38,\"1877\":83712.54,\"1878\":2754.05,\"1879\":4411.84,\"1880\":4241.22,\"1881\":6755.04,\"1882\":null,\"1883\":15926.75,\"1884\":2399.34,\"1885\":17774.29,\"1886\":18594.72,\"1887\":1788.82,\"1888\":9588.29,\"1889\":9059.57,\"1890\":9700.5,\"1891\":5467.2,\"1892\":500.84,\"1893\":55.6,\"1894\":1206.46,\"1895\":9822.52,\"1896\":2.99,\"1897\":36.48,\"1898\":3040.53,\"1899\":3714.02,\"1900\":9356.4,\"1901\":10167.74,\"1902\":1734.33,\"1903\":20140.94,\"1904\":null,\"1905\":9299.59,\"1906\":9189.0,\"1907\":19771.2,\"1908\":19794.49,\"1909\":19877.25,\"1910\":1044.0,\"1911\":77913.41,\"1912\":17689.39,\"1913\":16406.9,\"1914\":5.0,\"1915\":1.57,\"1916\":6541.2,\"1917\":2129.1,\"1918\":420.31,\"1919\":4994.22,\"1920\":775.84,\"1921\":29750.19,\"1922\":19402.47,\"1923\":91897.76,\"1924\":1272.87,\"1925\":1110.21,\"1926\":99591.47,\"1927\":7073.15,\"1928\":18400.0,\"1929\":4057.8,\"1930\":9556.5,\"1931\":7955.33,\"1932\":8210.25,\"1933\":8160.98,\"1934\":8124.0,\"1935\":7665.6,\"1936\":585.9,\"1937\":785.88,\"1938\":551.04,\"1939\":551.52,\"1940\":934.08,\"1941\":561.27,\"1942\":1008.23,\"1943\":935.0,\"1944\":712.2,\"1945\":1022.98,\"1946\":926.62,\"1947\":10185.6,\"1948\":879.6,\"1949\":367.2,\"1950\":17330.97,\"1951\":17760.54,\"1952\":7502.4,\"1953\":18802.3,\"1954\":null,\"1955\":null,\"1956\":5416.65,\"1957\":9653.4,\"1958\":6430.8,\"1959\":9249.61,\"1960\":1076.05,\"1961\":15536.25,\"1962\":9.0,\"1963\":916.81,\"1964\":893.64,\"1965\":931.7,\"1966\":1754.72,\"1967\":8718.15,\"1968\":976.95,\"1969\":990.12,\"1970\":579.92,\"1971\":69.0,\"1972\":11390.97,\"1973\":9113.13,\"1974\":2067.6,\"1975\":17062.06,\"1976\":17339.02,\"1977\":17666.83,\"1978\":9018.3,\"1979\":936.17,\"1980\":925.69,\"1981\":967.66,\"1982\":1828.2,\"1983\":50.72,\"1984\":78.47,\"1985\":652.85,\"1986\":994.64,\"1987\":null,\"1988\":0.95,\"1989\":2230.8,\"1990\":7183.2,\"1991\":402556.18,\"1992\":4752.0,\"1993\":5555.69,\"1994\":691.24,\"1995\":null,\"1996\":null,\"1997\":404.66,\"1998\":14355.0,\"1999\":19523.52,\"2000\":204.6,\"2001\":3078.4,\"2002\":1732.17,\"2003\":766.17,\"2004\":1697.4,\"2005\":807.0,\"2006\":17120.0,\"2007\":60655.92,\"2008\":502563.84,\"2009\":12696.0,\"2010\":633.6,\"2011\":11923.38,\"2012\":63824.66,\"2013\":4172.67,\"2014\":895.56,\"2015\":711.36,\"2016\":3702.08,\"2017\":2049.45,\"2018\":17548.11,\"2019\":605.44,\"2020\":null,\"2021\":64422.71,\"2022\":15415.85,\"2023\":null,\"2024\":5145.46,\"2025\":940.78,\"2026\":156041.3,\"2027\":6416.85,\"2028\":505840.0,\"2029\":449368.78,\"2030\":220450.59,\"2031\":15622.46,\"2032\":395838.23,\"2033\":15144.0,\"2034\":18418.4,\"2035\":24104.13,\"2036\":8850.07,\"2037\":10997.46,\"2038\":909.76,\"2039\":1375.23,\"2040\":null,\"2041\":305140.0,\"2042\":76652.12,\"2043\":2291.26,\"2044\":767.66,\"2045\":390.31,\"2046\":29315.51,\"2047\":3246.99,\"2048\":2185.8,\"2049\":53.69,\"2050\":798.88,\"2051\":893896.74,\"2052\":495498.4,\"2053\":804.0,\"2054\":6571.4,\"2055\":8322.15,\"2056\":814.77,\"2057\":null,\"2058\":652.52,\"2059\":13572.0,\"2060\":23908.72,\"2061\":60617.12,\"2062\":68453.26,\"2063\":164625.47,\"2064\":null,\"2065\":545009.5,\"2066\":7805.22,\"2067\":572.22,\"2068\":662.76,\"2069\":3849.0,\"2070\":80996.7,\"2071\":1060.38,\"2072\":520.11,\"2073\":830.88,\"2074\":991.05,\"2075\":8872.8,\"2076\":428.76,\"2077\":14086.7,\"2078\":4361.4,\"2079\":19868.8,\"2080\":7089.6,\"2081\":319.64,\"2082\":2537.4,\"2083\":108.9,\"2084\":349.95,\"2085\":29893.24,\"2086\":25612.88,\"2087\":null,\"2088\":null,\"2089\":569588.97,\"2090\":1322.22,\"2091\":null,\"2092\":1143.48,\"2093\":1771.3,\"2094\":462732.34,\"2095\":531250.8199999999,\"2096\":412558.27,\"2097\":86619.34,\"2098\":null,\"2099\":799.12,\"2100\":726.48,\"2101\":81474.41,\"2102\":18203.99,\"2103\":14853.59,\"2104\":71973.06,\"2105\":164996.25,\"2106\":164799.85,\"2107\":4941.75,\"2108\":14748.87,\"2109\":45659.17,\"2110\":48006.37,\"2111\":655.29,\"2112\":76549.55,\"2113\":1326.51,\"2114\":9979.2,\"2115\":2830.08,\"2116\":11246.75,\"2117\":45401.19,\"2118\":57005.33,\"2119\":14360.12,\"2120\":652.53,\"2121\":6411.6,\"2122\":8426.4,\"2123\":6644.22,\"2124\":308.75,\"2125\":null,\"2126\":6880.0,\"2127\":4768.11,\"2128\":939.48,\"2129\":1584.0,\"2130\":159.58,\"2131\":8810.0,\"2132\":11808.0,\"2133\":2926.0,\"2134\":6422.5,\"2135\":17020.24,\"2136\":9466.7,\"2137\":9899.55,\"2138\":127.45,\"2139\":14377.0,\"2140\":14049.8,\"2141\":998.4,\"2142\":1400.1,\"2143\":12906.0,\"2144\":18791.58,\"2145\":10232.32,\"2146\":19331.31,\"2147\":442.9,\"2148\":10575.4,\"2149\":4954.0,\"2150\":null,\"2151\":1655.7,\"2152\":6855.84,\"2153\":4969.2,\"2154\":284.19,\"2155\":1387.99,\"2156\":342.01,\"2157\":2193.0,\"2158\":1339.54,\"2159\":10859.65,\"2160\":6740.66,\"2161\":19274.43,\"2162\":1758.6,\"2163\":5982.69,\"2164\":24.93,\"2165\":767.58,\"2166\":null,\"2167\":320.76,\"2168\":1131.0,\"2169\":3405.16,\"2170\":3674.02,\"2171\":347.52,\"2172\":13024.25,\"2173\":5672.8,\"2174\":6354.9,\"2175\":82870.57,\"2176\":6569.5,\"2177\":5145.4,\"2178\":4092.0,\"2179\":9051.84,\"2180\":null,\"2181\":15755.72,\"2182\":11141.89,\"2183\":17803.12,\"2184\":18446.36,\"2185\":1752.74,\"2186\":9523.55,\"2187\":8961.79,\"2188\":9879.0,\"2189\":11633.07,\"2190\":544.28,\"2191\":380.8,\"2192\":1750.29,\"2193\":9607.85,\"2194\":0.05,\"2195\":92.31,\"2196\":2952.76,\"2197\":4654.87,\"2198\":8881.2,\"2199\":10125.29,\"2200\":3572.78,\"2201\":14787.42,\"2202\":9097.16,\"2203\":9417.6,\"2204\":19591.2,\"2205\":16786.43,\"2206\":17610.2,\"2207\":2103.6,\"2208\":73911.68,\"2209\":18910.92,\"2210\":16289.0,\"2211\":6.92,\"2212\":2.3,\"2213\":6541.2,\"2214\":3425.1,\"2215\":313.39,\"2216\":5992.88,\"2217\":929.0,\"2218\":null,\"2219\":34924.32,\"2220\":26792.71,\"2221\":89050.22,\"2222\":1228.92,\"2223\":1343.43,\"2224\":85303.08,\"2225\":7548.1,\"2226\":17840.0,\"2227\":4204.8,\"2228\":9702.78,\"2229\":8275.73,\"2230\":8266.28,\"2231\":9352.35,\"2232\":7385.1,\"2233\":7292.1,\"2234\":933.5,\"2235\":13.2,\"2236\":849.72,\"2237\":560.64,\"2238\":543.48,\"2239\":893.7,\"2240\":538.95,\"2241\":1005.96,\"2242\":922.68,\"2243\":707.76,\"2244\":999.52,\"2245\":987.94,\"2246\":7990.8,\"2247\":955.2,\"2248\":1029.6,\"2249\":17296.62,\"2250\":17514.57,\"2251\":7191.0,\"2252\":18865.37,\"2253\":null,\"2254\":2139.0,\"2255\":5533.6,\"2256\":9341.7,\"2257\":9590.4,\"2258\":9018.96,\"2259\":982.47,\"2260\":16605.9,\"2261\":10.25,\"2262\":962.9,\"2263\":873.84,\"2264\":974.6,\"2265\":2019.6,\"2266\":9735.9,\"2267\":935.7,\"2268\":974.95,\"2269\":null,\"2270\":1206.0,\"2271\":7759.89,\"2272\":6101.07,\"2273\":2694.6,\"2274\":17445.44,\"2275\":17362.25,\"2276\":17581.16,\"2277\":9372.0,\"2278\":946.46,\"2279\":941.16,\"2280\":939.67,\"2281\":2927.1,\"2282\":668.27,\"2283\":77.73,\"2284\":734.2,\"2285\":984.97,\"2286\":279.91,\"2287\":1.67,\"2288\":2072.4,\"2289\":7164.0,\"2290\":18792.0,\"2291\":3330.0,\"2292\":4935.66,\"2293\":692.67,\"2294\":null,\"2295\":null,\"2296\":404.54,\"2297\":12859.0,\"2298\":18971.84,\"2299\":198.0,\"2300\":3066.69,\"2301\":1716.66,\"2302\":770.58,\"2303\":2368.8,\"2304\":812.0,\"2305\":17760.0,\"2306\":60476.59,\"2307\":502902.25,\"2308\":13224.0,\"2309\":1063.59,\"2310\":10942.14,\"2311\":51040.49,\"2312\":5995.0,\"2313\":844.39,\"2314\":710.53,\"2315\":3702.08,\"2316\":2035.46,\"2317\":15310.48,\"2318\":593.78,\"2319\":null,\"2320\":63123.45,\"2321\":15415.89,\"2322\":7359.0,\"2323\":4939.06,\"2324\":939.79,\"2325\":152493.07,\"2326\":6265.99,\"2327\":null,\"2328\":725167.4,\"2329\":288746.73,\"2330\":15132.65,\"2331\":278440.2,\"2332\":14676.0,\"2333\":18304.0,\"2334\":22426.21,\"2335\":13254.37,\"2336\":10467.33,\"2337\":null,\"2338\":1003.74,\"2339\":1344.69,\"2340\":590.33,\"2341\":222145.0,\"2342\":76391.91,\"2343\":2437.43,\"2344\":765.88,\"2345\":401.64,\"2346\":28087.51,\"2347\":2826.99,\"2348\":2190.0,\"2349\":71.98,\"2350\":865.15,\"2351\":894069.14,\"2352\":475095.38,\"2353\":318.0,\"2354\":6465.8,\"2355\":8343.89,\"2356\":810.7,\"2357\":null,\"2358\":663.1,\"2359\":13572.0,\"2360\":23029.55,\"2361\":61152.78,\"2362\":68319.99,\"2363\":164738.08,\"2364\":null,\"2365\":539960.95,\"2366\":null,\"2367\":null,\"2368\":7193.04,\"2369\":573.14,\"2370\":674.14,\"2371\":3850.2,\"2372\":81327.78,\"2373\":1062.1,\"2374\":542.78,\"2375\":842.76,\"2376\":819.74,\"2377\":7508.4,\"2378\":427.68,\"2379\":14051.54,\"2380\":4463.55,\"2381\":19945.6,\"2382\":7665.6,\"2383\":null,\"2384\":364.32,\"2385\":2583.0,\"2386\":108.9,\"2387\":346.94,\"2388\":30152.63,\"2389\":25596.05,\"2390\":null,\"2391\":null,\"2392\":811658.86,\"2393\":1373.64,\"2394\":849.2,\"2395\":1135.82,\"2396\":1636.2,\"2397\":null,\"2398\":192685.2,\"2399\":101660.0,\"2400\":66713.03,\"2401\":411684.87,\"2402\":138618.37,\"2403\":null,\"2404\":799.26,\"2405\":671.28,\"2406\":79812.7,\"2407\":19380.74,\"2408\":15358.57,\"2409\":64444.11,\"2410\":162481.45,\"2411\":170414.6,\"2412\":null,\"2413\":102085.71,\"2414\":14750.01,\"2415\":45300.83,\"2416\":48349.29,\"2417\":659.85,\"2418\":76354.86,\"2419\":1090.7,\"2420\":9262.0,\"2421\":2687.52,\"2422\":31514.27,\"2423\":45897.71,\"2424\":42011.88,\"2425\":54992.69,\"2426\":13663.63,\"2427\":651.9,\"2428\":5713.2,\"2429\":null,\"2430\":4788.0,\"2431\":6540.6,\"2432\":295.22,\"2433\":12.15,\"2434\":1520.0,\"2435\":9240.56,\"2436\":1190.64,\"2437\":1537.8,\"2438\":146.53,\"2439\":8611.0,\"2440\":10328.0,\"2441\":2798.4,\"2442\":5959.23,\"2443\":18641.19,\"2444\":9218.45,\"2445\":9660.14,\"2446\":933.68,\"2447\":10016.1,\"2448\":9773.5,\"2449\":398.4,\"2450\":1382.1,\"2451\":13716.0,\"2452\":18576.46,\"2453\":10271.46,\"2454\":19339.91,\"2455\":430.1,\"2456\":9254.5,\"2457\":7670.0,\"2458\":1595.1,\"2459\":6629.52,\"2460\":4366.0,\"2461\":284.19,\"2462\":1423.84,\"2463\":342.93,\"2464\":2188.0,\"2465\":331.98,\"2466\":11379.33,\"2467\":6541.94,\"2468\":16008.98,\"2469\":1677.6,\"2470\":2643.31,\"2471\":null,\"2472\":779.46,\"2473\":null,\"2474\":317.68,\"2475\":1014.0,\"2476\":3679.94,\"2477\":2980.25,\"2478\":81.6,\"2479\":15665.22,\"2480\":5728.2,\"2481\":6737.16,\"2482\":82880.64,\"2483\":12778.19,\"2484\":3636.85,\"2485\":4040.35,\"2486\":8995.68,\"2487\":14853.72,\"2488\":9668.87,\"2489\":16444.72,\"2490\":17850.13,\"2491\":1589.5,\"2492\":7814.24,\"2493\":8611.76,\"2494\":9780.0,\"2495\":11472.99,\"2496\":487.56,\"2497\":null,\"2498\":1495.36,\"2499\":8493.71,\"2500\":1.38,\"2501\":93.1,\"2502\":2930.51,\"2503\":11.5,\"2504\":6793.2,\"2505\":9521.62,\"2506\":1847.5,\"2507\":null,\"2508\":null,\"2509\":9169.2,\"2510\":19166.4,\"2511\":11589.9,\"2512\":12057.77,\"2513\":855.6,\"2514\":83839.1,\"2515\":12550.38,\"2516\":11962.84,\"2517\":5.3,\"2518\":1.63,\"2519\":6541.2,\"2520\":3051.0,\"2521\":405.24,\"2522\":7902.8,\"2523\":885.45,\"2524\":3.9,\"2525\":37229.4,\"2526\":2698.91,\"2527\":86662.3,\"2528\":1218.69,\"2529\":1491.09,\"2530\":75841.44,\"2531\":null,\"2532\":15240.0,\"2533\":4479.0,\"2534\":9664.14,\"2535\":8163.0,\"2536\":8293.95,\"2537\":9650.7,\"2538\":7412.1,\"2539\":7570.5,\"2540\":872.61,\"2541\":5.5,\"2542\":911.52,\"2543\":555.96,\"2544\":549.84,\"2545\":null,\"2546\":556.23,\"2547\":1002.46,\"2548\":913.71,\"2549\":676.08,\"2550\":982.39,\"2551\":909.1,\"2552\":7129.2,\"2553\":712.2,\"2554\":27.6,\"2555\":16149.48,\"2556\":16129.67,\"2557\":6040.8,\"2558\":12576.93,\"2559\":940.53,\"2560\":40.8,\"2561\":34.54,\"2562\":8813.1,\"2563\":8900.4,\"2564\":9342.62,\"2565\":1034.22,\"2566\":11371.05,\"2567\":4.36,\"2568\":903.85,\"2569\":812.76,\"2570\":782.1,\"2571\":2583.24,\"2572\":9671.5,\"2573\":971.01,\"2574\":917.74,\"2575\":806.47,\"2576\":207.0,\"2577\":11333.3,\"2578\":9187.61,\"2579\":1125.0,\"2580\":14207.5,\"2581\":14530.82,\"2582\":15400.94,\"2583\":5485.2,\"2584\":821.44,\"2585\":813.76,\"2586\":926.55,\"2587\":2022.9,\"2588\":null,\"2589\":71.49,\"2590\":null,\"2591\":938.4,\"2592\":278.88,\"2593\":null,\"2594\":1999.8,\"2595\":7164.0,\"2596\":18579.0,\"2597\":2347.2,\"2598\":4628.16,\"2599\":508.64,\"2600\":null,\"2601\":null,\"2602\":404.53,\"2603\":13189.0,\"2604\":8862.3,\"2605\":198.0,\"2606\":3066.03,\"2607\":1747.02,\"2608\":733.41,\"2609\":2967.3,\"2610\":817.0,\"2611\":16264.0,\"2612\":60330.66,\"2613\":500062.71,\"2614\":12576.0,\"2615\":1041.48,\"2616\":10941.42,\"2617\":61298.18,\"2618\":4770.33,\"2619\":774.24,\"2620\":707.23,\"2621\":3702.08,\"2622\":1964.69,\"2623\":13852.25,\"2624\":613.58,\"2625\":null,\"2626\":61483.63,\"2627\":15411.06,\"2628\":8074.0,\"2629\":4819.73,\"2630\":939.79,\"2631\":153421.73,\"2632\":6171.05,\"2633\":null,\"2634\":null,\"2635\":269071.22,\"2636\":261516.29,\"2637\":14088.46,\"2638\":395639.32,\"2639\":14400.0,\"2640\":18055.4,\"2641\":23022.7,\"2642\":13074.41,\"2643\":9695.09,\"2644\":169304.74,\"2645\":830.48,\"2646\":1327.22,\"2647\":581.71,\"2648\":305085.0,\"2649\":73807.06,\"2650\":2206.05,\"2651\":764.21,\"2652\":392.4,\"2653\":25969.89,\"2654\":3432.84,\"2655\":2.4,\"2656\":73.16,\"2657\":905.49,\"2658\":892751.0600000001,\"2659\":508514.95,\"2660\":null,\"2661\":6371.2,\"2662\":8360.33,\"2663\":809.6,\"2664\":136660.0,\"2665\":625.12,\"2666\":14328.0,\"2667\":23660.73,\"2668\":null,\"2669\":67992.11,\"2670\":164525.31,\"2671\":null,\"2672\":36.11,\"2673\":36075.98,\"2674\":42041.06,\"2675\":7805.22,\"2676\":562.72,\"2677\":670.25,\"2678\":3435.0,\"2679\":244290.22,\"2680\":1062.1,\"2681\":534.3,\"2682\":527.04,\"2683\":736.95,\"2684\":5803.2,\"2685\":429.24,\"2686\":14068.76,\"2687\":4491.0,\"2688\":19782.4,\"2689\":9864.0,\"2690\":350.33,\"2691\":2640.0,\"2692\":108.9,\"2693\":342.68,\"2694\":29924.64,\"2695\":null,\"2696\":1193453.1899999999,\"2697\":null,\"2698\":598548.5699999999,\"2699\":null,\"2700\":757.46,\"2701\":1102.78,\"2702\":1675.8,\"2703\":788085.7,\"2704\":543529.49,\"2705\":null,\"2706\":190530.0,\"2707\":null,\"2708\":413744.0,\"2709\":141077.73,\"2710\":112177.51,\"2711\":799.26,\"2712\":525.63,\"2713\":76517.82,\"2714\":12407.36,\"2715\":12663.61,\"2716\":64925.99,\"2717\":160777.32,\"2718\":169941.0,\"2719\":null,\"2720\":131031.65,\"2721\":14755.47,\"2722\":44562.76,\"2723\":47903.76,\"2724\":659.49,\"2725\":76417.29,\"2726\":1400.6,\"2727\":8745.0,\"2728\":2592.14,\"2729\":33074.55,\"2730\":45763.34,\"2731\":49473.18,\"2732\":18815.68,\"2733\":13328.62,\"2734\":641.73,\"2735\":5320.8,\"2736\":null,\"2737\":null,\"2738\":6623.1,\"2739\":290.8,\"2740\":null,\"2741\":4240.0,\"2742\":4768.11,\"2743\":1217.88,\"2744\":1560.24,\"2745\":145.03,\"2746\":12639.0,\"2747\":9870.0,\"2748\":2741.2,\"2749\":5957.47,\"2750\":17646.77,\"2751\":19453.26,\"2752\":19849.24,\"2753\":592.68,\"2754\":10012.0,\"2755\":9571.2,\"2756\":411.6,\"2757\":1373.9,\"2758\":13518.0,\"2759\":19624.11,\"2760\":10279.64,\"2761\":19369.64,\"2762\":null,\"2763\":null,\"2764\":461.4,\"2765\":8753.9,\"2766\":7624.0,\"2767\":1620.2,\"2768\":6858.6,\"2769\":4030.3,\"2770\":284.19,\"2771\":1382.78,\"2772\":342.47,\"2773\":2146.0,\"2774\":1092.4,\"2775\":11200.65,\"2776\":5359.55,\"2777\":18423.52,\"2778\":1784.4,\"2779\":358.34,\"2780\":1.47,\"2781\":743.16,\"2782\":null,\"2783\":319.44,\"2784\":868.5,\"2785\":2210.78,\"2786\":42.71,\"2787\":null,\"2788\":14483.93,\"2789\":5675.0,\"2790\":6793.74,\"2791\":79670.92,\"2792\":11984.43,\"2793\":2052.78,\"2794\":9733.57,\"2795\":null,\"2796\":15361.27,\"2797\":11369.2,\"2798\":18632.38,\"2799\":null,\"2800\":14544.43,\"2801\":815.1,\"2802\":7598.42,\"2803\":7537.84,\"2804\":9412.5,\"2805\":11621.62,\"2806\":266.04,\"2807\":26.8,\"2808\":482.18,\"2809\":8243.68,\"2810\":2.78,\"2811\":73.96,\"2812\":2910.9,\"2813\":4742.5,\"2814\":8179.2,\"2815\":7756.24,\"2816\":173.49,\"2817\":null,\"2818\":null,\"2819\":14569.2,\"2820\":10173.72,\"2821\":10482.85,\"2822\":274.8,\"2823\":90202.03,\"2824\":9582.07,\"2825\":9496.54,\"2826\":7.42,\"2827\":2.21,\"2828\":6541.2,\"2829\":5.85,\"2830\":416.35,\"2831\":7751.46,\"2832\":969.24,\"2833\":null,\"2834\":39578.22,\"2835\":18830.79,\"2836\":78106.72,\"2837\":1850.48,\"2838\":1482.12,\"2839\":68273.95,\"2840\":8420.3,\"2841\":15600.0,\"2842\":3117.0,\"2843\":9617.22,\"2844\":8738.1,\"2845\":8669.48,\"2846\":10089.23,\"2847\":5793.0,\"2848\":5570.7,\"2849\":924.44,\"2850\":null,\"2851\":511.56,\"2852\":335.28,\"2853\":489.0,\"2854\":890.25,\"2855\":534.45,\"2856\":894.27,\"2857\":908.85,\"2858\":412.42,\"2859\":988.91,\"2860\":1002.83,\"2861\":7500.0,\"2862\":498.12,\"2863\":40.8,\"2864\":17114.71,\"2865\":17336.73,\"2866\":7336.8,\"2867\":16388.22,\"2868\":905.73,\"2869\":null,\"2870\":5297.07,\"2871\":7755.0,\"2872\":6098.4,\"2873\":5123.33,\"2874\":962.1,\"2875\":13570.2,\"2876\":3.01,\"2877\":770.62,\"2878\":798.6,\"2879\":466.4,\"2880\":2142.8,\"2881\":8395.0,\"2882\":947.82,\"2883\":957.64,\"2884\":891.85,\"2885\":114.0,\"2886\":6980.78,\"2887\":5654.13,\"2888\":2548.2,\"2889\":17327.22,\"2890\":17039.42,\"2891\":17369.99,\"2892\":7422.0,\"2893\":479.89,\"2894\":483.16,\"2895\":934.76,\"2896\":6996.0,\"2897\":null,\"2898\":70.65,\"2899\":790.24,\"2900\":null,\"2901\":283.94,\"2902\":null,\"2903\":1966.8,\"2904\":7166.4,\"2905\":11757.0,\"2906\":2347.2,\"2907\":4192.05,\"2908\":390.94,\"2909\":null,\"2910\":9910.0,\"2911\":404.39,\"2912\":13783.0,\"2913\":17364.31,\"2914\":191.4,\"2915\":3056.96,\"2916\":1742.73,\"2917\":707.0,\"2918\":2187.0,\"2919\":1390.0,\"2920\":16128.0,\"2921\":462576.56,\"2922\":376818.55,\"2923\":11488.0,\"2924\":1131.9,\"2925\":10944.53,\"2926\":51196.78,\"2927\":6046.33,\"2928\":742.61,\"2929\":751.9,\"2930\":3701.44,\"2931\":null,\"2932\":13166.86,\"2933\":615.34,\"2934\":61840.44,\"2935\":15558.36,\"2936\":6060.0,\"2937\":5013.46,\"2938\":940.78,\"2939\":58572.47,\"2940\":153067.86,\"2941\":6243.61,\"2942\":null,\"2943\":508810.0,\"2944\":437732.57,\"2945\":268464.19,\"2946\":14332.81,\"2947\":362380.54,\"2948\":19248.0,\"2949\":18607.6,\"2950\":27843.42,\"2951\":10356.13,\"2952\":10411.09,\"2953\":110736.47,\"2954\":1016.99,\"2955\":1390.19,\"2956\":474.71,\"2957\":203445.01,\"2958\":69031.71,\"2959\":2100.59,\"2960\":765.69,\"2961\":398.26,\"2962\":25208.65,\"2963\":null,\"2964\":3.0,\"2965\":73.16,\"2966\":901.75,\"2967\":893120.21,\"2968\":221621.37,\"2969\":612.0,\"2970\":3405.6,\"2971\":8332.12,\"2972\":796.62,\"2973\":136670.0,\"2974\":623.19,\"2975\":12348.0,\"2976\":23139.49,\"2977\":59855.99,\"2978\":68742.34,\"2979\":165984.56,\"2980\":null,\"2981\":1022.26,\"2982\":38463.3,\"2983\":41683.88,\"2984\":4591.3,\"2985\":535.79,\"2986\":672.48,\"2987\":1249.05,\"2988\":350051.36,\"2989\":1062.1,\"2990\":539.58,\"2991\":524.16,\"2992\":715.33,\"2993\":4869.6,\"2994\":429.6,\"2995\":19008.0,\"2996\":7251.39,\"2997\":4498.65,\"2998\":19788.8,\"2999\":7156.8,\"3000\":null,\"3001\":2613.0,\"3002\":108.9,\"3003\":308.21,\"3004\":30096.0,\"3005\":25607.58,\"3006\":350280.46,\"3007\":null,\"3008\":813118.29,\"3009\":1246.8,\"3010\":813.56,\"3011\":1585.26,\"3012\":1564.2,\"3013\":60578.61,\"3014\":789834.79,\"3015\":539822.0600000001,\"3016\":195700.0,\"3017\":413349.82,\"3018\":142788.64,\"3019\":125606.89,\"3020\":798.7,\"3021\":622.83,\"3022\":69727.14,\"3023\":14182.59,\"3024\":14564.12,\"3025\":64290.35,\"3026\":165926.01,\"3027\":170921.5,\"3028\":3854.71,\"3029\":177105.21,\"3030\":14793.68,\"3031\":44545.61,\"3032\":48082.41,\"3033\":648.57,\"3034\":77518.02,\"3035\":null,\"3036\":8474.4,\"3037\":2435.11,\"3038\":29265.37,\"3039\":42896.96,\"3040\":49033.96,\"3041\":29750.21,\"3042\":13006.63,\"3043\":651.09,\"3044\":4154.4,\"3045\":null,\"3046\":6652.8,\"3047\":6880.5,\"3048\":279.77,\"3049\":1280.0,\"3050\":4768.11,\"3051\":1210.56,\"3052\":1545.72,\"3053\":130.14,\"3054\":8603.0,\"3055\":9475.0,\"3056\":2697.2,\"3057\":4477.48,\"3058\":18004.31,\"3059\":9965.12,\"3060\":10201.49,\"3061\":631.99,\"3062\":10017.6,\"3063\":9767.4,\"3064\":583.2,\"3065\":1326.2,\"3066\":13410.0,\"3067\":19546.59,\"3068\":10292.88,\"3069\":19522.97,\"3070\":13184.84,\"3071\":null,\"3072\":14205.33,\"3073\":442.0,\"3074\":8484.1,\"3075\":1812.0,\"3076\":null,\"3077\":1485.9,\"3078\":5983.68,\"3079\":3802.4,\"3080\":null,\"3081\":284.19,\"3082\":2009.65,\"3083\":341.55,\"3084\":2079.0,\"3085\":1048.48,\"3086\":11086.47,\"3087\":6149.17,\"3088\":18089.98,\"3089\":1722.0,\"3090\":742.71,\"3091\":null,\"3092\":719.4,\"3093\":null,\"3094\":315.04,\"3095\":846.0,\"3096\":3487.88,\"3097\":1219.2,\"3098\":13287.6,\"3099\":null,\"3100\":5568.9,\"3101\":6626.76,\"3102\":78681.99,\"3103\":5857.88,\"3104\":291.95,\"3105\":4034.61,\"3106\":15847.03,\"3107\":9110.07,\"3108\":17009.82,\"3109\":null,\"3110\":13043.43,\"3111\":285.56,\"3112\":8682.8,\"3113\":8436.04,\"3114\":9451.5,\"3115\":11612.85,\"3116\":200.56,\"3117\":0.4,\"3118\":898.21,\"3119\":8271.2,\"3120\":3.22,\"3121\":92.44,\"3122\":2242.14,\"3123\":4854.78,\"3124\":7934.4,\"3125\":9321.16,\"3126\":2293.65,\"3127\":19351.94,\"3128\":19484.13,\"3129\":8992.75,\"3130\":14551.2,\"3131\":8421.04,\"3132\":8648.33,\"3133\":291.6,\"3134\":71863.06,\"3135\":18810.12,\"3136\":18415.98,\"3137\":6.83,\"3138\":2.08,\"3139\":6541.2,\"3140\":1856.1,\"3141\":403.15,\"3142\":8894.56,\"3143\":949.47,\"3144\":null,\"3145\":39448.03,\"3146\":23879.69,\"3147\":82289.66,\"3148\":1264.78,\"3149\":944.61,\"3150\":80260.7,\"3151\":8579.2,\"3152\":10920.0,\"3153\":3797.4,\"3154\":9412.98,\"3155\":7166.7,\"3156\":7474.5,\"3157\":9579.83,\"3158\":7214.1,\"3159\":7370.1,\"3160\":803.09,\"3161\":892.92,\"3162\":334.8,\"3163\":348.12,\"3164\":887.73,\"3165\":534.63,\"3166\":819.29,\"3167\":753.37,\"3168\":544.42,\"3169\":977.43,\"3170\":983.02,\"3171\":7593.6,\"3172\":884.28,\"3173\":75.6,\"3174\":14124.88,\"3175\":12620.03,\"3176\":6399.0,\"3177\":9812.11,\"3178\":910.05,\"3179\":1.2,\"3180\":5379.89,\"3181\":8491.5,\"3182\":9544.8,\"3183\":8868.08,\"3184\":661.68,\"3185\":4357.8,\"3186\":3.59,\"3187\":951.48,\"3188\":880.56,\"3189\":828.74,\"3190\":2917.2,\"3191\":7787.8,\"3192\":931.04,\"3193\":974.39,\"3194\":892.82,\"3195\":6.56,\"3196\":66.0,\"3197\":5704.74,\"3198\":4653.16,\"3199\":998.4,\"3200\":10045.83,\"3201\":10578.48,\"3202\":12123.06,\"3203\":null,\"3204\":923.19,\"3205\":933.68,\"3206\":905.98,\"3207\":9147.6,\"3208\":36.24,\"3209\":null,\"3210\":758.44,\"3211\":260.25,\"3212\":0.11,\"3213\":1900.8,\"3214\":7159.2,\"3215\":349921.46,\"3216\":2167.2,\"3217\":3937.61,\"3218\":162.69,\"3219\":74.01,\"3220\":null,\"3221\":404.28,\"3222\":13552.0,\"3223\":16656.44,\"3224\":198.0,\"3225\":3053.82,\"3226\":1745.7,\"3227\":657.04,\"3228\":1639.8,\"3229\":1415.0,\"3230\":15432.0,\"3231\":389590.19,\"3232\":502710.22,\"3233\":null,\"3234\":998.58,\"3235\":9955.8,\"3236\":60579.4,\"3237\":6061.0,\"3238\":701.79,\"3239\":721.83,\"3240\":6430.72,\"3241\":3701.44,\"3242\":12469.41,\"3243\":615.78,\"3244\":64419.45,\"3245\":61884.09,\"3246\":15220.18,\"3247\":6148.0,\"3248\":4784.47,\"3249\":940.78,\"3250\":130222.24,\"3251\":154040.66,\"3252\":6157.07,\"3253\":null,\"3254\":null,\"3255\":179298.81,\"3256\":201468.23,\"3257\":13639.17,\"3258\":365689.28,\"3259\":14823.79,\"3260\":18744.0,\"3261\":22762.91,\"3262\":11433.3,\"3263\":10396.24,\"3264\":97675.27,\"3265\":1027.55,\"3266\":1372.61,\"3267\":17609.4,\"3268\":568.58,\"3269\":303875.0,\"3270\":60787.33,\"3271\":2509.99,\"3272\":755.55,\"3273\":397.79,\"3274\":23807.12,\"3275\":2273.91,\"3276\":4.8,\"3277\":null,\"3278\":909.89,\"3279\":893266.85,\"3280\":505831.66,\"3281\":510.0,\"3282\":1423.4,\"3283\":8326.5,\"3284\":802.23,\"3285\":null,\"3286\":626.47,\"3287\":13932.0,\"3288\":23025.05,\"3289\":60082.39,\"3290\":69413.32,\"3291\":165740.61,\"3292\":null,\"3293\":null,\"3294\":474339.12,\"3295\":982.18,\"3296\":38322.34,\"3297\":42026.4,\"3298\":8111.3,\"3299\":null,\"3300\":671.29,\"3301\":1111.35,\"3302\":350119.53,\"3303\":null,\"3304\":528.07,\"3305\":795.96,\"3306\":605.63,\"3307\":5254.8,\"3308\":429.12,\"3309\":13963.3,\"3310\":4499.1,\"3311\":19548.8,\"3312\":8644.8,\"3313\":372.24,\"3314\":2042.4,\"3315\":105.6,\"3316\":120.82,\"3317\":29608.6,\"3318\":34367.49,\"3319\":46269.34,\"3320\":null,\"3321\":585149.8,\"3322\":1214.28,\"3323\":752.4,\"3324\":1119.2,\"3325\":1373.4,\"3326\":33516.86,\"3327\":754744.77,\"3328\":541568.01,\"3329\":40478.35,\"3330\":203210.0,\"3331\":null,\"3332\":414327.73,\"3333\":140596.67,\"3334\":126776.99,\"3335\":null,\"3336\":799.12,\"3337\":681.86,\"3338\":73666.33,\"3339\":13297.15,\"3340\":13136.1,\"3341\":64711.0,\"3342\":165727.73,\"3343\":169674.6,\"3344\":null,\"3345\":175425.44,\"3346\":18339.38,\"3347\":45095.2,\"3348\":48150.26,\"3349\":663.48,\"3350\":75347.98,\"3351\":1748.1,\"3352\":8659.2,\"3353\":2454.51,\"3354\":32373.43,\"3355\":46112.5,\"3356\":57475.42,\"3357\":58505.07,\"3358\":12717.59,\"3359\":651.21,\"3360\":4150.8,\"3361\":null,\"3362\":4116.0,\"3363\":6722.6,\"3364\":280.96,\"3365\":9840.0,\"3366\":9167.58,\"3367\":1074.12,\"3368\":1517.56,\"3369\":163.81,\"3370\":331.8,\"3371\":8364.0,\"3372\":9858.0,\"3373\":2666.4,\"3374\":4960.31,\"3375\":924.82,\"3376\":6659.96,\"3377\":4867.78,\"3378\":527.27,\"3379\":10013.7,\"3380\":9776.1,\"3381\":292.8,\"3382\":1376.7,\"3383\":13842.0,\"3384\":19537.46,\"3385\":10283.68,\"3386\":19478.14,\"3387\":5587.2,\"3388\":null,\"3389\":422.5,\"3390\":8313.6,\"3391\":6858.0,\"3392\":null,\"3393\":1391.8,\"3394\":4272.48,\"3395\":3518.9,\"3396\":383.0,\"3397\":284.19,\"3398\":1268.43,\"3399\":345.92,\"3400\":2059.0,\"3401\":1427.99,\"3402\":10801.15,\"3403\":6195.44,\"3404\":18436.46,\"3405\":1697.4,\"3406\":801.5,\"3407\":753.72,\"3408\":null,\"3409\":298.76,\"3410\":1043.7,\"3411\":2090.11,\"3412\":null,\"3413\":null,\"3414\":2015.0,\"3415\":5504.2,\"3416\":5736.66,\"3417\":77666.5,\"3418\":1667.48,\"3419\":909.88,\"3420\":3919.83,\"3421\":8219.52,\"3422\":16551.62,\"3423\":10462.08,\"3424\":18383.82,\"3425\":161918.55,\"3426\":18180.77,\"3427\":956.34,\"3428\":5499.56,\"3429\":5525.77,\"3430\":5260.5,\"3431\":11656.08,\"3432\":276.72,\"3433\":null,\"3434\":843.3,\"3435\":9867.31,\"3436\":1.71,\"3437\":74.51,\"3438\":1996.08,\"3439\":4525.15,\"3440\":8841.6,\"3441\":6027.13,\"3442\":1481.31,\"3443\":18205.77,\"3444\":18300.73,\"3445\":7648.02,\"3446\":15735.6,\"3447\":17981.74,\"3448\":18764.88,\"3449\":380.4,\"3450\":46765.78,\"3451\":9820.1,\"3452\":9745.3,\"3453\":4.58,\"3454\":1.41,\"3455\":6541.2,\"3456\":null,\"3457\":444.95,\"3458\":8746.44,\"3459\":960.88,\"3460\":null,\"3461\":39931.47,\"3462\":23939.07,\"3463\":69458.0,\"3464\":948.64,\"3465\":1491.78,\"3466\":72742.71,\"3467\":4226.25,\"3468\":17560.0,\"3469\":4871.4,\"3470\":9120.42,\"3471\":4128.98,\"3472\":4354.88,\"3473\":8323.88,\"3474\":7798.8,\"3475\":7380.9,\"3476\":338.36,\"3477\":788.88,\"3478\":329.76,\"3479\":478.56,\"3480\":858.3,\"3481\":488.88,\"3482\":779.64,\"3483\":949.68,\"3484\":176.26,\"3485\":796.73,\"3486\":794.5,\"3487\":7932.0,\"3488\":514.2,\"3489\":28.8,\"3490\":11382.45,\"3491\":11029.75,\"3492\":7414.2,\"3493\":10707.37,\"3494\":null,\"3495\":773.85,\"3496\":null,\"3497\":1.93,\"3498\":4272.6,\"3499\":8658.0,\"3500\":5877.02,\"3501\":862.19,\"3502\":14231.25,\"3503\":4.01,\"3504\":939.29,\"3505\":918.24,\"3506\":737.97,\"3507\":1832.16,\"3508\":7943.05,\"3509\":863.74,\"3510\":791.35,\"3511\":904.56,\"3512\":91.61,\"3513\":369.0,\"3514\":6935.0,\"3515\":5320.66,\"3516\":1587.6,\"3517\":9997.46,\"3518\":11040.33,\"3519\":11976.71,\"3520\":7989.6,\"3521\":2556.6,\"3522\":829.99,\"3523\":828.37,\"3524\":785.97,\"3525\":5897.1,\"3526\":null,\"3527\":80.03,\"3528\":781.5,\"3529\":955.08,\"3530\":534.33,\"3531\":445.53,\"3532\":1894.2,\"3533\":7153.2,\"3534\":239640.62,\"3535\":1911.6,\"3536\":3942.21,\"3537\":467.61,\"3538\":null,\"3539\":404.47,\"3540\":13288.0,\"3541\":16091.18,\"3542\":null,\"3543\":709.0,\"3544\":1742.4,\"3545\":751.72,\"3546\":585.0,\"3547\":1817.0,\"3548\":20328.0,\"3549\":304582.32,\"3550\":499095.1,\"3551\":13352.0,\"3552\":405.24,\"3553\":11433.28,\"3554\":59808.04,\"3555\":6042.67,\"3556\":640.55,\"3557\":724.6,\"3558\":3703.68,\"3559\":11895.21,\"3560\":290.84,\"3561\":null,\"3562\":63271.91,\"3563\":15220.49,\"3564\":6130.0,\"3565\":4348.83,\"3566\":939.79,\"3567\":243611.45,\"3568\":151135.28,\"3569\":5908.49,\"3570\":69024.0,\"3571\":null,\"3572\":172261.93,\"3573\":147672.27,\"3574\":14152.18,\"3575\":392604.53,\"3576\":14277.53,\"3577\":18957.4,\"3578\":23319.59,\"3579\":12150.36,\"3580\":15295.63,\"3581\":null,\"3582\":546.07,\"3583\":1327.38,\"3584\":332.08,\"3585\":304755.02,\"3586\":76981.96,\"3587\":1681.07,\"3588\":232.69,\"3589\":399.38,\"3590\":19732.39,\"3591\":null,\"3592\":2919.79,\"3593\":28.2,\"3594\":893.83,\"3595\":868068.71,\"3596\":480057.0,\"3597\":450.0,\"3598\":1386.0,\"3599\":8314.69,\"3600\":800.14,\"3601\":636.45,\"3602\":14724.0,\"3603\":23182.56,\"3604\":69531.69,\"3605\":165169.42,\"3606\":null,\"3607\":132986.0,\"3608\":458535.16,\"3609\":964.0,\"3610\":37795.0,\"3611\":41422.6,\"3612\":4285.22,\"3613\":540.67,\"3614\":650.48,\"3615\":1037.4,\"3616\":347717.67,\"3617\":1048.33,\"3618\":529.88,\"3619\":558.0,\"3620\":606.34,\"3621\":5246.4,\"3622\":429.6,\"3623\":null,\"3624\":747.91,\"3625\":7092.13,\"3626\":4498.65,\"3627\":19367.15,\"3628\":10118.4,\"3629\":377.92,\"3630\":2501.4,\"3631\":105.6,\"3632\":235.03,\"3633\":29301.4,\"3634\":36035.96,\"3635\":null,\"3636\":null,\"3637\":null,\"3638\":707601.77,\"3639\":1182.3,\"3640\":771.32,\"3641\":1090.42,\"3642\":1306.8,\"3643\":null,\"3644\":774035.59,\"3645\":49673.74,\"3646\":538802.41,\"3647\":204240.0,\"3648\":153810.91,\"3649\":415654.28,\"3650\":141700.48,\"3651\":124171.91,\"3652\":null,\"3653\":799.12,\"3654\":null,\"3655\":66739.71,\"3656\":14063.99,\"3657\":13451.25,\"3658\":59209.36,\"3659\":165782.36,\"3660\":170695.8,\"3661\":null,\"3662\":204731.34,\"3663\":18454.11,\"3664\":44231.86,\"3665\":47525.77,\"3666\":663.63,\"3667\":83778.88,\"3668\":1600.33,\"3669\":8294.0,\"3670\":2335.25,\"3671\":32190.63,\"3672\":46269.48,\"3673\":57713.73,\"3674\":58009.79,\"3675\":12055.35,\"3676\":651.27,\"3677\":5907.6,\"3678\":null,\"3679\":null,\"3680\":2443.2,\"3681\":6758.57,\"3682\":272.84,\"3683\":6720.0,\"3684\":8945.06,\"3685\":938.16,\"3686\":1532.08,\"3687\":140.32,\"3688\":332.4,\"3689\":8038.0,\"3690\":9371.0,\"3691\":2503.6,\"3692\":4465.88,\"3693\":14468.16,\"3694\":9294.3,\"3695\":9647.72,\"3696\":291.87,\"3697\":10015.8,\"3698\":9770.3,\"3699\":811.2,\"3700\":1515.5,\"3701\":13824.0,\"3702\":19718.23,\"3703\":10275.68,\"3704\":19476.2,\"3705\":6652.8,\"3706\":432.1,\"3707\":8113.6,\"3708\":2056.0,\"3709\":null,\"3710\":1381.6,\"3711\":5028.72,\"3712\":3206.8,\"3713\":6215.0,\"3714\":284.19,\"3715\":1767.53,\"3716\":345.0,\"3717\":2012.0,\"3718\":961.92,\"3719\":10662.66,\"3720\":5899.39,\"3721\":17158.27,\"3722\":1653.6,\"3723\":1657.82,\"3724\":902.88,\"3725\":313.28,\"3726\":1033.2,\"3727\":2304.5,\"3728\":311.25,\"3729\":17523.68,\"3730\":2000.0,\"3731\":5408.5,\"3732\":8975.52,\"3733\":78652.83,\"3734\":5172.5,\"3735\":874.18,\"3736\":3805.04,\"3737\":8030.88,\"3738\":216.7,\"3739\":16016.64,\"3740\":10938.0,\"3741\":18072.18,\"3742\":160613.22,\"3743\":18087.27,\"3744\":722.7,\"3745\":6589.79,\"3746\":6579.77,\"3747\":7960.5,\"3748\":11639.45,\"3749\":360.8,\"3750\":259.88,\"3751\":9505.96,\"3752\":0.76,\"3753\":67.72,\"3754\":523.17,\"3755\":5538.22,\"3756\":9406.8,\"3757\":7223.27,\"3758\":1193.73,\"3759\":15807.58,\"3760\":14656.97,\"3761\":6427.27,\"3762\":7390.8,\"3763\":19728.0,\"3764\":9408.94,\"3765\":9701.68,\"3766\":201.0,\"3767\":47779.94,\"3768\":9360.93,\"3769\":9258.2,\"3770\":5.51,\"3771\":1.66,\"3772\":6541.2,\"3773\":320.1,\"3774\":451.0,\"3775\":626.69,\"3776\":40885.75,\"3777\":19413.36,\"3778\":69434.8,\"3779\":1190.7,\"3780\":974.97,\"3781\":98745.46,\"3782\":6336.4,\"3783\":18800.0,\"3784\":6802.8,\"3785\":9639.3,\"3786\":3640.28,\"3787\":3687.3,\"3788\":4555.13,\"3789\":3975.3,\"3790\":3863.1,\"3791\":886.25,\"3792\":null,\"3793\":605.52,\"3794\":369.72,\"3795\":446.64,\"3796\":648.0,\"3797\":521.19,\"3798\":729.27,\"3799\":916.55,\"3800\":639.6,\"3801\":1008.11,\"3802\":1023.18,\"3803\":10123.2,\"3804\":482.52,\"3805\":39.6,\"3806\":13778.37,\"3807\":13435.44,\"3808\":8850.6,\"3809\":9425.96,\"3810\":4800.0,\"3811\":666.6,\"3812\":null,\"3813\":14.25,\"3814\":6967.2,\"3815\":6106.8,\"3816\":7279.23,\"3817\":984.63,\"3818\":12793.5,\"3819\":1.93,\"3820\":null,\"3821\":905.04,\"3822\":806.3,\"3823\":1598.96,\"3824\":9085.0,\"3825\":4800.0,\"3826\":950.08,\"3827\":1009.75,\"3828\":917.18,\"3829\":114.75,\"3830\":18.0,\"3831\":8169.28,\"3832\":6371.42,\"3833\":631.8,\"3834\":12057.13,\"3835\":12584.92,\"3836\":12328.35,\"3837\":1788.0,\"3838\":2735.1,\"3839\":433.77,\"3840\":431.02,\"3841\":935.28,\"3842\":7606.5,\"3843\":null,\"3844\":76.37,\"3845\":790.24,\"3846\":951.86,\"3847\":542.57,\"3848\":723.29,\"3849\":1848.0,\"3850\":7144.8,\"3851\":374698.33,\"3852\":4410.0,\"3853\":3934.39,\"3854\":null,\"3855\":null,\"3856\":404.09,\"3857\":13794.0,\"3858\":15668.83,\"3859\":198.0,\"3860\":3040.12,\"3861\":1744.71,\"3862\":763.24,\"3863\":2943.0,\"3864\":2063.0,\"3865\":20572.0,\"3866\":60378.92,\"3867\":498916.27,\"3868\":13064.0,\"3869\":671.55,\"3870\":7958.62,\"3871\":23495.56,\"3872\":6002.33,\"3873\":757.56,\"3874\":719.69,\"3875\":3702.08,\"3876\":923.43,\"3877\":11404.97,\"3878\":610.72,\"3879\":null,\"3880\":65697.01,\"3881\":28177.04,\"3882\":9166.0,\"3883\":4513.35,\"3884\":938.8,\"3885\":249685.7,\"3886\":152342.81,\"3887\":5755.8,\"3888\":68904.0,\"3889\":null,\"3890\":168932.41,\"3891\":235471.05,\"3892\":12475.68,\"3893\":74099.91,\"3894\":14100.79,\"3895\":18708.8,\"3896\":26775.36,\"3897\":12017.76,\"3898\":16802.49,\"3899\":null,\"3900\":858.22,\"3901\":1247.58,\"3902\":574.46,\"3903\":null,\"3904\":78410.32,\"3905\":1803.89,\"3906\":762.93,\"3907\":398.5,\"3908\":23639.27,\"3909\":null,\"3910\":271.56,\"3911\":37.8,\"3912\":839.41,\"3913\":862743.78,\"3914\":403183.84,\"3915\":378.0,\"3916\":1386.0,\"3917\":8301.39,\"3918\":792.11,\"3919\":null,\"3920\":640.26,\"3921\":13356.0,\"3922\":23948.9,\"3923\":68690.4,\"3924\":165137.55,\"3925\":2662.5,\"3926\":402040.0,\"3927\":468392.29,\"3928\":974.9,\"3929\":37783.1,\"3930\":41654.84,\"3931\":3673.04,\"3932\":529.19,\"3933\":679.82,\"3934\":933.45,\"3935\":350136.46,\"3936\":2117.32,\"3937\":530.08,\"3938\":776.88,\"3939\":598.73,\"3940\":4905.6,\"3941\":428.64,\"3942\":1638.61,\"3943\":13987.7,\"3944\":4497.3,\"3945\":18319.57,\"3946\":6072.0,\"3947\":378.31,\"3948\":2557.8,\"3949\":105.6,\"3950\":340.63,\"3951\":29422.06,\"3952\":32897.31,\"3953\":376386.36,\"3954\":null,\"3955\":614709.91,\"3956\":1287.18,\"3957\":812.24,\"3958\":1091.41,\"3959\":1254.6,\"3960\":773782.54,\"3961\":38874.5,\"3962\":543423.9,\"3963\":203160.0,\"3964\":154330.09,\"3965\":418018.72,\"3966\":143098.47,\"3967\":126836.2,\"3968\":798.84,\"3969\":631.61,\"3970\":64486.11,\"3971\":13080.14,\"3972\":13163.9,\"3973\":64502.4,\"3974\":165517.46,\"3975\":168250.1,\"3976\":null,\"3977\":195892.57,\"3978\":18520.85,\"3979\":44135.41,\"3980\":48351.44,\"3981\":653.55,\"3982\":75508.71,\"3983\":1538.18,\"3984\":7944.2,\"3985\":2496.87,\"3986\":null,\"3987\":46024.04,\"3988\":57965.61,\"3989\":49702.94,\"3990\":12846.36,\"3991\":650.04,\"3992\":4924.8,\"3993\":null,\"3994\":null,\"3995\":6699.99,\"3996\":262.35,\"3997\":null,\"3998\":8880.0,\"3999\":9312.76,\"4000\":1036.68,\"4001\":1617.88,\"4002\":160.12,\"4003\":331.8,\"4004\":8000.0,\"4005\":9805.0,\"4006\":2519.0,\"4007\":3965.68,\"4008\":14171.68,\"4009\":8930.04,\"4010\":9293.54,\"4011\":467.43,\"4012\":10013.3,\"4013\":9909.3,\"4014\":684.0,\"4015\":1323.6,\"4016\":13500.0,\"4017\":19709.48,\"4018\":10282.17,\"4019\":19454.68,\"4020\":7696.8,\"4021\":424.1,\"4022\":9675.5,\"4023\":6200.0,\"4024\":1354.9,\"4025\":3985.44,\"4026\":3207.3,\"4027\":7884.0,\"4028\":284.19,\"4029\":1743.12,\"4030\":348.68,\"4031\":2011.0,\"4032\":1249.21,\"4033\":10661.4,\"4034\":3530.68,\"4035\":10335.27,\"4036\":1776.0,\"4037\":374.05,\"4038\":750.42,\"4039\":331.32,\"4040\":1027.8,\"4041\":2385.79,\"4042\":1324.76,\"4043\":null,\"4044\":17260.33,\"4045\":2000.0,\"4046\":5355.2,\"4047\":8895.48,\"4048\":78445.02,\"4049\":2079.82,\"4050\":965.18,\"4051\":3741.91,\"4052\":9226.08,\"4053\":10947.61,\"4054\":4853.44,\"4055\":11343.76,\"4056\":179464.12,\"4057\":15821.94,\"4058\":690.8,\"4059\":6311.0,\"4060\":6321.09,\"4061\":7366.5,\"4062\":4908.06,\"4063\":435.56,\"4064\":1.6,\"4065\":91.36,\"4066\":5349.36,\"4067\":2.98,\"4068\":70.25,\"4069\":1718.76,\"4070\":2447.45,\"4071\":9223.2,\"4072\":6923.34,\"4073\":1070.27,\"4074\":11687.52,\"4075\":12046.64,\"4076\":5919.53,\"4077\":8825.4,\"4078\":17280.0,\"4079\":7941.08,\"4080\":8200.03,\"4081\":394.8,\"4082\":48832.93,\"4083\":11550.34,\"4084\":11315.85,\"4085\":7.37,\"4086\":2.16,\"4087\":6541.2,\"4088\":299.25,\"4089\":402.27,\"4090\":null,\"4091\":634.44,\"4092\":null,\"4093\":39725.96,\"4094\":13646.04,\"4095\":75418.3,\"4096\":1173.87,\"4097\":1564.23,\"4098\":70656.63,\"4099\":7273.35,\"4100\":17800.0,\"4101\":5735.4,\"4102\":9660.0,\"4103\":6621.98,\"4104\":6778.8,\"4105\":6845.4,\"4106\":5774.1,\"4107\":6675.9,\"4108\":374.53,\"4109\":239.8,\"4110\":543.72,\"4111\":395.64,\"4112\":219.36,\"4113\":546.09,\"4114\":331.02,\"4115\":955.79,\"4116\":918.33,\"4117\":590.64,\"4118\":987.01,\"4119\":1013.55,\"4120\":10080.0,\"4121\":586.8,\"4122\":8.4,\"4123\":12060.11,\"4124\":8701.62,\"4125\":8895.6,\"4126\":14651.82,\"4127\":4800.0,\"4128\":619.59,\"4129\":11.5,\"4130\":null,\"4131\":7589.1,\"4132\":7104.0,\"4133\":4102.24,\"4134\":986.34,\"4135\":5974.2,\"4136\":4.9,\"4137\":765.38,\"4138\":480.36,\"4139\":929.5,\"4140\":2412.52,\"4141\":7876.35,\"4142\":4800.0,\"4143\":983.38,\"4144\":1012.49,\"4145\":699.52,\"4146\":131.34,\"4147\":240.0,\"4148\":5458.14,\"4149\":4354.76,\"4150\":1437.0,\"4151\":0.11,\"4152\":9976.11,\"4153\":9996.36,\"4154\":9465.3,\"4155\":9411.3,\"4156\":697.77,\"4157\":707.3,\"4158\":986.11,\"4159\":8692.2,\"4160\":10.35,\"4161\":28.83,\"4162\":456.56,\"4163\":949.44,\"4164\":780.62,\"4165\":null,\"4166\":1920.6,\"4167\":7135.2,\"4168\":386443.08,\"4169\":2685.6,\"4170\":4240.99,\"4171\":null,\"4172\":null,\"4173\":404.66,\"4174\":13574.0,\"4175\":15342.77,\"4176\":184.8,\"4177\":3130.71,\"4178\":1744.38,\"4179\":764.96,\"4180\":2077.2,\"4181\":2931.0,\"4182\":20728.0,\"4183\":152466.53,\"4184\":486317.39,\"4185\":12568.0,\"4186\":1701.48,\"4187\":7970.02,\"4188\":21575.77,\"4189\":5848.33,\"4190\":642.85,\"4191\":740.15,\"4192\":3702.72,\"4193\":909.12,\"4194\":11014.85,\"4195\":631.84,\"4196\":null,\"4197\":62800.03,\"4198\":26136.05,\"4199\":9120.0,\"4200\":4500.96,\"4201\":939.79,\"4202\":249938.05,\"4203\":154537.77,\"4204\":5690.75,\"4205\":55704.0,\"4206\":509020.0,\"4207\":183067.62,\"4208\":11877.71,\"4209\":202230.45,\"4210\":13820.85,\"4211\":18810.0,\"4212\":23697.94,\"4213\":11030.25,\"4214\":15998.45,\"4215\":157046.93,\"4216\":704.84,\"4217\":1278.75,\"4218\":589.96,\"4219\":null,\"4220\":77547.38,\"4221\":1782.85,\"4222\":762.93,\"4223\":402.02,\"4224\":21686.25,\"4225\":null,\"4226\":null,\"4227\":24.6,\"4228\":843.23,\"4229\":865357.21,\"4230\":151807.58,\"4231\":654.0,\"4232\":6116.0,\"4233\":8305.65,\"4234\":793.98,\"4235\":615.26,\"4236\":14148.0,\"4237\":22838.75,\"4238\":69298.88,\"4239\":166055.5,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":989.11,\"4244\":37450.7,\"4245\":41454.65,\"4246\":5815.65,\"4247\":533.02,\"4248\":675.07,\"4249\":846.3,\"4250\":349857.32,\"4251\":3077.86,\"4252\":523.25,\"4253\":777.96,\"4254\":624.03,\"4255\":4814.4,\"4256\":429.0,\"4257\":1463.49,\"4258\":14091.0,\"4259\":3226.95,\"4260\":18094.72,\"4261\":6052.8,\"4262\":1300.37,\"4263\":382.34,\"4264\":2399.98,\"4265\":105.6,\"4266\":341.67,\"4267\":29032.97,\"4268\":33473.09,\"4269\":1188.3,\"4270\":73465.52,\"4271\":null,\"4272\":634963.51,\"4273\":1603.38,\"4274\":765.16,\"4275\":1063.75,\"4276\":1227.6,\"4277\":770877.1899999999,\"4278\":null,\"4279\":535821.23,\"4280\":null,\"4281\":155186.09,\"4282\":421209.55,\"4283\":144566.14,\"4284\":125925.16,\"4285\":770.0,\"4286\":602.6,\"4287\":67498.08,\"4288\":8383.93,\"4289\":8976.46,\"4290\":61418.83,\"4291\":165415.44,\"4292\":170381.3,\"4293\":null,\"4294\":null,\"4295\":18476.27,\"4296\":44875.85,\"4297\":48240.04,\"4298\":653.94,\"4299\":77925.32,\"4300\":1363.73,\"4301\":7715.4,\"4302\":2400.22,\"4303\":29328.17,\"4304\":43027.64,\"4305\":57325.06,\"4306\":57360.26,\"4307\":16407.44,\"4308\":326.58,\"4309\":5403.6,\"4310\":null,\"4311\":null,\"4312\":6725.24,\"4313\":265.19,\"4314\":3040.0,\"4315\":9304.34,\"4316\":1129.08,\"4317\":1569.92,\"4318\":231.92,\"4319\":11156.0,\"4320\":9387.0,\"4321\":3511.2,\"4322\":4459.27,\"4323\":14611.55,\"4324\":10143.48,\"4325\":10220.84,\"4326\":542.81,\"4327\":10012.6,\"4328\":9616.0,\"4329\":1213.2,\"4330\":1999.9,\"4331\":12978.0,\"4332\":19701.2,\"4333\":10264.57,\"4334\":19408.6,\"4335\":8762.4,\"4336\":534.3,\"4337\":8730.8,\"4338\":2340.0,\"4339\":null,\"4340\":1745.4,\"4341\":5863.62,\"4342\":7166.1,\"4343\":6694.0,\"4344\":284.19,\"4345\":1967.24,\"4346\":346.38,\"4347\":2241.0,\"4348\":1142.42,\"4349\":11042.13,\"4350\":6220.05,\"4351\":17770.08,\"4352\":1618.8,\"4353\":4964.74,\"4354\":null,\"4355\":947.1,\"4356\":null,\"4357\":302.72,\"4358\":491.4,\"4359\":3286.58,\"4360\":905.27,\"4361\":14.88,\"4362\":13498.27,\"4363\":2000.0,\"4364\":6861.9,\"4365\":7336.08,\"4366\":79595.85,\"4367\":7732.71,\"4368\":380.32,\"4369\":5170.96,\"4370\":6851.52,\"4371\":180.95,\"4372\":15733.3,\"4373\":5754.16,\"4374\":17507.44,\"4375\":null,\"4376\":16026.23,\"4377\":700.04,\"4378\":6982.11,\"4379\":6897.7,\"4380\":7398.0,\"4381\":9882.22,\"4382\":216.32,\"4383\":313.6,\"4384\":9.46,\"4385\":5413.24,\"4386\":null,\"4387\":47.85,\"4388\":2987.19,\"4389\":5119.32,\"4390\":7229.99,\"4391\":965.5,\"4392\":16349.1,\"4393\":15231.9,\"4394\":6749.19,\"4395\":6231.6,\"4396\":14032.8,\"4397\":6973.31,\"4398\":7173.49,\"4399\":997.8,\"4400\":82698.54,\"4401\":14870.92,\"4402\":15178.73,\"4403\":7.39,\"4404\":2.27,\"4405\":6541.2,\"4406\":1577.1,\"4407\":331.65,\"4408\":8728.5,\"4409\":184.53,\"4410\":33761.36,\"4411\":17044.16,\"4412\":65633.95,\"4413\":1220.67,\"4414\":1644.27,\"4415\":96935.1,\"4416\":6249.95,\"4417\":16280.0,\"4418\":3832.2,\"4419\":9673.8,\"4420\":9030.6,\"4421\":9029.48,\"4422\":7178.85,\"4423\":1730.7,\"4424\":2108.1,\"4425\":929.54,\"4426\":4449.5,\"4427\":306.0,\"4428\":331.68,\"4429\":418.08,\"4430\":731.43,\"4431\":394.23,\"4432\":921.84,\"4433\":845.82,\"4434\":507.1,\"4435\":954.84,\"4436\":964.65,\"4437\":8415.6,\"4438\":746.4,\"4439\":9.6,\"4440\":14254.71,\"4441\":17186.65,\"4442\":3763.8,\"4443\":18037.52,\"4444\":2056.0,\"4445\":688.23,\"4446\":1570.8,\"4447\":1035.0,\"4448\":null,\"4449\":6235.8,\"4450\":3798.0,\"4451\":5551.66,\"4452\":953.09,\"4453\":13794.75,\"4454\":9.12,\"4455\":643.83,\"4456\":551.88,\"4457\":null,\"4458\":1404.04,\"4459\":9762.35,\"4460\":2056.0,\"4461\":949.62,\"4462\":975.02,\"4463\":751.63,\"4464\":701.23,\"4465\":69.0,\"4466\":7584.18,\"4467\":5900.87,\"4468\":1440.6,\"4469\":15612.29,\"4470\":15730.56,\"4471\":2016.3,\"4472\":null,\"4473\":947.52,\"4474\":937.71,\"4475\":961.38,\"4476\":6240.3,\"4477\":504.39,\"4478\":60.37,\"4479\":877.69,\"4480\":926.32,\"4481\":946.46,\"4482\":7.17,\"4483\":3626.33,\"4484\":2455.2,\"4485\":7141.2,\"4486\":150707.61,\"4487\":2433.6,\"4488\":4631.79,\"4489\":null,\"4490\":404.77,\"4491\":13904.0,\"4492\":null,\"4493\":198.0,\"4494\":3121.8,\"4495\":1740.75,\"4496\":753.75,\"4497\":2411.1,\"4498\":3698.0,\"4499\":21892.0,\"4500\":459014.17,\"4501\":500281.24,\"4502\":14888.0,\"4503\":1665.51,\"4504\":8963.25,\"4505\":46789.74,\"4506\":7124.33,\"4507\":639.11,\"4508\":717.01,\"4509\":3702.08,\"4510\":905.29,\"4511\":10924.84,\"4512\":612.7,\"4513\":null,\"4514\":62097.12,\"4515\":28211.41,\"4516\":18905.0,\"4517\":6839.63,\"4518\":939.79,\"4519\":250013.06,\"4520\":154337.21,\"4521\":8163.2,\"4522\":69408.0,\"4523\":null,\"4524\":243189.72,\"4525\":20258.72,\"4526\":33401.64,\"4527\":14834.17,\"4528\":18796.8,\"4529\":24891.66,\"4530\":10921.41,\"4531\":15959.43,\"4532\":33689.75,\"4533\":918.67,\"4534\":1386.71,\"4535\":587.71,\"4536\":74543.78,\"4537\":2100.02,\"4538\":753.58,\"4539\":403.59,\"4540\":21635.62,\"4541\":null,\"4542\":2912.31,\"4543\":2748.0,\"4544\":703.04,\"4545\":894359.72,\"4546\":488579.17,\"4547\":312.0,\"4548\":6844.2,\"4549\":8314.55,\"4550\":792.0,\"4551\":644.79,\"4552\":14940.0,\"4553\":23355.86,\"4554\":69243.32,\"4555\":164091.78,\"4556\":null,\"4557\":null,\"4558\":530080.14,\"4559\":952.72,\"4560\":null,\"4561\":null,\"4562\":7499.13,\"4563\":528.0,\"4564\":674.24,\"4565\":743.7,\"4566\":196766.81,\"4567\":3072.7,\"4568\":531.17,\"4569\":871.38,\"4570\":628.26,\"4571\":4585.2,\"4572\":428.88,\"4573\":1266.88,\"4574\":14121.85,\"4575\":2369.7,\"4576\":19432.98,\"4577\":7310.4,\"4578\":null,\"4579\":377.39,\"4580\":2559.0,\"4581\":102.3,\"4582\":null,\"4583\":29928.98,\"4584\":38033.57,\"4585\":1186.24,\"4586\":320843.4,\"4587\":null,\"4588\":120482.01,\"4589\":1582.2,\"4590\":844.36,\"4591\":1138.26,\"4592\":1413.0,\"4593\":607663.04,\"4594\":null,\"4595\":180764.89,\"4596\":123910.0,\"4597\":143187.85,\"4598\":419251.2,\"4599\":72324.82,\"4600\":72610.47,\"4601\":796.46,\"4602\":575.84,\"4603\":58264.79,\"4604\":12545.23,\"4605\":11823.42,\"4606\":59850.36,\"4607\":165135.89,\"4608\":170318.4,\"4609\":null,\"4610\":null,\"4611\":17765.67,\"4612\":44910.99,\"4613\":48330.78,\"4614\":650.73,\"4615\":75318.52,\"4616\":1250.55,\"4617\":6919.0,\"4618\":2314.36,\"4619\":30951.49,\"4620\":44306.2,\"4621\":57442.13,\"4622\":57044.37,\"4623\":15540.91,\"4624\":326.34,\"4625\":6894.0,\"4626\":1.8,\"4627\":null,\"4628\":6744.21,\"4629\":258.13,\"4630\":5280.0,\"4631\":9203.81,\"4632\":11.04,\"4633\":1573.44,\"4634\":141.11,\"4635\":9227.0,\"4636\":9878.0,\"4637\":2635.6,\"4638\":4962.9,\"4639\":17450.61,\"4640\":8941.97,\"4641\":9311.62,\"4642\":500.57,\"4643\":null,\"4644\":null,\"4645\":2178.0,\"4646\":2212.4,\"4647\":8064.0,\"4648\":19694.67,\"4649\":10205.05,\"4650\":19323.38,\"4651\":5396.4,\"4652\":710.5,\"4653\":11227.4,\"4654\":7896.0,\"4655\":null,\"4656\":1585.5,\"4657\":6414.24,\"4658\":3955.5,\"4659\":6971.0,\"4660\":284.19,\"4661\":1415.5,\"4662\":342.7,\"4663\":2359.0,\"4664\":193.51,\"4665\":14778.49,\"4666\":4322.99,\"4667\":9787.12,\"4668\":1086.6,\"4669\":3429.31,\"4670\":null,\"4671\":854.04,\"4672\":511.72,\"4673\":741.3,\"4674\":2547.05,\"4675\":1429.55,\"4676\":79.2,\"4677\":13581.04,\"4678\":2000.0,\"4679\":null,\"4680\":7721.1,\"4681\":80259.4,\"4682\":5815.53,\"4683\":1629.44,\"4684\":6416.35,\"4685\":8706.24,\"4686\":10885.42,\"4687\":7909.85,\"4688\":12041.91,\"4689\":162065.17,\"4690\":4172.74,\"4691\":643.72,\"4692\":5603.77,\"4693\":5564.32,\"4694\":6883.5,\"4695\":9859.9,\"4696\":22.76,\"4697\":1677.83,\"4698\":5855.65,\"4699\":0.32,\"4700\":93.52,\"4701\":2311.02,\"4702\":3707.98,\"4703\":4363.2,\"4704\":5895.46,\"4705\":1784.2,\"4706\":14451.66,\"4707\":12172.03,\"4708\":5607.3,\"4709\":8260.2,\"4710\":16218.0,\"4711\":6472.96,\"4712\":6654.79,\"4713\":736.2,\"4714\":78015.89,\"4715\":10083.23,\"4716\":10278.14,\"4717\":2.31,\"4718\":0.77,\"4719\":6541.2,\"4720\":2274.3,\"4721\":360.14,\"4722\":8890.88,\"4723\":583.37,\"4724\":139.8,\"4725\":39362.97,\"4726\":19041.86,\"4727\":63976.07,\"4728\":1184.81,\"4729\":1652.55,\"4730\":92032.07,\"4731\":7254.1,\"4732\":16280.0,\"4733\":6547.8,\"4734\":9479.22,\"4735\":8388.23,\"4736\":8422.88,\"4737\":6571.8,\"4738\":5974.2,\"4739\":7607.1,\"4740\":924.09,\"4741\":null,\"4742\":834.12,\"4743\":413.64,\"4744\":489.12,\"4745\":541.8,\"4746\":367.68,\"4747\":797.35,\"4748\":794.45,\"4749\":496.44,\"4750\":946.24,\"4751\":957.66,\"4752\":8709.6,\"4753\":498.48,\"4754\":38.4,\"4755\":15782.33,\"4756\":14614.96,\"4757\":5927.4,\"4758\":14871.32,\"4759\":4900.0,\"4760\":556.02,\"4761\":null,\"4762\":4811.01,\"4763\":7468.5,\"4764\":9141.6,\"4765\":6694.25,\"4766\":796.63,\"4767\":14802.75,\"4768\":2.5,\"4769\":580.1,\"4770\":531.12,\"4771\":964.7,\"4772\":2801.04,\"4773\":7955.7,\"4774\":4900.0,\"4775\":752.82,\"4776\":967.66,\"4777\":255.97,\"4778\":533.46,\"4779\":459.0,\"4780\":11700.99,\"4781\":9291.29,\"4782\":3480.0,\"4783\":16835.81,\"4784\":17577.81,\"4785\":5901.6,\"4786\":4182.6,\"4787\":693.24,\"4788\":703.56,\"4789\":950.67,\"4790\":5567.1,\"4791\":78.26,\"4792\":477.32,\"4793\":917.82,\"4794\":932.65,\"4795\":402.63,\"4796\":3721.67,\"4797\":2415.6,\"4798\":7137.6,\"4799\":301426.02,\"4800\":4896.0,\"4801\":5924.53,\"4802\":37.31,\"4803\":404.44,\"4804\":13057.0,\"4805\":8195.85,\"4806\":null,\"4807\":3104.8,\"4808\":1751.64,\"4809\":788.44,\"4810\":1044.9,\"4811\":3353.0,\"4812\":21080.0,\"4813\":60616.97,\"4814\":498475.04,\"4815\":null,\"4816\":69.96,\"4817\":10083.69,\"4818\":50441.05,\"4819\":7036.33,\"4820\":141.89,\"4821\":719.89,\"4822\":3701.76,\"4823\":862.4,\"4824\":17904.25,\"4825\":590.7,\"4826\":null,\"4827\":59288.42,\"4828\":28302.83,\"4829\":19334.0,\"4830\":5371.93,\"4831\":939.79,\"4832\":249705.42,\"4833\":156072.83,\"4834\":6647.86,\"4835\":59400.0,\"4836\":511250.0,\"4837\":2285.51,\"4838\":162370.46,\"4839\":20209.67,\"4840\":396790.98,\"4841\":17542.03,\"4842\":18458.0,\"4843\":24071.47,\"4844\":12915.76,\"4845\":16738.45,\"4846\":141714.9,\"4847\":998.15,\"4848\":1279.24,\"4849\":578.83,\"4850\":43505.0,\"4851\":55065.25,\"4852\":2054.48,\"4853\":755.15,\"4854\":384.42,\"4855\":29716.17,\"4856\":null,\"4857\":2032.41,\"4858\":2914.8,\"4859\":826.13,\"4860\":832784.01,\"4861\":362200.23,\"4862\":312.0,\"4863\":10043.0,\"4864\":4524.39,\"4865\":795.96,\"4866\":136760.0,\"4867\":615.62,\"4868\":9540.0,\"4869\":23624.52,\"4870\":64447.71,\"4871\":165231.29,\"4872\":2.0,\"4873\":350750.0,\"4874\":530508.61,\"4875\":50709.62,\"4876\":41951.99,\"4877\":8264.35,\"4878\":532.09,\"4879\":675.43,\"4880\":730.65,\"4881\":81133.21,\"4882\":3072.7,\"4883\":518.96,\"4884\":896.4,\"4885\":586.13,\"4886\":5062.8,\"4887\":428.28,\"4888\":8756.0,\"4889\":1723.33,\"4890\":14041.5,\"4891\":952.65,\"4892\":17364.44,\"4893\":7248.0,\"4894\":380.62,\"4895\":2562.6,\"4896\":99.0,\"4897\":341.67,\"4898\":30291.0,\"4899\":26485.65,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":120308.5,\"4904\":null,\"4905\":784.96,\"4906\":1069.22,\"4907\":1375.2,\"4908\":783596.8199999999,\"4909\":49733.15,\"4910\":531726.22,\"4911\":20031.68,\"4912\":205110.0,\"4913\":152848.79,\"4914\":417756.48,\"4915\":73107.57,\"4916\":73491.42,\"4917\":795.9,\"4918\":116.92,\"4919\":53630.77,\"4920\":8351.82,\"4921\":7947.87,\"4922\":77056.05,\"4923\":164726.87,\"4924\":170131.55,\"4925\":144159.97,\"4926\":null,\"4927\":219279.29,\"4928\":8193.91,\"4929\":44993.47,\"4930\":48090.11,\"4931\":655.05,\"4932\":76477.63,\"4933\":1436.1,\"4934\":8230.2,\"4935\":2664.68,\"4936\":30210.21,\"4937\":43335.43,\"4938\":57395.24,\"4939\":58062.05,\"4940\":19518.73,\"4941\":274.44,\"4942\":6897.6,\"4943\":null,\"4944\":null,\"4945\":6726.56,\"4946\":276.61,\"4947\":null,\"4948\":3840.0,\"4949\":9257.53,\"4950\":80.28,\"4951\":1652.2,\"4952\":137.94,\"4953\":null,\"4954\":8605.0,\"4955\":8367.0,\"4956\":2552.0,\"4957\":4961.86,\"4958\":17212.65,\"4959\":9685.15,\"4960\":10219.35,\"4961\":468.75,\"4962\":null,\"4963\":null,\"4964\":982.8,\"4965\":1696.8,\"4966\":12726.0,\"4967\":19740.45,\"4968\":10264.2,\"4969\":19606.07,\"4970\":6876.0,\"4971\":494.3,\"4972\":8416.4,\"4973\":9726.0,\"4974\":1391.4,\"4975\":2586.12,\"4976\":3385.2,\"4977\":4626.0,\"4978\":284.19,\"4979\":1918.94,\"4980\":341.09,\"4981\":2041.0,\"4982\":279.61,\"4983\":12183.88,\"4984\":6224.77,\"4985\":3847.91,\"4986\":1692.6,\"4987\":965.77,\"4988\":null,\"4989\":772.86,\"4990\":326.04,\"4991\":867.9,\"4992\":3554.43,\"4993\":3690.7,\"4994\":51.36,\"4995\":16064.0,\"4996\":2000.0,\"4997\":5518.4,\"4998\":4639.56,\"4999\":78249.09,\"5000\":8574.84,\"5001\":3601.95,\"5002\":3919.83,\"5003\":8867.52,\"5004\":4666.95,\"5005\":9938.3,\"5006\":4887.7,\"5007\":178957.97,\"5008\":12669.13,\"5009\":1547.7,\"5010\":8314.1,\"5011\":8511.03,\"5012\":8164.5,\"5013\":11529.69,\"5014\":252.2,\"5015\":29.2,\"5016\":1849.29,\"5017\":5297.69,\"5018\":1.55,\"5019\":95.0,\"5020\":1183.56,\"5021\":4974.18,\"5022\":5655.6,\"5023\":8656.56,\"5024\":544.61,\"5025\":15154.92,\"5026\":15761.48,\"5027\":7115.26,\"5028\":9129.6,\"5029\":16218.0,\"5030\":5384.56,\"5031\":5387.42,\"5032\":949.8,\"5033\":73112.12,\"5034\":17389.09,\"5035\":17434.26,\"5036\":5.31,\"5037\":1.6,\"5038\":4722.0,\"5039\":551.85,\"5040\":291.39,\"5041\":null,\"5042\":582.66,\"5043\":null,\"5044\":31898.98,\"5045\":11845.75,\"5046\":78444.76,\"5047\":1214.68,\"5048\":1624.26,\"5049\":94695.9,\"5050\":7289.8,\"5051\":12120.0,\"5052\":7072.8,\"5053\":9477.84,\"5054\":8954.55,\"5055\":8907.08,\"5056\":7733.93,\"5057\":6336.3,\"5058\":8029.8,\"5059\":634.74,\"5060\":5074.3,\"5061\":508.08,\"5062\":580.92,\"5063\":519.48,\"5064\":741.27,\"5065\":376.35,\"5066\":null,\"5067\":763.54,\"5068\":749.76,\"5069\":923.14,\"5070\":953.87,\"5071\":7731.6,\"5072\":879.36,\"5073\":24.0,\"5074\":17862.22,\"5075\":17671.17,\"5076\":4933.8,\"5077\":13951.11,\"5078\":4900.0,\"5079\":738.36,\"5080\":5.75,\"5081\":null,\"5082\":6006.3,\"5083\":6578.4,\"5084\":7439.6,\"5085\":950.6,\"5086\":8808.75,\"5087\":2.34,\"5088\":587.77,\"5089\":486.84,\"5090\":485.1,\"5091\":1667.16,\"5092\":7648.65,\"5093\":4900.0,\"5094\":null,\"5095\":967.19,\"5096\":34.68,\"5097\":692.91,\"5098\":51.0,\"5099\":9498.61,\"5100\":7546.21,\"5101\":4087.2,\"5102\":17799.17,\"5103\":17689.14,\"5104\":6879.0,\"5105\":5080.5,\"5106\":617.36,\"5107\":618.4,\"5108\":949.59,\"5109\":7220.4,\"5110\":79.63,\"5111\":872.47,\"5112\":920.12,\"5113\":839.39,\"5114\":49.23,\"5115\":3820.67,\"5116\":2125.2,\"5117\":7136.4,\"5118\":381646.77,\"5119\":3423.6,\"5120\":5423.68,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.7,\"5125\":13684.0,\"5126\":10387.28,\"5127\":191.4,\"5128\":3129.22,\"5129\":1735.14,\"5130\":757.75,\"5131\":1715.4,\"5132\":2814.0,\"5133\":20740.0,\"5134\":153460.93,\"5135\":430623.49,\"5136\":12752.0,\"5137\":839.19,\"5138\":12145.56,\"5139\":25248.54,\"5140\":6790.67,\"5141\":1128.15,\"5142\":727.07,\"5143\":3602.24,\"5144\":877.56,\"5145\":14278.97,\"5146\":615.56,\"5147\":null,\"5148\":60927.09,\"5149\":15470.44,\"5150\":13066.0,\"5151\":5203.19,\"5152\":939.79,\"5153\":249127.78,\"5154\":158343.14,\"5155\":6546.09,\"5156\":69336.0,\"5157\":506810.0,\"5158\":60087.08,\"5159\":217885.62,\"5160\":17401.92,\"5161\":263820.51,\"5162\":14958.56,\"5163\":18392.0,\"5164\":23583.77,\"5165\":12021.5,\"5166\":15869.77,\"5167\":117858.28,\"5168\":1117.18,\"5169\":1327.72,\"5170\":559.68,\"5171\":7920.0,\"5172\":61468.55,\"5173\":2068.39,\"5174\":745.21,\"5175\":392.78,\"5176\":26685.25,\"5177\":null,\"5178\":3609.11,\"5179\":2914.8,\"5180\":831.27,\"5181\":865860.6899999999,\"5182\":599866.1800000001,\"5183\":420.0,\"5184\":7394.2,\"5185\":8434.99,\"5186\":791.34,\"5187\":57500.0,\"5188\":609.79,\"5189\":14688.0,\"5190\":23863.34,\"5191\":68844.9,\"5192\":164834.84,\"5193\":null,\"5194\":317262.0,\"5195\":null,\"5196\":50832.91,\"5197\":null,\"5198\":7805.22,\"5199\":482.46,\"5200\":675.5,\"5201\":789.75,\"5202\":80996.15,\"5203\":3067.53,\"5204\":525.99,\"5205\":781.38,\"5206\":577.04,\"5207\":4567.2,\"5208\":428.28,\"5209\":1655.4,\"5210\":14012.09,\"5211\":null,\"5212\":16393.9,\"5213\":8246.4,\"5214\":196.68,\"5215\":2554.2,\"5216\":72.6,\"5217\":334.28,\"5218\":29965.12,\"5219\":48392.56,\"5220\":1124.38,\"5221\":273819.6,\"5222\":null,\"5223\":601017.65,\"5224\":1600.8,\"5225\":814.66,\"5226\":1116.54,\"5227\":1269.0,\"5228\":603972.58,\"5229\":null,\"5230\":530495.8,\"5231\":205640.0,\"5232\":152561.14,\"5233\":419400.83,\"5234\":72850.96,\"5235\":73796.63,\"5236\":null,\"5237\":797.3,\"5238\":745.37,\"5239\":68054.66,\"5240\":3110.07,\"5241\":3105.5,\"5242\":61926.63,\"5243\":164409.86,\"5244\":170538.55,\"5245\":null,\"5246\":null,\"5247\":223238.75,\"5248\":null,\"5249\":23631.55,\"5250\":44964.48,\"5251\":48654.73,\"5252\":654.93,\"5253\":75519.59,\"5254\":1346.9,\"5255\":7517.4,\"5256\":2592.25,\"5257\":26588.44,\"5258\":32125.22,\"5259\":57613.16,\"5260\":null,\"5261\":18123.12,\"5262\":null,\"5263\":5918.4,\"5264\":null,\"5265\":null,\"5266\":6523.11,\"5267\":277.73,\"5268\":4400.0,\"5269\":9033.74,\"5270\":254.16,\"5271\":1654.4,\"5272\":132.66,\"5273\":null,\"5274\":8161.0,\"5275\":8250.0,\"5276\":2556.4,\"5277\":3953.45,\"5278\":14493.87,\"5279\":9800.86,\"5280\":10103.27,\"5281\":1051.45,\"5282\":13286.0,\"5283\":12979.7,\"5284\":1386.0,\"5285\":1465.0,\"5286\":12816.0,\"5287\":19697.27,\"5288\":13874.47,\"5289\":18528.26,\"5290\":6904.8,\"5291\":425.2,\"5292\":7651.3,\"5293\":1816.0,\"5294\":1275.2,\"5295\":6548.1,\"5296\":3401.3,\"5297\":4524.0,\"5298\":284.19,\"5299\":1752.65,\"5300\":340.63,\"5301\":2025.0,\"5302\":235.23,\"5303\":11318.16,\"5304\":6141.94,\"5305\":13709.39,\"5306\":1290.6,\"5307\":1245.3,\"5308\":null,\"5309\":949.74,\"5310\":null,\"5311\":329.12,\"5312\":891.0,\"5313\":1516.13,\"5314\":1945.04,\"5315\":60.96,\"5316\":11188.37,\"5317\":2000.0,\"5318\":5411.3,\"5319\":8140.62,\"5320\":77423.92,\"5321\":10773.3,\"5322\":2492.03,\"5323\":4063.3,\"5324\":7018.56,\"5325\":null,\"5326\":12647.06,\"5327\":9160.89,\"5328\":14123.58,\"5329\":179215.98,\"5330\":10817.39,\"5331\":1088.34,\"5332\":8807.83,\"5333\":8774.34,\"5334\":null,\"5335\":11374.06,\"5336\":211.76,\"5337\":25.2,\"5338\":2448.46,\"5339\":9612.45,\"5340\":0.31,\"5341\":89.12,\"5342\":3058.63,\"5343\":3800.83,\"5344\":7758.0,\"5345\":9553.04,\"5346\":2038.9,\"5347\":18996.72,\"5348\":19324.6,\"5349\":8978.75,\"5350\":6503.4,\"5351\":9176.4,\"5352\":5325.4,\"5353\":5418.25,\"5354\":880.8,\"5355\":45505.7,\"5356\":13935.82,\"5357\":13489.51,\"5358\":5.77,\"5359\":1.7,\"5360\":8338.8,\"5361\":2592.6,\"5362\":297.66,\"5363\":8405.58,\"5364\":null,\"5365\":null,\"5366\":28003.11,\"5367\":24986.63,\"5368\":83526.45,\"5369\":1172.27,\"5370\":1206.81,\"5371\":80431.32,\"5372\":8759.8,\"5373\":16400.0,\"5374\":4689.0,\"5375\":9330.18,\"5376\":6474.83,\"5377\":6729.08,\"5378\":5517.21,\"5379\":7160.7,\"5380\":9602.1,\"5381\":614.77,\"5382\":null,\"5383\":896.88,\"5384\":440.16,\"5385\":499.2,\"5386\":894.54,\"5387\":542.91,\"5388\":760.58,\"5389\":952.75,\"5390\":869.4,\"5391\":746.57,\"5392\":753.68,\"5393\":9105.6,\"5394\":729.96,\"5395\":68.4,\"5396\":11370.46,\"5397\":11474.67,\"5398\":4462.2,\"5399\":8668.78,\"5400\":4900.0,\"5401\":919.65,\"5402\":null,\"5403\":null,\"5404\":194.86,\"5405\":8812.8,\"5406\":3349.2,\"5407\":9537.56,\"5408\":675.22,\"5409\":9120.15,\"5410\":2.84,\"5411\":702.55,\"5412\":920.52,\"5413\":803.9,\"5414\":2467.08,\"5415\":7085.15,\"5416\":4900.0,\"5417\":768.76,\"5418\":771.9,\"5419\":595.87,\"5420\":null,\"5421\":null,\"5422\":11426.71,\"5423\":8844.32,\"5424\":7757.4,\"5425\":11956.9,\"5426\":12009.19,\"5427\":8282.7,\"5428\":6842.7,\"5429\":764.35,\"5430\":768.86,\"5431\":null,\"5432\":645.74,\"5433\":6794.7,\"5434\":69.54,\"5435\":756.77,\"5436\":813.51,\"5437\":188.51,\"5438\":649.06,\"5439\":3875.67,\"5440\":1953.6,\"5441\":7153.2,\"5442\":89467.01,\"5443\":2448.0,\"5444\":4436.75,\"5445\":463.87,\"5446\":null,\"5447\":404.7,\"5448\":13728.0,\"5449\":5925.72,\"5450\":198.0,\"5451\":3056.13,\"5452\":1749.66,\"5453\":554.4,\"5454\":1654.2,\"5455\":2617.0,\"5456\":21816.0,\"5457\":152256.98,\"5458\":462111.99,\"5459\":12744.0,\"5460\":1209.78,\"5461\":10963.56,\"5462\":49026.83,\"5463\":null,\"5464\":7058.33,\"5465\":1016.31,\"5466\":null,\"5467\":3701.44,\"5468\":939.17,\"5469\":12667.94,\"5470\":589.38,\"5471\":null,\"5472\":60834.56,\"5473\":15398.19,\"5474\":11395.0,\"5475\":5071.94,\"5476\":null,\"5477\":254312.67,\"5478\":158821.11,\"5479\":6283.55,\"5480\":45912.0,\"5481\":null,\"5482\":47696.32,\"5483\":161386.99,\"5484\":15163.39,\"5485\":293681.17,\"5486\":15230.76,\"5487\":9592.0,\"5488\":22470.77,\"5489\":11011.14,\"5490\":15158.66,\"5491\":null,\"5492\":1315.48,\"5493\":null,\"5494\":586.71,\"5495\":160875.0,\"5496\":66542.51,\"5497\":1594.25,\"5498\":741.37,\"5499\":399.49,\"5500\":24490.09,\"5501\":39410.47,\"5502\":2487.06,\"5503\":2914.8,\"5504\":881.6,\"5505\":872853.16,\"5506\":480351.3,\"5507\":312.0,\"5508\":6989.4,\"5509\":8425.3,\"5510\":795.63,\"5511\":185230.0,\"5512\":623.44,\"5513\":12132.0,\"5514\":22817.7,\"5515\":59969.49,\"5516\":69226.19,\"5517\":165152.85,\"5518\":null,\"5519\":null,\"5520\":508933.41,\"5521\":871.66,\"5522\":41539.43,\"5523\":7958.26,\"5524\":486.02,\"5525\":686.7,\"5526\":789.0,\"5527\":347368.05,\"5528\":3594.28,\"5529\":442.73,\"5530\":803.52,\"5531\":518.65,\"5532\":4256.4,\"5533\":427.92,\"5534\":826.27,\"5535\":14162.02,\"5536\":18012.05,\"5537\":10094.4,\"5538\":381.94,\"5539\":2540.4,\"5540\":102.3,\"5541\":329.75,\"5542\":29448.6,\"5543\":41585.1,\"5544\":1186.04,\"5545\":965296.52,\"5546\":null,\"5547\":119842.86,\"5548\":1605.0,\"5549\":709.5,\"5550\":1059.56,\"5551\":1450.8,\"5552\":777451.92,\"5553\":49462.35,\"5554\":532562.73,\"5555\":146600.0,\"5556\":153256.79,\"5557\":419699.04,\"5558\":123079.66,\"5559\":101427.28,\"5560\":null,\"5561\":795.06,\"5562\":1287.74,\"5563\":75363.33,\"5564\":10301.78,\"5565\":10176.85,\"5566\":77512.4,\"5567\":163792.27,\"5568\":169064.1,\"5569\":4.68,\"5570\":null,\"5571\":227358.17,\"5572\":22027.12,\"5573\":43793.18,\"5574\":48615.83,\"5575\":657.51,\"5576\":75436.66,\"5577\":1419.83,\"5578\":8071.8,\"5579\":2325.38,\"5580\":31710.19,\"5581\":31766.04,\"5582\":58006.7,\"5583\":57997.02,\"5584\":18055.54,\"5585\":643.53,\"5586\":4939.2,\"5587\":null,\"5588\":null,\"5589\":6127.61,\"5590\":308.48,\"5591\":5040.0,\"5592\":4841.71,\"5593\":529.56,\"5594\":1693.56,\"5595\":133.06,\"5596\":null,\"5597\":8336.0,\"5598\":7748.0,\"5599\":2428.8,\"5600\":4466.23,\"5601\":16510.94,\"5602\":9457.67,\"5603\":9791.94,\"5604\":1282.16,\"5605\":13041.0,\"5606\":12755.2,\"5607\":1044.0,\"5608\":1352.4,\"5609\":10944.0,\"5610\":15340.17,\"5611\":19440.72,\"5612\":18535.59,\"5613\":7279.2,\"5614\":null,\"5615\":7641.6,\"5616\":1966.0,\"5617\":1258.8,\"5618\":3245.76,\"5619\":3090.7,\"5620\":4356.0,\"5621\":284.19,\"5622\":1708.84,\"5623\":342.47,\"5624\":1963.0,\"5625\":212.65,\"5626\":11901.51,\"5627\":6382.65,\"5628\":19306.24,\"5629\":1086.6,\"5630\":958.89,\"5631\":null,\"5632\":890.34,\"5633\":null,\"5634\":305.36,\"5635\":969.3,\"5636\":1998.92,\"5637\":308.19,\"5638\":149.28,\"5639\":10721.87,\"5640\":2000.0,\"5641\":5386.5,\"5642\":4727.88,\"5643\":52713.82,\"5644\":11334.11,\"5645\":955.67,\"5646\":3799.3,\"5647\":4872.96,\"5648\":17520.3,\"5649\":7231.14,\"5650\":19496.13,\"5651\":null,\"5652\":10817.39,\"5653\":366.08,\"5654\":8707.3,\"5655\":8735.28,\"5656\":null,\"5657\":9441.07,\"5658\":148.48,\"5659\":741.39,\"5660\":9604.01,\"5661\":1.91,\"5662\":91.65,\"5663\":2653.71,\"5664\":3928.79,\"5665\":3697.2,\"5666\":9346.2,\"5667\":2052.12,\"5668\":19475.55,\"5669\":19676.7,\"5670\":9063.94,\"5671\":5135.4,\"5672\":10198.8,\"5673\":13408.66,\"5674\":13833.45,\"5675\":384.0,\"5676\":76178.59,\"5677\":5225.41,\"5678\":5654.1,\"5679\":5.24,\"5680\":1.64,\"5681\":8820.0,\"5682\":3017.7,\"5683\":341.99,\"5684\":7074.8,\"5685\":425.77,\"5686\":null,\"5687\":38954.66,\"5688\":11494.42,\"5689\":71816.9,\"5690\":1184.54,\"5691\":1146.78,\"5692\":48031.41,\"5693\":6775.65,\"5694\":8480.0,\"5695\":4194.0,\"5696\":7592.76,\"5697\":8580.15,\"5698\":8515.35,\"5699\":9759.38,\"5700\":7230.6,\"5701\":9352.2,\"5702\":807.31,\"5703\":4379.1,\"5704\":951.72,\"5705\":212.28,\"5706\":555.24,\"5707\":909.54,\"5708\":548.49,\"5709\":681.12,\"5710\":523.63,\"5711\":864.24,\"5712\":666.07,\"5713\":662.9,\"5714\":5448.0,\"5715\":256.68,\"5716\":24.0,\"5717\":15004.34,\"5718\":15430.38,\"5719\":5146.2,\"5720\":12771.21,\"5721\":4900.0,\"5722\":928.86,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":3623.4,\"5727\":4629.6,\"5728\":4635.33,\"5729\":739.54,\"5730\":1483.65,\"5731\":2.44,\"5732\":945.87,\"5733\":904.68,\"5734\":817.3,\"5735\":3069.44,\"5736\":4820.8,\"5737\":4900.0,\"5738\":757.56,\"5739\":678.3,\"5740\":874.53,\"5741\":546.04,\"5742\":69.0,\"5743\":7978.88,\"5744\":5915.93,\"5745\":2377.2,\"5746\":null,\"5747\":null,\"5748\":1974.3,\"5749\":null,\"5750\":903.61,\"5751\":905.78,\"5752\":2264.35,\"5753\":726.55,\"5754\":5936.7,\"5755\":69.75,\"5756\":820.96,\"5757\":540.62,\"5758\":6016.8,\"5759\":746.12,\"5760\":2591.67,\"5761\":3820.67,\"5762\":1927.2,\"5763\":7148.4,\"5764\":377058.6,\"5765\":1947.6,\"5766\":314.94,\"5767\":467.72,\"5768\":null,\"5769\":null,\"5770\":417.12,\"5771\":12595.0,\"5772\":9897.47,\"5773\":191.4,\"5774\":3102.16,\"5775\":1731.84,\"5776\":23.13,\"5777\":1857.6,\"5778\":809.0,\"5779\":20568.0,\"5780\":76643.2,\"5781\":502596.35,\"5782\":12448.0,\"5783\":528.33,\"5784\":12065.14,\"5785\":36828.2,\"5786\":7271.0,\"5787\":648.03,\"5788\":null,\"5789\":929.44,\"5790\":12125.13,\"5791\":633.38,\"5792\":482.63,\"5793\":26564.95,\"5794\":28919.2,\"5795\":null,\"5796\":4601.55,\"5797\":255000.0,\"5798\":158811.41,\"5799\":5643.11,\"5800\":500950.0,\"5801\":873542.97,\"5802\":216478.25,\"5803\":13218.4,\"5804\":395551.42,\"5805\":14039.18,\"5806\":18081.8,\"5807\":22611.36,\"5808\":10792.33,\"5809\":16879.57,\"5810\":null,\"5811\":1227.3,\"5812\":2305.78,\"5813\":591.21,\"5814\":169950.0,\"5815\":59254.48,\"5816\":2082.88,\"5817\":742.85,\"5818\":null,\"5819\":25634.04,\"5820\":null,\"5821\":2154.21,\"5822\":2914.8,\"5823\":null,\"5824\":933.57,\"5825\":891513.16,\"5826\":346771.91,\"5827\":276.0,\"5828\":6888.2,\"5829\":8387.43,\"5830\":793.87,\"5831\":186820.0,\"5832\":664.3,\"5833\":14148.0,\"5834\":23235.42,\"5835\":61639.68,\"5836\":69793.71,\"5837\":164498.53,\"5838\":625.0,\"5839\":325680.0,\"5840\":null,\"5841\":null,\"5842\":7193.04,\"5843\":542.65,\"5844\":689.04,\"5845\":814.65,\"5846\":81284.58,\"5847\":3620.1,\"5848\":516.91,\"5849\":914.76,\"5850\":578.03,\"5851\":3169.2,\"5852\":427.56,\"5853\":1342.45,\"5854\":14144.09,\"5855\":16422.55,\"5856\":8616.0,\"5857\":null,\"5858\":384.19,\"5859\":2529.6,\"5860\":102.3,\"5861\":328.31,\"5862\":29348.68,\"5863\":47440.49,\"5864\":1183.38,\"5865\":556524.97,\"5866\":0.11,\"5867\":120131.31,\"5868\":1604.76,\"5869\":703.56,\"5870\":1128.77,\"5871\":1270.8,\"5872\":769674.8199999999,\"5873\":null,\"5874\":530345.86,\"5875\":null,\"5876\":153610.09,\"5877\":423276.99,\"5878\":138976.32,\"5879\":124587.61,\"5880\":null,\"5881\":796.74,\"5882\":600.54,\"5883\":67703.65,\"5884\":16918.33,\"5885\":14339.87,\"5886\":61115.58,\"5887\":164434.54,\"5888\":167064.25,\"5889\":null,\"5890\":null,\"5891\":102795.6,\"5892\":23486.77,\"5893\":43334.13,\"5894\":47841.86,\"5895\":137.61,\"5896\":75499.62,\"5897\":null,\"5898\":7854.0,\"5899\":2409.4,\"5900\":29323.3,\"5901\":33389.38,\"5902\":59038.35,\"5903\":null,\"5904\":16320.2,\"5905\":652.47,\"5906\":5407.2,\"5907\":null,\"5908\":null,\"5909\":6687.62,\"5910\":301.16,\"5911\":1520.0,\"5912\":9060.76,\"5913\":746.04,\"5914\":1702.36,\"5915\":149.95,\"5916\":7726.0,\"5917\":7440.0,\"5918\":2424.4,\"5919\":5910.13,\"5920\":15143.76,\"5921\":11155.64,\"5922\":11837.38,\"5923\":981.05,\"5924\":12868.7,\"5925\":12579.2,\"5926\":400.8,\"5927\":1298.2,\"5928\":9324.0,\"5929\":19470.63,\"5930\":19470.2,\"5931\":10074.57,\"5932\":6642.0,\"5933\":8007.7,\"5934\":1952.0,\"5935\":1195.0,\"5936\":4645.08,\"5937\":3163.7,\"5938\":4133.0,\"5939\":284.19,\"5940\":1936.42,\"5941\":341.55,\"5942\":1923.0,\"5943\":1181.63,\"5944\":10716.16,\"5945\":1168.35,\"5946\":9864.66,\"5947\":987.0,\"5948\":1409.42,\"5949\":null,\"5950\":799.92,\"5951\":291.28,\"5952\":793.8,\"5953\":3482.6,\"5954\":4923.74,\"5955\":35.04,\"5956\":17418.34,\"5957\":2000.0,\"5958\":5294.7,\"5959\":7612.08,\"5960\":77787.78,\"5961\":8476.98,\"5962\":2133.82,\"5963\":9750.78,\"5964\":5616.0,\"5965\":7861.54,\"5966\":4852.89,\"5967\":9708.9,\"5968\":179905.55,\"5969\":null,\"5970\":1244.54,\"5971\":9645.02,\"5972\":9725.83,\"5973\":9046.5,\"5974\":10075.35,\"5975\":324.28,\"5976\":89.2,\"5977\":529.43,\"5978\":8144.58,\"5979\":2.86,\"5980\":97.5,\"5981\":2684.06,\"5982\":3694.74,\"5983\":6174.0,\"5984\":10003.2,\"5985\":823.06,\"5986\":19480.54,\"5987\":19904.5,\"5988\":9077.26,\"5989\":2160.0,\"5990\":3434.4,\"5991\":10419.24,\"5992\":17567.04,\"5993\":550.8,\"5994\":73667.87,\"5995\":15622.43,\"5996\":17712.81,\"5997\":7.25,\"5998\":2.17,\"5999\":9450.0,\"6000\":625.95,\"6001\":54.56,\"6002\":7576.66,\"6003\":651.85,\"6004\":1.5,\"6005\":31743.68,\"6006\":30108.76,\"6007\":84972.82,\"6008\":1133.11,\"6009\":715.53,\"6010\":72551.96,\"6011\":7834.4,\"6012\":15680.0,\"6013\":1638.0,\"6014\":9212.88,\"6015\":8599.73,\"6016\":8060.18,\"6017\":10012.95,\"6018\":5945.4,\"6019\":7533.9,\"6020\":567.6,\"6021\":3.3,\"6022\":571.92,\"6023\":570.6,\"6024\":306.96,\"6025\":944.58,\"6026\":563.76,\"6027\":289.34,\"6028\":638.5,\"6029\":912.12,\"6030\":947.19,\"6031\":943.59,\"6032\":7209.6,\"6033\":854.76,\"6034\":496.8,\"6035\":8799.3,\"6036\":10683.95,\"6037\":7327.8,\"6038\":6103.0,\"6039\":4900.0,\"6040\":942.81,\"6041\":1.8,\"6042\":null,\"6043\":86.78,\"6044\":6372.9,\"6045\":7364.4,\"6046\":8623.44,\"6047\":960.96,\"6048\":5542.65,\"6049\":2.61,\"6050\":754.71,\"6051\":805.2,\"6052\":350.9,\"6053\":2978.8,\"6054\":1240.85,\"6055\":4900.0,\"6056\":977.49,\"6057\":960.05,\"6058\":544.69,\"6059\":17.51,\"6060\":57.0,\"6061\":5477.1,\"6062\":4595.34,\"6063\":4709.4,\"6064\":10144.43,\"6065\":10460.78,\"6066\":7476.9,\"6067\":5551.5,\"6068\":393.23,\"6069\":403.79,\"6070\":3094.08,\"6071\":935.28,\"6072\":2904.0,\"6073\":57.04,\"6074\":457.24,\"6075\":356.04,\"6076\":6585.36,\"6077\":922.44,\"6078\":1256.17,\"6079\":3875.67,\"6080\":1881.0,\"6081\":7138.8,\"6082\":402032.33,\"6083\":1695.6,\"6084\":3230.96,\"6085\":null,\"6086\":null,\"6087\":416.97,\"6088\":13585.0,\"6089\":13362.44,\"6090\":null,\"6091\":3088.96,\"6092\":1758.24,\"6093\":763.51,\"6094\":2308.5,\"6095\":815.0,\"6096\":21212.0,\"6097\":219452.08,\"6098\":352549.67,\"6099\":12488.0,\"6100\":881.76,\"6101\":12961.79,\"6102\":41509.97,\"6103\":6809.0,\"6104\":640.55,\"6105\":3703.04,\"6106\":897.46,\"6107\":11786.6,\"6108\":594.0,\"6109\":null,\"6110\":42226.22,\"6111\":28112.68,\"6112\":9045.0,\"6113\":4497.78,\"6114\":939.79,\"6115\":253680.5,\"6116\":159519.56,\"6117\":5539.4,\"6118\":130656.0,\"6119\":null,\"6120\":121175.62,\"6121\":145553.14,\"6122\":12351.36,\"6123\":321463.02,\"6124\":23574.62,\"6125\":17149.0,\"6126\":24251.9,\"6127\":11395.17,\"6128\":16300.68,\"6129\":null,\"6130\":1326.25,\"6131\":1440.3,\"6132\":null,\"6133\":585.33,\"6134\":139700.0,\"6135\":46841.59,\"6136\":2068.51,\"6137\":740.49,\"6138\":462.36,\"6139\":29021.77,\"6140\":null,\"6141\":null,\"6142\":2914.8,\"6143\":934.97,\"6144\":886826.92,\"6145\":392668.55,\"6146\":696.0,\"6147\":6712.2,\"6148\":8368.76,\"6149\":831.05,\"6150\":null,\"6151\":652.76,\"6152\":16092.0,\"6153\":35664.34,\"6154\":69702.31,\"6155\":165651.07,\"6156\":null,\"6157\":null,\"6158\":447417.57,\"6159\":41045.9,\"6160\":8417.39,\"6161\":492.23,\"6162\":692.03,\"6163\":765.3,\"6164\":81013.63,\"6165\":3050.32,\"6166\":517.8,\"6167\":931.5,\"6168\":454.14,\"6169\":4233.6,\"6170\":426.36,\"6171\":19286.67,\"6172\":1022.89,\"6173\":14085.26,\"6174\":3962.7,\"6175\":15988.49,\"6176\":6273.6,\"6177\":null,\"6178\":380.29,\"6179\":2443.8,\"6180\":26.4,\"6181\":313.86,\"6182\":29494.75,\"6183\":47257.18,\"6184\":null,\"6185\":1213785.49,\"6186\":null,\"6187\":120658.23,\"6188\":1606.5,\"6189\":637.78,\"6190\":1042.59,\"6191\":1195.2,\"6192\":771605.87,\"6193\":49945.95,\"6194\":530522.2,\"6195\":204950.0,\"6196\":153409.26,\"6197\":423505.66,\"6198\":111100.7,\"6199\":125305.66,\"6200\":2060.0,\"6201\":798.98,\"6202\":669.56,\"6203\":77443.24,\"6204\":9140.25,\"6205\":6264.89,\"6206\":77813.82,\"6207\":157118.01,\"6208\":169367.5,\"6209\":19540.42,\"6210\":null,\"6211\":200721.89,\"6212\":27956.58,\"6213\":38086.19,\"6214\":48203.21,\"6215\":655.02,\"6216\":77504.07,\"6217\":1739.21,\"6218\":7196.2,\"6219\":2332.84,\"6220\":29835.16,\"6221\":32721.43,\"6222\":59561.23,\"6223\":15209.73,\"6224\":551.67,\"6225\":5410.8,\"6226\":4.2,\"6227\":null,\"6228\":6692.73,\"6229\":279.38,\"6230\":3280.0,\"6231\":4928.84,\"6232\":1474.8,\"6233\":1601.16,\"6234\":245.26,\"6235\":16946.0,\"6236\":7747.0,\"6237\":2314.4,\"6238\":5899.53,\"6239\":17128.15,\"6240\":14433.91,\"6241\":15138.25,\"6242\":1984.11,\"6243\":13708.4,\"6244\":13401.5,\"6245\":543.6,\"6246\":null,\"6247\":13338.0,\"6248\":19730.78,\"6249\":19672.3,\"6250\":10202.03,\"6251\":3931.2,\"6252\":9443.7,\"6253\":4622.0,\"6254\":null,\"6255\":1424.4,\"6256\":6964.86,\"6257\":3240.8,\"6258\":5298.0,\"6259\":284.19,\"6260\":2134.69,\"6261\":338.79,\"6262\":1867.0,\"6263\":1181.31,\"6264\":12963.91,\"6265\":null,\"6266\":4026.58,\"6267\":1015.8,\"6268\":2468.45,\"6269\":null,\"6270\":793.98,\"6271\":null,\"6272\":300.96,\"6273\":null,\"6274\":1370.27,\"6275\":1183.98,\"6276\":null,\"6277\":16169.33,\"6278\":2000.0,\"6279\":5699.6,\"6280\":5292.3,\"6281\":74334.57,\"6282\":9365.9,\"6283\":59.12,\"6284\":3850.96,\"6285\":7300.8,\"6286\":3853.37,\"6287\":8643.1,\"6288\":4284.28,\"6289\":198276.75,\"6290\":14389.84,\"6291\":208.56,\"6292\":9526.33,\"6293\":9787.76,\"6294\":7411.5,\"6295\":11669.64,\"6296\":65.24,\"6297\":364.0,\"6298\":1358.56,\"6299\":1649.69,\"6300\":0.45,\"6301\":84.52,\"6302\":2498.7,\"6303\":3853.33,\"6304\":5266.8,\"6305\":9384.45,\"6306\":1288.41,\"6307\":2238.94,\"6308\":2448.96,\"6309\":1123.26,\"6310\":7119.0,\"6311\":16938.0,\"6312\":19818.68,\"6313\":19924.42,\"6314\":1206.0,\"6315\":66001.16,\"6316\":8164.97,\"6317\":8928.12,\"6318\":3.9,\"6319\":1.19,\"6320\":7539.6,\"6321\":773.7,\"6322\":270.49,\"6323\":8756.56,\"6324\":815.02,\"6325\":null,\"6326\":23392.09,\"6327\":21092.08,\"6328\":62177.12,\"6329\":1144.83,\"6330\":1474.53,\"6331\":74030.96,\"6332\":8625.05,\"6333\":11920.0,\"6334\":5343.0,\"6335\":9388.14,\"6336\":7003.8,\"6337\":6931.58,\"6338\":1192.04,\"6339\":1314.0,\"6340\":1587.9,\"6341\":756.54,\"6342\":3694.9,\"6343\":706.56,\"6344\":250.92,\"6345\":356.28,\"6346\":120.72,\"6347\":76.74,\"6348\":986.9,\"6349\":856.35,\"6350\":912.96,\"6351\":929.81,\"6352\":961.51,\"6353\":6360.0,\"6354\":369.12,\"6355\":249.6,\"6356\":16220.72,\"6357\":17054.22,\"6358\":6006.6,\"6359\":5457.48,\"6360\":4900.0,\"6361\":122.97,\"6362\":5.75,\"6363\":null,\"6364\":8033.1,\"6365\":2588.4,\"6366\":6821.92,\"6367\":946.13,\"6368\":7479.45,\"6369\":10.09,\"6370\":323.6,\"6371\":153.72,\"6372\":621.5,\"6373\":345.4,\"6374\":8176.5,\"6375\":4900.0,\"6376\":929.38,\"6377\":974.87,\"6378\":410.41,\"6379\":11.57,\"6380\":null,\"6381\":6152.96,\"6382\":5321.78,\"6383\":6649.2,\"6384\":16451.06,\"6385\":17238.86,\"6386\":4871.1,\"6387\":4062.3,\"6388\":298.72,\"6389\":403.48,\"6390\":3643.78,\"6391\":863.15,\"6392\":4035.9,\"6393\":51.84,\"6394\":780.37,\"6395\":849.62,\"6396\":7690.74,\"6397\":925.24,\"6398\":329.53,\"6399\":3872.0,\"6400\":1841.4,\"6401\":7140.0,\"6402\":407890.4,\"6403\":1692.0,\"6404\":2943.96,\"6405\":702.68,\"6406\":null,\"6407\":416.6,\"6408\":13420.0,\"6409\":13006.07,\"6410\":198.0,\"6411\":3088.64,\"6412\":1756.59,\"6413\":767.48,\"6414\":1469.7,\"6415\":811.0,\"6416\":16812.0,\"6417\":60555.56,\"6418\":498428.55,\"6419\":13248.0,\"6420\":891.33,\"6421\":7977.44,\"6422\":36289.9,\"6423\":6611.0,\"6424\":605.48,\"6425\":3702.72,\"6426\":964.69,\"6427\":11685.71,\"6428\":551.54,\"6429\":null,\"6430\":53471.75,\"6431\":26149.38,\"6432\":7109.0,\"6433\":7046.91,\"6434\":939.79,\"6435\":247803.34,\"6436\":160338.31,\"6437\":7736.11,\"6438\":146904.0,\"6439\":null,\"6440\":null,\"6441\":190079.11,\"6442\":15540.24,\"6443\":324013.68,\"6444\":15616.63,\"6445\":14003.0,\"6446\":23088.08,\"6447\":10603.07,\"6448\":16611.03,\"6449\":106585.37,\"6450\":1252.56,\"6451\":1649.6,\"6452\":327.83,\"6453\":null,\"6454\":31602.08,\"6455\":1947.53,\"6456\":740.49,\"6457\":458.87,\"6458\":28512.77,\"6459\":91202.9,\"6460\":3960.99,\"6461\":2914.8,\"6462\":880.1,\"6463\":916577.78,\"6464\":593028.5600000001,\"6465\":642.0,\"6466\":7966.2,\"6467\":6083.41,\"6468\":792.22,\"6469\":186290.0,\"6470\":608.29,\"6471\":14688.0,\"6472\":23769.79,\"6473\":69352.11,\"6474\":165063.16,\"6475\":null,\"6476\":598745.89,\"6477\":40859.83,\"6478\":7652.17,\"6479\":480.08,\"6480\":686.16,\"6481\":812.55,\"6482\":81003.82,\"6483\":3045.16,\"6484\":522.26,\"6485\":865.8,\"6486\":581.46,\"6487\":4956.0,\"6488\":420.12,\"6489\":1663.95,\"6490\":null,\"6491\":null,\"6492\":16207.03,\"6493\":8884.8,\"6494\":385.77,\"6495\":2552.4,\"6496\":102.3,\"6497\":278.49,\"6498\":28981.25,\"6499\":45297.86,\"6500\":1183.28,\"6501\":null,\"6502\":null,\"6503\":121035.41,\"6504\":1604.22,\"6505\":628.98,\"6506\":2058.11,\"6507\":1161.0,\"6508\":774919.3,\"6509\":38836.55,\"6510\":530692.1899999999,\"6511\":132070.0,\"6512\":153297.5,\"6513\":422705.57,\"6514\":142533.98,\"6515\":125298.7,\"6516\":2059.0,\"6517\":798.7,\"6518\":0.04,\"6519\":62010.85,\"6520\":3975.85,\"6521\":3124.03,\"6522\":61468.95,\"6523\":161005.22,\"6524\":162206.15,\"6525\":null,\"6526\":null,\"6527\":228977.93,\"6528\":22537.05,\"6529\":44091.94,\"6530\":47745.37,\"6531\":652.11,\"6532\":75489.41,\"6533\":1470.57,\"6534\":6380.0,\"6535\":2230.34,\"6536\":28975.18,\"6537\":31076.96,\"6538\":58829.84,\"6539\":19521.96,\"6540\":656.43,\"6541\":5616.0,\"6542\":1.8,\"6543\":null,\"6544\":6708.9,\"6545\":320.17,\"6546\":null,\"6547\":4560.0,\"6548\":9329.19,\"6549\":1385.88,\"6550\":1569.04,\"6551\":147.84,\"6552\":14038.0,\"6553\":8532.0,\"6554\":2360.6,\"6555\":6360.44,\"6556\":16956.28,\"6557\":13613.74,\"6558\":14311.32,\"6559\":1928.08,\"6560\":12731.4,\"6561\":12453.1,\"6562\":3295.2,\"6563\":11736.0,\"6564\":19470.53,\"6565\":19507.53,\"6566\":19295.13,\"6567\":6393.6,\"6568\":561.5,\"6569\":8433.3,\"6570\":4898.0,\"6571\":null,\"6572\":1317.0,\"6573\":385.02,\"6574\":3030.8,\"6575\":4584.0,\"6576\":284.19,\"6577\":1948.93,\"6578\":336.72,\"6579\":1867.0,\"6580\":146.47,\"6581\":13714.96,\"6582\":2223.23,\"6583\":14105.55,\"6584\":193.8,\"6585\":1816.25,\"6586\":null,\"6587\":860.64,\"6588\":0.27,\"6589\":373.12,\"6590\":904.8,\"6591\":2443.32,\"6592\":9309.55,\"6593\":92.16,\"6594\":8306.63,\"6595\":2000.0,\"6596\":5780.5,\"6597\":6325.92,\"6598\":67478.68,\"6599\":11302.55,\"6600\":2835.52,\"6601\":4734.78,\"6602\":675.36,\"6603\":null,\"6604\":13469.64,\"6605\":10992.71,\"6606\":14224.85,\"6607\":196907.12,\"6608\":7477.74,\"6609\":1553.64,\"6610\":9727.21,\"6611\":10004.05,\"6612\":8785.5,\"6613\":11538.0,\"6614\":394.6,\"6615\":651.6,\"6616\":2189.03,\"6617\":5610.03,\"6618\":1.9,\"6619\":98.56,\"6620\":1412.41,\"6621\":5055.95,\"6622\":5209.2,\"6623\":9901.86,\"6624\":2953.8,\"6625\":7715.72,\"6626\":7728.1,\"6627\":3458.67,\"6628\":7545.6,\"6629\":14709.6,\"6630\":19862.64,\"6631\":19925.84,\"6632\":2196.6,\"6633\":43431.86,\"6634\":11010.11,\"6635\":13718.4,\"6636\":4.99,\"6637\":1.55,\"6638\":3866.4,\"6639\":3295.8,\"6640\":41.03,\"6641\":5358.54,\"6642\":null,\"6643\":null,\"6644\":9481.77,\"6645\":10469.26,\"6646\":74778.91,\"6647\":1380.23,\"6648\":106.95,\"6649\":57103.12,\"6650\":6482.7,\"6651\":9440.0,\"6652\":5706.6,\"6653\":6465.3,\"6654\":5206.95,\"6655\":5199.75,\"6656\":8482.28,\"6657\":2403.6,\"6658\":2918.4,\"6659\":743.6,\"6660\":4649.7,\"6661\":698.28,\"6662\":566.16,\"6663\":468.84,\"6664\":381.9,\"6665\":246.96,\"6666\":164.62,\"6667\":614.32,\"6668\":null,\"6669\":677.92,\"6670\":684.14,\"6671\":5161.2,\"6672\":525.12,\"6673\":781.2,\"6674\":2721.42,\"6675\":2804.14,\"6676\":5004.0,\"6677\":3532.12,\"6678\":4900.0,\"6679\":372.72,\"6680\":1768.2,\"6681\":317.17,\"6682\":5979.9,\"6683\":8486.4,\"6684\":9601.89,\"6685\":517.13,\"6686\":9045.9,\"6687\":4.99,\"6688\":856.39,\"6689\":542.64,\"6690\":977.9,\"6691\":2587.2,\"6692\":6881.6,\"6693\":4900.0,\"6694\":750.39,\"6695\":679.35,\"6696\":247.25,\"6697\":791.96,\"6698\":126.0,\"6699\":8360.43,\"6700\":7962.29,\"6701\":8698.8,\"6702\":2712.72,\"6703\":2774.37,\"6704\":4326.9,\"6705\":2682.3,\"6706\":387.75,\"6707\":393.12,\"6708\":1085.03,\"6709\":698.18,\"6710\":1402.5,\"6711\":57.27,\"6712\":56.01,\"6713\":506.0,\"6714\":1725.0,\"6715\":692.36,\"6716\":814.01,\"6717\":3861.0,\"6718\":1788.6,\"6719\":7134.0,\"6720\":407470.31,\"6721\":1857.6,\"6722\":3844.94,\"6723\":712.03,\"6724\":null,\"6725\":null,\"6726\":417.62,\"6727\":12837.0,\"6728\":13776.17,\"6729\":191.4,\"6730\":3005.14,\"6731\":1756.26,\"6732\":764.6,\"6733\":2106.0,\"6734\":810.0,\"6735\":17936.0,\"6736\":60422.7,\"6737\":500263.03,\"6738\":12592.0,\"6739\":930.6,\"6740\":17001.12,\"6741\":35794.65,\"6742\":6765.0,\"6743\":824.26,\"6744\":3702.08,\"6745\":882.59,\"6746\":12137.76,\"6747\":626.78,\"6748\":null,\"6749\":52887.76,\"6750\":27327.17,\"6751\":8205.0,\"6752\":7178.82,\"6753\":939.79,\"6754\":245020.11,\"6755\":158003.49,\"6756\":8797.82,\"6757\":80064.0,\"6758\":509150.0,\"6759\":null,\"6760\":41295.76,\"6761\":17571.76,\"6762\":293889.36,\"6763\":16975.79,\"6764\":17096.2,\"6765\":25348.97,\"6766\":10935.38,\"6767\":16002.74,\"6768\":null,\"6769\":1243.66,\"6770\":2297.48,\"6771\":587.96,\"6772\":109780.0,\"6773\":24788.35,\"6774\":2066.67,\"6775\":737.83,\"6776\":454.33,\"6777\":32304.03,\"6778\":90973.67,\"6779\":1395.06,\"6780\":2914.8,\"6781\":null,\"6782\":922.16,\"6783\":1045809.34,\"6784\":371366.05,\"6785\":156.0,\"6786\":8426.0,\"6787\":3799.56,\"6788\":804.88,\"6789\":null,\"6790\":605.57,\"6791\":14796.0,\"6792\":24651.37,\"6793\":69332.84,\"6794\":164869.63,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1023.39,\"6799\":38547.15,\"6800\":39833.27,\"6801\":7958.26,\"6802\":479.03,\"6803\":686.16,\"6804\":1443.3,\"6805\":81060.49,\"6806\":2208.56,\"6807\":477.41,\"6808\":753.66,\"6809\":568.64,\"6810\":4318.8,\"6811\":425.88,\"6812\":1442.07,\"6813\":8542.7,\"6814\":4360.5,\"6815\":15791.02,\"6816\":6321.6,\"6817\":377.52,\"6818\":2547.0,\"6819\":102.3,\"6820\":336.74,\"6821\":29526.56,\"6822\":50094.69,\"6823\":1186.73,\"6824\":null,\"6825\":null,\"6826\":120091.08,\"6827\":1600.14,\"6828\":629.86,\"6829\":1645.96,\"6830\":1377.0,\"6831\":null,\"6832\":647394.97,\"6833\":52316.2,\"6834\":529189.29,\"6835\":null,\"6836\":null,\"6837\":154462.91,\"6838\":424731.28,\"6839\":140785.86,\"6840\":125219.36,\"6841\":2059.0,\"6842\":797.3,\"6843\":666.4,\"6844\":71488.83,\"6845\":13342.58,\"6846\":13138.5,\"6847\":63343.31,\"6848\":165466.21,\"6849\":169380.45,\"6850\":null,\"6851\":null,\"6852\":102385.66,\"6853\":22568.8,\"6854\":43670.34,\"6855\":47377.04,\"6856\":648.84,\"6857\":75506.74,\"6858\":1227.46,\"6859\":6806.8,\"6860\":2939.93,\"6861\":29274.78,\"6862\":32388.45,\"6863\":58934.91,\"6864\":19563.03,\"6865\":655.83,\"6866\":5626.8,\"6867\":null,\"6868\":40.2,\"6869\":null,\"6870\":6729.03,\"6871\":311.59,\"6872\":null,\"6873\":7520.0,\"6874\":9088.07,\"6875\":1515.6,\"6876\":1659.24,\"6877\":155.88,\"6878\":null,\"6879\":14545.0,\"6880\":9513.0,\"6881\":2360.6,\"6882\":4926.21,\"6883\":11209.65,\"6884\":19542.82,\"6885\":19852.17,\"6886\":1920.75,\"6887\":11618.9,\"6888\":11346.8,\"6889\":70.8,\"6890\":13086.0,\"6891\":19468.11,\"6892\":19488.94,\"6893\":19327.86,\"6894\":5644.8,\"6895\":478.8,\"6896\":16104.8,\"6897\":4942.0,\"6898\":1278.5,\"6899\":4083.42,\"6900\":3005.2,\"6901\":4744.0,\"6902\":284.19,\"6903\":2027.76,\"6904\":336.72,\"6905\":1925.0,\"6906\":217.82,\"6907\":null,\"6908\":5357.11,\"6909\":11562.48,\"6910\":954.6,\"6911\":634.98,\"6912\":null,\"6913\":949.08,\"6914\":387.2,\"6915\":442.5,\"6916\":1500.29,\"6917\":4419.76,\"6918\":197.76,\"6919\":9262.19,\"6920\":2000.0,\"6921\":5489.9,\"6922\":4323.54,\"6923\":48881.61,\"6924\":11480.12,\"6925\":1652.41,\"6926\":7592.87,\"6927\":4651.2,\"6928\":34.1,\"6929\":14603.11,\"6930\":9150.37,\"6931\":15912.67,\"6932\":198224.12,\"6933\":13685.83,\"6934\":764.72,\"6935\":7903.29,\"6936\":7509.03,\"6937\":5152.5,\"6938\":10983.64,\"6939\":244.36,\"6940\":418.0,\"6941\":107.55,\"6942\":8932.24,\"6943\":1.66,\"6944\":67.03,\"6945\":2076.21,\"6946\":4435.37,\"6947\":5439.6,\"6948\":8173.55,\"6949\":2194.23,\"6950\":12258.96,\"6951\":13458.6,\"6952\":6059.04,\"6953\":7452.0,\"6954\":10393.2,\"6955\":19714.37,\"6956\":19936.52,\"6957\":117.6,\"6958\":60250.14,\"6959\":16808.26,\"6960\":15601.21,\"6961\":1.76,\"6962\":0.56,\"6963\":8020.8,\"6964\":429.75,\"6965\":228.03,\"6966\":6473.58,\"6967\":459.08,\"6968\":null,\"6969\":21349.27,\"6970\":17632.64,\"6971\":37458.87,\"6972\":1656.82,\"6973\":740.37,\"6974\":40880.6,\"6975\":4405.45,\"6976\":8960.0,\"6977\":5371.8,\"6978\":7120.8,\"6979\":6091.19,\"6980\":5680.35,\"6981\":3590.1,\"6982\":3359.4,\"6983\":4149.3,\"6984\":323.58,\"6985\":4252.6,\"6986\":566.4,\"6987\":302.64,\"6988\":407.64,\"6989\":653.76,\"6990\":410.85,\"6991\":736.09,\"6992\":597.79,\"6993\":665.76,\"6994\":555.82,\"6995\":583.94,\"6996\":4692.0,\"6997\":830.88,\"6998\":675.6,\"6999\":7469.68,\"7000\":7500.27,\"7001\":2736.0,\"7002\":null,\"7003\":4900.0,\"7004\":619.11,\"7005\":44.4,\"7006\":null,\"7007\":4778.1,\"7008\":5810.4,\"7009\":7522.15,\"7010\":568.49,\"7011\":13744.35,\"7012\":0.82,\"7013\":856.39,\"7014\":860.4,\"7015\":364.1,\"7016\":1818.08,\"7017\":3055.55,\"7018\":4900.0,\"7019\":681.65,\"7020\":579.76,\"7021\":400.48,\"7022\":169.8,\"7023\":219.0,\"7024\":7601.44,\"7025\":6891.11,\"7026\":3396.6,\"7027\":7368.97,\"7028\":7435.08,\"7029\":4212.0,\"7030\":3687.6,\"7031\":505.14,\"7032\":508.97,\"7033\":null,\"7034\":405.01,\"7035\":5705.7,\"7036\":302.78,\"7037\":703.92,\"7038\":4479.48,\"7039\":445.28,\"7040\":10.74,\"7041\":3872.0,\"7042\":1419.0,\"7043\":7162.8,\"7044\":397526.61,\"7045\":1854.0,\"7046\":3644.4,\"7047\":712.14,\"7048\":null,\"7049\":417.71,\"7050\":14036.0,\"7051\":15830.08,\"7052\":125.4,\"7053\":3061.9,\"7054\":1756.59,\"7055\":777.06,\"7056\":2063.7,\"7057\":2259.0,\"7058\":16364.0,\"7059\":458423.99,\"7060\":500266.03,\"7061\":12152.0,\"7062\":408.21,\"7063\":16986.0,\"7064\":65773.9,\"7065\":6680.67,\"7066\":1109.18,\"7067\":2327.04,\"7068\":881.11,\"7069\":12274.84,\"7070\":620.62,\"7071\":null,\"7072\":26597.09,\"7073\":27393.21,\"7074\":8111.0,\"7075\":9703.51,\"7076\":939.79,\"7077\":248976.97,\"7078\":159075.55,\"7079\":9936.72,\"7080\":199728.0,\"7081\":null,\"7082\":120945.18,\"7083\":108369.25,\"7084\":45091.67,\"7085\":33280.34,\"7086\":null,\"7087\":18502.0,\"7088\":22236.38,\"7089\":10362.61,\"7090\":16018.26,\"7091\":171242.57,\"7092\":1355.23,\"7093\":2289.83,\"7094\":571.33,\"7095\":305525.0,\"7096\":56176.36,\"7097\":2371.76,\"7098\":736.06,\"7099\":448.17,\"7100\":37679.28,\"7101\":162538.93,\"7102\":null,\"7103\":1948.2,\"7104\":899.36,\"7105\":946316.13,\"7106\":null,\"7107\":390.0,\"7108\":9352.2,\"7109\":2231.35,\"7110\":804.88,\"7111\":205000.0,\"7112\":631.49,\"7113\":12204.0,\"7114\":null,\"7115\":null,\"7116\":69638.45,\"7117\":165417.87,\"7118\":null,\"7119\":403558.0,\"7120\":40329.38,\"7121\":7958.26,\"7122\":438.77,\"7123\":688.75,\"7124\":1059.0,\"7125\":80012.56,\"7126\":2208.56,\"7127\":547.11,\"7128\":995.58,\"7129\":619.74,\"7130\":3963.6,\"7131\":425.28,\"7132\":1405.16,\"7133\":6978.78,\"7134\":1471.05,\"7135\":18596.26,\"7136\":6864.0,\"7137\":380.69,\"7138\":2476.2,\"7139\":234.3,\"7140\":314.56,\"7141\":29878.75,\"7142\":50182.53,\"7143\":1038.49,\"7144\":867076.73,\"7145\":null,\"7146\":121226.48,\"7147\":1549.92,\"7148\":669.9,\"7149\":1834.92,\"7150\":1260.0,\"7151\":59589.55,\"7152\":246630.94,\"7153\":51240.54,\"7154\":533232.4300000001,\"7155\":157.34,\"7156\":null,\"7157\":153432.32,\"7158\":424811.52,\"7159\":140943.5,\"7160\":122350.41,\"7161\":1463.0,\"7162\":796.6,\"7163\":725.42,\"7164\":35363.44,\"7165\":15652.32,\"7166\":15834.49,\"7167\":77251.76,\"7168\":164801.15,\"7169\":167478.65,\"7170\":81999.48,\"7171\":null,\"7172\":225388.44,\"7173\":22526.15,\"7174\":43085.16,\"7175\":47349.7,\"7176\":648.33,\"7177\":75493.45,\"7178\":1392.67,\"7179\":7112.6,\"7180\":2867.73,\"7181\":29879.81,\"7182\":31688.16,\"7183\":24234.78,\"7184\":null,\"7185\":19388.02,\"7186\":654.72,\"7187\":5626.8,\"7188\":null,\"7189\":null,\"7190\":6756.42,\"7191\":307.49,\"7192\":6560.0,\"7193\":9487.49,\"7194\":1503.72,\"7195\":1730.96,\"7196\":143.35,\"7197\":null,\"7198\":12717.0,\"7199\":10327.0,\"7200\":2439.8,\"7201\":5905.55,\"7202\":14087.07,\"7203\":13996.79,\"7204\":14680.07,\"7205\":1746.36,\"7206\":13719.3,\"7207\":13415.5,\"7208\":null,\"7209\":9288.0,\"7210\":19649.58,\"7211\":19614.07,\"7212\":19431.84,\"7213\":2736.0,\"7214\":450.1,\"7215\":11461.9,\"7216\":4850.0,\"7217\":null,\"7218\":1231.3,\"7219\":4313.88,\"7220\":3577.4,\"7221\":5035.0,\"7222\":284.19,\"7223\":1411.66,\"7224\":336.26,\"7225\":1962.0,\"7226\":498.05,\"7227\":11151.33,\"7228\":7762.77,\"7229\":16009.8,\"7230\":990.0,\"7231\":597.96,\"7232\":null,\"7233\":877.14,\"7234\":394.68,\"7235\":null,\"7236\":2995.74,\"7237\":6652.7,\"7238\":8.16,\"7239\":15394.35,\"7240\":2000.0,\"7241\":5204.9,\"7242\":4300.08,\"7243\":75215.1,\"7244\":6863.07,\"7245\":704.24,\"7246\":4941.39,\"7247\":3371.04,\"7248\":null,\"7249\":15829.39,\"7250\":8072.36,\"7251\":17155.48,\"7252\":null,\"7253\":12151.13,\"7254\":972.18,\"7255\":8531.98,\"7256\":8590.81,\"7257\":7165.5,\"7258\":11328.87,\"7259\":548.4,\"7260\":548.0,\"7261\":null,\"7262\":7933.29,\"7263\":0.55,\"7264\":32.91,\"7265\":2974.48,\"7266\":3833.98,\"7267\":4348.8,\"7268\":8616.51,\"7269\":1913.8,\"7270\":17700.64,\"7271\":17595.8,\"7272\":7995.68,\"7273\":7376.4,\"7274\":8913.6,\"7275\":19918.48,\"7276\":19929.15,\"7277\":181.2,\"7278\":77512.91,\"7279\":15971.07,\"7280\":15528.53,\"7281\":4.57,\"7282\":1.43,\"7283\":7866.0,\"7284\":23.85,\"7285\":151.47,\"7286\":8548.64,\"7287\":18.55,\"7288\":null,\"7289\":16570.68,\"7290\":17772.1,\"7291\":75066.53,\"7292\":1387.1,\"7293\":962.55,\"7294\":86075.74,\"7295\":8264.55,\"7296\":14680.0,\"7297\":4516.8,\"7298\":7482.36,\"7299\":4972.73,\"7300\":5222.03,\"7301\":6573.83,\"7302\":7062.0,\"7303\":8764.2,\"7304\":265.06,\"7305\":5035.8,\"7306\":504.0,\"7307\":427.8,\"7308\":165.72,\"7309\":836.97,\"7310\":539.01,\"7311\":687.93,\"7312\":802.89,\"7313\":759.12,\"7314\":872.75,\"7315\":872.94,\"7316\":5740.8,\"7317\":645.0,\"7318\":44.4,\"7319\":10537.69,\"7320\":11025.1,\"7321\":4024.8,\"7322\":2104.65,\"7323\":4900.0,\"7324\":838.59,\"7325\":1765.8,\"7326\":733.13,\"7327\":481.82,\"7328\":9465.0,\"7329\":9334.8,\"7330\":3620.48,\"7331\":803.56,\"7332\":7065.45,\"7333\":2.32,\"7334\":856.27,\"7335\":811.08,\"7336\":818.4,\"7337\":2055.24,\"7338\":7667.05,\"7339\":4900.0,\"7340\":941.75,\"7341\":895.79,\"7342\":469.37,\"7343\":611.12,\"7344\":null,\"7345\":2318.3,\"7346\":1755.97,\"7347\":2135.4,\"7348\":10615.59,\"7349\":10668.61,\"7350\":6978.3,\"7351\":3870.3,\"7352\":798.95,\"7353\":825.07,\"7354\":859.47,\"7355\":8372.1,\"7356\":35.75,\"7357\":453.56,\"7358\":608.23,\"7359\":3887.46,\"7360\":803.29,\"7361\":2470.13,\"7362\":3868.33,\"7363\":1861.2,\"7364\":7172.4,\"7365\":127166.46,\"7366\":1857.6,\"7367\":3645.88,\"7368\":711.15,\"7369\":null,\"7370\":430.79,\"7371\":13970.0,\"7372\":17243.13,\"7373\":191.4,\"7374\":2188.72,\"7375\":1734.81,\"7376\":765.81,\"7377\":1893.6,\"7378\":2180.0,\"7379\":16560.0,\"7380\":60647.09,\"7381\":502550.45,\"7382\":12520.0,\"7383\":1381.38,\"7384\":18572.05,\"7385\":24616.9,\"7386\":8132.67,\"7387\":1052.83,\"7388\":3701.44,\"7389\":867.89,\"7390\":19963.36,\"7391\":596.86,\"7392\":null,\"7393\":63090.21,\"7394\":25142.92,\"7395\":7119.0,\"7396\":5399.61,\"7397\":939.79,\"7398\":246068.61,\"7399\":158491.47,\"7400\":6628.21,\"7401\":357570.0,\"7402\":72620.7,\"7403\":18664.1,\"7404\":32870.7,\"7405\":14728.83,\"7406\":18363.4,\"7407\":22891.22,\"7408\":11296.82,\"7409\":17633.46,\"7410\":171206.31,\"7411\":1404.08,\"7412\":1958.54,\"7413\":570.58,\"7414\":null,\"7415\":69444.67,\"7416\":1746.28,\"7417\":743.15,\"7418\":398.94,\"7419\":47860.56,\"7420\":90488.34,\"7421\":376.29,\"7422\":1966.2,\"7423\":850.68,\"7424\":1169080.76,\"7425\":152613.14,\"7426\":426.0,\"7427\":7499.8,\"7428\":7594.06,\"7429\":799.81,\"7430\":207040.0,\"7431\":642.43,\"7432\":11772.0,\"7433\":35277.03,\"7434\":69456.32,\"7435\":165148.84,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":511.63,\"7442\":673.67,\"7443\":931.5,\"7444\":80908.03,\"7445\":2210.28,\"7446\":438.11,\"7447\":1109.7,\"7448\":498.14,\"7449\":4225.2,\"7450\":424.56,\"7451\":1324.0,\"7452\":7008.91,\"7453\":4496.4,\"7454\":19776.98,\"7455\":10387.2,\"7456\":386.1,\"7457\":2531.4,\"7458\":227.7,\"7459\":341.87,\"7460\":29969.11,\"7461\":50155.75,\"7462\":1182.0,\"7463\":890758.79,\"7464\":null,\"7465\":819907.27,\"7466\":1613.16,\"7467\":627.0,\"7468\":1501.72,\"7469\":1290.6,\"7470\":59310.24,\"7471\":50574.68,\"7472\":532253.62,\"7473\":102190.0,\"7474\":150867.15,\"7475\":224385.24,\"7476\":141184.18,\"7477\":72863.22,\"7478\":2048.0,\"7479\":754.6,\"7480\":983.41,\"7481\":71153.95,\"7482\":16772.55,\"7483\":17191.33,\"7484\":54637.29,\"7485\":158743.15,\"7486\":169976.15,\"7487\":null,\"7488\":null,\"7489\":181404.6,\"7490\":22595.81,\"7491\":43608.06,\"7492\":47748.24,\"7493\":647.82,\"7494\":75720.38,\"7495\":1262.54,\"7496\":8362.2,\"7497\":2811.49,\"7498\":30097.84,\"7499\":30315.42,\"7500\":58425.34,\"7501\":58073.72,\"7502\":19606.53,\"7503\":653.55,\"7504\":5457.6,\"7505\":null,\"7506\":null,\"7507\":6727.22,\"7508\":306.5,\"7509\":556.19,\"7510\":9360.0,\"7511\":9507.41,\"7512\":1475.04,\"7513\":1783.76,\"7514\":140.05,\"7515\":9968.0,\"7516\":8255.0,\"7517\":2277.0,\"7518\":4921.71,\"7519\":15326.08,\"7520\":11696.81,\"7521\":12356.63,\"7522\":1823.8,\"7523\":13342.1,\"7524\":13052.0,\"7525\":3912.0,\"7526\":11466.0,\"7527\":19581.03,\"7528\":18567.69,\"7529\":19337.42,\"7530\":4330.8,\"7531\":568.9,\"7532\":8811.1,\"7533\":10532.0,\"7534\":23.86,\"7535\":1433.5,\"7536\":5758.74,\"7537\":3050.7,\"7538\":5230.0,\"7539\":284.19,\"7540\":2593.93,\"7541\":333.73,\"7542\":1964.0,\"7543\":1254.55,\"7544\":12731.79,\"7545\":5624.32,\"7546\":16991.21,\"7547\":1452.6,\"7548\":5362.47,\"7549\":71.87,\"7550\":759.0,\"7551\":337.92,\"7552\":2916.43,\"7553\":8009.6,\"7554\":156.0,\"7555\":17937.5,\"7556\":2000.0,\"7557\":5068.7,\"7558\":3879.18,\"7559\":81881.02,\"7560\":6528.85,\"7561\":2030.54,\"7562\":9762.26,\"7563\":7479.36,\"7564\":15801.33,\"7565\":11132.78,\"7566\":17173.84,\"7567\":99136.94,\"7568\":16888.91,\"7569\":1429.78,\"7570\":9664.05,\"7571\":9812.47,\"7572\":8962.5,\"7573\":11046.65,\"7574\":217.24,\"7575\":420.8,\"7576\":2470.51,\"7577\":6868.05,\"7578\":null,\"7579\":95.79,\"7580\":3056.71,\"7581\":4866.23,\"7582\":8568.0,\"7583\":9891.27,\"7584\":2726.33,\"7585\":null,\"7586\":null,\"7587\":8039.94,\"7588\":7655.4,\"7589\":17366.4,\"7590\":19897.14,\"7591\":19942.13,\"7592\":1906.2,\"7593\":87911.52,\"7594\":16134.13,\"7595\":13024.25,\"7596\":3.14,\"7597\":0.99,\"7598\":6252.0,\"7599\":416.55,\"7600\":118.58,\"7601\":8140.16,\"7602\":142.07,\"7603\":null,\"7604\":25613.73,\"7605\":17341.96,\"7606\":68450.49,\"7607\":1287.17,\"7608\":1407.6,\"7609\":90563.77,\"7610\":8616.65,\"7611\":18880.0,\"7612\":3249.0,\"7613\":8953.44,\"7614\":6251.85,\"7615\":6529.28,\"7616\":9420.53,\"7617\":7147.8,\"7618\":8630.7,\"7619\":548.59,\"7620\":673.32,\"7621\":521.4,\"7622\":509.76,\"7623\":644.85,\"7624\":384.42,\"7625\":981.09,\"7626\":517.85,\"7627\":950.76,\"7628\":940.96,\"7629\":968.79,\"7630\":7503.6,\"7631\":934.44,\"7632\":1030.8,\"7633\":null,\"7634\":10486.22,\"7635\":8667.0,\"7636\":9082.56,\"7637\":4900.0,\"7638\":829.86,\"7639\":2427.6,\"7640\":1104.0,\"7641\":18.53,\"7642\":7490.4,\"7643\":9501.6,\"7644\":4570.16,\"7645\":963.16,\"7646\":18734.85,\"7647\":3.45,\"7648\":856.39,\"7649\":630.84,\"7650\":970.2,\"7651\":2749.56,\"7652\":8786.0,\"7653\":4900.0,\"7654\":939.78,\"7655\":962.49,\"7656\":805.81,\"7657\":995.54,\"7658\":null,\"7659\":6790.53,\"7660\":6510.07,\"7661\":7366.8,\"7662\":null,\"7663\":null,\"7664\":6612.0,\"7665\":5839.5,\"7666\":null,\"7667\":925.28,\"7668\":null,\"7669\":946.79,\"7670\":4352.7,\"7671\":560.28,\"7672\":74.67,\"7673\":null,\"7674\":939.21,\"7675\":6909.66,\"7676\":920.92,\"7677\":1709.24,\"7678\":3868.33,\"7679\":1861.2,\"7680\":7165.2,\"7681\":393788.73,\"7682\":1778.4,\"7683\":3460.44,\"7684\":710.71,\"7685\":null,\"7686\":410.0,\"7687\":430.94,\"7688\":5137.0,\"7689\":15179.71,\"7690\":19.8,\"7691\":2179.82,\"7692\":1796.19,\"7693\":734.0,\"7694\":2059.2,\"7695\":2157.0,\"7696\":17244.0,\"7697\":60683.58,\"7698\":501905.1,\"7699\":14104.0,\"7700\":834.24,\"7701\":17587.2,\"7702\":24311.69,\"7703\":8228.0,\"7704\":1161.21,\"7705\":3702.4,\"7706\":954.84,\"7707\":16280.61,\"7708\":624.58,\"7709\":null,\"7710\":62894.0,\"7711\":24161.4,\"7712\":6149.0,\"7713\":4768.17,\"7714\":938.8,\"7715\":222236.19,\"7716\":105198.56,\"7717\":5912.11,\"7718\":null,\"7719\":95653.9,\"7720\":16583.42,\"7721\":32164.09,\"7722\":23728.35,\"7723\":18273.2,\"7724\":18516.06,\"7725\":9953.18,\"7726\":17321.62,\"7727\":169271.72,\"7728\":1316.52,\"7729\":1570.67,\"7730\":577.96,\"7731\":null,\"7732\":64247.68,\"7733\":2301.96,\"7734\":739.5,\"7735\":425.34,\"7736\":35247.87,\"7737\":90492.96,\"7738\":null,\"7739\":1909.2,\"7740\":null,\"7741\":864.46,\"7742\":1095393.1200000001,\"7743\":0.07,\"7744\":624.0,\"7745\":6771.6,\"7746\":7521.47,\"7747\":817.08,\"7748\":205100.0,\"7749\":627.77,\"7750\":14220.0,\"7751\":34887.71,\"7752\":69660.04,\"7753\":165015.71,\"7754\":null,\"7755\":403788.0,\"7756\":null,\"7757\":null,\"7758\":9029.57,\"7759\":482.46,\"7760\":685.22,\"7761\":824.1,\"7762\":82029.69,\"7763\":2210.28,\"7764\":417.91,\"7765\":1082.16,\"7766\":551.9,\"7767\":3733.2,\"7768\":425.88,\"7769\":19290.34,\"7770\":1540.15,\"7771\":6935.02,\"7772\":4483.8,\"7773\":19191.71,\"7774\":8342.4,\"7775\":379.04,\"7776\":2708.4,\"7777\":237.6,\"7778\":320.14,\"7779\":30192.35,\"7780\":49968.04,\"7781\":1176.98,\"7782\":1018301.3199999999,\"7783\":25652.74,\"7784\":121099.77,\"7785\":1611.9,\"7786\":608.3,\"7787\":1256.76,\"7788\":1134.0,\"7789\":424397.77,\"7790\":null,\"7791\":null,\"7792\":null,\"7793\":138972.95,\"7794\":120309.03,\"7795\":2040.0,\"7796\":795.34,\"7797\":596.83,\"7798\":73571.41,\"7799\":15770.31,\"7800\":14423.48,\"7801\":55169.62,\"7802\":152996.03,\"7803\":153555.55,\"7804\":null,\"7805\":22607.34,\"7806\":43975.06,\"7807\":47747.12,\"7808\":647.25,\"7809\":75545.83,\"7810\":950.24,\"7811\":7840.8,\"7812\":2880.13,\"7813\":30394.1,\"7814\":null,\"7815\":57876.09,\"7816\":57900.99,\"7817\":19328.0,\"7818\":651.84,\"7819\":5932.8,\"7820\":9.0,\"7821\":null,\"7822\":6742.89,\"7823\":312.77,\"7824\":5116.44,\"7825\":null,\"7826\":9446.25,\"7827\":875.28,\"7828\":1766.6,\"7829\":141.06,\"7830\":10237.0,\"7831\":18860.0,\"7832\":2301.2,\"7833\":7882.46,\"7834\":16152.05,\"7835\":14506.91,\"7836\":15247.32,\"7837\":224.69,\"7838\":13584.5,\"7839\":13281.3,\"7840\":null,\"7841\":12474.0,\"7842\":19276.84,\"7843\":19058.7,\"7844\":19024.94,\"7845\":4536.0,\"7846\":551.4,\"7847\":6674.2,\"7848\":6408.0,\"7849\":null,\"7850\":1276.0,\"7851\":3968.88,\"7852\":2951.0,\"7853\":5731.0,\"7854\":284.19,\"7855\":676.25,\"7856\":335.11,\"7857\":2060.0,\"7858\":2002.1,\"7859\":12653.41,\"7860\":6504.59,\"7861\":16042.45,\"7862\":1527.0,\"7863\":440.16,\"7864\":null,\"7865\":781.44,\"7866\":390.28,\"7867\":null,\"7868\":2830.08,\"7869\":8167.35,\"7870\":null,\"7871\":15582.45,\"7872\":2000.0,\"7873\":5275.6,\"7874\":4135.86,\"7875\":72513.84,\"7876\":11717.47,\"7877\":null,\"7878\":4275.65,\"7879\":4075.2,\"7880\":15433.19,\"7881\":11121.74,\"7882\":17422.97,\"7883\":199504.95,\"7884\":7097.89,\"7885\":67.54,\"7886\":9285.29,\"7887\":9469.39,\"7888\":9501.0,\"7889\":11644.31,\"7890\":229.68,\"7891\":16.4,\"7892\":null,\"7893\":9352.48,\"7894\":1.41,\"7895\":97.37,\"7896\":2742.96,\"7897\":1595.84,\"7898\":3157.2,\"7899\":10041.98,\"7900\":638.55,\"7901\":9193.25,\"7902\":3232.8,\"7903\":11170.8,\"7904\":19925.27,\"7905\":19960.34,\"7906\":null,\"7907\":50004.84,\"7908\":5498.55,\"7909\":5976.69,\"7910\":6.61,\"7911\":2.09,\"7912\":6055.2,\"7913\":350.1,\"7914\":92.95,\"7915\":9045.44,\"7916\":471.09,\"7917\":1.5,\"7918\":28628.98,\"7919\":8003.52,\"7920\":77323.09,\"7921\":1390.51,\"7922\":1086.75,\"7923\":85013.82,\"7924\":2048.55,\"7925\":9840.0,\"7926\":1943.4,\"7927\":7355.4,\"7928\":7800.53,\"7929\":7305.53,\"7930\":8403.3,\"7931\":7092.9,\"7932\":9426.6,\"7933\":833.45,\"7934\":385.8,\"7935\":554.4,\"7936\":420.12,\"7937\":902.91,\"7938\":563.04,\"7939\":300.24,\"7940\":760.84,\"7941\":925.68,\"7942\":null,\"7943\":null,\"7944\":3670.8,\"7945\":261.84,\"7946\":122.4,\"7947\":15346.64,\"7948\":13004.05,\"7949\":4793.4,\"7950\":2395.14,\"7951\":4900.0,\"7952\":937.56,\"7953\":25.8,\"7954\":8.63,\"7955\":50.16,\"7956\":9284.4,\"7957\":9530.4,\"7958\":7990.01,\"7959\":928.77,\"7960\":12013.2,\"7961\":3.77,\"7962\":972.77,\"7963\":914.64,\"7964\":null,\"7965\":2857.36,\"7966\":6583.75,\"7967\":4900.0,\"7968\":899.64,\"7969\":941.34,\"7970\":701.75,\"7971\":56.8,\"7972\":99.0,\"7973\":6494.38,\"7974\":5905.72,\"7975\":1365.0,\"7976\":14039.38,\"7977\":15249.88,\"7978\":1925.7,\"7979\":3662.1,\"7980\":655.93,\"7981\":303.04,\"7982\":null,\"7983\":913.28,\"7984\":8906.7,\"7985\":null,\"7986\":50.87,\"7987\":829.21,\"7988\":188.19,\"7989\":3788.1,\"7990\":886.44,\"7991\":null,\"7992\":3872.0,\"7993\":2402.4,\"7994\":7156.8,\"7995\":228509.31,\"7996\":1947.6,\"7997\":2946.43,\"7998\":708.73,\"7999\":null,\"8000\":null,\"8001\":431.16,\"8002\":11000.0,\"8003\":14307.6,\"8004\":null,\"8005\":2175.69,\"8006\":null,\"8007\":724.68,\"8008\":2080.8,\"8009\":1791.0,\"8010\":16016.0,\"8011\":157753.94,\"8012\":499689.3,\"8013\":11456.0,\"8014\":null,\"8015\":17488.46,\"8016\":58136.13,\"8017\":6574.33,\"8018\":1191.98,\"8019\":3702.08,\"8020\":901.17,\"8021\":13845.84,\"8022\":623.04,\"8023\":null,\"8024\":58147.99,\"8025\":25173.63,\"8026\":6127.0,\"8027\":4619.4,\"8028\":795.21,\"8029\":245129.95,\"8030\":156154.23,\"8031\":5652.31,\"8032\":265590.0,\"8033\":14609.89,\"8034\":58580.42,\"8035\":13833.68,\"8036\":395666.81,\"8037\":15203.57,\"8038\":18638.4,\"8039\":18061.76,\"8040\":10885.58,\"8041\":17153.0,\"8042\":170418.01,\"8043\":1214.26,\"8044\":1452.96,\"8045\":552.5,\"8046\":54399.99,\"8047\":2177.53,\"8048\":732.71,\"8049\":416.37,\"8050\":29540.81,\"8051\":90454.13,\"8052\":4007.72,\"8053\":1831.8,\"8054\":null,\"8055\":824.04,\"8056\":1140764.01,\"8057\":602459.3,\"8058\":270.0,\"8059\":7416.2,\"8060\":4594.73,\"8061\":825.88,\"8062\":205090.0,\"8063\":600.24,\"8064\":12348.0,\"8065\":35208.16,\"8066\":69413.6,\"8067\":165350.45,\"8068\":null,\"8069\":null,\"8070\":630566.9,\"8071\":39240.22,\"8072\":8264.35,\"8073\":488.0,\"8074\":695.23,\"8075\":830.25,\"8076\":347640.75,\"8077\":2220.61,\"8078\":517.14,\"8079\":965.7,\"8080\":707.1,\"8081\":5092.8,\"8082\":411.24,\"8083\":1674.2,\"8084\":7568.48,\"8085\":4352.4,\"8086\":18268.73,\"8087\":6033.6,\"8088\":365.84,\"8089\":2475.0,\"8090\":267.3,\"8091\":271.84,\"8092\":30049.86,\"8093\":49990.32,\"8094\":null,\"8095\":1152049.97,\"8096\":null,\"8097\":120673.99,\"8098\":1458.42,\"8099\":653.4,\"8100\":1225.86,\"8101\":349.2,\"8102\":633947.55,\"8103\":176883.66,\"8104\":141556.25,\"8105\":115886.23,\"8106\":2047.0,\"8107\":795.9,\"8108\":2075.62,\"8109\":73088.52,\"8110\":16857.19,\"8111\":16307.27,\"8112\":54781.37,\"8113\":157414.73,\"8114\":161995.25,\"8115\":null,\"8116\":21706.96,\"8117\":28158.54,\"8118\":43926.16,\"8119\":48773.2,\"8120\":647.01,\"8121\":75529.27,\"8122\":1313.38,\"8123\":7387.6,\"8124\":2755.13,\"8125\":30173.86,\"8126\":23526.77,\"8127\":58516.09,\"8128\":19308.24,\"8129\":653.82,\"8130\":8841.6,\"8131\":null,\"8132\":null,\"8133\":6755.93,\"8134\":355.67,\"8135\":89.99,\"8136\":null,\"8137\":9263.57,\"8138\":1555.2,\"8139\":1697.96,\"8140\":138.73,\"8141\":14282.0,\"8142\":9862.0,\"8143\":3082.2,\"8144\":14759.47,\"8145\":15404.98,\"8146\":12903.14,\"8147\":13580.23,\"8148\":780.56,\"8149\":14078.1,\"8150\":13778.4,\"8151\":120.0,\"8152\":11160.0,\"8153\":19561.48,\"8154\":19518.29,\"8155\":19420.02,\"8156\":6328.8,\"8157\":656.9,\"8158\":10093.6,\"8159\":4754.0,\"8160\":1314.0,\"8161\":3076.02,\"8162\":3537.3,\"8163\":4713.0,\"8164\":284.19,\"8165\":2122.03,\"8166\":334.88,\"8167\":1936.0,\"8168\":1000.5,\"8169\":14389.73,\"8170\":5664.54,\"8171\":8639.25,\"8172\":585.0,\"8173\":1166.48,\"8174\":null,\"8175\":765.6,\"8176\":null,\"8177\":338.36,\"8178\":null,\"8179\":1406.46,\"8180\":6314.25,\"8181\":null,\"8182\":16425.15,\"8183\":2000.0,\"8184\":5565.1,\"8185\":6274.86,\"8186\":81438.49,\"8187\":10720.16,\"8188\":1301.1,\"8189\":4516.7,\"8190\":2669.76,\"8191\":9993.74,\"8192\":10200.87,\"8193\":10648.38,\"8194\":154339.0,\"8195\":17982.71,\"8196\":759.22,\"8197\":4138.24,\"8198\":4207.25,\"8199\":5677.5,\"8200\":11652.36,\"8201\":72.44,\"8202\":116.0,\"8203\":230.85,\"8204\":8252.33,\"8205\":0.9,\"8206\":90.84,\"8207\":2485.98,\"8208\":3330.39,\"8209\":4993.2,\"8210\":4621.94,\"8211\":512.27,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":4347.0,\"8216\":13611.6,\"8217\":19932.32,\"8218\":19929.51,\"8219\":292.8,\"8220\":42046.46,\"8221\":13067.32,\"8222\":12851.29,\"8223\":3.57,\"8224\":1.18,\"8225\":8960.4,\"8226\":236.1,\"8227\":59.95,\"8228\":5054.48,\"8229\":130.9,\"8230\":1.05,\"8231\":8278.97,\"8232\":12708.68,\"8233\":56373.54,\"8234\":1383.86,\"8235\":1090.89,\"8236\":47855.29,\"8237\":5009.55,\"8238\":15520.0,\"8239\":3390.0,\"8240\":7010.4,\"8241\":7934.85,\"8242\":8363.93,\"8243\":9610.88,\"8244\":8202.9,\"8245\":9913.8,\"8246\":577.19,\"8247\":396.6,\"8248\":404.4,\"8249\":385.44,\"8250\":937.89,\"8251\":558.27,\"8252\":1001.62,\"8253\":786.03,\"8254\":393.6,\"8255\":375.35,\"8256\":404.83,\"8257\":5448.0,\"8258\":651.0,\"8259\":524.4,\"8260\":5548.89,\"8261\":6251.01,\"8262\":3205.8,\"8263\":3943.61,\"8264\":4900.0,\"8265\":932.58,\"8266\":0.6,\"8267\":null,\"8268\":null,\"8269\":5787.3,\"8270\":6368.4,\"8271\":4905.07,\"8272\":835.78,\"8273\":5967.45,\"8274\":2.36,\"8275\":971.52,\"8276\":802.8,\"8277\":809.6,\"8278\":2746.48,\"8279\":8058.05,\"8280\":4900.0,\"8281\":651.91,\"8282\":400.75,\"8283\":214.66,\"8284\":230.69,\"8285\":null,\"8286\":9022.82,\"8287\":4761.57,\"8288\":4903.8,\"8289\":5540.85,\"8290\":6080.19,\"8291\":5118.27,\"8292\":5606.7,\"8293\":792.33,\"8294\":801.28,\"8295\":2640.4,\"8296\":508.73,\"8297\":3494.7,\"8298\":49.54,\"8299\":110.63,\"8300\":804.31,\"8301\":491.28,\"8302\":827.88,\"8303\":522.95,\"8304\":3868.33,\"8305\":2494.8,\"8306\":7173.6,\"8307\":319868.16,\"8308\":4903.2,\"8309\":3946.19,\"8310\":711.92,\"8311\":null,\"8312\":500.0,\"8313\":431.24,\"8314\":12584.0,\"8315\":14994.87,\"8316\":191.4,\"8317\":2135.43,\"8318\":1782.0,\"8319\":774.13,\"8320\":1777.5,\"8321\":811.0,\"8322\":16492.0,\"8323\":145097.43,\"8324\":505232.14,\"8325\":12248.0,\"8326\":774.84,\"8327\":16019.79,\"8328\":32405.3,\"8329\":6684.33,\"8330\":986.41,\"8331\":null,\"8332\":876.27,\"8333\":14163.92,\"8334\":626.78,\"8335\":null,\"8336\":64628.43,\"8337\":28116.65,\"8338\":9168.0,\"8339\":5847.58,\"8340\":938.8,\"8341\":246005.83,\"8342\":160687.28,\"8343\":7026.89,\"8344\":509680.0,\"8345\":null,\"8346\":68943.9,\"8347\":29421.76,\"8348\":395769.28,\"8349\":16588.72,\"8350\":18438.2,\"8351\":null,\"8352\":11784.03,\"8353\":16981.18,\"8354\":103721.49,\"8355\":1398.49,\"8356\":1466.41,\"8357\":568.83,\"8358\":59378.0,\"8359\":800.52,\"8360\":727.5,\"8361\":416.83,\"8362\":29066.56,\"8363\":90519.26,\"8364\":4099.33,\"8365\":1869.0,\"8366\":8683.4,\"8367\":865.56,\"8368\":1159017.3300000001,\"8369\":600635.08,\"8370\":432.0,\"8371\":3608.0,\"8372\":6627.0,\"8373\":826.21,\"8374\":205080.0,\"8375\":572.84,\"8376\":14148.0,\"8377\":36156.86,\"8378\":69667.68,\"8379\":165412.4,\"8380\":null,\"8381\":595136.41,\"8382\":null,\"8383\":8417.39,\"8384\":null,\"8385\":692.46,\"8386\":1140.75,\"8387\":174792.55,\"8388\":2224.05,\"8389\":524.73,\"8390\":1152.0,\"8391\":1112.75,\"8392\":5288.4,\"8393\":410.88,\"8394\":1670.5,\"8395\":19444.17,\"8396\":4362.3,\"8397\":19969.64,\"8398\":7982.4,\"8399\":377.98,\"8400\":null,\"8401\":264.0,\"8402\":322.38,\"8403\":30087.13,\"8404\":50219.85,\"8405\":1423.72,\"8406\":1168593.46,\"8407\":null,\"8408\":412753.58,\"8409\":1615.86,\"8410\":629.2,\"8411\":1298.02,\"8412\":1051.2,\"8413\":null,\"8414\":418887.54,\"8415\":24235.03,\"8416\":144294.23,\"8417\":140301.92,\"8418\":73506.26,\"8419\":2059.0,\"8420\":796.18,\"8421\":3217.74,\"8422\":53845.96,\"8423\":8727.6,\"8424\":8592.66,\"8425\":157397.06,\"8426\":159749.35,\"8427\":null,\"8428\":22410.76,\"8429\":44194.3,\"8430\":47524.72,\"8431\":648.69,\"8432\":75544.14,\"8433\":1297.43,\"8434\":8610.8,\"8435\":2765.11,\"8436\":27930.79,\"8437\":23093.07,\"8438\":58049.38,\"8439\":19287.85,\"8440\":653.46,\"8441\":8848.8,\"8442\":null,\"8443\":null,\"8444\":6785.46,\"8445\":303.2,\"8446\":null,\"8447\":9040.0,\"8448\":9480.4,\"8449\":1498.8,\"8450\":null,\"8451\":135.83,\"8452\":null,\"8453\":9827.0,\"8454\":12158.0,\"8455\":2164.8,\"8456\":11833.62,\"8457\":17879.5,\"8458\":10232.12,\"8459\":10227.64,\"8460\":939.69,\"8461\":13606.0,\"8462\":13306.5,\"8463\":54.0,\"8464\":5238.0,\"8465\":19574.54,\"8466\":19497.22,\"8467\":19436.79,\"8468\":6526.8,\"8469\":683.3,\"8470\":4728.2,\"8471\":1916.0,\"8472\":1364.2,\"8473\":6250.02,\"8474\":4448.4,\"8475\":2130.0,\"8476\":284.19,\"8477\":2010.82,\"8478\":331.43,\"8479\":2136.0,\"8480\":260.32,\"8481\":14570.32,\"8482\":5008.2,\"8483\":7504.53,\"8484\":1468.2,\"8485\":1735.16,\"8486\":146.67,\"8487\":781.44,\"8488\":null,\"8489\":348.48,\"8490\":799.8,\"8491\":1061.28,\"8492\":8577.12,\"8493\":9066.56,\"8494\":2000.0,\"8495\":5452.5,\"8496\":5220.54,\"8497\":80432.59,\"8498\":13942.11,\"8499\":4000.94,\"8500\":4195.3,\"8501\":9204.48,\"8502\":7259.67,\"8503\":9201.29,\"8504\":7980.75,\"8505\":192450.3,\"8506\":14137.69,\"8507\":1578.94,\"8508\":4598.06,\"8509\":4554.63,\"8510\":7959.0,\"8511\":11392.96,\"8512\":169.68,\"8513\":180.0,\"8514\":193.29,\"8515\":7261.38,\"8516\":1.2,\"8517\":78.54,\"8518\":1735.03,\"8519\":2594.23,\"8520\":4428.0,\"8521\":4907.42,\"8522\":1814.11,\"8523\":16311.78,\"8524\":16813.38,\"8525\":6720.56,\"8526\":5229.0,\"8527\":5886.0,\"8528\":19937.89,\"8529\":19941.59,\"8530\":792.0,\"8531\":43130.45,\"8532\":17132.6,\"8533\":17728.54,\"8534\":3.5,\"8535\":1.13,\"8536\":5502.0,\"8537\":1728.75,\"8538\":154.11,\"8539\":6750.5,\"8540\":679.0,\"8541\":1.2,\"8542\":20059.24,\"8543\":12841.6,\"8544\":68998.07,\"8545\":1319.23,\"8546\":1432.44,\"8547\":65932.82,\"8548\":8482.25,\"8549\":7840.0,\"8550\":3718.2,\"8551\":5856.72,\"8552\":6972.98,\"8553\":6691.5,\"8554\":5825.48,\"8555\":5698.8,\"8556\":6989.1,\"8557\":256.08,\"8558\":5313.0,\"8559\":822.6,\"8560\":518.64,\"8561\":458.04,\"8562\":861.69,\"8563\":449.91,\"8564\":301.9,\"8565\":303.16,\"8566\":359.76,\"8567\":938.09,\"8568\":964.5,\"8569\":5972.4,\"8570\":892.68,\"8571\":583.2,\"8572\":9799.52,\"8573\":9287.47,\"8574\":1285.2,\"8575\":1540.4,\"8576\":4900.0,\"8577\":722.82,\"8578\":1.2,\"8579\":42.77,\"8580\":9088.2,\"8581\":7465.2,\"8582\":4106.59,\"8583\":964.12,\"8584\":7765.65,\"8585\":6.68,\"8586\":519.66,\"8587\":709.68,\"8588\":729.3,\"8589\":1425.16,\"8590\":5163.5,\"8591\":4900.0,\"8592\":907.67,\"8593\":966.72,\"8594\":253.72,\"8595\":null,\"8596\":null,\"8597\":6428.39,\"8598\":5098.05,\"8599\":5191.2,\"8600\":11710.72,\"8601\":11917.64,\"8602\":7777.8,\"8603\":5433.3,\"8604\":540.36,\"8605\":553.72,\"8606\":3103.85,\"8607\":780.97,\"8608\":7418.4,\"8609\":38.3,\"8610\":38.52,\"8611\":609.26,\"8612\":510.25,\"8613\":4755.48,\"8614\":886.53,\"8615\":null,\"8616\":3868.33,\"8617\":2501.4,\"8618\":7192.8,\"8619\":408569.95,\"8620\":4417.2,\"8621\":3942.19,\"8622\":707.41,\"8623\":null,\"8624\":null,\"8625\":431.38,\"8626\":13024.0,\"8627\":15504.5,\"8628\":198.0,\"8629\":2164.96,\"8630\":1702.14,\"8631\":467.1,\"8632\":2952.9,\"8633\":812.0,\"8634\":14720.0,\"8635\":60720.48,\"8636\":504803.8,\"8637\":13312.0,\"8638\":183.15,\"8639\":11136.92,\"8640\":26895.89,\"8641\":6688.0,\"8642\":943.86,\"8643\":3702.4,\"8644\":890.47,\"8645\":16532.33,\"8646\":624.58,\"8647\":null,\"8648\":34925.27,\"8649\":28104.74,\"8650\":6199.0,\"8651\":5820.03,\"8652\":941.78,\"8653\":248292.73,\"8654\":158959.81,\"8655\":7120.92,\"8656\":440500.0,\"8657\":null,\"8658\":72910.93,\"8659\":19045.57,\"8660\":395850.35,\"8661\":15274.54,\"8662\":17934.4,\"8663\":null,\"8664\":10218.3,\"8665\":17448.83,\"8666\":170365.96,\"8667\":1237.86,\"8668\":1424.38,\"8669\":583.08,\"8670\":33464.05,\"8671\":2521.49,\"8672\":724.64,\"8673\":401.74,\"8674\":34305.6,\"8675\":null,\"8676\":4090.54,\"8677\":2197.8,\"8678\":null,\"8679\":881.71,\"8680\":1167401.96,\"8681\":598681.35,\"8682\":420.0,\"8683\":8302.8,\"8684\":7598.24,\"8685\":823.13,\"8686\":205150.0,\"8687\":613.22,\"8688\":null,\"8689\":35168.68,\"8690\":69717.44,\"8691\":165237.42,\"8692\":404570.0,\"8693\":596519.27,\"8694\":null,\"8695\":null,\"8696\":5968.7,\"8697\":550.18,\"8698\":688.72,\"8699\":1459.95,\"8700\":174365.99,\"8701\":2227.49,\"8702\":524.6,\"8703\":1136.16,\"8704\":1102.28,\"8705\":6469.2,\"8706\":411.36,\"8707\":1783.56,\"8708\":7047.65,\"8709\":4364.55,\"8710\":19725.48,\"8711\":9744.0,\"8712\":375.87,\"8713\":2203.2,\"8714\":260.7,\"8715\":276.68,\"8716\":30279.88,\"8717\":45136.39,\"8718\":1302.66,\"8719\":67575.18,\"8720\":null,\"8721\":608820.55,\"8722\":1616.52,\"8723\":643.72,\"8724\":1181.31,\"8725\":952.2,\"8726\":340126.49,\"8727\":66699.15,\"8728\":123877.17,\"8729\":140427.89,\"8730\":70298.77,\"8731\":2059.0,\"8732\":795.06,\"8733\":3292.76,\"8734\":77451.57,\"8735\":7507.33,\"8736\":7613.41,\"8737\":161548.73,\"8738\":165821.05,\"8739\":19829.2,\"8740\":null,\"8741\":22439.01,\"8742\":43875.12,\"8743\":47786.32,\"8744\":672.9,\"8745\":75584.11,\"8746\":1244.55,\"8747\":8731.8,\"8748\":2760.64,\"8749\":30165.41,\"8750\":57480.25,\"8751\":null,\"8752\":19312.67,\"8753\":653.85,\"8754\":9421.2,\"8755\":93.0,\"8756\":null,\"8757\":6731.18,\"8758\":320.23,\"8759\":null,\"8760\":7600.0,\"8761\":9539.4,\"8762\":133.92,\"8763\":1769.24,\"8764\":169.49,\"8765\":null,\"8766\":12716.0,\"8767\":18640.0,\"8768\":3110.8,\"8769\":16711.82,\"8770\":14227.22,\"8771\":10230.9,\"8772\":10228.64,\"8773\":775.43,\"8774\":12992.6,\"8775\":12715.2,\"8776\":1101.6,\"8777\":19744.42,\"8778\":19352.59,\"8779\":19608.65,\"8780\":4089.6,\"8781\":616.8,\"8782\":null,\"8783\":5144.0,\"8784\":1265.6,\"8785\":5448.24,\"8786\":6546.3,\"8787\":6142.0,\"8788\":284.19,\"8789\":1981.88,\"8790\":329.59,\"8791\":2061.0,\"8792\":256.71,\"8793\":13528.15,\"8794\":8339.36,\"8795\":16504.09,\"8796\":1591.8,\"8797\":3028.33,\"8798\":null,\"8799\":743.16,\"8800\":0.22,\"8801\":690.36,\"8802\":774.9,\"8803\":3165.47,\"8804\":8316.49,\"8805\":10714.35,\"8806\":2000.0,\"8807\":5455.6,\"8808\":5111.52,\"8809\":78704.6,\"8810\":10254.6,\"8811\":3720.33,\"8812\":4028.87,\"8813\":5274.72,\"8814\":15876.96,\"8815\":9334.12,\"8816\":17843.75,\"8817\":null,\"8818\":12465.67,\"8819\":1061.06,\"8820\":9957.07,\"8821\":10280.5,\"8822\":8170.5,\"8823\":11669.0,\"8824\":161.8,\"8825\":170.4,\"8826\":40.51,\"8827\":7400.57,\"8828\":0.8,\"8829\":69.01,\"8830\":2566.23,\"8831\":null,\"8832\":5284.8,\"8833\":10002.28,\"8834\":3700.57,\"8835\":19272.12,\"8836\":19534.94,\"8837\":8935.12,\"8838\":5965.2,\"8839\":14904.0,\"8840\":19949.42,\"8841\":19953.41,\"8842\":1207.2,\"8843\":84869.1,\"8844\":17456.52,\"8845\":16573.97,\"8846\":3.53,\"8847\":1.14,\"8848\":9435.6,\"8849\":4938.9,\"8850\":259.05,\"8851\":6827.32,\"8852\":357.54,\"8853\":null,\"8854\":30376.71,\"8855\":19363.15,\"8856\":46763.01,\"8857\":1275.78,\"8858\":1458.66,\"8859\":78568.26,\"8860\":6601.7,\"8861\":null,\"8862\":4238.4,\"8863\":8815.44,\"8864\":5662.58,\"8865\":5883.08,\"8866\":9613.35,\"8867\":7372.5,\"8868\":9018.9,\"8869\":801.77,\"8870\":null,\"8871\":903.72,\"8872\":531.96,\"8873\":358.44,\"8874\":553.98,\"8875\":856.75,\"8876\":569.39,\"8877\":935.64,\"8878\":889.87,\"8879\":931.76,\"8880\":6823.2,\"8881\":816.36,\"8882\":108.0,\"8883\":16906.3,\"8884\":15777.2,\"8885\":4019.4,\"8886\":1748.73,\"8887\":4900.0,\"8888\":933.84,\"8889\":1841.4,\"8890\":405.38,\"8891\":6.04,\"8892\":5324.1,\"8893\":7044.0,\"8894\":7079.63,\"8895\":995.9,\"8896\":14196.15,\"8897\":3.36,\"8898\":961.8,\"8899\":628.44,\"8900\":969.1,\"8901\":2805.0,\"8902\":7248.45,\"8903\":4900.0,\"8904\":979.95,\"8905\":933.96,\"8906\":640.45,\"8907\":840.66,\"8908\":573.0,\"8909\":4804.5,\"8910\":3587.31,\"8911\":4698.0,\"8912\":15750.76,\"8913\":17555.58,\"8914\":7067.1,\"8915\":4919.7,\"8916\":873.69,\"8917\":850.74,\"8918\":3126.85,\"8919\":814.3,\"8920\":4867.39,\"8921\":289.11,\"8922\":83.79,\"8923\":856.57,\"8924\":511.63,\"8925\":2986.32,\"8926\":915.74,\"8927\":1542.67,\"8928\":3864.67,\"8929\":2706.0,\"8930\":7221.6,\"8931\":18499.0,\"8932\":4705.2,\"8933\":5733.22,\"8934\":709.17,\"8935\":null,\"8936\":10.0,\"8937\":426.61,\"8938\":11451.0,\"8939\":19610.43,\"8940\":198.0,\"8941\":2173.38,\"8942\":1756.26,\"8943\":796.27,\"8944\":null,\"8945\":811.0,\"8946\":15284.0,\"8947\":60717.36,\"8948\":498783.73,\"8949\":12648.0,\"8950\":1261.59,\"8951\":13035.38,\"8952\":25155.29,\"8953\":8191.33,\"8954\":335.23,\"8955\":3704.0,\"8956\":930.76,\"8957\":27837.05,\"8958\":604.78,\"8959\":null,\"8960\":62782.51,\"8961\":29095.1,\"8962\":6356.0,\"8963\":5040.81,\"8964\":941.78,\"8965\":244261.36,\"8966\":null,\"8967\":6190.97,\"8968\":187250.0,\"8969\":null,\"8970\":133333.16,\"8971\":17500.96,\"8972\":395801.75,\"8973\":14696.04,\"8974\":16445.0,\"8975\":41.18,\"8976\":13312.59,\"8977\":13817.35,\"8978\":78281.85,\"8979\":1592.86,\"8980\":1974.28,\"8981\":574.83,\"8982\":null,\"8983\":51885.9,\"8984\":2559.79,\"8985\":726.41,\"8986\":448.99,\"8987\":79306.63,\"8988\":4251.19,\"8989\":2793.0,\"8990\":null,\"8991\":839.52,\"8992\":1177913.1100000001,\"8993\":602296.78,\"8994\":396.0,\"8995\":6894.8,\"8996\":7592.85,\"8997\":819.83,\"8998\":178240.0,\"8999\":531.0,\"9000\":13896.0,\"9001\":40671.01,\"9002\":64822.61,\"9003\":164856.39,\"9004\":1181.0,\"9005\":400982.0,\"9006\":null,\"9007\":38521.23,\"9008\":4438.26,\"9009\":622.64,\"9010\":683.24,\"9011\":3023.1,\"9012\":81502.99,\"9013\":2227.49,\"9014\":522.59,\"9015\":1087.56,\"9016\":1102.18,\"9017\":9985.2,\"9018\":411.24,\"9019\":1621.52,\"9020\":15502.83,\"9021\":4360.95,\"9022\":19729.94,\"9023\":12787.2,\"9024\":373.3,\"9025\":2625.6,\"9026\":262.35,\"9027\":252.19,\"9028\":29925.63,\"9029\":49126.41,\"9030\":null,\"9031\":929018.49,\"9032\":null,\"9033\":820299.71,\"9034\":1615.5,\"9035\":767.14,\"9036\":1134.41,\"9037\":1222.2,\"9038\":null,\"9039\":16532.8,\"9040\":124257.71,\"9041\":141144.43,\"9042\":94908.66,\"9043\":null,\"9044\":794.78,\"9045\":null,\"9046\":52839.48,\"9047\":15661.27,\"9048\":15560.02,\"9049\":54028.93,\"9050\":159039.81,\"9051\":166851.5,\"9052\":19816.35,\"9053\":8253.48,\"9054\":null,\"9055\":43658.6,\"9056\":47591.44,\"9057\":641.04,\"9058\":75594.98,\"9059\":1084.48,\"9060\":8815.4,\"9061\":2160.44,\"9062\":17189.8,\"9063\":31603.27,\"9064\":19278.88,\"9065\":652.56,\"9066\":10015.2,\"9067\":42.0,\"9068\":null,\"9069\":6749.82,\"9070\":334.16,\"9071\":0.53,\"9072\":10320.0,\"9073\":9491.85,\"9074\":839.76,\"9075\":1782.88,\"9076\":142.82,\"9077\":9092.0,\"9078\":13850.0,\"9079\":4965.4,\"9080\":18518.86,\"9081\":15227.64,\"9082\":10227.48,\"9083\":10229.82,\"9084\":1081.08,\"9085\":15539.3,\"9086\":15191.5,\"9087\":18.0,\"9088\":19726.64,\"9089\":19593.27,\"9090\":19568.16,\"9091\":1090.8,\"9092\":527.4,\"9093\":16799.0,\"9094\":7360.0,\"9095\":1456.0,\"9096\":4362.18,\"9097\":7086.3,\"9098\":6379.0,\"9099\":284.19,\"9100\":2129.1,\"9101\":329.36,\"9102\":2536.0,\"9103\":378.87,\"9104\":11937.75,\"9105\":7349.9,\"9106\":12579.68,\"9107\":1279.2,\"9108\":259.51,\"9109\":null,\"9110\":819.06,\"9111\":null,\"9112\":424.16,\"9113\":null,\"9114\":1353.66,\"9115\":5402.67,\"9116\":15665.22,\"9117\":3000.0,\"9118\":5449.9,\"9119\":6550.86,\"9120\":74610.34,\"9121\":5930.89,\"9122\":5764.12,\"9123\":3919.83,\"9124\":8612.64,\"9125\":null,\"9126\":11398.21,\"9127\":9670.0,\"9128\":12720.58,\"9129\":181241.9,\"9130\":14649.76,\"9131\":1532.74,\"9132\":9323.72,\"9133\":9626.04,\"9134\":9384.0,\"9135\":10084.58,\"9136\":21.56,\"9137\":63.6,\"9138\":null,\"9139\":5220.58,\"9140\":2.74,\"9141\":87.08,\"9142\":2431.13,\"9143\":7081.2,\"9144\":9732.44,\"9145\":3379.74,\"9146\":8313.54,\"9147\":6952.31,\"9148\":2928.95,\"9149\":7484.4,\"9150\":11973.6,\"9151\":19963.16,\"9152\":19949.19,\"9153\":24.6,\"9154\":68180.76,\"9155\":14540.02,\"9156\":14857.42,\"9157\":1.82,\"9158\":0.58,\"9159\":6332.4,\"9160\":2086.35,\"9161\":203.39,\"9162\":5326.34,\"9163\":541.78,\"9164\":null,\"9165\":27004.1,\"9166\":18158.03,\"9167\":83440.17,\"9168\":1638.18,\"9169\":1330.32,\"9170\":74294.91,\"9171\":8849.4,\"9172\":12840.0,\"9173\":4998.0,\"9174\":null,\"9175\":2740.28,\"9176\":2725.65,\"9177\":5373.9,\"9178\":8460.0,\"9179\":9390.0,\"9180\":265.41,\"9181\":870.72,\"9182\":368.52,\"9183\":110.76,\"9184\":226.66,\"9185\":163.02,\"9186\":437.81,\"9187\":756.17,\"9188\":874.32,\"9189\":667.37,\"9190\":654.18,\"9191\":6469.2,\"9192\":726.96,\"9193\":93.6,\"9194\":12181.34,\"9195\":13437.9,\"9196\":8008.2,\"9197\":3703.65,\"9198\":4900.0,\"9199\":269.37,\"9200\":null,\"9201\":23.0,\"9202\":null,\"9203\":9153.3,\"9204\":2894.4,\"9205\":4576.81,\"9206\":676.6,\"9207\":9297.0,\"9208\":1.85,\"9209\":957.13,\"9210\":378.22,\"9211\":880.0,\"9212\":1824.24,\"9213\":7580.8,\"9214\":4900.0,\"9215\":580.74,\"9216\":683.16,\"9217\":713.46,\"9218\":16.15,\"9219\":114.0,\"9220\":5274.75,\"9221\":4048.66,\"9222\":1362.0,\"9223\":13742.86,\"9224\":13177.02,\"9225\":3797.67,\"9226\":5476.5,\"9227\":661.5,\"9228\":652.39,\"9229\":2673.75,\"9230\":588.26,\"9231\":4527.6,\"9232\":51.24,\"9233\":790.98,\"9234\":811.44,\"9235\":5162.58,\"9236\":687.7,\"9237\":2372.3,\"9238\":3872.0,\"9239\":2508.0,\"9240\":7240.8,\"9241\":406148.44,\"9242\":6163.2,\"9243\":4932.47,\"9244\":709.39,\"9245\":null,\"9246\":null,\"9247\":429.81,\"9248\":12661.0,\"9249\":19598.54,\"9250\":198.0,\"9251\":2165.46,\"9252\":1751.64,\"9253\":780.03,\"9254\":811.0,\"9255\":15148.0,\"9256\":60677.24,\"9257\":503121.02,\"9258\":null,\"9259\":859.32,\"9260\":8996.43,\"9261\":42821.24,\"9262\":8151.0,\"9263\":1058.54,\"9264\":3702.72,\"9265\":854.61,\"9266\":21338.89,\"9267\":606.76,\"9268\":null,\"9269\":33984.97,\"9270\":29871.97,\"9271\":8733.0,\"9272\":4677.27,\"9273\":942.77,\"9274\":255000.0,\"9275\":5824.59,\"9276\":509130.0,\"9277\":103950.31,\"9278\":16120.87,\"9279\":396312.78,\"9280\":14463.03,\"9281\":17538.4,\"9282\":0.5,\"9283\":11979.18,\"9284\":12472.14,\"9285\":116625.87,\"9286\":1278.02,\"9287\":1427.82,\"9288\":568.83,\"9289\":157960.0,\"9290\":38602.19,\"9291\":2447.32,\"9292\":726.02,\"9293\":446.66,\"9294\":47551.19,\"9295\":90541.22,\"9296\":4059.17,\"9297\":2008.2,\"9298\":null,\"9299\":893.94,\"9300\":1144051.4299999999,\"9301\":600283.75,\"9302\":480.0,\"9303\":5922.4,\"9304\":7589.15,\"9305\":819.83,\"9306\":188090.0,\"9307\":580.88,\"9308\":11304.0,\"9309\":40289.44,\"9310\":65087.57,\"9311\":164344.31,\"9312\":null,\"9313\":null,\"9314\":592950.96,\"9315\":null,\"9316\":null,\"9317\":2907.83,\"9318\":531.17,\"9319\":685.01,\"9320\":2611.35,\"9321\":81310.16,\"9322\":2225.77,\"9323\":531.37,\"9324\":696.96,\"9325\":1037.64,\"9326\":7510.8,\"9327\":411.84,\"9328\":1997.14,\"9329\":9777.33,\"9330\":4357.35,\"9331\":19846.84,\"9332\":14246.4,\"9333\":369.07,\"9334\":2657.4,\"9335\":181.5,\"9336\":260.96,\"9337\":29685.63,\"9338\":50204.36,\"9339\":1302.07,\"9340\":348104.63,\"9341\":null,\"9342\":820520.48,\"9343\":null,\"9344\":663.3,\"9345\":1128.13,\"9346\":2125.8,\"9347\":179023.34,\"9348\":null,\"9349\":223142.15,\"9350\":139468.43,\"9351\":75848.45,\"9352\":2059.0,\"9353\":792.82,\"9354\":3673.45,\"9355\":83714.74,\"9356\":12192.08,\"9357\":12415.45,\"9358\":54608.76,\"9359\":156068.1,\"9360\":162761.15,\"9361\":7768.54,\"9362\":17722.36,\"9363\":43689.94,\"9364\":47456.04,\"9365\":663.12,\"9366\":76646.54,\"9367\":1204.07,\"9368\":9105.8,\"9369\":2630.7,\"9370\":29937.64,\"9371\":4500.26,\"9372\":57878.84,\"9373\":19320.31,\"9374\":651.66,\"9375\":9622.28,\"9376\":null,\"9377\":null,\"9378\":6748.83,\"9379\":356.14,\"9380\":39.94,\"9381\":7600.0,\"9382\":9517.55,\"9383\":1631.64,\"9384\":1694.88,\"9385\":181.1,\"9386\":8912.0,\"9387\":14785.0,\"9388\":3674.0,\"9389\":17671.48,\"9390\":14860.48,\"9391\":10224.76,\"9392\":10231.27,\"9393\":353.17,\"9394\":12664.4,\"9395\":12385.1,\"9396\":2751.6,\"9397\":19638.73,\"9398\":19590.66,\"9399\":19521.22,\"9400\":671.7,\"9401\":13121.7,\"9402\":4474.0,\"9403\":null,\"9404\":1410.6,\"9405\":5746.32,\"9406\":7073.4,\"9407\":5113.0,\"9408\":284.19,\"9409\":1698.5,\"9410\":326.83,\"9411\":3008.0,\"9412\":1523.8,\"9413\":13833.07,\"9414\":5942.07,\"9415\":15614.63,\"9416\":258.0,\"9417\":3687.26,\"9418\":693.73,\"9419\":736.56,\"9420\":null,\"9421\":691.68,\"9422\":null,\"9423\":2000.46,\"9424\":7045.7,\"9425\":18434.09,\"9426\":3000.0,\"9427\":5252.0,\"9428\":6486.0,\"9429\":91659.32,\"9430\":10354.89,\"9431\":5228.55,\"9432\":9710.61,\"9433\":2800.8,\"9434\":14841.1,\"9435\":11197.28,\"9436\":16575.52,\"9437\":null,\"9438\":15429.64,\"9439\":2044.68,\"9440\":9677.8,\"9441\":9981.33,\"9442\":9588.0,\"9443\":11630.5,\"9444\":219.24,\"9445\":112.0,\"9446\":1322.56,\"9447\":8902.25,\"9448\":0.28,\"9449\":71.13,\"9450\":2503.81,\"9451\":8035.2,\"9452\":10244.74,\"9453\":3601.41,\"9454\":20034.1,\"9455\":19447.76,\"9456\":8355.05,\"9457\":8217.0,\"9458\":14860.8,\"9459\":19954.28,\"9460\":19948.9,\"9461\":1748.4,\"9462\":26119.36,\"9463\":19159.08,\"9464\":19262.35,\"9465\":3.5,\"9466\":1.13,\"9467\":8970.0,\"9468\":2820.9,\"9469\":164.23,\"9470\":2628.44,\"9471\":159.74,\"9472\":null,\"9473\":28361.14,\"9474\":26491.52,\"9475\":71225.28,\"9476\":1318.08,\"9477\":966.69,\"9478\":88557.88,\"9479\":8550.5,\"9480\":14560.0,\"9481\":5758.2,\"9482\":7405.08,\"9483\":6705.9,\"9484\":7116.08,\"9485\":9047.48,\"9486\":7177.5,\"9487\":8388.6,\"9488\":876.3,\"9489\":845.64,\"9490\":449.52,\"9491\":531.12,\"9492\":881.94,\"9493\":576.63,\"9494\":894.61,\"9495\":864.65,\"9496\":969.24,\"9497\":559.72,\"9498\":592.65,\"9499\":7651.2,\"9500\":981.0,\"9501\":691.2,\"9502\":14877.76,\"9503\":14383.2,\"9504\":7500.6,\"9505\":null,\"9506\":4900.0,\"9507\":832.2,\"9508\":2343.6,\"9509\":1147.13,\"9510\":null,\"9511\":9449.7,\"9512\":9612.0,\"9513\":9423.27,\"9514\":308.83,\"9515\":15818.4,\"9516\":1.71,\"9517\":800.88,\"9518\":733.7,\"9519\":2668.6,\"9520\":7345.05,\"9521\":4900.0,\"9522\":508.04,\"9523\":595.79,\"9524\":505.92,\"9525\":1116.68,\"9526\":null,\"9527\":11006.14,\"9528\":6037.29,\"9529\":5375.4,\"9530\":14873.87,\"9531\":14948.29,\"9532\":7383.3,\"9533\":6472.2,\"9534\":845.28,\"9535\":820.89,\"9536\":2797.38,\"9537\":417.65,\"9538\":9200.4,\"9539\":null,\"9540\":50.05,\"9541\":215.6,\"9542\":690.23,\"9543\":3307.86,\"9544\":347.53,\"9545\":2172.68,\"9546\":3853.67,\"9547\":2494.8,\"9548\":7240.8,\"9549\":337419.23,\"9550\":10486.8,\"9551\":6906.87,\"9552\":711.37,\"9553\":null,\"9554\":10.0,\"9555\":426.91,\"9556\":5027.0,\"9557\":19703.96,\"9558\":191.4,\"9559\":2157.38,\"9560\":1761.54,\"9561\":762.98,\"9562\":810.0,\"9563\":null,\"9564\":60161.66,\"9565\":491651.13,\"9566\":null,\"9567\":9984.34,\"9568\":42996.17,\"9569\":8147.33,\"9570\":961.11,\"9571\":3701.44,\"9572\":893.72,\"9573\":24405.06,\"9574\":608.08,\"9575\":null,\"9576\":51306.9,\"9577\":30055.34,\"9578\":14585.0,\"9579\":4818.51,\"9580\":941.78,\"9581\":255000.0,\"9582\":6035.01,\"9583\":null,\"9584\":30521.31,\"9585\":18560.68,\"9586\":397579.75,\"9587\":19835.02,\"9588\":16757.4,\"9589\":0.59,\"9590\":15085.93,\"9591\":null,\"9592\":null,\"9593\":1975.19,\"9594\":1347.19,\"9595\":581.71,\"9596\":116820.0,\"9597\":41600.35,\"9598\":2422.59,\"9599\":718.34,\"9600\":437.76,\"9601\":57620.51,\"9602\":null,\"9603\":3032.66,\"9604\":2402.4,\"9605\":null,\"9606\":848.51,\"9607\":1175283.5800000001,\"9608\":299607.26,\"9609\":6.0,\"9610\":6894.8,\"9611\":5830.61,\"9612\":824.54,\"9613\":179500.0,\"9614\":528.6,\"9615\":11916.0,\"9616\":35619.68,\"9617\":35374.74,\"9618\":52783.71,\"9619\":null,\"9620\":566947.22,\"9621\":null,\"9622\":6886.96,\"9623\":639.67,\"9624\":695.45,\"9625\":3586.2,\"9626\":81058.58,\"9627\":2213.72,\"9628\":534.7,\"9629\":1206.72,\"9630\":1103.12,\"9631\":10039.2,\"9632\":411.72,\"9633\":19019.0,\"9634\":2234.56,\"9635\":19549.63,\"9636\":4359.15,\"9637\":19733.06,\"9638\":null,\"9639\":366.96,\"9640\":2664.6,\"9641\":250.8,\"9642\":348.04,\"9643\":29477.62,\"9644\":46087.27,\"9645\":1307.29,\"9646\":1078247.52,\"9647\":null,\"9648\":820064.26,\"9649\":1601.88,\"9650\":791.78,\"9651\":1092.99,\"9652\":1218.6,\"9653\":null,\"9654\":66227.62,\"9655\":123940.0,\"9656\":74436.48,\"9657\":72123.86,\"9658\":null,\"9659\":797.3,\"9660\":76928.69,\"9661\":14937.91,\"9662\":15577.39,\"9663\":54955.17,\"9664\":106910.02,\"9665\":169796.7,\"9666\":null,\"9667\":null,\"9668\":43852.39,\"9669\":47637.61,\"9670\":606.24,\"9671\":76513.62,\"9672\":1136.13,\"9673\":8487.6,\"9674\":2851.66,\"9675\":16956.13,\"9676\":null,\"9677\":19293.77,\"9678\":651.93,\"9679\":12708.0,\"9680\":null,\"9681\":null,\"9682\":6764.51,\"9683\":317.72,\"9684\":173.86,\"9685\":7600.0,\"9686\":9601.46,\"9687\":1625.64,\"9688\":1665.4,\"9689\":152.06,\"9690\":9041.0,\"9691\":13401.0,\"9692\":3025.0,\"9693\":15695.46,\"9694\":20646.86,\"9695\":10217.22,\"9696\":10229.04,\"9697\":1574.61,\"9698\":12218.2,\"9699\":11927.8,\"9700\":2347.2,\"9701\":19645.55,\"9702\":19606.3,\"9703\":19400.46,\"9704\":495.7,\"9705\":13957.1,\"9706\":7880.0,\"9707\":null,\"9708\":1614.0,\"9709\":5918.82,\"9710\":6402.8,\"9711\":5635.0,\"9712\":284.19,\"9713\":1835.85,\"9714\":302.22,\"9715\":2915.0,\"9716\":1244.2,\"9717\":16472.93,\"9718\":8621.98,\"9719\":9193.98,\"9720\":1195.8,\"9721\":3713.91,\"9722\":null,\"9723\":708.18,\"9724\":502.48,\"9725\":2530.33,\"9726\":6128.37,\"9727\":12452.42,\"9728\":3000.0,\"9729\":5237.3,\"9730\":6555.0,\"9731\":89561.43,\"9732\":11469.83,\"9733\":4040.27,\"9734\":3793.57,\"9735\":4600.8,\"9736\":8812.0,\"9737\":10851.99,\"9738\":9624.22,\"9739\":null,\"9740\":16847.3,\"9741\":1400.08,\"9742\":9548.74,\"9743\":9873.33,\"9744\":9979.5,\"9745\":11638.11,\"9746\":244.8,\"9747\":266.4,\"9748\":57.83,\"9749\":9620.66,\"9750\":1.15,\"9751\":66.77,\"9752\":2616.38,\"9753\":8384.4,\"9754\":10232.89,\"9755\":908.55,\"9756\":19828.57,\"9757\":19895.1,\"9758\":9169.53,\"9759\":5808.6,\"9760\":7995.6,\"9761\":19985.13,\"9762\":19983.67,\"9763\":544.8,\"9764\":85311.42,\"9765\":17367.68,\"9766\":17461.06,\"9767\":1.62,\"9768\":0.5,\"9769\":9607.2,\"9770\":1593.6,\"9771\":131.45,\"9772\":7113.44,\"9773\":305.38,\"9774\":1.2,\"9775\":21598.22,\"9776\":17828.29,\"9777\":79875.86,\"9778\":1269.9,\"9779\":1660.14,\"9780\":72101.94,\"9781\":9230.9,\"9782\":10800.0,\"9783\":4276.8,\"9784\":8571.18,\"9785\":8702.1,\"9786\":9010.35,\"9787\":10026.45,\"9788\":7545.3,\"9789\":8166.0,\"9790\":869.62,\"9791\":2.2,\"9792\":248.28,\"9793\":415.2,\"9794\":540.84,\"9795\":933.24,\"9796\":574.41,\"9797\":832.23,\"9798\":769.56,\"9799\":967.8,\"9800\":884.96,\"9801\":921.72,\"9802\":3466.8,\"9803\":811.56,\"9804\":901.2,\"9805\":6498.03,\"9806\":8659.58,\"9807\":6145.2,\"9808\":null,\"9809\":4900.0,\"9810\":959.79,\"9811\":2274.6,\"9812\":1319.63,\"9813\":0.5,\"9814\":9616.8,\"9815\":9730.8,\"9816\":5915.61,\"9817\":567.61,\"9818\":13434.75,\"9819\":3.85,\"9820\":971.89,\"9821\":895.92,\"9822\":811.8,\"9823\":2121.24,\"9824\":5349.8,\"9825\":4900.0,\"9826\":857.36,\"9827\":886.65,\"9828\":813.7,\"9829\":487.74,\"9830\":null,\"9831\":2712.0,\"9832\":5641.29,\"9833\":4818.37,\"9834\":6720.3,\"9835\":6012.0,\"9836\":949.1,\"9837\":931.81,\"9838\":2933.65,\"9839\":671.89,\"9840\":6616.5,\"9841\":69.44,\"9842\":869.88,\"9843\":989.23,\"9844\":8618.1,\"9845\":685.63,\"9846\":1551.13,\"9847\":3853.67,\"9848\":2494.8,\"9849\":7249.2,\"9850\":275364.98,\"9851\":9720.0,\"9852\":5926.56,\"9853\":709.72,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":13640.0,\"9858\":12.22,\"9859\":204.6,\"9860\":772.03,\"9861\":1760.88,\"9862\":728.77,\"9863\":809.0,\"9864\":221266.92,\"9865\":null,\"9866\":9981.96,\"9867\":45146.16,\"9868\":8129.0,\"9869\":1022.06,\"9870\":3702.08,\"9871\":913.65,\"9872\":18027.49,\"9873\":622.38,\"9874\":null,\"9875\":64211.47,\"9876\":30064.67,\"9877\":12306.0,\"9878\":4713.05,\"9879\":941.78,\"9880\":null,\"9881\":5754.9,\"9882\":null,\"9883\":505770.0,\"9884\":166257.55,\"9885\":15816.01,\"9886\":397797.25,\"9887\":14089.82,\"9888\":16720.0,\"9889\":0.55,\"9890\":13068.07,\"9891\":98014.73,\"9892\":1308.86,\"9893\":1348.26,\"9894\":571.33,\"9895\":201245.0,\"9896\":59078.94,\"9897\":2346.12,\"9898\":723.56,\"9899\":461.85,\"9900\":14212.95,\"9901\":2462.64,\"9902\":2415.6,\"9903\":13046.0,\"9904\":860.86,\"9905\":1171358.3999999999,\"9906\":579545.72,\"9907\":6802.4,\"9908\":6598.8,\"9909\":824.45,\"9910\":184010.0,\"9911\":573.35,\"9912\":10908.0,\"9913\":64509.88,\"9914\":null,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":3979.13,\"9921\":587.53,\"9922\":679.82,\"9923\":3561.0,\"9924\":81098.15,\"9925\":2218.88,\"9926\":413.19,\"9927\":1308.06,\"9928\":1178.48,\"9929\":10135.2,\"9930\":411.6,\"9931\":1938.09,\"9932\":19514.48,\"9933\":3458.7,\"9934\":19042.24,\"9935\":364.45,\"9936\":188.03,\"9937\":254.1,\"9938\":348.19,\"9939\":30163.74,\"9940\":45096.18,\"9941\":1296.95,\"9942\":224920.88,\"9943\":null,\"9944\":817146.3199999999,\"9945\":1599.0,\"9946\":878.24,\"9947\":1066.44,\"9948\":315.0,\"9949\":null,\"9950\":null,\"9951\":124219.15,\"9952\":73442.1,\"9953\":72376.23,\"9954\":null,\"9955\":806.12,\"9956\":78845.8,\"9957\":8612.89,\"9958\":8617.86,\"9959\":43623.22,\"9960\":null,\"9961\":66154.15,\"9962\":null,\"9963\":43488.61,\"9964\":47665.39,\"9965\":676.5,\"9966\":76551.9,\"9967\":604.22,\"9968\":9741.6,\"9969\":2707.84},\"Values_Hour15\":{\"0\":19740.91,\"1\":651.54,\"2\":7866.0,\"3\":17137.51,\"4\":null,\"5\":null,\"6\":6667.49,\"7\":367.82,\"8\":3520.0,\"9\":9388.1,\"10\":792.12,\"11\":1710.28,\"12\":140.19,\"13\":10265.0,\"14\":13801.0,\"15\":2712.6,\"16\":7924.59,\"17\":19970.38,\"18\":10161.73,\"19\":10221.92,\"20\":171.89,\"21\":15760.5,\"22\":15416.7,\"23\":1406.4,\"24\":1568.1,\"25\":8568.0,\"26\":19758.19,\"27\":10348.28,\"28\":19458.98,\"29\":3922.89,\"30\":4077.9,\"31\":14409.12,\"32\":4086.45,\"33\":594.4,\"34\":10442.0,\"35\":5030.0,\"36\":null,\"37\":2381.2,\"38\":1747.08,\"39\":3986.0,\"40\":286.63,\"41\":2186.94,\"42\":345.46,\"43\":2470.0,\"44\":null,\"45\":13759.74,\"46\":6765.54,\"47\":18247.84,\"48\":1141.8,\"49\":2045.31,\"50\":null,\"51\":785.4,\"52\":335.28,\"53\":null,\"54\":1164.68,\"55\":315.84,\"56\":16673.45,\"57\":6635.8,\"58\":7464.42,\"59\":72925.13,\"60\":10908.37,\"61\":420.61,\"62\":9768.0,\"63\":3320.64,\"64\":null,\"65\":17493.89,\"66\":7555.64,\"67\":19377.14,\"68\":null,\"69\":17357.12,\"70\":788.7,\"71\":6025.23,\"72\":5444.24,\"73\":8353.5,\"74\":11725.34,\"75\":302.4,\"76\":391.2,\"77\":262.13,\"78\":6493.11,\"79\":null,\"80\":65.49,\"81\":2102.47,\"82\":3484.55,\"83\":7549.2,\"84\":6493.79,\"85\":1092.93,\"86\":16932.72,\"87\":16922.42,\"88\":8100.17,\"89\":7398.0,\"90\":16776.0,\"91\":13841.54,\"92\":14423.82,\"93\":1191.0,\"94\":76220.17,\"95\":10796.23,\"96\":10756.99,\"97\":5.16,\"98\":1.51,\"99\":2412.0,\"100\":2565.6,\"101\":null,\"102\":7762.04,\"103\":671.04,\"104\":null,\"105\":36605.04,\"106\":17000.57,\"107\":76415.71,\"108\":1382.32,\"109\":1104.69,\"110\":55296.69,\"111\":4363.45,\"112\":14760.0,\"113\":3585.0,\"114\":8957.58,\"115\":1404.9,\"116\":1769.63,\"117\":9729.9,\"118\":6154.8,\"119\":7203.6,\"120\":788.39,\"121\":1.1,\"122\":476.04,\"123\":357.24,\"124\":444.96,\"125\":656.1,\"126\":401.25,\"127\":850.3,\"128\":421.32,\"129\":958.61,\"130\":958.35,\"131\":8440.8,\"132\":539.64,\"133\":null,\"134\":13772.77,\"135\":14036.9,\"136\":4694.4,\"137\":1192.9,\"138\":730.38,\"139\":null,\"140\":483.0,\"141\":null,\"142\":4719.6,\"143\":3812.4,\"144\":5927.58,\"145\":955.45,\"146\":3782.25,\"147\":3.15,\"148\":503.58,\"149\":604.08,\"150\":635.8,\"151\":2649.68,\"152\":5883.4,\"153\":814.72,\"154\":913.3,\"155\":735.08,\"156\":null,\"157\":294.0,\"158\":6108.04,\"159\":4515.36,\"160\":1237.8,\"161\":13518.84,\"162\":13470.63,\"163\":13917.64,\"164\":null,\"165\":673.29,\"166\":681.34,\"167\":2867.7,\"168\":273.93,\"169\":31.62,\"170\":536.22,\"171\":730.37,\"172\":2376.0,\"173\":7234.8,\"174\":166824.86,\"175\":5392.8,\"176\":3437.25,\"177\":469.04,\"178\":null,\"179\":397.29,\"180\":13882.0,\"181\":19585.07,\"182\":178.2,\"183\":3032.86,\"184\":1789.92,\"185\":680.58,\"186\":2675.7,\"187\":1164.0,\"188\":16596.0,\"189\":60146.42,\"190\":504050.07,\"191\":14520.0,\"192\":2084.94,\"193\":7984.43,\"194\":51894.92,\"195\":5987.67,\"196\":779.99,\"197\":727.11,\"198\":6890.36,\"199\":3701.44,\"200\":1872.44,\"201\":15299.12,\"202\":573.98,\"203\":75926.85,\"204\":55306.32,\"205\":15317.62,\"206\":5984.0,\"207\":5854.23,\"208\":938.8,\"209\":244972.99,\"210\":null,\"211\":7008.2,\"212\":null,\"213\":511430.0,\"214\":297032.23,\"215\":233654.44,\"216\":21471.01,\"217\":328281.1,\"218\":19260.0,\"219\":18196.2,\"220\":18526.44,\"221\":8844.44,\"222\":9987.84,\"223\":111181.55,\"224\":801.92,\"225\":1824.42,\"226\":203536.63,\"227\":54479.63,\"228\":2427.19,\"229\":280.23,\"230\":406.31,\"231\":30532.51,\"232\":null,\"233\":2083.99,\"234\":2860.8,\"235\":null,\"236\":910.03,\"237\":896009.91,\"238\":599723.67,\"239\":576.0,\"240\":7497.6,\"241\":4610.61,\"242\":813.67,\"243\":187890.0,\"244\":658.41,\"245\":1008.0,\"246\":18405.34,\"247\":58593.65,\"248\":69583.11,\"249\":164367.11,\"250\":2298.0,\"251\":null,\"252\":468768.5,\"253\":null,\"254\":null,\"255\":3366.96,\"256\":606.01,\"257\":673.85,\"258\":3979.65,\"259\":80275.69,\"260\":1060.38,\"261\":526.02,\"262\":690.3,\"263\":872.06,\"264\":4419.6,\"265\":423.84,\"266\":18920.0,\"267\":null,\"268\":8055.9,\"269\":19750.4,\"270\":10785.6,\"271\":null,\"272\":371.18,\"273\":2530.2,\"274\":272.13,\"275\":29579.61,\"276\":25596.84,\"277\":null,\"278\":null,\"279\":820996.1899999999,\"280\":879.42,\"281\":842.82,\"282\":1233.94,\"283\":2957.4,\"284\":null,\"285\":null,\"286\":205658.31,\"287\":108563.27,\"288\":61882.8,\"289\":124898.34,\"290\":801.64,\"291\":2240.96,\"292\":59974.9,\"293\":18854.08,\"294\":14193.13,\"295\":77660.1,\"296\":123768.52,\"297\":170692.1,\"298\":4402.36,\"299\":228128.06,\"300\":15326.9,\"301\":null,\"302\":44670.81,\"303\":48421.69,\"304\":669.75,\"305\":75660.45,\"306\":null,\"307\":6102.8,\"308\":2562.29,\"309\":24386.52,\"310\":55735.96,\"311\":11285.0,\"312\":19736.02,\"313\":654.03,\"314\":7387.2,\"315\":17138.5,\"316\":null,\"317\":8169.6,\"318\":6630.53,\"319\":null,\"320\":1680.0,\"321\":4751.97,\"322\":1179.12,\"323\":1661.44,\"324\":135.56,\"325\":13544.0,\"326\":12327.0,\"327\":2763.2,\"328\":6945.51,\"329\":20977.27,\"330\":10196.65,\"331\":10219.15,\"332\":null,\"333\":16487.2,\"334\":16138.0,\"335\":1323.6,\"336\":null,\"337\":13662.0,\"338\":19590.82,\"339\":10298.16,\"340\":19360.67,\"341\":6159.78,\"342\":6110.47,\"343\":6095.46,\"344\":6420.79,\"345\":602.7,\"346\":10616.3,\"347\":7990.0,\"348\":null,\"349\":2255.8,\"350\":218.04,\"351\":4643.0,\"352\":286.63,\"353\":1938.79,\"354\":346.84,\"355\":2394.0,\"356\":833.65,\"357\":13502.59,\"358\":5219.15,\"359\":17883.23,\"360\":63.6,\"361\":1962.56,\"362\":1.47,\"363\":865.92,\"364\":363.0,\"365\":1318.79,\"366\":17200.14,\"367\":6441.6,\"368\":1805.04,\"369\":53553.99,\"370\":6941.03,\"371\":1676.85,\"372\":5503.83,\"373\":446.4,\"374\":16576.58,\"375\":7314.84,\"376\":14211.51,\"377\":null,\"378\":13253.39,\"379\":1011.78,\"380\":2014.52,\"381\":6902.12,\"382\":9240.0,\"383\":9815.77,\"384\":154.0,\"385\":43.6,\"386\":262.13,\"387\":4931.66,\"388\":1.32,\"389\":75.04,\"390\":1624.17,\"391\":6251.76,\"392\":6148.8,\"393\":8330.62,\"394\":1006.89,\"395\":8544.53,\"396\":8904.61,\"397\":4054.13,\"398\":6694.2,\"399\":16617.6,\"400\":19896.21,\"401\":19930.76,\"402\":785.4,\"403\":44242.48,\"404\":3109.75,\"405\":3246.9,\"406\":2.95,\"407\":0.88,\"408\":2412.0,\"409\":1509.0,\"410\":175.01,\"411\":5777.14,\"412\":51.03,\"413\":null,\"414\":12647.94,\"415\":12130.18,\"416\":84229.05,\"417\":1275.45,\"418\":13.05,\"419\":55113.74,\"420\":6311.55,\"421\":5840.0,\"422\":3036.0,\"423\":6400.44,\"424\":3286.58,\"425\":3371.63,\"426\":6933.15,\"427\":6353.1,\"428\":7387.5,\"429\":541.64,\"430\":null,\"431\":578.52,\"432\":194.88,\"433\":75.48,\"434\":416.31,\"435\":250.2,\"436\":649.55,\"437\":461.38,\"438\":841.95,\"439\":786.77,\"440\":3661.2,\"441\":153.48,\"442\":42.0,\"443\":2548.72,\"444\":2831.32,\"445\":7864.2,\"446\":361.91,\"447\":423.99,\"448\":87.6,\"449\":2284.02,\"450\":6608.4,\"451\":8193.6,\"452\":3312.46,\"453\":894.13,\"454\":13563.9,\"455\":0.4,\"456\":null,\"457\":436.08,\"458\":841.5,\"459\":2002.44,\"460\":4732.25,\"461\":681.12,\"462\":775.65,\"463\":null,\"464\":9.5,\"465\":84.0,\"466\":9538.39,\"467\":8091.64,\"468\":null,\"469\":1289.9,\"470\":2684.89,\"471\":2731.32,\"472\":8207.7,\"473\":722.41,\"474\":721.05,\"475\":5247.0,\"476\":null,\"477\":47.89,\"478\":208.31,\"479\":520.14,\"480\":null,\"481\":2442.0,\"482\":7238.4,\"483\":11889.0,\"484\":4413.6,\"485\":3143.83,\"486\":465.74,\"487\":null,\"488\":397.03,\"489\":14102.0,\"490\":19609.75,\"491\":178.2,\"492\":3038.31,\"493\":1780.68,\"494\":689.44,\"495\":1108.8,\"496\":1327.0,\"497\":17664.0,\"498\":283947.3,\"499\":501169.17,\"500\":12720.0,\"501\":825.66,\"502\":9954.26,\"503\":54758.76,\"504\":4180.0,\"505\":835.19,\"506\":715.94,\"507\":6381.41,\"508\":3701.12,\"509\":2004.4,\"510\":14446.32,\"511\":555.72,\"512\":49777.65,\"513\":40918.92,\"514\":null,\"515\":6119.0,\"516\":8341.19,\"517\":939.79,\"518\":244376.29,\"519\":null,\"520\":null,\"521\":508540.0,\"522\":1235226.0800000001,\"523\":84887.91,\"524\":20952.27,\"525\":58348.49,\"526\":19284.0,\"527\":18673.6,\"528\":23397.67,\"529\":8850.46,\"530\":10521.18,\"531\":169357.54,\"532\":765.69,\"533\":1910.12,\"534\":202949.95,\"535\":28252.2,\"536\":2430.64,\"537\":1324.18,\"538\":400.98,\"539\":28678.35,\"540\":3904.03,\"541\":2613.0,\"542\":71.98,\"543\":907.09,\"544\":896271.25,\"545\":599967.97,\"546\":114.0,\"547\":7286.4,\"548\":4594.67,\"549\":827.75,\"550\":null,\"551\":680.05,\"552\":12096.0,\"553\":null,\"554\":61208.69,\"555\":70059.55,\"556\":164753.56,\"557\":876.5,\"558\":null,\"559\":486642.52,\"560\":43712.0,\"561\":3516.7,\"562\":573.14,\"563\":671.33,\"564\":4019.25,\"565\":133279.49,\"566\":1062.1,\"567\":536.25,\"568\":916.92,\"569\":819.1,\"570\":4100.4,\"571\":434.04,\"572\":null,\"573\":8069.85,\"574\":19644.8,\"575\":8649.6,\"576\":null,\"577\":365.38,\"578\":null,\"579\":249.85,\"580\":29477.02,\"581\":25600.5,\"582\":1100904.45,\"583\":null,\"584\":817232.36,\"585\":965.58,\"586\":771.76,\"587\":1394.85,\"588\":2014.2,\"589\":null,\"590\":null,\"591\":359455.41,\"592\":180450.0,\"593\":null,\"594\":123592.37,\"595\":72040.58,\"596\":72242.13,\"597\":800.94,\"598\":2778.5,\"599\":72596.22,\"600\":17822.22,\"601\":13745.18,\"602\":64763.29,\"603\":159765.81,\"604\":170220.35,\"605\":3855.51,\"606\":194862.71,\"607\":14778.87,\"608\":44801.89,\"609\":47782.88,\"610\":689.01,\"611\":75551.55,\"612\":1612.15,\"613\":11211.2,\"614\":2762.59,\"615\":28771.04,\"616\":57495.66,\"617\":56428.66,\"618\":18388.12,\"619\":651.57,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":4737.6,\"624\":6689.1,\"625\":1520.0,\"626\":4751.97,\"627\":1218.48,\"628\":1661.88,\"629\":130.68,\"630\":10370.0,\"631\":9756.0,\"632\":2835.8,\"633\":7445.07,\"634\":12577.05,\"635\":14033.07,\"636\":14731.89,\"637\":2229.04,\"638\":15496.1,\"639\":15143.7,\"640\":1450.8,\"641\":1542.7,\"642\":13500.0,\"643\":19540.82,\"644\":10266.19,\"645\":18469.93,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":612.2,\"651\":14107.4,\"652\":7808.0,\"653\":2189.9,\"654\":3251.28,\"655\":4682.0,\"656\":286.63,\"657\":1886.73,\"658\":346.15,\"659\":2526.0,\"660\":590.42,\"661\":13602.84,\"662\":5440.28,\"663\":17869.16,\"664\":176.4,\"665\":1275.67,\"666\":null,\"667\":792.0,\"668\":312.4,\"669\":966.6,\"670\":995.94,\"671\":14604.32,\"672\":6384.5,\"673\":7641.06,\"674\":54826.62,\"675\":8261.97,\"676\":1586.94,\"677\":5021.74,\"678\":1261.44,\"679\":16528.17,\"680\":6936.25,\"681\":14019.7,\"682\":null,\"683\":11302.48,\"684\":931.26,\"685\":7847.59,\"686\":7131.82,\"687\":8512.5,\"688\":11704.95,\"689\":226.84,\"690\":2.0,\"691\":262.13,\"692\":6715.29,\"693\":0.48,\"694\":81.58,\"695\":905.57,\"696\":5802.98,\"697\":7761.6,\"698\":8620.95,\"699\":1091.02,\"700\":18507.37,\"701\":18796.95,\"702\":8749.59,\"703\":8589.6,\"704\":17888.4,\"705\":19860.48,\"706\":19930.89,\"707\":484.2,\"708\":29754.75,\"709\":11488.75,\"710\":12954.39,\"711\":5.18,\"712\":1.43,\"713\":2412.0,\"714\":2083.35,\"715\":167.64,\"716\":7928.1,\"717\":148.83,\"718\":16410.76,\"719\":13655.31,\"720\":84913.54,\"721\":1322.2,\"722\":1308.93,\"723\":82748.18,\"724\":8748.25,\"725\":17520.0,\"726\":3533.4,\"727\":8798.88,\"728\":5648.63,\"729\":5580.0,\"730\":9580.5,\"731\":5880.6,\"732\":7364.7,\"733\":631.75,\"734\":1.1,\"735\":600.72,\"736\":457.56,\"737\":208.2,\"738\":744.21,\"739\":452.58,\"740\":635.03,\"741\":588.24,\"742\":953.27,\"743\":935.69,\"744\":8588.4,\"745\":507.96,\"746\":76.8,\"747\":11942.7,\"748\":12272.98,\"749\":7884.0,\"750\":1045.69,\"751\":782.22,\"752\":null,\"753\":null,\"754\":7788.0,\"755\":8749.2,\"756\":7618.75,\"757\":918.76,\"758\":5742.0,\"759\":1.1,\"760\":823.11,\"761\":618.0,\"762\":359.7,\"763\":2914.12,\"764\":4787.45,\"765\":811.1,\"766\":921.55,\"767\":431.86,\"768\":195.8,\"769\":null,\"770\":5107.48,\"771\":3677.45,\"772\":321.0,\"773\":9099.0,\"774\":9480.01,\"775\":8226.35,\"776\":5755.8,\"777\":881.19,\"778\":894.41,\"779\":3758.7,\"780\":null,\"781\":14.37,\"782\":556.38,\"783\":795.45,\"784\":221.71,\"785\":2402.4,\"786\":7221.6,\"787\":15101.0,\"788\":4417.2,\"789\":2944.18,\"790\":469.15,\"791\":null,\"792\":397.0,\"793\":14091.0,\"794\":19609.03,\"795\":204.6,\"796\":3077.25,\"797\":1818.3,\"798\":676.75,\"799\":2157.3,\"800\":1405.0,\"801\":21212.0,\"802\":85536.53,\"803\":501785.19,\"804\":12832.0,\"805\":729.3,\"806\":9948.46,\"807\":54954.12,\"808\":4286.33,\"809\":1084.45,\"810\":636.2,\"811\":null,\"812\":3700.48,\"813\":1966.94,\"814\":15988.01,\"815\":573.98,\"816\":null,\"817\":25563.12,\"818\":null,\"819\":6133.0,\"820\":6217.63,\"821\":929.89,\"822\":239282.17,\"823\":7847.95,\"824\":49872.0,\"825\":null,\"826\":1232684.1499999999,\"827\":141880.83,\"828\":20829.13,\"829\":195723.93,\"830\":16848.0,\"831\":18647.2,\"832\":22728.74,\"833\":8849.08,\"834\":9873.74,\"835\":85805.56,\"836\":711.04,\"837\":1616.88,\"838\":203126.63,\"839\":60240.71,\"840\":2379.93,\"841\":null,\"842\":402.66,\"843\":28080.91,\"844\":3771.86,\"845\":2183.4,\"846\":77.88,\"847\":919.16,\"848\":867638.6,\"849\":599688.5699999999,\"850\":360.0,\"851\":7451.4,\"852\":8329.5,\"853\":810.37,\"854\":205080.0,\"855\":682.57,\"856\":12600.0,\"857\":61613.2,\"858\":68545.61,\"859\":164870.85,\"860\":null,\"861\":402086.0,\"862\":462222.97,\"863\":0.68,\"864\":43275.21,\"865\":2601.74,\"866\":589.25,\"867\":673.02,\"868\":3992.1,\"869\":319732.73,\"870\":1062.1,\"871\":530.54,\"872\":854.46,\"873\":805.18,\"874\":4132.8,\"875\":433.32,\"876\":null,\"877\":6907.05,\"878\":19651.2,\"879\":10896.0,\"880\":322.74,\"881\":2482.2,\"882\":105.6,\"883\":327.72,\"884\":29579.61,\"885\":50219.16,\"886\":774704.1,\"887\":null,\"888\":595206.51,\"889\":981.84,\"890\":839.74,\"891\":1312.38,\"892\":2435.4,\"893\":50664.94,\"894\":438717.55,\"895\":534099.97,\"896\":197500.0,\"897\":null,\"898\":null,\"899\":72713.16,\"900\":800.38,\"901\":2808.58,\"902\":72796.59,\"903\":17887.67,\"904\":13874.15,\"905\":64351.57,\"906\":164316.34,\"907\":170420.15,\"908\":3849.92,\"909\":195022.69,\"910\":14748.88,\"911\":44393.76,\"912\":47568.54,\"913\":637.8,\"914\":75716.27,\"915\":1511.08,\"916\":8602.0,\"917\":2880.47,\"918\":12866.56,\"919\":null,\"920\":null,\"921\":55951.52,\"922\":17349.03,\"923\":651.15,\"924\":6415.2,\"925\":1735.2,\"926\":6663.69,\"927\":null,\"928\":3280.0,\"929\":9238.62,\"930\":1057.8,\"931\":1715.12,\"932\":144.94,\"933\":9678.0,\"934\":14727.0,\"935\":2651.0,\"936\":6947.02,\"937\":21299.28,\"938\":10189.73,\"939\":10222.86,\"940\":389.55,\"941\":15242.9,\"942\":14904.0,\"943\":398.4,\"944\":1258.1,\"945\":13428.0,\"946\":19690.5,\"947\":10306.46,\"948\":18352.78,\"949\":559.6,\"950\":12166.5,\"951\":3308.0,\"952\":2004.9,\"953\":2064.48,\"954\":4086.9,\"955\":286.63,\"956\":2073.66,\"957\":345.46,\"958\":2725.0,\"959\":1014.93,\"960\":13011.9,\"961\":2848.21,\"962\":17616.06,\"963\":261.0,\"964\":1385.88,\"965\":1.47,\"966\":802.56,\"967\":288.64,\"968\":954.0,\"969\":1124.2,\"970\":95.52,\"971\":13942.19,\"972\":6244.0,\"973\":7798.38,\"974\":72466.02,\"975\":7844.3,\"976\":2736.19,\"977\":4780.7,\"978\":3108.96,\"979\":11304.18,\"980\":10413.6,\"981\":17804.53,\"982\":6158.08,\"983\":17689.66,\"984\":1152.14,\"985\":7653.13,\"986\":3459.96,\"987\":8347.5,\"988\":9528.63,\"989\":205.48,\"990\":null,\"991\":262.13,\"992\":6878.9,\"993\":0.84,\"994\":76.36,\"995\":1866.82,\"996\":4258.86,\"997\":7434.0,\"998\":8421.32,\"999\":647.73,\"1000\":18709.55,\"1001\":18962.23,\"1002\":9052.53,\"1003\":6868.8,\"1004\":12974.4,\"1005\":19794.1,\"1006\":19912.72,\"1007\":508.8,\"1008\":81794.02,\"1009\":12489.36,\"1010\":13153.74,\"1011\":6.26,\"1012\":1.84,\"1013\":2412.0,\"1014\":1968.15,\"1015\":451.66,\"1016\":6019.1,\"1017\":297.3,\"1018\":null,\"1019\":36915.72,\"1020\":11503.86,\"1021\":78054.29,\"1022\":1362.02,\"1023\":1001.88,\"1024\":91888.55,\"1025\":8546.3,\"1026\":15480.0,\"1027\":3633.6,\"1028\":8949.3,\"1029\":7963.65,\"1030\":8353.8,\"1031\":8774.55,\"1032\":6199.5,\"1033\":7540.8,\"1034\":636.42,\"1035\":1.1,\"1036\":548.76,\"1037\":537.36,\"1038\":254.28,\"1039\":624.81,\"1040\":458.67,\"1041\":864.88,\"1042\":570.96,\"1043\":984.7,\"1044\":982.33,\"1045\":9372.0,\"1046\":700.68,\"1047\":3.6,\"1048\":8646.99,\"1049\":8883.42,\"1050\":6737.4,\"1051\":3658.09,\"1052\":825.48,\"1053\":null,\"1054\":276.0,\"1055\":null,\"1056\":7802.7,\"1057\":8677.2,\"1058\":5040.25,\"1059\":960.74,\"1060\":10694.7,\"1061\":1.2,\"1062\":781.46,\"1063\":584.52,\"1064\":858.0,\"1065\":2434.08,\"1066\":7632.55,\"1067\":828.59,\"1068\":927.62,\"1069\":691.32,\"1070\":null,\"1071\":252.0,\"1072\":8348.06,\"1073\":7369.16,\"1074\":609.6,\"1075\":10459.62,\"1076\":10757.02,\"1077\":9354.15,\"1078\":null,\"1079\":773.21,\"1080\":778.38,\"1081\":3682.8,\"1082\":60.94,\"1083\":522.2,\"1084\":830.88,\"1085\":31.21,\"1086\":2277.0,\"1087\":6435.6,\"1088\":404535.42,\"1089\":3992.4,\"1090\":2426.16,\"1091\":693.55,\"1092\":null,\"1093\":1860.0,\"1094\":null,\"1095\":14256.0,\"1096\":19572.81,\"1097\":null,\"1098\":3015.04,\"1099\":1774.08,\"1100\":726.26,\"1101\":null,\"1102\":1441.0,\"1103\":20432.0,\"1104\":60530.19,\"1105\":493948.1,\"1106\":12752.0,\"1107\":728.31,\"1108\":12021.75,\"1109\":37609.89,\"1110\":4748.33,\"1111\":872.85,\"1112\":732.35,\"1113\":3701.44,\"1114\":2110.49,\"1115\":14238.18,\"1116\":550.0,\"1117\":56994.43,\"1118\":15206.86,\"1119\":6910.0,\"1120\":5949.58,\"1121\":740.74,\"1122\":238952.48,\"1123\":90387.53,\"1124\":7316.37,\"1125\":56256.0,\"1126\":507500.0,\"1127\":120482.34,\"1128\":59814.76,\"1129\":20200.16,\"1130\":394424.85,\"1131\":15924.0,\"1132\":18636.2,\"1133\":22742.5,\"1134\":8751.05,\"1135\":10143.56,\"1136\":171291.94,\"1137\":749.75,\"1138\":1536.64,\"1139\":null,\"1140\":62555.96,\"1141\":2467.9,\"1142\":null,\"1143\":412.45,\"1144\":27577.49,\"1145\":3880.8,\"1146\":2181.0,\"1147\":null,\"1148\":null,\"1149\":868558.34,\"1150\":599556.02,\"1151\":486.0,\"1152\":6745.2,\"1153\":8314.02,\"1154\":808.83,\"1155\":136680.0,\"1156\":690.87,\"1157\":14184.0,\"1158\":23181.49,\"1159\":60429.17,\"1160\":68077.14,\"1161\":164805.35,\"1162\":834.5,\"1163\":403052.0,\"1164\":466521.73,\"1165\":50991.77,\"1166\":6580.87,\"1167\":null,\"1168\":688.03,\"1169\":3999.15,\"1170\":80362.79,\"1171\":1062.1,\"1172\":526.25,\"1173\":828.36,\"1174\":779.47,\"1175\":4960.8,\"1176\":431.88,\"1177\":1651.43,\"1178\":8089.2,\"1179\":18761.6,\"1180\":9523.2,\"1181\":358.71,\"1182\":2580.0,\"1183\":99.0,\"1184\":220.83,\"1185\":30032.16,\"1186\":25602.83,\"1187\":735250.85,\"1188\":null,\"1189\":624956.52,\"1190\":1065.66,\"1191\":859.1,\"1192\":1277.63,\"1193\":2435.4,\"1194\":33410.59,\"1195\":769889.42,\"1196\":532583.27,\"1197\":null,\"1198\":49343.99,\"1199\":null,\"1200\":73311.83,\"1201\":799.68,\"1202\":1022.25,\"1203\":72533.02,\"1204\":18015.34,\"1205\":13902.17,\"1206\":77111.44,\"1207\":165440.88,\"1208\":169707.9,\"1209\":null,\"1210\":228038.07,\"1211\":14755.55,\"1212\":45106.22,\"1213\":48228.19,\"1214\":null,\"1215\":163977.87,\"1216\":1198.84,\"1217\":9862.6,\"1218\":2772.0,\"1219\":31374.63,\"1220\":44983.78,\"1221\":55627.99,\"1222\":17499.34,\"1223\":650.73,\"1224\":5925.6,\"1225\":8179.2,\"1226\":6698.84,\"1227\":null,\"1228\":5840.0,\"1229\":9233.85,\"1230\":227.04,\"1231\":1756.48,\"1232\":181.89,\"1233\":9408.0,\"1234\":9866.0,\"1235\":2503.6,\"1236\":6944.91,\"1237\":18744.87,\"1238\":10173.34,\"1239\":10221.98,\"1240\":524.04,\"1241\":14910.0,\"1242\":14587.0,\"1243\":446.4,\"1244\":1568.2,\"1245\":13392.0,\"1246\":19714.43,\"1247\":10294.84,\"1248\":19473.35,\"1249\":521.3,\"1250\":16317.0,\"1251\":2166.0,\"1252\":null,\"1253\":1966.7,\"1254\":5259.18,\"1255\":3788.4,\"1256\":286.63,\"1257\":1467.73,\"1258\":345.23,\"1259\":2289.0,\"1260\":1379.22,\"1261\":12527.88,\"1262\":5534.92,\"1263\":16327.87,\"1264\":1671.6,\"1265\":423.62,\"1266\":null,\"1267\":929.94,\"1268\":null,\"1269\":301.4,\"1270\":70.2,\"1271\":1877.48,\"1272\":92.16,\"1273\":17102.32,\"1274\":6054.5,\"1275\":6646.08,\"1276\":70440.97,\"1277\":11257.55,\"1278\":null,\"1279\":9739.3,\"1280\":8568.0,\"1281\":518.1,\"1282\":11726.97,\"1283\":10658.21,\"1284\":17391.94,\"1285\":15848.63,\"1286\":null,\"1287\":7946.76,\"1288\":6151.33,\"1289\":8424.0,\"1290\":10516.3,\"1291\":228.88,\"1292\":null,\"1293\":262.13,\"1294\":8207.68,\"1295\":0.19,\"1296\":42.53,\"1297\":1257.1,\"1298\":4178.47,\"1299\":7563.6,\"1300\":8709.79,\"1301\":18285.37,\"1302\":6463.48,\"1303\":7918.6,\"1304\":8724.6,\"1305\":18327.6,\"1306\":14257.5,\"1307\":14841.16,\"1308\":null,\"1309\":61322.46,\"1310\":16516.52,\"1311\":17145.53,\"1312\":6.71,\"1313\":2.04,\"1314\":2412.0,\"1315\":420.64,\"1316\":null,\"1317\":null,\"1318\":3.3,\"1319\":24712.27,\"1320\":11476.87,\"1321\":67746.56,\"1322\":1292.72,\"1323\":1122.63,\"1324\":57153.19,\"1325\":7934.85,\"1326\":17440.0,\"1327\":8677.2,\"1328\":null,\"1329\":7649.33,\"1330\":7503.3,\"1331\":9112.05,\"1332\":5175.6,\"1333\":6054.3,\"1334\":846.91,\"1335\":659.88,\"1336\":345.6,\"1337\":397.92,\"1338\":700.62,\"1339\":441.72,\"1340\":887.58,\"1341\":585.0,\"1342\":966.96,\"1343\":968.07,\"1344\":8634.0,\"1345\":727.8,\"1346\":null,\"1347\":13980.43,\"1348\":14411.76,\"1349\":2781.0,\"1350\":1463.68,\"1351\":676.59,\"1352\":60.0,\"1353\":194.57,\"1354\":7857.3,\"1355\":9598.8,\"1356\":3009.4,\"1357\":961.77,\"1358\":12493.8,\"1359\":1.58,\"1360\":723.58,\"1361\":718.68,\"1362\":854.7,\"1363\":3060.64,\"1364\":7841.85,\"1365\":813.35,\"1366\":970.97,\"1367\":647.35,\"1368\":36.0,\"1369\":2358.95,\"1370\":1801.08,\"1371\":null,\"1372\":13462.38,\"1373\":13621.77,\"1374\":14296.16,\"1375\":3042.3,\"1376\":778.89,\"1377\":772.75,\"1378\":789.48,\"1379\":3788.4,\"1380\":null,\"1381\":38.86,\"1382\":172.47,\"1383\":809.84,\"1384\":93.78,\"1385\":2184.6,\"1386\":7208.4,\"1387\":366258.85,\"1388\":3430.8,\"1389\":2403.86,\"1390\":690.8,\"1391\":null,\"1392\":360.0,\"1393\":404.75,\"1394\":14432.0,\"1395\":10382.09,\"1396\":null,\"1397\":3015.54,\"1398\":1716.99,\"1399\":664.88,\"1400\":1266.3,\"1401\":1340.0,\"1402\":17104.0,\"1403\":60272.75,\"1404\":491459.41,\"1405\":11752.0,\"1406\":357.06,\"1407\":8962.29,\"1408\":50077.07,\"1409\":4385.33,\"1410\":1157.48,\"1411\":726.33,\"1412\":3701.76,\"1413\":2086.84,\"1414\":15529.91,\"1415\":619.3,\"1416\":null,\"1417\":60905.58,\"1418\":15210.31,\"1419\":3682.0,\"1420\":5659.71,\"1421\":794.22,\"1422\":237995.05,\"1423\":139708.43,\"1424\":6963.38,\"1425\":null,\"1426\":null,\"1427\":786390.91,\"1428\":253947.89,\"1429\":17771.89,\"1430\":325749.97,\"1431\":16548.0,\"1432\":18612.0,\"1433\":23524.03,\"1434\":8749.36,\"1435\":11128.41,\"1436\":729.88,\"1437\":1457.18,\"1438\":null,\"1439\":157525.0,\"1440\":70385.57,\"1441\":2268.38,\"1442\":null,\"1443\":27579.46,\"1444\":3663.84,\"1445\":2195.4,\"1446\":null,\"1447\":903.79,\"1448\":898030.1,\"1449\":598717.46,\"1450\":528.0,\"1451\":6677.0,\"1452\":8319.62,\"1453\":807.29,\"1454\":136680.0,\"1455\":675.96,\"1456\":14580.0,\"1457\":23350.21,\"1458\":60801.91,\"1459\":null,\"1460\":164803.39,\"1461\":2287.0,\"1462\":398682.0,\"1463\":548050.12,\"1464\":1224.35,\"1465\":590.57,\"1466\":687.85,\"1467\":3991.05,\"1468\":81305.82,\"1469\":1062.1,\"1470\":526.42,\"1471\":825.3,\"1472\":979.02,\"1473\":4184.4,\"1474\":431.28,\"1475\":19301.34,\"1476\":7135.17,\"1477\":5895.0,\"1478\":19968.0,\"1479\":9734.4,\"1480\":362.74,\"1481\":2224.2,\"1482\":29.7,\"1483\":228.26,\"1484\":29603.93,\"1485\":25604.78,\"1486\":null,\"1487\":null,\"1488\":746728.02,\"1489\":1120.2,\"1490\":725.34,\"1491\":1243.04,\"1492\":2435.4,\"1493\":null,\"1494\":765283.67,\"1495\":530118.59,\"1496\":161780.0,\"1497\":410197.91,\"1498\":74835.49,\"1499\":0.04,\"1500\":799.96,\"1501\":688.83,\"1502\":66501.87,\"1503\":16794.97,\"1504\":12696.47,\"1505\":77186.38,\"1506\":162726.73,\"1507\":169583.95,\"1508\":null,\"1509\":202011.71,\"1510\":14756.56,\"1511\":44806.94,\"1512\":48014.12,\"1513\":658.38,\"1514\":152920.22,\"1515\":1422.95,\"1516\":8879.2,\"1517\":773.41,\"1518\":30130.5,\"1519\":46130.31,\"1520\":57047.14,\"1521\":17254.42,\"1522\":653.1,\"1523\":7092.0,\"1524\":null,\"1525\":5160.0,\"1526\":6659.9,\"1527\":31.48,\"1528\":5360.0,\"1529\":4755.54,\"1530\":1206.12,\"1531\":1730.96,\"1532\":140.05,\"1533\":312.6,\"1534\":9198.0,\"1535\":13058.0,\"1536\":3656.4,\"1537\":6452.68,\"1538\":15571.95,\"1539\":10018.38,\"1540\":10221.95,\"1541\":310.93,\"1542\":14571.2,\"1543\":14239.1,\"1544\":1110.0,\"1545\":1515.4,\"1546\":13896.0,\"1547\":19723.34,\"1548\":10284.59,\"1549\":19522.1,\"1550\":null,\"1551\":460.0,\"1552\":12198.8,\"1553\":1954.0,\"1554\":1844.8,\"1555\":5150.16,\"1556\":6268.4,\"1557\":286.63,\"1558\":1414.23,\"1559\":344.54,\"1560\":2247.0,\"1561\":363.98,\"1562\":12197.73,\"1563\":4351.21,\"1564\":15414.2,\"1565\":1066.8,\"1566\":1660.63,\"1567\":null,\"1568\":783.42,\"1569\":265.76,\"1570\":1134.0,\"1571\":2527.25,\"1572\":12.48,\"1573\":16635.83,\"1574\":5982.6,\"1575\":7730.76,\"1576\":73576.54,\"1577\":1612.47,\"1578\":4024.81,\"1579\":4419.13,\"1580\":3900.96,\"1581\":13693.88,\"1582\":9747.67,\"1583\":17005.63,\"1584\":null,\"1585\":15086.52,\"1586\":1494.68,\"1587\":7968.5,\"1588\":7478.67,\"1589\":7458.0,\"1590\":11562.94,\"1591\":370.52,\"1592\":14.4,\"1593\":262.13,\"1594\":3541.61,\"1595\":null,\"1596\":45.03,\"1597\":1644.7,\"1598\":3806.68,\"1599\":7916.4,\"1600\":8742.14,\"1601\":153.64,\"1602\":11488.55,\"1603\":14913.54,\"1604\":2638.35,\"1605\":6836.4,\"1606\":16347.6,\"1607\":14848.62,\"1608\":15484.52,\"1609\":609.6,\"1610\":77528.18,\"1611\":14038.29,\"1612\":14558.81,\"1613\":4.35,\"1614\":1.2,\"1615\":2412.0,\"1616\":345.6,\"1617\":378.18,\"1618\":5547.14,\"1619\":337.5,\"1620\":null,\"1621\":34744.96,\"1622\":26574.39,\"1623\":83572.92,\"1624\":1269.68,\"1625\":920.46,\"1626\":97228.65,\"1627\":8220.1,\"1628\":14960.0,\"1629\":3354.6,\"1630\":9022.44,\"1631\":7165.35,\"1632\":7412.63,\"1633\":4241.93,\"1634\":3868.5,\"1635\":4247.1,\"1636\":234.87,\"1637\":497.88,\"1638\":64.56,\"1639\":285.48,\"1640\":661.8,\"1641\":269.49,\"1642\":968.42,\"1643\":899.61,\"1644\":394.38,\"1645\":1007.34,\"1646\":1012.98,\"1647\":8690.4,\"1648\":666.36,\"1649\":null,\"1650\":13944.54,\"1651\":14267.99,\"1652\":4284.0,\"1653\":4198.96,\"1654\":645.72,\"1655\":2.4,\"1656\":null,\"1657\":70.04,\"1658\":8088.3,\"1659\":8205.6,\"1660\":3923.54,\"1661\":977.27,\"1662\":12906.45,\"1663\":2.11,\"1664\":721.25,\"1665\":303.0,\"1666\":887.7,\"1667\":1549.68,\"1668\":1235.1,\"1669\":858.51,\"1670\":966.95,\"1671\":696.93,\"1672\":102.0,\"1673\":7876.08,\"1674\":6031.03,\"1675\":1744.8,\"1676\":13884.69,\"1677\":13708.2,\"1678\":14228.42,\"1679\":7376.4,\"1680\":452.36,\"1681\":452.32,\"1682\":755.52,\"1683\":6824.4,\"1684\":3.8,\"1685\":51.27,\"1686\":232.07,\"1687\":863.65,\"1688\":18.27,\"1689\":2138.4,\"1690\":7185.6,\"1691\":18090.0,\"1692\":4280.4,\"1693\":4990.16,\"1694\":689.37,\"1695\":null,\"1696\":null,\"1697\":404.84,\"1698\":5082.0,\"1699\":19496.81,\"1700\":null,\"1701\":3086.16,\"1702\":1745.7,\"1703\":732.02,\"1704\":2242.8,\"1705\":818.0,\"1706\":14768.0,\"1707\":461495.5,\"1708\":501800.28,\"1709\":12488.0,\"1710\":791.34,\"1711\":12027.7,\"1712\":60418.13,\"1713\":4495.33,\"1714\":836.05,\"1715\":706.98,\"1716\":3702.4,\"1717\":2053.92,\"1718\":16279.22,\"1719\":536.36,\"1720\":62922.84,\"1721\":15399.13,\"1722\":8159.0,\"1723\":null,\"1724\":938.8,\"1725\":156975.1,\"1726\":6704.69,\"1727\":null,\"1728\":508210.0,\"1729\":345823.31,\"1730\":255992.43,\"1731\":17084.86,\"1732\":33215.55,\"1733\":15588.0,\"1734\":17454.8,\"1735\":23537.39,\"1736\":14070.41,\"1737\":10806.18,\"1738\":961.31,\"1739\":1420.14,\"1740\":215380.0,\"1741\":73685.83,\"1742\":2417.99,\"1743\":772.87,\"1744\":393.44,\"1745\":28548.18,\"1746\":3697.18,\"1747\":2192.4,\"1748\":903.76,\"1749\":893907.6,\"1750\":601096.27,\"1751\":504.0,\"1752\":6619.8,\"1753\":8312.29,\"1754\":344.08,\"1755\":136700.0,\"1756\":669.34,\"1757\":14256.0,\"1758\":22855.2,\"1759\":60003.33,\"1760\":68878.91,\"1761\":165043.4,\"1762\":null,\"1763\":554015.62,\"1764\":null,\"1765\":7652.17,\"1766\":576.18,\"1767\":661.79,\"1768\":3870.3,\"1769\":335998.06,\"1770\":1062.1,\"1771\":531.23,\"1772\":852.12,\"1773\":1023.65,\"1774\":6507.6,\"1775\":429.96,\"1776\":14113.24,\"1777\":4354.2,\"1778\":19964.8,\"1779\":9748.8,\"1780\":1123.9,\"1781\":351.12,\"1782\":2600.4,\"1783\":112.2,\"1784\":311.55,\"1785\":29755.84,\"1786\":25611.55,\"1787\":1241406.1299999999,\"1788\":null,\"1789\":565050.5,\"1790\":1276.44,\"1791\":723.14,\"1792\":857.41,\"1793\":2435.4,\"1794\":283093.22,\"1795\":533468.92,\"1796\":null,\"1797\":305995.64,\"1798\":140327.75,\"1799\":null,\"1800\":798.0,\"1801\":718.93,\"1802\":72608.67,\"1803\":16760.99,\"1804\":12471.31,\"1805\":64452.31,\"1806\":164197.81,\"1807\":165828.45,\"1808\":2572.24,\"1809\":102575.64,\"1810\":14765.82,\"1811\":45791.57,\"1812\":47988.33,\"1813\":665.25,\"1814\":76653.5,\"1815\":1417.47,\"1816\":10007.8,\"1817\":2853.95,\"1818\":29843.75,\"1819\":46652.5,\"1820\":57187.26,\"1821\":15308.84,\"1822\":652.74,\"1823\":7383.6,\"1824\":null,\"1825\":5332.8,\"1826\":6678.71,\"1827\":357.65,\"1828\":null,\"1829\":null,\"1830\":4751.97,\"1831\":63.12,\"1832\":1667.6,\"1833\":137.81,\"1834\":8996.0,\"1835\":14980.0,\"1836\":3366.0,\"1837\":6451.02,\"1838\":12978.21,\"1839\":9703.77,\"1840\":10120.94,\"1841\":241.12,\"1842\":14558.4,\"1843\":14222.6,\"1844\":232.8,\"1845\":1500.6,\"1846\":13734.0,\"1847\":19708.3,\"1848\":10278.9,\"1849\":19372.78,\"1850\":486.1,\"1851\":11672.7,\"1852\":2374.0,\"1853\":1765.6,\"1854\":5366.82,\"1855\":6473.0,\"1856\":286.63,\"1857\":2799.29,\"1858\":343.16,\"1859\":2251.0,\"1860\":306.89,\"1861\":11875.52,\"1862\":5071.34,\"1863\":18063.19,\"1864\":1059.6,\"1865\":1838.16,\"1866\":1.47,\"1867\":896.94,\"1868\":null,\"1869\":321.2,\"1870\":828.0,\"1871\":2384.36,\"1872\":2824.9,\"1873\":144.96,\"1874\":16861.55,\"1875\":5804.4,\"1876\":7912.92,\"1877\":76294.62,\"1878\":6727.7,\"1879\":3467.38,\"1880\":4218.26,\"1881\":7521.12,\"1882\":null,\"1883\":16982.34,\"1884\":4939.78,\"1885\":19098.1,\"1886\":17859.98,\"1887\":1409.1,\"1888\":8103.02,\"1889\":7585.08,\"1890\":9625.5,\"1891\":9510.01,\"1892\":248.12,\"1893\":null,\"1894\":292.73,\"1895\":8450.92,\"1896\":2.7,\"1897\":53.81,\"1898\":2350.02,\"1899\":3157.86,\"1900\":7977.6,\"1901\":8904.48,\"1902\":2217.64,\"1903\":2460.29,\"1904\":null,\"1905\":8828.0,\"1906\":8436.6,\"1907\":19148.4,\"1908\":19759.03,\"1909\":19880.51,\"1910\":404.4,\"1911\":70537.61,\"1912\":17998.03,\"1913\":17562.34,\"1914\":2.17,\"1915\":0.69,\"1916\":2412.0,\"1917\":2022.0,\"1918\":333.74,\"1919\":5718.72,\"1920\":560.52,\"1921\":31766.38,\"1922\":19967.5,\"1923\":87599.79,\"1924\":1267.15,\"1925\":1282.71,\"1926\":99516.17,\"1927\":7283.5,\"1928\":18280.0,\"1929\":3988.2,\"1930\":9459.9,\"1931\":4291.43,\"1932\":3749.4,\"1933\":8918.33,\"1934\":6700.5,\"1935\":6341.4,\"1936\":539.18,\"1937\":750.24,\"1938\":525.72,\"1939\":403.8,\"1940\":782.19,\"1941\":455.91,\"1942\":999.52,\"1943\":930.79,\"1944\":507.1,\"1945\":1000.61,\"1946\":975.47,\"1947\":8938.8,\"1948\":783.48,\"1949\":733.2,\"1950\":14207.86,\"1951\":14570.84,\"1952\":4708.8,\"1953\":19013.41,\"1954\":null,\"1955\":8.4,\"1956\":4445.6,\"1957\":8194.8,\"1958\":6214.8,\"1959\":8910.42,\"1960\":972.5,\"1961\":15054.3,\"1962\":6.97,\"1963\":778.78,\"1964\":739.56,\"1965\":859.1,\"1966\":2322.76,\"1967\":9604.8,\"1968\":851.33,\"1969\":966.78,\"1970\":728.42,\"1971\":21.0,\"1972\":9491.16,\"1973\":7808.27,\"1974\":778.8,\"1975\":14952.45,\"1976\":14546.71,\"1977\":15081.04,\"1978\":8626.5,\"1979\":738.52,\"1980\":742.68,\"1981\":816.11,\"1982\":1923.9,\"1983\":74.87,\"1984\":64.07,\"1985\":441.82,\"1986\":855.26,\"1987\":null,\"1988\":0.23,\"1989\":2211.0,\"1990\":7179.6,\"1991\":402307.73,\"1992\":4611.6,\"1993\":5421.31,\"1994\":691.02,\"1995\":null,\"1996\":null,\"1997\":404.64,\"1998\":14399.0,\"1999\":19521.23,\"2000\":198.0,\"2001\":3075.1,\"2002\":1730.19,\"2003\":767.43,\"2004\":1524.6,\"2005\":768.0,\"2006\":17572.0,\"2007\":60642.51,\"2008\":502776.29,\"2009\":12904.0,\"2010\":1186.68,\"2011\":11923.26,\"2012\":63852.09,\"2013\":4257.0,\"2014\":907.93,\"2015\":711.69,\"2016\":3701.76,\"2017\":2002.62,\"2018\":17553.77,\"2019\":606.1,\"2020\":null,\"2021\":60202.81,\"2022\":15411.87,\"2023\":null,\"2024\":5141.95,\"2025\":939.79,\"2026\":155923.67,\"2027\":6443.6,\"2028\":505500.0,\"2029\":513294.2,\"2030\":175914.65,\"2031\":15617.12,\"2032\":395853.85,\"2033\":15132.0,\"2034\":18601.0,\"2035\":22312.91,\"2036\":8360.89,\"2037\":11435.78,\"2038\":952.2,\"2039\":1373.26,\"2040\":434.88,\"2041\":305250.01,\"2042\":73181.87,\"2043\":2263.43,\"2044\":767.95,\"2045\":393.36,\"2046\":29170.03,\"2047\":2894.85,\"2048\":2184.6,\"2049\":56.64,\"2050\":876.98,\"2051\":893965.67,\"2052\":521410.99,\"2053\":606.0,\"2054\":6558.2,\"2055\":8316.72,\"2056\":816.31,\"2057\":null,\"2058\":652.52,\"2059\":15840.0,\"2060\":23685.82,\"2061\":61152.21,\"2062\":68476.41,\"2063\":164979.47,\"2064\":407.0,\"2065\":545086.04,\"2066\":7499.13,\"2067\":585.02,\"2068\":662.29,\"2069\":3850.35,\"2070\":81008.57,\"2071\":1062.1,\"2072\":528.83,\"2073\":789.48,\"2074\":799.08,\"2075\":7202.4,\"2076\":428.76,\"2077\":14085.98,\"2078\":4363.2,\"2079\":19865.6,\"2080\":7017.6,\"2081\":328.88,\"2082\":2407.78,\"2083\":108.9,\"2084\":252.93,\"2085\":29451.46,\"2086\":25620.02,\"2087\":null,\"2088\":null,\"2089\":596609.23,\"2090\":1321.5,\"2091\":null,\"2092\":1119.67,\"2093\":1868.9,\"2094\":511140.87,\"2095\":533449.83,\"2096\":412418.79,\"2097\":73059.48,\"2098\":null,\"2099\":799.4,\"2100\":708.41,\"2101\":75934.64,\"2102\":18401.31,\"2103\":14066.24,\"2104\":64906.22,\"2105\":164610.14,\"2106\":167262.2,\"2107\":4944.96,\"2108\":14768.41,\"2109\":45834.12,\"2110\":48008.81,\"2111\":653.97,\"2112\":76547.48,\"2113\":1274.06,\"2114\":9552.4,\"2115\":2815.04,\"2116\":11502.74,\"2117\":45655.7,\"2118\":57032.01,\"2119\":14317.73,\"2120\":652.62,\"2121\":6408.0,\"2122\":9304.8,\"2123\":6649.83,\"2124\":307.1,\"2125\":37.02,\"2126\":6240.0,\"2127\":4751.97,\"2128\":982.8,\"2129\":1578.28,\"2130\":143.88,\"2131\":8766.0,\"2132\":11768.0,\"2133\":2987.6,\"2134\":5963.81,\"2135\":17130.63,\"2136\":9381.02,\"2137\":9811.59,\"2138\":112.49,\"2139\":14322.1,\"2140\":13990.3,\"2141\":844.8,\"2142\":1415.8,\"2143\":11826.0,\"2144\":18670.12,\"2145\":10260.55,\"2146\":19385.23,\"2147\":438.6,\"2148\":10471.4,\"2149\":5070.0,\"2150\":null,\"2151\":1627.7,\"2152\":5496.54,\"2153\":4850.8,\"2154\":286.63,\"2155\":1391.35,\"2156\":342.01,\"2157\":2194.0,\"2158\":1332.17,\"2159\":10776.48,\"2160\":6308.66,\"2161\":17987.57,\"2162\":1644.0,\"2163\":4233.84,\"2164\":null,\"2165\":775.5,\"2166\":null,\"2167\":308.44,\"2168\":916.2,\"2169\":2602.05,\"2170\":2774.05,\"2171\":351.84,\"2172\":16131.71,\"2173\":5601.5,\"2174\":7856.34,\"2175\":73607.13,\"2176\":3585.58,\"2177\":2945.91,\"2178\":4074.78,\"2179\":8478.72,\"2180\":null,\"2181\":16874.04,\"2182\":10886.11,\"2183\":19109.79,\"2184\":16834.41,\"2185\":1084.82,\"2186\":7896.85,\"2187\":7381.75,\"2188\":9387.0,\"2189\":11605.3,\"2190\":434.88,\"2191\":297.6,\"2192\":671.86,\"2193\":8116.79,\"2194\":null,\"2195\":72.4,\"2196\":2377.23,\"2197\":5340.02,\"2198\":7765.2,\"2199\":8676.11,\"2200\":2842.2,\"2201\":14066.66,\"2202\":8545.4,\"2203\":8794.8,\"2204\":19292.4,\"2205\":16669.61,\"2206\":17487.42,\"2207\":1360.2,\"2208\":85856.39,\"2209\":13779.66,\"2210\":14203.49,\"2211\":6.94,\"2212\":2.06,\"2213\":2412.0,\"2214\":2701.5,\"2215\":334.95,\"2216\":6510.84,\"2217\":906.67,\"2218\":1.8,\"2219\":29198.72,\"2220\":28131.96,\"2221\":85232.81,\"2222\":1214.07,\"2223\":1302.72,\"2224\":99745.66,\"2225\":8327.2,\"2226\":17520.0,\"2227\":4429.2,\"2228\":9499.92,\"2229\":7586.55,\"2230\":7661.93,\"2231\":9391.95,\"2232\":6059.4,\"2233\":6121.5,\"2234\":873.14,\"2235\":8.8,\"2236\":648.12,\"2237\":510.96,\"2238\":452.4,\"2239\":745.2,\"2240\":343.96,\"2241\":967.98,\"2242\":925.18,\"2243\":583.68,\"2244\":984.74,\"2245\":955.06,\"2246\":8690.4,\"2247\":615.12,\"2248\":493.2,\"2249\":14275.69,\"2250\":14599.51,\"2251\":5979.6,\"2252\":19112.13,\"2253\":351.19,\"2254\":1826.4,\"2255\":3613.21,\"2256\":7783.8,\"2257\":9295.2,\"2258\":8881.89,\"2259\":966.12,\"2260\":15538.5,\"2261\":6.96,\"2262\":832.85,\"2263\":709.68,\"2264\":929.5,\"2265\":2363.68,\"2266\":9585.25,\"2267\":832.47,\"2268\":941.85,\"2269\":611.1,\"2270\":1014.0,\"2271\":6119.17,\"2272\":4848.61,\"2273\":1363.8,\"2274\":14329.96,\"2275\":14084.66,\"2276\":14576.84,\"2277\":8743.8,\"2278\":821.22,\"2279\":823.55,\"2280\":792.95,\"2281\":2828.1,\"2282\":574.43,\"2283\":67.26,\"2284\":573.1,\"2285\":847.21,\"2286\":242.08,\"2287\":2.0,\"2288\":2079.0,\"2289\":7162.8,\"2290\":18777.0,\"2291\":3333.6,\"2292\":4936.96,\"2293\":692.23,\"2294\":null,\"2295\":null,\"2296\":404.54,\"2297\":12859.0,\"2298\":18761.51,\"2299\":198.0,\"2300\":3065.86,\"2301\":1733.49,\"2302\":766.35,\"2303\":2673.9,\"2304\":811.0,\"2305\":17852.0,\"2306\":60551.08,\"2307\":503075.1,\"2308\":12920.0,\"2309\":608.85,\"2310\":10941.85,\"2311\":51287.37,\"2312\":6035.33,\"2313\":841.23,\"2314\":709.38,\"2315\":3701.76,\"2316\":2021.93,\"2317\":15025.2,\"2318\":585.42,\"2319\":27239.52,\"2320\":58478.69,\"2321\":15415.84,\"2322\":7363.0,\"2323\":4912.96,\"2324\":939.79,\"2325\":151581.03,\"2326\":6226.01,\"2327\":null,\"2328\":780320.04,\"2329\":261301.51,\"2330\":15129.78,\"2331\":263563.94,\"2332\":14604.0,\"2333\":18585.6,\"2334\":24594.57,\"2335\":13237.97,\"2336\":9910.66,\"2337\":null,\"2338\":996.29,\"2339\":1322.76,\"2340\":591.33,\"2341\":229735.0,\"2342\":72266.41,\"2343\":2436.05,\"2344\":765.79,\"2345\":402.05,\"2346\":28094.07,\"2347\":1322.61,\"2348\":2189.4,\"2349\":54.28,\"2350\":862.07,\"2351\":894088.01,\"2352\":459491.0,\"2353\":390.0,\"2354\":6468.0,\"2355\":8339.62,\"2356\":810.26,\"2357\":null,\"2358\":663.1,\"2359\":14148.0,\"2360\":23231.57,\"2361\":61154.12,\"2362\":68410.51,\"2363\":165091.5,\"2364\":null,\"2365\":540096.84,\"2366\":null,\"2367\":null,\"2368\":7193.04,\"2369\":574.73,\"2370\":673.85,\"2371\":3852.3,\"2372\":81398.5,\"2373\":1062.1,\"2374\":541.04,\"2375\":819.0,\"2376\":804.82,\"2377\":6975.6,\"2378\":427.8,\"2379\":14050.83,\"2380\":4461.3,\"2381\":19955.2,\"2382\":8083.2,\"2383\":null,\"2384\":365.24,\"2385\":2577.6,\"2386\":108.9,\"2387\":346.67,\"2388\":29562.71,\"2389\":25613.95,\"2390\":null,\"2391\":null,\"2392\":811924.2,\"2393\":1372.98,\"2394\":847.22,\"2395\":1094.61,\"2396\":1655.2,\"2397\":15703.63,\"2398\":177017.18,\"2399\":102560.0,\"2400\":66720.91,\"2401\":411852.18,\"2402\":140532.12,\"2403\":null,\"2404\":799.26,\"2405\":644.09,\"2406\":73806.28,\"2407\":18468.34,\"2408\":14262.49,\"2409\":64980.13,\"2410\":162178.84,\"2411\":170127.85,\"2412\":3765.9,\"2413\":102565.63,\"2414\":14775.43,\"2415\":44992.41,\"2416\":48292.71,\"2417\":658.71,\"2418\":76517.37,\"2419\":1144.92,\"2420\":9079.4,\"2421\":2669.38,\"2422\":31474.19,\"2423\":46074.12,\"2424\":49379.98,\"2425\":55193.61,\"2426\":13622.77,\"2427\":652.08,\"2428\":5720.4,\"2429\":null,\"2430\":6228.0,\"2431\":6655.44,\"2432\":293.7,\"2433\":11.58,\"2434\":1280.0,\"2435\":9126.28,\"2436\":1211.16,\"2437\":1537.8,\"2438\":137.02,\"2439\":8603.0,\"2440\":10332.0,\"2441\":2851.2,\"2442\":5957.15,\"2443\":17806.68,\"2444\":9181.32,\"2445\":9625.45,\"2446\":8.21,\"2447\":10013.4,\"2448\":9775.1,\"2449\":1608.0,\"2450\":1390.4,\"2451\":12942.0,\"2452\":18595.9,\"2453\":10292.85,\"2454\":19364.36,\"2455\":432.5,\"2456\":9271.2,\"2457\":7866.0,\"2458\":1569.3,\"2459\":4432.56,\"2460\":4369.7,\"2461\":286.63,\"2462\":1445.47,\"2463\":342.93,\"2464\":2182.0,\"2465\":349.55,\"2466\":11370.28,\"2467\":4877.23,\"2468\":19247.34,\"2469\":1613.4,\"2470\":1616.92,\"2471\":1.47,\"2472\":760.98,\"2473\":null,\"2474\":314.16,\"2475\":806.7,\"2476\":3140.06,\"2477\":1115.42,\"2478\":52.8,\"2479\":16620.78,\"2480\":5678.8,\"2481\":5063.22,\"2482\":75213.75,\"2483\":6221.85,\"2484\":2912.62,\"2485\":4017.39,\"2486\":8425.44,\"2487\":16304.34,\"2488\":11372.88,\"2489\":19519.84,\"2490\":17085.66,\"2491\":1270.5,\"2492\":4157.59,\"2493\":7233.26,\"2494\":9280.5,\"2495\":11628.95,\"2496\":333.76,\"2497\":null,\"2498\":1021.51,\"2499\":7306.25,\"2500\":1.7,\"2501\":71.96,\"2502\":2390.89,\"2503\":10.13,\"2504\":5911.2,\"2505\":8434.51,\"2506\":1680.46,\"2507\":null,\"2508\":null,\"2509\":8474.4,\"2510\":18662.4,\"2511\":11619.14,\"2512\":12066.44,\"2513\":656.4,\"2514\":86680.14,\"2515\":5399.28,\"2516\":5592.01,\"2517\":6.28,\"2518\":1.81,\"2519\":2412.0,\"2520\":2147.55,\"2521\":408.54,\"2522\":7423.48,\"2523\":868.61,\"2524\":null,\"2525\":37305.15,\"2526\":14661.2,\"2527\":81634.49,\"2528\":1209.34,\"2529\":1230.27,\"2530\":90073.65,\"2531\":null,\"2532\":13840.0,\"2533\":4332.6,\"2534\":9378.48,\"2535\":7471.8,\"2536\":7516.58,\"2537\":8760.83,\"2538\":6137.4,\"2539\":6284.4,\"2540\":795.08,\"2541\":null,\"2542\":793.44,\"2543\":448.56,\"2544\":420.84,\"2545\":null,\"2546\":456.99,\"2547\":972.38,\"2548\":905.33,\"2549\":558.24,\"2550\":956.6,\"2551\":955.05,\"2552\":8728.8,\"2553\":309.84,\"2554\":36.0,\"2555\":14527.59,\"2556\":14733.61,\"2557\":6660.0,\"2558\":18424.49,\"2559\":590.16,\"2560\":11.4,\"2561\":null,\"2562\":7907.7,\"2563\":5700.0,\"2564\":7588.8,\"2565\":1003.03,\"2566\":13340.25,\"2567\":1.51,\"2568\":782.45,\"2569\":663.36,\"2570\":694.1,\"2571\":1777.6,\"2572\":9394.35,\"2573\":928.8,\"2574\":928.88,\"2575\":757.1,\"2576\":45.0,\"2577\":7303.92,\"2578\":5838.01,\"2579\":1213.2,\"2580\":13180.56,\"2581\":14070.26,\"2582\":14552.5,\"2583\":5517.0,\"2584\":869.18,\"2585\":871.75,\"2586\":774.86,\"2587\":2300.1,\"2588\":null,\"2589\":67.97,\"2590\":null,\"2591\":776.36,\"2592\":235.29,\"2593\":null,\"2594\":1999.8,\"2595\":7161.6,\"2596\":18501.0,\"2597\":2343.6,\"2598\":4628.36,\"2599\":464.31,\"2600\":12.41,\"2601\":null,\"2602\":404.51,\"2603\":13277.0,\"2604\":10391.93,\"2605\":198.0,\"2606\":3064.71,\"2607\":1748.01,\"2608\":732.92,\"2609\":2557.8,\"2610\":993.0,\"2611\":16920.0,\"2612\":60275.98,\"2613\":500205.01,\"2614\":13056.0,\"2615\":1605.45,\"2616\":10941.54,\"2617\":62451.06,\"2618\":4920.67,\"2619\":773.38,\"2620\":703.02,\"2621\":3701.76,\"2622\":1963.33,\"2623\":13845.39,\"2624\":617.76,\"2625\":null,\"2626\":58889.17,\"2627\":22609.79,\"2628\":8061.0,\"2629\":4800.47,\"2630\":940.78,\"2631\":152332.16,\"2632\":6085.9,\"2633\":null,\"2634\":null,\"2635\":432304.25,\"2636\":237148.44,\"2637\":14121.75,\"2638\":395460.31,\"2639\":14352.0,\"2640\":17881.6,\"2641\":23978.88,\"2642\":13071.98,\"2643\":10218.05,\"2644\":169238.77,\"2645\":830.48,\"2646\":1326.98,\"2647\":582.71,\"2648\":305030.0,\"2649\":69633.58,\"2650\":2200.99,\"2651\":764.6,\"2652\":391.71,\"2653\":25882.23,\"2654\":3135.43,\"2655\":1.8,\"2656\":73.76,\"2657\":902.5,\"2658\":892690.9399999999,\"2659\":530852.5600000001,\"2660\":null,\"2661\":6364.6,\"2662\":8359.81,\"2663\":805.86,\"2664\":136650.0,\"2665\":625.12,\"2666\":14724.0,\"2667\":24340.27,\"2668\":null,\"2669\":68277.02,\"2670\":164719.73,\"2671\":33.5,\"2672\":49369.63,\"2673\":null,\"2674\":43159.81,\"2675\":7652.17,\"2676\":558.49,\"2677\":670.61,\"2678\":3184.2,\"2679\":259880.25,\"2680\":1062.1,\"2681\":530.31,\"2682\":526.5,\"2683\":771.99,\"2684\":5994.0,\"2685\":429.24,\"2686\":14065.89,\"2687\":4492.35,\"2688\":19782.4,\"2689\":5659.2,\"2690\":347.03,\"2691\":2640.0,\"2692\":105.6,\"2693\":342.58,\"2694\":29898.7,\"2695\":null,\"2696\":1215089.55,\"2697\":null,\"2698\":618579.59,\"2699\":null,\"2700\":751.74,\"2701\":1109.62,\"2702\":1677.6,\"2703\":787676.47,\"2704\":544209.42,\"2705\":null,\"2706\":190790.0,\"2707\":null,\"2708\":413584.0,\"2709\":140426.51,\"2710\":123119.53,\"2711\":799.4,\"2712\":513.28,\"2713\":70731.79,\"2714\":14667.65,\"2715\":14576.27,\"2716\":64090.19,\"2717\":161923.89,\"2718\":170083.45,\"2719\":null,\"2720\":141200.23,\"2721\":14772.97,\"2722\":44355.96,\"2723\":47968.67,\"2724\":659.1,\"2725\":76399.41,\"2726\":1385.15,\"2727\":8943.0,\"2728\":2580.43,\"2729\":32995.9,\"2730\":46074.95,\"2731\":49456.48,\"2732\":18817.42,\"2733\":16272.74,\"2734\":618.81,\"2735\":5320.8,\"2736\":null,\"2737\":null,\"2738\":6650.33,\"2739\":288.35,\"2740\":null,\"2741\":4160.0,\"2742\":4751.97,\"2743\":1219.56,\"2744\":1562.0,\"2745\":135.49,\"2746\":12092.0,\"2747\":9861.0,\"2748\":2739.0,\"2749\":5956.89,\"2750\":17603.55,\"2751\":19252.31,\"2752\":19702.88,\"2753\":316.8,\"2754\":10012.7,\"2755\":9894.8,\"2756\":21.6,\"2757\":1359.1,\"2758\":13068.0,\"2759\":19628.12,\"2760\":10282.55,\"2761\":19397.94,\"2762\":13.89,\"2763\":null,\"2764\":461.5,\"2765\":8649.3,\"2766\":7796.0,\"2767\":1605.4,\"2768\":5583.48,\"2769\":4001.5,\"2770\":286.63,\"2771\":1336.34,\"2772\":342.01,\"2773\":2146.0,\"2774\":734.38,\"2775\":11253.0,\"2776\":2903.89,\"2777\":16263.28,\"2778\":1701.0,\"2779\":1958.34,\"2780\":null,\"2781\":753.06,\"2782\":null,\"2783\":288.2,\"2784\":991.5,\"2785\":2846.69,\"2786\":1647.31,\"2787\":null,\"2788\":13776.66,\"2789\":5681.8,\"2790\":7387.14,\"2791\":71424.17,\"2792\":8653.21,\"2793\":1609.36,\"2794\":9733.57,\"2795\":null,\"2796\":17343.37,\"2797\":11409.7,\"2798\":18159.06,\"2799\":null,\"2800\":13595.56,\"2801\":676.28,\"2802\":6508.57,\"2803\":6413.85,\"2804\":8563.5,\"2805\":9381.83,\"2806\":122.08,\"2807\":19.6,\"2808\":155.03,\"2809\":8345.94,\"2810\":0.92,\"2811\":63.21,\"2812\":2136.78,\"2813\":5181.79,\"2814\":7225.2,\"2815\":6689.36,\"2816\":35.02,\"2817\":null,\"2818\":null,\"2819\":17506.8,\"2820\":10175.49,\"2821\":10483.51,\"2822\":93.6,\"2823\":86393.63,\"2824\":15089.52,\"2825\":14219.7,\"2826\":7.03,\"2827\":2.0,\"2828\":2412.0,\"2829\":null,\"2830\":372.46,\"2831\":8466.76,\"2832\":942.74,\"2833\":null,\"2834\":35779.37,\"2835\":12876.57,\"2836\":70799.39,\"2837\":1590.49,\"2838\":1226.82,\"2839\":76472.78,\"2840\":8146.95,\"2841\":17880.0,\"2842\":4361.4,\"2843\":9462.66,\"2844\":9010.35,\"2845\":9018.68,\"2846\":9003.15,\"2847\":3518.4,\"2848\":3413.1,\"2849\":866.89,\"2850\":null,\"2851\":385.2,\"2852\":490.8,\"2853\":389.28,\"2854\":753.84,\"2855\":451.29,\"2856\":993.14,\"2857\":902.94,\"2858\":500.76,\"2859\":967.61,\"2860\":973.3,\"2861\":8757.6,\"2862\":697.08,\"2863\":9.6,\"2864\":13982.9,\"2865\":14414.79,\"2866\":7196.4,\"2867\":9469.45,\"2868\":778.89,\"2869\":3.6,\"2870\":4191.0,\"2871\":7738.8,\"2872\":2286.0,\"2873\":5468.15,\"2874\":941.4,\"2875\":11475.45,\"2876\":1.8,\"2877\":690.45,\"2878\":749.52,\"2879\":555.5,\"2880\":1570.8,\"2881\":5632.7,\"2882\":821.81,\"2883\":955.49,\"2884\":654.09,\"2885\":3.0,\"2886\":6231.71,\"2887\":4969.72,\"2888\":850.2,\"2889\":14251.22,\"2890\":13597.96,\"2891\":14380.36,\"2892\":5003.4,\"2893\":498.76,\"2894\":495.68,\"2895\":780.43,\"2896\":6656.1,\"2897\":null,\"2898\":56.25,\"2899\":667.95,\"2900\":null,\"2901\":242.3,\"2902\":null,\"2903\":1933.8,\"2904\":7162.8,\"2905\":11763.0,\"2906\":2347.2,\"2907\":4187.97,\"2908\":336.82,\"2909\":null,\"2910\":12640.0,\"2911\":404.33,\"2912\":13772.0,\"2913\":17153.91,\"2914\":191.4,\"2915\":3060.42,\"2916\":1739.76,\"2917\":704.88,\"2918\":1764.9,\"2919\":1591.0,\"2920\":16152.0,\"2921\":462485.44,\"2922\":376651.51,\"2923\":11128.0,\"2924\":893.97,\"2925\":10942.12,\"2926\":52013.99,\"2927\":6182.0,\"2928\":742.04,\"2929\":750.3,\"2930\":3701.76,\"2931\":null,\"2932\":13166.11,\"2933\":448.14,\"2934\":59894.57,\"2935\":15180.2,\"2936\":6059.0,\"2937\":5111.65,\"2938\":939.79,\"2939\":84580.93,\"2940\":153949.08,\"2941\":6243.09,\"2942\":null,\"2943\":508870.0,\"2944\":771990.04,\"2945\":243175.28,\"2946\":14806.25,\"2947\":365324.49,\"2948\":19249.16,\"2949\":18598.8,\"2950\":26045.74,\"2951\":8828.18,\"2952\":10334.99,\"2953\":115368.48,\"2954\":1026.72,\"2955\":1375.69,\"2956\":475.71,\"2957\":203390.01,\"2958\":67589.98,\"2959\":2100.71,\"2960\":762.44,\"2961\":396.85,\"2962\":25031.2,\"2963\":null,\"2964\":1.8,\"2965\":73.76,\"2966\":899.55,\"2967\":893250.08,\"2968\":221513.96,\"2969\":798.0,\"2970\":3399.0,\"2971\":8333.08,\"2972\":796.51,\"2973\":136700.0,\"2974\":623.19,\"2975\":10080.0,\"2976\":23171.56,\"2977\":59366.17,\"2978\":68752.16,\"2979\":164713.9,\"2980\":null,\"2981\":1008.69,\"2982\":38695.62,\"2983\":41832.75,\"2984\":8111.3,\"2985\":537.64,\"2986\":672.95,\"2987\":1230.0,\"2988\":350136.52,\"2989\":1062.1,\"2990\":535.0,\"2991\":555.12,\"2992\":681.24,\"2993\":4674.0,\"2994\":429.6,\"2995\":19015.34,\"2996\":7168.89,\"2997\":4497.75,\"2998\":19776.0,\"2999\":8443.2,\"3000\":null,\"3001\":2614.2,\"3002\":108.9,\"3003\":308.63,\"3004\":29632.0,\"3005\":25601.13,\"3006\":346803.92,\"3007\":null,\"3008\":811619.9,\"3009\":1246.14,\"3010\":790.02,\"3011\":1391.34,\"3012\":1564.2,\"3013\":49930.95,\"3014\":789503.5,\"3015\":541941.22,\"3016\":196040.0,\"3017\":412777.53,\"3018\":141961.23,\"3019\":125908.65,\"3020\":798.7,\"3021\":579.94,\"3022\":65217.99,\"3023\":12888.82,\"3024\":12980.5,\"3025\":64570.51,\"3026\":165666.48,\"3027\":170886.35,\"3028\":6227.01,\"3029\":135121.08,\"3030\":14797.74,\"3031\":44683.53,\"3032\":48123.74,\"3033\":648.21,\"3034\":77523.87,\"3035\":null,\"3036\":8091.6,\"3037\":2424.55,\"3038\":29067.86,\"3039\":43218.11,\"3040\":49988.42,\"3041\":30141.83,\"3042\":12936.82,\"3043\":651.06,\"3044\":4154.4,\"3045\":null,\"3046\":2138.4,\"3047\":6880.83,\"3048\":277.66,\"3049\":4320.0,\"3050\":4751.97,\"3051\":1198.32,\"3052\":1540.0,\"3053\":124.89,\"3054\":8584.0,\"3055\":9455.0,\"3056\":2673.0,\"3057\":3948.54,\"3058\":18112.7,\"3059\":9731.8,\"3060\":10073.84,\"3061\":639.17,\"3062\":10010.5,\"3063\":9764.6,\"3064\":816.0,\"3065\":1364.6,\"3066\":13086.0,\"3067\":19636.29,\"3068\":10285.29,\"3069\":19583.16,\"3070\":5640.77,\"3071\":null,\"3072\":6153.71,\"3073\":441.4,\"3074\":8465.6,\"3075\":1996.0,\"3076\":null,\"3077\":1469.8,\"3078\":3963.36,\"3079\":3733.8,\"3080\":null,\"3081\":286.63,\"3082\":2038.66,\"3083\":341.09,\"3084\":1118.97,\"3085\":599.82,\"3086\":11063.45,\"3087\":4775.05,\"3088\":15063.02,\"3089\":1342.8,\"3090\":524.48,\"3091\":null,\"3092\":717.42,\"3093\":null,\"3094\":272.36,\"3095\":959.1,\"3096\":1002.87,\"3097\":1543.11,\"3098\":14416.21,\"3099\":null,\"3100\":5565.2,\"3101\":6767.52,\"3102\":67798.67,\"3103\":11020.71,\"3104\":2339.54,\"3105\":4023.13,\"3106\":16402.74,\"3107\":11082.05,\"3108\":16896.89,\"3109\":null,\"3110\":13633.82,\"3111\":1090.76,\"3112\":7720.83,\"3113\":7499.41,\"3114\":8691.0,\"3115\":11474.31,\"3116\":198.28,\"3117\":null,\"3118\":700.21,\"3119\":7261.7,\"3120\":0.9,\"3121\":79.24,\"3122\":2118.12,\"3123\":5787.59,\"3124\":6022.8,\"3125\":8479.46,\"3126\":1341.57,\"3127\":18571.44,\"3128\":18488.32,\"3129\":8599.69,\"3130\":15703.2,\"3131\":8419.94,\"3132\":8665.17,\"3133\":256.2,\"3134\":72397.54,\"3135\":19057.98,\"3136\":19109.84,\"3137\":5.41,\"3138\":1.58,\"3139\":2412.0,\"3140\":662.85,\"3141\":341.0,\"3142\":8411.56,\"3143\":677.52,\"3144\":null,\"3145\":37745.59,\"3146\":22078.69,\"3147\":68480.29,\"3148\":1255.05,\"3149\":509.91,\"3150\":85716.16,\"3151\":8306.9,\"3152\":15560.0,\"3153\":3562.2,\"3154\":9360.54,\"3155\":5046.53,\"3156\":4958.78,\"3157\":8918.55,\"3158\":5935.2,\"3159\":6191.4,\"3160\":753.37,\"3161\":580.44,\"3162\":465.6,\"3163\":243.36,\"3164\":744.75,\"3165\":435.63,\"3166\":766.07,\"3167\":851.11,\"3168\":571.8,\"3169\":951.0,\"3170\":945.05,\"3171\":6908.4,\"3172\":870.24,\"3173\":null,\"3174\":6691.23,\"3175\":7131.73,\"3176\":4998.6,\"3177\":5364.33,\"3178\":765.75,\"3179\":1.2,\"3180\":4201.49,\"3181\":7404.0,\"3182\":6675.6,\"3183\":7273.45,\"3184\":657.5,\"3185\":4080.15,\"3186\":1.23,\"3187\":821.88,\"3188\":659.52,\"3189\":711.05,\"3190\":3021.04,\"3191\":3783.5,\"3192\":830.94,\"3193\":942.69,\"3194\":697.48,\"3195\":null,\"3196\":null,\"3197\":6850.06,\"3198\":5215.18,\"3199\":1527.0,\"3200\":9059.49,\"3201\":8151.14,\"3202\":7154.05,\"3203\":null,\"3204\":818.42,\"3205\":822.23,\"3206\":777.32,\"3207\":8461.2,\"3208\":24.1,\"3209\":null,\"3210\":709.25,\"3211\":369.57,\"3212\":0.01,\"3213\":1907.4,\"3214\":7156.8,\"3215\":350223.87,\"3216\":2156.4,\"3217\":3937.96,\"3218\":385.99,\"3219\":63.71,\"3220\":null,\"3221\":404.24,\"3222\":13629.0,\"3223\":16448.6,\"3224\":191.4,\"3225\":3057.94,\"3226\":1748.01,\"3227\":169.02,\"3228\":1128.6,\"3229\":1422.0,\"3230\":15484.0,\"3231\":457577.61,\"3232\":502855.67,\"3233\":null,\"3234\":1040.82,\"3235\":7612.19,\"3236\":61832.73,\"3237\":6141.67,\"3238\":701.79,\"3239\":147.34,\"3240\":null,\"3241\":3701.76,\"3242\":12375.63,\"3243\":629.2,\"3244\":64397.0,\"3245\":54044.64,\"3246\":15213.55,\"3247\":6526.0,\"3248\":4761.24,\"3249\":939.79,\"3250\":130170.0,\"3251\":153837.7,\"3252\":5995.9,\"3253\":null,\"3254\":null,\"3255\":612058.5,\"3256\":188695.75,\"3257\":14095.66,\"3258\":374666.96,\"3259\":14661.65,\"3260\":18744.0,\"3261\":22395.34,\"3262\":11575.59,\"3263\":10381.29,\"3264\":114792.39,\"3265\":1026.31,\"3266\":1326.94,\"3267\":12714.76,\"3268\":569.58,\"3269\":303820.0,\"3270\":54850.89,\"3271\":2295.86,\"3272\":758.11,\"3273\":398.53,\"3274\":23694.54,\"3275\":3145.01,\"3276\":3.0,\"3277\":null,\"3278\":909.95,\"3279\":893075.3,\"3280\":534388.0699999999,\"3281\":726.0,\"3282\":1412.4,\"3283\":8324.46,\"3284\":801.13,\"3285\":null,\"3286\":626.47,\"3287\":13788.0,\"3288\":23418.11,\"3289\":59719.08,\"3290\":69377.09,\"3291\":164569.2,\"3292\":null,\"3293\":null,\"3294\":493615.04,\"3295\":978.93,\"3296\":38599.45,\"3297\":42300.82,\"3298\":8264.35,\"3299\":null,\"3300\":671.62,\"3301\":1101.3,\"3302\":349906.72,\"3303\":null,\"3304\":533.35,\"3305\":797.04,\"3306\":595.19,\"3307\":5251.2,\"3308\":429.36,\"3309\":13966.17,\"3310\":4501.35,\"3311\":19532.8,\"3312\":8064.0,\"3313\":370.26,\"3314\":2089.8,\"3315\":105.6,\"3316\":253.87,\"3317\":29520.12,\"3318\":36512.42,\"3319\":14480.23,\"3320\":null,\"3321\":585002.63,\"3322\":1212.84,\"3323\":742.94,\"3324\":1125.05,\"3325\":1369.8,\"3326\":33790.49,\"3327\":781385.4,\"3328\":542986.37,\"3329\":40340.5,\"3330\":181320.0,\"3331\":null,\"3332\":413981.36,\"3333\":140558.47,\"3334\":126614.2,\"3335\":678.0,\"3336\":798.98,\"3337\":636.2,\"3338\":61267.52,\"3339\":11699.06,\"3340\":11967.69,\"3341\":64686.11,\"3342\":165584.94,\"3343\":170986.25,\"3344\":null,\"3345\":102035.71,\"3346\":18073.48,\"3347\":44899.45,\"3348\":48027.76,\"3349\":369.3,\"3350\":75325.32,\"3351\":1742.26,\"3352\":8584.4,\"3353\":2440.05,\"3354\":32516.07,\"3355\":46238.04,\"3356\":57465.59,\"3357\":58951.71,\"3358\":12653.58,\"3359\":651.3,\"3360\":4154.4,\"3361\":null,\"3362\":4723.2,\"3363\":6691.58,\"3364\":279.31,\"3365\":8160.0,\"3366\":7199.3,\"3367\":1111.68,\"3368\":1517.56,\"3369\":149.69,\"3370\":332.4,\"3371\":8283.0,\"3372\":9859.0,\"3373\":2578.4,\"3374\":4962.39,\"3375\":12027.57,\"3376\":9965.02,\"3377\":10173.23,\"3378\":695.35,\"3379\":10014.8,\"3380\":9772.8,\"3381\":90.0,\"3382\":1348.0,\"3383\":13806.0,\"3384\":19542.04,\"3385\":10301.56,\"3386\":19510.43,\"3387\":4608.0,\"3388\":null,\"3389\":424.4,\"3390\":8285.6,\"3391\":6946.0,\"3392\":null,\"3393\":1380.7,\"3394\":4403.58,\"3395\":3498.2,\"3396\":427.0,\"3397\":286.63,\"3398\":1508.7,\"3399\":345.69,\"3400\":2060.0,\"3401\":1421.56,\"3402\":10903.59,\"3403\":4219.38,\"3404\":17355.12,\"3405\":1614.6,\"3406\":397.77,\"3407\":746.46,\"3408\":null,\"3409\":328.68,\"3410\":924.3,\"3411\":1485.11,\"3412\":null,\"3413\":null,\"3414\":1885.0,\"3415\":5485.5,\"3416\":7810.8,\"3417\":71551.69,\"3418\":2932.3,\"3419\":329.88,\"3420\":3919.83,\"3421\":8544.96,\"3422\":16937.55,\"3423\":10216.99,\"3424\":18507.05,\"3425\":146659.72,\"3426\":17617.77,\"3427\":524.7,\"3428\":3669.6,\"3429\":3631.87,\"3430\":4063.5,\"3431\":11665.52,\"3432\":185.4,\"3433\":null,\"3434\":10.13,\"3435\":8011.09,\"3436\":1.3,\"3437\":51.11,\"3438\":1447.13,\"3439\":4012.43,\"3440\":6678.0,\"3441\":4069.97,\"3442\":173.74,\"3443\":13230.69,\"3444\":12250.87,\"3445\":5123.91,\"3446\":18792.0,\"3447\":17073.71,\"3448\":18056.42,\"3449\":18.0,\"3450\":37484.26,\"3451\":6789.3,\"3452\":6718.47,\"3453\":5.09,\"3454\":1.47,\"3455\":2412.0,\"3456\":null,\"3457\":436.26,\"3458\":8548.64,\"3459\":688.9,\"3460\":4.35,\"3461\":38343.91,\"3462\":21897.75,\"3463\":47295.71,\"3464\":946.83,\"3465\":1040.52,\"3466\":85697.31,\"3467\":3998.4,\"3468\":18080.0,\"3469\":6511.2,\"3470\":9379.86,\"3471\":8277.08,\"3472\":8210.03,\"3473\":7834.5,\"3474\":5367.3,\"3475\":5266.8,\"3476\":571.47,\"3477\":491.04,\"3478\":224.64,\"3479\":389.04,\"3480\":561.99,\"3481\":331.35,\"3482\":873.43,\"3483\":945.36,\"3484\":276.6,\"3485\":439.78,\"3486\":431.09,\"3487\":8770.8,\"3488\":387.24,\"3489\":1.2,\"3490\":13493.75,\"3491\":12414.78,\"3492\":6753.6,\"3493\":7267.35,\"3494\":null,\"3495\":490.59,\"3496\":null,\"3497\":null,\"3498\":4120.2,\"3499\":7526.4,\"3500\":3577.58,\"3501\":867.7,\"3502\":11744.55,\"3503\":1.38,\"3504\":680.46,\"3505\":708.24,\"3506\":646.16,\"3507\":2188.12,\"3508\":2217.2,\"3509\":581.79,\"3510\":424.12,\"3511\":774.7,\"3512\":83.07,\"3513\":111.0,\"3514\":7238.33,\"3515\":5815.12,\"3516\":133.2,\"3517\":13830.7,\"3518\":12924.99,\"3519\":14490.68,\"3520\":8061.3,\"3521\":2801.4,\"3522\":719.86,\"3523\":724.02,\"3524\":688.2,\"3525\":7910.1,\"3526\":null,\"3527\":61.38,\"3528\":674.36,\"3529\":797.3,\"3530\":533.15,\"3531\":277.19,\"3532\":1861.2,\"3533\":7148.4,\"3534\":337889.57,\"3535\":1911.6,\"3536\":3941.67,\"3537\":467.72,\"3538\":null,\"3539\":404.46,\"3540\":13288.0,\"3541\":15929.81,\"3542\":72.6,\"3543\":334.62,\"3544\":1742.4,\"3545\":223.2,\"3546\":2274.3,\"3547\":1238.0,\"3548\":21832.0,\"3549\":304633.72,\"3550\":499360.16,\"3551\":14632.0,\"3552\":366.63,\"3553\":11438.69,\"3554\":61661.57,\"3555\":6163.67,\"3556\":638.83,\"3557\":190.0,\"3558\":3702.08,\"3559\":11726.73,\"3560\":617.32,\"3561\":null,\"3562\":59361.44,\"3563\":15223.32,\"3564\":6125.0,\"3565\":4553.6,\"3566\":939.79,\"3567\":243450.23,\"3568\":151617.29,\"3569\":7042.06,\"3570\":69072.0,\"3571\":null,\"3572\":372266.61,\"3573\":228492.58,\"3574\":14147.75,\"3575\":335717.58,\"3576\":14348.23,\"3577\":18953.0,\"3578\":22238.43,\"3579\":12024.28,\"3580\":16474.34,\"3581\":null,\"3582\":937.71,\"3583\":1280.26,\"3584\":333.08,\"3585\":304700.01,\"3586\":74191.72,\"3587\":1697.17,\"3588\":760.08,\"3589\":398.64,\"3590\":19739.91,\"3591\":null,\"3592\":2814.66,\"3593\":28.2,\"3594\":894.49,\"3595\":882400.8199999999,\"3596\":487039.23,\"3597\":288.0,\"3598\":1379.4,\"3599\":8311.31,\"3600\":800.69,\"3601\":636.45,\"3602\":13032.0,\"3603\":23349.45,\"3604\":69475.0,\"3605\":164796.29,\"3606\":null,\"3607\":134688.0,\"3608\":376114.45,\"3609\":1002.05,\"3610\":37557.78,\"3611\":41191.61,\"3612\":4132.17,\"3613\":538.16,\"3614\":652.14,\"3615\":1029.9,\"3616\":347783.69,\"3617\":1050.05,\"3618\":527.01,\"3619\":815.4,\"3620\":601.51,\"3621\":5246.4,\"3622\":429.24,\"3623\":null,\"3624\":552.96,\"3625\":5054.74,\"3626\":4497.75,\"3627\":19200.5,\"3628\":8596.8,\"3629\":376.4,\"3630\":2502.0,\"3631\":105.6,\"3632\":198.05,\"3633\":29394.2,\"3634\":29812.41,\"3635\":99.39,\"3636\":null,\"3637\":null,\"3638\":727314.17,\"3639\":1180.8,\"3640\":757.24,\"3641\":1098.2,\"3642\":1303.2,\"3643\":null,\"3644\":773760.23,\"3645\":49665.69,\"3646\":537043.14,\"3647\":203900.0,\"3648\":153714.09,\"3649\":415562.86,\"3650\":141443.31,\"3651\":124326.05,\"3652\":null,\"3653\":799.12,\"3654\":821.52,\"3655\":38008.34,\"3656\":13142.21,\"3657\":13097.23,\"3658\":63906.94,\"3659\":165498.64,\"3660\":170666.2,\"3661\":null,\"3662\":226238.33,\"3663\":18288.22,\"3664\":44299.92,\"3665\":48258.92,\"3666\":199.29,\"3667\":84508.95,\"3668\":1563.23,\"3669\":8368.8,\"3670\":2327.79,\"3671\":30749.67,\"3672\":46344.03,\"3673\":57609.94,\"3674\":59190.87,\"3675\":11994.54,\"3676\":650.49,\"3677\":5983.2,\"3678\":null,\"3679\":null,\"3680\":2548.8,\"3681\":6759.56,\"3682\":272.98,\"3683\":6400.0,\"3684\":8933.77,\"3685\":1005.96,\"3686\":1533.84,\"3687\":132.66,\"3688\":331.8,\"3689\":8059.0,\"3690\":9209.0,\"3691\":2503.6,\"3692\":4463.05,\"3693\":14876.15,\"3694\":9238.85,\"3695\":9593.25,\"3696\":205.77,\"3697\":10015.9,\"3698\":9777.3,\"3699\":25.2,\"3700\":1337.9,\"3701\":13716.0,\"3702\":19717.04,\"3703\":10279.44,\"3704\":19483.16,\"3705\":7196.4,\"3706\":428.5,\"3707\":7973.4,\"3708\":2020.0,\"3709\":null,\"3710\":1360.6,\"3711\":5477.22,\"3712\":3331.4,\"3713\":5058.0,\"3714\":286.63,\"3715\":1669.69,\"3716\":344.31,\"3717\":2013.0,\"3718\":1122.03,\"3719\":10664.25,\"3720\":3576.52,\"3721\":17031.55,\"3722\":1536.0,\"3723\":142.39,\"3724\":890.34,\"3725\":313.72,\"3726\":975.0,\"3727\":1840.74,\"3728\":null,\"3729\":17132.42,\"3730\":2000.0,\"3731\":5375.3,\"3732\":7583.1,\"3733\":69830.25,\"3734\":2500.51,\"3735\":158.02,\"3736\":3805.04,\"3737\":8516.16,\"3738\":290.4,\"3739\":14262.44,\"3740\":10919.93,\"3741\":16386.66,\"3742\":161161.46,\"3743\":17475.07,\"3744\":149.38,\"3745\":5681.48,\"3746\":5723.16,\"3747\":5772.0,\"3748\":11644.2,\"3749\":263.76,\"3750\":null,\"3751\":5931.29,\"3752\":0.1,\"3753\":36.65,\"3754\":536.11,\"3755\":5003.96,\"3756\":8031.6,\"3757\":6229.58,\"3758\":183.32,\"3759\":7890.88,\"3760\":7577.58,\"3761\":3009.7,\"3762\":7005.6,\"3763\":19126.8,\"3764\":9339.47,\"3765\":9681.29,\"3766\":null,\"3767\":69051.06,\"3768\":6910.81,\"3769\":6920.37,\"3770\":6.12,\"3771\":1.74,\"3772\":2412.0,\"3773\":null,\"3774\":445.28,\"3775\":687.7,\"3776\":38924.5,\"3777\":10481.99,\"3778\":64475.57,\"3779\":1190.04,\"3780\":420.21,\"3781\":99163.23,\"3782\":6483.05,\"3783\":18120.0,\"3784\":6483.0,\"3785\":9382.62,\"3786\":2639.48,\"3787\":2687.85,\"3788\":2719.8,\"3789\":4928.4,\"3790\":4930.2,\"3791\":360.62,\"3792\":null,\"3793\":335.04,\"3794\":226.44,\"3795\":226.92,\"3796\":356.4,\"3797\":180.75,\"3798\":917.21,\"3799\":914.18,\"3800\":557.52,\"3801\":981.83,\"3802\":991.76,\"3803\":8798.4,\"3804\":377.4,\"3805\":6.0,\"3806\":14072.41,\"3807\":14363.63,\"3808\":7331.4,\"3809\":5444.75,\"3810\":4800.0,\"3811\":325.47,\"3812\":null,\"3813\":null,\"3814\":5673.9,\"3815\":6056.4,\"3816\":3428.9,\"3817\":960.81,\"3818\":7280.55,\"3819\":0.4,\"3820\":null,\"3821\":543.48,\"3822\":597.3,\"3823\":1501.72,\"3824\":9281.65,\"3825\":4800.0,\"3826\":817.28,\"3827\":983.59,\"3828\":787.55,\"3829\":28.12,\"3830\":171.0,\"3831\":4617.7,\"3832\":3684.74,\"3833\":null,\"3834\":14412.61,\"3835\":13751.23,\"3836\":14482.6,\"3837\":5895.6,\"3838\":3614.4,\"3839\":441.58,\"3840\":444.97,\"3841\":837.97,\"3842\":6616.5,\"3843\":null,\"3844\":37.65,\"3845\":635.36,\"3846\":702.08,\"3847\":541.65,\"3848\":1148.42,\"3849\":1854.6,\"3850\":7141.2,\"3851\":384162.39,\"3852\":4413.6,\"3853\":4186.5,\"3854\":null,\"3855\":null,\"3856\":403.27,\"3857\":13816.0,\"3858\":15524.84,\"3859\":191.4,\"3860\":3044.74,\"3861\":1745.7,\"3862\":765.36,\"3863\":2311.2,\"3864\":2352.0,\"3865\":20284.0,\"3866\":60361.76,\"3867\":498717.54,\"3868\":12736.0,\"3869\":552.09,\"3870\":7949.95,\"3871\":23067.43,\"3872\":6086.67,\"3873\":733.7,\"3874\":719.28,\"3875\":3702.08,\"3876\":909.81,\"3877\":11401.44,\"3878\":615.12,\"3879\":null,\"3880\":63080.98,\"3881\":27065.78,\"3882\":9163.0,\"3883\":4518.3,\"3884\":939.79,\"3885\":249798.25,\"3886\":152819.95,\"3887\":5730.24,\"3888\":68688.0,\"3889\":null,\"3890\":106646.3,\"3891\":238699.45,\"3892\":12474.46,\"3893\":33061.22,\"3894\":14048.4,\"3895\":18788.0,\"3896\":26461.28,\"3897\":12013.75,\"3898\":16345.59,\"3899\":null,\"3900\":857.6,\"3901\":1278.76,\"3902\":575.46,\"3903\":null,\"3904\":74425.52,\"3905\":1801.59,\"3906\":764.7,\"3907\":398.56,\"3908\":23659.48,\"3909\":null,\"3910\":197.93,\"3911\":37.8,\"3912\":909.73,\"3913\":877013.91,\"3914\":499772.02,\"3915\":654.0,\"3916\":1379.4,\"3917\":8302.1,\"3918\":792.33,\"3919\":null,\"3920\":640.26,\"3921\":13860.0,\"3922\":23734.73,\"3923\":68773.49,\"3924\":164594.95,\"3925\":3249.0,\"3926\":402224.0,\"3927\":472610.65,\"3928\":967.23,\"3929\":37964.86,\"3930\":41804.66,\"3931\":7958.26,\"3932\":526.55,\"3933\":679.75,\"3934\":923.1,\"3935\":350208.26,\"3936\":2115.6,\"3937\":529.62,\"3938\":785.52,\"3939\":590.6,\"3940\":4864.8,\"3941\":428.88,\"3942\":1544.28,\"3943\":13992.0,\"3944\":4500.0,\"3945\":18124.22,\"3946\":6134.4,\"3947\":379.63,\"3948\":2558.4,\"3949\":105.6,\"3950\":340.2,\"3951\":29995.23,\"3952\":32612.93,\"3953\":626272.16,\"3954\":null,\"3955\":626723.59,\"3956\":1286.34,\"3957\":808.06,\"3958\":1089.06,\"3959\":1202.4,\"3960\":773415.52,\"3961\":38872.28,\"3962\":542134.16,\"3963\":203330.0,\"3964\":154426.09,\"3965\":418203.98,\"3966\":142773.22,\"3967\":126596.47,\"3968\":798.42,\"3969\":678.89,\"3970\":55226.68,\"3971\":12118.79,\"3972\":13174.42,\"3973\":64449.23,\"3974\":165355.95,\"3975\":168799.55,\"3976\":null,\"3977\":195902.57,\"3978\":18548.27,\"3979\":44561.54,\"3980\":48196.94,\"3981\":653.46,\"3982\":75520.1,\"3983\":1503.75,\"3984\":7922.2,\"3985\":2497.44,\"3986\":null,\"3987\":46185.36,\"3988\":58176.2,\"3989\":49673.48,\"3990\":12581.05,\"3991\":649.65,\"3992\":4928.4,\"3993\":null,\"3994\":null,\"3995\":6729.03,\"3996\":260.77,\"3997\":null,\"3998\":8800.0,\"3999\":9297.52,\"4000\":1117.92,\"4001\":1619.2,\"4002\":143.35,\"4003\":331.8,\"4004\":7888.0,\"4005\":9678.0,\"4006\":2541.0,\"4007\":3965.02,\"4008\":14454.87,\"4009\":8922.66,\"4010\":9290.04,\"4011\":454.96,\"4012\":10012.8,\"4013\":9352.6,\"4014\":567.6,\"4015\":1328.9,\"4016\":13284.0,\"4017\":19728.43,\"4018\":10290.37,\"4019\":19546.16,\"4020\":4096.8,\"4021\":426.9,\"4022\":9363.4,\"4023\":6492.0,\"4024\":1334.8,\"4025\":4342.86,\"4026\":3239.3,\"4027\":7964.0,\"4028\":286.63,\"4029\":1535.74,\"4030\":347.99,\"4031\":2013.0,\"4032\":1250.0,\"4033\":10809.57,\"4034\":5331.6,\"4035\":11240.29,\"4036\":1662.0,\"4037\":405.8,\"4038\":733.92,\"4039\":362.56,\"4040\":721.8,\"4041\":1459.7,\"4042\":404.7,\"4043\":null,\"4044\":16831.46,\"4045\":2000.0,\"4046\":5356.1,\"4047\":6637.8,\"4048\":69877.18,\"4049\":2764.82,\"4050\":2102.51,\"4051\":3736.17,\"4052\":7728.48,\"4053\":12201.39,\"4054\":7015.95,\"4055\":15773.63,\"4056\":179510.79,\"4057\":17641.79,\"4058\":867.68,\"4059\":6318.67,\"4060\":6097.19,\"4061\":7867.5,\"4062\":8441.49,\"4063\":276.96,\"4064\":14.4,\"4065\":706.06,\"4066\":5961.83,\"4067\":1.41,\"4068\":70.49,\"4069\":1047.82,\"4070\":1814.68,\"4071\":7995.6,\"4072\":7388.86,\"4073\":1802.85,\"4074\":14785.53,\"4075\":16757.09,\"4076\":7839.56,\"4077\":7450.2,\"4078\":18612.0,\"4079\":7869.95,\"4080\":8174.19,\"4081\":844.2,\"4082\":62986.71,\"4083\":10705.05,\"4084\":11599.74,\"4085\":5.89,\"4086\":1.66,\"4087\":2412.0,\"4088\":1334.4,\"4089\":405.46,\"4090\":null,\"4091\":877.06,\"4092\":null,\"4093\":38481.6,\"4094\":11806.84,\"4095\":67604.77,\"4096\":1171.89,\"4097\":1219.92,\"4098\":84002.44,\"4099\":6102.25,\"4100\":13880.0,\"4101\":6479.4,\"4102\":9577.2,\"4103\":7793.1,\"4104\":7956.45,\"4105\":8538.3,\"4106\":4674.0,\"4107\":5775.9,\"4108\":714.91,\"4109\":2680.7,\"4110\":650.16,\"4111\":349.08,\"4112\":329.16,\"4113\":732.96,\"4114\":434.61,\"4115\":945.62,\"4116\":911.63,\"4117\":561.0,\"4118\":955.8,\"4119\":981.5,\"4120\":8787.6,\"4121\":523.44,\"4122\":61.2,\"4123\":4329.18,\"4124\":5076.66,\"4125\":7767.0,\"4126\":10106.3,\"4127\":4800.0,\"4128\":752.25,\"4129\":null,\"4130\":null,\"4131\":6403.5,\"4132\":4576.8,\"4133\":5828.65,\"4134\":958.15,\"4135\":7281.0,\"4136\":2.15,\"4137\":703.69,\"4138\":581.4,\"4139\":856.9,\"4140\":2621.08,\"4141\":8682.5,\"4142\":4800.0,\"4143\":922.56,\"4144\":983.01,\"4145\":781.72,\"4146\":150.66,\"4147\":138.0,\"4148\":5560.45,\"4149\":4427.13,\"4150\":2991.6,\"4151\":null,\"4152\":4679.7,\"4153\":4640.4,\"4154\":4050.0,\"4155\":3927.9,\"4156\":688.62,\"4157\":695.27,\"4158\":890.11,\"4159\":8906.7,\"4160\":4.14,\"4161\":35.52,\"4162\":295.24,\"4163\":791.2,\"4164\":912.53,\"4165\":88.61,\"4166\":1848.0,\"4167\":7135.2,\"4168\":380984.34,\"4169\":2685.6,\"4170\":4239.61,\"4171\":null,\"4172\":null,\"4173\":404.61,\"4174\":13684.0,\"4175\":15324.22,\"4176\":191.4,\"4177\":3128.07,\"4178\":1740.42,\"4179\":767.74,\"4180\":2164.5,\"4181\":2899.0,\"4182\":20280.0,\"4183\":152437.16,\"4184\":481743.93,\"4185\":13072.0,\"4186\":1372.14,\"4187\":7972.2,\"4188\":22037.58,\"4189\":5907.0,\"4190\":641.13,\"4191\":741.26,\"4192\":3701.76,\"4193\":895.83,\"4194\":11007.35,\"4195\":627.66,\"4196\":null,\"4197\":59941.22,\"4198\":26138.17,\"4199\":9316.0,\"4200\":4451.34,\"4201\":939.79,\"4202\":250038.53,\"4203\":154888.96,\"4204\":5677.46,\"4205\":2520.0,\"4206\":508990.0,\"4207\":184666.19,\"4208\":11882.27,\"4209\":164895.33,\"4210\":13870.85,\"4211\":18576.8,\"4212\":23675.76,\"4213\":11028.39,\"4214\":16172.51,\"4215\":171217.94,\"4216\":704.63,\"4217\":1241.31,\"4218\":590.96,\"4219\":null,\"4220\":72714.26,\"4221\":1782.39,\"4222\":761.26,\"4223\":401.31,\"4224\":21666.09,\"4225\":null,\"4226\":null,\"4227\":24.6,\"4228\":844.53,\"4229\":872901.36,\"4230\":95112.36,\"4231\":444.0,\"4232\":6107.2,\"4233\":8311.75,\"4234\":793.43,\"4235\":615.26,\"4236\":15012.0,\"4237\":22946.59,\"4238\":69404.08,\"4239\":165201.49,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":1000.36,\"4244\":37568.94,\"4245\":41525.79,\"4246\":9029.57,\"4247\":530.77,\"4248\":675.07,\"4249\":841.05,\"4250\":349774.25,\"4251\":3074.42,\"4252\":519.45,\"4253\":777.24,\"4254\":622.81,\"4255\":4759.2,\"4256\":429.0,\"4257\":1458.89,\"4258\":14093.15,\"4259\":3184.2,\"4260\":17902.8,\"4261\":6835.2,\"4262\":1452.58,\"4263\":382.27,\"4264\":2572.2,\"4265\":102.3,\"4266\":341.21,\"4267\":29070.43,\"4268\":32439.69,\"4269\":1187.22,\"4270\":247903.51,\"4271\":null,\"4272\":560954.3,\"4273\":1602.96,\"4274\":766.92,\"4275\":1067.55,\"4276\":1247.4,\"4277\":770516.3,\"4278\":null,\"4279\":535377.3,\"4280\":null,\"4281\":154849.5,\"4282\":421212.48,\"4283\":144688.28,\"4284\":125712.61,\"4285\":788.9,\"4286\":599.98,\"4287\":64831.75,\"4288\":10151.83,\"4289\":9560.94,\"4290\":68403.29,\"4291\":165150.95,\"4292\":170447.9,\"4293\":null,\"4294\":null,\"4295\":18384.46,\"4296\":45101.46,\"4297\":48231.93,\"4298\":652.14,\"4299\":75316.39,\"4300\":1294.73,\"4301\":7581.2,\"4302\":2380.02,\"4303\":28954.7,\"4304\":41693.54,\"4305\":57347.21,\"4306\":57514.06,\"4307\":16014.34,\"4308\":326.61,\"4309\":5418.0,\"4310\":2.4,\"4311\":null,\"4312\":6721.11,\"4313\":267.37,\"4314\":2800.0,\"4315\":9341.03,\"4316\":1115.76,\"4317\":1564.64,\"4318\":183.48,\"4319\":9634.0,\"4320\":9300.0,\"4321\":3280.2,\"4322\":4447.2,\"4323\":14424.09,\"4324\":9710.87,\"4325\":10064.53,\"4326\":593.41,\"4327\":10016.4,\"4328\":9615.7,\"4329\":484.8,\"4330\":2035.3,\"4331\":13212.0,\"4332\":19717.21,\"4333\":10279.24,\"4334\":19484.14,\"4335\":9248.4,\"4336\":518.1,\"4337\":8833.2,\"4338\":4922.0,\"4339\":null,\"4340\":1689.5,\"4341\":5445.48,\"4342\":6534.8,\"4343\":5211.0,\"4344\":286.63,\"4345\":2002.21,\"4346\":345.92,\"4347\":2251.0,\"4348\":1177.55,\"4349\":11049.24,\"4350\":5709.31,\"4351\":18214.66,\"4352\":1635.0,\"4353\":3398.45,\"4354\":null,\"4355\":935.88,\"4356\":0.04,\"4357\":317.24,\"4358\":692.1,\"4359\":2029.06,\"4360\":164.56,\"4361\":159.84,\"4362\":15815.7,\"4363\":2000.0,\"4364\":6627.4,\"4365\":5794.62,\"4366\":71387.99,\"4367\":6708.44,\"4368\":201.79,\"4369\":5193.91,\"4370\":7626.24,\"4371\":66.0,\"4372\":17209.66,\"4373\":9956.85,\"4374\":19072.5,\"4375\":null,\"4376\":15302.15,\"4377\":421.96,\"4378\":4880.27,\"4379\":4917.56,\"4380\":5562.0,\"4381\":11650.81,\"4382\":210.6,\"4383\":2.4,\"4384\":276.31,\"4385\":7654.92,\"4386\":null,\"4387\":50.47,\"4388\":2332.1,\"4389\":5389.63,\"4390\":5374.95,\"4391\":1435.01,\"4392\":11128.04,\"4393\":8544.96,\"4394\":4619.07,\"4395\":8569.8,\"4396\":16092.0,\"4397\":6973.84,\"4398\":7174.59,\"4399\":1361.4,\"4400\":61738.69,\"4401\":17290.98,\"4402\":16580.61,\"4403\":4.91,\"4404\":1.51,\"4405\":2412.0,\"4406\":2086.5,\"4407\":339.9,\"4408\":8678.82,\"4409\":378.8,\"4410\":24856.33,\"4411\":20039.23,\"4412\":40424.44,\"4413\":1215.01,\"4414\":1624.26,\"4415\":93732.86,\"4416\":5092.5,\"4417\":10720.0,\"4418\":5353.2,\"4419\":9486.12,\"4420\":8721.9,\"4421\":8691.08,\"4422\":8749.8,\"4423\":1910.1,\"4424\":2360.1,\"4425\":892.58,\"4426\":3978.7,\"4427\":414.24,\"4428\":316.32,\"4429\":296.28,\"4430\":403.89,\"4431\":308.58,\"4432\":900.54,\"4433\":746.05,\"4434\":483.0,\"4435\":903.53,\"4436\":930.64,\"4437\":8848.8,\"4438\":780.12,\"4439\":6.0,\"4440\":8903.75,\"4441\":10851.38,\"4442\":1945.8,\"4443\":13320.07,\"4444\":2057.0,\"4445\":461.73,\"4446\":1114.8,\"4447\":655.5,\"4448\":null,\"4449\":5812.2,\"4450\":4314.0,\"4451\":2739.03,\"4452\":930.94,\"4453\":13698.0,\"4454\":6.64,\"4455\":554.07,\"4456\":725.52,\"4457\":null,\"4458\":650.76,\"4459\":9457.6,\"4460\":2057.0,\"4461\":909.32,\"4462\":937.05,\"4463\":761.37,\"4464\":638.13,\"4465\":135.0,\"4466\":8396.09,\"4467\":6530.2,\"4468\":3229.2,\"4469\":12091.71,\"4470\":12091.79,\"4471\":4936.5,\"4472\":5013.6,\"4473\":902.59,\"4474\":894.48,\"4475\":856.8,\"4476\":6227.1,\"4477\":411.93,\"4478\":30.91,\"4479\":700.15,\"4480\":471.62,\"4481\":895.48,\"4482\":null,\"4483\":3626.33,\"4484\":2448.6,\"4485\":7142.4,\"4486\":113733.2,\"4487\":2437.2,\"4488\":4634.13,\"4489\":null,\"4490\":404.73,\"4491\":14003.0,\"4492\":13167.64,\"4493\":198.0,\"4494\":3124.6,\"4495\":1738.11,\"4496\":747.27,\"4497\":2181.6,\"4498\":3700.0,\"4499\":22004.0,\"4500\":459215.84,\"4501\":500612.12,\"4502\":12992.0,\"4503\":1045.44,\"4504\":9600.38,\"4505\":55781.64,\"4506\":7087.67,\"4507\":638.54,\"4508\":708.63,\"4509\":3702.08,\"4510\":904.39,\"4511\":10937.16,\"4512\":596.2,\"4513\":null,\"4514\":61203.02,\"4515\":26229.21,\"4516\":18925.0,\"4517\":6710.2,\"4518\":939.79,\"4519\":250063.53,\"4520\":154480.65,\"4521\":8202.31,\"4522\":31320.0,\"4523\":null,\"4524\":212913.12,\"4525\":20469.03,\"4526\":33449.8,\"4527\":15882.4,\"4528\":18803.4,\"4529\":25401.67,\"4530\":10922.53,\"4531\":16490.2,\"4532\":62323.67,\"4533\":917.42,\"4534\":1331.97,\"4535\":588.71,\"4536\":70414.43,\"4537\":2101.74,\"4538\":751.02,\"4539\":403.4,\"4540\":21676.74,\"4541\":null,\"4542\":2902.46,\"4543\":2051.4,\"4544\":684.72,\"4545\":894702.9,\"4546\":530803.02,\"4547\":660.0,\"4548\":6850.8,\"4549\":8315.31,\"4550\":792.77,\"4551\":644.79,\"4552\":13680.0,\"4553\":23159.84,\"4554\":69315.8,\"4555\":151278.58,\"4556\":null,\"4557\":null,\"4558\":530293.8,\"4559\":964.05,\"4560\":5070.74,\"4561\":4439.8,\"4562\":7499.13,\"4563\":513.74,\"4564\":674.75,\"4565\":742.8,\"4566\":201099.05,\"4567\":3076.14,\"4568\":526.48,\"4569\":817.92,\"4570\":619.51,\"4571\":4590.0,\"4572\":429.12,\"4573\":1200.6,\"4574\":14111.09,\"4575\":2389.5,\"4576\":18987.19,\"4577\":10113.6,\"4578\":null,\"4579\":384.65,\"4580\":2562.0,\"4581\":102.3,\"4582\":200.84,\"4583\":29997.12,\"4584\":36360.52,\"4585\":1184.07,\"4586\":341352.18,\"4587\":null,\"4588\":120558.54,\"4589\":1584.84,\"4590\":674.3,\"4591\":1140.87,\"4592\":1411.2,\"4593\":683585.1899999999,\"4594\":null,\"4595\":180609.52,\"4596\":123780.0,\"4597\":153602.68,\"4598\":419337.87,\"4599\":73088.57,\"4600\":72501.98,\"4601\":796.18,\"4602\":599.48,\"4603\":32958.99,\"4604\":13853.46,\"4605\":13949.38,\"4606\":59469.98,\"4607\":164874.76,\"4608\":169846.65,\"4609\":null,\"4610\":null,\"4611\":17748.94,\"4612\":44672.29,\"4613\":48237.9,\"4614\":650.61,\"4615\":75346.99,\"4616\":1194.09,\"4617\":6263.4,\"4618\":2298.87,\"4619\":31126.39,\"4620\":43902.31,\"4621\":57655.32,\"4622\":57493.98,\"4623\":15106.32,\"4624\":326.37,\"4625\":6890.4,\"4626\":5.4,\"4627\":null,\"4628\":6747.84,\"4629\":257.4,\"4630\":4320.0,\"4631\":9175.96,\"4632\":0.72,\"4633\":1574.76,\"4634\":138.6,\"4635\":9059.0,\"4636\":9868.0,\"4637\":2356.2,\"4638\":4958.54,\"4639\":17696.47,\"4640\":8906.39,\"4641\":9277.21,\"4642\":440.73,\"4643\":null,\"4644\":null,\"4645\":1305.6,\"4646\":2235.9,\"4647\":8082.0,\"4648\":19706.47,\"4649\":10202.68,\"4650\":19397.44,\"4651\":7675.2,\"4652\":683.8,\"4653\":11293.8,\"4654\":7914.0,\"4655\":null,\"4656\":1576.8,\"4657\":5484.12,\"4658\":3915.4,\"4659\":6864.0,\"4660\":286.63,\"4661\":1191.04,\"4662\":266.34,\"4663\":2345.0,\"4664\":465.12,\"4665\":14353.16,\"4666\":3740.14,\"4667\":1322.3,\"4668\":1611.6,\"4669\":1987.24,\"4670\":null,\"4671\":840.18,\"4672\":458.04,\"4673\":632.4,\"4674\":1525.59,\"4675\":69.73,\"4676\":30.24,\"4677\":14942.9,\"4678\":2000.0,\"4679\":1364.2,\"4680\":7182.9,\"4681\":54872.6,\"4682\":6813.14,\"4683\":543.22,\"4684\":9716.35,\"4685\":8160.48,\"4686\":1511.34,\"4687\":11071.74,\"4688\":1605.97,\"4689\":165144.03,\"4690\":3101.73,\"4691\":295.46,\"4692\":6160.28,\"4693\":6170.88,\"4694\":6550.5,\"4695\":8052.26,\"4696\":85.92,\"4697\":1170.91,\"4698\":6328.07,\"4699\":0.91,\"4700\":74.58,\"4701\":1781.19,\"4702\":3275.18,\"4703\":7585.2,\"4704\":6814.73,\"4705\":1355.02,\"4706\":12038.42,\"4707\":11510.45,\"4708\":5363.69,\"4709\":8265.6,\"4710\":13928.4,\"4711\":6468.92,\"4712\":6717.53,\"4713\":471.0,\"4714\":77490.1,\"4715\":13219.61,\"4716\":13562.89,\"4717\":2.86,\"4718\":0.91,\"4719\":2412.0,\"4720\":771.6,\"4721\":278.52,\"4722\":8697.22,\"4723\":272.44,\"4724\":504.45,\"4725\":30180.63,\"4726\":7491.42,\"4727\":42104.08,\"4728\":1174.14,\"4729\":1299.9,\"4730\":72569.07,\"4731\":5379.5,\"4732\":11920.0,\"4733\":6222.0,\"4734\":8905.14,\"4735\":8459.33,\"4736\":8392.5,\"4737\":7986.15,\"4738\":4750.8,\"4739\":6169.5,\"4740\":884.31,\"4741\":null,\"4742\":644.76,\"4743\":330.36,\"4744\":450.72,\"4745\":527.28,\"4746\":318.99,\"4747\":656.77,\"4748\":959.69,\"4749\":640.2,\"4750\":903.0,\"4751\":893.87,\"4752\":8599.2,\"4753\":621.72,\"4754\":21.6,\"4755\":12464.24,\"4756\":11398.44,\"4757\":3508.2,\"4758\":4125.82,\"4759\":4900.0,\"4760\":531.24,\"4761\":1.8,\"4762\":2898.93,\"4763\":5053.2,\"4764\":7966.8,\"4765\":6110.6,\"4766\":823.66,\"4767\":12639.6,\"4768\":1.23,\"4769\":641.54,\"4770\":576.36,\"4771\":889.9,\"4772\":2133.12,\"4773\":8646.85,\"4774\":4900.0,\"4775\":664.81,\"4776\":916.37,\"4777\":248.55,\"4778\":541.16,\"4779\":354.0,\"4780\":9926.96,\"4781\":7782.08,\"4782\":4149.6,\"4783\":10236.59,\"4784\":12133.8,\"4785\":4227.9,\"4786\":3587.4,\"4787\":637.47,\"4788\":638.81,\"4789\":846.01,\"4790\":5025.9,\"4791\":70.19,\"4792\":261.91,\"4793\":819.26,\"4794\":856.86,\"4795\":null,\"4796\":3721.67,\"4797\":2369.4,\"4798\":7135.2,\"4799\":288057.2,\"4800\":4406.4,\"4801\":5924.86,\"4802\":16.02,\"4803\":404.43,\"4804\":12991.0,\"4805\":10256.39,\"4806\":null,\"4807\":3135.66,\"4808\":1753.62,\"4809\":786.33,\"4810\":869.4,\"4811\":3136.0,\"4812\":21588.0,\"4813\":225554.36,\"4814\":497913.87,\"4815\":null,\"4816\":267.96,\"4817\":10084.99,\"4818\":65223.16,\"4819\":7124.33,\"4820\":756.41,\"4821\":720.18,\"4822\":3701.44,\"4823\":856.75,\"4824\":18062.94,\"4825\":583.88,\"4826\":null,\"4827\":48945.91,\"4828\":28282.47,\"4829\":19307.0,\"4830\":5317.02,\"4831\":938.8,\"4832\":249319.39,\"4833\":156569.08,\"4834\":6572.24,\"4835\":null,\"4836\":511130.0,\"4837\":null,\"4838\":150653.02,\"4839\":20198.49,\"4840\":396624.87,\"4841\":19265.65,\"4842\":18431.6,\"4843\":24484.3,\"4844\":13263.54,\"4845\":16459.18,\"4846\":147459.92,\"4847\":1008.71,\"4848\":1279.4,\"4849\":579.83,\"4850\":298485.0,\"4851\":29023.42,\"4852\":2027.34,\"4853\":755.15,\"4854\":381.26,\"4855\":29467.0,\"4856\":40395.48,\"4857\":2135.31,\"4858\":2698.2,\"4859\":821.76,\"4860\":846856.84,\"4861\":355621.74,\"4862\":198.0,\"4863\":9471.0,\"4864\":4570.16,\"4865\":796.84,\"4866\":136680.0,\"4867\":615.62,\"4868\":8784.0,\"4869\":23151.04,\"4870\":64335.76,\"4871\":164811.21,\"4872\":25.0,\"4873\":341504.0,\"4874\":530132.4300000001,\"4875\":50678.8,\"4876\":42216.93,\"4877\":8111.3,\"4878\":535.92,\"4879\":676.12,\"4880\":721.35,\"4881\":81018.89,\"4882\":3070.98,\"4883\":520.71,\"4884\":908.46,\"4885\":560.99,\"4886\":5058.0,\"4887\":428.4,\"4888\":19594.67,\"4889\":1578.86,\"4890\":14037.91,\"4891\":null,\"4892\":16987.28,\"4893\":7588.8,\"4894\":382.4,\"4895\":2561.4,\"4896\":102.3,\"4897\":332.41,\"4898\":30056.6,\"4899\":31854.75,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":120220.53,\"4904\":null,\"4905\":776.6,\"4906\":1071.83,\"4907\":1441.8,\"4908\":781609.04,\"4909\":50081.33,\"4910\":531273.36,\"4911\":20008.64,\"4912\":204790.0,\"4913\":153464.09,\"4914\":418792.52,\"4915\":74197.19,\"4916\":72188.03,\"4917\":795.76,\"4918\":1.11,\"4919\":40436.98,\"4920\":1064.64,\"4921\":1102.88,\"4922\":76966.8,\"4923\":164567.75,\"4924\":170085.3,\"4925\":193693.27,\"4926\":null,\"4927\":190553.32,\"4928\":null,\"4929\":44507.89,\"4930\":48014.12,\"4931\":654.09,\"4932\":76431.98,\"4933\":1405.42,\"4934\":6690.2,\"4935\":2672.02,\"4936\":31333.0,\"4937\":43808.74,\"4938\":57807.2,\"4939\":57728.26,\"4940\":19506.73,\"4941\":247.17,\"4942\":6894.0,\"4943\":null,\"4944\":null,\"4945\":6719.46,\"4946\":276.41,\"4947\":null,\"4948\":3440.0,\"4949\":9050.1,\"4950\":58.08,\"4951\":1657.04,\"4952\":131.87,\"4953\":null,\"4954\":8490.0,\"4955\":8293.0,\"4956\":2398.0,\"4957\":4960.28,\"4958\":17068.95,\"4959\":10133.37,\"4960\":10223.79,\"4961\":379.43,\"4962\":6112.89,\"4963\":5990.4,\"4964\":516.0,\"4965\":1702.6,\"4966\":12708.0,\"4967\":19735.41,\"4968\":10257.41,\"4969\":19597.2,\"4970\":6706.8,\"4971\":486.6,\"4972\":8381.5,\"4973\":8674.0,\"4974\":1360.8,\"4975\":5359.92,\"4976\":3318.8,\"4977\":4563.0,\"4978\":286.63,\"4979\":1920.14,\"4980\":341.09,\"4981\":2040.0,\"4982\":133.61,\"4983\":12180.22,\"4984\":3582.93,\"4985\":1698.42,\"4986\":1612.8,\"4987\":1190.26,\"4988\":null,\"4989\":755.7,\"4990\":318.56,\"4991\":766.5,\"4992\":2130.04,\"4993\":1866.06,\"4994\":13.92,\"4995\":16244.58,\"4996\":2000.0,\"4997\":5497.0,\"4998\":5299.2,\"4999\":69691.53,\"5000\":11427.25,\"5001\":2244.87,\"5002\":3908.35,\"5003\":8164.8,\"5004\":1846.09,\"5005\":10996.97,\"5006\":2021.88,\"5007\":179606.74,\"5008\":12408.05,\"5009\":1059.08,\"5010\":5069.3,\"5011\":5079.8,\"5012\":6840.0,\"5013\":11621.91,\"5014\":107.12,\"5015\":99.6,\"5016\":235.81,\"5017\":3216.13,\"5018\":0.72,\"5019\":53.04,\"5020\":1379.34,\"5021\":4906.97,\"5022\":5760.0,\"5023\":5499.72,\"5024\":1870.6,\"5025\":8587.42,\"5026\":8604.47,\"5027\":4573.93,\"5028\":8436.6,\"5029\":16178.4,\"5030\":5340.53,\"5031\":5414.84,\"5032\":180.6,\"5033\":74161.3,\"5034\":17834.63,\"5035\":17920.79,\"5036\":3.47,\"5037\":1.01,\"5038\":1611.6,\"5039\":835.05,\"5040\":335.72,\"5041\":null,\"5042\":904.4,\"5043\":null,\"5044\":36110.08,\"5045\":4843.25,\"5046\":74578.74,\"5047\":1202.8,\"5048\":1529.73,\"5049\":84360.42,\"5050\":4732.35,\"5051\":12920.0,\"5052\":6514.8,\"5053\":9395.04,\"5054\":6375.6,\"5055\":6098.4,\"5056\":2163.15,\"5057\":4661.1,\"5058\":6304.5,\"5059\":797.72,\"5060\":5337.2,\"5061\":701.88,\"5062\":446.04,\"5063\":367.32,\"5064\":402.78,\"5065\":248.97,\"5066\":null,\"5067\":778.31,\"5068\":492.24,\"5069\":885.45,\"5070\":910.11,\"5071\":6937.2,\"5072\":806.28,\"5073\":20.4,\"5074\":14069.9,\"5075\":15546.38,\"5076\":6647.4,\"5077\":10445.46,\"5078\":4900.0,\"5079\":491.82,\"5080\":null,\"5081\":null,\"5082\":3636.3,\"5083\":6822.0,\"5084\":4613.84,\"5085\":905.86,\"5086\":11402.1,\"5087\":1.48,\"5088\":280.83,\"5089\":278.52,\"5090\":332.2,\"5091\":1947.44,\"5092\":8604.3,\"5093\":4900.0,\"5094\":null,\"5095\":921.76,\"5096\":null,\"5097\":721.2,\"5098\":21.0,\"5099\":10245.56,\"5100\":7885.9,\"5101\":1223.4,\"5102\":13579.75,\"5103\":15148.73,\"5104\":4695.3,\"5105\":5633.4,\"5106\":438.22,\"5107\":441.83,\"5108\":849.31,\"5109\":4920.3,\"5110\":54.85,\"5111\":671.77,\"5112\":765.44,\"5113\":773.03,\"5114\":298.93,\"5115\":3824.33,\"5116\":2065.8,\"5117\":7132.8,\"5118\":381366.96,\"5119\":3427.2,\"5120\":4967.7,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.65,\"5125\":13541.0,\"5126\":10385.63,\"5127\":204.6,\"5128\":3130.88,\"5129\":1739.43,\"5130\":775.98,\"5131\":1670.4,\"5132\":2809.0,\"5133\":19556.0,\"5134\":153442.76,\"5135\":486902.67,\"5136\":12496.0,\"5137\":1114.08,\"5138\":12139.02,\"5139\":26890.51,\"5140\":6977.67,\"5141\":1094.23,\"5142\":723.81,\"5143\":3701.44,\"5144\":917.55,\"5145\":14274.75,\"5146\":599.72,\"5147\":null,\"5148\":58078.37,\"5149\":15467.72,\"5150\":13062.0,\"5151\":5130.72,\"5152\":938.8,\"5153\":248926.64,\"5154\":158882.01,\"5155\":6406.76,\"5156\":45144.0,\"5157\":506460.0,\"5158\":60259.47,\"5159\":193401.88,\"5160\":19688.56,\"5161\":263741.99,\"5162\":14893.7,\"5163\":15866.4,\"5164\":22338.11,\"5165\":12019.4,\"5166\":15699.51,\"5167\":159590.68,\"5168\":1113.66,\"5169\":1327.94,\"5170\":556.08,\"5171\":825.0,\"5172\":67286.29,\"5173\":2055.97,\"5174\":745.21,\"5175\":393.0,\"5176\":26486.33,\"5177\":40434.15,\"5178\":3788.27,\"5179\":2698.2,\"5180\":831.63,\"5181\":865123.87,\"5182\":600004.3100000001,\"5183\":450.0,\"5184\":7389.8,\"5185\":8437.05,\"5186\":793.54,\"5187\":68330.0,\"5188\":609.79,\"5189\":15336.0,\"5190\":22734.39,\"5191\":68779.26,\"5192\":164675.18,\"5193\":null,\"5194\":322552.0,\"5195\":null,\"5196\":50939.77,\"5197\":null,\"5198\":4591.3,\"5199\":491.04,\"5200\":675.83,\"5201\":789.45,\"5202\":81006.31,\"5203\":3065.81,\"5204\":518.5,\"5205\":785.34,\"5206\":560.2,\"5207\":4381.2,\"5208\":428.04,\"5209\":1669.53,\"5210\":14010.65,\"5211\":null,\"5212\":16392.5,\"5213\":8793.6,\"5214\":196.61,\"5215\":2556.0,\"5216\":99.0,\"5217\":333.51,\"5218\":29912.23,\"5219\":45725.24,\"5220\":1186.24,\"5221\":424217.69,\"5222\":null,\"5223\":612789.65,\"5224\":1601.94,\"5225\":814.22,\"5226\":1097.09,\"5227\":1405.8,\"5228\":603541.99,\"5229\":21049.84,\"5230\":530493.4300000001,\"5231\":205670.0,\"5232\":153168.79,\"5233\":419828.95,\"5234\":73022.62,\"5235\":72848.37,\"5236\":1414.0,\"5237\":797.02,\"5238\":728.46,\"5239\":60441.96,\"5240\":1346.81,\"5241\":1365.04,\"5242\":62484.33,\"5243\":163979.35,\"5244\":170531.15,\"5245\":null,\"5246\":null,\"5247\":223298.73,\"5248\":null,\"5249\":23601.94,\"5250\":44966.66,\"5251\":48628.94,\"5252\":655.68,\"5253\":75498.23,\"5254\":1322.52,\"5255\":8861.6,\"5256\":2552.77,\"5257\":27379.14,\"5258\":32315.34,\"5259\":57203.93,\"5260\":3482.74,\"5261\":17155.71,\"5262\":null,\"5263\":5914.8,\"5264\":110.4,\"5265\":null,\"5266\":6517.67,\"5267\":277.07,\"5268\":5280.0,\"5269\":9111.6,\"5270\":346.44,\"5271\":1648.68,\"5272\":127.38,\"5273\":null,\"5274\":8169.0,\"5275\":8185.0,\"5276\":2530.0,\"5277\":3966.18,\"5278\":14474.39,\"5279\":9439.06,\"5280\":9767.87,\"5281\":1076.09,\"5282\":13219.2,\"5283\":12927.4,\"5284\":933.6,\"5285\":1460.7,\"5286\":13644.0,\"5287\":19694.66,\"5288\":17471.18,\"5289\":18524.92,\"5290\":7027.2,\"5291\":427.3,\"5292\":7647.7,\"5293\":2078.0,\"5294\":1258.7,\"5295\":5510.34,\"5296\":3327.8,\"5297\":4380.0,\"5298\":286.63,\"5299\":1837.63,\"5300\":340.17,\"5301\":2029.0,\"5302\":185.05,\"5303\":11203.68,\"5304\":4990.93,\"5305\":1408.93,\"5306\":1566.0,\"5307\":1660.8,\"5308\":null,\"5309\":944.46,\"5310\":null,\"5311\":321.2,\"5312\":521.7,\"5313\":1477.08,\"5314\":1548.57,\"5315\":183.84,\"5316\":16575.64,\"5317\":2000.0,\"5318\":2996.77,\"5319\":5002.5,\"5320\":68540.46,\"5321\":7923.97,\"5322\":2009.58,\"5323\":4051.83,\"5324\":8503.2,\"5325\":null,\"5326\":1408.32,\"5327\":10897.81,\"5328\":1530.18,\"5329\":179737.73,\"5330\":12617.27,\"5331\":1009.58,\"5332\":7318.31,\"5333\":7328.53,\"5334\":null,\"5335\":11628.0,\"5336\":70.44,\"5337\":5.6,\"5338\":1531.14,\"5339\":8359.45,\"5340\":0.99,\"5341\":71.3,\"5342\":2423.3,\"5343\":3999.92,\"5344\":3549.6,\"5345\":8066.93,\"5346\":1956.87,\"5347\":18909.22,\"5348\":18698.93,\"5349\":8788.74,\"5350\":5871.6,\"5351\":12272.4,\"5352\":5317.09,\"5353\":5410.04,\"5354\":499.8,\"5355\":39789.19,\"5356\":17134.46,\"5357\":16886.37,\"5358\":6.34,\"5359\":1.84,\"5360\":5778.0,\"5361\":1955.25,\"5362\":258.72,\"5363\":5692.96,\"5364\":435.13,\"5365\":null,\"5366\":24179.67,\"5367\":18433.36,\"5368\":78975.02,\"5369\":1159.73,\"5370\":1267.53,\"5371\":69541.18,\"5372\":7841.05,\"5373\":15920.0,\"5374\":4367.4,\"5375\":6786.84,\"5376\":2804.85,\"5377\":2794.73,\"5378\":519.51,\"5379\":5666.1,\"5380\":7746.6,\"5381\":445.02,\"5382\":null,\"5383\":744.0,\"5384\":342.72,\"5385\":434.28,\"5386\":775.47,\"5387\":453.9,\"5388\":555.65,\"5389\":900.0,\"5390\":730.92,\"5391\":885.32,\"5392\":884.66,\"5393\":8832.0,\"5394\":733.56,\"5395\":62.4,\"5396\":11489.46,\"5397\":11589.66,\"5398\":4944.6,\"5399\":18995.94,\"5400\":4900.0,\"5401\":794.79,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":7209.6,\"5406\":4027.2,\"5407\":9326.21,\"5408\":896.52,\"5409\":5982.75,\"5410\":0.49,\"5411\":768.64,\"5412\":744.24,\"5413\":981.4,\"5414\":2604.8,\"5415\":3146.4,\"5416\":4900.0,\"5417\":389.37,\"5418\":900.96,\"5419\":545.3,\"5420\":37.18,\"5421\":48.0,\"5422\":9670.44,\"5423\":7514.96,\"5424\":1488.6,\"5425\":11480.14,\"5426\":11790.65,\"5427\":5964.6,\"5428\":4514.1,\"5429\":822.32,\"5430\":825.53,\"5431\":null,\"5432\":888.78,\"5433\":6883.8,\"5434\":66.8,\"5435\":629.2,\"5436\":951.16,\"5437\":3779.82,\"5438\":824.62,\"5439\":3853.67,\"5440\":1966.8,\"5441\":7149.6,\"5442\":330621.58,\"5443\":2440.8,\"5444\":4439.88,\"5445\":464.75,\"5446\":null,\"5447\":404.7,\"5448\":13673.0,\"5449\":5927.7,\"5450\":198.0,\"5451\":3059.1,\"5452\":1749.33,\"5453\":149.62,\"5454\":1564.2,\"5455\":2612.0,\"5456\":22124.0,\"5457\":152468.64,\"5458\":497533.58,\"5459\":12976.0,\"5460\":759.33,\"5461\":10973.2,\"5462\":47472.07,\"5463\":null,\"5464\":7157.33,\"5465\":988.14,\"5466\":null,\"5467\":3701.76,\"5468\":921.93,\"5469\":12680.06,\"5470\":609.4,\"5471\":null,\"5472\":60115.37,\"5473\":15408.42,\"5474\":11404.0,\"5475\":4981.57,\"5476\":null,\"5477\":254402.89,\"5478\":158464.85,\"5479\":6141.64,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":154980.03,\"5484\":15829.09,\"5485\":254863.9,\"5486\":14811.57,\"5487\":10500.6,\"5488\":22646.23,\"5489\":10944.89,\"5490\":16497.24,\"5491\":null,\"5492\":1091.92,\"5493\":null,\"5494\":587.71,\"5495\":173415.0,\"5496\":69239.09,\"5497\":1974.9,\"5498\":741.28,\"5499\":401.14,\"5500\":24122.29,\"5501\":160129.58,\"5502\":2559.64,\"5503\":2698.2,\"5504\":880.41,\"5505\":875989.46,\"5506\":483728.38,\"5507\":384.0,\"5508\":6978.4,\"5509\":8416.06,\"5510\":795.96,\"5511\":186290.0,\"5512\":623.44,\"5513\":12600.0,\"5514\":23459.64,\"5515\":59852.48,\"5516\":69450.6,\"5517\":164966.25,\"5518\":null,\"5519\":null,\"5520\":517111.83,\"5521\":993.22,\"5522\":41498.01,\"5523\":7193.04,\"5524\":498.17,\"5525\":687.06,\"5526\":789.3,\"5527\":316621.99,\"5528\":3623.55,\"5529\":435.3,\"5530\":917.82,\"5531\":559.26,\"5532\":4094.4,\"5533\":427.68,\"5534\":1151.51,\"5535\":14169.91,\"5536\":17930.48,\"5537\":9144.0,\"5538\":380.82,\"5539\":2538.0,\"5540\":102.3,\"5541\":328.87,\"5542\":29689.54,\"5543\":39696.54,\"5544\":1187.61,\"5545\":1017033.39,\"5546\":null,\"5547\":120160.9,\"5548\":1602.96,\"5549\":701.8,\"5550\":1041.52,\"5551\":1450.8,\"5552\":777718.28,\"5553\":49432.33,\"5554\":533015.6800000001,\"5555\":189670.0,\"5556\":152927.61,\"5557\":419264.7,\"5558\":140286.7,\"5559\":101605.59,\"5560\":null,\"5561\":795.06,\"5562\":1303.75,\"5563\":70899.73,\"5564\":1042.87,\"5565\":1064.49,\"5566\":78047.64,\"5567\":163444.53,\"5568\":168823.6,\"5569\":9676.78,\"5570\":null,\"5571\":227478.15,\"5572\":22078.45,\"5573\":43845.48,\"5574\":48638.48,\"5575\":657.36,\"5576\":75498.7,\"5577\":1397.99,\"5578\":8012.4,\"5579\":2307.25,\"5580\":32076.51,\"5581\":31488.28,\"5582\":58122.34,\"5583\":58360.49,\"5584\":17339.16,\"5585\":654.57,\"5586\":4939.2,\"5587\":110.4,\"5588\":null,\"5589\":6266.7,\"5590\":305.05,\"5591\":1600.0,\"5592\":4806.12,\"5593\":539.04,\"5594\":1699.72,\"5595\":125.27,\"5596\":null,\"5597\":8340.0,\"5598\":7745.0,\"5599\":2446.4,\"5600\":4463.6,\"5601\":14777.31,\"5602\":9420.03,\"5603\":9772.0,\"5604\":968.88,\"5605\":13102.8,\"5606\":12815.5,\"5607\":819.6,\"5608\":1327.2,\"5609\":13086.0,\"5610\":19603.87,\"5611\":15259.45,\"5612\":18420.07,\"5613\":8287.2,\"5614\":null,\"5615\":7577.2,\"5616\":2206.0,\"5617\":1250.6,\"5618\":2416.38,\"5619\":3052.5,\"5620\":4324.0,\"5621\":286.63,\"5622\":1637.36,\"5623\":342.47,\"5624\":1964.0,\"5625\":113.22,\"5626\":11094.83,\"5627\":5422.93,\"5628\":11791.03,\"5629\":1232.4,\"5630\":1411.84,\"5631\":null,\"5632\":885.06,\"5633\":null,\"5634\":313.72,\"5635\":783.0,\"5636\":856.57,\"5637\":null,\"5638\":103.68,\"5639\":7787.46,\"5640\":2000.0,\"5641\":5348.0,\"5642\":3633.54,\"5643\":35477.13,\"5644\":11209.23,\"5645\":944.24,\"5646\":3816.52,\"5647\":6351.84,\"5648\":10646.89,\"5649\":8596.11,\"5650\":11260.66,\"5651\":null,\"5652\":12617.27,\"5653\":321.42,\"5654\":5517.71,\"5655\":5601.39,\"5656\":null,\"5657\":11506.26,\"5658\":118.72,\"5659\":728.56,\"5660\":8325.47,\"5661\":0.87,\"5662\":54.54,\"5663\":1778.23,\"5664\":4003.75,\"5665\":3956.4,\"5666\":6107.63,\"5667\":1312.78,\"5668\":18963.54,\"5669\":18673.92,\"5670\":8809.11,\"5671\":4197.6,\"5672\":9273.6,\"5673\":12731.93,\"5674\":12516.56,\"5675\":490.2,\"5676\":62232.66,\"5677\":2329.07,\"5678\":2395.23,\"5679\":4.0,\"5680\":1.25,\"5681\":4771.2,\"5682\":1192.65,\"5683\":273.9,\"5684\":6396.76,\"5685\":604.26,\"5686\":9.15,\"5687\":30128.52,\"5688\":6858.74,\"5689\":64578.44,\"5690\":1166.5,\"5691\":1019.13,\"5692\":42548.9,\"5693\":6505.1,\"5694\":7160.0,\"5695\":3331.2,\"5696\":7166.34,\"5697\":7309.8,\"5698\":7163.1,\"5699\":8994.38,\"5700\":6009.0,\"5701\":7876.2,\"5702\":689.39,\"5703\":4373.6,\"5704\":633.6,\"5705\":67.2,\"5706\":364.68,\"5707\":774.96,\"5708\":453.81,\"5709\":565.63,\"5710\":320.07,\"5711\":546.6,\"5712\":551.05,\"5713\":547.47,\"5714\":4125.6,\"5715\":122.64,\"5716\":151.2,\"5717\":12217.25,\"5718\":13073.2,\"5719\":3870.0,\"5720\":4588.5,\"5721\":4900.0,\"5722\":794.85,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":6187.8,\"5727\":9066.0,\"5728\":3662.7,\"5729\":568.68,\"5730\":2229.3,\"5731\":0.75,\"5732\":849.33,\"5733\":734.52,\"5734\":643.5,\"5735\":2847.24,\"5736\":3929.55,\"5737\":4900.0,\"5738\":635.72,\"5739\":566.11,\"5740\":632.67,\"5741\":863.24,\"5742\":186.0,\"5743\":5909.38,\"5744\":4507.33,\"5745\":3748.8,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":801.13,\"5751\":800.58,\"5752\":2183.85,\"5753\":564.35,\"5754\":8847.3,\"5755\":60.33,\"5756\":627.63,\"5757\":418.71,\"5758\":5696.64,\"5759\":584.32,\"5760\":790.85,\"5761\":3809.67,\"5762\":1900.8,\"5763\":7146.0,\"5764\":377237.55,\"5765\":1947.6,\"5766\":2110.62,\"5767\":467.72,\"5768\":null,\"5769\":null,\"5770\":417.12,\"5771\":13244.0,\"5772\":9899.73,\"5773\":198.0,\"5774\":3102.16,\"5775\":1685.64,\"5776\":769.23,\"5777\":1170.0,\"5778\":811.0,\"5779\":19800.0,\"5780\":186220.0,\"5781\":502703.59,\"5782\":12104.0,\"5783\":892.32,\"5784\":15766.46,\"5785\":42254.84,\"5786\":6614.67,\"5787\":644.0,\"5788\":720.32,\"5789\":910.15,\"5790\":11819.97,\"5791\":629.2,\"5792\":15562.83,\"5793\":19560.92,\"5794\":28872.38,\"5795\":null,\"5796\":4597.58,\"5797\":254728.45,\"5798\":159552.3,\"5799\":5627.07,\"5800\":507710.0,\"5801\":452431.92,\"5802\":169160.16,\"5803\":13700.35,\"5804\":395553.78,\"5805\":14011.9,\"5806\":18196.2,\"5807\":23148.61,\"5808\":11933.53,\"5809\":16562.12,\"5810\":null,\"5811\":1237.03,\"5812\":2305.08,\"5813\":592.21,\"5814\":172535.0,\"5815\":49505.83,\"5816\":2088.86,\"5817\":741.87,\"5818\":null,\"5819\":25621.58,\"5820\":null,\"5821\":1743.26,\"5822\":2698.2,\"5823\":null,\"5824\":934.12,\"5825\":891727.55,\"5826\":347877.4,\"5827\":438.0,\"5828\":6886.0,\"5829\":8382.78,\"5830\":793.76,\"5831\":187160.0,\"5832\":664.3,\"5833\":12276.0,\"5834\":23060.68,\"5835\":61533.33,\"5836\":69768.99,\"5837\":164530.36,\"5838\":1108.5,\"5839\":341964.0,\"5840\":null,\"5841\":9143.36,\"5842\":5050.44,\"5843\":560.47,\"5844\":689.36,\"5845\":800.85,\"5846\":81224.72,\"5847\":3620.1,\"5848\":521.37,\"5849\":922.86,\"5850\":625.26,\"5851\":2899.2,\"5852\":427.56,\"5853\":1279.91,\"5854\":14134.04,\"5855\":16200.22,\"5856\":10094.4,\"5857\":617.35,\"5858\":381.61,\"5859\":2527.2,\"5860\":99.0,\"5861\":327.77,\"5862\":29921.67,\"5863\":45514.87,\"5864\":1181.41,\"5865\":1111207.1399999999,\"5866\":null,\"5867\":120098.31,\"5868\":1603.86,\"5869\":696.3,\"5870\":1126.68,\"5871\":1269.0,\"5872\":768681.48,\"5873\":null,\"5874\":530566.7,\"5875\":null,\"5876\":153177.14,\"5877\":422565.49,\"5878\":138813.91,\"5879\":126072.71,\"5880\":null,\"5881\":797.02,\"5882\":589.9,\"5883\":58749.73,\"5884\":9998.4,\"5885\":8016.45,\"5886\":76715.35,\"5887\":162729.4,\"5888\":160452.35,\"5889\":null,\"5890\":null,\"5891\":165826.78,\"5892\":27906.7,\"5893\":37598.34,\"5894\":47809.02,\"5895\":688.98,\"5896\":75510.34,\"5897\":null,\"5898\":8120.2,\"5899\":2320.67,\"5900\":29305.99,\"5901\":32363.2,\"5902\":58811.89,\"5903\":null,\"5904\":16454.25,\"5905\":652.56,\"5906\":5407.2,\"5907\":null,\"5908\":null,\"5909\":6688.77,\"5910\":299.51,\"5911\":640.0,\"5912\":9079.21,\"5913\":545.76,\"5914\":1698.84,\"5915\":143.35,\"5916\":7728.0,\"5917\":7438.0,\"5918\":2433.2,\"5919\":5914.01,\"5920\":14984.99,\"5921\":10530.67,\"5922\":11172.41,\"5923\":575.08,\"5924\":12901.4,\"5925\":12605.5,\"5926\":883.2,\"5927\":1322.0,\"5928\":13014.0,\"5929\":19470.06,\"5930\":19472.72,\"5931\":10076.64,\"5932\":5043.6,\"5933\":8031.1,\"5934\":2290.0,\"5935\":1205.6,\"5936\":5082.54,\"5937\":3066.3,\"5938\":4205.0,\"5939\":286.63,\"5940\":1653.32,\"5941\":340.86,\"5942\":2153.0,\"5943\":1185.55,\"5944\":10790.66,\"5945\":5960.31,\"5946\":12795.34,\"5947\":939.6,\"5948\":926.78,\"5949\":null,\"5950\":747.12,\"5951\":276.76,\"5952\":127.5,\"5953\":2186.47,\"5954\":2479.39,\"5955\":45.6,\"5956\":12896.34,\"5957\":2000.0,\"5958\":5357.6,\"5959\":5837.4,\"5960\":59728.45,\"5961\":10885.4,\"5962\":null,\"5963\":9750.78,\"5964\":5225.76,\"5965\":11935.15,\"5966\":9630.09,\"5967\":13797.82,\"5968\":179619.5,\"5969\":null,\"5970\":38.28,\"5971\":6359.87,\"5972\":6454.27,\"5973\":7558.5,\"5974\":10195.1,\"5975\":269.56,\"5976\":61.6,\"5977\":58.06,\"5978\":5629.91,\"5979\":2.72,\"5980\":64.75,\"5981\":2461.21,\"5982\":3986.79,\"5983\":5119.2,\"5984\":7101.62,\"5985\":null,\"5986\":18834.75,\"5987\":17865.3,\"5988\":8796.2,\"5989\":1767.6,\"5990\":2851.2,\"5991\":10780.86,\"5992\":9974.33,\"5993\":184.2,\"5994\":31977.25,\"5995\":16044.67,\"5996\":16634.7,\"5997\":4.79,\"5998\":1.41,\"5999\":8643.6,\"6000\":183.75,\"6001\":11.88,\"6002\":6599.16,\"6003\":249.74,\"6004\":4.95,\"6005\":24444.01,\"6006\":26411.54,\"6007\":79223.36,\"6008\":1111.66,\"6009\":105.57,\"6010\":71197.35,\"6011\":6456.45,\"6012\":11480.0,\"6013\":1333.8,\"6014\":7616.22,\"6015\":9099.9,\"6016\":8943.3,\"6017\":9669.38,\"6018\":5599.2,\"6019\":6696.9,\"6020\":296.21,\"6021\":6.6,\"6022\":288.36,\"6023\":375.12,\"6024\":328.08,\"6025\":732.03,\"6026\":438.78,\"6027\":166.32,\"6028\":406.54,\"6029\":646.44,\"6030\":709.26,\"6031\":700.97,\"6032\":6920.4,\"6033\":730.44,\"6034\":68.4,\"6035\":1071.34,\"6036\":988.54,\"6037\":1720.8,\"6038\":14879.15,\"6039\":4900.0,\"6040\":823.56,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":5966.7,\"6045\":7520.4,\"6046\":4490.4,\"6047\":903.21,\"6048\":3300.75,\"6049\":1.08,\"6050\":791.87,\"6051\":503.04,\"6052\":378.4,\"6053\":2427.04,\"6054\":1239.7,\"6055\":4900.0,\"6056\":792.59,\"6057\":715.54,\"6058\":301.37,\"6059\":54.38,\"6060\":12.0,\"6061\":5857.83,\"6062\":4909.23,\"6063\":3420.6,\"6064\":1345.38,\"6065\":1147.08,\"6066\":7406.1,\"6067\":6772.8,\"6068\":731.13,\"6069\":709.43,\"6070\":3178.03,\"6071\":837.97,\"6072\":3801.6,\"6073\":31.87,\"6074\":283.17,\"6075\":344.54,\"6076\":5794.62,\"6077\":858.56,\"6078\":79.5,\"6079\":3872.0,\"6080\":1854.6,\"6081\":7136.4,\"6082\":401643.07,\"6083\":1695.6,\"6084\":2844.99,\"6085\":null,\"6086\":null,\"6087\":416.97,\"6088\":13904.0,\"6089\":13181.58,\"6090\":null,\"6091\":3088.96,\"6092\":1756.92,\"6093\":768.01,\"6094\":1631.7,\"6095\":814.0,\"6096\":21164.0,\"6097\":369702.92,\"6098\":352621.68,\"6099\":12872.0,\"6100\":1154.01,\"6101\":11029.61,\"6102\":46839.16,\"6103\":7326.0,\"6104\":631.64,\"6105\":3702.08,\"6106\":893.38,\"6107\":11789.2,\"6108\":584.76,\"6109\":null,\"6110\":16741.96,\"6111\":28098.93,\"6112\":9035.0,\"6113\":4504.22,\"6114\":939.79,\"6115\":254024.11,\"6116\":159289.62,\"6117\":5512.58,\"6118\":138264.0,\"6119\":null,\"6120\":143872.48,\"6121\":50790.69,\"6122\":12347.64,\"6123\":333855.74,\"6124\":23579.85,\"6125\":16986.2,\"6126\":24220.22,\"6127\":11024.43,\"6128\":17219.73,\"6129\":null,\"6130\":1211.16,\"6131\":1443.02,\"6132\":0.09,\"6133\":586.33,\"6134\":171050.0,\"6135\":39881.25,\"6136\":1927.29,\"6137\":740.0,\"6138\":461.81,\"6139\":29008.31,\"6140\":null,\"6141\":1149.49,\"6142\":2698.2,\"6143\":935.17,\"6144\":887632.41,\"6145\":400754.44,\"6146\":702.0,\"6147\":6710.0,\"6148\":8366.14,\"6149\":831.05,\"6150\":null,\"6151\":652.76,\"6152\":13824.0,\"6153\":35756.49,\"6154\":69689.35,\"6155\":164946.31,\"6156\":null,\"6157\":null,\"6158\":464941.86,\"6159\":41037.78,\"6160\":8111.3,\"6161\":501.6,\"6162\":692.35,\"6163\":765.45,\"6164\":123797.63,\"6165\":3045.16,\"6166\":411.48,\"6167\":929.52,\"6168\":469.15,\"6169\":4402.8,\"6170\":426.36,\"6171\":19286.67,\"6172\":1284.99,\"6173\":14124.72,\"6174\":2361.6,\"6175\":15994.88,\"6176\":7732.8,\"6177\":null,\"6178\":379.57,\"6179\":2438.4,\"6180\":49.5,\"6181\":314.12,\"6182\":29278.85,\"6183\":46055.14,\"6184\":null,\"6185\":1232920.01,\"6186\":null,\"6187\":120684.79,\"6188\":1605.9,\"6189\":632.72,\"6190\":1051.18,\"6191\":1193.4,\"6192\":770886.8,\"6193\":50290.25,\"6194\":529937.05,\"6195\":205180.0,\"6196\":152713.38,\"6197\":423415.5,\"6198\":111192.29,\"6199\":125540.05,\"6200\":2059.0,\"6201\":798.42,\"6202\":545.56,\"6203\":72328.84,\"6204\":12265.28,\"6205\":9249.22,\"6206\":77901.72,\"6207\":156741.04,\"6208\":169839.25,\"6209\":74270.11,\"6210\":null,\"6211\":200571.91,\"6212\":24626.27,\"6213\":42388.6,\"6214\":47904.59,\"6215\":653.37,\"6216\":77487.63,\"6217\":1738.59,\"6218\":7068.6,\"6219\":2331.23,\"6220\":29786.23,\"6221\":32571.53,\"6222\":59948.86,\"6223\":13560.69,\"6224\":654.66,\"6225\":5407.2,\"6226\":198.0,\"6227\":null,\"6228\":6691.58,\"6229\":281.62,\"6230\":3760.0,\"6231\":4945.82,\"6232\":1545.48,\"6233\":1256.64,\"6234\":195.89,\"6235\":16922.0,\"6236\":7486.0,\"6237\":2351.8,\"6238\":5911.8,\"6239\":17391.69,\"6240\":14045.36,\"6241\":14775.05,\"6242\":1673.03,\"6243\":13877.3,\"6244\":13590.8,\"6245\":2648.4,\"6246\":null,\"6247\":12006.0,\"6248\":19711.84,\"6249\":19662.29,\"6250\":10191.07,\"6251\":4564.8,\"6252\":9084.9,\"6253\":4960.0,\"6254\":null,\"6255\":1388.8,\"6256\":3761.88,\"6257\":3171.9,\"6258\":5317.0,\"6259\":286.63,\"6260\":2108.46,\"6261\":338.56,\"6262\":1952.0,\"6263\":1192.92,\"6264\":12554.03,\"6265\":960.53,\"6266\":10575.19,\"6267\":864.0,\"6268\":311.22,\"6269\":null,\"6270\":781.44,\"6271\":0.13,\"6272\":311.52,\"6273\":null,\"6274\":1185.14,\"6275\":208.5,\"6276\":65.76,\"6277\":15431.97,\"6278\":2000.0,\"6279\":5645.0,\"6280\":4418.76,\"6281\":75428.55,\"6282\":3797.37,\"6283\":667.98,\"6284\":4028.87,\"6285\":4867.2,\"6286\":10602.19,\"6287\":7401.75,\"6288\":11631.4,\"6289\":198366.32,\"6290\":13948.12,\"6291\":340.12,\"6292\":7644.28,\"6293\":7802.81,\"6294\":8140.5,\"6295\":11690.53,\"6296\":32.72,\"6297\":382.8,\"6298\":720.0,\"6299\":3636.07,\"6300\":0.29,\"6301\":72.71,\"6302\":2280.61,\"6303\":3304.93,\"6304\":3718.8,\"6305\":8442.95,\"6306\":30.31,\"6307\":4689.27,\"6308\":4560.07,\"6309\":2054.44,\"6310\":5612.4,\"6311\":12960.0,\"6312\":19847.02,\"6313\":19917.13,\"6314\":720.0,\"6315\":65982.44,\"6316\":1101.08,\"6317\":1208.78,\"6318\":1.84,\"6319\":0.57,\"6320\":4911.6,\"6321\":null,\"6322\":166.54,\"6323\":8070.7,\"6324\":320.79,\"6325\":null,\"6326\":33792.69,\"6327\":12885.5,\"6328\":60900.12,\"6329\":1140.15,\"6330\":1066.05,\"6331\":42864.4,\"6332\":5380.9,\"6333\":9440.0,\"6334\":4126.2,\"6335\":9132.84,\"6336\":2824.65,\"6337\":2868.3,\"6338\":1015.88,\"6339\":4766.4,\"6340\":5958.6,\"6341\":594.88,\"6342\":3778.5,\"6343\":233.88,\"6344\":143.88,\"6345\":129.12,\"6346\":263.4,\"6347\":182.04,\"6348\":885.62,\"6349\":326.53,\"6350\":763.32,\"6351\":750.81,\"6352\":784.56,\"6353\":6342.0,\"6354\":46.67,\"6355\":390.0,\"6356\":10563.28,\"6357\":12663.81,\"6358\":4026.6,\"6359\":13837.82,\"6360\":4900.0,\"6361\":253.17,\"6362\":null,\"6363\":null,\"6364\":5423.4,\"6365\":2086.8,\"6366\":4202.02,\"6367\":777.43,\"6368\":6616.35,\"6369\":8.0,\"6370\":432.39,\"6371\":339.84,\"6372\":492.8,\"6373\":1000.56,\"6374\":7202.45,\"6375\":4900.0,\"6376\":568.12,\"6377\":767.33,\"6378\":612.67,\"6379\":null,\"6380\":null,\"6381\":8762.09,\"6382\":8034.55,\"6383\":4242.0,\"6384\":12641.88,\"6385\":13758.95,\"6386\":3359.4,\"6387\":3869.7,\"6388\":507.83,\"6389\":509.85,\"6390\":3560.4,\"6391\":723.27,\"6392\":1980.0,\"6393\":44.67,\"6394\":589.55,\"6395\":671.49,\"6396\":5998.86,\"6397\":743.57,\"6398\":401.59,\"6399\":3872.0,\"6400\":1848.0,\"6401\":7140.0,\"6402\":407553.24,\"6403\":1695.6,\"6404\":2942.9,\"6405\":681.67,\"6406\":null,\"6407\":416.53,\"6408\":13431.0,\"6409\":12861.69,\"6410\":198.0,\"6411\":3085.0,\"6412\":1756.26,\"6413\":766.75,\"6414\":1732.5,\"6415\":812.0,\"6416\":17500.0,\"6417\":60582.11,\"6418\":500405.41,\"6419\":12544.0,\"6420\":829.62,\"6421\":9433.1,\"6422\":37061.51,\"6423\":6673.33,\"6424\":605.48,\"6425\":3702.4,\"6426\":935.84,\"6427\":11693.95,\"6428\":626.56,\"6429\":null,\"6430\":49379.24,\"6431\":25512.95,\"6432\":7113.0,\"6433\":6780.01,\"6434\":939.79,\"6435\":247222.56,\"6436\":159788.99,\"6437\":7898.82,\"6438\":253152.0,\"6439\":null,\"6440\":null,\"6441\":157469.28,\"6442\":16464.52,\"6443\":327290.71,\"6444\":14748.77,\"6445\":15778.4,\"6446\":23601.32,\"6447\":10657.61,\"6448\":16845.47,\"6449\":109364.04,\"6450\":1236.2,\"6451\":1686.86,\"6452\":328.83,\"6453\":null,\"6454\":31227.01,\"6455\":1986.4,\"6456\":739.5,\"6457\":458.67,\"6458\":28725.81,\"6459\":91267.25,\"6460\":3961.26,\"6461\":2698.2,\"6462\":949.69,\"6463\":916978.6,\"6464\":579120.78,\"6465\":408.0,\"6466\":7975.0,\"6467\":6077.76,\"6468\":807.95,\"6469\":187190.0,\"6470\":608.29,\"6471\":15336.0,\"6472\":23581.02,\"6473\":69335.2,\"6474\":165070.56,\"6475\":null,\"6476\":602554.52,\"6477\":40957.97,\"6478\":7346.09,\"6479\":546.61,\"6480\":686.09,\"6481\":873.3,\"6482\":81154.84,\"6483\":3050.32,\"6484\":531.23,\"6485\":823.5,\"6486\":597.01,\"6487\":4898.4,\"6488\":419.88,\"6489\":1518.83,\"6490\":null,\"6491\":null,\"6492\":16188.75,\"6493\":6864.0,\"6494\":383.79,\"6495\":2287.76,\"6496\":105.6,\"6497\":274.59,\"6498\":29818.89,\"6499\":49967.0,\"6500\":1181.61,\"6501\":null,\"6502\":null,\"6503\":121086.06,\"6504\":1604.46,\"6505\":623.7,\"6506\":1965.77,\"6507\":1159.2,\"6508\":775953.4399999999,\"6509\":49982.82,\"6510\":529962.72,\"6511\":132630.0,\"6512\":152678.67,\"6513\":422183.07,\"6514\":141029.08,\"6515\":125170.13,\"6516\":2060.0,\"6517\":798.84,\"6518\":588.01,\"6519\":50199.6,\"6520\":10882.18,\"6521\":8293.19,\"6522\":60817.14,\"6523\":162681.43,\"6524\":162328.25,\"6525\":null,\"6526\":null,\"6527\":228747.97,\"6528\":22577.88,\"6529\":43600.5,\"6530\":47639.75,\"6531\":648.78,\"6532\":75505.09,\"6533\":1401.15,\"6534\":6395.4,\"6535\":2274.88,\"6536\":27162.96,\"6537\":31332.98,\"6538\":57883.9,\"6539\":19527.6,\"6540\":656.34,\"6541\":5626.8,\"6542\":null,\"6543\":null,\"6544\":6704.45,\"6545\":330.59,\"6546\":null,\"6547\":4800.0,\"6548\":5570.27,\"6549\":604.2,\"6550\":1570.8,\"6551\":139.52,\"6552\":13671.0,\"6553\":8763.0,\"6554\":2393.6,\"6555\":5914.63,\"6556\":17060.79,\"6557\":13375.22,\"6558\":14050.69,\"6559\":1674.64,\"6560\":12533.2,\"6561\":12262.5,\"6562\":951.6,\"6563\":12348.0,\"6564\":19517.52,\"6565\":19517.59,\"6566\":19378.64,\"6567\":5554.8,\"6568\":566.1,\"6569\":8314.4,\"6570\":5118.0,\"6571\":null,\"6572\":1311.3,\"6573\":1610.46,\"6574\":2935.0,\"6575\":5005.0,\"6576\":286.63,\"6577\":1930.11,\"6578\":336.95,\"6579\":1868.0,\"6580\":156.82,\"6581\":13076.4,\"6582\":5064.04,\"6583\":12502.08,\"6584\":258.6,\"6585\":220.17,\"6586\":null,\"6587\":828.96,\"6588\":0.04,\"6589\":384.56,\"6590\":117.9,\"6591\":937.42,\"6592\":5103.02,\"6593\":203.04,\"6594\":13249.98,\"6595\":2000.0,\"6596\":5727.2,\"6597\":4921.08,\"6598\":57253.23,\"6599\":5164.13,\"6600\":492.29,\"6601\":4602.78,\"6602\":1759.68,\"6603\":null,\"6604\":15113.64,\"6605\":11005.15,\"6606\":15862.82,\"6607\":197951.09,\"6608\":12241.48,\"6609\":381.26,\"6610\":8142.43,\"6611\":8464.15,\"6612\":8742.0,\"6613\":10949.66,\"6614\":323.92,\"6615\":370.8,\"6616\":1003.51,\"6617\":3546.09,\"6618\":0.6,\"6619\":30.16,\"6620\":1229.22,\"6621\":4713.98,\"6622\":3146.4,\"6623\":8690.21,\"6624\":1442.02,\"6625\":15664.36,\"6626\":13165.47,\"6627\":6041.95,\"6628\":3011.4,\"6629\":7704.0,\"6630\":19860.22,\"6631\":19920.49,\"6632\":1496.4,\"6633\":20483.47,\"6634\":9785.48,\"6635\":11508.14,\"6636\":6.22,\"6637\":1.83,\"6638\":5809.2,\"6639\":1275.75,\"6640\":null,\"6641\":2570.48,\"6642\":null,\"6643\":null,\"6644\":1907.96,\"6645\":4658.44,\"6646\":70128.45,\"6647\":1342.66,\"6648\":46.23,\"6649\":56536.68,\"6650\":2346.4,\"6651\":7400.0,\"6652\":2385.6,\"6653\":3441.72,\"6654\":4147.2,\"6655\":3925.13,\"6656\":4977.9,\"6657\":1847.4,\"6658\":2296.2,\"6659\":297.0,\"6660\":5008.3,\"6661\":347.04,\"6662\":295.8,\"6663\":260.52,\"6664\":596.73,\"6665\":467.13,\"6666\":365.41,\"6667\":585.75,\"6668\":null,\"6669\":584.86,\"6670\":597.97,\"6671\":3544.8,\"6672\":488.88,\"6673\":759.6,\"6674\":1133.7,\"6675\":1134.46,\"6676\":3807.0,\"6677\":18855.02,\"6678\":4900.0,\"6679\":590.07,\"6680\":683.4,\"6681\":1612.85,\"6682\":2269.8,\"6683\":7023.6,\"6684\":6091.66,\"6685\":738.93,\"6686\":2928.6,\"6687\":1.58,\"6688\":902.15,\"6689\":307.56,\"6690\":889.9,\"6691\":1230.68,\"6692\":6115.7,\"6693\":4900.0,\"6694\":684.19,\"6695\":596.83,\"6696\":67.65,\"6697\":766.7,\"6698\":102.0,\"6699\":5699.27,\"6700\":5108.92,\"6701\":6144.0,\"6702\":1140.18,\"6703\":1159.04,\"6704\":5989.8,\"6705\":4590.6,\"6706\":562.96,\"6707\":592.46,\"6708\":1121.25,\"6709\":542.27,\"6710\":755.7,\"6711\":null,\"6712\":41.11,\"6713\":619.04,\"6714\":447.12,\"6715\":560.87,\"6716\":1008.53,\"6717\":3868.33,\"6718\":1795.2,\"6719\":7130.4,\"6720\":404633.23,\"6721\":1857.6,\"6722\":3841.22,\"6723\":712.03,\"6724\":null,\"6725\":null,\"6726\":417.57,\"6727\":12793.0,\"6728\":13521.02,\"6729\":198.0,\"6730\":3006.14,\"6731\":1757.91,\"6732\":762.57,\"6733\":1743.3,\"6734\":813.0,\"6735\":18036.0,\"6736\":60475.57,\"6737\":500709.22,\"6738\":12592.0,\"6739\":1296.57,\"6740\":17003.89,\"6741\":45104.96,\"6742\":7241.67,\"6743\":858.19,\"6744\":3698.56,\"6745\":874.09,\"6746\":12011.0,\"6747\":615.34,\"6748\":null,\"6749\":42299.39,\"6750\":26965.7,\"6751\":8228.0,\"6752\":6874.77,\"6753\":939.79,\"6754\":244722.8,\"6755\":158239.03,\"6756\":8369.72,\"6757\":94800.0,\"6758\":509300.0,\"6759\":null,\"6760\":14527.46,\"6761\":17294.14,\"6762\":312268.92,\"6763\":16301.85,\"6764\":16794.8,\"6765\":25138.97,\"6766\":10986.52,\"6767\":15553.75,\"6768\":null,\"6769\":1193.36,\"6770\":2306.45,\"6771\":588.96,\"6772\":145200.0,\"6773\":34249.12,\"6774\":2067.47,\"6775\":738.22,\"6776\":454.47,\"6777\":32017.16,\"6778\":90967.56,\"6779\":1395.32,\"6780\":2698.2,\"6781\":null,\"6782\":922.65,\"6783\":1056052.8400000001,\"6784\":299554.62,\"6785\":306.0,\"6786\":8421.6,\"6787\":2252.83,\"6788\":782.88,\"6789\":null,\"6790\":605.57,\"6791\":12276.0,\"6792\":25280.61,\"6793\":69464.26,\"6794\":165093.19,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1026.25,\"6799\":38612.0,\"6800\":39976.32,\"6801\":7958.26,\"6802\":435.07,\"6803\":685.91,\"6804\":1376.1,\"6805\":81188.43,\"6806\":2213.72,\"6807\":459.36,\"6808\":730.44,\"6809\":559.14,\"6810\":4114.8,\"6811\":425.76,\"6812\":1385.54,\"6813\":7219.11,\"6814\":4360.95,\"6815\":15428.92,\"6816\":4756.8,\"6817\":374.48,\"6818\":2545.8,\"6819\":59.4,\"6820\":336.2,\"6821\":29566.09,\"6822\":50101.0,\"6823\":1180.23,\"6824\":null,\"6825\":null,\"6826\":120138.16,\"6827\":1599.54,\"6828\":616.88,\"6829\":1545.84,\"6830\":1375.2,\"6831\":null,\"6832\":767168.13,\"6833\":52350.78,\"6834\":533219.02,\"6835\":null,\"6836\":null,\"6837\":154063.85,\"6838\":425063.28,\"6839\":140861.78,\"6840\":125402.84,\"6841\":2058.0,\"6842\":797.16,\"6843\":648.88,\"6844\":59507.04,\"6845\":14395.0,\"6846\":14504.51,\"6847\":64161.05,\"6848\":165177.25,\"6849\":169188.05,\"6850\":null,\"6851\":null,\"6852\":102365.66,\"6853\":22577.66,\"6854\":44627.88,\"6855\":47371.15,\"6856\":648.72,\"6857\":75520.28,\"6858\":1180.34,\"6859\":6782.6,\"6860\":2935.68,\"6861\":30287.8,\"6862\":32418.93,\"6863\":59048.34,\"6864\":19562.93,\"6865\":655.8,\"6866\":5619.6,\"6867\":0.16,\"6868\":166.8,\"6869\":null,\"6870\":6722.6,\"6871\":314.16,\"6872\":null,\"6873\":7280.0,\"6874\":6324.38,\"6875\":915.72,\"6876\":1664.96,\"6877\":131.08,\"6878\":null,\"6879\":14324.0,\"6880\":9328.0,\"6881\":2347.4,\"6882\":4923.82,\"6883\":15891.06,\"6884\":19539.14,\"6885\":19850.64,\"6886\":2312.93,\"6887\":6450.84,\"6888\":6301.2,\"6889\":null,\"6890\":13086.0,\"6891\":19475.15,\"6892\":19501.16,\"6893\":19338.77,\"6894\":1854.0,\"6895\":423.2,\"6896\":16200.4,\"6897\":5034.0,\"6898\":1262.4,\"6899\":4318.02,\"6900\":2955.0,\"6901\":4741.0,\"6902\":286.63,\"6903\":1968.66,\"6904\":337.64,\"6905\":1963.0,\"6906\":226.6,\"6907\":null,\"6908\":3702.88,\"6909\":11825.02,\"6910\":744.0,\"6911\":null,\"6912\":null,\"6913\":941.82,\"6914\":412.72,\"6915\":345.3,\"6916\":1596.65,\"6917\":4602.57,\"6918\":128.64,\"6919\":11489.33,\"6920\":2000.0,\"6921\":5468.3,\"6922\":3543.84,\"6923\":39871.93,\"6924\":9410.11,\"6925\":99.36,\"6926\":6938.61,\"6927\":4998.24,\"6928\":null,\"6929\":14217.73,\"6930\":10068.09,\"6931\":15635.15,\"6932\":198155.3,\"6933\":10321.76,\"6934\":207.02,\"6935\":5965.23,\"6936\":6018.8,\"6937\":4179.0,\"6938\":11621.08,\"6939\":239.0,\"6940\":470.8,\"6941\":null,\"6942\":6720.29,\"6943\":0.32,\"6944\":30.4,\"6945\":2347.29,\"6946\":3239.28,\"6947\":4708.8,\"6948\":6585.58,\"6949\":549.28,\"6950\":17144.01,\"6951\":17881.93,\"6952\":8738.11,\"6953\":5839.2,\"6954\":10987.2,\"6955\":19710.8,\"6956\":19921.24,\"6957\":null,\"6958\":46982.11,\"6959\":10294.77,\"6960\":9461.18,\"6961\":5.57,\"6962\":1.62,\"6963\":5053.2,\"6964\":null,\"6965\":253.44,\"6966\":5580.26,\"6967\":551.77,\"6968\":null,\"6969\":23177.72,\"6970\":19074.29,\"6971\":59882.17,\"6972\":1588.62,\"6973\":890.1,\"6974\":50308.57,\"6975\":4010.3,\"6976\":7000.0,\"6977\":3998.4,\"6978\":6261.06,\"6979\":4866.98,\"6980\":4793.18,\"6981\":5095.13,\"6982\":4251.6,\"6983\":5212.2,\"6984\":531.08,\"6985\":1519.1,\"6986\":159.0,\"6987\":327.36,\"6988\":262.8,\"6989\":741.03,\"6990\":413.7,\"6991\":868.51,\"6992\":479.02,\"6993\":555.6,\"6994\":256.8,\"6995\":286.49,\"6996\":4002.0,\"6997\":487.56,\"6998\":172.8,\"6999\":5495.35,\"7000\":6216.4,\"7001\":3459.6,\"7002\":12.85,\"7003\":4900.0,\"7004\":839.49,\"7005\":1.8,\"7006\":1413.21,\"7007\":4608.6,\"7008\":3568.8,\"7009\":3335.88,\"7010\":147.92,\"7011\":11409.75,\"7012\":0.28,\"7013\":902.15,\"7014\":599.88,\"7015\":727.1,\"7016\":500.72,\"7017\":1645.65,\"7018\":4900.0,\"7019\":519.97,\"7020\":265.81,\"7021\":477.21,\"7022\":34.72,\"7023\":6.0,\"7024\":3318.79,\"7025\":2579.14,\"7026\":2395.2,\"7027\":5240.72,\"7028\":5748.68,\"7029\":1623.6,\"7030\":4508.4,\"7031\":439.56,\"7032\":441.34,\"7033\":null,\"7034\":264.97,\"7035\":1610.4,\"7036\":271.62,\"7037\":454.36,\"7038\":3523.14,\"7039\":250.36,\"7040\":206.85,\"7041\":3868.33,\"7042\":1966.8,\"7043\":7159.2,\"7044\":397504.34,\"7045\":1857.6,\"7046\":3644.05,\"7047\":712.36,\"7048\":null,\"7049\":417.68,\"7050\":14080.0,\"7051\":16236.29,\"7052\":null,\"7053\":3058.6,\"7054\":1758.57,\"7055\":774.32,\"7056\":1828.8,\"7057\":2307.0,\"7058\":14268.0,\"7059\":458448.75,\"7060\":500106.39,\"7061\":11808.0,\"7062\":488.73,\"7063\":16991.77,\"7064\":65786.86,\"7065\":6732.0,\"7066\":1045.93,\"7067\":null,\"7068\":951.81,\"7069\":12675.94,\"7070\":612.7,\"7071\":null,\"7072\":23004.12,\"7073\":27423.9,\"7074\":8111.0,\"7075\":8918.52,\"7076\":939.79,\"7077\":249164.22,\"7078\":159712.58,\"7079\":9935.63,\"7080\":199680.0,\"7081\":null,\"7082\":120714.43,\"7083\":146368.48,\"7084\":44345.02,\"7085\":33290.01,\"7086\":null,\"7087\":18473.4,\"7088\":20925.67,\"7089\":10401.71,\"7090\":16229.64,\"7091\":171244.1,\"7092\":1353.16,\"7093\":2176.81,\"7094\":572.33,\"7095\":305305.0,\"7096\":24777.35,\"7097\":2362.45,\"7098\":734.48,\"7099\":452.07,\"7100\":37141.44,\"7101\":162923.57,\"7102\":null,\"7103\":1936.8,\"7104\":936.18,\"7105\":946517.9300000001,\"7106\":null,\"7107\":252.0,\"7108\":8894.6,\"7109\":2228.85,\"7110\":782.88,\"7111\":205030.0,\"7112\":631.49,\"7113\":13680.0,\"7114\":null,\"7115\":16828.52,\"7116\":69731.98,\"7117\":164366.79,\"7118\":null,\"7119\":403512.0,\"7120\":40253.24,\"7121\":7499.13,\"7122\":479.42,\"7123\":688.68,\"7124\":1038.75,\"7125\":86268.43,\"7126\":2208.56,\"7127\":539.52,\"7128\":1044.36,\"7129\":618.37,\"7130\":3958.8,\"7131\":425.52,\"7132\":1366.38,\"7133\":6991.7,\"7134\":1029.15,\"7135\":18601.77,\"7136\":7032.0,\"7137\":380.49,\"7138\":2487.6,\"7139\":234.3,\"7140\":308.87,\"7141\":30101.25,\"7142\":50172.72,\"7143\":1180.23,\"7144\":868976.03,\"7145\":null,\"7146\":121249.78,\"7147\":1550.16,\"7148\":654.5,\"7149\":1834.62,\"7150\":1355.4,\"7151\":59587.06,\"7152\":424397.48,\"7153\":50660.31,\"7154\":533364.38,\"7155\":null,\"7156\":null,\"7157\":153199.5,\"7158\":423842.27,\"7159\":141602.23,\"7160\":124179.43,\"7161\":2050.0,\"7162\":796.74,\"7163\":696.88,\"7164\":47524.21,\"7165\":15291.18,\"7166\":15123.87,\"7167\":77079.12,\"7168\":163959.03,\"7169\":167597.05,\"7170\":144399.01,\"7171\":null,\"7172\":171146.04,\"7173\":22549.69,\"7174\":43167.76,\"7175\":47439.69,\"7176\":648.21,\"7177\":75498.62,\"7178\":1370.98,\"7179\":6600.0,\"7180\":2144.02,\"7181\":30053.39,\"7182\":31764.07,\"7183\":21485.75,\"7184\":null,\"7185\":19383.76,\"7186\":654.72,\"7187\":5626.8,\"7188\":null,\"7189\":null,\"7190\":6748.83,\"7191\":306.31,\"7192\":6320.0,\"7193\":9504.93,\"7194\":1549.32,\"7195\":1731.4,\"7196\":136.22,\"7197\":null,\"7198\":12381.0,\"7199\":10328.0,\"7200\":2576.2,\"7201\":5419.08,\"7202\":14369.3,\"7203\":13110.98,\"7204\":13793.1,\"7205\":1765.43,\"7206\":13638.2,\"7207\":13337.5,\"7208\":null,\"7209\":8316.0,\"7210\":19708.71,\"7211\":19640.0,\"7212\":19514.89,\"7213\":5464.8,\"7214\":455.1,\"7215\":13381.0,\"7216\":5158.0,\"7217\":null,\"7218\":1236.4,\"7219\":1413.12,\"7220\":3488.7,\"7221\":5165.0,\"7222\":286.63,\"7223\":1371.03,\"7224\":336.03,\"7225\":1965.0,\"7226\":936.99,\"7227\":11123.3,\"7228\":7101.88,\"7229\":16641.33,\"7230\":499.2,\"7231\":27.54,\"7232\":null,\"7233\":871.86,\"7234\":395.56,\"7235\":null,\"7236\":2849.44,\"7237\":3412.36,\"7238\":24.48,\"7239\":9660.97,\"7240\":2000.0,\"7241\":5203.6,\"7242\":6348.0,\"7243\":82663.07,\"7244\":4250.97,\"7245\":636.54,\"7246\":4866.78,\"7247\":2046.24,\"7248\":null,\"7249\":16246.39,\"7250\":10371.85,\"7251\":17683.3,\"7252\":null,\"7253\":6019.41,\"7254\":965.8,\"7255\":6571.69,\"7256\":6434.79,\"7257\":8926.5,\"7258\":11652.57,\"7259\":414.24,\"7260\":431.6,\"7261\":19.8,\"7262\":7452.93,\"7263\":0.31,\"7264\":13.53,\"7265\":2069.11,\"7266\":3639.59,\"7267\":4377.6,\"7268\":7347.4,\"7269\":1367.75,\"7270\":18857.59,\"7271\":18760.55,\"7272\":8864.64,\"7273\":6269.4,\"7274\":15645.6,\"7275\":19923.88,\"7276\":19940.7,\"7277\":306.0,\"7278\":41117.34,\"7279\":13390.12,\"7280\":12329.25,\"7281\":4.24,\"7282\":1.33,\"7283\":6118.8,\"7284\":null,\"7285\":199.87,\"7286\":4278.92,\"7287\":278.98,\"7288\":null,\"7289\":16336.2,\"7290\":14436.38,\"7291\":47813.12,\"7292\":1369.78,\"7293\":1140.57,\"7294\":74040.71,\"7295\":7705.25,\"7296\":17360.0,\"7297\":4095.6,\"7298\":8804.4,\"7299\":5055.3,\"7300\":5152.73,\"7301\":5680.58,\"7302\":6281.4,\"7303\":8082.9,\"7304\":763.75,\"7305\":5474.7,\"7306\":380.52,\"7307\":237.72,\"7308\":211.68,\"7309\":797.16,\"7310\":472.95,\"7311\":662.83,\"7312\":436.84,\"7313\":756.96,\"7314\":548.33,\"7315\":635.15,\"7316\":7897.2,\"7317\":681.84,\"7318\":250.8,\"7319\":10057.16,\"7320\":11337.16,\"7321\":5131.8,\"7322\":10277.97,\"7323\":4900.0,\"7324\":816.06,\"7325\":1734.6,\"7326\":1118.38,\"7327\":null,\"7328\":8184.9,\"7329\":8060.4,\"7330\":4398.67,\"7331\":794.3,\"7332\":9958.05,\"7333\":0.97,\"7334\":902.09,\"7335\":667.92,\"7336\":939.4,\"7337\":2629.88,\"7338\":8827.4,\"7339\":4900.0,\"7340\":755.71,\"7341\":838.13,\"7342\":554.1,\"7343\":670.96,\"7344\":45.0,\"7345\":4709.72,\"7346\":3703.81,\"7347\":2406.0,\"7348\":9993.81,\"7349\":10777.85,\"7350\":8438.7,\"7351\":6211.2,\"7352\":862.86,\"7353\":858.2,\"7354\":769.31,\"7355\":9391.8,\"7356\":33.62,\"7357\":540.71,\"7358\":559.59,\"7359\":5744.94,\"7360\":739.16,\"7361\":1614.22,\"7362\":3872.0,\"7363\":1887.6,\"7364\":7167.6,\"7365\":128996.26,\"7366\":1861.2,\"7367\":3645.7,\"7368\":711.92,\"7369\":null,\"7370\":430.8,\"7371\":14036.0,\"7372\":16994.37,\"7373\":191.4,\"7374\":2188.72,\"7375\":1709.07,\"7376\":768.78,\"7377\":1909.8,\"7378\":2187.0,\"7379\":15444.0,\"7380\":60617.04,\"7381\":502772.51,\"7382\":13440.0,\"7383\":911.79,\"7384\":18573.84,\"7385\":26351.22,\"7386\":8143.67,\"7387\":1044.2,\"7388\":3701.44,\"7389\":856.0,\"7390\":21069.08,\"7391\":600.16,\"7392\":null,\"7393\":58796.91,\"7394\":27079.69,\"7395\":7121.0,\"7396\":5312.08,\"7397\":939.79,\"7398\":246165.05,\"7399\":158137.07,\"7400\":6568.38,\"7401\":351640.0,\"7402\":113954.83,\"7403\":18838.8,\"7404\":32887.96,\"7405\":14805.65,\"7406\":18161.0,\"7407\":22528.09,\"7408\":11295.06,\"7409\":17567.6,\"7410\":171196.14,\"7411\":1402.22,\"7412\":1958.65,\"7413\":571.58,\"7414\":null,\"7415\":43375.67,\"7416\":2591.41,\"7417\":743.15,\"7418\":400.21,\"7419\":49344.26,\"7420\":90532.54,\"7421\":788.16,\"7422\":1961.4,\"7423\":861.99,\"7424\":1154614.8200000001,\"7425\":150713.82,\"7426\":540.0,\"7427\":7506.4,\"7428\":7589.42,\"7429\":802.56,\"7430\":207070.0,\"7431\":642.43,\"7432\":13248.0,\"7433\":35464.11,\"7434\":69493.65,\"7435\":164416.54,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":500.81,\"7442\":673.78,\"7443\":712.05,\"7444\":80938.42,\"7445\":2210.28,\"7446\":393.03,\"7447\":1104.12,\"7448\":560.1,\"7449\":4203.6,\"7450\":424.56,\"7451\":1332.09,\"7452\":7025.41,\"7453\":4495.05,\"7454\":19780.39,\"7455\":6244.8,\"7456\":382.8,\"7457\":2517.6,\"7458\":207.9,\"7459\":341.81,\"7460\":29966.66,\"7461\":50142.46,\"7462\":1179.64,\"7463\":853877.23,\"7464\":null,\"7465\":672746.5,\"7466\":1612.14,\"7467\":638.88,\"7468\":1467.52,\"7469\":1290.6,\"7470\":58923.83,\"7471\":180156.78,\"7472\":523125.31,\"7473\":101840.0,\"7474\":152005.38,\"7475\":224333.23,\"7476\":140501.66,\"7477\":72975.86,\"7478\":2048.0,\"7479\":795.9,\"7480\":2037.9,\"7481\":44737.85,\"7482\":16788.43,\"7483\":16088.08,\"7484\":54612.36,\"7485\":159136.37,\"7486\":169593.2,\"7487\":null,\"7488\":null,\"7489\":181284.62,\"7490\":22593.34,\"7491\":43828.05,\"7492\":47755.23,\"7493\":648.21,\"7494\":75739.48,\"7495\":1200.67,\"7496\":7763.8,\"7497\":2753.18,\"7498\":30393.58,\"7499\":31870.87,\"7500\":57990.19,\"7501\":57939.7,\"7502\":19608.67,\"7503\":653.55,\"7504\":5238.0,\"7505\":null,\"7506\":null,\"7507\":6730.68,\"7508\":304.46,\"7509\":645.16,\"7510\":10320.0,\"7511\":9485.24,\"7512\":1482.84,\"7513\":1787.28,\"7514\":129.76,\"7515\":9832.0,\"7516\":8154.0,\"7517\":2296.8,\"7518\":4917.29,\"7519\":15256.58,\"7520\":11432.19,\"7521\":12068.21,\"7522\":1690.19,\"7523\":13762.4,\"7524\":13444.6,\"7525\":3411.6,\"7526\":11646.0,\"7527\":19601.36,\"7528\":18578.35,\"7529\":19362.75,\"7530\":3726.0,\"7531\":564.1,\"7532\":9090.8,\"7533\":10734.0,\"7534\":0.96,\"7535\":1402.4,\"7536\":4043.4,\"7537\":2982.4,\"7538\":6005.0,\"7539\":286.63,\"7540\":1427.99,\"7541\":333.73,\"7542\":1919.0,\"7543\":1230.24,\"7544\":12473.16,\"7545\":6352.56,\"7546\":18600.83,\"7547\":1224.6,\"7548\":3881.74,\"7549\":7.33,\"7550\":735.24,\"7551\":338.8,\"7552\":1310.54,\"7553\":4973.78,\"7554\":287.04,\"7555\":17335.57,\"7556\":2000.0,\"7557\":5101.7,\"7558\":4432.56,\"7559\":75325.66,\"7560\":5321.33,\"7561\":2176.23,\"7562\":9762.26,\"7563\":7810.56,\"7564\":15974.81,\"7565\":11260.74,\"7566\":18274.08,\"7567\":151043.14,\"7568\":16253.58,\"7569\":1385.78,\"7570\":8375.33,\"7571\":8544.61,\"7572\":8037.0,\"7573\":11643.09,\"7574\":341.0,\"7575\":466.8,\"7576\":1288.8,\"7577\":8405.27,\"7578\":null,\"7579\":73.77,\"7580\":1651.88,\"7581\":4688.09,\"7582\":8020.8,\"7583\":9039.75,\"7584\":485.46,\"7585\":null,\"7586\":null,\"7587\":7571.34,\"7588\":6593.4,\"7589\":8067.6,\"7590\":19881.55,\"7591\":19937.54,\"7592\":883.2,\"7593\":84030.13,\"7594\":17816.7,\"7595\":18197.76,\"7596\":3.01,\"7597\":0.97,\"7598\":5646.0,\"7599\":873.0,\"7600\":249.81,\"7601\":7723.4,\"7602\":57.96,\"7603\":4.35,\"7604\":18146.75,\"7605\":10209.52,\"7606\":72979.22,\"7607\":1287.66,\"7608\":1003.26,\"7609\":84622.92,\"7610\":8269.8,\"7611\":17760.0,\"7612\":4760.4,\"7613\":8405.58,\"7614\":7625.93,\"7615\":7625.03,\"7616\":9792.23,\"7617\":6548.7,\"7618\":8608.8,\"7619\":591.18,\"7620\":170.76,\"7621\":297.12,\"7622\":458.28,\"7623\":588.57,\"7624\":359.16,\"7625\":901.46,\"7626\":813.67,\"7627\":848.88,\"7628\":867.87,\"7629\":898.12,\"7630\":1954.8,\"7631\":836.52,\"7632\":1018.8,\"7633\":null,\"7634\":12876.55,\"7635\":5752.8,\"7636\":19010.74,\"7637\":4900.0,\"7638\":689.91,\"7639\":2304.6,\"7640\":1086.75,\"7641\":null,\"7642\":7043.1,\"7643\":9021.6,\"7644\":4116.91,\"7645\":898.83,\"7646\":13575.15,\"7647\":0.98,\"7648\":902.15,\"7649\":752.4,\"7650\":701.8,\"7651\":2972.2,\"7652\":9302.35,\"7653\":4900.0,\"7654\":890.75,\"7655\":896.24,\"7656\":476.0,\"7657\":1110.91,\"7658\":null,\"7659\":8157.24,\"7660\":7877.05,\"7661\":3982.8,\"7662\":null,\"7663\":null,\"7664\":8581.5,\"7665\":6411.6,\"7666\":null,\"7667\":815.76,\"7668\":null,\"7669\":812.22,\"7670\":6695.7,\"7671\":667.92,\"7672\":56.05,\"7673\":14.4,\"7674\":793.04,\"7675\":2624.76,\"7676\":886.42,\"7677\":1014.52,\"7678\":3868.33,\"7679\":1854.6,\"7680\":7164.0,\"7681\":360210.76,\"7682\":1774.8,\"7683\":3345.73,\"7684\":710.93,\"7685\":1.85,\"7686\":70.0,\"7687\":430.9,\"7688\":5192.0,\"7689\":14946.05,\"7690\":null,\"7691\":2177.01,\"7692\":1376.76,\"7693\":726.16,\"7694\":1736.1,\"7695\":1975.0,\"7696\":17248.0,\"7697\":60659.51,\"7698\":501631.95,\"7699\":14312.0,\"7700\":647.46,\"7701\":17583.98,\"7702\":24145.65,\"7703\":8217.0,\"7704\":1113.78,\"7705\":3702.08,\"7706\":940.19,\"7707\":16172.46,\"7708\":624.14,\"7709\":null,\"7710\":60069.85,\"7711\":24150.71,\"7712\":6166.0,\"7713\":4760.76,\"7714\":939.79,\"7715\":243203.59,\"7716\":99091.64,\"7717\":5870.59,\"7718\":null,\"7719\":57900.51,\"7720\":16586.3,\"7721\":125713.28,\"7722\":23727.29,\"7723\":18308.4,\"7724\":21707.71,\"7725\":9950.15,\"7726\":17554.99,\"7727\":169240.41,\"7728\":1316.93,\"7729\":1527.29,\"7730\":578.96,\"7731\":null,\"7732\":58139.93,\"7733\":2291.26,\"7734\":738.32,\"7735\":424.52,\"7736\":34344.53,\"7737\":90459.81,\"7738\":null,\"7739\":1908.6,\"7740\":null,\"7741\":864.6,\"7742\":1095236.3100000001,\"7743\":22.15,\"7744\":372.0,\"7745\":6769.4,\"7746\":7517.17,\"7747\":818.84,\"7748\":205050.0,\"7749\":627.77,\"7750\":13608.0,\"7751\":34165.51,\"7752\":69542.7,\"7753\":164952.7,\"7754\":null,\"7755\":403696.0,\"7756\":null,\"7757\":null,\"7758\":8570.44,\"7759\":481.93,\"7760\":684.83,\"7761\":826.5,\"7762\":81988.64,\"7763\":2206.83,\"7764\":553.77,\"7765\":1097.82,\"7766\":542.16,\"7767\":4020.0,\"7768\":425.64,\"7769\":19297.67,\"7770\":1535.96,\"7771\":7158.85,\"7772\":4482.0,\"7773\":19187.17,\"7774\":4982.4,\"7775\":379.04,\"7776\":2740.2,\"7777\":237.6,\"7778\":319.67,\"7779\":30233.01,\"7780\":49946.57,\"7781\":1176.48,\"7782\":981580.74,\"7783\":24567.4,\"7784\":121048.21,\"7785\":1612.26,\"7786\":601.04,\"7787\":1233.0,\"7788\":1132.2,\"7789\":437601.88,\"7790\":19530.33,\"7791\":null,\"7792\":null,\"7793\":140758.77,\"7794\":119843.64,\"7795\":2038.0,\"7796\":795.48,\"7797\":550.44,\"7798\":63558.45,\"7799\":18320.38,\"7800\":18245.54,\"7801\":55189.27,\"7802\":153051.14,\"7803\":169398.95,\"7804\":null,\"7805\":22585.87,\"7806\":43843.15,\"7807\":47671.51,\"7808\":647.7,\"7809\":75530.63,\"7810\":915.97,\"7811\":8071.8,\"7812\":2883.45,\"7813\":30394.88,\"7814\":null,\"7815\":57967.21,\"7816\":58062.69,\"7817\":19323.0,\"7818\":652.26,\"7819\":5929.2,\"7820\":4.8,\"7821\":null,\"7822\":6741.24,\"7823\":349.4,\"7824\":5111.44,\"7825\":null,\"7826\":9398.07,\"7827\":872.76,\"7828\":1763.52,\"7829\":145.86,\"7830\":9864.0,\"7831\":18925.0,\"7832\":2246.2,\"7833\":7891.34,\"7834\":16110.23,\"7835\":13488.03,\"7836\":14193.54,\"7837\":258.72,\"7838\":13436.2,\"7839\":13126.6,\"7840\":null,\"7841\":12960.0,\"7842\":19290.11,\"7843\":18736.59,\"7844\":18136.23,\"7845\":5814.0,\"7846\":508.4,\"7847\":9754.5,\"7848\":5388.0,\"7849\":null,\"7850\":1277.7,\"7851\":5344.74,\"7852\":2830.1,\"7853\":5756.0,\"7854\":286.63,\"7855\":2524.22,\"7856\":223.1,\"7857\":2060.0,\"7858\":1210.64,\"7859\":12480.96,\"7860\":5318.71,\"7861\":16251.2,\"7862\":1334.4,\"7863\":null,\"7864\":null,\"7865\":779.46,\"7866\":373.56,\"7867\":null,\"7868\":2881.23,\"7869\":3733.01,\"7870\":null,\"7871\":6463.22,\"7872\":2000.0,\"7873\":5322.7,\"7874\":934.26,\"7875\":56350.22,\"7876\":7785.52,\"7877\":null,\"7878\":4246.96,\"7879\":8680.32,\"7880\":16270.5,\"7881\":11149.84,\"7882\":17941.08,\"7883\":199820.38,\"7884\":2171.51,\"7885\":null,\"7886\":7997.25,\"7887\":8179.67,\"7888\":8722.5,\"7889\":11640.22,\"7890\":225.16,\"7891\":null,\"7892\":null,\"7893\":8635.93,\"7894\":0.46,\"7895\":43.19,\"7896\":2094.18,\"7897\":2104.6,\"7898\":1245.6,\"7899\":8929.51,\"7900\":null,\"7901\":8965.8,\"7902\":2640.6,\"7903\":7531.2,\"7904\":19944.58,\"7905\":19965.34,\"7906\":null,\"7907\":77041.25,\"7908\":13405.96,\"7909\":13287.69,\"7910\":3.87,\"7911\":1.21,\"7912\":8445.6,\"7913\":null,\"7914\":21.89,\"7915\":8726.2,\"7916\":72.51,\"7917\":null,\"7918\":6194.14,\"7919\":8405.47,\"7920\":69792.61,\"7921\":1363.95,\"7922\":1228.2,\"7923\":54508.6,\"7924\":null,\"7925\":2360.0,\"7926\":2584.2,\"7927\":7585.79,\"7928\":7828.43,\"7929\":7922.48,\"7930\":7325.55,\"7931\":5983.8,\"7932\":7802.7,\"7933\":191.22,\"7934\":234.48,\"7935\":243.84,\"7936\":53.52,\"7937\":795.42,\"7938\":471.75,\"7939\":97.66,\"7940\":137.58,\"7941\":811.68,\"7942\":null,\"7943\":null,\"7944\":1146.0,\"7945\":636.48,\"7946\":336.0,\"7947\":10963.68,\"7948\":11753.22,\"7949\":4383.0,\"7950\":2038.01,\"7951\":4900.0,\"7952\":823.98,\"7953\":12.6,\"7954\":null,\"7955\":null,\"7956\":8186.4,\"7957\":5948.36,\"7958\":687.88,\"7959\":752.52,\"7960\":14179.5,\"7961\":0.4,\"7962\":873.07,\"7963\":764.4,\"7964\":null,\"7965\":2014.32,\"7966\":5165.8,\"7967\":4900.0,\"7968\":801.3,\"7969\":890.07,\"7970\":205.26,\"7971\":4.05,\"7972\":12.0,\"7973\":4400.15,\"7974\":3777.61,\"7975\":1372.8,\"7976\":10937.17,\"7977\":11455.2,\"7978\":1554.0,\"7979\":830.1,\"7980\":null,\"7981\":276.96,\"7982\":null,\"7983\":806.08,\"7984\":3649.8,\"7985\":null,\"7986\":47.84,\"7987\":117.12,\"7988\":145.56,\"7989\":1046.04,\"7990\":699.51,\"7991\":null,\"7992\":3872.0,\"7993\":2402.4,\"7994\":7160.4,\"7995\":201946.53,\"7996\":1954.8,\"7997\":2946.15,\"7998\":708.73,\"7999\":null,\"8000\":10.0,\"8001\":431.05,\"8002\":11055.0,\"8003\":16907.64,\"8004\":null,\"8005\":2175.03,\"8006\":null,\"8007\":725.22,\"8008\":1526.4,\"8009\":2007.0,\"8010\":15668.0,\"8011\":191142.04,\"8012\":499784.08,\"8013\":13000.0,\"8014\":null,\"8015\":17491.42,\"8016\":58077.49,\"8017\":6563.33,\"8018\":1201.18,\"8019\":3702.08,\"8020\":892.89,\"8021\":13852.57,\"8022\":626.12,\"8023\":null,\"8024\":37450.64,\"8025\":25342.37,\"8026\":6124.0,\"8027\":4611.71,\"8028\":938.8,\"8029\":245265.66,\"8030\":150148.37,\"8031\":5640.16,\"8032\":482260.0,\"8033\":69060.03,\"8034\":27719.5,\"8035\":14358.85,\"8036\":395687.89,\"8037\":15158.06,\"8038\":18565.8,\"8039\":17969.16,\"8040\":10890.3,\"8041\":17478.45,\"8042\":170442.69,\"8043\":1213.23,\"8044\":1452.97,\"8045\":552.5,\"8046\":47092.17,\"8047\":2168.79,\"8048\":731.92,\"8049\":416.84,\"8050\":29557.24,\"8051\":90464.42,\"8052\":4004.04,\"8053\":1833.0,\"8054\":null,\"8055\":814.85,\"8056\":1140913.3899999999,\"8057\":602661.35,\"8058\":492.0,\"8059\":7414.0,\"8060\":4601.28,\"8061\":826.32,\"8062\":205130.0,\"8063\":600.24,\"8064\":12996.0,\"8065\":35396.59,\"8066\":69468.76,\"8067\":165332.63,\"8068\":null,\"8069\":null,\"8070\":607983.38,\"8071\":39427.18,\"8072\":8417.39,\"8073\":488.0,\"8074\":695.88,\"8075\":829.5,\"8076\":348018.68,\"8077\":2222.33,\"8078\":523.41,\"8079\":963.18,\"8080\":1087.0,\"8081\":5092.8,\"8082\":411.24,\"8083\":1114.5,\"8084\":6899.87,\"8085\":4354.2,\"8086\":18939.26,\"8087\":3667.2,\"8088\":366.17,\"8089\":2490.0,\"8090\":267.3,\"8091\":271.62,\"8092\":30257.86,\"8093\":50012.73,\"8094\":null,\"8095\":1132862.8,\"8096\":null,\"8097\":120743.02,\"8098\":1611.96,\"8099\":678.26,\"8100\":1230.47,\"8101\":1141.2,\"8102\":620212.73,\"8103\":188165.85,\"8104\":141465.2,\"8105\":115053.17,\"8106\":2051.0,\"8107\":794.92,\"8108\":1445.6,\"8109\":68278.85,\"8110\":16237.81,\"8111\":16133.95,\"8112\":54681.38,\"8113\":159993.41,\"8114\":163458.6,\"8115\":null,\"8116\":98046.27,\"8117\":28407.61,\"8118\":43543.7,\"8119\":48691.54,\"8120\":645.78,\"8121\":75546.48,\"8122\":1273.8,\"8123\":8126.8,\"8124\":2702.33,\"8125\":30093.03,\"8126\":23467.56,\"8127\":58260.9,\"8128\":19307.65,\"8129\":653.16,\"8130\":8845.2,\"8131\":null,\"8132\":null,\"8133\":6752.46,\"8134\":353.03,\"8135\":112.49,\"8136\":1360.0,\"8137\":9273.05,\"8138\":1557.0,\"8139\":1694.88,\"8140\":132.26,\"8141\":13835.0,\"8142\":11708.0,\"8143\":2794.0,\"8144\":13837.48,\"8145\":15383.03,\"8146\":12317.95,\"8147\":12981.13,\"8148\":927.52,\"8149\":14142.6,\"8150\":13836.7,\"8151\":1587.6,\"8152\":11430.0,\"8153\":19568.92,\"8154\":19517.76,\"8155\":19428.25,\"8156\":6163.2,\"8157\":598.5,\"8158\":10891.0,\"8159\":5064.0,\"8160\":1308.0,\"8161\":2409.48,\"8162\":3492.8,\"8163\":4860.0,\"8164\":286.63,\"8165\":2058.91,\"8166\":334.65,\"8167\":1936.0,\"8168\":1062.6,\"8169\":14101.54,\"8170\":5366.7,\"8171\":13913.35,\"8172\":262.8,\"8173\":744.36,\"8174\":null,\"8175\":761.64,\"8176\":null,\"8177\":356.4,\"8178\":null,\"8179\":1360.26,\"8180\":3189.57,\"8181\":null,\"8182\":15620.07,\"8183\":2000.0,\"8184\":5755.6,\"8185\":5290.92,\"8186\":72949.23,\"8187\":8271.34,\"8188\":392.66,\"8189\":4442.09,\"8190\":1818.72,\"8191\":13281.03,\"8192\":10607.81,\"8193\":13811.84,\"8194\":199724.31,\"8195\":15339.73,\"8196\":342.76,\"8197\":4949.37,\"8198\":5091.08,\"8199\":5017.5,\"8200\":11649.49,\"8201\":116.2,\"8202\":608.4,\"8203\":797.41,\"8204\":6334.93,\"8205\":1.27,\"8206\":43.89,\"8207\":2396.39,\"8208\":1999.05,\"8209\":6213.6,\"8210\":5513.64,\"8211\":4.03,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":8902.8,\"8216\":10130.4,\"8217\":19927.56,\"8218\":19925.52,\"8219\":630.6,\"8220\":23256.47,\"8221\":13984.8,\"8222\":14152.92,\"8223\":1.38,\"8224\":0.42,\"8225\":8409.6,\"8226\":20.85,\"8227\":null,\"8228\":5675.48,\"8229\":305.15,\"8230\":null,\"8231\":25.9,\"8232\":9226.99,\"8233\":73063.87,\"8234\":1391.28,\"8235\":1043.28,\"8236\":32394.02,\"8237\":6778.1,\"8238\":12760.0,\"8239\":6676.8,\"8240\":6027.84,\"8241\":473.4,\"8242\":440.1,\"8243\":8160.75,\"8244\":6897.6,\"8245\":8265.6,\"8246\":222.82,\"8247\":302.88,\"8248\":229.2,\"8249\":362.04,\"8250\":817.2,\"8251\":479.4,\"8252\":916.72,\"8253\":807.98,\"8254\":489.6,\"8255\":683.23,\"8256\":713.6,\"8257\":7960.8,\"8258\":689.76,\"8259\":814.8,\"8260\":2883.56,\"8261\":3071.81,\"8262\":3486.6,\"8263\":2449.53,\"8264\":4900.0,\"8265\":835.68,\"8266\":7.8,\"8267\":null,\"8268\":null,\"8269\":6639.0,\"8270\":9379.2,\"8271\":2553.44,\"8272\":362.35,\"8273\":6532.2,\"8274\":null,\"8275\":289.64,\"8276\":519.12,\"8277\":402.6,\"8278\":2475.0,\"8279\":8983.8,\"8280\":4900.0,\"8281\":683.58,\"8282\":810.49,\"8283\":6.71,\"8284\":72.6,\"8285\":135.0,\"8286\":3531.74,\"8287\":2904.46,\"8288\":5798.4,\"8289\":2904.14,\"8290\":3000.96,\"8291\":8422.5,\"8292\":3874.5,\"8293\":755.77,\"8294\":675.36,\"8295\":1.15,\"8296\":469.66,\"8297\":8418.3,\"8298\":52.4,\"8299\":null,\"8300\":769.24,\"8301\":295.32,\"8302\":393.99,\"8303\":289.64,\"8304\":3861.0,\"8305\":2501.4,\"8306\":7173.6,\"8307\":308756.43,\"8308\":4903.2,\"8309\":4154.49,\"8310\":172.37,\"8311\":null,\"8312\":null,\"8313\":431.26,\"8314\":12507.0,\"8315\":14916.44,\"8316\":184.8,\"8317\":2134.93,\"8318\":1775.07,\"8319\":766.84,\"8320\":2021.4,\"8321\":810.0,\"8322\":16644.0,\"8323\":158946.68,\"8324\":505358.09,\"8325\":12336.0,\"8326\":775.17,\"8327\":12402.75,\"8328\":33196.85,\"8329\":6691.67,\"8330\":1064.04,\"8331\":null,\"8332\":870.08,\"8333\":14154.82,\"8334\":624.58,\"8335\":null,\"8336\":54749.12,\"8337\":26928.22,\"8338\":9159.0,\"8339\":6340.69,\"8340\":937.81,\"8341\":246061.98,\"8342\":160018.27,\"8343\":7005.4,\"8344\":509710.0,\"8345\":null,\"8346\":28499.07,\"8347\":30206.27,\"8348\":395708.94,\"8349\":16611.61,\"8350\":18818.8,\"8351\":null,\"8352\":11781.47,\"8353\":16666.46,\"8354\":90160.17,\"8355\":1340.74,\"8356\":1744.2,\"8357\":569.83,\"8358\":46915.06,\"8359\":2101.86,\"8360\":725.63,\"8361\":416.03,\"8362\":29098.61,\"8363\":90537.53,\"8364\":4090.28,\"8365\":1869.6,\"8366\":null,\"8367\":860.72,\"8368\":1179952.6000000001,\"8369\":600471.1899999999,\"8370\":270.0,\"8371\":3605.8,\"8372\":5987.0,\"8373\":826.54,\"8374\":205150.0,\"8375\":572.84,\"8376\":12672.0,\"8377\":36350.74,\"8378\":69672.59,\"8379\":164644.74,\"8380\":null,\"8381\":575927.67,\"8382\":null,\"8383\":8111.3,\"8384\":null,\"8385\":692.24,\"8386\":1131.45,\"8387\":300883.96,\"8388\":2225.77,\"8389\":525.43,\"8390\":1151.64,\"8391\":1124.25,\"8392\":5288.4,\"8393\":411.12,\"8394\":1699.08,\"8395\":19429.11,\"8396\":4362.75,\"8397\":19965.53,\"8398\":3384.0,\"8399\":376.0,\"8400\":null,\"8401\":264.0,\"8402\":323.39,\"8403\":30014.66,\"8404\":50190.27,\"8405\":1489.12,\"8406\":1178201.22,\"8407\":null,\"8408\":412493.59,\"8409\":1616.28,\"8410\":619.08,\"8411\":1274.42,\"8412\":1051.2,\"8413\":null,\"8414\":426072.4,\"8415\":43370.8,\"8416\":123928.13,\"8417\":140980.11,\"8418\":72268.1,\"8419\":2056.0,\"8420\":796.46,\"8421\":3436.09,\"8422\":59766.98,\"8423\":13736.54,\"8424\":13669.61,\"8425\":157879.6,\"8426\":159716.05,\"8427\":4367.3,\"8428\":22421.8,\"8429\":44230.88,\"8430\":47487.78,\"8431\":648.72,\"8432\":75550.44,\"8433\":1284.88,\"8434\":8531.6,\"8435\":2716.79,\"8436\":28122.69,\"8437\":23113.14,\"8438\":57802.77,\"8439\":19283.15,\"8440\":653.43,\"8441\":8856.0,\"8442\":null,\"8443\":null,\"8444\":6766.65,\"8445\":323.73,\"8446\":null,\"8447\":5760.0,\"8448\":9451.27,\"8449\":1494.36,\"8450\":null,\"8451\":135.04,\"8452\":null,\"8453\":9738.0,\"8454\":12029.0,\"8455\":2184.6,\"8456\":12098.4,\"8457\":17833.01,\"8458\":10232.56,\"8459\":10227.76,\"8460\":1023.73,\"8461\":13522.5,\"8462\":13224.0,\"8463\":134.4,\"8464\":3071.82,\"8465\":19555.22,\"8466\":19488.56,\"8467\":19415.54,\"8468\":5842.8,\"8469\":679.7,\"8470\":null,\"8471\":1988.0,\"8472\":1348.6,\"8473\":4526.4,\"8474\":3967.2,\"8475\":1920.0,\"8476\":286.63,\"8477\":2133.84,\"8478\":331.2,\"8479\":2133.0,\"8480\":312.07,\"8481\":14284.69,\"8482\":5854.81,\"8483\":4373.99,\"8484\":1089.0,\"8485\":1118.95,\"8486\":98.27,\"8487\":788.04,\"8488\":null,\"8489\":336.16,\"8490\":615.3,\"8491\":335.94,\"8492\":4159.26,\"8493\":15176.15,\"8494\":2000.0,\"8495\":5408.9,\"8496\":3218.16,\"8497\":56424.75,\"8498\":9211.44,\"8499\":435.38,\"8500\":4155.13,\"8501\":5680.8,\"8502\":4203.45,\"8503\":9388.55,\"8504\":4698.11,\"8505\":200145.04,\"8506\":5560.24,\"8507\":258.06,\"8508\":3848.73,\"8509\":4095.11,\"8510\":3331.5,\"8511\":11664.93,\"8512\":54.48,\"8513\":307.2,\"8514\":214.65,\"8515\":7599.29,\"8516\":0.19,\"8517\":42.02,\"8518\":1370.96,\"8519\":1649.0,\"8520\":2682.0,\"8521\":4080.95,\"8522\":511.86,\"8523\":17851.78,\"8524\":16062.46,\"8525\":7632.83,\"8526\":700.2,\"8527\":1468.8,\"8528\":19914.05,\"8529\":19942.23,\"8530\":793.8,\"8531\":10435.77,\"8532\":13009.73,\"8533\":14155.1,\"8534\":5.22,\"8535\":1.55,\"8536\":2389.2,\"8537\":78.9,\"8538\":16.72,\"8539\":6312.12,\"8540\":578.45,\"8541\":5.85,\"8542\":13673.94,\"8543\":10147.31,\"8544\":67855.77,\"8545\":1692.41,\"8546\":545.1,\"8547\":29528.89,\"8548\":3725.05,\"8549\":1680.0,\"8550\":490.2,\"8551\":5079.78,\"8552\":5548.73,\"8553\":5033.93,\"8554\":3342.15,\"8555\":6504.3,\"8556\":8147.7,\"8557\":119.68,\"8558\":5464.8,\"8559\":486.12,\"8560\":259.2,\"8561\":345.48,\"8562\":716.58,\"8563\":455.97,\"8564\":133.6,\"8565\":234.05,\"8566\":398.52,\"8567\":637.71,\"8568\":678.04,\"8569\":1778.4,\"8570\":660.72,\"8571\":422.4,\"8572\":7710.31,\"8573\":6099.5,\"8574\":4186.8,\"8575\":793.91,\"8576\":4900.0,\"8577\":723.3,\"8578\":null,\"8579\":null,\"8580\":5956.2,\"8581\":2673.6,\"8582\":2855.45,\"8583\":664.36,\"8584\":13968.45,\"8585\":2.77,\"8586\":717.11,\"8587\":700.56,\"8588\":397.1,\"8589\":2177.12,\"8590\":2036.65,\"8591\":4900.0,\"8592\":855.9,\"8593\":645.5,\"8594\":241.09,\"8595\":null,\"8596\":null,\"8597\":7297.2,\"8598\":5582.59,\"8599\":5036.4,\"8600\":10302.7,\"8601\":8508.9,\"8602\":2194.5,\"8603\":2704.5,\"8604\":604.16,\"8605\":616.26,\"8606\":3278.65,\"8607\":532.67,\"8608\":4742.1,\"8609\":null,\"8610\":70.52,\"8611\":398.56,\"8612\":446.2,\"8613\":5720.1,\"8614\":666.42,\"8615\":374.21,\"8616\":3864.67,\"8617\":2494.8,\"8618\":7190.4,\"8619\":407883.0,\"8620\":4413.6,\"8621\":4055.97,\"8622\":707.63,\"8623\":null,\"8624\":null,\"8625\":431.42,\"8626\":13123.0,\"8627\":15417.72,\"8628\":198.0,\"8629\":2164.96,\"8630\":1702.47,\"8631\":772.24,\"8632\":2482.2,\"8633\":813.0,\"8634\":16112.0,\"8635\":60545.29,\"8636\":504249.42,\"8637\":13664.0,\"8638\":474.87,\"8639\":11139.43,\"8640\":27003.58,\"8641\":6735.67,\"8642\":1066.05,\"8643\":3701.12,\"8644\":887.18,\"8645\":16509.64,\"8646\":621.28,\"8647\":null,\"8648\":20065.84,\"8649\":25929.22,\"8650\":6198.0,\"8651\":5684.21,\"8652\":942.77,\"8653\":248057.08,\"8654\":158883.32,\"8655\":7036.86,\"8656\":509660.0,\"8657\":null,\"8658\":87395.48,\"8659\":19059.59,\"8660\":395452.73,\"8661\":15397.4,\"8662\":18900.2,\"8663\":0.15,\"8664\":11031.45,\"8665\":13637.69,\"8666\":170193.95,\"8667\":1234.55,\"8668\":1424.82,\"8669\":584.08,\"8670\":41323.65,\"8671\":2326.57,\"8672\":725.13,\"8673\":400.94,\"8674\":33907.5,\"8675\":null,\"8676\":2185.58,\"8677\":2195.4,\"8678\":null,\"8679\":879.97,\"8680\":1172768.1100000001,\"8681\":597719.65,\"8682\":636.0,\"8683\":8289.6,\"8684\":7605.27,\"8685\":822.58,\"8686\":205010.0,\"8687\":613.22,\"8688\":1692.0,\"8689\":35213.4,\"8690\":69631.36,\"8691\":165022.62,\"8692\":404800.0,\"8693\":571792.05,\"8694\":null,\"8695\":null,\"8696\":7652.17,\"8697\":553.74,\"8698\":688.46,\"8699\":1480.05,\"8700\":349941.89,\"8701\":2213.72,\"8702\":527.24,\"8703\":1130.4,\"8704\":1071.85,\"8705\":3193.2,\"8706\":411.96,\"8707\":1559.28,\"8708\":7072.04,\"8709\":4362.75,\"8710\":19785.51,\"8711\":5956.8,\"8712\":375.01,\"8713\":2316.0,\"8714\":264.0,\"8715\":276.49,\"8716\":29838.66,\"8717\":45520.74,\"8718\":1295.18,\"8719\":67129.33,\"8720\":null,\"8721\":570258.04,\"8722\":1615.98,\"8723\":587.4,\"8724\":1182.47,\"8725\":973.8,\"8726\":412450.76,\"8727\":66632.56,\"8728\":123698.5,\"8729\":139978.25,\"8730\":70924.08,\"8731\":2060.0,\"8732\":794.92,\"8733\":3414.2,\"8734\":60084.46,\"8735\":4341.76,\"8736\":4488.56,\"8737\":160916.84,\"8738\":166437.1,\"8739\":8200.83,\"8740\":null,\"8741\":22378.43,\"8742\":43851.12,\"8743\":47634.32,\"8744\":631.56,\"8745\":75501.96,\"8746\":1189.02,\"8747\":8943.0,\"8748\":2706.92,\"8749\":30158.53,\"8750\":57860.57,\"8751\":null,\"8752\":19296.57,\"8753\":653.64,\"8754\":9424.8,\"8755\":71.4,\"8756\":null,\"8757\":6732.99,\"8758\":317.13,\"8759\":62.71,\"8760\":7920.0,\"8761\":9530.67,\"8762\":null,\"8763\":1774.08,\"8764\":158.53,\"8765\":null,\"8766\":11729.0,\"8767\":16933.0,\"8768\":3011.8,\"8769\":16712.02,\"8770\":14182.91,\"8771\":10231.79,\"8772\":10229.06,\"8773\":767.07,\"8774\":12886.4,\"8775\":12600.2,\"8776\":520.8,\"8777\":19737.86,\"8778\":19317.36,\"8779\":19603.06,\"8780\":4366.8,\"8781\":613.1,\"8782\":null,\"8783\":5104.0,\"8784\":1265.6,\"8785\":5673.18,\"8786\":6837.0,\"8787\":6191.0,\"8788\":286.63,\"8789\":1594.07,\"8790\":329.36,\"8791\":2062.0,\"8792\":249.65,\"8793\":13394.46,\"8794\":6675.98,\"8795\":16745.04,\"8796\":1464.6,\"8797\":2342.74,\"8798\":46.93,\"8799\":743.82,\"8800\":null,\"8801\":575.08,\"8802\":738.6,\"8803\":3045.68,\"8804\":4425.58,\"8805\":8396.92,\"8806\":2000.0,\"8807\":5461.0,\"8808\":5463.42,\"8809\":67120.91,\"8810\":4308.34,\"8811\":3600.57,\"8812\":4011.65,\"8813\":6907.68,\"8814\":15810.96,\"8815\":9484.52,\"8816\":16771.69,\"8817\":28054.4,\"8818\":8187.76,\"8819\":889.68,\"8820\":7031.22,\"8821\":7507.68,\"8822\":6465.0,\"8823\":11670.06,\"8824\":235.32,\"8825\":135.6,\"8826\":null,\"8827\":7015.76,\"8828\":1.06,\"8829\":21.71,\"8830\":1842.37,\"8831\":null,\"8832\":5666.4,\"8833\":7248.95,\"8834\":3413.91,\"8835\":19861.16,\"8836\":19619.76,\"8837\":9258.89,\"8838\":1285.2,\"8839\":9612.0,\"8840\":19951.33,\"8841\":19955.32,\"8842\":446.4,\"8843\":78297.91,\"8844\":17976.91,\"8845\":16123.86,\"8846\":2.76,\"8847\":0.93,\"8848\":7236.0,\"8849\":4887.45,\"8850\":68.97,\"8851\":8616.26,\"8852\":158.54,\"8853\":131.4,\"8854\":15703.61,\"8855\":14505.12,\"8856\":67964.47,\"8857\":1267.15,\"8858\":565.8,\"8859\":28690.43,\"8860\":5798.1,\"8861\":8520.0,\"8862\":1135.8,\"8863\":9182.52,\"8864\":2592.23,\"8865\":2629.13,\"8866\":8889.98,\"8867\":7276.2,\"8868\":8304.6,\"8869\":661.41,\"8870\":null,\"8871\":759.0,\"8872\":265.44,\"8873\":255.0,\"8874\":486.96,\"8875\":592.45,\"8876\":586.49,\"8877\":724.68,\"8878\":536.61,\"8879\":532.16,\"8880\":6290.4,\"8881\":768.84,\"8882\":561.6,\"8883\":9063.4,\"8884\":6611.85,\"8885\":1049.4,\"8886\":719.56,\"8887\":4900.0,\"8888\":855.27,\"8889\":1728.6,\"8890\":480.13,\"8891\":null,\"8892\":5856.0,\"8893\":null,\"8894\":8802.77,\"8895\":949.9,\"8896\":3300.75,\"8897\":3.49,\"8898\":882.84,\"8899\":657.24,\"8900\":469.7,\"8901\":3069.88,\"8902\":7547.45,\"8903\":4900.0,\"8904\":716.26,\"8905\":538.23,\"8906\":302.2,\"8907\":952.42,\"8908\":888.0,\"8909\":5488.36,\"8910\":4095.56,\"8911\":2522.4,\"8912\":9373.68,\"8913\":9807.4,\"8914\":7377.9,\"8915\":6080.1,\"8916\":905.23,\"8917\":909.96,\"8918\":3167.1,\"8919\":673.46,\"8920\":6451.5,\"8921\":null,\"8922\":58.23,\"8923\":589.49,\"8924\":460.8,\"8925\":4592.64,\"8926\":897.46,\"8927\":1058.14,\"8928\":3861.0,\"8929\":2699.4,\"8930\":7220.4,\"8931\":18651.0,\"8932\":4705.2,\"8933\":5730.38,\"8934\":709.61,\"8935\":null,\"8936\":null,\"8937\":427.13,\"8938\":11484.0,\"8939\":19610.65,\"8940\":198.0,\"8941\":2172.06,\"8942\":1429.89,\"8943\":796.5,\"8944\":null,\"8945\":811.0,\"8946\":17488.0,\"8947\":60716.21,\"8948\":499374.1,\"8949\":12864.0,\"8950\":889.02,\"8951\":12988.81,\"8952\":25172.85,\"8953\":8187.67,\"8954\":541.65,\"8955\":3702.72,\"8956\":916.03,\"8957\":25632.87,\"8958\":601.04,\"8959\":null,\"8960\":61443.41,\"8961\":30058.01,\"8962\":6356.0,\"8963\":5009.35,\"8964\":942.77,\"8965\":243224.93,\"8966\":null,\"8967\":6167.55,\"8968\":189050.0,\"8969\":null,\"8970\":107301.84,\"8971\":17106.81,\"8972\":395846.01,\"8973\":14683.6,\"8974\":16390.0,\"8975\":27.83,\"8976\":12974.98,\"8977\":14183.71,\"8978\":106828.37,\"8979\":1637.78,\"8980\":1909.43,\"8981\":575.83,\"8982\":null,\"8983\":37075.18,\"8984\":2557.6,\"8985\":727.1,\"8986\":448.19,\"8987\":80128.73,\"8988\":958.65,\"8989\":2791.8,\"8990\":null,\"8991\":834.32,\"8992\":1180168.3600000001,\"8993\":602221.09,\"8994\":456.0,\"8995\":6899.2,\"8996\":7589.32,\"8997\":815.43,\"8998\":186630.0,\"8999\":531.0,\"9000\":14616.0,\"9001\":40548.26,\"9002\":64911.08,\"9003\":164684.56,\"9004\":46.0,\"9005\":400936.0,\"9006\":null,\"9007\":38489.73,\"9008\":5050.44,\"9009\":618.29,\"9010\":683.32,\"9011\":2474.4,\"9012\":81497.14,\"9013\":2222.33,\"9014\":522.52,\"9015\":1059.66,\"9016\":1128.68,\"9017\":10198.8,\"9018\":411.24,\"9019\":1783.99,\"9020\":13662.0,\"9021\":4359.15,\"9022\":19727.39,\"9023\":10862.4,\"9024\":373.16,\"9025\":2617.2,\"9026\":264.0,\"9027\":251.78,\"9028\":30051.93,\"9029\":47883.8,\"9030\":null,\"9031\":1038225.01,\"9032\":null,\"9033\":820264.24,\"9034\":1614.9,\"9035\":740.52,\"9036\":1130.35,\"9037\":1218.6,\"9038\":28085.79,\"9039\":30779.97,\"9040\":124167.61,\"9041\":141371.16,\"9042\":73321.63,\"9043\":null,\"9044\":794.92,\"9045\":null,\"9046\":64023.12,\"9047\":14205.56,\"9048\":14653.32,\"9049\":54480.44,\"9050\":158898.84,\"9051\":166390.85,\"9052\":19811.12,\"9053\":8249.7,\"9054\":null,\"9055\":43487.36,\"9056\":47591.02,\"9057\":644.1,\"9058\":75577.49,\"9059\":1056.34,\"9060\":9411.6,\"9061\":2033.03,\"9062\":17522.27,\"9063\":31587.87,\"9064\":19275.02,\"9065\":652.38,\"9066\":10015.2,\"9067\":11.4,\"9068\":null,\"9069\":6698.18,\"9070\":332.9,\"9071\":33.26,\"9072\":7760.0,\"9073\":9513.27,\"9074\":991.92,\"9075\":1780.24,\"9076\":154.97,\"9077\":9138.0,\"9078\":13224.0,\"9079\":4886.2,\"9080\":19087.52,\"9081\":15156.86,\"9082\":10228.52,\"9083\":10229.41,\"9084\":681.85,\"9085\":14647.6,\"9086\":14341.3,\"9087\":null,\"9088\":19720.57,\"9089\":19619.05,\"9090\":19567.71,\"9091\":1137.6,\"9092\":525.8,\"9093\":16875.1,\"9094\":7472.0,\"9095\":1866.3,\"9096\":5159.82,\"9097\":7086.4,\"9098\":5082.0,\"9099\":286.63,\"9100\":2121.26,\"9101\":166.52,\"9102\":2837.0,\"9103\":812.79,\"9104\":11991.02,\"9105\":4759.37,\"9106\":15264.46,\"9107\":970.2,\"9108\":null,\"9109\":null,\"9110\":802.56,\"9111\":null,\"9112\":436.48,\"9113\":null,\"9114\":1127.39,\"9115\":3105.32,\"9116\":7509.07,\"9117\":3000.0,\"9118\":5448.4,\"9119\":6052.68,\"9120\":69800.3,\"9121\":10570.24,\"9122\":3115.29,\"9123\":3914.09,\"9124\":6148.8,\"9125\":null,\"9126\":15954.17,\"9127\":10718.96,\"9128\":17337.31,\"9129\":180915.84,\"9130\":15623.11,\"9131\":777.92,\"9132\":7684.97,\"9133\":7826.33,\"9134\":9232.5,\"9135\":11646.95,\"9136\":88.8,\"9137\":4.4,\"9138\":null,\"9139\":6879.87,\"9140\":3.2,\"9141\":78.39,\"9142\":2487.51,\"9143\":6156.0,\"9144\":8607.04,\"9145\":2530.86,\"9146\":3509.57,\"9147\":3756.3,\"9148\":1569.42,\"9149\":4872.6,\"9150\":7401.6,\"9151\":19962.06,\"9152\":19948.42,\"9153\":null,\"9154\":65210.03,\"9155\":10469.92,\"9156\":11504.04,\"9157\":0.49,\"9158\":0.16,\"9159\":3018.0,\"9160\":881.1,\"9161\":17.82,\"9162\":3484.5,\"9163\":663.74,\"9164\":null,\"9165\":14198.51,\"9166\":19577.88,\"9167\":77009.2,\"9168\":2103.04,\"9169\":1148.16,\"9170\":95697.7,\"9171\":8912.4,\"9172\":15920.0,\"9173\":4090.2,\"9174\":null,\"9175\":4480.43,\"9176\":4268.93,\"9177\":9576.68,\"9178\":6265.8,\"9179\":7093.5,\"9180\":210.32,\"9181\":589.32,\"9182\":230.64,\"9183\":49.92,\"9184\":233.04,\"9185\":null,\"9186\":262.34,\"9187\":574.23,\"9188\":776.88,\"9189\":389.77,\"9190\":439.88,\"9191\":7838.4,\"9192\":493.8,\"9193\":109.2,\"9194\":7025.82,\"9195\":7035.65,\"9196\":4393.8,\"9197\":4479.83,\"9198\":4900.0,\"9199\":null,\"9200\":3.0,\"9201\":31.63,\"9202\":null,\"9203\":8867.1,\"9204\":948.0,\"9205\":988.82,\"9206\":461.23,\"9207\":10987.65,\"9208\":0.27,\"9209\":769.36,\"9210\":617.88,\"9211\":816.2,\"9212\":1961.96,\"9213\":7733.75,\"9214\":4900.0,\"9215\":667.78,\"9216\":393.06,\"9217\":400.07,\"9218\":1.54,\"9219\":3.0,\"9220\":687.35,\"9221\":495.44,\"9222\":1026.6,\"9223\":7854.14,\"9224\":7134.83,\"9225\":4218.9,\"9226\":1881.3,\"9227\":598.88,\"9228\":598.53,\"9229\":2325.88,\"9230\":411.72,\"9231\":1438.8,\"9232\":45.71,\"9233\":596.04,\"9234\":815.81,\"9235\":6356.28,\"9236\":459.65,\"9237\":2078.94,\"9238\":3864.67,\"9239\":2514.6,\"9240\":7238.4,\"9241\":405516.2,\"9242\":6022.8,\"9243\":4935.9,\"9244\":709.72,\"9245\":5.63,\"9246\":null,\"9247\":429.58,\"9248\":12760.0,\"9249\":19599.67,\"9250\":204.6,\"9251\":2163.81,\"9252\":1746.03,\"9253\":788.62,\"9254\":811.0,\"9255\":17392.0,\"9256\":60725.95,\"9257\":503500.0,\"9258\":null,\"9259\":733.59,\"9260\":16806.31,\"9261\":44116.35,\"9262\":8180.33,\"9263\":1093.94,\"9264\":3702.4,\"9265\":869.03,\"9266\":21829.84,\"9267\":588.06,\"9268\":null,\"9269\":46056.83,\"9270\":29878.69,\"9271\":10016.0,\"9272\":4641.19,\"9273\":941.78,\"9274\":255000.0,\"9275\":5813.96,\"9276\":509530.0,\"9277\":46894.82,\"9278\":15911.16,\"9279\":396378.16,\"9280\":14588.88,\"9281\":18255.6,\"9282\":0.5,\"9283\":11959.44,\"9284\":11928.63,\"9285\":117486.6,\"9286\":1343.64,\"9287\":1367.47,\"9288\":569.83,\"9289\":165275.0,\"9290\":43776.24,\"9291\":2459.39,\"9292\":725.92,\"9293\":445.86,\"9294\":47187.43,\"9295\":90597.89,\"9296\":4053.26,\"9297\":2304.6,\"9298\":null,\"9299\":891.61,\"9300\":1144578.23,\"9301\":600612.8199999999,\"9302\":366.0,\"9303\":6934.4,\"9304\":7583.15,\"9305\":815.43,\"9306\":205000.0,\"9307\":580.88,\"9308\":12744.0,\"9309\":40211.42,\"9310\":65150.76,\"9311\":164780.87,\"9312\":null,\"9313\":null,\"9314\":597454.49,\"9315\":null,\"9316\":null,\"9317\":153.04,\"9318\":556.51,\"9319\":682.24,\"9320\":2616.75,\"9321\":81380.83,\"9322\":2232.66,\"9323\":524.63,\"9324\":710.1,\"9325\":1004.46,\"9326\":9087.6,\"9327\":411.36,\"9328\":1927.57,\"9329\":13974.06,\"9330\":4356.45,\"9331\":19851.11,\"9332\":9120.0,\"9333\":367.49,\"9334\":2646.0,\"9335\":178.2,\"9336\":289.8,\"9337\":29515.64,\"9338\":50232.78,\"9339\":1302.76,\"9340\":462923.32,\"9341\":null,\"9342\":820620.26,\"9343\":null,\"9344\":660.44,\"9345\":975.71,\"9346\":2122.2,\"9347\":177570.54,\"9348\":null,\"9349\":223035.11,\"9350\":138396.92,\"9351\":88016.34,\"9352\":2059.0,\"9353\":792.96,\"9354\":3678.22,\"9355\":76814.58,\"9356\":14716.5,\"9357\":15365.2,\"9358\":54688.58,\"9359\":157438.02,\"9360\":164187.5,\"9361\":7774.02,\"9362\":18243.57,\"9363\":43740.77,\"9364\":47287.7,\"9365\":658.83,\"9366\":76677.05,\"9367\":1164.96,\"9368\":7966.2,\"9369\":2797.37,\"9370\":29866.95,\"9371\":3767.52,\"9372\":57799.78,\"9373\":19317.92,\"9374\":651.75,\"9375\":15541.2,\"9376\":null,\"9377\":null,\"9378\":6751.14,\"9379\":348.02,\"9380\":97.23,\"9381\":7760.0,\"9382\":9516.43,\"9383\":1630.92,\"9384\":1691.8,\"9385\":176.48,\"9386\":8899.0,\"9387\":14572.0,\"9388\":3832.4,\"9389\":17675.58,\"9390\":15046.17,\"9391\":10223.33,\"9392\":10230.59,\"9393\":241.56,\"9394\":12643.8,\"9395\":12370.8,\"9396\":4081.2,\"9397\":19665.16,\"9398\":19596.32,\"9399\":19541.15,\"9400\":673.5,\"9401\":13046.8,\"9402\":4696.0,\"9403\":null,\"9404\":1400.8,\"9405\":4889.34,\"9406\":7072.6,\"9407\":2641.0,\"9408\":286.63,\"9409\":1535.88,\"9410\":326.83,\"9411\":3103.0,\"9412\":371.19,\"9413\":13618.09,\"9414\":5663.27,\"9415\":15830.84,\"9416\":1015.8,\"9417\":1108.2,\"9418\":649.73,\"9419\":693.66,\"9420\":null,\"9421\":664.4,\"9422\":null,\"9423\":2324.19,\"9424\":6176.38,\"9425\":17726.83,\"9426\":3000.0,\"9427\":5213.1,\"9428\":5473.08,\"9429\":78945.93,\"9430\":9733.71,\"9431\":3988.94,\"9432\":9704.87,\"9433\":7732.8,\"9434\":17542.75,\"9435\":11259.5,\"9436\":19338.77,\"9437\":null,\"9438\":6723.85,\"9439\":1512.06,\"9440\":8229.48,\"9441\":8533.29,\"9442\":8821.5,\"9443\":11631.83,\"9444\":275.24,\"9445\":153.6,\"9446\":204.53,\"9447\":8754.56,\"9448\":0.34,\"9449\":56.65,\"9450\":1515.06,\"9451\":7657.2,\"9452\":9292.43,\"9453\":3122.29,\"9454\":19362.6,\"9455\":19239.71,\"9456\":8698.91,\"9457\":6188.4,\"9458\":10260.0,\"9459\":19955.08,\"9460\":19948.96,\"9461\":679.8,\"9462\":68054.43,\"9463\":17711.48,\"9464\":17019.13,\"9465\":3.52,\"9466\":1.1,\"9467\":9090.0,\"9468\":1197.15,\"9469\":104.83,\"9470\":2351.98,\"9471\":333.4,\"9472\":1.05,\"9473\":16803.72,\"9474\":8677.15,\"9475\":74282.46,\"9476\":1304.82,\"9477\":405.03,\"9478\":95808.21,\"9479\":8796.9,\"9480\":16000.0,\"9481\":4942.2,\"9482\":3074.64,\"9483\":8180.78,\"9484\":8439.08,\"9485\":9730.58,\"9486\":6522.0,\"9487\":8255.1,\"9488\":798.25,\"9489\":655.56,\"9490\":395.88,\"9491\":416.64,\"9492\":827.58,\"9493\":473.16,\"9494\":239.34,\"9495\":763.35,\"9496\":853.08,\"9497\":318.63,\"9498\":332.61,\"9499\":6548.4,\"9500\":873.36,\"9501\":1176.0,\"9502\":7542.32,\"9503\":7362.54,\"9504\":4735.8,\"9505\":null,\"9506\":4900.0,\"9507\":823.89,\"9508\":2029.2,\"9509\":1187.38,\"9510\":0.36,\"9511\":8139.3,\"9512\":9409.2,\"9513\":9072.98,\"9514\":271.05,\"9515\":13979.25,\"9516\":1.87,\"9517\":787.32,\"9518\":652.3,\"9519\":2380.4,\"9520\":9206.9,\"9521\":4900.0,\"9522\":584.83,\"9523\":334.54,\"9524\":362.01,\"9525\":836.48,\"9526\":null,\"9527\":9137.1,\"9528\":4768.92,\"9529\":3041.4,\"9530\":4107.72,\"9531\":7575.53,\"9532\":3331.77,\"9533\":5900.4,\"9534\":870.28,\"9535\":870.69,\"9536\":3087.75,\"9537\":268.32,\"9538\":9339.0,\"9539\":null,\"9540\":74.7,\"9541\":311.96,\"9542\":216.78,\"9543\":5566.92,\"9544\":274.39,\"9545\":2448.3,\"9546\":3853.67,\"9547\":2494.8,\"9548\":7239.6,\"9549\":351612.04,\"9550\":10486.8,\"9551\":6514.22,\"9552\":710.93,\"9553\":null,\"9554\":null,\"9555\":425.89,\"9556\":8998.0,\"9557\":19702.13,\"9558\":191.4,\"9559\":2175.36,\"9560\":1762.86,\"9561\":771.84,\"9562\":805.0,\"9563\":null,\"9564\":60171.86,\"9565\":491892.85,\"9566\":null,\"9567\":9990.64,\"9568\":44498.76,\"9569\":8158.33,\"9570\":1057.14,\"9571\":3701.76,\"9572\":908.07,\"9573\":23369.38,\"9574\":617.76,\"9575\":null,\"9576\":62946.6,\"9577\":30128.75,\"9578\":15207.0,\"9579\":4766.43,\"9580\":942.77,\"9581\":255000.0,\"9582\":5987.5,\"9583\":null,\"9584\":38358.88,\"9585\":18075.54,\"9586\":397629.47,\"9587\":20951.2,\"9588\":17465.8,\"9589\":0.61,\"9590\":15036.98,\"9591\":null,\"9592\":null,\"9593\":1908.13,\"9594\":1335.68,\"9595\":582.71,\"9596\":100100.0,\"9597\":55096.95,\"9598\":1769.05,\"9599\":716.18,\"9600\":436.96,\"9601\":55894.5,\"9602\":null,\"9603\":3990.26,\"9604\":2402.4,\"9605\":4516.6,\"9606\":847.17,\"9607\":1175739.99,\"9608\":252078.6,\"9609\":null,\"9610\":6890.4,\"9611\":5834.53,\"9612\":824.54,\"9613\":177430.0,\"9614\":528.6,\"9615\":12672.0,\"9616\":35427.6,\"9617\":35401.06,\"9618\":49885.11,\"9619\":null,\"9620\":556148.71,\"9621\":null,\"9622\":3520.0,\"9623\":618.82,\"9624\":695.95,\"9625\":3579.3,\"9626\":81115.83,\"9627\":2217.16,\"9628\":533.08,\"9629\":1210.86,\"9630\":1122.13,\"9631\":9974.4,\"9632\":411.72,\"9633\":19015.34,\"9634\":2215.6,\"9635\":19530.98,\"9636\":4358.25,\"9637\":19729.09,\"9638\":null,\"9639\":367.88,\"9640\":2659.8,\"9641\":250.8,\"9642\":347.46,\"9643\":29599.22,\"9644\":45713.78,\"9645\":1306.3,\"9646\":1078420.9199999999,\"9647\":null,\"9648\":820184.62,\"9649\":1601.46,\"9650\":826.54,\"9651\":1098.38,\"9652\":1188.0,\"9653\":30762.96,\"9654\":66763.86,\"9655\":123997.03,\"9656\":73367.71,\"9657\":72831.21,\"9658\":null,\"9659\":797.16,\"9660\":70137.34,\"9661\":16045.65,\"9662\":15564.15,\"9663\":54629.84,\"9664\":107623.19,\"9665\":169826.3,\"9666\":null,\"9667\":null,\"9668\":43730.88,\"9669\":47565.53,\"9670\":577.44,\"9671\":76523.22,\"9672\":1094.26,\"9673\":9906.6,\"9674\":2713.35,\"9675\":16941.66,\"9676\":null,\"9677\":19279.13,\"9678\":651.66,\"9679\":12715.2,\"9680\":null,\"9681\":null,\"9682\":6768.47,\"9683\":316.14,\"9684\":154.53,\"9685\":6960.0,\"9686\":9591.67,\"9687\":1626.0,\"9688\":1667.16,\"9689\":145.86,\"9690\":8983.0,\"9691\":13105.0,\"9692\":3020.6,\"9693\":15728.6,\"9694\":20407.25,\"9695\":10219.35,\"9696\":10229.4,\"9697\":1463.59,\"9698\":12216.3,\"9699\":11934.5,\"9700\":1299.6,\"9701\":19647.38,\"9702\":19608.91,\"9703\":19399.64,\"9704\":692.5,\"9705\":13865.2,\"9706\":7904.0,\"9707\":106.91,\"9708\":1588.1,\"9709\":5612.46,\"9710\":6327.0,\"9711\":5420.0,\"9712\":286.63,\"9713\":1356.79,\"9714\":301.99,\"9715\":2914.0,\"9716\":1245.45,\"9717\":17791.6,\"9718\":4735.61,\"9719\":8449.75,\"9720\":1185.0,\"9721\":2690.25,\"9722\":null,\"9723\":703.56,\"9724\":503.36,\"9725\":962.28,\"9726\":3068.8,\"9727\":17666.63,\"9728\":3000.0,\"9729\":5514.0,\"9730\":7387.14,\"9731\":79353.69,\"9732\":10254.05,\"9733\":2316.92,\"9734\":3770.61,\"9735\":4373.28,\"9736\":8922.33,\"9737\":10802.03,\"9738\":9539.88,\"9739\":null,\"9740\":15817.12,\"9741\":832.04,\"9742\":8066.07,\"9743\":8413.52,\"9744\":9550.5,\"9745\":11637.63,\"9746\":303.92,\"9747\":8.0,\"9748\":83.48,\"9749\":6156.77,\"9750\":1.03,\"9751\":75.55,\"9752\":1120.96,\"9753\":4334.4,\"9754\":9156.67,\"9755\":1879.73,\"9756\":19382.76,\"9757\":19108.44,\"9758\":8955.58,\"9759\":3124.8,\"9760\":10288.8,\"9761\":19962.67,\"9762\":19958.03,\"9763\":705.0,\"9764\":59348.94,\"9765\":4244.39,\"9766\":4363.34,\"9767\":2.36,\"9768\":0.74,\"9769\":8943.6,\"9770\":2929.05,\"9771\":47.19,\"9772\":8784.16,\"9773\":132.32,\"9774\":0.3,\"9775\":23555.64,\"9776\":23876.42,\"9777\":80209.43,\"9778\":1262.25,\"9779\":645.15,\"9780\":27474.24,\"9781\":8828.75,\"9782\":4440.0,\"9783\":1898.4,\"9784\":6375.6,\"9785\":4634.99,\"9786\":5017.71,\"9787\":9255.83,\"9788\":5109.9,\"9789\":6215.7,\"9790\":820.51,\"9791\":3.3,\"9792\":468.12,\"9793\":202.8,\"9794\":129.72,\"9795\":800.73,\"9796\":465.12,\"9797\":826.13,\"9798\":962.12,\"9799\":831.84,\"9800\":609.01,\"9801\":600.16,\"9802\":7719.6,\"9803\":214.08,\"9804\":417.6,\"9805\":6490.48,\"9806\":5545.58,\"9807\":5499.0,\"9808\":null,\"9809\":4900.0,\"9810\":844.35,\"9811\":1764.0,\"9812\":1152.88,\"9813\":null,\"9814\":8290.8,\"9815\":9489.6,\"9816\":6480.69,\"9817\":454.77,\"9818\":2562.75,\"9819\":2.73,\"9820\":781.73,\"9821\":572.28,\"9822\":504.9,\"9823\":3068.56,\"9824\":3910.0,\"9825\":4900.0,\"9826\":937.3,\"9827\":606.97,\"9828\":438.74,\"9829\":494.96,\"9830\":null,\"9831\":3360.0,\"9832\":7934.68,\"9833\":6385.69,\"9834\":5773.8,\"9835\":5843.7,\"9836\":902.29,\"9837\":898.85,\"9838\":3321.78,\"9839\":581.67,\"9840\":8134.5,\"9841\":43.01,\"9842\":718.0,\"9843\":963.47,\"9844\":7936.38,\"9845\":665.39,\"9846\":2414.28,\"9847\":3835.33,\"9848\":2494.8,\"9849\":7246.8,\"9850\":292605.27,\"9851\":9716.4,\"9852\":5925.83,\"9853\":708.95,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":13618.0,\"9858\":16638.76,\"9859\":204.6,\"9860\":772.36,\"9861\":1761.54,\"9862\":734.49,\"9863\":805.0,\"9864\":301389.4,\"9865\":null,\"9866\":9981.31,\"9867\":46427.08,\"9868\":8121.67,\"9869\":1023.21,\"9870\":3702.4,\"9871\":935.0,\"9872\":17783.63,\"9873\":625.68,\"9874\":null,\"9875\":60107.58,\"9876\":30069.83,\"9877\":12310.0,\"9878\":4652.97,\"9879\":942.77,\"9880\":null,\"9881\":5733.19,\"9882\":null,\"9883\":505640.0,\"9884\":114303.51,\"9885\":15809.83,\"9886\":397750.04,\"9887\":14392.31,\"9888\":17118.2,\"9889\":0.57,\"9890\":13068.31,\"9891\":111675.78,\"9892\":1309.9,\"9893\":1348.63,\"9894\":572.33,\"9895\":221155.0,\"9896\":73417.5,\"9897\":2599.12,\"9898\":722.38,\"9899\":455.75,\"9900\":14215.9,\"9901\":2231.91,\"9902\":2416.2,\"9903\":13041.6,\"9904\":744.52,\"9905\":1171524.3100000001,\"9906\":600458.09,\"9907\":6804.6,\"9908\":6623.26,\"9909\":821.04,\"9910\":188060.0,\"9911\":573.35,\"9912\":12096.0,\"9913\":64590.2,\"9914\":26377.4,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":3366.96,\"9921\":584.1,\"9922\":679.0,\"9923\":3554.7,\"9924\":81098.45,\"9925\":2220.61,\"9926\":418.24,\"9927\":1306.62,\"9928\":1171.48,\"9929\":10052.4,\"9930\":411.36,\"9931\":1937.41,\"9932\":19602.0,\"9933\":3721.05,\"9934\":19048.21,\"9935\":364.45,\"9936\":182.63,\"9937\":250.8,\"9938\":344.2,\"9939\":30225.29,\"9940\":44827.95,\"9941\":1293.7,\"9942\":119616.06,\"9943\":null,\"9944\":816957.34,\"9945\":1598.76,\"9946\":847.88,\"9947\":1066.57,\"9948\":1049.4,\"9949\":null,\"9950\":27715.29,\"9951\":124119.92,\"9952\":72828.58,\"9953\":73286.13,\"9954\":null,\"9955\":804.86,\"9956\":77565.23,\"9957\":8491.43,\"9958\":8984.52,\"9959\":54364.69,\"9960\":34872.23,\"9961\":66235.55,\"9962\":null,\"9963\":43461.11,\"9964\":47700.41,\"9965\":676.02,\"9966\":76554.37,\"9967\":554.47,\"9968\":9928.6,\"9969\":2884.26},\"Values_Hour16\":{\"0\":19731.51,\"1\":651.78,\"2\":7873.2,\"3\":17133.52,\"4\":null,\"5\":null,\"6\":6674.75,\"7\":365.44,\"8\":2640.0,\"9\":9395.21,\"10\":1202.88,\"11\":1708.52,\"12\":138.87,\"13\":10208.0,\"14\":13807.0,\"15\":2673.0,\"16\":7927.03,\"17\":20120.6,\"18\":10164.54,\"19\":10222.12,\"20\":164.41,\"21\":15730.5,\"22\":15381.3,\"23\":1149.6,\"24\":1616.6,\"25\":null,\"26\":19752.65,\"27\":10344.37,\"28\":19454.56,\"29\":4627.6,\"30\":4756.69,\"31\":11605.85,\"32\":4798.4,\"33\":328.7,\"34\":10397.3,\"35\":5144.0,\"36\":null,\"37\":2365.2,\"38\":2551.62,\"39\":3967.1,\"40\":300.5,\"41\":2067.76,\"42\":345.23,\"43\":2442.0,\"44\":513.42,\"45\":13636.88,\"46\":3046.05,\"47\":13869.42,\"48\":1245.0,\"49\":2060.18,\"50\":null,\"51\":776.16,\"52\":322.08,\"53\":null,\"54\":672.76,\"55\":223.68,\"56\":14656.99,\"57\":6629.0,\"58\":4952.82,\"59\":63842.79,\"60\":7212.8,\"61\":42.51,\"62\":9762.26,\"63\":6749.28,\"64\":null,\"65\":15462.48,\"66\":7596.44,\"67\":16368.88,\"68\":null,\"69\":13526.69,\"70\":700.48,\"71\":4534.15,\"72\":3901.01,\"73\":6021.0,\"74\":11725.9,\"75\":146.28,\"76\":176.4,\"77\":null,\"78\":3571.44,\"79\":0.34,\"80\":25.74,\"81\":1270.3,\"82\":4404.2,\"83\":5266.8,\"84\":4994.83,\"85\":415.14,\"86\":11234.13,\"87\":11533.57,\"88\":6150.68,\"89\":5380.2,\"90\":12528.0,\"91\":13786.88,\"92\":14366.89,\"93\":1096.8,\"94\":67740.08,\"95\":7517.94,\"96\":7800.67,\"97\":5.46,\"98\":1.48,\"99\":3879.6,\"100\":1506.0,\"101\":null,\"102\":2064.02,\"103\":694.15,\"104\":null,\"105\":29608.56,\"106\":9889.93,\"107\":53158.99,\"108\":1372.69,\"109\":637.56,\"110\":49144.26,\"111\":6439.3,\"112\":13200.0,\"113\":2683.2,\"114\":6873.78,\"115\":922.5,\"116\":853.88,\"117\":5267.7,\"118\":4300.5,\"119\":5221.5,\"120\":635.98,\"121\":1.1,\"122\":331.08,\"123\":168.96,\"124\":147.36,\"125\":374.85,\"126\":249.54,\"127\":567.6,\"128\":337.8,\"129\":714.46,\"130\":697.53,\"131\":5696.4,\"132\":324.0,\"133\":1.2,\"134\":9109.98,\"135\":9561.26,\"136\":4431.6,\"137\":322.32,\"138\":469.41,\"139\":null,\"140\":520.38,\"141\":null,\"142\":5312.7,\"143\":4880.4,\"144\":2499.13,\"145\":793.53,\"146\":7515.45,\"147\":null,\"148\":483.25,\"149\":286.68,\"150\":429.0,\"151\":2280.96,\"152\":7388.75,\"153\":550.02,\"154\":710.32,\"155\":478.17,\"156\":87.6,\"157\":357.0,\"158\":5624.81,\"159\":4550.63,\"160\":510.0,\"161\":9104.27,\"162\":8759.16,\"163\":9425.66,\"164\":null,\"165\":569.27,\"166\":582.36,\"167\":4055.7,\"168\":245.3,\"169\":45.62,\"170\":333.3,\"171\":526.81,\"172\":2369.4,\"173\":7234.8,\"174\":193864.97,\"175\":5389.2,\"176\":3439.92,\"177\":469.26,\"178\":10.0,\"179\":397.18,\"180\":14003.0,\"181\":19584.01,\"182\":191.4,\"183\":3032.54,\"184\":1789.26,\"185\":623.48,\"186\":2748.6,\"187\":1232.0,\"188\":16960.0,\"189\":60157.74,\"190\":473662.48,\"191\":13776.0,\"192\":1467.18,\"193\":7986.51,\"194\":53488.83,\"195\":5852.0,\"196\":788.33,\"197\":678.48,\"198\":6733.99,\"199\":3701.76,\"200\":1862.71,\"201\":15301.79,\"202\":572.44,\"203\":57753.55,\"204\":49225.91,\"205\":15313.99,\"206\":5978.0,\"207\":5818.56,\"208\":938.8,\"209\":245122.8,\"210\":null,\"211\":6942.32,\"212\":null,\"213\":511470.0,\"214\":318211.57,\"215\":232753.64,\"216\":21586.02,\"217\":342387.85,\"218\":19248.0,\"219\":18187.4,\"220\":21276.54,\"221\":8849.12,\"222\":10070.08,\"223\":123952.41,\"224\":802.75,\"225\":1751.16,\"226\":203463.29,\"227\":45259.82,\"228\":2421.56,\"229\":1321.82,\"230\":406.18,\"231\":30517.17,\"232\":null,\"233\":4055.36,\"234\":2862.0,\"235\":null,\"236\":908.96,\"237\":896129.59,\"238\":599869.92,\"239\":552.0,\"240\":6848.6,\"241\":4609.08,\"242\":816.64,\"243\":191580.0,\"244\":658.41,\"245\":3816.0,\"246\":20023.7,\"247\":59657.18,\"248\":69539.13,\"249\":165239.82,\"250\":33.5,\"251\":null,\"252\":484447.25,\"253\":0.02,\"254\":null,\"255\":4438.26,\"256\":604.96,\"257\":673.88,\"258\":3954.0,\"259\":80431.3,\"260\":1062.1,\"261\":527.34,\"262\":673.92,\"263\":868.98,\"264\":4419.6,\"265\":424.08,\"266\":18920.0,\"267\":null,\"268\":8050.05,\"269\":19740.8,\"270\":10670.4,\"271\":null,\"272\":368.54,\"273\":2527.2,\"274\":271.56,\"275\":30188.37,\"276\":25594.63,\"277\":null,\"278\":null,\"279\":821066.4399999999,\"280\":936.54,\"281\":836.88,\"282\":1232.31,\"283\":2952.0,\"284\":null,\"285\":null,\"286\":205714.96,\"287\":109003.27,\"288\":152438.27,\"289\":124665.33,\"290\":801.78,\"291\":2249.82,\"292\":42242.89,\"293\":14821.6,\"294\":10368.1,\"295\":77658.96,\"296\":159236.91,\"297\":170592.2,\"298\":3950.46,\"299\":228218.04,\"300\":15320.24,\"301\":null,\"302\":44329.69,\"303\":48275.59,\"304\":596.64,\"305\":75654.86,\"306\":null,\"307\":9792.2,\"308\":2664.56,\"309\":24134.57,\"310\":55759.89,\"311\":15431.18,\"312\":19723.3,\"313\":653.73,\"314\":7387.2,\"315\":17135.85,\"316\":null,\"317\":8520.0,\"318\":6647.69,\"319\":null,\"320\":1520.0,\"321\":4761.99,\"322\":1197.12,\"323\":1657.92,\"324\":133.06,\"325\":13224.0,\"326\":12330.0,\"327\":2690.6,\"328\":6941.1,\"329\":21049.82,\"330\":10198.46,\"331\":10218.83,\"332\":null,\"333\":16310.6,\"334\":15962.7,\"335\":483.6,\"336\":null,\"337\":13842.0,\"338\":19602.65,\"339\":10313.38,\"340\":19372.04,\"341\":6150.92,\"342\":6102.1,\"343\":6086.45,\"344\":6422.23,\"345\":594.1,\"346\":10574.9,\"347\":7768.0,\"348\":null,\"349\":2270.9,\"350\":126.96,\"351\":4548.2,\"352\":300.5,\"353\":1881.29,\"354\":346.61,\"355\":2393.0,\"356\":1281.99,\"357\":13532.65,\"358\":4112.66,\"359\":15045.63,\"360\":5.4,\"361\":901.24,\"362\":1.47,\"363\":846.78,\"364\":319.88,\"365\":891.44,\"366\":16334.86,\"367\":6412.6,\"368\":1469.7,\"369\":25877.03,\"370\":5398.59,\"371\":255.59,\"372\":5354.61,\"373\":171.36,\"374\":14302.86,\"375\":7237.22,\"376\":11618.36,\"377\":null,\"378\":5993.77,\"379\":314.6,\"380\":3344.53,\"381\":4874.88,\"382\":6889.5,\"383\":9822.34,\"384\":5.24,\"385\":null,\"386\":null,\"387\":2952.86,\"388\":0.97,\"389\":39.86,\"390\":1048.09,\"391\":6132.81,\"392\":5511.6,\"393\":6125.15,\"394\":1813.57,\"395\":11742.78,\"396\":10670.14,\"397\":5090.76,\"398\":1549.8,\"399\":2476.8,\"400\":19901.97,\"401\":19927.71,\"402\":146.4,\"403\":16840.1,\"404\":2882.63,\"405\":2811.18,\"406\":2.93,\"407\":0.84,\"408\":3879.6,\"409\":1948.8,\"410\":95.37,\"411\":3140.42,\"412\":3.72,\"413\":null,\"414\":7239.97,\"415\":11967.13,\"416\":74884.88,\"417\":1270.61,\"418\":17.25,\"419\":41341.76,\"420\":6590.5,\"421\":3560.0,\"422\":799.8,\"423\":4210.38,\"424\":5237.55,\"425\":4131.0,\"426\":5016.38,\"427\":3483.3,\"428\":3837.6,\"429\":150.29,\"430\":4.4,\"431\":699.0,\"432\":54.6,\"433\":322.2,\"434\":405.72,\"435\":265.02,\"436\":314.16,\"437\":406.92,\"438\":670.07,\"439\":688.99,\"440\":1726.8,\"441\":165.6,\"442\":null,\"443\":576.61,\"444\":776.01,\"445\":4383.0,\"446\":null,\"447\":389.85,\"448\":3.6,\"449\":2207.55,\"450\":4251.6,\"451\":8730.0,\"452\":933.09,\"453\":805.37,\"454\":11306.25,\"455\":null,\"456\":null,\"457\":243.48,\"458\":583.0,\"459\":2237.4,\"460\":4926.6,\"461\":574.49,\"462\":642.02,\"463\":3.98,\"464\":0.04,\"465\":9.0,\"466\":7963.99,\"467\":5427.24,\"468\":null,\"469\":478.48,\"470\":671.02,\"471\":741.36,\"472\":7201.2,\"473\":491.35,\"474\":496.69,\"475\":2138.4,\"476\":null,\"477\":33.24,\"478\":63.06,\"479\":459.89,\"480\":null,\"481\":2395.8,\"482\":7238.4,\"483\":11967.0,\"484\":4413.6,\"485\":2988.14,\"486\":606.1,\"487\":null,\"488\":396.99,\"489\":14344.0,\"490\":19607.5,\"491\":184.8,\"492\":3037.82,\"493\":1780.02,\"494\":685.98,\"495\":1155.6,\"496\":1324.0,\"497\":16864.0,\"498\":331475.53,\"499\":502428.0,\"500\":15080.0,\"501\":521.07,\"502\":9954.57,\"503\":56670.45,\"504\":4264.33,\"505\":833.46,\"506\":716.92,\"507\":6350.9,\"508\":3701.12,\"509\":1993.8,\"510\":14351.38,\"511\":547.8,\"512\":49744.38,\"513\":27550.9,\"514\":null,\"515\":6106.0,\"516\":8072.79,\"517\":938.8,\"518\":243941.97,\"519\":null,\"520\":2688.0,\"521\":508390.0,\"522\":1233450.0600000001,\"523\":29128.07,\"524\":20654.56,\"525\":130334.43,\"526\":19164.0,\"527\":18669.2,\"528\":18894.61,\"529\":8850.56,\"530\":11243.71,\"531\":169296.12,\"532\":765.49,\"533\":1830.14,\"534\":202839.95,\"535\":28212.16,\"536\":2453.3,\"537\":1323.68,\"538\":401.17,\"539\":29937.82,\"540\":727.13,\"541\":2616.0,\"542\":73.16,\"543\":907.03,\"544\":895740.04,\"545\":599446.0600000001,\"546\":432.0,\"547\":7288.6,\"548\":4596.63,\"549\":822.36,\"550\":72240.0,\"551\":680.05,\"552\":13104.0,\"553\":null,\"554\":59654.38,\"555\":69952.6,\"556\":165108.67,\"557\":1796.5,\"558\":null,\"559\":469441.37,\"560\":43878.43,\"561\":4285.22,\"562\":587.53,\"563\":671.0,\"564\":4019.85,\"565\":174115.11,\"566\":1062.1,\"567\":531.14,\"568\":926.82,\"569\":658.22,\"570\":4034.4,\"571\":433.8,\"572\":null,\"573\":8062.2,\"574\":19644.8,\"575\":9465.6,\"576\":null,\"577\":364.78,\"578\":529.58,\"579\":249.6,\"580\":29150.06,\"581\":25584.95,\"582\":1061543.1799999999,\"583\":null,\"584\":816863.79,\"585\":964.8,\"586\":765.6,\"587\":1377.96,\"588\":2595.6,\"589\":null,\"590\":null,\"591\":489751.64,\"592\":196050.0,\"593\":null,\"594\":123404.9,\"595\":71886.62,\"596\":71956.83,\"597\":800.8,\"598\":2508.75,\"599\":59728.36,\"600\":14929.3,\"601\":11379.33,\"602\":64468.16,\"603\":156807.19,\"604\":169794.85,\"605\":3846.94,\"606\":180834.68,\"607\":14747.05,\"608\":44714.86,\"609\":47748.0,\"610\":687.45,\"611\":75505.89,\"612\":1668.62,\"613\":11224.4,\"614\":2744.57,\"615\":27118.21,\"616\":56238.07,\"617\":56608.57,\"618\":18548.98,\"619\":651.87,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":5248.8,\"624\":6682.01,\"625\":1440.0,\"626\":4761.99,\"627\":1225.8,\"628\":1663.64,\"629\":130.68,\"630\":10296.0,\"631\":9754.0,\"632\":2827.0,\"633\":7437.34,\"634\":21089.38,\"635\":13858.62,\"636\":14562.2,\"637\":2236.96,\"638\":15475.7,\"639\":15134.4,\"640\":320.4,\"641\":1556.5,\"642\":13482.0,\"643\":19552.02,\"644\":10265.59,\"645\":18471.16,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":600.3,\"651\":13742.7,\"652\":7606.0,\"653\":2175.7,\"654\":361.56,\"655\":4594.0,\"656\":300.5,\"657\":1990.36,\"658\":345.92,\"659\":2393.0,\"660\":440.5,\"661\":13563.75,\"662\":3970.69,\"663\":15039.64,\"664\":75.6,\"665\":36.07,\"666\":null,\"667\":774.18,\"668\":299.2,\"669\":1193.1,\"670\":1678.82,\"671\":6433.12,\"672\":6332.2,\"673\":5457.9,\"674\":42569.41,\"675\":5262.64,\"676\":409.88,\"677\":4998.78,\"678\":802.08,\"679\":13846.15,\"680\":8323.91,\"681\":11730.34,\"682\":null,\"683\":15707.55,\"684\":545.16,\"685\":5192.69,\"686\":3315.04,\"687\":6043.5,\"688\":11162.6,\"689\":128.08,\"690\":null,\"691\":null,\"692\":4999.14,\"693\":0.89,\"694\":32.82,\"695\":494.27,\"696\":5804.71,\"697\":5641.2,\"698\":5938.07,\"699\":971.52,\"700\":16154.79,\"701\":14747.94,\"702\":6321.68,\"703\":7084.8,\"704\":12621.6,\"705\":19608.12,\"706\":19932.71,\"707\":151.2,\"708\":21668.46,\"709\":14259.71,\"710\":15834.06,\"711\":5.11,\"712\":1.37,\"713\":3879.6,\"714\":1309.8,\"715\":23.87,\"716\":5996.1,\"717\":56.86,\"718\":3155.84,\"719\":5671.03,\"720\":72523.33,\"721\":1312.36,\"722\":1101.93,\"723\":82473.86,\"724\":7760.9,\"725\":14280.0,\"726\":3627.6,\"727\":7897.74,\"728\":5727.15,\"729\":4572.68,\"730\":5183.1,\"731\":4308.0,\"732\":5338.5,\"733\":622.86,\"734\":null,\"735\":567.36,\"736\":184.56,\"737\":303.48,\"738\":500.37,\"739\":315.39,\"740\":634.37,\"741\":387.24,\"742\":777.02,\"743\":769.96,\"744\":6181.2,\"745\":545.76,\"746\":2.4,\"747\":9007.46,\"748\":8514.31,\"749\":2961.0,\"750\":465.44,\"751\":506.76,\"752\":null,\"753\":null,\"754\":5550.0,\"755\":6814.8,\"756\":3749.53,\"757\":798.33,\"758\":null,\"759\":null,\"760\":603.09,\"761\":460.68,\"762\":755.7,\"763\":2522.96,\"764\":885.5,\"765\":508.94,\"766\":763.04,\"767\":236.12,\"768\":125.27,\"769\":null,\"770\":7987.84,\"771\":6122.42,\"772\":46.8,\"773\":9230.51,\"774\":8999.98,\"775\":9170.29,\"776\":7890.9,\"777\":630.06,\"778\":629.4,\"779\":2234.1,\"780\":null,\"781\":8.14,\"782\":221.95,\"783\":341.89,\"784\":null,\"785\":2395.8,\"786\":7220.4,\"787\":15069.0,\"788\":4417.2,\"789\":2943.96,\"790\":485.32,\"791\":14.17,\"792\":284.3,\"793\":14036.0,\"794\":19608.4,\"795\":204.6,\"796\":3075.1,\"797\":1814.67,\"798\":null,\"799\":1997.1,\"800\":1411.0,\"801\":20620.0,\"802\":60671.0,\"803\":503053.49,\"804\":12576.0,\"805\":654.72,\"806\":9951.11,\"807\":56406.05,\"808\":4308.33,\"809\":1002.8,\"810\":380.28,\"811\":null,\"812\":3701.44,\"813\":2034.81,\"814\":15795.11,\"815\":581.02,\"816\":null,\"817\":32413.48,\"818\":null,\"819\":6129.0,\"820\":6232.01,\"821\":938.8,\"822\":239196.45,\"823\":9600.38,\"824\":null,\"825\":96540.0,\"826\":1233252.28,\"827\":83582.91,\"828\":21043.4,\"829\":355701.51,\"830\":16608.0,\"831\":18640.6,\"832\":22052.5,\"833\":8848.67,\"834\":10189.94,\"835\":84556.61,\"836\":713.12,\"837\":1617.47,\"838\":203169.96,\"839\":53370.76,\"840\":2349.8,\"841\":null,\"842\":405.82,\"843\":28050.85,\"844\":3795.88,\"845\":2213.4,\"846\":75.52,\"847\":462.0,\"848\":877971.89,\"849\":598162.04,\"850\":186.0,\"851\":7436.0,\"852\":8326.29,\"853\":808.39,\"854\":205060.0,\"855\":682.57,\"856\":13140.0,\"857\":61008.39,\"858\":69309.28,\"859\":164789.99,\"860\":null,\"861\":402132.0,\"862\":482009.36,\"863\":1971.94,\"864\":43250.42,\"865\":2142.61,\"866\":587.27,\"867\":673.34,\"868\":3993.45,\"869\":347479.21,\"870\":1063.82,\"871\":527.54,\"872\":852.66,\"873\":800.64,\"874\":4257.6,\"875\":433.08,\"876\":null,\"877\":8098.65,\"878\":19644.8,\"879\":10142.4,\"880\":306.04,\"881\":2511.0,\"882\":102.3,\"883\":325.86,\"884\":29541.22,\"885\":50210.2,\"886\":774667.11,\"887\":null,\"888\":627855.51,\"889\":995.82,\"890\":793.76,\"891\":1306.61,\"892\":2437.2,\"893\":32990.56,\"894\":436617.32,\"895\":535695.54,\"896\":197480.0,\"897\":null,\"898\":null,\"899\":72683.09,\"900\":800.52,\"901\":2814.07,\"902\":59157.03,\"903\":15765.13,\"904\":11926.17,\"905\":64331.92,\"906\":162878.64,\"907\":170377.6,\"908\":3853.68,\"909\":194802.73,\"910\":14744.32,\"911\":44692.91,\"912\":47831.0,\"913\":null,\"914\":75696.59,\"915\":1501.06,\"916\":9224.6,\"917\":2839.61,\"918\":15949.87,\"919\":1051.26,\"920\":null,\"921\":55971.65,\"922\":17269.03,\"923\":651.45,\"924\":6404.4,\"925\":4814.4,\"926\":6676.07,\"927\":null,\"928\":3120.0,\"929\":9357.21,\"930\":253.32,\"931\":1718.2,\"932\":140.84,\"933\":9629.0,\"934\":14077.0,\"935\":2587.2,\"936\":6941.46,\"937\":24099.77,\"938\":10194.36,\"939\":10223.7,\"940\":430.47,\"941\":15192.9,\"942\":14853.8,\"943\":576.0,\"944\":1254.7,\"945\":12744.0,\"946\":19711.05,\"947\":10300.4,\"948\":18460.65,\"949\":547.7,\"950\":11817.4,\"951\":4102.0,\"952\":2001.9,\"953\":2485.38,\"954\":4054.7,\"955\":300.5,\"956\":2026.48,\"957\":345.46,\"958\":2557.0,\"959\":999.72,\"960\":12927.78,\"961\":2978.5,\"962\":10801.23,\"963\":472.8,\"964\":null,\"965\":1.47,\"966\":799.26,\"967\":323.4,\"968\":847.2,\"969\":953.7,\"970\":72.96,\"971\":10970.17,\"972\":6199.7,\"973\":5245.38,\"974\":64208.01,\"975\":6116.9,\"976\":228.08,\"977\":4757.74,\"978\":4177.44,\"979\":7421.59,\"980\":10735.75,\"981\":11761.46,\"982\":null,\"983\":15115.62,\"984\":270.38,\"985\":5313.48,\"986\":2240.41,\"987\":7146.0,\"988\":9343.94,\"989\":63.12,\"990\":null,\"991\":null,\"992\":5455.36,\"993\":0.24,\"994\":42.2,\"995\":1146.88,\"996\":3795.82,\"997\":4500.0,\"998\":5981.14,\"999\":461.97,\"1000\":16194.68,\"1001\":14456.97,\"1002\":6930.88,\"1003\":6778.8,\"1004\":11156.4,\"1005\":19789.29,\"1006\":19908.56,\"1007\":null,\"1008\":53253.61,\"1009\":12047.09,\"1010\":11035.61,\"1011\":3.52,\"1012\":1.01,\"1013\":3879.6,\"1014\":931.35,\"1015\":223.3,\"1016\":5549.44,\"1017\":51.44,\"1018\":null,\"1019\":23306.15,\"1020\":5487.45,\"1021\":72244.42,\"1022\":1307.9,\"1023\":1087.44,\"1024\":50950.58,\"1025\":7585.55,\"1026\":11400.0,\"1027\":3075.6,\"1028\":7635.54,\"1029\":5594.4,\"1030\":4617.68,\"1031\":5292.68,\"1032\":4704.9,\"1033\":5832.6,\"1034\":621.81,\"1035\":2.2,\"1036\":417.48,\"1037\":402.72,\"1038\":50.04,\"1039\":541.95,\"1040\":311.16,\"1041\":758.95,\"1042\":398.16,\"1043\":817.72,\"1044\":815.75,\"1045\":5802.0,\"1046\":483.36,\"1047\":null,\"1048\":2582.57,\"1049\":2632.58,\"1050\":2554.2,\"1051\":3862.43,\"1052\":514.56,\"1053\":null,\"1054\":20.13,\"1055\":2033.78,\"1056\":5538.3,\"1057\":8677.2,\"1058\":5410.28,\"1059\":890.39,\"1060\":7057.8,\"1061\":null,\"1062\":633.42,\"1063\":477.12,\"1064\":625.9,\"1065\":1557.16,\"1066\":2957.8,\"1067\":575.64,\"1068\":780.44,\"1069\":328.74,\"1070\":null,\"1071\":3.0,\"1072\":6454.69,\"1073\":5744.21,\"1074\":0.6,\"1075\":2286.58,\"1076\":2260.56,\"1077\":2450.14,\"1078\":4512.6,\"1079\":501.75,\"1080\":500.19,\"1081\":2706.0,\"1082\":17.66,\"1083\":71.14,\"1084\":552.81,\"1085\":null,\"1086\":2270.4,\"1087\":7213.2,\"1088\":407309.7,\"1089\":3992.4,\"1090\":2832.46,\"1091\":693.0,\"1092\":null,\"1093\":11730.0,\"1094\":201.42,\"1095\":14179.0,\"1096\":19546.49,\"1097\":null,\"1098\":2994.09,\"1099\":1772.43,\"1100\":724.82,\"1101\":null,\"1102\":1538.0,\"1103\":20344.0,\"1104\":60285.96,\"1105\":493882.0,\"1106\":14176.0,\"1107\":512.49,\"1108\":12018.96,\"1109\":38487.13,\"1110\":4748.33,\"1111\":873.71,\"1112\":726.5,\"1113\":3701.12,\"1114\":2085.74,\"1115\":13870.6,\"1116\":555.72,\"1117\":51062.76,\"1118\":15199.74,\"1119\":2614.0,\"1120\":5934.89,\"1121\":938.8,\"1122\":238418.13,\"1123\":91925.01,\"1124\":7279.97,\"1125\":42624.0,\"1126\":510220.0,\"1127\":284463.96,\"1128\":88432.83,\"1129\":20173.94,\"1130\":394395.78,\"1131\":15696.0,\"1132\":18629.6,\"1133\":21861.54,\"1134\":8749.84,\"1135\":11807.79,\"1136\":171233.16,\"1137\":743.96,\"1138\":1473.11,\"1139\":null,\"1140\":59481.24,\"1141\":2464.68,\"1142\":null,\"1143\":411.54,\"1144\":27432.25,\"1145\":2426.29,\"1146\":2179.8,\"1147\":null,\"1148\":339.39,\"1149\":868061.88,\"1150\":599326.87,\"1151\":762.0,\"1152\":6666.0,\"1153\":8316.81,\"1154\":808.17,\"1155\":136610.0,\"1156\":690.87,\"1157\":12312.0,\"1158\":23003.25,\"1159\":59843.13,\"1160\":68392.31,\"1161\":164674.14,\"1162\":156.0,\"1163\":402822.0,\"1164\":458282.82,\"1165\":50958.26,\"1166\":6733.91,\"1167\":null,\"1168\":687.82,\"1169\":3999.75,\"1170\":80259.6,\"1171\":1063.83,\"1172\":525.59,\"1173\":839.16,\"1174\":811.97,\"1175\":4839.6,\"1176\":431.88,\"1177\":null,\"1178\":8081.1,\"1179\":19865.6,\"1180\":5688.0,\"1181\":360.49,\"1182\":2580.0,\"1183\":102.3,\"1184\":291.46,\"1185\":29932.58,\"1186\":25593.99,\"1187\":773683.15,\"1188\":null,\"1189\":611703.47,\"1190\":1089.54,\"1191\":842.82,\"1192\":1238.94,\"1193\":2437.2,\"1194\":33502.47,\"1195\":773878.5699999999,\"1196\":531977.91,\"1197\":34888.9,\"1198\":50411.7,\"1199\":null,\"1200\":74068.72,\"1201\":799.54,\"1202\":915.88,\"1203\":59424.43,\"1204\":11139.27,\"1205\":8413.19,\"1206\":69590.63,\"1207\":163192.77,\"1208\":169737.5,\"1209\":601.54,\"1210\":228288.04,\"1211\":14733.81,\"1212\":44890.75,\"1213\":48214.95,\"1214\":null,\"1215\":225898.21,\"1216\":1180.44,\"1217\":8848.4,\"1218\":2771.77,\"1219\":31166.0,\"1220\":43953.68,\"1221\":55696.08,\"1222\":17270.42,\"1223\":650.49,\"1224\":5922.0,\"1225\":7922.4,\"1226\":6718.47,\"1227\":237.14,\"1228\":5840.0,\"1229\":9230.65,\"1230\":23.52,\"1231\":1757.8,\"1232\":172.78,\"1233\":9151.0,\"1234\":9873.0,\"1235\":2536.6,\"1236\":6942.34,\"1237\":18855.47,\"1238\":10175.18,\"1239\":10221.27,\"1240\":507.47,\"1241\":14902.1,\"1242\":14552.3,\"1243\":122.4,\"1244\":1574.4,\"1245\":13410.0,\"1246\":19713.31,\"1247\":10298.03,\"1248\":19483.34,\"1249\":522.7,\"1250\":16351.6,\"1251\":2076.0,\"1252\":null,\"1253\":2020.0,\"1254\":3618.36,\"1255\":3761.2,\"1256\":300.5,\"1257\":1243.4,\"1258\":344.77,\"1259\":2278.0,\"1260\":1098.04,\"1261\":12477.82,\"1262\":4242.31,\"1263\":15351.75,\"1264\":1315.8,\"1265\":null,\"1266\":2.93,\"1267\":927.96,\"1268\":null,\"1269\":323.4,\"1270\":313.5,\"1271\":1996.28,\"1272\":13.92,\"1273\":15439.49,\"1274\":6029.6,\"1275\":5150.16,\"1276\":61371.44,\"1277\":4358.96,\"1278\":194.97,\"1279\":9722.09,\"1280\":7248.96,\"1281\":403.7,\"1282\":11180.12,\"1283\":10522.92,\"1284\":17300.56,\"1285\":15832.76,\"1286\":185.9,\"1287\":4978.16,\"1288\":5116.09,\"1289\":7275.0,\"1290\":9872.4,\"1291\":15.84,\"1292\":null,\"1293\":null,\"1294\":5793.67,\"1295\":0.65,\"1296\":42.17,\"1297\":614.23,\"1298\":3971.57,\"1299\":5526.0,\"1300\":6208.04,\"1301\":16248.95,\"1302\":5499.51,\"1303\":7572.96,\"1304\":7383.6,\"1305\":17028.0,\"1306\":14259.04,\"1307\":14844.15,\"1308\":53.4,\"1309\":30268.48,\"1310\":15952.18,\"1311\":16150.31,\"1312\":5.89,\"1313\":1.59,\"1314\":3879.6,\"1315\":221.1,\"1316\":null,\"1317\":7.77,\"1318\":null,\"1319\":18124.91,\"1320\":12873.1,\"1321\":72255.07,\"1322\":1289.26,\"1323\":756.24,\"1324\":77428.1,\"1325\":7767.2,\"1326\":13840.0,\"1327\":7435.8,\"1328\":null,\"1329\":5400.9,\"1330\":4077.9,\"1331\":5093.55,\"1332\":4335.0,\"1333\":5359.8,\"1334\":419.14,\"1335\":458.4,\"1336\":420.48,\"1337\":126.84,\"1338\":541.71,\"1339\":299.7,\"1340\":808.9,\"1341\":415.56,\"1342\":797.09,\"1343\":810.2,\"1344\":5991.6,\"1345\":638.64,\"1346\":null,\"1347\":7969.73,\"1348\":8062.5,\"1349\":554.4,\"1350\":8256.31,\"1351\":544.32,\"1352\":0.6,\"1353\":null,\"1354\":5650.8,\"1355\":6704.4,\"1356\":1148.15,\"1357\":882.65,\"1358\":5910.75,\"1359\":0.01,\"1360\":602.49,\"1361\":480.12,\"1362\":740.3,\"1363\":2462.68,\"1364\":7922.35,\"1365\":560.01,\"1366\":891.1,\"1367\":242.58,\"1368\":null,\"1369\":1891.13,\"1370\":1407.51,\"1371\":244.8,\"1372\":8467.03,\"1373\":8109.17,\"1374\":8843.38,\"1375\":null,\"1376\":589.29,\"1377\":591.6,\"1378\":433.69,\"1379\":3960.0,\"1380\":null,\"1381\":28.36,\"1382\":219.04,\"1383\":608.35,\"1384\":null,\"1385\":2184.6,\"1386\":7208.4,\"1387\":405131.06,\"1388\":3430.8,\"1389\":4200.9,\"1390\":691.13,\"1391\":null,\"1392\":null,\"1393\":404.65,\"1394\":14410.0,\"1395\":13000.41,\"1396\":null,\"1397\":3023.95,\"1398\":1715.67,\"1399\":10.17,\"1400\":1059.3,\"1401\":1345.0,\"1402\":20788.0,\"1403\":60259.09,\"1404\":491396.32,\"1405\":11720.0,\"1406\":90.09,\"1407\":8962.7,\"1408\":48643.34,\"1409\":4172.67,\"1410\":1171.56,\"1411\":1.36,\"1412\":3702.08,\"1413\":2049.82,\"1414\":15610.3,\"1415\":608.3,\"1416\":null,\"1417\":53456.69,\"1418\":15206.89,\"1419\":6667.0,\"1420\":5590.96,\"1421\":938.8,\"1422\":237685.53,\"1423\":148840.67,\"1424\":6927.94,\"1425\":null,\"1426\":null,\"1427\":925999.5699999999,\"1428\":230027.78,\"1429\":17758.06,\"1430\":348946.79,\"1431\":18780.0,\"1432\":18596.6,\"1433\":24862.01,\"1434\":8748.89,\"1435\":10839.68,\"1436\":730.3,\"1437\":1429.6,\"1438\":0.23,\"1439\":213565.0,\"1440\":53853.51,\"1441\":2430.99,\"1442\":null,\"1443\":27556.42,\"1444\":3590.08,\"1445\":2194.8,\"1446\":null,\"1447\":846.09,\"1448\":889969.75,\"1449\":598535.3,\"1450\":696.0,\"1451\":6663.8,\"1452\":8320.55,\"1453\":810.37,\"1454\":136660.0,\"1455\":675.96,\"1456\":13536.0,\"1457\":23472.65,\"1458\":60060.58,\"1459\":null,\"1460\":164711.07,\"1461\":2174.0,\"1462\":398866.0,\"1463\":547995.53,\"1464\":null,\"1465\":589.64,\"1466\":687.38,\"1467\":3992.7,\"1468\":81089.99,\"1469\":1063.82,\"1470\":531.14,\"1471\":823.5,\"1472\":1020.44,\"1473\":4200.0,\"1474\":431.28,\"1475\":19297.67,\"1476\":7139.48,\"1477\":4201.2,\"1478\":19891.2,\"1479\":10588.8,\"1480\":362.21,\"1481\":2263.8,\"1482\":null,\"1483\":239.35,\"1484\":29637.24,\"1485\":25607.34,\"1486\":null,\"1487\":null,\"1488\":778351.3100000001,\"1489\":1119.66,\"1490\":713.9,\"1491\":1243.98,\"1492\":2437.2,\"1493\":null,\"1494\":766386.03,\"1495\":532094.53,\"1496\":144960.0,\"1497\":410564.29,\"1498\":72453.46,\"1499\":0.05,\"1500\":799.54,\"1501\":682.89,\"1502\":58706.23,\"1503\":15761.14,\"1504\":11271.67,\"1505\":76423.59,\"1506\":161502.2,\"1507\":169169.55,\"1508\":2429.95,\"1509\":224098.62,\"1510\":14744.25,\"1511\":44882.57,\"1512\":48159.56,\"1513\":12.93,\"1514\":152905.26,\"1515\":1347.8,\"1516\":10454.4,\"1517\":null,\"1518\":29670.51,\"1519\":46110.48,\"1520\":56924.53,\"1521\":16997.59,\"1522\":653.01,\"1523\":7092.0,\"1524\":null,\"1525\":6448.8,\"1526\":6660.56,\"1527\":323.4,\"1528\":5120.0,\"1529\":4765.56,\"1530\":1230.36,\"1531\":1727.88,\"1532\":138.46,\"1533\":326.4,\"1534\":9069.0,\"1535\":14388.0,\"1536\":3416.6,\"1537\":6460.59,\"1538\":15876.84,\"1539\":10165.19,\"1540\":10222.35,\"1541\":286.44,\"1542\":14465.5,\"1543\":14129.3,\"1544\":76.8,\"1545\":1512.7,\"1546\":13860.0,\"1547\":19728.5,\"1548\":10287.45,\"1549\":19542.44,\"1550\":0.15,\"1551\":491.8,\"1552\":11986.0,\"1553\":1978.0,\"1554\":1845.7,\"1555\":3204.36,\"1556\":6028.7,\"1557\":300.5,\"1558\":1345.74,\"1559\":344.77,\"1560\":2241.0,\"1561\":345.0,\"1562\":12215.16,\"1563\":3127.46,\"1564\":13524.86,\"1565\":1159.8,\"1566\":129.74,\"1567\":1.47,\"1568\":769.56,\"1569\":263.56,\"1570\":738.3,\"1571\":738.87,\"1572\":147.36,\"1573\":15717.89,\"1574\":5954.3,\"1575\":5158.44,\"1576\":64937.1,\"1577\":1868.79,\"1578\":1583.62,\"1579\":4396.17,\"1580\":5865.12,\"1581\":14831.13,\"1582\":10870.58,\"1583\":14822.4,\"1584\":null,\"1585\":15928.99,\"1586\":572.88,\"1587\":5561.49,\"1588\":5210.56,\"1589\":5436.0,\"1590\":11634.55,\"1591\":299.92,\"1592\":null,\"1593\":null,\"1594\":1002.08,\"1595\":null,\"1596\":29.63,\"1597\":1044.06,\"1598\":4336.52,\"1599\":5428.8,\"1600\":6230.67,\"1601\":13.48,\"1602\":13039.07,\"1603\":11445.05,\"1604\":3117.54,\"1605\":7540.2,\"1606\":17305.2,\"1607\":14422.06,\"1608\":14998.63,\"1609\":138.6,\"1610\":22261.14,\"1611\":12610.61,\"1612\":10068.53,\"1613\":5.55,\"1614\":1.42,\"1615\":3879.6,\"1616\":null,\"1617\":329.45,\"1618\":5504.36,\"1619\":475.24,\"1620\":1.65,\"1621\":30850.23,\"1622\":18581.98,\"1623\":65047.69,\"1624\":1263.46,\"1625\":452.64,\"1626\":81179.25,\"1627\":7965.3,\"1628\":13640.0,\"1629\":3840.0,\"1630\":8023.32,\"1631\":2159.55,\"1632\":2123.33,\"1633\":1458.9,\"1634\":1634.4,\"1635\":1613.4,\"1636\":447.22,\"1637\":318.72,\"1638\":51.24,\"1639\":116.28,\"1640\":422.25,\"1641\":298.17,\"1642\":817.91,\"1643\":719.07,\"1644\":406.56,\"1645\":878.54,\"1646\":875.7,\"1647\":6256.8,\"1648\":493.44,\"1649\":null,\"1650\":9904.5,\"1651\":10585.92,\"1652\":2646.0,\"1653\":1433.31,\"1654\":398.49,\"1655\":4.8,\"1656\":null,\"1657\":9.97,\"1658\":5762.4,\"1659\":2644.8,\"1660\":3396.91,\"1661\":943.89,\"1662\":11911.05,\"1663\":0.01,\"1664\":570.2,\"1665\":87.84,\"1666\":568.7,\"1667\":1280.4,\"1668\":2586.35,\"1669\":605.47,\"1670\":907.61,\"1671\":511.64,\"1672\":null,\"1673\":5762.59,\"1674\":4655.28,\"1675\":407.4,\"1676\":10367.87,\"1677\":9837.52,\"1678\":10691.57,\"1679\":7319.4,\"1680\":535.37,\"1681\":528.75,\"1682\":313.39,\"1683\":4207.5,\"1684\":1.04,\"1685\":37.03,\"1686\":112.53,\"1687\":616.74,\"1688\":null,\"1689\":2131.8,\"1690\":7185.6,\"1691\":18099.0,\"1692\":4222.8,\"1693\":1487.92,\"1694\":690.14,\"1695\":null,\"1696\":null,\"1697\":404.8,\"1698\":5027.0,\"1699\":19495.6,\"1700\":null,\"1701\":3085.5,\"1702\":1741.74,\"1703\":732.6,\"1704\":2168.1,\"1705\":818.0,\"1706\":15488.0,\"1707\":461586.13,\"1708\":502112.5,\"1709\":12656.0,\"1710\":783.09,\"1711\":12029.2,\"1712\":59309.82,\"1713\":4517.33,\"1714\":848.7,\"1715\":708.88,\"1716\":3702.4,\"1717\":2029.5,\"1718\":16286.22,\"1719\":610.72,\"1720\":56058.28,\"1721\":15408.96,\"1722\":8153.0,\"1723\":4192.59,\"1724\":939.79,\"1725\":157228.6,\"1726\":6671.96,\"1727\":1944.0,\"1728\":506650.0,\"1729\":661948.23,\"1730\":138339.57,\"1731\":17071.59,\"1732\":33224.75,\"1733\":15540.0,\"1734\":16891.6,\"1735\":23180.3,\"1736\":14068.94,\"1737\":11110.5,\"1738\":null,\"1739\":1404.44,\"1740\":250525.0,\"1741\":56973.11,\"1742\":2411.21,\"1743\":774.55,\"1744\":414.59,\"1745\":28439.82,\"1746\":3633.13,\"1747\":2190.6,\"1748\":904.17,\"1749\":893907.7,\"1750\":601101.72,\"1751\":450.0,\"1752\":6617.6,\"1753\":8311.93,\"1754\":413.38,\"1755\":136660.0,\"1756\":669.34,\"1757\":14724.0,\"1758\":23240.34,\"1759\":59881.93,\"1760\":68729.07,\"1761\":164986.15,\"1762\":null,\"1763\":553981.74,\"1764\":null,\"1765\":7346.09,\"1766\":573.94,\"1767\":660.96,\"1768\":3848.4,\"1769\":335985.98,\"1770\":1062.1,\"1771\":468.8,\"1772\":868.32,\"1773\":927.21,\"1774\":7345.2,\"1775\":429.72,\"1776\":6246.33,\"1777\":4354.65,\"1778\":19977.6,\"1779\":8784.0,\"1780\":1017.63,\"1781\":351.05,\"1782\":2596.2,\"1783\":108.9,\"1784\":310.87,\"1785\":29912.63,\"1786\":25611.85,\"1787\":1241362.24,\"1788\":null,\"1789\":641826.75,\"1790\":1275.9,\"1791\":786.28,\"1792\":844.52,\"1793\":2437.2,\"1794\":284854.53,\"1795\":531359.46,\"1796\":null,\"1797\":311612.28,\"1798\":139455.07,\"1799\":null,\"1800\":799.26,\"1801\":690.21,\"1802\":52714.84,\"1803\":12848.49,\"1804\":10455.09,\"1805\":64432.97,\"1806\":163476.59,\"1807\":165168.0,\"1808\":9521.86,\"1809\":102515.64,\"1810\":14754.53,\"1811\":45603.4,\"1812\":48053.07,\"1813\":630.63,\"1814\":77541.06,\"1815\":1384.04,\"1816\":10390.6,\"1817\":2839.84,\"1818\":30066.71,\"1819\":46413.77,\"1820\":57217.9,\"1821\":15270.16,\"1822\":652.56,\"1823\":7387.2,\"1824\":0.6,\"1825\":5188.8,\"1826\":6726.39,\"1827\":343.73,\"1828\":null,\"1829\":null,\"1830\":4761.99,\"1831\":116.88,\"1832\":1665.4,\"1833\":133.45,\"1834\":8942.0,\"1835\":15879.0,\"1836\":3075.6,\"1837\":6453.49,\"1838\":13041.87,\"1839\":9695.23,\"1840\":10114.53,\"1841\":296.12,\"1842\":14514.2,\"1843\":14180.3,\"1844\":147.6,\"1845\":1503.2,\"1846\":13752.0,\"1847\":19706.59,\"1848\":10283.47,\"1849\":19399.81,\"1850\":487.7,\"1851\":11396.2,\"1852\":2552.0,\"1853\":1752.0,\"1854\":3618.36,\"1855\":6319.3,\"1856\":300.5,\"1857\":3317.19,\"1858\":342.93,\"1859\":2231.0,\"1860\":994.7,\"1861\":11827.26,\"1862\":3023.79,\"1863\":14983.23,\"1864\":801.6,\"1865\":984.35,\"1866\":null,\"1867\":918.72,\"1868\":null,\"1869\":267.08,\"1870\":843.0,\"1871\":2176.9,\"1872\":1274.11,\"1873\":190.08,\"1874\":15695.31,\"1875\":5765.9,\"1876\":5823.6,\"1877\":68849.64,\"1878\":3581.89,\"1879\":1731.35,\"1880\":4189.57,\"1881\":4301.28,\"1882\":null,\"1883\":13139.28,\"1884\":7284.72,\"1885\":15242.15,\"1886\":16082.01,\"1887\":1013.54,\"1888\":5622.04,\"1889\":5245.08,\"1890\":7891.5,\"1891\":11100.09,\"1892\":98.6,\"1893\":null,\"1894\":null,\"1895\":5682.15,\"1896\":1.48,\"1897\":48.36,\"1898\":1519.2,\"1899\":5481.62,\"1900\":5770.8,\"1901\":6319.32,\"1902\":2253.12,\"1903\":null,\"1904\":null,\"1905\":7748.69,\"1906\":7596.0,\"1907\":17020.8,\"1908\":19775.04,\"1909\":19885.64,\"1910\":499.2,\"1911\":56715.69,\"1912\":8826.65,\"1913\":9669.45,\"1914\":2.08,\"1915\":0.67,\"1916\":3879.6,\"1917\":457.65,\"1918\":289.96,\"1919\":6534.3,\"1920\":769.54,\"1921\":31715.32,\"1922\":9383.3,\"1923\":77854.49,\"1924\":1264.12,\"1925\":870.09,\"1926\":84643.49,\"1927\":7975.45,\"1928\":15280.0,\"1929\":3834.0,\"1930\":8209.62,\"1931\":4437.0,\"1932\":3786.98,\"1933\":4934.25,\"1934\":4764.9,\"1935\":4524.9,\"1936\":524.13,\"1937\":547.08,\"1938\":326.64,\"1939\":297.96,\"1940\":158.25,\"1941\":312.72,\"1942\":811.53,\"1943\":734.72,\"1944\":419.28,\"1945\":853.5,\"1946\":828.84,\"1947\":6556.8,\"1948\":327.48,\"1949\":368.4,\"1950\":8359.16,\"1951\":9508.65,\"1952\":4541.4,\"1953\":18978.65,\"1954\":null,\"1955\":null,\"1956\":2831.69,\"1957\":5983.2,\"1958\":824.4,\"1959\":7739.3,\"1960\":884.9,\"1961\":12748.95,\"1962\":2.66,\"1963\":404.03,\"1964\":458.88,\"1965\":650.1,\"1966\":1814.56,\"1967\":8449.05,\"1968\":591.94,\"1969\":894.07,\"1970\":529.13,\"1971\":null,\"1972\":5657.25,\"1973\":4234.77,\"1974\":136.2,\"1975\":8895.41,\"1976\":8432.54,\"1977\":9771.06,\"1978\":7281.9,\"1979\":501.93,\"1980\":499.82,\"1981\":566.35,\"1982\":2151.6,\"1983\":17.25,\"1984\":51.53,\"1985\":234.69,\"1986\":627.55,\"1987\":null,\"1988\":null,\"1989\":2204.4,\"1990\":7179.6,\"1991\":402296.88,\"1992\":4118.4,\"1993\":5421.72,\"1994\":690.69,\"1995\":null,\"1996\":null,\"1997\":404.61,\"1998\":14344.0,\"1999\":19518.09,\"2000\":198.0,\"2001\":3076.59,\"2002\":1726.56,\"2003\":767.92,\"2004\":3042.0,\"2005\":792.0,\"2006\":16888.0,\"2007\":60651.94,\"2008\":502846.88,\"2009\":13072.0,\"2010\":1003.2,\"2011\":11924.93,\"2012\":63857.05,\"2013\":4282.67,\"2014\":873.71,\"2015\":711.77,\"2016\":3702.08,\"2017\":1970.1,\"2018\":17556.8,\"2019\":605.44,\"2020\":null,\"2021\":53929.46,\"2022\":15336.83,\"2023\":null,\"2024\":5110.62,\"2025\":940.78,\"2026\":156318.47,\"2027\":6402.48,\"2028\":505590.0,\"2029\":541248.28,\"2030\":176955.06,\"2031\":15678.4,\"2032\":395811.72,\"2033\":14988.0,\"2034\":18702.2,\"2035\":21356.64,\"2036\":11390.81,\"2037\":10878.18,\"2038\":772.73,\"2039\":1356.29,\"2040\":null,\"2041\":305195.0,\"2042\":57763.89,\"2043\":2260.56,\"2044\":766.67,\"2045\":389.43,\"2046\":29313.09,\"2047\":3168.38,\"2048\":2186.4,\"2049\":57.23,\"2050\":869.44,\"2051\":893850.45,\"2052\":529986.45,\"2053\":936.0,\"2054\":6547.2,\"2055\":8309.41,\"2056\":814.88,\"2057\":null,\"2058\":652.52,\"2059\":12744.0,\"2060\":24036.88,\"2061\":61376.45,\"2062\":68481.21,\"2063\":165025.15,\"2064\":1059.5,\"2065\":545076.74,\"2066\":7193.04,\"2067\":570.5,\"2068\":22.82,\"2069\":3850.2,\"2070\":81076.84,\"2071\":1062.1,\"2072\":533.61,\"2073\":766.44,\"2074\":757.59,\"2075\":8893.2,\"2076\":428.64,\"2077\":14081.67,\"2078\":4362.3,\"2079\":19868.8,\"2080\":9744.0,\"2081\":340.3,\"2082\":2333.34,\"2083\":112.2,\"2084\":193.45,\"2085\":29129.01,\"2086\":25626.41,\"2087\":null,\"2088\":null,\"2089\":595916.26,\"2090\":1320.84,\"2091\":null,\"2092\":1126.42,\"2093\":1867.3,\"2094\":516756.48,\"2095\":533331.23,\"2096\":412617.13,\"2097\":128107.07,\"2098\":null,\"2099\":799.26,\"2100\":793.86,\"2101\":64275.29,\"2102\":15127.13,\"2103\":11633.66,\"2104\":64898.75,\"2105\":164136.68,\"2106\":169979.85,\"2107\":4949.3,\"2108\":14765.39,\"2109\":45736.52,\"2110\":48133.44,\"2111\":652.8,\"2112\":151428.76,\"2113\":1227.99,\"2114\":9994.6,\"2115\":2739.52,\"2116\":11619.44,\"2117\":45974.8,\"2118\":57041.91,\"2119\":14267.78,\"2120\":652.74,\"2121\":6408.0,\"2122\":9398.4,\"2123\":6659.73,\"2124\":306.77,\"2125\":null,\"2126\":6560.0,\"2127\":4761.99,\"2128\":1248.0,\"2129\":1573.0,\"2130\":137.01,\"2131\":8748.0,\"2132\":11126.0,\"2133\":2651.0,\"2134\":5960.33,\"2135\":17115.62,\"2136\":9334.47,\"2137\":9767.59,\"2138\":258.28,\"2139\":14283.5,\"2140\":13961.5,\"2141\":832.8,\"2142\":1433.7,\"2143\":12132.0,\"2144\":18690.8,\"2145\":10272.39,\"2146\":19412.89,\"2147\":442.2,\"2148\":10284.3,\"2149\":5074.0,\"2150\":null,\"2151\":1612.7,\"2152\":3676.32,\"2153\":4780.0,\"2154\":300.5,\"2155\":1408.68,\"2156\":342.01,\"2157\":2195.0,\"2158\":1385.33,\"2159\":11490.22,\"2160\":4472.02,\"2161\":13682.4,\"2162\":1292.4,\"2163\":2446.55,\"2164\":null,\"2165\":775.5,\"2166\":null,\"2167\":313.72,\"2168\":979.5,\"2169\":1922.58,\"2170\":1353.71,\"2171\":362.88,\"2172\":15341.68,\"2173\":5589.2,\"2174\":5605.56,\"2175\":65447.42,\"2176\":1560.47,\"2177\":2096.46,\"2178\":4051.83,\"2179\":7123.68,\"2180\":null,\"2181\":14933.77,\"2182\":10495.16,\"2183\":15554.28,\"2184\":15798.59,\"2185\":949.3,\"2186\":5529.3,\"2187\":5165.05,\"2188\":7560.0,\"2189\":11634.25,\"2190\":299.92,\"2191\":124.8,\"2192\":42.75,\"2193\":5811.26,\"2194\":null,\"2195\":42.06,\"2196\":1365.42,\"2197\":3500.96,\"2198\":4986.0,\"2199\":6211.71,\"2200\":3197.46,\"2201\":12444.58,\"2202\":7524.21,\"2203\":7585.2,\"2204\":17593.2,\"2205\":15943.42,\"2206\":16712.83,\"2207\":1188.0,\"2208\":59706.1,\"2209\":15862.92,\"2210\":15860.96,\"2211\":6.24,\"2212\":1.6,\"2213\":3879.6,\"2214\":2260.35,\"2215\":176.22,\"2216\":6112.48,\"2217\":800.21,\"2218\":172.2,\"2219\":20499.76,\"2220\":17493.33,\"2221\":74353.04,\"2222\":1206.15,\"2223\":822.48,\"2224\":66934.02,\"2225\":7409.15,\"2226\":14920.0,\"2227\":3850.2,\"2228\":8596.02,\"2229\":5960.48,\"2230\":4768.2,\"2231\":5186.03,\"2232\":4264.2,\"2233\":4394.7,\"2234\":607.82,\"2235\":12.1,\"2236\":513.12,\"2237\":386.4,\"2238\":223.44,\"2239\":532.26,\"2240\":296.37,\"2241\":832.95,\"2242\":720.99,\"2243\":407.4,\"2244\":843.96,\"2245\":815.24,\"2246\":6049.2,\"2247\":599.88,\"2248\":476.4,\"2249\":9600.38,\"2250\":10117.82,\"2251\":4455.0,\"2252\":18772.95,\"2253\":538.17,\"2254\":1184.4,\"2255\":2540.41,\"2256\":5547.0,\"2257\":8494.8,\"2258\":7854.32,\"2259\":904.13,\"2260\":13419.0,\"2261\":2.78,\"2262\":610.24,\"2263\":475.8,\"2264\":733.7,\"2265\":2542.32,\"2266\":8317.95,\"2267\":587.6,\"2268\":815.77,\"2269\":365.04,\"2270\":747.0,\"2271\":4352.95,\"2272\":3536.43,\"2273\":395.4,\"2274\":9739.65,\"2275\":9269.85,\"2276\":10066.77,\"2277\":5526.9,\"2278\":608.48,\"2279\":608.52,\"2280\":555.46,\"2281\":2405.7,\"2282\":355.7,\"2283\":29.1,\"2284\":370.23,\"2285\":733.58,\"2286\":172.04,\"2287\":null,\"2288\":2065.8,\"2289\":7162.8,\"2290\":18831.0,\"2291\":3312.0,\"2292\":4938.76,\"2293\":690.8,\"2294\":null,\"2295\":null,\"2296\":404.54,\"2297\":12914.0,\"2298\":18557.92,\"2299\":198.0,\"2300\":3067.84,\"2301\":1736.13,\"2302\":768.96,\"2303\":2513.7,\"2304\":813.0,\"2305\":17852.0,\"2306\":60541.73,\"2307\":503149.83,\"2308\":12664.0,\"2309\":934.23,\"2310\":8360.33,\"2311\":51773.71,\"2312\":6141.67,\"2313\":835.19,\"2314\":709.87,\"2315\":3702.08,\"2316\":2006.21,\"2317\":14995.49,\"2318\":579.26,\"2319\":28809.87,\"2320\":51775.51,\"2321\":15395.1,\"2322\":7363.0,\"2323\":4877.81,\"2324\":940.78,\"2325\":152321.95,\"2326\":6166.26,\"2327\":null,\"2328\":851165.71,\"2329\":244100.13,\"2330\":15123.0,\"2331\":307850.02,\"2332\":14568.0,\"2333\":18585.6,\"2334\":23169.65,\"2335\":13439.74,\"2336\":9904.44,\"2337\":null,\"2338\":1002.29,\"2339\":1326.36,\"2340\":592.33,\"2341\":262570.0,\"2342\":56107.3,\"2343\":2427.31,\"2344\":764.41,\"2345\":401.67,\"2346\":28046.62,\"2347\":3139.5,\"2348\":2189.4,\"2349\":null,\"2350\":862.7,\"2351\":893381.21,\"2352\":506577.38,\"2353\":318.0,\"2354\":6465.8,\"2355\":8350.74,\"2356\":808.39,\"2357\":null,\"2358\":663.1,\"2359\":14580.0,\"2360\":23580.19,\"2361\":61102.1,\"2362\":68378.25,\"2363\":165216.85,\"2364\":null,\"2365\":535462.98,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":574.07,\"2370\":673.56,\"2371\":3849.9,\"2372\":81391.2,\"2373\":1062.1,\"2374\":537.87,\"2375\":818.64,\"2376\":793.37,\"2377\":6589.2,\"2378\":427.68,\"2379\":14048.67,\"2380\":4463.1,\"2381\":19958.4,\"2382\":8121.6,\"2383\":null,\"2384\":366.1,\"2385\":2578.2,\"2386\":108.9,\"2387\":346.75,\"2388\":29530.14,\"2389\":25611.79,\"2390\":null,\"2391\":null,\"2392\":811845.89,\"2393\":1364.94,\"2394\":833.14,\"2395\":1100.47,\"2396\":1645.8,\"2397\":51211.89,\"2398\":247152.2,\"2399\":102080.0,\"2400\":66720.09,\"2401\":405713.78,\"2402\":140895.08,\"2403\":null,\"2404\":799.4,\"2405\":651.08,\"2406\":61899.81,\"2407\":14295.06,\"2408\":10865.91,\"2409\":65053.5,\"2410\":162483.39,\"2411\":170057.55,\"2412\":4848.35,\"2413\":102605.63,\"2414\":14799.58,\"2415\":44795.12,\"2416\":48183.9,\"2417\":657.72,\"2418\":77578.26,\"2419\":1097.88,\"2420\":9347.8,\"2421\":2646.89,\"2422\":31732.7,\"2423\":46316.8,\"2424\":49371.54,\"2425\":55154.19,\"2426\":13545.74,\"2427\":651.96,\"2428\":5716.8,\"2429\":null,\"2430\":6871.2,\"2431\":6703.13,\"2432\":294.49,\"2433\":7.82,\"2434\":3520.0,\"2435\":9092.77,\"2436\":1212.48,\"2437\":1537.36,\"2438\":131.08,\"2439\":8565.0,\"2440\":10173.0,\"2441\":2783.0,\"2442\":5958.66,\"2443\":17889.45,\"2444\":9133.37,\"2445\":9575.63,\"2446\":0.88,\"2447\":10015.9,\"2448\":9774.6,\"2449\":334.8,\"2450\":1401.6,\"2451\":12186.0,\"2452\":18679.01,\"2453\":10297.21,\"2454\":19449.67,\"2455\":431.0,\"2456\":9359.5,\"2457\":7794.0,\"2458\":1556.3,\"2459\":3552.12,\"2460\":4281.5,\"2461\":300.5,\"2462\":1436.84,\"2463\":342.47,\"2464\":2172.0,\"2465\":319.75,\"2466\":11200.76,\"2467\":2625.65,\"2468\":11114.66,\"2469\":1275.6,\"2470\":339.6,\"2471\":1.47,\"2472\":757.02,\"2473\":null,\"2474\":300.96,\"2475\":999.3,\"2476\":1271.93,\"2477\":441.58,\"2478\":75.36,\"2479\":15356.73,\"2480\":5661.3,\"2481\":5680.08,\"2482\":66720.49,\"2483\":6628.67,\"2484\":1623.06,\"2485\":4005.91,\"2486\":7151.04,\"2487\":11076.34,\"2488\":11376.55,\"2489\":11712.15,\"2490\":15134.33,\"2491\":793.32,\"2492\":551.57,\"2493\":5034.85,\"2494\":7524.0,\"2495\":11629.69,\"2496\":84.16,\"2497\":null,\"2498\":34.2,\"2499\":5732.01,\"2500\":1.33,\"2501\":38.13,\"2502\":1505.6,\"2503\":4219.18,\"2504\":4734.0,\"2505\":6026.16,\"2506\":629.25,\"2507\":null,\"2508\":null,\"2509\":451.71,\"2510\":16869.6,\"2511\":11502.72,\"2512\":11836.62,\"2513\":55.8,\"2514\":65313.24,\"2515\":11937.11,\"2516\":14927.63,\"2517\":4.26,\"2518\":1.13,\"2519\":3879.6,\"2520\":193.95,\"2521\":297.55,\"2522\":6352.14,\"2523\":768.87,\"2524\":1.5,\"2525\":31802.95,\"2526\":10324.85,\"2527\":70971.69,\"2528\":1198.34,\"2529\":712.02,\"2530\":32705.47,\"2531\":null,\"2532\":13240.0,\"2533\":3665.4,\"2534\":8615.34,\"2535\":4592.03,\"2536\":3963.83,\"2537\":5448.6,\"2538\":4361.1,\"2539\":4599.0,\"2540\":670.3,\"2541\":null,\"2542\":375.24,\"2543\":369.0,\"2544\":237.36,\"2545\":null,\"2546\":277.95,\"2547\":797.09,\"2548\":697.59,\"2549\":391.44,\"2550\":821.42,\"2551\":766.91,\"2552\":4022.4,\"2553\":447.12,\"2554\":null,\"2555\":8357.31,\"2556\":8457.23,\"2557\":2782.8,\"2558\":13896.87,\"2559\":595.02,\"2560\":null,\"2561\":null,\"2562\":5565.0,\"2563\":6333.6,\"2564\":8366.37,\"2565\":835.93,\"2566\":3752.1,\"2567\":0.01,\"2568\":514.69,\"2569\":465.84,\"2570\":581.9,\"2571\":2046.0,\"2572\":7945.35,\"2573\":670.6,\"2574\":859.16,\"2575\":525.61,\"2576\":9.0,\"2577\":6408.28,\"2578\":5062.84,\"2579\":35.4,\"2580\":6657.71,\"2581\":7234.96,\"2582\":7649.8,\"2583\":5968.5,\"2584\":578.84,\"2585\":577.5,\"2586\":534.93,\"2587\":4557.3,\"2588\":null,\"2589\":40.04,\"2590\":null,\"2591\":536.82,\"2592\":166.87,\"2593\":null,\"2594\":1993.2,\"2595\":7160.4,\"2596\":18528.0,\"2597\":2343.6,\"2598\":4629.26,\"2599\":466.84,\"2600\":28.86,\"2601\":null,\"2602\":404.54,\"2603\":13277.0,\"2604\":14465.66,\"2605\":204.6,\"2606\":3068.34,\"2607\":1741.41,\"2608\":734.4,\"2609\":2999.7,\"2610\":816.0,\"2611\":16436.0,\"2612\":60303.14,\"2613\":500656.62,\"2614\":13136.0,\"2615\":652.74,\"2616\":9652.3,\"2617\":62089.81,\"2618\":4832.67,\"2619\":772.23,\"2620\":695.64,\"2621\":3702.08,\"2622\":1952.29,\"2623\":13848.63,\"2624\":618.86,\"2625\":null,\"2626\":52049.06,\"2627\":17854.23,\"2628\":8052.0,\"2629\":4797.74,\"2630\":939.79,\"2631\":152039.52,\"2632\":6029.67,\"2633\":null,\"2634\":null,\"2635\":603628.3,\"2636\":214230.56,\"2637\":14360.88,\"2638\":395485.58,\"2639\":14280.0,\"2640\":18603.2,\"2641\":21437.78,\"2642\":12096.59,\"2643\":10248.53,\"2644\":169257.71,\"2645\":829.24,\"2646\":1315.45,\"2647\":583.71,\"2648\":305030.0,\"2649\":53682.42,\"2650\":2199.49,\"2651\":765.29,\"2652\":391.16,\"2653\":25752.17,\"2654\":3127.29,\"2655\":1.8,\"2656\":75.53,\"2657\":899.33,\"2658\":892944.84,\"2659\":528501.16,\"2660\":null,\"2661\":6362.4,\"2662\":8361.82,\"2663\":804.87,\"2664\":136660.0,\"2665\":625.12,\"2666\":13932.0,\"2667\":24172.71,\"2668\":4718.35,\"2669\":68352.56,\"2670\":164893.87,\"2671\":423.5,\"2672\":50626.05,\"2673\":18318.9,\"2674\":42737.26,\"2675\":7193.04,\"2676\":552.55,\"2677\":670.28,\"2678\":2893.65,\"2679\":289550.17,\"2680\":1062.1,\"2681\":531.66,\"2682\":527.04,\"2683\":769.59,\"2684\":5868.0,\"2685\":429.12,\"2686\":14065.17,\"2687\":4491.0,\"2688\":19792.0,\"2689\":5630.4,\"2690\":346.7,\"2691\":2637.6,\"2692\":108.9,\"2693\":342.27,\"2694\":30090.14,\"2695\":null,\"2696\":1232912.4199999999,\"2697\":null,\"2698\":586623.72,\"2699\":null,\"2700\":743.16,\"2701\":1099.57,\"2702\":1672.2,\"2703\":787459.63,\"2704\":544370.53,\"2705\":null,\"2706\":198070.0,\"2707\":null,\"2708\":413770.96,\"2709\":141088.21,\"2710\":122424.51,\"2711\":799.26,\"2712\":520.09,\"2713\":58905.85,\"2714\":8556.13,\"2715\":8583.42,\"2716\":63470.48,\"2717\":161378.67,\"2718\":170545.95,\"2719\":null,\"2720\":164766.93,\"2721\":14796.24,\"2722\":44430.99,\"2723\":48042.58,\"2724\":657.9,\"2725\":152327.35,\"2726\":1366.66,\"2727\":8696.6,\"2728\":2568.49,\"2729\":33331.73,\"2730\":45914.66,\"2731\":49478.03,\"2732\":19225.8,\"2733\":18358.56,\"2734\":651.66,\"2735\":5328.0,\"2736\":null,\"2737\":null,\"2738\":6683.16,\"2739\":286.97,\"2740\":null,\"2741\":3520.0,\"2742\":4761.99,\"2743\":1222.92,\"2744\":1563.76,\"2745\":129.5,\"2746\":11608.0,\"2747\":11481.0,\"2748\":2721.4,\"2749\":5959.91,\"2750\":17747.27,\"2751\":15807.86,\"2752\":16461.12,\"2753\":null,\"2754\":10015.7,\"2755\":9895.3,\"2756\":114.0,\"2757\":1330.9,\"2758\":12366.0,\"2759\":19645.53,\"2760\":10293.04,\"2761\":19409.97,\"2762\":0.02,\"2763\":73.8,\"2764\":453.1,\"2765\":8586.7,\"2766\":7918.0,\"2767\":1572.7,\"2768\":3731.52,\"2769\":3960.5,\"2770\":300.5,\"2771\":2080.94,\"2772\":341.78,\"2773\":2147.0,\"2774\":539.3,\"2775\":11303.9,\"2776\":2942.29,\"2777\":13500.58,\"2778\":1342.8,\"2779\":692.98,\"2780\":1.47,\"2781\":631.62,\"2782\":null,\"2783\":296.56,\"2784\":917.1,\"2785\":1842.83,\"2786\":1.05,\"2787\":null,\"2788\":15243.87,\"2789\":5647.3,\"2790\":4669.92,\"2791\":63761.17,\"2792\":7524.5,\"2793\":700.45,\"2794\":9739.3,\"2795\":null,\"2796\":15915.49,\"2797\":11288.77,\"2798\":16556.86,\"2799\":null,\"2800\":15223.09,\"2801\":188.32,\"2802\":4745.86,\"2803\":4457.09,\"2804\":5383.5,\"2805\":9467.99,\"2806\":197.4,\"2807\":null,\"2808\":230.41,\"2809\":6055.34,\"2810\":0.36,\"2811\":42.57,\"2812\":1397.76,\"2813\":4857.73,\"2814\":5468.4,\"2815\":5380.16,\"2816\":305.63,\"2817\":null,\"2818\":null,\"2819\":16725.6,\"2820\":9959.57,\"2821\":10301.35,\"2822\":208.8,\"2823\":67825.2,\"2824\":15934.98,\"2825\":16165.64,\"2826\":6.56,\"2827\":1.68,\"2828\":3879.6,\"2829\":18.6,\"2830\":239.58,\"2831\":7190.72,\"2832\":794.41,\"2833\":null,\"2834\":26990.16,\"2835\":12319.08,\"2836\":69545.31,\"2837\":1589.61,\"2838\":815.58,\"2839\":67476.51,\"2840\":6942.25,\"2841\":12880.0,\"2842\":3665.4,\"2843\":8694.0,\"2844\":6268.95,\"2845\":5163.53,\"2846\":5167.8,\"2847\":2945.1,\"2848\":2891.4,\"2849\":726.35,\"2850\":null,\"2851\":340.92,\"2852\":237.48,\"2853\":143.52,\"2854\":470.28,\"2855\":226.83,\"2856\":810.72,\"2857\":656.95,\"2858\":289.67,\"2859\":835.88,\"2860\":832.77,\"2861\":6423.6,\"2862\":597.12,\"2863\":null,\"2864\":7006.0,\"2865\":8706.32,\"2866\":4618.8,\"2867\":7004.15,\"2868\":535.32,\"2869\":null,\"2870\":2570.68,\"2871\":5306.7,\"2872\":2535.56,\"2873\":7306.92,\"2874\":849.66,\"2875\":5347.35,\"2876\":0.11,\"2877\":230.98,\"2878\":507.84,\"2879\":423.5,\"2880\":1297.12,\"2881\":6766.6,\"2882\":570.16,\"2883\":825.16,\"2884\":530.61,\"2885\":null,\"2886\":4856.33,\"2887\":3739.03,\"2888\":1148.4,\"2889\":8928.36,\"2890\":7968.1,\"2891\":8410.02,\"2892\":5123.4,\"2893\":646.89,\"2894\":636.99,\"2895\":544.36,\"2896\":5992.8,\"2897\":null,\"2898\":32.04,\"2899\":380.35,\"2900\":null,\"2901\":168.82,\"2902\":null,\"2903\":1907.4,\"2904\":7165.2,\"2905\":11740.0,\"2906\":2343.6,\"2907\":4185.27,\"2908\":308.66,\"2909\":null,\"2910\":14860.0,\"2911\":404.31,\"2912\":12562.0,\"2913\":16948.75,\"2914\":198.0,\"2915\":3062.56,\"2916\":1740.09,\"2917\":700.88,\"2918\":1774.8,\"2919\":1666.0,\"2920\":16384.0,\"2921\":462637.31,\"2922\":376555.17,\"2923\":11760.0,\"2924\":588.06,\"2925\":8117.41,\"2926\":53275.33,\"2927\":6167.33,\"2928\":742.33,\"2929\":745.72,\"2930\":3701.44,\"2931\":null,\"2932\":13176.75,\"2933\":600.82,\"2934\":54710.03,\"2935\":15125.92,\"2936\":6058.0,\"2937\":5267.06,\"2938\":940.78,\"2939\":96803.06,\"2940\":155998.01,\"2941\":6273.5,\"2942\":null,\"2943\":508810.0,\"2944\":1192210.9399999999,\"2945\":117269.07,\"2946\":15098.46,\"2947\":362505.46,\"2948\":19245.51,\"2949\":18598.8,\"2950\":25739.14,\"2951\":8846.32,\"2952\":10171.05,\"2953\":110417.73,\"2954\":1028.38,\"2955\":1375.27,\"2956\":476.71,\"2957\":203335.01,\"2958\":54109.59,\"2959\":2097.14,\"2960\":763.72,\"2961\":396.69,\"2962\":24907.06,\"2963\":null,\"2964\":3.6,\"2965\":74.35,\"2966\":898.67,\"2967\":893261.53,\"2968\":221642.27,\"2969\":534.0,\"2970\":2932.6,\"2971\":8337.04,\"2972\":800.14,\"2973\":136680.0,\"2974\":623.19,\"2975\":14328.0,\"2976\":23785.06,\"2977\":59252.83,\"2978\":68843.14,\"2979\":164771.73,\"2980\":null,\"2981\":1016.94,\"2982\":38847.94,\"2983\":41881.88,\"2984\":7958.26,\"2985\":535.13,\"2986\":672.91,\"2987\":1212.45,\"2988\":350099.07,\"2989\":1062.1,\"2990\":537.04,\"2991\":842.04,\"2992\":620.59,\"2993\":4903.2,\"2994\":429.48,\"2995\":19015.34,\"2996\":7183.24,\"2997\":4497.3,\"2998\":19772.8,\"2999\":6518.4,\"3000\":null,\"3001\":2612.4,\"3002\":108.9,\"3003\":307.93,\"3004\":29632.0,\"3005\":25609.99,\"3006\":296683.1,\"3007\":null,\"3008\":811207.96,\"3009\":1245.72,\"3010\":806.08,\"3011\":1363.17,\"3012\":1562.4,\"3013\":33613.18,\"3014\":789217.16,\"3015\":542522.75,\"3016\":180310.0,\"3017\":413585.83,\"3018\":141252.23,\"3019\":124701.29,\"3020\":798.98,\"3021\":null,\"3022\":54378.09,\"3023\":10418.53,\"3024\":10422.86,\"3025\":77135.61,\"3026\":165762.89,\"3027\":170706.9,\"3028\":10062.83,\"3029\":162187.29,\"3030\":14810.71,\"3031\":44624.01,\"3032\":48151.74,\"3033\":647.4,\"3034\":77531.36,\"3035\":null,\"3036\":8148.8,\"3037\":2417.44,\"3038\":27634.35,\"3039\":43117.25,\"3040\":50020.77,\"3041\":30433.76,\"3042\":12832.68,\"3043\":651.0,\"3044\":4154.4,\"3045\":null,\"3046\":null,\"3047\":6868.29,\"3048\":275.29,\"3049\":8000.0,\"3050\":4761.99,\"3051\":1170.84,\"3052\":1536.92,\"3053\":120.98,\"3054\":8503.0,\"3055\":9455.0,\"3056\":2637.8,\"3057\":3188.15,\"3058\":18064.03,\"3059\":9632.65,\"3060\":9957.45,\"3061\":639.03,\"3062\":10006.7,\"3063\":9904.4,\"3064\":442.8,\"3065\":1324.6,\"3066\":13032.0,\"3067\":19644.25,\"3068\":10289.1,\"3069\":19591.5,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":438.5,\"3074\":8366.3,\"3075\":1988.0,\"3076\":null,\"3077\":1466.8,\"3078\":2907.66,\"3079\":3733.8,\"3080\":null,\"3081\":300.5,\"3082\":1981.72,\"3083\":341.09,\"3084\":2042.0,\"3085\":503.7,\"3086\":10947.07,\"3087\":2685.72,\"3088\":15189.43,\"3089\":925.8,\"3090\":234.16,\"3091\":null,\"3092\":720.06,\"3093\":null,\"3094\":251.68,\"3095\":1056.9,\"3096\":953.37,\"3097\":160.81,\"3098\":14348.5,\"3099\":null,\"3100\":5539.7,\"3101\":3916.44,\"3102\":34988.7,\"3103\":4889.13,\"3104\":null,\"3105\":4011.65,\"3106\":15052.98,\"3107\":11222.12,\"3108\":16316.93,\"3109\":null,\"3110\":12965.93,\"3111\":15.4,\"3112\":5652.55,\"3113\":5490.03,\"3114\":7408.5,\"3115\":11634.94,\"3116\":66.16,\"3117\":null,\"3118\":355.74,\"3119\":5953.36,\"3120\":0.64,\"3121\":44.09,\"3122\":1211.09,\"3123\":2742.66,\"3124\":4042.8,\"3125\":6353.41,\"3126\":0.34,\"3127\":16232.1,\"3128\":15425.77,\"3129\":7498.67,\"3130\":12463.2,\"3131\":8423.43,\"3132\":8686.73,\"3133\":84.6,\"3134\":54721.15,\"3135\":16909.77,\"3136\":17518.0,\"3137\":4.96,\"3138\":1.36,\"3139\":3879.6,\"3140\":null,\"3141\":180.73,\"3142\":5378.32,\"3143\":488.44,\"3144\":null,\"3145\":22590.46,\"3146\":10305.81,\"3147\":60158.55,\"3148\":1229.42,\"3149\":444.36,\"3150\":69857.87,\"3151\":7592.9,\"3152\":10400.0,\"3153\":3363.6,\"3154\":7915.68,\"3155\":5144.85,\"3156\":4861.13,\"3157\":4555.58,\"3158\":4077.6,\"3159\":4362.3,\"3160\":408.76,\"3161\":194.52,\"3162\":289.8,\"3163\":228.84,\"3164\":523.62,\"3165\":271.02,\"3166\":682.01,\"3167\":672.23,\"3168\":418.56,\"3169\":723.41,\"3170\":718.23,\"3171\":4488.0,\"3172\":685.32,\"3173\":null,\"3174\":7814.67,\"3175\":8477.1,\"3176\":5176.8,\"3177\":255.83,\"3178\":536.58,\"3179\":null,\"3180\":1944.9,\"3181\":5515.8,\"3182\":345.6,\"3183\":7338.91,\"3184\":644.88,\"3185\":7264.8,\"3186\":null,\"3187\":605.95,\"3188\":489.6,\"3189\":497.99,\"3190\":2058.32,\"3191\":4995.6,\"3192\":604.6,\"3193\":739.58,\"3194\":338.14,\"3195\":null,\"3196\":3.0,\"3197\":7600.88,\"3198\":6027.35,\"3199\":1147.2,\"3200\":8546.77,\"3201\":8050.12,\"3202\":8623.19,\"3203\":934.2,\"3204\":604.19,\"3205\":604.96,\"3206\":544.4,\"3207\":6451.5,\"3208\":29.36,\"3209\":null,\"3210\":501.41,\"3211\":558.95,\"3212\":null,\"3213\":1881.0,\"3214\":7158.0,\"3215\":350422.11,\"3216\":1990.8,\"3217\":3939.78,\"3218\":446.05,\"3219\":null,\"3220\":null,\"3221\":404.13,\"3222\":693.0,\"3223\":16309.38,\"3224\":198.0,\"3225\":3058.94,\"3226\":1746.69,\"3227\":161.64,\"3228\":1510.2,\"3229\":1587.0,\"3230\":15732.0,\"3231\":457675.78,\"3232\":502996.9,\"3233\":null,\"3234\":909.48,\"3235\":6977.41,\"3236\":61995.27,\"3237\":6105.0,\"3238\":665.28,\"3239\":276.17,\"3240\":null,\"3241\":3702.08,\"3242\":12316.54,\"3243\":621.5,\"3244\":36630.43,\"3245\":39427.26,\"3246\":15218.35,\"3247\":6658.0,\"3248\":4749.92,\"3249\":939.79,\"3250\":130151.3,\"3251\":154161.53,\"3252\":5953.8,\"3253\":null,\"3254\":null,\"3255\":1036618.05,\"3256\":159788.07,\"3257\":13516.06,\"3258\":290296.41,\"3259\":14700.61,\"3260\":18737.4,\"3261\":22300.67,\"3262\":11784.02,\"3263\":10374.33,\"3264\":79658.6,\"3265\":1025.27,\"3266\":1327.25,\"3267\":null,\"3268\":570.58,\"3269\":304095.0,\"3270\":47839.49,\"3271\":2227.78,\"3272\":763.82,\"3273\":398.53,\"3274\":23624.46,\"3275\":3805.86,\"3276\":4.2,\"3277\":null,\"3278\":909.62,\"3279\":914729.5699999999,\"3280\":480779.15,\"3281\":402.0,\"3282\":1419.0,\"3283\":8322.91,\"3284\":801.02,\"3285\":null,\"3286\":626.47,\"3287\":14040.0,\"3288\":22509.32,\"3289\":60777.34,\"3290\":69071.93,\"3291\":164160.43,\"3292\":null,\"3293\":null,\"3294\":457005.71,\"3295\":1013.18,\"3296\":38846.22,\"3297\":42553.55,\"3298\":7652.17,\"3299\":null,\"3300\":671.47,\"3301\":1104.6,\"3302\":349878.1,\"3303\":null,\"3304\":536.05,\"3305\":800.46,\"3306\":607.99,\"3307\":5247.6,\"3308\":429.24,\"3309\":13964.74,\"3310\":4502.7,\"3311\":19529.6,\"3312\":7905.6,\"3313\":368.94,\"3314\":2521.8,\"3315\":108.9,\"3316\":227.26,\"3317\":29437.49,\"3318\":35720.74,\"3319\":null,\"3320\":null,\"3321\":585153.9399999999,\"3322\":1215.06,\"3323\":738.98,\"3324\":1109.19,\"3325\":1369.8,\"3326\":47007.08,\"3327\":782576.6,\"3328\":543503.34,\"3329\":40382.87,\"3330\":181990.0,\"3331\":null,\"3332\":414285.25,\"3333\":140007.89,\"3334\":124751.87,\"3335\":2058.0,\"3336\":799.4,\"3337\":629.46,\"3338\":49079.19,\"3339\":11376.09,\"3340\":11414.45,\"3341\":75382.94,\"3342\":165631.82,\"3343\":169521.05,\"3344\":null,\"3345\":154108.43,\"3346\":18365.04,\"3347\":44784.55,\"3348\":48017.82,\"3349\":173.37,\"3350\":75336.09,\"3351\":1751.82,\"3352\":8489.8,\"3353\":2438.56,\"3354\":32821.01,\"3355\":46165.96,\"3356\":57691.22,\"3357\":57904.24,\"3358\":12657.68,\"3359\":651.33,\"3360\":4370.4,\"3361\":null,\"3362\":4920.0,\"3363\":6682.67,\"3364\":278.92,\"3365\":6160.0,\"3366\":4761.99,\"3367\":1262.64,\"3368\":1514.92,\"3369\":140.71,\"3370\":331.8,\"3371\":8230.0,\"3372\":9857.0,\"3373\":2574.0,\"3374\":4961.83,\"3375\":16600.65,\"3376\":10061.14,\"3377\":10220.3,\"3378\":172.04,\"3379\":10015.5,\"3380\":9785.5,\"3381\":null,\"3382\":1365.6,\"3383\":12582.0,\"3384\":19576.87,\"3385\":10291.62,\"3386\":19529.96,\"3387\":5270.4,\"3388\":null,\"3389\":410.9,\"3390\":8329.3,\"3391\":6948.0,\"3392\":null,\"3393\":1370.3,\"3394\":3785.34,\"3395\":3481.8,\"3396\":437.0,\"3397\":300.5,\"3398\":1923.9,\"3399\":345.46,\"3400\":2060.0,\"3401\":1260.82,\"3402\":10781.65,\"3403\":1467.01,\"3404\":15503.12,\"3405\":1307.4,\"3406\":84.33,\"3407\":737.22,\"3408\":null,\"3409\":346.28,\"3410\":453.3,\"3411\":913.0,\"3412\":null,\"3413\":7772.42,\"3414\":1961.0,\"3415\":5466.3,\"3416\":5624.88,\"3417\":63981.99,\"3418\":2212.35,\"3419\":null,\"3420\":3885.39,\"3421\":7176.96,\"3422\":15696.26,\"3423\":10037.36,\"3424\":16875.9,\"3425\":147862.55,\"3426\":15812.42,\"3427\":88.66,\"3428\":3065.37,\"3429\":3038.61,\"3430\":2986.5,\"3431\":11664.23,\"3432\":86.96,\"3433\":null,\"3434\":null,\"3435\":4656.82,\"3436\":0.66,\"3437\":26.2,\"3438\":1232.94,\"3439\":3418.11,\"3440\":3387.42,\"3441\":3434.39,\"3442\":null,\"3443\":11717.57,\"3444\":11248.92,\"3445\":5236.43,\"3446\":17344.8,\"3447\":16351.39,\"3448\":17238.48,\"3449\":null,\"3450\":45408.42,\"3451\":4129.9,\"3452\":4206.16,\"3453\":4.84,\"3454\":1.34,\"3455\":3879.6,\"3456\":null,\"3457\":312.62,\"3458\":7102.4,\"3459\":787.35,\"3460\":null,\"3461\":32937.44,\"3462\":18935.9,\"3463\":29129.81,\"3464\":933.46,\"3465\":668.61,\"3466\":74499.11,\"3467\":2973.6,\"3468\":15000.0,\"3469\":5774.4,\"3470\":8565.66,\"3471\":5088.38,\"3472\":4109.4,\"3473\":2637.9,\"3474\":3558.9,\"3475\":3380.7,\"3476\":566.28,\"3477\":272.52,\"3478\":145.8,\"3479\":308.28,\"3480\":442.2,\"3481\":232.32,\"3482\":840.68,\"3483\":716.01,\"3484\":217.66,\"3485\":660.24,\"3486\":676.56,\"3487\":6432.0,\"3488\":242.52,\"3489\":null,\"3490\":9415.74,\"3491\":10034.2,\"3492\":5022.0,\"3493\":1517.44,\"3494\":null,\"3495\":442.59,\"3496\":null,\"3497\":null,\"3498\":3226.8,\"3499\":4700.4,\"3500\":2081.32,\"3501\":691.12,\"3502\":6720.75,\"3503\":null,\"3504\":435.82,\"3505\":399.96,\"3506\":527.59,\"3507\":1226.72,\"3508\":8024.7,\"3509\":642.87,\"3510\":709.15,\"3511\":540.6,\"3512\":null,\"3513\":null,\"3514\":4831.38,\"3515\":3772.56,\"3516\":null,\"3517\":9902.82,\"3518\":9261.55,\"3519\":10045.82,\"3520\":6696.6,\"3521\":1787.7,\"3522\":519.55,\"3523\":526.0,\"3524\":561.91,\"3525\":3702.6,\"3526\":null,\"3527\":44.16,\"3528\":383.13,\"3529\":555.66,\"3530\":451.25,\"3531\":null,\"3532\":1861.2,\"3533\":7148.4,\"3534\":368788.82,\"3535\":1911.6,\"3536\":3944.3,\"3537\":468.16,\"3538\":null,\"3539\":404.33,\"3540\":13684.0,\"3541\":15799.45,\"3542\":138.6,\"3543\":1264.39,\"3544\":1740.75,\"3545\":null,\"3546\":2293.2,\"3547\":1484.0,\"3548\":21036.0,\"3549\":306704.87,\"3550\":499424.34,\"3551\":13960.0,\"3552\":339.24,\"3553\":11438.0,\"3554\":61673.45,\"3555\":6149.0,\"3556\":637.96,\"3557\":240.74,\"3558\":3702.08,\"3559\":11713.08,\"3560\":638.0,\"3561\":null,\"3562\":54326.38,\"3563\":15218.06,\"3564\":6118.0,\"3565\":4552.66,\"3566\":939.79,\"3567\":244351.09,\"3568\":151471.33,\"3569\":6932.6,\"3570\":69048.0,\"3571\":null,\"3572\":560921.6800000001,\"3573\":202289.32,\"3574\":13670.68,\"3575\":261812.6,\"3576\":14230.06,\"3577\":18950.8,\"3578\":24722.53,\"3579\":12027.82,\"3580\":18628.56,\"3581\":null,\"3582\":879.54,\"3583\":1278.9,\"3584\":334.08,\"3585\":304645.01,\"3586\":58495.79,\"3587\":1680.84,\"3588\":760.37,\"3589\":398.42,\"3590\":19898.31,\"3591\":39897.75,\"3592\":2791.95,\"3593\":27.0,\"3594\":899.25,\"3595\":914800.48,\"3596\":477308.88,\"3597\":408.0,\"3598\":1386.0,\"3599\":8314.59,\"3600\":796.4,\"3601\":636.45,\"3602\":13680.0,\"3603\":23435.21,\"3604\":69596.55,\"3605\":164512.39,\"3606\":null,\"3607\":133814.0,\"3608\":456392.03,\"3609\":1023.97,\"3610\":37861.1,\"3611\":41446.51,\"3612\":3060.87,\"3613\":533.81,\"3614\":652.18,\"3615\":1026.15,\"3616\":348791.47,\"3617\":1050.05,\"3618\":532.13,\"3619\":815.94,\"3620\":599.41,\"3621\":5242.8,\"3622\":429.24,\"3623\":null,\"3624\":1329.12,\"3625\":null,\"3626\":4500.9,\"3627\":19336.59,\"3628\":5947.2,\"3629\":374.81,\"3630\":2505.0,\"3631\":105.6,\"3632\":305.22,\"3633\":29332.08,\"3634\":32260.56,\"3635\":1188.3,\"3636\":null,\"3637\":0.13,\"3638\":730186.58,\"3639\":1181.34,\"3640\":770.44,\"3641\":1106.28,\"3642\":1265.4,\"3643\":null,\"3644\":773103.41,\"3645\":50061.54,\"3646\":530486.79,\"3647\":181270.0,\"3648\":153849.62,\"3649\":415963.74,\"3650\":140906.93,\"3651\":124154.83,\"3652\":null,\"3653\":799.26,\"3654\":1207.41,\"3655\":24949.55,\"3656\":11708.81,\"3657\":11850.11,\"3658\":77798.1,\"3659\":165576.37,\"3660\":170647.7,\"3661\":null,\"3662\":211100.44,\"3663\":18385.3,\"3664\":44226.32,\"3665\":48376.98,\"3666\":382.05,\"3667\":84481.2,\"3668\":1524.16,\"3669\":8080.6,\"3670\":2323.2,\"3671\":18804.33,\"3672\":28561.32,\"3673\":35771.82,\"3674\":37155.68,\"3675\":11924.16,\"3676\":650.61,\"3677\":6199.2,\"3678\":0.02,\"3679\":null,\"3680\":3772.8,\"3681\":6749.49,\"3682\":271.33,\"3683\":7920.0,\"3684\":8963.13,\"3685\":1055.64,\"3686\":1536.92,\"3687\":127.25,\"3688\":331.8,\"3689\":6720.0,\"3690\":9187.0,\"3691\":2569.6,\"3692\":4928.05,\"3693\":17575.92,\"3694\":9210.65,\"3695\":9564.51,\"3696\":231.44,\"3697\":10013.3,\"3698\":9776.7,\"3699\":null,\"3700\":1330.5,\"3701\":13230.0,\"3702\":19722.09,\"3703\":10290.51,\"3704\":19544.35,\"3705\":6512.4,\"3706\":417.4,\"3707\":8056.8,\"3708\":2006.0,\"3709\":null,\"3710\":1346.8,\"3711\":3527.28,\"3712\":3348.7,\"3713\":4571.0,\"3714\":300.5,\"3715\":1980.18,\"3716\":344.31,\"3717\":2012.0,\"3718\":1148.38,\"3719\":10645.31,\"3720\":null,\"3721\":9358.15,\"3722\":1297.8,\"3723\":null,\"3724\":871.2,\"3725\":271.04,\"3726\":1166.7,\"3727\":1371.04,\"3728\":null,\"3729\":16011.33,\"3730\":2000.0,\"3731\":5376.2,\"3732\":5664.9,\"3733\":62235.74,\"3734\":1955.38,\"3735\":null,\"3736\":3810.78,\"3737\":7032.96,\"3738\":149.6,\"3739\":8320.74,\"3740\":10881.09,\"3741\":9487.54,\"3742\":161097.02,\"3743\":15575.79,\"3744\":null,\"3745\":3310.08,\"3746\":3331.38,\"3747\":4704.0,\"3748\":11643.17,\"3749\":136.0,\"3750\":null,\"3751\":1634.6,\"3752\":0.19,\"3753\":20.9,\"3754\":739.6,\"3755\":4897.41,\"3756\":5785.2,\"3757\":3713.29,\"3758\":null,\"3759\":8930.8,\"3760\":7605.46,\"3761\":4162.97,\"3762\":6258.6,\"3763\":17643.6,\"3764\":8921.93,\"3765\":9169.78,\"3766\":null,\"3767\":69182.96,\"3768\":6046.28,\"3769\":6113.48,\"3770\":3.87,\"3771\":1.09,\"3772\":3879.6,\"3773\":null,\"3774\":314.38,\"3775\":635.89,\"3776\":33040.16,\"3777\":7958.88,\"3778\":55160.02,\"3779\":1169.96,\"3780\":406.41,\"3781\":86101.8,\"3782\":4011.7,\"3783\":15280.0,\"3784\":5723.4,\"3785\":7904.64,\"3786\":3410.55,\"3787\":3186.23,\"3788\":1174.95,\"3789\":1199.06,\"3790\":1212.27,\"3791\":154.0,\"3792\":null,\"3793\":192.36,\"3794\":181.32,\"3795\":68.28,\"3796\":305.97,\"3797\":228.54,\"3798\":850.71,\"3799\":639.54,\"3800\":325.56,\"3801\":822.05,\"3802\":847.9,\"3803\":6606.0,\"3804\":304.44,\"3805\":null,\"3806\":9717.06,\"3807\":10224.56,\"3808\":4201.2,\"3809\":3841.28,\"3810\":4800.0,\"3811\":338.25,\"3812\":null,\"3813\":null,\"3814\":3711.6,\"3815\":2766.0,\"3816\":2495.73,\"3817\":851.9,\"3818\":460.8,\"3819\":null,\"3820\":94.89,\"3821\":145.56,\"3822\":299.2,\"3823\":795.08,\"3824\":8207.55,\"3825\":4800.0,\"3826\":604.23,\"3827\":843.24,\"3828\":533.75,\"3829\":null,\"3830\":null,\"3831\":2273.57,\"3832\":1737.29,\"3833\":null,\"3834\":10037.2,\"3835\":9248.28,\"3836\":10202.51,\"3837\":8292.9,\"3838\":null,\"3839\":129.1,\"3840\":130.99,\"3841\":655.56,\"3842\":4283.4,\"3843\":null,\"3844\":10.25,\"3845\":392.04,\"3846\":556.83,\"3847\":538.08,\"3848\":null,\"3849\":1854.6,\"3850\":7141.2,\"3851\":238241.51,\"3852\":4204.8,\"3853\":4413.85,\"3854\":null,\"3855\":null,\"3856\":403.18,\"3857\":13772.0,\"3858\":15499.5,\"3859\":198.0,\"3860\":3050.52,\"3861\":1745.7,\"3862\":764.32,\"3863\":2949.3,\"3864\":3356.0,\"3865\":19900.0,\"3866\":147219.44,\"3867\":498703.31,\"3868\":12568.0,\"3869\":676.5,\"3870\":7945.23,\"3871\":24772.24,\"3872\":6068.33,\"3873\":742.61,\"3874\":718.33,\"3875\":3702.08,\"3876\":900.13,\"3877\":11397.64,\"3878\":612.26,\"3879\":null,\"3880\":57052.55,\"3881\":26110.37,\"3882\":8437.0,\"3883\":4482.04,\"3884\":939.79,\"3885\":249582.06,\"3886\":153480.25,\"3887\":2654.36,\"3888\":43656.0,\"3889\":null,\"3890\":148273.52,\"3891\":211577.89,\"3892\":12477.25,\"3893\":32841.0,\"3894\":13950.65,\"3895\":18730.8,\"3896\":26723.86,\"3897\":12030.05,\"3898\":16696.27,\"3899\":null,\"3900\":857.81,\"3901\":1258.44,\"3902\":576.46,\"3903\":null,\"3904\":59396.92,\"3905\":1802.51,\"3906\":764.8,\"3907\":397.95,\"3908\":23658.05,\"3909\":null,\"3910\":1720.43,\"3911\":39.0,\"3912\":903.57,\"3913\":893621.3100000001,\"3914\":553372.15,\"3915\":282.0,\"3916\":1597.2,\"3917\":8304.26,\"3918\":793.21,\"3919\":5350.0,\"3920\":640.26,\"3921\":14580.0,\"3922\":23340.58,\"3923\":69192.9,\"3924\":164419.45,\"3925\":2013.0,\"3926\":402086.0,\"3927\":441973.71,\"3928\":881.88,\"3929\":38274.67,\"3930\":42051.85,\"3931\":7346.09,\"3932\":526.02,\"3933\":679.54,\"3934\":913.8,\"3935\":350155.3,\"3936\":2115.6,\"3937\":533.25,\"3938\":772.74,\"3939\":581.17,\"3940\":4864.8,\"3941\":429.0,\"3942\":1440.78,\"3943\":14020.7,\"3944\":4499.55,\"3945\":18124.8,\"3946\":4795.2,\"3947\":381.74,\"3948\":2561.4,\"3949\":105.6,\"3950\":339.76,\"3951\":28928.13,\"3952\":32359.43,\"3953\":960246.8100000001,\"3954\":null,\"3955\":538699.49,\"3956\":1285.74,\"3957\":804.1,\"3958\":1058.19,\"3959\":1229.4,\"3960\":773067.64,\"3961\":38891.28,\"3962\":530011.87,\"3963\":205470.0,\"3964\":154521.73,\"3965\":418814.45,\"3966\":143405.86,\"3967\":125780.46,\"3968\":798.42,\"3969\":700.95,\"3970\":47131.15,\"3971\":6891.21,\"3972\":7277.51,\"3973\":64050.93,\"3974\":165269.12,\"3975\":170011.3,\"3976\":null,\"3977\":195912.56,\"3978\":18626.16,\"3979\":44654.48,\"3980\":48167.93,\"3981\":655.74,\"3982\":75351.63,\"3983\":1446.07,\"3984\":7840.8,\"3985\":2519.25,\"3986\":1309.0,\"3987\":46198.09,\"3988\":57877.01,\"3989\":49263.29,\"3990\":12406.69,\"3991\":649.65,\"3992\":4924.8,\"3993\":null,\"3994\":null,\"3995\":6722.93,\"3996\":260.24,\"3997\":null,\"3998\":7120.0,\"3999\":9316.13,\"4000\":1122.0,\"4001\":1620.52,\"4002\":135.43,\"4003\":331.2,\"4004\":7905.0,\"4005\":9479.0,\"4006\":2565.2,\"4007\":3965.65,\"4008\":14407.52,\"4009\":8865.87,\"4010\":9232.52,\"4011\":475.35,\"4012\":10016.5,\"4013\":9615.5,\"4014\":462.0,\"4015\":1332.3,\"4016\":12960.0,\"4017\":19735.68,\"4018\":10292.18,\"4019\":19576.35,\"4020\":5569.2,\"4021\":426.0,\"4022\":9192.8,\"4023\":6448.0,\"4024\":1317.4,\"4025\":3085.68,\"4026\":3191.6,\"4027\":7354.0,\"4028\":300.5,\"4029\":1639.18,\"4030\":347.99,\"4031\":2013.0,\"4032\":1252.82,\"4033\":10699.15,\"4034\":1197.37,\"4035\":14596.15,\"4036\":1318.2,\"4037\":311.37,\"4038\":721.38,\"4039\":346.72,\"4040\":933.9,\"4041\":1697.96,\"4042\":null,\"4043\":null,\"4044\":16003.8,\"4045\":2000.0,\"4046\":5287.6,\"4047\":3007.02,\"4048\":62178.41,\"4049\":3611.5,\"4050\":34.23,\"4051\":3736.17,\"4052\":6986.88,\"4053\":15343.53,\"4054\":6745.4,\"4055\":16477.36,\"4056\":179552.86,\"4057\":16028.47,\"4058\":76.78,\"4059\":4914.7,\"4060\":4815.4,\"4061\":5854.5,\"4062\":6399.52,\"4063\":187.56,\"4064\":null,\"4065\":36.9,\"4066\":3297.05,\"4067\":1.5,\"4068\":41.34,\"4069\":222.81,\"4070\":3524.22,\"4071\":4446.0,\"4072\":5557.28,\"4073\":160.51,\"4074\":15925.22,\"4075\":13283.33,\"4076\":6693.89,\"4077\":6357.6,\"4078\":17589.6,\"4079\":7585.08,\"4080\":7816.42,\"4081\":123.0,\"4082\":44878.38,\"4083\":6851.13,\"4084\":6555.32,\"4085\":5.23,\"4086\":1.36,\"4087\":3879.6,\"4088\":null,\"4089\":291.5,\"4090\":null,\"4091\":711.99,\"4092\":null,\"4093\":33897.48,\"4094\":5645.62,\"4095\":67841.5,\"4096\":1169.14,\"4097\":477.48,\"4098\":47939.0,\"4099\":5533.85,\"4100\":7720.0,\"4101\":5805.0,\"4102\":8910.66,\"4103\":5354.33,\"4104\":4753.35,\"4105\":4223.7,\"4106\":2905.5,\"4107\":3757.8,\"4108\":471.24,\"4109\":4840.0,\"4110\":297.48,\"4111\":192.24,\"4112\":128.04,\"4113\":484.86,\"4114\":304.65,\"4115\":857.27,\"4116\":723.31,\"4117\":490.8,\"4118\":594.72,\"4119\":610.71,\"4120\":3435.6,\"4121\":317.28,\"4122\":null,\"4123\":7556.52,\"4124\":8852.1,\"4125\":5459.4,\"4126\":8265.0,\"4127\":4800.0,\"4128\":551.88,\"4129\":null,\"4130\":null,\"4131\":4552.5,\"4132\":4627.2,\"4133\":4466.58,\"4134\":883.82,\"4135\":4402.35,\"4136\":0.12,\"4137\":469.66,\"4138\":279.0,\"4139\":785.4,\"4140\":1344.64,\"4141\":8096.0,\"4142\":4800.0,\"4143\":817.66,\"4144\":842.64,\"4145\":553.49,\"4146\":null,\"4147\":null,\"4148\":4974.13,\"4149\":4076.89,\"4150\":503.4,\"4151\":0.2,\"4152\":8401.38,\"4153\":9059.54,\"4154\":1680.9,\"4155\":1610.4,\"4156\":542.98,\"4157\":547.67,\"4158\":706.26,\"4159\":6111.6,\"4160\":null,\"4161\":19.45,\"4162\":396.58,\"4163\":554.88,\"4164\":799.37,\"4165\":null,\"4166\":1854.6,\"4167\":7136.4,\"4168\":385557.71,\"4169\":2685.6,\"4170\":4240.99,\"4171\":null,\"4172\":null,\"4173\":404.58,\"4174\":13838.0,\"4175\":15173.78,\"4176\":184.8,\"4177\":3127.24,\"4178\":1743.72,\"4179\":762.21,\"4180\":2256.3,\"4181\":2969.0,\"4182\":21024.0,\"4183\":152495.14,\"4184\":500484.25,\"4185\":12120.0,\"4186\":1493.58,\"4187\":7972.3,\"4188\":23937.5,\"4189\":5965.67,\"4190\":640.26,\"4191\":740.93,\"4192\":3701.44,\"4193\":880.61,\"4194\":11015.14,\"4195\":627.0,\"4196\":null,\"4197\":54563.97,\"4198\":26142.39,\"4199\":9510.0,\"4200\":4432.93,\"4201\":938.8,\"4202\":249991.91,\"4203\":156129.62,\"4204\":5650.14,\"4205\":24000.0,\"4206\":509180.0,\"4207\":223041.29,\"4208\":12002.47,\"4209\":187269.64,\"4210\":13737.13,\"4211\":18345.8,\"4212\":26424.9,\"4213\":11031.75,\"4214\":16006.07,\"4215\":171254.91,\"4216\":703.59,\"4217\":1230.21,\"4218\":591.96,\"4219\":null,\"4220\":57986.02,\"4221\":1783.42,\"4222\":761.75,\"4223\":401.17,\"4224\":21694.23,\"4225\":null,\"4226\":null,\"4227\":23.4,\"4228\":844.17,\"4229\":873410.21,\"4230\":74582.84,\"4231\":570.0,\"4232\":6100.6,\"4233\":8313.0,\"4234\":794.97,\"4235\":615.26,\"4236\":10980.0,\"4237\":22743.51,\"4238\":69428.93,\"4239\":165084.36,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":996.32,\"4244\":38119.88,\"4245\":41946.3,\"4246\":9182.61,\"4247\":529.72,\"4248\":674.82,\"4249\":831.15,\"4250\":349834.71,\"4251\":3081.31,\"4252\":528.17,\"4253\":776.16,\"4254\":631.61,\"4255\":4627.2,\"4256\":429.0,\"4257\":1454.67,\"4258\":14093.15,\"4259\":3177.45,\"4260\":17919.7,\"4261\":6043.2,\"4262\":1448.24,\"4263\":382.87,\"4264\":2570.4,\"4265\":102.3,\"4266\":338.9,\"4267\":29252.65,\"4268\":31656.2,\"4269\":1186.92,\"4270\":253148.64,\"4271\":null,\"4272\":611742.37,\"4273\":1600.8,\"4274\":760.98,\"4275\":1064.22,\"4276\":1254.6,\"4277\":770736.04,\"4278\":null,\"4279\":534680.35,\"4280\":null,\"4281\":154737.62,\"4282\":421396.25,\"4283\":138766.48,\"4284\":125336.67,\"4285\":796.6,\"4286\":590.92,\"4287\":60179.78,\"4288\":11296.2,\"4289\":11449.42,\"4290\":67335.85,\"4291\":165336.46,\"4292\":170222.2,\"4293\":null,\"4294\":59.99,\"4295\":18532.73,\"4296\":44859.05,\"4297\":48211.8,\"4298\":654.63,\"4299\":75342.81,\"4300\":1251.54,\"4301\":7724.2,\"4302\":2364.41,\"4303\":28991.61,\"4304\":41602.13,\"4305\":57277.53,\"4306\":57183.52,\"4307\":15792.42,\"4308\":326.55,\"4309\":5407.2,\"4310\":null,\"4311\":null,\"4312\":6688.44,\"4313\":266.77,\"4314\":1760.0,\"4315\":9338.83,\"4316\":1114.8,\"4317\":1559.36,\"4318\":173.45,\"4319\":8869.0,\"4320\":8997.0,\"4321\":2875.4,\"4322\":3965.93,\"4323\":14618.28,\"4324\":9846.03,\"4325\":10178.72,\"4326\":588.72,\"4327\":10015.4,\"4328\":9608.8,\"4329\":724.8,\"4330\":2101.5,\"4331\":12816.0,\"4332\":19725.43,\"4333\":10290.58,\"4334\":19552.56,\"4335\":9129.6,\"4336\":703.5,\"4337\":8895.7,\"4338\":4844.0,\"4339\":null,\"4340\":1647.3,\"4341\":3720.48,\"4342\":5883.1,\"4343\":3779.0,\"4344\":300.5,\"4345\":1986.31,\"4346\":357.88,\"4347\":2317.0,\"4348\":1269.44,\"4349\":13493.74,\"4350\":4607.57,\"4351\":14857.22,\"4352\":1319.4,\"4353\":2605.15,\"4354\":null,\"4355\":925.32,\"4356\":null,\"4357\":280.72,\"4358\":485.7,\"4359\":2102.21,\"4360\":101.96,\"4361\":97.44,\"4362\":15477.11,\"4363\":2000.0,\"4364\":6445.9,\"4365\":4122.06,\"4366\":63302.48,\"4367\":7446.53,\"4368\":542.24,\"4369\":5159.48,\"4370\":7142.4,\"4371\":381.15,\"4372\":12664.32,\"4373\":10324.42,\"4374\":14162.06,\"4375\":47980.27,\"4376\":14378.31,\"4377\":592.68,\"4378\":5411.05,\"4379\":5506.76,\"4380\":3664.5,\"4381\":11646.86,\"4382\":179.68,\"4383\":0.4,\"4384\":273.16,\"4385\":3210.27,\"4386\":null,\"4387\":29.55,\"4388\":995.79,\"4389\":5151.56,\"4390\":5956.7,\"4391\":1924.39,\"4392\":10475.23,\"4393\":11859.11,\"4394\":5372.96,\"4395\":7318.8,\"4396\":13910.4,\"4397\":6967.06,\"4398\":7168.39,\"4399\":1125.0,\"4400\":51161.72,\"4401\":10703.67,\"4402\":10112.39,\"4403\":1.09,\"4404\":0.3,\"4405\":3879.6,\"4406\":1952.85,\"4407\":171.27,\"4408\":7524.68,\"4409\":430.5,\"4410\":27711.97,\"4411\":6455.62,\"4412\":27574.96,\"4413\":1209.18,\"4414\":1246.83,\"4415\":29214.43,\"4416\":3850.35,\"4417\":4920.0,\"4418\":4746.6,\"4419\":8928.6,\"4420\":5369.4,\"4421\":4637.93,\"4422\":4792.5,\"4423\":3182.1,\"4424\":4091.4,\"4425\":860.02,\"4426\":4072.2,\"4427\":408.36,\"4428\":271.2,\"4429\":229.44,\"4430\":486.93,\"4431\":175.56,\"4432\":734.62,\"4433\":867.95,\"4434\":362.26,\"4435\":785.4,\"4436\":367.97,\"4437\":4173.6,\"4438\":466.56,\"4439\":null,\"4440\":9934.92,\"4441\":10475.91,\"4442\":3699.0,\"4443\":10170.06,\"4444\":3914.0,\"4445\":455.4,\"4446\":78.0,\"4447\":345.0,\"4448\":null,\"4449\":4470.6,\"4450\":null,\"4451\":2876.94,\"4452\":842.49,\"4453\":11503.8,\"4454\":2.78,\"4455\":473.22,\"4456\":315.0,\"4457\":null,\"4458\":346.28,\"4459\":8193.75,\"4460\":3914.0,\"4461\":797.18,\"4462\":812.64,\"4463\":506.94,\"4464\":1029.73,\"4465\":393.0,\"4466\":7264.42,\"4467\":5530.34,\"4468\":2043.6,\"4469\":9730.54,\"4470\":10588.0,\"4471\":4944.3,\"4472\":2974.5,\"4473\":504.79,\"4474\":510.95,\"4475\":678.54,\"4476\":6514.2,\"4477\":0.35,\"4478\":51.3,\"4479\":339.82,\"4480\":547.98,\"4481\":783.41,\"4482\":0.06,\"4483\":3619.0,\"4484\":2382.6,\"4485\":7147.2,\"4486\":23531.0,\"4487\":2437.2,\"4488\":4634.92,\"4489\":null,\"4490\":404.72,\"4491\":14036.0,\"4492\":16508.0,\"4493\":191.4,\"4494\":3122.79,\"4495\":1739.43,\"4496\":747.9,\"4497\":2173.5,\"4498\":3704.0,\"4499\":21664.0,\"4500\":459196.2,\"4501\":500759.58,\"4502\":12960.0,\"4503\":467.61,\"4504\":7329.64,\"4505\":53406.84,\"4506\":7084.0,\"4507\":638.83,\"4508\":719.73,\"4509\":3702.4,\"4510\":898.62,\"4511\":10938.83,\"4512\":614.24,\"4513\":null,\"4514\":55404.05,\"4515\":26108.72,\"4516\":19111.0,\"4517\":6566.98,\"4518\":939.79,\"4519\":250061.83,\"4520\":154526.29,\"4521\":8075.38,\"4522\":null,\"4523\":null,\"4524\":209948.98,\"4525\":20457.95,\"4526\":148146.43,\"4527\":15896.95,\"4528\":18436.0,\"4529\":25345.28,\"4530\":11885.01,\"4531\":15846.81,\"4532\":169268.34,\"4533\":917.22,\"4534\":1357.05,\"4535\":589.71,\"4536\":55126.47,\"4537\":2190.64,\"4538\":751.02,\"4539\":403.21,\"4540\":21672.2,\"4541\":null,\"4542\":3370.89,\"4543\":2367.6,\"4544\":741.1,\"4545\":894703.74,\"4546\":492463.21,\"4547\":678.0,\"4548\":6846.4,\"4549\":8317.72,\"4550\":793.65,\"4551\":644.79,\"4552\":13248.0,\"4553\":22927.84,\"4554\":69243.49,\"4555\":161289.57,\"4556\":null,\"4557\":null,\"4558\":530268.0,\"4559\":1018.38,\"4560\":17973.02,\"4561\":23008.48,\"4562\":7193.04,\"4563\":507.28,\"4564\":674.53,\"4565\":723.15,\"4566\":237307.14,\"4567\":3077.86,\"4568\":522.95,\"4569\":783.54,\"4570\":616.36,\"4571\":4597.2,\"4572\":428.88,\"4573\":1211.99,\"4574\":14106.78,\"4575\":2366.55,\"4576\":19071.09,\"4577\":7747.2,\"4578\":null,\"4579\":389.66,\"4580\":2563.2,\"4581\":102.3,\"4582\":347.81,\"4583\":30136.41,\"4584\":37189.61,\"4585\":1183.18,\"4586\":273541.97,\"4587\":null,\"4588\":120551.07,\"4589\":1585.14,\"4590\":833.14,\"4591\":1099.27,\"4592\":1411.2,\"4593\":765549.29,\"4594\":null,\"4595\":180431.25,\"4596\":124010.0,\"4597\":154234.56,\"4598\":419943.71,\"4599\":72823.92,\"4600\":71944.62,\"4601\":796.18,\"4602\":596.37,\"4603\":25059.89,\"4604\":10406.68,\"4605\":11262.81,\"4606\":59654.74,\"4607\":164690.24,\"4608\":170072.35,\"4609\":null,\"4610\":null,\"4611\":11925.51,\"4612\":44802.65,\"4613\":48209.5,\"4614\":651.06,\"4615\":75343.38,\"4616\":1145.42,\"4617\":7821.0,\"4618\":2273.27,\"4619\":31981.84,\"4620\":43781.65,\"4621\":57576.69,\"4622\":57259.32,\"4623\":15043.57,\"4624\":326.34,\"4625\":6890.4,\"4626\":40.2,\"4627\":null,\"4628\":6745.04,\"4629\":255.16,\"4630\":5440.0,\"4631\":9641.31,\"4632\":9.24,\"4633\":1575.2,\"4634\":132.92,\"4635\":8676.0,\"4636\":9410.0,\"4637\":2424.4,\"4638\":4964.03,\"4639\":17555.67,\"4640\":8879.09,\"4641\":9252.47,\"4642\":242.29,\"4643\":null,\"4644\":null,\"4645\":832.8,\"4646\":2229.0,\"4647\":8064.0,\"4648\":19717.04,\"4649\":10220.95,\"4650\":19482.38,\"4651\":7290.0,\"4652\":665.5,\"4653\":11097.9,\"4654\":8896.0,\"4655\":null,\"4656\":1563.5,\"4657\":3806.04,\"4658\":3827.0,\"4659\":6924.0,\"4660\":300.5,\"4661\":1110.01,\"4662\":383.18,\"4663\":2410.0,\"4664\":1211.89,\"4665\":14267.6,\"4666\":2068.48,\"4667\":1063.33,\"4668\":1273.2,\"4669\":539.27,\"4670\":null,\"4671\":828.96,\"4672\":456.72,\"4673\":457.5,\"4674\":1402.06,\"4675\":41.8,\"4676\":42.72,\"4677\":15131.01,\"4678\":2000.0,\"4679\":4490.6,\"4680\":4805.16,\"4681\":43509.16,\"4682\":7501.84,\"4683\":1300.09,\"4684\":9716.35,\"4685\":7083.36,\"4686\":1063.79,\"4687\":11370.89,\"4688\":1197.02,\"4689\":180499.15,\"4690\":10800.82,\"4691\":610.72,\"4692\":4632.26,\"4693\":4656.84,\"4694\":5670.0,\"4695\":4945.68,\"4696\":48.36,\"4697\":114.53,\"4698\":5660.07,\"4699\":0.72,\"4700\":41.89,\"4701\":1172.28,\"4702\":3873.89,\"4703\":3254.4,\"4704\":5134.0,\"4705\":236.11,\"4706\":13306.42,\"4707\":11292.86,\"4708\":5521.45,\"4709\":4003.2,\"4710\":5518.8,\"4711\":6472.41,\"4712\":6676.91,\"4713\":36.0,\"4714\":63121.25,\"4715\":11223.85,\"4716\":13197.72,\"4717\":2.52,\"4718\":0.78,\"4719\":3879.6,\"4720\":63.0,\"4721\":190.3,\"4722\":7199.46,\"4723\":450.82,\"4724\":null,\"4725\":28668.52,\"4726\":5004.89,\"4727\":30816.91,\"4728\":1167.16,\"4729\":912.87,\"4730\":46320.93,\"4731\":3704.05,\"4732\":11840.0,\"4733\":3429.6,\"4734\":8580.84,\"4735\":6410.25,\"4736\":5315.18,\"4737\":5111.77,\"4738\":3534.0,\"4739\":4862.4,\"4740\":800.8,\"4741\":null,\"4742\":287.76,\"4743\":240.0,\"4744\":281.16,\"4745\":444.0,\"4746\":271.02,\"4747\":703.83,\"4748\":583.22,\"4749\":470.88,\"4750\":594.75,\"4751\":591.68,\"4752\":3874.8,\"4753\":382.2,\"4754\":null,\"4755\":9438.32,\"4756\":8468.95,\"4757\":2203.2,\"4758\":1210.25,\"4759\":4900.0,\"4760\":438.09,\"4761\":null,\"4762\":2623.89,\"4763\":4007.4,\"4764\":5152.8,\"4765\":3980.3,\"4766\":558.99,\"4767\":10520.1,\"4768\":null,\"4769\":519.9,\"4770\":489.84,\"4771\":682.0,\"4772\":1718.64,\"4773\":7036.85,\"4774\":4900.0,\"4775\":622.01,\"4776\":607.39,\"4777\":171.02,\"4778\":182.16,\"4779\":null,\"4780\":5621.83,\"4781\":4444.03,\"4782\":1208.4,\"4783\":9202.41,\"4784\":9738.63,\"4785\":2889.9,\"4786\":4551.6,\"4787\":515.17,\"4788\":516.34,\"4789\":540.05,\"4790\":4719.0,\"4791\":53.18,\"4792\":200.28,\"4793\":383.52,\"4794\":594.2,\"4795\":null,\"4796\":3721.67,\"4797\":2369.4,\"4798\":7141.2,\"4799\":249600.74,\"4800\":3927.6,\"4801\":5659.4,\"4802\":null,\"4803\":404.42,\"4804\":13068.0,\"4805\":10383.77,\"4806\":null,\"4807\":3135.0,\"4808\":1750.32,\"4809\":787.1,\"4810\":1159.2,\"4811\":3203.0,\"4812\":19844.0,\"4813\":330993.47,\"4814\":498336.92,\"4815\":null,\"4816\":772.2,\"4817\":10090.72,\"4818\":59575.7,\"4819\":7087.67,\"4820\":1208.94,\"4821\":719.98,\"4822\":3701.76,\"4823\":943.77,\"4824\":17189.19,\"4825\":616.0,\"4826\":null,\"4827\":29109.77,\"4828\":28305.89,\"4829\":19278.0,\"4830\":5275.99,\"4831\":939.79,\"4832\":249420.19,\"4833\":157879.7,\"4834\":6392.48,\"4835\":null,\"4836\":511310.0,\"4837\":null,\"4838\":172254.45,\"4839\":20202.88,\"4840\":396840.21,\"4841\":19360.16,\"4842\":18361.2,\"4843\":24486.18,\"4844\":13303.43,\"4845\":16241.05,\"4846\":148975.95,\"4847\":1008.09,\"4848\":1279.62,\"4849\":580.83,\"4850\":305635.0,\"4851\":41869.0,\"4852\":1487.41,\"4853\":752.6,\"4854\":376.28,\"4855\":28663.58,\"4856\":161968.86,\"4857\":2392.16,\"4858\":2590.2,\"4859\":789.2,\"4860\":697000.17,\"4861\":336472.31,\"4862\":486.0,\"4863\":8615.2,\"4864\":4610.77,\"4865\":788.48,\"4866\":136780.0,\"4867\":615.62,\"4868\":10404.0,\"4869\":23563.3,\"4870\":64306.56,\"4871\":164699.43,\"4872\":null,\"4873\":314824.0,\"4874\":530424.73,\"4875\":50717.84,\"4876\":42390.89,\"4877\":7652.17,\"4878\":535.79,\"4879\":676.19,\"4880\":727.65,\"4881\":100808.84,\"4882\":3074.42,\"4883\":522.69,\"4884\":905.94,\"4885\":532.04,\"4886\":5059.2,\"4887\":428.4,\"4888\":19587.33,\"4889\":869.37,\"4890\":14064.46,\"4891\":270.45,\"4892\":17098.98,\"4893\":7497.6,\"4894\":382.07,\"4895\":2560.8,\"4896\":102.3,\"4897\":321.41,\"4898\":29254.72,\"4899\":25385.41,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":190073.61,\"4904\":null,\"4905\":784.96,\"4906\":1079.95,\"4907\":1416.6,\"4908\":781770.96,\"4909\":50003.77,\"4910\":529882.38,\"4911\":25771.11,\"4912\":204880.0,\"4913\":153350.67,\"4914\":421118.38,\"4915\":131024.79,\"4916\":121734.92,\"4917\":795.9,\"4918\":1.12,\"4919\":30501.44,\"4920\":769.95,\"4921\":822.44,\"4922\":77003.4,\"4923\":163809.28,\"4924\":168851.35,\"4925\":156517.92,\"4926\":null,\"4927\":189453.47,\"4928\":6834.84,\"4929\":44654.34,\"4930\":48008.18,\"4931\":654.66,\"4932\":76487.38,\"4933\":1363.98,\"4934\":6089.6,\"4935\":2692.0,\"4936\":30121.4,\"4937\":42882.65,\"4938\":57712.44,\"4939\":58126.01,\"4940\":18890.81,\"4941\":124.56,\"4942\":6894.0,\"4943\":null,\"4944\":null,\"4945\":6722.93,\"4946\":278.06,\"4947\":null,\"4948\":400.0,\"4949\":9025.92,\"4950\":null,\"4951\":1663.64,\"4952\":127.12,\"4953\":null,\"4954\":8381.0,\"4955\":8165.0,\"4956\":2437.6,\"4957\":4957.8,\"4958\":17391.07,\"4959\":10135.13,\"4960\":10222.81,\"4961\":419.61,\"4962\":10985.2,\"4963\":10550.4,\"4964\":166.8,\"4965\":1703.9,\"4966\":12996.0,\"4967\":19725.78,\"4968\":10257.84,\"4969\":19562.52,\"4970\":6886.8,\"4971\":471.2,\"4972\":8249.7,\"4973\":7722.0,\"4974\":1340.2,\"4975\":3603.18,\"4976\":3318.2,\"4977\":4539.0,\"4978\":300.5,\"4979\":1875.91,\"4980\":341.55,\"4981\":2041.0,\"4982\":148.98,\"4983\":11943.33,\"4984\":1556.74,\"4985\":34.98,\"4986\":1282.8,\"4987\":203.53,\"4988\":null,\"4989\":755.7,\"4990\":326.92,\"4991\":197.4,\"4992\":1939.41,\"4993\":919.72,\"4994\":22.08,\"4995\":14957.95,\"4996\":2000.0,\"4997\":5494.8,\"4998\":5261.94,\"4999\":60062.51,\"5000\":7787.81,\"5001\":1453.56,\"5002\":3885.39,\"5003\":6890.4,\"5004\":62.35,\"5005\":11122.16,\"5006\":51.83,\"5007\":179634.33,\"5008\":8303.16,\"5009\":583.22,\"5010\":4422.46,\"5011\":4471.27,\"5012\":5932.5,\"5013\":11644.61,\"5014\":2.76,\"5015\":null,\"5016\":172.35,\"5017\":3223.49,\"5018\":0.08,\"5019\":37.49,\"5020\":1662.55,\"5021\":3790.58,\"5022\":5320.8,\"5023\":4934.09,\"5024\":505.96,\"5025\":11173.46,\"5026\":11063.7,\"5027\":5491.48,\"5028\":6273.0,\"5029\":9586.8,\"5030\":5288.03,\"5031\":5391.2,\"5032\":79.8,\"5033\":70604.02,\"5034\":16230.15,\"5035\":16336.81,\"5036\":2.35,\"5037\":0.64,\"5038\":1731.6,\"5039\":64.8,\"5040\":219.34,\"5041\":3402.46,\"5042\":764.47,\"5043\":null,\"5044\":27918.14,\"5045\":5039.71,\"5046\":68763.85,\"5047\":1192.57,\"5048\":1023.96,\"5049\":74642.09,\"5050\":6207.6,\"5051\":14000.0,\"5052\":4544.4,\"5053\":8709.18,\"5054\":2440.13,\"5055\":2304.68,\"5056\":2875.5,\"5057\":1641.9,\"5058\":2087.7,\"5059\":638.35,\"5060\":5529.7,\"5061\":349.8,\"5062\":345.36,\"5063\":199.68,\"5064\":447.33,\"5065\":243.96,\"5066\":null,\"5067\":732.82,\"5068\":401.38,\"5069\":781.69,\"5070\":807.01,\"5071\":5937.6,\"5072\":618.48,\"5073\":null,\"5074\":5740.4,\"5075\":5509.13,\"5076\":2057.4,\"5077\":7756.89,\"5078\":4900.0,\"5079\":467.16,\"5080\":null,\"5081\":null,\"5082\":5650.8,\"5083\":2330.4,\"5084\":2249.27,\"5085\":834.56,\"5086\":823.5,\"5087\":0.02,\"5088\":274.49,\"5089\":279.24,\"5090\":573.1,\"5091\":2393.6,\"5092\":6473.35,\"5093\":4900.0,\"5094\":null,\"5095\":809.57,\"5096\":null,\"5097\":220.79,\"5098\":null,\"5099\":5239.62,\"5100\":2992.96,\"5101\":1395.6,\"5102\":4871.57,\"5103\":4857.52,\"5104\":6978.6,\"5105\":6571.2,\"5106\":181.69,\"5107\":222.61,\"5108\":651.72,\"5109\":3804.9,\"5110\":29.24,\"5111\":157.41,\"5112\":521.64,\"5113\":716.91,\"5114\":null,\"5115\":3817.0,\"5116\":2059.2,\"5117\":7134.0,\"5118\":381800.23,\"5119\":3038.4,\"5120\":4932.78,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.64,\"5125\":13695.0,\"5126\":10449.67,\"5127\":211.2,\"5128\":3127.24,\"5129\":1739.43,\"5130\":774.76,\"5131\":1685.7,\"5132\":2742.0,\"5133\":21316.0,\"5134\":153431.81,\"5135\":502746.1,\"5136\":13112.0,\"5137\":514.8,\"5138\":12140.68,\"5139\":28826.52,\"5140\":7172.0,\"5141\":1098.54,\"5142\":728.31,\"5143\":3702.08,\"5144\":947.04,\"5145\":14266.84,\"5146\":608.08,\"5147\":null,\"5148\":51054.71,\"5149\":15467.19,\"5150\":13039.0,\"5151\":5059.88,\"5152\":939.79,\"5153\":248974.45,\"5154\":159053.28,\"5155\":6294.2,\"5156\":34416.0,\"5157\":506680.0,\"5158\":60398.82,\"5159\":102839.82,\"5160\":20198.96,\"5161\":313224.07,\"5162\":14771.26,\"5163\":17633.0,\"5164\":21869.73,\"5165\":12183.04,\"5166\":15541.33,\"5167\":171212.8,\"5168\":1112.21,\"5169\":1238.2,\"5170\":558.41,\"5171\":null,\"5172\":45477.33,\"5173\":2060.0,\"5174\":744.72,\"5175\":393.5,\"5176\":26279.59,\"5177\":156066.34,\"5178\":3830.14,\"5179\":2590.2,\"5180\":871.65,\"5181\":875894.12,\"5182\":600699.14,\"5183\":486.0,\"5184\":7381.0,\"5185\":8429.59,\"5186\":794.09,\"5187\":36570.0,\"5188\":609.79,\"5189\":14724.0,\"5190\":23409.35,\"5191\":69261.23,\"5192\":164757.06,\"5193\":null,\"5194\":312938.0,\"5195\":null,\"5196\":51046.01,\"5197\":null,\"5198\":null,\"5199\":507.01,\"5200\":675.65,\"5201\":789.9,\"5202\":81048.24,\"5203\":3067.53,\"5204\":519.75,\"5205\":739.44,\"5206\":525.39,\"5207\":4430.4,\"5208\":427.92,\"5209\":1672.19,\"5210\":14007.06,\"5211\":null,\"5212\":16397.42,\"5213\":6494.4,\"5214\":196.61,\"5215\":2557.2,\"5216\":99.0,\"5217\":298.33,\"5218\":29878.34,\"5219\":44752.91,\"5220\":1187.42,\"5221\":519508.51,\"5222\":null,\"5223\":599529.86,\"5224\":1602.9,\"5225\":802.56,\"5226\":1077.9,\"5227\":1715.4,\"5228\":649539.58,\"5229\":38533.26,\"5230\":530746.24,\"5231\":196470.0,\"5232\":153273.73,\"5233\":420502.66,\"5234\":73056.63,\"5235\":72788.54,\"5236\":2052.0,\"5237\":796.74,\"5238\":735.38,\"5239\":53547.31,\"5240\":33.39,\"5241\":37.14,\"5242\":77555.11,\"5243\":164134.58,\"5244\":170172.25,\"5245\":16815.72,\"5246\":null,\"5247\":223218.74,\"5248\":null,\"5249\":23554.23,\"5250\":44779.72,\"5251\":48484.06,\"5252\":655.8,\"5253\":75492.39,\"5254\":1305.25,\"5255\":8067.4,\"5256\":2499.97,\"5257\":28282.07,\"5258\":32246.71,\"5259\":57584.5,\"5260\":21926.98,\"5261\":16526.98,\"5262\":null,\"5263\":5911.2,\"5264\":58.8,\"5265\":null,\"5266\":6524.76,\"5267\":275.75,\"5268\":7360.0,\"5269\":9158.06,\"5270\":362.64,\"5271\":1642.08,\"5272\":123.82,\"5273\":null,\"5274\":8051.0,\"5275\":8045.0,\"5276\":2464.0,\"5277\":4073.48,\"5278\":14511.23,\"5279\":9318.05,\"5280\":9647.93,\"5281\":1188.0,\"5282\":13168.4,\"5283\":12884.2,\"5284\":518.4,\"5285\":1457.9,\"5286\":13122.0,\"5287\":19704.68,\"5288\":18757.37,\"5289\":18540.56,\"5290\":7574.4,\"5291\":418.1,\"5292\":7600.9,\"5293\":2104.0,\"5294\":1239.7,\"5295\":2731.02,\"5296\":3276.2,\"5297\":4447.0,\"5298\":300.5,\"5299\":1780.61,\"5300\":340.4,\"5301\":2031.0,\"5302\":216.1,\"5303\":11313.69,\"5304\":3162.48,\"5305\":66.58,\"5306\":1226.4,\"5307\":247.83,\"5308\":null,\"5309\":947.76,\"5310\":null,\"5311\":298.76,\"5312\":1015.5,\"5313\":720.72,\"5314\":117.28,\"5315\":162.72,\"5316\":14957.95,\"5317\":2000.0,\"5318\":4572.74,\"5319\":3795.0,\"5320\":57746.38,\"5321\":8710.25,\"5322\":845.65,\"5323\":4080.52,\"5324\":6027.84,\"5325\":null,\"5326\":54.64,\"5327\":11328.14,\"5328\":65.92,\"5329\":179615.84,\"5330\":10696.69,\"5331\":618.42,\"5332\":5487.5,\"5333\":5584.51,\"5334\":null,\"5335\":11636.7,\"5336\":54.16,\"5337\":null,\"5338\":148.5,\"5339\":6133.09,\"5340\":0.83,\"5341\":37.66,\"5342\":1284.14,\"5343\":3549.72,\"5344\":3841.2,\"5345\":6173.22,\"5346\":838.85,\"5347\":17136.96,\"5348\":15804.52,\"5349\":7884.64,\"5350\":5554.8,\"5351\":11026.8,\"5352\":5725.63,\"5353\":5809.84,\"5354\":33.0,\"5355\":24369.07,\"5356\":8047.11,\"5357\":8842.69,\"5358\":3.88,\"5359\":0.99,\"5360\":5600.4,\"5361\":369.9,\"5362\":260.37,\"5363\":3284.86,\"5364\":545.69,\"5365\":null,\"5366\":25862.69,\"5367\":7045.38,\"5368\":70693.01,\"5369\":1149.45,\"5370\":977.04,\"5371\":68197.82,\"5372\":5823.3,\"5373\":12560.0,\"5374\":4343.4,\"5375\":4745.82,\"5376\":1374.08,\"5377\":1249.43,\"5378\":578.48,\"5379\":4084.8,\"5380\":5711.1,\"5381\":578.34,\"5382\":null,\"5383\":476.28,\"5384\":162.96,\"5385\":279.24,\"5386\":566.31,\"5387\":309.78,\"5388\":481.45,\"5389\":962.7,\"5390\":563.76,\"5391\":767.27,\"5392\":764.27,\"5393\":6680.4,\"5394\":254.4,\"5395\":10.8,\"5396\":9395.77,\"5397\":9728.35,\"5398\":3466.8,\"5399\":18648.48,\"5400\":4900.0,\"5401\":574.74,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":4783.5,\"5406\":5826.0,\"5407\":7393.47,\"5408\":766.17,\"5409\":4036.05,\"5410\":0.05,\"5411\":612.96,\"5412\":525.6,\"5413\":748.0,\"5414\":2692.36,\"5415\":2932.5,\"5416\":4900.0,\"5417\":468.97,\"5418\":793.12,\"5419\":571.31,\"5420\":0.4,\"5421\":null,\"5422\":5297.51,\"5423\":4311.41,\"5424\":null,\"5425\":9139.43,\"5426\":9456.06,\"5427\":6869.4,\"5428\":2360.4,\"5429\":604.25,\"5430\":606.83,\"5431\":null,\"5432\":659.12,\"5433\":8111.4,\"5434\":50.47,\"5435\":253.96,\"5436\":516.0,\"5437\":3179.52,\"5438\":667.56,\"5439\":3813.33,\"5440\":1933.8,\"5441\":7150.8,\"5442\":278137.63,\"5443\":2444.4,\"5444\":4438.37,\"5445\":467.06,\"5446\":null,\"5447\":404.66,\"5448\":13706.0,\"5449\":5929.82,\"5450\":191.4,\"5451\":3055.96,\"5452\":1747.35,\"5453\":778.36,\"5454\":1573.2,\"5455\":2501.0,\"5456\":20204.0,\"5457\":152529.59,\"5458\":497216.28,\"5459\":12880.0,\"5460\":691.02,\"5461\":10975.79,\"5462\":43111.56,\"5463\":30051.59,\"5464\":7421.33,\"5465\":979.8,\"5466\":null,\"5467\":3701.44,\"5468\":908.22,\"5469\":12490.96,\"5470\":594.88,\"5471\":null,\"5472\":51778.09,\"5473\":15408.01,\"5474\":12344.0,\"5475\":4902.22,\"5476\":null,\"5477\":254432.78,\"5478\":159932.9,\"5479\":6035.94,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":178075.89,\"5484\":16171.55,\"5485\":246427.77,\"5486\":14749.14,\"5487\":9484.2,\"5488\":21930.03,\"5489\":10915.09,\"5490\":15686.92,\"5491\":28435.56,\"5492\":881.2,\"5493\":null,\"5494\":588.71,\"5495\":151745.0,\"5496\":56357.89,\"5497\":1974.78,\"5498\":742.26,\"5499\":403.07,\"5500\":24113.13,\"5501\":92193.12,\"5502\":2864.14,\"5503\":2590.2,\"5504\":895.24,\"5505\":876525.02,\"5506\":471658.45,\"5507\":384.0,\"5508\":6963.0,\"5509\":8405.64,\"5510\":794.75,\"5511\":184250.0,\"5512\":623.44,\"5513\":14040.0,\"5514\":23308.82,\"5515\":60158.19,\"5516\":69313.54,\"5517\":164796.39,\"5518\":null,\"5519\":null,\"5520\":540563.96,\"5521\":34578.68,\"5522\":41705.2,\"5523\":7040.0,\"5524\":602.18,\"5525\":687.31,\"5526\":789.0,\"5527\":149190.98,\"5528\":3620.1,\"5529\":368.12,\"5530\":916.38,\"5531\":554.2,\"5532\":4100.4,\"5533\":427.8,\"5534\":1208.23,\"5535\":14167.04,\"5536\":17431.68,\"5537\":7987.2,\"5538\":382.21,\"5539\":2536.8,\"5540\":102.3,\"5541\":302.88,\"5542\":82190.83,\"5543\":38709.85,\"5544\":1186.92,\"5545\":1240943.0900000001,\"5546\":null,\"5547\":120314.46,\"5548\":1604.7,\"5549\":700.04,\"5550\":1040.28,\"5551\":1447.2,\"5552\":776137.7,\"5553\":49704.2,\"5554\":531942.85,\"5555\":205870.0,\"5556\":153064.67,\"5557\":419795.13,\"5558\":140167.14,\"5559\":102047.46,\"5560\":null,\"5561\":794.92,\"5562\":1301.87,\"5563\":61297.22,\"5564\":44.09,\"5565\":60.57,\"5566\":77904.03,\"5567\":163728.46,\"5568\":169038.2,\"5569\":73912.87,\"5570\":null,\"5571\":226958.22,\"5572\":22069.09,\"5573\":43982.69,\"5574\":48787.84,\"5575\":657.24,\"5576\":75497.32,\"5577\":1383.74,\"5578\":7735.2,\"5579\":2274.3,\"5580\":32281.17,\"5581\":31962.36,\"5582\":58579.9,\"5583\":58579.58,\"5584\":16404.97,\"5585\":655.59,\"5586\":4939.2,\"5587\":58.8,\"5588\":null,\"5589\":6413.55,\"5590\":305.45,\"5591\":640.0,\"5592\":4793.12,\"5593\":617.4,\"5594\":1703.24,\"5595\":147.71,\"5596\":null,\"5597\":8244.0,\"5598\":7747.0,\"5599\":2464.0,\"5600\":4458.88,\"5601\":14604.5,\"5602\":9241.64,\"5603\":9640.53,\"5604\":930.75,\"5605\":13010.4,\"5606\":12705.3,\"5607\":507.6,\"5608\":1352.9,\"5609\":13968.0,\"5610\":19689.13,\"5611\":10233.15,\"5612\":18502.8,\"5613\":6033.6,\"5614\":null,\"5615\":7561.8,\"5616\":2214.0,\"5617\":1245.6,\"5618\":2662.02,\"5619\":3032.9,\"5620\":4416.0,\"5621\":300.5,\"5622\":1647.29,\"5623\":341.78,\"5624\":1961.0,\"5625\":34.81,\"5626\":11086.47,\"5627\":3044.68,\"5628\":8948.78,\"5629\":870.0,\"5630\":222.84,\"5631\":null,\"5632\":881.1,\"5633\":0.04,\"5634\":287.76,\"5635\":1139.1,\"5636\":435.05,\"5637\":null,\"5638\":112.8,\"5639\":4333.89,\"5640\":2000.0,\"5641\":5351.8,\"5642\":2849.7,\"5643\":17069.94,\"5644\":7690.63,\"5645\":351.21,\"5646\":3816.52,\"5647\":4298.4,\"5648\":10761.1,\"5649\":10742.56,\"5650\":12190.58,\"5651\":49296.06,\"5652\":10696.69,\"5653\":147.18,\"5654\":3715.37,\"5655\":3771.61,\"5656\":229.5,\"5657\":11642.49,\"5658\":12.2,\"5659\":368.11,\"5660\":5969.63,\"5661\":1.32,\"5662\":32.6,\"5663\":1434.43,\"5664\":3861.4,\"5665\":2966.4,\"5666\":4220.52,\"5667\":null,\"5668\":16476.83,\"5669\":14917.78,\"5670\":7485.15,\"5671\":2950.2,\"5672\":6951.6,\"5673\":11241.56,\"5674\":11342.75,\"5675\":420.6,\"5676\":37136.85,\"5677\":819.82,\"5678\":861.07,\"5679\":3.39,\"5680\":1.01,\"5681\":1255.2,\"5682\":null,\"5683\":174.57,\"5684\":5788.18,\"5685\":505.3,\"5686\":20.7,\"5687\":26374.97,\"5688\":4432.14,\"5689\":37323.76,\"5690\":1168.59,\"5691\":698.97,\"5692\":24780.8,\"5693\":5485.9,\"5694\":5680.0,\"5695\":2350.8,\"5696\":6011.28,\"5697\":6727.73,\"5698\":5297.4,\"5699\":5674.05,\"5700\":4371.9,\"5701\":5855.4,\"5702\":658.5,\"5703\":5176.6,\"5704\":77.28,\"5705\":46.32,\"5706\":283.2,\"5707\":515.88,\"5708\":299.37,\"5709\":242.31,\"5710\":292.74,\"5711\":266.92,\"5712\":357.38,\"5713\":351.57,\"5714\":2996.4,\"5715\":44.64,\"5716\":69.6,\"5717\":7463.15,\"5718\":8125.96,\"5719\":2572.2,\"5720\":594.1,\"5721\":4900.0,\"5722\":542.49,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":4338.3,\"5727\":8206.8,\"5728\":1296.94,\"5729\":471.53,\"5730\":6075.9,\"5731\":null,\"5732\":634.48,\"5733\":512.16,\"5734\":630.3,\"5735\":1646.04,\"5736\":2616.25,\"5737\":4900.0,\"5738\":461.49,\"5739\":367.12,\"5740\":463.1,\"5741\":792.22,\"5742\":null,\"5743\":7469.92,\"5744\":5781.15,\"5745\":5186.4,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":568.37,\"5751\":571.19,\"5752\":3225.18,\"5753\":393.29,\"5754\":6798.0,\"5755\":43.64,\"5756\":315.59,\"5757\":303.83,\"5758\":3767.4,\"5759\":417.11,\"5760\":null,\"5761\":3817.0,\"5762\":1881.0,\"5763\":7146.0,\"5764\":398603.01,\"5765\":1951.2,\"5766\":3782.07,\"5767\":467.94,\"5768\":2.64,\"5769\":null,\"5770\":417.09,\"5771\":13277.0,\"5772\":10784.01,\"5773\":191.4,\"5774\":3100.84,\"5775\":1687.95,\"5776\":780.84,\"5777\":1317.6,\"5778\":813.0,\"5779\":20348.0,\"5780\":220880.61,\"5781\":502528.32,\"5782\":12528.0,\"5783\":440.55,\"5784\":16502.74,\"5785\":47752.71,\"5786\":6614.67,\"5787\":642.85,\"5788\":3702.4,\"5789\":897.42,\"5790\":12200.71,\"5791\":623.7,\"5792\":null,\"5793\":12669.44,\"5794\":27233.96,\"5795\":null,\"5796\":4591.29,\"5797\":254317.06,\"5798\":159563.27,\"5799\":5599.08,\"5800\":507300.0,\"5801\":351548.35,\"5802\":95784.16,\"5803\":14293.7,\"5804\":395357.78,\"5805\":14083.18,\"5806\":18227.0,\"5807\":20274.21,\"5808\":11934.95,\"5809\":16703.63,\"5810\":null,\"5811\":1236.0,\"5812\":2305.78,\"5813\":593.21,\"5814\":123860.0,\"5815\":25346.09,\"5816\":2083.34,\"5817\":742.65,\"5818\":null,\"5819\":27212.38,\"5820\":null,\"5821\":2148.3,\"5822\":2590.2,\"5823\":null,\"5824\":933.32,\"5825\":890816.17,\"5826\":327744.68,\"5827\":324.0,\"5828\":6872.8,\"5829\":8376.09,\"5830\":794.53,\"5831\":180150.0,\"5832\":664.3,\"5833\":12492.0,\"5834\":23477.33,\"5835\":61390.18,\"5836\":69637.66,\"5837\":164980.08,\"5838\":1067.5,\"5839\":330464.0,\"5840\":null,\"5841\":19819.4,\"5842\":5662.61,\"5843\":550.7,\"5844\":689.29,\"5845\":887.55,\"5846\":81182.91,\"5847\":3614.94,\"5848\":521.37,\"5849\":927.36,\"5850\":583.9,\"5851\":2988.0,\"5852\":427.56,\"5853\":1274.57,\"5854\":14055.85,\"5855\":16192.39,\"5856\":11284.8,\"5857\":1043.84,\"5858\":379.83,\"5859\":2523.0,\"5860\":102.3,\"5861\":327.57,\"5862\":29832.63,\"5863\":42343.38,\"5864\":1181.9,\"5865\":1232542.4199999999,\"5866\":null,\"5867\":119976.13,\"5868\":1604.64,\"5869\":691.68,\"5870\":1102.31,\"5871\":1265.4,\"5872\":767445.84,\"5873\":35110.12,\"5874\":530124.85,\"5875\":35368.9,\"5876\":153369.26,\"5877\":423185.33,\"5878\":126606.96,\"5879\":138495.26,\"5880\":450.0,\"5881\":796.32,\"5882\":612.09,\"5883\":34037.16,\"5884\":8423.61,\"5885\":6942.71,\"5886\":77441.26,\"5887\":163130.91,\"5888\":158088.05,\"5889\":null,\"5890\":null,\"5891\":223598.69,\"5892\":27141.74,\"5893\":39785.51,\"5894\":47748.57,\"5895\":690.45,\"5896\":75455.06,\"5897\":null,\"5898\":7997.0,\"5899\":2367.74,\"5900\":29280.11,\"5901\":32001.47,\"5902\":58503.04,\"5903\":null,\"5904\":17191.0,\"5905\":652.68,\"5906\":5410.8,\"5907\":null,\"5908\":null,\"5909\":6681.18,\"5910\":298.65,\"5911\":880.0,\"5912\":9079.14,\"5913\":1030.92,\"5914\":1470.92,\"5915\":132.13,\"5916\":7653.0,\"5917\":7440.0,\"5918\":2409.0,\"5919\":5914.73,\"5920\":14855.11,\"5921\":10043.53,\"5922\":10620.44,\"5923\":538.12,\"5924\":13023.9,\"5925\":12728.5,\"5926\":673.2,\"5927\":1294.3,\"5928\":13500.0,\"5929\":19687.18,\"5930\":19615.11,\"5931\":10214.55,\"5932\":2638.8,\"5933\":8069.0,\"5934\":2190.0,\"5935\":1201.1,\"5936\":3164.34,\"5937\":3061.0,\"5938\":4297.0,\"5939\":300.5,\"5940\":1950.81,\"5941\":341.09,\"5942\":2153.0,\"5943\":1183.35,\"5944\":11046.96,\"5945\":1697.5,\"5946\":3862.03,\"5947\":687.6,\"5948\":115.54,\"5949\":null,\"5950\":765.6,\"5951\":301.84,\"5952\":null,\"5953\":565.84,\"5954\":null,\"5955\":123.36,\"5956\":10285.47,\"5957\":2000.0,\"5958\":5548.6,\"5959\":4410.48,\"5960\":36331.88,\"5961\":7178.76,\"5962\":695.51,\"5963\":9750.78,\"5964\":3893.76,\"5965\":5583.64,\"5966\":10050.15,\"5967\":5578.64,\"5968\":179708.4,\"5969\":null,\"5970\":449.24,\"5971\":4606.38,\"5972\":4768.36,\"5973\":6468.0,\"5974\":11078.57,\"5975\":28.64,\"5976\":null,\"5977\":74.94,\"5978\":7049.71,\"5979\":2.01,\"5980\":44.35,\"5981\":1722.49,\"5982\":4086.0,\"5983\":3337.2,\"5984\":5125.82,\"5985\":1201.19,\"5986\":4630.74,\"5987\":5182.38,\"5988\":2920.83,\"5989\":835.2,\"5990\":1490.4,\"5991\":10211.12,\"5992\":17432.03,\"5993\":238.2,\"5994\":22540.08,\"5995\":12788.43,\"5996\":13193.01,\"5997\":2.42,\"5998\":0.74,\"5999\":7428.0,\"6000\":1413.6,\"6001\":null,\"6002\":1097.1,\"6003\":65.71,\"6004\":0.6,\"6005\":3998.08,\"6006\":16752.88,\"6007\":62827.63,\"6008\":1098.41,\"6009\":76.59,\"6010\":37662.3,\"6011\":6770.05,\"6012\":10720.0,\"6013\":639.0,\"6014\":3312.0,\"6015\":6649.88,\"6016\":5375.7,\"6017\":5668.88,\"6018\":4460.4,\"6019\":5790.6,\"6020\":186.82,\"6021\":13.2,\"6022\":568.44,\"6023\":94.32,\"6024\":72.36,\"6025\":219.27,\"6026\":118.35,\"6027\":108.3,\"6028\":186.2,\"6029\":472.56,\"6030\":344.13,\"6031\":322.33,\"6032\":4909.2,\"6033\":482.52,\"6034\":25.2,\"6035\":306.88,\"6036\":285.44,\"6037\":365.4,\"6038\":4967.75,\"6039\":4900.0,\"6040\":274.71,\"6041\":null,\"6042\":2.88,\"6043\":null,\"6044\":5073.0,\"6045\":8829.6,\"6046\":3818.02,\"6047\":293.76,\"6048\":6129.0,\"6049\":null,\"6050\":603.37,\"6051\":595.56,\"6052\":552.2,\"6053\":2194.72,\"6054\":936.1,\"6055\":4900.0,\"6056\":626.87,\"6057\":325.39,\"6058\":54.04,\"6059\":219.03,\"6060\":12.0,\"6061\":5620.23,\"6062\":4809.63,\"6063\":2133.6,\"6064\":327.58,\"6065\":330.14,\"6066\":6502.2,\"6067\":5365.5,\"6068\":578.05,\"6069\":579.74,\"6070\":2983.1,\"6071\":655.56,\"6072\":5930.1,\"6073\":20.41,\"6074\":47.85,\"6075\":133.17,\"6076\":1878.18,\"6077\":264.21,\"6078\":null,\"6079\":3868.33,\"6080\":1854.6,\"6081\":7135.2,\"6082\":404200.53,\"6083\":1695.6,\"6084\":1951.98,\"6085\":null,\"6086\":null,\"6087\":416.89,\"6088\":13816.0,\"6089\":13090.21,\"6090\":null,\"6091\":3096.06,\"6092\":1757.25,\"6093\":768.1,\"6094\":1593.9,\"6095\":815.0,\"6096\":18940.0,\"6097\":461395.83,\"6098\":352573.16,\"6099\":13576.0,\"6100\":1159.95,\"6101\":9533.14,\"6102\":44070.55,\"6103\":6955.67,\"6104\":634.8,\"6105\":3702.08,\"6106\":879.33,\"6107\":11790.16,\"6108\":632.94,\"6109\":null,\"6110\":12210.41,\"6111\":27161.79,\"6112\":314.0,\"6113\":4492.6,\"6114\":939.79,\"6115\":254063.41,\"6116\":158479.24,\"6117\":5481.25,\"6118\":39048.0,\"6119\":null,\"6120\":194133.21,\"6121\":3467.49,\"6122\":12333.85,\"6123\":347694.79,\"6124\":23576.3,\"6125\":18152.2,\"6126\":24539.81,\"6127\":10837.41,\"6128\":16043.72,\"6129\":null,\"6130\":1140.98,\"6131\":1440.06,\"6132\":null,\"6133\":587.33,\"6134\":183920.0,\"6135\":15429.84,\"6136\":1960.41,\"6137\":739.6,\"6138\":461.2,\"6139\":29809.61,\"6140\":2416.09,\"6141\":2430.09,\"6142\":2590.2,\"6143\":849.08,\"6144\":913832.46,\"6145\":400783.81,\"6146\":732.0,\"6147\":6703.4,\"6148\":8370.12,\"6149\":830.83,\"6150\":null,\"6151\":652.76,\"6152\":13860.0,\"6153\":35164.23,\"6154\":69682.83,\"6155\":164115.99,\"6156\":null,\"6157\":null,\"6158\":472291.22,\"6159\":41154.35,\"6160\":7805.22,\"6161\":500.94,\"6162\":692.03,\"6163\":765.3,\"6164\":300031.89,\"6165\":3045.16,\"6166\":532.29,\"6167\":927.9,\"6168\":472.06,\"6169\":4152.0,\"6170\":426.24,\"6171\":19286.67,\"6172\":1288.31,\"6173\":14121.13,\"6174\":1199.25,\"6175\":15989.46,\"6176\":4243.2,\"6177\":null,\"6178\":380.16,\"6179\":2433.6,\"6180\":108.9,\"6181\":312.76,\"6182\":30478.28,\"6183\":44351.66,\"6184\":null,\"6185\":1233082.1399999999,\"6186\":null,\"6187\":120706.45,\"6188\":1605.24,\"6189\":629.64,\"6190\":1016.51,\"6191\":1188.0,\"6192\":770330.5600000001,\"6193\":50398.47,\"6194\":530038.08,\"6195\":205660.0,\"6196\":152991.26,\"6197\":424133.68,\"6198\":111614.91,\"6199\":125488.55,\"6200\":2059.0,\"6201\":798.84,\"6202\":623.26,\"6203\":56947.75,\"6204\":5044.89,\"6205\":3236.34,\"6206\":77889.67,\"6207\":157254.82,\"6208\":168277.85,\"6209\":151566.33,\"6210\":null,\"6211\":200671.9,\"6212\":22539.14,\"6213\":43947.91,\"6214\":47663.77,\"6215\":653.28,\"6216\":77514.35,\"6217\":1257.41,\"6218\":6985.0,\"6219\":2518.22,\"6220\":29560.05,\"6221\":32467.34,\"6222\":59576.27,\"6223\":17783.15,\"6224\":655.41,\"6225\":5410.8,\"6226\":22.2,\"6227\":null,\"6228\":6676.73,\"6229\":280.57,\"6230\":2560.0,\"6231\":4951.05,\"6232\":1545.72,\"6233\":1382.48,\"6234\":178.33,\"6235\":16786.0,\"6236\":7312.0,\"6237\":2349.6,\"6238\":5443.84,\"6239\":17241.38,\"6240\":12631.33,\"6241\":13359.0,\"6242\":1544.25,\"6243\":14522.4,\"6244\":14202.5,\"6245\":301.2,\"6246\":null,\"6247\":13734.0,\"6248\":19713.87,\"6249\":19660.55,\"6250\":14777.01,\"6251\":5335.2,\"6252\":8966.9,\"6253\":4876.0,\"6254\":null,\"6255\":1386.8,\"6256\":3285.78,\"6257\":3168.9,\"6258\":5264.0,\"6259\":300.5,\"6260\":2097.45,\"6261\":338.33,\"6262\":1964.0,\"6263\":1193.86,\"6264\":12644.96,\"6265\":1938.02,\"6266\":6526.89,\"6267\":1049.4,\"6268\":null,\"6269\":null,\"6270\":778.14,\"6271\":null,\"6272\":271.92,\"6273\":null,\"6274\":219.34,\"6275\":null,\"6276\":6.24,\"6277\":7794.99,\"6278\":2000.0,\"6279\":5619.5,\"6280\":1618.74,\"6281\":52343.16,\"6282\":2077.42,\"6283\":638.85,\"6284\":4183.83,\"6285\":5230.08,\"6286\":6015.02,\"6287\":5842.78,\"6288\":6816.3,\"6289\":198228.31,\"6290\":5231.62,\"6291\":341.88,\"6292\":2414.67,\"6293\":2536.91,\"6294\":3520.5,\"6295\":11721.49,\"6296\":72.56,\"6297\":99.2,\"6298\":15.3,\"6299\":5847.91,\"6300\":0.35,\"6301\":33.48,\"6302\":1555.8,\"6303\":4278.31,\"6304\":3963.6,\"6305\":2734.75,\"6306\":95.16,\"6307\":10655.07,\"6308\":11499.41,\"6309\":5241.98,\"6310\":2597.4,\"6311\":5040.0,\"6312\":19838.57,\"6313\":19914.25,\"6314\":68.4,\"6315\":24481.92,\"6316\":282.27,\"6317\":272.5,\"6318\":0.84,\"6319\":0.28,\"6320\":909.6,\"6321\":94.35,\"6322\":107.14,\"6323\":4810.68,\"6324\":456.97,\"6325\":null,\"6326\":25059.88,\"6327\":9057.62,\"6328\":51284.92,\"6329\":1129.87,\"6330\":685.17,\"6331\":10846.98,\"6332\":4345.25,\"6333\":8080.0,\"6334\":1987.2,\"6335\":8135.1,\"6336\":640.13,\"6337\":610.65,\"6338\":1146.15,\"6339\":2909.4,\"6340\":3453.6,\"6341\":714.74,\"6342\":4481.4,\"6343\":299.88,\"6344\":44.52,\"6345\":113.16,\"6346\":413.32,\"6347\":267.87,\"6348\":423.09,\"6349\":387.83,\"6350\":243.12,\"6351\":199.9,\"6352\":231.73,\"6353\":1905.6,\"6354\":17.99,\"6355\":181.2,\"6356\":6051.38,\"6357\":5550.7,\"6358\":1551.6,\"6359\":7428.99,\"6360\":4900.0,\"6361\":462.81,\"6362\":37.38,\"6363\":null,\"6364\":4063.8,\"6365\":3688.8,\"6366\":1459.66,\"6367\":289.28,\"6368\":100.8,\"6369\":3.86,\"6370\":272.47,\"6371\":525.24,\"6372\":809.6,\"6373\":594.0,\"6374\":2931.35,\"6375\":4900.0,\"6376\":55.66,\"6377\":213.42,\"6378\":259.41,\"6379\":null,\"6380\":null,\"6381\":706.21,\"6382\":516.95,\"6383\":839.4,\"6384\":6391.2,\"6385\":5399.84,\"6386\":2068.2,\"6387\":2230.5,\"6388\":530.95,\"6389\":473.04,\"6390\":2477.68,\"6391\":274.17,\"6392\":3220.8,\"6393\":8.59,\"6394\":255.12,\"6395\":190.55,\"6396\":3989.58,\"6397\":268.74,\"6398\":null,\"6399\":3864.67,\"6400\":1848.0,\"6401\":7142.4,\"6402\":401520.78,\"6403\":1695.6,\"6404\":2944.09,\"6405\":707.85,\"6406\":32.82,\"6407\":416.47,\"6408\":13464.0,\"6409\":12861.37,\"6410\":204.6,\"6411\":3081.54,\"6412\":1778.37,\"6413\":766.8,\"6414\":1899.0,\"6415\":811.0,\"6416\":16716.0,\"6417\":91830.78,\"6418\":500726.23,\"6419\":12328.0,\"6420\":735.24,\"6421\":9951.39,\"6422\":37870.11,\"6423\":6695.33,\"6424\":608.35,\"6425\":3702.72,\"6426\":909.03,\"6427\":11696.74,\"6428\":603.9,\"6429\":null,\"6430\":28361.31,\"6431\":25164.7,\"6432\":7118.0,\"6433\":6783.62,\"6434\":939.79,\"6435\":245809.72,\"6436\":159406.15,\"6437\":7943.28,\"6438\":488256.0,\"6439\":null,\"6440\":null,\"6441\":30856.5,\"6442\":15778.6,\"6443\":348554.5,\"6444\":15543.73,\"6445\":15778.4,\"6446\":25302.42,\"6447\":10658.25,\"6448\":16761.23,\"6449\":128634.4,\"6450\":1140.98,\"6451\":1875.18,\"6452\":329.83,\"6453\":null,\"6454\":27651.03,\"6455\":1993.07,\"6456\":738.91,\"6457\":458.1,\"6458\":29036.9,\"6459\":91232.71,\"6460\":3971.1,\"6461\":2590.2,\"6462\":948.56,\"6463\":936407.53,\"6464\":598814.96,\"6465\":342.0,\"6466\":7649.4,\"6467\":6082.01,\"6468\":794.31,\"6469\":192880.0,\"6470\":608.29,\"6471\":11556.0,\"6472\":22981.08,\"6473\":69350.84,\"6474\":164542.48,\"6475\":null,\"6476\":629980.1800000001,\"6477\":41078.51,\"6478\":7652.17,\"6479\":567.73,\"6480\":685.76,\"6481\":958.65,\"6482\":81019.63,\"6483\":3050.32,\"6484\":526.71,\"6485\":907.56,\"6486\":608.26,\"6487\":4904.4,\"6488\":419.64,\"6489\":1463.32,\"6490\":null,\"6491\":null,\"6492\":16191.24,\"6493\":5918.4,\"6494\":376.66,\"6495\":2572.2,\"6496\":105.6,\"6497\":270.34,\"6498\":29493.25,\"6499\":49505.15,\"6500\":1180.13,\"6501\":null,\"6502\":null,\"6503\":121110.59,\"6504\":1603.92,\"6505\":617.98,\"6506\":1992.02,\"6507\":1159.2,\"6508\":774529.9399999999,\"6509\":50294.06,\"6510\":530246.72,\"6511\":102330.0,\"6512\":153407.85,\"6513\":422864.91,\"6514\":140586.62,\"6515\":124215.07,\"6516\":2059.0,\"6517\":798.98,\"6518\":646.73,\"6519\":45406.83,\"6520\":6139.59,\"6521\":4716.76,\"6522\":60865.26,\"6523\":163034.36,\"6524\":162302.35,\"6525\":28336.72,\"6526\":null,\"6527\":226338.31,\"6528\":22594.08,\"6529\":43561.25,\"6530\":47559.24,\"6531\":649.86,\"6532\":75489.46,\"6533\":1337.26,\"6534\":6448.2,\"6535\":2332.27,\"6536\":25897.27,\"6537\":31498.47,\"6538\":58240.27,\"6539\":19520.31,\"6540\":655.92,\"6541\":5623.2,\"6542\":null,\"6543\":null,\"6544\":6701.48,\"6545\":346.5,\"6546\":null,\"6547\":6160.0,\"6548\":4955.35,\"6549\":1361.28,\"6550\":1571.24,\"6551\":134.77,\"6552\":12994.0,\"6553\":8766.0,\"6554\":2323.2,\"6555\":5910.4,\"6556\":17231.62,\"6557\":12918.72,\"6558\":13621.09,\"6559\":1480.31,\"6560\":12472.4,\"6561\":12201.7,\"6562\":12.0,\"6563\":13050.0,\"6564\":19515.65,\"6565\":19518.24,\"6566\":19388.16,\"6567\":5572.8,\"6568\":551.6,\"6569\":8322.0,\"6570\":5052.0,\"6571\":null,\"6572\":1298.5,\"6573\":1199.22,\"6574\":2958.7,\"6575\":4860.0,\"6576\":300.5,\"6577\":1919.46,\"6578\":336.72,\"6579\":1893.0,\"6580\":152.43,\"6581\":13044.89,\"6582\":3358.13,\"6583\":1385.51,\"6584\":432.0,\"6585\":0.13,\"6586\":null,\"6587\":819.06,\"6588\":null,\"6589\":383.24,\"6590\":null,\"6591\":691.68,\"6592\":4338.11,\"6593\":85.44,\"6594\":11526.95,\"6595\":2000.0,\"6596\":5679.2,\"6597\":1613.22,\"6598\":41412.54,\"6599\":2391.55,\"6600\":null,\"6601\":4465.04,\"6602\":2548.8,\"6603\":null,\"6604\":1147.04,\"6605\":9839.67,\"6606\":1350.77,\"6607\":198405.11,\"6608\":3638.91,\"6609\":3.52,\"6610\":3912.82,\"6611\":3898.89,\"6612\":4807.5,\"6613\":10387.21,\"6614\":159.48,\"6615\":294.8,\"6616\":275.18,\"6617\":5499.87,\"6618\":null,\"6619\":34.43,\"6620\":705.16,\"6621\":4728.54,\"6622\":1872.0,\"6623\":4476.4,\"6624\":480.0,\"6625\":7500.35,\"6626\":7666.56,\"6627\":3609.48,\"6628\":2341.8,\"6629\":4798.8,\"6630\":19853.38,\"6631\":19927.66,\"6632\":792.6,\"6633\":5442.66,\"6634\":13165.6,\"6635\":14354.48,\"6636\":5.42,\"6637\":1.49,\"6638\":1335.6,\"6639\":603.15,\"6640\":null,\"6641\":975.2,\"6642\":null,\"6643\":null,\"6644\":2189.94,\"6645\":13209.33,\"6646\":38927.44,\"6647\":1322.53,\"6648\":22.77,\"6649\":11799.52,\"6650\":3286.15,\"6651\":1960.0,\"6652\":1835.4,\"6653\":1199.22,\"6654\":1780.2,\"6655\":1473.53,\"6656\":3049.43,\"6657\":2625.3,\"6658\":3342.0,\"6659\":47.26,\"6660\":5518.7,\"6661\":149.4,\"6662\":289.56,\"6663\":148.32,\"6664\":317.76,\"6665\":147.18,\"6666\":113.65,\"6667\":494.07,\"6668\":null,\"6669\":373.6,\"6670\":412.96,\"6671\":1309.2,\"6672\":576.96,\"6673\":187.2,\"6674\":415.63,\"6675\":420.87,\"6676\":1011.6,\"6677\":8832.77,\"6678\":4900.0,\"6679\":315.24,\"6680\":77.4,\"6681\":null,\"6682\":2675.4,\"6683\":8634.0,\"6684\":2062.54,\"6685\":428.29,\"6686\":2955.15,\"6687\":0.25,\"6688\":418.53,\"6689\":455.04,\"6690\":510.4,\"6691\":999.24,\"6692\":1681.3,\"6693\":4900.0,\"6694\":357.07,\"6695\":386.86,\"6696\":41.44,\"6697\":271.13,\"6698\":3.0,\"6699\":3297.99,\"6700\":2330.91,\"6701\":4419.0,\"6702\":450.43,\"6703\":459.09,\"6704\":2021.7,\"6705\":1073.7,\"6706\":569.95,\"6707\":591.4,\"6708\":null,\"6709\":342.34,\"6710\":455.4,\"6711\":null,\"6712\":33.77,\"6713\":360.18,\"6714\":661.02,\"6715\":320.35,\"6716\":839.91,\"6717\":3868.33,\"6718\":1795.2,\"6719\":7082.4,\"6720\":398368.3,\"6721\":1857.6,\"6722\":3844.52,\"6723\":712.25,\"6724\":null,\"6725\":null,\"6726\":417.59,\"6727\":12870.0,\"6728\":13425.23,\"6729\":198.0,\"6730\":3005.97,\"6731\":1754.94,\"6732\":762.84,\"6733\":1824.3,\"6734\":813.0,\"6735\":17968.0,\"6736\":60449.94,\"6737\":501035.88,\"6738\":12592.0,\"6739\":1605.45,\"6740\":16999.3,\"6741\":42844.7,\"6742\":7366.33,\"6743\":848.41,\"6744\":3702.4,\"6745\":871.09,\"6746\":12081.6,\"6747\":610.06,\"6748\":null,\"6749\":19260.95,\"6750\":26964.19,\"6751\":7619.0,\"6752\":6475.43,\"6753\":939.79,\"6754\":244751.2,\"6755\":158525.13,\"6756\":8017.26,\"6757\":201240.0,\"6758\":509050.0,\"6759\":null,\"6760\":5207.49,\"6761\":17079.97,\"6762\":337170.87,\"6763\":15889.53,\"6764\":16665.0,\"6765\":24591.99,\"6766\":12895.04,\"6767\":16306.5,\"6768\":null,\"6769\":1187.14,\"6770\":2299.49,\"6771\":589.96,\"6772\":195525.0,\"6773\":32006.59,\"6774\":2060.57,\"6775\":737.83,\"6776\":453.75,\"6777\":32014.58,\"6778\":90978.89,\"6779\":1967.04,\"6780\":2590.2,\"6781\":28.6,\"6782\":863.14,\"6783\":1058449.21,\"6784\":368952.51,\"6785\":180.0,\"6786\":8016.8,\"6787\":2287.85,\"6788\":784.94,\"6789\":null,\"6790\":605.57,\"6791\":14400.0,\"6792\":25066.42,\"6793\":69367.48,\"6794\":164609.24,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1020.26,\"6799\":38330.93,\"6800\":39795.43,\"6801\":7652.17,\"6802\":468.47,\"6803\":686.59,\"6804\":1312.65,\"6805\":81097.8,\"6806\":2212.0,\"6807\":531.83,\"6808\":709.02,\"6809\":589.38,\"6810\":4296.0,\"6811\":425.52,\"6812\":1366.09,\"6813\":7038.33,\"6814\":4099.5,\"6815\":15223.81,\"6816\":8596.8,\"6817\":372.17,\"6818\":2548.2,\"6819\":102.3,\"6820\":306.61,\"6821\":29678.1,\"6822\":50078.48,\"6823\":1186.63,\"6824\":null,\"6825\":null,\"6826\":120094.11,\"6827\":1599.54,\"6828\":608.96,\"6829\":1508.09,\"6830\":1369.8,\"6831\":7355.04,\"6832\":728656.84,\"6833\":51817.89,\"6834\":532067.39,\"6835\":null,\"6836\":null,\"6837\":154360.09,\"6838\":425379.13,\"6839\":140594.56,\"6840\":125016.68,\"6841\":2058.0,\"6842\":796.18,\"6843\":610.94,\"6844\":38211.65,\"6845\":1342.0,\"6846\":1375.78,\"6847\":77604.9,\"6848\":164632.2,\"6849\":168551.65,\"6850\":null,\"6851\":null,\"6852\":176955.22,\"6853\":22561.11,\"6854\":44931.64,\"6855\":47375.03,\"6856\":648.48,\"6857\":75515.73,\"6858\":1130.59,\"6859\":6694.6,\"6860\":2953.47,\"6861\":30411.94,\"6862\":32413.05,\"6863\":58587.73,\"6864\":19564.61,\"6865\":655.56,\"6866\":5623.2,\"6867\":null,\"6868\":148.2,\"6869\":null,\"6870\":6718.14,\"6871\":314.95,\"6872\":null,\"6873\":6160.0,\"6874\":4913.17,\"6875\":414.84,\"6876\":1670.24,\"6877\":125.14,\"6878\":null,\"6879\":14141.0,\"6880\":8258.0,\"6881\":2347.4,\"6882\":4953.3,\"6883\":16708.59,\"6884\":19531.31,\"6885\":19853.49,\"6886\":2186.65,\"6887\":15659.44,\"6888\":15333.0,\"6889\":null,\"6890\":12960.0,\"6891\":19500.46,\"6892\":19504.34,\"6893\":19365.39,\"6894\":1094.4,\"6895\":475.6,\"6896\":15336.6,\"6897\":4920.0,\"6898\":1253.7,\"6899\":1822.98,\"6900\":2902.0,\"6901\":4966.0,\"6902\":300.5,\"6903\":1939.55,\"6904\":338.1,\"6905\":1964.0,\"6906\":418.39,\"6907\":3638.3,\"6908\":2466.71,\"6909\":10244.12,\"6910\":604.8,\"6911\":null,\"6912\":null,\"6913\":945.12,\"6914\":333.52,\"6915\":291.6,\"6916\":950.07,\"6917\":3342.35,\"6918\":26.88,\"6919\":13265.02,\"6920\":2000.0,\"6921\":5415.1,\"6922\":2443.98,\"6923\":26062.39,\"6924\":7404.55,\"6925\":null,\"6926\":6387.65,\"6927\":3340.8,\"6928\":null,\"6929\":13716.69,\"6930\":10325.71,\"6931\":14032.62,\"6932\":194413.6,\"6933\":10173.6,\"6934\":null,\"6935\":3470.42,\"6936\":3492.08,\"6937\":2487.0,\"6938\":11624.46,\"6939\":60.88,\"6940\":285.6,\"6941\":0.45,\"6942\":5210.87,\"6943\":0.57,\"6944\":15.47,\"6945\":1662.19,\"6946\":3829.8,\"6947\":3531.6,\"6948\":3885.12,\"6949\":133.54,\"6950\":13396.76,\"6951\":12552.23,\"6952\":6591.48,\"6953\":4651.2,\"6954\":9046.8,\"6955\":19844.09,\"6956\":19914.63,\"6957\":28.8,\"6958\":70264.81,\"6959\":3079.51,\"6960\":3444.6,\"6961\":4.87,\"6962\":1.35,\"6963\":5940.0,\"6964\":null,\"6965\":113.85,\"6966\":6163.54,\"6967\":254.38,\"6968\":null,\"6969\":5386.62,\"6970\":7176.18,\"6971\":32545.98,\"6972\":1538.74,\"6973\":375.36,\"6974\":40853.34,\"6975\":2212.7,\"6976\":3560.0,\"6977\":2729.4,\"6978\":7635.54,\"6979\":2353.73,\"6980\":2142.68,\"6981\":3528.89,\"6982\":3514.8,\"6983\":4565.7,\"6984\":322.43,\"6985\":4901.6,\"6986\":69.84,\"6987\":238.32,\"6988\":44.16,\"6989\":460.17,\"6990\":267.99,\"6991\":274.33,\"6992\":710.32,\"6993\":321.84,\"6994\":193.9,\"6995\":197.4,\"6996\":2619.6,\"6997\":183.12,\"6998\":66.0,\"6999\":4242.71,\"7000\":4661.26,\"7001\":2590.2,\"7002\":251.96,\"7003\":4900.0,\"7004\":479.37,\"7005\":null,\"7006\":229.49,\"7007\":2524.5,\"7008\":1110.0,\"7009\":1134.19,\"7010\":137.05,\"7011\":6302.25,\"7012\":0.17,\"7013\":418.53,\"7014\":450.36,\"7015\":676.5,\"7016\":null,\"7017\":434.7,\"7018\":4900.0,\"7019\":171.82,\"7020\":236.84,\"7021\":415.36,\"7022\":null,\"7023\":null,\"7024\":1818.75,\"7025\":1351.37,\"7026\":2730.6,\"7027\":4049.43,\"7028\":4099.86,\"7029\":2531.1,\"7030\":2970.6,\"7031\":464.77,\"7032\":461.89,\"7033\":null,\"7034\":143.22,\"7035\":3280.2,\"7036\":195.64,\"7037\":494.04,\"7038\":1591.14,\"7039\":130.76,\"7040\":null,\"7041\":3864.67,\"7042\":1927.2,\"7043\":7156.8,\"7044\":398183.97,\"7045\":1854.0,\"7046\":3645.85,\"7047\":712.25,\"7048\":null,\"7049\":417.64,\"7050\":14146.0,\"7051\":15741.24,\"7052\":null,\"7053\":3059.1,\"7054\":1755.93,\"7055\":742.68,\"7056\":2018.7,\"7057\":2052.0,\"7058\":14648.0,\"7059\":458571.42,\"7060\":499968.15,\"7061\":12312.0,\"7062\":805.53,\"7063\":16989.38,\"7064\":65837.79,\"7065\":6735.67,\"7066\":1002.23,\"7067\":null,\"7068\":980.99,\"7069\":13165.65,\"7070\":609.4,\"7071\":null,\"7072\":16853.0,\"7073\":27370.31,\"7074\":8111.0,\"7075\":8220.68,\"7076\":939.79,\"7077\":249128.22,\"7078\":160926.84,\"7079\":9929.27,\"7080\":351480.0,\"7081\":null,\"7082\":97659.69,\"7083\":88500.23,\"7084\":42782.13,\"7085\":33293.92,\"7086\":null,\"7087\":19001.4,\"7088\":20865.64,\"7089\":10618.14,\"7090\":16616.19,\"7091\":171230.35,\"7092\":1353.78,\"7093\":2068.88,\"7094\":573.33,\"7095\":305030.0,\"7096\":41544.17,\"7097\":1823.33,\"7098\":740.59,\"7099\":451.25,\"7100\":36604.77,\"7101\":162447.35,\"7102\":null,\"7103\":1579.2,\"7104\":724.05,\"7105\":965855.96,\"7106\":0.01,\"7107\":378.0,\"7108\":8894.6,\"7109\":2229.32,\"7110\":784.94,\"7111\":205000.0,\"7112\":631.49,\"7113\":14220.0,\"7114\":null,\"7115\":34960.98,\"7116\":69695.85,\"7117\":164648.02,\"7118\":null,\"7119\":404018.0,\"7120\":40401.97,\"7121\":7193.04,\"7122\":479.29,\"7123\":688.5,\"7124\":1036.35,\"7125\":81219.35,\"7126\":2212.0,\"7127\":531.99,\"7128\":1078.92,\"7129\":617.19,\"7130\":3960.0,\"7131\":425.28,\"7132\":1379.3,\"7133\":7006.76,\"7134\":558.9,\"7135\":18576.79,\"7136\":6720.0,\"7137\":380.62,\"7138\":2485.2,\"7139\":234.3,\"7140\":310.15,\"7141\":29969.11,\"7142\":50182.81,\"7143\":1137.67,\"7144\":997763.86,\"7145\":null,\"7146\":121251.16,\"7147\":1549.68,\"7148\":642.4,\"7149\":1571.53,\"7150\":1467.0,\"7151\":59525.68,\"7152\":437568.98,\"7153\":50710.48,\"7154\":533771.02,\"7155\":null,\"7156\":null,\"7157\":154055.5,\"7158\":424304.46,\"7159\":140389.06,\"7160\":72942.0,\"7161\":2051.0,\"7162\":796.74,\"7163\":1014.56,\"7164\":28838.63,\"7165\":11764.32,\"7166\":10994.36,\"7167\":77504.01,\"7168\":163583.24,\"7169\":167156.75,\"7170\":163957.77,\"7171\":null,\"7172\":109604.65,\"7173\":22554.81,\"7174\":43731.41,\"7175\":47706.5,\"7176\":648.45,\"7177\":75515.99,\"7178\":1333.07,\"7179\":8100.4,\"7180\":5.51,\"7181\":30058.82,\"7182\":31638.21,\"7183\":21714.0,\"7184\":null,\"7185\":19384.12,\"7186\":654.6,\"7187\":5623.2,\"7188\":null,\"7189\":null,\"7190\":6746.85,\"7191\":305.91,\"7192\":6320.0,\"7193\":9502.03,\"7194\":1554.6,\"7195\":1732.28,\"7196\":131.47,\"7197\":null,\"7198\":12052.0,\"7199\":10329.0,\"7200\":2591.6,\"7201\":5420.23,\"7202\":13755.99,\"7203\":12455.91,\"7204\":13170.71,\"7205\":1606.73,\"7206\":13568.8,\"7207\":13265.9,\"7208\":2.4,\"7209\":12978.0,\"7210\":19726.05,\"7211\":19652.78,\"7212\":19556.31,\"7213\":7250.4,\"7214\":457.1,\"7215\":13403.3,\"7216\":5046.0,\"7217\":null,\"7218\":1716.8,\"7219\":832.14,\"7220\":3465.4,\"7221\":5203.0,\"7222\":300.5,\"7223\":1307.58,\"7224\":336.03,\"7225\":1964.0,\"7226\":1169.39,\"7227\":11104.63,\"7228\":4887.14,\"7229\":15018.58,\"7230\":106.2,\"7231\":178.19,\"7232\":null,\"7233\":810.48,\"7234\":369.6,\"7235\":null,\"7236\":1292.83,\"7237\":2409.57,\"7238\":298.08,\"7239\":9382.58,\"7240\":2000.0,\"7241\":5188.1,\"7242\":2889.72,\"7243\":67420.8,\"7244\":3137.41,\"7245\":893.04,\"7246\":4792.17,\"7247\":606.24,\"7248\":null,\"7249\":13799.48,\"7250\":10366.21,\"7251\":16031.84,\"7252\":7360.71,\"7253\":14725.29,\"7254\":1116.28,\"7255\":5152.53,\"7256\":5159.83,\"7257\":7834.5,\"7258\":11605.23,\"7259\":275.2,\"7260\":217.2,\"7261\":891.91,\"7262\":6137.92,\"7263\":1.06,\"7264\":14.52,\"7265\":1586.42,\"7266\":3775.44,\"7267\":3358.8,\"7268\":5902.96,\"7269\":2432.3,\"7270\":17082.93,\"7271\":15696.47,\"7272\":8096.29,\"7273\":7156.8,\"7274\":10868.4,\"7275\":19931.12,\"7276\":19943.1,\"7277\":1188.6,\"7278\":21392.95,\"7279\":11725.09,\"7280\":12135.17,\"7281\":3.89,\"7282\":1.1,\"7283\":3362.4,\"7284\":2.4,\"7285\":86.68,\"7286\":684.48,\"7287\":101.96,\"7288\":null,\"7289\":11470.07,\"7290\":8524.04,\"7291\":75241.62,\"7292\":1352.07,\"7293\":314.64,\"7294\":54488.9,\"7295\":7775.95,\"7296\":13280.0,\"7297\":4969.8,\"7298\":4167.6,\"7299\":5750.55,\"7300\":5105.25,\"7301\":5361.08,\"7302\":4732.2,\"7303\":6120.0,\"7304\":784.08,\"7305\":5490.1,\"7306\":483.6,\"7307\":174.48,\"7308\":144.24,\"7309\":580.2,\"7310\":315.9,\"7311\":453.3,\"7312\":259.16,\"7313\":569.64,\"7314\":null,\"7315\":null,\"7316\":6974.4,\"7317\":554.76,\"7318\":343.2,\"7319\":6155.0,\"7320\":6668.8,\"7321\":4798.8,\"7322\":18894.01,\"7323\":4900.0,\"7324\":594.42,\"7325\":1016.4,\"7326\":764.75,\"7327\":null,\"7328\":4630.5,\"7329\":6478.8,\"7330\":2718.95,\"7331\":824.72,\"7332\":8297.1,\"7333\":null,\"7334\":418.52,\"7335\":528.48,\"7336\":865.7,\"7337\":2654.96,\"7338\":7579.65,\"7339\":4900.0,\"7340\":678.38,\"7341\":821.66,\"7342\":360.58,\"7343\":738.63,\"7344\":360.0,\"7345\":3747.53,\"7346\":3317.81,\"7347\":4552.2,\"7348\":6293.4,\"7349\":6656.73,\"7350\":5364.3,\"7351\":5319.3,\"7352\":638.33,\"7353\":641.1,\"7354\":668.76,\"7355\":5227.2,\"7356\":24.05,\"7357\":204.44,\"7358\":646.53,\"7359\":1824.36,\"7360\":834.28,\"7361\":40.99,\"7362\":3864.67,\"7363\":1874.4,\"7364\":7167.6,\"7365\":130254.44,\"7366\":1857.6,\"7367\":3642.26,\"7368\":712.36,\"7369\":null,\"7370\":430.84,\"7371\":13706.0,\"7372\":16752.45,\"7373\":198.0,\"7374\":2187.4,\"7375\":1713.69,\"7376\":767.84,\"7377\":2000.7,\"7378\":2217.0,\"7379\":17748.0,\"7380\":60667.08,\"7381\":502267.41,\"7382\":12712.0,\"7383\":1248.39,\"7384\":18569.14,\"7385\":27932.07,\"7386\":8173.0,\"7387\":1001.36,\"7388\":3671.68,\"7389\":899.56,\"7390\":21426.64,\"7391\":590.7,\"7392\":null,\"7393\":53548.07,\"7394\":27100.65,\"7395\":7120.0,\"7396\":5275.35,\"7397\":939.79,\"7398\":245687.72,\"7399\":158893.0,\"7400\":6475.39,\"7401\":452160.0,\"7402\":36434.41,\"7403\":18795.19,\"7404\":32881.27,\"7405\":14790.21,\"7406\":17287.6,\"7407\":22850.34,\"7408\":11288.98,\"7409\":17431.42,\"7410\":171254.43,\"7411\":1399.73,\"7412\":1832.35,\"7413\":572.58,\"7414\":null,\"7415\":30193.94,\"7416\":2589.23,\"7417\":742.95,\"7418\":400.57,\"7419\":49742.33,\"7420\":90486.83,\"7421\":233.49,\"7422\":1959.0,\"7423\":860.28,\"7424\":1145390.55,\"7425\":150741.61,\"7426\":444.0,\"7427\":7495.4,\"7428\":7582.62,\"7429\":644.49,\"7430\":207010.0,\"7431\":642.43,\"7432\":14148.0,\"7433\":35845.46,\"7434\":69325.03,\"7435\":164782.55,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":504.37,\"7442\":673.81,\"7443\":744.0,\"7444\":80910.47,\"7445\":2210.28,\"7446\":468.27,\"7447\":1097.82,\"7448\":561.67,\"7449\":4171.2,\"7450\":424.92,\"7451\":1441.4,\"7452\":7040.48,\"7453\":4492.8,\"7454\":19768.44,\"7455\":7382.4,\"7456\":384.45,\"7457\":2503.2,\"7458\":237.6,\"7459\":341.95,\"7460\":29947.46,\"7461\":50181.81,\"7462\":1180.42,\"7463\":878561.22,\"7464\":null,\"7465\":644710.28,\"7466\":1611.0,\"7467\":619.52,\"7468\":1454.48,\"7469\":1292.4,\"7470\":38254.74,\"7471\":288304.18,\"7472\":495463.01,\"7473\":101210.0,\"7474\":152029.5,\"7475\":177584.01,\"7476\":140842.27,\"7477\":72487.0,\"7478\":2048.0,\"7479\":796.46,\"7480\":2026.19,\"7481\":68662.38,\"7482\":15222.08,\"7483\":15052.91,\"7484\":54878.83,\"7485\":158994.34,\"7486\":169469.25,\"7487\":null,\"7488\":null,\"7489\":173685.68,\"7490\":22601.64,\"7491\":44073.52,\"7492\":47721.12,\"7493\":648.09,\"7494\":75633.57,\"7495\":1040.89,\"7496\":7095.0,\"7497\":2795.99,\"7498\":30357.78,\"7499\":31839.7,\"7500\":57980.71,\"7501\":57711.56,\"7502\":19602.25,\"7503\":653.31,\"7504\":5245.2,\"7505\":null,\"7506\":null,\"7507\":6731.67,\"7508\":303.93,\"7509\":112.45,\"7510\":9920.0,\"7511\":9510.88,\"7512\":1490.28,\"7513\":1790.8,\"7514\":123.29,\"7515\":9680.0,\"7516\":7748.0,\"7517\":2285.8,\"7518\":4926.12,\"7519\":15184.6,\"7520\":11248.92,\"7521\":11847.74,\"7522\":1650.73,\"7523\":14306.7,\"7524\":13997.5,\"7525\":3481.2,\"7526\":11898.0,\"7527\":19599.23,\"7528\":18582.26,\"7529\":19363.98,\"7530\":3830.4,\"7531\":444.7,\"7532\":9125.5,\"7533\":11906.0,\"7534\":36.27,\"7535\":1380.1,\"7536\":2944.92,\"7537\":2983.6,\"7538\":3560.0,\"7539\":300.5,\"7540\":1044.15,\"7541\":333.27,\"7542\":1916.0,\"7543\":1343.93,\"7544\":12304.84,\"7545\":3054.51,\"7546\":14669.91,\"7547\":517.2,\"7548\":2628.77,\"7549\":null,\"7550\":768.24,\"7551\":312.84,\"7552\":791.89,\"7553\":1381.65,\"7554\":57.6,\"7555\":15815.7,\"7556\":2000.0,\"7557\":5224.1,\"7558\":4297.32,\"7559\":66055.05,\"7560\":3225.14,\"7561\":null,\"7562\":9762.26,\"7563\":2370.24,\"7564\":14492.09,\"7565\":11340.35,\"7566\":15769.34,\"7567\":165735.89,\"7568\":16109.29,\"7569\":297.44,\"7570\":5671.63,\"7571\":5917.16,\"7572\":7278.0,\"7573\":11637.88,\"7574\":106.48,\"7575\":157.2,\"7576\":2137.5,\"7577\":6212.26,\"7578\":null,\"7579\":47.89,\"7580\":480.01,\"7581\":3643.01,\"7582\":5691.6,\"7583\":6524.43,\"7584\":702.81,\"7585\":null,\"7586\":null,\"7587\":6079.67,\"7588\":4213.8,\"7589\":6789.6,\"7590\":19887.84,\"7591\":19935.67,\"7592\":1575.6,\"7593\":60826.6,\"7594\":17131.4,\"7595\":17107.61,\"7596\":5.63,\"7597\":1.48,\"7598\":3760.8,\"7599\":1168.2,\"7600\":null,\"7601\":7121.26,\"7602\":null,\"7603\":1.05,\"7604\":3745.19,\"7605\":7715.22,\"7606\":71111.41,\"7607\":1278.42,\"7608\":741.75,\"7609\":80013.64,\"7610\":7132.65,\"7611\":15200.0,\"7612\":3540.6,\"7613\":7660.38,\"7614\":4900.5,\"7615\":4220.33,\"7616\":5831.33,\"7617\":4389.6,\"7618\":5465.4,\"7619\":603.24,\"7620\":218.52,\"7621\":108.36,\"7622\":329.16,\"7623\":407.1,\"7624\":269.7,\"7625\":258.95,\"7626\":694.65,\"7627\":591.0,\"7628\":786.36,\"7629\":790.57,\"7630\":5534.4,\"7631\":674.04,\"7632\":688.8,\"7633\":null,\"7634\":2411.98,\"7635\":3450.6,\"7636\":17463.27,\"7637\":4900.0,\"7638\":481.41,\"7639\":1785.6,\"7640\":779.13,\"7641\":null,\"7642\":5975.7,\"7643\":8630.4,\"7644\":3497.88,\"7645\":794.87,\"7646\":8708.4,\"7647\":0.2,\"7648\":418.53,\"7649\":542.28,\"7650\":784.3,\"7651\":1852.84,\"7652\":7640.6,\"7653\":4900.0,\"7654\":495.7,\"7655\":798.88,\"7656\":42.15,\"7657\":922.9,\"7658\":null,\"7659\":6715.24,\"7660\":6166.92,\"7661\":6300.6,\"7662\":null,\"7663\":0.03,\"7664\":7170.6,\"7665\":3412.8,\"7666\":null,\"7667\":357.9,\"7668\":null,\"7669\":614.39,\"7670\":7421.7,\"7671\":402.27,\"7672\":40.9,\"7673\":119.79,\"7674\":554.76,\"7675\":945.3,\"7676\":805.23,\"7677\":null,\"7678\":3864.67,\"7679\":1854.6,\"7680\":7161.6,\"7681\":361556.18,\"7682\":1774.8,\"7683\":3346.51,\"7684\":711.37,\"7685\":19.62,\"7686\":80.0,\"7687\":430.86,\"7688\":5126.0,\"7689\":14774.99,\"7690\":null,\"7691\":2176.51,\"7692\":1854.27,\"7693\":725.89,\"7694\":2014.2,\"7695\":1979.0,\"7696\":16760.0,\"7697\":60687.83,\"7698\":500956.57,\"7699\":14104.0,\"7700\":770.22,\"7701\":17331.62,\"7702\":24695.29,\"7703\":8206.0,\"7704\":1047.08,\"7705\":3703.36,\"7706\":919.55,\"7707\":16132.61,\"7708\":630.08,\"7709\":null,\"7710\":54462.78,\"7711\":24168.84,\"7712\":6167.0,\"7713\":4700.6,\"7714\":938.8,\"7715\":244819.41,\"7716\":131537.18,\"7717\":5838.23,\"7718\":null,\"7719\":17500.42,\"7720\":16524.41,\"7721\":133970.4,\"7722\":23729.55,\"7723\":17760.6,\"7724\":21721.48,\"7725\":9951.14,\"7726\":17278.55,\"7727\":169274.17,\"7728\":1314.45,\"7729\":1525.88,\"7730\":579.96,\"7731\":null,\"7732\":58236.8,\"7733\":2282.87,\"7734\":739.5,\"7735\":383.61,\"7736\":34439.57,\"7737\":90479.16,\"7738\":null,\"7739\":1909.2,\"7740\":null,\"7741\":860.09,\"7742\":1102519.5900000001,\"7743\":0.08,\"7744\":336.0,\"7745\":6780.4,\"7746\":7508.92,\"7747\":822.8,\"7748\":205100.0,\"7749\":627.77,\"7750\":13032.0,\"7751\":34543.97,\"7752\":69481.04,\"7753\":164626.82,\"7754\":null,\"7755\":403742.0,\"7756\":null,\"7757\":7875.52,\"7758\":8570.44,\"7759\":480.74,\"7760\":685.15,\"7761\":827.85,\"7762\":82000.35,\"7763\":2213.72,\"7764\":545.92,\"7765\":1104.84,\"7766\":538.11,\"7767\":4087.2,\"7768\":426.0,\"7769\":19294.0,\"7770\":1527.74,\"7771\":7018.24,\"7772\":4484.7,\"7773\":19056.3,\"7774\":5572.8,\"7775\":378.58,\"7776\":2739.6,\"7777\":237.6,\"7778\":238.22,\"7779\":30277.63,\"7780\":49979.85,\"7781\":1175.99,\"7782\":1046928.24,\"7783\":null,\"7784\":121548.84,\"7785\":1611.48,\"7786\":602.58,\"7787\":1238.77,\"7788\":1130.4,\"7789\":509659.28,\"7790\":36847.79,\"7791\":null,\"7792\":null,\"7793\":141481.06,\"7794\":118359.82,\"7795\":2038.0,\"7796\":795.34,\"7797\":1684.04,\"7798\":56014.43,\"7799\":14454.93,\"7800\":15126.01,\"7801\":55261.48,\"7802\":153828.86,\"7803\":167881.95,\"7804\":null,\"7805\":22597.46,\"7806\":43675.59,\"7807\":47659.05,\"7808\":647.64,\"7809\":75547.81,\"7810\":886.24,\"7811\":7803.4,\"7812\":2638.74,\"7813\":30456.59,\"7814\":null,\"7815\":57878.02,\"7816\":57866.27,\"7817\":19314.03,\"7818\":652.17,\"7819\":6130.8,\"7820\":null,\"7821\":null,\"7822\":6745.86,\"7823\":458.04,\"7824\":4775.99,\"7825\":null,\"7826\":9422.76,\"7827\":1269.36,\"7828\":1759.56,\"7829\":141.24,\"7830\":9564.0,\"7831\":18218.0,\"7832\":3473.8,\"7833\":7814.04,\"7834\":16193.93,\"7835\":12797.83,\"7836\":13492.77,\"7837\":271.63,\"7838\":13402.8,\"7839\":13103.3,\"7840\":null,\"7841\":13392.0,\"7842\":19326.3,\"7843\":18945.89,\"7844\":18859.19,\"7845\":5490.0,\"7846\":591.2,\"7847\":10025.8,\"7848\":5138.0,\"7849\":null,\"7850\":1287.7,\"7851\":3647.34,\"7852\":2853.5,\"7853\":5880.0,\"7854\":300.5,\"7855\":2607.0,\"7856\":0.23,\"7857\":1971.0,\"7858\":1384.08,\"7859\":12550.51,\"7860\":3404.46,\"7861\":15037.45,\"7862\":630.0,\"7863\":9.45,\"7864\":null,\"7865\":774.84,\"7866\":338.36,\"7867\":null,\"7868\":448.36,\"7869\":1227.22,\"7870\":null,\"7871\":4251.13,\"7872\":2000.0,\"7873\":5619.3,\"7874\":1102.62,\"7875\":31773.28,\"7876\":5550.18,\"7877\":null,\"7878\":4195.3,\"7879\":5037.12,\"7880\":15000.07,\"7881\":11218.3,\"7882\":16357.81,\"7883\":199902.63,\"7884\":173.46,\"7885\":null,\"7886\":5402.22,\"7887\":5599.45,\"7888\":7929.0,\"7889\":11644.85,\"7890\":0.04,\"7891\":32.0,\"7892\":null,\"7893\":6041.41,\"7894\":0.1,\"7895\":45.39,\"7896\":1409.7,\"7897\":2326.55,\"7898\":1072.8,\"7899\":6195.0,\"7900\":null,\"7901\":8408.7,\"7902\":639.0,\"7903\":1749.6,\"7904\":19950.59,\"7905\":19967.5,\"7906\":null,\"7907\":37334.5,\"7908\":3810.71,\"7909\":3782.68,\"7910\":0.71,\"7911\":0.22,\"7912\":4761.6,\"7913\":null,\"7914\":null,\"7915\":5460.2,\"7916\":154.35,\"7917\":null,\"7918\":6097.78,\"7919\":6961.47,\"7920\":62769.06,\"7921\":1347.39,\"7922\":496.11,\"7923\":33110.31,\"7924\":null,\"7925\":4680.0,\"7926\":565.2,\"7927\":7810.8,\"7928\":4712.63,\"7929\":3849.3,\"7930\":5389.2,\"7931\":4703.4,\"7932\":6232.2,\"7933\":132.97,\"7934\":104.88,\"7935\":104.64,\"7936\":170.28,\"7937\":595.71,\"7938\":331.41,\"7939\":0.35,\"7940\":132.42,\"7941\":569.64,\"7942\":282.75,\"7943\":306.14,\"7944\":1749.6,\"7945\":202.56,\"7946\":127.2,\"7947\":1474.38,\"7948\":1738.2,\"7949\":2916.0,\"7950\":2616.02,\"7951\":4900.0,\"7952\":608.61,\"7953\":0.6,\"7954\":null,\"7955\":null,\"7956\":6003.3,\"7957\":2629.2,\"7958\":523.89,\"7959\":557.08,\"7960\":4905.9,\"7961\":null,\"7962\":644.91,\"7963\":544.08,\"7964\":125.1,\"7965\":839.52,\"7966\":2956.65,\"7967\":4900.0,\"7968\":580.5,\"7969\":541.93,\"7970\":82.42,\"7971\":45.85,\"7972\":null,\"7973\":2180.79,\"7974\":1647.16,\"7975\":1530.0,\"7976\":1364.26,\"7977\":1556.14,\"7978\":1282.2,\"7979\":531.6,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":493.16,\"7984\":874.5,\"7985\":null,\"7986\":20.26,\"7987\":null,\"7988\":54.66,\"7989\":1767.78,\"7990\":567.46,\"7991\":null,\"7992\":3857.33,\"7993\":2402.4,\"7994\":7160.4,\"7995\":204465.33,\"7996\":1954.8,\"7997\":3085.15,\"7998\":708.73,\"7999\":null,\"8000\":70.0,\"8001\":431.08,\"8002\":11110.0,\"8003\":17296.57,\"8004\":null,\"8005\":2176.84,\"8006\":null,\"8007\":313.11,\"8008\":1429.2,\"8009\":1721.0,\"8010\":15640.0,\"8011\":197586.67,\"8012\":500044.46,\"8013\":13168.0,\"8014\":null,\"8015\":16833.96,\"8016\":58585.07,\"8017\":6343.33,\"8018\":1195.71,\"8019\":3702.08,\"8020\":888.05,\"8021\":13573.81,\"8022\":630.08,\"8023\":null,\"8024\":22900.67,\"8025\":25344.3,\"8026\":6122.0,\"8027\":4900.77,\"8028\":937.81,\"8029\":245328.14,\"8030\":147810.51,\"8031\":5654.62,\"8032\":509060.0,\"8033\":240338.8,\"8034\":13714.9,\"8035\":15608.82,\"8036\":395673.19,\"8037\":15088.75,\"8038\":18477.8,\"8039\":17272.29,\"8040\":10889.71,\"8041\":15019.15,\"8042\":170422.23,\"8043\":1302.03,\"8044\":1453.24,\"8045\":552.5,\"8046\":37301.5,\"8047\":2082.31,\"8048\":733.5,\"8049\":416.65,\"8050\":29548.4,\"8051\":90464.6,\"8052\":3498.08,\"8053\":1831.8,\"8054\":null,\"8055\":808.42,\"8056\":1143650.6799999999,\"8057\":602472.41,\"8058\":498.0,\"8059\":7414.0,\"8060\":4602.88,\"8061\":826.87,\"8062\":205100.0,\"8063\":600.24,\"8064\":12852.0,\"8065\":35286.83,\"8066\":69299.35,\"8067\":164708.39,\"8068\":null,\"8069\":null,\"8070\":605904.5600000001,\"8071\":39349.49,\"8072\":8111.3,\"8073\":488.0,\"8074\":695.52,\"8075\":828.9,\"8076\":347999.68,\"8077\":2220.61,\"8078\":520.48,\"8079\":933.48,\"8080\":1076.54,\"8081\":5106.0,\"8082\":411.48,\"8083\":1568.23,\"8084\":6917.09,\"8085\":4353.75,\"8086\":18509.86,\"8087\":5908.8,\"8088\":366.17,\"8089\":2497.2,\"8090\":264.0,\"8091\":291.58,\"8092\":30245.63,\"8093\":50001.46,\"8094\":596.52,\"8095\":1138331.4299999999,\"8096\":null,\"8097\":121306.0,\"8098\":1611.36,\"8099\":706.86,\"8100\":1202.9,\"8101\":1139.4,\"8102\":595792.79,\"8103\":255762.65,\"8104\":140670.63,\"8105\":114948.38,\"8106\":672.0,\"8107\":795.34,\"8108\":2101.73,\"8109\":65147.68,\"8110\":15147.58,\"8111\":15180.89,\"8112\":54507.46,\"8113\":158736.32,\"8114\":161662.25,\"8115\":null,\"8116\":102535.64,\"8117\":28580.5,\"8118\":43614.53,\"8119\":48700.82,\"8120\":257.1,\"8121\":75552.12,\"8122\":1195.67,\"8123\":8738.4,\"8124\":2724.14,\"8125\":29863.82,\"8126\":22803.55,\"8127\":57603.31,\"8128\":19305.57,\"8129\":653.67,\"8130\":8845.2,\"8131\":null,\"8132\":null,\"8133\":6741.74,\"8134\":350.06,\"8135\":460.38,\"8136\":6080.0,\"8137\":9272.9,\"8138\":1584.12,\"8139\":1692.24,\"8140\":128.57,\"8141\":13533.0,\"8142\":10428.0,\"8143\":2648.8,\"8144\":13788.35,\"8145\":15980.55,\"8146\":11901.58,\"8147\":12562.38,\"8148\":908.89,\"8149\":14205.8,\"8150\":13895.5,\"8151\":1519.2,\"8152\":10926.0,\"8153\":19578.09,\"8154\":19520.7,\"8155\":19443.8,\"8156\":6825.6,\"8157\":650.0,\"8158\":10217.3,\"8159\":4964.0,\"8160\":1387.3,\"8161\":2090.7,\"8162\":3403.0,\"8163\":4798.0,\"8164\":300.5,\"8165\":2042.75,\"8166\":334.88,\"8167\":1907.0,\"8168\":904.21,\"8169\":13912.2,\"8170\":3613.08,\"8171\":11683.41,\"8172\":289.8,\"8173\":null,\"8174\":null,\"8175\":767.58,\"8176\":null,\"8177\":355.08,\"8178\":null,\"8179\":820.93,\"8180\":2406.34,\"8181\":null,\"8182\":15123.48,\"8183\":2000.0,\"8184\":5814.7,\"8185\":3248.52,\"8186\":69350.1,\"8187\":5061.15,\"8188\":24.53,\"8189\":4419.13,\"8190\":2233.44,\"8191\":10984.1,\"8192\":11232.84,\"8193\":12189.32,\"8194\":199677.25,\"8195\":10865.73,\"8196\":126.94,\"8197\":4204.56,\"8198\":4635.75,\"8199\":5307.0,\"8200\":11636.86,\"8201\":106.96,\"8202\":92.8,\"8203\":330.08,\"8204\":4941.53,\"8205\":0.22,\"8206\":37.77,\"8207\":1641.72,\"8208\":3719.08,\"8209\":3690.0,\"8210\":4986.28,\"8211\":null,\"8212\":null,\"8213\":0.02,\"8214\":1572.14,\"8215\":5988.6,\"8216\":11433.6,\"8217\":19936.12,\"8218\":19929.87,\"8219\":235.2,\"8220\":24143.8,\"8221\":13021.93,\"8222\":12883.94,\"8223\":2.69,\"8224\":0.84,\"8225\":6499.2,\"8226\":null,\"8227\":null,\"8228\":992.68,\"8229\":326.54,\"8230\":null,\"8231\":532.66,\"8232\":3683.36,\"8233\":49380.24,\"8234\":1365.82,\"8235\":284.97,\"8236\":23655.6,\"8237\":8374.45,\"8238\":12720.0,\"8239\":3640.2,\"8240\":1124.7,\"8241\":null,\"8242\":null,\"8243\":5335.43,\"8244\":4597.2,\"8245\":5802.0,\"8246\":612.74,\"8247\":185.04,\"8248\":184.08,\"8249\":147.24,\"8250\":607.29,\"8251\":343.59,\"8252\":474.69,\"8253\":167.75,\"8254\":452.76,\"8255\":409.01,\"8256\":418.08,\"8257\":5424.0,\"8258\":545.28,\"8259\":637.2,\"8260\":1623.15,\"8261\":1727.29,\"8262\":1936.8,\"8263\":95.32,\"8264\":4900.0,\"8265\":621.96,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":6342.3,\"8270\":8899.2,\"8271\":3192.5,\"8272\":406.77,\"8273\":8185.05,\"8274\":null,\"8275\":null,\"8276\":347.64,\"8277\":356.4,\"8278\":1359.6,\"8279\":5333.7,\"8280\":4900.0,\"8281\":478.09,\"8282\":424.36,\"8283\":null,\"8284\":22.57,\"8285\":42.0,\"8286\":3686.3,\"8287\":2746.93,\"8288\":4537.2,\"8289\":1653.84,\"8290\":1704.32,\"8291\":5000.1,\"8292\":3802.8,\"8293\":506.64,\"8294\":512.62,\"8295\":2172.93,\"8296\":487.56,\"8297\":5963.1,\"8298\":48.82,\"8299\":null,\"8300\":291.06,\"8301\":122.82,\"8302\":424.69,\"8303\":null,\"8304\":3853.67,\"8305\":2501.4,\"8306\":7171.2,\"8307\":324930.13,\"8308\":4903.2,\"8309\":4832.07,\"8310\":715.11,\"8311\":null,\"8312\":null,\"8313\":431.27,\"8314\":12430.0,\"8315\":14826.42,\"8316\":191.4,\"8317\":2134.77,\"8318\":1775.4,\"8319\":766.39,\"8320\":2230.2,\"8321\":810.0,\"8322\":16144.0,\"8323\":160315.22,\"8324\":505278.34,\"8325\":11944.0,\"8326\":855.69,\"8327\":11052.47,\"8328\":37150.29,\"8329\":6691.67,\"8330\":865.09,\"8331\":null,\"8332\":858.33,\"8333\":14157.05,\"8334\":615.56,\"8335\":null,\"8336\":51547.83,\"8337\":26045.38,\"8338\":8680.0,\"8339\":6601.48,\"8340\":937.81,\"8341\":246156.42,\"8342\":158429.86,\"8343\":7624.34,\"8344\":509710.0,\"8345\":null,\"8346\":10291.46,\"8347\":30519.79,\"8348\":395729.27,\"8349\":17333.37,\"8350\":18955.2,\"8351\":15.62,\"8352\":11173.73,\"8353\":16877.83,\"8354\":108473.43,\"8355\":1338.46,\"8356\":2262.39,\"8357\":570.83,\"8358\":12196.37,\"8359\":2621.77,\"8360\":724.44,\"8361\":376.11,\"8362\":29084.67,\"8363\":90500.18,\"8364\":4093.16,\"8365\":1869.0,\"8366\":null,\"8367\":830.03,\"8368\":1185450.6299999999,\"8369\":600499.95,\"8370\":180.0,\"8371\":6540.6,\"8372\":5994.29,\"8373\":826.87,\"8374\":205180.0,\"8375\":572.84,\"8376\":11700.0,\"8377\":35485.47,\"8378\":69589.31,\"8379\":164834.24,\"8380\":null,\"8381\":601827.71,\"8382\":null,\"8383\":7958.26,\"8384\":null,\"8385\":691.63,\"8386\":1173.9,\"8387\":350102.11,\"8388\":2227.49,\"8389\":521.4,\"8390\":1151.46,\"8391\":1128.22,\"8392\":5287.2,\"8393\":411.12,\"8394\":1677.84,\"8395\":18409.7,\"8396\":4362.3,\"8397\":19967.21,\"8398\":4857.6,\"8399\":374.95,\"8400\":513.94,\"8401\":264.0,\"8402\":321.75,\"8403\":30169.77,\"8404\":50214.11,\"8405\":1486.85,\"8406\":1201352.46,\"8407\":null,\"8408\":423199.16,\"8409\":1615.62,\"8410\":614.68,\"8411\":1250.22,\"8412\":1047.6,\"8413\":null,\"8414\":454883.39,\"8415\":66545.97,\"8416\":124952.02,\"8417\":141065.32,\"8418\":71185.9,\"8419\":2059.0,\"8420\":796.46,\"8421\":3370.92,\"8422\":51996.63,\"8423\":10713.77,\"8424\":10173.49,\"8425\":159824.64,\"8426\":162182.1,\"8427\":4853.14,\"8428\":22411.21,\"8429\":44509.62,\"8430\":47502.81,\"8431\":655.89,\"8432\":75550.34,\"8433\":1257.55,\"8434\":8874.8,\"8435\":2869.11,\"8436\":28124.34,\"8437\":22032.23,\"8438\":57575.65,\"8439\":19281.93,\"8440\":653.61,\"8441\":8859.6,\"8442\":null,\"8443\":null,\"8444\":6572.94,\"8445\":410.12,\"8446\":0.03,\"8447\":4080.0,\"8448\":9490.7,\"8449\":1498.44,\"8450\":1135.64,\"8451\":32.38,\"8452\":null,\"8453\":9640.0,\"8454\":12170.0,\"8455\":2173.6,\"8456\":12809.09,\"8457\":17878.0,\"8458\":10237.05,\"8459\":10227.06,\"8460\":1022.27,\"8461\":13422.4,\"8462\":13122.5,\"8463\":153.6,\"8464\":null,\"8465\":19564.56,\"8466\":19502.64,\"8467\":19425.95,\"8468\":5500.8,\"8469\":542.6,\"8470\":null,\"8471\":2086.0,\"8472\":1340.5,\"8473\":2170.74,\"8474\":3651.7,\"8475\":1888.0,\"8476\":300.5,\"8477\":2183.28,\"8478\":331.2,\"8479\":2137.0,\"8480\":443.33,\"8481\":14061.32,\"8482\":3367.52,\"8483\":3167.1,\"8484\":883.8,\"8485\":null,\"8486\":79.2,\"8487\":773.52,\"8488\":null,\"8489\":337.92,\"8490\":999.3,\"8491\":705.43,\"8492\":3219.91,\"8493\":12098.78,\"8494\":2000.0,\"8495\":5417.5,\"8496\":309.12,\"8497\":31178.28,\"8498\":3480.26,\"8499\":null,\"8500\":4137.91,\"8501\":4930.56,\"8502\":3604.94,\"8503\":10530.61,\"8504\":3918.23,\"8505\":200624.44,\"8506\":2260.9,\"8507\":34.1,\"8508\":4630.26,\"8509\":4766.12,\"8510\":4678.5,\"8511\":11611.58,\"8512\":88.68,\"8513\":287.6,\"8514\":null,\"8515\":3152.41,\"8516\":1.38,\"8517\":29.74,\"8518\":994.82,\"8519\":1215.7,\"8520\":3524.4,\"8521\":5222.06,\"8522\":null,\"8523\":11540.01,\"8524\":9257.21,\"8525\":4518.95,\"8526\":1461.6,\"8527\":1918.8,\"8528\":19948.88,\"8529\":19944.09,\"8530\":14.4,\"8531\":10661.55,\"8532\":5147.81,\"8533\":5733.36,\"8534\":2.1,\"8535\":0.63,\"8536\":2563.2,\"8537\":null,\"8538\":null,\"8539\":2618.78,\"8540\":492.36,\"8541\":5.25,\"8542\":4260.21,\"8543\":4978.94,\"8544\":34584.67,\"8545\":1529.61,\"8546\":670.68,\"8547\":16036.1,\"8548\":2787.75,\"8549\":2840.0,\"8550\":1116.6,\"8551\":2463.3,\"8552\":1865.93,\"8553\":1782.23,\"8554\":1223.1,\"8555\":3540.0,\"8556\":4380.3,\"8557\":367.4,\"8558\":5495.6,\"8559\":189.84,\"8560\":226.08,\"8561\":72.12,\"8562\":409.05,\"8563\":261.93,\"8564\":65.75,\"8565\":187.11,\"8566\":460.44,\"8567\":257.13,\"8568\":288.42,\"8569\":349.2,\"8570\":217.67,\"8571\":315.6,\"8572\":5862.98,\"8573\":4829.43,\"8574\":2849.4,\"8575\":1387.65,\"8576\":4900.0,\"8577\":415.86,\"8578\":null,\"8579\":225.89,\"8580\":2628.0,\"8581\":2218.8,\"8582\":2764.56,\"8583\":319.35,\"8584\":2998.35,\"8585\":0.98,\"8586\":667.22,\"8587\":323.04,\"8588\":459.8,\"8589\":1733.6,\"8590\":1812.4,\"8591\":4900.0,\"8592\":503.42,\"8593\":255.62,\"8594\":310.92,\"8595\":null,\"8596\":null,\"8597\":3158.17,\"8598\":2431.89,\"8599\":348.6,\"8600\":6187.72,\"8601\":5634.81,\"8602\":564.3,\"8603\":2335.5,\"8604\":741.58,\"8605\":748.18,\"8606\":3307.98,\"8607\":293.29,\"8608\":3148.2,\"8609\":null,\"8610\":50.86,\"8611\":166.84,\"8612\":207.8,\"8613\":3978.54,\"8614\":331.2,\"8615\":132.01,\"8616\":3864.67,\"8617\":1511.4,\"8618\":7185.6,\"8619\":408587.3,\"8620\":4608.0,\"8621\":4244.43,\"8622\":707.41,\"8623\":null,\"8624\":30.0,\"8625\":431.37,\"8626\":13057.0,\"8627\":15567.58,\"8628\":191.4,\"8629\":2164.47,\"8630\":1701.81,\"8631\":772.34,\"8632\":1888.2,\"8633\":811.0,\"8634\":16480.0,\"8635\":60673.41,\"8636\":504674.01,\"8637\":13056.0,\"8638\":673.86,\"8639\":11144.94,\"8640\":28777.1,\"8641\":6724.67,\"8642\":1004.81,\"8643\":3701.12,\"8644\":872.36,\"8645\":15616.07,\"8646\":616.88,\"8647\":null,\"8648\":11252.8,\"8649\":25945.35,\"8650\":6198.0,\"8651\":5591.1,\"8652\":941.78,\"8653\":248546.05,\"8654\":158677.89,\"8655\":6954.78,\"8656\":509600.0,\"8657\":null,\"8658\":45840.31,\"8659\":18741.17,\"8660\":395730.96,\"8661\":15139.74,\"8662\":18484.4,\"8663\":null,\"8664\":11108.51,\"8665\":15361.51,\"8666\":170310.05,\"8667\":1232.68,\"8668\":1424.62,\"8669\":585.08,\"8670\":34362.99,\"8671\":2295.17,\"8672\":725.04,\"8673\":361.02,\"8674\":33910.28,\"8675\":null,\"8676\":885.68,\"8677\":2196.0,\"8678\":9046.4,\"8679\":561.26,\"8680\":1173837.29,\"8681\":598473.1800000001,\"8682\":534.0,\"8683\":8210.4,\"8684\":7603.54,\"8685\":823.68,\"8686\":205140.0,\"8687\":613.22,\"8688\":12744.0,\"8689\":35352.69,\"8690\":69575.07,\"8691\":165084.32,\"8692\":405168.0,\"8693\":599860.27,\"8694\":null,\"8695\":null,\"8696\":7652.17,\"8697\":562.19,\"8698\":690.05,\"8699\":265.65,\"8700\":350046.17,\"8701\":2227.49,\"8702\":525.03,\"8703\":1127.52,\"8704\":869.78,\"8705\":5276.4,\"8706\":412.08,\"8707\":1616.39,\"8708\":7090.7,\"8709\":4362.3,\"8710\":19789.42,\"8711\":7665.6,\"8712\":376.4,\"8713\":2328.6,\"8714\":260.7,\"8715\":278.81,\"8716\":30173.91,\"8717\":45605.32,\"8718\":1442.23,\"8719\":163191.82,\"8720\":null,\"8721\":637919.3100000001,\"8722\":1615.62,\"8723\":721.82,\"8724\":1187.68,\"8725\":1011.6,\"8726\":411433.47,\"8727\":66728.91,\"8728\":123930.77,\"8729\":141561.01,\"8730\":72767.83,\"8731\":2059.0,\"8732\":794.92,\"8733\":3241.05,\"8734\":30406.68,\"8735\":3494.18,\"8736\":3606.18,\"8737\":160254.23,\"8738\":166714.6,\"8739\":3324.23,\"8740\":null,\"8741\":22417.08,\"8742\":44264.86,\"8743\":47505.0,\"8744\":667.8,\"8745\":75549.66,\"8746\":1149.28,\"8747\":9651.4,\"8748\":2728.61,\"8749\":30092.82,\"8750\":57654.95,\"8751\":null,\"8752\":19282.25,\"8753\":653.55,\"8754\":9424.8,\"8755\":216.0,\"8756\":null,\"8757\":6734.97,\"8758\":317.2,\"8759\":4.42,\"8760\":6560.0,\"8761\":9551.52,\"8762\":null,\"8763\":1778.92,\"8764\":154.57,\"8765\":null,\"8766\":11024.0,\"8767\":16424.0,\"8768\":2904.0,\"8769\":15741.97,\"8770\":14205.34,\"8771\":10233.82,\"8772\":10227.97,\"8773\":764.57,\"8774\":13150.4,\"8775\":12855.5,\"8776\":1353.6,\"8777\":19734.23,\"8778\":19322.57,\"8779\":19602.38,\"8780\":4132.8,\"8781\":613.1,\"8782\":null,\"8783\":5170.0,\"8784\":1259.7,\"8785\":1908.54,\"8786\":6522.9,\"8787\":6226.0,\"8788\":300.5,\"8789\":1892.77,\"8790\":329.13,\"8791\":2062.0,\"8792\":936.2,\"8793\":13087.3,\"8794\":5360.65,\"8795\":14404.41,\"8796\":447.6,\"8797\":1180.03,\"8798\":121.73,\"8799\":745.14,\"8800\":null,\"8801\":613.8,\"8802\":1150.5,\"8803\":748.66,\"8804\":3064.39,\"8805\":12979.11,\"8806\":2000.0,\"8807\":5477.3,\"8808\":5813.94,\"8809\":67513.54,\"8810\":4993.17,\"8811\":1770.22,\"8812\":3988.7,\"8813\":2764.8,\"8814\":13554.57,\"8815\":9688.49,\"8816\":15465.92,\"8817\":41984.9,\"8818\":1224.57,\"8819\":238.7,\"8820\":5446.47,\"8821\":5708.17,\"8822\":2370.0,\"8823\":11667.45,\"8824\":218.76,\"8825\":161.6,\"8826\":678.83,\"8827\":6337.42,\"8828\":0.05,\"8829\":21.78,\"8830\":1417.65,\"8831\":null,\"8832\":3420.0,\"8833\":6210.9,\"8834\":3376.99,\"8835\":18386.77,\"8836\":16717.66,\"8837\":8496.22,\"8838\":35.1,\"8839\":null,\"8840\":19957.07,\"8841\":19959.84,\"8842\":1608.6,\"8843\":62488.0,\"8844\":16558.8,\"8845\":17850.44,\"8846\":3.19,\"8847\":0.97,\"8848\":6150.0,\"8849\":3537.3,\"8850\":18.48,\"8851\":7620.36,\"8852\":40.63,\"8853\":1.2,\"8854\":8196.11,\"8855\":5728.13,\"8856\":75171.44,\"8857\":1260.16,\"8858\":609.27,\"8859\":9813.19,\"8860\":8087.1,\"8861\":5000.0,\"8862\":54.0,\"8863\":8637.42,\"8864\":4651.65,\"8865\":4081.28,\"8866\":5043.15,\"8867\":5198.1,\"8868\":5991.3,\"8869\":452.32,\"8870\":null,\"8871\":622.68,\"8872\":226.44,\"8873\":300.6,\"8874\":345.24,\"8875\":114.25,\"8876\":245.33,\"8877\":580.56,\"8878\":757.29,\"8879\":788.1,\"8880\":6802.8,\"8881\":620.04,\"8882\":495.6,\"8883\":2233.8,\"8884\":2486.88,\"8885\":1495.8,\"8886\":3864.46,\"8887\":4900.0,\"8888\":625.2,\"8889\":682.8,\"8890\":385.25,\"8891\":null,\"8892\":5685.0,\"8893\":3412.8,\"8894\":5813.75,\"8895\":800.6,\"8896\":9068.4,\"8897\":2.4,\"8898\":667.55,\"8899\":534.48,\"8900\":352.0,\"8901\":2819.96,\"8902\":2739.3,\"8903\":4900.0,\"8904\":460.93,\"8905\":758.82,\"8906\":211.01,\"8907\":352.75,\"8908\":285.0,\"8909\":6039.9,\"8910\":4601.06,\"8911\":6093.6,\"8912\":2266.28,\"8913\":2432.74,\"8914\":5993.7,\"8915\":6510.0,\"8916\":676.52,\"8917\":676.21,\"8918\":2490.33,\"8919\":512.3,\"8920\":2580.6,\"8921\":null,\"8922\":26.0,\"8923\":101.61,\"8924\":289.68,\"8925\":1374.48,\"8926\":789.82,\"8927\":17.47,\"8928\":3868.33,\"8929\":2699.4,\"8930\":7220.4,\"8931\":18648.0,\"8932\":4705.2,\"8933\":4951.81,\"8934\":709.94,\"8935\":null,\"8936\":null,\"8937\":426.2,\"8938\":11418.0,\"8939\":19612.13,\"8940\":204.6,\"8941\":2171.73,\"8942\":1768.14,\"8943\":796.27,\"8944\":null,\"8945\":812.0,\"8946\":16048.0,\"8947\":60682.55,\"8948\":500767.35,\"8949\":13648.0,\"8950\":859.32,\"8951\":12043.76,\"8952\":26410.05,\"8953\":8187.67,\"8954\":524.98,\"8955\":3702.72,\"8956\":900.8,\"8957\":31090.61,\"8958\":603.02,\"8959\":null,\"8960\":49791.49,\"8961\":30076.27,\"8962\":6355.0,\"8963\":4962.44,\"8964\":942.77,\"8965\":243310.55,\"8966\":null,\"8967\":6141.7,\"8968\":243710.0,\"8969\":null,\"8970\":25494.85,\"8971\":17088.89,\"8972\":395831.4,\"8973\":14555.3,\"8974\":17138.0,\"8975\":0.57,\"8976\":13099.07,\"8977\":13857.8,\"8978\":121116.04,\"8979\":1635.51,\"8980\":1932.78,\"8981\":576.83,\"8982\":null,\"8983\":19623.93,\"8984\":2555.07,\"8985\":727.0,\"8986\":408.27,\"8987\":80185.9,\"8988\":3346.48,\"8989\":2790.0,\"8990\":null,\"8991\":833.64,\"8992\":1180205.1899999999,\"8993\":602149.0600000001,\"8994\":390.0,\"8995\":6894.8,\"8996\":7584.52,\"8997\":815.87,\"8998\":190840.0,\"8999\":531.0,\"9000\":10944.0,\"9001\":40403.4,\"9002\":64847.58,\"9003\":165274.41,\"9004\":null,\"9005\":401350.0,\"9006\":null,\"9007\":38496.14,\"9008\":5662.61,\"9009\":608.12,\"9010\":683.42,\"9011\":null,\"9012\":81491.79,\"9013\":2225.77,\"9014\":518.36,\"9015\":1030.68,\"9016\":1167.8,\"9017\":10183.2,\"9018\":411.6,\"9019\":1783.99,\"9020\":13663.43,\"9021\":4361.4,\"9022\":19728.83,\"9023\":12609.6,\"9024\":372.83,\"9025\":2611.2,\"9026\":262.35,\"9027\":251.65,\"9028\":30118.56,\"9029\":46468.41,\"9030\":null,\"9031\":1090966.1200000001,\"9032\":null,\"9033\":820155.37,\"9034\":1614.48,\"9035\":748.44,\"9036\":1134.67,\"9037\":1247.4,\"9038\":37498.63,\"9039\":65307.5,\"9040\":124011.0,\"9041\":141367.59,\"9042\":73427.7,\"9043\":null,\"9044\":795.06,\"9045\":null,\"9046\":73779.01,\"9047\":13571.63,\"9048\":13273.52,\"9049\":54872.16,\"9050\":157703.89,\"9051\":166218.8,\"9052\":19812.03,\"9053\":8257.38,\"9054\":null,\"9055\":43742.47,\"9056\":47380.38,\"9057\":645.18,\"9058\":75577.3,\"9059\":1017.45,\"9060\":10331.2,\"9061\":1914.0,\"9062\":19661.63,\"9063\":33424.6,\"9064\":19263.48,\"9065\":652.08,\"9066\":10011.6,\"9067\":1.2,\"9068\":null,\"9069\":6525.59,\"9070\":397.98,\"9071\":3.67,\"9072\":7040.0,\"9073\":9491.29,\"9074\":1642.68,\"9075\":1777.16,\"9076\":217.14,\"9077\":9149.0,\"9078\":12973.0,\"9079\":4807.0,\"9080\":17896.11,\"9081\":15223.63,\"9082\":10233.32,\"9083\":10229.22,\"9084\":240.83,\"9085\":14375.7,\"9086\":14083.4,\"9087\":null,\"9088\":19724.13,\"9089\":19606.16,\"9090\":19578.11,\"9091\":324.0,\"9092\":534.1,\"9093\":16759.1,\"9094\":7408.0,\"9095\":1804.4,\"9096\":3772.92,\"9097\":7084.2,\"9098\":4435.0,\"9099\":300.5,\"9100\":1687.79,\"9101\":null,\"9102\":3075.0,\"9103\":928.21,\"9104\":12166.49,\"9105\":4497.26,\"9106\":16242.42,\"9107\":685.2,\"9108\":null,\"9109\":null,\"9110\":798.6,\"9111\":null,\"9112\":333.96,\"9113\":null,\"9114\":1414.6,\"9115\":1533.79,\"9116\":3634.15,\"9117\":3000.0,\"9118\":5419.2,\"9119\":1195.08,\"9120\":70039.27,\"9121\":8696.39,\"9122\":948.46,\"9123\":4269.91,\"9124\":6344.64,\"9125\":null,\"9126\":16215.81,\"9127\":10257.53,\"9128\":17643.75,\"9129\":180871.5,\"9130\":14593.75,\"9131\":108.9,\"9132\":5140.64,\"9133\":5439.13,\"9134\":7950.0,\"9135\":11652.09,\"9136\":82.0,\"9137\":null,\"9138\":null,\"9139\":2944.69,\"9140\":1.98,\"9141\":32.03,\"9142\":1700.66,\"9143\":2869.2,\"9144\":5883.63,\"9145\":477.05,\"9146\":2266.54,\"9147\":2249.12,\"9148\":941.0,\"9149\":3434.4,\"9150\":11473.2,\"9151\":19962.07,\"9152\":19947.0,\"9153\":112.2,\"9154\":41395.37,\"9155\":7856.17,\"9156\":8954.56,\"9157\":1.06,\"9158\":0.34,\"9159\":4258.8,\"9160\":null,\"9161\":68.75,\"9162\":5428.0,\"9163\":498.91,\"9164\":null,\"9165\":13978.32,\"9166\":5727.65,\"9167\":58182.64,\"9168\":2125.2,\"9169\":687.93,\"9170\":79643.83,\"9171\":7516.95,\"9172\":3800.0,\"9173\":2580.0,\"9174\":null,\"9175\":2211.98,\"9176\":2084.63,\"9177\":5848.43,\"9178\":3015.9,\"9179\":3760.8,\"9180\":596.64,\"9181\":195.0,\"9182\":118.2,\"9183\":34.2,\"9184\":132.48,\"9185\":null,\"9186\":677.01,\"9187\":622.71,\"9188\":555.72,\"9189\":486.78,\"9190\":449.97,\"9191\":1243.2,\"9192\":339.36,\"9193\":73.2,\"9194\":9163.86,\"9195\":9620.66,\"9196\":3877.2,\"9197\":2885.22,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":5689.8,\"9204\":228.0,\"9205\":610.86,\"9206\":426.74,\"9207\":1122.3,\"9208\":null,\"9209\":595.23,\"9210\":281.52,\"9211\":474.1,\"9212\":395.12,\"9213\":5682.15,\"9214\":4900.0,\"9215\":281.56,\"9216\":512.73,\"9217\":203.58,\"9218\":null,\"9219\":null,\"9220\":1240.46,\"9221\":902.49,\"9222\":942.0,\"9223\":9086.11,\"9224\":9554.74,\"9225\":2232.3,\"9226\":1284.3,\"9227\":740.21,\"9228\":736.01,\"9229\":2336.23,\"9230\":364.07,\"9231\":1445.4,\"9232\":14.52,\"9233\":468.52,\"9234\":778.78,\"9235\":2622.0,\"9236\":450.34,\"9237\":null,\"9238\":3868.33,\"9239\":2514.6,\"9240\":7239.6,\"9241\":365387.37,\"9242\":5990.4,\"9243\":4686.98,\"9244\":709.28,\"9245\":46.9,\"9246\":null,\"9247\":429.63,\"9248\":12738.0,\"9249\":19600.1,\"9250\":204.6,\"9251\":2164.47,\"9252\":1745.7,\"9253\":766.39,\"9254\":810.0,\"9255\":15556.0,\"9256\":60670.51,\"9257\":503220.49,\"9258\":null,\"9259\":612.81,\"9260\":18004.16,\"9261\":53077.51,\"9262\":8231.67,\"9263\":1149.43,\"9264\":3702.72,\"9265\":888.43,\"9266\":20481.75,\"9267\":606.54,\"9268\":null,\"9269\":48165.85,\"9270\":29100.94,\"9271\":10013.0,\"9272\":4778.62,\"9273\":942.77,\"9274\":255000.0,\"9275\":5868.69,\"9276\":509100.0,\"9277\":86422.97,\"9278\":15745.79,\"9279\":396235.74,\"9280\":14841.75,\"9281\":18304.0,\"9282\":0.46,\"9283\":11794.04,\"9284\":11759.55,\"9285\":124986.59,\"9286\":1337.22,\"9287\":1340.85,\"9288\":570.83,\"9289\":160930.0,\"9290\":53565.9,\"9291\":2544.49,\"9292\":724.35,\"9293\":405.94,\"9294\":46708.67,\"9295\":90562.19,\"9296\":4044.86,\"9297\":2355.6,\"9298\":null,\"9299\":891.39,\"9300\":1144096.78,\"9301\":600316.1899999999,\"9302\":354.0,\"9303\":6927.8,\"9304\":7587.4,\"9305\":815.87,\"9306\":205130.0,\"9307\":580.88,\"9308\":15768.0,\"9309\":39941.66,\"9310\":64748.99,\"9311\":164890.0,\"9312\":null,\"9313\":null,\"9314\":594815.36,\"9315\":null,\"9316\":null,\"9317\":3979.13,\"9318\":558.36,\"9319\":682.24,\"9320\":2587.65,\"9321\":81385.59,\"9322\":2225.77,\"9323\":518.93,\"9324\":1080.72,\"9325\":1003.39,\"9326\":9099.6,\"9327\":411.6,\"9328\":1794.08,\"9329\":16820.67,\"9330\":4355.55,\"9331\":19850.1,\"9332\":9441.6,\"9333\":366.5,\"9334\":2637.0,\"9335\":171.6,\"9336\":345.85,\"9337\":29204.5,\"9338\":50219.95,\"9339\":1304.04,\"9340\":595226.5,\"9341\":null,\"9342\":820257.97,\"9343\":null,\"9344\":765.6,\"9345\":1102.78,\"9346\":2025.0,\"9347\":176459.93,\"9348\":2231.97,\"9349\":205218.07,\"9350\":141956.54,\"9351\":109513.36,\"9352\":2058.0,\"9353\":792.96,\"9354\":1590.69,\"9355\":60543.93,\"9356\":14926.84,\"9357\":14620.81,\"9358\":54686.69,\"9359\":155338.8,\"9360\":164198.6,\"9361\":7768.24,\"9362\":18431.33,\"9363\":44009.27,\"9364\":47309.47,\"9365\":662.13,\"9366\":76640.75,\"9367\":1139.68,\"9368\":2932.6,\"9369\":2673.63,\"9370\":29961.57,\"9371\":null,\"9372\":58143.92,\"9373\":19311.85,\"9374\":651.48,\"9375\":15541.2,\"9376\":null,\"9377\":null,\"9378\":6752.13,\"9379\":341.62,\"9380\":11.8,\"9381\":7440.0,\"9382\":9527.66,\"9383\":1634.88,\"9384\":1686.96,\"9385\":169.75,\"9386\":8840.0,\"9387\":13804.0,\"9388\":3715.8,\"9389\":17670.05,\"9390\":14910.62,\"9391\":10219.89,\"9392\":10231.57,\"9393\":216.48,\"9394\":12818.0,\"9395\":12536.0,\"9396\":2834.4,\"9397\":19674.1,\"9398\":19608.02,\"9399\":19550.61,\"9400\":517.7,\"9401\":12742.2,\"9402\":4834.0,\"9403\":null,\"9404\":1414.4,\"9405\":3501.06,\"9406\":7069.3,\"9407\":3549.0,\"9408\":300.5,\"9409\":1764.21,\"9410\":327.29,\"9411\":3101.0,\"9412\":725.75,\"9413\":13416.94,\"9414\":5349.29,\"9415\":13095.67,\"9416\":1062.0,\"9417\":162.86,\"9418\":539.73,\"9419\":696.3,\"9420\":null,\"9421\":699.16,\"9422\":null,\"9423\":2102.65,\"9424\":5258.33,\"9425\":16041.42,\"9426\":3000.0,\"9427\":5229.4,\"9428\":3432.06,\"9429\":57974.15,\"9430\":7347.88,\"9431\":3298.35,\"9432\":9716.35,\"9433\":5893.92,\"9434\":16036.63,\"9435\":11281.58,\"9436\":15618.44,\"9437\":null,\"9438\":10339.14,\"9439\":1391.5,\"9440\":5889.26,\"9441\":6237.1,\"9442\":7356.0,\"9443\":11633.48,\"9444\":200.92,\"9445\":102.8,\"9446\":260.56,\"9447\":6546.23,\"9448\":1.77,\"9449\":40.06,\"9450\":766.51,\"9451\":6084.0,\"9452\":6859.26,\"9453\":1415.12,\"9454\":17741.79,\"9455\":16224.23,\"9456\":8204.51,\"9457\":4483.8,\"9458\":15627.6,\"9459\":19955.99,\"9460\":19945.92,\"9461\":906.0,\"9462\":63406.92,\"9463\":17190.13,\"9464\":16993.03,\"9465\":4.98,\"9466\":1.39,\"9467\":4522.8,\"9468\":149.7,\"9469\":33.66,\"9470\":920.0,\"9471\":494.43,\"9472\":7.8,\"9473\":11282.3,\"9474\":7059.63,\"9475\":71559.67,\"9476\":1284.97,\"9477\":964.62,\"9478\":74563.76,\"9479\":7932.75,\"9480\":11640.0,\"9481\":3176.4,\"9482\":3441.72,\"9483\":5721.3,\"9484\":4936.5,\"9485\":6077.25,\"9486\":4915.8,\"9487\":6151.2,\"9488\":440.18,\"9489\":342.84,\"9490\":356.52,\"9491\":173.28,\"9492\":588.66,\"9493\":333.9,\"9494\":360.64,\"9495\":646.85,\"9496\":624.72,\"9497\":201.03,\"9498\":212.38,\"9499\":7862.4,\"9500\":650.52,\"9501\":933.6,\"9502\":4314.52,\"9503\":4320.39,\"9504\":5463.0,\"9505\":null,\"9506\":4900.0,\"9507\":612.66,\"9508\":1471.2,\"9509\":839.5,\"9510\":null,\"9511\":6219.0,\"9512\":8808.0,\"9513\":8630.45,\"9514\":188.14,\"9515\":8244.0,\"9516\":0.54,\"9517\":565.32,\"9518\":497.2,\"9519\":2277.0,\"9520\":7797.0,\"9521\":4900.0,\"9522\":707.53,\"9523\":216.98,\"9524\":274.44,\"9525\":848.32,\"9526\":null,\"9527\":2783.06,\"9528\":1485.46,\"9529\":4503.0,\"9530\":2041.55,\"9531\":4457.65,\"9532\":8883.6,\"9533\":5583.6,\"9534\":661.69,\"9535\":661.3,\"9536\":3523.03,\"9537\":249.23,\"9538\":8530.5,\"9539\":null,\"9540\":48.92,\"9541\":338.0,\"9542\":641.24,\"9543\":3432.06,\"9544\":189.29,\"9545\":140.17,\"9546\":3850.0,\"9547\":2494.8,\"9548\":7242.0,\"9549\":378008.96,\"9550\":10486.8,\"9551\":6422.23,\"9552\":711.15,\"9553\":null,\"9554\":null,\"9555\":390.87,\"9556\":11572.0,\"9557\":19701.3,\"9558\":198.0,\"9559\":2175.86,\"9560\":1761.54,\"9561\":772.74,\"9562\":805.0,\"9563\":null,\"9564\":60152.73,\"9565\":491636.03,\"9566\":null,\"9567\":9987.29,\"9568\":38356.89,\"9569\":8158.33,\"9570\":953.06,\"9571\":3702.08,\"9572\":907.06,\"9573\":23867.95,\"9574\":609.4,\"9575\":null,\"9576\":49647.25,\"9577\":30480.82,\"9578\":14621.0,\"9579\":4732.52,\"9580\":941.78,\"9581\":255000.0,\"9582\":5926.6,\"9583\":null,\"9584\":81300.73,\"9585\":18065.4,\"9586\":398024.29,\"9587\":23632.93,\"9588\":17831.0,\"9589\":0.64,\"9590\":15032.67,\"9591\":null,\"9592\":null,\"9593\":1904.19,\"9594\":1328.7,\"9595\":583.71,\"9596\":145805.0,\"9597\":37034.78,\"9598\":803.74,\"9599\":716.77,\"9600\":397.04,\"9601\":54472.08,\"9602\":null,\"9603\":3357.11,\"9604\":2417.4,\"9605\":13050.4,\"9606\":780.92,\"9607\":1185178.9299999999,\"9608\":233795.7,\"9609\":null,\"9610\":6894.8,\"9611\":6046.55,\"9612\":824.54,\"9613\":183480.0,\"9614\":528.6,\"9615\":12960.0,\"9616\":35650.1,\"9617\":39613.87,\"9618\":51821.73,\"9619\":null,\"9620\":585212.15,\"9621\":7500.36,\"9622\":3520.0,\"9623\":642.44,\"9624\":696.28,\"9625\":3570.45,\"9626\":81047.13,\"9627\":2218.88,\"9628\":534.63,\"9629\":1206.9,\"9630\":1107.37,\"9631\":9871.2,\"9632\":411.84,\"9633\":19019.0,\"9634\":2201.68,\"9635\":19343.02,\"9636\":4393.8,\"9637\":19807.96,\"9638\":null,\"9639\":368.35,\"9640\":2661.6,\"9641\":250.8,\"9642\":346.61,\"9643\":29640.26,\"9644\":46331.8,\"9645\":1305.81,\"9646\":1078250.0600000001,\"9647\":null,\"9648\":820091.3199999999,\"9649\":1600.26,\"9650\":814.0,\"9651\":1056.4,\"9652\":937.0,\"9653\":36532.52,\"9654\":66707.86,\"9655\":123993.4,\"9656\":72899.81,\"9657\":72942.92,\"9658\":null,\"9659\":797.16,\"9660\":64444.88,\"9661\":12751.68,\"9662\":12462.87,\"9663\":54649.41,\"9664\":153904.39,\"9665\":170440.5,\"9666\":null,\"9667\":null,\"9668\":44012.62,\"9669\":47569.16,\"9670\":632.61,\"9671\":76509.7,\"9672\":1056.07,\"9673\":8322.6,\"9674\":2896.08,\"9675\":16977.54,\"9676\":null,\"9677\":19261.85,\"9678\":651.75,\"9679\":12711.6,\"9680\":null,\"9681\":null,\"9682\":6766.49,\"9683\":312.64,\"9684\":26.89,\"9685\":5920.0,\"9686\":9582.52,\"9687\":1635.12,\"9688\":1669.36,\"9689\":143.75,\"9690\":8976.0,\"9691\":12916.0,\"9692\":3025.0,\"9693\":15725.94,\"9694\":20303.62,\"9695\":10221.35,\"9696\":10229.96,\"9697\":1078.29,\"9698\":12247.7,\"9699\":11983.0,\"9700\":178.8,\"9701\":19660.88,\"9702\":19614.38,\"9703\":19407.25,\"9704\":692.5,\"9705\":13583.1,\"9706\":7900.0,\"9707\":10.5,\"9708\":1568.4,\"9709\":3492.78,\"9710\":6234.2,\"9711\":5987.0,\"9712\":300.5,\"9713\":1660.15,\"9714\":301.76,\"9715\":2914.0,\"9716\":1244.35,\"9717\":19833.95,\"9718\":3553.06,\"9719\":9057.11,\"9720\":1132.2,\"9721\":0.52,\"9722\":null,\"9723\":693.0,\"9724\":496.76,\"9725\":701.14,\"9726\":758.77,\"9727\":12444.89,\"9728\":3000.0,\"9729\":5950.8,\"9730\":5438.58,\"9731\":70821.74,\"9732\":7153.06,\"9733\":2203.31,\"9734\":3747.65,\"9735\":4548.96,\"9736\":12330.91,\"9737\":10987.78,\"9738\":13003.49,\"9739\":null,\"9740\":5205.42,\"9741\":872.08,\"9742\":5784.0,\"9743\":6131.88,\"9744\":7861.5,\"9745\":11627.93,\"9746\":146.56,\"9747\":18.4,\"9748\":null,\"9749\":2809.57,\"9750\":1.56,\"9751\":60.5,\"9752\":1444.21,\"9753\":3168.0,\"9754\":6759.61,\"9755\":1090.83,\"9756\":9232.48,\"9757\":7014.7,\"9758\":3333.04,\"9759\":1130.4,\"9760\":3013.2,\"9761\":19991.79,\"9762\":19988.91,\"9763\":48.0,\"9764\":34139.81,\"9765\":1974.17,\"9766\":1958.43,\"9767\":4.29,\"9768\":1.26,\"9769\":8413.2,\"9770\":1117.5,\"9771\":43.01,\"9772\":6897.7,\"9773\":72.19,\"9774\":9.3,\"9775\":18535.56,\"9776\":10287.4,\"9777\":71919.71,\"9778\":1251.96,\"9779\":259.44,\"9780\":3100.34,\"9781\":7998.9,\"9782\":11120.0,\"9783\":882.6,\"9784\":7838.4,\"9785\":4303.58,\"9786\":3655.8,\"9787\":6051.6,\"9788\":4996.5,\"9789\":6183.0,\"9790\":689.04,\"9791\":15.4,\"9792\":268.68,\"9793\":68.16,\"9794\":18.72,\"9795\":310.26,\"9796\":201.12,\"9797\":485.82,\"9798\":491.18,\"9799\":614.04,\"9800\":849.21,\"9801\":829.58,\"9802\":5754.0,\"9803\":121.44,\"9804\":85.2,\"9805\":2801.87,\"9806\":2813.91,\"9807\":2032.2,\"9808\":null,\"9809\":4900.0,\"9810\":318.96,\"9811\":null,\"9812\":664.13,\"9813\":null,\"9814\":6347.4,\"9815\":6387.6,\"9816\":1288.25,\"9817\":662.72,\"9818\":null,\"9819\":0.82,\"9820\":657.71,\"9821\":264.48,\"9822\":243.1,\"9823\":2557.72,\"9824\":7305.95,\"9825\":4900.0,\"9826\":787.99,\"9827\":862.84,\"9828\":166.05,\"9829\":761.6,\"9830\":null,\"9831\":1037.4,\"9832\":2842.11,\"9833\":2875.8,\"9834\":4044.0,\"9835\":5151.0,\"9836\":716.56,\"9837\":711.46,\"9838\":3091.2,\"9839\":536.64,\"9840\":4973.1,\"9841\":2.16,\"9842\":136.48,\"9843\":363.4,\"9844\":3714.96,\"9845\":814.43,\"9846\":400.23,\"9847\":3846.33,\"9848\":2494.8,\"9849\":7246.8,\"9850\":296317.07,\"9851\":9723.6,\"9852\":5926.2,\"9853\":709.5,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":12881.0,\"9858\":19707.35,\"9859\":198.0,\"9860\":772.53,\"9861\":1551.99,\"9862\":355.36,\"9863\":809.0,\"9864\":458283.88,\"9865\":null,\"9866\":9988.6,\"9867\":47530.69,\"9868\":8103.33,\"9869\":1084.16,\"9870\":3703.68,\"9871\":995.61,\"9872\":17531.47,\"9873\":617.76,\"9874\":null,\"9875\":39914.96,\"9876\":30199.25,\"9877\":12311.0,\"9878\":4616.47,\"9879\":942.77,\"9880\":null,\"9881\":5695.51,\"9882\":null,\"9883\":507130.0,\"9884\":19234.83,\"9885\":15806.51,\"9886\":397678.02,\"9887\":13864.02,\"9888\":17105.0,\"9889\":0.58,\"9890\":13067.32,\"9891\":105445.89,\"9892\":1309.07,\"9893\":1346.16,\"9894\":573.33,\"9895\":212025.0,\"9896\":65155.73,\"9897\":2675.13,\"9898\":724.35,\"9899\":433.5,\"9900\":28540.2,\"9901\":3756.24,\"9902\":2413.8,\"9903\":12867.8,\"9904\":343.4,\"9905\":1171191.45,\"9906\":599970.88,\"9907\":6784.8,\"9908\":6611.26,\"9909\":818.62,\"9910\":186090.0,\"9911\":573.35,\"9912\":12204.0,\"9913\":64554.2,\"9914\":49421.27,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":9922.74,\"9920\":2907.83,\"9921\":582.52,\"9922\":679.28,\"9923\":3548.7,\"9924\":81040.46,\"9925\":2217.16,\"9926\":423.23,\"9927\":1303.2,\"9928\":1143.21,\"9929\":9734.4,\"9930\":411.12,\"9931\":1932.64,\"9932\":19663.7,\"9933\":4339.35,\"9934\":19056.38,\"9935\":364.91,\"9936\":177.83,\"9937\":254.1,\"9938\":346.31,\"9939\":30071.13,\"9940\":43627.23,\"9941\":1291.92,\"9942\":232115.71,\"9943\":null,\"9944\":816750.1899999999,\"9945\":1598.7,\"9946\":825.88,\"9947\":1063.41,\"9948\":1047.6,\"9949\":null,\"9950\":36631.7,\"9951\":124029.85,\"9952\":72492.53,\"9953\":72920.02,\"9954\":null,\"9955\":804.44,\"9956\":66245.79,\"9957\":10643.19,\"9958\":10703.05,\"9959\":54890.65,\"9960\":45111.31,\"9961\":66420.55,\"9962\":null,\"9963\":43626.38,\"9964\":47464.12,\"9965\":347.01,\"9966\":76528.2,\"9967\":546.37,\"9968\":9796.6,\"9969\":2752.95},\"Values_Hour17\":{\"0\":19704.4,\"1\":651.87,\"2\":7873.2,\"3\":17138.46,\"4\":1.2,\"5\":48.0,\"6\":6738.27,\"7\":365.05,\"8\":1920.0,\"9\":5887.82,\"10\":1205.28,\"11\":1705.88,\"12\":283.0,\"13\":10150.0,\"14\":13630.0,\"15\":2668.6,\"16\":6820.02,\"17\":20682.08,\"18\":10165.54,\"19\":10221.63,\"20\":162.36,\"21\":15711.6,\"22\":15364.1,\"23\":408.0,\"24\":1600.0,\"25\":null,\"26\":19753.08,\"27\":10345.09,\"28\":19452.58,\"29\":5962.0,\"30\":6117.02,\"31\":6100.44,\"32\":6118.37,\"33\":260.5,\"34\":10278.2,\"35\":5022.0,\"36\":null,\"37\":2358.0,\"38\":1324.8,\"39\":3956.5,\"40\":304.06,\"41\":2100.57,\"42\":345.46,\"43\":2441.0,\"44\":1213.62,\"45\":13545.27,\"46\":812.35,\"47\":7778.17,\"48\":455.4,\"49\":156.55,\"50\":null,\"51\":765.6,\"52\":330.88,\"53\":null,\"54\":418.44,\"55\":293.28,\"56\":7501.55,\"57\":6601.0,\"58\":2322.54,\"59\":32993.83,\"60\":2719.18,\"61\":null,\"62\":9779.48,\"63\":3117.6,\"64\":null,\"65\":7565.92,\"66\":7047.72,\"67\":7999.59,\"68\":51178.01,\"69\":6203.06,\"70\":417.56,\"71\":1538.24,\"72\":1368.92,\"73\":1797.0,\"74\":11744.67,\"75\":58.2,\"76\":1.2,\"77\":null,\"78\":2318.67,\"79\":0.08,\"80\":24.66,\"81\":346.3,\"82\":4018.22,\"83\":1396.8,\"84\":1744.76,\"85\":null,\"86\":7962.66,\"87\":7839.24,\"88\":3588.04,\"89\":3672.0,\"90\":9806.4,\"91\":13789.24,\"92\":14365.22,\"93\":375.0,\"94\":17750.8,\"95\":3008.23,\"96\":2938.15,\"97\":2.54,\"98\":0.71,\"99\":1282.8,\"100\":541.2,\"101\":null,\"102\":1985.36,\"103\":246.37,\"104\":null,\"105\":10732.18,\"106\":2996.68,\"107\":17537.07,\"108\":1379.29,\"109\":442.29,\"110\":32392.34,\"111\":1982.75,\"112\":5040.0,\"113\":1684.8,\"114\":3996.48,\"115\":560.7,\"116\":557.78,\"117\":1428.98,\"118\":1131.6,\"119\":1329.6,\"120\":232.41,\"121\":6.6,\"122\":143.16,\"123\":65.76,\"124\":139.68,\"125\":164.34,\"126\":95.79,\"127\":181.39,\"128\":116.88,\"129\":130.12,\"130\":217.09,\"131\":2700.0,\"132\":135.36,\"133\":null,\"134\":3379.94,\"135\":3832.64,\"136\":1881.0,\"137\":60.08,\"138\":211.83,\"139\":null,\"140\":143.75,\"141\":null,\"142\":1601.1,\"143\":3465.6,\"144\":1685.29,\"145\":333.76,\"146\":4377.6,\"147\":null,\"148\":220.29,\"149\":171.48,\"150\":235.4,\"151\":769.56,\"152\":3538.55,\"153\":179.81,\"154\":132.28,\"155\":183.51,\"156\":284.15,\"157\":120.0,\"158\":3891.42,\"159\":2945.74,\"160\":null,\"161\":3417.2,\"162\":3160.75,\"163\":3899.76,\"164\":null,\"165\":235.42,\"166\":234.19,\"167\":3316.5,\"168\":24.5,\"169\":11.87,\"170\":94.24,\"171\":257.02,\"172\":2329.8,\"173\":7237.2,\"174\":256603.82,\"175\":5367.6,\"176\":3439.83,\"177\":469.04,\"178\":440.0,\"179\":397.06,\"180\":14014.0,\"181\":19578.18,\"182\":198.0,\"183\":3030.88,\"184\":1789.59,\"185\":null,\"186\":2350.8,\"187\":1352.0,\"188\":18196.0,\"189\":60168.66,\"190\":469724.72,\"191\":14456.0,\"192\":1334.52,\"193\":7985.52,\"194\":55160.12,\"195\":6002.33,\"196\":633.9,\"197\":185.25,\"198\":6385.7,\"199\":3703.04,\"200\":1847.86,\"201\":15112.62,\"202\":570.02,\"203\":55543.98,\"204\":23513.45,\"205\":15318.85,\"206\":12689.0,\"207\":5773.76,\"208\":938.8,\"209\":245206.05,\"210\":null,\"211\":6889.9,\"212\":null,\"213\":511220.0,\"214\":697731.87,\"215\":96399.27,\"216\":21965.33,\"217\":338488.21,\"218\":19272.0,\"219\":18673.6,\"220\":23078.66,\"221\":8846.51,\"222\":10777.74,\"223\":120310.62,\"224\":798.19,\"225\":1716.88,\"226\":203573.29,\"227\":19915.37,\"228\":2448.47,\"229\":1324.28,\"230\":406.2,\"231\":30526.25,\"232\":null,\"233\":4057.2,\"234\":2607.6,\"235\":null,\"236\":908.82,\"237\":896208.25,\"238\":599984.39,\"239\":528.0,\"240\":7614.2,\"241\":4608.56,\"242\":814.33,\"243\":190730.0,\"244\":658.41,\"245\":5364.0,\"246\":19952.06,\"247\":59540.66,\"248\":69673.3,\"249\":165065.13,\"250\":null,\"251\":null,\"252\":479805.68,\"253\":null,\"254\":null,\"255\":7346.09,\"256\":604.03,\"257\":671.58,\"258\":3980.25,\"259\":89207.11,\"260\":1062.1,\"261\":430.58,\"262\":711.9,\"263\":854.49,\"264\":4420.8,\"265\":424.08,\"266\":18923.67,\"267\":11356.3,\"268\":8051.4,\"269\":19740.8,\"270\":10281.6,\"271\":null,\"272\":368.81,\"273\":2516.4,\"274\":270.61,\"275\":30226.39,\"276\":25605.7,\"277\":null,\"278\":null,\"279\":821226.13,\"280\":925.38,\"281\":831.38,\"282\":1212.01,\"283\":2916.0,\"284\":null,\"285\":null,\"286\":212342.27,\"287\":112491.15,\"288\":201356.57,\"289\":124435.59,\"290\":802.06,\"291\":2255.63,\"292\":15661.67,\"293\":8218.79,\"294\":5948.75,\"295\":77664.98,\"296\":157708.66,\"297\":171065.8,\"298\":3956.44,\"299\":228158.06,\"300\":15324.85,\"301\":null,\"302\":44818.94,\"303\":48171.68,\"304\":null,\"305\":75675.97,\"306\":null,\"307\":9354.4,\"308\":2602.93,\"309\":24373.13,\"310\":56139.64,\"311\":24687.13,\"312\":19717.47,\"313\":653.7,\"314\":7394.4,\"315\":17139.77,\"316\":null,\"317\":8616.0,\"318\":6644.22,\"319\":null,\"320\":3520.0,\"321\":4769.09,\"322\":1239.72,\"323\":1656.6,\"324\":131.34,\"325\":12827.0,\"326\":12329.0,\"327\":2692.8,\"328\":7783.56,\"329\":20452.59,\"330\":10200.41,\"331\":10218.63,\"332\":null,\"333\":16181.7,\"334\":15819.4,\"335\":1.2,\"336\":860.05,\"337\":13698.0,\"338\":19674.77,\"339\":10329.89,\"340\":19409.89,\"341\":6153.77,\"342\":6105.7,\"343\":6090.34,\"344\":6425.39,\"345\":599.8,\"346\":10425.8,\"347\":7736.0,\"348\":null,\"349\":2503.2,\"350\":189.06,\"351\":4520.6,\"352\":304.06,\"353\":1943.86,\"354\":346.61,\"355\":2395.0,\"356\":1445.55,\"357\":13448.85,\"358\":2005.43,\"359\":7025.73,\"360\":null,\"361\":172.37,\"362\":null,\"363\":848.76,\"364\":315.48,\"365\":131.78,\"366\":7719.75,\"367\":6359.6,\"368\":2874.54,\"369\":19628.83,\"370\":2654.89,\"371\":null,\"372\":5234.09,\"373\":100.8,\"374\":7286.8,\"375\":6841.79,\"376\":6178.1,\"377\":null,\"378\":2391.06,\"379\":1.1,\"380\":599.03,\"381\":1675.71,\"382\":3472.5,\"383\":11733.51,\"384\":null,\"385\":null,\"386\":null,\"387\":3094.09,\"388\":0.58,\"389\":16.04,\"390\":348.45,\"391\":6026.48,\"392\":1767.6,\"393\":2114.17,\"394\":60.37,\"395\":7267.95,\"396\":6891.11,\"397\":2900.25,\"398\":2219.4,\"399\":3344.4,\"400\":19903.66,\"401\":19926.45,\"402\":5.4,\"403\":7983.56,\"404\":3893.75,\"405\":4181.67,\"406\":0.51,\"407\":0.16,\"408\":1282.8,\"409\":null,\"410\":9.9,\"411\":865.26,\"412\":0.45,\"413\":null,\"414\":3038.89,\"415\":3376.09,\"416\":40027.79,\"417\":1296.46,\"418\":39.33,\"419\":15651.34,\"420\":3405.15,\"421\":3880.0,\"422\":1092.6,\"423\":1018.44,\"424\":1622.25,\"425\":1545.75,\"426\":1254.83,\"427\":2310.6,\"428\":2858.4,\"429\":317.06,\"430\":6.6,\"431\":101.64,\"432\":52.2,\"433\":186.6,\"434\":160.74,\"435\":93.48,\"436\":142.04,\"437\":132.6,\"438\":138.25,\"439\":178.74,\"440\":3026.4,\"441\":176.88,\"442\":null,\"443\":492.95,\"444\":512.38,\"445\":1908.0,\"446\":null,\"447\":173.37,\"448\":null,\"449\":491.17,\"450\":2719.2,\"451\":2982.0,\"452\":228.53,\"453\":331.92,\"454\":8377.65,\"455\":null,\"456\":null,\"457\":235.44,\"458\":359.7,\"459\":642.84,\"460\":1603.1,\"461\":235.03,\"462\":132.15,\"463\":48.97,\"464\":null,\"465\":null,\"466\":2289.14,\"467\":1784.74,\"468\":null,\"469\":447.48,\"470\":476.6,\"471\":505.76,\"472\":3348.6,\"473\":211.86,\"474\":212.12,\"475\":844.8,\"476\":null,\"477\":37.52,\"478\":15.48,\"479\":133.4,\"480\":null,\"481\":2395.8,\"482\":7240.8,\"483\":11931.0,\"484\":4420.8,\"485\":2943.9,\"486\":656.7,\"487\":null,\"488\":396.94,\"489\":14333.0,\"490\":19602.94,\"491\":191.4,\"492\":768.57,\"493\":1755.6,\"494\":689.18,\"495\":2004.3,\"496\":1325.0,\"497\":16684.0,\"498\":464836.93,\"499\":502679.55,\"500\":13640.0,\"501\":2.31,\"502\":9956.19,\"503\":57665.29,\"504\":4348.67,\"505\":867.96,\"506\":715.56,\"507\":6367.3,\"508\":3700.48,\"509\":1967.56,\"510\":14198.36,\"511\":526.68,\"512\":49758.21,\"513\":17835.79,\"514\":null,\"515\":10860.0,\"516\":7858.49,\"517\":938.8,\"518\":243752.7,\"519\":3021.4,\"520\":49032.0,\"521\":508510.0,\"522\":1234066.8200000001,\"523\":10082.62,\"524\":20458.82,\"525\":51775.4,\"526\":14664.0,\"527\":18669.2,\"528\":20126.44,\"529\":8854.93,\"530\":9152.98,\"531\":169298.2,\"532\":763.21,\"533\":1824.38,\"534\":203023.29,\"535\":24124.23,\"536\":2469.86,\"537\":1324.77,\"538\":400.73,\"539\":37495.27,\"540\":3959.94,\"541\":2197.8,\"542\":75.53,\"543\":904.39,\"544\":895968.9,\"545\":602338.25,\"546\":342.0,\"547\":7288.6,\"548\":4599.42,\"549\":746.24,\"550\":109120.0,\"551\":680.05,\"552\":13824.0,\"553\":null,\"554\":59029.35,\"555\":69772.31,\"556\":164479.12,\"557\":1545.5,\"558\":null,\"559\":455694.05,\"560\":43643.93,\"561\":7040.0,\"562\":594.13,\"563\":670.79,\"564\":3525.75,\"565\":173700.56,\"566\":1062.1,\"567\":532.62,\"568\":875.16,\"569\":775.8,\"570\":4290.0,\"571\":433.8,\"572\":2088.33,\"573\":8071.2,\"574\":19651.2,\"575\":8731.2,\"576\":null,\"577\":363.66,\"578\":2253.0,\"579\":249.58,\"580\":29879.47,\"581\":25589.05,\"582\":1029674.45,\"583\":null,\"584\":817021.23,\"585\":964.02,\"586\":774.4,\"587\":1346.63,\"588\":2763.0,\"589\":8733.82,\"590\":null,\"591\":500622.52,\"592\":197550.0,\"593\":null,\"594\":124169.78,\"595\":75253.25,\"596\":73091.01,\"597\":800.94,\"598\":1201.03,\"599\":42225.05,\"600\":7462.38,\"601\":5401.11,\"602\":64598.75,\"603\":162279.08,\"604\":170279.55,\"605\":6061.27,\"606\":150488.92,\"607\":14754.26,\"608\":44979.23,\"609\":47724.44,\"610\":685.74,\"611\":75524.16,\"612\":755.15,\"613\":11209.0,\"614\":2753.98,\"615\":27005.06,\"616\":56248.33,\"617\":56081.67,\"618\":19552.57,\"619\":652.08,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":5719.2,\"624\":6675.08,\"625\":720.0,\"626\":4769.09,\"627\":1227.36,\"628\":1666.28,\"629\":124.61,\"630\":10409.0,\"631\":9755.0,\"632\":2620.2,\"633\":7434.04,\"634\":24502.9,\"635\":13827.09,\"636\":14485.21,\"637\":2230.95,\"638\":15468.3,\"639\":15129.8,\"640\":null,\"641\":1590.9,\"642\":13734.0,\"643\":19621.11,\"644\":10265.35,\"645\":18461.02,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":601.6,\"651\":13598.3,\"652\":3682.0,\"653\":2164.6,\"654\":186.3,\"655\":4676.0,\"656\":304.06,\"657\":2560.97,\"658\":345.46,\"659\":2345.0,\"660\":335.59,\"661\":13457.56,\"662\":1605.13,\"663\":5671.75,\"664\":15.0,\"665\":null,\"666\":1.47,\"667\":774.84,\"668\":311.52,\"669\":1222.5,\"670\":882.42,\"671\":2189.52,\"672\":6323.1,\"673\":2533.68,\"674\":24810.26,\"675\":1935.37,\"676\":42.67,\"677\":4981.57,\"678\":191.52,\"679\":6060.45,\"680\":8026.13,\"681\":4873.55,\"682\":null,\"683\":4227.89,\"684\":45.76,\"685\":1856.33,\"686\":99.27,\"687\":1299.0,\"688\":10959.63,\"689\":28.8,\"690\":null,\"691\":null,\"692\":2506.3,\"693\":0.28,\"694\":19.78,\"695\":116.22,\"696\":4742.4,\"697\":2606.4,\"698\":2208.05,\"699\":386.74,\"700\":7146.62,\"701\":6050.03,\"702\":2777.99,\"703\":3600.0,\"704\":11509.2,\"705\":18942.26,\"706\":19922.02,\"707\":null,\"708\":8593.6,\"709\":6149.53,\"710\":6795.27,\"711\":2.81,\"712\":0.73,\"713\":1282.8,\"714\":225.3,\"715\":5.28,\"716\":2352.44,\"717\":1.12,\"718\":2602.01,\"719\":2135.33,\"720\":33161.07,\"721\":1311.15,\"722\":57.27,\"723\":41642.05,\"724\":3521.35,\"725\":7320.0,\"726\":1770.0,\"727\":3262.32,\"728\":1353.15,\"729\":1264.95,\"730\":1048.5,\"731\":2020.2,\"732\":2526.0,\"733\":360.62,\"734\":2.2,\"735\":324.96,\"736\":55.8,\"737\":70.32,\"738\":167.22,\"739\":118.53,\"740\":188.78,\"741\":148.68,\"742\":214.86,\"743\":213.33,\"744\":3068.4,\"745\":228.36,\"746\":null,\"747\":1572.04,\"748\":1666.51,\"749\":963.0,\"750\":null,\"751\":201.72,\"752\":null,\"753\":null,\"754\":2625.9,\"755\":231.6,\"756\":653.08,\"757\":402.13,\"758\":null,\"759\":null,\"760\":285.71,\"761\":193.92,\"762\":224.4,\"763\":967.12,\"764\":765.9,\"765\":190.81,\"766\":216.34,\"767\":57.61,\"768\":0.4,\"769\":null,\"770\":4035.78,\"771\":3094.69,\"772\":null,\"773\":1601.2,\"774\":1524.12,\"775\":1679.31,\"776\":4104.0,\"777\":372.33,\"778\":370.55,\"779\":1300.2,\"780\":null,\"781\":6.74,\"782\":56.49,\"783\":152.95,\"784\":null,\"785\":2376.0,\"786\":7224.0,\"787\":14983.0,\"788\":4417.2,\"789\":2942.9,\"790\":671.99,\"791\":16.02,\"792\":397.22,\"793\":14201.0,\"794\":19615.32,\"795\":198.0,\"796\":3077.41,\"797\":1793.55,\"798\":633.69,\"799\":1975.5,\"800\":1465.0,\"801\":21660.0,\"802\":155510.54,\"803\":503316.51,\"804\":12632.0,\"805\":632.28,\"806\":9952.52,\"807\":57217.0,\"808\":4312.0,\"809\":1055.13,\"810\":737.63,\"811\":347.39,\"812\":3702.08,\"813\":2030.7,\"814\":15608.6,\"815\":575.96,\"816\":null,\"817\":15971.25,\"818\":null,\"819\":10575.0,\"820\":6216.38,\"821\":938.8,\"822\":239286.66,\"823\":8281.94,\"824\":41904.0,\"825\":375520.0,\"826\":1233494.73,\"827\":42006.46,\"828\":20850.77,\"829\":267580.81,\"830\":16500.0,\"831\":18645.0,\"832\":18785.39,\"833\":8849.79,\"834\":11079.21,\"835\":80850.6,\"836\":710.42,\"837\":1609.65,\"838\":202913.3,\"839\":22666.19,\"840\":2435.24,\"841\":300.11,\"842\":404.94,\"843\":28075.08,\"844\":3790.89,\"845\":2212.8,\"846\":17.7,\"847\":928.51,\"848\":897597.67,\"849\":598624.42,\"850\":540.0,\"851\":7427.2,\"852\":8325.83,\"853\":812.02,\"854\":205070.0,\"855\":682.57,\"856\":12060.0,\"857\":59521.17,\"858\":69317.35,\"859\":164690.85,\"860\":null,\"861\":403604.0,\"862\":494438.58,\"863\":2003.18,\"864\":43436.05,\"865\":1836.52,\"866\":588.19,\"867\":673.34,\"868\":3991.05,\"869\":347570.79,\"870\":1062.1,\"871\":528.5,\"872\":852.3,\"873\":797.91,\"874\":4347.6,\"875\":432.96,\"876\":null,\"877\":8072.55,\"878\":19654.4,\"879\":10545.6,\"880\":309.87,\"881\":2509.2,\"882\":105.6,\"883\":325.04,\"884\":29537.26,\"885\":50210.13,\"886\":774610.4,\"887\":null,\"888\":668532.73,\"889\":995.94,\"890\":835.34,\"891\":1296.61,\"892\":2430.0,\"893\":32512.34,\"894\":436336.54,\"895\":535490.72,\"896\":198000.0,\"897\":null,\"898\":null,\"899\":72099.55,\"900\":800.52,\"901\":2773.71,\"902\":34767.68,\"903\":5739.81,\"904\":4573.05,\"905\":64386.83,\"906\":162604.86,\"907\":169330.5,\"908\":3851.14,\"909\":103945.44,\"910\":14763.47,\"911\":44786.3,\"912\":47905.96,\"913\":null,\"914\":75699.87,\"915\":1454.63,\"916\":10705.2,\"917\":2808.27,\"918\":23744.42,\"919\":7468.73,\"920\":null,\"921\":56015.46,\"922\":17204.78,\"923\":651.57,\"924\":6408.0,\"925\":5601.6,\"926\":6720.29,\"927\":null,\"928\":2480.0,\"929\":8689.4,\"930\":1017.6,\"931\":1722.6,\"932\":139.79,\"933\":9519.0,\"934\":13844.0,\"935\":2565.2,\"936\":6943.95,\"937\":23898.72,\"938\":10194.8,\"939\":10221.77,\"940\":661.32,\"941\":15138.8,\"942\":14808.3,\"943\":null,\"944\":1386.2,\"945\":12744.0,\"946\":19717.08,\"947\":10305.39,\"948\":18997.21,\"949\":568.5,\"950\":11564.5,\"951\":3510.0,\"952\":2008.8,\"953\":1058.46,\"954\":4069.4,\"955\":304.06,\"956\":2021.98,\"957\":345.23,\"958\":2335.0,\"959\":1254.39,\"960\":12869.63,\"961\":908.39,\"962\":7020.43,\"963\":228.0,\"964\":null,\"965\":1.47,\"966\":811.8,\"967\":272.8,\"968\":783.3,\"969\":568.92,\"970\":120.96,\"971\":4063.02,\"972\":6188.6,\"973\":2696.52,\"974\":27241.25,\"975\":2549.5,\"976\":299.81,\"977\":4723.3,\"978\":1817.28,\"979\":5806.96,\"980\":10467.93,\"981\":8371.16,\"982\":null,\"983\":7441.4,\"984\":314.38,\"985\":2231.91,\"986\":1994.47,\"987\":3516.0,\"988\":11186.16,\"989\":5.96,\"990\":null,\"991\":null,\"992\":2617.94,\"993\":0.09,\"994\":20.35,\"995\":309.81,\"996\":3177.56,\"997\":2455.2,\"998\":2635.47,\"999\":121.77,\"1000\":9330.82,\"1001\":9474.98,\"1002\":4280.39,\"1003\":3267.0,\"1004\":9396.0,\"1005\":19779.56,\"1006\":19913.8,\"1007\":null,\"1008\":6609.34,\"1009\":5435.66,\"1010\":5719.07,\"1011\":2.84,\"1012\":0.65,\"1013\":1282.8,\"1014\":62.25,\"1015\":19.69,\"1016\":2805.08,\"1017\":7.46,\"1018\":null,\"1019\":4217.87,\"1020\":2142.71,\"1021\":33135.19,\"1022\":1314.56,\"1023\":433.32,\"1024\":15442.37,\"1025\":3437.0,\"1026\":7680.0,\"1027\":1438.2,\"1028\":3519.0,\"1029\":1524.38,\"1030\":1423.35,\"1031\":1394.55,\"1032\":1207.5,\"1033\":1533.3,\"1034\":444.4,\"1035\":2.2,\"1036\":249.96,\"1037\":175.08,\"1038\":43.8,\"1039\":289.86,\"1040\":119.55,\"1041\":117.65,\"1042\":162.96,\"1043\":298.43,\"1044\":297.71,\"1045\":3181.2,\"1046\":184.32,\"1047\":null,\"1048\":1271.36,\"1049\":1322.6,\"1050\":1306.8,\"1051\":974.93,\"1052\":264.09,\"1053\":null,\"1054\":null,\"1055\":729.6,\"1056\":2618.7,\"1057\":4605.6,\"1058\":4960.31,\"1059\":482.71,\"1060\":null,\"1061\":null,\"1062\":276.08,\"1063\":204.84,\"1064\":320.0,\"1065\":975.92,\"1066\":2941.7,\"1067\":183.78,\"1068\":258.89,\"1069\":76.01,\"1070\":null,\"1071\":null,\"1072\":4120.58,\"1073\":3228.78,\"1074\":null,\"1075\":1402.9,\"1076\":1362.89,\"1077\":1378.33,\"1078\":4290.3,\"1079\":387.99,\"1080\":387.22,\"1081\":1650.0,\"1082\":0.85,\"1083\":91.19,\"1084\":265.3,\"1085\":null,\"1086\":2263.8,\"1087\":7221.6,\"1088\":403065.61,\"1089\":3992.4,\"1090\":3943.25,\"1091\":693.0,\"1092\":38.9,\"1093\":11660.0,\"1094\":405.03,\"1095\":14201.0,\"1096\":19533.44,\"1097\":null,\"1098\":132.33,\"1099\":1750.32,\"1100\":728.1,\"1101\":null,\"1102\":1534.0,\"1103\":20408.0,\"1104\":60294.13,\"1105\":494108.39,\"1106\":13888.0,\"1107\":464.64,\"1108\":12029.66,\"1109\":35616.39,\"1110\":4367.0,\"1111\":873.43,\"1112\":725.05,\"1113\":3701.44,\"1114\":2072.58,\"1115\":13655.32,\"1116\":548.46,\"1117\":23457.47,\"1118\":15212.49,\"1119\":12547.0,\"1120\":5904.45,\"1121\":938.8,\"1122\":238448.9,\"1123\":115771.67,\"1124\":7258.01,\"1125\":41976.0,\"1126\":510860.0,\"1127\":415698.52,\"1128\":42014.77,\"1129\":20170.62,\"1130\":394413.04,\"1131\":15624.0,\"1132\":18440.4,\"1133\":21004.55,\"1134\":8749.8,\"1135\":11247.31,\"1136\":171252.36,\"1137\":744.99,\"1138\":1472.8,\"1139\":null,\"1140\":20246.89,\"1141\":2378.89,\"1142\":null,\"1143\":411.84,\"1144\":26615.8,\"1145\":null,\"1146\":2180.4,\"1147\":null,\"1148\":754.44,\"1149\":868485.05,\"1150\":599901.0699999999,\"1151\":726.0,\"1152\":6710.0,\"1153\":8311.32,\"1154\":809.38,\"1155\":136660.0,\"1156\":690.87,\"1157\":14616.0,\"1158\":22871.66,\"1159\":59071.61,\"1160\":68416.89,\"1161\":164575.36,\"1162\":null,\"1163\":402914.0,\"1164\":483257.1,\"1165\":50328.53,\"1166\":6733.91,\"1167\":null,\"1168\":688.14,\"1169\":3997.5,\"1170\":80320.81,\"1171\":1062.1,\"1172\":518.6,\"1173\":836.46,\"1174\":815.42,\"1175\":4797.6,\"1176\":432.0,\"1177\":2458.5,\"1178\":8097.3,\"1179\":19788.8,\"1180\":8145.6,\"1181\":358.18,\"1182\":2304.56,\"1183\":102.3,\"1184\":328.12,\"1185\":30117.43,\"1186\":25600.96,\"1187\":773625.25,\"1188\":null,\"1189\":674668.34,\"1190\":1088.88,\"1191\":834.24,\"1192\":1241.84,\"1193\":2430.0,\"1194\":33629.49,\"1195\":773893.73,\"1196\":531402.86,\"1197\":80960.0,\"1198\":165257.39,\"1199\":null,\"1200\":120936.15,\"1201\":800.1,\"1202\":856.83,\"1203\":35720.35,\"1204\":7816.39,\"1205\":5275.07,\"1206\":71112.41,\"1207\":162696.23,\"1208\":169332.35,\"1209\":9792.61,\"1210\":210780.48,\"1211\":14766.17,\"1212\":44635.67,\"1213\":48260.18,\"1214\":null,\"1215\":225949.96,\"1216\":1198.13,\"1217\":10249.8,\"1218\":2764.19,\"1219\":30676.14,\"1220\":44096.67,\"1221\":55820.97,\"1222\":17516.58,\"1223\":649.74,\"1224\":5925.6,\"1225\":7260.0,\"1226\":6739.26,\"1227\":314.49,\"1228\":5360.0,\"1229\":9237.37,\"1230\":628.44,\"1231\":1759.56,\"1232\":165.0,\"1233\":9197.0,\"1234\":9862.0,\"1235\":2523.4,\"1236\":8043.25,\"1237\":18786.3,\"1238\":10174.67,\"1239\":10221.85,\"1240\":518.61,\"1241\":14885.5,\"1242\":14547.5,\"1243\":null,\"1244\":1595.0,\"1245\":13392.0,\"1246\":19720.93,\"1247\":10301.06,\"1248\":19495.38,\"1249\":517.7,\"1250\":16161.9,\"1251\":1874.0,\"1252\":null,\"1253\":2010.9,\"1254\":1516.62,\"1255\":3702.7,\"1256\":304.06,\"1257\":897.55,\"1258\":344.54,\"1259\":2270.0,\"1260\":1194.33,\"1261\":12419.81,\"1262\":1989.82,\"1263\":7759.2,\"1264\":517.2,\"1265\":null,\"1266\":null,\"1267\":910.14,\"1268\":null,\"1269\":334.84,\"1270\":654.6,\"1271\":241.23,\"1272\":36.48,\"1273\":8554.92,\"1274\":6001.3,\"1275\":2024.46,\"1276\":36728.59,\"1277\":1995.78,\"1278\":null,\"1279\":9733.57,\"1280\":3856.32,\"1281\":265.1,\"1282\":5856.15,\"1283\":10067.72,\"1284\":8358.57,\"1285\":7217.01,\"1286\":9.02,\"1287\":598.55,\"1288\":1830.34,\"1289\":3277.5,\"1290\":9007.95,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":2727.25,\"1295\":0.29,\"1296\":26.14,\"1297\":132.19,\"1298\":4581.14,\"1299\":2098.8,\"1300\":2408.18,\"1301\":9762.48,\"1302\":9181.67,\"1303\":4133.28,\"1304\":3691.8,\"1305\":9684.0,\"1306\":14251.39,\"1307\":14843.79,\"1308\":null,\"1309\":18845.33,\"1310\":6154.38,\"1311\":6296.9,\"1312\":1.82,\"1313\":0.5,\"1314\":1282.8,\"1315\":96.03,\"1316\":2900.76,\"1317\":285.5,\"1318\":0.75,\"1319\":11498.8,\"1320\":2751.68,\"1321\":32210.77,\"1322\":1284.53,\"1323\":336.72,\"1324\":24443.77,\"1325\":3262.7,\"1326\":5120.0,\"1327\":3631.8,\"1328\":null,\"1329\":545.63,\"1330\":590.85,\"1331\":1348.65,\"1332\":1985.7,\"1333\":2524.8,\"1334\":277.11,\"1335\":214.56,\"1336\":164.28,\"1337\":50.64,\"1338\":259.86,\"1339\":125.22,\"1340\":254.73,\"1341\":151.08,\"1342\":306.53,\"1343\":358.71,\"1344\":2282.4,\"1345\":267.96,\"1346\":null,\"1347\":3715.75,\"1348\":4274.29,\"1349\":1261.8,\"1350\":3.62,\"1351\":229.68,\"1352\":null,\"1353\":null,\"1354\":2391.9,\"1355\":3013.2,\"1356\":1162.49,\"1357\":209.85,\"1358\":190.8,\"1359\":null,\"1360\":300.78,\"1361\":204.6,\"1362\":443.3,\"1363\":1105.28,\"1364\":2050.45,\"1365\":193.75,\"1366\":211.86,\"1367\":154.77,\"1368\":null,\"1369\":1950.24,\"1370\":1422.97,\"1371\":null,\"1372\":3662.45,\"1373\":3467.7,\"1374\":4333.79,\"1375\":139.2,\"1376\":310.95,\"1377\":311.15,\"1378\":58.57,\"1379\":1303.5,\"1380\":null,\"1381\":8.08,\"1382\":35.01,\"1383\":299.69,\"1384\":null,\"1385\":2171.4,\"1386\":7208.4,\"1387\":401184.96,\"1388\":3430.8,\"1389\":4483.37,\"1390\":690.91,\"1391\":null,\"1392\":null,\"1393\":404.65,\"1394\":14443.0,\"1395\":15372.97,\"1396\":null,\"1397\":3047.05,\"1398\":1716.99,\"1399\":305.06,\"1400\":1507.5,\"1401\":1374.0,\"1402\":20628.0,\"1403\":145737.34,\"1404\":492371.12,\"1405\":12296.0,\"1406\":829.29,\"1407\":8965.04,\"1408\":48319.43,\"1409\":4187.33,\"1410\":1072.66,\"1411\":654.93,\"1412\":3701.76,\"1413\":2062.69,\"1414\":15603.47,\"1415\":602.8,\"1416\":12557.54,\"1417\":27434.63,\"1418\":15256.0,\"1419\":12301.0,\"1420\":5546.62,\"1421\":939.79,\"1422\":139471.55,\"1423\":147440.99,\"1424\":6895.28,\"1425\":32856.0,\"1426\":null,\"1427\":1182733.73,\"1428\":72170.95,\"1429\":17770.92,\"1430\":332955.84,\"1431\":18852.0,\"1432\":18585.6,\"1433\":25009.65,\"1434\":8751.2,\"1435\":10994.92,\"1436\":729.05,\"1437\":1442.96,\"1438\":null,\"1439\":183865.0,\"1440\":22444.02,\"1441\":2486.76,\"1442\":null,\"1443\":27519.09,\"1444\":3608.06,\"1445\":2194.2,\"1446\":null,\"1447\":919.68,\"1448\":865267.17,\"1449\":597982.83,\"1450\":408.0,\"1451\":6648.4,\"1452\":8318.33,\"1453\":813.34,\"1454\":136680.0,\"1455\":675.96,\"1456\":13608.0,\"1457\":23407.06,\"1458\":58807.94,\"1459\":null,\"1460\":164602.43,\"1461\":2231.5,\"1462\":398636.0,\"1463\":547876.89,\"1464\":null,\"1465\":588.85,\"1466\":687.42,\"1467\":3994.05,\"1468\":244009.52,\"1469\":1062.1,\"1470\":534.47,\"1471\":822.24,\"1472\":992.44,\"1473\":4513.2,\"1474\":430.8,\"1475\":19305.0,\"1476\":7143.06,\"1477\":8325.45,\"1478\":19772.8,\"1479\":9566.4,\"1480\":361.48,\"1481\":2498.4,\"1482\":92.4,\"1483\":307.37,\"1484\":29549.9,\"1485\":25585.48,\"1486\":15974.17,\"1487\":null,\"1488\":764204.39,\"1489\":1147.68,\"1490\":742.72,\"1491\":1181.74,\"1492\":2430.0,\"1493\":null,\"1494\":765572.71,\"1495\":534602.84,\"1496\":181370.0,\"1497\":411619.89,\"1498\":129947.42,\"1499\":0.03,\"1500\":799.82,\"1501\":917.28,\"1502\":32908.72,\"1503\":8446.07,\"1504\":6097.73,\"1505\":64667.71,\"1506\":162085.83,\"1507\":170555.2,\"1508\":9783.23,\"1509\":224598.55,\"1510\":14735.68,\"1511\":44843.66,\"1512\":48141.43,\"1513\":198.03,\"1514\":152891.63,\"1515\":1259.59,\"1516\":10542.4,\"1517\":903.45,\"1518\":30251.59,\"1519\":45291.81,\"1520\":56695.06,\"1521\":17492.02,\"1522\":653.16,\"1523\":7088.4,\"1524\":null,\"1525\":7778.4,\"1526\":6678.38,\"1527\":334.16,\"1528\":3760.0,\"1529\":4769.09,\"1530\":643.92,\"1531\":1725.24,\"1532\":133.44,\"1533\":325.8,\"1534\":8231.0,\"1535\":15218.0,\"1536\":3218.6,\"1537\":6944.41,\"1538\":16224.66,\"1539\":10181.2,\"1540\":10222.4,\"1541\":349.95,\"1542\":14396.8,\"1543\":14068.5,\"1544\":1.2,\"1545\":1525.4,\"1546\":13914.0,\"1547\":19732.6,\"1548\":10277.99,\"1549\":19587.71,\"1550\":232.65,\"1551\":506.2,\"1552\":11713.3,\"1553\":1858.0,\"1554\":1846.2,\"1555\":1170.24,\"1556\":5821.7,\"1557\":304.06,\"1558\":1319.27,\"1559\":344.31,\"1560\":2241.0,\"1561\":406.32,\"1562\":12123.61,\"1563\":264.98,\"1564\":7350.8,\"1565\":431.4,\"1566\":5.15,\"1567\":1.47,\"1568\":770.88,\"1569\":245.08,\"1570\":754.2,\"1571\":543.4,\"1572\":82.08,\"1573\":9706.11,\"1574\":5936.1,\"1575\":2718.6,\"1576\":35076.58,\"1577\":1203.02,\"1578\":154.57,\"1579\":4378.96,\"1580\":2177.28,\"1581\":7473.6,\"1582\":10677.62,\"1583\":7937.78,\"1584\":null,\"1585\":7873.64,\"1586\":84.7,\"1587\":1725.3,\"1588\":1613.6,\"1589\":3787.5,\"1590\":11649.91,\"1591\":60.0,\"1592\":null,\"1593\":null,\"1594\":2617.78,\"1595\":null,\"1596\":20.11,\"1597\":482.52,\"1598\":4100.03,\"1599\":2624.4,\"1600\":2042.16,\"1601\":null,\"1602\":8837.72,\"1603\":8839.72,\"1604\":4332.8,\"1605\":4165.2,\"1606\":11120.4,\"1607\":14210.54,\"1608\":14792.54,\"1609\":null,\"1610\":3439.33,\"1611\":9118.6,\"1612\":8747.2,\"1613\":3.35,\"1614\":0.84,\"1615\":1282.8,\"1616\":null,\"1617\":101.2,\"1618\":2588.88,\"1619\":315.98,\"1620\":0.6,\"1621\":12468.7,\"1622\":8066.74,\"1623\":29534.69,\"1624\":1276.66,\"1625\":null,\"1626\":39495.02,\"1627\":3675.7,\"1628\":7360.0,\"1629\":1884.0,\"1630\":3768.78,\"1631\":1149.98,\"1632\":1147.05,\"1633\":584.55,\"1634\":1844.1,\"1635\":1922.1,\"1636\":379.81,\"1637\":156.24,\"1638\":52.56,\"1639\":25.2,\"1640\":240.69,\"1641\":122.76,\"1642\":361.3,\"1643\":273.3,\"1644\":130.92,\"1645\":391.52,\"1646\":394.51,\"1647\":2935.2,\"1648\":360.24,\"1649\":null,\"1650\":1863.94,\"1651\":1771.37,\"1652\":1920.6,\"1653\":47.84,\"1654\":235.38,\"1655\":null,\"1656\":null,\"1657\":114.34,\"1658\":2830.8,\"1659\":1164.0,\"1660\":950.52,\"1661\":590.04,\"1662\":6728.85,\"1663\":null,\"1664\":245.01,\"1665\":201.96,\"1666\":448.8,\"1667\":683.32,\"1668\":1710.05,\"1669\":206.88,\"1670\":496.92,\"1671\":192.97,\"1672\":null,\"1673\":2453.33,\"1674\":1878.1,\"1675\":null,\"1676\":1248.65,\"1677\":1538.57,\"1678\":1663.62,\"1679\":3562.5,\"1680\":279.14,\"1681\":279.47,\"1682\":245.48,\"1683\":2656.5,\"1684\":null,\"1685\":11.6,\"1686\":33.77,\"1687\":318.09,\"1688\":null,\"1689\":2138.4,\"1690\":7188.0,\"1691\":18087.0,\"1692\":4132.8,\"1693\":4286.14,\"1694\":689.7,\"1695\":null,\"1696\":null,\"1697\":404.72,\"1698\":5071.0,\"1699\":19495.15,\"1700\":105.6,\"1701\":3086.16,\"1702\":1775.73,\"1703\":751.9,\"1704\":2370.6,\"1705\":819.0,\"1706\":14620.0,\"1707\":461530.74,\"1708\":502260.66,\"1709\":11968.0,\"1710\":840.18,\"1711\":12037.09,\"1712\":56284.92,\"1713\":4491.67,\"1714\":810.46,\"1715\":705.0,\"1716\":3702.08,\"1717\":2013.22,\"1718\":16285.01,\"1719\":623.92,\"1720\":26952.19,\"1721\":15308.6,\"1722\":14283.0,\"1723\":5298.93,\"1724\":939.79,\"1725\":158296.58,\"1726\":7664.83,\"1727\":69120.0,\"1728\":505230.0,\"1729\":835324.0,\"1730\":30114.89,\"1731\":17075.99,\"1732\":33215.52,\"1733\":15492.0,\"1734\":18759.4,\"1735\":23154.06,\"1736\":14066.97,\"1737\":11153.73,\"1738\":null,\"1739\":1403.86,\"1740\":241010.0,\"1741\":23537.65,\"1742\":2407.41,\"1743\":772.77,\"1744\":414.95,\"1745\":28031.11,\"1746\":3636.28,\"1747\":2165.4,\"1748\":905.14,\"1749\":893606.05,\"1750\":600976.48,\"1751\":336.0,\"1752\":6604.4,\"1753\":8304.93,\"1754\":800.03,\"1755\":136640.0,\"1756\":669.34,\"1757\":14832.0,\"1758\":23476.31,\"1759\":59010.63,\"1760\":68390.11,\"1761\":165243.18,\"1762\":null,\"1763\":553872.34,\"1764\":null,\"1765\":7346.09,\"1766\":578.03,\"1767\":661.43,\"1768\":3851.7,\"1769\":335833.96,\"1770\":1060.38,\"1771\":541.27,\"1772\":843.48,\"1773\":958.19,\"1774\":7347.6,\"1775\":429.84,\"1776\":null,\"1777\":4353.75,\"1778\":19958.4,\"1779\":8184.0,\"1780\":1015.81,\"1781\":345.31,\"1782\":2170.13,\"1783\":112.2,\"1784\":262.05,\"1785\":29832.45,\"1786\":25608.35,\"1787\":1241175.9099999999,\"1788\":null,\"1789\":609596.64,\"1790\":1275.84,\"1791\":759.0,\"1792\":1134.93,\"1793\":2430.0,\"1794\":345419.97,\"1795\":531944.01,\"1796\":null,\"1797\":330816.23,\"1798\":140538.85,\"1799\":null,\"1800\":798.98,\"1801\":764.65,\"1802\":26264.23,\"1803\":7958.66,\"1804\":5795.07,\"1805\":64375.34,\"1806\":164605.96,\"1807\":165930.2,\"1808\":9931.5,\"1809\":102515.64,\"1810\":14745.19,\"1811\":45587.84,\"1812\":48149.54,\"1813\":444.33,\"1814\":153067.54,\"1815\":1302.43,\"1816\":10412.6,\"1817\":2748.24,\"1818\":29960.93,\"1819\":46352.26,\"1820\":56993.11,\"1821\":15252.8,\"1822\":652.47,\"1823\":6663.6,\"1824\":null,\"1825\":3146.4,\"1826\":6723.26,\"1827\":342.61,\"1828\":null,\"1829\":null,\"1830\":4769.09,\"1831\":972.6,\"1832\":1661.88,\"1833\":131.61,\"1834\":8969.0,\"1835\":16110.0,\"1836\":3060.2,\"1837\":6528.68,\"1838\":12853.64,\"1839\":9664.42,\"1840\":10081.76,\"1841\":185.68,\"1842\":14447.1,\"1843\":14113.2,\"1844\":null,\"1845\":1502.5,\"1846\":13824.0,\"1847\":19724.01,\"1848\":10294.82,\"1849\":19430.02,\"1850\":477.6,\"1851\":11265.0,\"1852\":2084.0,\"1853\":1748.5,\"1854\":1477.98,\"1855\":6147.5,\"1856\":304.06,\"1857\":2442.3,\"1858\":342.47,\"1859\":2201.0,\"1860\":1394.58,\"1861\":11777.47,\"1862\":590.32,\"1863\":7068.39,\"1864\":339.6,\"1865\":null,\"1866\":1.47,\"1867\":934.56,\"1868\":null,\"1869\":319.0,\"1870\":978.6,\"1871\":1072.28,\"1872\":474.49,\"1873\":357.6,\"1874\":9623.35,\"1875\":5725.9,\"1876\":2867.64,\"1877\":37140.08,\"1878\":1801.12,\"1879\":44.64,\"1880\":4172.35,\"1881\":3493.44,\"1882\":5.5,\"1883\":6126.23,\"1884\":10091.01,\"1885\":6707.07,\"1886\":8019.55,\"1887\":74.58,\"1888\":2668.59,\"1889\":2492.14,\"1890\":4377.0,\"1891\":11429.46,\"1892\":93.4,\"1893\":null,\"1894\":null,\"1895\":2942.87,\"1896\":0.41,\"1897\":21.1,\"1898\":527.19,\"1899\":3603.43,\"1900\":2833.2,\"1901\":3173.82,\"1902\":1020.04,\"1903\":80.26,\"1904\":null,\"1905\":4716.01,\"1906\":4298.4,\"1907\":11480.4,\"1908\":19844.85,\"1909\":19888.94,\"1910\":111.0,\"1911\":21407.54,\"1912\":2154.78,\"1913\":2530.13,\"1914\":1.77,\"1915\":0.49,\"1916\":1282.8,\"1917\":null,\"1918\":102.19,\"1919\":3374.1,\"1920\":320.38,\"1921\":12765.64,\"1922\":4846.64,\"1923\":37594.23,\"1924\":1258.84,\"1925\":367.77,\"1926\":41040.4,\"1927\":3992.45,\"1928\":7720.0,\"1929\":1937.4,\"1930\":3807.42,\"1931\":1150.43,\"1932\":1156.28,\"1933\":1172.25,\"1934\":2280.3,\"1935\":2202.9,\"1936\":486.9,\"1937\":287.04,\"1938\":219.48,\"1939\":55.32,\"1940\":null,\"1941\":135.15,\"1942\":184.37,\"1943\":265.02,\"1944\":202.2,\"1945\":376.94,\"1946\":371.11,\"1947\":3298.8,\"1948\":94.44,\"1949\":241.2,\"1950\":2658.2,\"1951\":3301.27,\"1952\":1677.6,\"1953\":5113.12,\"1954\":null,\"1955\":null,\"1956\":1022.48,\"1957\":3068.1,\"1958\":258.0,\"1959\":4415.18,\"1960\":390.34,\"1961\":5885.1,\"1962\":0.08,\"1963\":286.11,\"1964\":222.6,\"1965\":368.5,\"1966\":575.96,\"1967\":4115.85,\"1968\":200.37,\"1969\":480.79,\"1970\":219.97,\"1971\":null,\"1972\":3535.41,\"1973\":2755.71,\"1974\":null,\"1975\":3435.94,\"1976\":3027.18,\"1977\":3572.65,\"1978\":3831.9,\"1979\":289.17,\"1980\":288.57,\"1981\":239.97,\"1982\":1758.9,\"1983\":null,\"1984\":26.38,\"1985\":96.36,\"1986\":350.17,\"1987\":null,\"1988\":null,\"1989\":2197.8,\"1990\":7179.6,\"1991\":401945.3,\"1992\":3924.0,\"1993\":5419.66,\"1994\":690.8,\"1995\":null,\"1996\":null,\"1997\":404.55,\"1998\":14487.0,\"1999\":19515.63,\"2000\":204.6,\"2001\":3075.93,\"2002\":1700.49,\"2003\":770.18,\"2004\":2176.2,\"2005\":814.0,\"2006\":17780.0,\"2007\":60507.82,\"2008\":502930.51,\"2009\":11232.0,\"2010\":901.56,\"2011\":11892.93,\"2012\":63778.61,\"2013\":4561.33,\"2014\":865.38,\"2015\":711.93,\"2016\":3701.44,\"2017\":1960.12,\"2018\":17081.98,\"2019\":600.82,\"2020\":null,\"2021\":26355.47,\"2022\":15307.36,\"2023\":7855.88,\"2024\":5073.96,\"2025\":940.78,\"2026\":156394.89,\"2027\":6392.1,\"2028\":505000.0,\"2029\":887962.3199999999,\"2030\":115053.28,\"2031\":16008.49,\"2032\":395579.23,\"2033\":14964.0,\"2034\":18722.0,\"2035\":23917.71,\"2036\":12971.01,\"2037\":10681.49,\"2038\":766.73,\"2039\":1356.0,\"2040\":444.74,\"2041\":305360.0,\"2042\":24341.92,\"2043\":2460.2,\"2044\":766.47,\"2045\":386.87,\"2046\":28898.52,\"2047\":3247.13,\"2048\":2185.8,\"2049\":57.82,\"2050\":866.0,\"2051\":893625.8,\"2052\":550637.54,\"2053\":636.0,\"2054\":6525.2,\"2055\":8315.28,\"2056\":814.99,\"2057\":null,\"2058\":652.52,\"2059\":12492.0,\"2060\":22834.25,\"2061\":61518.17,\"2062\":68335.93,\"2063\":164486.96,\"2064\":682.0,\"2065\":544673.95,\"2066\":7193.04,\"2067\":568.52,\"2068\":null,\"2069\":3852.9,\"2070\":81148.6,\"2071\":1062.1,\"2072\":530.01,\"2073\":747.18,\"2074\":832.64,\"2075\":8964.0,\"2076\":428.88,\"2077\":14083.83,\"2078\":4360.05,\"2079\":19868.8,\"2080\":9201.6,\"2081\":345.84,\"2082\":2647.2,\"2083\":108.9,\"2084\":338.76,\"2085\":29086.09,\"2086\":25587.46,\"2087\":null,\"2088\":null,\"2089\":661697.65,\"2090\":1319.64,\"2091\":377.96,\"2092\":1109.02,\"2093\":1867.1,\"2094\":574372.4,\"2095\":532049.12,\"2096\":413419.22,\"2097\":140711.54,\"2098\":null,\"2099\":799.54,\"2100\":793.18,\"2101\":40468.27,\"2102\":7617.72,\"2103\":5727.41,\"2104\":64732.41,\"2105\":165532.26,\"2106\":170155.6,\"2107\":4932.73,\"2108\":14731.64,\"2109\":45660.59,\"2110\":48211.51,\"2111\":650.7,\"2112\":152346.84,\"2113\":1196.03,\"2114\":9743.8,\"2115\":2872.55,\"2116\":11585.48,\"2117\":46097.53,\"2118\":56813.15,\"2119\":14227.74,\"2120\":652.41,\"2121\":6408.0,\"2122\":9367.2,\"2123\":6717.81,\"2124\":306.97,\"2125\":null,\"2126\":5920.0,\"2127\":4769.09,\"2128\":1249.44,\"2129\":1569.04,\"2130\":133.32,\"2131\":8704.0,\"2132\":11379.0,\"2133\":2679.6,\"2134\":5946.05,\"2135\":17092.0,\"2136\":9284.99,\"2137\":9718.11,\"2138\":154.44,\"2139\":14234.0,\"2140\":13902.5,\"2141\":4.8,\"2142\":1430.3,\"2143\":12744.0,\"2144\":18696.39,\"2145\":10276.18,\"2146\":19426.31,\"2147\":446.1,\"2148\":10337.0,\"2149\":4920.0,\"2150\":null,\"2151\":1619.2,\"2152\":1569.06,\"2153\":4719.4,\"2154\":304.06,\"2155\":1392.18,\"2156\":341.78,\"2157\":2189.0,\"2158\":1385.02,\"2159\":11346.28,\"2160\":1912.89,\"2161\":7863.67,\"2162\":526.2,\"2163\":38.96,\"2164\":null,\"2165\":770.88,\"2166\":0.04,\"2167\":319.0,\"2168\":1059.3,\"2169\":878.02,\"2170\":295.69,\"2171\":548.16,\"2172\":9435.25,\"2173\":5564.4,\"2174\":2719.98,\"2175\":35004.3,\"2176\":243.1,\"2177\":49.52,\"2178\":4040.35,\"2179\":3755.52,\"2180\":null,\"2181\":7099.78,\"2182\":10524.47,\"2183\":7752.9,\"2184\":7930.97,\"2185\":269.94,\"2186\":2185.42,\"2187\":2253.59,\"2188\":4210.5,\"2189\":11646.12,\"2190\":126.76,\"2191\":0.8,\"2192\":null,\"2193\":2834.08,\"2194\":0.06,\"2195\":15.31,\"2196\":496.35,\"2197\":3897.84,\"2198\":2700.0,\"2199\":2450.35,\"2200\":1895.88,\"2201\":7991.64,\"2202\":4593.87,\"2203\":4341.6,\"2204\":11422.8,\"2205\":15763.79,\"2206\":16542.86,\"2207\":421.2,\"2208\":25906.93,\"2209\":8931.18,\"2210\":8887.38,\"2211\":4.68,\"2212\":1.02,\"2213\":1282.8,\"2214\":397.65,\"2215\":90.31,\"2216\":3103.16,\"2217\":336.67,\"2218\":3.0,\"2219\":8795.39,\"2220\":3607.72,\"2221\":35724.79,\"2222\":1201.2,\"2223\":326.37,\"2224\":39119.18,\"2225\":3567.55,\"2226\":7440.0,\"2227\":1957.8,\"2228\":4002.0,\"2229\":1031.18,\"2230\":990.0,\"2231\":1310.4,\"2232\":1967.4,\"2233\":2078.4,\"2234\":546.74,\"2235\":29.7,\"2236\":247.56,\"2237\":219.24,\"2238\":151.44,\"2239\":269.79,\"2240\":128.64,\"2241\":305.84,\"2242\":274.31,\"2243\":167.04,\"2244\":323.61,\"2245\":532.54,\"2246\":3188.4,\"2247\":296.64,\"2248\":86.4,\"2249\":3773.96,\"2250\":4351.25,\"2251\":2323.8,\"2252\":11669.96,\"2253\":246.69,\"2254\":396.0,\"2255\":902.1,\"2256\":2758.8,\"2257\":4743.6,\"2258\":4646.89,\"2259\":564.62,\"2260\":7008.3,\"2261\":0.08,\"2262\":303.93,\"2263\":208.2,\"2264\":441.1,\"2265\":1106.16,\"2266\":4188.3,\"2267\":207.77,\"2268\":290.65,\"2269\":226.9,\"2270\":219.0,\"2271\":3392.65,\"2272\":2635.86,\"2273\":null,\"2274\":3883.05,\"2275\":3521.43,\"2276\":4417.56,\"2277\":3400.5,\"2278\":322.65,\"2279\":321.24,\"2280\":236.73,\"2281\":514.8,\"2282\":85.91,\"2283\":10.21,\"2284\":99.44,\"2285\":207.81,\"2286\":79.58,\"2287\":null,\"2288\":2019.6,\"2289\":7162.8,\"2290\":18663.0,\"2291\":3168.0,\"2292\":4936.46,\"2293\":691.24,\"2294\":null,\"2295\":null,\"2296\":404.44,\"2297\":12837.0,\"2298\":18461.42,\"2299\":198.0,\"2300\":3067.35,\"2301\":1737.78,\"2302\":768.15,\"2303\":3011.4,\"2304\":815.0,\"2305\":17680.0,\"2306\":60282.02,\"2307\":500525.01,\"2308\":13320.0,\"2309\":665.94,\"2310\":6977.44,\"2311\":53781.92,\"2312\":6134.33,\"2313\":828.29,\"2314\":709.0,\"2315\":3701.76,\"2316\":1991.74,\"2317\":14682.77,\"2318\":575.3,\"2319\":null,\"2320\":26373.04,\"2321\":15304.32,\"2322\":14195.0,\"2323\":4834.98,\"2324\":939.79,\"2325\":152977.31,\"2326\":6142.34,\"2327\":null,\"2328\":1183451.95,\"2329\":123204.04,\"2330\":15101.0,\"2331\":326246.65,\"2332\":14412.0,\"2333\":18704.4,\"2334\":22301.54,\"2335\":13511.97,\"2336\":10776.25,\"2337\":null,\"2338\":1005.4,\"2339\":1326.67,\"2340\":554.33,\"2341\":271755.0,\"2342\":23790.01,\"2343\":2191.67,\"2344\":764.31,\"2345\":402.52,\"2346\":27859.96,\"2347\":2993.94,\"2348\":1864.2,\"2349\":null,\"2350\":873.79,\"2351\":892225.65,\"2352\":526699.39,\"2353\":462.0,\"2354\":6457.0,\"2355\":8353.01,\"2356\":806.74,\"2357\":null,\"2358\":663.1,\"2359\":3276.0,\"2360\":23605.83,\"2361\":60671.72,\"2362\":68166.25,\"2363\":164474.23,\"2364\":null,\"2365\":533610.97,\"2366\":null,\"2367\":null,\"2368\":6733.91,\"2369\":565.49,\"2370\":673.24,\"2371\":3851.25,\"2372\":138705.14,\"2373\":1062.1,\"2374\":541.27,\"2375\":853.92,\"2376\":805.85,\"2377\":6606.0,\"2378\":427.68,\"2379\":14039.35,\"2380\":2989.35,\"2381\":19952.0,\"2382\":7795.2,\"2383\":null,\"2384\":365.24,\"2385\":2576.4,\"2386\":108.9,\"2387\":346.43,\"2388\":29361.48,\"2389\":25561.1,\"2390\":null,\"2391\":null,\"2392\":810588.66,\"2393\":1370.22,\"2394\":832.04,\"2395\":1106.03,\"2396\":1622.2,\"2397\":100364.55,\"2398\":363841.64,\"2399\":101940.0,\"2400\":66599.74,\"2401\":382075.38,\"2402\":140116.28,\"2403\":null,\"2404\":799.12,\"2405\":646.71,\"2406\":37781.92,\"2407\":8276.37,\"2408\":5976.89,\"2409\":64687.82,\"2410\":162674.75,\"2411\":170124.15,\"2412\":4824.94,\"2413\":102435.66,\"2414\":14720.25,\"2415\":44871.73,\"2416\":48094.38,\"2417\":656.46,\"2418\":77473.09,\"2419\":1066.99,\"2420\":9035.4,\"2421\":2584.9,\"2422\":31654.78,\"2423\":46509.61,\"2424\":49306.53,\"2425\":55036.66,\"2426\":13443.91,\"2427\":651.96,\"2428\":5724.0,\"2429\":null,\"2430\":8006.4,\"2431\":6708.41,\"2432\":293.44,\"2433\":null,\"2434\":2560.0,\"2435\":5146.28,\"2436\":1220.88,\"2437\":1537.8,\"2438\":128.29,\"2439\":8553.0,\"2440\":10231.0,\"2441\":2800.6,\"2442\":5956.14,\"2443\":17967.95,\"2444\":9018.05,\"2445\":8970.5,\"2446\":402.16,\"2447\":10012.6,\"2448\":9772.8,\"2449\":null,\"2450\":1403.1,\"2451\":12744.0,\"2452\":18697.79,\"2453\":10302.98,\"2454\":19485.3,\"2455\":418.5,\"2456\":9092.6,\"2457\":7542.0,\"2458\":1555.6,\"2459\":1537.32,\"2460\":4213.2,\"2461\":304.06,\"2462\":1123.95,\"2463\":342.24,\"2464\":2115.0,\"2465\":243.07,\"2466\":11321.45,\"2467\":93.17,\"2468\":8552.69,\"2469\":515.4,\"2470\":null,\"2471\":null,\"2472\":752.4,\"2473\":0.04,\"2474\":281.6,\"2475\":944.7,\"2476\":520.08,\"2477\":null,\"2478\":236.16,\"2479\":9141.81,\"2480\":5634.6,\"2481\":2622.0,\"2482\":35554.28,\"2483\":3130.82,\"2484\":null,\"2485\":3982.96,\"2486\":3715.2,\"2487\":8428.23,\"2488\":11367.06,\"2489\":9101.64,\"2490\":7554.82,\"2491\":null,\"2492\":1311.55,\"2493\":2335.89,\"2494\":4147.5,\"2495\":11631.69,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":2813.98,\"2500\":0.57,\"2501\":13.22,\"2502\":481.96,\"2503\":4694.14,\"2504\":2250.0,\"2505\":2965.85,\"2506\":0.1,\"2507\":null,\"2508\":4.53,\"2509\":null,\"2510\":10803.6,\"2511\":11312.82,\"2512\":11388.93,\"2513\":null,\"2514\":28369.96,\"2515\":9429.81,\"2516\":9351.98,\"2517\":1.54,\"2518\":0.4,\"2519\":1282.8,\"2520\":null,\"2521\":80.63,\"2522\":3348.8,\"2523\":326.98,\"2524\":null,\"2525\":13322.03,\"2526\":4542.45,\"2527\":34828.12,\"2528\":1198.01,\"2529\":353.97,\"2530\":14279.41,\"2531\":null,\"2532\":5560.0,\"2533\":1833.0,\"2534\":4026.84,\"2535\":1304.33,\"2536\":1242.0,\"2537\":1619.33,\"2538\":2526.6,\"2539\":2655.0,\"2540\":363.26,\"2541\":null,\"2542\":128.88,\"2543\":181.32,\"2544\":156.6,\"2545\":1.48,\"2546\":93.75,\"2547\":291.87,\"2548\":261.72,\"2549\":186.84,\"2550\":351.67,\"2551\":560.88,\"2552\":2760.0,\"2553\":311.16,\"2554\":null,\"2555\":3627.88,\"2556\":4149.35,\"2557\":1753.2,\"2558\":8674.34,\"2559\":263.64,\"2560\":null,\"2561\":null,\"2562\":2724.9,\"2563\":4574.4,\"2564\":2384.66,\"2565\":579.47,\"2566\":923.85,\"2567\":null,\"2568\":283.34,\"2569\":218.88,\"2570\":243.1,\"2571\":1131.24,\"2572\":3819.15,\"2573\":249.56,\"2574\":450.2,\"2575\":226.16,\"2576\":null,\"2577\":3423.52,\"2578\":2482.2,\"2579\":null,\"2580\":3761.04,\"2581\":3373.3,\"2582\":4194.14,\"2583\":3372.3,\"2584\":182.84,\"2585\":182.38,\"2586\":221.47,\"2587\":3636.6,\"2588\":null,\"2589\":13.72,\"2590\":null,\"2591\":229.77,\"2592\":76.24,\"2593\":null,\"2594\":1999.8,\"2595\":7162.8,\"2596\":18459.0,\"2597\":2343.6,\"2598\":4632.06,\"2599\":465.3,\"2600\":32.03,\"2601\":null,\"2602\":404.55,\"2603\":13233.0,\"2604\":17886.4,\"2605\":198.0,\"2606\":3066.52,\"2607\":1746.03,\"2608\":728.24,\"2609\":2946.6,\"2610\":814.0,\"2611\":15620.0,\"2612\":60303.22,\"2613\":500656.76,\"2614\":13760.0,\"2615\":1333.2,\"2616\":5977.08,\"2617\":61696.48,\"2618\":4579.67,\"2619\":771.65,\"2620\":702.94,\"2621\":3702.08,\"2622\":1938.45,\"2623\":13848.04,\"2624\":613.36,\"2625\":null,\"2626\":26140.49,\"2627\":15409.68,\"2628\":13990.0,\"2629\":4789.09,\"2630\":939.79,\"2631\":152441.91,\"2632\":6001.73,\"2633\":null,\"2634\":null,\"2635\":854260.35,\"2636\":104181.71,\"2637\":14402.83,\"2638\":395432.83,\"2639\":14472.0,\"2640\":18612.0,\"2641\":23912.9,\"2642\":11965.64,\"2643\":11376.2,\"2644\":169214.4,\"2645\":825.1,\"2646\":1279.73,\"2647\":545.71,\"2648\":305140.01,\"2649\":22076.24,\"2650\":2188.45,\"2651\":764.41,\"2652\":390.69,\"2653\":25656.39,\"2654\":3335.85,\"2655\":3.6,\"2656\":38.35,\"2657\":899.11,\"2658\":892679.0699999999,\"2659\":539722.88,\"2660\":null,\"2661\":6360.2,\"2662\":8353.29,\"2663\":803.66,\"2664\":136640.0,\"2665\":625.12,\"2666\":13248.0,\"2667\":22707.04,\"2668\":39811.04,\"2669\":68123.99,\"2670\":164379.12,\"2671\":79.0,\"2672\":50625.25,\"2673\":38664.11,\"2674\":42429.46,\"2675\":7193.04,\"2676\":555.06,\"2677\":670.61,\"2678\":2715.6,\"2679\":299608.63,\"2680\":1062.1,\"2681\":539.02,\"2682\":526.68,\"2683\":765.73,\"2684\":5552.4,\"2685\":429.0,\"2686\":14063.74,\"2687\":4490.55,\"2688\":19792.0,\"2689\":9024.0,\"2690\":353.43,\"2691\":2638.2,\"2692\":108.9,\"2693\":342.03,\"2694\":30039.69,\"2695\":null,\"2696\":1232579.1799999999,\"2697\":null,\"2698\":622209.5699999999,\"2699\":null,\"2700\":742.72,\"2701\":1071.14,\"2702\":1672.2,\"2703\":787429.7,\"2704\":544510.61,\"2705\":8654.53,\"2706\":204800.0,\"2707\":null,\"2708\":414311.49,\"2709\":139553.66,\"2710\":123071.5,\"2711\":799.26,\"2712\":492.97,\"2713\":36267.78,\"2714\":6956.16,\"2715\":6763.58,\"2716\":63895.34,\"2717\":161009.0,\"2718\":170140.8,\"2719\":374.09,\"2720\":176365.3,\"2721\":14784.09,\"2722\":44651.64,\"2723\":48113.19,\"2724\":656.91,\"2725\":153056.29,\"2726\":1331.29,\"2727\":8635.0,\"2728\":2559.08,\"2729\":33042.54,\"2730\":45642.06,\"2731\":49434.99,\"2732\":20376.23,\"2733\":17274.33,\"2734\":651.63,\"2735\":5331.6,\"2736\":null,\"2737\":null,\"2738\":6719.46,\"2739\":287.17,\"2740\":null,\"2741\":2800.0,\"2742\":4769.09,\"2743\":1222.08,\"2744\":1564.64,\"2745\":126.55,\"2746\":11187.0,\"2747\":10066.0,\"2748\":2725.8,\"2749\":5615.74,\"2750\":17732.04,\"2751\":13941.08,\"2752\":14631.49,\"2753\":null,\"2754\":10009.1,\"2755\":9892.1,\"2756\":108.0,\"2757\":1346.7,\"2758\":13140.0,\"2759\":19655.74,\"2760\":10305.23,\"2761\":19508.2,\"2762\":null,\"2763\":null,\"2764\":449.6,\"2765\":8526.9,\"2766\":7532.0,\"2767\":1552.0,\"2768\":1595.28,\"2769\":3844.9,\"2770\":304.06,\"2771\":1942.53,\"2772\":341.55,\"2773\":2146.0,\"2774\":321.48,\"2775\":11231.62,\"2776\":641.21,\"2777\":7999.76,\"2778\":543.0,\"2779\":0.82,\"2780\":1.47,\"2781\":768.24,\"2782\":null,\"2783\":282.92,\"2784\":900.6,\"2785\":953.04,\"2786\":null,\"2787\":7.68,\"2788\":9006.37,\"2789\":5639.3,\"2790\":2548.86,\"2791\":33922.91,\"2792\":3269.64,\"2793\":866.51,\"2794\":9733.57,\"2795\":null,\"2796\":8155.67,\"2797\":11412.53,\"2798\":8644.41,\"2799\":null,\"2800\":7572.54,\"2801\":349.14,\"2802\":2214.9,\"2803\":2136.3,\"2804\":1989.0,\"2805\":9691.1,\"2806\":16.44,\"2807\":null,\"2808\":null,\"2809\":2895.88,\"2810\":0.01,\"2811\":18.04,\"2812\":535.72,\"2813\":3732.44,\"2814\":2566.8,\"2815\":2592.52,\"2816\":172.48,\"2817\":3039.64,\"2818\":1788.91,\"2819\":10515.6,\"2820\":9898.23,\"2821\":10205.81,\"2822\":0.6,\"2823\":27582.78,\"2824\":9302.26,\"2825\":9122.11,\"2826\":4.86,\"2827\":1.12,\"2828\":1282.8,\"2829\":null,\"2830\":70.73,\"2831\":3667.12,\"2832\":333.36,\"2833\":null,\"2834\":12302.59,\"2835\":5949.25,\"2836\":34413.08,\"2837\":1515.86,\"2838\":357.42,\"2839\":38965.32,\"2840\":3293.5,\"2841\":6760.0,\"2842\":1822.8,\"2843\":4036.5,\"2844\":1575.9,\"2845\":1466.55,\"2846\":1444.05,\"2847\":1713.0,\"2848\":1789.2,\"2849\":508.11,\"2850\":null,\"2851\":184.32,\"2852\":147.72,\"2853\":135.36,\"2854\":254.73,\"2855\":125.31,\"2856\":297.99,\"2857\":308.33,\"2858\":149.27,\"2859\":371.62,\"2860\":664.38,\"2861\":2782.8,\"2862\":305.4,\"2863\":null,\"2864\":3083.04,\"2865\":3924.54,\"2866\":1848.6,\"2867\":714.56,\"2868\":235.98,\"2869\":null,\"2870\":875.12,\"2871\":2535.9,\"2872\":3103.2,\"2873\":3575.77,\"2874\":403.79,\"2875\":2276.1,\"2876\":null,\"2877\":88.4,\"2878\":212.28,\"2879\":218.9,\"2880\":1008.92,\"2881\":4013.5,\"2882\":194.81,\"2883\":349.27,\"2884\":222.67,\"2885\":null,\"2886\":2509.57,\"2887\":1970.53,\"2888\":0.6,\"2889\":3571.58,\"2890\":3026.37,\"2891\":3599.71,\"2892\":4102.8,\"2893\":262.15,\"2894\":262.64,\"2895\":232.31,\"2896\":3029.4,\"2897\":null,\"2898\":26.31,\"2899\":100.27,\"2900\":null,\"2901\":78.78,\"2902\":null,\"2903\":1900.8,\"2904\":7165.2,\"2905\":11760.0,\"2906\":2347.2,\"2907\":4141.58,\"2908\":465.85,\"2909\":null,\"2910\":15120.0,\"2911\":404.24,\"2912\":11825.0,\"2913\":16972.89,\"2914\":198.0,\"2915\":3062.4,\"2916\":1741.08,\"2917\":702.86,\"2918\":2601.0,\"2919\":315.0,\"2920\":16704.0,\"2921\":462421.85,\"2922\":375687.74,\"2923\":12008.0,\"2924\":1068.54,\"2925\":7967.86,\"2926\":54698.17,\"2927\":6167.33,\"2928\":740.89,\"2929\":715.44,\"2930\":3701.76,\"2931\":null,\"2932\":13165.73,\"2933\":634.04,\"2934\":26898.59,\"2935\":15126.81,\"2936\":12804.0,\"2937\":5540.86,\"2938\":939.79,\"2939\":119608.81,\"2940\":153748.19,\"2941\":6361.2,\"2942\":null,\"2943\":508600.0,\"2944\":1232953.7,\"2945\":56334.8,\"2946\":15412.51,\"2947\":367040.41,\"2948\":19242.3,\"2949\":18715.4,\"2950\":24013.01,\"2951\":8845.4,\"2952\":10042.95,\"2953\":118608.14,\"2954\":1027.13,\"2955\":1375.65,\"2956\":438.71,\"2957\":203775.0,\"2958\":23018.93,\"2959\":2044.7,\"2960\":764.11,\"2961\":398.75,\"2962\":24810.9,\"2963\":null,\"2964\":3.6,\"2965\":77.3,\"2966\":899.61,\"2967\":892899.1899999999,\"2968\":374018.7,\"2969\":474.0,\"2970\":1427.8,\"2971\":8329.23,\"2972\":801.35,\"2973\":136640.0,\"2974\":623.19,\"2975\":14508.0,\"2976\":22953.5,\"2977\":59004.94,\"2978\":68646.81,\"2979\":163939.26,\"2980\":null,\"2981\":1006.34,\"2982\":38787.45,\"2983\":41805.59,\"2984\":7805.22,\"2985\":536.45,\"2986\":671.69,\"2987\":1195.5,\"2988\":350044.22,\"2989\":1062.1,\"2990\":542.75,\"2991\":832.32,\"2992\":614.58,\"2993\":5292.0,\"2994\":429.6,\"2995\":19008.0,\"2996\":8212.7,\"2997\":4500.0,\"2998\":19785.6,\"2999\":7963.2,\"3000\":0.13,\"3001\":2610.0,\"3002\":105.6,\"3003\":307.15,\"3004\":29539.56,\"3005\":25589.65,\"3006\":353422.28,\"3007\":null,\"3008\":810439.55,\"3009\":1245.24,\"3010\":808.72,\"3011\":1258.73,\"3012\":1562.4,\"3013\":33526.78,\"3014\":788306.63,\"3015\":542753.73,\"3016\":193350.0,\"3017\":414366.17,\"3018\":139485.96,\"3019\":124745.03,\"3020\":799.12,\"3021\":null,\"3022\":33032.92,\"3023\":6555.92,\"3024\":6302.81,\"3025\":76721.5,\"3026\":166013.91,\"3027\":170991.8,\"3028\":null,\"3029\":222088.9,\"3030\":14782.43,\"3031\":44593.29,\"3032\":48142.18,\"3033\":646.59,\"3034\":77507.86,\"3035\":null,\"3036\":8287.4,\"3037\":2420.31,\"3038\":28951.39,\"3039\":45910.18,\"3040\":49945.39,\"3041\":32152.86,\"3042\":12822.22,\"3043\":651.06,\"3044\":4150.8,\"3045\":0.6,\"3046\":2841.6,\"3047\":6859.71,\"3048\":272.51,\"3049\":6320.0,\"3050\":4769.09,\"3051\":1107.6,\"3052\":1532.08,\"3053\":118.98,\"3054\":8524.0,\"3055\":9457.0,\"3056\":2662.0,\"3057\":3184.14,\"3058\":17948.25,\"3059\":9611.03,\"3060\":9937.66,\"3061\":146.52,\"3062\":10015.6,\"3063\":9917.6,\"3064\":1.2,\"3065\":1346.6,\"3066\":12762.0,\"3067\":19652.32,\"3068\":10297.37,\"3069\":19599.0,\"3070\":null,\"3071\":0.02,\"3072\":null,\"3073\":430.9,\"3074\":8387.4,\"3075\":1880.0,\"3076\":null,\"3077\":1477.0,\"3078\":1019.82,\"3079\":3778.6,\"3080\":null,\"3081\":304.06,\"3082\":2092.85,\"3083\":340.4,\"3084\":2395.0,\"3085\":291.99,\"3086\":10945.88,\"3087\":108.12,\"3088\":7984.17,\"3089\":355.8,\"3090\":null,\"3091\":null,\"3092\":718.74,\"3093\":null,\"3094\":323.4,\"3095\":1386.0,\"3096\":434.28,\"3097\":null,\"3098\":4649.91,\"3099\":null,\"3100\":5516.9,\"3101\":1887.84,\"3102\":22850.97,\"3103\":2378.1,\"3104\":null,\"3105\":4097.74,\"3106\":8045.97,\"3107\":11048.86,\"3108\":8585.13,\"3109\":36254.78,\"3110\":7006.71,\"3111\":null,\"3112\":2219.27,\"3113\":2194.1,\"3114\":3928.5,\"3115\":11640.08,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":2006.66,\"3120\":0.13,\"3121\":20.55,\"3122\":474.48,\"3123\":4098.71,\"3124\":1645.2,\"3125\":2607.99,\"3126\":0.53,\"3127\":4756.61,\"3128\":4525.94,\"3129\":2118.8,\"3130\":9547.2,\"3131\":8449.73,\"3132\":8716.47,\"3133\":null,\"3134\":21969.22,\"3135\":8786.77,\"3136\":9098.17,\"3137\":3.06,\"3138\":0.82,\"3139\":1282.8,\"3140\":null,\"3141\":47.74,\"3142\":2378.66,\"3143\":180.91,\"3144\":null,\"3145\":8156.64,\"3146\":2575.98,\"3147\":31214.26,\"3148\":1212.15,\"3149\":273.24,\"3150\":23882.39,\"3151\":3464.3,\"3152\":5160.0,\"3153\":1502.4,\"3154\":2001.0,\"3155\":891.0,\"3156\":956.7,\"3157\":893.93,\"3158\":1964.1,\"3159\":2090.7,\"3160\":457.34,\"3161\":180.72,\"3162\":121.92,\"3163\":183.36,\"3164\":143.1,\"3165\":69.09,\"3166\":262.8,\"3167\":229.71,\"3168\":168.6,\"3169\":248.86,\"3170\":250.55,\"3171\":2206.8,\"3172\":322.44,\"3173\":null,\"3174\":2693.74,\"3175\":2809.82,\"3176\":1647.0,\"3177\":0.89,\"3178\":135.51,\"3179\":null,\"3180\":null,\"3181\":2350.2,\"3182\":163.2,\"3183\":3444.39,\"3184\":307.76,\"3185\":4189.05,\"3186\":null,\"3187\":305.05,\"3188\":154.92,\"3189\":169.36,\"3190\":423.28,\"3191\":2981.95,\"3192\":152.02,\"3193\":258.77,\"3194\":146.56,\"3195\":null,\"3196\":null,\"3197\":2441.96,\"3198\":1824.81,\"3199\":null,\"3200\":2720.02,\"3201\":2606.76,\"3202\":2819.91,\"3203\":2322.0,\"3204\":345.51,\"3205\":344.45,\"3206\":185.15,\"3207\":2418.9,\"3208\":23.21,\"3209\":null,\"3210\":227.47,\"3211\":266.87,\"3212\":null,\"3213\":1881.0,\"3214\":7160.4,\"3215\":321229.91,\"3216\":1987.2,\"3217\":3939.28,\"3218\":445.83,\"3219\":null,\"3220\":null,\"3221\":404.09,\"3222\":null,\"3223\":16322.59,\"3224\":191.4,\"3225\":3060.09,\"3226\":1746.03,\"3227\":646.7,\"3228\":2370.6,\"3229\":1724.0,\"3230\":17484.0,\"3231\":457530.55,\"3232\":502634.67,\"3233\":null,\"3234\":null,\"3235\":6980.41,\"3236\":62129.44,\"3237\":6160.0,\"3238\":645.73,\"3239\":699.39,\"3240\":null,\"3241\":3701.12,\"3242\":12091.59,\"3243\":614.24,\"3244\":600.16,\"3245\":14427.76,\"3246\":15218.87,\"3247\":13780.0,\"3248\":4725.0,\"3249\":940.78,\"3250\":130889.97,\"3251\":153637.93,\"3252\":5943.12,\"3253\":null,\"3254\":69950.0,\"3255\":1097321.01,\"3256\":43981.88,\"3257\":13461.54,\"3258\":321855.22,\"3259\":14737.53,\"3260\":18746.2,\"3261\":23655.25,\"3262\":11165.38,\"3263\":10376.51,\"3264\":79992.58,\"3265\":1024.24,\"3266\":1327.09,\"3267\":null,\"3268\":532.58,\"3269\":304645.0,\"3270\":22198.12,\"3271\":2233.88,\"3272\":763.82,\"3273\":397.57,\"3274\":23570.1,\"3275\":3821.34,\"3276\":6.6,\"3277\":null,\"3278\":909.43,\"3279\":927769.36,\"3280\":480869.46,\"3281\":738.0,\"3282\":1423.4,\"3283\":8329.66,\"3284\":802.23,\"3285\":null,\"3286\":626.47,\"3287\":12672.0,\"3288\":23049.75,\"3289\":61394.69,\"3290\":68863.8,\"3291\":164233.44,\"3292\":5.5,\"3293\":175536.0,\"3294\":457654.04,\"3295\":1015.2,\"3296\":38754.63,\"3297\":42353.29,\"3298\":7958.26,\"3299\":null,\"3300\":671.58,\"3301\":1118.7,\"3302\":349928.81,\"3303\":null,\"3304\":535.62,\"3305\":705.6,\"3306\":623.8,\"3307\":5245.2,\"3308\":429.36,\"3309\":13960.43,\"3310\":4500.45,\"3311\":19526.4,\"3312\":9216.0,\"3313\":374.15,\"3314\":2521.8,\"3315\":105.6,\"3316\":217.13,\"3317\":29375.38,\"3318\":32586.56,\"3319\":null,\"3320\":null,\"3321\":596126.8199999999,\"3322\":1214.64,\"3323\":738.76,\"3324\":1097.78,\"3325\":1368.0,\"3326\":53624.93,\"3327\":780269.55,\"3328\":544413.73,\"3329\":31039.63,\"3330\":172590.0,\"3331\":null,\"3332\":415004.91,\"3333\":140425.22,\"3334\":124968.91,\"3335\":2059.0,\"3336\":799.54,\"3337\":617.94,\"3338\":31459.2,\"3339\":6535.26,\"3340\":6310.93,\"3341\":76629.38,\"3342\":165608.99,\"3343\":169678.3,\"3344\":null,\"3345\":226698.26,\"3346\":18468.59,\"3347\":44939.07,\"3348\":47987.23,\"3349\":627.18,\"3350\":75310.2,\"3351\":1700.34,\"3352\":8613.0,\"3353\":2430.29,\"3354\":33275.4,\"3355\":46601.1,\"3356\":57986.76,\"3357\":57924.18,\"3358\":12833.31,\"3359\":651.3,\"3360\":4438.8,\"3361\":null,\"3362\":4953.6,\"3363\":6678.54,\"3364\":278.52,\"3365\":1760.0,\"3366\":4769.09,\"3367\":177.24,\"3368\":1512.72,\"3369\":137.28,\"3370\":331.2,\"3371\":8207.0,\"3372\":9860.0,\"3373\":2556.4,\"3374\":4959.28,\"3375\":16653.5,\"3376\":9708.67,\"3377\":9869.9,\"3378\":165.29,\"3379\":10014.1,\"3380\":9770.9,\"3381\":null,\"3382\":1368.7,\"3383\":13194.0,\"3384\":19653.23,\"3385\":10297.33,\"3386\":19534.43,\"3387\":6494.4,\"3388\":7996.92,\"3389\":410.7,\"3390\":8247.7,\"3391\":6900.0,\"3392\":null,\"3393\":1387.8,\"3394\":1535.94,\"3395\":3587.2,\"3396\":404.0,\"3397\":304.06,\"3398\":1955.28,\"3399\":345.23,\"3400\":2060.0,\"3401\":1239.02,\"3402\":10776.79,\"3403\":11.54,\"3404\":7910.52,\"3405\":538.8,\"3406\":null,\"3407\":735.24,\"3408\":null,\"3409\":302.28,\"3410\":104.4,\"3411\":465.19,\"3412\":null,\"3413\":10089.84,\"3414\":2132.0,\"3415\":5423.7,\"3416\":2853.84,\"3417\":35883.32,\"3418\":1039.02,\"3419\":null,\"3420\":3873.91,\"3421\":3702.24,\"3422\":7754.45,\"3423\":10132.41,\"3424\":8342.28,\"3425\":151590.67,\"3426\":8230.45,\"3427\":null,\"3428\":1505.73,\"3429\":1502.91,\"3430\":1543.5,\"3431\":11073.26,\"3432\":7.8,\"3433\":null,\"3434\":null,\"3435\":1863.12,\"3436\":0.31,\"3437\":10.41,\"3438\":593.54,\"3439\":3670.01,\"3440\":2800.8,\"3441\":1717.33,\"3442\":null,\"3443\":4126.63,\"3444\":4070.24,\"3445\":1877.05,\"3446\":10998.0,\"3447\":15167.65,\"3448\":15904.46,\"3449\":null,\"3450\":24969.93,\"3451\":2376.12,\"3452\":2389.36,\"3453\":2.92,\"3454\":0.76,\"3455\":1282.8,\"3456\":null,\"3457\":83.49,\"3458\":3739.34,\"3459\":340.6,\"3460\":null,\"3461\":14087.44,\"3462\":7284.18,\"3463\":13688.43,\"3464\":945.4,\"3465\":251.85,\"3466\":39129.15,\"3467\":1591.1,\"3468\":7720.0,\"3469\":3134.4,\"3470\":4040.64,\"3471\":972.45,\"3472\":897.75,\"3473\":1021.73,\"3474\":1342.2,\"3475\":1263.0,\"3476\":603.59,\"3477\":123.48,\"3478\":85.08,\"3479\":157.92,\"3480\":153.9,\"3481\":74.13,\"3482\":307.19,\"3483\":256.64,\"3484\":146.04,\"3485\":336.65,\"3486\":338.83,\"3487\":3291.6,\"3488\":118.08,\"3489\":null,\"3490\":3842.68,\"3491\":4432.72,\"3492\":417.6,\"3493\":265.01,\"3494\":null,\"3495\":157.26,\"3496\":null,\"3497\":null,\"3498\":1574.1,\"3499\":1683.6,\"3500\":1308.3,\"3501\":435.58,\"3502\":4263.75,\"3503\":null,\"3504\":158.91,\"3505\":157.44,\"3506\":320.52,\"3507\":476.52,\"3508\":2663.4,\"3509\":209.29,\"3510\":353.09,\"3511\":235.26,\"3512\":null,\"3513\":null,\"3514\":2693.07,\"3515\":2093.45,\"3516\":null,\"3517\":4068.49,\"3518\":3643.17,\"3519\":4533.04,\"3520\":3431.1,\"3521\":2346.0,\"3522\":171.58,\"3523\":172.81,\"3524\":341.37,\"3525\":1455.3,\"3526\":null,\"3527\":20.91,\"3528\":99.91,\"3529\":247.08,\"3530\":366.13,\"3531\":null,\"3532\":1854.6,\"3533\":7147.2,\"3534\":366832.14,\"3535\":1908.0,\"3536\":3944.54,\"3537\":467.17,\"3538\":null,\"3539\":404.18,\"3540\":13684.0,\"3541\":15700.32,\"3542\":191.4,\"3543\":1713.86,\"3544\":1742.4,\"3545\":619.78,\"3546\":1454.4,\"3547\":1818.0,\"3548\":21788.0,\"3549\":307508.41,\"3550\":499546.62,\"3551\":13912.0,\"3552\":736.89,\"3553\":11440.37,\"3554\":61695.73,\"3555\":6149.0,\"3556\":637.68,\"3557\":671.14,\"3558\":3701.76,\"3559\":11707.92,\"3560\":627.44,\"3561\":null,\"3562\":26405.51,\"3563\":15218.17,\"3564\":13305.0,\"3565\":4539.0,\"3566\":938.8,\"3567\":245175.11,\"3568\":151102.58,\"3569\":5932.55,\"3570\":40296.0,\"3571\":34359.34,\"3572\":879468.4,\"3573\":105452.46,\"3574\":13650.46,\"3575\":271352.14,\"3576\":14192.31,\"3577\":18972.8,\"3578\":21496.14,\"3579\":12028.6,\"3580\":17029.6,\"3581\":null,\"3582\":881.61,\"3583\":1318.62,\"3584\":296.08,\"3585\":304865.0,\"3586\":25551.7,\"3587\":1339.52,\"3588\":758.8,\"3589\":397.13,\"3590\":20231.27,\"3591\":159514.67,\"3592\":2692.86,\"3593\":34.2,\"3594\":908.08,\"3595\":918028.6,\"3596\":499094.14,\"3597\":480.0,\"3598\":1386.0,\"3599\":8311.08,\"3600\":795.74,\"3601\":636.45,\"3602\":13644.0,\"3603\":23272.7,\"3604\":69507.54,\"3605\":164139.05,\"3606\":null,\"3607\":183356.0,\"3608\":471259.67,\"3609\":1057.3,\"3610\":38250.71,\"3611\":41782.42,\"3612\":4897.39,\"3613\":527.74,\"3614\":652.03,\"3615\":1020.45,\"3616\":349595.16,\"3617\":1050.05,\"3618\":537.8,\"3619\":820.62,\"3620\":600.64,\"3621\":5242.8,\"3622\":429.24,\"3623\":null,\"3624\":1274.19,\"3625\":3800.02,\"3626\":3343.95,\"3627\":18505.24,\"3628\":6446.4,\"3629\":376.0,\"3630\":2505.0,\"3631\":105.6,\"3632\":316.67,\"3633\":29346.38,\"3634\":39524.92,\"3635\":1185.94,\"3636\":null,\"3637\":50236.25,\"3638\":744889.8100000001,\"3639\":1181.76,\"3640\":793.54,\"3641\":1093.72,\"3642\":1240.2,\"3643\":null,\"3644\":772737.62,\"3645\":38578.47,\"3646\":531828.0600000001,\"3647\":131390.0,\"3648\":153913.26,\"3649\":416646.96,\"3650\":140485.09,\"3651\":124142.28,\"3652\":null,\"3653\":799.4,\"3654\":653.2,\"3655\":12086.13,\"3656\":6394.01,\"3657\":6179.83,\"3658\":78222.96,\"3659\":165581.74,\"3660\":170320.25,\"3661\":null,\"3662\":95726.59,\"3663\":18385.1,\"3664\":44044.62,\"3665\":48421.83,\"3666\":665.16,\"3667\":84623.84,\"3668\":1477.19,\"3669\":8008.0,\"3670\":2315.85,\"3671\":null,\"3672\":null,\"3673\":null,\"3674\":null,\"3675\":11873.16,\"3676\":650.67,\"3677\":6206.4,\"3678\":null,\"3679\":1.2,\"3680\":5148.0,\"3681\":6743.55,\"3682\":270.67,\"3683\":6640.0,\"3684\":7321.34,\"3685\":664.56,\"3686\":1538.24,\"3687\":126.72,\"3688\":331.8,\"3689\":7907.0,\"3690\":9189.0,\"3691\":2576.2,\"3692\":4960.3,\"3693\":16527.23,\"3694\":9155.66,\"3695\":9508.43,\"3696\":234.81,\"3697\":10018.4,\"3698\":9779.6,\"3699\":null,\"3700\":1343.7,\"3701\":13086.0,\"3702\":19724.77,\"3703\":10279.69,\"3704\":19568.25,\"3705\":6663.6,\"3706\":417.6,\"3707\":8025.6,\"3708\":1908.0,\"3709\":0.96,\"3710\":1344.1,\"3711\":1566.3,\"3712\":3312.2,\"3713\":3304.0,\"3714\":304.06,\"3715\":2011.32,\"3716\":344.08,\"3717\":2015.0,\"3718\":1056.33,\"3719\":10518.63,\"3720\":64.14,\"3721\":2829.26,\"3722\":547.2,\"3723\":null,\"3724\":849.42,\"3725\":270.16,\"3726\":1029.9,\"3727\":621.39,\"3728\":null,\"3729\":9969.46,\"3730\":2000.0,\"3731\":5322.4,\"3732\":2949.06,\"3733\":34960.87,\"3734\":1542.72,\"3735\":null,\"3736\":3787.83,\"3737\":3774.24,\"3738\":83.05,\"3739\":3029.7,\"3740\":10782.96,\"3741\":3253.6,\"3742\":157619.83,\"3743\":8407.82,\"3744\":null,\"3745\":1750.25,\"3746\":1765.37,\"3747\":3075.0,\"3748\":11643.27,\"3749\":25.32,\"3750\":null,\"3751\":1668.93,\"3752\":0.2,\"3753\":10.63,\"3754\":260.91,\"3755\":5070.34,\"3756\":2642.4,\"3757\":1992.89,\"3758\":null,\"3759\":4927.99,\"3760\":4864.93,\"3761\":2286.22,\"3762\":4167.0,\"3763\":12074.4,\"3764\":8925.07,\"3765\":9217.68,\"3766\":null,\"3767\":26548.41,\"3768\":3811.09,\"3769\":3817.96,\"3770\":2.93,\"3771\":0.76,\"3772\":1282.8,\"3773\":null,\"3774\":81.95,\"3775\":316.36,\"3776\":14284.55,\"3777\":5560.34,\"3778\":23250.47,\"3779\":1184.37,\"3780\":345.0,\"3781\":42699.99,\"3782\":1994.3,\"3783\":8080.0,\"3784\":3309.6,\"3785\":4222.8,\"3786\":1481.18,\"3787\":1464.3,\"3788\":673.2,\"3789\":982.5,\"3790\":999.9,\"3791\":123.11,\"3792\":2.2,\"3793\":136.8,\"3794\":105.84,\"3795\":57.6,\"3796\":168.24,\"3797\":73.62,\"3798\":300.93,\"3799\":376.72,\"3800\":173.16,\"3801\":315.07,\"3802\":366.13,\"3803\":3368.4,\"3804\":170.76,\"3805\":null,\"3806\":3908.3,\"3807\":4454.77,\"3808\":1832.4,\"3809\":298.86,\"3810\":4800.0,\"3811\":169.59,\"3812\":null,\"3813\":null,\"3814\":1689.0,\"3815\":1220.4,\"3816\":1704.04,\"3817\":382.78,\"3818\":null,\"3819\":null,\"3820\":111.5,\"3821\":141.96,\"3822\":101.2,\"3823\":480.92,\"3824\":3277.5,\"3825\":4800.0,\"3826\":208.22,\"3827\":333.98,\"3828\":227.62,\"3829\":null,\"3830\":null,\"3831\":1291.96,\"3832\":979.76,\"3833\":null,\"3834\":4060.61,\"3835\":3570.23,\"3836\":4537.97,\"3837\":4262.1,\"3838\":null,\"3839\":49.97,\"3840\":56.18,\"3841\":276.35,\"3842\":3052.5,\"3843\":null,\"3844\":5.95,\"3845\":106.1,\"3846\":242.19,\"3847\":439.18,\"3848\":null,\"3849\":1841.4,\"3850\":7140.0,\"3851\":387629.34,\"3852\":4143.6,\"3853\":2527.29,\"3854\":null,\"3855\":null,\"3856\":404.06,\"3857\":13783.0,\"3858\":15420.49,\"3859\":204.6,\"3860\":3052.17,\"3861\":1747.02,\"3862\":763.15,\"3863\":3056.4,\"3864\":3210.0,\"3865\":20020.0,\"3866\":109643.63,\"3867\":499015.64,\"3868\":14200.0,\"3869\":1472.46,\"3870\":7951.37,\"3871\":26384.78,\"3872\":6009.67,\"3873\":727.38,\"3874\":719.77,\"3875\":3702.08,\"3876\":889.78,\"3877\":11412.49,\"3878\":634.7,\"3879\":null,\"3880\":28540.45,\"3881\":26131.2,\"3882\":16523.0,\"3883\":4466.58,\"3884\":939.79,\"3885\":249501.7,\"3886\":153802.77,\"3887\":5797.87,\"3888\":30672.0,\"3889\":null,\"3890\":99313.82,\"3891\":109079.06,\"3892\":12473.54,\"3893\":32915.06,\"3894\":14026.45,\"3895\":18748.4,\"3896\":29108.16,\"3897\":12035.95,\"3898\":16602.73,\"3899\":null,\"3900\":856.36,\"3901\":1230.17,\"3902\":538.46,\"3903\":null,\"3904\":26013.15,\"3905\":1804.93,\"3906\":764.51,\"3907\":397.82,\"3908\":23683.67,\"3909\":null,\"3910\":2747.46,\"3911\":39.6,\"3912\":899.91,\"3913\":898420.6800000001,\"3914\":550901.1800000001,\"3915\":534.0,\"3916\":2851.2,\"3917\":8301.03,\"3918\":793.1,\"3919\":68450.0,\"3920\":640.26,\"3921\":14040.0,\"3922\":24013.46,\"3923\":69208.94,\"3924\":164695.88,\"3925\":1920.5,\"3926\":402316.0,\"3927\":489778.11,\"3928\":981.19,\"3929\":38368.67,\"3930\":42115.88,\"3931\":7805.22,\"3932\":525.49,\"3933\":678.6,\"3934\":910.35,\"3935\":350176.86,\"3936\":2120.76,\"3937\":535.39,\"3938\":755.28,\"3939\":576.3,\"3940\":4801.2,\"3941\":429.0,\"3942\":1595.25,\"3943\":14042.93,\"3944\":4499.1,\"3945\":18120.08,\"3946\":5880.0,\"3947\":380.56,\"3948\":2567.4,\"3949\":105.6,\"3950\":339.42,\"3951\":29847.65,\"3952\":32013.41,\"3953\":948345.74,\"3954\":null,\"3955\":658760.49,\"3956\":1285.92,\"3957\":806.08,\"3958\":1067.6,\"3959\":1229.4,\"3960\":773392.0699999999,\"3961\":38999.44,\"3962\":536663.09,\"3963\":205520.0,\"3964\":154489.97,\"3965\":419081.24,\"3966\":142993.69,\"3967\":125510.35,\"3968\":798.28,\"3969\":701.67,\"3970\":24560.54,\"3971\":2205.1,\"3972\":2179.33,\"3973\":64472.36,\"3974\":165496.85,\"3975\":170262.9,\"3976\":null,\"3977\":195772.59,\"3978\":18653.84,\"3979\":44823.96,\"3980\":48204.99,\"3981\":658.5,\"3982\":75346.3,\"3983\":1411.53,\"3984\":7829.8,\"3985\":2484.13,\"3986\":8329.7,\"3987\":46387.77,\"3988\":57716.71,\"3989\":48932.82,\"3990\":12340.01,\"3991\":649.59,\"3992\":4921.2,\"3993\":null,\"3994\":null,\"3995\":6498.69,\"3996\":259.45,\"3997\":null,\"3998\":1840.0,\"3999\":9314.29,\"4000\":1119.48,\"4001\":1621.84,\"4002\":132.0,\"4003\":250.8,\"4004\":7828.0,\"4005\":9331.0,\"4006\":2598.2,\"4007\":4104.53,\"4008\":14432.1,\"4009\":8843.42,\"4010\":9211.45,\"4011\":561.15,\"4012\":10013.4,\"4013\":9608.1,\"4014\":134.4,\"4015\":1340.4,\"4016\":13536.0,\"4017\":19735.22,\"4018\":10294.25,\"4019\":19576.3,\"4020\":7790.4,\"4021\":413.1,\"4022\":9007.1,\"4023\":5896.0,\"4024\":1315.5,\"4025\":1567.68,\"4026\":3141.7,\"4027\":4570.0,\"4028\":304.06,\"4029\":2012.88,\"4030\":347.53,\"4031\":2013.0,\"4032\":1256.43,\"4033\":10681.62,\"4034\":977.68,\"4035\":7721.44,\"4036\":553.2,\"4037\":null,\"4038\":714.12,\"4039\":289.08,\"4040\":757.2,\"4041\":742.28,\"4042\":null,\"4043\":null,\"4044\":6598.65,\"4045\":2000.0,\"4046\":5299.1,\"4047\":1606.32,\"4048\":35268.41,\"4049\":2512.18,\"4050\":null,\"4051\":3718.96,\"4052\":3754.08,\"4053\":7920.88,\"4054\":8222.55,\"4055\":8475.38,\"4056\":179501.32,\"4057\":8382.2,\"4058\":null,\"4059\":2418.6,\"4060\":2420.59,\"4061\":4332.0,\"4062\":10569.95,\"4063\":75.32,\"4064\":null,\"4065\":null,\"4066\":2326.19,\"4067\":0.51,\"4068\":27.37,\"4069\":116.94,\"4070\":4678.89,\"4071\":1400.4,\"4072\":2871.9,\"4073\":null,\"4074\":7305.64,\"4075\":7460.96,\"4076\":3489.5,\"4077\":4176.0,\"4078\":11959.2,\"4079\":7464.21,\"4080\":7647.04,\"4081\":225.0,\"4082\":11730.89,\"4083\":3737.35,\"4084\":3738.69,\"4085\":3.52,\"4086\":0.83,\"4087\":1282.8,\"4088\":null,\"4089\":89.21,\"4090\":758.52,\"4091\":335.83,\"4092\":null,\"4093\":14857.98,\"4094\":2398.57,\"4095\":38294.33,\"4096\":1167.82,\"4097\":148.35,\"4098\":21978.03,\"4099\":3926.65,\"4100\":7160.0,\"4101\":3321.0,\"4102\":4367.7,\"4103\":1479.83,\"4104\":1385.33,\"4105\":1446.53,\"4106\":1213.5,\"4107\":1588.8,\"4108\":7.92,\"4109\":5069.9,\"4110\":151.8,\"4111\":146.16,\"4112\":105.36,\"4113\":257.7,\"4114\":110.97,\"4115\":293.6,\"4116\":307.09,\"4117\":258.0,\"4118\":573.67,\"4119\":589.09,\"4120\":1894.8,\"4121\":154.8,\"4122\":null,\"4123\":4038.68,\"4124\":4597.24,\"4125\":2305.8,\"4126\":10258.63,\"4127\":4800.0,\"4128\":256.92,\"4129\":null,\"4130\":null,\"4131\":2862.9,\"4132\":470.4,\"4133\":1951.46,\"4134\":380.11,\"4135\":1397.25,\"4136\":null,\"4137\":226.16,\"4138\":192.6,\"4139\":422.4,\"4140\":751.96,\"4141\":4154.95,\"4142\":4800.0,\"4143\":295.65,\"4144\":319.63,\"4145\":245.3,\"4146\":null,\"4147\":null,\"4148\":2729.47,\"4149\":2022.82,\"4150\":654.6,\"4151\":0.24,\"4152\":3714.79,\"4153\":4703.02,\"4154\":1777.2,\"4155\":1942.2,\"4156\":295.53,\"4157\":296.63,\"4158\":291.35,\"4159\":1669.8,\"4160\":null,\"4161\":7.68,\"4162\":106.84,\"4163\":260.59,\"4164\":334.19,\"4165\":null,\"4166\":1795.2,\"4167\":7136.4,\"4168\":386021.63,\"4169\":2682.0,\"4170\":4241.38,\"4171\":null,\"4172\":null,\"4173\":404.58,\"4174\":13882.0,\"4175\":15042.61,\"4176\":184.8,\"4177\":3128.07,\"4178\":1741.08,\"4179\":747.94,\"4180\":2437.2,\"4181\":3228.0,\"4182\":20804.0,\"4183\":152472.09,\"4184\":500743.71,\"4185\":12496.0,\"4186\":1570.47,\"4187\":7969.4,\"4188\":26095.64,\"4189\":6185.67,\"4190\":639.69,\"4191\":741.1,\"4192\":3702.08,\"4193\":866.97,\"4194\":11012.05,\"4195\":610.94,\"4196\":null,\"4197\":27234.59,\"4198\":26145.49,\"4199\":15838.0,\"4200\":4439.17,\"4201\":939.79,\"4202\":249384.91,\"4203\":156872.2,\"4204\":5614.85,\"4205\":54168.0,\"4206\":509020.0,\"4207\":119723.84,\"4208\":12264.43,\"4209\":199809.12,\"4210\":13795.41,\"4211\":18508.6,\"4212\":26016.25,\"4213\":11028.78,\"4214\":16478.23,\"4215\":171209.1,\"4216\":701.32,\"4217\":1230.09,\"4218\":553.96,\"4219\":null,\"4220\":22090.46,\"4221\":1787.45,\"4222\":762.93,\"4223\":401.01,\"4224\":21679.58,\"4225\":null,\"4226\":null,\"4227\":22.8,\"4228\":858.55,\"4229\":873229.88,\"4230\":74734.5,\"4231\":474.0,\"4232\":6089.6,\"4233\":8302.88,\"4234\":795.96,\"4235\":615.26,\"4236\":14508.0,\"4237\":23020.92,\"4238\":69302.22,\"4239\":164491.82,\"4240\":null,\"4241\":null,\"4242\":null,\"4243\":989.33,\"4244\":38323.38,\"4245\":42133.4,\"4246\":8876.52,\"4247\":528.92,\"4248\":674.89,\"4249\":828.3,\"4250\":349586.34,\"4251\":3076.14,\"4252\":533.02,\"4253\":782.46,\"4254\":638.66,\"4255\":4609.2,\"4256\":428.88,\"4257\":1449.23,\"4258\":14093.15,\"4259\":3106.8,\"4260\":17926.98,\"4261\":7852.8,\"4262\":1215.82,\"4263\":386.56,\"4264\":2574.6,\"4265\":102.3,\"4266\":336.08,\"4267\":74751.94,\"4268\":31900.0,\"4269\":1187.12,\"4270\":485888.41,\"4271\":null,\"4272\":650970.1899999999,\"4273\":1598.58,\"4274\":762.96,\"4275\":1047.33,\"4276\":1254.6,\"4277\":770412.0600000001,\"4278\":null,\"4279\":537877.9,\"4280\":null,\"4281\":154601.62,\"4282\":421842.0,\"4283\":140664.79,\"4284\":124903.59,\"4285\":796.74,\"4286\":637.43,\"4287\":42415.86,\"4288\":6410.83,\"4289\":6257.68,\"4290\":60703.48,\"4291\":165364.28,\"4292\":170200.0,\"4293\":null,\"4294\":null,\"4295\":18505.82,\"4296\":44745.92,\"4297\":48232.88,\"4298\":653.7,\"4299\":75328.14,\"4300\":1227.24,\"4301\":8137.8,\"4302\":2345.7,\"4303\":28939.79,\"4304\":41145.19,\"4305\":57727.54,\"4306\":57542.86,\"4307\":15488.71,\"4308\":326.43,\"4309\":5414.4,\"4310\":3.6,\"4311\":null,\"4312\":6698.67,\"4313\":263.34,\"4314\":800.0,\"4315\":9335.05,\"4316\":1138.32,\"4317\":1555.84,\"4318\":166.72,\"4319\":8476.0,\"4320\":9068.0,\"4321\":2884.2,\"4322\":3963.98,\"4323\":16098.13,\"4324\":9507.82,\"4325\":9882.13,\"4326\":587.4,\"4327\":10016.4,\"4328\":9608.8,\"4329\":null,\"4330\":2197.6,\"4331\":13500.0,\"4332\":19733.06,\"4333\":10297.33,\"4334\":19598.95,\"4335\":9064.8,\"4336\":662.7,\"4337\":9345.9,\"4338\":4884.0,\"4339\":null,\"4340\":1615.4,\"4341\":1627.02,\"4342\":5478.5,\"4343\":4245.0,\"4344\":304.06,\"4345\":1932.62,\"4346\":371.22,\"4347\":2238.0,\"4348\":1271.95,\"4349\":17436.74,\"4350\":2190.5,\"4351\":8212.54,\"4352\":523.2,\"4353\":441.78,\"4354\":null,\"4355\":925.32,\"4356\":null,\"4357\":270.16,\"4358\":837.9,\"4359\":720.06,\"4360\":90.01,\"4361\":38.4,\"4362\":9758.78,\"4363\":2000.0,\"4364\":6471.2,\"4365\":2329.44,\"4366\":35543.95,\"4367\":2967.79,\"4368\":12.98,\"4369\":5016.0,\"4370\":3742.56,\"4371\":207.9,\"4372\":8382.01,\"4373\":7762.98,\"4374\":8933.63,\"4375\":154262.58,\"4376\":7352.64,\"4377\":278.3,\"4378\":1968.66,\"4379\":1969.96,\"4380\":1582.5,\"4381\":11631.7,\"4382\":7.24,\"4383\":0.8,\"4384\":null,\"4385\":2018.23,\"4386\":0.08,\"4387\":9.68,\"4388\":363.07,\"4389\":4975.34,\"4390\":2262.43,\"4391\":372.25,\"4392\":6504.0,\"4393\":7424.04,\"4394\":3337.03,\"4395\":3555.0,\"4396\":10461.6,\"4397\":6974.44,\"4398\":7168.95,\"4399\":73.8,\"4400\":28121.25,\"4401\":2155.77,\"4402\":2171.78,\"4403\":0.64,\"4404\":0.18,\"4405\":1282.8,\"4406\":292.35,\"4407\":49.94,\"4408\":4060.88,\"4409\":343.82,\"4410\":13968.38,\"4411\":5814.83,\"4412\":13770.95,\"4413\":1207.8,\"4414\":583.74,\"4415\":9333.72,\"4416\":2076.9,\"4417\":1760.0,\"4418\":2669.4,\"4419\":4331.82,\"4420\":1696.73,\"4421\":1611.68,\"4422\":1244.25,\"4423\":1806.3,\"4424\":2454.6,\"4425\":328.42,\"4426\":4079.9,\"4427\":128.76,\"4428\":187.32,\"4429\":83.16,\"4430\":236.07,\"4431\":102.06,\"4432\":305.38,\"4433\":282.73,\"4434\":153.7,\"4435\":334.34,\"4436\":821.99,\"4437\":2902.8,\"4438\":93.6,\"4439\":null,\"4440\":4855.87,\"4441\":5725.3,\"4442\":2383.2,\"4443\":10750.01,\"4444\":2886.0,\"4445\":213.45,\"4446\":null,\"4447\":34.5,\"4448\":null,\"4449\":1771.8,\"4450\":null,\"4451\":2400.03,\"4452\":406.48,\"4453\":4437.45,\"4454\":0.14,\"4455\":231.2,\"4456\":172.8,\"4457\":null,\"4458\":1066.56,\"4459\":4313.65,\"4460\":2886.0,\"4461\":210.81,\"4462\":360.07,\"4463\":241.73,\"4464\":579.48,\"4465\":273.0,\"4466\":1660.84,\"4467\":1198.94,\"4468\":35.4,\"4469\":4489.61,\"4470\":5591.46,\"4471\":1633.8,\"4472\":2950.8,\"4473\":220.77,\"4474\":219.78,\"4475\":317.25,\"4476\":2607.0,\"4477\":null,\"4478\":12.3,\"4479\":null,\"4480\":240.0,\"4481\":386.8,\"4482\":null,\"4483\":3622.67,\"4484\":2329.8,\"4485\":7149.6,\"4486\":140292.97,\"4487\":2433.6,\"4488\":4631.58,\"4489\":null,\"4490\":404.64,\"4491\":14135.0,\"4492\":16217.38,\"4493\":198.0,\"4494\":3120.48,\"4495\":1739.43,\"4496\":745.7,\"4497\":2288.7,\"4498\":3707.0,\"4499\":21448.0,\"4500\":459212.94,\"4501\":500690.02,\"4502\":13808.0,\"4503\":879.12,\"4504\":7032.26,\"4505\":49287.73,\"4506\":7051.0,\"4507\":637.39,\"4508\":719.48,\"4509\":3701.76,\"4510\":889.61,\"4511\":10938.23,\"4512\":593.56,\"4513\":null,\"4514\":28979.58,\"4515\":24274.62,\"4516\":18884.0,\"4517\":6401.18,\"4518\":938.8,\"4519\":250080.95,\"4520\":153937.83,\"4521\":7998.68,\"4522\":null,\"4523\":null,\"4524\":72449.32,\"4525\":20480.32,\"4526\":207697.27,\"4527\":15929.12,\"4528\":18704.4,\"4529\":24294.29,\"4530\":11672.59,\"4531\":15977.02,\"4532\":145096.58,\"4533\":915.35,\"4534\":1393.43,\"4535\":551.71,\"4536\":18391.53,\"4537\":2211.34,\"4538\":752.4,\"4539\":403.43,\"4540\":21664.82,\"4541\":39627.24,\"4542\":3010.61,\"4543\":2486.4,\"4544\":762.63,\"4545\":956739.05,\"4546\":472818.97,\"4547\":642.0,\"4548\":7385.4,\"4549\":8319.26,\"4550\":792.88,\"4551\":644.79,\"4552\":12960.0,\"4553\":22973.98,\"4554\":69132.58,\"4555\":164811.05,\"4556\":null,\"4557\":null,\"4558\":530075.03,\"4559\":1024.66,\"4560\":29671.12,\"4561\":36741.58,\"4562\":7499.13,\"4563\":504.11,\"4564\":674.39,\"4565\":724.2,\"4566\":267685.02,\"4567\":3072.7,\"4568\":523.15,\"4569\":754.02,\"4570\":634.58,\"4571\":4603.2,\"4572\":429.0,\"4573\":1260.61,\"4574\":14104.63,\"4575\":2963.7,\"4576\":18855.26,\"4577\":6384.0,\"4578\":null,\"4579\":383.0,\"4580\":2563.2,\"4581\":102.3,\"4582\":350.38,\"4583\":29841.82,\"4584\":37624.21,\"4585\":1183.38,\"4586\":247280.1,\"4587\":null,\"4588\":250066.35,\"4589\":1584.54,\"4590\":775.06,\"4591\":1105.3,\"4592\":1411.2,\"4593\":766335.38,\"4594\":3229.43,\"4595\":178584.3,\"4596\":128170.0,\"4597\":154282.2,\"4598\":420612.83,\"4599\":72473.81,\"4600\":72132.6,\"4601\":796.46,\"4602\":592.28,\"4603\":12948.18,\"4604\":6674.95,\"4605\":6248.66,\"4606\":60013.81,\"4607\":164692.81,\"4608\":170429.4,\"4609\":null,\"4610\":null,\"4611\":6864.24,\"4612\":44830.2,\"4613\":48183.51,\"4614\":647.82,\"4615\":75339.7,\"4616\":1126.02,\"4617\":6210.6,\"4618\":2182.25,\"4619\":31958.37,\"4620\":43114.15,\"4621\":57568.36,\"4622\":57371.91,\"4623\":14730.62,\"4624\":326.25,\"4625\":8859.6,\"4626\":38.4,\"4627\":null,\"4628\":6762.2,\"4629\":254.83,\"4630\":5360.0,\"4631\":9666.45,\"4632\":34.68,\"4633\":1577.84,\"4634\":130.68,\"4635\":8408.0,\"4636\":7912.0,\"4637\":2488.2,\"4638\":4960.47,\"4639\":17642.49,\"4640\":8841.62,\"4641\":9215.92,\"4642\":163.53,\"4643\":5974.25,\"4644\":5730.3,\"4645\":111.6,\"4646\":2192.0,\"4647\":7128.0,\"4648\":19705.54,\"4649\":10230.66,\"4650\":19552.79,\"4651\":6868.8,\"4652\":654.6,\"4653\":10828.2,\"4654\":8298.0,\"4655\":null,\"4656\":1560.1,\"4657\":1686.36,\"4658\":3757.2,\"4659\":6935.0,\"4660\":304.06,\"4661\":1456.06,\"4662\":345.46,\"4663\":2466.0,\"4664\":1223.18,\"4665\":14272.51,\"4666\":815.31,\"4667\":915.26,\"4668\":544.8,\"4669\":null,\"4670\":30.8,\"4671\":823.68,\"4672\":435.16,\"4673\":749.7,\"4674\":912.01,\"4675\":null,\"4676\":65.28,\"4677\":10127.47,\"4678\":2000.0,\"4679\":5893.6,\"4680\":1943.04,\"4681\":26610.15,\"4682\":3339.35,\"4683\":16.97,\"4684\":9716.35,\"4685\":3204.0,\"4686\":863.72,\"4687\":9799.48,\"4688\":1012.75,\"4689\":179937.84,\"4690\":5251.07,\"4691\":32.34,\"4692\":2343.59,\"4693\":2376.23,\"4694\":3202.5,\"4695\":9299.53,\"4696\":10.32,\"4697\":null,\"4698\":2426.05,\"4699\":0.35,\"4700\":11.66,\"4701\":367.82,\"4702\":3732.12,\"4703\":1810.8,\"4704\":2689.74,\"4705\":null,\"4706\":9290.27,\"4707\":8769.98,\"4708\":4118.76,\"4709\":2406.6,\"4710\":7110.0,\"4711\":6477.76,\"4712\":6644.52,\"4713\":null,\"4714\":29097.16,\"4715\":5225.61,\"4716\":5228.01,\"4717\":2.58,\"4718\":0.72,\"4719\":1282.8,\"4720\":null,\"4721\":21.34,\"4722\":3935.3,\"4723\":322.63,\"4724\":null,\"4725\":9394.56,\"4726\":2598.42,\"4727\":20866.24,\"4728\":1162.48,\"4729\":429.87,\"4730\":29792.97,\"4731\":2127.65,\"4732\":1920.0,\"4733\":1874.4,\"4734\":4316.64,\"4735\":1748.93,\"4736\":1641.6,\"4737\":1800.45,\"4738\":2085.3,\"4739\":2843.4,\"4740\":170.98,\"4741\":null,\"4742\":72.0,\"4743\":120.72,\"4744\":65.16,\"4745\":278.19,\"4746\":139.5,\"4747\":105.0,\"4748\":213.54,\"4749\":230.28,\"4750\":190.89,\"4751\":264.7,\"4752\":2878.8,\"4753\":195.0,\"4754\":null,\"4755\":2763.41,\"4756\":3094.07,\"4757\":1407.6,\"4758\":12.61,\"4759\":4900.0,\"4760\":262.41,\"4761\":null,\"4762\":1126.84,\"4763\":1721.4,\"4764\":3862.8,\"4765\":1390.29,\"4766\":500.42,\"4767\":227.25,\"4768\":null,\"4769\":295.39,\"4770\":185.52,\"4771\":201.3,\"4772\":1052.48,\"4773\":3302.8,\"4774\":4900.0,\"4775\":186.22,\"4776\":197.39,\"4777\":61.0,\"4778\":159.1,\"4779\":null,\"4780\":3321.55,\"4781\":2572.55,\"4782\":351.6,\"4783\":2236.54,\"4784\":2851.34,\"4785\":2045.4,\"4786\":2708.1,\"4787\":309.96,\"4788\":309.41,\"4789\":212.24,\"4790\":3121.8,\"4791\":10.11,\"4792\":52.69,\"4793\":116.72,\"4794\":211.48,\"4795\":null,\"4796\":3714.33,\"4797\":2448.6,\"4798\":7144.8,\"4799\":252661.5,\"4800\":3924.0,\"4801\":5425.76,\"4802\":null,\"4803\":404.39,\"4804\":13035.0,\"4805\":10383.99,\"4806\":null,\"4807\":3123.61,\"4808\":1748.01,\"4809\":786.2,\"4810\":825.3,\"4811\":3207.0,\"4812\":20960.0,\"4813\":363024.63,\"4814\":497892.28,\"4815\":null,\"4816\":1229.91,\"4817\":10086.48,\"4818\":44054.11,\"4819\":7201.33,\"4820\":1201.18,\"4821\":719.48,\"4822\":3702.08,\"4823\":948.64,\"4824\":16969.02,\"4825\":623.92,\"4826\":null,\"4827\":8703.72,\"4828\":28176.74,\"4829\":19236.0,\"4830\":5214.26,\"4831\":939.79,\"4832\":249022.67,\"4833\":158246.28,\"4834\":6394.26,\"4835\":null,\"4836\":510890.0,\"4837\":null,\"4838\":60522.13,\"4839\":20201.75,\"4840\":396610.78,\"4841\":19463.32,\"4842\":18671.4,\"4843\":25031.96,\"4844\":13141.4,\"4845\":15989.67,\"4846\":149439.22,\"4847\":1007.26,\"4848\":1279.39,\"4849\":542.83,\"4850\":305470.01,\"4851\":8654.26,\"4852\":494.16,\"4853\":747.18,\"4854\":373.18,\"4855\":28473.94,\"4856\":162722.37,\"4857\":2294.64,\"4858\":2269.8,\"4859\":813.15,\"4860\":715801.4399999999,\"4861\":338579.63,\"4862\":564.0,\"4863\":8351.2,\"4864\":5731.6,\"4865\":796.73,\"4866\":136650.0,\"4867\":615.62,\"4868\":12312.0,\"4869\":23713.86,\"4870\":64254.97,\"4871\":165188.76,\"4872\":null,\"4873\":316250.0,\"4874\":530187.1899999999,\"4875\":50793.05,\"4876\":42297.98,\"4877\":7805.22,\"4878\":516.12,\"4879\":675.76,\"4880\":723.6,\"4881\":162448.11,\"4882\":3067.53,\"4883\":523.91,\"4884\":901.26,\"4885\":467.5,\"4886\":5038.8,\"4887\":428.4,\"4888\":19580.0,\"4889\":1685.81,\"4890\":14072.35,\"4891\":3337.2,\"4892\":17168.87,\"4893\":8371.2,\"4894\":380.69,\"4895\":2559.0,\"4896\":99.0,\"4897\":344.0,\"4898\":28923.43,\"4899\":25244.51,\"4900\":null,\"4901\":null,\"4902\":null,\"4903\":345041.73,\"4904\":251.58,\"4905\":785.62,\"4906\":1067.94,\"4907\":1391.4,\"4908\":780085.97,\"4909\":50317.33,\"4910\":529147.91,\"4911\":41036.85,\"4912\":204720.0,\"4913\":154176.09,\"4914\":422259.37,\"4915\":140865.3,\"4916\":125318.74,\"4917\":796.32,\"4918\":1.11,\"4919\":20549.71,\"4920\":649.05,\"4921\":711.64,\"4922\":76779.68,\"4923\":163322.36,\"4924\":169817.05,\"4925\":155306.55,\"4926\":null,\"4927\":225968.36,\"4928\":13878.27,\"4929\":44899.93,\"4930\":48089.57,\"4931\":654.48,\"4932\":76406.84,\"4933\":1323.49,\"4934\":8639.4,\"4935\":2687.98,\"4936\":25225.78,\"4937\":42965.21,\"4938\":57626.07,\"4939\":58070.12,\"4940\":18523.0,\"4941\":null,\"4942\":6379.2,\"4943\":null,\"4944\":null,\"4945\":6721.28,\"4946\":278.39,\"4947\":null,\"4948\":null,\"4949\":9100.56,\"4950\":23.64,\"4951\":1670.68,\"4952\":124.48,\"4953\":null,\"4954\":8264.0,\"4955\":8243.0,\"4956\":2426.6,\"4957\":4956.72,\"4958\":17545.96,\"4959\":10133.81,\"4960\":10223.83,\"4961\":290.69,\"4962\":13006.2,\"4963\":12691.3,\"4964\":26.4,\"4965\":1673.6,\"4966\":13158.0,\"4967\":19725.55,\"4968\":10286.84,\"4969\":19559.19,\"4970\":6163.2,\"4971\":470.4,\"4972\":8269.4,\"4973\":7448.0,\"4974\":1334.7,\"4975\":1531.8,\"4976\":3237.1,\"4977\":4691.0,\"4978\":304.06,\"4979\":1891.18,\"4980\":341.09,\"4981\":2039.0,\"4982\":208.57,\"4983\":11981.77,\"4984\":null,\"4985\":6.61,\"4986\":529.8,\"4987\":null,\"4988\":null,\"4989\":740.52,\"4990\":326.48,\"4991\":356.4,\"4992\":1220.45,\"4993\":null,\"4994\":113.76,\"4995\":9111.71,\"4996\":2000.0,\"4997\":4304.94,\"4998\":2042.4,\"4999\":34112.4,\"5000\":3068.99,\"5001\":366.62,\"5002\":3862.44,\"5003\":3562.56,\"5004\":null,\"5005\":11155.86,\"5006\":null,\"5007\":179720.94,\"5008\":2913.88,\"5009\":190.96,\"5010\":2078.48,\"5011\":2116.27,\"5012\":2604.0,\"5013\":11636.76,\"5014\":2.8,\"5015\":null,\"5016\":null,\"5017\":1886.16,\"5018\":0.19,\"5019\":19.73,\"5020\":555.64,\"5021\":4535.54,\"5022\":2232.0,\"5023\":2336.8,\"5024\":84.55,\"5025\":4168.03,\"5026\":6373.71,\"5027\":3086.26,\"5028\":1224.0,\"5029\":3009.6,\"5030\":5296.85,\"5031\":5442.04,\"5032\":null,\"5033\":30237.19,\"5034\":8506.16,\"5035\":8112.7,\"5036\":1.69,\"5037\":0.41,\"5038\":1615.2,\"5039\":null,\"5040\":27.5,\"5041\":4107.34,\"5042\":328.8,\"5043\":null,\"5044\":13768.72,\"5045\":3684.82,\"5046\":15054.54,\"5047\":1184.59,\"5048\":376.05,\"5049\":36431.05,\"5050\":1486.8,\"5051\":6000.0,\"5052\":1087.8,\"5053\":4358.04,\"5054\":908.55,\"5055\":888.08,\"5056\":1996.88,\"5057\":590.4,\"5058\":754.5,\"5059\":551.41,\"5060\":5508.8,\"5061\":165.12,\"5062\":116.76,\"5063\":68.52,\"5064\":206.79,\"5065\":76.26,\"5066\":100.42,\"5067\":299.7,\"5068\":218.16,\"5069\":249.83,\"5070\":302.45,\"5071\":2167.2,\"5072\":303.84,\"5073\":null,\"5074\":3548.0,\"5075\":3914.56,\"5076\":1976.4,\"5077\":1563.89,\"5078\":4900.0,\"5079\":242.37,\"5080\":null,\"5081\":null,\"5082\":1321.2,\"5083\":1198.8,\"5084\":1140.97,\"5085\":212.25,\"5086\":null,\"5087\":null,\"5088\":177.57,\"5089\":157.2,\"5090\":210.1,\"5091\":1284.8,\"5092\":2267.8,\"5093\":4900.0,\"5094\":null,\"5095\":298.63,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":3433.81,\"5100\":2891.22,\"5101\":null,\"5102\":3386.81,\"5103\":4270.19,\"5104\":2627.4,\"5105\":2828.4,\"5106\":null,\"5107\":133.87,\"5108\":213.32,\"5109\":4118.4,\"5110\":9.21,\"5111\":155.02,\"5112\":75.56,\"5113\":58.08,\"5114\":null,\"5115\":3817.0,\"5116\":2059.2,\"5117\":7138.8,\"5118\":392828.68,\"5119\":2934.0,\"5120\":4929.04,\"5121\":null,\"5122\":null,\"5123\":null,\"5124\":404.57,\"5125\":13673.0,\"5126\":15043.23,\"5127\":204.6,\"5128\":3126.26,\"5129\":1753.29,\"5130\":778.36,\"5131\":1242.0,\"5132\":2545.0,\"5133\":20324.0,\"5134\":153370.84,\"5135\":503169.77,\"5136\":13384.0,\"5137\":726.99,\"5138\":12136.72,\"5139\":32160.72,\"5140\":7029.0,\"5141\":1071.23,\"5142\":716.51,\"5143\":3702.4,\"5144\":911.56,\"5145\":13830.33,\"5146\":603.24,\"5147\":null,\"5148\":23642.87,\"5149\":15438.41,\"5150\":18267.0,\"5151\":5018.92,\"5152\":938.8,\"5153\":249788.56,\"5154\":159604.08,\"5155\":6211.68,\"5156\":34584.0,\"5157\":506560.0,\"5158\":60274.49,\"5159\":102930.85,\"5160\":20199.77,\"5161\":264370.57,\"5162\":14699.85,\"5163\":18827.6,\"5164\":23654.16,\"5165\":12219.29,\"5166\":15987.86,\"5167\":171169.92,\"5168\":1108.9,\"5169\":1230.4,\"5170\":565.98,\"5171\":null,\"5172\":16332.49,\"5173\":2061.61,\"5174\":746.3,\"5175\":394.1,\"5176\":25998.72,\"5177\":161709.92,\"5178\":1109.19,\"5179\":2269.8,\"5180\":887.37,\"5181\":887109.27,\"5182\":600638.4,\"5183\":594.0,\"5184\":7392.0,\"5185\":8423.3,\"5186\":794.64,\"5187\":68330.0,\"5188\":609.79,\"5189\":13356.0,\"5190\":22711.22,\"5191\":69118.99,\"5192\":164647.87,\"5193\":null,\"5194\":318458.0,\"5195\":null,\"5196\":51068.4,\"5197\":5495.96,\"5198\":null,\"5199\":370.39,\"5200\":675.47,\"5201\":789.75,\"5202\":81050.88,\"5203\":3065.81,\"5204\":516.98,\"5205\":713.7,\"5206\":492.07,\"5207\":4526.4,\"5208\":428.04,\"5209\":1175.36,\"5210\":14003.48,\"5211\":null,\"5212\":16392.26,\"5213\":8361.6,\"5214\":196.55,\"5215\":2554.8,\"5216\":99.0,\"5217\":82.21,\"5218\":29894.34,\"5219\":42281.11,\"5220\":1186.24,\"5221\":505769.03,\"5222\":null,\"5223\":612145.7,\"5224\":1600.2,\"5225\":807.18,\"5226\":1087.0,\"5227\":1459.8,\"5228\":770366.05,\"5229\":50218.65,\"5230\":533385.03,\"5231\":182990.0,\"5232\":153417.85,\"5233\":421219.49,\"5234\":74022.74,\"5235\":73679.55,\"5236\":2051.0,\"5237\":796.74,\"5238\":608.39,\"5239\":14620.54,\"5240\":1.63,\"5241\":10.1,\"5242\":77273.0,\"5243\":163753.59,\"5244\":169902.15,\"5245\":87519.52,\"5246\":null,\"5247\":223418.72,\"5248\":null,\"5249\":23359.77,\"5250\":44706.6,\"5251\":48498.7,\"5252\":654.21,\"5253\":75468.62,\"5254\":1307.27,\"5255\":8859.4,\"5256\":2493.54,\"5257\":28553.41,\"5258\":31428.81,\"5259\":58180.33,\"5260\":46596.73,\"5261\":16021.63,\"5262\":176.85,\"5263\":5925.6,\"5264\":3.6,\"5265\":null,\"5266\":6530.7,\"5267\":275.75,\"5268\":6320.0,\"5269\":9180.98,\"5270\":88.8,\"5271\":1640.32,\"5272\":122.36,\"5273\":null,\"5274\":7952.0,\"5275\":7955.0,\"5276\":2444.2,\"5277\":4500.13,\"5278\":14539.82,\"5279\":9183.36,\"5280\":9513.14,\"5281\":1201.64,\"5282\":13105.8,\"5283\":12820.7,\"5284\":13.2,\"5285\":1492.9,\"5286\":13680.0,\"5287\":19724.86,\"5288\":19267.39,\"5289\":18564.49,\"5290\":7106.4,\"5291\":413.8,\"5292\":7532.9,\"5293\":1652.0,\"5294\":1238.8,\"5295\":1204.74,\"5296\":3225.6,\"5297\":4644.0,\"5298\":304.06,\"5299\":1876.08,\"5300\":339.71,\"5301\":2028.0,\"5302\":159.48,\"5303\":11299.9,\"5304\":684.49,\"5305\":443.09,\"5306\":421.8,\"5307\":null,\"5308\":null,\"5309\":944.46,\"5310\":null,\"5311\":299.64,\"5312\":1033.2,\"5313\":550.88,\"5314\":null,\"5315\":128.64,\"5316\":9495.44,\"5317\":2000.0,\"5318\":5446.9,\"5319\":2139.0,\"5320\":31963.75,\"5321\":868.08,\"5322\":2.16,\"5323\":4040.35,\"5324\":2226.24,\"5325\":null,\"5326\":431.11,\"5327\":11338.2,\"5328\":493.34,\"5329\":179741.13,\"5330\":6022.81,\"5331\":42.46,\"5332\":2645.83,\"5333\":2761.25,\"5334\":496.5,\"5335\":11634.77,\"5336\":11.04,\"5337\":null,\"5338\":null,\"5339\":3141.28,\"5340\":0.51,\"5341\":16.83,\"5342\":307.64,\"5343\":4382.11,\"5344\":1904.4,\"5345\":3149.29,\"5346\":null,\"5347\":11308.6,\"5348\":10219.46,\"5349\":4960.78,\"5350\":2122.2,\"5351\":4384.8,\"5352\":7299.57,\"5353\":7486.42,\"5354\":null,\"5355\":11369.29,\"5356\":7057.87,\"5357\":7688.44,\"5358\":2.55,\"5359\":0.56,\"5360\":3470.4,\"5361\":null,\"5362\":43.23,\"5363\":1634.38,\"5364\":205.09,\"5365\":null,\"5366\":9018.48,\"5367\":2482.32,\"5368\":38968.58,\"5369\":1157.81,\"5370\":230.46,\"5371\":29835.7,\"5372\":3932.6,\"5373\":5360.0,\"5374\":1803.0,\"5375\":2735.16,\"5376\":256.73,\"5377\":248.4,\"5378\":195.75,\"5379\":2077.8,\"5380\":3001.8,\"5381\":304.13,\"5382\":20.9,\"5383\":120.84,\"5384\":117.96,\"5385\":110.64,\"5386\":281.31,\"5387\":137.43,\"5388\":216.23,\"5389\":283.14,\"5390\":284.4,\"5391\":242.07,\"5392\":242.75,\"5393\":1747.2,\"5394\":243.48,\"5395\":null,\"5396\":2532.48,\"5397\":2681.85,\"5398\":1551.6,\"5399\":6781.6,\"5400\":4900.0,\"5401\":266.43,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":3105.3,\"5406\":1993.2,\"5407\":2766.08,\"5408\":278.84,\"5409\":155.25,\"5410\":null,\"5411\":340.52,\"5412\":243.72,\"5413\":476.3,\"5414\":1259.28,\"5415\":1967.65,\"5416\":4900.0,\"5417\":200.09,\"5418\":255.54,\"5419\":160.02,\"5420\":null,\"5421\":null,\"5422\":3797.04,\"5423\":2964.65,\"5424\":null,\"5425\":2434.29,\"5426\":2634.4,\"5427\":2958.3,\"5428\":2519.1,\"5429\":369.78,\"5430\":369.84,\"5431\":null,\"5432\":226.16,\"5433\":3791.7,\"5434\":26.37,\"5435\":92.54,\"5436\":329.48,\"5437\":1235.1,\"5438\":269.33,\"5439\":3813.33,\"5440\":1894.2,\"5441\":7156.8,\"5442\":273281.55,\"5443\":2440.8,\"5444\":4438.55,\"5445\":469.04,\"5446\":null,\"5447\":404.59,\"5448\":13684.0,\"5449\":7578.22,\"5450\":198.0,\"5451\":3053.32,\"5452\":1745.7,\"5453\":771.93,\"5454\":1386.9,\"5455\":2306.0,\"5456\":19944.0,\"5457\":464363.78,\"5458\":497127.96,\"5459\":12704.0,\"5460\":1096.26,\"5461\":10971.87,\"5462\":50326.54,\"5463\":66266.73,\"5464\":7249.0,\"5465\":740.03,\"5466\":null,\"5467\":3702.08,\"5468\":895.23,\"5469\":12371.32,\"5470\":619.96,\"5471\":1373.2,\"5472\":27151.94,\"5473\":15404.44,\"5474\":17649.0,\"5475\":4821.77,\"5476\":null,\"5477\":254225.61,\"5478\":159837.78,\"5479\":5932.59,\"5480\":null,\"5481\":null,\"5482\":3305.75,\"5483\":57382.5,\"5484\":16325.92,\"5485\":254098.85,\"5486\":14599.81,\"5487\":9523.8,\"5488\":22659.29,\"5489\":10919.34,\"5490\":16506.97,\"5491\":33506.6,\"5492\":1387.31,\"5493\":141.55,\"5494\":550.71,\"5495\":152350.0,\"5496\":7728.14,\"5497\":1973.98,\"5498\":743.93,\"5499\":402.82,\"5500\":24096.18,\"5501\":91054.25,\"5502\":2501.63,\"5503\":2269.8,\"5504\":847.0,\"5505\":875986.77,\"5506\":480503.07,\"5507\":294.0,\"5508\":6954.2,\"5509\":8396.86,\"5510\":793.87,\"5511\":185430.0,\"5512\":623.44,\"5513\":12204.0,\"5514\":23467.45,\"5515\":60428.17,\"5516\":69043.13,\"5517\":164506.4,\"5518\":null,\"5519\":null,\"5520\":544494.7,\"5521\":51349.39,\"5522\":42175.7,\"5523\":7193.04,\"5524\":619.21,\"5525\":687.56,\"5526\":788.7,\"5527\":91227.15,\"5528\":3614.94,\"5529\":345.31,\"5530\":899.46,\"5531\":548.62,\"5532\":4146.0,\"5533\":427.56,\"5534\":1197.56,\"5535\":14167.76,\"5536\":17155.17,\"5537\":9542.4,\"5538\":381.41,\"5539\":2541.0,\"5540\":102.3,\"5541\":312.8,\"5542\":94375.13,\"5543\":36513.26,\"5544\":1181.21,\"5545\":1146262.48,\"5546\":null,\"5547\":265292.5,\"5548\":1603.2,\"5549\":704.88,\"5550\":1039.38,\"5551\":1445.4,\"5552\":773031.6,\"5553\":38586.35,\"5554\":533145.16,\"5555\":180950.0,\"5556\":153761.14,\"5557\":420909.32,\"5558\":140115.11,\"5559\":102030.71,\"5560\":1752.0,\"5561\":794.5,\"5562\":1301.61,\"5563\":39984.16,\"5564\":318.55,\"5565\":356.2,\"5566\":60248.52,\"5567\":163417.76,\"5568\":168790.3,\"5569\":132078.53,\"5570\":null,\"5571\":227708.12,\"5572\":22060.83,\"5573\":44395.82,\"5574\":48805.97,\"5575\":656.79,\"5576\":75499.63,\"5577\":1352.94,\"5578\":8349.0,\"5579\":2250.43,\"5580\":32249.52,\"5581\":31653.24,\"5582\":58761.88,\"5583\":58343.92,\"5584\":15734.94,\"5585\":655.2,\"5586\":4939.2,\"5587\":3.6,\"5588\":null,\"5589\":6419.66,\"5590\":304.13,\"5591\":80.0,\"5592\":4792.68,\"5593\":605.28,\"5594\":1708.52,\"5595\":180.97,\"5596\":null,\"5597\":8320.0,\"5598\":7747.0,\"5599\":2422.2,\"5600\":4456.75,\"5601\":14476.21,\"5602\":9108.93,\"5603\":9442.91,\"5604\":839.67,\"5605\":13002.7,\"5606\":12721.5,\"5607\":null,\"5608\":1350.9,\"5609\":13968.0,\"5610\":19703.02,\"5611\":10228.25,\"5612\":19445.34,\"5613\":7830.0,\"5614\":null,\"5615\":7575.8,\"5616\":1944.0,\"5617\":1239.0,\"5618\":1113.66,\"5619\":3188.7,\"5620\":4697.0,\"5621\":304.06,\"5622\":1902.05,\"5623\":341.32,\"5624\":1961.0,\"5625\":38.26,\"5626\":11407.0,\"5627\":588.27,\"5628\":3808.96,\"5629\":424.2,\"5630\":null,\"5631\":null,\"5632\":838.86,\"5633\":null,\"5634\":286.44,\"5635\":703.2,\"5636\":236.83,\"5637\":null,\"5638\":71.04,\"5639\":2212.09,\"5640\":2000.0,\"5641\":5350.6,\"5642\":1157.82,\"5643\":7340.58,\"5644\":2791.14,\"5645\":null,\"5646\":3799.3,\"5647\":2226.24,\"5648\":5336.71,\"5649\":10851.85,\"5650\":5516.84,\"5651\":133628.55,\"5652\":6022.81,\"5653\":null,\"5654\":1370.2,\"5655\":1393.86,\"5656\":1422.0,\"5657\":11618.74,\"5658\":null,\"5659\":null,\"5660\":2840.3,\"5661\":0.38,\"5662\":12.58,\"5663\":478.76,\"5664\":4167.22,\"5665\":1530.0,\"5666\":1562.27,\"5667\":null,\"5668\":8124.87,\"5669\":7562.18,\"5670\":3644.66,\"5671\":1220.4,\"5672\":3052.8,\"5673\":11345.34,\"5674\":11369.35,\"5675\":null,\"5676\":11480.8,\"5677\":219.38,\"5678\":228.05,\"5679\":2.21,\"5680\":0.64,\"5681\":848.4,\"5682\":null,\"5683\":10.78,\"5684\":3436.66,\"5685\":202.99,\"5686\":10.05,\"5687\":9408.55,\"5688\":1169.92,\"5689\":15721.33,\"5690\":1165.45,\"5691\":345.0,\"5692\":13245.89,\"5693\":1604.4,\"5694\":3080.0,\"5695\":989.4,\"5696\":4013.04,\"5697\":1737.23,\"5698\":1562.63,\"5699\":1744.43,\"5700\":2106.6,\"5701\":2879.4,\"5702\":394.59,\"5703\":5360.3,\"5704\":71.64,\"5705\":24.48,\"5706\":55.68,\"5707\":null,\"5708\":99.66,\"5709\":142.05,\"5710\":127.68,\"5711\":127.8,\"5712\":137.03,\"5713\":135.15,\"5714\":1477.2,\"5715\":10.44,\"5716\":null,\"5717\":2589.94,\"5718\":2576.31,\"5719\":970.2,\"5720\":183.58,\"5721\":4900.0,\"5722\":225.36,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":1493.1,\"5727\":4447.2,\"5728\":175.16,\"5729\":120.72,\"5730\":115.65,\"5731\":null,\"5732\":217.83,\"5733\":228.0,\"5734\":202.4,\"5735\":419.76,\"5736\":1190.25,\"5737\":4900.0,\"5738\":151.99,\"5739\":141.62,\"5740\":164.31,\"5741\":373.47,\"5742\":null,\"5743\":930.04,\"5744\":658.41,\"5745\":445.2,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":66.83,\"5750\":355.7,\"5751\":353.72,\"5752\":3083.73,\"5753\":145.49,\"5754\":3719.1,\"5755\":8.74,\"5756\":123.72,\"5757\":138.34,\"5758\":1650.48,\"5759\":141.91,\"5760\":null,\"5761\":3820.67,\"5762\":1881.0,\"5763\":7146.0,\"5764\":383950.44,\"5765\":1951.2,\"5766\":3931.38,\"5767\":468.05,\"5768\":null,\"5769\":null,\"5770\":417.01,\"5771\":13222.0,\"5772\":14248.74,\"5773\":198.0,\"5774\":3098.7,\"5775\":1690.59,\"5776\":781.92,\"5777\":1600.2,\"5778\":813.0,\"5779\":19948.0,\"5780\":290621.78,\"5781\":502838.6,\"5782\":13176.0,\"5783\":0.33,\"5784\":16499.94,\"5785\":52442.53,\"5786\":7271.0,\"5787\":641.41,\"5788\":3702.72,\"5789\":885.84,\"5790\":12174.3,\"5791\":619.96,\"5792\":null,\"5793\":6564.21,\"5794\":27093.51,\"5795\":10395.89,\"5796\":4589.02,\"5797\":254008.91,\"5798\":159421.11,\"5799\":5590.52,\"5800\":508940.0,\"5801\":350502.39,\"5802\":62745.84,\"5803\":14729.51,\"5804\":395341.04,\"5805\":14005.34,\"5806\":18224.8,\"5807\":20384.1,\"5808\":11680.16,\"5809\":16758.53,\"5810\":null,\"5811\":1232.68,\"5812\":2305.83,\"5813\":555.21,\"5814\":139920.0,\"5815\":11034.3,\"5816\":2202.71,\"5817\":742.46,\"5818\":null,\"5819\":28189.76,\"5820\":null,\"5821\":2079.0,\"5822\":2269.8,\"5823\":null,\"5824\":934.23,\"5825\":890893.49,\"5826\":334378.79,\"5827\":576.0,\"5828\":6886.0,\"5829\":8388.0,\"5830\":794.09,\"5831\":182560.0,\"5832\":664.3,\"5833\":10548.0,\"5834\":23143.26,\"5835\":60708.45,\"5836\":69564.07,\"5837\":165218.44,\"5838\":1098.0,\"5839\":337272.0,\"5840\":null,\"5841\":34118.08,\"5842\":7805.22,\"5843\":535.0,\"5844\":689.47,\"5845\":1012.05,\"5846\":81050.68,\"5847\":3609.78,\"5848\":515.26,\"5849\":925.56,\"5850\":613.65,\"5851\":2450.4,\"5852\":427.56,\"5853\":1356.24,\"5854\":14058.0,\"5855\":16188.27,\"5856\":9859.2,\"5857\":1043.62,\"5858\":380.62,\"5859\":2526.6,\"5860\":102.3,\"5861\":327.26,\"5862\":29692.4,\"5863\":40502.08,\"5864\":1179.54,\"5865\":1232268.1299999999,\"5866\":null,\"5867\":120972.55,\"5868\":1604.58,\"5869\":682.88,\"5870\":1094.7,\"5871\":1256.4,\"5872\":770270.38,\"5873\":38736.84,\"5874\":530401.22,\"5875\":80880.0,\"5876\":153729.26,\"5877\":424050.4,\"5878\":87011.96,\"5879\":179183.7,\"5880\":2050.0,\"5881\":796.88,\"5882\":764.86,\"5883\":14213.85,\"5884\":4444.18,\"5885\":3383.7,\"5886\":77210.11,\"5887\":164372.68,\"5888\":159960.25,\"5889\":null,\"5890\":null,\"5891\":228388.02,\"5892\":22020.34,\"5893\":43826.9,\"5894\":47769.86,\"5895\":693.27,\"5896\":75460.43,\"5897\":null,\"5898\":8214.8,\"5899\":2289.45,\"5900\":29235.5,\"5901\":31958.73,\"5902\":58648.14,\"5903\":null,\"5904\":17714.82,\"5905\":652.71,\"5906\":5410.8,\"5907\":null,\"5908\":null,\"5909\":6674.91,\"5910\":305.05,\"5911\":1680.0,\"5912\":9085.46,\"5913\":null,\"5914\":1448.48,\"5915\":125.0,\"5916\":7649.0,\"5917\":7334.0,\"5918\":2398.0,\"5919\":5911.75,\"5920\":15019.75,\"5921\":10145.47,\"5922\":10225.77,\"5923\":485.91,\"5924\":13719.6,\"5925\":13426.3,\"5926\":null,\"5927\":1318.2,\"5928\":13518.0,\"5929\":19702.01,\"5930\":19623.64,\"5931\":10221.32,\"5932\":6771.6,\"5933\":8082.7,\"5934\":1904.0,\"5935\":2250.2,\"5936\":1708.44,\"5937\":3024.5,\"5938\":4906.0,\"5939\":304.06,\"5940\":2090.44,\"5941\":340.63,\"5942\":2145.0,\"5943\":1078.75,\"5944\":11183.14,\"5945\":731.36,\"5946\":6228.31,\"5947\":323.4,\"5948\":null,\"5949\":null,\"5950\":778.8,\"5951\":286.44,\"5952\":0.3,\"5953\":375.98,\"5954\":null,\"5955\":36.96,\"5956\":7065.15,\"5957\":2000.0,\"5958\":5633.7,\"5959\":2635.8,\"5960\":14931.48,\"5961\":3573.38,\"5962\":10.6,\"5963\":9750.78,\"5964\":2043.36,\"5965\":6490.23,\"5966\":8470.75,\"5967\":6705.02,\"5968\":180218.53,\"5969\":null,\"5970\":133.76,\"5971\":1867.92,\"5972\":1983.45,\"5973\":2604.0,\"5974\":11676.26,\"5975\":0.04,\"5976\":null,\"5977\":null,\"5978\":3524.57,\"5979\":0.45,\"5980\":19.4,\"5981\":614.5,\"5982\":4243.05,\"5983\":1962.0,\"5984\":2122.58,\"5985\":212.44,\"5986\":8191.88,\"5987\":7443.25,\"5988\":3388.83,\"5989\":525.6,\"5990\":1083.6,\"5991\":15390.73,\"5992\":16118.74,\"5993\":null,\"5994\":8345.92,\"5995\":5820.64,\"5996\":6039.64,\"5997\":0.85,\"5998\":0.28,\"5999\":4082.4,\"6000\":51.6,\"6001\":null,\"6002\":323.38,\"6003\":29.12,\"6004\":0.15,\"6005\":1722.48,\"6006\":7583.01,\"6007\":28527.27,\"6008\":1111.17,\"6009\":51.06,\"6010\":13056.46,\"6011\":2821.0,\"6012\":5320.0,\"6013\":426.0,\"6014\":585.12,\"6015\":1784.93,\"6016\":1629.9,\"6017\":1744.2,\"6018\":1260.6,\"6019\":1611.3,\"6020\":179.87,\"6021\":14.3,\"6022\":285.24,\"6023\":143.76,\"6024\":49.92,\"6025\":261.75,\"6026\":129.0,\"6027\":94.82,\"6028\":113.41,\"6029\":194.64,\"6030\":76.82,\"6031\":74.87,\"6032\":3080.4,\"6033\":224.4,\"6034\":null,\"6035\":177.23,\"6036\":179.77,\"6037\":343.8,\"6038\":1433.63,\"6039\":4900.0,\"6040\":238.92,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":2247.3,\"6045\":4057.2,\"6046\":2261.91,\"6047\":71.59,\"6048\":null,\"6049\":null,\"6050\":328.11,\"6051\":284.88,\"6052\":302.5,\"6053\":1253.12,\"6054\":749.8,\"6055\":4900.0,\"6056\":150.93,\"6057\":79.02,\"6058\":15.24,\"6059\":null,\"6060\":null,\"6061\":1484.73,\"6062\":1097.02,\"6063\":942.6,\"6064\":191.16,\"6065\":206.28,\"6066\":3128.1,\"6067\":2811.3,\"6068\":288.88,\"6069\":336.09,\"6070\":875.73,\"6071\":276.35,\"6072\":1772.1,\"6073\":9.44,\"6074\":20.68,\"6075\":97.29,\"6076\":717.6,\"6077\":77.29,\"6078\":null,\"6079\":3875.67,\"6080\":1848.0,\"6081\":7137.6,\"6082\":361281.38,\"6083\":1692.0,\"6084\":1951.53,\"6085\":null,\"6086\":1.76,\"6087\":416.83,\"6088\":13827.0,\"6089\":13025.31,\"6090\":null,\"6091\":3094.9,\"6092\":1754.28,\"6093\":766.26,\"6094\":1947.6,\"6095\":815.0,\"6096\":13584.0,\"6097\":460073.91,\"6098\":352849.69,\"6099\":13232.0,\"6100\":1080.75,\"6101\":6452.64,\"6102\":42719.9,\"6103\":6790.67,\"6104\":662.4,\"6105\":3701.44,\"6106\":874.9,\"6107\":11791.84,\"6108\":619.74,\"6109\":null,\"6110\":5013.86,\"6111\":27160.99,\"6112\":null,\"6113\":4486.15,\"6114\":939.79,\"6115\":254111.23,\"6116\":158690.62,\"6117\":5479.01,\"6118\":null,\"6119\":null,\"6120\":256557.98,\"6121\":2242.72,\"6122\":12353.69,\"6123\":335378.13,\"6124\":23572.47,\"6125\":18205.0,\"6126\":25032.25,\"6127\":10804.85,\"6128\":16577.16,\"6129\":null,\"6130\":1141.4,\"6131\":1338.92,\"6132\":null,\"6133\":549.33,\"6134\":151525.0,\"6135\":19851.45,\"6136\":2083.46,\"6137\":742.46,\"6138\":460.35,\"6139\":30970.49,\"6140\":142329.37,\"6141\":2462.91,\"6142\":2269.8,\"6143\":939.1,\"6144\":916748.39,\"6145\":402157.11,\"6146\":672.0,\"6147\":6707.8,\"6148\":8362.2,\"6149\":829.51,\"6150\":null,\"6151\":652.76,\"6152\":13572.0,\"6153\":35163.82,\"6154\":69661.52,\"6155\":164114.29,\"6156\":null,\"6157\":null,\"6158\":454239.58,\"6159\":41267.59,\"6160\":7958.26,\"6161\":495.4,\"6162\":691.7,\"6163\":1077.6,\"6164\":247597.79,\"6165\":3043.44,\"6166\":530.11,\"6167\":922.5,\"6168\":478.13,\"6169\":4166.4,\"6170\":425.4,\"6171\":19290.33,\"6172\":1282.9,\"6173\":14118.98,\"6174\":519.75,\"6175\":15610.23,\"6176\":7896.0,\"6177\":null,\"6178\":383.79,\"6179\":2437.2,\"6180\":108.9,\"6181\":310.02,\"6182\":30292.5,\"6183\":43369.82,\"6184\":null,\"6185\":1233183.3799999999,\"6186\":null,\"6187\":120734.62,\"6188\":1605.36,\"6189\":626.56,\"6190\":1015.83,\"6191\":1186.2,\"6192\":770330.3,\"6193\":50722.23,\"6194\":531114.86,\"6195\":191830.0,\"6196\":153039.85,\"6197\":425216.84,\"6198\":137748.94,\"6199\":124970.47,\"6200\":2060.0,\"6201\":798.84,\"6202\":632.93,\"6203\":27550.09,\"6204\":6329.2,\"6205\":4694.46,\"6206\":70083.93,\"6207\":159675.99,\"6208\":166895.9,\"6209\":198362.0,\"6210\":null,\"6211\":200681.9,\"6212\":22590.59,\"6213\":44080.56,\"6214\":47751.03,\"6215\":651.72,\"6216\":77513.78,\"6217\":794.59,\"6218\":7205.0,\"6219\":2725.17,\"6220\":29260.07,\"6221\":32304.36,\"6222\":59948.01,\"6223\":19291.93,\"6224\":655.53,\"6225\":5414.4,\"6226\":null,\"6227\":null,\"6228\":6720.78,\"6229\":285.85,\"6230\":320.0,\"6231\":4945.97,\"6232\":1551.12,\"6233\":1588.84,\"6234\":182.29,\"6235\":16304.0,\"6236\":7529.0,\"6237\":2354.0,\"6238\":5422.38,\"6239\":17080.07,\"6240\":11719.84,\"6241\":12372.7,\"6242\":2096.31,\"6243\":15097.6,\"6244\":14767.3,\"6245\":null,\"6246\":null,\"6247\":14184.0,\"6248\":19720.31,\"6249\":19664.19,\"6250\":19597.28,\"6251\":6570.0,\"6252\":8768.8,\"6253\":4628.0,\"6254\":null,\"6255\":1429.6,\"6256\":1189.56,\"6257\":3292.5,\"6258\":5813.0,\"6259\":304.06,\"6260\":2139.77,\"6261\":338.33,\"6262\":1965.0,\"6263\":1191.98,\"6264\":12218.85,\"6265\":141.96,\"6266\":3950.25,\"6267\":425.4,\"6268\":null,\"6269\":null,\"6270\":780.12,\"6271\":null,\"6272\":288.2,\"6273\":10.5,\"6274\":82.72,\"6275\":null,\"6276\":18.24,\"6277\":1881.03,\"6278\":2000.0,\"6279\":5593.4,\"6280\":790.74,\"6281\":37103.16,\"6282\":2795.67,\"6283\":null,\"6284\":4080.52,\"6285\":2423.52,\"6286\":3956.85,\"6287\":5916.03,\"6288\":4286.3,\"6289\":198499.73,\"6290\":1922.68,\"6291\":null,\"6292\":305.66,\"6293\":330.56,\"6294\":1014.0,\"6295\":11514.33,\"6296\":24.48,\"6297\":null,\"6298\":null,\"6299\":2820.19,\"6300\":0.74,\"6301\":12.96,\"6302\":284.13,\"6303\":4408.86,\"6304\":932.4,\"6305\":369.95,\"6306\":null,\"6307\":5733.51,\"6308\":5857.67,\"6309\":2837.85,\"6310\":781.2,\"6311\":1846.8,\"6312\":19828.7,\"6313\":19891.83,\"6314\":null,\"6315\":27274.88,\"6316\":1631.51,\"6317\":1654.25,\"6318\":2.38,\"6319\":0.72,\"6320\":362.4,\"6321\":null,\"6322\":11.33,\"6323\":2076.44,\"6324\":238.38,\"6325\":null,\"6326\":9826.96,\"6327\":917.48,\"6328\":20366.82,\"6329\":1117.44,\"6330\":220.8,\"6331\":11005.84,\"6332\":664.59,\"6333\":800.0,\"6334\":636.6,\"6335\":3186.42,\"6336\":1095.08,\"6337\":1085.85,\"6338\":672.3,\"6339\":2281.8,\"6340\":2841.9,\"6341\":490.07,\"6342\":4536.4,\"6343\":120.0,\"6344\":24.6,\"6345\":4.42,\"6346\":206.25,\"6347\":104.07,\"6348\":127.25,\"6349\":110.39,\"6350\":26.86,\"6351\":89.98,\"6352\":100.34,\"6353\":777.6,\"6354\":81.36,\"6355\":null,\"6356\":3822.57,\"6357\":3349.95,\"6358\":568.8,\"6359\":8835.95,\"6360\":4900.0,\"6361\":212.79,\"6362\":null,\"6363\":null,\"6364\":675.6,\"6365\":1125.6,\"6366\":248.04,\"6367\":67.45,\"6368\":null,\"6369\":0.04,\"6370\":161.22,\"6371\":234.0,\"6372\":336.6,\"6373\":891.0,\"6374\":1087.9,\"6375\":4900.0,\"6376\":14.92,\"6377\":91.59,\"6378\":73.01,\"6379\":10.6,\"6380\":null,\"6381\":319.93,\"6382\":127.06,\"6383\":136.8,\"6384\":4463.55,\"6385\":null,\"6386\":897.6,\"6387\":1107.6,\"6388\":305.38,\"6389\":305.36,\"6390\":2998.63,\"6391\":50.29,\"6392\":2151.6,\"6393\":0.72,\"6394\":157.85,\"6395\":82.92,\"6396\":917.7,\"6397\":59.02,\"6398\":null,\"6399\":3872.0,\"6400\":1848.0,\"6401\":7140.0,\"6402\":400758.84,\"6403\":1695.6,\"6404\":2945.54,\"6405\":708.51,\"6406\":48.66,\"6407\":416.53,\"6408\":13541.0,\"6409\":13134.04,\"6410\":204.6,\"6411\":3081.54,\"6412\":1771.11,\"6413\":766.84,\"6414\":1809.9,\"6415\":812.0,\"6416\":16808.0,\"6417\":157182.76,\"6418\":500836.98,\"6419\":11808.0,\"6420\":321.09,\"6421\":9963.65,\"6422\":38557.23,\"6423\":6706.33,\"6424\":618.41,\"6425\":3702.4,\"6426\":902.11,\"6427\":11703.97,\"6428\":173.8,\"6429\":null,\"6430\":16088.65,\"6431\":25168.93,\"6432\":15134.0,\"6433\":7091.16,\"6434\":939.79,\"6435\":244983.69,\"6436\":159870.89,\"6437\":8007.09,\"6438\":524232.0,\"6439\":null,\"6440\":null,\"6441\":16184.2,\"6442\":15461.16,\"6443\":334631.23,\"6444\":15203.64,\"6445\":16209.6,\"6446\":26013.61,\"6447\":10658.14,\"6448\":16354.21,\"6449\":116041.78,\"6450\":1140.57,\"6451\":1911.37,\"6452\":291.83,\"6453\":null,\"6454\":11781.56,\"6455\":2032.28,\"6456\":739.41,\"6457\":457.6,\"6458\":32434.07,\"6459\":97653.83,\"6460\":3935.27,\"6461\":2269.8,\"6462\":538.89,\"6463\":972957.23,\"6464\":598965.0699999999,\"6465\":396.0,\"6466\":7513.0,\"6467\":6077.5,\"6468\":801.68,\"6469\":189150.0,\"6470\":608.29,\"6471\":11844.0,\"6472\":22431.11,\"6473\":69391.12,\"6474\":164487.07,\"6475\":null,\"6476\":612201.37,\"6477\":41253.54,\"6478\":7805.22,\"6479\":548.06,\"6480\":685.91,\"6481\":967.8,\"6482\":81224.35,\"6483\":3050.32,\"6484\":519.16,\"6485\":873.54,\"6486\":931.54,\"6487\":4904.4,\"6488\":419.4,\"6489\":1460.9,\"6490\":null,\"6491\":null,\"6492\":15658.52,\"6493\":6705.6,\"6494\":381.02,\"6495\":2569.8,\"6496\":102.3,\"6497\":269.89,\"6498\":29485.9,\"6499\":49470.79,\"6500\":1180.82,\"6501\":null,\"6502\":null,\"6503\":122366.72,\"6504\":1603.08,\"6505\":615.78,\"6506\":2017.37,\"6507\":1159.2,\"6508\":774264.72,\"6509\":50646.95,\"6510\":531055.37,\"6511\":21704.02,\"6512\":154137.03,\"6513\":423736.63,\"6514\":141335.47,\"6515\":124313.98,\"6516\":2059.0,\"6517\":798.98,\"6518\":659.39,\"6519\":16933.77,\"6520\":4050.25,\"6521\":3029.78,\"6522\":77855.95,\"6523\":162903.4,\"6524\":161895.35,\"6525\":146739.17,\"6526\":null,\"6527\":228617.99,\"6528\":22600.85,\"6529\":44380.74,\"6530\":47520.54,\"6531\":649.74,\"6532\":75519.2,\"6533\":1258.49,\"6534\":6289.8,\"6535\":2346.27,\"6536\":25199.58,\"6537\":31979.91,\"6538\":58484.23,\"6539\":19371.56,\"6540\":655.71,\"6541\":5623.2,\"6542\":null,\"6543\":null,\"6544\":6729.86,\"6545\":327.69,\"6546\":0.07,\"6547\":6640.0,\"6548\":4950.07,\"6549\":1551.12,\"6550\":1573.88,\"6551\":130.81,\"6552\":12133.0,\"6553\":8139.0,\"6554\":2310.0,\"6555\":5910.14,\"6556\":17349.82,\"6557\":12501.34,\"6558\":13193.03,\"6559\":1349.04,\"6560\":12301.2,\"6561\":12038.3,\"6562\":null,\"6563\":12672.0,\"6564\":19525.71,\"6565\":19526.71,\"6566\":19400.68,\"6567\":5108.4,\"6568\":551.1,\"6569\":8028.7,\"6570\":4954.0,\"6571\":null,\"6572\":1289.7,\"6573\":607.2,\"6574\":3006.4,\"6575\":4964.0,\"6576\":304.06,\"6577\":1943.32,\"6578\":336.72,\"6579\":1916.0,\"6580\":269.41,\"6581\":12693.62,\"6582\":929.3,\"6583\":314.49,\"6584\":414.0,\"6585\":null,\"6586\":null,\"6587\":795.96,\"6588\":null,\"6589\":371.36,\"6590\":156.6,\"6591\":431.86,\"6592\":2805.86,\"6593\":189.6,\"6594\":4078.07,\"6595\":2000.0,\"6596\":5608.4,\"6597\":1302.72,\"6598\":12962.78,\"6599\":2274.46,\"6600\":356.42,\"6601\":4350.26,\"6602\":1434.24,\"6603\":null,\"6604\":328.77,\"6605\":8843.42,\"6606\":372.57,\"6607\":198277.93,\"6608\":192.62,\"6609\":414.48,\"6610\":2721.87,\"6611\":2837.2,\"6612\":2695.5,\"6613\":8714.96,\"6614\":26.8,\"6615\":null,\"6616\":null,\"6617\":2850.97,\"6618\":null,\"6619\":17.42,\"6620\":418.66,\"6621\":5243.65,\"6622\":1522.8,\"6623\":3220.56,\"6624\":1115.55,\"6625\":3562.98,\"6626\":3608.78,\"6627\":1889.27,\"6628\":825.75,\"6629\":1435.32,\"6630\":19841.35,\"6631\":19696.19,\"6632\":20.4,\"6633\":214.83,\"6634\":11232.97,\"6635\":11284.91,\"6636\":2.56,\"6637\":0.7,\"6638\":710.4,\"6639\":768.0,\"6640\":null,\"6641\":104.74,\"6642\":0.38,\"6643\":null,\"6644\":977.88,\"6645\":521.26,\"6646\":34280.22,\"6647\":1331.99,\"6648\":4.14,\"6649\":6251.25,\"6650\":3299.8,\"6651\":2120.0,\"6652\":659.4,\"6653\":293.94,\"6654\":643.5,\"6655\":631.8,\"6656\":1035.9,\"6657\":1266.9,\"6658\":1690.5,\"6659\":4.74,\"6660\":5626.5,\"6661\":169.92,\"6662\":210.84,\"6663\":33.6,\"6664\":135.66,\"6665\":71.91,\"6666\":28.69,\"6667\":125.84,\"6668\":182.26,\"6669\":55.81,\"6670\":59.92,\"6671\":1382.4,\"6672\":407.88,\"6673\":null,\"6674\":82.9,\"6675\":84.47,\"6676\":550.8,\"6677\":1709.46,\"6678\":4900.0,\"6679\":160.44,\"6680\":null,\"6681\":null,\"6682\":3272.1,\"6683\":2042.4,\"6684\":4480.67,\"6685\":54.0,\"6686\":3406.5,\"6687\":null,\"6688\":84.74,\"6689\":239.28,\"6690\":124.3,\"6691\":1172.16,\"6692\":876.3,\"6693\":4900.0,\"6694\":95.69,\"6695\":56.75,\"6696\":9.87,\"6697\":86.2,\"6698\":12.0,\"6699\":547.59,\"6700\":375.7,\"6701\":477.6,\"6702\":102.14,\"6703\":112.67,\"6704\":2156.1,\"6705\":1564.2,\"6706\":253.24,\"6707\":242.64,\"6708\":181.13,\"6709\":69.18,\"6710\":343.2,\"6711\":null,\"6712\":9.65,\"6713\":19.2,\"6714\":590.64,\"6715\":56.05,\"6716\":null,\"6717\":2383.33,\"6718\":1815.0,\"6719\":7099.2,\"6720\":403151.3,\"6721\":1857.6,\"6722\":3844.57,\"6723\":712.36,\"6724\":null,\"6725\":null,\"6726\":417.53,\"6727\":12925.0,\"6728\":13273.48,\"6729\":191.4,\"6730\":3003.82,\"6731\":1752.3,\"6732\":763.6,\"6733\":2099.7,\"6734\":811.0,\"6735\":17856.0,\"6736\":60416.8,\"6737\":501250.65,\"6738\":12664.0,\"6739\":1153.02,\"6740\":17007.22,\"6741\":39790.56,\"6742\":7293.0,\"6743\":802.13,\"6744\":3702.08,\"6745\":863.1,\"6746\":12080.29,\"6747\":607.86,\"6748\":null,\"6749\":7472.86,\"6750\":27262.43,\"6751\":15765.0,\"6752\":6182.4,\"6753\":939.79,\"6754\":247529.94,\"6755\":158426.99,\"6756\":7688.87,\"6757\":375048.0,\"6758\":508580.0,\"6759\":null,\"6760\":937.54,\"6761\":16678.23,\"6762\":335014.92,\"6763\":15579.84,\"6764\":17626.4,\"6765\":24150.31,\"6766\":14895.67,\"6767\":16295.06,\"6768\":null,\"6769\":1177.62,\"6770\":2149.26,\"6771\":551.96,\"6772\":191290.0,\"6773\":10084.46,\"6774\":2073.11,\"6775\":737.04,\"6776\":453.34,\"6777\":32397.15,\"6778\":90964.45,\"6779\":683.42,\"6780\":2269.8,\"6781\":2.2,\"6782\":938.14,\"6783\":1065445.1899999999,\"6784\":398883.31,\"6785\":480.0,\"6786\":7966.2,\"6787\":2280.85,\"6788\":800.6,\"6789\":null,\"6790\":605.57,\"6791\":14436.0,\"6792\":25236.04,\"6793\":69280.73,\"6794\":164769.53,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":1010.04,\"6799\":30466.64,\"6800\":39993.42,\"6801\":7652.17,\"6802\":478.63,\"6803\":686.3,\"6804\":1258.65,\"6805\":81137.66,\"6806\":2212.0,\"6807\":520.84,\"6808\":769.86,\"6809\":584.14,\"6810\":4287.6,\"6811\":425.64,\"6812\":1363.51,\"6813\":11948.87,\"6814\":3495.6,\"6815\":15221.37,\"6816\":4598.4,\"6817\":372.37,\"6818\":2544.6,\"6819\":99.0,\"6820\":241.92,\"6821\":29692.21,\"6822\":50088.3,\"6823\":1187.71,\"6824\":null,\"6825\":null,\"6826\":120058.17,\"6827\":1599.0,\"6828\":607.64,\"6829\":1460.13,\"6830\":1368.0,\"6831\":14481.6,\"6832\":712655.58,\"6833\":51895.93,\"6834\":529978.21,\"6835\":1658.59,\"6836\":null,\"6837\":154288.32,\"6838\":425343.43,\"6839\":140878.89,\"6840\":124733.67,\"6841\":2058.0,\"6842\":796.18,\"6843\":627.41,\"6844\":36412.26,\"6845\":309.43,\"6846\":334.6,\"6847\":64489.95,\"6848\":164471.09,\"6849\":169162.15,\"6850\":null,\"6851\":null,\"6852\":160147.57,\"6853\":22582.05,\"6854\":44832.45,\"6855\":47385.16,\"6856\":647.82,\"6857\":75533.13,\"6858\":1094.55,\"6859\":6591.2,\"6860\":2925.23,\"6861\":30885.61,\"6862\":32243.9,\"6863\":58608.51,\"6864\":19562.91,\"6865\":655.44,\"6866\":5630.4,\"6867\":null,\"6868\":84.0,\"6869\":null,\"6870\":6718.64,\"6871\":313.9,\"6872\":null,\"6873\":4960.0,\"6874\":4918.53,\"6875\":1591.08,\"6876\":1675.96,\"6877\":125.14,\"6878\":null,\"6879\":14269.0,\"6880\":8709.0,\"6881\":2343.0,\"6882\":5419.28,\"6883\":16696.17,\"6884\":19236.04,\"6885\":19660.85,\"6886\":1959.17,\"6887\":18956.8,\"6888\":18532.3,\"6889\":null,\"6890\":13032.0,\"6891\":19533.27,\"6892\":19521.6,\"6893\":19392.31,\"6894\":3502.8,\"6895\":481.1,\"6896\":13747.4,\"6897\":4724.0,\"6898\":1268.4,\"6899\":622.38,\"6900\":2863.5,\"6901\":5312.0,\"6902\":304.06,\"6903\":1878.28,\"6904\":337.64,\"6905\":1964.0,\"6906\":640.6,\"6907\":11780.74,\"6908\":1088.93,\"6909\":1592.67,\"6910\":573.6,\"6911\":null,\"6912\":null,\"6913\":944.46,\"6914\":355.52,\"6915\":341.1,\"6916\":616.77,\"6917\":405.98,\"6918\":39.36,\"6919\":11135.7,\"6920\":2000.0,\"6921\":5402.6,\"6922\":1527.66,\"6923\":16775.06,\"6924\":1627.84,\"6925\":null,\"6926\":5957.22,\"6927\":1918.08,\"6928\":null,\"6929\":1664.38,\"6930\":9253.81,\"6931\":1895.43,\"6932\":198241.66,\"6933\":5386.71,\"6934\":1.32,\"6935\":1538.4,\"6936\":1607.77,\"6937\":1524.0,\"6938\":11330.87,\"6939\":66.28,\"6940\":73.2,\"6941\":null,\"6942\":3205.58,\"6943\":0.31,\"6944\":3.72,\"6945\":389.97,\"6946\":4388.85,\"6947\":2530.8,\"6948\":1753.37,\"6949\":222.78,\"6950\":12080.97,\"6951\":10566.51,\"6952\":5433.59,\"6953\":738.0,\"6954\":2019.6,\"6955\":19843.32,\"6956\":19913.01,\"6957\":null,\"6958\":8114.96,\"6959\":697.25,\"6960\":667.92,\"6961\":3.09,\"6962\":0.79,\"6963\":988.8,\"6964\":null,\"6965\":null,\"6966\":3889.3,\"6967\":88.15,\"6968\":0.15,\"6969\":1665.16,\"6970\":3478.37,\"6971\":19902.47,\"6972\":1548.36,\"6973\":117.99,\"6974\":27682.82,\"6975\":1265.25,\"6976\":4400.0,\"6977\":678.6,\"6978\":4493.28,\"6979\":894.15,\"6980\":869.4,\"6981\":190.13,\"6982\":2277.0,\"6983\":3018.3,\"6984\":139.66,\"6985\":4627.7,\"6986\":92.04,\"6987\":47.28,\"6988\":30.12,\"6989\":308.13,\"6990\":157.74,\"6991\":164.42,\"6992\":240.79,\"6993\":148.32,\"6994\":179.01,\"6995\":188.37,\"6996\":1789.2,\"6997\":36.72,\"6998\":null,\"6999\":1391.85,\"7000\":1430.86,\"7001\":1033.2,\"7002\":null,\"7003\":4900.0,\"7004\":301.08,\"7005\":null,\"7006\":null,\"7007\":1311.9,\"7008\":955.2,\"7009\":1084.68,\"7010\":180.99,\"7011\":1020.6,\"7012\":null,\"7013\":84.74,\"7014\":256.08,\"7015\":482.9,\"7016\":51.86,\"7017\":238.05,\"7018\":4900.0,\"7019\":155.85,\"7020\":185.23,\"7021\":66.61,\"7022\":null,\"7023\":null,\"7024\":907.38,\"7025\":648.36,\"7026\":479.4,\"7027\":1430.78,\"7028\":1462.73,\"7029\":1462.5,\"7030\":1763.4,\"7031\":314.01,\"7032\":313.15,\"7033\":null,\"7034\":122.7,\"7035\":1412.4,\"7036\":82.91,\"7037\":170.66,\"7038\":408.48,\"7039\":119.71,\"7040\":null,\"7041\":3868.33,\"7042\":1920.6,\"7043\":7158.0,\"7044\":398037.92,\"7045\":1854.0,\"7046\":3644.6,\"7047\":712.25,\"7048\":null,\"7049\":417.6,\"7050\":14190.0,\"7051\":15533.54,\"7052\":null,\"7053\":3053.66,\"7054\":1759.23,\"7055\":732.6,\"7056\":1761.3,\"7057\":2059.0,\"7058\":14336.0,\"7059\":458467.19,\"7060\":500343.94,\"7061\":12496.0,\"7062\":681.12,\"7063\":16989.14,\"7064\":65839.86,\"7065\":6750.33,\"7066\":914.54,\"7067\":2199.68,\"7068\":959.05,\"7069\":13164.71,\"7070\":610.06,\"7071\":null,\"7072\":17486.84,\"7073\":27047.34,\"7074\":13412.0,\"7075\":7681.04,\"7076\":938.8,\"7077\":248671.52,\"7078\":160549.72,\"7079\":9566.02,\"7080\":445824.0,\"7081\":null,\"7082\":99616.6,\"7083\":22737.89,\"7084\":41709.32,\"7085\":33283.27,\"7086\":null,\"7087\":19012.4,\"7088\":22291.96,\"7089\":10265.95,\"7090\":16869.69,\"7091\":171208.05,\"7092\":1353.16,\"7093\":1998.21,\"7094\":535.33,\"7095\":305085.0,\"7096\":21522.95,\"7097\":2360.49,\"7098\":739.01,\"7099\":451.96,\"7100\":36290.55,\"7101\":162689.68,\"7102\":null,\"7103\":1822.2,\"7104\":866.54,\"7105\":1007359.26,\"7106\":0.01,\"7107\":558.0,\"7108\":8707.6,\"7109\":2234.3,\"7110\":800.6,\"7111\":205000.0,\"7112\":631.49,\"7113\":14616.0,\"7114\":null,\"7115\":35179.06,\"7116\":69700.61,\"7117\":164619.53,\"7118\":755.5,\"7119\":404110.0,\"7120\":40290.72,\"7121\":7346.09,\"7122\":478.9,\"7123\":688.18,\"7124\":1005.75,\"7125\":81275.27,\"7126\":2205.11,\"7127\":526.88,\"7128\":1067.22,\"7129\":629.62,\"7130\":3956.4,\"7131\":425.16,\"7132\":1388.87,\"7133\":7018.96,\"7134\":null,\"7135\":18126.59,\"7136\":5548.8,\"7137\":380.75,\"7138\":2486.4,\"7139\":234.3,\"7140\":309.35,\"7141\":29920.54,\"7142\":50169.35,\"7143\":1139.35,\"7144\":819727.64,\"7145\":null,\"7146\":121256.67,\"7147\":1549.44,\"7148\":630.96,\"7149\":1800.25,\"7150\":1733.4,\"7151\":50493.01,\"7152\":641018.3100000001,\"7153\":51230.63,\"7154\":530845.5699999999,\"7155\":null,\"7156\":null,\"7157\":154585.14,\"7158\":424503.04,\"7159\":140226.25,\"7160\":71857.5,\"7161\":2051.0,\"7162\":796.74,\"7163\":2216.08,\"7164\":18182.59,\"7165\":1586.08,\"7166\":1683.47,\"7167\":77643.71,\"7168\":164027.05,\"7169\":167393.55,\"7170\":165043.11,\"7171\":null,\"7172\":205161.27,\"7173\":22583.36,\"7174\":44414.6,\"7175\":47835.04,\"7176\":648.15,\"7177\":75516.69,\"7178\":1282.29,\"7179\":8481.0,\"7180\":2923.86,\"7181\":29839.23,\"7182\":31307.43,\"7183\":21619.5,\"7184\":null,\"7185\":19377.78,\"7186\":654.48,\"7187\":5626.8,\"7188\":null,\"7189\":null,\"7190\":6739.59,\"7191\":305.45,\"7192\":7680.0,\"7193\":9509.78,\"7194\":1555.08,\"7195\":1733.6,\"7196\":127.91,\"7197\":null,\"7198\":11775.0,\"7199\":10331.0,\"7200\":2446.4,\"7201\":5421.94,\"7202\":14777.61,\"7203\":12005.74,\"7204\":12657.35,\"7205\":1574.17,\"7206\":13506.7,\"7207\":13215.3,\"7208\":null,\"7209\":13266.0,\"7210\":19734.33,\"7211\":19660.8,\"7212\":19571.21,\"7213\":7488.0,\"7214\":455.3,\"7215\":13405.3,\"7216\":4982.0,\"7217\":null,\"7218\":3210.3,\"7219\":732.78,\"7220\":3367.7,\"7221\":5281.0,\"7222\":304.06,\"7223\":1287.35,\"7224\":335.8,\"7225\":1965.0,\"7226\":1346.6,\"7227\":11141.93,\"7228\":2722.82,\"7229\":6270.71,\"7230\":85.2,\"7231\":103.51,\"7232\":null,\"7233\":732.6,\"7234\":373.12,\"7235\":null,\"7236\":638.33,\"7237\":1588.7,\"7238\":84.48,\"7239\":5078.78,\"7240\":2000.0,\"7241\":5134.5,\"7242\":1226.82,\"7243\":38337.28,\"7244\":314.23,\"7245\":267.28,\"7246\":4734.78,\"7247\":563.04,\"7248\":null,\"7249\":6117.61,\"7250\":10771.56,\"7251\":6665.54,\"7252\":19015.45,\"7253\":6937.68,\"7254\":734.8,\"7255\":2878.68,\"7256\":3063.84,\"7257\":4617.0,\"7258\":11641.07,\"7259\":165.24,\"7260\":9.6,\"7261\":148.51,\"7262\":3122.31,\"7263\":0.1,\"7264\":14.59,\"7265\":384.12,\"7266\":4184.46,\"7267\":2109.6,\"7268\":3482.18,\"7269\":2552.62,\"7270\":11638.8,\"7271\":10318.51,\"7272\":5319.55,\"7273\":1647.0,\"7274\":7696.8,\"7275\":19925.52,\"7276\":19943.1,\"7277\":395.4,\"7278\":3072.16,\"7279\":4893.68,\"7280\":4838.64,\"7281\":4.15,\"7282\":1.07,\"7283\":2964.0,\"7284\":null,\"7285\":null,\"7286\":249.14,\"7287\":24.72,\"7288\":null,\"7289\":2255.64,\"7290\":7458.11,\"7291\":40087.87,\"7292\":1340.02,\"7293\":227.01,\"7294\":18414.36,\"7295\":3413.9,\"7296\":2480.0,\"7297\":1699.8,\"7298\":513.36,\"7299\":1962.0,\"7300\":1806.3,\"7301\":1429.2,\"7302\":2169.3,\"7303\":2944.2,\"7304\":502.04,\"7305\":5492.3,\"7306\":309.6,\"7307\":124.56,\"7308\":123.0,\"7309\":296.07,\"7310\":148.29,\"7311\":179.86,\"7312\":214.01,\"7313\":304.92,\"7314\":null,\"7315\":null,\"7316\":2281.2,\"7317\":204.0,\"7318\":49.2,\"7319\":1243.22,\"7320\":1211.92,\"7321\":2232.0,\"7322\":10373.0,\"7323\":4900.0,\"7324\":286.77,\"7325\":121.8,\"7326\":471.5,\"7327\":null,\"7328\":2884.5,\"7329\":1108.8,\"7330\":3704.08,\"7331\":336.58,\"7332\":7210.8,\"7333\":null,\"7334\":84.72,\"7335\":249.36,\"7336\":600.6,\"7337\":1314.28,\"7338\":1279.95,\"7339\":4900.0,\"7340\":239.92,\"7341\":297.71,\"7342\":46.48,\"7343\":38.98,\"7344\":null,\"7345\":3101.51,\"7346\":2465.22,\"7347\":2295.0,\"7348\":1244.27,\"7349\":1240.87,\"7350\":2409.0,\"7351\":1492.8,\"7352\":307.76,\"7353\":306.72,\"7354\":257.82,\"7355\":900.9,\"7356\":28.76,\"7357\":56.43,\"7358\":415.27,\"7359\":503.7,\"7360\":362.44,\"7361\":null,\"7362\":3868.33,\"7363\":1854.6,\"7364\":7167.6,\"7365\":130211.39,\"7366\":1861.2,\"7367\":3645.38,\"7368\":712.14,\"7369\":null,\"7370\":430.75,\"7371\":12518.0,\"7372\":16532.79,\"7373\":198.0,\"7374\":2184.6,\"7375\":1718.97,\"7376\":769.23,\"7377\":1957.5,\"7378\":2005.0,\"7379\":15972.0,\"7380\":60654.51,\"7381\":502064.86,\"7382\":13064.0,\"7383\":1090.65,\"7384\":17718.81,\"7385\":29798.79,\"7386\":8173.0,\"7387\":1059.44,\"7388\":3702.72,\"7389\":909.81,\"7390\":21422.04,\"7391\":630.08,\"7392\":null,\"7393\":19504.27,\"7394\":27103.07,\"7395\":14775.0,\"7396\":5302.75,\"7397\":939.79,\"7398\":245864.3,\"7399\":158787.2,\"7400\":6396.19,\"7401\":488710.0,\"7402\":5125.54,\"7403\":18345.92,\"7404\":32832.5,\"7405\":16148.88,\"7406\":17991.6,\"7407\":23245.12,\"7408\":11282.52,\"7409\":16973.86,\"7410\":171221.36,\"7411\":1398.08,\"7412\":1842.13,\"7413\":534.58,\"7414\":null,\"7415\":22278.07,\"7416\":2598.43,\"7417\":742.36,\"7418\":401.58,\"7419\":53100.48,\"7420\":90467.77,\"7421\":775.29,\"7422\":1958.4,\"7423\":862.32,\"7424\":1145392.3600000001,\"7425\":196089.47,\"7426\":498.0,\"7427\":7475.6,\"7428\":7588.53,\"7429\":494.23,\"7430\":206990.0,\"7431\":642.43,\"7432\":15084.0,\"7433\":35539.22,\"7434\":69210.73,\"7435\":164272.4,\"7436\":null,\"7437\":null,\"7438\":null,\"7439\":null,\"7440\":7805.22,\"7441\":502.39,\"7442\":673.7,\"7443\":808.65,\"7444\":80917.64,\"7445\":2212.0,\"7446\":491.17,\"7447\":1094.22,\"7448\":560.96,\"7449\":3705.6,\"7450\":424.32,\"7451\":1459.51,\"7452\":7054.83,\"7453\":4493.25,\"7454\":19772.31,\"7455\":9312.0,\"7456\":383.26,\"7457\":2511.0,\"7458\":240.9,\"7459\":341.76,\"7460\":29989.25,\"7461\":49779.35,\"7462\":1179.04,\"7463\":998537.16,\"7464\":null,\"7465\":712888.78,\"7466\":1609.74,\"7467\":561.66,\"7468\":1463.16,\"7469\":1292.4,\"7470\":33023.04,\"7471\":432805.77,\"7472\":511494.7,\"7473\":134810.0,\"7474\":152517.5,\"7475\":123636.53,\"7476\":140528.32,\"7477\":72756.73,\"7478\":2050.0,\"7479\":795.34,\"7480\":2042.35,\"7481\":45214.05,\"7482\":6214.63,\"7483\":6141.97,\"7484\":68321.25,\"7485\":159817.46,\"7486\":169023.4,\"7487\":null,\"7488\":null,\"7489\":147909.29,\"7490\":22582.66,\"7491\":43946.68,\"7492\":47740.78,\"7493\":648.12,\"7494\":75520.3,\"7495\":1033.76,\"7496\":8179.6,\"7497\":2747.55,\"7498\":30369.01,\"7499\":32055.59,\"7500\":57973.13,\"7501\":57834.32,\"7502\":19600.72,\"7503\":653.25,\"7504\":5241.6,\"7505\":null,\"7506\":null,\"7507\":6733.32,\"7508\":304.92,\"7509\":716.81,\"7510\":7040.0,\"7511\":9502.78,\"7512\":1491.36,\"7513\":1796.52,\"7514\":121.57,\"7515\":9576.0,\"7516\":7850.0,\"7517\":2270.4,\"7518\":4922.67,\"7519\":15282.3,\"7520\":11206.23,\"7521\":11800.74,\"7522\":1195.77,\"7523\":14570.1,\"7524\":14249.6,\"7525\":747.6,\"7526\":11916.0,\"7527\":19614.65,\"7528\":18588.63,\"7529\":19457.11,\"7530\":3031.2,\"7531\":554.2,\"7532\":9217.6,\"7533\":12084.0,\"7534\":null,\"7535\":1372.8,\"7536\":1077.78,\"7537\":2982.9,\"7538\":345.0,\"7539\":304.06,\"7540\":1274.63,\"7541\":333.5,\"7542\":1916.0,\"7543\":1339.23,\"7544\":12161.97,\"7545\":1855.71,\"7546\":9194.31,\"7547\":157.2,\"7548\":null,\"7549\":5.87,\"7550\":784.08,\"7551\":325.16,\"7552\":124.19,\"7553\":3924.74,\"7554\":81.6,\"7555\":10285.47,\"7556\":2000.0,\"7557\":5339.3,\"7558\":2898.0,\"7559\":38645.6,\"7560\":2385.45,\"7561\":null,\"7562\":9768.0,\"7563\":665.28,\"7564\":9021.04,\"7565\":11154.28,\"7566\":9613.96,\"7567\":166363.18,\"7568\":8476.57,\"7569\":136.62,\"7570\":2772.19,\"7571\":2970.61,\"7572\":4540.5,\"7573\":11644.51,\"7574\":18.44,\"7575\":null,\"7576\":7.43,\"7577\":1438.84,\"7578\":null,\"7579\":16.24,\"7580\":306.16,\"7581\":4411.73,\"7582\":2995.2,\"7583\":3328.11,\"7584\":273.44,\"7585\":null,\"7586\":null,\"7587\":2449.96,\"7588\":982.8,\"7589\":4626.0,\"7590\":19846.74,\"7591\":19931.75,\"7592\":207.0,\"7593\":24981.04,\"7594\":10364.99,\"7595\":10334.56,\"7596\":3.73,\"7597\":0.92,\"7598\":1731.6,\"7599\":616.8,\"7600\":null,\"7601\":2980.34,\"7602\":1.64,\"7603\":7.95,\"7604\":1941.65,\"7605\":5147.96,\"7606\":37823.1,\"7607\":1265.61,\"7608\":576.84,\"7609\":35528.76,\"7610\":3933.3,\"7611\":7160.0,\"7612\":933.0,\"7613\":3258.18,\"7614\":888.75,\"7615\":887.63,\"7616\":1828.8,\"7617\":1797.9,\"7618\":2248.8,\"7619\":492.18,\"7620\":120.96,\"7621\":285.84,\"7622\":63.72,\"7623\":160.68,\"7624\":149.04,\"7625\":109.65,\"7626\":351.7,\"7627\":298.08,\"7628\":355.01,\"7629\":395.94,\"7630\":3288.0,\"7631\":383.52,\"7632\":129.6,\"7633\":1091.17,\"7634\":1452.34,\"7635\":1474.2,\"7636\":13289.34,\"7637\":4900.0,\"7638\":167.4,\"7639\":391.8,\"7640\":385.25,\"7641\":null,\"7642\":3204.9,\"7643\":5102.4,\"7644\":4056.47,\"7645\":400.01,\"7646\":324.0,\"7647\":null,\"7648\":84.74,\"7649\":137.04,\"7650\":484.0,\"7651\":395.12,\"7652\":3221.15,\"7653\":4900.0,\"7654\":208.59,\"7655\":376.04,\"7656\":7.98,\"7657\":492.58,\"7658\":96.0,\"7659\":2918.49,\"7660\":2416.18,\"7661\":1773.0,\"7662\":null,\"7663\":109.48,\"7664\":3471.0,\"7665\":1814.7,\"7666\":null,\"7667\":275.4,\"7668\":null,\"7669\":297.79,\"7670\":5006.1,\"7671\":165.6,\"7672\":4.43,\"7673\":0.81,\"7674\":316.48,\"7675\":852.84,\"7676\":413.54,\"7677\":null,\"7678\":3864.67,\"7679\":1861.2,\"7680\":7162.8,\"7681\":399326.77,\"7682\":1728.0,\"7683\":3344.41,\"7684\":711.04,\"7685\":18.57,\"7686\":null,\"7687\":430.73,\"7688\":5170.0,\"7689\":14763.42,\"7690\":null,\"7691\":2174.86,\"7692\":1795.53,\"7693\":725.44,\"7694\":1814.4,\"7695\":1980.0,\"7696\":16568.0,\"7697\":60648.56,\"7698\":501235.73,\"7699\":14328.0,\"7700\":621.39,\"7701\":9575.28,\"7702\":24710.6,\"7703\":8195.0,\"7704\":1088.19,\"7705\":3701.76,\"7706\":897.97,\"7707\":15811.19,\"7708\":626.34,\"7709\":null,\"7710\":30359.88,\"7711\":24170.65,\"7712\":13159.0,\"7713\":4636.64,\"7714\":939.79,\"7715\":245165.53,\"7716\":155307.69,\"7717\":5816.09,\"7718\":null,\"7719\":8553.15,\"7720\":16091.37,\"7721\":255884.9,\"7722\":23727.69,\"7723\":18389.8,\"7724\":21088.32,\"7725\":9955.13,\"7726\":16685.94,\"7727\":169241.63,\"7728\":1311.76,\"7729\":1522.83,\"7730\":541.96,\"7731\":null,\"7732\":25223.93,\"7733\":2300.35,\"7734\":737.44,\"7735\":382.87,\"7736\":34844.74,\"7737\":90475.33,\"7738\":null,\"7739\":1909.2,\"7740\":null,\"7741\":834.68,\"7742\":1095352.23,\"7743\":0.06,\"7744\":390.0,\"7745\":7066.4,\"7746\":7515.08,\"7747\":824.89,\"7748\":205040.0,\"7749\":627.77,\"7750\":13896.0,\"7751\":34397.3,\"7752\":69290.62,\"7753\":165225.05,\"7754\":null,\"7755\":403696.0,\"7756\":null,\"7757\":20204.42,\"7758\":8417.39,\"7759\":479.03,\"7760\":644.83,\"7761\":828.75,\"7762\":81984.04,\"7763\":2213.72,\"7764\":543.25,\"7765\":1115.46,\"7766\":549.54,\"7767\":3780.0,\"7768\":426.0,\"7769\":19290.34,\"7770\":1507.06,\"7771\":7032.59,\"7772\":4480.65,\"7773\":18827.88,\"7774\":4761.6,\"7775\":378.64,\"7776\":1770.0,\"7777\":240.9,\"7778\":305.47,\"7779\":30276.12,\"7780\":49087.84,\"7781\":1177.08,\"7782\":1098396.2,\"7783\":null,\"7784\":264819.78,\"7785\":1610.94,\"7786\":601.26,\"7787\":1245.56,\"7788\":1126.8,\"7789\":510832.48,\"7790\":102195.65,\"7791\":null,\"7792\":null,\"7793\":140854.75,\"7794\":118032.02,\"7795\":2041.0,\"7796\":795.48,\"7797\":1380.03,\"7798\":40262.89,\"7799\":9522.94,\"7800\":9261.73,\"7801\":54862.16,\"7802\":153598.23,\"7803\":163127.45,\"7804\":null,\"7805\":22603.94,\"7806\":43767.97,\"7807\":47684.73,\"7808\":647.79,\"7809\":75532.87,\"7810\":854.03,\"7811\":7794.6,\"7812\":2962.65,\"7813\":30712.21,\"7814\":null,\"7815\":57970.59,\"7816\":57913.04,\"7817\":19317.18,\"7818\":652.14,\"7819\":6415.2,\"7820\":null,\"7821\":null,\"7822\":6756.59,\"7823\":460.15,\"7824\":4863.41,\"7825\":null,\"7826\":9420.26,\"7827\":592.44,\"7828\":1756.04,\"7829\":139.52,\"7830\":9364.0,\"7831\":18979.0,\"7832\":4620.0,\"7833\":6908.24,\"7834\":16184.32,\"7835\":12286.14,\"7836\":12882.92,\"7837\":844.36,\"7838\":13244.8,\"7839\":12956.3,\"7840\":null,\"7841\":12582.0,\"7842\":19353.63,\"7843\":19376.32,\"7844\":19181.52,\"7845\":5720.4,\"7846\":536.1,\"7847\":9832.5,\"7848\":4982.0,\"7849\":null,\"7850\":989.44,\"7851\":2043.78,\"7852\":2806.2,\"7853\":5980.0,\"7854\":304.06,\"7855\":2137.42,\"7856\":480.24,\"7857\":1965.0,\"7858\":2314.32,\"7859\":13206.47,\"7860\":882.59,\"7861\":7794.56,\"7862\":465.6,\"7863\":80.94,\"7864\":null,\"7865\":772.86,\"7866\":330.44,\"7867\":null,\"7868\":67.1,\"7869\":674.07,\"7870\":null,\"7871\":2309.54,\"7872\":2000.0,\"7873\":5645.39,\"7874\":658.26,\"7875\":21386.64,\"7876\":2159.48,\"7877\":null,\"7878\":4160.87,\"7879\":2099.52,\"7880\":7717.92,\"7881\":10290.79,\"7882\":8260.51,\"7883\":200115.46,\"7884\":891.53,\"7885\":null,\"7886\":1909.12,\"7887\":2035.0,\"7888\":2268.0,\"7889\":11661.23,\"7890\":1.2,\"7891\":20.8,\"7892\":6.53,\"7893\":3325.37,\"7894\":null,\"7895\":8.07,\"7896\":198.58,\"7897\":2390.1,\"7898\":266.4,\"7899\":2252.45,\"7900\":null,\"7901\":5644.43,\"7902\":160.2,\"7903\":439.2,\"7904\":19970.11,\"7905\":19965.21,\"7906\":13.8,\"7907\":9240.3,\"7908\":3105.77,\"7909\":3216.47,\"7910\":0.14,\"7911\":0.04,\"7912\":750.0,\"7913\":null,\"7914\":null,\"7915\":2035.04,\"7916\":104.71,\"7917\":null,\"7918\":4770.18,\"7919\":5679.16,\"7920\":23048.01,\"7921\":760.7,\"7922\":258.06,\"7923\":8898.67,\"7924\":812.7,\"7925\":2520.0,\"7926\":130.2,\"7927\":2653.74,\"7928\":810.0,\"7929\":756.0,\"7930\":1646.55,\"7931\":2412.0,\"7932\":3318.0,\"7933\":82.28,\"7934\":135.24,\"7935\":65.04,\"7936\":164.4,\"7937\":314.49,\"7938\":153.54,\"7939\":null,\"7940\":77.58,\"7941\":202.32,\"7942\":181.97,\"7943\":183.67,\"7944\":892.8,\"7945\":157.08,\"7946\":163.2,\"7947\":732.31,\"7948\":765.03,\"7949\":1452.6,\"7950\":7725.55,\"7951\":4900.0,\"7952\":301.17,\"7953\":null,\"7954\":null,\"7955\":191.55,\"7956\":2843.4,\"7957\":330.0,\"7958\":715.29,\"7959\":189.36,\"7960\":148.05,\"7961\":null,\"7962\":364.01,\"7963\":260.52,\"7964\":305.15,\"7965\":1062.6,\"7966\":1468.55,\"7967\":4900.0,\"7968\":153.09,\"7969\":193.17,\"7970\":48.92,\"7971\":null,\"7972\":null,\"7973\":3110.34,\"7974\":2432.06,\"7975\":1793.4,\"7976\":726.23,\"7977\":761.27,\"7978\":486.6,\"7979\":434.7,\"7980\":38.55,\"7981\":54.13,\"7982\":null,\"7983\":167.9,\"7984\":867.9,\"7985\":null,\"7986\":13.46,\"7987\":null,\"7988\":71.38,\"7989\":1559.4,\"7990\":197.28,\"7991\":null,\"7992\":3875.67,\"7993\":2402.4,\"7994\":7161.6,\"7995\":179637.82,\"7996\":1954.8,\"7997\":3240.59,\"7998\":708.73,\"7999\":null,\"8000\":null,\"8001\":279.44,\"8002\":11308.0,\"8003\":18788.64,\"8004\":null,\"8005\":733.75,\"8006\":null,\"8007\":null,\"8008\":1745.1,\"8009\":1191.0,\"8010\":15116.0,\"8011\":101860.51,\"8012\":499902.79,\"8013\":13344.0,\"8014\":439.56,\"8015\":12037.63,\"8016\":56778.72,\"8017\":6578.0,\"8018\":1193.13,\"8019\":3702.4,\"8020\":882.23,\"8021\":13482.14,\"8022\":594.0,\"8023\":null,\"8024\":14688.48,\"8025\":26104.58,\"8026\":12942.0,\"8027\":6959.18,\"8028\":938.8,\"8029\":245118.67,\"8030\":156049.17,\"8031\":5669.45,\"8032\":509940.0,\"8033\":247131.73,\"8034\":6313.63,\"8035\":18143.84,\"8036\":395679.1,\"8037\":14949.82,\"8038\":18537.2,\"8039\":13049.35,\"8040\":15186.9,\"8041\":15369.41,\"8042\":170442.18,\"8043\":1652.69,\"8044\":1453.23,\"8045\":552.5,\"8046\":16774.44,\"8047\":2087.6,\"8048\":733.4,\"8049\":416.92,\"8050\":29540.13,\"8051\":90473.51,\"8052\":774.38,\"8053\":1804.8,\"8054\":null,\"8055\":293.22,\"8056\":1149798.28,\"8057\":602551.54,\"8058\":564.0,\"8059\":5579.2,\"8060\":4603.67,\"8061\":826.87,\"8062\":205080.0,\"8063\":600.24,\"8064\":13752.0,\"8065\":35326.54,\"8066\":69208.61,\"8067\":165358.32,\"8068\":null,\"8069\":null,\"8070\":613096.95,\"8071\":39440.68,\"8072\":7805.22,\"8073\":502.0,\"8074\":695.23,\"8075\":829.05,\"8076\":347818.88,\"8077\":2222.33,\"8078\":518.07,\"8079\":907.38,\"8080\":1056.09,\"8081\":5107.2,\"8082\":411.96,\"8083\":1145.75,\"8084\":7772.93,\"8085\":4352.85,\"8086\":18511.31,\"8087\":2731.2,\"8088\":366.23,\"8089\":2497.8,\"8090\":260.7,\"8091\":309.33,\"8092\":30110.28,\"8093\":49777.65,\"8094\":1143.58,\"8095\":1146764.1799999999,\"8096\":null,\"8097\":266972.83,\"8098\":1611.0,\"8099\":725.34,\"8100\":1197.26,\"8101\":1134.0,\"8102\":587456.5600000001,\"8103\":355095.87,\"8104\":139392.4,\"8105\":103776.69,\"8106\":1436.0,\"8107\":795.2,\"8108\":1992.44,\"8109\":21140.2,\"8110\":8031.83,\"8111\":7931.11,\"8112\":54854.63,\"8113\":159202.26,\"8114\":162411.5,\"8115\":null,\"8116\":102485.65,\"8117\":28623.99,\"8118\":43999.07,\"8119\":48732.48,\"8120\":null,\"8121\":75547.43,\"8122\":1145.92,\"8123\":8520.6,\"8124\":2731.25,\"8125\":29880.94,\"8126\":23146.84,\"8127\":57950.03,\"8128\":19303.45,\"8129\":653.82,\"8130\":8920.8,\"8131\":null,\"8132\":null,\"8133\":6744.87,\"8134\":349.21,\"8135\":382.27,\"8136\":6160.0,\"8137\":9235.69,\"8138\":1689.72,\"8139\":1689.16,\"8140\":126.32,\"8141\":13384.0,\"8142\":10117.0,\"8143\":2602.6,\"8144\":13805.28,\"8145\":16070.28,\"8146\":11712.64,\"8147\":12364.49,\"8148\":1446.28,\"8149\":14248.2,\"8150\":13943.0,\"8151\":null,\"8152\":12888.0,\"8153\":19582.02,\"8154\":19524.75,\"8155\":19447.0,\"8156\":7110.0,\"8157\":620.0,\"8158\":10201.1,\"8159\":4710.0,\"8160\":1465.7,\"8161\":1836.78,\"8162\":3469.8,\"8163\":4930.0,\"8164\":304.06,\"8165\":2053.3,\"8166\":334.42,\"8167\":1888.0,\"8168\":1008.81,\"8169\":13691.38,\"8170\":1289.55,\"8171\":7886.85,\"8172\":579.6,\"8173\":null,\"8174\":39.6,\"8175\":778.14,\"8176\":null,\"8177\":348.92,\"8178\":534.0,\"8179\":699.49,\"8180\":1216.36,\"8181\":null,\"8182\":10751.97,\"8183\":2000.0,\"8184\":5626.9,\"8185\":1524.9,\"8186\":34574.26,\"8187\":1339.33,\"8188\":null,\"8189\":4424.87,\"8190\":2489.76,\"8191\":7625.37,\"8192\":11122.2,\"8193\":8304.9,\"8194\":199603.61,\"8195\":4387.51,\"8196\":null,\"8197\":3184.49,\"8198\":3443.18,\"8199\":5350.5,\"8200\":11639.16,\"8201\":7.04,\"8202\":null,\"8203\":null,\"8204\":3135.21,\"8205\":0.11,\"8206\":24.79,\"8207\":485.34,\"8208\":3541.1,\"8209\":1512.0,\"8210\":3886.83,\"8211\":null,\"8212\":null,\"8213\":10816.66,\"8214\":6217.46,\"8215\":1675.8,\"8216\":4708.8,\"8217\":19936.93,\"8218\":19926.99,\"8219\":1.2,\"8220\":8788.16,\"8221\":6052.36,\"8222\":5636.41,\"8223\":1.28,\"8224\":0.4,\"8225\":990.0,\"8226\":null,\"8227\":null,\"8228\":702.88,\"8229\":118.02,\"8230\":0.15,\"8231\":1436.67,\"8232\":2951.9,\"8233\":24554.51,\"8234\":1413.67,\"8235\":77.97,\"8236\":8473.07,\"8237\":5000.1,\"8238\":4360.0,\"8239\":1267.2,\"8240\":496.8,\"8241\":null,\"8242\":null,\"8243\":1558.58,\"8244\":2194.5,\"8245\":2840.7,\"8246\":540.5,\"8247\":73.2,\"8248\":96.12,\"8249\":22.32,\"8250\":389.22,\"8251\":204.66,\"8252\":221.06,\"8253\":62.81,\"8254\":351.72,\"8255\":77.89,\"8256\":103.84,\"8257\":3225.6,\"8258\":255.12,\"8259\":390.0,\"8260\":2103.34,\"8261\":2195.52,\"8262\":716.4,\"8263\":17.52,\"8264\":4900.0,\"8265\":386.01,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":3828.6,\"8270\":5750.4,\"8271\":2336.31,\"8272\":80.95,\"8273\":1217.7,\"8274\":null,\"8275\":null,\"8276\":285.24,\"8277\":183.7,\"8278\":887.92,\"8279\":3352.25,\"8280\":4900.0,\"8281\":206.1,\"8282\":78.96,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":2603.41,\"8287\":1911.79,\"8288\":1792.2,\"8289\":2132.64,\"8290\":2193.18,\"8291\":3394.2,\"8292\":1191.3,\"8293\":337.11,\"8294\":336.49,\"8295\":3505.2,\"8296\":92.31,\"8297\":4682.7,\"8298\":16.31,\"8299\":null,\"8300\":171.46,\"8301\":158.7,\"8302\":78.43,\"8303\":null,\"8304\":3875.67,\"8305\":2501.4,\"8306\":7170.0,\"8307\":343959.51,\"8308\":5040.0,\"8309\":4829.83,\"8310\":715.44,\"8311\":35.99,\"8312\":null,\"8313\":431.21,\"8314\":12408.0,\"8315\":14658.36,\"8316\":184.8,\"8317\":2133.78,\"8318\":1772.1,\"8319\":768.64,\"8320\":2127.6,\"8321\":808.0,\"8322\":16756.0,\"8323\":94743.51,\"8324\":505245.43,\"8325\":12128.0,\"8326\":null,\"8327\":11044.12,\"8328\":38694.32,\"8329\":6699.0,\"8330\":908.79,\"8331\":null,\"8332\":851.4,\"8333\":14222.15,\"8334\":626.12,\"8335\":11278.99,\"8336\":13122.84,\"8337\":26037.84,\"8338\":15767.0,\"8339\":6697.83,\"8340\":938.8,\"8341\":245416.16,\"8342\":158239.12,\"8343\":8696.26,\"8344\":509620.0,\"8345\":7343.61,\"8346\":19139.17,\"8347\":29270.05,\"8348\":395670.73,\"8349\":19384.95,\"8350\":18948.6,\"8351\":0.61,\"8352\":10128.57,\"8353\":16735.19,\"8354\":116683.88,\"8355\":1337.22,\"8356\":1991.75,\"8357\":532.83,\"8358\":16102.25,\"8359\":2621.08,\"8360\":725.04,\"8361\":375.36,\"8362\":29079.48,\"8363\":90483.3,\"8364\":4026.23,\"8365\":1922.4,\"8366\":null,\"8367\":868.62,\"8368\":1118652.5700000001,\"8369\":600217.55,\"8370\":510.0,\"8371\":7403.0,\"8372\":5967.99,\"8373\":826.76,\"8374\":205080.0,\"8375\":572.84,\"8376\":11268.0,\"8377\":34936.1,\"8378\":69494.23,\"8379\":165469.47,\"8380\":null,\"8381\":613467.64,\"8382\":null,\"8383\":8111.3,\"8384\":null,\"8385\":689.9,\"8386\":1098.15,\"8387\":350039.62,\"8388\":2222.33,\"8389\":525.03,\"8390\":1138.86,\"8391\":1129.65,\"8392\":5289.6,\"8393\":411.0,\"8394\":1854.52,\"8395\":null,\"8396\":4360.5,\"8397\":19969.74,\"8398\":4060.8,\"8399\":373.43,\"8400\":2629.18,\"8401\":264.0,\"8402\":317.52,\"8403\":30202.14,\"8404\":50194.34,\"8405\":1482.03,\"8406\":1206347.0700000001,\"8407\":null,\"8408\":634464.48,\"8409\":1614.24,\"8410\":605.44,\"8411\":1242.57,\"8412\":1035.0,\"8413\":null,\"8414\":408601.64,\"8415\":66658.21,\"8416\":172689.97,\"8417\":141057.25,\"8418\":72740.47,\"8419\":2062.0,\"8420\":796.18,\"8421\":3358.67,\"8422\":19435.96,\"8423\":8378.32,\"8424\":8294.19,\"8425\":159574.16,\"8426\":163760.15,\"8427\":4850.42,\"8428\":22394.81,\"8429\":44543.95,\"8430\":47483.39,\"8431\":647.85,\"8432\":75533.34,\"8433\":1209.99,\"8434\":8830.8,\"8435\":2791.86,\"8436\":28155.97,\"8437\":21511.95,\"8438\":57505.32,\"8439\":19289.31,\"8440\":653.67,\"8441\":9691.2,\"8442\":0.6,\"8443\":null,\"8444\":6566.18,\"8445\":412.7,\"8446\":0.02,\"8447\":3440.0,\"8448\":9488.82,\"8449\":1503.12,\"8450\":1690.04,\"8451\":132.24,\"8452\":null,\"8453\":9607.0,\"8454\":11977.0,\"8455\":2120.8,\"8456\":12810.91,\"8457\":17656.1,\"8458\":10235.03,\"8459\":10229.3,\"8460\":1054.39,\"8461\":13539.1,\"8462\":13274.5,\"8463\":null,\"8464\":null,\"8465\":19567.11,\"8466\":19503.48,\"8467\":19427.66,\"8468\":5364.0,\"8469\":605.8,\"8470\":null,\"8471\":1874.0,\"8472\":1359.9,\"8473\":1399.32,\"8474\":3469.6,\"8475\":2157.0,\"8476\":304.06,\"8477\":2194.23,\"8478\":330.97,\"8479\":2118.0,\"8480\":909.23,\"8481\":13782.49,\"8482\":1696.84,\"8483\":1094.87,\"8484\":495.6,\"8485\":null,\"8486\":39.6,\"8487\":768.9,\"8488\":null,\"8489\":343.64,\"8490\":645.9,\"8491\":243.43,\"8492\":3494.09,\"8493\":827.29,\"8494\":2000.0,\"8495\":6529.8,\"8496\":126.96,\"8497\":21405.79,\"8498\":1997.56,\"8499\":1.44,\"8500\":4103.48,\"8501\":2458.08,\"8502\":1206.19,\"8503\":10578.85,\"8504\":1326.87,\"8505\":184165.89,\"8506\":1419.32,\"8507\":42.68,\"8508\":2716.63,\"8509\":2817.85,\"8510\":2562.0,\"8511\":11646.59,\"8512\":59.96,\"8513\":62.8,\"8514\":null,\"8515\":1565.38,\"8516\":0.06,\"8517\":32.36,\"8518\":165.21,\"8519\":1025.86,\"8520\":1101.6,\"8521\":3219.74,\"8522\":null,\"8523\":7229.77,\"8524\":3774.5,\"8525\":1826.89,\"8526\":952.2,\"8527\":2894.4,\"8528\":19954.74,\"8529\":19945.91,\"8530\":null,\"8531\":16593.23,\"8532\":1924.85,\"8533\":2086.97,\"8534\":1.39,\"8535\":0.4,\"8536\":812.4,\"8537\":null,\"8538\":null,\"8539\":950.36,\"8540\":71.38,\"8541\":8.55,\"8542\":1783.31,\"8543\":2385.74,\"8544\":14523.74,\"8545\":1425.99,\"8546\":424.35,\"8547\":2680.96,\"8548\":2962.75,\"8549\":null,\"8550\":757.8,\"8551\":1817.46,\"8552\":1251.0,\"8553\":1304.78,\"8554\":636.98,\"8555\":994.5,\"8556\":1195.2,\"8557\":465.08,\"8558\":5480.2,\"8559\":77.88,\"8560\":251.04,\"8561\":6.36,\"8562\":153.21,\"8563\":134.4,\"8564\":94.5,\"8565\":54.64,\"8566\":276.36,\"8567\":89.71,\"8568\":94.1,\"8569\":115.2,\"8570\":19.8,\"8571\":20.4,\"8572\":1372.39,\"8573\":1194.33,\"8574\":878.4,\"8575\":72.35,\"8576\":4900.0,\"8577\":160.08,\"8578\":null,\"8579\":273.08,\"8580\":3250.8,\"8581\":360.0,\"8582\":1606.65,\"8583\":95.66,\"8584\":null,\"8585\":0.06,\"8586\":325.07,\"8587\":139.56,\"8588\":253.0,\"8589\":1058.64,\"8590\":1060.3,\"8591\":4900.0,\"8592\":98.63,\"8593\":90.8,\"8594\":74.42,\"8595\":85.05,\"8596\":null,\"8597\":1074.38,\"8598\":768.1,\"8599\":null,\"8600\":1250.08,\"8601\":1229.9,\"8602\":115.43,\"8603\":287.7,\"8604\":205.04,\"8605\":205.24,\"8606\":3425.85,\"8607\":94.21,\"8608\":871.2,\"8609\":null,\"8610\":0.52,\"8611\":6.04,\"8612\":84.87,\"8613\":2217.66,\"8614\":93.26,\"8615\":null,\"8616\":3861.0,\"8617\":null,\"8618\":6931.2,\"8619\":407005.85,\"8620\":5500.8,\"8621\":4244.35,\"8622\":708.29,\"8623\":0.44,\"8624\":null,\"8625\":431.38,\"8626\":13090.0,\"8627\":16019.37,\"8628\":184.8,\"8629\":2163.97,\"8630\":1699.17,\"8631\":772.29,\"8632\":2180.7,\"8633\":809.0,\"8634\":16556.0,\"8635\":60670.07,\"8636\":504751.89,\"8637\":12984.0,\"8638\":844.14,\"8639\":11150.32,\"8640\":31204.21,\"8641\":6724.67,\"8642\":1050.53,\"8643\":3701.44,\"8644\":861.83,\"8645\":15291.71,\"8646\":621.94,\"8647\":null,\"8648\":12892.3,\"8649\":25073.57,\"8650\":13283.0,\"8651\":5567.28,\"8652\":942.77,\"8653\":248447.0,\"8654\":158503.31,\"8655\":6836.02,\"8656\":509590.0,\"8657\":null,\"8658\":10874.72,\"8659\":18563.9,\"8660\":395795.53,\"8661\":15028.85,\"8662\":18662.6,\"8663\":null,\"8664\":12782.4,\"8665\":17696.1,\"8666\":170326.38,\"8667\":1217.16,\"8668\":1402.54,\"8669\":547.08,\"8670\":14455.03,\"8671\":2388.67,\"8672\":723.56,\"8673\":360.27,\"8674\":33766.35,\"8675\":null,\"8676\":3187.54,\"8677\":1836.0,\"8678\":5225.0,\"8679\":877.14,\"8680\":1173816.76,\"8681\":598387.86,\"8682\":390.0,\"8683\":7821.0,\"8684\":7607.56,\"8685\":822.91,\"8686\":205160.0,\"8687\":613.22,\"8688\":13104.0,\"8689\":35533.54,\"8690\":69496.71,\"8691\":164855.18,\"8692\":405260.0,\"8693\":584636.74,\"8694\":null,\"8695\":null,\"8696\":2142.61,\"8697\":561.4,\"8698\":690.08,\"8699\":425.85,\"8700\":349949.56,\"8701\":2225.77,\"8702\":531.37,\"8703\":1124.64,\"8704\":242.17,\"8705\":6139.2,\"8706\":411.84,\"8707\":1682.01,\"8708\":13149.78,\"8709\":4356.45,\"8710\":16870.46,\"8711\":7353.6,\"8712\":375.87,\"8713\":2332.8,\"8714\":260.7,\"8715\":278.59,\"8716\":29287.32,\"8717\":45612.48,\"8718\":713.83,\"8719\":437942.4,\"8720\":null,\"8721\":605603.9399999999,\"8722\":1616.1,\"8723\":723.58,\"8724\":1191.7,\"8725\":1011.6,\"8726\":399260.85,\"8727\":66688.68,\"8728\":123908.54,\"8729\":140366.14,\"8730\":71687.04,\"8731\":2059.0,\"8732\":794.92,\"8733\":3275.74,\"8734\":13379.45,\"8735\":1111.82,\"8736\":1168.63,\"8737\":159789.45,\"8738\":166784.9,\"8739\":null,\"8740\":null,\"8741\":22430.96,\"8742\":44464.28,\"8743\":47582.48,\"8744\":630.93,\"8745\":75547.76,\"8746\":1113.44,\"8747\":9807.6,\"8748\":2706.69,\"8749\":30113.41,\"8750\":57994.37,\"8751\":null,\"8752\":19279.09,\"8753\":653.28,\"8754\":9428.4,\"8755\":216.0,\"8756\":null,\"8757\":6735.96,\"8758\":395.41,\"8759\":0.62,\"8760\":5920.0,\"8761\":9537.8,\"8762\":1381.08,\"8763\":1784.64,\"8764\":152.06,\"8765\":null,\"8766\":10492.0,\"8767\":16141.0,\"8768\":2824.8,\"8769\":15731.14,\"8770\":14628.37,\"8771\":10229.62,\"8772\":10226.84,\"8773\":793.76,\"8774\":13477.5,\"8775\":13197.4,\"8776\":187.2,\"8777\":19738.02,\"8778\":19323.58,\"8779\":19604.39,\"8780\":5014.8,\"8781\":615.2,\"8782\":null,\"8783\":5016.0,\"8784\":1271.6,\"8785\":731.4,\"8786\":6322.5,\"8787\":6298.0,\"8788\":304.06,\"8789\":2054.8,\"8790\":329.13,\"8791\":2061.0,\"8792\":1342.99,\"8793\":12981.08,\"8794\":2916.51,\"8795\":9365.08,\"8796\":119.4,\"8797\":663.11,\"8798\":146.67,\"8799\":743.16,\"8800\":null,\"8801\":608.52,\"8802\":1045.2,\"8803\":530.75,\"8804\":1195.36,\"8805\":8870.94,\"8806\":2000.0,\"8807\":5426.5,\"8808\":1229.58,\"8809\":34902.56,\"8810\":1117.05,\"8811\":1097.93,\"8812\":3977.22,\"8813\":504.0,\"8814\":9159.06,\"8815\":11356.45,\"8816\":9763.0,\"8817\":84365.3,\"8818\":456.46,\"8819\":122.1,\"8820\":2823.68,\"8821\":2894.69,\"8822\":1761.0,\"8823\":11635.62,\"8824\":81.12,\"8825\":15.2,\"8826\":null,\"8827\":3698.56,\"8828\":0.12,\"8829\":15.18,\"8830\":639.98,\"8831\":null,\"8832\":3333.6,\"8833\":3335.94,\"8834\":2105.73,\"8835\":13527.54,\"8836\":12054.79,\"8837\":6170.5,\"8838\":null,\"8839\":null,\"8840\":19963.86,\"8841\":19965.06,\"8842\":566.4,\"8843\":6482.51,\"8844\":11947.07,\"8845\":11583.07,\"8846\":3.68,\"8847\":0.91,\"8848\":3826.8,\"8849\":1565.1,\"8850\":null,\"8851\":1301.8,\"8852\":9.22,\"8853\":0.15,\"8854\":2037.28,\"8855\":7990.11,\"8856\":42535.29,\"8857\":1255.05,\"8858\":283.59,\"8859\":5237.92,\"8860\":4250.75,\"8861\":3320.0,\"8862\":36.0,\"8863\":2827.62,\"8864\":364.73,\"8865\":367.2,\"8866\":1359.23,\"8867\":2824.5,\"8868\":3316.8,\"8869\":157.61,\"8870\":null,\"8871\":323.16,\"8872\":88.32,\"8873\":161.28,\"8874\":166.32,\"8875\":21.65,\"8876\":52.85,\"8877\":319.32,\"8878\":367.14,\"8879\":406.7,\"8880\":1126.8,\"8881\":412.68,\"8882\":285.6,\"8883\":519.21,\"8884\":531.26,\"8885\":842.4,\"8886\":850.73,\"8887\":4900.0,\"8888\":323.85,\"8889\":0.6,\"8890\":350.75,\"8891\":null,\"8892\":3913.2,\"8893\":1680.0,\"8894\":2561.33,\"8895\":485.76,\"8896\":4725.0,\"8897\":null,\"8898\":376.64,\"8899\":291.0,\"8900\":335.5,\"8901\":1364.0,\"8902\":803.85,\"8903\":4900.0,\"8904\":165.9,\"8905\":385.28,\"8906\":44.5,\"8907\":196.86,\"8908\":150.0,\"8909\":4529.54,\"8910\":3585.26,\"8911\":2304.0,\"8912\":571.63,\"8913\":575.43,\"8914\":3558.0,\"8915\":3211.8,\"8916\":368.9,\"8917\":366.83,\"8918\":2167.18,\"8919\":323.9,\"8920\":2851.2,\"8921\":null,\"8922\":9.15,\"8923\":13.61,\"8924\":23.8,\"8925\":506.46,\"8926\":494.38,\"8927\":null,\"8928\":3864.67,\"8929\":2659.8,\"8930\":7216.8,\"8931\":18645.0,\"8932\":4705.2,\"8933\":4934.39,\"8934\":709.06,\"8935\":12.14,\"8936\":null,\"8937\":426.54,\"8938\":11429.0,\"8939\":19617.19,\"8940\":204.6,\"8941\":2172.39,\"8942\":1779.36,\"8943\":796.05,\"8944\":null,\"8945\":811.0,\"8946\":16688.0,\"8947\":152680.36,\"8948\":488318.09,\"8949\":15240.0,\"8950\":1017.72,\"8951\":12042.24,\"8952\":28288.6,\"8953\":8209.67,\"8954\":403.36,\"8955\":3703.04,\"8956\":888.79,\"8957\":31166.59,\"8958\":581.9,\"8959\":null,\"8960\":25251.14,\"8961\":29089.13,\"8962\":15855.0,\"8963\":4914.91,\"8964\":942.77,\"8965\":243064.03,\"8966\":null,\"8967\":6118.85,\"8968\":429140.0,\"8969\":null,\"8970\":2964.94,\"8971\":17090.73,\"8972\":395729.29,\"8973\":14550.59,\"8974\":17826.6,\"8975\":10.49,\"8976\":14863.16,\"8977\":13198.1,\"8978\":107393.87,\"8979\":1560.99,\"8980\":1872.49,\"8981\":538.83,\"8982\":null,\"8983\":9004.33,\"8984\":2552.54,\"8985\":726.31,\"8986\":407.52,\"8987\":80098.66,\"8988\":4194.62,\"8989\":2790.0,\"8990\":null,\"8991\":833.61,\"8992\":1179722.3799999999,\"8993\":602013.45,\"8994\":414.0,\"8995\":6886.0,\"8996\":7597.13,\"8997\":816.86,\"8998\":186510.0,\"8999\":531.0,\"9000\":12888.0,\"9001\":39929.09,\"9002\":64670.39,\"9003\":165037.13,\"9004\":1.0,\"9005\":402040.0,\"9006\":null,\"9007\":38621.82,\"9008\":2907.83,\"9009\":617.36,\"9010\":683.82,\"9011\":1169.55,\"9012\":81439.84,\"9013\":2222.33,\"9014\":523.88,\"9015\":864.72,\"9016\":1187.72,\"9017\":10040.4,\"9018\":411.48,\"9019\":1845.34,\"9020\":13673.48,\"9021\":4360.95,\"9022\":19721.66,\"9023\":10728.0,\"9024\":372.83,\"9025\":522.84,\"9026\":262.35,\"9027\":186.83,\"9028\":30085.25,\"9029\":45385.44,\"9030\":null,\"9031\":1049175.6000000001,\"9032\":null,\"9033\":819826.46,\"9034\":1614.24,\"9035\":719.62,\"9036\":1138.6,\"9037\":1285.2,\"9038\":101238.61,\"9039\":65664.44,\"9040\":123751.72,\"9041\":140638.21,\"9042\":72574.75,\"9043\":50.0,\"9044\":795.06,\"9045\":550.57,\"9046\":51084.53,\"9047\":8792.79,\"9048\":8296.02,\"9049\":54541.1,\"9050\":156374.17,\"9051\":165939.45,\"9052\":19801.5,\"9053\":8342.71,\"9054\":null,\"9055\":43888.99,\"9056\":47371.28,\"9057\":666.45,\"9058\":75549.01,\"9059\":979.17,\"9060\":10430.2,\"9061\":1655.97,\"9062\":27365.81,\"9063\":49895.42,\"9064\":19301.89,\"9065\":652.02,\"9066\":10015.2,\"9067\":19.8,\"9068\":null,\"9069\":6545.22,\"9070\":464.44,\"9071\":11.28,\"9072\":6720.0,\"9073\":9714.93,\"9074\":1641.48,\"9075\":1774.96,\"9076\":173.84,\"9077\":9149.0,\"9078\":12506.0,\"9079\":4835.6,\"9080\":18032.27,\"9081\":15127.7,\"9082\":10237.72,\"9083\":10230.03,\"9084\":117.63,\"9085\":14177.4,\"9086\":13842.6,\"9087\":null,\"9088\":18920.91,\"9089\":19609.75,\"9090\":19581.36,\"9091\":802.8,\"9092\":528.1,\"9093\":16802.9,\"9094\":7244.0,\"9095\":2066.9,\"9096\":1969.26,\"9097\":7084.5,\"9098\":4317.0,\"9099\":304.06,\"9100\":1793.27,\"9101\":null,\"9102\":3009.0,\"9103\":394.71,\"9104\":12342.36,\"9105\":449.56,\"9106\":6824.44,\"9107\":596.4,\"9108\":null,\"9109\":null,\"9110\":780.78,\"9111\":null,\"9112\":436.48,\"9113\":81.3,\"9114\":956.01,\"9115\":545.37,\"9116\":4476.85,\"9117\":3000.0,\"9118\":5422.3,\"9119\":536.82,\"9120\":47208.18,\"9121\":4503.5,\"9122\":null,\"9123\":4815.13,\"9124\":4112.64,\"9125\":null,\"9126\":6768.65,\"9127\":9042.84,\"9128\":7228.17,\"9129\":180872.01,\"9130\":7838.96,\"9131\":null,\"9132\":1515.31,\"9133\":1565.61,\"9134\":3570.0,\"9135\":11675.89,\"9136\":2.04,\"9137\":null,\"9138\":null,\"9139\":538.82,\"9140\":0.34,\"9141\":10.82,\"9142\":587.08,\"9143\":1004.4,\"9144\":1835.07,\"9145\":269.57,\"9146\":879.11,\"9147\":839.89,\"9148\":370.64,\"9149\":4825.8,\"9150\":9799.2,\"9151\":19959.54,\"9152\":19947.06,\"9153\":null,\"9154\":19619.97,\"9155\":3170.07,\"9156\":3376.79,\"9157\":1.67,\"9158\":0.5,\"9159\":1011.6,\"9160\":null,\"9161\":null,\"9162\":1345.5,\"9163\":264.96,\"9164\":null,\"9165\":8938.62,\"9166\":4716.1,\"9167\":33976.58,\"9168\":2122.12,\"9169\":627.9,\"9170\":42405.63,\"9171\":4324.95,\"9172\":680.0,\"9173\":3442.8,\"9174\":5.45,\"9175\":1376.33,\"9176\":1358.1,\"9177\":1544.63,\"9178\":1160.1,\"9179\":1382.1,\"9180\":86.5,\"9181\":146.52,\"9182\":52.92,\"9183\":27.0,\"9184\":37.26,\"9185\":13.84,\"9186\":324.01,\"9187\":125.29,\"9188\":145.32,\"9189\":383.52,\"9190\":445.62,\"9191\":466.8,\"9192\":128.88,\"9193\":54.0,\"9194\":5239.27,\"9195\":5815.59,\"9196\":2313.0,\"9197\":14358.53,\"9198\":4900.0,\"9199\":15.85,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":3083.7,\"9204\":255.6,\"9205\":524.55,\"9206\":420.61,\"9207\":4.05,\"9208\":null,\"9209\":128.77,\"9210\":48.12,\"9211\":136.4,\"9212\":104.28,\"9213\":2325.3,\"9214\":4900.0,\"9215\":173.44,\"9216\":401.01,\"9217\":144.54,\"9218\":null,\"9219\":null,\"9220\":1099.46,\"9221\":793.52,\"9222\":1006.2,\"9223\":5003.84,\"9224\":5828.91,\"9225\":787.2,\"9226\":1279.2,\"9227\":176.51,\"9228\":177.28,\"9229\":2709.4,\"9230\":268.13,\"9231\":379.5,\"9232\":2.9,\"9233\":104.14,\"9234\":489.1,\"9235\":2982.18,\"9236\":421.7,\"9237\":null,\"9238\":3861.0,\"9239\":2508.0,\"9240\":7239.6,\"9241\":364926.86,\"9242\":5994.0,\"9243\":4443.18,\"9244\":707.74,\"9245\":39.78,\"9246\":null,\"9247\":430.02,\"9248\":12892.0,\"9249\":19602.64,\"9250\":211.2,\"9251\":2164.47,\"9252\":1747.35,\"9253\":740.92,\"9254\":810.0,\"9255\":14768.0,\"9256\":60675.73,\"9257\":503215.28,\"9258\":null,\"9259\":null,\"9260\":18006.83,\"9261\":55660.45,\"9262\":8228.0,\"9263\":708.69,\"9264\":3703.68,\"9265\":877.63,\"9266\":20415.25,\"9267\":605.88,\"9268\":21288.36,\"9269\":34311.73,\"9270\":28900.41,\"9271\":14866.0,\"9272\":5197.35,\"9273\":941.78,\"9274\":255000.0,\"9275\":6178.49,\"9276\":509220.0,\"9277\":79898.88,\"9278\":16108.03,\"9279\":396320.88,\"9280\":16438.9,\"9281\":16797.0,\"9282\":0.3,\"9283\":11929.18,\"9284\":13771.84,\"9285\":123926.11,\"9286\":1341.57,\"9287\":1347.43,\"9288\":532.83,\"9289\":157685.0,\"9290\":15586.15,\"9291\":2667.89,\"9292\":725.82,\"9293\":405.19,\"9294\":45628.78,\"9295\":90580.75,\"9296\":4027.67,\"9297\":2398.8,\"9298\":null,\"9299\":888.88,\"9300\":1144054.9199999999,\"9301\":600483.12,\"9302\":204.0,\"9303\":6930.0,\"9304\":7588.32,\"9305\":816.86,\"9306\":205160.0,\"9307\":580.88,\"9308\":15228.0,\"9309\":39862.38,\"9310\":64697.62,\"9311\":164668.35,\"9312\":null,\"9313\":null,\"9314\":592711.5600000001,\"9315\":null,\"9316\":8061.51,\"9317\":3979.13,\"9318\":559.15,\"9319\":682.85,\"9320\":2657.7,\"9321\":81374.38,\"9322\":2229.21,\"9323\":432.99,\"9324\":1088.28,\"9325\":994.22,\"9326\":9358.8,\"9327\":411.72,\"9328\":1902.58,\"9329\":19654.37,\"9330\":4354.65,\"9331\":19854.18,\"9332\":1555.2,\"9333\":366.37,\"9334\":2635.2,\"9335\":178.2,\"9336\":345.37,\"9337\":29224.26,\"9338\":50209.86,\"9339\":1305.23,\"9340\":717887.75,\"9341\":null,\"9342\":820310.99,\"9343\":null,\"9344\":801.68,\"9345\":1073.15,\"9346\":1922.4,\"9347\":246808.49,\"9348\":24340.09,\"9349\":199227.67,\"9350\":141923.31,\"9351\":73955.06,\"9352\":2056.0,\"9353\":792.82,\"9354\":1196.71,\"9355\":44966.14,\"9356\":6300.26,\"9357\":6091.03,\"9358\":54353.13,\"9359\":156440.37,\"9360\":164074.65,\"9361\":7769.32,\"9362\":17683.05,\"9363\":44197.86,\"9364\":47322.04,\"9365\":662.64,\"9366\":76657.76,\"9367\":1114.06,\"9368\":null,\"9369\":2583.41,\"9370\":30046.68,\"9371\":null,\"9372\":57836.39,\"9373\":19306.52,\"9374\":651.99,\"9375\":15541.2,\"9376\":null,\"9377\":null,\"9378\":6756.09,\"9379\":334.95,\"9380\":35.08,\"9381\":5040.0,\"9382\":9544.5,\"9383\":1639.56,\"9384\":1682.12,\"9385\":163.81,\"9386\":8959.0,\"9387\":13755.0,\"9388\":3698.2,\"9389\":17639.01,\"9390\":14783.18,\"9391\":10217.73,\"9392\":10230.64,\"9393\":218.53,\"9394\":12634.8,\"9395\":12354.5,\"9396\":1137.6,\"9397\":18833.05,\"9398\":19611.05,\"9399\":19552.0,\"9400\":627.9,\"9401\":12629.1,\"9402\":4832.0,\"9403\":null,\"9404\":1501.7,\"9405\":2039.64,\"9406\":7061.4,\"9407\":5031.0,\"9408\":304.06,\"9409\":1812.28,\"9410\":327.29,\"9411\":3105.0,\"9412\":118.08,\"9413\":13194.08,\"9414\":2905.05,\"9415\":9768.72,\"9416\":673.8,\"9417\":null,\"9418\":501.6,\"9419\":713.46,\"9420\":null,\"9421\":664.4,\"9422\":null,\"9423\":998.8,\"9424\":2643.62,\"9425\":11391.52,\"9426\":3000.0,\"9427\":5204.5,\"9428\":2098.98,\"9429\":16168.04,\"9430\":2937.32,\"9431\":1052.17,\"9432\":9727.83,\"9433\":4196.16,\"9434\":9760.84,\"9435\":10601.36,\"9436\":10310.58,\"9437\":null,\"9438\":9568.74,\"9439\":518.98,\"9440\":2996.66,\"9441\":3261.04,\"9442\":5062.5,\"9443\":11643.3,\"9444\":84.68,\"9445\":null,\"9446\":2.7,\"9447\":3790.14,\"9448\":0.79,\"9449\":25.12,\"9450\":573.62,\"9451\":1998.0,\"9452\":3690.89,\"9453\":548.47,\"9454\":12938.3,\"9455\":11525.57,\"9456\":5915.16,\"9457\":4928.4,\"9458\":11988.0,\"9459\":19952.25,\"9460\":19949.94,\"9461\":1000.2,\"9462\":30207.84,\"9463\":10033.08,\"9464\":10369.87,\"9465\":4.04,\"9466\":1.03,\"9467\":2946.0,\"9468\":null,\"9469\":32.01,\"9470\":1972.02,\"9471\":291.09,\"9472\":4.95,\"9473\":11501.25,\"9474\":1458.95,\"9475\":42301.09,\"9476\":1297.23,\"9477\":356.04,\"9478\":32806.95,\"9479\":4475.8,\"9480\":8680.0,\"9481\":3577.8,\"9482\":1776.06,\"9483\":1267.88,\"9484\":1278.23,\"9485\":1993.5,\"9486\":2604.0,\"9487\":3358.5,\"9488\":242.26,\"9489\":173.64,\"9490\":192.12,\"9491\":27.72,\"9492\":321.42,\"9493\":159.42,\"9494\":313.49,\"9495\":378.92,\"9496\":332.28,\"9497\":159.12,\"9498\":174.22,\"9499\":4188.0,\"9500\":350.16,\"9501\":397.2,\"9502\":1998.68,\"9503\":2007.89,\"9504\":1879.2,\"9505\":null,\"9506\":4900.0,\"9507\":312.69,\"9508\":467.4,\"9509\":422.63,\"9510\":null,\"9511\":3267.9,\"9512\":6026.4,\"9513\":5430.51,\"9514\":148.95,\"9515\":1415.7,\"9516\":null,\"9517\":305.4,\"9518\":290.4,\"9519\":758.12,\"9520\":4005.45,\"9521\":4900.0,\"9522\":336.1,\"9523\":180.43,\"9524\":206.94,\"9525\":572.44,\"9526\":null,\"9527\":3289.95,\"9528\":1835.49,\"9529\":3906.0,\"9530\":2083.13,\"9531\":2170.93,\"9532\":4083.6,\"9533\":3716.4,\"9534\":390.83,\"9535\":388.78,\"9536\":2926.18,\"9537\":140.59,\"9538\":5412.0,\"9539\":null,\"9540\":3.27,\"9541\":170.34,\"9542\":475.06,\"9543\":2834.52,\"9544\":124.32,\"9545\":null,\"9546\":3850.0,\"9547\":2501.4,\"9548\":7243.2,\"9549\":385332.8,\"9550\":10486.8,\"9551\":6423.06,\"9552\":711.48,\"9553\":null,\"9554\":10.0,\"9555\":434.18,\"9556\":11572.0,\"9557\":19700.82,\"9558\":198.0,\"9559\":2169.75,\"9560\":1738.77,\"9561\":769.86,\"9562\":808.0,\"9563\":null,\"9564\":61633.05,\"9565\":491726.19,\"9566\":null,\"9567\":9988.26,\"9568\":39809.63,\"9569\":8176.67,\"9570\":949.9,\"9571\":3701.76,\"9572\":889.29,\"9573\":23107.28,\"9574\":607.2,\"9575\":null,\"9576\":21874.72,\"9577\":30495.64,\"9578\":18199.0,\"9579\":4764.7,\"9580\":942.77,\"9581\":255000.0,\"9582\":5931.7,\"9583\":null,\"9584\":37019.73,\"9585\":18069.95,\"9586\":397535.18,\"9587\":23632.49,\"9588\":17787.0,\"9589\":0.6,\"9590\":15037.14,\"9591\":null,\"9592\":null,\"9593\":1871.28,\"9594\":1328.32,\"9595\":545.71,\"9596\":191070.0,\"9597\":17730.94,\"9598\":2320.82,\"9599\":716.57,\"9600\":396.29,\"9601\":53850.35,\"9602\":null,\"9603\":3014.55,\"9604\":2416.2,\"9605\":14535.4,\"9606\":771.17,\"9607\":1185500.46,\"9608\":444638.42,\"9609\":null,\"9610\":6866.2,\"9611\":6560.76,\"9612\":824.54,\"9613\":189700.0,\"9614\":528.6,\"9615\":14904.0,\"9616\":35423.13,\"9617\":45424.74,\"9618\":94055.99,\"9619\":null,\"9620\":614227.7,\"9621\":19703.38,\"9622\":3520.0,\"9623\":635.32,\"9624\":695.7,\"9625\":3562.5,\"9626\":81052.41,\"9627\":2225.77,\"9628\":537.97,\"9629\":1207.8,\"9630\":850.83,\"9631\":9762.0,\"9632\":412.08,\"9633\":19011.67,\"9634\":2152.73,\"9635\":13718.67,\"9636\":4392.9,\"9637\":19821.33,\"9638\":null,\"9639\":368.48,\"9640\":2665.2,\"9641\":250.8,\"9642\":346.24,\"9643\":29678.28,\"9644\":44991.59,\"9645\":1305.72,\"9646\":1083284.25,\"9647\":null,\"9648\":820143.73,\"9649\":1598.94,\"9650\":803.0,\"9651\":1060.76,\"9652\":1107.0,\"9653\":105265.66,\"9654\":66731.27,\"9655\":123918.15,\"9656\":72868.34,\"9657\":72805.95,\"9658\":null,\"9659\":797.02,\"9660\":48235.33,\"9661\":9310.65,\"9662\":8716.04,\"9663\":54729.22,\"9664\":129150.26,\"9665\":169689.4,\"9666\":2883.27,\"9667\":null,\"9668\":44161.3,\"9669\":47580.12,\"9670\":635.4,\"9671\":76508.57,\"9672\":1034.19,\"9673\":9752.6,\"9674\":2677.3,\"9675\":16922.25,\"9676\":null,\"9677\":19266.97,\"9678\":651.78,\"9679\":12715.2,\"9680\":null,\"9681\":null,\"9682\":6765.99,\"9683\":341.55,\"9684\":123.62,\"9685\":5040.0,\"9686\":9576.17,\"9687\":1640.64,\"9688\":1669.8,\"9689\":140.32,\"9690\":8941.0,\"9691\":12736.0,\"9692\":3007.4,\"9693\":14860.62,\"9694\":20505.77,\"9695\":10220.05,\"9696\":10229.61,\"9697\":845.68,\"9698\":12290.0,\"9699\":12044.6,\"9700\":null,\"9701\":19670.26,\"9702\":19622.76,\"9703\":19428.44,\"9704\":534.5,\"9705\":13241.8,\"9706\":7750.0,\"9707\":null,\"9708\":1552.3,\"9709\":1989.96,\"9710\":6207.1,\"9711\":6122.0,\"9712\":304.06,\"9713\":1691.44,\"9714\":301.99,\"9715\":2883.0,\"9716\":1242.78,\"9717\":20747.2,\"9718\":2487.42,\"9719\":7680.51,\"9720\":805.8,\"9721\":null,\"9722\":null,\"9723\":694.32,\"9724\":491.04,\"9725\":548.02,\"9726\":712.94,\"9727\":10857.31,\"9728\":3000.0,\"9729\":6471.8,\"9730\":1413.12,\"9731\":43918.39,\"9732\":3634.47,\"9733\":0.05,\"9734\":3741.91,\"9735\":3414.24,\"9736\":7464.39,\"9737\":11293.74,\"9738\":7632.03,\"9739\":null,\"9740\":1915.98,\"9741\":9.24,\"9742\":2916.81,\"9743\":3178.67,\"9744\":4701.0,\"9745\":11632.92,\"9746\":110.72,\"9747\":0.4,\"9748\":null,\"9749\":1453.56,\"9750\":0.94,\"9751\":19.58,\"9752\":743.97,\"9753\":1346.4,\"9754\":3615.33,\"9755\":217.05,\"9756\":6740.81,\"9757\":5357.22,\"9758\":2484.89,\"9759\":414.0,\"9760\":925.2,\"9761\":19941.64,\"9762\":19957.17,\"9763\":null,\"9764\":16538.86,\"9765\":3111.89,\"9766\":3059.02,\"9767\":2.04,\"9768\":0.63,\"9769\":2967.6,\"9770\":221.4,\"9771\":null,\"9772\":1325.72,\"9773\":13.61,\"9774\":7.65,\"9775\":2558.7,\"9776\":4487.72,\"9777\":42958.8,\"9778\":1246.08,\"9779\":115.23,\"9780\":2395.45,\"9781\":4565.75,\"9782\":2640.0,\"9783\":343.2,\"9784\":1890.6,\"9785\":991.8,\"9786\":907.65,\"9787\":2001.6,\"9788\":2952.3,\"9789\":3834.6,\"9790\":370.92,\"9791\":25.3,\"9792\":78.36,\"9793\":63.72,\"9794\":10.32,\"9795\":207.66,\"9796\":114.66,\"9797\":117.9,\"9798\":218.76,\"9799\":318.48,\"9800\":319.39,\"9801\":429.04,\"9802\":1798.8,\"9803\":147.72,\"9804\":34.8,\"9805\":869.79,\"9806\":1005.52,\"9807\":97.2,\"9808\":174.9,\"9809\":4900.0,\"9810\":198.93,\"9811\":null,\"9812\":316.25,\"9813\":null,\"9814\":3599.1,\"9815\":5708.4,\"9816\":571.39,\"9817\":872.33,\"9818\":null,\"9819\":null,\"9820\":373.8,\"9821\":129.0,\"9822\":180.4,\"9823\":1560.68,\"9824\":783.15,\"9825\":4900.0,\"9826\":354.37,\"9827\":327.86,\"9828\":73.84,\"9829\":409.68,\"9830\":null,\"9831\":333.6,\"9832\":826.33,\"9833\":951.75,\"9834\":2345.1,\"9835\":1805.7,\"9836\":315.57,\"9837\":317.2,\"9838\":2768.05,\"9839\":257.34,\"9840\":1349.7,\"9841\":null,\"9842\":18.51,\"9843\":137.42,\"9844\":579.6,\"9845\":389.96,\"9846\":null,\"9847\":3872.0,\"9848\":2488.2,\"9849\":7255.2,\"9850\":286682.75,\"9851\":9543.6,\"9852\":5929.59,\"9853\":709.94,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11594.0,\"9858\":19708.2,\"9859\":198.0,\"9860\":772.2,\"9861\":null,\"9862\":null,\"9863\":810.0,\"9864\":458337.34,\"9865\":null,\"9866\":9989.59,\"9867\":47324.76,\"9868\":8092.33,\"9869\":1030.11,\"9870\":3702.08,\"9871\":972.12,\"9872\":16889.77,\"9873\":614.9,\"9874\":null,\"9875\":29685.81,\"9876\":30182.71,\"9877\":18355.0,\"9878\":4598.05,\"9879\":941.78,\"9880\":null,\"9881\":5636.21,\"9882\":null,\"9883\":509230.0,\"9884\":12993.46,\"9885\":15803.97,\"9886\":397728.32,\"9887\":14060.11,\"9888\":17113.8,\"9889\":0.24,\"9890\":13850.27,\"9891\":101386.58,\"9892\":1308.45,\"9893\":1328.92,\"9894\":535.33,\"9895\":205865.0,\"9896\":12647.3,\"9897\":2670.65,\"9898\":722.67,\"9899\":445.0,\"9900\":37843.56,\"9901\":4139.62,\"9902\":2413.2,\"9903\":12632.4,\"9904\":891.5,\"9905\":1171261.8300000001,\"9906\":600209.97,\"9907\":6765.0,\"9908\":6622.1,\"9909\":811.58,\"9910\":184910.0,\"9911\":573.35,\"9912\":13716.0,\"9913\":64356.16,\"9914\":93818.31,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":0.11,\"9919\":19708.27,\"9920\":3366.96,\"9921\":580.93,\"9922\":679.9,\"9923\":3541.2,\"9924\":81029.0,\"9925\":2220.61,\"9926\":423.56,\"9927\":1303.38,\"9928\":884.5,\"9929\":9403.2,\"9930\":411.12,\"9931\":1925.16,\"9932\":19670.15,\"9933\":4118.85,\"9934\":19058.8,\"9935\":365.77,\"9936\":181.43,\"9937\":250.8,\"9938\":349.8,\"9939\":29592.26,\"9940\":43644.83,\"9941\":1291.53,\"9942\":372819.1,\"9943\":0.2,\"9944\":816768.61,\"9945\":1600.44,\"9946\":805.64,\"9947\":1065.89,\"9948\":979.2,\"9949\":null,\"9950\":87756.85,\"9951\":123969.33,\"9952\":72195.44,\"9953\":72440.08,\"9954\":null,\"9955\":805.28,\"9956\":49437.08,\"9957\":6943.45,\"9958\":6871.68,\"9959\":54880.48,\"9960\":68487.26,\"9961\":102306.85,\"9962\":null,\"9963\":43748.01,\"9964\":47473.38,\"9965\":null,\"9966\":76531.33,\"9967\":539.77,\"9968\":10315.8,\"9969\":2918.69},\"Values_Hour18\":{\"0\":19523.31,\"1\":651.87,\"2\":7869.6,\"3\":17129.05,\"4\":171.0,\"5\":7041.6,\"6\":6763.68,\"7\":364.91,\"8\":1920.0,\"9\":4785.36,\"10\":861.12,\"11\":1700.16,\"12\":198.53,\"13\":10036.0,\"14\":13326.0,\"15\":2662.0,\"16\":7986.53,\"17\":21294.54,\"18\":10166.31,\"19\":10220.79,\"20\":149.75,\"21\":15692.5,\"22\":15355.3,\"23\":null,\"24\":1580.7,\"25\":null,\"26\":19753.34,\"27\":10344.17,\"28\":19455.14,\"29\":5952.99,\"30\":6110.56,\"31\":6094.39,\"32\":6116.2,\"33\":587.3,\"34\":10234.6,\"35\":4976.0,\"36\":null,\"37\":2352.1,\"38\":64.19,\"39\":3849.5,\"40\":306.17,\"41\":2163.63,\"42\":345.46,\"43\":2441.0,\"44\":1327.0,\"45\":13527.76,\"46\":10.56,\"47\":398.75,\"48\":22.8,\"49\":null,\"50\":1.47,\"51\":770.88,\"52\":331.32,\"53\":null,\"54\":70.84,\"55\":368.16,\"56\":614.35,\"57\":6571.0,\"58\":261.86,\"59\":783.72,\"60\":217.45,\"61\":null,\"62\":9773.74,\"63\":102.98,\"64\":null,\"65\":406.27,\"66\":6415.7,\"67\":439.64,\"68\":89585.72,\"69\":500.55,\"70\":68.86,\"71\":192.7,\"72\":174.38,\"73\":220.24,\"74\":11056.26,\"75\":null,\"76\":null,\"77\":null,\"78\":287.86,\"79\":null,\"80\":4.51,\"81\":27.23,\"82\":4399.08,\"83\":179.82,\"84\":247.5,\"85\":null,\"86\":716.88,\"87\":751.65,\"88\":337.23,\"89\":186.48,\"90\":779.94,\"91\":13700.7,\"92\":14285.18,\"93\":null,\"94\":307.36,\"95\":525.92,\"96\":544.67,\"97\":1.28,\"98\":0.34,\"99\":15.06,\"100\":11.7,\"101\":null,\"102\":315.7,\"103\":10.97,\"104\":null,\"105\":339.39,\"106\":176.09,\"107\":1976.35,\"108\":1385.12,\"109\":32.95,\"110\":2225.38,\"111\":214.39,\"112\":439.41,\"113\":89.16,\"114\":700.9,\"115\":16.17,\"116\":14.54,\"117\":6.66,\"118\":188.58,\"119\":226.69,\"120\":51.3,\"121\":2.2,\"122\":37.55,\"123\":8.86,\"124\":26.39,\"125\":13.54,\"126\":7.95,\"127\":27.0,\"128\":13.85,\"129\":8.71,\"130\":8.65,\"131\":290.1,\"132\":22.65,\"133\":null,\"134\":172.62,\"135\":200.92,\"136\":104.13,\"137\":null,\"138\":26.05,\"139\":null,\"140\":null,\"141\":null,\"142\":195.05,\"143\":25.82,\"144\":298.35,\"145\":11.4,\"146\":17.1,\"147\":null,\"148\":23.37,\"149\":21.78,\"150\":113.3,\"151\":91.84,\"152\":230.59,\"153\":2.93,\"154\":7.47,\"155\":8.78,\"156\":2.2,\"157\":null,\"158\":480.32,\"159\":323.65,\"160\":null,\"161\":182.17,\"162\":165.61,\"163\":225.47,\"164\":null,\"165\":24.15,\"166\":24.15,\"167\":58.63,\"168\":null,\"169\":3.31,\"170\":6.11,\"171\":50.14,\"172\":2303.4,\"173\":7237.2,\"174\":247000.11,\"175\":5029.2,\"176\":3440.04,\"177\":468.16,\"178\":1330.0,\"179\":397.09,\"180\":13981.0,\"181\":19577.24,\"182\":191.4,\"183\":3029.24,\"184\":1786.62,\"185\":571.23,\"186\":2364.3,\"187\":1347.0,\"188\":17388.0,\"189\":60063.38,\"190\":501089.69,\"191\":14168.0,\"192\":1828.2,\"193\":8523.84,\"194\":57369.74,\"195\":5965.67,\"196\":940.7,\"197\":720.18,\"198\":6366.15,\"199\":3701.12,\"200\":1838.43,\"201\":15011.12,\"202\":569.36,\"203\":55485.17,\"204\":644.04,\"205\":15314.49,\"206\":15227.0,\"207\":5741.98,\"208\":939.79,\"209\":244800.34,\"210\":null,\"211\":6928.96,\"212\":null,\"213\":510970.0,\"214\":1173832.5800000001,\"215\":3781.52,\"216\":22426.5,\"217\":341602.2,\"218\":19272.0,\"219\":18838.6,\"220\":22827.81,\"221\":8844.72,\"222\":11175.52,\"223\":123117.68,\"224\":793.64,\"225\":1671.96,\"226\":203536.63,\"227\":1476.87,\"228\":2492.28,\"229\":1324.28,\"230\":406.81,\"231\":30345.61,\"232\":null,\"233\":4033.44,\"234\":2547.0,\"235\":null,\"236\":909.65,\"237\":896043.97,\"238\":599633.4300000001,\"239\":660.0,\"240\":7616.4,\"241\":4607.46,\"242\":816.75,\"243\":191370.0,\"244\":658.41,\"245\":9864.0,\"246\":19966.25,\"247\":59515.17,\"248\":69800.71,\"249\":164891.98,\"250\":null,\"251\":null,\"252\":483774.36,\"253\":null,\"254\":null,\"255\":7805.22,\"256\":602.18,\"257\":669.74,\"258\":3982.2,\"259\":103598.51,\"260\":1062.1,\"261\":542.06,\"262\":736.38,\"263\":835.86,\"264\":4413.6,\"265\":424.32,\"266\":18923.67,\"267\":13988.41,\"268\":8032.05,\"269\":19740.8,\"270\":10440.0,\"271\":null,\"272\":368.81,\"273\":2511.0,\"274\":270.35,\"275\":30287.01,\"276\":25597.42,\"277\":62780.35,\"278\":7430.2,\"279\":820769.79,\"280\":922.38,\"281\":834.46,\"282\":1210.47,\"283\":3009.6,\"284\":null,\"285\":null,\"286\":247749.92,\"287\":72147.27,\"288\":222690.89,\"289\":124770.25,\"290\":802.06,\"291\":2269.82,\"292\":1908.06,\"293\":404.37,\"294\":307.04,\"295\":77292.65,\"296\":156149.59,\"297\":170636.6,\"298\":17146.09,\"299\":149689.04,\"300\":15313.91,\"301\":null,\"302\":45022.44,\"303\":48143.94,\"304\":636.15,\"305\":152236.01,\"306\":null,\"307\":8866.0,\"308\":2670.76,\"309\":23705.94,\"310\":55730.16,\"311\":null,\"312\":19713.74,\"313\":653.64,\"314\":7390.8,\"315\":17130.07,\"316\":230.4,\"317\":8407.2,\"318\":6717.81,\"319\":null,\"320\":2240.0,\"321\":4785.36,\"322\":1259.16,\"323\":1650.88,\"324\":133.97,\"325\":12543.0,\"326\":12813.0,\"327\":2666.4,\"328\":7925.16,\"329\":18745.99,\"330\":10202.98,\"331\":10219.65,\"332\":null,\"333\":16081.8,\"334\":15737.8,\"335\":null,\"336\":2024.7,\"337\":4878.0,\"338\":19741.64,\"339\":10336.58,\"340\":19449.5,\"341\":6150.31,\"342\":6104.7,\"343\":6088.95,\"344\":6425.22,\"345\":589.7,\"346\":10382.2,\"347\":7614.0,\"348\":null,\"349\":3256.6,\"350\":62.81,\"351\":4378.1,\"352\":306.17,\"353\":2035.64,\"354\":346.15,\"355\":2411.0,\"356\":1240.12,\"357\":13331.81,\"358\":105.32,\"359\":486.42,\"360\":null,\"361\":null,\"362\":1.47,\"363\":819.72,\"364\":310.2,\"365\":22.77,\"366\":471.77,\"367\":6377.5,\"368\":154.11,\"369\":1109.34,\"370\":302.14,\"371\":null,\"372\":5107.83,\"373\":26.54,\"374\":489.91,\"375\":6937.04,\"376\":540.36,\"377\":null,\"378\":428.05,\"379\":null,\"380\":103.33,\"381\":117.89,\"382\":250.3,\"383\":11740.09,\"384\":null,\"385\":null,\"386\":null,\"387\":463.18,\"388\":0.01,\"389\":1.69,\"390\":27.93,\"391\":5945.42,\"392\":10.26,\"393\":164.94,\"394\":null,\"395\":1158.99,\"396\":1280.6,\"397\":487.86,\"398\":249.48,\"399\":726.12,\"400\":19905.02,\"401\":19939.23,\"402\":null,\"403\":474.85,\"404\":668.18,\"405\":681.24,\"406\":0.63,\"407\":0.2,\"408\":11.32,\"409\":null,\"410\":null,\"411\":45.57,\"412\":0.21,\"413\":null,\"414\":148.82,\"415\":601.99,\"416\":2700.12,\"417\":1282.6,\"418\":9.38,\"419\":1566.32,\"420\":252.18,\"421\":279.41,\"422\":117.36,\"423\":154.29,\"424\":20.88,\"425\":19.05,\"426\":11.83,\"427\":253.75,\"428\":306.85,\"429\":167.55,\"430\":6.6,\"431\":null,\"432\":11.98,\"433\":58.55,\"434\":21.23,\"435\":10.36,\"436\":28.46,\"437\":8.58,\"438\":6.44,\"439\":5.81,\"440\":183.24,\"441\":28.54,\"442\":null,\"443\":50.6,\"444\":50.59,\"445\":192.42,\"446\":null,\"447\":32.75,\"448\":null,\"449\":null,\"450\":354.05,\"451\":75.25,\"452\":146.79,\"453\":9.75,\"454\":348.75,\"455\":null,\"456\":null,\"457\":31.99,\"458\":44.0,\"459\":87.03,\"460\":155.75,\"461\":8.0,\"462\":4.77,\"463\":2.62,\"464\":null,\"465\":null,\"466\":641.12,\"467\":491.26,\"468\":null,\"469\":57.83,\"470\":54.27,\"471\":65.03,\"472\":153.95,\"473\":33.01,\"474\":32.6,\"475\":85.47,\"476\":null,\"477\":4.44,\"478\":1.75,\"479\":45.64,\"480\":null,\"481\":2395.8,\"482\":7243.2,\"483\":11755.0,\"484\":4417.2,\"485\":2942.01,\"486\":619.63,\"487\":null,\"488\":396.95,\"489\":14047.0,\"490\":19600.05,\"491\":191.4,\"492\":816.58,\"493\":1764.18,\"494\":722.48,\"495\":2502.0,\"496\":1324.0,\"497\":15692.0,\"498\":338357.78,\"499\":502840.7,\"500\":12736.0,\"501\":305.25,\"502\":9957.54,\"503\":58096.08,\"504\":4363.33,\"505\":876.88,\"506\":714.37,\"507\":6366.17,\"508\":3700.48,\"509\":2048.45,\"510\":13943.47,\"511\":597.08,\"512\":49757.58,\"513\":710.84,\"514\":null,\"515\":12469.0,\"516\":7748.78,\"517\":939.79,\"518\":243629.92,\"519\":9106.24,\"520\":64176.0,\"521\":508510.0,\"522\":1233401.97,\"523\":12.92,\"524\":19944.88,\"525\":137200.74,\"526\":18984.0,\"527\":18673.6,\"528\":20339.44,\"529\":8850.37,\"530\":10778.15,\"531\":169227.49,\"532\":757.21,\"533\":1800.01,\"534\":203353.29,\"535\":2060.03,\"536\":2472.04,\"537\":1323.69,\"538\":401.5,\"539\":33618.3,\"540\":2205.26,\"541\":1891.2,\"542\":18.29,\"543\":910.55,\"544\":895816.85,\"545\":602440.61,\"546\":294.0,\"547\":7290.8,\"548\":4598.85,\"549\":500.94,\"550\":186770.0,\"551\":680.05,\"552\":13716.0,\"553\":null,\"554\":58849.27,\"555\":57036.96,\"556\":165007.35,\"557\":1780.0,\"558\":null,\"559\":480821.34,\"560\":43495.35,\"561\":7040.0,\"562\":619.08,\"563\":670.72,\"564\":3964.2,\"565\":180873.13,\"566\":1063.83,\"567\":530.9,\"568\":855.0,\"569\":806.68,\"570\":4382.4,\"571\":433.8,\"572\":14026.43,\"573\":8064.0,\"574\":19654.4,\"575\":10804.8,\"576\":null,\"577\":361.09,\"578\":2502.0,\"579\":249.33,\"580\":28935.85,\"581\":37623.28,\"582\":1092061.3500000001,\"583\":null,\"584\":816571.66,\"585\":963.66,\"586\":786.72,\"587\":1347.39,\"588\":2692.8,\"589\":73038.13,\"590\":null,\"591\":527016.4399999999,\"592\":174900.0,\"593\":null,\"594\":181553.59,\"595\":72185.07,\"596\":73065.17,\"597\":800.24,\"598\":670.25,\"599\":2674.2,\"600\":520.53,\"601\":380.99,\"602\":64498.06,\"603\":161803.13,\"604\":170982.55,\"605\":19798.8,\"606\":102485.65,\"607\":14745.09,\"608\":45226.03,\"609\":47858.23,\"610\":686.82,\"611\":75514.25,\"612\":null,\"613\":11182.6,\"614\":2746.98,\"615\":27989.69,\"616\":56141.69,\"617\":56616.9,\"618\":19439.79,\"619\":652.05,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":4672.8,\"624\":6740.91,\"625\":960.0,\"626\":4785.36,\"627\":615.48,\"628\":1665.4,\"629\":122.62,\"630\":10434.0,\"631\":12061.0,\"632\":2666.4,\"633\":7434.3,\"634\":25384.59,\"635\":13646.79,\"636\":14299.43,\"637\":2200.59,\"638\":15342.8,\"639\":15000.0,\"640\":null,\"641\":1567.9,\"642\":13734.0,\"643\":19646.0,\"644\":10280.43,\"645\":18497.9,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":589.2,\"651\":13478.5,\"652\":2026.0,\"653\":2139.5,\"654\":18.53,\"655\":4436.5,\"656\":306.17,\"657\":2725.38,\"658\":345.23,\"659\":2346.0,\"660\":309.56,\"661\":13390.11,\"662\":31.64,\"663\":470.86,\"664\":null,\"665\":null,\"666\":1.47,\"667\":780.78,\"668\":296.56,\"669\":1017.9,\"670\":48.51,\"671\":null,\"672\":6297.5,\"673\":254.96,\"674\":1062.23,\"675\":227.76,\"676\":null,\"677\":4970.09,\"678\":22.22,\"679\":477.62,\"680\":6356.95,\"681\":527.59,\"682\":null,\"683\":463.2,\"684\":null,\"685\":102.21,\"686\":48.12,\"687\":185.74,\"688\":9467.67,\"689\":null,\"690\":null,\"691\":null,\"692\":485.82,\"693\":0.01,\"694\":5.19,\"695\":10.67,\"696\":5367.34,\"697\":251.64,\"698\":145.08,\"699\":null,\"700\":1082.7,\"701\":1088.19,\"702\":446.13,\"703\":355.68,\"704\":568.08,\"705\":18477.94,\"706\":19541.87,\"707\":null,\"708\":295.54,\"709\":965.87,\"710\":1093.81,\"711\":0.59,\"712\":0.16,\"713\":18.81,\"714\":null,\"715\":null,\"716\":38.69,\"717\":0.18,\"718\":307.87,\"719\":131.77,\"720\":3210.64,\"721\":1323.25,\"722\":null,\"723\":1514.14,\"724\":272.52,\"725\":599.41,\"726\":144.99,\"727\":130.96,\"728\":8.95,\"729\":7.1,\"730\":0.33,\"731\":262.11,\"732\":328.41,\"733\":68.9,\"734\":1.1,\"735\":37.91,\"736\":2.11,\"737\":9.94,\"738\":18.95,\"739\":9.83,\"740\":24.04,\"741\":7.01,\"742\":11.29,\"743\":10.66,\"744\":333.36,\"745\":39.1,\"746\":null,\"747\":92.85,\"748\":96.15,\"749\":170.82,\"750\":null,\"751\":33.81,\"752\":null,\"753\":null,\"754\":234.7,\"755\":null,\"756\":328.12,\"757\":24.98,\"758\":null,\"759\":null,\"760\":23.62,\"761\":36.55,\"762\":56.1,\"763\":75.18,\"764\":141.85,\"765\":5.3,\"766\":9.96,\"767\":6.79,\"768\":null,\"769\":null,\"770\":491.86,\"771\":345.12,\"772\":null,\"773\":108.21,\"774\":100.38,\"775\":112.57,\"776\":379.91,\"777\":36.2,\"778\":35.58,\"779\":88.88,\"780\":null,\"781\":1.47,\"782\":5.29,\"783\":34.48,\"784\":null,\"785\":2422.2,\"786\":7230.0,\"787\":14898.0,\"788\":4417.2,\"789\":2942.72,\"790\":685.74,\"791\":null,\"792\":397.32,\"793\":14278.0,\"794\":19595.81,\"795\":198.0,\"796\":3073.12,\"797\":1797.51,\"798\":718.24,\"799\":2265.3,\"800\":1522.0,\"801\":21020.0,\"802\":211828.48,\"803\":503405.45,\"804\":12760.0,\"805\":1313.07,\"806\":9954.22,\"807\":57853.71,\"808\":4370.67,\"809\":974.91,\"810\":732.97,\"811\":null,\"812\":3700.8,\"813\":2011.87,\"814\":15355.51,\"815\":575.08,\"816\":null,\"817\":967.68,\"818\":null,\"819\":11962.0,\"820\":6181.17,\"821\":939.79,\"822\":239056.39,\"823\":7764.99,\"824\":32232.0,\"825\":505370.0,\"826\":1233341.5,\"827\":1835.49,\"828\":21214.49,\"829\":263320.45,\"830\":16368.0,\"831\":18647.2,\"832\":23563.45,\"833\":8851.38,\"834\":10956.5,\"835\":6420.26,\"836\":708.77,\"837\":1578.0,\"838\":202876.63,\"839\":1300.36,\"840\":2463.19,\"841\":762.64,\"842\":404.58,\"843\":28066.08,\"844\":3781.71,\"845\":2211.6,\"846\":null,\"847\":931.43,\"848\":897511.48,\"849\":599250.3,\"850\":246.0,\"851\":7407.4,\"852\":8327.56,\"853\":814.0,\"854\":205020.0,\"855\":682.57,\"856\":13428.0,\"857\":59065.75,\"858\":69281.81,\"859\":165091.72,\"860\":null,\"861\":404248.0,\"862\":467976.04,\"863\":12.25,\"864\":43538.98,\"865\":5662.61,\"866\":586.61,\"867\":673.06,\"868\":3989.55,\"869\":347838.25,\"870\":1063.82,\"871\":476.26,\"872\":829.44,\"873\":806.27,\"874\":4350.0,\"875\":432.96,\"876\":5285.74,\"877\":8055.9,\"878\":19654.4,\"879\":10905.6,\"880\":313.1,\"881\":2513.4,\"882\":102.3,\"883\":327.41,\"884\":29643.62,\"885\":48196.58,\"886\":923555.1899999999,\"887\":2965.62,\"888\":583667.76,\"889\":996.18,\"890\":857.12,\"891\":1270.15,\"892\":2340.81,\"893\":32755.92,\"894\":556523.14,\"895\":538619.3199999999,\"896\":181510.0,\"897\":null,\"898\":null,\"899\":72470.97,\"900\":799.96,\"901\":2730.32,\"902\":3335.42,\"903\":510.62,\"904\":371.57,\"905\":64647.18,\"906\":162829.03,\"907\":171006.6,\"908\":6133.42,\"909\":125042.49,\"910\":14760.23,\"911\":44857.72,\"912\":47986.72,\"913\":null,\"914\":75737.76,\"915\":1411.21,\"916\":10100.2,\"917\":2800.7,\"918\":30036.61,\"919\":16429.11,\"920\":null,\"921\":56066.93,\"922\":17097.55,\"923\":651.24,\"924\":6408.0,\"925\":6124.8,\"926\":6750.98,\"927\":null,\"928\":2080.0,\"929\":4785.36,\"930\":609.96,\"931\":1721.28,\"932\":136.23,\"933\":9562.0,\"934\":13226.0,\"935\":2576.2,\"936\":6944.31,\"937\":23881.79,\"938\":10201.47,\"939\":10220.57,\"940\":647.68,\"941\":15076.0,\"942\":14733.9,\"943\":null,\"944\":2024.5,\"945\":12744.0,\"946\":19723.49,\"947\":10315.69,\"948\":19569.23,\"949\":564.5,\"950\":11592.6,\"951\":4028.0,\"952\":2010.4,\"953\":94.66,\"954\":3898.9,\"955\":306.17,\"956\":2069.01,\"957\":344.31,\"958\":2320.0,\"959\":1284.18,\"960\":12886.32,\"961\":null,\"962\":467.1,\"963\":10.2,\"964\":null,\"965\":2.93,\"966\":792.66,\"967\":302.28,\"968\":461.7,\"969\":103.73,\"970\":397.44,\"971\":1179.41,\"972\":6146.9,\"973\":318.44,\"974\":1373.69,\"975\":193.76,\"976\":null,\"977\":4694.61,\"978\":152.17,\"979\":342.8,\"980\":10399.39,\"981\":526.58,\"982\":null,\"983\":419.58,\"984\":null,\"985\":151.51,\"986\":145.92,\"987\":218.8,\"988\":10159.89,\"989\":null,\"990\":null,\"991\":null,\"992\":494.99,\"993\":null,\"994\":5.9,\"995\":14.59,\"996\":4161.63,\"997\":305.82,\"998\":167.18,\"999\":null,\"1000\":629.72,\"1001\":713.31,\"1002\":335.54,\"1003\":305.28,\"1004\":963.9,\"1005\":19766.94,\"1006\":19919.81,\"1007\":null,\"1008\":970.73,\"1009\":582.09,\"1010\":578.1,\"1011\":2.33,\"1012\":0.36,\"1013\":20.06,\"1014\":null,\"1015\":0.88,\"1016\":75.97,\"1017\":0.59,\"1018\":null,\"1019\":485.32,\"1020\":278.32,\"1021\":2877.92,\"1022\":1343.82,\"1023\":34.28,\"1024\":3174.03,\"1025\":284.46,\"1026\":600.0,\"1027\":143.79,\"1028\":190.3,\"1029\":19.53,\"1030\":17.7,\"1031\":7.31,\"1032\":242.31,\"1033\":308.31,\"1034\":180.93,\"1035\":3.3,\"1036\":38.87,\"1037\":33.71,\"1038\":9.47,\"1039\":25.98,\"1040\":6.67,\"1041\":26.68,\"1042\":10.98,\"1043\":14.96,\"1044\":14.92,\"1045\":387.3,\"1046\":23.99,\"1047\":null,\"1048\":173.65,\"1049\":178.13,\"1050\":172.62,\"1051\":null,\"1052\":27.93,\"1053\":null,\"1054\":null,\"1055\":27.64,\"1056\":268.35,\"1057\":152.13,\"1058\":301.24,\"1059\":26.82,\"1060\":null,\"1061\":null,\"1062\":29.8,\"1063\":36.77,\"1064\":132.0,\"1065\":48.72,\"1066\":359.39,\"1067\":7.47,\"1068\":11.59,\"1069\":12.5,\"1070\":null,\"1071\":null,\"1072\":425.78,\"1073\":301.01,\"1074\":null,\"1075\":199.42,\"1076\":185.34,\"1077\":199.94,\"1078\":360.39,\"1079\":48.06,\"1080\":47.95,\"1081\":98.67,\"1082\":0.31,\"1083\":9.77,\"1084\":38.92,\"1085\":null,\"1086\":2250.6,\"1087\":7221.6,\"1088\":402750.53,\"1089\":3992.4,\"1090\":3938.43,\"1091\":691.57,\"1092\":62.39,\"1093\":10170.0,\"1094\":404.98,\"1095\":14256.0,\"1096\":19526.26,\"1097\":null,\"1098\":490.71,\"1099\":1751.31,\"1100\":727.29,\"1101\":null,\"1102\":1409.0,\"1103\":20040.0,\"1104\":60436.59,\"1105\":494640.03,\"1106\":12872.0,\"1107\":897.27,\"1108\":12035.28,\"1109\":34793.14,\"1110\":4323.0,\"1111\":875.73,\"1112\":735.49,\"1113\":3701.76,\"1114\":2081.47,\"1115\":13661.37,\"1116\":435.38,\"1117\":1161.09,\"1118\":15209.24,\"1119\":14226.0,\"1120\":5877.49,\"1121\":938.8,\"1122\":238768.42,\"1123\":131378.1,\"1124\":7250.69,\"1125\":null,\"1126\":510800.0,\"1127\":533043.22,\"1128\":3394.9,\"1129\":20185.78,\"1130\":384241.33,\"1131\":15612.0,\"1132\":18623.0,\"1133\":23604.55,\"1134\":8750.52,\"1135\":975.59,\"1136\":171282.65,\"1137\":743.75,\"1138\":1473.69,\"1139\":166735.0,\"1140\":1355.62,\"1141\":2373.83,\"1142\":null,\"1143\":412.09,\"1144\":26628.92,\"1145\":null,\"1146\":2177.4,\"1147\":null,\"1148\":858.55,\"1149\":868567.52,\"1150\":600592.2,\"1151\":330.0,\"1152\":6703.4,\"1153\":8306.02,\"1154\":812.57,\"1155\":136680.0,\"1156\":690.87,\"1157\":15300.0,\"1158\":23112.21,\"1159\":58993.35,\"1160\":68526.81,\"1161\":165282.03,\"1162\":null,\"1163\":403328.0,\"1164\":444218.07,\"1165\":107.22,\"1166\":3826.09,\"1167\":null,\"1168\":687.46,\"1169\":3993.6,\"1170\":80367.6,\"1171\":1062.1,\"1172\":468.47,\"1173\":834.12,\"1174\":815.53,\"1175\":4651.2,\"1176\":431.88,\"1177\":11187.72,\"1178\":8087.4,\"1179\":19788.8,\"1180\":12081.6,\"1181\":215.95,\"1182\":2590.2,\"1183\":99.0,\"1184\":327.68,\"1185\":29573.43,\"1186\":25608.68,\"1187\":918588.76,\"1188\":37060.43,\"1189\":692145.08,\"1190\":1089.18,\"1191\":828.52,\"1192\":1248.47,\"1193\":2340.81,\"1194\":33667.58,\"1195\":773434.3,\"1196\":534559.37,\"1197\":101700.0,\"1198\":226767.17,\"1199\":null,\"1200\":72873.57,\"1201\":799.4,\"1202\":730.43,\"1203\":3167.37,\"1204\":509.34,\"1205\":371.26,\"1206\":63422.22,\"1207\":162632.85,\"1208\":169804.1,\"1209\":18678.58,\"1210\":140360.35,\"1211\":14767.0,\"1212\":44802.47,\"1213\":48452.06,\"1214\":null,\"1215\":225974.13,\"1216\":1183.44,\"1217\":10637.0,\"1218\":2750.77,\"1219\":30845.49,\"1220\":44899.08,\"1221\":55827.82,\"1222\":17164.85,\"1223\":649.95,\"1224\":5925.6,\"1225\":5632.8,\"1226\":6796.19,\"1227\":336.53,\"1228\":4960.0,\"1229\":5641.01,\"1230\":878.52,\"1231\":1756.92,\"1232\":157.73,\"1233\":9194.0,\"1234\":15003.0,\"1235\":2538.8,\"1236\":8407.52,\"1237\":18891.78,\"1238\":10173.32,\"1239\":10220.99,\"1240\":625.68,\"1241\":14777.2,\"1242\":14420.7,\"1243\":null,\"1244\":1556.5,\"1245\":13428.0,\"1246\":19733.33,\"1247\":10304.56,\"1248\":19533.08,\"1249\":517.7,\"1250\":15316.3,\"1251\":1896.0,\"1252\":null,\"1253\":1980.3,\"1254\":109.84,\"1255\":3666.9,\"1256\":306.17,\"1257\":1107.49,\"1258\":344.31,\"1259\":2266.0,\"1260\":1443.2,\"1261\":12355.59,\"1262\":152.74,\"1263\":486.33,\"1264\":39.0,\"1265\":null,\"1266\":2.93,\"1267\":904.2,\"1268\":null,\"1269\":333.52,\"1270\":837.9,\"1271\":39.93,\"1272\":357.6,\"1273\":328.43,\"1274\":5966.3,\"1275\":126.62,\"1276\":2402.99,\"1277\":379.25,\"1278\":null,\"1279\":9750.78,\"1280\":294.85,\"1281\":5.5,\"1282\":483.44,\"1283\":10522.23,\"1284\":538.0,\"1285\":365.16,\"1286\":null,\"1287\":230.65,\"1288\":212.73,\"1289\":334.3,\"1290\":10723.18,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":329.93,\"1295\":null,\"1296\":4.16,\"1297\":9.58,\"1298\":4252.94,\"1299\":172.44,\"1300\":293.37,\"1301\":1097.05,\"1302\":1190.21,\"1303\":472.46,\"1304\":236.88,\"1305\":1064.52,\"1306\":14252.82,\"1307\":14862.45,\"1308\":null,\"1309\":1643.41,\"1310\":1904.67,\"1311\":2061.84,\"1312\":0.28,\"1313\":0.1,\"1314\":18.81,\"1315\":null,\"1316\":186.92,\"1317\":15.13,\"1318\":null,\"1319\":395.5,\"1320\":165.15,\"1321\":2364.74,\"1322\":1284.14,\"1323\":25.36,\"1324\":1032.26,\"1325\":333.8,\"1326\":199.41,\"1327\":251.61,\"1328\":37.19,\"1329\":12.79,\"1330\":11.19,\"1331\":8.0,\"1332\":284.62,\"1333\":366.53,\"1334\":201.87,\"1335\":83.75,\"1336\":28.79,\"1337\":9.23,\"1338\":34.62,\"1339\":8.11,\"1340\":29.45,\"1341\":10.01,\"1342\":10.25,\"1343\":11.07,\"1344\":153.3,\"1345\":79.07,\"1346\":null,\"1347\":274.75,\"1348\":332.71,\"1349\":122.22,\"1350\":null,\"1351\":26.79,\"1352\":null,\"1353\":null,\"1354\":274.92,\"1355\":58.57,\"1356\":329.29,\"1357\":18.8,\"1358\":null,\"1359\":null,\"1360\":42.74,\"1361\":21.31,\"1362\":66.0,\"1363\":65.06,\"1364\":198.48,\"1365\":9.21,\"1366\":18.91,\"1367\":20.2,\"1368\":null,\"1369\":472.24,\"1370\":331.39,\"1371\":null,\"1372\":null,\"1373\":255.32,\"1374\":371.07,\"1375\":158.76,\"1376\":58.05,\"1377\":57.52,\"1378\":12.82,\"1379\":null,\"1380\":null,\"1381\":0.05,\"1382\":4.15,\"1383\":34.09,\"1384\":null,\"1385\":2184.6,\"1386\":7202.4,\"1387\":407856.87,\"1388\":3434.4,\"1389\":768.88,\"1390\":690.69,\"1391\":null,\"1392\":null,\"1393\":404.69,\"1394\":14465.0,\"1395\":19061.42,\"1396\":null,\"1397\":3040.78,\"1398\":1718.97,\"1399\":720.22,\"1400\":2272.5,\"1401\":1448.0,\"1402\":21088.0,\"1403\":224099.55,\"1404\":499056.36,\"1405\":12568.0,\"1406\":375.54,\"1407\":8962.92,\"1408\":50154.3,\"1409\":4227.67,\"1410\":1151.73,\"1411\":718.04,\"1412\":3702.4,\"1413\":2034.75,\"1414\":15155.06,\"1415\":585.64,\"1416\":24740.54,\"1417\":1505.32,\"1418\":15304.75,\"1419\":13869.0,\"1420\":5512.37,\"1421\":939.79,\"1422\":null,\"1423\":153208.64,\"1424\":6822.88,\"1425\":69072.0,\"1426\":null,\"1427\":1232267.4099999999,\"1428\":7021.65,\"1429\":17763.72,\"1430\":316525.08,\"1431\":18864.0,\"1432\":18598.8,\"1433\":23973.68,\"1434\":8739.86,\"1435\":11186.0,\"1436\":729.05,\"1437\":1443.15,\"1438\":null,\"1439\":150645.0,\"1440\":1328.8,\"1441\":2113.13,\"1442\":null,\"1443\":27471.22,\"1444\":3570.92,\"1445\":2191.8,\"1446\":null,\"1447\":919.77,\"1448\":867153.75,\"1449\":596132.15,\"1450\":372.0,\"1451\":6628.6,\"1452\":8311.07,\"1453\":811.25,\"1454\":136560.0,\"1455\":675.96,\"1456\":13716.0,\"1457\":23161.44,\"1458\":58459.03,\"1459\":null,\"1460\":165113.5,\"1461\":2608.0,\"1462\":398222.0,\"1463\":547405.0600000001,\"1464\":null,\"1465\":587.4,\"1466\":687.1,\"1467\":3993.9,\"1468\":347370.01,\"1469\":1062.1,\"1470\":532.39,\"1471\":803.34,\"1472\":982.6,\"1473\":4057.2,\"1474\":430.56,\"1475\":19286.67,\"1476\":8042.67,\"1477\":8237.25,\"1478\":19766.4,\"1479\":9638.4,\"1480\":361.09,\"1481\":2504.4,\"1482\":112.2,\"1483\":307.48,\"1484\":29409.67,\"1485\":25560.94,\"1486\":74069.18,\"1487\":14880.42,\"1488\":748509.17,\"1489\":1165.62,\"1490\":725.56,\"1491\":1179.6,\"1492\":2340.81,\"1493\":null,\"1494\":764514.35,\"1495\":534815.99,\"1496\":183050.0,\"1497\":412424.95,\"1498\":141827.55,\"1499\":0.03,\"1500\":799.12,\"1501\":818.18,\"1502\":2595.25,\"1503\":524.65,\"1504\":386.33,\"1505\":67068.05,\"1506\":164158.73,\"1507\":168747.75,\"1508\":14570.14,\"1509\":224918.51,\"1510\":14707.7,\"1511\":44969.72,\"1512\":48130.76,\"1513\":658.41,\"1514\":226664.16,\"1515\":1221.53,\"1516\":10373.0,\"1517\":2892.52,\"1518\":30547.7,\"1519\":45423.81,\"1520\":57132.91,\"1521\":17827.54,\"1522\":653.07,\"1523\":7092.0,\"1524\":null,\"1525\":7591.2,\"1526\":6789.59,\"1527\":26.99,\"1528\":1920.0,\"1529\":4785.36,\"1530\":663.24,\"1531\":1719.52,\"1532\":133.84,\"1533\":325.8,\"1534\":9165.0,\"1535\":13891.0,\"1536\":3231.8,\"1537\":7010.19,\"1538\":16074.26,\"1539\":10180.14,\"1540\":10223.23,\"1541\":390.13,\"1542\":14338.7,\"1543\":14000.5,\"1544\":null,\"1545\":1515.9,\"1546\":13914.0,\"1547\":19739.66,\"1548\":10309.63,\"1549\":19601.37,\"1550\":null,\"1551\":494.4,\"1552\":11671.4,\"1553\":1838.0,\"1554\":1845.3,\"1555\":199.65,\"1556\":5681.2,\"1557\":306.17,\"1558\":1171.49,\"1559\":344.31,\"1560\":2240.0,\"1561\":519.07,\"1562\":12590.97,\"1563\":null,\"1564\":448.18,\"1565\":57.0,\"1566\":null,\"1567\":1.47,\"1568\":779.46,\"1569\":237.6,\"1570\":666.0,\"1571\":87.45,\"1572\":187.2,\"1573\":938.64,\"1574\":5905.7,\"1575\":278.42,\"1576\":1832.09,\"1577\":88.34,\"1578\":null,\"1579\":4361.74,\"1580\":305.05,\"1581\":459.84,\"1582\":9428.07,\"1583\":500.25,\"1584\":null,\"1585\":306.91,\"1586\":null,\"1587\":62.04,\"1588\":63.14,\"1589\":68.67,\"1590\":11553.34,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":356.21,\"1595\":null,\"1596\":5.06,\"1597\":12.39,\"1598\":3689.08,\"1599\":280.62,\"1600\":104.96,\"1601\":null,\"1602\":422.38,\"1603\":569.22,\"1604\":267.23,\"1605\":344.88,\"1606\":1294.92,\"1607\":14228.76,\"1608\":14812.52,\"1609\":null,\"1610\":60.6,\"1611\":1243.79,\"1612\":1254.0,\"1613\":0.71,\"1614\":0.2,\"1615\":17.56,\"1616\":null,\"1617\":null,\"1618\":63.6,\"1619\":24.95,\"1620\":10.65,\"1621\":459.71,\"1622\":329.85,\"1623\":2093.32,\"1624\":1283.98,\"1625\":null,\"1626\":3402.87,\"1627\":165.8,\"1628\":600.0,\"1629\":149.73,\"1630\":416.62,\"1631\":18.87,\"1632\":17.02,\"1633\":3.5,\"1634\":262.41,\"1635\":263.87,\"1636\":116.95,\"1637\":52.3,\"1638\":13.55,\"1639\":8.85,\"1640\":18.62,\"1641\":3.04,\"1642\":41.14,\"1643\":32.01,\"1644\":4.38,\"1645\":23.95,\"1646\":23.69,\"1647\":342.96,\"1648\":44.03,\"1649\":null,\"1650\":91.22,\"1651\":90.76,\"1652\":221.31,\"1653\":null,\"1654\":17.96,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":271.93,\"1659\":34.53,\"1660\":99.83,\"1661\":62.2,\"1662\":null,\"1663\":null,\"1664\":15.74,\"1665\":23.33,\"1666\":179.3,\"1667\":25.4,\"1668\":177.88,\"1669\":8.68,\"1670\":54.02,\"1671\":8.6,\"1672\":null,\"1673\":326.91,\"1674\":206.02,\"1675\":null,\"1676\":107.74,\"1677\":98.62,\"1678\":112.02,\"1679\":294.38,\"1680\":43.77,\"1681\":43.53,\"1682\":15.41,\"1683\":151.58,\"1684\":null,\"1685\":0.61,\"1686\":7.3,\"1687\":48.41,\"1688\":null,\"1689\":2211.0,\"1690\":7190.4,\"1691\":20901.86,\"1692\":3870.0,\"1693\":4938.72,\"1694\":688.82,\"1695\":null,\"1696\":null,\"1697\":404.66,\"1698\":5060.0,\"1699\":19493.94,\"1700\":191.4,\"1701\":3080.38,\"1702\":1637.46,\"1703\":756.63,\"1704\":2605.5,\"1705\":819.0,\"1706\":17404.0,\"1707\":461405.45,\"1708\":502494.13,\"1709\":12120.0,\"1710\":255.09,\"1711\":12037.39,\"1712\":57618.59,\"1713\":4521.0,\"1714\":837.49,\"1715\":710.57,\"1716\":3701.44,\"1717\":2003.76,\"1718\":16285.1,\"1719\":495.0,\"1720\":1317.57,\"1721\":15304.08,\"1722\":16244.0,\"1723\":5260.45,\"1724\":940.78,\"1725\":158015.51,\"1726\":7838.92,\"1727\":69096.0,\"1728\":504320.0,\"1729\":959422.9399999999,\"1730\":1357.85,\"1731\":17062.16,\"1732\":33185.18,\"1733\":15456.0,\"1734\":18752.8,\"1735\":23637.89,\"1736\":12772.42,\"1737\":10793.21,\"1738\":null,\"1739\":1404.58,\"1740\":251900.0,\"1741\":1411.4,\"1742\":2456.63,\"1743\":769.72,\"1744\":414.48,\"1745\":28028.82,\"1746\":3692.59,\"1747\":2171.4,\"1748\":901.75,\"1749\":893565.91,\"1750\":600986.61,\"1751\":504.0,\"1752\":6600.0,\"1753\":8305.91,\"1754\":815.43,\"1755\":136610.0,\"1756\":669.34,\"1757\":13896.0,\"1758\":23460.3,\"1759\":59041.23,\"1760\":68859.25,\"1761\":165270.32,\"1762\":null,\"1763\":553734.4,\"1764\":null,\"1765\":7499.13,\"1766\":594.13,\"1767\":661.79,\"1768\":3850.5,\"1769\":345584.09,\"1770\":1060.38,\"1771\":534.14,\"1772\":725.58,\"1773\":946.67,\"1774\":7813.2,\"1775\":429.48,\"1776\":null,\"1777\":4354.2,\"1778\":19955.2,\"1779\":8294.4,\"1780\":975.94,\"1781\":340.3,\"1782\":2608.8,\"1783\":108.9,\"1784\":181.11,\"1785\":29865.2,\"1786\":25608.69,\"1787\":1240756.5700000001,\"1788\":39505.7,\"1789\":645933.47,\"1790\":1275.48,\"1791\":767.14,\"1792\":1127.87,\"1793\":2340.81,\"1794\":434276.66,\"1795\":533735.84,\"1796\":null,\"1797\":329885.39,\"1798\":140550.29,\"1799\":null,\"1800\":798.7,\"1801\":772.94,\"1802\":2633.85,\"1803\":481.52,\"1804\":357.53,\"1805\":64413.19,\"1806\":164485.2,\"1807\":167517.5,\"1808\":10290.47,\"1809\":102485.65,\"1810\":14747.86,\"1811\":45504.88,\"1812\":48249.93,\"1813\":70.17,\"1814\":163461.04,\"1815\":1240.49,\"1816\":10263.0,\"1817\":2835.36,\"1818\":29877.92,\"1819\":46437.54,\"1820\":57136.66,\"1821\":15157.56,\"1822\":652.41,\"1823\":6408.0,\"1824\":10.8,\"1825\":2997.6,\"1826\":6745.37,\"1827\":340.03,\"1828\":null,\"1829\":null,\"1830\":4785.36,\"1831\":1302.72,\"1832\":1657.04,\"1833\":132.52,\"1834\":8921.0,\"1835\":15917.0,\"1836\":3143.8,\"1837\":6944.41,\"1838\":12581.97,\"1839\":9664.45,\"1840\":10082.47,\"1841\":222.93,\"1842\":14404.3,\"1843\":14079.8,\"1844\":null,\"1845\":1501.4,\"1846\":13788.0,\"1847\":19743.3,\"1848\":10240.12,\"1849\":19591.34,\"1850\":478.4,\"1851\":11156.4,\"1852\":1970.0,\"1853\":1747.1,\"1854\":159.63,\"1855\":6016.1,\"1856\":306.17,\"1857\":1977.8,\"1858\":342.24,\"1859\":2204.0,\"1860\":1406.66,\"1861\":11630.9,\"1862\":null,\"1863\":438.65,\"1864\":38.4,\"1865\":null,\"1866\":1.47,\"1867\":933.9,\"1868\":null,\"1869\":310.64,\"1870\":799.2,\"1871\":142.67,\"1872\":null,\"1873\":191.52,\"1874\":901.39,\"1875\":5731.3,\"1876\":321.32,\"1877\":1910.23,\"1878\":170.88,\"1879\":null,\"1880\":4155.13,\"1881\":333.61,\"1882\":0.55,\"1883\":447.57,\"1884\":9310.06,\"1885\":490.8,\"1886\":601.56,\"1887\":null,\"1888\":237.62,\"1889\":227.39,\"1890\":280.24,\"1891\":11493.27,\"1892\":4.56,\"1893\":null,\"1894\":null,\"1895\":402.16,\"1896\":null,\"1897\":3.41,\"1898\":27.5,\"1899\":4012.85,\"1900\":305.82,\"1901\":318.1,\"1902\":1.77,\"1903\":null,\"1904\":null,\"1905\":567.22,\"1906\":391.77,\"1907\":1446.3,\"1908\":19840.71,\"1909\":19889.05,\"1910\":null,\"1911\":1390.49,\"1912\":935.01,\"1913\":982.41,\"1914\":2.24,\"1915\":0.41,\"1916\":11.32,\"1917\":null,\"1918\":null,\"1919\":222.78,\"1920\":24.72,\"1921\":401.55,\"1922\":457.39,\"1923\":3476.51,\"1924\":1266.98,\"1925\":69.52,\"1926\":3941.23,\"1927\":353.43,\"1928\":680.0,\"1929\":179.25,\"1930\":511.91,\"1931\":25.37,\"1932\":24.22,\"1933\":6.21,\"1934\":284.33,\"1935\":279.21,\"1936\":134.82,\"1937\":35.75,\"1938\":32.14,\"1939\":11.88,\"1940\":null,\"1941\":9.2,\"1942\":21.04,\"1943\":41.75,\"1944\":18.32,\"1945\":26.42,\"1946\":25.39,\"1947\":397.02,\"1948\":33.95,\"1949\":3.6,\"1950\":254.49,\"1951\":290.14,\"1952\":257.31,\"1953\":30.3,\"1954\":null,\"1955\":null,\"1956\":34.98,\"1957\":320.88,\"1958\":null,\"1959\":653.65,\"1960\":43.46,\"1961\":23.85,\"1962\":null,\"1963\":25.09,\"1964\":25.75,\"1965\":200.2,\"1966\":42.56,\"1967\":234.23,\"1968\":9.48,\"1969\":55.75,\"1970\":14.2,\"1971\":null,\"1972\":746.15,\"1973\":545.98,\"1974\":null,\"1975\":278.87,\"1976\":252.34,\"1977\":335.59,\"1978\":423.41,\"1979\":49.71,\"1980\":48.59,\"1981\":17.85,\"1982\":104.94,\"1983\":null,\"1984\":4.63,\"1985\":9.7,\"1986\":20.87,\"1987\":null,\"1988\":null,\"1989\":2211.0,\"1990\":7180.8,\"1991\":402518.6,\"1992\":3924.0,\"1993\":5423.76,\"1994\":689.81,\"1995\":null,\"1996\":null,\"1997\":404.57,\"1998\":14476.0,\"1999\":19510.43,\"2000\":198.0,\"2001\":3074.78,\"2002\":1702.8,\"2003\":767.34,\"2004\":1950.3,\"2005\":815.0,\"2006\":16556.0,\"2007\":60594.27,\"2008\":503097.09,\"2009\":5848.0,\"2010\":666.93,\"2011\":6940.05,\"2012\":63825.98,\"2013\":4539.33,\"2014\":932.08,\"2015\":711.11,\"2016\":3702.08,\"2017\":1949.07,\"2018\":17142.05,\"2019\":528.0,\"2020\":null,\"2021\":1254.93,\"2022\":15307.65,\"2023\":11014.0,\"2024\":5062.79,\"2025\":939.79,\"2026\":157006.63,\"2027\":6355.55,\"2028\":504070.0,\"2029\":1237808.1399999999,\"2030\":6504.46,\"2031\":16113.61,\"2032\":395816.05,\"2033\":14904.0,\"2034\":18717.6,\"2035\":22330.06,\"2036\":13895.21,\"2037\":11020.08,\"2038\":764.66,\"2039\":1326.86,\"2040\":451.57,\"2041\":305580.0,\"2042\":1526.16,\"2043\":1837.24,\"2044\":766.87,\"2045\":386.65,\"2046\":28730.58,\"2047\":3427.99,\"2048\":2185.8,\"2049\":1.18,\"2050\":869.55,\"2051\":893965.59,\"2052\":520585.87,\"2053\":726.0,\"2054\":6514.2,\"2055\":8312.13,\"2056\":820.05,\"2057\":null,\"2058\":652.52,\"2059\":14832.0,\"2060\":23510.56,\"2061\":61890.4,\"2062\":68409.47,\"2063\":164693.75,\"2064\":601.0,\"2065\":544969.79,\"2066\":7499.13,\"2067\":572.09,\"2068\":null,\"2069\":3850.35,\"2070\":162153.24,\"2071\":1062.1,\"2072\":539.88,\"2073\":737.1,\"2074\":872.33,\"2075\":8431.2,\"2076\":428.4,\"2077\":14083.11,\"2078\":4358.25,\"2079\":19865.6,\"2080\":8659.2,\"2081\":352.44,\"2082\":2183.93,\"2083\":108.9,\"2084\":182.51,\"2085\":29121.86,\"2086\":25609.38,\"2087\":23337.45,\"2088\":34894.82,\"2089\":565666.75,\"2090\":1319.34,\"2091\":656.92,\"2092\":1099.74,\"2093\":1868.1,\"2094\":681285.85,\"2095\":535219.5600000001,\"2096\":414235.82,\"2097\":141183.61,\"2098\":null,\"2099\":798.84,\"2100\":802.95,\"2101\":3944.07,\"2102\":475.42,\"2103\":349.71,\"2104\":64842.19,\"2105\":165234.53,\"2106\":170015.0,\"2107\":5042.53,\"2108\":14763.77,\"2109\":45817.06,\"2110\":48324.14,\"2111\":654.21,\"2112\":226270.91,\"2113\":1147.43,\"2114\":9704.2,\"2115\":2785.31,\"2116\":11517.55,\"2117\":46032.71,\"2118\":57010.22,\"2119\":14094.38,\"2120\":652.44,\"2121\":6400.8,\"2122\":9381.6,\"2123\":6750.32,\"2124\":306.44,\"2125\":null,\"2126\":6160.0,\"2127\":4785.36,\"2128\":1253.76,\"2129\":1563.32,\"2130\":132.0,\"2131\":8661.0,\"2132\":11080.0,\"2133\":2712.6,\"2134\":6443.16,\"2135\":17031.55,\"2136\":9194.74,\"2137\":9634.49,\"2138\":3.67,\"2139\":14201.3,\"2140\":13881.0,\"2141\":null,\"2142\":1411.9,\"2143\":12708.0,\"2144\":18698.0,\"2145\":10289.69,\"2146\":19496.0,\"2147\":429.8,\"2148\":10026.0,\"2149\":4878.0,\"2150\":null,\"2151\":1631.0,\"2152\":129.05,\"2153\":4858.3,\"2154\":306.17,\"2155\":1697.1,\"2156\":340.86,\"2157\":2195.0,\"2158\":1396.78,\"2159\":11368.49,\"2160\":41.28,\"2161\":523.07,\"2162\":45.0,\"2163\":null,\"2164\":null,\"2165\":775.5,\"2166\":0.04,\"2167\":315.92,\"2168\":964.5,\"2169\":136.95,\"2170\":null,\"2171\":508.8,\"2172\":833.3,\"2173\":5534.3,\"2174\":299.35,\"2175\":1821.04,\"2176\":15.11,\"2177\":null,\"2178\":4011.65,\"2179\":333.61,\"2180\":null,\"2181\":534.53,\"2182\":10554.2,\"2183\":589.5,\"2184\":619.05,\"2185\":5.94,\"2186\":203.3,\"2187\":194.25,\"2188\":308.74,\"2189\":11608.04,\"2190\":1.16,\"2191\":null,\"2192\":null,\"2193\":338.56,\"2194\":0.01,\"2195\":3.89,\"2196\":14.12,\"2197\":4303.16,\"2198\":305.82,\"2199\":274.76,\"2200\":182.03,\"2201\":924.88,\"2202\":510.74,\"2203\":373.77,\"2204\":1414.08,\"2205\":15342.07,\"2206\":16092.75,\"2207\":null,\"2208\":1863.85,\"2209\":1362.96,\"2210\":1336.09,\"2211\":2.17,\"2212\":0.3,\"2213\":13.81,\"2214\":null,\"2215\":null,\"2216\":198.45,\"2217\":20.89,\"2218\":null,\"2219\":770.65,\"2220\":339.85,\"2221\":3074.95,\"2222\":1224.03,\"2223\":29.5,\"2224\":3785.04,\"2225\":345.72,\"2226\":599.41,\"2227\":174.42,\"2228\":513.29,\"2229\":21.1,\"2230\":19.94,\"2231\":6.66,\"2232\":261.55,\"2233\":267.52,\"2234\":201.7,\"2235\":40.7,\"2236\":43.43,\"2237\":36.35,\"2238\":20.63,\"2239\":35.4,\"2240\":7.49,\"2241\":22.36,\"2242\":33.28,\"2243\":14.58,\"2244\":27.05,\"2245\":25.74,\"2246\":363.42,\"2247\":45.83,\"2248\":null,\"2249\":284.16,\"2250\":345.99,\"2251\":228.51,\"2252\":4006.62,\"2253\":27.15,\"2254\":0.6,\"2255\":22.66,\"2256\":319.07,\"2257\":178.57,\"2258\":723.48,\"2259\":61.56,\"2260\":214.65,\"2261\":null,\"2262\":41.22,\"2263\":19.99,\"2264\":111.1,\"2265\":124.05,\"2266\":394.17,\"2267\":10.38,\"2268\":19.81,\"2269\":15.61,\"2270\":6.0,\"2271\":581.81,\"2272\":415.16,\"2273\":null,\"2274\":297.31,\"2275\":265.4,\"2276\":387.49,\"2277\":398.52,\"2278\":51.7,\"2279\":51.1,\"2280\":18.15,\"2281\":29.48,\"2282\":null,\"2283\":2.61,\"2284\":8.81,\"2285\":49.97,\"2286\":8.02,\"2287\":null,\"2288\":2006.4,\"2289\":7164.0,\"2290\":18699.0,\"2291\":3171.6,\"2292\":4937.75,\"2293\":691.46,\"2294\":null,\"2295\":30.0,\"2296\":404.32,\"2297\":12914.0,\"2298\":18421.36,\"2299\":204.6,\"2300\":3068.5,\"2301\":1739.1,\"2302\":767.61,\"2303\":2560.5,\"2304\":815.0,\"2305\":17904.0,\"2306\":83902.24,\"2307\":498984.88,\"2308\":12840.0,\"2309\":801.9,\"2310\":6984.09,\"2311\":55298.02,\"2312\":6185.67,\"2313\":821.96,\"2314\":709.87,\"2315\":3702.08,\"2316\":1978.6,\"2317\":14674.25,\"2318\":529.54,\"2319\":null,\"2320\":1300.75,\"2321\":15307.73,\"2322\":16227.0,\"2323\":4803.54,\"2324\":940.78,\"2325\":153254.33,\"2326\":6104.46,\"2327\":null,\"2328\":1236447.1299999999,\"2329\":7657.81,\"2330\":15127.76,\"2331\":255125.56,\"2332\":14508.0,\"2333\":18928.8,\"2334\":22536.02,\"2335\":13512.23,\"2336\":10437.42,\"2337\":null,\"2338\":996.08,\"2339\":1311.91,\"2340\":554.33,\"2341\":253330.0,\"2342\":1507.27,\"2343\":2191.33,\"2344\":765.98,\"2345\":401.8,\"2346\":27733.32,\"2347\":2998.93,\"2348\":1558.2,\"2349\":null,\"2350\":876.01,\"2351\":892917.25,\"2352\":484900.96,\"2353\":282.0,\"2354\":6468.0,\"2355\":8354.82,\"2356\":807.62,\"2357\":null,\"2358\":663.1,\"2359\":7452.0,\"2360\":23244.34,\"2361\":60451.79,\"2362\":68322.4,\"2363\":164639.0,\"2364\":null,\"2365\":531636.9,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":564.43,\"2370\":671.98,\"2371\":3852.0,\"2372\":274431.86,\"2373\":1062.1,\"2374\":547.73,\"2375\":846.54,\"2376\":703.81,\"2377\":6604.8,\"2378\":427.68,\"2379\":14035.04,\"2380\":4488.75,\"2381\":19964.8,\"2382\":8342.4,\"2383\":null,\"2384\":361.68,\"2385\":2576.4,\"2386\":108.9,\"2387\":345.55,\"2388\":29488.35,\"2389\":25595.61,\"2390\":124894.73,\"2391\":81768.59,\"2392\":811463.1899999999,\"2393\":1372.68,\"2394\":825.66,\"2395\":1099.87,\"2396\":1658.2,\"2397\":188697.57,\"2398\":529877.85,\"2399\":101930.0,\"2400\":66679.5,\"2401\":353904.47,\"2402\":141806.87,\"2403\":null,\"2404\":799.12,\"2405\":628.76,\"2406\":3419.31,\"2407\":577.56,\"2408\":420.41,\"2409\":64890.4,\"2410\":162369.8,\"2411\":170690.25,\"2412\":7936.19,\"2413\":102535.64,\"2414\":14752.53,\"2415\":44994.48,\"2416\":48217.94,\"2417\":655.2,\"2418\":152038.45,\"2419\":1051.13,\"2420\":8976.0,\"2421\":2495.95,\"2422\":31743.62,\"2423\":46774.15,\"2424\":49401.89,\"2425\":55073.16,\"2426\":13321.96,\"2427\":651.87,\"2428\":5720.4,\"2429\":0.6,\"2430\":5944.8,\"2431\":6741.41,\"2432\":290.6,\"2433\":0.15,\"2434\":1760.0,\"2435\":4785.36,\"2436\":1097.04,\"2437\":1535.16,\"2438\":123.82,\"2439\":8492.0,\"2440\":10023.0,\"2441\":2802.8,\"2442\":5958.65,\"2443\":17705.43,\"2444\":9095.66,\"2445\":9448.11,\"2446\":696.52,\"2447\":10011.8,\"2448\":9769.3,\"2449\":null,\"2450\":1425.3,\"2451\":12204.0,\"2452\":18703.23,\"2453\":10309.34,\"2454\":19506.65,\"2455\":418.5,\"2456\":9147.5,\"2457\":7524.0,\"2458\":1556.7,\"2459\":120.99,\"2460\":4178.6,\"2461\":306.17,\"2462\":1326.29,\"2463\":341.78,\"2464\":2060.0,\"2465\":260.95,\"2466\":11125.0,\"2467\":null,\"2468\":519.5,\"2469\":44.4,\"2470\":null,\"2471\":1.47,\"2472\":761.64,\"2473\":null,\"2474\":272.36,\"2475\":502.2,\"2476\":86.24,\"2477\":null,\"2478\":84.48,\"2479\":743.01,\"2480\":5622.4,\"2481\":209.54,\"2482\":1864.63,\"2483\":452.7,\"2484\":null,\"2485\":3965.74,\"2486\":294.61,\"2487\":524.1,\"2488\":11388.93,\"2489\":581.54,\"2490\":597.51,\"2491\":null,\"2492\":257.82,\"2493\":248.28,\"2494\":367.3,\"2495\":11637.53,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":252.31,\"2500\":null,\"2501\":5.1,\"2502\":22.46,\"2503\":4362.17,\"2504\":248.04,\"2505\":341.22,\"2506\":null,\"2507\":null,\"2508\":548.9,\"2509\":null,\"2510\":1327.68,\"2511\":11337.05,\"2512\":11513.46,\"2513\":null,\"2514\":1647.15,\"2515\":1497.19,\"2516\":1429.76,\"2517\":0.35,\"2518\":0.1,\"2519\":15.06,\"2520\":null,\"2521\":null,\"2522\":265.15,\"2523\":15.61,\"2524\":null,\"2525\":653.4,\"2526\":421.57,\"2527\":3651.55,\"2528\":1210.72,\"2529\":29.5,\"2530\":2147.69,\"2531\":null,\"2532\":399.41,\"2533\":165.45,\"2534\":522.95,\"2535\":26.55,\"2536\":24.73,\"2537\":4.63,\"2538\":252.51,\"2539\":245.59,\"2540\":215.07,\"2541\":null,\"2542\":48.71,\"2543\":32.75,\"2544\":23.51,\"2545\":39.95,\"2546\":13.22,\"2547\":23.52,\"2548\":32.42,\"2549\":20.47,\"2550\":25.99,\"2551\":25.62,\"2552\":431.82,\"2553\":49.79,\"2554\":null,\"2555\":287.06,\"2556\":343.89,\"2557\":183.51,\"2558\":3383.83,\"2559\":37.1,\"2560\":null,\"2561\":null,\"2562\":294.78,\"2563\":183.45,\"2564\":159.53,\"2565\":16.86,\"2566\":0.9,\"2567\":null,\"2568\":27.4,\"2569\":19.73,\"2570\":72.6,\"2571\":132.82,\"2572\":193.98,\"2573\":12.15,\"2574\":53.97,\"2575\":15.55,\"2576\":null,\"2577\":559.97,\"2578\":400.1,\"2579\":null,\"2580\":300.27,\"2581\":271.79,\"2582\":378.75,\"2583\":301.02,\"2584\":32.66,\"2585\":32.86,\"2586\":17.81,\"2587\":263.78,\"2588\":null,\"2589\":3.2,\"2590\":null,\"2591\":21.44,\"2592\":6.28,\"2593\":null,\"2594\":1980.0,\"2595\":7170.0,\"2596\":18429.0,\"2597\":2343.6,\"2598\":4628.84,\"2599\":465.08,\"2600\":0.97,\"2601\":null,\"2602\":404.48,\"2603\":13299.0,\"2604\":17661.33,\"2605\":198.0,\"2606\":3062.73,\"2607\":1752.3,\"2608\":732.82,\"2609\":3533.4,\"2610\":1544.0,\"2611\":14280.0,\"2612\":60397.68,\"2613\":500913.68,\"2614\":14104.0,\"2615\":1122.66,\"2616\":5988.63,\"2617\":61750.85,\"2618\":4524.67,\"2619\":769.35,\"2620\":708.51,\"2621\":3702.08,\"2622\":1994.68,\"2623\":13779.6,\"2624\":446.82,\"2625\":null,\"2626\":1361.46,\"2627\":15408.1,\"2628\":16046.0,\"2629\":4792.56,\"2630\":940.78,\"2631\":151943.38,\"2632\":6006.29,\"2633\":null,\"2634\":null,\"2635\":1012068.8199999999,\"2636\":5320.11,\"2637\":14221.45,\"2638\":395426.38,\"2639\":14424.0,\"2640\":18609.8,\"2641\":22445.87,\"2642\":11966.99,\"2643\":10886.81,\"2644\":169221.21,\"2645\":824.48,\"2646\":1278.96,\"2647\":545.71,\"2648\":305305.0,\"2649\":1466.27,\"2650\":2171.55,\"2651\":764.7,\"2652\":390.58,\"2653\":25599.09,\"2654\":3178.22,\"2655\":2.4,\"2656\":null,\"2657\":899.05,\"2658\":892525.4300000001,\"2659\":540124.05,\"2660\":null,\"2661\":6369.0,\"2662\":8349.29,\"2663\":804.98,\"2664\":136650.0,\"2665\":625.12,\"2666\":12132.0,\"2667\":23538.42,\"2668\":58233.22,\"2669\":68260.15,\"2670\":164607.37,\"2671\":138.5,\"2672\":50651.15,\"2673\":39123.53,\"2674\":42299.76,\"2675\":7346.09,\"2676\":557.44,\"2677\":670.0,\"2678\":2608.8,\"2679\":224119.62,\"2680\":1062.1,\"2681\":533.74,\"2682\":526.32,\"2683\":763.1,\"2684\":5650.8,\"2685\":429.0,\"2686\":14061.59,\"2687\":4491.45,\"2688\":19785.6,\"2689\":7934.4,\"2690\":361.75,\"2691\":2635.2,\"2692\":108.9,\"2693\":235.61,\"2694\":29906.05,\"2695\":23709.93,\"2696\":1232603.7,\"2697\":42066.46,\"2698\":624532.45,\"2699\":1150.44,\"2700\":742.94,\"2701\":1079.22,\"2702\":1672.2,\"2703\":787510.52,\"2704\":545498.12,\"2705\":28064.96,\"2706\":205550.0,\"2707\":null,\"2708\":415187.44,\"2709\":139608.62,\"2710\":122517.88,\"2711\":798.84,\"2712\":506.12,\"2713\":3970.3,\"2714\":425.66,\"2715\":416.79,\"2716\":64342.6,\"2717\":161583.61,\"2718\":170338.75,\"2719\":7808.65,\"2720\":173075.76,\"2721\":14774.07,\"2722\":45020.09,\"2723\":48126.69,\"2724\":657.39,\"2725\":225513.89,\"2726\":1266.3,\"2727\":8595.4,\"2728\":2507.31,\"2729\":33250.26,\"2730\":45842.11,\"2731\":49449.32,\"2732\":32543.05,\"2733\":16865.96,\"2734\":651.6,\"2735\":5324.4,\"2736\":3.0,\"2737\":null,\"2738\":6741.41,\"2739\":286.44,\"2740\":null,\"2741\":2480.0,\"2742\":4785.36,\"2743\":1214.28,\"2744\":1562.44,\"2745\":121.98,\"2746\":10677.0,\"2747\":9026.0,\"2748\":2758.8,\"2749\":5457.82,\"2750\":17579.19,\"2751\":12475.66,\"2752\":13202.19,\"2753\":529.91,\"2754\":10006.9,\"2755\":9695.2,\"2756\":null,\"2757\":1361.9,\"2758\":13176.0,\"2759\":19674.81,\"2760\":10313.29,\"2761\":19588.45,\"2762\":null,\"2763\":null,\"2764\":446.7,\"2765\":8495.6,\"2766\":5012.0,\"2767\":1546.5,\"2768\":123.75,\"2769\":3865.8,\"2770\":306.17,\"2771\":2163.48,\"2772\":341.09,\"2773\":2130.0,\"2774\":320.07,\"2775\":11156.6,\"2776\":null,\"2777\":553.68,\"2778\":43.8,\"2779\":null,\"2780\":null,\"2781\":723.36,\"2782\":null,\"2783\":278.96,\"2784\":794.7,\"2785\":65.01,\"2786\":null,\"2787\":3.84,\"2788\":713.29,\"2789\":5607.7,\"2790\":286.82,\"2791\":1754.2,\"2792\":369.68,\"2793\":null,\"2794\":9750.78,\"2795\":null,\"2796\":554.25,\"2797\":11141.03,\"2798\":617.89,\"2799\":null,\"2800\":591.53,\"2801\":6.38,\"2802\":270.95,\"2803\":269.73,\"2804\":313.3,\"2805\":11636.97,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":334.82,\"2810\":null,\"2811\":4.8,\"2812\":37.48,\"2813\":5778.48,\"2814\":277.02,\"2815\":357.19,\"2816\":null,\"2817\":1313.76,\"2818\":495.91,\"2819\":1269.9,\"2820\":9904.79,\"2821\":10193.42,\"2822\":null,\"2823\":1747.85,\"2824\":1378.6,\"2825\":1320.84,\"2826\":2.52,\"2827\":0.43,\"2828\":21.31,\"2829\":null,\"2830\":null,\"2831\":246.72,\"2832\":19.94,\"2833\":null,\"2834\":565.93,\"2835\":412.37,\"2836\":4212.25,\"2837\":1501.12,\"2838\":28.81,\"2839\":3554.3,\"2840\":322.98,\"2841\":559.41,\"2842\":148.62,\"2843\":531.23,\"2844\":26.76,\"2845\":25.17,\"2846\":13.87,\"2847\":227.97,\"2848\":235.76,\"2849\":222.29,\"2850\":29.7,\"2851\":33.24,\"2852\":36.47,\"2853\":32.39,\"2854\":34.06,\"2855\":7.37,\"2856\":23.17,\"2857\":33.36,\"2858\":17.41,\"2859\":27.4,\"2860\":27.08,\"2861\":358.68,\"2862\":43.2,\"2863\":null,\"2864\":302.34,\"2865\":357.58,\"2866\":230.31,\"2867\":null,\"2868\":26.25,\"2869\":null,\"2870\":28.48,\"2871\":270.18,\"2872\":170.25,\"2873\":799.55,\"2874\":21.75,\"2875\":37.35,\"2876\":null,\"2877\":22.33,\"2878\":20.13,\"2879\":78.1,\"2880\":105.13,\"2881\":374.53,\"2882\":10.89,\"2883\":19.12,\"2884\":15.8,\"2885\":null,\"2886\":646.41,\"2887\":450.36,\"2888\":null,\"2889\":318.35,\"2890\":279.92,\"2891\":397.36,\"2892\":385.02,\"2893\":22.51,\"2894\":22.31,\"2895\":19.19,\"2896\":184.69,\"2897\":null,\"2898\":3.33,\"2899\":9.31,\"2900\":212.62,\"2901\":8.36,\"2902\":null,\"2903\":1907.4,\"2904\":7166.4,\"2905\":11766.0,\"2906\":2347.2,\"2907\":null,\"2908\":466.84,\"2909\":null,\"2910\":14790.0,\"2911\":404.26,\"2912\":13860.0,\"2913\":16862.56,\"2914\":204.6,\"2915\":3060.42,\"2916\":1741.41,\"2917\":290.88,\"2918\":2909.7,\"2919\":1014.0,\"2920\":16548.0,\"2921\":462247.44,\"2922\":497426.57,\"2923\":12384.0,\"2924\":541.53,\"2925\":7969.96,\"2926\":54845.45,\"2927\":6376.33,\"2928\":782.29,\"2929\":406.35,\"2930\":3701.12,\"2931\":null,\"2932\":13165.87,\"2933\":509.96,\"2934\":1355.17,\"2935\":15127.14,\"2936\":16483.0,\"2937\":5637.22,\"2938\":940.78,\"2939\":128535.26,\"2940\":152412.2,\"2941\":6515.32,\"2942\":null,\"2943\":508490.0,\"2944\":1232910.79,\"2945\":968.97,\"2946\":15914.25,\"2947\":395817.85,\"2948\":19242.12,\"2949\":18770.4,\"2950\":23195.54,\"2951\":7570.05,\"2952\":10081.21,\"2953\":76657.71,\"2954\":1026.31,\"2955\":1336.01,\"2956\":438.71,\"2957\":303215.0,\"2958\":1487.5,\"2959\":2014.23,\"2960\":765.29,\"2961\":398.42,\"2962\":24719.65,\"2963\":null,\"2964\":1.2,\"2965\":77.89,\"2966\":899.11,\"2967\":892695.47,\"2968\":286038.79,\"2969\":534.0,\"2970\":1425.6,\"2971\":8337.96,\"2972\":803.22,\"2973\":136600.0,\"2974\":623.19,\"2975\":13356.0,\"2976\":22433.13,\"2977\":60478.55,\"2978\":68669.4,\"2979\":164784.33,\"2980\":null,\"2981\":1013.94,\"2982\":38871.76,\"2983\":41866.6,\"2984\":7958.26,\"2985\":535.66,\"2986\":672.41,\"2987\":1182.45,\"2988\":349959.57,\"2989\":1060.38,\"2990\":546.91,\"2991\":830.52,\"2992\":607.45,\"2993\":5290.8,\"2994\":429.6,\"2995\":19008.0,\"2996\":13972.63,\"2997\":4496.4,\"2998\":19782.4,\"2999\":9067.2,\"3000\":335.68,\"3001\":2611.2,\"3002\":108.9,\"3003\":306.89,\"3004\":29630.28,\"3005\":25590.44,\"3006\":355734.58,\"3007\":1.92,\"3008\":810266.97,\"3009\":1246.02,\"3010\":813.78,\"3011\":1238.85,\"3012\":1557.0,\"3013\":33580.91,\"3014\":788064.37,\"3015\":544506.51,\"3016\":193570.0,\"3017\":415213.72,\"3018\":139477.58,\"3019\":124508.11,\"3020\":798.56,\"3021\":696.5,\"3022\":4312.09,\"3023\":448.99,\"3024\":438.63,\"3025\":76414.73,\"3026\":166067.14,\"3027\":170562.6,\"3028\":10388.74,\"3029\":222888.79,\"3030\":14796.79,\"3031\":44851.16,\"3032\":48177.24,\"3033\":276.93,\"3034\":151906.42,\"3035\":null,\"3036\":8214.8,\"3037\":164.94,\"3038\":29939.08,\"3039\":46157.16,\"3040\":49940.71,\"3041\":47026.88,\"3042\":13143.25,\"3043\":651.27,\"3044\":4154.4,\"3045\":null,\"3046\":7807.2,\"3047\":6889.58,\"3048\":271.46,\"3049\":1680.0,\"3050\":4785.36,\"3051\":1121.16,\"3052\":1526.8,\"3053\":115.71,\"3054\":8479.0,\"3055\":9291.0,\"3056\":2719.2,\"3057\":4432.84,\"3058\":17846.16,\"3059\":9519.87,\"3060\":9848.3,\"3061\":379.87,\"3062\":10014.8,\"3063\":9839.0,\"3064\":null,\"3065\":1361.4,\"3066\":12078.0,\"3067\":19659.0,\"3068\":10301.07,\"3069\":19604.51,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":432.5,\"3074\":8332.3,\"3075\":1870.0,\"3076\":null,\"3077\":1481.3,\"3078\":118.12,\"3079\":3710.9,\"3080\":35.0,\"3081\":306.17,\"3082\":2113.56,\"3083\":339.94,\"3084\":2427.0,\"3085\":261.1,\"3086\":11139.02,\"3087\":null,\"3088\":581.26,\"3089\":41.4,\"3090\":null,\"3091\":null,\"3092\":713.46,\"3093\":null,\"3094\":252.12,\"3095\":1056.0,\"3096\":122.76,\"3097\":null,\"3098\":238.53,\"3099\":35.0,\"3100\":5517.5,\"3101\":256.34,\"3102\":3108.96,\"3103\":null,\"3104\":null,\"3105\":4063.3,\"3106\":582.68,\"3107\":10892.35,\"3108\":647.91,\"3109\":88699.14,\"3110\":378.78,\"3111\":null,\"3112\":102.47,\"3113\":108.31,\"3114\":241.3,\"3115\":11352.95,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":417.63,\"3120\":null,\"3121\":2.33,\"3122\":14.3,\"3123\":4565.34,\"3124\":226.44,\"3125\":148.94,\"3126\":null,\"3127\":1202.03,\"3128\":1234.76,\"3129\":496.53,\"3130\":578.88,\"3131\":8509.52,\"3132\":8728.33,\"3133\":null,\"3134\":1152.1,\"3135\":595.66,\"3136\":665.29,\"3137\":0.84,\"3138\":0.23,\"3139\":20.06,\"3140\":null,\"3141\":null,\"3142\":118.34,\"3143\":17.61,\"3144\":null,\"3145\":690.91,\"3146\":245.51,\"3147\":2716.82,\"3148\":1237.5,\"3149\":26.69,\"3150\":1661.14,\"3151\":217.24,\"3152\":439.41,\"3153\":138.96,\"3154\":322.78,\"3155\":15.5,\"3156\":13.21,\"3157\":7.77,\"3158\":376.16,\"3159\":383.96,\"3160\":143.26,\"3161\":56.74,\"3162\":27.45,\"3163\":18.83,\"3164\":39.55,\"3165\":12.32,\"3166\":17.31,\"3167\":21.77,\"3168\":7.38,\"3169\":17.94,\"3170\":17.55,\"3171\":303.36,\"3172\":23.26,\"3173\":null,\"3174\":242.18,\"3175\":249.43,\"3176\":242.91,\"3177\":null,\"3178\":33.93,\"3179\":null,\"3180\":null,\"3181\":152.52,\"3182\":69.33,\"3183\":590.92,\"3184\":16.09,\"3185\":27.45,\"3186\":null,\"3187\":24.19,\"3188\":29.6,\"3189\":14.39,\"3190\":155.29,\"3191\":283.58,\"3192\":7.81,\"3193\":17.26,\"3194\":14.94,\"3195\":null,\"3196\":null,\"3197\":679.67,\"3198\":493.97,\"3199\":null,\"3200\":257.5,\"3201\":240.48,\"3202\":263.03,\"3203\":315.69,\"3204\":45.89,\"3205\":45.67,\"3206\":15.52,\"3207\":85.58,\"3208\":3.83,\"3209\":0.14,\"3210\":21.28,\"3211\":16.5,\"3212\":null,\"3213\":1874.4,\"3214\":6764.4,\"3215\":16906.65,\"3216\":1951.2,\"3217\":3937.6,\"3218\":452.98,\"3219\":null,\"3220\":null,\"3221\":403.96,\"3222\":null,\"3223\":16220.91,\"3224\":191.4,\"3225\":3058.28,\"3226\":1746.03,\"3227\":412.02,\"3228\":2761.2,\"3229\":1725.0,\"3230\":16804.0,\"3231\":457604.09,\"3232\":501162.72,\"3233\":null,\"3234\":null,\"3235\":8029.29,\"3236\":62219.74,\"3237\":6116.0,\"3238\":648.03,\"3239\":420.26,\"3240\":null,\"3241\":3701.44,\"3242\":12081.46,\"3243\":608.3,\"3244\":null,\"3245\":1887.41,\"3246\":15227.66,\"3247\":16083.0,\"3248\":4704.72,\"3249\":939.79,\"3250\":141261.0,\"3251\":152881.12,\"3252\":5949.29,\"3253\":null,\"3254\":98990.0,\"3255\":1097115.51,\"3256\":1359.86,\"3257\":13566.87,\"3258\":368261.16,\"3259\":14842.57,\"3260\":18748.4,\"3261\":24133.94,\"3262\":11143.28,\"3263\":10663.18,\"3264\":92249.71,\"3265\":1023.62,\"3266\":1327.76,\"3267\":null,\"3268\":532.58,\"3269\":304755.0,\"3270\":662.35,\"3271\":2138.54,\"3272\":765.0,\"3273\":396.25,\"3274\":23547.99,\"3275\":3760.05,\"3276\":4.8,\"3277\":null,\"3278\":909.62,\"3279\":949234.28,\"3280\":513522.77,\"3281\":630.0,\"3282\":2277.0,\"3283\":8325.73,\"3284\":803.0,\"3285\":null,\"3286\":626.47,\"3287\":13716.0,\"3288\":23117.64,\"3289\":25889.4,\"3290\":68844.4,\"3291\":165070.45,\"3292\":109.0,\"3293\":215188.0,\"3294\":479472.39,\"3295\":1021.14,\"3296\":38586.55,\"3297\":41754.99,\"3298\":7805.22,\"3299\":null,\"3300\":671.44,\"3301\":1135.65,\"3302\":349943.27,\"3303\":null,\"3304\":536.05,\"3305\":788.04,\"3306\":621.66,\"3307\":5247.6,\"3308\":429.24,\"3309\":13959.0,\"3310\":4495.95,\"3311\":17379.2,\"3312\":11347.2,\"3313\":371.18,\"3314\":2521.8,\"3315\":105.6,\"3316\":221.74,\"3317\":29958.15,\"3318\":33962.69,\"3319\":47704.15,\"3320\":52027.49,\"3321\":820065.08,\"3322\":1214.7,\"3323\":739.86,\"3324\":1104.62,\"3325\":1353.6,\"3326\":54225.38,\"3327\":780681.38,\"3328\":545008.8199999999,\"3329\":null,\"3330\":110400.0,\"3331\":null,\"3332\":415802.8,\"3333\":140769.13,\"3334\":125469.98,\"3335\":2059.0,\"3336\":799.4,\"3337\":627.15,\"3338\":2805.71,\"3339\":474.55,\"3340\":464.36,\"3341\":76311.47,\"3342\":165618.57,\"3343\":171123.15,\"3344\":12673.15,\"3345\":221349.0,\"3346\":18355.47,\"3347\":45156.17,\"3348\":48091.82,\"3349\":350.97,\"3350\":136045.37,\"3351\":1760.58,\"3352\":8478.8,\"3353\":2419.96,\"3354\":33259.72,\"3355\":47106.29,\"3356\":57928.29,\"3357\":58069.65,\"3358\":12590.89,\"3359\":651.12,\"3360\":4716.0,\"3361\":null,\"3362\":4915.2,\"3363\":6701.48,\"3364\":278.45,\"3365\":1600.0,\"3366\":4785.36,\"3367\":948.96,\"3368\":1509.2,\"3369\":135.83,\"3370\":331.8,\"3371\":8255.0,\"3372\":9868.0,\"3373\":2569.6,\"3374\":4960.7,\"3375\":16944.09,\"3376\":9757.8,\"3377\":10146.77,\"3378\":37.11,\"3379\":10015.4,\"3380\":9778.4,\"3381\":null,\"3382\":1345.0,\"3383\":13158.0,\"3384\":19655.98,\"3385\":10299.26,\"3386\":19604.05,\"3387\":6555.6,\"3388\":1063.65,\"3389\":406.1,\"3390\":8220.3,\"3391\":6836.0,\"3392\":null,\"3393\":1395.1,\"3394\":132.03,\"3395\":3439.5,\"3396\":403.0,\"3397\":306.17,\"3398\":2015.04,\"3399\":344.54,\"3400\":2062.0,\"3401\":1275.25,\"3402\":10704.09,\"3403\":null,\"3404\":456.24,\"3405\":46.2,\"3406\":null,\"3407\":729.3,\"3408\":null,\"3409\":279.84,\"3410\":286.5,\"3411\":97.13,\"3412\":null,\"3413\":1040.98,\"3414\":2167.0,\"3415\":5406.3,\"3416\":346.16,\"3417\":2027.22,\"3418\":300.58,\"3419\":null,\"3420\":4832.35,\"3421\":306.25,\"3422\":456.95,\"3423\":5821.76,\"3424\":499.46,\"3425\":159224.08,\"3426\":684.34,\"3427\":null,\"3428\":231.21,\"3429\":234.31,\"3430\":230.93,\"3431\":9260.23,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":271.93,\"3436\":null,\"3437\":2.97,\"3438\":18.47,\"3439\":4338.1,\"3440\":277.02,\"3441\":291.02,\"3442\":null,\"3443\":581.12,\"3444\":595.59,\"3445\":264.74,\"3446\":1165.68,\"3447\":14843.75,\"3448\":15582.0,\"3449\":null,\"3450\":1560.7,\"3451\":469.01,\"3452\":479.83,\"3453\":1.37,\"3454\":0.29,\"3455\":23.8,\"3456\":null,\"3457\":null,\"3458\":256.41,\"3459\":21.75,\"3460\":null,\"3461\":760.97,\"3462\":355.5,\"3463\":1969.7,\"3464\":937.2,\"3465\":26.74,\"3466\":2605.83,\"3467\":242.44,\"3468\":720.0,\"3469\":290.73,\"3470\":561.59,\"3471\":7.81,\"3472\":7.1,\"3473\":6.86,\"3474\":230.32,\"3475\":212.89,\"3476\":216.74,\"3477\":26.26,\"3478\":11.38,\"3479\":23.03,\"3480\":21.65,\"3481\":5.92,\"3482\":25.57,\"3483\":26.52,\"3484\":20.92,\"3485\":12.65,\"3486\":11.73,\"3487\":425.88,\"3488\":20.5,\"3489\":null,\"3490\":320.23,\"3491\":397.51,\"3492\":89.91,\"3493\":42.06,\"3494\":null,\"3495\":22.73,\"3496\":null,\"3497\":null,\"3498\":233.81,\"3499\":232.57,\"3500\":227.14,\"3501\":17.11,\"3502\":null,\"3503\":null,\"3504\":26.55,\"3505\":21.79,\"3506\":15.15,\"3507\":94.54,\"3508\":279.08,\"3509\":10.35,\"3510\":11.0,\"3511\":17.64,\"3512\":null,\"3513\":null,\"3514\":483.86,\"3515\":333.26,\"3516\":null,\"3517\":341.16,\"3518\":297.27,\"3519\":439.18,\"3520\":461.82,\"3521\":409.01,\"3522\":29.43,\"3523\":29.67,\"3524\":16.23,\"3525\":194.48,\"3526\":null,\"3527\":2.53,\"3528\":9.31,\"3529\":25.54,\"3530\":17.51,\"3531\":null,\"3532\":1861.2,\"3533\":7149.6,\"3534\":154229.29,\"3535\":1908.0,\"3536\":3942.62,\"3537\":465.85,\"3538\":null,\"3539\":404.03,\"3540\":13772.0,\"3541\":15699.89,\"3542\":198.0,\"3543\":2427.15,\"3544\":1743.39,\"3545\":723.96,\"3546\":2222.1,\"3547\":1816.0,\"3548\":21116.0,\"3549\":453867.31,\"3550\":499893.6,\"3551\":13144.0,\"3552\":1185.03,\"3553\":11442.32,\"3554\":61803.16,\"3555\":6101.33,\"3556\":637.39,\"3557\":674.19,\"3558\":3701.44,\"3559\":11514.2,\"3560\":622.16,\"3561\":null,\"3562\":1723.25,\"3563\":15224.1,\"3564\":15833.0,\"3565\":4507.8,\"3566\":939.79,\"3567\":245776.81,\"3568\":150655.96,\"3569\":5799.98,\"3570\":56016.0,\"3571\":93470.0,\"3572\":795812.2,\"3573\":7052.82,\"3574\":13660.03,\"3575\":392062.7,\"3576\":14717.84,\"3577\":18955.2,\"3578\":21816.88,\"3579\":12034.24,\"3580\":16310.98,\"3581\":10983.24,\"3582\":906.87,\"3583\":1278.45,\"3584\":296.08,\"3585\":305195.01,\"3586\":1724.55,\"3587\":1906.93,\"3588\":759.88,\"3589\":396.94,\"3590\":20631.83,\"3591\":160700.35,\"3592\":2663.46,\"3593\":33.0,\"3594\":907.28,\"3595\":931938.58,\"3596\":479896.64,\"3597\":294.0,\"3598\":1458.6,\"3599\":8310.95,\"3600\":796.29,\"3601\":636.45,\"3602\":14400.0,\"3603\":23471.09,\"3604\":69769.11,\"3605\":165149.84,\"3606\":null,\"3607\":269146.0,\"3608\":458263.13,\"3609\":1065.99,\"3610\":38383.55,\"3611\":41940.92,\"3612\":7652.17,\"3613\":533.15,\"3614\":651.74,\"3615\":1014.3,\"3616\":349681.3,\"3617\":1050.05,\"3618\":539.85,\"3619\":816.66,\"3620\":606.97,\"3621\":5251.2,\"3622\":429.48,\"3623\":3864.67,\"3624\":1331.2,\"3625\":14018.54,\"3626\":4504.5,\"3627\":18505.76,\"3628\":8908.8,\"3629\":375.87,\"3630\":2499.0,\"3631\":102.3,\"3632\":186.78,\"3633\":29602.76,\"3634\":37802.3,\"3635\":1188.8,\"3636\":23285.59,\"3637\":92580.05,\"3638\":732497.71,\"3639\":1181.58,\"3640\":788.7,\"3641\":1078.75,\"3642\":1238.4,\"3643\":null,\"3644\":773484.87,\"3645\":51031.69,\"3646\":545298.37,\"3647\":101810.0,\"3648\":154545.5,\"3649\":417607.0,\"3650\":140963.89,\"3651\":124410.77,\"3652\":null,\"3653\":798.84,\"3654\":757.21,\"3655\":1797.31,\"3656\":364.26,\"3657\":363.06,\"3658\":78051.5,\"3659\":165701.47,\"3660\":169323.1,\"3661\":4829.81,\"3662\":117403.56,\"3663\":18541.85,\"3664\":45093.62,\"3665\":48409.85,\"3666\":663.36,\"3667\":153119.53,\"3668\":1410.02,\"3669\":7972.8,\"3670\":2324.69,\"3671\":null,\"3672\":null,\"3673\":null,\"3674\":null,\"3675\":11868.05,\"3676\":650.64,\"3677\":6202.8,\"3678\":null,\"3679\":0.6,\"3680\":3794.4,\"3681\":6762.03,\"3682\":269.15,\"3683\":5120.0,\"3684\":4785.36,\"3685\":910.8,\"3686\":1537.8,\"3687\":125.0,\"3688\":331.2,\"3689\":8011.0,\"3690\":9190.0,\"3691\":2563.0,\"3692\":4957.65,\"3693\":14185.52,\"3694\":9129.05,\"3695\":9482.68,\"3696\":249.63,\"3697\":10015.4,\"3698\":9777.4,\"3699\":null,\"3700\":1344.6,\"3701\":13284.0,\"3702\":19728.82,\"3703\":10293.81,\"3704\":19565.06,\"3705\":7689.6,\"3706\":424.4,\"3707\":8062.9,\"3708\":1818.0,\"3709\":2.86,\"3710\":1355.9,\"3711\":147.21,\"3712\":3268.6,\"3713\":1787.0,\"3714\":306.17,\"3715\":2042.1,\"3716\":343.62,\"3717\":2014.0,\"3718\":1162.02,\"3719\":10458.61,\"3720\":null,\"3721\":327.92,\"3722\":53.4,\"3723\":null,\"3724\":827.64,\"3725\":297.0,\"3726\":843.3,\"3727\":99.77,\"3728\":null,\"3729\":1018.03,\"3730\":2000.0,\"3731\":5288.1,\"3732\":307.63,\"3733\":2175.92,\"3734\":86.11,\"3735\":null,\"3736\":3759.13,\"3737\":356.65,\"3738\":null,\"3739\":334.71,\"3740\":5770.71,\"3741\":356.12,\"3742\":178362.6,\"3743\":687.81,\"3744\":null,\"3745\":336.54,\"3746\":343.03,\"3747\":314.87,\"3748\":9972.79,\"3749\":0.12,\"3750\":null,\"3751\":199.47,\"3752\":0.01,\"3753\":4.6,\"3754\":9.41,\"3755\":4586.35,\"3756\":86.04,\"3757\":416.14,\"3758\":null,\"3759\":467.74,\"3760\":480.31,\"3761\":215.57,\"3762\":478.17,\"3763\":719.28,\"3764\":8925.64,\"3765\":9223.61,\"3766\":null,\"3767\":2170.79,\"3768\":714.91,\"3769\":729.93,\"3770\":1.29,\"3771\":0.34,\"3772\":20.06,\"3773\":null,\"3774\":null,\"3775\":24.36,\"3776\":794.1,\"3777\":253.26,\"3778\":2591.94,\"3779\":1204.12,\"3780\":33.7,\"3781\":3102.56,\"3782\":363.9,\"3783\":679.41,\"3784\":347.76,\"3785\":582.29,\"3786\":29.9,\"3787\":28.08,\"3788\":null,\"3789\":162.81,\"3790\":196.42,\"3791\":160.25,\"3792\":7.7,\"3793\":31.19,\"3794\":21.1,\"3795\":17.15,\"3796\":16.54,\"3797\":3.54,\"3798\":18.75,\"3799\":36.99,\"3800\":33.32,\"3801\":15.12,\"3802\":16.24,\"3803\":199.08,\"3804\":31.43,\"3805\":null,\"3806\":311.81,\"3807\":372.48,\"3808\":257.31,\"3809\":698.24,\"3810\":4800.0,\"3811\":18.28,\"3812\":null,\"3813\":null,\"3814\":353.25,\"3815\":160.57,\"3816\":328.88,\"3817\":12.99,\"3818\":null,\"3819\":null,\"3820\":28.98,\"3821\":15.9,\"3822\":35.2,\"3823\":91.43,\"3824\":551.72,\"3825\":4800.0,\"3826\":7.92,\"3827\":14.63,\"3828\":18.09,\"3829\":null,\"3830\":null,\"3831\":321.2,\"3832\":201.18,\"3833\":null,\"3834\":335.07,\"3835\":288.99,\"3836\":420.67,\"3837\":440.24,\"3838\":null,\"3839\":24.81,\"3840\":25.03,\"3841\":11.78,\"3842\":257.18,\"3843\":null,\"3844\":1.05,\"3845\":10.66,\"3846\":23.42,\"3847\":26.89,\"3848\":null,\"3849\":1828.2,\"3850\":7143.6,\"3851\":387836.92,\"3852\":4039.2,\"3853\":4242.17,\"3854\":null,\"3855\":null,\"3856\":404.58,\"3857\":13948.0,\"3858\":15414.37,\"3859\":204.6,\"3860\":3047.38,\"3861\":1746.03,\"3862\":766.75,\"3863\":2953.8,\"3864\":3206.0,\"3865\":19652.0,\"3866\":67051.83,\"3867\":499149.65,\"3868\":12768.0,\"3869\":1611.39,\"3870\":7969.28,\"3871\":28580.41,\"3872\":6042.67,\"3873\":704.09,\"3874\":719.61,\"3875\":3701.76,\"3876\":881.7,\"3877\":11404.3,\"3878\":629.2,\"3879\":9171.16,\"3880\":1720.98,\"3881\":26091.53,\"3882\":19293.0,\"3883\":4442.06,\"3884\":939.79,\"3885\":249291.45,\"3886\":154912.77,\"3887\":5677.24,\"3888\":48408.0,\"3889\":134220.0,\"3890\":126901.86,\"3891\":7141.46,\"3892\":12477.23,\"3893\":32867.86,\"3894\":13947.63,\"3895\":18546.0,\"3896\":29421.86,\"3897\":12037.55,\"3898\":16447.92,\"3899\":null,\"3900\":856.15,\"3901\":1263.96,\"3902\":538.46,\"3903\":16830.0,\"3904\":1726.01,\"3905\":1810.45,\"3906\":763.82,\"3907\":395.67,\"3908\":23670.4,\"3909\":null,\"3910\":3102.23,\"3911\":34.2,\"3912\":899.58,\"3913\":907848.74,\"3914\":559851.01,\"3915\":672.0,\"3916\":2321.0,\"3917\":8297.51,\"3918\":793.98,\"3919\":68430.0,\"3920\":640.26,\"3921\":13464.0,\"3922\":23653.56,\"3923\":69294.44,\"3924\":165167.47,\"3925\":1049.0,\"3926\":402592.0,\"3927\":460538.6,\"3928\":1025.37,\"3929\":38456.88,\"3930\":42214.4,\"3931\":7958.26,\"3932\":524.96,\"3933\":677.88,\"3934\":908.4,\"3935\":231659.18,\"3936\":2119.04,\"3937\":542.92,\"3938\":750.96,\"3939\":587.31,\"3940\":5014.8,\"3941\":429.36,\"3942\":1622.87,\"3943\":14052.26,\"3944\":4501.8,\"3945\":18124.03,\"3946\":7195.2,\"3947\":382.73,\"3948\":2569.2,\"3949\":102.3,\"3950\":338.51,\"3951\":29781.02,\"3952\":31437.06,\"3953\":1202419.6299999999,\"3954\":37383.89,\"3955\":586017.54,\"3956\":1283.58,\"3957\":806.3,\"3958\":1072.68,\"3959\":1229.4,\"3960\":773129.3,\"3961\":51371.69,\"3962\":538825.66,\"3963\":181130.0,\"3964\":154977.85,\"3965\":419873.81,\"3966\":142802.57,\"3967\":126095.38,\"3968\":798.28,\"3969\":793.81,\"3970\":2577.94,\"3971\":247.15,\"3972\":260.75,\"3973\":77568.98,\"3974\":165510.8,\"3975\":170327.65,\"3976\":null,\"3977\":171306.01,\"3978\":18753.04,\"3979\":45056.22,\"3980\":48197.89,\"3981\":652.44,\"3982\":152199.44,\"3983\":1381.24,\"3984\":7726.4,\"3985\":2505.25,\"3986\":8871.09,\"3987\":46420.0,\"3988\":57875.66,\"3989\":49081.17,\"3990\":12348.53,\"3991\":649.71,\"3992\":4924.8,\"3993\":4.8,\"3994\":null,\"3995\":4237.2,\"3996\":259.31,\"3997\":null,\"3998\":1280.0,\"3999\":9289.38,\"4000\":1110.12,\"4001\":1620.96,\"4002\":130.81,\"4003\":null,\"4004\":7826.0,\"4005\":9182.0,\"4006\":2580.6,\"4007\":4950.9,\"4008\":14398.15,\"4009\":9094.18,\"4010\":9459.38,\"4011\":569.65,\"4012\":10007.4,\"4013\":9601.4,\"4014\":null,\"4015\":1342.9,\"4016\":11934.0,\"4017\":19739.26,\"4018\":10294.69,\"4019\":19584.59,\"4020\":7693.2,\"4021\":417.0,\"4022\":8793.8,\"4023\":5980.0,\"4024\":1326.8,\"4025\":170.67,\"4026\":3147.8,\"4027\":2914.0,\"4028\":306.17,\"4029\":2033.7,\"4030\":346.61,\"4031\":2012.0,\"4032\":1241.37,\"4033\":10671.97,\"4034\":null,\"4035\":615.59,\"4036\":55.8,\"4037\":null,\"4038\":700.26,\"4039\":295.68,\"4040\":677.7,\"4041\":103.73,\"4042\":null,\"4043\":null,\"4044\":698.24,\"4045\":2000.0,\"4046\":5272.5,\"4047\":288.08,\"4048\":376.13,\"4049\":624.62,\"4050\":null,\"4051\":3713.22,\"4052\":405.61,\"4053\":621.03,\"4054\":7621.4,\"4055\":688.26,\"4056\":179858.97,\"4057\":770.12,\"4058\":null,\"4059\":97.06,\"4060\":105.53,\"4061\":175.24,\"4062\":11116.47,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":414.39,\"4067\":null,\"4068\":6.73,\"4069\":3.49,\"4070\":5336.31,\"4071\":233.82,\"4072\":138.04,\"4073\":null,\"4074\":1031.38,\"4075\":1106.43,\"4076\":442.86,\"4077\":434.97,\"4078\":567.9,\"4079\":7466.69,\"4080\":7654.78,\"4081\":null,\"4082\":2626.52,\"4083\":750.39,\"4084\":758.0,\"4085\":1.71,\"4086\":0.37,\"4087\":22.56,\"4088\":null,\"4089\":null,\"4090\":416.97,\"4091\":22.89,\"4092\":0.45,\"4093\":822.71,\"4094\":271.91,\"4095\":3293.55,\"4096\":1167.6,\"4097\":28.81,\"4098\":1793.99,\"4099\":297.08,\"4100\":679.41,\"4101\":302.76,\"4102\":825.24,\"4103\":24.94,\"4104\":23.11,\"4105\":17.45,\"4106\":181.13,\"4107\":230.93,\"4108\":null,\"4109\":5161.2,\"4110\":23.39,\"4111\":17.74,\"4112\":16.79,\"4113\":30.02,\"4114\":5.53,\"4115\":14.03,\"4116\":51.4,\"4117\":9.21,\"4118\":20.04,\"4119\":20.58,\"4120\":388.62,\"4121\":33.59,\"4122\":null,\"4123\":314.17,\"4124\":380.36,\"4125\":266.4,\"4126\":2505.37,\"4127\":4800.0,\"4128\":27.55,\"4129\":null,\"4130\":null,\"4131\":247.07,\"4132\":null,\"4133\":311.65,\"4134\":16.49,\"4135\":null,\"4136\":null,\"4137\":18.1,\"4138\":29.59,\"4139\":84.7,\"4140\":64.18,\"4141\":465.47,\"4142\":4800.0,\"4143\":10.65,\"4144\":17.9,\"4145\":18.51,\"4146\":null,\"4147\":null,\"4148\":354.27,\"4149\":235.26,\"4150\":null,\"4151\":0.04,\"4152\":291.95,\"4153\":433.78,\"4154\":380.78,\"4155\":291.66,\"4156\":39.4,\"4157\":39.6,\"4158\":15.96,\"4159\":null,\"4160\":null,\"4161\":1.68,\"4162\":10.31,\"4163\":26.52,\"4164\":31.44,\"4165\":null,\"4166\":null,\"4167\":7135.2,\"4168\":386339.48,\"4169\":2685.6,\"4170\":4242.6,\"4171\":null,\"4172\":null,\"4173\":404.55,\"4174\":13860.0,\"4175\":15085.83,\"4176\":198.0,\"4177\":3121.3,\"4178\":1740.75,\"4179\":752.58,\"4180\":2531.7,\"4181\":3017.0,\"4182\":20524.0,\"4183\":152400.8,\"4184\":503073.02,\"4185\":12696.0,\"4186\":1820.94,\"4187\":7970.73,\"4188\":28333.47,\"4189\":6163.67,\"4190\":638.25,\"4191\":741.26,\"4192\":3701.44,\"4193\":859.0,\"4194\":11001.26,\"4195\":600.82,\"4196\":null,\"4197\":1109.73,\"4198\":26132.3,\"4199\":18156.0,\"4200\":4419.52,\"4201\":939.79,\"4202\":249450.34,\"4203\":156397.12,\"4204\":5597.99,\"4205\":21960.0,\"4206\":510160.0,\"4207\":8312.43,\"4208\":12359.79,\"4209\":192180.43,\"4210\":13687.57,\"4211\":18486.6,\"4212\":27305.51,\"4213\":11300.35,\"4214\":15950.73,\"4215\":171141.41,\"4216\":700.7,\"4217\":1229.75,\"4218\":553.96,\"4219\":6270.0,\"4220\":1326.32,\"4221\":1789.86,\"4222\":762.73,\"4223\":400.92,\"4224\":21634.66,\"4225\":39356.23,\"4226\":null,\"4227\":18.6,\"4228\":836.55,\"4229\":872648.03,\"4230\":173375.48,\"4231\":696.0,\"4232\":6087.4,\"4233\":8298.89,\"4234\":795.3,\"4235\":615.26,\"4236\":15948.0,\"4237\":23386.53,\"4238\":69228.38,\"4239\":165212.43,\"4240\":null,\"4241\":null,\"4242\":20340.0,\"4243\":969.64,\"4244\":38404.5,\"4245\":42214.0,\"4246\":8417.39,\"4247\":515.86,\"4248\":675.18,\"4249\":825.3,\"4250\":317779.53,\"4251\":3070.98,\"4252\":536.94,\"4253\":815.04,\"4254\":638.92,\"4255\":4608.0,\"4256\":429.0,\"4257\":1368.39,\"4258\":14093.87,\"4259\":3098.25,\"4260\":17849.15,\"4261\":8217.6,\"4262\":1204.92,\"4263\":384.71,\"4264\":2568.6,\"4265\":102.3,\"4266\":335.18,\"4267\":59959.85,\"4268\":31751.33,\"4269\":1187.32,\"4270\":886640.11,\"4271\":22546.95,\"4272\":601013.5,\"4273\":1556.34,\"4274\":767.14,\"4275\":1047.72,\"4276\":1256.4,\"4277\":769481.78,\"4278\":null,\"4279\":538978.25,\"4280\":21732.72,\"4281\":154872.79,\"4282\":422835.04,\"4283\":140307.75,\"4284\":124877.19,\"4285\":796.74,\"4286\":501.33,\"4287\":3929.93,\"4288\":498.61,\"4289\":491.54,\"4290\":60574.04,\"4291\":165536.79,\"4292\":170253.65,\"4293\":null,\"4294\":26516.29,\"4295\":18641.62,\"4296\":45099.14,\"4297\":48509.79,\"4298\":652.77,\"4299\":152229.28,\"4300\":1203.82,\"4301\":6980.6,\"4302\":2326.3,\"4303\":28946.55,\"4304\":40879.33,\"4305\":57596.36,\"4306\":57520.79,\"4307\":15304.16,\"4308\":326.43,\"4309\":5414.4,\"4310\":154.2,\"4311\":6031.2,\"4312\":6711.05,\"4313\":265.39,\"4314\":960.0,\"4315\":9337.0,\"4316\":1104.0,\"4317\":1547.92,\"4318\":158.66,\"4319\":8264.0,\"4320\":9341.0,\"4321\":2741.2,\"4322\":4873.84,\"4323\":15714.31,\"4324\":9342.32,\"4325\":9697.0,\"4326\":525.51,\"4327\":10017.8,\"4328\":9614.3,\"4329\":null,\"4330\":2250.4,\"4331\":13158.0,\"4332\":19732.42,\"4333\":10295.99,\"4334\":19595.97,\"4335\":9090.0,\"4336\":654.8,\"4337\":10631.1,\"4338\":4820.0,\"4339\":null,\"4340\":1606.7,\"4341\":154.11,\"4342\":5217.1,\"4343\":6832.0,\"4344\":306.17,\"4345\":2002.57,\"4346\":370.53,\"4347\":2205.0,\"4348\":1281.2,\"4349\":16080.85,\"4350\":280.3,\"4351\":583.97,\"4352\":52.8,\"4353\":null,\"4354\":null,\"4355\":841.5,\"4356\":null,\"4357\":291.72,\"4358\":609.9,\"4359\":96.47,\"4360\":null,\"4361\":null,\"4362\":1127.11,\"4363\":2000.0,\"4364\":6355.6,\"4365\":171.01,\"4366\":2171.96,\"4367\":363.46,\"4368\":null,\"4369\":4964.35,\"4370\":384.13,\"4371\":57.75,\"4372\":589.65,\"4373\":8013.61,\"4374\":645.27,\"4375\":180559.35,\"4376\":354.69,\"4377\":null,\"4378\":241.9,\"4379\":249.41,\"4380\":308.8,\"4381\":11697.44,\"4382\":0.24,\"4383\":null,\"4384\":null,\"4385\":292.76,\"4386\":0.02,\"4387\":4.36,\"4388\":9.3,\"4389\":4488.95,\"4390\":303.93,\"4391\":24.85,\"4392\":1266.56,\"4393\":1296.26,\"4394\":527.23,\"4395\":215.46,\"4396\":780.48,\"4397\":6971.84,\"4398\":7166.85,\"4399\":null,\"4400\":2318.45,\"4401\":787.04,\"4402\":821.18,\"4403\":0.5,\"4404\":0.16,\"4405\":22.56,\"4406\":0.45,\"4407\":null,\"4408\":334.19,\"4409\":23.41,\"4410\":762.37,\"4411\":169.33,\"4412\":2332.45,\"4413\":1220.56,\"4414\":67.45,\"4415\":2749.87,\"4416\":270.48,\"4417\":159.41,\"4418\":181.62,\"4419\":673.44,\"4420\":48.36,\"4421\":46.76,\"4422\":24.91,\"4423\":343.49,\"4424\":460.8,\"4425\":59.05,\"4426\":4107.4,\"4427\":36.12,\"4428\":21.35,\"4429\":23.03,\"4430\":36.01,\"4431\":10.83,\"4432\":18.35,\"4433\":47.82,\"4434\":24.1,\"4435\":24.76,\"4436\":31.74,\"4437\":178.74,\"4438\":32.63,\"4439\":null,\"4440\":286.07,\"4441\":336.92,\"4442\":343.8,\"4443\":2874.62,\"4444\":2132.0,\"4445\":32.78,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":248.28,\"4450\":null,\"4451\":339.51,\"4452\":23.24,\"4453\":null,\"4454\":null,\"4455\":39.43,\"4456\":22.17,\"4457\":null,\"4458\":75.24,\"4459\":467.96,\"4460\":2132.0,\"4461\":10.64,\"4462\":24.07,\"4463\":17.34,\"4464\":11.4,\"4465\":null,\"4466\":458.92,\"4467\":315.8,\"4468\":null,\"4469\":290.43,\"4470\":405.61,\"4471\":139.61,\"4472\":196.56,\"4473\":32.21,\"4474\":31.9,\"4475\":19.78,\"4476\":329.89,\"4477\":null,\"4478\":2.03,\"4479\":null,\"4480\":11.55,\"4481\":22.72,\"4482\":null,\"4483\":3622.67,\"4484\":2270.4,\"4485\":7152.0,\"4486\":169044.99,\"4487\":2437.2,\"4488\":4630.82,\"4489\":null,\"4490\":404.57,\"4491\":14168.0,\"4492\":16904.36,\"4493\":191.4,\"4494\":3070.32,\"4495\":1740.09,\"4496\":755.82,\"4497\":1928.7,\"4498\":3705.0,\"4499\":21444.0,\"4500\":447311.79,\"4501\":500600.56,\"4502\":12784.0,\"4503\":1680.36,\"4504\":9708.34,\"4505\":44563.3,\"4506\":7054.67,\"4507\":353.88,\"4508\":718.9,\"4509\":3701.44,\"4510\":879.72,\"4511\":10935.05,\"4512\":587.18,\"4513\":null,\"4514\":1643.78,\"4515\":26418.19,\"4516\":19095.0,\"4517\":6251.58,\"4518\":939.79,\"4519\":249898.28,\"4520\":153519.91,\"4521\":7839.42,\"4522\":null,\"4523\":null,\"4524\":7893.03,\"4525\":20497.34,\"4526\":231062.94,\"4527\":17068.3,\"4528\":18834.2,\"4529\":26800.7,\"4530\":11315.14,\"4531\":15419.79,\"4532\":56567.0,\"4533\":914.53,\"4534\":1375.02,\"4535\":551.71,\"4536\":1580.99,\"4537\":2213.29,\"4538\":747.77,\"4539\":403.4,\"4540\":21714.93,\"4541\":162652.72,\"4542\":3398.72,\"4543\":2484.0,\"4544\":824.84,\"4545\":1026052.1899999999,\"4546\":439653.96,\"4547\":408.0,\"4548\":8962.8,\"4549\":8325.05,\"4550\":792.88,\"4551\":644.79,\"4552\":14616.0,\"4553\":23352.94,\"4554\":69349.04,\"4555\":165066.64,\"4556\":null,\"4557\":null,\"4558\":442286.33,\"4559\":3106.04,\"4560\":38266.9,\"4561\":41675.37,\"4562\":7805.22,\"4563\":500.81,\"4564\":674.89,\"4565\":721.8,\"4566\":338950.75,\"4567\":3079.58,\"4568\":537.67,\"4569\":788.22,\"4570\":634.35,\"4571\":4604.4,\"4572\":428.88,\"4573\":1110.51,\"4574\":14106.78,\"4575\":2339.1,\"4576\":18499.34,\"4577\":8841.6,\"4578\":null,\"4579\":395.54,\"4580\":2564.4,\"4581\":102.3,\"4582\":350.78,\"4583\":44985.92,\"4584\":36923.59,\"4585\":1183.38,\"4586\":261427.83,\"4587\":39806.61,\"4588\":403176.69,\"4589\":1579.62,\"4590\":795.52,\"4591\":1104.45,\"4592\":1404.0,\"4593\":770133.1,\"4594\":38995.72,\"4595\":182818.65,\"4596\":130460.0,\"4597\":154577.5,\"4598\":421681.98,\"4599\":72034.11,\"4600\":72811.01,\"4601\":796.32,\"4602\":645.2,\"4603\":2341.76,\"4604\":470.8,\"4605\":466.51,\"4606\":77582.66,\"4607\":165255.59,\"4608\":169972.45,\"4609\":null,\"4610\":null,\"4611\":null,\"4612\":45125.87,\"4613\":48193.98,\"4614\":646.53,\"4615\":150879.33,\"4616\":1108.35,\"4617\":4952.2,\"4618\":2145.52,\"4619\":32264.35,\"4620\":43049.29,\"4621\":57787.26,\"4622\":57668.37,\"4623\":14417.12,\"4624\":326.19,\"4625\":9813.6,\"4626\":185.4,\"4627\":6031.2,\"4628\":6756.59,\"4629\":256.48,\"4630\":4560.0,\"4631\":9279.69,\"4632\":34.92,\"4633\":1575.2,\"4634\":130.81,\"4635\":8742.0,\"4636\":9024.0,\"4637\":2503.6,\"4638\":4960.34,\"4639\":16978.02,\"4640\":8781.72,\"4641\":9158.66,\"4642\":191.69,\"4643\":10016.9,\"4644\":9584.6,\"4645\":null,\"4646\":2230.7,\"4647\":9792.0,\"4648\":19721.89,\"4649\":10240.99,\"4650\":19597.75,\"4651\":7851.6,\"4652\":620.6,\"4653\":10591.3,\"4654\":7534.0,\"4655\":325.5,\"4656\":1553.3,\"4657\":245.19,\"4658\":3721.4,\"4659\":6304.0,\"4660\":306.17,\"4661\":1882.32,\"4662\":344.77,\"4663\":2537.0,\"4664\":1266.46,\"4665\":14749.9,\"4666\":null,\"4667\":235.45,\"4668\":93.0,\"4669\":null,\"4670\":null,\"4671\":807.18,\"4672\":356.84,\"4673\":612.6,\"4674\":83.71,\"4675\":null,\"4676\":86.4,\"4677\":1352.84,\"4678\":2000.0,\"4679\":5889.0,\"4680\":162.62,\"4681\":1208.62,\"4682\":469.63,\"4683\":null,\"4684\":9722.09,\"4685\":546.85,\"4686\":215.65,\"4687\":7664.86,\"4688\":237.06,\"4689\":180593.63,\"4690\":571.33,\"4691\":null,\"4692\":198.4,\"4693\":202.55,\"4694\":227.8,\"4695\":9347.79,\"4696\":null,\"4697\":null,\"4698\":465.99,\"4699\":null,\"4700\":1.36,\"4701\":42.38,\"4702\":3438.39,\"4703\":284.22,\"4704\":253.67,\"4705\":null,\"4706\":1390.44,\"4707\":1453.22,\"4708\":625.51,\"4709\":370.26,\"4710\":1583.28,\"4711\":6479.44,\"4712\":6649.37,\"4713\":null,\"4714\":2541.17,\"4715\":692.6,\"4716\":724.88,\"4717\":1.26,\"4718\":0.37,\"4719\":28.8,\"4720\":null,\"4721\":null,\"4722\":216.87,\"4723\":38.03,\"4724\":null,\"4725\":816.47,\"4726\":445.23,\"4727\":2295.96,\"4728\":1166.77,\"4729\":66.13,\"4730\":2561.84,\"4731\":369.53,\"4732\":279.41,\"4733\":305.07,\"4734\":594.78,\"4735\":39.81,\"4736\":38.21,\"4737\":49.44,\"4738\":294.29,\"4739\":385.2,\"4740\":169.4,\"4741\":1525.7,\"4742\":14.75,\"4743\":23.51,\"4744\":11.15,\"4745\":41.98,\"4746\":10.34,\"4747\":17.69,\"4748\":36.41,\"4749\":19.28,\"4750\":14.42,\"4751\":15.81,\"4752\":155.82,\"4753\":29.04,\"4754\":null,\"4755\":345.22,\"4756\":370.76,\"4757\":253.8,\"4758\":null,\"4759\":4900.0,\"4760\":43.18,\"4761\":null,\"4762\":94.2,\"4763\":330.47,\"4764\":375.45,\"4765\":314.83,\"4766\":22.76,\"4767\":null,\"4768\":null,\"4769\":45.78,\"4770\":35.97,\"4771\":59.4,\"4772\":158.84,\"4773\":469.01,\"4774\":4900.0,\"4775\":13.92,\"4776\":13.96,\"4777\":7.54,\"4778\":null,\"4779\":null,\"4780\":204.3,\"4781\":118.45,\"4782\":null,\"4783\":346.0,\"4784\":411.14,\"4785\":462.15,\"4786\":391.02,\"4787\":41.76,\"4788\":41.32,\"4789\":15.33,\"4790\":385.99,\"4791\":0.89,\"4792\":14.28,\"4793\":10.42,\"4794\":10.62,\"4795\":null,\"4796\":3725.33,\"4797\":2461.8,\"4798\":7146.0,\"4799\":194948.67,\"4800\":4165.2,\"4801\":5428.24,\"4802\":21.12,\"4803\":404.36,\"4804\":13013.0,\"4805\":10382.45,\"4806\":null,\"4807\":2975.11,\"4808\":1686.63,\"4809\":783.54,\"4810\":2251.8,\"4811\":3356.0,\"4812\":21276.0,\"4813\":190048.17,\"4814\":498742.04,\"4815\":null,\"4816\":510.84,\"4817\":10091.49,\"4818\":54343.81,\"4819\":7249.0,\"4820\":1208.94,\"4821\":719.77,\"4822\":3701.12,\"4823\":933.5,\"4824\":16416.46,\"4825\":613.58,\"4826\":null,\"4827\":923.97,\"4828\":29898.37,\"4829\":19148.0,\"4830\":5166.55,\"4831\":940.78,\"4832\":249235.53,\"4833\":158869.62,\"4834\":6359.83,\"4835\":null,\"4836\":511040.0,\"4837\":null,\"4838\":5252.68,\"4839\":19929.12,\"4840\":396743.0,\"4841\":19479.67,\"4842\":18788.0,\"4843\":24478.28,\"4844\":12004.19,\"4845\":16273.1,\"4846\":170614.78,\"4847\":1003.54,\"4848\":1259.17,\"4849\":542.83,\"4850\":75680.0,\"4851\":1277.13,\"4852\":1536.4,\"4853\":745.61,\"4854\":314.49,\"4855\":28545.14,\"4856\":162757.94,\"4857\":1753.24,\"4858\":2199.6,\"4859\":843.43,\"4860\":961415.89,\"4861\":473970.82,\"4862\":660.0,\"4863\":8302.8,\"4864\":8431.5,\"4865\":799.48,\"4866\":136720.0,\"4867\":615.62,\"4868\":14724.0,\"4869\":22988.63,\"4870\":64589.87,\"4871\":165368.42,\"4872\":null,\"4873\":275310.0,\"4874\":517860.25,\"4875\":50825.09,\"4876\":43118.84,\"4877\":7805.22,\"4878\":482.72,\"4879\":675.32,\"4880\":688.5,\"4881\":162610.35,\"4882\":3076.14,\"4883\":531.89,\"4884\":892.8,\"4885\":588.07,\"4886\":4922.4,\"4887\":428.28,\"4888\":19587.33,\"4889\":1933.79,\"4890\":14070.2,\"4891\":4359.6,\"4892\":17168.24,\"4893\":8414.4,\"4894\":378.97,\"4895\":2558.4,\"4896\":102.3,\"4897\":343.42,\"4898\":29110.72,\"4899\":37968.89,\"4900\":null,\"4901\":31006.59,\"4902\":35421.92,\"4903\":414414.07,\"4904\":1152.3,\"4905\":793.76,\"4906\":1058.66,\"4907\":1308.6,\"4908\":780876.33,\"4909\":51051.04,\"4910\":531586.79,\"4911\":41630.26,\"4912\":205890.0,\"4913\":154465.03,\"4914\":422967.67,\"4915\":140639.09,\"4916\":125411.17,\"4917\":795.76,\"4918\":6.6,\"4919\":2325.51,\"4920\":170.55,\"4921\":186.07,\"4922\":77149.47,\"4923\":160417.25,\"4924\":169898.45,\"4925\":156493.03,\"4926\":null,\"4927\":229017.93,\"4928\":14688.03,\"4929\":45325.41,\"4930\":48123.21,\"4931\":653.64,\"4932\":152976.54,\"4933\":1274.23,\"4934\":8885.8,\"4935\":2680.98,\"4936\":25683.44,\"4937\":43087.6,\"4938\":58036.88,\"4939\":58089.06,\"4940\":17559.35,\"4941\":null,\"4942\":5914.8,\"4943\":9.0,\"4944\":6031.2,\"4945\":6737.94,\"4946\":277.6,\"4947\":1423.9,\"4948\":80.0,\"4949\":9204.95,\"4950\":67.68,\"4951\":1675.52,\"4952\":122.89,\"4953\":null,\"4954\":8201.0,\"4955\":8272.0,\"4956\":2422.2,\"4957\":4954.64,\"4958\":17212.76,\"4959\":10045.25,\"4960\":10222.67,\"4961\":319.15,\"4962\":12962.6,\"4963\":12650.8,\"4964\":null,\"4965\":1647.7,\"4966\":13302.0,\"4967\":19727.61,\"4968\":10276.28,\"4969\":19563.38,\"4970\":493.2,\"4971\":460.5,\"4972\":8212.8,\"4973\":5628.0,\"4974\":1335.3,\"4975\":173.43,\"4976\":3237.3,\"4977\":5024.0,\"4978\":306.17,\"4979\":1989.71,\"4980\":340.17,\"4981\":2073.0,\"4982\":246.05,\"4983\":11851.92,\"4984\":null,\"4985\":null,\"4986\":48.0,\"4987\":null,\"4988\":null,\"4989\":731.28,\"4990\":328.24,\"4991\":942.0,\"4992\":36.63,\"4993\":null,\"4994\":90.24,\"4995\":329.18,\"4996\":2000.0,\"4997\":5171.47,\"4998\":215.17,\"4999\":1919.46,\"5000\":72.06,\"5001\":null,\"5002\":3839.48,\"5003\":372.49,\"5004\":null,\"5005\":10870.1,\"5006\":null,\"5007\":180359.12,\"5008\":327.06,\"5009\":null,\"5010\":343.34,\"5011\":353.71,\"5012\":427.3,\"5013\":11630.25,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":559.44,\"5018\":0.01,\"5019\":4.27,\"5020\":47.87,\"5021\":4224.12,\"5022\":309.42,\"5023\":420.5,\"5024\":null,\"5025\":629.57,\"5026\":703.34,\"5027\":314.64,\"5028\":175.68,\"5029\":470.88,\"5030\":5305.39,\"5031\":5439.91,\"5032\":null,\"5033\":1929.63,\"5034\":1864.62,\"5035\":1675.19,\"5036\":1.83,\"5037\":0.28,\"5038\":206.16,\"5039\":null,\"5040\":null,\"5041\":288.61,\"5042\":22.61,\"5043\":null,\"5044\":609.66,\"5045\":694.66,\"5046\":1586.58,\"5047\":1181.29,\"5048\":58.48,\"5049\":2663.34,\"5050\":311.77,\"5051\":359.41,\"5052\":168.33,\"5053\":636.18,\"5054\":10.99,\"5055\":7.8,\"5056\":28.96,\"5057\":178.5,\"5058\":249.3,\"5059\":122.06,\"5060\":5472.5,\"5061\":62.03,\"5062\":35.51,\"5063\":17.04,\"5064\":18.9,\"5065\":6.87,\"5066\":22.95,\"5067\":40.56,\"5068\":33.8,\"5069\":13.92,\"5070\":17.25,\"5071\":257.88,\"5072\":83.52,\"5073\":null,\"5074\":337.16,\"5075\":384.3,\"5076\":210.6,\"5077\":null,\"5078\":4900.0,\"5079\":26.51,\"5080\":null,\"5081\":null,\"5082\":317.57,\"5083\":229.05,\"5084\":565.61,\"5085\":18.89,\"5086\":null,\"5087\":null,\"5088\":20.13,\"5089\":42.46,\"5090\":251.9,\"5091\":144.32,\"5092\":408.06,\"5093\":4900.0,\"5094\":5.92,\"5095\":14.13,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":834.01,\"5100\":584.03,\"5101\":null,\"5102\":321.23,\"5103\":435.2,\"5104\":229.31,\"5105\":274.01,\"5106\":8.5,\"5107\":24.18,\"5108\":18.58,\"5109\":158.07,\"5110\":3.23,\"5111\":11.52,\"5112\":113.34,\"5113\":149.31,\"5114\":null,\"5115\":3813.33,\"5116\":2019.6,\"5117\":7140.0,\"5118\":383476.55,\"5119\":2934.0,\"5120\":4933.23,\"5121\":238.92,\"5122\":null,\"5123\":null,\"5124\":404.53,\"5125\":13728.0,\"5126\":14324.62,\"5127\":204.6,\"5128\":3045.24,\"5129\":1749.33,\"5130\":779.58,\"5131\":1464.3,\"5132\":2588.0,\"5133\":20208.0,\"5134\":153373.43,\"5135\":503958.32,\"5136\":14048.0,\"5137\":565.95,\"5138\":12142.32,\"5139\":34319.7,\"5140\":7029.0,\"5141\":1048.23,\"5142\":719.65,\"5143\":3702.08,\"5144\":896.21,\"5145\":13671.86,\"5146\":601.7,\"5147\":null,\"5148\":1199.23,\"5149\":15413.6,\"5150\":19112.0,\"5151\":4936.73,\"5152\":939.79,\"5153\":249973.64,\"5154\":158319.24,\"5155\":6151.05,\"5156\":48576.0,\"5157\":506610.0,\"5158\":60172.88,\"5159\":6142.4,\"5160\":20199.77,\"5161\":394605.48,\"5162\":14714.79,\"5163\":18884.8,\"5164\":22328.64,\"5165\":12225.23,\"5166\":16279.61,\"5167\":171150.04,\"5168\":1222.13,\"5169\":1230.97,\"5170\":572.81,\"5171\":null,\"5172\":1369.57,\"5173\":2058.62,\"5174\":746.59,\"5175\":352.08,\"5176\":26050.81,\"5177\":162261.53,\"5178\":358.18,\"5179\":2199.6,\"5180\":793.06,\"5181\":887329.1899999999,\"5182\":600613.26,\"5183\":396.0,\"5184\":7405.2,\"5185\":8433.97,\"5186\":796.18,\"5187\":183250.0,\"5188\":609.79,\"5189\":11520.0,\"5190\":23873.45,\"5191\":69311.1,\"5192\":164540.54,\"5193\":null,\"5194\":307372.0,\"5195\":null,\"5196\":51020.45,\"5197\":20163.24,\"5198\":null,\"5199\":206.71,\"5200\":674.86,\"5201\":787.35,\"5202\":81273.3,\"5203\":3067.53,\"5204\":531.83,\"5205\":762.3,\"5206\":458.19,\"5207\":4526.4,\"5208\":427.8,\"5209\":341.17,\"5210\":14014.24,\"5211\":null,\"5212\":16388.96,\"5213\":9244.8,\"5214\":196.68,\"5215\":2554.8,\"5216\":99.0,\"5217\":332.24,\"5218\":29969.26,\"5219\":40917.34,\"5220\":1188.6,\"5221\":306691.51,\"5222\":36130.07,\"5223\":582876.53,\"5224\":1602.42,\"5225\":796.62,\"5226\":1078.84,\"5227\":1344.6,\"5228\":774169.42,\"5229\":51163.93,\"5230\":534444.62,\"5231\":197660.0,\"5232\":153610.2,\"5233\":421519.23,\"5234\":134113.77,\"5235\":120830.41,\"5236\":2051.0,\"5237\":796.46,\"5238\":635.12,\"5239\":1662.07,\"5240\":null,\"5241\":null,\"5242\":77469.49,\"5243\":163165.14,\"5244\":169423.0,\"5245\":150719.64,\"5246\":null,\"5247\":223688.67,\"5248\":null,\"5249\":23370.71,\"5250\":45123.17,\"5251\":48678.12,\"5252\":654.42,\"5253\":152296.33,\"5254\":1302.88,\"5255\":8569.0,\"5256\":2489.41,\"5257\":28579.09,\"5258\":32308.21,\"5259\":57777.65,\"5260\":48251.69,\"5261\":15567.53,\"5262\":350.94,\"5263\":5918.4,\"5264\":112.2,\"5265\":6031.2,\"5266\":6570.3,\"5267\":275.22,\"5268\":5520.0,\"5269\":9153.56,\"5270\":280.8,\"5271\":1638.56,\"5272\":120.25,\"5273\":null,\"5274\":7956.0,\"5275\":7848.0,\"5276\":2406.8,\"5277\":4939.33,\"5278\":14515.61,\"5279\":9081.5,\"5280\":9414.85,\"5281\":1159.69,\"5282\":13131.4,\"5283\":12852.4,\"5284\":null,\"5285\":1448.4,\"5286\":13572.0,\"5287\":19733.51,\"5288\":19500.65,\"5289\":18575.47,\"5290\":8352.0,\"5291\":403.1,\"5292\":7598.0,\"5293\":1550.0,\"5294\":1235.0,\"5295\":133.41,\"5296\":3191.9,\"5297\":5068.0,\"5298\":306.17,\"5299\":1895.11,\"5300\":339.02,\"5301\":2025.0,\"5302\":1079.54,\"5303\":11055.13,\"5304\":null,\"5305\":107.13,\"5306\":60.0,\"5307\":null,\"5308\":null,\"5309\":943.8,\"5310\":null,\"5311\":302.28,\"5312\":1077.9,\"5313\":144.87,\"5314\":null,\"5315\":290.88,\"5316\":682.82,\"5317\":2000.0,\"5318\":5484.8,\"5319\":238.52,\"5320\":2299.05,\"5321\":56.1,\"5322\":null,\"5323\":3982.96,\"5324\":234.25,\"5325\":null,\"5326\":96.82,\"5327\":11197.51,\"5328\":104.98,\"5329\":179883.52,\"5330\":596.93,\"5331\":null,\"5332\":361.59,\"5333\":391.4,\"5334\":590.8,\"5335\":11638.11,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":379.83,\"5340\":null,\"5341\":2.62,\"5342\":21.83,\"5343\":4627.37,\"5344\":327.42,\"5345\":466.0,\"5346\":null,\"5347\":1606.92,\"5348\":1752.58,\"5349\":654.8,\"5350\":229.77,\"5351\":740.88,\"5352\":7450.95,\"5353\":7645.36,\"5354\":null,\"5355\":1131.83,\"5356\":651.06,\"5357\":662.37,\"5358\":1.55,\"5359\":0.33,\"5360\":153.36,\"5361\":null,\"5362\":null,\"5363\":117.0,\"5364\":22.33,\"5365\":null,\"5366\":556.08,\"5367\":158.56,\"5368\":4209.76,\"5369\":1146.48,\"5370\":33.64,\"5371\":2566.82,\"5372\":503.59,\"5373\":479.41,\"5374\":161.7,\"5375\":422.21,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":385.71,\"5380\":584.91,\"5381\":134.11,\"5382\":4708.0,\"5383\":28.68,\"5384\":25.92,\"5385\":18.95,\"5386\":40.58,\"5387\":9.28,\"5388\":27.26,\"5389\":346.25,\"5390\":38.13,\"5391\":13.26,\"5392\":12.76,\"5393\":309.36,\"5394\":26.99,\"5395\":null,\"5396\":213.26,\"5397\":222.64,\"5398\":270.0,\"5399\":9720.08,\"5400\":4900.0,\"5401\":33.15,\"5402\":null,\"5403\":null,\"5404\":29.78,\"5405\":443.88,\"5406\":244.65,\"5407\":1040.06,\"5408\":11.6,\"5409\":null,\"5410\":null,\"5411\":9.58,\"5412\":24.09,\"5413\":73.7,\"5414\":79.14,\"5415\":166.28,\"5416\":4900.0,\"5417\":11.59,\"5418\":12.38,\"5419\":16.05,\"5420\":null,\"5421\":null,\"5422\":817.64,\"5423\":608.89,\"5424\":null,\"5425\":232.82,\"5426\":253.53,\"5427\":201.6,\"5428\":344.9,\"5429\":81.61,\"5430\":80.56,\"5431\":null,\"5432\":12.12,\"5433\":372.79,\"5434\":1.41,\"5435\":13.75,\"5436\":18.68,\"5437\":143.31,\"5438\":12.59,\"5439\":3824.33,\"5440\":1861.2,\"5441\":7161.6,\"5442\":257480.92,\"5443\":2440.8,\"5444\":4437.28,\"5445\":467.5,\"5446\":null,\"5447\":404.55,\"5448\":13728.0,\"5449\":14261.88,\"5450\":198.0,\"5451\":3038.8,\"5452\":1748.01,\"5453\":759.33,\"5454\":1083.6,\"5455\":2339.0,\"5456\":21688.0,\"5457\":462275.82,\"5458\":499056.58,\"5459\":11888.0,\"5460\":2047.32,\"5461\":10965.75,\"5462\":45820.59,\"5463\":21465.91,\"5464\":6889.67,\"5465\":630.2,\"5466\":null,\"5467\":3701.76,\"5468\":887.75,\"5469\":12355.28,\"5470\":501.16,\"5471\":19683.78,\"5472\":1631.95,\"5473\":15394.38,\"5474\":19088.0,\"5475\":4754.37,\"5476\":null,\"5477\":253839.5,\"5478\":159140.13,\"5479\":5862.05,\"5480\":63600.0,\"5481\":null,\"5482\":58698.4,\"5483\":3748.56,\"5484\":15987.46,\"5485\":394845.14,\"5486\":14548.53,\"5487\":9515.0,\"5488\":22238.83,\"5489\":10919.07,\"5490\":16385.04,\"5491\":33397.7,\"5492\":1408.43,\"5493\":1646.77,\"5494\":550.71,\"5495\":120395.0,\"5496\":1347.6,\"5497\":1972.94,\"5498\":742.65,\"5499\":401.67,\"5500\":24046.87,\"5501\":137485.34,\"5502\":2801.14,\"5503\":2199.6,\"5504\":916.47,\"5505\":878517.62,\"5506\":446071.26,\"5507\":432.0,\"5508\":6927.8,\"5509\":8416.05,\"5510\":794.09,\"5511\":179600.0,\"5512\":623.44,\"5513\":12960.0,\"5514\":23598.15,\"5515\":60179.75,\"5516\":69204.43,\"5517\":165663.68,\"5518\":null,\"5519\":null,\"5520\":539247.05,\"5521\":16794.01,\"5522\":42208.49,\"5523\":4591.3,\"5524\":568.52,\"5525\":687.1,\"5526\":787.65,\"5527\":157251.78,\"5528\":3614.94,\"5529\":347.26,\"5530\":874.98,\"5531\":545.75,\"5532\":4288.8,\"5533\":427.56,\"5534\":1262.57,\"5535\":14164.17,\"5536\":17158.51,\"5537\":10550.4,\"5538\":382.14,\"5539\":2540.4,\"5540\":99.0,\"5541\":332.41,\"5542\":43555.74,\"5543\":36445.12,\"5544\":1176.98,\"5545\":873486.24,\"5546\":18826.42,\"5547\":411700.48,\"5548\":1603.62,\"5549\":721.82,\"5550\":1014.59,\"5551\":1400.4,\"5552\":774169.08,\"5553\":50779.27,\"5554\":533184.39,\"5555\":148180.0,\"5556\":153800.79,\"5557\":421264.05,\"5558\":140077.25,\"5559\":124122.96,\"5560\":2051.0,\"5561\":794.5,\"5562\":1327.02,\"5563\":4912.92,\"5564\":78.91,\"5565\":89.47,\"5566\":77770.67,\"5567\":162677.63,\"5568\":168459.15,\"5569\":134945.81,\"5570\":null,\"5571\":228198.04,\"5572\":22047.11,\"5573\":44654.99,\"5574\":48780.26,\"5575\":656.4,\"5576\":152321.99,\"5577\":1346.65,\"5578\":7671.4,\"5579\":235.65,\"5580\":32543.28,\"5581\":31697.23,\"5582\":59486.51,\"5583\":58344.98,\"5584\":15226.02,\"5585\":654.66,\"5586\":4939.2,\"5587\":112.2,\"5588\":6031.2,\"5589\":6442.43,\"5590\":303.93,\"5591\":null,\"5592\":4803.48,\"5593\":555.24,\"5594\":1711.6,\"5595\":148.37,\"5596\":null,\"5597\":8253.0,\"5598\":7749.0,\"5599\":2435.4,\"5600\":4775.47,\"5601\":14656.12,\"5602\":9008.2,\"5603\":9348.58,\"5604\":712.95,\"5605\":12958.0,\"5606\":12668.4,\"5607\":null,\"5608\":1357.7,\"5609\":13896.0,\"5610\":19732.39,\"5611\":10350.91,\"5612\":19570.94,\"5613\":8042.4,\"5614\":null,\"5615\":7427.0,\"5616\":2042.0,\"5617\":1248.3,\"5618\":123.75,\"5619\":2975.9,\"5620\":4990.0,\"5621\":306.17,\"5622\":1949.37,\"5623\":341.09,\"5624\":1963.0,\"5625\":116.2,\"5626\":10980.14,\"5627\":null,\"5628\":439.97,\"5629\":47.4,\"5630\":null,\"5631\":null,\"5632\":852.06,\"5633\":null,\"5634\":272.8,\"5635\":null,\"5636\":26.18,\"5637\":null,\"5638\":224.16,\"5639\":343.86,\"5640\":2000.0,\"5641\":5356.4,\"5642\":206.66,\"5643\":144.82,\"5644\":138.41,\"5645\":null,\"5646\":3793.57,\"5647\":212.65,\"5648\":500.64,\"5649\":8413.96,\"5650\":520.29,\"5651\":165569.36,\"5652\":602.3,\"5653\":null,\"5654\":242.32,\"5655\":252.94,\"5656\":247.24,\"5657\":11427.3,\"5658\":null,\"5659\":null,\"5660\":547.03,\"5661\":null,\"5662\":1.28,\"5663\":23.09,\"5664\":3479.29,\"5665\":204.84,\"5666\":300.74,\"5667\":null,\"5668\":989.2,\"5669\":1041.24,\"5670\":437.51,\"5671\":150.57,\"5672\":470.7,\"5673\":11343.59,\"5674\":11376.03,\"5675\":null,\"5676\":null,\"5677\":146.73,\"5678\":157.23,\"5679\":0.84,\"5680\":0.27,\"5681\":220.56,\"5682\":null,\"5683\":null,\"5684\":347.92,\"5685\":21.72,\"5686\":9.0,\"5687\":774.49,\"5688\":515.13,\"5689\":1983.94,\"5690\":1144.88,\"5691\":59.12,\"5692\":2065.56,\"5693\":257.54,\"5694\":439.41,\"5695\":114.87,\"5696\":676.13,\"5697\":32.15,\"5698\":29.87,\"5699\":22.03,\"5700\":435.57,\"5701\":579.87,\"5702\":120.12,\"5703\":5549.5,\"5704\":20.51,\"5705\":5.98,\"5706\":6.34,\"5707\":null,\"5708\":11.12,\"5709\":18.09,\"5710\":28.13,\"5711\":23.24,\"5712\":16.65,\"5713\":16.02,\"5714\":288.96,\"5715\":5.98,\"5716\":null,\"5717\":389.68,\"5718\":426.64,\"5719\":158.22,\"5720\":7130.08,\"5721\":4900.0,\"5722\":35.13,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":240.47,\"5727\":206.25,\"5728\":412.67,\"5729\":32.9,\"5730\":null,\"5731\":null,\"5732\":56.5,\"5733\":39.69,\"5734\":59.4,\"5735\":117.45,\"5736\":127.18,\"5737\":4900.0,\"5738\":11.09,\"5739\":15.96,\"5740\":18.28,\"5741\":1.98,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":191.76,\"5750\":68.74,\"5751\":67.71,\"5752\":1719.83,\"5753\":15.89,\"5754\":220.88,\"5755\":0.13,\"5756\":16.03,\"5757\":16.03,\"5758\":177.68,\"5759\":12.56,\"5760\":null,\"5761\":3813.33,\"5762\":1887.6,\"5763\":7148.4,\"5764\":368328.24,\"5765\":1951.2,\"5766\":3933.66,\"5767\":467.39,\"5768\":null,\"5769\":null,\"5770\":416.97,\"5771\":13255.0,\"5772\":13649.28,\"5773\":191.4,\"5774\":3092.76,\"5775\":1711.38,\"5776\":782.77,\"5777\":1353.6,\"5778\":813.0,\"5779\":20804.0,\"5780\":190711.11,\"5781\":503276.76,\"5782\":13112.0,\"5783\":115.83,\"5784\":16513.39,\"5785\":54019.35,\"5786\":7029.0,\"5787\":667.29,\"5788\":3702.08,\"5789\":876.49,\"5790\":12177.14,\"5791\":614.68,\"5792\":null,\"5793\":631.23,\"5794\":27105.29,\"5795\":19399.0,\"5796\":4601.35,\"5797\":254360.45,\"5798\":158554.32,\"5799\":5595.0,\"5800\":508240.0,\"5801\":350432.09,\"5802\":7548.79,\"5803\":15086.28,\"5804\":395436.8,\"5805\":13981.6,\"5806\":18224.8,\"5807\":19270.79,\"5808\":11179.35,\"5809\":16488.06,\"5810\":4817.43,\"5811\":1225.65,\"5812\":2305.24,\"5813\":555.21,\"5814\":106535.0,\"5815\":1129.43,\"5816\":2386.48,\"5817\":740.29,\"5818\":null,\"5819\":33285.16,\"5820\":null,\"5821\":2100.79,\"5822\":2199.6,\"5823\":null,\"5824\":934.73,\"5825\":891184.46,\"5826\":322661.77,\"5827\":594.0,\"5828\":6897.0,\"5829\":8382.86,\"5830\":793.98,\"5831\":178900.0,\"5832\":664.3,\"5833\":13248.0,\"5834\":22596.1,\"5835\":60539.72,\"5836\":69578.81,\"5837\":164267.45,\"5838\":152.5,\"5839\":335708.0,\"5840\":null,\"5841\":41248.3,\"5842\":7958.26,\"5843\":501.73,\"5844\":689.04,\"5845\":923.55,\"5846\":81298.72,\"5847\":3620.1,\"5848\":431.44,\"5849\":922.5,\"5850\":592.96,\"5851\":2233.2,\"5852\":427.56,\"5853\":1346.33,\"5854\":14059.43,\"5855\":16185.04,\"5856\":11342.4,\"5857\":1044.1,\"5858\":380.89,\"5859\":2529.6,\"5860\":99.0,\"5861\":327.26,\"5862\":29561.58,\"5863\":39612.48,\"5864\":1177.86,\"5865\":1182945.6299999999,\"5866\":64556.76,\"5867\":221962.29,\"5868\":1604.04,\"5869\":683.76,\"5870\":1056.57,\"5871\":1254.6,\"5872\":770944.9300000001,\"5873\":50942.99,\"5874\":530197.23,\"5875\":101750.0,\"5876\":154081.62,\"5877\":424558.86,\"5878\":87621.94,\"5879\":178777.07,\"5880\":2048.0,\"5881\":796.32,\"5882\":2100.42,\"5883\":1983.72,\"5884\":457.5,\"5885\":363.01,\"5886\":77560.3,\"5887\":164735.52,\"5888\":164342.9,\"5889\":null,\"5890\":null,\"5891\":229257.9,\"5892\":22056.24,\"5893\":44198.45,\"5894\":47841.98,\"5895\":696.84,\"5896\":152453.66,\"5897\":null,\"5898\":7957.4,\"5899\":2302.77,\"5900\":28777.43,\"5901\":31995.85,\"5902\":58603.38,\"5903\":null,\"5904\":17505.4,\"5905\":652.62,\"5906\":5407.2,\"5907\":null,\"5908\":6031.2,\"5909\":6699.66,\"5910\":335.87,\"5911\":1600.0,\"5912\":9095.06,\"5913\":5.28,\"5914\":1688.28,\"5915\":120.38,\"5916\":7624.0,\"5917\":7240.0,\"5918\":2402.4,\"5919\":5909.36,\"5920\":15202.64,\"5921\":10152.11,\"5922\":10228.14,\"5923\":474.03,\"5924\":13637.8,\"5925\":13340.7,\"5926\":null,\"5927\":1332.4,\"5928\":13824.0,\"5929\":19713.72,\"5930\":19635.33,\"5931\":10238.35,\"5932\":5673.6,\"5933\":7755.7,\"5934\":1854.0,\"5935\":3663.2,\"5936\":93.28,\"5937\":2907.9,\"5938\":5319.0,\"5939\":306.17,\"5940\":1893.1,\"5941\":339.94,\"5942\":2047.0,\"5943\":1150.73,\"5944\":11348.64,\"5945\":null,\"5946\":840.09,\"5947\":43.8,\"5948\":null,\"5949\":null,\"5950\":771.54,\"5951\":276.32,\"5952\":283.8,\"5953\":85.14,\"5954\":null,\"5955\":null,\"5956\":1006.73,\"5957\":2000.0,\"5958\":5930.0,\"5959\":197.12,\"5960\":656.68,\"5961\":416.59,\"5962\":null,\"5963\":9756.52,\"5964\":134.77,\"5965\":886.31,\"5966\":6906.2,\"5967\":944.78,\"5968\":180456.69,\"5969\":143.67,\"5970\":2.86,\"5971\":186.85,\"5972\":199.77,\"5973\":196.3,\"5974\":11689.54,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":491.09,\"5979\":null,\"5980\":3.72,\"5981\":50.35,\"5982\":4286.54,\"5983\":233.82,\"5984\":240.21,\"5985\":null,\"5986\":1182.82,\"5987\":1399.1,\"5988\":570.74,\"5989\":85.59,\"5990\":258.3,\"5991\":15831.67,\"5992\":16330.97,\"5993\":null,\"5994\":483.13,\"5995\":513.64,\"5996\":522.34,\"5997\":0.17,\"5998\":0.06,\"5999\":208.46,\"6000\":null,\"6001\":null,\"6002\":22.11,\"6003\":null,\"6004\":0.75,\"6005\":96.89,\"6006\":458.38,\"6007\":2777.69,\"6008\":1093.13,\"6009\":3.8,\"6010\":2864.96,\"6011\":201.54,\"6012\":360.0,\"6013\":72.33,\"6014\":92.25,\"6015\":34.87,\"6016\":32.37,\"6017\":19.03,\"6018\":353.69,\"6019\":472.49,\"6020\":113.87,\"6021\":16.5,\"6022\":41.64,\"6023\":40.44,\"6024\":24.47,\"6025\":37.86,\"6026\":10.7,\"6027\":15.86,\"6028\":19.69,\"6029\":17.84,\"6030\":5.68,\"6031\":5.03,\"6032\":200.16,\"6033\":20.04,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":134.82,\"6038\":14310.85,\"6039\":4900.0,\"6040\":38.92,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":139.68,\"6045\":373.05,\"6046\":699.44,\"6047\":4.58,\"6048\":null,\"6049\":null,\"6050\":36.29,\"6051\":32.5,\"6052\":59.4,\"6053\":169.4,\"6054\":124.98,\"6055\":4900.0,\"6056\":11.0,\"6057\":4.52,\"6058\":0.19,\"6059\":null,\"6060\":null,\"6061\":411.87,\"6062\":275.24,\"6063\":105.0,\"6064\":12.6,\"6065\":20.53,\"6066\":312.09,\"6067\":339.98,\"6068\":null,\"6069\":56.69,\"6070\":null,\"6071\":11.69,\"6072\":111.98,\"6073\":1.68,\"6074\":1.68,\"6075\":13.05,\"6076\":72.8,\"6077\":5.92,\"6078\":null,\"6079\":3868.33,\"6080\":1867.8,\"6081\":7135.2,\"6082\":360058.37,\"6083\":1695.6,\"6084\":2728.01,\"6085\":null,\"6086\":17.16,\"6087\":416.79,\"6088\":13904.0,\"6089\":12969.39,\"6090\":null,\"6091\":3091.93,\"6092\":1755.27,\"6093\":768.2,\"6094\":2528.1,\"6095\":814.0,\"6096\":14408.0,\"6097\":461272.81,\"6098\":405933.2,\"6099\":11792.0,\"6100\":863.61,\"6101\":5985.05,\"6102\":48321.45,\"6103\":6768.67,\"6104\":680.8,\"6105\":3701.12,\"6106\":869.18,\"6107\":12258.78,\"6108\":607.2,\"6109\":null,\"6110\":154.61,\"6111\":27161.4,\"6112\":null,\"6113\":4485.79,\"6114\":939.79,\"6115\":253312.34,\"6116\":159177.24,\"6117\":5469.19,\"6118\":null,\"6119\":8380.0,\"6120\":100503.29,\"6121\":null,\"6122\":12817.05,\"6123\":344113.09,\"6124\":23577.61,\"6125\":17536.2,\"6126\":23494.91,\"6127\":11022.51,\"6128\":16760.59,\"6129\":3286.22,\"6130\":1142.23,\"6131\":1412.16,\"6132\":null,\"6133\":549.33,\"6134\":174405.0,\"6135\":2490.36,\"6136\":2149.81,\"6137\":743.74,\"6138\":458.51,\"6139\":33298.38,\"6140\":160908.71,\"6141\":2670.28,\"6142\":2199.6,\"6143\":940.34,\"6144\":936275.85,\"6145\":474879.57,\"6146\":534.0,\"6147\":6712.2,\"6148\":8358.36,\"6149\":826.54,\"6150\":null,\"6151\":652.76,\"6152\":13212.0,\"6153\":34815.68,\"6154\":69698.18,\"6155\":165265.16,\"6156\":134.0,\"6157\":null,\"6158\":466848.78,\"6159\":41600.51,\"6160\":8111.3,\"6161\":244.73,\"6162\":691.2,\"6163\":1659.0,\"6164\":106235.51,\"6165\":3046.88,\"6166\":529.16,\"6167\":920.52,\"6168\":507.62,\"6169\":4160.4,\"6170\":424.2,\"6171\":19286.67,\"6172\":1275.79,\"6173\":14118.26,\"6174\":null,\"6175\":15596.69,\"6176\":8510.4,\"6177\":null,\"6178\":381.15,\"6179\":2437.2,\"6180\":112.2,\"6181\":306.79,\"6182\":29934.28,\"6183\":44080.51,\"6184\":null,\"6185\":1232935.03,\"6186\":4615.58,\"6187\":242079.63,\"6188\":1606.14,\"6189\":635.14,\"6190\":1025.32,\"6191\":1182.6,\"6192\":770856.9,\"6193\":51452.14,\"6194\":532574.86,\"6195\":107120.0,\"6196\":153170.44,\"6197\":425184.74,\"6198\":141612.75,\"6199\":124935.94,\"6200\":2057.0,\"6201\":798.42,\"6202\":621.47,\"6203\":2502.53,\"6204\":884.07,\"6205\":653.37,\"6206\":61920.81,\"6207\":160219.96,\"6208\":164742.5,\"6209\":269978.84,\"6210\":117.29,\"6211\":204291.4,\"6212\":22577.64,\"6213\":44522.94,\"6214\":47750.47,\"6215\":652.2,\"6216\":152266.41,\"6217\":559.33,\"6218\":7103.8,\"6219\":2727.81,\"6220\":29792.29,\"6221\":32468.15,\"6222\":59881.72,\"6223\":19285.04,\"6224\":656.31,\"6225\":5410.8,\"6226\":null,\"6227\":6031.2,\"6228\":6748.5,\"6229\":310.4,\"6230\":320.0,\"6231\":9121.6,\"6232\":1554.0,\"6233\":1581.8,\"6234\":174.24,\"6235\":15774.0,\"6236\":7731.0,\"6237\":2347.4,\"6238\":5422.16,\"6239\":17493.43,\"6240\":11587.32,\"6241\":12185.67,\"6242\":2135.76,\"6243\":15222.2,\"6244\":14896.1,\"6245\":null,\"6246\":null,\"6247\":14112.0,\"6248\":19725.32,\"6249\":19664.24,\"6250\":19598.77,\"6251\":7016.4,\"6252\":8537.0,\"6253\":4630.0,\"6254\":null,\"6255\":1427.3,\"6256\":90.63,\"6257\":3041.1,\"6258\":6322.0,\"6259\":306.17,\"6260\":2204.61,\"6261\":338.33,\"6262\":2067.0,\"6263\":1205.62,\"6264\":11971.88,\"6265\":0.58,\"6266\":330.39,\"6267\":41.4,\"6268\":null,\"6269\":null,\"6270\":794.64,\"6271\":null,\"6272\":268.84,\"6273\":626.1,\"6274\":68.2,\"6275\":null,\"6276\":59.04,\"6277\":null,\"6278\":2000.0,\"6279\":5559.2,\"6280\":122.48,\"6281\":1304.07,\"6282\":539.75,\"6283\":null,\"6284\":3994.44,\"6285\":153.49,\"6286\":316.32,\"6287\":4426.29,\"6288\":350.67,\"6289\":198679.8,\"6290\":339.12,\"6291\":null,\"6292\":35.8,\"6293\":44.43,\"6294\":24.97,\"6295\":6940.2,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":613.67,\"6300\":null,\"6301\":1.83,\"6302\":55.62,\"6303\":3958.69,\"6304\":172.62,\"6305\":57.14,\"6306\":null,\"6307\":1327.16,\"6308\":1391.36,\"6309\":583.98,\"6310\":146.88,\"6311\":431.1,\"6312\":19833.4,\"6313\":19904.03,\"6314\":null,\"6315\":1637.96,\"6316\":402.97,\"6317\":413.7,\"6318\":1.0,\"6319\":0.26,\"6320\":284.11,\"6321\":null,\"6322\":null,\"6323\":197.99,\"6324\":18.8,\"6325\":null,\"6326\":591.81,\"6327\":162.62,\"6328\":452.43,\"6329\":1012.6,\"6330\":30.88,\"6331\":1086.65,\"6332\":null,\"6333\":199.41,\"6334\":114.27,\"6335\":234.53,\"6336\":48.37,\"6337\":45.63,\"6338\":14.09,\"6339\":416.99,\"6340\":527.69,\"6341\":155.5,\"6342\":5143.6,\"6343\":5.62,\"6344\":1.17,\"6345\":null,\"6346\":41.38,\"6347\":11.73,\"6348\":8.57,\"6349\":28.96,\"6350\":2.41,\"6351\":3.86,\"6352\":2.47,\"6353\":126.96,\"6354\":17.73,\"6355\":null,\"6356\":283.14,\"6357\":289.73,\"6358\":241.11,\"6359\":2105.24,\"6360\":4900.0,\"6361\":44.3,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":98.09,\"6366\":71.54,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":31.24,\"6371\":46.9,\"6372\":84.7,\"6373\":123.61,\"6374\":151.43,\"6375\":4900.0,\"6376\":0.46,\"6377\":2.42,\"6378\":3.69,\"6379\":4.31,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":300.77,\"6385\":null,\"6386\":87.98,\"6387\":116.42,\"6388\":52.23,\"6389\":51.9,\"6390\":3418.38,\"6391\":null,\"6392\":18.92,\"6393\":null,\"6394\":10.1,\"6395\":18.33,\"6396\":202.52,\"6397\":0.94,\"6398\":null,\"6399\":3868.33,\"6400\":1848.0,\"6401\":7140.0,\"6402\":399559.44,\"6403\":1692.0,\"6404\":2945.68,\"6405\":707.41,\"6406\":0.26,\"6407\":416.76,\"6408\":13508.0,\"6409\":12980.94,\"6410\":204.6,\"6411\":3080.72,\"6412\":1768.14,\"6413\":768.01,\"6414\":2296.8,\"6415\":811.0,\"6416\":16884.0,\"6417\":190396.17,\"6418\":500615.09,\"6419\":12664.0,\"6420\":null,\"6421\":9776.11,\"6422\":36875.91,\"6423\":6339.67,\"6424\":618.41,\"6425\":3703.04,\"6426\":884.28,\"6427\":11697.61,\"6428\":null,\"6429\":11004.45,\"6430\":682.81,\"6431\":25166.67,\"6432\":17198.0,\"6433\":7253.63,\"6434\":939.79,\"6435\":245258.17,\"6436\":159310.63,\"6437\":8788.81,\"6438\":510432.0,\"6439\":null,\"6440\":null,\"6441\":4529.66,\"6442\":14612.18,\"6443\":301392.79,\"6444\":14975.86,\"6445\":16306.4,\"6446\":21637.97,\"6447\":10655.89,\"6448\":16671.33,\"6449\":85972.17,\"6450\":1140.16,\"6451\":1996.89,\"6452\":291.83,\"6453\":null,\"6454\":867.37,\"6455\":2140.04,\"6456\":740.88,\"6457\":457.11,\"6458\":39653.39,\"6459\":162244.5,\"6460\":3977.93,\"6461\":2199.6,\"6462\":688.96,\"6463\":970908.25,\"6464\":598815.49,\"6465\":492.0,\"6466\":7513.0,\"6467\":6075.0,\"6468\":828.52,\"6469\":180300.0,\"6470\":608.29,\"6471\":11484.0,\"6472\":22668.16,\"6473\":69340.38,\"6474\":164494.4,\"6475\":null,\"6476\":569658.59,\"6477\":41252.12,\"6478\":8111.3,\"6479\":520.87,\"6480\":686.45,\"6481\":938.25,\"6482\":87382.78,\"6483\":3052.04,\"6484\":529.72,\"6485\":582.66,\"6486\":1023.54,\"6487\":4899.6,\"6488\":419.52,\"6489\":1612.4,\"6490\":9830.41,\"6491\":null,\"6492\":15608.58,\"6493\":8486.4,\"6494\":380.29,\"6495\":2561.4,\"6496\":62.7,\"6497\":275.85,\"6498\":29507.74,\"6499\":47963.7,\"6500\":1179.83,\"6501\":null,\"6502\":40020.41,\"6503\":222624.78,\"6504\":1603.44,\"6505\":613.36,\"6506\":2017.76,\"6507\":1159.2,\"6508\":774168.97,\"6509\":51284.54,\"6510\":532314.8,\"6511\":null,\"6512\":154681.26,\"6513\":424639.4,\"6514\":141428.3,\"6515\":124634.04,\"6516\":2060.0,\"6517\":798.84,\"6518\":660.84,\"6519\":421.72,\"6520\":328.83,\"6521\":258.63,\"6522\":77773.97,\"6523\":163414.48,\"6524\":164241.15,\"6525\":267055.47,\"6526\":null,\"6527\":228777.97,\"6528\":22573.76,\"6529\":44858.58,\"6530\":47597.08,\"6531\":649.68,\"6532\":152607.1,\"6533\":1202.28,\"6534\":6336.0,\"6535\":2339.96,\"6536\":26206.11,\"6537\":31715.62,\"6538\":58073.9,\"6539\":18959.66,\"6540\":655.53,\"6541\":5616.0,\"6542\":109.2,\"6543\":6031.2,\"6544\":6704.45,\"6545\":327.62,\"6546\":null,\"6547\":6640.0,\"6548\":4928.71,\"6549\":1548.72,\"6550\":1573.44,\"6551\":127.12,\"6552\":12002.0,\"6553\":7242.0,\"6554\":2347.4,\"6555\":5909.57,\"6556\":17391.02,\"6557\":12107.12,\"6558\":12772.43,\"6559\":1275.56,\"6560\":5648.87,\"6561\":5360.7,\"6562\":null,\"6563\":13950.0,\"6564\":19533.53,\"6565\":19533.02,\"6566\":19403.62,\"6567\":5522.4,\"6568\":540.1,\"6569\":8104.5,\"6570\":4846.0,\"6571\":null,\"6572\":1291.2,\"6573\":10.14,\"6574\":2842.4,\"6575\":4848.0,\"6576\":306.17,\"6577\":1990.78,\"6578\":336.49,\"6579\":1916.0,\"6580\":732.5,\"6581\":12661.52,\"6582\":null,\"6583\":4.15,\"6584\":23.4,\"6585\":null,\"6586\":null,\"6587\":797.94,\"6588\":null,\"6589\":404.8,\"6590\":597.6,\"6591\":88.77,\"6592\":625.16,\"6593\":272.64,\"6594\":268.62,\"6595\":2000.0,\"6596\":5578.0,\"6597\":72.8,\"6598\":960.69,\"6599\":477.65,\"6600\":null,\"6601\":4246.96,\"6602\":81.38,\"6603\":null,\"6604\":null,\"6605\":4114.3,\"6606\":null,\"6607\":198203.23,\"6608\":9.49,\"6609\":null,\"6610\":218.25,\"6611\":229.06,\"6612\":322.3,\"6613\":9399.38,\"6614\":13.96,\"6615\":null,\"6616\":null,\"6617\":545.61,\"6618\":null,\"6619\":5.74,\"6620\":8.07,\"6621\":5712.86,\"6622\":197.82,\"6623\":282.84,\"6624\":226.33,\"6625\":1159.9,\"6626\":1141.14,\"6627\":493.28,\"6628\":null,\"6629\":null,\"6630\":19785.75,\"6631\":15514.69,\"6632\":null,\"6633\":85.63,\"6634\":2165.32,\"6635\":2146.01,\"6636\":0.48,\"6637\":0.15,\"6638\":101.76,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":0.09,\"6643\":7.65,\"6644\":null,\"6645\":135.25,\"6646\":6008.8,\"6647\":1575.53,\"6648\":null,\"6649\":1424.39,\"6650\":432.92,\"6651\":null,\"6652\":3.69,\"6653\":14.84,\"6654\":41.83,\"6655\":41.12,\"6656\":35.66,\"6657\":342.9,\"6658\":461.1,\"6659\":1.45,\"6660\":5632.0,\"6661\":51.48,\"6662\":61.08,\"6663\":32.15,\"6664\":38.21,\"6665\":13.68,\"6666\":null,\"6667\":4.26,\"6668\":21.09,\"6669\":4.45,\"6670\":3.54,\"6671\":148.56,\"6672\":75.58,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":286.11,\"6677\":2462.81,\"6678\":4900.0,\"6679\":39.17,\"6680\":null,\"6681\":null,\"6682\":297.8,\"6683\":236.17,\"6684\":1051.42,\"6685\":0.06,\"6686\":null,\"6687\":null,\"6688\":27.81,\"6689\":38.74,\"6690\":64.9,\"6691\":121.0,\"6692\":159.2,\"6693\":4900.0,\"6694\":6.62,\"6695\":2.95,\"6696\":null,\"6697\":14.3,\"6698\":null,\"6699\":272.09,\"6700\":158.28,\"6701\":86.4,\"6702\":null,\"6703\":null,\"6704\":61.91,\"6705\":228.42,\"6706\":61.56,\"6707\":60.1,\"6708\":1185.08,\"6709\":1.94,\"6710\":22.88,\"6711\":null,\"6712\":null,\"6713\":3.35,\"6714\":21.46,\"6715\":3.36,\"6716\":null,\"6717\":3820.67,\"6718\":521.4,\"6719\":7092.0,\"6720\":403001.97,\"6721\":1857.6,\"6722\":3844.21,\"6723\":712.14,\"6724\":null,\"6725\":null,\"6726\":417.57,\"6727\":12914.0,\"6728\":13115.42,\"6729\":198.0,\"6730\":3000.03,\"6731\":1751.97,\"6732\":760.05,\"6733\":1907.1,\"6734\":812.0,\"6735\":17848.0,\"6736\":141917.27,\"6737\":501037.39,\"6738\":12720.0,\"6739\":1368.51,\"6740\":13217.81,\"6741\":41665.23,\"6742\":6790.67,\"6743\":791.49,\"6744\":3701.76,\"6745\":851.03,\"6746\":12076.56,\"6747\":606.1,\"6748\":12506.13,\"6749\":721.84,\"6750\":28024.96,\"6751\":19538.0,\"6752\":5978.84,\"6753\":939.79,\"6754\":249500.19,\"6755\":158581.46,\"6756\":7320.15,\"6757\":481896.0,\"6758\":509300.0,\"6759\":null,\"6760\":null,\"6761\":16599.09,\"6762\":349258.44,\"6763\":15294.43,\"6764\":16561.6,\"6765\":23842.69,\"6766\":14895.37,\"6767\":16043.78,\"6768\":6188.39,\"6769\":1160.44,\"6770\":2064.83,\"6771\":551.96,\"6772\":218845.0,\"6773\":1128.31,\"6774\":2070.23,\"6775\":738.52,\"6776\":451.58,\"6777\":33161.87,\"6778\":90957.15,\"6779\":2303.7,\"6780\":2199.6,\"6781\":null,\"6782\":841.65,\"6783\":1057108.04,\"6784\":400332.18,\"6785\":306.0,\"6786\":7968.4,\"6787\":2270.89,\"6788\":791.76,\"6789\":null,\"6790\":605.57,\"6791\":12492.0,\"6792\":24932.8,\"6793\":69270.19,\"6794\":164770.21,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":998.79,\"6799\":null,\"6800\":40698.66,\"6801\":7805.22,\"6802\":488.4,\"6803\":685.91,\"6804\":1221.75,\"6805\":87300.78,\"6806\":2213.72,\"6807\":510.02,\"6808\":766.26,\"6809\":585.69,\"6810\":4209.6,\"6811\":425.28,\"6812\":1350.23,\"6813\":13862.87,\"6814\":2877.3,\"6815\":15214.65,\"6816\":8510.4,\"6817\":371.84,\"6818\":2541.0,\"6819\":102.3,\"6820\":51.73,\"6821\":29708.4,\"6822\":49994.27,\"6823\":1187.22,\"6824\":null,\"6825\":0.01,\"6826\":120042.63,\"6827\":1599.66,\"6828\":601.7,\"6829\":1421.14,\"6830\":1364.4,\"6831\":32661.19,\"6832\":667781.2,\"6833\":52059.06,\"6834\":531651.8199999999,\"6835\":26052.67,\"6836\":null,\"6837\":154199.97,\"6838\":425599.99,\"6839\":140683.3,\"6840\":124130.46,\"6841\":2058.0,\"6842\":796.18,\"6843\":648.35,\"6844\":6568.87,\"6845\":4.31,\"6846\":8.8,\"6847\":77377.22,\"6848\":164587.53,\"6849\":169659.8,\"6850\":null,\"6851\":710.68,\"6852\":228248.04,\"6853\":22572.38,\"6854\":45080.79,\"6855\":47427.54,\"6856\":648.6,\"6857\":150655.76,\"6858\":1072.53,\"6859\":6518.6,\"6860\":2900.79,\"6861\":30974.84,\"6862\":32497.53,\"6863\":59377.44,\"6864\":19564.8,\"6865\":655.11,\"6866\":5634.0,\"6867\":null,\"6868\":117.6,\"6869\":6031.2,\"6870\":6735.8,\"6871\":314.23,\"6872\":null,\"6873\":4560.0,\"6874\":5409.7,\"6875\":1617.84,\"6876\":1679.04,\"6877\":144.8,\"6878\":null,\"6879\":13844.0,\"6880\":8769.0,\"6881\":2334.2,\"6882\":5419.57,\"6883\":16392.88,\"6884\":17813.71,\"6885\":18451.16,\"6886\":2035.59,\"6887\":18314.1,\"6888\":17907.0,\"6889\":null,\"6890\":12510.0,\"6891\":19539.25,\"6892\":19537.42,\"6893\":19400.52,\"6894\":4946.4,\"6895\":469.1,\"6896\":12887.1,\"6897\":4772.0,\"6898\":1254.9,\"6899\":118.12,\"6900\":2842.4,\"6901\":5480.0,\"6902\":306.17,\"6903\":1739.76,\"6904\":337.18,\"6905\":2003.0,\"6906\":238.83,\"6907\":11436.76,\"6908\":null,\"6909\":116.98,\"6910\":73.8,\"6911\":null,\"6912\":null,\"6913\":939.84,\"6914\":369.16,\"6915\":854.1,\"6916\":61.71,\"6917\":null,\"6918\":19.2,\"6919\":1255.02,\"6920\":2000.0,\"6921\":5332.2,\"6922\":201.26,\"6923\":3205.4,\"6924\":null,\"6925\":null,\"6926\":5589.91,\"6927\":242.89,\"6928\":null,\"6929\":125.76,\"6930\":10499.31,\"6931\":128.09,\"6932\":198216.05,\"6933\":615.66,\"6934\":null,\"6935\":184.37,\"6936\":194.2,\"6937\":238.24,\"6938\":11650.42,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":784.12,\"6943\":null,\"6944\":0.99,\"6945\":24.35,\"6946\":4842.97,\"6947\":334.62,\"6948\":240.32,\"6949\":86.86,\"6950\":1747.56,\"6951\":1929.95,\"6952\":796.34,\"6953\":377.37,\"6954\":1194.48,\"6955\":19839.73,\"6956\":19914.46,\"6957\":null,\"6958\":936.14,\"6959\":135.42,\"6960\":149.65,\"6961\":1.23,\"6962\":0.29,\"6963\":62.16,\"6964\":null,\"6965\":null,\"6966\":119.74,\"6967\":31.18,\"6968\":null,\"6969\":139.53,\"6970\":194.03,\"6971\":2502.6,\"6972\":1559.58,\"6973\":32.95,\"6974\":1687.66,\"6975\":385.98,\"6976\":360.0,\"6977\":314.13,\"6978\":389.09,\"6979\":15.44,\"6980\":13.39,\"6981\":null,\"6982\":392.7,\"6983\":528.0,\"6984\":60.98,\"6985\":1859.0,\"6986\":38.99,\"6987\":1.98,\"6988\":4.79,\"6989\":63.15,\"6990\":20.0,\"6991\":25.16,\"6992\":102.08,\"6993\":18.44,\"6994\":16.86,\"6995\":23.14,\"6996\":247.08,\"6997\":4.65,\"6998\":null,\"6999\":353.81,\"7000\":358.11,\"7001\":100.62,\"7002\":6587.93,\"7003\":4900.0,\"7004\":62.02,\"7005\":null,\"7006\":null,\"7007\":314.57,\"7008\":417.48,\"7009\":181.36,\"7010\":21.06,\"7011\":284.85,\"7012\":null,\"7013\":27.7,\"7014\":58.53,\"7015\":132.0,\"7016\":69.08,\"7017\":89.33,\"7018\":4900.0,\"7019\":14.69,\"7020\":16.0,\"7021\":12.25,\"7022\":null,\"7023\":null,\"7024\":188.52,\"7025\":91.82,\"7026\":66.6,\"7027\":370.12,\"7028\":383.22,\"7029\":392.84,\"7030\":282.69,\"7031\":76.58,\"7032\":75.64,\"7033\":null,\"7034\":13.73,\"7035\":379.28,\"7036\":16.65,\"7037\":35.82,\"7038\":35.54,\"7039\":10.83,\"7040\":null,\"7041\":3872.0,\"7042\":1920.6,\"7043\":7160.4,\"7044\":398018.23,\"7045\":1854.0,\"7046\":3647.02,\"7047\":711.15,\"7048\":null,\"7049\":417.55,\"7050\":14146.0,\"7051\":15312.8,\"7052\":null,\"7053\":3042.43,\"7054\":1758.24,\"7055\":741.28,\"7056\":1538.1,\"7057\":2144.0,\"7058\":16728.0,\"7059\":458495.62,\"7060\":500898.92,\"7061\":12584.0,\"7062\":541.2,\"7063\":16986.98,\"7064\":65855.45,\"7065\":6728.33,\"7066\":948.74,\"7067\":2964.8,\"7068\":947.21,\"7069\":13166.78,\"7070\":537.46,\"7071\":12223.75,\"7072\":1487.61,\"7073\":27046.16,\"7074\":16330.0,\"7075\":7268.31,\"7076\":939.79,\"7077\":248690.58,\"7078\":160701.3,\"7079\":9152.49,\"7080\":200160.0,\"7081\":null,\"7082\":133656.57,\"7083\":4505.37,\"7084\":39971.9,\"7085\":33277.44,\"7086\":null,\"7087\":18997.0,\"7088\":24182.45,\"7089\":10263.31,\"7090\":16766.54,\"7091\":171197.88,\"7092\":1356.06,\"7093\":1957.58,\"7094\":535.33,\"7095\":305305.0,\"7096\":2115.68,\"7097\":2168.21,\"7098\":735.27,\"7099\":454.74,\"7100\":36132.76,\"7101\":162678.84,\"7102\":null,\"7103\":1923.0,\"7104\":938.14,\"7105\":1013813.8100000001,\"7106\":0.01,\"7107\":372.0,\"7108\":8437.0,\"7109\":2235.75,\"7110\":791.76,\"7111\":205000.0,\"7112\":631.49,\"7113\":15120.0,\"7114\":null,\"7115\":36096.42,\"7116\":69625.7,\"7117\":164711.23,\"7118\":2076.5,\"7119\":403880.0,\"7120\":40465.71,\"7121\":7652.17,\"7122\":478.63,\"7123\":687.74,\"7124\":1029.3,\"7125\":82049.08,\"7126\":2210.28,\"7127\":535.85,\"7128\":1035.54,\"7129\":894.74,\"7130\":3955.2,\"7131\":425.04,\"7132\":1320.21,\"7133\":8774.41,\"7134\":null,\"7135\":18132.13,\"7136\":6633.6,\"7137\":380.69,\"7138\":2479.2,\"7139\":231.0,\"7140\":308.69,\"7141\":29587.37,\"7142\":50181.17,\"7143\":1139.35,\"7144\":823748.35,\"7145\":40492.17,\"7146\":172327.85,\"7147\":1549.38,\"7148\":636.46,\"7149\":1750.83,\"7150\":1787.4,\"7151\":42628.32,\"7152\":767168.64,\"7153\":51693.42,\"7154\":530635.9399999999,\"7155\":null,\"7156\":null,\"7157\":154793.26,\"7158\":424835.74,\"7159\":141263.1,\"7160\":72386.78,\"7161\":2051.0,\"7162\":795.9,\"7163\":2102.74,\"7164\":2509.53,\"7165\":119.31,\"7166\":127.27,\"7167\":77665.4,\"7168\":164817.68,\"7169\":167876.4,\"7170\":159441.77,\"7171\":426.51,\"7172\":194322.79,\"7173\":22601.26,\"7174\":44825.99,\"7175\":47878.24,\"7176\":648.03,\"7177\":150987.18,\"7178\":1226.74,\"7179\":8511.8,\"7180\":175.96,\"7181\":29865.38,\"7182\":31430.52,\"7183\":23821.78,\"7184\":null,\"7185\":19373.59,\"7186\":654.48,\"7187\":5623.2,\"7188\":null,\"7189\":6031.2,\"7190\":6753.95,\"7191\":310.13,\"7192\":5680.0,\"7193\":9493.55,\"7194\":1620.0,\"7195\":1732.72,\"7196\":125.14,\"7197\":null,\"7198\":11513.0,\"7199\":9733.0,\"7200\":2389.2,\"7201\":5417.71,\"7202\":15611.57,\"7203\":11756.45,\"7204\":12380.5,\"7205\":1601.31,\"7206\":13453.4,\"7207\":13159.0,\"7208\":null,\"7209\":13320.0,\"7210\":19734.66,\"7211\":19663.94,\"7212\":19579.19,\"7213\":7552.8,\"7214\":440.5,\"7215\":12957.2,\"7216\":4976.0,\"7217\":null,\"7218\":3606.7,\"7219\":311.54,\"7220\":3479.8,\"7221\":5482.0,\"7222\":306.17,\"7223\":1380.26,\"7224\":335.11,\"7225\":1964.0,\"7226\":1353.81,\"7227\":11185.72,\"7228\":467.28,\"7229\":511.32,\"7230\":99.0,\"7231\":null,\"7232\":null,\"7233\":802.56,\"7234\":380.16,\"7235\":null,\"7236\":72.38,\"7237\":544.26,\"7238\":101.76,\"7239\":314.89,\"7240\":2000.0,\"7241\":5122.7,\"7242\":111.67,\"7243\":2513.6,\"7244\":139.02,\"7245\":null,\"7246\":4694.61,\"7247\":507.97,\"7248\":null,\"7249\":505.88,\"7250\":10053.9,\"7251\":543.04,\"7252\":18752.74,\"7253\":286.24,\"7254\":161.04,\"7255\":296.13,\"7256\":315.92,\"7257\":424.37,\"7258\":11655.92,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":625.93,\"7263\":null,\"7264\":5.61,\"7265\":29.87,\"7266\":3752.82,\"7267\":374.22,\"7268\":393.2,\"7269\":357.6,\"7270\":1982.66,\"7271\":2135.44,\"7272\":830.06,\"7273\":67.59,\"7274\":330.12,\"7275\":19915.29,\"7276\":19951.02,\"7277\":null,\"7278\":0.36,\"7279\":1415.19,\"7280\":1491.58,\"7281\":0.69,\"7282\":0.17,\"7283\":75.4,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":1.35,\"7288\":null,\"7289\":171.88,\"7290\":57.36,\"7291\":5187.92,\"7292\":1343.32,\"7293\":86.77,\"7294\":1496.93,\"7295\":603.05,\"7296\":null,\"7297\":64.59,\"7298\":57.62,\"7299\":57.61,\"7300\":55.1,\"7301\":53.96,\"7302\":465.9,\"7303\":629.1,\"7304\":112.9,\"7305\":5502.2,\"7306\":54.6,\"7307\":53.99,\"7308\":34.44,\"7309\":57.18,\"7310\":17.45,\"7311\":30.11,\"7312\":35.42,\"7313\":30.82,\"7314\":null,\"7315\":null,\"7316\":117.48,\"7317\":51.59,\"7318\":null,\"7319\":477.59,\"7320\":499.03,\"7321\":349.2,\"7322\":2077.14,\"7323\":4900.0,\"7324\":49.83,\"7325\":3.6,\"7326\":77.63,\"7327\":null,\"7328\":568.78,\"7329\":215.81,\"7330\":1212.62,\"7331\":15.76,\"7332\":1866.15,\"7333\":null,\"7334\":27.71,\"7335\":45.6,\"7336\":250.8,\"7337\":201.52,\"7338\":310.13,\"7339\":4900.0,\"7340\":10.19,\"7341\":9.9,\"7342\":11.35,\"7343\":8.8,\"7344\":null,\"7345\":352.28,\"7346\":233.61,\"7347\":170.4,\"7348\":465.43,\"7349\":507.79,\"7350\":88.07,\"7351\":270.42,\"7352\":91.23,\"7353\":89.91,\"7354\":8.51,\"7355\":181.39,\"7356\":4.98,\"7357\":18.07,\"7358\":38.78,\"7359\":45.2,\"7360\":9.63,\"7361\":null,\"7362\":3872.0,\"7363\":1861.2,\"7364\":7167.6,\"7365\":130230.45,\"7366\":1857.6,\"7367\":3645.68,\"7368\":711.92,\"7369\":null,\"7370\":430.97,\"7371\":12452.0,\"7372\":16339.13,\"7373\":198.0,\"7374\":2186.08,\"7375\":1721.61,\"7376\":768.1,\"7377\":2025.9,\"7378\":2147.0,\"7379\":17260.0,\"7380\":60647.42,\"7381\":502646.38,\"7382\":14144.0,\"7383\":1154.67,\"7384\":15999.49,\"7385\":31978.52,\"7386\":8165.67,\"7387\":1179.9,\"7388\":3702.72,\"7389\":877.64,\"7390\":21426.5,\"7391\":587.84,\"7392\":null,\"7393\":1029.4,\"7394\":27105.33,\"7395\":16257.0,\"7396\":5291.83,\"7397\":939.79,\"7398\":245643.22,\"7399\":159586.74,\"7400\":6380.29,\"7401\":512250.0,\"7402\":2032.43,\"7403\":18160.89,\"7404\":32811.7,\"7405\":16439.06,\"7406\":18328.2,\"7407\":22765.16,\"7408\":11111.07,\"7409\":16837.14,\"7410\":171213.51,\"7411\":1399.32,\"7412\":1839.83,\"7413\":534.58,\"7414\":9900.0,\"7415\":727.59,\"7416\":2497.57,\"7417\":741.37,\"7418\":401.75,\"7419\":53047.92,\"7420\":90375.15,\"7421\":1927.67,\"7422\":1944.6,\"7423\":865.37,\"7424\":1142404.73,\"7425\":231396.56,\"7426\":492.0,\"7427\":7196.2,\"7428\":7591.87,\"7429\":810.04,\"7430\":207000.0,\"7431\":642.43,\"7432\":13824.0,\"7433\":35361.66,\"7434\":69305.34,\"7435\":165206.03,\"7436\":null,\"7437\":91529.66,\"7438\":null,\"7439\":null,\"7440\":8111.3,\"7441\":330.13,\"7442\":673.16,\"7443\":856.95,\"7444\":81014.81,\"7445\":2210.28,\"7446\":402.3,\"7447\":1071.54,\"7448\":618.11,\"7449\":3778.8,\"7450\":424.8,\"7451\":1466.26,\"7452\":9833.28,\"7453\":4491.0,\"7454\":19772.68,\"7455\":7579.2,\"7456\":383.72,\"7457\":2515.2,\"7458\":237.6,\"7459\":339.6,\"7460\":30169.01,\"7461\":49512.58,\"7462\":1177.08,\"7463\":970373.99,\"7464\":36393.85,\"7465\":791120.87,\"7466\":1609.8,\"7467\":601.04,\"7468\":1440.12,\"7469\":1292.4,\"7470\":32641.44,\"7471\":575925.34,\"7472\":512639.35,\"7473\":179880.0,\"7474\":152715.5,\"7475\":68617.99,\"7476\":140564.73,\"7477\":72940.09,\"7478\":2047.0,\"7479\":795.62,\"7480\":2048.24,\"7481\":6188.36,\"7482\":516.34,\"7483\":525.58,\"7484\":66651.38,\"7485\":160247.36,\"7486\":168148.35,\"7487\":null,\"7488\":null,\"7489\":154978.3,\"7490\":22591.44,\"7491\":44607.39,\"7492\":47803.18,\"7493\":647.28,\"7494\":152475.39,\"7495\":1011.75,\"7496\":8247.8,\"7497\":2766.26,\"7498\":30377.28,\"7499\":31901.44,\"7500\":57991.24,\"7501\":57385.56,\"7502\":19593.27,\"7503\":653.19,\"7504\":5234.4,\"7505\":7.8,\"7506\":6031.2,\"7507\":6750.65,\"7508\":372.24,\"7509\":738.47,\"7510\":6080.0,\"7511\":9478.43,\"7512\":1496.28,\"7513\":1796.96,\"7514\":119.59,\"7515\":9471.0,\"7516\":7954.0,\"7517\":2272.6,\"7518\":4914.69,\"7519\":15272.98,\"7520\":11080.59,\"7521\":11670.52,\"7522\":1145.76,\"7523\":14754.2,\"7524\":14445.2,\"7525\":null,\"7526\":11916.0,\"7527\":19625.12,\"7528\":18561.33,\"7529\":19470.77,\"7530\":3380.4,\"7531\":549.9,\"7532\":9201.2,\"7533\":12254.0,\"7534\":2.86,\"7535\":1382.0,\"7536\":217.7,\"7537\":2935.8,\"7538\":1010.0,\"7539\":306.17,\"7540\":1377.27,\"7541\":333.27,\"7542\":1915.0,\"7543\":1340.64,\"7544\":12356.62,\"7545\":789.51,\"7546\":937.46,\"7547\":67.8,\"7548\":null,\"7549\":7.33,\"7550\":792.66,\"7551\":325.6,\"7552\":33.44,\"7553\":1234.67,\"7554\":77.76,\"7555\":1390.46,\"7556\":2000.0,\"7557\":5554.5,\"7558\":419.41,\"7559\":3859.84,\"7560\":370.01,\"7561\":null,\"7562\":9762.26,\"7563\":221.41,\"7564\":948.13,\"7565\":9785.64,\"7566\":1030.03,\"7567\":166590.32,\"7568\":1171.64,\"7569\":22.22,\"7570\":198.51,\"7571\":221.03,\"7572\":565.3,\"7573\":11667.89,\"7574\":22.08,\"7575\":null,\"7576\":null,\"7577\":282.12,\"7578\":null,\"7579\":5.15,\"7580\":26.83,\"7581\":5099.98,\"7582\":399.42,\"7583\":267.05,\"7584\":23.73,\"7585\":null,\"7586\":null,\"7587\":1015.5,\"7588\":312.75,\"7589\":1896.66,\"7590\":19869.19,\"7591\":19934.66,\"7592\":null,\"7593\":2299.32,\"7594\":1970.4,\"7595\":2040.68,\"7596\":1.74,\"7597\":0.4,\"7598\":170.16,\"7599\":14.55,\"7600\":null,\"7601\":226.55,\"7602\":0.94,\"7603\":4.65,\"7604\":null,\"7605\":300.84,\"7606\":5068.5,\"7607\":1273.03,\"7608\":95.8,\"7609\":5984.18,\"7610\":517.29,\"7611\":560.0,\"7612\":283.08,\"7613\":300.77,\"7614\":44.06,\"7615\":40.67,\"7616\":29.41,\"7617\":928.8,\"7618\":1199.7,\"7619\":85.8,\"7620\":22.08,\"7621\":93.24,\"7622\":12.36,\"7623\":72.49,\"7624\":21.75,\"7625\":39.01,\"7626\":44.17,\"7627\":20.37,\"7628\":34.11,\"7629\":44.85,\"7630\":502.74,\"7631\":64.32,\"7632\":null,\"7633\":852.53,\"7634\":864.79,\"7635\":379.71,\"7636\":3770.53,\"7637\":4900.0,\"7638\":67.61,\"7639\":null,\"7640\":34.5,\"7641\":null,\"7642\":523.77,\"7643\":87.45,\"7644\":617.34,\"7645\":33.86,\"7646\":null,\"7647\":null,\"7648\":27.44,\"7649\":21.22,\"7650\":138.6,\"7651\":111.32,\"7652\":635.67,\"7653\":4900.0,\"7654\":16.05,\"7655\":34.88,\"7656\":null,\"7657\":38.81,\"7658\":15.0,\"7659\":302.03,\"7660\":197.31,\"7661\":70.8,\"7662\":null,\"7663\":877.32,\"7664\":436.34,\"7665\":430.31,\"7666\":null,\"7667\":116.91,\"7668\":387.55,\"7669\":29.41,\"7670\":451.99,\"7671\":null,\"7672\":0.1,\"7673\":22.88,\"7674\":31.01,\"7675\":242.61,\"7676\":29.95,\"7677\":null,\"7678\":3872.0,\"7679\":1953.6,\"7680\":7162.8,\"7681\":395000.17,\"7682\":1677.6,\"7683\":3347.87,\"7684\":710.82,\"7685\":9.68,\"7686\":80.0,\"7687\":430.66,\"7688\":4994.0,\"7689\":14506.49,\"7690\":null,\"7691\":2158.53,\"7692\":1773.42,\"7693\":723.96,\"7694\":2311.2,\"7695\":2076.0,\"7696\":16596.0,\"7697\":60555.82,\"7698\":500337.34,\"7699\":14568.0,\"7700\":882.75,\"7701\":6988.31,\"7702\":26106.72,\"7703\":8169.33,\"7704\":1053.11,\"7705\":3702.4,\"7706\":883.4,\"7707\":15452.31,\"7708\":419.54,\"7709\":6997.98,\"7710\":2432.59,\"7711\":24161.1,\"7712\":16658.0,\"7713\":4609.32,\"7714\":939.79,\"7715\":245144.36,\"7716\":157719.41,\"7717\":5762.76,\"7718\":null,\"7719\":5090.58,\"7720\":15556.86,\"7721\":334702.86,\"7722\":23726.42,\"7723\":18381.0,\"7724\":23170.95,\"7725\":9956.21,\"7726\":16503.59,\"7727\":169153.44,\"7728\":1317.35,\"7729\":1509.52,\"7730\":541.96,\"7731\":4400.0,\"7732\":4084.38,\"7733\":2192.25,\"7734\":737.14,\"7735\":425.04,\"7736\":34783.71,\"7737\":90410.07,\"7738\":null,\"7739\":1908.0,\"7740\":4.4,\"7741\":857.34,\"7742\":1074648.47,\"7743\":0.06,\"7744\":348.0,\"7745\":7504.2,\"7746\":7508.7,\"7747\":824.56,\"7748\":204980.0,\"7749\":627.77,\"7750\":12420.0,\"7751\":34749.02,\"7752\":69341.81,\"7753\":164732.63,\"7754\":null,\"7755\":403466.0,\"7756\":170014.35,\"7757\":34528.13,\"7758\":8570.44,\"7759\":466.09,\"7760\":null,\"7761\":825.45,\"7762\":81943.11,\"7763\":2206.83,\"7764\":542.85,\"7765\":1047.6,\"7766\":553.23,\"7767\":3825.6,\"7768\":426.0,\"7769\":19290.34,\"7770\":1395.53,\"7771\":8769.39,\"7772\":4478.4,\"7773\":18836.16,\"7774\":5265.6,\"7775\":378.18,\"7776\":1510.2,\"7777\":237.6,\"7778\":306.01,\"7779\":30215.32,\"7780\":48167.82,\"7781\":1180.13,\"7782\":1008212.15,\"7783\":47466.42,\"7784\":410534.31,\"7785\":1611.36,\"7786\":598.18,\"7787\":1249.11,\"7788\":1130.4,\"7789\":499730.96,\"7790\":175099.12,\"7791\":null,\"7792\":null,\"7793\":142424.43,\"7794\":117713.4,\"7795\":2042.0,\"7796\":795.48,\"7797\":1408.03,\"7798\":5377.01,\"7799\":1015.16,\"7800\":985.21,\"7801\":54794.68,\"7802\":152704.04,\"7803\":162380.05,\"7804\":399.89,\"7805\":22592.68,\"7806\":44209.13,\"7807\":47740.59,\"7808\":647.22,\"7809\":152372.67,\"7810\":833.34,\"7811\":8630.6,\"7812\":2936.25,\"7813\":30643.23,\"7814\":null,\"7815\":57716.17,\"7816\":58151.02,\"7817\":19311.95,\"7818\":652.11,\"7819\":6418.8,\"7820\":null,\"7821\":6031.2,\"7822\":6763.02,\"7823\":451.44,\"7824\":4923.08,\"7825\":null,\"7826\":9418.61,\"7827\":355.56,\"7828\":1749.44,\"7829\":137.81,\"7830\":9455.0,\"7831\":19322.0,\"7832\":3465.0,\"7833\":7137.51,\"7834\":16317.11,\"7835\":11954.61,\"7836\":12574.97,\"7837\":451.15,\"7838\":12793.1,\"7839\":12508.9,\"7840\":null,\"7841\":12096.0,\"7842\":19405.33,\"7843\":19408.69,\"7844\":19200.02,\"7845\":6926.4,\"7846\":767.2,\"7847\":10018.0,\"7848\":4648.0,\"7849\":null,\"7850\":1321.7,\"7851\":207.82,\"7852\":2758.6,\"7853\":6321.0,\"7854\":306.17,\"7855\":1843.56,\"7856\":497.26,\"7857\":1964.0,\"7858\":2290.02,\"7859\":13849.94,\"7860\":null,\"7861\":731.44,\"7862\":5.4,\"7863\":null,\"7864\":null,\"7865\":768.24,\"7866\":329.12,\"7867\":null,\"7868\":11.0,\"7869\":38.11,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":6925.3,\"7874\":132.26,\"7875\":176.41,\"7876\":320.24,\"7877\":null,\"7878\":4114.96,\"7879\":79.94,\"7880\":694.75,\"7881\":8739.98,\"7882\":757.93,\"7883\":200314.21,\"7884\":99.81,\"7885\":null,\"7886\":289.04,\"7887\":301.71,\"7888\":269.87,\"7889\":11679.7,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":597.78,\"7894\":null,\"7895\":1.67,\"7896\":3.15,\"7897\":2042.94,\"7898\":89.82,\"7899\":360.1,\"7900\":null,\"7901\":903.09,\"7902\":null,\"7903\":null,\"7904\":19976.98,\"7905\":19972.28,\"7906\":null,\"7907\":1457.73,\"7908\":1578.62,\"7909\":1625.41,\"7910\":1.0,\"7911\":0.3,\"7912\":51.36,\"7913\":null,\"7914\":null,\"7915\":129.86,\"7916\":13.91,\"7917\":null,\"7918\":946.24,\"7919\":612.13,\"7920\":2100.96,\"7921\":1350.03,\"7922\":2.48,\"7923\":2372.65,\"7924\":335.22,\"7925\":240.0,\"7926\":null,\"7927\":329.75,\"7928\":45.68,\"7929\":43.84,\"7930\":38.86,\"7931\":428.1,\"7932\":590.4,\"7933\":55.79,\"7934\":42.6,\"7935\":14.16,\"7936\":21.48,\"7937\":56.47,\"7938\":15.48,\"7939\":null,\"7940\":7.91,\"7941\":28.06,\"7942\":12.32,\"7943\":11.73,\"7944\":164.28,\"7945\":70.44,\"7946\":19.2,\"7947\":67.35,\"7948\":69.5,\"7949\":145.62,\"7950\":4178.46,\"7951\":4900.0,\"7952\":52.16,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":303.76,\"7957\":null,\"7958\":299.78,\"7959\":10.81,\"7960\":null,\"7961\":null,\"7962\":43.6,\"7963\":39.35,\"7964\":94.47,\"7965\":189.2,\"7966\":196.18,\"7967\":4900.0,\"7968\":8.2,\"7969\":11.53,\"7970\":6.14,\"7971\":null,\"7972\":null,\"7973\":507.82,\"7974\":351.22,\"7975\":159.6,\"7976\":78.52,\"7977\":88.83,\"7978\":45.35,\"7979\":18.0,\"7980\":81.33,\"7981\":80.72,\"7982\":null,\"7983\":10.96,\"7984\":null,\"7985\":null,\"7986\":0.42,\"7987\":null,\"7988\":8.59,\"7989\":188.72,\"7990\":11.51,\"7991\":null,\"7992\":3875.67,\"7993\":633.6,\"7994\":7160.4,\"7995\":141517.51,\"7996\":2581.2,\"7997\":4117.84,\"7998\":705.98,\"7999\":null,\"8000\":null,\"8001\":431.15,\"8002\":12430.0,\"8003\":12254.74,\"8004\":null,\"8005\":410.68,\"8006\":null,\"8007\":613.53,\"8008\":1746.9,\"8009\":813.0,\"8010\":15688.0,\"8011\":60608.22,\"8012\":499968.04,\"8013\":13392.0,\"8014\":954.69,\"8015\":12039.42,\"8016\":49674.18,\"8017\":6655.0,\"8018\":1184.21,\"8019\":3701.76,\"8020\":873.43,\"8021\":13421.61,\"8022\":550.44,\"8023\":null,\"8024\":588.43,\"8025\":28699.42,\"8026\":16155.0,\"8027\":6660.31,\"8028\":937.81,\"8029\":244887.77,\"8030\":156786.79,\"8031\":6439.57,\"8032\":509060.0,\"8033\":159356.65,\"8034\":256.0,\"8035\":26523.43,\"8036\":395678.87,\"8037\":14936.3,\"8038\":18552.6,\"8039\":13963.19,\"8040\":15354.21,\"8041\":15205.45,\"8042\":170408.48,\"8043\":1363.72,\"8044\":1452.8,\"8045\":552.5,\"8046\":855.21,\"8047\":2165.8,\"8048\":727.1,\"8049\":405.24,\"8050\":29557.57,\"8051\":90475.26,\"8052\":4105.5,\"8053\":1804.2,\"8054\":null,\"8055\":884.37,\"8056\":1140619.8300000001,\"8057\":602597.77,\"8058\":516.0,\"8059\":7451.4,\"8060\":6518.15,\"8061\":826.43,\"8062\":205050.0,\"8063\":600.24,\"8064\":14040.0,\"8065\":35005.55,\"8066\":69336.25,\"8067\":164971.62,\"8068\":null,\"8069\":61824.0,\"8070\":566616.37,\"8071\":39564.53,\"8072\":8111.3,\"8073\":488.0,\"8074\":694.87,\"8075\":826.2,\"8076\":347583.6,\"8077\":2222.33,\"8078\":524.14,\"8079\":1028.52,\"8080\":1064.29,\"8081\":4626.0,\"8082\":411.96,\"8083\":1747.87,\"8084\":15329.93,\"8085\":4351.95,\"8086\":18611.81,\"8087\":5808.0,\"8088\":365.9,\"8089\":1445.27,\"8090\":264.0,\"8091\":322.22,\"8092\":29896.26,\"8093\":49328.27,\"8094\":1146.05,\"8095\":1092742.01,\"8096\":24044.12,\"8097\":416202.88,\"8098\":1482.0,\"8099\":642.62,\"8100\":1202.0,\"8101\":1035.0,\"8102\":522927.69,\"8103\":466657.08,\"8104\":139464.95,\"8105\":118210.55,\"8106\":2041.0,\"8107\":795.76,\"8108\":1157.3,\"8109\":2079.98,\"8110\":731.22,\"8111\":746.73,\"8112\":54900.17,\"8113\":160283.06,\"8114\":162681.6,\"8115\":911.5,\"8116\":102425.66,\"8117\":28762.6,\"8118\":44395.52,\"8119\":48741.2,\"8120\":476.7,\"8121\":152464.63,\"8122\":1100.85,\"8123\":8791.2,\"8124\":2857.74,\"8125\":29964.07,\"8126\":29439.24,\"8127\":57844.99,\"8128\":19302.13,\"8129\":654.36,\"8130\":9694.8,\"8131\":161.4,\"8132\":6031.2,\"8133\":6769.62,\"8134\":346.37,\"8135\":391.6,\"8136\":2880.0,\"8137\":9196.69,\"8138\":1688.28,\"8139\":1347.72,\"8140\":124.08,\"8141\":13317.0,\"8142\":10118.0,\"8143\":2523.4,\"8144\":14766.11,\"8145\":16196.24,\"8146\":12455.65,\"8147\":13131.29,\"8148\":1188.59,\"8149\":14585.9,\"8150\":14272.7,\"8151\":null,\"8152\":13338.0,\"8153\":19577.46,\"8154\":19526.86,\"8155\":19441.91,\"8156\":6922.8,\"8157\":630.8,\"8158\":10202.1,\"8159\":4738.0,\"8160\":1559.7,\"8161\":489.45,\"8162\":3417.6,\"8163\":5180.0,\"8164\":306.17,\"8165\":2065.35,\"8166\":333.96,\"8167\":1890.0,\"8168\":590.89,\"8169\":13681.52,\"8170\":null,\"8171\":808.05,\"8172\":95.4,\"8173\":null,\"8174\":55.73,\"8175\":778.14,\"8176\":null,\"8177\":347.6,\"8178\":975.6,\"8179\":159.83,\"8180\":299.98,\"8181\":null,\"8182\":833.3,\"8183\":2000.0,\"8184\":5862.8,\"8185\":141.92,\"8186\":2337.3,\"8187\":472.61,\"8188\":null,\"8189\":4419.13,\"8190\":542.41,\"8191\":842.88,\"8192\":9601.43,\"8193\":897.72,\"8194\":199880.43,\"8195\":356.65,\"8196\":null,\"8197\":447.93,\"8198\":508.94,\"8199\":808.43,\"8200\":11533.15,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":699.74,\"8205\":null,\"8206\":9.06,\"8207\":21.01,\"8208\":4394.98,\"8209\":194.22,\"8210\":586.33,\"8211\":null,\"8212\":819.96,\"8213\":2592.1,\"8214\":1055.85,\"8215\":229.95,\"8216\":856.26,\"8217\":19937.56,\"8218\":19938.56,\"8219\":null,\"8220\":1019.68,\"8221\":1965.87,\"8222\":1944.11,\"8223\":0.7,\"8224\":0.22,\"8225\":143.85,\"8226\":null,\"8227\":null,\"8228\":302.45,\"8229\":22.76,\"8230\":null,\"8231\":722.79,\"8232\":397.04,\"8233\":2791.07,\"8234\":1476.81,\"8235\":28.12,\"8236\":2583.2,\"8237\":719.95,\"8238\":560.0,\"8239\":178.65,\"8240\":291.11,\"8241\":8.92,\"8242\":15.18,\"8243\":17.05,\"8244\":369.3,\"8245\":481.5,\"8246\":76.56,\"8247\":36.6,\"8248\":33.6,\"8249\":9.84,\"8250\":64.36,\"8251\":18.66,\"8252\":47.7,\"8253\":32.94,\"8254\":49.18,\"8255\":9.66,\"8256\":9.52,\"8257\":242.22,\"8258\":89.16,\"8259\":33.6,\"8260\":257.69,\"8261\":264.87,\"8262\":214.11,\"8263\":3208.87,\"8264\":4900.0,\"8265\":64.51,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":644.97,\"8270\":257.81,\"8271\":467.63,\"8272\":3.33,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":50.38,\"8277\":72.6,\"8278\":74.8,\"8279\":754.12,\"8280\":4900.0,\"8281\":18.7,\"8282\":9.03,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":970.33,\"8287\":712.59,\"8288\":259.8,\"8289\":274.22,\"8290\":290.45,\"8291\":244.64,\"8292\":98.48,\"8293\":72.58,\"8294\":71.59,\"8295\":3341.9,\"8296\":2.47,\"8297\":75.57,\"8298\":1.6,\"8299\":null,\"8300\":70.84,\"8301\":57.55,\"8302\":0.6,\"8303\":null,\"8304\":3857.33,\"8305\":2501.4,\"8306\":7174.8,\"8307\":256766.87,\"8308\":6681.6,\"8309\":4832.28,\"8310\":714.67,\"8311\":42.15,\"8312\":null,\"8313\":431.2,\"8314\":12364.0,\"8315\":14626.01,\"8316\":198.0,\"8317\":2132.46,\"8318\":1773.09,\"8319\":770.0,\"8320\":1795.5,\"8321\":809.0,\"8322\":16616.0,\"8323\":60637.42,\"8324\":505667.76,\"8325\":13376.0,\"8326\":216.81,\"8327\":11049.81,\"8328\":38714.2,\"8329\":6706.33,\"8330\":826.28,\"8331\":304.96,\"8332\":846.84,\"8333\":15174.7,\"8334\":520.08,\"8335\":24856.83,\"8336\":411.17,\"8337\":26041.66,\"8338\":18158.0,\"8339\":6763.57,\"8340\":938.8,\"8341\":245282.19,\"8342\":157724.4,\"8343\":9106.63,\"8344\":507490.0,\"8345\":60486.93,\"8346\":2014.51,\"8347\":28488.45,\"8348\":395760.89,\"8349\":19221.64,\"8350\":18950.8,\"8351\":null,\"8352\":10250.21,\"8353\":16658.99,\"8354\":109209.37,\"8355\":1336.6,\"8356\":1809.18,\"8357\":532.83,\"8358\":687.46,\"8359\":2619.36,\"8360\":726.31,\"8361\":416.54,\"8362\":30911.85,\"8363\":90492.8,\"8364\":3982.13,\"8365\":2103.0,\"8366\":156.2,\"8367\":867.41,\"8368\":1095894.1499999999,\"8369\":600217.9,\"8370\":282.0,\"8371\":7702.2,\"8372\":5931.11,\"8373\":826.54,\"8374\":205110.0,\"8375\":572.84,\"8376\":13320.0,\"8377\":34394.62,\"8378\":69548.86,\"8379\":165098.34,\"8380\":28474.0,\"8381\":602725.17,\"8382\":8524.85,\"8383\":8417.39,\"8384\":255.55,\"8385\":689.94,\"8386\":1070.85,\"8387\":349976.64,\"8388\":2227.49,\"8389\":530.61,\"8390\":1100.7,\"8391\":1128.56,\"8392\":5287.2,\"8393\":411.24,\"8394\":1859.75,\"8395\":null,\"8396\":4358.7,\"8397\":19978.31,\"8398\":6091.2,\"8399\":370.92,\"8400\":2781.6,\"8401\":264.0,\"8402\":307.86,\"8403\":30159.79,\"8404\":50216.55,\"8405\":1473.46,\"8406\":1224585.0,\"8407\":9655.14,\"8408\":704718.92,\"8409\":1614.6,\"8410\":602.8,\"8411\":1252.92,\"8412\":982.8,\"8413\":null,\"8414\":479161.31,\"8415\":66697.27,\"8416\":211985.87,\"8417\":141762.78,\"8418\":72821.7,\"8419\":2065.0,\"8420\":796.04,\"8421\":3393.4,\"8422\":3199.75,\"8423\":862.41,\"8424\":863.07,\"8425\":160218.61,\"8426\":164113.5,\"8427\":7222.6,\"8428\":22411.26,\"8429\":44548.02,\"8430\":47515.46,\"8431\":649.26,\"8432\":151543.87,\"8433\":1167.02,\"8434\":8639.4,\"8435\":2710.02,\"8436\":28309.09,\"8437\":21265.23,\"8438\":57677.74,\"8439\":19293.23,\"8440\":653.52,\"8441\":10026.0,\"8442\":19.8,\"8443\":6031.2,\"8444\":6582.51,\"8445\":423.19,\"8446\":0.05,\"8447\":2560.0,\"8448\":9503.37,\"8449\":1630.08,\"8450\":1688.72,\"8451\":149.92,\"8452\":null,\"8453\":10190.0,\"8454\":11822.0,\"8455\":2224.2,\"8456\":12818.05,\"8457\":17335.5,\"8458\":10233.95,\"8459\":10228.57,\"8460\":1601.6,\"8461\":12723.5,\"8462\":12421.3,\"8463\":null,\"8464\":null,\"8465\":19563.07,\"8466\":19501.34,\"8467\":19426.8,\"8468\":5806.8,\"8469\":598.9,\"8470\":null,\"8471\":2058.0,\"8472\":1350.7,\"8473\":112.71,\"8474\":3322.4,\"8475\":2363.0,\"8476\":306.17,\"8477\":2240.95,\"8478\":330.28,\"8479\":2090.0,\"8480\":1253.13,\"8481\":13809.03,\"8482\":0.87,\"8483\":99.89,\"8484\":52.8,\"8485\":null,\"8486\":39.6,\"8487\":759.0,\"8488\":null,\"8489\":328.24,\"8490\":425.4,\"8491\":43.89,\"8492\":102.45,\"8493\":null,\"8494\":2000.0,\"8495\":6662.3,\"8496\":9.1,\"8497\":2262.69,\"8498\":395.24,\"8499\":null,\"8500\":4086.26,\"8501\":205.57,\"8502\":128.16,\"8503\":4951.82,\"8504\":121.5,\"8505\":184224.11,\"8506\":323.47,\"8507\":null,\"8508\":251.36,\"8509\":264.68,\"8510\":170.87,\"8511\":5769.91,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":518.17,\"8516\":null,\"8517\":4.71,\"8518\":2.76,\"8519\":1125.99,\"8520\":244.44,\"8521\":316.9,\"8522\":null,\"8523\":1693.63,\"8524\":1445.56,\"8525\":567.49,\"8526\":123.57,\"8527\":417.06,\"8528\":19955.98,\"8529\":19948.76,\"8530\":null,\"8531\":949.66,\"8532\":582.95,\"8533\":595.63,\"8534\":1.27,\"8535\":0.33,\"8536\":218.2,\"8537\":null,\"8538\":null,\"8539\":33.4,\"8540\":20.03,\"8541\":7.5,\"8542\":404.06,\"8543\":370.11,\"8544\":3341.99,\"8545\":1388.48,\"8546\":24.67,\"8547\":303.61,\"8548\":372.69,\"8549\":null,\"8550\":100.53,\"8551\":193.06,\"8552\":46.81,\"8553\":44.77,\"8554\":19.73,\"8555\":229.2,\"8556\":290.4,\"8557\":143.0,\"8558\":5483.5,\"8559\":30.48,\"8560\":15.23,\"8561\":null,\"8562\":41.32,\"8563\":9.03,\"8564\":24.4,\"8565\":5.06,\"8566\":25.3,\"8567\":14.22,\"8568\":14.81,\"8569\":3.06,\"8570\":null,\"8571\":null,\"8572\":334.64,\"8573\":331.63,\"8574\":297.0,\"8575\":1805.55,\"8576\":4900.0,\"8577\":36.68,\"8578\":null,\"8579\":null,\"8580\":363.77,\"8581\":119.77,\"8582\":382.43,\"8583\":12.49,\"8584\":null,\"8585\":null,\"8586\":53.5,\"8587\":34.66,\"8588\":112.2,\"8589\":200.2,\"8590\":151.43,\"8591\":4900.0,\"8592\":14.66,\"8593\":13.01,\"8594\":11.69,\"8595\":38.63,\"8596\":null,\"8597\":188.3,\"8598\":113.47,\"8599\":null,\"8600\":368.81,\"8601\":377.87,\"8602\":null,\"8603\":7.59,\"8604\":34.23,\"8605\":34.3,\"8606\":3888.15,\"8607\":11.16,\"8608\":181.06,\"8609\":null,\"8610\":null,\"8611\":9.35,\"8612\":21.04,\"8613\":299.19,\"8614\":8.78,\"8615\":null,\"8616\":3868.33,\"8617\":null,\"8618\":7190.4,\"8619\":406469.67,\"8620\":5673.6,\"8621\":4241.51,\"8622\":706.97,\"8623\":78.94,\"8624\":null,\"8625\":432.15,\"8626\":13211.0,\"8627\":16899.2,\"8628\":184.8,\"8629\":2158.53,\"8630\":1696.2,\"8631\":772.2,\"8632\":4369.5,\"8633\":810.0,\"8634\":16416.0,\"8635\":60693.86,\"8636\":504810.15,\"8637\":13128.0,\"8638\":1047.42,\"8639\":11152.75,\"8640\":33018.66,\"8641\":6724.67,\"8642\":1003.09,\"8643\":3701.12,\"8644\":857.9,\"8645\":15178.94,\"8646\":523.6,\"8647\":null,\"8648\":1232.17,\"8649\":27679.51,\"8650\":19426.0,\"8651\":5516.6,\"8652\":941.78,\"8653\":248426.52,\"8654\":158268.53,\"8655\":6764.04,\"8656\":509590.0,\"8657\":null,\"8658\":2413.2,\"8659\":18571.72,\"8660\":395747.56,\"8661\":15080.78,\"8662\":18928.8,\"8663\":null,\"8664\":12087.25,\"8665\":18417.42,\"8666\":170289.84,\"8667\":1206.4,\"8668\":1375.3,\"8669\":547.08,\"8670\":1344.8,\"8671\":1581.14,\"8672\":724.54,\"8673\":401.45,\"8674\":33474.43,\"8675\":null,\"8676\":729.36,\"8677\":1693.8,\"8678\":2285.8,\"8679\":878.02,\"8680\":1172831.54,\"8681\":598510.28,\"8682\":228.0,\"8683\":7827.6,\"8684\":7608.58,\"8685\":824.23,\"8686\":205060.0,\"8687\":613.22,\"8688\":9792.0,\"8689\":35082.52,\"8690\":69518.28,\"8691\":165571.29,\"8692\":404984.0,\"8693\":598641.65,\"8694\":null,\"8695\":null,\"8696\":3826.09,\"8697\":560.47,\"8698\":690.52,\"8699\":913.5,\"8700\":349828.81,\"8701\":2225.77,\"8702\":456.69,\"8703\":1117.08,\"8704\":259.66,\"8705\":3258.0,\"8706\":411.6,\"8707\":1683.2,\"8708\":15502.83,\"8709\":4359.6,\"8710\":19794.48,\"8711\":6427.2,\"8712\":373.82,\"8713\":2343.6,\"8714\":260.7,\"8715\":278.42,\"8716\":29350.0,\"8717\":46381.5,\"8718\":99.68,\"8719\":580640.2,\"8720\":7800.45,\"8721\":635681.75,\"8722\":1615.86,\"8723\":828.3,\"8724\":1155.66,\"8725\":1011.6,\"8726\":339198.33,\"8727\":66648.68,\"8728\":123899.73,\"8729\":140706.26,\"8730\":72070.12,\"8731\":2063.0,\"8732\":794.22,\"8733\":3269.84,\"8734\":3196.15,\"8735\":123.09,\"8736\":136.85,\"8737\":158720.75,\"8738\":166196.6,\"8739\":4840.94,\"8740\":null,\"8741\":22411.54,\"8742\":44527.67,\"8743\":47610.55,\"8744\":669.09,\"8745\":152542.24,\"8746\":1081.7,\"8747\":8866.0,\"8748\":2709.21,\"8749\":30075.84,\"8750\":57998.51,\"8751\":null,\"8752\":19286.88,\"8753\":653.19,\"8754\":9424.8,\"8755\":102.0,\"8756\":6031.2,\"8757\":6741.08,\"8758\":427.02,\"8759\":null,\"8760\":5520.0,\"8761\":9479.22,\"8762\":771.72,\"8763\":1789.04,\"8764\":145.99,\"8765\":null,\"8766\":10116.0,\"8767\":15158.0,\"8768\":2741.2,\"8769\":15725.46,\"8770\":15393.54,\"8771\":10229.64,\"8772\":10226.62,\"8773\":800.36,\"8774\":13448.6,\"8775\":13159.6,\"8776\":null,\"8777\":19746.58,\"8778\":19329.73,\"8779\":19609.36,\"8780\":4435.2,\"8781\":601.8,\"8782\":null,\"8783\":4962.0,\"8784\":1277.4,\"8785\":144.56,\"8786\":6153.4,\"8787\":6640.0,\"8788\":306.17,\"8789\":2153.17,\"8790\":328.67,\"8791\":2073.0,\"8792\":1380.78,\"8793\":12870.11,\"8794\":507.0,\"8795\":360.17,\"8796\":44.4,\"8797\":null,\"8798\":168.67,\"8799\":748.44,\"8800\":null,\"8801\":574.2,\"8802\":878.7,\"8803\":140.25,\"8804\":719.53,\"8805\":1706.85,\"8806\":2000.0,\"8807\":5408.1,\"8808\":307.63,\"8809\":557.2,\"8810\":331.82,\"8811\":13.33,\"8812\":3954.26,\"8813\":189.73,\"8814\":349.76,\"8815\":11072.1,\"8816\":370.22,\"8817\":149028.54,\"8818\":20.61,\"8819\":null,\"8820\":395.63,\"8821\":405.57,\"8822\":217.37,\"8823\":11642.46,\"8824\":6.12,\"8825\":null,\"8826\":null,\"8827\":633.51,\"8828\":null,\"8829\":6.84,\"8830\":126.52,\"8831\":null,\"8832\":680.22,\"8833\":551.62,\"8834\":614.46,\"8835\":2459.12,\"8836\":2671.92,\"8837\":989.47,\"8838\":null,\"8839\":null,\"8840\":19967.58,\"8841\":19971.36,\"8842\":12.0,\"8843\":875.18,\"8844\":1791.95,\"8845\":1614.0,\"8846\":1.65,\"8847\":0.35,\"8848\":199.1,\"8849\":438.9,\"8850\":null,\"8851\":122.06,\"8852\":0.77,\"8853\":null,\"8854\":274.33,\"8855\":401.83,\"8856\":5566.32,\"8857\":1264.07,\"8858\":50.95,\"8859\":339.61,\"8860\":818.65,\"8861\":599.41,\"8862\":null,\"8863\":303.6,\"8864\":13.28,\"8865\":10.76,\"8866\":109.78,\"8867\":514.5,\"8868\":620.4,\"8869\":73.3,\"8870\":null,\"8871\":141.36,\"8872\":63.96,\"8873\":27.36,\"8874\":15.11,\"8875\":1.46,\"8876\":8.63,\"8877\":44.51,\"8878\":20.48,\"8879\":30.91,\"8880\":388.68,\"8881\":59.76,\"8882\":21.6,\"8883\":244.23,\"8884\":242.81,\"8885\":291.51,\"8886\":null,\"8887\":4900.0,\"8888\":51.51,\"8889\":null,\"8890\":11.5,\"8891\":null,\"8892\":915.0,\"8893\":237.56,\"8894\":271.71,\"8895\":21.08,\"8896\":null,\"8897\":null,\"8898\":74.51,\"8899\":38.52,\"8900\":143.0,\"8901\":239.8,\"8902\":38.45,\"8903\":4900.0,\"8904\":14.77,\"8905\":20.22,\"8906\":6.76,\"8907\":47.12,\"8908\":24.0,\"8909\":741.59,\"8910\":534.6,\"8911\":393.0,\"8912\":255.56,\"8913\":266.11,\"8914\":46.23,\"8915\":167.22,\"8916\":92.64,\"8917\":90.93,\"8918\":2430.53,\"8919\":19.12,\"8920\":488.29,\"8921\":null,\"8922\":4.88,\"8923\":8.78,\"8924\":4.1,\"8925\":100.4,\"8926\":16.0,\"8927\":null,\"8928\":3864.67,\"8929\":2508.0,\"8930\":7219.2,\"8931\":67715.5,\"8932\":5245.2,\"8933\":4933.98,\"8934\":708.84,\"8935\":31.59,\"8936\":null,\"8937\":429.04,\"8938\":11462.0,\"8939\":19617.27,\"8940\":198.0,\"8941\":2170.41,\"8942\":1787.28,\"8943\":795.06,\"8944\":null,\"8945\":811.0,\"8946\":16092.0,\"8947\":236044.26,\"8948\":500311.28,\"8949\":14392.0,\"8950\":944.13,\"8951\":12043.08,\"8952\":31982.06,\"8953\":8209.67,\"8954\":336.09,\"8955\":3702.08,\"8956\":875.63,\"8957\":15710.35,\"8958\":472.78,\"8959\":199.23,\"8960\":709.5,\"8961\":29066.91,\"8962\":19051.0,\"8963\":4884.78,\"8964\":942.77,\"8965\":242538.07,\"8966\":null,\"8967\":6069.49,\"8968\":508920.0,\"8969\":20296.57,\"8970\":854.64,\"8971\":17069.82,\"8972\":395700.2,\"8973\":14495.49,\"8974\":18288.6,\"8975\":37.04,\"8976\":14382.05,\"8977\":12822.94,\"8978\":94767.85,\"8979\":1416.09,\"8980\":1740.09,\"8981\":538.83,\"8982\":null,\"8983\":1534.12,\"8984\":2551.16,\"8985\":726.12,\"8986\":448.7,\"8987\":80072.8,\"8988\":4154.72,\"8989\":2752.2,\"8990\":null,\"8991\":831.99,\"8992\":1175500.9399999999,\"8993\":601766.77,\"8994\":432.0,\"8995\":6883.8,\"8996\":7596.02,\"8997\":818.29,\"8998\":182840.0,\"8999\":531.0,\"9000\":13284.0,\"9001\":39678.54,\"9002\":64610.0,\"9003\":165302.33,\"9004\":null,\"9005\":402224.0,\"9006\":null,\"9007\":38644.86,\"9008\":3366.96,\"9009\":623.17,\"9010\":677.45,\"9011\":2680.5,\"9012\":81358.68,\"9013\":2218.88,\"9014\":519.35,\"9015\":181.8,\"9016\":1187.46,\"9017\":9908.4,\"9018\":411.48,\"9019\":1985.57,\"9020\":14914.56,\"9021\":4358.25,\"9022\":19723.64,\"9023\":9451.2,\"9024\":372.31,\"9025\":null,\"9026\":262.35,\"9027\":247.61,\"9028\":29973.24,\"9029\":44468.36,\"9030\":null,\"9031\":1011383.29,\"9032\":1942.2,\"9033\":819801.65,\"9034\":1614.54,\"9035\":723.58,\"9036\":1139.46,\"9037\":1287.0,\"9038\":176168.75,\"9039\":65649.15,\"9040\":145146.24,\"9041\":140732.36,\"9042\":73525.57,\"9043\":738.0,\"9044\":794.36,\"9045\":3569.35,\"9046\":7294.17,\"9047\":330.82,\"9048\":338.97,\"9049\":54567.27,\"9050\":156806.66,\"9051\":167321.4,\"9052\":19804.16,\"9053\":17852.33,\"9054\":null,\"9055\":44178.04,\"9056\":47468.36,\"9057\":662.43,\"9058\":152358.03,\"9059\":951.98,\"9060\":9380.8,\"9061\":1812.3,\"9062\":28055.18,\"9063\":50924.47,\"9064\":19309.82,\"9065\":652.02,\"9066\":10018.8,\"9067\":95.4,\"9068\":6031.2,\"9069\":6724.41,\"9070\":447.22,\"9071\":75.2,\"9072\":5920.0,\"9073\":9504.25,\"9074\":1644.12,\"9075\":1769.68,\"9076\":178.33,\"9077\":9150.0,\"9078\":12220.0,\"9079\":4782.8,\"9080\":19331.32,\"9081\":15415.21,\"9082\":16139.38,\"9083\":16070.9,\"9084\":78.03,\"9085\":14111.9,\"9086\":13809.2,\"9087\":null,\"9088\":18706.74,\"9089\":19620.35,\"9090\":19586.8,\"9091\":579.6,\"9092\":421.2,\"9093\":16776.1,\"9094\":7292.0,\"9095\":2319.0,\"9096\":172.16,\"9097\":7123.6,\"9098\":4713.0,\"9099\":306.17,\"9100\":2165.89,\"9101\":451.03,\"9102\":2937.0,\"9103\":511.07,\"9104\":12658.9,\"9105\":61.88,\"9106\":1094.4,\"9107\":126.0,\"9108\":null,\"9109\":null,\"9110\":768.24,\"9111\":null,\"9112\":597.08,\"9113\":666.0,\"9114\":231.77,\"9115\":null,\"9116\":653.09,\"9117\":3000.0,\"9118\":5482.7,\"9119\":177.68,\"9120\":1963.65,\"9121\":424.39,\"9122\":null,\"9123\":5125.04,\"9124\":483.49,\"9125\":null,\"9126\":1150.65,\"9127\":8400.95,\"9128\":1222.64,\"9129\":180896.31,\"9130\":1097.17,\"9131\":null,\"9132\":199.98,\"9133\":205.87,\"9134\":379.37,\"9135\":11665.67,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":149.43,\"9140\":null,\"9141\":1.21,\"9142\":35.27,\"9143\":154.62,\"9144\":258.72,\"9145\":25.29,\"9146\":192.99,\"9147\":208.48,\"9148\":87.37,\"9149\":788.04,\"9150\":2670.84,\"9151\":19940.79,\"9152\":19960.84,\"9153\":null,\"9154\":2341.92,\"9155\":284.9,\"9156\":302.48,\"9157\":0.49,\"9158\":0.15,\"9159\":85.05,\"9160\":null,\"9161\":null,\"9162\":240.83,\"9163\":25.41,\"9164\":null,\"9165\":1402.97,\"9166\":545.21,\"9167\":4555.36,\"9168\":2117.12,\"9169\":124.14,\"9170\":3671.51,\"9171\":205.3,\"9172\":null,\"9173\":592.11,\"9174\":592.02,\"9175\":58.29,\"9176\":54.22,\"9177\":36.86,\"9178\":162.3,\"9179\":193.5,\"9180\":147.22,\"9181\":50.52,\"9182\":1.56,\"9183\":10.56,\"9184\":6.35,\"9185\":0.06,\"9186\":53.3,\"9187\":29.42,\"9188\":19.77,\"9189\":22.29,\"9190\":26.54,\"9191\":176.16,\"9192\":11.64,\"9193\":1.2,\"9194\":1089.8,\"9195\":1173.63,\"9196\":437.4,\"9197\":4192.01,\"9198\":4900.0,\"9199\":7.64,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":159.05,\"9204\":86.21,\"9205\":308.75,\"9206\":20.89,\"9207\":null,\"9208\":null,\"9209\":53.89,\"9210\":11.71,\"9211\":78.1,\"9212\":23.64,\"9213\":372.51,\"9214\":4900.0,\"9215\":25.24,\"9216\":22.37,\"9217\":30.53,\"9218\":null,\"9219\":null,\"9220\":307.42,\"9221\":197.75,\"9222\":201.0,\"9223\":1065.38,\"9224\":1216.63,\"9225\":152.79,\"9226\":198.95,\"9227\":54.91,\"9228\":55.31,\"9229\":2860.05,\"9230\":18.77,\"9231\":49.06,\"9232\":1.21,\"9233\":45.74,\"9234\":95.8,\"9235\":239.98,\"9236\":16.73,\"9237\":null,\"9238\":3864.67,\"9239\":2514.6,\"9240\":7243.2,\"9241\":405862.74,\"9242\":6595.2,\"9243\":4445.93,\"9244\":706.53,\"9245\":null,\"9246\":null,\"9247\":430.27,\"9248\":12826.0,\"9249\":19602.05,\"9250\":204.6,\"9251\":2161.83,\"9252\":1747.68,\"9253\":747.09,\"9254\":807.0,\"9255\":15920.0,\"9256\":68310.94,\"9257\":503073.2,\"9258\":null,\"9259\":null,\"9260\":15986.35,\"9261\":52064.29,\"9262\":8206.0,\"9263\":777.98,\"9264\":3701.44,\"9265\":920.43,\"9266\":20349.71,\"9267\":509.52,\"9268\":35207.25,\"9269\":3613.69,\"9270\":27997.48,\"9271\":19166.0,\"9272\":7139.53,\"9273\":942.77,\"9274\":255000.0,\"9275\":6525.24,\"9276\":509260.0,\"9277\":16699.03,\"9278\":16114.49,\"9279\":396305.42,\"9280\":19351.65,\"9281\":37.4,\"9282\":0.1,\"9283\":11979.95,\"9284\":9730.31,\"9285\":123508.82,\"9286\":1340.95,\"9287\":1346.18,\"9288\":532.83,\"9289\":155210.0,\"9290\":771.47,\"9291\":2413.51,\"9292\":726.02,\"9293\":446.37,\"9294\":45466.52,\"9295\":90546.3,\"9296\":4009.29,\"9297\":2512.8,\"9298\":1885.4,\"9299\":889.05,\"9300\":1143768.0600000001,\"9301\":600534.14,\"9302\":84.0,\"9303\":6932.2,\"9304\":7583.63,\"9305\":818.29,\"9306\":205130.0,\"9307\":580.88,\"9308\":13968.0,\"9309\":39908.33,\"9310\":64820.9,\"9311\":165257.31,\"9312\":null,\"9313\":null,\"9314\":591365.86,\"9315\":null,\"9316\":19705.09,\"9317\":4897.39,\"9318\":566.02,\"9319\":682.34,\"9320\":2677.8,\"9321\":81234.17,\"9322\":2222.33,\"9323\":359.21,\"9324\":709.02,\"9325\":865.51,\"9326\":9153.6,\"9327\":411.72,\"9328\":2261.88,\"9329\":19673.02,\"9330\":4352.4,\"9331\":19857.84,\"9332\":1435.2,\"9333\":364.78,\"9334\":2661.0,\"9335\":178.2,\"9336\":343.56,\"9337\":29238.0,\"9338\":50215.08,\"9339\":1304.73,\"9340\":796046.37,\"9341\":36121.29,\"9342\":820390.27,\"9343\":null,\"9344\":860.2,\"9345\":1078.5,\"9346\":1918.8,\"9347\":330864.58,\"9348\":40931.5,\"9349\":202234.09,\"9350\":142404.14,\"9351\":74229.27,\"9352\":2058.0,\"9353\":792.4,\"9354\":1538.43,\"9355\":4494.89,\"9356\":1088.06,\"9357\":1104.15,\"9358\":54759.6,\"9359\":157861.91,\"9360\":162037.8,\"9361\":10206.28,\"9362\":17641.31,\"9363\":44254.77,\"9364\":47321.49,\"9365\":658.86,\"9366\":152809.04,\"9367\":1076.42,\"9368\":null,\"9369\":2770.97,\"9370\":29943.76,\"9371\":null,\"9372\":57803.61,\"9373\":19293.15,\"9374\":652.17,\"9375\":15548.4,\"9376\":null,\"9377\":6031.2,\"9378\":6775.07,\"9379\":351.52,\"9380\":119.83,\"9381\":4800.0,\"9382\":9526.17,\"9383\":1651.92,\"9384\":1675.96,\"9385\":159.32,\"9386\":9085.0,\"9387\":13814.0,\"9388\":3766.4,\"9389\":16702.5,\"9390\":14853.32,\"9391\":10219.3,\"9392\":10229.47,\"9393\":352.88,\"9394\":12656.2,\"9395\":12382.6,\"9396\":30.0,\"9397\":18908.48,\"9398\":19616.46,\"9399\":19573.13,\"9400\":471.8,\"9401\":12400.2,\"9402\":4810.0,\"9403\":null,\"9404\":1836.3,\"9405\":464.72,\"9406\":6908.4,\"9407\":5375.0,\"9408\":306.17,\"9409\":1927.4,\"9410\":326.37,\"9411\":3215.0,\"9412\":309.72,\"9413\":13438.65,\"9414\":572.35,\"9415\":1110.02,\"9416\":94.2,\"9417\":null,\"9418\":506.0,\"9419\":701.58,\"9420\":null,\"9421\":622.6,\"9422\":null,\"9423\":201.3,\"9424\":459.6,\"9425\":1435.6,\"9426\":3000.0,\"9427\":5177.2,\"9428\":507.73,\"9429\":3401.92,\"9430\":380.82,\"9431\":null,\"9432\":9727.83,\"9433\":608.89,\"9434\":1142.78,\"9435\":9801.14,\"9436\":1245.82,\"9437\":55075.0,\"9438\":1229.33,\"9439\":22.22,\"9440\":427.03,\"9441\":439.14,\"9442\":835.43,\"9443\":11653.07,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":652.46,\"9448\":null,\"9449\":4.33,\"9450\":29.1,\"9451\":161.82,\"9452\":597.3,\"9453\":62.65,\"9454\":2265.47,\"9455\":2451.31,\"9456\":918.94,\"9457\":712.35,\"9458\":1734.66,\"9459\":19953.66,\"9460\":19951.75,\"9461\":144.6,\"9462\":2374.12,\"9463\":1552.86,\"9464\":1537.32,\"9465\":1.07,\"9466\":0.31,\"9467\":104.25,\"9468\":null,\"9469\":null,\"9470\":347.53,\"9471\":38.19,\"9472\":2.4,\"9473\":1735.22,\"9474\":707.43,\"9475\":7050.64,\"9476\":1279.58,\"9477\":28.87,\"9478\":2518.38,\"9479\":660.1,\"9480\":1080.0,\"9481\":536.31,\"9482\":937.02,\"9483\":46.15,\"9484\":44.99,\"9485\":43.16,\"9486\":468.3,\"9487\":619.8,\"9488\":328.94,\"9489\":33.24,\"9490\":48.12,\"9491\":9.83,\"9492\":55.88,\"9493\":14.65,\"9494\":39.63,\"9495\":53.54,\"9496\":46.06,\"9497\":17.48,\"9498\":18.77,\"9499\":637.14,\"9500\":58.56,\"9501\":19.2,\"9502\":338.86,\"9503\":353.89,\"9504\":298.8,\"9505\":null,\"9506\":4900.0,\"9507\":50.39,\"9508\":6.0,\"9509\":48.88,\"9510\":null,\"9511\":585.6,\"9512\":492.0,\"9513\":573.48,\"9514\":12.98,\"9515\":316.8,\"9516\":null,\"9517\":41.02,\"9518\":74.8,\"9519\":172.48,\"9520\":517.41,\"9521\":4900.0,\"9522\":23.11,\"9523\":17.61,\"9524\":31.52,\"9525\":125.88,\"9526\":null,\"9527\":644.14,\"9528\":310.35,\"9529\":836.4,\"9530\":358.9,\"9531\":383.03,\"9532\":631.95,\"9533\":593.82,\"9534\":81.64,\"9535\":80.54,\"9536\":4031.33,\"9537\":43.01,\"9538\":577.39,\"9539\":null,\"9540\":1.34,\"9541\":23.44,\"9542\":103.84,\"9543\":318.64,\"9544\":12.35,\"9545\":null,\"9546\":3853.67,\"9547\":2494.8,\"9548\":7245.6,\"9549\":367349.95,\"9550\":10486.8,\"9551\":6419.28,\"9552\":710.38,\"9553\":null,\"9554\":null,\"9555\":366.95,\"9556\":11550.0,\"9557\":19698.02,\"9558\":198.0,\"9559\":2160.84,\"9560\":1752.3,\"9561\":770.85,\"9562\":810.0,\"9563\":null,\"9564\":124386.52,\"9565\":493475.52,\"9566\":null,\"9567\":9988.07,\"9568\":41434.82,\"9569\":8151.0,\"9570\":961.69,\"9571\":3701.44,\"9572\":870.27,\"9573\":22001.02,\"9574\":543.62,\"9575\":null,\"9576\":2300.91,\"9577\":30495.34,\"9578\":16752.0,\"9579\":4786.51,\"9580\":941.78,\"9581\":255000.0,\"9582\":5906.41,\"9583\":4829.67,\"9584\":3726.36,\"9585\":18067.89,\"9586\":397551.55,\"9587\":23625.4,\"9588\":17824.4,\"9589\":0.5,\"9590\":15036.36,\"9591\":null,\"9592\":7466.31,\"9593\":1848.3,\"9594\":1327.42,\"9595\":545.71,\"9596\":83270.0,\"9597\":5481.92,\"9598\":2404.77,\"9599\":714.7,\"9600\":437.47,\"9601\":52674.89,\"9602\":null,\"9603\":2591.01,\"9604\":2416.2,\"9605\":14533.2,\"9606\":882.2,\"9607\":1185144.1799999999,\"9608\":600932.6899999999,\"9609\":null,\"9610\":6826.6,\"9611\":6558.27,\"9612\":824.54,\"9613\":175060.0,\"9614\":528.6,\"9615\":13104.0,\"9616\":39944.18,\"9617\":65438.01,\"9618\":124342.97,\"9619\":null,\"9620\":545354.03,\"9621\":33726.32,\"9622\":4438.26,\"9623\":627.13,\"9624\":694.62,\"9625\":3571.8,\"9626\":81016.76,\"9627\":2218.88,\"9628\":543.25,\"9629\":1207.98,\"9630\":787.64,\"9631\":9602.4,\"9632\":412.08,\"9633\":19011.67,\"9634\":1930.48,\"9635\":15956.22,\"9636\":4394.7,\"9637\":19832.17,\"9638\":null,\"9639\":368.48,\"9640\":2667.0,\"9641\":250.8,\"9642\":346.56,\"9643\":29540.87,\"9644\":44775.56,\"9645\":1306.2,\"9646\":1232325.3100000001,\"9647\":64043.24,\"9648\":819925.4,\"9649\":1597.5,\"9650\":802.78,\"9651\":1070.42,\"9652\":1284.0,\"9653\":177058.79,\"9654\":66682.91,\"9655\":122846.39,\"9656\":79071.83,\"9657\":72870.36,\"9658\":847.0,\"9659\":796.6,\"9660\":8714.01,\"9661\":1130.33,\"9662\":1050.35,\"9663\":54666.19,\"9664\":156503.32,\"9665\":169374.9,\"9666\":4786.67,\"9667\":null,\"9668\":44473.31,\"9669\":47657.35,\"9670\":634.11,\"9671\":152501.4,\"9672\":1005.48,\"9673\":6905.8,\"9674\":2838.11,\"9675\":17056.49,\"9676\":null,\"9677\":19273.35,\"9678\":651.78,\"9679\":11797.2,\"9680\":null,\"9681\":6031.2,\"9682\":6776.55,\"9683\":400.88,\"9684\":99.73,\"9685\":4960.0,\"9686\":9545.7,\"9687\":1640.04,\"9688\":1671.12,\"9689\":137.41,\"9690\":8912.0,\"9691\":12427.0,\"9692\":2998.6,\"9693\":13835.83,\"9694\":20485.16,\"9695\":10219.08,\"9696\":10231.72,\"9697\":805.64,\"9698\":12235.0,\"9699\":11966.8,\"9700\":null,\"9701\":19693.17,\"9702\":19624.6,\"9703\":19435.67,\"9704\":646.5,\"9705\":12956.7,\"9706\":7764.0,\"9707\":null,\"9708\":1549.0,\"9709\":329.48,\"9710\":6177.0,\"9711\":6278.0,\"9712\":306.17,\"9713\":1568.67,\"9714\":301.76,\"9715\":2820.0,\"9716\":1245.61,\"9717\":20345.5,\"9718\":407.52,\"9719\":655.22,\"9720\":114.0,\"9721\":null,\"9722\":null,\"9723\":694.98,\"9724\":479.16,\"9725\":113.41,\"9726\":6.15,\"9727\":1074.45,\"9728\":3000.0,\"9729\":6840.6,\"9730\":140.54,\"9731\":4979.81,\"9732\":569.12,\"9733\":null,\"9734\":3736.17,\"9735\":523.81,\"9736\":763.53,\"9737\":10175.34,\"9738\":824.49,\"9739\":56138.11,\"9740\":481.7,\"9741\":null,\"9742\":388.7,\"9743\":441.2,\"9744\":491.87,\"9745\":11652.49,\"9746\":18.4,\"9747\":null,\"9748\":null,\"9749\":283.07,\"9750\":0.07,\"9751\":7.61,\"9752\":66.29,\"9753\":273.42,\"9754\":536.52,\"9755\":0.3,\"9756\":789.6,\"9757\":786.3,\"9758\":337.3,\"9759\":83.97,\"9760\":182.52,\"9761\":19947.9,\"9762\":19954.83,\"9763\":null,\"9764\":1351.19,\"9765\":398.61,\"9766\":411.36,\"9767\":1.82,\"9768\":0.45,\"9769\":93.45,\"9770\":13.8,\"9771\":null,\"9772\":111.94,\"9773\":0.92,\"9774\":7.65,\"9775\":449.66,\"9776\":292.8,\"9777\":3414.02,\"9778\":1242.51,\"9779\":77.17,\"9780\":5604.55,\"9781\":570.85,\"9782\":79.41,\"9783\":73.62,\"9784\":361.56,\"9785\":40.26,\"9786\":38.89,\"9787\":47.89,\"9788\":442.16,\"9789\":560.97,\"9790\":188.85,\"9791\":25.3,\"9792\":19.8,\"9793\":12.84,\"9794\":null,\"9795\":26.2,\"9796\":8.43,\"9797\":21.06,\"9798\":33.14,\"9799\":38.86,\"9800\":16.63,\"9801\":16.33,\"9802\":147.42,\"9803\":16.32,\"9804\":10.8,\"9805\":291.89,\"9806\":306.45,\"9807\":43.11,\"9808\":1640.25,\"9809\":4900.0,\"9810\":28.82,\"9811\":null,\"9812\":43.13,\"9813\":null,\"9814\":471.89,\"9815\":514.76,\"9816\":191.47,\"9817\":15.94,\"9818\":null,\"9819\":null,\"9820\":96.23,\"9821\":22.43,\"9822\":55.0,\"9823\":249.48,\"9824\":63.93,\"9825\":4900.0,\"9826\":12.29,\"9827\":15.91,\"9828\":13.53,\"9829\":43.16,\"9830\":null,\"9831\":76.2,\"9832\":310.74,\"9833\":333.13,\"9834\":90.95,\"9835\":165.44,\"9836\":39.6,\"9837\":39.36,\"9838\":2779.55,\"9839\":12.93,\"9840\":121.99,\"9841\":null,\"9842\":10.29,\"9843\":41.74,\"9844\":122.48,\"9845\":10.16,\"9846\":null,\"9847\":3875.67,\"9848\":2494.8,\"9849\":7257.6,\"9850\":246429.73,\"9851\":9248.4,\"9852\":5925.49,\"9853\":708.73,\"9854\":4.49,\"9855\":null,\"9856\":null,\"9857\":11462.0,\"9858\":19706.91,\"9859\":191.4,\"9860\":770.22,\"9861\":null,\"9862\":472.05,\"9863\":1010.0,\"9864\":458182.44,\"9865\":null,\"9866\":9986.73,\"9867\":46906.16,\"9868\":8088.67,\"9869\":1056.56,\"9870\":3702.08,\"9871\":949.67,\"9872\":16862.09,\"9873\":496.1,\"9874\":9974.8,\"9875\":1972.25,\"9876\":30253.58,\"9877\":19317.0,\"9878\":4595.58,\"9879\":942.77,\"9880\":null,\"9881\":5614.49,\"9882\":null,\"9883\":508860.0,\"9884\":2719.51,\"9885\":15821.46,\"9886\":397713.85,\"9887\":14044.25,\"9888\":17685.8,\"9889\":null,\"9890\":13826.07,\"9891\":71082.11,\"9892\":1310.93,\"9893\":1318.59,\"9894\":535.33,\"9895\":161590.0,\"9896\":1982.34,\"9897\":2152.69,\"9898\":725.33,\"9899\":450.17,\"9900\":38759.55,\"9901\":4154.19,\"9902\":2413.2,\"9903\":12867.8,\"9904\":883.85,\"9905\":1170939.99,\"9906\":599945.03,\"9907\":6762.8,\"9908\":6619.06,\"9909\":821.81,\"9910\":175930.0,\"9911\":573.35,\"9912\":11772.0,\"9913\":64342.73,\"9914\":130064.45,\"9915\":null,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":33767.22,\"9920\":3826.09,\"9921\":579.22,\"9922\":679.97,\"9923\":3538.35,\"9924\":80970.09,\"9925\":2215.44,\"9926\":420.75,\"9927\":1304.1,\"9928\":881.45,\"9929\":9223.2,\"9930\":411.24,\"9931\":1914.43,\"9932\":19632.85,\"9933\":2578.05,\"9934\":19064.7,\"9935\":365.84,\"9936\":181.43,\"9937\":254.1,\"9938\":351.59,\"9939\":29338.89,\"9940\":43637.7,\"9941\":1291.43,\"9942\":470694.35,\"9943\":107917.43,\"9944\":816640.23,\"9945\":1599.66,\"9946\":789.8,\"9947\":1045.62,\"9948\":946.8,\"9949\":34887.06,\"9950\":176995.92,\"9951\":124632.61,\"9952\":87884.29,\"9953\":74117.36,\"9954\":828.0,\"9955\":805.42,\"9956\":4241.32,\"9957\":694.51,\"9958\":638.08,\"9959\":54790.97,\"9960\":90229.65,\"9961\":138198.7,\"9962\":2793.34,\"9963\":44092.35,\"9964\":47494.38,\"9965\":315.63,\"9966\":153097.21,\"9967\":534.16,\"9968\":10456.6,\"9969\":2806.55},\"Values_Hour19\":{\"0\":19287.43,\"1\":649.23,\"2\":7869.6,\"3\":16894.85,\"4\":null,\"5\":7867.2,\"6\":5162.85,\"7\":364.78,\"8\":560.0,\"9\":4789.39,\"10\":1197.48,\"11\":1689.16,\"12\":163.95,\"13\":9973.0,\"14\":13322.0,\"15\":2769.8,\"16\":8245.38,\"17\":9883.09,\"18\":10169.98,\"19\":10220.2,\"20\":123.93,\"21\":15767.3,\"22\":15426.1,\"23\":null,\"24\":1609.4,\"25\":null,\"26\":19751.57,\"27\":10334.5,\"28\":19449.51,\"29\":6140.08,\"30\":6110.36,\"31\":6094.1,\"32\":6300.22,\"33\":587.6,\"34\":10233.3,\"35\":6622.0,\"36\":null,\"37\":2351.0,\"38\":null,\"39\":3826.5,\"40\":297.57,\"41\":2007.67,\"42\":345.69,\"43\":2439.0,\"44\":1213.62,\"45\":13912.01,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":762.3,\"52\":313.28,\"53\":null,\"54\":null,\"55\":312.96,\"56\":null,\"57\":6549.2,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":9773.74,\"63\":null,\"64\":null,\"65\":null,\"66\":7147.27,\"67\":null,\"68\":121896.59,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10443.61,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5107.67,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":13468.21,\"92\":14096.21,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":0.17,\"98\":0.05,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1371.65,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":24.1,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":248.91,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2303.4,\"173\":5433.6,\"174\":193784.36,\"175\":5025.6,\"176\":3436.92,\"177\":466.95,\"178\":880.0,\"179\":397.05,\"180\":13948.0,\"181\":19569.11,\"182\":184.8,\"183\":3027.42,\"184\":1788.93,\"185\":698.94,\"186\":2184.3,\"187\":1345.0,\"188\":17716.0,\"189\":60094.41,\"190\":502304.98,\"191\":13576.0,\"192\":1726.89,\"193\":9969.43,\"194\":58772.61,\"195\":5936.33,\"196\":770.5,\"197\":718.99,\"198\":6365.0,\"199\":3698.24,\"200\":1834.75,\"201\":14415.46,\"202\":552.64,\"203\":55492.76,\"204\":null,\"205\":15299.83,\"206\":14963.0,\"207\":5709.82,\"208\":938.8,\"209\":244939.88,\"210\":null,\"211\":6965.47,\"212\":null,\"213\":510730.0,\"214\":1239471.3700000001,\"215\":null,\"216\":22432.22,\"217\":394356.16,\"218\":19260.0,\"219\":18766.0,\"220\":22915.05,\"221\":8843.31,\"222\":10918.86,\"223\":169470.73,\"224\":792.19,\"225\":1705.08,\"226\":203463.29,\"227\":null,\"228\":2491.82,\"229\":1323.58,\"230\":412.31,\"231\":30032.74,\"232\":null,\"233\":3968.61,\"234\":2568.0,\"235\":null,\"236\":908.99,\"237\":896150.04,\"238\":599631.6,\"239\":672.0,\"240\":7616.4,\"241\":4606.03,\"242\":816.31,\"243\":185470.0,\"244\":658.41,\"245\":9792.0,\"246\":20317.59,\"247\":59771.32,\"248\":69919.23,\"249\":164927.46,\"250\":null,\"251\":null,\"252\":459303.2,\"253\":null,\"254\":null,\"255\":8264.35,\"256\":605.09,\"257\":669.53,\"258\":4000.2,\"259\":173851.6,\"260\":1062.1,\"261\":534.63,\"262\":738.36,\"263\":841.33,\"264\":4412.4,\"265\":424.2,\"266\":18909.0,\"267\":14004.2,\"268\":8027.1,\"269\":19747.2,\"270\":11505.6,\"271\":null,\"272\":368.81,\"273\":2512.8,\"274\":270.45,\"275\":31150.25,\"276\":25595.85,\"277\":579616.79,\"278\":138086.75,\"279\":820970.34,\"280\":922.56,\"281\":830.94,\"282\":1210.77,\"283\":2939.4,\"284\":null,\"285\":null,\"286\":249149.61,\"287\":66907.03,\"288\":224874.14,\"289\":99441.81,\"290\":796.04,\"291\":2254.2,\"292\":null,\"293\":null,\"294\":null,\"295\":77585.6,\"296\":158172.15,\"297\":170743.9,\"298\":19811.08,\"299\":103095.56,\"300\":15310.11,\"301\":null,\"302\":45402.92,\"303\":48203.2,\"304\":690.12,\"305\":151397.99,\"306\":null,\"307\":7862.8,\"308\":2651.36,\"309\":23456.66,\"310\":55941.73,\"311\":null,\"312\":19670.9,\"313\":651.39,\"314\":7390.8,\"315\":17011.75,\"316\":396.6,\"317\":8193.6,\"318\":6755.93,\"319\":null,\"320\":1360.0,\"321\":4789.39,\"322\":895.68,\"323\":1639.0,\"324\":126.85,\"325\":12219.0,\"326\":14461.0,\"327\":2974.4,\"328\":7922.31,\"329\":17592.75,\"330\":10208.76,\"331\":10218.76,\"332\":163.68,\"333\":16026.0,\"334\":15683.4,\"335\":null,\"336\":1861.3,\"337\":6516.0,\"338\":19740.1,\"339\":10326.51,\"340\":19444.89,\"341\":6011.02,\"342\":6012.03,\"343\":6003.84,\"344\":6244.51,\"345\":587.4,\"346\":10219.5,\"347\":7508.0,\"348\":null,\"349\":3033.1,\"350\":null,\"351\":4279.8,\"352\":297.57,\"353\":2084.04,\"354\":345.69,\"355\":2420.0,\"356\":1291.24,\"357\":13273.45,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":1.47,\"363\":800.58,\"364\":302.72,\"365\":null,\"366\":null,\"367\":6322.4,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5205.39,\"373\":null,\"374\":null,\"375\":5887.97,\"376\":null,\"377\":50148.17,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":10845.59,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":6021.35,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":18581.98,\"401\":18461.44,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":0.08,\"407\":0.02,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":0.3,\"414\":null,\"415\":null,\"416\":null,\"417\":1257.41,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":21.27,\"430\":19.8,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":504.21,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2395.8,\"482\":7240.8,\"483\":12643.0,\"484\":4417.2,\"485\":2942.23,\"486\":577.06,\"487\":310.0,\"488\":396.88,\"489\":13948.0,\"490\":19597.04,\"491\":198.0,\"492\":2216.11,\"493\":1769.46,\"494\":719.46,\"495\":1700.1,\"496\":1270.0,\"497\":15968.0,\"498\":460208.15,\"499\":260754.72,\"500\":12216.0,\"501\":1628.55,\"502\":9960.22,\"503\":58898.67,\"504\":4370.67,\"505\":868.25,\"506\":715.44,\"507\":5992.1,\"508\":3698.88,\"509\":2040.06,\"510\":13927.23,\"511\":581.02,\"512\":49725.5,\"513\":null,\"514\":null,\"515\":12342.0,\"516\":7778.36,\"517\":938.8,\"518\":243706.61,\"519\":9239.88,\"520\":69192.0,\"521\":509920.0,\"522\":1232165.78,\"523\":null,\"524\":19492.52,\"525\":173164.11,\"526\":17088.0,\"527\":18671.4,\"528\":21075.74,\"529\":8850.15,\"530\":10978.86,\"531\":89715.14,\"532\":757.62,\"533\":1712.44,\"534\":182746.64,\"535\":null,\"536\":2452.72,\"537\":1328.71,\"538\":409.78,\"539\":31606.69,\"540\":546.53,\"541\":1886.4,\"542\":null,\"543\":911.68,\"544\":895540.3,\"545\":602145.6800000001,\"546\":360.0,\"547\":7284.2,\"548\":4598.19,\"549\":811.03,\"550\":205020.0,\"551\":680.05,\"552\":13608.0,\"553\":null,\"554\":58912.59,\"555\":64128.2,\"556\":165053.05,\"557\":1831.5,\"558\":210772.0,\"559\":441705.58,\"560\":43595.47,\"561\":4438.26,\"562\":613.4,\"563\":676.91,\"564\":3997.05,\"565\":349218.24,\"566\":1062.1,\"567\":535.66,\"568\":901.08,\"569\":850.24,\"570\":4690.8,\"571\":433.8,\"572\":13994.87,\"573\":8059.05,\"574\":19660.8,\"575\":7819.2,\"576\":null,\"577\":361.68,\"578\":2354.38,\"579\":248.82,\"580\":30387.33,\"581\":46253.19,\"582\":1234239.8500000001,\"583\":27738.65,\"584\":816343.71,\"585\":963.0,\"586\":790.9,\"587\":1357.53,\"588\":2622.6,\"589\":101030.71,\"590\":null,\"591\":532798.8100000001,\"592\":125570.0,\"593\":null,\"594\":218199.49,\"595\":72347.14,\"596\":72674.95,\"597\":793.94,\"598\":635.9,\"599\":null,\"600\":null,\"601\":null,\"602\":76985.35,\"603\":162114.02,\"604\":171015.85,\"605\":19792.39,\"606\":131451.59,\"607\":14724.38,\"608\":45249.84,\"609\":47943.75,\"610\":687.18,\"611\":150718.01,\"612\":null,\"613\":11149.6,\"614\":2779.35,\"615\":27768.06,\"616\":55776.77,\"617\":56823.79,\"618\":19300.67,\"619\":649.56,\"620\":7390.8,\"621\":null,\"622\":49.8,\"623\":4588.8,\"624\":6781.67,\"625\":1760.0,\"626\":4789.39,\"627\":1175.52,\"628\":1659.68,\"629\":122.09,\"630\":10475.0,\"631\":14498.0,\"632\":2783.0,\"633\":7434.6,\"634\":25523.57,\"635\":13428.01,\"636\":14079.87,\"637\":2175.51,\"638\":15281.6,\"639\":14941.9,\"640\":null,\"641\":1561.2,\"642\":13716.0,\"643\":19731.1,\"644\":10271.84,\"645\":18566.05,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":594.0,\"651\":12989.8,\"652\":1924.0,\"653\":2124.8,\"654\":null,\"655\":4352.1,\"656\":297.57,\"657\":2874.89,\"658\":345.0,\"659\":2346.0,\"660\":365.39,\"661\":13296.77,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":1.47,\"667\":779.46,\"668\":326.48,\"669\":909.0,\"670\":null,\"671\":null,\"672\":6275.4,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4975.83,\"678\":null,\"679\":null,\"680\":7082.64,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":10192.47,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5272.47,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":18157.85,\"706\":19115.26,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":0.06,\"712\":0.02,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1310.98,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":2.68,\"734\":2.2,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":1.01,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":998.73,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":1.02,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2501.4,\"786\":7230.0,\"787\":14940.0,\"788\":4417.2,\"789\":2942.33,\"790\":685.19,\"791\":0.26,\"792\":397.28,\"793\":14234.0,\"794\":19584.27,\"795\":204.6,\"796\":3069.0,\"797\":1795.2,\"798\":718.96,\"799\":1249.2,\"800\":1530.0,\"801\":19884.0,\"802\":430071.35,\"803\":503437.25,\"804\":12096.0,\"805\":891.33,\"806\":9954.22,\"807\":57676.82,\"808\":4337.67,\"809\":936.68,\"810\":738.7,\"811\":null,\"812\":3697.92,\"813\":2059.88,\"814\":15110.78,\"815\":572.0,\"816\":null,\"817\":null,\"818\":null,\"819\":11840.0,\"820\":6133.49,\"821\":739.75,\"822\":239597.22,\"823\":7666.74,\"824\":32472.0,\"825\":505370.0,\"826\":1232973.3799999999,\"827\":null,\"828\":21459.55,\"829\":384748.52,\"830\":16476.0,\"831\":18629.6,\"832\":24820.04,\"833\":8845.09,\"834\":11133.34,\"835\":146190.42,\"836\":707.53,\"837\":1596.46,\"838\":203096.63,\"839\":null,\"840\":2460.77,\"841\":763.62,\"842\":404.72,\"843\":27998.61,\"844\":3775.54,\"845\":2208.0,\"846\":null,\"847\":933.32,\"848\":888399.42,\"849\":595760.49,\"850\":522.0,\"851\":7400.8,\"852\":8327.29,\"853\":812.02,\"854\":184910.0,\"855\":682.57,\"856\":14220.0,\"857\":59101.86,\"858\":69341.79,\"859\":165261.14,\"860\":null,\"861\":318734.0,\"862\":457625.82,\"863\":null,\"864\":43524.62,\"865\":6733.91,\"866\":584.89,\"867\":672.84,\"868\":3990.45,\"869\":347866.77,\"870\":1062.1,\"871\":527.77,\"872\":811.26,\"873\":805.3,\"874\":4341.6,\"875\":432.84,\"876\":13979.8,\"877\":8046.9,\"878\":19664.0,\"879\":10516.8,\"880\":310.53,\"881\":2482.2,\"882\":102.3,\"883\":353.53,\"884\":29586.01,\"885\":49226.86,\"886\":675073.25,\"887\":45552.73,\"888\":812518.83,\"889\":995.94,\"890\":873.4,\"891\":1276.09,\"892\":2284.75,\"893\":32855.27,\"894\":652887.53,\"895\":539565.85,\"896\":132930.0,\"897\":null,\"898\":null,\"899\":72929.4,\"900\":794.36,\"901\":2647.41,\"902\":null,\"903\":null,\"904\":null,\"905\":64547.1,\"906\":161702.74,\"907\":170031.65,\"908\":19813.93,\"909\":101115.84,\"910\":14744.14,\"911\":45033.57,\"912\":48141.99,\"913\":null,\"914\":150423.82,\"915\":1330.15,\"916\":10733.8,\"917\":2790.59,\"918\":31317.13,\"919\":22542.46,\"920\":null,\"921\":55593.18,\"922\":16965.31,\"923\":648.9,\"924\":6411.6,\"925\":6021.6,\"926\":6751.8,\"927\":35.0,\"928\":1360.0,\"929\":4789.39,\"930\":1189.44,\"931\":1715.12,\"932\":132.79,\"933\":9483.0,\"934\":12997.0,\"935\":2708.2,\"936\":6941.66,\"937\":23774.39,\"938\":10203.09,\"939\":10220.45,\"940\":623.19,\"941\":15071.5,\"942\":14737.0,\"943\":null,\"944\":1611.2,\"945\":11232.0,\"946\":19728.04,\"947\":10299.55,\"948\":19588.44,\"949\":555.4,\"950\":11254.9,\"951\":3848.0,\"952\":2022.8,\"953\":null,\"954\":3895.4,\"955\":297.57,\"956\":2110.43,\"957\":344.54,\"958\":2308.0,\"959\":1283.56,\"960\":12780.28,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":1.47,\"966\":780.78,\"967\":294.8,\"968\":1160.4,\"969\":null,\"970\":170.88,\"971\":null,\"972\":6147.5,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4677.39,\"978\":null,\"979\":null,\"980\":10069.17,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":10260.72,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4080.66,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":19370.45,\"1006\":19920.92,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":0.11,\"1012\":0.02,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1359.38,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":14.16,\"1035\":1.1,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2217.6,\"1087\":7219.2,\"1088\":306176.07,\"1089\":3988.8,\"1090\":3933.21,\"1091\":690.91,\"1092\":0.62,\"1093\":6110.0,\"1094\":404.88,\"1095\":14234.0,\"1096\":19530.33,\"1097\":null,\"1098\":3040.12,\"1099\":1750.98,\"1100\":725.26,\"1101\":null,\"1102\":788.0,\"1103\":21776.0,\"1104\":60415.62,\"1105\":494460.3,\"1106\":8992.0,\"1107\":601.59,\"1108\":12030.07,\"1109\":35191.14,\"1110\":4565.0,\"1111\":874.0,\"1112\":734.0,\"1113\":3698.88,\"1114\":2068.46,\"1115\":13645.61,\"1116\":579.7,\"1117\":null,\"1118\":15190.97,\"1119\":14054.0,\"1120\":5829.71,\"1121\":939.79,\"1122\":238530.32,\"1123\":139668.15,\"1124\":7226.62,\"1125\":null,\"1126\":510470.0,\"1127\":737546.77,\"1128\":null,\"1129\":20194.31,\"1130\":337691.42,\"1131\":15492.0,\"1132\":18618.6,\"1133\":21236.07,\"1134\":8746.92,\"1135\":null,\"1136\":119055.56,\"1137\":742.72,\"1138\":1470.56,\"1139\":229020.0,\"1140\":null,\"1141\":2495.73,\"1142\":null,\"1143\":415.75,\"1144\":26573.68,\"1145\":null,\"1146\":2175.6,\"1147\":null,\"1148\":904.45,\"1149\":867937.8100000001,\"1150\":600159.8199999999,\"1151\":420.0,\"1152\":6681.4,\"1153\":8305.03,\"1154\":808.28,\"1155\":136640.0,\"1156\":690.87,\"1157\":15552.0,\"1158\":23515.76,\"1159\":59083.84,\"1160\":68604.59,\"1161\":165143.43,\"1162\":null,\"1163\":403052.0,\"1164\":476811.69,\"1165\":null,\"1166\":null,\"1167\":null,\"1168\":687.24,\"1169\":3993.0,\"1170\":80182.9,\"1171\":1063.83,\"1172\":534.57,\"1173\":810.54,\"1174\":800.41,\"1175\":4585.2,\"1176\":431.76,\"1177\":13970.48,\"1178\":8084.25,\"1179\":19792.0,\"1180\":8337.6,\"1181\":287.96,\"1182\":2188.11,\"1183\":102.3,\"1184\":327.0,\"1185\":29409.1,\"1186\":25595.52,\"1187\":927134.04,\"1188\":91710.38,\"1189\":818525.5,\"1190\":1089.06,\"1191\":894.74,\"1192\":1253.47,\"1193\":2284.75,\"1194\":33651.6,\"1195\":771865.38,\"1196\":537278.0,\"1197\":130200.0,\"1198\":347395.9,\"1199\":null,\"1200\":72951.79,\"1201\":794.92,\"1202\":704.19,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":75061.03,\"1207\":162788.39,\"1208\":170488.6,\"1209\":19603.34,\"1210\":190513.32,\"1211\":14727.76,\"1212\":45012.73,\"1213\":48578.72,\"1214\":null,\"1215\":225828.93,\"1216\":1192.11,\"1217\":9816.4,\"1218\":2744.22,\"1219\":31162.87,\"1220\":44713.42,\"1221\":55796.87,\"1222\":17165.87,\"1223\":647.97,\"1224\":5925.6,\"1225\":5616.0,\"1226\":6773.58,\"1227\":355.48,\"1228\":4880.0,\"1229\":4789.39,\"1230\":1140.84,\"1231\":1749.44,\"1232\":154.31,\"1233\":8625.0,\"1234\":13630.0,\"1235\":2765.4,\"1236\":8536.62,\"1237\":18585.05,\"1238\":10170.92,\"1239\":10219.42,\"1240\":489.87,\"1241\":14833.4,\"1242\":14508.8,\"1243\":null,\"1244\":1567.9,\"1245\":13392.0,\"1246\":19738.5,\"1247\":10303.68,\"1248\":19593.17,\"1249\":521.0,\"1250\":13798.9,\"1251\":1924.0,\"1252\":null,\"1253\":1964.7,\"1254\":null,\"1255\":3647.9,\"1256\":297.57,\"1257\":1311.93,\"1258\":344.54,\"1259\":2269.0,\"1260\":1459.82,\"1261\":12322.41,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":1.47,\"1267\":885.06,\"1268\":null,\"1269\":400.4,\"1270\":954.3,\"1271\":null,\"1272\":318.24,\"1273\":null,\"1274\":5574.46,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":9745.04,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":9499.98,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":11643.34,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4400.2,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":14272.37,\"1307\":14896.6,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":0.05,\"1313\":0.02,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1284.47,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":11.52,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2343.0,\"1386\":7203.6,\"1387\":290095.07,\"1388\":3430.8,\"1389\":null,\"1390\":688.71,\"1391\":null,\"1392\":null,\"1393\":404.72,\"1394\":14597.0,\"1395\":18956.32,\"1396\":null,\"1397\":3039.46,\"1398\":1749.99,\"1399\":713.52,\"1400\":2012.4,\"1401\":1541.0,\"1402\":20580.0,\"1403\":459345.87,\"1404\":501022.65,\"1405\":12232.0,\"1406\":414.48,\"1407\":9049.24,\"1408\":53577.38,\"1409\":4249.67,\"1410\":1130.45,\"1411\":717.25,\"1412\":3699.2,\"1413\":2010.62,\"1414\":15100.49,\"1415\":593.56,\"1416\":28295.96,\"1417\":null,\"1418\":15302.24,\"1419\":9914.91,\"1420\":5485.57,\"1421\":939.79,\"1422\":null,\"1423\":158599.75,\"1424\":6800.26,\"1425\":69096.0,\"1426\":null,\"1427\":1234476.3799999999,\"1428\":null,\"1429\":17781.44,\"1430\":393819.4,\"1431\":18948.0,\"1432\":18594.4,\"1433\":24382.96,\"1434\":8141.07,\"1435\":11190.67,\"1436\":726.16,\"1437\":1441.05,\"1438\":null,\"1439\":169620.0,\"1440\":null,\"1441\":2492.28,\"1442\":null,\"1443\":27562.66,\"1444\":3588.38,\"1445\":2185.8,\"1446\":null,\"1447\":920.1,\"1448\":873830.63,\"1449\":598849.73,\"1450\":600.0,\"1451\":6606.6,\"1452\":8311.26,\"1453\":810.81,\"1454\":136650.0,\"1455\":675.96,\"1456\":14760.0,\"1457\":22905.3,\"1458\":58685.34,\"1459\":81.31,\"1460\":165252.36,\"1461\":1714.0,\"1462\":398360.0,\"1463\":465680.4,\"1464\":6886.96,\"1465\":586.87,\"1466\":687.46,\"1467\":3995.55,\"1468\":347811.48,\"1469\":1062.1,\"1470\":531.6,\"1471\":788.04,\"1472\":933.41,\"1473\":4113.6,\"1474\":430.92,\"1475\":19459.0,\"1476\":13979.09,\"1477\":2173.05,\"1478\":19766.4,\"1479\":9715.2,\"1480\":360.43,\"1481\":2503.8,\"1482\":112.2,\"1483\":306.36,\"1484\":29395.36,\"1485\":25597.6,\"1486\":332202.29,\"1487\":134232.62,\"1488\":818721.78,\"1489\":1212.0,\"1490\":717.42,\"1491\":1168.14,\"1492\":2284.75,\"1493\":null,\"1494\":767608.29,\"1495\":535734.87,\"1496\":183320.0,\"1497\":413270.76,\"1498\":140563.05,\"1499\":0.03,\"1500\":794.92,\"1501\":824.64,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76500.38,\"1506\":164614.63,\"1507\":170370.2,\"1508\":19708.78,\"1509\":225518.42,\"1510\":14764.86,\"1511\":45189.97,\"1512\":48316.84,\"1513\":610.56,\"1514\":226309.02,\"1515\":1174.6,\"1516\":9849.4,\"1517\":2984.23,\"1518\":30239.97,\"1519\":46295.82,\"1520\":57343.23,\"1521\":18109.7,\"1522\":652.74,\"1523\":6616.8,\"1524\":null,\"1525\":5181.6,\"1526\":6732.17,\"1527\":237.2,\"1528\":3200.0,\"1529\":4789.39,\"1530\":398.16,\"1531\":1708.08,\"1532\":131.08,\"1533\":325.2,\"1534\":9187.0,\"1535\":13801.0,\"1536\":3460.6,\"1537\":7429.0,\"1538\":16847.49,\"1539\":10183.63,\"1540\":10222.03,\"1541\":237.89,\"1542\":14282.0,\"1543\":13956.8,\"1544\":null,\"1545\":1494.7,\"1546\":13896.0,\"1547\":19741.01,\"1548\":10301.1,\"1549\":19602.85,\"1550\":null,\"1551\":498.1,\"1552\":11854.0,\"1553\":1738.0,\"1554\":1856.2,\"1555\":null,\"1556\":5491.0,\"1557\":297.57,\"1558\":1918.32,\"1559\":343.62,\"1560\":2238.0,\"1561\":363.5,\"1562\":12018.34,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":1.47,\"1568\":765.6,\"1569\":245.08,\"1570\":534.9,\"1571\":null,\"1572\":342.72,\"1573\":null,\"1574\":5884.0,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4338.78,\"1580\":null,\"1581\":null,\"1582\":10072.23,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":11563.43,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":4088.22,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":13968.56,\"1608\":14560.33,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":0.04,\"1614\":0.01,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1270.45,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":18.65,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":7.62,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2323.2,\"1690\":7192.8,\"1691\":133207.15,\"1692\":3873.6,\"1693\":4934.28,\"1694\":687.94,\"1695\":null,\"1696\":null,\"1697\":404.62,\"1698\":5016.0,\"1699\":19489.58,\"1700\":191.4,\"1701\":3074.78,\"1702\":1613.04,\"1703\":752.62,\"1704\":2257.2,\"1705\":818.0,\"1706\":16540.0,\"1707\":460958.8,\"1708\":501907.07,\"1709\":11784.0,\"1710\":498.63,\"1711\":12033.77,\"1712\":62772.29,\"1713\":4433.0,\"1714\":1048.8,\"1715\":706.32,\"1716\":3699.52,\"1717\":1992.31,\"1718\":16260.98,\"1719\":543.62,\"1720\":null,\"1721\":15290.85,\"1722\":15946.0,\"1723\":5252.73,\"1724\":940.78,\"1725\":157140.19,\"1726\":6784.86,\"1727\":69096.0,\"1728\":504170.0,\"1729\":1235285.98,\"1730\":null,\"1731\":17021.8,\"1732\":33134.63,\"1733\":15456.0,\"1734\":18752.8,\"1735\":25850.9,\"1736\":15547.73,\"1737\":10632.41,\"1738\":null,\"1739\":1401.72,\"1740\":166265.0,\"1741\":null,\"1742\":2467.21,\"1743\":771.59,\"1744\":413.82,\"1745\":27981.21,\"1746\":3683.27,\"1747\":2179.2,\"1748\":907.12,\"1749\":892838.61,\"1750\":602212.38,\"1751\":486.0,\"1752\":6582.4,\"1753\":8307.43,\"1754\":822.47,\"1755\":136560.0,\"1756\":669.34,\"1757\":13428.0,\"1758\":23397.68,\"1759\":60281.61,\"1760\":68909.14,\"1761\":165027.2,\"1762\":null,\"1763\":465685.85,\"1764\":null,\"1765\":7805.22,\"1766\":595.85,\"1767\":661.75,\"1768\":3851.55,\"1769\":349425.67,\"1770\":1060.38,\"1771\":534.47,\"1772\":647.82,\"1773\":972.86,\"1774\":6842.4,\"1775\":429.6,\"1776\":5201.8,\"1777\":4354.2,\"1778\":19952.0,\"1779\":9019.2,\"1780\":717.0,\"1781\":340.69,\"1782\":2598.6,\"1783\":108.9,\"1784\":311.12,\"1785\":29753.39,\"1786\":25579.01,\"1787\":1039681.12,\"1788\":126870.12,\"1789\":812435.84,\"1790\":1274.88,\"1791\":757.68,\"1792\":1137.49,\"1793\":2284.75,\"1794\":499301.21,\"1795\":534887.74,\"1796\":null,\"1797\":407283.61,\"1798\":140844.9,\"1799\":null,\"1800\":793.94,\"1801\":797.22,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64218.39,\"1806\":164230.84,\"1807\":168109.5,\"1808\":19782.44,\"1809\":102335.67,\"1810\":14727.34,\"1811\":45525.92,\"1812\":48262.72,\"1813\":568.26,\"1814\":227798.5,\"1815\":1152.98,\"1816\":10005.6,\"1817\":2780.95,\"1818\":30292.33,\"1819\":45610.03,\"1820\":57383.3,\"1821\":15116.03,\"1822\":652.17,\"1823\":6411.6,\"1824\":null,\"1825\":2824.8,\"1826\":6752.13,\"1827\":335.08,\"1828\":null,\"1829\":null,\"1830\":4789.39,\"1831\":1295.04,\"1832\":1645.16,\"1833\":130.95,\"1834\":8893.0,\"1835\":15387.0,\"1836\":3231.8,\"1837\":6942.81,\"1838\":15009.68,\"1839\":9697.92,\"1840\":10118.6,\"1841\":199.32,\"1842\":14353.7,\"1843\":14037.9,\"1844\":null,\"1845\":1498.8,\"1846\":13788.0,\"1847\":19740.47,\"1848\":10232.01,\"1849\":19598.85,\"1850\":472.2,\"1851\":11237.4,\"1852\":2096.0,\"1853\":1760.1,\"1854\":null,\"1855\":5845.5,\"1856\":297.57,\"1857\":2128.89,\"1858\":342.24,\"1859\":2160.0,\"1860\":1387.21,\"1861\":11579.53,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":923.34,\"1868\":null,\"1869\":278.52,\"1870\":738.0,\"1871\":null,\"1872\":null,\"1873\":249.6,\"1874\":null,\"1875\":5696.9,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4132.17,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":8542.03,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":10504.54,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":4850.46,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19822.51,\"1909\":19895.41,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":0.25,\"1915\":0.06,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1262.75,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":9.77,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":1906.98,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":4.32,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":2.51,\"1988\":null,\"1989\":2197.8,\"1990\":7182.0,\"1991\":230566.06,\"1992\":3920.4,\"1993\":5420.6,\"1994\":690.03,\"1995\":null,\"1996\":null,\"1997\":404.58,\"1998\":14520.0,\"1999\":19504.38,\"2000\":204.6,\"2001\":3073.46,\"2002\":1708.08,\"2003\":765.76,\"2004\":1988.1,\"2005\":815.0,\"2006\":17320.0,\"2007\":194892.77,\"2008\":503146.13,\"2009\":13000.0,\"2010\":1315.71,\"2011\":5986.73,\"2012\":63667.11,\"2013\":4381.67,\"2014\":939.26,\"2015\":711.11,\"2016\":3700.16,\"2017\":1934.29,\"2018\":16794.88,\"2019\":451.88,\"2020\":8682.98,\"2021\":null,\"2022\":15303.52,\"2023\":11150.0,\"2024\":5037.64,\"2025\":940.78,\"2026\":158169.6,\"2027\":6333.42,\"2028\":500700.0,\"2029\":1238109.8100000001,\"2030\":null,\"2031\":16182.9,\"2032\":395873.76,\"2033\":14880.0,\"2034\":18715.4,\"2035\":22384.79,\"2036\":14100.4,\"2037\":11155.74,\"2038\":762.38,\"2039\":1346.93,\"2040\":450.14,\"2041\":153120.0,\"2042\":null,\"2043\":2445.82,\"2044\":767.16,\"2045\":385.58,\"2046\":28590.65,\"2047\":3534.83,\"2048\":2180.4,\"2049\":null,\"2050\":865.26,\"2051\":894032.89,\"2052\":602032.09,\"2053\":492.0,\"2054\":6505.4,\"2055\":8329.5,\"2056\":648.89,\"2057\":null,\"2058\":652.52,\"2059\":12096.0,\"2060\":23346.98,\"2061\":61399.44,\"2062\":68536.88,\"2063\":164641.17,\"2064\":935.0,\"2065\":454976.5,\"2066\":7805.22,\"2067\":571.3,\"2068\":340.92,\"2069\":3848.4,\"2070\":325961.5,\"2071\":1062.1,\"2072\":539.55,\"2073\":729.9,\"2074\":867.07,\"2075\":8163.6,\"2076\":428.04,\"2077\":14080.24,\"2078\":4358.25,\"2079\":19859.2,\"2080\":10382.4,\"2081\":356.93,\"2082\":2622.6,\"2083\":108.9,\"2084\":329.56,\"2085\":29146.89,\"2086\":25597.21,\"2087\":251082.32,\"2088\":123562.08,\"2089\":814600.65,\"2090\":1341.6,\"2091\":194.04,\"2092\":1108.81,\"2093\":1867.1,\"2094\":766883.03,\"2095\":535446.83,\"2096\":414229.24,\"2097\":143479.58,\"2098\":null,\"2099\":793.66,\"2100\":649.95,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":71999.55,\"2105\":165571.3,\"2106\":170253.65,\"2107\":18125.16,\"2108\":14752.94,\"2109\":45389.44,\"2110\":48362.81,\"2111\":654.24,\"2112\":226727.45,\"2113\":1080.4,\"2114\":9605.2,\"2115\":2889.65,\"2116\":11682.37,\"2117\":46327.64,\"2118\":57030.39,\"2119\":14150.13,\"2120\":652.29,\"2121\":5914.8,\"2122\":9271.2,\"2123\":6750.15,\"2124\":305.91,\"2125\":null,\"2126\":3040.0,\"2127\":4789.39,\"2128\":1249.56,\"2129\":1547.48,\"2130\":129.89,\"2131\":8634.0,\"2132\":10921.0,\"2133\":2937.0,\"2134\":6447.22,\"2135\":17213.82,\"2136\":9157.23,\"2137\":9596.94,\"2138\":156.49,\"2139\":14157.9,\"2140\":13841.6,\"2141\":null,\"2142\":1391.1,\"2143\":12672.0,\"2144\":18698.32,\"2145\":10285.7,\"2146\":19531.36,\"2147\":434.9,\"2148\":9997.8,\"2149\":4774.0,\"2150\":null,\"2151\":1644.0,\"2152\":null,\"2153\":4612.6,\"2154\":297.57,\"2155\":2072.15,\"2156\":341.32,\"2157\":2156.0,\"2158\":1401.17,\"2159\":11235.46,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":null,\"2165\":735.9,\"2166\":0.04,\"2167\":289.08,\"2168\":958.2,\"2169\":null,\"2170\":null,\"2171\":419.04,\"2172\":null,\"2173\":5502.2,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3994.44,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":10667.9,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":11632.45,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":0.02,\"2196\":null,\"2197\":4606.05,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":15196.16,\"2206\":15918.37,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":0.25,\"2212\":0.03,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1227.22,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":15.93,\"2235\":13.2,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":3299.86,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2006.4,\"2289\":7164.0,\"2290\":19593.0,\"2291\":3168.0,\"2292\":4936.51,\"2293\":690.14,\"2294\":null,\"2295\":null,\"2296\":404.33,\"2297\":12804.0,\"2298\":18422.85,\"2299\":198.0,\"2300\":3063.72,\"2301\":1738.44,\"2302\":767.34,\"2303\":2467.8,\"2304\":811.0,\"2305\":17336.0,\"2306\":339230.69,\"2307\":498721.72,\"2308\":13176.0,\"2309\":915.75,\"2310\":6981.13,\"2311\":58808.76,\"2312\":6167.33,\"2313\":816.5,\"2314\":708.55,\"2315\":3699.52,\"2316\":1974.65,\"2317\":14414.2,\"2318\":549.34,\"2319\":null,\"2320\":null,\"2321\":15302.54,\"2322\":16155.0,\"2323\":4771.33,\"2324\":939.79,\"2325\":153132.97,\"2326\":6077.24,\"2327\":null,\"2328\":1236257.6299999999,\"2329\":null,\"2330\":15116.06,\"2331\":387637.2,\"2332\":14448.0,\"2333\":18887.0,\"2334\":22296.94,\"2335\":13507.22,\"2336\":10893.61,\"2337\":null,\"2338\":995.05,\"2339\":1274.74,\"2340\":554.33,\"2341\":158180.0,\"2342\":null,\"2343\":2424.09,\"2344\":765.19,\"2345\":396.5,\"2346\":27618.32,\"2347\":3728.55,\"2348\":1552.8,\"2349\":null,\"2350\":872.49,\"2351\":892664.63,\"2352\":600879.54,\"2353\":252.0,\"2354\":6465.8,\"2355\":8352.72,\"2356\":807.84,\"2357\":null,\"2358\":663.1,\"2359\":12888.0,\"2360\":23036.58,\"2361\":60517.14,\"2362\":68374.45,\"2363\":165480.05,\"2364\":null,\"2365\":457856.85,\"2366\":null,\"2367\":null,\"2368\":7193.04,\"2369\":565.36,\"2370\":671.22,\"2371\":3842.4,\"2372\":349593.24,\"2373\":1062.1,\"2374\":544.53,\"2375\":821.16,\"2376\":683.48,\"2377\":6604.8,\"2378\":427.56,\"2379\":14034.33,\"2380\":4492.8,\"2381\":19958.4,\"2382\":8880.0,\"2383\":null,\"2384\":363.46,\"2385\":2576.4,\"2386\":108.9,\"2387\":345.55,\"2388\":29487.03,\"2389\":25590.16,\"2390\":383050.11,\"2391\":136492.67,\"2392\":815025.9399999999,\"2393\":1369.8,\"2394\":830.06,\"2395\":1085.0,\"2396\":1640.7,\"2397\":262441.43,\"2398\":532016.48,\"2399\":21279.05,\"2400\":72535.38,\"2401\":385377.17,\"2402\":142263.49,\"2403\":null,\"2404\":795.62,\"2405\":471.01,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":76090.07,\"2410\":161373.14,\"2411\":169955.8,\"2412\":19235.35,\"2413\":102535.65,\"2414\":14742.31,\"2415\":45003.73,\"2416\":48234.64,\"2417\":656.7,\"2418\":226477.05,\"2419\":1038.44,\"2420\":8991.4,\"2421\":2617.62,\"2422\":31737.26,\"2423\":46789.74,\"2424\":49250.15,\"2425\":55387.12,\"2426\":13364.7,\"2427\":651.54,\"2428\":5713.2,\"2429\":117.6,\"2430\":5412.0,\"2431\":6755.6,\"2432\":290.47,\"2433\":2.71,\"2434\":1360.0,\"2435\":4789.39,\"2436\":1215.0,\"2437\":1526.36,\"2438\":121.97,\"2439\":8533.0,\"2440\":9921.0,\"2441\":2897.4,\"2442\":5955.61,\"2443\":17731.03,\"2444\":9364.03,\"2445\":9716.0,\"2446\":758.71,\"2447\":10006.3,\"2448\":9768.8,\"2449\":null,\"2450\":1416.0,\"2451\":12942.0,\"2452\":19132.28,\"2453\":10302.54,\"2454\":19573.07,\"2455\":418.6,\"2456\":8982.5,\"2457\":7554.0,\"2458\":1575.3,\"2459\":null,\"2460\":4068.3,\"2461\":297.57,\"2462\":1199.41,\"2463\":341.78,\"2464\":2058.0,\"2465\":524.24,\"2466\":11314.14,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":1.47,\"2472\":760.98,\"2473\":null,\"2474\":328.68,\"2475\":593.7,\"2476\":null,\"2477\":null,\"2478\":173.76,\"2479\":null,\"2480\":5607.6,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3937.04,\"2486\":null,\"2487\":null,\"2488\":11095.27,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11641.31,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":0.02,\"2502\":null,\"2503\":3040.68,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11330.0,\"2512\":11511.68,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":0.06,\"2518\":0.02,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1193.56,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":15.32,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":2304.74,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":1.02,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1973.4,\"2595\":7170.0,\"2596\":19392.0,\"2597\":2347.2,\"2598\":4631.98,\"2599\":464.97,\"2600\":null,\"2601\":1480.0,\"2602\":404.44,\"2603\":13321.0,\"2604\":17726.25,\"2605\":204.6,\"2606\":3053.82,\"2607\":1751.31,\"2608\":730.48,\"2609\":2705.4,\"2610\":1389.0,\"2611\":16608.0,\"2612\":352884.84,\"2613\":500501.23,\"2614\":14048.0,\"2615\":793.32,\"2616\":5985.88,\"2617\":61612.81,\"2618\":5859.33,\"2619\":766.48,\"2620\":720.93,\"2621\":3700.48,\"2622\":1982.1,\"2623\":13546.04,\"2624\":619.08,\"2625\":null,\"2626\":null,\"2627\":15406.63,\"2628\":15835.0,\"2629\":4771.21,\"2630\":939.79,\"2631\":150681.46,\"2632\":6001.87,\"2633\":null,\"2634\":null,\"2635\":1239820.1299999999,\"2636\":null,\"2637\":14115.21,\"2638\":395415.9,\"2639\":14388.0,\"2640\":18614.2,\"2641\":21914.97,\"2642\":11960.36,\"2643\":10866.57,\"2644\":125308.06,\"2645\":825.52,\"2646\":1311.44,\"2647\":545.71,\"2648\":305415.0,\"2649\":null,\"2650\":2167.29,\"2651\":765.98,\"2652\":357.65,\"2653\":25501.91,\"2654\":3368.79,\"2655\":null,\"2656\":null,\"2657\":915.42,\"2658\":892511.13,\"2659\":577363.54,\"2660\":null,\"2661\":6219.4,\"2662\":8347.4,\"2663\":804.32,\"2664\":136660.0,\"2665\":625.12,\"2666\":13644.0,\"2667\":22742.45,\"2668\":61442.19,\"2669\":68165.39,\"2670\":164681.33,\"2671\":197.5,\"2672\":50696.69,\"2673\":38918.46,\"2674\":42106.45,\"2675\":7652.17,\"2676\":552.82,\"2677\":670.14,\"2678\":2393.55,\"2679\":348815.45,\"2680\":1062.1,\"2681\":534.14,\"2682\":525.78,\"2683\":759.09,\"2684\":5641.2,\"2685\":429.24,\"2686\":14058.72,\"2687\":4486.05,\"2688\":19776.0,\"2689\":7012.8,\"2690\":360.76,\"2691\":2630.4,\"2692\":108.9,\"2693\":359.63,\"2694\":29283.92,\"2695\":25586.58,\"2696\":988569.0600000001,\"2697\":92677.14,\"2698\":807340.4300000001,\"2699\":1245.9,\"2700\":800.8,\"2701\":1085.76,\"2702\":1562.4,\"2703\":787292.72,\"2704\":546176.01,\"2705\":null,\"2706\":205450.0,\"2707\":null,\"2708\":415571.04,\"2709\":139105.2,\"2710\":124866.18,\"2711\":795.48,\"2712\":558.36,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":69153.12,\"2717\":161699.05,\"2718\":170335.05,\"2719\":19599.17,\"2720\":159027.73,\"2721\":14767.41,\"2722\":45264.84,\"2723\":48241.78,\"2724\":657.66,\"2725\":225350.21,\"2726\":1213.58,\"2727\":8602.0,\"2728\":2534.86,\"2729\":32958.71,\"2730\":45687.01,\"2731\":49427.69,\"2732\":49157.23,\"2733\":15807.94,\"2734\":651.0,\"2735\":5320.8,\"2736\":null,\"2737\":null,\"2738\":6753.12,\"2739\":286.84,\"2740\":null,\"2741\":2320.0,\"2742\":4789.39,\"2743\":1201.32,\"2744\":1554.08,\"2745\":120.05,\"2746\":10163.0,\"2747\":9748.0,\"2748\":2853.4,\"2749\":5466.6,\"2750\":17461.48,\"2751\":11708.66,\"2752\":12391.61,\"2753\":610.28,\"2754\":10010.5,\"2755\":9745.7,\"2756\":null,\"2757\":1385.3,\"2758\":13500.0,\"2759\":19661.66,\"2760\":10304.35,\"2761\":19605.82,\"2762\":null,\"2763\":null,\"2764\":446.5,\"2765\":8558.0,\"2766\":4764.0,\"2767\":1554.6,\"2768\":null,\"2769\":3823.3,\"2770\":297.57,\"2771\":2120.88,\"2772\":340.86,\"2773\":1996.0,\"2774\":365.39,\"2775\":11178.05,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":2.93,\"2781\":714.12,\"2782\":0.13,\"2783\":275.0,\"2784\":938.7,\"2785\":null,\"2786\":null,\"2787\":7.2,\"2788\":null,\"2789\":5601.4,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":9745.04,\"2795\":null,\"2796\":null,\"2797\":10749.21,\"2798\":null,\"2799\":49734.93,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":11645.32,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":6059.44,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9901.74,\"2821\":10210.42,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":0.3,\"2827\":0.06,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":1.95,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1439.08,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":15.93,\"2850\":489.5,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":1.06,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1914.0,\"2904\":7167.6,\"2905\":12788.0,\"2906\":2343.6,\"2907\":1928.82,\"2908\":464.53,\"2909\":8.01,\"2910\":15240.0,\"2911\":404.33,\"2912\":13750.0,\"2913\":16852.53,\"2914\":198.0,\"2915\":2968.52,\"2916\":1736.46,\"2917\":null,\"2918\":2617.2,\"2919\":1753.0,\"2920\":15208.0,\"2921\":462476.98,\"2922\":501114.77,\"2923\":11464.0,\"2924\":924.0,\"2925\":9972.74,\"2926\":54972.16,\"2927\":6695.33,\"2928\":709.55,\"2929\":null,\"2930\":3699.2,\"2931\":null,\"2932\":13175.58,\"2933\":629.86,\"2934\":null,\"2935\":15110.57,\"2936\":15991.0,\"2937\":5551.51,\"2938\":939.79,\"2939\":130539.82,\"2940\":154030.4,\"2941\":6752.09,\"2942\":null,\"2943\":508270.0,\"2944\":1233776.29,\"2945\":null,\"2946\":16579.52,\"2947\":396573.92,\"2948\":19246.73,\"2949\":18763.8,\"2950\":22378.9,\"2951\":8742.85,\"2952\":10467.22,\"2953\":102942.79,\"2954\":1025.68,\"2955\":1292.26,\"2956\":438.71,\"2957\":305140.0,\"2958\":null,\"2959\":2034.81,\"2960\":765.0,\"2961\":397.87,\"2962\":24680.61,\"2963\":null,\"2964\":null,\"2965\":79.07,\"2966\":899.2,\"2967\":893170.28,\"2968\":452801.63,\"2969\":612.0,\"2970\":2697.2,\"2971\":8338.37,\"2972\":802.89,\"2973\":136680.0,\"2974\":623.19,\"2975\":14328.0,\"2976\":22746.61,\"2977\":60333.24,\"2978\":68625.46,\"2979\":165233.93,\"2980\":0.5,\"2981\":1017.76,\"2982\":38938.29,\"2983\":41890.08,\"2984\":8264.35,\"2985\":536.45,\"2986\":672.7,\"2987\":1180.2,\"2988\":350149.08,\"2989\":1062.1,\"2990\":540.8,\"2991\":829.8,\"2992\":594.42,\"2993\":5290.8,\"2994\":429.48,\"2995\":19008.0,\"2996\":13964.02,\"2997\":4493.25,\"2998\":19779.2,\"2999\":7891.2,\"3000\":373.76,\"3001\":2579.4,\"3002\":105.6,\"3003\":306.25,\"3004\":29650.24,\"3005\":25603.58,\"3006\":609430.09,\"3007\":90469.25,\"3008\":810732.21,\"3009\":1244.88,\"3010\":803.44,\"3011\":1212.65,\"3012\":1452.6,\"3013\":34116.25,\"3014\":788701.16,\"3015\":545701.0699999999,\"3016\":167880.0,\"3017\":415705.08,\"3018\":140119.35,\"3019\":124848.45,\"3020\":793.52,\"3021\":700.62,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76516.02,\"3026\":165945.57,\"3027\":169558.05,\"3028\":19621.28,\"3029\":198552.2,\"3030\":14815.09,\"3031\":45574.85,\"3032\":48272.39,\"3033\":null,\"3034\":151046.78,\"3035\":null,\"3036\":8188.4,\"3037\":497.47,\"3038\":29926.47,\"3039\":46096.7,\"3040\":49987.9,\"3041\":49166.09,\"3042\":12926.79,\"3043\":651.18,\"3044\":4154.4,\"3045\":1.2,\"3046\":8049.6,\"3047\":6895.02,\"3048\":271.0,\"3049\":5280.0,\"3050\":4789.39,\"3051\":1212.24,\"3052\":1518.0,\"3053\":113.15,\"3054\":8538.0,\"3055\":9174.0,\"3056\":2842.4,\"3057\":4453.85,\"3058\":17921.79,\"3059\":9467.74,\"3060\":9799.54,\"3061\":551.47,\"3062\":10005.0,\"3063\":9760.1,\"3064\":null,\"3065\":1345.4,\"3066\":12384.0,\"3067\":19658.96,\"3068\":10293.62,\"3069\":19605.17,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":422.9,\"3074\":8312.7,\"3075\":1692.0,\"3076\":0.96,\"3077\":1492.4,\"3078\":null,\"3079\":3595.4,\"3080\":371.0,\"3081\":297.57,\"3082\":2060.13,\"3083\":339.94,\"3084\":2172.0,\"3085\":395.49,\"3086\":10820.68,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":710.16,\"3093\":null,\"3094\":259.6,\"3095\":966.9,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":371.0,\"3100\":5489.1,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":3954.26,\"3106\":null,\"3107\":9323.29,\"3108\":null,\"3109\":105480.34,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":9104.96,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":5132.8,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8495.6,\"3132\":8741.77,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":0.08,\"3138\":0.02,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1242.51,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":15.21,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":846.99,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1874.4,\"3214\":7159.2,\"3215\":15816.0,\"3216\":1904.4,\"3217\":3937.02,\"3218\":465.63,\"3219\":null,\"3220\":null,\"3221\":403.89,\"3222\":null,\"3223\":16266.59,\"3224\":184.8,\"3225\":2786.85,\"3226\":1743.72,\"3227\":668.84,\"3228\":1985.4,\"3229\":1722.0,\"3230\":17484.0,\"3231\":460944.72,\"3232\":501321.28,\"3233\":null,\"3234\":0.33,\"3235\":9961.53,\"3236\":62177.6,\"3237\":6083.0,\"3238\":648.31,\"3239\":728.52,\"3240\":null,\"3241\":3699.2,\"3242\":11777.72,\"3243\":608.96,\"3244\":null,\"3245\":null,\"3246\":15295.64,\"3247\":16336.0,\"3248\":4688.16,\"3249\":940.78,\"3250\":178257.14,\"3251\":152875.99,\"3252\":5913.53,\"3253\":null,\"3254\":93710.0,\"3255\":1196272.01,\"3256\":null,\"3257\":13651.3,\"3258\":395129.87,\"3259\":14656.81,\"3260\":18733.0,\"3261\":25654.18,\"3262\":11145.45,\"3263\":10651.55,\"3264\":83343.17,\"3265\":1023.82,\"3266\":1324.03,\"3267\":null,\"3268\":532.58,\"3269\":304810.0,\"3270\":null,\"3271\":2116.69,\"3272\":764.7,\"3273\":400.84,\"3274\":23531.64,\"3275\":3392.03,\"3276\":2.4,\"3277\":null,\"3278\":908.02,\"3279\":954330.6,\"3280\":598580.36,\"3281\":750.0,\"3282\":3253.8,\"3283\":8321.8,\"3284\":801.79,\"3285\":null,\"3286\":626.47,\"3287\":14256.0,\"3288\":22596.3,\"3289\":null,\"3290\":68788.51,\"3291\":165096.9,\"3292\":25.5,\"3293\":267858.0,\"3294\":433907.27,\"3295\":1003.77,\"3296\":38503.02,\"3297\":41717.81,\"3298\":8264.35,\"3299\":null,\"3300\":671.4,\"3301\":1150.35,\"3302\":349801.97,\"3303\":null,\"3304\":539.91,\"3305\":820.62,\"3306\":618.18,\"3307\":5244.0,\"3308\":429.0,\"3309\":13955.41,\"3310\":4498.2,\"3311\":19632.0,\"3312\":10617.6,\"3313\":370.39,\"3314\":2518.8,\"3315\":105.6,\"3316\":256.18,\"3317\":29745.64,\"3318\":32778.91,\"3319\":358039.21,\"3320\":92776.4,\"3321\":819493.83,\"3322\":1213.74,\"3323\":737.0,\"3324\":1111.59,\"3325\":1297.8,\"3326\":53628.93,\"3327\":778689.64,\"3328\":545109.16,\"3329\":null,\"3330\":101640.0,\"3331\":null,\"3332\":416168.53,\"3333\":141121.3,\"3334\":126196.75,\"3335\":2057.0,\"3336\":792.82,\"3337\":635.08,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":63833.43,\"3342\":165195.59,\"3343\":170651.4,\"3344\":19604.28,\"3345\":155298.26,\"3346\":18331.64,\"3347\":45104.04,\"3348\":48011.36,\"3349\":645.3,\"3350\":168189.65,\"3351\":1734.67,\"3352\":8474.4,\"3353\":2412.5,\"3354\":33493.19,\"3355\":46865.11,\"3356\":57936.46,\"3357\":57830.71,\"3358\":12541.27,\"3359\":651.27,\"3360\":4928.4,\"3361\":null,\"3362\":4819.2,\"3363\":6723.92,\"3364\":278.39,\"3365\":3440.0,\"3366\":4789.39,\"3367\":601.8,\"3368\":1498.2,\"3369\":134.38,\"3370\":331.2,\"3371\":8165.0,\"3372\":9864.0,\"3373\":2673.0,\"3374\":4957.88,\"3375\":16745.04,\"3376\":9827.46,\"3377\":10153.5,\"3378\":1.32,\"3379\":10009.5,\"3380\":9772.9,\"3381\":null,\"3382\":1354.7,\"3383\":13572.0,\"3384\":19654.89,\"3385\":10290.39,\"3386\":19603.83,\"3387\":6825.6,\"3388\":null,\"3389\":399.9,\"3390\":8149.2,\"3391\":6778.0,\"3392\":null,\"3393\":1409.8,\"3394\":null,\"3395\":3339.3,\"3396\":390.0,\"3397\":297.57,\"3398\":2003.58,\"3399\":344.54,\"3400\":2061.0,\"3401\":1278.07,\"3402\":10856.12,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":716.1,\"3408\":null,\"3409\":309.32,\"3410\":580.8,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2232.0,\"3415\":5346.2,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3948.52,\"3421\":null,\"3422\":null,\"3423\":4681.83,\"3424\":null,\"3425\":154949.28,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":7870.96,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":0.02,\"3438\":null,\"3439\":5728.54,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":13981.4,\"3448\":14604.88,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":0.23,\"3454\":0.06,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1097.75,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":20.52,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":0.02,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":1.01,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1861.2,\"3533\":7149.6,\"3534\":231911.19,\"3535\":2696.4,\"3536\":3943.14,\"3537\":466.4,\"3538\":null,\"3539\":321.3,\"3540\":13816.0,\"3541\":15778.5,\"3542\":204.6,\"3543\":3019.34,\"3544\":1744.05,\"3545\":750.38,\"3546\":2342.7,\"3547\":1814.0,\"3548\":20520.0,\"3549\":469110.35,\"3550\":499797.48,\"3551\":11464.0,\"3552\":977.13,\"3553\":11443.88,\"3554\":61784.33,\"3555\":6083.0,\"3556\":637.39,\"3557\":673.57,\"3558\":3699.84,\"3559\":11405.99,\"3560\":632.72,\"3561\":12608.07,\"3562\":null,\"3563\":20949.46,\"3564\":15926.0,\"3565\":4484.69,\"3566\":939.79,\"3567\":246836.89,\"3568\":150865.13,\"3569\":5777.52,\"3570\":69072.0,\"3571\":93030.0,\"3572\":857883.49,\"3573\":null,\"3574\":13648.34,\"3575\":392762.47,\"3576\":15217.92,\"3577\":18950.8,\"3578\":23371.91,\"3579\":12029.69,\"3580\":16209.26,\"3581\":90650.34,\"3582\":1093.17,\"3583\":1276.1,\"3584\":296.08,\"3585\":305415.0,\"3586\":null,\"3587\":1917.74,\"3588\":761.16,\"3589\":49.2,\"3590\":20826.55,\"3591\":160728.52,\"3592\":2871.75,\"3593\":33.0,\"3594\":835.56,\"3595\":927375.35,\"3596\":454392.38,\"3597\":252.0,\"3598\":2765.4,\"3599\":8311.65,\"3600\":796.29,\"3601\":636.45,\"3602\":14364.0,\"3603\":23498.52,\"3604\":69710.86,\"3605\":164351.34,\"3606\":9.0,\"3607\":269054.0,\"3608\":444672.66,\"3609\":1073.46,\"3610\":38419.47,\"3611\":42003.38,\"3612\":8264.35,\"3613\":539.48,\"3614\":496.22,\"3615\":1015.05,\"3616\":349686.46,\"3617\":1050.05,\"3618\":539.78,\"3619\":811.8,\"3620\":598.1,\"3621\":5246.4,\"3622\":429.24,\"3623\":null,\"3624\":1318.12,\"3625\":14038.63,\"3626\":4495.05,\"3627\":18497.32,\"3628\":9878.4,\"3629\":372.7,\"3630\":2500.2,\"3631\":105.6,\"3632\":4.84,\"3633\":29552.51,\"3634\":34872.5,\"3635\":550.62,\"3636\":231777.89,\"3637\":92849.81,\"3638\":819839.78,\"3639\":1179.54,\"3640\":778.8,\"3641\":1089.23,\"3642\":1240.2,\"3643\":null,\"3644\":774430.4300000001,\"3645\":39748.1,\"3646\":544907.2,\"3647\":101120.0,\"3648\":154721.38,\"3649\":417884.02,\"3650\":141350.21,\"3651\":125269.93,\"3652\":null,\"3653\":793.1,\"3654\":630.24,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":77863.1,\"3659\":165463.51,\"3660\":167798.7,\"3661\":19823.42,\"3662\":101275.81,\"3663\":18643.08,\"3664\":44901.57,\"3665\":48529.04,\"3666\":663.0,\"3667\":225875.06,\"3668\":1332.81,\"3669\":7018.0,\"3670\":2380.02,\"3671\":null,\"3672\":null,\"3673\":null,\"3674\":null,\"3675\":12037.28,\"3676\":649.23,\"3677\":6199.2,\"3678\":null,\"3679\":1.2,\"3680\":3064.8,\"3681\":6764.18,\"3682\":267.96,\"3683\":5680.0,\"3684\":4789.39,\"3685\":0.12,\"3686\":1530.76,\"3687\":124.48,\"3688\":331.8,\"3689\":7976.0,\"3690\":9092.0,\"3691\":2714.8,\"3692\":4957.13,\"3693\":14398.62,\"3694\":9168.48,\"3695\":9524.17,\"3696\":213.11,\"3697\":10010.5,\"3698\":9774.2,\"3699\":null,\"3700\":1341.6,\"3701\":13554.0,\"3702\":19727.1,\"3703\":10285.32,\"3704\":19578.67,\"3705\":7862.4,\"3706\":416.2,\"3707\":8006.1,\"3708\":1806.0,\"3709\":5.73,\"3710\":1364.9,\"3711\":null,\"3712\":3264.6,\"3713\":1819.0,\"3714\":297.57,\"3715\":2056.3,\"3716\":348.45,\"3717\":2012.0,\"3718\":1167.67,\"3719\":11027.26,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":813.78,\"3725\":273.68,\"3726\":936.0,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5269.2,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3747.65,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":5514.43,\"3741\":null,\"3742\":180755.2,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":10236.66,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":5507.88,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8868.17,\"3765\":5754.28,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":0.18,\"3771\":0.05,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1189.1,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":8.72,\"3792\":15.4,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":1926.13,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1815.0,\"3850\":7144.8,\"3851\":320414.01,\"3852\":3906.0,\"3853\":4239.48,\"3854\":271.7,\"3855\":null,\"3856\":404.59,\"3857\":14014.0,\"3858\":15377.16,\"3859\":198.0,\"3860\":3066.03,\"3861\":1746.03,\"3862\":773.64,\"3863\":2616.3,\"3864\":3125.0,\"3865\":20032.0,\"3866\":60566.94,\"3867\":499389.17,\"3868\":12280.0,\"3869\":2283.6,\"3870\":7966.13,\"3871\":29940.11,\"3872\":5998.67,\"3873\":696.61,\"3874\":719.03,\"3875\":3699.2,\"3876\":878.3,\"3877\":11350.39,\"3878\":616.66,\"3879\":29648.89,\"3880\":null,\"3881\":27970.54,\"3882\":18981.0,\"3883\":4431.05,\"3884\":938.8,\"3885\":249577.8,\"3886\":154516.02,\"3887\":5649.94,\"3888\":69120.0,\"3889\":426340.0,\"3890\":296951.07,\"3891\":null,\"3892\":12472.42,\"3893\":171924.56,\"3894\":13984.94,\"3895\":18623.0,\"3896\":28902.93,\"3897\":12033.59,\"3898\":16527.79,\"3899\":null,\"3900\":878.92,\"3901\":1271.82,\"3902\":538.46,\"3903\":18810.0,\"3904\":null,\"3905\":1955.35,\"3906\":765.29,\"3907\":405.43,\"3908\":23371.26,\"3909\":null,\"3910\":3422.34,\"3911\":10.8,\"3912\":892.62,\"3913\":901560.88,\"3914\":560046.5,\"3915\":450.0,\"3916\":2646.6,\"3917\":8287.83,\"3918\":792.22,\"3919\":900.0,\"3920\":640.26,\"3921\":14472.0,\"3922\":23519.67,\"3923\":69232.7,\"3924\":164589.54,\"3925\":5.5,\"3926\":403880.0,\"3927\":448120.32,\"3928\":982.14,\"3929\":38552.9,\"3930\":42303.73,\"3931\":8111.3,\"3932\":524.7,\"3933\":677.59,\"3934\":908.85,\"3935\":277990.89,\"3936\":2117.32,\"3937\":541.5,\"3938\":734.04,\"3939\":597.78,\"3940\":5065.2,\"3941\":429.12,\"3942\":1636.7,\"3943\":7720.56,\"3944\":4497.75,\"3945\":18111.19,\"3946\":7876.8,\"3947\":387.35,\"3948\":2570.4,\"3949\":105.6,\"3950\":338.07,\"3951\":29696.51,\"3952\":32398.88,\"3953\":1241116.51,\"3954\":92052.03,\"3955\":568802.21,\"3956\":1285.02,\"3957\":796.4,\"3958\":1077.34,\"3959\":1231.2,\"3960\":773239.65,\"3961\":40798.97,\"3962\":539653.41,\"3963\":200600.0,\"3964\":155145.26,\"3965\":420582.49,\"3966\":142264.53,\"3967\":126145.98,\"3968\":794.08,\"3969\":670.37,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":76988.45,\"3974\":165335.25,\"3975\":170964.05,\"3976\":13441.44,\"3977\":103435.51,\"3978\":18966.75,\"3979\":45201.92,\"3980\":48239.7,\"3981\":651.51,\"3982\":152929.52,\"3983\":1327.34,\"3984\":7829.8,\"3985\":2498.47,\"3986\":14579.44,\"3987\":46423.31,\"3988\":57746.86,\"3989\":49399.74,\"3990\":12072.96,\"3991\":648.0,\"3992\":4921.2,\"3993\":27.6,\"3994\":null,\"3995\":6727.05,\"3996\":260.3,\"3997\":null,\"3998\":1440.0,\"3999\":9229.24,\"4000\":1112.64,\"4001\":1610.4,\"4002\":128.96,\"4003\":null,\"4004\":7770.0,\"4005\":9177.0,\"4006\":2640.0,\"4007\":4945.22,\"4008\":14475.07,\"4009\":8840.2,\"4010\":9205.96,\"4011\":478.87,\"4012\":9999.4,\"4013\":9589.0,\"4014\":null,\"4015\":1321.0,\"4016\":12384.0,\"4017\":19738.75,\"4018\":10285.29,\"4019\":19599.88,\"4020\":5234.4,\"4021\":414.9,\"4022\":8716.4,\"4023\":6026.0,\"4024\":1340.0,\"4025\":null,\"4026\":3124.0,\"4027\":3018.0,\"4028\":297.57,\"4029\":1978.26,\"4030\":347.07,\"4031\":2008.0,\"4032\":1247.49,\"4033\":10938.32,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":686.4,\"4039\":293.48,\"4040\":962.4,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5282.6,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3696.0,\"4052\":null,\"4053\":null,\"4054\":6466.42,\"4055\":null,\"4056\":180381.55,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":null,\"4061\":null,\"4062\":9147.93,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":0.15,\"4069\":null,\"4070\":5237.55,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7461.15,\"4080\":7674.69,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":0.07,\"4086\":0.02,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1174.86,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":7.3,\"4109\":5043.5,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":2058.52,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":null,\"4167\":7128.0,\"4168\":386425.01,\"4169\":2678.4,\"4170\":4239.0,\"4171\":null,\"4172\":37.93,\"4173\":404.58,\"4174\":13860.0,\"4175\":14993.2,\"4176\":191.4,\"4177\":3116.68,\"4178\":1738.77,\"4179\":751.59,\"4180\":1998.0,\"4181\":3016.0,\"4182\":21032.0,\"4183\":105641.48,\"4184\":315602.13,\"4185\":13336.0,\"4186\":1554.96,\"4187\":7973.12,\"4188\":29216.97,\"4189\":6094.0,\"4190\":635.38,\"4191\":740.23,\"4192\":3698.88,\"4193\":850.52,\"4194\":10890.33,\"4195\":643.06,\"4196\":null,\"4197\":null,\"4198\":26119.46,\"4199\":18124.0,\"4200\":4400.06,\"4201\":938.8,\"4202\":249388.28,\"4203\":156609.68,\"4204\":5595.08,\"4205\":69216.0,\"4206\":510530.0,\"4207\":null,\"4208\":12359.24,\"4209\":284870.65,\"4210\":13798.16,\"4211\":18711.0,\"4212\":26518.82,\"4213\":11418.74,\"4214\":15717.68,\"4215\":171048.29,\"4216\":700.07,\"4217\":1165.09,\"4218\":553.96,\"4219\":17545.0,\"4220\":null,\"4221\":1789.52,\"4222\":762.73,\"4223\":400.7,\"4224\":21598.16,\"4225\":163606.67,\"4226\":null,\"4227\":15.6,\"4228\":903.54,\"4229\":872537.66,\"4230\":466442.75,\"4231\":570.0,\"4232\":6078.6,\"4233\":8294.01,\"4234\":794.42,\"4235\":615.26,\"4236\":15804.0,\"4237\":22881.21,\"4238\":69341.82,\"4239\":164893.34,\"4240\":null,\"4241\":null,\"4242\":499668.69,\"4243\":951.15,\"4244\":38436.53,\"4245\":42221.4,\"4246\":8111.3,\"4247\":534.6,\"4248\":675.54,\"4249\":827.25,\"4250\":172844.71,\"4251\":3069.26,\"4252\":535.0,\"4253\":797.58,\"4254\":638.1,\"4255\":4608.0,\"4256\":428.88,\"4257\":1385.44,\"4258\":14088.85,\"4259\":3125.25,\"4260\":17536.32,\"4261\":9667.2,\"4262\":1208.85,\"4263\":380.95,\"4264\":2570.4,\"4265\":102.3,\"4266\":334.5,\"4267\":29345.64,\"4268\":31265.81,\"4269\":618.97,\"4270\":1077861.74,\"4271\":92228.28,\"4272\":531509.72,\"4273\":1520.16,\"4274\":760.1,\"4275\":1056.57,\"4276\":1414.8,\"4277\":769436.63,\"4278\":null,\"4279\":539660.76,\"4280\":78630.0,\"4281\":155255.61,\"4282\":423420.36,\"4283\":143881.02,\"4284\":127403.27,\"4285\":791.98,\"4286\":636.09,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":60452.43,\"4291\":165363.85,\"4292\":170351.7,\"4293\":17105.87,\"4294\":114084.02,\"4295\":18873.99,\"4296\":45450.4,\"4297\":48798.26,\"4298\":652.59,\"4299\":152795.34,\"4300\":1216.95,\"4301\":7167.6,\"4302\":2264.09,\"4303\":28931.84,\"4304\":41372.45,\"4305\":57858.78,\"4306\":57666.48,\"4307\":15275.56,\"4308\":326.37,\"4309\":5414.4,\"4310\":28.2,\"4311\":8100.0,\"4312\":6709.73,\"4313\":320.69,\"4314\":4000.0,\"4315\":9331.03,\"4316\":1112.4,\"4317\":1536.04,\"4318\":153.12,\"4319\":8268.0,\"4320\":9833.0,\"4321\":2765.4,\"4322\":4959.53,\"4323\":16225.0,\"4324\":9222.97,\"4325\":9585.0,\"4326\":455.25,\"4327\":10014.4,\"4328\":9614.1,\"4329\":null,\"4330\":2294.8,\"4331\":13914.0,\"4332\":19728.39,\"4333\":10270.98,\"4334\":19594.74,\"4335\":8488.8,\"4336\":646.4,\"4337\":11515.3,\"4338\":4806.0,\"4339\":null,\"4340\":1685.0,\"4341\":null,\"4342\":5007.3,\"4343\":3934.0,\"4344\":297.57,\"4345\":1970.46,\"4346\":370.3,\"4347\":2137.0,\"4348\":1276.81,\"4349\":18260.95,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":885.72,\"4356\":null,\"4357\":278.52,\"4358\":790.8,\"4359\":null,\"4360\":null,\"4361\":null,\"4362\":null,\"4363\":2000.0,\"4364\":6246.9,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":4993.04,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":6937.1,\"4374\":null,\"4375\":180446.42,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":10972.1,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":0.02,\"4388\":null,\"4389\":3415.67,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6976.92,\"4398\":7170.98,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":0.12,\"4404\":0.04,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1205.6,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":10.01,\"4426\":4083.2,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":3550.04,\"4444\":3277.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":3277.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3619.0,\"4484\":2270.4,\"4485\":7148.4,\"4486\":381681.1,\"4487\":2430.0,\"4488\":4633.22,\"4489\":null,\"4490\":404.48,\"4491\":13838.0,\"4492\":17392.29,\"4493\":191.4,\"4494\":3045.4,\"4495\":1740.75,\"4496\":766.8,\"4497\":1419.3,\"4498\":3742.0,\"4499\":21332.0,\"4500\":394297.07,\"4501\":500336.14,\"4502\":12208.0,\"4503\":1611.39,\"4504\":7883.86,\"4505\":37172.77,\"4506\":7043.67,\"4507\":27.08,\"4508\":718.58,\"4509\":3699.84,\"4510\":862.29,\"4511\":10938.0,\"4512\":609.62,\"4513\":null,\"4514\":null,\"4515\":27346.83,\"4516\":19045.0,\"4517\":6097.31,\"4518\":939.79,\"4519\":249813.47,\"4520\":153396.03,\"4521\":7675.96,\"4522\":null,\"4523\":78500.0,\"4524\":null,\"4525\":19918.55,\"4526\":190574.31,\"4527\":19421.05,\"4528\":18803.4,\"4529\":30301.7,\"4530\":13181.98,\"4531\":15666.79,\"4532\":74618.55,\"4533\":1163.75,\"4534\":1324.95,\"4535\":551.71,\"4536\":null,\"4537\":2214.33,\"4538\":752.0,\"4539\":404.97,\"4540\":21687.11,\"4541\":102064.95,\"4542\":2917.43,\"4543\":2487.0,\"4544\":820.77,\"4545\":1097818.28,\"4546\":599829.98,\"4547\":456.0,\"4548\":9578.8,\"4549\":8314.98,\"4550\":791.56,\"4551\":644.79,\"4552\":14760.0,\"4553\":23192.48,\"4554\":69301.15,\"4555\":164895.87,\"4556\":null,\"4557\":null,\"4558\":488091.9,\"4559\":3093.4,\"4560\":38136.12,\"4561\":41597.56,\"4562\":8111.3,\"4563\":568.13,\"4564\":675.11,\"4565\":723.6,\"4566\":172577.21,\"4567\":3081.31,\"4568\":536.48,\"4569\":742.14,\"4570\":633.06,\"4571\":4606.8,\"4572\":428.88,\"4573\":1125.33,\"4574\":14108.93,\"4575\":2763.0,\"4576\":18495.78,\"4577\":7862.4,\"4578\":null,\"4579\":382.01,\"4580\":2563.2,\"4581\":102.3,\"4582\":347.66,\"4583\":29399.66,\"4584\":35595.24,\"4585\":530.82,\"4586\":699770.55,\"4587\":89995.78,\"4588\":415778.47,\"4589\":1543.56,\"4590\":777.26,\"4591\":1092.35,\"4592\":1373.4,\"4593\":769969.54,\"4594\":51653.33,\"4595\":226982.27,\"4596\":130380.0,\"4597\":154633.38,\"4598\":421990.99,\"4599\":72535.64,\"4600\":72969.69,\"4601\":791.84,\"4602\":560.31,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":77620.29,\"4607\":165133.81,\"4608\":170375.75,\"4609\":961.16,\"4610\":null,\"4611\":null,\"4612\":45349.12,\"4613\":48300.58,\"4614\":647.43,\"4615\":151666.71,\"4616\":1091.41,\"4617\":5315.2,\"4618\":2172.95,\"4619\":32026.1,\"4620\":42899.54,\"4621\":57791.52,\"4622\":57667.15,\"4623\":14305.74,\"4624\":325.23,\"4625\":9813.6,\"4626\":190.2,\"4627\":8100.0,\"4628\":6756.26,\"4629\":270.14,\"4630\":5600.0,\"4631\":9291.74,\"4632\":null,\"4633\":1567.28,\"4634\":130.02,\"4635\":8610.0,\"4636\":9355.0,\"4637\":2662.0,\"4638\":4959.84,\"4639\":17070.56,\"4640\":8745.2,\"4641\":9124.8,\"4642\":267.81,\"4643\":10013.9,\"4644\":9618.9,\"4645\":null,\"4646\":2166.4,\"4647\":9864.0,\"4648\":19701.0,\"4649\":10238.58,\"4650\":19597.64,\"4651\":7329.6,\"4652\":630.3,\"4653\":10417.8,\"4654\":7542.0,\"4655\":4.77,\"4656\":1553.8,\"4657\":null,\"4658\":3667.8,\"4659\":6364.0,\"4660\":297.57,\"4661\":2616.34,\"4662\":344.77,\"4663\":2455.0,\"4664\":1260.66,\"4665\":14580.46,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":800.58,\"4672\":348.92,\"4673\":523.8,\"4674\":null,\"4675\":null,\"4676\":243.36,\"4677\":null,\"4678\":2000.0,\"4679\":5846.1,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":9722.09,\"4685\":null,\"4686\":null,\"4687\":5682.18,\"4688\":null,\"4689\":180599.93,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":8314.6,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":3405.09,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6333.4,\"4712\":6491.47,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":0.21,\"4718\":0.06,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":157.65,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1167.32,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":22.3,\"4741\":5369.1,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4900.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":2.16,\"4772\":null,\"4773\":null,\"4774\":4900.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3714.33,\"4797\":2455.2,\"4798\":7147.2,\"4799\":223180.33,\"4800\":6364.8,\"4801\":5427.07,\"4802\":22.97,\"4803\":404.43,\"4804\":13068.0,\"4805\":10382.48,\"4806\":null,\"4807\":2598.26,\"4808\":1686.63,\"4809\":779.4,\"4810\":1404.0,\"4811\":3036.0,\"4812\":20372.0,\"4813\":181385.22,\"4814\":498844.87,\"4815\":null,\"4816\":16.17,\"4817\":10090.4,\"4818\":62636.5,\"4819\":7219.67,\"4820\":1202.04,\"4821\":719.4,\"4822\":3698.88,\"4823\":917.32,\"4824\":15825.76,\"4825\":603.02,\"4826\":null,\"4827\":null,\"4828\":30038.72,\"4829\":19052.0,\"4830\":5104.2,\"4831\":939.79,\"4832\":249495.58,\"4833\":157886.41,\"4834\":6319.93,\"4835\":26280.0,\"4836\":511010.0,\"4837\":null,\"4838\":null,\"4839\":19186.93,\"4840\":396749.88,\"4841\":19392.19,\"4842\":18352.4,\"4843\":24212.37,\"4844\":12644.89,\"4845\":16420.76,\"4846\":171271.53,\"4847\":1002.71,\"4848\":1276.3,\"4849\":542.83,\"4850\":87285.0,\"4851\":null,\"4852\":2067.59,\"4853\":745.9,\"4854\":401.64,\"4855\":28518.12,\"4856\":162951.02,\"4857\":2696.01,\"4858\":2201.4,\"4859\":784.2,\"4860\":1015057.45,\"4861\":599009.0,\"4862\":420.0,\"4863\":7480.0,\"4864\":8448.67,\"4865\":798.05,\"4866\":136710.0,\"4867\":615.62,\"4868\":15480.0,\"4869\":23173.54,\"4870\":69345.73,\"4871\":164752.56,\"4872\":5.5,\"4873\":294446.0,\"4874\":500651.33,\"4875\":50732.6,\"4876\":43179.87,\"4877\":7040.0,\"4878\":527.21,\"4879\":675.4,\"4880\":694.35,\"4881\":162631.31,\"4882\":3074.42,\"4883\":535.0,\"4884\":901.44,\"4885\":591.93,\"4886\":4900.8,\"4887\":428.28,\"4888\":19580.0,\"4889\":2021.25,\"4890\":14069.48,\"4891\":4371.75,\"4892\":17158.02,\"4893\":7166.4,\"4894\":376.86,\"4895\":2557.8,\"4896\":102.3,\"4897\":343.27,\"4898\":29097.54,\"4899\":36314.14,\"4900\":null,\"4901\":283565.24,\"4902\":91558.6,\"4903\":414390.18,\"4904\":1304.4,\"4905\":795.3,\"4906\":1069.35,\"4907\":1189.8,\"4908\":781261.22,\"4909\":51629.16,\"4910\":531758.51,\"4911\":39458.58,\"4912\":205060.0,\"4913\":154674.2,\"4914\":423552.88,\"4915\":142337.9,\"4916\":124916.03,\"4917\":791.28,\"4918\":529.21,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":77081.01,\"4923\":159714.96,\"4924\":171008.45,\"4925\":158120.32,\"4926\":13213.46,\"4927\":229697.83,\"4928\":14690.37,\"4929\":45534.18,\"4930\":48304.67,\"4931\":650.34,\"4932\":152716.15,\"4933\":1120.22,\"4934\":8412.8,\"4935\":2621.41,\"4936\":25472.87,\"4937\":42735.11,\"4938\":58632.25,\"4939\":58105.24,\"4940\":16859.02,\"4941\":278.7,\"4942\":5914.8,\"4943\":null,\"4944\":8100.0,\"4945\":6748.01,\"4946\":278.39,\"4947\":266.54,\"4948\":2160.0,\"4949\":9192.97,\"4950\":128.52,\"4951\":1668.92,\"4952\":119.33,\"4953\":61.8,\"4954\":8171.0,\"4955\":8197.0,\"4956\":2556.4,\"4957\":4959.08,\"4958\":17436.19,\"4959\":9662.65,\"4960\":9995.64,\"4961\":278.52,\"4962\":12966.0,\"4963\":12700.9,\"4964\":null,\"4965\":1638.9,\"4966\":13896.0,\"4967\":19730.74,\"4968\":10237.18,\"4969\":19587.02,\"4970\":3189.6,\"4971\":461.0,\"4972\":8140.0,\"4973\":4570.0,\"4974\":1336.8,\"4975\":null,\"4976\":3157.9,\"4977\":5146.0,\"4978\":297.57,\"4979\":1978.65,\"4980\":340.4,\"4981\":2080.0,\"4982\":199.94,\"4983\":11707.13,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":734.58,\"4990\":302.28,\"4991\":778.5,\"4992\":null,\"4993\":null,\"4994\":47.52,\"4995\":null,\"4996\":2000.0,\"4997\":5445.2,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3799.3,\"5003\":null,\"5004\":null,\"5005\":10577.76,\"5006\":null,\"5007\":180739.27,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":11315.05,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":1828.43,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5310.43,\"5031\":5418.41,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":0.13,\"5037\":0.03,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":3.45,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1192.51,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":12.77,\"5060\":5573.7,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":0.08,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":2.16,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3820.67,\"5116\":1966.8,\"5117\":7141.2,\"5118\":381331.45,\"5119\":2930.4,\"5120\":4930.69,\"5121\":467.72,\"5122\":49.98,\"5123\":null,\"5124\":404.62,\"5125\":13739.0,\"5126\":14312.31,\"5127\":99.0,\"5128\":2925.78,\"5129\":1739.76,\"5130\":768.96,\"5131\":889.2,\"5132\":2730.0,\"5133\":20368.0,\"5134\":283163.37,\"5135\":503657.16,\"5136\":13872.0,\"5137\":618.42,\"5138\":12144.29,\"5139\":34311.4,\"5140\":7186.67,\"5141\":1039.6,\"5142\":723.81,\"5143\":3700.48,\"5144\":886.92,\"5145\":13682.82,\"5146\":509.96,\"5147\":null,\"5148\":null,\"5149\":15419.38,\"5150\":19245.0,\"5151\":4898.39,\"5152\":939.79,\"5153\":250240.8,\"5154\":158981.12,\"5155\":6089.55,\"5156\":68976.0,\"5157\":506980.0,\"5158\":60371.05,\"5159\":null,\"5160\":20198.35,\"5161\":396599.4,\"5162\":14610.36,\"5163\":18781.4,\"5164\":21493.51,\"5165\":12226.85,\"5166\":16419.06,\"5167\":171239.99,\"5168\":1224.61,\"5169\":1234.45,\"5170\":571.38,\"5171\":null,\"5172\":null,\"5173\":1986.63,\"5174\":746.98,\"5175\":387.94,\"5176\":25863.01,\"5177\":162487.64,\"5178\":799.97,\"5179\":2201.4,\"5180\":854.0,\"5181\":888168.75,\"5182\":601138.0,\"5183\":366.0,\"5184\":7411.8,\"5185\":8431.79,\"5186\":796.4,\"5187\":205180.0,\"5188\":609.79,\"5189\":12816.0,\"5190\":23027.18,\"5191\":69283.84,\"5192\":164861.91,\"5193\":null,\"5194\":292284.0,\"5195\":null,\"5196\":51066.01,\"5197\":34184.51,\"5198\":4744.35,\"5199\":613.14,\"5200\":680.18,\"5201\":787.35,\"5202\":81430.97,\"5203\":3072.7,\"5204\":523.48,\"5205\":776.16,\"5206\":459.34,\"5207\":4522.8,\"5208\":428.04,\"5209\":1108.62,\"5210\":14022.85,\"5211\":null,\"5212\":16385.07,\"5213\":3177.6,\"5214\":196.68,\"5215\":2553.0,\"5216\":95.7,\"5217\":332.04,\"5218\":30184.23,\"5219\":39043.55,\"5220\":547.27,\"5221\":477108.37,\"5222\":91781.92,\"5223\":815386.64,\"5224\":1601.46,\"5225\":771.32,\"5226\":1071.96,\"5227\":1332.0,\"5228\":774000.3100000001,\"5229\":51673.1,\"5230\":534444.72,\"5231\":197480.0,\"5232\":153744.91,\"5233\":421823.12,\"5234\":140490.88,\"5235\":125155.42,\"5236\":2048.0,\"5237\":792.82,\"5238\":513.5,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":77603.65,\"5243\":163163.25,\"5244\":170076.05,\"5245\":154155.09,\"5246\":9494.27,\"5247\":224168.61,\"5248\":null,\"5249\":23406.89,\"5250\":45842.69,\"5251\":48822.3,\"5252\":653.64,\"5253\":153129.31,\"5254\":1246.58,\"5255\":8547.0,\"5256\":2444.53,\"5257\":28466.02,\"5258\":32249.99,\"5259\":58018.56,\"5260\":54120.43,\"5261\":15222.54,\"5262\":414.99,\"5263\":5486.4,\"5264\":55.2,\"5265\":8100.0,\"5266\":6745.86,\"5267\":274.82,\"5268\":3920.0,\"5269\":6755.66,\"5270\":260.52,\"5271\":1624.04,\"5272\":117.48,\"5273\":109.8,\"5274\":7940.0,\"5275\":8118.0,\"5276\":2527.8,\"5277\":4956.11,\"5278\":16598.03,\"5279\":9011.5,\"5280\":9346.67,\"5281\":1107.77,\"5282\":13109.0,\"5283\":12814.0,\"5284\":null,\"5285\":1440.3,\"5286\":13482.0,\"5287\":19735.33,\"5288\":19538.97,\"5289\":18578.13,\"5290\":8060.4,\"5291\":413.1,\"5292\":7463.3,\"5293\":1688.0,\"5294\":1250.5,\"5295\":null,\"5296\":3097.6,\"5297\":5170.0,\"5298\":297.57,\"5299\":1903.69,\"5300\":339.02,\"5301\":2030.0,\"5302\":1252.66,\"5303\":11109.95,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":941.82,\"5310\":null,\"5311\":310.64,\"5312\":1093.8,\"5313\":null,\"5314\":null,\"5315\":264.0,\"5316\":null,\"5317\":2000.0,\"5318\":5829.1,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3937.04,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":9973.11,\"5328\":null,\"5329\":180271.62,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":11593.19,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":0.07,\"5342\":null,\"5343\":4405.39,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7467.5,\"5353\":7658.64,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":0.16,\"5359\":0.05,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1134.54,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":13.56,\"5382\":4026.0,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":0.01,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":14352.54,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":3.26,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":null,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3817.0,\"5440\":1841.4,\"5441\":7160.4,\"5442\":283738.03,\"5443\":2005.2,\"5444\":4437.14,\"5445\":465.74,\"5446\":null,\"5447\":404.42,\"5448\":13706.0,\"5449\":13647.68,\"5450\":198.0,\"5451\":3022.14,\"5452\":1746.36,\"5453\":740.84,\"5454\":1323.0,\"5455\":2631.0,\"5456\":20520.0,\"5457\":463198.29,\"5458\":499855.33,\"5459\":12304.0,\"5460\":1464.87,\"5461\":10980.25,\"5462\":48199.67,\"5463\":null,\"5464\":6816.33,\"5465\":558.61,\"5466\":null,\"5467\":3698.56,\"5468\":873.88,\"5469\":12411.36,\"5470\":629.42,\"5471\":24680.1,\"5472\":null,\"5473\":18292.09,\"5474\":19113.0,\"5475\":4691.25,\"5476\":null,\"5477\":254512.22,\"5478\":158792.97,\"5479\":5789.12,\"5480\":68952.0,\"5481\":null,\"5482\":59320.59,\"5483\":null,\"5484\":15899.83,\"5485\":395537.91,\"5486\":14364.76,\"5487\":9512.8,\"5488\":20842.55,\"5489\":10921.02,\"5490\":17015.7,\"5491\":33714.89,\"5492\":1400.98,\"5493\":1420.36,\"5494\":550.71,\"5495\":159225.0,\"5496\":null,\"5497\":2061.72,\"5498\":743.24,\"5499\":401.17,\"5500\":24120.82,\"5501\":161870.63,\"5502\":2689.58,\"5503\":2201.4,\"5504\":674.63,\"5505\":886620.04,\"5506\":598982.21,\"5507\":402.0,\"5508\":6919.0,\"5509\":8411.17,\"5510\":793.98,\"5511\":185200.0,\"5512\":623.44,\"5513\":12132.0,\"5514\":23181.68,\"5515\":59832.0,\"5516\":69392.54,\"5517\":164865.8,\"5518\":null,\"5519\":null,\"5520\":459687.15,\"5521\":null,\"5522\":42099.16,\"5523\":null,\"5524\":553.61,\"5525\":686.84,\"5526\":772.95,\"5527\":162727.5,\"5528\":3626.99,\"5529\":440.09,\"5530\":851.94,\"5531\":534.61,\"5532\":4286.4,\"5533\":427.68,\"5534\":1308.91,\"5535\":14164.89,\"5536\":17157.44,\"5537\":9120.0,\"5538\":379.43,\"5539\":2540.4,\"5540\":102.3,\"5541\":331.79,\"5542\":29798.94,\"5543\":35345.79,\"5544\":447.19,\"5545\":1054356.3400000001,\"5546\":91603.42,\"5547\":562356.9300000001,\"5548\":1604.88,\"5549\":725.56,\"5550\":1017.36,\"5551\":1249.2,\"5552\":777954.0,\"5553\":51580.11,\"5554\":532744.6899999999,\"5555\":103140.0,\"5556\":153960.91,\"5557\":421663.3,\"5558\":141073.33,\"5559\":127429.34,\"5560\":2047.0,\"5561\":791.14,\"5562\":1324.36,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":77809.02,\"5567\":162176.84,\"5568\":169469.25,\"5569\":134925.2,\"5570\":15658.81,\"5571\":228548.0,\"5572\":22110.69,\"5573\":45138.06,\"5574\":48998.06,\"5575\":656.22,\"5576\":152904.34,\"5577\":1317.39,\"5578\":4870.8,\"5579\":2156.99,\"5580\":32741.74,\"5581\":31751.88,\"5582\":59882.63,\"5583\":58360.79,\"5584\":14958.83,\"5585\":654.33,\"5586\":4939.2,\"5587\":55.2,\"5588\":8100.0,\"5589\":6737.28,\"5590\":305.18,\"5591\":1920.0,\"5592\":4807.56,\"5593\":1225.8,\"5594\":1707.64,\"5595\":132.26,\"5596\":null,\"5597\":8181.0,\"5598\":7746.0,\"5599\":2552.0,\"5600\":4954.78,\"5601\":15750.46,\"5602\":9015.82,\"5603\":9357.31,\"5604\":640.79,\"5605\":12982.6,\"5606\":12690.8,\"5607\":null,\"5608\":1361.6,\"5609\":14004.0,\"5610\":19740.29,\"5611\":18588.0,\"5612\":19576.46,\"5613\":8175.6,\"5614\":null,\"5615\":7474.5,\"5616\":1946.0,\"5617\":1248.0,\"5618\":null,\"5619\":3001.7,\"5620\":5068.0,\"5621\":297.57,\"5622\":1913.16,\"5623\":340.86,\"5624\":1962.0,\"5625\":111.97,\"5626\":10920.09,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":844.8,\"5633\":null,\"5634\":292.16,\"5635\":null,\"5636\":null,\"5637\":null,\"5638\":444.0,\"5639\":null,\"5640\":2000.0,\"5641\":5324.9,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3770.61,\"5647\":null,\"5648\":null,\"5649\":10147.94,\"5650\":null,\"5651\":180579.02,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":11613.96,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":3602.73,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":11326.13,\"5674\":11391.41,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":0.19,\"5680\":0.06,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":7.35,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1129.65,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":16.36,\"5703\":5578.1,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":13352.85,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":1.06,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":4002.0,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3809.67,\"5762\":1815.0,\"5763\":7152.0,\"5764\":384179.91,\"5765\":1947.6,\"5766\":3904.29,\"5767\":466.84,\"5768\":null,\"5769\":null,\"5770\":417.04,\"5771\":13321.0,\"5772\":13623.92,\"5773\":198.0,\"5774\":3089.79,\"5775\":1728.21,\"5776\":781.56,\"5777\":1542.6,\"5778\":813.0,\"5779\":21520.0,\"5780\":423153.36,\"5781\":501982.66,\"5782\":12656.0,\"5783\":725.34,\"5784\":12599.3,\"5785\":50106.7,\"5786\":6673.33,\"5787\":627.04,\"5788\":3699.2,\"5789\":871.05,\"5790\":12063.39,\"5791\":610.72,\"5792\":null,\"5793\":null,\"5794\":27105.05,\"5795\":19077.0,\"5796\":4603.4,\"5797\":254102.22,\"5798\":158412.12,\"5799\":5595.09,\"5800\":506270.0,\"5801\":205161.43,\"5802\":null,\"5803\":15078.19,\"5804\":395546.29,\"5805\":13907.92,\"5806\":18229.2,\"5807\":19670.71,\"5808\":10916.22,\"5809\":16529.86,\"5810\":106301.0,\"5811\":1216.75,\"5812\":2303.83,\"5813\":555.21,\"5814\":170060.0,\"5815\":null,\"5816\":2458.24,\"5817\":740.59,\"5818\":190.6,\"5819\":33881.99,\"5820\":null,\"5821\":2147.91,\"5822\":2201.4,\"5823\":24.2,\"5824\":933.02,\"5825\":909041.9300000001,\"5826\":401991.21,\"5827\":372.0,\"5828\":6894.8,\"5829\":8379.32,\"5830\":793.54,\"5831\":186640.0,\"5832\":664.3,\"5833\":12744.0,\"5834\":22776.49,\"5835\":60252.09,\"5836\":69508.26,\"5837\":164346.82,\"5838\":null,\"5839\":325542.0,\"5840\":null,\"5841\":41515.19,\"5842\":8417.39,\"5843\":498.83,\"5844\":689.15,\"5845\":926.4,\"5846\":142537.66,\"5847\":3620.1,\"5848\":541.79,\"5849\":931.86,\"5850\":382.16,\"5851\":5283.6,\"5852\":427.44,\"5853\":1353.75,\"5854\":14097.46,\"5855\":16181.62,\"5856\":8745.6,\"5857\":1025.6,\"5858\":376.73,\"5859\":2529.0,\"5860\":102.3,\"5861\":327.03,\"5862\":28959.97,\"5863\":38217.26,\"5864\":485.7,\"5865\":1232786.95,\"5866\":92126.15,\"5867\":373982.07,\"5868\":1603.26,\"5869\":705.32,\"5870\":1064.0,\"5871\":1240.2,\"5872\":772814.71,\"5873\":51682.04,\"5874\":532596.22,\"5875\":101310.0,\"5876\":154345.14,\"5877\":425087.66,\"5878\":84296.12,\"5879\":182688.1,\"5880\":2048.0,\"5881\":792.54,\"5882\":2062.28,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":77560.57,\"5887\":164594.49,\"5888\":166290.95,\"5889\":null,\"5890\":17539.38,\"5891\":229907.81,\"5892\":22068.45,\"5893\":45084.06,\"5894\":47995.87,\"5895\":626.1,\"5896\":153396.24,\"5897\":null,\"5898\":8008.0,\"5899\":2310.11,\"5900\":29149.04,\"5901\":31981.15,\"5902\":58615.37,\"5903\":null,\"5904\":17310.4,\"5905\":652.56,\"5906\":5410.8,\"5907\":2.4,\"5908\":8100.0,\"5909\":6697.52,\"5910\":340.63,\"5911\":3840.0,\"5912\":9111.65,\"5913\":null,\"5914\":1675.08,\"5915\":36.32,\"5916\":7533.0,\"5917\":7111.0,\"5918\":2516.8,\"5919\":5447.36,\"5920\":15186.23,\"5921\":10151.3,\"5922\":10228.8,\"5923\":446.45,\"5924\":13428.3,\"5925\":13137.0,\"5926\":null,\"5927\":1326.3,\"5928\":13716.0,\"5929\":19717.57,\"5930\":19630.3,\"5931\":10249.33,\"5932\":7372.8,\"5933\":7883.2,\"5934\":3528.0,\"5935\":3572.4,\"5936\":null,\"5937\":2908.6,\"5938\":5726.0,\"5939\":297.57,\"5940\":2091.7,\"5941\":339.94,\"5942\":2011.0,\"5943\":1188.68,\"5944\":12954.98,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":769.56,\"5951\":253.44,\"5952\":379.5,\"5953\":null,\"5954\":null,\"5955\":132.48,\"5956\":null,\"5957\":2000.0,\"5958\":6233.4,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9762.26,\"5964\":null,\"5965\":null,\"5966\":5961.74,\"5967\":null,\"5968\":180594.97,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":10926.88,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":3886.34,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":14987.71,\"5992\":15458.55,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":0.17,\"5998\":0.05,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":0.15,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1063.81,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":8.54,\"6021\":24.2,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":18492.57,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":1.02,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":null,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3872.0,\"6080\":1947.0,\"6081\":7140.0,\"6082\":402926.85,\"6083\":1688.4,\"6084\":2942.98,\"6085\":null,\"6086\":22.18,\"6087\":416.82,\"6088\":13992.0,\"6089\":12983.35,\"6090\":null,\"6091\":3086.49,\"6092\":1753.62,\"6093\":759.42,\"6094\":1534.5,\"6095\":813.0,\"6096\":15484.0,\"6097\":461230.46,\"6098\":496726.13,\"6099\":11200.0,\"6100\":629.97,\"6101\":7300.61,\"6102\":51227.21,\"6103\":6673.33,\"6104\":713.29,\"6105\":3699.2,\"6106\":865.82,\"6107\":12372.33,\"6108\":617.1,\"6109\":13658.95,\"6110\":null,\"6111\":27151.97,\"6112\":14538.0,\"6113\":4460.74,\"6114\":939.79,\"6115\":253676.69,\"6116\":160452.15,\"6117\":5480.32,\"6118\":null,\"6119\":null,\"6120\":60375.97,\"6121\":null,\"6122\":12726.59,\"6123\":395352.45,\"6124\":23583.52,\"6125\":17630.8,\"6126\":24066.75,\"6127\":11016.25,\"6128\":16556.27,\"6129\":98140.85,\"6130\":1144.09,\"6131\":1416.82,\"6132\":null,\"6133\":549.33,\"6134\":155210.0,\"6135\":null,\"6136\":2105.54,\"6137\":743.44,\"6138\":461.75,\"6139\":33723.64,\"6140\":161547.81,\"6141\":2599.14,\"6142\":2201.4,\"6143\":939.95,\"6144\":936035.75,\"6145\":594038.62,\"6146\":510.0,\"6147\":8698.8,\"6148\":8362.99,\"6149\":825.0,\"6150\":null,\"6151\":652.76,\"6152\":13680.0,\"6153\":35056.72,\"6154\":69512.2,\"6155\":164559.24,\"6156\":12.0,\"6157\":null,\"6158\":455496.71,\"6159\":41744.95,\"6160\":8264.35,\"6161\":468.07,\"6162\":689.65,\"6163\":1979.4,\"6164\":81616.9,\"6165\":3046.88,\"6166\":529.29,\"6167\":928.98,\"6168\":568.82,\"6169\":4084.8,\"6170\":423.48,\"6171\":19286.67,\"6172\":1381.77,\"6173\":14106.78,\"6174\":null,\"6175\":15598.75,\"6176\":8803.2,\"6177\":null,\"6178\":383.13,\"6179\":2433.0,\"6180\":112.2,\"6181\":303.96,\"6182\":28294.94,\"6183\":43165.5,\"6184\":null,\"6185\":1232941.6100000001,\"6186\":92805.1,\"6187\":386512.78,\"6188\":1602.42,\"6189\":666.16,\"6190\":1033.82,\"6191\":1184.4,\"6192\":771214.8,\"6193\":51882.95,\"6194\":533598.13,\"6195\":21132.91,\"6196\":153393.97,\"6197\":426018.06,\"6198\":141700.75,\"6199\":125098.23,\"6200\":2060.0,\"6201\":793.38,\"6202\":605.54,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":78235.76,\"6207\":161626.65,\"6208\":163084.9,\"6209\":307912.67,\"6210\":17310.42,\"6211\":227048.21,\"6212\":22569.25,\"6213\":44982.07,\"6214\":47778.1,\"6215\":649.98,\"6216\":152163.09,\"6217\":642.28,\"6218\":7499.8,\"6219\":2651.82,\"6220\":29926.44,\"6221\":32463.59,\"6222\":58555.41,\"6223\":18926.94,\"6224\":655.77,\"6225\":5414.4,\"6226\":2.4,\"6227\":8100.0,\"6228\":6785.63,\"6229\":341.81,\"6230\":2720.0,\"6231\":9117.71,\"6232\":1546.32,\"6233\":1565.08,\"6234\":193.38,\"6235\":15205.0,\"6236\":7848.0,\"6237\":2453.0,\"6238\":6030.03,\"6239\":17583.26,\"6240\":15082.77,\"6241\":15546.58,\"6242\":2994.2,\"6243\":15309.6,\"6244\":14985.6,\"6245\":null,\"6246\":null,\"6247\":14148.0,\"6248\":19725.94,\"6249\":19657.53,\"6250\":19596.51,\"6251\":5418.0,\"6252\":8294.0,\"6253\":4662.0,\"6254\":null,\"6255\":1444.4,\"6256\":null,\"6257\":3017.0,\"6258\":6463.0,\"6259\":297.57,\"6260\":2164.73,\"6261\":338.56,\"6262\":2070.0,\"6263\":1208.28,\"6264\":11959.44,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":null,\"6270\":766.92,\"6271\":null,\"6272\":494.56,\"6273\":60.6,\"6274\":null,\"6275\":null,\"6276\":11.52,\"6277\":null,\"6278\":2000.0,\"6279\":5546.1,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3925.57,\"6285\":null,\"6286\":null,\"6287\":2076.93,\"6288\":null,\"6289\":198181.76,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":3041.14,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":4787.19,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19837.34,\"6313\":19912.72,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":0.24,\"6319\":0.06,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":834.67,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":8.43,\"6342\":5075.4,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":3215.87,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3339.03,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3875.67,\"6400\":1854.6,\"6401\":7141.2,\"6402\":398787.79,\"6403\":1692.0,\"6404\":2940.9,\"6405\":706.64,\"6406\":null,\"6407\":417.73,\"6408\":12606.0,\"6409\":12911.85,\"6410\":204.6,\"6411\":3073.45,\"6412\":1765.17,\"6413\":763.78,\"6414\":1427.4,\"6415\":812.0,\"6416\":16584.0,\"6417\":393597.94,\"6418\":500822.26,\"6419\":12616.0,\"6420\":39.27,\"6421\":10775.8,\"6422\":36837.84,\"6423\":4682.33,\"6424\":615.83,\"6425\":3699.2,\"6426\":880.19,\"6427\":11747.82,\"6428\":445.06,\"6429\":25194.23,\"6430\":null,\"6431\":26849.47,\"6432\":16987.0,\"6433\":7009.3,\"6434\":939.79,\"6435\":244960.97,\"6436\":159161.96,\"6437\":9263.93,\"6438\":325752.0,\"6439\":null,\"6440\":107119.28,\"6441\":null,\"6442\":14426.84,\"6443\":392748.07,\"6444\":14668.75,\"6445\":16302.0,\"6446\":22422.06,\"6447\":10170.74,\"6448\":16844.13,\"6449\":170285.73,\"6450\":1138.71,\"6451\":1891.54,\"6452\":291.83,\"6453\":null,\"6454\":null,\"6455\":2329.79,\"6456\":739.7,\"6457\":455.57,\"6458\":38601.2,\"6459\":162536.84,\"6460\":3967.69,\"6461\":2201.4,\"6462\":951.78,\"6463\":963447.21,\"6464\":598794.23,\"6465\":528.0,\"6466\":7513.0,\"6467\":6078.71,\"6468\":824.56,\"6469\":182080.0,\"6470\":608.29,\"6471\":12456.0,\"6472\":22932.11,\"6473\":69290.75,\"6474\":164281.09,\"6475\":null,\"6476\":578259.2,\"6477\":41247.81,\"6478\":8417.39,\"6479\":550.44,\"6480\":687.28,\"6481\":942.3,\"6482\":162705.41,\"6483\":3050.32,\"6484\":531.04,\"6485\":903.24,\"6486\":832.23,\"6487\":4898.4,\"6488\":419.52,\"6489\":1687.72,\"6490\":14067.33,\"6491\":null,\"6492\":15602.72,\"6493\":7204.8,\"6494\":383.39,\"6495\":2548.2,\"6496\":92.4,\"6497\":281.35,\"6498\":29566.85,\"6499\":46131.29,\"6500\":437.14,\"6501\":null,\"6502\":92453.24,\"6503\":347183.48,\"6504\":1601.22,\"6505\":612.48,\"6506\":1987.36,\"6507\":1157.4,\"6508\":774110.27,\"6509\":51796.76,\"6510\":531750.21,\"6511\":null,\"6512\":154921.03,\"6513\":425001.81,\"6514\":142342.46,\"6515\":124065.76,\"6516\":2059.0,\"6517\":792.96,\"6518\":669.66,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":78091.36,\"6523\":164216.37,\"6524\":168875.4,\"6525\":312889.08,\"6526\":14454.08,\"6527\":229017.93,\"6528\":22584.29,\"6529\":45125.6,\"6530\":47768.74,\"6531\":648.72,\"6532\":153769.83,\"6533\":1183.61,\"6534\":6382.2,\"6535\":2332.61,\"6536\":25886.86,\"6537\":31925.83,\"6538\":58487.41,\"6539\":18652.82,\"6540\":655.23,\"6541\":5626.8,\"6542\":16.8,\"6543\":8100.0,\"6544\":6799.49,\"6545\":299.24,\"6546\":0.39,\"6547\":7600.0,\"6548\":4845.39,\"6549\":1548.24,\"6550\":1565.96,\"6551\":124.87,\"6552\":11426.0,\"6553\":7629.0,\"6554\":2426.6,\"6555\":5905.91,\"6556\":17243.19,\"6557\":12812.0,\"6558\":13491.84,\"6559\":1317.65,\"6560\":14455.7,\"6561\":14218.1,\"6562\":null,\"6563\":13680.0,\"6564\":19538.16,\"6565\":19520.8,\"6566\":19406.72,\"6567\":5662.8,\"6568\":524.8,\"6569\":7918.8,\"6570\":4930.0,\"6571\":null,\"6572\":1289.2,\"6573\":null,\"6574\":2817.9,\"6575\":4926.0,\"6576\":297.57,\"6577\":1979.04,\"6578\":336.72,\"6579\":1915.0,\"6580\":1071.38,\"6581\":12300.34,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":null,\"6587\":804.54,\"6588\":null,\"6589\":399.52,\"6590\":794.4,\"6591\":null,\"6592\":null,\"6593\":181.92,\"6594\":null,\"6595\":2000.0,\"6596\":5493.3,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4149.39,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":5212.38,\"6606\":null,\"6607\":197927.17,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":6788.96,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5851.58,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19143.32,\"6631\":19892.26,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":0.14,\"6637\":0.04,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":3.15,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2049.36,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5636.4,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":2512.29,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":2.12,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1403.58,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3824.33,\"6718\":null,\"6719\":7137.6,\"6720\":402244.78,\"6721\":1854.0,\"6722\":3841.46,\"6723\":710.49,\"6724\":null,\"6725\":null,\"6726\":417.57,\"6727\":12826.0,\"6728\":13165.43,\"6729\":198.0,\"6730\":2728.44,\"6731\":1747.68,\"6732\":759.2,\"6733\":1464.3,\"6734\":811.0,\"6735\":16788.0,\"6736\":445766.15,\"6737\":501083.83,\"6738\":12976.0,\"6739\":817.41,\"6740\":12181.24,\"6741\":51360.8,\"6742\":6721.0,\"6743\":756.41,\"6744\":3699.52,\"6745\":835.34,\"6746\":11914.12,\"6747\":613.58,\"6748\":20272.31,\"6749\":null,\"6750\":28072.62,\"6751\":19320.0,\"6752\":5794.13,\"6753\":939.79,\"6754\":248920.03,\"6755\":159637.56,\"6756\":7134.38,\"6757\":382200.0,\"6758\":508890.0,\"6759\":100633.01,\"6760\":null,\"6761\":16327.7,\"6762\":393937.21,\"6763\":15020.39,\"6764\":16420.8,\"6765\":24368.77,\"6766\":13919.52,\"6767\":15985.79,\"6768\":51136.91,\"6769\":1155.47,\"6770\":1962.47,\"6771\":551.96,\"6772\":149270.0,\"6773\":null,\"6774\":2054.71,\"6775\":740.98,\"6776\":454.19,\"6777\":39349.97,\"6778\":90934.51,\"6779\":2419.99,\"6780\":2201.4,\"6781\":null,\"6782\":942.89,\"6783\":1047477.29,\"6784\":400739.96,\"6785\":324.0,\"6786\":7968.4,\"6787\":2254.79,\"6788\":797.75,\"6789\":null,\"6790\":605.57,\"6791\":12096.0,\"6792\":24936.68,\"6793\":69305.57,\"6794\":164734.26,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":40469.59,\"6801\":8417.39,\"6802\":515.72,\"6803\":686.09,\"6804\":1191.6,\"6805\":161542.44,\"6806\":2210.28,\"6807\":441.11,\"6808\":741.24,\"6809\":585.85,\"6810\":3522.0,\"6811\":425.16,\"6812\":1347.19,\"6813\":14571.65,\"6814\":2371.05,\"6815\":15210.32,\"6816\":6859.2,\"6817\":375.74,\"6818\":2538.6,\"6819\":102.3,\"6820\":null,\"6821\":29706.71,\"6822\":49015.91,\"6823\":430.25,\"6824\":null,\"6825\":87466.01,\"6826\":169906.18,\"6827\":1598.34,\"6828\":602.14,\"6829\":1403.14,\"6830\":1314.0,\"6831\":55322.95,\"6832\":648116.8100000001,\"6833\":51980.1,\"6834\":532821.96,\"6835\":44394.88,\"6836\":34599.56,\"6837\":153967.73,\"6838\":425518.86,\"6839\":140772.96,\"6840\":124500.24,\"6841\":2056.0,\"6842\":790.58,\"6843\":628.95,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":77418.39,\"6848\":164627.24,\"6849\":170982.55,\"6850\":null,\"6851\":19802.78,\"6852\":230167.77,\"6853\":22567.12,\"6854\":45323.6,\"6855\":47532.59,\"6856\":648.06,\"6857\":151058.03,\"6858\":1043.93,\"6859\":6540.6,\"6860\":2875.19,\"6861\":30749.28,\"6862\":32452.34,\"6863\":59155.55,\"6864\":19565.75,\"6865\":653.31,\"6866\":5626.8,\"6867\":null,\"6868\":54.6,\"6869\":8100.0,\"6870\":6742.23,\"6871\":316.93,\"6872\":0.44,\"6873\":6080.0,\"6874\":9301.53,\"6875\":1613.16,\"6876\":1674.2,\"6877\":249.88,\"6878\":0.6,\"6879\":14045.0,\"6880\":8285.0,\"6881\":2343.0,\"6882\":5431.86,\"6883\":16468.62,\"6884\":17130.68,\"6885\":17770.13,\"6886\":1592.51,\"6887\":17600.2,\"6888\":17220.8,\"6889\":null,\"6890\":12654.0,\"6891\":19540.91,\"6892\":19533.16,\"6893\":19401.99,\"6894\":5688.0,\"6895\":481.2,\"6896\":12651.3,\"6897\":4668.0,\"6898\":1258.8,\"6899\":null,\"6900\":2778.3,\"6901\":5559.0,\"6902\":297.57,\"6903\":2040.93,\"6904\":336.72,\"6905\":2010.0,\"6906\":216.25,\"6907\":11438.56,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":939.18,\"6914\":319.0,\"6915\":701.1,\"6916\":null,\"6917\":null,\"6918\":117.6,\"6919\":null,\"6920\":2000.0,\"6921\":5323.8,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":5302.96,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":9290.6,\"6931\":null,\"6932\":198336.98,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":11674.06,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5322.68,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19839.38,\"6956\":19930.6,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":0.17,\"6962\":0.04,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1541.32,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":3.67,\"6985\":151.8,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":0.36,\"6993\":null,\"6994\":null,\"6995\":0.03,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":4758.54,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":2.12,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3685.0,\"7042\":1887.6,\"7043\":7162.8,\"7044\":396634.81,\"7045\":1857.6,\"7046\":3642.04,\"7047\":710.49,\"7048\":null,\"7049\":417.56,\"7050\":14014.0,\"7051\":15169.74,\"7052\":null,\"7053\":3049.53,\"7054\":1757.58,\"7055\":741.01,\"7056\":1647.9,\"7057\":2165.0,\"7058\":16908.0,\"7059\":302005.88,\"7060\":500916.6,\"7061\":12616.0,\"7062\":1200.87,\"7063\":16990.47,\"7064\":65698.53,\"7065\":6688.0,\"7066\":796.94,\"7067\":2959.68,\"7068\":976.35,\"7069\":13154.42,\"7070\":462.88,\"7071\":25168.14,\"7072\":null,\"7073\":27031.95,\"7074\":16039.0,\"7075\":6913.69,\"7076\":940.78,\"7077\":247079.67,\"7078\":160542.28,\"7079\":8754.58,\"7080\":195024.0,\"7081\":null,\"7082\":203028.17,\"7083\":null,\"7084\":37936.73,\"7085\":33194.33,\"7086\":null,\"7087\":17806.8,\"7088\":23262.95,\"7089\":10258.08,\"7090\":17334.56,\"7091\":171155.58,\"7092\":1364.34,\"7093\":1936.45,\"7094\":535.33,\"7095\":116050.0,\"7096\":null,\"7097\":2143.95,\"7098\":744.13,\"7099\":452.51,\"7100\":36034.54,\"7101\":162920.3,\"7102\":11.42,\"7103\":1923.0,\"7104\":720.3,\"7105\":1006182.75,\"7106\":0.01,\"7107\":342.0,\"7108\":8437.0,\"7109\":2235.03,\"7110\":797.75,\"7111\":178760.0,\"7112\":631.49,\"7113\":13932.0,\"7114\":null,\"7115\":36017.64,\"7116\":69446.18,\"7117\":164355.15,\"7118\":2755.5,\"7119\":402684.0,\"7120\":40526.77,\"7121\":8570.44,\"7122\":486.95,\"7123\":614.16,\"7124\":1037.1,\"7125\":159746.82,\"7126\":2212.0,\"7127\":528.5,\"7128\":1013.58,\"7129\":838.38,\"7130\":3954.0,\"7131\":425.4,\"7132\":1322.81,\"7133\":19332.26,\"7134\":null,\"7135\":18125.83,\"7136\":8020.8,\"7137\":378.58,\"7138\":2478.0,\"7139\":234.3,\"7140\":308.5,\"7141\":29402.52,\"7142\":50182.12,\"7143\":533.48,\"7144\":1039062.14,\"7145\":92411.68,\"7146\":294102.65,\"7147\":1548.54,\"7148\":680.68,\"7149\":1691.06,\"7150\":1589.4,\"7151\":33351.41,\"7152\":770944.42,\"7153\":51999.41,\"7154\":532153.2,\"7155\":null,\"7156\":null,\"7157\":154833.85,\"7158\":424676.19,\"7159\":143588.6,\"7160\":72446.15,\"7161\":2047.0,\"7162\":790.86,\"7163\":2199.81,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":77660.83,\"7168\":164890.08,\"7169\":169202.85,\"7170\":303051.74,\"7171\":19743.19,\"7172\":201541.78,\"7173\":22588.97,\"7174\":45119.12,\"7175\":47948.51,\"7176\":647.01,\"7177\":151301.25,\"7178\":1155.4,\"7179\":9389.6,\"7180\":2733.55,\"7181\":30032.03,\"7182\":31600.25,\"7183\":44043.08,\"7184\":null,\"7185\":19371.65,\"7186\":653.52,\"7187\":5626.8,\"7188\":93.6,\"7189\":8100.0,\"7190\":6757.25,\"7191\":330.86,\"7192\":5360.0,\"7193\":9473.48,\"7194\":1679.28,\"7195\":1721.72,\"7196\":124.74,\"7197\":5.4,\"7198\":11248.0,\"7199\":9859.0,\"7200\":2387.0,\"7201\":5416.36,\"7202\":15845.3,\"7203\":11489.1,\"7204\":12105.51,\"7205\":1658.65,\"7206\":13404.0,\"7207\":13112.0,\"7208\":null,\"7209\":13482.0,\"7210\":19738.63,\"7211\":19655.87,\"7212\":19583.47,\"7213\":6282.0,\"7214\":448.0,\"7215\":11510.3,\"7216\":5034.0,\"7217\":null,\"7218\":3526.1,\"7219\":null,\"7220\":3265.0,\"7221\":5755.0,\"7222\":297.57,\"7223\":1407.08,\"7224\":335.34,\"7225\":1962.0,\"7226\":1349.89,\"7227\":11159.76,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":null,\"7233\":805.86,\"7234\":371.8,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":327.84,\"7239\":null,\"7240\":2000.0,\"7241\":5113.3,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4631.48,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":9194.0,\"7251\":null,\"7252\":19366.31,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":11655.83,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":0.07,\"7265\":null,\"7266\":3128.89,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19935.7,\"7276\":19951.54,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":0.08,\"7282\":0.02,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1330.07,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":7.22,\"7305\":5506.6,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":2021.77,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":12.02,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3864.67,\"7363\":1940.4,\"7364\":7166.4,\"7365\":72914.44,\"7366\":1854.0,\"7367\":3643.59,\"7368\":711.37,\"7369\":null,\"7370\":430.98,\"7371\":12496.0,\"7372\":16176.21,\"7373\":198.0,\"7374\":2183.11,\"7375\":1721.94,\"7376\":766.48,\"7377\":1717.2,\"7378\":2164.0,\"7379\":16240.0,\"7380\":60570.21,\"7381\":502627.6,\"7382\":14440.0,\"7383\":1582.35,\"7384\":15999.5,\"7385\":32654.64,\"7386\":8092.33,\"7387\":1175.3,\"7388\":3698.24,\"7389\":862.98,\"7390\":21409.44,\"7391\":393.58,\"7392\":null,\"7393\":null,\"7394\":27099.15,\"7395\":16022.0,\"7396\":5147.64,\"7397\":938.8,\"7398\":245723.2,\"7399\":159114.38,\"7400\":6407.21,\"7401\":512000.0,\"7402\":null,\"7403\":17838.38,\"7404\":168149.74,\"7405\":16270.17,\"7406\":18367.8,\"7407\":23395.79,\"7408\":11114.55,\"7409\":17224.33,\"7410\":171145.2,\"7411\":930.88,\"7412\":1760.6,\"7413\":534.58,\"7414\":119570.0,\"7415\":null,\"7416\":2617.17,\"7417\":743.64,\"7418\":400.15,\"7419\":52060.68,\"7420\":155287.5,\"7421\":1415.93,\"7422\":1928.4,\"7423\":858.39,\"7424\":1134895.3600000001,\"7425\":121577.15,\"7426\":654.0,\"7427\":6963.0,\"7428\":7578.02,\"7429\":817.52,\"7430\":206940.0,\"7431\":642.43,\"7432\":12672.0,\"7433\":35201.89,\"7434\":69289.71,\"7435\":164896.29,\"7436\":null,\"7437\":568363.58,\"7438\":null,\"7439\":null,\"7440\":8417.39,\"7441\":500.68,\"7442\":683.06,\"7443\":716.4,\"7444\":80984.57,\"7445\":2215.44,\"7446\":471.27,\"7447\":1009.08,\"7448\":633.31,\"7449\":3784.8,\"7450\":426.24,\"7451\":1470.32,\"7452\":16439.02,\"7453\":4493.25,\"7454\":19774.65,\"7455\":9504.0,\"7456\":381.41,\"7457\":2516.4,\"7458\":237.6,\"7459\":339.64,\"7460\":29971.74,\"7461\":49907.17,\"7462\":483.93,\"7463\":1053509.0700000001,\"7464\":136403.43,\"7465\":766178.28,\"7466\":1608.12,\"7467\":697.18,\"7468\":1438.75,\"7469\":1290.6,\"7470\":9035.25,\"7471\":586904.1899999999,\"7472\":531913.29,\"7473\":205980.0,\"7474\":152835.73,\"7475\":null,\"7476\":140060.13,\"7477\":73217.1,\"7478\":2047.0,\"7479\":791.98,\"7480\":2055.49,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":55454.36,\"7485\":160528.67,\"7486\":165613.85,\"7487\":null,\"7488\":18452.48,\"7489\":228068.06,\"7490\":22586.8,\"7491\":45002.08,\"7492\":47880.92,\"7493\":645.57,\"7494\":153110.48,\"7495\":992.49,\"7496\":8555.8,\"7497\":2706.11,\"7498\":30169.21,\"7499\":31893.48,\"7500\":57605.73,\"7501\":57459.81,\"7502\":19567.14,\"7503\":653.19,\"7504\":5238.0,\"7505\":null,\"7506\":8100.0,\"7507\":6745.53,\"7508\":476.06,\"7509\":1937.51,\"7510\":7280.0,\"7511\":9463.31,\"7512\":1511.64,\"7513\":1789.92,\"7514\":118.67,\"7515\":9355.0,\"7516\":7924.0,\"7517\":2349.6,\"7518\":4917.06,\"7519\":16267.34,\"7520\":10946.91,\"7521\":11539.74,\"7522\":1118.77,\"7523\":14736.0,\"7524\":14423.2,\"7525\":null,\"7526\":13140.0,\"7527\":19624.52,\"7528\":18582.08,\"7529\":19471.41,\"7530\":4849.2,\"7531\":551.7,\"7532\":9102.4,\"7533\":12142.0,\"7534\":13.36,\"7535\":1376.4,\"7536\":null,\"7537\":2888.2,\"7538\":599.0,\"7539\":297.57,\"7540\":1388.62,\"7541\":333.5,\"7542\":1914.0,\"7543\":1338.76,\"7544\":12568.04,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":2.93,\"7550\":788.7,\"7551\":333.08,\"7552\":null,\"7553\":null,\"7554\":47.52,\"7555\":null,\"7556\":2000.0,\"7557\":5799.1,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":7810.14,\"7566\":null,\"7567\":153887.63,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":8659.1,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":0.15,\"7580\":null,\"7581\":4017.58,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19035.28,\"7591\":18970.43,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":0.28,\"7597\":0.08,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":0.3,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1271.55,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":19.83,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":10613.92,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":4.36,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":4127.93,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3868.33,\"7679\":1986.6,\"7680\":7164.0,\"7681\":399478.7,\"7682\":1674.0,\"7683\":3345.63,\"7684\":709.61,\"7685\":null,\"7686\":490.0,\"7687\":430.68,\"7688\":4950.0,\"7689\":14549.44,\"7690\":null,\"7691\":2063.49,\"7692\":1776.72,\"7693\":722.84,\"7694\":1711.8,\"7695\":1852.0,\"7696\":14532.0,\"7697\":60561.31,\"7698\":500717.23,\"7699\":14432.0,\"7700\":1221.0,\"7701\":6988.76,\"7702\":27484.98,\"7703\":8099.67,\"7704\":1042.48,\"7705\":3698.88,\"7706\":878.97,\"7707\":15228.17,\"7708\":579.04,\"7709\":25269.98,\"7710\":null,\"7711\":24167.88,\"7712\":16397.0,\"7713\":4574.71,\"7714\":939.79,\"7715\":245578.56,\"7716\":157996.62,\"7717\":5716.23,\"7718\":null,\"7719\":null,\"7720\":15109.16,\"7721\":351520.61,\"7722\":23731.01,\"7723\":18374.4,\"7724\":20992.78,\"7725\":10037.4,\"7726\":16574.75,\"7727\":169167.77,\"7728\":1379.24,\"7729\":1470.27,\"7730\":541.96,\"7731\":37785.0,\"7732\":null,\"7733\":2184.77,\"7734\":738.03,\"7735\":428.75,\"7736\":34457.62,\"7737\":90423.25,\"7738\":null,\"7739\":1908.6,\"7740\":null,\"7741\":856.57,\"7742\":1065534.3,\"7743\":45249.33,\"7744\":240.0,\"7745\":9072.8,\"7746\":7504.88,\"7747\":824.45,\"7748\":205020.0,\"7749\":627.77,\"7750\":13356.0,\"7751\":34947.16,\"7752\":69307.7,\"7753\":164949.61,\"7754\":1943.0,\"7755\":308660.0,\"7756\":580070.26,\"7757\":39768.59,\"7758\":8876.52,\"7759\":489.72,\"7760\":null,\"7761\":824.4,\"7762\":81969.06,\"7763\":2210.28,\"7764\":542.98,\"7765\":996.48,\"7766\":553.3,\"7767\":3908.4,\"7768\":425.52,\"7769\":19290.34,\"7770\":1384.1,\"7771\":19279.17,\"7772\":4485.6,\"7773\":19082.51,\"7774\":4915.2,\"7775\":382.21,\"7776\":2395.8,\"7777\":237.6,\"7778\":306.2,\"7779\":30228.87,\"7780\":47922.77,\"7781\":599.96,\"7782\":1155506.0,\"7783\":138313.02,\"7784\":564246.27,\"7785\":1611.12,\"7786\":610.28,\"7787\":1252.23,\"7788\":1125.0,\"7789\":507360.69,\"7790\":181742.13,\"7791\":null,\"7792\":null,\"7793\":142233.78,\"7794\":119319.12,\"7795\":2039.0,\"7796\":792.12,\"7797\":1484.16,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":54896.1,\"7802\":153167.77,\"7803\":161664.1,\"7804\":19708.33,\"7805\":22579.04,\"7806\":44544.62,\"7807\":47879.18,\"7808\":645.12,\"7809\":152863.18,\"7810\":756.68,\"7811\":9374.2,\"7812\":2962.88,\"7813\":30171.81,\"7814\":null,\"7815\":57991.86,\"7816\":58660.5,\"7817\":19310.54,\"7818\":652.17,\"7819\":7736.4,\"7820\":26.4,\"7821\":8100.0,\"7822\":6765.99,\"7823\":433.42,\"7824\":2618.41,\"7825\":null,\"7826\":6202.54,\"7827\":1590.96,\"7828\":1739.32,\"7829\":136.62,\"7830\":11585.0,\"7831\":19198.0,\"7832\":2928.2,\"7833\":7822.27,\"7834\":12931.08,\"7835\":11305.82,\"7836\":11963.02,\"7837\":266.2,\"7838\":14596.8,\"7839\":14286.9,\"7840\":null,\"7841\":12132.0,\"7842\":19382.43,\"7843\":19393.61,\"7844\":19188.22,\"7845\":6296.4,\"7846\":830.3,\"7847\":9984.5,\"7848\":4656.0,\"7849\":null,\"7850\":1340.5,\"7851\":null,\"7852\":2807.3,\"7853\":6921.0,\"7854\":297.57,\"7855\":1977.69,\"7856\":504.16,\"7857\":1965.0,\"7858\":1416.38,\"7859\":16339.5,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":44.0,\"7865\":766.92,\"7866\":285.12,\"7867\":577.5,\"7868\":null,\"7869\":null,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":7457.1,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4166.61,\"7879\":null,\"7880\":null,\"7881\":7189.47,\"7882\":null,\"7883\":200259.6,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":10226.3,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":0.15,\"7896\":null,\"7897\":1117.15,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19989.96,\"7905\":19982.71,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":0.37,\"7911\":0.1,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":0.6,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1330.95,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":11.96,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":0.03,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":8149.09,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":1.37,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3872.0,\"7993\":null,\"7994\":7161.6,\"7995\":171345.94,\"7996\":3722.4,\"7997\":4633.35,\"7998\":705.32,\"7999\":null,\"8000\":null,\"8001\":431.13,\"8002\":12408.0,\"8003\":null,\"8004\":null,\"8005\":400.29,\"8006\":null,\"8007\":718.78,\"8008\":1934.1,\"8009\":813.0,\"8010\":15728.0,\"8011\":60683.53,\"8012\":499913.88,\"8013\":12592.0,\"8014\":866.58,\"8015\":12037.41,\"8016\":47425.24,\"8017\":6600.0,\"8018\":1157.19,\"8019\":3699.2,\"8020\":863.85,\"8021\":12978.54,\"8022\":629.86,\"8023\":5266.39,\"8024\":null,\"8025\":29516.67,\"8026\":15969.0,\"8027\":6793.6,\"8028\":938.8,\"8029\":245349.95,\"8030\":156807.84,\"8031\":7674.83,\"8032\":509400.0,\"8033\":151021.51,\"8034\":null,\"8035\":40947.87,\"8036\":395807.26,\"8037\":15151.74,\"8038\":18546.0,\"8039\":13959.63,\"8040\":14187.88,\"8041\":17227.08,\"8042\":170437.97,\"8043\":217.76,\"8044\":1381.37,\"8045\":552.5,\"8046\":null,\"8047\":2224.45,\"8048\":729.46,\"8049\":406.05,\"8050\":29579.24,\"8051\":90480.74,\"8052\":3947.08,\"8053\":1822.8,\"8054\":85.8,\"8055\":881.79,\"8056\":1141011.7,\"8057\":602665.12,\"8058\":480.0,\"8059\":7451.4,\"8060\":7537.87,\"8061\":827.86,\"8062\":205090.0,\"8063\":600.24,\"8064\":14256.0,\"8065\":34914.03,\"8066\":69327.48,\"8067\":164931.69,\"8068\":null,\"8069\":188968.0,\"8070\":569994.54,\"8071\":39604.78,\"8072\":8417.39,\"8073\":515.0,\"8074\":697.03,\"8075\":825.3,\"8076\":347958.87,\"8077\":2227.49,\"8078\":487.05,\"8079\":1025.46,\"8080\":1056.57,\"8081\":2804.4,\"8082\":411.96,\"8083\":1062.91,\"8084\":19503.0,\"8085\":4351.05,\"8086\":19072.92,\"8087\":8630.4,\"8088\":365.64,\"8089\":2508.0,\"8090\":264.0,\"8091\":326.95,\"8092\":29837.34,\"8093\":48365.31,\"8094\":691.27,\"8095\":1231436.6200000001,\"8096\":134764.88,\"8097\":542276.7,\"8098\":1425.54,\"8099\":733.48,\"8100\":1204.01,\"8101\":995.4,\"8102\":456337.35,\"8103\":517807.26,\"8104\":140099.93,\"8105\":114948.74,\"8106\":2041.0,\"8107\":792.12,\"8108\":1879.47,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54955.76,\"8113\":160863.01,\"8114\":162302.35,\"8115\":17896.02,\"8116\":102525.64,\"8117\":28974.56,\"8118\":44671.86,\"8119\":48814.73,\"8120\":673.86,\"8121\":152003.22,\"8122\":1055.7,\"8123\":6179.8,\"8124\":2823.42,\"8125\":30112.88,\"8126\":47395.35,\"8127\":57902.53,\"8128\":19309.3,\"8129\":653.04,\"8130\":11840.4,\"8131\":127.2,\"8132\":8100.0,\"8133\":6794.7,\"8134\":377.78,\"8135\":432.1,\"8136\":4400.0,\"8137\":8588.41,\"8138\":1692.6,\"8139\":null,\"8140\":121.57,\"8141\":13024.0,\"8142\":10050.0,\"8143\":2686.2,\"8144\":14268.07,\"8145\":16049.33,\"8146\":12113.39,\"8147\":12771.32,\"8148\":1361.21,\"8149\":14923.7,\"8150\":14607.0,\"8151\":null,\"8152\":13446.0,\"8153\":19584.45,\"8154\":19522.1,\"8155\":19449.37,\"8156\":7243.2,\"8157\":629.3,\"8158\":10179.1,\"8159\":4676.0,\"8160\":1619.7,\"8161\":null,\"8162\":3351.3,\"8163\":5385.0,\"8164\":297.57,\"8165\":2042.61,\"8166\":334.19,\"8167\":1950.0,\"8168\":361.78,\"8169\":13693.08,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":33.73,\"8175\":777.48,\"8176\":null,\"8177\":325.6,\"8178\":867.3,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5968.5,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":4717.57,\"8190\":null,\"8191\":null,\"8192\":7639.16,\"8193\":null,\"8194\":199971.27,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":8177.47,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":0.26,\"8207\":null,\"8208\":1068.46,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19941.44,\"8218\":19959.62,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":0.25,\"8224\":0.08,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1440.01,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":4.21,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":17434.33,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":3.26,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":3440.8,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3872.0,\"8305\":2501.4,\"8306\":7173.6,\"8307\":272784.97,\"8308\":10260.0,\"8309\":4832.85,\"8310\":713.13,\"8311\":46.99,\"8312\":null,\"8313\":431.15,\"8314\":12419.0,\"8315\":14622.53,\"8316\":198.0,\"8317\":2128.34,\"8318\":1761.21,\"8319\":767.29,\"8320\":2780.1,\"8321\":808.0,\"8322\":16292.0,\"8323\":60620.04,\"8324\":506090.88,\"8325\":12592.0,\"8326\":763.95,\"8327\":16040.74,\"8328\":38711.62,\"8329\":6662.33,\"8330\":815.06,\"8331\":3699.52,\"8332\":846.12,\"8333\":16554.91,\"8334\":603.68,\"8335\":6913.13,\"8336\":null,\"8337\":26038.98,\"8338\":17866.0,\"8339\":7120.77,\"8340\":942.77,\"8341\":245469.55,\"8342\":157819.42,\"8343\":9149.27,\"8344\":506550.0,\"8345\":288467.73,\"8346\":null,\"8347\":27887.27,\"8348\":395802.76,\"8349\":18374.15,\"8350\":18937.6,\"8351\":null,\"8352\":10213.79,\"8353\":16754.98,\"8354\":169448.92,\"8355\":1339.29,\"8356\":1667.12,\"8357\":532.83,\"8358\":null,\"8359\":1496.84,\"8360\":726.61,\"8361\":420.18,\"8362\":32816.03,\"8363\":90491.78,\"8364\":4039.61,\"8365\":2128.8,\"8366\":14273.6,\"8367\":843.78,\"8368\":1120807.78,\"8369\":600163.5699999999,\"8370\":288.0,\"8371\":7950.8,\"8372\":5906.24,\"8373\":825.0,\"8374\":205130.0,\"8375\":572.84,\"8376\":13716.0,\"8377\":35201.32,\"8378\":69554.57,\"8379\":165204.3,\"8380\":93978.0,\"8381\":591784.98,\"8382\":19734.77,\"8383\":8417.39,\"8384\":473.22,\"8385\":690.08,\"8386\":1176.0,\"8387\":350122.32,\"8388\":2224.05,\"8389\":528.46,\"8390\":1090.26,\"8391\":1123.26,\"8392\":5280.0,\"8393\":410.88,\"8394\":1851.74,\"8395\":5875.43,\"8396\":4359.15,\"8397\":19976.95,\"8398\":7262.4,\"8399\":372.37,\"8400\":2776.8,\"8401\":260.7,\"8402\":300.34,\"8403\":30081.11,\"8404\":50198.51,\"8405\":588.34,\"8406\":1241292.6100000001,\"8407\":138086.73,\"8408\":602166.29,\"8409\":1612.86,\"8410\":596.2,\"8411\":1258.43,\"8412\":981.0,\"8413\":null,\"8414\":537508.38,\"8415\":119030.68,\"8416\":226503.86,\"8417\":141498.85,\"8418\":71146.55,\"8419\":2060.0,\"8420\":791.7,\"8421\":3330.72,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":159487.95,\"8426\":164550.1,\"8427\":19824.84,\"8428\":22399.78,\"8429\":44767.09,\"8430\":47554.65,\"8431\":646.92,\"8432\":152145.89,\"8433\":1117.98,\"8434\":8067.4,\"8435\":2781.53,\"8436\":28167.8,\"8437\":23522.24,\"8438\":57489.88,\"8439\":19295.17,\"8440\":653.46,\"8441\":7693.2,\"8442\":47.4,\"8443\":8100.0,\"8444\":6694.55,\"8445\":386.5,\"8446\":null,\"8447\":4080.0,\"8448\":9438.83,\"8449\":1706.52,\"8450\":1680.8,\"8451\":180.58,\"8452\":null,\"8453\":10932.0,\"8454\":12653.0,\"8455\":2433.2,\"8456\":12808.54,\"8457\":16961.64,\"8458\":10302.17,\"8459\":10226.21,\"8460\":1239.19,\"8461\":13276.1,\"8462\":12989.5,\"8463\":null,\"8464\":null,\"8465\":19563.79,\"8466\":19494.65,\"8467\":19427.7,\"8468\":6379.2,\"8469\":606.8,\"8470\":null,\"8471\":1842.0,\"8472\":1457.8,\"8473\":null,\"8474\":3341.0,\"8475\":3449.0,\"8476\":297.57,\"8477\":2177.61,\"8478\":330.05,\"8479\":2089.0,\"8480\":1266.46,\"8481\":13520.16,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":68.93,\"8487\":751.74,\"8488\":null,\"8489\":345.4,\"8490\":651.9,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5986.4,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4143.65,\"8501\":null,\"8502\":null,\"8503\":307.55,\"8504\":null,\"8505\":184195.79,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":2331.45,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":845.63,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19974.4,\"8529\":19968.26,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":0.31,\"8535\":0.09,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":11.85,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1364.61,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":9.51,\"8558\":5522.0,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":3342.57,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":2.16,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":4381.5,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":null,\"8618\":7189.2,\"8619\":406841.14,\"8620\":5817.6,\"8621\":2898.74,\"8622\":707.96,\"8623\":91.7,\"8624\":null,\"8625\":432.47,\"8626\":13123.0,\"8627\":16248.08,\"8628\":191.4,\"8629\":2157.21,\"8630\":1696.86,\"8631\":771.52,\"8632\":3667.5,\"8633\":808.0,\"8634\":17152.0,\"8635\":64072.74,\"8636\":504739.34,\"8637\":14072.0,\"8638\":865.59,\"8639\":11144.8,\"8640\":34106.36,\"8641\":6673.33,\"8642\":1070.36,\"8643\":3698.88,\"8644\":853.46,\"8645\":14931.89,\"8646\":627.22,\"8647\":null,\"8648\":null,\"8649\":28290.49,\"8650\":18609.0,\"8651\":5520.04,\"8652\":942.77,\"8653\":248808.33,\"8654\":158871.31,\"8655\":6746.48,\"8656\":510150.0,\"8657\":38390.55,\"8658\":null,\"8659\":18239.22,\"8660\":395746.33,\"8661\":15038.24,\"8662\":18928.8,\"8663\":null,\"8664\":11880.78,\"8665\":17683.94,\"8666\":170265.07,\"8667\":1249.66,\"8668\":1372.03,\"8669\":547.08,\"8670\":null,\"8671\":2586.01,\"8672\":721.98,\"8673\":405.09,\"8674\":32893.5,\"8675\":null,\"8676\":3931.07,\"8677\":1931.4,\"8678\":6424.0,\"8679\":879.48,\"8680\":1137905.76,\"8681\":598291.61,\"8682\":282.0,\"8683\":7832.0,\"8684\":7604.15,\"8685\":825.22,\"8686\":205020.0,\"8687\":613.22,\"8688\":10476.0,\"8689\":35128.11,\"8690\":69547.54,\"8691\":165062.98,\"8692\":404754.0,\"8693\":597475.51,\"8694\":null,\"8695\":null,\"8696\":4438.26,\"8697\":558.23,\"8698\":690.01,\"8699\":1292.25,\"8700\":349943.34,\"8701\":2222.33,\"8702\":536.58,\"8703\":1030.86,\"8704\":200.86,\"8705\":111.6,\"8706\":411.84,\"8707\":2063.34,\"8708\":19490.8,\"8709\":4358.25,\"8710\":19800.4,\"8711\":10099.2,\"8712\":375.14,\"8713\":2340.0,\"8714\":260.7,\"8715\":277.9,\"8716\":29888.73,\"8717\":47460.6,\"8718\":null,\"8719\":860540.28,\"8720\":136116.74,\"8721\":818614.6899999999,\"8722\":1614.36,\"8723\":766.48,\"8724\":1167.63,\"8725\":1009.8,\"8726\":340086.49,\"8727\":66617.74,\"8728\":127637.73,\"8729\":141111.53,\"8730\":71369.29,\"8731\":2062.0,\"8732\":789.6,\"8733\":3291.42,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":158539.63,\"8738\":168076.2,\"8739\":19824.12,\"8740\":null,\"8741\":22401.0,\"8742\":44711.71,\"8743\":47619.87,\"8744\":670.5,\"8745\":153020.11,\"8746\":1053.41,\"8747\":6846.4,\"8748\":2775.56,\"8749\":29992.17,\"8750\":57981.2,\"8751\":null,\"8752\":19339.68,\"8753\":652.98,\"8754\":9986.4,\"8755\":8.4,\"8756\":8100.0,\"8757\":6742.56,\"8758\":427.75,\"8759\":null,\"8760\":4000.0,\"8761\":9330.64,\"8762\":1390.8,\"8763\":1784.64,\"8764\":140.45,\"8765\":null,\"8766\":9814.0,\"8767\":15118.0,\"8768\":2873.2,\"8769\":15464.93,\"8770\":15183.86,\"8771\":10227.84,\"8772\":10224.49,\"8773\":766.33,\"8774\":13249.5,\"8775\":12972.6,\"8776\":null,\"8777\":19743.83,\"8778\":19317.46,\"8779\":19607.24,\"8780\":4348.8,\"8781\":554.5,\"8782\":null,\"8783\":4874.0,\"8784\":1271.8,\"8785\":null,\"8786\":6050.1,\"8787\":6829.0,\"8788\":297.57,\"8789\":2142.77,\"8790\":328.9,\"8791\":2119.0,\"8792\":1387.68,\"8793\":12890.61,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":171.6,\"8799\":754.38,\"8800\":null,\"8801\":495.0,\"8802\":677.1,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5419.4,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3942.78,\"8813\":null,\"8814\":null,\"8815\":8737.29,\"8816\":null,\"8817\":184982.7,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":11682.95,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":0.09,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19985.22,\"8841\":19973.24,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":0.24,\"8847\":0.06,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1265.33,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":5.81,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":7.62,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2447.78,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3864.67,\"8929\":2481.6,\"8930\":7218.0,\"8931\":236745.65,\"8932\":7689.6,\"8933\":4931.84,\"8934\":707.85,\"8935\":22.0,\"8936\":null,\"8937\":428.67,\"8938\":11396.0,\"8939\":19599.5,\"8940\":191.4,\"8941\":2164.47,\"8942\":1770.78,\"8943\":792.58,\"8944\":null,\"8945\":810.0,\"8946\":16668.0,\"8947\":456673.67,\"8948\":500323.91,\"8949\":14944.0,\"8950\":795.63,\"8951\":11724.59,\"8952\":33446.79,\"8953\":8154.67,\"8954\":345.0,\"8955\":3700.48,\"8956\":867.14,\"8957\":37802.85,\"8958\":607.42,\"8959\":6323.29,\"8960\":null,\"8961\":29045.31,\"8962\":17147.0,\"8963\":4844.39,\"8964\":941.78,\"8965\":245160.79,\"8966\":null,\"8967\":6032.97,\"8968\":508990.0,\"8969\":118372.12,\"8970\":null,\"8971\":17099.88,\"8972\":314677.06,\"8973\":14477.02,\"8974\":17883.8,\"8975\":86.51,\"8976\":13848.98,\"8977\":12558.21,\"8978\":108315.78,\"8979\":1421.06,\"8980\":1683.5,\"8981\":538.83,\"8982\":null,\"8983\":null,\"8984\":2527.13,\"8985\":725.33,\"8986\":452.34,\"8987\":79966.86,\"8988\":4130.7,\"8989\":2757.6,\"8990\":null,\"8991\":843.7,\"8992\":1163391.71,\"8993\":601086.66,\"8994\":252.0,\"8995\":6881.6,\"8996\":7588.1,\"8997\":814.0,\"8998\":181300.0,\"8999\":531.0,\"9000\":12744.0,\"9001\":40122.29,\"9002\":64728.55,\"9003\":165145.99,\"9004\":171.0,\"9005\":401810.0,\"9006\":null,\"9007\":38813.67,\"9008\":2907.83,\"9009\":618.95,\"9010\":694.08,\"9011\":2580.9,\"9012\":81129.97,\"9013\":2206.83,\"9014\":515.99,\"9015\":null,\"9016\":1186.38,\"9017\":9805.2,\"9018\":411.48,\"9019\":1971.3,\"9020\":19530.26,\"9021\":4355.1,\"9022\":19730.25,\"9023\":14040.0,\"9024\":372.04,\"9025\":2435.34,\"9026\":260.7,\"9027\":253.0,\"9028\":29867.08,\"9029\":47699.02,\"9030\":null,\"9031\":1192001.46,\"9032\":130066.45,\"9033\":631279.5,\"9034\":1612.44,\"9035\":808.94,\"9036\":1137.15,\"9037\":1285.2,\"9038\":232569.04,\"9039\":65490.44,\"9040\":204469.67,\"9041\":141420.59,\"9042\":120370.12,\"9043\":2048.0,\"9044\":790.58,\"9045\":2365.01,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54830.76,\"9050\":157997.78,\"9051\":166444.5,\"9052\":19777.84,\"9053\":17824.87,\"9054\":null,\"9055\":44112.46,\"9056\":47416.28,\"9057\":660.39,\"9058\":152976.82,\"9059\":930.88,\"9060\":6252.4,\"9061\":1660.56,\"9062\":27903.95,\"9063\":51129.07,\"9064\":19363.98,\"9065\":652.11,\"9066\":11073.6,\"9067\":30.6,\"9068\":8100.0,\"9069\":6785.3,\"9070\":420.09,\"9071\":11.78,\"9072\":3040.0,\"9073\":9494.52,\"9074\":1639.08,\"9075\":1756.48,\"9076\":169.62,\"9077\":9742.0,\"9078\":12516.0,\"9079\":4760.8,\"9080\":18822.0,\"9081\":16233.62,\"9082\":19294.66,\"9083\":19550.74,\"9084\":353.03,\"9085\":13868.0,\"9086\":13578.4,\"9087\":null,\"9088\":19336.89,\"9089\":19615.65,\"9090\":19590.53,\"9091\":482.4,\"9092\":528.3,\"9093\":16779.2,\"9094\":7280.0,\"9095\":2807.7,\"9096\":null,\"9097\":7175.5,\"9098\":5027.0,\"9099\":297.57,\"9100\":2214.58,\"9101\":472.19,\"9102\":3193.0,\"9103\":1153.24,\"9104\":12229.1,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":null,\"9110\":760.32,\"9111\":0.27,\"9112\":151.8,\"9113\":763.5,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5422.7,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5957.22,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":6775.82,\"9128\":null,\"9129\":180995.42,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":10118.22,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19988.23,\"9152\":19977.83,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":0.12,\"9158\":0.04,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":2085.6,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":17.11,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":0.04,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":3674.85,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":1.06,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2769.2,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3861.0,\"9239\":158.4,\"9240\":7244.4,\"9241\":406706.08,\"9242\":8125.2,\"9243\":4442.91,\"9244\":706.64,\"9245\":null,\"9246\":240.0,\"9247\":429.73,\"9248\":12881.0,\"9249\":19601.99,\"9250\":204.6,\"9251\":2158.86,\"9252\":1749.33,\"9253\":750.42,\"9254\":806.0,\"9255\":16956.0,\"9256\":343917.85,\"9257\":501644.3,\"9258\":null,\"9259\":null,\"9260\":13213.27,\"9261\":53590.15,\"9262\":8129.0,\"9263\":997.91,\"9264\":3699.84,\"9265\":889.04,\"9266\":21599.56,\"9267\":594.22,\"9268\":11612.29,\"9269\":null,\"9270\":27907.88,\"9271\":19076.0,\"9272\":7754.92,\"9273\":942.77,\"9274\":255000.0,\"9275\":7396.25,\"9276\":509230.0,\"9277\":null,\"9278\":16131.19,\"9279\":396369.16,\"9280\":20871.71,\"9281\":null,\"9282\":null,\"9283\":11976.0,\"9284\":10294.06,\"9285\":168692.96,\"9286\":1337.63,\"9287\":1343.3,\"9288\":532.83,\"9289\":162250.0,\"9290\":null,\"9291\":2277.23,\"9292\":726.91,\"9293\":450.01,\"9294\":44626.42,\"9295\":90530.32,\"9296\":4030.29,\"9297\":2397.0,\"9298\":7948.6,\"9299\":887.51,\"9300\":1143888.8200000001,\"9301\":600478.4300000001,\"9302\":90.0,\"9303\":6934.4,\"9304\":7585.89,\"9305\":814.0,\"9306\":185710.0,\"9307\":580.88,\"9308\":13176.0,\"9309\":39939.84,\"9310\":64812.97,\"9311\":165056.31,\"9312\":10.5,\"9313\":null,\"9314\":595554.51,\"9315\":null,\"9316\":33741.46,\"9317\":4744.35,\"9318\":580.8,\"9319\":679.61,\"9320\":2677.5,\"9321\":81113.4,\"9322\":2227.49,\"9323\":503.71,\"9324\":214.38,\"9325\":834.25,\"9326\":8115.6,\"9327\":411.72,\"9328\":2226.12,\"9329\":19639.3,\"9330\":4354.2,\"9331\":19845.15,\"9332\":1108.8,\"9333\":370.52,\"9334\":2660.4,\"9335\":178.2,\"9336\":342.17,\"9337\":29215.98,\"9338\":50218.0,\"9339\":524.81,\"9340\":888460.73,\"9341\":135016.91,\"9342\":820421.91,\"9343\":1276.68,\"9344\":821.7,\"9345\":1087.69,\"9346\":1690.2,\"9347\":342306.85,\"9348\":65707.62,\"9349\":223317.65,\"9350\":143513.66,\"9351\":116854.91,\"9352\":2057.0,\"9353\":787.5,\"9354\":1110.23,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54918.24,\"9359\":158347.05,\"9360\":162370.8,\"9361\":19732.53,\"9362\":17649.38,\"9363\":44705.69,\"9364\":47425.23,\"9365\":659.94,\"9366\":153080.21,\"9367\":1034.2,\"9368\":null,\"9369\":2811.14,\"9370\":29993.8,\"9371\":null,\"9372\":58096.95,\"9373\":19289.48,\"9374\":652.89,\"9375\":15548.4,\"9376\":null,\"9377\":8100.0,\"9378\":6773.25,\"9379\":374.62,\"9380\":135.12,\"9381\":6160.0,\"9382\":9535.11,\"9383\":1637.28,\"9384\":1660.56,\"9385\":156.82,\"9386\":9051.0,\"9387\":13418.0,\"9388\":3907.2,\"9389\":17469.64,\"9390\":16357.93,\"9391\":10217.57,\"9392\":10226.88,\"9393\":413.31,\"9394\":12637.2,\"9395\":12371.3,\"9396\":null,\"9397\":19708.45,\"9398\":19612.67,\"9399\":19589.26,\"9400\":613.0,\"9401\":12313.5,\"9402\":4798.0,\"9403\":1.91,\"9404\":2046.7,\"9405\":null,\"9406\":6785.6,\"9407\":6360.0,\"9408\":297.57,\"9409\":1708.5,\"9410\":326.83,\"9411\":2874.0,\"9412\":569.09,\"9413\":13502.71,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":511.87,\"9419\":698.28,\"9420\":null,\"9421\":602.8,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5188.7,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9733.57,\"9433\":null,\"9434\":null,\"9435\":8863.91,\"9436\":null,\"9437\":111650.98,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":11661.29,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":0.13,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19977.91,\"9460\":19975.26,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":0.2,\"9466\":0.06,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":0.3,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":null,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":42.71,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":3.26,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":4194.63,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3853.67,\"9547\":2402.4,\"9548\":7246.8,\"9549\":278597.94,\"9550\":10494.0,\"9551\":6419.61,\"9552\":710.16,\"9553\":null,\"9554\":null,\"9555\":351.09,\"9556\":11528.0,\"9557\":19686.55,\"9558\":198.0,\"9559\":2161.83,\"9560\":1752.3,\"9561\":772.92,\"9562\":806.0,\"9563\":null,\"9564\":390894.18,\"9565\":502580.11,\"9566\":null,\"9567\":9985.42,\"9568\":43494.91,\"9569\":8081.33,\"9570\":957.95,\"9571\":3699.2,\"9572\":916.23,\"9573\":21425.24,\"9574\":478.94,\"9575\":12111.57,\"9576\":null,\"9577\":30460.41,\"9578\":16688.0,\"9579\":4857.79,\"9580\":942.77,\"9581\":255000.0,\"9582\":5935.36,\"9583\":95650.0,\"9584\":null,\"9585\":17571.62,\"9586\":379065.42,\"9587\":23627.39,\"9588\":16904.8,\"9589\":0.17,\"9590\":15036.24,\"9591\":null,\"9592\":82080.15,\"9593\":1851.41,\"9594\":1359.92,\"9595\":545.71,\"9596\":146135.0,\"9597\":null,\"9598\":2425.12,\"9599\":719.72,\"9600\":441.11,\"9601\":51485.66,\"9602\":null,\"9603\":2363.42,\"9604\":2413.8,\"9605\":14693.8,\"9606\":885.5,\"9607\":1183354.27,\"9608\":600957.63,\"9609\":null,\"9610\":6815.6,\"9611\":6558.98,\"9612\":824.54,\"9613\":183760.0,\"9614\":528.6,\"9615\":12888.0,\"9616\":40942.75,\"9617\":64620.48,\"9618\":157269.91,\"9619\":null,\"9620\":585367.79,\"9621\":38724.35,\"9622\":3979.13,\"9623\":628.06,\"9624\":690.95,\"9625\":3578.7,\"9626\":81046.09,\"9627\":2222.33,\"9628\":545.75,\"9629\":1206.0,\"9630\":1100.3,\"9631\":9410.4,\"9632\":411.96,\"9633\":19008.0,\"9634\":1903.56,\"9635\":19610.61,\"9636\":4391.1,\"9637\":19830.42,\"9638\":null,\"9639\":368.41,\"9640\":2667.0,\"9641\":250.8,\"9642\":346.73,\"9643\":29570.24,\"9644\":45087.95,\"9645\":409.46,\"9646\":1214971.0900000001,\"9647\":139032.57,\"9648\":799881.03,\"9649\":1596.3,\"9650\":810.48,\"9651\":1076.4,\"9652\":1213.0,\"9653\":177536.74,\"9654\":66674.56,\"9655\":185655.42,\"9656\":140511.7,\"9657\":79470.16,\"9658\":2047.0,\"9659\":792.12,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":54681.34,\"9664\":158326.07,\"9665\":167632.2,\"9666\":18817.21,\"9667\":null,\"9668\":44500.78,\"9669\":47661.89,\"9670\":634.8,\"9671\":152876.34,\"9672\":977.9,\"9673\":3744.4,\"9674\":2807.24,\"9675\":19092.84,\"9676\":null,\"9677\":19260.71,\"9678\":651.72,\"9679\":11746.8,\"9680\":null,\"9681\":8100.0,\"9682\":6769.95,\"9683\":437.84,\"9684\":7722.98,\"9685\":5120.0,\"9686\":9530.45,\"9687\":1631.04,\"9688\":1662.76,\"9689\":135.7,\"9690\":8882.0,\"9691\":12419.0,\"9692\":3119.6,\"9693\":13925.7,\"9694\":20542.9,\"9695\":10221.04,\"9696\":10227.23,\"9697\":785.11,\"9698\":12230.0,\"9699\":11958.7,\"9700\":null,\"9701\":19709.47,\"9702\":19620.64,\"9703\":19441.6,\"9704\":641.4,\"9705\":12601.4,\"9706\":7820.0,\"9707\":null,\"9708\":1624.2,\"9709\":null,\"9710\":6049.3,\"9711\":6501.0,\"9712\":297.57,\"9713\":1791.84,\"9714\":301.99,\"9715\":2816.0,\"9716\":1247.8,\"9717\":20456.85,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":694.98,\"9724\":469.04,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":7009.6,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3724.7,\"9735\":null,\"9736\":null,\"9737\":10233.04,\"9738\":null,\"9739\":169005.88,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":11654.68,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":0.24,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19938.21,\"9762\":19946.82,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":0.4,\"9768\":0.1,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1243.33,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":17.98,\"9791\":29.7,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":0.03,\"9799\":null,\"9800\":0.02,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":303.12,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":2958.95,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3872.0,\"9848\":2494.8,\"9849\":7257.6,\"9850\":253442.85,\"9851\":9248.4,\"9852\":5925.54,\"9853\":708.73,\"9854\":52.62,\"9855\":null,\"9856\":null,\"9857\":11396.0,\"9858\":19715.35,\"9859\":204.6,\"9860\":768.4,\"9861\":null,\"9862\":738.67,\"9863\":865.0,\"9864\":458314.75,\"9865\":38473.0,\"9866\":9987.62,\"9867\":48650.32,\"9868\":8052.0,\"9869\":1040.46,\"9870\":3699.84,\"9871\":978.98,\"9872\":16164.45,\"9873\":635.8,\"9874\":29650.9,\"9875\":null,\"9876\":30157.27,\"9877\":19147.0,\"9878\":4586.42,\"9879\":941.78,\"9880\":null,\"9881\":5671.66,\"9882\":null,\"9883\":508520.0,\"9884\":null,\"9885\":15808.54,\"9886\":397702.4,\"9887\":14018.62,\"9888\":17820.0,\"9889\":null,\"9890\":13480.08,\"9891\":170759.37,\"9892\":1307.0,\"9893\":1305.26,\"9894\":535.33,\"9895\":301895.0,\"9896\":null,\"9897\":2218.24,\"9898\":726.71,\"9899\":455.31,\"9900\":38789.35,\"9901\":4145.79,\"9902\":2411.4,\"9903\":12918.4,\"9904\":882.12,\"9905\":1171638.1599999999,\"9906\":600073.62,\"9907\":6765.0,\"9908\":6614.1,\"9909\":827.86,\"9910\":201180.0,\"9911\":573.35,\"9912\":11880.0,\"9913\":64337.32,\"9914\":164853.8,\"9915\":861.0,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38383.89,\"9920\":4897.39,\"9921\":576.84,\"9922\":680.62,\"9923\":3536.4,\"9924\":81094.14,\"9925\":2222.33,\"9926\":418.8,\"9927\":1302.66,\"9928\":1226.84,\"9929\":9082.8,\"9930\":411.24,\"9931\":1904.12,\"9932\":19651.5,\"9933\":208.35,\"9934\":19063.17,\"9935\":365.9,\"9936\":177.23,\"9937\":254.1,\"9938\":351.95,\"9939\":29265.86,\"9940\":43215.11,\"9941\":403.55,\"9942\":745918.03,\"9943\":133807.72,\"9944\":816845.4399999999,\"9945\":1598.1,\"9946\":776.6,\"9947\":1048.14,\"9948\":923.4,\"9949\":39273.5,\"9950\":190741.34,\"9951\":183719.7,\"9952\":144407.0,\"9953\":117242.03,\"9954\":2045.0,\"9955\":800.94,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":40660.93,\"9960\":154958.36,\"9961\":163591.8,\"9962\":9894.07,\"9963\":44513.14,\"9964\":47575.82,\"9965\":702.66,\"9966\":153453.4,\"9967\":622.62,\"9968\":10478.6,\"9969\":2891.6},\"Values_Hour20\":{\"0\":19099.49,\"1\":651.39,\"2\":7869.6,\"3\":15654.39,\"4\":null,\"5\":8025.6,\"6\":6749.0,\"7\":363.59,\"8\":1600.0,\"9\":4795.8,\"10\":1202.52,\"11\":1687.84,\"12\":145.47,\"13\":10101.0,\"14\":13317.0,\"15\":3020.6,\"16\":8417.86,\"17\":15202.1,\"18\":10172.13,\"19\":10219.79,\"20\":129.65,\"21\":15767.4,\"22\":15416.3,\"23\":null,\"24\":1600.3,\"25\":null,\"26\":19750.25,\"27\":10333.76,\"28\":19449.66,\"29\":7269.65,\"30\":6110.09,\"31\":6093.86,\"32\":7441.29,\"33\":581.1,\"34\":10072.7,\"35\":7802.0,\"36\":null,\"37\":2353.4,\"38\":null,\"39\":3827.5,\"40\":308.81,\"41\":1952.22,\"42\":345.23,\"43\":2440.0,\"44\":1397.56,\"45\":13349.68,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":762.3,\"52\":314.6,\"53\":null,\"54\":null,\"55\":151.68,\"56\":null,\"57\":6530.9,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":9768.0,\"63\":null,\"64\":null,\"65\":null,\"66\":6128.25,\"67\":null,\"68\":197334.66,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10406.83,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":4728.39,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":13405.1,\"92\":13946.95,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1365.65,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":6.95,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2303.4,\"173\":7245.6,\"174\":174906.55,\"175\":5022.0,\"176\":3438.86,\"177\":467.06,\"178\":2410.0,\"179\":397.03,\"180\":13893.0,\"181\":19582.97,\"182\":184.8,\"183\":3029.4,\"184\":1786.62,\"185\":703.12,\"186\":2319.3,\"187\":1342.0,\"188\":16696.0,\"189\":60097.12,\"190\":502250.32,\"191\":13264.0,\"192\":1585.65,\"193\":9969.06,\"194\":59224.07,\"195\":5800.67,\"196\":801.84,\"197\":718.29,\"198\":6363.48,\"199\":3699.2,\"200\":1839.71,\"201\":14483.41,\"202\":575.3,\"203\":55490.97,\"204\":null,\"205\":15296.66,\"206\":9248.0,\"207\":5689.81,\"208\":939.79,\"209\":245140.8,\"210\":null,\"211\":6914.52,\"212\":null,\"213\":509480.0,\"214\":1239456.8200000001,\"215\":null,\"216\":22323.66,\"217\":395718.26,\"218\":19260.0,\"219\":18658.2,\"220\":22607.29,\"221\":8843.59,\"222\":11135.22,\"223\":172025.33,\"224\":789.29,\"225\":1614.67,\"226\":203426.62,\"227\":null,\"228\":2488.83,\"229\":1324.77,\"230\":409.31,\"231\":30028.37,\"232\":null,\"233\":3986.46,\"234\":2566.2,\"235\":null,\"236\":908.9,\"237\":895932.8,\"238\":599584.28,\"239\":606.0,\"240\":7598.8,\"241\":4604.9,\"242\":810.26,\"243\":182390.0,\"244\":658.41,\"245\":10044.0,\"246\":20368.71,\"247\":59325.8,\"248\":69941.13,\"249\":159969.56,\"250\":null,\"251\":null,\"252\":447251.81,\"253\":null,\"254\":null,\"255\":8111.3,\"256\":605.09,\"257\":669.42,\"258\":4002.6,\"259\":173843.51,\"260\":1062.1,\"261\":515.82,\"262\":739.08,\"263\":855.82,\"264\":4411.2,\"265\":424.32,\"266\":18909.0,\"267\":13974.78,\"268\":8037.0,\"269\":19750.4,\"270\":8529.6,\"271\":null,\"272\":371.91,\"273\":2512.8,\"274\":269.38,\"275\":29464.98,\"276\":25597.77,\"277\":697725.9399999999,\"278\":115111.72,\"279\":821053.45,\"280\":926.82,\"281\":828.74,\"282\":1211.19,\"283\":3007.8,\"284\":null,\"285\":null,\"286\":229322.01,\"287\":127657.62,\"288\":225141.16,\"289\":102852.13,\"290\":796.18,\"291\":2299.53,\"292\":null,\"293\":null,\"294\":null,\"295\":77154.17,\"296\":157419.65,\"297\":170973.3,\"298\":19811.6,\"299\":41454.2,\"300\":15309.13,\"301\":null,\"302\":45839.16,\"303\":48262.15,\"304\":691.53,\"305\":150998.43,\"306\":null,\"307\":6934.4,\"308\":2652.4,\"309\":24075.93,\"310\":56197.28,\"311\":453.36,\"312\":19582.31,\"313\":653.22,\"314\":7394.4,\"315\":15368.36,\"316\":326.4,\"317\":6859.2,\"318\":6769.62,\"319\":null,\"320\":1600.0,\"321\":4795.8,\"322\":1210.92,\"323\":1639.44,\"324\":124.35,\"325\":12000.0,\"326\":10868.0,\"327\":3066.8,\"328\":7930.99,\"329\":18670.57,\"330\":10209.21,\"331\":10218.59,\"332\":1942.75,\"333\":15955.9,\"334\":15610.8,\"335\":null,\"336\":1902.8,\"337\":14238.0,\"338\":19742.32,\"339\":10330.94,\"340\":19447.45,\"341\":4935.05,\"342\":5400.55,\"343\":5082.49,\"344\":5090.61,\"345\":580.2,\"346\":10233.3,\"347\":7610.0,\"348\":null,\"349\":2786.5,\"350\":null,\"351\":4215.0,\"352\":308.81,\"353\":2132.56,\"354\":345.46,\"355\":2423.0,\"356\":1332.64,\"357\":13279.9,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":1.47,\"363\":676.5,\"364\":341.88,\"365\":null,\"366\":null,\"367\":6339.7,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5193.91,\"373\":null,\"374\":null,\"375\":4942.86,\"376\":null,\"377\":92024.18,\"378\":null,\"379\":null,\"380\":null,\"381\":null,\"382\":null,\"383\":10345.7,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":5850.93,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19880.7,\"401\":19947.99,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1267.15,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":7.7,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":56.91,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2415.6,\"482\":7243.2,\"483\":12603.0,\"484\":4410.0,\"485\":2942.89,\"486\":578.38,\"487\":500.0,\"488\":396.84,\"489\":13904.0,\"490\":19592.76,\"491\":46.2,\"492\":3062.4,\"493\":1772.76,\"494\":714.74,\"495\":2040.3,\"496\":1244.0,\"497\":16572.0,\"498\":460627.91,\"499\":407724.86,\"500\":12376.0,\"501\":1328.91,\"502\":9961.19,\"503\":58569.91,\"504\":4359.67,\"505\":870.84,\"506\":714.12,\"507\":4507.2,\"508\":3699.52,\"509\":2031.37,\"510\":14004.9,\"511\":578.38,\"512\":49781.04,\"513\":null,\"514\":null,\"515\":12208.0,\"516\":7582.8,\"517\":939.79,\"518\":243913.82,\"519\":9190.31,\"520\":50280.0,\"521\":510890.0,\"522\":1234718.9299999999,\"523\":null,\"524\":19284.5,\"525\":160318.11,\"526\":17736.0,\"527\":18671.4,\"528\":20824.75,\"529\":8849.41,\"530\":10643.17,\"531\":77813.13,\"532\":753.69,\"533\":1712.52,\"534\":202876.63,\"535\":null,\"536\":2455.71,\"537\":1328.11,\"538\":409.5,\"539\":30382.48,\"540\":2978.59,\"541\":1887.0,\"542\":null,\"543\":910.53,\"544\":896235.49,\"545\":602624.28,\"546\":288.0,\"547\":7271.0,\"548\":5745.27,\"549\":817.52,\"550\":186590.0,\"551\":680.05,\"552\":13932.0,\"553\":null,\"554\":59307.89,\"555\":69710.96,\"556\":165549.0,\"557\":1803.0,\"558\":80040.0,\"559\":427842.52,\"560\":43762.68,\"561\":2295.65,\"562\":602.98,\"563\":689.29,\"564\":3996.9,\"565\":349520.15,\"566\":1062.1,\"567\":535.49,\"568\":864.72,\"569\":857.98,\"570\":4725.6,\"571\":433.92,\"572\":13964.02,\"573\":8048.7,\"574\":19667.2,\"575\":8563.2,\"576\":null,\"577\":361.61,\"578\":1797.45,\"579\":248.52,\"580\":29160.04,\"581\":45547.92,\"582\":1241167.3200000001,\"583\":46448.95,\"584\":817184.79,\"585\":963.12,\"586\":779.9,\"587\":1346.84,\"588\":2640.6,\"589\":101764.14,\"590\":null,\"591\":534633.09,\"592\":102870.0,\"593\":null,\"594\":225311.23,\"595\":74348.37,\"596\":72527.46,\"597\":794.78,\"598\":626.12,\"599\":null,\"600\":null,\"601\":null,\"602\":63776.12,\"603\":162131.88,\"604\":170438.65,\"605\":19824.66,\"606\":101885.73,\"607\":14779.83,\"608\":45451.3,\"609\":48110.3,\"610\":688.14,\"611\":151071.27,\"612\":null,\"613\":10738.2,\"614\":2796.45,\"615\":26943.9,\"616\":55794.29,\"617\":57288.25,\"618\":19185.48,\"619\":651.63,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":4389.6,\"624\":6786.78,\"625\":2000.0,\"626\":4795.8,\"627\":1200.96,\"628\":1660.56,\"629\":120.52,\"630\":11158.0,\"631\":12013.0,\"632\":2983.2,\"633\":7438.82,\"634\":25501.68,\"635\":13347.92,\"636\":13998.78,\"637\":1386.29,\"638\":15284.0,\"639\":14937.8,\"640\":null,\"641\":1563.7,\"642\":13716.0,\"643\":19741.0,\"644\":10293.46,\"645\":18570.77,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":572.3,\"651\":12663.4,\"652\":1854.0,\"653\":2132.4,\"654\":null,\"655\":4354.7,\"656\":308.81,\"657\":2033.89,\"658\":345.0,\"659\":2345.0,\"660\":1277.44,\"661\":13297.74,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":1.47,\"667\":768.24,\"668\":269.72,\"669\":977.1,\"670\":null,\"671\":null,\"672\":6233.0,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4981.57,\"678\":null,\"679\":null,\"680\":5857.62,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":9360.68,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5657.53,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":17798.56,\"706\":18703.0,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1298.44,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":17.61,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2435.4,\"786\":7227.6,\"787\":14929.0,\"788\":4417.2,\"789\":2942.77,\"790\":686.73,\"791\":38.46,\"792\":397.17,\"793\":13871.0,\"794\":19576.26,\"795\":198.0,\"796\":3068.34,\"797\":1795.2,\"798\":713.56,\"799\":1895.4,\"800\":1530.0,\"801\":21232.0,\"802\":391768.57,\"803\":503576.07,\"804\":11992.0,\"805\":1078.44,\"806\":10026.73,\"807\":57887.62,\"808\":4286.33,\"809\":939.26,\"810\":736.89,\"811\":null,\"812\":3697.6,\"813\":2077.67,\"814\":14816.1,\"815\":567.82,\"816\":null,\"817\":null,\"818\":null,\"819\":11706.0,\"820\":6276.14,\"821\":929.89,\"822\":240406.56,\"823\":7615.96,\"824\":26904.0,\"825\":505400.0,\"826\":1233374.21,\"827\":null,\"828\":21532.98,\"829\":395290.22,\"830\":16392.0,\"831\":18625.2,\"832\":26080.13,\"833\":8844.1,\"834\":10979.17,\"835\":33768.94,\"836\":707.73,\"837\":1596.54,\"838\":203206.63,\"839\":null,\"840\":2459.39,\"841\":763.32,\"842\":404.25,\"843\":28006.28,\"844\":3784.46,\"845\":2206.8,\"846\":null,\"847\":931.32,\"848\":894383.91,\"849\":597382.33,\"850\":318.0,\"851\":7392.0,\"852\":8326.0,\"853\":795.08,\"854\":182620.0,\"855\":682.57,\"856\":14868.0,\"857\":59058.42,\"858\":69371.63,\"859\":165199.16,\"860\":null,\"861\":308016.0,\"862\":447570.5,\"863\":null,\"864\":43524.97,\"865\":6886.96,\"866\":584.23,\"867\":672.37,\"868\":3992.85,\"869\":347894.84,\"870\":1063.82,\"871\":519.16,\"872\":810.54,\"873\":800.69,\"874\":4345.2,\"875\":433.08,\"876\":14034.33,\"877\":8049.15,\"878\":19667.2,\"879\":7646.4,\"880\":330.13,\"881\":521.72,\"882\":105.6,\"883\":352.8,\"884\":29637.59,\"885\":48065.14,\"886\":817723.5699999999,\"887\":45560.02,\"888\":817196.47,\"889\":996.3,\"890\":856.24,\"891\":1282.76,\"892\":2291.3,\"893\":32920.66,\"894\":622206.09,\"895\":539829.11,\"896\":102460.0,\"897\":null,\"898\":null,\"899\":71880.31,\"900\":793.52,\"901\":2212.38,\"902\":null,\"903\":null,\"904\":null,\"905\":64274.9,\"906\":161012.74,\"907\":170653.25,\"908\":19819.82,\"909\":151428.79,\"910\":14761.93,\"911\":45146.26,\"912\":48296.12,\"913\":null,\"914\":151034.79,\"915\":1282.37,\"916\":10881.2,\"917\":2819.98,\"918\":31325.66,\"919\":35982.36,\"920\":null,\"921\":56054.64,\"922\":16971.23,\"923\":650.4,\"924\":6408.0,\"925\":6141.6,\"926\":6753.29,\"927\":null,\"928\":80.0,\"929\":4795.8,\"930\":1206.0,\"931\":1718.2,\"932\":130.68,\"933\":9410.0,\"934\":12940.0,\"935\":2932.6,\"936\":6944.43,\"937\":23549.19,\"938\":10202.57,\"939\":10219.92,\"940\":730.4,\"941\":15099.7,\"942\":14763.7,\"943\":null,\"944\":1626.2,\"945\":12510.0,\"946\":19732.77,\"947\":10307.81,\"948\":19592.13,\"949\":555.2,\"950\":11043.7,\"951\":2874.0,\"952\":2027.4,\"953\":null,\"954\":3833.2,\"955\":308.81,\"956\":2103.74,\"957\":345.0,\"958\":2299.0,\"959\":1215.5,\"960\":12756.21,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":1.47,\"966\":772.86,\"967\":285.12,\"968\":1071.0,\"969\":null,\"970\":345.6,\"971\":null,\"972\":6123.3,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4654.44,\"978\":null,\"979\":null,\"980\":10215.94,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":11516.59,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4993.19,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":18792.96,\"1006\":19615.04,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1347.28,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":5.5,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2217.6,\"1087\":7219.2,\"1088\":263777.65,\"1089\":3988.8,\"1090\":3935.45,\"1091\":691.24,\"1092\":null,\"1093\":2040.0,\"1094\":404.88,\"1095\":14201.0,\"1096\":19522.8,\"1097\":null,\"1098\":3061.24,\"1099\":1756.92,\"1100\":722.52,\"1101\":null,\"1102\":1478.0,\"1103\":19972.0,\"1104\":60472.49,\"1105\":494769.92,\"1106\":1656.0,\"1107\":1008.15,\"1108\":12034.68,\"1109\":34931.95,\"1110\":5793.33,\"1111\":875.44,\"1112\":732.97,\"1113\":3698.56,\"1114\":2090.11,\"1115\":13655.34,\"1116\":571.12,\"1117\":null,\"1118\":15202.62,\"1119\":13866.0,\"1120\":5794.69,\"1121\":938.8,\"1122\":238807.79,\"1123\":134878.07,\"1124\":7194.97,\"1125\":null,\"1126\":510530.0,\"1127\":652184.72,\"1128\":null,\"1129\":20188.31,\"1130\":394087.52,\"1131\":15456.0,\"1132\":18603.2,\"1133\":22771.61,\"1134\":8748.29,\"1135\":null,\"1136\":169646.25,\"1137\":741.89,\"1138\":1470.63,\"1139\":146630.0,\"1140\":null,\"1141\":2498.49,\"1142\":null,\"1143\":415.22,\"1144\":26623.61,\"1145\":710.98,\"1146\":2178.6,\"1147\":null,\"1148\":904.17,\"1149\":868464.4300000001,\"1150\":600516.71,\"1151\":384.0,\"1152\":6670.4,\"1153\":8308.93,\"1154\":808.06,\"1155\":136680.0,\"1156\":690.87,\"1157\":15300.0,\"1158\":23450.48,\"1159\":58550.86,\"1160\":68654.21,\"1161\":164857.75,\"1162\":null,\"1163\":403006.0,\"1164\":443469.47,\"1165\":null,\"1166\":null,\"1167\":null,\"1168\":686.99,\"1169\":3993.45,\"1170\":80747.1,\"1171\":1062.1,\"1172\":529.98,\"1173\":787.86,\"1174\":793.0,\"1175\":4545.6,\"1176\":431.64,\"1177\":13955.41,\"1178\":8076.15,\"1179\":19785.6,\"1180\":11256.0,\"1181\":363.86,\"1182\":2588.4,\"1183\":102.3,\"1184\":326.96,\"1185\":29583.41,\"1186\":25601.54,\"1187\":927557.24,\"1188\":92085.92,\"1189\":820152.55,\"1190\":1088.22,\"1191\":892.32,\"1192\":1258.86,\"1193\":2291.3,\"1194\":33720.52,\"1195\":771775.0699999999,\"1196\":535493.3100000001,\"1197\":121680.0,\"1198\":418318.85,\"1199\":1988.83,\"1200\":74063.28,\"1201\":794.64,\"1202\":722.78,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":76996.69,\"1207\":163035.85,\"1208\":170262.9,\"1209\":19613.14,\"1210\":229437.88,\"1211\":14756.24,\"1212\":45182.49,\"1213\":48765.42,\"1214\":null,\"1215\":225999.74,\"1216\":1133.52,\"1217\":9862.6,\"1218\":2845.23,\"1219\":30916.47,\"1220\":44873.12,\"1221\":55850.29,\"1222\":17025.93,\"1223\":649.89,\"1224\":5925.6,\"1225\":5961.6,\"1226\":6763.35,\"1227\":359.9,\"1228\":3840.0,\"1229\":4795.8,\"1230\":1146.84,\"1231\":1751.64,\"1232\":150.09,\"1233\":9173.0,\"1234\":12820.0,\"1235\":2981.0,\"1236\":7301.26,\"1237\":18443.11,\"1238\":10167.89,\"1239\":10220.3,\"1240\":446.45,\"1241\":14871.2,\"1242\":14554.1,\"1243\":null,\"1244\":1569.8,\"1245\":13410.0,\"1246\":19743.79,\"1247\":10321.07,\"1248\":19599.56,\"1249\":516.6,\"1250\":13616.3,\"1251\":1820.0,\"1252\":null,\"1253\":1961.6,\"1254\":null,\"1255\":3655.7,\"1256\":308.81,\"1257\":1296.31,\"1258\":344.31,\"1259\":1881.0,\"1260\":1462.02,\"1261\":12266.24,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":869.88,\"1268\":null,\"1269\":404.8,\"1270\":628.2,\"1271\":null,\"1272\":324.48,\"1273\":null,\"1274\":5936.0,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":9745.04,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":9542.9,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":11338.91,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":5274.91,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":14244.48,\"1307\":14878.34,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1289.59,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2382.6,\"1386\":7203.6,\"1387\":325389.38,\"1388\":3672.0,\"1389\":4056.92,\"1390\":688.71,\"1391\":null,\"1392\":null,\"1393\":404.79,\"1394\":14597.0,\"1395\":18878.63,\"1396\":null,\"1397\":3038.8,\"1398\":1748.67,\"1399\":710.28,\"1400\":2839.5,\"1401\":1551.0,\"1402\":20716.0,\"1403\":459365.29,\"1404\":501176.92,\"1405\":12088.0,\"1406\":1374.45,\"1407\":9959.96,\"1408\":55106.16,\"1409\":5485.33,\"1410\":1100.84,\"1411\":715.93,\"1412\":3698.88,\"1413\":2003.42,\"1414\":15040.85,\"1415\":623.26,\"1416\":2001.71,\"1417\":null,\"1418\":15302.84,\"1419\":14462.0,\"1420\":5447.36,\"1421\":939.79,\"1422\":null,\"1423\":159261.31,\"1424\":6817.53,\"1425\":69096.0,\"1426\":null,\"1427\":1233832.53,\"1428\":null,\"1429\":17597.14,\"1430\":395538.45,\"1431\":18912.0,\"1432\":18592.2,\"1433\":26921.82,\"1434\":8441.92,\"1435\":11099.13,\"1436\":921.36,\"1437\":1440.61,\"1438\":null,\"1439\":103345.0,\"1440\":null,\"1441\":2489.06,\"1442\":null,\"1443\":27525.83,\"1444\":3585.88,\"1445\":2185.2,\"1446\":null,\"1447\":921.5,\"1448\":890862.92,\"1449\":599058.5600000001,\"1450\":486.0,\"1451\":6606.6,\"1452\":8302.1,\"1453\":817.96,\"1454\":136680.0,\"1455\":675.96,\"1456\":13500.0,\"1457\":22997.31,\"1458\":58790.24,\"1459\":36124.66,\"1460\":165168.15,\"1461\":1852.0,\"1462\":398176.0,\"1463\":427233.65,\"1464\":8111.3,\"1465\":586.34,\"1466\":686.88,\"1467\":3993.6,\"1468\":347825.69,\"1469\":1062.1,\"1470\":533.15,\"1471\":789.84,\"1472\":924.86,\"1473\":4134.0,\"1474\":430.56,\"1475\":19704.67,\"1476\":13955.41,\"1477\":5167.35,\"1478\":19756.8,\"1479\":9374.4,\"1480\":353.23,\"1481\":2505.6,\"1482\":112.2,\"1483\":305.8,\"1484\":29412.3,\"1485\":25587.88,\"1486\":371297.8,\"1487\":123831.57,\"1488\":821799.96,\"1489\":1279.14,\"1490\":706.86,\"1491\":1161.09,\"1492\":2291.3,\"1493\":null,\"1494\":768061.75,\"1495\":535748.01,\"1496\":183620.0,\"1497\":414111.79,\"1498\":139791.2,\"1499\":0.05,\"1500\":794.78,\"1501\":779.0,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76702.98,\"1506\":165153.67,\"1507\":170557.05,\"1508\":19691.93,\"1509\":225728.39,\"1510\":14745.8,\"1511\":45435.1,\"1512\":48514.09,\"1513\":642.33,\"1514\":226317.77,\"1515\":1122.61,\"1516\":9880.2,\"1517\":2963.23,\"1518\":30013.5,\"1519\":41719.57,\"1520\":56425.98,\"1521\":17975.55,\"1522\":652.92,\"1523\":6404.4,\"1524\":null,\"1525\":5265.6,\"1526\":6553.31,\"1527\":323.8,\"1528\":4800.0,\"1529\":5358.03,\"1530\":681.84,\"1531\":1706.32,\"1532\":130.01,\"1533\":325.8,\"1534\":9128.0,\"1535\":13436.0,\"1536\":3654.2,\"1537\":7440.22,\"1538\":18102.08,\"1539\":10184.93,\"1540\":10223.02,\"1541\":206.36,\"1542\":14269.6,\"1543\":13946.7,\"1544\":null,\"1545\":1495.2,\"1546\":13626.0,\"1547\":19740.8,\"1548\":10303.94,\"1549\":19601.13,\"1550\":null,\"1551\":495.8,\"1552\":13103.3,\"1553\":1944.0,\"1554\":1856.7,\"1555\":null,\"1556\":5377.2,\"1557\":308.81,\"1558\":2033.52,\"1559\":343.16,\"1560\":2229.0,\"1561\":1267.09,\"1562\":11953.18,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":1.47,\"1568\":751.08,\"1569\":253.88,\"1570\":590.7,\"1571\":null,\"1572\":197.76,\"1573\":null,\"1574\":5894.9,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4338.78,\"1580\":null,\"1581\":null,\"1582\":8902.89,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":11036.86,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":4487.12,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":13898.96,\"1608\":14483.15,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":0.15,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1261.15,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2402.4,\"1690\":7189.2,\"1691\":106067.31,\"1692\":3870.0,\"1693\":4937.02,\"1694\":687.39,\"1695\":null,\"1696\":null,\"1697\":404.59,\"1698\":5060.0,\"1699\":19486.94,\"1700\":191.4,\"1701\":3070.82,\"1702\":1669.14,\"1703\":743.49,\"1704\":1726.2,\"1705\":816.0,\"1706\":17604.0,\"1707\":461568.92,\"1708\":502675.53,\"1709\":11648.0,\"1710\":488.4,\"1711\":12036.95,\"1712\":61844.52,\"1713\":4451.33,\"1714\":1155.18,\"1715\":627.58,\"1716\":3699.2,\"1717\":1984.21,\"1718\":16294.24,\"1719\":614.24,\"1720\":null,\"1721\":15309.48,\"1722\":13352.0,\"1723\":5245.23,\"1724\":939.79,\"1725\":156267.75,\"1726\":6639.64,\"1727\":69096.0,\"1728\":504440.0,\"1729\":1178840.1799999999,\"1730\":null,\"1731\":16794.86,\"1732\":33251.12,\"1733\":15468.0,\"1734\":18755.0,\"1735\":22604.07,\"1736\":14942.39,\"1737\":10856.43,\"1738\":512.53,\"1739\":1401.27,\"1740\":123475.0,\"1741\":null,\"1742\":2532.42,\"1743\":771.2,\"1744\":413.63,\"1745\":30419.65,\"1746\":3669.62,\"1747\":2176.8,\"1748\":922.38,\"1749\":894027.38,\"1750\":602144.67,\"1751\":258.0,\"1752\":6586.8,\"1753\":8308.14,\"1754\":824.89,\"1755\":136700.0,\"1756\":669.34,\"1757\":14724.0,\"1758\":23341.84,\"1759\":60387.06,\"1760\":69047.63,\"1761\":165389.95,\"1762\":null,\"1763\":438607.81,\"1764\":null,\"1765\":7805.22,\"1766\":593.87,\"1767\":661.32,\"1768\":3850.95,\"1769\":349889.65,\"1770\":1060.38,\"1771\":530.51,\"1772\":790.92,\"1773\":954.95,\"1774\":519.6,\"1775\":429.48,\"1776\":14089.57,\"1777\":4352.85,\"1778\":19945.6,\"1779\":8899.2,\"1780\":null,\"1781\":340.3,\"1782\":2589.0,\"1783\":112.2,\"1784\":311.23,\"1785\":29928.07,\"1786\":25613.75,\"1787\":1162481.0700000001,\"1788\":129664.1,\"1789\":820233.28,\"1790\":1276.92,\"1791\":727.76,\"1792\":1143.99,\"1793\":2291.3,\"1794\":519925.45,\"1795\":535255.14,\"1796\":null,\"1797\":392956.11,\"1798\":140892.86,\"1799\":null,\"1800\":793.38,\"1801\":744.19,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64618.37,\"1806\":164017.53,\"1807\":168838.4,\"1808\":19812.79,\"1809\":102505.65,\"1810\":14785.73,\"1811\":45707.71,\"1812\":48443.62,\"1813\":633.72,\"1814\":188064.72,\"1815\":1169.19,\"1816\":9638.2,\"1817\":2862.91,\"1818\":30222.61,\"1819\":46452.44,\"1820\":57386.06,\"1821\":15431.79,\"1822\":583.56,\"1823\":6404.4,\"1824\":null,\"1825\":2844.0,\"1826\":6774.57,\"1827\":328.88,\"1828\":null,\"1829\":null,\"1830\":4795.8,\"1831\":1298.4,\"1832\":1642.08,\"1833\":130.42,\"1834\":8861.0,\"1835\":14894.0,\"1836\":3315.4,\"1837\":6945.4,\"1838\":15840.4,\"1839\":9649.19,\"1840\":10069.1,\"1841\":171.45,\"1842\":14329.3,\"1843\":14009.6,\"1844\":null,\"1845\":1474.4,\"1846\":13446.0,\"1847\":19741.9,\"1848\":10274.5,\"1849\":19599.87,\"1850\":465.3,\"1851\":10912.0,\"1852\":2116.0,\"1853\":1762.1,\"1854\":null,\"1855\":5778.5,\"1856\":308.81,\"1857\":2100.36,\"1858\":341.55,\"1859\":2156.0,\"1860\":1394.11,\"1861\":11535.54,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":1.47,\"1867\":925.98,\"1868\":0.39,\"1869\":288.2,\"1870\":621.6,\"1871\":null,\"1872\":null,\"1873\":228.96,\"1874\":null,\"1875\":5701.4,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4109.22,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":7555.33,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":10690.14,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":4683.98,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19826.76,\"1909\":19890.1,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1261.21,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":223.03,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2171.4,\"1990\":7182.0,\"1991\":303162.36,\"1992\":3924.0,\"1993\":5421.22,\"1994\":689.59,\"1995\":8.01,\"1996\":null,\"1997\":404.59,\"1998\":14454.0,\"1999\":19499.81,\"2000\":198.0,\"2001\":3074.28,\"2002\":1708.41,\"2003\":761.08,\"2004\":2471.4,\"2005\":815.0,\"2006\":17528.0,\"2007\":159644.76,\"2008\":503124.58,\"2009\":13312.0,\"2010\":994.95,\"2011\":5982.37,\"2012\":63612.77,\"2013\":4275.33,\"2014\":855.03,\"2015\":711.03,\"2016\":3699.2,\"2017\":1962.73,\"2018\":16583.25,\"2019\":634.48,\"2020\":30710.3,\"2021\":null,\"2022\":15306.54,\"2023\":11092.0,\"2024\":5008.9,\"2025\":940.78,\"2026\":159043.12,\"2027\":6305.19,\"2028\":500140.0,\"2029\":1238233.24,\"2030\":null,\"2031\":16300.04,\"2032\":395900.75,\"2033\":14868.0,\"2034\":18713.2,\"2035\":24682.74,\"2036\":14226.71,\"2037\":11066.36,\"2038\":761.35,\"2039\":1332.79,\"2040\":447.59,\"2041\":70290.0,\"2042\":null,\"2043\":2481.59,\"2044\":766.97,\"2045\":386.98,\"2046\":28588.27,\"2047\":3421.16,\"2048\":2179.8,\"2049\":null,\"2050\":864.16,\"2051\":893992.0600000001,\"2052\":602889.8199999999,\"2053\":306.0,\"2054\":6494.4,\"2055\":8339.76,\"2056\":806.41,\"2057\":null,\"2058\":652.52,\"2059\":13500.0,\"2060\":22988.47,\"2061\":60883.56,\"2062\":68474.82,\"2063\":165227.88,\"2064\":1242.0,\"2065\":408861.7,\"2066\":7346.09,\"2067\":572.88,\"2068\":535.39,\"2069\":3849.15,\"2070\":350257.59,\"2071\":1063.83,\"2072\":535.76,\"2073\":780.66,\"2074\":862.94,\"2075\":8156.4,\"2076\":428.16,\"2077\":14081.67,\"2078\":4359.6,\"2079\":19862.4,\"2080\":10248.0,\"2081\":360.49,\"2082\":2620.2,\"2083\":108.9,\"2084\":329.18,\"2085\":29213.34,\"2086\":25599.1,\"2087\":43988.27,\"2088\":116655.36,\"2089\":818971.2,\"2090\":1376.04,\"2091\":668.14,\"2092\":1116.37,\"2093\":1797.3,\"2094\":721544.4,\"2095\":534867.96,\"2096\":414595.69,\"2097\":144255.25,\"2098\":null,\"2099\":793.24,\"2100\":702.2,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64481.91,\"2105\":165145.11,\"2106\":169837.4,\"2107\":19808.61,\"2108\":14765.51,\"2109\":45416.69,\"2110\":48409.95,\"2111\":657.54,\"2112\":226525.31,\"2113\":1004.2,\"2114\":9275.2,\"2115\":2864.86,\"2116\":11575.76,\"2117\":46391.83,\"2118\":57008.32,\"2119\":14178.69,\"2120\":652.26,\"2121\":5828.4,\"2122\":9108.0,\"2123\":6754.28,\"2124\":304.13,\"2125\":null,\"2126\":2800.0,\"2127\":4795.8,\"2128\":1245.84,\"2129\":1543.96,\"2130\":128.71,\"2131\":8596.0,\"2132\":10918.0,\"2133\":3124.0,\"2134\":6452.6,\"2135\":17182.3,\"2136\":9128.64,\"2137\":9570.8,\"2138\":1186.68,\"2139\":14149.8,\"2140\":13820.4,\"2141\":null,\"2142\":1397.9,\"2143\":13032.0,\"2144\":18704.89,\"2145\":10287.27,\"2146\":19556.04,\"2147\":427.8,\"2148\":10179.2,\"2149\":4906.0,\"2150\":null,\"2151\":1655.8,\"2152\":null,\"2153\":4607.2,\"2154\":308.81,\"2155\":2098.9,\"2156\":341.09,\"2157\":2126.0,\"2158\":1402.9,\"2159\":11087.28,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":null,\"2165\":711.48,\"2166\":null,\"2167\":297.44,\"2168\":1173.9,\"2169\":null,\"2170\":null,\"2171\":405.6,\"2172\":null,\"2173\":5489.2,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3971.48,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":10095.03,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":11595.95,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":5285.45,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":14805.82,\"2206\":15535.68,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1198.18,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":116.97,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2013.0,\"2289\":7167.6,\"2290\":19647.0,\"2291\":3099.6,\"2292\":4934.92,\"2293\":690.58,\"2294\":63.1,\"2295\":null,\"2296\":404.32,\"2297\":12815.0,\"2298\":18466.33,\"2299\":204.6,\"2300\":3063.88,\"2301\":1734.15,\"2302\":760.72,\"2303\":2924.1,\"2304\":812.0,\"2305\":17184.0,\"2306\":460401.26,\"2307\":498793.17,\"2308\":13256.0,\"2309\":1222.98,\"2310\":6979.55,\"2311\":59560.21,\"2312\":6185.67,\"2313\":808.45,\"2314\":708.39,\"2315\":3699.52,\"2316\":1972.81,\"2317\":14436.32,\"2318\":629.2,\"2319\":null,\"2320\":null,\"2321\":15303.51,\"2322\":16149.0,\"2323\":4731.1,\"2324\":940.78,\"2325\":151666.65,\"2326\":6043.0,\"2327\":null,\"2328\":1236701.6399999999,\"2329\":null,\"2330\":15125.78,\"2331\":395809.39,\"2332\":14400.0,\"2333\":18772.6,\"2334\":22403.65,\"2335\":13513.93,\"2336\":10648.05,\"2337\":null,\"2338\":993.81,\"2339\":1275.24,\"2340\":554.33,\"2341\":76450.0,\"2342\":null,\"2343\":2434.21,\"2344\":765.69,\"2345\":396.39,\"2346\":27497.95,\"2347\":2890.78,\"2348\":40.8,\"2349\":null,\"2350\":869.08,\"2351\":892620.8100000001,\"2352\":602866.91,\"2353\":228.0,\"2354\":6465.8,\"2355\":8353.27,\"2356\":807.62,\"2357\":null,\"2358\":663.1,\"2359\":13392.0,\"2360\":23326.88,\"2361\":60358.76,\"2362\":68419.71,\"2363\":164735.03,\"2364\":null,\"2365\":412578.35,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":570.11,\"2370\":671.22,\"2371\":3830.55,\"2372\":350121.32,\"2373\":1062.1,\"2374\":548.49,\"2375\":793.98,\"2376\":716.93,\"2377\":6604.8,\"2378\":427.56,\"2379\":14033.61,\"2380\":4495.05,\"2381\":19961.6,\"2382\":9225.6,\"2383\":null,\"2384\":359.7,\"2385\":2577.0,\"2386\":112.2,\"2387\":345.59,\"2388\":29852.59,\"2389\":25610.37,\"2390\":373206.23,\"2391\":94473.15,\"2392\":813487.59,\"2393\":1367.22,\"2394\":847.66,\"2395\":1093.59,\"2396\":1642.3,\"2397\":431932.21,\"2398\":533559.58,\"2399\":null,\"2400\":65487.38,\"2401\":414855.58,\"2402\":141821.07,\"2403\":null,\"2404\":795.34,\"2405\":507.97,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64736.98,\"2410\":160776.77,\"2411\":170320.25,\"2412\":19616.03,\"2413\":102505.65,\"2414\":14762.56,\"2415\":45162.81,\"2416\":48352.99,\"2417\":657.63,\"2418\":225941.66,\"2419\":1019.82,\"2420\":9028.8,\"2421\":2611.19,\"2422\":31935.93,\"2423\":46435.35,\"2424\":49362.56,\"2425\":55061.1,\"2426\":13462.95,\"2427\":651.33,\"2428\":5720.4,\"2429\":null,\"2430\":3662.4,\"2431\":6760.05,\"2432\":288.55,\"2433\":346.85,\"2434\":1280.0,\"2435\":4795.8,\"2436\":1083.0,\"2437\":1524.6,\"2438\":119.71,\"2439\":8442.0,\"2440\":9923.0,\"2441\":3062.4,\"2442\":5959.13,\"2443\":17841.4,\"2444\":9114.56,\"2445\":9469.8,\"2446\":870.47,\"2447\":10011.0,\"2448\":9777.0,\"2449\":null,\"2450\":1399.3,\"2451\":13086.0,\"2452\":19583.11,\"2453\":10307.22,\"2454\":19602.87,\"2455\":424.3,\"2456\":9057.4,\"2457\":7510.0,\"2458\":1583.5,\"2459\":null,\"2460\":4183.3,\"2461\":308.81,\"2462\":1480.85,\"2463\":341.32,\"2464\":2059.0,\"2465\":1389.1,\"2466\":10987.09,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":749.76,\"2473\":null,\"2474\":302.72,\"2475\":872.1,\"2476\":null,\"2477\":null,\"2478\":255.36,\"2479\":null,\"2480\":5572.4,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3931.3,\"2486\":null,\"2487\":null,\"2488\":10908.65,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11646.49,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":2969.92,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11322.37,\"2512\":11516.65,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1189.71,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":114.41,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1966.8,\"2595\":7171.2,\"2596\":19110.0,\"2597\":2343.6,\"2598\":4630.47,\"2599\":464.2,\"2600\":null,\"2601\":2190.0,\"2602\":404.37,\"2603\":13750.0,\"2604\":17751.48,\"2605\":198.0,\"2606\":3053.49,\"2607\":1753.62,\"2608\":726.48,\"2609\":2893.5,\"2610\":1378.0,\"2611\":15136.0,\"2612\":396014.8,\"2613\":500597.08,\"2614\":14016.0,\"2615\":1062.27,\"2616\":5986.65,\"2617\":61651.73,\"2618\":5921.67,\"2619\":767.34,\"2620\":720.51,\"2621\":3699.52,\"2622\":1980.2,\"2623\":13552.34,\"2624\":630.74,\"2625\":7463.49,\"2626\":null,\"2627\":15405.28,\"2628\":15618.0,\"2629\":4737.74,\"2630\":940.78,\"2631\":151921.46,\"2632\":6011.58,\"2633\":null,\"2634\":null,\"2635\":1239909.5800000001,\"2636\":null,\"2637\":14111.13,\"2638\":395697.45,\"2639\":14364.0,\"2640\":18598.8,\"2641\":22878.76,\"2642\":11959.03,\"2643\":9922.41,\"2644\":81794.45,\"2645\":825.52,\"2646\":1294.38,\"2647\":545.71,\"2648\":305415.0,\"2649\":null,\"2650\":1982.6,\"2651\":765.49,\"2652\":399.47,\"2653\":25458.94,\"2654\":3411.71,\"2655\":null,\"2656\":null,\"2657\":913.8,\"2658\":892686.86,\"2659\":600351.45,\"2660\":null,\"2661\":5900.4,\"2662\":8343.93,\"2663\":806.63,\"2664\":136650.0,\"2665\":625.12,\"2666\":15444.0,\"2667\":23400.28,\"2668\":60273.02,\"2669\":68203.25,\"2670\":164639.04,\"2671\":260.0,\"2672\":50736.07,\"2673\":38951.99,\"2674\":42109.34,\"2675\":7805.22,\"2676\":554.0,\"2677\":670.21,\"2678\":2215.35,\"2679\":350095.05,\"2680\":1062.1,\"2681\":534.34,\"2682\":525.06,\"2683\":752.4,\"2684\":5737.2,\"2685\":429.12,\"2686\":14053.7,\"2687\":4490.1,\"2688\":19772.8,\"2689\":7766.4,\"2690\":356.07,\"2691\":2629.8,\"2692\":108.9,\"2693\":357.76,\"2694\":29359.6,\"2695\":25595.4,\"2696\":945511.14,\"2697\":92708.09,\"2698\":814856.8199999999,\"2699\":1276.74,\"2700\":865.48,\"2701\":1092.39,\"2702\":1560.6,\"2703\":787584.0,\"2704\":546921.99,\"2705\":null,\"2706\":205720.0,\"2707\":null,\"2708\":415765.18,\"2709\":141182.48,\"2710\":119192.47,\"2711\":794.92,\"2712\":629.3,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64717.02,\"2717\":161538.75,\"2718\":170172.25,\"2719\":19638.94,\"2720\":171056.05,\"2721\":14771.21,\"2722\":45440.0,\"2723\":48380.87,\"2724\":656.97,\"2725\":225351.79,\"2726\":1198.88,\"2727\":8608.6,\"2728\":2567.0,\"2729\":30749.23,\"2730\":45787.33,\"2731\":49447.94,\"2732\":49443.55,\"2733\":15160.5,\"2734\":650.97,\"2735\":5313.6,\"2736\":null,\"2737\":1783.2,\"2738\":6755.27,\"2739\":286.57,\"2740\":null,\"2741\":2640.0,\"2742\":4795.8,\"2743\":1208.16,\"2744\":1555.4,\"2745\":117.6,\"2746\":9572.0,\"2747\":9984.0,\"2748\":2974.4,\"2749\":5527.21,\"2750\":17724.77,\"2751\":10786.42,\"2752\":11474.18,\"2753\":603.53,\"2754\":10005.0,\"2755\":9742.7,\"2756\":null,\"2757\":1390.1,\"2758\":13356.0,\"2759\":19661.8,\"2760\":10305.15,\"2761\":19605.51,\"2762\":null,\"2763\":null,\"2764\":449.4,\"2765\":8461.5,\"2766\":4676.0,\"2767\":1559.8,\"2768\":null,\"2769\":3803.3,\"2770\":308.81,\"2771\":2077.41,\"2772\":340.63,\"2773\":1997.0,\"2774\":317.71,\"2775\":11106.39,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":1.47,\"2781\":712.8,\"2782\":null,\"2783\":278.52,\"2784\":574.8,\"2785\":null,\"2786\":null,\"2787\":52.8,\"2788\":null,\"2789\":5567.8,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":9739.3,\"2795\":null,\"2796\":null,\"2797\":10683.39,\"2798\":null,\"2799\":159350.77,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":10743.46,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":6033.64,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9894.57,\"2821\":10243.72,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":0.15,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1379.29,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":476.3,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1874.4,\"2904\":7168.8,\"2905\":12808.0,\"2906\":2199.6,\"2907\":3986.16,\"2908\":468.27,\"2909\":null,\"2910\":15040.0,\"2911\":404.35,\"2912\":13013.0,\"2913\":16911.73,\"2914\":204.6,\"2915\":2631.09,\"2916\":1737.45,\"2917\":516.02,\"2918\":3120.3,\"2919\":1751.0,\"2920\":16780.0,\"2921\":462388.73,\"2922\":501289.36,\"2923\":11328.0,\"2924\":616.11,\"2925\":10952.36,\"2926\":54538.75,\"2927\":6677.0,\"2928\":660.68,\"2929\":698.12,\"2930\":3699.2,\"2931\":null,\"2932\":13177.58,\"2933\":632.72,\"2934\":null,\"2935\":15104.92,\"2936\":13807.0,\"2937\":5444.4,\"2938\":940.78,\"2939\":151449.91,\"2940\":154277.39,\"2941\":6809.57,\"2942\":null,\"2943\":508460.0,\"2944\":1232968.73,\"2945\":null,\"2946\":17005.84,\"2947\":396599.34,\"2948\":19243.64,\"2949\":18755.0,\"2950\":23246.43,\"2951\":8758.99,\"2952\":10949.03,\"2953\":94004.58,\"2954\":1025.68,\"2955\":1324.77,\"2956\":438.71,\"2957\":305085.0,\"2958\":null,\"2959\":1902.68,\"2960\":764.11,\"2961\":397.29,\"2962\":24684.14,\"2963\":null,\"2964\":null,\"2965\":77.3,\"2966\":898.59,\"2967\":892897.75,\"2968\":591053.41,\"2969\":426.0,\"2970\":3311.0,\"2971\":8335.17,\"2972\":803.44,\"2973\":136650.0,\"2974\":623.19,\"2975\":14400.0,\"2976\":22946.62,\"2977\":60053.04,\"2978\":68364.91,\"2979\":164858.82,\"2980\":65.0,\"2981\":1017.76,\"2982\":38863.45,\"2983\":41849.31,\"2984\":8417.39,\"2985\":535.13,\"2986\":672.88,\"2987\":1189.05,\"2988\":350101.94,\"2989\":1062.1,\"2990\":538.16,\"2991\":830.16,\"2992\":595.89,\"2993\":2348.4,\"2994\":429.36,\"2995\":19008.0,\"2996\":13948.96,\"2997\":4492.35,\"2998\":19766.4,\"2999\":10804.8,\"3000\":373.89,\"3001\":2530.8,\"3002\":108.9,\"3003\":305.06,\"3004\":29697.1,\"3005\":25598.66,\"3006\":422505.27,\"3007\":92821.32,\"3008\":810754.55,\"3009\":1242.24,\"3010\":799.7,\"3011\":1220.26,\"3012\":1450.8,\"3013\":32683.96,\"3014\":788156.15,\"3015\":546389.02,\"3016\":118510.0,\"3017\":415911.36,\"3018\":140654.86,\"3019\":124628.28,\"3020\":793.1,\"3021\":728.95,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":76418.3,\"3026\":165906.66,\"3027\":169931.75,\"3028\":19613.31,\"3029\":124462.57,\"3030\":14793.21,\"3031\":45800.33,\"3032\":48332.9,\"3033\":168.75,\"3034\":150832.1,\"3035\":null,\"3036\":8166.4,\"3037\":2543.81,\"3038\":28345.17,\"3039\":45807.9,\"3040\":49946.19,\"3041\":49345.84,\"3042\":13132.78,\"3043\":651.0,\"3044\":4154.4,\"3045\":null,\"3046\":3487.2,\"3047\":3639.74,\"3048\":274.43,\"3049\":5280.0,\"3050\":4795.8,\"3051\":985.08,\"3052\":1517.56,\"3053\":112.76,\"3054\":8425.0,\"3055\":9261.0,\"3056\":2906.2,\"3057\":4684.11,\"3058\":17852.67,\"3059\":9448.71,\"3060\":9782.44,\"3061\":288.05,\"3062\":10011.5,\"3063\":9765.3,\"3064\":null,\"3065\":1342.8,\"3066\":12438.0,\"3067\":19659.91,\"3068\":10293.39,\"3069\":19606.48,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":429.6,\"3074\":8271.4,\"3075\":1776.0,\"3076\":null,\"3077\":1487.1,\"3078\":null,\"3079\":3592.0,\"3080\":259.0,\"3081\":308.81,\"3082\":2042.35,\"3083\":339.25,\"3084\":2100.0,\"3085\":512.95,\"3086\":10772.26,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":712.14,\"3093\":null,\"3094\":275.88,\"3095\":994.2,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":259.0,\"3100\":5493.3,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":3937.04,\"3106\":null,\"3107\":6789.0,\"3108\":null,\"3109\":178019.28,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":10726.68,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":4056.15,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8438.76,\"3132\":8729.93,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1242.34,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":12.85,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1867.8,\"3214\":7160.4,\"3215\":15939.0,\"3216\":1900.8,\"3217\":3936.85,\"3218\":467.06,\"3219\":null,\"3220\":null,\"3221\":403.8,\"3222\":null,\"3223\":16323.19,\"3224\":184.8,\"3225\":2846.58,\"3226\":1744.38,\"3227\":705.46,\"3228\":2380.5,\"3229\":1721.0,\"3230\":14684.0,\"3231\":463460.97,\"3232\":501632.1,\"3233\":null,\"3234\":449.46,\"3235\":9960.76,\"3236\":61834.7,\"3237\":6097.67,\"3238\":649.75,\"3239\":727.69,\"3240\":null,\"3241\":3700.48,\"3242\":11794.74,\"3243\":634.7,\"3244\":null,\"3245\":null,\"3246\":15301.78,\"3247\":16193.0,\"3248\":4679.35,\"3249\":939.79,\"3250\":183250.87,\"3251\":152865.99,\"3252\":5901.19,\"3253\":null,\"3254\":92180.0,\"3255\":1233527.6599999999,\"3256\":null,\"3257\":13640.98,\"3258\":395707.21,\"3259\":14484.72,\"3260\":18733.0,\"3261\":25383.12,\"3262\":11142.1,\"3263\":10763.9,\"3264\":89580.68,\"3265\":1022.17,\"3266\":1322.46,\"3267\":null,\"3268\":532.58,\"3269\":305415.0,\"3270\":null,\"3271\":2163.61,\"3272\":765.39,\"3273\":403.48,\"3274\":23525.78,\"3275\":3525.24,\"3276\":3.6,\"3277\":null,\"3278\":908.05,\"3279\":933334.95,\"3280\":601220.47,\"3281\":630.0,\"3282\":3482.6,\"3283\":8319.52,\"3284\":801.13,\"3285\":null,\"3286\":626.47,\"3287\":14364.0,\"3288\":23338.42,\"3289\":null,\"3290\":68810.14,\"3291\":165444.19,\"3292\":null,\"3293\":267950.0,\"3294\":442079.14,\"3295\":1026.44,\"3296\":38551.44,\"3297\":41780.42,\"3298\":8111.3,\"3299\":112.86,\"3300\":671.04,\"3301\":1162.5,\"3302\":349994.62,\"3303\":null,\"3304\":535.72,\"3305\":819.72,\"3306\":614.17,\"3307\":5244.0,\"3308\":429.12,\"3309\":13989.13,\"3310\":4496.4,\"3311\":19244.8,\"3312\":8894.4,\"3313\":366.37,\"3314\":2520.0,\"3315\":108.9,\"3316\":226.13,\"3317\":29912.6,\"3318\":32428.27,\"3319\":218078.17,\"3320\":92816.84,\"3321\":813428.4,\"3322\":1213.98,\"3323\":732.16,\"3324\":1150.4,\"3325\":1299.6,\"3326\":53360.3,\"3327\":777738.1,\"3328\":545829.52,\"3329\":null,\"3330\":23713.02,\"3331\":null,\"3332\":416520.34,\"3333\":140678.83,\"3334\":126878.45,\"3335\":2057.0,\"3336\":793.38,\"3337\":634.0,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":77718.46,\"3342\":164943.69,\"3343\":170170.4,\"3344\":19622.75,\"3345\":200381.94,\"3346\":18223.98,\"3347\":45526.86,\"3348\":48213.39,\"3349\":644.91,\"3350\":225792.17,\"3351\":1585.67,\"3352\":8496.4,\"3353\":2404.81,\"3354\":33328.96,\"3355\":46780.4,\"3356\":58036.72,\"3357\":57806.32,\"3358\":12558.47,\"3359\":651.3,\"3360\":6843.6,\"3361\":null,\"3362\":3756.0,\"3363\":6723.26,\"3364\":278.32,\"3365\":3680.0,\"3366\":4795.8,\"3367\":497.4,\"3368\":1498.2,\"3369\":131.47,\"3370\":331.2,\"3371\":8175.0,\"3372\":9862.0,\"3373\":2829.2,\"3374\":4955.96,\"3375\":18253.4,\"3376\":9609.45,\"3377\":9985.58,\"3378\":null,\"3379\":10007.1,\"3380\":9773.7,\"3381\":null,\"3382\":1357.6,\"3383\":13644.0,\"3384\":19656.28,\"3385\":10287.55,\"3386\":19604.76,\"3387\":5630.4,\"3388\":null,\"3389\":401.2,\"3390\":8064.8,\"3391\":6818.0,\"3392\":null,\"3393\":1422.0,\"3394\":null,\"3395\":3399.8,\"3396\":394.0,\"3397\":308.81,\"3398\":2002.46,\"3399\":343.85,\"3400\":2059.0,\"3401\":1277.75,\"3402\":10495.45,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":713.46,\"3408\":null,\"3409\":269.72,\"3410\":1029.9,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2194.0,\"3415\":5359.8,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3839.48,\"3421\":null,\"3422\":null,\"3423\":3634.43,\"3424\":null,\"3425\":146951.18,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":6100.73,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":5107.02,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":13494.75,\"3448\":14116.76,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1204.78,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1854.6,\"3533\":7149.6,\"3534\":213062.04,\"3535\":6750.0,\"3536\":4203.4,\"3537\":466.51,\"3538\":null,\"3539\":393.91,\"3540\":13750.0,\"3541\":15809.91,\"3542\":198.0,\"3543\":3021.81,\"3544\":1743.06,\"3545\":757.3,\"3546\":2467.8,\"3547\":1870.0,\"3548\":20592.0,\"3549\":462234.19,\"3550\":499670.94,\"3551\":11952.0,\"3552\":587.07,\"3553\":11446.27,\"3554\":61730.47,\"3555\":6083.0,\"3556\":638.54,\"3557\":673.24,\"3558\":3699.52,\"3559\":11400.93,\"3560\":627.88,\"3561\":28708.15,\"3562\":null,\"3563\":29267.5,\"3564\":15763.0,\"3565\":4474.72,\"3566\":939.79,\"3567\":246612.14,\"3568\":150310.32,\"3569\":5750.58,\"3570\":42696.0,\"3571\":92230.0,\"3572\":1042646.2,\"3573\":null,\"3574\":13589.83,\"3575\":392697.59,\"3576\":15916.26,\"3577\":18935.4,\"3578\":23490.86,\"3579\":12027.84,\"3580\":16018.54,\"3581\":84923.7,\"3582\":1092.75,\"3583\":1271.02,\"3584\":296.08,\"3585\":305360.01,\"3586\":null,\"3587\":1872.89,\"3588\":760.67,\"3589\":118.61,\"3590\":22907.89,\"3591\":162330.28,\"3592\":2524.59,\"3593\":34.8,\"3594\":841.64,\"3595\":912807.71,\"3596\":502069.88,\"3597\":222.0,\"3598\":3016.2,\"3599\":8305.18,\"3600\":796.18,\"3601\":636.45,\"3602\":14328.0,\"3603\":23429.93,\"3604\":69503.12,\"3605\":164364.68,\"3606\":77.0,\"3607\":269008.0,\"3608\":436428.95,\"3609\":976.41,\"3610\":38511.45,\"3611\":42094.5,\"3612\":8111.3,\"3613\":545.69,\"3614\":null,\"3615\":1011.75,\"3616\":349604.54,\"3617\":1050.05,\"3618\":535.76,\"3619\":759.96,\"3620\":590.12,\"3621\":5245.2,\"3622\":429.24,\"3623\":null,\"3624\":1305.67,\"3625\":14057.28,\"3626\":4492.35,\"3627\":18489.95,\"3628\":7881.6,\"3629\":374.29,\"3630\":2494.2,\"3631\":105.6,\"3632\":348.71,\"3633\":29270.52,\"3634\":33383.57,\"3635\":null,\"3636\":42081.43,\"3637\":92826.52,\"3638\":819839.95,\"3639\":1179.72,\"3640\":777.7,\"3641\":1095.73,\"3642\":1238.4,\"3643\":null,\"3644\":774048.0600000001,\"3645\":39592.04,\"3646\":532449.98,\"3647\":101130.0,\"3648\":154881.38,\"3649\":418297.89,\"3650\":141494.07,\"3651\":125697.84,\"3652\":null,\"3653\":793.1,\"3654\":637.13,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":77524.45,\"3659\":165166.64,\"3660\":166751.6,\"3661\":19812.08,\"3662\":101405.8,\"3663\":18579.08,\"3664\":45311.45,\"3665\":48673.24,\"3666\":661.2,\"3667\":226052.59,\"3668\":1267.56,\"3669\":7559.2,\"3670\":2370.95,\"3671\":null,\"3672\":null,\"3673\":null,\"3674\":null,\"3675\":11990.35,\"3676\":650.7,\"3677\":6202.8,\"3678\":null,\"3679\":null,\"3680\":3688.8,\"3681\":6763.19,\"3682\":269.15,\"3683\":6960.0,\"3684\":4795.8,\"3685\":304.32,\"3686\":1533.4,\"3687\":122.5,\"3688\":330.6,\"3689\":7921.0,\"3690\":9087.0,\"3691\":2860.0,\"3692\":4958.82,\"3693\":14802.38,\"3694\":9106.27,\"3695\":9459.96,\"3696\":187.88,\"3697\":10012.1,\"3698\":9777.5,\"3699\":null,\"3700\":1375.9,\"3701\":12294.0,\"3702\":19731.19,\"3703\":10288.4,\"3704\":19582.42,\"3705\":7185.6,\"3706\":415.9,\"3707\":7942.8,\"3708\":1828.0,\"3709\":null,\"3710\":1380.6,\"3711\":null,\"3712\":3261.0,\"3713\":1908.0,\"3714\":308.81,\"3715\":2055.62,\"3716\":348.68,\"3717\":2013.0,\"3718\":1173.47,\"3719\":10279.33,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":787.38,\"3725\":251.68,\"3726\":1111.5,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5268.6,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3753.39,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":4189.9,\"3741\":null,\"3742\":180703.23,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":8392.44,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":5321.39,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8419.66,\"3765\":8754.36,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1183.55,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":2.2,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":32.2,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1795.2,\"3850\":7141.2,\"3851\":388100.1,\"3852\":3819.6,\"3853\":4238.17,\"3854\":468.38,\"3855\":1.5,\"3856\":404.58,\"3857\":13970.0,\"3858\":15493.86,\"3859\":204.6,\"3860\":3146.72,\"3861\":1745.04,\"3862\":796.95,\"3863\":2606.4,\"3864\":2357.0,\"3865\":20156.0,\"3866\":60589.48,\"3867\":499501.87,\"3868\":12672.0,\"3869\":1640.76,\"3870\":7967.11,\"3871\":30724.1,\"3872\":6006.0,\"3873\":679.94,\"3874\":718.95,\"3875\":3700.16,\"3876\":876.16,\"3877\":11121.54,\"3878\":628.1,\"3879\":5363.69,\"3880\":null,\"3881\":28601.77,\"3882\":18653.0,\"3883\":4420.9,\"3884\":940.78,\"3885\":249407.83,\"3886\":154278.39,\"3887\":5635.64,\"3888\":55152.0,\"3889\":506710.0,\"3890\":297082.46,\"3891\":null,\"3892\":12405.51,\"3893\":33078.43,\"3894\":13965.97,\"3895\":18488.8,\"3896\":28913.23,\"3897\":12021.24,\"3898\":17025.97,\"3899\":null,\"3900\":938.33,\"3901\":1227.12,\"3902\":538.46,\"3903\":19030.0,\"3904\":null,\"3905\":2076.33,\"3906\":766.77,\"3907\":407.39,\"3908\":22524.32,\"3909\":null,\"3910\":3302.12,\"3911\":12.0,\"3912\":891.28,\"3913\":897023.4300000001,\"3914\":560245.74,\"3915\":522.0,\"3916\":3423.2,\"3917\":8292.45,\"3918\":792.99,\"3919\":null,\"3920\":640.26,\"3921\":14544.0,\"3922\":23501.36,\"3923\":69244.51,\"3924\":165019.29,\"3925\":null,\"3926\":404478.0,\"3927\":438718.17,\"3928\":989.65,\"3929\":38599.33,\"3930\":42374.05,\"3931\":8570.44,\"3932\":524.3,\"3933\":677.02,\"3934\":909.3,\"3935\":219398.14,\"3936\":2115.6,\"3937\":538.99,\"3938\":691.56,\"3939\":610.13,\"3940\":5064.0,\"3941\":429.24,\"3942\":1611.67,\"3943\":null,\"3944\":4497.75,\"3945\":18105.77,\"3946\":8692.8,\"3947\":383.66,\"3948\":2577.0,\"3949\":105.6,\"3950\":338.36,\"3951\":29681.63,\"3952\":31568.74,\"3953\":1241366.26,\"3954\":92045.74,\"3955\":532081.89,\"3956\":1298.22,\"3957\":798.6,\"3958\":1063.24,\"3959\":1690.2,\"3960\":773734.47,\"3961\":45608.3,\"3962\":539686.38,\"3963\":198750.0,\"3964\":155369.03,\"3965\":420861.02,\"3966\":144004.04,\"3967\":125010.54,\"3968\":792.96,\"3969\":780.75,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":70158.73,\"3974\":165284.13,\"3975\":170581.1,\"3976\":19632.0,\"3977\":205851.17,\"3978\":19081.94,\"3979\":45443.69,\"3980\":48366.28,\"3981\":651.87,\"3982\":152869.99,\"3983\":1260.62,\"3984\":7781.4,\"3985\":2366.7,\"3986\":29636.07,\"3987\":45861.5,\"3988\":57871.9,\"3989\":48947.46,\"3990\":12023.31,\"3991\":649.89,\"3992\":4924.8,\"3993\":1.8,\"3994\":null,\"3995\":6653.96,\"3996\":260.11,\"3997\":null,\"3998\":4240.0,\"3999\":9302.95,\"4000\":1099.2,\"4001\":1607.76,\"4002\":127.51,\"4003\":null,\"4004\":7779.0,\"4005\":9187.0,\"4006\":2692.8,\"4007\":4953.53,\"4008\":14722.44,\"4009\":8830.8,\"4010\":9199.08,\"4011\":401.87,\"4012\":10007.9,\"4013\":9611.5,\"4014\":null,\"4015\":1330.5,\"4016\":13374.0,\"4017\":19742.1,\"4018\":10290.05,\"4019\":19603.07,\"4020\":216.0,\"4021\":415.9,\"4022\":8639.9,\"4023\":4592.0,\"4024\":1342.4,\"4025\":null,\"4026\":3111.6,\"4027\":3088.0,\"4028\":308.81,\"4029\":1901.85,\"4030\":346.61,\"4031\":2012.0,\"4032\":1259.56,\"4033\":11434.03,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":683.76,\"4039\":279.4,\"4040\":1117.5,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5339.0,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3690.26,\"4052\":null,\"4053\":null,\"4054\":4150.07,\"4055\":null,\"4056\":180515.6,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":1.77,\"4061\":null,\"4062\":7110.6,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":4867.79,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7448.59,\"4080\":7669.02,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1170.29,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":5138.1,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":17.99,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":null,\"4167\":7129.2,\"4168\":386690.36,\"4169\":2480.4,\"4170\":4240.35,\"4171\":null,\"4172\":43.56,\"4173\":404.53,\"4174\":13794.0,\"4175\":15021.53,\"4176\":198.0,\"4177\":3114.04,\"4178\":1737.45,\"4179\":751.23,\"4180\":2139.3,\"4181\":2906.0,\"4182\":20880.0,\"4183\":71665.61,\"4184\":495466.82,\"4185\":12344.0,\"4186\":1591.59,\"4187\":7972.14,\"4188\":29861.23,\"4189\":6064.67,\"4190\":632.21,\"4191\":727.77,\"4192\":3698.88,\"4193\":846.72,\"4194\":10717.18,\"4195\":632.28,\"4196\":null,\"4197\":null,\"4198\":26232.15,\"4199\":17959.0,\"4200\":4383.2,\"4201\":939.79,\"4202\":249452.25,\"4203\":155095.84,\"4204\":5584.39,\"4205\":69288.0,\"4206\":510740.0,\"4207\":null,\"4208\":12360.75,\"4209\":307991.26,\"4210\":14447.56,\"4211\":18596.6,\"4212\":26837.91,\"4213\":11423.98,\"4214\":15535.53,\"4215\":171185.37,\"4216\":804.82,\"4217\":1177.49,\"4218\":553.96,\"4219\":15950.0,\"4220\":null,\"4221\":1874.27,\"4222\":758.4,\"4223\":402.71,\"4224\":21685.5,\"4225\":163792.73,\"4226\":null,\"4227\":15.6,\"4228\":901.34,\"4229\":873196.15,\"4230\":403795.12,\"4231\":426.0,\"4232\":6083.0,\"4233\":8300.16,\"4234\":794.2,\"4235\":615.26,\"4236\":14256.0,\"4237\":23726.59,\"4238\":69251.4,\"4239\":165036.35,\"4240\":null,\"4241\":null,\"4242\":443681.4,\"4243\":967.52,\"4244\":38428.01,\"4245\":42210.85,\"4246\":8111.3,\"4247\":534.73,\"4248\":675.79,\"4249\":828.0,\"4250\":124280.77,\"4251\":3076.14,\"4252\":529.06,\"4253\":733.5,\"4254\":635.78,\"4255\":4608.0,\"4256\":429.0,\"4257\":1490.75,\"4258\":14091.0,\"4259\":3119.4,\"4260\":17532.63,\"4261\":9288.0,\"4262\":1209.26,\"4263\":382.8,\"4264\":2573.4,\"4265\":102.3,\"4266\":333.04,\"4267\":29462.15,\"4268\":31390.72,\"4269\":null,\"4270\":1078703.5900000001,\"4271\":92304.43,\"4272\":534566.08,\"4273\":1497.84,\"4274\":765.38,\"4275\":1115.26,\"4276\":1411.2,\"4277\":775149.36,\"4278\":null,\"4279\":541309.05,\"4280\":102670.0,\"4281\":155409.03,\"4282\":423471.9,\"4283\":143973.88,\"4284\":127252.09,\"4285\":791.42,\"4286\":659.09,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":62748.09,\"4291\":165251.95,\"4292\":170007.6,\"4293\":19615.29,\"4294\":201881.73,\"4295\":18992.78,\"4296\":45525.11,\"4297\":48837.93,\"4298\":653.46,\"4299\":152844.37,\"4300\":1164.98,\"4301\":6531.8,\"4302\":2250.77,\"4303\":28931.2,\"4304\":41410.17,\"4305\":58438.1,\"4306\":57519.48,\"4307\":15265.73,\"4308\":326.25,\"4309\":5418.0,\"4310\":148.2,\"4311\":8659.2,\"4312\":6708.57,\"4313\":329.21,\"4314\":8800.0,\"4315\":9317.02,\"4316\":659.88,\"4317\":1530.76,\"4318\":147.18,\"4319\":8261.0,\"4320\":9873.0,\"4321\":2853.4,\"4322\":4953.8,\"4323\":16562.32,\"4324\":9151.73,\"4325\":9512.73,\"4326\":457.31,\"4327\":10011.4,\"4328\":9614.6,\"4329\":null,\"4330\":2243.9,\"4331\":11160.0,\"4332\":19705.62,\"4333\":10289.31,\"4334\":19599.31,\"4335\":9082.8,\"4336\":657.0,\"4337\":11748.1,\"4338\":4692.0,\"4339\":null,\"4340\":1929.9,\"4341\":null,\"4342\":4756.7,\"4343\":4158.0,\"4344\":308.81,\"4345\":1965.43,\"4346\":388.24,\"4347\":2060.0,\"4348\":1279.95,\"4349\":19446.57,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":49.87,\"4355\":910.8,\"4356\":null,\"4357\":265.32,\"4358\":557.1,\"4359\":null,\"4360\":null,\"4361\":null,\"4362\":null,\"4363\":2000.0,\"4364\":6356.1,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":5084.87,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":6352.98,\"4374\":null,\"4375\":180520.01,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":7696.02,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":3046.25,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6963.48,\"4398\":7170.86,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1208.08,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":4125.0,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":331.57,\"4444\":4149.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4149.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3622.67,\"4484\":2270.4,\"4485\":7144.8,\"4486\":381616.11,\"4487\":2430.0,\"4488\":4632.18,\"4489\":20.42,\"4490\":404.55,\"4491\":11605.0,\"4492\":17761.0,\"4493\":198.0,\"4494\":2452.72,\"4495\":1737.45,\"4496\":761.26,\"4497\":1219.5,\"4498\":3746.0,\"4499\":21024.0,\"4500\":377329.56,\"4501\":500453.45,\"4502\":12552.0,\"4503\":1668.48,\"4504\":5453.46,\"4505\":32179.79,\"4506\":7051.0,\"4507\":null,\"4508\":718.9,\"4509\":3698.56,\"4510\":859.6,\"4511\":10929.32,\"4512\":594.66,\"4513\":null,\"4514\":null,\"4515\":29101.09,\"4516\":19159.0,\"4517\":6056.36,\"4518\":939.79,\"4519\":249711.92,\"4520\":153838.28,\"4521\":7528.06,\"4522\":null,\"4523\":53480.0,\"4524\":null,\"4525\":19871.66,\"4526\":201825.33,\"4527\":19400.86,\"4528\":17311.8,\"4529\":29175.09,\"4530\":15634.62,\"4531\":15655.61,\"4532\":119937.75,\"4533\":1201.01,\"4534\":1324.44,\"4535\":551.71,\"4536\":null,\"4537\":2216.4,\"4538\":753.97,\"4539\":405.08,\"4540\":21655.84,\"4541\":96632.78,\"4542\":2880.81,\"4543\":2485.2,\"4544\":816.04,\"4545\":1132193.3700000001,\"4546\":604029.35,\"4547\":546.0,\"4548\":10302.6,\"4549\":8317.06,\"4550\":791.23,\"4551\":644.79,\"4552\":17136.0,\"4553\":23610.1,\"4554\":69238.93,\"4555\":164989.68,\"4556\":null,\"4557\":null,\"4558\":532833.98,\"4559\":3089.57,\"4560\":38119.3,\"4561\":41492.75,\"4562\":8264.35,\"4563\":518.5,\"4564\":675.25,\"4565\":721.65,\"4566\":162828.97,\"4567\":3074.42,\"4568\":533.87,\"4569\":751.14,\"4570\":633.87,\"4571\":4605.6,\"4572\":429.0,\"4573\":1331.43,\"4574\":14113.24,\"4575\":2597.85,\"4576\":18117.14,\"4577\":8284.8,\"4578\":null,\"4579\":358.91,\"4580\":2562.0,\"4581\":102.3,\"4582\":345.06,\"4583\":29283.89,\"4584\":36277.3,\"4585\":null,\"4586\":525042.89,\"4587\":89986.67,\"4588\":415601.44,\"4589\":1522.26,\"4590\":693.88,\"4591\":1101.62,\"4592\":1342.8,\"4593\":769495.41,\"4594\":52253.95,\"4595\":445962.5,\"4596\":136760.0,\"4597\":155073.14,\"4598\":422757.67,\"4599\":72875.79,\"4600\":73159.48,\"4601\":791.14,\"4602\":549.35,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":77528.36,\"4607\":164969.88,\"4608\":170309.15,\"4609\":17894.8,\"4610\":22356.87,\"4611\":null,\"4612\":45506.33,\"4613\":48412.83,\"4614\":645.57,\"4615\":151911.3,\"4616\":1066.24,\"4617\":2809.4,\"4618\":2193.38,\"4619\":31245.21,\"4620\":42868.54,\"4621\":58304.35,\"4622\":57528.56,\"4623\":14218.39,\"4624\":326.01,\"4625\":11898.0,\"4626\":66.0,\"4627\":8659.2,\"4628\":6756.26,\"4629\":263.67,\"4630\":7680.0,\"4631\":9279.05,\"4632\":3.36,\"4633\":1568.16,\"4634\":125.4,\"4635\":8645.0,\"4636\":9184.0,\"4637\":2822.6,\"4638\":4954.76,\"4639\":17134.03,\"4640\":8795.41,\"4641\":9175.23,\"4642\":81.69,\"4643\":10010.4,\"4644\":9610.5,\"4645\":null,\"4646\":2202.0,\"4647\":12258.0,\"4648\":19707.56,\"4649\":10239.08,\"4650\":19605.75,\"4651\":7200.0,\"4652\":535.7,\"4653\":10052.6,\"4654\":7586.0,\"4655\":null,\"4656\":1542.6,\"4657\":null,\"4658\":3674.8,\"4659\":6139.0,\"4660\":308.81,\"4661\":3081.35,\"4662\":344.08,\"4663\":2345.0,\"4664\":1253.6,\"4665\":14221.74,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":821.7,\"4672\":382.8,\"4673\":585.6,\"4674\":null,\"4675\":null,\"4676\":354.72,\"4677\":null,\"4678\":2000.0,\"4679\":5836.3,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":9722.09,\"4685\":null,\"4686\":null,\"4687\":4078.51,\"4688\":null,\"4689\":180623.24,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":5443.65,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":3739.58,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":6219.7,\"4712\":6406.43,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1168.04,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":5575.9,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4900.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4900.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3714.33,\"4797\":2382.6,\"4798\":7146.0,\"4799\":209624.88,\"4800\":9597.6,\"4801\":5427.35,\"4802\":7.66,\"4803\":404.58,\"4804\":13123.0,\"4805\":10382.87,\"4806\":null,\"4807\":2075.37,\"4808\":1690.26,\"4809\":781.38,\"4810\":916.2,\"4811\":3434.0,\"4812\":19984.0,\"4813\":181162.19,\"4814\":498454.0,\"4815\":null,\"4816\":789.69,\"4817\":10084.37,\"4818\":65280.48,\"4819\":7179.33,\"4820\":1207.5,\"4821\":718.16,\"4822\":3698.88,\"4823\":918.44,\"4824\":15930.58,\"4825\":631.18,\"4826\":25506.77,\"4827\":null,\"4828\":30032.07,\"4829\":18984.0,\"4830\":5058.55,\"4831\":939.79,\"4832\":249194.17,\"4833\":157417.28,\"4834\":6257.78,\"4835\":37392.0,\"4836\":510860.0,\"4837\":null,\"4838\":null,\"4839\":18931.05,\"4840\":396653.12,\"4841\":19380.48,\"4842\":17287.6,\"4843\":24003.92,\"4844\":12911.22,\"4845\":16346.15,\"4846\":171217.75,\"4847\":1003.54,\"4848\":1264.01,\"4849\":542.83,\"4850\":151415.0,\"4851\":null,\"4852\":2062.3,\"4853\":746.39,\"4854\":404.2,\"4855\":28484.98,\"4856\":163426.47,\"4857\":2503.59,\"4858\":2199.6,\"4859\":837.24,\"4860\":1023305.5699999999,\"4861\":599999.22,\"4862\":240.0,\"4863\":7420.6,\"4864\":8439.63,\"4865\":798.6,\"4866\":198670.0,\"4867\":615.62,\"4868\":15444.0,\"4869\":23334.06,\"4870\":69516.4,\"4871\":165024.92,\"4872\":47.5,\"4873\":285660.0,\"4874\":530116.74,\"4875\":50684.75,\"4876\":42807.41,\"4877\":8111.3,\"4878\":523.25,\"4879\":675.36,\"4880\":689.85,\"4881\":95168.87,\"4882\":3069.26,\"4883\":538.26,\"4884\":883.62,\"4885\":596.12,\"4886\":4916.4,\"4887\":428.16,\"4888\":19580.0,\"4889\":2121.11,\"4890\":14063.74,\"4891\":4345.65,\"4892\":17153.49,\"4893\":7060.8,\"4894\":376.53,\"4895\":2556.6,\"4896\":102.3,\"4897\":345.99,\"4898\":28987.43,\"4899\":36293.79,\"4900\":null,\"4901\":107058.74,\"4902\":91525.53,\"4903\":414182.33,\"4904\":1333.38,\"4905\":799.26,\"4906\":1076.15,\"4907\":1193.4,\"4908\":781372.95,\"4909\":52123.22,\"4910\":532989.12,\"4911\":40281.09,\"4912\":206230.0,\"4913\":154482.09,\"4914\":423513.58,\"4915\":143116.81,\"4916\":125153.23,\"4917\":791.0,\"4918\":603.76,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76992.44,\"4923\":158502.46,\"4924\":170187.05,\"4925\":158801.65,\"4926\":19806.21,\"4927\":230087.78,\"4928\":14669.08,\"4929\":45156.59,\"4930\":48752.07,\"4931\":644.16,\"4932\":152731.68,\"4933\":1085.74,\"4934\":8958.4,\"4935\":2523.84,\"4936\":25544.32,\"4937\":42657.77,\"4938\":59242.4,\"4939\":58000.65,\"4940\":16408.11,\"4941\":325.5,\"4942\":5922.0,\"4943\":null,\"4944\":8659.2,\"4945\":6746.52,\"4946\":278.19,\"4947\":92.05,\"4948\":2800.0,\"4949\":9153.24,\"4950\":15.96,\"4951\":1674.2,\"4952\":118.14,\"4953\":330.6,\"4954\":8093.0,\"4955\":8169.0,\"4956\":2692.8,\"4957\":4946.83,\"4958\":17533.41,\"4959\":9508.28,\"4960\":9823.79,\"4961\":226.16,\"4962\":12913.3,\"4963\":12620.8,\"4964\":null,\"4965\":1627.4,\"4966\":13158.0,\"4967\":19735.71,\"4968\":10255.82,\"4969\":19591.57,\"4970\":6634.8,\"4971\":449.9,\"4972\":8119.1,\"4973\":4606.0,\"4974\":1343.1,\"4975\":null,\"4976\":3442.0,\"4977\":5119.0,\"4978\":308.81,\"4979\":1972.41,\"4980\":339.25,\"4981\":2076.0,\"4982\":190.85,\"4983\":11674.68,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":749.76,\"4990\":313.72,\"4991\":598.2,\"4992\":null,\"4993\":null,\"4994\":287.52,\"4995\":null,\"4996\":2000.0,\"4997\":5426.6,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3793.57,\"5003\":null,\"5004\":null,\"5005\":7735.65,\"5006\":null,\"5007\":172055.11,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":8600.61,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4133.92,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5306.46,\"5031\":5446.89,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1186.85,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5572.6,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3817.0,\"5116\":1933.8,\"5117\":7140.0,\"5118\":381371.08,\"5119\":2937.6,\"5120\":4930.07,\"5121\":469.92,\"5122\":52.89,\"5123\":null,\"5124\":404.61,\"5125\":13805.0,\"5126\":14355.48,\"5127\":null,\"5128\":2815.89,\"5129\":1725.24,\"5130\":763.88,\"5131\":1206.0,\"5132\":2771.0,\"5133\":20396.0,\"5134\":159240.78,\"5135\":503185.18,\"5136\":13080.0,\"5137\":1319.67,\"5138\":12130.84,\"5139\":33514.9,\"5140\":7388.33,\"5141\":1027.81,\"5142\":723.69,\"5143\":3699.2,\"5144\":881.75,\"5145\":13498.78,\"5146\":625.24,\"5147\":17446.19,\"5148\":null,\"5149\":15406.64,\"5150\":18996.0,\"5151\":4837.84,\"5152\":939.79,\"5153\":250510.28,\"5154\":159861.19,\"5155\":6014.41,\"5156\":61680.0,\"5157\":506400.0,\"5158\":40107.51,\"5159\":null,\"5160\":19660.48,\"5161\":396285.87,\"5162\":14506.9,\"5163\":18568.0,\"5164\":22175.75,\"5165\":12230.01,\"5166\":16504.15,\"5167\":171077.58,\"5168\":1219.44,\"5169\":1300.23,\"5170\":568.83,\"5171\":null,\"5172\":null,\"5173\":2145.79,\"5174\":746.49,\"5175\":400.62,\"5176\":25502.57,\"5177\":162576.88,\"5178\":2603.21,\"5179\":2199.6,\"5180\":880.8,\"5181\":886106.22,\"5182\":600434.99,\"5183\":462.0,\"5184\":7356.8,\"5185\":8424.33,\"5186\":795.74,\"5187\":205010.0,\"5188\":609.79,\"5189\":14040.0,\"5190\":23557.2,\"5191\":69265.36,\"5192\":164955.95,\"5193\":null,\"5194\":294216.0,\"5195\":null,\"5196\":51060.29,\"5197\":39643.26,\"5198\":7499.13,\"5199\":551.1,\"5200\":687.67,\"5201\":786.6,\"5202\":171317.16,\"5203\":3065.81,\"5204\":522.39,\"5205\":698.4,\"5206\":511.72,\"5207\":4512.0,\"5208\":427.92,\"5209\":1614.98,\"5210\":14016.39,\"5211\":null,\"5212\":17287.28,\"5213\":2040.0,\"5214\":196.48,\"5215\":2551.2,\"5216\":99.0,\"5217\":331.62,\"5218\":29880.6,\"5219\":39185.64,\"5220\":null,\"5221\":492240.74,\"5222\":91674.24,\"5223\":819344.05,\"5224\":1603.8,\"5225\":766.92,\"5226\":1046.09,\"5227\":1233.0,\"5228\":769275.95,\"5229\":51861.09,\"5230\":533202.04,\"5231\":198110.0,\"5232\":154369.5,\"5233\":422260.69,\"5234\":142202.65,\"5235\":125594.59,\"5236\":2047.0,\"5237\":792.4,\"5238\":8.99,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":77289.94,\"5243\":162806.55,\"5244\":170514.5,\"5245\":155116.88,\"5246\":9791.62,\"5247\":224748.53,\"5248\":null,\"5249\":23336.05,\"5250\":46061.41,\"5251\":48900.09,\"5252\":653.49,\"5253\":152936.09,\"5254\":1201.11,\"5255\":8489.8,\"5256\":2415.71,\"5257\":27733.82,\"5258\":32360.39,\"5259\":58413.47,\"5260\":57529.59,\"5261\":14929.97,\"5262\":652.47,\"5263\":5410.8,\"5264\":4.2,\"5265\":8659.2,\"5266\":6751.14,\"5267\":275.09,\"5268\":4320.0,\"5269\":4929.13,\"5270\":127.56,\"5271\":1619.2,\"5272\":116.56,\"5273\":330.6,\"5274\":7833.0,\"5275\":8249.0,\"5276\":2631.2,\"5277\":4952.82,\"5278\":17241.71,\"5279\":9189.31,\"5280\":9522.71,\"5281\":1008.19,\"5282\":13064.1,\"5283\":12786.9,\"5284\":null,\"5285\":1457.2,\"5286\":13302.0,\"5287\":19735.03,\"5288\":19493.05,\"5289\":18577.63,\"5290\":8085.6,\"5291\":412.8,\"5292\":7524.3,\"5293\":1762.0,\"5294\":1260.3,\"5295\":null,\"5296\":3099.1,\"5297\":5164.0,\"5298\":308.81,\"5299\":1514.09,\"5300\":338.1,\"5301\":2030.0,\"5302\":1070.28,\"5303\":11032.27,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":939.18,\"5310\":null,\"5311\":277.2,\"5312\":1155.3,\"5313\":null,\"5314\":null,\"5315\":263.04,\"5316\":null,\"5317\":2000.0,\"5318\":5792.1,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3902.61,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":10288.46,\"5328\":null,\"5329\":180396.66,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":11499.32,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4524.63,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7457.23,\"5353\":7648.78,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1138.5,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":4667.3,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":18854.27,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":null,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3773.0,\"5440\":1834.8,\"5441\":7160.4,\"5442\":278230.28,\"5443\":1940.4,\"5444\":4435.67,\"5445\":464.75,\"5446\":null,\"5447\":380.79,\"5448\":13772.0,\"5449\":13696.33,\"5450\":204.6,\"5451\":3052.34,\"5452\":1745.37,\"5453\":745.11,\"5454\":1652.4,\"5455\":2828.0,\"5456\":20864.0,\"5457\":463060.5,\"5458\":499972.33,\"5459\":12872.0,\"5460\":1303.5,\"5461\":10975.54,\"5462\":47457.82,\"5463\":null,\"5464\":7146.33,\"5465\":560.63,\"5466\":null,\"5467\":3698.56,\"5468\":867.88,\"5469\":12286.95,\"5470\":618.2,\"5471\":13386.75,\"5472\":null,\"5473\":29954.43,\"5474\":18970.0,\"5475\":4632.97,\"5476\":null,\"5477\":254260.59,\"5478\":158283.51,\"5479\":5732.76,\"5480\":68904.0,\"5481\":null,\"5482\":59025.74,\"5483\":null,\"5484\":15568.63,\"5485\":395510.64,\"5486\":14216.99,\"5487\":11270.6,\"5488\":22114.94,\"5489\":10924.0,\"5490\":17165.91,\"5491\":33670.62,\"5492\":1395.59,\"5493\":1421.39,\"5494\":550.71,\"5495\":125235.0,\"5496\":null,\"5497\":2273.78,\"5498\":743.34,\"5499\":400.24,\"5500\":24103.88,\"5501\":161720.32,\"5502\":2461.33,\"5503\":2199.6,\"5504\":467.83,\"5505\":882586.15,\"5506\":601008.72,\"5507\":372.0,\"5508\":6903.6,\"5509\":8412.35,\"5510\":792.66,\"5511\":180520.0,\"5512\":623.44,\"5513\":12996.0,\"5514\":23151.49,\"5515\":59241.6,\"5516\":69455.79,\"5517\":164643.86,\"5518\":null,\"5519\":null,\"5520\":439467.28,\"5521\":null,\"5522\":41986.05,\"5523\":null,\"5524\":524.7,\"5525\":686.56,\"5526\":772.35,\"5527\":162612.82,\"5528\":3620.1,\"5529\":547.97,\"5530\":860.76,\"5531\":506.55,\"5532\":4276.8,\"5533\":427.68,\"5534\":1267.59,\"5535\":14160.59,\"5536\":17145.65,\"5537\":8188.8,\"5538\":379.83,\"5539\":2538.0,\"5540\":99.0,\"5541\":331.46,\"5542\":29419.45,\"5543\":35285.2,\"5544\":null,\"5545\":1231401.79,\"5546\":91615.03,\"5547\":358890.11,\"5548\":1605.06,\"5549\":734.58,\"5550\":1027.58,\"5551\":1314.0,\"5552\":777687.23,\"5553\":51900.2,\"5554\":532499.6899999999,\"5555\":101590.0,\"5556\":153992.79,\"5557\":422016.58,\"5558\":141597.55,\"5559\":127840.43,\"5560\":2047.0,\"5561\":792.68,\"5562\":1324.73,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":77446.88,\"5567\":162814.2,\"5568\":169924.35,\"5569\":154120.2,\"5570\":19606.57,\"5571\":228857.95,\"5572\":22107.53,\"5573\":45379.25,\"5574\":49057.87,\"5575\":653.46,\"5576\":153030.5,\"5577\":1271.07,\"5578\":3779.6,\"5579\":2356.72,\"5580\":33083.01,\"5581\":31913.93,\"5582\":59543.96,\"5583\":58196.86,\"5584\":14721.01,\"5585\":654.03,\"5586\":4942.8,\"5587\":4.2,\"5588\":8659.2,\"5589\":6746.03,\"5590\":305.32,\"5591\":3200.0,\"5592\":4804.06,\"5593\":1231.32,\"5594\":1710.72,\"5595\":123.68,\"5596\":null,\"5597\":8089.0,\"5598\":7519.0,\"5599\":2651.0,\"5600\":4954.65,\"5601\":16149.77,\"5602\":9076.08,\"5603\":9417.08,\"5604\":621.43,\"5605\":13091.5,\"5606\":12818.4,\"5607\":null,\"5608\":1397.1,\"5609\":13878.0,\"5610\":19736.49,\"5611\":19377.01,\"5612\":19572.79,\"5613\":8877.6,\"5614\":null,\"5615\":7383.4,\"5616\":2244.0,\"5617\":1247.0,\"5618\":null,\"5619\":2964.4,\"5620\":5078.0,\"5621\":308.81,\"5622\":1925.88,\"5623\":340.63,\"5624\":1963.0,\"5625\":214.53,\"5626\":10860.37,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":841.5,\"5633\":null,\"5634\":277.64,\"5635\":189.6,\"5636\":null,\"5637\":null,\"5638\":409.44,\"5639\":null,\"5640\":2000.0,\"5641\":5317.7,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3747.65,\"5647\":null,\"5648\":null,\"5649\":6929.47,\"5650\":null,\"5651\":180631.65,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":10921.56,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":0.01,\"5664\":3422.11,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":11156.95,\"5674\":11390.52,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":19.5,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1127.56,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5568.2,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":18280.07,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":765.6,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":3285.55,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3820.67,\"5762\":1795.2,\"5763\":7152.0,\"5764\":416405.48,\"5765\":1947.6,\"5766\":3542.81,\"5767\":466.73,\"5768\":null,\"5769\":30.0,\"5770\":417.08,\"5771\":13266.0,\"5772\":13667.22,\"5773\":198.0,\"5774\":3087.97,\"5775\":1726.89,\"5776\":781.2,\"5777\":1804.5,\"5778\":812.0,\"5779\":20476.0,\"5780\":461134.69,\"5781\":501813.66,\"5782\":13680.0,\"5783\":643.17,\"5784\":11042.54,\"5785\":47767.91,\"5786\":7333.33,\"5787\":628.48,\"5788\":3699.84,\"5789\":867.6,\"5790\":11894.4,\"5791\":630.08,\"5792\":null,\"5793\":null,\"5794\":27107.08,\"5795\":18757.0,\"5796\":4568.86,\"5797\":253853.36,\"5798\":158048.84,\"5799\":5596.06,\"5800\":506220.0,\"5801\":182502.84,\"5802\":null,\"5803\":15099.57,\"5804\":395539.0,\"5805\":13967.59,\"5806\":18216.0,\"5807\":21827.44,\"5808\":10920.28,\"5809\":16282.5,\"5810\":77910.84,\"5811\":1215.5,\"5812\":2247.32,\"5813\":555.21,\"5814\":203060.0,\"5815\":null,\"5816\":2358.19,\"5817\":741.87,\"5818\":466.21,\"5819\":33887.6,\"5820\":null,\"5821\":2007.6,\"5822\":2199.6,\"5823\":null,\"5824\":933.68,\"5825\":902371.89,\"5826\":402527.28,\"5827\":444.0,\"5828\":6905.8,\"5829\":8387.83,\"5830\":791.67,\"5831\":191150.0,\"5832\":664.3,\"5833\":14328.0,\"5834\":22780.38,\"5835\":59777.43,\"5836\":69435.32,\"5837\":164301.58,\"5838\":0.5,\"5839\":345322.0,\"5840\":null,\"5841\":41697.79,\"5842\":7958.26,\"5843\":508.99,\"5844\":688.5,\"5845\":876.0,\"5846\":171656.28,\"5847\":3618.38,\"5848\":534.47,\"5849\":929.52,\"5850\":546.95,\"5851\":5286.0,\"5852\":427.44,\"5853\":1883.31,\"5854\":14144.09,\"5855\":16175.62,\"5856\":8332.8,\"5857\":981.35,\"5858\":375.94,\"5859\":2280.56,\"5860\":99.0,\"5861\":326.3,\"5862\":28891.84,\"5863\":37770.5,\"5864\":null,\"5865\":1232805.1000000001,\"5866\":92117.45,\"5867\":193211.3,\"5868\":1603.68,\"5869\":700.92,\"5870\":1072.38,\"5871\":1189.8,\"5872\":772092.9399999999,\"5873\":51951.64,\"5874\":534123.16,\"5875\":106410.0,\"5876\":154353.26,\"5877\":425295.88,\"5878\":83067.12,\"5879\":184499.98,\"5880\":2047.0,\"5881\":791.56,\"5882\":704.95,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":77519.71,\"5887\":164717.31,\"5888\":166633.2,\"5889\":null,\"5890\":19614.49,\"5891\":230087.79,\"5892\":22073.47,\"5893\":45205.54,\"5894\":48193.27,\"5895\":624.66,\"5896\":153363.85,\"5897\":null,\"5898\":7957.4,\"5899\":2297.26,\"5900\":29960.54,\"5901\":31963.55,\"5902\":58304.63,\"5903\":null,\"5904\":17156.1,\"5905\":652.86,\"5906\":5414.4,\"5907\":0.6,\"5908\":8659.2,\"5909\":6698.84,\"5910\":333.5,\"5911\":3840.0,\"5912\":9186.21,\"5913\":1038.84,\"5914\":1672.0,\"5915\":65.88,\"5916\":7568.0,\"5917\":6801.0,\"5918\":2576.2,\"5919\":5418.45,\"5920\":15058.51,\"5921\":10150.29,\"5922\":10229.51,\"5923\":449.53,\"5924\":13428.8,\"5925\":13139.2,\"5926\":null,\"5927\":1318.8,\"5928\":13806.0,\"5929\":19729.9,\"5930\":19646.1,\"5931\":10224.24,\"5932\":6451.2,\"5933\":7746.5,\"5934\":2374.0,\"5935\":3139.5,\"5936\":null,\"5937\":2845.2,\"5938\":4994.0,\"5939\":308.81,\"5940\":2095.18,\"5941\":339.71,\"5942\":1963.0,\"5943\":1195.9,\"5944\":16469.98,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":767.58,\"5951\":282.04,\"5952\":538.5,\"5953\":null,\"5954\":null,\"5955\":167.04,\"5956\":null,\"5957\":2000.0,\"5958\":6723.3,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9756.52,\"5964\":null,\"5965\":null,\"5966\":6443.82,\"5967\":null,\"5968\":180604.39,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":10631.35,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":3996.25,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":14873.75,\"5992\":15354.54,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":0.15,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1070.47,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":19096.1,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":null,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3864.67,\"6080\":1980.0,\"6081\":7142.4,\"6082\":400552.72,\"6083\":1688.4,\"6084\":2942.32,\"6085\":null,\"6086\":34.67,\"6087\":416.98,\"6088\":13959.0,\"6089\":13020.66,\"6090\":125.4,\"6091\":3085.66,\"6092\":1753.62,\"6093\":753.84,\"6094\":1476.0,\"6095\":813.0,\"6096\":15400.0,\"6097\":461166.97,\"6098\":498441.74,\"6099\":11448.0,\"6100\":925.98,\"6101\":9097.53,\"6102\":48259.84,\"6103\":6622.0,\"6104\":706.1,\"6105\":3699.2,\"6106\":865.0,\"6107\":12182.42,\"6108\":617.32,\"6109\":25683.24,\"6110\":null,\"6111\":26181.04,\"6112\":15863.0,\"6113\":4428.21,\"6114\":939.79,\"6115\":253716.0,\"6116\":159746.11,\"6117\":5478.69,\"6118\":null,\"6119\":null,\"6120\":60221.45,\"6121\":null,\"6122\":12628.87,\"6123\":395589.59,\"6124\":23589.06,\"6125\":17923.4,\"6126\":22345.69,\"6127\":11020.57,\"6128\":16846.37,\"6129\":108232.72,\"6130\":1146.99,\"6131\":1326.01,\"6132\":null,\"6133\":549.33,\"6134\":148885.0,\"6135\":null,\"6136\":2112.9,\"6137\":743.54,\"6138\":461.15,\"6139\":34363.77,\"6140\":162027.54,\"6141\":2691.15,\"6142\":2199.6,\"6143\":940.2,\"6144\":918450.08,\"6145\":601374.03,\"6146\":504.0,\"6147\":9059.6,\"6148\":8370.17,\"6149\":827.42,\"6150\":null,\"6151\":652.76,\"6152\":13248.0,\"6153\":35664.68,\"6154\":69526.94,\"6155\":164888.61,\"6156\":null,\"6157\":null,\"6158\":452390.08,\"6159\":41796.24,\"6160\":8570.44,\"6161\":465.83,\"6162\":685.8,\"6163\":1606.35,\"6164\":174205.93,\"6165\":3046.88,\"6166\":530.61,\"6167\":888.48,\"6168\":567.97,\"6169\":4074.0,\"6170\":423.36,\"6171\":19290.34,\"6172\":1532.37,\"6173\":14035.76,\"6174\":null,\"6175\":15595.37,\"6176\":9043.2,\"6177\":null,\"6178\":383.13,\"6179\":2431.2,\"6180\":112.2,\"6181\":304.81,\"6182\":28785.48,\"6183\":43282.38,\"6184\":null,\"6185\":1232891.6899999999,\"6186\":92823.34,\"6187\":227196.2,\"6188\":1604.64,\"6189\":660.88,\"6190\":1015.27,\"6191\":1150.2,\"6192\":770867.28,\"6193\":52082.71,\"6194\":532926.59,\"6195\":null,\"6196\":153273.5,\"6197\":425819.53,\"6198\":140922.05,\"6199\":124871.98,\"6200\":2057.0,\"6201\":792.54,\"6202\":620.13,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":70516.68,\"6207\":161772.44,\"6208\":162874.0,\"6209\":336669.12,\"6210\":19617.86,\"6211\":229787.83,\"6212\":22556.83,\"6213\":44937.2,\"6214\":47874.27,\"6215\":649.02,\"6216\":152018.43,\"6217\":1362.65,\"6218\":7638.4,\"6219\":2572.39,\"6220\":30047.88,\"6221\":32300.29,\"6222\":58510.99,\"6223\":18845.61,\"6224\":654.51,\"6225\":5407.2,\"6226\":null,\"6227\":8659.2,\"6228\":6517.67,\"6229\":337.59,\"6230\":3200.0,\"6231\":9142.99,\"6232\":1545.12,\"6233\":1561.12,\"6234\":194.17,\"6235\":14564.0,\"6236\":8572.0,\"6237\":2514.6,\"6238\":6960.57,\"6239\":15106.89,\"6240\":19238.59,\"6241\":19509.01,\"6242\":2089.12,\"6243\":15025.9,\"6244\":14708.8,\"6245\":null,\"6246\":null,\"6247\":12816.0,\"6248\":19729.86,\"6249\":19650.82,\"6250\":19597.33,\"6251\":6112.8,\"6252\":8509.6,\"6253\":4804.0,\"6254\":null,\"6255\":1506.4,\"6256\":null,\"6257\":3040.5,\"6258\":5769.0,\"6259\":308.81,\"6260\":2221.36,\"6261\":337.64,\"6262\":1964.0,\"6263\":1213.3,\"6264\":11804.74,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":null,\"6270\":759.0,\"6271\":null,\"6272\":495.44,\"6273\":287.4,\"6274\":null,\"6275\":null,\"6276\":34.08,\"6277\":null,\"6278\":2000.0,\"6279\":5508.7,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3879.65,\"6285\":null,\"6286\":null,\"6287\":2173.18,\"6288\":null,\"6289\":198722.8,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":3287.21,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":4667.94,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19850.76,\"6313\":19916.09,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1179.92,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":4987.4,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":718.23,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3263.7,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3864.67,\"6400\":1828.2,\"6401\":7142.4,\"6402\":397938.98,\"6403\":1695.6,\"6404\":2943.46,\"6405\":706.2,\"6406\":null,\"6407\":418.76,\"6408\":11473.0,\"6409\":12965.43,\"6410\":204.6,\"6411\":3073.29,\"6412\":1752.96,\"6413\":763.92,\"6414\":1724.4,\"6415\":811.0,\"6416\":16104.0,\"6417\":461497.27,\"6418\":501039.48,\"6419\":14256.0,\"6420\":575.52,\"6421\":11042.56,\"6422\":37063.66,\"6423\":5591.67,\"6424\":616.98,\"6425\":3700.16,\"6426\":881.07,\"6427\":12248.87,\"6428\":572.0,\"6429\":19890.28,\"6430\":null,\"6431\":26911.68,\"6432\":16706.0,\"6433\":6381.67,\"6434\":939.79,\"6435\":244855.83,\"6436\":158998.46,\"6437\":9030.91,\"6438\":378768.0,\"6439\":null,\"6440\":63752.97,\"6441\":null,\"6442\":13613.54,\"6443\":393765.18,\"6444\":14527.62,\"6445\":16295.4,\"6446\":23911.02,\"6447\":10171.74,\"6448\":17451.86,\"6449\":171247.37,\"6450\":1135.39,\"6451\":1898.0,\"6452\":291.83,\"6453\":null,\"6454\":null,\"6455\":2548.52,\"6456\":740.88,\"6457\":456.39,\"6458\":37757.84,\"6459\":163062.96,\"6460\":3979.37,\"6461\":2199.6,\"6462\":949.11,\"6463\":956812.36,\"6464\":599155.58,\"6465\":294.0,\"6466\":7521.8,\"6467\":6068.64,\"6468\":826.21,\"6469\":184590.0,\"6470\":608.29,\"6471\":15192.0,\"6472\":23020.5,\"6473\":69175.28,\"6474\":164585.83,\"6475\":null,\"6476\":590102.88,\"6477\":41265.66,\"6478\":8570.44,\"6479\":523.91,\"6480\":687.17,\"6481\":972.3,\"6482\":162815.07,\"6483\":3052.04,\"6484\":529.91,\"6485\":763.02,\"6486\":721.15,\"6487\":4896.0,\"6488\":419.76,\"6489\":1576.26,\"6490\":14157.0,\"6491\":null,\"6492\":15602.78,\"6493\":5899.2,\"6494\":383.66,\"6495\":2552.4,\"6496\":102.3,\"6497\":281.2,\"6498\":29639.88,\"6499\":47298.84,\"6500\":null,\"6501\":null,\"6502\":92694.08,\"6503\":194115.98,\"6504\":1600.5,\"6505\":587.62,\"6506\":1949.14,\"6507\":1159.2,\"6508\":774583.87,\"6509\":51917.77,\"6510\":532030.63,\"6511\":null,\"6512\":154512.91,\"6513\":424618.67,\"6514\":142926.24,\"6515\":115592.96,\"6516\":2058.0,\"6517\":414.68,\"6518\":741.85,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":78164.04,\"6523\":164364.82,\"6524\":168832.85,\"6525\":336384.73,\"6526\":19637.72,\"6527\":229487.87,\"6528\":22639.7,\"6529\":45374.26,\"6530\":47957.85,\"6531\":648.48,\"6532\":153340.53,\"6533\":1150.32,\"6534\":6703.4,\"6535\":2329.17,\"6536\":25530.88,\"6537\":32217.85,\"6538\":58723.85,\"6539\":18306.38,\"6540\":655.05,\"6541\":5623.2,\"6542\":null,\"6543\":8659.2,\"6544\":6653.96,\"6545\":292.05,\"6546\":null,\"6547\":9200.0,\"6548\":6212.86,\"6549\":1536.84,\"6550\":1565.96,\"6551\":123.42,\"6552\":11055.0,\"6553\":7746.0,\"6554\":2510.2,\"6555\":5906.82,\"6556\":17521.14,\"6557\":18633.0,\"6558\":18771.15,\"6559\":2781.83,\"6560\":13983.1,\"6561\":13723.8,\"6562\":null,\"6563\":13572.0,\"6564\":19542.62,\"6565\":19519.51,\"6566\":19404.81,\"6567\":5277.6,\"6568\":506.3,\"6569\":7879.2,\"6570\":4862.0,\"6571\":null,\"6572\":1288.6,\"6573\":null,\"6574\":2760.1,\"6575\":4898.0,\"6576\":308.81,\"6577\":2074.06,\"6578\":336.26,\"6579\":2022.0,\"6580\":1225.06,\"6581\":12192.52,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":null,\"6587\":859.32,\"6588\":null,\"6589\":459.36,\"6590\":690.9,\"6591\":null,\"6592\":null,\"6593\":108.48,\"6594\":null,\"6595\":2000.0,\"6596\":5490.9,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4080.52,\"6602\":null,\"6603\":null,\"6604\":null,\"6605\":5109.9,\"6606\":null,\"6607\":198117.04,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":7206.24,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5802.34,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":17854.91,\"6631\":18673.37,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2009.32,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5622.1,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":11.93,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1534.1,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3817.0,\"6718\":null,\"6719\":7138.8,\"6720\":402227.48,\"6721\":1857.6,\"6722\":3842.47,\"6723\":710.27,\"6724\":3.08,\"6725\":null,\"6726\":417.59,\"6727\":12826.0,\"6728\":13160.68,\"6729\":198.0,\"6730\":2013.99,\"6731\":1743.72,\"6732\":759.6,\"6733\":1690.2,\"6734\":811.0,\"6735\":17188.0,\"6736\":458297.15,\"6737\":500657.25,\"6738\":12696.0,\"6739\":1066.89,\"6740\":16238.89,\"6741\":52817.21,\"6742\":6728.33,\"6743\":756.13,\"6744\":3698.88,\"6745\":830.94,\"6746\":11777.64,\"6747\":627.66,\"6748\":27464.92,\"6749\":null,\"6750\":28075.99,\"6751\":18981.0,\"6752\":5643.81,\"6753\":939.79,\"6754\":248794.23,\"6755\":158524.85,\"6756\":6962.58,\"6757\":384240.0,\"6758\":510770.0,\"6759\":28505.54,\"6760\":null,\"6761\":15928.58,\"6762\":394990.81,\"6763\":14803.52,\"6764\":16324.0,\"6765\":24761.92,\"6766\":13129.57,\"6767\":15900.02,\"6768\":1448.01,\"6769\":1156.1,\"6770\":1883.97,\"6771\":551.96,\"6772\":159335.0,\"6773\":null,\"6774\":2071.73,\"6775\":738.32,\"6776\":454.74,\"6777\":44970.17,\"6778\":91023.22,\"6779\":2448.34,\"6780\":2199.6,\"6781\":null,\"6782\":940.17,\"6783\":994914.54,\"6784\":400791.84,\"6785\":168.0,\"6786\":7937.6,\"6787\":2255.16,\"6788\":805.04,\"6789\":null,\"6790\":605.57,\"6791\":14616.0,\"6792\":10598.3,\"6793\":69313.61,\"6794\":164774.64,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":12065.5,\"6800\":39575.06,\"6801\":8264.35,\"6802\":502.79,\"6803\":686.34,\"6804\":1171.35,\"6805\":161487.73,\"6806\":2212.0,\"6807\":534.17,\"6808\":722.88,\"6809\":583.73,\"6810\":4154.4,\"6811\":425.16,\"6812\":1356.45,\"6813\":19302.85,\"6814\":1902.6,\"6815\":15208.58,\"6816\":5932.8,\"6817\":376.46,\"6818\":2534.4,\"6819\":102.3,\"6820\":184.68,\"6821\":29762.98,\"6822\":47111.21,\"6823\":null,\"6824\":null,\"6825\":92427.58,\"6826\":121362.78,\"6827\":1597.62,\"6828\":597.3,\"6829\":1461.75,\"6830\":1150.2,\"6831\":59445.58,\"6832\":770874.27,\"6833\":52432.62,\"6834\":532569.73,\"6835\":44921.45,\"6836\":101620.0,\"6837\":154047.97,\"6838\":425527.32,\"6839\":141182.04,\"6840\":125298.38,\"6841\":2057.0,\"6842\":789.18,\"6843\":610.67,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":77456.4,\"6848\":165115.88,\"6849\":170668.05,\"6850\":null,\"6851\":19806.56,\"6852\":230317.75,\"6853\":22577.8,\"6854\":45325.05,\"6855\":47620.77,\"6856\":646.56,\"6857\":151090.6,\"6858\":1024.56,\"6859\":6679.2,\"6860\":2835.82,\"6861\":30732.8,\"6862\":32282.96,\"6863\":58733.21,\"6864\":19574.73,\"6865\":655.89,\"6866\":5630.4,\"6867\":null,\"6868\":null,\"6869\":8659.2,\"6870\":6734.15,\"6871\":317.99,\"6872\":null,\"6873\":8480.0,\"6874\":9303.68,\"6875\":1612.56,\"6876\":1679.92,\"6877\":174.64,\"6878\":null,\"6879\":15094.0,\"6880\":8293.0,\"6881\":2514.6,\"6882\":5906.08,\"6883\":16549.77,\"6884\":17095.03,\"6885\":17743.09,\"6886\":1814.71,\"6887\":17024.4,\"6888\":16652.7,\"6889\":null,\"6890\":12870.0,\"6891\":19530.51,\"6892\":19526.51,\"6893\":19394.17,\"6894\":4942.8,\"6895\":467.9,\"6896\":11937.0,\"6897\":4532.0,\"6898\":1255.9,\"6899\":null,\"6900\":2802.0,\"6901\":5566.0,\"6902\":308.81,\"6903\":2085.97,\"6904\":336.03,\"6905\":2011.0,\"6906\":347.51,\"6907\":11327.69,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":935.88,\"6914\":334.4,\"6915\":834.3,\"6916\":null,\"6917\":null,\"6918\":153.12,\"6919\":null,\"6920\":2000.0,\"6921\":5292.6,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":5234.09,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":7999.57,\"6931\":null,\"6932\":198447.4,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":10245.29,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5200.13,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19823.99,\"6956\":19934.21,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1515.91,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":4719.0,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":2944.62,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3817.0,\"7042\":1854.6,\"7043\":7164.0,\"7044\":187501.43,\"7045\":1857.6,\"7046\":3642.38,\"7047\":711.37,\"7048\":0.97,\"7049\":417.64,\"7050\":12441.0,\"7051\":15083.57,\"7052\":null,\"7053\":3052.0,\"7054\":1752.96,\"7055\":738.81,\"7056\":1602.0,\"7057\":2216.0,\"7058\":16392.0,\"7059\":431529.67,\"7060\":500478.41,\"7061\":12480.0,\"7062\":925.65,\"7063\":17325.26,\"7064\":65767.95,\"7065\":6684.33,\"7066\":907.64,\"7067\":2959.36,\"7068\":977.99,\"7069\":12949.11,\"7070\":643.94,\"7071\":28234.66,\"7072\":null,\"7073\":27038.28,\"7074\":15735.0,\"7075\":6614.33,\"7076\":938.8,\"7077\":246108.84,\"7078\":160167.9,\"7079\":8343.23,\"7080\":231144.0,\"7081\":null,\"7082\":246712.0,\"7083\":null,\"7084\":35868.85,\"7085\":32845.07,\"7086\":null,\"7087\":16746.4,\"7088\":23664.21,\"7089\":10257.31,\"7090\":17109.53,\"7091\":171152.48,\"7092\":1367.65,\"7093\":1859.11,\"7094\":535.33,\"7095\":136455.0,\"7096\":null,\"7097\":2148.09,\"7098\":744.03,\"7099\":451.94,\"7100\":35953.99,\"7101\":163029.09,\"7102\":null,\"7103\":1921.8,\"7104\":941.44,\"7105\":1006158.4399999999,\"7106\":0.01,\"7107\":258.0,\"7108\":7975.0,\"7109\":2233.33,\"7110\":805.04,\"7111\":182220.0,\"7112\":631.49,\"7113\":14616.0,\"7114\":null,\"7115\":36250.25,\"7116\":69490.81,\"7117\":164629.88,\"7118\":1423.5,\"7119\":403006.0,\"7120\":40435.55,\"7121\":8264.35,\"7122\":476.39,\"7123\":614.05,\"7124\":993.75,\"7125\":160508.19,\"7126\":2203.39,\"7127\":528.53,\"7128\":1015.38,\"7129\":762.42,\"7130\":3602.4,\"7131\":425.52,\"7132\":1539.83,\"7133\":19264.11,\"7134\":null,\"7135\":18089.3,\"7136\":7185.6,\"7137\":378.05,\"7138\":2476.8,\"7139\":231.0,\"7140\":307.96,\"7141\":29196.97,\"7142\":50161.54,\"7143\":null,\"7144\":1232859.5600000001,\"7145\":92420.65,\"7146\":141156.96,\"7147\":1549.02,\"7148\":711.26,\"7149\":1714.06,\"7150\":1558.8,\"7151\":33117.11,\"7152\":772656.9399999999,\"7153\":51948.7,\"7154\":532400.9300000001,\"7155\":null,\"7156\":null,\"7157\":154657.5,\"7158\":424251.42,\"7159\":143875.22,\"7160\":72452.13,\"7161\":2048.0,\"7162\":789.6,\"7163\":2216.56,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":77358.21,\"7168\":164662.49,\"7169\":168940.15,\"7170\":266020.61,\"7171\":19800.69,\"7172\":101145.83,\"7173\":22582.14,\"7174\":45236.7,\"7175\":48035.2,\"7176\":646.08,\"7177\":151189.18,\"7178\":1115.98,\"7179\":6600.0,\"7180\":3026.13,\"7181\":30167.21,\"7182\":31681.81,\"7183\":57964.84,\"7184\":null,\"7185\":19375.94,\"7186\":654.12,\"7187\":5626.8,\"7188\":null,\"7189\":8659.2,\"7190\":6761.54,\"7191\":376.13,\"7192\":6800.0,\"7193\":9484.21,\"7194\":983.28,\"7195\":1718.2,\"7196\":122.89,\"7197\":null,\"7198\":11060.0,\"7199\":9861.0,\"7200\":2580.6,\"7201\":5419.01,\"7202\":16560.78,\"7203\":11267.03,\"7204\":11861.72,\"7205\":2610.96,\"7206\":13363.4,\"7207\":13080.5,\"7208\":null,\"7209\":13626.0,\"7210\":19739.35,\"7211\":19660.99,\"7212\":19584.99,\"7213\":7286.4,\"7214\":447.4,\"7215\":10967.5,\"7216\":4960.0,\"7217\":99.27,\"7218\":3262.7,\"7219\":null,\"7220\":3231.0,\"7221\":5783.0,\"7222\":308.81,\"7223\":1437.79,\"7224\":334.88,\"7225\":1963.0,\"7226\":1353.03,\"7227\":10984.94,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":null,\"7233\":807.84,\"7234\":325.6,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":254.4,\"7239\":null,\"7240\":2000.0,\"7241\":5082.7,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4579.83,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":7985.3,\"7251\":null,\"7252\":8531.26,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":11684.09,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3491.27,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19888.4,\"7276\":19943.66,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":0.15,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1326.49,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5518.7,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":21.33,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3875.67,\"7363\":2085.6,\"7364\":7168.8,\"7365\":81394.9,\"7366\":1857.6,\"7367\":3641.12,\"7368\":710.38,\"7369\":54.56,\"7370\":431.04,\"7371\":12430.0,\"7372\":16049.12,\"7373\":204.6,\"7374\":2183.44,\"7375\":1724.91,\"7376\":765.09,\"7377\":2409.3,\"7378\":2278.0,\"7379\":16096.0,\"7380\":60615.24,\"7381\":502610.91,\"7382\":13952.0,\"7383\":1511.73,\"7384\":15446.76,\"7385\":33426.43,\"7386\":8096.0,\"7387\":1171.28,\"7388\":3697.92,\"7389\":953.8,\"7390\":21424.65,\"7391\":631.4,\"7392\":null,\"7393\":null,\"7394\":27097.84,\"7395\":16036.0,\"7396\":5051.36,\"7397\":940.78,\"7398\":245896.16,\"7399\":158170.98,\"7400\":6374.49,\"7401\":512100.0,\"7402\":null,\"7403\":17304.18,\"7404\":66674.16,\"7405\":16259.86,\"7406\":18356.8,\"7407\":23689.65,\"7408\":11117.48,\"7409\":16968.92,\"7410\":171202.35,\"7411\":1436.17,\"7412\":1761.07,\"7413\":534.58,\"7414\":84590.0,\"7415\":null,\"7416\":2622.0,\"7417\":743.64,\"7418\":400.35,\"7419\":50992.86,\"7420\":157836.59,\"7421\":1672.39,\"7422\":1923.6,\"7423\":861.36,\"7424\":1125379.0700000001,\"7425\":105379.21,\"7426\":402.0,\"7427\":6958.6,\"7428\":7564.96,\"7429\":818.84,\"7430\":206970.0,\"7431\":642.43,\"7432\":14688.0,\"7433\":35986.63,\"7434\":69274.25,\"7435\":164680.24,\"7436\":null,\"7437\":548255.64,\"7438\":null,\"7439\":null,\"7440\":8570.44,\"7441\":485.36,\"7442\":696.89,\"7443\":835.05,\"7444\":81001.22,\"7445\":2212.0,\"7446\":548.36,\"7447\":998.28,\"7448\":633.01,\"7449\":3784.8,\"7450\":426.24,\"7451\":1472.52,\"7452\":19353.06,\"7453\":4492.8,\"7454\":19761.15,\"7455\":9038.4,\"7456\":381.35,\"7457\":2516.4,\"7458\":237.6,\"7459\":339.56,\"7460\":30035.37,\"7461\":48916.15,\"7462\":null,\"7463\":1238723.23,\"7464\":136637.64,\"7465\":819067.39,\"7466\":1607.52,\"7467\":749.32,\"7468\":1430.8,\"7469\":1292.4,\"7470\":null,\"7471\":493477.75,\"7472\":515869.68,\"7473\":208630.0,\"7474\":152836.44,\"7475\":null,\"7476\":139379.85,\"7477\":72690.04,\"7478\":2047.0,\"7479\":791.14,\"7480\":2138.48,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54918.36,\"7485\":159883.45,\"7486\":164463.15,\"7487\":null,\"7488\":19811.5,\"7489\":230207.77,\"7490\":22602.01,\"7491\":45206.22,\"7492\":48004.71,\"7493\":644.88,\"7494\":153079.17,\"7495\":952.59,\"7496\":9675.6,\"7497\":2653.09,\"7498\":30196.54,\"7499\":31775.06,\"7500\":58050.77,\"7501\":57580.46,\"7502\":19421.08,\"7503\":653.13,\"7504\":5241.6,\"7505\":null,\"7506\":8659.2,\"7507\":6745.86,\"7508\":470.38,\"7509\":2121.42,\"7510\":8720.0,\"7511\":9501.16,\"7512\":1620.24,\"7513\":1790.36,\"7514\":116.16,\"7515\":9270.0,\"7516\":7327.0,\"7517\":2497.0,\"7518\":5296.69,\"7519\":16414.91,\"7520\":11101.66,\"7521\":11712.49,\"7522\":1087.39,\"7523\":14785.1,\"7524\":14472.0,\"7525\":null,\"7526\":13896.0,\"7527\":19625.91,\"7528\":18586.05,\"7529\":19471.34,\"7530\":2178.0,\"7531\":541.3,\"7532\":8898.5,\"7533\":12104.0,\"7534\":24.82,\"7535\":1375.0,\"7536\":null,\"7537\":2901.8,\"7538\":943.0,\"7539\":308.81,\"7540\":1445.05,\"7541\":333.5,\"7542\":1913.0,\"7543\":1761.23,\"7544\":13102.57,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":54.27,\"7550\":784.08,\"7551\":341.88,\"7552\":null,\"7553\":null,\"7554\":121.92,\"7555\":null,\"7556\":2000.0,\"7557\":5905.1,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":9215.0,\"7566\":null,\"7567\":182193.9,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":10593.19,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4566.91,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19909.11,\"7591\":19948.39,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1247.35,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":9350.54,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":3958.3,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3872.0,\"7679\":1887.6,\"7680\":7164.0,\"7681\":400459.77,\"7682\":1677.6,\"7683\":3343.85,\"7684\":708.62,\"7685\":null,\"7686\":1140.0,\"7687\":430.66,\"7688\":4917.0,\"7689\":14512.15,\"7690\":null,\"7691\":2067.78,\"7692\":1773.75,\"7693\":720.22,\"7694\":1792.8,\"7695\":1495.0,\"7696\":16616.0,\"7697\":60600.76,\"7698\":502327.98,\"7699\":13776.0,\"7700\":749.43,\"7701\":6987.83,\"7702\":28540.99,\"7703\":8114.33,\"7704\":1033.85,\"7705\":3698.56,\"7706\":878.32,\"7707\":14999.59,\"7708\":636.68,\"7709\":33718.53,\"7710\":null,\"7711\":24169.2,\"7712\":16118.0,\"7713\":4556.48,\"7714\":939.79,\"7715\":245159.17,\"7716\":157581.31,\"7717\":5680.53,\"7718\":null,\"7719\":null,\"7720\":15000.92,\"7721\":395500.79,\"7722\":23732.02,\"7723\":18370.0,\"7724\":21409.9,\"7725\":10258.84,\"7726\":17386.82,\"7727\":169175.05,\"7728\":1375.72,\"7729\":1470.22,\"7730\":541.96,\"7731\":null,\"7732\":null,\"7733\":2186.38,\"7734\":736.45,\"7735\":434.17,\"7736\":34180.47,\"7737\":90420.06,\"7738\":null,\"7739\":1909.2,\"7740\":null,\"7741\":855.66,\"7742\":1065104.25,\"7743\":549524.75,\"7744\":228.0,\"7745\":9101.4,\"7746\":7521.8,\"7747\":816.97,\"7748\":204990.0,\"7749\":627.77,\"7750\":12420.0,\"7751\":34583.55,\"7752\":69249.55,\"7753\":165065.2,\"7754\":2932.0,\"7755\":301024.0,\"7756\":74990.35,\"7757\":39971.66,\"7758\":8876.52,\"7759\":512.82,\"7760\":null,\"7761\":823.05,\"7762\":81895.71,\"7763\":2212.0,\"7764\":440.06,\"7765\":989.46,\"7766\":552.64,\"7767\":3909.6,\"7768\":425.52,\"7769\":19286.67,\"7770\":1552.38,\"7771\":19211.74,\"7772\":4484.25,\"7773\":18673.54,\"7774\":6494.4,\"7775\":378.97,\"7776\":2520.0,\"7777\":237.6,\"7778\":306.16,\"7779\":30252.77,\"7780\":47439.24,\"7781\":null,\"7782\":1232007.1499999999,\"7783\":138315.74,\"7784\":537133.0600000001,\"7785\":1611.78,\"7786\":706.42,\"7787\":1256.08,\"7788\":1123.2,\"7789\":515795.91,\"7790\":203185.96,\"7791\":null,\"7792\":null,\"7793\":143362.78,\"7794\":120539.57,\"7795\":2040.0,\"7796\":791.14,\"7797\":2078.66,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55007.91,\"7802\":152418.9,\"7803\":161971.2,\"7804\":19805.62,\"7805\":22607.72,\"7806\":44628.36,\"7807\":47932.69,\"7808\":645.18,\"7809\":153060.7,\"7810\":744.29,\"7811\":5150.2,\"7812\":2948.65,\"7813\":30496.61,\"7814\":null,\"7815\":57886.23,\"7816\":57985.61,\"7817\":19318.28,\"7818\":652.2,\"7819\":8812.8,\"7820\":1.8,\"7821\":8659.2,\"7822\":6762.53,\"7823\":412.5,\"7824\":1144.01,\"7825\":null,\"7826\":4936.92,\"7827\":1613.52,\"7828\":1738.88,\"7829\":134.11,\"7830\":16387.0,\"7831\":16192.0,\"7832\":3212.0,\"7833\":8235.31,\"7834\":14311.24,\"7835\":11653.11,\"7836\":12306.95,\"7837\":290.11,\"7838\":15820.4,\"7839\":15481.7,\"7840\":null,\"7841\":12798.0,\"7842\":19386.67,\"7843\":19384.41,\"7844\":19189.0,\"7845\":954.0,\"7846\":845.1,\"7847\":10043.0,\"7848\":4660.0,\"7849\":null,\"7850\":1351.2,\"7851\":null,\"7852\":2803.9,\"7853\":6312.0,\"7854\":308.81,\"7855\":1992.23,\"7856\":503.24,\"7857\":2146.0,\"7858\":1341.89,\"7859\":16633.42,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":215.6,\"7865\":799.92,\"7866\":321.64,\"7867\":918.3,\"7868\":null,\"7869\":null,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":7324.3,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4178.09,\"7879\":null,\"7880\":null,\"7881\":8396.88,\"7882\":null,\"7883\":199101.58,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":9979.48,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":1122.06,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19988.12,\"7905\":19981.6,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":null,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1302.24,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":4049.15,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3864.67,\"7993\":null,\"7994\":7164.0,\"7995\":179261.96,\"7996\":4651.2,\"7997\":5035.2,\"7998\":500.94,\"7999\":null,\"8000\":null,\"8001\":346.31,\"8002\":12441.0,\"8003\":null,\"8004\":null,\"8005\":810.32,\"8006\":null,\"8007\":738.72,\"8008\":995.4,\"8009\":811.0,\"8010\":15504.0,\"8011\":60656.33,\"8012\":500642.18,\"8013\":12288.0,\"8014\":868.23,\"8015\":12036.86,\"8016\":50556.82,\"8017\":6592.67,\"8018\":1053.69,\"8019\":3698.24,\"8020\":855.85,\"8021\":13055.75,\"8022\":633.82,\"8023\":20430.83,\"8024\":null,\"8025\":28102.3,\"8026\":16090.0,\"8027\":8470.85,\"8028\":937.81,\"8029\":245329.34,\"8030\":157041.48,\"8031\":8003.96,\"8032\":509590.0,\"8033\":401842.26,\"8034\":null,\"8035\":48335.5,\"8036\":395812.79,\"8037\":15477.44,\"8038\":18548.2,\"8039\":15534.61,\"8040\":12868.32,\"8041\":18042.78,\"8042\":170430.36,\"8043\":370.12,\"8044\":1401.33,\"8045\":552.5,\"8046\":null,\"8047\":1139.77,\"8048\":733.5,\"8049\":408.18,\"8050\":29525.38,\"8051\":90483.23,\"8052\":521.19,\"8053\":1861.8,\"8054\":14520.0,\"8055\":775.96,\"8056\":1140833.3700000001,\"8057\":602477.48,\"8058\":456.0,\"8059\":7455.8,\"8060\":7538.81,\"8061\":827.97,\"8062\":205100.0,\"8063\":600.24,\"8064\":14436.0,\"8065\":34707.8,\"8066\":69256.62,\"8067\":165084.8,\"8068\":null,\"8069\":20010.0,\"8070\":578957.51,\"8071\":39867.24,\"8072\":8417.39,\"8073\":370.0,\"8074\":696.85,\"8075\":825.0,\"8076\":347862.35,\"8077\":2224.05,\"8078\":542.65,\"8079\":1021.32,\"8080\":1052.1,\"8081\":2390.4,\"8082\":412.08,\"8083\":1168.57,\"8084\":19478.61,\"8085\":4349.7,\"8086\":19069.73,\"8087\":7684.8,\"8088\":365.57,\"8089\":2493.0,\"8090\":260.7,\"8091\":326.73,\"8092\":29834.52,\"8093\":47951.76,\"8094\":null,\"8095\":1239328.5800000001,\"8096\":134762.37,\"8097\":414356.53,\"8098\":1425.12,\"8099\":692.34,\"8100\":1277.03,\"8101\":997.2,\"8102\":426526.56,\"8103\":518305.77,\"8104\":140757.64,\"8105\":114718.8,\"8106\":2039.0,\"8107\":791.0,\"8108\":1478.36,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54853.65,\"8113\":160165.76,\"8114\":162642.75,\"8115\":18779.82,\"8116\":102505.64,\"8117\":29063.92,\"8118\":44847.01,\"8119\":48904.23,\"8120\":615.78,\"8121\":151985.11,\"8122\":1034.32,\"8123\":5720.0,\"8124\":2874.85,\"8125\":30168.73,\"8126\":49640.98,\"8127\":57035.96,\"8128\":19310.45,\"8129\":654.63,\"8130\":13662.0,\"8131\":30.0,\"8132\":8659.2,\"8133\":6775.89,\"8134\":403.99,\"8135\":469.52,\"8136\":7120.0,\"8137\":4907.54,\"8138\":1699.08,\"8139\":null,\"8140\":119.59,\"8141\":13049.0,\"8142\":9869.0,\"8143\":2934.8,\"8144\":14275.15,\"8145\":16229.2,\"8146\":11936.02,\"8147\":12595.93,\"8148\":1563.61,\"8149\":15009.0,\"8150\":14691.5,\"8151\":null,\"8152\":11358.0,\"8153\":19587.02,\"8154\":19521.03,\"8155\":19451.15,\"8156\":6490.8,\"8157\":620.1,\"8158\":10187.0,\"8159\":4786.0,\"8160\":1704.5,\"8161\":null,\"8162\":3310.7,\"8163\":5427.0,\"8164\":308.81,\"8165\":2029.9,\"8166\":333.5,\"8167\":2782.0,\"8168\":273.65,\"8169\":13790.55,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":769.56,\"8176\":null,\"8177\":314.6,\"8178\":483.9,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5844.7,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":5692.61,\"8193\":null,\"8194\":198561.78,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":8016.87,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":1316.34,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19944.1,\"8218\":19954.85,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1410.31,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":18826.0,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":3482.78,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3861.0,\"8305\":2501.4,\"8306\":7174.8,\"8307\":222282.44,\"8308\":10566.0,\"8309\":5118.69,\"8310\":712.14,\"8311\":19.01,\"8312\":null,\"8313\":431.12,\"8314\":12507.0,\"8315\":14761.73,\"8316\":191.4,\"8317\":2127.34,\"8318\":1735.8,\"8319\":768.55,\"8320\":2223.0,\"8321\":809.0,\"8322\":15812.0,\"8323\":60620.65,\"8324\":506055.6,\"8325\":12168.0,\"8326\":715.44,\"8327\":17327.8,\"8328\":38692.52,\"8329\":6644.0,\"8330\":852.15,\"8331\":3699.52,\"8332\":845.85,\"8333\":17615.76,\"8334\":632.94,\"8335\":null,\"8336\":null,\"8337\":26033.69,\"8338\":17553.0,\"8339\":7918.15,\"8340\":941.78,\"8341\":245183.16,\"8342\":158033.08,\"8343\":8930.96,\"8344\":505830.0,\"8345\":179061.1,\"8346\":null,\"8347\":27920.43,\"8348\":395775.03,\"8349\":19267.58,\"8350\":18700.0,\"8351\":null,\"8352\":10895.91,\"8353\":16343.4,\"8354\":170273.07,\"8355\":1340.53,\"8356\":1618.76,\"8357\":532.83,\"8358\":null,\"8359\":2420.87,\"8360\":727.69,\"8361\":425.49,\"8362\":37730.33,\"8363\":90437.42,\"8364\":4041.98,\"8365\":2127.6,\"8366\":14614.6,\"8367\":867.79,\"8368\":1176719.6200000001,\"8369\":600096.53,\"8370\":390.0,\"8371\":8958.4,\"8372\":5910.1,\"8373\":825.22,\"8374\":205090.0,\"8375\":572.84,\"8376\":13716.0,\"8377\":35055.31,\"8378\":69509.29,\"8379\":165045.88,\"8380\":1150.0,\"8381\":559816.35,\"8382\":33709.85,\"8383\":8723.48,\"8384\":490.64,\"8385\":689.54,\"8386\":1133.7,\"8387\":349782.71,\"8388\":2222.33,\"8389\":526.58,\"8390\":1085.4,\"8391\":1118.37,\"8392\":5266.8,\"8393\":411.12,\"8394\":1421.06,\"8395\":19592.67,\"8396\":4358.7,\"8397\":19967.37,\"8398\":6873.6,\"8399\":368.81,\"8400\":2766.6,\"8401\":264.0,\"8402\":293.49,\"8403\":30014.47,\"8404\":50214.19,\"8405\":null,\"8406\":1241312.4199999999,\"8407\":137953.86,\"8408\":715087.53,\"8409\":1613.16,\"8410\":593.78,\"8411\":1289.17,\"8412\":981.0,\"8413\":null,\"8414\":539522.39,\"8415\":122943.38,\"8416\":226817.01,\"8417\":143218.64,\"8418\":116304.72,\"8419\":2064.0,\"8420\":790.3,\"8421\":3334.93,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":160502.37,\"8426\":164838.7,\"8427\":19825.32,\"8428\":22400.45,\"8429\":44873.86,\"8430\":47581.86,\"8431\":646.8,\"8432\":152094.97,\"8433\":1076.68,\"8434\":7191.8,\"8435\":2732.06,\"8436\":28074.91,\"8437\":41516.32,\"8438\":58247.9,\"8439\":19307.28,\"8440\":653.37,\"8441\":10047.6,\"8442\":0.6,\"8443\":8659.2,\"8444\":6779.36,\"8445\":373.96,\"8446\":null,\"8447\":5280.0,\"8448\":9428.23,\"8449\":1711.32,\"8450\":1680.8,\"8451\":162.1,\"8452\":null,\"8453\":10655.0,\"8454\":16764.0,\"8455\":2629.0,\"8456\":13348.8,\"8457\":16942.0,\"8458\":14177.63,\"8459\":12646.38,\"8460\":1203.11,\"8461\":13268.5,\"8462\":12992.9,\"8463\":null,\"8464\":null,\"8465\":19565.26,\"8466\":19497.4,\"8467\":19428.81,\"8468\":5086.8,\"8469\":617.8,\"8470\":null,\"8471\":1792.0,\"8472\":1491.8,\"8473\":null,\"8474\":3213.4,\"8475\":6693.0,\"8476\":308.81,\"8477\":2242.69,\"8478\":330.28,\"8479\":2088.0,\"8480\":1401.64,\"8481\":13380.75,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":41.07,\"8487\":747.12,\"8488\":null,\"8489\":326.48,\"8490\":402.0,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5696.2,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4229.74,\"8501\":null,\"8502\":null,\"8503\":null,\"8504\":null,\"8505\":184157.16,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":9471.26,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":884.22,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19971.2,\"8529\":19965.06,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":6.45,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1324.02,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5536.3,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":1364.91,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":4468.9,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3872.0,\"8617\":null,\"8618\":7188.0,\"8619\":403832.21,\"8620\":5878.8,\"8621\":4146.42,\"8622\":709.28,\"8623\":null,\"8624\":null,\"8625\":432.48,\"8626\":13123.0,\"8627\":15757.13,\"8628\":184.8,\"8629\":2156.55,\"8630\":1697.52,\"8631\":770.8,\"8632\":4335.3,\"8633\":810.0,\"8634\":17236.0,\"8635\":60662.91,\"8636\":504351.38,\"8637\":13056.0,\"8638\":660.99,\"8639\":11142.44,\"8640\":34775.91,\"8641\":6695.33,\"8642\":1057.43,\"8643\":3700.16,\"8644\":851.02,\"8645\":14938.49,\"8646\":620.62,\"8647\":null,\"8648\":null,\"8649\":28287.74,\"8650\":18092.0,\"8651\":5569.08,\"8652\":942.77,\"8653\":248463.97,\"8654\":157762.94,\"8655\":6653.24,\"8656\":509270.0,\"8657\":43074.94,\"8658\":null,\"8659\":18068.0,\"8660\":395804.02,\"8661\":15332.48,\"8662\":18726.4,\"8663\":null,\"8664\":11898.49,\"8665\":17150.12,\"8666\":170277.36,\"8667\":1198.53,\"8668\":1372.74,\"8669\":547.08,\"8670\":null,\"8671\":2250.21,\"8672\":723.56,\"8673\":410.4,\"8674\":31978.58,\"8675\":null,\"8676\":4255.26,\"8677\":1930.2,\"8678\":14586.0,\"8679\":878.38,\"8680\":1130679.95,\"8681\":598405.75,\"8682\":324.0,\"8683\":7840.8,\"8684\":7598.54,\"8685\":824.89,\"8686\":205030.0,\"8687\":613.22,\"8688\":11196.0,\"8689\":35433.0,\"8690\":69503.03,\"8691\":165189.92,\"8692\":404754.0,\"8693\":559320.58,\"8694\":0.01,\"8695\":null,\"8696\":3826.09,\"8697\":555.19,\"8698\":689.76,\"8699\":1257.15,\"8700\":350008.86,\"8701\":2220.61,\"8702\":527.44,\"8703\":1019.88,\"8704\":14.9,\"8705\":null,\"8706\":411.6,\"8707\":2095.34,\"8708\":19463.54,\"8709\":4357.35,\"8710\":19800.94,\"8711\":11083.2,\"8712\":371.51,\"8713\":1932.51,\"8714\":247.5,\"8715\":277.85,\"8716\":29394.98,\"8717\":49879.5,\"8718\":null,\"8719\":659199.9,\"8720\":136147.57,\"8721\":820446.85,\"8722\":1613.88,\"8723\":705.98,\"8724\":1181.1,\"8725\":1011.6,\"8726\":459735.26,\"8727\":66594.8,\"8728\":126911.51,\"8729\":143673.91,\"8730\":116351.88,\"8731\":2063.0,\"8732\":788.62,\"8733\":3306.9,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":155392.41,\"8738\":169073.35,\"8739\":19826.18,\"8740\":null,\"8741\":22410.14,\"8742\":45112.28,\"8743\":47757.89,\"8744\":636.21,\"8745\":153001.77,\"8746\":1041.71,\"8747\":7361.2,\"8748\":2708.75,\"8749\":30040.71,\"8750\":57558.15,\"8751\":null,\"8752\":19386.51,\"8753\":653.01,\"8754\":10029.6,\"8755\":176.4,\"8756\":8659.2,\"8757\":6742.89,\"8758\":402.86,\"8759\":250.73,\"8760\":4320.0,\"8761\":9366.13,\"8762\":1688.64,\"8763\":1789.04,\"8764\":136.49,\"8765\":null,\"8766\":9599.0,\"8767\":13987.0,\"8768\":3289.0,\"8769\":14835.77,\"8770\":15416.13,\"8771\":10234.04,\"8772\":10226.41,\"8773\":737.0,\"8774\":13372.8,\"8775\":13096.6,\"8776\":null,\"8777\":19747.24,\"8778\":19328.67,\"8779\":19610.48,\"8780\":5886.0,\"8781\":586.5,\"8782\":null,\"8783\":5054.0,\"8784\":1277.2,\"8785\":null,\"8786\":5800.9,\"8787\":6869.0,\"8788\":308.81,\"8789\":2133.17,\"8790\":328.44,\"8791\":2156.0,\"8792\":1368.4,\"8793\":12649.84,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":274.27,\"8799\":750.42,\"8800\":null,\"8801\":526.24,\"8802\":667.5,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5377.1,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3931.3,\"8813\":null,\"8814\":null,\"8815\":5529.38,\"8816\":null,\"8817\":199287.46,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":7852.57,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19942.18,\"8841\":19889.82,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1232.22,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2064.25,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3864.67,\"8929\":2349.6,\"8930\":7218.0,\"8931\":229978.31,\"8932\":8722.8,\"8933\":4929.54,\"8934\":707.19,\"8935\":null,\"8936\":null,\"8937\":428.99,\"8938\":11605.0,\"8939\":19618.27,\"8940\":184.8,\"8941\":2164.8,\"8942\":1757.91,\"8943\":788.26,\"8944\":null,\"8945\":809.0,\"8946\":17276.0,\"8947\":372312.11,\"8948\":500393.63,\"8949\":17808.0,\"8950\":656.7,\"8951\":11141.58,\"8952\":33503.91,\"8953\":8151.0,\"8954\":383.53,\"8955\":3699.2,\"8956\":868.58,\"8957\":33848.81,\"8958\":628.76,\"8959\":32301.69,\"8960\":null,\"8961\":29065.79,\"8962\":16547.0,\"8963\":4810.85,\"8964\":942.77,\"8965\":245709.24,\"8966\":null,\"8967\":5992.12,\"8968\":508790.0,\"8969\":107486.79,\"8970\":null,\"8971\":17577.29,\"8972\":371976.55,\"8973\":14439.97,\"8974\":16051.2,\"8975\":788.1,\"8976\":13846.64,\"8977\":12601.08,\"8978\":147164.76,\"8979\":1419.61,\"8980\":1570.93,\"8981\":538.83,\"8982\":null,\"8983\":null,\"8984\":2512.41,\"8985\":725.53,\"8986\":457.65,\"8987\":79416.69,\"8988\":4064.16,\"8989\":2758.2,\"8990\":null,\"8991\":838.89,\"8992\":1155322.6799999999,\"8993\":602188.13,\"8994\":132.0,\"8995\":6890.4,\"8996\":7581.53,\"8997\":816.97,\"8998\":179090.0,\"8999\":531.0,\"9000\":14256.0,\"9001\":39599.27,\"9002\":64711.6,\"9003\":164979.74,\"9004\":1297.0,\"9005\":402316.0,\"9006\":null,\"9007\":38696.2,\"9008\":2601.74,\"9009\":606.67,\"9010\":695.23,\"9011\":2630.1,\"9012\":81394.19,\"9013\":2224.05,\"9014\":513.61,\"9015\":null,\"9016\":1181.6,\"9017\":9704.4,\"9018\":411.36,\"9019\":1965.96,\"9020\":19505.15,\"9021\":4355.1,\"9022\":19735.68,\"9023\":13132.8,\"9024\":372.57,\"9025\":2685.6,\"9026\":255.75,\"9027\":260.54,\"9028\":29624.82,\"9029\":47743.54,\"9030\":null,\"9031\":1211502.75,\"9032\":135524.13,\"9033\":691808.4,\"9034\":380.28,\"9035\":793.54,\"9036\":1138.82,\"9037\":1287.0,\"9038\":251020.73,\"9039\":65658.21,\"9040\":225340.62,\"9041\":141475.07,\"9042\":118726.2,\"9043\":2047.0,\"9044\":789.04,\"9045\":null,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54603.94,\"9050\":157744.07,\"9051\":164544.55,\"9052\":19813.77,\"9053\":17872.86,\"9054\":null,\"9055\":44467.38,\"9056\":47573.5,\"9057\":662.16,\"9058\":153168.06,\"9059\":912.21,\"9060\":4576.0,\"9061\":1963.47,\"9062\":27986.49,\"9063\":51111.63,\"9064\":19367.91,\"9065\":652.08,\"9066\":12805.2,\"9067\":10.8,\"9068\":8659.2,\"9069\":6784.47,\"9070\":418.97,\"9071\":5.84,\"9072\":4800.0,\"9073\":9506.41,\"9074\":1641.12,\"9075\":1752.96,\"9076\":159.85,\"9077\":12841.0,\"9078\":13106.0,\"9079\":4780.6,\"9080\":19240.87,\"9081\":16295.7,\"9082\":19297.6,\"9083\":19552.54,\"9084\":512.01,\"9085\":13700.8,\"9086\":13418.1,\"9087\":null,\"9088\":19716.23,\"9089\":19621.44,\"9090\":19593.13,\"9091\":null,\"9092\":524.2,\"9093\":16696.7,\"9094\":7252.0,\"9095\":2561.6,\"9096\":null,\"9097\":7175.1,\"9098\":4840.0,\"9099\":308.81,\"9100\":2195.58,\"9101\":471.5,\"9102\":2053.0,\"9103\":1594.53,\"9104\":12324.06,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":null,\"9110\":760.32,\"9111\":0.04,\"9112\":377.08,\"9113\":624.9,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5375.7,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5819.48,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":5672.33,\"9128\":null,\"9129\":180990.35,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":null,\"9134\":null,\"9135\":8338.74,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19987.79,\"9152\":19976.55,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":2068.17,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":1348.17,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":2934.8,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3831.67,\"9239\":null,\"9240\":7242.0,\"9241\":406679.65,\"9242\":8848.8,\"9243\":4527.63,\"9244\":708.73,\"9245\":null,\"9246\":20.0,\"9247\":430.33,\"9248\":12848.0,\"9249\":19603.71,\"9250\":198.0,\"9251\":2158.03,\"9252\":1749.0,\"9253\":747.99,\"9254\":804.0,\"9255\":22204.0,\"9256\":290413.81,\"9257\":502080.27,\"9258\":null,\"9259\":693.33,\"9260\":12202.83,\"9261\":54272.08,\"9262\":8132.67,\"9263\":1087.33,\"9264\":3699.84,\"9265\":874.91,\"9266\":27876.9,\"9267\":547.58,\"9268\":null,\"9269\":null,\"9270\":27895.92,\"9271\":18890.0,\"9272\":7104.42,\"9273\":942.77,\"9274\":255000.0,\"9275\":8851.04,\"9276\":507660.0,\"9277\":null,\"9278\":17590.95,\"9279\":396295.25,\"9280\":21068.99,\"9281\":null,\"9282\":null,\"9283\":15249.37,\"9284\":8776.27,\"9285\":169292.33,\"9286\":1335.56,\"9287\":1343.85,\"9288\":532.83,\"9289\":115225.0,\"9290\":null,\"9291\":2470.55,\"9292\":725.43,\"9293\":455.32,\"9294\":49651.11,\"9295\":90505.24,\"9296\":4060.74,\"9297\":2431.8,\"9298\":null,\"9299\":887.4,\"9300\":1143646.6499999999,\"9301\":600373.08,\"9302\":138.0,\"9303\":6936.6,\"9304\":7588.91,\"9305\":816.97,\"9306\":179410.0,\"9307\":580.88,\"9308\":10980.0,\"9309\":39848.25,\"9310\":64750.77,\"9311\":165029.57,\"9312\":8.5,\"9313\":null,\"9314\":565619.33,\"9315\":0.09,\"9316\":38615.65,\"9317\":3673.04,\"9318\":429.4,\"9319\":139.57,\"9320\":2679.45,\"9321\":81107.77,\"9322\":2224.05,\"9323\":525.49,\"9324\":null,\"9325\":818.58,\"9326\":6194.4,\"9327\":411.72,\"9328\":2219.09,\"9329\":19675.17,\"9330\":4353.3,\"9331\":19837.88,\"9332\":1104.0,\"9333\":373.16,\"9334\":2668.2,\"9335\":174.9,\"9336\":337.92,\"9337\":29131.27,\"9338\":50196.52,\"9339\":null,\"9340\":1044533.21,\"9341\":136008.76,\"9342\":820354.78,\"9343\":1614.9,\"9344\":776.82,\"9345\":1096.45,\"9346\":1643.4,\"9347\":340041.62,\"9348\":66003.15,\"9349\":225399.6,\"9350\":143065.39,\"9351\":107720.2,\"9352\":2058.0,\"9353\":787.36,\"9354\":1384.04,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54559.19,\"9359\":158331.16,\"9360\":162589.1,\"9361\":19726.25,\"9362\":17618.41,\"9363\":44911.71,\"9364\":47522.51,\"9365\":660.39,\"9366\":153059.54,\"9367\":994.26,\"9368\":null,\"9369\":2723.91,\"9370\":29750.86,\"9371\":null,\"9372\":57760.47,\"9373\":19289.86,\"9374\":652.83,\"9375\":15548.4,\"9376\":null,\"9377\":8659.2,\"9378\":6784.14,\"9379\":366.43,\"9380\":45.78,\"9381\":6080.0,\"9382\":9534.68,\"9383\":1632.24,\"9384\":1656.16,\"9385\":154.04,\"9386\":9067.0,\"9387\":13172.0,\"9388\":4012.8,\"9389\":17669.49,\"9390\":16573.26,\"9391\":10216.62,\"9392\":10228.35,\"9393\":391.31,\"9394\":12613.6,\"9395\":12356.1,\"9396\":null,\"9397\":19711.21,\"9398\":19612.5,\"9399\":19537.23,\"9400\":614.8,\"9401\":12096.4,\"9402\":4732.0,\"9403\":105.0,\"9404\":2143.2,\"9405\":null,\"9406\":6649.3,\"9407\":4843.0,\"9408\":308.81,\"9409\":1312.21,\"9410\":326.37,\"9411\":2915.0,\"9412\":766.37,\"9413\":13617.48,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":null,\"9419\":702.24,\"9420\":null,\"9421\":607.2,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5173.5,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9733.57,\"9433\":null,\"9434\":null,\"9435\":9102.14,\"9436\":null,\"9437\":99037.94,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":11660.53,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19971.7,\"9460\":19973.53,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":0.3,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1096.03,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":3850.78,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3872.0,\"9547\":2395.8,\"9548\":7245.6,\"9549\":358842.12,\"9550\":10490.4,\"9551\":6416.44,\"9552\":709.94,\"9553\":null,\"9554\":null,\"9555\":350.3,\"9556\":11407.0,\"9557\":19696.25,\"9558\":191.4,\"9559\":2171.24,\"9560\":1758.57,\"9561\":766.44,\"9562\":805.0,\"9563\":null,\"9564\":458238.54,\"9565\":502812.82,\"9566\":null,\"9567\":9986.52,\"9568\":49458.16,\"9569\":8059.33,\"9570\":1021.78,\"9571\":3699.52,\"9572\":909.0,\"9573\":21027.58,\"9574\":610.94,\"9575\":29456.28,\"9576\":null,\"9577\":30044.24,\"9578\":19023.0,\"9579\":4850.32,\"9580\":942.77,\"9581\":255000.0,\"9582\":5985.8,\"9583\":95100.0,\"9584\":null,\"9585\":17372.3,\"9586\":372673.55,\"9587\":23615.86,\"9588\":16561.6,\"9589\":null,\"9590\":13984.53,\"9591\":null,\"9592\":61466.04,\"9593\":1846.85,\"9594\":1395.28,\"9595\":545.71,\"9596\":95425.0,\"9597\":null,\"9598\":2466.98,\"9599\":722.57,\"9600\":446.42,\"9601\":49586.49,\"9602\":null,\"9603\":3936.45,\"9604\":2412.0,\"9605\":12977.8,\"9606\":883.52,\"9607\":1171246.8200000001,\"9608\":600747.66,\"9609\":null,\"9610\":6800.2,\"9611\":6559.78,\"9612\":824.54,\"9613\":204950.0,\"9614\":528.6,\"9615\":14832.0,\"9616\":39895.34,\"9617\":64607.39,\"9618\":165428.44,\"9619\":null,\"9620\":553308.49,\"9621\":39018.76,\"9622\":3213.91,\"9623\":626.74,\"9624\":681.77,\"9625\":3566.55,\"9626\":80995.63,\"9627\":2213.72,\"9628\":542.39,\"9629\":1202.94,\"9630\":1187.74,\"9631\":8790.0,\"9632\":412.08,\"9633\":19011.67,\"9634\":1790.43,\"9635\":19617.78,\"9636\":4395.15,\"9637\":19832.21,\"9638\":null,\"9639\":370.26,\"9640\":2666.4,\"9641\":247.5,\"9642\":346.38,\"9643\":29559.88,\"9644\":44910.52,\"9645\":null,\"9646\":1232230.5900000001,\"9647\":138992.9,\"9648\":819890.26,\"9649\":1597.08,\"9650\":802.34,\"9651\":1083.16,\"9652\":1167.0,\"9653\":177059.95,\"9654\":66242.68,\"9655\":193798.49,\"9656\":141501.56,\"9657\":71934.23,\"9658\":2047.0,\"9659\":736.12,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":54823.28,\"9664\":157765.27,\"9665\":167976.3,\"9666\":19818.93,\"9667\":null,\"9668\":44578.27,\"9669\":47629.44,\"9670\":631.68,\"9671\":153228.8,\"9672\":949.67,\"9673\":3953.4,\"9674\":2787.27,\"9675\":19308.69,\"9676\":null,\"9677\":19321.24,\"9678\":651.69,\"9679\":11746.8,\"9680\":null,\"9681\":8659.2,\"9682\":6782.66,\"9683\":403.72,\"9684\":7496.75,\"9685\":7440.0,\"9686\":9517.23,\"9687\":1632.6,\"9688\":1663.64,\"9689\":132.79,\"9690\":8881.0,\"9691\":12417.0,\"9692\":3568.4,\"9693\":14271.17,\"9694\":20420.97,\"9695\":10221.05,\"9696\":10226.33,\"9697\":788.04,\"9698\":12378.6,\"9699\":12103.6,\"9700\":null,\"9701\":19712.06,\"9702\":19620.51,\"9703\":19458.7,\"9704\":690.2,\"9705\":12301.9,\"9706\":7754.0,\"9707\":1.91,\"9708\":1607.8,\"9709\":null,\"9710\":5993.3,\"9711\":6725.0,\"9712\":308.81,\"9713\":1821.4,\"9714\":301.99,\"9715\":2695.0,\"9716\":1247.96,\"9717\":20102.76,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":700.26,\"9724\":479.16,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":6848.8,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3707.48,\"9735\":null,\"9736\":null,\"9737\":9662.68,\"9738\":null,\"9739\":192730.86,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":11663.3,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19862.84,\"9762\":19932.7,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1260.93,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":30.8,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":12.31,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":3219.43,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3872.0,\"9848\":2494.8,\"9849\":7255.2,\"9850\":248003.55,\"9851\":9248.4,\"9852\":5925.62,\"9853\":708.29,\"9854\":48.93,\"9855\":null,\"9856\":null,\"9857\":11319.0,\"9858\":19718.59,\"9859\":198.0,\"9860\":768.9,\"9861\":867.24,\"9862\":710.64,\"9863\":809.0,\"9864\":458366.56,\"9865\":39192.32,\"9866\":9995.55,\"9867\":49295.42,\"9868\":8063.0,\"9869\":982.39,\"9870\":3699.84,\"9871\":969.95,\"9872\":16081.47,\"9873\":624.36,\"9874\":24936.14,\"9875\":null,\"9876\":30142.36,\"9877\":18954.0,\"9878\":4648.22,\"9879\":942.77,\"9880\":null,\"9881\":5784.52,\"9882\":null,\"9883\":508120.0,\"9884\":null,\"9885\":15744.37,\"9886\":397642.04,\"9887\":13934.76,\"9888\":17751.8,\"9889\":null,\"9890\":12838.64,\"9891\":173258.54,\"9892\":1309.69,\"9893\":1305.23,\"9894\":535.33,\"9895\":305250.0,\"9896\":null,\"9897\":2588.31,\"9898\":725.72,\"9899\":448.19,\"9900\":37346.56,\"9901\":4141.73,\"9902\":2412.6,\"9903\":12911.8,\"9904\":886.41,\"9905\":1171277.1200000001,\"9906\":600183.58,\"9907\":6767.2,\"9908\":6609.31,\"9909\":827.31,\"9910\":199040.0,\"9911\":573.35,\"9912\":14400.0,\"9913\":64323.33,\"9914\":165032.76,\"9915\":919.0,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38559.94,\"9920\":4285.22,\"9921\":573.94,\"9922\":680.69,\"9923\":3535.5,\"9924\":81082.7,\"9925\":2222.33,\"9926\":421.94,\"9927\":1302.12,\"9928\":1225.51,\"9929\":8859.6,\"9930\":411.12,\"9931\":1862.14,\"9932\":19672.3,\"9933\":4313.7,\"9934\":19067.12,\"9935\":368.28,\"9936\":175.43,\"9937\":250.8,\"9938\":352.36,\"9939\":29360.35,\"9940\":43186.53,\"9941\":null,\"9942\":936695.36,\"9943\":135358.26,\"9944\":817178.8100000001,\"9945\":1596.84,\"9946\":762.74,\"9947\":1037.59,\"9948\":898.2,\"9949\":39282.62,\"9950\":178832.69,\"9951\":174635.09,\"9952\":146092.54,\"9953\":122631.27,\"9954\":2046.0,\"9955\":799.12,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":55102.77,\"9960\":155431.69,\"9961\":164505.7,\"9962\":16187.12,\"9963\":44606.7,\"9964\":47637.7,\"9965\":687.15,\"9966\":153153.9,\"9967\":637.66,\"9968\":10177.2,\"9969\":2856.02},\"Values_Hour21\":{\"0\":18995.61,\"1\":651.3,\"2\":7869.6,\"3\":16483.33,\"4\":61.2,\"5\":8198.4,\"6\":6770.94,\"7\":363.73,\"8\":1760.0,\"9\":4801.13,\"10\":1200.84,\"11\":1685.2,\"12\":138.19,\"13\":10535.0,\"14\":13320.0,\"15\":3029.4,\"16\":8422.38,\"17\":10390.68,\"18\":10174.69,\"19\":10219.47,\"20\":143.44,\"21\":15769.6,\"22\":15429.3,\"23\":null,\"24\":1584.2,\"25\":null,\"26\":19751.28,\"27\":10329.25,\"28\":19453.66,\"29\":7271.22,\"30\":6109.84,\"31\":6093.82,\"32\":7454.03,\"33\":560.0,\"34\":10041.5,\"35\":7882.0,\"36\":null,\"37\":2355.3,\"38\":null,\"39\":3828.3,\"40\":303.16,\"41\":2079.12,\"42\":344.54,\"43\":2441.0,\"44\":1486.01,\"45\":13352.0,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":1.47,\"51\":772.2,\"52\":314.6,\"53\":null,\"54\":null,\"55\":468.48,\"56\":null,\"57\":6525.7,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":9768.0,\"63\":null,\"64\":null,\"65\":null,\"66\":6290.99,\"67\":null,\"68\":194531.56,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10593.85,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":4739.7,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":13386.17,\"92\":13974.69,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1379.29,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2296.8,\"173\":7248.0,\"174\":165485.96,\"175\":5029.2,\"176\":3438.63,\"177\":467.61,\"178\":2150.0,\"179\":397.05,\"180\":13882.0,\"181\":19579.75,\"182\":184.8,\"183\":3030.39,\"184\":1786.62,\"185\":702.27,\"186\":2871.0,\"187\":1241.0,\"188\":17100.0,\"189\":60123.71,\"190\":502361.14,\"191\":13232.0,\"192\":1420.98,\"193\":9968.36,\"194\":59388.35,\"195\":5830.0,\"196\":795.23,\"197\":717.71,\"198\":6363.74,\"199\":3699.2,\"200\":1842.09,\"201\":14334.05,\"202\":583.44,\"203\":55514.57,\"204\":null,\"205\":15303.05,\"206\":7280.0,\"207\":5673.04,\"208\":938.8,\"209\":245205.99,\"210\":null,\"211\":7016.23,\"212\":null,\"213\":510980.0,\"214\":1236763.1399999999,\"215\":null,\"216\":21836.61,\"217\":387129.06,\"218\":19272.0,\"219\":18827.6,\"220\":23184.58,\"221\":8842.2,\"222\":11051.15,\"223\":168429.15,\"224\":787.84,\"225\":1614.77,\"226\":203536.63,\"227\":null,\"228\":2489.41,\"229\":1327.82,\"230\":406.73,\"231\":30022.72,\"232\":null,\"233\":3987.38,\"234\":2567.4,\"235\":null,\"236\":907.78,\"237\":895889.76,\"238\":599792.5600000001,\"239\":456.0,\"240\":7581.2,\"241\":4608.91,\"242\":810.81,\"243\":180240.0,\"244\":658.41,\"245\":10368.0,\"246\":19982.8,\"247\":59983.8,\"248\":69885.45,\"249\":164355.74,\"250\":null,\"251\":null,\"252\":437868.54,\"253\":null,\"254\":null,\"255\":8264.35,\"256\":596.9,\"257\":669.24,\"258\":3998.4,\"259\":173942.83,\"260\":1062.1,\"261\":543.48,\"262\":738.36,\"263\":861.64,\"264\":4414.8,\"265\":424.32,\"266\":17009.67,\"267\":13938.2,\"268\":8041.05,\"269\":19756.8,\"270\":7440.0,\"271\":null,\"272\":365.9,\"273\":2512.2,\"274\":267.7,\"275\":29500.37,\"276\":25606.27,\"277\":673818.3100000001,\"278\":92534.79,\"279\":821282.92,\"280\":929.34,\"281\":823.46,\"282\":1211.88,\"283\":3015.0,\"284\":null,\"285\":null,\"286\":231917.39,\"287\":152285.26,\"288\":225274.3,\"289\":101720.96,\"290\":762.58,\"291\":2432.39,\"292\":null,\"293\":null,\"294\":null,\"295\":77171.58,\"296\":158898.17,\"297\":170575.55,\"298\":19818.97,\"299\":null,\"300\":15302.99,\"301\":null,\"302\":45707.8,\"303\":48250.71,\"304\":690.87,\"305\":150995.45,\"306\":null,\"307\":6318.4,\"308\":2651.36,\"309\":23833.97,\"310\":55993.54,\"311\":5093.4,\"312\":19634.05,\"313\":653.07,\"314\":7383.6,\"315\":15369.83,\"316\":58.8,\"317\":5325.6,\"318\":6767.97,\"319\":null,\"320\":1520.0,\"321\":4801.13,\"322\":1215.12,\"323\":1638.12,\"324\":123.56,\"325\":11807.0,\"326\":19444.0,\"327\":3053.6,\"328\":7930.17,\"329\":21546.57,\"330\":10208.56,\"331\":10218.27,\"332\":2247.52,\"333\":15841.5,\"334\":15510.7,\"335\":null,\"336\":1840.1,\"337\":14274.0,\"338\":19748.06,\"339\":10334.38,\"340\":19453.64,\"341\":5823.39,\"342\":5138.59,\"343\":5082.87,\"344\":5990.93,\"345\":562.6,\"346\":10501.1,\"347\":7486.0,\"348\":null,\"349\":2668.9,\"350\":null,\"351\":4247.8,\"352\":303.16,\"353\":2152.21,\"354\":344.77,\"355\":2425.0,\"356\":1501.69,\"357\":13222.83,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":1.47,\"363\":705.54,\"364\":290.84,\"365\":null,\"366\":null,\"367\":6323.5,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5193.91,\"373\":null,\"374\":null,\"375\":4247.58,\"376\":null,\"377\":65463.15,\"378\":null,\"379\":null,\"380\":null,\"381\":1.71,\"382\":null,\"383\":9750.41,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":6109.55,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19879.78,\"401\":19925.81,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1391.12,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":null,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2409.0,\"482\":7242.0,\"483\":12772.0,\"484\":4420.8,\"485\":2940.4,\"486\":576.95,\"487\":null,\"488\":396.84,\"489\":13948.0,\"490\":19586.44,\"491\":26.4,\"492\":3058.28,\"493\":1772.76,\"494\":709.74,\"495\":2354.4,\"496\":1246.0,\"497\":15072.0,\"498\":460577.19,\"499\":426228.92,\"500\":12720.0,\"501\":1441.11,\"502\":9962.28,\"503\":63690.01,\"504\":4315.67,\"505\":865.38,\"506\":712.59,\"507\":4861.04,\"508\":3698.88,\"509\":2023.96,\"510\":19408.26,\"511\":577.5,\"512\":49787.18,\"513\":null,\"514\":null,\"515\":10236.93,\"516\":7366.21,\"517\":938.8,\"518\":243716.28,\"519\":9120.41,\"520\":12528.0,\"521\":511400.0,\"522\":1234252.3899999999,\"523\":null,\"524\":19546.76,\"525\":175940.13,\"526\":18204.0,\"527\":18673.6,\"528\":20911.24,\"529\":8849.86,\"530\":10428.61,\"531\":92107.11,\"532\":751.41,\"533\":1689.56,\"534\":203426.62,\"535\":null,\"536\":2452.95,\"537\":1327.82,\"538\":302.03,\"539\":30497.41,\"540\":4023.73,\"541\":1886.4,\"542\":null,\"543\":907.75,\"544\":896305.8,\"545\":602686.04,\"546\":270.0,\"547\":7240.2,\"548\":8240.73,\"549\":816.97,\"550\":125650.0,\"551\":680.05,\"552\":15948.0,\"553\":null,\"554\":60067.16,\"555\":69692.13,\"556\":164885.25,\"557\":1872.5,\"558\":null,\"559\":445390.21,\"560\":43842.2,\"561\":2142.61,\"562\":602.05,\"563\":690.19,\"564\":3998.55,\"565\":263593.19,\"566\":1062.1,\"567\":530.44,\"568\":839.52,\"569\":823.16,\"570\":4722.0,\"571\":433.68,\"572\":13929.59,\"573\":8042.85,\"574\":19660.8,\"575\":11784.0,\"576\":null,\"577\":360.89,\"578\":2455.2,\"579\":247.18,\"580\":29355.99,\"581\":46084.06,\"582\":1241176.49,\"583\":46437.91,\"584\":817168.45,\"585\":963.12,\"586\":782.1,\"587\":1343.12,\"588\":2611.8,\"589\":102654.98,\"590\":null,\"591\":532944.6,\"592\":101480.0,\"593\":null,\"594\":225444.88,\"595\":71731.04,\"596\":72037.45,\"597\":794.64,\"598\":142.02,\"599\":null,\"600\":null,\"601\":null,\"602\":64473.17,\"603\":161879.15,\"604\":170705.05,\"605\":19817.57,\"606\":101475.79,\"607\":14763.74,\"608\":45230.5,\"609\":48161.63,\"610\":686.67,\"611\":150934.25,\"612\":null,\"613\":10087.0,\"614\":2733.55,\"615\":27502.53,\"616\":56113.89,\"617\":56266.65,\"618\":19246.52,\"619\":651.81,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":3945.6,\"624\":6789.59,\"625\":1920.0,\"626\":4801.13,\"627\":1162.68,\"628\":1662.32,\"629\":118.66,\"630\":12823.0,\"631\":12493.0,\"632\":3038.2,\"633\":7438.03,\"634\":25371.4,\"635\":13292.69,\"636\":13944.34,\"637\":515.39,\"638\":15288.2,\"639\":14946.3,\"640\":null,\"641\":1568.7,\"642\":13698.0,\"643\":19742.2,\"644\":10330.38,\"645\":18579.34,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":567.7,\"651\":12421.6,\"652\":1770.0,\"653\":2129.9,\"654\":null,\"655\":4299.6,\"656\":303.16,\"657\":2027.43,\"658\":344.08,\"659\":2347.0,\"660\":1046.6,\"661\":13065.17,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":1.47,\"667\":764.94,\"668\":286.0,\"669\":990.9,\"670\":null,\"671\":null,\"672\":6242.7,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4975.83,\"678\":null,\"679\":null,\"680\":3403.46,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":5037.63,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5229.73,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":17348.92,\"706\":18225.22,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1310.98,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":1.92,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2435.4,\"786\":7230.0,\"787\":15008.0,\"788\":4413.6,\"789\":2940.3,\"790\":687.06,\"791\":47.43,\"792\":397.14,\"793\":12221.0,\"794\":19565.8,\"795\":198.0,\"796\":3067.68,\"797\":1767.15,\"798\":717.08,\"799\":1982.7,\"800\":1527.0,\"801\":20620.0,\"802\":290525.01,\"803\":504074.52,\"804\":12544.0,\"805\":628.65,\"806\":10058.85,\"807\":57509.26,\"808\":4319.33,\"809\":936.96,\"810\":737.01,\"811\":null,\"812\":3698.56,\"813\":2070.44,\"814\":14632.05,\"815\":565.62,\"816\":null,\"817\":null,\"818\":null,\"819\":11604.0,\"820\":6577.89,\"821\":939.79,\"822\":240916.0,\"823\":7593.34,\"824\":63408.0,\"825\":505250.0,\"826\":1233581.76,\"827\":null,\"828\":21757.71,\"829\":328620.22,\"830\":17160.0,\"831\":18554.8,\"832\":25464.54,\"833\":8848.4,\"834\":10667.24,\"835\":29601.61,\"836\":707.94,\"837\":1565.92,\"838\":203389.96,\"839\":null,\"840\":2457.67,\"841\":764.11,\"842\":403.48,\"843\":27854.88,\"844\":3822.79,\"845\":2205.0,\"846\":null,\"847\":929.42,\"848\":875162.3199999999,\"849\":600055.67,\"850\":402.0,\"851\":7374.4,\"852\":8327.32,\"853\":816.2,\"854\":180800.0,\"855\":682.57,\"856\":12744.0,\"857\":60049.0,\"858\":69450.21,\"859\":165059.18,\"860\":null,\"861\":300380.0,\"862\":440476.48,\"863\":null,\"864\":43523.43,\"865\":6886.96,\"866\":583.84,\"867\":672.16,\"868\":3990.9,\"869\":348040.02,\"870\":1062.1,\"871\":513.84,\"872\":802.44,\"873\":798.11,\"874\":4351.2,\"875\":432.96,\"876\":14030.02,\"877\":8044.2,\"878\":19664.0,\"879\":10118.4,\"880\":350.13,\"881\":2013.0,\"882\":102.3,\"883\":351.55,\"884\":29799.47,\"885\":46638.83,\"886\":811688.52,\"887\":45577.51,\"888\":765379.0699999999,\"889\":996.36,\"890\":839.96,\"891\":1287.2,\"892\":2292.94,\"893\":33177.6,\"894\":667620.02,\"895\":539635.15,\"896\":101210.0,\"897\":null,\"898\":null,\"899\":72306.85,\"900\":799.4,\"901\":924.39,\"902\":null,\"903\":null,\"904\":null,\"905\":64645.49,\"906\":160680.41,\"907\":170462.7,\"908\":19821.17,\"909\":101945.72,\"910\":14774.68,\"911\":45236.42,\"912\":48303.27,\"913\":null,\"914\":151129.49,\"915\":1232.75,\"916\":10859.2,\"917\":2801.27,\"918\":31334.29,\"919\":41642.11,\"920\":null,\"921\":55837.29,\"922\":17638.86,\"923\":651.33,\"924\":6404.4,\"925\":6057.6,\"926\":6761.54,\"927\":22.36,\"928\":400.0,\"929\":4801.13,\"930\":972.84,\"931\":1720.84,\"932\":129.23,\"933\":9414.0,\"934\":12702.0,\"935\":2983.2,\"936\":7434.56,\"937\":23306.84,\"938\":10202.06,\"939\":10217.07,\"940\":671.73,\"941\":15054.7,\"942\":14717.4,\"943\":null,\"944\":1665.4,\"945\":13266.0,\"946\":19736.66,\"947\":10315.87,\"948\":19594.08,\"949\":528.5,\"950\":10929.8,\"951\":1818.0,\"952\":2028.9,\"953\":null,\"954\":3847.9,\"955\":303.16,\"956\":2095.23,\"957\":345.23,\"958\":2297.0,\"959\":1063.07,\"960\":12657.44,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":1.47,\"966\":758.34,\"967\":303.16,\"968\":1117.2,\"969\":null,\"970\":549.6,\"971\":null,\"972\":6119.2,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4637.22,\"978\":null,\"979\":null,\"980\":7808.51,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":8285.75,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4845.51,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":17976.85,\"1006\":18959.02,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1331.66,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":2.2,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2211.0,\"1087\":7219.2,\"1088\":225891.15,\"1089\":3992.4,\"1090\":3935.51,\"1091\":690.25,\"1092\":null,\"1093\":3240.0,\"1094\":404.88,\"1095\":14256.0,\"1096\":19520.33,\"1097\":null,\"1098\":3060.09,\"1099\":1755.93,\"1100\":719.1,\"1101\":522.0,\"1102\":1478.0,\"1103\":19372.0,\"1104\":60441.91,\"1105\":494498.25,\"1106\":10352.0,\"1107\":570.9,\"1108\":11927.34,\"1109\":37174.82,\"1110\":5800.67,\"1111\":875.44,\"1112\":731.86,\"1113\":3698.24,\"1114\":2093.16,\"1115\":13643.56,\"1116\":563.64,\"1117\":null,\"1118\":15198.28,\"1119\":13626.0,\"1120\":5748.01,\"1121\":938.8,\"1122\":238696.01,\"1123\":140346.0,\"1124\":7149.29,\"1125\":null,\"1126\":510410.0,\"1127\":368739.2,\"1128\":null,\"1129\":20162.74,\"1130\":395499.54,\"1131\":15492.0,\"1132\":18609.8,\"1133\":22795.83,\"1134\":8748.85,\"1135\":5592.57,\"1136\":171234.6,\"1137\":741.47,\"1138\":1470.89,\"1139\":61930.0,\"1140\":null,\"1141\":2496.77,\"1142\":null,\"1143\":416.76,\"1144\":26574.64,\"1145\":2196.73,\"1146\":2176.2,\"1147\":null,\"1148\":903.51,\"1149\":879024.7,\"1150\":600285.9,\"1151\":336.0,\"1152\":6655.0,\"1153\":8306.16,\"1154\":809.71,\"1155\":136640.0,\"1156\":690.87,\"1157\":15696.0,\"1158\":22789.06,\"1159\":59215.65,\"1160\":68459.04,\"1161\":165049.78,\"1162\":null,\"1163\":402822.0,\"1164\":415521.91,\"1165\":null,\"1166\":765.22,\"1167\":null,\"1168\":686.38,\"1169\":3993.15,\"1170\":81088.91,\"1171\":1062.1,\"1172\":526.91,\"1173\":711.72,\"1174\":790.9,\"1175\":4635.6,\"1176\":431.52,\"1177\":13941.07,\"1178\":8072.1,\"1179\":19798.4,\"1180\":11870.4,\"1181\":364.39,\"1182\":2590.8,\"1183\":99.0,\"1184\":326.54,\"1185\":29540.11,\"1186\":25599.13,\"1187\":927190.97,\"1188\":130772.71,\"1189\":819928.2,\"1190\":1086.84,\"1191\":887.7,\"1192\":1263.86,\"1193\":2292.94,\"1194\":33613.26,\"1195\":782043.85,\"1196\":536916.83,\"1197\":121490.0,\"1198\":419620.61,\"1199\":35254.23,\"1200\":120896.89,\"1201\":794.78,\"1202\":736.24,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":77108.73,\"1207\":163581.15,\"1208\":170405.35,\"1209\":19606.88,\"1210\":230277.76,\"1211\":14735.82,\"1212\":45377.05,\"1213\":48714.48,\"1214\":null,\"1215\":225879.09,\"1216\":1122.25,\"1217\":10782.2,\"1218\":2805.86,\"1219\":30663.01,\"1220\":44722.1,\"1221\":56069.82,\"1222\":19185.71,\"1223\":650.13,\"1224\":6818.4,\"1225\":6055.2,\"1226\":6777.38,\"1227\":345.31,\"1228\":1760.0,\"1229\":4801.13,\"1230\":1149.84,\"1231\":1752.96,\"1232\":146.26,\"1233\":9214.0,\"1234\":12988.0,\"1235\":2978.8,\"1236\":8917.2,\"1237\":18311.12,\"1238\":10166.2,\"1239\":10219.64,\"1240\":514.51,\"1241\":14796.7,\"1242\":14463.7,\"1243\":null,\"1244\":1566.2,\"1245\":12924.0,\"1246\":19743.26,\"1247\":10325.13,\"1248\":19599.13,\"1249\":501.6,\"1250\":13313.5,\"1251\":1864.0,\"1252\":null,\"1253\":1954.0,\"1254\":null,\"1255\":3663.1,\"1256\":303.16,\"1257\":1288.83,\"1258\":343.39,\"1259\":1061.94,\"1260\":1454.02,\"1261\":12185.76,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":1.47,\"1267\":852.72,\"1268\":null,\"1269\":403.92,\"1270\":871.8,\"1271\":null,\"1272\":105.12,\"1273\":null,\"1274\":5935.2,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":9739.3,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":9707.57,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":11385.49,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":5857.94,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":14290.2,\"1307\":14874.64,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1292.17,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2349.6,\"1386\":7206.0,\"1387\":311630.99,\"1388\":4089.6,\"1389\":6990.45,\"1390\":689.15,\"1391\":null,\"1392\":null,\"1393\":404.79,\"1394\":14718.0,\"1395\":18941.22,\"1396\":138.6,\"1397\":3037.48,\"1398\":1744.05,\"1399\":720.09,\"1400\":2525.4,\"1401\":1551.0,\"1402\":20828.0,\"1403\":459559.08,\"1404\":501435.14,\"1405\":11728.0,\"1406\":899.58,\"1407\":11326.9,\"1408\":48315.92,\"1409\":5910.67,\"1410\":1094.51,\"1411\":716.22,\"1412\":3698.88,\"1413\":1994.35,\"1414\":15060.42,\"1415\":631.84,\"1416\":null,\"1417\":null,\"1418\":15313.73,\"1419\":12984.0,\"1420\":5414.16,\"1421\":939.79,\"1422\":null,\"1423\":159742.52,\"1424\":6781.86,\"1425\":69096.0,\"1426\":null,\"1427\":1234844.2,\"1428\":null,\"1429\":17396.94,\"1430\":383972.16,\"1431\":18936.0,\"1432\":18592.2,\"1433\":23802.45,\"1434\":11067.66,\"1435\":11056.56,\"1436\":914.32,\"1437\":1427.39,\"1438\":null,\"1439\":86900.0,\"1440\":null,\"1441\":2407.87,\"1442\":57.91,\"1443\":27594.17,\"1444\":3754.67,\"1445\":2185.8,\"1446\":null,\"1447\":922.57,\"1448\":891359.1,\"1449\":598980.74,\"1450\":546.0,\"1451\":6597.8,\"1452\":8291.66,\"1453\":818.4,\"1454\":136780.0,\"1455\":675.96,\"1456\":14616.0,\"1457\":23452.9,\"1458\":59378.05,\"1459\":67672.74,\"1460\":165068.68,\"1461\":1635.5,\"1462\":398452.0,\"1463\":418198.35,\"1464\":7805.22,\"1465\":585.68,\"1466\":685.12,\"1467\":3988.95,\"1468\":347958.4,\"1469\":1062.1,\"1470\":533.45,\"1471\":783.54,\"1472\":920.13,\"1473\":4136.4,\"1474\":430.56,\"1475\":19712.0,\"1476\":13952.54,\"1477\":7866.45,\"1478\":19756.8,\"1479\":10560.0,\"1480\":356.0,\"1481\":2502.6,\"1482\":108.9,\"1483\":304.19,\"1484\":29455.41,\"1485\":25599.35,\"1486\":162951.64,\"1487\":112597.94,\"1488\":822261.5,\"1489\":1279.08,\"1490\":715.88,\"1491\":1157.46,\"1492\":2292.94,\"1493\":null,\"1494\":769629.3199999999,\"1495\":536537.89,\"1496\":183960.0,\"1497\":414467.05,\"1498\":139578.21,\"1499\":0.06,\"1500\":794.08,\"1501\":809.14,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76473.08,\"1506\":165028.69,\"1507\":170777.2,\"1508\":19708.42,\"1509\":226168.33,\"1510\":14783.74,\"1511\":45308.3,\"1512\":48500.07,\"1513\":639.18,\"1514\":226333.7,\"1515\":1073.65,\"1516\":10764.6,\"1517\":2937.75,\"1518\":29674.53,\"1519\":null,\"1520\":55599.22,\"1521\":17706.3,\"1522\":652.86,\"1523\":6404.4,\"1524\":null,\"1525\":5044.8,\"1526\":6600.5,\"1527\":331.52,\"1528\":4880.0,\"1529\":9223.78,\"1530\":1018.32,\"1531\":1705.0,\"1532\":128.31,\"1533\":325.2,\"1534\":9129.0,\"1535\":13435.0,\"1536\":3619.0,\"1537\":7433.82,\"1538\":18423.33,\"1539\":10185.21,\"1540\":10222.84,\"1541\":619.23,\"1542\":14226.2,\"1543\":13895.0,\"1544\":null,\"1545\":1549.8,\"1546\":13734.0,\"1547\":19743.92,\"1548\":10303.95,\"1549\":19604.84,\"1550\":null,\"1551\":484.2,\"1552\":12569.3,\"1553\":1710.0,\"1554\":1857.0,\"1555\":null,\"1556\":5316.5,\"1557\":303.16,\"1558\":2132.18,\"1559\":342.7,\"1560\":2203.0,\"1561\":1473.15,\"1562\":11891.65,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":1.47,\"1568\":734.58,\"1569\":248.16,\"1570\":740.7,\"1571\":null,\"1572\":177.6,\"1573\":null,\"1574\":5850.9,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4344.52,\"1580\":null,\"1581\":null,\"1582\":7622.02,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":8221.36,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":5274.97,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":13891.41,\"1608\":14504.34,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1276.17,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":2072.4,\"1690\":7188.0,\"1691\":18786.0,\"1692\":3873.6,\"1693\":4938.62,\"1694\":687.83,\"1695\":null,\"1696\":null,\"1697\":404.59,\"1698\":10648.0,\"1699\":19486.05,\"1700\":198.0,\"1701\":3077.25,\"1702\":1751.64,\"1703\":750.51,\"1704\":1951.2,\"1705\":815.0,\"1706\":16784.0,\"1707\":461467.48,\"1708\":502883.68,\"1709\":10960.0,\"1710\":787.38,\"1711\":12036.32,\"1712\":61153.08,\"1713\":4422.0,\"1714\":1120.39,\"1715\":705.42,\"1716\":3699.2,\"1717\":2047.22,\"1718\":16287.7,\"1719\":599.28,\"1720\":null,\"1721\":15303.82,\"1722\":9661.0,\"1723\":5248.89,\"1724\":940.78,\"1725\":156377.25,\"1726\":6591.4,\"1727\":69192.0,\"1728\":507320.0,\"1729\":1114347.8,\"1730\":null,\"1731\":16770.12,\"1732\":33212.58,\"1733\":15420.0,\"1734\":18748.4,\"1735\":21816.84,\"1736\":14015.56,\"1737\":10633.36,\"1738\":838.14,\"1739\":1393.81,\"1740\":148445.0,\"1741\":null,\"1742\":2530.35,\"1743\":773.27,\"1744\":413.27,\"1745\":30971.29,\"1746\":3702.96,\"1747\":2178.0,\"1748\":920.67,\"1749\":893900.48,\"1750\":601946.5600000001,\"1751\":540.0,\"1752\":6571.4,\"1753\":8314.01,\"1754\":824.56,\"1755\":136670.0,\"1756\":669.34,\"1757\":14040.0,\"1758\":23247.14,\"1759\":60580.55,\"1760\":69107.89,\"1761\":165266.87,\"1762\":null,\"1763\":452390.94,\"1764\":0.01,\"1765\":7652.17,\"1766\":590.44,\"1767\":661.5,\"1768\":3851.55,\"1769\":349954.66,\"1770\":1062.1,\"1771\":527.77,\"1772\":684.72,\"1773\":569.2,\"1774\":null,\"1775\":429.48,\"1776\":14076.65,\"1777\":4351.05,\"1778\":19948.8,\"1779\":8054.4,\"1780\":null,\"1781\":337.0,\"1782\":2587.8,\"1783\":108.9,\"1784\":309.0,\"1785\":29778.8,\"1786\":25604.28,\"1787\":1175988.47,\"1788\":128114.5,\"1789\":767189.8199999999,\"1790\":1276.38,\"1791\":705.54,\"1792\":1148.01,\"1793\":2292.94,\"1794\":470607.31,\"1795\":536671.71,\"1796\":null,\"1797\":370155.65,\"1798\":139729.53,\"1799\":null,\"1800\":793.94,\"1801\":736.06,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64550.71,\"1806\":164578.62,\"1807\":169030.8,\"1808\":19800.32,\"1809\":102535.64,\"1810\":14768.49,\"1811\":45835.41,\"1812\":48391.64,\"1813\":637.47,\"1814\":153092.8,\"1815\":1112.59,\"1816\":10282.8,\"1817\":2825.03,\"1818\":30526.22,\"1819\":46127.7,\"1820\":57631.59,\"1821\":15264.67,\"1822\":652.59,\"1823\":6408.0,\"1824\":null,\"1825\":2894.4,\"1826\":6780.02,\"1827\":325.91,\"1828\":null,\"1829\":null,\"1830\":4801.13,\"1831\":1003.8,\"1832\":1641.2,\"1833\":130.42,\"1834\":8830.0,\"1835\":14821.0,\"1836\":3302.2,\"1837\":6947.01,\"1838\":16643.81,\"1839\":9649.37,\"1840\":10070.79,\"1841\":171.6,\"1842\":14311.2,\"1843\":13991.2,\"1844\":null,\"1845\":1481.1,\"1846\":14004.0,\"1847\":19736.88,\"1848\":10282.14,\"1849\":19595.17,\"1850\":448.1,\"1851\":10766.9,\"1852\":2058.0,\"1853\":1767.3,\"1854\":null,\"1855\":5673.7,\"1856\":303.16,\"1857\":2038.48,\"1858\":341.32,\"1859\":2160.0,\"1860\":1391.92,\"1861\":11624.58,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":906.18,\"1868\":0.21,\"1869\":271.92,\"1870\":381.0,\"1871\":null,\"1872\":null,\"1873\":106.08,\"1874\":null,\"1875\":5692.5,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4103.48,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":5044.23,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":7505.71,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":3930.09,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19772.61,\"1909\":19891.64,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1250.26,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":429.25,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2171.4,\"1990\":7180.8,\"1991\":308765.78,\"1992\":3927.6,\"1993\":5418.31,\"1994\":689.48,\"1995\":51.83,\"1996\":null,\"1997\":404.59,\"1998\":14487.0,\"1999\":19496.95,\"2000\":204.6,\"2001\":3070.65,\"2002\":1710.72,\"2003\":762.7,\"2004\":2497.5,\"2005\":814.0,\"2006\":17908.0,\"2007\":60464.1,\"2008\":503394.67,\"2009\":12376.0,\"2010\":898.26,\"2011\":5983.61,\"2012\":63518.71,\"2013\":3721.67,\"2014\":861.64,\"2015\":710.9,\"2016\":3699.52,\"2017\":1910.66,\"2018\":1013.32,\"2019\":629.64,\"2020\":2777.69,\"2021\":null,\"2022\":15311.41,\"2023\":11049.0,\"2024\":4988.27,\"2025\":940.78,\"2026\":157549.22,\"2027\":6278.8,\"2028\":499950.0,\"2029\":1201661.22,\"2030\":null,\"2031\":16300.16,\"2032\":396024.64,\"2033\":14832.0,\"2034\":18700.0,\"2035\":22752.76,\"2036\":13972.78,\"2037\":11358.5,\"2038\":759.69,\"2039\":1300.96,\"2040\":441.59,\"2041\":78540.0,\"2042\":null,\"2043\":2384.07,\"2044\":766.77,\"2045\":392.51,\"2046\":28691.59,\"2047\":3494.66,\"2048\":2179.2,\"2049\":null,\"2050\":864.3,\"2051\":894298.72,\"2052\":603077.77,\"2053\":318.0,\"2054\":6393.2,\"2055\":8350.05,\"2056\":811.69,\"2057\":null,\"2058\":652.52,\"2059\":13356.0,\"2060\":23032.79,\"2061\":60592.93,\"2062\":68423.35,\"2063\":164652.3,\"2064\":1383.5,\"2065\":413279.77,\"2066\":7652.17,\"2067\":574.07,\"2068\":null,\"2069\":3844.5,\"2070\":265929.17,\"2071\":1060.38,\"2072\":535.36,\"2073\":758.7,\"2074\":857.89,\"2075\":8154.0,\"2076\":427.92,\"2077\":14090.28,\"2078\":4359.15,\"2079\":19859.2,\"2080\":8731.2,\"2081\":364.58,\"2082\":2615.4,\"2083\":108.9,\"2084\":328.64,\"2085\":29250.05,\"2086\":25611.94,\"2087\":null,\"2088\":112025.84,\"2089\":765447.14,\"2090\":1375.56,\"2091\":725.78,\"2092\":1121.63,\"2093\":1798.9,\"2094\":602658.75,\"2095\":534657.04,\"2096\":414928.5,\"2097\":144574.98,\"2098\":2.37,\"2099\":793.66,\"2100\":657.32,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64458.94,\"2105\":158623.64,\"2106\":170775.35,\"2107\":19816.19,\"2108\":14778.39,\"2109\":45465.28,\"2110\":48380.47,\"2111\":656.52,\"2112\":226467.02,\"2113\":935.75,\"2114\":8822.0,\"2115\":2843.39,\"2116\":11591.6,\"2117\":46345.06,\"2118\":56939.59,\"2119\":14157.64,\"2120\":652.38,\"2121\":5698.8,\"2122\":8683.2,\"2123\":6762.36,\"2124\":304.13,\"2125\":null,\"2126\":1680.0,\"2127\":4801.13,\"2128\":1252.56,\"2129\":1540.88,\"2130\":124.88,\"2131\":8608.0,\"2132\":10920.0,\"2133\":3132.8,\"2134\":6455.54,\"2135\":17366.53,\"2136\":9191.39,\"2137\":9634.41,\"2138\":1206.63,\"2139\":14142.9,\"2140\":13830.0,\"2141\":null,\"2142\":1409.6,\"2143\":13824.0,\"2144\":18710.5,\"2145\":10280.44,\"2146\":19583.79,\"2147\":436.2,\"2148\":10239.3,\"2149\":4886.0,\"2150\":null,\"2151\":1667.3,\"2152\":null,\"2153\":4608.9,\"2154\":303.16,\"2155\":2088.86,\"2156\":340.4,\"2157\":2129.0,\"2158\":1405.4,\"2159\":11113.47,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":null,\"2165\":760.98,\"2166\":null,\"2167\":304.92,\"2168\":1140.0,\"2169\":null,\"2170\":null,\"2171\":538.56,\"2172\":null,\"2173\":5477.1,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3965.74,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":8990.51,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":11544.02,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":4219.03,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":14382.35,\"2206\":15031.86,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1204.61,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":177.94,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2013.0,\"2289\":7165.2,\"2290\":53834.67,\"2291\":2998.8,\"2292\":4933.77,\"2293\":690.8,\"2294\":null,\"2295\":1880.0,\"2296\":404.37,\"2297\":12892.0,\"2298\":18540.85,\"2299\":198.0,\"2300\":3063.88,\"2301\":1715.67,\"2302\":765.86,\"2303\":2880.0,\"2304\":813.0,\"2305\":17976.0,\"2306\":462895.25,\"2307\":499982.86,\"2308\":13264.0,\"2309\":1164.9,\"2310\":6981.79,\"2311\":59600.03,\"2312\":6185.67,\"2313\":809.31,\"2314\":706.57,\"2315\":3699.2,\"2316\":1971.3,\"2317\":14214.53,\"2318\":629.2,\"2319\":null,\"2320\":null,\"2321\":15318.08,\"2322\":16099.0,\"2323\":4704.38,\"2324\":940.78,\"2325\":150438.39,\"2326\":6012.95,\"2327\":null,\"2328\":1238070.1100000001,\"2329\":null,\"2330\":14940.11,\"2331\":345104.33,\"2332\":14340.0,\"2333\":18752.8,\"2334\":22977.99,\"2335\":13514.74,\"2336\":10412.32,\"2337\":null,\"2338\":990.7,\"2339\":1274.73,\"2340\":564.33,\"2341\":86240.0,\"2342\":null,\"2343\":2430.18,\"2344\":763.13,\"2345\":396.22,\"2346\":27370.88,\"2347\":3646.13,\"2348\":null,\"2349\":null,\"2350\":865.4,\"2351\":893502.45,\"2352\":603177.17,\"2353\":354.0,\"2354\":6454.8,\"2355\":8352.37,\"2356\":808.17,\"2357\":null,\"2358\":663.1,\"2359\":13680.0,\"2360\":22837.75,\"2361\":60501.96,\"2362\":68323.98,\"2363\":164889.24,\"2364\":null,\"2365\":418217.07,\"2366\":null,\"2367\":null,\"2368\":7193.04,\"2369\":569.58,\"2370\":670.82,\"2371\":3813.6,\"2372\":350448.43,\"2373\":1060.38,\"2374\":544.04,\"2375\":817.02,\"2376\":709.21,\"2377\":6621.6,\"2378\":427.92,\"2379\":14028.59,\"2380\":4496.85,\"2381\":19958.4,\"2382\":7310.4,\"2383\":null,\"2384\":356.27,\"2385\":2580.6,\"2386\":108.9,\"2387\":345.43,\"2388\":30042.51,\"2389\":25614.2,\"2390\":125869.52,\"2391\":91629.85,\"2392\":812234.37,\"2393\":1365.96,\"2394\":840.18,\"2395\":1101.15,\"2396\":1644.8,\"2397\":545422.72,\"2398\":534290.91,\"2399\":null,\"2400\":65767.27,\"2401\":415326.17,\"2402\":139914.91,\"2403\":0.21,\"2404\":795.48,\"2405\":600.5,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64000.31,\"2410\":162159.07,\"2411\":170568.15,\"2412\":19622.48,\"2413\":102245.68,\"2414\":14790.58,\"2415\":45310.16,\"2416\":48268.95,\"2417\":657.51,\"2418\":226050.79,\"2419\":996.79,\"2420\":9050.8,\"2421\":2596.96,\"2422\":31065.21,\"2423\":46432.97,\"2424\":49420.99,\"2425\":55359.32,\"2426\":13487.85,\"2427\":651.21,\"2428\":5716.8,\"2429\":null,\"2430\":3691.2,\"2431\":6770.28,\"2432\":287.17,\"2433\":null,\"2434\":1440.0,\"2435\":4801.13,\"2436\":1221.12,\"2437\":1525.04,\"2438\":119.32,\"2439\":8458.0,\"2440\":10288.0,\"2441\":3066.8,\"2442\":5956.97,\"2443\":17833.49,\"2444\":9094.85,\"2445\":9448.62,\"2446\":927.67,\"2447\":10011.5,\"2448\":9777.1,\"2449\":null,\"2450\":1368.9,\"2451\":13734.0,\"2452\":19594.32,\"2453\":10309.59,\"2454\":19603.82,\"2455\":428.8,\"2456\":8908.0,\"2457\":7480.0,\"2458\":1596.9,\"2459\":null,\"2460\":4152.6,\"2461\":303.16,\"2462\":1507.65,\"2463\":340.63,\"2464\":2088.0,\"2465\":1384.55,\"2466\":10893.04,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":1.47,\"2472\":743.16,\"2473\":null,\"2474\":243.76,\"2475\":1078.5,\"2476\":null,\"2477\":null,\"2478\":184.32,\"2479\":null,\"2480\":5578.9,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3925.57,\"2486\":null,\"2487\":null,\"2488\":11019.32,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11624.7,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":4025.7,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11333.21,\"2512\":11515.06,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":0.15,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1204.34,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":104.05,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1953.6,\"2595\":7173.6,\"2596\":11159.0,\"2597\":2343.6,\"2598\":4631.26,\"2599\":463.87,\"2600\":null,\"2601\":7710.0,\"2602\":404.36,\"2603\":13794.0,\"2604\":17834.62,\"2605\":198.0,\"2606\":3058.11,\"2607\":1750.98,\"2608\":727.7,\"2609\":2804.4,\"2610\":1375.0,\"2611\":16200.0,\"2612\":223433.06,\"2613\":501007.09,\"2614\":13384.0,\"2615\":914.1,\"2616\":5984.99,\"2617\":61681.6,\"2618\":6035.33,\"2619\":767.91,\"2620\":720.88,\"2621\":3699.2,\"2622\":1980.94,\"2623\":13346.95,\"2624\":623.7,\"2625\":29691.87,\"2626\":null,\"2627\":15405.24,\"2628\":15383.0,\"2629\":4709.36,\"2630\":940.78,\"2631\":150754.51,\"2632\":5977.83,\"2633\":null,\"2634\":null,\"2635\":1240352.99,\"2636\":null,\"2637\":14113.46,\"2638\":395861.68,\"2639\":14280.0,\"2640\":18594.4,\"2641\":24288.83,\"2642\":11966.67,\"2643\":10135.35,\"2644\":84369.91,\"2645\":824.9,\"2646\":1294.62,\"2647\":555.71,\"2648\":305305.0,\"2649\":null,\"2650\":2111.63,\"2651\":764.9,\"2652\":398.83,\"2653\":25335.98,\"2654\":3430.48,\"2655\":null,\"2656\":null,\"2657\":912.95,\"2658\":893078.76,\"2659\":600895.9399999999,\"2660\":null,\"2661\":5902.6,\"2662\":8344.4,\"2663\":807.84,\"2664\":136670.0,\"2665\":625.12,\"2666\":14148.0,\"2667\":23765.08,\"2668\":60365.32,\"2669\":68124.91,\"2670\":164916.76,\"2671\":291.5,\"2672\":50739.59,\"2673\":38993.96,\"2674\":42102.09,\"2675\":7499.13,\"2676\":560.47,\"2677\":670.07,\"2678\":2070.0,\"2679\":329884.93,\"2680\":1062.1,\"2681\":533.97,\"2682\":524.88,\"2683\":745.87,\"2684\":5575.2,\"2685\":429.24,\"2686\":14052.98,\"2687\":4492.35,\"2688\":19779.2,\"2689\":8630.4,\"2690\":354.95,\"2691\":2629.2,\"2692\":108.9,\"2693\":355.84,\"2694\":29426.8,\"2695\":25594.29,\"2696\":955083.1800000001,\"2697\":92724.72,\"2698\":763949.53,\"2699\":1253.94,\"2700\":861.3,\"2701\":1099.23,\"2702\":1562.4,\"2703\":788238.09,\"2704\":547545.33,\"2705\":null,\"2706\":209840.0,\"2707\":null,\"2708\":415888.15,\"2709\":139354.8,\"2710\":115784.88,\"2711\":795.06,\"2712\":645.07,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64471.36,\"2717\":161829.86,\"2718\":170298.05,\"2719\":19804.45,\"2720\":165396.84,\"2721\":14796.11,\"2722\":45454.42,\"2723\":48441.82,\"2724\":656.28,\"2725\":225453.62,\"2726\":1172.61,\"2727\":8725.2,\"2728\":2552.65,\"2729\":32725.7,\"2730\":45737.04,\"2731\":49539.41,\"2732\":49035.92,\"2733\":14783.47,\"2734\":650.79,\"2735\":4723.2,\"2736\":null,\"2737\":5556.0,\"2738\":6764.84,\"2739\":285.65,\"2740\":null,\"2741\":2320.0,\"2742\":4801.13,\"2743\":1214.88,\"2744\":1558.04,\"2745\":117.4,\"2746\":9260.0,\"2747\":9936.0,\"2748\":2961.2,\"2749\":5960.25,\"2750\":17808.39,\"2751\":10382.6,\"2752\":11072.05,\"2753\":668.07,\"2754\":10009.6,\"2755\":9745.3,\"2756\":null,\"2757\":1401.0,\"2758\":13392.0,\"2759\":19664.86,\"2760\":10305.22,\"2761\":19610.3,\"2762\":null,\"2763\":null,\"2764\":450.7,\"2765\":8418.1,\"2766\":4696.0,\"2767\":1564.1,\"2768\":null,\"2769\":3811.0,\"2770\":303.16,\"2771\":1965.67,\"2772\":340.17,\"2773\":2042.0,\"2774\":478.61,\"2775\":11142.8,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":705.54,\"2782\":null,\"2783\":275.0,\"2784\":896.4,\"2785\":null,\"2786\":null,\"2787\":null,\"2788\":null,\"2789\":5568.2,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":9739.3,\"2795\":null,\"2796\":null,\"2797\":8545.45,\"2798\":null,\"2799\":175037.67,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":9825.86,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":6230.59,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9702.63,\"2821\":10026.23,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1342.22,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":622.6,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":0.29,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1867.8,\"2904\":7171.2,\"2905\":12812.0,\"2906\":2167.2,\"2907\":3999.13,\"2908\":468.49,\"2909\":null,\"2910\":15080.0,\"2911\":404.35,\"2912\":12705.0,\"2913\":16990.08,\"2914\":19.8,\"2915\":3043.1,\"2916\":1738.44,\"2917\":691.88,\"2918\":2839.5,\"2919\":1749.0,\"2920\":16344.0,\"2921\":462396.22,\"2922\":502736.58,\"2923\":12000.0,\"2924\":643.5,\"2925\":10949.14,\"2926\":60761.48,\"2927\":6182.0,\"2928\":667.86,\"2929\":726.58,\"2930\":3699.2,\"2931\":null,\"2932\":13040.4,\"2933\":627.0,\"2934\":null,\"2935\":15113.53,\"2936\":7328.0,\"2937\":5307.75,\"2938\":940.78,\"2939\":129207.48,\"2940\":155960.0,\"2941\":6751.42,\"2942\":72.0,\"2943\":508740.0,\"2944\":1232153.3300000001,\"2945\":17.52,\"2946\":17067.68,\"2947\":390970.21,\"2948\":19244.02,\"2949\":18752.8,\"2950\":23360.53,\"2951\":8745.62,\"2952\":11069.17,\"2953\":90351.45,\"2954\":1024.86,\"2955\":1295.71,\"2956\":448.71,\"2957\":305085.01,\"2958\":null,\"2959\":2245.15,\"2960\":762.93,\"2961\":397.35,\"2962\":24669.56,\"2963\":null,\"2964\":null,\"2965\":63.72,\"2966\":899.09,\"2967\":924704.03,\"2968\":440221.73,\"2969\":594.0,\"2970\":5143.6,\"2971\":8333.5,\"2972\":802.67,\"2973\":136720.0,\"2974\":623.19,\"2975\":13068.0,\"2976\":22782.99,\"2977\":60323.85,\"2978\":68562.25,\"2979\":165009.14,\"2980\":null,\"2981\":1019.77,\"2982\":39024.13,\"2983\":41981.25,\"2984\":8723.48,\"2985\":541.99,\"2986\":672.98,\"2987\":1204.8,\"2988\":350151.7,\"2989\":1060.38,\"2990\":536.18,\"2991\":830.7,\"2992\":716.33,\"2993\":null,\"2994\":429.24,\"2995\":19008.0,\"2996\":13935.33,\"2997\":4495.5,\"2998\":19779.2,\"2999\":9331.2,\"3000\":372.97,\"3001\":2530.8,\"3002\":105.6,\"3003\":296.46,\"3004\":29727.98,\"3005\":25603.89,\"3006\":362556.2,\"3007\":92847.27,\"3008\":750681.24,\"3009\":1216.8,\"3010\":798.16,\"3011\":1189.13,\"3012\":1454.4,\"3013\":32924.32,\"3014\":788654.74,\"3015\":547237.01,\"3016\":101830.0,\"3017\":416207.94,\"3018\":141009.22,\"3019\":123924.4,\"3020\":793.38,\"3021\":720.48,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":67831.44,\"3026\":166090.0,\"3027\":171095.4,\"3028\":19694.85,\"3029\":127342.17,\"3030\":14825.47,\"3031\":46129.13,\"3032\":48497.32,\"3033\":655.02,\"3034\":149964.07,\"3035\":null,\"3036\":8201.6,\"3037\":2536.01,\"3038\":31672.32,\"3039\":45974.15,\"3040\":49944.44,\"3041\":49293.28,\"3042\":16015.24,\"3043\":651.21,\"3044\":4154.4,\"3045\":null,\"3046\":2400.0,\"3047\":null,\"3048\":282.35,\"3049\":5280.0,\"3050\":4801.13,\"3051\":854.04,\"3052\":1516.68,\"3053\":111.52,\"3054\":8413.0,\"3055\":9320.0,\"3056\":2928.2,\"3057\":5757.68,\"3058\":17960.41,\"3059\":9771.04,\"3060\":10030.58,\"3061\":497.49,\"3062\":10007.7,\"3063\":9762.1,\"3064\":null,\"3065\":1346.7,\"3066\":13500.0,\"3067\":19658.17,\"3068\":10292.93,\"3069\":19600.94,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":426.0,\"3074\":8181.3,\"3075\":1618.0,\"3076\":null,\"3077\":1493.6,\"3078\":null,\"3079\":3552.2,\"3080\":673.0,\"3081\":303.16,\"3082\":2042.7,\"3083\":338.79,\"3084\":2060.0,\"3085\":252.94,\"3086\":10811.12,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":706.2,\"3093\":null,\"3094\":286.0,\"3095\":1180.8,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":673.0,\"3100\":5486.0,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":3942.78,\"3106\":null,\"3107\":7117.7,\"3108\":null,\"3109\":101125.52,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":10619.83,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":4973.38,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8436.45,\"3132\":8684.99,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1244.93,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":18.94,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1887.6,\"3214\":7159.2,\"3215\":15903.0,\"3216\":1908.0,\"3217\":3937.62,\"3218\":467.17,\"3219\":4.75,\"3220\":null,\"3221\":403.67,\"3222\":4730.0,\"3223\":16377.82,\"3224\":178.2,\"3225\":3036.33,\"3226\":1744.38,\"3227\":710.64,\"3228\":2749.5,\"3229\":1719.0,\"3230\":16348.0,\"3231\":463317.96,\"3232\":501862.83,\"3233\":null,\"3234\":977.79,\"3235\":10499.57,\"3236\":61751.14,\"3237\":6086.67,\"3238\":650.04,\"3239\":727.28,\"3240\":null,\"3241\":3699.2,\"3242\":11788.27,\"3243\":635.14,\"3244\":null,\"3245\":null,\"3246\":15304.12,\"3247\":16082.0,\"3248\":4645.3,\"3249\":940.78,\"3250\":208154.56,\"3251\":153082.69,\"3252\":5883.87,\"3253\":null,\"3254\":92730.0,\"3255\":1233157.21,\"3256\":null,\"3257\":13342.5,\"3258\":386049.42,\"3259\":14589.92,\"3260\":18955.2,\"3261\":25638.23,\"3262\":11140.09,\"3263\":10520.15,\"3264\":84401.18,\"3265\":1020.1,\"3266\":1225.75,\"3267\":null,\"3268\":542.58,\"3269\":305580.0,\"3270\":null,\"3271\":2232.38,\"3272\":763.92,\"3273\":403.32,\"3274\":23468.7,\"3275\":3643.89,\"3276\":3.6,\"3277\":null,\"3278\":907.91,\"3279\":913327.27,\"3280\":601046.6800000001,\"3281\":456.0,\"3282\":4560.6,\"3283\":8321.2,\"3284\":802.56,\"3285\":null,\"3286\":626.47,\"3287\":14508.0,\"3288\":22347.88,\"3289\":null,\"3290\":68730.28,\"3291\":164778.94,\"3292\":null,\"3293\":267996.0,\"3294\":434681.09,\"3295\":1020.36,\"3296\":38579.55,\"3297\":41807.5,\"3298\":8417.39,\"3299\":531.43,\"3300\":671.18,\"3301\":1174.35,\"3302\":350125.31,\"3303\":null,\"3304\":533.84,\"3305\":818.82,\"3306\":609.36,\"3307\":5238.0,\"3308\":429.12,\"3309\":14010.65,\"3310\":4498.65,\"3311\":18768.0,\"3312\":9316.8,\"3313\":365.9,\"3314\":2516.4,\"3315\":105.6,\"3316\":223.16,\"3317\":29812.64,\"3318\":34746.63,\"3319\":186874.94,\"3320\":92794.4,\"3321\":750801.12,\"3322\":1213.98,\"3323\":726.22,\"3324\":1162.5,\"3325\":1301.4,\"3326\":54168.8,\"3327\":775829.55,\"3328\":546360.72,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":416665.72,\"3333\":139233.24,\"3334\":126290.78,\"3335\":2063.0,\"3336\":793.24,\"3337\":664.78,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":64248.03,\"3342\":165269.75,\"3343\":170956.65,\"3344\":19805.3,\"3345\":203161.55,\"3346\":18210.94,\"3347\":45646.75,\"3348\":48277.12,\"3349\":644.61,\"3350\":206180.99,\"3351\":1328.17,\"3352\":8514.0,\"3353\":2404.7,\"3354\":33180.2,\"3355\":47194.36,\"3356\":56243.75,\"3357\":57693.37,\"3358\":12499.31,\"3359\":651.27,\"3360\":10036.8,\"3361\":null,\"3362\":2932.8,\"3363\":6733.65,\"3364\":278.26,\"3365\":4000.0,\"3366\":4801.13,\"3367\":584.28,\"3368\":1498.64,\"3369\":128.7,\"3370\":331.2,\"3371\":8134.0,\"3372\":9868.0,\"3373\":2849.0,\"3374\":4957.86,\"3375\":18881.97,\"3376\":9523.32,\"3377\":9881.95,\"3378\":null,\"3379\":10010.0,\"3380\":9780.2,\"3381\":null,\"3382\":1361.1,\"3383\":13590.0,\"3384\":19657.48,\"3385\":10291.99,\"3386\":19605.53,\"3387\":7394.4,\"3388\":null,\"3389\":402.4,\"3390\":8142.1,\"3391\":7078.0,\"3392\":null,\"3393\":1432.8,\"3394\":null,\"3395\":3366.6,\"3396\":393.0,\"3397\":303.16,\"3398\":2050.4,\"3399\":343.62,\"3400\":2060.0,\"3401\":1283.09,\"3402\":10421.73,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":716.76,\"3408\":null,\"3409\":298.76,\"3410\":1106.1,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2109.0,\"3415\":5326.9,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3822.26,\"3421\":null,\"3422\":null,\"3423\":3765.91,\"3424\":null,\"3425\":156345.45,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":4859.52,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4446.65,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":12914.05,\"3448\":13429.31,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1208.35,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1821.6,\"3533\":7148.4,\"3534\":202879.73,\"3535\":10310.4,\"3536\":5571.29,\"3537\":466.73,\"3538\":null,\"3539\":403.58,\"3540\":13310.0,\"3541\":15758.05,\"3542\":204.6,\"3543\":3042.93,\"3544\":1744.38,\"3545\":755.14,\"3546\":2396.7,\"3547\":2082.0,\"3548\":20488.0,\"3549\":462327.61,\"3550\":499943.05,\"3551\":13400.0,\"3552\":565.62,\"3553\":11445.9,\"3554\":61762.14,\"3555\":6127.0,\"3556\":639.98,\"3557\":691.43,\"3558\":3698.88,\"3559\":11406.71,\"3560\":624.58,\"3561\":25726.34,\"3562\":null,\"3563\":26194.48,\"3564\":8712.0,\"3565\":4440.7,\"3566\":939.79,\"3567\":246916.56,\"3568\":150551.63,\"3569\":5730.73,\"3570\":3264.0,\"3571\":81630.0,\"3572\":870759.04,\"3573\":null,\"3574\":13347.6,\"3575\":392834.99,\"3576\":15285.27,\"3577\":17639.6,\"3578\":24209.17,\"3579\":12021.44,\"3580\":15865.5,\"3581\":80468.41,\"3582\":1089.03,\"3583\":1232.11,\"3584\":306.08,\"3585\":305635.01,\"3586\":null,\"3587\":2095.53,\"3588\":760.67,\"3589\":403.21,\"3590\":22952.74,\"3591\":162088.77,\"3592\":2714.38,\"3593\":33.6,\"3594\":812.82,\"3595\":898886.9300000001,\"3596\":502838.33,\"3597\":312.0,\"3598\":4241.6,\"3599\":8307.91,\"3600\":796.4,\"3601\":636.45,\"3602\":14544.0,\"3603\":23366.23,\"3604\":69434.4,\"3605\":164557.93,\"3606\":30.0,\"3607\":262292.0,\"3608\":430813.16,\"3609\":1053.18,\"3610\":38662.91,\"3611\":42221.73,\"3612\":8111.3,\"3613\":538.16,\"3614\":null,\"3615\":1008.45,\"3616\":349644.69,\"3617\":1048.33,\"3618\":535.95,\"3619\":748.44,\"3620\":572.89,\"3621\":5239.2,\"3622\":429.36,\"3623\":null,\"3624\":1311.38,\"3625\":14063.74,\"3626\":4494.15,\"3627\":18486.79,\"3628\":7718.4,\"3629\":376.53,\"3630\":2486.4,\"3631\":105.6,\"3632\":346.62,\"3633\":29283.14,\"3634\":34464.86,\"3635\":null,\"3636\":37105.54,\"3637\":92839.58,\"3638\":820126.1899999999,\"3639\":1179.9,\"3640\":767.14,\"3641\":1069.09,\"3642\":1243.8,\"3643\":null,\"3644\":774356.03,\"3645\":38973.35,\"3646\":512168.25,\"3647\":101830.0,\"3648\":155185.73,\"3649\":418591.86,\"3650\":142055.22,\"3651\":124775.93,\"3652\":null,\"3653\":793.1,\"3654\":641.41,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":77518.92,\"3659\":165351.28,\"3660\":166699.8,\"3661\":19823.46,\"3662\":101725.75,\"3663\":18607.72,\"3664\":45363.29,\"3665\":48730.0,\"3666\":652.89,\"3667\":226026.35,\"3668\":1206.36,\"3669\":8045.4,\"3670\":2420.42,\"3671\":null,\"3672\":null,\"3673\":null,\"3674\":null,\"3675\":11815.24,\"3676\":650.73,\"3677\":6044.4,\"3678\":null,\"3679\":null,\"3680\":3746.4,\"3681\":6769.46,\"3682\":269.02,\"3683\":7920.0,\"3684\":4801.13,\"3685\":661.8,\"3686\":1537.8,\"3687\":120.65,\"3688\":331.8,\"3689\":7896.0,\"3690\":8981.0,\"3691\":2860.0,\"3692\":4954.56,\"3693\":14926.21,\"3694\":9267.83,\"3695\":9621.7,\"3696\":80.23,\"3697\":10005.7,\"3698\":9773.4,\"3699\":null,\"3700\":1346.1,\"3701\":10674.0,\"3702\":19738.17,\"3703\":10289.6,\"3704\":19591.51,\"3705\":6472.8,\"3706\":407.0,\"3707\":7926.4,\"3708\":1692.0,\"3709\":null,\"3710\":1391.3,\"3711\":null,\"3712\":3241.9,\"3713\":1871.0,\"3714\":303.16,\"3715\":2099.31,\"3716\":347.99,\"3717\":2011.0,\"3718\":1174.88,\"3719\":10319.27,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":777.48,\"3725\":281.6,\"3726\":1228.5,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5266.7,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3753.39,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":3230.34,\"3741\":null,\"3742\":180656.87,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":5822.56,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4784.59,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8432.9,\"3765\":8685.95,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1179.37,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":2.2,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":39.41,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1788.6,\"3850\":7143.6,\"3851\":388078.9,\"3852\":3754.8,\"3853\":4240.26,\"3854\":467.72,\"3855\":13.2,\"3856\":404.53,\"3857\":14003.0,\"3858\":15528.74,\"3859\":204.6,\"3860\":3145.23,\"3861\":1745.7,\"3862\":798.98,\"3863\":2490.3,\"3864\":2199.0,\"3865\":19964.0,\"3866\":60502.75,\"3867\":499561.61,\"3868\":13184.0,\"3869\":1111.77,\"3870\":7968.97,\"3871\":30907.68,\"3872\":6013.33,\"3873\":665.85,\"3874\":718.33,\"3875\":3698.88,\"3876\":873.6,\"3877\":11104.06,\"3878\":629.2,\"3879\":null,\"3880\":null,\"3881\":28934.32,\"3882\":18353.0,\"3883\":4396.28,\"3884\":938.8,\"3885\":249265.3,\"3886\":153995.03,\"3887\":5619.99,\"3888\":26112.0,\"3889\":436690.0,\"3890\":221809.66,\"3891\":null,\"3892\":12164.02,\"3893\":32704.36,\"3894\":13900.53,\"3895\":18684.6,\"3896\":27607.04,\"3897\":11101.13,\"3898\":17434.5,\"3899\":null,\"3900\":941.85,\"3901\":1227.2,\"3902\":548.46,\"3903\":19250.0,\"3904\":null,\"3905\":2147.86,\"3906\":765.88,\"3907\":407.47,\"3908\":22152.61,\"3909\":39925.68,\"3910\":3433.37,\"3911\":31.8,\"3912\":890.18,\"3913\":881638.33,\"3914\":559945.16,\"3915\":516.0,\"3916\":3678.4,\"3917\":8282.81,\"3918\":794.75,\"3919\":null,\"3920\":640.26,\"3921\":15552.0,\"3922\":23169.91,\"3923\":69042.19,\"3924\":164945.13,\"3925\":null,\"3926\":403926.0,\"3927\":443418.04,\"3928\":1046.5,\"3929\":38583.21,\"3930\":42377.77,\"3931\":8570.44,\"3932\":516.38,\"3933\":676.91,\"3934\":915.0,\"3935\":169824.57,\"3936\":2113.88,\"3937\":537.17,\"3938\":680.58,\"3939\":623.82,\"3940\":5060.4,\"3941\":429.36,\"3942\":1433.52,\"3943\":null,\"3944\":4500.9,\"3945\":18104.42,\"3946\":9105.6,\"3947\":382.54,\"3948\":2574.0,\"3949\":105.6,\"3950\":336.57,\"3951\":29631.75,\"3952\":31412.43,\"3953\":1241010.0,\"3954\":92004.37,\"3955\":541990.4399999999,\"3956\":1323.78,\"3957\":795.52,\"3958\":1067.77,\"3959\":2269.8,\"3960\":773187.5699999999,\"3961\":51960.89,\"3962\":541273.12,\"3963\":145060.0,\"3964\":155561.14,\"3965\":421230.55,\"3966\":143707.5,\"3967\":125519.56,\"3968\":792.12,\"3969\":669.35,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":69130.71,\"3974\":165172.83,\"3975\":170547.8,\"3976\":19602.04,\"3977\":197922.29,\"3978\":19138.24,\"3979\":45572.4,\"3980\":48462.82,\"3981\":650.43,\"3982\":152822.7,\"3983\":1185.24,\"3984\":7816.6,\"3985\":2277.17,\"3986\":31959.96,\"3987\":45914.41,\"3988\":57595.16,\"3989\":48959.28,\"3990\":12008.83,\"3991\":649.95,\"3992\":4924.8,\"3993\":0.6,\"3994\":null,\"3995\":5957.16,\"3996\":260.44,\"3997\":null,\"3998\":4720.0,\"3999\":9316.82,\"4000\":1114.2,\"4001\":1606.88,\"4002\":125.93,\"4003\":null,\"4004\":7717.0,\"4005\":9308.0,\"4006\":2723.6,\"4007\":4954.03,\"4008\":14733.15,\"4009\":8830.88,\"4010\":9200.38,\"4011\":556.89,\"4012\":10008.0,\"4013\":9608.1,\"4014\":null,\"4015\":1336.2,\"4016\":13392.0,\"4017\":19746.32,\"4018\":10286.5,\"4019\":19609.5,\"4020\":null,\"4021\":411.5,\"4022\":8516.3,\"4023\":2034.0,\"4024\":1359.2,\"4025\":null,\"4026\":3104.3,\"4027\":3071.0,\"4028\":303.16,\"4029\":1923.18,\"4030\":346.15,\"4031\":2013.0,\"4032\":1191.35,\"4033\":10833.46,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":691.02,\"4039\":275.44,\"4040\":879.3,\"4041\":null,\"4042\":null,\"4043\":null,\"4044\":null,\"4045\":2000.0,\"4046\":5338.6,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3690.26,\"4052\":null,\"4053\":null,\"4054\":2174.25,\"4055\":null,\"4056\":180541.82,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":1.79,\"4061\":null,\"4062\":4773.77,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":5046.69,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7445.27,\"4080\":7691.14,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1160.23,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":5133.7,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":30.98,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":null,\"4167\":7130.4,\"4168\":386871.92,\"4169\":2437.2,\"4170\":4239.51,\"4171\":null,\"4172\":35.2,\"4173\":404.69,\"4174\":13915.0,\"4175\":15064.51,\"4176\":191.4,\"4177\":3113.22,\"4178\":1729.2,\"4179\":754.02,\"4180\":2142.9,\"4181\":3509.0,\"4182\":20088.0,\"4183\":98053.46,\"4184\":499109.22,\"4185\":12656.0,\"4186\":1680.36,\"4187\":7972.5,\"4188\":30400.87,\"4189\":6050.0,\"4190\":633.94,\"4191\":721.3,\"4192\":3698.88,\"4193\":848.0,\"4194\":10719.94,\"4195\":628.76,\"4196\":5612.5,\"4197\":null,\"4198\":26257.19,\"4199\":18074.0,\"4200\":4368.85,\"4201\":939.79,\"4202\":249687.75,\"4203\":154819.64,\"4204\":5569.46,\"4205\":26184.0,\"4206\":510830.0,\"4207\":null,\"4208\":12368.11,\"4209\":245173.35,\"4210\":1027.31,\"4211\":18504.2,\"4212\":29265.27,\"4213\":11426.67,\"4214\":15673.43,\"4215\":171204.44,\"4216\":821.58,\"4217\":1178.13,\"4218\":563.96,\"4219\":null,\"4220\":null,\"4221\":1984.56,\"4222\":756.34,\"4223\":402.93,\"4224\":21680.44,\"4225\":164211.06,\"4226\":null,\"4227\":15.6,\"4228\":902.03,\"4229\":873858.16,\"4230\":397995.26,\"4231\":534.0,\"4232\":6311.8,\"4233\":8303.91,\"4234\":792.55,\"4235\":615.26,\"4236\":14220.0,\"4237\":23005.15,\"4238\":69230.55,\"4239\":164510.54,\"4240\":null,\"4241\":null,\"4242\":373925.48,\"4243\":990.53,\"4244\":38383.22,\"4245\":42165.89,\"4246\":8264.35,\"4247\":533.54,\"4248\":675.54,\"4249\":831.0,\"4250\":81047.13,\"4251\":3077.86,\"4252\":526.45,\"4253\":765.9,\"4254\":631.74,\"4255\":4605.6,\"4256\":428.88,\"4257\":1567.32,\"4258\":14090.28,\"4259\":3008.7,\"4260\":17527.68,\"4261\":6288.0,\"4262\":1150.71,\"4263\":382.87,\"4264\":2572.8,\"4265\":102.3,\"4266\":332.31,\"4267\":29440.13,\"4268\":31394.65,\"4269\":null,\"4270\":1052681.04,\"4271\":92321.87,\"4272\":539408.33,\"4273\":1497.72,\"4274\":767.14,\"4275\":1148.91,\"4276\":1411.2,\"4277\":775773.12,\"4278\":null,\"4279\":542257.54,\"4280\":101830.0,\"4281\":155417.5,\"4282\":423452.73,\"4283\":143456.19,\"4284\":127097.04,\"4285\":792.12,\"4286\":673.37,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":72796.7,\"4291\":165048.13,\"4292\":170233.3,\"4293\":19612.03,\"4294\":166516.68,\"4295\":19083.19,\"4296\":45613.64,\"4297\":48936.73,\"4298\":653.43,\"4299\":152868.4,\"4300\":1124.77,\"4301\":8773.6,\"4302\":2294.5,\"4303\":30192.15,\"4304\":41582.24,\"4305\":57946.51,\"4306\":57448.66,\"4307\":14961.01,\"4308\":326.22,\"4309\":5421.6,\"4310\":118.2,\"4311\":9410.4,\"4312\":6702.8,\"4313\":319.84,\"4314\":7920.0,\"4315\":9333.11,\"4316\":908.52,\"4317\":1527.68,\"4318\":143.35,\"4319\":8186.0,\"4320\":9878.0,\"4321\":2857.8,\"4322\":4957.76,\"4323\":16625.29,\"4324\":9106.42,\"4325\":9467.16,\"4326\":521.11,\"4327\":10015.3,\"4328\":9608.9,\"4329\":null,\"4330\":2196.4,\"4331\":12204.0,\"4332\":19656.92,\"4333\":10292.16,\"4334\":19605.05,\"4335\":8521.2,\"4336\":645.7,\"4337\":11282.4,\"4338\":4672.0,\"4339\":null,\"4340\":2102.1,\"4341\":null,\"4342\":4647.5,\"4343\":4158.0,\"4344\":303.16,\"4345\":1925.29,\"4346\":382.72,\"4347\":2104.0,\"4348\":1278.23,\"4349\":19451.94,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":112.93,\"4355\":909.48,\"4356\":null,\"4357\":269.72,\"4358\":9.3,\"4359\":null,\"4360\":null,\"4361\":null,\"4362\":null,\"4363\":2000.0,\"4364\":6641.5,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":6272.87,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":3717.75,\"4374\":null,\"4375\":180658.55,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":4749.7,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":3716.84,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6965.9,\"4398\":7158.71,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1191.41,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":4112.9,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":173.93,\"4444\":4157.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4157.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3622.67,\"4484\":2263.8,\"4485\":7146.0,\"4486\":382119.74,\"4487\":2430.0,\"4488\":4631.01,\"4489\":31.15,\"4490\":404.54,\"4491\":11561.0,\"4492\":17674.95,\"4493\":191.4,\"4494\":3020.16,\"4495\":1738.11,\"4496\":773.41,\"4497\":1266.3,\"4498\":3740.0,\"4499\":21056.0,\"4500\":187085.56,\"4501\":500661.27,\"4502\":13512.0,\"4503\":1607.43,\"4504\":9410.67,\"4505\":41356.06,\"4506\":7069.33,\"4507\":null,\"4508\":718.86,\"4509\":3698.56,\"4510\":858.79,\"4511\":10947.84,\"4512\":586.08,\"4513\":null,\"4514\":null,\"4515\":29108.53,\"4516\":19160.0,\"4517\":6351.8,\"4518\":939.79,\"4519\":249689.59,\"4520\":153705.86,\"4521\":7359.42,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":21530.35,\"4526\":387134.49,\"4527\":19044.72,\"4528\":13197.8,\"4529\":24487.5,\"4530\":15777.76,\"4531\":16124.55,\"4532\":169479.55,\"4533\":1189.84,\"4534\":1323.6,\"4535\":561.71,\"4536\":null,\"4537\":2316.33,\"4538\":750.82,\"4539\":405.13,\"4540\":21668.62,\"4541\":163714.28,\"4542\":2947.48,\"4543\":2484.6,\"4544\":809.63,\"4545\":1148811.4299999999,\"4546\":602975.01,\"4547\":558.0,\"4548\":10868.0,\"4549\":8316.58,\"4550\":789.69,\"4551\":644.79,\"4552\":16668.0,\"4553\":23350.98,\"4554\":69275.84,\"4555\":164751.05,\"4556\":null,\"4557\":null,\"4558\":533052.8100000001,\"4559\":49983.43,\"4560\":38049.16,\"4561\":41504.05,\"4562\":7958.26,\"4563\":531.04,\"4564\":675.61,\"4565\":737.25,\"4566\":145847.65,\"4567\":2967.69,\"4568\":532.62,\"4569\":835.02,\"4570\":634.43,\"4571\":4827.6,\"4572\":428.76,\"4573\":1311.53,\"4574\":14125.43,\"4575\":3405.15,\"4576\":18109.43,\"4577\":8601.6,\"4578\":null,\"4579\":361.75,\"4580\":2563.8,\"4581\":102.3,\"4582\":343.09,\"4583\":29312.13,\"4584\":33540.47,\"4585\":null,\"4586\":411762.44,\"4587\":90006.55,\"4588\":359933.54,\"4589\":125.52,\"4590\":734.8,\"4591\":1079.27,\"4592\":1305.0,\"4593\":769994.1,\"4594\":52322.59,\"4595\":510491.77,\"4596\":176420.0,\"4597\":155225.38,\"4598\":423010.01,\"4599\":73246.67,\"4600\":72183.65,\"4601\":790.72,\"4602\":584.58,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":77785.87,\"4607\":164994.45,\"4608\":170131.55,\"4609\":19816.97,\"4610\":115223.87,\"4611\":null,\"4612\":45675.49,\"4613\":48526.69,\"4614\":645.27,\"4615\":151925.03,\"4616\":1026.82,\"4617\":4496.8,\"4618\":2228.62,\"4619\":31764.15,\"4620\":42759.18,\"4621\":58416.59,\"4622\":57539.03,\"4623\":14087.06,\"4624\":326.13,\"4625\":14115.6,\"4626\":129.6,\"4627\":9410.4,\"4628\":6767.81,\"4629\":258.59,\"4630\":8080.0,\"4631\":9285.91,\"4632\":22.44,\"4633\":1568.16,\"4634\":125.14,\"4635\":8566.0,\"4636\":9187.0,\"4637\":2824.8,\"4638\":4954.99,\"4639\":17209.86,\"4640\":8926.24,\"4641\":9296.81,\"4642\":77.15,\"4643\":10011.5,\"4644\":9612.8,\"4645\":null,\"4646\":2185.5,\"4647\":11754.0,\"4648\":19706.71,\"4649\":10257.71,\"4650\":19604.07,\"4651\":7686.0,\"4652\":554.0,\"4653\":9794.8,\"4654\":7486.0,\"4655\":null,\"4656\":1528.6,\"4657\":null,\"4658\":3628.2,\"4659\":4845.0,\"4660\":303.16,\"4661\":2766.96,\"4662\":343.62,\"4663\":2263.0,\"4664\":1272.74,\"4665\":13864.86,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":813.78,\"4672\":354.2,\"4673\":243.9,\"4674\":null,\"4675\":null,\"4676\":35.04,\"4677\":null,\"4678\":2000.0,\"4679\":5808.8,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":9722.09,\"4685\":null,\"4686\":null,\"4687\":4510.24,\"4688\":null,\"4689\":180695.81,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":5787.54,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":3035.65,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":5980.88,\"4712\":6132.09,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1169.85,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":5579.2,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4900.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4900.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3721.67,\"4797\":2349.6,\"4798\":7147.2,\"4799\":215486.71,\"4800\":9723.6,\"4801\":5425.87,\"4802\":null,\"4803\":404.69,\"4804\":13145.0,\"4805\":10380.7,\"4806\":null,\"4807\":2614.76,\"4808\":1691.91,\"4809\":779.17,\"4810\":1366.2,\"4811\":3343.0,\"4812\":20168.0,\"4813\":181013.08,\"4814\":501201.91,\"4815\":null,\"4816\":981.09,\"4817\":10076.36,\"4818\":55690.96,\"4819\":7194.0,\"4820\":1205.2,\"4821\":718.04,\"4822\":3698.88,\"4823\":919.66,\"4824\":16165.13,\"4825\":624.58,\"4826\":29983.23,\"4827\":null,\"4828\":29066.53,\"4829\":18869.0,\"4830\":5012.45,\"4831\":939.79,\"4832\":248892.39,\"4833\":157616.86,\"4834\":6212.84,\"4835\":1032.0,\"4836\":510520.0,\"4837\":null,\"4838\":null,\"4839\":18479.66,\"4840\":396568.87,\"4841\":19384.4,\"4842\":18726.4,\"4843\":25338.85,\"4844\":14002.89,\"4845\":16510.34,\"4846\":171185.23,\"4847\":1221.92,\"4848\":1227.49,\"4849\":552.83,\"4850\":151580.0,\"4851\":null,\"4852\":2211.22,\"4853\":745.31,\"4854\":407.06,\"4855\":28473.82,\"4856\":163527.61,\"4857\":3819.9,\"4858\":2200.8,\"4859\":835.73,\"4860\":1006106.92,\"4861\":599935.3100000001,\"4862\":396.0,\"4863\":7420.6,\"4864\":8430.88,\"4865\":800.69,\"4866\":163960.0,\"4867\":615.62,\"4868\":14328.0,\"4869\":23048.68,\"4870\":69474.22,\"4871\":164849.7,\"4872\":34.0,\"4873\":305394.0,\"4874\":531920.89,\"4875\":50711.34,\"4876\":42681.08,\"4877\":7958.26,\"4878\":523.38,\"4879\":675.25,\"4880\":308.7,\"4881\":80914.3,\"4882\":3069.26,\"4883\":538.03,\"4884\":799.74,\"4885\":595.11,\"4886\":5056.8,\"4887\":428.16,\"4888\":19580.0,\"4889\":2103.12,\"4890\":14063.02,\"4891\":3477.15,\"4892\":16872.15,\"4893\":8596.8,\"4894\":373.43,\"4895\":2554.2,\"4896\":102.3,\"4897\":362.96,\"4898\":29954.2,\"4899\":36298.63,\"4900\":null,\"4901\":123901.27,\"4902\":91511.89,\"4903\":278143.37,\"4904\":1332.96,\"4905\":796.84,\"4906\":1040.32,\"4907\":1272.6,\"4908\":780430.8199999999,\"4909\":52319.71,\"4910\":532847.04,\"4911\":40345.07,\"4912\":208360.0,\"4913\":154249.5,\"4914\":422177.38,\"4915\":144229.38,\"4916\":125567.28,\"4917\":791.28,\"4918\":540.86,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76973.75,\"4923\":158381.68,\"4924\":170307.3,\"4925\":159254.7,\"4926\":18804.47,\"4927\":230597.72,\"4928\":14660.09,\"4929\":45274.26,\"4930\":48845.57,\"4931\":643.8,\"4932\":152694.29,\"4933\":1044.42,\"4934\":8947.4,\"4935\":2473.45,\"4936\":25000.22,\"4937\":42624.63,\"4938\":59216.69,\"4939\":57961.82,\"4940\":15936.05,\"4941\":325.35,\"4942\":5918.4,\"4943\":2.4,\"4944\":9410.4,\"4945\":6748.67,\"4946\":277.66,\"4947\":62.8,\"4948\":2560.0,\"4949\":9194.1,\"4950\":469.08,\"4951\":1679.48,\"4952\":117.08,\"4953\":330.6,\"4954\":8061.0,\"4955\":8169.0,\"4956\":2721.4,\"4957\":4952.71,\"4958\":17383.4,\"4959\":9435.5,\"4960\":9753.78,\"4961\":179.23,\"4962\":12914.8,\"4963\":12642.0,\"4964\":null,\"4965\":1610.1,\"4966\":13248.0,\"4967\":19736.19,\"4968\":10254.26,\"4969\":19601.72,\"4970\":7322.4,\"4971\":449.2,\"4972\":7975.9,\"4973\":4634.0,\"4974\":1348.9,\"4975\":null,\"4976\":4165.6,\"4977\":5001.0,\"4978\":303.16,\"4979\":2065.3,\"4980\":339.02,\"4981\":2077.0,\"4982\":315.36,\"4983\":11361.22,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":751.74,\"4990\":302.28,\"4991\":897.0,\"4992\":null,\"4993\":null,\"4994\":149.76,\"4995\":null,\"4996\":2000.0,\"4997\":5422.7,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3868.17,\"5003\":null,\"5004\":null,\"5005\":6993.46,\"5006\":null,\"5007\":180727.74,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":7761.93,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":5007.09,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5265.67,\"5031\":5423.38,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1183.27,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5561.6,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3817.0,\"5116\":1927.2,\"5117\":7146.0,\"5118\":384401.33,\"5119\":2570.4,\"5120\":4928.72,\"5121\":466.95,\"5122\":9.86,\"5123\":40.0,\"5124\":404.59,\"5125\":13838.0,\"5126\":14494.98,\"5127\":null,\"5128\":2213.8,\"5129\":1720.62,\"5130\":762.98,\"5131\":1230.3,\"5132\":2727.0,\"5133\":20264.0,\"5134\":454423.87,\"5135\":503146.96,\"5136\":12856.0,\"5137\":901.56,\"5138\":12132.15,\"5139\":33329.05,\"5140\":7410.33,\"5141\":1023.21,\"5142\":723.11,\"5143\":3698.56,\"5144\":883.83,\"5145\":13158.83,\"5146\":630.74,\"5147\":30040.35,\"5148\":null,\"5149\":15413.72,\"5150\":16579.0,\"5151\":4800.1,\"5152\":939.79,\"5153\":251023.36,\"5154\":159604.15,\"5155\":5961.37,\"5156\":42864.0,\"5157\":507500.0,\"5158\":null,\"5159\":null,\"5160\":18293.62,\"5161\":396539.48,\"5162\":14609.34,\"5163\":18103.8,\"5164\":21385.6,\"5165\":12225.74,\"5166\":16656.35,\"5167\":50155.24,\"5168\":713.94,\"5169\":1231.31,\"5170\":562.83,\"5171\":null,\"5172\":null,\"5173\":1815.39,\"5174\":747.18,\"5175\":400.62,\"5176\":25532.91,\"5177\":162737.82,\"5178\":200.03,\"5179\":2200.8,\"5180\":880.8,\"5181\":886568.05,\"5182\":568054.54,\"5183\":402.0,\"5184\":7326.0,\"5185\":8418.61,\"5186\":798.16,\"5187\":205060.0,\"5188\":609.79,\"5189\":13572.0,\"5190\":23565.48,\"5191\":69066.36,\"5192\":165303.45,\"5193\":null,\"5194\":305348.0,\"5195\":null,\"5196\":33394.26,\"5197\":42239.64,\"5198\":7499.13,\"5199\":559.94,\"5200\":687.24,\"5201\":787.2,\"5202\":81237.5,\"5203\":3069.26,\"5204\":524.47,\"5205\":649.98,\"5206\":516.48,\"5207\":4519.2,\"5208\":427.92,\"5209\":1409.94,\"5210\":14013.52,\"5211\":null,\"5212\":19491.87,\"5213\":3993.6,\"5214\":195.76,\"5215\":2555.4,\"5216\":95.7,\"5217\":331.99,\"5218\":29628.74,\"5219\":37393.32,\"5220\":null,\"5221\":324626.75,\"5222\":91722.41,\"5223\":784339.02,\"5224\":1604.58,\"5225\":764.5,\"5226\":1057.98,\"5227\":1236.6,\"5228\":769395.61,\"5229\":51881.38,\"5230\":533414.64,\"5231\":200740.0,\"5232\":154473.03,\"5233\":422383.15,\"5234\":141114.09,\"5235\":125121.26,\"5236\":2048.0,\"5237\":792.54,\"5238\":111.95,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":77385.84,\"5243\":162484.9,\"5244\":170255.5,\"5245\":155908.95,\"5246\":9892.97,\"5247\":224958.5,\"5248\":null,\"5249\":23351.12,\"5250\":46168.31,\"5251\":49022.86,\"5252\":655.77,\"5253\":153000.27,\"5254\":1129.8,\"5255\":8287.4,\"5256\":2396.89,\"5257\":27556.87,\"5258\":32175.16,\"5259\":58654.15,\"5260\":58344.08,\"5261\":14618.04,\"5262\":653.1,\"5263\":5403.6,\"5264\":34.8,\"5265\":9410.4,\"5266\":6758.73,\"5267\":275.35,\"5268\":4880.0,\"5269\":4932.03,\"5270\":390.84,\"5271\":1616.56,\"5272\":115.24,\"5273\":330.6,\"5274\":7804.0,\"5275\":8253.0,\"5276\":2640.0,\"5277\":4953.72,\"5278\":17040.24,\"5279\":8879.05,\"5280\":9224.08,\"5281\":1339.36,\"5282\":12962.3,\"5283\":12675.5,\"5284\":null,\"5285\":1411.2,\"5286\":13464.0,\"5287\":19738.19,\"5288\":19494.83,\"5289\":18578.85,\"5290\":6526.8,\"5291\":406.7,\"5292\":7418.6,\"5293\":1614.0,\"5294\":1268.1,\"5295\":null,\"5296\":3103.1,\"5297\":5077.0,\"5298\":303.16,\"5299\":0.01,\"5300\":337.64,\"5301\":2029.0,\"5302\":1319.15,\"5303\":10962.65,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":932.58,\"5310\":null,\"5311\":283.8,\"5312\":710.7,\"5313\":null,\"5314\":null,\"5315\":349.92,\"5316\":null,\"5317\":2000.0,\"5318\":5664.3,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3862.44,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":10439.66,\"5328\":null,\"5329\":180509.05,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":11595.81,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4401.61,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7454.99,\"5353\":7708.36,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":1.2,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1153.41,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":4074.4,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":18799.08,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":0.6,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":null,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3787.67,\"5440\":1828.2,\"5441\":7164.0,\"5442\":281056.14,\"5443\":1940.4,\"5444\":4436.07,\"5445\":464.64,\"5446\":null,\"5447\":231.85,\"5448\":14047.0,\"5449\":13793.84,\"5450\":198.0,\"5451\":3039.96,\"5452\":1745.37,\"5453\":754.15,\"5454\":762.3,\"5455\":2474.0,\"5456\":19592.0,\"5457\":463036.47,\"5458\":500067.02,\"5459\":12096.0,\"5460\":1392.93,\"5461\":10972.3,\"5462\":44745.04,\"5463\":null,\"5464\":7421.33,\"5465\":475.2,\"5466\":null,\"5467\":3698.56,\"5468\":861.06,\"5469\":12110.0,\"5470\":631.62,\"5471\":null,\"5472\":null,\"5473\":29953.33,\"5474\":17910.0,\"5475\":4600.27,\"5476\":null,\"5477\":254125.22,\"5478\":159213.02,\"5479\":5674.77,\"5480\":68928.0,\"5481\":null,\"5482\":40479.91,\"5483\":null,\"5484\":15619.58,\"5485\":395499.73,\"5486\":14164.26,\"5487\":13959.0,\"5488\":23220.22,\"5489\":10925.06,\"5490\":16843.05,\"5491\":33669.05,\"5492\":1389.8,\"5493\":1407.74,\"5494\":560.71,\"5495\":118525.0,\"5496\":null,\"5497\":2391.77,\"5498\":743.34,\"5499\":212.15,\"5500\":24102.88,\"5501\":161932.88,\"5502\":2605.18,\"5503\":2200.8,\"5504\":202.95,\"5505\":871306.6899999999,\"5506\":601009.11,\"5507\":516.0,\"5508\":6892.6,\"5509\":8409.09,\"5510\":792.66,\"5511\":179590.0,\"5512\":623.44,\"5513\":13572.0,\"5514\":23523.13,\"5515\":59937.1,\"5516\":69417.09,\"5517\":165030.59,\"5518\":null,\"5519\":null,\"5520\":435778.5,\"5521\":null,\"5522\":15773.19,\"5523\":null,\"5524\":518.5,\"5525\":686.2,\"5526\":2553.9,\"5527\":162416.4,\"5528\":3616.66,\"5529\":539.78,\"5530\":851.58,\"5531\":467.07,\"5532\":4262.4,\"5533\":427.44,\"5534\":1260.87,\"5535\":14157.0,\"5536\":17138.65,\"5537\":11712.0,\"5538\":380.09,\"5539\":2538.0,\"5540\":102.3,\"5541\":330.26,\"5542\":29916.97,\"5543\":34357.08,\"5544\":null,\"5545\":1232557.2,\"5546\":91612.95,\"5547\":203089.77,\"5548\":1604.58,\"5549\":691.68,\"5550\":1029.63,\"5551\":1378.8,\"5552\":777531.87,\"5553\":51974.31,\"5554\":533480.65,\"5555\":101690.0,\"5556\":153984.09,\"5557\":422369.03,\"5558\":140720.41,\"5559\":127014.01,\"5560\":2047.0,\"5561\":793.66,\"5562\":941.78,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":77354.68,\"5567\":162000.51,\"5568\":170275.85,\"5569\":155100.47,\"5570\":19609.28,\"5571\":228907.94,\"5572\":22072.34,\"5573\":45490.59,\"5574\":49123.48,\"5575\":654.78,\"5576\":153018.32,\"5577\":1228.38,\"5578\":5726.6,\"5579\":2337.32,\"5580\":32906.64,\"5581\":31905.97,\"5582\":59700.52,\"5583\":58356.07,\"5584\":14413.43,\"5585\":653.91,\"5586\":5626.8,\"5587\":34.8,\"5588\":9410.4,\"5589\":6758.9,\"5590\":305.25,\"5591\":4160.0,\"5592\":4804.99,\"5593\":1239.84,\"5594\":1717.32,\"5595\":122.76,\"5596\":null,\"5597\":8039.0,\"5598\":7442.0,\"5599\":2646.6,\"5600\":4955.98,\"5601\":16391.86,\"5602\":8813.62,\"5603\":9164.67,\"5604\":577.72,\"5605\":13182.2,\"5606\":12897.1,\"5607\":null,\"5608\":1387.4,\"5609\":13536.0,\"5610\":19739.84,\"5611\":19398.11,\"5612\":19586.06,\"5613\":8312.4,\"5614\":null,\"5615\":7347.9,\"5616\":2036.0,\"5617\":1253.8,\"5618\":null,\"5619\":2967.2,\"5620\":5070.0,\"5621\":303.16,\"5622\":2003.74,\"5623\":339.94,\"5624\":1962.0,\"5625\":169.05,\"5626\":10826.3,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":838.86,\"5633\":null,\"5634\":286.0,\"5635\":1040.4,\"5636\":null,\"5637\":null,\"5638\":330.72,\"5639\":null,\"5640\":2000.0,\"5641\":5341.7,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3753.39,\"5647\":null,\"5648\":null,\"5649\":5092.47,\"5650\":null,\"5651\":180639.05,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":9506.44,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":4082.21,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":10559.89,\"5674\":10837.28,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":18.15,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1128.66,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5574.8,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":18721.94,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":712.8,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":2983.68,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3817.0,\"5762\":1795.2,\"5763\":7152.0,\"5764\":364348.71,\"5765\":1951.2,\"5766\":3537.8,\"5767\":466.4,\"5768\":8.01,\"5769\":60.0,\"5770\":417.13,\"5771\":13387.0,\"5772\":13703.86,\"5773\":191.4,\"5774\":3084.84,\"5775\":1731.51,\"5776\":779.58,\"5777\":2169.9,\"5778\":811.0,\"5779\":21852.0,\"5780\":461179.19,\"5781\":501637.69,\"5782\":13992.0,\"5783\":1084.71,\"5784\":11041.1,\"5785\":44315.89,\"5786\":7359.0,\"5787\":627.9,\"5788\":3698.24,\"5789\":863.62,\"5790\":11882.06,\"5791\":635.8,\"5792\":270.47,\"5793\":null,\"5794\":28081.02,\"5795\":11372.0,\"5796\":4562.1,\"5797\":253885.08,\"5798\":158550.44,\"5799\":5600.06,\"5800\":506100.0,\"5801\":154227.51,\"5802\":null,\"5803\":15368.79,\"5804\":395579.75,\"5805\":13834.07,\"5806\":18211.6,\"5807\":22650.8,\"5808\":10920.73,\"5809\":16163.31,\"5810\":72020.85,\"5811\":1211.16,\"5812\":2007.87,\"5813\":565.21,\"5814\":178915.0,\"5815\":null,\"5816\":2110.94,\"5817\":740.49,\"5818\":468.52,\"5819\":33864.04,\"5820\":null,\"5821\":2080.58,\"5822\":2200.8,\"5823\":null,\"5824\":931.48,\"5825\":901069.95,\"5826\":402120.2,\"5827\":534.0,\"5828\":6905.8,\"5829\":8380.76,\"5830\":792.88,\"5831\":187800.0,\"5832\":664.3,\"5833\":14688.0,\"5834\":23346.0,\"5835\":60086.82,\"5836\":69574.46,\"5837\":164550.26,\"5838\":null,\"5839\":331246.0,\"5840\":null,\"5841\":41714.23,\"5842\":8264.35,\"5843\":512.42,\"5844\":688.39,\"5845\":849.9,\"5846\":171952.08,\"5847\":3618.38,\"5848\":526.65,\"5849\":926.1,\"5850\":564.92,\"5851\":5060.4,\"5852\":427.44,\"5853\":1386.59,\"5854\":14139.78,\"5855\":16175.13,\"5856\":7536.0,\"5857\":984.08,\"5858\":377.06,\"5859\":2543.4,\"5860\":105.6,\"5861\":325.55,\"5862\":29693.9,\"5863\":36911.86,\"5864\":null,\"5865\":1232919.23,\"5866\":92129.44,\"5867\":120523.91,\"5868\":1604.76,\"5869\":691.46,\"5870\":1049.47,\"5871\":1189.8,\"5872\":772992.98,\"5873\":52061.61,\"5874\":533611.8100000001,\"5875\":101790.0,\"5876\":154448.44,\"5877\":425540.99,\"5878\":135631.51,\"5879\":132157.01,\"5880\":2048.0,\"5881\":792.54,\"5882\":738.52,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":77521.26,\"5887\":164179.34,\"5888\":167635.9,\"5889\":null,\"5890\":19617.21,\"5891\":230297.75,\"5892\":22070.11,\"5893\":45356.16,\"5894\":48427.77,\"5895\":625.38,\"5896\":153357.95,\"5897\":null,\"5898\":8027.8,\"5899\":2287.39,\"5900\":30089.4,\"5901\":31945.68,\"5902\":58876.53,\"5903\":null,\"5904\":16603.07,\"5905\":653.19,\"5906\":5414.4,\"5907\":1.2,\"5908\":9410.4,\"5909\":6739.76,\"5910\":312.31,\"5911\":3680.0,\"5912\":9202.98,\"5913\":1262.28,\"5914\":1667.6,\"5915\":116.42,\"5916\":7566.0,\"5917\":7022.0,\"5918\":2596.0,\"5919\":5417.6,\"5920\":15058.61,\"5921\":10148.24,\"5922\":10229.57,\"5923\":453.64,\"5924\":13307.5,\"5925\":13033.3,\"5926\":null,\"5927\":1319.5,\"5928\":14202.0,\"5929\":19738.01,\"5930\":19652.04,\"5931\":10189.53,\"5932\":6325.2,\"5933\":7683.8,\"5934\":1718.0,\"5935\":2558.8,\"5936\":null,\"5937\":2838.4,\"5938\":4779.0,\"5939\":303.16,\"5940\":2101.34,\"5941\":339.25,\"5942\":1944.0,\"5943\":1199.19,\"5944\":20285.21,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":760.32,\"5951\":265.76,\"5952\":269.1,\"5953\":null,\"5954\":null,\"5955\":104.16,\"5956\":null,\"5957\":2000.0,\"5958\":7575.0,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9756.52,\"5964\":null,\"5965\":null,\"5966\":4426.47,\"5967\":null,\"5968\":180722.54,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":7780.19,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":3882.69,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":14870.17,\"5992\":15352.28,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1083.89,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":18798.01,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":null,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3868.33,\"6080\":2343.0,\"6081\":7141.2,\"6082\":400182.04,\"6083\":1692.0,\"6084\":2941.57,\"6085\":320.1,\"6086\":8.89,\"6087\":417.05,\"6088\":14003.0,\"6089\":13098.84,\"6090\":198.0,\"6091\":3084.84,\"6092\":1753.62,\"6093\":761.08,\"6094\":1148.4,\"6095\":814.0,\"6096\":15704.0,\"6097\":461303.42,\"6098\":500818.95,\"6099\":11776.0,\"6100\":1439.46,\"6101\":9269.25,\"6102\":48088.1,\"6103\":6666.0,\"6104\":698.91,\"6105\":3699.52,\"6106\":865.55,\"6107\":11788.99,\"6108\":615.12,\"6109\":33361.41,\"6110\":null,\"6111\":26161.5,\"6112\":15630.0,\"6113\":4457.64,\"6114\":939.79,\"6115\":254035.02,\"6116\":159666.24,\"6117\":5445.78,\"6118\":null,\"6119\":null,\"6120\":55402.54,\"6121\":null,\"6122\":12650.78,\"6123\":395756.22,\"6124\":23588.49,\"6125\":18123.6,\"6126\":23172.56,\"6127\":11024.23,\"6128\":17033.58,\"6129\":82797.98,\"6130\":1146.16,\"6131\":1324.97,\"6132\":null,\"6133\":559.33,\"6134\":134255.0,\"6135\":null,\"6136\":2114.16,\"6137\":743.44,\"6138\":461.81,\"6139\":33673.63,\"6140\":162114.41,\"6141\":3807.83,\"6142\":2200.8,\"6143\":939.57,\"6144\":904460.91,\"6145\":601407.26,\"6146\":396.0,\"6147\":9070.6,\"6148\":8366.91,\"6149\":825.22,\"6150\":null,\"6151\":652.76,\"6152\":13032.0,\"6153\":36635.67,\"6154\":69675.5,\"6155\":165023.05,\"6156\":null,\"6157\":null,\"6158\":444499.21,\"6159\":41840.62,\"6160\":8264.35,\"6161\":482.86,\"6162\":686.09,\"6163\":1513.65,\"6164\":142898.26,\"6165\":3048.6,\"6166\":524.07,\"6167\":757.98,\"6168\":566.92,\"6169\":4070.4,\"6170\":423.36,\"6171\":19297.67,\"6172\":1614.91,\"6173\":14031.46,\"6174\":null,\"6175\":15599.79,\"6176\":8558.4,\"6177\":null,\"6178\":382.67,\"6179\":2428.2,\"6180\":112.2,\"6181\":302.28,\"6182\":29446.0,\"6183\":42693.23,\"6184\":null,\"6185\":1233240.6899999999,\"6186\":92855.35,\"6187\":120813.13,\"6188\":1602.96,\"6189\":649.88,\"6190\":1009.93,\"6191\":1150.2,\"6192\":771551.45,\"6193\":52164.69,\"6194\":534659.76,\"6195\":null,\"6196\":153425.38,\"6197\":425982.63,\"6198\":140799.17,\"6199\":124250.03,\"6200\":2058.0,\"6201\":792.68,\"6202\":626.87,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":69326.02,\"6207\":161340.76,\"6208\":162489.2,\"6209\":339418.41,\"6210\":19610.57,\"6211\":230477.73,\"6212\":22601.33,\"6213\":44614.76,\"6214\":48051.07,\"6215\":649.74,\"6216\":152113.33,\"6217\":1627.58,\"6218\":7484.4,\"6219\":2515.46,\"6220\":29758.55,\"6221\":32194.86,\"6222\":57694.48,\"6223\":19393.06,\"6224\":655.29,\"6225\":5414.4,\"6226\":6.0,\"6227\":9410.4,\"6228\":6589.44,\"6229\":314.36,\"6230\":3600.0,\"6231\":9143.21,\"6232\":1548.96,\"6233\":1555.4,\"6234\":174.64,\"6235\":14644.0,\"6236\":7542.0,\"6237\":2574.0,\"6238\":9633.66,\"6239\":15238.45,\"6240\":19235.91,\"6241\":19570.42,\"6242\":2070.35,\"6243\":14537.6,\"6244\":14230.3,\"6245\":null,\"6246\":null,\"6247\":12690.0,\"6248\":19724.26,\"6249\":19650.33,\"6250\":19593.88,\"6251\":6415.2,\"6252\":8293.3,\"6253\":4676.0,\"6254\":null,\"6255\":1521.9,\"6256\":null,\"6257\":3016.2,\"6258\":5464.0,\"6259\":303.16,\"6260\":2192.83,\"6261\":337.41,\"6262\":1944.0,\"6263\":1212.52,\"6264\":12007.25,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":35.2,\"6270\":747.78,\"6271\":null,\"6272\":662.64,\"6273\":810.3,\"6274\":null,\"6275\":null,\"6276\":120.0,\"6277\":null,\"6278\":2000.0,\"6279\":5501.9,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3845.22,\"6285\":null,\"6286\":null,\"6287\":3007.64,\"6288\":null,\"6289\":198717.82,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":5709.51,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":4924.38,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19845.67,\"6313\":19915.92,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":970.13,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5210.7,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":171.56,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3321.2,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3875.67,\"6400\":1788.6,\"6401\":7142.4,\"6402\":397676.0,\"6403\":1695.6,\"6404\":2943.82,\"6405\":704.66,\"6406\":null,\"6407\":418.58,\"6408\":11429.0,\"6409\":13124.41,\"6410\":211.2,\"6411\":3071.47,\"6412\":1748.67,\"6413\":763.78,\"6414\":1466.1,\"6415\":810.0,\"6416\":16808.0,\"6417\":461362.73,\"6418\":500821.83,\"6419\":8808.0,\"6420\":725.34,\"6421\":12206.73,\"6422\":37551.77,\"6423\":6603.67,\"6424\":626.75,\"6425\":3699.52,\"6426\":880.53,\"6427\":11848.14,\"6428\":553.3,\"6429\":null,\"6430\":null,\"6431\":27101.69,\"6432\":11837.0,\"6433\":6040.63,\"6434\":939.79,\"6435\":244690.73,\"6436\":158611.77,\"6437\":8352.82,\"6438\":380328.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":13607.41,\"6443\":383977.47,\"6444\":14329.18,\"6445\":16299.8,\"6446\":22450.75,\"6447\":10157.07,\"6448\":17618.03,\"6449\":171185.36,\"6450\":1132.5,\"6451\":2268.34,\"6452\":301.83,\"6453\":null,\"6454\":null,\"6455\":2483.08,\"6456\":739.5,\"6457\":456.97,\"6458\":37710.43,\"6459\":163775.0,\"6460\":1989.62,\"6461\":2200.8,\"6462\":943.39,\"6463\":944227.46,\"6464\":598764.17,\"6465\":144.0,\"6466\":7521.8,\"6467\":6060.66,\"6468\":825.88,\"6469\":184630.0,\"6470\":608.29,\"6471\":14940.0,\"6472\":22946.3,\"6473\":69229.18,\"6474\":164785.34,\"6475\":null,\"6476\":591322.73,\"6477\":41213.17,\"6478\":8111.3,\"6479\":521.4,\"6480\":687.02,\"6481\":947.25,\"6482\":162713.91,\"6483\":3052.04,\"6484\":533.94,\"6485\":707.58,\"6486\":808.29,\"6487\":5112.0,\"6488\":419.76,\"6489\":1545.9,\"6490\":14144.8,\"6491\":null,\"6492\":15605.04,\"6493\":4939.2,\"6494\":380.16,\"6495\":2544.0,\"6496\":99.0,\"6497\":280.31,\"6498\":29553.11,\"6499\":49039.62,\"6500\":null,\"6501\":null,\"6502\":92682.3,\"6503\":121498.08,\"6504\":1601.1,\"6505\":679.58,\"6506\":1956.24,\"6507\":1220.4,\"6508\":774102.58,\"6509\":51927.04,\"6510\":533487.96,\"6511\":null,\"6512\":154385.5,\"6513\":424471.14,\"6514\":140504.1,\"6515\":90782.53,\"6516\":2058.0,\"6517\":790.86,\"6518\":591.11,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":78224.38,\"6523\":164311.4,\"6524\":169478.5,\"6525\":336848.35,\"6526\":19623.52,\"6527\":230377.74,\"6528\":22605.89,\"6529\":45383.6,\"6530\":47958.51,\"6531\":648.33,\"6532\":153116.49,\"6533\":1091.39,\"6534\":7161.0,\"6535\":2331.01,\"6536\":25200.33,\"6537\":32151.85,\"6538\":58468.15,\"6539\":18493.53,\"6540\":655.02,\"6541\":5626.8,\"6542\":null,\"6543\":9410.4,\"6544\":6595.71,\"6545\":314.89,\"6546\":null,\"6547\":4960.0,\"6548\":9167.17,\"6549\":1544.4,\"6550\":1569.04,\"6551\":121.31,\"6552\":11954.0,\"6553\":7761.0,\"6554\":2530.0,\"6555\":5907.74,\"6556\":15948.03,\"6557\":17913.88,\"6558\":17996.67,\"6559\":1375.44,\"6560\":13948.8,\"6561\":13652.6,\"6562\":null,\"6563\":13518.0,\"6564\":19543.78,\"6565\":19524.75,\"6566\":19406.97,\"6567\":7081.2,\"6568\":470.3,\"6569\":7960.2,\"6570\":4814.0,\"6571\":null,\"6572\":1281.4,\"6573\":null,\"6574\":2740.0,\"6575\":5034.0,\"6576\":303.16,\"6577\":2139.66,\"6578\":336.03,\"6579\":2059.0,\"6580\":1140.85,\"6581\":12043.71,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":null,\"6587\":962.94,\"6588\":null,\"6589\":483.12,\"6590\":828.0,\"6591\":null,\"6592\":null,\"6593\":226.08,\"6594\":null,\"6595\":2000.0,\"6596\":5432.4,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":4912.7,\"6602\":null,\"6603\":12.1,\"6604\":null,\"6605\":6719.25,\"6606\":null,\"6607\":198102.74,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":7411.09,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5569.88,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":17833.38,\"6631\":18604.57,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2054.8,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5621.0,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":44.01,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1564.58,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3828.0,\"6718\":null,\"6719\":7140.0,\"6720\":402059.48,\"6721\":1854.0,\"6722\":3843.97,\"6723\":710.6,\"6724\":67.67,\"6725\":1630.0,\"6726\":417.62,\"6727\":12892.0,\"6728\":13365.91,\"6729\":204.6,\"6730\":2631.58,\"6731\":1740.75,\"6732\":759.51,\"6733\":2115.0,\"6734\":812.0,\"6735\":17432.0,\"6736\":458296.26,\"6737\":500276.85,\"6738\":12240.0,\"6739\":1378.08,\"6740\":16511.35,\"6741\":53114.83,\"6742\":6732.0,\"6743\":644.86,\"6744\":3699.52,\"6745\":825.52,\"6746\":11481.23,\"6747\":585.2,\"6748\":null,\"6749\":null,\"6750\":28066.28,\"6751\":10472.0,\"6752\":5513.54,\"6753\":940.78,\"6754\":249226.8,\"6755\":159242.8,\"6756\":6795.3,\"6757\":380880.0,\"6758\":511430.0,\"6759\":null,\"6760\":null,\"6761\":15520.11,\"6762\":385808.11,\"6763\":15582.0,\"6764\":16522.0,\"6765\":24710.25,\"6766\":11388.56,\"6767\":16635.6,\"6768\":null,\"6769\":1154.44,\"6770\":1851.72,\"6771\":561.96,\"6772\":152680.0,\"6773\":null,\"6774\":2072.42,\"6775\":739.6,\"6776\":455.65,\"6777\":47544.47,\"6778\":91021.21,\"6779\":2470.39,\"6780\":2200.8,\"6781\":null,\"6782\":934.95,\"6783\":956786.13,\"6784\":400768.4,\"6785\":180.0,\"6786\":7504.2,\"6787\":2252.82,\"6788\":806.59,\"6789\":null,\"6790\":605.57,\"6791\":12744.0,\"6792\":5118.55,\"6793\":69230.36,\"6794\":164988.0,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":30.69,\"6800\":40111.47,\"6801\":8111.3,\"6802\":492.62,\"6803\":686.48,\"6804\":1184.4,\"6805\":161471.05,\"6806\":2210.28,\"6807\":532.36,\"6808\":778.14,\"6809\":632.13,\"6810\":4450.8,\"6811\":425.16,\"6812\":1450.0,\"6813\":19241.87,\"6814\":1621.35,\"6815\":15213.18,\"6816\":6777.6,\"6817\":372.97,\"6818\":2530.8,\"6819\":102.3,\"6820\":324.61,\"6821\":29693.34,\"6822\":47065.98,\"6823\":null,\"6824\":null,\"6825\":92426.29,\"6826\":120045.17,\"6827\":1598.1,\"6828\":698.5,\"6829\":1963.38,\"6830\":1153.8,\"6831\":59996.62,\"6832\":773349.88,\"6833\":52523.46,\"6834\":531706.34,\"6835\":43422.21,\"6836\":146230.0,\"6837\":154375.85,\"6838\":425578.82,\"6839\":139753.26,\"6840\":125286.04,\"6841\":2056.0,\"6842\":789.6,\"6843\":580.57,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":77446.14,\"6848\":164789.09,\"6849\":170116.75,\"6850\":null,\"6851\":19182.93,\"6852\":230627.71,\"6853\":22568.2,\"6854\":45355.84,\"6855\":47840.43,\"6856\":645.54,\"6857\":151056.78,\"6858\":986.37,\"6859\":6749.6,\"6860\":2802.07,\"6861\":30993.27,\"6862\":32262.45,\"6863\":57968.76,\"6864\":19575.47,\"6865\":655.32,\"6866\":5623.2,\"6867\":null,\"6868\":93.6,\"6869\":9410.4,\"6870\":6793.05,\"6871\":309.34,\"6872\":null,\"6873\":7520.0,\"6874\":9291.17,\"6875\":1617.12,\"6876\":1683.88,\"6877\":151.4,\"6878\":null,\"6879\":15475.0,\"6880\":8275.0,\"6881\":2523.4,\"6882\":5908.61,\"6883\":16452.05,\"6884\":17746.45,\"6885\":18288.39,\"6886\":2370.43,\"6887\":16480.7,\"6888\":16129.5,\"6889\":null,\"6890\":13032.0,\"6891\":19537.43,\"6892\":19525.84,\"6893\":19398.65,\"6894\":5486.4,\"6895\":455.3,\"6896\":11375.0,\"6897\":4606.0,\"6898\":1250.5,\"6899\":null,\"6900\":2801.6,\"6901\":5648.0,\"6902\":303.16,\"6903\":2154.59,\"6904\":335.34,\"6905\":2011.0,\"6906\":868.46,\"6907\":11372.07,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":934.56,\"6914\":337.04,\"6915\":713.1,\"6916\":null,\"6917\":null,\"6918\":86.88,\"6919\":null,\"6920\":2000.0,\"6921\":5281.5,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":5480.87,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":7182.51,\"6931\":null,\"6932\":198432.38,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":10968.57,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5134.76,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19809.03,\"6956\":19929.03,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1556.12,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5288.8,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":5144.54,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3809.67,\"7042\":1854.6,\"7043\":7165.2,\"7044\":174645.18,\"7045\":1854.0,\"7046\":3643.21,\"7047\":711.48,\"7048\":null,\"7049\":418.07,\"7050\":12496.0,\"7051\":15020.87,\"7052\":59.4,\"7053\":3053.66,\"7054\":1751.31,\"7055\":742.46,\"7056\":1897.2,\"7057\":2246.0,\"7058\":14732.0,\"7059\":457444.35,\"7060\":500272.81,\"7061\":12280.0,\"7062\":1230.57,\"7063\":17584.6,\"7064\":65803.9,\"7065\":6790.67,\"7066\":813.63,\"7067\":3436.48,\"7068\":964.82,\"7069\":12859.68,\"7070\":640.42,\"7071\":null,\"7072\":null,\"7073\":27027.08,\"7074\":15436.0,\"7075\":6393.95,\"7076\":940.78,\"7077\":246149.22,\"7078\":159756.09,\"7079\":8000.3,\"7080\":228840.0,\"7081\":null,\"7082\":188273.29,\"7083\":null,\"7084\":34905.26,\"7085\":32854.62,\"7086\":14894.02,\"7087\":18141.2,\"7088\":24230.74,\"7089\":10257.23,\"7090\":17043.76,\"7091\":171180.17,\"7092\":1365.99,\"7093\":1800.29,\"7094\":545.33,\"7095\":130790.0,\"7096\":null,\"7097\":2149.93,\"7098\":744.72,\"7099\":446.82,\"7100\":35253.77,\"7101\":162997.05,\"7102\":null,\"7103\":1918.2,\"7104\":940.42,\"7105\":1005876.59,\"7106\":0.01,\"7107\":462.0,\"7108\":7972.8,\"7109\":2229.32,\"7110\":806.59,\"7111\":181210.0,\"7112\":631.49,\"7113\":14256.0,\"7114\":null,\"7115\":35585.52,\"7116\":69444.39,\"7117\":164788.4,\"7118\":711.5,\"7119\":403190.0,\"7120\":40352.53,\"7121\":7958.26,\"7122\":475.07,\"7123\":670.14,\"7124\":1010.85,\"7125\":103777.96,\"7126\":2203.39,\"7127\":526.02,\"7128\":620.46,\"7129\":740.2,\"7130\":4174.8,\"7131\":425.52,\"7132\":1653.01,\"7133\":19199.54,\"7134\":null,\"7135\":17729.56,\"7136\":6888.0,\"7137\":378.31,\"7138\":2475.6,\"7139\":234.3,\"7140\":307.68,\"7141\":29280.73,\"7142\":50179.82,\"7143\":null,\"7144\":1232934.95,\"7145\":92421.6,\"7146\":119200.89,\"7147\":1549.5,\"7148\":698.06,\"7149\":1810.98,\"7150\":1555.2,\"7151\":32751.24,\"7152\":775219.8199999999,\"7153\":51964.54,\"7154\":532249.71,\"7155\":null,\"7156\":null,\"7157\":154433.85,\"7158\":423833.44,\"7159\":142419.5,\"7160\":72135.68,\"7161\":2052.0,\"7162\":790.02,\"7163\":2038.01,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":77444.35,\"7168\":163588.74,\"7169\":171012.15,\"7170\":266619.27,\"7171\":19806.39,\"7172\":69030.33,\"7173\":22578.42,\"7174\":45317.17,\"7175\":48111.09,\"7176\":645.99,\"7177\":151207.2,\"7178\":1077.62,\"7179\":4263.6,\"7180\":3005.01,\"7181\":30316.59,\"7182\":31535.3,\"7183\":58072.38,\"7184\":239.1,\"7185\":19381.32,\"7186\":654.33,\"7187\":5626.8,\"7188\":null,\"7189\":9410.4,\"7190\":6765.33,\"7191\":356.47,\"7192\":8000.0,\"7193\":9508.94,\"7194\":1125.72,\"7195\":1715.56,\"7196\":119.86,\"7197\":null,\"7198\":10880.0,\"7199\":9869.0,\"7200\":2598.2,\"7201\":5764.31,\"7202\":16636.07,\"7203\":11131.55,\"7204\":11718.58,\"7205\":3247.05,\"7206\":13335.0,\"7207\":13052.7,\"7208\":null,\"7209\":13590.0,\"7210\":19742.67,\"7211\":18842.24,\"7212\":19586.99,\"7213\":7254.0,\"7214\":442.2,\"7215\":10674.3,\"7216\":4984.0,\"7217\":260.59,\"7218\":2818.3,\"7219\":null,\"7220\":3232.2,\"7221\":5614.0,\"7222\":303.16,\"7223\":1517.09,\"7224\":334.65,\"7225\":1965.0,\"7226\":1353.34,\"7227\":11088.09,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":11.73,\"7233\":799.26,\"7234\":331.76,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":256.32,\"7239\":null,\"7240\":2000.0,\"7241\":5099.8,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4528.17,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":5742.58,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":9024.68,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3800.62,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19871.67,\"7276\":19942.77,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1313.24,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5539.6,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":24.55,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3879.33,\"7363\":2204.4,\"7364\":7170.0,\"7365\":71569.45,\"7366\":1857.6,\"7367\":3643.91,\"7368\":709.39,\"7369\":85.62,\"7370\":431.01,\"7371\":12496.0,\"7372\":15973.79,\"7373\":198.0,\"7374\":2182.45,\"7375\":1729.53,\"7376\":769.36,\"7377\":1664.1,\"7378\":2361.0,\"7379\":13292.0,\"7380\":60675.3,\"7381\":502746.01,\"7382\":13360.0,\"7383\":1378.74,\"7384\":12934.39,\"7385\":33323.3,\"7386\":8085.0,\"7387\":1177.31,\"7388\":3698.24,\"7389\":931.51,\"7390\":21111.12,\"7391\":625.24,\"7392\":20073.23,\"7393\":null,\"7394\":27114.87,\"7395\":16024.0,\"7396\":5008.82,\"7397\":938.8,\"7398\":246280.31,\"7399\":158846.81,\"7400\":6237.93,\"7401\":447800.0,\"7402\":null,\"7403\":16888.27,\"7404\":61269.33,\"7405\":16039.88,\"7406\":18372.2,\"7407\":23672.03,\"7408\":11120.7,\"7409\":17178.55,\"7410\":171248.2,\"7411\":1436.17,\"7412\":1677.24,\"7413\":544.58,\"7414\":62480.0,\"7415\":null,\"7416\":2618.78,\"7417\":744.43,\"7418\":399.66,\"7419\":32235.34,\"7420\":157862.03,\"7421\":1655.19,\"7422\":1923.6,\"7423\":860.53,\"7424\":1126180.1799999999,\"7425\":10496.15,\"7426\":456.0,\"7427\":6954.2,\"7428\":7561.79,\"7429\":819.39,\"7430\":207040.0,\"7431\":642.43,\"7432\":14724.0,\"7433\":35642.14,\"7434\":69513.27,\"7435\":164999.69,\"7436\":null,\"7437\":534451.23,\"7438\":0.31,\"7439\":null,\"7440\":8417.39,\"7441\":487.34,\"7442\":696.71,\"7443\":855.9,\"7444\":81083.17,\"7445\":2220.61,\"7446\":541.5,\"7447\":888.66,\"7448\":632.25,\"7449\":3787.2,\"7450\":426.24,\"7451\":1470.64,\"7452\":19284.2,\"7453\":4493.7,\"7454\":19771.23,\"7455\":9388.8,\"7456\":384.32,\"7457\":2108.89,\"7458\":237.6,\"7459\":339.41,\"7460\":30087.88,\"7461\":48054.03,\"7462\":null,\"7463\":1218261.71,\"7464\":136672.73,\"7465\":643220.98,\"7466\":1608.66,\"7467\":733.7,\"7468\":1571.19,\"7469\":1294.2,\"7470\":null,\"7471\":438815.63,\"7472\":374058.45,\"7473\":172190.0,\"7474\":126862.21,\"7475\":null,\"7476\":140044.12,\"7477\":72517.74,\"7478\":2048.0,\"7479\":791.28,\"7480\":2060.88,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54842.66,\"7485\":159853.11,\"7486\":164509.4,\"7487\":null,\"7488\":15388.73,\"7489\":229307.9,\"7490\":22648.94,\"7491\":45327.35,\"7492\":48133.57,\"7493\":644.25,\"7494\":153132.84,\"7495\":889.74,\"7496\":9715.2,\"7497\":2726.55,\"7498\":30162.78,\"7499\":31869.16,\"7500\":58176.45,\"7501\":57263.54,\"7502\":19281.2,\"7503\":653.19,\"7504\":5234.4,\"7505\":null,\"7506\":9410.4,\"7507\":6756.09,\"7508\":422.73,\"7509\":2090.81,\"7510\":8640.0,\"7511\":9476.35,\"7512\":1622.64,\"7513\":1793.0,\"7514\":114.31,\"7515\":9223.0,\"7516\":7413.0,\"7517\":2523.4,\"7518\":6897.01,\"7519\":16344.93,\"7520\":11190.3,\"7521\":11796.39,\"7522\":1071.84,\"7523\":15020.3,\"7524\":14693.1,\"7525\":null,\"7526\":11646.0,\"7527\":19629.21,\"7528\":18593.61,\"7529\":19474.88,\"7530\":1746.0,\"7531\":531.3,\"7532\":9027.4,\"7533\":10656.0,\"7534\":5.73,\"7535\":1420.8,\"7536\":null,\"7537\":2848.6,\"7538\":1504.0,\"7539\":303.16,\"7540\":1313.32,\"7541\":332.58,\"7542\":1908.0,\"7543\":2390.38,\"7544\":13089.96,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":89.47,\"7550\":790.02,\"7551\":355.08,\"7552\":null,\"7553\":null,\"7554\":264.0,\"7555\":null,\"7556\":2000.0,\"7557\":5952.0,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":8480.65,\"7566\":null,\"7567\":182195.62,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":11252.76,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4196.6,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19844.79,\"7591\":19938.88,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1403.49,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":9619.28,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":4486.15,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3864.67,\"7679\":1940.4,\"7680\":7164.0,\"7681\":400745.17,\"7682\":1674.0,\"7683\":3345.29,\"7684\":709.28,\"7685\":null,\"7686\":680.0,\"7687\":430.72,\"7688\":6380.0,\"7689\":14513.05,\"7690\":null,\"7691\":2086.59,\"7692\":1777.71,\"7693\":724.77,\"7694\":2080.8,\"7695\":1985.0,\"7696\":16216.0,\"7697\":60626.73,\"7698\":501988.11,\"7699\":13328.0,\"7700\":873.51,\"7701\":12560.49,\"7702\":29638.14,\"7703\":8118.0,\"7704\":1018.9,\"7705\":3697.92,\"7706\":877.49,\"7707\":14718.67,\"7708\":628.1,\"7709\":null,\"7710\":null,\"7711\":25122.17,\"7712\":10299.0,\"7713\":4535.17,\"7714\":939.79,\"7715\":245105.16,\"7716\":157169.53,\"7717\":5657.38,\"7718\":null,\"7719\":null,\"7720\":14619.72,\"7721\":395548.24,\"7722\":23731.59,\"7723\":18495.4,\"7724\":22523.92,\"7725\":10246.29,\"7726\":17334.86,\"7727\":169237.36,\"7728\":1371.58,\"7729\":1470.62,\"7730\":551.96,\"7731\":null,\"7732\":null,\"7733\":2188.22,\"7734\":735.08,\"7735\":434.45,\"7736\":33866.41,\"7737\":90406.91,\"7738\":null,\"7739\":1907.4,\"7740\":null,\"7741\":854.76,\"7742\":1065104.7,\"7743\":600009.54,\"7744\":438.0,\"7745\":8661.4,\"7746\":7521.5,\"7747\":826.1,\"7748\":205020.0,\"7749\":627.77,\"7750\":13716.0,\"7751\":34757.02,\"7752\":69236.0,\"7753\":165328.03,\"7754\":2979.0,\"7755\":316572.0,\"7756\":null,\"7757\":39999.24,\"7758\":9029.57,\"7759\":512.95,\"7760\":null,\"7761\":823.5,\"7762\":81946.48,\"7763\":2210.28,\"7764\":557.37,\"7765\":982.62,\"7766\":552.64,\"7767\":3912.0,\"7768\":425.4,\"7769\":19290.34,\"7770\":1425.18,\"7771\":19164.39,\"7772\":4485.15,\"7773\":18677.75,\"7774\":6609.6,\"7775\":377.39,\"7776\":1064.31,\"7777\":240.9,\"7778\":305.75,\"7779\":29795.37,\"7780\":46991.47,\"7781\":null,\"7782\":1232319.3999999999,\"7783\":138344.83,\"7784\":572163.97,\"7785\":1612.5,\"7786\":685.08,\"7787\":1260.31,\"7788\":1125.0,\"7789\":476292.06,\"7790\":181447.08,\"7791\":null,\"7792\":null,\"7793\":143498.82,\"7794\":121071.03,\"7795\":2040.0,\"7796\":791.0,\"7797\":2039.05,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55109.89,\"7802\":154861.62,\"7803\":161369.95,\"7804\":2623.66,\"7805\":22603.95,\"7806\":44921.18,\"7807\":48077.17,\"7808\":645.09,\"7809\":153183.25,\"7810\":739.84,\"7811\":3487.0,\"7812\":2932.24,\"7813\":30626.92,\"7814\":null,\"7815\":57832.08,\"7816\":55031.14,\"7817\":19321.16,\"7818\":652.32,\"7819\":9939.6,\"7820\":14.4,\"7821\":9410.4,\"7822\":6801.3,\"7823\":389.2,\"7824\":null,\"7825\":null,\"7826\":4945.19,\"7827\":1624.44,\"7828\":1735.36,\"7829\":130.42,\"7830\":17050.0,\"7831\":15253.0,\"7832\":3361.6,\"7833\":11321.71,\"7834\":16876.88,\"7835\":11399.76,\"7836\":12053.15,\"7837\":442.2,\"7838\":17257.6,\"7839\":16885.1,\"7840\":null,\"7841\":12600.0,\"7842\":19390.65,\"7843\":19388.89,\"7844\":19234.84,\"7845\":691.2,\"7846\":682.9,\"7847\":10033.7,\"7848\":4598.0,\"7849\":null,\"7850\":1508.3,\"7851\":null,\"7852\":2799.1,\"7853\":5900.0,\"7854\":303.16,\"7855\":2014.44,\"7856\":502.55,\"7857\":2129.0,\"7858\":1378.75,\"7859\":17407.22,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":13.2,\"7865\":831.6,\"7866\":292.16,\"7867\":943.8,\"7868\":null,\"7869\":null,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":7407.0,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4166.61,\"7879\":null,\"7880\":null,\"7881\":7646.45,\"7882\":null,\"7883\":198808.78,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":8917.52,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":1083.85,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19983.59,\"7905\":19970.33,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":1.65,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1314.67,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":6885.14,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":null,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3872.0,\"7993\":null,\"7994\":7166.4,\"7995\":149446.71,\"7996\":8694.0,\"7997\":5845.14,\"7998\":620.73,\"7999\":null,\"8000\":null,\"8001\":431.23,\"8002\":12606.0,\"8003\":null,\"8004\":null,\"8005\":2110.02,\"8006\":null,\"8007\":738.13,\"8008\":2042.1,\"8009\":812.0,\"8010\":16184.0,\"8011\":60621.22,\"8012\":500350.39,\"8013\":12344.0,\"8014\":894.96,\"8015\":12035.85,\"8016\":60115.84,\"8017\":6585.33,\"8018\":954.49,\"8019\":3700.48,\"8020\":860.07,\"8021\":12777.03,\"8022\":328.46,\"8023\":20396.37,\"8024\":null,\"8025\":28022.03,\"8026\":10158.0,\"8027\":9815.04,\"8028\":937.81,\"8029\":245121.8,\"8030\":156661.47,\"8031\":9160.62,\"8032\":508970.0,\"8033\":346158.33,\"8034\":null,\"8035\":50123.82,\"8036\":395751.67,\"8037\":17873.8,\"8038\":18543.8,\"8039\":15376.38,\"8040\":12828.3,\"8041\":19748.03,\"8042\":170404.82,\"8043\":1210.95,\"8044\":1382.99,\"8045\":552.5,\"8046\":null,\"8047\":null,\"8048\":733.5,\"8049\":408.1,\"8050\":29228.41,\"8051\":90447.94,\"8052\":4038.69,\"8053\":1861.2,\"8054\":15279.0,\"8055\":879.15,\"8056\":1140377.8400000001,\"8057\":602472.01,\"8058\":300.0,\"8059\":7414.0,\"8060\":7543.29,\"8061\":827.97,\"8062\":205060.0,\"8063\":600.24,\"8064\":14832.0,\"8065\":35203.37,\"8066\":69292.49,\"8067\":164673.28,\"8068\":null,\"8069\":null,\"8070\":547821.21,\"8071\":40021.14,\"8072\":8417.39,\"8073\":null,\"8074\":696.64,\"8075\":825.3,\"8076\":347665.79,\"8077\":2218.88,\"8078\":534.63,\"8079\":1011.42,\"8080\":1048.73,\"8081\":2868.0,\"8082\":412.32,\"8083\":1209.39,\"8084\":19452.06,\"8085\":4350.15,\"8086\":18889.65,\"8087\":6547.2,\"8088\":362.8,\"8089\":2481.6,\"8090\":264.0,\"8091\":324.98,\"8092\":29753.2,\"8093\":47231.8,\"8094\":null,\"8095\":1241090.1899999999,\"8096\":131427.23,\"8097\":304366.96,\"8098\":1425.24,\"8099\":768.02,\"8100\":1481.29,\"8101\":1000.8,\"8102\":440681.97,\"8103\":455206.72,\"8104\":142381.57,\"8105\":115802.47,\"8106\":2041.0,\"8107\":790.72,\"8108\":264.86,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54806.93,\"8113\":159003.28,\"8114\":162372.65,\"8115\":null,\"8116\":101155.84,\"8117\":29499.14,\"8118\":44976.74,\"8119\":48989.64,\"8120\":619.11,\"8121\":151930.36,\"8122\":1020.79,\"8123\":9211.4,\"8124\":2824.69,\"8125\":30115.14,\"8126\":49442.46,\"8127\":57465.33,\"8128\":19309.93,\"8129\":654.33,\"8130\":13665.6,\"8131\":13.8,\"8132\":9410.4,\"8133\":6780.35,\"8134\":353.96,\"8135\":468.52,\"8136\":6960.0,\"8137\":4918.33,\"8138\":1696.2,\"8139\":null,\"8140\":121.04,\"8141\":13443.0,\"8142\":10495.0,\"8143\":2923.8,\"8144\":14276.92,\"8145\":16181.59,\"8146\":11829.36,\"8147\":12486.24,\"8148\":1520.79,\"8149\":14845.2,\"8150\":14533.2,\"8151\":null,\"8152\":9180.0,\"8153\":19589.18,\"8154\":19508.76,\"8155\":19452.84,\"8156\":7232.4,\"8157\":673.2,\"8158\":10200.5,\"8159\":4684.0,\"8160\":1673.5,\"8161\":null,\"8162\":3278.9,\"8163\":5437.0,\"8164\":303.16,\"8165\":2043.03,\"8166\":333.04,\"8167\":3290.0,\"8168\":296.23,\"8169\":13748.66,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":761.64,\"8176\":null,\"8177\":323.84,\"8178\":536.4,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5778.8,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":5135.3,\"8193\":null,\"8194\":198560.07,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":6891.16,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3583.86,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19946.93,\"8218\":19950.44,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1396.34,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":17991.93,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":2914.68,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2494.8,\"8306\":7172.4,\"8307\":226612.78,\"8308\":10508.4,\"8309\":5635.74,\"8310\":712.69,\"8311\":null,\"8312\":null,\"8313\":431.1,\"8314\":12441.0,\"8315\":15602.48,\"8316\":191.4,\"8317\":2127.51,\"8318\":1750.65,\"8319\":768.87,\"8320\":2628.0,\"8321\":811.0,\"8322\":16116.0,\"8323\":60632.69,\"8324\":506200.25,\"8325\":12264.0,\"8326\":817.41,\"8327\":17508.97,\"8328\":38715.01,\"8329\":6853.0,\"8330\":974.63,\"8331\":3700.16,\"8332\":845.53,\"8333\":18151.19,\"8334\":621.94,\"8335\":null,\"8336\":null,\"8337\":26037.56,\"8338\":11122.0,\"8339\":9144.76,\"8340\":942.77,\"8341\":245411.55,\"8342\":157465.85,\"8343\":8930.13,\"8344\":506400.0,\"8345\":179059.8,\"8346\":null,\"8347\":29040.83,\"8348\":395834.41,\"8349\":19034.95,\"8350\":18708.8,\"8351\":null,\"8352\":10885.84,\"8353\":16803.18,\"8354\":170286.15,\"8355\":1338.46,\"8356\":1639.19,\"8357\":542.83,\"8358\":null,\"8359\":2318.63,\"8360\":727.3,\"8361\":425.76,\"8362\":38286.9,\"8363\":90437.61,\"8364\":4090.01,\"8365\":2127.6,\"8366\":14660.8,\"8367\":865.78,\"8368\":1152673.9099999999,\"8369\":599174.8199999999,\"8370\":270.0,\"8371\":9981.4,\"8372\":5894.45,\"8373\":825.77,\"8374\":205080.0,\"8375\":572.84,\"8376\":12132.0,\"8377\":34872.64,\"8378\":69448.09,\"8379\":165395.06,\"8380\":null,\"8381\":564290.74,\"8382\":39123.33,\"8383\":8723.48,\"8384\":505.43,\"8385\":689.69,\"8386\":1090.2,\"8387\":346465.87,\"8388\":2224.05,\"8389\":523.78,\"8390\":1082.88,\"8391\":1113.6,\"8392\":5018.4,\"8393\":411.24,\"8394\":1921.7,\"8395\":19581.91,\"8396\":4359.6,\"8397\":19959.74,\"8398\":7507.2,\"8399\":366.89,\"8400\":2732.4,\"8401\":260.7,\"8402\":281.49,\"8403\":29217.86,\"8404\":50210.57,\"8405\":null,\"8406\":1241381.3500000001,\"8407\":135005.03,\"8408\":626346.28,\"8409\":1616.22,\"8410\":589.16,\"8411\":1299.47,\"8412\":981.0,\"8413\":null,\"8414\":459285.3,\"8415\":102482.68,\"8416\":179246.6,\"8417\":142332.45,\"8418\":118734.4,\"8419\":2065.0,\"8420\":790.58,\"8421\":3336.71,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":159086.85,\"8426\":166105.95,\"8427\":19830.8,\"8428\":22407.05,\"8429\":44919.8,\"8430\":47646.81,\"8431\":599.16,\"8432\":152095.68,\"8433\":1031.83,\"8434\":6943.2,\"8435\":2725.28,\"8436\":28093.16,\"8437\":48836.8,\"8438\":57838.47,\"8439\":19311.51,\"8440\":653.28,\"8441\":10083.6,\"8442\":5.4,\"8443\":9410.4,\"8444\":6787.77,\"8445\":368.02,\"8446\":null,\"8447\":5120.0,\"8448\":9433.93,\"8449\":1699.08,\"8450\":1682.12,\"8451\":171.07,\"8452\":null,\"8453\":10497.0,\"8454\":15062.0,\"8455\":2615.8,\"8456\":13807.82,\"8457\":16849.43,\"8458\":11664.41,\"8459\":12312.77,\"8460\":1246.67,\"8461\":13215.7,\"8462\":12930.1,\"8463\":null,\"8464\":null,\"8465\":19573.43,\"8466\":19509.28,\"8467\":19436.53,\"8468\":6742.8,\"8469\":629.0,\"8470\":null,\"8471\":1830.0,\"8472\":1451.7,\"8473\":null,\"8474\":3348.8,\"8475\":6319.0,\"8476\":303.16,\"8477\":2193.99,\"8478\":329.36,\"8479\":2138.0,\"8480\":1402.9,\"8481\":13195.74,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":null,\"8487\":747.12,\"8488\":null,\"8489\":423.72,\"8490\":378.6,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5557.2,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4235.48,\"8501\":null,\"8502\":null,\"8503\":null,\"8504\":null,\"8505\":182173.35,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":6679.7,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":1012.5,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19976.78,\"8529\":19967.36,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":2.55,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1318.08,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5531.9,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":1353.37,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":4561.48,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3879.33,\"8617\":null,\"8618\":7191.6,\"8619\":403699.16,\"8620\":5882.4,\"8621\":4172.05,\"8622\":708.84,\"8623\":null,\"8624\":null,\"8625\":432.31,\"8626\":13057.0,\"8627\":15628.33,\"8628\":184.8,\"8629\":2155.06,\"8630\":1703.46,\"8631\":770.17,\"8632\":3943.8,\"8633\":811.0,\"8634\":16004.0,\"8635\":60643.83,\"8636\":502000.38,\"8637\":13712.0,\"8638\":759.33,\"8639\":11146.81,\"8640\":34922.51,\"8641\":6699.0,\"8642\":1111.76,\"8643\":3698.88,\"8644\":850.83,\"8645\":15147.73,\"8646\":596.64,\"8647\":null,\"8648\":null,\"8649\":28291.28,\"8650\":11429.0,\"8651\":5499.57,\"8652\":942.77,\"8653\":248640.78,\"8654\":157506.75,\"8655\":6658.35,\"8656\":509400.0,\"8657\":null,\"8658\":null,\"8659\":18063.58,\"8660\":395867.57,\"8661\":15438.63,\"8662\":18174.2,\"8663\":null,\"8664\":12859.47,\"8665\":17653.89,\"8666\":170285.95,\"8667\":1181.97,\"8668\":1357.19,\"8669\":557.08,\"8670\":null,\"8671\":2494.35,\"8672\":724.74,\"8673\":410.67,\"8674\":31882.09,\"8675\":null,\"8676\":4257.23,\"8677\":1931.4,\"8678\":14583.8,\"8679\":878.74,\"8680\":1123256.9399999999,\"8681\":598498.62,\"8682\":468.0,\"8683\":7845.2,\"8684\":7611.19,\"8685\":826.43,\"8686\":205070.0,\"8687\":613.22,\"8688\":12348.0,\"8689\":35189.26,\"8690\":69448.23,\"8691\":165006.95,\"8692\":404846.0,\"8693\":570594.83,\"8694\":null,\"8695\":null,\"8696\":5815.65,\"8697\":542.39,\"8698\":689.51,\"8699\":1334.25,\"8700\":349986.35,\"8701\":2227.49,\"8702\":522.69,\"8703\":945.36,\"8704\":478.96,\"8705\":1784.4,\"8706\":411.84,\"8707\":2132.86,\"8708\":19439.87,\"8709\":4355.1,\"8710\":19799.73,\"8711\":12374.4,\"8712\":372.5,\"8713\":2348.4,\"8714\":250.8,\"8715\":277.41,\"8716\":29387.46,\"8717\":50019.9,\"8718\":null,\"8719\":450995.33,\"8720\":136132.04,\"8721\":794165.46,\"8722\":1613.58,\"8723\":698.72,\"8724\":1189.73,\"8725\":1015.2,\"8726\":536895.65,\"8727\":66580.68,\"8728\":134561.61,\"8729\":143706.72,\"8730\":116670.7,\"8731\":2063.0,\"8732\":788.76,\"8733\":3467.57,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":153247.86,\"8738\":169289.8,\"8739\":19826.96,\"8740\":null,\"8741\":22429.8,\"8742\":45207.3,\"8743\":47861.25,\"8744\":653.52,\"8745\":153040.4,\"8746\":992.36,\"8747\":2123.0,\"8748\":2815.5,\"8749\":30046.27,\"8750\":58547.42,\"8751\":null,\"8752\":19349.55,\"8753\":652.92,\"8754\":10029.6,\"8755\":597.0,\"8756\":9410.4,\"8757\":6747.35,\"8758\":382.07,\"8759\":1426.84,\"8760\":7040.0,\"8761\":9352.88,\"8762\":1693.2,\"8763\":1794.76,\"8764\":131.87,\"8765\":null,\"8766\":9391.0,\"8767\":14015.0,\"8768\":3524.4,\"8769\":15249.62,\"8770\":14792.4,\"8771\":10231.74,\"8772\":10227.1,\"8773\":735.68,\"8774\":13579.5,\"8775\":13281.8,\"8776\":null,\"8777\":19746.94,\"8778\":19325.79,\"8779\":19610.61,\"8780\":7272.0,\"8781\":589.8,\"8782\":null,\"8783\":4940.0,\"8784\":1289.9,\"8785\":null,\"8786\":5689.7,\"8787\":6887.0,\"8788\":303.16,\"8789\":2195.25,\"8790\":328.44,\"8791\":2155.0,\"8792\":1276.97,\"8793\":12866.05,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":309.47,\"8799\":742.5,\"8800\":null,\"8801\":550.88,\"8802\":526.2,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5387.0,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3908.35,\"8813\":null,\"8814\":null,\"8815\":2630.98,\"8816\":null,\"8817\":199214.54,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":4076.77,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19951.89,\"8841\":19966.7,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1227.49,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2071.15,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3868.33,\"8929\":2349.6,\"8930\":7218.0,\"8931\":237453.71,\"8932\":10098.0,\"8933\":4931.22,\"8934\":708.07,\"8935\":null,\"8936\":null,\"8937\":429.47,\"8938\":13024.0,\"8939\":19622.82,\"8940\":191.4,\"8941\":2164.96,\"8942\":1755.27,\"8943\":795.15,\"8944\":null,\"8945\":808.0,\"8946\":16828.0,\"8947\":314280.96,\"8948\":500982.68,\"8949\":14448.0,\"8950\":682.44,\"8951\":11145.23,\"8952\":33514.5,\"8953\":8143.67,\"8954\":456.55,\"8955\":3699.52,\"8956\":866.41,\"8957\":26799.04,\"8958\":617.54,\"8959\":22191.33,\"8960\":null,\"8961\":29057.46,\"8962\":16482.0,\"8963\":4787.59,\"8964\":942.77,\"8965\":246374.46,\"8966\":null,\"8967\":5951.73,\"8968\":509140.0,\"8969\":44212.11,\"8970\":null,\"8971\":17955.7,\"8972\":374155.79,\"8973\":14573.53,\"8974\":15087.6,\"8975\":692.18,\"8976\":13016.45,\"8977\":12524.26,\"8978\":148878.14,\"8979\":1414.64,\"8980\":1567.63,\"8981\":548.83,\"8982\":null,\"8983\":null,\"8984\":2571.86,\"8985\":726.71,\"8986\":457.92,\"8987\":76289.67,\"8988\":4176.11,\"8989\":2758.8,\"8990\":null,\"8991\":893.94,\"8992\":1152083.6499999999,\"8993\":601675.62,\"8994\":426.0,\"8995\":6892.6,\"8996\":7592.22,\"8997\":817.63,\"8998\":180380.0,\"8999\":531.0,\"9000\":14040.0,\"9001\":40106.99,\"9002\":64636.54,\"9003\":165116.89,\"9004\":601.0,\"9005\":402224.0,\"9006\":null,\"9007\":38687.73,\"9008\":3520.0,\"9009\":600.47,\"9010\":695.23,\"9011\":2576.4,\"9012\":81368.59,\"9013\":2222.33,\"9014\":511.37,\"9015\":null,\"9016\":1173.41,\"9017\":9603.6,\"9018\":411.6,\"9019\":1968.05,\"9020\":19479.33,\"9021\":4354.65,\"9022\":19734.8,\"9023\":12489.6,\"9024\":370.52,\"9025\":2676.6,\"9026\":255.75,\"9027\":273.35,\"9028\":29970.61,\"9029\":47377.94,\"9030\":null,\"9031\":1211838.96,\"9032\":135520.58,\"9033\":696682.89,\"9034\":1586.1,\"9035\":780.78,\"9036\":1139.07,\"9037\":1272.6,\"9038\":251748.26,\"9039\":65587.74,\"9040\":225600.53,\"9041\":141608.59,\"9042\":120387.98,\"9043\":2047.0,\"9044\":789.32,\"9045\":445.06,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54566.04,\"9050\":157167.39,\"9051\":165846.95,\"9052\":19814.76,\"9053\":17861.57,\"9054\":null,\"9055\":44452.71,\"9056\":47566.4,\"9057\":660.15,\"9058\":153141.2,\"9059\":881.35,\"9060\":5559.4,\"9061\":2074.01,\"9062\":27917.88,\"9063\":51000.09,\"9064\":19367.54,\"9065\":652.14,\"9066\":15350.4,\"9067\":13.2,\"9068\":9410.4,\"9069\":6782.49,\"9070\":404.58,\"9071\":171.63,\"9072\":5680.0,\"9073\":9519.04,\"9074\":1643.16,\"9075\":1752.08,\"9076\":152.59,\"9077\":12230.0,\"9078\":13972.0,\"9079\":4811.4,\"9080\":19246.18,\"9081\":16428.09,\"9082\":19160.95,\"9083\":19486.6,\"9084\":487.23,\"9085\":13495.7,\"9086\":13220.9,\"9087\":null,\"9088\":19720.4,\"9089\":19624.81,\"9090\":19600.98,\"9091\":null,\"9092\":525.9,\"9093\":16754.6,\"9094\":7124.0,\"9095\":2318.5,\"9096\":null,\"9097\":7179.9,\"9098\":4836.0,\"9099\":303.16,\"9100\":2082.1,\"9101\":471.27,\"9102\":1364.0,\"9103\":1799.18,\"9104\":12031.09,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":null,\"9110\":766.92,\"9111\":null,\"9112\":762.52,\"9113\":440.7,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5378.1,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5917.04,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":2373.26,\"9128\":null,\"9129\":181066.73,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":1.72,\"9134\":null,\"9135\":6047.43,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19959.75,\"9152\":19973.78,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1858.89,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":609.59,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":3295.33,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3850.0,\"9239\":null,\"9240\":7244.4,\"9241\":406789.26,\"9242\":10105.2,\"9243\":5431.16,\"9244\":708.51,\"9245\":null,\"9246\":30.0,\"9247\":430.44,\"9248\":12837.0,\"9249\":17921.37,\"9250\":191.4,\"9251\":585.58,\"9252\":1752.96,\"9253\":744.12,\"9254\":806.0,\"9255\":21452.0,\"9256\":98866.94,\"9257\":502419.06,\"9258\":null,\"9259\":2029.83,\"9260\":9174.46,\"9261\":54578.16,\"9262\":8154.67,\"9263\":948.18,\"9264\":3700.16,\"9265\":876.38,\"9266\":31174.8,\"9267\":556.82,\"9268\":null,\"9269\":null,\"9270\":27907.48,\"9271\":19055.0,\"9272\":6473.9,\"9273\":942.77,\"9274\":255000.0,\"9275\":8956.67,\"9276\":508210.0,\"9277\":null,\"9278\":20059.5,\"9279\":396440.39,\"9280\":21110.52,\"9281\":null,\"9282\":null,\"9283\":15124.59,\"9284\":8532.73,\"9285\":169322.17,\"9286\":1332.46,\"9287\":1344.26,\"9288\":542.83,\"9289\":95645.0,\"9290\":null,\"9291\":2553.35,\"9292\":723.16,\"9293\":455.59,\"9294\":69136.11,\"9295\":90553.72,\"9296\":4046.83,\"9297\":2431.8,\"9298\":9057.4,\"9299\":888.42,\"9300\":1174037.48,\"9301\":600464.02,\"9302\":114.0,\"9303\":6941.0,\"9304\":7588.29,\"9305\":817.63,\"9306\":177020.0,\"9307\":580.88,\"9308\":13392.0,\"9309\":40327.88,\"9310\":64740.75,\"9311\":164885.26,\"9312\":3.5,\"9313\":null,\"9314\":553204.62,\"9315\":null,\"9316\":38821.33,\"9317\":3366.96,\"9318\":null,\"9319\":null,\"9320\":2883.6,\"9321\":81173.25,\"9322\":2227.49,\"9323\":568.43,\"9324\":null,\"9325\":825.33,\"9326\":2448.0,\"9327\":411.6,\"9328\":2225.01,\"9329\":19672.3,\"9330\":4346.1,\"9331\":19840.97,\"9332\":1776.0,\"9333\":372.31,\"9334\":2662.2,\"9335\":178.2,\"9336\":331.04,\"9337\":29564.59,\"9338\":50198.08,\"9339\":null,\"9340\":925261.26,\"9341\":136011.11,\"9342\":820598.29,\"9343\":1613.94,\"9344\":759.0,\"9345\":1104.66,\"9346\":1645.2,\"9347\":340419.52,\"9348\":66210.8,\"9349\":225443.01,\"9350\":143097.45,\"9351\":100797.94,\"9352\":2058.0,\"9353\":787.08,\"9354\":1385.76,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54829.28,\"9359\":157565.9,\"9360\":163608.45,\"9361\":19728.25,\"9362\":17654.98,\"9363\":45138.68,\"9364\":47674.17,\"9365\":655.92,\"9366\":153113.63,\"9367\":953.55,\"9368\":null,\"9369\":2840.53,\"9370\":29759.64,\"9371\":null,\"9372\":57568.68,\"9373\":19291.66,\"9374\":652.65,\"9375\":18140.4,\"9376\":null,\"9377\":9410.4,\"9378\":6816.15,\"9379\":338.98,\"9380\":46.01,\"9381\":6320.0,\"9382\":9524.02,\"9383\":1637.76,\"9384\":1651.76,\"9385\":150.22,\"9386\":9032.0,\"9387\":12310.0,\"9388\":3982.0,\"9389\":16700.26,\"9390\":16624.37,\"9391\":10216.09,\"9392\":10226.97,\"9393\":508.93,\"9394\":12553.0,\"9395\":12285.3,\"9396\":null,\"9397\":19722.19,\"9398\":19619.97,\"9399\":19519.33,\"9400\":630.1,\"9401\":11986.5,\"9402\":4710.0,\"9403\":1422.27,\"9404\":2108.6,\"9405\":null,\"9406\":6640.8,\"9407\":4824.0,\"9408\":303.16,\"9409\":1690.3,\"9410\":325.91,\"9411\":2917.0,\"9412\":1220.52,\"9413\":13811.04,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":null,\"9419\":708.18,\"9420\":null,\"9421\":611.6,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5164.7,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9733.57,\"9433\":null,\"9434\":null,\"9435\":5831.39,\"9436\":null,\"9437\":88264.13,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":10480.84,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19915.96,\"9460\":19966.06,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1313.07,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":2624.88,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3868.33,\"9547\":2395.8,\"9548\":5774.37,\"9549\":362204.99,\"9550\":10490.4,\"9551\":7564.5,\"9552\":710.05,\"9553\":null,\"9554\":null,\"9555\":350.64,\"9556\":11473.0,\"9557\":19693.57,\"9558\":184.8,\"9559\":2175.52,\"9560\":1753.95,\"9561\":773.91,\"9562\":810.0,\"9563\":null,\"9564\":248878.05,\"9565\":502484.36,\"9566\":null,\"9567\":9982.35,\"9568\":46020.5,\"9569\":8033.67,\"9570\":997.34,\"9571\":3700.8,\"9572\":897.34,\"9573\":20674.95,\"9574\":606.98,\"9575\":29094.86,\"9576\":null,\"9577\":30050.85,\"9578\":19433.0,\"9579\":4890.83,\"9580\":942.77,\"9581\":255000.0,\"9582\":6022.38,\"9583\":24260.0,\"9584\":null,\"9585\":17077.03,\"9586\":371393.6,\"9587\":23620.21,\"9588\":13446.4,\"9589\":null,\"9590\":13872.02,\"9591\":null,\"9592\":26589.66,\"9593\":1844.37,\"9594\":1420.83,\"9595\":555.71,\"9596\":83765.0,\"9597\":null,\"9598\":2465.49,\"9599\":722.48,\"9600\":446.69,\"9601\":49206.02,\"9602\":null,\"9603\":4071.64,\"9604\":2411.4,\"9605\":12887.6,\"9606\":881.95,\"9607\":1171171.52,\"9608\":570813.17,\"9609\":null,\"9610\":6831.0,\"9611\":6589.31,\"9612\":824.54,\"9613\":205060.0,\"9614\":528.6,\"9615\":12348.0,\"9616\":40385.57,\"9617\":64450.65,\"9618\":164643.69,\"9619\":null,\"9620\":545449.61,\"9621\":39154.56,\"9622\":3520.0,\"9623\":624.49,\"9624\":682.34,\"9625\":3556.8,\"9626\":81028.23,\"9627\":2213.72,\"9628\":541.63,\"9629\":1017.18,\"9630\":1184.55,\"9631\":10051.2,\"9632\":412.08,\"9633\":19011.67,\"9634\":1777.71,\"9635\":19612.76,\"9636\":4397.85,\"9637\":19837.03,\"9638\":null,\"9639\":370.39,\"9640\":2667.0,\"9641\":250.8,\"9642\":346.06,\"9643\":29812.12,\"9644\":43403.59,\"9645\":null,\"9646\":1232630.25,\"9647\":137242.27,\"9648\":820111.48,\"9649\":1597.62,\"9650\":804.98,\"9651\":1088.63,\"9652\":1070.0,\"9653\":177360.44,\"9654\":66122.56,\"9655\":148094.21,\"9656\":140868.56,\"9657\":71952.04,\"9658\":2027.0,\"9659\":789.46,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55209.1,\"9664\":158409.25,\"9665\":167763.55,\"9666\":19813.26,\"9667\":null,\"9668\":44371.09,\"9669\":47681.18,\"9670\":629.1,\"9671\":153305.35,\"9672\":884.85,\"9673\":1500.4,\"9674\":2825.37,\"9675\":18969.41,\"9676\":null,\"9677\":19138.46,\"9678\":651.6,\"9679\":11948.4,\"9680\":2.4,\"9681\":9410.4,\"9682\":6781.67,\"9683\":371.65,\"9684\":9019.72,\"9685\":7840.0,\"9686\":9510.12,\"9687\":1043.76,\"9688\":1664.96,\"9689\":131.34,\"9690\":8865.0,\"9691\":12422.0,\"9692\":3553.0,\"9693\":14270.4,\"9694\":20676.91,\"9695\":10219.99,\"9696\":10226.95,\"9697\":795.08,\"9698\":12678.1,\"9699\":12406.4,\"9700\":null,\"9701\":19715.93,\"9702\":19619.81,\"9703\":19457.25,\"9704\":694.4,\"9705\":12030.3,\"9706\":7736.0,\"9707\":0.95,\"9708\":1578.1,\"9709\":null,\"9710\":5945.9,\"9711\":6918.0,\"9712\":303.16,\"9713\":1848.28,\"9714\":301.76,\"9715\":2629.0,\"9716\":1234.79,\"9717\":19915.49,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":697.62,\"9724\":480.04,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":6455.9,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3701.74,\"9735\":null,\"9736\":null,\"9737\":8806.31,\"9738\":null,\"9739\":192660.37,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":11652.44,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19864.26,\"9762\":19929.94,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1225.79,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":36.3,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":2.97,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":3236.68,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3879.33,\"9848\":2488.2,\"9849\":7256.4,\"9850\":260728.71,\"9851\":9248.4,\"9852\":5710.77,\"9853\":708.4,\"9854\":46.55,\"9855\":null,\"9856\":null,\"9857\":11407.0,\"9858\":19717.1,\"9859\":198.0,\"9860\":768.24,\"9861\":1611.72,\"9862\":707.94,\"9863\":809.0,\"9864\":459090.76,\"9865\":39074.27,\"9866\":9991.6,\"9867\":47683.48,\"9868\":8052.0,\"9869\":1035.58,\"9870\":3700.16,\"9871\":957.11,\"9872\":15943.42,\"9873\":621.94,\"9874\":null,\"9875\":null,\"9876\":30138.58,\"9877\":19063.0,\"9878\":4784.98,\"9879\":942.77,\"9880\":null,\"9881\":5743.05,\"9882\":null,\"9883\":511010.0,\"9884\":null,\"9885\":15605.12,\"9886\":397571.85,\"9887\":14049.16,\"9888\":17197.4,\"9889\":null,\"9890\":12834.84,\"9891\":173210.17,\"9892\":1308.65,\"9893\":1298.14,\"9894\":545.33,\"9895\":305195.0,\"9896\":null,\"9897\":2619.7,\"9898\":725.43,\"9899\":332.18,\"9900\":37314.63,\"9901\":1039.76,\"9902\":2413.2,\"9903\":12914.0,\"9904\":888.11,\"9905\":1170925.6499999999,\"9906\":600148.92,\"9907\":6769.4,\"9908\":6604.16,\"9909\":828.08,\"9910\":199800.0,\"9911\":573.35,\"9912\":13032.0,\"9913\":64217.43,\"9914\":164721.05,\"9915\":1403.5,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38512.74,\"9920\":4744.35,\"9921\":572.48,\"9922\":681.08,\"9923\":3531.15,\"9924\":80998.16,\"9925\":2217.16,\"9926\":430.12,\"9927\":1299.42,\"9928\":1217.6,\"9929\":8581.2,\"9930\":411.24,\"9931\":1648.76,\"9932\":19681.63,\"9933\":4357.8,\"9934\":19060.01,\"9935\":370.19,\"9936\":172.43,\"9937\":254.1,\"9938\":351.53,\"9939\":29176.44,\"9940\":43710.99,\"9941\":null,\"9942\":902428.49,\"9943\":135658.35,\"9944\":817035.66,\"9945\":1598.1,\"9946\":820.16,\"9947\":1039.55,\"9948\":892.8,\"9949\":39273.56,\"9950\":177189.59,\"9951\":163038.02,\"9952\":143879.5,\"9953\":123901.15,\"9954\":1956.0,\"9955\":799.4,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":55036.2,\"9960\":154513.07,\"9961\":165325.25,\"9962\":19813.96,\"9963\":44507.83,\"9964\":47608.41,\"9965\":698.79,\"9966\":153102.25,\"9967\":607.62,\"9968\":9644.8,\"9969\":2856.48},\"Values_Hour22\":{\"0\":19012.4,\"1\":651.87,\"2\":7876.8,\"3\":17130.73,\"4\":null,\"5\":8018.4,\"6\":6769.79,\"7\":364.06,\"8\":1840.0,\"9\":4791.49,\"10\":1204.2,\"11\":1683.44,\"12\":135.04,\"13\":11636.0,\"14\":13128.0,\"15\":3044.8,\"16\":8421.99,\"17\":19368.59,\"18\":10174.45,\"19\":10219.35,\"20\":164.27,\"21\":15735.6,\"22\":15394.3,\"23\":null,\"24\":1575.6,\"25\":6821.44,\"26\":19750.61,\"27\":10322.51,\"28\":19453.03,\"29\":6953.3,\"30\":6109.93,\"31\":6093.79,\"32\":7161.76,\"33\":550.6,\"34\":9682.6,\"35\":7798.0,\"36\":null,\"37\":2352.9,\"38\":null,\"39\":3873.3,\"40\":306.44,\"41\":2098.24,\"42\":344.08,\"43\":2442.0,\"44\":1498.4,\"45\":13162.33,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":768.24,\"52\":316.36,\"53\":null,\"54\":null,\"55\":488.64,\"56\":null,\"57\":6504.2,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":5566.96,\"63\":null,\"64\":null,\"65\":null,\"66\":5658.92,\"67\":null,\"68\":198877.19,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":9737.72,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5325.87,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":13948.44,\"92\":14557.88,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1378.36,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2296.8,\"173\":7249.2,\"174\":220356.66,\"175\":5029.2,\"176\":3435.37,\"177\":450.56,\"178\":1890.0,\"179\":396.99,\"180\":13805.0,\"181\":19568.04,\"182\":125.4,\"183\":3027.75,\"184\":1786.95,\"185\":698.9,\"186\":3111.3,\"187\":1130.0,\"188\":17472.0,\"189\":60091.3,\"190\":502678.91,\"191\":13264.0,\"192\":1406.79,\"193\":9965.26,\"194\":59058.8,\"195\":6039.0,\"196\":796.38,\"197\":715.89,\"198\":6726.61,\"199\":3698.88,\"200\":1843.13,\"201\":13776.57,\"202\":577.94,\"203\":55503.66,\"204\":null,\"205\":15300.8,\"206\":7240.0,\"207\":3769.93,\"208\":939.79,\"209\":244880.69,\"210\":null,\"211\":4755.41,\"212\":null,\"213\":510700.0,\"214\":1236232.6899999999,\"215\":null,\"216\":21472.74,\"217\":305497.97,\"218\":19248.0,\"219\":18849.6,\"220\":22412.99,\"221\":8842.04,\"222\":10911.96,\"223\":89197.77,\"224\":785.77,\"225\":1615.07,\"226\":203793.3,\"227\":null,\"228\":2494.81,\"229\":1328.12,\"230\":406.29,\"231\":30007.83,\"232\":null,\"233\":4015.59,\"234\":2566.2,\"235\":null,\"236\":907.61,\"237\":895892.5600000001,\"238\":599551.83,\"239\":540.0,\"240\":7570.2,\"241\":4608.15,\"242\":811.69,\"243\":181180.0,\"244\":658.41,\"245\":13248.0,\"246\":19524.34,\"247\":60068.76,\"248\":69949.29,\"249\":164784.67,\"250\":null,\"251\":null,\"252\":441857.73,\"253\":null,\"254\":null,\"255\":8264.35,\"256\":592.94,\"257\":669.42,\"258\":3994.2,\"259\":173904.51,\"260\":1060.38,\"261\":524.93,\"262\":735.84,\"263\":861.1,\"264\":4411.2,\"265\":252.84,\"266\":null,\"267\":13898.74,\"268\":8042.85,\"269\":19747.2,\"270\":8649.6,\"271\":507.91,\"272\":365.64,\"273\":2510.4,\"274\":265.51,\"275\":29421.12,\"276\":25600.45,\"277\":527847.47,\"278\":86665.74,\"279\":821254.28,\"280\":951.6,\"281\":819.28,\"282\":1211.28,\"283\":2928.6,\"284\":null,\"285\":null,\"286\":240433.11,\"287\":152828.79,\"288\":225196.13,\"289\":100067.28,\"290\":795.48,\"291\":2404.22,\"292\":null,\"293\":null,\"294\":null,\"295\":77406.71,\"296\":158038.6,\"297\":170520.05,\"298\":19810.49,\"299\":null,\"300\":15300.74,\"301\":null,\"302\":45084.72,\"303\":48198.81,\"304\":690.33,\"305\":151147.35,\"306\":null,\"307\":9605.2,\"308\":2645.17,\"309\":23743.3,\"310\":55756.46,\"311\":9776.24,\"312\":19728.81,\"313\":653.19,\"314\":7390.8,\"315\":15365.76,\"316\":null,\"317\":5325.6,\"318\":6773.09,\"319\":null,\"320\":1280.0,\"321\":4791.49,\"322\":1219.56,\"323\":1636.36,\"324\":123.55,\"325\":11663.0,\"326\":19605.0,\"327\":3075.6,\"328\":7930.03,\"329\":24072.96,\"330\":10203.53,\"331\":10214.61,\"332\":2208.65,\"333\":15765.9,\"334\":15421.6,\"335\":null,\"336\":1835.2,\"337\":14184.0,\"338\":19742.05,\"339\":10329.69,\"340\":19446.01,\"341\":5951.15,\"342\":5090.9,\"343\":5078.15,\"344\":6111.07,\"345\":554.6,\"346\":10416.6,\"347\":7414.0,\"348\":null,\"349\":2569.4,\"350\":null,\"351\":4191.1,\"352\":306.44,\"353\":2176.99,\"354\":344.08,\"355\":2406.0,\"356\":1512.35,\"357\":13055.13,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":null,\"363\":792.0,\"364\":279.84,\"365\":null,\"366\":null,\"367\":6344.9,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5193.91,\"373\":null,\"374\":null,\"375\":3377.68,\"376\":null,\"377\":64632.62,\"378\":null,\"379\":null,\"380\":null,\"381\":1.73,\"382\":null,\"383\":8389.29,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":6125.5,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19869.44,\"401\":19907.69,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1617.94,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":null,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2409.0,\"482\":7244.4,\"483\":12857.0,\"484\":4413.6,\"485\":2943.63,\"486\":576.84,\"487\":50.0,\"488\":396.77,\"489\":13882.0,\"490\":19566.56,\"491\":204.6,\"492\":3054.64,\"493\":1771.44,\"494\":704.3,\"495\":2931.3,\"496\":1249.0,\"497\":16500.0,\"498\":460491.27,\"499\":500161.12,\"500\":13192.0,\"501\":1795.2,\"502\":9960.92,\"503\":65633.95,\"504\":5005.0,\"505\":865.66,\"506\":715.65,\"507\":4872.66,\"508\":3699.52,\"509\":2024.12,\"510\":26282.33,\"511\":583.66,\"512\":49759.75,\"513\":null,\"514\":null,\"515\":7236.0,\"516\":7224.17,\"517\":739.75,\"518\":243614.16,\"519\":8933.95,\"520\":768.0,\"521\":511220.0,\"522\":1233089.7,\"523\":null,\"524\":19025.47,\"525\":32940.77,\"526\":18144.0,\"527\":18678.0,\"528\":21606.1,\"529\":8850.26,\"530\":10795.42,\"531\":93928.34,\"532\":747.27,\"533\":1615.09,\"534\":203866.62,\"535\":null,\"536\":2463.65,\"537\":1329.2,\"538\":412.2,\"539\":30462.92,\"540\":4044.34,\"541\":1888.8,\"542\":37.76,\"543\":909.43,\"544\":895931.66,\"545\":602662.89,\"546\":306.0,\"547\":7224.8,\"548\":8263.22,\"549\":817.74,\"550\":null,\"551\":680.05,\"552\":14436.0,\"553\":null,\"554\":59275.54,\"555\":69972.9,\"556\":165355.35,\"557\":1848.0,\"558\":null,\"559\":451419.08,\"560\":43844.19,\"561\":null,\"562\":601.39,\"563\":690.55,\"564\":3984.45,\"565\":246016.66,\"566\":1062.1,\"567\":525.86,\"568\":781.74,\"569\":833.03,\"570\":5019.6,\"571\":433.68,\"572\":13897.3,\"573\":8051.85,\"574\":19657.6,\"575\":11328.0,\"576\":null,\"577\":358.12,\"578\":2498.4,\"579\":245.53,\"580\":29161.54,\"581\":48472.12,\"582\":1020673.77,\"583\":44370.34,\"584\":817059.47,\"585\":962.46,\"586\":774.62,\"587\":1337.09,\"588\":2548.8,\"589\":171000.37,\"590\":null,\"591\":419775.16,\"592\":101840.0,\"593\":null,\"594\":199365.93,\"595\":73157.21,\"596\":72792.23,\"597\":795.06,\"598\":1231.21,\"599\":null,\"600\":null,\"601\":null,\"602\":63903.99,\"603\":160492.63,\"604\":169463.7,\"605\":19804.37,\"606\":179484.87,\"607\":14747.81,\"608\":45290.28,\"609\":48099.75,\"610\":686.85,\"611\":151754.48,\"612\":1039.22,\"613\":9550.2,\"614\":2756.73,\"615\":28478.23,\"616\":56018.3,\"617\":56100.79,\"618\":19431.56,\"619\":651.69,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":3984.0,\"624\":6786.29,\"625\":1520.0,\"626\":4791.49,\"627\":1186.08,\"628\":1664.52,\"629\":119.06,\"630\":12464.0,\"631\":12825.0,\"632\":3020.6,\"633\":7908.44,\"634\":25401.54,\"635\":13184.44,\"636\":13848.05,\"637\":438.83,\"638\":15219.3,\"639\":14884.9,\"640\":null,\"641\":1547.7,\"642\":13734.0,\"643\":19736.2,\"644\":10325.84,\"645\":18578.42,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":560.5,\"651\":12088.4,\"652\":1752.0,\"653\":2130.5,\"654\":null,\"655\":4314.7,\"656\":306.44,\"657\":2180.31,\"658\":343.85,\"659\":2346.0,\"660\":1215.81,\"661\":13084.04,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":1.47,\"667\":819.72,\"668\":289.96,\"669\":1096.5,\"670\":null,\"671\":null,\"672\":6203.8,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4970.09,\"678\":null,\"679\":null,\"680\":2776.69,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":4904.5,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5637.42,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":16946.96,\"706\":17769.0,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1363.07,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2382.6,\"786\":7231.2,\"787\":14877.0,\"788\":4420.8,\"789\":2944.02,\"790\":687.17,\"791\":124.43,\"792\":397.05,\"793\":12232.0,\"794\":19544.89,\"795\":198.0,\"796\":3064.22,\"797\":1772.43,\"798\":716.76,\"799\":2235.6,\"800\":1529.0,\"801\":19820.0,\"802\":131544.67,\"803\":504032.71,\"804\":12520.0,\"805\":668.25,\"806\":11959.26,\"807\":57463.1,\"808\":4953.67,\"809\":958.81,\"810\":739.7,\"811\":null,\"812\":3698.56,\"813\":2060.38,\"814\":15255.66,\"815\":574.42,\"816\":null,\"817\":null,\"818\":null,\"819\":11512.0,\"820\":6496.55,\"821\":939.79,\"822\":240046.42,\"823\":7769.07,\"824\":32808.0,\"825\":385740.0,\"826\":1232366.8100000001,\"827\":null,\"828\":21469.6,\"829\":263326.89,\"830\":16212.0,\"831\":18554.8,\"832\":22535.11,\"833\":6164.67,\"834\":10832.71,\"835\":null,\"836\":696.14,\"837\":1553.05,\"838\":203646.63,\"839\":null,\"840\":2459.97,\"841\":764.01,\"842\":405.43,\"843\":27515.47,\"844\":3851.14,\"845\":2206.2,\"846\":null,\"847\":926.81,\"848\":867670.9,\"849\":600777.8199999999,\"850\":540.0,\"851\":7018.0,\"852\":8327.24,\"853\":818.29,\"854\":205000.0,\"855\":682.57,\"856\":13212.0,\"857\":59840.24,\"858\":69405.94,\"859\":165312.22,\"860\":null,\"861\":402546.0,\"862\":452877.97,\"863\":null,\"864\":20057.14,\"865\":7040.0,\"866\":583.97,\"867\":671.9,\"868\":3974.55,\"869\":347908.82,\"870\":1062.1,\"871\":513.32,\"872\":773.1,\"873\":797.08,\"874\":4342.8,\"875\":432.72,\"876\":14016.39,\"877\":8029.35,\"878\":19664.0,\"879\":9460.8,\"880\":353.23,\"881\":2080.8,\"882\":105.6,\"883\":350.16,\"884\":29686.15,\"885\":46600.6,\"886\":929315.6899999999,\"887\":43424.1,\"888\":535088.52,\"889\":996.48,\"890\":815.32,\"891\":1295.67,\"892\":2284.75,\"893\":33227.96,\"894\":622350.59,\"895\":538521.42,\"896\":101920.0,\"897\":null,\"898\":null,\"899\":72857.16,\"900\":795.06,\"901\":835.03,\"902\":null,\"903\":null,\"904\":null,\"905\":64619.25,\"906\":160374.32,\"907\":170150.05,\"908\":19221.67,\"909\":128901.95,\"910\":14743.69,\"911\":45193.0,\"912\":48140.62,\"913\":null,\"914\":152572.04,\"915\":1183.17,\"916\":10828.4,\"917\":2791.63,\"918\":31270.63,\"919\":45078.6,\"920\":null,\"921\":55808.19,\"922\":17409.96,\"923\":651.09,\"924\":6404.4,\"925\":6204.0,\"926\":6766.65,\"927\":null,\"928\":2080.0,\"929\":6896.41,\"930\":905.76,\"931\":1724.36,\"932\":128.84,\"933\":9511.0,\"934\":12319.0,\"935\":2943.6,\"936\":7411.41,\"937\":22219.72,\"938\":10204.62,\"939\":10218.02,\"940\":669.53,\"941\":15056.6,\"942\":14719.9,\"943\":null,\"944\":1648.7,\"945\":13410.0,\"946\":19740.07,\"947\":10319.71,\"948\":19589.78,\"949\":525.2,\"950\":10764.0,\"951\":1648.0,\"952\":2029.6,\"953\":null,\"954\":3865.0,\"955\":306.44,\"956\":2099.81,\"957\":342.1,\"958\":2289.0,\"959\":1305.35,\"960\":12559.06,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":null,\"966\":755.04,\"967\":278.96,\"968\":861.9,\"969\":null,\"970\":444.96,\"971\":null,\"972\":6092.5,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4631.48,\"978\":null,\"979\":null,\"980\":8565.9,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":8765.4,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":5212.13,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":17971.05,\"1006\":18947.63,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1333.31,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":6.6,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2204.4,\"1087\":7218.0,\"1088\":398022.71,\"1089\":3988.8,\"1090\":3588.03,\"1091\":690.47,\"1092\":6.25,\"1093\":1530.0,\"1094\":404.9,\"1095\":14201.0,\"1096\":19524.66,\"1097\":145.2,\"1098\":3058.94,\"1099\":1754.28,\"1100\":724.28,\"1101\":321.3,\"1102\":1472.0,\"1103\":20564.0,\"1104\":60053.97,\"1105\":492360.73,\"1106\":12304.0,\"1107\":717.75,\"1108\":10080.99,\"1109\":53295.94,\"1110\":6035.33,\"1111\":874.29,\"1112\":732.97,\"1113\":3699.84,\"1114\":2072.25,\"1115\":13751.1,\"1116\":471.46,\"1117\":null,\"1118\":15182.51,\"1119\":9805.0,\"1120\":5719.31,\"1121\":939.79,\"1122\":238947.07,\"1123\":149984.71,\"1124\":7113.72,\"1125\":768.0,\"1126\":509650.0,\"1127\":119721.66,\"1128\":null,\"1129\":20203.53,\"1130\":394751.69,\"1131\":15348.0,\"1132\":18605.4,\"1133\":23155.04,\"1134\":8741.09,\"1135\":11491.55,\"1136\":170868.77,\"1137\":739.82,\"1138\":1470.72,\"1139\":143440.0,\"1140\":null,\"1141\":2497.57,\"1142\":null,\"1143\":416.46,\"1144\":26491.18,\"1145\":2268.53,\"1146\":2176.2,\"1147\":null,\"1148\":905.77,\"1149\":879347.72,\"1150\":599097.76,\"1151\":666.0,\"1152\":6630.8,\"1153\":8303.52,\"1154\":807.51,\"1155\":136430.0,\"1156\":690.87,\"1157\":14976.0,\"1158\":22974.38,\"1159\":59399.29,\"1160\":68353.62,\"1161\":165156.67,\"1162\":270.5,\"1163\":402454.0,\"1164\":407464.4,\"1165\":null,\"1166\":null,\"1167\":241.69,\"1168\":686.23,\"1169\":3996.0,\"1170\":80759.27,\"1171\":1063.83,\"1172\":528.99,\"1173\":708.48,\"1174\":789.11,\"1175\":4634.4,\"1176\":431.64,\"1177\":13952.54,\"1178\":8074.8,\"1179\":19772.8,\"1180\":12561.6,\"1181\":367.29,\"1182\":2583.0,\"1183\":102.3,\"1184\":325.72,\"1185\":29200.92,\"1186\":25535.56,\"1187\":638509.37,\"1188\":133134.06,\"1189\":650954.37,\"1190\":1085.94,\"1191\":879.78,\"1192\":1248.51,\"1193\":2284.75,\"1194\":33514.03,\"1195\":780365.16,\"1196\":537490.2,\"1197\":113330.0,\"1198\":372289.54,\"1199\":89551.93,\"1200\":124587.71,\"1201\":794.5,\"1202\":750.66,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":74077.97,\"1207\":162576.58,\"1208\":169981.7,\"1209\":19550.68,\"1210\":214050.03,\"1211\":14696.27,\"1212\":45120.96,\"1213\":48321.83,\"1214\":null,\"1215\":224981.31,\"1216\":1033.95,\"1217\":10133.2,\"1218\":2777.85,\"1219\":30585.82,\"1220\":44672.23,\"1221\":55936.54,\"1222\":19723.96,\"1223\":649.71,\"1224\":7095.6,\"1225\":6144.0,\"1226\":6787.44,\"1227\":372.04,\"1228\":720.0,\"1229\":4791.49,\"1230\":1149.0,\"1231\":1755.16,\"1232\":142.69,\"1233\":8572.0,\"1234\":13201.0,\"1235\":2972.2,\"1236\":8918.03,\"1237\":18063.0,\"1238\":10178.47,\"1239\":10218.74,\"1240\":522.72,\"1241\":14789.1,\"1242\":14464.1,\"1243\":null,\"1244\":1562.8,\"1245\":12978.0,\"1246\":19746.44,\"1247\":10329.58,\"1248\":19602.01,\"1249\":494.9,\"1250\":13211.7,\"1251\":1906.0,\"1252\":null,\"1253\":1950.0,\"1254\":null,\"1255\":3642.5,\"1256\":306.44,\"1257\":1447.97,\"1258\":342.93,\"1259\":2436.0,\"1260\":1454.33,\"1261\":12033.22,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":837.54,\"1268\":null,\"1269\":308.44,\"1270\":895.2,\"1271\":null,\"1272\":471.36,\"1273\":null,\"1274\":5932.3,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":9739.3,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":9221.49,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":11486.64,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4935.7,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":14288.76,\"1307\":14875.73,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1290.8,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2263.8,\"1386\":7204.8,\"1387\":401027.78,\"1388\":4669.2,\"1389\":5450.17,\"1390\":689.15,\"1391\":20.86,\"1392\":null,\"1393\":404.79,\"1394\":14685.0,\"1395\":18936.27,\"1396\":191.4,\"1397\":3027.42,\"1398\":1736.46,\"1399\":719.82,\"1400\":3324.6,\"1401\":1550.0,\"1402\":19352.0,\"1403\":390244.3,\"1404\":501656.4,\"1405\":12368.0,\"1406\":1330.89,\"1407\":11938.31,\"1408\":50701.72,\"1409\":6105.0,\"1410\":1088.19,\"1411\":715.11,\"1412\":3698.88,\"1413\":1998.37,\"1414\":18912.87,\"1415\":625.9,\"1416\":null,\"1417\":null,\"1418\":15317.57,\"1419\":6948.0,\"1420\":5410.9,\"1421\":939.79,\"1422\":null,\"1423\":159689.57,\"1424\":6733.25,\"1425\":69168.0,\"1426\":null,\"1427\":1185061.5900000001,\"1428\":null,\"1429\":17387.48,\"1430\":304837.45,\"1431\":18948.0,\"1432\":18596.6,\"1433\":23229.58,\"1434\":11022.32,\"1435\":10753.37,\"1436\":890.51,\"1437\":1409.61,\"1438\":null,\"1439\":125180.0,\"1440\":null,\"1441\":2413.74,\"1442\":416.27,\"1443\":27639.11,\"1444\":3713.72,\"1445\":2185.2,\"1446\":null,\"1447\":924.41,\"1448\":891671.1800000001,\"1449\":399607.61,\"1450\":138.0,\"1451\":6591.2,\"1452\":8291.2,\"1453\":823.57,\"1454\":136770.0,\"1455\":675.96,\"1456\":13464.0,\"1457\":22877.22,\"1458\":59442.59,\"1459\":67985.22,\"1460\":165193.28,\"1461\":514.5,\"1462\":398774.0,\"1463\":551697.42,\"1464\":7805.22,\"1465\":585.16,\"1466\":682.92,\"1467\":3992.55,\"1468\":347925.28,\"1469\":1062.1,\"1470\":531.5,\"1471\":776.88,\"1472\":914.11,\"1473\":4135.2,\"1474\":430.32,\"1475\":19712.0,\"1476\":13975.5,\"1477\":4349.7,\"1478\":19792.0,\"1479\":10156.8,\"1480\":346.63,\"1481\":2500.2,\"1482\":112.2,\"1483\":303.77,\"1484\":29532.02,\"1485\":25610.53,\"1486\":96007.94,\"1487\":43516.43,\"1488\":741985.08,\"1489\":1278.42,\"1490\":951.06,\"1491\":1161.05,\"1492\":2284.75,\"1493\":null,\"1494\":773737.2,\"1495\":536996.21,\"1496\":181180.0,\"1497\":414840.42,\"1498\":140419.06,\"1499\":0.07,\"1500\":794.08,\"1501\":810.05,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76523.67,\"1506\":163576.57,\"1507\":171062.1,\"1508\":8159.86,\"1509\":225978.36,\"1510\":14797.41,\"1511\":45049.59,\"1512\":48393.13,\"1513\":652.02,\"1514\":153046.96,\"1515\":983.34,\"1516\":10491.8,\"1517\":2923.05,\"1518\":29534.22,\"1519\":null,\"1520\":56255.22,\"1521\":17144.05,\"1522\":652.74,\"1523\":6408.0,\"1524\":null,\"1525\":4200.0,\"1526\":6604.29,\"1527\":334.29,\"1528\":5360.0,\"1529\":9190.76,\"1530\":172.44,\"1531\":1701.92,\"1532\":128.84,\"1533\":303.0,\"1534\":9117.0,\"1535\":13436.0,\"1536\":3586.0,\"1537\":7313.55,\"1538\":18723.79,\"1539\":10186.26,\"1540\":10222.03,\"1541\":1042.36,\"1542\":14209.2,\"1543\":13894.6,\"1544\":null,\"1545\":1493.6,\"1546\":13770.0,\"1547\":19736.03,\"1548\":10285.06,\"1549\":19597.86,\"1550\":null,\"1551\":484.9,\"1552\":15653.8,\"1553\":1622.0,\"1554\":1857.6,\"1555\":null,\"1556\":5229.9,\"1557\":306.44,\"1558\":2112.16,\"1559\":342.24,\"1560\":2206.0,\"1561\":1459.04,\"1562\":11991.33,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":null,\"1568\":739.2,\"1569\":241.56,\"1570\":268.2,\"1571\":null,\"1572\":281.28,\"1573\":null,\"1574\":5864.3,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4327.3,\"1580\":null,\"1581\":null,\"1582\":6644.07,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":6797.11,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":5051.65,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":13888.8,\"1608\":14518.6,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1284.03,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":null,\"1690\":7185.6,\"1691\":18861.0,\"1692\":3870.0,\"1693\":4940.2,\"1694\":690.03,\"1695\":null,\"1696\":null,\"1697\":404.62,\"1698\":13662.0,\"1699\":19501.7,\"1700\":191.4,\"1701\":3071.64,\"1702\":1717.98,\"1703\":731.79,\"1704\":2032.2,\"1705\":816.0,\"1706\":16844.0,\"1707\":461022.27,\"1708\":502474.61,\"1709\":12328.0,\"1710\":887.37,\"1711\":12032.08,\"1712\":55168.96,\"1713\":4942.67,\"1714\":1175.3,\"1715\":708.02,\"1716\":3699.52,\"1717\":2040.98,\"1718\":17553.91,\"1719\":618.2,\"1720\":null,\"1721\":15294.37,\"1722\":9278.0,\"1723\":5223.55,\"1724\":940.78,\"1725\":156327.05,\"1726\":6581.47,\"1727\":59064.0,\"1728\":507250.0,\"1729\":753231.41,\"1730\":null,\"1731\":16655.37,\"1732\":33103.7,\"1733\":15432.0,\"1734\":18752.8,\"1735\":23014.34,\"1736\":13964.96,\"1737\":10923.44,\"1738\":757.62,\"1739\":1353.23,\"1740\":237160.0,\"1741\":null,\"1742\":2429.15,\"1743\":771.3,\"1744\":414.29,\"1745\":30640.16,\"1746\":3704.01,\"1747\":2177.4,\"1748\":920.37,\"1749\":892819.0,\"1750\":601308.65,\"1751\":624.0,\"1752\":6560.4,\"1753\":8315.43,\"1754\":824.34,\"1755\":136590.0,\"1756\":669.34,\"1757\":15444.0,\"1758\":23201.58,\"1759\":60142.89,\"1760\":69007.03,\"1761\":164748.02,\"1762\":null,\"1763\":542376.23,\"1764\":null,\"1765\":7805.22,\"1766\":586.61,\"1767\":662.33,\"1768\":3852.0,\"1769\":349605.67,\"1770\":1060.38,\"1771\":531.14,\"1772\":679.5,\"1773\":406.89,\"1774\":618.0,\"1775\":429.48,\"1776\":14065.17,\"1777\":4353.3,\"1778\":19936.0,\"1779\":8088.0,\"1780\":null,\"1781\":341.88,\"1782\":2588.4,\"1783\":108.9,\"1784\":307.56,\"1785\":29589.81,\"1786\":25572.99,\"1787\":1237047.53,\"1788\":88072.28,\"1789\":600544.8199999999,\"1790\":1276.56,\"1791\":610.72,\"1792\":1139.16,\"1793\":2284.75,\"1794\":440038.08,\"1795\":538111.55,\"1796\":null,\"1797\":369195.73,\"1798\":140979.41,\"1799\":null,\"1800\":795.06,\"1801\":726.91,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64371.98,\"1806\":163761.2,\"1807\":169724.55,\"1808\":4702.08,\"1809\":44923.71,\"1810\":14746.68,\"1811\":45836.99,\"1812\":48376.83,\"1813\":640.23,\"1814\":152107.28,\"1815\":1063.94,\"1816\":10005.6,\"1817\":2751.11,\"1818\":30392.45,\"1819\":46078.32,\"1820\":57766.62,\"1821\":15113.39,\"1822\":652.8,\"1823\":6408.0,\"1824\":null,\"1825\":5450.4,\"1826\":6782.33,\"1827\":323.73,\"1828\":null,\"1829\":null,\"1830\":4791.49,\"1831\":1098.36,\"1832\":1640.32,\"1833\":128.97,\"1834\":8819.0,\"1835\":15047.0,\"1836\":3293.4,\"1837\":6938.38,\"1838\":16845.2,\"1839\":9785.08,\"1840\":10168.34,\"1841\":176.29,\"1842\":14264.4,\"1843\":13945.7,\"1844\":null,\"1845\":1475.2,\"1846\":12636.0,\"1847\":19739.48,\"1848\":10289.13,\"1849\":19599.59,\"1850\":465.9,\"1851\":10664.5,\"1852\":3876.0,\"1853\":1767.2,\"1854\":null,\"1855\":5636.0,\"1856\":306.44,\"1857\":2032.99,\"1858\":340.86,\"1859\":2201.0,\"1860\":1393.96,\"1861\":11360.1,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":1.47,\"1867\":896.28,\"1868\":0.04,\"1869\":260.48,\"1870\":666.9,\"1871\":null,\"1872\":null,\"1873\":null,\"1874\":null,\"1875\":5706.2,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4109.22,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":4393.06,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":4384.15,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5635.6,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19809.04,\"1909\":19896.63,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1257.47,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":4.87,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2171.4,\"1990\":7182.0,\"1991\":400485.68,\"1992\":3920.4,\"1993\":5421.01,\"1994\":689.59,\"1995\":51.74,\"1996\":null,\"1997\":404.54,\"1998\":14366.0,\"1999\":19493.95,\"2000\":198.0,\"2001\":3067.68,\"2002\":1709.73,\"2003\":767.48,\"2004\":2650.5,\"2005\":814.0,\"2006\":18456.0,\"2007\":60324.27,\"2008\":503200.65,\"2009\":13720.0,\"2010\":789.36,\"2011\":5982.32,\"2012\":54839.36,\"2013\":5049.0,\"2014\":884.06,\"2015\":710.98,\"2016\":3700.48,\"2017\":1891.95,\"2018\":null,\"2019\":570.9,\"2020\":null,\"2021\":null,\"2022\":15298.25,\"2023\":11001.0,\"2024\":4924.94,\"2025\":940.78,\"2026\":156238.7,\"2027\":6254.24,\"2028\":501130.0,\"2029\":991237.05,\"2030\":null,\"2031\":16096.28,\"2032\":395715.4,\"2033\":14760.0,\"2034\":18704.4,\"2035\":22536.22,\"2036\":13945.12,\"2037\":11359.58,\"2038\":749.13,\"2039\":1328.09,\"2040\":448.04,\"2041\":301730.0,\"2042\":null,\"2043\":2388.32,\"2044\":769.13,\"2045\":394.6,\"2046\":28926.86,\"2047\":3699.94,\"2048\":2181.0,\"2049\":null,\"2050\":865.32,\"2051\":893618.8100000001,\"2052\":511850.05,\"2053\":336.0,\"2054\":6366.8,\"2055\":8352.39,\"2056\":813.12,\"2057\":null,\"2058\":652.52,\"2059\":14220.0,\"2060\":22740.6,\"2061\":60197.18,\"2062\":68361.68,\"2063\":165440.98,\"2064\":1327.0,\"2065\":540485.41,\"2066\":7193.04,\"2067\":569.18,\"2068\":null,\"2069\":3859.5,\"2070\":111193.17,\"2071\":1062.1,\"2072\":537.47,\"2073\":732.6,\"2074\":853.22,\"2075\":8115.6,\"2076\":428.04,\"2077\":14098.17,\"2078\":4360.95,\"2079\":19852.8,\"2080\":9830.4,\"2081\":362.08,\"2082\":2617.8,\"2083\":108.9,\"2084\":328.97,\"2085\":28969.2,\"2086\":25576.55,\"2087\":null,\"2088\":84985.48,\"2089\":532655.51,\"2090\":1375.26,\"2091\":711.92,\"2092\":1126.85,\"2093\":1801.6,\"2094\":641276.9399999999,\"2095\":533911.4399999999,\"2096\":415133.99,\"2097\":143153.38,\"2098\":null,\"2099\":795.34,\"2100\":836.17,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64500.75,\"2105\":107159.97,\"2106\":170253.65,\"2107\":19779.74,\"2108\":14746.77,\"2109\":45345.12,\"2110\":48292.92,\"2111\":658.26,\"2112\":151881.3,\"2113\":922.86,\"2114\":9187.2,\"2115\":2829.16,\"2116\":10272.36,\"2117\":46287.51,\"2118\":56483.7,\"2119\":14040.34,\"2120\":652.2,\"2121\":5698.8,\"2122\":8808.0,\"2123\":6760.22,\"2124\":304.0,\"2125\":null,\"2126\":2320.0,\"2127\":4791.49,\"2128\":1259.16,\"2129\":1536.48,\"2130\":123.82,\"2131\":8547.0,\"2132\":10922.0,\"2133\":3126.2,\"2134\":6436.38,\"2135\":17363.49,\"2136\":9412.34,\"2137\":9848.3,\"2138\":1160.57,\"2139\":14119.8,\"2140\":13808.3,\"2141\":null,\"2142\":1395.9,\"2143\":13014.0,\"2144\":18716.41,\"2145\":10290.92,\"2146\":19603.6,\"2147\":442.0,\"2148\":9694.9,\"2149\":4680.0,\"2150\":null,\"2151\":1676.9,\"2152\":null,\"2153\":4579.7,\"2154\":306.44,\"2155\":2125.44,\"2156\":340.17,\"2157\":2130.0,\"2158\":1399.13,\"2159\":11053.35,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":1.47,\"2165\":765.6,\"2166\":null,\"2167\":313.28,\"2168\":918.3,\"2169\":null,\"2170\":null,\"2171\":540.48,\"2172\":null,\"2173\":5500.9,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3971.48,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":7822.59,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":11373.75,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":4541.46,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":14370.33,\"2206\":14999.15,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1228.15,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":384.63,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":1999.8,\"2289\":7168.8,\"2290\":19709.0,\"2291\":2995.2,\"2292\":4936.26,\"2293\":690.8,\"2294\":18.22,\"2295\":null,\"2296\":404.39,\"2297\":12903.0,\"2298\":18533.24,\"2299\":204.6,\"2300\":3061.08,\"2301\":1717.32,\"2302\":756.86,\"2303\":2634.3,\"2304\":812.0,\"2305\":15884.0,\"2306\":437598.71,\"2307\":501258.63,\"2308\":14016.0,\"2309\":1247.07,\"2310\":6979.59,\"2311\":53939.44,\"2312\":6207.67,\"2313\":810.46,\"2314\":708.43,\"2315\":3699.2,\"2316\":1968.07,\"2317\":14093.19,\"2318\":635.58,\"2319\":null,\"2320\":null,\"2321\":15291.93,\"2322\":16142.0,\"2323\":4691.3,\"2324\":939.79,\"2325\":149332.77,\"2326\":5971.89,\"2327\":null,\"2328\":1232984.1399999999,\"2329\":null,\"2330\":14614.25,\"2331\":259292.0,\"2332\":14352.0,\"2333\":18748.4,\"2334\":22454.78,\"2335\":13519.39,\"2336\":10334.67,\"2337\":null,\"2338\":989.25,\"2339\":1275.22,\"2340\":564.33,\"2341\":236610.0,\"2342\":null,\"2343\":2336.34,\"2344\":765.29,\"2345\":396.25,\"2346\":27229.8,\"2347\":3746.93,\"2348\":null,\"2349\":null,\"2350\":863.75,\"2351\":891688.13,\"2352\":456119.66,\"2353\":270.0,\"2354\":6314.0,\"2355\":8353.19,\"2356\":806.85,\"2357\":null,\"2358\":663.1,\"2359\":13572.0,\"2360\":23082.78,\"2361\":60625.95,\"2362\":68232.1,\"2363\":164894.8,\"2364\":13.5,\"2365\":528640.73,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":569.32,\"2370\":670.46,\"2371\":3769.95,\"2372\":349524.63,\"2373\":1062.1,\"2374\":541.86,\"2375\":855.36,\"2376\":718.0,\"2377\":6571.2,\"2378\":427.68,\"2379\":14016.39,\"2380\":4494.15,\"2381\":19961.6,\"2382\":7046.4,\"2383\":null,\"2384\":355.94,\"2385\":2580.6,\"2386\":108.9,\"2387\":345.24,\"2388\":29486.09,\"2389\":25542.53,\"2390\":69539.26,\"2391\":91409.8,\"2392\":810549.26,\"2393\":1365.84,\"2394\":835.12,\"2395\":1107.48,\"2396\":1640.9,\"2397\":430218.55,\"2398\":533160.35,\"2399\":null,\"2400\":65967.03,\"2401\":413752.95,\"2402\":140329.22,\"2403\":7172.26,\"2404\":795.2,\"2405\":620.93,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64356.56,\"2410\":162193.79,\"2411\":169870.7,\"2412\":19735.67,\"2413\":101835.74,\"2414\":14674.22,\"2415\":45272.43,\"2416\":48153.91,\"2417\":658.53,\"2418\":153209.36,\"2419\":959.42,\"2420\":9207.0,\"2421\":2574.69,\"2422\":30915.09,\"2423\":46163.67,\"2424\":49408.53,\"2425\":54994.26,\"2426\":13475.62,\"2427\":651.42,\"2428\":5698.8,\"2429\":25.2,\"2430\":3739.2,\"2431\":6782.66,\"2432\":289.21,\"2433\":null,\"2434\":1440.0,\"2435\":4791.49,\"2436\":1221.96,\"2437\":1526.8,\"2438\":119.19,\"2439\":8420.0,\"2440\":9241.0,\"2441\":3060.2,\"2442\":5961.26,\"2443\":17851.5,\"2444\":9077.3,\"2445\":9432.62,\"2446\":949.37,\"2447\":10013.8,\"2448\":9780.1,\"2449\":null,\"2450\":1382.2,\"2451\":12906.0,\"2452\":19634.29,\"2453\":10309.22,\"2454\":19608.17,\"2455\":425.0,\"2456\":8876.9,\"2457\":7526.0,\"2458\":1600.4,\"2459\":null,\"2460\":4120.3,\"2461\":306.44,\"2462\":1383.5,\"2463\":340.17,\"2464\":2126.0,\"2465\":1388.47,\"2466\":10894.05,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":739.2,\"2473\":null,\"2474\":317.24,\"2475\":799.8,\"2476\":null,\"2477\":null,\"2478\":172.32,\"2479\":null,\"2480\":5572.2,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3914.09,\"2486\":null,\"2487\":null,\"2488\":10384.34,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11489.62,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":5452.97,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11326.58,\"2512\":11513.06,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1213.19,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":177.85,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1900.8,\"2595\":7174.8,\"2596\":20345.0,\"2597\":2347.2,\"2598\":4628.8,\"2599\":464.31,\"2600\":null,\"2601\":6970.0,\"2602\":404.37,\"2603\":13838.0,\"2604\":17878.54,\"2605\":198.0,\"2606\":3059.43,\"2607\":1748.34,\"2608\":722.38,\"2609\":2889.9,\"2610\":1365.0,\"2611\":16748.0,\"2612\":82972.27,\"2613\":502257.12,\"2614\":12928.0,\"2615\":1651.32,\"2616\":5988.73,\"2617\":61770.22,\"2618\":6105.0,\"2619\":768.2,\"2620\":720.22,\"2621\":3698.88,\"2622\":1974.68,\"2623\":13183.89,\"2624\":611.38,\"2625\":14536.89,\"2626\":null,\"2627\":15410.41,\"2628\":11103.0,\"2629\":4693.62,\"2630\":940.78,\"2631\":148537.45,\"2632\":5951.41,\"2633\":18768.0,\"2634\":null,\"2635\":1115695.73,\"2636\":null,\"2637\":14144.64,\"2638\":396041.05,\"2639\":14328.0,\"2640\":18596.6,\"2641\":24211.07,\"2642\":11975.14,\"2643\":10100.15,\"2644\":166978.83,\"2645\":824.69,\"2646\":1294.74,\"2647\":555.71,\"2648\":305580.0,\"2649\":null,\"2650\":2123.13,\"2651\":764.6,\"2652\":399.27,\"2653\":25273.67,\"2654\":3616.46,\"2655\":null,\"2656\":null,\"2657\":912.67,\"2658\":893417.24,\"2659\":521470.25,\"2660\":54.0,\"2661\":5911.4,\"2662\":8341.53,\"2663\":809.49,\"2664\":136730.0,\"2665\":625.12,\"2666\":14652.0,\"2667\":22781.23,\"2668\":60520.16,\"2669\":68185.21,\"2670\":165514.26,\"2671\":694.5,\"2672\":50707.69,\"2673\":38987.31,\"2674\":42136.69,\"2675\":7805.22,\"2676\":562.45,\"2677\":670.07,\"2678\":1915.65,\"2679\":183038.04,\"2680\":1062.1,\"2681\":531.7,\"2682\":523.98,\"2683\":742.93,\"2684\":5245.2,\"2685\":429.24,\"2686\":14050.11,\"2687\":3758.85,\"2688\":19782.4,\"2689\":8529.6,\"2690\":349.6,\"2691\":2625.6,\"2692\":105.6,\"2693\":341.12,\"2694\":29571.55,\"2695\":25590.68,\"2696\":1235489.8500000001,\"2697\":92671.86,\"2698\":561074.17,\"2699\":1242.78,\"2700\":858.22,\"2701\":1104.53,\"2702\":1567.8,\"2703\":788263.71,\"2704\":547524.45,\"2705\":null,\"2706\":210680.0,\"2707\":null,\"2708\":415863.11,\"2709\":139555.79,\"2710\":116113.78,\"2711\":794.92,\"2712\":631.95,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64558.26,\"2717\":163486.3,\"2718\":170175.95,\"2719\":4087.01,\"2720\":153248.54,\"2721\":14804.2,\"2722\":45478.87,\"2723\":48383.26,\"2724\":655.5,\"2725\":152972.01,\"2726\":1127.76,\"2727\":8674.6,\"2728\":2543.35,\"2729\":33246.59,\"2730\":45906.4,\"2731\":49964.03,\"2732\":49402.0,\"2733\":14483.03,\"2734\":650.52,\"2735\":4150.8,\"2736\":null,\"2737\":3948.0,\"2738\":6776.39,\"2739\":284.99,\"2740\":null,\"2741\":2640.0,\"2742\":4791.49,\"2743\":877.08,\"2744\":1558.92,\"2745\":117.18,\"2746\":9270.0,\"2747\":9984.0,\"2748\":2972.2,\"2749\":5954.57,\"2750\":17844.46,\"2751\":9770.89,\"2752\":10333.73,\"2753\":699.01,\"2754\":10007.5,\"2755\":9742.4,\"2756\":null,\"2757\":1426.8,\"2758\":12816.0,\"2759\":19658.81,\"2760\":10290.61,\"2761\":19603.54,\"2762\":null,\"2763\":null,\"2764\":446.7,\"2765\":8462.3,\"2766\":4656.0,\"2767\":1564.6,\"2768\":null,\"2769\":3777.9,\"2770\":306.44,\"2771\":2156.16,\"2772\":339.48,\"2773\":2103.0,\"2774\":1332.01,\"2775\":10985.9,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":1.47,\"2781\":711.48,\"2782\":null,\"2783\":276.76,\"2784\":955.2,\"2785\":null,\"2786\":null,\"2787\":null,\"2788\":null,\"2789\":5533.4,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":9745.04,\"2795\":null,\"2796\":null,\"2797\":8433.27,\"2798\":null,\"2799\":189992.03,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":10762.5,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":6241.71,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9415.79,\"2821\":9706.86,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1340.52,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":808.5,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1867.8,\"2904\":7172.4,\"2905\":12778.0,\"2906\":2167.2,\"2907\":2822.38,\"2908\":467.72,\"2909\":null,\"2910\":15400.0,\"2911\":404.37,\"2912\":12749.0,\"2913\":17012.97,\"2914\":null,\"2915\":3040.12,\"2916\":1739.1,\"2917\":720.36,\"2918\":3077.1,\"2919\":1748.0,\"2920\":16268.0,\"2921\":462357.85,\"2922\":501555.94,\"2923\":11984.0,\"2924\":983.07,\"2925\":10954.12,\"2926\":61865.55,\"2927\":6149.0,\"2928\":691.73,\"2929\":726.7,\"2930\":3699.52,\"2931\":null,\"2932\":12876.67,\"2933\":624.8,\"2934\":null,\"2935\":15116.51,\"2936\":7306.0,\"2937\":5180.41,\"2938\":940.78,\"2939\":129282.2,\"2940\":154911.86,\"2941\":6643.79,\"2942\":80784.0,\"2943\":508990.0,\"2944\":991083.4,\"2945\":20.24,\"2946\":16908.48,\"2947\":307169.26,\"2948\":19237.9,\"2949\":18757.2,\"2950\":24550.33,\"2951\":8744.47,\"2952\":11045.66,\"2953\":135887.87,\"2954\":1022.37,\"2955\":1294.87,\"2956\":448.71,\"2957\":305415.0,\"2958\":null,\"2959\":2150.16,\"2960\":762.14,\"2961\":398.48,\"2962\":24620.9,\"2963\":95.81,\"2964\":null,\"2965\":null,\"2966\":899.94,\"2967\":1037542.65,\"2968\":587134.5600000001,\"2969\":486.0,\"2970\":5341.6,\"2971\":8333.59,\"2972\":802.67,\"2973\":136660.0,\"2974\":623.19,\"2975\":14616.0,\"2976\":24046.54,\"2977\":60508.85,\"2978\":68657.62,\"2979\":165302.73,\"2980\":null,\"2981\":1021.03,\"2982\":39058.11,\"2983\":42035.6,\"2984\":8723.48,\"2985\":539.62,\"2986\":673.09,\"2987\":1209.3,\"2988\":350049.61,\"2989\":1062.1,\"2990\":533.31,\"2991\":827.1,\"2992\":1045.9,\"2993\":null,\"2994\":429.24,\"2995\":19015.34,\"2996\":13928.15,\"2997\":4497.3,\"2998\":19776.0,\"2999\":8121.6,\"3000\":371.91,\"3001\":2536.8,\"3002\":108.9,\"3003\":285.04,\"3004\":29674.71,\"3005\":25590.17,\"3006\":144477.56,\"3007\":92833.3,\"3008\":530046.39,\"3009\":1216.86,\"3010\":791.12,\"3011\":1150.7,\"3012\":1461.6,\"3013\":32949.84,\"3014\":788290.84,\"3015\":547009.51,\"3016\":21904.02,\"3017\":416732.1,\"3018\":141004.89,\"3019\":126352.08,\"3020\":792.96,\"3021\":714.15,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":77166.59,\"3026\":166120.64,\"3027\":170090.85,\"3028\":19796.91,\"3029\":210860.47,\"3030\":14799.69,\"3031\":46260.41,\"3032\":48628.06,\"3033\":569.25,\"3034\":77505.41,\"3035\":null,\"3036\":8371.0,\"3037\":2530.61,\"3038\":33120.12,\"3039\":45778.15,\"3040\":49503.65,\"3041\":49161.36,\"3042\":19622.72,\"3043\":651.3,\"3044\":4154.4,\"3045\":null,\"3046\":7279.2,\"3047\":null,\"3048\":279.18,\"3049\":5360.0,\"3050\":4791.49,\"3051\":1208.52,\"3052\":1518.44,\"3053\":111.68,\"3054\":8439.0,\"3055\":9512.0,\"3056\":2939.2,\"3057\":5943.94,\"3058\":17973.23,\"3059\":10073.82,\"3060\":10218.35,\"3061\":476.37,\"3062\":10011.8,\"3063\":9767.8,\"3064\":null,\"3065\":1347.8,\"3066\":12996.0,\"3067\":19664.06,\"3068\":10263.97,\"3069\":19611.55,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":420.7,\"3074\":8302.1,\"3075\":1714.0,\"3076\":null,\"3077\":1491.8,\"3078\":null,\"3079\":3575.8,\"3080\":1190.0,\"3081\":306.44,\"3082\":2087.28,\"3083\":338.1,\"3084\":2060.0,\"3085\":1173.31,\"3086\":10663.84,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":707.52,\"3093\":null,\"3094\":312.4,\"3095\":941.1,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":1190.0,\"3100\":5461.8,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":3960.0,\"3106\":null,\"3107\":7652.89,\"3108\":null,\"3109\":177263.68,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":11546.52,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":3252.47,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8419.21,\"3132\":8675.26,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1266.16,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":14.62,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1861.2,\"3214\":7159.2,\"3215\":15909.0,\"3216\":1904.4,\"3217\":3934.86,\"3218\":466.84,\"3219\":8.89,\"3220\":null,\"3221\":403.7,\"3222\":13596.0,\"3223\":16401.51,\"3224\":184.8,\"3225\":3043.42,\"3226\":1744.71,\"3227\":708.52,\"3228\":2890.8,\"3229\":1718.0,\"3230\":15748.0,\"3231\":463475.33,\"3232\":501911.84,\"3233\":null,\"3234\":1192.95,\"3235\":11426.49,\"3236\":61801.91,\"3237\":6141.67,\"3238\":650.61,\"3239\":727.03,\"3240\":null,\"3241\":3699.2,\"3242\":11589.74,\"3243\":620.18,\"3244\":null,\"3245\":null,\"3246\":15306.04,\"3247\":8583.0,\"3248\":4623.65,\"3249\":940.78,\"3250\":224601.19,\"3251\":152945.73,\"3252\":5867.36,\"3253\":null,\"3254\":93210.0,\"3255\":1233684.22,\"3256\":null,\"3257\":13160.12,\"3258\":324210.46,\"3259\":14567.58,\"3260\":18964.0,\"3261\":26473.02,\"3262\":11135.18,\"3263\":10620.9,\"3264\":31097.85,\"3265\":1018.85,\"3266\":1247.1,\"3267\":null,\"3268\":542.58,\"3269\":305800.0,\"3270\":null,\"3271\":2275.97,\"3272\":765.1,\"3273\":403.29,\"3274\":23416.9,\"3275\":3859.54,\"3276\":3.6,\"3277\":null,\"3278\":908.57,\"3279\":892106.89,\"3280\":601263.12,\"3281\":666.0,\"3282\":6351.4,\"3283\":8325.92,\"3284\":804.1,\"3285\":null,\"3286\":626.47,\"3287\":15624.0,\"3288\":23225.63,\"3289\":null,\"3290\":68810.73,\"3291\":165481.57,\"3292\":null,\"3293\":268180.0,\"3294\":423488.35,\"3295\":1059.57,\"3296\":38641.8,\"3297\":41837.71,\"3298\":8264.35,\"3299\":531.17,\"3300\":671.36,\"3301\":1189.2,\"3302\":341441.81,\"3303\":null,\"3304\":530.9,\"3305\":804.78,\"3306\":605.24,\"3307\":5239.2,\"3308\":429.0,\"3309\":14004.2,\"3310\":4500.9,\"3311\":18764.8,\"3312\":10540.8,\"3313\":363.13,\"3314\":2518.8,\"3315\":105.6,\"3316\":219.09,\"3317\":29873.26,\"3318\":43487.83,\"3319\":42690.8,\"3320\":92824.92,\"3321\":584719.48,\"3322\":1214.34,\"3323\":737.0,\"3324\":1164.89,\"3325\":1303.2,\"3326\":54172.77,\"3327\":773337.27,\"3328\":547086.2,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":416979.16,\"3333\":140738.02,\"3334\":125247.8,\"3335\":2064.0,\"3336\":793.38,\"3337\":633.8,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":78575.37,\"3342\":165245.11,\"3343\":170610.7,\"3344\":1664.87,\"3345\":227038.21,\"3346\":18238.73,\"3347\":45568.11,\"3348\":48269.57,\"3349\":644.55,\"3350\":150973.33,\"3351\":1510.96,\"3352\":8533.8,\"3353\":2399.65,\"3354\":33251.81,\"3355\":46620.2,\"3356\":55206.8,\"3357\":57753.05,\"3358\":12466.06,\"3359\":651.15,\"3360\":10256.4,\"3361\":null,\"3362\":3259.2,\"3363\":6737.78,\"3364\":277.73,\"3365\":4240.0,\"3366\":4791.49,\"3367\":607.68,\"3368\":1497.76,\"3369\":127.91,\"3370\":330.6,\"3371\":8105.0,\"3372\":9860.0,\"3373\":2862.2,\"3374\":4955.91,\"3375\":17081.77,\"3376\":9738.48,\"3377\":10093.94,\"3378\":null,\"3379\":10009.9,\"3380\":9779.6,\"3381\":null,\"3382\":1357.6,\"3383\":12546.0,\"3384\":19646.33,\"3385\":10291.0,\"3386\":19597.39,\"3387\":5911.2,\"3388\":null,\"3389\":396.6,\"3390\":8018.0,\"3391\":6536.0,\"3392\":3.82,\"3393\":1438.9,\"3394\":null,\"3395\":3355.0,\"3396\":379.0,\"3397\":306.44,\"3398\":1893.44,\"3399\":342.93,\"3400\":2061.0,\"3401\":1282.15,\"3402\":10560.22,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":724.68,\"3408\":null,\"3409\":304.48,\"3410\":960.6,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2053.0,\"3415\":5351.0,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3816.52,\"3421\":null,\"3422\":null,\"3423\":3464.16,\"3424\":null,\"3425\":163115.41,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":4447.08,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4488.69,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":12705.96,\"3448\":13147.91,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1220.67,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":null,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1821.6,\"3533\":7148.4,\"3534\":42634.0,\"3535\":10296.0,\"3536\":6476.55,\"3537\":467.06,\"3538\":33.62,\"3539\":404.14,\"3540\":12793.0,\"3541\":15784.05,\"3542\":198.0,\"3543\":3050.02,\"3544\":1744.05,\"3545\":764.05,\"3546\":2549.7,\"3547\":2306.0,\"3548\":20432.0,\"3549\":462317.89,\"3550\":500061.88,\"3551\":13744.0,\"3552\":860.31,\"3553\":11444.36,\"3554\":61794.98,\"3555\":6178.33,\"3556\":667.86,\"3557\":692.17,\"3558\":3699.52,\"3559\":11264.76,\"3560\":621.94,\"3561\":null,\"3562\":null,\"3563\":27287.18,\"3564\":6215.0,\"3565\":4424.13,\"3566\":939.79,\"3567\":246975.59,\"3568\":150799.84,\"3569\":5705.98,\"3570\":45072.0,\"3571\":null,\"3572\":892345.28,\"3573\":null,\"3574\":13308.48,\"3575\":392792.84,\"3576\":14171.28,\"3577\":17899.2,\"3578\":24357.78,\"3579\":12022.55,\"3580\":16494.57,\"3581\":22781.18,\"3582\":1084.68,\"3583\":1236.91,\"3584\":306.08,\"3585\":305800.0,\"3586\":null,\"3587\":2097.37,\"3588\":760.27,\"3589\":400.84,\"3590\":22952.99,\"3591\":161307.98,\"3592\":767.16,\"3593\":29.4,\"3594\":797.64,\"3595\":889773.79,\"3596\":458692.35,\"3597\":582.0,\"3598\":5489.0,\"3599\":8304.9,\"3600\":796.84,\"3601\":636.45,\"3602\":14400.0,\"3603\":23159.33,\"3604\":69624.02,\"3605\":164669.07,\"3606\":null,\"3607\":249228.0,\"3608\":444442.53,\"3609\":961.63,\"3610\":38674.23,\"3611\":42216.79,\"3612\":7958.26,\"3613\":535.92,\"3614\":null,\"3615\":1006.2,\"3616\":349699.26,\"3617\":1050.05,\"3618\":530.18,\"3619\":683.28,\"3620\":559.06,\"3621\":5232.0,\"3622\":429.24,\"3623\":null,\"3624\":1652.83,\"3625\":14061.59,\"3626\":4496.4,\"3627\":18483.06,\"3628\":5832.0,\"3629\":376.27,\"3630\":2475.6,\"3631\":105.6,\"3632\":346.01,\"3633\":29200.88,\"3634\":33373.99,\"3635\":null,\"3636\":6483.03,\"3637\":92820.97,\"3638\":721075.75,\"3639\":1179.78,\"3640\":765.16,\"3641\":1079.99,\"3642\":1247.4,\"3643\":null,\"3644\":774357.58,\"3645\":51899.06,\"3646\":493485.45,\"3647\":102020.0,\"3648\":155265.14,\"3649\":418620.83,\"3650\":143037.57,\"3651\":124867.0,\"3652\":null,\"3653\":793.24,\"3654\":614.59,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":77165.14,\"3659\":165261.49,\"3660\":166690.55,\"3661\":9175.42,\"3662\":116593.68,\"3663\":18723.21,\"3664\":45378.53,\"3665\":48863.52,\"3666\":653.91,\"3667\":225840.12,\"3668\":1151.4,\"3669\":8124.6,\"3670\":2412.73,\"3671\":null,\"3672\":null,\"3673\":4897.42,\"3674\":325.26,\"3675\":11756.54,\"3676\":650.67,\"3677\":5911.2,\"3678\":null,\"3679\":null,\"3680\":3924.0,\"3681\":6771.11,\"3682\":268.62,\"3683\":8480.0,\"3684\":4791.49,\"3685\":719.76,\"3686\":1540.88,\"3687\":121.18,\"3688\":331.2,\"3689\":7896.0,\"3690\":8943.0,\"3691\":2860.0,\"3692\":4962.01,\"3693\":14759.48,\"3694\":9076.7,\"3695\":9430.89,\"3696\":66.59,\"3697\":10012.8,\"3698\":9778.7,\"3699\":null,\"3700\":1364.1,\"3701\":12690.0,\"3702\":19745.6,\"3703\":10288.54,\"3704\":19602.43,\"3705\":7099.2,\"3706\":404.1,\"3707\":7899.0,\"3708\":1758.0,\"3709\":null,\"3710\":1396.9,\"3711\":null,\"3712\":3270.2,\"3713\":1925.0,\"3714\":306.44,\"3715\":2135.05,\"3716\":347.3,\"3717\":2014.0,\"3718\":1183.51,\"3719\":10254.24,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":751.08,\"3725\":253.0,\"3726\":573.9,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5264.7,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3747.65,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":2824.16,\"3741\":null,\"3742\":180794.91,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":3572.03,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":5413.49,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8436.86,\"3765\":8679.25,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1191.03,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":12.1,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1782.0,\"3850\":7143.6,\"3851\":388197.5,\"3852\":3639.6,\"3853\":4238.8,\"3854\":468.38,\"3855\":8.8,\"3856\":404.5,\"3857\":13937.0,\"3858\":15527.58,\"3859\":198.0,\"3860\":3146.05,\"3861\":1743.39,\"3862\":787.54,\"3863\":2933.1,\"3864\":2204.0,\"3865\":20000.0,\"3866\":60621.84,\"3867\":499291.07,\"3868\":13216.0,\"3869\":1511.73,\"3870\":7972.03,\"3871\":31705.2,\"3872\":6083.0,\"3873\":678.21,\"3874\":718.74,\"3875\":3698.88,\"3876\":873.76,\"3877\":11118.61,\"3878\":619.74,\"3879\":null,\"3880\":null,\"3881\":28491.22,\"3882\":9507.0,\"3883\":4375.39,\"3884\":939.79,\"3885\":249407.91,\"3886\":153810.88,\"3887\":5608.47,\"3888\":59976.0,\"3889\":268540.0,\"3890\":15701.76,\"3891\":null,\"3892\":12188.64,\"3893\":32844.42,\"3894\":13966.82,\"3895\":18638.4,\"3896\":27044.3,\"3897\":11036.83,\"3898\":16945.74,\"3899\":null,\"3900\":939.37,\"3901\":1210.52,\"3902\":548.46,\"3903\":5775.0,\"3904\":null,\"3905\":2196.5,\"3906\":766.57,\"3907\":407.0,\"3908\":22180.23,\"3909\":160315.7,\"3910\":3691.67,\"3911\":80.4,\"3912\":880.5,\"3913\":865953.74,\"3914\":525405.39,\"3915\":384.0,\"3916\":5893.8,\"3917\":8293.54,\"3918\":795.74,\"3919\":null,\"3920\":640.26,\"3921\":14652.0,\"3922\":23352.77,\"3923\":69282.07,\"3924\":164949.33,\"3925\":null,\"3926\":403512.0,\"3927\":449061.18,\"3928\":1043.85,\"3929\":38727.79,\"3930\":42470.06,\"3931\":8570.44,\"3932\":529.98,\"3933\":676.84,\"3934\":916.5,\"3935\":160794.56,\"3936\":2115.6,\"3937\":540.31,\"3938\":659.34,\"3939\":626.86,\"3940\":5062.8,\"3941\":429.24,\"3942\":1428.57,\"3943\":null,\"3944\":4500.45,\"3945\":18116.88,\"3946\":7776.0,\"3947\":385.64,\"3948\":2572.8,\"3949\":102.3,\"3950\":336.66,\"3951\":29632.13,\"3952\":32231.71,\"3953\":1241728.98,\"3954\":92065.58,\"3955\":556610.5,\"3956\":1326.24,\"3957\":784.52,\"3958\":1076.87,\"3959\":1737.0,\"3960\":773772.02,\"3961\":38840.66,\"3962\":541124.29,\"3963\":102560.0,\"3964\":155521.26,\"3965\":421308.94,\"3966\":144227.54,\"3967\":124115.0,\"3968\":791.84,\"3969\":702.15,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":69229.38,\"3974\":165164.57,\"3975\":169898.45,\"3976\":11455.76,\"3977\":123192.75,\"3978\":19145.18,\"3979\":45618.7,\"3980\":48519.23,\"3981\":653.91,\"3982\":152904.4,\"3983\":1129.05,\"3984\":8001.4,\"3985\":2388.4,\"3986\":32277.16,\"3987\":45955.39,\"3988\":57445.93,\"3989\":48398.49,\"3990\":12062.08,\"3991\":649.92,\"3992\":5202.0,\"3993\":null,\"3994\":547.2,\"3995\":6053.69,\"3996\":260.63,\"3997\":null,\"3998\":4400.0,\"3999\":9331.04,\"4000\":1109.52,\"4001\":1604.24,\"4002\":126.59,\"4003\":null,\"4004\":7744.0,\"4005\":9493.0,\"4006\":3069.0,\"4007\":4953.54,\"4008\":14743.31,\"4009\":8833.47,\"4010\":9203.86,\"4011\":576.25,\"4012\":10007.7,\"4013\":9600.1,\"4014\":null,\"4015\":1337.8,\"4016\":13392.0,\"4017\":19747.62,\"4018\":10281.76,\"4019\":19609.84,\"4020\":493.2,\"4021\":407.5,\"4022\":8461.8,\"4023\":1786.0,\"4024\":1443.7,\"4025\":null,\"4026\":3077.1,\"4027\":3087.0,\"4028\":306.44,\"4029\":1757.15,\"4030\":345.46,\"4031\":2012.0,\"4032\":1147.6,\"4033\":10900.64,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":693.0,\"4039\":287.76,\"4040\":939.6,\"4041\":null,\"4042\":null,\"4043\":93.6,\"4044\":null,\"4045\":2000.0,\"4046\":5389.9,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3696.0,\"4052\":null,\"4053\":null,\"4054\":1127.21,\"4055\":null,\"4056\":180291.22,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":1.79,\"4061\":null,\"4062\":1989.28,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":4983.9,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":7169.63,\"4080\":7308.76,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1174.25,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":5119.4,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":48.82,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":877.8,\"4167\":7132.8,\"4168\":386665.63,\"4169\":2437.2,\"4170\":4240.71,\"4171\":null,\"4172\":null,\"4173\":404.65,\"4174\":13222.0,\"4175\":15083.51,\"4176\":198.0,\"4177\":3111.08,\"4178\":1730.19,\"4179\":752.26,\"4180\":1808.1,\"4181\":3507.0,\"4182\":20748.0,\"4183\":60204.2,\"4184\":498944.41,\"4185\":12368.0,\"4186\":1367.85,\"4187\":7971.84,\"4188\":30725.65,\"4189\":6086.67,\"4190\":634.23,\"4191\":720.64,\"4192\":3698.56,\"4193\":850.59,\"4194\":10714.19,\"4195\":624.8,\"4196\":30791.96,\"4197\":null,\"4198\":26337.28,\"4199\":18076.0,\"4200\":4362.16,\"4201\":939.79,\"4202\":249758.34,\"4203\":154939.02,\"4204\":5550.06,\"4205\":69144.0,\"4206\":510890.0,\"4207\":null,\"4208\":12199.86,\"4209\":186403.49,\"4210\":null,\"4211\":18143.4,\"4212\":22839.08,\"4213\":11428.4,\"4214\":15794.86,\"4215\":171157.58,\"4216\":821.17,\"4217\":1177.99,\"4218\":563.96,\"4219\":null,\"4220\":null,\"4221\":2025.15,\"4222\":756.43,\"4223\":402.96,\"4224\":21723.91,\"4225\":164338.25,\"4226\":319.86,\"4227\":16.8,\"4228\":902.14,\"4229\":874471.11,\"4230\":271294.36,\"4231\":726.0,\"4232\":6835.4,\"4233\":8301.24,\"4234\":793.43,\"4235\":615.26,\"4236\":14904.0,\"4237\":23184.79,\"4238\":69371.99,\"4239\":165238.66,\"4240\":null,\"4241\":104788.0,\"4242\":169378.23,\"4243\":990.38,\"4244\":38431.25,\"4245\":42173.53,\"4246\":7805.22,\"4247\":533.02,\"4248\":675.25,\"4249\":832.65,\"4250\":81073.12,\"4251\":3079.58,\"4252\":528.13,\"4253\":762.66,\"4254\":624.81,\"4255\":4614.0,\"4256\":429.0,\"4257\":1589.78,\"4258\":2956.37,\"4259\":2944.35,\"4260\":17530.56,\"4261\":6979.2,\"4262\":975.84,\"4263\":380.36,\"4264\":2569.8,\"4265\":102.3,\"4266\":331.93,\"4267\":29455.38,\"4268\":31367.34,\"4269\":null,\"4270\":944373.86,\"4271\":92296.0,\"4272\":565638.84,\"4273\":1497.48,\"4274\":766.04,\"4275\":1128.34,\"4276\":1414.8,\"4277\":776317.66,\"4278\":null,\"4279\":541926.52,\"4280\":102020.0,\"4281\":155241.26,\"4282\":423581.17,\"4283\":144299.43,\"4284\":127221.72,\"4285\":791.98,\"4286\":678.4,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":77325.62,\"4291\":165108.12,\"4292\":170377.6,\"4293\":19600.05,\"4294\":157647.93,\"4295\":19175.72,\"4296\":45615.3,\"4297\":48920.24,\"4298\":649.83,\"4299\":152907.81,\"4300\":1083.57,\"4301\":7444.8,\"4302\":2289.45,\"4303\":31380.82,\"4304\":44126.37,\"4305\":58061.11,\"4306\":57302.96,\"4307\":15272.18,\"4308\":326.1,\"4309\":6210.0,\"4310\":116.4,\"4311\":9045.6,\"4312\":6702.47,\"4313\":320.43,\"4314\":8000.0,\"4315\":9329.92,\"4316\":1148.76,\"4317\":1522.4,\"4318\":139.13,\"4319\":8943.0,\"4320\":9877.0,\"4321\":2829.2,\"4322\":4956.92,\"4323\":17085.11,\"4324\":9322.63,\"4325\":9680.43,\"4326\":409.35,\"4327\":10012.0,\"4328\":9617.5,\"4329\":null,\"4330\":2175.3,\"4331\":12924.0,\"4332\":19665.15,\"4333\":10291.51,\"4334\":19609.01,\"4335\":5958.0,\"4336\":636.9,\"4337\":11055.2,\"4338\":4750.0,\"4339\":null,\"4340\":2825.5,\"4341\":null,\"4342\":4503.5,\"4343\":4158.0,\"4344\":306.44,\"4345\":1958.28,\"4346\":380.42,\"4347\":2252.0,\"4348\":1284.03,\"4349\":19448.86,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":146.67,\"4355\":906.18,\"4356\":null,\"4357\":264.0,\"4358\":null,\"4359\":null,\"4360\":null,\"4361\":78.24,\"4362\":null,\"4363\":2000.0,\"4364\":6821.5,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":6198.26,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":3170.04,\"4374\":null,\"4375\":180677.77,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":4044.29,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":3915.06,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6972.86,\"4398\":7163.99,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1190.53,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":4039.2,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":218.16,\"4444\":4161.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4161.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3622.67,\"4484\":2250.6,\"4485\":7146.0,\"4486\":338430.29,\"4487\":3513.6,\"4488\":5233.18,\"4489\":31.5,\"4490\":404.57,\"4491\":11594.0,\"4492\":17662.5,\"4493\":198.0,\"4494\":3015.7,\"4495\":1735.8,\"4496\":771.66,\"4497\":1424.7,\"4498\":3736.0,\"4499\":21532.0,\"4500\":195914.98,\"4501\":500865.99,\"4502\":13736.0,\"4503\":1592.91,\"4504\":10963.33,\"4505\":54993.69,\"4506\":7135.33,\"4507\":null,\"4508\":716.47,\"4509\":3698.88,\"4510\":857.85,\"4511\":11813.37,\"4512\":582.34,\"4513\":10636.65,\"4514\":null,\"4515\":28271.35,\"4516\":19185.0,\"4517\":6728.58,\"4518\":939.79,\"4519\":249984.0,\"4520\":152248.3,\"4521\":7370.58,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":25516.64,\"4526\":398548.65,\"4527\":19419.49,\"4528\":15512.2,\"4529\":23854.89,\"4530\":15778.64,\"4531\":16334.71,\"4532\":169427.14,\"4533\":1187.56,\"4534\":1275.92,\"4535\":561.71,\"4536\":null,\"4537\":2331.97,\"4538\":751.51,\"4539\":405.52,\"4540\":21646.66,\"4541\":163952.06,\"4542\":3926.34,\"4543\":2504.4,\"4544\":811.31,\"4545\":1098918.98,\"4546\":499071.84,\"4547\":462.0,\"4548\":10874.6,\"4549\":8313.32,\"4550\":791.23,\"4551\":644.79,\"4552\":14580.0,\"4553\":22935.87,\"4554\":69352.23,\"4555\":165100.23,\"4556\":null,\"4557\":null,\"4558\":532744.63,\"4559\":51057.67,\"4560\":38085.66,\"4561\":41582.73,\"4562\":8111.3,\"4563\":533.02,\"4564\":675.61,\"4565\":721.5,\"4566\":81248.55,\"4567\":3070.98,\"4568\":529.78,\"4569\":703.62,\"4570\":629.72,\"4571\":5270.4,\"4572\":428.88,\"4573\":1268.78,\"4574\":14119.7,\"4575\":3463.65,\"4576\":18108.59,\"4577\":8332.8,\"4578\":null,\"4579\":361.42,\"4580\":2564.4,\"4581\":102.3,\"4582\":341.63,\"4583\":29204.27,\"4584\":33524.88,\"4585\":null,\"4586\":385611.22,\"4587\":89959.51,\"4588\":240705.25,\"4589\":null,\"4590\":852.94,\"4591\":1088.24,\"4592\":1342.8,\"4593\":769366.23,\"4594\":52483.22,\"4595\":523693.27,\"4596\":177640.0,\"4597\":155289.03,\"4598\":423143.36,\"4599\":73539.17,\"4600\":72684.64,\"4601\":791.42,\"4602\":655.06,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":77115.56,\"4607\":164852.67,\"4608\":170327.65,\"4609\":16304.6,\"4610\":224908.51,\"4611\":null,\"4612\":45849.27,\"4613\":48631.04,\"4614\":647.01,\"4615\":151898.69,\"4616\":993.46,\"4617\":4338.4,\"4618\":2212.43,\"4619\":31705.88,\"4620\":42839.15,\"4621\":58379.4,\"4622\":57477.19,\"4623\":13856.33,\"4624\":325.8,\"4625\":4046.4,\"4626\":12.0,\"4627\":9045.6,\"4628\":6768.63,\"4629\":255.55,\"4630\":8400.0,\"4631\":9288.49,\"4632\":28.68,\"4633\":1569.48,\"4634\":123.95,\"4635\":8474.0,\"4636\":9188.0,\"4637\":2822.6,\"4638\":4954.02,\"4639\":17455.15,\"4640\":8750.0,\"4641\":9128.8,\"4642\":590.63,\"4643\":10009.1,\"4644\":9608.4,\"4645\":null,\"4646\":2176.2,\"4647\":12942.0,\"4648\":19710.1,\"4649\":10249.02,\"4650\":19606.75,\"4651\":6883.2,\"4652\":539.4,\"4653\":9574.8,\"4654\":7474.0,\"4655\":null,\"4656\":1523.8,\"4657\":null,\"4658\":3606.9,\"4659\":3486.0,\"4660\":306.44,\"4661\":1862.01,\"4662\":342.93,\"4663\":2250.0,\"4664\":1271.8,\"4665\":13976.55,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":809.82,\"4672\":362.56,\"4673\":343.5,\"4674\":null,\"4675\":null,\"4676\":97.92,\"4677\":null,\"4678\":2000.0,\"4679\":5768.0,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":9722.09,\"4685\":null,\"4686\":null,\"4687\":6004.32,\"4688\":null,\"4689\":180755.4,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":6198.21,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":3662.11,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":5696.44,\"4712\":5809.68,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":0.3,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1227.88,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":5586.9,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":1.09,\"4759\":4647.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4647.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3721.67,\"4797\":2283.6,\"4798\":7146.0,\"4799\":209972.21,\"4800\":4190.4,\"4801\":6357.58,\"4802\":null,\"4803\":404.77,\"4804\":13101.0,\"4805\":10382.08,\"4806\":null,\"4807\":2894.1,\"4808\":1690.59,\"4809\":778.86,\"4810\":927.0,\"4811\":3116.0,\"4812\":21800.0,\"4813\":156095.77,\"4814\":501819.16,\"4815\":null,\"4816\":1644.06,\"4817\":12339.85,\"4818\":40868.8,\"4819\":7282.0,\"4820\":1199.16,\"4821\":717.63,\"4822\":3699.52,\"4823\":917.56,\"4824\":14667.26,\"4825\":619.08,\"4826\":17017.06,\"4827\":null,\"4828\":28115.34,\"4829\":18760.0,\"4830\":4996.65,\"4831\":939.79,\"4832\":248984.77,\"4833\":158642.22,\"4834\":6146.14,\"4835\":23064.0,\"4836\":510830.0,\"4837\":null,\"4838\":null,\"4839\":18064.76,\"4840\":396674.57,\"4841\":19383.45,\"4842\":18724.2,\"4843\":25012.83,\"4844\":14007.99,\"4845\":16668.46,\"4846\":171174.22,\"4847\":1221.09,\"4848\":1227.25,\"4849\":552.83,\"4850\":139040.0,\"4851\":null,\"4852\":2417.88,\"4853\":743.05,\"4854\":407.03,\"4855\":28462.4,\"4856\":163551.5,\"4857\":3947.74,\"4858\":2199.0,\"4859\":835.31,\"4860\":967707.8,\"4861\":501860.84,\"4862\":450.0,\"4863\":7422.8,\"4864\":8425.73,\"4865\":800.69,\"4866\":205070.0,\"4867\":615.62,\"4868\":14652.0,\"4869\":23002.2,\"4870\":69524.14,\"4871\":165144.62,\"4872\":56.5,\"4873\":298494.0,\"4874\":532917.22,\"4875\":50712.6,\"4876\":42714.6,\"4877\":8111.3,\"4878\":520.61,\"4879\":675.11,\"4880\":761.4,\"4881\":80966.57,\"4882\":3067.53,\"4883\":534.14,\"4884\":745.2,\"4885\":593.57,\"4886\":5080.8,\"4887\":428.04,\"4888\":19580.0,\"4889\":2091.93,\"4890\":14060.87,\"4891\":2924.55,\"4892\":16761.2,\"4893\":8880.0,\"4894\":372.97,\"4895\":2556.0,\"4896\":102.3,\"4897\":359.26,\"4898\":30203.43,\"4899\":35305.27,\"4900\":null,\"4901\":1689.18,\"4902\":91501.81,\"4903\":199153.49,\"4904\":1332.96,\"4905\":795.96,\"4906\":1051.44,\"4907\":1299.6,\"4908\":778392.05,\"4909\":52398.68,\"4910\":532020.95,\"4911\":40599.7,\"4912\":210340.0,\"4913\":154241.14,\"4914\":421783.69,\"4915\":144483.16,\"4916\":126968.6,\"4917\":791.0,\"4918\":209.59,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76936.73,\"4923\":157882.77,\"4924\":169989.1,\"4925\":159358.35,\"4926\":null,\"4927\":230707.7,\"4928\":14654.96,\"4929\":45369.83,\"4930\":48894.92,\"4931\":653.7,\"4932\":152827.98,\"4933\":1005.61,\"4934\":8936.4,\"4935\":2597.53,\"4936\":24744.55,\"4937\":42489.57,\"4938\":58548.1,\"4939\":57947.7,\"4940\":15449.62,\"4941\":325.05,\"4942\":5914.8,\"4943\":221.4,\"4944\":9045.6,\"4945\":6754.44,\"4946\":277.93,\"4947\":15.46,\"4948\":2400.0,\"4949\":9252.84,\"4950\":323.16,\"4951\":1684.32,\"4952\":117.61,\"4953\":331.2,\"4954\":7984.0,\"4955\":8170.0,\"4956\":2719.2,\"4957\":4950.76,\"4958\":17168.38,\"4959\":9373.97,\"4960\":9694.01,\"4961\":165.88,\"4962\":12915.0,\"4963\":12647.4,\"4964\":null,\"4965\":1576.3,\"4966\":13716.0,\"4967\":19741.52,\"4968\":10271.03,\"4969\":19610.45,\"4970\":7412.4,\"4971\":440.2,\"4972\":8057.5,\"4973\":4528.0,\"4974\":1357.0,\"4975\":null,\"4976\":4052.2,\"4977\":5183.0,\"4978\":306.44,\"4979\":2093.64,\"4980\":338.33,\"4981\":2078.0,\"4982\":1267.25,\"4983\":11422.55,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":760.98,\"4990\":305.36,\"4991\":1039.5,\"4992\":null,\"4993\":null,\"4994\":200.64,\"4995\":null,\"4996\":2000.0,\"4997\":5385.0,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":3960.0,\"5003\":null,\"5004\":null,\"5005\":7994.32,\"5006\":null,\"5007\":180669.12,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":9801.46,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4620.0,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5005.08,\"5031\":5185.25,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1227.16,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5582.5,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3820.67,\"5116\":1920.6,\"5117\":7152.0,\"5118\":388234.63,\"5119\":2448.0,\"5120\":4931.4,\"5121\":467.39,\"5122\":null,\"5123\":null,\"5124\":404.59,\"5125\":13805.0,\"5126\":14559.78,\"5127\":null,\"5128\":3005.14,\"5129\":1727.88,\"5130\":766.12,\"5131\":1424.7,\"5132\":2600.0,\"5133\":20452.0,\"5134\":313222.29,\"5135\":502960.16,\"5136\":13496.0,\"5137\":789.36,\"5138\":8131.05,\"5139\":33170.04,\"5140\":7524.0,\"5141\":1092.79,\"5142\":723.65,\"5143\":3698.56,\"5144\":887.39,\"5145\":13188.66,\"5146\":637.56,\"5147\":11869.1,\"5148\":null,\"5149\":15411.14,\"5150\":14554.0,\"5151\":4752.49,\"5152\":938.8,\"5153\":252844.08,\"5154\":160219.4,\"5155\":5913.62,\"5156\":54648.0,\"5157\":510320.0,\"5158\":null,\"5159\":null,\"5160\":17651.6,\"5161\":396435.32,\"5162\":14767.49,\"5163\":17773.8,\"5164\":22060.22,\"5165\":12216.66,\"5166\":16369.9,\"5167\":160073.39,\"5168\":1244.28,\"5169\":1203.04,\"5170\":569.28,\"5171\":null,\"5172\":null,\"5173\":2603.26,\"5174\":746.3,\"5175\":400.4,\"5176\":25513.35,\"5177\":162957.79,\"5178\":2628.54,\"5179\":2199.0,\"5180\":884.07,\"5181\":874704.86,\"5182\":595571.53,\"5183\":432.0,\"5184\":7299.6,\"5185\":8419.65,\"5186\":797.94,\"5187\":205000.0,\"5188\":609.79,\"5189\":14220.0,\"5190\":23088.58,\"5191\":69108.87,\"5192\":165342.17,\"5193\":null,\"5194\":317906.0,\"5195\":null,\"5196\":null,\"5197\":42224.74,\"5198\":8111.3,\"5199\":554.53,\"5200\":686.88,\"5201\":787.35,\"5202\":81057.08,\"5203\":3064.09,\"5204\":521.6,\"5205\":552.78,\"5206\":514.85,\"5207\":4526.4,\"5208\":428.04,\"5209\":1482.29,\"5210\":14016.39,\"5211\":null,\"5212\":19640.12,\"5213\":3081.6,\"5214\":195.82,\"5215\":2554.8,\"5216\":99.0,\"5217\":332.08,\"5218\":29110.72,\"5219\":36980.36,\"5220\":null,\"5221\":307354.85,\"5222\":91709.14,\"5223\":611438.78,\"5224\":1604.34,\"5225\":769.78,\"5226\":1067.68,\"5227\":1238.4,\"5228\":772921.4399999999,\"5229\":51896.03,\"5230\":533154.05,\"5231\":185290.0,\"5232\":154633.03,\"5233\":422636.93,\"5234\":141702.73,\"5235\":124550.86,\"5236\":2048.0,\"5237\":792.12,\"5238\":610.79,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":77289.32,\"5243\":161503.7,\"5244\":169114.05,\"5245\":141468.72,\"5246\":8407.85,\"5247\":225528.42,\"5248\":null,\"5249\":23342.32,\"5250\":46226.0,\"5251\":49073.78,\"5252\":659.43,\"5253\":152964.03,\"5254\":1091.5,\"5255\":8650.4,\"5256\":2369.0,\"5257\":28095.48,\"5258\":32121.29,\"5259\":59249.93,\"5260\":58816.13,\"5261\":14378.1,\"5262\":652.92,\"5263\":5407.2,\"5264\":6.0,\"5265\":9045.6,\"5266\":6758.9,\"5267\":275.22,\"5268\":5200.0,\"5269\":8417.94,\"5270\":395.04,\"5271\":1611.72,\"5272\":110.58,\"5273\":330.6,\"5274\":7739.0,\"5275\":8255.0,\"5276\":2629.0,\"5277\":4948.34,\"5278\":16165.48,\"5279\":8800.27,\"5280\":9149.29,\"5281\":1338.92,\"5282\":12880.9,\"5283\":12598.4,\"5284\":null,\"5285\":1436.1,\"5286\":13824.0,\"5287\":19735.59,\"5288\":19497.7,\"5289\":18583.64,\"5290\":5558.4,\"5291\":396.9,\"5292\":7364.6,\"5293\":1606.0,\"5294\":1271.2,\"5295\":null,\"5296\":3090.6,\"5297\":5137.0,\"5298\":306.44,\"5299\":776.82,\"5300\":336.95,\"5301\":2029.0,\"5302\":1269.6,\"5303\":10801.3,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":941.16,\"5310\":null,\"5311\":293.04,\"5312\":847.2,\"5313\":null,\"5314\":null,\"5315\":411.36,\"5316\":null,\"5317\":2000.0,\"5318\":5539.2,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3839.48,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":10238.57,\"5328\":null,\"5329\":180516.62,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":11578.08,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4299.38,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7456.56,\"5353\":7669.91,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":1.5,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1154.73,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":3459.5,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":18128.73,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":500.25,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3875.67,\"5440\":1828.2,\"5441\":7164.0,\"5442\":377150.32,\"5443\":1947.6,\"5444\":4436.2,\"5445\":466.4,\"5446\":null,\"5447\":405.6,\"5448\":14146.0,\"5449\":13878.01,\"5450\":191.4,\"5451\":3020.66,\"5452\":1743.72,\"5453\":764.86,\"5454\":1255.5,\"5455\":2110.0,\"5456\":21800.0,\"5457\":462812.4,\"5458\":499379.84,\"5459\":12208.0,\"5460\":1091.31,\"5461\":5718.06,\"5462\":46487.12,\"5463\":null,\"5464\":6845.67,\"5465\":596.28,\"5466\":null,\"5467\":3698.24,\"5468\":866.32,\"5469\":12093.01,\"5470\":627.0,\"5471\":null,\"5472\":null,\"5473\":29947.52,\"5474\":16261.0,\"5475\":4554.73,\"5476\":null,\"5477\":254189.72,\"5478\":159253.47,\"5479\":5632.37,\"5480\":55032.0,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":15472.4,\"5485\":395428.09,\"5486\":14152.48,\"5487\":14058.0,\"5488\":21738.21,\"5489\":10924.16,\"5490\":16793.12,\"5491\":21590.24,\"5492\":1384.21,\"5493\":1375.41,\"5494\":560.71,\"5495\":109120.0,\"5496\":null,\"5497\":2392.46,\"5498\":743.54,\"5499\":306.12,\"5500\":24099.18,\"5501\":133873.49,\"5502\":3962.83,\"5503\":2199.0,\"5504\":940.5,\"5505\":871045.2,\"5506\":444265.94,\"5507\":390.0,\"5508\":6872.8,\"5509\":8414.88,\"5510\":793.21,\"5511\":178400.0,\"5512\":623.44,\"5513\":13428.0,\"5514\":23471.57,\"5515\":60519.23,\"5516\":69416.53,\"5517\":165000.99,\"5518\":null,\"5519\":null,\"5520\":537980.73,\"5521\":null,\"5522\":448.01,\"5523\":null,\"5524\":518.63,\"5525\":686.09,\"5526\":2481.45,\"5527\":137373.17,\"5528\":3614.94,\"5529\":534.14,\"5530\":809.28,\"5531\":459.74,\"5532\":4200.0,\"5533\":427.56,\"5534\":1370.95,\"5535\":14154.13,\"5536\":17131.41,\"5537\":10704.0,\"5538\":379.96,\"5539\":2533.8,\"5540\":102.3,\"5541\":329.6,\"5542\":29278.28,\"5543\":34694.33,\"5544\":null,\"5545\":1124672.01,\"5546\":91544.25,\"5547\":118359.18,\"5548\":1606.32,\"5549\":666.82,\"5550\":1029.42,\"5551\":1378.8,\"5552\":777083.9,\"5553\":51995.68,\"5554\":533832.34,\"5555\":101580.0,\"5556\":153823.14,\"5557\":422437.98,\"5558\":141473.39,\"5559\":126179.12,\"5560\":2046.0,\"5561\":793.1,\"5562\":744.47,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":77321.29,\"5567\":163446.83,\"5568\":169787.45,\"5569\":133805.56,\"5570\":15741.43,\"5571\":229157.92,\"5572\":22037.79,\"5573\":45555.06,\"5574\":49171.56,\"5575\":654.93,\"5576\":152983.55,\"5577\":1165.54,\"5578\":5533.0,\"5579\":2328.71,\"5580\":33050.15,\"5581\":31873.11,\"5582\":59451.05,\"5583\":58332.9,\"5584\":14082.31,\"5585\":653.67,\"5586\":6609.6,\"5587\":6.0,\"5588\":9045.6,\"5589\":4968.81,\"5590\":305.71,\"5591\":4240.0,\"5592\":8759.94,\"5593\":1237.8,\"5594\":1722.16,\"5595\":122.76,\"5596\":null,\"5597\":7945.0,\"5598\":7495.0,\"5599\":2646.6,\"5600\":4954.53,\"5601\":16323.34,\"5602\":8704.3,\"5603\":9060.88,\"5604\":636.68,\"5605\":13182.3,\"5606\":12896.1,\"5607\":null,\"5608\":1356.4,\"5609\":12420.0,\"5610\":19732.07,\"5611\":19549.65,\"5612\":19598.42,\"5613\":8470.8,\"5614\":null,\"5615\":7424.9,\"5616\":1874.0,\"5617\":1251.0,\"5618\":null,\"5619\":2966.3,\"5620\":5141.0,\"5621\":306.44,\"5622\":2098.95,\"5623\":339.48,\"5624\":1971.0,\"5625\":1056.8,\"5626\":10822.46,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":839.52,\"5633\":null,\"5634\":276.32,\"5635\":1007.1,\"5636\":null,\"5637\":null,\"5638\":336.48,\"5639\":null,\"5640\":2000.0,\"5641\":5321.0,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3736.17,\"5647\":null,\"5648\":null,\"5649\":7425.93,\"5650\":null,\"5651\":180677.37,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":8400.96,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":3766.52,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":10316.13,\"5674\":10673.08,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":0.45,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1136.19,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5581.4,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":17862.11,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":4014.08,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3824.33,\"5762\":1782.0,\"5763\":5240.37,\"5764\":397417.66,\"5765\":1951.2,\"5766\":3541.2,\"5767\":466.4,\"5768\":21.12,\"5769\":null,\"5770\":417.15,\"5771\":13387.0,\"5772\":13701.31,\"5773\":191.4,\"5774\":3084.84,\"5775\":1729.86,\"5776\":779.94,\"5777\":2015.1,\"5778\":812.0,\"5779\":19836.0,\"5780\":433239.13,\"5781\":501196.96,\"5782\":13856.0,\"5783\":935.55,\"5784\":11041.22,\"5785\":46644.53,\"5786\":7403.0,\"5787\":627.9,\"5788\":3698.24,\"5789\":868.19,\"5790\":11877.83,\"5791\":631.84,\"5792\":15591.52,\"5793\":null,\"5794\":28091.13,\"5795\":8683.0,\"5796\":4525.45,\"5797\":254111.42,\"5798\":158241.87,\"5799\":5567.96,\"5800\":506040.0,\"5801\":5514.7,\"5802\":null,\"5803\":15270.16,\"5804\":395564.95,\"5805\":13832.92,\"5806\":18209.4,\"5807\":22059.25,\"5808\":11226.6,\"5809\":16325.49,\"5810\":26065.88,\"5811\":1207.84,\"5812\":1956.58,\"5813\":565.21,\"5814\":138930.0,\"5815\":null,\"5816\":1817.69,\"5817\":742.36,\"5818\":465.69,\"5819\":33799.44,\"5820\":null,\"5821\":2293.59,\"5822\":2199.0,\"5823\":null,\"5824\":931.92,\"5825\":901012.21,\"5826\":462185.34,\"5827\":210.0,\"5828\":6866.2,\"5829\":8386.0,\"5830\":793.54,\"5831\":182240.0,\"5832\":664.3,\"5833\":14832.0,\"5834\":23066.66,\"5835\":59527.28,\"5836\":69544.3,\"5837\":164567.59,\"5838\":73.5,\"5839\":400338.0,\"5840\":null,\"5841\":41781.05,\"5842\":7958.26,\"5843\":510.18,\"5844\":688.5,\"5845\":818.85,\"5846\":92431.21,\"5847\":3616.66,\"5848\":525.16,\"5849\":835.2,\"5850\":623.8,\"5851\":4273.2,\"5852\":427.44,\"5853\":969.15,\"5854\":14136.91,\"5855\":16165.53,\"5856\":7684.8,\"5857\":983.18,\"5858\":376.27,\"5859\":2539.2,\"5860\":105.6,\"5861\":325.26,\"5862\":29920.54,\"5863\":36557.89,\"5864\":null,\"5865\":1232710.4399999999,\"5866\":92113.98,\"5867\":120041.69,\"5868\":1606.14,\"5869\":695.42,\"5870\":1043.23,\"5871\":1193.4,\"5872\":773473.11,\"5873\":52087.62,\"5874\":534852.1,\"5875\":20933.91,\"5876\":154495.5,\"5877\":425567.85,\"5878\":142705.07,\"5879\":125860.99,\"5880\":2047.0,\"5881\":793.1,\"5882\":557.13,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":77537.43,\"5887\":163036.06,\"5888\":169559.9,\"5889\":null,\"5890\":201.92,\"5891\":196142.54,\"5892\":22085.48,\"5893\":45542.92,\"5894\":48549.1,\"5895\":650.19,\"5896\":153370.67,\"5897\":null,\"5898\":7944.2,\"5899\":2270.63,\"5900\":29876.95,\"5901\":31942.06,\"5902\":58947.39,\"5903\":null,\"5904\":16351.0,\"5905\":653.04,\"5906\":5414.4,\"5907\":0.6,\"5908\":9045.6,\"5909\":6725.9,\"5910\":299.64,\"5911\":3840.0,\"5912\":9217.61,\"5913\":1030.2,\"5914\":1665.4,\"5915\":115.1,\"5916\":7567.0,\"5917\":7217.0,\"5918\":2596.0,\"5919\":5408.65,\"5920\":15016.7,\"5921\":10146.94,\"5922\":10228.86,\"5923\":458.48,\"5924\":13325.6,\"5925\":13031.9,\"5926\":null,\"5927\":1304.6,\"5928\":14112.0,\"5929\":19736.06,\"5930\":19649.98,\"5931\":10194.47,\"5932\":7610.4,\"5933\":7636.1,\"5934\":1748.0,\"5935\":2240.0,\"5936\":null,\"5937\":2835.5,\"5938\":4780.0,\"5939\":306.44,\"5940\":2134.9,\"5941\":338.33,\"5942\":1944.0,\"5943\":1201.7,\"5944\":20278.49,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":767.58,\"5951\":296.56,\"5952\":141.0,\"5953\":null,\"5954\":null,\"5955\":217.92,\"5956\":null,\"5957\":2000.0,\"5958\":7614.6,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9756.52,\"5964\":null,\"5965\":null,\"5966\":3153.58,\"5967\":null,\"5968\":180696.19,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":4214.13,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4324.04,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":14870.79,\"5992\":15568.29,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1113.86,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":18941.04,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":2121.18,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3864.67,\"6080\":2343.0,\"6081\":7142.4,\"6082\":397254.06,\"6083\":1695.6,\"6084\":2938.75,\"6085\":465.96,\"6086\":null,\"6087\":417.08,\"6088\":12848.0,\"6089\":13134.38,\"6090\":198.0,\"6091\":3083.68,\"6092\":1755.27,\"6093\":761.94,\"6094\":929.7,\"6095\":816.0,\"6096\":15288.0,\"6097\":461087.28,\"6098\":500876.39,\"6099\":12752.0,\"6100\":1508.1,\"6101\":9268.92,\"6102\":48359.88,\"6103\":6669.67,\"6104\":699.49,\"6105\":3699.2,\"6106\":863.6,\"6107\":11773.66,\"6108\":619.96,\"6109\":null,\"6110\":null,\"6111\":27047.56,\"6112\":15381.0,\"6113\":4380.79,\"6114\":939.79,\"6115\":254045.2,\"6116\":159743.68,\"6117\":5441.85,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":12635.08,\"6123\":334399.37,\"6124\":23579.32,\"6125\":18196.2,\"6126\":22844.07,\"6127\":11024.19,\"6128\":16868.94,\"6129\":40582.93,\"6130\":1147.19,\"6131\":1324.91,\"6132\":null,\"6133\":559.33,\"6134\":147950.0,\"6135\":null,\"6136\":2116.35,\"6137\":743.84,\"6138\":462.52,\"6139\":33220.0,\"6140\":162111.95,\"6141\":3959.42,\"6142\":2199.0,\"6143\":940.34,\"6144\":880724.6899999999,\"6145\":507614.16,\"6146\":510.0,\"6147\":9864.8,\"6148\":8370.95,\"6149\":826.32,\"6150\":null,\"6151\":652.76,\"6152\":13212.0,\"6153\":36112.57,\"6154\":67093.55,\"6155\":164885.34,\"6156\":null,\"6157\":null,\"6158\":451920.8,\"6159\":41844.41,\"6160\":8264.35,\"6161\":492.89,\"6162\":685.94,\"6163\":1333.2,\"6164\":80857.2,\"6165\":3046.88,\"6166\":520.54,\"6167\":755.46,\"6168\":562.31,\"6169\":4059.6,\"6170\":423.12,\"6171\":19286.67,\"6172\":1640.92,\"6173\":14029.3,\"6174\":null,\"6175\":15603.38,\"6176\":9225.6,\"6177\":null,\"6178\":382.47,\"6179\":2427.0,\"6180\":95.7,\"6181\":302.83,\"6182\":29074.24,\"6183\":42167.24,\"6184\":null,\"6185\":1232587.01,\"6186\":92813.23,\"6187\":120328.81,\"6188\":1604.34,\"6189\":649.66,\"6190\":1011.08,\"6191\":1150.2,\"6192\":771917.03,\"6193\":52111.65,\"6194\":534992.5,\"6195\":null,\"6196\":153457.62,\"6197\":425742.83,\"6198\":143029.66,\"6199\":124935.66,\"6200\":2056.0,\"6201\":792.54,\"6202\":621.16,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":77441.88,\"6207\":159384.58,\"6208\":162862.9,\"6209\":341030.48,\"6210\":18236.72,\"6211\":230537.72,\"6212\":22592.3,\"6213\":44709.08,\"6214\":48087.78,\"6215\":649.05,\"6216\":152045.39,\"6217\":1520.05,\"6218\":7321.6,\"6219\":2481.83,\"6220\":29647.17,\"6221\":32334.62,\"6222\":57843.89,\"6223\":19364.02,\"6224\":655.62,\"6225\":5407.2,\"6226\":null,\"6227\":9045.6,\"6228\":6556.61,\"6229\":302.41,\"6230\":4320.0,\"6231\":9286.84,\"6232\":1553.04,\"6233\":1551.44,\"6234\":163.42,\"6235\":16890.0,\"6236\":7435.0,\"6237\":2769.8,\"6238\":9942.82,\"6239\":15367.81,\"6240\":19230.04,\"6241\":19566.48,\"6242\":2656.43,\"6243\":14243.0,\"6244\":13941.9,\"6245\":null,\"6246\":null,\"6247\":12222.0,\"6248\":19737.18,\"6249\":19662.93,\"6250\":19604.49,\"6251\":6516.0,\"6252\":8133.1,\"6253\":4594.0,\"6254\":null,\"6255\":1482.0,\"6256\":null,\"6257\":3120.1,\"6258\":5430.0,\"6259\":306.44,\"6260\":1991.34,\"6261\":336.95,\"6262\":1945.0,\"6263\":1215.34,\"6264\":11862.07,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":140.8,\"6270\":758.34,\"6271\":null,\"6272\":417.56,\"6273\":447.9,\"6274\":null,\"6275\":null,\"6276\":116.16,\"6277\":null,\"6278\":2000.0,\"6279\":5474.4,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3822.26,\"6285\":null,\"6286\":null,\"6287\":2598.01,\"6288\":null,\"6289\":198763.75,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":3486.2,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":5041.88,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19836.9,\"6313\":19921.1,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":1989.24,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5226.1,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":1215.19,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3299.35,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3872.0,\"6400\":1801.8,\"6401\":7143.6,\"6402\":397727.7,\"6403\":1692.0,\"6404\":2943.24,\"6405\":706.09,\"6406\":null,\"6407\":418.41,\"6408\":11440.0,\"6409\":13803.52,\"6410\":204.6,\"6411\":3066.52,\"6412\":1749.0,\"6413\":764.01,\"6414\":956.7,\"6415\":809.0,\"6416\":16600.0,\"6417\":406874.91,\"6418\":501150.21,\"6419\":11360.0,\"6420\":848.76,\"6421\":14044.62,\"6422\":37316.75,\"6423\":6603.67,\"6424\":636.24,\"6425\":3699.84,\"6426\":777.33,\"6427\":12179.39,\"6428\":537.46,\"6429\":null,\"6430\":null,\"6431\":26143.16,\"6432\":10294.0,\"6433\":5772.48,\"6434\":939.79,\"6435\":244847.78,\"6436\":158242.97,\"6437\":7685.63,\"6438\":398160.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":13611.36,\"6443\":314706.16,\"6444\":14345.23,\"6445\":16302.0,\"6446\":21914.01,\"6447\":10159.24,\"6448\":17163.89,\"6449\":98971.2,\"6450\":1131.05,\"6451\":2294.72,\"6452\":301.83,\"6453\":null,\"6454\":null,\"6455\":2274.13,\"6456\":739.31,\"6457\":458.32,\"6458\":37372.39,\"6459\":96812.85,\"6460\":1226.4,\"6461\":2199.0,\"6462\":944.38,\"6463\":916656.87,\"6464\":598686.23,\"6465\":312.0,\"6466\":7517.4,\"6467\":6055.14,\"6468\":824.78,\"6469\":183900.0,\"6470\":608.29,\"6471\":15120.0,\"6472\":23279.67,\"6473\":69417.96,\"6474\":164910.29,\"6475\":null,\"6476\":586392.95,\"6477\":41170.32,\"6478\":8570.44,\"6479\":519.55,\"6480\":686.95,\"6481\":971.25,\"6482\":111098.3,\"6483\":3050.32,\"6484\":530.05,\"6485\":706.68,\"6486\":623.46,\"6487\":5125.2,\"6488\":420.6,\"6489\":1319.78,\"6490\":14135.48,\"6491\":null,\"6492\":15609.94,\"6493\":7670.4,\"6494\":382.34,\"6495\":2539.2,\"6496\":102.3,\"6497\":280.38,\"6498\":29527.88,\"6499\":49041.93,\"6500\":null,\"6501\":null,\"6502\":92674.71,\"6503\":120104.49,\"6504\":1601.46,\"6505\":679.14,\"6506\":1947.56,\"6507\":1425.6,\"6508\":775017.3100000001,\"6509\":52063.28,\"6510\":532312.22,\"6511\":null,\"6512\":154625.26,\"6513\":425643.77,\"6514\":142025.92,\"6515\":122847.61,\"6516\":2059.0,\"6517\":789.74,\"6518\":603.81,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":78297.78,\"6523\":163460.3,\"6524\":169199.15,\"6525\":304721.27,\"6526\":19623.31,\"6527\":230697.7,\"6528\":22587.91,\"6529\":45419.84,\"6530\":48021.66,\"6531\":647.82,\"6532\":153131.77,\"6533\":1063.13,\"6534\":8960.6,\"6535\":2325.15,\"6536\":25069.12,\"6537\":32163.23,\"6538\":58073.5,\"6539\":19487.63,\"6540\":656.34,\"6541\":5623.2,\"6542\":null,\"6543\":9045.6,\"6544\":6603.14,\"6545\":324.65,\"6546\":null,\"6547\":5520.0,\"6548\":9303.01,\"6549\":1543.32,\"6550\":1570.36,\"6551\":119.99,\"6552\":16646.0,\"6553\":7852.0,\"6554\":2523.4,\"6555\":6835.4,\"6556\":16431.52,\"6557\":138.32,\"6558\":null,\"6559\":51.33,\"6560\":13921.6,\"6561\":13616.9,\"6562\":null,\"6563\":13122.0,\"6564\":19444.73,\"6565\":19449.62,\"6566\":19319.22,\"6567\":8326.8,\"6568\":464.8,\"6569\":8028.7,\"6570\":4828.0,\"6571\":null,\"6572\":1289.8,\"6573\":null,\"6574\":2751.3,\"6575\":5025.0,\"6576\":306.44,\"6577\":1924.03,\"6578\":335.57,\"6579\":2055.0,\"6580\":1149.16,\"6581\":11795.52,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":4.4,\"6587\":959.64,\"6588\":null,\"6589\":487.08,\"6590\":1104.0,\"6591\":null,\"6592\":null,\"6593\":297.12,\"6594\":null,\"6595\":2000.0,\"6596\":5422.9,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":8889.91,\"6602\":null,\"6603\":979.55,\"6604\":null,\"6605\":5674.3,\"6606\":null,\"6607\":197715.52,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":8374.73,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5566.26,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":18599.03,\"6631\":19606.33,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2053.04,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5617.7,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":5.28,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1546.18,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3864.67,\"6718\":null,\"6719\":7143.6,\"6720\":397985.88,\"6721\":1854.0,\"6722\":3843.99,\"6723\":710.27,\"6724\":67.76,\"6725\":10.0,\"6726\":417.63,\"6727\":12892.0,\"6728\":14637.47,\"6729\":198.0,\"6730\":2986.83,\"6731\":1739.43,\"6732\":757.22,\"6733\":1777.5,\"6734\":1224.0,\"6735\":17432.0,\"6736\":369666.98,\"6737\":500660.82,\"6738\":13216.0,\"6739\":831.27,\"6740\":16503.55,\"6741\":50920.69,\"6742\":6845.67,\"6743\":664.41,\"6744\":3700.48,\"6745\":810.17,\"6746\":11467.53,\"6747\":586.52,\"6748\":null,\"6749\":null,\"6750\":28066.18,\"6751\":6259.0,\"6752\":5417.88,\"6753\":939.79,\"6754\":248825.27,\"6755\":159221.94,\"6756\":6663.34,\"6757\":473880.0,\"6758\":511250.0,\"6759\":null,\"6760\":null,\"6761\":14945.67,\"6762\":311052.08,\"6763\":17862.09,\"6764\":16737.6,\"6765\":24391.77,\"6766\":12523.78,\"6767\":16876.65,\"6768\":null,\"6769\":1178.04,\"6770\":1775.34,\"6771\":561.96,\"6772\":137225.0,\"6773\":null,\"6774\":2078.4,\"6775\":740.98,\"6776\":455.18,\"6777\":48499.67,\"6778\":90998.32,\"6779\":2073.62,\"6780\":2199.0,\"6781\":null,\"6782\":932.66,\"6783\":932162.0,\"6784\":400674.64,\"6785\":480.0,\"6786\":7506.4,\"6787\":2249.1,\"6788\":807.29,\"6789\":null,\"6790\":605.57,\"6791\":13140.0,\"6792\":19689.27,\"6793\":69274.24,\"6794\":165288.34,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":40252.09,\"6801\":7958.26,\"6802\":491.17,\"6803\":686.48,\"6804\":1162.35,\"6805\":115760.12,\"6806\":2203.39,\"6807\":529.16,\"6808\":747.54,\"6809\":634.89,\"6810\":4507.2,\"6811\":425.16,\"6812\":1482.1,\"6813\":19175.15,\"6814\":1259.55,\"6815\":18202.12,\"6816\":5534.4,\"6817\":373.43,\"6818\":2523.0,\"6819\":102.3,\"6820\":324.57,\"6821\":29660.97,\"6822\":48737.35,\"6823\":null,\"6824\":null,\"6825\":92420.81,\"6826\":120271.55,\"6827\":1558.56,\"6828\":809.6,\"6829\":2120.06,\"6830\":1153.8,\"6831\":59992.35,\"6832\":772547.3199999999,\"6833\":52537.48,\"6834\":531956.1,\"6835\":39593.9,\"6836\":198110.0,\"6837\":154192.09,\"6838\":425337.4,\"6839\":141388.1,\"6840\":125180.21,\"6841\":2058.0,\"6842\":789.74,\"6843\":582.83,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":77636.63,\"6848\":164913.08,\"6849\":170497.85,\"6850\":null,\"6851\":null,\"6852\":230557.72,\"6853\":22557.68,\"6854\":45426.8,\"6855\":48008.25,\"6856\":646.83,\"6857\":151042.49,\"6858\":966.91,\"6859\":6820.0,\"6860\":2766.15,\"6861\":31033.24,\"6862\":32351.92,\"6863\":59073.05,\"6864\":19579.13,\"6865\":656.64,\"6866\":5626.8,\"6867\":null,\"6868\":227.4,\"6869\":9045.6,\"6870\":6560.24,\"6871\":308.75,\"6872\":null,\"6873\":7360.0,\"6874\":9280.16,\"6875\":1623.0,\"6876\":1689.16,\"6877\":136.22,\"6878\":null,\"6879\":16634.0,\"6880\":8160.0,\"6881\":2543.2,\"6882\":5897.09,\"6883\":16276.43,\"6884\":19509.14,\"6885\":19860.27,\"6886\":2542.76,\"6887\":16045.3,\"6888\":15702.6,\"6889\":null,\"6890\":13176.0,\"6891\":19540.83,\"6892\":19521.02,\"6893\":19403.41,\"6894\":5900.4,\"6895\":450.2,\"6896\":11001.8,\"6897\":4564.0,\"6898\":1251.1,\"6899\":null,\"6900\":2727.5,\"6901\":5864.0,\"6902\":306.44,\"6903\":2148.89,\"6904\":335.11,\"6905\":1981.0,\"6906\":758.37,\"6907\":11220.76,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":931.92,\"6914\":339.68,\"6915\":656.4,\"6916\":null,\"6917\":null,\"6918\":120.48,\"6919\":null,\"6920\":2000.0,\"6921\":5257.7,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":8029.04,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":8496.69,\"6931\":null,\"6932\":198415.26,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":9203.09,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5576.9,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19794.43,\"6956\":19908.75,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1622.23,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5286.6,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":3538.97,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3820.67,\"7042\":1887.6,\"7043\":7166.4,\"7044\":283289.2,\"7045\":1857.6,\"7046\":3643.27,\"7047\":711.48,\"7048\":5.54,\"7049\":418.19,\"7050\":12584.0,\"7051\":16940.91,\"7052\":191.4,\"7053\":3051.18,\"7054\":1751.64,\"7055\":740.84,\"7056\":2375.1,\"7057\":2244.0,\"7058\":16420.0,\"7059\":439056.68,\"7060\":500206.74,\"7061\":12592.0,\"7062\":1561.89,\"7063\":17576.05,\"7064\":57490.66,\"7065\":7982.33,\"7066\":817.94,\"7067\":3699.2,\"7068\":958.1,\"7069\":12835.33,\"7070\":638.66,\"7071\":null,\"7072\":null,\"7073\":25917.43,\"7074\":10932.0,\"7075\":6217.59,\"7076\":939.79,\"7077\":245688.47,\"7078\":160022.8,\"7079\":7757.63,\"7080\":129384.0,\"7081\":null,\"7082\":95931.89,\"7083\":null,\"7084\":31173.99,\"7085\":32790.81,\"7086\":14525.14,\"7087\":18365.6,\"7088\":24725.32,\"7089\":10067.23,\"7090\":16596.46,\"7091\":171060.62,\"7092\":1365.58,\"7093\":1403.2,\"7094\":545.33,\"7095\":300630.0,\"7096\":null,\"7097\":2147.74,\"7098\":743.84,\"7099\":436.76,\"7100\":35455.62,\"7101\":162917.5,\"7102\":null,\"7103\":1914.6,\"7104\":942.51,\"7105\":1007799.48,\"7106\":0.01,\"7107\":468.0,\"7108\":7975.0,\"7109\":2424.75,\"7110\":807.29,\"7111\":205740.0,\"7112\":631.49,\"7113\":14256.0,\"7114\":null,\"7115\":34443.58,\"7116\":69004.6,\"7117\":164643.64,\"7118\":33.5,\"7119\":403696.0,\"7120\":40334.17,\"7121\":7958.26,\"7122\":475.2,\"7123\":670.0,\"7124\":1056.0,\"7125\":80863.08,\"7126\":2191.34,\"7127\":522.65,\"7128\":111.78,\"7129\":698.29,\"7130\":4166.4,\"7131\":426.48,\"7132\":1659.25,\"7133\":19127.8,\"7134\":null,\"7135\":17005.97,\"7136\":6667.2,\"7137\":378.11,\"7138\":2476.8,\"7139\":234.3,\"7140\":307.46,\"7141\":28919.13,\"7142\":50120.39,\"7143\":null,\"7144\":920230.4,\"7145\":90979.53,\"7146\":119084.69,\"7147\":1549.8,\"7148\":700.7,\"7149\":1882.97,\"7150\":1562.4,\"7151\":32636.34,\"7152\":775383.75,\"7153\":52061.46,\"7154\":532237.71,\"7155\":null,\"7156\":null,\"7157\":154289.73,\"7158\":423484.69,\"7159\":142798.75,\"7160\":72782.57,\"7161\":2052.0,\"7162\":791.14,\"7163\":2032.46,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":77353.79,\"7168\":163429.21,\"7169\":170853.05,\"7170\":267188.12,\"7171\":16002.32,\"7172\":null,\"7173\":22513.43,\"7174\":45387.23,\"7175\":48159.21,\"7176\":645.24,\"7177\":151137.05,\"7178\":1011.1,\"7179\":3194.4,\"7180\":2986.53,\"7181\":30468.14,\"7182\":31503.81,\"7183\":58156.63,\"7184\":5104.76,\"7185\":19389.39,\"7186\":653.97,\"7187\":5626.8,\"7188\":null,\"7189\":9045.6,\"7190\":6767.48,\"7191\":366.56,\"7192\":8160.0,\"7193\":9477.9,\"7194\":1616.4,\"7195\":1713.36,\"7196\":118.93,\"7197\":null,\"7198\":10722.0,\"7199\":9856.0,\"7200\":2580.6,\"7201\":5902.72,\"7202\":16594.74,\"7203\":11009.15,\"7204\":11589.83,\"7205\":3307.04,\"7206\":13429.9,\"7207\":13135.8,\"7208\":null,\"7209\":12492.0,\"7210\":19743.78,\"7211\":18775.36,\"7212\":19588.05,\"7213\":6652.8,\"7214\":440.7,\"7215\":10329.9,\"7216\":9708.0,\"7217\":646.23,\"7218\":2486.2,\"7219\":null,\"7220\":3190.7,\"7221\":5458.0,\"7222\":306.44,\"7223\":1546.86,\"7224\":333.73,\"7225\":1956.0,\"7226\":1330.13,\"7227\":11183.25,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":null,\"7233\":801.24,\"7234\":340.56,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":130.08,\"7239\":null,\"7240\":2000.0,\"7241\":5102.8,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4516.7,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":4214.34,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":5197.6,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3160.15,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19899.01,\"7276\":19925.47,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1300.86,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5550.6,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":56.84,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3872.0,\"7363\":2237.4,\"7364\":7172.4,\"7365\":127994.64,\"7366\":1854.0,\"7367\":3644.15,\"7368\":709.94,\"7369\":87.65,\"7370\":431.02,\"7371\":12606.0,\"7372\":15921.26,\"7373\":204.6,\"7374\":2174.2,\"7375\":1728.87,\"7376\":767.48,\"7377\":2038.5,\"7378\":2206.0,\"7379\":15700.0,\"7380\":60527.31,\"7381\":502404.04,\"7382\":13472.0,\"7383\":1460.91,\"7384\":12782.8,\"7385\":34130.65,\"7386\":8066.67,\"7387\":1177.6,\"7388\":3699.2,\"7389\":892.02,\"7390\":20657.72,\"7391\":619.74,\"7392\":38381.5,\"7393\":null,\"7394\":27083.25,\"7395\":10171.0,\"7396\":4997.45,\"7397\":940.78,\"7398\":245806.44,\"7399\":158811.27,\"7400\":6200.28,\"7401\":491650.0,\"7402\":null,\"7403\":16571.55,\"7404\":32814.88,\"7405\":15911.47,\"7406\":18365.6,\"7407\":22312.64,\"7408\":11113.4,\"7409\":16774.14,\"7410\":171112.34,\"7411\":1435.75,\"7412\":1664.41,\"7413\":544.58,\"7414\":49005.0,\"7415\":null,\"7416\":2525.98,\"7417\":743.24,\"7418\":400.46,\"7419\":45519.88,\"7420\":157762.3,\"7421\":1063.65,\"7422\":1905.0,\"7423\":860.48,\"7424\":1111642.1100000001,\"7425\":0.06,\"7426\":486.0,\"7427\":6947.6,\"7428\":7559.08,\"7429\":818.18,\"7430\":206940.0,\"7431\":642.43,\"7432\":15552.0,\"7433\":35504.38,\"7434\":69132.55,\"7435\":164910.57,\"7436\":null,\"7437\":468289.49,\"7438\":5847.58,\"7439\":null,\"7440\":8111.3,\"7441\":502.13,\"7442\":696.53,\"7443\":1293.75,\"7444\":80934.82,\"7445\":2201.67,\"7446\":534.77,\"7447\":703.62,\"7448\":630.82,\"7449\":3848.4,\"7450\":426.36,\"7451\":1162.08,\"7452\":19223.93,\"7453\":4383.45,\"7454\":19771.96,\"7455\":11515.2,\"7456\":385.04,\"7457\":2531.4,\"7458\":237.6,\"7459\":339.41,\"7460\":29731.37,\"7461\":47994.42,\"7462\":null,\"7463\":1007202.5699999999,\"7464\":11264.81,\"7465\":754431.02,\"7466\":1606.98,\"7467\":722.7,\"7468\":1585.26,\"7469\":1173.6,\"7470\":null,\"7471\":437502.59,\"7472\":348385.72,\"7473\":135280.0,\"7474\":65625.15,\"7475\":null,\"7476\":142416.2,\"7477\":73318.55,\"7478\":2050.0,\"7479\":791.14,\"7480\":2044.67,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":68303.67,\"7485\":158711.89,\"7486\":164696.25,\"7487\":null,\"7488\":null,\"7489\":70150.18,\"7490\":22578.55,\"7491\":45394.72,\"7492\":48158.75,\"7493\":643.89,\"7494\":153002.26,\"7495\":827.72,\"7496\":9011.2,\"7497\":2782.9,\"7498\":30396.05,\"7499\":31732.32,\"7500\":58279.6,\"7501\":57281.92,\"7502\":19268.26,\"7503\":653.04,\"7504\":5317.2,\"7505\":null,\"7506\":9045.6,\"7507\":6762.36,\"7508\":378.91,\"7509\":1630.41,\"7510\":7760.0,\"7511\":9480.04,\"7512\":1624.68,\"7513\":1797.4,\"7514\":113.26,\"7515\":9238.0,\"7516\":7586.0,\"7517\":2530.0,\"7518\":5926.74,\"7519\":16307.4,\"7520\":12488.64,\"7521\":13101.95,\"7522\":1037.67,\"7523\":15425.5,\"7524\":15099.3,\"7525\":null,\"7526\":13248.0,\"7527\":19621.21,\"7528\":18590.99,\"7529\":19465.41,\"7530\":4748.4,\"7531\":536.3,\"7532\":8902.8,\"7533\":9028.0,\"7534\":5.73,\"7535\":1473.0,\"7536\":null,\"7537\":2870.2,\"7538\":2699.0,\"7539\":306.44,\"7540\":1507.48,\"7541\":332.35,\"7542\":1865.0,\"7543\":1763.42,\"7544\":13992.99,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":286.0,\"7550\":787.38,\"7551\":368.72,\"7552\":null,\"7553\":null,\"7554\":271.2,\"7555\":null,\"7556\":2000.0,\"7557\":5934.0,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":7381.56,\"7566\":null,\"7567\":182395.15,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":9653.4,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":4340.37,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19862.47,\"7591\":19933.01,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":2033.9,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":7915.64,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":4495.93,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3872.0,\"7679\":2118.6,\"7680\":7167.6,\"7681\":400747.24,\"7682\":1677.6,\"7683\":3344.73,\"7684\":708.29,\"7685\":null,\"7686\":null,\"7687\":430.76,\"7688\":12309.0,\"7689\":14544.54,\"7690\":null,\"7691\":2166.61,\"7692\":1781.34,\"7693\":723.69,\"7694\":2366.1,\"7695\":1841.0,\"7696\":15924.0,\"7697\":60540.68,\"7698\":501967.36,\"7699\":13576.0,\"7700\":1138.83,\"7701\":16998.5,\"7702\":30498.59,\"7703\":8129.0,\"7704\":1008.55,\"7705\":3698.56,\"7706\":871.01,\"7707\":14699.4,\"7708\":616.66,\"7709\":null,\"7710\":null,\"7711\":25129.32,\"7712\":8202.0,\"7713\":4526.06,\"7714\":939.79,\"7715\":245154.56,\"7716\":157580.94,\"7717\":5631.09,\"7718\":null,\"7719\":null,\"7720\":14621.61,\"7721\":395629.88,\"7722\":23730.26,\"7723\":18691.2,\"7724\":23184.35,\"7725\":10094.37,\"7726\":17183.94,\"7727\":169143.17,\"7728\":1370.34,\"7729\":1470.29,\"7730\":551.96,\"7731\":null,\"7732\":null,\"7733\":2186.15,\"7734\":736.94,\"7735\":434.5,\"7736\":33492.04,\"7737\":90404.18,\"7738\":null,\"7739\":1906.2,\"7740\":null,\"7741\":853.85,\"7742\":1065134.8500000001,\"7743\":599807.28,\"7744\":600.0,\"7745\":8322.6,\"7746\":7520.89,\"7747\":827.42,\"7748\":205010.0,\"7749\":627.77,\"7750\":15300.0,\"7751\":34918.63,\"7752\":69173.61,\"7753\":165285.58,\"7754\":3075.5,\"7755\":402086.0,\"7756\":null,\"7757\":40149.12,\"7758\":9029.57,\"7759\":511.1,\"7760\":null,\"7761\":823.8,\"7762\":164799.46,\"7763\":2206.83,\"7764\":544.01,\"7765\":975.42,\"7766\":550.86,\"7767\":3909.6,\"7768\":425.4,\"7769\":19290.34,\"7770\":1429.66,\"7771\":19157.22,\"7772\":4484.7,\"7773\":18293.56,\"7774\":6316.8,\"7775\":379.43,\"7776\":2581.8,\"7777\":237.6,\"7778\":305.69,\"7779\":29445.25,\"7780\":46538.04,\"7781\":null,\"7782\":1078929.5900000001,\"7783\":35736.63,\"7784\":397234.99,\"7785\":1611.6,\"7786\":663.3,\"7787\":1420.84,\"7788\":1126.8,\"7789\":538263.2,\"7790\":179273.02,\"7791\":null,\"7792\":null,\"7793\":143981.91,\"7794\":120742.4,\"7795\":2041.0,\"7796\":791.14,\"7797\":1175.14,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55096.3,\"7802\":154753.38,\"7803\":161654.85,\"7804\":null,\"7805\":22630.11,\"7806\":45157.07,\"7807\":48273.34,\"7808\":645.54,\"7809\":153189.9,\"7810\":735.18,\"7811\":6127.0,\"7812\":2921.33,\"7813\":30707.1,\"7814\":null,\"7815\":57813.96,\"7816\":57202.71,\"7817\":19320.32,\"7818\":652.23,\"7819\":13132.8,\"7820\":1.2,\"7821\":9045.6,\"7822\":6824.57,\"7823\":383.72,\"7824\":1135.34,\"7825\":2240.0,\"7826\":4947.03,\"7827\":1628.16,\"7828\":1733.6,\"7829\":130.42,\"7830\":16874.0,\"7831\":15253.0,\"7832\":3566.2,\"7833\":17553.92,\"7834\":17370.75,\"7835\":11073.34,\"7836\":11773.92,\"7837\":1594.85,\"7838\":17753.5,\"7839\":17383.8,\"7840\":null,\"7841\":12366.0,\"7842\":19389.0,\"7843\":19397.83,\"7844\":19253.4,\"7845\":716.4,\"7846\":629.7,\"7847\":10162.5,\"7848\":4596.0,\"7849\":null,\"7850\":1660.5,\"7851\":null,\"7852\":2768.3,\"7853\":5847.0,\"7854\":306.44,\"7855\":2026.63,\"7856\":502.32,\"7857\":1929.0,\"7858\":1390.04,\"7859\":17877.72,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":null,\"7865\":840.18,\"7866\":298.32,\"7867\":969.3,\"7868\":null,\"7869\":null,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":7269.1,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4201.04,\"7879\":null,\"7880\":null,\"7881\":6759.87,\"7882\":null,\"7883\":198827.23,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":7345.01,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":2948.35,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19954.72,\"7905\":19944.05,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":2.7,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1330.78,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":8324.53,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":169.05,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3875.67,\"7993\":null,\"7994\":7167.6,\"7995\":187982.93,\"7996\":10504.8,\"7997\":6863.7,\"7998\":711.37,\"7999\":null,\"8000\":1580.0,\"8001\":431.27,\"8002\":12617.0,\"8003\":6882.08,\"8004\":null,\"8005\":2102.43,\"8006\":1205.82,\"8007\":724.9,\"8008\":1924.2,\"8009\":811.0,\"8010\":16612.0,\"8011\":60668.5,\"8012\":500474.02,\"8013\":13496.0,\"8014\":942.81,\"8015\":12035.18,\"8016\":60147.08,\"8017\":6618.33,\"8018\":1162.36,\"8019\":3698.88,\"8020\":861.89,\"8021\":12780.13,\"8022\":579.04,\"8023\":28362.43,\"8024\":null,\"8025\":28244.93,\"8026\":8108.0,\"8027\":9901.96,\"8028\":938.8,\"8029\":245164.17,\"8030\":158095.49,\"8031\":9864.79,\"8032\":486750.0,\"8033\":317791.43,\"8034\":null,\"8035\":50693.73,\"8036\":395847.5,\"8037\":18832.12,\"8038\":18552.6,\"8039\":15340.77,\"8040\":12518.15,\"8041\":19386.48,\"8042\":170446.28,\"8043\":1216.33,\"8044\":1373.18,\"8045\":552.5,\"8046\":null,\"8047\":null,\"8048\":732.02,\"8049\":408.56,\"8050\":29061.68,\"8051\":90468.5,\"8052\":4117.84,\"8053\":1876.2,\"8054\":15272.4,\"8055\":878.32,\"8056\":1140743.97,\"8057\":602647.75,\"8058\":606.0,\"8059\":7803.4,\"8060\":7547.15,\"8061\":828.41,\"8062\":205110.0,\"8063\":600.24,\"8064\":14688.0,\"8065\":35280.36,\"8066\":69174.86,\"8067\":165536.85,\"8068\":null,\"8069\":null,\"8070\":587991.5,\"8071\":40242.45,\"8072\":8111.3,\"8073\":null,\"8074\":692.68,\"8075\":825.3,\"8076\":347778.07,\"8077\":2222.33,\"8078\":529.19,\"8079\":833.04,\"8080\":1053.73,\"8081\":4627.2,\"8082\":412.2,\"8083\":1074.79,\"8084\":19429.11,\"8085\":3471.75,\"8086\":18689.65,\"8087\":4406.4,\"8088\":364.98,\"8089\":2480.4,\"8090\":260.7,\"8091\":324.21,\"8092\":29688.44,\"8093\":46831.89,\"8094\":null,\"8095\":1127971.8300000001,\"8096\":8890.51,\"8097\":180646.92,\"8098\":1424.22,\"8099\":738.32,\"8100\":1863.86,\"8101\":1002.6,\"8102\":456672.96,\"8103\":407566.86,\"8104\":143305.08,\"8105\":116203.84,\"8106\":2042.0,\"8107\":790.58,\"8108\":1006.47,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54894.15,\"8113\":158797.86,\"8114\":162492.9,\"8115\":null,\"8116\":40094.38,\"8117\":30080.11,\"8118\":45193.7,\"8119\":49094.58,\"8120\":416.67,\"8121\":151982.28,\"8122\":984.59,\"8123\":8071.8,\"8124\":2895.62,\"8125\":30141.83,\"8126\":49298.38,\"8127\":57628.05,\"8128\":19314.21,\"8129\":654.06,\"8130\":13161.6,\"8131\":67.2,\"8132\":9045.6,\"8133\":6778.53,\"8134\":353.17,\"8135\":460.59,\"8136\":7440.0,\"8137\":4928.61,\"8138\":1701.36,\"8139\":null,\"8140\":118.67,\"8141\":14425.0,\"8142\":10629.0,\"8143\":2888.6,\"8144\":13794.44,\"8145\":15941.49,\"8146\":11527.96,\"8147\":12169.54,\"8148\":1343.17,\"8149\":14461.8,\"8150\":14145.9,\"8151\":null,\"8152\":7938.0,\"8153\":19577.29,\"8154\":19502.22,\"8155\":19440.67,\"8156\":6494.4,\"8157\":663.3,\"8158\":10188.3,\"8159\":4642.0,\"8160\":1731.5,\"8161\":null,\"8162\":3269.6,\"8163\":5277.0,\"8164\":306.44,\"8165\":2093.64,\"8166\":332.58,\"8167\":3146.0,\"8168\":402.24,\"8169\":14198.36,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":763.62,\"8176\":null,\"8177\":315.92,\"8178\":665.7,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5717.8,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":4688.73,\"8193\":null,\"8194\":194471.55,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":5483.02,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3681.99,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19949.34,\"8218\":19947.87,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1390.18,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":16505.56,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1380.0,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3868.33,\"8305\":2494.8,\"8306\":7173.6,\"8307\":289388.81,\"8308\":9450.0,\"8309\":6202.01,\"8310\":712.47,\"8311\":null,\"8312\":10.0,\"8313\":431.24,\"8314\":12463.0,\"8315\":17353.3,\"8316\":191.4,\"8317\":2120.91,\"8318\":1752.63,\"8319\":770.89,\"8320\":1965.6,\"8321\":810.0,\"8322\":15364.0,\"8323\":60635.28,\"8324\":505667.27,\"8325\":12992.0,\"8326\":849.09,\"8327\":17500.41,\"8328\":38725.22,\"8329\":6688.0,\"8330\":1082.73,\"8331\":3700.16,\"8332\":932.77,\"8333\":18148.46,\"8334\":606.32,\"8335\":null,\"8336\":null,\"8337\":26044.05,\"8338\":7847.0,\"8339\":9755.42,\"8340\":942.77,\"8341\":245733.77,\"8342\":158151.36,\"8343\":9241.47,\"8344\":508770.0,\"8345\":177613.64,\"8346\":null,\"8347\":28565.67,\"8348\":395808.4,\"8349\":19579.21,\"8350\":18656.0,\"8351\":null,\"8352\":10889.96,\"8353\":16942.8,\"8354\":106646.63,\"8355\":1070.19,\"8356\":1940.28,\"8357\":542.83,\"8358\":null,\"8359\":2315.87,\"8360\":727.0,\"8361\":425.81,\"8362\":38301.7,\"8363\":90467.5,\"8364\":4047.49,\"8365\":2128.8,\"8366\":14742.2,\"8367\":865.1,\"8368\":1151437.1899999999,\"8369\":598935.8,\"8370\":300.0,\"8371\":10335.6,\"8372\":5878.48,\"8373\":825.22,\"8374\":205160.0,\"8375\":572.84,\"8376\":13824.0,\"8377\":34969.52,\"8378\":69421.55,\"8379\":165050.48,\"8380\":null,\"8381\":597891.67,\"8382\":39991.47,\"8383\":8570.44,\"8384\":504.64,\"8385\":689.26,\"8386\":1101.3,\"8387\":337230.03,\"8388\":2224.05,\"8389\":523.45,\"8390\":965.16,\"8391\":1111.58,\"8392\":4832.4,\"8393\":411.36,\"8394\":2058.63,\"8395\":19566.13,\"8396\":4357.8,\"8397\":19961.18,\"8398\":7876.8,\"8399\":363.2,\"8400\":2660.4,\"8401\":264.0,\"8402\":235.37,\"8403\":29135.98,\"8404\":50202.99,\"8405\":null,\"8406\":1224059.03,\"8407\":23135.37,\"8408\":475851.73,\"8409\":1616.94,\"8410\":583.88,\"8411\":1295.75,\"8412\":982.8,\"8413\":null,\"8414\":408694.57,\"8415\":72115.15,\"8416\":159353.26,\"8417\":143081.2,\"8418\":120244.72,\"8419\":2063.0,\"8420\":790.44,\"8421\":3337.52,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":157486.68,\"8426\":168350.0,\"8427\":19824.01,\"8428\":22408.72,\"8429\":45079.63,\"8430\":47737.13,\"8431\":549.3,\"8432\":152129.35,\"8433\":992.48,\"8434\":4107.4,\"8435\":2780.72,\"8436\":28077.39,\"8437\":48797.08,\"8438\":57845.29,\"8439\":19308.4,\"8440\":653.22,\"8441\":10051.2,\"8442\":null,\"8443\":9045.6,\"8444\":6782.66,\"8445\":359.37,\"8446\":null,\"8447\":4640.0,\"8448\":9471.56,\"8449\":1703.28,\"8450\":1683.44,\"8451\":168.43,\"8452\":258.0,\"8453\":10288.0,\"8454\":17093.0,\"8455\":2582.8,\"8456\":17955.29,\"8457\":16443.28,\"8458\":11262.6,\"8459\":11875.75,\"8460\":1272.33,\"8461\":13128.5,\"8462\":12861.6,\"8463\":null,\"8464\":null,\"8465\":19587.0,\"8466\":19522.25,\"8467\":19449.29,\"8468\":6940.8,\"8469\":606.8,\"8470\":null,\"8471\":1850.0,\"8472\":1417.2,\"8473\":null,\"8474\":3282.8,\"8475\":6213.0,\"8476\":306.44,\"8477\":2199.9,\"8478\":329.13,\"8479\":2248.0,\"8480\":1383.45,\"8481\":13076.27,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":null,\"8487\":747.78,\"8488\":null,\"8489\":456.72,\"8490\":861.6,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5490.1,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4792.17,\"8501\":null,\"8502\":null,\"8503\":null,\"8504\":null,\"8505\":177011.74,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":6973.34,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":1042.46,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19964.21,\"8529\":19950.08,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":null,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1318.02,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5538.5,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":1993.38,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":4586.78,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":null,\"8618\":7191.6,\"8619\":398728.59,\"8620\":5875.2,\"8621\":4371.75,\"8622\":708.62,\"8623\":null,\"8624\":null,\"8625\":432.09,\"8626\":13079.0,\"8627\":15389.36,\"8628\":191.4,\"8629\":2154.74,\"8630\":1703.46,\"8631\":769.23,\"8632\":4463.1,\"8633\":808.0,\"8634\":16340.0,\"8635\":60584.81,\"8636\":503002.41,\"8637\":13760.0,\"8638\":732.6,\"8639\":13962.18,\"8640\":34932.29,\"8641\":7157.33,\"8642\":1093.94,\"8643\":3700.16,\"8644\":848.99,\"8645\":15224.48,\"8646\":639.32,\"8647\":3530.33,\"8648\":null,\"8649\":28277.98,\"8650\":9157.0,\"8651\":5445.0,\"8652\":941.78,\"8653\":248904.77,\"8654\":158713.81,\"8655\":6655.28,\"8656\":510890.0,\"8657\":null,\"8658\":null,\"8659\":17848.09,\"8660\":395746.04,\"8661\":15992.3,\"8662\":402.6,\"8663\":null,\"8664\":12859.9,\"8665\":18681.28,\"8666\":170234.93,\"8667\":1176.17,\"8668\":1325.29,\"8669\":557.08,\"8670\":null,\"8671\":2433.86,\"8672\":723.66,\"8673\":410.72,\"8674\":31464.82,\"8675\":null,\"8676\":4242.39,\"8677\":1932.0,\"8678\":14810.4,\"8679\":876.76,\"8680\":1115425.1299999999,\"8681\":598273.92,\"8682\":432.0,\"8683\":7840.8,\"8684\":7612.85,\"8685\":826.98,\"8686\":205030.0,\"8687\":613.22,\"8688\":13644.0,\"8689\":35051.43,\"8690\":69390.58,\"8691\":165320.19,\"8692\":404938.0,\"8693\":575830.8199999999,\"8694\":null,\"8695\":null,\"8696\":6274.78,\"8697\":529.58,\"8698\":689.87,\"8699\":1522.65,\"8700\":349989.45,\"8701\":2213.72,\"8702\":519.42,\"8703\":944.28,\"8704\":518.27,\"8705\":6980.4,\"8706\":411.72,\"8707\":2003.09,\"8708\":19419.06,\"8709\":3837.6,\"8710\":19798.73,\"8711\":8664.0,\"8712\":372.83,\"8713\":2341.8,\"8714\":260.7,\"8715\":276.61,\"8716\":29578.71,\"8717\":49989.38,\"8718\":null,\"8719\":449726.66,\"8720\":42920.86,\"8721\":590850.33,\"8722\":1611.84,\"8723\":666.38,\"8724\":1193.96,\"8725\":1015.2,\"8726\":509104.03,\"8727\":66548.68,\"8728\":174779.9,\"8729\":142975.12,\"8730\":117393.06,\"8731\":2064.0,\"8732\":789.18,\"8733\":3531.53,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":154019.94,\"8738\":167093.85,\"8739\":19811.81,\"8740\":null,\"8741\":22418.73,\"8742\":45267.04,\"8743\":47891.23,\"8744\":653.13,\"8745\":152991.65,\"8746\":947.37,\"8747\":null,\"8748\":2815.16,\"8749\":30082.32,\"8750\":58017.93,\"8751\":null,\"8752\":19327.22,\"8753\":652.83,\"8754\":10033.2,\"8755\":108.6,\"8756\":9045.6,\"8757\":6749.82,\"8758\":367.49,\"8759\":1552.62,\"8760\":7120.0,\"8761\":9379.8,\"8762\":1617.12,\"8763\":1800.48,\"8764\":128.17,\"8765\":null,\"8766\":9386.0,\"8767\":14259.0,\"8768\":3438.6,\"8769\":15247.44,\"8770\":15241.74,\"8771\":10230.72,\"8772\":10225.25,\"8773\":738.47,\"8774\":13236.8,\"8775\":12956.4,\"8776\":null,\"8777\":19747.08,\"8778\":19317.27,\"8779\":19611.1,\"8780\":7200.0,\"8781\":586.2,\"8782\":null,\"8783\":5202.0,\"8784\":1478.6,\"8785\":null,\"8786\":5555.3,\"8787\":6574.0,\"8788\":306.44,\"8789\":2256.04,\"8790\":327.75,\"8791\":2156.0,\"8792\":1376.86,\"8793\":13373.93,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":400.4,\"8799\":743.16,\"8800\":null,\"8801\":488.84,\"8802\":559.2,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5458.8,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3902.61,\"8813\":null,\"8814\":null,\"8815\":2086.86,\"8816\":null,\"8817\":199149.91,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":2831.88,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19892.69,\"8841\":19947.02,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1241.02,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2090.7,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3864.67,\"8929\":2428.8,\"8930\":7220.4,\"8931\":270661.69,\"8932\":10101.6,\"8933\":4932.33,\"8934\":708.4,\"8935\":null,\"8936\":null,\"8937\":429.5,\"8938\":13057.0,\"8939\":19621.29,\"8940\":191.4,\"8941\":2166.94,\"8942\":1743.39,\"8943\":793.66,\"8944\":null,\"8945\":805.0,\"8946\":17484.0,\"8947\":268593.28,\"8948\":500784.89,\"8949\":14208.0,\"8950\":1571.79,\"8951\":11145.54,\"8952\":33536.23,\"8953\":8147.33,\"8954\":456.55,\"8955\":3699.52,\"8956\":866.9,\"8957\":31430.99,\"8958\":615.56,\"8959\":null,\"8960\":null,\"8961\":29056.03,\"8962\":8833.0,\"8963\":4757.45,\"8964\":942.77,\"8965\":246528.87,\"8966\":null,\"8967\":5930.98,\"8968\":509170.0,\"8969\":null,\"8970\":null,\"8971\":17933.38,\"8972\":395686.4,\"8973\":14557.31,\"8974\":15259.2,\"8975\":505.95,\"8976\":12763.32,\"8977\":12637.09,\"8978\":153313.14,\"8979\":1383.17,\"8980\":1493.13,\"8981\":548.83,\"8982\":null,\"8983\":null,\"8984\":2490.21,\"8985\":726.12,\"8986\":457.97,\"8987\":73326.72,\"8988\":4169.94,\"8989\":2758.2,\"8990\":null,\"8991\":890.12,\"8992\":1159964.78,\"8993\":600631.21,\"8994\":462.0,\"8995\":6892.6,\"8996\":7592.9,\"8997\":818.73,\"8998\":185390.0,\"8999\":531.0,\"9000\":13212.0,\"9001\":40129.73,\"9002\":64616.59,\"9003\":165459.42,\"9004\":33.0,\"9005\":402408.0,\"9006\":null,\"9007\":38834.1,\"9008\":2142.61,\"9009\":588.32,\"9010\":694.91,\"9011\":2479.65,\"9012\":81236.11,\"9013\":2218.88,\"9014\":515.76,\"9015\":null,\"9016\":1151.16,\"9017\":9488.4,\"9018\":411.6,\"9019\":1960.36,\"9020\":19442.74,\"9021\":4355.1,\"9022\":19732.51,\"9023\":4992.0,\"9024\":373.56,\"9025\":2677.8,\"9026\":262.35,\"9027\":272.87,\"9028\":30045.34,\"9029\":47076.06,\"9030\":null,\"9031\":1216093.54,\"9032\":43707.85,\"9033\":703916.9300000001,\"9034\":1610.7,\"9035\":766.26,\"9036\":1132.92,\"9037\":1251.0,\"9038\":189726.37,\"9039\":65593.86,\"9040\":193379.29,\"9041\":143577.01,\"9042\":121438.97,\"9043\":2050.0,\"9044\":790.16,\"9045\":3429.99,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54536.41,\"9050\":158202.59,\"9051\":166424.15,\"9052\":11469.94,\"9053\":17863.17,\"9054\":null,\"9055\":44426.47,\"9056\":47579.83,\"9057\":659.25,\"9058\":153124.35,\"9059\":848.74,\"9060\":3931.4,\"9061\":2058.28,\"9062\":27949.44,\"9063\":50886.01,\"9064\":19376.98,\"9065\":652.08,\"9066\":16250.4,\"9067\":27.0,\"9068\":9045.6,\"9069\":6782.0,\"9070\":419.83,\"9071\":17.32,\"9072\":5680.0,\"9073\":9500.13,\"9074\":1648.68,\"9075\":1749.88,\"9076\":145.33,\"9077\":11646.0,\"9078\":16198.0,\"9079\":5053.4,\"9080\":19405.42,\"9081\":16423.1,\"9082\":15818.52,\"9083\":16440.86,\"9084\":396.0,\"9085\":13383.3,\"9086\":13090.8,\"9087\":null,\"9088\":19725.5,\"9089\":19624.51,\"9090\":19605.11,\"9091\":null,\"9092\":544.2,\"9093\":16782.6,\"9094\":7060.0,\"9095\":2127.9,\"9096\":null,\"9097\":7179.9,\"9098\":4911.0,\"9099\":306.44,\"9100\":2174.27,\"9101\":376.51,\"9102\":2238.97,\"9103\":1851.87,\"9104\":11952.21,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":null,\"9110\":758.34,\"9111\":null,\"9112\":338.36,\"9113\":765.3,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5339.4,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5400.52,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":2944.62,\"9128\":null,\"9129\":94578.43,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":1.74,\"9134\":null,\"9135\":6110.06,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19972.15,\"9152\":17308.18,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":null,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1709.13,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":162.22,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":3282.68,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3857.33,\"9239\":null,\"9240\":7246.8,\"9241\":406783.18,\"9242\":10108.8,\"9243\":6284.26,\"9244\":708.62,\"9245\":33.7,\"9246\":280.0,\"9247\":429.14,\"9248\":12804.0,\"9249\":null,\"9250\":198.0,\"9251\":389.56,\"9252\":1753.62,\"9253\":530.77,\"9254\":808.0,\"9255\":19108.0,\"9256\":292561.71,\"9257\":504897.06,\"9258\":null,\"9259\":2458.17,\"9260\":10891.47,\"9261\":55303.31,\"9262\":8147.33,\"9263\":329.15,\"9264\":3699.84,\"9265\":874.96,\"9266\":36156.24,\"9267\":551.98,\"9268\":null,\"9269\":null,\"9270\":26110.65,\"9271\":18949.0,\"9272\":6079.46,\"9273\":942.77,\"9274\":255000.0,\"9275\":8341.08,\"9276\":509310.0,\"9277\":null,\"9278\":21685.04,\"9279\":396352.54,\"9280\":20102.19,\"9281\":null,\"9282\":null,\"9283\":15059.16,\"9284\":9675.55,\"9285\":115400.76,\"9286\":1317.56,\"9287\":1343.95,\"9288\":542.83,\"9289\":128700.0,\"9290\":null,\"9291\":2545.07,\"9292\":720.21,\"9293\":455.64,\"9294\":74386.45,\"9295\":90543.86,\"9296\":4025.31,\"9297\":2449.8,\"9298\":14709.2,\"9299\":887.4,\"9300\":1175840.3799999999,\"9301\":600138.95,\"9302\":156.0,\"9303\":6945.4,\"9304\":7579.45,\"9305\":818.73,\"9306\":204540.0,\"9307\":580.88,\"9308\":12924.0,\"9309\":40140.2,\"9310\":64740.13,\"9311\":165546.28,\"9312\":8.0,\"9313\":null,\"9314\":575247.97,\"9315\":null,\"9316\":38750.81,\"9317\":2754.78,\"9318\":null,\"9319\":null,\"9320\":3064.35,\"9321\":160908.96,\"9322\":2222.33,\"9323\":561.83,\"9324\":null,\"9325\":825.39,\"9326\":3165.6,\"9327\":411.6,\"9328\":1893.26,\"9329\":19656.52,\"9330\":4351.95,\"9331\":19846.67,\"9332\":2313.6,\"9333\":371.18,\"9334\":2657.4,\"9335\":178.2,\"9336\":342.95,\"9337\":29739.46,\"9338\":50173.32,\"9339\":null,\"9340\":284861.66,\"9341\":36033.21,\"9342\":820328.02,\"9343\":1613.7,\"9344\":711.48,\"9345\":1112.36,\"9346\":1648.8,\"9347\":340978.13,\"9348\":66130.68,\"9349\":173310.13,\"9350\":144604.31,\"9351\":72343.33,\"9352\":2058.0,\"9353\":787.22,\"9354\":1392.37,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54680.41,\"9359\":157975.11,\"9360\":166623.95,\"9361\":19713.51,\"9362\":17644.85,\"9363\":45097.72,\"9364\":47741.11,\"9365\":500.22,\"9366\":153111.97,\"9367\":918.42,\"9368\":null,\"9369\":1673.19,\"9370\":29891.46,\"9371\":null,\"9372\":58185.32,\"9373\":19291.37,\"9374\":652.29,\"9375\":18864.0,\"9376\":null,\"9377\":9045.6,\"9378\":6801.96,\"9379\":335.68,\"9380\":55.21,\"9381\":6640.0,\"9382\":9495.33,\"9383\":1640.28,\"9384\":1647.8,\"9385\":146.39,\"9386\":9039.0,\"9387\":12727.0,\"9388\":3953.4,\"9389\":16689.81,\"9390\":16742.18,\"9391\":10205.65,\"9392\":10227.36,\"9393\":539.29,\"9394\":12479.7,\"9395\":12210.3,\"9396\":null,\"9397\":19733.39,\"9398\":19626.37,\"9399\":19488.24,\"9400\":634.4,\"9401\":11883.4,\"9402\":4712.0,\"9403\":1982.59,\"9404\":2199.2,\"9405\":null,\"9406\":6626.5,\"9407\":5009.0,\"9408\":306.44,\"9409\":2015.91,\"9410\":325.45,\"9411\":2912.0,\"9412\":1336.56,\"9413\":14100.68,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":null,\"9419\":710.16,\"9420\":null,\"9421\":569.36,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5158.7,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9733.57,\"9433\":null,\"9434\":null,\"9435\":7449.57,\"9436\":null,\"9437\":66188.51,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":9495.42,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19880.51,\"9460\":19951.58,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":0.3,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1308.84,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":2739.3,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3850.0,\"9547\":2395.8,\"9548\":7248.0,\"9549\":382614.53,\"9550\":10490.4,\"9551\":8986.85,\"9552\":709.72,\"9553\":null,\"9554\":null,\"9555\":350.21,\"9556\":11451.0,\"9557\":19693.14,\"9558\":191.4,\"9559\":2170.9,\"9560\":1753.95,\"9561\":766.8,\"9562\":806.0,\"9563\":null,\"9564\":179667.39,\"9565\":497241.04,\"9566\":null,\"9567\":9981.12,\"9568\":42535.47,\"9569\":8019.0,\"9570\":944.44,\"9571\":3700.16,\"9572\":886.37,\"9573\":21150.3,\"9574\":603.9,\"9575\":null,\"9576\":null,\"9577\":30041.68,\"9578\":19457.0,\"9579\":4934.85,\"9580\":941.78,\"9581\":255000.0,\"9582\":6019.59,\"9583\":null,\"9584\":null,\"9585\":17059.39,\"9586\":397455.95,\"9587\":23583.56,\"9588\":10164.0,\"9589\":null,\"9590\":13990.87,\"9591\":null,\"9592\":null,\"9593\":1776.27,\"9594\":1620.94,\"9595\":555.71,\"9596\":159170.0,\"9597\":null,\"9598\":2475.49,\"9599\":722.97,\"9600\":446.74,\"9601\":48347.79,\"9602\":null,\"9603\":4051.56,\"9604\":2412.6,\"9605\":12883.2,\"9606\":880.74,\"9607\":1170963.1899999999,\"9608\":444594.59,\"9609\":null,\"9610\":6778.2,\"9611\":6591.5,\"9612\":824.54,\"9613\":185340.0,\"9614\":528.6,\"9615\":12564.0,\"9616\":40271.16,\"9617\":64424.66,\"9618\":139225.29,\"9619\":null,\"9620\":593636.23,\"9621\":39124.01,\"9622\":3520.0,\"9623\":619.61,\"9624\":682.92,\"9625\":3542.55,\"9626\":81007.63,\"9627\":2203.39,\"9628\":542.32,\"9629\":875.16,\"9630\":1183.12,\"9631\":10048.8,\"9632\":411.96,\"9633\":19015.34,\"9634\":1590.21,\"9635\":19627.11,\"9636\":4397.85,\"9637\":19835.92,\"9638\":null,\"9639\":369.4,\"9640\":2665.2,\"9641\":250.8,\"9642\":345.62,\"9643\":29534.47,\"9644\":44080.38,\"9645\":null,\"9646\":1239144.99,\"9647\":4941.04,\"9648\":819479.16,\"9649\":1598.22,\"9650\":828.08,\"9651\":1092.95,\"9652\":1075.0,\"9653\":177188.39,\"9654\":19562.21,\"9655\":123474.08,\"9656\":88609.0,\"9657\":72297.31,\"9658\":71.0,\"9659\":791.7,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55058.53,\"9664\":158239.98,\"9665\":167486.05,\"9666\":19791.71,\"9667\":null,\"9668\":44205.75,\"9669\":47523.74,\"9670\":630.0,\"9671\":153268.72,\"9672\":815.92,\"9673\":null,\"9674\":2777.97,\"9675\":17215.63,\"9676\":null,\"9677\":18833.77,\"9678\":651.66,\"9679\":12704.4,\"9680\":52.8,\"9681\":9045.6,\"9682\":6811.86,\"9683\":329.67,\"9684\":837.93,\"9685\":8000.0,\"9686\":9508.06,\"9687\":1544.28,\"9688\":1667.16,\"9689\":130.55,\"9690\":8840.0,\"9691\":12950.0,\"9692\":3553.0,\"9693\":14266.81,\"9694\":19243.41,\"9695\":10221.36,\"9696\":10226.41,\"9697\":817.81,\"9698\":13231.2,\"9699\":12952.5,\"9700\":null,\"9701\":19726.24,\"9702\":19627.58,\"9703\":19466.26,\"9704\":459.2,\"9705\":11823.6,\"9706\":7748.0,\"9707\":null,\"9708\":1557.9,\"9709\":null,\"9710\":5871.0,\"9711\":6970.0,\"9712\":306.44,\"9713\":1856.61,\"9714\":305.21,\"9715\":2683.0,\"9716\":1208.44,\"9717\":20395.99,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":704.22,\"9724\":485.32,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":754.64,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3696.0,\"9735\":null,\"9736\":null,\"9737\":7631.44,\"9738\":null,\"9739\":95534.31,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":10944.27,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19859.14,\"9762\":19933.38,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1246.14,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":42.9,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":3246.45,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3875.67,\"9848\":2488.2,\"9849\":7258.8,\"9850\":274170.31,\"9851\":9352.8,\"9852\":4937.91,\"9853\":708.07,\"9854\":42.06,\"9855\":null,\"9856\":null,\"9857\":11385.0,\"9858\":19715.6,\"9859\":198.0,\"9860\":769.06,\"9861\":1697.85,\"9862\":714.33,\"9863\":809.0,\"9864\":463165.61,\"9865\":39384.71,\"9866\":9989.9,\"9867\":52467.12,\"9868\":8048.33,\"9869\":1006.54,\"9870\":3700.48,\"9871\":943.9,\"9872\":15598.56,\"9873\":619.08,\"9874\":null,\"9875\":null,\"9876\":30142.66,\"9877\":19201.0,\"9878\":4911.47,\"9879\":942.77,\"9880\":null,\"9881\":5761.48,\"9882\":null,\"9883\":510230.0,\"9884\":null,\"9885\":15601.38,\"9886\":397566.61,\"9887\":13955.4,\"9888\":17540.6,\"9889\":null,\"9890\":12272.2,\"9891\":121211.77,\"9892\":1309.07,\"9893\":1276.68,\"9894\":545.33,\"9895\":235345.0,\"9896\":null,\"9897\":2617.63,\"9898\":724.94,\"9899\":312.18,\"9900\":37289.33,\"9901\":2445.06,\"9902\":1918.8,\"9903\":12920.6,\"9904\":887.04,\"9905\":1170713.6899999999,\"9906\":600016.1800000001,\"9907\":6765.0,\"9908\":6597.56,\"9909\":828.85,\"9910\":190240.0,\"9911\":573.35,\"9912\":12420.0,\"9913\":64224.38,\"9914\":165351.63,\"9915\":1105.5,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":38710.68,\"9920\":5050.44,\"9921\":571.69,\"9922\":680.54,\"9923\":3525.75,\"9924\":80981.02,\"9925\":2215.44,\"9926\":438.31,\"9927\":1294.02,\"9928\":1200.33,\"9929\":8137.2,\"9930\":411.0,\"9931\":1650.94,\"9932\":19674.46,\"9933\":4358.25,\"9934\":19063.41,\"9935\":368.41,\"9936\":171.23,\"9937\":254.1,\"9938\":350.72,\"9939\":29214.65,\"9940\":42807.7,\"9941\":null,\"9942\":1177454.28,\"9943\":13929.18,\"9944\":817104.16,\"9945\":1597.56,\"9946\":835.34,\"9947\":1040.45,\"9948\":898.2,\"9949\":39274.36,\"9950\":177307.72,\"9951\":124182.48,\"9952\":141918.87,\"9953\":71166.63,\"9954\":48.0,\"9955\":799.54,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":55033.18,\"9960\":153648.73,\"9961\":165303.05,\"9962\":17684.71,\"9963\":44441.01,\"9964\":47512.58,\"9965\":697.8,\"9966\":153103.02,\"9967\":571.51,\"9968\":10509.4,\"9969\":2869.68},\"Values_Hour23\":{\"0\":19383.51,\"1\":476.01,\"2\":7772.4,\"3\":17132.13,\"4\":null,\"5\":8462.4,\"6\":6732.5,\"7\":363.73,\"8\":1680.0,\"9\":4808.27,\"10\":1202.76,\"11\":1682.12,\"12\":134.78,\"13\":15787.0,\"14\":13126.0,\"15\":3047.0,\"16\":7932.01,\"17\":22674.11,\"18\":10185.51,\"19\":10220.01,\"20\":163.68,\"21\":15711.5,\"22\":15377.0,\"23\":null,\"24\":1574.1,\"25\":13698.0,\"26\":19748.58,\"27\":10333.11,\"28\":19450.16,\"29\":6155.91,\"30\":6113.01,\"31\":6096.76,\"32\":6427.1,\"33\":551.3,\"34\":9913.0,\"35\":7812.0,\"36\":null,\"37\":2353.6,\"38\":null,\"39\":3857.0,\"40\":308.71,\"41\":2191.61,\"42\":343.85,\"43\":2442.0,\"44\":1486.01,\"45\":13197.97,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":769.56,\"52\":310.64,\"53\":null,\"54\":null,\"55\":716.64,\"56\":null,\"57\":6497.5,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":9027.65,\"63\":null,\"64\":null,\"65\":null,\"66\":6061.4,\"67\":null,\"68\":198956.96,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10234.74,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":4665.82,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":18042.05,\"92\":18567.43,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1401.95,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2296.8,\"173\":7242.0,\"174\":162244.1,\"175\":4687.2,\"176\":3438.3,\"177\":469.81,\"178\":2780.0,\"179\":396.99,\"180\":13772.0,\"181\":19564.67,\"182\":null,\"183\":3026.1,\"184\":1785.3,\"185\":660.51,\"186\":2024.1,\"187\":1127.0,\"188\":17224.0,\"189\":60119.1,\"190\":502839.13,\"191\":13456.0,\"192\":1002.54,\"193\":9968.29,\"194\":58450.78,\"195\":6211.33,\"196\":794.94,\"197\":717.42,\"198\":6376.29,\"199\":2706.56,\"200\":1840.69,\"201\":12557.89,\"202\":575.74,\"203\":55515.95,\"204\":null,\"205\":15307.02,\"206\":7202.0,\"207\":4855.8,\"208\":939.79,\"209\":245032.99,\"210\":null,\"211\":3323.9,\"212\":null,\"213\":510270.0,\"214\":1232440.01,\"215\":null,\"216\":20858.98,\"217\":294680.98,\"218\":19236.0,\"219\":18854.0,\"220\":23568.69,\"221\":8844.42,\"222\":10749.69,\"223\":80142.51,\"224\":784.32,\"225\":1319.85,\"226\":203903.3,\"227\":null,\"228\":2492.97,\"229\":1327.72,\"230\":405.79,\"231\":30029.1,\"232\":null,\"233\":4012.44,\"234\":2579.4,\"235\":0.59,\"236\":908.66,\"237\":896122.11,\"238\":599535.99,\"239\":450.0,\"240\":7561.4,\"241\":4607.19,\"242\":811.03,\"243\":178610.0,\"244\":658.41,\"245\":12816.0,\"246\":20002.9,\"247\":59853.5,\"248\":69931.23,\"249\":164652.76,\"250\":3.5,\"251\":null,\"252\":430694.15,\"253\":null,\"254\":null,\"255\":8111.3,\"256\":594.13,\"257\":669.35,\"258\":4000.5,\"259\":171784.16,\"260\":1062.1,\"261\":535.85,\"262\":735.84,\"263\":803.8,\"264\":4412.4,\"265\":null,\"266\":null,\"267\":13859.28,\"268\":8035.65,\"269\":19680.0,\"270\":9417.6,\"271\":1299.68,\"272\":365.57,\"273\":2510.4,\"274\":257.26,\"275\":29515.24,\"276\":25597.61,\"277\":349879.77,\"278\":null,\"279\":821375.16,\"280\":961.98,\"281\":822.14,\"282\":1648.95,\"283\":2894.4,\"284\":null,\"285\":19829.48,\"286\":249657.08,\"287\":153076.79,\"288\":225279.4,\"289\":98425.05,\"290\":795.2,\"291\":2303.29,\"292\":null,\"293\":null,\"294\":null,\"295\":77365.48,\"296\":156361.83,\"297\":170286.95,\"298\":15151.67,\"299\":null,\"300\":15306.52,\"301\":null,\"302\":45195.39,\"303\":48143.75,\"304\":690.69,\"305\":75647.64,\"306\":null,\"307\":9224.6,\"308\":2605.11,\"309\":23811.95,\"310\":55886.71,\"311\":10890.13,\"312\":19738.22,\"313\":653.01,\"314\":7394.4,\"315\":15361.81,\"316\":null,\"317\":5635.2,\"318\":6775.73,\"319\":null,\"320\":960.0,\"321\":4808.27,\"322\":1224.0,\"323\":1634.16,\"324\":122.09,\"325\":11559.0,\"326\":20212.0,\"327\":3038.2,\"328\":8535.39,\"329\":25150.64,\"330\":14682.29,\"331\":13506.53,\"332\":2162.89,\"333\":15977.8,\"334\":15633.6,\"335\":null,\"336\":1849.1,\"337\":14274.0,\"338\":19744.25,\"339\":10329.05,\"340\":19452.41,\"341\":5945.75,\"342\":5091.83,\"343\":5073.37,\"344\":6105.81,\"345\":556.9,\"346\":10551.8,\"347\":7600.0,\"348\":null,\"349\":2500.2,\"350\":null,\"351\":4198.1,\"352\":308.71,\"353\":2201.04,\"354\":343.39,\"355\":2394.0,\"356\":1509.85,\"357\":13156.16,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":null,\"363\":792.0,\"364\":301.4,\"365\":null,\"366\":null,\"367\":6329.6,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5199.65,\"373\":null,\"374\":null,\"375\":4506.29,\"376\":null,\"377\":17835.3,\"378\":null,\"379\":null,\"380\":null,\"381\":1.73,\"382\":null,\"383\":9013.18,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":6033.52,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19854.85,\"401\":19902.25,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":null,\"414\":null,\"415\":null,\"416\":null,\"417\":1917.36,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":null,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2402.4,\"482\":7243.2,\"483\":12863.0,\"484\":4417.2,\"485\":2943.76,\"486\":470.14,\"487\":null,\"488\":396.81,\"489\":14025.0,\"490\":19560.47,\"491\":198.0,\"492\":3036.82,\"493\":1474.11,\"494\":715.59,\"495\":3013.2,\"496\":1252.0,\"497\":16448.0,\"498\":367255.95,\"499\":502468.53,\"500\":13112.0,\"501\":1046.43,\"502\":9963.46,\"503\":65648.99,\"504\":6332.33,\"505\":845.25,\"506\":715.03,\"507\":4862.96,\"508\":3699.84,\"509\":2020.46,\"510\":28291.9,\"511\":589.6,\"512\":49746.7,\"513\":null,\"514\":null,\"515\":2493.7,\"516\":7097.5,\"517\":939.79,\"518\":243716.69,\"519\":8741.16,\"520\":null,\"521\":511660.0,\"522\":1232675.1699999999,\"523\":null,\"524\":19023.68,\"525\":32911.57,\"526\":17964.0,\"527\":18667.0,\"528\":21970.62,\"529\":8850.65,\"530\":11144.18,\"531\":null,\"532\":743.96,\"533\":1615.11,\"534\":203976.62,\"535\":null,\"536\":2475.49,\"537\":1328.31,\"538\":399.69,\"539\":29506.94,\"540\":4038.43,\"541\":1888.8,\"542\":69.62,\"543\":911.24,\"544\":895669.24,\"545\":601815.77,\"546\":402.0,\"547\":7222.6,\"548\":8282.8,\"549\":820.71,\"550\":null,\"551\":680.05,\"552\":13932.0,\"553\":null,\"554\":59102.67,\"555\":70207.14,\"556\":164950.4,\"557\":1978.0,\"558\":null,\"559\":438010.58,\"560\":43855.62,\"561\":null,\"562\":554.0,\"563\":690.55,\"564\":4003.5,\"565\":145576.57,\"566\":1062.1,\"567\":479.72,\"568\":732.24,\"569\":829.25,\"570\":4981.2,\"571\":433.44,\"572\":13874.35,\"573\":8044.2,\"574\":19657.6,\"575\":10660.8,\"576\":null,\"577\":357.92,\"578\":2488.2,\"579\":243.98,\"580\":29086.63,\"581\":49854.32,\"582\":885669.64,\"583\":null,\"584\":816866.5699999999,\"585\":962.28,\"586\":785.18,\"587\":1331.88,\"588\":2559.6,\"589\":219840.06,\"590\":null,\"591\":529163.5600000001,\"592\":21471.81,\"593\":null,\"594\":216389.59,\"595\":72865.52,\"596\":72646.17,\"597\":795.2,\"598\":1322.0,\"599\":null,\"600\":null,\"601\":null,\"602\":64630.0,\"603\":160710.13,\"604\":168686.7,\"605\":9463.17,\"606\":131931.53,\"607\":14727.72,\"608\":45351.52,\"609\":48067.81,\"610\":680.28,\"611\":75688.64,\"612\":1478.75,\"613\":10577.6,\"614\":2692.91,\"615\":28791.19,\"616\":56072.86,\"617\":56056.13,\"618\":19435.16,\"619\":651.78,\"620\":7387.2,\"621\":null,\"622\":null,\"623\":4557.6,\"624\":6786.12,\"625\":1680.0,\"626\":4808.27,\"627\":1189.08,\"628\":1666.72,\"629\":119.72,\"630\":11625.0,\"631\":12848.0,\"632\":2981.0,\"633\":3923.4,\"634\":25520.36,\"635\":13200.86,\"636\":13856.56,\"637\":402.89,\"638\":15209.7,\"639\":14885.8,\"640\":null,\"641\":1535.5,\"642\":13734.0,\"643\":19738.28,\"644\":10326.87,\"645\":18580.11,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":560.5,\"651\":11860.3,\"652\":1938.0,\"653\":2123.7,\"654\":null,\"655\":4276.8,\"656\":308.71,\"657\":2181.69,\"658\":342.93,\"659\":2347.0,\"660\":1079.54,\"661\":13050.6,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":null,\"667\":952.38,\"668\":293.04,\"669\":1064.7,\"670\":null,\"671\":null,\"672\":6220.1,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4952.87,\"678\":null,\"679\":null,\"680\":2759.11,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":3263.9,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":5780.46,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":16706.74,\"706\":17523.54,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1478.29,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":2329.8,\"786\":7226.4,\"787\":14957.0,\"788\":4734.0,\"789\":3276.65,\"790\":687.5,\"791\":null,\"792\":396.99,\"793\":12188.0,\"794\":19570.2,\"795\":198.0,\"796\":3059.76,\"797\":1775.07,\"798\":718.6,\"799\":4633.2,\"800\":1529.0,\"801\":21836.0,\"802\":60609.43,\"803\":504215.26,\"804\":12920.0,\"805\":1223.64,\"806\":12035.42,\"807\":57187.26,\"808\":6343.33,\"809\":935.81,\"810\":739.9,\"811\":null,\"812\":3698.88,\"813\":2051.35,\"814\":15600.11,\"815\":578.16,\"816\":null,\"817\":null,\"818\":7318.94,\"819\":5437.8,\"820\":6340.7,\"821\":939.79,\"822\":240225.84,\"823\":7932.88,\"824\":null,\"825\":183920.0,\"826\":1233041.1100000001,\"827\":null,\"828\":21355.24,\"829\":197241.25,\"830\":16356.0,\"831\":18625.2,\"832\":23953.17,\"833\":8716.23,\"834\":10242.65,\"835\":null,\"836\":689.1,\"837\":1566.91,\"838\":204086.62,\"839\":null,\"840\":2456.06,\"841\":764.11,\"842\":406.59,\"843\":27533.82,\"844\":3858.75,\"845\":2205.0,\"846\":null,\"847\":927.0,\"848\":867834.1,\"849\":601345.53,\"850\":606.0,\"851\":6707.8,\"852\":8323.35,\"853\":819.17,\"854\":205130.0,\"855\":682.57,\"856\":12852.0,\"857\":59843.6,\"858\":69609.2,\"859\":164853.75,\"860\":null,\"861\":326968.0,\"862\":441151.98,\"863\":null,\"864\":null,\"865\":3979.13,\"866\":582.91,\"867\":671.44,\"868\":4000.35,\"869\":304584.54,\"870\":1063.82,\"871\":512.59,\"872\":759.42,\"873\":798.24,\"874\":4345.2,\"875\":432.72,\"876\":14005.63,\"877\":3722.4,\"878\":19648.0,\"879\":10852.8,\"880\":353.1,\"881\":2172.6,\"882\":95.7,\"883\":349.21,\"884\":29800.23,\"885\":47401.2,\"886\":930746.6,\"887\":null,\"888\":549576.03,\"889\":996.12,\"890\":801.02,\"891\":1255.4,\"892\":2291.3,\"893\":33276.06,\"894\":727069.45,\"895\":538472.33,\"896\":21372.8,\"897\":null,\"898\":null,\"899\":73302.15,\"900\":795.2,\"901\":1341.69,\"902\":null,\"903\":null,\"904\":null,\"905\":64776.85,\"906\":162147.83,\"907\":170483.05,\"908\":4545.81,\"909\":101385.8,\"910\":14739.53,\"911\":45266.3,\"912\":48076.31,\"913\":null,\"914\":75418.05,\"915\":1082.47,\"916\":10868.0,\"917\":2749.73,\"918\":31263.59,\"919\":46871.43,\"920\":null,\"921\":55800.78,\"922\":17670.66,\"923\":651.21,\"924\":6411.6,\"925\":6818.4,\"926\":6773.25,\"927\":null,\"928\":2160.0,\"929\":9225.51,\"930\":1032.24,\"931\":1726.56,\"932\":128.83,\"933\":9349.0,\"934\":12319.0,\"935\":2959.0,\"936\":7434.63,\"937\":22136.78,\"938\":10214.03,\"939\":10218.54,\"940\":669.97,\"941\":15067.2,\"942\":14737.9,\"943\":null,\"944\":1651.0,\"945\":13482.0,\"946\":19745.76,\"947\":10332.33,\"948\":19592.46,\"949\":524.7,\"950\":10749.0,\"951\":1952.0,\"952\":2031.0,\"953\":null,\"954\":3835.3,\"955\":308.71,\"956\":2093.63,\"957\":341.66,\"958\":2297.0,\"959\":1307.24,\"960\":12590.81,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":1.47,\"966\":765.6,\"967\":306.24,\"968\":1158.6,\"969\":null,\"970\":560.16,\"971\":null,\"972\":6098.6,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4631.48,\"978\":null,\"979\":null,\"980\":5584.37,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":7161.4,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":5395.14,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":17499.56,\"1006\":18481.09,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1346.02,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":13.2,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2204.4,\"1087\":7220.4,\"1088\":402963.63,\"1089\":3992.4,\"1090\":2848.94,\"1091\":690.47,\"1092\":47.96,\"1093\":40.0,\"1094\":404.92,\"1095\":14322.0,\"1096\":19523.98,\"1097\":198.0,\"1098\":3055.14,\"1099\":1751.97,\"1100\":724.59,\"1101\":2606.4,\"1102\":1403.0,\"1103\":22492.0,\"1104\":60399.18,\"1105\":493035.65,\"1106\":12960.0,\"1107\":1315.38,\"1108\":10945.87,\"1109\":53363.59,\"1110\":6281.0,\"1111\":874.86,\"1112\":734.46,\"1113\":3699.2,\"1114\":2062.02,\"1115\":16298.88,\"1116\":540.32,\"1117\":null,\"1118\":15203.38,\"1119\":7093.0,\"1120\":5692.04,\"1121\":938.8,\"1122\":239263.71,\"1123\":155165.34,\"1124\":7074.06,\"1125\":68976.0,\"1126\":509550.0,\"1127\":60775.21,\"1128\":null,\"1129\":19992.45,\"1130\":395544.28,\"1131\":15324.0,\"1132\":18601.0,\"1133\":22817.26,\"1134\":8749.43,\"1135\":11344.63,\"1136\":171233.64,\"1137\":738.99,\"1138\":1470.06,\"1139\":125620.0,\"1140\":null,\"1141\":2493.89,\"1142\":null,\"1143\":416.52,\"1144\":26538.83,\"1145\":2064.43,\"1146\":2173.2,\"1147\":21.24,\"1148\":906.79,\"1149\":880693.38,\"1150\":599983.7,\"1151\":192.0,\"1152\":6633.0,\"1153\":8307.79,\"1154\":814.22,\"1155\":136610.0,\"1156\":690.87,\"1157\":11520.0,\"1158\":23214.8,\"1159\":59740.89,\"1160\":68509.62,\"1161\":164644.58,\"1162\":371.0,\"1163\":403190.0,\"1164\":462858.65,\"1165\":null,\"1166\":null,\"1167\":575.52,\"1168\":685.87,\"1169\":3996.9,\"1170\":80980.33,\"1171\":1062.1,\"1172\":529.62,\"1173\":707.4,\"1174\":785.73,\"1175\":4549.2,\"1176\":431.52,\"1177\":13970.48,\"1178\":8071.2,\"1179\":19680.0,\"1180\":12302.4,\"1181\":368.81,\"1182\":2580.0,\"1183\":99.0,\"1184\":324.76,\"1185\":29333.43,\"1186\":25595.69,\"1187\":447068.4,\"1188\":11.64,\"1189\":640009.12,\"1190\":1084.44,\"1191\":885.94,\"1192\":1252.15,\"1193\":2291.3,\"1194\":33739.55,\"1195\":781677.84,\"1196\":538457.01,\"1197\":21644.9,\"1198\":282491.91,\"1199\":143677.35,\"1200\":125186.43,\"1201\":795.06,\"1202\":772.18,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":64792.14,\"1207\":163297.83,\"1208\":169571.0,\"1209\":11330.67,\"1210\":105855.17,\"1211\":14723.06,\"1212\":45114.13,\"1213\":48384.04,\"1214\":null,\"1215\":152436.48,\"1216\":869.16,\"1217\":10837.2,\"1218\":2764.19,\"1219\":30860.46,\"1220\":44843.75,\"1221\":55732.73,\"1222\":19690.54,\"1223\":649.56,\"1224\":9396.0,\"1225\":6420.0,\"1226\":6776.72,\"1227\":367.49,\"1228\":1040.0,\"1229\":4808.27,\"1230\":1040.76,\"1231\":1755.6,\"1232\":142.42,\"1233\":9052.0,\"1234\":12835.0,\"1235\":2967.8,\"1236\":8822.84,\"1237\":18213.76,\"1238\":10188.76,\"1239\":10220.0,\"1240\":525.07,\"1241\":14849.2,\"1242\":14513.4,\"1243\":null,\"1244\":1541.3,\"1245\":13392.0,\"1246\":19747.05,\"1247\":10331.78,\"1248\":19603.13,\"1249\":491.5,\"1250\":12966.9,\"1251\":1934.0,\"1252\":null,\"1253\":1949.0,\"1254\":null,\"1255\":3598.6,\"1256\":308.71,\"1257\":2681.95,\"1258\":342.01,\"1259\":2488.0,\"1260\":1391.92,\"1261\":12033.67,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":1.47,\"1267\":832.26,\"1268\":null,\"1269\":301.4,\"1270\":858.0,\"1271\":null,\"1272\":369.12,\"1273\":null,\"1274\":5957.3,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":9745.04,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":4586.86,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":7860.46,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4797.57,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":14273.93,\"1307\":14858.45,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1288.82,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2257.2,\"1386\":7201.2,\"1387\":402300.78,\"1388\":7142.4,\"1389\":null,\"1390\":688.71,\"1391\":16.98,\"1392\":null,\"1393\":404.76,\"1394\":14740.0,\"1395\":19017.03,\"1396\":198.0,\"1397\":3021.64,\"1398\":1732.83,\"1399\":720.18,\"1400\":2093.4,\"1401\":1548.0,\"1402\":22264.0,\"1403\":179591.27,\"1404\":501496.65,\"1405\":12408.0,\"1406\":1038.84,\"1407\":11938.19,\"1408\":46209.67,\"1409\":6317.67,\"1410\":1066.05,\"1411\":714.04,\"1412\":3698.56,\"1413\":2014.98,\"1414\":24171.19,\"1415\":615.34,\"1416\":null,\"1417\":null,\"1418\":15303.03,\"1419\":6222.0,\"1420\":5422.69,\"1421\":939.79,\"1422\":null,\"1423\":157946.42,\"1424\":6714.86,\"1425\":69096.0,\"1426\":null,\"1427\":1154825.0,\"1428\":null,\"1429\":17381.14,\"1430\":285743.44,\"1431\":19176.0,\"1432\":18601.0,\"1433\":23331.76,\"1434\":12946.38,\"1435\":10940.87,\"1436\":1121.73,\"1437\":1429.94,\"1438\":null,\"1439\":58520.0,\"1440\":null,\"1441\":2423.63,\"1442\":411.9,\"1443\":28202.06,\"1444\":3593.1,\"1445\":2184.6,\"1446\":null,\"1447\":927.19,\"1448\":890695.9,\"1449\":580484.83,\"1450\":294.0,\"1451\":6580.2,\"1452\":8283.78,\"1453\":821.48,\"1454\":136650.0,\"1455\":675.96,\"1456\":13212.0,\"1457\":23574.77,\"1458\":59687.19,\"1459\":68040.25,\"1460\":164650.91,\"1461\":138.0,\"1462\":398360.0,\"1463\":553462.9300000001,\"1464\":7652.17,\"1465\":582.52,\"1466\":682.96,\"1467\":3996.45,\"1468\":268056.6,\"1469\":1062.1,\"1470\":530.21,\"1471\":774.36,\"1472\":908.82,\"1473\":4125.6,\"1474\":430.2,\"1475\":19715.67,\"1476\":1176.52,\"1477\":4353.3,\"1478\":19939.2,\"1479\":9681.6,\"1480\":352.37,\"1481\":2499.0,\"1482\":108.9,\"1483\":274.17,\"1484\":29255.32,\"1485\":25572.14,\"1486\":null,\"1487\":null,\"1488\":529580.0,\"1489\":1276.74,\"1490\":742.28,\"1491\":1163.27,\"1492\":2291.3,\"1493\":null,\"1494\":773228.62,\"1495\":536861.95,\"1496\":180320.0,\"1497\":415336.28,\"1498\":140614.04,\"1499\":0.06,\"1500\":794.36,\"1501\":806.3,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76323.5,\"1506\":163216.63,\"1507\":170490.45,\"1508\":7294.24,\"1509\":226468.29,\"1510\":14724.55,\"1511\":44921.77,\"1512\":48131.16,\"1513\":650.88,\"1514\":152919.22,\"1515\":910.88,\"1516\":9345.6,\"1517\":2879.44,\"1518\":29287.32,\"1519\":null,\"1520\":56148.88,\"1521\":16874.39,\"1522\":652.68,\"1523\":6408.0,\"1524\":null,\"1525\":4197.6,\"1526\":6616.01,\"1527\":336.53,\"1528\":5600.0,\"1529\":9208.98,\"1530\":732.6,\"1531\":1700.16,\"1532\":128.31,\"1533\":null,\"1534\":9100.0,\"1535\":13438.0,\"1536\":3511.2,\"1537\":6945.97,\"1538\":18931.48,\"1539\":10182.53,\"1540\":10220.21,\"1541\":522.13,\"1542\":14174.6,\"1543\":13851.2,\"1544\":null,\"1545\":1522.3,\"1546\":11826.0,\"1547\":19735.68,\"1548\":10286.56,\"1549\":19595.95,\"1550\":null,\"1551\":484.0,\"1552\":16816.9,\"1553\":1798.0,\"1554\":1852.5,\"1555\":null,\"1556\":5199.0,\"1557\":308.71,\"1558\":2235.19,\"1559\":341.32,\"1560\":2242.0,\"1561\":1461.55,\"1562\":11874.79,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":1.47,\"1568\":739.86,\"1569\":252.56,\"1570\":726.6,\"1571\":null,\"1572\":425.28,\"1573\":null,\"1574\":5871.7,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4310.09,\"1580\":null,\"1581\":null,\"1582\":7608.07,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":8571.62,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":5276.8,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":14500.34,\"1608\":15065.65,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1285.19,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":null,\"1690\":7184.4,\"1691\":18921.0,\"1692\":3870.0,\"1693\":4933.75,\"1694\":690.03,\"1695\":null,\"1696\":null,\"1697\":404.65,\"1698\":14091.0,\"1699\":19498.32,\"1700\":191.4,\"1701\":3062.9,\"1702\":1709.07,\"1703\":743.44,\"1704\":1809.0,\"1705\":817.0,\"1706\":16820.0,\"1707\":461554.68,\"1708\":503054.57,\"1709\":12176.0,\"1710\":1179.42,\"1711\":12038.05,\"1712\":48267.85,\"1713\":6134.33,\"1714\":1026.38,\"1715\":708.55,\"1716\":3700.48,\"1717\":2064.2,\"1718\":22549.42,\"1719\":606.54,\"1720\":null,\"1721\":15304.6,\"1722\":9234.0,\"1723\":5215.3,\"1724\":940.78,\"1725\":157305.11,\"1726\":6562.88,\"1727\":null,\"1728\":507490.0,\"1729\":618178.05,\"1730\":null,\"1731\":16488.91,\"1732\":33239.97,\"1733\":15432.0,\"1734\":18759.4,\"1735\":23177.1,\"1736\":13970.63,\"1737\":10941.3,\"1738\":695.11,\"1739\":1353.32,\"1740\":192335.0,\"1741\":null,\"1742\":2431.22,\"1743\":771.2,\"1744\":414.07,\"1745\":30430.74,\"1746\":3720.28,\"1747\":2177.4,\"1748\":919.24,\"1749\":893807.0600000001,\"1750\":601241.04,\"1751\":792.0,\"1752\":6556.0,\"1753\":8305.66,\"1754\":826.21,\"1755\":136690.0,\"1756\":669.34,\"1757\":15696.0,\"1758\":23118.95,\"1759\":60194.2,\"1760\":69217.53,\"1761\":164416.33,\"1762\":null,\"1763\":525746.23,\"1764\":null,\"1765\":7805.22,\"1766\":581.2,\"1767\":662.0,\"1768\":3853.2,\"1769\":350004.79,\"1770\":1062.1,\"1771\":531.6,\"1772\":678.24,\"1773\":836.02,\"1774\":3776.4,\"1775\":429.6,\"1776\":14060.15,\"1777\":4353.3,\"1778\":19961.6,\"1779\":8400.0,\"1780\":null,\"1781\":338.05,\"1782\":2584.8,\"1783\":108.9,\"1784\":307.38,\"1785\":29790.09,\"1786\":25602.96,\"1787\":1238662.73,\"1788\":null,\"1789\":623188.65,\"1790\":1275.96,\"1791\":799.48,\"1792\":1144.03,\"1793\":2291.3,\"1794\":447153.44,\"1795\":538411.55,\"1796\":null,\"1797\":326832.27,\"1798\":141043.19,\"1799\":null,\"1800\":795.48,\"1801\":758.0,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64470.54,\"1806\":163498.95,\"1807\":169576.55,\"1808\":3845.0,\"1809\":null,\"1810\":14775.8,\"1811\":45889.34,\"1812\":48465.88,\"1813\":647.73,\"1814\":77528.54,\"1815\":1000.52,\"1816\":9662.4,\"1817\":2821.82,\"1818\":30051.04,\"1819\":46663.1,\"1820\":56908.75,\"1821\":15068.06,\"1822\":652.98,\"1823\":6408.0,\"1824\":null,\"1825\":7898.4,\"1826\":6781.67,\"1827\":321.62,\"1828\":null,\"1829\":null,\"1830\":4808.27,\"1831\":1097.64,\"1832\":1635.92,\"1833\":128.04,\"1834\":8844.0,\"1835\":15315.0,\"1836\":3275.8,\"1837\":6898.98,\"1838\":17003.66,\"1839\":9640.14,\"1840\":10060.56,\"1841\":171.45,\"1842\":13120.9,\"1843\":12874.7,\"1844\":null,\"1845\":1464.0,\"1846\":13248.0,\"1847\":19739.12,\"1848\":10291.7,\"1849\":19598.34,\"1850\":461.9,\"1851\":10841.3,\"1852\":4966.0,\"1853\":1770.9,\"1854\":null,\"1855\":5584.6,\"1856\":308.71,\"1857\":2032.18,\"1858\":340.4,\"1859\":2207.0,\"1860\":1393.8,\"1861\":11575.54,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":1.47,\"1867\":880.44,\"1868\":null,\"1869\":260.92,\"1870\":315.9,\"1871\":null,\"1872\":null,\"1873\":null,\"1874\":null,\"1875\":5715.7,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4109.22,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":6283.89,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":9527.65,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":5275.3,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19812.05,\"1909\":19900.25,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1260.55,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":null,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2164.8,\"1990\":7182.0,\"1991\":403492.78,\"1992\":3546.0,\"1993\":5421.4,\"1994\":689.7,\"1995\":8.54,\"1996\":null,\"1997\":404.55,\"1998\":14520.0,\"1999\":19493.19,\"2000\":191.4,\"2001\":3065.04,\"2002\":1710.39,\"2003\":767.84,\"2004\":2459.7,\"2005\":814.0,\"2006\":18152.0,\"2007\":60495.74,\"2008\":503311.04,\"2009\":13496.0,\"2010\":1175.13,\"2011\":5984.83,\"2012\":45103.39,\"2013\":6413.0,\"2014\":897.0,\"2015\":708.76,\"2016\":3700.16,\"2017\":1878.69,\"2018\":null,\"2019\":536.36,\"2020\":null,\"2021\":null,\"2022\":15308.56,\"2023\":10943.0,\"2024\":4917.95,\"2025\":939.79,\"2026\":158147.33,\"2027\":6219.81,\"2028\":505320.0,\"2029\":833438.05,\"2030\":null,\"2031\":15999.4,\"2032\":361720.29,\"2033\":14868.0,\"2034\":18702.2,\"2035\":23235.26,\"2036\":13951.46,\"2037\":11036.17,\"2038\":745.41,\"2039\":1312.59,\"2040\":450.14,\"2041\":305745.01,\"2042\":null,\"2043\":2387.75,\"2044\":769.23,\"2045\":394.87,\"2046\":28733.37,\"2047\":3755.85,\"2048\":2179.8,\"2049\":null,\"2050\":864.24,\"2051\":893664.96,\"2052\":446589.02,\"2053\":594.0,\"2054\":6371.2,\"2055\":8354.92,\"2056\":813.01,\"2057\":null,\"2058\":652.52,\"2059\":13860.0,\"2060\":23833.59,\"2061\":60145.66,\"2062\":68442.37,\"2063\":164822.76,\"2064\":915.0,\"2065\":544385.77,\"2066\":7346.09,\"2067\":563.9,\"2068\":null,\"2069\":3859.05,\"2070\":81217.62,\"2071\":1063.83,\"2072\":534.24,\"2073\":732.6,\"2074\":843.87,\"2075\":8146.8,\"2076\":428.04,\"2077\":14094.59,\"2078\":4361.4,\"2079\":19952.0,\"2080\":10027.2,\"2081\":361.94,\"2082\":2616.0,\"2083\":108.9,\"2084\":328.35,\"2085\":29439.22,\"2086\":25602.92,\"2087\":null,\"2088\":null,\"2089\":533858.8100000001,\"2090\":1374.78,\"2091\":797.06,\"2092\":1118.13,\"2093\":1803.7,\"2094\":643884.15,\"2095\":533454.1899999999,\"2096\":415783.63,\"2097\":143720.03,\"2098\":null,\"2099\":795.34,\"2100\":862.68,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64718.43,\"2105\":109343.09,\"2106\":170932.6,\"2107\":4510.48,\"2108\":14771.08,\"2109\":45478.32,\"2110\":48391.32,\"2111\":658.08,\"2112\":151926.55,\"2113\":903.39,\"2114\":9699.8,\"2115\":2667.78,\"2116\":18328.08,\"2117\":46188.94,\"2118\":56932.13,\"2119\":13960.22,\"2120\":652.44,\"2121\":5702.4,\"2122\":9081.6,\"2123\":6765.83,\"2124\":304.52,\"2125\":null,\"2126\":4400.0,\"2127\":4808.27,\"2128\":1247.52,\"2129\":1532.52,\"2130\":124.99,\"2131\":8582.0,\"2132\":10921.0,\"2133\":3117.4,\"2134\":6458.23,\"2135\":17395.43,\"2136\":9212.27,\"2137\":9651.92,\"2138\":1171.13,\"2139\":14141.1,\"2140\":13814.6,\"2141\":null,\"2142\":1389.0,\"2143\":13446.0,\"2144\":18721.59,\"2145\":10298.38,\"2146\":19608.78,\"2147\":430.6,\"2148\":9625.9,\"2149\":4954.0,\"2150\":null,\"2151\":1680.7,\"2152\":null,\"2153\":4589.9,\"2154\":308.71,\"2155\":2143.87,\"2156\":339.71,\"2157\":2159.0,\"2158\":1407.76,\"2159\":11124.42,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":null,\"2165\":766.26,\"2166\":null,\"2167\":315.92,\"2168\":700.2,\"2169\":null,\"2170\":null,\"2171\":399.84,\"2172\":null,\"2173\":5508.0,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3971.48,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":7285.78,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":9071.34,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":4243.43,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":14321.46,\"2206\":14950.65,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1230.08,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":507.3,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2013.0,\"2289\":7168.8,\"2290\":20391.0,\"2291\":2401.2,\"2292\":4937.74,\"2293\":690.8,\"2294\":33.0,\"2295\":null,\"2296\":404.42,\"2297\":12727.0,\"2298\":18574.1,\"2299\":198.0,\"2300\":3059.6,\"2301\":1717.65,\"2302\":761.18,\"2303\":2851.2,\"2304\":812.0,\"2305\":17960.0,\"2306\":285887.58,\"2307\":503209.67,\"2308\":13808.0,\"2309\":1978.68,\"2310\":6984.24,\"2311\":42779.72,\"2312\":6248.0,\"2313\":810.18,\"2314\":709.29,\"2315\":3701.12,\"2316\":1969.0,\"2317\":14148.68,\"2318\":622.38,\"2319\":null,\"2320\":null,\"2321\":15319.26,\"2322\":16238.0,\"2323\":4672.9,\"2324\":940.78,\"2325\":150469.58,\"2326\":5958.14,\"2327\":null,\"2328\":1237966.7,\"2329\":null,\"2330\":14644.69,\"2331\":252451.86,\"2332\":14448.0,\"2333\":18750.6,\"2334\":23346.75,\"2335\":11935.56,\"2336\":10224.24,\"2337\":null,\"2338\":989.05,\"2339\":1275.18,\"2340\":564.33,\"2341\":177650.0,\"2342\":null,\"2343\":2234.8,\"2344\":765.19,\"2345\":396.5,\"2346\":27114.65,\"2347\":3748.11,\"2348\":1.2,\"2349\":null,\"2350\":860.42,\"2351\":893314.54,\"2352\":485707.09,\"2353\":816.0,\"2354\":6003.8,\"2355\":8355.14,\"2356\":809.16,\"2357\":null,\"2358\":663.1,\"2359\":13788.0,\"2360\":22470.72,\"2361\":61063.44,\"2362\":68524.73,\"2363\":165196.97,\"2364\":14.0,\"2365\":530380.47,\"2366\":null,\"2367\":null,\"2368\":7040.0,\"2369\":569.45,\"2370\":670.82,\"2371\":3734.25,\"2372\":350421.61,\"2373\":1062.1,\"2374\":542.03,\"2375\":855.36,\"2376\":715.41,\"2377\":6607.2,\"2378\":427.68,\"2379\":14015.67,\"2380\":4498.65,\"2381\":19964.8,\"2382\":8179.2,\"2383\":null,\"2384\":348.28,\"2385\":2578.2,\"2386\":108.9,\"2387\":345.37,\"2388\":29937.48,\"2389\":25611.23,\"2390\":null,\"2391\":43062.16,\"2392\":812240.84,\"2393\":1365.42,\"2394\":830.5,\"2395\":1114.28,\"2396\":1644.2,\"2397\":436137.67,\"2398\":534432.8199999999,\"2399\":null,\"2400\":66271.27,\"2401\":369644.98,\"2402\":142266.37,\"2403\":17435.47,\"2404\":795.34,\"2405\":634.71,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64750.86,\"2410\":161612.64,\"2411\":169824.45,\"2412\":19818.76,\"2413\":102165.7,\"2414\":14791.07,\"2415\":45370.44,\"2416\":48280.72,\"2417\":658.68,\"2418\":153489.39,\"2419\":919.55,\"2420\":9130.0,\"2421\":2566.65,\"2422\":31238.06,\"2423\":46336.49,\"2424\":49470.25,\"2425\":55082.17,\"2426\":13408.25,\"2427\":650.91,\"2428\":5500.8,\"2429\":null,\"2430\":3794.4,\"2431\":6787.94,\"2432\":287.89,\"2433\":null,\"2434\":1680.0,\"2435\":4808.27,\"2436\":1220.52,\"2437\":1525.92,\"2438\":119.59,\"2439\":8422.0,\"2440\":9865.0,\"2441\":3049.2,\"2442\":5956.88,\"2443\":18157.79,\"2444\":9065.09,\"2445\":9421.67,\"2446\":889.97,\"2447\":10009.0,\"2448\":9776.5,\"2449\":null,\"2450\":1375.8,\"2451\":13158.0,\"2452\":19639.43,\"2453\":10305.39,\"2454\":19608.37,\"2455\":419.0,\"2456\":8866.7,\"2457\":7770.0,\"2458\":1603.5,\"2459\":null,\"2460\":4165.5,\"2461\":308.71,\"2462\":1519.71,\"2463\":339.71,\"2464\":2129.0,\"2465\":1395.68,\"2466\":10816.54,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":1.47,\"2472\":746.46,\"2473\":null,\"2474\":315.92,\"2475\":1025.4,\"2476\":null,\"2477\":null,\"2478\":269.28,\"2479\":null,\"2480\":5598.7,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3902.61,\"2486\":null,\"2487\":null,\"2488\":9855.23,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11060.41,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":5322.08,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11323.83,\"2512\":11512.82,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1216.66,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":345.94,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1900.8,\"2595\":7174.8,\"2596\":11633.0,\"2597\":2347.2,\"2598\":4630.57,\"2599\":464.31,\"2600\":null,\"2601\":5900.0,\"2602\":404.37,\"2603\":13915.0,\"2604\":17826.91,\"2605\":204.6,\"2606\":3057.12,\"2607\":1746.36,\"2608\":726.48,\"2609\":2162.7,\"2610\":1364.0,\"2611\":16500.0,\"2612\":60947.83,\"2613\":502353.36,\"2614\":12200.0,\"2615\":1821.93,\"2616\":5986.83,\"2617\":61800.63,\"2618\":6123.33,\"2619\":768.2,\"2620\":720.1,\"2621\":3698.88,\"2622\":1967.9,\"2623\":13177.19,\"2624\":605.88,\"2625\":null,\"2626\":null,\"2627\":15411.0,\"2628\":9629.0,\"2629\":4672.74,\"2630\":940.78,\"2631\":150625.06,\"2632\":5939.45,\"2633\":10512.0,\"2634\":null,\"2635\":894121.13,\"2636\":null,\"2637\":14105.95,\"2638\":363567.66,\"2639\":14364.0,\"2640\":18598.8,\"2641\":24242.11,\"2642\":11961.49,\"2643\":9214.92,\"2644\":169743.42,\"2645\":826.34,\"2646\":1250.07,\"2647\":555.71,\"2648\":306185.0,\"2649\":null,\"2650\":2058.73,\"2651\":765.79,\"2652\":399.27,\"2653\":25273.77,\"2654\":3642.98,\"2655\":null,\"2656\":null,\"2657\":913.08,\"2658\":892999.91,\"2659\":455727.5,\"2660\":672.0,\"2661\":5907.0,\"2662\":8340.0,\"2663\":810.15,\"2664\":136660.0,\"2665\":625.12,\"2666\":13932.0,\"2667\":23836.44,\"2668\":60679.47,\"2669\":68175.2,\"2670\":165187.86,\"2671\":676.5,\"2672\":972.44,\"2673\":39127.51,\"2674\":42257.66,\"2675\":7499.13,\"2676\":561.4,\"2677\":669.28,\"2678\":1837.05,\"2679\":99217.64,\"2680\":1062.1,\"2681\":545.75,\"2682\":524.16,\"2683\":739.46,\"2684\":5256.0,\"2685\":429.24,\"2686\":14045.09,\"2687\":4323.15,\"2688\":19792.0,\"2689\":8865.6,\"2690\":346.17,\"2691\":2616.6,\"2692\":108.9,\"2693\":340.55,\"2694\":29432.82,\"2695\":25591.96,\"2696\":1226471.24,\"2697\":74939.84,\"2698\":550621.34,\"2699\":1242.06,\"2700\":853.16,\"2701\":1098.16,\"2702\":1567.8,\"2703\":787992.0699999999,\"2704\":547850.51,\"2705\":null,\"2706\":209970.0,\"2707\":null,\"2708\":416124.63,\"2709\":140447.82,\"2710\":116521.97,\"2711\":795.2,\"2712\":635.93,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":64583.29,\"2717\":164628.34,\"2718\":170072.35,\"2719\":null,\"2720\":102135.7,\"2721\":14799.24,\"2722\":45363.26,\"2723\":48358.7,\"2724\":656.67,\"2725\":152713.29,\"2726\":1058.69,\"2727\":8696.6,\"2728\":2529.81,\"2729\":33370.74,\"2730\":46220.58,\"2731\":49250.14,\"2732\":49274.95,\"2733\":14135.05,\"2734\":651.66,\"2735\":4154.4,\"2736\":null,\"2737\":4305.6,\"2738\":6910.86,\"2739\":284.26,\"2740\":null,\"2741\":2000.0,\"2742\":4808.27,\"2743\":933.6,\"2744\":1561.56,\"2745\":117.67,\"2746\":9256.0,\"2747\":9849.0,\"2748\":2972.2,\"2749\":5962.49,\"2750\":17841.37,\"2751\":10076.48,\"2752\":10216.49,\"2753\":702.83,\"2754\":10010.2,\"2755\":9749.3,\"2756\":null,\"2757\":1412.6,\"2758\":12924.0,\"2759\":19659.03,\"2760\":10276.08,\"2761\":19603.72,\"2762\":null,\"2763\":null,\"2764\":446.1,\"2765\":8446.6,\"2766\":4812.0,\"2767\":1561.1,\"2768\":null,\"2769\":3819.0,\"2770\":308.71,\"2771\":2175.11,\"2772\":339.02,\"2773\":2110.0,\"2774\":1452.45,\"2775\":10963.71,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":712.14,\"2782\":null,\"2783\":284.24,\"2784\":969.0,\"2785\":null,\"2786\":null,\"2787\":null,\"2788\":null,\"2789\":5537.9,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":6450.78,\"2795\":null,\"2796\":null,\"2797\":9224.13,\"2798\":null,\"2799\":111566.46,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":8106.42,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":5980.15,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9414.74,\"2821\":9665.68,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1332.71,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":213.4,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1867.8,\"2904\":7166.4,\"2905\":12782.0,\"2906\":2170.8,\"2907\":3936.85,\"2908\":467.28,\"2909\":null,\"2910\":15260.0,\"2911\":404.43,\"2912\":12749.0,\"2913\":16967.68,\"2914\":null,\"2915\":3039.96,\"2916\":1739.1,\"2917\":710.19,\"2918\":2258.1,\"2919\":1745.0,\"2920\":17312.0,\"2921\":462587.26,\"2922\":501829.12,\"2923\":12328.0,\"2924\":1009.47,\"2925\":10956.31,\"2926\":61927.31,\"2927\":6237.0,\"2928\":690.86,\"2929\":726.66,\"2930\":3698.88,\"2931\":null,\"2932\":12884.92,\"2933\":625.68,\"2934\":null,\"2935\":15122.3,\"2936\":7283.0,\"2937\":5067.58,\"2938\":939.79,\"2939\":129488.11,\"2940\":154216.99,\"2941\":6512.49,\"2942\":90168.0,\"2943\":508700.0,\"2944\":912081.27,\"2945\":20.24,\"2946\":16560.72,\"2947\":315045.8,\"2948\":19237.12,\"2949\":18755.0,\"2950\":24488.65,\"2951\":8741.64,\"2952\":10368.86,\"2953\":85897.4,\"2954\":1020.1,\"2955\":1276.35,\"2956\":448.71,\"2957\":306075.0,\"2958\":null,\"2959\":2057.7,\"2960\":762.44,\"2961\":398.78,\"2962\":24564.16,\"2963\":1788.54,\"2964\":0.6,\"2965\":null,\"2966\":900.13,\"2967\":939677.8100000001,\"2968\":319046.58,\"2969\":666.0,\"2970\":6175.4,\"2971\":8332.63,\"2972\":803.77,\"2973\":136690.0,\"2974\":623.19,\"2975\":13824.0,\"2976\":23568.7,\"2977\":61007.69,\"2978\":68768.83,\"2979\":165557.05,\"2980\":null,\"2981\":1041.2,\"2982\":39125.29,\"2983\":42079.83,\"2984\":8723.48,\"2985\":535.0,\"2986\":672.91,\"2987\":1218.6,\"2988\":350134.13,\"2989\":1060.38,\"2990\":534.27,\"2991\":826.2,\"2992\":919.47,\"2993\":4129.2,\"2994\":429.36,\"2995\":3021.33,\"2996\":13954.7,\"2997\":4493.25,\"2998\":19792.0,\"2999\":9350.4,\"3000\":376.66,\"3001\":2539.8,\"3002\":105.6,\"3003\":288.74,\"3004\":29706.51,\"3005\":25613.23,\"3006\":66042.55,\"3007\":62683.67,\"3008\":581053.66,\"3009\":1215.78,\"3010\":794.2,\"3011\":1136.59,\"3012\":1461.6,\"3013\":46208.98,\"3014\":789124.9399999999,\"3015\":546901.02,\"3016\":null,\"3017\":416984.46,\"3018\":140947.1,\"3019\":124236.23,\"3020\":793.24,\"3021\":780.07,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":77700.38,\"3026\":166021.85,\"3027\":170703.2,\"3028\":431.26,\"3029\":225238.47,\"3030\":14835.07,\"3031\":46430.03,\"3032\":48734.26,\"3033\":650.88,\"3034\":77538.27,\"3035\":null,\"3036\":8241.2,\"3037\":2525.91,\"3038\":30998.1,\"3039\":46294.63,\"3040\":48990.81,\"3041\":49178.69,\"3042\":19042.43,\"3043\":651.36,\"3044\":4154.4,\"3045\":null,\"3046\":7459.2,\"3047\":142.89,\"3048\":277.79,\"3049\":5600.0,\"3050\":4808.27,\"3051\":1207.8,\"3052\":1518.0,\"3053\":112.11,\"3054\":8442.0,\"3055\":9657.0,\"3056\":2919.4,\"3057\":6357.24,\"3058\":18047.79,\"3059\":10153.43,\"3060\":10218.36,\"3061\":492.95,\"3062\":10007.5,\"3063\":9767.1,\"3064\":null,\"3065\":1342.5,\"3066\":13608.0,\"3067\":19660.96,\"3068\":10276.67,\"3069\":19606.36,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":421.8,\"3074\":8230.6,\"3075\":1902.0,\"3076\":null,\"3077\":1486.2,\"3078\":null,\"3079\":3595.4,\"3080\":1294.0,\"3081\":308.71,\"3082\":2110.15,\"3083\":337.87,\"3084\":2060.0,\"3085\":1267.24,\"3086\":10677.49,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":718.08,\"3093\":null,\"3094\":291.28,\"3095\":691.5,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":1294.0,\"3100\":5476.8,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4063.3,\"3106\":null,\"3107\":6387.41,\"3108\":null,\"3109\":180642.44,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":10537.0,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":4195.4,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8434.85,\"3132\":8662.8,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1401.07,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1854.6,\"3214\":7156.8,\"3215\":15831.0,\"3216\":1908.0,\"3217\":3935.93,\"3218\":467.28,\"3219\":6.07,\"3220\":null,\"3221\":403.67,\"3222\":13596.0,\"3223\":16367.77,\"3224\":184.8,\"3225\":3043.92,\"3226\":1743.72,\"3227\":709.78,\"3228\":2924.1,\"3229\":1717.0,\"3230\":14432.0,\"3231\":411429.82,\"3232\":501873.19,\"3233\":null,\"3234\":822.69,\"3235\":11444.55,\"3236\":61849.73,\"3237\":6138.0,\"3238\":680.23,\"3239\":727.28,\"3240\":null,\"3241\":3699.2,\"3242\":11498.68,\"3243\":615.34,\"3244\":null,\"3245\":null,\"3246\":15296.5,\"3247\":6164.0,\"3248\":4612.92,\"3249\":720.94,\"3250\":227165.08,\"3251\":153354.72,\"3252\":5833.97,\"3253\":null,\"3254\":75690.0,\"3255\":1227972.95,\"3256\":null,\"3257\":13213.36,\"3258\":320020.14,\"3259\":14587.86,\"3260\":18964.0,\"3261\":24470.83,\"3262\":12862.34,\"3263\":10651.54,\"3264\":null,\"3265\":1018.03,\"3266\":1256.15,\"3267\":null,\"3268\":542.58,\"3269\":305525.0,\"3270\":null,\"3271\":2268.95,\"3272\":712.34,\"3273\":402.85,\"3274\":23411.59,\"3275\":3853.76,\"3276\":2.4,\"3277\":null,\"3278\":906.81,\"3279\":877015.61,\"3280\":530892.5699999999,\"3281\":570.0,\"3282\":6349.2,\"3283\":8324.12,\"3284\":803.99,\"3285\":null,\"3286\":626.47,\"3287\":13752.0,\"3288\":22489.44,\"3289\":null,\"3290\":68869.71,\"3291\":164842.95,\"3292\":null,\"3293\":268318.0,\"3294\":323472.3,\"3295\":1028.13,\"3296\":38695.28,\"3297\":41901.24,\"3298\":8111.3,\"3299\":531.7,\"3300\":670.9,\"3301\":1195.65,\"3302\":174868.47,\"3303\":null,\"3304\":530.08,\"3305\":790.38,\"3306\":604.56,\"3307\":5241.6,\"3308\":429.24,\"3309\":13994.87,\"3310\":4497.75,\"3311\":18851.2,\"3312\":9504.0,\"3313\":356.99,\"3314\":2519.4,\"3315\":105.6,\"3316\":216.23,\"3317\":29800.6,\"3318\":42228.06,\"3319\":null,\"3320\":7100.22,\"3321\":592594.36,\"3322\":1213.86,\"3323\":726.0,\"3324\":1166.6,\"3325\":1305.0,\"3326\":54054.23,\"3327\":773890.1,\"3328\":547764.0600000001,\"3329\":null,\"3330\":null,\"3331\":null,\"3332\":417253.92,\"3333\":143147.53,\"3334\":124400.3,\"3335\":2062.0,\"3336\":793.24,\"3337\":640.68,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":77611.95,\"3342\":165196.14,\"3343\":170292.5,\"3344\":null,\"3345\":229707.83,\"3346\":18214.72,\"3347\":45383.84,\"3348\":48210.24,\"3349\":644.91,\"3350\":150270.78,\"3351\":1432.17,\"3352\":8705.4,\"3353\":2396.66,\"3354\":33359.1,\"3355\":46458.22,\"3356\":56843.27,\"3357\":57497.47,\"3358\":12402.93,\"3359\":651.33,\"3360\":11271.6,\"3361\":null,\"3362\":3417.6,\"3363\":6736.62,\"3364\":277.4,\"3365\":3680.0,\"3366\":4808.27,\"3367\":1111.08,\"3368\":1496.88,\"3369\":126.59,\"3370\":331.8,\"3371\":8104.0,\"3372\":9829.0,\"3373\":2855.6,\"3374\":4956.56,\"3375\":17686.65,\"3376\":9521.62,\"3377\":9876.48,\"3378\":null,\"3379\":10010.0,\"3380\":9776.4,\"3381\":null,\"3382\":1344.8,\"3383\":13140.0,\"3384\":19646.56,\"3385\":10279.33,\"3386\":19598.81,\"3387\":6667.2,\"3388\":null,\"3389\":397.7,\"3390\":7991.3,\"3391\":6560.0,\"3392\":65.86,\"3393\":1441.7,\"3394\":null,\"3395\":3356.2,\"3396\":606.0,\"3397\":308.71,\"3398\":2079.54,\"3399\":342.24,\"3400\":2061.0,\"3401\":1286.22,\"3402\":10377.21,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":722.04,\"3408\":null,\"3409\":296.12,\"3410\":775.2,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2310.0,\"3415\":5332.5,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3810.78,\"3421\":null,\"3422\":null,\"3423\":5795.62,\"3424\":null,\"3425\":163093.61,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":4549.39,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4027.04,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":11322.41,\"3448\":11515.48,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1222.65,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":1298.0,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1815.0,\"3533\":7144.8,\"3534\":17904.0,\"3535\":10458.0,\"3536\":6422.26,\"3537\":467.39,\"3538\":60.02,\"3539\":404.65,\"3540\":12859.0,\"3541\":15771.96,\"3542\":198.0,\"3543\":3045.74,\"3544\":1747.02,\"3545\":764.86,\"3546\":2034.9,\"3547\":2413.0,\"3548\":21232.0,\"3549\":462382.87,\"3550\":500328.69,\"3551\":14000.0,\"3552\":726.66,\"3553\":11443.7,\"3554\":61858.24,\"3555\":6171.0,\"3556\":715.88,\"3557\":692.38,\"3558\":3700.48,\"3559\":11108.98,\"3560\":617.1,\"3561\":null,\"3562\":null,\"3563\":30084.78,\"3564\":6208.0,\"3565\":4415.09,\"3566\":939.79,\"3567\":246781.27,\"3568\":150864.33,\"3569\":5681.58,\"3570\":null,\"3571\":null,\"3572\":632044.16,\"3573\":null,\"3574\":13145.27,\"3575\":392738.45,\"3576\":14146.51,\"3577\":18926.6,\"3578\":23926.88,\"3579\":12965.41,\"3580\":17207.9,\"3581\":null,\"3582\":954.89,\"3583\":1237.11,\"3584\":306.08,\"3585\":305800.0,\"3586\":null,\"3587\":1226.13,\"3588\":760.17,\"3589\":395.53,\"3590\":22982.51,\"3591\":161632.34,\"3592\":2080.71,\"3593\":26.4,\"3594\":704.3,\"3595\":878697.87,\"3596\":463871.67,\"3597\":528.0,\"3598\":6116.0,\"3599\":8303.86,\"3600\":796.95,\"3601\":636.45,\"3602\":14688.0,\"3603\":23223.11,\"3604\":69737.46,\"3605\":164201.43,\"3606\":null,\"3607\":254886.01,\"3608\":447807.45,\"3609\":1076.59,\"3610\":38683.86,\"3611\":42255.06,\"3612\":7805.22,\"3613\":551.76,\"3614\":null,\"3615\":1000.35,\"3616\":349678.56,\"3617\":1050.05,\"3618\":535.92,\"3619\":569.16,\"3620\":550.08,\"3621\":5223.6,\"3622\":429.12,\"3623\":null,\"3624\":2000.32,\"3625\":14054.41,\"3626\":4498.2,\"3627\":18490.51,\"3628\":7084.8,\"3629\":379.76,\"3630\":2472.0,\"3631\":102.3,\"3632\":345.19,\"3633\":29094.52,\"3634\":33387.0,\"3635\":null,\"3636\":null,\"3637\":6474.34,\"3638\":632238.39,\"3639\":1184.1,\"3640\":764.5,\"3641\":1088.84,\"3642\":1292.4,\"3643\":null,\"3644\":774183.3199999999,\"3645\":52039.66,\"3646\":491149.11,\"3647\":101970.0,\"3648\":155217.38,\"3649\":418503.76,\"3650\":143751.63,\"3651\":125331.2,\"3652\":null,\"3653\":793.38,\"3654\":634.43,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":77282.32,\"3659\":165377.23,\"3660\":166659.1,\"3661\":null,\"3662\":116553.68,\"3663\":18773.6,\"3664\":44925.94,\"3665\":48804.15,\"3666\":656.73,\"3667\":153282.72,\"3668\":1080.08,\"3669\":8102.6,\"3670\":2386.9,\"3671\":null,\"3672\":null,\"3673\":15753.21,\"3674\":10931.33,\"3675\":11982.73,\"3676\":650.7,\"3677\":5900.4,\"3678\":null,\"3679\":null,\"3680\":4144.8,\"3681\":6777.05,\"3682\":267.96,\"3683\":8240.0,\"3684\":5286.32,\"3685\":701.16,\"3686\":1542.64,\"3687\":119.72,\"3688\":330.6,\"3689\":7893.0,\"3690\":9091.0,\"3691\":2846.8,\"3692\":4960.55,\"3693\":15005.79,\"3694\":9037.29,\"3695\":9392.2,\"3696\":54.71,\"3697\":10014.2,\"3698\":9783.3,\"3699\":null,\"3700\":1364.1,\"3701\":13068.0,\"3702\":19745.76,\"3703\":10290.26,\"3704\":19601.57,\"3705\":7808.4,\"3706\":402.0,\"3707\":7877.5,\"3708\":1976.0,\"3709\":null,\"3710\":1407.3,\"3711\":null,\"3712\":3247.2,\"3713\":2081.0,\"3714\":308.71,\"3715\":2150.64,\"3716\":346.84,\"3717\":2015.0,\"3718\":1183.19,\"3719\":10141.79,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":755.04,\"3725\":273.24,\"3726\":1149.3,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5295.2,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3736.17,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":4602.59,\"3741\":null,\"3742\":180856.33,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":6076.19,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":5098.17,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8428.77,\"3765\":8670.58,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1193.56,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":6.6,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1742.4,\"3850\":7142.4,\"3851\":388141.19,\"3852\":3646.8,\"3853\":4239.65,\"3854\":468.05,\"3855\":null,\"3856\":404.44,\"3857\":13992.0,\"3858\":15469.81,\"3859\":198.0,\"3860\":3141.76,\"3861\":1736.46,\"3862\":792.67,\"3863\":2205.0,\"3864\":2204.0,\"3865\":20324.0,\"3866\":60632.31,\"3867\":499297.72,\"3868\":12984.0,\"3869\":1440.78,\"3870\":7972.23,\"3871\":33346.57,\"3872\":6119.67,\"3873\":682.24,\"3874\":718.12,\"3875\":3699.2,\"3876\":959.32,\"3877\":11121.63,\"3878\":614.02,\"3879\":null,\"3880\":null,\"3881\":26870.92,\"3882\":6281.0,\"3883\":4373.89,\"3884\":940.78,\"3885\":249596.86,\"3886\":153362.38,\"3887\":5592.39,\"3888\":720.0,\"3889\":89020.0,\"3890\":null,\"3891\":null,\"3892\":12152.78,\"3893\":180818.76,\"3894\":14005.55,\"3895\":18675.8,\"3896\":26599.9,\"3897\":11938.02,\"3898\":16652.27,\"3899\":null,\"3900\":936.88,\"3901\":1207.22,\"3902\":548.46,\"3903\":null,\"3904\":null,\"3905\":2192.71,\"3906\":767.66,\"3907\":406.15,\"3908\":22203.31,\"3909\":164022.27,\"3910\":3608.72,\"3911\":10.2,\"3912\":878.19,\"3913\":862835.9399999999,\"3914\":229971.07,\"3915\":534.0,\"3916\":6657.2,\"3917\":8311.53,\"3918\":796.29,\"3919\":null,\"3920\":640.26,\"3921\":14508.0,\"3922\":23492.59,\"3923\":69479.9,\"3924\":164986.89,\"3925\":null,\"3926\":402960.0,\"3927\":464950.47,\"3928\":962.01,\"3929\":38824.6,\"3930\":42514.27,\"3931\":8417.39,\"3932\":530.51,\"3933\":675.61,\"3934\":913.65,\"3935\":81096.14,\"3936\":2120.76,\"3937\":539.19,\"3938\":654.12,\"3939\":626.14,\"3940\":5071.2,\"3941\":429.24,\"3942\":1520.7,\"3943\":null,\"3944\":4374.0,\"3945\":18120.79,\"3946\":8563.2,\"3947\":376.0,\"3948\":2575.8,\"3949\":105.6,\"3950\":336.52,\"3951\":29846.52,\"3952\":31751.09,\"3953\":1143665.6200000001,\"3954\":48712.42,\"3955\":614147.85,\"3956\":1325.4,\"3957\":792.22,\"3958\":1084.74,\"3959\":1569.6,\"3960\":774380.02,\"3961\":51970.79,\"3962\":541781.26,\"3963\":21365.01,\"3964\":155649.73,\"3965\":422034.31,\"3966\":144611.9,\"3967\":124305.75,\"3968\":793.8,\"3969\":704.53,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":69020.81,\"3974\":165268.86,\"3975\":170098.25,\"3976\":null,\"3977\":170426.13,\"3978\":19142.03,\"3979\":45645.33,\"3980\":48498.67,\"3981\":652.62,\"3982\":152980.26,\"3983\":1059.61,\"3984\":7832.0,\"3985\":2418.93,\"3986\":31845.75,\"3987\":45945.7,\"3988\":57791.11,\"3989\":48680.53,\"3990\":13357.06,\"3991\":650.13,\"3992\":5911.2,\"3993\":null,\"3994\":7797.6,\"3995\":6610.73,\"3996\":260.44,\"3997\":173.4,\"3998\":4320.0,\"3999\":9325.47,\"4000\":1107.72,\"4001\":1609.08,\"4002\":126.32,\"4003\":null,\"4004\":7738.0,\"4005\":9404.0,\"4006\":2948.0,\"4007\":4959.49,\"4008\":14812.02,\"4009\":8873.95,\"4010\":9241.69,\"4011\":1866.19,\"4012\":10012.5,\"4013\":9609.1,\"4014\":null,\"4015\":1305.9,\"4016\":13374.0,\"4017\":19751.57,\"4018\":10292.93,\"4019\":19614.42,\"4020\":6246.0,\"4021\":405.1,\"4022\":8403.9,\"4023\":2038.0,\"4024\":1485.8,\"4025\":null,\"4026\":3102.0,\"4027\":3018.0,\"4028\":308.71,\"4029\":1969.28,\"4030\":345.0,\"4031\":2014.0,\"4032\":1150.1,\"4033\":10879.93,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":697.62,\"4039\":287.32,\"4040\":840.9,\"4041\":null,\"4042\":null,\"4043\":309.12,\"4044\":null,\"4045\":2000.0,\"4046\":5413.2,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3690.26,\"4052\":null,\"4053\":null,\"4054\":1229.46,\"4055\":null,\"4056\":179868.22,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":1.77,\"4061\":null,\"4062\":1197.42,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":4376.52,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":6965.73,\"4080\":7157.17,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1173.65,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":5187.6,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":23.11,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1722.6,\"4167\":7134.0,\"4168\":387057.8,\"4169\":2433.6,\"4170\":4237.89,\"4171\":null,\"4172\":17.07,\"4173\":404.7,\"4174\":11440.0,\"4175\":15214.55,\"4176\":198.0,\"4177\":3111.9,\"4178\":1729.86,\"4179\":753.21,\"4180\":2221.2,\"4181\":3502.0,\"4182\":20356.0,\"4183\":60290.59,\"4184\":433517.54,\"4185\":13048.0,\"4186\":1112.43,\"4187\":10018.9,\"4188\":32408.91,\"4189\":6079.33,\"4190\":634.51,\"4191\":720.72,\"4192\":3698.56,\"4193\":850.56,\"4194\":10722.32,\"4195\":621.06,\"4196\":1521.5,\"4197\":null,\"4198\":26349.24,\"4199\":15193.0,\"4200\":4347.98,\"4201\":939.79,\"4202\":249864.17,\"4203\":155395.97,\"4204\":5538.95,\"4205\":null,\"4206\":510920.0,\"4207\":null,\"4208\":11875.5,\"4209\":194712.38,\"4210\":7312.56,\"4211\":18823.2,\"4212\":23235.32,\"4213\":11428.27,\"4214\":16375.38,\"4215\":171174.96,\"4216\":853.25,\"4217\":1178.16,\"4218\":563.96,\"4219\":null,\"4220\":null,\"4221\":2198.69,\"4222\":756.24,\"4223\":402.68,\"4224\":21697.97,\"4225\":164816.25,\"4226\":2182.03,\"4227\":18.0,\"4228\":905.58,\"4229\":874528.58,\"4230\":223511.37,\"4231\":786.0,\"4232\":6835.4,\"4233\":8305.84,\"4234\":794.2,\"4235\":615.26,\"4236\":14976.0,\"4237\":23650.36,\"4238\":69574.34,\"4239\":164938.45,\"4240\":17.0,\"4241\":402500.0,\"4242\":null,\"4243\":1003.08,\"4244\":38445.69,\"4245\":42212.97,\"4246\":7958.26,\"4247\":532.22,\"4248\":674.78,\"4249\":832.5,\"4250\":81064.63,\"4251\":3081.31,\"4252\":527.9,\"4253\":761.58,\"4254\":620.64,\"4255\":4573.2,\"4256\":428.76,\"4257\":1580.41,\"4258\":null,\"4259\":2821.5,\"4260\":17919.48,\"4261\":8990.4,\"4262\":787.84,\"4263\":381.08,\"4264\":2569.2,\"4265\":102.3,\"4266\":331.4,\"4267\":29410.01,\"4268\":31397.08,\"4269\":null,\"4270\":580048.0600000001,\"4271\":43505.58,\"4272\":612071.92,\"4273\":1494.3,\"4274\":761.86,\"4275\":1165.15,\"4276\":1416.6,\"4277\":776423.6899999999,\"4278\":null,\"4279\":541582.21,\"4280\":102000.0,\"4281\":155305.73,\"4282\":423573.82,\"4283\":144054.6,\"4284\":125586.32,\"4285\":792.26,\"4286\":688.57,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":77524.04,\"4291\":165193.74,\"4292\":170172.25,\"4293\":574.32,\"4294\":157687.92,\"4295\":19148.04,\"4296\":45759.75,\"4297\":48993.03,\"4298\":650.76,\"4299\":152296.08,\"4300\":1026.59,\"4301\":9255.4,\"4302\":2289.45,\"4303\":29372.64,\"4304\":43123.26,\"4305\":58211.41,\"4306\":57408.97,\"4307\":15961.9,\"4308\":326.19,\"4309\":8200.8,\"4310\":154.8,\"4311\":9465.6,\"4312\":6713.85,\"4313\":300.5,\"4314\":8240.0,\"4315\":9354.85,\"4316\":1143.0,\"4317\":1516.68,\"4318\":137.15,\"4319\":8785.0,\"4320\":9883.0,\"4321\":2822.6,\"4322\":4959.75,\"4323\":16267.39,\"4324\":9033.29,\"4325\":9397.51,\"4326\":489.43,\"4327\":10016.6,\"4328\":9610.4,\"4329\":null,\"4330\":2184.6,\"4331\":13086.0,\"4332\":19695.71,\"4333\":10293.73,\"4334\":19612.86,\"4335\":8611.2,\"4336\":613.7,\"4337\":11752.3,\"4338\":6394.0,\"4339\":null,\"4340\":2942.6,\"4341\":null,\"4342\":4411.3,\"4343\":4158.0,\"4344\":308.71,\"4345\":2016.46,\"4346\":345.69,\"4347\":2348.0,\"4348\":1290.93,\"4349\":19458.35,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":895.62,\"4356\":null,\"4357\":267.96,\"4358\":null,\"4359\":null,\"4360\":null,\"4361\":202.08,\"4362\":null,\"4363\":2000.0,\"4364\":6868.0,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":5716.17,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":2645.44,\"4374\":null,\"4375\":180745.91,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":3099.38,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":5440.96,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6968.05,\"4398\":7159.25,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1203.68,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":4037.0,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":0.37,\"4444\":4171.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4171.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3619.0,\"4484\":2197.8,\"4485\":7144.8,\"4486\":16959.47,\"4487\":4543.2,\"4488\":6540.33,\"4489\":7.48,\"4490\":404.57,\"4491\":11616.0,\"4492\":17821.96,\"4493\":198.0,\"4494\":3060.42,\"4495\":1737.45,\"4496\":769.63,\"4497\":1595.7,\"4498\":3793.0,\"4499\":21840.0,\"4500\":311242.22,\"4501\":501491.9,\"4502\":13496.0,\"4503\":1395.9,\"4504\":16069.9,\"4505\":50371.77,\"4506\":7201.33,\"4507\":null,\"4508\":715.65,\"4509\":3699.2,\"4510\":861.09,\"4511\":12427.52,\"4512\":585.42,\"4513\":29736.55,\"4514\":null,\"4515\":27981.61,\"4516\":19119.0,\"4517\":7237.38,\"4518\":938.8,\"4519\":250393.83,\"4520\":151405.52,\"4521\":7633.9,\"4522\":null,\"4523\":null,\"4524\":null,\"4525\":29457.13,\"4526\":396822.71,\"4527\":19347.56,\"4528\":16770.6,\"4529\":24259.43,\"4530\":15697.6,\"4531\":16494.28,\"4532\":169493.34,\"4533\":1238.07,\"4534\":1275.98,\"4535\":561.71,\"4536\":null,\"4537\":2310.7,\"4538\":756.14,\"4539\":405.6,\"4540\":24818.26,\"4541\":164234.54,\"4542\":3935.4,\"4543\":2503.2,\"4544\":811.61,\"4545\":1074651.8,\"4546\":450017.6,\"4547\":408.0,\"4548\":10879.0,\"4549\":8312.8,\"4550\":791.01,\"4551\":644.79,\"4552\":14760.0,\"4553\":22934.53,\"4554\":69467.5,\"4555\":165058.85,\"4556\":15.0,\"4557\":null,\"4558\":532098.87,\"4559\":48046.91,\"4560\":38160.08,\"4561\":41605.83,\"4562\":7805.22,\"4563\":534.47,\"4564\":675.4,\"4565\":736.35,\"4566\":81243.18,\"4567\":3074.42,\"4568\":536.18,\"4569\":678.24,\"4570\":624.19,\"4571\":5235.6,\"4572\":428.88,\"4573\":1276.8,\"4574\":14107.5,\"4575\":3462.75,\"4576\":17773.59,\"4577\":7392.0,\"4578\":null,\"4579\":352.97,\"4580\":2563.8,\"4581\":102.3,\"4582\":353.97,\"4583\":29298.76,\"4584\":36328.01,\"4585\":null,\"4586\":338685.9,\"4587\":79470.33,\"4588\":202715.94,\"4589\":null,\"4590\":798.6,\"4591\":1096.41,\"4592\":1380.6,\"4593\":770243.5600000001,\"4594\":52611.54,\"4595\":528763.14,\"4596\":197550.0,\"4597\":155249.38,\"4598\":423040.25,\"4599\":73406.65,\"4600\":72773.34,\"4601\":791.42,\"4602\":867.56,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":77276.2,\"4607\":161367.94,\"4608\":170068.65,\"4609\":6282.65,\"4610\":230647.71,\"4611\":null,\"4612\":45837.32,\"4613\":48616.05,\"4614\":642.96,\"4615\":151810.82,\"4616\":930.49,\"4617\":5684.8,\"4618\":2194.53,\"4619\":30678.43,\"4620\":42878.73,\"4621\":58707.76,\"4622\":57472.76,\"4623\":13689.51,\"4624\":325.59,\"4625\":10756.8,\"4626\":null,\"4627\":9465.6,\"4628\":6774.24,\"4629\":253.24,\"4630\":7840.0,\"4631\":9303.56,\"4632\":39.96,\"4633\":1570.8,\"4634\":124.61,\"4635\":8478.0,\"4636\":9390.0,\"4637\":2798.4,\"4638\":4954.92,\"4639\":17524.24,\"4640\":9147.35,\"4641\":9520.1,\"4642\":1527.68,\"4643\":10010.8,\"4644\":9617.9,\"4645\":null,\"4646\":2114.3,\"4647\":13482.0,\"4648\":19658.49,\"4649\":10219.24,\"4650\":19547.3,\"4651\":1850.4,\"4652\":541.4,\"4653\":9345.3,\"4654\":7698.0,\"4655\":null,\"4656\":1513.9,\"4657\":null,\"4658\":3567.0,\"4659\":3503.0,\"4660\":308.71,\"4661\":1945.8,\"4662\":342.01,\"4663\":2244.0,\"4664\":1277.28,\"4665\":13520.28,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":null,\"4671\":813.12,\"4672\":339.68,\"4673\":315.0,\"4674\":null,\"4675\":null,\"4676\":217.44,\"4677\":null,\"4678\":2000.0,\"4679\":5759.0,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":9722.09,\"4685\":null,\"4686\":null,\"4687\":5888.24,\"4688\":null,\"4689\":180811.56,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":7411.87,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":4048.22,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":5693.93,\"4712\":5804.58,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1303.94,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":5597.9,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4633.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4633.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3721.67,\"4797\":2283.6,\"4798\":7146.0,\"4799\":197631.52,\"4800\":7232.4,\"4801\":6844.59,\"4802\":null,\"4803\":404.8,\"4804\":13607.0,\"4805\":10379.33,\"4806\":null,\"4807\":3029.89,\"4808\":1690.92,\"4809\":458.37,\"4810\":1515.6,\"4811\":3074.0,\"4812\":20948.0,\"4813\":60480.89,\"4814\":503877.38,\"4815\":5608.0,\"4816\":814.44,\"4817\":17946.92,\"4818\":45875.15,\"4819\":7329.67,\"4820\":1209.8,\"4821\":421.82,\"4822\":3700.16,\"4823\":915.17,\"4824\":16231.08,\"4825\":612.92,\"4826\":null,\"4827\":null,\"4828\":28104.27,\"4829\":19334.0,\"4830\":4959.82,\"4831\":939.79,\"4832\":249172.83,\"4833\":159281.71,\"4834\":6125.85,\"4835\":119544.0,\"4836\":510860.0,\"4837\":null,\"4838\":null,\"4839\":17541.7,\"4840\":396661.96,\"4841\":19384.18,\"4842\":18730.8,\"4843\":24530.21,\"4844\":14009.3,\"4845\":18253.98,\"4846\":116582.22,\"4847\":1215.3,\"4848\":1227.33,\"4849\":552.83,\"4850\":10890.0,\"4851\":null,\"4852\":2347.73,\"4853\":742.16,\"4854\":406.62,\"4855\":28477.21,\"4856\":163549.16,\"4857\":3977.66,\"4858\":2210.4,\"4859\":832.04,\"4860\":943817.75,\"4861\":420345.44,\"4862\":432.0,\"4863\":7429.4,\"4864\":8433.92,\"4865\":800.36,\"4866\":205080.0,\"4867\":615.62,\"4868\":15480.0,\"4869\":23154.11,\"4870\":69776.04,\"4871\":164785.76,\"4872\":237.5,\"4873\":276920.0,\"4874\":353715.73,\"4875\":50742.76,\"4876\":42710.98,\"4877\":8417.39,\"4878\":501.73,\"4879\":674.64,\"4880\":785.1,\"4881\":80975.24,\"4882\":3070.98,\"4883\":529.52,\"4884\":733.14,\"4885\":592.41,\"4886\":5086.8,\"4887\":428.04,\"4888\":19583.67,\"4889\":2080.15,\"4890\":14060.87,\"4891\":2022.75,\"4892\":16773.93,\"4893\":9417.6,\"4894\":369.6,\"4895\":2557.8,\"4896\":102.3,\"4897\":353.75,\"4898\":30194.39,\"4899\":35311.77,\"4900\":null,\"4901\":null,\"4902\":51991.9,\"4903\":121161.94,\"4904\":1331.94,\"4905\":789.36,\"4906\":1059.64,\"4907\":1299.6,\"4908\":781107.98,\"4909\":52348.85,\"4910\":532042.73,\"4911\":39557.17,\"4912\":210910.0,\"4913\":154521.03,\"4914\":423373.81,\"4915\":145200.33,\"4916\":126612.65,\"4917\":791.14,\"4918\":462.26,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76977.06,\"4923\":157188.61,\"4924\":169447.05,\"4925\":159786.92,\"4926\":null,\"4927\":230747.69,\"4928\":14671.65,\"4929\":45435.28,\"4930\":48930.41,\"4931\":523.32,\"4932\":152746.79,\"4933\":935.39,\"4934\":8954.0,\"4935\":2506.16,\"4936\":26113.75,\"4937\":42416.98,\"4938\":59034.09,\"4939\":57375.37,\"4940\":15147.94,\"4941\":325.02,\"4942\":5918.4,\"4943\":174.6,\"4944\":9465.6,\"4945\":6741.74,\"4946\":276.94,\"4947\":51.86,\"4948\":2240.0,\"4949\":9336.0,\"4950\":519.0,\"4951\":1689.6,\"4952\":116.82,\"4953\":330.6,\"4954\":8199.0,\"4955\":8363.0,\"4956\":2708.2,\"4957\":4953.85,\"4958\":17478.8,\"4959\":9310.32,\"4960\":9631.09,\"4961\":164.41,\"4962\":13067.2,\"4963\":12782.7,\"4964\":null,\"4965\":1568.8,\"4966\":13176.0,\"4967\":19743.54,\"4968\":10273.99,\"4969\":19612.23,\"4970\":7480.8,\"4971\":434.9,\"4972\":7938.9,\"4973\":4764.0,\"4974\":1356.6,\"4975\":null,\"4976\":4345.8,\"4977\":5164.0,\"4978\":308.71,\"4979\":1909.06,\"4980\":337.87,\"4981\":2079.0,\"4982\":1244.35,\"4983\":11299.47,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":764.28,\"4990\":312.4,\"4991\":831.0,\"4992\":null,\"4993\":null,\"4994\":235.68,\"4995\":null,\"4996\":2000.0,\"4997\":5390.3,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4218.26,\"5003\":null,\"5004\":null,\"5005\":9809.14,\"5006\":null,\"5007\":180759.28,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":11641.84,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":4537.86,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5011.83,\"5031\":5120.86,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1258.9,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5605.6,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3809.67,\"5116\":1920.6,\"5117\":7152.0,\"5118\":392645.59,\"5119\":2448.0,\"5120\":4932.23,\"5121\":467.5,\"5122\":null,\"5123\":null,\"5124\":404.64,\"5125\":13794.0,\"5126\":14555.51,\"5127\":72.6,\"5128\":3031.54,\"5129\":1739.76,\"5130\":770.31,\"5131\":892.8,\"5132\":2601.0,\"5133\":20240.0,\"5134\":459803.05,\"5135\":503295.18,\"5136\":13824.0,\"5137\":876.81,\"5138\":8028.3,\"5139\":32359.88,\"5140\":7652.33,\"5141\":1020.05,\"5142\":722.82,\"5143\":3698.88,\"5144\":879.67,\"5145\":13189.64,\"5146\":632.72,\"5147\":null,\"5148\":null,\"5149\":15419.34,\"5150\":7760.0,\"5151\":4719.38,\"5152\":940.78,\"5153\":252717.95,\"5154\":159585.21,\"5155\":5868.44,\"5156\":192.0,\"5157\":512500.0,\"5158\":null,\"5159\":null,\"5160\":16582.21,\"5161\":396575.99,\"5162\":15074.92,\"5163\":18585.6,\"5164\":22458.21,\"5165\":12218.67,\"5166\":16426.66,\"5167\":88872.41,\"5168\":1237.45,\"5169\":1178.63,\"5170\":571.38,\"5171\":null,\"5172\":null,\"5173\":2597.97,\"5174\":745.12,\"5175\":400.32,\"5176\":25532.1,\"5177\":137115.02,\"5178\":3843.53,\"5179\":2210.4,\"5180\":880.99,\"5181\":858025.36,\"5182\":528006.86,\"5183\":324.0,\"5184\":7290.8,\"5185\":8417.54,\"5186\":797.94,\"5187\":205140.0,\"5188\":609.79,\"5189\":14868.0,\"5190\":23190.33,\"5191\":69305.84,\"5192\":164944.67,\"5193\":null,\"5194\":302726.0,\"5195\":null,\"5196\":null,\"5197\":42170.33,\"5198\":8111.3,\"5199\":516.65,\"5200\":686.52,\"5201\":786.6,\"5202\":81140.46,\"5203\":3069.26,\"5204\":526.05,\"5205\":598.32,\"5206\":514.17,\"5207\":4530.0,\"5208\":428.16,\"5209\":1519.55,\"5210\":14017.11,\"5211\":null,\"5212\":19647.14,\"5213\":3264.0,\"5214\":196.02,\"5215\":2554.8,\"5216\":99.0,\"5217\":334.65,\"5218\":29234.01,\"5219\":36271.59,\"5220\":null,\"5221\":49515.1,\"5222\":46859.84,\"5223\":550235.73,\"5224\":1604.04,\"5225\":763.18,\"5226\":1075.42,\"5227\":1344.6,\"5228\":773560.64,\"5229\":51965.01,\"5230\":533701.62,\"5231\":136110.0,\"5232\":154665.26,\"5233\":422580.68,\"5234\":142488.07,\"5235\":124796.36,\"5236\":1756.0,\"5237\":791.98,\"5238\":544.57,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":77387.21,\"5243\":160659.55,\"5244\":167743.2,\"5245\":103584.76,\"5246\":null,\"5247\":225388.44,\"5248\":null,\"5249\":23381.68,\"5250\":45807.61,\"5251\":48994.06,\"5252\":659.94,\"5253\":152600.75,\"5254\":1036.71,\"5255\":8542.6,\"5256\":2356.6,\"5257\":28690.34,\"5258\":32155.82,\"5259\":58578.24,\"5260\":58824.36,\"5261\":14121.97,\"5262\":652.74,\"5263\":5065.2,\"5264\":15.6,\"5265\":9465.6,\"5266\":6769.79,\"5267\":274.49,\"5268\":5200.0,\"5269\":9259.12,\"5270\":393.36,\"5271\":1609.52,\"5272\":108.5,\"5273\":331.2,\"5274\":7731.0,\"5275\":8173.0,\"5276\":2631.2,\"5277\":4947.86,\"5278\":16153.42,\"5279\":8788.01,\"5280\":9137.48,\"5281\":1313.99,\"5282\":12845.1,\"5283\":12566.4,\"5284\":null,\"5285\":1396.2,\"5286\":13680.0,\"5287\":19736.66,\"5288\":19496.77,\"5289\":18586.38,\"5290\":7203.6,\"5291\":401.2,\"5292\":7418.5,\"5293\":1856.0,\"5294\":1279.4,\"5295\":null,\"5296\":3090.0,\"5297\":5193.0,\"5298\":308.71,\"5299\":1704.16,\"5300\":336.26,\"5301\":2027.0,\"5302\":1176.61,\"5303\":10904.48,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":935.88,\"5310\":null,\"5311\":263.56,\"5312\":1236.6,\"5313\":null,\"5314\":null,\"5315\":507.36,\"5316\":null,\"5317\":2000.0,\"5318\":5498.1,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3822.26,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":9610.51,\"5328\":null,\"5329\":180526.42,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":10359.01,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4675.88,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7450.56,\"5353\":7646.67,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":null,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1158.08,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":4962.1,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":17564.16,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":1206.35,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3813.33,\"5440\":1821.6,\"5441\":7162.8,\"5442\":411441.51,\"5443\":1944.0,\"5444\":4062.75,\"5445\":466.29,\"5446\":null,\"5447\":406.3,\"5448\":14157.0,\"5449\":13976.12,\"5450\":191.4,\"5451\":3044.91,\"5452\":1743.06,\"5453\":775.71,\"5454\":1334.7,\"5455\":2118.0,\"5456\":20480.0,\"5457\":462704.55,\"5458\":501321.05,\"5459\":12792.0,\"5460\":870.87,\"5461\":4997.73,\"5462\":46025.6,\"5463\":null,\"5464\":6809.0,\"5465\":591.39,\"5466\":null,\"5467\":3698.56,\"5468\":859.01,\"5469\":11977.77,\"5470\":628.1,\"5471\":null,\"5472\":null,\"5473\":29949.67,\"5474\":14257.0,\"5475\":4518.54,\"5476\":null,\"5477\":254384.06,\"5478\":158859.83,\"5479\":5595.21,\"5480\":null,\"5481\":null,\"5482\":null,\"5483\":null,\"5484\":15179.34,\"5485\":395401.95,\"5486\":14099.2,\"5487\":14647.6,\"5488\":22129.22,\"5489\":10932.55,\"5490\":16154.55,\"5491\":null,\"5492\":1472.6,\"5493\":1331.29,\"5494\":560.71,\"5495\":121825.0,\"5496\":null,\"5497\":2389.93,\"5498\":741.57,\"5499\":404.06,\"5500\":24086.09,\"5501\":92236.5,\"5502\":1331.79,\"5503\":2210.4,\"5504\":938.58,\"5505\":870814.8100000001,\"5506\":449580.43,\"5507\":294.0,\"5508\":6864.0,\"5509\":8402.99,\"5510\":793.43,\"5511\":180010.0,\"5512\":623.44,\"5513\":14544.0,\"5514\":23491.87,\"5515\":60139.97,\"5516\":69486.15,\"5517\":164955.76,\"5518\":null,\"5519\":null,\"5520\":443496.2,\"5521\":null,\"5522\":26075.31,\"5523\":4897.39,\"5524\":503.18,\"5525\":686.12,\"5526\":2040.3,\"5527\":80863.16,\"5528\":3616.66,\"5529\":536.18,\"5530\":719.82,\"5531\":462.19,\"5532\":4188.0,\"5533\":427.68,\"5534\":1312.82,\"5535\":14151.26,\"5536\":17141.0,\"5537\":9321.6,\"5538\":379.57,\"5539\":2533.8,\"5540\":99.0,\"5541\":329.68,\"5542\":29282.8,\"5543\":33910.37,\"5544\":null,\"5545\":743526.09,\"5546\":51785.32,\"5547\":119769.93,\"5548\":1605.24,\"5549\":739.42,\"5550\":1029.08,\"5551\":1377.0,\"5552\":776588.42,\"5553\":52061.15,\"5554\":533467.98,\"5555\":21915.34,\"5556\":153895.73,\"5557\":422691.77,\"5558\":142008.91,\"5559\":126720.61,\"5560\":2045.0,\"5561\":793.52,\"5562\":632.33,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":77314.46,\"5567\":162934.68,\"5568\":170309.15,\"5569\":135315.09,\"5570\":null,\"5571\":228797.97,\"5572\":22054.28,\"5573\":45640.74,\"5574\":49213.11,\"5575\":654.87,\"5576\":152063.63,\"5577\":1105.34,\"5578\":8250.0,\"5579\":2326.07,\"5580\":32814.48,\"5581\":31866.24,\"5582\":59106.64,\"5583\":58214.79,\"5584\":13821.9,\"5585\":653.49,\"5586\":5918.4,\"5587\":15.6,\"5588\":9465.6,\"5589\":6720.29,\"5590\":305.58,\"5591\":4480.0,\"5592\":9105.39,\"5593\":1237.8,\"5594\":1727.44,\"5595\":176.35,\"5596\":null,\"5597\":7910.0,\"5598\":7567.0,\"5599\":2618.0,\"5600\":4004.39,\"5601\":16188.15,\"5602\":8679.29,\"5603\":9037.6,\"5604\":594.0,\"5605\":13230.8,\"5606\":12942.1,\"5607\":null,\"5608\":1366.8,\"5609\":12870.0,\"5610\":19736.12,\"5611\":19659.84,\"5612\":19602.97,\"5613\":8208.0,\"5614\":null,\"5615\":7317.1,\"5616\":1966.0,\"5617\":1251.2,\"5618\":null,\"5619\":2956.6,\"5620\":5226.0,\"5621\":308.71,\"5622\":2103.99,\"5623\":338.79,\"5624\":1982.0,\"5625\":1181.63,\"5626\":10711.6,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":838.86,\"5633\":null,\"5634\":271.48,\"5635\":1134.3,\"5636\":null,\"5637\":null,\"5638\":410.88,\"5639\":null,\"5640\":2000.0,\"5641\":5294.9,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3718.96,\"5647\":null,\"5648\":null,\"5649\":7571.47,\"5650\":null,\"5651\":177379.94,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":9471.64,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":3962.48,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":10309.43,\"5674\":10645.23,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":2.1,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1137.18,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5608.9,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":18909.32,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":3760.5,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3820.67,\"5762\":1788.6,\"5763\":7150.8,\"5764\":397671.51,\"5765\":1947.6,\"5766\":3541.25,\"5767\":466.73,\"5768\":17.86,\"5769\":null,\"5770\":417.16,\"5771\":13321.0,\"5772\":13627.41,\"5773\":198.0,\"5774\":3084.51,\"5775\":1732.17,\"5776\":780.21,\"5777\":2029.5,\"5778\":810.0,\"5779\":20236.0,\"5780\":90150.17,\"5781\":501363.2,\"5782\":13528.0,\"5783\":668.91,\"5784\":10305.77,\"5785\":51242.85,\"5786\":7498.33,\"5787\":628.19,\"5788\":3698.56,\"5789\":907.99,\"5790\":11875.94,\"5791\":636.9,\"5792\":25783.43,\"5793\":null,\"5794\":28092.82,\"5795\":8686.0,\"5796\":4496.38,\"5797\":254409.05,\"5798\":158645.31,\"5799\":5555.86,\"5800\":504730.0,\"5801\":null,\"5802\":null,\"5803\":14965.92,\"5804\":395525.96,\"5805\":13858.41,\"5806\":18209.4,\"5807\":23153.14,\"5808\":11520.16,\"5809\":16683.55,\"5810\":null,\"5811\":1199.56,\"5812\":1819.97,\"5813\":565.21,\"5814\":107140.0,\"5815\":null,\"5816\":1820.11,\"5817\":741.77,\"5818\":465.66,\"5819\":33096.92,\"5820\":null,\"5821\":2258.94,\"5822\":2210.4,\"5823\":null,\"5824\":932.44,\"5825\":901154.52,\"5826\":437736.53,\"5827\":246.0,\"5828\":6793.6,\"5829\":8382.65,\"5830\":797.94,\"5831\":178160.0,\"5832\":664.3,\"5833\":15804.0,\"5834\":23442.7,\"5835\":59326.51,\"5836\":69622.74,\"5837\":164793.16,\"5838\":163.0,\"5839\":298816.0,\"5840\":null,\"5841\":41772.19,\"5842\":8264.35,\"5843\":497.77,\"5844\":688.14,\"5845\":814.2,\"5846\":81227.07,\"5847\":3628.71,\"5848\":523.88,\"5849\":825.3,\"5850\":624.78,\"5851\":4232.4,\"5852\":427.44,\"5853\":914.46,\"5854\":14137.63,\"5855\":16176.9,\"5856\":7320.0,\"5857\":982.22,\"5858\":368.74,\"5859\":2538.6,\"5860\":105.6,\"5861\":325.16,\"5862\":29676.59,\"5863\":36067.06,\"5864\":null,\"5865\":1184074.6000000001,\"5866\":75955.31,\"5867\":119970.07,\"5868\":1605.0,\"5869\":686.4,\"5870\":1038.18,\"5871\":1193.4,\"5872\":774163.09,\"5873\":52087.06,\"5874\":534680.0600000001,\"5875\":null,\"5876\":154294.56,\"5877\":425365.07,\"5878\":142126.0,\"5879\":126543.35,\"5880\":2046.0,\"5881\":793.38,\"5882\":565.12,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":59595.15,\"5887\":161986.85,\"5888\":169269.45,\"5889\":null,\"5890\":null,\"5891\":128142.06,\"5892\":22058.3,\"5893\":45158.93,\"5894\":48630.09,\"5895\":667.08,\"5896\":152695.42,\"5897\":null,\"5898\":7942.0,\"5899\":2251.12,\"5900\":30008.09,\"5901\":31940.48,\"5902\":57659.54,\"5903\":null,\"5904\":16912.42,\"5905\":652.98,\"5906\":5410.8,\"5907\":0.6,\"5908\":9465.6,\"5909\":6727.05,\"5910\":287.89,\"5911\":4080.0,\"5912\":9204.61,\"5913\":1539.12,\"5914\":1661.0,\"5915\":108.61,\"5916\":7630.0,\"5917\":7240.0,\"5918\":2565.2,\"5919\":6506.72,\"5920\":15098.1,\"5921\":10153.09,\"5922\":10228.26,\"5923\":456.43,\"5924\":13076.9,\"5925\":12796.1,\"5926\":null,\"5927\":1291.2,\"5928\":14058.0,\"5929\":19740.17,\"5930\":19635.99,\"5931\":13082.94,\"5932\":6696.0,\"5933\":7595.5,\"5934\":1866.0,\"5935\":1730.96,\"5936\":null,\"5937\":2834.6,\"5938\":4952.0,\"5939\":308.71,\"5940\":2166.26,\"5941\":338.1,\"5942\":1942.0,\"5943\":1197.62,\"5944\":20045.79,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":768.24,\"5951\":264.44,\"5952\":513.6,\"5953\":null,\"5954\":null,\"5955\":454.08,\"5956\":null,\"5957\":2000.0,\"5958\":7618.3,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9750.78,\"5964\":null,\"5965\":null,\"5966\":1807.02,\"5967\":null,\"5968\":180593.7,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":1886.3,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4902.49,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":15253.69,\"5992\":15955.29,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":null,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1140.43,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":null,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":18771.98,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3023.93,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3872.0,\"6080\":2138.4,\"6081\":7141.2,\"6082\":397294.42,\"6083\":1692.0,\"6084\":2942.75,\"6085\":466.29,\"6086\":null,\"6087\":417.08,\"6088\":12881.0,\"6089\":13125.46,\"6090\":198.0,\"6091\":3082.03,\"6092\":1757.91,\"6093\":763.96,\"6094\":1903.5,\"6095\":816.0,\"6096\":15732.0,\"6097\":429418.15,\"6098\":503113.08,\"6099\":13064.0,\"6100\":820.05,\"6101\":9268.24,\"6102\":56648.52,\"6103\":6717.33,\"6104\":695.46,\"6105\":3699.52,\"6106\":965.14,\"6107\":11771.12,\"6108\":628.98,\"6109\":null,\"6110\":null,\"6111\":27456.68,\"6112\":8860.0,\"6113\":4362.4,\"6114\":939.79,\"6115\":253766.77,\"6116\":159851.64,\"6117\":5438.43,\"6118\":null,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":12621.82,\"6123\":317407.16,\"6124\":23558.72,\"6125\":18183.0,\"6126\":22757.4,\"6127\":11026.26,\"6128\":17027.03,\"6129\":null,\"6130\":1150.09,\"6131\":1325.34,\"6132\":null,\"6133\":559.33,\"6134\":152130.0,\"6135\":null,\"6136\":2111.63,\"6137\":744.03,\"6138\":463.32,\"6139\":33017.36,\"6140\":163513.63,\"6141\":4035.15,\"6142\":2210.4,\"6143\":938.25,\"6144\":865969.6,\"6145\":222990.29,\"6146\":480.0,\"6147\":11572.0,\"6148\":8364.77,\"6149\":825.44,\"6150\":null,\"6151\":652.76,\"6152\":14076.0,\"6153\":36726.17,\"6154\":69149.46,\"6155\":164328.93,\"6156\":null,\"6157\":null,\"6158\":454093.15,\"6159\":41793.31,\"6160\":8264.35,\"6161\":491.17,\"6162\":686.02,\"6163\":1203.3,\"6164\":80851.35,\"6165\":3041.71,\"6166\":529.06,\"6167\":754.74,\"6168\":504.87,\"6169\":4090.8,\"6170\":422.88,\"6171\":19286.67,\"6172\":1682.03,\"6173\":14021.41,\"6174\":null,\"6175\":15680.27,\"6176\":9993.6,\"6177\":null,\"6178\":381.81,\"6179\":2428.2,\"6180\":102.3,\"6181\":302.83,\"6182\":29106.42,\"6183\":42655.23,\"6184\":null,\"6185\":1168554.51,\"6186\":54352.05,\"6187\":121083.75,\"6188\":1603.5,\"6189\":639.32,\"6190\":1011.51,\"6191\":1155.6,\"6192\":772531.52,\"6193\":52275.47,\"6194\":534598.17,\"6195\":null,\"6196\":154081.62,\"6197\":426046.43,\"6198\":141683.64,\"6199\":124601.87,\"6200\":2057.0,\"6201\":792.82,\"6202\":600.45,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59718.79,\"6207\":158449.91,\"6208\":165147.65,\"6209\":296902.41,\"6210\":null,\"6211\":169996.19,\"6212\":22540.65,\"6213\":44797.95,\"6214\":48064.95,\"6215\":649.62,\"6216\":151292.63,\"6217\":1382.4,\"6218\":7447.0,\"6219\":2445.44,\"6220\":29753.52,\"6221\":32003.56,\"6222\":59263.06,\"6223\":19308.64,\"6224\":448.14,\"6225\":5414.4,\"6226\":3.0,\"6227\":9465.6,\"6228\":6554.96,\"6229\":287.3,\"6230\":4640.0,\"6231\":9354.89,\"6232\":1554.72,\"6233\":1545.72,\"6234\":155.36,\"6235\":16790.0,\"6236\":7750.0,\"6237\":2860.0,\"6238\":11428.07,\"6239\":15427.79,\"6240\":19231.48,\"6241\":19567.41,\"6242\":2491.13,\"6243\":13976.7,\"6244\":13676.3,\"6245\":null,\"6246\":null,\"6247\":12816.0,\"6248\":19740.16,\"6249\":19662.59,\"6250\":19593.98,\"6251\":7164.0,\"6252\":8157.5,\"6253\":4712.0,\"6254\":null,\"6255\":1441.2,\"6256\":null,\"6257\":3141.0,\"6258\":5429.0,\"6259\":308.71,\"6260\":2184.0,\"6261\":336.26,\"6262\":1945.0,\"6263\":1192.92,\"6264\":11784.93,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":null,\"6270\":757.02,\"6271\":null,\"6272\":532.4,\"6273\":1018.5,\"6274\":null,\"6275\":null,\"6276\":220.32,\"6277\":null,\"6278\":2000.0,\"6279\":5468.3,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3810.78,\"6285\":null,\"6286\":null,\"6287\":2665.57,\"6288\":null,\"6289\":198804.79,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":3640.21,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":3588.76,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19828.08,\"6313\":19921.15,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":2121.08,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5134.8,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":850.81,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3290.73,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3872.0,\"6400\":1815.0,\"6401\":7144.8,\"6402\":397609.66,\"6403\":1695.6,\"6404\":2942.13,\"6405\":706.42,\"6406\":null,\"6407\":418.18,\"6408\":11484.0,\"6409\":15655.14,\"6410\":211.2,\"6411\":3065.04,\"6412\":1749.33,\"6413\":762.3,\"6414\":1315.8,\"6415\":809.0,\"6416\":16564.0,\"6417\":156224.87,\"6418\":502867.83,\"6419\":10448.0,\"6420\":732.27,\"6421\":16701.81,\"6422\":48576.29,\"6423\":6666.0,\"6424\":652.63,\"6425\":3699.84,\"6426\":761.33,\"6427\":11754.28,\"6428\":521.84,\"6429\":null,\"6430\":null,\"6431\":26119.47,\"6432\":10242.0,\"6433\":5568.66,\"6434\":939.79,\"6435\":244902.47,\"6436\":158590.98,\"6437\":7241.39,\"6438\":402144.0,\"6439\":null,\"6440\":null,\"6441\":null,\"6442\":13600.24,\"6443\":320732.81,\"6444\":14243.0,\"6445\":16302.0,\"6446\":21800.84,\"6447\":10153.29,\"6448\":17213.77,\"6449\":104353.55,\"6450\":1126.49,\"6451\":2294.75,\"6452\":301.83,\"6453\":null,\"6454\":null,\"6455\":2275.85,\"6456\":740.0,\"6457\":458.43,\"6458\":37771.15,\"6459\":40499.27,\"6460\":52.76,\"6461\":2210.4,\"6462\":942.56,\"6463\":913067.6,\"6464\":598805.05,\"6465\":462.0,\"6466\":7521.8,\"6467\":6055.92,\"6468\":819.83,\"6469\":185850.0,\"6470\":608.29,\"6471\":15768.0,\"6472\":23265.64,\"6473\":69493.99,\"6474\":164795.66,\"6475\":null,\"6476\":595614.16,\"6477\":41217.19,\"6478\":8417.39,\"6479\":507.01,\"6480\":686.74,\"6481\":1039.95,\"6482\":80985.84,\"6483\":3052.04,\"6484\":531.07,\"6485\":704.52,\"6486\":454.76,\"6487\":5120.4,\"6488\":420.48,\"6489\":1374.28,\"6490\":14127.59,\"6491\":667.35,\"6492\":15733.92,\"6493\":8006.4,\"6494\":383.72,\"6495\":2539.2,\"6496\":99.0,\"6497\":280.24,\"6498\":29636.12,\"6499\":49054.76,\"6500\":null,\"6501\":null,\"6502\":26989.62,\"6503\":120093.97,\"6504\":1603.08,\"6505\":705.54,\"6506\":1827.73,\"6507\":1450.8,\"6508\":775502.34,\"6509\":52323.34,\"6510\":532265.6800000001,\"6511\":null,\"6512\":154569.26,\"6513\":425738.08,\"6514\":143009.36,\"6515\":125427.84,\"6516\":2058.0,\"6517\":788.62,\"6518\":613.68,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":78326.53,\"6523\":163575.52,\"6524\":169387.85,\"6525\":271286.93,\"6526\":850.13,\"6527\":230827.68,\"6528\":22603.18,\"6529\":45491.94,\"6530\":48042.53,\"6531\":647.28,\"6532\":151921.57,\"6533\":1008.39,\"6534\":8984.8,\"6535\":2525.68,\"6536\":25438.06,\"6537\":32166.45,\"6538\":58863.5,\"6539\":19561.09,\"6540\":656.4,\"6541\":5623.2,\"6542\":null,\"6543\":9465.6,\"6544\":6604.29,\"6545\":316.54,\"6546\":null,\"6547\":8320.0,\"6548\":9339.09,\"6549\":1544.52,\"6550\":1572.12,\"6551\":120.12,\"6552\":17045.0,\"6553\":7857.0,\"6554\":2519.0,\"6555\":6892.96,\"6556\":16574.68,\"6557\":18047.13,\"6558\":16553.11,\"6559\":2685.76,\"6560\":14035.2,\"6561\":13716.8,\"6562\":null,\"6563\":13302.0,\"6564\":19454.24,\"6565\":19460.25,\"6566\":19314.0,\"6567\":7754.4,\"6568\":461.0,\"6569\":7971.8,\"6570\":4870.0,\"6571\":null,\"6572\":1290.9,\"6573\":null,\"6574\":2748.7,\"6575\":4958.0,\"6576\":308.71,\"6577\":1960.06,\"6578\":335.11,\"6579\":2040.0,\"6580\":1112.47,\"6581\":11673.34,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":8.8,\"6587\":970.2,\"6588\":null,\"6589\":406.12,\"6590\":1063.8,\"6591\":null,\"6592\":null,\"6593\":197.76,\"6594\":null,\"6595\":2000.0,\"6596\":5399.9,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":9733.57,\"6602\":null,\"6603\":1001.0,\"6604\":null,\"6605\":3374.81,\"6606\":null,\"6607\":198889.29,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":5975.15,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5862.21,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19170.09,\"6631\":19936.26,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2052.93,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5615.5,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":25.58,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1566.88,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3872.0,\"6718\":null,\"6719\":7150.8,\"6720\":397007.51,\"6721\":1857.6,\"6722\":3841.33,\"6723\":710.6,\"6724\":66.97,\"6725\":null,\"6726\":417.73,\"6727\":12848.0,\"6728\":16722.29,\"6729\":204.6,\"6730\":2985.84,\"6731\":1736.13,\"6732\":761.89,\"6733\":1423.8,\"6734\":1855.0,\"6735\":17684.0,\"6736\":259620.6,\"6737\":501177.15,\"6738\":12608.0,\"6739\":923.01,\"6740\":13664.2,\"6741\":48237.82,\"6742\":7304.0,\"6743\":682.24,\"6744\":3699.52,\"6745\":804.16,\"6746\":12231.67,\"6747\":566.94,\"6748\":null,\"6749\":null,\"6750\":28065.69,\"6751\":6286.0,\"6752\":5334.29,\"6753\":939.79,\"6754\":248852.2,\"6755\":159760.0,\"6756\":6538.7,\"6757\":412800.0,\"6758\":511620.0,\"6759\":null,\"6760\":null,\"6761\":14599.34,\"6762\":341084.43,\"6763\":16920.62,\"6764\":17157.8,\"6765\":23550.98,\"6766\":11975.08,\"6767\":17002.02,\"6768\":null,\"6769\":1240.14,\"6770\":1761.82,\"6771\":561.96,\"6772\":188485.0,\"6773\":null,\"6774\":2079.55,\"6775\":737.14,\"6776\":454.88,\"6777\":49506.91,\"6778\":90575.79,\"6779\":3389.79,\"6780\":2210.4,\"6781\":null,\"6782\":928.02,\"6783\":924133.05,\"6784\":400667.99,\"6785\":546.0,\"6786\":7510.8,\"6787\":2246.08,\"6788\":807.92,\"6789\":null,\"6790\":605.57,\"6791\":14976.0,\"6792\":574.99,\"6793\":69490.59,\"6794\":164749.48,\"6795\":null,\"6796\":null,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":40583.42,\"6801\":7958.26,\"6802\":481.67,\"6803\":686.41,\"6804\":1124.7,\"6805\":80988.41,\"6806\":2206.83,\"6807\":525.43,\"6808\":746.1,\"6809\":622.0,\"6810\":4507.2,\"6811\":424.92,\"6812\":1466.52,\"6813\":19099.11,\"6814\":1132.2,\"6815\":19882.81,\"6816\":4804.8,\"6817\":371.32,\"6818\":2491.2,\"6819\":102.3,\"6820\":324.21,\"6821\":29665.48,\"6822\":49009.86,\"6823\":null,\"6824\":null,\"6825\":4397.9,\"6826\":121017.3,\"6827\":1551.36,\"6828\":848.32,\"6829\":2097.1,\"6830\":1157.4,\"6831\":50463.54,\"6832\":773236.02,\"6833\":52551.49,\"6834\":532751.77,\"6835\":2560.82,\"6836\":116270.0,\"6837\":154441.85,\"6838\":425729.05,\"6839\":141933.75,\"6840\":124810.27,\"6841\":2056.0,\"6842\":789.6,\"6843\":609.78,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":77333.03,\"6848\":163610.27,\"6849\":170549.65,\"6850\":null,\"6851\":null,\"6852\":230427.74,\"6853\":22546.59,\"6854\":45581.69,\"6855\":48067.69,\"6856\":647.73,\"6857\":150472.2,\"6858\":916.17,\"6859\":6749.6,\"6860\":2653.09,\"6861\":30742.21,\"6862\":32344.4,\"6863\":58402.99,\"6864\":19579.69,\"6865\":655.5,\"6866\":5623.2,\"6867\":null,\"6868\":289.8,\"6869\":9465.6,\"6870\":6574.92,\"6871\":308.15,\"6872\":null,\"6873\":7200.0,\"6874\":9334.06,\"6875\":1624.08,\"6876\":1693.56,\"6877\":130.42,\"6878\":2.4,\"6879\":16899.0,\"6880\":8060.0,\"6881\":2675.2,\"6882\":5904.79,\"6883\":15869.99,\"6884\":19541.38,\"6885\":19859.54,\"6886\":2586.17,\"6887\":15655.7,\"6888\":15316.9,\"6889\":null,\"6890\":12834.0,\"6891\":19415.65,\"6892\":19527.09,\"6893\":19284.65,\"6894\":5626.8,\"6895\":439.1,\"6896\":10736.4,\"6897\":4760.0,\"6898\":1246.0,\"6899\":null,\"6900\":3115.9,\"6901\":5660.0,\"6902\":308.71,\"6903\":2208.34,\"6904\":334.42,\"6905\":1963.0,\"6906\":750.85,\"6907\":11133.5,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":927.96,\"6914\":290.4,\"6915\":470.1,\"6916\":null,\"6917\":null,\"6918\":158.88,\"6919\":null,\"6920\":2000.0,\"6921\":5252.6,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":9102.26,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":8819.61,\"6931\":null,\"6932\":198529.55,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":9752.45,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":6022.18,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19869.63,\"6956\":19924.53,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1686.58,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5538.5,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":120.94,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3820.67,\"7042\":1914.0,\"7043\":7167.6,\"7044\":287359.62,\"7045\":1857.6,\"7046\":3574.69,\"7047\":711.15,\"7048\":5.98,\"7049\":418.06,\"7050\":12540.0,\"7051\":8452.3,\"7052\":191.4,\"7053\":3049.86,\"7054\":1750.65,\"7055\":741.24,\"7056\":1599.3,\"7057\":2231.0,\"7058\":17108.0,\"7059\":322172.63,\"7060\":500250.52,\"7061\":13128.0,\"7062\":1638.45,\"7063\":17578.37,\"7064\":51055.33,\"7065\":8147.33,\"7066\":819.95,\"7067\":3699.2,\"7068\":952.46,\"7069\":13214.43,\"7070\":633.16,\"7071\":null,\"7072\":null,\"7073\":25909.26,\"7074\":9215.0,\"7075\":6068.38,\"7076\":939.79,\"7077\":245863.09,\"7078\":159104.63,\"7079\":7557.62,\"7080\":10704.0,\"7081\":null,\"7082\":null,\"7083\":null,\"7084\":28718.04,\"7085\":32832.61,\"7086\":23604.3,\"7087\":12232.0,\"7088\":23256.26,\"7089\":10054.92,\"7090\":16739.11,\"7091\":171141.95,\"7092\":1372.2,\"7093\":1502.95,\"7094\":545.33,\"7095\":305525.01,\"7096\":null,\"7097\":2140.38,\"7098\":743.64,\"7099\":353.71,\"7100\":35392.91,\"7101\":163077.58,\"7102\":null,\"7103\":1912.8,\"7104\":941.99,\"7105\":1015764.2,\"7106\":0.01,\"7107\":666.0,\"7108\":7977.2,\"7109\":6579.05,\"7110\":807.92,\"7111\":206810.0,\"7112\":631.49,\"7113\":16272.0,\"7114\":null,\"7115\":35027.96,\"7116\":69380.18,\"7117\":164989.74,\"7118\":null,\"7119\":404294.0,\"7120\":40315.82,\"7121\":7805.22,\"7122\":474.67,\"7123\":669.6,\"7124\":991.2,\"7125\":80840.11,\"7126\":2203.39,\"7127\":480.25,\"7128\":null,\"7129\":606.13,\"7130\":4171.2,\"7131\":426.72,\"7132\":1670.6,\"7133\":19052.48,\"7134\":null,\"7135\":18384.28,\"7136\":6638.4,\"7137\":378.05,\"7138\":2476.2,\"7139\":234.3,\"7140\":306.32,\"7141\":29201.11,\"7142\":50168.66,\"7143\":null,\"7144\":807711.72,\"7145\":388.41,\"7146\":119208.81,\"7147\":1550.34,\"7148\":686.84,\"7149\":1921.14,\"7150\":1567.8,\"7151\":33048.36,\"7152\":776552.62,\"7153\":51685.41,\"7154\":532009.77,\"7155\":null,\"7156\":null,\"7157\":154081.38,\"7158\":423319.8,\"7159\":143549.44,\"7160\":72492.98,\"7161\":2051.0,\"7162\":790.72,\"7163\":2061.95,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64635.98,\"7168\":162895.7,\"7169\":170973.3,\"7170\":267270.47,\"7171\":1786.21,\"7172\":null,\"7173\":22574.58,\"7174\":45476.31,\"7175\":48228.78,\"7176\":645.21,\"7177\":151021.46,\"7178\":963.36,\"7179\":11.0,\"7180\":2974.71,\"7181\":29845.12,\"7182\":31547.33,\"7183\":58780.02,\"7184\":15259.85,\"7185\":15166.06,\"7186\":654.0,\"7187\":5623.2,\"7188\":null,\"7189\":9465.6,\"7190\":6770.94,\"7191\":326.9,\"7192\":8080.0,\"7193\":9496.14,\"7194\":1017.48,\"7195\":1711.6,\"7196\":119.99,\"7197\":null,\"7198\":10601.0,\"7199\":9854.0,\"7200\":2558.6,\"7201\":6769.69,\"7202\":16430.93,\"7203\":11473.21,\"7204\":12064.96,\"7205\":3150.84,\"7206\":13447.3,\"7207\":13158.9,\"7208\":null,\"7209\":11466.0,\"7210\":19743.96,\"7211\":18951.01,\"7212\":19588.34,\"7213\":6523.2,\"7214\":443.0,\"7215\":10182.2,\"7216\":9954.0,\"7217\":1523.46,\"7218\":2258.6,\"7219\":null,\"7220\":3151.3,\"7221\":5487.0,\"7222\":308.71,\"7223\":1523.83,\"7224\":333.96,\"7225\":1913.0,\"7226\":1353.65,\"7227\":12055.25,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":null,\"7233\":807.18,\"7234\":359.48,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":null,\"7239\":null,\"7240\":2000.0,\"7241\":5095.5,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4488.0,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":6281.39,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":6444.15,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3445.03,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19833.63,\"7276\":19936.92,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1316.26,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5633.1,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":37.93,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3868.33,\"7363\":2230.8,\"7364\":7172.4,\"7365\":127774.78,\"7366\":1854.0,\"7367\":3644.28,\"7368\":709.83,\"7369\":51.39,\"7370\":431.02,\"7371\":12584.0,\"7372\":15846.59,\"7373\":204.6,\"7374\":2173.71,\"7375\":1746.69,\"7376\":767.52,\"7377\":1696.5,\"7378\":2099.0,\"7379\":15148.0,\"7380\":60515.63,\"7381\":502491.27,\"7382\":15144.0,\"7383\":1102.53,\"7384\":14010.7,\"7385\":52475.33,\"7386\":8052.0,\"7387\":1190.25,\"7388\":3698.24,\"7389\":883.24,\"7390\":20134.13,\"7391\":614.68,\"7392\":null,\"7393\":null,\"7394\":27089.73,\"7395\":6624.0,\"7396\":5012.49,\"7397\":939.79,\"7398\":245882.8,\"7399\":158764.98,\"7400\":6181.15,\"7401\":508900.0,\"7402\":null,\"7403\":16279.5,\"7404\":32550.36,\"7405\":15864.02,\"7406\":18367.8,\"7407\":23986.59,\"7408\":11036.46,\"7409\":16623.29,\"7410\":171119.84,\"7411\":1432.65,\"7412\":1671.96,\"7413\":544.58,\"7414\":null,\"7415\":null,\"7416\":2333.58,\"7417\":744.33,\"7418\":400.57,\"7419\":47086.87,\"7420\":90984.61,\"7421\":1355.03,\"7422\":1895.4,\"7423\":854.89,\"7424\":1082861.4199999999,\"7425\":0.07,\"7426\":558.0,\"7427\":6932.2,\"7428\":7571.96,\"7429\":820.6,\"7430\":206500.0,\"7431\":642.43,\"7432\":16236.0,\"7433\":35730.68,\"7434\":69293.96,\"7435\":164811.37,\"7436\":null,\"7437\":329142.34,\"7438\":null,\"7439\":null,\"7440\":8264.35,\"7441\":502.52,\"7442\":696.24,\"7443\":1493.55,\"7444\":80950.14,\"7445\":2206.83,\"7446\":531.1,\"7447\":676.8,\"7448\":631.78,\"7449\":3856.8,\"7450\":426.36,\"7451\":1496.51,\"7452\":19154.35,\"7453\":3726.0,\"7454\":19779.31,\"7455\":6984.0,\"7456\":383.13,\"7457\":2529.6,\"7458\":237.6,\"7459\":339.21,\"7460\":29682.99,\"7461\":47998.0,\"7462\":null,\"7463\":842858.3,\"7464\":null,\"7465\":810568.38,\"7466\":1606.08,\"7467\":713.68,\"7468\":1475.39,\"7469\":988.2,\"7470\":null,\"7471\":437357.33,\"7472\":406204.15,\"7473\":134940.0,\"7474\":65624.91,\"7475\":null,\"7476\":141827.63,\"7477\":73270.78,\"7478\":2048.0,\"7479\":791.42,\"7480\":2044.55,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54912.75,\"7485\":159292.32,\"7486\":164196.75,\"7487\":null,\"7488\":null,\"7489\":null,\"7490\":22581.83,\"7491\":45529.16,\"7492\":48267.27,\"7493\":644.31,\"7494\":152344.84,\"7495\":794.61,\"7496\":9904.4,\"7497\":2710.25,\"7498\":30203.17,\"7499\":31734.2,\"7500\":58863.33,\"7501\":57602.37,\"7502\":19633.21,\"7503\":652.83,\"7504\":6001.2,\"7505\":null,\"7506\":9465.6,\"7507\":6770.61,\"7508\":335.02,\"7509\":1874.84,\"7510\":7600.0,\"7511\":9498.11,\"7512\":1629.0,\"7513\":1800.48,\"7514\":112.99,\"7515\":9237.0,\"7516\":7650.0,\"7517\":2534.4,\"7518\":5910.24,\"7519\":16475.95,\"7520\":13503.34,\"7521\":14105.32,\"7522\":943.8,\"7523\":15468.6,\"7524\":15139.7,\"7525\":null,\"7526\":13428.0,\"7527\":19629.88,\"7528\":18594.93,\"7529\":19475.63,\"7530\":4496.4,\"7531\":545.0,\"7532\":9053.2,\"7533\":8054.0,\"7534\":0.96,\"7535\":1480.9,\"7536\":null,\"7537\":2846.8,\"7538\":6667.0,\"7539\":308.71,\"7540\":1510.69,\"7541\":331.89,\"7542\":1867.0,\"7543\":1327.47,\"7544\":14353.12,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":63.07,\"7550\":786.06,\"7551\":377.52,\"7552\":null,\"7553\":null,\"7554\":181.92,\"7555\":null,\"7556\":2000.0,\"7557\":5889.4,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":7148.27,\"7566\":null,\"7567\":98522.04,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":7375.62,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":3656.46,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19877.6,\"7591\":19932.97,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1898.22,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":187.39,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":4408.53,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3864.67,\"7679\":2145.0,\"7680\":7167.6,\"7681\":400161.12,\"7682\":2498.4,\"7683\":3474.07,\"7684\":709.06,\"7685\":16.54,\"7686\":null,\"7687\":430.8,\"7688\":12496.0,\"7689\":15105.47,\"7690\":null,\"7691\":2167.6,\"7692\":1787.61,\"7693\":725.0,\"7694\":1671.3,\"7695\":1241.0,\"7696\":16136.0,\"7697\":60553.4,\"7698\":502286.41,\"7699\":13632.0,\"7700\":588.39,\"7701\":16999.63,\"7702\":32162.22,\"7703\":8140.0,\"7704\":1002.8,\"7705\":3698.56,\"7706\":869.34,\"7707\":14708.6,\"7708\":613.8,\"7709\":null,\"7710\":null,\"7711\":25128.39,\"7712\":8180.0,\"7713\":4526.93,\"7714\":939.79,\"7715\":245321.58,\"7716\":158201.17,\"7717\":5618.58,\"7718\":null,\"7719\":null,\"7720\":14262.99,\"7721\":395755.04,\"7722\":23729.9,\"7723\":18576.8,\"7724\":24076.97,\"7725\":10253.33,\"7726\":17298.5,\"7727\":169202.89,\"7728\":1369.51,\"7729\":1470.71,\"7730\":551.96,\"7731\":null,\"7732\":null,\"7733\":2190.64,\"7734\":736.35,\"7735\":435.96,\"7736\":33137.28,\"7737\":90403.86,\"7738\":622.78,\"7739\":1907.4,\"7740\":null,\"7741\":857.42,\"7742\":1064889.4199999999,\"7743\":599854.86,\"7744\":492.0,\"7745\":7783.6,\"7746\":7524.76,\"7747\":828.3,\"7748\":205000.0,\"7749\":627.77,\"7750\":13896.0,\"7751\":34918.87,\"7752\":69341.14,\"7753\":164689.32,\"7754\":3034.5,\"7755\":403650.0,\"7756\":null,\"7757\":40146.31,\"7758\":9029.57,\"7759\":508.99,\"7760\":493.67,\"7761\":823.95,\"7762\":173542.93,\"7763\":2208.56,\"7764\":538.23,\"7765\":969.12,\"7766\":551.24,\"7767\":3908.4,\"7768\":425.4,\"7769\":19294.0,\"7770\":1323.72,\"7771\":19214.61,\"7772\":4233.6,\"7773\":17726.45,\"7774\":6609.6,\"7775\":378.51,\"7776\":1363.11,\"7777\":237.6,\"7778\":305.32,\"7779\":29487.41,\"7780\":46568.91,\"7781\":null,\"7782\":889283.5699999999,\"7783\":null,\"7784\":222057.26,\"7785\":1610.88,\"7786\":659.34,\"7787\":1447.39,\"7788\":1132.2,\"7789\":722119.52,\"7790\":179329.89,\"7791\":null,\"7792\":null,\"7793\":143696.01,\"7794\":120174.17,\"7795\":2041.0,\"7796\":791.14,\"7797\":2109.52,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55113.21,\"7802\":154339.55,\"7803\":162335.65,\"7804\":null,\"7805\":22626.17,\"7806\":45246.66,\"7807\":48335.39,\"7808\":646.2,\"7809\":152697.61,\"7810\":777.58,\"7811\":9132.2,\"7812\":2901.7,\"7813\":30159.0,\"7814\":null,\"7815\":58068.8,\"7816\":58312.25,\"7817\":19317.5,\"7818\":652.17,\"7819\":13680.0,\"7820\":null,\"7821\":9465.6,\"7822\":6812.36,\"7823\":382.21,\"7824\":820.1,\"7825\":5920.0,\"7826\":4950.24,\"7827\":1620.84,\"7828\":1729.2,\"7829\":127.64,\"7830\":16947.0,\"7831\":14110.0,\"7832\":4433.0,\"7833\":17219.09,\"7834\":16657.67,\"7835\":10808.56,\"7836\":11517.39,\"7837\":1802.68,\"7838\":17430.9,\"7839\":17052.5,\"7840\":null,\"7841\":12366.0,\"7842\":19393.32,\"7843\":19401.56,\"7844\":19256.26,\"7845\":2530.8,\"7846\":432.5,\"7847\":10159.0,\"7848\":4810.0,\"7849\":null,\"7850\":1675.4,\"7851\":null,\"7852\":2827.6,\"7853\":5941.0,\"7854\":308.71,\"7855\":2036.66,\"7856\":501.63,\"7857\":1917.0,\"7858\":1406.82,\"7859\":18115.72,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":null,\"7865\":838.2,\"7866\":278.52,\"7867\":920.7,\"7868\":null,\"7869\":null,\"7870\":null,\"7871\":null,\"7872\":2000.0,\"7873\":6996.7,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4212.52,\"7879\":null,\"7880\":null,\"7881\":4688.43,\"7882\":null,\"7883\":105474.68,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":6247.16,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":3538.19,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19944.79,\"7905\":19934.28,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":3.15,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1323.19,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":11005.59,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":373.75,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3864.67,\"7993\":null,\"7994\":7168.8,\"7995\":189530.29,\"7996\":10587.6,\"7997\":6912.07,\"7998\":708.73,\"7999\":null,\"8000\":null,\"8001\":431.3,\"8002\":12617.0,\"8003\":17901.21,\"8004\":null,\"8005\":2100.61,\"8006\":1714.02,\"8007\":720.58,\"8008\":1683.0,\"8009\":812.0,\"8010\":17076.0,\"8011\":60585.06,\"8012\":500321.38,\"8013\":12984.0,\"8014\":724.35,\"8015\":12032.11,\"8016\":60108.6,\"8017\":6721.0,\"8018\":1097.96,\"8019\":3698.88,\"8020\":843.18,\"8021\":12787.78,\"8022\":472.34,\"8023\":null,\"8024\":null,\"8025\":28011.82,\"8026\":9678.0,\"8027\":9898.38,\"8028\":938.8,\"8029\":245419.81,\"8030\":158047.44,\"8031\":9859.27,\"8032\":407110.0,\"8033\":140231.47,\"8034\":null,\"8035\":49810.84,\"8036\":395783.64,\"8037\":19085.32,\"8038\":18543.8,\"8039\":17019.94,\"8040\":13002.66,\"8041\":18689.29,\"8042\":170387.36,\"8043\":1162.93,\"8044\":1372.88,\"8045\":552.5,\"8046\":null,\"8047\":null,\"8048\":734.19,\"8049\":408.37,\"8050\":29042.22,\"8051\":90478.26,\"8052\":4076.89,\"8053\":1879.2,\"8054\":15270.2,\"8055\":870.51,\"8056\":1140846.96,\"8057\":602547.63,\"8058\":552.0,\"8059\":10100.2,\"8060\":7538.27,\"8061\":828.08,\"8062\":205100.0,\"8063\":600.24,\"8064\":14688.0,\"8065\":35434.13,\"8066\":69336.03,\"8067\":164283.66,\"8068\":null,\"8069\":null,\"8070\":587228.35,\"8071\":40141.39,\"8072\":7805.22,\"8073\":null,\"8074\":681.91,\"8075\":825.3,\"8076\":347638.42,\"8077\":2220.61,\"8078\":527.6,\"8079\":829.8,\"8080\":575.08,\"8081\":5284.8,\"8082\":412.44,\"8083\":1068.95,\"8084\":19421.93,\"8085\":3714.75,\"8086\":17939.41,\"8087\":4848.0,\"8088\":365.77,\"8089\":2308.8,\"8090\":264.0,\"8091\":323.43,\"8092\":29644.4,\"8093\":46948.97,\"8094\":null,\"8095\":1038604.78,\"8096\":null,\"8097\":120231.47,\"8098\":1424.4,\"8099\":740.52,\"8100\":2091.8,\"8101\":1036.8,\"8102\":500381.64,\"8103\":405877.97,\"8104\":142868.9,\"8105\":115730.62,\"8106\":2042.0,\"8107\":791.42,\"8108\":1439.61,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":54829.94,\"8113\":157245.63,\"8114\":162700.1,\"8115\":null,\"8116\":null,\"8117\":30200.42,\"8118\":45227.04,\"8119\":49127.52,\"8120\":404.88,\"8121\":151872.63,\"8122\":910.47,\"8123\":8762.6,\"8124\":2882.08,\"8125\":30368.44,\"8126\":48949.17,\"8127\":57696.99,\"8128\":19312.78,\"8129\":654.09,\"8130\":11552.4,\"8131\":null,\"8132\":9465.6,\"8133\":6773.42,\"8134\":347.03,\"8135\":391.11,\"8136\":8000.0,\"8137\":4940.42,\"8138\":1702.2,\"8139\":null,\"8140\":119.86,\"8141\":14357.0,\"8142\":10327.0,\"8143\":2851.2,\"8144\":14816.4,\"8145\":16120.53,\"8146\":11291.1,\"8147\":11924.3,\"8148\":1241.97,\"8149\":14190.3,\"8150\":13886.2,\"8151\":null,\"8152\":12996.0,\"8153\":19579.41,\"8154\":19505.04,\"8155\":19443.36,\"8156\":7128.0,\"8157\":497.6,\"8158\":10205.5,\"8159\":4830.0,\"8160\":1785.9,\"8161\":null,\"8162\":3244.5,\"8163\":5413.0,\"8164\":308.71,\"8165\":2121.1,\"8166\":331.89,\"8167\":2752.0,\"8168\":400.67,\"8169\":14374.48,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":768.24,\"8176\":null,\"8177\":320.76,\"8178\":657.0,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5733.6,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":4571.49,\"8193\":null,\"8194\":103308.04,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":4889.28,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3574.46,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19942.03,\"8218\":19938.03,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1367.36,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":9907.45,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1435.78,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3861.0,\"8305\":2494.8,\"8306\":7174.8,\"8307\":248906.22,\"8308\":8391.6,\"8309\":5567.08,\"8310\":713.13,\"8311\":null,\"8312\":null,\"8313\":431.38,\"8314\":12529.0,\"8315\":17220.37,\"8316\":191.4,\"8317\":2119.26,\"8318\":1750.98,\"8319\":770.53,\"8320\":1838.7,\"8321\":811.0,\"8322\":16448.0,\"8323\":60622.96,\"8324\":504366.61,\"8325\":12992.0,\"8326\":659.67,\"8327\":17501.7,\"8328\":38755.73,\"8329\":6739.33,\"8330\":976.93,\"8331\":3700.16,\"8332\":926.52,\"8333\":18150.38,\"8334\":493.68,\"8335\":null,\"8336\":null,\"8337\":26042.97,\"8338\":7412.0,\"8339\":9602.73,\"8340\":942.77,\"8341\":245686.09,\"8342\":158064.94,\"8343\":9491.21,\"8344\":509470.0,\"8345\":31222.45,\"8346\":null,\"8347\":27509.29,\"8348\":395863.04,\"8349\":19703.27,\"8350\":18774.8,\"8351\":null,\"8352\":10885.96,\"8353\":16837.81,\"8354\":91513.04,\"8355\":1349.02,\"8356\":1881.09,\"8357\":542.83,\"8358\":null,\"8359\":2325.99,\"8360\":725.23,\"8361\":427.24,\"8362\":38291.04,\"8363\":90473.53,\"8364\":3877.26,\"8365\":2145.6,\"8366\":14740.0,\"8367\":860.48,\"8368\":1160528.2,\"8369\":599084.88,\"8370\":348.0,\"8371\":10340.0,\"8372\":5895.17,\"8373\":825.77,\"8374\":205140.0,\"8375\":572.84,\"8376\":13320.0,\"8377\":34706.82,\"8378\":69516.94,\"8379\":164785.45,\"8380\":null,\"8381\":577860.67,\"8382\":39872.4,\"8383\":8111.3,\"8384\":503.71,\"8385\":688.72,\"8386\":1104.3,\"8387\":335490.64,\"8388\":2222.33,\"8389\":527.6,\"8390\":950.58,\"8391\":1108.52,\"8392\":4694.4,\"8393\":411.6,\"8394\":1939.98,\"8395\":19546.76,\"8396\":4359.15,\"8397\":19971.66,\"8398\":6441.6,\"8399\":363.46,\"8400\":2608.2,\"8401\":260.7,\"8402\":259.42,\"8403\":29691.46,\"8404\":50204.65,\"8405\":null,\"8406\":1143518.3899999999,\"8407\":null,\"8408\":464725.05,\"8409\":1615.98,\"8410\":578.16,\"8411\":1277.63,\"8412\":984.6,\"8413\":null,\"8414\":339449.83,\"8415\":66569.03,\"8416\":159229.35,\"8417\":143768.12,\"8418\":119729.33,\"8419\":2063.0,\"8420\":790.44,\"8421\":3387.39,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":153604.75,\"8426\":169904.0,\"8427\":9435.5,\"8428\":22401.19,\"8429\":45219.82,\"8430\":47789.9,\"8431\":585.45,\"8432\":151768.88,\"8433\":924.62,\"8434\":5682.6,\"8435\":2790.02,\"8436\":28083.0,\"8437\":48811.35,\"8438\":56420.96,\"8439\":19307.98,\"8440\":653.28,\"8441\":10036.8,\"8442\":87.0,\"8443\":9465.6,\"8444\":6778.37,\"8445\":347.16,\"8446\":null,\"8447\":4880.0,\"8448\":9517.99,\"8449\":1677.72,\"8450\":1686.08,\"8451\":155.36,\"8452\":274.8,\"8453\":10199.0,\"8454\":19514.0,\"8455\":3456.2,\"8456\":19386.55,\"8457\":16440.87,\"8458\":12983.99,\"8459\":13627.98,\"8460\":1235.96,\"8461\":13118.2,\"8462\":12832.7,\"8463\":null,\"8464\":null,\"8465\":19595.01,\"8466\":19527.05,\"8467\":19456.18,\"8468\":4428.0,\"8469\":593.2,\"8470\":null,\"8471\":1984.0,\"8472\":1388.0,\"8473\":null,\"8474\":3312.8,\"8475\":5966.0,\"8476\":308.71,\"8477\":2220.94,\"8478\":328.44,\"8479\":2251.0,\"8480\":1385.33,\"8481\":12929.56,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":null,\"8487\":754.38,\"8488\":null,\"8489\":355.08,\"8490\":833.4,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5428.5,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4901.22,\"8501\":null,\"8502\":null,\"8503\":null,\"8504\":null,\"8505\":103543.41,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":5779.46,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":1169.69,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19958.01,\"8529\":19947.46,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":0.15,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1332.93,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5527.5,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":1629.74,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":4480.4,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":null,\"8618\":7194.0,\"8619\":398747.42,\"8620\":5878.8,\"8621\":4438.46,\"8622\":708.4,\"8623\":33.79,\"8624\":null,\"8625\":431.87,\"8626\":13013.0,\"8627\":15425.33,\"8628\":184.8,\"8629\":2155.89,\"8630\":1704.45,\"8631\":770.89,\"8632\":4440.6,\"8633\":807.0,\"8634\":16384.0,\"8635\":60656.45,\"8636\":503238.84,\"8637\":12704.0,\"8638\":757.02,\"8639\":17281.25,\"8640\":36875.88,\"8641\":7912.67,\"8642\":942.99,\"8643\":3700.8,\"8644\":850.38,\"8645\":15975.9,\"8646\":634.7,\"8647\":20487.23,\"8648\":null,\"8649\":26282.95,\"8650\":9129.0,\"8651\":5710.78,\"8652\":942.77,\"8653\":248688.41,\"8654\":158918.5,\"8655\":6605.83,\"8656\":510760.0,\"8657\":null,\"8658\":null,\"8659\":17575.38,\"8660\":395712.83,\"8661\":17084.36,\"8662\":null,\"8663\":null,\"8664\":12863.53,\"8665\":17887.83,\"8666\":170295.99,\"8667\":1168.31,\"8668\":1325.54,\"8669\":557.08,\"8670\":null,\"8671\":2463.3,\"8672\":723.66,\"8673\":412.15,\"8674\":31468.97,\"8675\":null,\"8676\":4196.19,\"8677\":1930.2,\"8678\":14597.0,\"8679\":874.25,\"8680\":1115644.76,\"8681\":531772.0699999999,\"8682\":402.0,\"8683\":6958.6,\"8684\":7615.41,\"8685\":827.2,\"8686\":205070.0,\"8687\":613.22,\"8688\":12996.0,\"8689\":35642.73,\"8690\":69511.07,\"8691\":164838.31,\"8692\":405214.0,\"8693\":562879.16,\"8694\":null,\"8695\":null,\"8696\":8111.3,\"8697\":532.49,\"8698\":689.83,\"8699\":1644.15,\"8700\":308941.79,\"8701\":2220.61,\"8702\":523.58,\"8703\":939.06,\"8704\":512.3,\"8705\":9184.8,\"8706\":411.96,\"8707\":2011.44,\"8708\":19379.61,\"8709\":3894.3,\"8710\":19796.28,\"8711\":9110.4,\"8712\":372.83,\"8713\":2347.2,\"8714\":260.7,\"8715\":274.74,\"8716\":29732.87,\"8717\":50018.07,\"8718\":null,\"8719\":237108.38,\"8720\":null,\"8721\":525107.5699999999,\"8722\":1612.2,\"8723\":720.72,\"8724\":1199.78,\"8725\":1015.2,\"8726\":508034.56,\"8727\":67076.8,\"8728\":217603.41,\"8729\":143298.01,\"8730\":116926.18,\"8731\":2064.0,\"8732\":790.58,\"8733\":3330.19,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":154407.83,\"8738\":165693.4,\"8739\":19823.68,\"8740\":null,\"8741\":22455.08,\"8742\":45344.36,\"8743\":47914.5,\"8744\":658.32,\"8745\":152986.25,\"8746\":886.02,\"8747\":null,\"8748\":2753.18,\"8749\":30070.05,\"8750\":58266.99,\"8751\":null,\"8752\":19320.63,\"8753\":652.86,\"8754\":10033.2,\"8755\":573.0,\"8756\":9465.6,\"8757\":6755.93,\"8758\":363.13,\"8759\":348.33,\"8760\":6240.0,\"8761\":9507.34,\"8762\":1570.2,\"8763\":1805.32,\"8764\":125.8,\"8765\":null,\"8766\":9263.0,\"8767\":13534.0,\"8768\":3370.4,\"8769\":15247.84,\"8770\":15227.8,\"8771\":10229.31,\"8772\":10225.77,\"8773\":735.24,\"8774\":13180.9,\"8775\":12899.6,\"8776\":null,\"8777\":19747.53,\"8778\":19313.2,\"8779\":19610.78,\"8780\":7074.0,\"8781\":574.2,\"8782\":2197.7,\"8783\":8652.0,\"8784\":1659.0,\"8785\":null,\"8786\":5434.0,\"8787\":5901.0,\"8788\":308.71,\"8789\":2164.86,\"8790\":327.29,\"8791\":2300.0,\"8792\":1382.82,\"8793\":13747.08,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":557.33,\"8799\":739.86,\"8800\":null,\"8801\":486.64,\"8802\":820.5,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5612.6,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3891.13,\"8813\":null,\"8814\":null,\"8815\":2065.93,\"8816\":null,\"8817\":132178.62,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":3811.42,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19877.99,\"8841\":19943.26,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1244.54,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2066.55,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3861.0,\"8929\":2435.4,\"8930\":7221.6,\"8931\":221442.69,\"8932\":10101.6,\"8933\":4931.15,\"8934\":707.74,\"8935\":33.88,\"8936\":null,\"8937\":429.4,\"8938\":13464.0,\"8939\":19621.49,\"8940\":184.8,\"8941\":2162.82,\"8942\":1747.35,\"8943\":793.98,\"8944\":null,\"8945\":807.0,\"8946\":18324.0,\"8947\":230816.43,\"8948\":501276.27,\"8949\":14120.0,\"8950\":1150.05,\"8951\":11141.55,\"8952\":32738.62,\"8953\":8147.33,\"8954\":453.68,\"8955\":3700.8,\"8956\":867.37,\"8957\":29083.21,\"8958\":604.78,\"8959\":null,\"8960\":null,\"8961\":29056.29,\"8962\":6201.0,\"8963\":4732.51,\"8964\":942.77,\"8965\":246608.29,\"8966\":null,\"8967\":5899.88,\"8968\":504490.0,\"8969\":null,\"8970\":null,\"8971\":17639.33,\"8972\":395842.16,\"8973\":14543.17,\"8974\":14762.0,\"8975\":892.31,\"8976\":12527.0,\"8977\":12293.35,\"8978\":146500.06,\"8979\":1383.38,\"8980\":1500.33,\"8981\":548.83,\"8982\":null,\"8983\":null,\"8984\":2516.09,\"8985\":725.92,\"8986\":459.4,\"8987\":70477.6,\"8988\":4228.74,\"8989\":2758.8,\"8990\":null,\"8991\":888.36,\"8992\":1169995.1599999999,\"8993\":600281.1800000001,\"8994\":552.0,\"8995\":6892.6,\"8996\":7586.3,\"8997\":817.74,\"8998\":177730.0,\"8999\":531.0,\"9000\":14904.0,\"9001\":40422.14,\"9002\":64728.0,\"9003\":164718.32,\"9004\":39.0,\"9005\":402408.0,\"9006\":null,\"9007\":38982.09,\"9008\":2448.7,\"9009\":600.34,\"9010\":694.3,\"9011\":2386.8,\"9012\":81130.95,\"9013\":2213.72,\"9014\":517.31,\"9015\":null,\"9016\":1108.5,\"9017\":9388.8,\"9018\":411.36,\"9019\":1887.89,\"9020\":19409.74,\"9021\":4354.2,\"9022\":19735.06,\"9023\":13291.2,\"9024\":372.5,\"9025\":2687.4,\"9026\":260.7,\"9027\":272.44,\"9028\":29947.84,\"9029\":46452.58,\"9030\":null,\"9031\":1209144.3700000001,\"9032\":null,\"9033\":551185.41,\"9034\":1609.92,\"9035\":752.62,\"9036\":1141.08,\"9037\":1218.6,\"9038\":179344.33,\"9039\":65553.5,\"9040\":158713.23,\"9041\":144236.8,\"9042\":121242.01,\"9043\":2048.0,\"9044\":791.28,\"9045\":3424.43,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54467.78,\"9050\":159108.48,\"9051\":166685.0,\"9052\":7256.88,\"9053\":17825.1,\"9054\":null,\"9055\":44383.08,\"9056\":47557.02,\"9057\":660.51,\"9058\":152829.11,\"9059\":791.05,\"9060\":3839.0,\"9061\":1962.21,\"9062\":27919.04,\"9063\":50784.46,\"9064\":19340.43,\"9065\":651.99,\"9066\":17798.4,\"9067\":27.6,\"9068\":9465.6,\"9069\":6774.24,\"9070\":426.56,\"9071\":null,\"9072\":5600.0,\"9073\":9496.41,\"9074\":1620.84,\"9075\":1745.92,\"9076\":140.18,\"9077\":11088.0,\"9078\":19574.0,\"9079\":5024.8,\"9080\":19812.37,\"9081\":16299.61,\"9082\":14041.59,\"9083\":14610.89,\"9084\":177.91,\"9085\":13329.3,\"9086\":13048.0,\"9087\":null,\"9088\":19729.95,\"9089\":19627.0,\"9090\":19612.46,\"9091\":null,\"9092\":557.7,\"9093\":16703.7,\"9094\":7356.0,\"9095\":2003.3,\"9096\":null,\"9097\":7179.5,\"9098\":5200.0,\"9099\":308.71,\"9100\":2217.28,\"9101\":366.85,\"9102\":475.89,\"9103\":1355.85,\"9104\":12018.32,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":1.47,\"9110\":760.32,\"9111\":null,\"9112\":553.52,\"9113\":739.5,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5333.8,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5119.3,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":4456.79,\"9128\":null,\"9129\":79058.45,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":1.75,\"9134\":null,\"9135\":7560.3,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19972.78,\"9152\":11344.73,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":0.45,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1616.34,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":170.21,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":3819.15,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3853.67,\"9239\":null,\"9240\":7248.0,\"9241\":405458.23,\"9242\":10468.8,\"9243\":8049.35,\"9244\":708.62,\"9245\":39.69,\"9246\":280.0,\"9247\":425.32,\"9248\":12859.0,\"9249\":null,\"9250\":198.0,\"9251\":387.09,\"9252\":1761.87,\"9253\":253.62,\"9254\":810.0,\"9255\":21316.0,\"9256\":114013.68,\"9257\":506991.84,\"9258\":null,\"9259\":2602.71,\"9260\":10979.35,\"9261\":55349.98,\"9262\":8151.0,\"9263\":326.31,\"9264\":3699.84,\"9265\":868.2,\"9266\":32440.75,\"9267\":389.18,\"9268\":null,\"9269\":null,\"9270\":25940.51,\"9271\":19243.0,\"9272\":5880.44,\"9273\":942.77,\"9274\":255000.0,\"9275\":7708.72,\"9276\":509070.0,\"9277\":null,\"9278\":22845.61,\"9279\":396367.93,\"9280\":18563.51,\"9281\":null,\"9282\":null,\"9283\":15925.84,\"9284\":8169.78,\"9285\":73324.69,\"9286\":1310.72,\"9287\":1344.26,\"9288\":542.83,\"9289\":93775.0,\"9290\":null,\"9291\":2516.32,\"9292\":720.51,\"9293\":457.07,\"9294\":78180.43,\"9295\":90469.64,\"9296\":3982.39,\"9297\":2452.8,\"9298\":14704.8,\"9299\":886.44,\"9300\":1175093.25,\"9301\":600102.79,\"9302\":348.0,\"9303\":6938.8,\"9304\":7586.25,\"9305\":817.74,\"9306\":176490.0,\"9307\":580.88,\"9308\":10944.0,\"9309\":40013.28,\"9310\":64814.53,\"9311\":164603.82,\"9312\":54.0,\"9313\":null,\"9314\":551981.46,\"9315\":null,\"9316\":38790.54,\"9317\":2907.83,\"9318\":null,\"9319\":null,\"9320\":3155.1,\"9321\":80995.5,\"9322\":2217.16,\"9323\":537.64,\"9324\":null,\"9325\":830.2,\"9326\":5722.8,\"9327\":411.36,\"9328\":1658.92,\"9329\":19635.72,\"9330\":4349.7,\"9331\":19851.01,\"9332\":1507.2,\"9333\":369.53,\"9334\":2658.6,\"9335\":174.9,\"9336\":338.42,\"9337\":29572.68,\"9338\":50190.66,\"9339\":null,\"9340\":326853.46,\"9341\":null,\"9342\":820308.26,\"9343\":1612.32,\"9344\":722.26,\"9345\":1107.01,\"9346\":1625.4,\"9347\":340475.26,\"9348\":66082.68,\"9349\":123551.24,\"9350\":144246.48,\"9351\":71945.14,\"9352\":2059.0,\"9353\":787.5,\"9354\":1398.43,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":54863.92,\"9359\":158511.35,\"9360\":169082.6,\"9361\":16598.36,\"9362\":17636.22,\"9363\":44697.55,\"9364\":47822.22,\"9365\":137.01,\"9366\":152933.02,\"9367\":852.26,\"9368\":null,\"9369\":2075.96,\"9370\":30019.12,\"9371\":null,\"9372\":58134.08,\"9373\":19059.44,\"9374\":652.17,\"9375\":18936.0,\"9376\":null,\"9377\":9465.6,\"9378\":6827.21,\"9379\":329.74,\"9380\":67.65,\"9381\":6640.0,\"9382\":9515.58,\"9383\":1641.84,\"9384\":1643.4,\"9385\":145.86,\"9386\":9089.0,\"9387\":12813.0,\"9388\":3920.4,\"9389\":16691.11,\"9390\":16926.27,\"9391\":10217.85,\"9392\":10226.62,\"9393\":450.27,\"9394\":12423.1,\"9395\":12155.6,\"9396\":null,\"9397\":19735.67,\"9398\":19629.78,\"9399\":19487.5,\"9400\":632.5,\"9401\":11394.5,\"9402\":6926.0,\"9403\":2097.14,\"9404\":2169.4,\"9405\":null,\"9406\":6558.4,\"9407\":5571.0,\"9408\":308.71,\"9409\":2013.05,\"9410\":325.22,\"9411\":2914.0,\"9412\":1311.0,\"9413\":14470.69,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":null,\"9419\":710.16,\"9420\":null,\"9421\":562.32,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5167.1,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9733.57,\"9433\":null,\"9434\":null,\"9435\":5172.34,\"9436\":null,\"9437\":2941.33,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":7621.5,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19877.58,\"9460\":19958.26,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":3.9,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1308.73,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":2761.15,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3857.33,\"9547\":2382.6,\"9548\":7248.0,\"9549\":276092.1,\"9550\":10494.0,\"9551\":8776.51,\"9552\":710.16,\"9553\":null,\"9554\":null,\"9555\":349.97,\"9556\":11330.0,\"9557\":19697.55,\"9558\":204.6,\"9559\":2171.89,\"9560\":1305.15,\"9561\":770.98,\"9562\":806.0,\"9563\":null,\"9564\":120847.29,\"9565\":495763.38,\"9566\":null,\"9567\":9983.16,\"9568\":42836.56,\"9569\":8015.33,\"9570\":995.33,\"9571\":3700.48,\"9572\":881.3,\"9573\":21087.99,\"9574\":605.44,\"9575\":null,\"9576\":null,\"9577\":30031.59,\"9578\":19437.0,\"9579\":5013.0,\"9580\":942.77,\"9581\":255000.0,\"9582\":6039.43,\"9583\":null,\"9584\":null,\"9585\":17086.52,\"9586\":397527.28,\"9587\":23598.02,\"9588\":10161.8,\"9589\":null,\"9590\":13994.54,\"9591\":null,\"9592\":null,\"9593\":1733.21,\"9594\":1794.24,\"9595\":555.71,\"9596\":130405.0,\"9597\":null,\"9598\":2494.24,\"9599\":724.05,\"9600\":448.17,\"9601\":48075.17,\"9602\":null,\"9603\":4032.53,\"9604\":2428.2,\"9605\":12867.8,\"9606\":881.27,\"9607\":1170522.4299999999,\"9608\":348450.89,\"9609\":null,\"9610\":6767.2,\"9611\":6596.74,\"9612\":824.54,\"9613\":181430.0,\"9614\":528.6,\"9615\":11376.0,\"9616\":9744.04,\"9617\":64504.79,\"9618\":106446.12,\"9619\":null,\"9620\":575281.45,\"9621\":39231.32,\"9622\":3520.0,\"9623\":614.99,\"9624\":682.85,\"9625\":3484.65,\"9626\":80952.19,\"9627\":2205.11,\"9628\":540.97,\"9629\":870.12,\"9630\":1181.9,\"9631\":10048.8,\"9632\":411.72,\"9633\":19011.67,\"9634\":1662.79,\"9635\":19640.02,\"9636\":4392.0,\"9637\":19836.47,\"9638\":null,\"9639\":367.69,\"9640\":2663.4,\"9641\":250.8,\"9642\":345.94,\"9643\":29312.72,\"9644\":44096.09,\"9645\":null,\"9646\":1239245.6100000001,\"9647\":null,\"9648\":819360.0,\"9649\":1599.66,\"9650\":853.16,\"9651\":1100.04,\"9652\":1075.0,\"9653\":177236.37,\"9654\":null,\"9655\":123811.08,\"9656\":72313.87,\"9657\":72252.57,\"9658\":null,\"9659\":795.9,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55128.95,\"9664\":142186.15,\"9665\":154539.75,\"9666\":7547.08,\"9667\":null,\"9668\":44369.0,\"9669\":47586.19,\"9670\":629.91,\"9671\":152586.46,\"9672\":717.39,\"9673\":null,\"9674\":2717.25,\"9675\":9853.37,\"9676\":null,\"9677\":18702.22,\"9678\":651.81,\"9679\":7034.4,\"9680\":111.6,\"9681\":9465.6,\"9682\":6811.53,\"9683\":313.96,\"9684\":35.38,\"9685\":7520.0,\"9686\":9532.96,\"9687\":1517.76,\"9688\":1668.04,\"9689\":128.83,\"9690\":8860.0,\"9691\":14517.0,\"9692\":3531.0,\"9693\":14272.42,\"9694\":19996.67,\"9695\":10219.67,\"9696\":10227.76,\"9697\":815.47,\"9698\":13768.7,\"9699\":13482.6,\"9700\":null,\"9701\":19726.55,\"9702\":19631.4,\"9703\":19467.95,\"9704\":505.6,\"9705\":11706.8,\"9706\":7750.0,\"9707\":null,\"9708\":1539.4,\"9709\":null,\"9710\":5846.2,\"9711\":6984.0,\"9712\":308.71,\"9713\":1915.03,\"9714\":306.13,\"9715\":2724.0,\"9716\":848.7,\"9717\":20968.93,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":null,\"9723\":701.58,\"9724\":469.48,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":null,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3690.26,\"9735\":null,\"9736\":null,\"9737\":6990.04,\"9738\":null,\"9739\":81941.84,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":10248.41,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19853.62,\"9762\":19936.38,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1252.68,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":44.0,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":3250.48,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3875.67,\"9848\":2488.2,\"9849\":7257.6,\"9850\":264792.72,\"9851\":3214.8,\"9852\":5050.38,\"9853\":708.29,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11616.0,\"9858\":19714.23,\"9859\":191.4,\"9860\":768.74,\"9861\":1694.55,\"9862\":699.34,\"9863\":1025.0,\"9864\":463203.95,\"9865\":37984.6,\"9866\":9989.17,\"9867\":54179.3,\"9868\":8044.67,\"9869\":988.42,\"9870\":3700.48,\"9871\":936.55,\"9872\":15600.69,\"9873\":619.08,\"9874\":null,\"9875\":null,\"9876\":30232.15,\"9877\":13961.0,\"9878\":4921.85,\"9879\":941.78,\"9880\":null,\"9881\":5865.7,\"9882\":null,\"9883\":510200.0,\"9884\":null,\"9885\":15387.48,\"9886\":397599.79,\"9887\":13925.01,\"9888\":16865.2,\"9889\":null,\"9890\":12212.91,\"9891\":107609.66,\"9892\":1309.07,\"9893\":1277.27,\"9894\":545.33,\"9895\":215105.0,\"9896\":null,\"9897\":2629.25,\"9898\":726.02,\"9899\":272.18,\"9900\":37302.73,\"9901\":4268.38,\"9902\":2382.0,\"9903\":12918.4,\"9904\":884.51,\"9905\":1170941.3400000001,\"9906\":598982.8199999999,\"9907\":6767.2,\"9908\":6591.07,\"9909\":828.74,\"9910\":186790.0,\"9911\":573.35,\"9912\":11304.0,\"9913\":64311.64,\"9914\":164341.11,\"9915\":273.0,\"9916\":null,\"9917\":null,\"9918\":null,\"9919\":20003.61,\"9920\":5050.44,\"9921\":570.64,\"9922\":680.33,\"9923\":3527.55,\"9924\":81073.78,\"9925\":2213.72,\"9926\":431.54,\"9927\":1283.76,\"9928\":1184.58,\"9929\":3866.4,\"9930\":411.0,\"9931\":1650.24,\"9932\":19688.8,\"9933\":4357.35,\"9934\":19076.85,\"9935\":369.27,\"9936\":172.43,\"9937\":250.8,\"9938\":349.22,\"9939\":29222.56,\"9940\":42960.74,\"9941\":null,\"9942\":1176921.78,\"9943\":null,\"9944\":817135.87,\"9945\":1592.58,\"9946\":776.82,\"9947\":1040.88,\"9948\":896.4,\"9949\":36722.91,\"9950\":177362.98,\"9951\":122767.88,\"9952\":145554.02,\"9953\":72299.9,\"9954\":null,\"9955\":799.54,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":20976.99,\"9960\":154216.95,\"9961\":167365.8,\"9962\":null,\"9963\":44494.23,\"9964\":47518.75,\"9965\":695.67,\"9966\":152367.07,\"9967\":536.11,\"9968\":10485.2,\"9969\":2820.67},\"Values_Hour24\":{\"0\":19649.74,\"1\":388.44,\"2\":7387.2,\"3\":17123.96,\"4\":null,\"5\":8577.6,\"6\":6737.28,\"7\":362.41,\"8\":1840.0,\"9\":4806.31,\"10\":1201.32,\"11\":1680.36,\"12\":159.06,\"13\":16516.0,\"14\":13052.0,\"15\":3051.4,\"16\":7927.63,\"17\":22976.94,\"18\":10188.99,\"19\":10221.47,\"20\":52.95,\"21\":15664.2,\"22\":15330.8,\"23\":null,\"24\":1571.4,\"25\":13896.0,\"26\":19749.04,\"27\":10331.57,\"28\":19450.85,\"29\":6150.72,\"30\":6107.25,\"31\":6091.16,\"32\":6418.59,\"33\":547.8,\"34\":9937.1,\"35\":7724.0,\"36\":null,\"37\":2217.58,\"38\":null,\"39\":3868.4,\"40\":304.73,\"41\":2254.44,\"42\":343.16,\"43\":2441.0,\"44\":1377.18,\"45\":13181.61,\"46\":null,\"47\":null,\"48\":null,\"49\":null,\"50\":null,\"51\":768.24,\"52\":308.0,\"53\":null,\"54\":null,\"55\":339.84,\"56\":null,\"57\":6522.4,\"58\":null,\"59\":null,\"60\":null,\"61\":null,\"62\":9819.65,\"63\":null,\"64\":null,\"65\":null,\"66\":6409.27,\"67\":null,\"68\":198883.75,\"69\":null,\"70\":null,\"71\":null,\"72\":null,\"73\":null,\"74\":10677.54,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":5505.57,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":null,\"89\":null,\"90\":null,\"91\":19806.76,\"92\":19924.6,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":null,\"105\":null,\"106\":null,\"107\":null,\"108\":1549.41,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":null,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":null,\"135\":null,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":null,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":null,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":2296.8,\"173\":7243.2,\"174\":271843.89,\"175\":4417.2,\"176\":3438.66,\"177\":469.81,\"178\":9190.0,\"179\":396.99,\"180\":13816.0,\"181\":19560.05,\"182\":null,\"183\":3025.28,\"184\":1778.7,\"185\":649.26,\"186\":2458.8,\"187\":1131.0,\"188\":17912.0,\"189\":60048.72,\"190\":379457.82,\"191\":13680.0,\"192\":1384.35,\"193\":9969.74,\"194\":58171.63,\"195\":6204.0,\"196\":790.63,\"197\":717.01,\"198\":6370.44,\"199\":2171.84,\"200\":1847.5,\"201\":14700.98,\"202\":574.2,\"203\":55468.83,\"204\":null,\"205\":15301.91,\"206\":1834.59,\"207\":9507.09,\"208\":938.8,\"209\":245172.91,\"210\":null,\"211\":9541.53,\"212\":null,\"213\":510060.0,\"214\":1026692.16,\"215\":null,\"216\":20486.17,\"217\":299453.39,\"218\":8424.0,\"219\":18849.6,\"220\":23119.71,\"221\":8846.36,\"222\":10755.92,\"223\":84558.89,\"224\":786.6,\"225\":1615.9,\"226\":203939.95,\"227\":null,\"228\":2497.92,\"229\":1328.21,\"230\":404.75,\"231\":29546.44,\"232\":null,\"233\":4007.98,\"234\":2602.2,\"235\":70.21,\"236\":908.33,\"237\":895741.21,\"238\":599514.22,\"239\":564.0,\"240\":7576.8,\"241\":4605.78,\"242\":818.4,\"243\":179890.0,\"244\":658.41,\"245\":12816.0,\"246\":19434.05,\"247\":59388.29,\"248\":69964.55,\"249\":164874.83,\"250\":null,\"251\":null,\"252\":436235.71,\"253\":0.08,\"254\":8999.0,\"255\":8264.35,\"256\":595.19,\"257\":669.24,\"258\":3995.85,\"259\":80268.46,\"260\":1062.1,\"261\":536.61,\"262\":734.76,\"263\":778.28,\"264\":4412.4,\"265\":null,\"266\":null,\"267\":13765.3,\"268\":8046.45,\"269\":19571.2,\"270\":8486.4,\"271\":1296.98,\"272\":365.51,\"273\":2510.4,\"274\":249.6,\"275\":29373.12,\"276\":25586.29,\"277\":175601.04,\"278\":null,\"279\":821065.02,\"280\":960.12,\"281\":815.32,\"282\":1784.13,\"283\":2883.6,\"284\":null,\"285\":2365.75,\"286\":250170.25,\"287\":153508.79,\"288\":225683.65,\"289\":98142.72,\"290\":795.62,\"291\":2288.77,\"292\":null,\"293\":null,\"294\":null,\"295\":77283.66,\"296\":157195.48,\"297\":171285.95,\"298\":7737.26,\"299\":18317.44,\"300\":15281.07,\"301\":null,\"302\":45158.8,\"303\":48068.75,\"304\":690.39,\"305\":75516.55,\"306\":null,\"307\":8291.8,\"308\":2622.78,\"309\":23916.24,\"310\":55923.25,\"311\":16389.72,\"312\":19726.15,\"313\":653.07,\"314\":7390.8,\"315\":15360.9,\"316\":null,\"317\":5191.2,\"318\":6782.0,\"319\":null,\"320\":880.0,\"321\":4806.31,\"322\":1227.24,\"323\":1632.84,\"324\":122.75,\"325\":11460.0,\"326\":18987.0,\"327\":3018.4,\"328\":8451.94,\"329\":25312.48,\"330\":19649.63,\"331\":19687.12,\"332\":2173.31,\"333\":15906.7,\"334\":15570.5,\"335\":null,\"336\":1460.59,\"337\":14148.0,\"338\":19744.5,\"339\":10329.1,\"340\":19454.12,\"341\":5960.05,\"342\":5302.75,\"343\":5086.54,\"344\":5806.18,\"345\":571.7,\"346\":10684.6,\"347\":7636.0,\"348\":null,\"349\":2454.8,\"350\":null,\"351\":4138.2,\"352\":304.73,\"353\":1999.57,\"354\":343.39,\"355\":2397.0,\"356\":1508.75,\"357\":13478.43,\"358\":null,\"359\":null,\"360\":null,\"361\":null,\"362\":null,\"363\":828.3,\"364\":307.12,\"365\":null,\"366\":null,\"367\":6330.2,\"368\":null,\"369\":null,\"370\":null,\"371\":null,\"372\":5193.91,\"373\":null,\"374\":null,\"375\":5722.97,\"376\":null,\"377\":7880.17,\"378\":null,\"379\":null,\"380\":null,\"381\":1.72,\"382\":null,\"383\":7451.67,\"384\":null,\"385\":null,\"386\":null,\"387\":null,\"388\":null,\"389\":null,\"390\":null,\"391\":6012.18,\"392\":null,\"393\":null,\"394\":null,\"395\":null,\"396\":null,\"397\":null,\"398\":null,\"399\":null,\"400\":19551.69,\"401\":19887.43,\"402\":null,\"403\":null,\"404\":null,\"405\":null,\"406\":null,\"407\":null,\"408\":null,\"409\":null,\"410\":null,\"411\":null,\"412\":null,\"413\":0.6,\"414\":null,\"415\":null,\"416\":null,\"417\":1952.06,\"418\":null,\"419\":null,\"420\":null,\"421\":null,\"422\":null,\"423\":null,\"424\":null,\"425\":null,\"426\":null,\"427\":null,\"428\":null,\"429\":null,\"430\":null,\"431\":null,\"432\":null,\"433\":null,\"434\":null,\"435\":null,\"436\":null,\"437\":null,\"438\":null,\"439\":null,\"440\":null,\"441\":null,\"442\":null,\"443\":null,\"444\":null,\"445\":null,\"446\":null,\"447\":null,\"448\":null,\"449\":null,\"450\":null,\"451\":null,\"452\":null,\"453\":null,\"454\":null,\"455\":null,\"456\":null,\"457\":null,\"458\":null,\"459\":null,\"460\":null,\"461\":null,\"462\":null,\"463\":null,\"464\":null,\"465\":null,\"466\":null,\"467\":null,\"468\":null,\"469\":null,\"470\":null,\"471\":null,\"472\":null,\"473\":null,\"474\":null,\"475\":null,\"476\":null,\"477\":null,\"478\":null,\"479\":null,\"480\":null,\"481\":2409.0,\"482\":7244.4,\"483\":12875.0,\"484\":4417.2,\"485\":2943.6,\"486\":467.83,\"487\":null,\"488\":396.87,\"489\":14047.0,\"490\":19559.7,\"491\":198.0,\"492\":3038.14,\"493\":1772.1,\"494\":711.68,\"495\":3222.9,\"496\":1289.0,\"497\":16472.0,\"498\":121550.69,\"499\":503277.83,\"500\":13488.0,\"501\":520.41,\"502\":9962.7,\"503\":65715.44,\"504\":6303.0,\"505\":842.09,\"506\":714.9,\"507\":4896.86,\"508\":3698.88,\"509\":2016.26,\"510\":24149.75,\"511\":582.56,\"512\":49780.14,\"513\":null,\"514\":null,\"515\":5951.98,\"516\":5619.34,\"517\":939.79,\"518\":243885.56,\"519\":6921.56,\"520\":null,\"521\":269250.0,\"522\":1127004.0800000001,\"523\":null,\"524\":19033.52,\"525\":33020.94,\"526\":18024.0,\"527\":18667.0,\"528\":24057.14,\"529\":8850.19,\"530\":10688.43,\"531\":null,\"532\":740.85,\"533\":1615.78,\"534\":204123.3,\"535\":null,\"536\":2470.43,\"537\":1328.7,\"538\":390.67,\"539\":29567.92,\"540\":4030.56,\"541\":1888.2,\"542\":69.03,\"543\":912.42,\"544\":896406.34,\"545\":601682.34,\"546\":144.0,\"547\":7224.8,\"548\":8293.63,\"549\":824.78,\"550\":64820.0,\"551\":680.05,\"552\":14364.0,\"553\":null,\"554\":60004.69,\"555\":70231.96,\"556\":164570.82,\"557\":1787.5,\"558\":156400.0,\"559\":419509.0,\"560\":43895.89,\"561\":null,\"562\":266.51,\"563\":690.34,\"564\":4005.15,\"565\":81221.1,\"566\":1062.1,\"567\":544.57,\"568\":725.4,\"569\":828.94,\"570\":4804.8,\"571\":433.32,\"572\":13878.65,\"573\":8041.95,\"574\":19660.8,\"575\":9288.0,\"576\":null,\"577\":354.16,\"578\":2483.4,\"579\":242.22,\"580\":29297.45,\"581\":49995.98,\"582\":765833.0,\"583\":null,\"584\":817326.49,\"585\":963.12,\"586\":841.5,\"587\":1337.65,\"588\":2574.0,\"589\":270315.74,\"590\":null,\"591\":535950.49,\"592\":null,\"593\":null,\"594\":225515.44,\"595\":72771.27,\"596\":73138.25,\"597\":794.92,\"598\":1243.9,\"599\":null,\"600\":null,\"601\":null,\"602\":64035.18,\"603\":160809.09,\"604\":168734.8,\"605\":3852.28,\"606\":100625.91,\"607\":14787.71,\"608\":45223.2,\"609\":48135.48,\"610\":677.43,\"611\":75766.26,\"612\":1301.42,\"613\":9834.0,\"614\":2692.34,\"615\":29316.18,\"616\":55957.68,\"617\":56138.69,\"618\":19481.43,\"619\":651.96,\"620\":7390.8,\"621\":null,\"622\":null,\"623\":4915.2,\"624\":6602.64,\"625\":1680.0,\"626\":4806.31,\"627\":1194.12,\"628\":1666.72,\"629\":119.19,\"630\":11139.0,\"631\":12664.0,\"632\":2952.4,\"633\":9916.99,\"634\":25332.33,\"635\":13629.01,\"636\":14279.52,\"637\":454.96,\"638\":15252.1,\"639\":14912.5,\"640\":null,\"641\":1529.6,\"642\":13734.0,\"643\":19739.26,\"644\":10326.41,\"645\":18580.35,\"646\":null,\"647\":null,\"648\":null,\"649\":null,\"650\":553.5,\"651\":11594.1,\"652\":2006.0,\"653\":2118.6,\"654\":null,\"655\":4298.3,\"656\":304.73,\"657\":2242.73,\"658\":342.47,\"659\":2347.0,\"660\":1058.52,\"661\":12995.4,\"662\":null,\"663\":null,\"664\":null,\"665\":null,\"666\":null,\"667\":956.34,\"668\":297.0,\"669\":1220.4,\"670\":null,\"671\":null,\"672\":6232.6,\"673\":null,\"674\":null,\"675\":null,\"676\":null,\"677\":4929.91,\"678\":null,\"679\":null,\"680\":2607.65,\"681\":null,\"682\":null,\"683\":null,\"684\":null,\"685\":null,\"686\":null,\"687\":null,\"688\":3635.09,\"689\":null,\"690\":null,\"691\":null,\"692\":null,\"693\":null,\"694\":null,\"695\":null,\"696\":4771.26,\"697\":null,\"698\":null,\"699\":null,\"700\":null,\"701\":null,\"702\":null,\"703\":null,\"704\":null,\"705\":16404.66,\"706\":17231.71,\"707\":null,\"708\":null,\"709\":null,\"710\":null,\"711\":null,\"712\":null,\"713\":null,\"714\":null,\"715\":null,\"716\":null,\"717\":null,\"718\":null,\"719\":null,\"720\":null,\"721\":1445.18,\"722\":null,\"723\":null,\"724\":null,\"725\":null,\"726\":null,\"727\":null,\"728\":null,\"729\":null,\"730\":null,\"731\":null,\"732\":null,\"733\":null,\"734\":null,\"735\":null,\"736\":null,\"737\":null,\"738\":null,\"739\":null,\"740\":null,\"741\":null,\"742\":null,\"743\":null,\"744\":null,\"745\":null,\"746\":null,\"747\":null,\"748\":null,\"749\":null,\"750\":null,\"751\":null,\"752\":null,\"753\":null,\"754\":null,\"755\":null,\"756\":null,\"757\":null,\"758\":null,\"759\":null,\"760\":null,\"761\":null,\"762\":null,\"763\":null,\"764\":null,\"765\":null,\"766\":null,\"767\":null,\"768\":null,\"769\":null,\"770\":null,\"771\":null,\"772\":null,\"773\":null,\"774\":null,\"775\":null,\"776\":null,\"777\":null,\"778\":null,\"779\":null,\"780\":null,\"781\":null,\"782\":null,\"783\":null,\"784\":null,\"785\":1320.0,\"786\":7225.2,\"787\":24478.07,\"788\":4928.4,\"789\":3441.38,\"790\":687.83,\"791\":null,\"792\":396.96,\"793\":12342.0,\"794\":19570.3,\"795\":151.8,\"796\":3059.1,\"797\":1774.08,\"798\":719.37,\"799\":5211.0,\"800\":1530.0,\"801\":22336.0,\"802\":60586.08,\"803\":504717.62,\"804\":12752.0,\"805\":1202.85,\"806\":12033.82,\"807\":56769.87,\"808\":6288.33,\"809\":930.35,\"810\":739.9,\"811\":null,\"812\":3698.88,\"813\":2048.65,\"814\":15300.71,\"815\":574.86,\"816\":null,\"817\":null,\"818\":15163.47,\"819\":null,\"820\":6251.11,\"821\":939.79,\"822\":240212.8,\"823\":7843.66,\"824\":null,\"825\":310940.0,\"826\":773958.4300000001,\"827\":null,\"828\":20918.92,\"829\":196174.53,\"830\":16476.0,\"831\":18629.6,\"832\":22894.44,\"833\":8851.69,\"834\":10650.53,\"835\":null,\"836\":692.41,\"837\":1567.38,\"838\":203976.63,\"839\":null,\"840\":2452.84,\"841\":763.92,\"842\":407.41,\"843\":27579.26,\"844\":3851.53,\"845\":2204.4,\"846\":56.64,\"847\":842.35,\"848\":868040.8,\"849\":597958.01,\"850\":732.0,\"851\":6701.2,\"852\":8324.82,\"853\":816.86,\"854\":205160.0,\"855\":682.57,\"856\":14436.0,\"857\":60494.18,\"858\":69770.61,\"859\":164889.78,\"860\":null,\"861\":353326.0,\"862\":432335.3,\"863\":null,\"864\":null,\"865\":null,\"866\":581.2,\"867\":671.44,\"868\":3998.55,\"869\":81213.97,\"870\":1062.1,\"871\":508.04,\"872\":757.98,\"873\":800.1,\"874\":4346.4,\"875\":432.72,\"876\":13994.87,\"877\":8064.0,\"878\":19644.8,\"879\":7689.6,\"880\":357.32,\"881\":1769.87,\"882\":102.3,\"883\":343.65,\"884\":29685.02,\"885\":48067.1,\"886\":892123.1,\"887\":null,\"888\":528687.45,\"889\":996.12,\"890\":809.16,\"891\":1258.82,\"892\":2289.66,\"893\":33358.98,\"894\":772843.8,\"895\":538690.3199999999,\"896\":null,\"897\":null,\"898\":null,\"899\":73402.88,\"900\":795.62,\"901\":1309.41,\"902\":null,\"903\":null,\"904\":null,\"905\":63740.52,\"906\":163366.52,\"907\":170396.1,\"908\":3849.06,\"909\":101875.73,\"910\":14755.76,\"911\":45129.46,\"912\":48086.24,\"913\":null,\"914\":75432.78,\"915\":978.99,\"916\":10890.0,\"917\":2743.88,\"918\":30980.74,\"919\":48457.3,\"920\":null,\"921\":55804.87,\"922\":18527.48,\"923\":651.3,\"924\":6404.4,\"925\":6708.0,\"926\":6776.88,\"927\":null,\"928\":2160.0,\"929\":9464.14,\"930\":827.28,\"931\":1730.96,\"932\":138.07,\"933\":9376.0,\"934\":12320.0,\"935\":2893.0,\"936\":7437.88,\"937\":22276.65,\"938\":10209.3,\"939\":10218.17,\"940\":681.12,\"941\":15064.1,\"942\":14732.1,\"943\":null,\"944\":1628.2,\"945\":13266.0,\"946\":19747.65,\"947\":10333.2,\"948\":19595.0,\"949\":521.3,\"950\":10618.1,\"951\":2196.0,\"952\":2032.2,\"953\":null,\"954\":3882.6,\"955\":304.73,\"956\":2132.72,\"957\":341.43,\"958\":2301.0,\"959\":1317.59,\"960\":12583.47,\"961\":null,\"962\":null,\"963\":null,\"964\":null,\"965\":null,\"966\":761.64,\"967\":273.24,\"968\":1063.5,\"969\":null,\"970\":348.48,\"971\":null,\"972\":6099.4,\"973\":null,\"974\":null,\"975\":null,\"976\":null,\"977\":4614.26,\"978\":null,\"979\":null,\"980\":2422.03,\"981\":null,\"982\":null,\"983\":null,\"984\":null,\"985\":null,\"986\":null,\"987\":null,\"988\":3933.66,\"989\":null,\"990\":null,\"991\":null,\"992\":null,\"993\":null,\"994\":null,\"995\":null,\"996\":4844.92,\"997\":null,\"998\":null,\"999\":null,\"1000\":null,\"1001\":null,\"1002\":null,\"1003\":null,\"1004\":null,\"1005\":17182.79,\"1006\":18157.28,\"1007\":null,\"1008\":null,\"1009\":null,\"1010\":null,\"1011\":null,\"1012\":null,\"1013\":null,\"1014\":null,\"1015\":null,\"1016\":null,\"1017\":null,\"1018\":null,\"1019\":null,\"1020\":null,\"1021\":null,\"1022\":1345.91,\"1023\":null,\"1024\":null,\"1025\":null,\"1026\":null,\"1027\":null,\"1028\":null,\"1029\":null,\"1030\":null,\"1031\":null,\"1032\":null,\"1033\":null,\"1034\":null,\"1035\":null,\"1036\":null,\"1037\":null,\"1038\":null,\"1039\":null,\"1040\":null,\"1041\":null,\"1042\":null,\"1043\":null,\"1044\":null,\"1045\":null,\"1046\":null,\"1047\":null,\"1048\":null,\"1049\":null,\"1050\":null,\"1051\":null,\"1052\":null,\"1053\":null,\"1054\":null,\"1055\":null,\"1056\":null,\"1057\":null,\"1058\":null,\"1059\":null,\"1060\":null,\"1061\":null,\"1062\":null,\"1063\":null,\"1064\":null,\"1065\":null,\"1066\":null,\"1067\":null,\"1068\":null,\"1069\":null,\"1070\":null,\"1071\":null,\"1072\":null,\"1073\":null,\"1074\":null,\"1075\":null,\"1076\":null,\"1077\":null,\"1078\":null,\"1079\":null,\"1080\":null,\"1081\":null,\"1082\":null,\"1083\":null,\"1084\":null,\"1085\":null,\"1086\":2204.4,\"1087\":7222.8,\"1088\":410055.46,\"1089\":3988.8,\"1090\":4581.0,\"1091\":485.21,\"1092\":45.94,\"1093\":350.0,\"1094\":405.02,\"1095\":14300.0,\"1096\":19509.98,\"1097\":198.0,\"1098\":3057.45,\"1099\":1747.02,\"1100\":725.9,\"1101\":2471.4,\"1102\":1314.0,\"1103\":20676.0,\"1104\":60493.81,\"1105\":493697.48,\"1106\":13760.0,\"1107\":1167.21,\"1108\":9961.58,\"1109\":43139.0,\"1110\":6178.33,\"1111\":877.74,\"1112\":734.08,\"1113\":3698.88,\"1114\":2055.5,\"1115\":23834.89,\"1116\":54.12,\"1117\":null,\"1118\":15212.57,\"1119\":7073.0,\"1120\":5670.95,\"1121\":939.79,\"1122\":239496.78,\"1123\":156199.84,\"1124\":7039.65,\"1125\":69096.0,\"1126\":403210.0,\"1127\":11154.13,\"1128\":null,\"1129\":18910.96,\"1130\":395712.73,\"1131\":15348.0,\"1132\":18605.4,\"1133\":23983.65,\"1134\":8751.71,\"1135\":11144.91,\"1136\":115683.05,\"1137\":736.92,\"1138\":1448.0,\"1139\":189640.0,\"1140\":null,\"1141\":2490.33,\"1142\":null,\"1143\":416.6,\"1144\":26592.48,\"1145\":1962.98,\"1146\":2173.2,\"1147\":72.57,\"1148\":907.39,\"1149\":881430.67,\"1150\":600369.33,\"1151\":336.0,\"1152\":6639.6,\"1153\":8304.42,\"1154\":817.19,\"1155\":136690.0,\"1156\":690.87,\"1157\":14148.0,\"1158\":23981.46,\"1159\":60075.38,\"1160\":68781.21,\"1161\":164638.06,\"1162\":1202.5,\"1163\":403144.0,\"1164\":445512.8,\"1165\":null,\"1166\":1530.44,\"1167\":578.29,\"1168\":685.73,\"1169\":3991.8,\"1170\":81117.04,\"1171\":1063.83,\"1172\":528.66,\"1173\":707.58,\"1174\":784.42,\"1175\":4460.4,\"1176\":431.76,\"1177\":13972.63,\"1178\":8071.2,\"1179\":19609.6,\"1180\":8889.6,\"1181\":372.44,\"1182\":2578.8,\"1183\":102.3,\"1184\":80.85,\"1185\":29443.36,\"1186\":25612.38,\"1187\":118685.88,\"1188\":null,\"1189\":631054.28,\"1190\":1081.8,\"1191\":878.02,\"1192\":1260.01,\"1193\":2289.66,\"1194\":33744.42,\"1195\":782584.59,\"1196\":538658.98,\"1197\":null,\"1198\":296973.79,\"1199\":142076.13,\"1200\":125527.17,\"1201\":794.78,\"1202\":778.95,\"1203\":null,\"1204\":null,\"1205\":null,\"1206\":64603.27,\"1207\":163944.73,\"1208\":169606.15,\"1209\":4386.99,\"1210\":102065.71,\"1211\":14779.85,\"1212\":45227.88,\"1213\":48408.93,\"1214\":1.47,\"1215\":76057.12,\"1216\":744.89,\"1217\":10839.4,\"1218\":2713.69,\"1219\":31113.58,\"1220\":44882.28,\"1221\":56134.03,\"1222\":19695.63,\"1223\":650.25,\"1224\":10033.2,\"1225\":6254.4,\"1226\":6779.85,\"1227\":371.12,\"1228\":3200.0,\"1229\":4806.31,\"1230\":1142.28,\"1231\":1756.48,\"1232\":166.45,\"1233\":9217.0,\"1234\":12805.0,\"1235\":2904.0,\"1236\":7930.53,\"1237\":18104.66,\"1238\":10195.4,\"1239\":10218.87,\"1240\":522.43,\"1241\":15034.7,\"1242\":14707.5,\"1243\":null,\"1244\":1533.3,\"1245\":14058.0,\"1246\":19748.13,\"1247\":10332.92,\"1248\":19603.77,\"1249\":490.1,\"1250\":12478.2,\"1251\":2062.0,\"1252\":null,\"1253\":1945.9,\"1254\":null,\"1255\":3675.8,\"1256\":304.73,\"1257\":2684.91,\"1258\":341.78,\"1259\":2459.0,\"1260\":1386.74,\"1261\":12002.87,\"1262\":null,\"1263\":null,\"1264\":null,\"1265\":null,\"1266\":null,\"1267\":826.98,\"1268\":null,\"1269\":312.4,\"1270\":974.4,\"1271\":null,\"1272\":340.32,\"1273\":null,\"1274\":5939.4,\"1275\":null,\"1276\":null,\"1277\":null,\"1278\":null,\"1279\":5968.7,\"1280\":null,\"1281\":null,\"1282\":null,\"1283\":1895.46,\"1284\":null,\"1285\":null,\"1286\":null,\"1287\":null,\"1288\":null,\"1289\":null,\"1290\":4281.05,\"1291\":null,\"1292\":null,\"1293\":null,\"1294\":null,\"1295\":null,\"1296\":null,\"1297\":null,\"1298\":4648.93,\"1299\":null,\"1300\":null,\"1301\":null,\"1302\":null,\"1303\":null,\"1304\":null,\"1305\":null,\"1306\":13868.34,\"1307\":14459.13,\"1308\":null,\"1309\":null,\"1310\":null,\"1311\":null,\"1312\":null,\"1313\":null,\"1314\":null,\"1315\":null,\"1316\":null,\"1317\":null,\"1318\":null,\"1319\":null,\"1320\":null,\"1321\":null,\"1322\":1296.24,\"1323\":null,\"1324\":null,\"1325\":null,\"1326\":null,\"1327\":null,\"1328\":null,\"1329\":null,\"1330\":null,\"1331\":null,\"1332\":null,\"1333\":null,\"1334\":null,\"1335\":null,\"1336\":null,\"1337\":null,\"1338\":null,\"1339\":null,\"1340\":null,\"1341\":null,\"1342\":null,\"1343\":null,\"1344\":null,\"1345\":null,\"1346\":null,\"1347\":null,\"1348\":null,\"1349\":null,\"1350\":null,\"1351\":null,\"1352\":null,\"1353\":null,\"1354\":null,\"1355\":null,\"1356\":null,\"1357\":null,\"1358\":null,\"1359\":null,\"1360\":null,\"1361\":null,\"1362\":null,\"1363\":null,\"1364\":null,\"1365\":null,\"1366\":null,\"1367\":null,\"1368\":null,\"1369\":null,\"1370\":null,\"1371\":null,\"1372\":null,\"1373\":null,\"1374\":null,\"1375\":null,\"1376\":null,\"1377\":null,\"1378\":null,\"1379\":null,\"1380\":null,\"1381\":null,\"1382\":null,\"1383\":null,\"1384\":null,\"1385\":2263.8,\"1386\":7203.6,\"1387\":301990.29,\"1388\":7333.2,\"1389\":null,\"1390\":689.37,\"1391\":7.57,\"1392\":null,\"1393\":404.76,\"1394\":13915.0,\"1395\":19358.7,\"1396\":191.4,\"1397\":2730.09,\"1398\":1749.66,\"1399\":716.04,\"1400\":2618.1,\"1401\":1550.0,\"1402\":21196.0,\"1403\":179967.5,\"1404\":501888.97,\"1405\":13216.0,\"1406\":1096.59,\"1407\":11938.27,\"1408\":40861.37,\"1409\":6248.0,\"1410\":1018.9,\"1411\":713.01,\"1412\":3698.56,\"1413\":2028.59,\"1414\":27346.8,\"1415\":602.14,\"1416\":null,\"1417\":null,\"1418\":15315.55,\"1419\":6230.0,\"1420\":5406.03,\"1421\":939.79,\"1422\":null,\"1423\":158554.69,\"1424\":6711.92,\"1425\":69168.0,\"1426\":147200.0,\"1427\":683002.21,\"1428\":null,\"1429\":17236.62,\"1430\":304144.9,\"1431\":19296.0,\"1432\":18590.0,\"1433\":23339.41,\"1434\":12949.71,\"1435\":10999.54,\"1436\":1174.1,\"1437\":1374.31,\"1438\":null,\"1439\":83655.0,\"1440\":null,\"1441\":2425.7,\"1442\":406.89,\"1443\":31034.17,\"1444\":2883.56,\"1445\":2185.2,\"1446\":null,\"1447\":930.49,\"1448\":891424.21,\"1449\":601334.22,\"1450\":222.0,\"1451\":6593.4,\"1452\":8277.86,\"1453\":824.45,\"1454\":136780.0,\"1455\":675.96,\"1456\":12420.0,\"1457\":22799.44,\"1458\":60035.92,\"1459\":68456.58,\"1460\":165247.56,\"1461\":187.5,\"1462\":270894.0,\"1463\":553840.1800000001,\"1464\":7499.13,\"1465\":583.04,\"1466\":682.52,\"1467\":3994.05,\"1468\":199564.79,\"1469\":1062.1,\"1470\":527.04,\"1471\":771.12,\"1472\":869.22,\"1473\":1756.8,\"1474\":430.44,\"1475\":1950.67,\"1476\":null,\"1477\":4356.0,\"1478\":19955.2,\"1479\":6360.0,\"1480\":346.04,\"1481\":2495.4,\"1482\":108.9,\"1483\":315.59,\"1484\":29494.0,\"1485\":25599.06,\"1486\":null,\"1487\":null,\"1488\":573527.54,\"1489\":1276.56,\"1490\":31.9,\"1491\":1164.55,\"1492\":2289.66,\"1493\":null,\"1494\":775688.98,\"1495\":538492.47,\"1496\":151620.0,\"1497\":415498.71,\"1498\":140554.32,\"1499\":0.06,\"1500\":794.78,\"1501\":803.88,\"1502\":null,\"1503\":null,\"1504\":null,\"1505\":76561.26,\"1506\":162351.33,\"1507\":170588.5,\"1508\":3849.7,\"1509\":226448.3,\"1510\":14779.3,\"1511\":45076.12,\"1512\":48143.62,\"1513\":649.08,\"1514\":152366.7,\"1515\":824.37,\"1516\":9829.6,\"1517\":2880.7,\"1518\":29196.64,\"1519\":541.2,\"1520\":56738.14,\"1521\":16625.89,\"1522\":652.8,\"1523\":6408.0,\"1524\":null,\"1525\":4072.8,\"1526\":6538.95,\"1527\":338.12,\"1528\":3200.0,\"1529\":9201.08,\"1530\":1200.84,\"1531\":1697.96,\"1532\":127.78,\"1533\":null,\"1534\":9146.0,\"1535\":13439.0,\"1536\":3487.0,\"1537\":6943.33,\"1538\":18926.83,\"1539\":10180.61,\"1540\":10220.51,\"1541\":354.64,\"1542\":14176.6,\"1543\":13845.6,\"1544\":null,\"1545\":1525.0,\"1546\":13410.0,\"1547\":19739.97,\"1548\":10286.33,\"1549\":19600.45,\"1550\":null,\"1551\":484.2,\"1552\":16607.3,\"1553\":1802.0,\"1554\":1483.35,\"1555\":null,\"1556\":5770.0,\"1557\":304.73,\"1558\":2257.09,\"1559\":341.09,\"1560\":2253.0,\"1561\":1468.92,\"1562\":11909.09,\"1563\":null,\"1564\":null,\"1565\":null,\"1566\":null,\"1567\":null,\"1568\":741.18,\"1569\":244.64,\"1570\":722.1,\"1571\":null,\"1572\":381.6,\"1573\":null,\"1574\":5879.6,\"1575\":null,\"1576\":null,\"1577\":null,\"1578\":null,\"1579\":4304.35,\"1580\":null,\"1581\":null,\"1582\":6411.11,\"1583\":null,\"1584\":null,\"1585\":null,\"1586\":null,\"1587\":null,\"1588\":null,\"1589\":null,\"1590\":7736.08,\"1591\":null,\"1592\":null,\"1593\":null,\"1594\":null,\"1595\":null,\"1596\":null,\"1597\":null,\"1598\":4768.19,\"1599\":null,\"1600\":null,\"1601\":null,\"1602\":null,\"1603\":null,\"1604\":null,\"1605\":null,\"1606\":null,\"1607\":14981.52,\"1608\":15324.95,\"1609\":null,\"1610\":null,\"1611\":null,\"1612\":null,\"1613\":null,\"1614\":null,\"1615\":null,\"1616\":null,\"1617\":null,\"1618\":null,\"1619\":null,\"1620\":null,\"1621\":null,\"1622\":null,\"1623\":null,\"1624\":1286.01,\"1625\":null,\"1626\":null,\"1627\":null,\"1628\":null,\"1629\":null,\"1630\":null,\"1631\":null,\"1632\":null,\"1633\":null,\"1634\":null,\"1635\":null,\"1636\":null,\"1637\":null,\"1638\":null,\"1639\":null,\"1640\":null,\"1641\":null,\"1642\":null,\"1643\":null,\"1644\":null,\"1645\":null,\"1646\":null,\"1647\":null,\"1648\":null,\"1649\":null,\"1650\":null,\"1651\":null,\"1652\":null,\"1653\":null,\"1654\":null,\"1655\":null,\"1656\":null,\"1657\":null,\"1658\":null,\"1659\":null,\"1660\":null,\"1661\":null,\"1662\":null,\"1663\":null,\"1664\":null,\"1665\":null,\"1666\":null,\"1667\":null,\"1668\":null,\"1669\":null,\"1670\":null,\"1671\":null,\"1672\":null,\"1673\":null,\"1674\":null,\"1675\":null,\"1676\":null,\"1677\":null,\"1678\":null,\"1679\":null,\"1680\":null,\"1681\":null,\"1682\":null,\"1683\":null,\"1684\":null,\"1685\":null,\"1686\":null,\"1687\":null,\"1688\":null,\"1689\":null,\"1690\":7186.8,\"1691\":234029.6,\"1692\":3873.6,\"1693\":4937.35,\"1694\":689.92,\"1695\":null,\"1696\":null,\"1697\":404.66,\"1698\":14102.0,\"1699\":19495.37,\"1700\":198.0,\"1701\":3069.0,\"1702\":1708.74,\"1703\":736.92,\"1704\":2169.0,\"1705\":817.0,\"1706\":17184.0,\"1707\":397732.76,\"1708\":503086.45,\"1709\":11872.0,\"1710\":728.97,\"1711\":11309.05,\"1712\":46760.42,\"1713\":6116.0,\"1714\":909.94,\"1715\":698.57,\"1716\":3700.16,\"1717\":2084.38,\"1718\":24322.47,\"1719\":602.14,\"1720\":null,\"1721\":15313.23,\"1722\":9194.0,\"1723\":5181.98,\"1724\":940.78,\"1725\":157534.8,\"1726\":6550.13,\"1727\":null,\"1728\":507860.0,\"1729\":444561.05,\"1730\":null,\"1731\":16419.98,\"1732\":102638.15,\"1733\":15348.0,\"1734\":18695.6,\"1735\":22677.45,\"1736\":13974.58,\"1737\":11354.15,\"1738\":550.83,\"1739\":1354.08,\"1740\":283030.0,\"1741\":null,\"1742\":2450.31,\"1743\":772.08,\"1744\":414.43,\"1745\":30470.41,\"1746\":3716.08,\"1747\":2179.2,\"1748\":918.61,\"1749\":894025.24,\"1750\":482284.12,\"1751\":780.0,\"1752\":6516.4,\"1753\":8298.52,\"1754\":824.34,\"1755\":136710.0,\"1756\":669.34,\"1757\":13752.0,\"1758\":23412.08,\"1759\":60472.5,\"1760\":69293.76,\"1761\":164459.53,\"1762\":null,\"1763\":544457.0,\"1764\":null,\"1765\":7652.17,\"1766\":576.05,\"1767\":661.32,\"1768\":3855.3,\"1769\":350028.09,\"1770\":1060.38,\"1771\":535.23,\"1772\":661.68,\"1773\":1067.3,\"1774\":265.2,\"1775\":429.48,\"1776\":14054.41,\"1777\":4352.85,\"1778\":19968.0,\"1779\":8361.6,\"1780\":null,\"1781\":331.25,\"1782\":2586.0,\"1783\":112.2,\"1784\":307.64,\"1785\":29735.5,\"1786\":25594.57,\"1787\":705205.5699999999,\"1788\":null,\"1789\":564123.15,\"1790\":1275.9,\"1791\":845.68,\"1792\":1148.61,\"1793\":2289.66,\"1794\":523911.18,\"1795\":539583.14,\"1796\":null,\"1797\":269094.16,\"1798\":139826.17,\"1799\":null,\"1800\":795.62,\"1801\":751.02,\"1802\":null,\"1803\":null,\"1804\":null,\"1805\":64542.09,\"1806\":163774.16,\"1807\":169813.35,\"1808\":1387.44,\"1809\":null,\"1810\":14791.36,\"1811\":45629.94,\"1812\":48538.29,\"1813\":658.17,\"1814\":76566.34,\"1815\":924.47,\"1816\":9088.2,\"1817\":2794.15,\"1818\":29839.41,\"1819\":46717.15,\"1820\":56729.15,\"1821\":14971.23,\"1822\":652.83,\"1823\":6411.6,\"1824\":null,\"1825\":7910.4,\"1826\":6793.05,\"1827\":319.18,\"1828\":null,\"1829\":80.0,\"1830\":4806.31,\"1831\":1235.04,\"1832\":1634.16,\"1833\":126.59,\"1834\":8837.0,\"1835\":14609.0,\"1836\":3260.4,\"1837\":6461.54,\"1838\":17253.36,\"1839\":9606.6,\"1840\":10029.21,\"1841\":215.16,\"1842\":13077.8,\"1843\":12702.1,\"1844\":null,\"1845\":1465.1,\"1846\":13266.0,\"1847\":19735.55,\"1848\":10291.82,\"1849\":19593.15,\"1850\":459.6,\"1851\":10487.8,\"1852\":4874.0,\"1853\":1775.9,\"1854\":null,\"1855\":5545.1,\"1856\":304.73,\"1857\":2099.98,\"1858\":340.17,\"1859\":2200.0,\"1860\":1401.64,\"1861\":11363.48,\"1862\":null,\"1863\":null,\"1864\":null,\"1865\":null,\"1866\":null,\"1867\":870.54,\"1868\":0.26,\"1869\":262.68,\"1870\":319.8,\"1871\":null,\"1872\":null,\"1873\":null,\"1874\":null,\"1875\":5706.9,\"1876\":null,\"1877\":null,\"1878\":null,\"1879\":null,\"1880\":4109.22,\"1881\":null,\"1882\":null,\"1883\":null,\"1884\":4704.72,\"1885\":null,\"1886\":null,\"1887\":null,\"1888\":null,\"1889\":null,\"1890\":null,\"1891\":5720.34,\"1892\":null,\"1893\":null,\"1894\":null,\"1895\":null,\"1896\":null,\"1897\":null,\"1898\":null,\"1899\":4218.88,\"1900\":null,\"1901\":null,\"1902\":null,\"1903\":null,\"1904\":null,\"1905\":null,\"1906\":null,\"1907\":null,\"1908\":19802.91,\"1909\":19898.35,\"1910\":null,\"1911\":null,\"1912\":null,\"1913\":null,\"1914\":null,\"1915\":null,\"1916\":null,\"1917\":null,\"1918\":null,\"1919\":null,\"1920\":null,\"1921\":null,\"1922\":null,\"1923\":null,\"1924\":1266.32,\"1925\":null,\"1926\":null,\"1927\":null,\"1928\":null,\"1929\":null,\"1930\":null,\"1931\":null,\"1932\":null,\"1933\":null,\"1934\":null,\"1935\":null,\"1936\":null,\"1937\":null,\"1938\":null,\"1939\":null,\"1940\":null,\"1941\":null,\"1942\":null,\"1943\":null,\"1944\":null,\"1945\":null,\"1946\":null,\"1947\":null,\"1948\":null,\"1949\":null,\"1950\":null,\"1951\":null,\"1952\":null,\"1953\":null,\"1954\":null,\"1955\":null,\"1956\":null,\"1957\":null,\"1958\":null,\"1959\":null,\"1960\":null,\"1961\":null,\"1962\":null,\"1963\":null,\"1964\":null,\"1965\":null,\"1966\":null,\"1967\":null,\"1968\":null,\"1969\":null,\"1970\":null,\"1971\":null,\"1972\":null,\"1973\":null,\"1974\":null,\"1975\":null,\"1976\":null,\"1977\":null,\"1978\":null,\"1979\":null,\"1980\":null,\"1981\":null,\"1982\":null,\"1983\":null,\"1984\":null,\"1985\":null,\"1986\":null,\"1987\":null,\"1988\":null,\"1989\":2178.0,\"1990\":7183.2,\"1991\":376464.74,\"1992\":3333.6,\"1993\":5420.79,\"1994\":689.48,\"1995\":null,\"1996\":null,\"1997\":404.57,\"1998\":14476.0,\"1999\":19485.22,\"2000\":191.4,\"2001\":3064.54,\"2002\":1275.45,\"2003\":765.86,\"2004\":2608.2,\"2005\":814.0,\"2006\":18664.0,\"2007\":60648.67,\"2008\":505648.81,\"2009\":13480.0,\"2010\":709.83,\"2011\":5987.45,\"2012\":39201.69,\"2013\":6372.67,\"2014\":672.18,\"2015\":708.14,\"2016\":3700.48,\"2017\":1876.16,\"2018\":null,\"2019\":640.64,\"2020\":null,\"2021\":null,\"2022\":15328.77,\"2023\":10886.0,\"2024\":4915.51,\"2025\":940.78,\"2026\":156830.08,\"2027\":6198.46,\"2028\":339090.0,\"2029\":763626.8100000001,\"2030\":null,\"2031\":15680.14,\"2032\":373179.66,\"2033\":14880.0,\"2034\":18704.4,\"2035\":24130.07,\"2036\":13955.74,\"2037\":10909.66,\"2038\":744.37,\"2039\":1294.09,\"2040\":450.97,\"2041\":306405.0,\"2042\":null,\"2043\":2417.88,\"2044\":768.44,\"2045\":395.09,\"2046\":29345.81,\"2047\":3520.65,\"2048\":2182.2,\"2049\":null,\"2050\":863.03,\"2051\":894837.8199999999,\"2052\":461496.27,\"2053\":588.0,\"2054\":6380.0,\"2055\":8354.34,\"2056\":814.0,\"2057\":null,\"2058\":652.52,\"2059\":13788.0,\"2060\":23441.71,\"2061\":60337.98,\"2062\":68642.7,\"2063\":164702.06,\"2064\":6.5,\"2065\":544808.13,\"2066\":7040.0,\"2067\":564.96,\"2068\":null,\"2069\":3859.05,\"2070\":81528.51,\"2071\":1062.1,\"2072\":539.72,\"2073\":732.06,\"2074\":838.8,\"2075\":7917.6,\"2076\":427.92,\"2077\":14101.04,\"2078\":4360.5,\"2079\":19968.0,\"2080\":9528.0,\"2081\":361.48,\"2082\":2614.2,\"2083\":108.9,\"2084\":328.24,\"2085\":29689.01,\"2086\":25620.83,\"2087\":null,\"2088\":null,\"2089\":529073.98,\"2090\":1374.18,\"2091\":813.12,\"2092\":1125.22,\"2093\":1805.6,\"2094\":679139.14,\"2095\":534135.03,\"2096\":416205.58,\"2097\":144024.48,\"2098\":null,\"2099\":795.48,\"2100\":893.37,\"2101\":null,\"2102\":null,\"2103\":null,\"2104\":64599.96,\"2105\":108787.04,\"2106\":170420.15,\"2107\":3856.79,\"2108\":14825.53,\"2109\":45606.58,\"2110\":48502.02,\"2111\":657.84,\"2112\":76484.43,\"2113\":859.34,\"2114\":9680.0,\"2115\":2676.16,\"2116\":24357.94,\"2117\":46368.56,\"2118\":56529.61,\"2119\":13910.61,\"2120\":652.05,\"2121\":5569.2,\"2122\":6297.6,\"2123\":6768.47,\"2124\":304.85,\"2125\":null,\"2126\":4800.0,\"2127\":4806.31,\"2128\":1064.76,\"2129\":1528.12,\"2130\":124.74,\"2131\":8587.0,\"2132\":10921.0,\"2133\":3113.0,\"2134\":6453.4,\"2135\":17996.21,\"2136\":9182.51,\"2137\":9624.09,\"2138\":1168.79,\"2139\":14125.3,\"2140\":13798.7,\"2141\":null,\"2142\":1391.0,\"2143\":13410.0,\"2144\":18723.99,\"2145\":10299.11,\"2146\":19611.25,\"2147\":436.8,\"2148\":9449.8,\"2149\":6818.0,\"2150\":null,\"2151\":1683.0,\"2152\":null,\"2153\":4589.5,\"2154\":304.73,\"2155\":2042.77,\"2156\":339.25,\"2157\":151.0,\"2158\":1406.97,\"2159\":10938.53,\"2160\":null,\"2161\":null,\"2162\":null,\"2163\":null,\"2164\":null,\"2165\":768.9,\"2166\":null,\"2167\":292.16,\"2168\":461.7,\"2169\":null,\"2170\":null,\"2171\":660.48,\"2172\":null,\"2173\":5510.0,\"2174\":null,\"2175\":null,\"2176\":null,\"2177\":null,\"2178\":3977.22,\"2179\":null,\"2180\":null,\"2181\":null,\"2182\":6680.23,\"2183\":null,\"2184\":null,\"2185\":null,\"2186\":null,\"2187\":null,\"2188\":null,\"2189\":10032.54,\"2190\":null,\"2191\":null,\"2192\":null,\"2193\":null,\"2194\":null,\"2195\":null,\"2196\":null,\"2197\":4183.03,\"2198\":null,\"2199\":null,\"2200\":null,\"2201\":null,\"2202\":null,\"2203\":null,\"2204\":null,\"2205\":13868.65,\"2206\":14502.17,\"2207\":null,\"2208\":null,\"2209\":null,\"2210\":null,\"2211\":null,\"2212\":null,\"2213\":null,\"2214\":null,\"2215\":null,\"2216\":null,\"2217\":null,\"2218\":null,\"2219\":null,\"2220\":null,\"2221\":null,\"2222\":1232.17,\"2223\":null,\"2224\":null,\"2225\":null,\"2226\":null,\"2227\":null,\"2228\":null,\"2229\":null,\"2230\":null,\"2231\":null,\"2232\":null,\"2233\":null,\"2234\":null,\"2235\":null,\"2236\":null,\"2237\":null,\"2238\":null,\"2239\":null,\"2240\":null,\"2241\":null,\"2242\":null,\"2243\":null,\"2244\":null,\"2245\":null,\"2246\":null,\"2247\":null,\"2248\":null,\"2249\":null,\"2250\":null,\"2251\":null,\"2252\":739.81,\"2253\":null,\"2254\":null,\"2255\":null,\"2256\":null,\"2257\":null,\"2258\":null,\"2259\":null,\"2260\":null,\"2261\":null,\"2262\":null,\"2263\":null,\"2264\":null,\"2265\":null,\"2266\":null,\"2267\":null,\"2268\":null,\"2269\":null,\"2270\":null,\"2271\":null,\"2272\":null,\"2273\":null,\"2274\":null,\"2275\":null,\"2276\":null,\"2277\":null,\"2278\":null,\"2279\":null,\"2280\":null,\"2281\":null,\"2282\":null,\"2283\":null,\"2284\":null,\"2285\":null,\"2286\":null,\"2287\":null,\"2288\":2013.0,\"2289\":7171.2,\"2290\":20205.0,\"2291\":2340.0,\"2292\":4936.86,\"2293\":690.91,\"2294\":38.46,\"2295\":null,\"2296\":404.47,\"2297\":12936.0,\"2298\":18587.75,\"2299\":191.4,\"2300\":3059.43,\"2301\":1715.67,\"2302\":758.16,\"2303\":3008.7,\"2304\":812.0,\"2305\":16068.0,\"2306\":85680.31,\"2307\":503708.01,\"2308\":13992.0,\"2309\":1650.33,\"2310\":6981.24,\"2311\":37517.98,\"2312\":6174.67,\"2313\":810.18,\"2314\":708.88,\"2315\":3700.48,\"2316\":1968.78,\"2317\":14140.89,\"2318\":637.12,\"2319\":null,\"2320\":null,\"2321\":15316.69,\"2322\":15951.0,\"2323\":4670.18,\"2324\":940.78,\"2325\":150116.29,\"2326\":5941.26,\"2327\":null,\"2328\":998461.28,\"2329\":null,\"2330\":14605.16,\"2331\":265473.91,\"2332\":14412.0,\"2333\":18752.8,\"2334\":22834.07,\"2335\":13745.6,\"2336\":10125.22,\"2337\":91195.1,\"2338\":988.42,\"2339\":1275.64,\"2340\":564.33,\"2341\":179355.0,\"2342\":null,\"2343\":2228.7,\"2344\":765.0,\"2345\":396.63,\"2346\":26936.21,\"2347\":3114.69,\"2348\":1.2,\"2349\":null,\"2350\":856.1,\"2351\":893689.36,\"2352\":461724.51,\"2353\":1176.0,\"2354\":5843.2,\"2355\":8353.47,\"2356\":809.16,\"2357\":90650.0,\"2358\":663.1,\"2359\":12780.0,\"2360\":23062.29,\"2361\":60957.89,\"2362\":68475.66,\"2363\":165225.53,\"2364\":null,\"2365\":460261.84,\"2366\":5275.1,\"2367\":4808.37,\"2368\":7040.0,\"2369\":569.18,\"2370\":670.1,\"2371\":3528.3,\"2372\":188379.53,\"2373\":1062.1,\"2374\":541.53,\"2375\":854.1,\"2376\":724.51,\"2377\":6622.8,\"2378\":429.0,\"2379\":14007.78,\"2380\":4496.4,\"2381\":19980.8,\"2382\":8140.8,\"2383\":null,\"2384\":354.88,\"2385\":2580.0,\"2386\":108.9,\"2387\":345.02,\"2388\":29976.26,\"2389\":25606.42,\"2390\":281104.26,\"2391\":null,\"2392\":812005.38,\"2393\":1366.26,\"2394\":824.34,\"2395\":1119.2,\"2396\":1642.7,\"2397\":436475.29,\"2398\":534297.1899999999,\"2399\":null,\"2400\":66671.62,\"2401\":286224.05,\"2402\":142416.72,\"2403\":27232.15,\"2404\":795.34,\"2405\":640.38,\"2406\":null,\"2407\":null,\"2408\":null,\"2409\":64536.46,\"2410\":160608.82,\"2411\":170653.25,\"2412\":323.91,\"2413\":117023.61,\"2414\":14790.39,\"2415\":45252.73,\"2416\":48343.81,\"2417\":658.2,\"2418\":76505.26,\"2419\":833.77,\"2420\":9132.2,\"2421\":2550.24,\"2422\":31064.21,\"2423\":46474.09,\"2424\":49674.57,\"2425\":55074.42,\"2426\":13285.3,\"2427\":651.36,\"2428\":5500.8,\"2429\":null,\"2430\":3760.8,\"2431\":6781.34,\"2432\":287.03,\"2433\":null,\"2434\":1440.0,\"2435\":4806.31,\"2436\":1211.28,\"2437\":1526.36,\"2438\":119.06,\"2439\":8428.0,\"2440\":9871.0,\"2441\":3020.6,\"2442\":5953.2,\"2443\":18225.34,\"2444\":9097.55,\"2445\":9455.88,\"2446\":896.28,\"2447\":10002.8,\"2448\":9769.7,\"2449\":null,\"2450\":1357.5,\"2451\":13716.0,\"2452\":19687.62,\"2453\":10294.66,\"2454\":19609.8,\"2455\":416.7,\"2456\":8865.0,\"2457\":7730.0,\"2458\":1608.2,\"2459\":null,\"2460\":4133.9,\"2461\":304.73,\"2462\":1560.44,\"2463\":339.25,\"2464\":2127.0,\"2465\":1404.93,\"2466\":10798.77,\"2467\":null,\"2468\":null,\"2469\":null,\"2470\":null,\"2471\":null,\"2472\":743.16,\"2473\":null,\"2474\":275.44,\"2475\":926.4,\"2476\":null,\"2477\":null,\"2478\":277.92,\"2479\":null,\"2480\":5571.3,\"2481\":null,\"2482\":null,\"2483\":null,\"2484\":null,\"2485\":3914.09,\"2486\":null,\"2487\":null,\"2488\":9509.6,\"2489\":null,\"2490\":null,\"2491\":null,\"2492\":null,\"2493\":null,\"2494\":null,\"2495\":11534.75,\"2496\":null,\"2497\":null,\"2498\":null,\"2499\":null,\"2500\":null,\"2501\":null,\"2502\":null,\"2503\":4083.46,\"2504\":null,\"2505\":null,\"2506\":null,\"2507\":null,\"2508\":null,\"2509\":null,\"2510\":null,\"2511\":11312.36,\"2512\":11510.35,\"2513\":null,\"2514\":null,\"2515\":null,\"2516\":null,\"2517\":null,\"2518\":null,\"2519\":null,\"2520\":null,\"2521\":null,\"2522\":null,\"2523\":null,\"2524\":null,\"2525\":null,\"2526\":null,\"2527\":null,\"2528\":1214.57,\"2529\":null,\"2530\":null,\"2531\":null,\"2532\":null,\"2533\":null,\"2534\":null,\"2535\":null,\"2536\":null,\"2537\":null,\"2538\":null,\"2539\":null,\"2540\":null,\"2541\":null,\"2542\":null,\"2543\":null,\"2544\":null,\"2545\":null,\"2546\":null,\"2547\":null,\"2548\":null,\"2549\":null,\"2550\":null,\"2551\":null,\"2552\":null,\"2553\":null,\"2554\":null,\"2555\":null,\"2556\":null,\"2557\":null,\"2558\":661.81,\"2559\":null,\"2560\":null,\"2561\":null,\"2562\":null,\"2563\":null,\"2564\":null,\"2565\":null,\"2566\":null,\"2567\":null,\"2568\":null,\"2569\":null,\"2570\":null,\"2571\":null,\"2572\":null,\"2573\":null,\"2574\":null,\"2575\":null,\"2576\":null,\"2577\":null,\"2578\":null,\"2579\":null,\"2580\":null,\"2581\":null,\"2582\":null,\"2583\":null,\"2584\":null,\"2585\":null,\"2586\":null,\"2587\":null,\"2588\":null,\"2589\":null,\"2590\":null,\"2591\":null,\"2592\":null,\"2593\":null,\"2594\":1900.8,\"2595\":7176.0,\"2596\":19599.0,\"2597\":2350.8,\"2598\":4630.31,\"2599\":464.42,\"2600\":5.81,\"2601\":4520.0,\"2602\":404.26,\"2603\":13904.0,\"2604\":17814.85,\"2605\":198.0,\"2606\":3055.47,\"2607\":1739.76,\"2608\":726.48,\"2609\":2205.0,\"2610\":1367.0,\"2611\":16664.0,\"2612\":175980.22,\"2613\":502843.98,\"2614\":12368.0,\"2615\":1276.77,\"2616\":5986.18,\"2617\":61713.71,\"2618\":6123.33,\"2619\":768.49,\"2620\":720.56,\"2621\":3698.88,\"2622\":1964.45,\"2623\":13159.84,\"2624\":600.6,\"2625\":null,\"2626\":null,\"2627\":15412.22,\"2628\":9593.0,\"2629\":4653.25,\"2630\":940.78,\"2631\":148213.74,\"2632\":5922.65,\"2633\":17760.0,\"2634\":36219.34,\"2635\":818064.8100000001,\"2636\":null,\"2637\":13745.13,\"2638\":374544.68,\"2639\":14232.0,\"2640\":18598.8,\"2641\":23761.85,\"2642\":11955.23,\"2643\":10387.89,\"2644\":169885.83,\"2645\":827.79,\"2646\":1246.26,\"2647\":555.71,\"2648\":305855.0,\"2649\":null,\"2650\":2083.46,\"2651\":765.1,\"2652\":399.74,\"2653\":25178.78,\"2654\":3553.46,\"2655\":0.6,\"2656\":null,\"2657\":912.51,\"2658\":892828.55,\"2659\":472855.49,\"2660\":882.0,\"2661\":5913.6,\"2662\":8335.39,\"2663\":809.38,\"2664\":133660.0,\"2665\":625.12,\"2666\":13680.0,\"2667\":23412.92,\"2668\":60923.35,\"2669\":68433.11,\"2670\":165258.29,\"2671\":640.5,\"2672\":1017.77,\"2673\":39225.01,\"2674\":42298.7,\"2675\":7652.17,\"2676\":560.21,\"2677\":669.82,\"2678\":1685.25,\"2679\":222470.36,\"2680\":1062.1,\"2681\":552.98,\"2682\":523.98,\"2683\":736.07,\"2684\":5254.8,\"2685\":429.24,\"2686\":14042.22,\"2687\":4493.7,\"2688\":19795.2,\"2689\":8961.6,\"2690\":346.43,\"2691\":2609.4,\"2692\":108.9,\"2693\":339.87,\"2694\":29379.93,\"2695\":25577.95,\"2696\":543575.95,\"2697\":null,\"2698\":550845.51,\"2699\":1239.84,\"2700\":851.84,\"2701\":1099.44,\"2702\":1569.6,\"2703\":786423.42,\"2704\":548148.37,\"2705\":null,\"2706\":184370.0,\"2707\":null,\"2708\":416469.25,\"2709\":141038.38,\"2710\":123107.76,\"2711\":795.06,\"2712\":660.67,\"2713\":null,\"2714\":null,\"2715\":null,\"2716\":76494.6,\"2717\":164960.17,\"2718\":170233.3,\"2719\":null,\"2720\":159697.64,\"2721\":14791.76,\"2722\":45354.21,\"2723\":48229.57,\"2724\":657.18,\"2725\":75525.28,\"2726\":929.71,\"2727\":8694.4,\"2728\":2524.99,\"2729\":33297.28,\"2730\":46329.87,\"2731\":49524.91,\"2732\":49113.1,\"2733\":13949.02,\"2734\":652.11,\"2735\":4150.8,\"2736\":1.2,\"2737\":4360.8,\"2738\":6897.83,\"2739\":284.26,\"2740\":null,\"2741\":1200.0,\"2742\":4806.31,\"2743\":1210.08,\"2744\":1563.76,\"2745\":117.21,\"2746\":9116.0,\"2747\":9849.0,\"2748\":2961.2,\"2749\":5958.75,\"2750\":17873.87,\"2751\":10082.03,\"2752\":10215.6,\"2753\":734.07,\"2754\":10008.6,\"2755\":9748.9,\"2756\":null,\"2757\":1396.0,\"2758\":13500.0,\"2759\":19658.01,\"2760\":10276.17,\"2761\":19600.96,\"2762\":null,\"2763\":null,\"2764\":439.9,\"2765\":8391.4,\"2766\":4552.0,\"2767\":1565.1,\"2768\":null,\"2769\":3870.4,\"2770\":304.73,\"2771\":2182.58,\"2772\":338.33,\"2773\":2109.0,\"2774\":1447.59,\"2775\":10939.72,\"2776\":null,\"2777\":null,\"2778\":null,\"2779\":null,\"2780\":null,\"2781\":709.5,\"2782\":null,\"2783\":283.8,\"2784\":1001.4,\"2785\":null,\"2786\":null,\"2787\":null,\"2788\":null,\"2789\":5540.1,\"2790\":null,\"2791\":null,\"2792\":null,\"2793\":null,\"2794\":4338.78,\"2795\":null,\"2796\":null,\"2797\":6929.14,\"2798\":null,\"2799\":null,\"2800\":null,\"2801\":null,\"2802\":null,\"2803\":null,\"2804\":null,\"2805\":7201.04,\"2806\":null,\"2807\":null,\"2808\":null,\"2809\":null,\"2810\":null,\"2811\":null,\"2812\":null,\"2813\":6054.76,\"2814\":null,\"2815\":null,\"2816\":null,\"2817\":null,\"2818\":null,\"2819\":null,\"2820\":9410.34,\"2821\":9678.92,\"2822\":null,\"2823\":null,\"2824\":null,\"2825\":null,\"2826\":null,\"2827\":null,\"2828\":null,\"2829\":null,\"2830\":null,\"2831\":null,\"2832\":null,\"2833\":null,\"2834\":null,\"2835\":null,\"2836\":null,\"2837\":1336.83,\"2838\":null,\"2839\":null,\"2840\":null,\"2841\":null,\"2842\":null,\"2843\":null,\"2844\":null,\"2845\":null,\"2846\":null,\"2847\":null,\"2848\":null,\"2849\":null,\"2850\":null,\"2851\":null,\"2852\":null,\"2853\":null,\"2854\":null,\"2855\":null,\"2856\":null,\"2857\":null,\"2858\":null,\"2859\":null,\"2860\":null,\"2861\":null,\"2862\":null,\"2863\":null,\"2864\":null,\"2865\":null,\"2866\":null,\"2867\":null,\"2868\":null,\"2869\":null,\"2870\":null,\"2871\":null,\"2872\":null,\"2873\":null,\"2874\":null,\"2875\":null,\"2876\":null,\"2877\":null,\"2878\":null,\"2879\":null,\"2880\":null,\"2881\":null,\"2882\":null,\"2883\":null,\"2884\":null,\"2885\":null,\"2886\":null,\"2887\":null,\"2888\":null,\"2889\":null,\"2890\":null,\"2891\":null,\"2892\":null,\"2893\":null,\"2894\":null,\"2895\":null,\"2896\":null,\"2897\":null,\"2898\":null,\"2899\":null,\"2900\":null,\"2901\":null,\"2902\":null,\"2903\":1867.8,\"2904\":7165.2,\"2905\":12774.0,\"2906\":2170.8,\"2907\":3935.42,\"2908\":464.97,\"2909\":16.54,\"2910\":14750.0,\"2911\":404.42,\"2912\":12804.0,\"2913\":16978.53,\"2914\":null,\"2915\":3045.08,\"2916\":1732.83,\"2917\":711.94,\"2918\":1993.5,\"2919\":1742.0,\"2920\":16492.0,\"2921\":462446.75,\"2922\":502444.11,\"2923\":11952.0,\"2924\":996.27,\"2925\":7755.74,\"2926\":61899.86,\"2927\":6229.67,\"2928\":690.0,\"2929\":726.58,\"2930\":3700.16,\"2931\":null,\"2932\":12878.46,\"2933\":625.68,\"2934\":null,\"2935\":15342.34,\"2936\":7256.0,\"2937\":4968.71,\"2938\":940.78,\"2939\":129233.94,\"2940\":152740.12,\"2941\":6394.21,\"2942\":46488.0,\"2943\":410410.0,\"2944\":697017.3199999999,\"2945\":21.74,\"2946\":16194.49,\"2947\":310278.25,\"2948\":19230.4,\"2949\":18752.8,\"2950\":25767.18,\"2951\":9989.47,\"2952\":11253.91,\"2953\":75305.5,\"2954\":1020.3,\"2955\":1246.97,\"2956\":448.71,\"2957\":306020.0,\"2958\":null,\"2959\":2066.9,\"2960\":761.65,\"2961\":399.08,\"2962\":24527.46,\"2963\":2186.49,\"2964\":2.4,\"2965\":null,\"2966\":899.64,\"2967\":919808.49,\"2968\":233897.92,\"2969\":594.0,\"2970\":6135.8,\"2971\":8334.94,\"2972\":803.66,\"2973\":136670.0,\"2974\":623.19,\"2975\":13428.0,\"2976\":23062.56,\"2977\":61194.02,\"2978\":68750.7,\"2979\":165198.38,\"2980\":null,\"2981\":1030.75,\"2982\":39112.24,\"2983\":42076.45,\"2984\":8264.35,\"2985\":522.06,\"2986\":672.77,\"2987\":1220.25,\"2988\":350115.77,\"2989\":1062.1,\"2990\":531.66,\"2991\":826.38,\"2992\":583.41,\"2993\":5083.2,\"2994\":429.36,\"2995\":null,\"2996\":13997.74,\"2997\":4495.5,\"2998\":19788.8,\"2999\":8299.2,\"3000\":376.86,\"3001\":2544.6,\"3002\":108.9,\"3003\":294.79,\"3004\":29602.99,\"3005\":25600.29,\"3006\":3809.58,\"3007\":null,\"3008\":565389.6800000001,\"3009\":1216.02,\"3010\":789.8,\"3011\":1142.19,\"3012\":1465.2,\"3013\":54156.38,\"3014\":788151.6800000001,\"3015\":546860.8,\"3016\":null,\"3017\":416907.2,\"3018\":143432.64,\"3019\":124177.91,\"3020\":793.1,\"3021\":851.05,\"3022\":null,\"3023\":null,\"3024\":null,\"3025\":77524.03,\"3026\":166095.01,\"3027\":169874.4,\"3028\":null,\"3029\":226048.35,\"3030\":14807.81,\"3031\":45866.41,\"3032\":48449.4,\"3033\":664.32,\"3034\":75591.38,\"3035\":null,\"3036\":8219.2,\"3037\":2525.91,\"3038\":27751.63,\"3039\":46185.92,\"3040\":48889.94,\"3041\":49077.11,\"3042\":16254.03,\"3043\":651.45,\"3044\":4150.8,\"3045\":10.8,\"3046\":7329.6,\"3047\":4000.43,\"3048\":278.26,\"3049\":7120.0,\"3050\":4806.31,\"3051\":1213.44,\"3052\":1519.76,\"3053\":112.45,\"3054\":8445.0,\"3055\":9574.0,\"3056\":2875.4,\"3057\":6433.78,\"3058\":18112.85,\"3059\":16802.64,\"3060\":15654.47,\"3061\":542.81,\"3062\":10008.2,\"3063\":9764.9,\"3064\":null,\"3065\":1341.0,\"3066\":13770.0,\"3067\":19664.59,\"3068\":10277.09,\"3069\":19611.74,\"3070\":null,\"3071\":null,\"3072\":null,\"3073\":417.3,\"3074\":8255.4,\"3075\":2008.0,\"3076\":null,\"3077\":1487.1,\"3078\":null,\"3079\":3556.5,\"3080\":1285.0,\"3081\":304.73,\"3082\":2131.9,\"3083\":337.41,\"3084\":2060.0,\"3085\":1271.96,\"3086\":10755.54,\"3087\":null,\"3088\":null,\"3089\":null,\"3090\":null,\"3091\":null,\"3092\":725.34,\"3093\":null,\"3094\":273.24,\"3095\":945.0,\"3096\":null,\"3097\":null,\"3098\":null,\"3099\":1285.0,\"3100\":5496.5,\"3101\":null,\"3102\":null,\"3103\":null,\"3104\":null,\"3105\":4195.3,\"3106\":null,\"3107\":4582.51,\"3108\":null,\"3109\":180655.95,\"3110\":null,\"3111\":null,\"3112\":null,\"3113\":null,\"3114\":null,\"3115\":6768.81,\"3116\":null,\"3117\":null,\"3118\":null,\"3119\":null,\"3120\":null,\"3121\":null,\"3122\":null,\"3123\":4144.46,\"3124\":null,\"3125\":null,\"3126\":null,\"3127\":null,\"3128\":null,\"3129\":null,\"3130\":null,\"3131\":8434.7,\"3132\":8662.75,\"3133\":null,\"3134\":null,\"3135\":null,\"3136\":null,\"3137\":null,\"3138\":null,\"3139\":null,\"3140\":null,\"3141\":null,\"3142\":null,\"3143\":null,\"3144\":null,\"3145\":null,\"3146\":null,\"3147\":null,\"3148\":1663.42,\"3149\":null,\"3150\":null,\"3151\":null,\"3152\":null,\"3153\":null,\"3154\":null,\"3155\":null,\"3156\":null,\"3157\":null,\"3158\":null,\"3159\":null,\"3160\":null,\"3161\":null,\"3162\":null,\"3163\":null,\"3164\":null,\"3165\":null,\"3166\":null,\"3167\":null,\"3168\":null,\"3169\":null,\"3170\":null,\"3171\":null,\"3172\":null,\"3173\":null,\"3174\":null,\"3175\":null,\"3176\":null,\"3177\":null,\"3178\":null,\"3179\":null,\"3180\":null,\"3181\":null,\"3182\":null,\"3183\":null,\"3184\":null,\"3185\":null,\"3186\":null,\"3187\":null,\"3188\":null,\"3189\":null,\"3190\":null,\"3191\":null,\"3192\":null,\"3193\":null,\"3194\":null,\"3195\":null,\"3196\":null,\"3197\":null,\"3198\":null,\"3199\":null,\"3200\":null,\"3201\":null,\"3202\":null,\"3203\":null,\"3204\":null,\"3205\":null,\"3206\":null,\"3207\":null,\"3208\":null,\"3209\":null,\"3210\":null,\"3211\":null,\"3212\":null,\"3213\":1841.4,\"3214\":7155.6,\"3215\":15867.0,\"3216\":1908.0,\"3217\":3935.89,\"3218\":467.17,\"3219\":1.67,\"3220\":null,\"3221\":403.92,\"3222\":13596.0,\"3223\":16371.56,\"3224\":198.0,\"3225\":3036.99,\"3226\":1742.73,\"3227\":708.84,\"3228\":3530.7,\"3229\":1717.0,\"3230\":14532.0,\"3231\":450473.43,\"3232\":502541.36,\"3233\":null,\"3234\":1060.62,\"3235\":11444.82,\"3236\":61918.61,\"3237\":6138.0,\"3238\":759.58,\"3239\":726.29,\"3240\":null,\"3241\":3699.52,\"3242\":11495.02,\"3243\":632.06,\"3244\":null,\"3245\":null,\"3246\":15303.44,\"3247\":6161.0,\"3248\":4603.01,\"3249\":897.21,\"3250\":228214.9,\"3251\":152659.73,\"3252\":5810.58,\"3253\":null,\"3254\":null,\"3255\":857151.38,\"3256\":null,\"3257\":13152.94,\"3258\":298840.1,\"3259\":14954.6,\"3260\":18966.2,\"3261\":26332.31,\"3262\":12909.71,\"3263\":10497.16,\"3264\":null,\"3265\":1014.71,\"3266\":1256.44,\"3267\":null,\"3268\":542.58,\"3269\":305965.0,\"3270\":null,\"3271\":2235.83,\"3272\":88.69,\"3273\":402.13,\"3274\":23365.93,\"3275\":3826.2,\"3276\":1.8,\"3277\":null,\"3278\":905.88,\"3279\":877530.58,\"3280\":538276.3199999999,\"3281\":624.0,\"3282\":6353.6,\"3283\":8323.89,\"3284\":804.1,\"3285\":null,\"3286\":626.47,\"3287\":13140.0,\"3288\":23402.36,\"3289\":null,\"3290\":68944.41,\"3291\":165086.41,\"3292\":null,\"3293\":268456.0,\"3294\":273069.61,\"3295\":1038.2,\"3296\":38704.91,\"3297\":42299.97,\"3298\":8111.3,\"3299\":528.53,\"3300\":670.28,\"3301\":1191.15,\"3302\":174851.0,\"3303\":null,\"3304\":530.81,\"3305\":804.6,\"3306\":604.1,\"3307\":5239.2,\"3308\":429.36,\"3309\":13982.67,\"3310\":4501.8,\"3311\":19264.0,\"3312\":9086.4,\"3313\":354.42,\"3314\":2518.2,\"3315\":105.6,\"3316\":214.07,\"3317\":29822.81,\"3318\":44147.87,\"3319\":null,\"3320\":null,\"3321\":530765.0,\"3322\":1213.02,\"3323\":723.8,\"3324\":1166.48,\"3325\":1306.8,\"3326\":54521.92,\"3327\":774193.6,\"3328\":547805.87,\"3329\":null,\"3330\":null,\"3331\":7144.21,\"3332\":417242.37,\"3333\":143654.42,\"3334\":124738.37,\"3335\":2062.0,\"3336\":792.96,\"3337\":671.89,\"3338\":null,\"3339\":null,\"3340\":null,\"3341\":77823.1,\"3342\":165320.06,\"3343\":170690.25,\"3344\":null,\"3345\":229617.85,\"3346\":18209.38,\"3347\":45395.3,\"3348\":48185.69,\"3349\":644.58,\"3350\":77100.34,\"3351\":1272.75,\"3352\":8540.4,\"3353\":2401.6,\"3354\":33545.72,\"3355\":46555.5,\"3356\":57335.32,\"3357\":57559.88,\"3358\":12344.13,\"3359\":651.24,\"3360\":11030.4,\"3361\":null,\"3362\":3372.0,\"3363\":6733.82,\"3364\":277.2,\"3365\":3760.0,\"3366\":5168.09,\"3367\":937.44,\"3368\":1496.88,\"3369\":126.06,\"3370\":331.2,\"3371\":8101.0,\"3372\":9491.0,\"3373\":2831.4,\"3374\":4951.22,\"3375\":17705.77,\"3376\":9458.23,\"3377\":9812.94,\"3378\":null,\"3379\":10006.1,\"3380\":9777.6,\"3381\":null,\"3382\":1334.9,\"3383\":13392.0,\"3384\":19647.88,\"3385\":10291.15,\"3386\":19599.64,\"3387\":7768.8,\"3388\":null,\"3389\":315.3,\"3390\":8062.7,\"3391\":5780.0,\"3392\":5.73,\"3393\":1442.8,\"3394\":null,\"3395\":3416.6,\"3396\":586.0,\"3397\":304.73,\"3398\":2101.66,\"3399\":341.78,\"3400\":2059.0,\"3401\":1286.07,\"3402\":10545.1,\"3403\":null,\"3404\":null,\"3405\":null,\"3406\":null,\"3407\":720.72,\"3408\":null,\"3409\":285.56,\"3410\":878.1,\"3411\":null,\"3412\":null,\"3413\":null,\"3414\":2968.0,\"3415\":5337.5,\"3416\":null,\"3417\":null,\"3418\":null,\"3419\":null,\"3420\":3810.78,\"3421\":null,\"3422\":null,\"3423\":2753.98,\"3424\":null,\"3425\":163109.73,\"3426\":null,\"3427\":null,\"3428\":null,\"3429\":null,\"3430\":null,\"3431\":5005.14,\"3432\":null,\"3433\":null,\"3434\":null,\"3435\":null,\"3436\":null,\"3437\":null,\"3438\":null,\"3439\":4483.14,\"3440\":null,\"3441\":null,\"3442\":null,\"3443\":null,\"3444\":null,\"3445\":null,\"3446\":null,\"3447\":11344.26,\"3448\":11510.21,\"3449\":null,\"3450\":null,\"3451\":null,\"3452\":null,\"3453\":null,\"3454\":null,\"3455\":null,\"3456\":null,\"3457\":null,\"3458\":null,\"3459\":null,\"3460\":null,\"3461\":null,\"3462\":null,\"3463\":null,\"3464\":1221.22,\"3465\":null,\"3466\":null,\"3467\":null,\"3468\":null,\"3469\":null,\"3470\":null,\"3471\":null,\"3472\":null,\"3473\":null,\"3474\":null,\"3475\":null,\"3476\":null,\"3477\":null,\"3478\":null,\"3479\":null,\"3480\":null,\"3481\":null,\"3482\":null,\"3483\":null,\"3484\":null,\"3485\":null,\"3486\":null,\"3487\":null,\"3488\":null,\"3489\":null,\"3490\":null,\"3491\":null,\"3492\":null,\"3493\":null,\"3494\":3985.0,\"3495\":null,\"3496\":null,\"3497\":null,\"3498\":null,\"3499\":null,\"3500\":null,\"3501\":null,\"3502\":null,\"3503\":null,\"3504\":null,\"3505\":null,\"3506\":null,\"3507\":null,\"3508\":null,\"3509\":null,\"3510\":null,\"3511\":null,\"3512\":null,\"3513\":null,\"3514\":null,\"3515\":null,\"3516\":null,\"3517\":null,\"3518\":null,\"3519\":null,\"3520\":null,\"3521\":null,\"3522\":null,\"3523\":null,\"3524\":null,\"3525\":null,\"3526\":null,\"3527\":null,\"3528\":null,\"3529\":null,\"3530\":null,\"3531\":null,\"3532\":1815.0,\"3533\":7146.0,\"3534\":17760.0,\"3535\":9986.4,\"3536\":6423.05,\"3537\":467.72,\"3538\":65.65,\"3539\":404.72,\"3540\":12793.0,\"3541\":15757.36,\"3542\":204.6,\"3543\":3044.74,\"3544\":1747.35,\"3545\":762.93,\"3546\":2440.8,\"3547\":2397.0,\"3548\":20392.0,\"3549\":302857.47,\"3550\":500021.17,\"3551\":13872.0,\"3552\":1050.72,\"3553\":11440.51,\"3554\":61863.0,\"3555\":6156.33,\"3556\":712.71,\"3557\":699.23,\"3558\":3702.08,\"3559\":11093.76,\"3560\":608.52,\"3561\":null,\"3562\":null,\"3563\":29186.32,\"3564\":6226.0,\"3565\":4388.96,\"3566\":939.79,\"3567\":246928.44,\"3568\":151596.84,\"3569\":5661.61,\"3570\":null,\"3571\":null,\"3572\":128265.4,\"3573\":null,\"3574\":12931.38,\"3575\":392442.6,\"3576\":14105.4,\"3577\":18924.4,\"3578\":23492.8,\"3579\":13187.79,\"3580\":17162.08,\"3581\":null,\"3582\":987.8,\"3583\":1237.32,\"3584\":306.08,\"3585\":228470.0,\"3586\":null,\"3587\":1950.86,\"3588\":761.06,\"3589\":385.19,\"3590\":23052.55,\"3591\":162701.91,\"3592\":3060.62,\"3593\":23.4,\"3594\":694.71,\"3595\":877123.22,\"3596\":459409.28,\"3597\":678.0,\"3598\":6338.2,\"3599\":8297.78,\"3600\":797.5,\"3601\":636.45,\"3602\":13752.0,\"3603\":23312.51,\"3604\":69820.02,\"3605\":164254.27,\"3606\":null,\"3607\":269790.0,\"3608\":443684.46,\"3609\":931.13,\"3610\":38771.15,\"3611\":42288.72,\"3612\":8264.35,\"3613\":503.84,\"3614\":null,\"3615\":1002.6,\"3616\":294796.17,\"3617\":1050.05,\"3618\":531.66,\"3619\":569.7,\"3620\":546.67,\"3621\":5161.2,\"3622\":429.24,\"3623\":null,\"3624\":1978.48,\"3625\":14047.24,\"3626\":4499.55,\"3627\":18494.65,\"3628\":8006.4,\"3629\":380.03,\"3630\":2473.8,\"3631\":105.6,\"3632\":348.49,\"3633\":29266.39,\"3634\":32386.63,\"3635\":null,\"3636\":161189.6,\"3637\":null,\"3638\":654073.79,\"3639\":1209.06,\"3640\":757.46,\"3641\":1096.02,\"3642\":1980.0,\"3643\":null,\"3644\":774391.05,\"3645\":51698.5,\"3646\":530419.9,\"3647\":101730.0,\"3648\":155224.91,\"3649\":418610.66,\"3650\":144178.27,\"3651\":125592.76,\"3652\":null,\"3653\":792.96,\"3654\":538.91,\"3655\":null,\"3656\":null,\"3657\":null,\"3658\":76095.57,\"3659\":165238.13,\"3660\":167212.25,\"3661\":null,\"3662\":116553.68,\"3663\":18769.09,\"3664\":44988.53,\"3665\":48857.36,\"3666\":660.78,\"3667\":153587.83,\"3668\":1004.29,\"3669\":8146.6,\"3670\":2382.31,\"3671\":null,\"3672\":null,\"3673\":32065.75,\"3674\":31147.99,\"3675\":14063.76,\"3676\":650.64,\"3677\":5904.0,\"3678\":null,\"3679\":null,\"3680\":3856.8,\"3681\":6771.77,\"3682\":267.43,\"3683\":8400.0,\"3684\":9190.04,\"3685\":841.8,\"3686\":1545.28,\"3687\":124.21,\"3688\":331.2,\"3689\":7887.0,\"3690\":9088.0,\"3691\":2811.6,\"3692\":4959.41,\"3693\":14972.49,\"3694\":9063.14,\"3695\":9418.44,\"3696\":171.75,\"3697\":10012.3,\"3698\":9776.3,\"3699\":null,\"3700\":1371.7,\"3701\":13050.0,\"3702\":19747.82,\"3703\":10290.51,\"3704\":19604.83,\"3705\":8575.2,\"3706\":395.5,\"3707\":7929.5,\"3708\":1908.0,\"3709\":null,\"3710\":1411.8,\"3711\":null,\"3712\":3226.0,\"3713\":2096.0,\"3714\":304.73,\"3715\":2167.05,\"3716\":346.38,\"3717\":2014.0,\"3718\":1183.66,\"3719\":10338.29,\"3720\":null,\"3721\":null,\"3722\":null,\"3723\":null,\"3724\":754.38,\"3725\":297.44,\"3726\":1069.2,\"3727\":null,\"3728\":null,\"3729\":null,\"3730\":2000.0,\"3731\":5276.0,\"3732\":null,\"3733\":null,\"3734\":null,\"3735\":null,\"3736\":3741.91,\"3737\":null,\"3738\":null,\"3739\":null,\"3740\":3132.08,\"3741\":null,\"3742\":180849.63,\"3743\":null,\"3744\":null,\"3745\":null,\"3746\":null,\"3747\":null,\"3748\":5348.17,\"3749\":null,\"3750\":null,\"3751\":null,\"3752\":null,\"3753\":null,\"3754\":null,\"3755\":4569.58,\"3756\":null,\"3757\":null,\"3758\":null,\"3759\":null,\"3760\":null,\"3761\":null,\"3762\":null,\"3763\":null,\"3764\":8425.86,\"3765\":8670.99,\"3766\":null,\"3767\":null,\"3768\":null,\"3769\":null,\"3770\":null,\"3771\":null,\"3772\":null,\"3773\":null,\"3774\":null,\"3775\":null,\"3776\":null,\"3777\":null,\"3778\":null,\"3779\":1195.43,\"3780\":null,\"3781\":null,\"3782\":null,\"3783\":null,\"3784\":null,\"3785\":null,\"3786\":null,\"3787\":null,\"3788\":null,\"3789\":null,\"3790\":null,\"3791\":null,\"3792\":14.3,\"3793\":null,\"3794\":null,\"3795\":null,\"3796\":null,\"3797\":null,\"3798\":null,\"3799\":null,\"3800\":null,\"3801\":null,\"3802\":null,\"3803\":null,\"3804\":null,\"3805\":null,\"3806\":null,\"3807\":null,\"3808\":null,\"3809\":null,\"3810\":4800.0,\"3811\":null,\"3812\":null,\"3813\":null,\"3814\":null,\"3815\":null,\"3816\":null,\"3817\":null,\"3818\":null,\"3819\":null,\"3820\":null,\"3821\":null,\"3822\":null,\"3823\":null,\"3824\":null,\"3825\":4800.0,\"3826\":null,\"3827\":null,\"3828\":null,\"3829\":null,\"3830\":null,\"3831\":null,\"3832\":null,\"3833\":null,\"3834\":null,\"3835\":null,\"3836\":null,\"3837\":null,\"3838\":null,\"3839\":null,\"3840\":null,\"3841\":null,\"3842\":null,\"3843\":null,\"3844\":null,\"3845\":null,\"3846\":null,\"3847\":null,\"3848\":null,\"3849\":1722.6,\"3850\":7143.6,\"3851\":387795.44,\"3852\":3646.8,\"3853\":4238.58,\"3854\":468.49,\"3855\":null,\"3856\":404.39,\"3857\":13992.0,\"3858\":15468.66,\"3859\":191.4,\"3860\":3140.94,\"3861\":1736.46,\"3862\":791.82,\"3863\":2765.7,\"3864\":2200.0,\"3865\":20624.0,\"3866\":60566.96,\"3867\":499424.87,\"3868\":12968.0,\"3869\":1631.52,\"3870\":7972.76,\"3871\":33334.5,\"3872\":6123.33,\"3873\":674.19,\"3874\":718.74,\"3875\":3699.84,\"3876\":982.96,\"3877\":11111.01,\"3878\":610.06,\"3879\":null,\"3880\":null,\"3881\":26171.34,\"3882\":6318.0,\"3883\":4361.89,\"3884\":938.8,\"3885\":249865.86,\"3886\":153458.23,\"3887\":5571.97,\"3888\":null,\"3889\":219230.0,\"3890\":null,\"3891\":null,\"3892\":12174.63,\"3893\":149949.85,\"3894\":13899.94,\"3895\":18686.8,\"3896\":24420.47,\"3897\":11896.3,\"3898\":15836.68,\"3899\":29030.92,\"3900\":936.88,\"3901\":1207.89,\"3902\":548.46,\"3903\":null,\"3904\":null,\"3905\":2191.79,\"3906\":768.64,\"3907\":405.65,\"3908\":22191.85,\"3909\":161632.64,\"3910\":3027.81,\"3911\":9.6,\"3912\":875.02,\"3913\":862791.5,\"3914\":11480.98,\"3915\":378.0,\"3916\":6793.6,\"3917\":8315.5,\"3918\":796.51,\"3919\":null,\"3920\":640.26,\"3921\":13572.0,\"3922\":23610.24,\"3923\":69510.94,\"3924\":165186.44,\"3925\":null,\"3926\":403742.0,\"3927\":455648.24,\"3928\":905.91,\"3929\":38784.74,\"3930\":42399.02,\"3931\":7958.26,\"3932\":531.04,\"3933\":675.43,\"3934\":914.4,\"3935\":81155.44,\"3936\":2117.32,\"3937\":535.79,\"3938\":653.76,\"3939\":624.97,\"3940\":5061.6,\"3941\":429.12,\"3942\":1394.03,\"3943\":null,\"3944\":4197.15,\"3945\":18128.57,\"3946\":8683.2,\"3947\":384.38,\"3948\":2574.0,\"3949\":105.6,\"3950\":336.3,\"3951\":29698.39,\"3952\":31392.77,\"3953\":910002.76,\"3954\":null,\"3955\":589037.58,\"3956\":1323.78,\"3957\":781.66,\"3958\":1084.31,\"3959\":1285.2,\"3960\":773826.98,\"3961\":52319.75,\"3962\":543379.86,\"3963\":null,\"3964\":155794.79,\"3965\":422814.9,\"3966\":145467.58,\"3967\":124731.46,\"3968\":713.58,\"3969\":669.94,\"3970\":null,\"3971\":null,\"3972\":null,\"3973\":69171.19,\"3974\":165294.22,\"3975\":169935.45,\"3976\":null,\"3977\":217419.56,\"3978\":19169.29,\"3979\":45468.82,\"3980\":48512.53,\"3981\":650.91,\"3982\":75353.51,\"3983\":982.86,\"3984\":7871.6,\"3985\":2409.86,\"3986\":29330.12,\"3987\":45930.5,\"3988\":57539.15,\"3989\":49785.84,\"3990\":18468.33,\"3991\":650.1,\"3992\":5907.6,\"3993\":null,\"3994\":9393.6,\"3995\":6788.1,\"3996\":260.04,\"3997\":440.17,\"3998\":3840.0,\"3999\":9316.93,\"4000\":1100.88,\"4001\":1614.8,\"4002\":124.48,\"4003\":null,\"4004\":7740.0,\"4005\":9363.0,\"4006\":2813.8,\"4007\":4959.0,\"4008\":14843.76,\"4009\":9078.69,\"4010\":9436.85,\"4011\":949.23,\"4012\":10011.4,\"4013\":9603.3,\"4014\":null,\"4015\":1378.6,\"4016\":13392.0,\"4017\":19752.74,\"4018\":10294.36,\"4019\":19615.49,\"4020\":8409.6,\"4021\":403.8,\"4022\":8305.0,\"4023\":2172.0,\"4024\":1452.4,\"4025\":null,\"4026\":3191.7,\"4027\":3037.0,\"4028\":304.73,\"4029\":1935.81,\"4030\":345.0,\"4031\":2014.0,\"4032\":1153.87,\"4033\":10871.94,\"4034\":null,\"4035\":null,\"4036\":null,\"4037\":null,\"4038\":702.9,\"4039\":269.72,\"4040\":375.6,\"4041\":null,\"4042\":null,\"4043\":173.76,\"4044\":null,\"4045\":2000.0,\"4046\":5416.3,\"4047\":null,\"4048\":null,\"4049\":null,\"4050\":null,\"4051\":3696.0,\"4052\":null,\"4053\":null,\"4054\":1822.05,\"4055\":null,\"4056\":166444.62,\"4057\":null,\"4058\":null,\"4059\":null,\"4060\":1.78,\"4061\":null,\"4062\":1925.85,\"4063\":null,\"4064\":null,\"4065\":null,\"4066\":null,\"4067\":null,\"4068\":null,\"4069\":null,\"4070\":4174.66,\"4071\":null,\"4072\":null,\"4073\":null,\"4074\":null,\"4075\":null,\"4076\":null,\"4077\":null,\"4078\":null,\"4079\":6953.24,\"4080\":7146.75,\"4081\":null,\"4082\":null,\"4083\":null,\"4084\":null,\"4085\":null,\"4086\":null,\"4087\":null,\"4088\":null,\"4089\":null,\"4090\":null,\"4091\":null,\"4092\":null,\"4093\":null,\"4094\":null,\"4095\":null,\"4096\":1175.35,\"4097\":null,\"4098\":null,\"4099\":null,\"4100\":null,\"4101\":null,\"4102\":null,\"4103\":null,\"4104\":null,\"4105\":null,\"4106\":null,\"4107\":null,\"4108\":null,\"4109\":5229.4,\"4110\":null,\"4111\":null,\"4112\":null,\"4113\":null,\"4114\":null,\"4115\":null,\"4116\":null,\"4117\":null,\"4118\":null,\"4119\":null,\"4120\":null,\"4121\":null,\"4122\":null,\"4123\":null,\"4124\":null,\"4125\":null,\"4126\":162.89,\"4127\":4800.0,\"4128\":null,\"4129\":null,\"4130\":null,\"4131\":null,\"4132\":null,\"4133\":null,\"4134\":null,\"4135\":null,\"4136\":null,\"4137\":null,\"4138\":null,\"4139\":null,\"4140\":null,\"4141\":null,\"4142\":4800.0,\"4143\":null,\"4144\":null,\"4145\":null,\"4146\":null,\"4147\":null,\"4148\":null,\"4149\":null,\"4150\":null,\"4151\":null,\"4152\":null,\"4153\":null,\"4154\":null,\"4155\":null,\"4156\":null,\"4157\":null,\"4158\":null,\"4159\":null,\"4160\":null,\"4161\":null,\"4162\":null,\"4163\":null,\"4164\":null,\"4165\":null,\"4166\":1729.2,\"4167\":7137.6,\"4168\":386755.32,\"4169\":2433.6,\"4170\":4333.91,\"4171\":null,\"4172\":null,\"4173\":404.62,\"4174\":11363.0,\"4175\":17625.52,\"4176\":198.0,\"4177\":3114.7,\"4178\":1730.52,\"4179\":754.34,\"4180\":2175.3,\"4181\":3526.0,\"4182\":21004.0,\"4183\":60243.5,\"4184\":461148.52,\"4185\":11616.0,\"4186\":967.23,\"4187\":10453.69,\"4188\":32571.98,\"4189\":6035.33,\"4190\":634.8,\"4191\":720.64,\"4192\":3698.88,\"4193\":849.48,\"4194\":11277.86,\"4195\":618.42,\"4196\":null,\"4197\":null,\"4198\":26528.35,\"4199\":14056.0,\"4200\":4331.52,\"4201\":939.79,\"4202\":250255.86,\"4203\":152639.19,\"4204\":5535.32,\"4205\":null,\"4206\":351680.0,\"4207\":null,\"4208\":11881.11,\"4209\":198757.3,\"4210\":14196.23,\"4211\":17945.4,\"4212\":22754.86,\"4213\":11430.15,\"4214\":16293.07,\"4215\":138234.2,\"4216\":926.32,\"4217\":1178.23,\"4218\":563.96,\"4219\":null,\"4220\":null,\"4221\":2196.62,\"4222\":756.73,\"4223\":402.63,\"4224\":21689.47,\"4225\":156843.98,\"4226\":2199.62,\"4227\":412.8,\"4228\":906.26,\"4229\":874681.17,\"4230\":257324.6,\"4231\":390.0,\"4232\":6848.6,\"4233\":8306.96,\"4234\":793.98,\"4235\":615.26,\"4236\":16272.0,\"4237\":23072.92,\"4238\":69575.38,\"4239\":164801.7,\"4240\":0.5,\"4241\":265236.0,\"4242\":208192.1,\"4243\":984.1,\"4244\":38411.49,\"4245\":42165.99,\"4246\":7652.17,\"4247\":531.43,\"4248\":674.96,\"4249\":831.6,\"4250\":81080.17,\"4251\":3079.58,\"4252\":524.54,\"4253\":751.14,\"4254\":612.47,\"4255\":4524.0,\"4256\":428.88,\"4257\":1771.43,\"4258\":null,\"4259\":2869.2,\"4260\":17918.56,\"4261\":8011.2,\"4262\":785.99,\"4263\":378.38,\"4264\":2569.8,\"4265\":102.3,\"4266\":331.36,\"4267\":29394.39,\"4268\":36986.63,\"4269\":null,\"4270\":297143.41,\"4271\":null,\"4272\":622508.5600000001,\"4273\":1498.74,\"4274\":764.72,\"4275\":1124.41,\"4276\":1418.4,\"4277\":776139.37,\"4278\":null,\"4279\":541837.9399999999,\"4280\":102020.0,\"4281\":155313.73,\"4282\":423614.5,\"4283\":143871.78,\"4284\":126129.83,\"4285\":792.26,\"4286\":802.25,\"4287\":null,\"4288\":null,\"4289\":null,\"4290\":77475.57,\"4291\":165163.68,\"4292\":170079.75,\"4293\":null,\"4294\":166376.7,\"4295\":19162.49,\"4296\":45859.46,\"4297\":49029.5,\"4298\":652.32,\"4299\":75454.2,\"4300\":949.58,\"4301\":8346.8,\"4302\":2286.93,\"4303\":29594.2,\"4304\":41850.54,\"4305\":58639.46,\"4306\":57423.29,\"4307\":16100.15,\"4308\":326.04,\"4309\":8499.6,\"4310\":183.0,\"4311\":7226.4,\"4312\":6708.24,\"4313\":289.34,\"4314\":8320.0,\"4315\":9363.57,\"4316\":1147.32,\"4317\":1512.72,\"4318\":133.98,\"4319\":8728.0,\"4320\":9883.0,\"4321\":2800.6,\"4322\":4960.63,\"4323\":16611.77,\"4324\":9429.13,\"4325\":9789.87,\"4326\":490.16,\"4327\":10017.8,\"4328\":9607.8,\"4329\":null,\"4330\":2182.4,\"4331\":13284.0,\"4332\":19751.63,\"4333\":10293.5,\"4334\":19615.4,\"4335\":8499.6,\"4336\":587.0,\"4337\":11941.4,\"4338\":7044.0,\"4339\":null,\"4340\":2862.0,\"4341\":null,\"4342\":4296.6,\"4343\":4227.0,\"4344\":304.73,\"4345\":2097.61,\"4346\":345.46,\"4347\":2349.0,\"4348\":1289.52,\"4349\":19458.35,\"4350\":null,\"4351\":null,\"4352\":null,\"4353\":null,\"4354\":null,\"4355\":890.34,\"4356\":null,\"4357\":246.84,\"4358\":null,\"4359\":null,\"4360\":null,\"4361\":238.56,\"4362\":null,\"4363\":2000.0,\"4364\":7477.6,\"4365\":null,\"4366\":null,\"4367\":null,\"4368\":null,\"4369\":7024.7,\"4370\":null,\"4371\":null,\"4372\":null,\"4373\":1995.3,\"4374\":null,\"4375\":174430.26,\"4376\":null,\"4377\":null,\"4378\":null,\"4379\":null,\"4380\":null,\"4381\":2841.12,\"4382\":null,\"4383\":null,\"4384\":null,\"4385\":null,\"4386\":null,\"4387\":null,\"4388\":null,\"4389\":5050.82,\"4390\":null,\"4391\":null,\"4392\":null,\"4393\":null,\"4394\":null,\"4395\":null,\"4396\":null,\"4397\":6905.08,\"4398\":7089.47,\"4399\":null,\"4400\":null,\"4401\":null,\"4402\":null,\"4403\":null,\"4404\":null,\"4405\":null,\"4406\":null,\"4407\":null,\"4408\":null,\"4409\":null,\"4410\":null,\"4411\":null,\"4412\":null,\"4413\":1205.16,\"4414\":null,\"4415\":null,\"4416\":null,\"4417\":null,\"4418\":null,\"4419\":null,\"4420\":null,\"4421\":null,\"4422\":null,\"4423\":null,\"4424\":null,\"4425\":null,\"4426\":4393.4,\"4427\":null,\"4428\":null,\"4429\":null,\"4430\":null,\"4431\":null,\"4432\":null,\"4433\":null,\"4434\":null,\"4435\":null,\"4436\":null,\"4437\":null,\"4438\":null,\"4439\":null,\"4440\":null,\"4441\":null,\"4442\":null,\"4443\":33.59,\"4444\":4176.0,\"4445\":null,\"4446\":null,\"4447\":null,\"4448\":null,\"4449\":null,\"4450\":null,\"4451\":null,\"4452\":null,\"4453\":null,\"4454\":null,\"4455\":null,\"4456\":null,\"4457\":null,\"4458\":null,\"4459\":null,\"4460\":4176.0,\"4461\":null,\"4462\":null,\"4463\":null,\"4464\":null,\"4465\":null,\"4466\":null,\"4467\":null,\"4468\":null,\"4469\":null,\"4470\":null,\"4471\":null,\"4472\":null,\"4473\":null,\"4474\":null,\"4475\":null,\"4476\":null,\"4477\":null,\"4478\":null,\"4479\":null,\"4480\":null,\"4481\":null,\"4482\":null,\"4483\":3633.67,\"4484\":2131.8,\"4485\":7144.8,\"4486\":363962.24,\"4487\":5036.4,\"4488\":7396.81,\"4489\":null,\"4490\":404.57,\"4491\":11594.0,\"4492\":17647.99,\"4493\":105.6,\"4494\":3103.98,\"4495\":1739.43,\"4496\":764.32,\"4497\":2024.1,\"4498\":3876.0,\"4499\":21276.0,\"4500\":91618.83,\"4501\":502095.66,\"4502\":13528.0,\"4503\":650.1,\"4504\":17997.67,\"4505\":40171.15,\"4506\":7194.0,\"4507\":null,\"4508\":712.51,\"4509\":3669.44,\"4510\":860.95,\"4511\":13307.9,\"4512\":622.16,\"4513\":2488.71,\"4514\":null,\"4515\":28126.86,\"4516\":19009.0,\"4517\":8170.19,\"4518\":940.78,\"4519\":250492.42,\"4520\":150909.13,\"4521\":7999.6,\"4522\":null,\"4523\":163549.67,\"4524\":null,\"4525\":31213.02,\"4526\":395856.02,\"4527\":19293.4,\"4528\":15857.6,\"4529\":23172.71,\"4530\":15966.51,\"4531\":16850.34,\"4532\":145898.77,\"4533\":1238.48,\"4534\":1276.01,\"4535\":561.71,\"4536\":null,\"4537\":2317.71,\"4538\":758.11,\"4539\":405.85,\"4540\":27007.56,\"4541\":41498.88,\"4542\":3419.72,\"4543\":2502.0,\"4544\":807.18,\"4545\":1017952.42,\"4546\":446344.12,\"4547\":444.0,\"4548\":10641.4,\"4549\":8317.9,\"4550\":790.79,\"4551\":644.79,\"4552\":14076.0,\"4553\":22808.78,\"4554\":69439.0,\"4555\":165179.3,\"4556\":12.5,\"4557\":118956.0,\"4558\":353802.2,\"4559\":798.06,\"4560\":26769.59,\"4561\":41874.53,\"4562\":7805.22,\"4563\":535.13,\"4564\":674.86,\"4565\":735.45,\"4566\":81234.13,\"4567\":3077.86,\"4568\":539.19,\"4569\":574.74,\"4570\":584.48,\"4571\":4443.6,\"4572\":429.0,\"4573\":1403.71,\"4574\":14101.76,\"4575\":3400.2,\"4576\":17541.41,\"4577\":8712.0,\"4578\":null,\"4579\":332.71,\"4580\":2562.6,\"4581\":102.3,\"4582\":348.38,\"4583\":29315.52,\"4584\":43015.45,\"4585\":null,\"4586\":297152.88,\"4587\":null,\"4588\":120802.17,\"4589\":null,\"4590\":764.28,\"4591\":1119.49,\"4592\":1323.0,\"4593\":770887.83,\"4594\":52507.38,\"4595\":513770.91,\"4596\":173120.0,\"4597\":155329.38,\"4598\":423186.5,\"4599\":72830.73,\"4600\":72795.46,\"4601\":791.28,\"4602\":827.18,\"4603\":null,\"4604\":null,\"4605\":null,\"4606\":76662.09,\"4607\":158877.01,\"4608\":170185.2,\"4609\":null,\"4610\":193812.86,\"4611\":null,\"4612\":45778.38,\"4613\":48564.46,\"4614\":645.36,\"4615\":75405.95,\"4616\":853.33,\"4617\":7209.4,\"4618\":2192.35,\"4619\":31311.13,\"4620\":42805.0,\"4621\":59128.93,\"4622\":57325.11,\"4623\":13534.11,\"4624\":325.26,\"4625\":10418.4,\"4626\":null,\"4627\":7226.4,\"4628\":6772.26,\"4629\":251.99,\"4630\":7440.0,\"4631\":9295.62,\"4632\":63.48,\"4633\":1574.32,\"4634\":125.93,\"4635\":8540.0,\"4636\":9847.0,\"4637\":2789.6,\"4638\":4937.16,\"4639\":17539.25,\"4640\":9342.71,\"4641\":9707.72,\"4642\":2463.41,\"4643\":9996.2,\"4644\":9592.2,\"4645\":null,\"4646\":2100.5,\"4647\":13590.0,\"4648\":19446.69,\"4649\":10101.69,\"4650\":19439.81,\"4651\":3607.2,\"4652\":535.2,\"4653\":9276.3,\"4654\":7590.0,\"4655\":null,\"4656\":1507.4,\"4657\":null,\"4658\":3620.1,\"4659\":3555.0,\"4660\":304.73,\"4661\":1953.69,\"4662\":341.78,\"4663\":2198.0,\"4664\":1283.09,\"4665\":13463.13,\"4666\":null,\"4667\":null,\"4668\":null,\"4669\":null,\"4670\":1.47,\"4671\":813.78,\"4672\":343.64,\"4673\":184.5,\"4674\":null,\"4675\":null,\"4676\":331.68,\"4677\":null,\"4678\":2000.0,\"4679\":5735.7,\"4680\":null,\"4681\":null,\"4682\":null,\"4683\":null,\"4684\":6066.26,\"4685\":null,\"4686\":null,\"4687\":5929.29,\"4688\":null,\"4689\":174596.64,\"4690\":null,\"4691\":null,\"4692\":null,\"4693\":null,\"4694\":null,\"4695\":8293.3,\"4696\":null,\"4697\":null,\"4698\":null,\"4699\":null,\"4700\":null,\"4701\":null,\"4702\":3867.67,\"4703\":null,\"4704\":null,\"4705\":null,\"4706\":null,\"4707\":null,\"4708\":null,\"4709\":null,\"4710\":null,\"4711\":5694.65,\"4712\":5807.75,\"4713\":null,\"4714\":null,\"4715\":null,\"4716\":null,\"4717\":null,\"4718\":null,\"4719\":null,\"4720\":null,\"4721\":null,\"4722\":null,\"4723\":null,\"4724\":null,\"4725\":null,\"4726\":null,\"4727\":null,\"4728\":1370.77,\"4729\":null,\"4730\":null,\"4731\":null,\"4732\":null,\"4733\":null,\"4734\":null,\"4735\":null,\"4736\":null,\"4737\":null,\"4738\":null,\"4739\":null,\"4740\":null,\"4741\":5308.6,\"4742\":null,\"4743\":null,\"4744\":null,\"4745\":null,\"4746\":null,\"4747\":null,\"4748\":null,\"4749\":null,\"4750\":null,\"4751\":null,\"4752\":null,\"4753\":null,\"4754\":null,\"4755\":null,\"4756\":null,\"4757\":null,\"4758\":null,\"4759\":4628.0,\"4760\":null,\"4761\":null,\"4762\":null,\"4763\":null,\"4764\":null,\"4765\":null,\"4766\":null,\"4767\":null,\"4768\":null,\"4769\":null,\"4770\":null,\"4771\":null,\"4772\":null,\"4773\":null,\"4774\":4628.0,\"4775\":null,\"4776\":null,\"4777\":null,\"4778\":null,\"4779\":null,\"4780\":null,\"4781\":null,\"4782\":null,\"4783\":null,\"4784\":null,\"4785\":null,\"4786\":null,\"4787\":null,\"4788\":null,\"4789\":null,\"4790\":null,\"4791\":null,\"4792\":null,\"4793\":null,\"4794\":null,\"4795\":null,\"4796\":3714.33,\"4797\":2224.2,\"4798\":7146.0,\"4799\":212277.86,\"4800\":6390.0,\"4801\":6480.76,\"4802\":28.16,\"4803\":404.79,\"4804\":13871.0,\"4805\":10375.68,\"4806\":null,\"4807\":3059.43,\"4808\":1687.95,\"4809\":650.12,\"4810\":1021.5,\"4811\":3075.0,\"4812\":20484.0,\"4813\":60232.99,\"4814\":503523.89,\"4815\":8248.0,\"4816\":757.02,\"4817\":18160.08,\"4818\":49035.01,\"4819\":7307.67,\"4820\":1203.19,\"4821\":null,\"4822\":3697.92,\"4823\":913.82,\"4824\":15996.05,\"4825\":606.32,\"4826\":null,\"4827\":null,\"4828\":28082.41,\"4829\":7913.63,\"4830\":4919.06,\"4831\":939.79,\"4832\":243450.97,\"4833\":159751.54,\"4834\":6100.61,\"4835\":105360.0,\"4836\":394880.0,\"4837\":null,\"4838\":null,\"4839\":16944.03,\"4840\":395817.5,\"4841\":19355.39,\"4842\":18803.4,\"4843\":22689.72,\"4844\":13993.28,\"4845\":16478.94,\"4846\":52838.44,\"4847\":1209.91,\"4848\":1227.68,\"4849\":552.83,\"4850\":9900.0,\"4851\":null,\"4852\":2406.49,\"4853\":741.18,\"4854\":406.04,\"4855\":28468.68,\"4856\":118788.53,\"4857\":3893.27,\"4858\":2221.8,\"4859\":831.08,\"4860\":924846.6899999999,\"4861\":421102.24,\"4862\":396.0,\"4863\":6833.2,\"4864\":8429.88,\"4865\":800.14,\"4866\":204910.0,\"4867\":615.62,\"4868\":14436.0,\"4869\":22784.88,\"4870\":69604.99,\"4871\":164619.98,\"4872\":48.0,\"4873\":286902.0,\"4874\":128750.24,\"4875\":44766.17,\"4876\":42641.11,\"4877\":8111.3,\"4878\":492.89,\"4879\":674.78,\"4880\":785.4,\"4881\":80854.29,\"4882\":3065.81,\"4883\":527.7,\"4884\":702.9,\"4885\":591.98,\"4886\":5078.4,\"4887\":428.16,\"4888\":15304.67,\"4889\":968.47,\"4890\":12959.67,\"4891\":1436.4,\"4892\":16743.89,\"4893\":5769.6,\"4894\":368.87,\"4895\":2556.0,\"4896\":99.0,\"4897\":348.74,\"4898\":29771.04,\"4899\":35202.01,\"4900\":null,\"4901\":42295.01,\"4902\":null,\"4903\":120766.69,\"4904\":1330.92,\"4905\":734.8,\"4906\":1067.04,\"4907\":1301.4,\"4908\":781080.5,\"4909\":52127.76,\"4910\":531100.6,\"4911\":191.15,\"4912\":185870.0,\"4913\":154801.38,\"4914\":423274.96,\"4915\":144424.66,\"4916\":126981.7,\"4917\":790.86,\"4918\":498.52,\"4919\":null,\"4920\":null,\"4921\":null,\"4922\":76424.14,\"4923\":157845.61,\"4924\":167913.4,\"4925\":133473.2,\"4926\":null,\"4927\":230177.77,\"4928\":14628.34,\"4929\":45675.13,\"4930\":48975.27,\"4931\":656.55,\"4932\":76342.23,\"4933\":851.18,\"4934\":8962.8,\"4935\":2664.45,\"4936\":27415.68,\"4937\":41002.61,\"4938\":58496.34,\"4939\":57801.42,\"4940\":16016.35,\"4941\":324.81,\"4942\":5918.4,\"4943\":201.0,\"4944\":7226.4,\"4945\":6734.97,\"4946\":277.2,\"4947\":null,\"4948\":2160.0,\"4949\":9351.74,\"4950\":515.52,\"4951\":1693.12,\"4952\":116.82,\"4953\":330.6,\"4954\":8624.0,\"4955\":8478.0,\"4956\":2699.4,\"4957\":4952.75,\"4958\":17639.81,\"4959\":9300.17,\"4960\":9622.45,\"4961\":259.89,\"4962\":13441.1,\"4963\":13175.2,\"4964\":null,\"4965\":1559.6,\"4966\":13302.0,\"4967\":19743.49,\"4968\":10265.93,\"4969\":19611.58,\"4970\":8053.2,\"4971\":429.5,\"4972\":7935.7,\"4973\":4710.0,\"4974\":1361.6,\"4975\":null,\"4976\":5945.0,\"4977\":5173.0,\"4978\":304.73,\"4979\":1932.9,\"4980\":337.64,\"4981\":2063.0,\"4982\":1261.6,\"4983\":11226.65,\"4984\":null,\"4985\":null,\"4986\":null,\"4987\":null,\"4988\":null,\"4989\":767.58,\"4990\":313.72,\"4991\":899.1,\"4992\":null,\"4993\":null,\"4994\":347.04,\"4995\":null,\"4996\":2000.0,\"4997\":5399.0,\"4998\":null,\"4999\":null,\"5000\":null,\"5001\":null,\"5002\":4327.3,\"5003\":null,\"5004\":null,\"5005\":9653.49,\"5006\":null,\"5007\":180776.1,\"5008\":null,\"5009\":null,\"5010\":null,\"5011\":null,\"5012\":null,\"5013\":11548.58,\"5014\":null,\"5015\":null,\"5016\":null,\"5017\":null,\"5018\":null,\"5019\":null,\"5020\":null,\"5021\":3672.01,\"5022\":null,\"5023\":null,\"5024\":null,\"5025\":null,\"5026\":null,\"5027\":null,\"5028\":null,\"5029\":null,\"5030\":5007.35,\"5031\":5123.81,\"5032\":null,\"5033\":null,\"5034\":null,\"5035\":null,\"5036\":null,\"5037\":null,\"5038\":null,\"5039\":null,\"5040\":null,\"5041\":null,\"5042\":null,\"5043\":null,\"5044\":null,\"5045\":null,\"5046\":null,\"5047\":1275.73,\"5048\":null,\"5049\":null,\"5050\":null,\"5051\":null,\"5052\":null,\"5053\":null,\"5054\":null,\"5055\":null,\"5056\":null,\"5057\":null,\"5058\":null,\"5059\":null,\"5060\":5594.6,\"5061\":null,\"5062\":null,\"5063\":null,\"5064\":null,\"5065\":null,\"5066\":null,\"5067\":null,\"5068\":null,\"5069\":null,\"5070\":null,\"5071\":null,\"5072\":null,\"5073\":null,\"5074\":null,\"5075\":null,\"5076\":null,\"5077\":null,\"5078\":4900.0,\"5079\":null,\"5080\":null,\"5081\":null,\"5082\":null,\"5083\":null,\"5084\":null,\"5085\":null,\"5086\":null,\"5087\":null,\"5088\":null,\"5089\":null,\"5090\":null,\"5091\":null,\"5092\":null,\"5093\":4900.0,\"5094\":null,\"5095\":null,\"5096\":null,\"5097\":null,\"5098\":null,\"5099\":null,\"5100\":null,\"5101\":null,\"5102\":null,\"5103\":null,\"5104\":null,\"5105\":null,\"5106\":null,\"5107\":null,\"5108\":null,\"5109\":null,\"5110\":null,\"5111\":null,\"5112\":null,\"5113\":null,\"5114\":null,\"5115\":3820.67,\"5116\":1927.2,\"5117\":7156.8,\"5118\":392617.58,\"5119\":2444.4,\"5120\":4931.02,\"5121\":467.28,\"5122\":6.78,\"5123\":null,\"5124\":404.66,\"5125\":13849.0,\"5126\":14505.54,\"5127\":184.8,\"5128\":2509.48,\"5129\":1738.77,\"5130\":767.74,\"5131\":1284.3,\"5132\":2600.0,\"5133\":20328.0,\"5134\":294795.25,\"5135\":503230.54,\"5136\":13376.0,\"5137\":1165.56,\"5138\":8025.99,\"5139\":31757.87,\"5140\":7615.67,\"5141\":995.9,\"5142\":724.06,\"5143\":3698.88,\"5144\":872.08,\"5145\":13190.33,\"5146\":633.6,\"5147\":null,\"5148\":null,\"5149\":15419.52,\"5150\":6189.0,\"5151\":4695.73,\"5152\":939.79,\"5153\":252697.3,\"5154\":159523.39,\"5155\":5823.34,\"5156\":null,\"5157\":372430.0,\"5158\":null,\"5159\":null,\"5160\":16333.08,\"5161\":396588.5,\"5162\":15754.94,\"5163\":18627.4,\"5164\":22418.47,\"5165\":12215.78,\"5166\":16373.57,\"5167\":59839.44,\"5168\":1231.65,\"5169\":1178.67,\"5170\":572.21,\"5171\":66605.0,\"5172\":null,\"5173\":2482.39,\"5174\":744.33,\"5175\":400.18,\"5176\":25558.27,\"5177\":98137.65,\"5178\":3925.82,\"5179\":2221.8,\"5180\":876.59,\"5181\":855515.12,\"5182\":373883.06,\"5183\":264.0,\"5184\":7279.8,\"5185\":8414.81,\"5186\":795.41,\"5187\":205080.0,\"5188\":609.79,\"5189\":15048.0,\"5190\":23752.7,\"5191\":69330.96,\"5192\":164924.14,\"5193\":null,\"5194\":295918.0,\"5195\":84482.5,\"5196\":null,\"5197\":42187.39,\"5198\":8111.3,\"5199\":523.12,\"5200\":686.59,\"5201\":786.3,\"5202\":81227.48,\"5203\":3067.53,\"5204\":491.4,\"5205\":704.7,\"5206\":513.6,\"5207\":4526.4,\"5208\":428.04,\"5209\":1515.67,\"5210\":14016.39,\"5211\":null,\"5212\":19653.09,\"5213\":3307.2,\"5214\":195.89,\"5215\":2555.4,\"5216\":95.7,\"5217\":334.69,\"5218\":29652.84,\"5219\":35572.02,\"5220\":null,\"5221\":31377.72,\"5222\":null,\"5223\":536654.8,\"5224\":1604.88,\"5225\":777.7,\"5226\":1037.88,\"5227\":1413.0,\"5228\":772626.5699999999,\"5229\":51948.1,\"5230\":533357.74,\"5231\":102710.0,\"5232\":154617.14,\"5233\":422518.54,\"5234\":141287.29,\"5235\":124697.11,\"5236\":null,\"5237\":791.7,\"5238\":515.66,\"5239\":null,\"5240\":null,\"5241\":null,\"5242\":76347.15,\"5243\":161367.49,\"5244\":168544.25,\"5245\":82745.72,\"5246\":null,\"5247\":225188.47,\"5248\":null,\"5249\":23310.64,\"5250\":45751.17,\"5251\":48958.64,\"5252\":656.91,\"5253\":75499.41,\"5254\":946.49,\"5255\":8426.0,\"5256\":2141.96,\"5257\":28493.23,\"5258\":31577.42,\"5259\":58608.4,\"5260\":58799.18,\"5261\":13886.29,\"5262\":652.86,\"5263\":4932.0,\"5264\":33.0,\"5265\":7226.4,\"5266\":6761.87,\"5267\":274.16,\"5268\":5040.0,\"5269\":9305.44,\"5270\":399.12,\"5271\":1606.0,\"5272\":116.16,\"5273\":330.6,\"5274\":7676.0,\"5275\":8448.0,\"5276\":2618.0,\"5277\":4949.81,\"5278\":16705.14,\"5279\":8815.55,\"5280\":9164.1,\"5281\":1305.63,\"5282\":12689.3,\"5283\":12413.2,\"5284\":null,\"5285\":1399.4,\"5286\":13554.0,\"5287\":19738.51,\"5288\":19499.21,\"5289\":18588.28,\"5290\":8132.4,\"5291\":393.2,\"5292\":7370.0,\"5293\":1978.0,\"5294\":1277.6,\"5295\":null,\"5296\":3090.8,\"5297\":5169.0,\"5298\":304.73,\"5299\":2069.92,\"5300\":336.03,\"5301\":2019.0,\"5302\":1093.18,\"5303\":10723.6,\"5304\":null,\"5305\":null,\"5306\":null,\"5307\":null,\"5308\":null,\"5309\":933.24,\"5310\":null,\"5311\":274.12,\"5312\":1059.9,\"5313\":null,\"5314\":null,\"5315\":466.56,\"5316\":null,\"5317\":2000.0,\"5318\":5448.4,\"5319\":null,\"5320\":null,\"5321\":null,\"5322\":null,\"5323\":3816.52,\"5324\":null,\"5325\":null,\"5326\":null,\"5327\":9382.9,\"5328\":null,\"5329\":174123.79,\"5330\":null,\"5331\":null,\"5332\":null,\"5333\":null,\"5334\":null,\"5335\":11346.12,\"5336\":null,\"5337\":null,\"5338\":null,\"5339\":null,\"5340\":null,\"5341\":null,\"5342\":null,\"5343\":4579.72,\"5344\":null,\"5345\":null,\"5346\":null,\"5347\":null,\"5348\":null,\"5349\":null,\"5350\":null,\"5351\":null,\"5352\":7004.78,\"5353\":7205.07,\"5354\":null,\"5355\":null,\"5356\":null,\"5357\":null,\"5358\":null,\"5359\":null,\"5360\":null,\"5361\":null,\"5362\":null,\"5363\":null,\"5364\":null,\"5365\":0.3,\"5366\":null,\"5367\":null,\"5368\":null,\"5369\":1160.45,\"5370\":null,\"5371\":null,\"5372\":null,\"5373\":null,\"5374\":null,\"5375\":null,\"5376\":null,\"5377\":null,\"5378\":null,\"5379\":null,\"5380\":null,\"5381\":null,\"5382\":4958.8,\"5383\":null,\"5384\":null,\"5385\":null,\"5386\":null,\"5387\":null,\"5388\":null,\"5389\":null,\"5390\":null,\"5391\":null,\"5392\":null,\"5393\":null,\"5394\":null,\"5395\":null,\"5396\":null,\"5397\":null,\"5398\":null,\"5399\":17810.36,\"5400\":4900.0,\"5401\":null,\"5402\":null,\"5403\":null,\"5404\":null,\"5405\":null,\"5406\":null,\"5407\":null,\"5408\":null,\"5409\":null,\"5410\":null,\"5411\":null,\"5412\":null,\"5413\":null,\"5414\":null,\"5415\":null,\"5416\":4900.0,\"5417\":null,\"5418\":null,\"5419\":null,\"5420\":null,\"5421\":null,\"5422\":null,\"5423\":null,\"5424\":null,\"5425\":null,\"5426\":null,\"5427\":null,\"5428\":null,\"5429\":null,\"5430\":null,\"5431\":1076.4,\"5432\":null,\"5433\":null,\"5434\":null,\"5435\":null,\"5436\":null,\"5437\":null,\"5438\":null,\"5439\":3820.67,\"5440\":1821.6,\"5441\":7166.4,\"5442\":411230.18,\"5443\":1944.0,\"5444\":3931.88,\"5445\":466.18,\"5446\":null,\"5447\":406.6,\"5448\":14124.0,\"5449\":13985.71,\"5450\":191.4,\"5451\":3049.86,\"5452\":1744.71,\"5453\":773.41,\"5454\":1188.9,\"5455\":958.0,\"5456\":20696.0,\"5457\":309266.07,\"5458\":501427.84,\"5459\":12528.0,\"5460\":810.81,\"5461\":5003.35,\"5462\":41270.65,\"5463\":null,\"5464\":6783.33,\"5465\":589.09,\"5466\":null,\"5467\":3700.16,\"5468\":858.26,\"5469\":11703.89,\"5470\":623.48,\"5471\":null,\"5472\":null,\"5473\":29950.43,\"5474\":12000.0,\"5475\":4500.09,\"5476\":null,\"5477\":254312.73,\"5478\":158077.59,\"5479\":5559.27,\"5480\":null,\"5481\":162358.68,\"5482\":null,\"5483\":null,\"5484\":14697.53,\"5485\":395474.57,\"5486\":14001.01,\"5487\":14828.0,\"5488\":21984.77,\"5489\":10925.8,\"5490\":16235.56,\"5491\":null,\"5492\":1485.02,\"5493\":1324.69,\"5494\":560.71,\"5495\":101310.0,\"5496\":null,\"5497\":2228.24,\"5498\":743.54,\"5499\":405.35,\"5500\":24115.01,\"5501\":90519.87,\"5502\":2633.53,\"5503\":2221.8,\"5504\":938.03,\"5505\":871013.39,\"5506\":433499.19,\"5507\":372.0,\"5508\":6798.0,\"5509\":8400.62,\"5510\":795.08,\"5511\":177210.0,\"5512\":623.44,\"5513\":16236.0,\"5514\":23235.39,\"5515\":60453.69,\"5516\":69555.42,\"5517\":165280.49,\"5518\":1.5,\"5519\":85192.0,\"5520\":416680.49,\"5521\":null,\"5522\":41493.37,\"5523\":7652.17,\"5524\":504.24,\"5525\":685.69,\"5526\":1756.5,\"5527\":80898.25,\"5528\":3621.83,\"5529\":536.45,\"5530\":707.94,\"5531\":439.18,\"5532\":4177.2,\"5533\":427.56,\"5534\":1312.82,\"5535\":14151.26,\"5536\":17149.75,\"5537\":9830.4,\"5538\":379.37,\"5539\":2534.4,\"5540\":102.3,\"5541\":329.52,\"5542\":29388.21,\"5543\":33316.83,\"5544\":null,\"5545\":240150.17,\"5546\":null,\"5547\":120043.3,\"5548\":1606.32,\"5549\":714.34,\"5550\":1038.83,\"5551\":1377.0,\"5552\":776307.1,\"5553\":51585.35,\"5554\":533090.24,\"5555\":null,\"5556\":154231.97,\"5557\":422657.48,\"5558\":142786.46,\"5559\":127612.9,\"5560\":2046.0,\"5561\":793.24,\"5562\":614.02,\"5563\":null,\"5564\":null,\"5565\":null,\"5566\":76969.77,\"5567\":162115.51,\"5568\":170364.65,\"5569\":135111.78,\"5570\":null,\"5571\":228428.01,\"5572\":22098.14,\"5573\":45434.63,\"5574\":49265.45,\"5575\":655.68,\"5576\":75454.85,\"5577\":999.61,\"5578\":7601.0,\"5579\":2332.15,\"5580\":32786.01,\"5581\":31866.88,\"5582\":59228.97,\"5583\":58358.01,\"5584\":13620.81,\"5585\":653.55,\"5586\":5918.4,\"5587\":33.0,\"5588\":7226.4,\"5589\":6725.4,\"5590\":305.84,\"5591\":4320.0,\"5592\":9284.59,\"5593\":1241.04,\"5594\":1731.84,\"5595\":159.46,\"5596\":null,\"5597\":7820.0,\"5598\":7931.0,\"5599\":2591.6,\"5600\":3961.69,\"5601\":16312.33,\"5602\":8643.15,\"5603\":9004.61,\"5604\":546.63,\"5605\":13371.4,\"5606\":13087.3,\"5607\":null,\"5608\":1379.7,\"5609\":13014.0,\"5610\":19742.23,\"5611\":19668.62,\"5612\":19607.85,\"5613\":8031.6,\"5614\":null,\"5615\":7317.5,\"5616\":2196.0,\"5617\":1247.8,\"5618\":null,\"5619\":2956.7,\"5620\":5157.0,\"5621\":304.73,\"5622\":2148.23,\"5623\":338.1,\"5624\":1984.0,\"5625\":1177.23,\"5626\":10777.21,\"5627\":null,\"5628\":null,\"5629\":null,\"5630\":null,\"5631\":null,\"5632\":840.84,\"5633\":null,\"5634\":278.96,\"5635\":963.0,\"5636\":null,\"5637\":null,\"5638\":441.6,\"5639\":null,\"5640\":2000.0,\"5641\":5292.9,\"5642\":null,\"5643\":null,\"5644\":null,\"5645\":null,\"5646\":3701.74,\"5647\":null,\"5648\":null,\"5649\":7135.64,\"5650\":null,\"5651\":134076.87,\"5652\":null,\"5653\":null,\"5654\":null,\"5655\":null,\"5656\":null,\"5657\":7436.67,\"5658\":null,\"5659\":null,\"5660\":null,\"5661\":null,\"5662\":null,\"5663\":null,\"5664\":5056.94,\"5665\":null,\"5666\":null,\"5667\":null,\"5668\":null,\"5669\":null,\"5670\":null,\"5671\":null,\"5672\":null,\"5673\":9990.49,\"5674\":10331.62,\"5675\":null,\"5676\":null,\"5677\":null,\"5678\":null,\"5679\":null,\"5680\":null,\"5681\":null,\"5682\":null,\"5683\":null,\"5684\":null,\"5685\":null,\"5686\":0.6,\"5687\":null,\"5688\":null,\"5689\":null,\"5690\":1136.74,\"5691\":null,\"5692\":null,\"5693\":null,\"5694\":null,\"5695\":null,\"5696\":null,\"5697\":null,\"5698\":null,\"5699\":null,\"5700\":null,\"5701\":null,\"5702\":null,\"5703\":5612.2,\"5704\":null,\"5705\":null,\"5706\":null,\"5707\":null,\"5708\":null,\"5709\":null,\"5710\":null,\"5711\":null,\"5712\":null,\"5713\":null,\"5714\":null,\"5715\":null,\"5716\":null,\"5717\":null,\"5718\":null,\"5719\":null,\"5720\":9663.49,\"5721\":4900.0,\"5722\":null,\"5723\":null,\"5724\":null,\"5725\":null,\"5726\":null,\"5727\":null,\"5728\":null,\"5729\":null,\"5730\":null,\"5731\":null,\"5732\":null,\"5733\":null,\"5734\":null,\"5735\":null,\"5736\":null,\"5737\":4900.0,\"5738\":null,\"5739\":null,\"5740\":null,\"5741\":null,\"5742\":null,\"5743\":null,\"5744\":null,\"5745\":null,\"5746\":null,\"5747\":null,\"5748\":null,\"5749\":null,\"5750\":null,\"5751\":null,\"5752\":3134.33,\"5753\":null,\"5754\":null,\"5755\":null,\"5756\":null,\"5757\":null,\"5758\":null,\"5759\":null,\"5760\":null,\"5761\":3817.0,\"5762\":1788.6,\"5763\":7154.4,\"5764\":397492.99,\"5765\":1951.2,\"5766\":3541.13,\"5767\":466.73,\"5768\":67.23,\"5769\":null,\"5770\":417.18,\"5771\":13376.0,\"5772\":13652.74,\"5773\":191.4,\"5774\":3084.68,\"5775\":1729.53,\"5776\":774.86,\"5777\":1847.7,\"5778\":811.0,\"5779\":19172.0,\"5780\":60530.47,\"5781\":499924.88,\"5782\":13488.0,\"5783\":1195.92,\"5784\":5902.19,\"5785\":50354.8,\"5786\":7494.67,\"5787\":627.61,\"5788\":3698.24,\"5789\":978.9,\"5790\":11695.02,\"5791\":639.32,\"5792\":13046.07,\"5793\":null,\"5794\":26952.93,\"5795\":8690.0,\"5796\":4458.92,\"5797\":254253.66,\"5798\":159054.23,\"5799\":5536.86,\"5800\":365630.0,\"5801\":null,\"5802\":null,\"5803\":14699.24,\"5804\":395584.73,\"5805\":13681.46,\"5806\":18198.4,\"5807\":21803.59,\"5808\":11912.51,\"5809\":16537.79,\"5810\":null,\"5811\":1193.98,\"5812\":1762.32,\"5813\":565.21,\"5814\":166320.0,\"5815\":null,\"5816\":1819.65,\"5817\":741.96,\"5818\":465.41,\"5819\":32420.23,\"5820\":null,\"5821\":2389.28,\"5822\":2221.8,\"5823\":null,\"5824\":933.13,\"5825\":901371.84,\"5826\":465894.51,\"5827\":186.0,\"5828\":6800.2,\"5829\":8384.7,\"5830\":802.12,\"5831\":186390.0,\"5832\":664.3,\"5833\":14364.0,\"5834\":19842.77,\"5835\":57996.59,\"5836\":69531.43,\"5837\":165028.51,\"5838\":82.0,\"5839\":353004.0,\"5840\":269322.52,\"5841\":41835.05,\"5842\":8264.35,\"5843\":497.64,\"5844\":688.93,\"5845\":794.4,\"5846\":80998.7,\"5847\":3628.71,\"5848\":523.97,\"5849\":735.48,\"5850\":625.35,\"5851\":4390.8,\"5852\":427.44,\"5853\":843.87,\"5854\":14136.2,\"5855\":16184.34,\"5856\":5304.0,\"5857\":985.76,\"5858\":368.15,\"5859\":2541.0,\"5860\":105.6,\"5861\":325.28,\"5862\":28946.23,\"5863\":35275.76,\"5864\":null,\"5865\":655380.14,\"5866\":null,\"5867\":120415.03,\"5868\":1605.72,\"5869\":680.9,\"5870\":1032.41,\"5871\":1195.2,\"5872\":774383.25,\"5873\":51565.21,\"5874\":534398.01,\"5875\":null,\"5876\":154237.97,\"5877\":425261.98,\"5878\":141472.9,\"5879\":127330.09,\"5880\":2046.0,\"5881\":792.82,\"5882\":580.12,\"5883\":null,\"5884\":null,\"5885\":null,\"5886\":60639.31,\"5887\":161511.88,\"5888\":169389.7,\"5889\":null,\"5890\":null,\"5891\":71639.97,\"5892\":22118.75,\"5893\":45056.91,\"5894\":48563.72,\"5895\":668.19,\"5896\":75867.45,\"5897\":null,\"5898\":7948.6,\"5899\":2227.01,\"5900\":30055.86,\"5901\":31943.88,\"5902\":57771.7,\"5903\":null,\"5904\":15602.32,\"5905\":653.49,\"5906\":5403.6,\"5907\":null,\"5908\":7226.4,\"5909\":6779.03,\"5910\":276.94,\"5911\":2560.0,\"5912\":9294.74,\"5913\":1538.88,\"5914\":1657.92,\"5915\":114.71,\"5916\":7721.0,\"5917\":7240.0,\"5918\":2547.6,\"5919\":8542.04,\"5920\":15224.54,\"5921\":10152.83,\"5922\":10229.2,\"5923\":462.15,\"5924\":12950.1,\"5925\":12660.2,\"5926\":null,\"5927\":1328.8,\"5928\":13896.0,\"5929\":19742.37,\"5930\":19652.76,\"5931\":18383.52,\"5932\":6382.8,\"5933\":7546.4,\"5934\":2080.0,\"5935\":1685.17,\"5936\":null,\"5937\":2890.3,\"5938\":5038.0,\"5939\":304.73,\"5940\":2217.54,\"5941\":338.1,\"5942\":1945.0,\"5943\":1197.78,\"5944\":20129.3,\"5945\":null,\"5946\":null,\"5947\":null,\"5948\":null,\"5949\":null,\"5950\":771.54,\"5951\":266.2,\"5952\":626.7,\"5953\":null,\"5954\":null,\"5955\":301.44,\"5956\":null,\"5957\":2000.0,\"5958\":7307.6,\"5959\":null,\"5960\":null,\"5961\":null,\"5962\":null,\"5963\":9750.78,\"5964\":null,\"5965\":null,\"5966\":1313.99,\"5967\":null,\"5968\":180704.85,\"5969\":null,\"5970\":null,\"5971\":null,\"5972\":null,\"5973\":null,\"5974\":1822.92,\"5975\":null,\"5976\":null,\"5977\":null,\"5978\":null,\"5979\":null,\"5980\":null,\"5981\":null,\"5982\":4733.77,\"5983\":null,\"5984\":null,\"5985\":null,\"5986\":null,\"5987\":null,\"5988\":null,\"5989\":null,\"5990\":null,\"5991\":15442.84,\"5992\":16167.88,\"5993\":null,\"5994\":null,\"5995\":null,\"5996\":null,\"5997\":null,\"5998\":null,\"5999\":null,\"6000\":null,\"6001\":null,\"6002\":null,\"6003\":null,\"6004\":0.45,\"6005\":null,\"6006\":null,\"6007\":null,\"6008\":1158.58,\"6009\":null,\"6010\":null,\"6011\":null,\"6012\":null,\"6013\":null,\"6014\":null,\"6015\":null,\"6016\":null,\"6017\":null,\"6018\":null,\"6019\":null,\"6020\":null,\"6021\":70.4,\"6022\":null,\"6023\":null,\"6024\":null,\"6025\":null,\"6026\":null,\"6027\":null,\"6028\":null,\"6029\":null,\"6030\":null,\"6031\":null,\"6032\":null,\"6033\":null,\"6034\":null,\"6035\":null,\"6036\":null,\"6037\":null,\"6038\":18977.47,\"6039\":4900.0,\"6040\":null,\"6041\":null,\"6042\":null,\"6043\":null,\"6044\":null,\"6045\":null,\"6046\":null,\"6047\":null,\"6048\":null,\"6049\":null,\"6050\":null,\"6051\":null,\"6052\":null,\"6053\":null,\"6054\":null,\"6055\":4900.0,\"6056\":null,\"6057\":null,\"6058\":null,\"6059\":null,\"6060\":null,\"6061\":null,\"6062\":null,\"6063\":null,\"6064\":null,\"6065\":null,\"6066\":null,\"6067\":null,\"6068\":null,\"6069\":null,\"6070\":3062.45,\"6071\":null,\"6072\":null,\"6073\":null,\"6074\":null,\"6075\":null,\"6076\":null,\"6077\":null,\"6078\":null,\"6079\":3861.0,\"6080\":2046.0,\"6081\":7143.6,\"6082\":399839.96,\"6083\":1695.6,\"6084\":2941.96,\"6085\":466.29,\"6086\":null,\"6087\":417.08,\"6088\":12892.0,\"6089\":13166.49,\"6090\":191.4,\"6091\":3084.18,\"6092\":1756.26,\"6093\":754.88,\"6094\":1937.7,\"6095\":817.0,\"6096\":16096.0,\"6097\":246506.1,\"6098\":503644.09,\"6099\":12632.0,\"6100\":706.2,\"6101\":9265.69,\"6102\":65574.91,\"6103\":6710.0,\"6104\":689.14,\"6105\":3701.12,\"6106\":986.17,\"6107\":11443.98,\"6108\":632.94,\"6109\":null,\"6110\":null,\"6111\":28087.07,\"6112\":6660.0,\"6113\":4359.2,\"6114\":940.78,\"6115\":253786.95,\"6116\":159593.63,\"6117\":5380.05,\"6118\":46680.0,\"6119\":null,\"6120\":null,\"6121\":null,\"6122\":12113.23,\"6123\":305192.37,\"6124\":23571.07,\"6125\":18180.8,\"6126\":22812.02,\"6127\":11024.84,\"6128\":17498.38,\"6129\":null,\"6130\":1150.3,\"6131\":1383.79,\"6132\":null,\"6133\":559.33,\"6134\":127985.0,\"6135\":null,\"6136\":1842.3,\"6137\":743.74,\"6138\":462.72,\"6139\":32541.79,\"6140\":120711.78,\"6141\":3773.04,\"6142\":2221.8,\"6143\":936.68,\"6144\":870176.15,\"6145\":264145.72,\"6146\":438.0,\"6147\":11580.8,\"6148\":8364.13,\"6149\":826.1,\"6150\":74940.0,\"6151\":652.76,\"6152\":15660.0,\"6153\":32797.92,\"6154\":69275.41,\"6155\":164640.1,\"6156\":null,\"6157\":null,\"6158\":490834.54,\"6159\":41810.37,\"6160\":8264.35,\"6161\":488.93,\"6162\":685.19,\"6163\":1110.9,\"6164\":80947.08,\"6165\":3045.16,\"6166\":526.22,\"6167\":754.2,\"6168\":501.58,\"6169\":4458.0,\"6170\":423.24,\"6171\":16958.34,\"6172\":1029.85,\"6173\":14017.83,\"6174\":null,\"6175\":16380.77,\"6176\":7939.2,\"6177\":null,\"6178\":377.52,\"6179\":2567.4,\"6180\":102.3,\"6181\":301.74,\"6182\":29271.32,\"6183\":42680.94,\"6184\":null,\"6185\":962884.66,\"6186\":null,\"6187\":121121.8,\"6188\":1603.44,\"6189\":636.68,\"6190\":1012.11,\"6191\":1157.4,\"6192\":773399.91,\"6193\":52349.38,\"6194\":534523.58,\"6195\":null,\"6196\":154065.26,\"6197\":426053.58,\"6198\":142200.91,\"6199\":126011.98,\"6200\":2058.0,\"6201\":793.1,\"6202\":594.79,\"6203\":null,\"6204\":null,\"6205\":null,\"6206\":59836.93,\"6207\":157469.53,\"6208\":167474.95,\"6209\":267119.76,\"6210\":null,\"6211\":71669.96,\"6212\":22598.58,\"6213\":44868.77,\"6214\":48184.02,\"6215\":650.49,\"6216\":75557.96,\"6217\":1246.1,\"6218\":7326.0,\"6219\":2369.69,\"6220\":29651.34,\"6221\":32050.29,\"6222\":59104.22,\"6223\":19292.04,\"6224\":656.28,\"6225\":5410.8,\"6226\":null,\"6227\":7226.4,\"6228\":6545.39,\"6229\":280.24,\"6230\":4800.0,\"6231\":9350.34,\"6232\":1336.44,\"6233\":1542.2,\"6234\":173.71,\"6235\":16886.0,\"6236\":7761.0,\"6237\":2890.8,\"6238\":10841.07,\"6239\":15353.96,\"6240\":19138.73,\"6241\":19511.83,\"6242\":2342.12,\"6243\":13731.4,\"6244\":13449.4,\"6245\":null,\"6246\":null,\"6247\":12024.0,\"6248\":19741.99,\"6249\":19663.0,\"6250\":19497.04,\"6251\":7293.6,\"6252\":8095.7,\"6253\":4738.0,\"6254\":null,\"6255\":1421.7,\"6256\":null,\"6257\":3167.6,\"6258\":5602.0,\"6259\":304.73,\"6260\":2300.54,\"6261\":336.03,\"6262\":1946.0,\"6263\":1182.41,\"6264\":11741.51,\"6265\":null,\"6266\":null,\"6267\":null,\"6268\":null,\"6269\":null,\"6270\":768.24,\"6271\":null,\"6272\":469.48,\"6273\":976.2,\"6274\":null,\"6275\":null,\"6276\":188.64,\"6277\":null,\"6278\":2000.0,\"6279\":5459.8,\"6280\":null,\"6281\":null,\"6282\":null,\"6283\":null,\"6284\":3925.57,\"6285\":null,\"6286\":null,\"6287\":4943.92,\"6288\":null,\"6289\":198418.17,\"6290\":null,\"6291\":null,\"6292\":null,\"6293\":null,\"6294\":null,\"6295\":7092.73,\"6296\":null,\"6297\":null,\"6298\":null,\"6299\":null,\"6300\":null,\"6301\":null,\"6302\":null,\"6303\":3847.26,\"6304\":null,\"6305\":null,\"6306\":null,\"6307\":null,\"6308\":null,\"6309\":null,\"6310\":null,\"6311\":null,\"6312\":19840.3,\"6313\":19924.19,\"6314\":null,\"6315\":null,\"6316\":null,\"6317\":null,\"6318\":null,\"6319\":null,\"6320\":null,\"6321\":null,\"6322\":null,\"6323\":null,\"6324\":null,\"6325\":null,\"6326\":null,\"6327\":null,\"6328\":null,\"6329\":2124.38,\"6330\":null,\"6331\":null,\"6332\":null,\"6333\":null,\"6334\":null,\"6335\":null,\"6336\":null,\"6337\":null,\"6338\":null,\"6339\":null,\"6340\":null,\"6341\":null,\"6342\":5288.8,\"6343\":null,\"6344\":null,\"6345\":null,\"6346\":null,\"6347\":null,\"6348\":null,\"6349\":null,\"6350\":null,\"6351\":null,\"6352\":null,\"6353\":null,\"6354\":null,\"6355\":null,\"6356\":null,\"6357\":null,\"6358\":null,\"6359\":2221.4,\"6360\":4900.0,\"6361\":null,\"6362\":null,\"6363\":null,\"6364\":null,\"6365\":null,\"6366\":null,\"6367\":null,\"6368\":null,\"6369\":null,\"6370\":null,\"6371\":null,\"6372\":null,\"6373\":null,\"6374\":null,\"6375\":4900.0,\"6376\":null,\"6377\":null,\"6378\":null,\"6379\":null,\"6380\":null,\"6381\":null,\"6382\":null,\"6383\":null,\"6384\":null,\"6385\":null,\"6386\":null,\"6387\":null,\"6388\":null,\"6389\":null,\"6390\":3326.38,\"6391\":null,\"6392\":null,\"6393\":null,\"6394\":null,\"6395\":null,\"6396\":null,\"6397\":null,\"6398\":null,\"6399\":3861.0,\"6400\":1848.0,\"6401\":7150.8,\"6402\":397448.63,\"6403\":1695.6,\"6404\":2945.43,\"6405\":705.87,\"6406\":63.45,\"6407\":417.99,\"6408\":11418.0,\"6409\":18338.39,\"6410\":211.2,\"6411\":3067.51,\"6412\":1743.06,\"6413\":764.28,\"6414\":1672.2,\"6415\":807.0,\"6416\":16660.0,\"6417\":60569.61,\"6418\":504038.13,\"6419\":16704.0,\"6420\":497.97,\"6421\":16999.59,\"6422\":42329.16,\"6423\":6607.33,\"6424\":665.28,\"6425\":3509.76,\"6426\":692.6,\"6427\":11694.53,\"6428\":504.68,\"6429\":null,\"6430\":null,\"6431\":26116.91,\"6432\":7397.0,\"6433\":5490.1,\"6434\":939.79,\"6435\":245018.0,\"6436\":158223.69,\"6437\":6952.14,\"6438\":241128.0,\"6439\":76358.68,\"6440\":null,\"6441\":null,\"6442\":13633.14,\"6443\":298466.99,\"6444\":14724.25,\"6445\":16306.4,\"6446\":23356.25,\"6447\":10161.85,\"6448\":16857.68,\"6449\":84368.83,\"6450\":1111.18,\"6451\":2294.78,\"6452\":301.83,\"6453\":5390.0,\"6454\":null,\"6455\":2272.63,\"6456\":739.8,\"6457\":458.04,\"6458\":38062.73,\"6459\":null,\"6460\":3702.56,\"6461\":2221.8,\"6462\":941.0,\"6463\":911683.3,\"6464\":503128.74,\"6465\":444.0,\"6466\":7515.2,\"6467\":6061.09,\"6468\":819.39,\"6469\":179950.0,\"6470\":608.29,\"6471\":15804.0,\"6472\":23490.52,\"6473\":69604.27,\"6474\":164854.19,\"6475\":null,\"6476\":567703.22,\"6477\":41181.78,\"6478\":8111.3,\"6479\":489.98,\"6480\":686.3,\"6481\":1303.65,\"6482\":81054.98,\"6483\":3050.32,\"6484\":521.2,\"6485\":701.64,\"6486\":595.58,\"6487\":4990.8,\"6488\":420.48,\"6489\":1212.98,\"6490\":14120.41,\"6491\":4505.85,\"6492\":17438.89,\"6493\":8097.6,\"6494\":377.12,\"6495\":2538.6,\"6496\":102.3,\"6497\":280.36,\"6498\":29613.34,\"6499\":49034.54,\"6500\":null,\"6501\":null,\"6502\":null,\"6503\":120039.9,\"6504\":1603.08,\"6505\":701.8,\"6506\":1756.43,\"6507\":1450.8,\"6508\":774742.08,\"6509\":52244.69,\"6510\":532562.47,\"6511\":null,\"6512\":153897.73,\"6513\":425315.47,\"6514\":140855.13,\"6515\":124339.66,\"6516\":2059.0,\"6517\":789.18,\"6518\":595.08,\"6519\":null,\"6520\":null,\"6521\":null,\"6522\":77777.49,\"6523\":164000.04,\"6524\":169502.55,\"6525\":305903.42,\"6526\":null,\"6527\":230797.69,\"6528\":22599.6,\"6529\":45547.12,\"6530\":48072.73,\"6531\":647.19,\"6532\":75515.28,\"6533\":938.61,\"6534\":9237.8,\"6535\":2553.8,\"6536\":26818.12,\"6537\":32137.99,\"6538\":58600.23,\"6539\":19546.59,\"6540\":656.1,\"6541\":5623.2,\"6542\":null,\"6543\":7226.4,\"6544\":6598.85,\"6545\":304.99,\"6546\":null,\"6547\":8160.0,\"6548\":9355.09,\"6549\":1553.88,\"6550\":1574.32,\"6551\":120.65,\"6552\":17022.0,\"6553\":7857.0,\"6554\":2530.0,\"6555\":6873.38,\"6556\":16430.54,\"6557\":19506.11,\"6558\":19752.3,\"6559\":3007.25,\"6560\":14240.0,\"6561\":13938.4,\"6562\":null,\"6563\":13356.0,\"6564\":19501.33,\"6565\":19497.54,\"6566\":19346.58,\"6567\":4572.0,\"6568\":460.8,\"6569\":7875.7,\"6570\":5182.0,\"6571\":null,\"6572\":1289.5,\"6573\":null,\"6574\":2793.3,\"6575\":4952.0,\"6576\":304.73,\"6577\":2083.88,\"6578\":334.19,\"6579\":2044.0,\"6580\":977.29,\"6581\":11676.13,\"6582\":null,\"6583\":null,\"6584\":null,\"6585\":null,\"6586\":null,\"6587\":968.88,\"6588\":null,\"6589\":372.24,\"6590\":1016.7,\"6591\":null,\"6592\":null,\"6593\":306.24,\"6594\":null,\"6595\":2000.0,\"6596\":5394.4,\"6597\":null,\"6598\":null,\"6599\":null,\"6600\":null,\"6601\":9727.83,\"6602\":null,\"6603\":507.1,\"6604\":null,\"6605\":3505.89,\"6606\":null,\"6607\":189408.9,\"6608\":null,\"6609\":null,\"6610\":null,\"6611\":null,\"6612\":null,\"6613\":6555.68,\"6614\":null,\"6615\":null,\"6616\":null,\"6617\":null,\"6618\":null,\"6619\":null,\"6620\":null,\"6621\":5699.75,\"6622\":null,\"6623\":null,\"6624\":null,\"6625\":null,\"6626\":null,\"6627\":null,\"6628\":null,\"6629\":null,\"6630\":19805.31,\"6631\":19930.44,\"6632\":null,\"6633\":null,\"6634\":null,\"6635\":null,\"6636\":null,\"6637\":null,\"6638\":null,\"6639\":null,\"6640\":null,\"6641\":null,\"6642\":null,\"6643\":null,\"6644\":null,\"6645\":null,\"6646\":null,\"6647\":2053.81,\"6648\":null,\"6649\":null,\"6650\":null,\"6651\":null,\"6652\":null,\"6653\":null,\"6654\":null,\"6655\":null,\"6656\":null,\"6657\":null,\"6658\":null,\"6659\":null,\"6660\":5608.9,\"6661\":null,\"6662\":null,\"6663\":null,\"6664\":null,\"6665\":null,\"6666\":null,\"6667\":null,\"6668\":null,\"6669\":null,\"6670\":null,\"6671\":null,\"6672\":null,\"6673\":null,\"6674\":null,\"6675\":null,\"6676\":null,\"6677\":50.96,\"6678\":4900.0,\"6679\":null,\"6680\":null,\"6681\":null,\"6682\":null,\"6683\":null,\"6684\":null,\"6685\":null,\"6686\":null,\"6687\":null,\"6688\":null,\"6689\":null,\"6690\":null,\"6691\":null,\"6692\":null,\"6693\":4900.0,\"6694\":null,\"6695\":null,\"6696\":null,\"6697\":null,\"6698\":null,\"6699\":null,\"6700\":null,\"6701\":null,\"6702\":null,\"6703\":null,\"6704\":null,\"6705\":null,\"6706\":null,\"6707\":null,\"6708\":1482.93,\"6709\":null,\"6710\":null,\"6711\":null,\"6712\":null,\"6713\":null,\"6714\":null,\"6715\":null,\"6716\":null,\"6717\":3868.33,\"6718\":null,\"6719\":7152.0,\"6720\":396799.89,\"6721\":1854.0,\"6722\":3842.68,\"6723\":710.71,\"6724\":null,\"6725\":null,\"6726\":417.99,\"6727\":12947.0,\"6728\":16985.51,\"6729\":204.6,\"6730\":2987.32,\"6731\":1740.09,\"6732\":760.59,\"6733\":1648.8,\"6734\":1920.0,\"6735\":17220.0,\"6736\":136171.47,\"6737\":502199.51,\"6738\":12128.0,\"6739\":1051.71,\"6740\":null,\"6741\":48138.91,\"6742\":7359.0,\"6743\":677.35,\"6744\":3699.52,\"6745\":806.69,\"6746\":12213.32,\"6747\":480.7,\"6748\":null,\"6749\":null,\"6750\":27160.3,\"6751\":6311.0,\"6752\":5277.37,\"6753\":939.79,\"6754\":249316.5,\"6755\":159852.0,\"6756\":6440.78,\"6757\":363960.0,\"6758\":309200.0,\"6759\":null,\"6760\":null,\"6761\":14148.84,\"6762\":307240.93,\"6763\":15735.18,\"6764\":14630.0,\"6765\":23283.96,\"6766\":11931.01,\"6767\":16531.18,\"6768\":null,\"6769\":1239.1,\"6770\":1803.29,\"6771\":561.96,\"6772\":125510.0,\"6773\":null,\"6774\":2077.13,\"6775\":736.55,\"6776\":454.3,\"6777\":47271.96,\"6778\":90096.1,\"6779\":3068.49,\"6780\":2221.8,\"6781\":null,\"6782\":928.04,\"6783\":908499.91,\"6784\":284502.47,\"6785\":528.0,\"6786\":7517.4,\"6787\":2242.63,\"6788\":808.73,\"6789\":null,\"6790\":605.57,\"6791\":14652.0,\"6792\":15756.89,\"6793\":69583.11,\"6794\":164626.38,\"6795\":null,\"6796\":142002.0,\"6797\":null,\"6798\":null,\"6799\":null,\"6800\":40599.86,\"6801\":7499.13,\"6802\":486.55,\"6803\":686.34,\"6804\":1096.35,\"6805\":81299.19,\"6806\":2212.0,\"6807\":523.41,\"6808\":745.74,\"6809\":597.19,\"6810\":4515.6,\"6811\":424.32,\"6812\":1334.26,\"6813\":19023.06,\"6814\":749.7,\"6815\":19890.61,\"6816\":4195.2,\"6817\":369.6,\"6818\":2481.6,\"6819\":102.3,\"6820\":324.13,\"6821\":29740.21,\"6822\":48992.79,\"6823\":null,\"6824\":190614.84,\"6825\":null,\"6826\":121087.14,\"6827\":1550.22,\"6828\":692.34,\"6829\":2014.68,\"6830\":1159.2,\"6831\":33975.53,\"6832\":773232.76,\"6833\":52045.13,\"6834\":532572.91,\"6835\":null,\"6836\":102120.0,\"6837\":154378.09,\"6838\":425493.5,\"6839\":142051.14,\"6840\":125020.9,\"6841\":1973.0,\"6842\":789.74,\"6843\":631.08,\"6844\":null,\"6845\":null,\"6846\":null,\"6847\":73728.35,\"6848\":163917.63,\"6849\":170146.35,\"6850\":null,\"6851\":null,\"6852\":171086.04,\"6853\":22603.89,\"6854\":45598.08,\"6855\":48167.99,\"6856\":648.27,\"6857\":75596.64,\"6858\":850.62,\"6859\":6754.0,\"6860\":2750.65,\"6861\":30297.34,\"6862\":32381.42,\"6863\":58317.37,\"6864\":19578.62,\"6865\":655.29,\"6866\":5623.2,\"6867\":null,\"6868\":284.4,\"6869\":7226.4,\"6870\":6567.66,\"6871\":309.08,\"6872\":null,\"6873\":9200.0,\"6874\":9479.06,\"6875\":1623.6,\"6876\":1699.28,\"6877\":128.7,\"6878\":null,\"6879\":16907.0,\"6880\":8037.0,\"6881\":3412.2,\"6882\":5907.85,\"6883\":15603.35,\"6884\":19528.8,\"6885\":19852.74,\"6886\":2515.92,\"6887\":15327.4,\"6888\":15001.8,\"6889\":null,\"6890\":12690.0,\"6891\":19521.35,\"6892\":19528.9,\"6893\":19387.26,\"6894\":5259.6,\"6895\":435.1,\"6896\":10827.7,\"6897\":4724.0,\"6898\":1246.3,\"6899\":null,\"6900\":3586.1,\"6901\":5378.0,\"6902\":304.73,\"6903\":2195.8,\"6904\":333.96,\"6905\":1965.0,\"6906\":969.61,\"6907\":11101.6,\"6908\":null,\"6909\":null,\"6910\":null,\"6911\":null,\"6912\":null,\"6913\":928.62,\"6914\":316.8,\"6915\":775.5,\"6916\":null,\"6917\":null,\"6918\":215.52,\"6919\":null,\"6920\":2000.0,\"6921\":5243.1,\"6922\":null,\"6923\":null,\"6924\":null,\"6925\":null,\"6926\":7805.22,\"6927\":null,\"6928\":null,\"6929\":null,\"6930\":10155.49,\"6931\":null,\"6932\":116167.21,\"6933\":null,\"6934\":null,\"6935\":null,\"6936\":null,\"6937\":null,\"6938\":10235.8,\"6939\":null,\"6940\":null,\"6941\":null,\"6942\":null,\"6943\":null,\"6944\":null,\"6945\":null,\"6946\":5082.04,\"6947\":null,\"6948\":null,\"6949\":null,\"6950\":null,\"6951\":null,\"6952\":null,\"6953\":null,\"6954\":null,\"6955\":19891.77,\"6956\":19919.37,\"6957\":null,\"6958\":null,\"6959\":null,\"6960\":null,\"6961\":null,\"6962\":null,\"6963\":null,\"6964\":null,\"6965\":null,\"6966\":null,\"6967\":null,\"6968\":null,\"6969\":null,\"6970\":null,\"6971\":null,\"6972\":1609.52,\"6973\":null,\"6974\":null,\"6975\":null,\"6976\":null,\"6977\":null,\"6978\":null,\"6979\":null,\"6980\":null,\"6981\":null,\"6982\":null,\"6983\":null,\"6984\":null,\"6985\":5607.8,\"6986\":null,\"6987\":null,\"6988\":null,\"6989\":null,\"6990\":null,\"6991\":null,\"6992\":null,\"6993\":null,\"6994\":null,\"6995\":null,\"6996\":null,\"6997\":null,\"6998\":null,\"6999\":null,\"7000\":null,\"7001\":null,\"7002\":0.34,\"7003\":4900.0,\"7004\":null,\"7005\":null,\"7006\":null,\"7007\":null,\"7008\":null,\"7009\":null,\"7010\":null,\"7011\":null,\"7012\":null,\"7013\":null,\"7014\":null,\"7015\":null,\"7016\":null,\"7017\":null,\"7018\":4900.0,\"7019\":null,\"7020\":null,\"7021\":null,\"7022\":null,\"7023\":null,\"7024\":null,\"7025\":null,\"7026\":null,\"7027\":null,\"7028\":null,\"7029\":null,\"7030\":null,\"7031\":null,\"7032\":null,\"7033\":null,\"7034\":null,\"7035\":null,\"7036\":null,\"7037\":null,\"7038\":null,\"7039\":null,\"7040\":null,\"7041\":3868.33,\"7042\":1914.0,\"7043\":7173.6,\"7044\":286664.97,\"7045\":1857.6,\"7046\":3244.05,\"7047\":710.6,\"7048\":null,\"7049\":418.03,\"7050\":12551.0,\"7051\":null,\"7052\":198.0,\"7053\":3050.02,\"7054\":1748.67,\"7055\":742.27,\"7056\":1701.0,\"7057\":2043.0,\"7058\":16628.0,\"7059\":102147.65,\"7060\":500672.93,\"7061\":13800.0,\"7062\":1836.45,\"7063\":17584.19,\"7064\":47097.17,\"7065\":8187.67,\"7066\":818.8,\"7067\":3699.2,\"7068\":948.75,\"7069\":13398.61,\"7070\":621.72,\"7071\":null,\"7072\":null,\"7073\":25917.63,\"7074\":9252.0,\"7075\":5948.81,\"7076\":939.79,\"7077\":246704.84,\"7078\":159192.11,\"7079\":7370.61,\"7080\":null,\"7081\":82338.02,\"7082\":null,\"7083\":null,\"7084\":25837.75,\"7085\":32858.9,\"7086\":23615.04,\"7087\":9966.0,\"7088\":22706.49,\"7089\":10054.63,\"7090\":17315.96,\"7091\":171180.36,\"7092\":1379.24,\"7093\":2179.7,\"7094\":545.33,\"7095\":204820.0,\"7096\":null,\"7097\":2124.05,\"7098\":742.95,\"7099\":326.34,\"7100\":35115.09,\"7101\":163007.21,\"7102\":null,\"7103\":1911.0,\"7104\":940.28,\"7105\":1016165.4300000001,\"7106\":0.03,\"7107\":546.0,\"7108\":7979.4,\"7109\":6591.09,\"7110\":808.73,\"7111\":207000.0,\"7112\":631.49,\"7113\":14868.0,\"7114\":null,\"7115\":35255.84,\"7116\":69534.96,\"7117\":164694.73,\"7118\":null,\"7119\":352544.0,\"7120\":40349.43,\"7121\":7958.26,\"7122\":474.01,\"7123\":670.25,\"7124\":968.85,\"7125\":80974.92,\"7126\":2208.56,\"7127\":550.44,\"7128\":null,\"7129\":609.77,\"7130\":4172.4,\"7131\":426.24,\"7132\":1638.61,\"7133\":18980.02,\"7134\":null,\"7135\":19660.01,\"7136\":6062.4,\"7137\":378.11,\"7138\":2478.6,\"7139\":234.3,\"7140\":305.14,\"7141\":29888.35,\"7142\":50159.42,\"7143\":null,\"7144\":783456.9300000001,\"7145\":null,\"7146\":219946.87,\"7147\":1549.56,\"7148\":682.22,\"7149\":1999.08,\"7150\":1567.8,\"7151\":33290.63,\"7152\":653324.6,\"7153\":40762.71,\"7154\":531232.55,\"7155\":null,\"7156\":null,\"7157\":153783.5,\"7158\":423100.21,\"7159\":144116.39,\"7160\":72605.85,\"7161\":2052.0,\"7162\":789.46,\"7163\":2050.25,\"7164\":null,\"7165\":null,\"7166\":null,\"7167\":64212.34,\"7168\":162707.24,\"7169\":170266.6,\"7170\":267137.22,\"7171\":null,\"7172\":null,\"7173\":22631.33,\"7174\":45540.39,\"7175\":48283.91,\"7176\":644.04,\"7177\":75688.79,\"7178\":894.65,\"7179\":null,\"7180\":2963.11,\"7181\":30009.61,\"7182\":31562.52,\"7183\":58131.4,\"7184\":33335.12,\"7185\":19300.7,\"7186\":653.91,\"7187\":5630.4,\"7188\":null,\"7189\":7226.4,\"7190\":6766.32,\"7191\":309.54,\"7192\":8320.0,\"7193\":9516.97,\"7194\":1618.08,\"7195\":1712.48,\"7196\":119.33,\"7197\":null,\"7198\":10508.0,\"7199\":9861.0,\"7200\":2554.2,\"7201\":6888.13,\"7202\":16346.68,\"7203\":11207.28,\"7204\":11806.22,\"7205\":2606.56,\"7206\":13932.8,\"7207\":13626.9,\"7208\":null,\"7209\":12222.0,\"7210\":19746.36,\"7211\":18664.1,\"7212\":19591.26,\"7213\":7131.6,\"7214\":455.2,\"7215\":9888.3,\"7216\":9974.0,\"7217\":1741.09,\"7218\":2024.2,\"7219\":null,\"7220\":3228.0,\"7221\":5660.0,\"7222\":304.73,\"7223\":1553.09,\"7224\":333.04,\"7225\":1914.0,\"7226\":1358.36,\"7227\":14736.93,\"7228\":null,\"7229\":null,\"7230\":null,\"7231\":null,\"7232\":null,\"7233\":803.22,\"7234\":368.72,\"7235\":null,\"7236\":null,\"7237\":null,\"7238\":null,\"7239\":null,\"7240\":2000.0,\"7241\":5088.2,\"7242\":null,\"7243\":null,\"7244\":null,\"7245\":null,\"7246\":4459.3,\"7247\":null,\"7248\":null,\"7249\":null,\"7250\":7226.69,\"7251\":null,\"7252\":null,\"7253\":null,\"7254\":null,\"7255\":null,\"7256\":null,\"7257\":null,\"7258\":8671.09,\"7259\":null,\"7260\":null,\"7261\":null,\"7262\":null,\"7263\":null,\"7264\":null,\"7265\":null,\"7266\":3134.75,\"7267\":null,\"7268\":null,\"7269\":null,\"7270\":null,\"7271\":null,\"7272\":null,\"7273\":null,\"7274\":null,\"7275\":19847.01,\"7276\":19931.0,\"7277\":null,\"7278\":null,\"7279\":null,\"7280\":null,\"7281\":null,\"7282\":null,\"7283\":null,\"7284\":null,\"7285\":null,\"7286\":null,\"7287\":null,\"7288\":null,\"7289\":null,\"7290\":null,\"7291\":null,\"7292\":1319.62,\"7293\":null,\"7294\":null,\"7295\":null,\"7296\":null,\"7297\":null,\"7298\":null,\"7299\":null,\"7300\":null,\"7301\":null,\"7302\":null,\"7303\":null,\"7304\":null,\"7305\":5263.5,\"7306\":null,\"7307\":null,\"7308\":null,\"7309\":null,\"7310\":null,\"7311\":null,\"7312\":null,\"7313\":null,\"7314\":null,\"7315\":null,\"7316\":null,\"7317\":null,\"7318\":null,\"7319\":null,\"7320\":null,\"7321\":null,\"7322\":199.2,\"7323\":4900.0,\"7324\":null,\"7325\":null,\"7326\":null,\"7327\":null,\"7328\":null,\"7329\":null,\"7330\":null,\"7331\":null,\"7332\":null,\"7333\":null,\"7334\":null,\"7335\":null,\"7336\":null,\"7337\":null,\"7338\":null,\"7339\":4900.0,\"7340\":null,\"7341\":null,\"7342\":null,\"7343\":null,\"7344\":null,\"7345\":null,\"7346\":null,\"7347\":null,\"7348\":null,\"7349\":null,\"7350\":null,\"7351\":null,\"7352\":null,\"7353\":null,\"7354\":null,\"7355\":null,\"7356\":null,\"7357\":null,\"7358\":null,\"7359\":null,\"7360\":null,\"7361\":null,\"7362\":3872.0,\"7363\":2059.2,\"7364\":7173.6,\"7365\":130019.93,\"7366\":1854.0,\"7367\":3641.73,\"7368\":709.83,\"7369\":null,\"7370\":431.01,\"7371\":12441.0,\"7372\":15773.77,\"7373\":211.2,\"7374\":2173.22,\"7375\":1755.6,\"7376\":769.46,\"7377\":1903.5,\"7378\":2105.0,\"7379\":16880.0,\"7380\":60540.94,\"7381\":503115.49,\"7382\":14808.0,\"7383\":1247.07,\"7384\":14288.98,\"7385\":62119.14,\"7386\":8070.33,\"7387\":1189.39,\"7388\":3698.24,\"7389\":875.63,\"7390\":20005.66,\"7391\":618.86,\"7392\":null,\"7393\":null,\"7394\":24384.78,\"7395\":6130.0,\"7396\":4966.55,\"7397\":939.79,\"7398\":245530.59,\"7399\":158683.07,\"7400\":6171.25,\"7401\":442680.0,\"7402\":null,\"7403\":15990.08,\"7404\":32668.58,\"7405\":10853.07,\"7406\":18378.8,\"7407\":22602.38,\"7408\":11118.37,\"7409\":16695.13,\"7410\":171120.48,\"7411\":1432.65,\"7412\":1847.28,\"7413\":544.58,\"7414\":null,\"7415\":null,\"7416\":2389.93,\"7417\":742.95,\"7418\":401.47,\"7419\":45890.85,\"7420\":90414.59,\"7421\":1127.57,\"7422\":1892.4,\"7423\":851.37,\"7424\":1053704.0700000001,\"7425\":0.08,\"7426\":474.0,\"7427\":6934.4,\"7428\":7587.47,\"7429\":820.71,\"7430\":205020.0,\"7431\":642.43,\"7432\":14940.0,\"7433\":35323.35,\"7434\":69324.99,\"7435\":164897.42,\"7436\":129030.0,\"7437\":87702.44,\"7438\":null,\"7439\":null,\"7440\":8111.3,\"7441\":501.07,\"7442\":695.88,\"7443\":1465.65,\"7444\":81000.53,\"7445\":2206.83,\"7446\":537.64,\"7447\":654.84,\"7448\":631.37,\"7449\":3860.4,\"7450\":426.12,\"7451\":1495.94,\"7452\":19075.43,\"7453\":3092.4,\"7454\":19778.16,\"7455\":6043.2,\"7456\":383.06,\"7457\":2530.2,\"7458\":237.6,\"7459\":339.05,\"7460\":29783.13,\"7461\":48026.89,\"7462\":null,\"7463\":879967.96,\"7464\":null,\"7465\":810279.98,\"7466\":1607.4,\"7467\":704.88,\"7468\":1427.47,\"7469\":999.0,\"7470\":null,\"7471\":437354.12,\"7472\":385994.46,\"7473\":102420.0,\"7474\":65648.68,\"7475\":null,\"7476\":142100.43,\"7477\":73365.21,\"7478\":2051.0,\"7479\":790.86,\"7480\":2069.72,\"7481\":null,\"7482\":null,\"7483\":null,\"7484\":54894.52,\"7485\":159997.03,\"7486\":166057.85,\"7487\":null,\"7488\":null,\"7489\":null,\"7490\":22615.92,\"7491\":45639.82,\"7492\":48323.09,\"7493\":645.12,\"7494\":75527.88,\"7495\":766.54,\"7496\":9871.4,\"7497\":2756.16,\"7498\":30266.74,\"7499\":31743.52,\"7500\":59143.55,\"7501\":57473.33,\"7502\":19644.2,\"7503\":652.68,\"7504\":6894.0,\"7505\":null,\"7506\":7226.4,\"7507\":6769.29,\"7508\":322.01,\"7509\":4349.7,\"7510\":6800.0,\"7511\":9516.89,\"7512\":1629.24,\"7513\":1805.76,\"7514\":112.6,\"7515\":9236.0,\"7516\":7876.0,\"7517\":2567.4,\"7518\":8204.09,\"7519\":16626.04,\"7520\":16241.51,\"7521\":16604.6,\"7522\":930.89,\"7523\":15235.4,\"7524\":14912.2,\"7525\":null,\"7526\":13104.0,\"7527\":19629.8,\"7528\":18596.54,\"7529\":19475.32,\"7530\":4856.4,\"7531\":537.2,\"7532\":8988.8,\"7533\":8060.0,\"7534\":null,\"7535\":1449.5,\"7536\":null,\"7537\":2831.3,\"7538\":7291.0,\"7539\":304.73,\"7540\":1590.15,\"7541\":331.89,\"7542\":1868.0,\"7543\":1334.68,\"7544\":14976.37,\"7545\":null,\"7546\":null,\"7547\":null,\"7548\":null,\"7549\":2.93,\"7550\":792.66,\"7551\":307.56,\"7552\":null,\"7553\":null,\"7554\":178.56,\"7555\":null,\"7556\":2000.0,\"7557\":5714.0,\"7558\":null,\"7559\":null,\"7560\":null,\"7561\":null,\"7562\":9750.78,\"7563\":null,\"7564\":null,\"7565\":8504.04,\"7566\":null,\"7567\":null,\"7568\":null,\"7569\":null,\"7570\":null,\"7571\":null,\"7572\":null,\"7573\":8635.39,\"7574\":null,\"7575\":null,\"7576\":null,\"7577\":null,\"7578\":null,\"7579\":null,\"7580\":null,\"7581\":3707.72,\"7582\":null,\"7583\":null,\"7584\":null,\"7585\":null,\"7586\":null,\"7587\":null,\"7588\":null,\"7589\":null,\"7590\":19858.43,\"7591\":19921.86,\"7592\":null,\"7593\":null,\"7594\":null,\"7595\":null,\"7596\":null,\"7597\":null,\"7598\":null,\"7599\":null,\"7600\":null,\"7601\":null,\"7602\":null,\"7603\":null,\"7604\":null,\"7605\":null,\"7606\":null,\"7607\":1569.7,\"7608\":null,\"7609\":null,\"7610\":null,\"7611\":null,\"7612\":null,\"7613\":null,\"7614\":null,\"7615\":null,\"7616\":null,\"7617\":null,\"7618\":null,\"7619\":null,\"7620\":null,\"7621\":null,\"7622\":null,\"7623\":null,\"7624\":null,\"7625\":null,\"7626\":null,\"7627\":null,\"7628\":null,\"7629\":null,\"7630\":null,\"7631\":null,\"7632\":null,\"7633\":null,\"7634\":null,\"7635\":null,\"7636\":561.54,\"7637\":4900.0,\"7638\":null,\"7639\":null,\"7640\":null,\"7641\":null,\"7642\":null,\"7643\":null,\"7644\":null,\"7645\":null,\"7646\":null,\"7647\":null,\"7648\":null,\"7649\":null,\"7650\":null,\"7651\":null,\"7652\":null,\"7653\":4900.0,\"7654\":null,\"7655\":null,\"7656\":null,\"7657\":null,\"7658\":null,\"7659\":null,\"7660\":null,\"7661\":null,\"7662\":null,\"7663\":null,\"7664\":null,\"7665\":null,\"7666\":null,\"7667\":null,\"7668\":4426.93,\"7669\":null,\"7670\":null,\"7671\":null,\"7672\":null,\"7673\":null,\"7674\":null,\"7675\":null,\"7676\":null,\"7677\":null,\"7678\":3864.67,\"7679\":2125.2,\"7680\":7170.0,\"7681\":400292.45,\"7682\":2545.2,\"7683\":3936.79,\"7684\":708.95,\"7685\":19.36,\"7686\":350.0,\"7687\":430.79,\"7688\":12419.0,\"7689\":15793.6,\"7690\":null,\"7691\":2165.95,\"7692\":1787.94,\"7693\":724.36,\"7694\":2101.5,\"7695\":1967.0,\"7696\":16512.0,\"7697\":60608.09,\"7698\":503028.04,\"7699\":13688.0,\"7700\":646.47,\"7701\":17297.79,\"7702\":32010.14,\"7703\":8136.33,\"7704\":986.99,\"7705\":3698.56,\"7706\":868.41,\"7707\":14710.97,\"7708\":642.18,\"7709\":null,\"7710\":null,\"7711\":26191.52,\"7712\":8159.0,\"7713\":4520.19,\"7714\":939.79,\"7715\":245232.69,\"7716\":158430.07,\"7717\":5606.64,\"7718\":null,\"7719\":null,\"7720\":14217.89,\"7721\":367886.59,\"7722\":23725.34,\"7723\":17899.2,\"7724\":23608.05,\"7725\":10159.1,\"7726\":17261.52,\"7727\":169212.44,\"7728\":1369.3,\"7729\":1385.25,\"7730\":551.96,\"7731\":null,\"7732\":null,\"7733\":2176.72,\"7734\":734.19,\"7735\":436.73,\"7736\":32779.06,\"7737\":90427.41,\"7738\":3946.69,\"7739\":1905.6,\"7740\":null,\"7741\":843.01,\"7742\":1069509.1599999999,\"7743\":601800.33,\"7744\":588.0,\"7745\":7266.6,\"7746\":7523.08,\"7747\":827.53,\"7748\":205060.0,\"7749\":627.77,\"7750\":13104.0,\"7751\":35206.17,\"7752\":69426.76,\"7753\":165014.72,\"7754\":2973.0,\"7755\":290306.0,\"7756\":161648.91,\"7757\":40216.99,\"7758\":9029.57,\"7759\":505.03,\"7760\":654.23,\"7761\":824.25,\"7762\":115257.97,\"7763\":2212.0,\"7764\":534.01,\"7765\":935.64,\"7766\":550.75,\"7767\":3904.8,\"7768\":417.36,\"7769\":18054.67,\"7770\":1502.35,\"7771\":19594.83,\"7772\":3621.6,\"7773\":17731.22,\"7774\":5520.0,\"7775\":371.38,\"7776\":2572.8,\"7777\":240.9,\"7778\":304.59,\"7779\":29849.01,\"7780\":46959.55,\"7781\":null,\"7782\":878837.27,\"7783\":null,\"7784\":120094.81,\"7785\":1611.12,\"7786\":645.48,\"7787\":1271.47,\"7788\":1134.0,\"7789\":669916.16,\"7790\":179473.27,\"7791\":null,\"7792\":null,\"7793\":143522.47,\"7794\":119309.9,\"7795\":2041.0,\"7796\":791.42,\"7797\":2075.76,\"7798\":null,\"7799\":null,\"7800\":null,\"7801\":55166.91,\"7802\":154460.26,\"7803\":161575.3,\"7804\":null,\"7805\":22621.08,\"7806\":45195.5,\"7807\":48336.39,\"7808\":646.14,\"7809\":75522.65,\"7810\":723.81,\"7811\":7752.8,\"7812\":2877.94,\"7813\":30025.38,\"7814\":null,\"7815\":58241.51,\"7816\":58090.93,\"7817\":19317.05,\"7818\":652.14,\"7819\":13672.8,\"7820\":null,\"7821\":7226.4,\"7822\":6860.7,\"7823\":382.67,\"7824\":28.83,\"7825\":6160.0,\"7826\":4965.47,\"7827\":1627.68,\"7828\":1727.88,\"7829\":125.0,\"7830\":16946.0,\"7831\":12882.0,\"7832\":3713.6,\"7833\":14911.96,\"7834\":16229.01,\"7835\":10646.21,\"7836\":11336.28,\"7837\":1836.41,\"7838\":16713.5,\"7839\":16353.7,\"7840\":null,\"7841\":12420.0,\"7842\":19398.85,\"7843\":19406.88,\"7844\":19260.11,\"7845\":6631.2,\"7846\":498.4,\"7847\":3594.1,\"7848\":4950.0,\"7849\":null,\"7850\":1653.4,\"7851\":null,\"7852\":2772.7,\"7853\":5721.0,\"7854\":304.73,\"7855\":2056.66,\"7856\":501.17,\"7857\":1919.0,\"7858\":1404.31,\"7859\":17730.12,\"7860\":null,\"7861\":null,\"7862\":null,\"7863\":null,\"7864\":null,\"7865\":819.06,\"7866\":283.8,\"7867\":913.2,\"7868\":null,\"7869\":null,\"7870\":0.48,\"7871\":null,\"7872\":2000.0,\"7873\":6770.6,\"7874\":null,\"7875\":null,\"7876\":null,\"7877\":null,\"7878\":4935.65,\"7879\":null,\"7880\":null,\"7881\":2810.74,\"7882\":null,\"7883\":null,\"7884\":null,\"7885\":null,\"7886\":null,\"7887\":null,\"7888\":null,\"7889\":5482.64,\"7890\":null,\"7891\":null,\"7892\":null,\"7893\":null,\"7894\":null,\"7895\":null,\"7896\":null,\"7897\":3702.95,\"7898\":null,\"7899\":null,\"7900\":null,\"7901\":null,\"7902\":null,\"7903\":null,\"7904\":19946.57,\"7905\":19936.38,\"7906\":null,\"7907\":null,\"7908\":null,\"7909\":null,\"7910\":null,\"7911\":null,\"7912\":null,\"7913\":null,\"7914\":null,\"7915\":null,\"7916\":null,\"7917\":0.9,\"7918\":null,\"7919\":null,\"7920\":null,\"7921\":1319.78,\"7922\":null,\"7923\":null,\"7924\":null,\"7925\":null,\"7926\":null,\"7927\":null,\"7928\":null,\"7929\":null,\"7930\":null,\"7931\":null,\"7932\":null,\"7933\":null,\"7934\":null,\"7935\":null,\"7936\":null,\"7937\":null,\"7938\":null,\"7939\":null,\"7940\":null,\"7941\":null,\"7942\":null,\"7943\":null,\"7944\":null,\"7945\":null,\"7946\":null,\"7947\":null,\"7948\":null,\"7949\":null,\"7950\":1894.37,\"7951\":4900.0,\"7952\":null,\"7953\":null,\"7954\":null,\"7955\":null,\"7956\":null,\"7957\":null,\"7958\":null,\"7959\":null,\"7960\":null,\"7961\":null,\"7962\":null,\"7963\":null,\"7964\":null,\"7965\":null,\"7966\":null,\"7967\":4900.0,\"7968\":null,\"7969\":null,\"7970\":null,\"7971\":null,\"7972\":null,\"7973\":null,\"7974\":null,\"7975\":null,\"7976\":null,\"7977\":null,\"7978\":null,\"7979\":null,\"7980\":null,\"7981\":null,\"7982\":372.6,\"7983\":null,\"7984\":null,\"7985\":null,\"7986\":null,\"7987\":null,\"7988\":null,\"7989\":null,\"7990\":null,\"7991\":null,\"7992\":3868.33,\"7993\":null,\"7994\":7167.6,\"7995\":188375.26,\"7996\":10584.0,\"7997\":6908.51,\"7998\":712.03,\"7999\":null,\"8000\":null,\"8001\":431.32,\"8002\":12529.0,\"8003\":16893.64,\"8004\":null,\"8005\":2099.3,\"8006\":1706.1,\"8007\":689.13,\"8008\":1895.4,\"8009\":810.0,\"8010\":16872.0,\"8011\":60638.09,\"8012\":500453.91,\"8013\":12448.0,\"8014\":1058.97,\"8015\":12033.38,\"8016\":60166.8,\"8017\":6728.33,\"8018\":1064.9,\"8019\":3698.56,\"8020\":781.67,\"8021\":13264.92,\"8022\":605.88,\"8023\":null,\"8024\":null,\"8025\":27257.38,\"8026\":10108.0,\"8027\":9898.3,\"8028\":938.8,\"8029\":245417.3,\"8030\":158292.53,\"8031\":9861.63,\"8032\":369700.0,\"8033\":13684.57,\"8034\":null,\"8035\":49272.87,\"8036\":395902.31,\"8037\":18572.4,\"8038\":17991.6,\"8039\":18322.45,\"8040\":13261.34,\"8041\":16092.92,\"8042\":170444.54,\"8043\":1041.21,\"8044\":1372.87,\"8045\":552.5,\"8046\":null,\"8047\":964.62,\"8048\":732.91,\"8049\":408.64,\"8050\":28584.26,\"8051\":90502.26,\"8052\":4093.29,\"8053\":1891.8,\"8054\":15268.0,\"8055\":864.08,\"8056\":1141016.2,\"8057\":572196.12,\"8058\":582.0,\"8059\":10313.6,\"8060\":7525.1,\"8061\":828.96,\"8062\":205150.0,\"8063\":600.24,\"8064\":15300.0,\"8065\":35592.06,\"8066\":69432.67,\"8067\":164924.67,\"8068\":null,\"8069\":null,\"8070\":588139.36,\"8071\":40034.18,\"8072\":7958.26,\"8073\":null,\"8074\":681.8,\"8075\":825.3,\"8076\":209332.4,\"8077\":2225.77,\"8078\":528.69,\"8079\":828.0,\"8080\":542.87,\"8081\":5283.6,\"8082\":412.2,\"8083\":926.36,\"8084\":19441.3,\"8085\":4352.85,\"8086\":19059.48,\"8087\":5971.2,\"8088\":363.53,\"8089\":2289.0,\"8090\":260.7,\"8091\":322.96,\"8092\":29172.5,\"8093\":46600.26,\"8094\":null,\"8095\":1065584.1799999999,\"8096\":null,\"8097\":120198.94,\"8098\":1425.96,\"8099\":781.0,\"8100\":2069.7,\"8101\":1038.6,\"8102\":527369.41,\"8103\":405407.6,\"8104\":143010.01,\"8105\":119010.62,\"8106\":2041.0,\"8107\":791.42,\"8108\":1446.39,\"8109\":null,\"8110\":null,\"8111\":null,\"8112\":51325.67,\"8113\":155879.22,\"8114\":163238.45,\"8115\":null,\"8116\":null,\"8117\":30052.62,\"8118\":45277.3,\"8119\":49141.38,\"8120\":578.88,\"8121\":75594.45,\"8122\":828.8,\"8123\":9398.4,\"8124\":2770.62,\"8125\":30381.89,\"8126\":49212.24,\"8127\":57541.54,\"8128\":19310.41,\"8129\":653.88,\"8130\":8344.8,\"8131\":null,\"8132\":7226.4,\"8133\":6777.21,\"8134\":339.77,\"8135\":277.45,\"8136\":6960.0,\"8137\":8949.55,\"8138\":1716.0,\"8139\":null,\"8140\":117.35,\"8141\":14412.0,\"8142\":10328.0,\"8143\":2807.2,\"8144\":16682.31,\"8145\":15555.06,\"8146\":11110.73,\"8147\":11761.84,\"8148\":1182.13,\"8149\":14005.2,\"8150\":13704.7,\"8151\":null,\"8152\":10332.0,\"8153\":19580.76,\"8154\":19505.88,\"8155\":19444.44,\"8156\":6804.0,\"8157\":525.2,\"8158\":10366.8,\"8159\":4728.0,\"8160\":1730.4,\"8161\":null,\"8162\":3232.1,\"8163\":5429.0,\"8164\":304.73,\"8165\":2106.87,\"8166\":331.43,\"8167\":2496.0,\"8168\":408.2,\"8169\":15019.57,\"8170\":null,\"8171\":null,\"8172\":null,\"8173\":null,\"8174\":null,\"8175\":762.3,\"8176\":0.04,\"8177\":311.96,\"8178\":995.4,\"8179\":null,\"8180\":null,\"8181\":null,\"8182\":null,\"8183\":2000.0,\"8184\":5715.3,\"8185\":null,\"8186\":null,\"8187\":null,\"8188\":null,\"8189\":5199.65,\"8190\":null,\"8191\":null,\"8192\":4372.12,\"8193\":null,\"8194\":null,\"8195\":null,\"8196\":null,\"8197\":null,\"8198\":null,\"8199\":null,\"8200\":5871.1,\"8201\":null,\"8202\":null,\"8203\":null,\"8204\":null,\"8205\":null,\"8206\":null,\"8207\":null,\"8208\":3114.24,\"8209\":null,\"8210\":null,\"8211\":null,\"8212\":null,\"8213\":null,\"8214\":null,\"8215\":null,\"8216\":null,\"8217\":19933.71,\"8218\":19925.83,\"8219\":null,\"8220\":null,\"8221\":null,\"8222\":null,\"8223\":null,\"8224\":null,\"8225\":null,\"8226\":null,\"8227\":null,\"8228\":null,\"8229\":null,\"8230\":null,\"8231\":null,\"8232\":null,\"8233\":null,\"8234\":1354.32,\"8235\":null,\"8236\":null,\"8237\":null,\"8238\":null,\"8239\":null,\"8240\":null,\"8241\":null,\"8242\":null,\"8243\":null,\"8244\":null,\"8245\":null,\"8246\":null,\"8247\":null,\"8248\":null,\"8249\":null,\"8250\":null,\"8251\":null,\"8252\":null,\"8253\":null,\"8254\":null,\"8255\":null,\"8256\":null,\"8257\":null,\"8258\":null,\"8259\":null,\"8260\":null,\"8261\":null,\"8262\":null,\"8263\":4604.49,\"8264\":4900.0,\"8265\":null,\"8266\":null,\"8267\":null,\"8268\":null,\"8269\":null,\"8270\":null,\"8271\":null,\"8272\":null,\"8273\":null,\"8274\":null,\"8275\":null,\"8276\":null,\"8277\":null,\"8278\":null,\"8279\":null,\"8280\":4900.0,\"8281\":null,\"8282\":null,\"8283\":null,\"8284\":null,\"8285\":null,\"8286\":null,\"8287\":null,\"8288\":null,\"8289\":null,\"8290\":null,\"8291\":null,\"8292\":null,\"8293\":null,\"8294\":null,\"8295\":1982.03,\"8296\":null,\"8297\":null,\"8298\":null,\"8299\":null,\"8300\":null,\"8301\":null,\"8302\":null,\"8303\":null,\"8304\":3864.67,\"8305\":2494.8,\"8306\":7173.6,\"8307\":245155.64,\"8308\":6843.6,\"8309\":5432.76,\"8310\":712.69,\"8311\":null,\"8312\":null,\"8313\":431.46,\"8314\":12419.0,\"8315\":16588.68,\"8316\":191.4,\"8317\":2116.78,\"8318\":1749.66,\"8319\":766.93,\"8320\":2817.9,\"8321\":811.0,\"8322\":16292.0,\"8323\":60628.45,\"8324\":504786.8,\"8325\":12528.0,\"8326\":701.58,\"8327\":17500.63,\"8328\":38784.57,\"8329\":6750.33,\"8330\":1023.21,\"8331\":3699.84,\"8332\":914.4,\"8333\":18610.42,\"8334\":563.2,\"8335\":null,\"8336\":null,\"8337\":26052.53,\"8338\":7417.0,\"8339\":9352.98,\"8340\":941.78,\"8341\":245672.06,\"8342\":158494.2,\"8343\":9619.06,\"8344\":509620.0,\"8345\":null,\"8346\":null,\"8347\":27013.5,\"8348\":395888.02,\"8349\":20087.27,\"8350\":16764.0,\"8351\":48.69,\"8352\":10891.07,\"8353\":16756.98,\"8354\":89096.7,\"8355\":1268.29,\"8356\":1771.94,\"8357\":542.83,\"8358\":null,\"8359\":2324.73,\"8360\":725.82,\"8361\":428.0,\"8362\":38329.16,\"8363\":90518.93,\"8364\":3936.19,\"8365\":2160.6,\"8366\":14654.2,\"8367\":860.04,\"8368\":1180942.73,\"8369\":599120.6899999999,\"8370\":558.0,\"8371\":10340.0,\"8372\":5895.02,\"8373\":826.65,\"8374\":205180.0,\"8375\":572.84,\"8376\":5832.0,\"8377\":34802.59,\"8378\":69563.14,\"8379\":164141.78,\"8380\":46506.0,\"8381\":574728.79,\"8382\":39784.99,\"8383\":8111.3,\"8384\":503.45,\"8385\":688.39,\"8386\":1233.45,\"8387\":152929.89,\"8388\":2222.33,\"8389\":442.13,\"8390\":949.68,\"8391\":1104.83,\"8392\":4587.6,\"8393\":411.6,\"8394\":1572.84,\"8395\":19523.8,\"8396\":4360.5,\"8397\":19981.49,\"8398\":6662.4,\"8399\":362.93,\"8400\":2592.6,\"8401\":264.0,\"8402\":260.18,\"8403\":29101.53,\"8404\":50164.87,\"8405\":null,\"8406\":1001745.46,\"8407\":null,\"8408\":519067.06,\"8409\":1615.98,\"8410\":570.9,\"8411\":1257.66,\"8412\":986.4,\"8413\":null,\"8414\":339564.54,\"8415\":63710.91,\"8416\":150031.14,\"8417\":144543.51,\"8418\":119458.86,\"8419\":2064.0,\"8420\":790.16,\"8421\":1681.94,\"8422\":null,\"8423\":null,\"8424\":null,\"8425\":155304.42,\"8426\":169944.7,\"8427\":null,\"8428\":22410.92,\"8429\":45318.11,\"8430\":47853.12,\"8431\":603.06,\"8432\":75577.72,\"8433\":841.89,\"8434\":3702.6,\"8435\":2802.19,\"8436\":28206.3,\"8437\":49082.4,\"8438\":54285.41,\"8439\":19305.28,\"8440\":653.4,\"8441\":10033.2,\"8442\":null,\"8443\":7226.4,\"8444\":6782.0,\"8445\":337.0,\"8446\":null,\"8447\":4240.0,\"8448\":9522.03,\"8449\":1555.44,\"8450\":1688.28,\"8451\":145.2,\"8452\":274.8,\"8453\":10232.0,\"8454\":19407.0,\"8455\":3405.6,\"8456\":18713.37,\"8457\":16863.6,\"8458\":13737.39,\"8459\":14500.67,\"8460\":1264.12,\"8461\":12995.4,\"8462\":12715.2,\"8463\":null,\"8464\":null,\"8465\":19446.58,\"8466\":19397.52,\"8467\":19367.81,\"8468\":2005.2,\"8469\":477.1,\"8470\":null,\"8471\":2106.0,\"8472\":1372.4,\"8473\":null,\"8474\":4716.8,\"8475\":6125.0,\"8476\":304.73,\"8477\":2246.75,\"8478\":327.98,\"8479\":2251.0,\"8480\":1284.18,\"8481\":12790.08,\"8482\":null,\"8483\":null,\"8484\":null,\"8485\":null,\"8486\":1.47,\"8487\":749.1,\"8488\":null,\"8489\":307.56,\"8490\":432.3,\"8491\":null,\"8492\":null,\"8493\":null,\"8494\":2000.0,\"8495\":5386.6,\"8496\":null,\"8497\":null,\"8498\":null,\"8499\":null,\"8500\":4734.78,\"8501\":null,\"8502\":null,\"8503\":null,\"8504\":null,\"8505\":null,\"8506\":null,\"8507\":null,\"8508\":null,\"8509\":null,\"8510\":null,\"8511\":7817.18,\"8512\":null,\"8513\":null,\"8514\":null,\"8515\":null,\"8516\":null,\"8517\":null,\"8518\":null,\"8519\":1169.68,\"8520\":null,\"8521\":null,\"8522\":null,\"8523\":null,\"8524\":null,\"8525\":null,\"8526\":null,\"8527\":null,\"8528\":19945.42,\"8529\":19935.95,\"8530\":null,\"8531\":null,\"8532\":null,\"8533\":null,\"8534\":null,\"8535\":null,\"8536\":null,\"8537\":null,\"8538\":null,\"8539\":null,\"8540\":null,\"8541\":0.15,\"8542\":null,\"8543\":null,\"8544\":null,\"8545\":1337.66,\"8546\":null,\"8547\":null,\"8548\":null,\"8549\":null,\"8550\":null,\"8551\":null,\"8552\":null,\"8553\":null,\"8554\":null,\"8555\":null,\"8556\":null,\"8557\":null,\"8558\":5431.8,\"8559\":null,\"8560\":null,\"8561\":null,\"8562\":null,\"8563\":null,\"8564\":null,\"8565\":null,\"8566\":null,\"8567\":null,\"8568\":null,\"8569\":null,\"8570\":null,\"8571\":null,\"8572\":null,\"8573\":null,\"8574\":null,\"8575\":214.74,\"8576\":4900.0,\"8577\":null,\"8578\":null,\"8579\":null,\"8580\":null,\"8581\":null,\"8582\":null,\"8583\":null,\"8584\":null,\"8585\":null,\"8586\":null,\"8587\":null,\"8588\":null,\"8589\":null,\"8590\":null,\"8591\":4900.0,\"8592\":null,\"8593\":null,\"8594\":null,\"8595\":null,\"8596\":null,\"8597\":null,\"8598\":null,\"8599\":null,\"8600\":null,\"8601\":null,\"8602\":null,\"8603\":null,\"8604\":null,\"8605\":null,\"8606\":3790.98,\"8607\":null,\"8608\":null,\"8609\":null,\"8610\":null,\"8611\":null,\"8612\":null,\"8613\":null,\"8614\":null,\"8615\":null,\"8616\":3864.67,\"8617\":1287.0,\"8618\":7191.6,\"8619\":290879.32,\"8620\":5878.8,\"8621\":4442.15,\"8622\":708.62,\"8623\":81.49,\"8624\":null,\"8625\":431.83,\"8626\":13112.0,\"8627\":16150.14,\"8628\":184.8,\"8629\":2156.22,\"8630\":1703.79,\"8631\":771.34,\"8632\":4156.2,\"8633\":804.0,\"8634\":17104.0,\"8635\":60669.77,\"8636\":503350.84,\"8637\":13496.0,\"8638\":795.63,\"8639\":18104.1,\"8640\":38140.32,\"8641\":8096.0,\"8642\":1027.24,\"8643\":3700.16,\"8644\":850.95,\"8645\":16104.13,\"8646\":626.56,\"8647\":18173.06,\"8648\":null,\"8649\":26121.1,\"8650\":9112.0,\"8651\":5764.24,\"8652\":942.77,\"8653\":248778.45,\"8654\":159178.79,\"8655\":6588.4,\"8656\":510700.0,\"8657\":null,\"8658\":null,\"8659\":17589.39,\"8660\":395807.68,\"8661\":16807.56,\"8662\":null,\"8663\":null,\"8664\":12857.09,\"8665\":17475.58,\"8666\":149862.68,\"8667\":1167.27,\"8668\":1325.66,\"8669\":557.08,\"8670\":null,\"8671\":2457.55,\"8672\":724.15,\"8673\":412.91,\"8674\":31497.92,\"8675\":null,\"8676\":4168.11,\"8677\":1954.2,\"8678\":14830.2,\"8679\":871.64,\"8680\":1115885.8700000001,\"8681\":563484.5,\"8682\":360.0,\"8683\":6910.2,\"8684\":7611.3,\"8685\":827.31,\"8686\":205140.0,\"8687\":613.22,\"8688\":11664.0,\"8689\":35937.94,\"8690\":69502.0,\"8691\":164700.05,\"8692\":405398.0,\"8693\":566788.13,\"8694\":null,\"8695\":7483.95,\"8696\":7958.26,\"8697\":532.75,\"8698\":689.36,\"8699\":1636.95,\"8700\":116773.38,\"8701\":2224.05,\"8702\":522.39,\"8703\":943.92,\"8704\":677.64,\"8705\":9196.8,\"8706\":411.96,\"8707\":2056.35,\"8708\":19343.74,\"8709\":3861.0,\"8710\":19801.42,\"8711\":7334.4,\"8712\":375.14,\"8713\":2346.0,\"8714\":264.0,\"8715\":272.09,\"8716\":29869.72,\"8717\":50018.64,\"8718\":null,\"8719\":197753.69,\"8720\":null,\"8721\":533612.61,\"8722\":1611.36,\"8723\":669.46,\"8724\":1189.73,\"8725\":1017.0,\"8726\":534380.13,\"8727\":119331.97,\"8728\":226107.18,\"8729\":143290.26,\"8730\":116946.12,\"8731\":2056.0,\"8732\":790.86,\"8733\":2538.57,\"8734\":null,\"8735\":null,\"8736\":null,\"8737\":156450.16,\"8738\":164668.5,\"8739\":19829.82,\"8740\":5.93,\"8741\":22387.7,\"8742\":43690.52,\"8743\":48014.22,\"8744\":659.91,\"8745\":75575.99,\"8746\":823.39,\"8747\":null,\"8748\":2793.35,\"8749\":30093.51,\"8750\":58446.38,\"8751\":null,\"8752\":19327.1,\"8753\":652.71,\"8754\":10026.0,\"8755\":148.2,\"8756\":7226.4,\"8757\":6772.1,\"8758\":355.67,\"8759\":369.67,\"8760\":6720.0,\"8761\":9540.89,\"8762\":1570.32,\"8763\":1810.6,\"8764\":123.02,\"8765\":null,\"8766\":9225.0,\"8767\":13323.0,\"8768\":5016.0,\"8769\":15233.08,\"8770\":15293.47,\"8771\":10228.76,\"8772\":10224.46,\"8773\":720.72,\"8774\":13120.1,\"8775\":12842.4,\"8776\":null,\"8777\":19746.69,\"8778\":19313.8,\"8779\":19610.73,\"8780\":7470.0,\"8781\":513.6,\"8782\":6142.5,\"8783\":9338.0,\"8784\":1584.2,\"8785\":null,\"8786\":5458.3,\"8787\":5873.0,\"8788\":304.73,\"8789\":2255.16,\"8790\":326.83,\"8791\":3214.0,\"8792\":1333.58,\"8793\":12979.67,\"8794\":null,\"8795\":null,\"8796\":null,\"8797\":null,\"8798\":737.73,\"8799\":736.56,\"8800\":null,\"8801\":476.52,\"8802\":743.1,\"8803\":null,\"8804\":null,\"8805\":null,\"8806\":2000.0,\"8807\":5598.4,\"8808\":null,\"8809\":null,\"8810\":null,\"8811\":null,\"8812\":3891.13,\"8813\":null,\"8814\":null,\"8815\":2266.46,\"8816\":null,\"8817\":94021.53,\"8818\":null,\"8819\":null,\"8820\":null,\"8821\":null,\"8822\":null,\"8823\":3643.53,\"8824\":null,\"8825\":null,\"8826\":null,\"8827\":null,\"8828\":null,\"8829\":null,\"8830\":null,\"8831\":null,\"8832\":null,\"8833\":null,\"8834\":null,\"8835\":null,\"8836\":null,\"8837\":null,\"8838\":null,\"8839\":null,\"8840\":19868.1,\"8841\":19940.58,\"8842\":null,\"8843\":null,\"8844\":null,\"8845\":null,\"8846\":null,\"8847\":null,\"8848\":null,\"8849\":null,\"8850\":null,\"8851\":null,\"8852\":null,\"8853\":null,\"8854\":null,\"8855\":null,\"8856\":null,\"8857\":1245.64,\"8858\":null,\"8859\":null,\"8860\":null,\"8861\":null,\"8862\":null,\"8863\":null,\"8864\":null,\"8865\":null,\"8866\":null,\"8867\":null,\"8868\":null,\"8869\":null,\"8870\":null,\"8871\":null,\"8872\":null,\"8873\":null,\"8874\":null,\"8875\":null,\"8876\":null,\"8877\":null,\"8878\":null,\"8879\":null,\"8880\":null,\"8881\":null,\"8882\":null,\"8883\":null,\"8884\":null,\"8885\":null,\"8886\":null,\"8887\":4900.0,\"8888\":null,\"8889\":null,\"8890\":null,\"8891\":null,\"8892\":null,\"8893\":null,\"8894\":null,\"8895\":null,\"8896\":null,\"8897\":null,\"8898\":null,\"8899\":null,\"8900\":null,\"8901\":null,\"8902\":null,\"8903\":4900.0,\"8904\":null,\"8905\":null,\"8906\":null,\"8907\":null,\"8908\":null,\"8909\":null,\"8910\":null,\"8911\":null,\"8912\":null,\"8913\":null,\"8914\":null,\"8915\":null,\"8916\":null,\"8917\":null,\"8918\":2055.63,\"8919\":null,\"8920\":null,\"8921\":null,\"8922\":null,\"8923\":null,\"8924\":null,\"8925\":null,\"8926\":null,\"8927\":null,\"8928\":3864.67,\"8929\":2435.4,\"8930\":7224.0,\"8931\":126934.5,\"8932\":9856.8,\"8933\":5199.27,\"8934\":708.07,\"8935\":40.13,\"8936\":null,\"8937\":429.85,\"8938\":13772.0,\"8939\":19618.03,\"8940\":191.4,\"8941\":2161.34,\"8942\":1749.99,\"8943\":794.12,\"8944\":null,\"8945\":808.0,\"8946\":17648.0,\"8947\":157308.8,\"8948\":501559.49,\"8949\":12480.0,\"8950\":499.62,\"8951\":11135.02,\"8952\":31141.09,\"8953\":8187.67,\"8954\":449.36,\"8955\":3699.52,\"8956\":866.87,\"8957\":27820.75,\"8958\":601.7,\"8959\":null,\"8960\":null,\"8961\":29049.25,\"8962\":6233.0,\"8963\":4714.5,\"8964\":942.77,\"8965\":246482.37,\"8966\":null,\"8967\":5865.11,\"8968\":408190.0,\"8969\":null,\"8970\":null,\"8971\":17114.86,\"8972\":395546.49,\"8973\":14376.62,\"8974\":14742.2,\"8975\":429.89,\"8976\":12858.52,\"8977\":12421.73,\"8978\":94739.12,\"8979\":1384.21,\"8980\":1420.31,\"8981\":548.83,\"8982\":13695.0,\"8983\":null,\"8984\":2517.24,\"8985\":726.12,\"8986\":460.16,\"8987\":67219.28,\"8988\":3959.29,\"8989\":2757.6,\"8990\":null,\"8991\":888.03,\"8992\":1175131.21,\"8993\":463923.19,\"8994\":462.0,\"8995\":6901.4,\"8996\":7598.83,\"8997\":816.53,\"8998\":182800.0,\"8999\":531.0,\"9000\":13032.0,\"9001\":40154.61,\"9002\":64734.28,\"9003\":164908.58,\"9004\":3.0,\"9005\":401534.0,\"9006\":120679.51,\"9007\":39276.03,\"9008\":2295.65,\"9009\":573.8,\"9010\":693.97,\"9011\":2295.6,\"9012\":81042.24,\"9013\":2212.0,\"9014\":516.85,\"9015\":null,\"9016\":1112.0,\"9017\":9271.2,\"9018\":411.36,\"9019\":1901.43,\"9020\":19373.15,\"9021\":4355.55,\"9022\":19738.76,\"9023\":10747.2,\"9024\":366.37,\"9025\":2686.8,\"9026\":264.0,\"9027\":272.42,\"9028\":29729.1,\"9029\":47352.5,\"9030\":null,\"9031\":934293.84,\"9032\":null,\"9033\":807935.55,\"9034\":1609.02,\"9035\":741.18,\"9036\":1147.45,\"9037\":1220.4,\"9038\":179713.77,\"9039\":65537.62,\"9040\":154014.17,\"9041\":143946.53,\"9042\":122536.45,\"9043\":2048.0,\"9044\":791.42,\"9045\":17.42,\"9046\":null,\"9047\":null,\"9048\":null,\"9049\":54424.21,\"9050\":156647.58,\"9051\":166488.9,\"9052\":2380.95,\"9053\":8279.16,\"9054\":null,\"9055\":44277.42,\"9056\":47439.23,\"9057\":659.13,\"9058\":75545.54,\"9059\":729.66,\"9060\":6802.4,\"9061\":1942.58,\"9062\":27965.16,\"9063\":51109.32,\"9064\":19319.5,\"9065\":652.08,\"9066\":16052.4,\"9067\":20.4,\"9068\":7226.4,\"9069\":6775.4,\"9070\":432.83,\"9071\":13.56,\"9072\":6000.0,\"9073\":9507.02,\"9074\":1522.2,\"9075\":1744.16,\"9076\":137.68,\"9077\":10618.0,\"9078\":19508.0,\"9079\":5040.2,\"9080\":19822.82,\"9081\":16369.25,\"9082\":12641.0,\"9083\":13261.56,\"9084\":152.53,\"9085\":13453.5,\"9086\":13167.8,\"9087\":null,\"9088\":19732.12,\"9089\":19630.3,\"9090\":19613.91,\"9091\":null,\"9092\":544.3,\"9093\":16708.3,\"9094\":7240.0,\"9095\":1903.8,\"9096\":null,\"9097\":7180.6,\"9098\":5484.0,\"9099\":304.73,\"9100\":2257.07,\"9101\":366.62,\"9102\":2012.0,\"9103\":796.48,\"9104\":12008.0,\"9105\":null,\"9106\":null,\"9107\":null,\"9108\":null,\"9109\":77.73,\"9110\":762.96,\"9111\":null,\"9112\":788.92,\"9113\":815.4,\"9114\":null,\"9115\":null,\"9116\":null,\"9117\":3000.0,\"9118\":5308.3,\"9119\":null,\"9120\":null,\"9121\":null,\"9122\":null,\"9123\":5153.74,\"9124\":null,\"9125\":null,\"9126\":null,\"9127\":3220.8,\"9128\":null,\"9129\":76047.86,\"9130\":null,\"9131\":null,\"9132\":null,\"9133\":1.75,\"9134\":null,\"9135\":6696.81,\"9136\":null,\"9137\":null,\"9138\":null,\"9139\":null,\"9140\":null,\"9141\":null,\"9142\":null,\"9143\":null,\"9144\":null,\"9145\":null,\"9146\":null,\"9147\":null,\"9148\":null,\"9149\":null,\"9150\":null,\"9151\":19937.17,\"9152\":17186.17,\"9153\":null,\"9154\":null,\"9155\":null,\"9156\":null,\"9157\":null,\"9158\":null,\"9159\":null,\"9160\":null,\"9161\":null,\"9162\":null,\"9163\":null,\"9164\":0.3,\"9165\":null,\"9166\":null,\"9167\":null,\"9168\":1555.95,\"9169\":null,\"9170\":null,\"9171\":null,\"9172\":null,\"9173\":null,\"9174\":null,\"9175\":null,\"9176\":null,\"9177\":null,\"9178\":null,\"9179\":null,\"9180\":null,\"9181\":null,\"9182\":null,\"9183\":null,\"9184\":null,\"9185\":null,\"9186\":null,\"9187\":null,\"9188\":null,\"9189\":null,\"9190\":null,\"9191\":null,\"9192\":null,\"9193\":null,\"9194\":null,\"9195\":null,\"9196\":null,\"9197\":465.89,\"9198\":4900.0,\"9199\":null,\"9200\":null,\"9201\":null,\"9202\":null,\"9203\":null,\"9204\":null,\"9205\":null,\"9206\":null,\"9207\":null,\"9208\":null,\"9209\":null,\"9210\":null,\"9211\":null,\"9212\":null,\"9213\":null,\"9214\":4900.0,\"9215\":null,\"9216\":null,\"9217\":null,\"9218\":null,\"9219\":null,\"9220\":null,\"9221\":null,\"9222\":null,\"9223\":null,\"9224\":null,\"9225\":null,\"9226\":null,\"9227\":null,\"9228\":null,\"9229\":4083.08,\"9230\":null,\"9231\":null,\"9232\":null,\"9233\":null,\"9234\":null,\"9235\":null,\"9236\":null,\"9237\":null,\"9238\":3842.67,\"9239\":null,\"9240\":7251.6,\"9241\":405377.88,\"9242\":10501.2,\"9243\":8150.63,\"9244\":707.52,\"9245\":32.82,\"9246\":390.0,\"9247\":425.34,\"9248\":12848.0,\"9249\":null,\"9250\":198.0,\"9251\":386.6,\"9252\":1763.52,\"9253\":799.65,\"9254\":809.0,\"9255\":20576.0,\"9256\":60164.62,\"9257\":507627.46,\"9258\":null,\"9259\":2628.78,\"9260\":10977.72,\"9261\":55072.92,\"9262\":8147.33,\"9263\":739.45,\"9264\":3700.8,\"9265\":868.08,\"9266\":29620.3,\"9267\":null,\"9268\":null,\"9269\":null,\"9270\":25948.23,\"9271\":19186.0,\"9272\":5764.55,\"9273\":942.77,\"9274\":255000.0,\"9275\":7287.21,\"9276\":206670.0,\"9277\":null,\"9278\":24104.71,\"9279\":396442.5,\"9280\":18076.28,\"9281\":null,\"9282\":null,\"9283\":16111.95,\"9284\":8701.67,\"9285\":91413.54,\"9286\":1299.34,\"9287\":1344.22,\"9288\":542.83,\"9289\":128755.0,\"9290\":null,\"9291\":2356.7,\"9292\":721.39,\"9293\":457.83,\"9294\":78742.69,\"9295\":90504.74,\"9296\":3954.17,\"9297\":2490.6,\"9298\":14707.0,\"9299\":884.9,\"9300\":1175552.03,\"9301\":600175.14,\"9302\":444.0,\"9303\":6941.0,\"9304\":7586.75,\"9305\":816.53,\"9306\":184770.0,\"9307\":580.88,\"9308\":10296.0,\"9309\":39984.11,\"9310\":64821.68,\"9311\":164631.12,\"9312\":29.5,\"9313\":null,\"9314\":574200.52,\"9315\":null,\"9316\":38809.93,\"9317\":3213.91,\"9318\":null,\"9319\":null,\"9320\":3135.0,\"9321\":81091.25,\"9322\":2222.33,\"9323\":529.25,\"9324\":null,\"9325\":880.41,\"9326\":10137.6,\"9327\":411.72,\"9328\":1243.32,\"9329\":19625.67,\"9330\":4347.0,\"9331\":19862.39,\"9332\":1099.2,\"9333\":369.47,\"9334\":2658.6,\"9335\":178.2,\"9336\":337.23,\"9337\":29726.66,\"9338\":50186.64,\"9339\":null,\"9340\":222004.89,\"9341\":null,\"9342\":820252.63,\"9343\":1580.4,\"9344\":696.74,\"9345\":1110.77,\"9346\":1607.4,\"9347\":342779.71,\"9348\":66097.03,\"9349\":123746.1,\"9350\":142887.86,\"9351\":72261.39,\"9352\":2022.0,\"9353\":787.64,\"9354\":1400.18,\"9355\":null,\"9356\":null,\"9357\":null,\"9358\":55035.55,\"9359\":158149.07,\"9360\":169757.85,\"9361\":4257.23,\"9362\":17309.14,\"9363\":44758.64,\"9364\":47918.53,\"9365\":649.14,\"9366\":76515.73,\"9367\":784.42,\"9368\":null,\"9369\":2849.02,\"9370\":29333.93,\"9371\":null,\"9372\":58004.65,\"9373\":18849.9,\"9374\":652.38,\"9375\":18601.2,\"9376\":null,\"9377\":7226.4,\"9378\":6784.64,\"9379\":325.64,\"9380\":89.61,\"9381\":6560.0,\"9382\":9560.67,\"9383\":1636.44,\"9384\":1639.88,\"9385\":142.16,\"9386\":9127.0,\"9387\":12812.0,\"9388\":3896.2,\"9389\":16717.73,\"9390\":16980.61,\"9391\":10219.45,\"9392\":10226.44,\"9393\":881.76,\"9394\":12423.9,\"9395\":12154.4,\"9396\":null,\"9397\":19737.98,\"9398\":19631.74,\"9399\":19490.81,\"9400\":583.3,\"9401\":11688.2,\"9402\":9228.0,\"9403\":2168.73,\"9404\":2202.3,\"9405\":null,\"9406\":6667.8,\"9407\":5658.0,\"9408\":304.73,\"9409\":2010.49,\"9410\":324.3,\"9411\":2792.0,\"9412\":1338.29,\"9413\":14945.0,\"9414\":null,\"9415\":null,\"9416\":null,\"9417\":null,\"9418\":null,\"9419\":714.78,\"9420\":null,\"9421\":567.16,\"9422\":null,\"9423\":null,\"9424\":null,\"9425\":null,\"9426\":3000.0,\"9427\":5152.4,\"9428\":null,\"9429\":null,\"9430\":null,\"9431\":null,\"9432\":9739.3,\"9433\":null,\"9434\":null,\"9435\":3252.86,\"9436\":null,\"9437\":null,\"9438\":null,\"9439\":null,\"9440\":null,\"9441\":null,\"9442\":null,\"9443\":5262.51,\"9444\":null,\"9445\":null,\"9446\":null,\"9447\":null,\"9448\":null,\"9449\":null,\"9450\":null,\"9451\":null,\"9452\":null,\"9453\":null,\"9454\":null,\"9455\":null,\"9456\":null,\"9457\":null,\"9458\":null,\"9459\":19976.59,\"9460\":19970.42,\"9461\":null,\"9462\":null,\"9463\":null,\"9464\":null,\"9465\":null,\"9466\":null,\"9467\":null,\"9468\":null,\"9469\":null,\"9470\":null,\"9471\":null,\"9472\":null,\"9473\":null,\"9474\":null,\"9475\":null,\"9476\":1314.45,\"9477\":null,\"9478\":null,\"9479\":null,\"9480\":null,\"9481\":null,\"9482\":null,\"9483\":null,\"9484\":null,\"9485\":null,\"9486\":null,\"9487\":null,\"9488\":null,\"9489\":null,\"9490\":null,\"9491\":null,\"9492\":null,\"9493\":null,\"9494\":null,\"9495\":null,\"9496\":null,\"9497\":null,\"9498\":null,\"9499\":null,\"9500\":null,\"9501\":null,\"9502\":null,\"9503\":null,\"9504\":null,\"9505\":null,\"9506\":4900.0,\"9507\":null,\"9508\":null,\"9509\":null,\"9510\":null,\"9511\":null,\"9512\":null,\"9513\":null,\"9514\":null,\"9515\":null,\"9516\":null,\"9517\":null,\"9518\":null,\"9519\":null,\"9520\":null,\"9521\":4900.0,\"9522\":null,\"9523\":null,\"9524\":null,\"9525\":null,\"9526\":null,\"9527\":null,\"9528\":null,\"9529\":null,\"9530\":null,\"9531\":null,\"9532\":null,\"9533\":null,\"9534\":null,\"9535\":null,\"9536\":2673.18,\"9537\":null,\"9538\":null,\"9539\":null,\"9540\":null,\"9541\":null,\"9542\":null,\"9543\":null,\"9544\":null,\"9545\":null,\"9546\":3850.0,\"9547\":2402.4,\"9548\":7249.2,\"9549\":284579.22,\"9550\":10494.0,\"9551\":8118.32,\"9552\":709.94,\"9553\":null,\"9554\":null,\"9555\":345.88,\"9556\":11407.0,\"9557\":19696.3,\"9558\":198.0,\"9559\":2172.88,\"9560\":1767.15,\"9561\":764.82,\"9562\":809.0,\"9563\":null,\"9564\":138358.18,\"9565\":303960.64,\"9566\":null,\"9567\":9993.42,\"9568\":40513.01,\"9569\":8022.67,\"9570\":914.25,\"9571\":3700.48,\"9572\":875.59,\"9573\":20535.88,\"9574\":605.66,\"9575\":null,\"9576\":null,\"9577\":30073.04,\"9578\":19333.0,\"9579\":5002.88,\"9580\":942.77,\"9581\":255000.0,\"9582\":6090.36,\"9583\":229170.0,\"9584\":null,\"9585\":17446.98,\"9586\":398118.51,\"9587\":23656.37,\"9588\":10161.8,\"9589\":null,\"9590\":13994.88,\"9591\":null,\"9592\":30766.89,\"9593\":1734.45,\"9594\":1659.89,\"9595\":555.71,\"9596\":103785.0,\"9597\":null,\"9598\":2494.35,\"9599\":726.02,\"9600\":448.93,\"9601\":46115.7,\"9602\":null,\"9603\":3932.91,\"9604\":2426.4,\"9605\":12834.8,\"9606\":880.17,\"9607\":1172546.4299999999,\"9608\":244454.76,\"9609\":null,\"9610\":6784.8,\"9611\":6608.91,\"9612\":824.54,\"9613\":178060.0,\"9614\":528.6,\"9615\":12276.0,\"9616\":null,\"9617\":64831.56,\"9618\":71768.75,\"9619\":null,\"9620\":558354.83,\"9621\":39288.65,\"9622\":3366.96,\"9623\":605.22,\"9624\":682.67,\"9625\":3526.8,\"9626\":81267.99,\"9627\":2232.66,\"9628\":538.66,\"9629\":861.84,\"9630\":1170.85,\"9631\":10063.2,\"9632\":411.72,\"9633\":16709.0,\"9634\":1661.81,\"9635\":19639.3,\"9636\":4396.95,\"9637\":19536.22,\"9638\":null,\"9639\":368.02,\"9640\":2665.2,\"9641\":250.8,\"9642\":345.61,\"9643\":29792.92,\"9644\":44001.55,\"9645\":null,\"9646\":1060889.3200000001,\"9647\":null,\"9648\":820174.6899999999,\"9649\":1599.54,\"9650\":829.84,\"9651\":1104.75,\"9652\":1078.0,\"9653\":176924.31,\"9654\":null,\"9655\":124099.55,\"9656\":72057.81,\"9657\":71900.62,\"9658\":null,\"9659\":798.14,\"9660\":null,\"9661\":null,\"9662\":null,\"9663\":55183.28,\"9664\":64791.33,\"9665\":119902.2,\"9666\":null,\"9667\":null,\"9668\":44658.34,\"9669\":47839.63,\"9670\":626.25,\"9671\":76627.45,\"9672\":616.63,\"9673\":null,\"9674\":2741.93,\"9675\":null,\"9676\":null,\"9677\":19241.29,\"9678\":651.66,\"9679\":8676.0,\"9680\":0.6,\"9681\":7226.4,\"9682\":6819.62,\"9683\":346.3,\"9684\":27.11,\"9685\":7360.0,\"9686\":9565.34,\"9687\":1517.16,\"9688\":1669.36,\"9689\":127.64,\"9690\":8832.0,\"9691\":13614.0,\"9692\":3522.2,\"9693\":14270.96,\"9694\":20189.69,\"9695\":10221.11,\"9696\":10226.1,\"9697\":816.49,\"9698\":14365.4,\"9699\":14051.4,\"9700\":null,\"9701\":19731.03,\"9702\":19621.23,\"9703\":19471.72,\"9704\":504.1,\"9705\":11453.9,\"9706\":7774.0,\"9707\":57.27,\"9708\":1522.3,\"9709\":null,\"9710\":5818.5,\"9711\":7101.0,\"9712\":304.73,\"9713\":1868.28,\"9714\":305.9,\"9715\":2727.0,\"9716\":1306.45,\"9717\":20810.38,\"9718\":null,\"9719\":null,\"9720\":null,\"9721\":null,\"9722\":8.8,\"9723\":702.9,\"9724\":439.56,\"9725\":null,\"9726\":null,\"9727\":null,\"9728\":3000.0,\"9729\":null,\"9730\":null,\"9731\":null,\"9732\":null,\"9733\":null,\"9734\":3707.48,\"9735\":null,\"9736\":null,\"9737\":5803.55,\"9738\":null,\"9739\":66622.21,\"9740\":null,\"9741\":null,\"9742\":null,\"9743\":null,\"9744\":null,\"9745\":6981.3,\"9746\":null,\"9747\":null,\"9748\":null,\"9749\":null,\"9750\":null,\"9751\":null,\"9752\":null,\"9753\":null,\"9754\":null,\"9755\":null,\"9756\":null,\"9757\":null,\"9758\":null,\"9759\":null,\"9760\":null,\"9761\":19880.88,\"9762\":19945.6,\"9763\":null,\"9764\":null,\"9765\":null,\"9766\":null,\"9767\":null,\"9768\":null,\"9769\":null,\"9770\":null,\"9771\":null,\"9772\":null,\"9773\":null,\"9774\":null,\"9775\":null,\"9776\":null,\"9777\":null,\"9778\":1251.25,\"9779\":null,\"9780\":null,\"9781\":null,\"9782\":null,\"9783\":null,\"9784\":null,\"9785\":null,\"9786\":null,\"9787\":null,\"9788\":null,\"9789\":null,\"9790\":null,\"9791\":52.8,\"9792\":null,\"9793\":null,\"9794\":null,\"9795\":null,\"9796\":null,\"9797\":null,\"9798\":null,\"9799\":null,\"9800\":null,\"9801\":null,\"9802\":null,\"9803\":null,\"9804\":null,\"9805\":null,\"9806\":null,\"9807\":null,\"9808\":null,\"9809\":4900.0,\"9810\":null,\"9811\":null,\"9812\":null,\"9813\":null,\"9814\":null,\"9815\":null,\"9816\":null,\"9817\":null,\"9818\":null,\"9819\":null,\"9820\":null,\"9821\":null,\"9822\":null,\"9823\":null,\"9824\":null,\"9825\":4900.0,\"9826\":null,\"9827\":null,\"9828\":null,\"9829\":null,\"9830\":null,\"9831\":null,\"9832\":null,\"9833\":null,\"9834\":null,\"9835\":null,\"9836\":null,\"9837\":null,\"9838\":3240.13,\"9839\":null,\"9840\":null,\"9841\":null,\"9842\":null,\"9843\":null,\"9844\":null,\"9845\":null,\"9846\":null,\"9847\":3864.67,\"9848\":2488.2,\"9849\":7258.8,\"9850\":259605.76,\"9851\":6645.6,\"9852\":5610.35,\"9853\":708.29,\"9854\":null,\"9855\":null,\"9856\":null,\"9857\":11561.0,\"9858\":19709.4,\"9859\":198.0,\"9860\":767.41,\"9861\":1694.88,\"9862\":675.58,\"9863\":1081.0,\"9864\":463382.44,\"9865\":null,\"9866\":9992.85,\"9867\":54169.45,\"9868\":8055.67,\"9869\":928.91,\"9870\":3700.8,\"9871\":933.07,\"9872\":15601.73,\"9873\":615.34,\"9874\":null,\"9875\":null,\"9876\":30243.1,\"9877\":12117.0,\"9878\":4947.31,\"9879\":942.77,\"9880\":null,\"9881\":5955.01,\"9882\":27792.0,\"9883\":350880.0,\"9884\":null,\"9885\":15109.25,\"9886\":397644.38,\"9887\":13982.7,\"9888\":15611.2,\"9889\":null,\"9890\":12215.02,\"9891\":94726.39,\"9892\":1309.07,\"9893\":1276.94,\"9894\":545.33,\"9895\":196405.0,\"9896\":null,\"9897\":2625.45,\"9898\":726.31,\"9899\":252.18,\"9900\":37321.4,\"9901\":4212.34,\"9902\":2367.6,\"9903\":12907.4,\"9904\":880.91,\"9905\":1171402.3899999999,\"9906\":598433.09,\"9907\":6773.8,\"9908\":6581.95,\"9909\":828.52,\"9910\":182970.0,\"9911\":573.35,\"9912\":11772.0,\"9913\":64644.02,\"9914\":165186.3,\"9915\":null,\"9916\":82432.0,\"9917\":null,\"9918\":null,\"9919\":null,\"9920\":5050.44,\"9921\":568.39,\"9922\":679.86,\"9923\":3589.2,\"9924\":81134.54,\"9925\":2217.16,\"9926\":425.24,\"9927\":1254.42,\"9928\":1088.47,\"9929\":9493.2,\"9930\":411.0,\"9931\":1648.31,\"9932\":19680.2,\"9933\":4358.7,\"9934\":19076.69,\"9935\":369.53,\"9936\":311.63,\"9937\":254.1,\"9938\":346.83,\"9939\":29322.51,\"9940\":43068.08,\"9941\":null,\"9942\":1101127.52,\"9943\":null,\"9944\":817275.15,\"9945\":1591.56,\"9946\":712.14,\"9947\":1041.69,\"9948\":925.2,\"9949\":null,\"9950\":219224.3,\"9951\":124334.36,\"9952\":145018.82,\"9953\":70436.04,\"9954\":398.0,\"9955\":798.98,\"9956\":null,\"9957\":null,\"9958\":null,\"9959\":23712.34,\"9960\":153893.66,\"9961\":166255.8,\"9962\":null,\"9963\":44562.15,\"9964\":47582.78,\"9965\":682.56,\"9966\":76569.9,\"9967\":492.29,\"9968\":10300.4,\"9969\":2889.31},\"Date\":{\"0\":1733011200000,\"1\":1733011200000,\"2\":1733011200000,\"3\":1733011200000,\"4\":1733011200000,\"5\":1733011200000,\"6\":1733011200000,\"7\":1733011200000,\"8\":1733011200000,\"9\":1733011200000,\"10\":1733011200000,\"11\":1733011200000,\"12\":1733011200000,\"13\":1733011200000,\"14\":1733011200000,\"15\":1733011200000,\"16\":1733011200000,\"17\":1733011200000,\"18\":1733011200000,\"19\":1733011200000,\"20\":1733011200000,\"21\":1733011200000,\"22\":1733011200000,\"23\":1733011200000,\"24\":1733011200000,\"25\":1733011200000,\"26\":1733011200000,\"27\":1733011200000,\"28\":1733011200000,\"29\":1733011200000,\"30\":1733011200000,\"31\":1733011200000,\"32\":1733011200000,\"33\":1733011200000,\"34\":1733011200000,\"35\":1733011200000,\"36\":1733011200000,\"37\":1733011200000,\"38\":1733011200000,\"39\":1733011200000,\"40\":1733011200000,\"41\":1733011200000,\"42\":1733011200000,\"43\":1733011200000,\"44\":1733011200000,\"45\":1733011200000,\"46\":1733011200000,\"47\":1733011200000,\"48\":1733011200000,\"49\":1733011200000,\"50\":1733011200000,\"51\":1733011200000,\"52\":1733011200000,\"53\":1733011200000,\"54\":1733011200000,\"55\":1733011200000,\"56\":1733011200000,\"57\":1733011200000,\"58\":1733011200000,\"59\":1733011200000,\"60\":1733011200000,\"61\":1733011200000,\"62\":1733011200000,\"63\":1733011200000,\"64\":1733011200000,\"65\":1733011200000,\"66\":1733011200000,\"67\":1733011200000,\"68\":1733011200000,\"69\":1733011200000,\"70\":1733011200000,\"71\":1733011200000,\"72\":1733011200000,\"73\":1733011200000,\"74\":1733011200000,\"75\":1733011200000,\"76\":1733011200000,\"77\":1733011200000,\"78\":1733011200000,\"79\":1733011200000,\"80\":1733011200000,\"81\":1733011200000,\"82\":1733011200000,\"83\":1733011200000,\"84\":1733011200000,\"85\":1733011200000,\"86\":1733011200000,\"87\":1733011200000,\"88\":1733011200000,\"89\":1733011200000,\"90\":1733011200000,\"91\":1733011200000,\"92\":1733011200000,\"93\":1733011200000,\"94\":1733011200000,\"95\":1733011200000,\"96\":1733011200000,\"97\":1733011200000,\"98\":1733011200000,\"99\":1733011200000,\"100\":1733011200000,\"101\":1733011200000,\"102\":1733011200000,\"103\":1733011200000,\"104\":1733011200000,\"105\":1733011200000,\"106\":1733011200000,\"107\":1733011200000,\"108\":1733011200000,\"109\":1733011200000,\"110\":1733011200000,\"111\":1733011200000,\"112\":1733011200000,\"113\":1733011200000,\"114\":1733011200000,\"115\":1733011200000,\"116\":1733011200000,\"117\":1733011200000,\"118\":1733011200000,\"119\":1733011200000,\"120\":1733011200000,\"121\":1733011200000,\"122\":1733011200000,\"123\":1733011200000,\"124\":1733011200000,\"125\":1733011200000,\"126\":1733011200000,\"127\":1733011200000,\"128\":1733011200000,\"129\":1733011200000,\"130\":1733011200000,\"131\":1733011200000,\"132\":1733011200000,\"133\":1733011200000,\"134\":1733011200000,\"135\":1733011200000,\"136\":1733011200000,\"137\":1733011200000,\"138\":1733011200000,\"139\":1733011200000,\"140\":1733011200000,\"141\":1733011200000,\"142\":1733011200000,\"143\":1733011200000,\"144\":1733011200000,\"145\":1733011200000,\"146\":1733011200000,\"147\":1733011200000,\"148\":1733011200000,\"149\":1733011200000,\"150\":1733011200000,\"151\":1733011200000,\"152\":1733011200000,\"153\":1733011200000,\"154\":1733011200000,\"155\":1733011200000,\"156\":1733011200000,\"157\":1733011200000,\"158\":1733011200000,\"159\":1733011200000,\"160\":1733011200000,\"161\":1733011200000,\"162\":1733011200000,\"163\":1733011200000,\"164\":1733011200000,\"165\":1733011200000,\"166\":1733011200000,\"167\":1733011200000,\"168\":1733011200000,\"169\":1733011200000,\"170\":1733011200000,\"171\":1733011200000,\"172\":1733011200000,\"173\":1733011200000,\"174\":1733011200000,\"175\":1733011200000,\"176\":1733011200000,\"177\":1733011200000,\"178\":1733011200000,\"179\":1733011200000,\"180\":1733011200000,\"181\":1733011200000,\"182\":1733011200000,\"183\":1733011200000,\"184\":1733011200000,\"185\":1733011200000,\"186\":1733011200000,\"187\":1733011200000,\"188\":1733011200000,\"189\":1733011200000,\"190\":1733011200000,\"191\":1733011200000,\"192\":1733011200000,\"193\":1733011200000,\"194\":1733011200000,\"195\":1733011200000,\"196\":1733011200000,\"197\":1733011200000,\"198\":1733011200000,\"199\":1733011200000,\"200\":1733011200000,\"201\":1733011200000,\"202\":1733011200000,\"203\":1733011200000,\"204\":1733011200000,\"205\":1733011200000,\"206\":1733011200000,\"207\":1733011200000,\"208\":1733011200000,\"209\":1733011200000,\"210\":1733011200000,\"211\":1733011200000,\"212\":1733011200000,\"213\":1733011200000,\"214\":1733011200000,\"215\":1733011200000,\"216\":1733011200000,\"217\":1733011200000,\"218\":1733011200000,\"219\":1733011200000,\"220\":1733011200000,\"221\":1733011200000,\"222\":1733011200000,\"223\":1733011200000,\"224\":1733011200000,\"225\":1733011200000,\"226\":1733011200000,\"227\":1733011200000,\"228\":1733011200000,\"229\":1733011200000,\"230\":1733011200000,\"231\":1733011200000,\"232\":1733011200000,\"233\":1733011200000,\"234\":1733011200000,\"235\":1733011200000,\"236\":1733011200000,\"237\":1733011200000,\"238\":1733011200000,\"239\":1733011200000,\"240\":1733011200000,\"241\":1733011200000,\"242\":1733011200000,\"243\":1733011200000,\"244\":1733011200000,\"245\":1733011200000,\"246\":1733011200000,\"247\":1733011200000,\"248\":1733011200000,\"249\":1733011200000,\"250\":1733011200000,\"251\":1733011200000,\"252\":1733011200000,\"253\":1733011200000,\"254\":1733011200000,\"255\":1733011200000,\"256\":1733011200000,\"257\":1733011200000,\"258\":1733011200000,\"259\":1733011200000,\"260\":1733011200000,\"261\":1733011200000,\"262\":1733011200000,\"263\":1733011200000,\"264\":1733011200000,\"265\":1733011200000,\"266\":1733011200000,\"267\":1733011200000,\"268\":1733011200000,\"269\":1733011200000,\"270\":1733011200000,\"271\":1733011200000,\"272\":1733011200000,\"273\":1733011200000,\"274\":1733011200000,\"275\":1733011200000,\"276\":1733011200000,\"277\":1733011200000,\"278\":1733011200000,\"279\":1733011200000,\"280\":1733011200000,\"281\":1733011200000,\"282\":1733011200000,\"283\":1733011200000,\"284\":1733011200000,\"285\":1733011200000,\"286\":1733011200000,\"287\":1733011200000,\"288\":1733011200000,\"289\":1733011200000,\"290\":1733011200000,\"291\":1733011200000,\"292\":1733011200000,\"293\":1733011200000,\"294\":1733011200000,\"295\":1733011200000,\"296\":1733011200000,\"297\":1733011200000,\"298\":1733011200000,\"299\":1733011200000,\"300\":1733011200000,\"301\":1733011200000,\"302\":1733011200000,\"303\":1733011200000,\"304\":1733011200000,\"305\":1733011200000,\"306\":1733011200000,\"307\":1733011200000,\"308\":1733011200000,\"309\":1733011200000,\"310\":1733011200000,\"311\":1733011200000,\"312\":1733097600000,\"313\":1733097600000,\"314\":1733097600000,\"315\":1733097600000,\"316\":1733097600000,\"317\":1733097600000,\"318\":1733097600000,\"319\":1733097600000,\"320\":1733097600000,\"321\":1733097600000,\"322\":1733097600000,\"323\":1733097600000,\"324\":1733097600000,\"325\":1733097600000,\"326\":1733097600000,\"327\":1733097600000,\"328\":1733097600000,\"329\":1733097600000,\"330\":1733097600000,\"331\":1733097600000,\"332\":1733097600000,\"333\":1733097600000,\"334\":1733097600000,\"335\":1733097600000,\"336\":1733097600000,\"337\":1733097600000,\"338\":1733097600000,\"339\":1733097600000,\"340\":1733097600000,\"341\":1733097600000,\"342\":1733097600000,\"343\":1733097600000,\"344\":1733097600000,\"345\":1733097600000,\"346\":1733097600000,\"347\":1733097600000,\"348\":1733097600000,\"349\":1733097600000,\"350\":1733097600000,\"351\":1733097600000,\"352\":1733097600000,\"353\":1733097600000,\"354\":1733097600000,\"355\":1733097600000,\"356\":1733097600000,\"357\":1733097600000,\"358\":1733097600000,\"359\":1733097600000,\"360\":1733097600000,\"361\":1733097600000,\"362\":1733097600000,\"363\":1733097600000,\"364\":1733097600000,\"365\":1733097600000,\"366\":1733097600000,\"367\":1733097600000,\"368\":1733097600000,\"369\":1733097600000,\"370\":1733097600000,\"371\":1733097600000,\"372\":1733097600000,\"373\":1733097600000,\"374\":1733097600000,\"375\":1733097600000,\"376\":1733097600000,\"377\":1733097600000,\"378\":1733097600000,\"379\":1733097600000,\"380\":1733097600000,\"381\":1733097600000,\"382\":1733097600000,\"383\":1733097600000,\"384\":1733097600000,\"385\":1733097600000,\"386\":1733097600000,\"387\":1733097600000,\"388\":1733097600000,\"389\":1733097600000,\"390\":1733097600000,\"391\":1733097600000,\"392\":1733097600000,\"393\":1733097600000,\"394\":1733097600000,\"395\":1733097600000,\"396\":1733097600000,\"397\":1733097600000,\"398\":1733097600000,\"399\":1733097600000,\"400\":1733097600000,\"401\":1733097600000,\"402\":1733097600000,\"403\":1733097600000,\"404\":1733097600000,\"405\":1733097600000,\"406\":1733097600000,\"407\":1733097600000,\"408\":1733097600000,\"409\":1733097600000,\"410\":1733097600000,\"411\":1733097600000,\"412\":1733097600000,\"413\":1733097600000,\"414\":1733097600000,\"415\":1733097600000,\"416\":1733097600000,\"417\":1733097600000,\"418\":1733097600000,\"419\":1733097600000,\"420\":1733097600000,\"421\":1733097600000,\"422\":1733097600000,\"423\":1733097600000,\"424\":1733097600000,\"425\":1733097600000,\"426\":1733097600000,\"427\":1733097600000,\"428\":1733097600000,\"429\":1733097600000,\"430\":1733097600000,\"431\":1733097600000,\"432\":1733097600000,\"433\":1733097600000,\"434\":1733097600000,\"435\":1733097600000,\"436\":1733097600000,\"437\":1733097600000,\"438\":1733097600000,\"439\":1733097600000,\"440\":1733097600000,\"441\":1733097600000,\"442\":1733097600000,\"443\":1733097600000,\"444\":1733097600000,\"445\":1733097600000,\"446\":1733097600000,\"447\":1733097600000,\"448\":1733097600000,\"449\":1733097600000,\"450\":1733097600000,\"451\":1733097600000,\"452\":1733097600000,\"453\":1733097600000,\"454\":1733097600000,\"455\":1733097600000,\"456\":1733097600000,\"457\":1733097600000,\"458\":1733097600000,\"459\":1733097600000,\"460\":1733097600000,\"461\":1733097600000,\"462\":1733097600000,\"463\":1733097600000,\"464\":1733097600000,\"465\":1733097600000,\"466\":1733097600000,\"467\":1733097600000,\"468\":1733097600000,\"469\":1733097600000,\"470\":1733097600000,\"471\":1733097600000,\"472\":1733097600000,\"473\":1733097600000,\"474\":1733097600000,\"475\":1733097600000,\"476\":1733097600000,\"477\":1733097600000,\"478\":1733097600000,\"479\":1733097600000,\"480\":1733097600000,\"481\":1733097600000,\"482\":1733097600000,\"483\":1733097600000,\"484\":1733097600000,\"485\":1733097600000,\"486\":1733097600000,\"487\":1733097600000,\"488\":1733097600000,\"489\":1733097600000,\"490\":1733097600000,\"491\":1733097600000,\"492\":1733097600000,\"493\":1733097600000,\"494\":1733097600000,\"495\":1733097600000,\"496\":1733097600000,\"497\":1733097600000,\"498\":1733097600000,\"499\":1733097600000,\"500\":1733097600000,\"501\":1733097600000,\"502\":1733097600000,\"503\":1733097600000,\"504\":1733097600000,\"505\":1733097600000,\"506\":1733097600000,\"507\":1733097600000,\"508\":1733097600000,\"509\":1733097600000,\"510\":1733097600000,\"511\":1733097600000,\"512\":1733097600000,\"513\":1733097600000,\"514\":1733097600000,\"515\":1733097600000,\"516\":1733097600000,\"517\":1733097600000,\"518\":1733097600000,\"519\":1733097600000,\"520\":1733097600000,\"521\":1733097600000,\"522\":1733097600000,\"523\":1733097600000,\"524\":1733097600000,\"525\":1733097600000,\"526\":1733097600000,\"527\":1733097600000,\"528\":1733097600000,\"529\":1733097600000,\"530\":1733097600000,\"531\":1733097600000,\"532\":1733097600000,\"533\":1733097600000,\"534\":1733097600000,\"535\":1733097600000,\"536\":1733097600000,\"537\":1733097600000,\"538\":1733097600000,\"539\":1733097600000,\"540\":1733097600000,\"541\":1733097600000,\"542\":1733097600000,\"543\":1733097600000,\"544\":1733097600000,\"545\":1733097600000,\"546\":1733097600000,\"547\":1733097600000,\"548\":1733097600000,\"549\":1733097600000,\"550\":1733097600000,\"551\":1733097600000,\"552\":1733097600000,\"553\":1733097600000,\"554\":1733097600000,\"555\":1733097600000,\"556\":1733097600000,\"557\":1733097600000,\"558\":1733097600000,\"559\":1733097600000,\"560\":1733097600000,\"561\":1733097600000,\"562\":1733097600000,\"563\":1733097600000,\"564\":1733097600000,\"565\":1733097600000,\"566\":1733097600000,\"567\":1733097600000,\"568\":1733097600000,\"569\":1733097600000,\"570\":1733097600000,\"571\":1733097600000,\"572\":1733097600000,\"573\":1733097600000,\"574\":1733097600000,\"575\":1733097600000,\"576\":1733097600000,\"577\":1733097600000,\"578\":1733097600000,\"579\":1733097600000,\"580\":1733097600000,\"581\":1733097600000,\"582\":1733097600000,\"583\":1733097600000,\"584\":1733097600000,\"585\":1733097600000,\"586\":1733097600000,\"587\":1733097600000,\"588\":1733097600000,\"589\":1733097600000,\"590\":1733097600000,\"591\":1733097600000,\"592\":1733097600000,\"593\":1733097600000,\"594\":1733097600000,\"595\":1733097600000,\"596\":1733097600000,\"597\":1733097600000,\"598\":1733097600000,\"599\":1733097600000,\"600\":1733097600000,\"601\":1733097600000,\"602\":1733097600000,\"603\":1733097600000,\"604\":1733097600000,\"605\":1733097600000,\"606\":1733097600000,\"607\":1733097600000,\"608\":1733097600000,\"609\":1733097600000,\"610\":1733097600000,\"611\":1733097600000,\"612\":1733097600000,\"613\":1733097600000,\"614\":1733097600000,\"615\":1733097600000,\"616\":1733097600000,\"617\":1733097600000,\"618\":1733184000000,\"619\":1733184000000,\"620\":1733184000000,\"621\":1733184000000,\"622\":1733184000000,\"623\":1733184000000,\"624\":1733184000000,\"625\":1733184000000,\"626\":1733184000000,\"627\":1733184000000,\"628\":1733184000000,\"629\":1733184000000,\"630\":1733184000000,\"631\":1733184000000,\"632\":1733184000000,\"633\":1733184000000,\"634\":1733184000000,\"635\":1733184000000,\"636\":1733184000000,\"637\":1733184000000,\"638\":1733184000000,\"639\":1733184000000,\"640\":1733184000000,\"641\":1733184000000,\"642\":1733184000000,\"643\":1733184000000,\"644\":1733184000000,\"645\":1733184000000,\"646\":1733184000000,\"647\":1733184000000,\"648\":1733184000000,\"649\":1733184000000,\"650\":1733184000000,\"651\":1733184000000,\"652\":1733184000000,\"653\":1733184000000,\"654\":1733184000000,\"655\":1733184000000,\"656\":1733184000000,\"657\":1733184000000,\"658\":1733184000000,\"659\":1733184000000,\"660\":1733184000000,\"661\":1733184000000,\"662\":1733184000000,\"663\":1733184000000,\"664\":1733184000000,\"665\":1733184000000,\"666\":1733184000000,\"667\":1733184000000,\"668\":1733184000000,\"669\":1733184000000,\"670\":1733184000000,\"671\":1733184000000,\"672\":1733184000000,\"673\":1733184000000,\"674\":1733184000000,\"675\":1733184000000,\"676\":1733184000000,\"677\":1733184000000,\"678\":1733184000000,\"679\":1733184000000,\"680\":1733184000000,\"681\":1733184000000,\"682\":1733184000000,\"683\":1733184000000,\"684\":1733184000000,\"685\":1733184000000,\"686\":1733184000000,\"687\":1733184000000,\"688\":1733184000000,\"689\":1733184000000,\"690\":1733184000000,\"691\":1733184000000,\"692\":1733184000000,\"693\":1733184000000,\"694\":1733184000000,\"695\":1733184000000,\"696\":1733184000000,\"697\":1733184000000,\"698\":1733184000000,\"699\":1733184000000,\"700\":1733184000000,\"701\":1733184000000,\"702\":1733184000000,\"703\":1733184000000,\"704\":1733184000000,\"705\":1733184000000,\"706\":1733184000000,\"707\":1733184000000,\"708\":1733184000000,\"709\":1733184000000,\"710\":1733184000000,\"711\":1733184000000,\"712\":1733184000000,\"713\":1733184000000,\"714\":1733184000000,\"715\":1733184000000,\"716\":1733184000000,\"717\":1733184000000,\"718\":1733184000000,\"719\":1733184000000,\"720\":1733184000000,\"721\":1733184000000,\"722\":1733184000000,\"723\":1733184000000,\"724\":1733184000000,\"725\":1733184000000,\"726\":1733184000000,\"727\":1733184000000,\"728\":1733184000000,\"729\":1733184000000,\"730\":1733184000000,\"731\":1733184000000,\"732\":1733184000000,\"733\":1733184000000,\"734\":1733184000000,\"735\":1733184000000,\"736\":1733184000000,\"737\":1733184000000,\"738\":1733184000000,\"739\":1733184000000,\"740\":1733184000000,\"741\":1733184000000,\"742\":1733184000000,\"743\":1733184000000,\"744\":1733184000000,\"745\":1733184000000,\"746\":1733184000000,\"747\":1733184000000,\"748\":1733184000000,\"749\":1733184000000,\"750\":1733184000000,\"751\":1733184000000,\"752\":1733184000000,\"753\":1733184000000,\"754\":1733184000000,\"755\":1733184000000,\"756\":1733184000000,\"757\":1733184000000,\"758\":1733184000000,\"759\":1733184000000,\"760\":1733184000000,\"761\":1733184000000,\"762\":1733184000000,\"763\":1733184000000,\"764\":1733184000000,\"765\":1733184000000,\"766\":1733184000000,\"767\":1733184000000,\"768\":1733184000000,\"769\":1733184000000,\"770\":1733184000000,\"771\":1733184000000,\"772\":1733184000000,\"773\":1733184000000,\"774\":1733184000000,\"775\":1733184000000,\"776\":1733184000000,\"777\":1733184000000,\"778\":1733184000000,\"779\":1733184000000,\"780\":1733184000000,\"781\":1733184000000,\"782\":1733184000000,\"783\":1733184000000,\"784\":1733184000000,\"785\":1733184000000,\"786\":1733184000000,\"787\":1733184000000,\"788\":1733184000000,\"789\":1733184000000,\"790\":1733184000000,\"791\":1733184000000,\"792\":1733184000000,\"793\":1733184000000,\"794\":1733184000000,\"795\":1733184000000,\"796\":1733184000000,\"797\":1733184000000,\"798\":1733184000000,\"799\":1733184000000,\"800\":1733184000000,\"801\":1733184000000,\"802\":1733184000000,\"803\":1733184000000,\"804\":1733184000000,\"805\":1733184000000,\"806\":1733184000000,\"807\":1733184000000,\"808\":1733184000000,\"809\":1733184000000,\"810\":1733184000000,\"811\":1733184000000,\"812\":1733184000000,\"813\":1733184000000,\"814\":1733184000000,\"815\":1733184000000,\"816\":1733184000000,\"817\":1733184000000,\"818\":1733184000000,\"819\":1733184000000,\"820\":1733184000000,\"821\":1733184000000,\"822\":1733184000000,\"823\":1733184000000,\"824\":1733184000000,\"825\":1733184000000,\"826\":1733184000000,\"827\":1733184000000,\"828\":1733184000000,\"829\":1733184000000,\"830\":1733184000000,\"831\":1733184000000,\"832\":1733184000000,\"833\":1733184000000,\"834\":1733184000000,\"835\":1733184000000,\"836\":1733184000000,\"837\":1733184000000,\"838\":1733184000000,\"839\":1733184000000,\"840\":1733184000000,\"841\":1733184000000,\"842\":1733184000000,\"843\":1733184000000,\"844\":1733184000000,\"845\":1733184000000,\"846\":1733184000000,\"847\":1733184000000,\"848\":1733184000000,\"849\":1733184000000,\"850\":1733184000000,\"851\":1733184000000,\"852\":1733184000000,\"853\":1733184000000,\"854\":1733184000000,\"855\":1733184000000,\"856\":1733184000000,\"857\":1733184000000,\"858\":1733184000000,\"859\":1733184000000,\"860\":1733184000000,\"861\":1733184000000,\"862\":1733184000000,\"863\":1733184000000,\"864\":1733184000000,\"865\":1733184000000,\"866\":1733184000000,\"867\":1733184000000,\"868\":1733184000000,\"869\":1733184000000,\"870\":1733184000000,\"871\":1733184000000,\"872\":1733184000000,\"873\":1733184000000,\"874\":1733184000000,\"875\":1733184000000,\"876\":1733184000000,\"877\":1733184000000,\"878\":1733184000000,\"879\":1733184000000,\"880\":1733184000000,\"881\":1733184000000,\"882\":1733184000000,\"883\":1733184000000,\"884\":1733184000000,\"885\":1733184000000,\"886\":1733184000000,\"887\":1733184000000,\"888\":1733184000000,\"889\":1733184000000,\"890\":1733184000000,\"891\":1733184000000,\"892\":1733184000000,\"893\":1733184000000,\"894\":1733184000000,\"895\":1733184000000,\"896\":1733184000000,\"897\":1733184000000,\"898\":1733184000000,\"899\":1733184000000,\"900\":1733184000000,\"901\":1733184000000,\"902\":1733184000000,\"903\":1733184000000,\"904\":1733184000000,\"905\":1733184000000,\"906\":1733184000000,\"907\":1733184000000,\"908\":1733184000000,\"909\":1733184000000,\"910\":1733184000000,\"911\":1733184000000,\"912\":1733184000000,\"913\":1733184000000,\"914\":1733184000000,\"915\":1733184000000,\"916\":1733184000000,\"917\":1733184000000,\"918\":1733184000000,\"919\":1733184000000,\"920\":1733184000000,\"921\":1733184000000,\"922\":1733270400000,\"923\":1733270400000,\"924\":1733270400000,\"925\":1733270400000,\"926\":1733270400000,\"927\":1733270400000,\"928\":1733270400000,\"929\":1733270400000,\"930\":1733270400000,\"931\":1733270400000,\"932\":1733270400000,\"933\":1733270400000,\"934\":1733270400000,\"935\":1733270400000,\"936\":1733270400000,\"937\":1733270400000,\"938\":1733270400000,\"939\":1733270400000,\"940\":1733270400000,\"941\":1733270400000,\"942\":1733270400000,\"943\":1733270400000,\"944\":1733270400000,\"945\":1733270400000,\"946\":1733270400000,\"947\":1733270400000,\"948\":1733270400000,\"949\":1733270400000,\"950\":1733270400000,\"951\":1733270400000,\"952\":1733270400000,\"953\":1733270400000,\"954\":1733270400000,\"955\":1733270400000,\"956\":1733270400000,\"957\":1733270400000,\"958\":1733270400000,\"959\":1733270400000,\"960\":1733270400000,\"961\":1733270400000,\"962\":1733270400000,\"963\":1733270400000,\"964\":1733270400000,\"965\":1733270400000,\"966\":1733270400000,\"967\":1733270400000,\"968\":1733270400000,\"969\":1733270400000,\"970\":1733270400000,\"971\":1733270400000,\"972\":1733270400000,\"973\":1733270400000,\"974\":1733270400000,\"975\":1733270400000,\"976\":1733270400000,\"977\":1733270400000,\"978\":1733270400000,\"979\":1733270400000,\"980\":1733270400000,\"981\":1733270400000,\"982\":1733270400000,\"983\":1733270400000,\"984\":1733270400000,\"985\":1733270400000,\"986\":1733270400000,\"987\":1733270400000,\"988\":1733270400000,\"989\":1733270400000,\"990\":1733270400000,\"991\":1733270400000,\"992\":1733270400000,\"993\":1733270400000,\"994\":1733270400000,\"995\":1733270400000,\"996\":1733270400000,\"997\":1733270400000,\"998\":1733270400000,\"999\":1733270400000,\"1000\":1733270400000,\"1001\":1733270400000,\"1002\":1733270400000,\"1003\":1733270400000,\"1004\":1733270400000,\"1005\":1733270400000,\"1006\":1733270400000,\"1007\":1733270400000,\"1008\":1733270400000,\"1009\":1733270400000,\"1010\":1733270400000,\"1011\":1733270400000,\"1012\":1733270400000,\"1013\":1733270400000,\"1014\":1733270400000,\"1015\":1733270400000,\"1016\":1733270400000,\"1017\":1733270400000,\"1018\":1733270400000,\"1019\":1733270400000,\"1020\":1733270400000,\"1021\":1733270400000,\"1022\":1733270400000,\"1023\":1733270400000,\"1024\":1733270400000,\"1025\":1733270400000,\"1026\":1733270400000,\"1027\":1733270400000,\"1028\":1733270400000,\"1029\":1733270400000,\"1030\":1733270400000,\"1031\":1733270400000,\"1032\":1733270400000,\"1033\":1733270400000,\"1034\":1733270400000,\"1035\":1733270400000,\"1036\":1733270400000,\"1037\":1733270400000,\"1038\":1733270400000,\"1039\":1733270400000,\"1040\":1733270400000,\"1041\":1733270400000,\"1042\":1733270400000,\"1043\":1733270400000,\"1044\":1733270400000,\"1045\":1733270400000,\"1046\":1733270400000,\"1047\":1733270400000,\"1048\":1733270400000,\"1049\":1733270400000,\"1050\":1733270400000,\"1051\":1733270400000,\"1052\":1733270400000,\"1053\":1733270400000,\"1054\":1733270400000,\"1055\":1733270400000,\"1056\":1733270400000,\"1057\":1733270400000,\"1058\":1733270400000,\"1059\":1733270400000,\"1060\":1733270400000,\"1061\":1733270400000,\"1062\":1733270400000,\"1063\":1733270400000,\"1064\":1733270400000,\"1065\":1733270400000,\"1066\":1733270400000,\"1067\":1733270400000,\"1068\":1733270400000,\"1069\":1733270400000,\"1070\":1733270400000,\"1071\":1733270400000,\"1072\":1733270400000,\"1073\":1733270400000,\"1074\":1733270400000,\"1075\":1733270400000,\"1076\":1733270400000,\"1077\":1733270400000,\"1078\":1733270400000,\"1079\":1733270400000,\"1080\":1733270400000,\"1081\":1733270400000,\"1082\":1733270400000,\"1083\":1733270400000,\"1084\":1733270400000,\"1085\":1733270400000,\"1086\":1733270400000,\"1087\":1733270400000,\"1088\":1733270400000,\"1089\":1733270400000,\"1090\":1733270400000,\"1091\":1733270400000,\"1092\":1733270400000,\"1093\":1733270400000,\"1094\":1733270400000,\"1095\":1733270400000,\"1096\":1733270400000,\"1097\":1733270400000,\"1098\":1733270400000,\"1099\":1733270400000,\"1100\":1733270400000,\"1101\":1733270400000,\"1102\":1733270400000,\"1103\":1733270400000,\"1104\":1733270400000,\"1105\":1733270400000,\"1106\":1733270400000,\"1107\":1733270400000,\"1108\":1733270400000,\"1109\":1733270400000,\"1110\":1733270400000,\"1111\":1733270400000,\"1112\":1733270400000,\"1113\":1733270400000,\"1114\":1733270400000,\"1115\":1733270400000,\"1116\":1733270400000,\"1117\":1733270400000,\"1118\":1733270400000,\"1119\":1733270400000,\"1120\":1733270400000,\"1121\":1733270400000,\"1122\":1733270400000,\"1123\":1733270400000,\"1124\":1733270400000,\"1125\":1733270400000,\"1126\":1733270400000,\"1127\":1733270400000,\"1128\":1733270400000,\"1129\":1733270400000,\"1130\":1733270400000,\"1131\":1733270400000,\"1132\":1733270400000,\"1133\":1733270400000,\"1134\":1733270400000,\"1135\":1733270400000,\"1136\":1733270400000,\"1137\":1733270400000,\"1138\":1733270400000,\"1139\":1733270400000,\"1140\":1733270400000,\"1141\":1733270400000,\"1142\":1733270400000,\"1143\":1733270400000,\"1144\":1733270400000,\"1145\":1733270400000,\"1146\":1733270400000,\"1147\":1733270400000,\"1148\":1733270400000,\"1149\":1733270400000,\"1150\":1733270400000,\"1151\":1733270400000,\"1152\":1733270400000,\"1153\":1733270400000,\"1154\":1733270400000,\"1155\":1733270400000,\"1156\":1733270400000,\"1157\":1733270400000,\"1158\":1733270400000,\"1159\":1733270400000,\"1160\":1733270400000,\"1161\":1733270400000,\"1162\":1733270400000,\"1163\":1733270400000,\"1164\":1733270400000,\"1165\":1733270400000,\"1166\":1733270400000,\"1167\":1733270400000,\"1168\":1733270400000,\"1169\":1733270400000,\"1170\":1733270400000,\"1171\":1733270400000,\"1172\":1733270400000,\"1173\":1733270400000,\"1174\":1733270400000,\"1175\":1733270400000,\"1176\":1733270400000,\"1177\":1733270400000,\"1178\":1733270400000,\"1179\":1733270400000,\"1180\":1733270400000,\"1181\":1733270400000,\"1182\":1733270400000,\"1183\":1733270400000,\"1184\":1733270400000,\"1185\":1733270400000,\"1186\":1733270400000,\"1187\":1733270400000,\"1188\":1733270400000,\"1189\":1733270400000,\"1190\":1733270400000,\"1191\":1733270400000,\"1192\":1733270400000,\"1193\":1733270400000,\"1194\":1733270400000,\"1195\":1733270400000,\"1196\":1733270400000,\"1197\":1733270400000,\"1198\":1733270400000,\"1199\":1733270400000,\"1200\":1733270400000,\"1201\":1733270400000,\"1202\":1733270400000,\"1203\":1733270400000,\"1204\":1733270400000,\"1205\":1733270400000,\"1206\":1733270400000,\"1207\":1733270400000,\"1208\":1733270400000,\"1209\":1733270400000,\"1210\":1733270400000,\"1211\":1733270400000,\"1212\":1733270400000,\"1213\":1733270400000,\"1214\":1733270400000,\"1215\":1733270400000,\"1216\":1733270400000,\"1217\":1733270400000,\"1218\":1733270400000,\"1219\":1733270400000,\"1220\":1733270400000,\"1221\":1733270400000,\"1222\":1733356800000,\"1223\":1733356800000,\"1224\":1733356800000,\"1225\":1733356800000,\"1226\":1733356800000,\"1227\":1733356800000,\"1228\":1733356800000,\"1229\":1733356800000,\"1230\":1733356800000,\"1231\":1733356800000,\"1232\":1733356800000,\"1233\":1733356800000,\"1234\":1733356800000,\"1235\":1733356800000,\"1236\":1733356800000,\"1237\":1733356800000,\"1238\":1733356800000,\"1239\":1733356800000,\"1240\":1733356800000,\"1241\":1733356800000,\"1242\":1733356800000,\"1243\":1733356800000,\"1244\":1733356800000,\"1245\":1733356800000,\"1246\":1733356800000,\"1247\":1733356800000,\"1248\":1733356800000,\"1249\":1733356800000,\"1250\":1733356800000,\"1251\":1733356800000,\"1252\":1733356800000,\"1253\":1733356800000,\"1254\":1733356800000,\"1255\":1733356800000,\"1256\":1733356800000,\"1257\":1733356800000,\"1258\":1733356800000,\"1259\":1733356800000,\"1260\":1733356800000,\"1261\":1733356800000,\"1262\":1733356800000,\"1263\":1733356800000,\"1264\":1733356800000,\"1265\":1733356800000,\"1266\":1733356800000,\"1267\":1733356800000,\"1268\":1733356800000,\"1269\":1733356800000,\"1270\":1733356800000,\"1271\":1733356800000,\"1272\":1733356800000,\"1273\":1733356800000,\"1274\":1733356800000,\"1275\":1733356800000,\"1276\":1733356800000,\"1277\":1733356800000,\"1278\":1733356800000,\"1279\":1733356800000,\"1280\":1733356800000,\"1281\":1733356800000,\"1282\":1733356800000,\"1283\":1733356800000,\"1284\":1733356800000,\"1285\":1733356800000,\"1286\":1733356800000,\"1287\":1733356800000,\"1288\":1733356800000,\"1289\":1733356800000,\"1290\":1733356800000,\"1291\":1733356800000,\"1292\":1733356800000,\"1293\":1733356800000,\"1294\":1733356800000,\"1295\":1733356800000,\"1296\":1733356800000,\"1297\":1733356800000,\"1298\":1733356800000,\"1299\":1733356800000,\"1300\":1733356800000,\"1301\":1733356800000,\"1302\":1733356800000,\"1303\":1733356800000,\"1304\":1733356800000,\"1305\":1733356800000,\"1306\":1733356800000,\"1307\":1733356800000,\"1308\":1733356800000,\"1309\":1733356800000,\"1310\":1733356800000,\"1311\":1733356800000,\"1312\":1733356800000,\"1313\":1733356800000,\"1314\":1733356800000,\"1315\":1733356800000,\"1316\":1733356800000,\"1317\":1733356800000,\"1318\":1733356800000,\"1319\":1733356800000,\"1320\":1733356800000,\"1321\":1733356800000,\"1322\":1733356800000,\"1323\":1733356800000,\"1324\":1733356800000,\"1325\":1733356800000,\"1326\":1733356800000,\"1327\":1733356800000,\"1328\":1733356800000,\"1329\":1733356800000,\"1330\":1733356800000,\"1331\":1733356800000,\"1332\":1733356800000,\"1333\":1733356800000,\"1334\":1733356800000,\"1335\":1733356800000,\"1336\":1733356800000,\"1337\":1733356800000,\"1338\":1733356800000,\"1339\":1733356800000,\"1340\":1733356800000,\"1341\":1733356800000,\"1342\":1733356800000,\"1343\":1733356800000,\"1344\":1733356800000,\"1345\":1733356800000,\"1346\":1733356800000,\"1347\":1733356800000,\"1348\":1733356800000,\"1349\":1733356800000,\"1350\":1733356800000,\"1351\":1733356800000,\"1352\":1733356800000,\"1353\":1733356800000,\"1354\":1733356800000,\"1355\":1733356800000,\"1356\":1733356800000,\"1357\":1733356800000,\"1358\":1733356800000,\"1359\":1733356800000,\"1360\":1733356800000,\"1361\":1733356800000,\"1362\":1733356800000,\"1363\":1733356800000,\"1364\":1733356800000,\"1365\":1733356800000,\"1366\":1733356800000,\"1367\":1733356800000,\"1368\":1733356800000,\"1369\":1733356800000,\"1370\":1733356800000,\"1371\":1733356800000,\"1372\":1733356800000,\"1373\":1733356800000,\"1374\":1733356800000,\"1375\":1733356800000,\"1376\":1733356800000,\"1377\":1733356800000,\"1378\":1733356800000,\"1379\":1733356800000,\"1380\":1733356800000,\"1381\":1733356800000,\"1382\":1733356800000,\"1383\":1733356800000,\"1384\":1733356800000,\"1385\":1733356800000,\"1386\":1733356800000,\"1387\":1733356800000,\"1388\":1733356800000,\"1389\":1733356800000,\"1390\":1733356800000,\"1391\":1733356800000,\"1392\":1733356800000,\"1393\":1733356800000,\"1394\":1733356800000,\"1395\":1733356800000,\"1396\":1733356800000,\"1397\":1733356800000,\"1398\":1733356800000,\"1399\":1733356800000,\"1400\":1733356800000,\"1401\":1733356800000,\"1402\":1733356800000,\"1403\":1733356800000,\"1404\":1733356800000,\"1405\":1733356800000,\"1406\":1733356800000,\"1407\":1733356800000,\"1408\":1733356800000,\"1409\":1733356800000,\"1410\":1733356800000,\"1411\":1733356800000,\"1412\":1733356800000,\"1413\":1733356800000,\"1414\":1733356800000,\"1415\":1733356800000,\"1416\":1733356800000,\"1417\":1733356800000,\"1418\":1733356800000,\"1419\":1733356800000,\"1420\":1733356800000,\"1421\":1733356800000,\"1422\":1733356800000,\"1423\":1733356800000,\"1424\":1733356800000,\"1425\":1733356800000,\"1426\":1733356800000,\"1427\":1733356800000,\"1428\":1733356800000,\"1429\":1733356800000,\"1430\":1733356800000,\"1431\":1733356800000,\"1432\":1733356800000,\"1433\":1733356800000,\"1434\":1733356800000,\"1435\":1733356800000,\"1436\":1733356800000,\"1437\":1733356800000,\"1438\":1733356800000,\"1439\":1733356800000,\"1440\":1733356800000,\"1441\":1733356800000,\"1442\":1733356800000,\"1443\":1733356800000,\"1444\":1733356800000,\"1445\":1733356800000,\"1446\":1733356800000,\"1447\":1733356800000,\"1448\":1733356800000,\"1449\":1733356800000,\"1450\":1733356800000,\"1451\":1733356800000,\"1452\":1733356800000,\"1453\":1733356800000,\"1454\":1733356800000,\"1455\":1733356800000,\"1456\":1733356800000,\"1457\":1733356800000,\"1458\":1733356800000,\"1459\":1733356800000,\"1460\":1733356800000,\"1461\":1733356800000,\"1462\":1733356800000,\"1463\":1733356800000,\"1464\":1733356800000,\"1465\":1733356800000,\"1466\":1733356800000,\"1467\":1733356800000,\"1468\":1733356800000,\"1469\":1733356800000,\"1470\":1733356800000,\"1471\":1733356800000,\"1472\":1733356800000,\"1473\":1733356800000,\"1474\":1733356800000,\"1475\":1733356800000,\"1476\":1733356800000,\"1477\":1733356800000,\"1478\":1733356800000,\"1479\":1733356800000,\"1480\":1733356800000,\"1481\":1733356800000,\"1482\":1733356800000,\"1483\":1733356800000,\"1484\":1733356800000,\"1485\":1733356800000,\"1486\":1733356800000,\"1487\":1733356800000,\"1488\":1733356800000,\"1489\":1733356800000,\"1490\":1733356800000,\"1491\":1733356800000,\"1492\":1733356800000,\"1493\":1733356800000,\"1494\":1733356800000,\"1495\":1733356800000,\"1496\":1733356800000,\"1497\":1733356800000,\"1498\":1733356800000,\"1499\":1733356800000,\"1500\":1733356800000,\"1501\":1733356800000,\"1502\":1733356800000,\"1503\":1733356800000,\"1504\":1733356800000,\"1505\":1733356800000,\"1506\":1733356800000,\"1507\":1733356800000,\"1508\":1733356800000,\"1509\":1733356800000,\"1510\":1733356800000,\"1511\":1733356800000,\"1512\":1733356800000,\"1513\":1733356800000,\"1514\":1733356800000,\"1515\":1733356800000,\"1516\":1733356800000,\"1517\":1733356800000,\"1518\":1733356800000,\"1519\":1733356800000,\"1520\":1733356800000,\"1521\":1733443200000,\"1522\":1733443200000,\"1523\":1733443200000,\"1524\":1733443200000,\"1525\":1733443200000,\"1526\":1733443200000,\"1527\":1733443200000,\"1528\":1733443200000,\"1529\":1733443200000,\"1530\":1733443200000,\"1531\":1733443200000,\"1532\":1733443200000,\"1533\":1733443200000,\"1534\":1733443200000,\"1535\":1733443200000,\"1536\":1733443200000,\"1537\":1733443200000,\"1538\":1733443200000,\"1539\":1733443200000,\"1540\":1733443200000,\"1541\":1733443200000,\"1542\":1733443200000,\"1543\":1733443200000,\"1544\":1733443200000,\"1545\":1733443200000,\"1546\":1733443200000,\"1547\":1733443200000,\"1548\":1733443200000,\"1549\":1733443200000,\"1550\":1733443200000,\"1551\":1733443200000,\"1552\":1733443200000,\"1553\":1733443200000,\"1554\":1733443200000,\"1555\":1733443200000,\"1556\":1733443200000,\"1557\":1733443200000,\"1558\":1733443200000,\"1559\":1733443200000,\"1560\":1733443200000,\"1561\":1733443200000,\"1562\":1733443200000,\"1563\":1733443200000,\"1564\":1733443200000,\"1565\":1733443200000,\"1566\":1733443200000,\"1567\":1733443200000,\"1568\":1733443200000,\"1569\":1733443200000,\"1570\":1733443200000,\"1571\":1733443200000,\"1572\":1733443200000,\"1573\":1733443200000,\"1574\":1733443200000,\"1575\":1733443200000,\"1576\":1733443200000,\"1577\":1733443200000,\"1578\":1733443200000,\"1579\":1733443200000,\"1580\":1733443200000,\"1581\":1733443200000,\"1582\":1733443200000,\"1583\":1733443200000,\"1584\":1733443200000,\"1585\":1733443200000,\"1586\":1733443200000,\"1587\":1733443200000,\"1588\":1733443200000,\"1589\":1733443200000,\"1590\":1733443200000,\"1591\":1733443200000,\"1592\":1733443200000,\"1593\":1733443200000,\"1594\":1733443200000,\"1595\":1733443200000,\"1596\":1733443200000,\"1597\":1733443200000,\"1598\":1733443200000,\"1599\":1733443200000,\"1600\":1733443200000,\"1601\":1733443200000,\"1602\":1733443200000,\"1603\":1733443200000,\"1604\":1733443200000,\"1605\":1733443200000,\"1606\":1733443200000,\"1607\":1733443200000,\"1608\":1733443200000,\"1609\":1733443200000,\"1610\":1733443200000,\"1611\":1733443200000,\"1612\":1733443200000,\"1613\":1733443200000,\"1614\":1733443200000,\"1615\":1733443200000,\"1616\":1733443200000,\"1617\":1733443200000,\"1618\":1733443200000,\"1619\":1733443200000,\"1620\":1733443200000,\"1621\":1733443200000,\"1622\":1733443200000,\"1623\":1733443200000,\"1624\":1733443200000,\"1625\":1733443200000,\"1626\":1733443200000,\"1627\":1733443200000,\"1628\":1733443200000,\"1629\":1733443200000,\"1630\":1733443200000,\"1631\":1733443200000,\"1632\":1733443200000,\"1633\":1733443200000,\"1634\":1733443200000,\"1635\":1733443200000,\"1636\":1733443200000,\"1637\":1733443200000,\"1638\":1733443200000,\"1639\":1733443200000,\"1640\":1733443200000,\"1641\":1733443200000,\"1642\":1733443200000,\"1643\":1733443200000,\"1644\":1733443200000,\"1645\":1733443200000,\"1646\":1733443200000,\"1647\":1733443200000,\"1648\":1733443200000,\"1649\":1733443200000,\"1650\":1733443200000,\"1651\":1733443200000,\"1652\":1733443200000,\"1653\":1733443200000,\"1654\":1733443200000,\"1655\":1733443200000,\"1656\":1733443200000,\"1657\":1733443200000,\"1658\":1733443200000,\"1659\":1733443200000,\"1660\":1733443200000,\"1661\":1733443200000,\"1662\":1733443200000,\"1663\":1733443200000,\"1664\":1733443200000,\"1665\":1733443200000,\"1666\":1733443200000,\"1667\":1733443200000,\"1668\":1733443200000,\"1669\":1733443200000,\"1670\":1733443200000,\"1671\":1733443200000,\"1672\":1733443200000,\"1673\":1733443200000,\"1674\":1733443200000,\"1675\":1733443200000,\"1676\":1733443200000,\"1677\":1733443200000,\"1678\":1733443200000,\"1679\":1733443200000,\"1680\":1733443200000,\"1681\":1733443200000,\"1682\":1733443200000,\"1683\":1733443200000,\"1684\":1733443200000,\"1685\":1733443200000,\"1686\":1733443200000,\"1687\":1733443200000,\"1688\":1733443200000,\"1689\":1733443200000,\"1690\":1733443200000,\"1691\":1733443200000,\"1692\":1733443200000,\"1693\":1733443200000,\"1694\":1733443200000,\"1695\":1733443200000,\"1696\":1733443200000,\"1697\":1733443200000,\"1698\":1733443200000,\"1699\":1733443200000,\"1700\":1733443200000,\"1701\":1733443200000,\"1702\":1733443200000,\"1703\":1733443200000,\"1704\":1733443200000,\"1705\":1733443200000,\"1706\":1733443200000,\"1707\":1733443200000,\"1708\":1733443200000,\"1709\":1733443200000,\"1710\":1733443200000,\"1711\":1733443200000,\"1712\":1733443200000,\"1713\":1733443200000,\"1714\":1733443200000,\"1715\":1733443200000,\"1716\":1733443200000,\"1717\":1733443200000,\"1718\":1733443200000,\"1719\":1733443200000,\"1720\":1733443200000,\"1721\":1733443200000,\"1722\":1733443200000,\"1723\":1733443200000,\"1724\":1733443200000,\"1725\":1733443200000,\"1726\":1733443200000,\"1727\":1733443200000,\"1728\":1733443200000,\"1729\":1733443200000,\"1730\":1733443200000,\"1731\":1733443200000,\"1732\":1733443200000,\"1733\":1733443200000,\"1734\":1733443200000,\"1735\":1733443200000,\"1736\":1733443200000,\"1737\":1733443200000,\"1738\":1733443200000,\"1739\":1733443200000,\"1740\":1733443200000,\"1741\":1733443200000,\"1742\":1733443200000,\"1743\":1733443200000,\"1744\":1733443200000,\"1745\":1733443200000,\"1746\":1733443200000,\"1747\":1733443200000,\"1748\":1733443200000,\"1749\":1733443200000,\"1750\":1733443200000,\"1751\":1733443200000,\"1752\":1733443200000,\"1753\":1733443200000,\"1754\":1733443200000,\"1755\":1733443200000,\"1756\":1733443200000,\"1757\":1733443200000,\"1758\":1733443200000,\"1759\":1733443200000,\"1760\":1733443200000,\"1761\":1733443200000,\"1762\":1733443200000,\"1763\":1733443200000,\"1764\":1733443200000,\"1765\":1733443200000,\"1766\":1733443200000,\"1767\":1733443200000,\"1768\":1733443200000,\"1769\":1733443200000,\"1770\":1733443200000,\"1771\":1733443200000,\"1772\":1733443200000,\"1773\":1733443200000,\"1774\":1733443200000,\"1775\":1733443200000,\"1776\":1733443200000,\"1777\":1733443200000,\"1778\":1733443200000,\"1779\":1733443200000,\"1780\":1733443200000,\"1781\":1733443200000,\"1782\":1733443200000,\"1783\":1733443200000,\"1784\":1733443200000,\"1785\":1733443200000,\"1786\":1733443200000,\"1787\":1733443200000,\"1788\":1733443200000,\"1789\":1733443200000,\"1790\":1733443200000,\"1791\":1733443200000,\"1792\":1733443200000,\"1793\":1733443200000,\"1794\":1733443200000,\"1795\":1733443200000,\"1796\":1733443200000,\"1797\":1733443200000,\"1798\":1733443200000,\"1799\":1733443200000,\"1800\":1733443200000,\"1801\":1733443200000,\"1802\":1733443200000,\"1803\":1733443200000,\"1804\":1733443200000,\"1805\":1733443200000,\"1806\":1733443200000,\"1807\":1733443200000,\"1808\":1733443200000,\"1809\":1733443200000,\"1810\":1733443200000,\"1811\":1733443200000,\"1812\":1733443200000,\"1813\":1733443200000,\"1814\":1733443200000,\"1815\":1733443200000,\"1816\":1733443200000,\"1817\":1733443200000,\"1818\":1733443200000,\"1819\":1733443200000,\"1820\":1733443200000,\"1821\":1733529600000,\"1822\":1733529600000,\"1823\":1733529600000,\"1824\":1733529600000,\"1825\":1733529600000,\"1826\":1733529600000,\"1827\":1733529600000,\"1828\":1733529600000,\"1829\":1733529600000,\"1830\":1733529600000,\"1831\":1733529600000,\"1832\":1733529600000,\"1833\":1733529600000,\"1834\":1733529600000,\"1835\":1733529600000,\"1836\":1733529600000,\"1837\":1733529600000,\"1838\":1733529600000,\"1839\":1733529600000,\"1840\":1733529600000,\"1841\":1733529600000,\"1842\":1733529600000,\"1843\":1733529600000,\"1844\":1733529600000,\"1845\":1733529600000,\"1846\":1733529600000,\"1847\":1733529600000,\"1848\":1733529600000,\"1849\":1733529600000,\"1850\":1733529600000,\"1851\":1733529600000,\"1852\":1733529600000,\"1853\":1733529600000,\"1854\":1733529600000,\"1855\":1733529600000,\"1856\":1733529600000,\"1857\":1733529600000,\"1858\":1733529600000,\"1859\":1733529600000,\"1860\":1733529600000,\"1861\":1733529600000,\"1862\":1733529600000,\"1863\":1733529600000,\"1864\":1733529600000,\"1865\":1733529600000,\"1866\":1733529600000,\"1867\":1733529600000,\"1868\":1733529600000,\"1869\":1733529600000,\"1870\":1733529600000,\"1871\":1733529600000,\"1872\":1733529600000,\"1873\":1733529600000,\"1874\":1733529600000,\"1875\":1733529600000,\"1876\":1733529600000,\"1877\":1733529600000,\"1878\":1733529600000,\"1879\":1733529600000,\"1880\":1733529600000,\"1881\":1733529600000,\"1882\":1733529600000,\"1883\":1733529600000,\"1884\":1733529600000,\"1885\":1733529600000,\"1886\":1733529600000,\"1887\":1733529600000,\"1888\":1733529600000,\"1889\":1733529600000,\"1890\":1733529600000,\"1891\":1733529600000,\"1892\":1733529600000,\"1893\":1733529600000,\"1894\":1733529600000,\"1895\":1733529600000,\"1896\":1733529600000,\"1897\":1733529600000,\"1898\":1733529600000,\"1899\":1733529600000,\"1900\":1733529600000,\"1901\":1733529600000,\"1902\":1733529600000,\"1903\":1733529600000,\"1904\":1733529600000,\"1905\":1733529600000,\"1906\":1733529600000,\"1907\":1733529600000,\"1908\":1733529600000,\"1909\":1733529600000,\"1910\":1733529600000,\"1911\":1733529600000,\"1912\":1733529600000,\"1913\":1733529600000,\"1914\":1733529600000,\"1915\":1733529600000,\"1916\":1733529600000,\"1917\":1733529600000,\"1918\":1733529600000,\"1919\":1733529600000,\"1920\":1733529600000,\"1921\":1733529600000,\"1922\":1733529600000,\"1923\":1733529600000,\"1924\":1733529600000,\"1925\":1733529600000,\"1926\":1733529600000,\"1927\":1733529600000,\"1928\":1733529600000,\"1929\":1733529600000,\"1930\":1733529600000,\"1931\":1733529600000,\"1932\":1733529600000,\"1933\":1733529600000,\"1934\":1733529600000,\"1935\":1733529600000,\"1936\":1733529600000,\"1937\":1733529600000,\"1938\":1733529600000,\"1939\":1733529600000,\"1940\":1733529600000,\"1941\":1733529600000,\"1942\":1733529600000,\"1943\":1733529600000,\"1944\":1733529600000,\"1945\":1733529600000,\"1946\":1733529600000,\"1947\":1733529600000,\"1948\":1733529600000,\"1949\":1733529600000,\"1950\":1733529600000,\"1951\":1733529600000,\"1952\":1733529600000,\"1953\":1733529600000,\"1954\":1733529600000,\"1955\":1733529600000,\"1956\":1733529600000,\"1957\":1733529600000,\"1958\":1733529600000,\"1959\":1733529600000,\"1960\":1733529600000,\"1961\":1733529600000,\"1962\":1733529600000,\"1963\":1733529600000,\"1964\":1733529600000,\"1965\":1733529600000,\"1966\":1733529600000,\"1967\":1733529600000,\"1968\":1733529600000,\"1969\":1733529600000,\"1970\":1733529600000,\"1971\":1733529600000,\"1972\":1733529600000,\"1973\":1733529600000,\"1974\":1733529600000,\"1975\":1733529600000,\"1976\":1733529600000,\"1977\":1733529600000,\"1978\":1733529600000,\"1979\":1733529600000,\"1980\":1733529600000,\"1981\":1733529600000,\"1982\":1733529600000,\"1983\":1733529600000,\"1984\":1733529600000,\"1985\":1733529600000,\"1986\":1733529600000,\"1987\":1733529600000,\"1988\":1733529600000,\"1989\":1733529600000,\"1990\":1733529600000,\"1991\":1733529600000,\"1992\":1733529600000,\"1993\":1733529600000,\"1994\":1733529600000,\"1995\":1733529600000,\"1996\":1733529600000,\"1997\":1733529600000,\"1998\":1733529600000,\"1999\":1733529600000,\"2000\":1733529600000,\"2001\":1733529600000,\"2002\":1733529600000,\"2003\":1733529600000,\"2004\":1733529600000,\"2005\":1733529600000,\"2006\":1733529600000,\"2007\":1733529600000,\"2008\":1733529600000,\"2009\":1733529600000,\"2010\":1733529600000,\"2011\":1733529600000,\"2012\":1733529600000,\"2013\":1733529600000,\"2014\":1733529600000,\"2015\":1733529600000,\"2016\":1733529600000,\"2017\":1733529600000,\"2018\":1733529600000,\"2019\":1733529600000,\"2020\":1733529600000,\"2021\":1733529600000,\"2022\":1733529600000,\"2023\":1733529600000,\"2024\":1733529600000,\"2025\":1733529600000,\"2026\":1733529600000,\"2027\":1733529600000,\"2028\":1733529600000,\"2029\":1733529600000,\"2030\":1733529600000,\"2031\":1733529600000,\"2032\":1733529600000,\"2033\":1733529600000,\"2034\":1733529600000,\"2035\":1733529600000,\"2036\":1733529600000,\"2037\":1733529600000,\"2038\":1733529600000,\"2039\":1733529600000,\"2040\":1733529600000,\"2041\":1733529600000,\"2042\":1733529600000,\"2043\":1733529600000,\"2044\":1733529600000,\"2045\":1733529600000,\"2046\":1733529600000,\"2047\":1733529600000,\"2048\":1733529600000,\"2049\":1733529600000,\"2050\":1733529600000,\"2051\":1733529600000,\"2052\":1733529600000,\"2053\":1733529600000,\"2054\":1733529600000,\"2055\":1733529600000,\"2056\":1733529600000,\"2057\":1733529600000,\"2058\":1733529600000,\"2059\":1733529600000,\"2060\":1733529600000,\"2061\":1733529600000,\"2062\":1733529600000,\"2063\":1733529600000,\"2064\":1733529600000,\"2065\":1733529600000,\"2066\":1733529600000,\"2067\":1733529600000,\"2068\":1733529600000,\"2069\":1733529600000,\"2070\":1733529600000,\"2071\":1733529600000,\"2072\":1733529600000,\"2073\":1733529600000,\"2074\":1733529600000,\"2075\":1733529600000,\"2076\":1733529600000,\"2077\":1733529600000,\"2078\":1733529600000,\"2079\":1733529600000,\"2080\":1733529600000,\"2081\":1733529600000,\"2082\":1733529600000,\"2083\":1733529600000,\"2084\":1733529600000,\"2085\":1733529600000,\"2086\":1733529600000,\"2087\":1733529600000,\"2088\":1733529600000,\"2089\":1733529600000,\"2090\":1733529600000,\"2091\":1733529600000,\"2092\":1733529600000,\"2093\":1733529600000,\"2094\":1733529600000,\"2095\":1733529600000,\"2096\":1733529600000,\"2097\":1733529600000,\"2098\":1733529600000,\"2099\":1733529600000,\"2100\":1733529600000,\"2101\":1733529600000,\"2102\":1733529600000,\"2103\":1733529600000,\"2104\":1733529600000,\"2105\":1733529600000,\"2106\":1733529600000,\"2107\":1733529600000,\"2108\":1733529600000,\"2109\":1733529600000,\"2110\":1733529600000,\"2111\":1733529600000,\"2112\":1733529600000,\"2113\":1733529600000,\"2114\":1733529600000,\"2115\":1733529600000,\"2116\":1733529600000,\"2117\":1733529600000,\"2118\":1733529600000,\"2119\":1733616000000,\"2120\":1733616000000,\"2121\":1733616000000,\"2122\":1733616000000,\"2123\":1733616000000,\"2124\":1733616000000,\"2125\":1733616000000,\"2126\":1733616000000,\"2127\":1733616000000,\"2128\":1733616000000,\"2129\":1733616000000,\"2130\":1733616000000,\"2131\":1733616000000,\"2132\":1733616000000,\"2133\":1733616000000,\"2134\":1733616000000,\"2135\":1733616000000,\"2136\":1733616000000,\"2137\":1733616000000,\"2138\":1733616000000,\"2139\":1733616000000,\"2140\":1733616000000,\"2141\":1733616000000,\"2142\":1733616000000,\"2143\":1733616000000,\"2144\":1733616000000,\"2145\":1733616000000,\"2146\":1733616000000,\"2147\":1733616000000,\"2148\":1733616000000,\"2149\":1733616000000,\"2150\":1733616000000,\"2151\":1733616000000,\"2152\":1733616000000,\"2153\":1733616000000,\"2154\":1733616000000,\"2155\":1733616000000,\"2156\":1733616000000,\"2157\":1733616000000,\"2158\":1733616000000,\"2159\":1733616000000,\"2160\":1733616000000,\"2161\":1733616000000,\"2162\":1733616000000,\"2163\":1733616000000,\"2164\":1733616000000,\"2165\":1733616000000,\"2166\":1733616000000,\"2167\":1733616000000,\"2168\":1733616000000,\"2169\":1733616000000,\"2170\":1733616000000,\"2171\":1733616000000,\"2172\":1733616000000,\"2173\":1733616000000,\"2174\":1733616000000,\"2175\":1733616000000,\"2176\":1733616000000,\"2177\":1733616000000,\"2178\":1733616000000,\"2179\":1733616000000,\"2180\":1733616000000,\"2181\":1733616000000,\"2182\":1733616000000,\"2183\":1733616000000,\"2184\":1733616000000,\"2185\":1733616000000,\"2186\":1733616000000,\"2187\":1733616000000,\"2188\":1733616000000,\"2189\":1733616000000,\"2190\":1733616000000,\"2191\":1733616000000,\"2192\":1733616000000,\"2193\":1733616000000,\"2194\":1733616000000,\"2195\":1733616000000,\"2196\":1733616000000,\"2197\":1733616000000,\"2198\":1733616000000,\"2199\":1733616000000,\"2200\":1733616000000,\"2201\":1733616000000,\"2202\":1733616000000,\"2203\":1733616000000,\"2204\":1733616000000,\"2205\":1733616000000,\"2206\":1733616000000,\"2207\":1733616000000,\"2208\":1733616000000,\"2209\":1733616000000,\"2210\":1733616000000,\"2211\":1733616000000,\"2212\":1733616000000,\"2213\":1733616000000,\"2214\":1733616000000,\"2215\":1733616000000,\"2216\":1733616000000,\"2217\":1733616000000,\"2218\":1733616000000,\"2219\":1733616000000,\"2220\":1733616000000,\"2221\":1733616000000,\"2222\":1733616000000,\"2223\":1733616000000,\"2224\":1733616000000,\"2225\":1733616000000,\"2226\":1733616000000,\"2227\":1733616000000,\"2228\":1733616000000,\"2229\":1733616000000,\"2230\":1733616000000,\"2231\":1733616000000,\"2232\":1733616000000,\"2233\":1733616000000,\"2234\":1733616000000,\"2235\":1733616000000,\"2236\":1733616000000,\"2237\":1733616000000,\"2238\":1733616000000,\"2239\":1733616000000,\"2240\":1733616000000,\"2241\":1733616000000,\"2242\":1733616000000,\"2243\":1733616000000,\"2244\":1733616000000,\"2245\":1733616000000,\"2246\":1733616000000,\"2247\":1733616000000,\"2248\":1733616000000,\"2249\":1733616000000,\"2250\":1733616000000,\"2251\":1733616000000,\"2252\":1733616000000,\"2253\":1733616000000,\"2254\":1733616000000,\"2255\":1733616000000,\"2256\":1733616000000,\"2257\":1733616000000,\"2258\":1733616000000,\"2259\":1733616000000,\"2260\":1733616000000,\"2261\":1733616000000,\"2262\":1733616000000,\"2263\":1733616000000,\"2264\":1733616000000,\"2265\":1733616000000,\"2266\":1733616000000,\"2267\":1733616000000,\"2268\":1733616000000,\"2269\":1733616000000,\"2270\":1733616000000,\"2271\":1733616000000,\"2272\":1733616000000,\"2273\":1733616000000,\"2274\":1733616000000,\"2275\":1733616000000,\"2276\":1733616000000,\"2277\":1733616000000,\"2278\":1733616000000,\"2279\":1733616000000,\"2280\":1733616000000,\"2281\":1733616000000,\"2282\":1733616000000,\"2283\":1733616000000,\"2284\":1733616000000,\"2285\":1733616000000,\"2286\":1733616000000,\"2287\":1733616000000,\"2288\":1733616000000,\"2289\":1733616000000,\"2290\":1733616000000,\"2291\":1733616000000,\"2292\":1733616000000,\"2293\":1733616000000,\"2294\":1733616000000,\"2295\":1733616000000,\"2296\":1733616000000,\"2297\":1733616000000,\"2298\":1733616000000,\"2299\":1733616000000,\"2300\":1733616000000,\"2301\":1733616000000,\"2302\":1733616000000,\"2303\":1733616000000,\"2304\":1733616000000,\"2305\":1733616000000,\"2306\":1733616000000,\"2307\":1733616000000,\"2308\":1733616000000,\"2309\":1733616000000,\"2310\":1733616000000,\"2311\":1733616000000,\"2312\":1733616000000,\"2313\":1733616000000,\"2314\":1733616000000,\"2315\":1733616000000,\"2316\":1733616000000,\"2317\":1733616000000,\"2318\":1733616000000,\"2319\":1733616000000,\"2320\":1733616000000,\"2321\":1733616000000,\"2322\":1733616000000,\"2323\":1733616000000,\"2324\":1733616000000,\"2325\":1733616000000,\"2326\":1733616000000,\"2327\":1733616000000,\"2328\":1733616000000,\"2329\":1733616000000,\"2330\":1733616000000,\"2331\":1733616000000,\"2332\":1733616000000,\"2333\":1733616000000,\"2334\":1733616000000,\"2335\":1733616000000,\"2336\":1733616000000,\"2337\":1733616000000,\"2338\":1733616000000,\"2339\":1733616000000,\"2340\":1733616000000,\"2341\":1733616000000,\"2342\":1733616000000,\"2343\":1733616000000,\"2344\":1733616000000,\"2345\":1733616000000,\"2346\":1733616000000,\"2347\":1733616000000,\"2348\":1733616000000,\"2349\":1733616000000,\"2350\":1733616000000,\"2351\":1733616000000,\"2352\":1733616000000,\"2353\":1733616000000,\"2354\":1733616000000,\"2355\":1733616000000,\"2356\":1733616000000,\"2357\":1733616000000,\"2358\":1733616000000,\"2359\":1733616000000,\"2360\":1733616000000,\"2361\":1733616000000,\"2362\":1733616000000,\"2363\":1733616000000,\"2364\":1733616000000,\"2365\":1733616000000,\"2366\":1733616000000,\"2367\":1733616000000,\"2368\":1733616000000,\"2369\":1733616000000,\"2370\":1733616000000,\"2371\":1733616000000,\"2372\":1733616000000,\"2373\":1733616000000,\"2374\":1733616000000,\"2375\":1733616000000,\"2376\":1733616000000,\"2377\":1733616000000,\"2378\":1733616000000,\"2379\":1733616000000,\"2380\":1733616000000,\"2381\":1733616000000,\"2382\":1733616000000,\"2383\":1733616000000,\"2384\":1733616000000,\"2385\":1733616000000,\"2386\":1733616000000,\"2387\":1733616000000,\"2388\":1733616000000,\"2389\":1733616000000,\"2390\":1733616000000,\"2391\":1733616000000,\"2392\":1733616000000,\"2393\":1733616000000,\"2394\":1733616000000,\"2395\":1733616000000,\"2396\":1733616000000,\"2397\":1733616000000,\"2398\":1733616000000,\"2399\":1733616000000,\"2400\":1733616000000,\"2401\":1733616000000,\"2402\":1733616000000,\"2403\":1733616000000,\"2404\":1733616000000,\"2405\":1733616000000,\"2406\":1733616000000,\"2407\":1733616000000,\"2408\":1733616000000,\"2409\":1733616000000,\"2410\":1733616000000,\"2411\":1733616000000,\"2412\":1733616000000,\"2413\":1733616000000,\"2414\":1733616000000,\"2415\":1733616000000,\"2416\":1733616000000,\"2417\":1733616000000,\"2418\":1733616000000,\"2419\":1733616000000,\"2420\":1733616000000,\"2421\":1733616000000,\"2422\":1733616000000,\"2423\":1733616000000,\"2424\":1733616000000,\"2425\":1733616000000,\"2426\":1733702400000,\"2427\":1733702400000,\"2428\":1733702400000,\"2429\":1733702400000,\"2430\":1733702400000,\"2431\":1733702400000,\"2432\":1733702400000,\"2433\":1733702400000,\"2434\":1733702400000,\"2435\":1733702400000,\"2436\":1733702400000,\"2437\":1733702400000,\"2438\":1733702400000,\"2439\":1733702400000,\"2440\":1733702400000,\"2441\":1733702400000,\"2442\":1733702400000,\"2443\":1733702400000,\"2444\":1733702400000,\"2445\":1733702400000,\"2446\":1733702400000,\"2447\":1733702400000,\"2448\":1733702400000,\"2449\":1733702400000,\"2450\":1733702400000,\"2451\":1733702400000,\"2452\":1733702400000,\"2453\":1733702400000,\"2454\":1733702400000,\"2455\":1733702400000,\"2456\":1733702400000,\"2457\":1733702400000,\"2458\":1733702400000,\"2459\":1733702400000,\"2460\":1733702400000,\"2461\":1733702400000,\"2462\":1733702400000,\"2463\":1733702400000,\"2464\":1733702400000,\"2465\":1733702400000,\"2466\":1733702400000,\"2467\":1733702400000,\"2468\":1733702400000,\"2469\":1733702400000,\"2470\":1733702400000,\"2471\":1733702400000,\"2472\":1733702400000,\"2473\":1733702400000,\"2474\":1733702400000,\"2475\":1733702400000,\"2476\":1733702400000,\"2477\":1733702400000,\"2478\":1733702400000,\"2479\":1733702400000,\"2480\":1733702400000,\"2481\":1733702400000,\"2482\":1733702400000,\"2483\":1733702400000,\"2484\":1733702400000,\"2485\":1733702400000,\"2486\":1733702400000,\"2487\":1733702400000,\"2488\":1733702400000,\"2489\":1733702400000,\"2490\":1733702400000,\"2491\":1733702400000,\"2492\":1733702400000,\"2493\":1733702400000,\"2494\":1733702400000,\"2495\":1733702400000,\"2496\":1733702400000,\"2497\":1733702400000,\"2498\":1733702400000,\"2499\":1733702400000,\"2500\":1733702400000,\"2501\":1733702400000,\"2502\":1733702400000,\"2503\":1733702400000,\"2504\":1733702400000,\"2505\":1733702400000,\"2506\":1733702400000,\"2507\":1733702400000,\"2508\":1733702400000,\"2509\":1733702400000,\"2510\":1733702400000,\"2511\":1733702400000,\"2512\":1733702400000,\"2513\":1733702400000,\"2514\":1733702400000,\"2515\":1733702400000,\"2516\":1733702400000,\"2517\":1733702400000,\"2518\":1733702400000,\"2519\":1733702400000,\"2520\":1733702400000,\"2521\":1733702400000,\"2522\":1733702400000,\"2523\":1733702400000,\"2524\":1733702400000,\"2525\":1733702400000,\"2526\":1733702400000,\"2527\":1733702400000,\"2528\":1733702400000,\"2529\":1733702400000,\"2530\":1733702400000,\"2531\":1733702400000,\"2532\":1733702400000,\"2533\":1733702400000,\"2534\":1733702400000,\"2535\":1733702400000,\"2536\":1733702400000,\"2537\":1733702400000,\"2538\":1733702400000,\"2539\":1733702400000,\"2540\":1733702400000,\"2541\":1733702400000,\"2542\":1733702400000,\"2543\":1733702400000,\"2544\":1733702400000,\"2545\":1733702400000,\"2546\":1733702400000,\"2547\":1733702400000,\"2548\":1733702400000,\"2549\":1733702400000,\"2550\":1733702400000,\"2551\":1733702400000,\"2552\":1733702400000,\"2553\":1733702400000,\"2554\":1733702400000,\"2555\":1733702400000,\"2556\":1733702400000,\"2557\":1733702400000,\"2558\":1733702400000,\"2559\":1733702400000,\"2560\":1733702400000,\"2561\":1733702400000,\"2562\":1733702400000,\"2563\":1733702400000,\"2564\":1733702400000,\"2565\":1733702400000,\"2566\":1733702400000,\"2567\":1733702400000,\"2568\":1733702400000,\"2569\":1733702400000,\"2570\":1733702400000,\"2571\":1733702400000,\"2572\":1733702400000,\"2573\":1733702400000,\"2574\":1733702400000,\"2575\":1733702400000,\"2576\":1733702400000,\"2577\":1733702400000,\"2578\":1733702400000,\"2579\":1733702400000,\"2580\":1733702400000,\"2581\":1733702400000,\"2582\":1733702400000,\"2583\":1733702400000,\"2584\":1733702400000,\"2585\":1733702400000,\"2586\":1733702400000,\"2587\":1733702400000,\"2588\":1733702400000,\"2589\":1733702400000,\"2590\":1733702400000,\"2591\":1733702400000,\"2592\":1733702400000,\"2593\":1733702400000,\"2594\":1733702400000,\"2595\":1733702400000,\"2596\":1733702400000,\"2597\":1733702400000,\"2598\":1733702400000,\"2599\":1733702400000,\"2600\":1733702400000,\"2601\":1733702400000,\"2602\":1733702400000,\"2603\":1733702400000,\"2604\":1733702400000,\"2605\":1733702400000,\"2606\":1733702400000,\"2607\":1733702400000,\"2608\":1733702400000,\"2609\":1733702400000,\"2610\":1733702400000,\"2611\":1733702400000,\"2612\":1733702400000,\"2613\":1733702400000,\"2614\":1733702400000,\"2615\":1733702400000,\"2616\":1733702400000,\"2617\":1733702400000,\"2618\":1733702400000,\"2619\":1733702400000,\"2620\":1733702400000,\"2621\":1733702400000,\"2622\":1733702400000,\"2623\":1733702400000,\"2624\":1733702400000,\"2625\":1733702400000,\"2626\":1733702400000,\"2627\":1733702400000,\"2628\":1733702400000,\"2629\":1733702400000,\"2630\":1733702400000,\"2631\":1733702400000,\"2632\":1733702400000,\"2633\":1733702400000,\"2634\":1733702400000,\"2635\":1733702400000,\"2636\":1733702400000,\"2637\":1733702400000,\"2638\":1733702400000,\"2639\":1733702400000,\"2640\":1733702400000,\"2641\":1733702400000,\"2642\":1733702400000,\"2643\":1733702400000,\"2644\":1733702400000,\"2645\":1733702400000,\"2646\":1733702400000,\"2647\":1733702400000,\"2648\":1733702400000,\"2649\":1733702400000,\"2650\":1733702400000,\"2651\":1733702400000,\"2652\":1733702400000,\"2653\":1733702400000,\"2654\":1733702400000,\"2655\":1733702400000,\"2656\":1733702400000,\"2657\":1733702400000,\"2658\":1733702400000,\"2659\":1733702400000,\"2660\":1733702400000,\"2661\":1733702400000,\"2662\":1733702400000,\"2663\":1733702400000,\"2664\":1733702400000,\"2665\":1733702400000,\"2666\":1733702400000,\"2667\":1733702400000,\"2668\":1733702400000,\"2669\":1733702400000,\"2670\":1733702400000,\"2671\":1733702400000,\"2672\":1733702400000,\"2673\":1733702400000,\"2674\":1733702400000,\"2675\":1733702400000,\"2676\":1733702400000,\"2677\":1733702400000,\"2678\":1733702400000,\"2679\":1733702400000,\"2680\":1733702400000,\"2681\":1733702400000,\"2682\":1733702400000,\"2683\":1733702400000,\"2684\":1733702400000,\"2685\":1733702400000,\"2686\":1733702400000,\"2687\":1733702400000,\"2688\":1733702400000,\"2689\":1733702400000,\"2690\":1733702400000,\"2691\":1733702400000,\"2692\":1733702400000,\"2693\":1733702400000,\"2694\":1733702400000,\"2695\":1733702400000,\"2696\":1733702400000,\"2697\":1733702400000,\"2698\":1733702400000,\"2699\":1733702400000,\"2700\":1733702400000,\"2701\":1733702400000,\"2702\":1733702400000,\"2703\":1733702400000,\"2704\":1733702400000,\"2705\":1733702400000,\"2706\":1733702400000,\"2707\":1733702400000,\"2708\":1733702400000,\"2709\":1733702400000,\"2710\":1733702400000,\"2711\":1733702400000,\"2712\":1733702400000,\"2713\":1733702400000,\"2714\":1733702400000,\"2715\":1733702400000,\"2716\":1733702400000,\"2717\":1733702400000,\"2718\":1733702400000,\"2719\":1733702400000,\"2720\":1733702400000,\"2721\":1733702400000,\"2722\":1733702400000,\"2723\":1733702400000,\"2724\":1733702400000,\"2725\":1733702400000,\"2726\":1733702400000,\"2727\":1733702400000,\"2728\":1733702400000,\"2729\":1733702400000,\"2730\":1733702400000,\"2731\":1733702400000,\"2732\":1733702400000,\"2733\":1733788800000,\"2734\":1733788800000,\"2735\":1733788800000,\"2736\":1733788800000,\"2737\":1733788800000,\"2738\":1733788800000,\"2739\":1733788800000,\"2740\":1733788800000,\"2741\":1733788800000,\"2742\":1733788800000,\"2743\":1733788800000,\"2744\":1733788800000,\"2745\":1733788800000,\"2746\":1733788800000,\"2747\":1733788800000,\"2748\":1733788800000,\"2749\":1733788800000,\"2750\":1733788800000,\"2751\":1733788800000,\"2752\":1733788800000,\"2753\":1733788800000,\"2754\":1733788800000,\"2755\":1733788800000,\"2756\":1733788800000,\"2757\":1733788800000,\"2758\":1733788800000,\"2759\":1733788800000,\"2760\":1733788800000,\"2761\":1733788800000,\"2762\":1733788800000,\"2763\":1733788800000,\"2764\":1733788800000,\"2765\":1733788800000,\"2766\":1733788800000,\"2767\":1733788800000,\"2768\":1733788800000,\"2769\":1733788800000,\"2770\":1733788800000,\"2771\":1733788800000,\"2772\":1733788800000,\"2773\":1733788800000,\"2774\":1733788800000,\"2775\":1733788800000,\"2776\":1733788800000,\"2777\":1733788800000,\"2778\":1733788800000,\"2779\":1733788800000,\"2780\":1733788800000,\"2781\":1733788800000,\"2782\":1733788800000,\"2783\":1733788800000,\"2784\":1733788800000,\"2785\":1733788800000,\"2786\":1733788800000,\"2787\":1733788800000,\"2788\":1733788800000,\"2789\":1733788800000,\"2790\":1733788800000,\"2791\":1733788800000,\"2792\":1733788800000,\"2793\":1733788800000,\"2794\":1733788800000,\"2795\":1733788800000,\"2796\":1733788800000,\"2797\":1733788800000,\"2798\":1733788800000,\"2799\":1733788800000,\"2800\":1733788800000,\"2801\":1733788800000,\"2802\":1733788800000,\"2803\":1733788800000,\"2804\":1733788800000,\"2805\":1733788800000,\"2806\":1733788800000,\"2807\":1733788800000,\"2808\":1733788800000,\"2809\":1733788800000,\"2810\":1733788800000,\"2811\":1733788800000,\"2812\":1733788800000,\"2813\":1733788800000,\"2814\":1733788800000,\"2815\":1733788800000,\"2816\":1733788800000,\"2817\":1733788800000,\"2818\":1733788800000,\"2819\":1733788800000,\"2820\":1733788800000,\"2821\":1733788800000,\"2822\":1733788800000,\"2823\":1733788800000,\"2824\":1733788800000,\"2825\":1733788800000,\"2826\":1733788800000,\"2827\":1733788800000,\"2828\":1733788800000,\"2829\":1733788800000,\"2830\":1733788800000,\"2831\":1733788800000,\"2832\":1733788800000,\"2833\":1733788800000,\"2834\":1733788800000,\"2835\":1733788800000,\"2836\":1733788800000,\"2837\":1733788800000,\"2838\":1733788800000,\"2839\":1733788800000,\"2840\":1733788800000,\"2841\":1733788800000,\"2842\":1733788800000,\"2843\":1733788800000,\"2844\":1733788800000,\"2845\":1733788800000,\"2846\":1733788800000,\"2847\":1733788800000,\"2848\":1733788800000,\"2849\":1733788800000,\"2850\":1733788800000,\"2851\":1733788800000,\"2852\":1733788800000,\"2853\":1733788800000,\"2854\":1733788800000,\"2855\":1733788800000,\"2856\":1733788800000,\"2857\":1733788800000,\"2858\":1733788800000,\"2859\":1733788800000,\"2860\":1733788800000,\"2861\":1733788800000,\"2862\":1733788800000,\"2863\":1733788800000,\"2864\":1733788800000,\"2865\":1733788800000,\"2866\":1733788800000,\"2867\":1733788800000,\"2868\":1733788800000,\"2869\":1733788800000,\"2870\":1733788800000,\"2871\":1733788800000,\"2872\":1733788800000,\"2873\":1733788800000,\"2874\":1733788800000,\"2875\":1733788800000,\"2876\":1733788800000,\"2877\":1733788800000,\"2878\":1733788800000,\"2879\":1733788800000,\"2880\":1733788800000,\"2881\":1733788800000,\"2882\":1733788800000,\"2883\":1733788800000,\"2884\":1733788800000,\"2885\":1733788800000,\"2886\":1733788800000,\"2887\":1733788800000,\"2888\":1733788800000,\"2889\":1733788800000,\"2890\":1733788800000,\"2891\":1733788800000,\"2892\":1733788800000,\"2893\":1733788800000,\"2894\":1733788800000,\"2895\":1733788800000,\"2896\":1733788800000,\"2897\":1733788800000,\"2898\":1733788800000,\"2899\":1733788800000,\"2900\":1733788800000,\"2901\":1733788800000,\"2902\":1733788800000,\"2903\":1733788800000,\"2904\":1733788800000,\"2905\":1733788800000,\"2906\":1733788800000,\"2907\":1733788800000,\"2908\":1733788800000,\"2909\":1733788800000,\"2910\":1733788800000,\"2911\":1733788800000,\"2912\":1733788800000,\"2913\":1733788800000,\"2914\":1733788800000,\"2915\":1733788800000,\"2916\":1733788800000,\"2917\":1733788800000,\"2918\":1733788800000,\"2919\":1733788800000,\"2920\":1733788800000,\"2921\":1733788800000,\"2922\":1733788800000,\"2923\":1733788800000,\"2924\":1733788800000,\"2925\":1733788800000,\"2926\":1733788800000,\"2927\":1733788800000,\"2928\":1733788800000,\"2929\":1733788800000,\"2930\":1733788800000,\"2931\":1733788800000,\"2932\":1733788800000,\"2933\":1733788800000,\"2934\":1733788800000,\"2935\":1733788800000,\"2936\":1733788800000,\"2937\":1733788800000,\"2938\":1733788800000,\"2939\":1733788800000,\"2940\":1733788800000,\"2941\":1733788800000,\"2942\":1733788800000,\"2943\":1733788800000,\"2944\":1733788800000,\"2945\":1733788800000,\"2946\":1733788800000,\"2947\":1733788800000,\"2948\":1733788800000,\"2949\":1733788800000,\"2950\":1733788800000,\"2951\":1733788800000,\"2952\":1733788800000,\"2953\":1733788800000,\"2954\":1733788800000,\"2955\":1733788800000,\"2956\":1733788800000,\"2957\":1733788800000,\"2958\":1733788800000,\"2959\":1733788800000,\"2960\":1733788800000,\"2961\":1733788800000,\"2962\":1733788800000,\"2963\":1733788800000,\"2964\":1733788800000,\"2965\":1733788800000,\"2966\":1733788800000,\"2967\":1733788800000,\"2968\":1733788800000,\"2969\":1733788800000,\"2970\":1733788800000,\"2971\":1733788800000,\"2972\":1733788800000,\"2973\":1733788800000,\"2974\":1733788800000,\"2975\":1733788800000,\"2976\":1733788800000,\"2977\":1733788800000,\"2978\":1733788800000,\"2979\":1733788800000,\"2980\":1733788800000,\"2981\":1733788800000,\"2982\":1733788800000,\"2983\":1733788800000,\"2984\":1733788800000,\"2985\":1733788800000,\"2986\":1733788800000,\"2987\":1733788800000,\"2988\":1733788800000,\"2989\":1733788800000,\"2990\":1733788800000,\"2991\":1733788800000,\"2992\":1733788800000,\"2993\":1733788800000,\"2994\":1733788800000,\"2995\":1733788800000,\"2996\":1733788800000,\"2997\":1733788800000,\"2998\":1733788800000,\"2999\":1733788800000,\"3000\":1733788800000,\"3001\":1733788800000,\"3002\":1733788800000,\"3003\":1733788800000,\"3004\":1733788800000,\"3005\":1733788800000,\"3006\":1733788800000,\"3007\":1733788800000,\"3008\":1733788800000,\"3009\":1733788800000,\"3010\":1733788800000,\"3011\":1733788800000,\"3012\":1733788800000,\"3013\":1733788800000,\"3014\":1733788800000,\"3015\":1733788800000,\"3016\":1733788800000,\"3017\":1733788800000,\"3018\":1733788800000,\"3019\":1733788800000,\"3020\":1733788800000,\"3021\":1733788800000,\"3022\":1733788800000,\"3023\":1733788800000,\"3024\":1733788800000,\"3025\":1733788800000,\"3026\":1733788800000,\"3027\":1733788800000,\"3028\":1733788800000,\"3029\":1733788800000,\"3030\":1733788800000,\"3031\":1733788800000,\"3032\":1733788800000,\"3033\":1733788800000,\"3034\":1733788800000,\"3035\":1733788800000,\"3036\":1733788800000,\"3037\":1733788800000,\"3038\":1733788800000,\"3039\":1733788800000,\"3040\":1733788800000,\"3041\":1733788800000,\"3042\":1733875200000,\"3043\":1733875200000,\"3044\":1733875200000,\"3045\":1733875200000,\"3046\":1733875200000,\"3047\":1733875200000,\"3048\":1733875200000,\"3049\":1733875200000,\"3050\":1733875200000,\"3051\":1733875200000,\"3052\":1733875200000,\"3053\":1733875200000,\"3054\":1733875200000,\"3055\":1733875200000,\"3056\":1733875200000,\"3057\":1733875200000,\"3058\":1733875200000,\"3059\":1733875200000,\"3060\":1733875200000,\"3061\":1733875200000,\"3062\":1733875200000,\"3063\":1733875200000,\"3064\":1733875200000,\"3065\":1733875200000,\"3066\":1733875200000,\"3067\":1733875200000,\"3068\":1733875200000,\"3069\":1733875200000,\"3070\":1733875200000,\"3071\":1733875200000,\"3072\":1733875200000,\"3073\":1733875200000,\"3074\":1733875200000,\"3075\":1733875200000,\"3076\":1733875200000,\"3077\":1733875200000,\"3078\":1733875200000,\"3079\":1733875200000,\"3080\":1733875200000,\"3081\":1733875200000,\"3082\":1733875200000,\"3083\":1733875200000,\"3084\":1733875200000,\"3085\":1733875200000,\"3086\":1733875200000,\"3087\":1733875200000,\"3088\":1733875200000,\"3089\":1733875200000,\"3090\":1733875200000,\"3091\":1733875200000,\"3092\":1733875200000,\"3093\":1733875200000,\"3094\":1733875200000,\"3095\":1733875200000,\"3096\":1733875200000,\"3097\":1733875200000,\"3098\":1733875200000,\"3099\":1733875200000,\"3100\":1733875200000,\"3101\":1733875200000,\"3102\":1733875200000,\"3103\":1733875200000,\"3104\":1733875200000,\"3105\":1733875200000,\"3106\":1733875200000,\"3107\":1733875200000,\"3108\":1733875200000,\"3109\":1733875200000,\"3110\":1733875200000,\"3111\":1733875200000,\"3112\":1733875200000,\"3113\":1733875200000,\"3114\":1733875200000,\"3115\":1733875200000,\"3116\":1733875200000,\"3117\":1733875200000,\"3118\":1733875200000,\"3119\":1733875200000,\"3120\":1733875200000,\"3121\":1733875200000,\"3122\":1733875200000,\"3123\":1733875200000,\"3124\":1733875200000,\"3125\":1733875200000,\"3126\":1733875200000,\"3127\":1733875200000,\"3128\":1733875200000,\"3129\":1733875200000,\"3130\":1733875200000,\"3131\":1733875200000,\"3132\":1733875200000,\"3133\":1733875200000,\"3134\":1733875200000,\"3135\":1733875200000,\"3136\":1733875200000,\"3137\":1733875200000,\"3138\":1733875200000,\"3139\":1733875200000,\"3140\":1733875200000,\"3141\":1733875200000,\"3142\":1733875200000,\"3143\":1733875200000,\"3144\":1733875200000,\"3145\":1733875200000,\"3146\":1733875200000,\"3147\":1733875200000,\"3148\":1733875200000,\"3149\":1733875200000,\"3150\":1733875200000,\"3151\":1733875200000,\"3152\":1733875200000,\"3153\":1733875200000,\"3154\":1733875200000,\"3155\":1733875200000,\"3156\":1733875200000,\"3157\":1733875200000,\"3158\":1733875200000,\"3159\":1733875200000,\"3160\":1733875200000,\"3161\":1733875200000,\"3162\":1733875200000,\"3163\":1733875200000,\"3164\":1733875200000,\"3165\":1733875200000,\"3166\":1733875200000,\"3167\":1733875200000,\"3168\":1733875200000,\"3169\":1733875200000,\"3170\":1733875200000,\"3171\":1733875200000,\"3172\":1733875200000,\"3173\":1733875200000,\"3174\":1733875200000,\"3175\":1733875200000,\"3176\":1733875200000,\"3177\":1733875200000,\"3178\":1733875200000,\"3179\":1733875200000,\"3180\":1733875200000,\"3181\":1733875200000,\"3182\":1733875200000,\"3183\":1733875200000,\"3184\":1733875200000,\"3185\":1733875200000,\"3186\":1733875200000,\"3187\":1733875200000,\"3188\":1733875200000,\"3189\":1733875200000,\"3190\":1733875200000,\"3191\":1733875200000,\"3192\":1733875200000,\"3193\":1733875200000,\"3194\":1733875200000,\"3195\":1733875200000,\"3196\":1733875200000,\"3197\":1733875200000,\"3198\":1733875200000,\"3199\":1733875200000,\"3200\":1733875200000,\"3201\":1733875200000,\"3202\":1733875200000,\"3203\":1733875200000,\"3204\":1733875200000,\"3205\":1733875200000,\"3206\":1733875200000,\"3207\":1733875200000,\"3208\":1733875200000,\"3209\":1733875200000,\"3210\":1733875200000,\"3211\":1733875200000,\"3212\":1733875200000,\"3213\":1733875200000,\"3214\":1733875200000,\"3215\":1733875200000,\"3216\":1733875200000,\"3217\":1733875200000,\"3218\":1733875200000,\"3219\":1733875200000,\"3220\":1733875200000,\"3221\":1733875200000,\"3222\":1733875200000,\"3223\":1733875200000,\"3224\":1733875200000,\"3225\":1733875200000,\"3226\":1733875200000,\"3227\":1733875200000,\"3228\":1733875200000,\"3229\":1733875200000,\"3230\":1733875200000,\"3231\":1733875200000,\"3232\":1733875200000,\"3233\":1733875200000,\"3234\":1733875200000,\"3235\":1733875200000,\"3236\":1733875200000,\"3237\":1733875200000,\"3238\":1733875200000,\"3239\":1733875200000,\"3240\":1733875200000,\"3241\":1733875200000,\"3242\":1733875200000,\"3243\":1733875200000,\"3244\":1733875200000,\"3245\":1733875200000,\"3246\":1733875200000,\"3247\":1733875200000,\"3248\":1733875200000,\"3249\":1733875200000,\"3250\":1733875200000,\"3251\":1733875200000,\"3252\":1733875200000,\"3253\":1733875200000,\"3254\":1733875200000,\"3255\":1733875200000,\"3256\":1733875200000,\"3257\":1733875200000,\"3258\":1733875200000,\"3259\":1733875200000,\"3260\":1733875200000,\"3261\":1733875200000,\"3262\":1733875200000,\"3263\":1733875200000,\"3264\":1733875200000,\"3265\":1733875200000,\"3266\":1733875200000,\"3267\":1733875200000,\"3268\":1733875200000,\"3269\":1733875200000,\"3270\":1733875200000,\"3271\":1733875200000,\"3272\":1733875200000,\"3273\":1733875200000,\"3274\":1733875200000,\"3275\":1733875200000,\"3276\":1733875200000,\"3277\":1733875200000,\"3278\":1733875200000,\"3279\":1733875200000,\"3280\":1733875200000,\"3281\":1733875200000,\"3282\":1733875200000,\"3283\":1733875200000,\"3284\":1733875200000,\"3285\":1733875200000,\"3286\":1733875200000,\"3287\":1733875200000,\"3288\":1733875200000,\"3289\":1733875200000,\"3290\":1733875200000,\"3291\":1733875200000,\"3292\":1733875200000,\"3293\":1733875200000,\"3294\":1733875200000,\"3295\":1733875200000,\"3296\":1733875200000,\"3297\":1733875200000,\"3298\":1733875200000,\"3299\":1733875200000,\"3300\":1733875200000,\"3301\":1733875200000,\"3302\":1733875200000,\"3303\":1733875200000,\"3304\":1733875200000,\"3305\":1733875200000,\"3306\":1733875200000,\"3307\":1733875200000,\"3308\":1733875200000,\"3309\":1733875200000,\"3310\":1733875200000,\"3311\":1733875200000,\"3312\":1733875200000,\"3313\":1733875200000,\"3314\":1733875200000,\"3315\":1733875200000,\"3316\":1733875200000,\"3317\":1733875200000,\"3318\":1733875200000,\"3319\":1733875200000,\"3320\":1733875200000,\"3321\":1733875200000,\"3322\":1733875200000,\"3323\":1733875200000,\"3324\":1733875200000,\"3325\":1733875200000,\"3326\":1733875200000,\"3327\":1733875200000,\"3328\":1733875200000,\"3329\":1733875200000,\"3330\":1733875200000,\"3331\":1733875200000,\"3332\":1733875200000,\"3333\":1733875200000,\"3334\":1733875200000,\"3335\":1733875200000,\"3336\":1733875200000,\"3337\":1733875200000,\"3338\":1733875200000,\"3339\":1733875200000,\"3340\":1733875200000,\"3341\":1733875200000,\"3342\":1733875200000,\"3343\":1733875200000,\"3344\":1733875200000,\"3345\":1733875200000,\"3346\":1733875200000,\"3347\":1733875200000,\"3348\":1733875200000,\"3349\":1733875200000,\"3350\":1733875200000,\"3351\":1733875200000,\"3352\":1733875200000,\"3353\":1733875200000,\"3354\":1733875200000,\"3355\":1733875200000,\"3356\":1733875200000,\"3357\":1733875200000,\"3358\":1733961600000,\"3359\":1733961600000,\"3360\":1733961600000,\"3361\":1733961600000,\"3362\":1733961600000,\"3363\":1733961600000,\"3364\":1733961600000,\"3365\":1733961600000,\"3366\":1733961600000,\"3367\":1733961600000,\"3368\":1733961600000,\"3369\":1733961600000,\"3370\":1733961600000,\"3371\":1733961600000,\"3372\":1733961600000,\"3373\":1733961600000,\"3374\":1733961600000,\"3375\":1733961600000,\"3376\":1733961600000,\"3377\":1733961600000,\"3378\":1733961600000,\"3379\":1733961600000,\"3380\":1733961600000,\"3381\":1733961600000,\"3382\":1733961600000,\"3383\":1733961600000,\"3384\":1733961600000,\"3385\":1733961600000,\"3386\":1733961600000,\"3387\":1733961600000,\"3388\":1733961600000,\"3389\":1733961600000,\"3390\":1733961600000,\"3391\":1733961600000,\"3392\":1733961600000,\"3393\":1733961600000,\"3394\":1733961600000,\"3395\":1733961600000,\"3396\":1733961600000,\"3397\":1733961600000,\"3398\":1733961600000,\"3399\":1733961600000,\"3400\":1733961600000,\"3401\":1733961600000,\"3402\":1733961600000,\"3403\":1733961600000,\"3404\":1733961600000,\"3405\":1733961600000,\"3406\":1733961600000,\"3407\":1733961600000,\"3408\":1733961600000,\"3409\":1733961600000,\"3410\":1733961600000,\"3411\":1733961600000,\"3412\":1733961600000,\"3413\":1733961600000,\"3414\":1733961600000,\"3415\":1733961600000,\"3416\":1733961600000,\"3417\":1733961600000,\"3418\":1733961600000,\"3419\":1733961600000,\"3420\":1733961600000,\"3421\":1733961600000,\"3422\":1733961600000,\"3423\":1733961600000,\"3424\":1733961600000,\"3425\":1733961600000,\"3426\":1733961600000,\"3427\":1733961600000,\"3428\":1733961600000,\"3429\":1733961600000,\"3430\":1733961600000,\"3431\":1733961600000,\"3432\":1733961600000,\"3433\":1733961600000,\"3434\":1733961600000,\"3435\":1733961600000,\"3436\":1733961600000,\"3437\":1733961600000,\"3438\":1733961600000,\"3439\":1733961600000,\"3440\":1733961600000,\"3441\":1733961600000,\"3442\":1733961600000,\"3443\":1733961600000,\"3444\":1733961600000,\"3445\":1733961600000,\"3446\":1733961600000,\"3447\":1733961600000,\"3448\":1733961600000,\"3449\":1733961600000,\"3450\":1733961600000,\"3451\":1733961600000,\"3452\":1733961600000,\"3453\":1733961600000,\"3454\":1733961600000,\"3455\":1733961600000,\"3456\":1733961600000,\"3457\":1733961600000,\"3458\":1733961600000,\"3459\":1733961600000,\"3460\":1733961600000,\"3461\":1733961600000,\"3462\":1733961600000,\"3463\":1733961600000,\"3464\":1733961600000,\"3465\":1733961600000,\"3466\":1733961600000,\"3467\":1733961600000,\"3468\":1733961600000,\"3469\":1733961600000,\"3470\":1733961600000,\"3471\":1733961600000,\"3472\":1733961600000,\"3473\":1733961600000,\"3474\":1733961600000,\"3475\":1733961600000,\"3476\":1733961600000,\"3477\":1733961600000,\"3478\":1733961600000,\"3479\":1733961600000,\"3480\":1733961600000,\"3481\":1733961600000,\"3482\":1733961600000,\"3483\":1733961600000,\"3484\":1733961600000,\"3485\":1733961600000,\"3486\":1733961600000,\"3487\":1733961600000,\"3488\":1733961600000,\"3489\":1733961600000,\"3490\":1733961600000,\"3491\":1733961600000,\"3492\":1733961600000,\"3493\":1733961600000,\"3494\":1733961600000,\"3495\":1733961600000,\"3496\":1733961600000,\"3497\":1733961600000,\"3498\":1733961600000,\"3499\":1733961600000,\"3500\":1733961600000,\"3501\":1733961600000,\"3502\":1733961600000,\"3503\":1733961600000,\"3504\":1733961600000,\"3505\":1733961600000,\"3506\":1733961600000,\"3507\":1733961600000,\"3508\":1733961600000,\"3509\":1733961600000,\"3510\":1733961600000,\"3511\":1733961600000,\"3512\":1733961600000,\"3513\":1733961600000,\"3514\":1733961600000,\"3515\":1733961600000,\"3516\":1733961600000,\"3517\":1733961600000,\"3518\":1733961600000,\"3519\":1733961600000,\"3520\":1733961600000,\"3521\":1733961600000,\"3522\":1733961600000,\"3523\":1733961600000,\"3524\":1733961600000,\"3525\":1733961600000,\"3526\":1733961600000,\"3527\":1733961600000,\"3528\":1733961600000,\"3529\":1733961600000,\"3530\":1733961600000,\"3531\":1733961600000,\"3532\":1733961600000,\"3533\":1733961600000,\"3534\":1733961600000,\"3535\":1733961600000,\"3536\":1733961600000,\"3537\":1733961600000,\"3538\":1733961600000,\"3539\":1733961600000,\"3540\":1733961600000,\"3541\":1733961600000,\"3542\":1733961600000,\"3543\":1733961600000,\"3544\":1733961600000,\"3545\":1733961600000,\"3546\":1733961600000,\"3547\":1733961600000,\"3548\":1733961600000,\"3549\":1733961600000,\"3550\":1733961600000,\"3551\":1733961600000,\"3552\":1733961600000,\"3553\":1733961600000,\"3554\":1733961600000,\"3555\":1733961600000,\"3556\":1733961600000,\"3557\":1733961600000,\"3558\":1733961600000,\"3559\":1733961600000,\"3560\":1733961600000,\"3561\":1733961600000,\"3562\":1733961600000,\"3563\":1733961600000,\"3564\":1733961600000,\"3565\":1733961600000,\"3566\":1733961600000,\"3567\":1733961600000,\"3568\":1733961600000,\"3569\":1733961600000,\"3570\":1733961600000,\"3571\":1733961600000,\"3572\":1733961600000,\"3573\":1733961600000,\"3574\":1733961600000,\"3575\":1733961600000,\"3576\":1733961600000,\"3577\":1733961600000,\"3578\":1733961600000,\"3579\":1733961600000,\"3580\":1733961600000,\"3581\":1733961600000,\"3582\":1733961600000,\"3583\":1733961600000,\"3584\":1733961600000,\"3585\":1733961600000,\"3586\":1733961600000,\"3587\":1733961600000,\"3588\":1733961600000,\"3589\":1733961600000,\"3590\":1733961600000,\"3591\":1733961600000,\"3592\":1733961600000,\"3593\":1733961600000,\"3594\":1733961600000,\"3595\":1733961600000,\"3596\":1733961600000,\"3597\":1733961600000,\"3598\":1733961600000,\"3599\":1733961600000,\"3600\":1733961600000,\"3601\":1733961600000,\"3602\":1733961600000,\"3603\":1733961600000,\"3604\":1733961600000,\"3605\":1733961600000,\"3606\":1733961600000,\"3607\":1733961600000,\"3608\":1733961600000,\"3609\":1733961600000,\"3610\":1733961600000,\"3611\":1733961600000,\"3612\":1733961600000,\"3613\":1733961600000,\"3614\":1733961600000,\"3615\":1733961600000,\"3616\":1733961600000,\"3617\":1733961600000,\"3618\":1733961600000,\"3619\":1733961600000,\"3620\":1733961600000,\"3621\":1733961600000,\"3622\":1733961600000,\"3623\":1733961600000,\"3624\":1733961600000,\"3625\":1733961600000,\"3626\":1733961600000,\"3627\":1733961600000,\"3628\":1733961600000,\"3629\":1733961600000,\"3630\":1733961600000,\"3631\":1733961600000,\"3632\":1733961600000,\"3633\":1733961600000,\"3634\":1733961600000,\"3635\":1733961600000,\"3636\":1733961600000,\"3637\":1733961600000,\"3638\":1733961600000,\"3639\":1733961600000,\"3640\":1733961600000,\"3641\":1733961600000,\"3642\":1733961600000,\"3643\":1733961600000,\"3644\":1733961600000,\"3645\":1733961600000,\"3646\":1733961600000,\"3647\":1733961600000,\"3648\":1733961600000,\"3649\":1733961600000,\"3650\":1733961600000,\"3651\":1733961600000,\"3652\":1733961600000,\"3653\":1733961600000,\"3654\":1733961600000,\"3655\":1733961600000,\"3656\":1733961600000,\"3657\":1733961600000,\"3658\":1733961600000,\"3659\":1733961600000,\"3660\":1733961600000,\"3661\":1733961600000,\"3662\":1733961600000,\"3663\":1733961600000,\"3664\":1733961600000,\"3665\":1733961600000,\"3666\":1733961600000,\"3667\":1733961600000,\"3668\":1733961600000,\"3669\":1733961600000,\"3670\":1733961600000,\"3671\":1733961600000,\"3672\":1733961600000,\"3673\":1733961600000,\"3674\":1733961600000,\"3675\":1734048000000,\"3676\":1734048000000,\"3677\":1734048000000,\"3678\":1734048000000,\"3679\":1734048000000,\"3680\":1734048000000,\"3681\":1734048000000,\"3682\":1734048000000,\"3683\":1734048000000,\"3684\":1734048000000,\"3685\":1734048000000,\"3686\":1734048000000,\"3687\":1734048000000,\"3688\":1734048000000,\"3689\":1734048000000,\"3690\":1734048000000,\"3691\":1734048000000,\"3692\":1734048000000,\"3693\":1734048000000,\"3694\":1734048000000,\"3695\":1734048000000,\"3696\":1734048000000,\"3697\":1734048000000,\"3698\":1734048000000,\"3699\":1734048000000,\"3700\":1734048000000,\"3701\":1734048000000,\"3702\":1734048000000,\"3703\":1734048000000,\"3704\":1734048000000,\"3705\":1734048000000,\"3706\":1734048000000,\"3707\":1734048000000,\"3708\":1734048000000,\"3709\":1734048000000,\"3710\":1734048000000,\"3711\":1734048000000,\"3712\":1734048000000,\"3713\":1734048000000,\"3714\":1734048000000,\"3715\":1734048000000,\"3716\":1734048000000,\"3717\":1734048000000,\"3718\":1734048000000,\"3719\":1734048000000,\"3720\":1734048000000,\"3721\":1734048000000,\"3722\":1734048000000,\"3723\":1734048000000,\"3724\":1734048000000,\"3725\":1734048000000,\"3726\":1734048000000,\"3727\":1734048000000,\"3728\":1734048000000,\"3729\":1734048000000,\"3730\":1734048000000,\"3731\":1734048000000,\"3732\":1734048000000,\"3733\":1734048000000,\"3734\":1734048000000,\"3735\":1734048000000,\"3736\":1734048000000,\"3737\":1734048000000,\"3738\":1734048000000,\"3739\":1734048000000,\"3740\":1734048000000,\"3741\":1734048000000,\"3742\":1734048000000,\"3743\":1734048000000,\"3744\":1734048000000,\"3745\":1734048000000,\"3746\":1734048000000,\"3747\":1734048000000,\"3748\":1734048000000,\"3749\":1734048000000,\"3750\":1734048000000,\"3751\":1734048000000,\"3752\":1734048000000,\"3753\":1734048000000,\"3754\":1734048000000,\"3755\":1734048000000,\"3756\":1734048000000,\"3757\":1734048000000,\"3758\":1734048000000,\"3759\":1734048000000,\"3760\":1734048000000,\"3761\":1734048000000,\"3762\":1734048000000,\"3763\":1734048000000,\"3764\":1734048000000,\"3765\":1734048000000,\"3766\":1734048000000,\"3767\":1734048000000,\"3768\":1734048000000,\"3769\":1734048000000,\"3770\":1734048000000,\"3771\":1734048000000,\"3772\":1734048000000,\"3773\":1734048000000,\"3774\":1734048000000,\"3775\":1734048000000,\"3776\":1734048000000,\"3777\":1734048000000,\"3778\":1734048000000,\"3779\":1734048000000,\"3780\":1734048000000,\"3781\":1734048000000,\"3782\":1734048000000,\"3783\":1734048000000,\"3784\":1734048000000,\"3785\":1734048000000,\"3786\":1734048000000,\"3787\":1734048000000,\"3788\":1734048000000,\"3789\":1734048000000,\"3790\":1734048000000,\"3791\":1734048000000,\"3792\":1734048000000,\"3793\":1734048000000,\"3794\":1734048000000,\"3795\":1734048000000,\"3796\":1734048000000,\"3797\":1734048000000,\"3798\":1734048000000,\"3799\":1734048000000,\"3800\":1734048000000,\"3801\":1734048000000,\"3802\":1734048000000,\"3803\":1734048000000,\"3804\":1734048000000,\"3805\":1734048000000,\"3806\":1734048000000,\"3807\":1734048000000,\"3808\":1734048000000,\"3809\":1734048000000,\"3810\":1734048000000,\"3811\":1734048000000,\"3812\":1734048000000,\"3813\":1734048000000,\"3814\":1734048000000,\"3815\":1734048000000,\"3816\":1734048000000,\"3817\":1734048000000,\"3818\":1734048000000,\"3819\":1734048000000,\"3820\":1734048000000,\"3821\":1734048000000,\"3822\":1734048000000,\"3823\":1734048000000,\"3824\":1734048000000,\"3825\":1734048000000,\"3826\":1734048000000,\"3827\":1734048000000,\"3828\":1734048000000,\"3829\":1734048000000,\"3830\":1734048000000,\"3831\":1734048000000,\"3832\":1734048000000,\"3833\":1734048000000,\"3834\":1734048000000,\"3835\":1734048000000,\"3836\":1734048000000,\"3837\":1734048000000,\"3838\":1734048000000,\"3839\":1734048000000,\"3840\":1734048000000,\"3841\":1734048000000,\"3842\":1734048000000,\"3843\":1734048000000,\"3844\":1734048000000,\"3845\":1734048000000,\"3846\":1734048000000,\"3847\":1734048000000,\"3848\":1734048000000,\"3849\":1734048000000,\"3850\":1734048000000,\"3851\":1734048000000,\"3852\":1734048000000,\"3853\":1734048000000,\"3854\":1734048000000,\"3855\":1734048000000,\"3856\":1734048000000,\"3857\":1734048000000,\"3858\":1734048000000,\"3859\":1734048000000,\"3860\":1734048000000,\"3861\":1734048000000,\"3862\":1734048000000,\"3863\":1734048000000,\"3864\":1734048000000,\"3865\":1734048000000,\"3866\":1734048000000,\"3867\":1734048000000,\"3868\":1734048000000,\"3869\":1734048000000,\"3870\":1734048000000,\"3871\":1734048000000,\"3872\":1734048000000,\"3873\":1734048000000,\"3874\":1734048000000,\"3875\":1734048000000,\"3876\":1734048000000,\"3877\":1734048000000,\"3878\":1734048000000,\"3879\":1734048000000,\"3880\":1734048000000,\"3881\":1734048000000,\"3882\":1734048000000,\"3883\":1734048000000,\"3884\":1734048000000,\"3885\":1734048000000,\"3886\":1734048000000,\"3887\":1734048000000,\"3888\":1734048000000,\"3889\":1734048000000,\"3890\":1734048000000,\"3891\":1734048000000,\"3892\":1734048000000,\"3893\":1734048000000,\"3894\":1734048000000,\"3895\":1734048000000,\"3896\":1734048000000,\"3897\":1734048000000,\"3898\":1734048000000,\"3899\":1734048000000,\"3900\":1734048000000,\"3901\":1734048000000,\"3902\":1734048000000,\"3903\":1734048000000,\"3904\":1734048000000,\"3905\":1734048000000,\"3906\":1734048000000,\"3907\":1734048000000,\"3908\":1734048000000,\"3909\":1734048000000,\"3910\":1734048000000,\"3911\":1734048000000,\"3912\":1734048000000,\"3913\":1734048000000,\"3914\":1734048000000,\"3915\":1734048000000,\"3916\":1734048000000,\"3917\":1734048000000,\"3918\":1734048000000,\"3919\":1734048000000,\"3920\":1734048000000,\"3921\":1734048000000,\"3922\":1734048000000,\"3923\":1734048000000,\"3924\":1734048000000,\"3925\":1734048000000,\"3926\":1734048000000,\"3927\":1734048000000,\"3928\":1734048000000,\"3929\":1734048000000,\"3930\":1734048000000,\"3931\":1734048000000,\"3932\":1734048000000,\"3933\":1734048000000,\"3934\":1734048000000,\"3935\":1734048000000,\"3936\":1734048000000,\"3937\":1734048000000,\"3938\":1734048000000,\"3939\":1734048000000,\"3940\":1734048000000,\"3941\":1734048000000,\"3942\":1734048000000,\"3943\":1734048000000,\"3944\":1734048000000,\"3945\":1734048000000,\"3946\":1734048000000,\"3947\":1734048000000,\"3948\":1734048000000,\"3949\":1734048000000,\"3950\":1734048000000,\"3951\":1734048000000,\"3952\":1734048000000,\"3953\":1734048000000,\"3954\":1734048000000,\"3955\":1734048000000,\"3956\":1734048000000,\"3957\":1734048000000,\"3958\":1734048000000,\"3959\":1734048000000,\"3960\":1734048000000,\"3961\":1734048000000,\"3962\":1734048000000,\"3963\":1734048000000,\"3964\":1734048000000,\"3965\":1734048000000,\"3966\":1734048000000,\"3967\":1734048000000,\"3968\":1734048000000,\"3969\":1734048000000,\"3970\":1734048000000,\"3971\":1734048000000,\"3972\":1734048000000,\"3973\":1734048000000,\"3974\":1734048000000,\"3975\":1734048000000,\"3976\":1734048000000,\"3977\":1734048000000,\"3978\":1734048000000,\"3979\":1734048000000,\"3980\":1734048000000,\"3981\":1734048000000,\"3982\":1734048000000,\"3983\":1734048000000,\"3984\":1734048000000,\"3985\":1734048000000,\"3986\":1734048000000,\"3987\":1734048000000,\"3988\":1734048000000,\"3989\":1734048000000,\"3990\":1734134400000,\"3991\":1734134400000,\"3992\":1734134400000,\"3993\":1734134400000,\"3994\":1734134400000,\"3995\":1734134400000,\"3996\":1734134400000,\"3997\":1734134400000,\"3998\":1734134400000,\"3999\":1734134400000,\"4000\":1734134400000,\"4001\":1734134400000,\"4002\":1734134400000,\"4003\":1734134400000,\"4004\":1734134400000,\"4005\":1734134400000,\"4006\":1734134400000,\"4007\":1734134400000,\"4008\":1734134400000,\"4009\":1734134400000,\"4010\":1734134400000,\"4011\":1734134400000,\"4012\":1734134400000,\"4013\":1734134400000,\"4014\":1734134400000,\"4015\":1734134400000,\"4016\":1734134400000,\"4017\":1734134400000,\"4018\":1734134400000,\"4019\":1734134400000,\"4020\":1734134400000,\"4021\":1734134400000,\"4022\":1734134400000,\"4023\":1734134400000,\"4024\":1734134400000,\"4025\":1734134400000,\"4026\":1734134400000,\"4027\":1734134400000,\"4028\":1734134400000,\"4029\":1734134400000,\"4030\":1734134400000,\"4031\":1734134400000,\"4032\":1734134400000,\"4033\":1734134400000,\"4034\":1734134400000,\"4035\":1734134400000,\"4036\":1734134400000,\"4037\":1734134400000,\"4038\":1734134400000,\"4039\":1734134400000,\"4040\":1734134400000,\"4041\":1734134400000,\"4042\":1734134400000,\"4043\":1734134400000,\"4044\":1734134400000,\"4045\":1734134400000,\"4046\":1734134400000,\"4047\":1734134400000,\"4048\":1734134400000,\"4049\":1734134400000,\"4050\":1734134400000,\"4051\":1734134400000,\"4052\":1734134400000,\"4053\":1734134400000,\"4054\":1734134400000,\"4055\":1734134400000,\"4056\":1734134400000,\"4057\":1734134400000,\"4058\":1734134400000,\"4059\":1734134400000,\"4060\":1734134400000,\"4061\":1734134400000,\"4062\":1734134400000,\"4063\":1734134400000,\"4064\":1734134400000,\"4065\":1734134400000,\"4066\":1734134400000,\"4067\":1734134400000,\"4068\":1734134400000,\"4069\":1734134400000,\"4070\":1734134400000,\"4071\":1734134400000,\"4072\":1734134400000,\"4073\":1734134400000,\"4074\":1734134400000,\"4075\":1734134400000,\"4076\":1734134400000,\"4077\":1734134400000,\"4078\":1734134400000,\"4079\":1734134400000,\"4080\":1734134400000,\"4081\":1734134400000,\"4082\":1734134400000,\"4083\":1734134400000,\"4084\":1734134400000,\"4085\":1734134400000,\"4086\":1734134400000,\"4087\":1734134400000,\"4088\":1734134400000,\"4089\":1734134400000,\"4090\":1734134400000,\"4091\":1734134400000,\"4092\":1734134400000,\"4093\":1734134400000,\"4094\":1734134400000,\"4095\":1734134400000,\"4096\":1734134400000,\"4097\":1734134400000,\"4098\":1734134400000,\"4099\":1734134400000,\"4100\":1734134400000,\"4101\":1734134400000,\"4102\":1734134400000,\"4103\":1734134400000,\"4104\":1734134400000,\"4105\":1734134400000,\"4106\":1734134400000,\"4107\":1734134400000,\"4108\":1734134400000,\"4109\":1734134400000,\"4110\":1734134400000,\"4111\":1734134400000,\"4112\":1734134400000,\"4113\":1734134400000,\"4114\":1734134400000,\"4115\":1734134400000,\"4116\":1734134400000,\"4117\":1734134400000,\"4118\":1734134400000,\"4119\":1734134400000,\"4120\":1734134400000,\"4121\":1734134400000,\"4122\":1734134400000,\"4123\":1734134400000,\"4124\":1734134400000,\"4125\":1734134400000,\"4126\":1734134400000,\"4127\":1734134400000,\"4128\":1734134400000,\"4129\":1734134400000,\"4130\":1734134400000,\"4131\":1734134400000,\"4132\":1734134400000,\"4133\":1734134400000,\"4134\":1734134400000,\"4135\":1734134400000,\"4136\":1734134400000,\"4137\":1734134400000,\"4138\":1734134400000,\"4139\":1734134400000,\"4140\":1734134400000,\"4141\":1734134400000,\"4142\":1734134400000,\"4143\":1734134400000,\"4144\":1734134400000,\"4145\":1734134400000,\"4146\":1734134400000,\"4147\":1734134400000,\"4148\":1734134400000,\"4149\":1734134400000,\"4150\":1734134400000,\"4151\":1734134400000,\"4152\":1734134400000,\"4153\":1734134400000,\"4154\":1734134400000,\"4155\":1734134400000,\"4156\":1734134400000,\"4157\":1734134400000,\"4158\":1734134400000,\"4159\":1734134400000,\"4160\":1734134400000,\"4161\":1734134400000,\"4162\":1734134400000,\"4163\":1734134400000,\"4164\":1734134400000,\"4165\":1734134400000,\"4166\":1734134400000,\"4167\":1734134400000,\"4168\":1734134400000,\"4169\":1734134400000,\"4170\":1734134400000,\"4171\":1734134400000,\"4172\":1734134400000,\"4173\":1734134400000,\"4174\":1734134400000,\"4175\":1734134400000,\"4176\":1734134400000,\"4177\":1734134400000,\"4178\":1734134400000,\"4179\":1734134400000,\"4180\":1734134400000,\"4181\":1734134400000,\"4182\":1734134400000,\"4183\":1734134400000,\"4184\":1734134400000,\"4185\":1734134400000,\"4186\":1734134400000,\"4187\":1734134400000,\"4188\":1734134400000,\"4189\":1734134400000,\"4190\":1734134400000,\"4191\":1734134400000,\"4192\":1734134400000,\"4193\":1734134400000,\"4194\":1734134400000,\"4195\":1734134400000,\"4196\":1734134400000,\"4197\":1734134400000,\"4198\":1734134400000,\"4199\":1734134400000,\"4200\":1734134400000,\"4201\":1734134400000,\"4202\":1734134400000,\"4203\":1734134400000,\"4204\":1734134400000,\"4205\":1734134400000,\"4206\":1734134400000,\"4207\":1734134400000,\"4208\":1734134400000,\"4209\":1734134400000,\"4210\":1734134400000,\"4211\":1734134400000,\"4212\":1734134400000,\"4213\":1734134400000,\"4214\":1734134400000,\"4215\":1734134400000,\"4216\":1734134400000,\"4217\":1734134400000,\"4218\":1734134400000,\"4219\":1734134400000,\"4220\":1734134400000,\"4221\":1734134400000,\"4222\":1734134400000,\"4223\":1734134400000,\"4224\":1734134400000,\"4225\":1734134400000,\"4226\":1734134400000,\"4227\":1734134400000,\"4228\":1734134400000,\"4229\":1734134400000,\"4230\":1734134400000,\"4231\":1734134400000,\"4232\":1734134400000,\"4233\":1734134400000,\"4234\":1734134400000,\"4235\":1734134400000,\"4236\":1734134400000,\"4237\":1734134400000,\"4238\":1734134400000,\"4239\":1734134400000,\"4240\":1734134400000,\"4241\":1734134400000,\"4242\":1734134400000,\"4243\":1734134400000,\"4244\":1734134400000,\"4245\":1734134400000,\"4246\":1734134400000,\"4247\":1734134400000,\"4248\":1734134400000,\"4249\":1734134400000,\"4250\":1734134400000,\"4251\":1734134400000,\"4252\":1734134400000,\"4253\":1734134400000,\"4254\":1734134400000,\"4255\":1734134400000,\"4256\":1734134400000,\"4257\":1734134400000,\"4258\":1734134400000,\"4259\":1734134400000,\"4260\":1734134400000,\"4261\":1734134400000,\"4262\":1734134400000,\"4263\":1734134400000,\"4264\":1734134400000,\"4265\":1734134400000,\"4266\":1734134400000,\"4267\":1734134400000,\"4268\":1734134400000,\"4269\":1734134400000,\"4270\":1734134400000,\"4271\":1734134400000,\"4272\":1734134400000,\"4273\":1734134400000,\"4274\":1734134400000,\"4275\":1734134400000,\"4276\":1734134400000,\"4277\":1734134400000,\"4278\":1734134400000,\"4279\":1734134400000,\"4280\":1734134400000,\"4281\":1734134400000,\"4282\":1734134400000,\"4283\":1734134400000,\"4284\":1734134400000,\"4285\":1734134400000,\"4286\":1734134400000,\"4287\":1734134400000,\"4288\":1734134400000,\"4289\":1734134400000,\"4290\":1734134400000,\"4291\":1734134400000,\"4292\":1734134400000,\"4293\":1734134400000,\"4294\":1734134400000,\"4295\":1734134400000,\"4296\":1734134400000,\"4297\":1734134400000,\"4298\":1734134400000,\"4299\":1734134400000,\"4300\":1734134400000,\"4301\":1734134400000,\"4302\":1734134400000,\"4303\":1734134400000,\"4304\":1734134400000,\"4305\":1734134400000,\"4306\":1734134400000,\"4307\":1734220800000,\"4308\":1734220800000,\"4309\":1734220800000,\"4310\":1734220800000,\"4311\":1734220800000,\"4312\":1734220800000,\"4313\":1734220800000,\"4314\":1734220800000,\"4315\":1734220800000,\"4316\":1734220800000,\"4317\":1734220800000,\"4318\":1734220800000,\"4319\":1734220800000,\"4320\":1734220800000,\"4321\":1734220800000,\"4322\":1734220800000,\"4323\":1734220800000,\"4324\":1734220800000,\"4325\":1734220800000,\"4326\":1734220800000,\"4327\":1734220800000,\"4328\":1734220800000,\"4329\":1734220800000,\"4330\":1734220800000,\"4331\":1734220800000,\"4332\":1734220800000,\"4333\":1734220800000,\"4334\":1734220800000,\"4335\":1734220800000,\"4336\":1734220800000,\"4337\":1734220800000,\"4338\":1734220800000,\"4339\":1734220800000,\"4340\":1734220800000,\"4341\":1734220800000,\"4342\":1734220800000,\"4343\":1734220800000,\"4344\":1734220800000,\"4345\":1734220800000,\"4346\":1734220800000,\"4347\":1734220800000,\"4348\":1734220800000,\"4349\":1734220800000,\"4350\":1734220800000,\"4351\":1734220800000,\"4352\":1734220800000,\"4353\":1734220800000,\"4354\":1734220800000,\"4355\":1734220800000,\"4356\":1734220800000,\"4357\":1734220800000,\"4358\":1734220800000,\"4359\":1734220800000,\"4360\":1734220800000,\"4361\":1734220800000,\"4362\":1734220800000,\"4363\":1734220800000,\"4364\":1734220800000,\"4365\":1734220800000,\"4366\":1734220800000,\"4367\":1734220800000,\"4368\":1734220800000,\"4369\":1734220800000,\"4370\":1734220800000,\"4371\":1734220800000,\"4372\":1734220800000,\"4373\":1734220800000,\"4374\":1734220800000,\"4375\":1734220800000,\"4376\":1734220800000,\"4377\":1734220800000,\"4378\":1734220800000,\"4379\":1734220800000,\"4380\":1734220800000,\"4381\":1734220800000,\"4382\":1734220800000,\"4383\":1734220800000,\"4384\":1734220800000,\"4385\":1734220800000,\"4386\":1734220800000,\"4387\":1734220800000,\"4388\":1734220800000,\"4389\":1734220800000,\"4390\":1734220800000,\"4391\":1734220800000,\"4392\":1734220800000,\"4393\":1734220800000,\"4394\":1734220800000,\"4395\":1734220800000,\"4396\":1734220800000,\"4397\":1734220800000,\"4398\":1734220800000,\"4399\":1734220800000,\"4400\":1734220800000,\"4401\":1734220800000,\"4402\":1734220800000,\"4403\":1734220800000,\"4404\":1734220800000,\"4405\":1734220800000,\"4406\":1734220800000,\"4407\":1734220800000,\"4408\":1734220800000,\"4409\":1734220800000,\"4410\":1734220800000,\"4411\":1734220800000,\"4412\":1734220800000,\"4413\":1734220800000,\"4414\":1734220800000,\"4415\":1734220800000,\"4416\":1734220800000,\"4417\":1734220800000,\"4418\":1734220800000,\"4419\":1734220800000,\"4420\":1734220800000,\"4421\":1734220800000,\"4422\":1734220800000,\"4423\":1734220800000,\"4424\":1734220800000,\"4425\":1734220800000,\"4426\":1734220800000,\"4427\":1734220800000,\"4428\":1734220800000,\"4429\":1734220800000,\"4430\":1734220800000,\"4431\":1734220800000,\"4432\":1734220800000,\"4433\":1734220800000,\"4434\":1734220800000,\"4435\":1734220800000,\"4436\":1734220800000,\"4437\":1734220800000,\"4438\":1734220800000,\"4439\":1734220800000,\"4440\":1734220800000,\"4441\":1734220800000,\"4442\":1734220800000,\"4443\":1734220800000,\"4444\":1734220800000,\"4445\":1734220800000,\"4446\":1734220800000,\"4447\":1734220800000,\"4448\":1734220800000,\"4449\":1734220800000,\"4450\":1734220800000,\"4451\":1734220800000,\"4452\":1734220800000,\"4453\":1734220800000,\"4454\":1734220800000,\"4455\":1734220800000,\"4456\":1734220800000,\"4457\":1734220800000,\"4458\":1734220800000,\"4459\":1734220800000,\"4460\":1734220800000,\"4461\":1734220800000,\"4462\":1734220800000,\"4463\":1734220800000,\"4464\":1734220800000,\"4465\":1734220800000,\"4466\":1734220800000,\"4467\":1734220800000,\"4468\":1734220800000,\"4469\":1734220800000,\"4470\":1734220800000,\"4471\":1734220800000,\"4472\":1734220800000,\"4473\":1734220800000,\"4474\":1734220800000,\"4475\":1734220800000,\"4476\":1734220800000,\"4477\":1734220800000,\"4478\":1734220800000,\"4479\":1734220800000,\"4480\":1734220800000,\"4481\":1734220800000,\"4482\":1734220800000,\"4483\":1734220800000,\"4484\":1734220800000,\"4485\":1734220800000,\"4486\":1734220800000,\"4487\":1734220800000,\"4488\":1734220800000,\"4489\":1734220800000,\"4490\":1734220800000,\"4491\":1734220800000,\"4492\":1734220800000,\"4493\":1734220800000,\"4494\":1734220800000,\"4495\":1734220800000,\"4496\":1734220800000,\"4497\":1734220800000,\"4498\":1734220800000,\"4499\":1734220800000,\"4500\":1734220800000,\"4501\":1734220800000,\"4502\":1734220800000,\"4503\":1734220800000,\"4504\":1734220800000,\"4505\":1734220800000,\"4506\":1734220800000,\"4507\":1734220800000,\"4508\":1734220800000,\"4509\":1734220800000,\"4510\":1734220800000,\"4511\":1734220800000,\"4512\":1734220800000,\"4513\":1734220800000,\"4514\":1734220800000,\"4515\":1734220800000,\"4516\":1734220800000,\"4517\":1734220800000,\"4518\":1734220800000,\"4519\":1734220800000,\"4520\":1734220800000,\"4521\":1734220800000,\"4522\":1734220800000,\"4523\":1734220800000,\"4524\":1734220800000,\"4525\":1734220800000,\"4526\":1734220800000,\"4527\":1734220800000,\"4528\":1734220800000,\"4529\":1734220800000,\"4530\":1734220800000,\"4531\":1734220800000,\"4532\":1734220800000,\"4533\":1734220800000,\"4534\":1734220800000,\"4535\":1734220800000,\"4536\":1734220800000,\"4537\":1734220800000,\"4538\":1734220800000,\"4539\":1734220800000,\"4540\":1734220800000,\"4541\":1734220800000,\"4542\":1734220800000,\"4543\":1734220800000,\"4544\":1734220800000,\"4545\":1734220800000,\"4546\":1734220800000,\"4547\":1734220800000,\"4548\":1734220800000,\"4549\":1734220800000,\"4550\":1734220800000,\"4551\":1734220800000,\"4552\":1734220800000,\"4553\":1734220800000,\"4554\":1734220800000,\"4555\":1734220800000,\"4556\":1734220800000,\"4557\":1734220800000,\"4558\":1734220800000,\"4559\":1734220800000,\"4560\":1734220800000,\"4561\":1734220800000,\"4562\":1734220800000,\"4563\":1734220800000,\"4564\":1734220800000,\"4565\":1734220800000,\"4566\":1734220800000,\"4567\":1734220800000,\"4568\":1734220800000,\"4569\":1734220800000,\"4570\":1734220800000,\"4571\":1734220800000,\"4572\":1734220800000,\"4573\":1734220800000,\"4574\":1734220800000,\"4575\":1734220800000,\"4576\":1734220800000,\"4577\":1734220800000,\"4578\":1734220800000,\"4579\":1734220800000,\"4580\":1734220800000,\"4581\":1734220800000,\"4582\":1734220800000,\"4583\":1734220800000,\"4584\":1734220800000,\"4585\":1734220800000,\"4586\":1734220800000,\"4587\":1734220800000,\"4588\":1734220800000,\"4589\":1734220800000,\"4590\":1734220800000,\"4591\":1734220800000,\"4592\":1734220800000,\"4593\":1734220800000,\"4594\":1734220800000,\"4595\":1734220800000,\"4596\":1734220800000,\"4597\":1734220800000,\"4598\":1734220800000,\"4599\":1734220800000,\"4600\":1734220800000,\"4601\":1734220800000,\"4602\":1734220800000,\"4603\":1734220800000,\"4604\":1734220800000,\"4605\":1734220800000,\"4606\":1734220800000,\"4607\":1734220800000,\"4608\":1734220800000,\"4609\":1734220800000,\"4610\":1734220800000,\"4611\":1734220800000,\"4612\":1734220800000,\"4613\":1734220800000,\"4614\":1734220800000,\"4615\":1734220800000,\"4616\":1734220800000,\"4617\":1734220800000,\"4618\":1734220800000,\"4619\":1734220800000,\"4620\":1734220800000,\"4621\":1734220800000,\"4622\":1734220800000,\"4623\":1734307200000,\"4624\":1734307200000,\"4625\":1734307200000,\"4626\":1734307200000,\"4627\":1734307200000,\"4628\":1734307200000,\"4629\":1734307200000,\"4630\":1734307200000,\"4631\":1734307200000,\"4632\":1734307200000,\"4633\":1734307200000,\"4634\":1734307200000,\"4635\":1734307200000,\"4636\":1734307200000,\"4637\":1734307200000,\"4638\":1734307200000,\"4639\":1734307200000,\"4640\":1734307200000,\"4641\":1734307200000,\"4642\":1734307200000,\"4643\":1734307200000,\"4644\":1734307200000,\"4645\":1734307200000,\"4646\":1734307200000,\"4647\":1734307200000,\"4648\":1734307200000,\"4649\":1734307200000,\"4650\":1734307200000,\"4651\":1734307200000,\"4652\":1734307200000,\"4653\":1734307200000,\"4654\":1734307200000,\"4655\":1734307200000,\"4656\":1734307200000,\"4657\":1734307200000,\"4658\":1734307200000,\"4659\":1734307200000,\"4660\":1734307200000,\"4661\":1734307200000,\"4662\":1734307200000,\"4663\":1734307200000,\"4664\":1734307200000,\"4665\":1734307200000,\"4666\":1734307200000,\"4667\":1734307200000,\"4668\":1734307200000,\"4669\":1734307200000,\"4670\":1734307200000,\"4671\":1734307200000,\"4672\":1734307200000,\"4673\":1734307200000,\"4674\":1734307200000,\"4675\":1734307200000,\"4676\":1734307200000,\"4677\":1734307200000,\"4678\":1734307200000,\"4679\":1734307200000,\"4680\":1734307200000,\"4681\":1734307200000,\"4682\":1734307200000,\"4683\":1734307200000,\"4684\":1734307200000,\"4685\":1734307200000,\"4686\":1734307200000,\"4687\":1734307200000,\"4688\":1734307200000,\"4689\":1734307200000,\"4690\":1734307200000,\"4691\":1734307200000,\"4692\":1734307200000,\"4693\":1734307200000,\"4694\":1734307200000,\"4695\":1734307200000,\"4696\":1734307200000,\"4697\":1734307200000,\"4698\":1734307200000,\"4699\":1734307200000,\"4700\":1734307200000,\"4701\":1734307200000,\"4702\":1734307200000,\"4703\":1734307200000,\"4704\":1734307200000,\"4705\":1734307200000,\"4706\":1734307200000,\"4707\":1734307200000,\"4708\":1734307200000,\"4709\":1734307200000,\"4710\":1734307200000,\"4711\":1734307200000,\"4712\":1734307200000,\"4713\":1734307200000,\"4714\":1734307200000,\"4715\":1734307200000,\"4716\":1734307200000,\"4717\":1734307200000,\"4718\":1734307200000,\"4719\":1734307200000,\"4720\":1734307200000,\"4721\":1734307200000,\"4722\":1734307200000,\"4723\":1734307200000,\"4724\":1734307200000,\"4725\":1734307200000,\"4726\":1734307200000,\"4727\":1734307200000,\"4728\":1734307200000,\"4729\":1734307200000,\"4730\":1734307200000,\"4731\":1734307200000,\"4732\":1734307200000,\"4733\":1734307200000,\"4734\":1734307200000,\"4735\":1734307200000,\"4736\":1734307200000,\"4737\":1734307200000,\"4738\":1734307200000,\"4739\":1734307200000,\"4740\":1734307200000,\"4741\":1734307200000,\"4742\":1734307200000,\"4743\":1734307200000,\"4744\":1734307200000,\"4745\":1734307200000,\"4746\":1734307200000,\"4747\":1734307200000,\"4748\":1734307200000,\"4749\":1734307200000,\"4750\":1734307200000,\"4751\":1734307200000,\"4752\":1734307200000,\"4753\":1734307200000,\"4754\":1734307200000,\"4755\":1734307200000,\"4756\":1734307200000,\"4757\":1734307200000,\"4758\":1734307200000,\"4759\":1734307200000,\"4760\":1734307200000,\"4761\":1734307200000,\"4762\":1734307200000,\"4763\":1734307200000,\"4764\":1734307200000,\"4765\":1734307200000,\"4766\":1734307200000,\"4767\":1734307200000,\"4768\":1734307200000,\"4769\":1734307200000,\"4770\":1734307200000,\"4771\":1734307200000,\"4772\":1734307200000,\"4773\":1734307200000,\"4774\":1734307200000,\"4775\":1734307200000,\"4776\":1734307200000,\"4777\":1734307200000,\"4778\":1734307200000,\"4779\":1734307200000,\"4780\":1734307200000,\"4781\":1734307200000,\"4782\":1734307200000,\"4783\":1734307200000,\"4784\":1734307200000,\"4785\":1734307200000,\"4786\":1734307200000,\"4787\":1734307200000,\"4788\":1734307200000,\"4789\":1734307200000,\"4790\":1734307200000,\"4791\":1734307200000,\"4792\":1734307200000,\"4793\":1734307200000,\"4794\":1734307200000,\"4795\":1734307200000,\"4796\":1734307200000,\"4797\":1734307200000,\"4798\":1734307200000,\"4799\":1734307200000,\"4800\":1734307200000,\"4801\":1734307200000,\"4802\":1734307200000,\"4803\":1734307200000,\"4804\":1734307200000,\"4805\":1734307200000,\"4806\":1734307200000,\"4807\":1734307200000,\"4808\":1734307200000,\"4809\":1734307200000,\"4810\":1734307200000,\"4811\":1734307200000,\"4812\":1734307200000,\"4813\":1734307200000,\"4814\":1734307200000,\"4815\":1734307200000,\"4816\":1734307200000,\"4817\":1734307200000,\"4818\":1734307200000,\"4819\":1734307200000,\"4820\":1734307200000,\"4821\":1734307200000,\"4822\":1734307200000,\"4823\":1734307200000,\"4824\":1734307200000,\"4825\":1734307200000,\"4826\":1734307200000,\"4827\":1734307200000,\"4828\":1734307200000,\"4829\":1734307200000,\"4830\":1734307200000,\"4831\":1734307200000,\"4832\":1734307200000,\"4833\":1734307200000,\"4834\":1734307200000,\"4835\":1734307200000,\"4836\":1734307200000,\"4837\":1734307200000,\"4838\":1734307200000,\"4839\":1734307200000,\"4840\":1734307200000,\"4841\":1734307200000,\"4842\":1734307200000,\"4843\":1734307200000,\"4844\":1734307200000,\"4845\":1734307200000,\"4846\":1734307200000,\"4847\":1734307200000,\"4848\":1734307200000,\"4849\":1734307200000,\"4850\":1734307200000,\"4851\":1734307200000,\"4852\":1734307200000,\"4853\":1734307200000,\"4854\":1734307200000,\"4855\":1734307200000,\"4856\":1734307200000,\"4857\":1734307200000,\"4858\":1734307200000,\"4859\":1734307200000,\"4860\":1734307200000,\"4861\":1734307200000,\"4862\":1734307200000,\"4863\":1734307200000,\"4864\":1734307200000,\"4865\":1734307200000,\"4866\":1734307200000,\"4867\":1734307200000,\"4868\":1734307200000,\"4869\":1734307200000,\"4870\":1734307200000,\"4871\":1734307200000,\"4872\":1734307200000,\"4873\":1734307200000,\"4874\":1734307200000,\"4875\":1734307200000,\"4876\":1734307200000,\"4877\":1734307200000,\"4878\":1734307200000,\"4879\":1734307200000,\"4880\":1734307200000,\"4881\":1734307200000,\"4882\":1734307200000,\"4883\":1734307200000,\"4884\":1734307200000,\"4885\":1734307200000,\"4886\":1734307200000,\"4887\":1734307200000,\"4888\":1734307200000,\"4889\":1734307200000,\"4890\":1734307200000,\"4891\":1734307200000,\"4892\":1734307200000,\"4893\":1734307200000,\"4894\":1734307200000,\"4895\":1734307200000,\"4896\":1734307200000,\"4897\":1734307200000,\"4898\":1734307200000,\"4899\":1734307200000,\"4900\":1734307200000,\"4901\":1734307200000,\"4902\":1734307200000,\"4903\":1734307200000,\"4904\":1734307200000,\"4905\":1734307200000,\"4906\":1734307200000,\"4907\":1734307200000,\"4908\":1734307200000,\"4909\":1734307200000,\"4910\":1734307200000,\"4911\":1734307200000,\"4912\":1734307200000,\"4913\":1734307200000,\"4914\":1734307200000,\"4915\":1734307200000,\"4916\":1734307200000,\"4917\":1734307200000,\"4918\":1734307200000,\"4919\":1734307200000,\"4920\":1734307200000,\"4921\":1734307200000,\"4922\":1734307200000,\"4923\":1734307200000,\"4924\":1734307200000,\"4925\":1734307200000,\"4926\":1734307200000,\"4927\":1734307200000,\"4928\":1734307200000,\"4929\":1734307200000,\"4930\":1734307200000,\"4931\":1734307200000,\"4932\":1734307200000,\"4933\":1734307200000,\"4934\":1734307200000,\"4935\":1734307200000,\"4936\":1734307200000,\"4937\":1734307200000,\"4938\":1734307200000,\"4939\":1734307200000,\"4940\":1734393600000,\"4941\":1734393600000,\"4942\":1734393600000,\"4943\":1734393600000,\"4944\":1734393600000,\"4945\":1734393600000,\"4946\":1734393600000,\"4947\":1734393600000,\"4948\":1734393600000,\"4949\":1734393600000,\"4950\":1734393600000,\"4951\":1734393600000,\"4952\":1734393600000,\"4953\":1734393600000,\"4954\":1734393600000,\"4955\":1734393600000,\"4956\":1734393600000,\"4957\":1734393600000,\"4958\":1734393600000,\"4959\":1734393600000,\"4960\":1734393600000,\"4961\":1734393600000,\"4962\":1734393600000,\"4963\":1734393600000,\"4964\":1734393600000,\"4965\":1734393600000,\"4966\":1734393600000,\"4967\":1734393600000,\"4968\":1734393600000,\"4969\":1734393600000,\"4970\":1734393600000,\"4971\":1734393600000,\"4972\":1734393600000,\"4973\":1734393600000,\"4974\":1734393600000,\"4975\":1734393600000,\"4976\":1734393600000,\"4977\":1734393600000,\"4978\":1734393600000,\"4979\":1734393600000,\"4980\":1734393600000,\"4981\":1734393600000,\"4982\":1734393600000,\"4983\":1734393600000,\"4984\":1734393600000,\"4985\":1734393600000,\"4986\":1734393600000,\"4987\":1734393600000,\"4988\":1734393600000,\"4989\":1734393600000,\"4990\":1734393600000,\"4991\":1734393600000,\"4992\":1734393600000,\"4993\":1734393600000,\"4994\":1734393600000,\"4995\":1734393600000,\"4996\":1734393600000,\"4997\":1734393600000,\"4998\":1734393600000,\"4999\":1734393600000,\"5000\":1734393600000,\"5001\":1734393600000,\"5002\":1734393600000,\"5003\":1734393600000,\"5004\":1734393600000,\"5005\":1734393600000,\"5006\":1734393600000,\"5007\":1734393600000,\"5008\":1734393600000,\"5009\":1734393600000,\"5010\":1734393600000,\"5011\":1734393600000,\"5012\":1734393600000,\"5013\":1734393600000,\"5014\":1734393600000,\"5015\":1734393600000,\"5016\":1734393600000,\"5017\":1734393600000,\"5018\":1734393600000,\"5019\":1734393600000,\"5020\":1734393600000,\"5021\":1734393600000,\"5022\":1734393600000,\"5023\":1734393600000,\"5024\":1734393600000,\"5025\":1734393600000,\"5026\":1734393600000,\"5027\":1734393600000,\"5028\":1734393600000,\"5029\":1734393600000,\"5030\":1734393600000,\"5031\":1734393600000,\"5032\":1734393600000,\"5033\":1734393600000,\"5034\":1734393600000,\"5035\":1734393600000,\"5036\":1734393600000,\"5037\":1734393600000,\"5038\":1734393600000,\"5039\":1734393600000,\"5040\":1734393600000,\"5041\":1734393600000,\"5042\":1734393600000,\"5043\":1734393600000,\"5044\":1734393600000,\"5045\":1734393600000,\"5046\":1734393600000,\"5047\":1734393600000,\"5048\":1734393600000,\"5049\":1734393600000,\"5050\":1734393600000,\"5051\":1734393600000,\"5052\":1734393600000,\"5053\":1734393600000,\"5054\":1734393600000,\"5055\":1734393600000,\"5056\":1734393600000,\"5057\":1734393600000,\"5058\":1734393600000,\"5059\":1734393600000,\"5060\":1734393600000,\"5061\":1734393600000,\"5062\":1734393600000,\"5063\":1734393600000,\"5064\":1734393600000,\"5065\":1734393600000,\"5066\":1734393600000,\"5067\":1734393600000,\"5068\":1734393600000,\"5069\":1734393600000,\"5070\":1734393600000,\"5071\":1734393600000,\"5072\":1734393600000,\"5073\":1734393600000,\"5074\":1734393600000,\"5075\":1734393600000,\"5076\":1734393600000,\"5077\":1734393600000,\"5078\":1734393600000,\"5079\":1734393600000,\"5080\":1734393600000,\"5081\":1734393600000,\"5082\":1734393600000,\"5083\":1734393600000,\"5084\":1734393600000,\"5085\":1734393600000,\"5086\":1734393600000,\"5087\":1734393600000,\"5088\":1734393600000,\"5089\":1734393600000,\"5090\":1734393600000,\"5091\":1734393600000,\"5092\":1734393600000,\"5093\":1734393600000,\"5094\":1734393600000,\"5095\":1734393600000,\"5096\":1734393600000,\"5097\":1734393600000,\"5098\":1734393600000,\"5099\":1734393600000,\"5100\":1734393600000,\"5101\":1734393600000,\"5102\":1734393600000,\"5103\":1734393600000,\"5104\":1734393600000,\"5105\":1734393600000,\"5106\":1734393600000,\"5107\":1734393600000,\"5108\":1734393600000,\"5109\":1734393600000,\"5110\":1734393600000,\"5111\":1734393600000,\"5112\":1734393600000,\"5113\":1734393600000,\"5114\":1734393600000,\"5115\":1734393600000,\"5116\":1734393600000,\"5117\":1734393600000,\"5118\":1734393600000,\"5119\":1734393600000,\"5120\":1734393600000,\"5121\":1734393600000,\"5122\":1734393600000,\"5123\":1734393600000,\"5124\":1734393600000,\"5125\":1734393600000,\"5126\":1734393600000,\"5127\":1734393600000,\"5128\":1734393600000,\"5129\":1734393600000,\"5130\":1734393600000,\"5131\":1734393600000,\"5132\":1734393600000,\"5133\":1734393600000,\"5134\":1734393600000,\"5135\":1734393600000,\"5136\":1734393600000,\"5137\":1734393600000,\"5138\":1734393600000,\"5139\":1734393600000,\"5140\":1734393600000,\"5141\":1734393600000,\"5142\":1734393600000,\"5143\":1734393600000,\"5144\":1734393600000,\"5145\":1734393600000,\"5146\":1734393600000,\"5147\":1734393600000,\"5148\":1734393600000,\"5149\":1734393600000,\"5150\":1734393600000,\"5151\":1734393600000,\"5152\":1734393600000,\"5153\":1734393600000,\"5154\":1734393600000,\"5155\":1734393600000,\"5156\":1734393600000,\"5157\":1734393600000,\"5158\":1734393600000,\"5159\":1734393600000,\"5160\":1734393600000,\"5161\":1734393600000,\"5162\":1734393600000,\"5163\":1734393600000,\"5164\":1734393600000,\"5165\":1734393600000,\"5166\":1734393600000,\"5167\":1734393600000,\"5168\":1734393600000,\"5169\":1734393600000,\"5170\":1734393600000,\"5171\":1734393600000,\"5172\":1734393600000,\"5173\":1734393600000,\"5174\":1734393600000,\"5175\":1734393600000,\"5176\":1734393600000,\"5177\":1734393600000,\"5178\":1734393600000,\"5179\":1734393600000,\"5180\":1734393600000,\"5181\":1734393600000,\"5182\":1734393600000,\"5183\":1734393600000,\"5184\":1734393600000,\"5185\":1734393600000,\"5186\":1734393600000,\"5187\":1734393600000,\"5188\":1734393600000,\"5189\":1734393600000,\"5190\":1734393600000,\"5191\":1734393600000,\"5192\":1734393600000,\"5193\":1734393600000,\"5194\":1734393600000,\"5195\":1734393600000,\"5196\":1734393600000,\"5197\":1734393600000,\"5198\":1734393600000,\"5199\":1734393600000,\"5200\":1734393600000,\"5201\":1734393600000,\"5202\":1734393600000,\"5203\":1734393600000,\"5204\":1734393600000,\"5205\":1734393600000,\"5206\":1734393600000,\"5207\":1734393600000,\"5208\":1734393600000,\"5209\":1734393600000,\"5210\":1734393600000,\"5211\":1734393600000,\"5212\":1734393600000,\"5213\":1734393600000,\"5214\":1734393600000,\"5215\":1734393600000,\"5216\":1734393600000,\"5217\":1734393600000,\"5218\":1734393600000,\"5219\":1734393600000,\"5220\":1734393600000,\"5221\":1734393600000,\"5222\":1734393600000,\"5223\":1734393600000,\"5224\":1734393600000,\"5225\":1734393600000,\"5226\":1734393600000,\"5227\":1734393600000,\"5228\":1734393600000,\"5229\":1734393600000,\"5230\":1734393600000,\"5231\":1734393600000,\"5232\":1734393600000,\"5233\":1734393600000,\"5234\":1734393600000,\"5235\":1734393600000,\"5236\":1734393600000,\"5237\":1734393600000,\"5238\":1734393600000,\"5239\":1734393600000,\"5240\":1734393600000,\"5241\":1734393600000,\"5242\":1734393600000,\"5243\":1734393600000,\"5244\":1734393600000,\"5245\":1734393600000,\"5246\":1734393600000,\"5247\":1734393600000,\"5248\":1734393600000,\"5249\":1734393600000,\"5250\":1734393600000,\"5251\":1734393600000,\"5252\":1734393600000,\"5253\":1734393600000,\"5254\":1734393600000,\"5255\":1734393600000,\"5256\":1734393600000,\"5257\":1734393600000,\"5258\":1734393600000,\"5259\":1734393600000,\"5260\":1734393600000,\"5261\":1734480000000,\"5262\":1734480000000,\"5263\":1734480000000,\"5264\":1734480000000,\"5265\":1734480000000,\"5266\":1734480000000,\"5267\":1734480000000,\"5268\":1734480000000,\"5269\":1734480000000,\"5270\":1734480000000,\"5271\":1734480000000,\"5272\":1734480000000,\"5273\":1734480000000,\"5274\":1734480000000,\"5275\":1734480000000,\"5276\":1734480000000,\"5277\":1734480000000,\"5278\":1734480000000,\"5279\":1734480000000,\"5280\":1734480000000,\"5281\":1734480000000,\"5282\":1734480000000,\"5283\":1734480000000,\"5284\":1734480000000,\"5285\":1734480000000,\"5286\":1734480000000,\"5287\":1734480000000,\"5288\":1734480000000,\"5289\":1734480000000,\"5290\":1734480000000,\"5291\":1734480000000,\"5292\":1734480000000,\"5293\":1734480000000,\"5294\":1734480000000,\"5295\":1734480000000,\"5296\":1734480000000,\"5297\":1734480000000,\"5298\":1734480000000,\"5299\":1734480000000,\"5300\":1734480000000,\"5301\":1734480000000,\"5302\":1734480000000,\"5303\":1734480000000,\"5304\":1734480000000,\"5305\":1734480000000,\"5306\":1734480000000,\"5307\":1734480000000,\"5308\":1734480000000,\"5309\":1734480000000,\"5310\":1734480000000,\"5311\":1734480000000,\"5312\":1734480000000,\"5313\":1734480000000,\"5314\":1734480000000,\"5315\":1734480000000,\"5316\":1734480000000,\"5317\":1734480000000,\"5318\":1734480000000,\"5319\":1734480000000,\"5320\":1734480000000,\"5321\":1734480000000,\"5322\":1734480000000,\"5323\":1734480000000,\"5324\":1734480000000,\"5325\":1734480000000,\"5326\":1734480000000,\"5327\":1734480000000,\"5328\":1734480000000,\"5329\":1734480000000,\"5330\":1734480000000,\"5331\":1734480000000,\"5332\":1734480000000,\"5333\":1734480000000,\"5334\":1734480000000,\"5335\":1734480000000,\"5336\":1734480000000,\"5337\":1734480000000,\"5338\":1734480000000,\"5339\":1734480000000,\"5340\":1734480000000,\"5341\":1734480000000,\"5342\":1734480000000,\"5343\":1734480000000,\"5344\":1734480000000,\"5345\":1734480000000,\"5346\":1734480000000,\"5347\":1734480000000,\"5348\":1734480000000,\"5349\":1734480000000,\"5350\":1734480000000,\"5351\":1734480000000,\"5352\":1734480000000,\"5353\":1734480000000,\"5354\":1734480000000,\"5355\":1734480000000,\"5356\":1734480000000,\"5357\":1734480000000,\"5358\":1734480000000,\"5359\":1734480000000,\"5360\":1734480000000,\"5361\":1734480000000,\"5362\":1734480000000,\"5363\":1734480000000,\"5364\":1734480000000,\"5365\":1734480000000,\"5366\":1734480000000,\"5367\":1734480000000,\"5368\":1734480000000,\"5369\":1734480000000,\"5370\":1734480000000,\"5371\":1734480000000,\"5372\":1734480000000,\"5373\":1734480000000,\"5374\":1734480000000,\"5375\":1734480000000,\"5376\":1734480000000,\"5377\":1734480000000,\"5378\":1734480000000,\"5379\":1734480000000,\"5380\":1734480000000,\"5381\":1734480000000,\"5382\":1734480000000,\"5383\":1734480000000,\"5384\":1734480000000,\"5385\":1734480000000,\"5386\":1734480000000,\"5387\":1734480000000,\"5388\":1734480000000,\"5389\":1734480000000,\"5390\":1734480000000,\"5391\":1734480000000,\"5392\":1734480000000,\"5393\":1734480000000,\"5394\":1734480000000,\"5395\":1734480000000,\"5396\":1734480000000,\"5397\":1734480000000,\"5398\":1734480000000,\"5399\":1734480000000,\"5400\":1734480000000,\"5401\":1734480000000,\"5402\":1734480000000,\"5403\":1734480000000,\"5404\":1734480000000,\"5405\":1734480000000,\"5406\":1734480000000,\"5407\":1734480000000,\"5408\":1734480000000,\"5409\":1734480000000,\"5410\":1734480000000,\"5411\":1734480000000,\"5412\":1734480000000,\"5413\":1734480000000,\"5414\":1734480000000,\"5415\":1734480000000,\"5416\":1734480000000,\"5417\":1734480000000,\"5418\":1734480000000,\"5419\":1734480000000,\"5420\":1734480000000,\"5421\":1734480000000,\"5422\":1734480000000,\"5423\":1734480000000,\"5424\":1734480000000,\"5425\":1734480000000,\"5426\":1734480000000,\"5427\":1734480000000,\"5428\":1734480000000,\"5429\":1734480000000,\"5430\":1734480000000,\"5431\":1734480000000,\"5432\":1734480000000,\"5433\":1734480000000,\"5434\":1734480000000,\"5435\":1734480000000,\"5436\":1734480000000,\"5437\":1734480000000,\"5438\":1734480000000,\"5439\":1734480000000,\"5440\":1734480000000,\"5441\":1734480000000,\"5442\":1734480000000,\"5443\":1734480000000,\"5444\":1734480000000,\"5445\":1734480000000,\"5446\":1734480000000,\"5447\":1734480000000,\"5448\":1734480000000,\"5449\":1734480000000,\"5450\":1734480000000,\"5451\":1734480000000,\"5452\":1734480000000,\"5453\":1734480000000,\"5454\":1734480000000,\"5455\":1734480000000,\"5456\":1734480000000,\"5457\":1734480000000,\"5458\":1734480000000,\"5459\":1734480000000,\"5460\":1734480000000,\"5461\":1734480000000,\"5462\":1734480000000,\"5463\":1734480000000,\"5464\":1734480000000,\"5465\":1734480000000,\"5466\":1734480000000,\"5467\":1734480000000,\"5468\":1734480000000,\"5469\":1734480000000,\"5470\":1734480000000,\"5471\":1734480000000,\"5472\":1734480000000,\"5473\":1734480000000,\"5474\":1734480000000,\"5475\":1734480000000,\"5476\":1734480000000,\"5477\":1734480000000,\"5478\":1734480000000,\"5479\":1734480000000,\"5480\":1734480000000,\"5481\":1734480000000,\"5482\":1734480000000,\"5483\":1734480000000,\"5484\":1734480000000,\"5485\":1734480000000,\"5486\":1734480000000,\"5487\":1734480000000,\"5488\":1734480000000,\"5489\":1734480000000,\"5490\":1734480000000,\"5491\":1734480000000,\"5492\":1734480000000,\"5493\":1734480000000,\"5494\":1734480000000,\"5495\":1734480000000,\"5496\":1734480000000,\"5497\":1734480000000,\"5498\":1734480000000,\"5499\":1734480000000,\"5500\":1734480000000,\"5501\":1734480000000,\"5502\":1734480000000,\"5503\":1734480000000,\"5504\":1734480000000,\"5505\":1734480000000,\"5506\":1734480000000,\"5507\":1734480000000,\"5508\":1734480000000,\"5509\":1734480000000,\"5510\":1734480000000,\"5511\":1734480000000,\"5512\":1734480000000,\"5513\":1734480000000,\"5514\":1734480000000,\"5515\":1734480000000,\"5516\":1734480000000,\"5517\":1734480000000,\"5518\":1734480000000,\"5519\":1734480000000,\"5520\":1734480000000,\"5521\":1734480000000,\"5522\":1734480000000,\"5523\":1734480000000,\"5524\":1734480000000,\"5525\":1734480000000,\"5526\":1734480000000,\"5527\":1734480000000,\"5528\":1734480000000,\"5529\":1734480000000,\"5530\":1734480000000,\"5531\":1734480000000,\"5532\":1734480000000,\"5533\":1734480000000,\"5534\":1734480000000,\"5535\":1734480000000,\"5536\":1734480000000,\"5537\":1734480000000,\"5538\":1734480000000,\"5539\":1734480000000,\"5540\":1734480000000,\"5541\":1734480000000,\"5542\":1734480000000,\"5543\":1734480000000,\"5544\":1734480000000,\"5545\":1734480000000,\"5546\":1734480000000,\"5547\":1734480000000,\"5548\":1734480000000,\"5549\":1734480000000,\"5550\":1734480000000,\"5551\":1734480000000,\"5552\":1734480000000,\"5553\":1734480000000,\"5554\":1734480000000,\"5555\":1734480000000,\"5556\":1734480000000,\"5557\":1734480000000,\"5558\":1734480000000,\"5559\":1734480000000,\"5560\":1734480000000,\"5561\":1734480000000,\"5562\":1734480000000,\"5563\":1734480000000,\"5564\":1734480000000,\"5565\":1734480000000,\"5566\":1734480000000,\"5567\":1734480000000,\"5568\":1734480000000,\"5569\":1734480000000,\"5570\":1734480000000,\"5571\":1734480000000,\"5572\":1734480000000,\"5573\":1734480000000,\"5574\":1734480000000,\"5575\":1734480000000,\"5576\":1734480000000,\"5577\":1734480000000,\"5578\":1734480000000,\"5579\":1734480000000,\"5580\":1734480000000,\"5581\":1734480000000,\"5582\":1734480000000,\"5583\":1734480000000,\"5584\":1734566400000,\"5585\":1734566400000,\"5586\":1734566400000,\"5587\":1734566400000,\"5588\":1734566400000,\"5589\":1734566400000,\"5590\":1734566400000,\"5591\":1734566400000,\"5592\":1734566400000,\"5593\":1734566400000,\"5594\":1734566400000,\"5595\":1734566400000,\"5596\":1734566400000,\"5597\":1734566400000,\"5598\":1734566400000,\"5599\":1734566400000,\"5600\":1734566400000,\"5601\":1734566400000,\"5602\":1734566400000,\"5603\":1734566400000,\"5604\":1734566400000,\"5605\":1734566400000,\"5606\":1734566400000,\"5607\":1734566400000,\"5608\":1734566400000,\"5609\":1734566400000,\"5610\":1734566400000,\"5611\":1734566400000,\"5612\":1734566400000,\"5613\":1734566400000,\"5614\":1734566400000,\"5615\":1734566400000,\"5616\":1734566400000,\"5617\":1734566400000,\"5618\":1734566400000,\"5619\":1734566400000,\"5620\":1734566400000,\"5621\":1734566400000,\"5622\":1734566400000,\"5623\":1734566400000,\"5624\":1734566400000,\"5625\":1734566400000,\"5626\":1734566400000,\"5627\":1734566400000,\"5628\":1734566400000,\"5629\":1734566400000,\"5630\":1734566400000,\"5631\":1734566400000,\"5632\":1734566400000,\"5633\":1734566400000,\"5634\":1734566400000,\"5635\":1734566400000,\"5636\":1734566400000,\"5637\":1734566400000,\"5638\":1734566400000,\"5639\":1734566400000,\"5640\":1734566400000,\"5641\":1734566400000,\"5642\":1734566400000,\"5643\":1734566400000,\"5644\":1734566400000,\"5645\":1734566400000,\"5646\":1734566400000,\"5647\":1734566400000,\"5648\":1734566400000,\"5649\":1734566400000,\"5650\":1734566400000,\"5651\":1734566400000,\"5652\":1734566400000,\"5653\":1734566400000,\"5654\":1734566400000,\"5655\":1734566400000,\"5656\":1734566400000,\"5657\":1734566400000,\"5658\":1734566400000,\"5659\":1734566400000,\"5660\":1734566400000,\"5661\":1734566400000,\"5662\":1734566400000,\"5663\":1734566400000,\"5664\":1734566400000,\"5665\":1734566400000,\"5666\":1734566400000,\"5667\":1734566400000,\"5668\":1734566400000,\"5669\":1734566400000,\"5670\":1734566400000,\"5671\":1734566400000,\"5672\":1734566400000,\"5673\":1734566400000,\"5674\":1734566400000,\"5675\":1734566400000,\"5676\":1734566400000,\"5677\":1734566400000,\"5678\":1734566400000,\"5679\":1734566400000,\"5680\":1734566400000,\"5681\":1734566400000,\"5682\":1734566400000,\"5683\":1734566400000,\"5684\":1734566400000,\"5685\":1734566400000,\"5686\":1734566400000,\"5687\":1734566400000,\"5688\":1734566400000,\"5689\":1734566400000,\"5690\":1734566400000,\"5691\":1734566400000,\"5692\":1734566400000,\"5693\":1734566400000,\"5694\":1734566400000,\"5695\":1734566400000,\"5696\":1734566400000,\"5697\":1734566400000,\"5698\":1734566400000,\"5699\":1734566400000,\"5700\":1734566400000,\"5701\":1734566400000,\"5702\":1734566400000,\"5703\":1734566400000,\"5704\":1734566400000,\"5705\":1734566400000,\"5706\":1734566400000,\"5707\":1734566400000,\"5708\":1734566400000,\"5709\":1734566400000,\"5710\":1734566400000,\"5711\":1734566400000,\"5712\":1734566400000,\"5713\":1734566400000,\"5714\":1734566400000,\"5715\":1734566400000,\"5716\":1734566400000,\"5717\":1734566400000,\"5718\":1734566400000,\"5719\":1734566400000,\"5720\":1734566400000,\"5721\":1734566400000,\"5722\":1734566400000,\"5723\":1734566400000,\"5724\":1734566400000,\"5725\":1734566400000,\"5726\":1734566400000,\"5727\":1734566400000,\"5728\":1734566400000,\"5729\":1734566400000,\"5730\":1734566400000,\"5731\":1734566400000,\"5732\":1734566400000,\"5733\":1734566400000,\"5734\":1734566400000,\"5735\":1734566400000,\"5736\":1734566400000,\"5737\":1734566400000,\"5738\":1734566400000,\"5739\":1734566400000,\"5740\":1734566400000,\"5741\":1734566400000,\"5742\":1734566400000,\"5743\":1734566400000,\"5744\":1734566400000,\"5745\":1734566400000,\"5746\":1734566400000,\"5747\":1734566400000,\"5748\":1734566400000,\"5749\":1734566400000,\"5750\":1734566400000,\"5751\":1734566400000,\"5752\":1734566400000,\"5753\":1734566400000,\"5754\":1734566400000,\"5755\":1734566400000,\"5756\":1734566400000,\"5757\":1734566400000,\"5758\":1734566400000,\"5759\":1734566400000,\"5760\":1734566400000,\"5761\":1734566400000,\"5762\":1734566400000,\"5763\":1734566400000,\"5764\":1734566400000,\"5765\":1734566400000,\"5766\":1734566400000,\"5767\":1734566400000,\"5768\":1734566400000,\"5769\":1734566400000,\"5770\":1734566400000,\"5771\":1734566400000,\"5772\":1734566400000,\"5773\":1734566400000,\"5774\":1734566400000,\"5775\":1734566400000,\"5776\":1734566400000,\"5777\":1734566400000,\"5778\":1734566400000,\"5779\":1734566400000,\"5780\":1734566400000,\"5781\":1734566400000,\"5782\":1734566400000,\"5783\":1734566400000,\"5784\":1734566400000,\"5785\":1734566400000,\"5786\":1734566400000,\"5787\":1734566400000,\"5788\":1734566400000,\"5789\":1734566400000,\"5790\":1734566400000,\"5791\":1734566400000,\"5792\":1734566400000,\"5793\":1734566400000,\"5794\":1734566400000,\"5795\":1734566400000,\"5796\":1734566400000,\"5797\":1734566400000,\"5798\":1734566400000,\"5799\":1734566400000,\"5800\":1734566400000,\"5801\":1734566400000,\"5802\":1734566400000,\"5803\":1734566400000,\"5804\":1734566400000,\"5805\":1734566400000,\"5806\":1734566400000,\"5807\":1734566400000,\"5808\":1734566400000,\"5809\":1734566400000,\"5810\":1734566400000,\"5811\":1734566400000,\"5812\":1734566400000,\"5813\":1734566400000,\"5814\":1734566400000,\"5815\":1734566400000,\"5816\":1734566400000,\"5817\":1734566400000,\"5818\":1734566400000,\"5819\":1734566400000,\"5820\":1734566400000,\"5821\":1734566400000,\"5822\":1734566400000,\"5823\":1734566400000,\"5824\":1734566400000,\"5825\":1734566400000,\"5826\":1734566400000,\"5827\":1734566400000,\"5828\":1734566400000,\"5829\":1734566400000,\"5830\":1734566400000,\"5831\":1734566400000,\"5832\":1734566400000,\"5833\":1734566400000,\"5834\":1734566400000,\"5835\":1734566400000,\"5836\":1734566400000,\"5837\":1734566400000,\"5838\":1734566400000,\"5839\":1734566400000,\"5840\":1734566400000,\"5841\":1734566400000,\"5842\":1734566400000,\"5843\":1734566400000,\"5844\":1734566400000,\"5845\":1734566400000,\"5846\":1734566400000,\"5847\":1734566400000,\"5848\":1734566400000,\"5849\":1734566400000,\"5850\":1734566400000,\"5851\":1734566400000,\"5852\":1734566400000,\"5853\":1734566400000,\"5854\":1734566400000,\"5855\":1734566400000,\"5856\":1734566400000,\"5857\":1734566400000,\"5858\":1734566400000,\"5859\":1734566400000,\"5860\":1734566400000,\"5861\":1734566400000,\"5862\":1734566400000,\"5863\":1734566400000,\"5864\":1734566400000,\"5865\":1734566400000,\"5866\":1734566400000,\"5867\":1734566400000,\"5868\":1734566400000,\"5869\":1734566400000,\"5870\":1734566400000,\"5871\":1734566400000,\"5872\":1734566400000,\"5873\":1734566400000,\"5874\":1734566400000,\"5875\":1734566400000,\"5876\":1734566400000,\"5877\":1734566400000,\"5878\":1734566400000,\"5879\":1734566400000,\"5880\":1734566400000,\"5881\":1734566400000,\"5882\":1734566400000,\"5883\":1734566400000,\"5884\":1734566400000,\"5885\":1734566400000,\"5886\":1734566400000,\"5887\":1734566400000,\"5888\":1734566400000,\"5889\":1734566400000,\"5890\":1734566400000,\"5891\":1734566400000,\"5892\":1734566400000,\"5893\":1734566400000,\"5894\":1734566400000,\"5895\":1734566400000,\"5896\":1734566400000,\"5897\":1734566400000,\"5898\":1734566400000,\"5899\":1734566400000,\"5900\":1734566400000,\"5901\":1734566400000,\"5902\":1734566400000,\"5903\":1734566400000,\"5904\":1734652800000,\"5905\":1734652800000,\"5906\":1734652800000,\"5907\":1734652800000,\"5908\":1734652800000,\"5909\":1734652800000,\"5910\":1734652800000,\"5911\":1734652800000,\"5912\":1734652800000,\"5913\":1734652800000,\"5914\":1734652800000,\"5915\":1734652800000,\"5916\":1734652800000,\"5917\":1734652800000,\"5918\":1734652800000,\"5919\":1734652800000,\"5920\":1734652800000,\"5921\":1734652800000,\"5922\":1734652800000,\"5923\":1734652800000,\"5924\":1734652800000,\"5925\":1734652800000,\"5926\":1734652800000,\"5927\":1734652800000,\"5928\":1734652800000,\"5929\":1734652800000,\"5930\":1734652800000,\"5931\":1734652800000,\"5932\":1734652800000,\"5933\":1734652800000,\"5934\":1734652800000,\"5935\":1734652800000,\"5936\":1734652800000,\"5937\":1734652800000,\"5938\":1734652800000,\"5939\":1734652800000,\"5940\":1734652800000,\"5941\":1734652800000,\"5942\":1734652800000,\"5943\":1734652800000,\"5944\":1734652800000,\"5945\":1734652800000,\"5946\":1734652800000,\"5947\":1734652800000,\"5948\":1734652800000,\"5949\":1734652800000,\"5950\":1734652800000,\"5951\":1734652800000,\"5952\":1734652800000,\"5953\":1734652800000,\"5954\":1734652800000,\"5955\":1734652800000,\"5956\":1734652800000,\"5957\":1734652800000,\"5958\":1734652800000,\"5959\":1734652800000,\"5960\":1734652800000,\"5961\":1734652800000,\"5962\":1734652800000,\"5963\":1734652800000,\"5964\":1734652800000,\"5965\":1734652800000,\"5966\":1734652800000,\"5967\":1734652800000,\"5968\":1734652800000,\"5969\":1734652800000,\"5970\":1734652800000,\"5971\":1734652800000,\"5972\":1734652800000,\"5973\":1734652800000,\"5974\":1734652800000,\"5975\":1734652800000,\"5976\":1734652800000,\"5977\":1734652800000,\"5978\":1734652800000,\"5979\":1734652800000,\"5980\":1734652800000,\"5981\":1734652800000,\"5982\":1734652800000,\"5983\":1734652800000,\"5984\":1734652800000,\"5985\":1734652800000,\"5986\":1734652800000,\"5987\":1734652800000,\"5988\":1734652800000,\"5989\":1734652800000,\"5990\":1734652800000,\"5991\":1734652800000,\"5992\":1734652800000,\"5993\":1734652800000,\"5994\":1734652800000,\"5995\":1734652800000,\"5996\":1734652800000,\"5997\":1734652800000,\"5998\":1734652800000,\"5999\":1734652800000,\"6000\":1734652800000,\"6001\":1734652800000,\"6002\":1734652800000,\"6003\":1734652800000,\"6004\":1734652800000,\"6005\":1734652800000,\"6006\":1734652800000,\"6007\":1734652800000,\"6008\":1734652800000,\"6009\":1734652800000,\"6010\":1734652800000,\"6011\":1734652800000,\"6012\":1734652800000,\"6013\":1734652800000,\"6014\":1734652800000,\"6015\":1734652800000,\"6016\":1734652800000,\"6017\":1734652800000,\"6018\":1734652800000,\"6019\":1734652800000,\"6020\":1734652800000,\"6021\":1734652800000,\"6022\":1734652800000,\"6023\":1734652800000,\"6024\":1734652800000,\"6025\":1734652800000,\"6026\":1734652800000,\"6027\":1734652800000,\"6028\":1734652800000,\"6029\":1734652800000,\"6030\":1734652800000,\"6031\":1734652800000,\"6032\":1734652800000,\"6033\":1734652800000,\"6034\":1734652800000,\"6035\":1734652800000,\"6036\":1734652800000,\"6037\":1734652800000,\"6038\":1734652800000,\"6039\":1734652800000,\"6040\":1734652800000,\"6041\":1734652800000,\"6042\":1734652800000,\"6043\":1734652800000,\"6044\":1734652800000,\"6045\":1734652800000,\"6046\":1734652800000,\"6047\":1734652800000,\"6048\":1734652800000,\"6049\":1734652800000,\"6050\":1734652800000,\"6051\":1734652800000,\"6052\":1734652800000,\"6053\":1734652800000,\"6054\":1734652800000,\"6055\":1734652800000,\"6056\":1734652800000,\"6057\":1734652800000,\"6058\":1734652800000,\"6059\":1734652800000,\"6060\":1734652800000,\"6061\":1734652800000,\"6062\":1734652800000,\"6063\":1734652800000,\"6064\":1734652800000,\"6065\":1734652800000,\"6066\":1734652800000,\"6067\":1734652800000,\"6068\":1734652800000,\"6069\":1734652800000,\"6070\":1734652800000,\"6071\":1734652800000,\"6072\":1734652800000,\"6073\":1734652800000,\"6074\":1734652800000,\"6075\":1734652800000,\"6076\":1734652800000,\"6077\":1734652800000,\"6078\":1734652800000,\"6079\":1734652800000,\"6080\":1734652800000,\"6081\":1734652800000,\"6082\":1734652800000,\"6083\":1734652800000,\"6084\":1734652800000,\"6085\":1734652800000,\"6086\":1734652800000,\"6087\":1734652800000,\"6088\":1734652800000,\"6089\":1734652800000,\"6090\":1734652800000,\"6091\":1734652800000,\"6092\":1734652800000,\"6093\":1734652800000,\"6094\":1734652800000,\"6095\":1734652800000,\"6096\":1734652800000,\"6097\":1734652800000,\"6098\":1734652800000,\"6099\":1734652800000,\"6100\":1734652800000,\"6101\":1734652800000,\"6102\":1734652800000,\"6103\":1734652800000,\"6104\":1734652800000,\"6105\":1734652800000,\"6106\":1734652800000,\"6107\":1734652800000,\"6108\":1734652800000,\"6109\":1734652800000,\"6110\":1734652800000,\"6111\":1734652800000,\"6112\":1734652800000,\"6113\":1734652800000,\"6114\":1734652800000,\"6115\":1734652800000,\"6116\":1734652800000,\"6117\":1734652800000,\"6118\":1734652800000,\"6119\":1734652800000,\"6120\":1734652800000,\"6121\":1734652800000,\"6122\":1734652800000,\"6123\":1734652800000,\"6124\":1734652800000,\"6125\":1734652800000,\"6126\":1734652800000,\"6127\":1734652800000,\"6128\":1734652800000,\"6129\":1734652800000,\"6130\":1734652800000,\"6131\":1734652800000,\"6132\":1734652800000,\"6133\":1734652800000,\"6134\":1734652800000,\"6135\":1734652800000,\"6136\":1734652800000,\"6137\":1734652800000,\"6138\":1734652800000,\"6139\":1734652800000,\"6140\":1734652800000,\"6141\":1734652800000,\"6142\":1734652800000,\"6143\":1734652800000,\"6144\":1734652800000,\"6145\":1734652800000,\"6146\":1734652800000,\"6147\":1734652800000,\"6148\":1734652800000,\"6149\":1734652800000,\"6150\":1734652800000,\"6151\":1734652800000,\"6152\":1734652800000,\"6153\":1734652800000,\"6154\":1734652800000,\"6155\":1734652800000,\"6156\":1734652800000,\"6157\":1734652800000,\"6158\":1734652800000,\"6159\":1734652800000,\"6160\":1734652800000,\"6161\":1734652800000,\"6162\":1734652800000,\"6163\":1734652800000,\"6164\":1734652800000,\"6165\":1734652800000,\"6166\":1734652800000,\"6167\":1734652800000,\"6168\":1734652800000,\"6169\":1734652800000,\"6170\":1734652800000,\"6171\":1734652800000,\"6172\":1734652800000,\"6173\":1734652800000,\"6174\":1734652800000,\"6175\":1734652800000,\"6176\":1734652800000,\"6177\":1734652800000,\"6178\":1734652800000,\"6179\":1734652800000,\"6180\":1734652800000,\"6181\":1734652800000,\"6182\":1734652800000,\"6183\":1734652800000,\"6184\":1734652800000,\"6185\":1734652800000,\"6186\":1734652800000,\"6187\":1734652800000,\"6188\":1734652800000,\"6189\":1734652800000,\"6190\":1734652800000,\"6191\":1734652800000,\"6192\":1734652800000,\"6193\":1734652800000,\"6194\":1734652800000,\"6195\":1734652800000,\"6196\":1734652800000,\"6197\":1734652800000,\"6198\":1734652800000,\"6199\":1734652800000,\"6200\":1734652800000,\"6201\":1734652800000,\"6202\":1734652800000,\"6203\":1734652800000,\"6204\":1734652800000,\"6205\":1734652800000,\"6206\":1734652800000,\"6207\":1734652800000,\"6208\":1734652800000,\"6209\":1734652800000,\"6210\":1734652800000,\"6211\":1734652800000,\"6212\":1734652800000,\"6213\":1734652800000,\"6214\":1734652800000,\"6215\":1734652800000,\"6216\":1734652800000,\"6217\":1734652800000,\"6218\":1734652800000,\"6219\":1734652800000,\"6220\":1734652800000,\"6221\":1734652800000,\"6222\":1734652800000,\"6223\":1734739200000,\"6224\":1734739200000,\"6225\":1734739200000,\"6226\":1734739200000,\"6227\":1734739200000,\"6228\":1734739200000,\"6229\":1734739200000,\"6230\":1734739200000,\"6231\":1734739200000,\"6232\":1734739200000,\"6233\":1734739200000,\"6234\":1734739200000,\"6235\":1734739200000,\"6236\":1734739200000,\"6237\":1734739200000,\"6238\":1734739200000,\"6239\":1734739200000,\"6240\":1734739200000,\"6241\":1734739200000,\"6242\":1734739200000,\"6243\":1734739200000,\"6244\":1734739200000,\"6245\":1734739200000,\"6246\":1734739200000,\"6247\":1734739200000,\"6248\":1734739200000,\"6249\":1734739200000,\"6250\":1734739200000,\"6251\":1734739200000,\"6252\":1734739200000,\"6253\":1734739200000,\"6254\":1734739200000,\"6255\":1734739200000,\"6256\":1734739200000,\"6257\":1734739200000,\"6258\":1734739200000,\"6259\":1734739200000,\"6260\":1734739200000,\"6261\":1734739200000,\"6262\":1734739200000,\"6263\":1734739200000,\"6264\":1734739200000,\"6265\":1734739200000,\"6266\":1734739200000,\"6267\":1734739200000,\"6268\":1734739200000,\"6269\":1734739200000,\"6270\":1734739200000,\"6271\":1734739200000,\"6272\":1734739200000,\"6273\":1734739200000,\"6274\":1734739200000,\"6275\":1734739200000,\"6276\":1734739200000,\"6277\":1734739200000,\"6278\":1734739200000,\"6279\":1734739200000,\"6280\":1734739200000,\"6281\":1734739200000,\"6282\":1734739200000,\"6283\":1734739200000,\"6284\":1734739200000,\"6285\":1734739200000,\"6286\":1734739200000,\"6287\":1734739200000,\"6288\":1734739200000,\"6289\":1734739200000,\"6290\":1734739200000,\"6291\":1734739200000,\"6292\":1734739200000,\"6293\":1734739200000,\"6294\":1734739200000,\"6295\":1734739200000,\"6296\":1734739200000,\"6297\":1734739200000,\"6298\":1734739200000,\"6299\":1734739200000,\"6300\":1734739200000,\"6301\":1734739200000,\"6302\":1734739200000,\"6303\":1734739200000,\"6304\":1734739200000,\"6305\":1734739200000,\"6306\":1734739200000,\"6307\":1734739200000,\"6308\":1734739200000,\"6309\":1734739200000,\"6310\":1734739200000,\"6311\":1734739200000,\"6312\":1734739200000,\"6313\":1734739200000,\"6314\":1734739200000,\"6315\":1734739200000,\"6316\":1734739200000,\"6317\":1734739200000,\"6318\":1734739200000,\"6319\":1734739200000,\"6320\":1734739200000,\"6321\":1734739200000,\"6322\":1734739200000,\"6323\":1734739200000,\"6324\":1734739200000,\"6325\":1734739200000,\"6326\":1734739200000,\"6327\":1734739200000,\"6328\":1734739200000,\"6329\":1734739200000,\"6330\":1734739200000,\"6331\":1734739200000,\"6332\":1734739200000,\"6333\":1734739200000,\"6334\":1734739200000,\"6335\":1734739200000,\"6336\":1734739200000,\"6337\":1734739200000,\"6338\":1734739200000,\"6339\":1734739200000,\"6340\":1734739200000,\"6341\":1734739200000,\"6342\":1734739200000,\"6343\":1734739200000,\"6344\":1734739200000,\"6345\":1734739200000,\"6346\":1734739200000,\"6347\":1734739200000,\"6348\":1734739200000,\"6349\":1734739200000,\"6350\":1734739200000,\"6351\":1734739200000,\"6352\":1734739200000,\"6353\":1734739200000,\"6354\":1734739200000,\"6355\":1734739200000,\"6356\":1734739200000,\"6357\":1734739200000,\"6358\":1734739200000,\"6359\":1734739200000,\"6360\":1734739200000,\"6361\":1734739200000,\"6362\":1734739200000,\"6363\":1734739200000,\"6364\":1734739200000,\"6365\":1734739200000,\"6366\":1734739200000,\"6367\":1734739200000,\"6368\":1734739200000,\"6369\":1734739200000,\"6370\":1734739200000,\"6371\":1734739200000,\"6372\":1734739200000,\"6373\":1734739200000,\"6374\":1734739200000,\"6375\":1734739200000,\"6376\":1734739200000,\"6377\":1734739200000,\"6378\":1734739200000,\"6379\":1734739200000,\"6380\":1734739200000,\"6381\":1734739200000,\"6382\":1734739200000,\"6383\":1734739200000,\"6384\":1734739200000,\"6385\":1734739200000,\"6386\":1734739200000,\"6387\":1734739200000,\"6388\":1734739200000,\"6389\":1734739200000,\"6390\":1734739200000,\"6391\":1734739200000,\"6392\":1734739200000,\"6393\":1734739200000,\"6394\":1734739200000,\"6395\":1734739200000,\"6396\":1734739200000,\"6397\":1734739200000,\"6398\":1734739200000,\"6399\":1734739200000,\"6400\":1734739200000,\"6401\":1734739200000,\"6402\":1734739200000,\"6403\":1734739200000,\"6404\":1734739200000,\"6405\":1734739200000,\"6406\":1734739200000,\"6407\":1734739200000,\"6408\":1734739200000,\"6409\":1734739200000,\"6410\":1734739200000,\"6411\":1734739200000,\"6412\":1734739200000,\"6413\":1734739200000,\"6414\":1734739200000,\"6415\":1734739200000,\"6416\":1734739200000,\"6417\":1734739200000,\"6418\":1734739200000,\"6419\":1734739200000,\"6420\":1734739200000,\"6421\":1734739200000,\"6422\":1734739200000,\"6423\":1734739200000,\"6424\":1734739200000,\"6425\":1734739200000,\"6426\":1734739200000,\"6427\":1734739200000,\"6428\":1734739200000,\"6429\":1734739200000,\"6430\":1734739200000,\"6431\":1734739200000,\"6432\":1734739200000,\"6433\":1734739200000,\"6434\":1734739200000,\"6435\":1734739200000,\"6436\":1734739200000,\"6437\":1734739200000,\"6438\":1734739200000,\"6439\":1734739200000,\"6440\":1734739200000,\"6441\":1734739200000,\"6442\":1734739200000,\"6443\":1734739200000,\"6444\":1734739200000,\"6445\":1734739200000,\"6446\":1734739200000,\"6447\":1734739200000,\"6448\":1734739200000,\"6449\":1734739200000,\"6450\":1734739200000,\"6451\":1734739200000,\"6452\":1734739200000,\"6453\":1734739200000,\"6454\":1734739200000,\"6455\":1734739200000,\"6456\":1734739200000,\"6457\":1734739200000,\"6458\":1734739200000,\"6459\":1734739200000,\"6460\":1734739200000,\"6461\":1734739200000,\"6462\":1734739200000,\"6463\":1734739200000,\"6464\":1734739200000,\"6465\":1734739200000,\"6466\":1734739200000,\"6467\":1734739200000,\"6468\":1734739200000,\"6469\":1734739200000,\"6470\":1734739200000,\"6471\":1734739200000,\"6472\":1734739200000,\"6473\":1734739200000,\"6474\":1734739200000,\"6475\":1734739200000,\"6476\":1734739200000,\"6477\":1734739200000,\"6478\":1734739200000,\"6479\":1734739200000,\"6480\":1734739200000,\"6481\":1734739200000,\"6482\":1734739200000,\"6483\":1734739200000,\"6484\":1734739200000,\"6485\":1734739200000,\"6486\":1734739200000,\"6487\":1734739200000,\"6488\":1734739200000,\"6489\":1734739200000,\"6490\":1734739200000,\"6491\":1734739200000,\"6492\":1734739200000,\"6493\":1734739200000,\"6494\":1734739200000,\"6495\":1734739200000,\"6496\":1734739200000,\"6497\":1734739200000,\"6498\":1734739200000,\"6499\":1734739200000,\"6500\":1734739200000,\"6501\":1734739200000,\"6502\":1734739200000,\"6503\":1734739200000,\"6504\":1734739200000,\"6505\":1734739200000,\"6506\":1734739200000,\"6507\":1734739200000,\"6508\":1734739200000,\"6509\":1734739200000,\"6510\":1734739200000,\"6511\":1734739200000,\"6512\":1734739200000,\"6513\":1734739200000,\"6514\":1734739200000,\"6515\":1734739200000,\"6516\":1734739200000,\"6517\":1734739200000,\"6518\":1734739200000,\"6519\":1734739200000,\"6520\":1734739200000,\"6521\":1734739200000,\"6522\":1734739200000,\"6523\":1734739200000,\"6524\":1734739200000,\"6525\":1734739200000,\"6526\":1734739200000,\"6527\":1734739200000,\"6528\":1734739200000,\"6529\":1734739200000,\"6530\":1734739200000,\"6531\":1734739200000,\"6532\":1734739200000,\"6533\":1734739200000,\"6534\":1734739200000,\"6535\":1734739200000,\"6536\":1734739200000,\"6537\":1734739200000,\"6538\":1734739200000,\"6539\":1734825600000,\"6540\":1734825600000,\"6541\":1734825600000,\"6542\":1734825600000,\"6543\":1734825600000,\"6544\":1734825600000,\"6545\":1734825600000,\"6546\":1734825600000,\"6547\":1734825600000,\"6548\":1734825600000,\"6549\":1734825600000,\"6550\":1734825600000,\"6551\":1734825600000,\"6552\":1734825600000,\"6553\":1734825600000,\"6554\":1734825600000,\"6555\":1734825600000,\"6556\":1734825600000,\"6557\":1734825600000,\"6558\":1734825600000,\"6559\":1734825600000,\"6560\":1734825600000,\"6561\":1734825600000,\"6562\":1734825600000,\"6563\":1734825600000,\"6564\":1734825600000,\"6565\":1734825600000,\"6566\":1734825600000,\"6567\":1734825600000,\"6568\":1734825600000,\"6569\":1734825600000,\"6570\":1734825600000,\"6571\":1734825600000,\"6572\":1734825600000,\"6573\":1734825600000,\"6574\":1734825600000,\"6575\":1734825600000,\"6576\":1734825600000,\"6577\":1734825600000,\"6578\":1734825600000,\"6579\":1734825600000,\"6580\":1734825600000,\"6581\":1734825600000,\"6582\":1734825600000,\"6583\":1734825600000,\"6584\":1734825600000,\"6585\":1734825600000,\"6586\":1734825600000,\"6587\":1734825600000,\"6588\":1734825600000,\"6589\":1734825600000,\"6590\":1734825600000,\"6591\":1734825600000,\"6592\":1734825600000,\"6593\":1734825600000,\"6594\":1734825600000,\"6595\":1734825600000,\"6596\":1734825600000,\"6597\":1734825600000,\"6598\":1734825600000,\"6599\":1734825600000,\"6600\":1734825600000,\"6601\":1734825600000,\"6602\":1734825600000,\"6603\":1734825600000,\"6604\":1734825600000,\"6605\":1734825600000,\"6606\":1734825600000,\"6607\":1734825600000,\"6608\":1734825600000,\"6609\":1734825600000,\"6610\":1734825600000,\"6611\":1734825600000,\"6612\":1734825600000,\"6613\":1734825600000,\"6614\":1734825600000,\"6615\":1734825600000,\"6616\":1734825600000,\"6617\":1734825600000,\"6618\":1734825600000,\"6619\":1734825600000,\"6620\":1734825600000,\"6621\":1734825600000,\"6622\":1734825600000,\"6623\":1734825600000,\"6624\":1734825600000,\"6625\":1734825600000,\"6626\":1734825600000,\"6627\":1734825600000,\"6628\":1734825600000,\"6629\":1734825600000,\"6630\":1734825600000,\"6631\":1734825600000,\"6632\":1734825600000,\"6633\":1734825600000,\"6634\":1734825600000,\"6635\":1734825600000,\"6636\":1734825600000,\"6637\":1734825600000,\"6638\":1734825600000,\"6639\":1734825600000,\"6640\":1734825600000,\"6641\":1734825600000,\"6642\":1734825600000,\"6643\":1734825600000,\"6644\":1734825600000,\"6645\":1734825600000,\"6646\":1734825600000,\"6647\":1734825600000,\"6648\":1734825600000,\"6649\":1734825600000,\"6650\":1734825600000,\"6651\":1734825600000,\"6652\":1734825600000,\"6653\":1734825600000,\"6654\":1734825600000,\"6655\":1734825600000,\"6656\":1734825600000,\"6657\":1734825600000,\"6658\":1734825600000,\"6659\":1734825600000,\"6660\":1734825600000,\"6661\":1734825600000,\"6662\":1734825600000,\"6663\":1734825600000,\"6664\":1734825600000,\"6665\":1734825600000,\"6666\":1734825600000,\"6667\":1734825600000,\"6668\":1734825600000,\"6669\":1734825600000,\"6670\":1734825600000,\"6671\":1734825600000,\"6672\":1734825600000,\"6673\":1734825600000,\"6674\":1734825600000,\"6675\":1734825600000,\"6676\":1734825600000,\"6677\":1734825600000,\"6678\":1734825600000,\"6679\":1734825600000,\"6680\":1734825600000,\"6681\":1734825600000,\"6682\":1734825600000,\"6683\":1734825600000,\"6684\":1734825600000,\"6685\":1734825600000,\"6686\":1734825600000,\"6687\":1734825600000,\"6688\":1734825600000,\"6689\":1734825600000,\"6690\":1734825600000,\"6691\":1734825600000,\"6692\":1734825600000,\"6693\":1734825600000,\"6694\":1734825600000,\"6695\":1734825600000,\"6696\":1734825600000,\"6697\":1734825600000,\"6698\":1734825600000,\"6699\":1734825600000,\"6700\":1734825600000,\"6701\":1734825600000,\"6702\":1734825600000,\"6703\":1734825600000,\"6704\":1734825600000,\"6705\":1734825600000,\"6706\":1734825600000,\"6707\":1734825600000,\"6708\":1734825600000,\"6709\":1734825600000,\"6710\":1734825600000,\"6711\":1734825600000,\"6712\":1734825600000,\"6713\":1734825600000,\"6714\":1734825600000,\"6715\":1734825600000,\"6716\":1734825600000,\"6717\":1734825600000,\"6718\":1734825600000,\"6719\":1734825600000,\"6720\":1734825600000,\"6721\":1734825600000,\"6722\":1734825600000,\"6723\":1734825600000,\"6724\":1734825600000,\"6725\":1734825600000,\"6726\":1734825600000,\"6727\":1734825600000,\"6728\":1734825600000,\"6729\":1734825600000,\"6730\":1734825600000,\"6731\":1734825600000,\"6732\":1734825600000,\"6733\":1734825600000,\"6734\":1734825600000,\"6735\":1734825600000,\"6736\":1734825600000,\"6737\":1734825600000,\"6738\":1734825600000,\"6739\":1734825600000,\"6740\":1734825600000,\"6741\":1734825600000,\"6742\":1734825600000,\"6743\":1734825600000,\"6744\":1734825600000,\"6745\":1734825600000,\"6746\":1734825600000,\"6747\":1734825600000,\"6748\":1734825600000,\"6749\":1734825600000,\"6750\":1734825600000,\"6751\":1734825600000,\"6752\":1734825600000,\"6753\":1734825600000,\"6754\":1734825600000,\"6755\":1734825600000,\"6756\":1734825600000,\"6757\":1734825600000,\"6758\":1734825600000,\"6759\":1734825600000,\"6760\":1734825600000,\"6761\":1734825600000,\"6762\":1734825600000,\"6763\":1734825600000,\"6764\":1734825600000,\"6765\":1734825600000,\"6766\":1734825600000,\"6767\":1734825600000,\"6768\":1734825600000,\"6769\":1734825600000,\"6770\":1734825600000,\"6771\":1734825600000,\"6772\":1734825600000,\"6773\":1734825600000,\"6774\":1734825600000,\"6775\":1734825600000,\"6776\":1734825600000,\"6777\":1734825600000,\"6778\":1734825600000,\"6779\":1734825600000,\"6780\":1734825600000,\"6781\":1734825600000,\"6782\":1734825600000,\"6783\":1734825600000,\"6784\":1734825600000,\"6785\":1734825600000,\"6786\":1734825600000,\"6787\":1734825600000,\"6788\":1734825600000,\"6789\":1734825600000,\"6790\":1734825600000,\"6791\":1734825600000,\"6792\":1734825600000,\"6793\":1734825600000,\"6794\":1734825600000,\"6795\":1734825600000,\"6796\":1734825600000,\"6797\":1734825600000,\"6798\":1734825600000,\"6799\":1734825600000,\"6800\":1734825600000,\"6801\":1734825600000,\"6802\":1734825600000,\"6803\":1734825600000,\"6804\":1734825600000,\"6805\":1734825600000,\"6806\":1734825600000,\"6807\":1734825600000,\"6808\":1734825600000,\"6809\":1734825600000,\"6810\":1734825600000,\"6811\":1734825600000,\"6812\":1734825600000,\"6813\":1734825600000,\"6814\":1734825600000,\"6815\":1734825600000,\"6816\":1734825600000,\"6817\":1734825600000,\"6818\":1734825600000,\"6819\":1734825600000,\"6820\":1734825600000,\"6821\":1734825600000,\"6822\":1734825600000,\"6823\":1734825600000,\"6824\":1734825600000,\"6825\":1734825600000,\"6826\":1734825600000,\"6827\":1734825600000,\"6828\":1734825600000,\"6829\":1734825600000,\"6830\":1734825600000,\"6831\":1734825600000,\"6832\":1734825600000,\"6833\":1734825600000,\"6834\":1734825600000,\"6835\":1734825600000,\"6836\":1734825600000,\"6837\":1734825600000,\"6838\":1734825600000,\"6839\":1734825600000,\"6840\":1734825600000,\"6841\":1734825600000,\"6842\":1734825600000,\"6843\":1734825600000,\"6844\":1734825600000,\"6845\":1734825600000,\"6846\":1734825600000,\"6847\":1734825600000,\"6848\":1734825600000,\"6849\":1734825600000,\"6850\":1734825600000,\"6851\":1734825600000,\"6852\":1734825600000,\"6853\":1734825600000,\"6854\":1734825600000,\"6855\":1734825600000,\"6856\":1734825600000,\"6857\":1734825600000,\"6858\":1734825600000,\"6859\":1734825600000,\"6860\":1734825600000,\"6861\":1734825600000,\"6862\":1734825600000,\"6863\":1734825600000,\"6864\":1734912000000,\"6865\":1734912000000,\"6866\":1734912000000,\"6867\":1734912000000,\"6868\":1734912000000,\"6869\":1734912000000,\"6870\":1734912000000,\"6871\":1734912000000,\"6872\":1734912000000,\"6873\":1734912000000,\"6874\":1734912000000,\"6875\":1734912000000,\"6876\":1734912000000,\"6877\":1734912000000,\"6878\":1734912000000,\"6879\":1734912000000,\"6880\":1734912000000,\"6881\":1734912000000,\"6882\":1734912000000,\"6883\":1734912000000,\"6884\":1734912000000,\"6885\":1734912000000,\"6886\":1734912000000,\"6887\":1734912000000,\"6888\":1734912000000,\"6889\":1734912000000,\"6890\":1734912000000,\"6891\":1734912000000,\"6892\":1734912000000,\"6893\":1734912000000,\"6894\":1734912000000,\"6895\":1734912000000,\"6896\":1734912000000,\"6897\":1734912000000,\"6898\":1734912000000,\"6899\":1734912000000,\"6900\":1734912000000,\"6901\":1734912000000,\"6902\":1734912000000,\"6903\":1734912000000,\"6904\":1734912000000,\"6905\":1734912000000,\"6906\":1734912000000,\"6907\":1734912000000,\"6908\":1734912000000,\"6909\":1734912000000,\"6910\":1734912000000,\"6911\":1734912000000,\"6912\":1734912000000,\"6913\":1734912000000,\"6914\":1734912000000,\"6915\":1734912000000,\"6916\":1734912000000,\"6917\":1734912000000,\"6918\":1734912000000,\"6919\":1734912000000,\"6920\":1734912000000,\"6921\":1734912000000,\"6922\":1734912000000,\"6923\":1734912000000,\"6924\":1734912000000,\"6925\":1734912000000,\"6926\":1734912000000,\"6927\":1734912000000,\"6928\":1734912000000,\"6929\":1734912000000,\"6930\":1734912000000,\"6931\":1734912000000,\"6932\":1734912000000,\"6933\":1734912000000,\"6934\":1734912000000,\"6935\":1734912000000,\"6936\":1734912000000,\"6937\":1734912000000,\"6938\":1734912000000,\"6939\":1734912000000,\"6940\":1734912000000,\"6941\":1734912000000,\"6942\":1734912000000,\"6943\":1734912000000,\"6944\":1734912000000,\"6945\":1734912000000,\"6946\":1734912000000,\"6947\":1734912000000,\"6948\":1734912000000,\"6949\":1734912000000,\"6950\":1734912000000,\"6951\":1734912000000,\"6952\":1734912000000,\"6953\":1734912000000,\"6954\":1734912000000,\"6955\":1734912000000,\"6956\":1734912000000,\"6957\":1734912000000,\"6958\":1734912000000,\"6959\":1734912000000,\"6960\":1734912000000,\"6961\":1734912000000,\"6962\":1734912000000,\"6963\":1734912000000,\"6964\":1734912000000,\"6965\":1734912000000,\"6966\":1734912000000,\"6967\":1734912000000,\"6968\":1734912000000,\"6969\":1734912000000,\"6970\":1734912000000,\"6971\":1734912000000,\"6972\":1734912000000,\"6973\":1734912000000,\"6974\":1734912000000,\"6975\":1734912000000,\"6976\":1734912000000,\"6977\":1734912000000,\"6978\":1734912000000,\"6979\":1734912000000,\"6980\":1734912000000,\"6981\":1734912000000,\"6982\":1734912000000,\"6983\":1734912000000,\"6984\":1734912000000,\"6985\":1734912000000,\"6986\":1734912000000,\"6987\":1734912000000,\"6988\":1734912000000,\"6989\":1734912000000,\"6990\":1734912000000,\"6991\":1734912000000,\"6992\":1734912000000,\"6993\":1734912000000,\"6994\":1734912000000,\"6995\":1734912000000,\"6996\":1734912000000,\"6997\":1734912000000,\"6998\":1734912000000,\"6999\":1734912000000,\"7000\":1734912000000,\"7001\":1734912000000,\"7002\":1734912000000,\"7003\":1734912000000,\"7004\":1734912000000,\"7005\":1734912000000,\"7006\":1734912000000,\"7007\":1734912000000,\"7008\":1734912000000,\"7009\":1734912000000,\"7010\":1734912000000,\"7011\":1734912000000,\"7012\":1734912000000,\"7013\":1734912000000,\"7014\":1734912000000,\"7015\":1734912000000,\"7016\":1734912000000,\"7017\":1734912000000,\"7018\":1734912000000,\"7019\":1734912000000,\"7020\":1734912000000,\"7021\":1734912000000,\"7022\":1734912000000,\"7023\":1734912000000,\"7024\":1734912000000,\"7025\":1734912000000,\"7026\":1734912000000,\"7027\":1734912000000,\"7028\":1734912000000,\"7029\":1734912000000,\"7030\":1734912000000,\"7031\":1734912000000,\"7032\":1734912000000,\"7033\":1734912000000,\"7034\":1734912000000,\"7035\":1734912000000,\"7036\":1734912000000,\"7037\":1734912000000,\"7038\":1734912000000,\"7039\":1734912000000,\"7040\":1734912000000,\"7041\":1734912000000,\"7042\":1734912000000,\"7043\":1734912000000,\"7044\":1734912000000,\"7045\":1734912000000,\"7046\":1734912000000,\"7047\":1734912000000,\"7048\":1734912000000,\"7049\":1734912000000,\"7050\":1734912000000,\"7051\":1734912000000,\"7052\":1734912000000,\"7053\":1734912000000,\"7054\":1734912000000,\"7055\":1734912000000,\"7056\":1734912000000,\"7057\":1734912000000,\"7058\":1734912000000,\"7059\":1734912000000,\"7060\":1734912000000,\"7061\":1734912000000,\"7062\":1734912000000,\"7063\":1734912000000,\"7064\":1734912000000,\"7065\":1734912000000,\"7066\":1734912000000,\"7067\":1734912000000,\"7068\":1734912000000,\"7069\":1734912000000,\"7070\":1734912000000,\"7071\":1734912000000,\"7072\":1734912000000,\"7073\":1734912000000,\"7074\":1734912000000,\"7075\":1734912000000,\"7076\":1734912000000,\"7077\":1734912000000,\"7078\":1734912000000,\"7079\":1734912000000,\"7080\":1734912000000,\"7081\":1734912000000,\"7082\":1734912000000,\"7083\":1734912000000,\"7084\":1734912000000,\"7085\":1734912000000,\"7086\":1734912000000,\"7087\":1734912000000,\"7088\":1734912000000,\"7089\":1734912000000,\"7090\":1734912000000,\"7091\":1734912000000,\"7092\":1734912000000,\"7093\":1734912000000,\"7094\":1734912000000,\"7095\":1734912000000,\"7096\":1734912000000,\"7097\":1734912000000,\"7098\":1734912000000,\"7099\":1734912000000,\"7100\":1734912000000,\"7101\":1734912000000,\"7102\":1734912000000,\"7103\":1734912000000,\"7104\":1734912000000,\"7105\":1734912000000,\"7106\":1734912000000,\"7107\":1734912000000,\"7108\":1734912000000,\"7109\":1734912000000,\"7110\":1734912000000,\"7111\":1734912000000,\"7112\":1734912000000,\"7113\":1734912000000,\"7114\":1734912000000,\"7115\":1734912000000,\"7116\":1734912000000,\"7117\":1734912000000,\"7118\":1734912000000,\"7119\":1734912000000,\"7120\":1734912000000,\"7121\":1734912000000,\"7122\":1734912000000,\"7123\":1734912000000,\"7124\":1734912000000,\"7125\":1734912000000,\"7126\":1734912000000,\"7127\":1734912000000,\"7128\":1734912000000,\"7129\":1734912000000,\"7130\":1734912000000,\"7131\":1734912000000,\"7132\":1734912000000,\"7133\":1734912000000,\"7134\":1734912000000,\"7135\":1734912000000,\"7136\":1734912000000,\"7137\":1734912000000,\"7138\":1734912000000,\"7139\":1734912000000,\"7140\":1734912000000,\"7141\":1734912000000,\"7142\":1734912000000,\"7143\":1734912000000,\"7144\":1734912000000,\"7145\":1734912000000,\"7146\":1734912000000,\"7147\":1734912000000,\"7148\":1734912000000,\"7149\":1734912000000,\"7150\":1734912000000,\"7151\":1734912000000,\"7152\":1734912000000,\"7153\":1734912000000,\"7154\":1734912000000,\"7155\":1734912000000,\"7156\":1734912000000,\"7157\":1734912000000,\"7158\":1734912000000,\"7159\":1734912000000,\"7160\":1734912000000,\"7161\":1734912000000,\"7162\":1734912000000,\"7163\":1734912000000,\"7164\":1734912000000,\"7165\":1734912000000,\"7166\":1734912000000,\"7167\":1734912000000,\"7168\":1734912000000,\"7169\":1734912000000,\"7170\":1734912000000,\"7171\":1734912000000,\"7172\":1734912000000,\"7173\":1734912000000,\"7174\":1734912000000,\"7175\":1734912000000,\"7176\":1734912000000,\"7177\":1734912000000,\"7178\":1734912000000,\"7179\":1734912000000,\"7180\":1734912000000,\"7181\":1734912000000,\"7182\":1734912000000,\"7183\":1734912000000,\"7184\":1734912000000,\"7185\":1734998400000,\"7186\":1734998400000,\"7187\":1734998400000,\"7188\":1734998400000,\"7189\":1734998400000,\"7190\":1734998400000,\"7191\":1734998400000,\"7192\":1734998400000,\"7193\":1734998400000,\"7194\":1734998400000,\"7195\":1734998400000,\"7196\":1734998400000,\"7197\":1734998400000,\"7198\":1734998400000,\"7199\":1734998400000,\"7200\":1734998400000,\"7201\":1734998400000,\"7202\":1734998400000,\"7203\":1734998400000,\"7204\":1734998400000,\"7205\":1734998400000,\"7206\":1734998400000,\"7207\":1734998400000,\"7208\":1734998400000,\"7209\":1734998400000,\"7210\":1734998400000,\"7211\":1734998400000,\"7212\":1734998400000,\"7213\":1734998400000,\"7214\":1734998400000,\"7215\":1734998400000,\"7216\":1734998400000,\"7217\":1734998400000,\"7218\":1734998400000,\"7219\":1734998400000,\"7220\":1734998400000,\"7221\":1734998400000,\"7222\":1734998400000,\"7223\":1734998400000,\"7224\":1734998400000,\"7225\":1734998400000,\"7226\":1734998400000,\"7227\":1734998400000,\"7228\":1734998400000,\"7229\":1734998400000,\"7230\":1734998400000,\"7231\":1734998400000,\"7232\":1734998400000,\"7233\":1734998400000,\"7234\":1734998400000,\"7235\":1734998400000,\"7236\":1734998400000,\"7237\":1734998400000,\"7238\":1734998400000,\"7239\":1734998400000,\"7240\":1734998400000,\"7241\":1734998400000,\"7242\":1734998400000,\"7243\":1734998400000,\"7244\":1734998400000,\"7245\":1734998400000,\"7246\":1734998400000,\"7247\":1734998400000,\"7248\":1734998400000,\"7249\":1734998400000,\"7250\":1734998400000,\"7251\":1734998400000,\"7252\":1734998400000,\"7253\":1734998400000,\"7254\":1734998400000,\"7255\":1734998400000,\"7256\":1734998400000,\"7257\":1734998400000,\"7258\":1734998400000,\"7259\":1734998400000,\"7260\":1734998400000,\"7261\":1734998400000,\"7262\":1734998400000,\"7263\":1734998400000,\"7264\":1734998400000,\"7265\":1734998400000,\"7266\":1734998400000,\"7267\":1734998400000,\"7268\":1734998400000,\"7269\":1734998400000,\"7270\":1734998400000,\"7271\":1734998400000,\"7272\":1734998400000,\"7273\":1734998400000,\"7274\":1734998400000,\"7275\":1734998400000,\"7276\":1734998400000,\"7277\":1734998400000,\"7278\":1734998400000,\"7279\":1734998400000,\"7280\":1734998400000,\"7281\":1734998400000,\"7282\":1734998400000,\"7283\":1734998400000,\"7284\":1734998400000,\"7285\":1734998400000,\"7286\":1734998400000,\"7287\":1734998400000,\"7288\":1734998400000,\"7289\":1734998400000,\"7290\":1734998400000,\"7291\":1734998400000,\"7292\":1734998400000,\"7293\":1734998400000,\"7294\":1734998400000,\"7295\":1734998400000,\"7296\":1734998400000,\"7297\":1734998400000,\"7298\":1734998400000,\"7299\":1734998400000,\"7300\":1734998400000,\"7301\":1734998400000,\"7302\":1734998400000,\"7303\":1734998400000,\"7304\":1734998400000,\"7305\":1734998400000,\"7306\":1734998400000,\"7307\":1734998400000,\"7308\":1734998400000,\"7309\":1734998400000,\"7310\":1734998400000,\"7311\":1734998400000,\"7312\":1734998400000,\"7313\":1734998400000,\"7314\":1734998400000,\"7315\":1734998400000,\"7316\":1734998400000,\"7317\":1734998400000,\"7318\":1734998400000,\"7319\":1734998400000,\"7320\":1734998400000,\"7321\":1734998400000,\"7322\":1734998400000,\"7323\":1734998400000,\"7324\":1734998400000,\"7325\":1734998400000,\"7326\":1734998400000,\"7327\":1734998400000,\"7328\":1734998400000,\"7329\":1734998400000,\"7330\":1734998400000,\"7331\":1734998400000,\"7332\":1734998400000,\"7333\":1734998400000,\"7334\":1734998400000,\"7335\":1734998400000,\"7336\":1734998400000,\"7337\":1734998400000,\"7338\":1734998400000,\"7339\":1734998400000,\"7340\":1734998400000,\"7341\":1734998400000,\"7342\":1734998400000,\"7343\":1734998400000,\"7344\":1734998400000,\"7345\":1734998400000,\"7346\":1734998400000,\"7347\":1734998400000,\"7348\":1734998400000,\"7349\":1734998400000,\"7350\":1734998400000,\"7351\":1734998400000,\"7352\":1734998400000,\"7353\":1734998400000,\"7354\":1734998400000,\"7355\":1734998400000,\"7356\":1734998400000,\"7357\":1734998400000,\"7358\":1734998400000,\"7359\":1734998400000,\"7360\":1734998400000,\"7361\":1734998400000,\"7362\":1734998400000,\"7363\":1734998400000,\"7364\":1734998400000,\"7365\":1734998400000,\"7366\":1734998400000,\"7367\":1734998400000,\"7368\":1734998400000,\"7369\":1734998400000,\"7370\":1734998400000,\"7371\":1734998400000,\"7372\":1734998400000,\"7373\":1734998400000,\"7374\":1734998400000,\"7375\":1734998400000,\"7376\":1734998400000,\"7377\":1734998400000,\"7378\":1734998400000,\"7379\":1734998400000,\"7380\":1734998400000,\"7381\":1734998400000,\"7382\":1734998400000,\"7383\":1734998400000,\"7384\":1734998400000,\"7385\":1734998400000,\"7386\":1734998400000,\"7387\":1734998400000,\"7388\":1734998400000,\"7389\":1734998400000,\"7390\":1734998400000,\"7391\":1734998400000,\"7392\":1734998400000,\"7393\":1734998400000,\"7394\":1734998400000,\"7395\":1734998400000,\"7396\":1734998400000,\"7397\":1734998400000,\"7398\":1734998400000,\"7399\":1734998400000,\"7400\":1734998400000,\"7401\":1734998400000,\"7402\":1734998400000,\"7403\":1734998400000,\"7404\":1734998400000,\"7405\":1734998400000,\"7406\":1734998400000,\"7407\":1734998400000,\"7408\":1734998400000,\"7409\":1734998400000,\"7410\":1734998400000,\"7411\":1734998400000,\"7412\":1734998400000,\"7413\":1734998400000,\"7414\":1734998400000,\"7415\":1734998400000,\"7416\":1734998400000,\"7417\":1734998400000,\"7418\":1734998400000,\"7419\":1734998400000,\"7420\":1734998400000,\"7421\":1734998400000,\"7422\":1734998400000,\"7423\":1734998400000,\"7424\":1734998400000,\"7425\":1734998400000,\"7426\":1734998400000,\"7427\":1734998400000,\"7428\":1734998400000,\"7429\":1734998400000,\"7430\":1734998400000,\"7431\":1734998400000,\"7432\":1734998400000,\"7433\":1734998400000,\"7434\":1734998400000,\"7435\":1734998400000,\"7436\":1734998400000,\"7437\":1734998400000,\"7438\":1734998400000,\"7439\":1734998400000,\"7440\":1734998400000,\"7441\":1734998400000,\"7442\":1734998400000,\"7443\":1734998400000,\"7444\":1734998400000,\"7445\":1734998400000,\"7446\":1734998400000,\"7447\":1734998400000,\"7448\":1734998400000,\"7449\":1734998400000,\"7450\":1734998400000,\"7451\":1734998400000,\"7452\":1734998400000,\"7453\":1734998400000,\"7454\":1734998400000,\"7455\":1734998400000,\"7456\":1734998400000,\"7457\":1734998400000,\"7458\":1734998400000,\"7459\":1734998400000,\"7460\":1734998400000,\"7461\":1734998400000,\"7462\":1734998400000,\"7463\":1734998400000,\"7464\":1734998400000,\"7465\":1734998400000,\"7466\":1734998400000,\"7467\":1734998400000,\"7468\":1734998400000,\"7469\":1734998400000,\"7470\":1734998400000,\"7471\":1734998400000,\"7472\":1734998400000,\"7473\":1734998400000,\"7474\":1734998400000,\"7475\":1734998400000,\"7476\":1734998400000,\"7477\":1734998400000,\"7478\":1734998400000,\"7479\":1734998400000,\"7480\":1734998400000,\"7481\":1734998400000,\"7482\":1734998400000,\"7483\":1734998400000,\"7484\":1734998400000,\"7485\":1734998400000,\"7486\":1734998400000,\"7487\":1734998400000,\"7488\":1734998400000,\"7489\":1734998400000,\"7490\":1734998400000,\"7491\":1734998400000,\"7492\":1734998400000,\"7493\":1734998400000,\"7494\":1734998400000,\"7495\":1734998400000,\"7496\":1734998400000,\"7497\":1734998400000,\"7498\":1734998400000,\"7499\":1734998400000,\"7500\":1734998400000,\"7501\":1734998400000,\"7502\":1735084800000,\"7503\":1735084800000,\"7504\":1735084800000,\"7505\":1735084800000,\"7506\":1735084800000,\"7507\":1735084800000,\"7508\":1735084800000,\"7509\":1735084800000,\"7510\":1735084800000,\"7511\":1735084800000,\"7512\":1735084800000,\"7513\":1735084800000,\"7514\":1735084800000,\"7515\":1735084800000,\"7516\":1735084800000,\"7517\":1735084800000,\"7518\":1735084800000,\"7519\":1735084800000,\"7520\":1735084800000,\"7521\":1735084800000,\"7522\":1735084800000,\"7523\":1735084800000,\"7524\":1735084800000,\"7525\":1735084800000,\"7526\":1735084800000,\"7527\":1735084800000,\"7528\":1735084800000,\"7529\":1735084800000,\"7530\":1735084800000,\"7531\":1735084800000,\"7532\":1735084800000,\"7533\":1735084800000,\"7534\":1735084800000,\"7535\":1735084800000,\"7536\":1735084800000,\"7537\":1735084800000,\"7538\":1735084800000,\"7539\":1735084800000,\"7540\":1735084800000,\"7541\":1735084800000,\"7542\":1735084800000,\"7543\":1735084800000,\"7544\":1735084800000,\"7545\":1735084800000,\"7546\":1735084800000,\"7547\":1735084800000,\"7548\":1735084800000,\"7549\":1735084800000,\"7550\":1735084800000,\"7551\":1735084800000,\"7552\":1735084800000,\"7553\":1735084800000,\"7554\":1735084800000,\"7555\":1735084800000,\"7556\":1735084800000,\"7557\":1735084800000,\"7558\":1735084800000,\"7559\":1735084800000,\"7560\":1735084800000,\"7561\":1735084800000,\"7562\":1735084800000,\"7563\":1735084800000,\"7564\":1735084800000,\"7565\":1735084800000,\"7566\":1735084800000,\"7567\":1735084800000,\"7568\":1735084800000,\"7569\":1735084800000,\"7570\":1735084800000,\"7571\":1735084800000,\"7572\":1735084800000,\"7573\":1735084800000,\"7574\":1735084800000,\"7575\":1735084800000,\"7576\":1735084800000,\"7577\":1735084800000,\"7578\":1735084800000,\"7579\":1735084800000,\"7580\":1735084800000,\"7581\":1735084800000,\"7582\":1735084800000,\"7583\":1735084800000,\"7584\":1735084800000,\"7585\":1735084800000,\"7586\":1735084800000,\"7587\":1735084800000,\"7588\":1735084800000,\"7589\":1735084800000,\"7590\":1735084800000,\"7591\":1735084800000,\"7592\":1735084800000,\"7593\":1735084800000,\"7594\":1735084800000,\"7595\":1735084800000,\"7596\":1735084800000,\"7597\":1735084800000,\"7598\":1735084800000,\"7599\":1735084800000,\"7600\":1735084800000,\"7601\":1735084800000,\"7602\":1735084800000,\"7603\":1735084800000,\"7604\":1735084800000,\"7605\":1735084800000,\"7606\":1735084800000,\"7607\":1735084800000,\"7608\":1735084800000,\"7609\":1735084800000,\"7610\":1735084800000,\"7611\":1735084800000,\"7612\":1735084800000,\"7613\":1735084800000,\"7614\":1735084800000,\"7615\":1735084800000,\"7616\":1735084800000,\"7617\":1735084800000,\"7618\":1735084800000,\"7619\":1735084800000,\"7620\":1735084800000,\"7621\":1735084800000,\"7622\":1735084800000,\"7623\":1735084800000,\"7624\":1735084800000,\"7625\":1735084800000,\"7626\":1735084800000,\"7627\":1735084800000,\"7628\":1735084800000,\"7629\":1735084800000,\"7630\":1735084800000,\"7631\":1735084800000,\"7632\":1735084800000,\"7633\":1735084800000,\"7634\":1735084800000,\"7635\":1735084800000,\"7636\":1735084800000,\"7637\":1735084800000,\"7638\":1735084800000,\"7639\":1735084800000,\"7640\":1735084800000,\"7641\":1735084800000,\"7642\":1735084800000,\"7643\":1735084800000,\"7644\":1735084800000,\"7645\":1735084800000,\"7646\":1735084800000,\"7647\":1735084800000,\"7648\":1735084800000,\"7649\":1735084800000,\"7650\":1735084800000,\"7651\":1735084800000,\"7652\":1735084800000,\"7653\":1735084800000,\"7654\":1735084800000,\"7655\":1735084800000,\"7656\":1735084800000,\"7657\":1735084800000,\"7658\":1735084800000,\"7659\":1735084800000,\"7660\":1735084800000,\"7661\":1735084800000,\"7662\":1735084800000,\"7663\":1735084800000,\"7664\":1735084800000,\"7665\":1735084800000,\"7666\":1735084800000,\"7667\":1735084800000,\"7668\":1735084800000,\"7669\":1735084800000,\"7670\":1735084800000,\"7671\":1735084800000,\"7672\":1735084800000,\"7673\":1735084800000,\"7674\":1735084800000,\"7675\":1735084800000,\"7676\":1735084800000,\"7677\":1735084800000,\"7678\":1735084800000,\"7679\":1735084800000,\"7680\":1735084800000,\"7681\":1735084800000,\"7682\":1735084800000,\"7683\":1735084800000,\"7684\":1735084800000,\"7685\":1735084800000,\"7686\":1735084800000,\"7687\":1735084800000,\"7688\":1735084800000,\"7689\":1735084800000,\"7690\":1735084800000,\"7691\":1735084800000,\"7692\":1735084800000,\"7693\":1735084800000,\"7694\":1735084800000,\"7695\":1735084800000,\"7696\":1735084800000,\"7697\":1735084800000,\"7698\":1735084800000,\"7699\":1735084800000,\"7700\":1735084800000,\"7701\":1735084800000,\"7702\":1735084800000,\"7703\":1735084800000,\"7704\":1735084800000,\"7705\":1735084800000,\"7706\":1735084800000,\"7707\":1735084800000,\"7708\":1735084800000,\"7709\":1735084800000,\"7710\":1735084800000,\"7711\":1735084800000,\"7712\":1735084800000,\"7713\":1735084800000,\"7714\":1735084800000,\"7715\":1735084800000,\"7716\":1735084800000,\"7717\":1735084800000,\"7718\":1735084800000,\"7719\":1735084800000,\"7720\":1735084800000,\"7721\":1735084800000,\"7722\":1735084800000,\"7723\":1735084800000,\"7724\":1735084800000,\"7725\":1735084800000,\"7726\":1735084800000,\"7727\":1735084800000,\"7728\":1735084800000,\"7729\":1735084800000,\"7730\":1735084800000,\"7731\":1735084800000,\"7732\":1735084800000,\"7733\":1735084800000,\"7734\":1735084800000,\"7735\":1735084800000,\"7736\":1735084800000,\"7737\":1735084800000,\"7738\":1735084800000,\"7739\":1735084800000,\"7740\":1735084800000,\"7741\":1735084800000,\"7742\":1735084800000,\"7743\":1735084800000,\"7744\":1735084800000,\"7745\":1735084800000,\"7746\":1735084800000,\"7747\":1735084800000,\"7748\":1735084800000,\"7749\":1735084800000,\"7750\":1735084800000,\"7751\":1735084800000,\"7752\":1735084800000,\"7753\":1735084800000,\"7754\":1735084800000,\"7755\":1735084800000,\"7756\":1735084800000,\"7757\":1735084800000,\"7758\":1735084800000,\"7759\":1735084800000,\"7760\":1735084800000,\"7761\":1735084800000,\"7762\":1735084800000,\"7763\":1735084800000,\"7764\":1735084800000,\"7765\":1735084800000,\"7766\":1735084800000,\"7767\":1735084800000,\"7768\":1735084800000,\"7769\":1735084800000,\"7770\":1735084800000,\"7771\":1735084800000,\"7772\":1735084800000,\"7773\":1735084800000,\"7774\":1735084800000,\"7775\":1735084800000,\"7776\":1735084800000,\"7777\":1735084800000,\"7778\":1735084800000,\"7779\":1735084800000,\"7780\":1735084800000,\"7781\":1735084800000,\"7782\":1735084800000,\"7783\":1735084800000,\"7784\":1735084800000,\"7785\":1735084800000,\"7786\":1735084800000,\"7787\":1735084800000,\"7788\":1735084800000,\"7789\":1735084800000,\"7790\":1735084800000,\"7791\":1735084800000,\"7792\":1735084800000,\"7793\":1735084800000,\"7794\":1735084800000,\"7795\":1735084800000,\"7796\":1735084800000,\"7797\":1735084800000,\"7798\":1735084800000,\"7799\":1735084800000,\"7800\":1735084800000,\"7801\":1735084800000,\"7802\":1735084800000,\"7803\":1735084800000,\"7804\":1735084800000,\"7805\":1735084800000,\"7806\":1735084800000,\"7807\":1735084800000,\"7808\":1735084800000,\"7809\":1735084800000,\"7810\":1735084800000,\"7811\":1735084800000,\"7812\":1735084800000,\"7813\":1735084800000,\"7814\":1735084800000,\"7815\":1735084800000,\"7816\":1735084800000,\"7817\":1735171200000,\"7818\":1735171200000,\"7819\":1735171200000,\"7820\":1735171200000,\"7821\":1735171200000,\"7822\":1735171200000,\"7823\":1735171200000,\"7824\":1735171200000,\"7825\":1735171200000,\"7826\":1735171200000,\"7827\":1735171200000,\"7828\":1735171200000,\"7829\":1735171200000,\"7830\":1735171200000,\"7831\":1735171200000,\"7832\":1735171200000,\"7833\":1735171200000,\"7834\":1735171200000,\"7835\":1735171200000,\"7836\":1735171200000,\"7837\":1735171200000,\"7838\":1735171200000,\"7839\":1735171200000,\"7840\":1735171200000,\"7841\":1735171200000,\"7842\":1735171200000,\"7843\":1735171200000,\"7844\":1735171200000,\"7845\":1735171200000,\"7846\":1735171200000,\"7847\":1735171200000,\"7848\":1735171200000,\"7849\":1735171200000,\"7850\":1735171200000,\"7851\":1735171200000,\"7852\":1735171200000,\"7853\":1735171200000,\"7854\":1735171200000,\"7855\":1735171200000,\"7856\":1735171200000,\"7857\":1735171200000,\"7858\":1735171200000,\"7859\":1735171200000,\"7860\":1735171200000,\"7861\":1735171200000,\"7862\":1735171200000,\"7863\":1735171200000,\"7864\":1735171200000,\"7865\":1735171200000,\"7866\":1735171200000,\"7867\":1735171200000,\"7868\":1735171200000,\"7869\":1735171200000,\"7870\":1735171200000,\"7871\":1735171200000,\"7872\":1735171200000,\"7873\":1735171200000,\"7874\":1735171200000,\"7875\":1735171200000,\"7876\":1735171200000,\"7877\":1735171200000,\"7878\":1735171200000,\"7879\":1735171200000,\"7880\":1735171200000,\"7881\":1735171200000,\"7882\":1735171200000,\"7883\":1735171200000,\"7884\":1735171200000,\"7885\":1735171200000,\"7886\":1735171200000,\"7887\":1735171200000,\"7888\":1735171200000,\"7889\":1735171200000,\"7890\":1735171200000,\"7891\":1735171200000,\"7892\":1735171200000,\"7893\":1735171200000,\"7894\":1735171200000,\"7895\":1735171200000,\"7896\":1735171200000,\"7897\":1735171200000,\"7898\":1735171200000,\"7899\":1735171200000,\"7900\":1735171200000,\"7901\":1735171200000,\"7902\":1735171200000,\"7903\":1735171200000,\"7904\":1735171200000,\"7905\":1735171200000,\"7906\":1735171200000,\"7907\":1735171200000,\"7908\":1735171200000,\"7909\":1735171200000,\"7910\":1735171200000,\"7911\":1735171200000,\"7912\":1735171200000,\"7913\":1735171200000,\"7914\":1735171200000,\"7915\":1735171200000,\"7916\":1735171200000,\"7917\":1735171200000,\"7918\":1735171200000,\"7919\":1735171200000,\"7920\":1735171200000,\"7921\":1735171200000,\"7922\":1735171200000,\"7923\":1735171200000,\"7924\":1735171200000,\"7925\":1735171200000,\"7926\":1735171200000,\"7927\":1735171200000,\"7928\":1735171200000,\"7929\":1735171200000,\"7930\":1735171200000,\"7931\":1735171200000,\"7932\":1735171200000,\"7933\":1735171200000,\"7934\":1735171200000,\"7935\":1735171200000,\"7936\":1735171200000,\"7937\":1735171200000,\"7938\":1735171200000,\"7939\":1735171200000,\"7940\":1735171200000,\"7941\":1735171200000,\"7942\":1735171200000,\"7943\":1735171200000,\"7944\":1735171200000,\"7945\":1735171200000,\"7946\":1735171200000,\"7947\":1735171200000,\"7948\":1735171200000,\"7949\":1735171200000,\"7950\":1735171200000,\"7951\":1735171200000,\"7952\":1735171200000,\"7953\":1735171200000,\"7954\":1735171200000,\"7955\":1735171200000,\"7956\":1735171200000,\"7957\":1735171200000,\"7958\":1735171200000,\"7959\":1735171200000,\"7960\":1735171200000,\"7961\":1735171200000,\"7962\":1735171200000,\"7963\":1735171200000,\"7964\":1735171200000,\"7965\":1735171200000,\"7966\":1735171200000,\"7967\":1735171200000,\"7968\":1735171200000,\"7969\":1735171200000,\"7970\":1735171200000,\"7971\":1735171200000,\"7972\":1735171200000,\"7973\":1735171200000,\"7974\":1735171200000,\"7975\":1735171200000,\"7976\":1735171200000,\"7977\":1735171200000,\"7978\":1735171200000,\"7979\":1735171200000,\"7980\":1735171200000,\"7981\":1735171200000,\"7982\":1735171200000,\"7983\":1735171200000,\"7984\":1735171200000,\"7985\":1735171200000,\"7986\":1735171200000,\"7987\":1735171200000,\"7988\":1735171200000,\"7989\":1735171200000,\"7990\":1735171200000,\"7991\":1735171200000,\"7992\":1735171200000,\"7993\":1735171200000,\"7994\":1735171200000,\"7995\":1735171200000,\"7996\":1735171200000,\"7997\":1735171200000,\"7998\":1735171200000,\"7999\":1735171200000,\"8000\":1735171200000,\"8001\":1735171200000,\"8002\":1735171200000,\"8003\":1735171200000,\"8004\":1735171200000,\"8005\":1735171200000,\"8006\":1735171200000,\"8007\":1735171200000,\"8008\":1735171200000,\"8009\":1735171200000,\"8010\":1735171200000,\"8011\":1735171200000,\"8012\":1735171200000,\"8013\":1735171200000,\"8014\":1735171200000,\"8015\":1735171200000,\"8016\":1735171200000,\"8017\":1735171200000,\"8018\":1735171200000,\"8019\":1735171200000,\"8020\":1735171200000,\"8021\":1735171200000,\"8022\":1735171200000,\"8023\":1735171200000,\"8024\":1735171200000,\"8025\":1735171200000,\"8026\":1735171200000,\"8027\":1735171200000,\"8028\":1735171200000,\"8029\":1735171200000,\"8030\":1735171200000,\"8031\":1735171200000,\"8032\":1735171200000,\"8033\":1735171200000,\"8034\":1735171200000,\"8035\":1735171200000,\"8036\":1735171200000,\"8037\":1735171200000,\"8038\":1735171200000,\"8039\":1735171200000,\"8040\":1735171200000,\"8041\":1735171200000,\"8042\":1735171200000,\"8043\":1735171200000,\"8044\":1735171200000,\"8045\":1735171200000,\"8046\":1735171200000,\"8047\":1735171200000,\"8048\":1735171200000,\"8049\":1735171200000,\"8050\":1735171200000,\"8051\":1735171200000,\"8052\":1735171200000,\"8053\":1735171200000,\"8054\":1735171200000,\"8055\":1735171200000,\"8056\":1735171200000,\"8057\":1735171200000,\"8058\":1735171200000,\"8059\":1735171200000,\"8060\":1735171200000,\"8061\":1735171200000,\"8062\":1735171200000,\"8063\":1735171200000,\"8064\":1735171200000,\"8065\":1735171200000,\"8066\":1735171200000,\"8067\":1735171200000,\"8068\":1735171200000,\"8069\":1735171200000,\"8070\":1735171200000,\"8071\":1735171200000,\"8072\":1735171200000,\"8073\":1735171200000,\"8074\":1735171200000,\"8075\":1735171200000,\"8076\":1735171200000,\"8077\":1735171200000,\"8078\":1735171200000,\"8079\":1735171200000,\"8080\":1735171200000,\"8081\":1735171200000,\"8082\":1735171200000,\"8083\":1735171200000,\"8084\":1735171200000,\"8085\":1735171200000,\"8086\":1735171200000,\"8087\":1735171200000,\"8088\":1735171200000,\"8089\":1735171200000,\"8090\":1735171200000,\"8091\":1735171200000,\"8092\":1735171200000,\"8093\":1735171200000,\"8094\":1735171200000,\"8095\":1735171200000,\"8096\":1735171200000,\"8097\":1735171200000,\"8098\":1735171200000,\"8099\":1735171200000,\"8100\":1735171200000,\"8101\":1735171200000,\"8102\":1735171200000,\"8103\":1735171200000,\"8104\":1735171200000,\"8105\":1735171200000,\"8106\":1735171200000,\"8107\":1735171200000,\"8108\":1735171200000,\"8109\":1735171200000,\"8110\":1735171200000,\"8111\":1735171200000,\"8112\":1735171200000,\"8113\":1735171200000,\"8114\":1735171200000,\"8115\":1735171200000,\"8116\":1735171200000,\"8117\":1735171200000,\"8118\":1735171200000,\"8119\":1735171200000,\"8120\":1735171200000,\"8121\":1735171200000,\"8122\":1735171200000,\"8123\":1735171200000,\"8124\":1735171200000,\"8125\":1735171200000,\"8126\":1735171200000,\"8127\":1735171200000,\"8128\":1735257600000,\"8129\":1735257600000,\"8130\":1735257600000,\"8131\":1735257600000,\"8132\":1735257600000,\"8133\":1735257600000,\"8134\":1735257600000,\"8135\":1735257600000,\"8136\":1735257600000,\"8137\":1735257600000,\"8138\":1735257600000,\"8139\":1735257600000,\"8140\":1735257600000,\"8141\":1735257600000,\"8142\":1735257600000,\"8143\":1735257600000,\"8144\":1735257600000,\"8145\":1735257600000,\"8146\":1735257600000,\"8147\":1735257600000,\"8148\":1735257600000,\"8149\":1735257600000,\"8150\":1735257600000,\"8151\":1735257600000,\"8152\":1735257600000,\"8153\":1735257600000,\"8154\":1735257600000,\"8155\":1735257600000,\"8156\":1735257600000,\"8157\":1735257600000,\"8158\":1735257600000,\"8159\":1735257600000,\"8160\":1735257600000,\"8161\":1735257600000,\"8162\":1735257600000,\"8163\":1735257600000,\"8164\":1735257600000,\"8165\":1735257600000,\"8166\":1735257600000,\"8167\":1735257600000,\"8168\":1735257600000,\"8169\":1735257600000,\"8170\":1735257600000,\"8171\":1735257600000,\"8172\":1735257600000,\"8173\":1735257600000,\"8174\":1735257600000,\"8175\":1735257600000,\"8176\":1735257600000,\"8177\":1735257600000,\"8178\":1735257600000,\"8179\":1735257600000,\"8180\":1735257600000,\"8181\":1735257600000,\"8182\":1735257600000,\"8183\":1735257600000,\"8184\":1735257600000,\"8185\":1735257600000,\"8186\":1735257600000,\"8187\":1735257600000,\"8188\":1735257600000,\"8189\":1735257600000,\"8190\":1735257600000,\"8191\":1735257600000,\"8192\":1735257600000,\"8193\":1735257600000,\"8194\":1735257600000,\"8195\":1735257600000,\"8196\":1735257600000,\"8197\":1735257600000,\"8198\":1735257600000,\"8199\":1735257600000,\"8200\":1735257600000,\"8201\":1735257600000,\"8202\":1735257600000,\"8203\":1735257600000,\"8204\":1735257600000,\"8205\":1735257600000,\"8206\":1735257600000,\"8207\":1735257600000,\"8208\":1735257600000,\"8209\":1735257600000,\"8210\":1735257600000,\"8211\":1735257600000,\"8212\":1735257600000,\"8213\":1735257600000,\"8214\":1735257600000,\"8215\":1735257600000,\"8216\":1735257600000,\"8217\":1735257600000,\"8218\":1735257600000,\"8219\":1735257600000,\"8220\":1735257600000,\"8221\":1735257600000,\"8222\":1735257600000,\"8223\":1735257600000,\"8224\":1735257600000,\"8225\":1735257600000,\"8226\":1735257600000,\"8227\":1735257600000,\"8228\":1735257600000,\"8229\":1735257600000,\"8230\":1735257600000,\"8231\":1735257600000,\"8232\":1735257600000,\"8233\":1735257600000,\"8234\":1735257600000,\"8235\":1735257600000,\"8236\":1735257600000,\"8237\":1735257600000,\"8238\":1735257600000,\"8239\":1735257600000,\"8240\":1735257600000,\"8241\":1735257600000,\"8242\":1735257600000,\"8243\":1735257600000,\"8244\":1735257600000,\"8245\":1735257600000,\"8246\":1735257600000,\"8247\":1735257600000,\"8248\":1735257600000,\"8249\":1735257600000,\"8250\":1735257600000,\"8251\":1735257600000,\"8252\":1735257600000,\"8253\":1735257600000,\"8254\":1735257600000,\"8255\":1735257600000,\"8256\":1735257600000,\"8257\":1735257600000,\"8258\":1735257600000,\"8259\":1735257600000,\"8260\":1735257600000,\"8261\":1735257600000,\"8262\":1735257600000,\"8263\":1735257600000,\"8264\":1735257600000,\"8265\":1735257600000,\"8266\":1735257600000,\"8267\":1735257600000,\"8268\":1735257600000,\"8269\":1735257600000,\"8270\":1735257600000,\"8271\":1735257600000,\"8272\":1735257600000,\"8273\":1735257600000,\"8274\":1735257600000,\"8275\":1735257600000,\"8276\":1735257600000,\"8277\":1735257600000,\"8278\":1735257600000,\"8279\":1735257600000,\"8280\":1735257600000,\"8281\":1735257600000,\"8282\":1735257600000,\"8283\":1735257600000,\"8284\":1735257600000,\"8285\":1735257600000,\"8286\":1735257600000,\"8287\":1735257600000,\"8288\":1735257600000,\"8289\":1735257600000,\"8290\":1735257600000,\"8291\":1735257600000,\"8292\":1735257600000,\"8293\":1735257600000,\"8294\":1735257600000,\"8295\":1735257600000,\"8296\":1735257600000,\"8297\":1735257600000,\"8298\":1735257600000,\"8299\":1735257600000,\"8300\":1735257600000,\"8301\":1735257600000,\"8302\":1735257600000,\"8303\":1735257600000,\"8304\":1735257600000,\"8305\":1735257600000,\"8306\":1735257600000,\"8307\":1735257600000,\"8308\":1735257600000,\"8309\":1735257600000,\"8310\":1735257600000,\"8311\":1735257600000,\"8312\":1735257600000,\"8313\":1735257600000,\"8314\":1735257600000,\"8315\":1735257600000,\"8316\":1735257600000,\"8317\":1735257600000,\"8318\":1735257600000,\"8319\":1735257600000,\"8320\":1735257600000,\"8321\":1735257600000,\"8322\":1735257600000,\"8323\":1735257600000,\"8324\":1735257600000,\"8325\":1735257600000,\"8326\":1735257600000,\"8327\":1735257600000,\"8328\":1735257600000,\"8329\":1735257600000,\"8330\":1735257600000,\"8331\":1735257600000,\"8332\":1735257600000,\"8333\":1735257600000,\"8334\":1735257600000,\"8335\":1735257600000,\"8336\":1735257600000,\"8337\":1735257600000,\"8338\":1735257600000,\"8339\":1735257600000,\"8340\":1735257600000,\"8341\":1735257600000,\"8342\":1735257600000,\"8343\":1735257600000,\"8344\":1735257600000,\"8345\":1735257600000,\"8346\":1735257600000,\"8347\":1735257600000,\"8348\":1735257600000,\"8349\":1735257600000,\"8350\":1735257600000,\"8351\":1735257600000,\"8352\":1735257600000,\"8353\":1735257600000,\"8354\":1735257600000,\"8355\":1735257600000,\"8356\":1735257600000,\"8357\":1735257600000,\"8358\":1735257600000,\"8359\":1735257600000,\"8360\":1735257600000,\"8361\":1735257600000,\"8362\":1735257600000,\"8363\":1735257600000,\"8364\":1735257600000,\"8365\":1735257600000,\"8366\":1735257600000,\"8367\":1735257600000,\"8368\":1735257600000,\"8369\":1735257600000,\"8370\":1735257600000,\"8371\":1735257600000,\"8372\":1735257600000,\"8373\":1735257600000,\"8374\":1735257600000,\"8375\":1735257600000,\"8376\":1735257600000,\"8377\":1735257600000,\"8378\":1735257600000,\"8379\":1735257600000,\"8380\":1735257600000,\"8381\":1735257600000,\"8382\":1735257600000,\"8383\":1735257600000,\"8384\":1735257600000,\"8385\":1735257600000,\"8386\":1735257600000,\"8387\":1735257600000,\"8388\":1735257600000,\"8389\":1735257600000,\"8390\":1735257600000,\"8391\":1735257600000,\"8392\":1735257600000,\"8393\":1735257600000,\"8394\":1735257600000,\"8395\":1735257600000,\"8396\":1735257600000,\"8397\":1735257600000,\"8398\":1735257600000,\"8399\":1735257600000,\"8400\":1735257600000,\"8401\":1735257600000,\"8402\":1735257600000,\"8403\":1735257600000,\"8404\":1735257600000,\"8405\":1735257600000,\"8406\":1735257600000,\"8407\":1735257600000,\"8408\":1735257600000,\"8409\":1735257600000,\"8410\":1735257600000,\"8411\":1735257600000,\"8412\":1735257600000,\"8413\":1735257600000,\"8414\":1735257600000,\"8415\":1735257600000,\"8416\":1735257600000,\"8417\":1735257600000,\"8418\":1735257600000,\"8419\":1735257600000,\"8420\":1735257600000,\"8421\":1735257600000,\"8422\":1735257600000,\"8423\":1735257600000,\"8424\":1735257600000,\"8425\":1735257600000,\"8426\":1735257600000,\"8427\":1735257600000,\"8428\":1735257600000,\"8429\":1735257600000,\"8430\":1735257600000,\"8431\":1735257600000,\"8432\":1735257600000,\"8433\":1735257600000,\"8434\":1735257600000,\"8435\":1735257600000,\"8436\":1735257600000,\"8437\":1735257600000,\"8438\":1735257600000,\"8439\":1735344000000,\"8440\":1735344000000,\"8441\":1735344000000,\"8442\":1735344000000,\"8443\":1735344000000,\"8444\":1735344000000,\"8445\":1735344000000,\"8446\":1735344000000,\"8447\":1735344000000,\"8448\":1735344000000,\"8449\":1735344000000,\"8450\":1735344000000,\"8451\":1735344000000,\"8452\":1735344000000,\"8453\":1735344000000,\"8454\":1735344000000,\"8455\":1735344000000,\"8456\":1735344000000,\"8457\":1735344000000,\"8458\":1735344000000,\"8459\":1735344000000,\"8460\":1735344000000,\"8461\":1735344000000,\"8462\":1735344000000,\"8463\":1735344000000,\"8464\":1735344000000,\"8465\":1735344000000,\"8466\":1735344000000,\"8467\":1735344000000,\"8468\":1735344000000,\"8469\":1735344000000,\"8470\":1735344000000,\"8471\":1735344000000,\"8472\":1735344000000,\"8473\":1735344000000,\"8474\":1735344000000,\"8475\":1735344000000,\"8476\":1735344000000,\"8477\":1735344000000,\"8478\":1735344000000,\"8479\":1735344000000,\"8480\":1735344000000,\"8481\":1735344000000,\"8482\":1735344000000,\"8483\":1735344000000,\"8484\":1735344000000,\"8485\":1735344000000,\"8486\":1735344000000,\"8487\":1735344000000,\"8488\":1735344000000,\"8489\":1735344000000,\"8490\":1735344000000,\"8491\":1735344000000,\"8492\":1735344000000,\"8493\":1735344000000,\"8494\":1735344000000,\"8495\":1735344000000,\"8496\":1735344000000,\"8497\":1735344000000,\"8498\":1735344000000,\"8499\":1735344000000,\"8500\":1735344000000,\"8501\":1735344000000,\"8502\":1735344000000,\"8503\":1735344000000,\"8504\":1735344000000,\"8505\":1735344000000,\"8506\":1735344000000,\"8507\":1735344000000,\"8508\":1735344000000,\"8509\":1735344000000,\"8510\":1735344000000,\"8511\":1735344000000,\"8512\":1735344000000,\"8513\":1735344000000,\"8514\":1735344000000,\"8515\":1735344000000,\"8516\":1735344000000,\"8517\":1735344000000,\"8518\":1735344000000,\"8519\":1735344000000,\"8520\":1735344000000,\"8521\":1735344000000,\"8522\":1735344000000,\"8523\":1735344000000,\"8524\":1735344000000,\"8525\":1735344000000,\"8526\":1735344000000,\"8527\":1735344000000,\"8528\":1735344000000,\"8529\":1735344000000,\"8530\":1735344000000,\"8531\":1735344000000,\"8532\":1735344000000,\"8533\":1735344000000,\"8534\":1735344000000,\"8535\":1735344000000,\"8536\":1735344000000,\"8537\":1735344000000,\"8538\":1735344000000,\"8539\":1735344000000,\"8540\":1735344000000,\"8541\":1735344000000,\"8542\":1735344000000,\"8543\":1735344000000,\"8544\":1735344000000,\"8545\":1735344000000,\"8546\":1735344000000,\"8547\":1735344000000,\"8548\":1735344000000,\"8549\":1735344000000,\"8550\":1735344000000,\"8551\":1735344000000,\"8552\":1735344000000,\"8553\":1735344000000,\"8554\":1735344000000,\"8555\":1735344000000,\"8556\":1735344000000,\"8557\":1735344000000,\"8558\":1735344000000,\"8559\":1735344000000,\"8560\":1735344000000,\"8561\":1735344000000,\"8562\":1735344000000,\"8563\":1735344000000,\"8564\":1735344000000,\"8565\":1735344000000,\"8566\":1735344000000,\"8567\":1735344000000,\"8568\":1735344000000,\"8569\":1735344000000,\"8570\":1735344000000,\"8571\":1735344000000,\"8572\":1735344000000,\"8573\":1735344000000,\"8574\":1735344000000,\"8575\":1735344000000,\"8576\":1735344000000,\"8577\":1735344000000,\"8578\":1735344000000,\"8579\":1735344000000,\"8580\":1735344000000,\"8581\":1735344000000,\"8582\":1735344000000,\"8583\":1735344000000,\"8584\":1735344000000,\"8585\":1735344000000,\"8586\":1735344000000,\"8587\":1735344000000,\"8588\":1735344000000,\"8589\":1735344000000,\"8590\":1735344000000,\"8591\":1735344000000,\"8592\":1735344000000,\"8593\":1735344000000,\"8594\":1735344000000,\"8595\":1735344000000,\"8596\":1735344000000,\"8597\":1735344000000,\"8598\":1735344000000,\"8599\":1735344000000,\"8600\":1735344000000,\"8601\":1735344000000,\"8602\":1735344000000,\"8603\":1735344000000,\"8604\":1735344000000,\"8605\":1735344000000,\"8606\":1735344000000,\"8607\":1735344000000,\"8608\":1735344000000,\"8609\":1735344000000,\"8610\":1735344000000,\"8611\":1735344000000,\"8612\":1735344000000,\"8613\":1735344000000,\"8614\":1735344000000,\"8615\":1735344000000,\"8616\":1735344000000,\"8617\":1735344000000,\"8618\":1735344000000,\"8619\":1735344000000,\"8620\":1735344000000,\"8621\":1735344000000,\"8622\":1735344000000,\"8623\":1735344000000,\"8624\":1735344000000,\"8625\":1735344000000,\"8626\":1735344000000,\"8627\":1735344000000,\"8628\":1735344000000,\"8629\":1735344000000,\"8630\":1735344000000,\"8631\":1735344000000,\"8632\":1735344000000,\"8633\":1735344000000,\"8634\":1735344000000,\"8635\":1735344000000,\"8636\":1735344000000,\"8637\":1735344000000,\"8638\":1735344000000,\"8639\":1735344000000,\"8640\":1735344000000,\"8641\":1735344000000,\"8642\":1735344000000,\"8643\":1735344000000,\"8644\":1735344000000,\"8645\":1735344000000,\"8646\":1735344000000,\"8647\":1735344000000,\"8648\":1735344000000,\"8649\":1735344000000,\"8650\":1735344000000,\"8651\":1735344000000,\"8652\":1735344000000,\"8653\":1735344000000,\"8654\":1735344000000,\"8655\":1735344000000,\"8656\":1735344000000,\"8657\":1735344000000,\"8658\":1735344000000,\"8659\":1735344000000,\"8660\":1735344000000,\"8661\":1735344000000,\"8662\":1735344000000,\"8663\":1735344000000,\"8664\":1735344000000,\"8665\":1735344000000,\"8666\":1735344000000,\"8667\":1735344000000,\"8668\":1735344000000,\"8669\":1735344000000,\"8670\":1735344000000,\"8671\":1735344000000,\"8672\":1735344000000,\"8673\":1735344000000,\"8674\":1735344000000,\"8675\":1735344000000,\"8676\":1735344000000,\"8677\":1735344000000,\"8678\":1735344000000,\"8679\":1735344000000,\"8680\":1735344000000,\"8681\":1735344000000,\"8682\":1735344000000,\"8683\":1735344000000,\"8684\":1735344000000,\"8685\":1735344000000,\"8686\":1735344000000,\"8687\":1735344000000,\"8688\":1735344000000,\"8689\":1735344000000,\"8690\":1735344000000,\"8691\":1735344000000,\"8692\":1735344000000,\"8693\":1735344000000,\"8694\":1735344000000,\"8695\":1735344000000,\"8696\":1735344000000,\"8697\":1735344000000,\"8698\":1735344000000,\"8699\":1735344000000,\"8700\":1735344000000,\"8701\":1735344000000,\"8702\":1735344000000,\"8703\":1735344000000,\"8704\":1735344000000,\"8705\":1735344000000,\"8706\":1735344000000,\"8707\":1735344000000,\"8708\":1735344000000,\"8709\":1735344000000,\"8710\":1735344000000,\"8711\":1735344000000,\"8712\":1735344000000,\"8713\":1735344000000,\"8714\":1735344000000,\"8715\":1735344000000,\"8716\":1735344000000,\"8717\":1735344000000,\"8718\":1735344000000,\"8719\":1735344000000,\"8720\":1735344000000,\"8721\":1735344000000,\"8722\":1735344000000,\"8723\":1735344000000,\"8724\":1735344000000,\"8725\":1735344000000,\"8726\":1735344000000,\"8727\":1735344000000,\"8728\":1735344000000,\"8729\":1735344000000,\"8730\":1735344000000,\"8731\":1735344000000,\"8732\":1735344000000,\"8733\":1735344000000,\"8734\":1735344000000,\"8735\":1735344000000,\"8736\":1735344000000,\"8737\":1735344000000,\"8738\":1735344000000,\"8739\":1735344000000,\"8740\":1735344000000,\"8741\":1735344000000,\"8742\":1735344000000,\"8743\":1735344000000,\"8744\":1735344000000,\"8745\":1735344000000,\"8746\":1735344000000,\"8747\":1735344000000,\"8748\":1735344000000,\"8749\":1735344000000,\"8750\":1735344000000,\"8751\":1735344000000,\"8752\":1735430400000,\"8753\":1735430400000,\"8754\":1735430400000,\"8755\":1735430400000,\"8756\":1735430400000,\"8757\":1735430400000,\"8758\":1735430400000,\"8759\":1735430400000,\"8760\":1735430400000,\"8761\":1735430400000,\"8762\":1735430400000,\"8763\":1735430400000,\"8764\":1735430400000,\"8765\":1735430400000,\"8766\":1735430400000,\"8767\":1735430400000,\"8768\":1735430400000,\"8769\":1735430400000,\"8770\":1735430400000,\"8771\":1735430400000,\"8772\":1735430400000,\"8773\":1735430400000,\"8774\":1735430400000,\"8775\":1735430400000,\"8776\":1735430400000,\"8777\":1735430400000,\"8778\":1735430400000,\"8779\":1735430400000,\"8780\":1735430400000,\"8781\":1735430400000,\"8782\":1735430400000,\"8783\":1735430400000,\"8784\":1735430400000,\"8785\":1735430400000,\"8786\":1735430400000,\"8787\":1735430400000,\"8788\":1735430400000,\"8789\":1735430400000,\"8790\":1735430400000,\"8791\":1735430400000,\"8792\":1735430400000,\"8793\":1735430400000,\"8794\":1735430400000,\"8795\":1735430400000,\"8796\":1735430400000,\"8797\":1735430400000,\"8798\":1735430400000,\"8799\":1735430400000,\"8800\":1735430400000,\"8801\":1735430400000,\"8802\":1735430400000,\"8803\":1735430400000,\"8804\":1735430400000,\"8805\":1735430400000,\"8806\":1735430400000,\"8807\":1735430400000,\"8808\":1735430400000,\"8809\":1735430400000,\"8810\":1735430400000,\"8811\":1735430400000,\"8812\":1735430400000,\"8813\":1735430400000,\"8814\":1735430400000,\"8815\":1735430400000,\"8816\":1735430400000,\"8817\":1735430400000,\"8818\":1735430400000,\"8819\":1735430400000,\"8820\":1735430400000,\"8821\":1735430400000,\"8822\":1735430400000,\"8823\":1735430400000,\"8824\":1735430400000,\"8825\":1735430400000,\"8826\":1735430400000,\"8827\":1735430400000,\"8828\":1735430400000,\"8829\":1735430400000,\"8830\":1735430400000,\"8831\":1735430400000,\"8832\":1735430400000,\"8833\":1735430400000,\"8834\":1735430400000,\"8835\":1735430400000,\"8836\":1735430400000,\"8837\":1735430400000,\"8838\":1735430400000,\"8839\":1735430400000,\"8840\":1735430400000,\"8841\":1735430400000,\"8842\":1735430400000,\"8843\":1735430400000,\"8844\":1735430400000,\"8845\":1735430400000,\"8846\":1735430400000,\"8847\":1735430400000,\"8848\":1735430400000,\"8849\":1735430400000,\"8850\":1735430400000,\"8851\":1735430400000,\"8852\":1735430400000,\"8853\":1735430400000,\"8854\":1735430400000,\"8855\":1735430400000,\"8856\":1735430400000,\"8857\":1735430400000,\"8858\":1735430400000,\"8859\":1735430400000,\"8860\":1735430400000,\"8861\":1735430400000,\"8862\":1735430400000,\"8863\":1735430400000,\"8864\":1735430400000,\"8865\":1735430400000,\"8866\":1735430400000,\"8867\":1735430400000,\"8868\":1735430400000,\"8869\":1735430400000,\"8870\":1735430400000,\"8871\":1735430400000,\"8872\":1735430400000,\"8873\":1735430400000,\"8874\":1735430400000,\"8875\":1735430400000,\"8876\":1735430400000,\"8877\":1735430400000,\"8878\":1735430400000,\"8879\":1735430400000,\"8880\":1735430400000,\"8881\":1735430400000,\"8882\":1735430400000,\"8883\":1735430400000,\"8884\":1735430400000,\"8885\":1735430400000,\"8886\":1735430400000,\"8887\":1735430400000,\"8888\":1735430400000,\"8889\":1735430400000,\"8890\":1735430400000,\"8891\":1735430400000,\"8892\":1735430400000,\"8893\":1735430400000,\"8894\":1735430400000,\"8895\":1735430400000,\"8896\":1735430400000,\"8897\":1735430400000,\"8898\":1735430400000,\"8899\":1735430400000,\"8900\":1735430400000,\"8901\":1735430400000,\"8902\":1735430400000,\"8903\":1735430400000,\"8904\":1735430400000,\"8905\":1735430400000,\"8906\":1735430400000,\"8907\":1735430400000,\"8908\":1735430400000,\"8909\":1735430400000,\"8910\":1735430400000,\"8911\":1735430400000,\"8912\":1735430400000,\"8913\":1735430400000,\"8914\":1735430400000,\"8915\":1735430400000,\"8916\":1735430400000,\"8917\":1735430400000,\"8918\":1735430400000,\"8919\":1735430400000,\"8920\":1735430400000,\"8921\":1735430400000,\"8922\":1735430400000,\"8923\":1735430400000,\"8924\":1735430400000,\"8925\":1735430400000,\"8926\":1735430400000,\"8927\":1735430400000,\"8928\":1735430400000,\"8929\":1735430400000,\"8930\":1735430400000,\"8931\":1735430400000,\"8932\":1735430400000,\"8933\":1735430400000,\"8934\":1735430400000,\"8935\":1735430400000,\"8936\":1735430400000,\"8937\":1735430400000,\"8938\":1735430400000,\"8939\":1735430400000,\"8940\":1735430400000,\"8941\":1735430400000,\"8942\":1735430400000,\"8943\":1735430400000,\"8944\":1735430400000,\"8945\":1735430400000,\"8946\":1735430400000,\"8947\":1735430400000,\"8948\":1735430400000,\"8949\":1735430400000,\"8950\":1735430400000,\"8951\":1735430400000,\"8952\":1735430400000,\"8953\":1735430400000,\"8954\":1735430400000,\"8955\":1735430400000,\"8956\":1735430400000,\"8957\":1735430400000,\"8958\":1735430400000,\"8959\":1735430400000,\"8960\":1735430400000,\"8961\":1735430400000,\"8962\":1735430400000,\"8963\":1735430400000,\"8964\":1735430400000,\"8965\":1735430400000,\"8966\":1735430400000,\"8967\":1735430400000,\"8968\":1735430400000,\"8969\":1735430400000,\"8970\":1735430400000,\"8971\":1735430400000,\"8972\":1735430400000,\"8973\":1735430400000,\"8974\":1735430400000,\"8975\":1735430400000,\"8976\":1735430400000,\"8977\":1735430400000,\"8978\":1735430400000,\"8979\":1735430400000,\"8980\":1735430400000,\"8981\":1735430400000,\"8982\":1735430400000,\"8983\":1735430400000,\"8984\":1735430400000,\"8985\":1735430400000,\"8986\":1735430400000,\"8987\":1735430400000,\"8988\":1735430400000,\"8989\":1735430400000,\"8990\":1735430400000,\"8991\":1735430400000,\"8992\":1735430400000,\"8993\":1735430400000,\"8994\":1735430400000,\"8995\":1735430400000,\"8996\":1735430400000,\"8997\":1735430400000,\"8998\":1735430400000,\"8999\":1735430400000,\"9000\":1735430400000,\"9001\":1735430400000,\"9002\":1735430400000,\"9003\":1735430400000,\"9004\":1735430400000,\"9005\":1735430400000,\"9006\":1735430400000,\"9007\":1735430400000,\"9008\":1735430400000,\"9009\":1735430400000,\"9010\":1735430400000,\"9011\":1735430400000,\"9012\":1735430400000,\"9013\":1735430400000,\"9014\":1735430400000,\"9015\":1735430400000,\"9016\":1735430400000,\"9017\":1735430400000,\"9018\":1735430400000,\"9019\":1735430400000,\"9020\":1735430400000,\"9021\":1735430400000,\"9022\":1735430400000,\"9023\":1735430400000,\"9024\":1735430400000,\"9025\":1735430400000,\"9026\":1735430400000,\"9027\":1735430400000,\"9028\":1735430400000,\"9029\":1735430400000,\"9030\":1735430400000,\"9031\":1735430400000,\"9032\":1735430400000,\"9033\":1735430400000,\"9034\":1735430400000,\"9035\":1735430400000,\"9036\":1735430400000,\"9037\":1735430400000,\"9038\":1735430400000,\"9039\":1735430400000,\"9040\":1735430400000,\"9041\":1735430400000,\"9042\":1735430400000,\"9043\":1735430400000,\"9044\":1735430400000,\"9045\":1735430400000,\"9046\":1735430400000,\"9047\":1735430400000,\"9048\":1735430400000,\"9049\":1735430400000,\"9050\":1735430400000,\"9051\":1735430400000,\"9052\":1735430400000,\"9053\":1735430400000,\"9054\":1735430400000,\"9055\":1735430400000,\"9056\":1735430400000,\"9057\":1735430400000,\"9058\":1735430400000,\"9059\":1735430400000,\"9060\":1735430400000,\"9061\":1735430400000,\"9062\":1735430400000,\"9063\":1735430400000,\"9064\":1735516800000,\"9065\":1735516800000,\"9066\":1735516800000,\"9067\":1735516800000,\"9068\":1735516800000,\"9069\":1735516800000,\"9070\":1735516800000,\"9071\":1735516800000,\"9072\":1735516800000,\"9073\":1735516800000,\"9074\":1735516800000,\"9075\":1735516800000,\"9076\":1735516800000,\"9077\":1735516800000,\"9078\":1735516800000,\"9079\":1735516800000,\"9080\":1735516800000,\"9081\":1735516800000,\"9082\":1735516800000,\"9083\":1735516800000,\"9084\":1735516800000,\"9085\":1735516800000,\"9086\":1735516800000,\"9087\":1735516800000,\"9088\":1735516800000,\"9089\":1735516800000,\"9090\":1735516800000,\"9091\":1735516800000,\"9092\":1735516800000,\"9093\":1735516800000,\"9094\":1735516800000,\"9095\":1735516800000,\"9096\":1735516800000,\"9097\":1735516800000,\"9098\":1735516800000,\"9099\":1735516800000,\"9100\":1735516800000,\"9101\":1735516800000,\"9102\":1735516800000,\"9103\":1735516800000,\"9104\":1735516800000,\"9105\":1735516800000,\"9106\":1735516800000,\"9107\":1735516800000,\"9108\":1735516800000,\"9109\":1735516800000,\"9110\":1735516800000,\"9111\":1735516800000,\"9112\":1735516800000,\"9113\":1735516800000,\"9114\":1735516800000,\"9115\":1735516800000,\"9116\":1735516800000,\"9117\":1735516800000,\"9118\":1735516800000,\"9119\":1735516800000,\"9120\":1735516800000,\"9121\":1735516800000,\"9122\":1735516800000,\"9123\":1735516800000,\"9124\":1735516800000,\"9125\":1735516800000,\"9126\":1735516800000,\"9127\":1735516800000,\"9128\":1735516800000,\"9129\":1735516800000,\"9130\":1735516800000,\"9131\":1735516800000,\"9132\":1735516800000,\"9133\":1735516800000,\"9134\":1735516800000,\"9135\":1735516800000,\"9136\":1735516800000,\"9137\":1735516800000,\"9138\":1735516800000,\"9139\":1735516800000,\"9140\":1735516800000,\"9141\":1735516800000,\"9142\":1735516800000,\"9143\":1735516800000,\"9144\":1735516800000,\"9145\":1735516800000,\"9146\":1735516800000,\"9147\":1735516800000,\"9148\":1735516800000,\"9149\":1735516800000,\"9150\":1735516800000,\"9151\":1735516800000,\"9152\":1735516800000,\"9153\":1735516800000,\"9154\":1735516800000,\"9155\":1735516800000,\"9156\":1735516800000,\"9157\":1735516800000,\"9158\":1735516800000,\"9159\":1735516800000,\"9160\":1735516800000,\"9161\":1735516800000,\"9162\":1735516800000,\"9163\":1735516800000,\"9164\":1735516800000,\"9165\":1735516800000,\"9166\":1735516800000,\"9167\":1735516800000,\"9168\":1735516800000,\"9169\":1735516800000,\"9170\":1735516800000,\"9171\":1735516800000,\"9172\":1735516800000,\"9173\":1735516800000,\"9174\":1735516800000,\"9175\":1735516800000,\"9176\":1735516800000,\"9177\":1735516800000,\"9178\":1735516800000,\"9179\":1735516800000,\"9180\":1735516800000,\"9181\":1735516800000,\"9182\":1735516800000,\"9183\":1735516800000,\"9184\":1735516800000,\"9185\":1735516800000,\"9186\":1735516800000,\"9187\":1735516800000,\"9188\":1735516800000,\"9189\":1735516800000,\"9190\":1735516800000,\"9191\":1735516800000,\"9192\":1735516800000,\"9193\":1735516800000,\"9194\":1735516800000,\"9195\":1735516800000,\"9196\":1735516800000,\"9197\":1735516800000,\"9198\":1735516800000,\"9199\":1735516800000,\"9200\":1735516800000,\"9201\":1735516800000,\"9202\":1735516800000,\"9203\":1735516800000,\"9204\":1735516800000,\"9205\":1735516800000,\"9206\":1735516800000,\"9207\":1735516800000,\"9208\":1735516800000,\"9209\":1735516800000,\"9210\":1735516800000,\"9211\":1735516800000,\"9212\":1735516800000,\"9213\":1735516800000,\"9214\":1735516800000,\"9215\":1735516800000,\"9216\":1735516800000,\"9217\":1735516800000,\"9218\":1735516800000,\"9219\":1735516800000,\"9220\":1735516800000,\"9221\":1735516800000,\"9222\":1735516800000,\"9223\":1735516800000,\"9224\":1735516800000,\"9225\":1735516800000,\"9226\":1735516800000,\"9227\":1735516800000,\"9228\":1735516800000,\"9229\":1735516800000,\"9230\":1735516800000,\"9231\":1735516800000,\"9232\":1735516800000,\"9233\":1735516800000,\"9234\":1735516800000,\"9235\":1735516800000,\"9236\":1735516800000,\"9237\":1735516800000,\"9238\":1735516800000,\"9239\":1735516800000,\"9240\":1735516800000,\"9241\":1735516800000,\"9242\":1735516800000,\"9243\":1735516800000,\"9244\":1735516800000,\"9245\":1735516800000,\"9246\":1735516800000,\"9247\":1735516800000,\"9248\":1735516800000,\"9249\":1735516800000,\"9250\":1735516800000,\"9251\":1735516800000,\"9252\":1735516800000,\"9253\":1735516800000,\"9254\":1735516800000,\"9255\":1735516800000,\"9256\":1735516800000,\"9257\":1735516800000,\"9258\":1735516800000,\"9259\":1735516800000,\"9260\":1735516800000,\"9261\":1735516800000,\"9262\":1735516800000,\"9263\":1735516800000,\"9264\":1735516800000,\"9265\":1735516800000,\"9266\":1735516800000,\"9267\":1735516800000,\"9268\":1735516800000,\"9269\":1735516800000,\"9270\":1735516800000,\"9271\":1735516800000,\"9272\":1735516800000,\"9273\":1735516800000,\"9274\":1735516800000,\"9275\":1735516800000,\"9276\":1735516800000,\"9277\":1735516800000,\"9278\":1735516800000,\"9279\":1735516800000,\"9280\":1735516800000,\"9281\":1735516800000,\"9282\":1735516800000,\"9283\":1735516800000,\"9284\":1735516800000,\"9285\":1735516800000,\"9286\":1735516800000,\"9287\":1735516800000,\"9288\":1735516800000,\"9289\":1735516800000,\"9290\":1735516800000,\"9291\":1735516800000,\"9292\":1735516800000,\"9293\":1735516800000,\"9294\":1735516800000,\"9295\":1735516800000,\"9296\":1735516800000,\"9297\":1735516800000,\"9298\":1735516800000,\"9299\":1735516800000,\"9300\":1735516800000,\"9301\":1735516800000,\"9302\":1735516800000,\"9303\":1735516800000,\"9304\":1735516800000,\"9305\":1735516800000,\"9306\":1735516800000,\"9307\":1735516800000,\"9308\":1735516800000,\"9309\":1735516800000,\"9310\":1735516800000,\"9311\":1735516800000,\"9312\":1735516800000,\"9313\":1735516800000,\"9314\":1735516800000,\"9315\":1735516800000,\"9316\":1735516800000,\"9317\":1735516800000,\"9318\":1735516800000,\"9319\":1735516800000,\"9320\":1735516800000,\"9321\":1735516800000,\"9322\":1735516800000,\"9323\":1735516800000,\"9324\":1735516800000,\"9325\":1735516800000,\"9326\":1735516800000,\"9327\":1735516800000,\"9328\":1735516800000,\"9329\":1735516800000,\"9330\":1735516800000,\"9331\":1735516800000,\"9332\":1735516800000,\"9333\":1735516800000,\"9334\":1735516800000,\"9335\":1735516800000,\"9336\":1735516800000,\"9337\":1735516800000,\"9338\":1735516800000,\"9339\":1735516800000,\"9340\":1735516800000,\"9341\":1735516800000,\"9342\":1735516800000,\"9343\":1735516800000,\"9344\":1735516800000,\"9345\":1735516800000,\"9346\":1735516800000,\"9347\":1735516800000,\"9348\":1735516800000,\"9349\":1735516800000,\"9350\":1735516800000,\"9351\":1735516800000,\"9352\":1735516800000,\"9353\":1735516800000,\"9354\":1735516800000,\"9355\":1735516800000,\"9356\":1735516800000,\"9357\":1735516800000,\"9358\":1735516800000,\"9359\":1735516800000,\"9360\":1735516800000,\"9361\":1735516800000,\"9362\":1735516800000,\"9363\":1735516800000,\"9364\":1735516800000,\"9365\":1735516800000,\"9366\":1735516800000,\"9367\":1735516800000,\"9368\":1735516800000,\"9369\":1735516800000,\"9370\":1735516800000,\"9371\":1735516800000,\"9372\":1735516800000,\"9373\":1735603200000,\"9374\":1735603200000,\"9375\":1735603200000,\"9376\":1735603200000,\"9377\":1735603200000,\"9378\":1735603200000,\"9379\":1735603200000,\"9380\":1735603200000,\"9381\":1735603200000,\"9382\":1735603200000,\"9383\":1735603200000,\"9384\":1735603200000,\"9385\":1735603200000,\"9386\":1735603200000,\"9387\":1735603200000,\"9388\":1735603200000,\"9389\":1735603200000,\"9390\":1735603200000,\"9391\":1735603200000,\"9392\":1735603200000,\"9393\":1735603200000,\"9394\":1735603200000,\"9395\":1735603200000,\"9396\":1735603200000,\"9397\":1735603200000,\"9398\":1735603200000,\"9399\":1735603200000,\"9400\":1735603200000,\"9401\":1735603200000,\"9402\":1735603200000,\"9403\":1735603200000,\"9404\":1735603200000,\"9405\":1735603200000,\"9406\":1735603200000,\"9407\":1735603200000,\"9408\":1735603200000,\"9409\":1735603200000,\"9410\":1735603200000,\"9411\":1735603200000,\"9412\":1735603200000,\"9413\":1735603200000,\"9414\":1735603200000,\"9415\":1735603200000,\"9416\":1735603200000,\"9417\":1735603200000,\"9418\":1735603200000,\"9419\":1735603200000,\"9420\":1735603200000,\"9421\":1735603200000,\"9422\":1735603200000,\"9423\":1735603200000,\"9424\":1735603200000,\"9425\":1735603200000,\"9426\":1735603200000,\"9427\":1735603200000,\"9428\":1735603200000,\"9429\":1735603200000,\"9430\":1735603200000,\"9431\":1735603200000,\"9432\":1735603200000,\"9433\":1735603200000,\"9434\":1735603200000,\"9435\":1735603200000,\"9436\":1735603200000,\"9437\":1735603200000,\"9438\":1735603200000,\"9439\":1735603200000,\"9440\":1735603200000,\"9441\":1735603200000,\"9442\":1735603200000,\"9443\":1735603200000,\"9444\":1735603200000,\"9445\":1735603200000,\"9446\":1735603200000,\"9447\":1735603200000,\"9448\":1735603200000,\"9449\":1735603200000,\"9450\":1735603200000,\"9451\":1735603200000,\"9452\":1735603200000,\"9453\":1735603200000,\"9454\":1735603200000,\"9455\":1735603200000,\"9456\":1735603200000,\"9457\":1735603200000,\"9458\":1735603200000,\"9459\":1735603200000,\"9460\":1735603200000,\"9461\":1735603200000,\"9462\":1735603200000,\"9463\":1735603200000,\"9464\":1735603200000,\"9465\":1735603200000,\"9466\":1735603200000,\"9467\":1735603200000,\"9468\":1735603200000,\"9469\":1735603200000,\"9470\":1735603200000,\"9471\":1735603200000,\"9472\":1735603200000,\"9473\":1735603200000,\"9474\":1735603200000,\"9475\":1735603200000,\"9476\":1735603200000,\"9477\":1735603200000,\"9478\":1735603200000,\"9479\":1735603200000,\"9480\":1735603200000,\"9481\":1735603200000,\"9482\":1735603200000,\"9483\":1735603200000,\"9484\":1735603200000,\"9485\":1735603200000,\"9486\":1735603200000,\"9487\":1735603200000,\"9488\":1735603200000,\"9489\":1735603200000,\"9490\":1735603200000,\"9491\":1735603200000,\"9492\":1735603200000,\"9493\":1735603200000,\"9494\":1735603200000,\"9495\":1735603200000,\"9496\":1735603200000,\"9497\":1735603200000,\"9498\":1735603200000,\"9499\":1735603200000,\"9500\":1735603200000,\"9501\":1735603200000,\"9502\":1735603200000,\"9503\":1735603200000,\"9504\":1735603200000,\"9505\":1735603200000,\"9506\":1735603200000,\"9507\":1735603200000,\"9508\":1735603200000,\"9509\":1735603200000,\"9510\":1735603200000,\"9511\":1735603200000,\"9512\":1735603200000,\"9513\":1735603200000,\"9514\":1735603200000,\"9515\":1735603200000,\"9516\":1735603200000,\"9517\":1735603200000,\"9518\":1735603200000,\"9519\":1735603200000,\"9520\":1735603200000,\"9521\":1735603200000,\"9522\":1735603200000,\"9523\":1735603200000,\"9524\":1735603200000,\"9525\":1735603200000,\"9526\":1735603200000,\"9527\":1735603200000,\"9528\":1735603200000,\"9529\":1735603200000,\"9530\":1735603200000,\"9531\":1735603200000,\"9532\":1735603200000,\"9533\":1735603200000,\"9534\":1735603200000,\"9535\":1735603200000,\"9536\":1735603200000,\"9537\":1735603200000,\"9538\":1735603200000,\"9539\":1735603200000,\"9540\":1735603200000,\"9541\":1735603200000,\"9542\":1735603200000,\"9543\":1735603200000,\"9544\":1735603200000,\"9545\":1735603200000,\"9546\":1735603200000,\"9547\":1735603200000,\"9548\":1735603200000,\"9549\":1735603200000,\"9550\":1735603200000,\"9551\":1735603200000,\"9552\":1735603200000,\"9553\":1735603200000,\"9554\":1735603200000,\"9555\":1735603200000,\"9556\":1735603200000,\"9557\":1735603200000,\"9558\":1735603200000,\"9559\":1735603200000,\"9560\":1735603200000,\"9561\":1735603200000,\"9562\":1735603200000,\"9563\":1735603200000,\"9564\":1735603200000,\"9565\":1735603200000,\"9566\":1735603200000,\"9567\":1735603200000,\"9568\":1735603200000,\"9569\":1735603200000,\"9570\":1735603200000,\"9571\":1735603200000,\"9572\":1735603200000,\"9573\":1735603200000,\"9574\":1735603200000,\"9575\":1735603200000,\"9576\":1735603200000,\"9577\":1735603200000,\"9578\":1735603200000,\"9579\":1735603200000,\"9580\":1735603200000,\"9581\":1735603200000,\"9582\":1735603200000,\"9583\":1735603200000,\"9584\":1735603200000,\"9585\":1735603200000,\"9586\":1735603200000,\"9587\":1735603200000,\"9588\":1735603200000,\"9589\":1735603200000,\"9590\":1735603200000,\"9591\":1735603200000,\"9592\":1735603200000,\"9593\":1735603200000,\"9594\":1735603200000,\"9595\":1735603200000,\"9596\":1735603200000,\"9597\":1735603200000,\"9598\":1735603200000,\"9599\":1735603200000,\"9600\":1735603200000,\"9601\":1735603200000,\"9602\":1735603200000,\"9603\":1735603200000,\"9604\":1735603200000,\"9605\":1735603200000,\"9606\":1735603200000,\"9607\":1735603200000,\"9608\":1735603200000,\"9609\":1735603200000,\"9610\":1735603200000,\"9611\":1735603200000,\"9612\":1735603200000,\"9613\":1735603200000,\"9614\":1735603200000,\"9615\":1735603200000,\"9616\":1735603200000,\"9617\":1735603200000,\"9618\":1735603200000,\"9619\":1735603200000,\"9620\":1735603200000,\"9621\":1735603200000,\"9622\":1735603200000,\"9623\":1735603200000,\"9624\":1735603200000,\"9625\":1735603200000,\"9626\":1735603200000,\"9627\":1735603200000,\"9628\":1735603200000,\"9629\":1735603200000,\"9630\":1735603200000,\"9631\":1735603200000,\"9632\":1735603200000,\"9633\":1735603200000,\"9634\":1735603200000,\"9635\":1735603200000,\"9636\":1735603200000,\"9637\":1735603200000,\"9638\":1735603200000,\"9639\":1735603200000,\"9640\":1735603200000,\"9641\":1735603200000,\"9642\":1735603200000,\"9643\":1735603200000,\"9644\":1735603200000,\"9645\":1735603200000,\"9646\":1735603200000,\"9647\":1735603200000,\"9648\":1735603200000,\"9649\":1735603200000,\"9650\":1735603200000,\"9651\":1735603200000,\"9652\":1735603200000,\"9653\":1735603200000,\"9654\":1735603200000,\"9655\":1735603200000,\"9656\":1735603200000,\"9657\":1735603200000,\"9658\":1735603200000,\"9659\":1735603200000,\"9660\":1735603200000,\"9661\":1735603200000,\"9662\":1735603200000,\"9663\":1735603200000,\"9664\":1735603200000,\"9665\":1735603200000,\"9666\":1735603200000,\"9667\":1735603200000,\"9668\":1735603200000,\"9669\":1735603200000,\"9670\":1735603200000,\"9671\":1735603200000,\"9672\":1735603200000,\"9673\":1735603200000,\"9674\":1735603200000,\"9675\":1735603200000,\"9676\":1735603200000,\"9677\":1735689600000,\"9678\":1735689600000,\"9679\":1735689600000,\"9680\":1735689600000,\"9681\":1735689600000,\"9682\":1735689600000,\"9683\":1735689600000,\"9684\":1735689600000,\"9685\":1735689600000,\"9686\":1735689600000,\"9687\":1735689600000,\"9688\":1735689600000,\"9689\":1735689600000,\"9690\":1735689600000,\"9691\":1735689600000,\"9692\":1735689600000,\"9693\":1735689600000,\"9694\":1735689600000,\"9695\":1735689600000,\"9696\":1735689600000,\"9697\":1735689600000,\"9698\":1735689600000,\"9699\":1735689600000,\"9700\":1735689600000,\"9701\":1735689600000,\"9702\":1735689600000,\"9703\":1735689600000,\"9704\":1735689600000,\"9705\":1735689600000,\"9706\":1735689600000,\"9707\":1735689600000,\"9708\":1735689600000,\"9709\":1735689600000,\"9710\":1735689600000,\"9711\":1735689600000,\"9712\":1735689600000,\"9713\":1735689600000,\"9714\":1735689600000,\"9715\":1735689600000,\"9716\":1735689600000,\"9717\":1735689600000,\"9718\":1735689600000,\"9719\":1735689600000,\"9720\":1735689600000,\"9721\":1735689600000,\"9722\":1735689600000,\"9723\":1735689600000,\"9724\":1735689600000,\"9725\":1735689600000,\"9726\":1735689600000,\"9727\":1735689600000,\"9728\":1735689600000,\"9729\":1735689600000,\"9730\":1735689600000,\"9731\":1735689600000,\"9732\":1735689600000,\"9733\":1735689600000,\"9734\":1735689600000,\"9735\":1735689600000,\"9736\":1735689600000,\"9737\":1735689600000,\"9738\":1735689600000,\"9739\":1735689600000,\"9740\":1735689600000,\"9741\":1735689600000,\"9742\":1735689600000,\"9743\":1735689600000,\"9744\":1735689600000,\"9745\":1735689600000,\"9746\":1735689600000,\"9747\":1735689600000,\"9748\":1735689600000,\"9749\":1735689600000,\"9750\":1735689600000,\"9751\":1735689600000,\"9752\":1735689600000,\"9753\":1735689600000,\"9754\":1735689600000,\"9755\":1735689600000,\"9756\":1735689600000,\"9757\":1735689600000,\"9758\":1735689600000,\"9759\":1735689600000,\"9760\":1735689600000,\"9761\":1735689600000,\"9762\":1735689600000,\"9763\":1735689600000,\"9764\":1735689600000,\"9765\":1735689600000,\"9766\":1735689600000,\"9767\":1735689600000,\"9768\":1735689600000,\"9769\":1735689600000,\"9770\":1735689600000,\"9771\":1735689600000,\"9772\":1735689600000,\"9773\":1735689600000,\"9774\":1735689600000,\"9775\":1735689600000,\"9776\":1735689600000,\"9777\":1735689600000,\"9778\":1735689600000,\"9779\":1735689600000,\"9780\":1735689600000,\"9781\":1735689600000,\"9782\":1735689600000,\"9783\":1735689600000,\"9784\":1735689600000,\"9785\":1735689600000,\"9786\":1735689600000,\"9787\":1735689600000,\"9788\":1735689600000,\"9789\":1735689600000,\"9790\":1735689600000,\"9791\":1735689600000,\"9792\":1735689600000,\"9793\":1735689600000,\"9794\":1735689600000,\"9795\":1735689600000,\"9796\":1735689600000,\"9797\":1735689600000,\"9798\":1735689600000,\"9799\":1735689600000,\"9800\":1735689600000,\"9801\":1735689600000,\"9802\":1735689600000,\"9803\":1735689600000,\"9804\":1735689600000,\"9805\":1735689600000,\"9806\":1735689600000,\"9807\":1735689600000,\"9808\":1735689600000,\"9809\":1735689600000,\"9810\":1735689600000,\"9811\":1735689600000,\"9812\":1735689600000,\"9813\":1735689600000,\"9814\":1735689600000,\"9815\":1735689600000,\"9816\":1735689600000,\"9817\":1735689600000,\"9818\":1735689600000,\"9819\":1735689600000,\"9820\":1735689600000,\"9821\":1735689600000,\"9822\":1735689600000,\"9823\":1735689600000,\"9824\":1735689600000,\"9825\":1735689600000,\"9826\":1735689600000,\"9827\":1735689600000,\"9828\":1735689600000,\"9829\":1735689600000,\"9830\":1735689600000,\"9831\":1735689600000,\"9832\":1735689600000,\"9833\":1735689600000,\"9834\":1735689600000,\"9835\":1735689600000,\"9836\":1735689600000,\"9837\":1735689600000,\"9838\":1735689600000,\"9839\":1735689600000,\"9840\":1735689600000,\"9841\":1735689600000,\"9842\":1735689600000,\"9843\":1735689600000,\"9844\":1735689600000,\"9845\":1735689600000,\"9846\":1735689600000,\"9847\":1735689600000,\"9848\":1735689600000,\"9849\":1735689600000,\"9850\":1735689600000,\"9851\":1735689600000,\"9852\":1735689600000,\"9853\":1735689600000,\"9854\":1735689600000,\"9855\":1735689600000,\"9856\":1735689600000,\"9857\":1735689600000,\"9858\":1735689600000,\"9859\":1735689600000,\"9860\":1735689600000,\"9861\":1735689600000,\"9862\":1735689600000,\"9863\":1735689600000,\"9864\":1735689600000,\"9865\":1735689600000,\"9866\":1735689600000,\"9867\":1735689600000,\"9868\":1735689600000,\"9869\":1735689600000,\"9870\":1735689600000,\"9871\":1735689600000,\"9872\":1735689600000,\"9873\":1735689600000,\"9874\":1735689600000,\"9875\":1735689600000,\"9876\":1735689600000,\"9877\":1735689600000,\"9878\":1735689600000,\"9879\":1735689600000,\"9880\":1735689600000,\"9881\":1735689600000,\"9882\":1735689600000,\"9883\":1735689600000,\"9884\":1735689600000,\"9885\":1735689600000,\"9886\":1735689600000,\"9887\":1735689600000,\"9888\":1735689600000,\"9889\":1735689600000,\"9890\":1735689600000,\"9891\":1735689600000,\"9892\":1735689600000,\"9893\":1735689600000,\"9894\":1735689600000,\"9895\":1735689600000,\"9896\":1735689600000,\"9897\":1735689600000,\"9898\":1735689600000,\"9899\":1735689600000,\"9900\":1735689600000,\"9901\":1735689600000,\"9902\":1735689600000,\"9903\":1735689600000,\"9904\":1735689600000,\"9905\":1735689600000,\"9906\":1735689600000,\"9907\":1735689600000,\"9908\":1735689600000,\"9909\":1735689600000,\"9910\":1735689600000,\"9911\":1735689600000,\"9912\":1735689600000,\"9913\":1735689600000,\"9914\":1735689600000,\"9915\":1735689600000,\"9916\":1735689600000,\"9917\":1735689600000,\"9918\":1735689600000,\"9919\":1735689600000,\"9920\":1735689600000,\"9921\":1735689600000,\"9922\":1735689600000,\"9923\":1735689600000,\"9924\":1735689600000,\"9925\":1735689600000,\"9926\":1735689600000,\"9927\":1735689600000,\"9928\":1735689600000,\"9929\":1735689600000,\"9930\":1735689600000,\"9931\":1735689600000,\"9932\":1735689600000,\"9933\":1735689600000,\"9934\":1735689600000,\"9935\":1735689600000,\"9936\":1735689600000,\"9937\":1735689600000,\"9938\":1735689600000,\"9939\":1735689600000,\"9940\":1735689600000,\"9941\":1735689600000,\"9942\":1735689600000,\"9943\":1735689600000,\"9944\":1735689600000,\"9945\":1735689600000,\"9946\":1735689600000,\"9947\":1735689600000,\"9948\":1735689600000,\"9949\":1735689600000,\"9950\":1735689600000,\"9951\":1735689600000,\"9952\":1735689600000,\"9953\":1735689600000,\"9954\":1735689600000,\"9955\":1735689600000,\"9956\":1735689600000,\"9957\":1735689600000,\"9958\":1735689600000,\"9959\":1735689600000,\"9960\":1735689600000,\"9961\":1735689600000,\"9962\":1735689600000,\"9963\":1735689600000,\"9964\":1735689600000,\"9965\":1735689600000,\"9966\":1735689600000,\"9967\":1735689600000,\"9968\":1735689600000,\"9969\":1735689600000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CO/prod2_live.json",
    "content": "{\"Id\":{\"0\":\"Recurso\",\"1\":\"Recurso\",\"2\":\"Recurso\",\"3\":\"Recurso\",\"4\":\"Recurso\",\"5\":\"Recurso\",\"6\":\"Recurso\",\"7\":\"Recurso\",\"8\":\"Recurso\",\"9\":\"Recurso\",\"10\":\"Recurso\",\"11\":\"Recurso\",\"12\":\"Recurso\",\"13\":\"Recurso\",\"14\":\"Recurso\",\"15\":\"Recurso\",\"16\":\"Recurso\",\"17\":\"Recurso\",\"18\":\"Recurso\",\"19\":\"Recurso\",\"20\":\"Recurso\",\"21\":\"Recurso\",\"22\":\"Recurso\",\"23\":\"Recurso\",\"24\":\"Recurso\",\"25\":\"Recurso\",\"26\":\"Recurso\",\"27\":\"Recurso\",\"28\":\"Recurso\",\"29\":\"Recurso\",\"30\":\"Recurso\",\"31\":\"Recurso\",\"32\":\"Recurso\",\"33\":\"Recurso\",\"34\":\"Recurso\",\"35\":\"Recurso\",\"36\":\"Recurso\",\"37\":\"Recurso\",\"38\":\"Recurso\",\"39\":\"Recurso\",\"40\":\"Recurso\",\"41\":\"Recurso\",\"42\":\"Recurso\",\"43\":\"Recurso\",\"44\":\"Recurso\",\"45\":\"Recurso\",\"46\":\"Recurso\",\"47\":\"Recurso\",\"48\":\"Recurso\",\"49\":\"Recurso\",\"50\":\"Recurso\",\"51\":\"Recurso\",\"52\":\"Recurso\",\"53\":\"Recurso\",\"54\":\"Recurso\",\"55\":\"Recurso\",\"56\":\"Recurso\",\"57\":\"Recurso\",\"58\":\"Recurso\",\"59\":\"Recurso\",\"60\":\"Recurso\",\"61\":\"Recurso\",\"62\":\"Recurso\",\"63\":\"Recurso\",\"64\":\"Recurso\",\"65\":\"Recurso\",\"66\":\"Recurso\",\"67\":\"Recurso\",\"68\":\"Recurso\",\"69\":\"Recurso\",\"70\":\"Recurso\",\"71\":\"Recurso\",\"72\":\"Recurso\",\"73\":\"Recurso\",\"74\":\"Recurso\",\"75\":\"Recurso\",\"76\":\"Recurso\",\"77\":\"Recurso\",\"78\":\"Recurso\",\"79\":\"Recurso\",\"80\":\"Recurso\",\"81\":\"Recurso\",\"82\":\"Recurso\",\"83\":\"Recurso\",\"84\":\"Recurso\",\"85\":\"Recurso\",\"86\":\"Recurso\",\"87\":\"Recurso\",\"88\":\"Recurso\",\"89\":\"Recurso\",\"90\":\"Recurso\",\"91\":\"Recurso\",\"92\":\"Recurso\",\"93\":\"Recurso\",\"94\":\"Recurso\",\"95\":\"Recurso\",\"96\":\"Recurso\",\"97\":\"Recurso\",\"98\":\"Recurso\",\"99\":\"Recurso\",\"100\":\"Recurso\",\"101\":\"Recurso\",\"102\":\"Recurso\",\"103\":\"Recurso\",\"104\":\"Recurso\",\"105\":\"Recurso\",\"106\":\"Recurso\",\"107\":\"Recurso\",\"108\":\"Recurso\",\"109\":\"Recurso\",\"110\":\"Recurso\",\"111\":\"Recurso\",\"112\":\"Recurso\",\"113\":\"Recurso\",\"114\":\"Recurso\",\"115\":\"Recurso\",\"116\":\"Recurso\",\"117\":\"Recurso\",\"118\":\"Recurso\",\"119\":\"Recurso\",\"120\":\"Recurso\",\"121\":\"Recurso\",\"122\":\"Recurso\",\"123\":\"Recurso\",\"124\":\"Recurso\",\"125\":\"Recurso\",\"126\":\"Recurso\",\"127\":\"Recurso\",\"128\":\"Recurso\",\"129\":\"Recurso\",\"130\":\"Recurso\",\"131\":\"Recurso\",\"132\":\"Recurso\",\"133\":\"Recurso\",\"134\":\"Recurso\",\"135\":\"Recurso\",\"136\":\"Recurso\",\"137\":\"Recurso\",\"138\":\"Recurso\",\"139\":\"Recurso\",\"140\":\"Recurso\",\"141\":\"Recurso\",\"142\":\"Recurso\",\"143\":\"Recurso\",\"144\":\"Recurso\",\"145\":\"Recurso\",\"146\":\"Recurso\",\"147\":\"Recurso\",\"148\":\"Recurso\",\"149\":\"Recurso\",\"150\":\"Recurso\",\"151\":\"Recurso\",\"152\":\"Recurso\",\"153\":\"Recurso\",\"154\":\"Recurso\",\"155\":\"Recurso\",\"156\":\"Recurso\",\"157\":\"Recurso\",\"158\":\"Recurso\",\"159\":\"Recurso\",\"160\":\"Recurso\",\"161\":\"Recurso\",\"162\":\"Recurso\",\"163\":\"Recurso\",\"164\":\"Recurso\",\"165\":\"Recurso\",\"166\":\"Recurso\",\"167\":\"Recurso\",\"168\":\"Recurso\",\"169\":\"Recurso\",\"170\":\"Recurso\",\"171\":\"Recurso\",\"172\":\"Recurso\",\"173\":\"Recurso\",\"174\":\"Recurso\",\"175\":\"Recurso\",\"176\":\"Recurso\",\"177\":\"Recurso\",\"178\":\"Recurso\",\"179\":\"Recurso\",\"180\":\"Recurso\",\"181\":\"Recurso\",\"182\":\"Recurso\",\"183\":\"Recurso\",\"184\":\"Recurso\",\"185\":\"Recurso\",\"186\":\"Recurso\",\"187\":\"Recurso\",\"188\":\"Recurso\",\"189\":\"Recurso\",\"190\":\"Recurso\",\"191\":\"Recurso\",\"192\":\"Recurso\",\"193\":\"Recurso\",\"194\":\"Recurso\",\"195\":\"Recurso\",\"196\":\"Recurso\",\"197\":\"Recurso\",\"198\":\"Recurso\",\"199\":\"Recurso\",\"200\":\"Recurso\",\"201\":\"Recurso\",\"202\":\"Recurso\",\"203\":\"Recurso\",\"204\":\"Recurso\",\"205\":\"Recurso\",\"206\":\"Recurso\",\"207\":\"Recurso\",\"208\":\"Recurso\",\"209\":\"Recurso\",\"210\":\"Recurso\",\"211\":\"Recurso\",\"212\":\"Recurso\",\"213\":\"Recurso\",\"214\":\"Recurso\",\"215\":\"Recurso\",\"216\":\"Recurso\",\"217\":\"Recurso\",\"218\":\"Recurso\",\"219\":\"Recurso\",\"220\":\"Recurso\",\"221\":\"Recurso\",\"222\":\"Recurso\",\"223\":\"Recurso\",\"224\":\"Recurso\",\"225\":\"Recurso\",\"226\":\"Recurso\",\"227\":\"Recurso\",\"228\":\"Recurso\",\"229\":\"Recurso\",\"230\":\"Recurso\",\"231\":\"Recurso\",\"232\":\"Recurso\",\"233\":\"Recurso\",\"234\":\"Recurso\",\"235\":\"Recurso\",\"236\":\"Recurso\",\"237\":\"Recurso\",\"238\":\"Recurso\",\"239\":\"Recurso\",\"240\":\"Recurso\",\"241\":\"Recurso\",\"242\":\"Recurso\",\"243\":\"Recurso\",\"244\":\"Recurso\",\"245\":\"Recurso\",\"246\":\"Recurso\",\"247\":\"Recurso\",\"248\":\"Recurso\",\"249\":\"Recurso\",\"250\":\"Recurso\",\"251\":\"Recurso\",\"252\":\"Recurso\",\"253\":\"Recurso\",\"254\":\"Recurso\",\"255\":\"Recurso\",\"256\":\"Recurso\",\"257\":\"Recurso\",\"258\":\"Recurso\",\"259\":\"Recurso\",\"260\":\"Recurso\",\"261\":\"Recurso\",\"262\":\"Recurso\",\"263\":\"Recurso\",\"264\":\"Recurso\",\"265\":\"Recurso\",\"266\":\"Recurso\",\"267\":\"Recurso\",\"268\":\"Recurso\",\"269\":\"Recurso\",\"270\":\"Recurso\",\"271\":\"Recurso\",\"272\":\"Recurso\",\"273\":\"Recurso\",\"274\":\"Recurso\",\"275\":\"Recurso\",\"276\":\"Recurso\",\"277\":\"Recurso\",\"278\":\"Recurso\",\"279\":\"Recurso\",\"280\":\"Recurso\",\"281\":\"Recurso\",\"282\":\"Recurso\",\"283\":\"Recurso\",\"284\":\"Recurso\",\"285\":\"Recurso\",\"286\":\"Recurso\",\"287\":\"Recurso\",\"288\":\"Recurso\",\"289\":\"Recurso\",\"290\":\"Recurso\",\"291\":\"Recurso\",\"292\":\"Recurso\",\"293\":\"Recurso\",\"294\":\"Recurso\",\"295\":\"Recurso\",\"296\":\"Recurso\",\"297\":\"Recurso\",\"298\":\"Recurso\",\"299\":\"Recurso\",\"300\":\"Recurso\",\"301\":\"Recurso\",\"302\":\"Recurso\",\"303\":\"Recurso\",\"304\":\"Recurso\",\"305\":\"Recurso\"},\"Values_code\":{\"0\":\"2QBW\",\"1\":\"2QRL\",\"2\":\"2QV2\",\"3\":\"2S6Q\",\"4\":\"2S6S\",\"5\":\"2S6U\",\"6\":\"2S78\",\"7\":\"2S8G\",\"8\":\"2S8I\",\"9\":\"2S8N\",\"10\":\"2S8S\",\"11\":\"2S8U\",\"12\":\"2S9L\",\"13\":\"2SDR\",\"14\":\"2SI1\",\"15\":\"2SS2\",\"16\":\"2SW1\",\"17\":\"2SXQ\",\"18\":\"2T1L\",\"19\":\"2T4P\",\"20\":\"2T7D\",\"21\":\"2TUT\",\"22\":\"2TUV\",\"23\":\"2TYI\",\"24\":\"2U8Y\",\"25\":\"2U91\",\"26\":\"2U93\",\"27\":\"2UP2\",\"28\":\"2UPD\",\"29\":\"2UPF\",\"30\":\"2UPH\",\"31\":\"2UR5\",\"32\":\"2UX3\",\"33\":\"2V25\",\"34\":\"2V27\",\"35\":\"2V5G\",\"36\":\"2VJS\",\"37\":\"2WC5\",\"38\":\"2WFN\",\"39\":\"2YB9\",\"40\":\"2YIR\",\"41\":\"2YNA\",\"42\":\"2YWY\",\"43\":\"2ZCF\",\"44\":\"2ZHY\",\"45\":\"2ZP9\",\"46\":\"3A44\",\"47\":\"3ACC\",\"48\":\"3ADA\",\"49\":\"3AFQ\",\"50\":\"3AQP\",\"51\":\"3B4L\",\"52\":\"3BZB\",\"53\":\"3C3Z\",\"54\":\"3C4V\",\"55\":\"3CG9\",\"56\":\"3CSH\",\"57\":\"3DDT\",\"58\":\"3DSO\",\"59\":\"3E7C\",\"60\":\"3E9I\",\"61\":\"3EBN\",\"62\":\"3EDL\",\"63\":\"3EE4\",\"64\":\"3EFY\",\"65\":\"3ENA\",\"66\":\"3ENE\",\"67\":\"3EP6\",\"68\":\"3EV1\",\"69\":\"3EV3\",\"70\":\"3EXB\",\"71\":\"3EXH\",\"72\":\"3F5L\",\"73\":\"3F5N\",\"74\":\"3FCD\",\"75\":\"3FCF\",\"76\":\"3GFQ\",\"77\":\"3GI6\",\"78\":\"3GJQ\",\"79\":\"3GJU\",\"80\":\"3GPZ\",\"81\":\"3GRD\",\"82\":\"3GSF\",\"83\":\"3GVI\",\"84\":\"3GVK\",\"85\":\"3GVM\",\"86\":\"3HBN\",\"87\":\"3HBP\",\"88\":\"3HDE\",\"89\":\"3HDG\",\"90\":\"3HE8\",\"91\":\"3HF5\",\"92\":\"3HF7\",\"93\":\"3HF9\",\"94\":\"3HG7\",\"95\":\"3HG9\",\"96\":\"3HLD\",\"97\":\"3HS9\",\"98\":\"3HWM\",\"99\":\"3HYG\",\"100\":\"3IJF\",\"101\":\"3INX\",\"102\":\"3IQA\",\"103\":\"3IRX\",\"104\":\"3IRZ\",\"105\":\"3IS2\",\"106\":\"3IZ6\",\"107\":\"3J1J\",\"108\":\"3J2B\",\"109\":\"3J2H\",\"110\":\"3J4D\",\"111\":\"3J4R\",\"112\":\"3J4T\",\"113\":\"3J4V\",\"114\":\"3J83\",\"115\":\"3J85\",\"116\":\"3JBP\",\"117\":\"3JNR\",\"118\":\"3JP6\",\"119\":\"3JP8\",\"120\":\"3JPA\",\"121\":\"3JPC\",\"122\":\"3JPE\",\"123\":\"3JPK\",\"124\":\"3JPM\",\"125\":\"3JQA\",\"126\":\"3JQC\",\"127\":\"3JQE\",\"128\":\"3K6T\",\"129\":\"3K6X\",\"130\":\"3K8A\",\"131\":\"3K8C\",\"132\":\"3K8E\",\"133\":\"3KJK\",\"134\":\"3KL4\",\"135\":\"3KLQ\",\"136\":\"3KOL\",\"137\":\"3KVZ\",\"138\":\"3L9B\",\"139\":\"3LLY\",\"140\":\"3LMH\",\"141\":\"3LMJ\",\"142\":\"3MHB\",\"143\":\"3MS2\",\"144\":\"3N5E\",\"145\":\"3NDE\",\"146\":\"3NGJ\",\"147\":\"3NLE\",\"148\":\"3NLG\",\"149\":\"3NLZ\",\"150\":\"3NNZ\",\"151\":\"3NR4\",\"152\":\"3NR8\",\"153\":\"3NU4\",\"154\":\"3PK3\",\"155\":\"3PKF\",\"156\":\"3PWF\",\"157\":\"3PXE\",\"158\":\"3PXF\",\"159\":\"3PXH\",\"160\":\"3PXJ\",\"161\":\"3Q87\",\"162\":\"3Q89\",\"163\":\"3Q99\",\"164\":\"3Q9K\",\"165\":\"3QCI\",\"166\":\"3QPE\",\"167\":\"3QQ3\",\"168\":\"3R9G\",\"169\":\"3RGX\",\"170\":\"3RGZ\",\"171\":\"3RKN\",\"172\":\"3RKP\",\"173\":\"ABJ1\",\"174\":\"AFR1\",\"175\":\"ALBG\",\"176\":\"ALTG\",\"177\":\"AMA1\",\"178\":\"AMF1\",\"179\":\"AMR1\",\"180\":\"ARG1\",\"181\":\"AYR1\",\"182\":\"BAR1\",\"183\":\"BLL3\",\"184\":\"BLM1\",\"185\":\"BSQ1\",\"186\":\"BYN1\",\"187\":\"CCN1\",\"188\":\"CGM1\",\"189\":\"CHBG\",\"190\":\"CHVR\",\"191\":\"CIP1\",\"192\":\"CIS1\",\"193\":\"CLDR\",\"194\":\"CLL1\",\"195\":\"CMN1\",\"196\":\"COE1\",\"197\":\"CRC1\",\"198\":\"CSC1\",\"199\":\"CUC1\",\"200\":\"CUR1\",\"201\":\"DVS1\",\"202\":\"EPFV\",\"203\":\"ESMR\",\"204\":\"FLRD\",\"205\":\"GCA1\",\"206\":\"GCC1\",\"207\":\"GE32\",\"208\":\"GEC3\",\"209\":\"GQA1\",\"210\":\"GTPE\",\"211\":\"GTRG\",\"212\":\"GVIO\",\"213\":\"GYPO\",\"214\":\"HMIN\",\"215\":\"HMLG\",\"216\":\"HMO1\",\"217\":\"HRD1\",\"218\":\"INC1\",\"219\":\"INS1\",\"220\":\"IRG1\",\"221\":\"JAGS\",\"222\":\"LBR1\",\"223\":\"LCS1\",\"224\":\"LMR1\",\"225\":\"LPLO\",\"226\":\"LTSJ\",\"227\":\"MATA\",\"228\":\"MIR1\",\"229\":\"MNC1\",\"230\":\"MND1\",\"231\":\"MOY1\",\"232\":\"NAV1\",\"233\":\"NIM1\",\"234\":\"NQU1\",\"235\":\"OVJ1\",\"236\":\"PES1\",\"237\":\"PGUG\",\"238\":\"PIC1\",\"239\":\"PJR1\",\"240\":\"PLM1\",\"241\":\"PLU1\",\"242\":\"PLYS\",\"243\":\"PMR1\",\"244\":\"PNC1\",\"245\":\"PPA1\",\"246\":\"PPA2\",\"247\":\"PPA4\",\"248\":\"PPN1\",\"249\":\"PRC2\",\"250\":\"PRV1\",\"251\":\"PST1\",\"252\":\"PTA1\",\"253\":\"PTG1\",\"254\":\"QUI1\",\"255\":\"RBB1\",\"256\":\"RCIO\",\"257\":\"RCL1\",\"258\":\"RFR1\",\"259\":\"RFR2\",\"260\":\"RGR1\",\"261\":\"RMR1\",\"262\":\"RMYO\",\"263\":\"RNG1\",\"264\":\"RPD1\",\"265\":\"SFC1\",\"266\":\"SJN1\",\"267\":\"SJOG\",\"268\":\"SLV1\",\"269\":\"SLVJ\",\"270\":\"SMI1\",\"271\":\"SNC1\",\"272\":\"SNCR\",\"273\":\"SNFR\",\"274\":\"SOG1\",\"275\":\"SPY1\",\"276\":\"SRA1\",\"277\":\"STG1\",\"278\":\"SUV1\",\"279\":\"TCDT\",\"280\":\"TDR1\",\"281\":\"TFL1\",\"282\":\"TFL4\",\"283\":\"TGJ1\",\"284\":\"TGJ2\",\"285\":\"TMB1\",\"286\":\"TMS1\",\"287\":\"TPD1\",\"288\":\"TPUY\",\"289\":\"TR2G\",\"290\":\"TR3G\",\"291\":\"TRN1\",\"292\":\"TSJ1\",\"293\":\"TSJ2\",\"294\":\"TUJ1\",\"295\":\"TYP2\",\"296\":\"TYP4\",\"297\":\"TYP5\",\"298\":\"UNN1\",\"299\":\"URA1\",\"300\":\"USQ1\",\"301\":\"VLT1\",\"302\":\"VNTA\",\"303\":\"ZPA2\",\"304\":\"ZPA4\",\"305\":\"ZPA5\"},\"Values_Hour01\":{\"0\":19568.84,\"1\":652.83,\"2\":10018.8,\"3\":0.6,\"4\":7809.6,\"5\":6838.92,\"6\":310.66,\"7\":276.1,\"8\":6560.0,\"9\":4943.17,\"10\":1416.84,\"11\":1756.92,\"12\":120.92,\"13\":9489.0,\"14\":19327.0,\"15\":3370.4,\"16\":15258.59,\"17\":28125.5,\"18\":10224.07,\"19\":10226.82,\"20\":507.17,\"21\":12201.5,\"22\":11935.3,\"23\":null,\"24\":19526.55,\"25\":19478.71,\"26\":19240.74,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":319.0,\"32\":10968.7,\"33\":7588.0,\"34\":1034.73,\"35\":1724.3,\"36\":null,\"37\":5255.1,\"38\":4311.0,\"39\":1901.25,\"40\":304.98,\"41\":2917.0,\"42\":44.54,\"43\":16630.14,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":146.67,\"49\":700.92,\"50\":505.56,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5224.3,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3730.43,\"61\":null,\"62\":null,\"63\":4634.68,\"64\":null,\"65\":160673.14,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":4873.37,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19986.69,\"89\":19978.77,\"90\":null,\"91\":null,\"92\":null,\"93\":0.12,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1264.07,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5574.8,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":7279.07,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":1113.2,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3872.0,\"173\":null,\"174\":7252.8,\"175\":408967.76,\"176\":6685.2,\"177\":4931.4,\"178\":706.97,\"179\":70.31,\"180\":null,\"181\":12958.0,\"182\":null,\"183\":184.8,\"184\":765.93,\"185\":1768.14,\"186\":727.78,\"187\":2105.0,\"188\":null,\"189\":60615.98,\"190\":null,\"191\":13552.0,\"192\":null,\"193\":11598.67,\"194\":65920.55,\"195\":7942.0,\"196\":855.31,\"197\":3699.52,\"198\":899.96,\"199\":13788.36,\"200\":608.08,\"201\":null,\"202\":null,\"203\":30051.52,\"204\":2865.61,\"205\":4549.76,\"206\":939.79,\"207\":248108.86,\"208\":null,\"209\":5586.43,\"210\":463632.0,\"211\":506750.0,\"212\":null,\"213\":null,\"214\":16092.36,\"215\":396287.83,\"216\":14991.99,\"217\":18088.4,\"218\":0.36,\"219\":13897.37,\"220\":8035.51,\"221\":null,\"222\":1135.6,\"223\":1228.31,\"224\":null,\"225\":584.58,\"226\":171325.0,\"227\":null,\"228\":2572.44,\"229\":709.19,\"230\":432.08,\"231\":32418.07,\"232\":3232.82,\"233\":2342.4,\"234\":13334.2,\"235\":864.35,\"236\":1151144.4199999999,\"237\":600400.1899999999,\"238\":948.0,\"239\":6696.8,\"240\":7090.88,\"241\":827.09,\"242\":null,\"243\":616.58,\"244\":10908.0,\"245\":23467.19,\"246\":60825.11,\"247\":165504.73,\"248\":null,\"249\":47702.0,\"250\":2907.83,\"251\":563.11,\"252\":676.62,\"253\":3519.3,\"254\":82036.46,\"255\":2213.72,\"256\":352.64,\"257\":1134.36,\"258\":1267.44,\"259\":9937.2,\"260\":411.36,\"261\":1692.64,\"262\":19650.06,\"263\":4441.5,\"264\":19417.24,\"265\":357.26,\"266\":1322.23,\"267\":250.8,\"268\":316.44,\"269\":59515.08,\"270\":50168.05,\"271\":null,\"272\":619379.0600000001,\"273\":null,\"274\":819993.9399999999,\"275\":1597.62,\"276\":896.06,\"277\":1841.11,\"278\":901.8,\"279\":334546.18,\"280\":null,\"281\":null,\"282\":126116.89,\"283\":142088.21,\"284\":72516.43,\"285\":2045.0,\"286\":798.0,\"287\":1984.1,\"288\":null,\"289\":null,\"290\":null,\"291\":60208.36,\"292\":148071.05,\"293\":160250.7,\"294\":null,\"295\":16883.16,\"296\":44870.86,\"297\":47408.65,\"298\":633.9,\"299\":76514.91,\"300\":550.38,\"301\":9807.6,\"302\":2723.56,\"303\":29798.42,\"304\":31158.63,\"305\":null},\"Values_Hour02\":{\"0\":19573.85,\"1\":652.65,\"2\":10022.4,\"3\":null,\"4\":43.2,\"5\":6811.37,\"6\":313.76,\"7\":null,\"8\":6480.0,\"9\":4952.03,\"10\":1510.32,\"11\":1757.8,\"12\":119.99,\"13\":9202.0,\"14\":19289.0,\"15\":3328.6,\"16\":13783.17,\"17\":29399.69,\"18\":10222.59,\"19\":10227.09,\"20\":528.15,\"21\":12172.4,\"22\":11909.8,\"23\":null,\"24\":19471.85,\"25\":19440.93,\"26\":19216.1,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":null,\"32\":11259.0,\"33\":7706.0,\"34\":436.23,\"35\":1685.1,\"36\":null,\"37\":5213.0,\"38\":4189.0,\"39\":1900.89,\"40\":304.75,\"41\":2917.0,\"42\":349.08,\"43\":16274.92,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":306.53,\"49\":699.6,\"50\":458.92,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5215.0,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3862.43,\"61\":null,\"62\":null,\"63\":2317.49,\"64\":null,\"65\":160010.96,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":3078.62,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19977.47,\"89\":19977.44,\"90\":null,\"91\":null,\"92\":null,\"93\":0.12,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1260.77,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5476.9,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":1935.59,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":1116.08,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3883.0,\"173\":null,\"174\":7254.0,\"175\":409086.36,\"176\":6339.6,\"177\":4932.13,\"178\":706.86,\"179\":51.39,\"180\":null,\"181\":12958.0,\"182\":null,\"183\":198.0,\"184\":764.44,\"185\":1759.89,\"186\":725.76,\"187\":2159.0,\"188\":null,\"189\":60600.59,\"190\":null,\"191\":13496.0,\"192\":null,\"193\":15392.79,\"194\":58295.68,\"195\":7934.67,\"196\":1016.31,\"197\":3699.2,\"198\":894.06,\"199\":14238.34,\"200\":611.6,\"201\":null,\"202\":null,\"203\":29270.18,\"204\":null,\"205\":4515.3,\"206\":939.79,\"207\":248255.02,\"208\":null,\"209\":5542.49,\"210\":466272.0,\"211\":505430.0,\"212\":null,\"213\":null,\"214\":16093.16,\"215\":396233.17,\"216\":14621.96,\"217\":18519.6,\"218\":0.34,\"219\":13902.05,\"220\":8103.19,\"221\":null,\"222\":1135.19,\"223\":1606.12,\"224\":null,\"225\":587.58,\"226\":175560.0,\"227\":null,\"228\":2567.03,\"229\":705.55,\"230\":432.03,\"231\":32190.23,\"232\":504.92,\"233\":2341.8,\"234\":13329.8,\"235\":861.63,\"236\":1181803.7,\"237\":600371.0699999999,\"238\":936.0,\"239\":6703.4,\"240\":7087.13,\"241\":827.31,\"242\":null,\"243\":616.58,\"244\":11628.0,\"245\":23681.7,\"246\":60447.89,\"247\":165274.2,\"248\":null,\"249\":null,\"250\":3826.09,\"251\":560.34,\"252\":676.51,\"253\":3462.6,\"254\":82033.64,\"255\":2213.72,\"256\":261.33,\"257\":1132.38,\"258\":1264.71,\"259\":9902.4,\"260\":411.24,\"261\":1690.15,\"262\":19650.78,\"263\":4442.4,\"264\":19422.83,\"265\":360.69,\"266\":1322.83,\"267\":250.8,\"268\":316.07,\"269\":59530.51,\"270\":50180.62,\"271\":null,\"272\":338880.88,\"273\":null,\"274\":819694.72,\"275\":1597.32,\"276\":669.24,\"277\":1639.38,\"278\":903.6,\"279\":333937.64,\"280\":null,\"281\":null,\"282\":123054.67,\"283\":142376.34,\"284\":72499.23,\"285\":2046.0,\"286\":797.16,\"287\":1994.96,\"288\":null,\"289\":null,\"290\":null,\"291\":59742.14,\"292\":150986.53,\"293\":160489.35,\"294\":null,\"295\":21792.9,\"296\":44941.34,\"297\":47409.62,\"298\":632.85,\"299\":76514.02,\"300\":509.85,\"301\":8890.2,\"302\":2742.85,\"303\":29876.82,\"304\":31043.95,\"305\":null},\"Values_Hour03\":{\"0\":19564.7,\"1\":652.56,\"2\":10022.4,\"3\":null,\"4\":8702.4,\"5\":6695.7,\"6\":318.38,\"7\":null,\"8\":6000.0,\"9\":4958.46,\"10\":1515.24,\"11\":1759.56,\"12\":127.51,\"13\":9202.0,\"14\":19270.0,\"15\":3282.4,\"16\":13785.78,\"17\":29099.34,\"18\":10222.64,\"19\":10227.76,\"20\":485.03,\"21\":12167.6,\"22\":11913.9,\"23\":null,\"24\":19475.36,\"25\":19452.47,\"26\":19218.23,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":313.9,\"32\":12740.2,\"33\":7726.0,\"34\":115.5,\"35\":1657.1,\"36\":null,\"37\":5173.4,\"38\":4119.0,\"39\":1896.19,\"40\":304.52,\"41\":2917.0,\"42\":1231.49,\"43\":16118.96,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":460.53,\"49\":707.52,\"50\":474.76,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5203.9,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":4063.3,\"61\":null,\"62\":null,\"63\":3946.48,\"64\":null,\"65\":128246.41,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":5519.74,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19969.53,\"89\":19971.26,\"90\":null,\"91\":null,\"92\":null,\"93\":0.12,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":0.15,\"101\":null,\"102\":null,\"103\":null,\"104\":1256.04,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5485.7,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":281.52,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":1147.7,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3868.33,\"173\":null,\"174\":7255.2,\"175\":409147.13,\"176\":6066.0,\"177\":4932.93,\"178\":706.75,\"179\":null,\"180\":null,\"181\":12683.0,\"182\":null,\"183\":191.4,\"184\":763.95,\"185\":1728.21,\"186\":725.72,\"187\":2156.0,\"188\":null,\"189\":60640.98,\"190\":null,\"191\":13416.0,\"192\":null,\"193\":14811.6,\"194\":53648.36,\"195\":7927.33,\"196\":1024.36,\"197\":3699.84,\"198\":889.1,\"199\":14379.67,\"200\":629.2,\"201\":null,\"202\":null,\"203\":29072.87,\"204\":null,\"205\":4495.6,\"206\":938.8,\"207\":248207.83,\"208\":null,\"209\":5501.42,\"210\":468648.0,\"211\":505520.0,\"212\":null,\"213\":null,\"214\":15647.5,\"215\":373562.4,\"216\":15117.64,\"217\":19049.8,\"218\":0.33,\"219\":14102.05,\"220\":8273.53,\"221\":null,\"222\":1133.53,\"223\":1664.59,\"224\":null,\"225\":584.58,\"226\":178805.0,\"227\":null,\"228\":2575.43,\"229\":691.57,\"230\":432.3,\"231\":32579.38,\"232\":3801.53,\"233\":2341.8,\"234\":13334.2,\"235\":859.29,\"236\":1179984.28,\"237\":516129.75,\"238\":930.0,\"239\":6705.6,\"240\":7078.92,\"241\":825.55,\"242\":null,\"243\":616.58,\"244\":11844.0,\"245\":23591.79,\"246\":59963.45,\"247\":164699.97,\"248\":null,\"249\":null,\"250\":2601.74,\"251\":561.79,\"252\":676.55,\"253\":3539.7,\"254\":82065.39,\"255\":2222.33,\"256\":230.47,\"257\":1127.34,\"258\":1263.05,\"259\":9854.4,\"260\":411.36,\"261\":1685.36,\"262\":19645.76,\"263\":4441.95,\"264\":19426.16,\"265\":356.0,\"266\":1319.23,\"267\":254.1,\"268\":316.02,\"269\":59566.47,\"270\":50193.57,\"271\":null,\"272\":267830.5,\"273\":null,\"274\":796024.15,\"275\":1597.62,\"276\":336.16,\"277\":1572.69,\"278\":905.4,\"279\":331141.06,\"280\":null,\"281\":null,\"282\":123300.76,\"283\":141879.32,\"284\":72601.17,\"285\":2046.0,\"286\":797.44,\"287\":2102.38,\"288\":null,\"289\":null,\"290\":null,\"291\":60223.3,\"292\":148079.86,\"293\":161727.0,\"294\":null,\"295\":21928.84,\"296\":44980.32,\"297\":47392.86,\"298\":631.62,\"299\":76535.07,\"300\":498.69,\"301\":10157.4,\"302\":2700.38,\"303\":29825.92,\"304\":31051.67,\"305\":null},\"Values_Hour04\":{\"0\":19572.58,\"1\":652.38,\"2\":10018.8,\"3\":0.6,\"4\":9129.6,\"5\":6528.39,\"6\":321.49,\"7\":null,\"8\":5520.0,\"9\":4951.72,\"10\":1512.36,\"11\":1760.44,\"12\":142.68,\"13\":9203.0,\"14\":19267.0,\"15\":3311.0,\"16\":14010.25,\"17\":29942.4,\"18\":10221.29,\"19\":10228.92,\"20\":495.88,\"21\":12161.3,\"22\":11894.1,\"23\":null,\"24\":19474.61,\"25\":19450.65,\"26\":19218.13,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":500.8,\"32\":15687.5,\"33\":7782.0,\"34\":59.18,\"35\":1635.0,\"36\":null,\"37\":5288.3,\"38\":4237.0,\"39\":1888.03,\"40\":304.75,\"41\":2917.0,\"42\":1231.81,\"43\":16067.97,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":607.2,\"49\":706.2,\"50\":473.44,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5232.9,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3982.96,\"61\":null,\"62\":null,\"63\":4899.63,\"64\":null,\"65\":138862.53,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":7523.1,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19967.54,\"89\":19967.21,\"90\":null,\"91\":null,\"92\":null,\"93\":0.12,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1250.92,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5492.3,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":738.75,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":1152.3,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3875.67,\"173\":125.4,\"174\":7255.2,\"175\":408903.2,\"176\":6058.8,\"177\":4932.53,\"178\":706.2,\"179\":null,\"180\":null,\"181\":12177.0,\"182\":null,\"183\":198.0,\"184\":764.61,\"185\":1732.5,\"186\":726.7,\"187\":2156.0,\"188\":null,\"189\":60614.97,\"190\":null,\"191\":13624.0,\"192\":null,\"193\":14032.7,\"194\":51828.94,\"195\":7923.67,\"196\":1073.24,\"197\":3699.84,\"198\":886.36,\"199\":14380.27,\"200\":620.4,\"201\":null,\"202\":null,\"203\":29073.4,\"204\":2333.62,\"205\":4492.58,\"206\":939.79,\"207\":249416.86,\"208\":null,\"209\":5472.71,\"210\":484344.0,\"211\":505460.0,\"212\":null,\"213\":null,\"214\":15602.07,\"215\":396457.97,\"216\":14935.25,\"217\":18944.2,\"218\":0.1,\"219\":14091.83,\"220\":9568.0,\"221\":null,\"222\":1132.08,\"223\":1599.1,\"224\":null,\"225\":581.58,\"226\":202235.0,\"227\":null,\"228\":2572.9,\"229\":679.76,\"230\":432.49,\"231\":32733.05,\"232\":4206.56,\"233\":2342.4,\"234\":13164.8,\"235\":857.67,\"236\":1180111.1399999999,\"237\":399558.3,\"238\":852.0,\"239\":6712.2,\"240\":7070.03,\"241\":824.45,\"242\":null,\"243\":616.58,\"244\":12060.0,\"245\":23752.3,\"246\":59145.44,\"247\":164855.48,\"248\":null,\"249\":null,\"250\":3673.04,\"251\":558.89,\"252\":676.58,\"253\":3506.4,\"254\":82042.08,\"255\":2218.88,\"256\":84.02,\"257\":1126.26,\"258\":1260.64,\"259\":9798.0,\"260\":411.24,\"261\":1680.38,\"262\":19644.33,\"263\":4441.05,\"264\":19426.13,\"265\":355.74,\"266\":1316.23,\"267\":250.8,\"268\":315.96,\"269\":59483.64,\"270\":50184.52,\"271\":null,\"272\":323562.7,\"273\":null,\"274\":819354.85,\"275\":1597.2,\"276\":null,\"277\":1327.73,\"278\":901.8,\"279\":179172.44,\"280\":null,\"281\":null,\"282\":123274.28,\"283\":140404.26,\"284\":72631.19,\"285\":2046.0,\"286\":797.58,\"287\":2002.03,\"288\":null,\"289\":null,\"290\":null,\"291\":62505.49,\"292\":146792.25,\"293\":160924.1,\"294\":null,\"295\":22058.97,\"296\":45077.61,\"297\":47398.36,\"298\":626.16,\"299\":76532.57,\"300\":495.48,\"301\":9908.8,\"302\":2655.5,\"303\":29793.87,\"304\":31167.25,\"305\":1440.65},\"Values_Hour05\":{\"0\":19557.25,\"1\":652.14,\"2\":10022.4,\"3\":null,\"4\":9189.6,\"5\":6560.73,\"6\":320.63,\"7\":null,\"8\":5520.0,\"9\":6643.5,\"10\":1588.2,\"11\":1762.2,\"12\":144.41,\"13\":9205.0,\"14\":19115.0,\"15\":3271.4,\"16\":14271.55,\"17\":29876.67,\"18\":10220.39,\"19\":10228.04,\"20\":504.09,\"21\":12175.8,\"22\":11919.3,\"23\":null,\"24\":19474.84,\"25\":19449.96,\"26\":19218.61,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":585.8,\"32\":15686.4,\"33\":8040.0,\"34\":110.73,\"35\":1614.0,\"36\":null,\"37\":5523.5,\"38\":4341.0,\"39\":1859.9,\"40\":304.98,\"41\":2917.0,\"42\":690.31,\"43\":15743.62,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":604.27,\"49\":748.44,\"50\":472.12,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5213.2,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3891.13,\"61\":null,\"62\":null,\"63\":4832.98,\"64\":null,\"65\":174611.36,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":5323.01,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19965.54,\"89\":19970.82,\"90\":null,\"91\":null,\"92\":null,\"93\":0.1,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":0.15,\"101\":null,\"102\":null,\"103\":null,\"104\":1246.24,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5534.1,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":1148.79,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":1188.53,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":29.27,\"172\":3875.67,\"173\":2402.4,\"174\":7254.0,\"175\":407891.2,\"176\":6066.0,\"177\":4929.4,\"178\":706.09,\"179\":null,\"180\":null,\"181\":12188.0,\"182\":null,\"183\":191.4,\"184\":764.44,\"185\":1734.81,\"186\":723.24,\"187\":2153.0,\"188\":null,\"189\":60620.41,\"190\":null,\"191\":13824.0,\"192\":null,\"193\":14031.75,\"194\":52002.86,\"195\":7905.33,\"196\":1141.38,\"197\":3700.16,\"198\":883.09,\"199\":14377.1,\"200\":609.18,\"201\":null,\"202\":null,\"203\":29074.89,\"204\":8313.0,\"205\":4483.6,\"206\":939.79,\"207\":252217.23,\"208\":16140.17,\"209\":5449.31,\"210\":471360.0,\"211\":506320.0,\"212\":null,\"213\":null,\"214\":15425.1,\"215\":396890.1,\"216\":14563.44,\"217\":18462.4,\"218\":0.08,\"219\":14090.39,\"220\":8372.64,\"221\":null,\"222\":1130.22,\"223\":1525.23,\"224\":null,\"225\":587.58,\"226\":182875.0,\"227\":null,\"228\":2569.1,\"229\":680.15,\"230\":432.49,\"231\":32006.34,\"232\":4126.63,\"233\":2341.2,\"234\":13376.0,\"235\":856.1,\"236\":1179620.8799999999,\"237\":399479.25,\"238\":846.0,\"239\":6721.0,\"240\":7065.86,\"241\":825.77,\"242\":null,\"243\":616.58,\"244\":11916.0,\"245\":23748.52,\"246\":59368.82,\"247\":165579.33,\"248\":null,\"249\":null,\"250\":7805.22,\"251\":558.36,\"252\":676.98,\"253\":3319.05,\"254\":82050.88,\"255\":2220.61,\"256\":null,\"257\":1124.82,\"258\":1259.96,\"259\":9752.4,\"260\":410.76,\"261\":1674.92,\"262\":19640.02,\"263\":4439.25,\"264\":19428.55,\"265\":356.14,\"266\":1317.43,\"267\":250.8,\"268\":315.74,\"269\":59471.03,\"270\":50181.36,\"271\":null,\"272\":303541.59,\"273\":null,\"274\":819514.04,\"275\":1599.24,\"276\":null,\"277\":1332.0,\"278\":905.4,\"279\":177623.14,\"280\":null,\"281\":null,\"282\":123252.89,\"283\":139754.14,\"284\":72484.51,\"285\":2046.0,\"286\":797.02,\"287\":2007.42,\"288\":null,\"289\":null,\"290\":null,\"291\":63595.52,\"292\":147868.8,\"293\":160622.55,\"294\":null,\"295\":22077.51,\"296\":45194.63,\"297\":47436.55,\"298\":632.61,\"299\":76542.36,\"300\":490.72,\"301\":9255.4,\"302\":2646.66,\"303\":29998.8,\"304\":31315.0,\"305\":7845.61},\"Values_Hour06\":{\"0\":19556.97,\"1\":652.2,\"2\":10018.8,\"3\":null,\"4\":9158.4,\"5\":6532.52,\"6\":317.0,\"7\":null,\"8\":6080.0,\"9\":9538.49,\"10\":1650.0,\"11\":1763.52,\"12\":144.02,\"13\":9200.0,\"14\":17456.0,\"15\":3337.4,\"16\":14275.01,\"17\":29922.45,\"18\":10218.61,\"19\":10225.14,\"20\":654.87,\"21\":12219.1,\"22\":11962.2,\"23\":null,\"24\":19477.33,\"25\":19452.06,\"26\":11823.69,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":575.8,\"32\":15833.1,\"33\":7654.0,\"34\":50.59,\"35\":1600.7,\"36\":null,\"37\":6831.5,\"38\":4383.0,\"39\":1881.2,\"40\":305.21,\"41\":2890.0,\"42\":261.89,\"43\":15331.2,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":190.67,\"49\":760.32,\"50\":449.68,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5197.5,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3839.48,\"61\":null,\"62\":null,\"63\":3945.3,\"64\":null,\"65\":180930.08,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":3388.08,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":null,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19979.76,\"89\":19979.66,\"90\":null,\"91\":null,\"92\":null,\"93\":0.08,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1241.02,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":75.61,\"112\":75.37,\"113\":155.05,\"114\":null,\"115\":null,\"116\":null,\"117\":5562.7,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":4277.92,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":472.65,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3875.67,\"173\":2481.6,\"174\":7258.8,\"175\":407838.98,\"176\":6062.4,\"177\":4931.33,\"178\":706.31,\"179\":8.62,\"180\":null,\"181\":12100.0,\"182\":17739.1,\"183\":191.4,\"184\":765.93,\"185\":1737.12,\"186\":725.58,\"187\":2154.0,\"188\":null,\"189\":60631.22,\"190\":null,\"191\":13728.0,\"192\":null,\"193\":12235.31,\"194\":50303.63,\"195\":7879.67,\"196\":1132.75,\"197\":3701.44,\"198\":875.33,\"199\":14378.82,\"200\":629.2,\"201\":null,\"202\":null,\"203\":29076.45,\"204\":8631.0,\"205\":4515.14,\"206\":939.79,\"207\":253786.41,\"208\":29440.67,\"209\":5432.88,\"210\":495936.0,\"211\":507300.0,\"212\":null,\"213\":null,\"214\":15226.93,\"215\":396893.32,\"216\":14414.07,\"217\":18904.6,\"218\":0.01,\"219\":14114.57,\"220\":8185.93,\"221\":null,\"222\":1131.88,\"223\":1470.71,\"224\":null,\"225\":584.58,\"226\":219010.0,\"227\":null,\"228\":943.35,\"229\":685.86,\"230\":432.05,\"231\":31942.63,\"232\":3757.43,\"233\":2341.8,\"234\":13378.2,\"235\":854.07,\"236\":1179409.26,\"237\":399761.8,\"238\":882.0,\"239\":6727.6,\"240\":7121.17,\"241\":826.98,\"242\":null,\"243\":616.58,\"244\":13104.0,\"245\":23588.84,\"246\":60008.39,\"247\":165326.08,\"248\":null,\"249\":null,\"250\":7805.22,\"251\":566.41,\"252\":677.09,\"253\":3173.4,\"254\":82026.76,\"255\":2222.33,\"256\":null,\"257\":1123.38,\"258\":1258.73,\"259\":9716.4,\"260\":410.64,\"261\":1666.88,\"262\":19640.02,\"263\":4437.9,\"264\":19430.97,\"265\":354.82,\"266\":1295.83,\"267\":250.8,\"268\":316.11,\"269\":59502.28,\"270\":50183.11,\"271\":null,\"272\":348893.68,\"273\":null,\"274\":819566.66,\"275\":1599.42,\"276\":null,\"277\":1296.52,\"278\":903.6,\"279\":177796.91,\"280\":null,\"281\":null,\"282\":123379.01,\"283\":139478.89,\"284\":72283.66,\"285\":2045.0,\"286\":796.74,\"287\":2032.71,\"288\":null,\"289\":null,\"290\":null,\"291\":63375.82,\"292\":149983.65,\"293\":162646.45,\"294\":null,\"295\":22111.76,\"296\":45262.88,\"297\":47499.69,\"298\":633.06,\"299\":76558.35,\"300\":536.08,\"301\":10065.0,\"302\":2586.17,\"303\":30133.99,\"304\":32014.75,\"305\":16204.8},\"Values_Hour07\":{\"0\":19566.17,\"1\":650.31,\"2\":10026.0,\"3\":null,\"4\":9180.0,\"5\":6552.98,\"6\":315.68,\"7\":null,\"8\":6080.0,\"9\":9522.09,\"10\":1638.36,\"11\":1767.92,\"12\":144.01,\"13\":9197.0,\"14\":17008.0,\"15\":4413.2,\"16\":14264.49,\"17\":30181.62,\"18\":10225.67,\"19\":10225.85,\"20\":805.64,\"21\":12556.9,\"22\":12296.6,\"23\":null,\"24\":19455.96,\"25\":19445.46,\"26\":13122.67,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":674.5,\"32\":17030.1,\"33\":7814.0,\"34\":26.73,\"35\":1590.8,\"36\":29.69,\"37\":7104.4,\"38\":4381.0,\"39\":1886.63,\"40\":306.13,\"41\":2699.0,\"42\":483.0,\"43\":15421.78,\"44\":null,\"45\":340.17,\"46\":null,\"47\":null,\"48\":null,\"49\":739.86,\"50\":423.28,\"51\":19.14,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5007.4,\"56\":20.36,\"57\":3115.09,\"58\":283.87,\"59\":null,\"60\":3810.78,\"61\":57.01,\"62\":367.3,\"63\":4951.83,\"64\":381.26,\"65\":108860.06,\"66\":42.16,\"67\":1.1,\"68\":66.05,\"69\":58.66,\"70\":158.74,\"71\":5251.98,\"72\":null,\"73\":null,\"74\":null,\"75\":428.42,\"76\":null,\"77\":0.13,\"78\":15.96,\"79\":null,\"80\":null,\"81\":96.72,\"82\":null,\"83\":64.35,\"84\":93.93,\"85\":39.0,\"86\":null,\"87\":null,\"88\":19966.62,\"89\":19967.7,\"90\":null,\"91\":1297.24,\"92\":39.5,\"93\":52.02,\"94\":null,\"95\":null,\"96\":394.75,\"97\":null,\"98\":155.67,\"99\":0.37,\"100\":null,\"101\":314.84,\"102\":1087.54,\"103\":988.19,\"104\":1240.8,\"105\":7.37,\"106\":66.22,\"107\":319.83,\"108\":null,\"109\":null,\"110\":57.41,\"111\":1337.63,\"112\":1418.4,\"113\":1401.53,\"114\":null,\"115\":null,\"116\":null,\"117\":5536.3,\"118\":6.32,\"119\":null,\"120\":2.01,\"121\":3.0,\"122\":0.5,\"123\":4.47,\"124\":null,\"125\":6.42,\"126\":62.64,\"127\":42.09,\"128\":17.64,\"129\":1.02,\"130\":null,\"131\":209.36,\"132\":196.56,\"133\":91.62,\"134\":4782.92,\"135\":4900.0,\"136\":2.08,\"137\":null,\"138\":null,\"139\":269.29,\"140\":28.61,\"141\":69.26,\"142\":54.82,\"143\":null,\"144\":0.01,\"145\":1.99,\"146\":39.33,\"147\":null,\"148\":null,\"149\":33.75,\"150\":4900.0,\"151\":32.55,\"152\":63.5,\"153\":7.97,\"154\":null,\"155\":null,\"156\":1.2,\"157\":241.51,\"158\":156.82,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":725.65,\"164\":4.38,\"165\":45.98,\"166\":null,\"167\":11.12,\"168\":null,\"169\":134.97,\"170\":57.58,\"171\":null,\"172\":3875.67,\"173\":2488.2,\"174\":7257.6,\"175\":408229.45,\"176\":6066.0,\"177\":4922.22,\"178\":706.53,\"179\":null,\"180\":100.0,\"181\":12056.0,\"182\":19738.49,\"183\":184.8,\"184\":768.24,\"185\":1758.57,\"186\":726.43,\"187\":2153.0,\"188\":null,\"189\":60608.97,\"190\":null,\"191\":14216.0,\"192\":null,\"193\":11544.05,\"194\":52248.72,\"195\":6937.33,\"196\":1128.72,\"197\":3702.08,\"198\":970.39,\"199\":14373.56,\"200\":623.48,\"201\":null,\"202\":2836.4,\"203\":29076.05,\"204\":11350.0,\"205\":4561.24,\"206\":939.79,\"207\":252858.7,\"208\":66214.94,\"209\":5432.47,\"210\":473160.0,\"211\":507300.0,\"212\":null,\"213\":396.09,\"214\":15936.16,\"215\":396836.63,\"216\":14340.3,\"217\":18645.0,\"218\":null,\"219\":14192.76,\"220\":9244.65,\"221\":null,\"222\":1131.67,\"223\":1373.78,\"224\":null,\"225\":587.58,\"226\":185625.0,\"227\":651.08,\"228\":2520.8,\"229\":699.25,\"230\":431.42,\"231\":32066.57,\"232\":3620.66,\"233\":2344.2,\"234\":13371.6,\"235\":800.73,\"236\":1179034.0700000001,\"237\":376758.01,\"238\":942.0,\"239\":6723.2,\"240\":7307.92,\"241\":827.31,\"242\":null,\"243\":616.58,\"244\":12420.0,\"245\":23860.09,\"246\":59541.89,\"247\":164750.51,\"248\":null,\"249\":null,\"250\":3363.66,\"251\":564.04,\"252\":676.87,\"253\":3099.9,\"254\":82065.62,\"255\":2215.44,\"256\":null,\"257\":1123.02,\"258\":1160.57,\"259\":9657.6,\"260\":410.28,\"261\":1661.88,\"262\":19633.56,\"263\":4442.4,\"264\":19426.52,\"265\":352.64,\"266\":1220.83,\"267\":254.1,\"268\":331.76,\"269\":59400.81,\"270\":50168.55,\"271\":null,\"272\":306612.09,\"273\":78279.18,\"274\":818182.0699999999,\"275\":1600.74,\"276\":456.28,\"277\":1231.8,\"278\":903.6,\"279\":177943.67,\"280\":null,\"281\":null,\"282\":143704.82,\"283\":139598.02,\"284\":72086.38,\"285\":2048.0,\"286\":801.36,\"287\":2097.3,\"288\":1095.94,\"289\":343.67,\"290\":365.37,\"291\":62325.05,\"292\":151524.85,\"293\":164076.5,\"294\":null,\"295\":22126.89,\"296\":44975.47,\"297\":47710.27,\"298\":635.55,\"299\":76542.37,\"300\":632.86,\"301\":10421.4,\"302\":2750.88,\"303\":29981.97,\"304\":31713.26,\"305\":20978.52},\"Values_Hour08\":{\"0\":19581.08,\"1\":652.83,\"2\":10022.4,\"3\":null,\"4\":1058.4,\"5\":6551.82,\"6\":321.22,\"7\":13.61,\"8\":6800.0,\"9\":9495.91,\"10\":1647.0,\"11\":1775.4,\"12\":144.54,\"13\":9167.0,\"14\":17682.0,\"15\":5011.6,\"16\":14706.71,\"17\":30040.36,\"18\":13908.33,\"19\":11054.4,\"20\":763.69,\"21\":12807.5,\"22\":12527.2,\"23\":null,\"24\":19449.3,\"25\":19458.7,\"26\":19194.44,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":706.8,\"32\":16687.0,\"33\":7888.0,\"34\":42.0,\"35\":1579.4,\"36\":1476.6,\"37\":7153.6,\"38\":4380.0,\"39\":2038.87,\"40\":307.05,\"41\":2649.0,\"42\":965.84,\"43\":15301.9,\"44\":101.96,\"45\":1468.28,\"46\":390.0,\"47\":null,\"48\":null,\"49\":910.14,\"50\":462.88,\"51\":298.43,\"52\":27.54,\"53\":null,\"54\":3000.0,\"55\":3623.46,\"56\":407.1,\"57\":41006.64,\"58\":1763.12,\"59\":3.66,\"60\":3828.0,\"61\":3304.8,\"62\":1681.62,\"63\":4441.04,\"64\":1756.69,\"65\":161875.88,\"66\":487.38,\"67\":5.06,\"68\":707.1,\"69\":721.71,\"70\":859.5,\"71\":5777.62,\"72\":null,\"73\":null,\"74\":null,\"75\":1133.48,\"76\":0.38,\"77\":6.67,\"78\":436.76,\"79\":648.71,\"80\":449.82,\"81\":811.08,\"82\":null,\"83\":777.49,\"84\":935.73,\"85\":415.86,\"86\":340.2,\"87\":392.4,\"88\":19958.24,\"89\":19961.27,\"90\":null,\"91\":13782.48,\"92\":1174.65,\"93\":1144.92,\"94\":0.11,\"95\":0.03,\"96\":1666.8,\"97\":null,\"98\":1814.24,\"99\":6.45,\"100\":null,\"101\":2715.53,\"102\":2220.65,\"103\":4793.03,\"104\":1238.98,\"105\":124.2,\"106\":25014.99,\"107\":859.25,\"108\":1279.41,\"109\":null,\"110\":1384.14,\"111\":3723.08,\"112\":3017.25,\"113\":2957.18,\"114\":137.09,\"115\":149.96,\"116\":8.71,\"117\":5309.7,\"118\":72.24,\"119\":29.88,\"120\":66.0,\"121\":52.32,\"122\":34.38,\"123\":41.08,\"124\":10.04,\"125\":71.28,\"126\":218.42,\"127\":211.51,\"128\":481.2,\"129\":54.59,\"130\":null,\"131\":1337.49,\"132\":1358.45,\"133\":1882.8,\"134\":13127.8,\"135\":4900.0,\"136\":43.77,\"137\":null,\"138\":null,\"139\":771.0,\"140\":621.6,\"141\":640.24,\"142\":245.0,\"143\":null,\"144\":0.12,\"145\":4.97,\"146\":104.28,\"147\":70.4,\"148\":50.6,\"149\":726.8,\"150\":4900.0,\"151\":252.68,\"152\":218.05,\"153\":38.5,\"154\":null,\"155\":null,\"156\":765.0,\"157\":1341.01,\"158\":1371.35,\"159\":628.2,\"160\":308.34,\"161\":7.29,\"162\":7.3,\"163\":739.45,\"164\":223.19,\"165\":1712.7,\"166\":5.3,\"167\":137.69,\"168\":16.44,\"169\":1135.74,\"170\":257.6,\"171\":null,\"172\":3879.33,\"173\":2501.4,\"174\":7255.2,\"175\":407854.37,\"176\":6066.0,\"177\":4736.33,\"178\":706.64,\"179\":null,\"180\":3600.0,\"181\":12034.0,\"182\":19751.93,\"183\":198.0,\"184\":772.2,\"185\":1758.9,\"186\":727.11,\"187\":2154.0,\"188\":null,\"189\":60626.85,\"190\":null,\"191\":13720.0,\"192\":680.13,\"193\":11564.1,\"194\":53302.27,\"195\":6684.33,\"196\":1033.85,\"197\":3703.68,\"198\":968.65,\"199\":14382.48,\"200\":634.26,\"201\":null,\"202\":18809.32,\"203\":29078.48,\"204\":11069.0,\"205\":4562.76,\"206\":939.79,\"207\":252815.34,\"208\":89781.32,\"209\":5459.23,\"210\":491712.0,\"211\":507430.0,\"212\":null,\"213\":14752.27,\"214\":16104.96,\"215\":396903.32,\"216\":14286.83,\"217\":18946.4,\"218\":null,\"219\":14181.22,\"220\":10307.07,\"221\":null,\"222\":1134.36,\"223\":1376.16,\"224\":null,\"225\":581.58,\"226\":212245.0,\"227\":4434.64,\"228\":2617.63,\"229\":716.87,\"230\":431.72,\"231\":36292.7,\"232\":3698.89,\"233\":2347.8,\"234\":13263.8,\"235\":885.23,\"236\":1179422.3300000001,\"237\":330039.94,\"238\":882.0,\"239\":6723.2,\"240\":7309.6,\"241\":828.3,\"242\":null,\"243\":616.58,\"244\":12852.0,\"245\":23698.62,\"246\":60080.16,\"247\":165085.12,\"248\":null,\"249\":null,\"250\":null,\"251\":563.38,\"252\":677.66,\"253\":3073.35,\"254\":82099.15,\"255\":2222.33,\"256\":null,\"257\":1172.34,\"258\":968.89,\"259\":9703.2,\"260\":409.44,\"261\":1667.49,\"262\":19634.28,\"263\":4446.45,\"264\":19420.77,\"265\":348.94,\"266\":1220.83,\"267\":250.8,\"268\":331.43,\"269\":59517.34,\"270\":50185.02,\"271\":null,\"272\":341052.42,\"273\":138655.47,\"274\":813771.22,\"275\":1601.22,\"276\":780.12,\"277\":1233.25,\"278\":901.8,\"279\":177862.44,\"280\":null,\"281\":null,\"282\":170570.3,\"283\":139782.34,\"284\":72660.77,\"285\":2050.0,\"286\":802.48,\"287\":2041.85,\"288\":5119.34,\"289\":1477.99,\"290\":1559.41,\"291\":63413.45,\"292\":151136.43,\"293\":164513.1,\"294\":null,\"295\":22116.03,\"296\":44661.02,\"297\":47729.12,\"298\":634.89,\"299\":76553.85,\"300\":753.17,\"301\":9251.0,\"302\":2636.56,\"303\":29984.79,\"304\":31673.76,\"305\":22080.02},\"Values_Hour09\":{\"0\":19572.59,\"1\":652.68,\"2\":10022.4,\"3\":null,\"4\":null,\"5\":6654.45,\"6\":317.33,\"7\":2.85,\"8\":7600.0,\"9\":9481.36,\"10\":1636.8,\"11\":1779.36,\"12\":145.99,\"13\":9030.0,\"14\":19317.0,\"15\":4956.6,\"16\":17675.62,\"17\":29937.95,\"18\":18288.69,\"19\":10089.1,\"20\":721.6,\"21\":12999.3,\"22\":12704.3,\"23\":271.2,\"24\":19446.47,\"25\":19437.46,\"26\":19192.91,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":706.1,\"32\":16324.6,\"33\":7654.0,\"34\":139.36,\"35\":1578.4,\"36\":3843.3,\"37\":7132.2,\"38\":4356.0,\"39\":2856.44,\"40\":305.21,\"41\":2885.0,\"42\":395.65,\"43\":15044.51,\"44\":741.1,\"45\":949.66,\"46\":1036.2,\"47\":null,\"48\":30.8,\"49\":943.8,\"50\":469.48,\"51\":1093.73,\"52\":1671.63,\"53\":1654.93,\"54\":3000.0,\"55\":5643.0,\"56\":2859.36,\"57\":34657.75,\"58\":5911.16,\"59\":null,\"60\":3776.35,\"61\":7152.48,\"62\":1204.6,\"63\":4759.54,\"64\":1243.15,\"65\":162770.92,\"66\":454.75,\"67\":1.1,\"68\":1999.91,\"69\":2067.66,\"70\":2032.5,\"71\":7079.82,\"72\":10.88,\"73\":null,\"74\":35.1,\"75\":2514.15,\"76\":1.06,\"77\":56.58,\"78\":1353.72,\"79\":3058.05,\"80\":1742.4,\"81\":2276.13,\"82\":284.78,\"83\":2619.51,\"84\":2835.4,\"85\":1304.93,\"86\":1056.6,\"87\":2293.2,\"88\":19945.18,\"89\":19956.6,\"90\":103.2,\"91\":34047.95,\"92\":4830.3,\"93\":4900.77,\"94\":0.43,\"95\":0.14,\"96\":3181.2,\"97\":267.3,\"98\":6792.36,\"99\":33.91,\"100\":null,\"101\":4794.76,\"102\":8063.1,\"103\":13008.72,\"104\":1234.86,\"105\":362.25,\"106\":58129.27,\"107\":1802.5,\"108\":5120.0,\"109\":null,\"110\":6310.74,\"111\":2428.2,\"112\":2493.9,\"113\":2724.53,\"114\":876.6,\"115\":986.7,\"116\":72.69,\"117\":5207.4,\"118\":365.76,\"119\":138.48,\"120\":147.6,\"121\":163.71,\"122\":98.01,\"123\":71.99,\"124\":57.83,\"125\":194.28,\"126\":577.26,\"127\":560.42,\"128\":2509.2,\"129\":253.2,\"130\":210.0,\"131\":3396.12,\"132\":3442.22,\"133\":4368.6,\"134\":2107.67,\"135\":4900.0,\"136\":169.2,\"137\":null,\"138\":null,\"139\":2101.2,\"140\":5724.0,\"141\":1738.5,\"142\":632.51,\"143\":291.15,\"144\":0.98,\"145\":41.1,\"146\":231.36,\"147\":229.9,\"148\":238.48,\"149\":3309.7,\"150\":4900.0,\"151\":477.43,\"152\":596.49,\"153\":167.28,\"154\":143.97,\"155\":51.0,\"156\":2545.8,\"157\":3475.42,\"158\":3468.96,\"159\":2273.4,\"160\":1860.0,\"161\":102.87,\"162\":104.39,\"163\":1489.83,\"164\":414.75,\"165\":8118.0,\"166\":18.0,\"167\":208.15,\"168\":34.62,\"169\":2315.64,\"170\":649.98,\"171\":null,\"172\":3872.0,\"173\":2488.2,\"174\":7254.0,\"175\":407543.05,\"176\":6073.2,\"177\":4731.89,\"178\":586.74,\"179\":null,\"180\":null,\"181\":11990.0,\"182\":19753.26,\"183\":184.8,\"184\":772.86,\"185\":1757.58,\"186\":724.86,\"187\":2152.0,\"188\":348.0,\"189\":60606.68,\"190\":null,\"191\":13472.0,\"192\":657.36,\"193\":10958.01,\"194\":53069.8,\"195\":6233.33,\"196\":1099.97,\"197\":3704.0,\"198\":958.78,\"199\":14547.3,\"200\":624.58,\"201\":null,\"202\":26964.39,\"203\":29070.78,\"204\":10533.0,\"205\":4551.36,\"206\":940.78,\"207\":252943.59,\"208\":90135.7,\"209\":5492.73,\"210\":500016.0,\"211\":507180.0,\"212\":null,\"213\":40059.4,\"214\":16459.66,\"215\":396886.47,\"216\":14159.16,\"217\":18334.8,\"218\":0.15,\"219\":13373.88,\"220\":9834.62,\"221\":null,\"222\":1136.22,\"223\":1353.49,\"224\":null,\"225\":480.58,\"226\":224785.0,\"227\":9871.83,\"228\":2615.22,\"229\":727.99,\"230\":432.19,\"231\":39442.95,\"232\":3663.71,\"233\":2347.8,\"234\":13270.4,\"235\":884.07,\"236\":1178778.6599999999,\"237\":589989.24,\"238\":738.0,\"239\":6721.0,\"240\":7303.26,\"241\":827.75,\"242\":null,\"243\":616.58,\"244\":13104.0,\"245\":23548.42,\"246\":59424.9,\"247\":165893.75,\"248\":null,\"249\":null,\"250\":null,\"251\":562.98,\"252\":677.88,\"253\":3185.55,\"254\":82067.55,\"255\":2215.44,\"256\":249.58,\"257\":1297.98,\"258\":1252.74,\"259\":9602.4,\"260\":409.56,\"261\":1903.22,\"262\":19634.28,\"263\":4458.15,\"264\":19014.8,\"265\":361.09,\"266\":1205.23,\"267\":257.4,\"268\":331.38,\"269\":59487.97,\"270\":50160.05,\"271\":null,\"272\":373226.29,\"273\":138649.91,\"274\":813868.59,\"275\":1600.14,\"276\":716.1,\"277\":1215.85,\"278\":903.6,\"279\":178395.64,\"280\":3236.31,\"281\":null,\"282\":145295.23,\"283\":139612.27,\"284\":72592.42,\"285\":2048.0,\"286\":801.78,\"287\":2231.75,\"288\":13922.17,\"289\":1050.84,\"290\":1094.71,\"291\":62417.98,\"292\":153660.28,\"293\":164503.85,\"294\":null,\"295\":22088.36,\"296\":44461.11,\"297\":47595.48,\"298\":634.35,\"299\":76532.0,\"300\":857.36,\"301\":9829.6,\"302\":2747.09,\"303\":30018.68,\"304\":31388.44,\"305\":22979.49},\"Values_Hour10\":{\"0\":19581.37,\"1\":652.68,\"2\":10015.2,\"3\":null,\"4\":null,\"5\":6567.83,\"6\":315.48,\"7\":null,\"8\":7920.0,\"9\":9512.81,\"10\":1639.44,\"11\":1778.92,\"12\":148.64,\"13\":8936.0,\"14\":19322.0,\"15\":4952.2,\"16\":17587.0,\"17\":29793.99,\"18\":18450.93,\"19\":19075.88,\"20\":679.65,\"21\":13004.3,\"22\":12716.3,\"23\":615.6,\"24\":19230.92,\"25\":19186.44,\"26\":19198.31,\"27\":null,\"28\":0.18,\"29\":null,\"30\":0.04,\"31\":719.2,\"32\":16756.4,\"33\":7430.0,\"34\":516.41,\"35\":1561.2,\"36\":3501.06,\"37\":7107.5,\"38\":4301.0,\"39\":2903.88,\"40\":302.91,\"41\":3102.0,\"42\":70.41,\"43\":14761.44,\"44\":1090.47,\"45\":1080.07,\"46\":1017.0,\"47\":67.69,\"48\":7.33,\"49\":947.76,\"50\":469.92,\"51\":1729.97,\"52\":2198.16,\"53\":6365.41,\"54\":3000.0,\"55\":5206.8,\"56\":2481.24,\"57\":53612.19,\"58\":2990.67,\"59\":1104.28,\"60\":3713.22,\"61\":6105.6,\"62\":943.38,\"63\":6601.88,\"64\":1062.78,\"65\":162747.48,\"66\":3631.14,\"67\":332.86,\"68\":4820.72,\"69\":5072.86,\"70\":5077.5,\"71\":8315.07,\"72\":42.96,\"73\":null,\"74\":147.38,\"75\":2027.26,\"76\":2.34,\"77\":59.16,\"78\":1302.6,\"79\":3557.52,\"80\":2390.4,\"81\":5328.59,\"82\":127.21,\"83\":2053.22,\"84\":1342.19,\"85\":596.88,\"86\":2008.8,\"87\":1969.2,\"88\":19955.04,\"89\":19961.53,\"90\":451.8,\"91\":53957.26,\"92\":8251.5,\"93\":8408.66,\"94\":1.82,\"95\":0.6,\"96\":5348.4,\"97\":99.9,\"98\":7357.7,\"99\":512.74,\"100\":null,\"101\":17643.01,\"102\":10126.6,\"103\":31762.05,\"104\":1223.81,\"105\":757.62,\"106\":83748.14,\"107\":3678.15,\"108\":9400.0,\"109\":2081.34,\"110\":7189.8,\"111\":1468.13,\"112\":1444.28,\"113\":5947.43,\"114\":1251.9,\"115\":1471.8,\"116\":182.07,\"117\":5205.2,\"118\":432.24,\"119\":175.56,\"120\":258.12,\"121\":74.58,\"122\":80.25,\"123\":274.19,\"124\":180.21,\"125\":476.64,\"126\":890.98,\"127\":862.47,\"128\":2848.8,\"129\":441.36,\"130\":406.8,\"131\":7070.43,\"132\":7566.42,\"133\":6031.8,\"134\":4059.29,\"135\":4900.0,\"136\":81.9,\"137\":null,\"138\":null,\"139\":4053.6,\"140\":7965.6,\"141\":3374.43,\"142\":822.86,\"143\":6549.3,\"144\":6.06,\"145\":166.83,\"146\":186.36,\"147\":199.1,\"148\":1129.04,\"149\":4665.55,\"150\":4900.0,\"151\":902.57,\"152\":886.33,\"153\":359.45,\"154\":153.65,\"155\":114.0,\"156\":4654.8,\"157\":7506.34,\"158\":7264.4,\"159\":3054.6,\"160\":4842.0,\"161\":77.15,\"162\":77.66,\"163\":2284.48,\"164\":761.07,\"165\":4695.9,\"166\":40.21,\"167\":394.54,\"168\":68.88,\"169\":4599.54,\"170\":835.7,\"171\":null,\"172\":3875.67,\"173\":2494.8,\"174\":7250.4,\"175\":407686.49,\"176\":6066.0,\"177\":4734.16,\"178\":709.5,\"179\":26.14,\"180\":null,\"181\":12023.0,\"182\":19756.83,\"183\":191.4,\"184\":773.52,\"185\":1757.58,\"186\":723.46,\"187\":932.0,\"188\":10440.0,\"189\":60658.0,\"190\":null,\"191\":13456.0,\"192\":779.13,\"193\":10545.3,\"194\":54873.09,\"195\":6185.67,\"196\":847.82,\"197\":3704.0,\"198\":972.41,\"199\":14821.77,\"200\":513.48,\"201\":null,\"202\":44113.16,\"203\":29076.4,\"204\":9559.0,\"205\":4543.23,\"206\":943.76,\"207\":252993.69,\"208\":90815.51,\"209\":5500.1,\"210\":471672.0,\"211\":507080.0,\"212\":null,\"213\":79141.54,\"214\":16584.35,\"215\":396905.52,\"216\":13968.8,\"217\":18543.8,\"218\":0.53,\"219\":13012.01,\"220\":9726.65,\"221\":null,\"222\":1137.88,\"223\":1346.98,\"224\":null,\"225\":579.58,\"226\":182765.0,\"227\":33061.75,\"228\":2617.98,\"229\":726.41,\"230\":432.55,\"231\":39475.47,\"232\":3067.97,\"233\":2349.0,\"234\":13281.4,\"235\":883.77,\"236\":1178019.48,\"237\":603648.79,\"238\":546.0,\"239\":5654.0,\"240\":7304.55,\"241\":827.75,\"242\":null,\"243\":616.58,\"244\":15840.0,\"245\":23275.04,\"246\":59851.5,\"247\":164987.32,\"248\":null,\"249\":null,\"250\":765.22,\"251\":562.72,\"252\":677.88,\"253\":3180.45,\"254\":82086.87,\"255\":2220.61,\"256\":363.59,\"257\":1282.14,\"258\":1253.54,\"259\":9535.2,\"260\":409.56,\"261\":1750.36,\"262\":19625.67,\"263\":4461.75,\"264\":18694.48,\"265\":370.13,\"266\":1232.83,\"267\":257.4,\"268\":331.28,\"269\":59537.67,\"270\":50175.83,\"271\":null,\"272\":492222.94,\"273\":55987.67,\"274\":815411.03,\"275\":1599.42,\"276\":690.58,\"277\":1187.94,\"278\":907.2,\"279\":178638.24,\"280\":47082.95,\"281\":null,\"282\":122750.16,\"283\":140039.82,\"284\":72555.04,\"285\":2048.0,\"286\":802.06,\"287\":2131.0,\"288\":27204.89,\"289\":1054.69,\"290\":1170.15,\"291\":62884.08,\"292\":154852.03,\"293\":164254.1,\"294\":null,\"295\":27208.07,\"296\":44516.57,\"297\":42770.91,\"298\":634.14,\"299\":76556.74,\"300\":961.82,\"301\":10390.6,\"302\":2685.91,\"303\":29718.82,\"304\":31077.52,\"305\":22453.35},\"Values_Hour11\":{\"0\":19546.32,\"1\":652.47,\"2\":10018.8,\"3\":null,\"4\":null,\"5\":6680.19,\"6\":314.23,\"7\":null,\"8\":7280.0,\"9\":9561.07,\"10\":1499.88,\"11\":1780.24,\"12\":152.72,\"13\":8917.0,\"14\":19236.0,\"15\":5090.8,\"16\":17096.64,\"17\":29305.47,\"18\":14546.93,\"19\":15167.81,\"20\":595.76,\"21\":13060.3,\"22\":12777.1,\"23\":1532.4,\"24\":19199.9,\"25\":18236.95,\"26\":19194.4,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":721.6,\"32\":16910.1,\"33\":7584.0,\"34\":714.96,\"35\":1537.1,\"36\":3897.12,\"37\":7174.8,\"38\":2952.0,\"39\":2940.41,\"40\":303.37,\"41\":3017.0,\"42\":468.73,\"43\":14638.5,\"44\":759.03,\"45\":2911.6,\"46\":716.4,\"47\":1115.1,\"48\":null,\"49\":950.4,\"50\":469.92,\"51\":1196.47,\"52\":6345.65,\"53\":9540.58,\"54\":3000.0,\"55\":5211.2,\"56\":6421.14,\"57\":96984.75,\"58\":9361.87,\"59\":2717.18,\"60\":3684.52,\"61\":4929.12,\"62\":2811.34,\"63\":6815.58,\"64\":3143.54,\"65\":162543.93,\"66\":6577.93,\"67\":1049.18,\"68\":8912.3,\"69\":9464.58,\"70\":9892.5,\"71\":7115.54,\"72\":44.48,\"73\":null,\"74\":691.66,\"75\":3637.15,\"76\":1.66,\"77\":50.67,\"78\":1241.75,\"79\":3342.13,\"80\":6408.0,\"81\":9369.0,\"82\":996.11,\"83\":2024.11,\"84\":1777.55,\"85\":808.27,\"86\":7234.2,\"87\":13068.0,\"88\":19961.63,\"89\":19959.28,\"90\":889.2,\"91\":53017.94,\"92\":17579.64,\"93\":15631.84,\"94\":2.69,\"95\":0.88,\"96\":7809.6,\"97\":1515.45,\"98\":8107.04,\"99\":535.1,\"100\":null,\"101\":28177.95,\"102\":10051.52,\"103\":74285.74,\"104\":1231.56,\"105\":1309.62,\"106\":72539.97,\"107\":6674.15,\"108\":14840.0,\"109\":7235.4,\"110\":9095.58,\"111\":4758.98,\"112\":4617.9,\"113\":7447.5,\"114\":1350.0,\"115\":1667.1,\"116\":398.11,\"117\":5193.1,\"118\":669.6,\"119\":442.32,\"120\":411.96,\"121\":109.71,\"122\":95.04,\"123\":428.86,\"124\":248.57,\"125\":853.2,\"126\":974.26,\"127\":994.78,\"128\":7071.6,\"129\":819.6,\"130\":609.6,\"131\":11518.18,\"132\":13921.86,\"133\":3839.4,\"134\":5572.1,\"135\":4900.0,\"136\":90.63,\"137\":23.4,\"138\":null,\"139\":7080.6,\"140\":8442.0,\"141\":6724.22,\"142\":957.56,\"143\":7103.7,\"144\":3.94,\"145\":177.01,\"146\":348.96,\"147\":242.0,\"148\":636.24,\"149\":7622.2,\"150\":4900.0,\"151\":765.53,\"152\":984.83,\"153\":684.39,\"154\":69.92,\"155\":75.0,\"156\":5963.4,\"157\":12390.05,\"158\":2361.6,\"159\":7081.2,\"160\":5935.2,\"161\":172.08,\"162\":172.79,\"163\":1715.8,\"164\":886.91,\"165\":4910.4,\"166\":53.61,\"167\":600.85,\"168\":461.15,\"169\":8183.4,\"170\":896.31,\"171\":null,\"172\":3883.0,\"173\":2494.8,\"174\":7248.0,\"175\":409043.11,\"176\":6069.6,\"177\":4734.18,\"178\":709.5,\"179\":33.0,\"180\":null,\"181\":11957.0,\"182\":19763.94,\"183\":191.4,\"184\":774.67,\"185\":1754.94,\"186\":724.82,\"187\":812.0,\"188\":13612.0,\"189\":60682.05,\"190\":null,\"191\":13080.0,\"192\":1980.99,\"193\":10546.18,\"194\":65190.21,\"195\":6226.0,\"196\":1153.74,\"197\":3703.36,\"198\":965.06,\"199\":14417.48,\"200\":624.14,\"201\":null,\"202\":49446.9,\"203\":30038.39,\"204\":9194.0,\"205\":4538.34,\"206\":943.76,\"207\":252802.3,\"208\":91776.39,\"209\":5488.95,\"210\":456960.0,\"211\":507430.0,\"212\":null,\"213\":137397.63,\"214\":17552.69,\"215\":396972.32,\"216\":13829.51,\"217\":18801.2,\"218\":0.59,\"219\":13004.83,\"220\":9865.19,\"221\":null,\"222\":1139.74,\"223\":1336.37,\"224\":null,\"225\":579.58,\"226\":160765.0,\"227\":41962.81,\"228\":2615.45,\"229\":725.53,\"230\":432.66,\"231\":39461.19,\"232\":3672.11,\"233\":2349.0,\"234\":13292.4,\"235\":882.64,\"236\":1177256.9399999999,\"237\":603805.34,\"238\":444.0,\"239\":6267.8,\"240\":7303.4,\"241\":828.08,\"242\":null,\"243\":616.58,\"244\":16668.0,\"245\":23469.35,\"246\":58754.63,\"247\":164900.21,\"248\":null,\"249\":null,\"250\":4591.3,\"251\":561.26,\"252\":677.88,\"253\":3180.45,\"254\":82093.06,\"255\":2222.33,\"256\":370.43,\"257\":1296.72,\"258\":1255.28,\"259\":9439.2,\"260\":409.56,\"261\":1373.75,\"262\":19629.26,\"263\":4464.9,\"264\":18708.28,\"265\":373.56,\"266\":1231.63,\"267\":257.4,\"268\":331.1,\"269\":59685.43,\"270\":50190.51,\"271\":null,\"272\":469532.23,\"273\":null,\"274\":820189.55,\"275\":1599.42,\"276\":159.28,\"277\":1167.67,\"278\":905.4,\"279\":178926.96,\"280\":11612.63,\"281\":null,\"282\":123059.45,\"283\":140315.1,\"284\":72427.86,\"285\":2050.0,\"286\":802.2,\"287\":2592.03,\"288\":75202.02,\"289\":2909.35,\"290\":3060.24,\"291\":63134.04,\"292\":155587.95,\"293\":164387.3,\"294\":null,\"295\":27240.13,\"296\":44751.32,\"297\":47236.59,\"298\":633.93,\"299\":76556.35,\"300\":1022.87,\"301\":9086.0,\"302\":2757.31,\"303\":29826.55,\"304\":30992.63,\"305\":22709.76},\"Values_Hour12\":{\"0\":19584.14,\"1\":652.14,\"2\":10018.8,\"3\":null,\"4\":null,\"5\":6766.98,\"6\":311.26,\"7\":null,\"8\":6400.0,\"9\":7385.74,\"10\":1482.6,\"11\":1781.56,\"12\":155.76,\"13\":8916.0,\"14\":19177.0,\"15\":5161.2,\"16\":15733.16,\"17\":29679.94,\"18\":12854.7,\"19\":13600.61,\"20\":361.09,\"21\":13039.8,\"22\":12760.1,\"23\":754.8,\"24\":19425.15,\"25\":18465.45,\"26\":19190.85,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":721.3,\"32\":16940.0,\"33\":7542.0,\"34\":586.09,\"35\":1527.4,\"36\":5144.64,\"37\":7176.3,\"38\":1656.0,\"39\":2282.2,\"40\":303.37,\"41\":2970.0,\"42\":760.88,\"43\":14510.38,\"44\":3959.94,\"45\":4142.81,\"46\":969.0,\"47\":555.67,\"48\":null,\"49\":942.48,\"50\":476.08,\"51\":1303.17,\"52\":5906.16,\"53\":12151.45,\"54\":3000.0,\"55\":5218.9,\"56\":7563.78,\"57\":81772.6,\"58\":11807.71,\"59\":2071.99,\"60\":3678.78,\"61\":6714.72,\"62\":4155.3,\"63\":5324.34,\"64\":4666.04,\"65\":163742.32,\"66\":13697.98,\"67\":788.92,\"68\":10241.11,\"69\":10595.79,\"70\":9232.5,\"71\":8135.79,\"72\":53.92,\"73\":null,\"74\":742.51,\"75\":5442.07,\"76\":2.54,\"77\":63.93,\"78\":1147.27,\"79\":3080.19,\"80\":5670.0,\"81\":10026.44,\"82\":1599.8,\"83\":8463.23,\"84\":9769.69,\"85\":4129.03,\"86\":7389.0,\"87\":14335.2,\"88\":19962.5,\"89\":19963.53,\"90\":875.4,\"91\":80242.3,\"92\":16315.88,\"93\":16512.73,\"94\":3.76,\"95\":1.22,\"96\":5866.8,\"97\":1625.25,\"98\":5882.48,\"99\":604.43,\"100\":null,\"101\":31726.08,\"102\":16233.15,\"103\":68630.86,\"104\":1228.2,\"105\":1173.69,\"106\":57423.24,\"107\":6689.2,\"108\":17680.0,\"109\":7252.8,\"110\":7710.06,\"111\":7319.7,\"112\":7454.25,\"113\":441.9,\"114\":2840.1,\"115\":3579.0,\"116\":647.94,\"117\":4746.5,\"118\":774.24,\"119\":395.16,\"120\":459.84,\"121\":516.39,\"122\":279.33,\"123\":728.81,\"124\":757.54,\"125\":941.76,\"126\":861.4,\"127\":905.34,\"128\":9675.6,\"129\":840.0,\"130\":253.2,\"131\":12519.98,\"132\":10655.23,\"133\":9320.4,\"134\":3076.19,\"135\":3000.0,\"136\":453.66,\"137\":25.8,\"138\":null,\"139\":6600.9,\"140\":4354.8,\"141\":7793.44,\"142\":936.44,\"143\":7571.25,\"144\":6.44,\"145\":283.76,\"146\":497.16,\"147\":342.1,\"148\":693.0,\"149\":8252.4,\"150\":3000.0,\"151\":792.43,\"152\":865.25,\"153\":672.62,\"154\":71.9,\"155\":132.0,\"156\":6279.0,\"157\":13018.44,\"158\":11211.23,\"159\":7747.5,\"160\":6098.7,\"161\":273.92,\"162\":275.68,\"163\":1745.7,\"164\":946.28,\"165\":8203.8,\"166\":50.13,\"167\":656.21,\"168\":626.52,\"169\":7283.64,\"170\":901.48,\"171\":145.98,\"172\":3868.33,\"173\":2501.4,\"174\":7250.4,\"175\":409378.52,\"176\":6051.6,\"177\":4722.5,\"178\":704.99,\"179\":null,\"180\":null,\"181\":12045.0,\"182\":19770.36,\"183\":191.4,\"184\":775.17,\"185\":1755.27,\"186\":723.42,\"187\":811.0,\"188\":16452.0,\"189\":60714.98,\"190\":null,\"191\":12992.0,\"192\":1464.54,\"193\":10548.89,\"194\":65761.69,\"195\":6303.0,\"196\":993.02,\"197\":3703.36,\"198\":953.45,\"199\":14639.86,\"200\":597.74,\"201\":null,\"202\":47973.21,\"203\":30064.08,\"204\":9197.0,\"205\":4523.3,\"206\":943.76,\"207\":253049.05,\"208\":98192.72,\"209\":5483.81,\"210\":515400.0,\"211\":506780.0,\"212\":null,\"213\":110060.33,\"214\":19422.58,\"215\":397010.36,\"216\":13839.03,\"217\":18825.4,\"218\":0.6,\"219\":13010.26,\"220\":7079.69,\"221\":null,\"222\":1206.4,\"223\":1327.39,\"224\":null,\"225\":579.58,\"226\":246290.0,\"227\":65995.99,\"228\":2626.49,\"229\":724.64,\"230\":432.49,\"231\":39512.63,\"232\":4095.0,\"233\":2350.2,\"234\":13285.8,\"235\":880.25,\"236\":1176063.3400000001,\"237\":602859.86,\"238\":816.0,\"239\":6749.6,\"240\":7297.74,\"241\":827.64,\"242\":null,\"243\":616.58,\"244\":15084.0,\"245\":23540.5,\"246\":58655.04,\"247\":164265.27,\"248\":null,\"249\":null,\"250\":6580.87,\"251\":554.8,\"252\":678.53,\"253\":3151.2,\"254\":82180.46,\"255\":2227.49,\"256\":391.28,\"257\":1294.74,\"258\":1253.09,\"259\":9372.0,\"260\":409.8,\"261\":1542.24,\"262\":19630.7,\"263\":4468.95,\"264\":18467.11,\"265\":369.6,\"266\":1232.83,\"267\":257.4,\"268\":331.05,\"269\":59863.5,\"270\":50204.6,\"271\":null,\"272\":533528.4,\"273\":null,\"274\":820426.4300000001,\"275\":1600.62,\"276\":null,\"277\":1176.1,\"278\":905.4,\"279\":178985.9,\"280\":9428.68,\"281\":null,\"282\":123191.19,\"283\":142134.09,\"284\":72506.39,\"285\":2048.0,\"286\":801.78,\"287\":3725.0,\"288\":62828.22,\"289\":4162.93,\"290\":4275.9,\"291\":63251.49,\"292\":157478.64,\"293\":164766.55,\"294\":null,\"295\":27209.85,\"296\":44134.99,\"297\":47089.37,\"298\":634.35,\"299\":76587.62,\"300\":1046.23,\"301\":7924.4,\"302\":2752.72,\"303\":29729.18,\"304\":30986.32,\"305\":22513.13},\"Values_Hour13\":{\"0\":19587.88,\"1\":652.14,\"2\":10011.6,\"3\":null,\"4\":null,\"5\":6762.86,\"6\":309.61,\"7\":null,\"8\":5040.0,\"9\":4956.42,\"10\":1457.04,\"11\":1782.0,\"12\":155.1,\"13\":8863.0,\"14\":19230.0,\"15\":5154.6,\"16\":15723.49,\"17\":29850.83,\"18\":11728.64,\"19\":12441.59,\"20\":557.77,\"21\":12999.8,\"22\":12718.1,\"23\":811.2,\"24\":19433.22,\"25\":18456.11,\"26\":19184.19,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":709.1,\"32\":16852.6,\"33\":7532.0,\"34\":573.68,\"35\":1511.3,\"36\":6059.58,\"37\":7170.3,\"38\":3290.0,\"39\":1754.63,\"40\":303.14,\"41\":2913.0,\"42\":1029.2,\"43\":14304.66,\"44\":5960.0,\"45\":5726.03,\"46\":1518.6,\"47\":2607.02,\"48\":null,\"49\":946.44,\"50\":481.8,\"51\":1939.3,\"52\":4520.07,\"53\":11180.84,\"54\":3000.0,\"55\":5183.8,\"56\":6938.64,\"57\":68616.32,\"58\":5752.19,\"59\":1990.5,\"60\":3661.57,\"61\":8223.84,\"62\":5896.67,\"63\":9037.69,\"64\":6439.11,\"65\":180279.71,\"66\":14925.47,\"67\":958.54,\"68\":7115.34,\"69\":7351.48,\"70\":7156.5,\"71\":11672.92,\"72\":141.2,\"73\":null,\"74\":212.18,\"75\":5179.51,\"76\":2.38,\"77\":107.8,\"78\":1752.24,\"79\":3184.98,\"80\":6652.8,\"81\":7917.14,\"82\":779.56,\"83\":18587.68,\"84\":19069.86,\"85\":8694.32,\"86\":7997.4,\"87\":14468.4,\"88\":19968.74,\"89\":19970.42,\"90\":256.2,\"91\":77195.71,\"92\":15879.72,\"93\":12562.65,\"94\":4.23,\"95\":1.4,\"96\":6326.4,\"97\":536.7,\"98\":6031.98,\"99\":647.0,\"100\":null,\"101\":27203.21,\"102\":17045.23,\"103\":68963.37,\"104\":1209.01,\"105\":1329.63,\"106\":76481.61,\"107\":8272.25,\"108\":14640.0,\"109\":7654.8,\"110\":7029.72,\"111\":2811.81,\"112\":2764.13,\"113\":null,\"114\":4551.3,\"115\":5596.8,\"116\":714.3,\"117\":4528.7,\"118\":575.16,\"119\":320.88,\"120\":485.64,\"121\":911.49,\"122\":598.74,\"123\":774.55,\"124\":744.81,\"125\":697.68,\"126\":598.8,\"127\":604.55,\"128\":6606.0,\"129\":783.0,\"130\":446.4,\"131\":13187.67,\"132\":12955.13,\"133\":7592.4,\"134\":3917.7,\"135\":4900.0,\"136\":941.19,\"137\":2.4,\"138\":null,\"139\":8705.7,\"140\":4449.6,\"141\":6446.86,\"142\":662.2,\"143\":11993.4,\"144\":6.28,\"145\":407.29,\"146\":457.32,\"147\":520.3,\"148\":1406.68,\"149\":8707.8,\"150\":4900.0,\"151\":841.84,\"152\":596.98,\"153\":768.9,\"154\":28.2,\"155\":12.0,\"156\":6097.8,\"157\":13012.84,\"158\":13119.37,\"159\":8208.6,\"160\":6347.1,\"161\":549.56,\"162\":542.54,\"163\":1812.4,\"164\":671.92,\"165\":3567.3,\"166\":54.72,\"167\":735.98,\"168\":898.72,\"169\":6436.32,\"170\":653.32,\"171\":154.59,\"172\":3780.33,\"173\":2481.6,\"174\":7249.2,\"175\":409498.73,\"176\":5389.2,\"177\":4543.05,\"178\":703.56,\"179\":null,\"180\":null,\"181\":12144.0,\"182\":19757.82,\"183\":184.8,\"184\":774.34,\"185\":1756.26,\"186\":721.48,\"187\":811.0,\"188\":15772.0,\"189\":60620.78,\"190\":null,\"191\":12624.0,\"192\":1243.44,\"193\":10540.04,\"194\":65377.41,\"195\":6270.0,\"196\":899.88,\"197\":3702.72,\"198\":965.4,\"199\":14679.96,\"200\":627.22,\"201\":null,\"202\":46068.57,\"203\":30047.3,\"204\":9201.0,\"205\":4519.28,\"206\":943.76,\"207\":252881.16,\"208\":110209.29,\"209\":5477.02,\"210\":491904.0,\"211\":490520.0,\"212\":null,\"213\":131880.02,\"214\":20108.41,\"215\":396718.91,\"216\":13865.11,\"217\":18792.4,\"218\":0.64,\"219\":13049.06,\"220\":11088.8,\"221\":null,\"222\":1559.74,\"223\":1327.33,\"224\":null,\"225\":578.58,\"226\":212410.01,\"227\":46771.55,\"228\":2624.76,\"229\":724.54,\"230\":432.77,\"231\":39414.3,\"232\":4127.29,\"233\":2347.8,\"234\":13087.8,\"235\":879.7,\"236\":1173718.23,\"237\":602067.9,\"238\":690.0,\"239\":6745.2,\"240\":7296.87,\"241\":825.99,\"242\":null,\"243\":616.58,\"244\":13464.0,\"245\":23738.4,\"246\":59559.23,\"247\":164384.51,\"248\":null,\"249\":null,\"250\":6427.83,\"251\":552.16,\"252\":678.02,\"253\":3106.35,\"254\":82028.19,\"255\":2210.28,\"256\":375.94,\"257\":1291.32,\"258\":1252.57,\"259\":9218.4,\"260\":410.28,\"261\":1904.18,\"262\":19631.41,\"263\":4468.05,\"264\":19718.67,\"265\":369.14,\"266\":1230.43,\"267\":257.4,\"268\":330.89,\"269\":59832.44,\"270\":50170.39,\"271\":null,\"272\":719532.41,\"273\":null,\"274\":820086.66,\"275\":1599.42,\"276\":44.0,\"277\":1155.36,\"278\":903.6,\"279\":179571.29,\"280\":null,\"281\":null,\"282\":153890.51,\"283\":141915.96,\"284\":72594.8,\"285\":2050.0,\"286\":801.5,\"287\":3779.32,\"288\":68137.26,\"289\":5901.06,\"290\":6096.26,\"291\":64579.85,\"292\":158018.98,\"293\":161197.9,\"294\":null,\"295\":27163.24,\"296\":43332.41,\"297\":46815.42,\"298\":635.82,\"299\":76518.25,\"300\":1053.82,\"301\":8272.0,\"302\":2676.62,\"303\":29453.27,\"304\":31134.91,\"305\":6645.08},\"Values_Hour14\":{\"0\":19570.05,\"1\":652.29,\"2\":10015.2,\"3\":null,\"4\":null,\"5\":6761.54,\"6\":307.43,\"7\":null,\"8\":5360.0,\"9\":4960.59,\"10\":1255.8,\"11\":1784.2,\"12\":413.95,\"13\":8896.0,\"14\":19158.0,\"15\":5161.2,\"16\":15538.1,\"17\":29772.45,\"18\":11177.14,\"19\":11882.12,\"20\":264.88,\"21\":12954.8,\"22\":12677.1,\"23\":null,\"24\":19435.27,\"25\":18463.61,\"26\":19183.8,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":696.8,\"32\":16812.6,\"33\":11334.0,\"34\":829.5,\"35\":1498.4,\"36\":6370.08,\"37\":7167.9,\"38\":2537.0,\"39\":1665.83,\"40\":303.14,\"41\":2912.0,\"42\":1136.3,\"43\":14174.35,\"44\":6925.46,\"45\":7204.15,\"46\":1470.0,\"47\":791.29,\"48\":null,\"49\":933.9,\"50\":451.0,\"51\":1944.25,\"52\":6772.93,\"53\":17952.55,\"54\":3000.0,\"55\":5183.2,\"56\":6080.28,\"57\":75119.85,\"58\":862.83,\"59\":1350.78,\"60\":3632.87,\"61\":8072.64,\"62\":6848.34,\"63\":6694.18,\"64\":7468.17,\"65\":179976.43,\"66\":18179.09,\"67\":768.46,\"68\":9820.1,\"69\":10150.09,\"70\":8374.5,\"71\":11275.1,\"72\":224.08,\"73\":null,\"74\":null,\"75\":5572.77,\"76\":1.69,\"77\":51.74,\"78\":1450.21,\"79\":3482.34,\"80\":9111.6,\"81\":10153.44,\"82\":443.97,\"83\":19711.9,\"84\":17927.49,\"85\":8517.9,\"86\":4825.8,\"87\":15850.8,\"88\":19963.44,\"89\":19966.65,\"90\":null,\"91\":39008.44,\"92\":6667.04,\"93\":4319.73,\"94\":3.22,\"95\":1.06,\"96\":4945.2,\"97\":655.95,\"98\":5876.04,\"99\":496.58,\"100\":null,\"101\":25422.35,\"102\":8066.0,\"103\":68797.92,\"104\":1197.4,\"105\":1524.21,\"106\":59698.84,\"107\":8844.85,\"108\":16800.0,\"109\":4489.8,\"110\":7355.4,\"111\":711.9,\"112\":718.65,\"113\":null,\"114\":6230.7,\"115\":7509.0,\"116\":885.9,\"117\":4251.5,\"118\":489.96,\"119\":455.76,\"120\":404.88,\"121\":823.11,\"122\":544.2,\"123\":961.23,\"124\":1004.0,\"125\":974.76,\"126\":549.7,\"127\":554.53,\"128\":7864.8,\"129\":386.76,\"130\":136.8,\"131\":13925.02,\"132\":12641.52,\"133\":5839.2,\"134\":7910.04,\"135\":4900.0,\"136\":875.82,\"137\":3.6,\"138\":null,\"139\":8038.2,\"140\":1335.6,\"141\":6848.46,\"142\":534.08,\"143\":12443.85,\"144\":2.91,\"145\":752.09,\"146\":520.2,\"147\":679.8,\"148\":2700.72,\"149\":8679.05,\"150\":4900.0,\"151\":551.57,\"152\":565.15,\"153\":544.2,\"154\":4.97,\"155\":null,\"156\":1690.8,\"157\":11325.23,\"158\":14124.27,\"159\":7903.8,\"160\":5983.8,\"161\":595.12,\"162\":600.2,\"163\":1744.55,\"164\":528.57,\"165\":415.8,\"166\":66.12,\"167\":761.53,\"168\":775.67,\"169\":6572.94,\"170\":530.61,\"171\":28.83,\"172\":3842.67,\"173\":2488.2,\"174\":7246.8,\"175\":408657.84,\"176\":5389.2,\"177\":4544.21,\"178\":706.2,\"179\":null,\"180\":null,\"181\":12133.0,\"182\":8490.35,\"183\":191.4,\"184\":773.68,\"185\":1755.93,\"186\":712.62,\"187\":811.0,\"188\":16320.0,\"189\":60625.18,\"190\":null,\"191\":12736.0,\"192\":1167.87,\"193\":10544.06,\"194\":64881.45,\"195\":6435.0,\"196\":972.04,\"197\":3702.72,\"198\":947.36,\"199\":14656.57,\"200\":603.24,\"201\":null,\"202\":42771.26,\"203\":30047.94,\"204\":9209.0,\"205\":4517.63,\"206\":943.76,\"207\":252521.52,\"208\":114949.05,\"209\":5463.69,\"210\":504480.0,\"211\":490990.0,\"212\":null,\"213\":106279.97,\"214\":20872.1,\"215\":396692.48,\"216\":13704.62,\"217\":17787.0,\"218\":0.62,\"219\":13488.79,\"220\":11134.13,\"221\":null,\"222\":1629.71,\"223\":1294.1,\"224\":null,\"225\":579.58,\"226\":230780.01,\"227\":32686.71,\"228\":2625.91,\"229\":724.35,\"230\":432.47,\"231\":39429.93,\"232\":4137.66,\"233\":2347.8,\"234\":13189.0,\"235\":878.65,\"236\":1171924.8600000001,\"237\":601988.7,\"238\":726.0,\"239\":6745.2,\"240\":7296.74,\"241\":824.67,\"242\":null,\"243\":616.58,\"244\":14508.0,\"245\":23318.9,\"246\":59702.11,\"247\":165361.46,\"248\":null,\"249\":null,\"250\":4132.17,\"251\":558.36,\"252\":677.41,\"253\":3067.5,\"254\":82033.83,\"255\":2212.0,\"256\":404.91,\"257\":1291.86,\"258\":1143.3,\"259\":8949.6,\"260\":410.52,\"261\":1888.84,\"262\":19633.56,\"263\":4460.85,\"264\":19808.36,\"265\":371.65,\"266\":1228.03,\"267\":254.1,\"268\":330.56,\"269\":59742.08,\"270\":50158.56,\"271\":148.93,\"272\":846511.1899999999,\"273\":null,\"274\":819856.92,\"275\":1600.56,\"276\":874.28,\"277\":1133.56,\"278\":903.6,\"279\":179797.01,\"280\":null,\"281\":null,\"282\":191430.81,\"283\":141980.12,\"284\":89665.19,\"285\":2050.0,\"286\":801.92,\"287\":3563.78,\"288\":72598.44,\"289\":6968.64,\"290\":7185.22,\"291\":63825.28,\"292\":157484.14,\"293\":158193.5,\"294\":null,\"295\":27158.11,\"296\":42862.74,\"297\":46743.19,\"298\":635.73,\"299\":76511.53,\"300\":1040.09,\"301\":9061.8,\"302\":2785.43,\"303\":29643.39,\"304\":31369.27,\"305\":null},\"Values_Hour15\":{\"0\":19550.53,\"1\":652.44,\"2\":10018.8,\"3\":null,\"4\":null,\"5\":6760.71,\"6\":304.39,\"7\":2.4,\"8\":7040.0,\"9\":4889.53,\"10\":953.16,\"11\":1785.52,\"12\":318.08,\"13\":8821.0,\"14\":18960.0,\"15\":5150.2,\"16\":14596.88,\"17\":29003.39,\"18\":10681.0,\"19\":11363.64,\"20\":481.36,\"21\":12792.5,\"22\":12501.1,\"23\":null,\"24\":19435.4,\"25\":18468.05,\"26\":19183.6,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":700.1,\"32\":16863.5,\"33\":11996.0,\"34\":594.68,\"35\":1499.8,\"36\":2844.18,\"37\":7173.1,\"38\":2309.0,\"39\":1835.82,\"40\":302.68,\"41\":2914.0,\"42\":1117.64,\"43\":14014.42,\"44\":4712.99,\"45\":3677.52,\"46\":370.2,\"47\":null,\"48\":null,\"49\":929.94,\"50\":476.52,\"51\":1854.05,\"52\":4381.2,\"53\":16312.29,\"54\":3000.0,\"55\":4511.47,\"56\":4998.36,\"57\":76502.02,\"58\":1301.97,\"59\":893.52,\"60\":3707.48,\"61\":4299.84,\"62\":3731.22,\"63\":7945.06,\"64\":4156.21,\"65\":179954.23,\"66\":13856.18,\"67\":390.72,\"68\":8070.39,\"69\":8314.42,\"70\":7797.0,\"71\":11153.59,\"72\":172.92,\"73\":16.8,\"74\":null,\"75\":6573.1,\"76\":0.15,\"77\":21.3,\"78\":1234.53,\"79\":4002.66,\"80\":7455.6,\"81\":8937.39,\"82\":373.63,\"83\":17620.84,\"84\":18531.6,\"85\":8670.86,\"86\":7866.0,\"87\":16394.4,\"88\":19948.67,\"89\":19950.58,\"90\":18.0,\"91\":38504.28,\"92\":3245.11,\"93\":3258.79,\"94\":4.36,\"95\":1.38,\"96\":3030.0,\"97\":763.05,\"98\":7916.6,\"99\":646.51,\"100\":null,\"101\":37459.29,\"102\":11195.17,\"103\":61106.56,\"104\":1173.1,\"105\":1486.26,\"106\":61792.4,\"107\":8254.75,\"108\":16080.0,\"109\":7773.0,\"110\":7828.74,\"111\":844.2,\"112\":871.88,\"113\":null,\"114\":5597.1,\"115\":6781.5,\"116\":793.58,\"117\":4386.8,\"118\":458.28,\"119\":322.32,\"120\":368.76,\"121\":898.89,\"122\":476.55,\"123\":921.75,\"124\":872.93,\"125\":787.8,\"126\":819.7,\"127\":795.14,\"128\":8010.0,\"129\":176.76,\"130\":97.2,\"131\":13475.55,\"132\":15341.22,\"133\":4613.4,\"134\":11319.21,\"135\":4900.0,\"136\":848.07,\"137\":null,\"138\":0.12,\"139\":6036.9,\"140\":1253.96,\"141\":1184.61,\"142\":763.13,\"143\":10275.75,\"144\":0.04,\"145\":830.28,\"146\":581.52,\"147\":845.9,\"148\":3025.44,\"149\":5009.4,\"150\":4900.0,\"151\":565.31,\"152\":828.97,\"153\":648.18,\"154\":null,\"155\":null,\"156\":2403.6,\"157\":11055.92,\"158\":12987.74,\"159\":3322.8,\"160\":5658.3,\"161\":748.24,\"162\":808.61,\"163\":1651.4,\"164\":591.85,\"165\":455.4,\"166\":45.12,\"167\":580.61,\"168\":858.93,\"169\":6974.52,\"170\":767.86,\"171\":22.37,\"172\":3872.0,\"173\":2494.8,\"174\":7246.8,\"175\":405514.18,\"176\":5385.6,\"177\":4544.17,\"178\":706.42,\"179\":null,\"180\":null,\"181\":12199.0,\"182\":null,\"183\":184.8,\"184\":775.17,\"185\":1756.26,\"186\":714.64,\"187\":810.0,\"188\":17748.0,\"189\":60722.03,\"190\":null,\"191\":13696.0,\"192\":366.63,\"193\":10549.37,\"194\":63413.87,\"195\":6504.67,\"196\":961.4,\"197\":3703.68,\"198\":909.7,\"199\":14766.43,\"200\":622.38,\"201\":null,\"202\":48849.86,\"203\":30066.81,\"204\":10073.0,\"205\":4450.04,\"206\":943.76,\"207\":252719.58,\"208\":119608.05,\"209\":5452.1,\"210\":484992.0,\"211\":506320.0,\"212\":78658.08,\"213\":115022.38,\"214\":23029.85,\"215\":396891.0,\"216\":13787.03,\"217\":18381.0,\"218\":0.61,\"219\":13500.43,\"220\":10906.7,\"221\":15011.28,\"222\":1578.17,\"223\":1314.76,\"224\":null,\"225\":580.58,\"226\":201795.0,\"227\":36012.86,\"228\":2625.68,\"229\":724.44,\"230\":432.63,\"231\":39477.01,\"232\":4131.88,\"233\":2348.4,\"234\":13178.0,\"235\":878.02,\"236\":1172675.6100000001,\"237\":602263.38,\"238\":630.0,\"239\":6743.0,\"240\":7295.2,\"241\":825.22,\"242\":null,\"243\":616.58,\"244\":15804.0,\"245\":23194.52,\"246\":59443.66,\"247\":164577.86,\"248\":null,\"249\":null,\"250\":5203.48,\"251\":552.68,\"252\":676.58,\"253\":3089.7,\"254\":82144.36,\"255\":2222.33,\"256\":484.11,\"257\":1294.74,\"258\":1104.78,\"259\":8749.2,\"260\":409.92,\"261\":1512.91,\"262\":19644.33,\"263\":4458.15,\"264\":19809.85,\"265\":369.73,\"266\":1222.63,\"267\":257.4,\"268\":330.28,\"269\":60110.84,\"270\":50183.07,\"271\":1358.21,\"272\":927532.5600000001,\"273\":null,\"274\":820505.17,\"275\":1600.62,\"276\":852.5,\"277\":1098.59,\"278\":907.2,\"279\":175553.95,\"280\":null,\"281\":null,\"282\":223403.88,\"283\":142014.28,\"284\":124891.09,\"285\":2047.0,\"286\":802.76,\"287\":3537.16,\"288\":64882.57,\"289\":3749.9,\"290\":3957.57,\"291\":76743.65,\"292\":158613.5,\"293\":157681.05,\"294\":null,\"295\":27192.75,\"296\":43368.06,\"297\":46787.1,\"298\":636.03,\"299\":76563.29,\"300\":1004.35,\"301\":10289.4,\"302\":2593.51,\"303\":29523.37,\"304\":31319.5,\"305\":null},\"Values_Hour16\":{\"0\":19540.69,\"1\":652.5,\"2\":10022.4,\"3\":null,\"4\":null,\"5\":6759.23,\"6\":302.35,\"7\":null,\"8\":5920.0,\"9\":4867.41,\"10\":1861.32,\"11\":1788.6,\"12\":309.41,\"13\":8831.0,\"14\":18265.0,\"15\":5148.0,\"16\":13787.62,\"17\":29897.75,\"18\":10132.78,\"19\":10499.99,\"20\":544.57,\"21\":12677.0,\"22\":12401.4,\"23\":null,\"24\":19439.44,\"25\":18478.9,\"26\":19185.24,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":682.4,\"32\":16866.6,\"33\":11866.0,\"34\":647.18,\"35\":1580.1,\"36\":431.94,\"37\":7171.8,\"38\":4171.0,\"39\":1857.46,\"40\":302.68,\"41\":2914.0,\"42\":1068.72,\"43\":14008.77,\"44\":2001.53,\"45\":4495.25,\"46\":246.6,\"47\":null,\"48\":null,\"49\":910.14,\"50\":463.76,\"51\":1046.54,\"52\":787.02,\"53\":13076.92,\"54\":3000.0,\"55\":3574.4,\"56\":5634.54,\"57\":51808.13,\"58\":1724.15,\"59\":null,\"60\":3908.35,\"61\":1169.28,\"62\":4356.53,\"63\":9924.81,\"64\":4902.65,\"65\":180969.11,\"66\":7204.6,\"67\":null,\"68\":3271.95,\"69\":3698.48,\"70\":5226.0,\"71\":11491.61,\"72\":30.8,\"73\":null,\"74\":null,\"75\":5140.85,\"76\":0.03,\"77\":17.34,\"78\":746.42,\"79\":4884.94,\"80\":3898.8,\"81\":3774.25,\"82\":299.74,\"83\":12873.91,\"84\":12082.0,\"85\":5505.02,\"86\":4564.8,\"87\":7131.6,\"88\":19969.93,\"89\":19959.58,\"90\":null,\"91\":50958.15,\"92\":2435.63,\"93\":2344.11,\"94\":3.07,\"95\":0.93,\"96\":2695.2,\"97\":164.1,\"98\":2481.7,\"99\":316.64,\"100\":null,\"101\":9085.52,\"102\":4465.44,\"103\":42385.81,\"104\":1200.21,\"105\":1170.24,\"106\":61352.55,\"107\":3045.35,\"108\":12520.0,\"109\":4669.2,\"110\":4388.4,\"111\":1248.08,\"112\":1191.15,\"113\":null,\"114\":3651.9,\"115\":5168.7,\"116\":609.22,\"117\":4565.0,\"118\":352.92,\"119\":71.28,\"120\":61.67,\"121\":513.0,\"122\":273.09,\"123\":727.52,\"124\":690.91,\"125\":271.68,\"126\":646.06,\"127\":695.49,\"128\":6375.6,\"129\":151.32,\"130\":82.8,\"131\":8948.01,\"132\":8446.17,\"133\":5248.8,\"134\":6076.1,\"135\":4000.0,\"136\":503.22,\"137\":null,\"138\":null,\"139\":1882.8,\"140\":1183.2,\"141\":362.44,\"142\":664.31,\"143\":4643.55,\"144\":null,\"145\":622.71,\"146\":469.56,\"147\":811.8,\"148\":1160.28,\"149\":8338.65,\"150\":4000.0,\"151\":652.79,\"152\":641.53,\"153\":230.82,\"154\":null,\"155\":null,\"156\":1439.4,\"157\":6774.52,\"158\":8257.6,\"159\":4085.4,\"160\":5388.3,\"161\":547.38,\"162\":550.33,\"163\":1340.33,\"164\":678.64,\"165\":854.7,\"166\":30.04,\"167\":322.96,\"168\":524.63,\"169\":2267.96,\"170\":656.19,\"171\":96.69,\"172\":3872.0,\"173\":2501.4,\"174\":7248.0,\"175\":404298.31,\"176\":5382.0,\"177\":4545.61,\"178\":706.2,\"179\":null,\"180\":null,\"181\":13662.0,\"182\":null,\"183\":191.4,\"184\":698.94,\"185\":1754.28,\"186\":711.45,\"187\":809.0,\"188\":16736.0,\"189\":60667.69,\"190\":null,\"191\":13768.0,\"192\":null,\"193\":10545.57,\"194\":63379.14,\"195\":6486.33,\"196\":952.2,\"197\":3702.4,\"198\":888.47,\"199\":15258.16,\"200\":618.86,\"201\":null,\"202\":34336.78,\"203\":30057.26,\"204\":10328.0,\"205\":4569.98,\"206\":943.76,\"207\":252660.77,\"208\":120895.85,\"209\":5430.01,\"210\":482352.0,\"211\":504920.0,\"212\":119080.75,\"213\":124822.26,\"214\":24927.2,\"215\":396731.27,\"216\":14270.85,\"217\":18546.0,\"218\":0.58,\"219\":13363.11,\"220\":9784.45,\"221\":33809.2,\"222\":1433.68,\"223\":1278.73,\"224\":0.04,\"225\":581.58,\"226\":197945.01,\"227\":52396.06,\"228\":2623.84,\"229\":723.26,\"230\":433.7,\"231\":39441.23,\"232\":1255.41,\"233\":2352.0,\"234\":13360.6,\"235\":871.51,\"236\":1171939.0600000001,\"237\":602031.8,\"238\":702.0,\"239\":6729.8,\"240\":7290.68,\"241\":825.44,\"242\":null,\"243\":616.58,\"244\":14508.0,\"245\":23084.2,\"246\":59900.08,\"247\":164722.45,\"248\":null,\"249\":null,\"250\":2601.74,\"251\":550.57,\"252\":676.48,\"253\":3116.1,\"254\":82035.9,\"255\":2218.88,\"256\":503.22,\"257\":1276.38,\"258\":912.02,\"259\":4999.2,\"260\":409.92,\"261\":1746.46,\"262\":19645.04,\"263\":4458.6,\"264\":19809.21,\"265\":367.82,\"266\":1217.83,\"267\":257.4,\"268\":330.25,\"269\":59253.62,\"270\":50200.31,\"271\":1462.92,\"272\":980797.65,\"273\":null,\"274\":820477.83,\"275\":1600.08,\"276\":832.04,\"277\":1056.74,\"278\":905.4,\"279\":258629.68,\"280\":null,\"281\":3966.68,\"282\":223991.14,\"283\":141583.74,\"284\":125033.77,\"285\":2051.0,\"286\":802.76,\"287\":3545.4,\"288\":39625.33,\"289\":4718.98,\"290\":5231.23,\"291\":76911.67,\"292\":157334.83,\"293\":158298.95,\"294\":null,\"295\":27193.44,\"296\":43683.74,\"297\":46751.82,\"298\":635.49,\"299\":76525.5,\"300\":966.59,\"301\":9020.0,\"302\":2740.32,\"303\":29574.52,\"304\":30648.69,\"305\":1013.92},\"Values_Hour17\":{\"0\":19566.98,\"1\":652.56,\"2\":10029.6,\"3\":4.2,\"4\":null,\"5\":6777.21,\"6\":306.17,\"7\":null,\"8\":6560.0,\"9\":4866.25,\"10\":1632.12,\"11\":1789.04,\"12\":234.44,\"13\":8768.0,\"14\":17445.0,\"15\":5090.8,\"16\":14721.32,\"17\":29832.09,\"18\":10229.67,\"19\":10227.99,\"20\":436.33,\"21\":12584.6,\"22\":12319.3,\"23\":null,\"24\":19441.3,\"25\":18488.21,\"26\":19186.24,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":684.8,\"32\":16843.9,\"33\":11490.0,\"34\":264.41,\"35\":1693.1,\"36\":100.74,\"37\":7172.2,\"38\":4146.0,\"39\":1590.5,\"40\":302.22,\"41\":2914.0,\"42\":1185.23,\"43\":13731.78,\"44\":1261.82,\"45\":5073.73,\"46\":151.2,\"47\":null,\"48\":null,\"49\":803.22,\"50\":455.4,\"51\":693.99,\"52\":104.95,\"53\":4078.07,\"54\":3000.0,\"55\":5115.6,\"56\":2626.14,\"57\":19107.65,\"58\":1581.07,\"59\":null,\"60\":3879.65,\"61\":486.72,\"62\":4208.38,\"63\":10746.98,\"64\":4660.2,\"65\":184158.46,\"66\":4774.97,\"67\":null,\"68\":1018.09,\"69\":1087.37,\"70\":2199.0,\"71\":11643.98,\"72\":null,\"73\":null,\"74\":null,\"75\":1677.05,\"76\":0.01,\"77\":12.65,\"78\":327.28,\"79\":4473.4,\"80\":2073.6,\"81\":1190.84,\"82\":null,\"83\":5476.15,\"84\":4376.29,\"85\":1959.23,\"86\":2161.8,\"87\":3175.2,\"88\":19960.98,\"89\":19959.63,\"90\":null,\"91\":27269.09,\"92\":1915.36,\"93\":1910.18,\"94\":0.44,\"95\":0.14,\"96\":1560.0,\"97\":null,\"98\":2303.22,\"99\":59.54,\"100\":null,\"101\":2378.83,\"102\":2090.94,\"103\":7993.64,\"104\":1205.05,\"105\":535.44,\"106\":23683.12,\"107\":159.95,\"108\":5280.0,\"109\":2334.0,\"110\":2346.0,\"111\":673.2,\"112\":651.83,\"113\":119.93,\"114\":1357.5,\"115\":1652.7,\"116\":279.05,\"117\":4715.7,\"118\":72.84,\"119\":27.12,\"120\":23.04,\"121\":174.15,\"122\":87.66,\"123\":321.77,\"124\":270.08,\"125\":96.84,\"126\":226.18,\"127\":239.34,\"128\":3626.4,\"129\":90.12,\"130\":null,\"131\":1805.37,\"132\":2086.19,\"133\":1625.4,\"134\":2105.8,\"135\":4000.0,\"136\":179.4,\"137\":null,\"138\":null,\"139\":150.0,\"140\":808.8,\"141\":178.52,\"142\":234.63,\"143\":null,\"144\":null,\"145\":279.8,\"146\":156.6,\"147\":513.7,\"148\":571.12,\"149\":943.0,\"150\":4000.0,\"151\":208.29,\"152\":233.95,\"153\":30.42,\"154\":null,\"155\":null,\"156\":769.2,\"157\":1760.16,\"158\":1803.49,\"159\":3321.6,\"160\":1680.6,\"161\":126.59,\"162\":126.87,\"163\":1020.05,\"164\":274.56,\"165\":452.1,\"166\":6.93,\"167\":null,\"168\":256.56,\"169\":1981.68,\"170\":231.61,\"171\":null,\"172\":3879.33,\"173\":2455.2,\"174\":7249.2,\"175\":402139.81,\"176\":5385.6,\"177\":4544.31,\"178\":707.96,\"179\":50.42,\"180\":null,\"181\":13618.0,\"182\":363.6,\"183\":184.8,\"184\":881.92,\"185\":1752.63,\"186\":713.43,\"187\":1778.0,\"188\":15672.0,\"189\":60641.19,\"190\":null,\"191\":14040.0,\"192\":null,\"193\":8842.76,\"194\":62551.82,\"195\":6486.33,\"196\":918.85,\"197\":3702.4,\"198\":874.67,\"199\":15655.85,\"200\":609.62,\"201\":null,\"202\":14442.64,\"203\":30060.6,\"204\":18548.0,\"205\":4502.13,\"206\":942.77,\"207\":252441.73,\"208\":123764.41,\"209\":5390.33,\"210\":496320.0,\"211\":503400.0,\"212\":119086.8,\"213\":50779.67,\"214\":25834.21,\"215\":396734.67,\"216\":14593.4,\"217\":17958.6,\"218\":0.54,\"219\":11981.15,\"220\":8876.21,\"221\":33779.94,\"222\":1237.86,\"223\":1279.78,\"224\":null,\"225\":543.58,\"226\":218680.0,\"227\":28604.23,\"228\":2610.62,\"229\":723.66,\"230\":433.92,\"231\":39455.97,\"232\":null,\"233\":2355.6,\"234\":14669.6,\"235\":884.84,\"236\":1171315.6699999999,\"237\":602246.4,\"238\":120.0,\"239\":6540.6,\"240\":7284.59,\"241\":827.31,\"242\":null,\"243\":616.58,\"244\":14220.0,\"245\":23011.12,\"246\":60105.35,\"247\":164754.68,\"248\":null,\"249\":null,\"250\":2601.74,\"251\":549.91,\"252\":676.3,\"253\":3161.4,\"254\":82055.35,\"255\":2218.88,\"256\":486.12,\"257\":1223.28,\"258\":863.07,\"259\":9949.2,\"260\":409.8,\"261\":1876.82,\"262\":19641.46,\"263\":4454.55,\"264\":19809.08,\"265\":369.01,\"266\":1221.43,\"267\":257.4,\"268\":329.89,\"269\":59560.63,\"270\":50193.82,\"271\":1429.43,\"272\":1122881.3,\"273\":0.27,\"274\":820217.98,\"275\":1599.3,\"276\":785.18,\"277\":1081.02,\"278\":905.4,\"279\":359790.28,\"280\":null,\"281\":24218.56,\"282\":224807.08,\"283\":141860.25,\"284\":125432.49,\"285\":2050.0,\"286\":802.9,\"287\":3555.28,\"288\":6232.28,\"289\":4568.68,\"290\":4660.36,\"291\":76650.48,\"292\":158300.34,\"293\":163728.7,\"294\":null,\"295\":27198.37,\"296\":43800.66,\"297\":46763.96,\"298\":634.62,\"299\":76527.38,\"300\":893.95,\"301\":8080.6,\"302\":2731.6,\"303\":29227.11,\"304\":30649.56,\"305\":null},\"Values_Hour18\":{\"0\":19570.29,\"1\":652.53,\"2\":10026.0,\"3\":1.2,\"4\":6031.2,\"5\":6787.61,\"6\":321.82,\"7\":null,\"8\":6480.0,\"9\":4820.08,\"10\":1631.4,\"11\":1790.36,\"12\":207.37,\"13\":8741.0,\"14\":16271.0,\"15\":5088.6,\"16\":15779.88,\"17\":29511.73,\"18\":10228.89,\"19\":10230.09,\"20\":525.65,\"21\":12498.0,\"22\":12230.6,\"23\":null,\"24\":19441.97,\"25\":18488.84,\"26\":19188.5,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":660.9,\"32\":16794.3,\"33\":11520.0,\"34\":109.77,\"35\":1721.0,\"36\":36.81,\"37\":7171.9,\"38\":4549.0,\"39\":1693.16,\"40\":302.22,\"41\":2898.0,\"42\":1189.0,\"43\":13662.3,\"44\":181.17,\"45\":582.37,\"46\":4.8,\"47\":null,\"48\":null,\"49\":890.34,\"50\":447.92,\"51\":186.34,\"52\":null,\"53\":954.06,\"54\":3000.0,\"55\":5115.6,\"56\":379.39,\"57\":1568.54,\"58\":321.48,\"59\":null,\"60\":3833.74,\"61\":null,\"62\":610.74,\"63\":8749.64,\"64\":651.05,\"65\":181354.73,\"66\":676.08,\"67\":null,\"68\":16.86,\"69\":23.33,\"70\":35.6,\"71\":11487.35,\"72\":null,\"73\":null,\"74\":null,\"75\":148.85,\"76\":0.01,\"77\":2.75,\"78\":57.79,\"79\":4030.05,\"80\":439.2,\"81\":36.61,\"82\":null,\"83\":682.94,\"84\":599.61,\"85\":251.86,\"86\":182.79,\"87\":682.92,\"88\":19974.28,\"89\":19975.04,\"90\":null,\"91\":2341.41,\"92\":513.47,\"93\":526.53,\"94\":0.27,\"95\":0.09,\"96\":218.25,\"97\":null,\"98\":162.15,\"99\":7.67,\"100\":null,\"101\":733.01,\"102\":1204.35,\"103\":610.14,\"104\":1195.54,\"105\":37.15,\"106\":3630.38,\"107\":1.53,\"108\":640.0,\"109\":155.7,\"110\":754.86,\"111\":29.63,\"112\":27.35,\"113\":25.69,\"114\":338.1,\"115\":417.0,\"116\":47.87,\"117\":5251.4,\"118\":13.68,\"119\":8.28,\"120\":12.0,\"121\":18.41,\"122\":7.72,\"123\":42.77,\"124\":39.63,\"125\":1.07,\"126\":45.44,\"127\":53.27,\"128\":448.8,\"129\":22.08,\"130\":null,\"131\":214.07,\"132\":227.19,\"133\":244.8,\"134\":3221.11,\"135\":4000.0,\"136\":20.26,\"137\":null,\"138\":null,\"139\":null,\"140\":164.32,\"141\":40.62,\"142\":44.2,\"143\":null,\"144\":null,\"145\":41.89,\"146\":11.62,\"147\":181.5,\"148\":214.25,\"149\":276.96,\"150\":4000.0,\"151\":24.57,\"152\":45.83,\"153\":16.67,\"154\":null,\"155\":null,\"156\":null,\"157\":229.76,\"158\":248.67,\"159\":485.91,\"160\":425.27,\"161\":43.27,\"162\":43.41,\"163\":1990.08,\"164\":71.99,\"165\":111.87,\"166\":1.94,\"167\":2.93,\"168\":67.5,\"169\":216.39,\"170\":39.96,\"171\":null,\"172\":3872.0,\"173\":2402.4,\"174\":7252.8,\"175\":401543.29,\"176\":5382.0,\"177\":4542.52,\"178\":709.94,\"179\":135.52,\"180\":null,\"181\":13728.0,\"182\":19419.55,\"183\":191.4,\"184\":1934.79,\"185\":1755.6,\"186\":712.75,\"187\":1958.0,\"188\":14648.0,\"189\":60577.24,\"190\":4142.54,\"191\":13552.0,\"192\":null,\"193\":5005.38,\"194\":62958.44,\"195\":6482.67,\"196\":958.81,\"197\":3702.4,\"198\":875.77,\"199\":15656.94,\"200\":452.54,\"201\":6129.32,\"202\":1737.9,\"203\":30055.1,\"204\":19279.0,\"205\":4405.33,\"206\":943.76,\"207\":252478.28,\"208\":125864.72,\"209\":5487.48,\"210\":479832.0,\"211\":503560.0,\"212\":155018.17,\"213\":1254.87,\"214\":26320.64,\"215\":396580.76,\"216\":14812.27,\"217\":18823.2,\"218\":0.15,\"219\":12127.71,\"220\":9268.51,\"221\":50615.36,\"222\":1243.24,\"223\":1279.95,\"224\":null,\"225\":543.58,\"226\":194535.0,\"227\":3504.84,\"228\":2617.63,\"229\":722.38,\"230\":431.78,\"231\":39240.16,\"232\":2038.84,\"233\":2352.6,\"234\":14678.4,\"235\":884.18,\"236\":1170055.97,\"237\":558920.37,\"238\":594.0,\"239\":6243.6,\"240\":7284.17,\"241\":827.86,\"242\":null,\"243\":616.58,\"244\":13788.0,\"245\":23202.48,\"246\":60001.41,\"247\":165164.05,\"248\":32.5,\"249\":null,\"250\":4285.22,\"251\":595.85,\"252\":675.58,\"253\":3200.1,\"254\":82013.35,\"255\":2220.61,\"256\":496.65,\"257\":1217.52,\"258\":952.31,\"259\":10135.2,\"260\":409.68,\"261\":2136.37,\"262\":19643.61,\"263\":4453.2,\"264\":19807.42,\"265\":368.15,\"266\":1221.43,\"267\":257.4,\"268\":329.71,\"269\":59586.23,\"270\":50184.23,\"271\":1436.43,\"272\":1032704.34,\"273\":69663.92,\"274\":819828.53,\"275\":1599.66,\"276\":803.88,\"277\":1083.29,\"278\":907.2,\"279\":462602.62,\"280\":null,\"281\":40232.56,\"282\":225284.06,\"283\":141609.14,\"284\":125338.52,\"285\":2048.0,\"286\":801.64,\"287\":3608.06,\"288\":584.75,\"289\":574.19,\"290\":607.34,\"291\":76504.59,\"292\":160272.04,\"293\":164159.75,\"294\":168.49,\"295\":27164.83,\"296\":44444.53,\"297\":46768.15,\"298\":633.81,\"299\":153579.64,\"300\":853.0,\"301\":7882.6,\"302\":2719.31,\"303\":29446.33,\"304\":30911.31,\"305\":null},\"Values_Hour19\":{\"0\":19566.02,\"1\":652.38,\"2\":10029.6,\"3\":127.2,\"4\":8100.0,\"5\":6764.18,\"6\":354.88,\"7\":10.65,\"8\":6000.0,\"9\":4656.43,\"10\":1622.88,\"11\":1782.0,\"12\":205.79,\"13\":8723.0,\"14\":16045.0,\"15\":5022.6,\"16\":15390.83,\"17\":29304.9,\"18\":10226.45,\"19\":10228.27,\"20\":280.28,\"21\":12434.0,\"22\":12174.6,\"23\":null,\"24\":19440.79,\"25\":18476.52,\"26\":19188.08,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":660.5,\"32\":16827.6,\"33\":10130.0,\"34\":86.86,\"35\":1675.6,\"36\":null,\"37\":7140.6,\"38\":4132.0,\"39\":1792.24,\"40\":301.99,\"41\":2746.0,\"42\":1190.72,\"43\":13482.49,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":859.32,\"50\":427.68,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":2650.42,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3747.65,\"61\":null,\"62\":null,\"63\":7755.96,\"64\":null,\"65\":180683.12,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":11202.47,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":0.02,\"78\":null,\"79\":3563.93,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19978.37,\"89\":19982.32,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":0.16,\"95\":0.05,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1182.66,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":7.86,\"117\":5494.5,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":0.07,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":6630.96,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":12.06,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":2136.13,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3864.67,\"173\":2395.8,\"174\":7250.4,\"175\":401340.49,\"176\":5382.0,\"177\":4543.66,\"178\":709.06,\"179\":17.69,\"180\":null,\"181\":14168.0,\"182\":19682.86,\"183\":191.4,\"184\":2160.01,\"185\":1753.95,\"186\":709.96,\"187\":2202.0,\"188\":15212.0,\"189\":60472.51,\"190\":20663.07,\"191\":13824.0,\"192\":null,\"193\":7823.65,\"194\":62445.61,\"195\":6420.33,\"196\":958.24,\"197\":3699.2,\"198\":872.42,\"199\":16111.35,\"200\":602.58,\"201\":30713.31,\"202\":null,\"203\":30038.91,\"204\":18978.0,\"205\":4410.08,\"206\":943.76,\"207\":252286.14,\"208\":131795.3,\"209\":5421.48,\"210\":554664.0,\"211\":503450.0,\"212\":762463.1,\"213\":null,\"214\":25955.61,\"215\":396472.88,\"216\":15319.05,\"217\":18715.4,\"218\":0.13,\"219\":12968.44,\"220\":9065.84,\"221\":100656.26,\"222\":1242.83,\"223\":1277.06,\"224\":null,\"225\":543.58,\"226\":302225.0,\"227\":null,\"228\":2618.78,\"229\":723.85,\"230\":439.81,\"231\":38734.12,\"232\":2873.98,\"233\":2347.8,\"234\":14682.8,\"235\":882.97,\"236\":1169186.4099999999,\"237\":398753.97,\"238\":612.0,\"239\":6228.2,\"240\":7286.62,\"241\":828.63,\"242\":null,\"243\":616.58,\"244\":16848.0,\"245\":22712.42,\"246\":60629.74,\"247\":165152.15,\"248\":4.0,\"249\":null,\"250\":4897.39,\"251\":614.2,\"252\":691.78,\"253\":3297.75,\"254\":81899.28,\"255\":2210.28,\"256\":504.7,\"257\":1096.92,\"258\":1182.6,\"259\":10112.4,\"260\":409.68,\"261\":1550.49,\"262\":19650.06,\"263\":4453.2,\"264\":19819.91,\"265\":368.21,\"266\":1217.23,\"267\":254.1,\"268\":329.56,\"269\":79617.86,\"270\":50137.21,\"271\":846.8,\"272\":854695.33,\"273\":137391.7,\"274\":819556.27,\"275\":1599.24,\"276\":775.28,\"277\":1085.25,\"278\":930.6,\"279\":510706.54,\"280\":null,\"281\":86711.15,\"282\":225506.97,\"283\":142423.54,\"284\":125026.68,\"285\":2048.0,\"286\":795.62,\"287\":3576.59,\"288\":null,\"289\":null,\"290\":null,\"291\":64342.91,\"292\":159503.96,\"293\":164548.25,\"294\":10151.61,\"295\":27163.0,\"296\":44437.61,\"297\":46788.88,\"298\":632.82,\"299\":153987.73,\"300\":819.77,\"301\":10456.6,\"302\":2706.92,\"303\":30360.4,\"304\":31172.68,\"305\":null},\"Values_Hour20\":{\"0\":19567.81,\"1\":652.29,\"2\":10033.2,\"3\":0.6,\"4\":8659.2,\"5\":6765.99,\"6\":422.07,\"7\":49.74,\"8\":6320.0,\"9\":4667.62,\"10\":1620.84,\"11\":1782.0,\"12\":190.21,\"13\":8736.0,\"14\":16037.0,\"15\":4987.4,\"16\":17794.78,\"17\":29418.97,\"18\":10228.45,\"19\":10228.26,\"20\":1266.76,\"21\":12358.9,\"22\":12101.7,\"23\":null,\"24\":19442.31,\"25\":18476.75,\"26\":19189.39,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":627.0,\"32\":17019.7,\"33\":9656.0,\"34\":213.82,\"35\":1610.2,\"36\":null,\"37\":7081.8,\"38\":4064.0,\"39\":1819.55,\"40\":301.76,\"41\":2854.0,\"42\":1193.23,\"43\":13426.51,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":834.24,\"50\":477.84,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5357.3,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3690.26,\"61\":null,\"62\":null,\"63\":8663.77,\"64\":null,\"65\":180807.19,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":10773.59,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":3056.71,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19973.26,\"89\":19979.48,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":0.9,\"101\":null,\"102\":null,\"103\":null,\"104\":1218.8,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":4858.7,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":143.25,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":2370.15,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3875.67,\"173\":838.2,\"174\":7252.8,\"175\":401280.43,\"176\":7142.4,\"177\":4886.53,\"178\":708.95,\"179\":null,\"180\":null,\"181\":14476.0,\"182\":19694.23,\"183\":184.8,\"184\":2161.5,\"185\":1753.29,\"186\":403.88,\"187\":2511.0,\"188\":17344.0,\"189\":60664.21,\"190\":6994.14,\"191\":13944.0,\"192\":1883.97,\"193\":9984.4,\"194\":62071.17,\"195\":6398.33,\"196\":1018.61,\"197\":3698.24,\"198\":872.94,\"199\":16525.49,\"200\":623.7,\"201\":29175.33,\"202\":null,\"203\":30033.02,\"204\":18690.0,\"205\":4416.45,\"206\":943.76,\"207\":252292.55,\"208\":139346.24,\"209\":5346.77,\"210\":555864.0,\"211\":503570.0,\"212\":767405.9300000001,\"213\":null,\"214\":25834.16,\"215\":396773.35,\"216\":14771.5,\"217\":18152.2,\"218\":0.01,\"219\":13860.74,\"220\":9209.69,\"221\":91569.75,\"222\":1239.1,\"223\":1276.55,\"224\":null,\"225\":543.58,\"226\":304150.0,\"227\":null,\"228\":2619.47,\"229\":723.07,\"230\":439.75,\"231\":38766.31,\"232\":3297.53,\"233\":2347.8,\"234\":14680.6,\"235\":881.27,\"236\":1170231.04,\"237\":399256.68,\"238\":600.0,\"239\":6223.8,\"240\":7283.72,\"241\":828.96,\"242\":null,\"243\":616.58,\"244\":17568.0,\"245\":22588.91,\"246\":60371.85,\"247\":165001.5,\"248\":null,\"249\":null,\"250\":5509.56,\"251\":634.13,\"252\":694.15,\"253\":3352.05,\"254\":82049.19,\"255\":2218.88,\"256\":484.34,\"257\":647.64,\"258\":1188.54,\"259\":10056.0,\"260\":409.68,\"261\":374.98,\"262\":19678.04,\"263\":4452.75,\"264\":19823.03,\"265\":368.21,\"266\":1215.43,\"267\":257.4,\"268\":329.38,\"269\":79727.6,\"270\":50195.89,\"271\":null,\"272\":979559.61,\"273\":137303.69,\"274\":820229.29,\"275\":1598.88,\"276\":749.76,\"277\":1077.94,\"278\":932.4,\"279\":520846.56,\"280\":null,\"281\":67463.5,\"282\":225640.41,\"283\":142318.98,\"284\":125424.19,\"285\":2048.0,\"286\":794.36,\"287\":3557.21,\"288\":null,\"289\":null,\"290\":null,\"291\":64499.44,\"292\":159311.73,\"293\":164206.0,\"294\":19818.04,\"295\":27183.98,\"296\":44700.92,\"297\":46958.74,\"298\":409.41,\"299\":154099.71,\"300\":788.81,\"301\":10309.2,\"302\":2691.54,\"303\":30427.1,\"304\":31193.68,\"305\":null},\"Values_Hour21\":{\"0\":19592.71,\"1\":652.32,\"2\":10346.4,\"3\":null,\"4\":9410.4,\"5\":6771.6,\"6\":432.37,\"7\":1197.59,\"8\":6720.0,\"9\":4663.23,\"10\":1622.76,\"11\":1783.76,\"12\":177.42,\"13\":8692.0,\"14\":16040.0,\"15\":4965.4,\"16\":17681.52,\"17\":29673.36,\"18\":10228.38,\"19\":10227.93,\"20\":1226.87,\"21\":12294.6,\"22\":12036.6,\"23\":null,\"24\":19442.7,\"25\":19170.54,\"26\":19189.05,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":591.7,\"32\":16912.6,\"33\":7738.0,\"34\":295.91,\"35\":1567.8,\"36\":null,\"37\":7092.0,\"38\":4074.0,\"39\":1825.48,\"40\":301.53,\"41\":2916.0,\"42\":1168.77,\"43\":13336.15,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":812.46,\"50\":717.2,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5090.0,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3661.57,\"61\":null,\"62\":null,\"63\":7557.48,\"64\":null,\"65\":180808.17,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":8119.42,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":3160.12,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19969.36,\"89\":19971.62,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1270.44,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":4859.8,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":839.88,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":2550.13,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3868.33,\"173\":null,\"174\":7251.6,\"175\":360222.06,\"176\":10008.0,\"177\":2312.14,\"178\":709.39,\"179\":null,\"180\":null,\"181\":14443.0,\"182\":19692.22,\"183\":191.4,\"184\":811.14,\"185\":1753.29,\"186\":null,\"187\":2513.0,\"188\":17060.0,\"189\":60610.6,\"190\":null,\"191\":13784.0,\"192\":1631.19,\"193\":9985.31,\"194\":62101.23,\"195\":6431.33,\"196\":1048.51,\"197\":3699.2,\"198\":867.16,\"199\":16906.77,\"200\":629.86,\"201\":null,\"202\":null,\"203\":26998.55,\"204\":18375.0,\"205\":4423.25,\"206\":943.76,\"207\":252372.86,\"208\":145026.01,\"209\":5347.22,\"210\":555888.0,\"211\":503510.0,\"212\":664175.59,\"213\":null,\"214\":26560.86,\"215\":396788.43,\"216\":14335.09,\"217\":17769.4,\"218\":null,\"219\":14109.15,\"220\":9254.48,\"221\":91023.01,\"222\":1284.43,\"223\":1276.48,\"224\":null,\"225\":553.58,\"226\":304425.0,\"227\":null,\"228\":2623.15,\"229\":722.87,\"230\":439.56,\"231\":40114.65,\"232\":3126.24,\"233\":2347.8,\"234\":14667.4,\"235\":875.99,\"236\":1169974.95,\"237\":399520.57,\"238\":540.0,\"239\":6217.2,\"240\":7281.56,\"241\":829.07,\"242\":null,\"243\":616.58,\"244\":15048.0,\"245\":23153.08,\"246\":60042.3,\"247\":165252.73,\"248\":null,\"249\":null,\"250\":3979.13,\"251\":629.38,\"252\":695.02,\"253\":3485.25,\"254\":82005.18,\"255\":2218.88,\"256\":287.3,\"257\":692.1,\"258\":1142.68,\"259\":10021.2,\"260\":409.44,\"261\":null,\"262\":19713.2,\"263\":4452.75,\"264\":19825.62,\"265\":368.21,\"266\":1212.43,\"267\":254.1,\"268\":328.94,\"269\":79406.65,\"270\":50184.75,\"271\":null,\"272\":980170.92,\"273\":132568.34,\"274\":820235.35,\"275\":1597.44,\"276\":727.54,\"277\":1066.57,\"278\":934.2,\"279\":523455.44,\"280\":null,\"281\":66055.62,\"282\":225839.33,\"283\":140298.59,\"284\":124259.61,\"285\":2048.0,\"286\":794.64,\"287\":3564.03,\"288\":null,\"289\":null,\"290\":null,\"291\":64398.63,\"292\":159507.98,\"293\":164650.0,\"294\":16688.15,\"295\":27186.26,\"296\":44798.38,\"297\":47006.24,\"298\":null,\"299\":154084.3,\"300\":752.49,\"301\":8703.2,\"302\":2693.37,\"303\":30423.42,\"304\":31164.27,\"305\":null},\"Values_Hour22\":{\"0\":19554.17,\"1\":652.56,\"2\":15832.8,\"3\":1.2,\"4\":9045.6,\"5\":6762.86,\"6\":405.17,\"7\":null,\"8\":6560.0,\"9\":4656.54,\"10\":1629.36,\"11\":1783.76,\"12\":176.36,\"13\":8692.0,\"14\":17140.0,\"15\":4923.6,\"16\":15865.72,\"17\":29488.71,\"18\":10228.6,\"19\":10227.85,\"20\":1078.59,\"21\":12239.0,\"22\":11991.1,\"23\":null,\"24\":19456.94,\"25\":19455.07,\"26\":19203.92,\"27\":null,\"28\":null,\"29\":null,\"30\":null,\"31\":594.1,\"32\":16894.0,\"33\":7716.0,\"34\":66.82,\"35\":1539.8,\"36\":null,\"37\":7104.6,\"38\":4067.0,\"39\":2471.08,\"40\":300.38,\"41\":2914.0,\"42\":1082.05,\"43\":13394.66,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":795.3,\"50\":876.92,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5070.1,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3644.35,\"61\":null,\"62\":null,\"63\":4199.01,\"64\":null,\"65\":180794.12,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":5826.02,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":3268.5,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19956.69,\"89\":19969.34,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":0.15,\"101\":null,\"102\":null,\"103\":null,\"104\":1266.38,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":4980.8,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":4081.13,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":0.3,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":3069.35,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3879.33,\"173\":null,\"174\":7254.0,\"175\":367792.24,\"176\":10004.4,\"177\":5273.98,\"178\":709.39,\"179\":12.58,\"180\":null,\"181\":14377.0,\"182\":19686.47,\"183\":191.4,\"184\":430.81,\"185\":1754.61,\"186\":544.0,\"187\":2508.0,\"188\":17436.0,\"189\":60583.5,\"190\":null,\"191\":14088.0,\"192\":1389.63,\"193\":9979.55,\"194\":62056.49,\"195\":6611.0,\"196\":988.71,\"197\":3699.2,\"198\":868.45,\"199\":18564.61,\"200\":630.74,\"201\":null,\"202\":null,\"203\":24154.56,\"204\":12839.0,\"205\":4452.02,\"206\":943.76,\"207\":252409.75,\"208\":146501.94,\"209\":5354.98,\"210\":460080.0,\"211\":503480.0,\"212\":499443.38,\"213\":null,\"214\":29569.38,\"215\":396811.2,\"216\":14178.91,\"217\":18403.0,\"218\":null,\"219\":14818.55,\"220\":10186.0,\"221\":162745.19,\"222\":1183.63,\"223\":1276.68,\"224\":null,\"225\":553.58,\"226\":165605.0,\"227\":null,\"228\":2624.53,\"229\":721.0,\"230\":439.31,\"231\":40409.04,\"232\":3265.76,\"233\":2345.4,\"234\":14685.0,\"235\":873.46,\"236\":1170134.99,\"237\":400304.93,\"238\":606.0,\"239\":6204.0,\"240\":7297.77,\"241\":814.77,\"242\":null,\"243\":616.58,\"244\":16668.0,\"245\":22991.47,\"246\":59348.4,\"247\":165269.96,\"248\":null,\"249\":null,\"250\":3366.96,\"251\":628.98,\"252\":694.4,\"253\":3550.2,\"254\":81995.69,\"255\":2215.44,\"256\":297.59,\"257\":690.3,\"258\":756.99,\"259\":9975.6,\"260\":409.56,\"261\":null,\"262\":19662.98,\"263\":4450.95,\"264\":19824.5,\"265\":368.15,\"266\":1211.23,\"267\":257.4,\"268\":328.86,\"269\":59582.28,\"270\":50166.74,\"271\":null,\"272\":1061037.54,\"273\":6252.2,\"274\":820157.55,\"275\":1597.08,\"276\":789.58,\"277\":1066.66,\"278\":1004.4,\"279\":489086.46,\"280\":null,\"281\":66098.44,\"282\":225653.51,\"283\":140227.25,\"284\":124634.28,\"285\":2047.0,\"286\":796.32,\"287\":3499.2,\"288\":null,\"289\":null,\"290\":null,\"291\":64211.22,\"292\":157035.95,\"293\":164514.95,\"294\":7850.81,\"295\":27183.53,\"296\":44660.12,\"297\":47064.61,\"298\":525.12,\"299\":154098.35,\"300\":712.16,\"301\":8166.4,\"302\":2681.55,\"303\":30444.05,\"304\":31067.14,\"305\":null},\"Values_Hour23\":{\"0\":19552.97,\"1\":652.32,\"2\":16290.0,\"3\":1.8,\"4\":9465.6,\"5\":6759.06,\"6\":386.83,\"7\":null,\"8\":4880.0,\"9\":4644.97,\"10\":1634.52,\"11\":1786.4,\"12\":253.58,\"13\":8642.0,\"14\":19334.0,\"15\":4888.4,\"16\":15863.75,\"17\":29496.56,\"18\":10228.13,\"19\":10229.66,\"20\":278.52,\"21\":12171.6,\"22\":11903.6,\"23\":null,\"24\":19462.01,\"25\":19455.71,\"26\":19208.47,\"27\":93.0,\"28\":null,\"29\":null,\"30\":null,\"31\":561.7,\"32\":16836.5,\"33\":7836.0,\"34\":11.46,\"35\":1520.4,\"36\":null,\"37\":7102.6,\"38\":4110.0,\"39\":3028.07,\"40\":299.92,\"41\":2941.0,\"42\":1083.46,\"43\":13180.44,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":792.0,\"50\":722.04,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5059.8,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3627.13,\"61\":null,\"62\":null,\"63\":7205.68,\"64\":null,\"65\":180750.02,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":9440.05,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":4033.02,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19959.78,\"89\":19962.88,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1243.44,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5251.4,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":2454.79,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":2320.7,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3868.33,\"173\":null,\"174\":7256.4,\"175\":401538.02,\"176\":10004.4,\"177\":6915.01,\"178\":706.09,\"179\":12.67,\"180\":null,\"181\":12991.0,\"182\":19682.19,\"183\":198.0,\"184\":427.18,\"185\":1757.25,\"186\":705.6,\"187\":2505.0,\"188\":17688.0,\"189\":60547.03,\"190\":null,\"191\":14096.0,\"192\":335.94,\"193\":9986.73,\"194\":62054.59,\"195\":7689.0,\"196\":889.24,\"197\":3699.2,\"198\":899.79,\"199\":19712.65,\"200\":628.98,\"201\":null,\"202\":null,\"203\":27130.87,\"204\":9875.0,\"205\":4539.01,\"206\":48.52,\"207\":252792.36,\"208\":149106.72,\"209\":5362.35,\"210\":452208.0,\"211\":503510.0,\"212\":260626.7,\"213\":null,\"214\":31195.87,\"215\":396664.62,\"216\":13956.67,\"217\":18227.0,\"218\":null,\"219\":15317.07,\"220\":9933.97,\"221\":31698.38,\"222\":1176.8,\"223\":1276.56,\"224\":null,\"225\":553.58,\"226\":154330.0,\"227\":null,\"228\":2616.02,\"229\":618.44,\"230\":434.36,\"231\":40934.57,\"232\":3439.8,\"233\":2344.8,\"234\":14680.6,\"235\":870.18,\"236\":1169605.5700000001,\"237\":400278.42,\"238\":588.0,\"239\":6195.2,\"240\":7293.03,\"241\":823.79,\"242\":null,\"243\":616.58,\"244\":16200.0,\"245\":23003.52,\"246\":59416.89,\"247\":164699.46,\"248\":null,\"249\":null,\"250\":3520.0,\"251\":432.43,\"252\":694.98,\"253\":3547.2,\"254\":81996.86,\"255\":2210.28,\"256\":312.11,\"257\":687.6,\"258\":813.79,\"259\":9925.2,\"260\":409.8,\"261\":null,\"262\":19632.85,\"263\":4452.3,\"264\":19823.31,\"265\":370.26,\"266\":1212.43,\"267\":257.4,\"268\":329.01,\"269\":59223.31,\"270\":49996.98,\"271\":null,\"272\":927842.7,\"273\":null,\"274\":820023.4300000001,\"275\":1596.72,\"276\":781.66,\"277\":1066.7,\"278\":1575.0,\"279\":453142.36,\"280\":null,\"281\":66042.56,\"282\":225617.0,\"283\":141426.88,\"284\":125492.31,\"285\":2046.0,\"286\":796.04,\"287\":3601.63,\"288\":null,\"289\":null,\"290\":null,\"291\":64131.61,\"292\":157444.17,\"293\":164731.4,\"294\":8993.73,\"295\":27181.95,\"296\":44725.91,\"297\":47136.58,\"298\":646.77,\"299\":153353.88,\"300\":657.03,\"301\":10494.0,\"302\":2682.58,\"303\":30121.39,\"304\":30941.49,\"305\":null},\"Values_Hour24\":{\"0\":19548.85,\"1\":652.14,\"2\":18345.6,\"3\":1.8,\"4\":7226.4,\"5\":6753.62,\"6\":364.39,\"7\":null,\"8\":4880.0,\"9\":8868.34,\"10\":1632.6,\"11\":1787.72,\"12\":292.77,\"13\":8690.0,\"14\":19447.0,\"15\":4829.0,\"16\":19726.94,\"17\":29500.58,\"18\":10225.68,\"19\":10226.77,\"20\":193.45,\"21\":12139.1,\"22\":11884.8,\"23\":null,\"24\":19465.01,\"25\":19463.0,\"26\":19211.72,\"27\":58.0,\"28\":19.65,\"29\":995.16,\"30\":null,\"31\":548.4,\"32\":16911.6,\"33\":7724.0,\"34\":null,\"35\":1508.4,\"36\":null,\"37\":7102.6,\"38\":4085.0,\"39\":3029.73,\"40\":299.46,\"41\":2902.0,\"42\":1186.17,\"43\":13046.31,\"44\":null,\"45\":null,\"46\":null,\"47\":null,\"48\":null,\"49\":782.1,\"50\":582.56,\"51\":null,\"52\":null,\"53\":null,\"54\":3000.0,\"55\":5068.5,\"56\":null,\"57\":null,\"58\":null,\"59\":null,\"60\":3621.39,\"61\":null,\"62\":null,\"63\":6260.64,\"64\":null,\"65\":179065.64,\"66\":null,\"67\":null,\"68\":null,\"69\":null,\"70\":null,\"71\":8973.12,\"72\":null,\"73\":null,\"74\":null,\"75\":null,\"76\":null,\"77\":null,\"78\":null,\"79\":3683.53,\"80\":null,\"81\":null,\"82\":null,\"83\":null,\"84\":null,\"85\":null,\"86\":null,\"87\":null,\"88\":19973.74,\"89\":19977.28,\"90\":null,\"91\":null,\"92\":null,\"93\":null,\"94\":null,\"95\":null,\"96\":null,\"97\":null,\"98\":null,\"99\":null,\"100\":null,\"101\":null,\"102\":null,\"103\":null,\"104\":1228.64,\"105\":null,\"106\":null,\"107\":null,\"108\":null,\"109\":null,\"110\":null,\"111\":null,\"112\":null,\"113\":null,\"114\":null,\"115\":null,\"116\":null,\"117\":5259.1,\"118\":null,\"119\":null,\"120\":null,\"121\":null,\"122\":null,\"123\":null,\"124\":null,\"125\":null,\"126\":null,\"127\":null,\"128\":null,\"129\":null,\"130\":null,\"131\":null,\"132\":null,\"133\":null,\"134\":2416.42,\"135\":4900.0,\"136\":null,\"137\":null,\"138\":null,\"139\":null,\"140\":null,\"141\":null,\"142\":null,\"143\":null,\"144\":null,\"145\":null,\"146\":null,\"147\":null,\"148\":null,\"149\":null,\"150\":4900.0,\"151\":null,\"152\":null,\"153\":null,\"154\":null,\"155\":null,\"156\":null,\"157\":null,\"158\":null,\"159\":null,\"160\":null,\"161\":null,\"162\":null,\"163\":339.25,\"164\":null,\"165\":null,\"166\":null,\"167\":null,\"168\":null,\"169\":null,\"170\":null,\"171\":null,\"172\":3868.33,\"173\":null,\"174\":7255.2,\"175\":401488.92,\"176\":10130.4,\"177\":7289.12,\"178\":705.98,\"179\":15.05,\"180\":null,\"181\":12925.0,\"182\":19683.05,\"183\":198.0,\"184\":423.88,\"185\":1757.91,\"186\":749.79,\"187\":2508.0,\"188\":16072.0,\"189\":108818.5,\"190\":null,\"191\":14944.0,\"192\":null,\"193\":10032.0,\"194\":62146.05,\"195\":8022.67,\"196\":851.0,\"197\":3700.16,\"198\":965.38,\"199\":25186.43,\"200\":630.96,\"201\":null,\"202\":null,\"203\":28179.21,\"204\":9900.0,\"205\":4601.26,\"206\":null,\"207\":252540.97,\"208\":153374.86,\"209\":5388.85,\"210\":486744.0,\"211\":417360.0,\"212\":31486.64,\"213\":null,\"214\":30604.38,\"215\":396853.29,\"216\":13854.51,\"217\":18477.8,\"218\":null,\"219\":15400.48,\"220\":10064.83,\"221\":16821.66,\"222\":1293.75,\"223\":1276.67,\"224\":null,\"225\":553.58,\"226\":204765.0,\"227\":null,\"228\":2593.14,\"229\":556.72,\"230\":405.65,\"231\":52271.02,\"232\":3459.88,\"233\":2344.8,\"234\":14682.8,\"235\":866.88,\"236\":1170872.01,\"237\":301056.01,\"238\":600.0,\"239\":6204.0,\"240\":7288.5,\"241\":829.29,\"242\":78100.0,\"243\":616.58,\"244\":13968.0,\"245\":23030.62,\"246\":59167.42,\"247\":165194.42,\"248\":null,\"249\":179676.0,\"250\":3673.04,\"251\":37.36,\"252\":695.27,\"253\":3544.8,\"254\":82148.52,\"255\":2222.33,\"256\":468.96,\"257\":685.08,\"258\":684.56,\"259\":9892.8,\"260\":409.68,\"261\":null,\"262\":19619.93,\"263\":4454.1,\"264\":19818.67,\"265\":368.94,\"266\":1351.63,\"267\":254.1,\"268\":327.42,\"269\":59471.96,\"270\":48991.05,\"271\":null,\"272\":660270.53,\"273\":null,\"274\":820046.03,\"275\":1595.94,\"276\":767.58,\"277\":1066.78,\"278\":2266.2,\"279\":361358.26,\"280\":null,\"281\":66154.68,\"282\":225780.85,\"283\":143210.92,\"284\":125512.14,\"285\":2047.0,\"286\":796.32,\"287\":3485.42,\"288\":null,\"289\":null,\"290\":null,\"291\":64381.41,\"292\":157066.25,\"293\":164637.05,\"294\":9730.96,\"295\":27213.14,\"296\":44810.75,\"297\":47247.04,\"298\":645.57,\"299\":76651.62,\"300\":594.13,\"301\":10463.2,\"302\":2700.03,\"303\":30001.9,\"304\":31430.9,\"305\":null},\"Date\":{\"0\":1735862400000,\"1\":1735862400000,\"2\":1735862400000,\"3\":1735862400000,\"4\":1735862400000,\"5\":1735862400000,\"6\":1735862400000,\"7\":1735862400000,\"8\":1735862400000,\"9\":1735862400000,\"10\":1735862400000,\"11\":1735862400000,\"12\":1735862400000,\"13\":1735862400000,\"14\":1735862400000,\"15\":1735862400000,\"16\":1735862400000,\"17\":1735862400000,\"18\":1735862400000,\"19\":1735862400000,\"20\":1735862400000,\"21\":1735862400000,\"22\":1735862400000,\"23\":1735862400000,\"24\":1735862400000,\"25\":1735862400000,\"26\":1735862400000,\"27\":1735862400000,\"28\":1735862400000,\"29\":1735862400000,\"30\":1735862400000,\"31\":1735862400000,\"32\":1735862400000,\"33\":1735862400000,\"34\":1735862400000,\"35\":1735862400000,\"36\":1735862400000,\"37\":1735862400000,\"38\":1735862400000,\"39\":1735862400000,\"40\":1735862400000,\"41\":1735862400000,\"42\":1735862400000,\"43\":1735862400000,\"44\":1735862400000,\"45\":1735862400000,\"46\":1735862400000,\"47\":1735862400000,\"48\":1735862400000,\"49\":1735862400000,\"50\":1735862400000,\"51\":1735862400000,\"52\":1735862400000,\"53\":1735862400000,\"54\":1735862400000,\"55\":1735862400000,\"56\":1735862400000,\"57\":1735862400000,\"58\":1735862400000,\"59\":1735862400000,\"60\":1735862400000,\"61\":1735862400000,\"62\":1735862400000,\"63\":1735862400000,\"64\":1735862400000,\"65\":1735862400000,\"66\":1735862400000,\"67\":1735862400000,\"68\":1735862400000,\"69\":1735862400000,\"70\":1735862400000,\"71\":1735862400000,\"72\":1735862400000,\"73\":1735862400000,\"74\":1735862400000,\"75\":1735862400000,\"76\":1735862400000,\"77\":1735862400000,\"78\":1735862400000,\"79\":1735862400000,\"80\":1735862400000,\"81\":1735862400000,\"82\":1735862400000,\"83\":1735862400000,\"84\":1735862400000,\"85\":1735862400000,\"86\":1735862400000,\"87\":1735862400000,\"88\":1735862400000,\"89\":1735862400000,\"90\":1735862400000,\"91\":1735862400000,\"92\":1735862400000,\"93\":1735862400000,\"94\":1735862400000,\"95\":1735862400000,\"96\":1735862400000,\"97\":1735862400000,\"98\":1735862400000,\"99\":1735862400000,\"100\":1735862400000,\"101\":1735862400000,\"102\":1735862400000,\"103\":1735862400000,\"104\":1735862400000,\"105\":1735862400000,\"106\":1735862400000,\"107\":1735862400000,\"108\":1735862400000,\"109\":1735862400000,\"110\":1735862400000,\"111\":1735862400000,\"112\":1735862400000,\"113\":1735862400000,\"114\":1735862400000,\"115\":1735862400000,\"116\":1735862400000,\"117\":1735862400000,\"118\":1735862400000,\"119\":1735862400000,\"120\":1735862400000,\"121\":1735862400000,\"122\":1735862400000,\"123\":1735862400000,\"124\":1735862400000,\"125\":1735862400000,\"126\":1735862400000,\"127\":1735862400000,\"128\":1735862400000,\"129\":1735862400000,\"130\":1735862400000,\"131\":1735862400000,\"132\":1735862400000,\"133\":1735862400000,\"134\":1735862400000,\"135\":1735862400000,\"136\":1735862400000,\"137\":1735862400000,\"138\":1735862400000,\"139\":1735862400000,\"140\":1735862400000,\"141\":1735862400000,\"142\":1735862400000,\"143\":1735862400000,\"144\":1735862400000,\"145\":1735862400000,\"146\":1735862400000,\"147\":1735862400000,\"148\":1735862400000,\"149\":1735862400000,\"150\":1735862400000,\"151\":1735862400000,\"152\":1735862400000,\"153\":1735862400000,\"154\":1735862400000,\"155\":1735862400000,\"156\":1735862400000,\"157\":1735862400000,\"158\":1735862400000,\"159\":1735862400000,\"160\":1735862400000,\"161\":1735862400000,\"162\":1735862400000,\"163\":1735862400000,\"164\":1735862400000,\"165\":1735862400000,\"166\":1735862400000,\"167\":1735862400000,\"168\":1735862400000,\"169\":1735862400000,\"170\":1735862400000,\"171\":1735862400000,\"172\":1735862400000,\"173\":1735862400000,\"174\":1735862400000,\"175\":1735862400000,\"176\":1735862400000,\"177\":1735862400000,\"178\":1735862400000,\"179\":1735862400000,\"180\":1735862400000,\"181\":1735862400000,\"182\":1735862400000,\"183\":1735862400000,\"184\":1735862400000,\"185\":1735862400000,\"186\":1735862400000,\"187\":1735862400000,\"188\":1735862400000,\"189\":1735862400000,\"190\":1735862400000,\"191\":1735862400000,\"192\":1735862400000,\"193\":1735862400000,\"194\":1735862400000,\"195\":1735862400000,\"196\":1735862400000,\"197\":1735862400000,\"198\":1735862400000,\"199\":1735862400000,\"200\":1735862400000,\"201\":1735862400000,\"202\":1735862400000,\"203\":1735862400000,\"204\":1735862400000,\"205\":1735862400000,\"206\":1735862400000,\"207\":1735862400000,\"208\":1735862400000,\"209\":1735862400000,\"210\":1735862400000,\"211\":1735862400000,\"212\":1735862400000,\"213\":1735862400000,\"214\":1735862400000,\"215\":1735862400000,\"216\":1735862400000,\"217\":1735862400000,\"218\":1735862400000,\"219\":1735862400000,\"220\":1735862400000,\"221\":1735862400000,\"222\":1735862400000,\"223\":1735862400000,\"224\":1735862400000,\"225\":1735862400000,\"226\":1735862400000,\"227\":1735862400000,\"228\":1735862400000,\"229\":1735862400000,\"230\":1735862400000,\"231\":1735862400000,\"232\":1735862400000,\"233\":1735862400000,\"234\":1735862400000,\"235\":1735862400000,\"236\":1735862400000,\"237\":1735862400000,\"238\":1735862400000,\"239\":1735862400000,\"240\":1735862400000,\"241\":1735862400000,\"242\":1735862400000,\"243\":1735862400000,\"244\":1735862400000,\"245\":1735862400000,\"246\":1735862400000,\"247\":1735862400000,\"248\":1735862400000,\"249\":1735862400000,\"250\":1735862400000,\"251\":1735862400000,\"252\":1735862400000,\"253\":1735862400000,\"254\":1735862400000,\"255\":1735862400000,\"256\":1735862400000,\"257\":1735862400000,\"258\":1735862400000,\"259\":1735862400000,\"260\":1735862400000,\"261\":1735862400000,\"262\":1735862400000,\"263\":1735862400000,\"264\":1735862400000,\"265\":1735862400000,\"266\":1735862400000,\"267\":1735862400000,\"268\":1735862400000,\"269\":1735862400000,\"270\":1735862400000,\"271\":1735862400000,\"272\":1735862400000,\"273\":1735862400000,\"274\":1735862400000,\"275\":1735862400000,\"276\":1735862400000,\"277\":1735862400000,\"278\":1735862400000,\"279\":1735862400000,\"280\":1735862400000,\"281\":1735862400000,\"282\":1735862400000,\"283\":1735862400000,\"284\":1735862400000,\"285\":1735862400000,\"286\":1735862400000,\"287\":1735862400000,\"288\":1735862400000,\"289\":1735862400000,\"290\":1735862400000,\"291\":1735862400000,\"292\":1735862400000,\"293\":1735862400000,\"294\":1735862400000,\"295\":1735862400000,\"296\":1735862400000,\"297\":1735862400000,\"298\":1735862400000,\"299\":1735862400000,\"300\":1735862400000,\"301\":1735862400000,\"302\":1735862400000,\"303\":1735862400000,\"304\":1735862400000,\"305\":1735862400000}}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CR/exchange_live.json",
    "content": "[\n  {\n    \"nombre\": \"2LBR.IN400.INACPL.-.EST\",\n    \"value\": 0,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2LBR.IN400.INLITAPACHULA1.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2LV2.IN230.INB12L120.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2LV2.IN230.INME2M020.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2MOY.IN230.INLIAHUACHAPAN.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2PAN.IN230.INLI52-B2.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2PAN.IN230.INLI52-ME.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"315S.IN230.IN8-32.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"315S.IN230.IN8-33.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"315S.IN230.INB18-22.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"315S.IN230.INB28-23.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"3AHU.IN230.IN8-12.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"3AHU.IN230.IN8-13.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"3AHU.IN230.IN8-22.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"3AHU.IN230.IN8-23.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4AGC.IN230.IN62E16.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4AGC.IN230.IN62E28.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4AGC.IN230.IN62L27.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4AGC.IN230.IN62L28.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4LEC.IN230.IN62E23.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4LEC.IN230.IN62L29.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4NNC.IN230.IN62L40.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4SBV.IN230.IN62E9.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4PRD.IN230.IN62E17.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4PRD.IN230.IN62L17.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5AMY.IN230.INL9030.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5LN1.IN230.INL9040.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5SND.IN230.INA9015.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5SND.IN230.INL9090.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5LVG.IN230.INA9045.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"5LVG.IN230.INL9150.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"6CAH.IN230.INLICHANGUIN.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"6LIB.IN230.INLIAMAYO.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"6RCL.IN230.INLIDOMINICAL.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"6RCL.IN230.INLIPROGRESO.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7CHA.IN230.INBB23B22.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7CHA.IN230.INME23M22.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7DOM.IN230.INBB23B12.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7DOM.IN230.INME23M12.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7PRO.IN230.INBA23A12.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7PRO.IN230.INME23M12.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7VEL.IN230.INBB23B102.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"7VEL.IN230.INME23M102.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"6CAS.IN230.INLITICUANTEPE.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"4NNC.IN230.IN62E40.-.EST\",\n    \"value\": 1,\n    \"good\": 1,\n    \"bad\": 0\n  },\n  {\n    \"nombre\": \"2LBR.LT400.1FR2-2LBR-01A.-.MW\",\n    \"value\": -261.600006103516,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"2SISTEMA.DTOT.OSYMDEMTOT.CMW2.MW\",\n    \"value\": 1301.87512207031,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"2SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 1223.87524414063,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n    \"value\": 650.966918945313,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 703.900451660156,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SISTEMA.LT230.INTER_NET_GT.CMW.MW\",\n    \"value\": -97.1073150634766,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SISTEMA.LT230.INTER_NET_HO.CMW.MW\",\n    \"value\": 154.814300537109,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SYS.DTOT.DEMTOTR.CMW.MW\",\n    \"value\": 6538.74951171875,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"3SYS.GTOT.GENTOTREGIONAL.CMW.MW\",\n    \"value\": 6272.46728515625,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"4LEC.LT230.2FR4-4LEC-01B.-.MW\",\n    \"value\": -83.7900009155273,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"4SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n    \"value\": 1225.34606933594,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"4SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 1247.08605957031,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"5SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n    \"value\": 590.287841796875,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"5SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 500.26171875,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"5SISTEMA.LT230.INTER_NET_CR.CMW.MW\",\n    \"value\": 99.4842376708984,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"5SISTEMA.LT230.INTER_NET_CR_2.CMW.MW\",\n    \"value\": 172.856842041016,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"5SISTEMA.LT230.INTER_NET_HN.CMW.MW\",\n    \"value\": -261.537536621094,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"6SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n    \"value\": 1286.27380371094,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"6SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 1149.34399414063,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"6SISTEMA.LT230.INTER_NET_PAN.CMW.MW\",\n    \"value\": 31.558895111084,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"7SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n    \"value\": 1484,\n    \"good\": 9,\n    \"bad\": 9\n  },\n  {\n    \"nombre\": \"7SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n    \"value\": 1448,\n    \"good\": 9,\n    \"bad\": 9\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CR/production_20210716.json",
    "content": "{\n  \"descripcion\": \"Datos de la energía horaria por fuente y planta.\\nDatos adquiridos en tiempo real por medio del SCADA del CENCE. No son obtenidos de medición comercial.\\nLos datos del mes actual y del mes anterior están en proceso de revisión.\",\n  \"fechaConsulta\": \"2024-03-28T07:11 -0600\",\n  \"data\": [\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 19.37562,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 16.44369,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 19.18662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 19.42488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 34.83688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 24.89969,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 22.8785,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 79.35469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 76.46887,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 48.50725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 64.327,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 67.629,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 62.58825,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 83.8615,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 31.2095,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 114.16793,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 114.64875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 101.99813,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 28.691,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 29.6185,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 43.549,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 44.748,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 32.0945,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 41.1845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 36.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 41.574,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 41.377,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 8.76925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 14.9965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 14.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 13.8925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 13.152,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 6.993,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 20.473,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 24.84675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 32.155,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 27.48775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 20.01325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 89.084,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 103.86,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 160.384,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 57.184,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 41.728,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 40.96,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 4.448,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 19.37638,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 19.43244,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 34.753,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 50.13737,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 51.4705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 114.85244,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 105.72432,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 110.79737,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 29.912,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 29.236,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 36.4815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 35.7305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 36.1365,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 8.91475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 8.42925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 10.0215,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 6.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 6.993,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 8.943,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 32.33025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 30.18475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 139.386,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 144.632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 41.728,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 41.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 41.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 4.452,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 4.452,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 4.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 4.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 9.384,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 8.7935,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 6.7575,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 27.26325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 40.0395,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 29.151,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 18.99306,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 18.76931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 19.42657,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 19.42456,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 19.42313,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 19.43113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 43.714,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 49.342,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 61.003,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 31.469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 69.6645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 76.02487,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 84.64381,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 92.767,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 114.62725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 114.92619,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 41.377,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 36.545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 50.8985,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 52.1065,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 46.399,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.94925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.8305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 14.816,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 14.31,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 6.995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 6.993,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 8.679,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 8.936,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.943,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 31.72775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 24.95225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 4.452,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.012,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 4.44,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 9.3045,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 9.106,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 9.014,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 7.926,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 7.053,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 19.37719,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 19.3755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 19.42462,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 34.82243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 79.66381,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 47.81775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 65.8915,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 81.22925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 78.9245,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 110.35681,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 28.7085,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 32.7435,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 37.31,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 42.6435,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 47.0975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 35.608,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 38.9645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.77,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 6.992,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 6.994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 6.994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 20.6,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 15.364,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 12.96125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 32.28125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 68.12,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 112.23,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 142.178,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 41.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 4.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 4.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 9.384,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 9.4555,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 9.5025,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 6.985,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 7.037,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 34.87725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 26.91175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 37.4265,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 27.973,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 28.0065,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 19.42375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 49.3775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 42.42225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 69.00025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 78.72169,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 90.42119,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 114.75231,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 114.675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 29.1525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 38.7915,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 33.7175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 29.4335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 30.83,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 8.86925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 8.9165,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.586,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 10.1145,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 6.998,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 30.54975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 25.42725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 31.62975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 165.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 173.56,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 140.38,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 143.116,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 160.432,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 125.964,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 41.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 9.432,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.974,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 9.056,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.3265,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 11.0845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 41.4805,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.4666,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 15.6338,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 12.4372,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 19.42582,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 19.42887,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 34.80606,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 35.44782,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 34.85062,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 38.4525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 68.098,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 38.568,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 76.71588,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 115.20675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 114.90937,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 28.657,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 30.517,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 37.4625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 33.6685,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 36.4795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 36.2835,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 45.662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 42.936,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 8.799,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 14.103,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 6.995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.993,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 28.78775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 26.0625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 40.874,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 40.942,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 41.728,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 4.452,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 4.128,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 3,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 4.44,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 9.085,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 27.951,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 5.889719,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.951608,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.949707,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 8.956124,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 8.938692,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 5.277004,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 5.7321,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 14.512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 3.389227,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 19.37931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 18.27325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 19.43037,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 19.42537,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 79.78944,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 44.76382,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 76.58694,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 77.49687,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 39.2315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 33.108,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 114.6335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 115.28413,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 115.1385,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 28.6305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 29.324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 30.017,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 36.4915,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 8.762,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 11.0855,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 10.119,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 6.996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 6.997,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 6.994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 6.999,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 8.939,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 20.626,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 85.406,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 148.316,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 133.314,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 166.384,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 157.546,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 4.44,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 4.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 6.356,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 6.311,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 6.866,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 34.8965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 5.886411,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.959067,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 3.938419,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 19.19113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 19.42443,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 34.82713,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 34.8225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 72.91625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 59.6765,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 50.648,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 73.2875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 80.29906,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 113.57113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 28.653,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 29.0565,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 36.392,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 36.6495,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 36.866,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.87825,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 14.645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 6.994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 6.997,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 24.65175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 27.33025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 25.0805,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 40.842,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 56.19,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 41.728,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 41.472,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 4.448,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 4.452,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.008,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 6.9045,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 36.8805,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 6.904881,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 8.949718,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 18.6495,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 16.814,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.493753,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.503637,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.5939,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 2.04696,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 2.0403,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.03796,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1.3629,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 1.325625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 9.551,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 9.548,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 28.0155,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 16.7853,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.532945,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.486308,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.559115,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.472876,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.05434,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 2.05542,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 2.03652,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.1502,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 3.946335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 14.743359,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 14.450237,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.3902,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1.324575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 1.32405,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.325625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.51416,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.750961,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 14.76828,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 14.237592,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 13.80692,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 14.942815,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 15.743348,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 15.65333,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 12.579097,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 5.889339,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 5.887916,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 8.96108,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 3.95595,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.942441,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 7.969,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 11.2653,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.58544,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 1.5912,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.57986,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.17324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.74096,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 14.701546,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 14.413025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 14.57868,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.38705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 5.098218,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 5.863535,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 5.489211,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 10.050101,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 10.021793,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1.51416,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.50408,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 1.49724,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 14.323402,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 17.415851,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 17.416093,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": -226.340654,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": -227.242087,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": -230.025734,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 52.265713,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 69.830362,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 49.956095,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.3045,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.303712,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.302925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.302137,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.30135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.07758,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.07812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.078948,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.079344,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 26.646565,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 26.649489,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 26.65353,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 27.9815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 28.0235,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 5.570941,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.948977,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 8.949074,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 7.3924,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 11.8811,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 18.3035,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.490387,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.473892,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 1.5795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 2.04624,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 14.387242,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 1.330875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.325625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 5.158727,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 5.173684,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 1.512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 1.49364,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 14.328817,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 12.739892,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.07829,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 16.841999,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 16.96984,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 16.622675,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": -217.124027,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": -227.494941,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": -223.175525,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 65.729174,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 71.503593,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 66.085268,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 67.971274,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.135187,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.1386,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.138337,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.138862,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.3066,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.077436,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.079056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 26.608329,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 17.899,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 18.531645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 19.795528,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 20.122119,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 27.1445,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 30.508,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 26.019,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 8.949806,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 8.936531,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 8.947048,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 8.949688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 8.944043,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.499846,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1.506946,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 2.709856,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.59372,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 2.03724,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.03526,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.0439,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 14.720086,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 14.686904,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 14.708197,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.3944,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 1.392825,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.391775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 5.157833,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 10.019499,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 5.203477,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 5.06357,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.367831,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1.51344,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 2.979128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.457747,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 16.188753,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 17.113754,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 15.931426,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": -224.17808,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 51.107645,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 45.747518,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 73.237632,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 68.810156,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.1386,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.305025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.299512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.304762,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.303712,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.304762,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.078156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.078048,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 3.415269,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 1.60542,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.13526,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 14.767612,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 14.780188,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 14.642496,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 1.324575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 1.325625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.30741,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 5.766047,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 10.045431,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.51308,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 16.725427,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.712674,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 17.435171,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 9.281636,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 12.216079,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 15.336938,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 13.295822,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": -223.468878,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 48.954044,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 50.584972,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.134137,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.138337,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.138337,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.255675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.294262,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.292687,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.077256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.07848,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.043632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.041688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 15.15233,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 17.567603,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 17.282701,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 33.49125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 36.907875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 42.4545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 47.34325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 47.392375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 38.803,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 11.3091,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 17.3757,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 1.7004,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.336195,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.989547,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 3.483921,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 2.933376,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.455395,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.420901,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 1.5741,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 2.04966,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 14.405725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 1.393875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 1.325625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.140986,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 5.153776,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 10.029008,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.29016,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.50948,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.4994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 1.1592,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 5.448253,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 16.746699,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 12.44618,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": -224.312375,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": -221.892708,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": -218.203564,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": -227.335105,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": -228.869677,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 51.621885,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 68.787122,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 69.438345,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.138075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.137025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.138075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.13755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.13755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.1386,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.138337,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.138075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.07758,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.077832,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.078516,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 30.580125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 47.3175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 49.638125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.473926,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1.558221,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 2.725923,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.395657,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.490081,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 1.5813,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 14.76311,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 14.740484,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 14.728696,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 14.737569,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 14.699862,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 1.33245,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.32405,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 10.038924,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 10.031636,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.50156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.169106,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 17.433225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 14.017004,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 17.198919,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 16.208918,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 15.318088,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": -226.984617,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": -225.607988,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 71.759684,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 63.49195,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 60.37889,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.134662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.134662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.13755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.138337,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.077112,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.0783,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.040824,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 26.631401,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.002629,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 32.640125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 37.0585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 48.143875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 4.454982,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 1.3251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 1.51128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 1.51128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 7.193608,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 16.025614,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 12.492608,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 13.439994,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": -220.882839,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": -226.779722,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": -224.529896,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": -236.827806,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 50.629704,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 50.435935,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.138075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.1386,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.30345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.30135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.079128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.07884,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.064728,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 15.864216,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 26.642047,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 31.035125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 49.30175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 45.35125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 45.2455,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 4.260011,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 2.474043,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 2.929786,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 3.5068,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 3.702008,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.1175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 8.9705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 8.04,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.1555,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.0646,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.2394,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": -220.253185,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": -227.020976,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": -217.405275,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": -228.870957,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": -228.331412,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 49.854125,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 51.102687,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 69.416301,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.134925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.13755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tapezco\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.30135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.07665,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.077832,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.079452,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.079308,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 45.397875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 48.246125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 43.96875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 47.4945,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 48.009875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 4.224489,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 4.327218,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.357617,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.374949,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 3.907173,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 15.573439,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.893274,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.562033,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 2.119398,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 4.143334,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 3.23604,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 2.45016,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 3.25044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 43.384125,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 36.003,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 35.534875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 24.989875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 25.375625,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 26.6365,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 31.480125,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.9263,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 3.845531,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.028888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 4.2527,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.9929,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 3.4042,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.4046,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.3818,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.407,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 2.01,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.023868,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.771083,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 2.963397,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.450354,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 2.00304,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 2.00196,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 3.26016,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.26252,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 41.51425,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 43.52725,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 35.210625,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 30.507875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 10.1464,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 39.8535,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 39.51075,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 39.4285,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 39.017,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 39.479,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 39.726,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 136.828,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.530011,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 26.551245,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 19.660656,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 3.900909,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 3.836326,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 3.785208,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.024161,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 15.615222,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 1.108052,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 2.0435,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.0952,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 8.04,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 2.2851,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.423888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.97594,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.192863,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 3.944417,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.41768,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 35.41075,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 34.91925,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 34.176375,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 12.9486,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 12.9397,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 14.2381,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 11.1696,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 11.6593,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 13.2376,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 15.9192,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.9369,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 5.9152,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 5.8996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 16.4801,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 39.42175,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 39.21675,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 136.739,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 26.630059,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 18.550038,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 4.347037,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.271155,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 4.244346,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 3.588518,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.135085,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 14.008056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 15.179546,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 15.610616,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 15.62651,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.85,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.0689,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 9.3485,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 9.1789,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 2.969254,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.228278,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 2.00376,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 2.00268,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.00232,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.26468,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 2.14704,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 39.91225,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 30.58125,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 15.4117,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 15.2549,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 12.8265,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 24.1837,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.4754,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 10.2717,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 9.3147,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.4215,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 8.4112,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 39.63525,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 127.6245,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 136.6845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 136.645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 136.6205,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 136.452,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 3.0425,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 2.8323,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.93765,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.8379,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.83685,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.8358,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 8.022138,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.916531,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 15.62886,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 13.99453,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.8185,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 8.0938,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.5031,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 1.958,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 1.5102,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 1.5137,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.221039,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 2.27889,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.26144,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 2.37096,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.09628,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 22.90925,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 24.272375,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 33.901875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 15.3314,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 12.8265,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 12.6029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 24.1999,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 10.5403,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 9.8176,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 6.312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 39.23325,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 39.0375,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 39.461,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 123.4635,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 136.7085,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 136.709,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 9.0406,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 3.1089,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 3.287,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.85995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.8043,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.97545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.84,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 7.2174,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 10.8581,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 2.2137,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 22.36225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 23.04675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.36925,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 42.9305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 49.902375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 49.9445,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya BOT\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 4.463447,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 2.975608,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 9.0122,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.5371,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 2.0634,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 3.8056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 1.7347,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 1.5168,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 2.428217,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 2.732965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.456505,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 2.00448,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.20176,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 3.14784,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 43.463625,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 43.397875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 15.6245,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 13.3428,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 9.3614,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 7.0391,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 16.4781,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 11.559,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 39.87225,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 39.8435,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 39.62575,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 39.36175,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 136.799,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 136.7715,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 136.666,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.3893,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.2191,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.93765,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.8379,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 1.0332,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 7.6975,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1.3066,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.0412,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 15.5764,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 3.505764,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 3.498096,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.722869,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 15.636007,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 14.866809,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.85,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 8.04,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 8.04,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 1.991,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.958,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.958,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 1.958,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.007319,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 4.235806,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.93688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 3.25044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 3.25044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 42.600375,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 35.902,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 29.31825,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 12.9473,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 13.5672,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 15.4117,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 12.8265,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.8676,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 39.471,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 111.295,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 136.7205,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 136.7175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 7.9843,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 4.7225,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 7.4909,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.83475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 11.9069,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 7.3886,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.4365,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 11.95409,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 18.61488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.3145,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 4.823954,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.768506,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.206071,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.75298,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.00412,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.15468,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 12.6146,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 12.9419,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 15.282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 18.3306,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 9.4022,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 6.4243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 10.3916,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 10.0317,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 39.83,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 38.777,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 116.909,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 6.9026,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 5.5608,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 7.8231,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 4.3468,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 2.6235,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 1.0332,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.274,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.658,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 2.7313,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.337,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 10.39512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 23.121,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 23.3865,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 23.40968,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.40175,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 11.4396,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 4.82147,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.953142,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 4.760116,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 30.4495,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 31.8025,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 40.739,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.232204,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 24.214523,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 11.311903,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.4076,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 3.3373,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 6.1392,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.5577,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.1419,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 1.473,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 4.3401,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.2124,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 15.67408,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 18.16581,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 20.71325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 21.82762,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 18.9905,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 15.40288,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 19.70212,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.24,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.011,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 6.9773,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.507,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 18.6582,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 4.736474,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 6.401126,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 4.227668,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 43.83,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 44.582,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 43.856,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 7.064812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 11.647017,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.689122,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 20.193052,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 14.275068,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 42.415851,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 41.352812,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 40.950572,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 41.500372,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 41.533541,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 27.088,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 4.66,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 4.5804,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 6.9381,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 4.9654,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 9.4178,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.942951,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 121.8275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 114.91,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 111.888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 94.0845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 20.453983,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 20.671774,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 20.657014,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 12.616445,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 136.7495,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 136.121,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.1588,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 8.9637,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 5.5129,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 7.9681,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 15.67,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 22.10582,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.073,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.0207,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 4.815928,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 4.759454,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 4.785178,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 3.426788,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 49.2025,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 43.7765,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 44.492,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 42.7125,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 32.954,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 40.874,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 16.827844,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 16.898632,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 18.118827,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 17.342117,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 18.931854,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 14.163125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 25.977046,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 50.388468,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 46.541984,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 50.689156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 50.009,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 51.521593,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 27.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 27.296,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 26.24,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 26.32,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 26.592,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 26.624,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 4.5975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 2.9045,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 2.952,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 5.123652,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 6.151584,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 7.333571,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 7.711743,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 63.7315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 115.9505,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 20.343507,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.255943,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 10.268702,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 16.345912,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 10.3179,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 39.84325,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 39.86225,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 38.98925,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 39.7335,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 39.79,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.00025,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.359,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.9582,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 11.5927,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 21.1978,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 3.373,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 4.77176,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.391347,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 5.618288,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 49.1335,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 49.082,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 48.278,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 45.918,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 15.369204,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.402287,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 16.444581,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 13.395078,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 49.50575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 50.692218,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 20.701375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 47.393149,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 27.216,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 27.184,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 27.264,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 26.416,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 26.192,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 26.496,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 26.496,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 3.673,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 6.9522,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 4.6585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 5.211,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.81,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 5.2094,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.3375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 3.0478,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.5186,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 2.5964,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 8.948528,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 8.513195,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 7.900853,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 19.110329,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 17.696177,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 9.546259,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.420241,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 17.972339,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 15.945986,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 17.872528,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 17.010502,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 20.123243,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 136.5795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 136.52,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 136.508,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 136.4845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 136.456,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 7.2412,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 1.9957,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.2852,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.5297,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 4.2851,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 4.9157,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.8883,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.83685,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.2496,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.3848,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 18.06744,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 20.30263,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.017,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 4.812355,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 4.788874,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 4.787224,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.089705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 4.784473,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 48.3225,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 45.976,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 12.909369,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 26.697744,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 26.339796,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 22.939553,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 44.276172,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 46.103156,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 46.112718,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 41.419471,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 6.8074,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 13.9546,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 8.6143,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 2.9551,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 8.082237,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 3.864725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 5.03566,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.500627,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 5.036351,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 67.8775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 65.7055,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 116.0015,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 137.098,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 167.0725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 17.420719,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 17.734159,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.979731,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 19.545724,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 20.049869,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 10.288358,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.476231,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 8.782093,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.403044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 18.439841,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 18.426285,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 23.47981,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 18.70856,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.1265,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.39875,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.28975,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.1915,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 10.3795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 21.9112,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 21.2018,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.40957,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 6.401157,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 49.139,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 46.319,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 36.8495,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.877029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 10.088388,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 7.080515,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 24.141521,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 14.201676,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 14.732085,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 16.618523,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 14.867039,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 30.616609,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 39.7845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 50.929281,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 44.137329,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 40.703597,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 46.226456,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 38.904604,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 44.328094,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 3.8492,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 3.7739,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.6088,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 2.9511,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 2.9508,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 4.1882,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 8.4724,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 8.558806,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.0152,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.006336,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 5.036035,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.895854,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 132.8225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 138.776,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 20.69592,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 18.726197,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 18.899708,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 10.267021,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 8.417448,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 18.44878,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.415452,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 15.529971,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 16.034206,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 21.9935,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 17.424,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.5861,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 4.767472,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 3.387727,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 32.507,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 9.647304,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 11.959007,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 12.299972,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 20.333439,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 19.590195,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 19.789833,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 17.471859,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 50.788312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 51.220562,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 50.929156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 51.59975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 42.204343,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 27.152,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 27.232,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 26.384,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 7.0612,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 12.838,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 14.4072,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 7.9156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 13.8324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.9537,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.4324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 8.914306,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.565971,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 7.638235,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 6.018019,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 7.271571,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.673153,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 3.844533,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 55.76,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 140.371,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 143.1885,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 117.259,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 20.039729,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 12.491079,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 12.520277,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.530355,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 15.418459,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 14.407244,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 15.964382,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 16.05269,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 19.900705,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 19.45914,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 16.824752,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 16.559333,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 3.09743,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 49.1355,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 49.079,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 12.026113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 18.504956,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 20.847929,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 16.979531,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 17.066968,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 48.626062,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 43.331383,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 39.50019,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 40.125823,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 42.754713,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 27.168,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 27.296,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 26.368,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 26.16,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 5.5411,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 13.3807,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 4.6874,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 14.356,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 5.2133,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 5.2083,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.6325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 8.947735,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.955557,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 8.949982,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.278776,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 1.771932,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 116.8685,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 119.125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 166.886,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 17.758404,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 18.812911,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 16.300011,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 16.458339,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 15.618666,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 18.328641,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 19.184511,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 19.575948,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 18.675099,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 16.825631,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 16.794237,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 16.50174,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 15.978545,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 16.263471,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 16.018065,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 19.80421,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 18.703451,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 18.879886,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 13.745965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 23.702332,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 20.613001,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 8.685596,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 20.800191,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 20.72881,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 15.473156,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 23.24705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 18.518445,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 38.046031,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 48.439,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 45.429507,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 42.271714,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 40.620175,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 41.749849,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 26.16,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 26.304,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 26.384,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 5.0745,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 5.0465,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 2.9466,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 5.2139,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 5.2056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.5982,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 8.952955,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.787513,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 7.103846,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 1.553943,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1.784252,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.57996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.984892,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 4.201965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 144.54,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 166.832,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 156.5985,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 165.9625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 19.493829,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 18.292722,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 11.694974,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 15.876771,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 19.75524,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 8.466835,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 16.07034,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 19.789018,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 20.160062,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 20.158536,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 20.187843,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 16.824911,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 16.801975,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 16.152728,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 20.271749,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 17.824341,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 18.836468,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 19.069329,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 2.6515,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 15.14159,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 12.735802,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 19.345197,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 7.577803,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 5.419512,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 6.717284,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 6.836867,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 17.217146,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 9.050485,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 4.494,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 55.097,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 55.103,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 55.02588,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.664458,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 3.377063,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 3.820483,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 4.065867,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.7524,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 8.7233,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 8.739,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 9.5352,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 9.3658,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 9.2366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 12.974,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 7.4174,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 20.2258,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 1.7328,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 2.9333,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 1.5996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.8782,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 6.8754,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 6.8813,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 6.2297,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 6.2006,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.9009,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.8028,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.5504,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 0.1257,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0.0321,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 1.475339,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 8.43922,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 8.497051,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 16.899186,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 17.962559,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 18.201436,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 14.281588,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 16.826297,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 16.51719,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 16.058488,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 16.369094,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 14.23842,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 23.768848,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 15.888834,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 15.890923,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 15.923419,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 23.958823,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.237728,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 7.997574,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 6.753045,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 6.909009,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 12.031305,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 16.771339,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 14.052655,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 55.105,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 55.102,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 55.108,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 55.104,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 2.627375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 2.56844,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 8.7548,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 8.7463,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 8.2888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 8.8849,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 8.7368,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.5362,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 1.4744,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.0354,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 4.5279,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 6.8815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 6.2006,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 6.2009,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 6.1998,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 0.4459,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 0.9007,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.0303,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.0283,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.0269,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.8816,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.0931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 20.005798,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 20.134477,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 20.03831,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 19.191726,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 20.189047,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 20.360219,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 19.95685,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 19.923406,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 19.584547,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 19.161832,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 19.575177,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.2139,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 15.141811,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 20.447472,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.869258,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 20.747408,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 17.101375,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 55.119,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 55.111,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 55.09771,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 55.09637,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 2.664585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 2.572007,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.7185,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 10.4965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 2.4403,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 2.7392,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.7133,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 6.8764,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 6.8824,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 6.2046,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.4971,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 0.2601,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.2602,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.8026,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.2414,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 7.3374,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.046,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 14.257139,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 18.373793,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 17.802804,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 19.753393,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 19.14107,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 15.850587,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 20.222835,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 19.350356,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 19.710382,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.3913,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 2.947,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 3.4206,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.1874,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 19.325335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 8.119942,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 8.296923,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 7.452084,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.724765,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 6.369971,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 15.542394,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 15.071546,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 13.311264,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 15.090385,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 14.116757,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 7.580476,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 55.109,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 55.094,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 55.093,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 55.01755,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 55.08441,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 55.14209,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 3.259999,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 3.325562,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.108974,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 3.821084,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 3.005749,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 24.0041,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 22.7199,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 19.015,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.8321,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0.3501,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 0.4774,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.497,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.2719,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.0296,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.0277,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 2.0712,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 5.7851,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 14.917501,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 16.165086,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 20.268438,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 20.203281,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 17.322556,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 19.701858,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 19.580468,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 15.90582,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 8.739803,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 8.490131,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 6.654079,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 17.609739,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 10.173587,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 10.0513,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 8.90166,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 55.02149,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 55.0775,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 55.13359,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 3.25627,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 4.124748,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 4.045344,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.683545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.87914,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 8.1772,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 9.5434,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.8606,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 23.3662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 1.7363,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.0458,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.8467,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 6.7656,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 6.8775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 0.6921,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.2718,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.6568,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 0.0323,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.032,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 16.163736,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 17.538354,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 19.812911,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 19.389632,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 15.620981,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 16.448996,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 16.729987,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 20.288716,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 19.679515,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 0.038,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 1.2633,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 3.4132,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.2538,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 1.8142,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0.8843,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 23.984574,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 12.302152,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 10.155139,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 10.163872,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 10.160247,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 7.156501,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 6.309848,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.898841,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 20.483915,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 6.948385,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 55.131,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 3.257301,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 8.2242,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 9.1435,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 9.734,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 9.7574,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 1.9257,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 4.5327,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.1373,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 2.0505,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 2.05,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 2.0506,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 6.8773,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 6.8803,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 6.5861,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 6.2036,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 6.2064,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 6.2013,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.3014,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 0.3622,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 0.2603,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 0.5653,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0.0273,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 20.250971,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 20.187489,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 19.858054,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 16.82613,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 16.207291,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 16.240802,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 20.26045,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 20.246759,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 18.753339,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 19.42589,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 3.5442,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 12.783161,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 5.627162,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 5.787016,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 7.094583,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 55.09894,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 4.030412,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 2.836352,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 3.040179,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 7.535,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 8.7281,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 7.8673,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 2.9037,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 12.9636,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 13.5231,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 10.3788,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 2.7369,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 2.7251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 14:00:00.0\",\n      \"dato\": 1.2786,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 4.5369,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 1.5978,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 04:00:00.0\",\n      \"dato\": 6.8788,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 09:00:00.0\",\n      \"dato\": 6.7885,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 10:00:00.0\",\n      \"dato\": 6.6977,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.3014,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 06:00:00.0\",\n      \"dato\": 0.4971,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.2721,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 01:00:00.0\",\n      \"dato\": 0.0301,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 21:00:00.0\",\n      \"dato\": 0.0325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 0.0329,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 19:00:00.0\",\n      \"dato\": 5.637853,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 6.915928,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 16.303573,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 7.9456,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 17:00:00.0\",\n      \"dato\": 55.15584,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 55.12138,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 2.622574,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 3.441155,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 8.7354,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 08:00:00.0\",\n      \"dato\": 8.757,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 18:00:00.0\",\n      \"dato\": 9.7354,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 22:00:00.0\",\n      \"dato\": 8.7285,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 05:00:00.0\",\n      \"dato\": 12.9549,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 13:00:00.0\",\n      \"dato\": 21.8679,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 02:00:00.0\",\n      \"dato\": 1.754,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 4.5261,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 4.5421,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 11:00:00.0\",\n      \"dato\": 6.6963,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 12:00:00.0\",\n      \"dato\": 6.6957,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 6.2011,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 03:00:00.0\",\n      \"dato\": 0.4021,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 15:00:00.0\",\n      \"dato\": 0.2602,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 20:00:00.0\",\n      \"dato\": 0.3217,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 00:00:00.0\",\n      \"dato\": 0.031,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2021-07-16 23:00:00.0\",\n      \"dato\": 0.0318,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    }\n  ],\n  \"_links\": {\n    \"next\": null,\n    \"previous\": null,\n    \"self\": \"https://apps.grupoice.com/CenceWeb/data/sen/json/EnergiaHorariaFuentePlanta?anno=2021&mes=07&dia=16\"\n  },\n  \"fuente\": \"Centro Nacional de Control de Energía. Instituto Costarricense de Electricidad - CENCE.\\r\\nEl CENCE no se hace responsable de ningún error u omisión, pérdidas o daños que resulten de la utilización de la información o material contenidos en este sitio.\\r\\nDeclaración de Privacidad © 2020 ICE Todos los Derechos Reservados.\",\n  \"nombreConsulta\": \"EnergiaHorariaFuentePlanta\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CR/production_live.json",
    "content": "{\n  \"descripcion\": \"Datos de la energía horaria por fuente y planta.\\nDatos adquiridos en tiempo real por medio del SCADA del CENCE. No son obtenidos de medición comercial.\\nLos datos del mes actual y del mes anterior están en proceso de revisión.\",\n  \"fechaConsulta\": \"2024-03-28T05:40 -0600\",\n  \"data\": [\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 17.51163,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 38.60788,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 38.68075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 32.117,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 25.50225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 20.06175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 38.767,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 44.22575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 36.35488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 20.103,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.527,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 27.109,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 27.208,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 25.594,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 39.214,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 103.662,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 38.0585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 42.559,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 40.2605,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 49.301,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 42.578,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 42.02917,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 49.20202,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 52.94094,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 43.57243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.00456,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 7.39332,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 7.39734,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 21.55837,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 24.1275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 52.234,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 4.125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 4.133,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 35.584,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 41.63775,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 41.4515,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 41.77175,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 41.738,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 41.70375,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 4.64637,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 4.59862,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 4.60538,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 4.6085,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.62113,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 24.2145,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 3.06763,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 17.61237,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 17.53044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 17.47288,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 17.51838,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 17.50812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 77.38763,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 69.3955,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 20.26338,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 40.46425,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 24.634,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 24.595,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 37.6805,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 42.2995,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 46.171,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 45.9035,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 45.59,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 47.14516,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 53.18697,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 46.40737,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 7.1161,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 7.39769,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 7.70097,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.00563,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 20.06075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 19.83725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 20.83413,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 21.45875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 22.81812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 31.4985,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 50.206,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 55.16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 58.682,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 104.318,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 91.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.131,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 4.1255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 35.584,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 35.456,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 35.904,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 41.55425,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 41.4995,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 41.42675,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 41.71875,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 4.59238,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.6125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 17.45175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 43.29587,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 38.3545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 44.71987,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 44.81238,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 24.553,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 42.884,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 45.2155,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 46.4345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 49.35713,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 7.38387,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 30.16463,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 46.02,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 103.748,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 4.1315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 4.1315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.1305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 4.1305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.1275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 4.121,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 4.1305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 35.904,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 35.904,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 35.776,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 41.50375,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 4.646,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.64562,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.60225,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 4.60737,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 4.64763,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 4.64712,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 12.9255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 29.26,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 29.283,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 24.2345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 3.12738,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 20.60964,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 17.41825,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 26.44687,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 56.54275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 17.052,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 63.29525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 61.59763,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 41.8155,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 34.25,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 89.6205,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 42.5465,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 41.6095,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 37.047,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 42.642,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 45.8935,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 49.591,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 49.053,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 48.93938,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 6.99844,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 7.39346,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 7.39169,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 7.39244,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 19.62912,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 22.764,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 31.07862,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 55.972,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 4.1265,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.1045,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.5515,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 35.776,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 41.63425,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 41.609,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 41.5255,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 41.39675,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 4.647,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.64738,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 4.64588,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 4.64875,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 19.1255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 24.224,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 3.14337,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 2.95825,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 3.10237,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 3.07988,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.13337,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 36.5605,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 26.9955,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 31.997,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 77.5905,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 38.576,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 38.27475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 38.36762,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 38.59975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 36.26013,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 41.64237,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 82.83475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 28.575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 64.2075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 42.541,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 45.958,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 38.425,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 45.601,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 45.35255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 45.22687,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 48.91275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.00287,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 6.99644,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 7.00584,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.00062,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 7.3931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 19.809,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 19.85325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 42.448,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 47.03,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 51.528,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 4.1255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 35.904,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 35.904,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 41.421,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 41.436,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 41.728,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 41.66925,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.64625,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 4.5945,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 19.9695,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 12.1595,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 12.1335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.9115,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 3.05912,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 3.14287,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 3.14412,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 36.81625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 36.815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 30.0285,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 33.164,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 17.47962,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 17.42575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 65.2345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 46.27516,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 39.01,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 39.526,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 41.0815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 52.96607,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 52.66907,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 53.23256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 7.38147,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 7.39378,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 7.39193,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 19.73138,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 28.25575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 91.816,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 95.136,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 4.122,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.1175,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 35.712,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 35.776,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 41.5875,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 41.51775,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 41.54675,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 41.395,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.65075,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 24.2275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 25.444,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 2.93438,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 3.139,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 3.14788,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.76213,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 8.394869,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 1.2889,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 2.21706,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 2.2176,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 2.2149,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 2.21472,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 2.214,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 1.4427,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.41645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 39.21112,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas-Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 52.76387,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 50.68977,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 24.66,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 24.656,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 83.8085,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 42.3935,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 48.95086,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 53.39996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 6.99432,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 6.99312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 23.33787,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 21.79925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 30.62513,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 30.11462,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 31.342,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 4.109,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.1205,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 4.1235,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 35.584,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 41.749,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 4.6465,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 4.64125,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 4.64887,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 24.256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 3.13988,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 3.142,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 36.7875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 35.9115,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 30.982,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 8.414975,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 8.419522,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 8.416316,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.400876,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.404502,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 17.2004,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 2.2167,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 2.21796,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.21688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 1.378125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Garita\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 77.08113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 73.01775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 67.52362,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Macho\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 38.869,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cachí\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 38.4985,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 38.6795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 42.529,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Arenal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 49.01018,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Dengo\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 7.552,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 7.488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Sandillal\",\n      \"grupo\": \"ICE Hidro ARDESA\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 7.0875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 7.0415,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro I\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.53725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 17.61875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 23.69513,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro II\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 39.188,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 71.014,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 97.632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Angostura\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 4.1235,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 4.1195,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 4.12,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 4.1225,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Echandi\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín II\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 35.712,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 35.584,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 35.84,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles I\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 41.579,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 4.64813,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 4.64987,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Boca de Pozo\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 24.6585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 26.4025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 3.14063,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 3.12875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 13.2712,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 2.21886,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 2.2167,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 2.21616,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 1.42695,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 1.430625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 1.3881,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 1.38915,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 1.714102,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 1.474809,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 14.282647,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.091488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 5.109464,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 8.405246,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 8.419706,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.415458,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 8.404339,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.9012,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 8.8912,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 2.21256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.45005,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 1.412775,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.501888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 14.241256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 9.085371,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 9.00875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 17.098624,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 8.452132,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 14.888525,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 11.025506,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 10.657316,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 10.806357,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 6.712833,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 7.741994,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 10.082226,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.586539,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 8.517815,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": -73.891138,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": -40.171274,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": -62.35295,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": -2.010571,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 1.340341,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": -2.703068,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": -2.7694,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": -1.303283,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.07092,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.070884,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.070992,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.071064,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 3.14087,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.14263,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.11662,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 26.982,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 26.3185,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 8.395469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 8.41165,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 8.403682,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 9.815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16.089,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 2.21778,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 2.21544,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 2.21418,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.21346,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 2.21508,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 2.21454,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 1.426425,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 1.4364,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 1.439025,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 1.41645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 14.241223,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 14.194812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 5.671461,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 14.958512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 14.370664,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 8.45181,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.437718,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 15.528658,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 14.120766,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 15.902801,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 10.915136,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 10.872856,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 10.56166,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 8.878258,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.514376,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": -25.737407,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": -78.957448,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": -87.537437,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.383939,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": -1.099207,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.334073,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 28.158,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Peñas Blancas\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 3.1425,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.88325,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.05075,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tejona\",\n      \"grupo\": \"ICE Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Moín III\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 36.7925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 32.004,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 8.414637,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 8.40286,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.424349,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 8.419803,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.387899,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 8.2466,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 17.1308,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 23.6584,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 23.8661,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.6821,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.21328,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 1.414875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 1.40385,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 9.983593,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 14.237496,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 5.084216,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 14.363027,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 14.32495,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 15.467664,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 10.910962,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.662623,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.937479,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.050701,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 9.610716,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.515472,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 8.792871,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": -187.291165,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": -56.634608,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": -82.055208,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": -81.436088,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": -81.205171,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": -0.928126,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": -4.872159,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": -3.888401,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.07128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 1.407525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 1.426425,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 1.3839,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 14.208341,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 14.249811,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 5.099874,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 9.003504,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 9.004397,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 9.010319,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 5.083509,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.276305,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 15.704063,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 11.044666,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 10.811961,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 10.934221,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 10.863729,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 10.730366,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 11.214763,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 10.83754,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 9.066914,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.509514,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": -181.307597,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": -85.517446,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": -3.561279,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": -1.681723,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.085497,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": -1.75798,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": -1.190584,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.071028,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.071244,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.071208,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 4.382547,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.22471,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 4.27275,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.53245,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.462582,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 4.230612,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.8325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 36.8,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 27.0715,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cariblanco\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 8.9191,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 2.0883,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.21526,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 2.21292,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 1.44795,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 1.388625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 5.140951,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.996274,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.579793,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 14.376811,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 14.377047,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 14.354027,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 14.357113,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.868442,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 7.59538,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 14.894122,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 15.689723,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16.956544,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 16.859115,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 16.212674,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 11.004407,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 10.99536,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 10.347997,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": -184.61679,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": -78.522178,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.590946,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 4.465195,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.070452,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.070632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 4.198932,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 4.344142,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.689908,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 15.651247,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 15.677067,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 15.557617,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.079127,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 8.419121,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 8.42035,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 8.414439,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 8.413468,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.412315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 8.403128,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 2.4351,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.5254,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 8.9668,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 8.9273,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chocosuelas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 2.21382,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 2.21418,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 2.214,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 1.39965,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 1.371825,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 8.998916,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Embalse\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 17.136843,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 14.369119,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 8.355675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.168726,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 14.650395,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 13.322831,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 13.215265,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16.357872,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 15.976611,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 16.559281,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 15.510371,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 11.032997,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 9.643111,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 8.841058,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 8.784803,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.146593,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.504093,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": -52.377993,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": -84.231984,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": -84.171476,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": -82.277302,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": -1.822421,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": -9.348556,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.139589,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.071352,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.559049,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 4.167161,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 9.492545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 15.707348,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 5.102602,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 12.076302,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 14.786476,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 11.042948,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 10.910232,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 11.027196,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 10.554438,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 11.035532,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 11.000124,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 7.756449,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 1.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Otros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": -180.338634,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": -170.175336,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": -1.624956,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.277756,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.820727,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Sur\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0.071136,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.07146,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.071604,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.171813,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 4.095328,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 4.254036,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.733796,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.122801,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 15.613595,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 15.575571,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.5008,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 12.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 3.255323,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 3.066017,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.862346,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 1.364475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 1.366575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Suerkata\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 14.213278,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 14.233903,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Don Pedro\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.998282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Lajas\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 11.768504,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Volcán\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 14.357644,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Doña Julia\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 12.747052,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16.143336,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 16.643599,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"MOVASA\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 10.885302,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 10.67229,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"El Viejo\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 8.868961,\n      \"fuente\": \"Bagazo\",\n      \"planta\": \"Taboga\",\n      \"grupo\": \"Privada Térmico Bagazo\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": -174.020587,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": -132.129716,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": -61.878771,\n      \"fuente\": \"Intercambio\",\n      \"planta\": \"Intercambio Norte\",\n      \"grupo\": \"Intercambio Regional\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Santa Rufina\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 2.391747,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 3.482086,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.6774,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 15.645934,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 15.666319,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 15.682652,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 15.651199,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 15.617107,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 3.311167,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 3.219263,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 3.207585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 2.503771,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 2.848336,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 2.63545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 3.0942,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.071424,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.071496,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 4.334599,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 3.09384,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 3.09348,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 3.09924,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 44.97267,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 33.70585,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 36.423695,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 39.970509,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 25.017,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 14.4673,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 16.5243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 12.271,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 9.8515,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 9.6637,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 16.4882,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 29.2175,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 29.321,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 16.2665,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 32.2515,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 69.177,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 8.851,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.5009,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 10.1722,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.98385,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.90195,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.9135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0.9282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.93345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.91455,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.88725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.4478,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.0062,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 17.531,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 14.772,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 15.679782,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 8.977709,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 15.595675,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 15.548071,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 15.530855,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.086416,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.641492,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.290292,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 2.3127,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 3.09312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 3.09528,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 45.109944,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 41.360254,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 25.0529,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 25.0557,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 25.0576,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 13.6898,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 16.0318,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 7.4105,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 16.4728,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 10.8107,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 29.242,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 29.207,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 54.8005,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 31.6745,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 46.522,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 38.9365,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 69.288,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 67.0285,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 9.0489,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.9849,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.9471,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.626,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.2403,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 7.754,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 3.102884,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 3.013559,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 2.3759,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 2.252758,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 2.234659,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 2.229253,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 2.288241,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 2.272124,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 3.09312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 3.09456,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 3.09708,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 45.211776,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 41.099504,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 25.0465,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 25.0543,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 25.0644,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 20.0898,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 15.2067,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 29.27,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 29.2985,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 29.245,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 29.2725,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 27.9105,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 59.446,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 49.976,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 9.0746,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 7.3351,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.1525,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.9114,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 6.6888,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.4773,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 4.3258,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16.357,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 22.287,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 22.157,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.071784,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0.071748,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.070812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0.071244,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.071028,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.07056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.071568,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 4.38373,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.250171,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 1,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 2.583617,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.250915,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 3.09708,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 45.239136,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 45.160223,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 45.182481,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 44.433242,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 43.602226,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 40.858385,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 20.2029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 12.7695,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 16.4806,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 16.5146,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 10.0379,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 29.252,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 29.302,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 29.2555,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 29.2365,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 29.2775,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 68.0485,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.9048,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 8.2539,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.6922,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.9849,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.9828,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0.8064,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 1.071,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.93555,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.88725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 5.5457,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 3.7689,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 3.684,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 17.599,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 14.822,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.071676,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Rebeca I\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 4.431915,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.296451,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 3.670716,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 3.600534,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Aeroenergía\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Orotina\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Guápiles\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 15.718097,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 15.651597,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.403558,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Canalete\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Barro Morado\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris12\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 3.09348,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 3.09492,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 3.09456,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 2.49876,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 2.5992,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.02688,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 3.0978,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 3.09708,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 43.279139,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 29.806289,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 25.0508,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 19.149,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 13.6977,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 10.8307,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 29.3095,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 58.2335,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 21.67,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 9.4848,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.4308,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 5.284,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.88725,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 3.9324,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 3.4257,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 6.777,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 13.951,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16.81,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 22.75,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 4.429523,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 6.132935,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 1.5,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 3.7999,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 4.4,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Birris3\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles V\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 3.360741,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 3.09564,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 3.09708,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.09708,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 43.339036,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 41.636751,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 39.092404,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 37.406444,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 35.866428,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 21.632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 24.8951,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 20.048,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 13.1498,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 13.687,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 29.1975,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 29.263,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 38.371,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 9.0406,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 9.9624,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.8105,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.2708,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.2637,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.9345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.903,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.2497,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 5.3612,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.842,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 15.588,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 14.84,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16.996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 23.028,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 20.794,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 4.42954,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.41936,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 4.412237,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.22539,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 6.153954,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.444287,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 6.925642,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 16.508956,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 16.333694,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 33.088504,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.694604,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 3.829641,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 2.297235,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Matamoros\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 3.09312,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 25.057,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 25.0586,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 25.0527,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 25.0164,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 24.91,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 16.5067,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 16.5026,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 8.9342,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 7.3119,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"San Lorenzo (C)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 29.2565,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 29.2445,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 29.287,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 29.2655,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 29.3135,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 9.4843,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 9.5201,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.98385,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.75705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.93555,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.9345,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 6.9307,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 5.6862,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 5.1478,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.5316,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 15.276,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 15.054,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 4.235966,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 46.171282,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 46.395892,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 46.937923,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 40.697223,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 31.531916,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 7.189823,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 5.664032,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 18.590992,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 16.140984,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.0978,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 3.09888,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Caño Grande III\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 40.572902,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 39.585962,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 41.852386,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PEG\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.9,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tuis (JASEC)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 25.0661,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 25.0513,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 25.0554,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 24.9114,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 24.8219,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pocosol\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Térmica\",\n      \"planta\": \"Garabito\",\n      \"grupo\": \"ICE Térmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 29.225,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 29.185,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 29.309,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Pailas\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 74.906,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 37.215,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 55.138,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 35.2685,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Pirrís\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 9.7159,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 9.1468,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 7.931,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.0681,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Los Santos\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.9366,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Vara Blanca\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.8384,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.7524,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 5.1084,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 6.5313,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Valle Central\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 22.144,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 17.742,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 4.357187,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 3.431967,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 46.134204,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 42.768252,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 46.280461,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 3.929488,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 20.625518,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 19.811435,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 20.153738,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 33.072182,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 44.137722,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 34.719656,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 8.243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.0232,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 2.9858,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 5.2051,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 5.2012,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 16.243,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 16.029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.229589,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.422056,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 41.686754,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 45.790581,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 43.758576,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 16.546812,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 14.26656,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 36.246209,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 41.874933,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 18.437168,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 37.30512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 17.833103,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 20.409894,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 20.899788,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 12.708857,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 14.632402,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 20.865277,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 20.871161,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 38.351784,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 32.941937,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 44.162017,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 44.154304,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 44.141969,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 45.291607,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.1653,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 7.1655,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 12.0973,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 3.44,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 5.2123,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 3.4168,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 8.922959,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 8.791287,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 7.66018,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 7.92811,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 5.08143,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 5.076256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.070393,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 3.15494,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 3.025031,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 60.469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 17.905169,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 15.482333,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 8.325578,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 17.153875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 17.3678,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 4.443381,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 4.442074,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 5.202238,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 46.279502,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 45.330961,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 47.840833,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 5.837647,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 15.052573,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 14.56797,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 13.942311,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.827291,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 20.790624,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 20.116445,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 12.470256,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 20.938974,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 20.83781,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 20.88408,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 11.75604,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 22.197533,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 42.095881,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 42.841553,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.1061,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 7.1635,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.164,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 7.1643,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.6321,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.1322,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 11.537,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 5.2152,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 5.2086,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 8.944865,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 8.951322,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 5.900359,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 7.437594,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 8.767287,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 1.40288,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 5.081029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 5.085019,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 53.2205,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 4.402691,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 18.759205,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 19.844748,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 16.302578,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.787069,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.133571,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 46.806693,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 46.613682,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 47.285838,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 47.478322,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 45.426705,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 39.857795,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 47.875524,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 18.444688,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 20.543142,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 17.898476,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 43.21398,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 42.849925,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 32.558419,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 44.814689,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 7.5705,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 5.1994,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 8.943757,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 8.944907,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.23713,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 98.3655,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 94.36125,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 66.6845,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 67.7135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 53.1895,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 53.1075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 73.158,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 20.532706,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 15.554656,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 16.673848,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16.479895,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 33.286519,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 19.797875,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 19.960777,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 19.784239,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 17.619152,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 17.576924,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 20.351315,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 17.902377,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 16.330178,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 11.894477,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 13.442332,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 16.824691,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 17.478357,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 16.049858,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 27.224399,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 27.965835,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 25.287604,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 14.876,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Toro III\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Miravalles\",\n      \"grupo\": \"ICE Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 22,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cubujuquí\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 3.667749,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 3.424969,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 47.290806,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 45.26306,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 5.811537,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 20.667771,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 14.716218,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 16.548806,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 41.174721,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.3495,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 5.2053,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 5.2085,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.208,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.2064,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 8.946195,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.238298,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 63.522,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 18.072794,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 19.870377,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 20.194986,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 19.171723,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 18.117531,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 15.368415,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 16.698459,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.495882,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 15.191932,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16.293803,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 16.365899,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 16.325611,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 16.248556,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 50.678871,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 25.401543,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.083503,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 19.900622,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 18.987237,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 19.167241,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 20.100832,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 15.916332,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 9.612511,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 9.470772,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 11.589508,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 15.554171,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 15.918114,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.099549,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.721602,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 3.244091,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 3.521925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 6.096282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Tacares\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 46.580969,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 46.190311,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Chiripa\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 16.854563,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 8.518584,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Balsa Inferior\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 20.696202,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 20.938582,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 19.253149,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 43.934499,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 43.974071,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 42.841354,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 42.806926,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 35.305593,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.1649,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 4.015,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.9887,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 3.431,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 4.0628,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.106686,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.908729,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 1.77352,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 2.066394,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 2.240442,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 3.082514,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 61.253,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 53.1165,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 17.70364,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 19.948792,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 20.058403,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 19.71735,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 19.482167,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 19.745295,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 16.263956,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.333019,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 50.874881,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 19.9514,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 17.769816,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 18.478837,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 18.095129,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 11.586778,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 13.876687,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 15.437846,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 9.539776,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 12.364443,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.46,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 23.771736,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 19.702074,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 18.414712,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 10.061838,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 25.311012,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 35.342282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 44.461825,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 44.521945,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 2.984,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 2.9838,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 5.2086,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 5.2089,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 5.2069,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.209,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 5.2039,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 5.2001,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 5.2009,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 8.942876,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 8.940266,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 8.915328,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 7.644908,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 7.264937,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 6.154692,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 54.3115,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 61.6945,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 19.261945,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 18.975615,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 17.729685,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 16.649135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 16.685052,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 16.683401,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16.353328,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 50.716668,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 25.59152,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 19.676554,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 20.230988,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 17.451221,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 19.706074,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 19.413372,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 19.90558,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 20.182501,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 18.977443,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 12.413297,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 16.604522,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16.846661,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 11.737129,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 17.633401,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 28.021111,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 27.028919,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 22.396363,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 7.451352,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 6.608568,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 8.37692,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 8.018021,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 7.496569,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 11.07424,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 19.860865,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 19.873682,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 19.651959,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 17.960559,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 18.880346,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 20.117172,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 19.807725,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 20.344644,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 19.482312,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 19.787202,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 9.054973,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 12.825133,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16.510599,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 13.646949,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 13.913796,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.2388,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.2996,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 3.4247,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 3.408,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.0433,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.942379,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 2.8184,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.766652,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 8.229027,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 12.907926,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 16.261824,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 15.188905,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 51.94475,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 51.95263,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 51.93025,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 51.94275,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 4.351789,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 1.43446,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 6.0266,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 5.8275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 7.9931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.9697,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 24.3944,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 4.497,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.6764,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 6.3517,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 5.5014,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 5.9629,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.3189,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.032,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.0432,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 7.476772,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 14.539026,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 14.544206,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 7.86925,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 13.78575,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 11.0955,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 11.9605,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 5.807084,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 5.639163,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 5.638656,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.55572,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 5.870685,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.9338,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 8.803179,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 6.083688,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 4.201135,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 94.31875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 53.6735,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 52.931,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 57.416,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 53.6525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 78.037,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 56.593,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 17.703864,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.515171,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 8.658527,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 12.6184,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.346635,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Bijagua\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 48.7669,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 50.876329,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 19.961527,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 17.245722,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 18.786967,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 19.58145,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 17.372136,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 13.557595,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 15.150042,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 15.422534,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 12.077773,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 14.491177,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 3.597531,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 16.421089,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 13.700004,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 14.973517,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 16.190643,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 26.661044,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.557407,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 28.009304,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 28.020057,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 27.980475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 6.7553,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 16.769364,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 19.208811,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 51.94975,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 51.9315,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 51.94375,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.037207,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 2.433377,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 1.050514,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 7.7372,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 5.6302,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 8.317,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 7.6354,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 13.1298,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 4.0789,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 1.9729,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Daniel Gutiérrez\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 18.156372,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 20.755254,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Tilawind\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 38.094512,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 34.853147,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Torito\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 44.21854,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 44.187643,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 32.632169,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 42.446813,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Orosí\",\n      \"grupo\": \"BOT Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Miravalles III\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 7.1658,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 7.1654,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 7.7686,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.9907,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Hidrozarcas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 3.4792,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 3.4219,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Esperanza (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 8.938192,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos del Este\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 5.084971,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.079713,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 5.076266,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.082167,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.074499,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Angel Ampliación\",\n      \"grupo\": \"Privada Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 97.645,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 54.0755,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 53.005,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Reventazón\",\n      \"grupo\": \"ICE Hidro Regulación menor\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 20.102422,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 20.588022,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 20.444923,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Mogote\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 44.590522,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.133223,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 20.074318,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 19.748197,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 19.412626,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 16.892378,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 19.446822,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 13.460541,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 16.28092,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 16.757887,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 15.160898,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 17.463357,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 14.182883,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.737793,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 3.6059,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 3.8355,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 2.8063,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 1.9453,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.8122,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 22.45954,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 25.293415,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 14.278139,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 13.143474,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 14.057997,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 51.95188,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 19.731653,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 2.991442,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 6.953326,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 16.080936,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 19.355702,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 15.557641,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 51.94512,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 51.94137,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 51.94175,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 51.96512,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 2.433816,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 1.694754,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 3.697454,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 8.0674,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 17.9467,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.1039,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.1821,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 2.5527,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.0633,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 6.455,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 5.4307,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.5196,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.6301,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.9411,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 0.627,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0.4286,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.9339,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.0324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.0383,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.1239,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.0438,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 14.605098,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 10.9105,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 16.615,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 18.15188,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 13.534,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 5.340879,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 27.916987,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 27.977534,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 22.980589,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 27.443315,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 27.435256,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 19.680481,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.932115,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 7.184433,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 8.429134,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 10.145595,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 10.208792,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 9.892735,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 8.054153,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 13.962707,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 10.609358,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 51.94625,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 1.036272,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 1.03757,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 3.155547,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 5.4923,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 8.3984,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 7.6413,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.0652,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 3.5322,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 2.5469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 1.934,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.8529,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 6.0343,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 5.2841,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0.4921,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0.436,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.5839,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0.8284,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 0.0325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 1.0513,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.1201,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 14.644353,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 14.659254,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 9.26375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 36.5325,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 7.8275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 13.11281,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 26.34281,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 18.497,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 23.21475,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 4.083667,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 4.979426,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 5.833927,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 1.7065,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 6.5798,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 6.4759,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 5.3297,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.5328,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0.5329,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0.3966,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0.397,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0.0324,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 1.9518,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 14.724343,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.1815,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 23.2255,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 14.58287,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 14.34132,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 26.31263,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 20.11112,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 13.368,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 13.585,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 37.11507,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 5.738323,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 5.681285,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 5.736106,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 4.509298,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 13.864955,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 14.914659,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 51.9445,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 51.94288,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 51.971,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 51.94325,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 51.943,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 1.047131,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 1.052722,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 6.7411,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 7.6195,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 8.6263,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 8.6549,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 3.2996,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 7.6636,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 8.6632,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.3051,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 4.5029,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 4.0071,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 3.2446,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 3.9955,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 6.6334,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0.4743,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0.6535,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0.6097,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 0.2791,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.95,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.4514,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.032,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 14.577625,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 14.664469,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.3833,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 34.611,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 26.17187,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 26.30875,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 13.23,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 40.09587,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 5.391282,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.822957,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 4.82668,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 2.976596,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 2.99825,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 13.963355,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 13.937722,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 51.94625,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 2.432877,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 2.429862,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 2.432679,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 4.382249,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 1.696334,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 4.6484,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 4.7316,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 1.9608,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 5.5051,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 6.0519,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 6.482,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.4433,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 6.443,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 5.156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 6.035,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 0.042,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.1393,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0.5736,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 5.7011,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 5.0071,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.593,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0.0436,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 7.431156,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 14.553317,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 10.57275,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 11.0565,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.08,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 26.2375,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 5.905877,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 5.260581,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.039461,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 4.210949,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 51.9245,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 1.854826,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.565955,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 4.382976,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 2.758851,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 4.348364,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 1.8872,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 23.6821,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 22.9224,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 8.4745,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 17.9731,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 2.4458,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 6.6183,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 6.4794,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 6.5129,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 6.6057,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 6.2513,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0.5009,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 5.7426,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 5.7834,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0.043,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 0.0429,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 7.420321,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 7.435038,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 11.2745,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 5.824778,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 5.816403,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 50.399564,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Chucás\",\n      \"grupo\": \"BOT Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 19.884798,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Altamira\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 14.131753,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 20.400481,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 12.291721,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Campos Azules\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 9.521985,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 13.746966,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 14.657294,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 12.139518,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de La Perla\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 12.505785,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"Vientos de Miramar\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 2.6147,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Solar\",\n      \"planta\": \"Parque Solar Juanilama\",\n      \"grupo\": \"Otras Solar\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 21.68251,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Los Negros II\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 2.992088,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 2.993421,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 2.990176,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 2.988458,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 2.982764,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 6.795139,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 7.441339,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 8.662363,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Río Naranjo\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 9.737331,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Cacao\",\n      \"grupo\": \"Otras Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 51.9455,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 51.95225,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 51.94975,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 51.93875,\n      \"fuente\": \"Geotérmica\",\n      \"planta\": \"Las Pailas II\",\n      \"grupo\": \"ICE Geotérmico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 2.830496,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Jorge Manuel Dengo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.7671,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 7.7319,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 6.1253,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 08:00:00.0\",\n      \"dato\": 7.6421,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 6.7197,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 7.6525,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Belén\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 13.1282,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 13:00:00.0\",\n      \"dato\": 21.3926,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Brasil\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 20:00:00.0\",\n      \"dato\": 3.1138,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Electriona\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 03:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 11:00:00.0\",\n      \"dato\": 6.6057,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 18:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 23:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Cote\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 04:00:00.0\",\n      \"dato\": 6.3872,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 09:00:00.0\",\n      \"dato\": 6.5786,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 17:00:00.0\",\n      \"dato\": 6.0323,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 5.2733,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El Encanto\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 10:00:00.0\",\n      \"dato\": 0.9432,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 15:00:00.0\",\n      \"dato\": 0.5151,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 0.3968,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Río Segundo\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 16:00:00.0\",\n      \"dato\": 0.0449,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Ventanas\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 7.47745,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 7.40781,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 06:00:00.0\",\n      \"dato\": 13.54427,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 14.555374,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 12:00:00.0\",\n      \"dato\": 14.576997,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 14.580438,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 19:00:00.0\",\n      \"dato\": 14.586097,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"Platanar (CoopeL)\",\n      \"grupo\": \"Otras Hidro\"\n    },\n    {\n      \"fecha\": \"2024-01-01 00:00:00.0\",\n      \"dato\": 14.25075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 01:00:00.0\",\n      \"dato\": 15.4495,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 15.2655,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 07:00:00.0\",\n      \"dato\": 0,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 14:00:00.0\",\n      \"dato\": 9.6545,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 22:00:00.0\",\n      \"dato\": 44.9075,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"La Joya\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 05:00:00.0\",\n      \"dato\": 18.14944,\n      \"fuente\": \"Hidroeléctrica\",\n      \"planta\": \"El General\",\n      \"grupo\": \"ICE Hidro Filo de agua\"\n    },\n    {\n      \"fecha\": \"2024-01-01 02:00:00.0\",\n      \"dato\": 5.491676,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    },\n    {\n      \"fecha\": \"2024-01-01 21:00:00.0\",\n      \"dato\": 4.768028,\n      \"fuente\": \"Eólica\",\n      \"planta\": \"PE Tilarán\",\n      \"grupo\": \"Privada Eólico\"\n    }\n  ],\n  \"_links\": {\n    \"next\": null,\n    \"previous\": null,\n    \"self\": \"https://apps.grupoice.com/CenceWeb/data/sen/json/EnergiaHorariaFuentePlanta?anno=2024&mes=01&dia=01\"\n  },\n  \"fuente\": \"Centro Nacional de Control de Energía. Instituto Costarricense de Electricidad - CENCE.\\r\\nEl CENCE no se hace responsable de ningún error u omisión, pérdidas o daños que resulten de la utilización de la información o material contenidos en este sitio.\\r\\nDeclaración de Privacidad © 2020 ICE Todos los Derechos Reservados.\",\n  \"nombreConsulta\": \"EnergiaHorariaFuentePlanta\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CY/response_historical_20240318.html",
    "content": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"el\" prefix=\"og: https://ogp.me/ns#\">\n\n<head>\n    <meta charset=\"UTF-8\" />\n\n    <title>Αρχείο Ημερήσιας Παραγωγής Ηλεκτρικού Συστήματος (MW) | ΔΣΜΚ</title>\n</head>\n\n<body>\n    <div id=\"page-container\">\n        <div id=\"et-main-area\">\n            <div id=\"main-content\">\n                <div class=\"container\">\n                    <div id=\"content-area\" class=\"clearfix\">\n                        <article id=\"post-568\" class=\"post-568 page type-page status-publish hentry\">\n                            <h1 class=\"entry-title main_title\">Αρχείο Ημερήσιας Παραγωγής Ηλεκτρικού Συστήματος (MW)\n                            </h1>\n                            <div class=\"entry-content\">\n                                <div class=\"dis20\"></div>\n                                <div class=\"row\">\n                                    <div class=\"col-md-12\">\n                                        <p>Επιλέξτε Διάρκεια Παρουσίασης για τις τελευταίες ημέρες</p>\n                                    </div>\n                                </div>\n                                <table id=\"production_graph_static_data\" class=\"display responsive nowrap\"\n                                    style=\"width:100%\">\n                                    <thead>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Περιγραφή</th>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Τιμή (MW)</th>\n                                    </thead>\n                                    <tr>\n                                        <td>Συνολική Διαθέσιμη Συμβατική Ικανότητα Παραγωγής</td>\n                                        <td>\n                                            18/03/2024 00:00-18/03/2024 11:45 <strong>&#8594;</strong>\n                                            1108<br>18/03/2024 11:45-18/03/2024 23:45 <strong>&#8594;</strong> 1095<br>\n                                        </td>\n                                    </tr>\n                                </table>\n                                <div class=\"dis20\"></div>\n                                <table id=\"production_graph_data\"\n                                    class=\"display responsive nowrap exportGraphData hidden\" style=\"width:100%\">\n                                    <thead>\n                                        <tr>\n                                            <th>Timestamp</th>\n                                            <th>Συνολική Διαθέσιμη Συμβατική Ικανότητα Παραγωγής</th>\n                                            <th>Αιολική Παραγωγή στο ΣΜ</th>\n                                            <th>Εκτίμηση Διεσπαρμένης Παραγωγής</th>\n                                            <th>Συνολική Ζήτηση</th>\n                                            <th>Συμβατική Παραγωγή στο ΣΜ</th>\n                                        </tr>\n                                    </thead>\n                                    <tbody>\n                                        <tr>\n                                            <td>2024-03-18 00:00:00</td>\n                                            <td>1108</td>\n                                            <td>36</td>\n                                            <td>10</td>\n                                            <td>457</td>\n                                            <td>411</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 00:15:00</td>\n                                            <td>1108</td>\n                                            <td>29</td>\n                                            <td>10</td>\n                                            <td>444</td>\n                                            <td>404</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 00:30:00</td>\n                                            <td>1108</td>\n                                            <td>28</td>\n                                            <td>10</td>\n                                            <td>432</td>\n                                            <td>394</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 00:45:00</td>\n                                            <td>1108</td>\n                                            <td>31</td>\n                                            <td>10</td>\n                                            <td>422</td>\n                                            <td>380</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 01:00:00</td>\n                                            <td>1108</td>\n                                            <td>27</td>\n                                            <td>10</td>\n                                            <td>412</td>\n                                            <td>374</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 01:15:00</td>\n                                            <td>1108</td>\n                                            <td>32</td>\n                                            <td>10</td>\n                                            <td>404</td>\n                                            <td>362</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 01:30:00</td>\n                                            <td>1108</td>\n                                            <td>35</td>\n                                            <td>10</td>\n                                            <td>397</td>\n                                            <td>351</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 01:45:00</td>\n                                            <td>1108</td>\n                                            <td>47</td>\n                                            <td>10</td>\n                                            <td>389</td>\n                                            <td>332</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 02:00:00</td>\n                                            <td>1108</td>\n                                            <td>46</td>\n                                            <td>10</td>\n                                            <td>384</td>\n                                            <td>328</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 02:15:00</td>\n                                            <td>1108</td>\n                                            <td>60</td>\n                                            <td>10</td>\n                                            <td>379</td>\n                                            <td>309</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 02:30:00</td>\n                                            <td>1108</td>\n                                            <td>55</td>\n                                            <td>10</td>\n                                            <td>375</td>\n                                            <td>310</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 02:45:00</td>\n                                            <td>1108</td>\n                                            <td>48</td>\n                                            <td>10</td>\n                                            <td>371</td>\n                                            <td>313</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 03:00:00</td>\n                                            <td>1108</td>\n                                            <td>34</td>\n                                            <td>10</td>\n                                            <td>371</td>\n                                            <td>327</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 03:15:00</td>\n                                            <td>1108</td>\n                                            <td>33</td>\n                                            <td>10</td>\n                                            <td>370</td>\n                                            <td>327</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 03:30:00</td>\n                                            <td>1108</td>\n                                            <td>39</td>\n                                            <td>10</td>\n                                            <td>370</td>\n                                            <td>320</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 03:45:00</td>\n                                            <td>1108</td>\n                                            <td>43</td>\n                                            <td>10</td>\n                                            <td>368</td>\n                                            <td>315</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 04:00:00</td>\n                                            <td>1108</td>\n                                            <td>37</td>\n                                            <td>10</td>\n                                            <td>367</td>\n                                            <td>320</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 04:15:00</td>\n                                            <td>1108</td>\n                                            <td>41</td>\n                                            <td>10</td>\n                                            <td>370</td>\n                                            <td>319</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 04:30:00</td>\n                                            <td>1108</td>\n                                            <td>45</td>\n                                            <td>10</td>\n                                            <td>371</td>\n                                            <td>316</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 04:45:00</td>\n                                            <td>1108</td>\n                                            <td>37</td>\n                                            <td>10</td>\n                                            <td>373</td>\n                                            <td>326</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 05:00:00</td>\n                                            <td>1108</td>\n                                            <td>31</td>\n                                            <td>10</td>\n                                            <td>374</td>\n                                            <td>333</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 05:15:00</td>\n                                            <td>1108</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>382</td>\n                                            <td>354</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 05:30:00</td>\n                                            <td>1108</td>\n                                            <td>15</td>\n                                            <td>10</td>\n                                            <td>386</td>\n                                            <td>361</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 05:45:00</td>\n                                            <td>1108</td>\n                                            <td>16</td>\n                                            <td>10</td>\n                                            <td>387</td>\n                                            <td>361</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 06:00:00</td>\n                                            <td>1108</td>\n                                            <td>31</td>\n                                            <td>10</td>\n                                            <td>386</td>\n                                            <td>345</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 06:15:00</td>\n                                            <td>1108</td>\n                                            <td>31</td>\n                                            <td>10</td>\n                                            <td>395</td>\n                                            <td>354</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 06:30:00</td>\n                                            <td>1108</td>\n                                            <td>31</td>\n                                            <td>15</td>\n                                            <td>401</td>\n                                            <td>355</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 06:45:00</td>\n                                            <td>1108</td>\n                                            <td>36</td>\n                                            <td>29</td>\n                                            <td>414</td>\n                                            <td>350</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 07:00:00</td>\n                                            <td>1108</td>\n                                            <td>42</td>\n                                            <td>41</td>\n                                            <td>426</td>\n                                            <td>343</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 07:15:00</td>\n                                            <td>1108</td>\n                                            <td>38</td>\n                                            <td>55</td>\n                                            <td>439</td>\n                                            <td>346</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 07:30:00</td>\n                                            <td>1108</td>\n                                            <td>41</td>\n                                            <td>70</td>\n                                            <td>442</td>\n                                            <td>332</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 07:45:00</td>\n                                            <td>1108</td>\n                                            <td>38</td>\n                                            <td>82</td>\n                                            <td>447</td>\n                                            <td>326</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 08:00:00</td>\n                                            <td>1108</td>\n                                            <td>35</td>\n                                            <td>110</td>\n                                            <td>459</td>\n                                            <td>314</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 08:15:00</td>\n                                            <td>1108</td>\n                                            <td>29</td>\n                                            <td>169</td>\n                                            <td>477</td>\n                                            <td>279</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 08:30:00</td>\n                                            <td>1108</td>\n                                            <td>23</td>\n                                            <td>202</td>\n                                            <td>473</td>\n                                            <td>249</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 08:45:00</td>\n                                            <td>1108</td>\n                                            <td>15</td>\n                                            <td>206</td>\n                                            <td>478</td>\n                                            <td>258</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 09:00:00</td>\n                                            <td>1108</td>\n                                            <td>14</td>\n                                            <td>220</td>\n                                            <td>485</td>\n                                            <td>251</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 09:15:00</td>\n                                            <td>1108</td>\n                                            <td>15</td>\n                                            <td>241</td>\n                                            <td>503</td>\n                                            <td>248</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 09:30:00</td>\n                                            <td>1108</td>\n                                            <td>19</td>\n                                            <td>242</td>\n                                            <td>515</td>\n                                            <td>254</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 09:45:00</td>\n                                            <td>1108</td>\n                                            <td>16</td>\n                                            <td>259</td>\n                                            <td>529</td>\n                                            <td>254</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 10:00:00</td>\n                                            <td>1108</td>\n                                            <td>14</td>\n                                            <td>255</td>\n                                            <td>517</td>\n                                            <td>249</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 10:15:00</td>\n                                            <td>1108</td>\n                                            <td>12</td>\n                                            <td>257</td>\n                                            <td>506</td>\n                                            <td>236</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 10:30:00</td>\n                                            <td>1108</td>\n                                            <td>11</td>\n                                            <td>261</td>\n                                            <td>507</td>\n                                            <td>236</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 10:45:00</td>\n                                            <td>1108</td>\n                                            <td>12</td>\n                                            <td>275</td>\n                                            <td>520</td>\n                                            <td>234</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 11:00:00</td>\n                                            <td>1108</td>\n                                            <td>15</td>\n                                            <td>277</td>\n                                            <td>522</td>\n                                            <td>230</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 11:15:00</td>\n                                            <td>1108</td>\n                                            <td>14</td>\n                                            <td>286</td>\n                                            <td>527</td>\n                                            <td>227</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 11:30:00</td>\n                                            <td>1108</td>\n                                            <td>13</td>\n                                            <td>254</td>\n                                            <td>498</td>\n                                            <td>230</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 11:45:00</td>\n                                            <td>1095</td>\n                                            <td>15</td>\n                                            <td>239</td>\n                                            <td>483</td>\n                                            <td>229</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 12:00:00</td>\n                                            <td>1095</td>\n                                            <td>12</td>\n                                            <td>241</td>\n                                            <td>475</td>\n                                            <td>221</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 12:15:00</td>\n                                            <td>1095</td>\n                                            <td>15</td>\n                                            <td>241</td>\n                                            <td>480</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 12:30:00</td>\n                                            <td>1095</td>\n                                            <td>8</td>\n                                            <td>219</td>\n                                            <td>453</td>\n                                            <td>226</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 12:45:00</td>\n                                            <td>1095</td>\n                                            <td>7</td>\n                                            <td>214</td>\n                                            <td>455</td>\n                                            <td>234</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 13:00:00</td>\n                                            <td>1095</td>\n                                            <td>10</td>\n                                            <td>217</td>\n                                            <td>460</td>\n                                            <td>233</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 13:15:00</td>\n                                            <td>1095</td>\n                                            <td>12</td>\n                                            <td>243</td>\n                                            <td>485</td>\n                                            <td>231</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 13:30:00</td>\n                                            <td>1095</td>\n                                            <td>11</td>\n                                            <td>207</td>\n                                            <td>445</td>\n                                            <td>227</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 13:45:00</td>\n                                            <td>1095</td>\n                                            <td>10</td>\n                                            <td>169</td>\n                                            <td>410</td>\n                                            <td>231</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 14:00:00</td>\n                                            <td>1095</td>\n                                            <td>15</td>\n                                            <td>161</td>\n                                            <td>409</td>\n                                            <td>233</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 14:15:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>161</td>\n                                            <td>414</td>\n                                            <td>235</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 14:30:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>172</td>\n                                            <td>419</td>\n                                            <td>230</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 14:45:00</td>\n                                            <td>1095</td>\n                                            <td>16</td>\n                                            <td>162</td>\n                                            <td>421</td>\n                                            <td>242</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 15:00:00</td>\n                                            <td>1095</td>\n                                            <td>16</td>\n                                            <td>125</td>\n                                            <td>419</td>\n                                            <td>277</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 15:15:00</td>\n                                            <td>1095</td>\n                                            <td>16</td>\n                                            <td>107</td>\n                                            <td>429</td>\n                                            <td>305</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 15:30:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>99</td>\n                                            <td>438</td>\n                                            <td>321</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 15:45:00</td>\n                                            <td>1095</td>\n                                            <td>24</td>\n                                            <td>98</td>\n                                            <td>453</td>\n                                            <td>331</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 16:00:00</td>\n                                            <td>1095</td>\n                                            <td>23</td>\n                                            <td>88</td>\n                                            <td>463</td>\n                                            <td>352</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 16:15:00</td>\n                                            <td>1095</td>\n                                            <td>16</td>\n                                            <td>79</td>\n                                            <td>483</td>\n                                            <td>387</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 16:30:00</td>\n                                            <td>1095</td>\n                                            <td>22</td>\n                                            <td>61</td>\n                                            <td>492</td>\n                                            <td>409</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 16:45:00</td>\n                                            <td>1095</td>\n                                            <td>27</td>\n                                            <td>44</td>\n                                            <td>505</td>\n                                            <td>434</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 17:00:00</td>\n                                            <td>1095</td>\n                                            <td>27</td>\n                                            <td>33</td>\n                                            <td>519</td>\n                                            <td>460</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 17:15:00</td>\n                                            <td>1095</td>\n                                            <td>28</td>\n                                            <td>28</td>\n                                            <td>539</td>\n                                            <td>483</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 17:30:00</td>\n                                            <td>1095</td>\n                                            <td>28</td>\n                                            <td>19</td>\n                                            <td>550</td>\n                                            <td>504</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 17:45:00</td>\n                                            <td>1095</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>564</td>\n                                            <td>534</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 18:00:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>586</td>\n                                            <td>558</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 18:15:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>610</td>\n                                            <td>582</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 18:30:00</td>\n                                            <td>1095</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>634</td>\n                                            <td>604</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 18:45:00</td>\n                                            <td>1095</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>646</td>\n                                            <td>616</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 19:00:00</td>\n                                            <td>1095</td>\n                                            <td>17</td>\n                                            <td>10</td>\n                                            <td>655</td>\n                                            <td>628</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 19:15:00</td>\n                                            <td>1095</td>\n                                            <td>14</td>\n                                            <td>10</td>\n                                            <td>661</td>\n                                            <td>637</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 19:30:00</td>\n                                            <td>1095</td>\n                                            <td>14</td>\n                                            <td>10</td>\n                                            <td>661</td>\n                                            <td>637</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 19:45:00</td>\n                                            <td>1095</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>656</td>\n                                            <td>627</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 20:00:00</td>\n                                            <td>1095</td>\n                                            <td>23</td>\n                                            <td>10</td>\n                                            <td>652</td>\n                                            <td>619</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 20:15:00</td>\n                                            <td>1095</td>\n                                            <td>27</td>\n                                            <td>10</td>\n                                            <td>644</td>\n                                            <td>608</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 20:30:00</td>\n                                            <td>1095</td>\n                                            <td>27</td>\n                                            <td>10</td>\n                                            <td>636</td>\n                                            <td>598</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 20:45:00</td>\n                                            <td>1095</td>\n                                            <td>34</td>\n                                            <td>10</td>\n                                            <td>624</td>\n                                            <td>580</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 21:00:00</td>\n                                            <td>1095</td>\n                                            <td>28</td>\n                                            <td>10</td>\n                                            <td>614</td>\n                                            <td>576</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 21:15:00</td>\n                                            <td>1095</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>600</td>\n                                            <td>570</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 21:30:00</td>\n                                            <td>1095</td>\n                                            <td>21</td>\n                                            <td>10</td>\n                                            <td>585</td>\n                                            <td>554</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 21:45:00</td>\n                                            <td>1095</td>\n                                            <td>28</td>\n                                            <td>10</td>\n                                            <td>569</td>\n                                            <td>532</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 22:00:00</td>\n                                            <td>1095</td>\n                                            <td>23</td>\n                                            <td>10</td>\n                                            <td>554</td>\n                                            <td>521</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 22:15:00</td>\n                                            <td>1095</td>\n                                            <td>19</td>\n                                            <td>10</td>\n                                            <td>536</td>\n                                            <td>507</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 22:30:00</td>\n                                            <td>1095</td>\n                                            <td>21</td>\n                                            <td>10</td>\n                                            <td>520</td>\n                                            <td>489</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 22:45:00</td>\n                                            <td>1095</td>\n                                            <td>30</td>\n                                            <td>10</td>\n                                            <td>502</td>\n                                            <td>462</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 23:00:00</td>\n                                            <td>1095</td>\n                                            <td>40</td>\n                                            <td>10</td>\n                                            <td>484</td>\n                                            <td>434</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 23:15:00</td>\n                                            <td>1095</td>\n                                            <td>41</td>\n                                            <td>10</td>\n                                            <td>470</td>\n                                            <td>418</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 23:30:00</td>\n                                            <td>1095</td>\n                                            <td>42</td>\n                                            <td>10</td>\n                                            <td>456</td>\n                                            <td>404</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-03-18 23:45:00</td>\n                                            <td>1095</td>\n                                            <td>33</td>\n                                            <td>10</td>\n                                            <td>446</td>\n                                            <td>402</td>\n                                        </tr>\n                                    </tbody>\n                                </table>\n                                <div class=\"dis20\"></div>\n                            </div> <!-- .entry-content -->\n                        </article> <!-- .et_pb_post -->\n                    </div> <!-- #content-area -->\n                </div> <!-- .container -->\n            </div> <!-- #main-content -->\n        </div> <!-- #et-main-area -->\n    </div> <!-- #page-container -->\n</body>\n\n</html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CY/response_realtime_20240401.html",
    "content": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"el\" prefix=\"og: https://ogp.me/ns#\">\n\n<head>\n    <meta charset=\"UTF-8\" />\n\n    <title>Ημερήσια Παραγωγή Ηλεκτρικού Συστήματος | ΔΣΜΚ</title>\n</head>\n\n<body>\n    <div id=\"page-container\">\n        <div id=\"et-main-area\">\n            <div id=\"main-content\">\n                <div class=\"container\">\n                    <div id=\"content-area\" class=\"clearfix\">\n                        <article id=\"post-551\" class=\"post-551 page type-page status-publish hentry\">\n                            <h1 class=\"entry-title main_title\">Ημερήσια Παραγωγή Ηλεκτρικού Συστήματος</h1>\n                            <div class=\"entry-content\">\n                                <div class=\"dis20\"></div>\n                                <div class=\"row\">\n                                    <div class=\"col-md-12\">\n                                        <div class=\"text-center\">\n                                            <strong>\n                                                Δευτέρα, 1 Απριλίου 2024<br> </strong>\n                                        </div>\n                                    </div>\n                                </div>\n                                <table id=\"production_graph_static_data1\" class=\"display responsive nowrap\"\n                                    style=\"width:100%\">\n                                    <thead>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Περιγραφή</th>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Τιμή (MW)</th>\n                                    </thead>\n                                    <tr>\n                                        <td>Συνολική Διαθέσιμη Συμβατική Ικανότητα Παραγωγής</td>\n                                        <td>\n                                            01/04/2024 00:00-01/04/2024 23:45 <strong>&#8594;</strong> 942<br> </td>\n                                    </tr>\n                                </table>\n                                <div class=\"dis20\"></div>\n                                <p style=\"text-align: center;\"><strong>ΕΓΚΑΤΕΣΤΗΜΕΝΗ ΙΣΧΥΣ ΑΝΑ ΤΕΧΝΟΛΟΓΙΑ</strong></p>\n                                <table id=\"production_graph_static_data2\" class=\"display responsive nowrap\"\n                                    style=\"width:100%\">\n                                    <thead>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Περιγραφή</th>\n                                        <th style=\"background-color: #C9CFE1; width:60%\">Τιμή (MW)</th>\n                                    </thead>\n                                    <tr>\n                                        <td>Συμβατική Εγκατεστημένη Ισχύς</td>\n                                        <td>1478</td>\n                                    </tr>\n                                    <tr>\n                                        <td>Αιολική Εγκατεστημένη Ισχύς</td>\n                                        <td>155.1</td>\n                                    </tr>\n                                    <tr>\n                                        <td>Φωτοβολταϊκή Εγκατεστημένη Ισχύς</td>\n                                        <td>674.46</td>\n                                    </tr>\n                                    <tr>\n                                        <td>Εγκατεστημένη Ισχύς Βιομάζας</td>\n                                        <td>12.4</td>\n                                    </tr>\n                                </table>\n                                <div class=\"dis20\"></div>\n                                <table id=\"production_graph_data\"\n                                    class=\"display responsive nowrap exportGraphData hidden\" style=\"width:100%\">\n                                    <thead>\n                                        <tr>\n                                            <th>Timestamp</th>\n                                            <th>Συνολική Διαθέσιμη Συμβατική Ικανότητα Παραγωγής</th>\n                                            <th>Αιολική Παραγωγή στο ΣΜ</th>\n                                            <th>Εκτίμηση Διεσπαρμένης Παραγωγής</th>\n                                            <th>Συνολική Ζήτηση</th>\n                                            <th>Συμβατική Παραγωγή στο ΣΜ</th>\n                                        </tr>\n                                    </thead>\n                                    <tbody>\n                                        <tr>\n                                            <td>2024-04-01 00:00:00</td>\n                                            <td>942</td>\n                                            <td>14</td>\n                                            <td>10</td>\n                                            <td>398</td>\n                                            <td>374</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 00:15:00</td>\n                                            <td>942</td>\n                                            <td>9</td>\n                                            <td>10</td>\n                                            <td>388</td>\n                                            <td>369</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 00:30:00</td>\n                                            <td>942</td>\n                                            <td>8</td>\n                                            <td>10</td>\n                                            <td>382</td>\n                                            <td>364</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 00:45:00</td>\n                                            <td>942</td>\n                                            <td>9</td>\n                                            <td>10</td>\n                                            <td>374</td>\n                                            <td>354</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 01:00:00</td>\n                                            <td>942</td>\n                                            <td>12</td>\n                                            <td>10</td>\n                                            <td>364</td>\n                                            <td>342</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 01:15:00</td>\n                                            <td>942</td>\n                                            <td>15</td>\n                                            <td>10</td>\n                                            <td>359</td>\n                                            <td>334</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 01:30:00</td>\n                                            <td>942</td>\n                                            <td>16</td>\n                                            <td>10</td>\n                                            <td>353</td>\n                                            <td>327</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 01:45:00</td>\n                                            <td>942</td>\n                                            <td>22</td>\n                                            <td>10</td>\n                                            <td>349</td>\n                                            <td>317</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 02:00:00</td>\n                                            <td>942</td>\n                                            <td>25</td>\n                                            <td>10</td>\n                                            <td>345</td>\n                                            <td>310</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 02:15:00</td>\n                                            <td>942</td>\n                                            <td>29</td>\n                                            <td>10</td>\n                                            <td>341</td>\n                                            <td>303</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 02:30:00</td>\n                                            <td>942</td>\n                                            <td>24</td>\n                                            <td>10</td>\n                                            <td>338</td>\n                                            <td>304</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 02:45:00</td>\n                                            <td>942</td>\n                                            <td>21</td>\n                                            <td>10</td>\n                                            <td>335</td>\n                                            <td>304</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 03:00:00</td>\n                                            <td>942</td>\n                                            <td>19</td>\n                                            <td>10</td>\n                                            <td>334</td>\n                                            <td>305</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 03:15:00</td>\n                                            <td>942</td>\n                                            <td>21</td>\n                                            <td>10</td>\n                                            <td>332</td>\n                                            <td>301</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 03:30:00</td>\n                                            <td>942</td>\n                                            <td>19</td>\n                                            <td>10</td>\n                                            <td>330</td>\n                                            <td>301</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 03:45:00</td>\n                                            <td>942</td>\n                                            <td>16</td>\n                                            <td>10</td>\n                                            <td>329</td>\n                                            <td>302</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 04:00:00</td>\n                                            <td>942</td>\n                                            <td>12</td>\n                                            <td>10</td>\n                                            <td>328</td>\n                                            <td>305</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 04:15:00</td>\n                                            <td>942</td>\n                                            <td>12</td>\n                                            <td>10</td>\n                                            <td>329</td>\n                                            <td>308</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 04:30:00</td>\n                                            <td>942</td>\n                                            <td>14</td>\n                                            <td>10</td>\n                                            <td>330</td>\n                                            <td>306</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 04:45:00</td>\n                                            <td>942</td>\n                                            <td>14</td>\n                                            <td>10</td>\n                                            <td>331</td>\n                                            <td>307</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 05:00:00</td>\n                                            <td>942</td>\n                                            <td>15</td>\n                                            <td>10</td>\n                                            <td>332</td>\n                                            <td>306</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 05:15:00</td>\n                                            <td>942</td>\n                                            <td>16</td>\n                                            <td>10</td>\n                                            <td>336</td>\n                                            <td>310</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 05:30:00</td>\n                                            <td>942</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>338</td>\n                                            <td>308</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 05:45:00</td>\n                                            <td>942</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>341</td>\n                                            <td>310</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 06:00:00</td>\n                                            <td>942</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>344</td>\n                                            <td>316</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 06:15:00</td>\n                                            <td>942</td>\n                                            <td>19</td>\n                                            <td>10</td>\n                                            <td>353</td>\n                                            <td>324</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 06:30:00</td>\n                                            <td>942</td>\n                                            <td>20</td>\n                                            <td>10</td>\n                                            <td>350</td>\n                                            <td>319</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 06:45:00</td>\n                                            <td>942</td>\n                                            <td>18</td>\n                                            <td>10</td>\n                                            <td>346</td>\n                                            <td>318</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 07:00:00</td>\n                                            <td>942</td>\n                                            <td>16</td>\n                                            <td>19</td>\n                                            <td>354</td>\n                                            <td>318</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 07:15:00</td>\n                                            <td>942</td>\n                                            <td>11</td>\n                                            <td>31</td>\n                                            <td>362</td>\n                                            <td>319</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 07:30:00</td>\n                                            <td>942</td>\n                                            <td>7</td>\n                                            <td>50</td>\n                                            <td>374</td>\n                                            <td>317</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 07:45:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>76</td>\n                                            <td>382</td>\n                                            <td>301</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 08:00:00</td>\n                                            <td>942</td>\n                                            <td>3</td>\n                                            <td>118</td>\n                                            <td>402</td>\n                                            <td>281</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 08:15:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>150</td>\n                                            <td>414</td>\n                                            <td>260</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 08:30:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>189</td>\n                                            <td>424</td>\n                                            <td>231</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 08:45:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>208</td>\n                                            <td>437</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 09:00:00</td>\n                                            <td>942</td>\n                                            <td>3</td>\n                                            <td>218</td>\n                                            <td>448</td>\n                                            <td>226</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 09:15:00</td>\n                                            <td>942</td>\n                                            <td>3</td>\n                                            <td>226</td>\n                                            <td>456</td>\n                                            <td>227</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 09:30:00</td>\n                                            <td>942</td>\n                                            <td>1</td>\n                                            <td>235</td>\n                                            <td>461</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 09:45:00</td>\n                                            <td>942</td>\n                                            <td>1</td>\n                                            <td>246</td>\n                                            <td>472</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 10:00:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>250</td>\n                                            <td>477</td>\n                                            <td>226</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 10:15:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>256</td>\n                                            <td>482</td>\n                                            <td>224</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 10:30:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>257</td>\n                                            <td>484</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 10:45:00</td>\n                                            <td>942</td>\n                                            <td>1</td>\n                                            <td>260</td>\n                                            <td>488</td>\n                                            <td>227</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 11:00:00</td>\n                                            <td>942</td>\n                                            <td>1</td>\n                                            <td>266</td>\n                                            <td>494</td>\n                                            <td>228</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 11:15:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>272</td>\n                                            <td>504</td>\n                                            <td>230</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 11:30:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>279</td>\n                                            <td>514</td>\n                                            <td>233</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 11:45:00</td>\n                                            <td>942</td>\n                                            <td>2</td>\n                                            <td>285</td>\n                                            <td>517</td>\n                                            <td>230</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 12:00:00</td>\n                                            <td>942</td>\n                                            <td>3</td>\n                                            <td>288</td>\n                                            <td>518</td>\n                                            <td>227</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 12:15:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>292</td>\n                                            <td>522</td>\n                                            <td>226</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 12:30:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>293</td>\n                                            <td>522</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 12:45:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>294</td>\n                                            <td>523</td>\n                                            <td>225</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 13:00:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>296</td>\n                                            <td>526</td>\n                                            <td>226</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 13:15:00</td>\n                                            <td>942</td>\n                                            <td>5</td>\n                                            <td>298</td>\n                                            <td>523</td>\n                                            <td>220</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 13:30:00</td>\n                                            <td>942</td>\n                                            <td>6</td>\n                                            <td>294</td>\n                                            <td>516</td>\n                                            <td>216</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 13:45:00</td>\n                                            <td>942</td>\n                                            <td>7</td>\n                                            <td>290</td>\n                                            <td>511</td>\n                                            <td>214</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 14:00:00</td>\n                                            <td>942</td>\n                                            <td>7</td>\n                                            <td>285</td>\n                                            <td>504</td>\n                                            <td>213</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 14:15:00</td>\n                                            <td>942</td>\n                                            <td>5</td>\n                                            <td>278</td>\n                                            <td>500</td>\n                                            <td>217</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 14:30:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>272</td>\n                                            <td>496</td>\n                                            <td>220</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 14:45:00</td>\n                                            <td>942</td>\n                                            <td>4</td>\n                                            <td>264</td>\n                                            <td>492</td>\n                                            <td>223</td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 15:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 15:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 15:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 15:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 16:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 16:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 16:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 16:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 17:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 17:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 17:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 17:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 18:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 18:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 18:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 18:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 19:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 19:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 19:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 19:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 20:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 20:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 20:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 20:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 21:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 21:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 21:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 21:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 22:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 22:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 22:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 22:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 23:00:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 23:15:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 23:30:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                        <tr>\n                                            <td>2024-04-01 23:45:00</td>\n                                            <td>942</td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                            <td></td>\n                                        </tr>\n                                    </tbody>\n                                </table>\n                            </div> <!-- .entry-content -->\n                        </article> <!-- .et_pb_post -->\n                    </div> <!-- #content-area -->\n                </div> <!-- .container -->\n            </div> <!-- #main-content -->\n        </div> <!-- #et-main-area -->\n    </div> <!-- #page-container -->\n</body>\n\n</html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/CZ/CrossborderPowerFlows.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Body><CrossborderPowerFlowsResponse xmlns=\"https://www.ceps.cz/CepsData/\"><CrossborderPowerFlowsResult><root xmlns=\"https://www.ceps.cz/CepsData/StructuredData/1.0\"><information><name>Cross-border power flows</name><date_from>2025-10-29T18:30:00+01:00</date_from><date_to>2025-10-31T18:30:00+01:00</date_to><version>RT</version><function>AVG</function><aggregation>QH</aggregation></information><series><serie id=\"value1\" name=\"PSE Actual [MW]\" /><serie id=\"value2\" name=\"PSE Planned [MW]\" /><serie id=\"value3\" name=\"SEPS Actual [MW]\" /><serie id=\"value4\" name=\"SEPS Planned [MW]\" /><serie id=\"value5\" name=\"APG Actual [MW]\" /><serie id=\"value6\" name=\"APG Planned [MW]\" /><serie id=\"value7\" name=\"TenneT Actual [MW]\" /><serie id=\"value8\" name=\"TenneT Planned [MW]\" /><serie id=\"value9\" name=\"50HzT Actual [MW]\" /><serie id=\"value10\" name=\"50HzT Planned [MW]\" /><serie id=\"value11\" name=\"CEPS Actual [MW]\" /><serie id=\"value12\" name=\"CEPS Planned [MW]\" /></series><data><item date=\"2025-10-29T18:30:00+01:00\" value1=\"-57.34669\" value2=\"-494.95\" value3=\"-1445.036\" value4=\"-634.725\" value5=\"-556.8103\" value6=\"-75.5\" value7=\"-615.8497\" value8=\"248.125\" value9=\"1561.756\" value10=\"-277.125\" value11=\"-1113.287\" value12=\"-1234.175\" /><item date=\"2025-10-29T18:45:00+01:00\" value1=\"21.2968\" value2=\"-494.95\" value3=\"-1498.111\" value4=\"-634.725\" value5=\"-583.4564\" value6=\"-75.5\" value7=\"-648.0423\" value8=\"248.125\" value9=\"1571.332\" value10=\"-277.125\" value11=\"-1136.981\" value12=\"-1234.175\" /><item date=\"2025-10-29T19:00:00+01:00\" value1=\"180.7892\" value2=\"-366.475\" value3=\"-1509.87\" value4=\"-701.975\" value5=\"-701.4858\" value6=\"-592.325\" value7=\"-704.7458\" value8=\"316.1\" value9=\"1668.536\" value10=\"276.6\" value11=\"-1066.777\" value12=\"-1068.075\" /><item date=\"2025-10-29T19:15:00+01:00\" value1=\"212.625\" value2=\"-366.475\" value3=\"-1468.12\" value4=\"-701.975\" value5=\"-692.9581\" value6=\"-592.325\" value7=\"-774.3724\" value8=\"316.1\" value9=\"1684.826\" value10=\"276.6\" value11=\"-1037.999\" value12=\"-1068.075\" /><item date=\"2025-10-29T19:30:00+01:00\" value1=\"121.0926\" value2=\"-366.475\" value3=\"-1427.979\" value4=\"-701.975\" value5=\"-670.2156\" value6=\"-592.325\" value7=\"-766.4906\" value8=\"316.1\" value9=\"1660.704\" value10=\"276.6\" value11=\"-1082.889\" value12=\"-1068.075\" /><item date=\"2025-10-29T19:45:00+01:00\" value1=\"2.916756\" value2=\"-366.475\" value3=\"-1366.753\" value4=\"-701.975\" value5=\"-640.8414\" value6=\"-592.325\" value7=\"-775.7712\" value8=\"316.1\" value9=\"1603.674\" value10=\"276.6\" value11=\"-1176.774\" value12=\"-1068.075\" /><item date=\"2025-10-29T20:00:00+01:00\" value1=\"260.1294\" value2=\"-200.675\" value3=\"-1524.707\" value4=\"-718.975\" value5=\"-739.7114\" value6=\"-1030.75\" value7=\"-715.9514\" value8=\"527.925\" value9=\"1837.999\" value10=\"539.825\" value11=\"-882.2422\" value12=\"-882.65\" /><item date=\"2025-10-29T20:15:00+01:00\" value1=\"359.7804\" value2=\"-200.675\" value3=\"-1554.643\" value4=\"-718.975\" value5=\"-798.5167\" value6=\"-1030.75\" value7=\"-714.033\" value8=\"527.925\" value9=\"1838.026\" value10=\"539.825\" value11=\"-869.3868\" value12=\"-882.65\" /><item date=\"2025-10-29T20:30:00+01:00\" value1=\"420.2181\" value2=\"-200.675\" value3=\"-1670.361\" value4=\"-718.975\" value5=\"-842.4811\" value6=\"-1030.75\" value7=\"-714.0345\" value8=\"527.925\" value9=\"1921.639\" value10=\"539.825\" value11=\"-885.0192\" value12=\"-882.65\" /><item date=\"2025-10-29T20:45:00+01:00\" value1=\"347.3683\" value2=\"-200.675\" value3=\"-1537.955\" value4=\"-718.975\" value5=\"-818.9207\" value6=\"-1030.75\" value7=\"-752.434\" value8=\"527.925\" value9=\"1824.439\" value10=\"539.825\" value11=\"-937.5026\" value12=\"-882.65\" /><item date=\"2025-10-29T21:00:00+01:00\" value1=\"488.6016\" value2=\"-21.8\" value3=\"-1677.166\" value4=\"-859.85\" value5=\"-939.4138\" value6=\"-1452.5\" value7=\"-766.6315\" value8=\"631.525\" value9=\"1904.556\" value10=\"646.975\" value11=\"-990.0538\" value12=\"-1055.65\" /><item date=\"2025-10-29T21:15:00+01:00\" value1=\"558.5971\" value2=\"-21.8\" value3=\"-1630.276\" value4=\"-859.85\" value5=\"-910.6664\" value6=\"-1452.5\" value7=\"-794.4195\" value8=\"631.525\" value9=\"1873.888\" value10=\"646.975\" value11=\"-902.877\" value12=\"-1055.65\" /><item date=\"2025-10-29T21:30:00+01:00\" value1=\"446.0436\" value2=\"-21.8\" value3=\"-1602.967\" value4=\"-859.85\" value5=\"-879.4888\" value6=\"-1452.5\" value7=\"-802.1126\" value8=\"631.525\" value9=\"1823.171\" value10=\"646.975\" value11=\"-1015.354\" value12=\"-1055.65\" /><item date=\"2025-10-29T21:45:00+01:00\" value1=\"508.0216\" value2=\"-21.8\" value3=\"-1659.589\" value4=\"-859.85\" value5=\"-909.7734\" value6=\"-1452.5\" value7=\"-817.223\" value8=\"631.525\" value9=\"1757.989\" value10=\"646.975\" value11=\"-1120.574\" value12=\"-1055.65\" /><item date=\"2025-10-29T22:00:00+01:00\" value1=\"957.1111\" value2=\"300.65\" value3=\"-1767\" value4=\"-842.1\" value5=\"-1053.829\" value6=\"-1597.475\" value7=\"-828.6197\" value8=\"464.25\" value9=\"1599.807\" value10=\"491.75\" value11=\"-1092.531\" value12=\"-1182.925\" /><item date=\"2025-10-29T22:15:00+01:00\" value1=\"1083.484\" value2=\"300.65\" value3=\"-1749.327\" value4=\"-842.1\" value5=\"-1143.241\" value6=\"-1597.475\" value7=\"-885.6085\" value8=\"464.25\" value9=\"1555.973\" value10=\"491.75\" value11=\"-1138.72\" value12=\"-1182.925\" /><item date=\"2025-10-29T22:30:00+01:00\" value1=\"1093.271\" value2=\"300.65\" value3=\"-1690.912\" value4=\"-842.1\" value5=\"-1161.338\" value6=\"-1597.475\" value7=\"-940.5107\" value8=\"464.25\" value9=\"1526.243\" value10=\"491.75\" value11=\"-1173.248\" value12=\"-1182.925\" /><item date=\"2025-10-29T22:45:00+01:00\" value1=\"1177.475\" value2=\"300.65\" value3=\"-1563.258\" value4=\"-842.1\" value5=\"-1234.212\" value6=\"-1597.475\" value7=\"-1040.194\" value8=\"464.25\" value9=\"1435.957\" value10=\"491.75\" value11=\"-1224.231\" value12=\"-1182.925\" /><item date=\"2025-10-29T23:00:00+01:00\" value1=\"1282.823\" value2=\"402.7\" value3=\"-1764.586\" value4=\"-800.725\" value5=\"-1296.84\" value6=\"-1748.575\" value7=\"-994.8607\" value8=\"322.625\" value9=\"1443.197\" value10=\"563.525\" value11=\"-1330.268\" value12=\"-1260.45\" /><item date=\"2025-10-29T23:15:00+01:00\" value1=\"1194.153\" value2=\"402.7\" value3=\"-1656.487\" value4=\"-800.725\" value5=\"-1312.453\" value6=\"-1748.575\" value7=\"-974.2458\" value8=\"322.625\" value9=\"1461.842\" value10=\"563.525\" value11=\"-1287.192\" value12=\"-1260.45\" /><item date=\"2025-10-29T23:30:00+01:00\" value1=\"1216.976\" value2=\"402.7\" value3=\"-1601.702\" value4=\"-800.725\" value5=\"-1325.036\" value6=\"-1748.575\" value7=\"-970.9295\" value8=\"322.625\" value9=\"1469.207\" value10=\"563.525\" value11=\"-1211.484\" value12=\"-1260.45\" /><item date=\"2025-10-29T23:45:00+01:00\" value1=\"1203.175\" value2=\"402.7\" value3=\"-1557.373\" value4=\"-800.725\" value5=\"-1301.137\" value6=\"-1748.575\" value7=\"-931.1176\" value8=\"322.625\" value9=\"1500.974\" value10=\"563.525\" value11=\"-1085.479\" value12=\"-1260.45\" /><item date=\"2025-10-30T00:00:00+01:00\" value1=\"1156.538\" value2=\"358.5\" value3=\"-1644.385\" value4=\"-789.85\" value5=\"-1482.235\" value6=\"-2118.5\" value7=\"-808.9647\" value8=\"714.175\" value9=\"1746.555\" value10=\"722.075\" value11=\"-1032.492\" value12=\"-1113.6\" /><item date=\"2025-10-30T00:15:00+01:00\" value1=\"1297.514\" value2=\"358.5\" value3=\"-1763.188\" value4=\"-789.85\" value5=\"-1556.176\" value6=\"-2118.5\" value7=\"-767.5643\" value8=\"714.175\" value9=\"1780.333\" value10=\"722.075\" value11=\"-1009.081\" value12=\"-1113.6\" /><item date=\"2025-10-30T00:30:00+01:00\" value1=\"1341.878\" value2=\"358.5\" value3=\"-1714.633\" value4=\"-789.85\" value5=\"-1603.441\" value6=\"-2118.5\" value7=\"-753.6191\" value8=\"714.175\" value9=\"1737.5\" value10=\"722.075\" value11=\"-992.3152\" value12=\"-1113.6\" /><item date=\"2025-10-30T00:45:00+01:00\" value1=\"1370.745\" value2=\"358.5\" value3=\"-1689.557\" value4=\"-789.85\" value5=\"-1606.85\" value6=\"-2118.5\" value7=\"-693.1541\" value8=\"714.175\" value9=\"1711.688\" value10=\"722.075\" value11=\"-907.1284\" value12=\"-1113.6\" /><item date=\"2025-10-30T01:00:00+01:00\" value1=\"1481.579\" value2=\"603.675\" value3=\"-1717.313\" value4=\"-719.1\" value5=\"-1598.887\" value6=\"-2109\" value7=\"-588.9905\" value8=\"732.675\" value9=\"1735.069\" value10=\"738.95\" value11=\"-688.5437\" value12=\"-752.8\" /><item date=\"2025-10-30T01:15:00+01:00\" value1=\"1462.878\" value2=\"603.675\" value3=\"-1734.441\" value4=\"-719.1\" value5=\"-1586.535\" value6=\"-2109\" value7=\"-527.5365\" value8=\"732.675\" value9=\"1738.697\" value10=\"738.95\" value11=\"-646.9374\" value12=\"-752.8\" /><item date=\"2025-10-30T01:30:00+01:00\" value1=\"1488.255\" value2=\"603.675\" value3=\"-1727.686\" value4=\"-719.1\" value5=\"-1641.105\" value6=\"-2109\" value7=\"-562.3533\" value8=\"732.675\" value9=\"1740.065\" value10=\"738.95\" value11=\"-702.8244\" value12=\"-752.8\" /><item date=\"2025-10-30T01:45:00+01:00\" value1=\"1466.427\" value2=\"603.675\" value3=\"-1673.317\" value4=\"-719.1\" value5=\"-1637.637\" value6=\"-2109\" value7=\"-570.1753\" value8=\"732.675\" value9=\"1699.708\" value10=\"738.95\" value11=\"-714.9937\" value12=\"-752.8\" /><item date=\"2025-10-30T02:00:00+01:00\" value1=\"1531.823\" value2=\"725.3\" value3=\"-1679.156\" value4=\"-671.225\" value5=\"-1671.348\" value6=\"-2194.5\" value7=\"-629.1282\" value8=\"635.8\" value9=\"1677.491\" value10=\"636.45\" value11=\"-770.3178\" value12=\"-868.175\" /><item date=\"2025-10-30T02:15:00+01:00\" value1=\"1492.828\" value2=\"725.3\" value3=\"-1662.852\" value4=\"-671.225\" value5=\"-1652.877\" value6=\"-2194.5\" value7=\"-643.4663\" value8=\"635.8\" value9=\"1626.161\" value10=\"636.45\" value11=\"-840.206\" value12=\"-868.175\" /><item date=\"2025-10-30T02:30:00+01:00\" value1=\"1512.735\" value2=\"725.3\" value3=\"-1639.253\" value4=\"-671.225\" value5=\"-1668.467\" value6=\"-2194.5\" value7=\"-629.4084\" value8=\"635.8\" value9=\"1626.769\" value10=\"636.45\" value11=\"-797.6246\" value12=\"-868.175\" /><item date=\"2025-10-30T02:45:00+01:00\" value1=\"1513.857\" value2=\"725.3\" value3=\"-1641.815\" value4=\"-671.225\" value5=\"-1665.517\" value6=\"-2194.5\" value7=\"-628.5251\" value8=\"635.8\" value9=\"1585.827\" value10=\"636.45\" value11=\"-836.1733\" value12=\"-868.175\" /><item date=\"2025-10-30T03:00:00+01:00\" value1=\"1450.72\" value2=\"645.7\" value3=\"-1613.97\" value4=\"-636.425\" value5=\"-1643.564\" value6=\"-2019.5\" value7=\"-605.7958\" value8=\"690.725\" value9=\"1601.415\" value10=\"696.275\" value11=\"-811.1949\" value12=\"-623.225\" /><item date=\"2025-10-30T03:15:00+01:00\" value1=\"1539.611\" value2=\"645.7\" value3=\"-1601.673\" value4=\"-636.425\" value5=\"-1591.146\" value6=\"-2019.5\" value7=\"-533.3532\" value8=\"690.725\" value9=\"1650.454\" value10=\"696.275\" value11=\"-536.1072\" value12=\"-623.225\" /><item date=\"2025-10-30T03:30:00+01:00\" value1=\"1558.753\" value2=\"645.7\" value3=\"-1631.234\" value4=\"-636.425\" value5=\"-1624.622\" value6=\"-2019.5\" value7=\"-507.7332\" value8=\"690.725\" value9=\"1696.382\" value10=\"696.275\" value11=\"-508.4537\" value12=\"-623.225\" /><item date=\"2025-10-30T03:45:00+01:00\" value1=\"1521.258\" value2=\"645.7\" value3=\"-1648.803\" value4=\"-636.425\" value5=\"-1597.926\" value6=\"-2019.5\" value7=\"-457.7884\" value8=\"690.725\" value9=\"1696.343\" value10=\"696.275\" value11=\"-486.9169\" value12=\"-623.225\" /><item date=\"2025-10-30T04:00:00+01:00\" value1=\"1642.194\" value2=\"693.2\" value3=\"-1696.748\" value4=\"-713.375\" value5=\"-1591.188\" value6=\"-1956.575\" value7=\"-433.2603\" value8=\"718.025\" value9=\"1675.577\" value10=\"724.725\" value11=\"-403.4258\" value12=\"-533.9999\" /><item date=\"2025-10-30T04:15:00+01:00\" value1=\"1597.64\" value2=\"693.2\" value3=\"-1868.102\" value4=\"-713.375\" value5=\"-1614.614\" value6=\"-1956.575\" value7=\"-374.7732\" value8=\"718.025\" value9=\"1612.752\" value10=\"724.725\" value11=\"-647.0972\" value12=\"-533.9999\" /><item date=\"2025-10-30T04:30:00+01:00\" value1=\"1633.347\" value2=\"693.2\" value3=\"-1956.883\" value4=\"-713.375\" value5=\"-1629.365\" value6=\"-1956.575\" value7=\"-351.9103\" value8=\"718.025\" value9=\"1745.42\" value10=\"724.725\" value11=\"-559.3919\" value12=\"-533.9999\" /><item date=\"2025-10-30T04:45:00+01:00\" value1=\"1418.629\" value2=\"693.2\" value3=\"-1880.629\" value4=\"-713.375\" value5=\"-1575.725\" value6=\"-1956.575\" value7=\"-370.9814\" value8=\"718.025\" value9=\"1914.783\" value10=\"724.725\" value11=\"-493.923\" value12=\"-533.9999\" /><item date=\"2025-10-30T05:00:00+01:00\" value1=\"1093.578\" value2=\"446.775\" value3=\"-1760.181\" value4=\"-765.925\" value5=\"-1281.342\" value6=\"-1524.5\" value7=\"-87.50241\" value8=\"808.95\" value9=\"1645.221\" value10=\"796.55\" value11=\"-390.2259\" value12=\"-238.15\" /><item date=\"2025-10-30T05:15:00+01:00\" value1=\"1069.965\" value2=\"446.775\" value3=\"-1807.428\" value4=\"-765.925\" value5=\"-1211.702\" value6=\"-1524.5\" value7=\"26.87734\" value8=\"808.95\" value9=\"1589.74\" value10=\"796.55\" value11=\"-332.5481\" value12=\"-238.15\" /><item date=\"2025-10-30T05:30:00+01:00\" value1=\"1102.484\" value2=\"446.775\" value3=\"-1932.96\" value4=\"-765.925\" value5=\"-1171.124\" value6=\"-1524.5\" value7=\"120.479\" value8=\"808.95\" value9=\"1712.36\" value10=\"796.55\" value11=\"-168.7606\" value12=\"-238.15\" /><item date=\"2025-10-30T05:45:00+01:00\" value1=\"1138.785\" value2=\"446.775\" value3=\"-2031.534\" value4=\"-765.925\" value5=\"-1145.18\" value6=\"-1524.5\" value7=\"177.2063\" value8=\"808.95\" value9=\"1778.485\" value10=\"796.55\" value11=\"-82.23714\" value12=\"-238.15\" /><item date=\"2025-10-30T06:00:00+01:00\" value1=\"988.2491\" value2=\"296.275\" value3=\"-1700.266\" value4=\"-633.65\" value5=\"-1052.225\" value6=\"-1032.45\" value7=\"164.8512\" value8=\"707\" value9=\"1491.794\" value10=\"716.75\" value11=\"-107.5969\" value12=\"53.92505\" /><item date=\"2025-10-30T06:15:00+01:00\" value1=\"962.4423\" value2=\"296.275\" value3=\"-1702.196\" value4=\"-633.65\" value5=\"-974.4322\" value6=\"-1032.45\" value7=\"196.3428\" value8=\"707\" value9=\"1535.744\" value10=\"716.75\" value11=\"17.90086\" value12=\"53.92505\" /><item date=\"2025-10-30T06:30:00+01:00\" value1=\"1047.353\" value2=\"296.275\" value3=\"-1737.541\" value4=\"-633.65\" value5=\"-988.7845\" value6=\"-1032.45\" value7=\"148.0214\" value8=\"707\" value9=\"1654.93\" value10=\"716.75\" value11=\"123.9784\" value12=\"53.92505\" /><item date=\"2025-10-30T06:45:00+01:00\" value1=\"971.3198\" value2=\"296.275\" value3=\"-1415.643\" value4=\"-633.65\" value5=\"-954.316\" value6=\"-1032.45\" value7=\"26.73846\" value8=\"707\" value9=\"1528.192\" value10=\"716.75\" value11=\"156.2912\" value12=\"53.92505\" /><item date=\"2025-10-30T07:00:00+01:00\" value1=\"1151.263\" value2=\"456.875\" value3=\"-1342.213\" value4=\"-567.125\" value5=\"-1073.15\" value6=\"-1219.025\" value7=\"-59.52831\" value8=\"760.275\" value9=\"1523.565\" value10=\"770.975\" value11=\"199.9369\" value12=\"201.975\" /><item date=\"2025-10-30T07:15:00+01:00\" value1=\"1258.991\" value2=\"456.875\" value3=\"-1175.033\" value4=\"-567.125\" value5=\"-1228.273\" value6=\"-1219.025\" value7=\"-162.9983\" value8=\"760.275\" value9=\"1500.733\" value10=\"770.975\" value11=\"193.4191\" value12=\"201.975\" /><item date=\"2025-10-30T07:30:00+01:00\" value1=\"1203.425\" value2=\"456.875\" value3=\"-929.8146\" value4=\"-567.125\" value5=\"-1256.652\" value6=\"-1219.025\" value7=\"-239.2146\" value8=\"760.275\" value9=\"1414.281\" value10=\"770.975\" value11=\"192.0249\" value12=\"201.975\" /><item date=\"2025-10-30T07:45:00+01:00\" value1=\"1106.238\" value2=\"456.875\" value3=\"-724.8211\" value4=\"-567.125\" value5=\"-1226.726\" value6=\"-1219.025\" value7=\"-305.5\" value8=\"760.275\" value9=\"1295.281\" value10=\"770.975\" value11=\"144.4711\" value12=\"201.975\" /><item date=\"2025-10-30T08:00:00+01:00\" value1=\"1155.085\" value2=\"236\" value3=\"-742.5522\" value4=\"-352.75\" value5=\"-1285.875\" value6=\"-1137.75\" value7=\"-262.9819\" value8=\"768.375\" value9=\"1335.898\" value10=\"778.625\" value11=\"199.5749\" value12=\"292.5\" /><item date=\"2025-10-30T08:15:00+01:00\" value1=\"1047.058\" value2=\"236\" value3=\"-527.1066\" value4=\"-352.75\" value5=\"-1250.263\" value6=\"-1137.75\" value7=\"-250.0968\" value8=\"768.375\" value9=\"1277.776\" value10=\"778.625\" value11=\"297.3674\" value12=\"292.5\" /><item date=\"2025-10-30T08:30:00+01:00\" value1=\"887.6027\" value2=\"236\" value3=\"-383.0156\" value4=\"-352.75\" value5=\"-1175.392\" value6=\"-1137.75\" value7=\"-158.9107\" value8=\"768.375\" value9=\"1271.867\" value10=\"778.625\" value11=\"442.1516\" value12=\"292.5\" /><item date=\"2025-10-30T08:45:00+01:00\" value1=\"867.4426\" value2=\"236\" value3=\"-272.0479\" value4=\"-352.75\" value5=\"-1137.794\" value6=\"-1137.75\" value7=\"-124.35\" value8=\"768.375\" value9=\"1233.326\" value10=\"778.625\" value11=\"566.5769\" value12=\"292.5\" /><item date=\"2025-10-30T09:00:00+01:00\" value1=\"1043.641\" value2=\"466.575\" value3=\"-335.7987\" value4=\"-36.1\" value5=\"-1152.85\" value6=\"-1115.75\" value7=\"18.19305\" value8=\"870.975\" value9=\"1228.728\" value10=\"878.025\" value11=\"801.9133\" value12=\"1063.725\" /><item date=\"2025-10-30T09:15:00+01:00\" value1=\"1229.851\" value2=\"466.575\" value3=\"-171.8853\" value4=\"-36.1\" value5=\"-1236.274\" value6=\"-1115.75\" value7=\"-43.31139\" value8=\"870.975\" value9=\"1126.485\" value10=\"878.025\" value11=\"904.8664\" value12=\"1063.725\" /><item date=\"2025-10-30T09:30:00+01:00\" value1=\"1257.556\" value2=\"466.575\" value3=\"-109.9537\" value4=\"-36.1\" value5=\"-1246.355\" value6=\"-1115.75\" value7=\"-20.50757\" value8=\"870.975\" value9=\"1117.606\" value10=\"878.025\" value11=\"998.3453\" value12=\"1063.725\" /><item date=\"2025-10-30T09:45:00+01:00\" value1=\"1206.823\" value2=\"466.575\" value3=\"83.66624\" value4=\"-36.1\" value5=\"-1095.761\" value6=\"-1115.75\" value7=\"76.49487\" value8=\"870.975\" value9=\"1104.975\" value10=\"878.025\" value11=\"1376.198\" value12=\"1063.725\" /><item date=\"2025-10-30T10:00:00+01:00\" value1=\"1165.509\" value2=\"658.6\" value3=\"73.04719\" value4=\"2.924999\" value5=\"-940.1424\" value6=\"-1226\" value7=\"220.8437\" value8=\"1066.025\" value9=\"973.5445\" value10=\"1076.475\" value11=\"1492.802\" value12=\"1578.025\" /><item date=\"2025-10-30T10:15:00+01:00\" value1=\"1096.422\" value2=\"658.6\" value3=\"140.8108\" value4=\"2.924999\" value5=\"-882.1619\" value6=\"-1226\" value7=\"299.5513\" value8=\"1066.025\" value9=\"974.9748\" value10=\"1076.475\" value11=\"1629.597\" value12=\"1578.025\" /><item date=\"2025-10-30T10:30:00+01:00\" value1=\"1084.969\" value2=\"658.6\" value3=\"46.1304\" value4=\"2.924999\" value5=\"-883.433\" value6=\"-1226\" value7=\"378.5537\" value8=\"1066.025\" value9=\"998.2674\" value10=\"1076.475\" value11=\"1624.488\" value12=\"1578.025\" /><item date=\"2025-10-30T10:45:00+01:00\" value1=\"1058.067\" value2=\"658.6\" value3=\"-0.2372152\" value4=\"2.924999\" value5=\"-864.4523\" value6=\"-1226\" value7=\"420.5766\" value8=\"1066.025\" value9=\"971.6023\" value10=\"1076.475\" value11=\"1585.556\" value12=\"1578.025\" /><item date=\"2025-10-30T11:00:00+01:00\" value1=\"1048.228\" value2=\"445.375\" value3=\"-85.47659\" value4=\"-55.075\" value5=\"-811.5888\" value6=\"-1018\" value7=\"464.8326\" value8=\"1085.75\" value9=\"970.4466\" value10=\"1096.25\" value11=\"1586.442\" value12=\"1554.3\" /><item date=\"2025-10-30T11:15:00+01:00\" value1=\"954.2005\" value2=\"445.375\" value3=\"-82.12597\" value4=\"-55.075\" value5=\"-728.207\" value6=\"-1018\" value7=\"526.9425\" value8=\"1085.75\" value9=\"916.5347\" value10=\"1096.25\" value11=\"1587.345\" value12=\"1554.3\" /><item date=\"2025-10-30T11:30:00+01:00\" value1=\"917.0439\" value2=\"445.375\" value3=\"-115.2089\" value4=\"-55.075\" value5=\"-661.6296\" value6=\"-1018\" value7=\"562.3775\" value8=\"1085.75\" value9=\"847.0649\" value10=\"1096.25\" value11=\"1549.648\" value12=\"1554.3\" /><item date=\"2025-10-30T11:45:00+01:00\" value1=\"918.5978\" value2=\"445.375\" value3=\"-142.5638\" value4=\"-55.075\" value5=\"-633.1176\" value6=\"-1018\" value7=\"579.8563\" value8=\"1085.75\" value9=\"787.7657\" value10=\"1096.25\" value11=\"1510.538\" value12=\"1554.3\" /><item date=\"2025-10-30T12:00:00+01:00\" value1=\"1083.117\" value2=\"542.225\" value3=\"-300.0273\" value4=\"-240.75\" value5=\"-656.6852\" value6=\"-973.75\" value7=\"591.4377\" value8=\"1100.7\" value9=\"751.4731\" value10=\"1111.55\" value11=\"1469.315\" value12=\"1539.975\" /><item date=\"2025-10-30T12:15:00+01:00\" value1=\"1020.895\" value2=\"542.225\" value3=\"-408.6093\" value4=\"-240.75\" value5=\"-602.7917\" value6=\"-973.75\" value7=\"656.3715\" value8=\"1100.7\" value9=\"727.8644\" value10=\"1111.55\" value11=\"1393.729\" value12=\"1539.975\" /><item date=\"2025-10-30T12:30:00+01:00\" value1=\"949.0921\" value2=\"542.225\" value3=\"-469.6128\" value4=\"-240.75\" value5=\"-590.2156\" value6=\"-973.75\" value7=\"645.7469\" value8=\"1100.7\" value9=\"728.6393\" value10=\"1111.55\" value11=\"1263.65\" value12=\"1539.975\" /><item date=\"2025-10-30T12:45:00+01:00\" value1=\"1041.434\" value2=\"542.225\" value3=\"-642.3727\" value4=\"-240.75\" value5=\"-576.5715\" value6=\"-973.75\" value7=\"679.3795\" value8=\"1100.7\" value9=\"739.5911\" value10=\"1111.55\" value11=\"1241.46\" value12=\"1539.975\" /><item date=\"2025-10-30T13:00:00+01:00\" value1=\"1122.948\" value2=\"580.4\" value3=\"-665.509\" value4=\"-458.65\" value5=\"-551.5096\" value6=\"-1068.025\" value7=\"677.3562\" value8=\"1098.775\" value9=\"795.0701\" value10=\"1108.975\" value11=\"1378.356\" value12=\"1261.475\" /><item date=\"2025-10-30T13:15:00+01:00\" value1=\"968.808\" value2=\"580.4\" value3=\"-801.5186\" value4=\"-458.65\" value5=\"-479.1373\" value6=\"-1068.025\" value7=\"722.4588\" value8=\"1098.775\" value9=\"880.203\" value10=\"1108.975\" value11=\"1290.814\" value12=\"1261.475\" /><item date=\"2025-10-30T13:30:00+01:00\" value1=\"980.1707\" value2=\"580.4\" value3=\"-925.8398\" value4=\"-458.65\" value5=\"-445.4738\" value6=\"-1068.025\" value7=\"696.7106\" value8=\"1098.775\" value9=\"850.7127\" value10=\"1108.975\" value11=\"1156.28\" value12=\"1261.475\" /><item date=\"2025-10-30T13:45:00+01:00\" value1=\"960.9024\" value2=\"580.4\" value3=\"-1202.724\" value4=\"-458.65\" value5=\"-483.2517\" value6=\"-1068.025\" value7=\"588.134\" value8=\"1098.775\" value9=\"784.7388\" value10=\"1108.975\" value11=\"647.8\" value12=\"1261.475\" /><item date=\"2025-10-30T14:00:00+01:00\" value1=\"991.0405\" value2=\"479.35\" value3=\"-1104.078\" value4=\"-652.075\" value5=\"-453.5412\" value6=\"-1170.1\" value7=\"472.1745\" value8=\"963.525\" value9=\"785.9454\" value10=\"973.725\" value11=\"691.5408\" value12=\"594.425\" /><item date=\"2025-10-30T14:15:00+01:00\" value1=\"939.0203\" value2=\"479.35\" value3=\"-1220.161\" value4=\"-652.075\" value5=\"-530.3713\" value6=\"-1170.1\" value7=\"443.1397\" value8=\"963.525\" value9=\"807.9383\" value10=\"973.725\" value11=\"439.5662\" value12=\"594.425\" /><item date=\"2025-10-30T14:30:00+01:00\" value1=\"1008.56\" value2=\"479.35\" value3=\"-1520.046\" value4=\"-652.075\" value5=\"-581.1171\" value6=\"-1170.1\" value7=\"541.4094\" value8=\"963.525\" value9=\"991.653\" value10=\"973.725\" value11=\"440.4594\" value12=\"594.425\" /><item date=\"2025-10-30T14:45:00+01:00\" value1=\"1063.174\" value2=\"479.35\" value3=\"-1658.598\" value4=\"-652.075\" value5=\"-561.5173\" value6=\"-1170.1\" value7=\"534.9616\" value8=\"963.525\" value9=\"1175.951\" value10=\"973.725\" value11=\"553.9714\" value12=\"594.425\" /><item date=\"2025-10-30T15:00:00+01:00\" value1=\"1108.698\" value2=\"366.025\" value3=\"-1543.347\" value4=\"-562.5\" value5=\"-706.7256\" value6=\"-946.775\" value7=\"341.5919\" value8=\"823.85\" value9=\"1299.18\" value10=\"827.4\" value11=\"499.3971\" value12=\"508.0001\" /><item date=\"2025-10-30T15:15:00+01:00\" value1=\"1166.516\" value2=\"366.025\" value3=\"-1715.165\" value4=\"-562.5\" value5=\"-746.1276\" value6=\"-946.775\" value7=\"347.6669\" value8=\"823.85\" value9=\"1450.779\" value10=\"827.4\" value11=\"503.67\" value12=\"508.0001\" /><item date=\"2025-10-30T15:30:00+01:00\" value1=\"1154.239\" value2=\"366.025\" value3=\"-1810.566\" value4=\"-562.5\" value5=\"-702.9081\" value6=\"-946.775\" value7=\"342.338\" value8=\"823.85\" value9=\"1482.698\" value10=\"827.4\" value11=\"465.8001\" value12=\"508.0001\" /><item date=\"2025-10-30T15:45:00+01:00\" value1=\"1216.68\" value2=\"366.025\" value3=\"-1795.868\" value4=\"-562.5\" value5=\"-692.6544\" value6=\"-946.775\" value7=\"280.456\" value8=\"823.85\" value9=\"1528.38\" value10=\"827.4\" value11=\"536.9935\" value12=\"508.0001\" /><item date=\"2025-10-30T16:00:00+01:00\" value1=\"1120.435\" value2=\"263.35\" value3=\"-1661.975\" value4=\"-595.75\" value5=\"-638.8516\" value6=\"-364.25\" value7=\"112.099\" value8=\"586.175\" value9=\"1469.859\" value10=\"542.425\" value11=\"401.5656\" value12=\"431.95\" /><item date=\"2025-10-30T16:15:00+01:00\" value1=\"1219.383\" value2=\"263.35\" value3=\"-1908.745\" value4=\"-595.75\" value5=\"-638.5775\" value6=\"-364.25\" value7=\"154.7367\" value8=\"586.175\" value9=\"1645.613\" value10=\"542.425\" value11=\"472.41\" value12=\"431.95\" /><item date=\"2025-10-30T16:30:00+01:00\" value1=\"1207.281\" value2=\"263.35\" value3=\"-1893.17\" value4=\"-595.75\" value5=\"-634.5536\" value6=\"-364.25\" value7=\"96.07667\" value8=\"586.175\" value9=\"1696.401\" value10=\"542.425\" value11=\"472.0353\" value12=\"431.95\" /><item date=\"2025-10-30T16:45:00+01:00\" value1=\"1336.379\" value2=\"263.35\" value3=\"-1860.415\" value4=\"-595.75\" value5=\"-672.6704\" value6=\"-364.25\" value7=\"46.16914\" value8=\"586.175\" value9=\"1693.71\" value10=\"542.425\" value11=\"543.1738\" value12=\"431.95\" /><item date=\"2025-10-30T17:00:00+01:00\" value1=\"1349.651\" value2=\"422.625\" value3=\"-1755.111\" value4=\"-604.65\" value5=\"-823.1219\" value6=\"-602.55\" value7=\"-166.6714\" value8=\"379.175\" value9=\"1476.032\" value10=\"356.775\" value11=\"80.77937\" value12=\"-48.62497\" /><item date=\"2025-10-30T17:15:00+01:00\" value1=\"1578.245\" value2=\"422.625\" value3=\"-1727.123\" value4=\"-604.65\" value5=\"-891.6406\" value6=\"-602.55\" value7=\"-356.4875\" value8=\"379.175\" value9=\"1461.548\" value10=\"356.775\" value11=\"64.54144\" value12=\"-48.62497\" /><item date=\"2025-10-30T17:30:00+01:00\" value1=\"1838.891\" value2=\"422.625\" value3=\"-1850.62\" value4=\"-604.65\" value5=\"-980.794\" value6=\"-602.55\" value7=\"-455.6196\" value8=\"379.175\" value9=\"1505.724\" value10=\"356.775\" value11=\"57.58162\" value12=\"-48.62497\" /><item date=\"2025-10-30T17:45:00+01:00\" value1=\"1935.048\" value2=\"422.625\" value3=\"-1789.392\" value4=\"-604.65\" value5=\"-1034.966\" value6=\"-602.55\" value7=\"-519.1796\" value8=\"379.175\" value9=\"1434.56\" value10=\"356.775\" value11=\"26.07129\" value12=\"-48.62497\" /><item date=\"2025-10-30T18:00:00+01:00\" value1=\"1988.37\" value2=\"681.05\" value3=\"-1551.138\" value4=\"-441.75\" value5=\"-1059.053\" value6=\"-470.425\" value7=\"-751.9009\" value8=\"252.2\" value9=\"1563.745\" value10=\"114.375\" value11=\"190.0219\" value12=\"135.45\" /><item date=\"2025-10-30T18:15:00+01:00\" value1=\"1988.173\" value2=\"681.05\" value3=\"-1615.456\" value4=\"-441.75\" value5=\"-1045.705\" value6=\"-470.425\" value7=\"-814.8974\" value8=\"252.2\" value9=\"1679.472\" value10=\"114.375\" value11=\"191.5862\" value12=\"135.45\" /><item date=\"2025-10-30T18:30:00+01:00\" value1=\"2054.686\" value2=\"681.05\" value3=\"-1640.39\" value4=\"-441.75\" value5=\"-1092.551\" value6=\"-470.425\" value7=\"-833.1849\" value8=\"252.2\" value9=\"1691.715\" value10=\"114.375\" value11=\"180.2741\" value12=\"135.45\" /><item date=\"2025-10-30T18:45:00+01:00\" value1=\"1980.631\" value2=\"681.05\" value3=\"-1635.515\" value4=\"-441.75\" value5=\"-1141.46\" value6=\"-470.425\" value7=\"-803.2389\" value8=\"252.2\" value9=\"1670.439\" value10=\"114.375\" value11=\"70.85621\" value12=\"135.45\" /><item date=\"2025-10-30T19:00:00+01:00\" value1=\"2076.869\" value2=\"698.775\" value3=\"-1650.292\" value4=\"-427.25\" value5=\"-1257.353\" value6=\"-878.25\" value7=\"-819.0468\" value8=\"262.35\" value9=\"1702.156\" value10=\"245.4\" value11=\"52.33227\" value12=\"-98.97501\" /><item date=\"2025-10-30T19:15:00+01:00\" value1=\"2078.229\" value2=\"698.775\" value3=\"-1636.101\" value4=\"-427.25\" value5=\"-1273.05\" value6=\"-878.25\" value7=\"-773.1794\" value8=\"262.35\" value9=\"1663.148\" value10=\"245.4\" value11=\"59.04679\" value12=\"-98.97501\" /><item date=\"2025-10-30T19:30:00+01:00\" value1=\"1935.405\" value2=\"698.775\" value3=\"-1645.098\" value4=\"-427.25\" value5=\"-1259.007\" value6=\"-878.25\" value7=\"-727.1636\" value8=\"262.35\" value9=\"1560.88\" value10=\"245.4\" value11=\"-134.9828\" value12=\"-98.97501\" /><item date=\"2025-10-30T19:45:00+01:00\" value1=\"1968.21\" value2=\"698.775\" value3=\"-1623.033\" value4=\"-427.25\" value5=\"-1332.856\" value6=\"-878.25\" value7=\"-752.6655\" value8=\"262.35\" value9=\"1516.435\" value10=\"245.4\" value11=\"-223.9086\" value12=\"-98.97501\" /><item date=\"2025-10-30T20:00:00+01:00\" value1=\"2050.053\" value2=\"543.925\" value3=\"-1624.223\" value4=\"-541.8\" value5=\"-1329.406\" value6=\"-1129.7\" value7=\"-724.8993\" value8=\"350.35\" value9=\"1581.931\" value10=\"336.65\" value11=\"-46.54387\" value12=\"-440.575\" /><item date=\"2025-10-30T20:15:00+01:00\" value1=\"1929.907\" value2=\"543.925\" value3=\"-1586.441\" value4=\"-541.8\" value5=\"-1343.984\" value6=\"-1129.7\" value7=\"-745.9742\" value8=\"350.35\" value9=\"1463.085\" value10=\"336.65\" value11=\"-283.4068\" value12=\"-440.575\" /><item date=\"2025-10-30T20:30:00+01:00\" value1=\"1860.124\" value2=\"543.925\" value3=\"-1610.124\" value4=\"-541.8\" value5=\"-1367.119\" value6=\"-1129.7\" value7=\"-717.6076\" value8=\"350.35\" value9=\"1474.778\" value10=\"336.65\" value11=\"-359.9488\" value12=\"-440.575\" /><item date=\"2025-10-30T20:45:00+01:00\" value1=\"1793.402\" value2=\"543.925\" value3=\"-1524.084\" value4=\"-541.8\" value5=\"-1384.996\" value6=\"-1129.7\" value7=\"-749.2677\" value8=\"350.35\" value9=\"1419.585\" value10=\"336.65\" value11=\"-445.36\" value12=\"-440.575\" /><item date=\"2025-10-30T21:00:00+01:00\" value1=\"1983.054\" value2=\"827\" value3=\"-1675.516\" value4=\"-443.5\" value5=\"-1607.189\" value6=\"-1931.875\" value7=\"-788.5455\" value8=\"449.25\" value9=\"1650.762\" value10=\"442\" value11=\"-437.4336\" value12=\"-657.125\" /><item date=\"2025-10-30T21:15:00+01:00\" value1=\"1967.747\" value2=\"827\" value3=\"-1655.649\" value4=\"-443.5\" value5=\"-1651.692\" value6=\"-1931.875\" value7=\"-889.0738\" value8=\"449.25\" value9=\"1727.221\" value10=\"442\" value11=\"-501.4472\" value12=\"-657.125\" /><item date=\"2025-10-30T21:30:00+01:00\" value1=\"1967.437\" value2=\"827\" value3=\"-1565.72\" value4=\"-443.5\" value5=\"-1705.225\" value6=\"-1931.875\" value7=\"-997.1958\" value8=\"449.25\" value9=\"1704.05\" value10=\"442\" value11=\"-596.6545\" value12=\"-657.125\" /><item date=\"2025-10-30T21:45:00+01:00\" value1=\"1918.294\" value2=\"827\" value3=\"-1550.511\" value4=\"-443.5\" value5=\"-1738.137\" value6=\"-1931.875\" value7=\"-1031.309\" value8=\"449.25\" value9=\"1689.083\" value10=\"442\" value11=\"-712.5792\" value12=\"-657.125\" /><item date=\"2025-10-30T22:00:00+01:00\" value1=\"1911.315\" value2=\"843.5\" value3=\"-1850.749\" value4=\"-447.5\" value5=\"-1847.448\" value6=\"-2185.825\" value7=\"-886.6014\" value8=\"417.45\" value9=\"1886.483\" value10=\"422.8\" value11=\"-787.0002\" value12=\"-949.575\" /><item date=\"2025-10-30T22:15:00+01:00\" value1=\"1995.521\" value2=\"843.5\" value3=\"-1757.61\" value4=\"-447.5\" value5=\"-1921.697\" value6=\"-2185.825\" value7=\"-947.3529\" value8=\"417.45\" value9=\"1825.161\" value10=\"422.8\" value11=\"-805.9774\" value12=\"-949.575\" /><item date=\"2025-10-30T22:30:00+01:00\" value1=\"1953.497\" value2=\"843.5\" value3=\"-1566.534\" value4=\"-447.5\" value5=\"-1897.872\" value6=\"-2185.825\" value7=\"-1047.095\" value8=\"417.45\" value9=\"1641.778\" value10=\"422.8\" value11=\"-916.2264\" value12=\"-949.575\" /><item date=\"2025-10-30T22:45:00+01:00\" value1=\"1916.981\" value2=\"843.5\" value3=\"-1547.126\" value4=\"-447.5\" value5=\"-1858.016\" value6=\"-2185.825\" value7=\"-1024.736\" value8=\"417.45\" value9=\"1583.278\" value10=\"422.8\" value11=\"-929.6186\" value12=\"-949.575\" /><item date=\"2025-10-30T23:00:00+01:00\" value1=\"1947.135\" value2=\"851.25\" value3=\"-1577.816\" value4=\"-435.85\" value5=\"-1826.154\" value6=\"-1992.45\" value7=\"-945.145\" value8=\"355.475\" value9=\"1606.176\" value10=\"366.025\" value11=\"-795.8039\" value12=\"-855.5499\" /><item date=\"2025-10-30T23:15:00+01:00\" value1=\"2076.953\" value2=\"851.25\" value3=\"-1625.892\" value4=\"-435.85\" value5=\"-1839.843\" value6=\"-1992.45\" value7=\"-922.0245\" value8=\"355.475\" value9=\"1620.315\" value10=\"366.025\" value11=\"-690.4912\" value12=\"-855.5499\" /><item date=\"2025-10-30T23:30:00+01:00\" value1=\"2119.115\" value2=\"851.25\" value3=\"-1661.009\" value4=\"-435.85\" value5=\"-1865.721\" value6=\"-1992.45\" value7=\"-944.9259\" value8=\"355.475\" value9=\"1580.648\" value10=\"366.025\" value11=\"-771.8928\" value12=\"-855.5499\" /><item date=\"2025-10-30T23:45:00+01:00\" value1=\"2094.367\" value2=\"851.25\" value3=\"-1649.11\" value4=\"-435.85\" value5=\"-1861.021\" value6=\"-1992.45\" value7=\"-946.6539\" value8=\"355.475\" value9=\"1520.741\" value10=\"366.025\" value11=\"-841.6768\" value12=\"-855.5499\" /><item date=\"2025-10-31T00:00:00+01:00\" value1=\"2116.227\" value2=\"890\" value3=\"-1634.573\" value4=\"-547.75\" value5=\"-1950.868\" value6=\"-2134\" value7=\"-1112.148\" value8=\"266.5\" value9=\"1401.757\" value10=\"267\" value11=\"-1179.605\" value12=\"-1258.25\" /><item date=\"2025-10-31T00:15:00+01:00\" value1=\"2087.86\" value2=\"890\" value3=\"-1746.337\" value4=\"-547.75\" value5=\"-1911.995\" value6=\"-2134\" value7=\"-1082.063\" value8=\"266.5\" value9=\"1393.843\" value10=\"267\" value11=\"-1258.693\" value12=\"-1258.25\" /><item date=\"2025-10-31T00:30:00+01:00\" value1=\"2045.088\" value2=\"890\" value3=\"-1746.131\" value4=\"-547.75\" value5=\"-1887.951\" value6=\"-2134\" value7=\"-1058.151\" value8=\"266.5\" value9=\"1368.14\" value10=\"267\" value11=\"-1279.005\" value12=\"-1258.25\" /><item date=\"2025-10-31T00:45:00+01:00\" value1=\"1988.343\" value2=\"890\" value3=\"-1663.858\" value4=\"-547.75\" value5=\"-1836.101\" value6=\"-2134\" value7=\"-1058.353\" value8=\"266.5\" value9=\"1293.135\" value10=\"267\" value11=\"-1276.834\" value12=\"-1258.25\" /><item date=\"2025-10-31T01:00:00+01:00\" value1=\"1896.855\" value2=\"817.75\" value3=\"-1508.231\" value4=\"-475.75\" value5=\"-1760.298\" value6=\"-2016.25\" value7=\"-1040.149\" value8=\"209.325\" value9=\"1187.211\" value10=\"209.925\" value11=\"-1224.612\" value12=\"-1255\" /><item date=\"2025-10-31T01:15:00+01:00\" value1=\"1853.709\" value2=\"817.75\" value3=\"-1475.67\" value4=\"-475.75\" value5=\"-1727.632\" value6=\"-2016.25\" value7=\"-1033.142\" value8=\"209.325\" value9=\"1141.163\" value10=\"209.925\" value11=\"-1241.572\" value12=\"-1255\" /><item date=\"2025-10-31T01:30:00+01:00\" value1=\"1837.28\" value2=\"817.75\" value3=\"-1462.624\" value4=\"-475.75\" value5=\"-1725.055\" value6=\"-2016.25\" value7=\"-1020.264\" value8=\"209.325\" value9=\"1102.656\" value10=\"209.925\" value11=\"-1268.008\" value12=\"-1255\" /><item date=\"2025-10-31T01:45:00+01:00\" value1=\"1836.376\" value2=\"817.75\" value3=\"-1485.945\" value4=\"-475.75\" value5=\"-1755.901\" value6=\"-2016.25\" value7=\"-1014.019\" value8=\"209.325\" value9=\"1098.535\" value10=\"209.925\" value11=\"-1320.954\" value12=\"-1255\" /><item date=\"2025-10-31T02:00:00+01:00\" value1=\"1817.729\" value2=\"815.5\" value3=\"-1490.752\" value4=\"-484.75\" value5=\"-1790.764\" value6=\"-2133.25\" value7=\"-1028.602\" value8=\"154.325\" value9=\"1029.884\" value10=\"142.75\" value11=\"-1462.506\" value12=\"-1505.425\" /><item date=\"2025-10-31T02:15:00+01:00\" value1=\"1792.44\" value2=\"815.5\" value3=\"-1498.979\" value4=\"-484.75\" value5=\"-1788.035\" value6=\"-2133.25\" value7=\"-1005.881\" value8=\"154.325\" value9=\"1004.492\" value10=\"142.75\" value11=\"-1495.964\" value12=\"-1505.425\" /><item date=\"2025-10-31T02:30:00+01:00\" value1=\"1768.738\" value2=\"815.5\" value3=\"-1466.954\" value4=\"-484.75\" value5=\"-1772.796\" value6=\"-2133.25\" value7=\"-988.6052\" value8=\"154.325\" value9=\"964.4904\" value10=\"142.75\" value11=\"-1495.127\" value12=\"-1505.425\" /><item date=\"2025-10-31T02:45:00+01:00\" value1=\"1761.688\" value2=\"815.5\" value3=\"-1521.763\" value4=\"-484.75\" value5=\"-1774.792\" value6=\"-2133.25\" value7=\"-966.8147\" value8=\"154.325\" value9=\"977.8828\" value10=\"142.75\" value11=\"-1523.798\" value12=\"-1505.425\" /><item date=\"2025-10-31T03:00:00+01:00\" value1=\"1797.975\" value2=\"787.25\" value3=\"-1614.964\" value4=\"-609.375\" value5=\"-1794.372\" value6=\"-2258.25\" value7=\"-931.6307\" value8=\"288.175\" value9=\"1053.84\" value10=\"289.025\" value11=\"-1489.152\" value12=\"-1503.175\" /><item date=\"2025-10-31T03:15:00+01:00\" value1=\"1800.884\" value2=\"787.25\" value3=\"-1589.601\" value4=\"-609.375\" value5=\"-1777.364\" value6=\"-2258.25\" value7=\"-869.1443\" value8=\"288.175\" value9=\"920.7926\" value10=\"289.025\" value11=\"-1514.434\" value12=\"-1503.175\" /><item date=\"2025-10-31T03:30:00+01:00\" value1=\"1788.972\" value2=\"787.25\" value3=\"-1577.767\" value4=\"-609.375\" value5=\"-1770.695\" value6=\"-2258.25\" value7=\"-860.6678\" value8=\"288.175\" value9=\"874.1318\" value10=\"289.025\" value11=\"-1546.025\" value12=\"-1503.175\" /><item date=\"2025-10-31T03:45:00+01:00\" value1=\"1770.364\" value2=\"787.25\" value3=\"-1592.005\" value4=\"-609.375\" value5=\"-1768.282\" value6=\"-2258.25\" value7=\"-865.736\" value8=\"288.175\" value9=\"983.7952\" value10=\"289.025\" value11=\"-1471.865\" value12=\"-1503.175\" /><item date=\"2025-10-31T04:00:00+01:00\" value1=\"1667.427\" value2=\"750.25\" value3=\"-1549.884\" value4=\"-666.325\" value5=\"-1645.413\" value6=\"-2079.75\" value7=\"-684.1279\" value8=\"502.7\" value9=\"1154.266\" value10=\"510.25\" value11=\"-1057.731\" value12=\"-982.8749\" /><item date=\"2025-10-31T04:15:00+01:00\" value1=\"1641.134\" value2=\"750.25\" value3=\"-1552.277\" value4=\"-666.325\" value5=\"-1633.88\" value6=\"-2079.75\" value7=\"-634.7062\" value8=\"502.7\" value9=\"1189.507\" value10=\"510.25\" value11=\"-990.2219\" value12=\"-982.8749\" /><item date=\"2025-10-31T04:30:00+01:00\" value1=\"1673.105\" value2=\"750.25\" value3=\"-1569.904\" value4=\"-666.325\" value5=\"-1639.717\" value6=\"-2079.75\" value7=\"-630.5148\" value8=\"502.7\" value9=\"1186.92\" value10=\"510.25\" value11=\"-980.1099\" value12=\"-982.8749\" /><item date=\"2025-10-31T04:45:00+01:00\" value1=\"1658.9\" value2=\"750.25\" value3=\"-1672.516\" value4=\"-666.325\" value5=\"-1624.443\" value6=\"-2079.75\" value7=\"-556.5127\" value8=\"502.7\" value9=\"1326.29\" value10=\"510.25\" value11=\"-868.2811\" value12=\"-982.8749\" /><item date=\"2025-10-31T05:00:00+01:00\" value1=\"1409.562\" value2=\"619.725\" value3=\"-1684.308\" value4=\"-732.45\" value5=\"-1622.944\" value6=\"-1952.5\" value7=\"-587.2354\" value8=\"619.95\" value9=\"1456.717\" value10=\"625.2\" value11=\"-1028.209\" value12=\"-820.075\" /><item date=\"2025-10-31T05:15:00+01:00\" value1=\"1348.678\" value2=\"619.725\" value3=\"-1734.127\" value4=\"-732.45\" value5=\"-1555.835\" value6=\"-1952.5\" value7=\"-478.47\" value8=\"619.95\" value9=\"1576.333\" value10=\"625.2\" value11=\"-843.4216\" value12=\"-820.075\" /><item date=\"2025-10-31T05:30:00+01:00\" value1=\"1358.964\" value2=\"619.725\" value3=\"-1808.604\" value4=\"-732.45\" value5=\"-1483.458\" value6=\"-1952.5\" value7=\"-343.7844\" value8=\"619.95\" value9=\"1592.358\" value10=\"625.2\" value11=\"-684.5252\" value12=\"-820.075\" /><item date=\"2025-10-31T05:45:00+01:00\" value1=\"1319.181\" value2=\"619.725\" value3=\"-1820.675\" value4=\"-732.45\" value5=\"-1426.525\" value6=\"-1952.5\" value7=\"-229.9079\" value8=\"619.95\" value9=\"1641.664\" value10=\"625.2\" value11=\"-516.2625\" value12=\"-820.075\" /><item date=\"2025-10-31T06:00:00+01:00\" value1=\"1113.538\" value2=\"499.425\" value3=\"-1939.027\" value4=\"-760.925\" value5=\"-1447.164\" value6=\"-1463\" value7=\"-168.2036\" value8=\"617.375\" value9=\"1763.379\" value10=\"587.45\" value11=\"-677.477\" value12=\"-519.675\" /><item date=\"2025-10-31T06:15:00+01:00\" value1=\"1174.805\" value2=\"499.425\" value3=\"-1988.683\" value4=\"-760.925\" value5=\"-1341.832\" value6=\"-1463\" value7=\"61.34657\" value8=\"617.375\" value9=\"1585.018\" value10=\"587.45\" value11=\"-509.3459\" value12=\"-519.675\" /><item date=\"2025-10-31T06:30:00+01:00\" value1=\"1235.508\" value2=\"499.425\" value3=\"-2029.684\" value4=\"-760.925\" value5=\"-1284.122\" value6=\"-1463\" value7=\"91.19974\" value8=\"617.375\" value9=\"1671.589\" value10=\"587.45\" value11=\"-315.5088\" value12=\"-519.675\" /><item date=\"2025-10-31T06:45:00+01:00\" value1=\"1361.635\" value2=\"499.425\" value3=\"-2017.802\" value4=\"-760.925\" value5=\"-1269.062\" value6=\"-1463\" value7=\"63.08137\" value8=\"617.375\" value9=\"1666.313\" value10=\"587.45\" value11=\"-195.8346\" value12=\"-519.675\" /><item date=\"2025-10-31T07:00:00+01:00\" value1=\"1471.268\" value2=\"416.775\" value3=\"-1866.765\" value4=\"-688.2\" value5=\"-1288.925\" value6=\"-1082.225\" value7=\"-62.31364\" value8=\"419.575\" value9=\"1447.354\" value10=\"517.425\" value11=\"-299.3824\" value12=\"-416.65\" /><item date=\"2025-10-31T07:15:00+01:00\" value1=\"1458.236\" value2=\"416.775\" value3=\"-1738.211\" value4=\"-688.2\" value5=\"-1334.463\" value6=\"-1082.225\" value7=\"-73.08314\" value8=\"419.575\" value9=\"1383.076\" value10=\"517.425\" value11=\"-304.4447\" value12=\"-416.65\" /><item date=\"2025-10-31T07:30:00+01:00\" value1=\"1450.016\" value2=\"416.775\" value3=\"-1431.135\" value4=\"-688.2\" value5=\"-1508.344\" value6=\"-1082.225\" value7=\"-127.6083\" value8=\"419.575\" value9=\"1190.5\" value10=\"517.425\" value11=\"-426.5729\" value12=\"-416.65\" /><item date=\"2025-10-31T07:45:00+01:00\" value1=\"1337.559\" value2=\"416.775\" value3=\"-1096.787\" value4=\"-688.2\" value5=\"-1500.398\" value6=\"-1082.225\" value7=\"-304.6818\" value8=\"419.575\" value9=\"1018.842\" value10=\"517.425\" value11=\"-545.4662\" value12=\"-416.65\" /><item date=\"2025-10-31T08:00:00+01:00\" value1=\"1427.817\" value2=\"535.375\" value3=\"-974.1319\" value4=\"-545.95\" value5=\"-1546.057\" value6=\"-1521.125\" value7=\"-415.3862\" value8=\"485.525\" value9=\"932.8704\" value10=\"378.825\" value11=\"-574.8881\" value12=\"-667.35\" /><item date=\"2025-10-31T08:15:00+01:00\" value1=\"1427.628\" value2=\"535.375\" value3=\"-793.6801\" value4=\"-545.95\" value5=\"-1615.772\" value6=\"-1521.125\" value7=\"-626.121\" value8=\"485.525\" value9=\"963.5105\" value10=\"378.825\" value11=\"-644.4343\" value12=\"-667.35\" /><item date=\"2025-10-31T08:30:00+01:00\" value1=\"1278.326\" value2=\"535.375\" value3=\"-584.3661\" value4=\"-545.95\" value5=\"-1539.87\" value6=\"-1521.125\" value7=\"-751.3885\" value8=\"485.525\" value9=\"834.8106\" value10=\"378.825\" value11=\"-762.4882\" value12=\"-667.35\" /><item date=\"2025-10-31T08:45:00+01:00\" value1=\"1190.114\" value2=\"535.375\" value3=\"-443.7841\" value4=\"-545.95\" value5=\"-1500.977\" value6=\"-1521.125\" value7=\"-755.3753\" value8=\"485.525\" value9=\"624.2047\" value10=\"378.825\" value11=\"-885.8177\" value12=\"-667.35\" /><item date=\"2025-10-31T09:00:00+01:00\" value1=\"1054.859\" value2=\"705.65\" value3=\"-486.3161\" value4=\"-519.725\" value5=\"-1438.671\" value6=\"-1366.425\" value7=\"-619.3942\" value8=\"433.225\" value9=\"561.5606\" value10=\"197.775\" value11=\"-927.9622\" value12=\"-549.5\" /><item date=\"2025-10-31T09:15:00+01:00\" value1=\"1089.437\" value2=\"705.65\" value3=\"-279.2989\" value4=\"-519.725\" value5=\"-1329.637\" value6=\"-1366.425\" value7=\"-542.2164\" value8=\"433.225\" value9=\"565.8965\" value10=\"197.775\" value11=\"-495.8189\" value12=\"-549.5\" /><item date=\"2025-10-31T09:30:00+01:00\" value1=\"1222.252\" value2=\"705.65\" value3=\"-488.0363\" value4=\"-519.725\" value5=\"-1362.978\" value6=\"-1366.425\" value7=\"-458.6953\" value8=\"433.225\" value9=\"585.4318\" value10=\"197.775\" value11=\"-502.026\" value12=\"-549.5\" /><item date=\"2025-10-31T09:45:00+01:00\" value1=\"1257.162\" value2=\"705.65\" value3=\"-350.789\" value4=\"-519.725\" value5=\"-1327.833\" value6=\"-1366.425\" value7=\"-384.2946\" value8=\"433.225\" value9=\"552.2361\" value10=\"197.775\" value11=\"-253.5177\" value12=\"-549.5\" /><item date=\"2025-10-31T10:00:00+01:00\" value1=\"1452.764\" value2=\"867.275\" value3=\"-51.32752\" value4=\"30.15\" value5=\"-1507.144\" value6=\"-1824.4\" value7=\"-521.1155\" value8=\"516.525\" value9=\"400.456\" value10=\"137.6\" value11=\"-226.367\" value12=\"-272.85\" /><item date=\"2025-10-31T10:15:00+01:00\" value1=\"1484.646\" value2=\"867.275\" value3=\"-43.79343\" value4=\"30.15\" value5=\"-1429.338\" value6=\"-1824.4\" value7=\"-521.762\" value8=\"516.525\" value9=\"352.9732\" value10=\"137.6\" value11=\"-157.2741\" value12=\"-272.85\" /><item date=\"2025-10-31T10:30:00+01:00\" value1=\"1439.999\" value2=\"867.275\" value3=\"-81.03812\" value4=\"30.15\" value5=\"-1389.644\" value6=\"-1824.4\" value7=\"-510.359\" value8=\"516.525\" value9=\"259.0482\" value10=\"137.6\" value11=\"-281.9937\" value12=\"-272.85\" /><item date=\"2025-10-31T10:45:00+01:00\" value1=\"1497.89\" value2=\"867.275\" value3=\"-104.4886\" value4=\"30.15\" value5=\"-1352.156\" value6=\"-1824.4\" value7=\"-530.5767\" value8=\"516.525\" value9=\"260.6697\" value10=\"137.6\" value11=\"-228.6613\" value12=\"-272.85\" /><item date=\"2025-10-31T11:00:00+01:00\" value1=\"1566.017\" value2=\"982.075\" value3=\"-133.6827\" value4=\"-462.475\" value5=\"-1309.604\" value6=\"-1626.95\" value7=\"-561.5231\" value8=\"479.775\" value9=\"231.0573\" value10=\"298.825\" value11=\"-207.7356\" value12=\"-328.75\" /><item date=\"2025-10-31T11:15:00+01:00\" value1=\"1539.284\" value2=\"982.075\" value3=\"-150\" value4=\"-462.475\" value5=\"-1250.623\" value6=\"-1626.95\" value7=\"-545.3283\" value8=\"479.775\" value9=\"159.6749\" value10=\"298.825\" value11=\"-246.9931\" value12=\"-328.75\" /><item date=\"2025-10-31T11:30:00+01:00\" value1=\"1560.712\" value2=\"982.075\" value3=\"-249.0527\" value4=\"-462.475\" value5=\"-1241.768\" value6=\"-1626.95\" value7=\"-502.0804\" value8=\"479.775\" value9=\"181.8594\" value10=\"298.825\" value11=\"-250.3303\" value12=\"-328.75\" /><item date=\"2025-10-31T11:45:00+01:00\" value1=\"1523.553\" value2=\"982.075\" value3=\"-267.7726\" value4=\"-462.475\" value5=\"-1197.353\" value6=\"-1626.95\" value7=\"-507.2204\" value8=\"479.775\" value9=\"233.986\" value10=\"298.825\" value11=\"-214.8066\" value12=\"-328.75\" /><item date=\"2025-10-31T12:00:00+01:00\" value1=\"1486.812\" value2=\"682.125\" value3=\"-364.6479\" value4=\"-450.225\" value5=\"-1193.795\" value6=\"-1700.95\" value7=\"-434.412\" value8=\"549.35\" value9=\"269.5109\" value10=\"443.775\" value11=\"-236.5319\" value12=\"-475.925\" /><item date=\"2025-10-31T12:15:00+01:00\" value1=\"1439.545\" value2=\"682.125\" value3=\"-564.1266\" value4=\"-450.225\" value5=\"-1301.378\" value6=\"-1700.95\" value7=\"-335.2766\" value8=\"549.35\" value9=\"336.5062\" value10=\"443.775\" value11=\"-424.7302\" value12=\"-475.925\" /><item date=\"2025-10-31T12:30:00+01:00\" value1=\"1303.006\" value2=\"682.125\" value3=\"-449.5488\" value4=\"-450.225\" value5=\"-1276.491\" value6=\"-1700.95\" value7=\"-319.2708\" value8=\"549.35\" value9=\"339.1122\" value10=\"443.775\" value11=\"-403.1927\" value12=\"-475.925\" /><item date=\"2025-10-31T12:45:00+01:00\" value1=\"1131.616\" value2=\"682.125\" value3=\"-497.9019\" value4=\"-450.225\" value5=\"-1298.288\" value6=\"-1700.95\" value7=\"-394.0734\" value8=\"549.35\" value9=\"215.5895\" value10=\"443.775\" value11=\"-843.058\" value12=\"-475.925\" /><item date=\"2025-10-31T13:00:00+01:00\" value1=\"1010.663\" value2=\"219.475\" value3=\"-656.0233\" value4=\"-683.425\" value5=\"-1138.775\" value6=\"-1473.825\" value7=\"-280.2971\" value8=\"359.875\" value9=\"208.7562\" value10=\"693.375\" value11=\"-855.6753\" value12=\"-884.525\" /><item date=\"2025-10-31T13:15:00+01:00\" value1=\"915.9167\" value2=\"219.475\" value3=\"-700.5488\" value4=\"-683.425\" value5=\"-1087.946\" value6=\"-1473.825\" value7=\"-242.1042\" value8=\"359.875\" value9=\"257.9598\" value10=\"693.375\" value11=\"-856.7228\" value12=\"-884.525\" /><item date=\"2025-10-31T13:30:00+01:00\" value1=\"866.4733\" value2=\"219.475\" value3=\"-765.6729\" value4=\"-683.425\" value5=\"-1130.136\" value6=\"-1473.825\" value7=\"-276.5316\" value8=\"359.875\" value9=\"314.3686\" value10=\"693.375\" value11=\"-991.4989\" value12=\"-884.525\" /><item date=\"2025-10-31T13:45:00+01:00\" value1=\"895.4972\" value2=\"219.475\" value3=\"-810.6125\" value4=\"-683.425\" value5=\"-1111.775\" value6=\"-1473.825\" value7=\"-311.4082\" value8=\"359.875\" value9=\"320.3629\" value10=\"693.375\" value11=\"-1017.935\" value12=\"-884.525\" /><item date=\"2025-10-31T14:00:00+01:00\" value1=\"622.2483\" value2=\"-31.35\" value3=\"-643.4174\" value4=\"-732.4\" value5=\"-1061.476\" value6=\"-1085.55\" value7=\"-330.187\" value8=\"361.025\" value9=\"413.3761\" value10=\"240.875\" value11=\"-999.4556\" value12=\"-1247.4\" /><item date=\"2025-10-31T14:15:00+01:00\" value1=\"594.0666\" value2=\"-31.35\" value3=\"-902.3108\" value4=\"-732.4\" value5=\"-1129.863\" value6=\"-1085.55\" value7=\"-227.5437\" value8=\"361.025\" value9=\"652.4873\" value10=\"240.875\" value11=\"-1013.164\" value12=\"-1247.4\" /><item date=\"2025-10-31T14:30:00+01:00\" value1=\"721.8358\" value2=\"-31.35\" value3=\"-1264.021\" value4=\"-732.4\" value5=\"-1364.577\" value6=\"-1085.55\" value7=\"-252.5501\" value8=\"361.025\" value9=\"736.8582\" value10=\"240.875\" value11=\"-1422.454\" value12=\"-1247.4\" /><item date=\"2025-10-31T14:45:00+01:00\" value1=\"561.6174\" value2=\"-31.35\" value3=\"-1434.868\" value4=\"-732.4\" value5=\"-1333.028\" value6=\"-1085.55\" value7=\"-180.873\" value8=\"361.025\" value9=\"951.8165\" value10=\"240.875\" value11=\"-1435.335\" value12=\"-1247.4\" /><item date=\"2025-10-31T15:00:00+01:00\" value1=\"-27.66017\" value2=\"-499.3\" value3=\"-1360.974\" value4=\"-928.15\" value5=\"-955.6663\" value6=\"-717.225\" value7=\"-176.2879\" value8=\"355.025\" value9=\"1002.913\" value10=\"436.375\" value11=\"-1517.676\" value12=\"-1353.275\" /><item date=\"2025-10-31T15:15:00+01:00\" value1=\"-189.562\" value2=\"-499.3\" value3=\"-1548.107\" value4=\"-928.15\" value5=\"-840.6912\" value6=\"-717.225\" value7=\"-93.76667\" value8=\"355.025\" value9=\"1236.875\" value10=\"436.375\" value11=\"-1435.252\" value12=\"-1353.275\" /><item date=\"2025-10-31T15:30:00+01:00\" value1=\"-88.53818\" value2=\"-499.3\" value3=\"-1622.962\" value4=\"-928.15\" value5=\"-871.9628\" value6=\"-717.225\" value7=\"-128.3634\" value8=\"355.025\" value9=\"1393.266\" value10=\"436.375\" value11=\"-1318.56\" value12=\"-1353.275\" /><item date=\"2025-10-31T15:45:00+01:00\" value1=\"96.01603\" value2=\"-499.3\" value3=\"-1768.284\" value4=\"-928.15\" value5=\"-904.9061\" value6=\"-717.225\" value7=\"-157.9324\" value8=\"355.025\" value9=\"1556.75\" value10=\"436.375\" value11=\"-1178.357\" value12=\"-1353.275\" /><item date=\"2025-10-31T16:00:00+01:00\" value1=\"61.92467\" value2=\"-442.5\" value3=\"-1754.543\" value4=\"-767.675\" value5=\"-803.8721\" value6=\"-416.9\" value7=\"-179.8284\" value8=\"211.975\" value9=\"1381.464\" value10=\"251.15\" value11=\"-1294.855\" value12=\"-1163.95\" /><item date=\"2025-10-31T16:15:00+01:00\" value1=\"57.12955\" value2=\"-442.5\" value3=\"-1794.122\" value4=\"-767.675\" value5=\"-770.1337\" value6=\"-416.9\" value7=\"-6.231418\" value8=\"211.975\" value9=\"1327.844\" value10=\"251.15\" value11=\"-1185.513\" value12=\"-1163.95\" /><item date=\"2025-10-31T16:30:00+01:00\" value1=\"130.1398\" value2=\"-442.5\" value3=\"-1788.529\" value4=\"-767.675\" value5=\"-771.3597\" value6=\"-416.9\" value7=\"-26.90268\" value8=\"211.975\" value9=\"1381.569\" value10=\"251.15\" value11=\"-1075.083\" value12=\"-1163.95\" /><item date=\"2025-10-31T16:45:00+01:00\" value1=\"179.6035\" value2=\"-442.5\" value3=\"-1713.648\" value4=\"-767.675\" value5=\"-802.0908\" value6=\"-416.9\" value7=\"-70.89739\" value8=\"211.975\" value9=\"1426.611\" value10=\"251.15\" value11=\"-980.4212\" value12=\"-1163.95\" /><item date=\"2025-10-31T17:00:00+01:00\" value1=\"229.1808\" value2=\"-352.5\" value3=\"-1566.887\" value4=\"-692.025\" value5=\"-813.5543\" value6=\"-460.875\" value7=\"-85.75853\" value8=\"167.075\" value9=\"1362.152\" value10=\"283.1\" value11=\"-874.8672\" value12=\"-1055.225\" /><item date=\"2025-10-31T17:15:00+01:00\" value1=\"153.5911\" value2=\"-352.5\" value3=\"-1563.563\" value4=\"-692.025\" value5=\"-792.7162\" value6=\"-460.875\" value7=\"-45.38612\" value8=\"167.075\" value9=\"1423.78\" value10=\"283.1\" value11=\"-824.2943\" value12=\"-1055.225\" /><item date=\"2025-10-31T17:30:00+01:00\" value1=\"137.893\" value2=\"-352.5\" value3=\"-1543.832\" value4=\"-692.025\" value5=\"-764.8376\" value6=\"-460.875\" value7=\"-46.11028\" value8=\"167.075\" value9=\"1446.073\" value10=\"283.1\" value11=\"-770.8138\" value12=\"-1055.225\" /><item date=\"2025-10-31T17:45:00+01:00\" value1=\"161.5014\" value2=\"-352.5\" value3=\"-1556.096\" value4=\"-692.025\" value5=\"-770.5519\" value6=\"-460.875\" value7=\"-32.31784\" value8=\"167.075\" value9=\"1389.258\" value10=\"283.1\" value11=\"-808.2067\" value12=\"-1055.225\" /><item date=\"2025-10-31T18:00:00+01:00\" value1=\"206.4308\" value2=\"-320.75\" value3=\"-1596.242\" value4=\"-650.625\" value5=\"-771.8154\" value6=\"-595.85\" value7=\"87.78929\" value8=\"364.675\" value9=\"1372.436\" value10=\"400.9\" value11=\"-701.4014\" value12=\"-801.65\" /><item date=\"2025-10-31T18:15:00+01:00\" value1=\"230.2321\" value2=\"-320.75\" value3=\"-1562.63\" value4=\"-650.625\" value5=\"-769.7406\" value6=\"-595.85\" value7=\"151.573\" value8=\"364.675\" value9=\"1291.686\" value10=\"400.9\" value11=\"-658.8788\" value12=\"-801.65\" /><item date=\"2025-10-31T18:30:00+01:00\" value1=\"264.4792\" value2=\"-320.75\" value3=\"-1608.272\" value4=\"-650.625\" value5=\"-811.5045\" value6=\"-595.85\" value7=\"170.6954\" value8=\"364.675\" value9=\"1315.224\" value10=\"400.9\" value11=\"-669.3777\" value12=\"-801.65\" /></data></root></CrossborderPowerFlowsResult></CrossborderPowerFlowsResponse></soap:Body></soap:Envelope>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/Cammesa/conventional_production.json",
    "content": "[\n    {\n        \"fecha\": \"2023-09-07T00:00:00.000-0300\",\n        \"sumTotal\": 17674.2,\n        \"hidraulico\": 5911.1,\n        \"termico\": 7840.8,\n        \"nuclear\": 1389.4,\n        \"renovable\": 2532.9\n    },\n    {\n        \"fecha\": \"2023-09-07T00:05:00.000-0300\",\n        \"sumTotal\": 17592.7,\n        \"hidraulico\": 5909.1,\n        \"termico\": 7789.3,\n        \"nuclear\": 1394.8,\n        \"renovable\": 2499.5\n    },\n    {\n        \"fecha\": \"2023-09-07T00:10:00.000-0300\",\n        \"sumTotal\": 17356.4,\n        \"hidraulico\": 5730.0,\n        \"termico\": 7746.9,\n        \"nuclear\": 1394.9,\n        \"renovable\": 2484.6\n    },\n    {\n        \"fecha\": \"2023-09-07T00:15:00.000-0300\",\n        \"sumTotal\": 17274.100000000002,\n        \"hidraulico\": 5747.8,\n        \"termico\": 7685.6,\n        \"nuclear\": 1388.1,\n        \"renovable\": 2452.6\n    },\n    {\n        \"fecha\": \"2023-09-07T00:20:00.000-0300\",\n        \"sumTotal\": 17130.8,\n        \"hidraulico\": 5840.7,\n        \"termico\": 7487.1,\n        \"nuclear\": 1388.4,\n        \"renovable\": 2414.6\n    },\n    {\n        \"fecha\": \"2023-09-07T00:25:00.000-0300\",\n        \"sumTotal\": 16971.9,\n        \"hidraulico\": 5774.3,\n        \"termico\": 7397.1,\n        \"nuclear\": 1390.3,\n        \"renovable\": 2410.2\n    },\n    {\n        \"fecha\": \"2023-09-07T00:30:00.000-0300\",\n        \"sumTotal\": 16883.8,\n        \"hidraulico\": 5778.2,\n        \"termico\": 7344.7,\n        \"nuclear\": 1390.4,\n        \"renovable\": 2370.5\n    },\n    {\n        \"fecha\": \"2023-09-07T00:35:00.000-0300\",\n        \"sumTotal\": 16758.0,\n        \"hidraulico\": 5674.1,\n        \"termico\": 7308.2,\n        \"nuclear\": 1385.3,\n        \"renovable\": 2390.4\n    },\n    {\n        \"fecha\": \"2023-09-07T00:40:00.000-0300\",\n        \"sumTotal\": 16609.899999999998,\n        \"hidraulico\": 5599.9,\n        \"termico\": 7251.4,\n        \"nuclear\": 1390.9,\n        \"renovable\": 2367.7\n    },\n    {\n        \"fecha\": \"2023-09-07T00:45:00.000-0300\",\n        \"sumTotal\": 16605.4,\n        \"hidraulico\": 5646.6,\n        \"termico\": 7223.0,\n        \"nuclear\": 1390.4,\n        \"renovable\": 2345.4\n    },\n    {\n        \"fecha\": \"2023-09-07T00:50:00.000-0300\",\n        \"sumTotal\": 16706.6,\n        \"hidraulico\": 5780.8,\n        \"termico\": 7206.0,\n        \"nuclear\": 1394.0,\n        \"renovable\": 2325.8\n    },\n    {\n        \"fecha\": \"2023-09-07T00:55:00.000-0300\",\n        \"sumTotal\": 16503.2,\n        \"hidraulico\": 5806.6,\n        \"termico\": 6986.1,\n        \"nuclear\": 1397.5,\n        \"renovable\": 2313.0\n    },\n    {\n        \"fecha\": \"2023-09-07T01:00:00.000-0300\",\n        \"sumTotal\": 16467.6,\n        \"hidraulico\": 5859.9,\n        \"termico\": 6933.6,\n        \"nuclear\": 1397.0,\n        \"renovable\": 2277.1\n    },\n    {\n        \"fecha\": \"2023-09-07T01:05:00.000-0300\",\n        \"sumTotal\": 16434.1,\n        \"hidraulico\": 5892.0,\n        \"termico\": 6894.1,\n        \"nuclear\": 1390.3,\n        \"renovable\": 2257.7\n    },\n    {\n        \"fecha\": \"2023-09-07T01:10:00.000-0300\",\n        \"sumTotal\": 16395.3,\n        \"hidraulico\": 5867.0,\n        \"termico\": 6881.0,\n        \"nuclear\": 1389.8,\n        \"renovable\": 2257.5\n    },\n    {\n        \"fecha\": \"2023-09-07T01:15:00.000-0300\",\n        \"sumTotal\": 16244.3,\n        \"hidraulico\": 5744.2,\n        \"termico\": 6850.6,\n        \"nuclear\": 1388.6,\n        \"renovable\": 2260.9\n    },\n    {\n        \"fecha\": \"2023-09-07T01:20:00.000-0300\",\n        \"sumTotal\": 16469.1,\n        \"hidraulico\": 5894.0,\n        \"termico\": 6899.0,\n        \"nuclear\": 1391.1,\n        \"renovable\": 2285.0\n    },\n    {\n        \"fecha\": \"2023-09-07T01:25:00.000-0300\",\n        \"sumTotal\": 16442.4,\n        \"hidraulico\": 5917.7,\n        \"termico\": 6830.6,\n        \"nuclear\": 1391.7,\n        \"renovable\": 2302.4\n    },\n    {\n        \"fecha\": \"2023-09-07T01:30:00.000-0300\",\n        \"sumTotal\": 16244.5,\n        \"hidraulico\": 5882.4,\n        \"termico\": 6650.8,\n        \"nuclear\": 1392.8,\n        \"renovable\": 2318.5\n    },\n    {\n        \"fecha\": \"2023-09-07T01:35:00.000-0300\",\n        \"sumTotal\": 16292.300000000001,\n        \"hidraulico\": 5966.0,\n        \"termico\": 6616.6,\n        \"nuclear\": 1393.8,\n        \"renovable\": 2315.9\n    },\n    {\n        \"fecha\": \"2023-09-07T01:40:00.000-0300\",\n        \"sumTotal\": 16593.4,\n        \"hidraulico\": 6119.6,\n        \"termico\": 6770.8,\n        \"nuclear\": 1398.7,\n        \"renovable\": 2304.3\n    },\n    {\n        \"fecha\": \"2023-09-07T01:45:00.000-0300\",\n        \"sumTotal\": 16835.399999999998,\n        \"hidraulico\": 6344.8,\n        \"termico\": 6802.2,\n        \"nuclear\": 1394.6,\n        \"renovable\": 2293.8\n    },\n    {\n        \"fecha\": \"2023-09-07T01:50:00.000-0300\",\n        \"sumTotal\": 16842.199999999997,\n        \"hidraulico\": 6430.9,\n        \"termico\": 6758.0,\n        \"nuclear\": 1387.0,\n        \"renovable\": 2266.3\n    },\n    {\n        \"fecha\": \"2023-09-07T01:55:00.000-0300\",\n        \"sumTotal\": 16693.7,\n        \"hidraulico\": 6278.3,\n        \"termico\": 6791.2,\n        \"nuclear\": 1388.1,\n        \"renovable\": 2236.1\n    }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/Cammesa/exchanges.json",
    "content": "{\n    \"type\": \"FeatureCollection\",\n    \"features\": [\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -62.182134,\n                    -32.140421\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4170422\",\n                \"nombre\": \"LIT-CEN\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"243\",\n                \"internacional\": false,\n                \"url\": \"flecha225\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -59.510791,\n                    -29.270577\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4170418\",\n                \"nombre\": \"LIT-NEA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"858\",\n                \"internacional\": false,\n                \"url\": \"flecha225\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -64.993047,\n                    -29.967938\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4220419\",\n                \"nombre\": \"CEN-NOA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"13\",\n                \"internacional\": false,\n                \"url\": \"flecha315\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -63.385543,\n                    -38.76666\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4250420\",\n                \"nombre\": \"PBA-COM\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"3074\",\n                \"internacional\": false,\n                \"url\": \"flecha45\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -65.324708,\n                    -35.989118\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4220420\",\n                \"nombre\": \"CEN-COM\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"7\",\n                \"internacional\": false,\n                \"url\": \"flecha90\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.739899,\n                    -41.994767\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4200111\",\n                \"nombre\": \"COM-PAT\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"962\",\n                \"internacional\": false,\n                \"url\": \"flecha90\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -61.896586,\n                    -29.100734\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4170419\",\n                \"nombre\": \"LIT-NOA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"0\",\n                \"internacional\": false,\n                \"url\": \"flecha135\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -63.392038,\n                    -34.41615\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4250422\",\n                \"nombre\": \"PBA-CEN\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"0\",\n                \"internacional\": false,\n                \"url\": \"flecha135\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.07486,\n                    -33.542342\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4220429\",\n                \"nombre\": \"CEN-CUY\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"392\",\n                \"internacional\": false,\n                \"url\": \"flecha45\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.242399,\n                    -37.578937\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4290420\",\n                \"nombre\": \"CUY-COM\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"862\",\n                \"internacional\": false,\n                \"url\": \"flecha135\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -60.509501,\n                    -33.634523\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4250417\",\n                \"nombre\": \"PBA-LIT\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"28\",\n                \"internacional\": false,\n                \"url\": \"flecha90\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.851574,\n                    -30.069604\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4290419\",\n                \"nombre\": \"CUY-NOA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"0\",\n                \"internacional\": false,\n                \"url\": \"flecha45\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -61.71216,\n                    -25.805339\n                ]\n            },\n            \"properties\": {\n                \"id\": \"4180419\",\n                \"nombre\": \"NEA-NOA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"338\",\n                \"internacional\": false,\n                \"url\": \"flecha180\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -71.0,\n                    -26.0\n                ]\n            },\n            \"properties\": {\n                \"id\": \"1002056\",\n                \"nombre\": \"ARG-CHI\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"200\",\n                \"internacional\": true,\n                \"url\": \"flecha180\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -64.65,\n                    -20.47\n                ]\n            },\n            \"properties\": {\n                \"id\": \"1002599\",\n                \"nombre\": \"ARG-BOL\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"40\",\n                \"internacional\": true,\n                \"url\": \"flecha270\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -52.400971,\n                    -25.43659\n                ]\n            },\n            \"properties\": {\n                \"id\": \"1002055\",\n                \"nombre\": \"ARG-BRA\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"0\",\n                \"internacional\": true,\n                \"url\": \"flecha225\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -58.615612,\n                    -23.057355\n                ]\n            },\n            \"properties\": {\n                \"id\": \"1002595\",\n                \"nombre\": \"ARG-PAR\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"28\",\n                \"internacional\": true,\n                \"url\": \"flecha225\"\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -56.116736,\n                    -32.498692\n                ]\n            },\n            \"properties\": {\n                \"id\": \"1002598\",\n                \"nombre\": \"ARG-URU\",\n                \"fecha\": \"2023-08-30T02:45:00.000-0300\",\n                \"text\": \"0\",\n                \"internacional\": true,\n                \"url\": \"flecha180\"\n            }\n        }\n    ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/Cammesa/renewable_production.json",
    "content": "[\n    {\n        \"momento\": \"2023-09-07T03:15:00.000-0300\",\n        \"eolica\": 1575.37,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 157.63,\n        \"hidraulica\": 246.69,\n        \"cubrimientoDem\": 12.37\n    },\n    {\n        \"momento\": \"2023-09-07T00:20:00.000-0300\",\n        \"eolica\": 2009.54,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 161.85,\n        \"hidraulica\": 245.8,\n        \"cubrimientoDem\": 12.96\n    },\n    {\n        \"momento\": \"2023-09-07T03:45:00.000-0300\",\n        \"eolica\": 1513.85,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 159.64,\n        \"hidraulica\": 247.02,\n        \"cubrimientoDem\": 12.17\n    },\n    {\n        \"momento\": \"2023-09-07T02:15:00.000-0300\",\n        \"eolica\": 1770.28,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 155.44,\n        \"hidraulica\": 246.63,\n        \"cubrimientoDem\": 13.06\n    },\n    {\n        \"momento\": \"2023-09-07T04:20:00.000-0300\",\n        \"eolica\": 1445.85,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 151.71,\n        \"hidraulica\": 247.2,\n        \"cubrimientoDem\": 11.69\n    },\n    {\n        \"momento\": \"2023-09-07T02:45:00.000-0300\",\n        \"eolica\": 1606.52,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 157.37,\n        \"hidraulica\": 247.26,\n        \"cubrimientoDem\": 12.39\n    },\n    {\n        \"momento\": \"2023-09-07T03:20:00.000-0300\",\n        \"eolica\": 1566.2,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 158.4,\n        \"hidraulica\": 246.96,\n        \"cubrimientoDem\": 12.39\n    },\n    {\n        \"momento\": \"2023-09-07T01:45:00.000-0300\",\n        \"eolica\": 1900.64,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 148.3,\n        \"hidraulica\": 247.2,\n        \"cubrimientoDem\": 13.65\n    },\n    {\n        \"momento\": \"2023-09-07T03:50:00.000-0300\",\n        \"eolica\": 1502.28,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 161.1,\n        \"hidraulica\": 246.9,\n        \"cubrimientoDem\": 12.11\n    },\n    {\n        \"momento\": \"2023-09-07T00:45:00.000-0300\",\n        \"eolica\": 1944.1,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 157.2,\n        \"hidraulica\": 246.63,\n        \"cubrimientoDem\": 13.24\n    },\n    {\n        \"momento\": \"2023-09-07T02:20:00.000-0300\",\n        \"eolica\": 1745.53,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 158.11,\n        \"hidraulica\": 246.91,\n        \"cubrimientoDem\": 12.9\n    },\n    {\n        \"momento\": \"2023-09-07T02:50:00.000-0300\",\n        \"eolica\": 1591.1,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 157.46,\n        \"hidraulica\": 246.97,\n        \"cubrimientoDem\": 12.32\n    },\n    {\n        \"momento\": \"2023-09-07T04:45:00.000-0300\",\n        \"eolica\": 1408.73,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 151.6,\n        \"hidraulica\": 247.04,\n        \"cubrimientoDem\": 11.45\n    },\n    {\n        \"momento\": \"2023-09-07T01:50:00.000-0300\",\n        \"eolica\": 1871.5,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 149.74,\n        \"hidraulica\": 247.36,\n        \"cubrimientoDem\": 13.51\n    },\n    {\n        \"momento\": \"2023-09-07T03:55:00.000-0300\",\n        \"eolica\": 1487.07,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 160.19,\n        \"hidraulica\": 246.82,\n        \"cubrimientoDem\": 11.97\n    },\n    {\n        \"momento\": \"2023-09-07T00:50:00.000-0300\",\n        \"eolica\": 1922.51,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 158.55,\n        \"hidraulica\": 247.32,\n        \"cubrimientoDem\": 13.11\n    },\n    {\n        \"momento\": \"2023-09-07T02:55:00.000-0300\",\n        \"eolica\": 1570.81,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 157.34,\n        \"hidraulica\": 247.16,\n        \"cubrimientoDem\": 12.24\n    },\n    {\n        \"momento\": \"2023-09-07T04:50:00.000-0300\",\n        \"eolica\": 1393.86,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 150.99,\n        \"hidraulica\": 247.15,\n        \"cubrimientoDem\": 11.33\n    },\n    {\n        \"momento\": \"2023-09-07T01:55:00.000-0300\",\n        \"eolica\": 1835.68,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 155.96,\n        \"hidraulica\": 246.86,\n        \"cubrimientoDem\": 13.44\n    },\n    {\n        \"momento\": \"2023-09-07T04:00:00.000-0300\",\n        \"eolica\": 1483.27,\n        \"fotovoltaica\": 0.0,\n        \"biocombustible\": 160.43,\n        \"hidraulica\": 247.33,\n        \"cubrimientoDem\": 11.98\n    }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/DK/ElectricityProdex5MinRealtime.json",
    "content": "{\"total\":2133788,\"limit\":100,\"dataset\":\"ElectricityProdex5MinRealtime\",\"records\":[{\"Minutes5UTC\":\"2025-02-21T19:10:00\",\"Minutes5DK\":\"2025-02-21T20:10:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":347.149994,\"ProductionGe100MW\":408.899994,\"OffshoreWindPower\":1502.010010,\"OnshoreWindPower\":2135.169922,\"SolarPower\":7.380000,\"ExchangeGreatBelt\":-302.589996,\"ExchangeGermany\":30.790001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1247.170044,\"ExchangeSweden\":58.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T19:10:00\",\"Minutes5DK\":\"2025-02-21T20:10:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":200.779999,\"ProductionGe100MW\":430.070007,\"OffshoreWindPower\":878.020020,\"OnshoreWindPower\":383.070007,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":302.589996,\"ExchangeGermany\":-682.690002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":561.309998,\"BornholmSE4\":9.590000},{\"Minutes5UTC\":\"2025-02-21T19:05:00\",\"Minutes5DK\":\"2025-02-21T20:05:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":349.170013,\"ProductionGe100MW\":386.839996,\"OffshoreWindPower\":1503.359985,\"OnshoreWindPower\":2128.020020,\"SolarPower\":7.010000,\"ExchangeGreatBelt\":-302.640015,\"ExchangeGermany\":95.040001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1250.270020,\"ExchangeSweden\":63.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T19:05:00\",\"Minutes5DK\":\"2025-02-21T20:05:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":202.960007,\"ProductionGe100MW\":431.700012,\"OffshoreWindPower\":880.429993,\"OnshoreWindPower\":380.000000,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":302.640015,\"ExchangeGermany\":-680.119995,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":576.460022,\"BornholmSE4\":6.960000},{\"Minutes5UTC\":\"2025-02-21T19:00:00\",\"Minutes5DK\":\"2025-02-21T20:00:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":354.529999,\"ProductionGe100MW\":373.730011,\"OffshoreWindPower\":1506.930054,\"OnshoreWindPower\":2117.360107,\"SolarPower\":7.820000,\"ExchangeGreatBelt\":-334.420013,\"ExchangeGermany\":23.559999,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1318.079956,\"ExchangeSweden\":215.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T19:00:00\",\"Minutes5DK\":\"2025-02-21T20:00:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":202.339996,\"ProductionGe100MW\":431.959991,\"OffshoreWindPower\":890.520020,\"OnshoreWindPower\":379.369995,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":334.420013,\"ExchangeGermany\":-681.520020,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":553.169983,\"BornholmSE4\":6.480000},{\"Minutes5UTC\":\"2025-02-21T18:55:00\",\"Minutes5DK\":\"2025-02-21T19:55:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":353.329987,\"ProductionGe100MW\":357.959991,\"OffshoreWindPower\":1505.780029,\"OnshoreWindPower\":2092.070068,\"SolarPower\":7.660000,\"ExchangeGreatBelt\":-387.850006,\"ExchangeGermany\":-80.730003,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.689941,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:55:00\",\"Minutes5DK\":\"2025-02-21T19:55:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":202.369995,\"ProductionGe100MW\":430.850006,\"OffshoreWindPower\":894.710022,\"OnshoreWindPower\":379.839996,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":387.850006,\"ExchangeGermany\":-684.289978,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":496.149994,\"BornholmSE4\":6.550000},{\"Minutes5UTC\":\"2025-02-21T18:50:00\",\"Minutes5DK\":\"2025-02-21T19:50:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":351.160004,\"ProductionGe100MW\":341.350006,\"OffshoreWindPower\":1503.290039,\"OnshoreWindPower\":2071.389893,\"SolarPower\":7.930000,\"ExchangeGreatBelt\":-358.809998,\"ExchangeGermany\":-82.290001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1383.680054,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:50:00\",\"Minutes5DK\":\"2025-02-21T19:50:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":199.740005,\"ProductionGe100MW\":431.440002,\"OffshoreWindPower\":901.799988,\"OnshoreWindPower\":379.029999,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":358.809998,\"ExchangeGermany\":-685.159973,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":513.619995,\"BornholmSE4\":7.300000},{\"Minutes5UTC\":\"2025-02-21T18:45:00\",\"Minutes5DK\":\"2025-02-21T19:45:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":347.869995,\"ProductionGe100MW\":340.350006,\"OffshoreWindPower\":1497.500000,\"OnshoreWindPower\":2088.030029,\"SolarPower\":8.070000,\"ExchangeGreatBelt\":-355.709991,\"ExchangeGermany\":-42.570000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1385.319946,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:45:00\",\"Minutes5DK\":\"2025-02-21T19:45:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":201.740005,\"ProductionGe100MW\":430.399994,\"OffshoreWindPower\":899.559998,\"OnshoreWindPower\":377.279999,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":355.709991,\"ExchangeGermany\":-682.830017,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":543.270020,\"BornholmSE4\":7.540000},{\"Minutes5UTC\":\"2025-02-21T18:40:00\",\"Minutes5DK\":\"2025-02-21T19:40:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":349.440002,\"ProductionGe100MW\":350.350006,\"OffshoreWindPower\":1493.280029,\"OnshoreWindPower\":2085.750000,\"SolarPower\":7.410000,\"ExchangeGreatBelt\":-354.510010,\"ExchangeGermany\":-20.070000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.699951,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:40:00\",\"Minutes5DK\":\"2025-02-21T19:40:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":199.720001,\"ProductionGe100MW\":431.049988,\"OffshoreWindPower\":903.320007,\"OnshoreWindPower\":372.890015,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":354.510010,\"ExchangeGermany\":-693.760010,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":552.059998,\"BornholmSE4\":7.540000},{\"Minutes5UTC\":\"2025-02-21T18:35:00\",\"Minutes5DK\":\"2025-02-21T19:35:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":349.250000,\"ProductionGe100MW\":349.640015,\"OffshoreWindPower\":1493.310059,\"OnshoreWindPower\":2061.669922,\"SolarPower\":9.980000,\"ExchangeGreatBelt\":-351.369995,\"ExchangeGermany\":-15.900000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.560059,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:35:00\",\"Minutes5DK\":\"2025-02-21T19:35:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":200.139999,\"ProductionGe100MW\":431.959991,\"OffshoreWindPower\":910.070007,\"OnshoreWindPower\":361.640015,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":351.369995,\"ExchangeGermany\":-708.609985,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":568.590027,\"BornholmSE4\":6.960000},{\"Minutes5UTC\":\"2025-02-21T18:30:00\",\"Minutes5DK\":\"2025-02-21T19:30:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":349.739990,\"ProductionGe100MW\":349.700012,\"OffshoreWindPower\":1491.500000,\"OnshoreWindPower\":2053.750000,\"SolarPower\":7.410000,\"ExchangeGreatBelt\":-355.470001,\"ExchangeGermany\":-30.330000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.359985,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:30:00\",\"Minutes5DK\":\"2025-02-21T19:30:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":198.830002,\"ProductionGe100MW\":431.959991,\"OffshoreWindPower\":915.260010,\"OnshoreWindPower\":358.260010,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":355.470001,\"ExchangeGermany\":-721.369995,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":560.770020,\"BornholmSE4\":8.290000},{\"Minutes5UTC\":\"2025-02-21T18:25:00\",\"Minutes5DK\":\"2025-02-21T19:25:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":353.130005,\"ProductionGe100MW\":347.670013,\"OffshoreWindPower\":1490.560059,\"OnshoreWindPower\":2046.119995,\"SolarPower\":8.660000,\"ExchangeGreatBelt\":-368.720001,\"ExchangeGermany\":-33.830002,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.979980,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:25:00\",\"Minutes5DK\":\"2025-02-21T19:25:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":196.660004,\"ProductionGe100MW\":431.760010,\"OffshoreWindPower\":912.090027,\"OnshoreWindPower\":358.750000,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":368.720001,\"ExchangeGermany\":-726.450012,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":572.219971,\"BornholmSE4\":8.090000},{\"Minutes5UTC\":\"2025-02-21T18:20:00\",\"Minutes5DK\":\"2025-02-21T19:20:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":332.769989,\"ProductionGe100MW\":346.489990,\"OffshoreWindPower\":1488.680054,\"OnshoreWindPower\":2026.869995,\"SolarPower\":9.440000,\"ExchangeGreatBelt\":-363.089996,\"ExchangeGermany\":-16.469999,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1385.530029,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:20:00\",\"Minutes5DK\":\"2025-02-21T19:20:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":197.470001,\"ProductionGe100MW\":432.799988,\"OffshoreWindPower\":908.320007,\"OnshoreWindPower\":356.350006,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":363.089996,\"ExchangeGermany\":-721.440002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":589.690002,\"BornholmSE4\":8.910000},{\"Minutes5UTC\":\"2025-02-21T18:15:00\",\"Minutes5DK\":\"2025-02-21T19:15:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":323.519989,\"ProductionGe100MW\":351.649994,\"OffshoreWindPower\":1486.979980,\"OnshoreWindPower\":2000.780029,\"SolarPower\":8.850000,\"ExchangeGreatBelt\":-395.019989,\"ExchangeGermany\":55.880001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.739990,\"ExchangeSweden\":359.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:15:00\",\"Minutes5DK\":\"2025-02-21T19:15:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":199.330002,\"ProductionGe100MW\":432.799988,\"OffshoreWindPower\":909.109985,\"OnshoreWindPower\":355.559998,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":395.019989,\"ExchangeGermany\":-699.909973,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":565.809998,\"BornholmSE4\":8.120000},{\"Minutes5UTC\":\"2025-02-21T18:10:00\",\"Minutes5DK\":\"2025-02-21T19:10:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":306.179993,\"ProductionGe100MW\":350.179993,\"OffshoreWindPower\":1478.849976,\"OnshoreWindPower\":1994.420044,\"SolarPower\":9.750000,\"ExchangeGreatBelt\":-398.779999,\"ExchangeGermany\":95.860001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1384.339966,\"ExchangeSweden\":358.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:10:00\",\"Minutes5DK\":\"2025-02-21T19:10:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":207.429993,\"ProductionGe100MW\":437.459991,\"OffshoreWindPower\":903.659973,\"OnshoreWindPower\":345.070007,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":398.779999,\"ExchangeGermany\":-681.090027,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":547.500000,\"BornholmSE4\":9.350000},{\"Minutes5UTC\":\"2025-02-21T18:05:00\",\"Minutes5DK\":\"2025-02-21T19:05:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":303.609985,\"ProductionGe100MW\":355.600006,\"OffshoreWindPower\":1477.680054,\"OnshoreWindPower\":2006.719971,\"SolarPower\":7.700000,\"ExchangeGreatBelt\":-398.799988,\"ExchangeGermany\":146.850006,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1385.709961,\"ExchangeSweden\":359.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:05:00\",\"Minutes5DK\":\"2025-02-21T19:05:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":214.020004,\"ProductionGe100MW\":433.040009,\"OffshoreWindPower\":898.049988,\"OnshoreWindPower\":342.380005,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":398.799988,\"ExchangeGermany\":-678.590027,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":578.190002,\"BornholmSE4\":9.690000},{\"Minutes5UTC\":\"2025-02-21T18:00:00\",\"Minutes5DK\":\"2025-02-21T19:00:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":297.959991,\"ProductionGe100MW\":362.209991,\"OffshoreWindPower\":1484.640015,\"OnshoreWindPower\":1987.479980,\"SolarPower\":8.860000,\"ExchangeGreatBelt\":-399.299988,\"ExchangeGermany\":75.220001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1486.119995,\"ExchangeSweden\":473.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T18:00:00\",\"Minutes5DK\":\"2025-02-21T19:00:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.410004,\"ProductionGe100MW\":432.649994,\"OffshoreWindPower\":902.909973,\"OnshoreWindPower\":336.190002,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":399.299988,\"ExchangeGermany\":-655.150024,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":517.239990,\"BornholmSE4\":9.040000},{\"Minutes5UTC\":\"2025-02-21T17:55:00\",\"Minutes5DK\":\"2025-02-21T18:55:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":309.899994,\"ProductionGe100MW\":389.980011,\"OffshoreWindPower\":1483.540039,\"OnshoreWindPower\":1959.760010,\"SolarPower\":7.420000,\"ExchangeGreatBelt\":-399.299988,\"ExchangeGermany\":-78.800003,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1575.540039,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:55:00\",\"Minutes5DK\":\"2025-02-21T18:55:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.979996,\"ProductionGe100MW\":430.589996,\"OffshoreWindPower\":905.130005,\"OnshoreWindPower\":326.630005,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":399.299988,\"ExchangeGermany\":-562.090027,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":459.750000,\"BornholmSE4\":11.030000},{\"Minutes5UTC\":\"2025-02-21T17:50:00\",\"Minutes5DK\":\"2025-02-21T18:50:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":322.230011,\"ProductionGe100MW\":405.950012,\"OffshoreWindPower\":1473.989990,\"OnshoreWindPower\":1910.199951,\"SolarPower\":7.260000,\"ExchangeGreatBelt\":-385.700012,\"ExchangeGermany\":-42.599998,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1575.369995,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:50:00\",\"Minutes5DK\":\"2025-02-21T18:50:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":221.110001,\"ProductionGe100MW\":432.929993,\"OffshoreWindPower\":906.710022,\"OnshoreWindPower\":322.359985,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":385.700012,\"ExchangeGermany\":-562.940002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":511.660004,\"BornholmSE4\":12.940000},{\"Minutes5UTC\":\"2025-02-21T17:45:00\",\"Minutes5DK\":\"2025-02-21T18:45:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":328.179993,\"ProductionGe100MW\":418.309998,\"OffshoreWindPower\":1469.900024,\"OnshoreWindPower\":1888.430054,\"SolarPower\":7.410000,\"ExchangeGreatBelt\":-356.589996,\"ExchangeGermany\":-51.369999,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.979980,\"ExchangeSweden\":583.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:45:00\",\"Minutes5DK\":\"2025-02-21T18:45:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.860001,\"ProductionGe100MW\":433.709991,\"OffshoreWindPower\":911.580017,\"OnshoreWindPower\":315.029999,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":356.589996,\"ExchangeGermany\":-562.500000,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":557.239990,\"BornholmSE4\":12.020000},{\"Minutes5UTC\":\"2025-02-21T17:40:00\",\"Minutes5DK\":\"2025-02-21T18:40:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":327.239990,\"ProductionGe100MW\":431.489990,\"OffshoreWindPower\":1465.479980,\"OnshoreWindPower\":1849.030029,\"SolarPower\":7.660000,\"ExchangeGreatBelt\":-346.130005,\"ExchangeGermany\":-25.980000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.209961,\"ExchangeSweden\":583.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:40:00\",\"Minutes5DK\":\"2025-02-21T18:40:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":217.570007,\"ProductionGe100MW\":434.459991,\"OffshoreWindPower\":908.659973,\"OnshoreWindPower\":306.700012,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":346.130005,\"ExchangeGermany\":-560.940002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":589.520020,\"BornholmSE4\":13.790000},{\"Minutes5UTC\":\"2025-02-21T17:35:00\",\"Minutes5DK\":\"2025-02-21T18:35:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":328.390015,\"ProductionGe100MW\":450.200012,\"OffshoreWindPower\":1471.550049,\"OnshoreWindPower\":1854.780029,\"SolarPower\":7.580000,\"ExchangeGreatBelt\":-346.179993,\"ExchangeGermany\":-8.550000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.739990,\"ExchangeSweden\":583.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:35:00\",\"Minutes5DK\":\"2025-02-21T18:35:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":218.940002,\"ProductionGe100MW\":433.679993,\"OffshoreWindPower\":905.969971,\"OnshoreWindPower\":305.929993,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":346.179993,\"ExchangeGermany\":-562.109985,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":589.940002,\"BornholmSE4\":13.550000},{\"Minutes5UTC\":\"2025-02-21T17:30:00\",\"Minutes5DK\":\"2025-02-21T18:30:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":328.429993,\"ProductionGe100MW\":452.589996,\"OffshoreWindPower\":1471.660034,\"OnshoreWindPower\":1834.150024,\"SolarPower\":7.790000,\"ExchangeGreatBelt\":-332.529999,\"ExchangeGermany\":-21.469999,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.900024,\"ExchangeSweden\":583.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:30:00\",\"Minutes5DK\":\"2025-02-21T18:30:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.289993,\"ProductionGe100MW\":433.160004,\"OffshoreWindPower\":899.729980,\"OnshoreWindPower\":310.720001,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":332.529999,\"ExchangeGermany\":-563.159973,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":586.719971,\"BornholmSE4\":13.380000},{\"Minutes5UTC\":\"2025-02-21T17:25:00\",\"Minutes5DK\":\"2025-02-21T18:25:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":328.000000,\"ProductionGe100MW\":456.670013,\"OffshoreWindPower\":1463.300049,\"OnshoreWindPower\":1839.319946,\"SolarPower\":7.890000,\"ExchangeGreatBelt\":-347.790009,\"ExchangeGermany\":-40.939999,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.810059,\"ExchangeSweden\":583.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:25:00\",\"Minutes5DK\":\"2025-02-21T18:25:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":220.789993,\"ProductionGe100MW\":431.410004,\"OffshoreWindPower\":893.780029,\"OnshoreWindPower\":306.690002,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":347.790009,\"ExchangeGermany\":-556.869995,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":609.130005,\"BornholmSE4\":9.970000},{\"Minutes5UTC\":\"2025-02-21T17:20:00\",\"Minutes5DK\":\"2025-02-21T18:20:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":326.609985,\"ProductionGe100MW\":459.230011,\"OffshoreWindPower\":1454.510010,\"OnshoreWindPower\":1827.020020,\"SolarPower\":8.010000,\"ExchangeGreatBelt\":-379.220001,\"ExchangeGermany\":-24.440001,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1575.150024,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:20:00\",\"Minutes5DK\":\"2025-02-21T18:20:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":220.919998,\"ProductionGe100MW\":431.670013,\"OffshoreWindPower\":889.309998,\"OnshoreWindPower\":303.859985,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":379.220001,\"ExchangeGermany\":-565.429993,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":575.390015,\"BornholmSE4\":11.710000},{\"Minutes5UTC\":\"2025-02-21T17:15:00\",\"Minutes5DK\":\"2025-02-21T18:15:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":333.880005,\"ProductionGe100MW\":461.250000,\"OffshoreWindPower\":1463.780029,\"OnshoreWindPower\":1827.709961,\"SolarPower\":5.920000,\"ExchangeGreatBelt\":-366.119995,\"ExchangeGermany\":-12.360000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1575.130005,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:15:00\",\"Minutes5DK\":\"2025-02-21T18:15:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":224.570007,\"ProductionGe100MW\":434.429993,\"OffshoreWindPower\":876.219971,\"OnshoreWindPower\":302.709991,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":366.119995,\"ExchangeGermany\":-564.049988,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":603.049988,\"BornholmSE4\":12.500000},{\"Minutes5UTC\":\"2025-02-21T17:10:00\",\"Minutes5DK\":\"2025-02-21T18:10:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":333.899994,\"ProductionGe100MW\":447.750000,\"OffshoreWindPower\":1470.709961,\"OnshoreWindPower\":1825.800049,\"SolarPower\":5.890000,\"ExchangeGreatBelt\":-357.980011,\"ExchangeGermany\":6.240000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1575.650024,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:10:00\",\"Minutes5DK\":\"2025-02-21T18:10:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":227.029999,\"ProductionGe100MW\":434.570007,\"OffshoreWindPower\":864.390015,\"OnshoreWindPower\":302.480011,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":357.980011,\"ExchangeGermany\":-560.799988,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":627.330017,\"BornholmSE4\":15.710000},{\"Minutes5UTC\":\"2025-02-21T17:05:00\",\"Minutes5DK\":\"2025-02-21T18:05:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":331.160004,\"ProductionGe100MW\":443.920013,\"OffshoreWindPower\":1463.130005,\"OnshoreWindPower\":1826.140015,\"SolarPower\":6.010000,\"ExchangeGreatBelt\":-338.369995,\"ExchangeGermany\":29.670000,\"ExchangeNetherlands\":-700.090027,\"ExchangeGreatBritain\":-1455.079956,\"ExchangeNorway\":1574.660034,\"ExchangeSweden\":584.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:05:00\",\"Minutes5DK\":\"2025-02-21T18:05:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":225.990005,\"ProductionGe100MW\":431.679993,\"OffshoreWindPower\":845.039978,\"OnshoreWindPower\":298.950012,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":338.369995,\"ExchangeGermany\":-566.890015,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":700.500000,\"BornholmSE4\":17.660000},{\"Minutes5UTC\":\"2025-02-21T17:00:00\",\"Minutes5DK\":\"2025-02-21T18:00:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":326.329987,\"ProductionGe100MW\":458.630005,\"OffshoreWindPower\":1471.119995,\"OnshoreWindPower\":1805.939941,\"SolarPower\":6.800000,\"ExchangeGreatBelt\":-378.190002,\"ExchangeGermany\":-105.669998,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1389.630005,\"ExchangeNorway\":1589.359985,\"ExchangeSweden\":653.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T17:00:00\",\"Minutes5DK\":\"2025-02-21T18:00:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":225.539993,\"ProductionGe100MW\":431.609985,\"OffshoreWindPower\":825.039978,\"OnshoreWindPower\":301.269989,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":378.190002,\"ExchangeGermany\":-478.220001,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":639.260010,\"BornholmSE4\":17.860001},{\"Minutes5UTC\":\"2025-02-21T16:55:00\",\"Minutes5DK\":\"2025-02-21T17:55:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":329.649994,\"ProductionGe100MW\":444.420013,\"OffshoreWindPower\":1477.219971,\"OnshoreWindPower\":1797.770020,\"SolarPower\":7.070000,\"ExchangeGreatBelt\":-386.649994,\"ExchangeGermany\":-286.950012,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1597.900024,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:55:00\",\"Minutes5DK\":\"2025-02-21T17:55:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":226.619995,\"ProductionGe100MW\":432.519989,\"OffshoreWindPower\":805.280029,\"OnshoreWindPower\":286.970001,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":386.649994,\"ExchangeGermany\":-393.070007,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":569.880005,\"BornholmSE4\":18.340000},{\"Minutes5UTC\":\"2025-02-21T16:50:00\",\"Minutes5DK\":\"2025-02-21T17:50:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":317.929993,\"ProductionGe100MW\":429.510010,\"OffshoreWindPower\":1482.060059,\"OnshoreWindPower\":1781.660034,\"SolarPower\":7.660000,\"ExchangeGreatBelt\":-392.350006,\"ExchangeGermany\":-256.839996,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.430054,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:50:00\",\"Minutes5DK\":\"2025-02-21T17:50:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":228.479996,\"ProductionGe100MW\":433.630005,\"OffshoreWindPower\":789.599976,\"OnshoreWindPower\":279.820007,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":392.350006,\"ExchangeGermany\":-392.309998,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":581.349976,\"BornholmSE4\":18.240000},{\"Minutes5UTC\":\"2025-02-21T16:45:00\",\"Minutes5DK\":\"2025-02-21T17:45:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":320.470001,\"ProductionGe100MW\":417.850006,\"OffshoreWindPower\":1484.489990,\"OnshoreWindPower\":1749.560059,\"SolarPower\":8.230000,\"ExchangeGreatBelt\":-398.549988,\"ExchangeGermany\":-225.789993,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.439941,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:45:00\",\"Minutes5DK\":\"2025-02-21T17:45:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":227.880005,\"ProductionGe100MW\":432.459991,\"OffshoreWindPower\":774.299988,\"OnshoreWindPower\":273.369995,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":398.549988,\"ExchangeGermany\":-386.940002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":594.479980,\"BornholmSE4\":18.850000},{\"Minutes5UTC\":\"2025-02-21T16:40:00\",\"Minutes5DK\":\"2025-02-21T17:40:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":323.730011,\"ProductionGe100MW\":414.170013,\"OffshoreWindPower\":1481.989990,\"OnshoreWindPower\":1708.910034,\"SolarPower\":7.730000,\"ExchangeGreatBelt\":-399.209991,\"ExchangeGermany\":-210.369995,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1599.339966,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:40:00\",\"Minutes5DK\":\"2025-02-21T17:40:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":226.059998,\"ProductionGe100MW\":434.880005,\"OffshoreWindPower\":744.830017,\"OnshoreWindPower\":271.890015,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":399.209991,\"ExchangeGermany\":-390.059998,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":590.429993,\"BornholmSE4\":18.920000},{\"Minutes5UTC\":\"2025-02-21T16:35:00\",\"Minutes5DK\":\"2025-02-21T17:35:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":323.750000,\"ProductionGe100MW\":415.450012,\"OffshoreWindPower\":1487.209961,\"OnshoreWindPower\":1680.530029,\"SolarPower\":10.100000,\"ExchangeGreatBelt\":-399.209991,\"ExchangeGermany\":-214.080002,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.640015,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:35:00\",\"Minutes5DK\":\"2025-02-21T17:35:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":226.309998,\"ProductionGe100MW\":436.059998,\"OffshoreWindPower\":716.109985,\"OnshoreWindPower\":268.820007,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":399.209991,\"ExchangeGermany\":-390.640015,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":612.159973,\"BornholmSE4\":19.020000},{\"Minutes5UTC\":\"2025-02-21T16:30:00\",\"Minutes5DK\":\"2025-02-21T17:30:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":318.679993,\"ProductionGe100MW\":416.720001,\"OffshoreWindPower\":1498.060059,\"OnshoreWindPower\":1645.010010,\"SolarPower\":11.680000,\"ExchangeGreatBelt\":-399.209991,\"ExchangeGermany\":-233.610001,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.239990,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:30:00\",\"Minutes5DK\":\"2025-02-21T17:30:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":225.809998,\"ProductionGe100MW\":436.320007,\"OffshoreWindPower\":677.419983,\"OnshoreWindPower\":256.570007,\"SolarPower\":0.000000,\"ExchangeGreatBelt\":399.209991,\"ExchangeGermany\":-392.429993,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":645.010010,\"BornholmSE4\":18.510000},{\"Minutes5UTC\":\"2025-02-21T16:25:00\",\"Minutes5DK\":\"2025-02-21T17:25:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":320.049988,\"ProductionGe100MW\":413.269989,\"OffshoreWindPower\":1491.699951,\"OnshoreWindPower\":1612.920044,\"SolarPower\":13.790000,\"ExchangeGreatBelt\":-399.209991,\"ExchangeGermany\":-217.250000,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.310059,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:25:00\",\"Minutes5DK\":\"2025-02-21T17:25:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":227.339996,\"ProductionGe100MW\":432.769989,\"OffshoreWindPower\":650.109985,\"OnshoreWindPower\":245.770004,\"SolarPower\":0.330000,\"ExchangeGreatBelt\":399.209991,\"ExchangeGermany\":-392.019989,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":677.780029,\"BornholmSE4\":18.370001},{\"Minutes5UTC\":\"2025-02-21T16:20:00\",\"Minutes5DK\":\"2025-02-21T17:20:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":320.799988,\"ProductionGe100MW\":416.070007,\"OffshoreWindPower\":1482.109985,\"OnshoreWindPower\":1581.660034,\"SolarPower\":19.840000,\"ExchangeGreatBelt\":-399.390015,\"ExchangeGermany\":-203.020004,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1598.160034,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:20:00\",\"Minutes5DK\":\"2025-02-21T17:20:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":229.369995,\"ProductionGe100MW\":428.160004,\"OffshoreWindPower\":618.280029,\"OnshoreWindPower\":253.279999,\"SolarPower\":1.400000,\"ExchangeGreatBelt\":399.390015,\"ExchangeGermany\":-390.679993,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":667.960022,\"BornholmSE4\":17.860001},{\"Minutes5UTC\":\"2025-02-21T16:15:00\",\"Minutes5DK\":\"2025-02-21T17:15:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":325.380005,\"ProductionGe100MW\":420.649994,\"OffshoreWindPower\":1473.359985,\"OnshoreWindPower\":1588.300049,\"SolarPower\":30.670000,\"ExchangeGreatBelt\":-399.390015,\"ExchangeGermany\":-188.440002,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1597.319946,\"ExchangeSweden\":715.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:15:00\",\"Minutes5DK\":\"2025-02-21T17:15:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":228.320007,\"ProductionGe100MW\":412.359985,\"OffshoreWindPower\":601.080017,\"OnshoreWindPower\":246.869995,\"SolarPower\":2.060000,\"ExchangeGreatBelt\":399.390015,\"ExchangeGermany\":-389.859985,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":716.030029,\"BornholmSE4\":18.139999},{\"Minutes5UTC\":\"2025-02-21T16:10:00\",\"Minutes5DK\":\"2025-02-21T17:10:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":320.420013,\"ProductionGe100MW\":424.140015,\"OffshoreWindPower\":1467.959961,\"OnshoreWindPower\":1592.030029,\"SolarPower\":38.930000,\"ExchangeGreatBelt\":-399.390015,\"ExchangeGermany\":-216.029999,\"ExchangeNetherlands\":-700.419983,\"ExchangeGreatBritain\":-1325.390015,\"ExchangeNorway\":1595.209961,\"ExchangeSweden\":714.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:10:00\",\"Minutes5DK\":\"2025-02-21T17:10:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":227.699997,\"ProductionGe100MW\":405.679993,\"OffshoreWindPower\":575.890015,\"OnshoreWindPower\":234.699997,\"SolarPower\":2.770000,\"ExchangeGreatBelt\":399.390015,\"ExchangeGermany\":-391.220001,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":757.090027,\"BornholmSE4\":16.940001},{\"Minutes5UTC\":\"2025-02-21T16:05:00\",\"Minutes5DK\":\"2025-02-21T17:05:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":330.920013,\"ProductionGe100MW\":455.369995,\"OffshoreWindPower\":1393.189941,\"OnshoreWindPower\":1561.780029,\"SolarPower\":48.160000,\"ExchangeGreatBelt\":-391.950012,\"ExchangeGermany\":-292.820007,\"ExchangeNetherlands\":-699.460022,\"ExchangeGreatBritain\":-1320.869995,\"ExchangeNorway\":1595.050049,\"ExchangeSweden\":712.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:05:00\",\"Minutes5DK\":\"2025-02-21T17:05:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":225.490005,\"ProductionGe100MW\":421.119995,\"OffshoreWindPower\":552.219971,\"OnshoreWindPower\":232.149994,\"SolarPower\":3.980000,\"ExchangeGreatBelt\":391.950012,\"ExchangeGermany\":-392.000000,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":784.270020,\"BornholmSE4\":16.389999},{\"Minutes5UTC\":\"2025-02-21T16:00:00\",\"Minutes5DK\":\"2025-02-21T17:00:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":341.239990,\"ProductionGe100MW\":485.739990,\"OffshoreWindPower\":1102.339966,\"OnshoreWindPower\":1560.869995,\"SolarPower\":53.299999,\"ExchangeGreatBelt\":-364.200012,\"ExchangeGermany\":-430.010010,\"ExchangeNetherlands\":-560.609985,\"ExchangeGreatBritain\":-990.960022,\"ExchangeNorway\":1595.829956,\"ExchangeSweden\":558.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T16:00:00\",\"Minutes5DK\":\"2025-02-21T17:00:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":223.199997,\"ProductionGe100MW\":433.399994,\"OffshoreWindPower\":529.989990,\"OnshoreWindPower\":228.070007,\"SolarPower\":5.430000,\"ExchangeGreatBelt\":364.200012,\"ExchangeGermany\":-314.200012,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":720.640015,\"BornholmSE4\":16.389999},{\"Minutes5UTC\":\"2025-02-21T15:55:00\",\"Minutes5DK\":\"2025-02-21T16:55:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":339.390015,\"ProductionGe100MW\":484.489990,\"OffshoreWindPower\":1078.329956,\"OnshoreWindPower\":1551.270020,\"SolarPower\":60.430000,\"ExchangeGreatBelt\":-357.019989,\"ExchangeGermany\":-764.700012,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1595.599976,\"ExchangeSweden\":415.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:55:00\",\"Minutes5DK\":\"2025-02-21T16:55:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":220.389999,\"ProductionGe100MW\":440.290009,\"OffshoreWindPower\":481.640015,\"OnshoreWindPower\":224.839996,\"SolarPower\":6.700000,\"ExchangeGreatBelt\":357.019989,\"ExchangeGermany\":-238.789993,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":704.059998,\"BornholmSE4\":18.850000},{\"Minutes5UTC\":\"2025-02-21T15:50:00\",\"Minutes5DK\":\"2025-02-21T16:50:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":340.989990,\"ProductionGe100MW\":488.910004,\"OffshoreWindPower\":1055.930054,\"OnshoreWindPower\":1546.859985,\"SolarPower\":65.669998,\"ExchangeGreatBelt\":-382.149994,\"ExchangeGermany\":-724.539978,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1595.199951,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:50:00\",\"Minutes5DK\":\"2025-02-21T16:50:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":220.740005,\"ProductionGe100MW\":439.450012,\"OffshoreWindPower\":439.049988,\"OnshoreWindPower\":226.470001,\"SolarPower\":8.210000,\"ExchangeGreatBelt\":382.149994,\"ExchangeGermany\":-240.139999,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":689.450012,\"BornholmSE4\":18.270000},{\"Minutes5UTC\":\"2025-02-21T15:45:00\",\"Minutes5DK\":\"2025-02-21T16:45:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":338.940002,\"ProductionGe100MW\":490.380005,\"OffshoreWindPower\":1041.390015,\"OnshoreWindPower\":1534.569946,\"SolarPower\":77.699997,\"ExchangeGreatBelt\":-379.459991,\"ExchangeGermany\":-758.270020,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1596.540039,\"ExchangeSweden\":415.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:45:00\",\"Minutes5DK\":\"2025-02-21T16:45:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":220.009995,\"ProductionGe100MW\":450.570007,\"OffshoreWindPower\":434.399994,\"OnshoreWindPower\":219.779999,\"SolarPower\":9.780000,\"ExchangeGreatBelt\":379.459991,\"ExchangeGermany\":-241.479996,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":723.039978,\"BornholmSE4\":18.580000},{\"Minutes5UTC\":\"2025-02-21T15:40:00\",\"Minutes5DK\":\"2025-02-21T16:40:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":337.380005,\"ProductionGe100MW\":488.489990,\"OffshoreWindPower\":1035.760010,\"OnshoreWindPower\":1512.650024,\"SolarPower\":84.160004,\"ExchangeGreatBelt\":-384.000000,\"ExchangeGermany\":-738.770020,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1596.300049,\"ExchangeSweden\":415.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:40:00\",\"Minutes5DK\":\"2025-02-21T16:40:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.979996,\"ProductionGe100MW\":450.299988,\"OffshoreWindPower\":430.799988,\"OnshoreWindPower\":216.169998,\"SolarPower\":12.030000,\"ExchangeGreatBelt\":384.000000,\"ExchangeGermany\":-240.000000,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":689.789978,\"BornholmSE4\":17.309999},{\"Minutes5UTC\":\"2025-02-21T15:35:00\",\"Minutes5DK\":\"2025-02-21T16:35:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":331.339996,\"ProductionGe100MW\":484.700012,\"OffshoreWindPower\":1027.010010,\"OnshoreWindPower\":1515.979980,\"SolarPower\":89.809998,\"ExchangeGreatBelt\":-392.320007,\"ExchangeGermany\":-704.929993,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1597.689941,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:35:00\",\"Minutes5DK\":\"2025-02-21T16:35:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":221.169998,\"ProductionGe100MW\":447.609985,\"OffshoreWindPower\":428.320007,\"OnshoreWindPower\":211.009995,\"SolarPower\":14.420000,\"ExchangeGreatBelt\":392.320007,\"ExchangeGermany\":-238.360001,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":669.289978,\"BornholmSE4\":16.190001},{\"Minutes5UTC\":\"2025-02-21T15:30:00\",\"Minutes5DK\":\"2025-02-21T16:30:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":323.480011,\"ProductionGe100MW\":476.730011,\"OffshoreWindPower\":1027.310059,\"OnshoreWindPower\":1519.589966,\"SolarPower\":99.720001,\"ExchangeGreatBelt\":-393.010010,\"ExchangeGermany\":-736.239990,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1595.160034,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:30:00\",\"Minutes5DK\":\"2025-02-21T16:30:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.940002,\"ProductionGe100MW\":451.619995,\"OffshoreWindPower\":421.880005,\"OnshoreWindPower\":217.669998,\"SolarPower\":16.620001,\"ExchangeGreatBelt\":393.010010,\"ExchangeGermany\":-241.259995,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":679.140015,\"BornholmSE4\":16.150000},{\"Minutes5UTC\":\"2025-02-21T15:25:00\",\"Minutes5DK\":\"2025-02-21T16:25:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":321.500000,\"ProductionGe100MW\":475.720001,\"OffshoreWindPower\":1021.179993,\"OnshoreWindPower\":1536.310059,\"SolarPower\":102.910004,\"ExchangeGreatBelt\":-395.880005,\"ExchangeGermany\":-715.359985,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1595.040039,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:25:00\",\"Minutes5DK\":\"2025-02-21T16:25:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.550003,\"ProductionGe100MW\":441.359985,\"OffshoreWindPower\":425.920013,\"OnshoreWindPower\":214.289993,\"SolarPower\":20.219999,\"ExchangeGreatBelt\":395.880005,\"ExchangeGermany\":-240.029999,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":665.419983,\"BornholmSE4\":15.260000},{\"Minutes5UTC\":\"2025-02-21T15:20:00\",\"Minutes5DK\":\"2025-02-21T16:20:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":316.489990,\"ProductionGe100MW\":457.799988,\"OffshoreWindPower\":1055.010010,\"OnshoreWindPower\":1565.930054,\"SolarPower\":107.370003,\"ExchangeGreatBelt\":-398.980011,\"ExchangeGermany\":-709.390015,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1597.380005,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:20:00\",\"Minutes5DK\":\"2025-02-21T16:20:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":221.039993,\"ProductionGe100MW\":437.459991,\"OffshoreWindPower\":425.779999,\"OnshoreWindPower\":211.990005,\"SolarPower\":23.600000,\"ExchangeGreatBelt\":398.980011,\"ExchangeGermany\":-242.429993,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":686.450012,\"BornholmSE4\":14.410000},{\"Minutes5UTC\":\"2025-02-21T15:15:00\",\"Minutes5DK\":\"2025-02-21T16:15:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":312.910004,\"ProductionGe100MW\":450.920013,\"OffshoreWindPower\":1082.819946,\"OnshoreWindPower\":1564.189941,\"SolarPower\":116.489998,\"ExchangeGreatBelt\":-398.980011,\"ExchangeGermany\":-727.590027,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1595.290039,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:15:00\",\"Minutes5DK\":\"2025-02-21T16:15:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":218.550003,\"ProductionGe100MW\":434.730011,\"OffshoreWindPower\":436.010010,\"OnshoreWindPower\":211.149994,\"SolarPower\":25.850000,\"ExchangeGreatBelt\":398.980011,\"ExchangeGermany\":-241.440002,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":664.880005,\"BornholmSE4\":14.440000},{\"Minutes5UTC\":\"2025-02-21T15:10:00\",\"Minutes5DK\":\"2025-02-21T16:10:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":320.600006,\"ProductionGe100MW\":426.059998,\"OffshoreWindPower\":1082.719971,\"OnshoreWindPower\":1527.810059,\"SolarPower\":124.529999,\"ExchangeGreatBelt\":-398.980011,\"ExchangeGermany\":-689.820007,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-663.299988,\"ExchangeNorway\":1597.699951,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:10:00\",\"Minutes5DK\":\"2025-02-21T16:10:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":218.449997,\"ProductionGe100MW\":425.350006,\"OffshoreWindPower\":448.910004,\"OnshoreWindPower\":206.130005,\"SolarPower\":29.309999,\"ExchangeGreatBelt\":398.980011,\"ExchangeGermany\":-241.919998,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":663.469971,\"BornholmSE4\":14.170000},{\"Minutes5UTC\":\"2025-02-21T15:05:00\",\"Minutes5DK\":\"2025-02-21T16:05:00\",\"PriceArea\":\"DK1\",\"ProductionLt100MW\":329.170013,\"ProductionGe100MW\":408.600006,\"OffshoreWindPower\":1080.479980,\"OnshoreWindPower\":1496.589966,\"SolarPower\":138.399994,\"ExchangeGreatBelt\":-388.149994,\"ExchangeGermany\":-653.869995,\"ExchangeNetherlands\":-429.809998,\"ExchangeGreatBritain\":-660.159973,\"ExchangeNorway\":1597.449951,\"ExchangeSweden\":416.000000,\"BornholmSE4\":null},{\"Minutes5UTC\":\"2025-02-21T15:05:00\",\"Minutes5DK\":\"2025-02-21T16:05:00\",\"PriceArea\":\"DK2\",\"ProductionLt100MW\":219.070007,\"ProductionGe100MW\":424.420013,\"OffshoreWindPower\":453.739990,\"OnshoreWindPower\":210.970001,\"SolarPower\":31.320000,\"ExchangeGreatBelt\":388.149994,\"ExchangeGermany\":-240.820007,\"ExchangeNetherlands\":null,\"ExchangeGreatBritain\":null,\"ExchangeNorway\":null,\"ExchangeSweden\":692.619995,\"BornholmSE4\":15.330000}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/DK/Forecasts_5Min.json",
    "content": "{\"total\":864,\"filters\":\"{\\\"PriceArea\\\":[\\\"DK1\\\"]}\",\"sort\":\"Minutes5UTC DESC\",\"dataset\":\"Forecasts_5Min\",\"records\":[{\"Minutes5UTC\":\"2025-02-21T22:55:00\",\"Minutes5DK\":\"2025-02-21T23:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":957.000000,\"Forecast1Hour\":1056.000000,\"ForecastCurrent\":1056.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:55:00\",\"Minutes5DK\":\"2025-02-21T23:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1631.000000,\"Forecast5Hour\":2015.000000,\"Forecast1Hour\":2182.000000,\"ForecastCurrent\":2182.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:55:00\",\"Minutes5DK\":\"2025-02-21T23:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.180000,\"ForecastCurrent\":4.180000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:50:00\",\"Minutes5DK\":\"2025-02-21T23:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":958.000000,\"Forecast1Hour\":1055.000000,\"ForecastCurrent\":1059.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:50:00\",\"Minutes5DK\":\"2025-02-21T23:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1634.000000,\"Forecast5Hour\":2005.000000,\"Forecast1Hour\":2194.000000,\"ForecastCurrent\":2194.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:50:00\",\"Minutes5DK\":\"2025-02-21T23:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.640000,\"ForecastCurrent\":4.640000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:45:00\",\"Minutes5DK\":\"2025-02-21T23:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":959.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1063.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:45:00\",\"Minutes5DK\":\"2025-02-21T23:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1638.000000,\"Forecast5Hour\":2026.000000,\"Forecast1Hour\":2200.000000,\"ForecastCurrent\":2206.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:45:00\",\"Minutes5DK\":\"2025-02-21T23:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.550000,\"ForecastCurrent\":5.110000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:40:00\",\"Minutes5DK\":\"2025-02-21T23:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":958.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1067.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:40:00\",\"Minutes5DK\":\"2025-02-21T23:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1657.000000,\"Forecast5Hour\":2029.000000,\"Forecast1Hour\":2199.000000,\"ForecastCurrent\":2209.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:40:00\",\"Minutes5DK\":\"2025-02-21T23:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.550000,\"ForecastCurrent\":5.570000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:35:00\",\"Minutes5DK\":\"2025-02-21T23:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":959.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1070.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:35:00\",\"Minutes5DK\":\"2025-02-21T23:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1662.000000,\"Forecast5Hour\":2039.000000,\"Forecast1Hour\":2196.000000,\"ForecastCurrent\":2220.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:35:00\",\"Minutes5DK\":\"2025-02-21T23:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.560000,\"ForecastCurrent\":6.040000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:30:00\",\"Minutes5DK\":\"2025-02-21T23:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":961.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1074.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:30:00\",\"Minutes5DK\":\"2025-02-21T23:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1668.000000,\"Forecast5Hour\":2047.000000,\"Forecast1Hour\":2195.000000,\"ForecastCurrent\":2230.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:30:00\",\"Minutes5DK\":\"2025-02-21T23:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.640000,\"ForecastCurrent\":6.500000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:25:00\",\"Minutes5DK\":\"2025-02-21T23:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":963.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1077.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:25:00\",\"Minutes5DK\":\"2025-02-21T23:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1673.000000,\"Forecast5Hour\":2044.000000,\"Forecast1Hour\":2189.000000,\"ForecastCurrent\":2235.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:25:00\",\"Minutes5DK\":\"2025-02-21T23:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.530000,\"ForecastCurrent\":6.960000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:20:00\",\"Minutes5DK\":\"2025-02-21T23:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":964.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1081.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:20:00\",\"Minutes5DK\":\"2025-02-21T23:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1679.000000,\"Forecast5Hour\":2038.000000,\"Forecast1Hour\":2181.000000,\"ForecastCurrent\":2239.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:20:00\",\"Minutes5DK\":\"2025-02-21T23:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.500000,\"ForecastCurrent\":7.430000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:15:00\",\"Minutes5DK\":\"2025-02-21T23:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":967.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1084.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:15:00\",\"Minutes5DK\":\"2025-02-21T23:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1682.000000,\"Forecast5Hour\":2032.000000,\"Forecast1Hour\":2176.000000,\"ForecastCurrent\":2245.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:15:00\",\"Minutes5DK\":\"2025-02-21T23:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.450000,\"ForecastCurrent\":7.890000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:10:00\",\"Minutes5DK\":\"2025-02-21T23:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":969.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1087.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:10:00\",\"Minutes5DK\":\"2025-02-21T23:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1682.000000,\"Forecast5Hour\":2038.000000,\"Forecast1Hour\":2175.000000,\"ForecastCurrent\":2254.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:10:00\",\"Minutes5DK\":\"2025-02-21T23:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.580000,\"ForecastCurrent\":8.360000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:05:00\",\"Minutes5DK\":\"2025-02-21T23:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":970.000000,\"Forecast1Hour\":1059.000000,\"ForecastCurrent\":1090.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:05:00\",\"Minutes5DK\":\"2025-02-21T23:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1682.000000,\"Forecast5Hour\":2043.000000,\"Forecast1Hour\":2177.000000,\"ForecastCurrent\":2262.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:05:00\",\"Minutes5DK\":\"2025-02-21T23:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.520000,\"ForecastCurrent\":8.820000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T22:00:00\",\"Minutes5DK\":\"2025-02-21T23:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":971.000000,\"Forecast1Hour\":1059.000000,\"ForecastCurrent\":1093.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T22:00:00\",\"Minutes5DK\":\"2025-02-21T23:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1682.000000,\"Forecast5Hour\":2047.000000,\"Forecast1Hour\":2192.000000,\"ForecastCurrent\":2271.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T22:00:00\",\"Minutes5DK\":\"2025-02-21T23:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.580000,\"ForecastCurrent\":9.290000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T21:55:00\",\"Minutes5DK\":\"2025-02-21T22:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":972.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1096.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T21:55:00\",\"Minutes5DK\":\"2025-02-21T22:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1681.000000,\"Forecast5Hour\":2041.000000,\"Forecast1Hour\":2208.000000,\"ForecastCurrent\":2282.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T21:55:00\",\"Minutes5DK\":\"2025-02-21T22:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.540000,\"ForecastCurrent\":9.750000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T21:50:00\",\"Minutes5DK\":\"2025-02-21T22:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":974.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1099.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T21:50:00\",\"Minutes5DK\":\"2025-02-21T22:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1677.000000,\"Forecast5Hour\":2039.000000,\"Forecast1Hour\":2223.000000,\"ForecastCurrent\":2292.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T21:50:00\",\"Minutes5DK\":\"2025-02-21T22:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.620000,\"ForecastCurrent\":10.210000,\"TimestampUTC\":\"2025-02-21T21:49:13\",\"TimestampDK\":\"2025-02-21T22:49:13\"},{\"Minutes5UTC\":\"2025-02-21T21:45:00\",\"Minutes5DK\":\"2025-02-21T22:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":976.000000,\"Forecast1Hour\":1057.000000,\"ForecastCurrent\":1103.000000,\"TimestampUTC\":\"2025-02-21T21:50:38\",\"TimestampDK\":\"2025-02-21T22:50:38\"},{\"Minutes5UTC\":\"2025-02-21T21:45:00\",\"Minutes5DK\":\"2025-02-21T22:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1675.000000,\"Forecast5Hour\":2034.000000,\"Forecast1Hour\":2227.000000,\"ForecastCurrent\":2298.000000,\"TimestampUTC\":\"2025-02-21T21:51:52\",\"TimestampDK\":\"2025-02-21T22:51:52\"},{\"Minutes5UTC\":\"2025-02-21T21:45:00\",\"Minutes5DK\":\"2025-02-21T22:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.540000,\"ForecastCurrent\":10.010000,\"TimestampUTC\":\"2025-02-21T21:44:13\",\"TimestampDK\":\"2025-02-21T22:44:13\"},{\"Minutes5UTC\":\"2025-02-21T21:40:00\",\"Minutes5DK\":\"2025-02-21T22:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":977.000000,\"Forecast1Hour\":1056.000000,\"ForecastCurrent\":1101.000000,\"TimestampUTC\":\"2025-02-21T21:40:38\",\"TimestampDK\":\"2025-02-21T22:40:38\"},{\"Minutes5UTC\":\"2025-02-21T21:40:00\",\"Minutes5DK\":\"2025-02-21T22:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1672.000000,\"Forecast5Hour\":2029.000000,\"Forecast1Hour\":2232.000000,\"ForecastCurrent\":2302.000000,\"TimestampUTC\":\"2025-02-21T21:41:52\",\"TimestampDK\":\"2025-02-21T22:41:52\"},{\"Minutes5UTC\":\"2025-02-21T21:40:00\",\"Minutes5DK\":\"2025-02-21T22:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.460000,\"ForecastCurrent\":10.020000,\"TimestampUTC\":\"2025-02-21T21:39:13\",\"TimestampDK\":\"2025-02-21T22:39:13\"},{\"Minutes5UTC\":\"2025-02-21T21:35:00\",\"Minutes5DK\":\"2025-02-21T22:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":936.000000,\"Forecast5Hour\":976.000000,\"Forecast1Hour\":1054.000000,\"ForecastCurrent\":1102.000000,\"TimestampUTC\":\"2025-02-21T21:35:38\",\"TimestampDK\":\"2025-02-21T22:35:38\"},{\"Minutes5UTC\":\"2025-02-21T21:35:00\",\"Minutes5DK\":\"2025-02-21T22:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1671.000000,\"Forecast5Hour\":2014.000000,\"Forecast1Hour\":2232.000000,\"ForecastCurrent\":2300.000000,\"TimestampUTC\":\"2025-02-21T21:36:52\",\"TimestampDK\":\"2025-02-21T22:36:52\"},{\"Minutes5UTC\":\"2025-02-21T21:35:00\",\"Minutes5DK\":\"2025-02-21T22:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.360000,\"ForecastCurrent\":10.040000,\"TimestampUTC\":\"2025-02-21T21:34:13\",\"TimestampDK\":\"2025-02-21T22:34:13\"},{\"Minutes5UTC\":\"2025-02-21T21:30:00\",\"Minutes5DK\":\"2025-02-21T22:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":936.000000,\"Forecast5Hour\":976.000000,\"Forecast1Hour\":1056.000000,\"ForecastCurrent\":1106.000000,\"TimestampUTC\":\"2025-02-21T21:35:38\",\"TimestampDK\":\"2025-02-21T22:35:38\"},{\"Minutes5UTC\":\"2025-02-21T21:30:00\",\"Minutes5DK\":\"2025-02-21T22:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1669.000000,\"Forecast5Hour\":2011.000000,\"Forecast1Hour\":2230.000000,\"ForecastCurrent\":2300.000000,\"TimestampUTC\":\"2025-02-21T21:31:52\",\"TimestampDK\":\"2025-02-21T22:31:52\"},{\"Minutes5UTC\":\"2025-02-21T21:30:00\",\"Minutes5DK\":\"2025-02-21T22:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.350000,\"ForecastCurrent\":10.220000,\"TimestampUTC\":\"2025-02-21T21:29:13\",\"TimestampDK\":\"2025-02-21T22:29:13\"},{\"Minutes5UTC\":\"2025-02-21T21:25:00\",\"Minutes5DK\":\"2025-02-21T22:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":936.000000,\"Forecast5Hour\":975.000000,\"Forecast1Hour\":1059.000000,\"ForecastCurrent\":1107.000000,\"TimestampUTC\":\"2025-02-21T21:30:38\",\"TimestampDK\":\"2025-02-21T22:30:38\"},{\"Minutes5UTC\":\"2025-02-21T21:25:00\",\"Minutes5DK\":\"2025-02-21T22:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1668.000000,\"Forecast5Hour\":2008.000000,\"Forecast1Hour\":2231.000000,\"ForecastCurrent\":2308.000000,\"TimestampUTC\":\"2025-02-21T21:31:52\",\"TimestampDK\":\"2025-02-21T22:31:52\"},{\"Minutes5UTC\":\"2025-02-21T21:25:00\",\"Minutes5DK\":\"2025-02-21T22:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.460000,\"ForecastCurrent\":9.970000,\"TimestampUTC\":\"2025-02-21T21:24:13\",\"TimestampDK\":\"2025-02-21T22:24:13\"},{\"Minutes5UTC\":\"2025-02-21T21:20:00\",\"Minutes5DK\":\"2025-02-21T22:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":937.000000,\"Forecast5Hour\":974.000000,\"Forecast1Hour\":1065.000000,\"ForecastCurrent\":1108.000000,\"TimestampUTC\":\"2025-02-21T21:25:38\",\"TimestampDK\":\"2025-02-21T22:25:38\"},{\"Minutes5UTC\":\"2025-02-21T21:20:00\",\"Minutes5DK\":\"2025-02-21T22:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1666.000000,\"Forecast5Hour\":2012.000000,\"Forecast1Hour\":2230.000000,\"ForecastCurrent\":2304.000000,\"TimestampUTC\":\"2025-02-21T21:26:52\",\"TimestampDK\":\"2025-02-21T22:26:52\"},{\"Minutes5UTC\":\"2025-02-21T21:20:00\",\"Minutes5DK\":\"2025-02-21T22:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.460000,\"ForecastCurrent\":9.900000,\"TimestampUTC\":\"2025-02-21T21:19:13\",\"TimestampDK\":\"2025-02-21T22:19:13\"},{\"Minutes5UTC\":\"2025-02-21T21:15:00\",\"Minutes5DK\":\"2025-02-21T22:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":937.000000,\"Forecast5Hour\":974.000000,\"Forecast1Hour\":1070.000000,\"ForecastCurrent\":1105.000000,\"TimestampUTC\":\"2025-02-21T21:15:39\",\"TimestampDK\":\"2025-02-21T22:15:39\"},{\"Minutes5UTC\":\"2025-02-21T21:15:00\",\"Minutes5DK\":\"2025-02-21T22:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1667.000000,\"Forecast5Hour\":2014.000000,\"Forecast1Hour\":2233.000000,\"ForecastCurrent\":2288.000000,\"TimestampUTC\":\"2025-02-21T21:16:53\",\"TimestampDK\":\"2025-02-21T22:16:53\"},{\"Minutes5UTC\":\"2025-02-21T21:15:00\",\"Minutes5DK\":\"2025-02-21T22:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.470000,\"ForecastCurrent\":9.800000,\"TimestampUTC\":\"2025-02-21T21:14:15\",\"TimestampDK\":\"2025-02-21T22:14:15\"},{\"Minutes5UTC\":\"2025-02-21T21:10:00\",\"Minutes5DK\":\"2025-02-21T22:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":938.000000,\"Forecast5Hour\":970.000000,\"Forecast1Hour\":1073.000000,\"ForecastCurrent\":1108.000000,\"TimestampUTC\":\"2025-02-21T21:15:39\",\"TimestampDK\":\"2025-02-21T22:15:39\"},{\"Minutes5UTC\":\"2025-02-21T21:10:00\",\"Minutes5DK\":\"2025-02-21T22:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1669.000000,\"Forecast5Hour\":2020.000000,\"Forecast1Hour\":2238.000000,\"ForecastCurrent\":2285.000000,\"TimestampUTC\":\"2025-02-21T21:11:53\",\"TimestampDK\":\"2025-02-21T22:11:53\"},{\"Minutes5UTC\":\"2025-02-21T21:10:00\",\"Minutes5DK\":\"2025-02-21T22:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.390000,\"ForecastCurrent\":10.080000,\"TimestampUTC\":\"2025-02-21T21:09:13\",\"TimestampDK\":\"2025-02-21T22:09:13\"},{\"Minutes5UTC\":\"2025-02-21T21:05:00\",\"Minutes5DK\":\"2025-02-21T22:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":938.000000,\"Forecast5Hour\":966.000000,\"Forecast1Hour\":1072.000000,\"ForecastCurrent\":1109.000000,\"TimestampUTC\":\"2025-02-21T21:10:39\",\"TimestampDK\":\"2025-02-21T22:10:39\"},{\"Minutes5UTC\":\"2025-02-21T21:05:00\",\"Minutes5DK\":\"2025-02-21T22:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1671.000000,\"Forecast5Hour\":2028.000000,\"Forecast1Hour\":2242.000000,\"ForecastCurrent\":2292.000000,\"TimestampUTC\":\"2025-02-21T21:11:53\",\"TimestampDK\":\"2025-02-21T22:11:53\"},{\"Minutes5UTC\":\"2025-02-21T21:05:00\",\"Minutes5DK\":\"2025-02-21T22:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.380000,\"ForecastCurrent\":9.930000,\"TimestampUTC\":\"2025-02-21T21:04:13\",\"TimestampDK\":\"2025-02-21T22:04:13\"},{\"Minutes5UTC\":\"2025-02-21T21:00:00\",\"Minutes5DK\":\"2025-02-21T22:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":938.000000,\"Forecast5Hour\":964.000000,\"Forecast1Hour\":1068.000000,\"ForecastCurrent\":1109.000000,\"TimestampUTC\":\"2025-02-21T21:05:38\",\"TimestampDK\":\"2025-02-21T22:05:38\"},{\"Minutes5UTC\":\"2025-02-21T21:00:00\",\"Minutes5DK\":\"2025-02-21T22:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1673.000000,\"Forecast5Hour\":2040.000000,\"Forecast1Hour\":2246.000000,\"ForecastCurrent\":2293.000000,\"TimestampUTC\":\"2025-02-21T21:06:52\",\"TimestampDK\":\"2025-02-21T22:06:52\"},{\"Minutes5UTC\":\"2025-02-21T21:00:00\",\"Minutes5DK\":\"2025-02-21T22:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.290000,\"ForecastCurrent\":10.090000,\"TimestampUTC\":\"2025-02-21T20:59:13\",\"TimestampDK\":\"2025-02-21T21:59:13\"},{\"Minutes5UTC\":\"2025-02-21T20:55:00\",\"Minutes5DK\":\"2025-02-21T21:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":938.000000,\"Forecast5Hour\":962.000000,\"Forecast1Hour\":1065.000000,\"ForecastCurrent\":1106.000000,\"TimestampUTC\":\"2025-02-21T20:55:38\",\"TimestampDK\":\"2025-02-21T21:55:38\"},{\"Minutes5UTC\":\"2025-02-21T20:55:00\",\"Minutes5DK\":\"2025-02-21T21:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1674.000000,\"Forecast5Hour\":2046.000000,\"Forecast1Hour\":2258.000000,\"ForecastCurrent\":2317.000000,\"TimestampUTC\":\"2025-02-21T20:56:54\",\"TimestampDK\":\"2025-02-21T21:56:54\"},{\"Minutes5UTC\":\"2025-02-21T20:55:00\",\"Minutes5DK\":\"2025-02-21T21:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.100000,\"ForecastCurrent\":9.990000,\"TimestampUTC\":\"2025-02-21T20:54:13\",\"TimestampDK\":\"2025-02-21T21:54:13\"},{\"Minutes5UTC\":\"2025-02-21T20:50:00\",\"Minutes5DK\":\"2025-02-21T21:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":938.000000,\"Forecast5Hour\":961.000000,\"Forecast1Hour\":1068.000000,\"ForecastCurrent\":1105.000000,\"TimestampUTC\":\"2025-02-21T20:50:38\",\"TimestampDK\":\"2025-02-21T21:50:38\"},{\"Minutes5UTC\":\"2025-02-21T20:50:00\",\"Minutes5DK\":\"2025-02-21T21:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1673.000000,\"Forecast5Hour\":2052.000000,\"Forecast1Hour\":2272.000000,\"ForecastCurrent\":2332.000000,\"TimestampUTC\":\"2025-02-21T20:51:52\",\"TimestampDK\":\"2025-02-21T21:51:52\"},{\"Minutes5UTC\":\"2025-02-21T20:50:00\",\"Minutes5DK\":\"2025-02-21T21:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.020000,\"ForecastCurrent\":10.170000,\"TimestampUTC\":\"2025-02-21T20:49:13\",\"TimestampDK\":\"2025-02-21T21:49:13\"},{\"Minutes5UTC\":\"2025-02-21T20:45:00\",\"Minutes5DK\":\"2025-02-21T21:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":937.000000,\"Forecast5Hour\":960.000000,\"Forecast1Hour\":1073.000000,\"ForecastCurrent\":1108.000000,\"TimestampUTC\":\"2025-02-21T20:50:38\",\"TimestampDK\":\"2025-02-21T21:50:38\"},{\"Minutes5UTC\":\"2025-02-21T20:45:00\",\"Minutes5DK\":\"2025-02-21T21:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1669.000000,\"Forecast5Hour\":2063.000000,\"Forecast1Hour\":2265.000000,\"ForecastCurrent\":2333.000000,\"TimestampUTC\":\"2025-02-21T20:46:52\",\"TimestampDK\":\"2025-02-21T21:46:52\"},{\"Minutes5UTC\":\"2025-02-21T20:45:00\",\"Minutes5DK\":\"2025-02-21T21:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.930000,\"ForecastCurrent\":9.990000,\"TimestampUTC\":\"2025-02-21T20:44:14\",\"TimestampDK\":\"2025-02-21T21:44:14\"},{\"Minutes5UTC\":\"2025-02-21T20:40:00\",\"Minutes5DK\":\"2025-02-21T21:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":937.000000,\"Forecast5Hour\":961.000000,\"Forecast1Hour\":1077.000000,\"ForecastCurrent\":1107.000000,\"TimestampUTC\":\"2025-02-21T20:45:38\",\"TimestampDK\":\"2025-02-21T21:45:38\"},{\"Minutes5UTC\":\"2025-02-21T20:40:00\",\"Minutes5DK\":\"2025-02-21T21:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1662.000000,\"Forecast5Hour\":2068.000000,\"Forecast1Hour\":2258.000000,\"ForecastCurrent\":2334.000000,\"TimestampUTC\":\"2025-02-21T20:46:52\",\"TimestampDK\":\"2025-02-21T21:46:52\"},{\"Minutes5UTC\":\"2025-02-21T20:40:00\",\"Minutes5DK\":\"2025-02-21T21:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.900000,\"ForecastCurrent\":9.800000,\"TimestampUTC\":\"2025-02-21T20:39:14\",\"TimestampDK\":\"2025-02-21T21:39:14\"},{\"Minutes5UTC\":\"2025-02-21T20:35:00\",\"Minutes5DK\":\"2025-02-21T21:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":936.000000,\"Forecast5Hour\":964.000000,\"Forecast1Hour\":1079.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T20:40:38\",\"TimestampDK\":\"2025-02-21T21:40:38\"},{\"Minutes5UTC\":\"2025-02-21T20:35:00\",\"Minutes5DK\":\"2025-02-21T21:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1657.000000,\"Forecast5Hour\":2077.000000,\"Forecast1Hour\":2256.000000,\"ForecastCurrent\":2333.000000,\"TimestampUTC\":\"2025-02-21T20:41:52\",\"TimestampDK\":\"2025-02-21T21:41:52\"},{\"Minutes5UTC\":\"2025-02-21T20:35:00\",\"Minutes5DK\":\"2025-02-21T21:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.550000,\"ForecastCurrent\":9.600000,\"TimestampUTC\":\"2025-02-21T20:34:13\",\"TimestampDK\":\"2025-02-21T21:34:13\"},{\"Minutes5UTC\":\"2025-02-21T20:30:00\",\"Minutes5DK\":\"2025-02-21T21:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":936.000000,\"Forecast5Hour\":968.000000,\"Forecast1Hour\":1081.000000,\"ForecastCurrent\":1095.000000,\"TimestampUTC\":\"2025-02-21T20:30:38\",\"TimestampDK\":\"2025-02-21T21:30:38\"},{\"Minutes5UTC\":\"2025-02-21T20:30:00\",\"Minutes5DK\":\"2025-02-21T21:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1652.000000,\"Forecast5Hour\":2084.000000,\"Forecast1Hour\":2265.000000,\"ForecastCurrent\":2315.000000,\"TimestampUTC\":\"2025-02-21T20:31:52\",\"TimestampDK\":\"2025-02-21T21:31:52\"},{\"Minutes5UTC\":\"2025-02-21T20:30:00\",\"Minutes5DK\":\"2025-02-21T21:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.490000,\"ForecastCurrent\":9.570000,\"TimestampUTC\":\"2025-02-21T20:29:13\",\"TimestampDK\":\"2025-02-21T21:29:13\"},{\"Minutes5UTC\":\"2025-02-21T20:25:00\",\"Minutes5DK\":\"2025-02-21T21:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":935.000000,\"Forecast5Hour\":969.000000,\"Forecast1Hour\":1084.000000,\"ForecastCurrent\":1097.000000,\"TimestampUTC\":\"2025-02-21T20:30:38\",\"TimestampDK\":\"2025-02-21T21:30:38\"},{\"Minutes5UTC\":\"2025-02-21T20:25:00\",\"Minutes5DK\":\"2025-02-21T21:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1645.000000,\"Forecast5Hour\":2090.000000,\"Forecast1Hour\":2276.000000,\"ForecastCurrent\":2309.000000,\"TimestampUTC\":\"2025-02-21T20:26:52\",\"TimestampDK\":\"2025-02-21T21:26:52\"},{\"Minutes5UTC\":\"2025-02-21T20:25:00\",\"Minutes5DK\":\"2025-02-21T21:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.290000,\"ForecastCurrent\":9.820000,\"TimestampUTC\":\"2025-02-21T20:24:13\",\"TimestampDK\":\"2025-02-21T21:24:13\"},{\"Minutes5UTC\":\"2025-02-21T20:20:00\",\"Minutes5DK\":\"2025-02-21T21:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":968.000000,\"Forecast1Hour\":1086.000000,\"ForecastCurrent\":1096.000000,\"TimestampUTC\":\"2025-02-21T20:25:38\",\"TimestampDK\":\"2025-02-21T21:25:38\"},{\"Minutes5UTC\":\"2025-02-21T20:20:00\",\"Minutes5DK\":\"2025-02-21T21:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1639.000000,\"Forecast5Hour\":2094.000000,\"Forecast1Hour\":2280.000000,\"ForecastCurrent\":2309.000000,\"TimestampUTC\":\"2025-02-21T20:26:52\",\"TimestampDK\":\"2025-02-21T21:26:52\"},{\"Minutes5UTC\":\"2025-02-21T20:20:00\",\"Minutes5DK\":\"2025-02-21T21:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.220000,\"ForecastCurrent\":9.800000,\"TimestampUTC\":\"2025-02-21T20:19:13\",\"TimestampDK\":\"2025-02-21T21:19:13\"},{\"Minutes5UTC\":\"2025-02-21T20:15:00\",\"Minutes5DK\":\"2025-02-21T21:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":934.000000,\"Forecast5Hour\":966.000000,\"Forecast1Hour\":1087.000000,\"ForecastCurrent\":1097.000000,\"TimestampUTC\":\"2025-02-21T20:20:38\",\"TimestampDK\":\"2025-02-21T21:20:38\"},{\"Minutes5UTC\":\"2025-02-21T20:15:00\",\"Minutes5DK\":\"2025-02-21T21:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1634.000000,\"Forecast5Hour\":2096.000000,\"Forecast1Hour\":2292.000000,\"ForecastCurrent\":2302.000000,\"TimestampUTC\":\"2025-02-21T20:21:52\",\"TimestampDK\":\"2025-02-21T21:21:52\"},{\"Minutes5UTC\":\"2025-02-21T20:15:00\",\"Minutes5DK\":\"2025-02-21T21:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.080000,\"ForecastCurrent\":9.840000,\"TimestampUTC\":\"2025-02-21T20:14:13\",\"TimestampDK\":\"2025-02-21T21:14:13\"},{\"Minutes5UTC\":\"2025-02-21T20:10:00\",\"Minutes5DK\":\"2025-02-21T21:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":933.000000,\"Forecast5Hour\":963.000000,\"Forecast1Hour\":1088.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T20:10:38\",\"TimestampDK\":\"2025-02-21T21:10:38\"},{\"Minutes5UTC\":\"2025-02-21T20:10:00\",\"Minutes5DK\":\"2025-02-21T21:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1622.000000,\"Forecast5Hour\":2095.000000,\"Forecast1Hour\":2279.000000,\"ForecastCurrent\":2283.000000,\"TimestampUTC\":\"2025-02-21T20:11:52\",\"TimestampDK\":\"2025-02-21T21:11:52\"},{\"Minutes5UTC\":\"2025-02-21T20:10:00\",\"Minutes5DK\":\"2025-02-21T21:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.120000,\"ForecastCurrent\":9.660000,\"TimestampUTC\":\"2025-02-21T20:09:12\",\"TimestampDK\":\"2025-02-21T21:09:12\"},{\"Minutes5UTC\":\"2025-02-21T20:05:00\",\"Minutes5DK\":\"2025-02-21T21:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":932.000000,\"Forecast5Hour\":958.000000,\"Forecast1Hour\":1085.000000,\"ForecastCurrent\":1105.000000,\"TimestampUTC\":\"2025-02-21T20:05:39\",\"TimestampDK\":\"2025-02-21T21:05:39\"},{\"Minutes5UTC\":\"2025-02-21T20:05:00\",\"Minutes5DK\":\"2025-02-21T21:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1610.000000,\"Forecast5Hour\":2089.000000,\"Forecast1Hour\":2274.000000,\"ForecastCurrent\":2274.000000,\"TimestampUTC\":\"2025-02-21T20:02:52\",\"TimestampDK\":\"2025-02-21T21:02:52\"},{\"Minutes5UTC\":\"2025-02-21T20:05:00\",\"Minutes5DK\":\"2025-02-21T21:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.250000,\"ForecastCurrent\":9.640000,\"TimestampUTC\":\"2025-02-21T20:04:14\",\"TimestampDK\":\"2025-02-21T21:04:14\"},{\"Minutes5UTC\":\"2025-02-21T20:00:00\",\"Minutes5DK\":\"2025-02-21T21:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":932.000000,\"Forecast5Hour\":951.000000,\"Forecast1Hour\":1082.000000,\"ForecastCurrent\":1107.000000,\"TimestampUTC\":\"2025-02-21T20:05:39\",\"TimestampDK\":\"2025-02-21T21:05:39\"},{\"Minutes5UTC\":\"2025-02-21T20:00:00\",\"Minutes5DK\":\"2025-02-21T21:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1598.000000,\"Forecast5Hour\":2076.000000,\"Forecast1Hour\":2268.000000,\"ForecastCurrent\":2263.000000,\"TimestampUTC\":\"2025-02-21T19:57:51\",\"TimestampDK\":\"2025-02-21T20:57:51\"},{\"Minutes5UTC\":\"2025-02-21T20:00:00\",\"Minutes5DK\":\"2025-02-21T21:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.280000,\"ForecastCurrent\":9.440000,\"TimestampUTC\":\"2025-02-21T19:59:13\",\"TimestampDK\":\"2025-02-21T20:59:13\"},{\"Minutes5UTC\":\"2025-02-21T19:55:00\",\"Minutes5DK\":\"2025-02-21T20:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":931.000000,\"Forecast5Hour\":945.000000,\"Forecast1Hour\":1078.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T20:00:39\",\"TimestampDK\":\"2025-02-21T21:00:39\"},{\"Minutes5UTC\":\"2025-02-21T19:55:00\",\"Minutes5DK\":\"2025-02-21T20:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1587.000000,\"Forecast5Hour\":2058.000000,\"Forecast1Hour\":2272.000000,\"ForecastCurrent\":2255.000000,\"TimestampUTC\":\"2025-02-21T19:57:51\",\"TimestampDK\":\"2025-02-21T20:57:51\"},{\"Minutes5UTC\":\"2025-02-21T19:55:00\",\"Minutes5DK\":\"2025-02-21T20:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.250000,\"ForecastCurrent\":9.030000,\"TimestampUTC\":\"2025-02-21T19:54:13\",\"TimestampDK\":\"2025-02-21T20:54:13\"},{\"Minutes5UTC\":\"2025-02-21T19:50:00\",\"Minutes5DK\":\"2025-02-21T20:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":930.000000,\"Forecast5Hour\":941.000000,\"Forecast1Hour\":1075.000000,\"ForecastCurrent\":1097.000000,\"TimestampUTC\":\"2025-02-21T19:55:38\",\"TimestampDK\":\"2025-02-21T20:55:38\"},{\"Minutes5UTC\":\"2025-02-21T19:50:00\",\"Minutes5DK\":\"2025-02-21T20:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1576.000000,\"Forecast5Hour\":2040.000000,\"Forecast1Hour\":2267.000000,\"ForecastCurrent\":2252.000000,\"TimestampUTC\":\"2025-02-21T19:52:51\",\"TimestampDK\":\"2025-02-21T20:52:51\"},{\"Minutes5UTC\":\"2025-02-21T19:50:00\",\"Minutes5DK\":\"2025-02-21T20:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.530000,\"ForecastCurrent\":8.850000,\"TimestampUTC\":\"2025-02-21T19:49:13\",\"TimestampDK\":\"2025-02-21T20:49:13\"},{\"Minutes5UTC\":\"2025-02-21T19:45:00\",\"Minutes5DK\":\"2025-02-21T20:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":928.000000,\"Forecast5Hour\":939.000000,\"Forecast1Hour\":1072.000000,\"ForecastCurrent\":1092.000000,\"TimestampUTC\":\"2025-02-21T19:45:38\",\"TimestampDK\":\"2025-02-21T20:45:38\"},{\"Minutes5UTC\":\"2025-02-21T19:45:00\",\"Minutes5DK\":\"2025-02-21T20:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1569.000000,\"Forecast5Hour\":2028.000000,\"Forecast1Hour\":2260.000000,\"ForecastCurrent\":2243.000000,\"TimestampUTC\":\"2025-02-21T19:42:51\",\"TimestampDK\":\"2025-02-21T20:42:51\"},{\"Minutes5UTC\":\"2025-02-21T19:45:00\",\"Minutes5DK\":\"2025-02-21T20:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.440000,\"ForecastCurrent\":8.650000,\"TimestampUTC\":\"2025-02-21T19:44:13\",\"TimestampDK\":\"2025-02-21T20:44:13\"},{\"Minutes5UTC\":\"2025-02-21T19:40:00\",\"Minutes5DK\":\"2025-02-21T20:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":927.000000,\"Forecast5Hour\":939.000000,\"Forecast1Hour\":1068.000000,\"ForecastCurrent\":1092.000000,\"TimestampUTC\":\"2025-02-21T19:45:38\",\"TimestampDK\":\"2025-02-21T20:45:38\"},{\"Minutes5UTC\":\"2025-02-21T19:40:00\",\"Minutes5DK\":\"2025-02-21T20:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1560.000000,\"Forecast5Hour\":2015.000000,\"Forecast1Hour\":2254.000000,\"ForecastCurrent\":2221.000000,\"TimestampUTC\":\"2025-02-21T19:37:51\",\"TimestampDK\":\"2025-02-21T20:37:51\"},{\"Minutes5UTC\":\"2025-02-21T19:40:00\",\"Minutes5DK\":\"2025-02-21T20:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.620000,\"ForecastCurrent\":8.570000,\"TimestampUTC\":\"2025-02-21T19:39:13\",\"TimestampDK\":\"2025-02-21T20:39:13\"},{\"Minutes5UTC\":\"2025-02-21T19:35:00\",\"Minutes5DK\":\"2025-02-21T20:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":926.000000,\"Forecast5Hour\":937.000000,\"Forecast1Hour\":1063.000000,\"ForecastCurrent\":1097.000000,\"TimestampUTC\":\"2025-02-21T19:40:38\",\"TimestampDK\":\"2025-02-21T20:40:38\"},{\"Minutes5UTC\":\"2025-02-21T19:35:00\",\"Minutes5DK\":\"2025-02-21T20:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1552.000000,\"Forecast5Hour\":2001.000000,\"Forecast1Hour\":2257.000000,\"ForecastCurrent\":2209.000000,\"TimestampUTC\":\"2025-02-21T19:37:51\",\"TimestampDK\":\"2025-02-21T20:37:51\"},{\"Minutes5UTC\":\"2025-02-21T19:35:00\",\"Minutes5DK\":\"2025-02-21T20:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.540000,\"ForecastCurrent\":7.810000,\"TimestampUTC\":\"2025-02-21T19:34:12\",\"TimestampDK\":\"2025-02-21T20:34:12\"},{\"Minutes5UTC\":\"2025-02-21T19:30:00\",\"Minutes5DK\":\"2025-02-21T20:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":924.000000,\"Forecast5Hour\":933.000000,\"Forecast1Hour\":1057.000000,\"ForecastCurrent\":1101.000000,\"TimestampUTC\":\"2025-02-21T19:35:38\",\"TimestampDK\":\"2025-02-21T20:35:38\"},{\"Minutes5UTC\":\"2025-02-21T19:30:00\",\"Minutes5DK\":\"2025-02-21T20:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1547.000000,\"Forecast5Hour\":1989.000000,\"Forecast1Hour\":2263.000000,\"ForecastCurrent\":2194.000000,\"TimestampUTC\":\"2025-02-21T19:32:51\",\"TimestampDK\":\"2025-02-21T20:32:51\"},{\"Minutes5UTC\":\"2025-02-21T19:30:00\",\"Minutes5DK\":\"2025-02-21T20:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.740000,\"ForecastCurrent\":7.680000,\"TimestampUTC\":\"2025-02-21T19:29:13\",\"TimestampDK\":\"2025-02-21T20:29:13\"},{\"Minutes5UTC\":\"2025-02-21T19:25:00\",\"Minutes5DK\":\"2025-02-21T20:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":923.000000,\"Forecast5Hour\":930.000000,\"Forecast1Hour\":1049.000000,\"ForecastCurrent\":1101.000000,\"TimestampUTC\":\"2025-02-21T19:25:38\",\"TimestampDK\":\"2025-02-21T20:25:38\"},{\"Minutes5UTC\":\"2025-02-21T19:25:00\",\"Minutes5DK\":\"2025-02-21T20:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1542.000000,\"Forecast5Hour\":1979.000000,\"Forecast1Hour\":2266.000000,\"ForecastCurrent\":2213.000000,\"TimestampUTC\":\"2025-02-21T19:22:52\",\"TimestampDK\":\"2025-02-21T20:22:52\"},{\"Minutes5UTC\":\"2025-02-21T19:25:00\",\"Minutes5DK\":\"2025-02-21T20:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.890000,\"ForecastCurrent\":7.230000,\"TimestampUTC\":\"2025-02-21T19:24:13\",\"TimestampDK\":\"2025-02-21T20:24:13\"},{\"Minutes5UTC\":\"2025-02-21T19:20:00\",\"Minutes5DK\":\"2025-02-21T20:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":921.000000,\"Forecast5Hour\":930.000000,\"Forecast1Hour\":1049.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T19:20:39\",\"TimestampDK\":\"2025-02-21T20:20:39\"},{\"Minutes5UTC\":\"2025-02-21T19:20:00\",\"Minutes5DK\":\"2025-02-21T20:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1537.000000,\"Forecast5Hour\":1969.000000,\"Forecast1Hour\":2276.000000,\"ForecastCurrent\":2214.000000,\"TimestampUTC\":\"2025-02-21T19:17:52\",\"TimestampDK\":\"2025-02-21T20:17:52\"},{\"Minutes5UTC\":\"2025-02-21T19:20:00\",\"Minutes5DK\":\"2025-02-21T20:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.650000,\"ForecastCurrent\":7.090000,\"TimestampUTC\":\"2025-02-21T19:19:13\",\"TimestampDK\":\"2025-02-21T20:19:13\"},{\"Minutes5UTC\":\"2025-02-21T19:15:00\",\"Minutes5DK\":\"2025-02-21T20:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":920.000000,\"Forecast5Hour\":934.000000,\"Forecast1Hour\":1047.000000,\"ForecastCurrent\":1105.000000,\"TimestampUTC\":\"2025-02-21T19:20:39\",\"TimestampDK\":\"2025-02-21T20:20:39\"},{\"Minutes5UTC\":\"2025-02-21T19:15:00\",\"Minutes5DK\":\"2025-02-21T20:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1531.000000,\"Forecast5Hour\":1958.000000,\"Forecast1Hour\":2287.000000,\"ForecastCurrent\":2223.000000,\"TimestampUTC\":\"2025-02-21T19:12:51\",\"TimestampDK\":\"2025-02-21T20:12:51\"},{\"Minutes5UTC\":\"2025-02-21T19:15:00\",\"Minutes5DK\":\"2025-02-21T20:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.650000,\"ForecastCurrent\":6.790000,\"TimestampUTC\":\"2025-02-21T19:14:14\",\"TimestampDK\":\"2025-02-21T20:14:14\"},{\"Minutes5UTC\":\"2025-02-21T19:10:00\",\"Minutes5DK\":\"2025-02-21T20:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":919.000000,\"Forecast5Hour\":938.000000,\"Forecast1Hour\":1044.000000,\"ForecastCurrent\":1107.000000,\"TimestampUTC\":\"2025-02-21T19:15:38\",\"TimestampDK\":\"2025-02-21T20:15:38\"},{\"Minutes5UTC\":\"2025-02-21T19:10:00\",\"Minutes5DK\":\"2025-02-21T20:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1523.000000,\"Forecast5Hour\":1946.000000,\"Forecast1Hour\":2296.000000,\"ForecastCurrent\":2214.000000,\"TimestampUTC\":\"2025-02-21T19:12:51\",\"TimestampDK\":\"2025-02-21T20:12:51\"},{\"Minutes5UTC\":\"2025-02-21T19:10:00\",\"Minutes5DK\":\"2025-02-21T20:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.330000,\"ForecastCurrent\":6.870000,\"TimestampUTC\":\"2025-02-21T19:09:13\",\"TimestampDK\":\"2025-02-21T20:09:13\"},{\"Minutes5UTC\":\"2025-02-21T19:05:00\",\"Minutes5DK\":\"2025-02-21T20:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":918.000000,\"Forecast5Hour\":942.000000,\"Forecast1Hour\":1039.000000,\"ForecastCurrent\":1107.000000,\"TimestampUTC\":\"2025-02-21T19:10:39\",\"TimestampDK\":\"2025-02-21T20:10:39\"},{\"Minutes5UTC\":\"2025-02-21T19:05:00\",\"Minutes5DK\":\"2025-02-21T20:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1509.000000,\"Forecast5Hour\":1933.000000,\"Forecast1Hour\":2278.000000,\"ForecastCurrent\":2196.000000,\"TimestampUTC\":\"2025-02-21T19:07:51\",\"TimestampDK\":\"2025-02-21T20:07:51\"},{\"Minutes5UTC\":\"2025-02-21T19:05:00\",\"Minutes5DK\":\"2025-02-21T20:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.270000,\"ForecastCurrent\":7.150000,\"TimestampUTC\":\"2025-02-21T19:04:13\",\"TimestampDK\":\"2025-02-21T20:04:13\"},{\"Minutes5UTC\":\"2025-02-21T19:00:00\",\"Minutes5DK\":\"2025-02-21T20:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":917.000000,\"Forecast5Hour\":945.000000,\"Forecast1Hour\":1035.000000,\"ForecastCurrent\":1102.000000,\"TimestampUTC\":\"2025-02-21T19:00:38\",\"TimestampDK\":\"2025-02-21T20:00:38\"},{\"Minutes5UTC\":\"2025-02-21T19:00:00\",\"Minutes5DK\":\"2025-02-21T20:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1494.000000,\"Forecast5Hour\":1912.000000,\"Forecast1Hour\":2254.000000,\"ForecastCurrent\":2186.000000,\"TimestampUTC\":\"2025-02-21T18:57:52\",\"TimestampDK\":\"2025-02-21T19:57:52\"},{\"Minutes5UTC\":\"2025-02-21T19:00:00\",\"Minutes5DK\":\"2025-02-21T20:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.070000,\"ForecastCurrent\":7.230000,\"TimestampUTC\":\"2025-02-21T18:59:13\",\"TimestampDK\":\"2025-02-21T19:59:13\"},{\"Minutes5UTC\":\"2025-02-21T18:55:00\",\"Minutes5DK\":\"2025-02-21T19:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":917.000000,\"Forecast5Hour\":947.000000,\"Forecast1Hour\":1036.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T19:00:38\",\"TimestampDK\":\"2025-02-21T20:00:38\"},{\"Minutes5UTC\":\"2025-02-21T18:55:00\",\"Minutes5DK\":\"2025-02-21T19:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1479.000000,\"Forecast5Hour\":1891.000000,\"Forecast1Hour\":2213.000000,\"ForecastCurrent\":2186.000000,\"TimestampUTC\":\"2025-02-21T18:52:51\",\"TimestampDK\":\"2025-02-21T19:52:51\"},{\"Minutes5UTC\":\"2025-02-21T18:55:00\",\"Minutes5DK\":\"2025-02-21T19:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.100000,\"ForecastCurrent\":7.150000,\"TimestampUTC\":\"2025-02-21T18:54:13\",\"TimestampDK\":\"2025-02-21T19:54:13\"},{\"Minutes5UTC\":\"2025-02-21T18:50:00\",\"Minutes5DK\":\"2025-02-21T19:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":916.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":1038.000000,\"ForecastCurrent\":1101.000000,\"TimestampUTC\":\"2025-02-21T18:55:38\",\"TimestampDK\":\"2025-02-21T19:55:38\"},{\"Minutes5UTC\":\"2025-02-21T18:50:00\",\"Minutes5DK\":\"2025-02-21T19:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1464.000000,\"Forecast5Hour\":1871.000000,\"Forecast1Hour\":2152.000000,\"ForecastCurrent\":2170.000000,\"TimestampUTC\":\"2025-02-21T18:52:51\",\"TimestampDK\":\"2025-02-21T19:52:51\"},{\"Minutes5UTC\":\"2025-02-21T18:50:00\",\"Minutes5DK\":\"2025-02-21T19:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.150000,\"ForecastCurrent\":7.780000,\"TimestampUTC\":\"2025-02-21T18:49:13\",\"TimestampDK\":\"2025-02-21T19:49:13\"},{\"Minutes5UTC\":\"2025-02-21T18:45:00\",\"Minutes5DK\":\"2025-02-21T19:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":916.000000,\"Forecast5Hour\":950.000000,\"Forecast1Hour\":1040.000000,\"ForecastCurrent\":1098.000000,\"TimestampUTC\":\"2025-02-21T18:50:38\",\"TimestampDK\":\"2025-02-21T19:50:38\"},{\"Minutes5UTC\":\"2025-02-21T18:45:00\",\"Minutes5DK\":\"2025-02-21T19:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1441.000000,\"Forecast5Hour\":1826.000000,\"Forecast1Hour\":2118.000000,\"ForecastCurrent\":2157.000000,\"TimestampUTC\":\"2025-02-21T18:47:51\",\"TimestampDK\":\"2025-02-21T19:47:51\"},{\"Minutes5UTC\":\"2025-02-21T18:45:00\",\"Minutes5DK\":\"2025-02-21T19:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.200000,\"ForecastCurrent\":7.580000,\"TimestampUTC\":\"2025-02-21T18:44:12\",\"TimestampDK\":\"2025-02-21T19:44:12\"},{\"Minutes5UTC\":\"2025-02-21T18:40:00\",\"Minutes5DK\":\"2025-02-21T19:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":915.000000,\"Forecast5Hour\":950.000000,\"Forecast1Hour\":1038.000000,\"ForecastCurrent\":1092.000000,\"TimestampUTC\":\"2025-02-21T18:40:38\",\"TimestampDK\":\"2025-02-21T19:40:38\"},{\"Minutes5UTC\":\"2025-02-21T18:40:00\",\"Minutes5DK\":\"2025-02-21T19:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1420.000000,\"Forecast5Hour\":1799.000000,\"Forecast1Hour\":2097.000000,\"ForecastCurrent\":2151.000000,\"TimestampUTC\":\"2025-02-21T18:37:51\",\"TimestampDK\":\"2025-02-21T19:37:51\"},{\"Minutes5UTC\":\"2025-02-21T18:40:00\",\"Minutes5DK\":\"2025-02-21T19:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.220000,\"ForecastCurrent\":7.960000,\"TimestampUTC\":\"2025-02-21T18:39:13\",\"TimestampDK\":\"2025-02-21T19:39:13\"},{\"Minutes5UTC\":\"2025-02-21T18:35:00\",\"Minutes5DK\":\"2025-02-21T19:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":915.000000,\"Forecast5Hour\":948.000000,\"Forecast1Hour\":1038.000000,\"ForecastCurrent\":1090.000000,\"TimestampUTC\":\"2025-02-21T18:35:38\",\"TimestampDK\":\"2025-02-21T19:35:38\"},{\"Minutes5UTC\":\"2025-02-21T18:35:00\",\"Minutes5DK\":\"2025-02-21T19:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1398.000000,\"Forecast5Hour\":1777.000000,\"Forecast1Hour\":2082.000000,\"ForecastCurrent\":2149.000000,\"TimestampUTC\":\"2025-02-21T18:32:52\",\"TimestampDK\":\"2025-02-21T19:32:52\"},{\"Minutes5UTC\":\"2025-02-21T18:35:00\",\"Minutes5DK\":\"2025-02-21T19:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.240000,\"ForecastCurrent\":7.800000,\"TimestampUTC\":\"2025-02-21T18:34:13\",\"TimestampDK\":\"2025-02-21T19:34:13\"},{\"Minutes5UTC\":\"2025-02-21T18:30:00\",\"Minutes5DK\":\"2025-02-21T19:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":914.000000,\"Forecast5Hour\":947.000000,\"Forecast1Hour\":1043.000000,\"ForecastCurrent\":1094.000000,\"TimestampUTC\":\"2025-02-21T18:35:38\",\"TimestampDK\":\"2025-02-21T19:35:38\"},{\"Minutes5UTC\":\"2025-02-21T18:30:00\",\"Minutes5DK\":\"2025-02-21T19:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1375.000000,\"Forecast5Hour\":1754.000000,\"Forecast1Hour\":2062.000000,\"ForecastCurrent\":2143.000000,\"TimestampUTC\":\"2025-02-21T18:27:52\",\"TimestampDK\":\"2025-02-21T19:27:52\"},{\"Minutes5UTC\":\"2025-02-21T18:30:00\",\"Minutes5DK\":\"2025-02-21T19:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.910000,\"ForecastCurrent\":8.240000,\"TimestampUTC\":\"2025-02-21T18:29:13\",\"TimestampDK\":\"2025-02-21T19:29:13\"},{\"Minutes5UTC\":\"2025-02-21T18:25:00\",\"Minutes5DK\":\"2025-02-21T19:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":914.000000,\"Forecast5Hour\":946.000000,\"Forecast1Hour\":1047.000000,\"ForecastCurrent\":1090.000000,\"TimestampUTC\":\"2025-02-21T18:30:38\",\"TimestampDK\":\"2025-02-21T19:30:38\"},{\"Minutes5UTC\":\"2025-02-21T18:25:00\",\"Minutes5DK\":\"2025-02-21T19:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1353.000000,\"Forecast5Hour\":1726.000000,\"Forecast1Hour\":2033.000000,\"ForecastCurrent\":2118.000000,\"TimestampUTC\":\"2025-02-21T18:27:52\",\"TimestampDK\":\"2025-02-21T19:27:52\"},{\"Minutes5UTC\":\"2025-02-21T18:25:00\",\"Minutes5DK\":\"2025-02-21T19:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.530000,\"ForecastCurrent\":8.570000,\"TimestampUTC\":\"2025-02-21T18:24:13\",\"TimestampDK\":\"2025-02-21T19:24:13\"},{\"Minutes5UTC\":\"2025-02-21T18:20:00\",\"Minutes5DK\":\"2025-02-21T19:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":913.000000,\"Forecast5Hour\":944.000000,\"Forecast1Hour\":1049.000000,\"ForecastCurrent\":1085.000000,\"TimestampUTC\":\"2025-02-21T18:25:38\",\"TimestampDK\":\"2025-02-21T19:25:38\"},{\"Minutes5UTC\":\"2025-02-21T18:20:00\",\"Minutes5DK\":\"2025-02-21T19:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1332.000000,\"Forecast5Hour\":1695.000000,\"Forecast1Hour\":2003.000000,\"ForecastCurrent\":2102.000000,\"TimestampUTC\":\"2025-02-21T18:22:52\",\"TimestampDK\":\"2025-02-21T19:22:52\"},{\"Minutes5UTC\":\"2025-02-21T18:20:00\",\"Minutes5DK\":\"2025-02-21T19:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.120000,\"ForecastCurrent\":8.040000,\"TimestampUTC\":\"2025-02-21T18:19:13\",\"TimestampDK\":\"2025-02-21T19:19:13\"},{\"Minutes5UTC\":\"2025-02-21T18:15:00\",\"Minutes5DK\":\"2025-02-21T19:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":913.000000,\"Forecast5Hour\":946.000000,\"Forecast1Hour\":1049.000000,\"ForecastCurrent\":1078.000000,\"TimestampUTC\":\"2025-02-21T18:15:38\",\"TimestampDK\":\"2025-02-21T19:15:38\"},{\"Minutes5UTC\":\"2025-02-21T18:15:00\",\"Minutes5DK\":\"2025-02-21T19:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1315.000000,\"Forecast5Hour\":1667.000000,\"Forecast1Hour\":1967.000000,\"ForecastCurrent\":2112.000000,\"TimestampUTC\":\"2025-02-21T18:12:52\",\"TimestampDK\":\"2025-02-21T19:12:52\"},{\"Minutes5UTC\":\"2025-02-21T18:15:00\",\"Minutes5DK\":\"2025-02-21T19:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.080000,\"ForecastCurrent\":8.040000,\"TimestampUTC\":\"2025-02-21T18:14:13\",\"TimestampDK\":\"2025-02-21T19:14:13\"},{\"Minutes5UTC\":\"2025-02-21T18:10:00\",\"Minutes5DK\":\"2025-02-21T19:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":943.000000,\"Forecast1Hour\":1054.000000,\"ForecastCurrent\":1080.000000,\"TimestampUTC\":\"2025-02-21T18:15:38\",\"TimestampDK\":\"2025-02-21T19:15:38\"},{\"Minutes5UTC\":\"2025-02-21T18:10:00\",\"Minutes5DK\":\"2025-02-21T19:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1301.000000,\"Forecast5Hour\":1646.000000,\"Forecast1Hour\":1932.000000,\"ForecastCurrent\":2103.000000,\"TimestampUTC\":\"2025-02-21T18:07:51\",\"TimestampDK\":\"2025-02-21T19:07:51\"},{\"Minutes5UTC\":\"2025-02-21T18:10:00\",\"Minutes5DK\":\"2025-02-21T19:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.050000,\"ForecastCurrent\":7.330000,\"TimestampUTC\":\"2025-02-21T18:09:13\",\"TimestampDK\":\"2025-02-21T19:09:13\"},{\"Minutes5UTC\":\"2025-02-21T18:05:00\",\"Minutes5DK\":\"2025-02-21T19:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":942.000000,\"Forecast1Hour\":1057.000000,\"ForecastCurrent\":1081.000000,\"TimestampUTC\":\"2025-02-21T18:10:38\",\"TimestampDK\":\"2025-02-21T19:10:38\"},{\"Minutes5UTC\":\"2025-02-21T18:05:00\",\"Minutes5DK\":\"2025-02-21T19:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1292.000000,\"Forecast5Hour\":1624.000000,\"Forecast1Hour\":1897.000000,\"ForecastCurrent\":2076.000000,\"TimestampUTC\":\"2025-02-21T18:07:51\",\"TimestampDK\":\"2025-02-21T19:07:51\"},{\"Minutes5UTC\":\"2025-02-21T18:05:00\",\"Minutes5DK\":\"2025-02-21T19:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.070000,\"ForecastCurrent\":7.190000,\"TimestampUTC\":\"2025-02-21T18:04:13\",\"TimestampDK\":\"2025-02-21T19:04:13\"},{\"Minutes5UTC\":\"2025-02-21T18:00:00\",\"Minutes5DK\":\"2025-02-21T19:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":941.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1079.000000,\"TimestampUTC\":\"2025-02-21T18:05:38\",\"TimestampDK\":\"2025-02-21T19:05:38\"},{\"Minutes5UTC\":\"2025-02-21T18:00:00\",\"Minutes5DK\":\"2025-02-21T19:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1289.000000,\"Forecast5Hour\":1605.000000,\"Forecast1Hour\":1859.000000,\"ForecastCurrent\":2044.000000,\"TimestampUTC\":\"2025-02-21T18:02:56\",\"TimestampDK\":\"2025-02-21T19:02:56\"},{\"Minutes5UTC\":\"2025-02-21T18:00:00\",\"Minutes5DK\":\"2025-02-21T19:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.040000,\"ForecastCurrent\":6.750000,\"TimestampUTC\":\"2025-02-21T17:59:13\",\"TimestampDK\":\"2025-02-21T18:59:13\"},{\"Minutes5UTC\":\"2025-02-21T17:55:00\",\"Minutes5DK\":\"2025-02-21T18:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":942.000000,\"Forecast1Hour\":1059.000000,\"ForecastCurrent\":1067.000000,\"TimestampUTC\":\"2025-02-21T17:55:38\",\"TimestampDK\":\"2025-02-21T18:55:38\"},{\"Minutes5UTC\":\"2025-02-21T17:55:00\",\"Minutes5DK\":\"2025-02-21T18:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1290.000000,\"Forecast5Hour\":1587.000000,\"Forecast1Hour\":1813.000000,\"ForecastCurrent\":1980.000000,\"TimestampUTC\":\"2025-02-21T17:55:52\",\"TimestampDK\":\"2025-02-21T18:55:52\"},{\"Minutes5UTC\":\"2025-02-21T17:55:00\",\"Minutes5DK\":\"2025-02-21T18:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.880000,\"ForecastCurrent\":6.820000,\"TimestampUTC\":\"2025-02-21T17:54:13\",\"TimestampDK\":\"2025-02-21T18:54:13\"},{\"Minutes5UTC\":\"2025-02-21T17:50:00\",\"Minutes5DK\":\"2025-02-21T18:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":943.000000,\"Forecast1Hour\":1063.000000,\"ForecastCurrent\":1067.000000,\"TimestampUTC\":\"2025-02-21T17:50:38\",\"TimestampDK\":\"2025-02-21T18:50:38\"},{\"Minutes5UTC\":\"2025-02-21T17:50:00\",\"Minutes5DK\":\"2025-02-21T18:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1291.000000,\"Forecast5Hour\":1583.000000,\"Forecast1Hour\":1776.000000,\"ForecastCurrent\":1939.000000,\"TimestampUTC\":\"2025-02-21T17:51:52\",\"TimestampDK\":\"2025-02-21T18:51:52\"},{\"Minutes5UTC\":\"2025-02-21T17:50:00\",\"Minutes5DK\":\"2025-02-21T18:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.950000,\"ForecastCurrent\":6.920000,\"TimestampUTC\":\"2025-02-21T17:49:13\",\"TimestampDK\":\"2025-02-21T18:49:13\"},{\"Minutes5UTC\":\"2025-02-21T17:45:00\",\"Minutes5DK\":\"2025-02-21T18:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":912.000000,\"Forecast5Hour\":944.000000,\"Forecast1Hour\":1066.000000,\"ForecastCurrent\":1068.000000,\"TimestampUTC\":\"2025-02-21T17:50:38\",\"TimestampDK\":\"2025-02-21T18:50:38\"},{\"Minutes5UTC\":\"2025-02-21T17:45:00\",\"Minutes5DK\":\"2025-02-21T18:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1296.000000,\"Forecast5Hour\":1589.000000,\"Forecast1Hour\":1749.000000,\"ForecastCurrent\":1908.000000,\"TimestampUTC\":\"2025-02-21T17:46:52\",\"TimestampDK\":\"2025-02-21T18:46:52\"},{\"Minutes5UTC\":\"2025-02-21T17:45:00\",\"Minutes5DK\":\"2025-02-21T18:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.140000,\"ForecastCurrent\":7.030000,\"TimestampUTC\":\"2025-02-21T17:44:13\",\"TimestampDK\":\"2025-02-21T18:44:13\"},{\"Minutes5UTC\":\"2025-02-21T17:40:00\",\"Minutes5DK\":\"2025-02-21T18:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":911.000000,\"Forecast5Hour\":945.000000,\"Forecast1Hour\":1065.000000,\"ForecastCurrent\":1069.000000,\"TimestampUTC\":\"2025-02-21T17:45:38\",\"TimestampDK\":\"2025-02-21T18:45:38\"},{\"Minutes5UTC\":\"2025-02-21T17:40:00\",\"Minutes5DK\":\"2025-02-21T18:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1300.000000,\"Forecast5Hour\":1595.000000,\"Forecast1Hour\":1734.000000,\"ForecastCurrent\":1909.000000,\"TimestampUTC\":\"2025-02-21T17:46:52\",\"TimestampDK\":\"2025-02-21T18:46:52\"},{\"Minutes5UTC\":\"2025-02-21T17:40:00\",\"Minutes5DK\":\"2025-02-21T18:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.610000,\"ForecastCurrent\":7.070000,\"TimestampUTC\":\"2025-02-21T17:39:13\",\"TimestampDK\":\"2025-02-21T18:39:13\"},{\"Minutes5UTC\":\"2025-02-21T17:35:00\",\"Minutes5DK\":\"2025-02-21T18:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":911.000000,\"Forecast5Hour\":948.000000,\"Forecast1Hour\":1059.000000,\"ForecastCurrent\":1069.000000,\"TimestampUTC\":\"2025-02-21T17:40:38\",\"TimestampDK\":\"2025-02-21T18:40:38\"},{\"Minutes5UTC\":\"2025-02-21T17:35:00\",\"Minutes5DK\":\"2025-02-21T18:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1301.000000,\"Forecast5Hour\":1589.000000,\"Forecast1Hour\":1716.000000,\"ForecastCurrent\":1902.000000,\"TimestampUTC\":\"2025-02-21T17:41:52\",\"TimestampDK\":\"2025-02-21T18:41:52\"},{\"Minutes5UTC\":\"2025-02-21T17:35:00\",\"Minutes5DK\":\"2025-02-21T18:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.190000,\"ForecastCurrent\":7.120000,\"TimestampUTC\":\"2025-02-21T17:34:13\",\"TimestampDK\":\"2025-02-21T18:34:13\"},{\"Minutes5UTC\":\"2025-02-21T17:30:00\",\"Minutes5DK\":\"2025-02-21T18:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":911.000000,\"Forecast5Hour\":952.000000,\"Forecast1Hour\":1052.000000,\"ForecastCurrent\":1060.000000,\"TimestampUTC\":\"2025-02-21T17:30:38\",\"TimestampDK\":\"2025-02-21T18:30:38\"},{\"Minutes5UTC\":\"2025-02-21T17:30:00\",\"Minutes5DK\":\"2025-02-21T18:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1302.000000,\"Forecast5Hour\":1586.000000,\"Forecast1Hour\":1698.000000,\"ForecastCurrent\":1900.000000,\"TimestampUTC\":\"2025-02-21T17:31:52\",\"TimestampDK\":\"2025-02-21T18:31:52\"},{\"Minutes5UTC\":\"2025-02-21T17:30:00\",\"Minutes5DK\":\"2025-02-21T18:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.020000,\"Forecast5Hour\":0.020000,\"Forecast1Hour\":4.030000,\"ForecastCurrent\":6.400000,\"TimestampUTC\":\"2025-02-21T17:29:13\",\"TimestampDK\":\"2025-02-21T18:29:13\"},{\"Minutes5UTC\":\"2025-02-21T17:25:00\",\"Minutes5DK\":\"2025-02-21T18:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":911.000000,\"Forecast5Hour\":955.000000,\"Forecast1Hour\":1044.000000,\"ForecastCurrent\":1061.000000,\"TimestampUTC\":\"2025-02-21T17:30:38\",\"TimestampDK\":\"2025-02-21T18:30:38\"},{\"Minutes5UTC\":\"2025-02-21T17:25:00\",\"Minutes5DK\":\"2025-02-21T18:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1303.000000,\"Forecast5Hour\":1584.000000,\"Forecast1Hour\":1689.000000,\"ForecastCurrent\":1898.000000,\"TimestampUTC\":\"2025-02-21T17:26:52\",\"TimestampDK\":\"2025-02-21T18:26:52\"},{\"Minutes5UTC\":\"2025-02-21T17:25:00\",\"Minutes5DK\":\"2025-02-21T18:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.090000,\"Forecast5Hour\":0.110000,\"Forecast1Hour\":4.650000,\"ForecastCurrent\":5.650000,\"TimestampUTC\":\"2025-02-21T17:24:13\",\"TimestampDK\":\"2025-02-21T18:24:13\"},{\"Minutes5UTC\":\"2025-02-21T17:20:00\",\"Minutes5DK\":\"2025-02-21T18:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":910.000000,\"Forecast5Hour\":956.000000,\"Forecast1Hour\":1036.000000,\"ForecastCurrent\":1064.000000,\"TimestampUTC\":\"2025-02-21T17:25:38\",\"TimestampDK\":\"2025-02-21T18:25:38\"},{\"Minutes5UTC\":\"2025-02-21T17:20:00\",\"Minutes5DK\":\"2025-02-21T18:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1305.000000,\"Forecast5Hour\":1582.000000,\"Forecast1Hour\":1686.000000,\"ForecastCurrent\":1900.000000,\"TimestampUTC\":\"2025-02-21T17:26:52\",\"TimestampDK\":\"2025-02-21T18:26:52\"},{\"Minutes5UTC\":\"2025-02-21T17:20:00\",\"Minutes5DK\":\"2025-02-21T18:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.220000,\"Forecast5Hour\":0.290000,\"Forecast1Hour\":4.780000,\"ForecastCurrent\":4.920000,\"TimestampUTC\":\"2025-02-21T17:19:13\",\"TimestampDK\":\"2025-02-21T18:19:13\"},{\"Minutes5UTC\":\"2025-02-21T17:15:00\",\"Minutes5DK\":\"2025-02-21T18:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":910.000000,\"Forecast5Hour\":955.000000,\"Forecast1Hour\":1027.000000,\"ForecastCurrent\":1068.000000,\"TimestampUTC\":\"2025-02-21T17:20:38\",\"TimestampDK\":\"2025-02-21T18:20:38\"},{\"Minutes5UTC\":\"2025-02-21T17:15:00\",\"Minutes5DK\":\"2025-02-21T18:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1307.000000,\"Forecast5Hour\":1580.000000,\"Forecast1Hour\":1687.000000,\"ForecastCurrent\":1893.000000,\"TimestampUTC\":\"2025-02-21T17:21:52\",\"TimestampDK\":\"2025-02-21T18:21:52\"},{\"Minutes5UTC\":\"2025-02-21T17:15:00\",\"Minutes5DK\":\"2025-02-21T18:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.420000,\"Forecast5Hour\":0.560000,\"Forecast1Hour\":3.700000,\"ForecastCurrent\":5.090000,\"TimestampUTC\":\"2025-02-21T17:14:13\",\"TimestampDK\":\"2025-02-21T18:14:13\"},{\"Minutes5UTC\":\"2025-02-21T17:10:00\",\"Minutes5DK\":\"2025-02-21T18:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":909.000000,\"Forecast5Hour\":954.000000,\"Forecast1Hour\":1011.000000,\"ForecastCurrent\":1070.000000,\"TimestampUTC\":\"2025-02-21T17:10:38\",\"TimestampDK\":\"2025-02-21T18:10:38\"},{\"Minutes5UTC\":\"2025-02-21T17:10:00\",\"Minutes5DK\":\"2025-02-21T18:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1310.000000,\"Forecast5Hour\":1583.000000,\"Forecast1Hour\":1686.000000,\"ForecastCurrent\":1885.000000,\"TimestampUTC\":\"2025-02-21T17:11:52\",\"TimestampDK\":\"2025-02-21T18:11:52\"},{\"Minutes5UTC\":\"2025-02-21T17:10:00\",\"Minutes5DK\":\"2025-02-21T18:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.660000,\"Forecast5Hour\":0.900000,\"Forecast1Hour\":1.960000,\"ForecastCurrent\":5.360000,\"TimestampUTC\":\"2025-02-21T17:09:13\",\"TimestampDK\":\"2025-02-21T18:09:13\"},{\"Minutes5UTC\":\"2025-02-21T17:05:00\",\"Minutes5DK\":\"2025-02-21T18:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":908.000000,\"Forecast5Hour\":954.000000,\"Forecast1Hour\":996.000000,\"ForecastCurrent\":1075.000000,\"TimestampUTC\":\"2025-02-21T17:05:38\",\"TimestampDK\":\"2025-02-21T18:05:38\"},{\"Minutes5UTC\":\"2025-02-21T17:05:00\",\"Minutes5DK\":\"2025-02-21T18:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1314.000000,\"Forecast5Hour\":1581.000000,\"Forecast1Hour\":1692.000000,\"ForecastCurrent\":1874.000000,\"TimestampUTC\":\"2025-02-21T17:06:52\",\"TimestampDK\":\"2025-02-21T18:06:52\"},{\"Minutes5UTC\":\"2025-02-21T17:05:00\",\"Minutes5DK\":\"2025-02-21T18:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.960000,\"Forecast5Hour\":1.320000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":5.790000,\"TimestampUTC\":\"2025-02-21T17:04:13\",\"TimestampDK\":\"2025-02-21T18:04:13\"},{\"Minutes5UTC\":\"2025-02-21T17:00:00\",\"Minutes5DK\":\"2025-02-21T18:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":908.000000,\"Forecast5Hour\":954.000000,\"Forecast1Hour\":986.000000,\"ForecastCurrent\":1077.000000,\"TimestampUTC\":\"2025-02-21T17:05:38\",\"TimestampDK\":\"2025-02-21T18:05:38\"},{\"Minutes5UTC\":\"2025-02-21T17:00:00\",\"Minutes5DK\":\"2025-02-21T18:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1320.000000,\"Forecast5Hour\":1579.000000,\"Forecast1Hour\":1698.000000,\"ForecastCurrent\":1854.000000,\"TimestampUTC\":\"2025-02-21T17:00:52\",\"TimestampDK\":\"2025-02-21T18:00:52\"},{\"Minutes5UTC\":\"2025-02-21T17:00:00\",\"Minutes5DK\":\"2025-02-21T18:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.300000,\"Forecast5Hour\":1.790000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":6.170000,\"TimestampUTC\":\"2025-02-21T16:59:13\",\"TimestampDK\":\"2025-02-21T17:59:13\"},{\"Minutes5UTC\":\"2025-02-21T16:55:00\",\"Minutes5DK\":\"2025-02-21T17:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":907.000000,\"Forecast5Hour\":953.000000,\"Forecast1Hour\":979.000000,\"ForecastCurrent\":1081.000000,\"TimestampUTC\":\"2025-02-21T17:00:38\",\"TimestampDK\":\"2025-02-21T18:00:38\"},{\"Minutes5UTC\":\"2025-02-21T16:55:00\",\"Minutes5DK\":\"2025-02-21T17:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1330.000000,\"Forecast5Hour\":1575.000000,\"Forecast1Hour\":1700.000000,\"ForecastCurrent\":1850.000000,\"TimestampUTC\":\"2025-02-21T17:00:52\",\"TimestampDK\":\"2025-02-21T18:00:52\"},{\"Minutes5UTC\":\"2025-02-21T16:55:00\",\"Minutes5DK\":\"2025-02-21T17:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.690000,\"Forecast5Hour\":2.330000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":6.330000,\"TimestampUTC\":\"2025-02-21T16:54:13\",\"TimestampDK\":\"2025-02-21T17:54:13\"},{\"Minutes5UTC\":\"2025-02-21T16:50:00\",\"Minutes5DK\":\"2025-02-21T17:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":906.000000,\"Forecast5Hour\":950.000000,\"Forecast1Hour\":978.000000,\"ForecastCurrent\":1082.000000,\"TimestampUTC\":\"2025-02-21T16:55:38\",\"TimestampDK\":\"2025-02-21T17:55:38\"},{\"Minutes5UTC\":\"2025-02-21T16:50:00\",\"Minutes5DK\":\"2025-02-21T17:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1339.000000,\"Forecast5Hour\":1571.000000,\"Forecast1Hour\":1699.000000,\"ForecastCurrent\":1814.000000,\"TimestampUTC\":\"2025-02-21T16:56:52\",\"TimestampDK\":\"2025-02-21T17:56:52\"},{\"Minutes5UTC\":\"2025-02-21T16:50:00\",\"Minutes5DK\":\"2025-02-21T17:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":2.110000,\"Forecast5Hour\":2.920000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":7.050000,\"TimestampUTC\":\"2025-02-21T16:49:13\",\"TimestampDK\":\"2025-02-21T17:49:13\"},{\"Minutes5UTC\":\"2025-02-21T16:45:00\",\"Minutes5DK\":\"2025-02-21T17:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":905.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":975.000000,\"ForecastCurrent\":1087.000000,\"TimestampUTC\":\"2025-02-21T16:45:38\",\"TimestampDK\":\"2025-02-21T17:45:38\"},{\"Minutes5UTC\":\"2025-02-21T16:45:00\",\"Minutes5DK\":\"2025-02-21T17:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1347.000000,\"Forecast5Hour\":1584.000000,\"Forecast1Hour\":1713.000000,\"ForecastCurrent\":1756.000000,\"TimestampUTC\":\"2025-02-21T16:46:52\",\"TimestampDK\":\"2025-02-21T17:46:52\"},{\"Minutes5UTC\":\"2025-02-21T16:45:00\",\"Minutes5DK\":\"2025-02-21T17:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":2.570000,\"Forecast5Hour\":3.550000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":8.070000,\"TimestampUTC\":\"2025-02-21T16:44:13\",\"TimestampDK\":\"2025-02-21T17:44:13\"},{\"Minutes5UTC\":\"2025-02-21T16:40:00\",\"Minutes5DK\":\"2025-02-21T17:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":904.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":982.000000,\"ForecastCurrent\":1089.000000,\"TimestampUTC\":\"2025-02-21T16:45:38\",\"TimestampDK\":\"2025-02-21T17:45:38\"},{\"Minutes5UTC\":\"2025-02-21T16:40:00\",\"Minutes5DK\":\"2025-02-21T17:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1351.000000,\"Forecast5Hour\":1583.000000,\"Forecast1Hour\":1724.000000,\"ForecastCurrent\":1732.000000,\"TimestampUTC\":\"2025-02-21T16:41:52\",\"TimestampDK\":\"2025-02-21T17:41:52\"},{\"Minutes5UTC\":\"2025-02-21T16:40:00\",\"Minutes5DK\":\"2025-02-21T17:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":3.060000,\"Forecast5Hour\":4.220000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":9.720000,\"TimestampUTC\":\"2025-02-21T16:39:13\",\"TimestampDK\":\"2025-02-21T17:39:13\"},{\"Minutes5UTC\":\"2025-02-21T16:35:00\",\"Minutes5DK\":\"2025-02-21T17:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":902.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":994.000000,\"ForecastCurrent\":1092.000000,\"TimestampUTC\":\"2025-02-21T16:40:38\",\"TimestampDK\":\"2025-02-21T17:40:38\"},{\"Minutes5UTC\":\"2025-02-21T16:35:00\",\"Minutes5DK\":\"2025-02-21T17:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1353.000000,\"Forecast5Hour\":1577.000000,\"Forecast1Hour\":1742.000000,\"ForecastCurrent\":1729.000000,\"TimestampUTC\":\"2025-02-21T16:41:52\",\"TimestampDK\":\"2025-02-21T17:41:52\"},{\"Minutes5UTC\":\"2025-02-21T16:35:00\",\"Minutes5DK\":\"2025-02-21T17:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":3.570000,\"Forecast5Hour\":4.610000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":11.670000,\"TimestampUTC\":\"2025-02-21T16:34:13\",\"TimestampDK\":\"2025-02-21T17:34:13\"},{\"Minutes5UTC\":\"2025-02-21T16:30:00\",\"Minutes5DK\":\"2025-02-21T17:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":901.000000,\"Forecast5Hour\":948.000000,\"Forecast1Hour\":1008.000000,\"ForecastCurrent\":1091.000000,\"TimestampUTC\":\"2025-02-21T16:35:38\",\"TimestampDK\":\"2025-02-21T17:35:38\"},{\"Minutes5UTC\":\"2025-02-21T16:30:00\",\"Minutes5DK\":\"2025-02-21T17:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1354.000000,\"Forecast5Hour\":1568.000000,\"Forecast1Hour\":1754.000000,\"ForecastCurrent\":1697.000000,\"TimestampUTC\":\"2025-02-21T16:36:52\",\"TimestampDK\":\"2025-02-21T17:36:52\"},{\"Minutes5UTC\":\"2025-02-21T16:30:00\",\"Minutes5DK\":\"2025-02-21T17:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":4.160000,\"Forecast5Hour\":5.350000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":14.260000,\"TimestampUTC\":\"2025-02-21T16:29:13\",\"TimestampDK\":\"2025-02-21T17:29:13\"},{\"Minutes5UTC\":\"2025-02-21T16:25:00\",\"Minutes5DK\":\"2025-02-21T17:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":899.000000,\"Forecast5Hour\":946.000000,\"Forecast1Hour\":1013.000000,\"ForecastCurrent\":1075.000000,\"TimestampUTC\":\"2025-02-21T16:25:38\",\"TimestampDK\":\"2025-02-21T17:25:38\"},{\"Minutes5UTC\":\"2025-02-21T16:25:00\",\"Minutes5DK\":\"2025-02-21T17:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1353.000000,\"Forecast5Hour\":1561.000000,\"Forecast1Hour\":1763.000000,\"ForecastCurrent\":1667.000000,\"TimestampUTC\":\"2025-02-21T16:22:51\",\"TimestampDK\":\"2025-02-21T17:22:51\"},{\"Minutes5UTC\":\"2025-02-21T16:25:00\",\"Minutes5DK\":\"2025-02-21T17:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":5.140000,\"Forecast5Hour\":6.550000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":16.719999,\"TimestampUTC\":\"2025-02-21T16:24:13\",\"TimestampDK\":\"2025-02-21T17:24:13\"},{\"Minutes5UTC\":\"2025-02-21T16:20:00\",\"Minutes5DK\":\"2025-02-21T17:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":897.000000,\"Forecast5Hour\":944.000000,\"Forecast1Hour\":1011.000000,\"ForecastCurrent\":1065.000000,\"TimestampUTC\":\"2025-02-21T16:20:38\",\"TimestampDK\":\"2025-02-21T17:20:38\"},{\"Minutes5UTC\":\"2025-02-21T16:20:00\",\"Minutes5DK\":\"2025-02-21T17:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1347.000000,\"Forecast5Hour\":1554.000000,\"Forecast1Hour\":1760.000000,\"ForecastCurrent\":1653.000000,\"TimestampUTC\":\"2025-02-21T16:17:51\",\"TimestampDK\":\"2025-02-21T17:17:51\"},{\"Minutes5UTC\":\"2025-02-21T16:20:00\",\"Minutes5DK\":\"2025-02-21T17:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":6.510000,\"Forecast5Hour\":8.220000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":18.440001,\"TimestampUTC\":\"2025-02-21T16:19:12\",\"TimestampDK\":\"2025-02-21T17:19:12\"},{\"Minutes5UTC\":\"2025-02-21T16:15:00\",\"Minutes5DK\":\"2025-02-21T17:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":896.000000,\"Forecast5Hour\":938.000000,\"Forecast1Hour\":1007.000000,\"ForecastCurrent\":1066.000000,\"TimestampUTC\":\"2025-02-21T16:20:38\",\"TimestampDK\":\"2025-02-21T17:20:38\"},{\"Minutes5UTC\":\"2025-02-21T16:15:00\",\"Minutes5DK\":\"2025-02-21T17:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1339.000000,\"Forecast5Hour\":1546.000000,\"Forecast1Hour\":1755.000000,\"ForecastCurrent\":1649.000000,\"TimestampUTC\":\"2025-02-21T16:12:51\",\"TimestampDK\":\"2025-02-21T17:12:51\"},{\"Minutes5UTC\":\"2025-02-21T16:15:00\",\"Minutes5DK\":\"2025-02-21T17:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":8.330000,\"Forecast5Hour\":10.780000,\"Forecast1Hour\":0.000000,\"ForecastCurrent\":18.100000,\"TimestampUTC\":\"2025-02-21T16:14:13\",\"TimestampDK\":\"2025-02-21T17:14:13\"},{\"Minutes5UTC\":\"2025-02-21T16:10:00\",\"Minutes5DK\":\"2025-02-21T17:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":894.000000,\"Forecast5Hour\":935.000000,\"Forecast1Hour\":996.000000,\"ForecastCurrent\":1056.000000,\"TimestampUTC\":\"2025-02-21T16:15:38\",\"TimestampDK\":\"2025-02-21T17:15:38\"},{\"Minutes5UTC\":\"2025-02-21T16:10:00\",\"Minutes5DK\":\"2025-02-21T17:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1331.000000,\"Forecast5Hour\":1547.000000,\"Forecast1Hour\":1751.000000,\"ForecastCurrent\":1643.000000,\"TimestampUTC\":\"2025-02-21T16:12:51\",\"TimestampDK\":\"2025-02-21T17:12:51\"},{\"Minutes5UTC\":\"2025-02-21T16:10:00\",\"Minutes5DK\":\"2025-02-21T17:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":11.330000,\"Forecast5Hour\":16.030001,\"Forecast1Hour\":0.010000,\"ForecastCurrent\":18.750000,\"TimestampUTC\":\"2025-02-21T16:09:13\",\"TimestampDK\":\"2025-02-21T17:09:13\"},{\"Minutes5UTC\":\"2025-02-21T16:05:00\",\"Minutes5DK\":\"2025-02-21T17:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":893.000000,\"Forecast5Hour\":934.000000,\"Forecast1Hour\":977.000000,\"ForecastCurrent\":1039.000000,\"TimestampUTC\":\"2025-02-21T16:10:39\",\"TimestampDK\":\"2025-02-21T17:10:39\"},{\"Minutes5UTC\":\"2025-02-21T16:05:00\",\"Minutes5DK\":\"2025-02-21T17:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1320.000000,\"Forecast5Hour\":1452.000000,\"Forecast1Hour\":1739.000000,\"ForecastCurrent\":1634.000000,\"TimestampUTC\":\"2025-02-21T16:07:51\",\"TimestampDK\":\"2025-02-21T17:07:51\"},{\"Minutes5UTC\":\"2025-02-21T16:05:00\",\"Minutes5DK\":\"2025-02-21T17:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":16.680000,\"Forecast5Hour\":24.110001,\"Forecast1Hour\":9.590000,\"ForecastCurrent\":19.240000,\"TimestampUTC\":\"2025-02-21T16:04:13\",\"TimestampDK\":\"2025-02-21T17:04:13\"},{\"Minutes5UTC\":\"2025-02-21T16:00:00\",\"Minutes5DK\":\"2025-02-21T17:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":892.000000,\"Forecast5Hour\":935.000000,\"Forecast1Hour\":955.000000,\"ForecastCurrent\":1000.000000,\"TimestampUTC\":\"2025-02-21T16:00:38\",\"TimestampDK\":\"2025-02-21T17:00:38\"},{\"Minutes5UTC\":\"2025-02-21T16:00:00\",\"Minutes5DK\":\"2025-02-21T17:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1309.000000,\"Forecast5Hour\":1454.000000,\"Forecast1Hour\":1718.000000,\"ForecastCurrent\":1643.000000,\"TimestampUTC\":\"2025-02-21T15:57:51\",\"TimestampDK\":\"2025-02-21T16:57:51\"},{\"Minutes5UTC\":\"2025-02-21T16:00:00\",\"Minutes5DK\":\"2025-02-21T17:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":24.570000,\"Forecast5Hour\":34.840000,\"Forecast1Hour\":21.160000,\"ForecastCurrent\":22.570000,\"TimestampUTC\":\"2025-02-21T15:59:13\",\"TimestampDK\":\"2025-02-21T16:59:13\"},{\"Minutes5UTC\":\"2025-02-21T15:55:00\",\"Minutes5DK\":\"2025-02-21T16:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":891.000000,\"Forecast5Hour\":935.000000,\"Forecast1Hour\":934.000000,\"ForecastCurrent\":1000.000000,\"TimestampUTC\":\"2025-02-21T16:00:38\",\"TimestampDK\":\"2025-02-21T17:00:38\"},{\"Minutes5UTC\":\"2025-02-21T15:55:00\",\"Minutes5DK\":\"2025-02-21T16:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1297.000000,\"Forecast5Hour\":1443.000000,\"Forecast1Hour\":1685.000000,\"ForecastCurrent\":1634.000000,\"TimestampUTC\":\"2025-02-21T15:52:51\",\"TimestampDK\":\"2025-02-21T16:52:51\"},{\"Minutes5UTC\":\"2025-02-21T15:55:00\",\"Minutes5DK\":\"2025-02-21T16:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":34.549999,\"Forecast5Hour\":48.029999,\"Forecast1Hour\":35.290001,\"ForecastCurrent\":27.639999,\"TimestampUTC\":\"2025-02-21T15:54:13\",\"TimestampDK\":\"2025-02-21T16:54:13\"},{\"Minutes5UTC\":\"2025-02-21T15:50:00\",\"Minutes5DK\":\"2025-02-21T16:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":890.000000,\"Forecast5Hour\":932.000000,\"Forecast1Hour\":920.000000,\"ForecastCurrent\":987.000000,\"TimestampUTC\":\"2025-02-21T15:55:38\",\"TimestampDK\":\"2025-02-21T16:55:38\"},{\"Minutes5UTC\":\"2025-02-21T15:50:00\",\"Minutes5DK\":\"2025-02-21T16:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1282.000000,\"Forecast5Hour\":1447.000000,\"Forecast1Hour\":1653.000000,\"ForecastCurrent\":1619.000000,\"TimestampUTC\":\"2025-02-21T15:52:51\",\"TimestampDK\":\"2025-02-21T16:52:51\"},{\"Minutes5UTC\":\"2025-02-21T15:50:00\",\"Minutes5DK\":\"2025-02-21T16:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":45.759998,\"Forecast5Hour\":62.730000,\"Forecast1Hour\":50.419998,\"ForecastCurrent\":34.459999,\"TimestampUTC\":\"2025-02-21T15:49:13\",\"TimestampDK\":\"2025-02-21T16:49:13\"},{\"Minutes5UTC\":\"2025-02-21T15:45:00\",\"Minutes5DK\":\"2025-02-21T16:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":889.000000,\"Forecast5Hour\":929.000000,\"Forecast1Hour\":913.000000,\"ForecastCurrent\":979.000000,\"TimestampUTC\":\"2025-02-21T15:50:38\",\"TimestampDK\":\"2025-02-21T16:50:38\"},{\"Minutes5UTC\":\"2025-02-21T15:45:00\",\"Minutes5DK\":\"2025-02-21T16:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1271.000000,\"Forecast5Hour\":1430.000000,\"Forecast1Hour\":1630.000000,\"ForecastCurrent\":1604.000000,\"TimestampUTC\":\"2025-02-21T15:47:51\",\"TimestampDK\":\"2025-02-21T16:47:51\"},{\"Minutes5UTC\":\"2025-02-21T15:45:00\",\"Minutes5DK\":\"2025-02-21T16:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":57.490002,\"Forecast5Hour\":77.769997,\"Forecast1Hour\":65.339996,\"ForecastCurrent\":42.189999,\"TimestampUTC\":\"2025-02-21T15:44:12\",\"TimestampDK\":\"2025-02-21T16:44:12\"},{\"Minutes5UTC\":\"2025-02-21T15:40:00\",\"Minutes5DK\":\"2025-02-21T16:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":888.000000,\"Forecast5Hour\":925.000000,\"Forecast1Hour\":910.000000,\"ForecastCurrent\":973.000000,\"TimestampUTC\":\"2025-02-21T15:40:38\",\"TimestampDK\":\"2025-02-21T16:40:38\"},{\"Minutes5UTC\":\"2025-02-21T15:40:00\",\"Minutes5DK\":\"2025-02-21T16:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1259.000000,\"Forecast5Hour\":1413.000000,\"Forecast1Hour\":1607.000000,\"ForecastCurrent\":1621.000000,\"TimestampUTC\":\"2025-02-21T15:37:51\",\"TimestampDK\":\"2025-02-21T16:37:51\"},{\"Minutes5UTC\":\"2025-02-21T15:40:00\",\"Minutes5DK\":\"2025-02-21T16:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":68.860001,\"Forecast5Hour\":91.980003,\"Forecast1Hour\":79.209999,\"ForecastCurrent\":51.439999,\"TimestampUTC\":\"2025-02-21T15:39:13\",\"TimestampDK\":\"2025-02-21T16:39:13\"},{\"Minutes5UTC\":\"2025-02-21T15:35:00\",\"Minutes5DK\":\"2025-02-21T16:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":887.000000,\"Forecast5Hour\":924.000000,\"Forecast1Hour\":905.000000,\"ForecastCurrent\":983.000000,\"TimestampUTC\":\"2025-02-21T15:35:38\",\"TimestampDK\":\"2025-02-21T16:35:38\"},{\"Minutes5UTC\":\"2025-02-21T15:35:00\",\"Minutes5DK\":\"2025-02-21T16:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1245.000000,\"Forecast5Hour\":1398.000000,\"Forecast1Hour\":1584.000000,\"ForecastCurrent\":1634.000000,\"TimestampUTC\":\"2025-02-21T15:32:51\",\"TimestampDK\":\"2025-02-21T16:32:51\"},{\"Minutes5UTC\":\"2025-02-21T15:35:00\",\"Minutes5DK\":\"2025-02-21T16:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":79.089996,\"Forecast5Hour\":103.949997,\"Forecast1Hour\":87.190002,\"ForecastCurrent\":60.619999,\"TimestampUTC\":\"2025-02-21T15:34:12\",\"TimestampDK\":\"2025-02-21T16:34:12\"},{\"Minutes5UTC\":\"2025-02-21T15:30:00\",\"Minutes5DK\":\"2025-02-21T16:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":886.000000,\"Forecast5Hour\":922.000000,\"Forecast1Hour\":893.000000,\"ForecastCurrent\":983.000000,\"TimestampUTC\":\"2025-02-21T15:35:38\",\"TimestampDK\":\"2025-02-21T16:35:38\"},{\"Minutes5UTC\":\"2025-02-21T15:30:00\",\"Minutes5DK\":\"2025-02-21T16:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1230.000000,\"Forecast5Hour\":1380.000000,\"Forecast1Hour\":1557.000000,\"ForecastCurrent\":1640.000000,\"TimestampUTC\":\"2025-02-21T15:27:51\",\"TimestampDK\":\"2025-02-21T16:27:51\"},{\"Minutes5UTC\":\"2025-02-21T15:30:00\",\"Minutes5DK\":\"2025-02-21T16:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":87.730003,\"Forecast5Hour\":113.000000,\"Forecast1Hour\":94.349998,\"ForecastCurrent\":67.760002,\"TimestampUTC\":\"2025-02-21T15:29:13\",\"TimestampDK\":\"2025-02-21T16:29:13\"},{\"Minutes5UTC\":\"2025-02-21T15:25:00\",\"Minutes5DK\":\"2025-02-21T16:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":885.000000,\"Forecast5Hour\":919.000000,\"Forecast1Hour\":883.000000,\"ForecastCurrent\":1000.000000,\"TimestampUTC\":\"2025-02-21T15:30:38\",\"TimestampDK\":\"2025-02-21T16:30:38\"},{\"Minutes5UTC\":\"2025-02-21T15:25:00\",\"Minutes5DK\":\"2025-02-21T16:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1216.000000,\"Forecast5Hour\":1366.000000,\"Forecast1Hour\":1535.000000,\"ForecastCurrent\":1624.000000,\"TimestampUTC\":\"2025-02-21T15:27:51\",\"TimestampDK\":\"2025-02-21T16:27:51\"},{\"Minutes5UTC\":\"2025-02-21T15:25:00\",\"Minutes5DK\":\"2025-02-21T16:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":95.410004,\"Forecast5Hour\":120.500000,\"Forecast1Hour\":98.769997,\"ForecastCurrent\":73.980003,\"TimestampUTC\":\"2025-02-21T15:24:13\",\"TimestampDK\":\"2025-02-21T16:24:13\"},{\"Minutes5UTC\":\"2025-02-21T15:20:00\",\"Minutes5DK\":\"2025-02-21T16:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":884.000000,\"Forecast5Hour\":917.000000,\"Forecast1Hour\":884.000000,\"ForecastCurrent\":1019.000000,\"TimestampUTC\":\"2025-02-21T15:25:38\",\"TimestampDK\":\"2025-02-21T16:25:38\"},{\"Minutes5UTC\":\"2025-02-21T15:20:00\",\"Minutes5DK\":\"2025-02-21T16:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1203.000000,\"Forecast5Hour\":1353.000000,\"Forecast1Hour\":1514.000000,\"ForecastCurrent\":1624.000000,\"TimestampUTC\":\"2025-02-21T15:22:51\",\"TimestampDK\":\"2025-02-21T16:22:51\"},{\"Minutes5UTC\":\"2025-02-21T15:20:00\",\"Minutes5DK\":\"2025-02-21T16:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":102.400002,\"Forecast5Hour\":127.010002,\"Forecast1Hour\":104.089996,\"ForecastCurrent\":80.760002,\"TimestampUTC\":\"2025-02-21T15:19:13\",\"TimestampDK\":\"2025-02-21T16:19:13\"},{\"Minutes5UTC\":\"2025-02-21T15:15:00\",\"Minutes5DK\":\"2025-02-21T16:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":883.000000,\"Forecast5Hour\":920.000000,\"Forecast1Hour\":897.000000,\"ForecastCurrent\":1024.000000,\"TimestampUTC\":\"2025-02-21T15:15:38\",\"TimestampDK\":\"2025-02-21T16:15:38\"},{\"Minutes5UTC\":\"2025-02-21T15:15:00\",\"Minutes5DK\":\"2025-02-21T16:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1186.000000,\"Forecast5Hour\":1333.000000,\"Forecast1Hour\":1490.000000,\"ForecastCurrent\":1607.000000,\"TimestampUTC\":\"2025-02-21T15:12:51\",\"TimestampDK\":\"2025-02-21T16:12:51\"},{\"Minutes5UTC\":\"2025-02-21T15:15:00\",\"Minutes5DK\":\"2025-02-21T16:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":109.070000,\"Forecast5Hour\":133.089996,\"Forecast1Hour\":109.050003,\"ForecastCurrent\":90.510002,\"TimestampUTC\":\"2025-02-21T15:14:13\",\"TimestampDK\":\"2025-02-21T16:14:13\"},{\"Minutes5UTC\":\"2025-02-21T15:10:00\",\"Minutes5DK\":\"2025-02-21T16:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":882.000000,\"Forecast5Hour\":920.000000,\"Forecast1Hour\":913.000000,\"ForecastCurrent\":1025.000000,\"TimestampUTC\":\"2025-02-21T15:15:38\",\"TimestampDK\":\"2025-02-21T16:15:38\"},{\"Minutes5UTC\":\"2025-02-21T15:10:00\",\"Minutes5DK\":\"2025-02-21T16:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1162.000000,\"Forecast5Hour\":1311.000000,\"Forecast1Hour\":1460.000000,\"ForecastCurrent\":1585.000000,\"TimestampUTC\":\"2025-02-21T15:07:51\",\"TimestampDK\":\"2025-02-21T16:07:51\"},{\"Minutes5UTC\":\"2025-02-21T15:10:00\",\"Minutes5DK\":\"2025-02-21T16:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":115.699997,\"Forecast5Hour\":139.110001,\"Forecast1Hour\":115.820000,\"ForecastCurrent\":101.470001,\"TimestampUTC\":\"2025-02-21T15:09:13\",\"TimestampDK\":\"2025-02-21T16:09:13\"},{\"Minutes5UTC\":\"2025-02-21T15:05:00\",\"Minutes5DK\":\"2025-02-21T16:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":881.000000,\"Forecast5Hour\":919.000000,\"Forecast1Hour\":928.000000,\"ForecastCurrent\":1021.000000,\"TimestampUTC\":\"2025-02-21T15:10:38\",\"TimestampDK\":\"2025-02-21T16:10:38\"},{\"Minutes5UTC\":\"2025-02-21T15:05:00\",\"Minutes5DK\":\"2025-02-21T16:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1141.000000,\"Forecast5Hour\":1292.000000,\"Forecast1Hour\":1436.000000,\"ForecastCurrent\":1564.000000,\"TimestampUTC\":\"2025-02-21T15:07:51\",\"TimestampDK\":\"2025-02-21T16:07:51\"},{\"Minutes5UTC\":\"2025-02-21T15:05:00\",\"Minutes5DK\":\"2025-02-21T16:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":122.379997,\"Forecast5Hour\":145.179993,\"Forecast1Hour\":120.339996,\"ForecastCurrent\":112.099998,\"TimestampUTC\":\"2025-02-21T15:04:13\",\"TimestampDK\":\"2025-02-21T16:04:13\"},{\"Minutes5UTC\":\"2025-02-21T15:00:00\",\"Minutes5DK\":\"2025-02-21T16:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":879.000000,\"Forecast5Hour\":917.000000,\"Forecast1Hour\":938.000000,\"ForecastCurrent\":1009.000000,\"TimestampUTC\":\"2025-02-21T15:05:38\",\"TimestampDK\":\"2025-02-21T16:05:38\"},{\"Minutes5UTC\":\"2025-02-21T15:00:00\",\"Minutes5DK\":\"2025-02-21T16:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1119.000000,\"Forecast5Hour\":1278.000000,\"Forecast1Hour\":1409.000000,\"ForecastCurrent\":1539.000000,\"TimestampUTC\":\"2025-02-21T15:02:51\",\"TimestampDK\":\"2025-02-21T16:02:51\"},{\"Minutes5UTC\":\"2025-02-21T15:00:00\",\"Minutes5DK\":\"2025-02-21T16:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":129.070007,\"Forecast5Hour\":151.220001,\"Forecast1Hour\":124.699997,\"ForecastCurrent\":121.330002,\"TimestampUTC\":\"2025-02-21T14:59:13\",\"TimestampDK\":\"2025-02-21T15:59:13\"},{\"Minutes5UTC\":\"2025-02-21T14:55:00\",\"Minutes5DK\":\"2025-02-21T15:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":878.000000,\"Forecast5Hour\":912.000000,\"Forecast1Hour\":947.000000,\"ForecastCurrent\":958.000000,\"TimestampUTC\":\"2025-02-21T14:55:38\",\"TimestampDK\":\"2025-02-21T15:55:38\"},{\"Minutes5UTC\":\"2025-02-21T14:55:00\",\"Minutes5DK\":\"2025-02-21T15:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1097.000000,\"Forecast5Hour\":1312.000000,\"Forecast1Hour\":1382.000000,\"ForecastCurrent\":1485.000000,\"TimestampUTC\":\"2025-02-21T14:52:51\",\"TimestampDK\":\"2025-02-21T15:52:51\"},{\"Minutes5UTC\":\"2025-02-21T14:55:00\",\"Minutes5DK\":\"2025-02-21T15:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":135.729996,\"Forecast5Hour\":157.100006,\"Forecast1Hour\":127.099998,\"ForecastCurrent\":130.729996,\"TimestampUTC\":\"2025-02-21T14:54:13\",\"TimestampDK\":\"2025-02-21T15:54:13\"},{\"Minutes5UTC\":\"2025-02-21T14:50:00\",\"Minutes5DK\":\"2025-02-21T15:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":877.000000,\"Forecast5Hour\":909.000000,\"Forecast1Hour\":955.000000,\"ForecastCurrent\":933.000000,\"TimestampUTC\":\"2025-02-21T14:50:38\",\"TimestampDK\":\"2025-02-21T15:50:38\"},{\"Minutes5UTC\":\"2025-02-21T14:50:00\",\"Minutes5DK\":\"2025-02-21T15:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1076.000000,\"Forecast5Hour\":1305.000000,\"Forecast1Hour\":1362.000000,\"ForecastCurrent\":1457.000000,\"TimestampUTC\":\"2025-02-21T14:47:51\",\"TimestampDK\":\"2025-02-21T15:47:51\"},{\"Minutes5UTC\":\"2025-02-21T14:50:00\",\"Minutes5DK\":\"2025-02-21T15:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":142.270004,\"Forecast5Hour\":162.779999,\"Forecast1Hour\":130.500000,\"ForecastCurrent\":139.330002,\"TimestampUTC\":\"2025-02-21T14:49:13\",\"TimestampDK\":\"2025-02-21T15:49:13\"},{\"Minutes5UTC\":\"2025-02-21T14:45:00\",\"Minutes5DK\":\"2025-02-21T15:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":876.000000,\"Forecast5Hour\":906.000000,\"Forecast1Hour\":960.000000,\"ForecastCurrent\":934.000000,\"TimestampUTC\":\"2025-02-21T14:50:38\",\"TimestampDK\":\"2025-02-21T15:50:38\"},{\"Minutes5UTC\":\"2025-02-21T14:45:00\",\"Minutes5DK\":\"2025-02-21T15:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1058.000000,\"Forecast5Hour\":1299.000000,\"Forecast1Hour\":1368.000000,\"ForecastCurrent\":1450.000000,\"TimestampUTC\":\"2025-02-21T14:42:51\",\"TimestampDK\":\"2025-02-21T15:42:51\"},{\"Minutes5UTC\":\"2025-02-21T14:45:00\",\"Minutes5DK\":\"2025-02-21T15:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":148.639999,\"Forecast5Hour\":168.149994,\"Forecast1Hour\":134.029999,\"ForecastCurrent\":146.199997,\"TimestampUTC\":\"2025-02-21T14:44:12\",\"TimestampDK\":\"2025-02-21T15:44:12\"},{\"Minutes5UTC\":\"2025-02-21T14:40:00\",\"Minutes5DK\":\"2025-02-21T15:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":874.000000,\"Forecast5Hour\":904.000000,\"Forecast1Hour\":961.000000,\"ForecastCurrent\":918.000000,\"TimestampUTC\":\"2025-02-21T14:45:38\",\"TimestampDK\":\"2025-02-21T15:45:38\"},{\"Minutes5UTC\":\"2025-02-21T14:40:00\",\"Minutes5DK\":\"2025-02-21T15:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1046.000000,\"Forecast5Hour\":1298.000000,\"Forecast1Hour\":1347.000000,\"ForecastCurrent\":1447.000000,\"TimestampUTC\":\"2025-02-21T14:42:51\",\"TimestampDK\":\"2025-02-21T15:42:51\"},{\"Minutes5UTC\":\"2025-02-21T14:40:00\",\"Minutes5DK\":\"2025-02-21T15:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":154.759995,\"Forecast5Hour\":173.119995,\"Forecast1Hour\":137.190002,\"ForecastCurrent\":151.899994,\"TimestampUTC\":\"2025-02-21T14:39:13\",\"TimestampDK\":\"2025-02-21T15:39:13\"},{\"Minutes5UTC\":\"2025-02-21T14:35:00\",\"Minutes5DK\":\"2025-02-21T15:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":873.000000,\"Forecast5Hour\":901.000000,\"Forecast1Hour\":956.000000,\"ForecastCurrent\":911.000000,\"TimestampUTC\":\"2025-02-21T14:40:38\",\"TimestampDK\":\"2025-02-21T15:40:38\"},{\"Minutes5UTC\":\"2025-02-21T14:35:00\",\"Minutes5DK\":\"2025-02-21T15:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1036.000000,\"Forecast5Hour\":1296.000000,\"Forecast1Hour\":1339.000000,\"ForecastCurrent\":1438.000000,\"TimestampUTC\":\"2025-02-21T14:37:51\",\"TimestampDK\":\"2025-02-21T15:37:51\"},{\"Minutes5UTC\":\"2025-02-21T14:35:00\",\"Minutes5DK\":\"2025-02-21T15:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":160.580002,\"Forecast5Hour\":177.649994,\"Forecast1Hour\":139.899994,\"ForecastCurrent\":154.820007,\"TimestampUTC\":\"2025-02-21T14:34:13\",\"TimestampDK\":\"2025-02-21T15:34:13\"},{\"Minutes5UTC\":\"2025-02-21T14:30:00\",\"Minutes5DK\":\"2025-02-21T15:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":871.000000,\"Forecast5Hour\":899.000000,\"Forecast1Hour\":950.000000,\"ForecastCurrent\":903.000000,\"TimestampUTC\":\"2025-02-21T14:30:38\",\"TimestampDK\":\"2025-02-21T15:30:38\"},{\"Minutes5UTC\":\"2025-02-21T14:30:00\",\"Minutes5DK\":\"2025-02-21T15:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1026.000000,\"Forecast5Hour\":1288.000000,\"Forecast1Hour\":1335.000000,\"ForecastCurrent\":1420.000000,\"TimestampUTC\":\"2025-02-21T14:27:51\",\"TimestampDK\":\"2025-02-21T15:27:51\"},{\"Minutes5UTC\":\"2025-02-21T14:30:00\",\"Minutes5DK\":\"2025-02-21T15:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":166.130005,\"Forecast5Hour\":181.779999,\"Forecast1Hour\":141.809998,\"ForecastCurrent\":154.559998,\"TimestampUTC\":\"2025-02-21T14:29:13\",\"TimestampDK\":\"2025-02-21T15:29:13\"},{\"Minutes5UTC\":\"2025-02-21T14:25:00\",\"Minutes5DK\":\"2025-02-21T15:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":870.000000,\"Forecast5Hour\":898.000000,\"Forecast1Hour\":952.000000,\"ForecastCurrent\":904.000000,\"TimestampUTC\":\"2025-02-21T14:30:38\",\"TimestampDK\":\"2025-02-21T15:30:38\"},{\"Minutes5UTC\":\"2025-02-21T14:25:00\",\"Minutes5DK\":\"2025-02-21T15:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1014.000000,\"Forecast5Hour\":1288.000000,\"Forecast1Hour\":1329.000000,\"ForecastCurrent\":1409.000000,\"TimestampUTC\":\"2025-02-21T14:22:51\",\"TimestampDK\":\"2025-02-21T15:22:51\"},{\"Minutes5UTC\":\"2025-02-21T14:25:00\",\"Minutes5DK\":\"2025-02-21T15:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":171.820007,\"Forecast5Hour\":186.289993,\"Forecast1Hour\":144.309998,\"ForecastCurrent\":151.039993,\"TimestampUTC\":\"2025-02-21T14:24:13\",\"TimestampDK\":\"2025-02-21T15:24:13\"},{\"Minutes5UTC\":\"2025-02-21T14:20:00\",\"Minutes5DK\":\"2025-02-21T15:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":868.000000,\"Forecast5Hour\":897.000000,\"Forecast1Hour\":946.000000,\"ForecastCurrent\":890.000000,\"TimestampUTC\":\"2025-02-21T14:25:38\",\"TimestampDK\":\"2025-02-21T15:25:38\"},{\"Minutes5UTC\":\"2025-02-21T14:20:00\",\"Minutes5DK\":\"2025-02-21T15:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1003.000000,\"Forecast5Hour\":1277.000000,\"Forecast1Hour\":1314.000000,\"ForecastCurrent\":1407.000000,\"TimestampUTC\":\"2025-02-21T14:22:51\",\"TimestampDK\":\"2025-02-21T15:22:51\"},{\"Minutes5UTC\":\"2025-02-21T14:20:00\",\"Minutes5DK\":\"2025-02-21T15:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":177.690002,\"Forecast5Hour\":191.169998,\"Forecast1Hour\":146.320007,\"ForecastCurrent\":151.649994,\"TimestampUTC\":\"2025-02-21T14:19:13\",\"TimestampDK\":\"2025-02-21T15:19:13\"},{\"Minutes5UTC\":\"2025-02-21T14:15:00\",\"Minutes5DK\":\"2025-02-21T15:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":867.000000,\"Forecast5Hour\":895.000000,\"Forecast1Hour\":946.000000,\"ForecastCurrent\":879.000000,\"TimestampUTC\":\"2025-02-21T14:20:38\",\"TimestampDK\":\"2025-02-21T15:20:38\"},{\"Minutes5UTC\":\"2025-02-21T14:15:00\",\"Minutes5DK\":\"2025-02-21T15:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":988.000000,\"Forecast5Hour\":1256.000000,\"Forecast1Hour\":1305.000000,\"ForecastCurrent\":1396.000000,\"TimestampUTC\":\"2025-02-21T14:17:51\",\"TimestampDK\":\"2025-02-21T15:17:51\"},{\"Minutes5UTC\":\"2025-02-21T14:15:00\",\"Minutes5DK\":\"2025-02-21T15:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":183.639999,\"Forecast5Hour\":196.339996,\"Forecast1Hour\":151.000000,\"ForecastCurrent\":152.479996,\"TimestampUTC\":\"2025-02-21T14:14:14\",\"TimestampDK\":\"2025-02-21T15:14:14\"},{\"Minutes5UTC\":\"2025-02-21T14:10:00\",\"Minutes5DK\":\"2025-02-21T15:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":865.000000,\"Forecast5Hour\":892.000000,\"Forecast1Hour\":936.000000,\"ForecastCurrent\":899.000000,\"TimestampUTC\":\"2025-02-21T14:10:39\",\"TimestampDK\":\"2025-02-21T15:10:39\"},{\"Minutes5UTC\":\"2025-02-21T14:10:00\",\"Minutes5DK\":\"2025-02-21T15:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":973.000000,\"Forecast5Hour\":1223.000000,\"Forecast1Hour\":1305.000000,\"ForecastCurrent\":1372.000000,\"TimestampUTC\":\"2025-02-21T14:07:51\",\"TimestampDK\":\"2025-02-21T15:07:51\"},{\"Minutes5UTC\":\"2025-02-21T14:10:00\",\"Minutes5DK\":\"2025-02-21T15:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":189.669998,\"Forecast5Hour\":201.600006,\"Forecast1Hour\":151.220001,\"ForecastCurrent\":157.570007,\"TimestampUTC\":\"2025-02-21T14:09:24\",\"TimestampDK\":\"2025-02-21T15:09:24\"},{\"Minutes5UTC\":\"2025-02-21T14:05:00\",\"Minutes5DK\":\"2025-02-21T15:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":864.000000,\"Forecast5Hour\":889.000000,\"Forecast1Hour\":936.000000,\"ForecastCurrent\":921.000000,\"TimestampUTC\":\"2025-02-21T14:06:31\",\"TimestampDK\":\"2025-02-21T15:06:31\"},{\"Minutes5UTC\":\"2025-02-21T14:05:00\",\"Minutes5DK\":\"2025-02-21T15:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":959.000000,\"Forecast5Hour\":1187.000000,\"Forecast1Hour\":1298.000000,\"ForecastCurrent\":1365.000000,\"TimestampUTC\":\"2025-02-21T14:02:54\",\"TimestampDK\":\"2025-02-21T15:02:54\"},{\"Minutes5UTC\":\"2025-02-21T14:05:00\",\"Minutes5DK\":\"2025-02-21T15:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":195.710007,\"Forecast5Hour\":206.960007,\"Forecast1Hour\":153.619995,\"ForecastCurrent\":157.699997,\"TimestampUTC\":\"2025-02-21T14:04:14\",\"TimestampDK\":\"2025-02-21T15:04:14\"},{\"Minutes5UTC\":\"2025-02-21T14:00:00\",\"Minutes5DK\":\"2025-02-21T15:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":863.000000,\"Forecast5Hour\":889.000000,\"Forecast1Hour\":935.000000,\"ForecastCurrent\":922.000000,\"TimestampUTC\":\"2025-02-21T14:06:31\",\"TimestampDK\":\"2025-02-21T15:06:31\"},{\"Minutes5UTC\":\"2025-02-21T14:00:00\",\"Minutes5DK\":\"2025-02-21T15:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":945.000000,\"Forecast5Hour\":1160.000000,\"Forecast1Hour\":1286.000000,\"ForecastCurrent\":1346.000000,\"TimestampUTC\":\"2025-02-21T13:57:53\",\"TimestampDK\":\"2025-02-21T14:57:53\"},{\"Minutes5UTC\":\"2025-02-21T14:00:00\",\"Minutes5DK\":\"2025-02-21T15:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":201.570007,\"Forecast5Hour\":212.330002,\"Forecast1Hour\":157.369995,\"ForecastCurrent\":157.750000,\"TimestampUTC\":\"2025-02-21T13:59:15\",\"TimestampDK\":\"2025-02-21T14:59:15\"},{\"Minutes5UTC\":\"2025-02-21T13:55:00\",\"Minutes5DK\":\"2025-02-21T14:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":862.000000,\"Forecast5Hour\":889.000000,\"Forecast1Hour\":940.000000,\"ForecastCurrent\":941.000000,\"TimestampUTC\":\"2025-02-21T14:01:32\",\"TimestampDK\":\"2025-02-21T15:01:32\"},{\"Minutes5UTC\":\"2025-02-21T13:55:00\",\"Minutes5DK\":\"2025-02-21T14:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":931.000000,\"Forecast5Hour\":1133.000000,\"Forecast1Hour\":1270.000000,\"ForecastCurrent\":1337.000000,\"TimestampUTC\":\"2025-02-21T13:57:53\",\"TimestampDK\":\"2025-02-21T14:57:53\"},{\"Minutes5UTC\":\"2025-02-21T13:55:00\",\"Minutes5DK\":\"2025-02-21T14:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":207.330002,\"Forecast5Hour\":217.580002,\"Forecast1Hour\":172.550003,\"ForecastCurrent\":153.960007,\"TimestampUTC\":\"2025-02-21T13:54:14\",\"TimestampDK\":\"2025-02-21T14:54:14\"},{\"Minutes5UTC\":\"2025-02-21T13:50:00\",\"Minutes5DK\":\"2025-02-21T14:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":861.000000,\"Forecast5Hour\":892.000000,\"Forecast1Hour\":948.000000,\"ForecastCurrent\":956.000000,\"TimestampUTC\":\"2025-02-21T13:56:31\",\"TimestampDK\":\"2025-02-21T14:56:31\"},{\"Minutes5UTC\":\"2025-02-21T13:50:00\",\"Minutes5DK\":\"2025-02-21T14:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":917.000000,\"Forecast5Hour\":1112.000000,\"Forecast1Hour\":1270.000000,\"ForecastCurrent\":1317.000000,\"TimestampUTC\":\"2025-02-21T13:53:30\",\"TimestampDK\":\"2025-02-21T14:53:30\"},{\"Minutes5UTC\":\"2025-02-21T13:50:00\",\"Minutes5DK\":\"2025-02-21T14:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":212.940002,\"Forecast5Hour\":222.630005,\"Forecast1Hour\":180.050003,\"ForecastCurrent\":153.050003,\"TimestampUTC\":\"2025-02-21T13:49:15\",\"TimestampDK\":\"2025-02-21T14:49:15\"},{\"Minutes5UTC\":\"2025-02-21T13:45:00\",\"Minutes5DK\":\"2025-02-21T14:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":860.000000,\"Forecast5Hour\":895.000000,\"Forecast1Hour\":955.000000,\"ForecastCurrent\":977.000000,\"TimestampUTC\":\"2025-02-21T13:46:33\",\"TimestampDK\":\"2025-02-21T14:46:33\"},{\"Minutes5UTC\":\"2025-02-21T13:45:00\",\"Minutes5DK\":\"2025-02-21T14:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":901.000000,\"Forecast5Hour\":1094.000000,\"Forecast1Hour\":1279.000000,\"ForecastCurrent\":1286.000000,\"TimestampUTC\":\"2025-02-21T13:43:30\",\"TimestampDK\":\"2025-02-21T14:43:30\"},{\"Minutes5UTC\":\"2025-02-21T13:45:00\",\"Minutes5DK\":\"2025-02-21T14:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":218.389999,\"Forecast5Hour\":227.460007,\"Forecast1Hour\":182.750000,\"ForecastCurrent\":153.250000,\"TimestampUTC\":\"2025-02-21T13:44:15\",\"TimestampDK\":\"2025-02-21T14:44:15\"},{\"Minutes5UTC\":\"2025-02-21T13:40:00\",\"Minutes5DK\":\"2025-02-21T14:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":858.000000,\"Forecast5Hour\":899.000000,\"Forecast1Hour\":965.000000,\"ForecastCurrent\":980.000000,\"TimestampUTC\":\"2025-02-21T13:46:33\",\"TimestampDK\":\"2025-02-21T14:46:33\"},{\"Minutes5UTC\":\"2025-02-21T13:40:00\",\"Minutes5DK\":\"2025-02-21T14:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":888.000000,\"Forecast5Hour\":1086.000000,\"Forecast1Hour\":1286.000000,\"ForecastCurrent\":1267.000000,\"TimestampUTC\":\"2025-02-21T13:38:28\",\"TimestampDK\":\"2025-02-21T14:38:28\"},{\"Minutes5UTC\":\"2025-02-21T13:40:00\",\"Minutes5DK\":\"2025-02-21T14:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":223.619995,\"Forecast5Hour\":231.889999,\"Forecast1Hour\":185.330002,\"ForecastCurrent\":153.740005,\"TimestampUTC\":\"2025-02-21T13:39:15\",\"TimestampDK\":\"2025-02-21T14:39:15\"},{\"Minutes5UTC\":\"2025-02-21T13:35:00\",\"Minutes5DK\":\"2025-02-21T14:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":857.000000,\"Forecast5Hour\":900.000000,\"Forecast1Hour\":978.000000,\"ForecastCurrent\":988.000000,\"TimestampUTC\":\"2025-02-21T13:41:32\",\"TimestampDK\":\"2025-02-21T14:41:32\"},{\"Minutes5UTC\":\"2025-02-21T13:35:00\",\"Minutes5DK\":\"2025-02-21T14:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":873.000000,\"Forecast5Hour\":1077.000000,\"Forecast1Hour\":1281.000000,\"ForecastCurrent\":1260.000000,\"TimestampUTC\":\"2025-02-21T13:38:28\",\"TimestampDK\":\"2025-02-21T14:38:28\"},{\"Minutes5UTC\":\"2025-02-21T13:35:00\",\"Minutes5DK\":\"2025-02-21T14:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":228.589996,\"Forecast5Hour\":228.320007,\"Forecast1Hour\":188.300003,\"ForecastCurrent\":154.389999,\"TimestampUTC\":\"2025-02-21T13:34:15\",\"TimestampDK\":\"2025-02-21T14:34:15\"},{\"Minutes5UTC\":\"2025-02-21T13:30:00\",\"Minutes5DK\":\"2025-02-21T14:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":856.000000,\"Forecast5Hour\":900.000000,\"Forecast1Hour\":995.000000,\"ForecastCurrent\":990.000000,\"TimestampUTC\":\"2025-02-21T13:36:31\",\"TimestampDK\":\"2025-02-21T14:36:31\"},{\"Minutes5UTC\":\"2025-02-21T13:30:00\",\"Minutes5DK\":\"2025-02-21T14:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":861.000000,\"Forecast5Hour\":1070.000000,\"Forecast1Hour\":1271.000000,\"ForecastCurrent\":1256.000000,\"TimestampUTC\":\"2025-02-21T13:33:30\",\"TimestampDK\":\"2025-02-21T14:33:30\"},{\"Minutes5UTC\":\"2025-02-21T13:30:00\",\"Minutes5DK\":\"2025-02-21T14:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":233.360001,\"Forecast5Hour\":231.500000,\"Forecast1Hour\":191.039993,\"ForecastCurrent\":154.309998,\"TimestampUTC\":\"2025-02-21T13:29:14\",\"TimestampDK\":\"2025-02-21T14:29:14\"},{\"Minutes5UTC\":\"2025-02-21T13:25:00\",\"Minutes5DK\":\"2025-02-21T14:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":854.000000,\"Forecast5Hour\":897.000000,\"Forecast1Hour\":1010.000000,\"ForecastCurrent\":977.000000,\"TimestampUTC\":\"2025-02-21T13:26:32\",\"TimestampDK\":\"2025-02-21T14:26:32\"},{\"Minutes5UTC\":\"2025-02-21T13:25:00\",\"Minutes5DK\":\"2025-02-21T14:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":851.000000,\"Forecast5Hour\":1061.000000,\"Forecast1Hour\":1261.000000,\"ForecastCurrent\":1252.000000,\"TimestampUTC\":\"2025-02-21T13:23:29\",\"TimestampDK\":\"2025-02-21T14:23:29\"},{\"Minutes5UTC\":\"2025-02-21T13:25:00\",\"Minutes5DK\":\"2025-02-21T14:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":238.669998,\"Forecast5Hour\":235.169998,\"Forecast1Hour\":193.229996,\"ForecastCurrent\":155.809998,\"TimestampUTC\":\"2025-02-21T13:24:14\",\"TimestampDK\":\"2025-02-21T14:24:14\"},{\"Minutes5UTC\":\"2025-02-21T13:20:00\",\"Minutes5DK\":\"2025-02-21T14:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":852.000000,\"Forecast5Hour\":893.000000,\"Forecast1Hour\":1018.000000,\"ForecastCurrent\":980.000000,\"TimestampUTC\":\"2025-02-21T13:21:32\",\"TimestampDK\":\"2025-02-21T14:21:32\"},{\"Minutes5UTC\":\"2025-02-21T13:20:00\",\"Minutes5DK\":\"2025-02-21T14:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":841.000000,\"Forecast5Hour\":1050.000000,\"Forecast1Hour\":1256.000000,\"ForecastCurrent\":1236.000000,\"TimestampUTC\":\"2025-02-21T13:18:29\",\"TimestampDK\":\"2025-02-21T14:18:29\"},{\"Minutes5UTC\":\"2025-02-21T13:20:00\",\"Minutes5DK\":\"2025-02-21T14:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":244.539993,\"Forecast5Hour\":239.309998,\"Forecast1Hour\":197.240005,\"ForecastCurrent\":156.300003,\"TimestampUTC\":\"2025-02-21T13:19:16\",\"TimestampDK\":\"2025-02-21T14:19:16\"},{\"Minutes5UTC\":\"2025-02-21T13:15:00\",\"Minutes5DK\":\"2025-02-21T14:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":850.000000,\"Forecast5Hour\":888.000000,\"Forecast1Hour\":1020.000000,\"ForecastCurrent\":982.000000,\"TimestampUTC\":\"2025-02-21T13:21:32\",\"TimestampDK\":\"2025-02-21T14:21:32\"},{\"Minutes5UTC\":\"2025-02-21T13:15:00\",\"Minutes5DK\":\"2025-02-21T14:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":832.000000,\"Forecast5Hour\":1037.000000,\"Forecast1Hour\":1260.000000,\"ForecastCurrent\":1228.000000,\"TimestampUTC\":\"2025-02-21T13:13:29\",\"TimestampDK\":\"2025-02-21T14:13:29\"},{\"Minutes5UTC\":\"2025-02-21T13:15:00\",\"Minutes5DK\":\"2025-02-21T14:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":250.830002,\"Forecast5Hour\":243.850006,\"Forecast1Hour\":200.800003,\"ForecastCurrent\":156.919998,\"TimestampUTC\":\"2025-02-21T13:09:17\",\"TimestampDK\":\"2025-02-21T14:09:17\"},{\"Minutes5UTC\":\"2025-02-21T13:10:00\",\"Minutes5DK\":\"2025-02-21T14:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":849.000000,\"Forecast5Hour\":886.000000,\"Forecast1Hour\":1019.000000,\"ForecastCurrent\":976.000000,\"TimestampUTC\":\"2025-02-21T13:16:31\",\"TimestampDK\":\"2025-02-21T14:16:31\"},{\"Minutes5UTC\":\"2025-02-21T13:10:00\",\"Minutes5DK\":\"2025-02-21T14:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":823.000000,\"Forecast5Hour\":1034.000000,\"Forecast1Hour\":1267.000000,\"ForecastCurrent\":1224.000000,\"TimestampUTC\":\"2025-02-21T13:13:29\",\"TimestampDK\":\"2025-02-21T14:13:29\"},{\"Minutes5UTC\":\"2025-02-21T13:10:00\",\"Minutes5DK\":\"2025-02-21T14:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":257.410004,\"Forecast5Hour\":248.619995,\"Forecast1Hour\":205.750000,\"ForecastCurrent\":159.380005,\"TimestampUTC\":\"2025-02-21T13:09:17\",\"TimestampDK\":\"2025-02-21T14:09:17\"},{\"Minutes5UTC\":\"2025-02-21T13:05:00\",\"Minutes5DK\":\"2025-02-21T14:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":847.000000,\"Forecast5Hour\":884.000000,\"Forecast1Hour\":1022.000000,\"ForecastCurrent\":972.000000,\"TimestampUTC\":\"2025-02-21T13:11:33\",\"TimestampDK\":\"2025-02-21T14:11:33\"},{\"Minutes5UTC\":\"2025-02-21T13:05:00\",\"Minutes5DK\":\"2025-02-21T14:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":810.000000,\"Forecast5Hour\":1027.000000,\"Forecast1Hour\":1270.000000,\"ForecastCurrent\":1228.000000,\"TimestampUTC\":\"2025-02-21T13:08:31\",\"TimestampDK\":\"2025-02-21T14:08:31\"},{\"Minutes5UTC\":\"2025-02-21T13:05:00\",\"Minutes5DK\":\"2025-02-21T14:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":264.160004,\"Forecast5Hour\":253.589996,\"Forecast1Hour\":210.899994,\"ForecastCurrent\":161.009995,\"TimestampUTC\":\"2025-02-21T13:04:18\",\"TimestampDK\":\"2025-02-21T14:04:18\"},{\"Minutes5UTC\":\"2025-02-21T13:00:00\",\"Minutes5DK\":\"2025-02-21T14:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":845.000000,\"Forecast5Hour\":880.000000,\"Forecast1Hour\":1025.000000,\"ForecastCurrent\":959.000000,\"TimestampUTC\":\"2025-02-21T13:01:31\",\"TimestampDK\":\"2025-02-21T14:01:31\"},{\"Minutes5UTC\":\"2025-02-21T13:00:00\",\"Minutes5DK\":\"2025-02-21T14:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":1025.000000,\"Forecast1Hour\":1272.000000,\"ForecastCurrent\":1225.000000,\"TimestampUTC\":\"2025-02-21T12:58:28\",\"TimestampDK\":\"2025-02-21T13:58:28\"},{\"Minutes5UTC\":\"2025-02-21T13:00:00\",\"Minutes5DK\":\"2025-02-21T14:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":270.940002,\"Forecast5Hour\":258.570007,\"Forecast1Hour\":216.369995,\"ForecastCurrent\":165.460007,\"TimestampUTC\":\"2025-02-21T12:59:14\",\"TimestampDK\":\"2025-02-21T13:59:14\"},{\"Minutes5UTC\":\"2025-02-21T12:55:00\",\"Minutes5DK\":\"2025-02-21T13:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":843.000000,\"Forecast5Hour\":874.000000,\"Forecast1Hour\":1023.000000,\"ForecastCurrent\":960.000000,\"TimestampUTC\":\"2025-02-21T13:01:31\",\"TimestampDK\":\"2025-02-21T14:01:31\"},{\"Minutes5UTC\":\"2025-02-21T12:55:00\",\"Minutes5DK\":\"2025-02-21T13:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":793.000000,\"Forecast5Hour\":1019.000000,\"Forecast1Hour\":1270.000000,\"ForecastCurrent\":1212.000000,\"TimestampUTC\":\"2025-02-21T12:53:30\",\"TimestampDK\":\"2025-02-21T13:53:30\"},{\"Minutes5UTC\":\"2025-02-21T12:55:00\",\"Minutes5DK\":\"2025-02-21T13:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":277.579987,\"Forecast5Hour\":263.510010,\"Forecast1Hour\":221.690002,\"ForecastCurrent\":170.600006,\"TimestampUTC\":\"2025-02-21T12:54:14\",\"TimestampDK\":\"2025-02-21T13:54:14\"},{\"Minutes5UTC\":\"2025-02-21T12:50:00\",\"Minutes5DK\":\"2025-02-21T13:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":841.000000,\"Forecast5Hour\":870.000000,\"Forecast1Hour\":1018.000000,\"ForecastCurrent\":959.000000,\"TimestampUTC\":\"2025-02-21T12:56:31\",\"TimestampDK\":\"2025-02-21T13:56:31\"},{\"Minutes5UTC\":\"2025-02-21T12:50:00\",\"Minutes5DK\":\"2025-02-21T13:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":786.000000,\"Forecast5Hour\":1009.000000,\"Forecast1Hour\":1271.000000,\"ForecastCurrent\":1205.000000,\"TimestampUTC\":\"2025-02-21T12:53:30\",\"TimestampDK\":\"2025-02-21T13:53:30\"},{\"Minutes5UTC\":\"2025-02-21T12:50:00\",\"Minutes5DK\":\"2025-02-21T13:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":283.970001,\"Forecast5Hour\":261.540009,\"Forecast1Hour\":225.919998,\"ForecastCurrent\":173.820007,\"TimestampUTC\":\"2025-02-21T12:49:16\",\"TimestampDK\":\"2025-02-21T13:49:16\"},{\"Minutes5UTC\":\"2025-02-21T12:45:00\",\"Minutes5DK\":\"2025-02-21T13:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":839.000000,\"Forecast5Hour\":869.000000,\"Forecast1Hour\":1017.000000,\"ForecastCurrent\":964.000000,\"TimestampUTC\":\"2025-02-21T12:51:32\",\"TimestampDK\":\"2025-02-21T13:51:32\"},{\"Minutes5UTC\":\"2025-02-21T12:45:00\",\"Minutes5DK\":\"2025-02-21T13:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":780.000000,\"Forecast5Hour\":998.000000,\"Forecast1Hour\":1276.000000,\"ForecastCurrent\":1207.000000,\"TimestampUTC\":\"2025-02-21T12:48:30\",\"TimestampDK\":\"2025-02-21T13:48:30\"},{\"Minutes5UTC\":\"2025-02-21T12:45:00\",\"Minutes5DK\":\"2025-02-21T13:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":289.959991,\"Forecast5Hour\":263.720001,\"Forecast1Hour\":230.460007,\"ForecastCurrent\":175.679993,\"TimestampUTC\":\"2025-02-21T12:44:15\",\"TimestampDK\":\"2025-02-21T13:44:15\"},{\"Minutes5UTC\":\"2025-02-21T12:40:00\",\"Minutes5DK\":\"2025-02-21T13:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":837.000000,\"Forecast5Hour\":871.000000,\"Forecast1Hour\":1025.000000,\"ForecastCurrent\":979.000000,\"TimestampUTC\":\"2025-02-21T12:41:32\",\"TimestampDK\":\"2025-02-21T13:41:32\"},{\"Minutes5UTC\":\"2025-02-21T12:40:00\",\"Minutes5DK\":\"2025-02-21T13:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":777.000000,\"Forecast5Hour\":989.000000,\"Forecast1Hour\":1278.000000,\"ForecastCurrent\":1235.000000,\"TimestampUTC\":\"2025-02-21T12:38:28\",\"TimestampDK\":\"2025-02-21T13:38:28\"},{\"Minutes5UTC\":\"2025-02-21T12:40:00\",\"Minutes5DK\":\"2025-02-21T13:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":295.440002,\"Forecast5Hour\":267.019989,\"Forecast1Hour\":229.970001,\"ForecastCurrent\":177.380005,\"TimestampUTC\":\"2025-02-21T12:39:13\",\"TimestampDK\":\"2025-02-21T13:39:13\"},{\"Minutes5UTC\":\"2025-02-21T12:35:00\",\"Minutes5DK\":\"2025-02-21T13:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":835.000000,\"Forecast5Hour\":876.000000,\"Forecast1Hour\":1032.000000,\"ForecastCurrent\":989.000000,\"TimestampUTC\":\"2025-02-21T12:36:31\",\"TimestampDK\":\"2025-02-21T13:36:31\"},{\"Minutes5UTC\":\"2025-02-21T12:35:00\",\"Minutes5DK\":\"2025-02-21T13:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":771.000000,\"Forecast5Hour\":962.000000,\"Forecast1Hour\":1267.000000,\"ForecastCurrent\":1232.000000,\"TimestampUTC\":\"2025-02-21T12:33:29\",\"TimestampDK\":\"2025-02-21T13:33:29\"},{\"Minutes5UTC\":\"2025-02-21T12:35:00\",\"Minutes5DK\":\"2025-02-21T13:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":300.230011,\"Forecast5Hour\":269.769989,\"Forecast1Hour\":228.860001,\"ForecastCurrent\":179.940002,\"TimestampUTC\":\"2025-02-21T12:34:14\",\"TimestampDK\":\"2025-02-21T13:34:14\"},{\"Minutes5UTC\":\"2025-02-21T12:30:00\",\"Minutes5DK\":\"2025-02-21T13:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":833.000000,\"Forecast5Hour\":879.000000,\"Forecast1Hour\":1034.000000,\"ForecastCurrent\":989.000000,\"TimestampUTC\":\"2025-02-21T12:36:31\",\"TimestampDK\":\"2025-02-21T13:36:31\"},{\"Minutes5UTC\":\"2025-02-21T12:30:00\",\"Minutes5DK\":\"2025-02-21T13:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":765.000000,\"Forecast5Hour\":948.000000,\"Forecast1Hour\":1251.000000,\"ForecastCurrent\":1215.000000,\"TimestampUTC\":\"2025-02-21T12:28:29\",\"TimestampDK\":\"2025-02-21T13:28:29\"},{\"Minutes5UTC\":\"2025-02-21T12:30:00\",\"Minutes5DK\":\"2025-02-21T13:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":304.339996,\"Forecast5Hour\":272.070007,\"Forecast1Hour\":229.070007,\"ForecastCurrent\":181.940002,\"TimestampUTC\":\"2025-02-21T12:29:15\",\"TimestampDK\":\"2025-02-21T13:29:15\"},{\"Minutes5UTC\":\"2025-02-21T12:25:00\",\"Minutes5DK\":\"2025-02-21T13:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":830.000000,\"Forecast5Hour\":879.000000,\"Forecast1Hour\":1032.000000,\"ForecastCurrent\":1004.000000,\"TimestampUTC\":\"2025-02-21T12:31:30\",\"TimestampDK\":\"2025-02-21T13:31:30\"},{\"Minutes5UTC\":\"2025-02-21T12:25:00\",\"Minutes5DK\":\"2025-02-21T13:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":760.000000,\"Forecast5Hour\":937.000000,\"Forecast1Hour\":1239.000000,\"ForecastCurrent\":1206.000000,\"TimestampUTC\":\"2025-02-21T12:28:29\",\"TimestampDK\":\"2025-02-21T13:28:29\"},{\"Minutes5UTC\":\"2025-02-21T12:25:00\",\"Minutes5DK\":\"2025-02-21T13:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":308.529999,\"Forecast5Hour\":274.679993,\"Forecast1Hour\":230.429993,\"ForecastCurrent\":181.649994,\"TimestampUTC\":\"2025-02-21T12:24:15\",\"TimestampDK\":\"2025-02-21T13:24:15\"},{\"Minutes5UTC\":\"2025-02-21T12:20:00\",\"Minutes5DK\":\"2025-02-21T13:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":827.000000,\"Forecast5Hour\":875.000000,\"Forecast1Hour\":1028.000000,\"ForecastCurrent\":1022.000000,\"TimestampUTC\":\"2025-02-21T12:26:33\",\"TimestampDK\":\"2025-02-21T13:26:33\"},{\"Minutes5UTC\":\"2025-02-21T12:20:00\",\"Minutes5DK\":\"2025-02-21T13:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":757.000000,\"Forecast5Hour\":928.000000,\"Forecast1Hour\":1232.000000,\"ForecastCurrent\":1193.000000,\"TimestampUTC\":\"2025-02-21T12:23:29\",\"TimestampDK\":\"2025-02-21T13:23:29\"},{\"Minutes5UTC\":\"2025-02-21T12:20:00\",\"Minutes5DK\":\"2025-02-21T13:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":312.859985,\"Forecast5Hour\":277.640015,\"Forecast1Hour\":235.550003,\"ForecastCurrent\":184.259995,\"TimestampUTC\":\"2025-02-21T12:19:15\",\"TimestampDK\":\"2025-02-21T13:19:15\"},{\"Minutes5UTC\":\"2025-02-21T12:15:00\",\"Minutes5DK\":\"2025-02-21T13:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":824.000000,\"Forecast5Hour\":866.000000,\"Forecast1Hour\":1010.000000,\"ForecastCurrent\":1044.000000,\"TimestampUTC\":\"2025-02-21T12:16:30\",\"TimestampDK\":\"2025-02-21T13:16:30\"},{\"Minutes5UTC\":\"2025-02-21T12:15:00\",\"Minutes5DK\":\"2025-02-21T13:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":750.000000,\"Forecast5Hour\":925.000000,\"Forecast1Hour\":1215.000000,\"ForecastCurrent\":1190.000000,\"TimestampUTC\":\"2025-02-21T12:13:27\",\"TimestampDK\":\"2025-02-21T13:13:27\"},{\"Minutes5UTC\":\"2025-02-21T12:15:00\",\"Minutes5DK\":\"2025-02-21T13:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":317.260010,\"Forecast5Hour\":280.839996,\"Forecast1Hour\":242.899994,\"ForecastCurrent\":184.990005,\"TimestampUTC\":\"2025-02-21T12:14:13\",\"TimestampDK\":\"2025-02-21T13:14:13\"},{\"Minutes5UTC\":\"2025-02-21T12:10:00\",\"Minutes5DK\":\"2025-02-21T13:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":821.000000,\"Forecast5Hour\":859.000000,\"Forecast1Hour\":1004.000000,\"ForecastCurrent\":1044.000000,\"TimestampUTC\":\"2025-02-21T12:16:30\",\"TimestampDK\":\"2025-02-21T13:16:30\"},{\"Minutes5UTC\":\"2025-02-21T12:10:00\",\"Minutes5DK\":\"2025-02-21T13:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":747.000000,\"Forecast5Hour\":930.000000,\"Forecast1Hour\":1203.000000,\"ForecastCurrent\":1193.000000,\"TimestampUTC\":\"2025-02-21T12:08:27\",\"TimestampDK\":\"2025-02-21T13:08:27\"},{\"Minutes5UTC\":\"2025-02-21T12:10:00\",\"Minutes5DK\":\"2025-02-21T13:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":321.679993,\"Forecast5Hour\":284.220001,\"Forecast1Hour\":250.240005,\"ForecastCurrent\":188.149994,\"TimestampUTC\":\"2025-02-21T12:09:13\",\"TimestampDK\":\"2025-02-21T13:09:13\"},{\"Minutes5UTC\":\"2025-02-21T12:05:00\",\"Minutes5DK\":\"2025-02-21T13:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":818.000000,\"Forecast5Hour\":855.000000,\"Forecast1Hour\":1004.000000,\"ForecastCurrent\":1044.000000,\"TimestampUTC\":\"2025-02-21T12:11:30\",\"TimestampDK\":\"2025-02-21T13:11:30\"},{\"Minutes5UTC\":\"2025-02-21T12:05:00\",\"Minutes5DK\":\"2025-02-21T13:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":742.000000,\"Forecast5Hour\":934.000000,\"Forecast1Hour\":1180.000000,\"ForecastCurrent\":1180.000000,\"TimestampUTC\":\"2025-02-21T12:08:27\",\"TimestampDK\":\"2025-02-21T13:08:27\"},{\"Minutes5UTC\":\"2025-02-21T12:05:00\",\"Minutes5DK\":\"2025-02-21T13:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":325.980011,\"Forecast5Hour\":287.730011,\"Forecast1Hour\":258.079987,\"ForecastCurrent\":191.300003,\"TimestampUTC\":\"2025-02-21T12:04:13\",\"TimestampDK\":\"2025-02-21T13:04:13\"},{\"Minutes5UTC\":\"2025-02-21T12:00:00\",\"Minutes5DK\":\"2025-02-21T13:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":816.000000,\"Forecast5Hour\":851.000000,\"Forecast1Hour\":1011.000000,\"ForecastCurrent\":1039.000000,\"TimestampUTC\":\"2025-02-21T12:06:30\",\"TimestampDK\":\"2025-02-21T13:06:30\"},{\"Minutes5UTC\":\"2025-02-21T12:00:00\",\"Minutes5DK\":\"2025-02-21T13:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":740.000000,\"Forecast5Hour\":942.000000,\"Forecast1Hour\":1176.000000,\"ForecastCurrent\":1180.000000,\"TimestampUTC\":\"2025-02-21T12:03:27\",\"TimestampDK\":\"2025-02-21T13:03:27\"},{\"Minutes5UTC\":\"2025-02-21T12:00:00\",\"Minutes5DK\":\"2025-02-21T13:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":330.130005,\"Forecast5Hour\":291.230011,\"Forecast1Hour\":265.170013,\"ForecastCurrent\":194.949997,\"TimestampUTC\":\"2025-02-21T11:59:13\",\"TimestampDK\":\"2025-02-21T12:59:13\"},{\"Minutes5UTC\":\"2025-02-21T11:55:00\",\"Minutes5DK\":\"2025-02-21T12:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":814.000000,\"Forecast5Hour\":846.000000,\"Forecast1Hour\":1012.000000,\"ForecastCurrent\":1041.000000,\"TimestampUTC\":\"2025-02-21T11:56:30\",\"TimestampDK\":\"2025-02-21T12:56:30\"},{\"Minutes5UTC\":\"2025-02-21T11:55:00\",\"Minutes5DK\":\"2025-02-21T12:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":739.000000,\"Forecast5Hour\":944.000000,\"Forecast1Hour\":1138.000000,\"ForecastCurrent\":1186.000000,\"TimestampUTC\":\"2025-02-21T11:53:27\",\"TimestampDK\":\"2025-02-21T12:53:27\"},{\"Minutes5UTC\":\"2025-02-21T11:55:00\",\"Minutes5DK\":\"2025-02-21T12:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":334.019989,\"Forecast5Hour\":294.619995,\"Forecast1Hour\":270.989990,\"ForecastCurrent\":198.190002,\"TimestampUTC\":\"2025-02-21T11:54:13\",\"TimestampDK\":\"2025-02-21T12:54:13\"},{\"Minutes5UTC\":\"2025-02-21T11:50:00\",\"Minutes5DK\":\"2025-02-21T12:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":810.000000,\"Forecast5Hour\":842.000000,\"Forecast1Hour\":1001.000000,\"ForecastCurrent\":1034.000000,\"TimestampUTC\":\"2025-02-21T11:51:30\",\"TimestampDK\":\"2025-02-21T12:51:30\"},{\"Minutes5UTC\":\"2025-02-21T11:50:00\",\"Minutes5DK\":\"2025-02-21T12:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":738.000000,\"Forecast5Hour\":947.000000,\"Forecast1Hour\":1051.000000,\"ForecastCurrent\":1184.000000,\"TimestampUTC\":\"2025-02-21T11:48:28\",\"TimestampDK\":\"2025-02-21T12:48:28\"},{\"Minutes5UTC\":\"2025-02-21T11:50:00\",\"Minutes5DK\":\"2025-02-21T12:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":337.579987,\"Forecast5Hour\":297.859985,\"Forecast1Hour\":273.489990,\"ForecastCurrent\":199.250000,\"TimestampUTC\":\"2025-02-21T11:49:15\",\"TimestampDK\":\"2025-02-21T12:49:15\"},{\"Minutes5UTC\":\"2025-02-21T11:45:00\",\"Minutes5DK\":\"2025-02-21T12:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":807.000000,\"Forecast5Hour\":838.000000,\"Forecast1Hour\":989.000000,\"ForecastCurrent\":1031.000000,\"TimestampUTC\":\"2025-02-21T11:51:30\",\"TimestampDK\":\"2025-02-21T12:51:30\"},{\"Minutes5UTC\":\"2025-02-21T11:45:00\",\"Minutes5DK\":\"2025-02-21T12:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":737.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":1036.000000,\"ForecastCurrent\":1186.000000,\"TimestampUTC\":\"2025-02-21T11:43:27\",\"TimestampDK\":\"2025-02-21T12:43:27\"},{\"Minutes5UTC\":\"2025-02-21T11:45:00\",\"Minutes5DK\":\"2025-02-21T12:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":340.739990,\"Forecast5Hour\":300.820007,\"Forecast1Hour\":275.459991,\"ForecastCurrent\":201.350006,\"TimestampUTC\":\"2025-02-21T11:44:13\",\"TimestampDK\":\"2025-02-21T12:44:13\"},{\"Minutes5UTC\":\"2025-02-21T11:40:00\",\"Minutes5DK\":\"2025-02-21T12:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":803.000000,\"Forecast5Hour\":837.000000,\"Forecast1Hour\":979.000000,\"ForecastCurrent\":1020.000000,\"TimestampUTC\":\"2025-02-21T11:46:30\",\"TimestampDK\":\"2025-02-21T12:46:30\"},{\"Minutes5UTC\":\"2025-02-21T11:40:00\",\"Minutes5DK\":\"2025-02-21T12:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":740.000000,\"Forecast5Hour\":951.000000,\"Forecast1Hour\":1017.000000,\"ForecastCurrent\":1181.000000,\"TimestampUTC\":\"2025-02-21T11:43:27\",\"TimestampDK\":\"2025-02-21T12:43:27\"},{\"Minutes5UTC\":\"2025-02-21T11:40:00\",\"Minutes5DK\":\"2025-02-21T12:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":343.399994,\"Forecast5Hour\":303.420013,\"Forecast1Hour\":278.559998,\"ForecastCurrent\":202.339996,\"TimestampUTC\":\"2025-02-21T11:39:13\",\"TimestampDK\":\"2025-02-21T12:39:13\"},{\"Minutes5UTC\":\"2025-02-21T11:35:00\",\"Minutes5DK\":\"2025-02-21T12:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":800.000000,\"Forecast5Hour\":835.000000,\"Forecast1Hour\":975.000000,\"ForecastCurrent\":1012.000000,\"TimestampUTC\":\"2025-02-21T11:41:31\",\"TimestampDK\":\"2025-02-21T12:41:31\"},{\"Minutes5UTC\":\"2025-02-21T11:35:00\",\"Minutes5DK\":\"2025-02-21T12:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":740.000000,\"Forecast5Hour\":946.000000,\"Forecast1Hour\":1023.000000,\"ForecastCurrent\":1179.000000,\"TimestampUTC\":\"2025-02-21T11:38:27\",\"TimestampDK\":\"2025-02-21T12:38:27\"},{\"Minutes5UTC\":\"2025-02-21T11:35:00\",\"Minutes5DK\":\"2025-02-21T12:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":345.480011,\"Forecast5Hour\":305.609985,\"Forecast1Hour\":283.170013,\"ForecastCurrent\":199.289993,\"TimestampUTC\":\"2025-02-21T11:34:13\",\"TimestampDK\":\"2025-02-21T12:34:13\"},{\"Minutes5UTC\":\"2025-02-21T11:30:00\",\"Minutes5DK\":\"2025-02-21T12:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":794.000000,\"Forecast5Hour\":833.000000,\"Forecast1Hour\":967.000000,\"ForecastCurrent\":1022.000000,\"TimestampUTC\":\"2025-02-21T11:31:30\",\"TimestampDK\":\"2025-02-21T12:31:30\"},{\"Minutes5UTC\":\"2025-02-21T11:30:00\",\"Minutes5DK\":\"2025-02-21T12:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":742.000000,\"Forecast5Hour\":939.000000,\"Forecast1Hour\":1014.000000,\"ForecastCurrent\":1154.000000,\"TimestampUTC\":\"2025-02-21T11:28:28\",\"TimestampDK\":\"2025-02-21T12:28:28\"},{\"Minutes5UTC\":\"2025-02-21T11:30:00\",\"Minutes5DK\":\"2025-02-21T12:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":346.970001,\"Forecast5Hour\":307.329987,\"Forecast1Hour\":286.600006,\"ForecastCurrent\":194.279999,\"TimestampUTC\":\"2025-02-21T11:29:14\",\"TimestampDK\":\"2025-02-21T12:29:14\"},{\"Minutes5UTC\":\"2025-02-21T11:25:00\",\"Minutes5DK\":\"2025-02-21T12:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":789.000000,\"Forecast5Hour\":830.000000,\"Forecast1Hour\":957.000000,\"ForecastCurrent\":1017.000000,\"TimestampUTC\":\"2025-02-21T11:31:30\",\"TimestampDK\":\"2025-02-21T12:31:30\"},{\"Minutes5UTC\":\"2025-02-21T11:25:00\",\"Minutes5DK\":\"2025-02-21T12:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":745.000000,\"Forecast5Hour\":929.000000,\"Forecast1Hour\":1008.000000,\"ForecastCurrent\":1138.000000,\"TimestampUTC\":\"2025-02-21T11:23:28\",\"TimestampDK\":\"2025-02-21T12:23:28\"},{\"Minutes5UTC\":\"2025-02-21T11:25:00\",\"Minutes5DK\":\"2025-02-21T12:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":348.059998,\"Forecast5Hour\":308.989990,\"Forecast1Hour\":288.739990,\"ForecastCurrent\":190.350006,\"TimestampUTC\":\"2025-02-21T11:24:14\",\"TimestampDK\":\"2025-02-21T12:24:14\"},{\"Minutes5UTC\":\"2025-02-21T11:20:00\",\"Minutes5DK\":\"2025-02-21T12:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":784.000000,\"Forecast5Hour\":828.000000,\"Forecast1Hour\":948.000000,\"ForecastCurrent\":1014.000000,\"TimestampUTC\":\"2025-02-21T11:26:31\",\"TimestampDK\":\"2025-02-21T12:26:31\"},{\"Minutes5UTC\":\"2025-02-21T11:20:00\",\"Minutes5DK\":\"2025-02-21T12:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":746.000000,\"Forecast5Hour\":922.000000,\"Forecast1Hour\":989.000000,\"ForecastCurrent\":1128.000000,\"TimestampUTC\":\"2025-02-21T11:23:28\",\"TimestampDK\":\"2025-02-21T12:23:28\"},{\"Minutes5UTC\":\"2025-02-21T11:20:00\",\"Minutes5DK\":\"2025-02-21T12:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":348.880005,\"Forecast5Hour\":310.679993,\"Forecast1Hour\":290.320007,\"ForecastCurrent\":193.330002,\"TimestampUTC\":\"2025-02-21T11:19:14\",\"TimestampDK\":\"2025-02-21T12:19:14\"},{\"Minutes5UTC\":\"2025-02-21T11:15:00\",\"Minutes5DK\":\"2025-02-21T12:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":778.000000,\"Forecast5Hour\":825.000000,\"Forecast1Hour\":934.000000,\"ForecastCurrent\":1006.000000,\"TimestampUTC\":\"2025-02-21T11:21:31\",\"TimestampDK\":\"2025-02-21T12:21:31\"},{\"Minutes5UTC\":\"2025-02-21T11:15:00\",\"Minutes5DK\":\"2025-02-21T12:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":751.000000,\"Forecast5Hour\":925.000000,\"Forecast1Hour\":1001.000000,\"ForecastCurrent\":1122.000000,\"TimestampUTC\":\"2025-02-21T11:18:29\",\"TimestampDK\":\"2025-02-21T12:18:29\"},{\"Minutes5UTC\":\"2025-02-21T11:15:00\",\"Minutes5DK\":\"2025-02-21T12:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.440002,\"Forecast5Hour\":312.399994,\"Forecast1Hour\":294.260010,\"ForecastCurrent\":200.100006,\"TimestampUTC\":\"2025-02-21T11:14:15\",\"TimestampDK\":\"2025-02-21T12:14:15\"},{\"Minutes5UTC\":\"2025-02-21T11:10:00\",\"Minutes5DK\":\"2025-02-21T12:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":773.000000,\"Forecast5Hour\":823.000000,\"Forecast1Hour\":940.000000,\"ForecastCurrent\":988.000000,\"TimestampUTC\":\"2025-02-21T11:11:32\",\"TimestampDK\":\"2025-02-21T12:11:32\"},{\"Minutes5UTC\":\"2025-02-21T11:10:00\",\"Minutes5DK\":\"2025-02-21T12:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":758.000000,\"Forecast5Hour\":933.000000,\"Forecast1Hour\":1004.000000,\"ForecastCurrent\":1114.000000,\"TimestampUTC\":\"2025-02-21T11:08:28\",\"TimestampDK\":\"2025-02-21T12:08:28\"},{\"Minutes5UTC\":\"2025-02-21T11:10:00\",\"Minutes5DK\":\"2025-02-21T12:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.779999,\"Forecast5Hour\":314.089996,\"Forecast1Hour\":298.390015,\"ForecastCurrent\":205.990005,\"TimestampUTC\":\"2025-02-21T11:09:14\",\"TimestampDK\":\"2025-02-21T12:09:14\"},{\"Minutes5UTC\":\"2025-02-21T11:05:00\",\"Minutes5DK\":\"2025-02-21T12:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":769.000000,\"Forecast5Hour\":822.000000,\"Forecast1Hour\":939.000000,\"ForecastCurrent\":978.000000,\"TimestampUTC\":\"2025-02-21T11:06:31\",\"TimestampDK\":\"2025-02-21T12:06:31\"},{\"Minutes5UTC\":\"2025-02-21T11:05:00\",\"Minutes5DK\":\"2025-02-21T12:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":765.000000,\"Forecast5Hour\":938.000000,\"Forecast1Hour\":1008.000000,\"ForecastCurrent\":1104.000000,\"TimestampUTC\":\"2025-02-21T11:03:28\",\"TimestampDK\":\"2025-02-21T12:03:28\"},{\"Minutes5UTC\":\"2025-02-21T11:05:00\",\"Minutes5DK\":\"2025-02-21T12:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.920013,\"Forecast5Hour\":315.779999,\"Forecast1Hour\":302.779999,\"ForecastCurrent\":212.380005,\"TimestampUTC\":\"2025-02-21T11:04:14\",\"TimestampDK\":\"2025-02-21T12:04:14\"},{\"Minutes5UTC\":\"2025-02-21T11:00:00\",\"Minutes5DK\":\"2025-02-21T12:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":766.000000,\"Forecast5Hour\":825.000000,\"Forecast1Hour\":934.000000,\"ForecastCurrent\":978.000000,\"TimestampUTC\":\"2025-02-21T11:06:31\",\"TimestampDK\":\"2025-02-21T12:06:31\"},{\"Minutes5UTC\":\"2025-02-21T11:00:00\",\"Minutes5DK\":\"2025-02-21T12:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":771.000000,\"Forecast5Hour\":935.000000,\"Forecast1Hour\":1027.000000,\"ForecastCurrent\":1113.000000,\"TimestampUTC\":\"2025-02-21T10:58:27\",\"TimestampDK\":\"2025-02-21T11:58:27\"},{\"Minutes5UTC\":\"2025-02-21T11:00:00\",\"Minutes5DK\":\"2025-02-21T12:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.940002,\"Forecast5Hour\":317.470001,\"Forecast1Hour\":305.049988,\"ForecastCurrent\":216.960007,\"TimestampUTC\":\"2025-02-21T10:59:13\",\"TimestampDK\":\"2025-02-21T11:59:13\"},{\"Minutes5UTC\":\"2025-02-21T10:55:00\",\"Minutes5DK\":\"2025-02-21T11:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":765.000000,\"Forecast5Hour\":830.000000,\"Forecast1Hour\":918.000000,\"ForecastCurrent\":977.000000,\"TimestampUTC\":\"2025-02-21T11:01:30\",\"TimestampDK\":\"2025-02-21T12:01:30\"},{\"Minutes5UTC\":\"2025-02-21T10:55:00\",\"Minutes5DK\":\"2025-02-21T11:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":775.000000,\"Forecast5Hour\":932.000000,\"Forecast1Hour\":1031.000000,\"ForecastCurrent\":1118.000000,\"TimestampUTC\":\"2025-02-21T10:58:27\",\"TimestampDK\":\"2025-02-21T11:58:27\"},{\"Minutes5UTC\":\"2025-02-21T10:55:00\",\"Minutes5DK\":\"2025-02-21T11:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.820007,\"Forecast5Hour\":319.059998,\"Forecast1Hour\":307.540009,\"ForecastCurrent\":218.820007,\"TimestampUTC\":\"2025-02-21T10:54:13\",\"TimestampDK\":\"2025-02-21T11:54:13\"},{\"Minutes5UTC\":\"2025-02-21T10:50:00\",\"Minutes5DK\":\"2025-02-21T11:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":763.000000,\"Forecast5Hour\":834.000000,\"Forecast1Hour\":904.000000,\"ForecastCurrent\":986.000000,\"TimestampUTC\":\"2025-02-21T10:56:30\",\"TimestampDK\":\"2025-02-21T11:56:30\"},{\"Minutes5UTC\":\"2025-02-21T10:50:00\",\"Minutes5DK\":\"2025-02-21T11:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":780.000000,\"Forecast5Hour\":930.000000,\"Forecast1Hour\":1045.000000,\"ForecastCurrent\":1091.000000,\"TimestampUTC\":\"2025-02-21T10:53:27\",\"TimestampDK\":\"2025-02-21T11:53:27\"},{\"Minutes5UTC\":\"2025-02-21T10:50:00\",\"Minutes5DK\":\"2025-02-21T11:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.600006,\"Forecast5Hour\":320.559998,\"Forecast1Hour\":308.420013,\"ForecastCurrent\":213.839996,\"TimestampUTC\":\"2025-02-21T10:49:13\",\"TimestampDK\":\"2025-02-21T11:49:13\"},{\"Minutes5UTC\":\"2025-02-21T10:45:00\",\"Minutes5DK\":\"2025-02-21T11:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":762.000000,\"Forecast5Hour\":834.000000,\"Forecast1Hour\":892.000000,\"ForecastCurrent\":977.000000,\"TimestampUTC\":\"2025-02-21T10:46:30\",\"TimestampDK\":\"2025-02-21T11:46:30\"},{\"Minutes5UTC\":\"2025-02-21T10:45:00\",\"Minutes5DK\":\"2025-02-21T11:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":787.000000,\"Forecast5Hour\":931.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1048.000000,\"TimestampUTC\":\"2025-02-21T10:44:27\",\"TimestampDK\":\"2025-02-21T11:44:27\"},{\"Minutes5UTC\":\"2025-02-21T10:45:00\",\"Minutes5DK\":\"2025-02-21T11:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.359985,\"Forecast5Hour\":321.869995,\"Forecast1Hour\":307.899994,\"ForecastCurrent\":208.500000,\"TimestampUTC\":\"2025-02-21T10:44:13\",\"TimestampDK\":\"2025-02-21T11:44:13\"},{\"Minutes5UTC\":\"2025-02-21T10:40:00\",\"Minutes5DK\":\"2025-02-21T11:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":761.000000,\"Forecast5Hour\":834.000000,\"Forecast1Hour\":882.000000,\"ForecastCurrent\":977.000000,\"TimestampUTC\":\"2025-02-21T10:46:30\",\"TimestampDK\":\"2025-02-21T11:46:30\"},{\"Minutes5UTC\":\"2025-02-21T10:40:00\",\"Minutes5DK\":\"2025-02-21T11:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":792.000000,\"Forecast5Hour\":929.000000,\"Forecast1Hour\":1064.000000,\"ForecastCurrent\":1030.000000,\"TimestampUTC\":\"2025-02-21T10:42:27\",\"TimestampDK\":\"2025-02-21T11:42:27\"},{\"Minutes5UTC\":\"2025-02-21T10:40:00\",\"Minutes5DK\":\"2025-02-21T11:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":349.089996,\"Forecast5Hour\":325.470001,\"Forecast1Hour\":306.279999,\"ForecastCurrent\":207.009995,\"TimestampUTC\":\"2025-02-21T10:39:13\",\"TimestampDK\":\"2025-02-21T11:39:13\"},{\"Minutes5UTC\":\"2025-02-21T10:35:00\",\"Minutes5DK\":\"2025-02-21T11:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":760.000000,\"Forecast5Hour\":832.000000,\"Forecast1Hour\":873.000000,\"ForecastCurrent\":964.000000,\"TimestampUTC\":\"2025-02-21T10:41:30\",\"TimestampDK\":\"2025-02-21T11:41:30\"},{\"Minutes5UTC\":\"2025-02-21T10:35:00\",\"Minutes5DK\":\"2025-02-21T11:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":797.000000,\"Forecast5Hour\":927.000000,\"Forecast1Hour\":1068.000000,\"ForecastCurrent\":1027.000000,\"TimestampUTC\":\"2025-02-21T10:42:27\",\"TimestampDK\":\"2025-02-21T11:42:27\"},{\"Minutes5UTC\":\"2025-02-21T10:35:00\",\"Minutes5DK\":\"2025-02-21T11:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":348.880005,\"Forecast5Hour\":323.410004,\"Forecast1Hour\":305.730011,\"ForecastCurrent\":210.580002,\"TimestampUTC\":\"2025-02-21T10:34:13\",\"TimestampDK\":\"2025-02-21T11:34:13\"},{\"Minutes5UTC\":\"2025-02-21T10:30:00\",\"Minutes5DK\":\"2025-02-21T11:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":759.000000,\"Forecast5Hour\":831.000000,\"Forecast1Hour\":864.000000,\"ForecastCurrent\":956.000000,\"TimestampUTC\":\"2025-02-21T10:36:30\",\"TimestampDK\":\"2025-02-21T11:36:30\"},{\"Minutes5UTC\":\"2025-02-21T10:30:00\",\"Minutes5DK\":\"2025-02-21T11:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":924.000000,\"Forecast1Hour\":1061.000000,\"ForecastCurrent\":1039.000000,\"TimestampUTC\":\"2025-02-21T10:37:27\",\"TimestampDK\":\"2025-02-21T11:37:27\"},{\"Minutes5UTC\":\"2025-02-21T10:30:00\",\"Minutes5DK\":\"2025-02-21T11:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":348.510010,\"Forecast5Hour\":322.649994,\"Forecast1Hour\":305.910004,\"ForecastCurrent\":213.250000,\"TimestampUTC\":\"2025-02-21T10:29:13\",\"TimestampDK\":\"2025-02-21T11:29:13\"},{\"Minutes5UTC\":\"2025-02-21T10:25:00\",\"Minutes5DK\":\"2025-02-21T11:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":757.000000,\"Forecast5Hour\":828.000000,\"Forecast1Hour\":860.000000,\"ForecastCurrent\":950.000000,\"TimestampUTC\":\"2025-02-21T10:26:30\",\"TimestampDK\":\"2025-02-21T11:26:30\"},{\"Minutes5UTC\":\"2025-02-21T10:25:00\",\"Minutes5DK\":\"2025-02-21T11:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":802.000000,\"Forecast5Hour\":927.000000,\"Forecast1Hour\":1068.000000,\"ForecastCurrent\":1033.000000,\"TimestampUTC\":\"2025-02-21T10:27:28\",\"TimestampDK\":\"2025-02-21T11:27:28\"},{\"Minutes5UTC\":\"2025-02-21T10:25:00\",\"Minutes5DK\":\"2025-02-21T11:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":347.029999,\"Forecast5Hour\":321.040009,\"Forecast1Hour\":304.279999,\"ForecastCurrent\":211.529999,\"TimestampUTC\":\"2025-02-21T10:24:14\",\"TimestampDK\":\"2025-02-21T11:24:14\"},{\"Minutes5UTC\":\"2025-02-21T10:20:00\",\"Minutes5DK\":\"2025-02-21T11:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":756.000000,\"Forecast5Hour\":823.000000,\"Forecast1Hour\":855.000000,\"ForecastCurrent\":944.000000,\"TimestampUTC\":\"2025-02-21T10:21:30\",\"TimestampDK\":\"2025-02-21T11:21:30\"},{\"Minutes5UTC\":\"2025-02-21T10:20:00\",\"Minutes5DK\":\"2025-02-21T11:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":924.000000,\"Forecast1Hour\":1061.000000,\"ForecastCurrent\":1016.000000,\"TimestampUTC\":\"2025-02-21T10:22:27\",\"TimestampDK\":\"2025-02-21T11:22:27\"},{\"Minutes5UTC\":\"2025-02-21T10:20:00\",\"Minutes5DK\":\"2025-02-21T11:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":344.410004,\"Forecast5Hour\":318.200012,\"Forecast1Hour\":300.880005,\"ForecastCurrent\":206.839996,\"TimestampUTC\":\"2025-02-21T10:19:13\",\"TimestampDK\":\"2025-02-21T11:19:13\"},{\"Minutes5UTC\":\"2025-02-21T10:15:00\",\"Minutes5DK\":\"2025-02-21T11:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":755.000000,\"Forecast5Hour\":793.000000,\"Forecast1Hour\":847.000000,\"ForecastCurrent\":944.000000,\"TimestampUTC\":\"2025-02-21T10:21:30\",\"TimestampDK\":\"2025-02-21T11:21:30\"},{\"Minutes5UTC\":\"2025-02-21T10:15:00\",\"Minutes5DK\":\"2025-02-21T11:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":916.000000,\"Forecast1Hour\":1052.000000,\"ForecastCurrent\":1028.000000,\"TimestampUTC\":\"2025-02-21T10:17:27\",\"TimestampDK\":\"2025-02-21T11:17:27\"},{\"Minutes5UTC\":\"2025-02-21T10:15:00\",\"Minutes5DK\":\"2025-02-21T11:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":340.779999,\"Forecast5Hour\":314.369995,\"Forecast1Hour\":294.850006,\"ForecastCurrent\":206.179993,\"TimestampUTC\":\"2025-02-21T10:14:13\",\"TimestampDK\":\"2025-02-21T11:14:13\"},{\"Minutes5UTC\":\"2025-02-21T10:10:00\",\"Minutes5DK\":\"2025-02-21T11:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":753.000000,\"Forecast5Hour\":786.000000,\"Forecast1Hour\":836.000000,\"ForecastCurrent\":938.000000,\"TimestampUTC\":\"2025-02-21T10:16:30\",\"TimestampDK\":\"2025-02-21T11:16:30\"},{\"Minutes5UTC\":\"2025-02-21T10:10:00\",\"Minutes5DK\":\"2025-02-21T11:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":803.000000,\"Forecast5Hour\":905.000000,\"Forecast1Hour\":1031.000000,\"ForecastCurrent\":1025.000000,\"TimestampUTC\":\"2025-02-21T10:17:27\",\"TimestampDK\":\"2025-02-21T11:17:27\"},{\"Minutes5UTC\":\"2025-02-21T10:10:00\",\"Minutes5DK\":\"2025-02-21T11:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":336.380005,\"Forecast5Hour\":309.869995,\"Forecast1Hour\":286.760010,\"ForecastCurrent\":205.080002,\"TimestampUTC\":\"2025-02-21T10:09:13\",\"TimestampDK\":\"2025-02-21T11:09:13\"},{\"Minutes5UTC\":\"2025-02-21T10:05:00\",\"Minutes5DK\":\"2025-02-21T11:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":752.000000,\"Forecast5Hour\":780.000000,\"Forecast1Hour\":825.000000,\"ForecastCurrent\":937.000000,\"TimestampUTC\":\"2025-02-21T10:11:31\",\"TimestampDK\":\"2025-02-21T11:11:31\"},{\"Minutes5UTC\":\"2025-02-21T10:05:00\",\"Minutes5DK\":\"2025-02-21T11:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":885.000000,\"Forecast1Hour\":1002.000000,\"ForecastCurrent\":1015.000000,\"TimestampUTC\":\"2025-02-21T10:12:27\",\"TimestampDK\":\"2025-02-21T11:12:27\"},{\"Minutes5UTC\":\"2025-02-21T10:05:00\",\"Minutes5DK\":\"2025-02-21T11:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":331.350006,\"Forecast5Hour\":304.959991,\"Forecast1Hour\":276.720001,\"ForecastCurrent\":204.169998,\"TimestampUTC\":\"2025-02-21T10:04:13\",\"TimestampDK\":\"2025-02-21T11:04:13\"},{\"Minutes5UTC\":\"2025-02-21T10:00:00\",\"Minutes5DK\":\"2025-02-21T11:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":751.000000,\"Forecast5Hour\":775.000000,\"Forecast1Hour\":823.000000,\"ForecastCurrent\":945.000000,\"TimestampUTC\":\"2025-02-21T10:01:30\",\"TimestampDK\":\"2025-02-21T11:01:30\"},{\"Minutes5UTC\":\"2025-02-21T10:00:00\",\"Minutes5DK\":\"2025-02-21T11:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":794.000000,\"Forecast5Hour\":864.000000,\"Forecast1Hour\":974.000000,\"ForecastCurrent\":1033.000000,\"TimestampUTC\":\"2025-02-21T10:02:27\",\"TimestampDK\":\"2025-02-21T11:02:27\"},{\"Minutes5UTC\":\"2025-02-21T10:00:00\",\"Minutes5DK\":\"2025-02-21T11:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":325.920013,\"Forecast5Hour\":299.880005,\"Forecast1Hour\":265.869995,\"ForecastCurrent\":198.570007,\"TimestampUTC\":\"2025-02-21T09:59:13\",\"TimestampDK\":\"2025-02-21T10:59:13\"},{\"Minutes5UTC\":\"2025-02-21T09:55:00\",\"Minutes5DK\":\"2025-02-21T10:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":749.000000,\"Forecast5Hour\":771.000000,\"Forecast1Hour\":825.000000,\"ForecastCurrent\":945.000000,\"TimestampUTC\":\"2025-02-21T10:01:30\",\"TimestampDK\":\"2025-02-21T11:01:30\"},{\"Minutes5UTC\":\"2025-02-21T09:55:00\",\"Minutes5DK\":\"2025-02-21T10:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":787.000000,\"Forecast5Hour\":834.000000,\"Forecast1Hour\":938.000000,\"ForecastCurrent\":990.000000,\"TimestampUTC\":\"2025-02-21T09:57:28\",\"TimestampDK\":\"2025-02-21T10:57:28\"},{\"Minutes5UTC\":\"2025-02-21T09:55:00\",\"Minutes5DK\":\"2025-02-21T10:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":320.220001,\"Forecast5Hour\":294.750000,\"Forecast1Hour\":256.519989,\"ForecastCurrent\":193.979996,\"TimestampUTC\":\"2025-02-21T09:54:12\",\"TimestampDK\":\"2025-02-21T10:54:12\"},{\"Minutes5UTC\":\"2025-02-21T09:50:00\",\"Minutes5DK\":\"2025-02-21T10:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":748.000000,\"Forecast5Hour\":767.000000,\"Forecast1Hour\":836.000000,\"ForecastCurrent\":940.000000,\"TimestampUTC\":\"2025-02-21T09:56:30\",\"TimestampDK\":\"2025-02-21T10:56:30\"},{\"Minutes5UTC\":\"2025-02-21T09:50:00\",\"Minutes5DK\":\"2025-02-21T10:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":777.000000,\"Forecast5Hour\":803.000000,\"Forecast1Hour\":905.000000,\"ForecastCurrent\":971.000000,\"TimestampUTC\":\"2025-02-21T09:57:28\",\"TimestampDK\":\"2025-02-21T10:57:28\"},{\"Minutes5UTC\":\"2025-02-21T09:50:00\",\"Minutes5DK\":\"2025-02-21T10:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":314.440002,\"Forecast5Hour\":289.720001,\"Forecast1Hour\":248.740005,\"ForecastCurrent\":186.639999,\"TimestampUTC\":\"2025-02-21T09:49:13\",\"TimestampDK\":\"2025-02-21T10:49:13\"},{\"Minutes5UTC\":\"2025-02-21T09:45:00\",\"Minutes5DK\":\"2025-02-21T10:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":746.000000,\"Forecast5Hour\":766.000000,\"Forecast1Hour\":852.000000,\"ForecastCurrent\":919.000000,\"TimestampUTC\":\"2025-02-21T09:51:30\",\"TimestampDK\":\"2025-02-21T10:51:30\"},{\"Minutes5UTC\":\"2025-02-21T09:45:00\",\"Minutes5DK\":\"2025-02-21T10:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":763.000000,\"Forecast5Hour\":772.000000,\"Forecast1Hour\":875.000000,\"ForecastCurrent\":981.000000,\"TimestampUTC\":\"2025-02-21T09:48:27\",\"TimestampDK\":\"2025-02-21T10:48:27\"},{\"Minutes5UTC\":\"2025-02-21T09:45:00\",\"Minutes5DK\":\"2025-02-21T10:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":308.779999,\"Forecast5Hour\":284.890015,\"Forecast1Hour\":242.029999,\"ForecastCurrent\":177.529999,\"TimestampUTC\":\"2025-02-21T09:44:13\",\"TimestampDK\":\"2025-02-21T10:44:13\"},{\"Minutes5UTC\":\"2025-02-21T09:40:00\",\"Minutes5DK\":\"2025-02-21T10:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":745.000000,\"Forecast5Hour\":766.000000,\"Forecast1Hour\":868.000000,\"ForecastCurrent\":887.000000,\"TimestampUTC\":\"2025-02-21T09:41:31\",\"TimestampDK\":\"2025-02-21T10:41:31\"},{\"Minutes5UTC\":\"2025-02-21T09:40:00\",\"Minutes5DK\":\"2025-02-21T10:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":750.000000,\"Forecast5Hour\":752.000000,\"Forecast1Hour\":863.000000,\"ForecastCurrent\":995.000000,\"TimestampUTC\":\"2025-02-21T09:38:27\",\"TimestampDK\":\"2025-02-21T10:38:27\"},{\"Minutes5UTC\":\"2025-02-21T09:40:00\",\"Minutes5DK\":\"2025-02-21T10:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":303.450012,\"Forecast5Hour\":280.410004,\"Forecast1Hour\":235.830002,\"ForecastCurrent\":167.729996,\"TimestampUTC\":\"2025-02-21T09:39:13\",\"TimestampDK\":\"2025-02-21T10:39:13\"},{\"Minutes5UTC\":\"2025-02-21T09:35:00\",\"Minutes5DK\":\"2025-02-21T10:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":744.000000,\"Forecast5Hour\":766.000000,\"Forecast1Hour\":876.000000,\"ForecastCurrent\":877.000000,\"TimestampUTC\":\"2025-02-21T09:36:30\",\"TimestampDK\":\"2025-02-21T10:36:30\"},{\"Minutes5UTC\":\"2025-02-21T09:35:00\",\"Minutes5DK\":\"2025-02-21T10:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":740.000000,\"Forecast5Hour\":728.000000,\"Forecast1Hour\":863.000000,\"ForecastCurrent\":1005.000000,\"TimestampUTC\":\"2025-02-21T09:33:27\",\"TimestampDK\":\"2025-02-21T10:33:27\"},{\"Minutes5UTC\":\"2025-02-21T09:35:00\",\"Minutes5DK\":\"2025-02-21T10:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":298.619995,\"Forecast5Hour\":276.399994,\"Forecast1Hour\":229.440002,\"ForecastCurrent\":162.529999,\"TimestampUTC\":\"2025-02-21T09:34:12\",\"TimestampDK\":\"2025-02-21T10:34:12\"},{\"Minutes5UTC\":\"2025-02-21T09:30:00\",\"Minutes5DK\":\"2025-02-21T10:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":742.000000,\"Forecast5Hour\":765.000000,\"Forecast1Hour\":878.000000,\"ForecastCurrent\":876.000000,\"TimestampUTC\":\"2025-02-21T09:36:30\",\"TimestampDK\":\"2025-02-21T10:36:30\"},{\"Minutes5UTC\":\"2025-02-21T09:30:00\",\"Minutes5DK\":\"2025-02-21T10:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":730.000000,\"Forecast5Hour\":715.000000,\"Forecast1Hour\":863.000000,\"ForecastCurrent\":1001.000000,\"TimestampUTC\":\"2025-02-21T09:28:27\",\"TimestampDK\":\"2025-02-21T10:28:27\"},{\"Minutes5UTC\":\"2025-02-21T09:30:00\",\"Minutes5DK\":\"2025-02-21T10:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":294.299988,\"Forecast5Hour\":272.779999,\"Forecast1Hour\":226.729996,\"ForecastCurrent\":161.869995,\"TimestampUTC\":\"2025-02-21T09:29:13\",\"TimestampDK\":\"2025-02-21T10:29:13\"},{\"Minutes5UTC\":\"2025-02-21T09:25:00\",\"Minutes5DK\":\"2025-02-21T10:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":739.000000,\"Forecast5Hour\":763.000000,\"Forecast1Hour\":871.000000,\"ForecastCurrent\":864.000000,\"TimestampUTC\":\"2025-02-21T09:31:30\",\"TimestampDK\":\"2025-02-21T10:31:30\"},{\"Minutes5UTC\":\"2025-02-21T09:25:00\",\"Minutes5DK\":\"2025-02-21T10:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":722.000000,\"Forecast5Hour\":702.000000,\"Forecast1Hour\":857.000000,\"ForecastCurrent\":1004.000000,\"TimestampUTC\":\"2025-02-21T09:28:27\",\"TimestampDK\":\"2025-02-21T10:28:27\"},{\"Minutes5UTC\":\"2025-02-21T09:25:00\",\"Minutes5DK\":\"2025-02-21T10:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":289.500000,\"Forecast5Hour\":268.059998,\"Forecast1Hour\":223.179993,\"ForecastCurrent\":161.320007,\"TimestampUTC\":\"2025-02-21T09:24:13\",\"TimestampDK\":\"2025-02-21T10:24:13\"},{\"Minutes5UTC\":\"2025-02-21T09:20:00\",\"Minutes5DK\":\"2025-02-21T10:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":736.000000,\"Forecast5Hour\":772.000000,\"Forecast1Hour\":859.000000,\"ForecastCurrent\":853.000000,\"TimestampUTC\":\"2025-02-21T09:26:30\",\"TimestampDK\":\"2025-02-21T10:26:30\"},{\"Minutes5UTC\":\"2025-02-21T09:20:00\",\"Minutes5DK\":\"2025-02-21T10:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":715.000000,\"Forecast5Hour\":689.000000,\"Forecast1Hour\":844.000000,\"ForecastCurrent\":1010.000000,\"TimestampUTC\":\"2025-02-21T09:23:27\",\"TimestampDK\":\"2025-02-21T10:23:27\"},{\"Minutes5UTC\":\"2025-02-21T09:20:00\",\"Minutes5DK\":\"2025-02-21T10:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":284.089996,\"Forecast5Hour\":262.140015,\"Forecast1Hour\":218.860001,\"ForecastCurrent\":160.449997,\"TimestampUTC\":\"2025-02-21T09:19:13\",\"TimestampDK\":\"2025-02-21T10:19:13\"},{\"Minutes5UTC\":\"2025-02-21T09:15:00\",\"Minutes5DK\":\"2025-02-21T10:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":734.000000,\"Forecast5Hour\":768.000000,\"Forecast1Hour\":846.000000,\"ForecastCurrent\":843.000000,\"TimestampUTC\":\"2025-02-21T09:16:30\",\"TimestampDK\":\"2025-02-21T10:16:30\"},{\"Minutes5UTC\":\"2025-02-21T09:15:00\",\"Minutes5DK\":\"2025-02-21T10:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":707.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":837.000000,\"ForecastCurrent\":1000.000000,\"TimestampUTC\":\"2025-02-21T09:13:27\",\"TimestampDK\":\"2025-02-21T10:13:27\"},{\"Minutes5UTC\":\"2025-02-21T09:15:00\",\"Minutes5DK\":\"2025-02-21T10:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":278.089996,\"Forecast5Hour\":255.169998,\"Forecast1Hour\":214.000000,\"ForecastCurrent\":156.470001,\"TimestampUTC\":\"2025-02-21T09:14:13\",\"TimestampDK\":\"2025-02-21T10:14:13\"},{\"Minutes5UTC\":\"2025-02-21T09:10:00\",\"Minutes5DK\":\"2025-02-21T10:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":731.000000,\"Forecast5Hour\":766.000000,\"Forecast1Hour\":841.000000,\"ForecastCurrent\":841.000000,\"TimestampUTC\":\"2025-02-21T09:16:30\",\"TimestampDK\":\"2025-02-21T10:16:30\"},{\"Minutes5UTC\":\"2025-02-21T09:10:00\",\"Minutes5DK\":\"2025-02-21T10:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":703.000000,\"Forecast5Hour\":675.000000,\"Forecast1Hour\":848.000000,\"ForecastCurrent\":992.000000,\"TimestampUTC\":\"2025-02-21T09:08:27\",\"TimestampDK\":\"2025-02-21T10:08:27\"},{\"Minutes5UTC\":\"2025-02-21T09:10:00\",\"Minutes5DK\":\"2025-02-21T10:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":271.589996,\"Forecast5Hour\":247.339996,\"Forecast1Hour\":208.839996,\"ForecastCurrent\":149.960007,\"TimestampUTC\":\"2025-02-21T09:09:13\",\"TimestampDK\":\"2025-02-21T10:09:13\"},{\"Minutes5UTC\":\"2025-02-21T09:05:00\",\"Minutes5DK\":\"2025-02-21T10:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":728.000000,\"Forecast5Hour\":762.000000,\"Forecast1Hour\":834.000000,\"ForecastCurrent\":831.000000,\"TimestampUTC\":\"2025-02-21T09:11:30\",\"TimestampDK\":\"2025-02-21T10:11:30\"},{\"Minutes5UTC\":\"2025-02-21T09:05:00\",\"Minutes5DK\":\"2025-02-21T10:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":703.000000,\"Forecast5Hour\":676.000000,\"Forecast1Hour\":860.000000,\"ForecastCurrent\":1003.000000,\"TimestampUTC\":\"2025-02-21T09:08:27\",\"TimestampDK\":\"2025-02-21T10:08:27\"},{\"Minutes5UTC\":\"2025-02-21T09:05:00\",\"Minutes5DK\":\"2025-02-21T10:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":264.579987,\"Forecast5Hour\":238.850006,\"Forecast1Hour\":202.720001,\"ForecastCurrent\":140.240005,\"TimestampUTC\":\"2025-02-21T09:04:13\",\"TimestampDK\":\"2025-02-21T10:04:13\"},{\"Minutes5UTC\":\"2025-02-21T09:00:00\",\"Minutes5DK\":\"2025-02-21T10:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":724.000000,\"Forecast5Hour\":758.000000,\"Forecast1Hour\":822.000000,\"ForecastCurrent\":817.000000,\"TimestampUTC\":\"2025-02-21T09:06:30\",\"TimestampDK\":\"2025-02-21T10:06:30\"},{\"Minutes5UTC\":\"2025-02-21T09:00:00\",\"Minutes5DK\":\"2025-02-21T10:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":705.000000,\"Forecast5Hour\":672.000000,\"Forecast1Hour\":877.000000,\"ForecastCurrent\":992.000000,\"TimestampUTC\":\"2025-02-21T09:03:27\",\"TimestampDK\":\"2025-02-21T10:03:27\"},{\"Minutes5UTC\":\"2025-02-21T09:00:00\",\"Minutes5DK\":\"2025-02-21T10:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":257.209991,\"Forecast5Hour\":229.910004,\"Forecast1Hour\":196.380005,\"ForecastCurrent\":129.289993,\"TimestampUTC\":\"2025-02-21T08:59:13\",\"TimestampDK\":\"2025-02-21T09:59:13\"},{\"Minutes5UTC\":\"2025-02-21T08:55:00\",\"Minutes5DK\":\"2025-02-21T09:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":720.000000,\"Forecast5Hour\":749.000000,\"Forecast1Hour\":802.000000,\"ForecastCurrent\":802.000000,\"TimestampUTC\":\"2025-02-21T08:56:30\",\"TimestampDK\":\"2025-02-21T09:56:30\"},{\"Minutes5UTC\":\"2025-02-21T08:55:00\",\"Minutes5DK\":\"2025-02-21T09:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":709.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":897.000000,\"ForecastCurrent\":963.000000,\"TimestampUTC\":\"2025-02-21T08:53:28\",\"TimestampDK\":\"2025-02-21T09:53:28\"},{\"Minutes5UTC\":\"2025-02-21T08:55:00\",\"Minutes5DK\":\"2025-02-21T09:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":249.509995,\"Forecast5Hour\":220.740005,\"Forecast1Hour\":190.100006,\"ForecastCurrent\":121.470001,\"TimestampUTC\":\"2025-02-21T08:54:13\",\"TimestampDK\":\"2025-02-21T09:54:13\"},{\"Minutes5UTC\":\"2025-02-21T08:50:00\",\"Minutes5DK\":\"2025-02-21T09:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":716.000000,\"Forecast5Hour\":742.000000,\"Forecast1Hour\":788.000000,\"ForecastCurrent\":803.000000,\"TimestampUTC\":\"2025-02-21T08:51:30\",\"TimestampDK\":\"2025-02-21T09:51:30\"},{\"Minutes5UTC\":\"2025-02-21T08:50:00\",\"Minutes5DK\":\"2025-02-21T09:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":712.000000,\"Forecast5Hour\":685.000000,\"Forecast1Hour\":915.000000,\"ForecastCurrent\":963.000000,\"TimestampUTC\":\"2025-02-21T08:48:27\",\"TimestampDK\":\"2025-02-21T09:48:27\"},{\"Minutes5UTC\":\"2025-02-21T08:50:00\",\"Minutes5DK\":\"2025-02-21T09:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":241.610001,\"Forecast5Hour\":211.539993,\"Forecast1Hour\":183.660004,\"ForecastCurrent\":116.309998,\"TimestampUTC\":\"2025-02-21T08:49:13\",\"TimestampDK\":\"2025-02-21T09:49:13\"},{\"Minutes5UTC\":\"2025-02-21T08:45:00\",\"Minutes5DK\":\"2025-02-21T09:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":712.000000,\"Forecast5Hour\":733.000000,\"Forecast1Hour\":781.000000,\"ForecastCurrent\":800.000000,\"TimestampUTC\":\"2025-02-21T08:51:30\",\"TimestampDK\":\"2025-02-21T09:51:30\"},{\"Minutes5UTC\":\"2025-02-21T08:45:00\",\"Minutes5DK\":\"2025-02-21T09:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":713.000000,\"Forecast5Hour\":689.000000,\"Forecast1Hour\":930.000000,\"ForecastCurrent\":963.000000,\"TimestampUTC\":\"2025-02-21T08:43:27\",\"TimestampDK\":\"2025-02-21T09:43:27\"},{\"Minutes5UTC\":\"2025-02-21T08:45:00\",\"Minutes5DK\":\"2025-02-21T09:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":233.529999,\"Forecast5Hour\":202.539993,\"Forecast1Hour\":182.160004,\"ForecastCurrent\":112.000000,\"TimestampUTC\":\"2025-02-21T08:44:13\",\"TimestampDK\":\"2025-02-21T09:44:13\"},{\"Minutes5UTC\":\"2025-02-21T08:40:00\",\"Minutes5DK\":\"2025-02-21T09:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":707.000000,\"Forecast5Hour\":725.000000,\"Forecast1Hour\":786.000000,\"ForecastCurrent\":811.000000,\"TimestampUTC\":\"2025-02-21T08:46:30\",\"TimestampDK\":\"2025-02-21T09:46:30\"},{\"Minutes5UTC\":\"2025-02-21T08:40:00\",\"Minutes5DK\":\"2025-02-21T09:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":716.000000,\"Forecast5Hour\":687.000000,\"Forecast1Hour\":947.000000,\"ForecastCurrent\":980.000000,\"TimestampUTC\":\"2025-02-21T08:43:27\",\"TimestampDK\":\"2025-02-21T09:43:27\"},{\"Minutes5UTC\":\"2025-02-21T08:40:00\",\"Minutes5DK\":\"2025-02-21T09:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":225.410004,\"Forecast5Hour\":193.990005,\"Forecast1Hour\":175.919998,\"ForecastCurrent\":106.680000,\"TimestampUTC\":\"2025-02-21T08:39:13\",\"TimestampDK\":\"2025-02-21T09:39:13\"},{\"Minutes5UTC\":\"2025-02-21T08:35:00\",\"Minutes5DK\":\"2025-02-21T09:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":703.000000,\"Forecast5Hour\":713.000000,\"Forecast1Hour\":800.000000,\"ForecastCurrent\":828.000000,\"TimestampUTC\":\"2025-02-21T08:41:30\",\"TimestampDK\":\"2025-02-21T09:41:30\"},{\"Minutes5UTC\":\"2025-02-21T08:35:00\",\"Minutes5DK\":\"2025-02-21T09:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":717.000000,\"Forecast5Hour\":683.000000,\"Forecast1Hour\":960.000000,\"ForecastCurrent\":982.000000,\"TimestampUTC\":\"2025-02-21T08:38:30\",\"TimestampDK\":\"2025-02-21T09:38:30\"},{\"Minutes5UTC\":\"2025-02-21T08:35:00\",\"Minutes5DK\":\"2025-02-21T09:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":217.330002,\"Forecast5Hour\":186.089996,\"Forecast1Hour\":170.729996,\"ForecastCurrent\":101.349998,\"TimestampUTC\":\"2025-02-21T08:34:13\",\"TimestampDK\":\"2025-02-21T09:34:13\"},{\"Minutes5UTC\":\"2025-02-21T08:30:00\",\"Minutes5DK\":\"2025-02-21T09:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":700.000000,\"Forecast5Hour\":703.000000,\"Forecast1Hour\":811.000000,\"ForecastCurrent\":855.000000,\"TimestampUTC\":\"2025-02-21T08:31:30\",\"TimestampDK\":\"2025-02-21T09:31:30\"},{\"Minutes5UTC\":\"2025-02-21T08:30:00\",\"Minutes5DK\":\"2025-02-21T09:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":718.000000,\"Forecast5Hour\":684.000000,\"Forecast1Hour\":960.000000,\"ForecastCurrent\":989.000000,\"TimestampUTC\":\"2025-02-21T08:29:28\",\"TimestampDK\":\"2025-02-21T09:29:28\"},{\"Minutes5UTC\":\"2025-02-21T08:30:00\",\"Minutes5DK\":\"2025-02-21T09:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":209.250000,\"Forecast5Hour\":178.820007,\"Forecast1Hour\":166.330002,\"ForecastCurrent\":96.860001,\"TimestampUTC\":\"2025-02-21T08:29:13\",\"TimestampDK\":\"2025-02-21T09:29:13\"},{\"Minutes5UTC\":\"2025-02-21T08:25:00\",\"Minutes5DK\":\"2025-02-21T09:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":696.000000,\"Forecast5Hour\":696.000000,\"Forecast1Hour\":810.000000,\"ForecastCurrent\":851.000000,\"TimestampUTC\":\"2025-02-21T08:31:30\",\"TimestampDK\":\"2025-02-21T09:31:30\"},{\"Minutes5UTC\":\"2025-02-21T08:25:00\",\"Minutes5DK\":\"2025-02-21T09:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":718.000000,\"Forecast5Hour\":687.000000,\"Forecast1Hour\":959.000000,\"ForecastCurrent\":983.000000,\"TimestampUTC\":\"2025-02-21T08:25:28\",\"TimestampDK\":\"2025-02-21T09:25:28\"},{\"Minutes5UTC\":\"2025-02-21T08:25:00\",\"Minutes5DK\":\"2025-02-21T09:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":200.440002,\"Forecast5Hour\":171.100006,\"Forecast1Hour\":161.210007,\"ForecastCurrent\":92.010002,\"TimestampUTC\":\"2025-02-21T08:24:13\",\"TimestampDK\":\"2025-02-21T09:24:13\"},{\"Minutes5UTC\":\"2025-02-21T08:20:00\",\"Minutes5DK\":\"2025-02-21T09:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":693.000000,\"Forecast5Hour\":690.000000,\"Forecast1Hour\":791.000000,\"ForecastCurrent\":850.000000,\"TimestampUTC\":\"2025-02-21T08:26:31\",\"TimestampDK\":\"2025-02-21T09:26:31\"},{\"Minutes5UTC\":\"2025-02-21T08:20:00\",\"Minutes5DK\":\"2025-02-21T09:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":717.000000,\"Forecast5Hour\":689.000000,\"Forecast1Hour\":958.000000,\"ForecastCurrent\":990.000000,\"TimestampUTC\":\"2025-02-21T08:25:28\",\"TimestampDK\":\"2025-02-21T09:25:28\"},{\"Minutes5UTC\":\"2025-02-21T08:20:00\",\"Minutes5DK\":\"2025-02-21T09:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":190.929993,\"Forecast5Hour\":162.830002,\"Forecast1Hour\":155.039993,\"ForecastCurrent\":87.389999,\"TimestampUTC\":\"2025-02-21T08:19:13\",\"TimestampDK\":\"2025-02-21T09:19:13\"},{\"Minutes5UTC\":\"2025-02-21T08:15:00\",\"Minutes5DK\":\"2025-02-21T09:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":690.000000,\"Forecast5Hour\":683.000000,\"Forecast1Hour\":740.000000,\"ForecastCurrent\":837.000000,\"TimestampUTC\":\"2025-02-21T08:21:30\",\"TimestampDK\":\"2025-02-21T09:21:30\"},{\"Minutes5UTC\":\"2025-02-21T08:15:00\",\"Minutes5DK\":\"2025-02-21T09:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":714.000000,\"Forecast5Hour\":693.000000,\"Forecast1Hour\":965.000000,\"ForecastCurrent\":979.000000,\"TimestampUTC\":\"2025-02-21T08:22:30\",\"TimestampDK\":\"2025-02-21T09:22:30\"},{\"Minutes5UTC\":\"2025-02-21T08:15:00\",\"Minutes5DK\":\"2025-02-21T09:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":180.929993,\"Forecast5Hour\":154.139999,\"Forecast1Hour\":147.960007,\"ForecastCurrent\":83.300003,\"TimestampUTC\":\"2025-02-21T08:14:13\",\"TimestampDK\":\"2025-02-21T09:14:13\"},{\"Minutes5UTC\":\"2025-02-21T08:10:00\",\"Minutes5DK\":\"2025-02-21T09:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":687.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":722.000000,\"ForecastCurrent\":805.000000,\"TimestampUTC\":\"2025-02-21T08:11:30\",\"TimestampDK\":\"2025-02-21T09:11:30\"},{\"Minutes5UTC\":\"2025-02-21T08:10:00\",\"Minutes5DK\":\"2025-02-21T09:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":704.000000,\"Forecast5Hour\":698.000000,\"Forecast1Hour\":972.000000,\"ForecastCurrent\":965.000000,\"TimestampUTC\":\"2025-02-21T08:12:28\",\"TimestampDK\":\"2025-02-21T09:12:28\"},{\"Minutes5UTC\":\"2025-02-21T08:10:00\",\"Minutes5DK\":\"2025-02-21T09:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":170.630005,\"Forecast5Hour\":145.179993,\"Forecast1Hour\":140.179993,\"ForecastCurrent\":80.150002,\"TimestampUTC\":\"2025-02-21T08:09:14\",\"TimestampDK\":\"2025-02-21T09:09:14\"},{\"Minutes5UTC\":\"2025-02-21T08:05:00\",\"Minutes5DK\":\"2025-02-21T09:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":685.000000,\"Forecast5Hour\":674.000000,\"Forecast1Hour\":709.000000,\"ForecastCurrent\":797.000000,\"TimestampUTC\":\"2025-02-21T08:06:31\",\"TimestampDK\":\"2025-02-21T09:06:31\"},{\"Minutes5UTC\":\"2025-02-21T08:05:00\",\"Minutes5DK\":\"2025-02-21T09:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":695.000000,\"Forecast5Hour\":707.000000,\"Forecast1Hour\":982.000000,\"ForecastCurrent\":965.000000,\"TimestampUTC\":\"2025-02-21T08:07:28\",\"TimestampDK\":\"2025-02-21T09:07:28\"},{\"Minutes5UTC\":\"2025-02-21T08:05:00\",\"Minutes5DK\":\"2025-02-21T09:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":160.169998,\"Forecast5Hour\":136.070007,\"Forecast1Hour\":131.889999,\"ForecastCurrent\":76.120003,\"TimestampUTC\":\"2025-02-21T08:04:14\",\"TimestampDK\":\"2025-02-21T09:04:14\"},{\"Minutes5UTC\":\"2025-02-21T08:00:00\",\"Minutes5DK\":\"2025-02-21T09:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":683.000000,\"Forecast5Hour\":674.000000,\"Forecast1Hour\":701.000000,\"ForecastCurrent\":794.000000,\"TimestampUTC\":\"2025-02-21T08:06:31\",\"TimestampDK\":\"2025-02-21T09:06:31\"},{\"Minutes5UTC\":\"2025-02-21T08:00:00\",\"Minutes5DK\":\"2025-02-21T09:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":686.000000,\"Forecast5Hour\":709.000000,\"Forecast1Hour\":990.000000,\"ForecastCurrent\":967.000000,\"TimestampUTC\":\"2025-02-21T08:02:28\",\"TimestampDK\":\"2025-02-21T09:02:28\"},{\"Minutes5UTC\":\"2025-02-21T08:00:00\",\"Minutes5DK\":\"2025-02-21T09:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":149.470001,\"Forecast5Hour\":126.830002,\"Forecast1Hour\":123.370003,\"ForecastCurrent\":72.260002,\"TimestampUTC\":\"2025-02-21T07:59:14\",\"TimestampDK\":\"2025-02-21T08:59:14\"},{\"Minutes5UTC\":\"2025-02-21T07:55:00\",\"Minutes5DK\":\"2025-02-21T08:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":681.000000,\"Forecast5Hour\":677.000000,\"Forecast1Hour\":684.000000,\"ForecastCurrent\":784.000000,\"TimestampUTC\":\"2025-02-21T08:01:30\",\"TimestampDK\":\"2025-02-21T09:01:30\"},{\"Minutes5UTC\":\"2025-02-21T07:55:00\",\"Minutes5DK\":\"2025-02-21T08:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":677.000000,\"Forecast5Hour\":707.000000,\"Forecast1Hour\":987.000000,\"ForecastCurrent\":961.000000,\"TimestampUTC\":\"2025-02-21T08:02:28\",\"TimestampDK\":\"2025-02-21T09:02:28\"},{\"Minutes5UTC\":\"2025-02-21T07:55:00\",\"Minutes5DK\":\"2025-02-21T08:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":138.149994,\"Forecast5Hour\":117.110001,\"Forecast1Hour\":114.360001,\"ForecastCurrent\":68.510002,\"TimestampUTC\":\"2025-02-21T07:54:13\",\"TimestampDK\":\"2025-02-21T08:54:13\"},{\"Minutes5UTC\":\"2025-02-21T07:50:00\",\"Minutes5DK\":\"2025-02-21T08:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":680.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":674.000000,\"ForecastCurrent\":766.000000,\"TimestampUTC\":\"2025-02-21T07:56:30\",\"TimestampDK\":\"2025-02-21T08:56:30\"},{\"Minutes5UTC\":\"2025-02-21T07:50:00\",\"Minutes5DK\":\"2025-02-21T08:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":668.000000,\"Forecast5Hour\":703.000000,\"Forecast1Hour\":986.000000,\"ForecastCurrent\":959.000000,\"TimestampUTC\":\"2025-02-21T07:57:28\",\"TimestampDK\":\"2025-02-21T08:57:28\"},{\"Minutes5UTC\":\"2025-02-21T07:50:00\",\"Minutes5DK\":\"2025-02-21T08:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":125.790001,\"Forecast5Hour\":106.559998,\"Forecast1Hour\":104.699997,\"ForecastCurrent\":64.089996,\"TimestampUTC\":\"2025-02-21T07:49:14\",\"TimestampDK\":\"2025-02-21T08:49:14\"},{\"Minutes5UTC\":\"2025-02-21T07:45:00\",\"Minutes5DK\":\"2025-02-21T08:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":677.000000,\"Forecast5Hour\":683.000000,\"Forecast1Hour\":665.000000,\"ForecastCurrent\":724.000000,\"TimestampUTC\":\"2025-02-21T07:46:30\",\"TimestampDK\":\"2025-02-21T08:46:30\"},{\"Minutes5UTC\":\"2025-02-21T07:45:00\",\"Minutes5DK\":\"2025-02-21T08:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":662.000000,\"Forecast5Hour\":703.000000,\"Forecast1Hour\":983.000000,\"ForecastCurrent\":959.000000,\"TimestampUTC\":\"2025-02-21T07:46:28\",\"TimestampDK\":\"2025-02-21T08:46:28\"},{\"Minutes5UTC\":\"2025-02-21T07:45:00\",\"Minutes5DK\":\"2025-02-21T08:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":112.370003,\"Forecast5Hour\":95.199997,\"Forecast1Hour\":94.099998,\"ForecastCurrent\":59.680000,\"TimestampUTC\":\"2025-02-21T07:44:14\",\"TimestampDK\":\"2025-02-21T08:44:14\"},{\"Minutes5UTC\":\"2025-02-21T07:40:00\",\"Minutes5DK\":\"2025-02-21T08:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":675.000000,\"Forecast5Hour\":683.000000,\"Forecast1Hour\":665.000000,\"ForecastCurrent\":719.000000,\"TimestampUTC\":\"2025-02-21T07:46:30\",\"TimestampDK\":\"2025-02-21T08:46:30\"},{\"Minutes5UTC\":\"2025-02-21T07:40:00\",\"Minutes5DK\":\"2025-02-21T08:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":655.000000,\"Forecast5Hour\":701.000000,\"Forecast1Hour\":978.000000,\"ForecastCurrent\":950.000000,\"TimestampUTC\":\"2025-02-21T07:42:28\",\"TimestampDK\":\"2025-02-21T08:42:28\"},{\"Minutes5UTC\":\"2025-02-21T07:40:00\",\"Minutes5DK\":\"2025-02-21T08:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":98.099998,\"Forecast5Hour\":83.279999,\"Forecast1Hour\":82.860001,\"ForecastCurrent\":54.450001,\"TimestampUTC\":\"2025-02-21T07:39:13\",\"TimestampDK\":\"2025-02-21T08:39:13\"},{\"Minutes5UTC\":\"2025-02-21T07:35:00\",\"Minutes5DK\":\"2025-02-21T08:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":673.000000,\"Forecast5Hour\":682.000000,\"Forecast1Hour\":662.000000,\"ForecastCurrent\":710.000000,\"TimestampUTC\":\"2025-02-21T07:41:30\",\"TimestampDK\":\"2025-02-21T08:41:30\"},{\"Minutes5UTC\":\"2025-02-21T07:35:00\",\"Minutes5DK\":\"2025-02-21T08:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":648.000000,\"Forecast5Hour\":694.000000,\"Forecast1Hour\":961.000000,\"ForecastCurrent\":939.000000,\"TimestampUTC\":\"2025-02-21T07:42:28\",\"TimestampDK\":\"2025-02-21T08:42:28\"},{\"Minutes5UTC\":\"2025-02-21T07:35:00\",\"Minutes5DK\":\"2025-02-21T08:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":83.660004,\"Forecast5Hour\":71.209999,\"Forecast1Hour\":71.260002,\"ForecastCurrent\":49.470001,\"TimestampUTC\":\"2025-02-21T07:34:13\",\"TimestampDK\":\"2025-02-21T08:34:13\"},{\"Minutes5UTC\":\"2025-02-21T07:30:00\",\"Minutes5DK\":\"2025-02-21T08:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":671.000000,\"Forecast5Hour\":680.000000,\"Forecast1Hour\":660.000000,\"ForecastCurrent\":716.000000,\"TimestampUTC\":\"2025-02-21T07:36:30\",\"TimestampDK\":\"2025-02-21T08:36:30\"},{\"Minutes5UTC\":\"2025-02-21T07:30:00\",\"Minutes5DK\":\"2025-02-21T08:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":641.000000,\"Forecast5Hour\":689.000000,\"Forecast1Hour\":941.000000,\"ForecastCurrent\":934.000000,\"TimestampUTC\":\"2025-02-21T07:37:28\",\"TimestampDK\":\"2025-02-21T08:37:28\"},{\"Minutes5UTC\":\"2025-02-21T07:30:00\",\"Minutes5DK\":\"2025-02-21T08:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":69.470001,\"Forecast5Hour\":59.320000,\"Forecast1Hour\":59.680000,\"ForecastCurrent\":44.419998,\"TimestampUTC\":\"2025-02-21T07:29:14\",\"TimestampDK\":\"2025-02-21T08:29:14\"},{\"Minutes5UTC\":\"2025-02-21T07:25:00\",\"Minutes5DK\":\"2025-02-21T08:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":669.000000,\"Forecast5Hour\":679.000000,\"Forecast1Hour\":656.000000,\"ForecastCurrent\":756.000000,\"TimestampUTC\":\"2025-02-21T07:26:31\",\"TimestampDK\":\"2025-02-21T08:26:31\"},{\"Minutes5UTC\":\"2025-02-21T07:25:00\",\"Minutes5DK\":\"2025-02-21T08:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":633.000000,\"Forecast5Hour\":690.000000,\"Forecast1Hour\":921.000000,\"ForecastCurrent\":913.000000,\"TimestampUTC\":\"2025-02-21T07:27:28\",\"TimestampDK\":\"2025-02-21T08:27:28\"},{\"Minutes5UTC\":\"2025-02-21T07:25:00\",\"Minutes5DK\":\"2025-02-21T08:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":55.230000,\"Forecast5Hour\":47.250000,\"Forecast1Hour\":47.770000,\"ForecastCurrent\":38.090000,\"TimestampUTC\":\"2025-02-21T07:24:14\",\"TimestampDK\":\"2025-02-21T08:24:14\"},{\"Minutes5UTC\":\"2025-02-21T07:20:00\",\"Minutes5DK\":\"2025-02-21T08:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":667.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":651.000000,\"ForecastCurrent\":756.000000,\"TimestampUTC\":\"2025-02-21T07:21:30\",\"TimestampDK\":\"2025-02-21T08:21:30\"},{\"Minutes5UTC\":\"2025-02-21T07:20:00\",\"Minutes5DK\":\"2025-02-21T08:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":627.000000,\"Forecast5Hour\":690.000000,\"Forecast1Hour\":908.000000,\"ForecastCurrent\":900.000000,\"TimestampUTC\":\"2025-02-21T07:22:28\",\"TimestampDK\":\"2025-02-21T08:22:28\"},{\"Minutes5UTC\":\"2025-02-21T07:20:00\",\"Minutes5DK\":\"2025-02-21T08:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":41.770000,\"Forecast5Hour\":35.610001,\"Forecast1Hour\":36.209999,\"ForecastCurrent\":30.639999,\"TimestampUTC\":\"2025-02-21T07:19:14\",\"TimestampDK\":\"2025-02-21T08:19:14\"},{\"Minutes5UTC\":\"2025-02-21T07:15:00\",\"Minutes5DK\":\"2025-02-21T08:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":665.000000,\"Forecast5Hour\":677.000000,\"Forecast1Hour\":646.000000,\"ForecastCurrent\":753.000000,\"TimestampUTC\":\"2025-02-21T07:21:30\",\"TimestampDK\":\"2025-02-21T08:21:30\"},{\"Minutes5UTC\":\"2025-02-21T07:15:00\",\"Minutes5DK\":\"2025-02-21T08:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":619.000000,\"Forecast5Hour\":692.000000,\"Forecast1Hour\":908.000000,\"ForecastCurrent\":897.000000,\"TimestampUTC\":\"2025-02-21T07:17:28\",\"TimestampDK\":\"2025-02-21T08:17:28\"},{\"Minutes5UTC\":\"2025-02-21T07:15:00\",\"Minutes5DK\":\"2025-02-21T08:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":29.750000,\"Forecast5Hour\":25.430000,\"Forecast1Hour\":26.129999,\"ForecastCurrent\":23.280001,\"TimestampUTC\":\"2025-02-21T07:14:13\",\"TimestampDK\":\"2025-02-21T08:14:13\"},{\"Minutes5UTC\":\"2025-02-21T07:10:00\",\"Minutes5DK\":\"2025-02-21T08:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":664.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":642.000000,\"ForecastCurrent\":733.000000,\"TimestampUTC\":\"2025-02-21T07:16:30\",\"TimestampDK\":\"2025-02-21T08:16:30\"},{\"Minutes5UTC\":\"2025-02-21T07:10:00\",\"Minutes5DK\":\"2025-02-21T08:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":604.000000,\"Forecast5Hour\":682.000000,\"Forecast1Hour\":901.000000,\"ForecastCurrent\":881.000000,\"TimestampUTC\":\"2025-02-21T07:17:28\",\"TimestampDK\":\"2025-02-21T08:17:28\"},{\"Minutes5UTC\":\"2025-02-21T07:10:00\",\"Minutes5DK\":\"2025-02-21T08:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":20.270000,\"Forecast5Hour\":17.170000,\"Forecast1Hour\":17.900000,\"ForecastCurrent\":16.459999,\"TimestampUTC\":\"2025-02-21T07:09:14\",\"TimestampDK\":\"2025-02-21T08:09:14\"},{\"Minutes5UTC\":\"2025-02-21T07:05:00\",\"Minutes5DK\":\"2025-02-21T08:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":663.000000,\"Forecast5Hour\":680.000000,\"Forecast1Hour\":643.000000,\"ForecastCurrent\":707.000000,\"TimestampUTC\":\"2025-02-21T07:11:31\",\"TimestampDK\":\"2025-02-21T08:11:31\"},{\"Minutes5UTC\":\"2025-02-21T07:05:00\",\"Minutes5DK\":\"2025-02-21T08:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":589.000000,\"Forecast5Hour\":666.000000,\"Forecast1Hour\":890.000000,\"ForecastCurrent\":878.000000,\"TimestampUTC\":\"2025-02-21T07:12:28\",\"TimestampDK\":\"2025-02-21T08:12:28\"},{\"Minutes5UTC\":\"2025-02-21T07:05:00\",\"Minutes5DK\":\"2025-02-21T08:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":13.500000,\"Forecast5Hour\":11.310000,\"Forecast1Hour\":12.060000,\"ForecastCurrent\":11.070000,\"TimestampUTC\":\"2025-02-21T07:04:13\",\"TimestampDK\":\"2025-02-21T08:04:13\"},{\"Minutes5UTC\":\"2025-02-21T07:00:00\",\"Minutes5DK\":\"2025-02-21T08:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":662.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":658.000000,\"ForecastCurrent\":682.000000,\"TimestampUTC\":\"2025-02-21T07:01:30\",\"TimestampDK\":\"2025-02-21T08:01:30\"},{\"Minutes5UTC\":\"2025-02-21T07:00:00\",\"Minutes5DK\":\"2025-02-21T08:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":575.000000,\"Forecast5Hour\":651.000000,\"Forecast1Hour\":867.000000,\"ForecastCurrent\":890.000000,\"TimestampUTC\":\"2025-02-21T07:02:28\",\"TimestampDK\":\"2025-02-21T08:02:28\"},{\"Minutes5UTC\":\"2025-02-21T07:00:00\",\"Minutes5DK\":\"2025-02-21T08:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":9.510000,\"Forecast5Hour\":8.090000,\"Forecast1Hour\":8.850000,\"ForecastCurrent\":8.180000,\"TimestampUTC\":\"2025-02-21T06:59:13\",\"TimestampDK\":\"2025-02-21T07:59:13\"},{\"Minutes5UTC\":\"2025-02-21T06:55:00\",\"Minutes5DK\":\"2025-02-21T07:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":661.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":678.000000,\"ForecastCurrent\":682.000000,\"TimestampUTC\":\"2025-02-21T07:01:30\",\"TimestampDK\":\"2025-02-21T08:01:30\"},{\"Minutes5UTC\":\"2025-02-21T06:55:00\",\"Minutes5DK\":\"2025-02-21T07:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":562.000000,\"Forecast5Hour\":642.000000,\"Forecast1Hour\":843.000000,\"ForecastCurrent\":879.000000,\"TimestampUTC\":\"2025-02-21T06:57:28\",\"TimestampDK\":\"2025-02-21T07:57:28\"},{\"Minutes5UTC\":\"2025-02-21T06:55:00\",\"Minutes5DK\":\"2025-02-21T07:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":7.130000,\"Forecast5Hour\":6.080000,\"Forecast1Hour\":6.850000,\"ForecastCurrent\":6.350000,\"TimestampUTC\":\"2025-02-21T06:54:13\",\"TimestampDK\":\"2025-02-21T07:54:13\"},{\"Minutes5UTC\":\"2025-02-21T06:50:00\",\"Minutes5DK\":\"2025-02-21T07:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":661.000000,\"Forecast5Hour\":679.000000,\"Forecast1Hour\":700.000000,\"ForecastCurrent\":676.000000,\"TimestampUTC\":\"2025-02-21T06:56:30\",\"TimestampDK\":\"2025-02-21T07:56:30\"},{\"Minutes5UTC\":\"2025-02-21T06:50:00\",\"Minutes5DK\":\"2025-02-21T07:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":547.000000,\"Forecast5Hour\":630.000000,\"Forecast1Hour\":823.000000,\"ForecastCurrent\":865.000000,\"TimestampUTC\":\"2025-02-21T06:57:28\",\"TimestampDK\":\"2025-02-21T07:57:28\"},{\"Minutes5UTC\":\"2025-02-21T06:50:00\",\"Minutes5DK\":\"2025-02-21T07:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":5.230000,\"Forecast5Hour\":4.450000,\"Forecast1Hour\":5.260000,\"ForecastCurrent\":5.230000,\"TimestampUTC\":\"2025-02-21T06:49:17\",\"TimestampDK\":\"2025-02-21T07:49:17\"},{\"Minutes5UTC\":\"2025-02-21T06:45:00\",\"Minutes5DK\":\"2025-02-21T07:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":661.000000,\"Forecast5Hour\":677.000000,\"Forecast1Hour\":710.000000,\"ForecastCurrent\":660.000000,\"TimestampUTC\":\"2025-02-21T06:51:30\",\"TimestampDK\":\"2025-02-21T07:51:30\"},{\"Minutes5UTC\":\"2025-02-21T06:45:00\",\"Minutes5DK\":\"2025-02-21T07:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":539.000000,\"Forecast5Hour\":625.000000,\"Forecast1Hour\":756.000000,\"ForecastCurrent\":859.000000,\"TimestampUTC\":\"2025-02-21T06:52:28\",\"TimestampDK\":\"2025-02-21T07:52:28\"},{\"Minutes5UTC\":\"2025-02-21T06:45:00\",\"Minutes5DK\":\"2025-02-21T07:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":3.680000,\"Forecast5Hour\":3.120000,\"Forecast1Hour\":3.930000,\"ForecastCurrent\":4.230000,\"TimestampUTC\":\"2025-02-21T06:44:13\",\"TimestampDK\":\"2025-02-21T07:44:13\"},{\"Minutes5UTC\":\"2025-02-21T06:40:00\",\"Minutes5DK\":\"2025-02-21T07:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":661.000000,\"Forecast5Hour\":677.000000,\"Forecast1Hour\":715.000000,\"ForecastCurrent\":646.000000,\"TimestampUTC\":\"2025-02-21T06:41:30\",\"TimestampDK\":\"2025-02-21T07:41:30\"},{\"Minutes5UTC\":\"2025-02-21T06:40:00\",\"Minutes5DK\":\"2025-02-21T07:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":535.000000,\"Forecast5Hour\":624.000000,\"Forecast1Hour\":743.000000,\"ForecastCurrent\":856.000000,\"TimestampUTC\":\"2025-02-21T06:42:28\",\"TimestampDK\":\"2025-02-21T07:42:28\"},{\"Minutes5UTC\":\"2025-02-21T06:40:00\",\"Minutes5DK\":\"2025-02-21T07:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":2.500000,\"Forecast5Hour\":2.100000,\"Forecast1Hour\":2.990000,\"ForecastCurrent\":3.560000,\"TimestampUTC\":\"2025-02-21T06:39:13\",\"TimestampDK\":\"2025-02-21T07:39:13\"},{\"Minutes5UTC\":\"2025-02-21T06:35:00\",\"Minutes5DK\":\"2025-02-21T07:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":661.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":718.000000,\"ForecastCurrent\":651.000000,\"TimestampUTC\":\"2025-02-21T06:36:30\",\"TimestampDK\":\"2025-02-21T07:36:30\"},{\"Minutes5UTC\":\"2025-02-21T06:35:00\",\"Minutes5DK\":\"2025-02-21T07:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":534.000000,\"Forecast5Hour\":634.000000,\"Forecast1Hour\":743.000000,\"ForecastCurrent\":836.000000,\"TimestampUTC\":\"2025-02-21T06:37:28\",\"TimestampDK\":\"2025-02-21T07:37:28\"},{\"Minutes5UTC\":\"2025-02-21T06:35:00\",\"Minutes5DK\":\"2025-02-21T07:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.760000,\"Forecast5Hour\":1.470000,\"Forecast1Hour\":2.550000,\"ForecastCurrent\":3.090000,\"TimestampUTC\":\"2025-02-21T06:34:13\",\"TimestampDK\":\"2025-02-21T07:34:13\"},{\"Minutes5UTC\":\"2025-02-21T06:30:00\",\"Minutes5DK\":\"2025-02-21T07:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":662.000000,\"Forecast5Hour\":680.000000,\"Forecast1Hour\":722.000000,\"ForecastCurrent\":652.000000,\"TimestampUTC\":\"2025-02-21T06:36:30\",\"TimestampDK\":\"2025-02-21T07:36:30\"},{\"Minutes5UTC\":\"2025-02-21T06:30:00\",\"Minutes5DK\":\"2025-02-21T07:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":533.000000,\"Forecast5Hour\":638.000000,\"Forecast1Hour\":741.000000,\"ForecastCurrent\":812.000000,\"TimestampUTC\":\"2025-02-21T06:32:28\",\"TimestampDK\":\"2025-02-21T07:32:28\"},{\"Minutes5UTC\":\"2025-02-21T06:30:00\",\"Minutes5DK\":\"2025-02-21T07:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.460000,\"Forecast5Hour\":1.210000,\"Forecast1Hour\":2.400000,\"ForecastCurrent\":2.920000,\"TimestampUTC\":\"2025-02-21T06:29:13\",\"TimestampDK\":\"2025-02-21T07:29:13\"},{\"Minutes5UTC\":\"2025-02-21T06:25:00\",\"Minutes5DK\":\"2025-02-21T07:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":662.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":721.000000,\"ForecastCurrent\":654.000000,\"TimestampUTC\":\"2025-02-21T06:31:30\",\"TimestampDK\":\"2025-02-21T07:31:30\"},{\"Minutes5UTC\":\"2025-02-21T06:25:00\",\"Minutes5DK\":\"2025-02-21T07:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":535.000000,\"Forecast5Hour\":645.000000,\"Forecast1Hour\":742.000000,\"ForecastCurrent\":806.000000,\"TimestampUTC\":\"2025-02-21T06:32:28\",\"TimestampDK\":\"2025-02-21T07:32:28\"},{\"Minutes5UTC\":\"2025-02-21T06:25:00\",\"Minutes5DK\":\"2025-02-21T07:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.230000,\"Forecast5Hour\":1.020000,\"Forecast1Hour\":2.200000,\"ForecastCurrent\":2.760000,\"TimestampUTC\":\"2025-02-21T06:24:13\",\"TimestampDK\":\"2025-02-21T07:24:13\"},{\"Minutes5UTC\":\"2025-02-21T06:20:00\",\"Minutes5DK\":\"2025-02-21T07:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":663.000000,\"Forecast5Hour\":682.000000,\"Forecast1Hour\":712.000000,\"ForecastCurrent\":657.000000,\"TimestampUTC\":\"2025-02-21T06:26:30\",\"TimestampDK\":\"2025-02-21T07:26:30\"},{\"Minutes5UTC\":\"2025-02-21T06:20:00\",\"Minutes5DK\":\"2025-02-21T07:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":538.000000,\"Forecast5Hour\":645.000000,\"Forecast1Hour\":739.000000,\"ForecastCurrent\":788.000000,\"TimestampUTC\":\"2025-02-21T06:27:28\",\"TimestampDK\":\"2025-02-21T07:27:28\"},{\"Minutes5UTC\":\"2025-02-21T06:20:00\",\"Minutes5DK\":\"2025-02-21T07:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":1.010000,\"Forecast5Hour\":0.840000,\"Forecast1Hour\":1.970000,\"ForecastCurrent\":2.600000,\"TimestampUTC\":\"2025-02-21T06:19:14\",\"TimestampDK\":\"2025-02-21T07:19:14\"},{\"Minutes5UTC\":\"2025-02-21T06:15:00\",\"Minutes5DK\":\"2025-02-21T07:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":665.000000,\"Forecast5Hour\":663.000000,\"Forecast1Hour\":679.000000,\"ForecastCurrent\":653.000000,\"TimestampUTC\":\"2025-02-21T06:16:30\",\"TimestampDK\":\"2025-02-21T07:16:30\"},{\"Minutes5UTC\":\"2025-02-21T06:15:00\",\"Minutes5DK\":\"2025-02-21T07:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":541.000000,\"Forecast5Hour\":646.000000,\"Forecast1Hour\":736.000000,\"ForecastCurrent\":789.000000,\"TimestampUTC\":\"2025-02-21T06:17:28\",\"TimestampDK\":\"2025-02-21T07:17:28\"},{\"Minutes5UTC\":\"2025-02-21T06:15:00\",\"Minutes5DK\":\"2025-02-21T07:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.820000,\"Forecast5Hour\":0.680000,\"Forecast1Hour\":1.750000,\"ForecastCurrent\":2.450000,\"TimestampUTC\":\"2025-02-21T06:14:13\",\"TimestampDK\":\"2025-02-21T07:14:13\"},{\"Minutes5UTC\":\"2025-02-21T06:10:00\",\"Minutes5DK\":\"2025-02-21T07:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":666.000000,\"Forecast5Hour\":664.000000,\"Forecast1Hour\":669.000000,\"ForecastCurrent\":654.000000,\"TimestampUTC\":\"2025-02-21T06:16:30\",\"TimestampDK\":\"2025-02-21T07:16:30\"},{\"Minutes5UTC\":\"2025-02-21T06:10:00\",\"Minutes5DK\":\"2025-02-21T07:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":544.000000,\"Forecast5Hour\":639.000000,\"Forecast1Hour\":729.000000,\"ForecastCurrent\":796.000000,\"TimestampUTC\":\"2025-02-21T06:12:28\",\"TimestampDK\":\"2025-02-21T07:12:28\"},{\"Minutes5UTC\":\"2025-02-21T06:10:00\",\"Minutes5DK\":\"2025-02-21T07:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.650000,\"Forecast5Hour\":0.540000,\"Forecast1Hour\":1.540000,\"ForecastCurrent\":2.320000,\"TimestampUTC\":\"2025-02-21T06:09:13\",\"TimestampDK\":\"2025-02-21T07:09:13\"},{\"Minutes5UTC\":\"2025-02-21T06:05:00\",\"Minutes5DK\":\"2025-02-21T07:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":667.000000,\"Forecast5Hour\":663.000000,\"Forecast1Hour\":662.000000,\"ForecastCurrent\":651.000000,\"TimestampUTC\":\"2025-02-21T06:11:31\",\"TimestampDK\":\"2025-02-21T07:11:31\"},{\"Minutes5UTC\":\"2025-02-21T06:05:00\",\"Minutes5DK\":\"2025-02-21T07:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":549.000000,\"Forecast5Hour\":636.000000,\"Forecast1Hour\":720.000000,\"ForecastCurrent\":796.000000,\"TimestampUTC\":\"2025-02-21T06:12:28\",\"TimestampDK\":\"2025-02-21T07:12:28\"},{\"Minutes5UTC\":\"2025-02-21T06:05:00\",\"Minutes5DK\":\"2025-02-21T07:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.490000,\"Forecast5Hour\":0.410000,\"Forecast1Hour\":1.350000,\"ForecastCurrent\":2.110000,\"TimestampUTC\":\"2025-02-21T06:04:13\",\"TimestampDK\":\"2025-02-21T07:04:13\"},{\"Minutes5UTC\":\"2025-02-21T06:00:00\",\"Minutes5DK\":\"2025-02-21T07:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":669.000000,\"Forecast5Hour\":665.000000,\"Forecast1Hour\":655.000000,\"ForecastCurrent\":650.000000,\"TimestampUTC\":\"2025-02-21T06:06:30\",\"TimestampDK\":\"2025-02-21T07:06:30\"},{\"Minutes5UTC\":\"2025-02-21T06:00:00\",\"Minutes5DK\":\"2025-02-21T07:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":553.000000,\"Forecast5Hour\":637.000000,\"Forecast1Hour\":713.000000,\"ForecastCurrent\":802.000000,\"TimestampUTC\":\"2025-02-21T06:03:28\",\"TimestampDK\":\"2025-02-21T07:03:28\"},{\"Minutes5UTC\":\"2025-02-21T06:00:00\",\"Minutes5DK\":\"2025-02-21T07:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.350000,\"Forecast5Hour\":0.290000,\"Forecast1Hour\":1.160000,\"ForecastCurrent\":2.040000,\"TimestampUTC\":\"2025-02-21T05:59:13\",\"TimestampDK\":\"2025-02-21T06:59:13\"},{\"Minutes5UTC\":\"2025-02-21T05:55:00\",\"Minutes5DK\":\"2025-02-21T06:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":671.000000,\"Forecast5Hour\":668.000000,\"Forecast1Hour\":651.000000,\"ForecastCurrent\":672.000000,\"TimestampUTC\":\"2025-02-21T05:56:30\",\"TimestampDK\":\"2025-02-21T06:56:30\"},{\"Minutes5UTC\":\"2025-02-21T05:55:00\",\"Minutes5DK\":\"2025-02-21T06:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":558.000000,\"Forecast5Hour\":645.000000,\"Forecast1Hour\":702.000000,\"ForecastCurrent\":783.000000,\"TimestampUTC\":\"2025-02-21T05:56:28\",\"TimestampDK\":\"2025-02-21T06:56:28\"},{\"Minutes5UTC\":\"2025-02-21T05:55:00\",\"Minutes5DK\":\"2025-02-21T06:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.240000,\"Forecast5Hour\":0.200000,\"Forecast1Hour\":1.010000,\"ForecastCurrent\":2.040000,\"TimestampUTC\":\"2025-02-21T05:54:13\",\"TimestampDK\":\"2025-02-21T06:54:13\"},{\"Minutes5UTC\":\"2025-02-21T05:50:00\",\"Minutes5DK\":\"2025-02-21T06:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":672.000000,\"Forecast5Hour\":675.000000,\"Forecast1Hour\":652.000000,\"ForecastCurrent\":700.000000,\"TimestampUTC\":\"2025-02-21T05:51:30\",\"TimestampDK\":\"2025-02-21T06:51:30\"},{\"Minutes5UTC\":\"2025-02-21T05:50:00\",\"Minutes5DK\":\"2025-02-21T06:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":563.000000,\"Forecast5Hour\":637.000000,\"Forecast1Hour\":691.000000,\"ForecastCurrent\":776.000000,\"TimestampUTC\":\"2025-02-21T05:49:28\",\"TimestampDK\":\"2025-02-21T06:49:28\"},{\"Minutes5UTC\":\"2025-02-21T05:50:00\",\"Minutes5DK\":\"2025-02-21T06:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.150000,\"Forecast5Hour\":0.120000,\"Forecast1Hour\":0.840000,\"ForecastCurrent\":2.070000,\"TimestampUTC\":\"2025-02-21T05:49:13\",\"TimestampDK\":\"2025-02-21T06:49:13\"},{\"Minutes5UTC\":\"2025-02-21T05:45:00\",\"Minutes5DK\":\"2025-02-21T06:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":674.000000,\"Forecast5Hour\":681.000000,\"Forecast1Hour\":664.000000,\"ForecastCurrent\":703.000000,\"TimestampUTC\":\"2025-02-21T05:51:30\",\"TimestampDK\":\"2025-02-21T06:51:30\"},{\"Minutes5UTC\":\"2025-02-21T05:45:00\",\"Minutes5DK\":\"2025-02-21T06:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":567.000000,\"Forecast5Hour\":642.000000,\"Forecast1Hour\":674.000000,\"ForecastCurrent\":773.000000,\"TimestampUTC\":\"2025-02-21T05:47:28\",\"TimestampDK\":\"2025-02-21T06:47:28\"},{\"Minutes5UTC\":\"2025-02-21T05:45:00\",\"Minutes5DK\":\"2025-02-21T06:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.080000,\"Forecast5Hour\":0.070000,\"Forecast1Hour\":0.740000,\"ForecastCurrent\":2.030000,\"TimestampUTC\":\"2025-02-21T05:44:13\",\"TimestampDK\":\"2025-02-21T06:44:13\"},{\"Minutes5UTC\":\"2025-02-21T05:40:00\",\"Minutes5DK\":\"2025-02-21T06:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":676.000000,\"Forecast5Hour\":689.000000,\"Forecast1Hour\":677.000000,\"ForecastCurrent\":733.000000,\"TimestampUTC\":\"2025-02-21T05:46:30\",\"TimestampDK\":\"2025-02-21T06:46:30\"},{\"Minutes5UTC\":\"2025-02-21T05:40:00\",\"Minutes5DK\":\"2025-02-21T06:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":573.000000,\"Forecast5Hour\":646.000000,\"Forecast1Hour\":665.000000,\"ForecastCurrent\":775.000000,\"TimestampUTC\":\"2025-02-21T05:47:28\",\"TimestampDK\":\"2025-02-21T06:47:28\"},{\"Minutes5UTC\":\"2025-02-21T05:40:00\",\"Minutes5DK\":\"2025-02-21T06:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.030000,\"Forecast5Hour\":0.020000,\"Forecast1Hour\":0.680000,\"ForecastCurrent\":2.160000,\"TimestampUTC\":\"2025-02-21T05:39:13\",\"TimestampDK\":\"2025-02-21T06:39:13\"},{\"Minutes5UTC\":\"2025-02-21T05:35:00\",\"Minutes5DK\":\"2025-02-21T06:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":678.000000,\"Forecast5Hour\":698.000000,\"Forecast1Hour\":694.000000,\"ForecastCurrent\":749.000000,\"TimestampUTC\":\"2025-02-21T05:41:31\",\"TimestampDK\":\"2025-02-21T06:41:31\"},{\"Minutes5UTC\":\"2025-02-21T05:35:00\",\"Minutes5DK\":\"2025-02-21T06:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":579.000000,\"Forecast5Hour\":687.000000,\"Forecast1Hour\":653.000000,\"ForecastCurrent\":770.000000,\"TimestampUTC\":\"2025-02-21T05:42:28\",\"TimestampDK\":\"2025-02-21T06:42:28\"},{\"Minutes5UTC\":\"2025-02-21T05:35:00\",\"Minutes5DK\":\"2025-02-21T06:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.690000,\"ForecastCurrent\":2.510000,\"TimestampUTC\":\"2025-02-21T05:34:13\",\"TimestampDK\":\"2025-02-21T06:34:13\"},{\"Minutes5UTC\":\"2025-02-21T05:30:00\",\"Minutes5DK\":\"2025-02-21T06:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":680.000000,\"Forecast5Hour\":706.000000,\"Forecast1Hour\":706.000000,\"ForecastCurrent\":759.000000,\"TimestampUTC\":\"2025-02-21T05:31:31\",\"TimestampDK\":\"2025-02-21T06:31:31\"},{\"Minutes5UTC\":\"2025-02-21T05:30:00\",\"Minutes5DK\":\"2025-02-21T06:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":585.000000,\"Forecast5Hour\":678.000000,\"Forecast1Hour\":649.000000,\"ForecastCurrent\":778.000000,\"TimestampUTC\":\"2025-02-21T05:32:28\",\"TimestampDK\":\"2025-02-21T06:32:28\"},{\"Minutes5UTC\":\"2025-02-21T05:30:00\",\"Minutes5DK\":\"2025-02-21T06:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.710000,\"ForecastCurrent\":2.720000,\"TimestampUTC\":\"2025-02-21T05:29:13\",\"TimestampDK\":\"2025-02-21T06:29:13\"},{\"Minutes5UTC\":\"2025-02-21T05:25:00\",\"Minutes5DK\":\"2025-02-21T06:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":682.000000,\"Forecast5Hour\":715.000000,\"Forecast1Hour\":722.000000,\"ForecastCurrent\":764.000000,\"TimestampUTC\":\"2025-02-21T05:31:31\",\"TimestampDK\":\"2025-02-21T06:31:31\"},{\"Minutes5UTC\":\"2025-02-21T05:25:00\",\"Minutes5DK\":\"2025-02-21T06:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":592.000000,\"Forecast5Hour\":683.000000,\"Forecast1Hour\":640.000000,\"ForecastCurrent\":788.000000,\"TimestampUTC\":\"2025-02-21T05:27:28\",\"TimestampDK\":\"2025-02-21T06:27:28\"},{\"Minutes5UTC\":\"2025-02-21T05:25:00\",\"Minutes5DK\":\"2025-02-21T06:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.700000,\"ForecastCurrent\":2.690000,\"TimestampUTC\":\"2025-02-21T05:24:14\",\"TimestampDK\":\"2025-02-21T06:24:14\"},{\"Minutes5UTC\":\"2025-02-21T05:20:00\",\"Minutes5DK\":\"2025-02-21T06:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":684.000000,\"Forecast5Hour\":724.000000,\"Forecast1Hour\":757.000000,\"ForecastCurrent\":771.000000,\"TimestampUTC\":\"2025-02-21T05:26:31\",\"TimestampDK\":\"2025-02-21T06:26:31\"},{\"Minutes5UTC\":\"2025-02-21T05:20:00\",\"Minutes5DK\":\"2025-02-21T06:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":602.000000,\"Forecast5Hour\":691.000000,\"Forecast1Hour\":629.000000,\"ForecastCurrent\":797.000000,\"TimestampUTC\":\"2025-02-21T05:27:28\",\"TimestampDK\":\"2025-02-21T06:27:28\"},{\"Minutes5UTC\":\"2025-02-21T05:20:00\",\"Minutes5DK\":\"2025-02-21T06:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.740000,\"ForecastCurrent\":2.560000,\"TimestampUTC\":\"2025-02-21T05:19:14\",\"TimestampDK\":\"2025-02-21T06:19:14\"},{\"Minutes5UTC\":\"2025-02-21T05:15:00\",\"Minutes5DK\":\"2025-02-21T06:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":685.000000,\"Forecast5Hour\":732.000000,\"Forecast1Hour\":764.000000,\"ForecastCurrent\":771.000000,\"TimestampUTC\":\"2025-02-21T05:21:32\",\"TimestampDK\":\"2025-02-21T06:21:32\"},{\"Minutes5UTC\":\"2025-02-21T05:15:00\",\"Minutes5DK\":\"2025-02-21T06:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":613.000000,\"Forecast5Hour\":704.000000,\"Forecast1Hour\":621.000000,\"ForecastCurrent\":802.000000,\"TimestampUTC\":\"2025-02-21T05:22:28\",\"TimestampDK\":\"2025-02-21T06:22:28\"},{\"Minutes5UTC\":\"2025-02-21T05:15:00\",\"Minutes5DK\":\"2025-02-21T06:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.750000,\"ForecastCurrent\":2.410000,\"TimestampUTC\":\"2025-02-21T05:14:13\",\"TimestampDK\":\"2025-02-21T06:14:13\"},{\"Minutes5UTC\":\"2025-02-21T05:10:00\",\"Minutes5DK\":\"2025-02-21T06:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":687.000000,\"Forecast5Hour\":738.000000,\"Forecast1Hour\":775.000000,\"ForecastCurrent\":736.000000,\"TimestampUTC\":\"2025-02-21T05:11:31\",\"TimestampDK\":\"2025-02-21T06:11:31\"},{\"Minutes5UTC\":\"2025-02-21T05:10:00\",\"Minutes5DK\":\"2025-02-21T06:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":625.000000,\"Forecast5Hour\":722.000000,\"Forecast1Hour\":619.000000,\"ForecastCurrent\":797.000000,\"TimestampUTC\":\"2025-02-21T05:12:28\",\"TimestampDK\":\"2025-02-21T06:12:28\"},{\"Minutes5UTC\":\"2025-02-21T05:10:00\",\"Minutes5DK\":\"2025-02-21T06:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.860000,\"ForecastCurrent\":2.250000,\"TimestampUTC\":\"2025-02-21T05:09:13\",\"TimestampDK\":\"2025-02-21T06:09:13\"},{\"Minutes5UTC\":\"2025-02-21T05:05:00\",\"Minutes5DK\":\"2025-02-21T06:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":688.000000,\"Forecast5Hour\":744.000000,\"Forecast1Hour\":777.000000,\"ForecastCurrent\":723.000000,\"TimestampUTC\":\"2025-02-21T05:06:31\",\"TimestampDK\":\"2025-02-21T06:06:31\"},{\"Minutes5UTC\":\"2025-02-21T05:05:00\",\"Minutes5DK\":\"2025-02-21T06:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":638.000000,\"Forecast5Hour\":745.000000,\"Forecast1Hour\":626.000000,\"ForecastCurrent\":794.000000,\"TimestampUTC\":\"2025-02-21T05:07:28\",\"TimestampDK\":\"2025-02-21T06:07:28\"},{\"Minutes5UTC\":\"2025-02-21T05:05:00\",\"Minutes5DK\":\"2025-02-21T06:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.860000,\"ForecastCurrent\":2.110000,\"TimestampUTC\":\"2025-02-21T05:04:14\",\"TimestampDK\":\"2025-02-21T06:04:14\"},{\"Minutes5UTC\":\"2025-02-21T05:00:00\",\"Minutes5DK\":\"2025-02-21T06:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":689.000000,\"Forecast5Hour\":747.000000,\"Forecast1Hour\":774.000000,\"ForecastCurrent\":725.000000,\"TimestampUTC\":\"2025-02-21T05:06:31\",\"TimestampDK\":\"2025-02-21T06:06:31\"},{\"Minutes5UTC\":\"2025-02-21T05:00:00\",\"Minutes5DK\":\"2025-02-21T06:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":652.000000,\"Forecast5Hour\":762.000000,\"Forecast1Hour\":633.000000,\"ForecastCurrent\":796.000000,\"TimestampUTC\":\"2025-02-21T05:02:28\",\"TimestampDK\":\"2025-02-21T06:02:28\"},{\"Minutes5UTC\":\"2025-02-21T05:00:00\",\"Minutes5DK\":\"2025-02-21T06:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.910000,\"ForecastCurrent\":1.920000,\"TimestampUTC\":\"2025-02-21T04:59:13\",\"TimestampDK\":\"2025-02-21T05:59:13\"},{\"Minutes5UTC\":\"2025-02-21T04:55:00\",\"Minutes5DK\":\"2025-02-21T05:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":690.000000,\"Forecast5Hour\":749.000000,\"Forecast1Hour\":759.000000,\"ForecastCurrent\":715.000000,\"TimestampUTC\":\"2025-02-21T05:01:31\",\"TimestampDK\":\"2025-02-21T06:01:31\"},{\"Minutes5UTC\":\"2025-02-21T04:55:00\",\"Minutes5DK\":\"2025-02-21T05:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":667.000000,\"Forecast5Hour\":777.000000,\"Forecast1Hour\":653.000000,\"ForecastCurrent\":808.000000,\"TimestampUTC\":\"2025-02-21T05:02:28\",\"TimestampDK\":\"2025-02-21T06:02:28\"},{\"Minutes5UTC\":\"2025-02-21T04:55:00\",\"Minutes5DK\":\"2025-02-21T05:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.970000,\"ForecastCurrent\":1.800000,\"TimestampUTC\":\"2025-02-21T04:54:13\",\"TimestampDK\":\"2025-02-21T05:54:13\"},{\"Minutes5UTC\":\"2025-02-21T04:50:00\",\"Minutes5DK\":\"2025-02-21T05:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":690.000000,\"Forecast5Hour\":750.000000,\"Forecast1Hour\":747.000000,\"ForecastCurrent\":706.000000,\"TimestampUTC\":\"2025-02-21T04:56:30\",\"TimestampDK\":\"2025-02-21T05:56:30\"},{\"Minutes5UTC\":\"2025-02-21T04:50:00\",\"Minutes5DK\":\"2025-02-21T05:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":683.000000,\"Forecast5Hour\":798.000000,\"Forecast1Hour\":664.000000,\"ForecastCurrent\":805.000000,\"TimestampUTC\":\"2025-02-21T04:56:28\",\"TimestampDK\":\"2025-02-21T05:56:28\"},{\"Minutes5UTC\":\"2025-02-21T04:50:00\",\"Minutes5DK\":\"2025-02-21T05:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.040000,\"ForecastCurrent\":1.580000,\"TimestampUTC\":\"2025-02-21T04:49:13\",\"TimestampDK\":\"2025-02-21T05:49:13\"},{\"Minutes5UTC\":\"2025-02-21T04:45:00\",\"Minutes5DK\":\"2025-02-21T05:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":691.000000,\"Forecast5Hour\":752.000000,\"Forecast1Hour\":734.000000,\"ForecastCurrent\":697.000000,\"TimestampUTC\":\"2025-02-21T04:46:30\",\"TimestampDK\":\"2025-02-21T05:46:30\"},{\"Minutes5UTC\":\"2025-02-21T04:45:00\",\"Minutes5DK\":\"2025-02-21T05:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":700.000000,\"Forecast5Hour\":808.000000,\"Forecast1Hour\":670.000000,\"ForecastCurrent\":774.000000,\"TimestampUTC\":\"2025-02-21T04:46:28\",\"TimestampDK\":\"2025-02-21T05:46:28\"},{\"Minutes5UTC\":\"2025-02-21T04:45:00\",\"Minutes5DK\":\"2025-02-21T05:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.090000,\"ForecastCurrent\":1.490000,\"TimestampUTC\":\"2025-02-21T04:44:13\",\"TimestampDK\":\"2025-02-21T05:44:13\"},{\"Minutes5UTC\":\"2025-02-21T04:40:00\",\"Minutes5DK\":\"2025-02-21T05:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":691.000000,\"Forecast5Hour\":753.000000,\"Forecast1Hour\":729.000000,\"ForecastCurrent\":699.000000,\"TimestampUTC\":\"2025-02-21T04:46:30\",\"TimestampDK\":\"2025-02-21T05:46:30\"},{\"Minutes5UTC\":\"2025-02-21T04:40:00\",\"Minutes5DK\":\"2025-02-21T05:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":717.000000,\"Forecast5Hour\":829.000000,\"Forecast1Hour\":668.000000,\"ForecastCurrent\":769.000000,\"TimestampUTC\":\"2025-02-21T04:42:28\",\"TimestampDK\":\"2025-02-21T05:42:28\"},{\"Minutes5UTC\":\"2025-02-21T04:40:00\",\"Minutes5DK\":\"2025-02-21T05:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.990000,\"ForecastCurrent\":1.450000,\"TimestampUTC\":\"2025-02-21T04:39:13\",\"TimestampDK\":\"2025-02-21T05:39:13\"},{\"Minutes5UTC\":\"2025-02-21T04:35:00\",\"Minutes5DK\":\"2025-02-21T05:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":692.000000,\"Forecast5Hour\":754.000000,\"Forecast1Hour\":719.000000,\"ForecastCurrent\":711.000000,\"TimestampUTC\":\"2025-02-21T04:41:30\",\"TimestampDK\":\"2025-02-21T05:41:30\"},{\"Minutes5UTC\":\"2025-02-21T04:35:00\",\"Minutes5DK\":\"2025-02-21T05:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":735.000000,\"Forecast5Hour\":844.000000,\"Forecast1Hour\":666.000000,\"ForecastCurrent\":779.000000,\"TimestampUTC\":\"2025-02-21T04:42:28\",\"TimestampDK\":\"2025-02-21T05:42:28\"},{\"Minutes5UTC\":\"2025-02-21T04:35:00\",\"Minutes5DK\":\"2025-02-21T05:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.980000,\"ForecastCurrent\":1.510000,\"TimestampUTC\":\"2025-02-21T04:34:13\",\"TimestampDK\":\"2025-02-21T05:34:13\"},{\"Minutes5UTC\":\"2025-02-21T04:30:00\",\"Minutes5DK\":\"2025-02-21T05:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":692.000000,\"Forecast5Hour\":755.000000,\"Forecast1Hour\":718.000000,\"ForecastCurrent\":723.000000,\"TimestampUTC\":\"2025-02-21T04:36:31\",\"TimestampDK\":\"2025-02-21T05:36:31\"},{\"Minutes5UTC\":\"2025-02-21T04:30:00\",\"Minutes5DK\":\"2025-02-21T05:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":754.000000,\"Forecast5Hour\":863.000000,\"Forecast1Hour\":670.000000,\"ForecastCurrent\":776.000000,\"TimestampUTC\":\"2025-02-21T04:37:28\",\"TimestampDK\":\"2025-02-21T05:37:28\"},{\"Minutes5UTC\":\"2025-02-21T04:30:00\",\"Minutes5DK\":\"2025-02-21T05:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":0.990000,\"ForecastCurrent\":1.560000,\"TimestampUTC\":\"2025-02-21T04:29:13\",\"TimestampDK\":\"2025-02-21T05:29:13\"},{\"Minutes5UTC\":\"2025-02-21T04:25:00\",\"Minutes5DK\":\"2025-02-21T05:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":692.000000,\"Forecast5Hour\":756.000000,\"Forecast1Hour\":721.000000,\"ForecastCurrent\":748.000000,\"TimestampUTC\":\"2025-02-21T04:26:31\",\"TimestampDK\":\"2025-02-21T05:26:31\"},{\"Minutes5UTC\":\"2025-02-21T04:25:00\",\"Minutes5DK\":\"2025-02-21T05:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":774.000000,\"Forecast5Hour\":879.000000,\"Forecast1Hour\":682.000000,\"ForecastCurrent\":755.000000,\"TimestampUTC\":\"2025-02-21T04:27:28\",\"TimestampDK\":\"2025-02-21T05:27:28\"},{\"Minutes5UTC\":\"2025-02-21T04:25:00\",\"Minutes5DK\":\"2025-02-21T05:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.020000,\"ForecastCurrent\":1.550000,\"TimestampUTC\":\"2025-02-21T04:24:14\",\"TimestampDK\":\"2025-02-21T05:24:14\"},{\"Minutes5UTC\":\"2025-02-21T04:20:00\",\"Minutes5DK\":\"2025-02-21T05:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":693.000000,\"Forecast5Hour\":756.000000,\"Forecast1Hour\":731.000000,\"ForecastCurrent\":763.000000,\"TimestampUTC\":\"2025-02-21T04:21:30\",\"TimestampDK\":\"2025-02-21T05:21:30\"},{\"Minutes5UTC\":\"2025-02-21T04:20:00\",\"Minutes5DK\":\"2025-02-21T05:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":790.000000,\"Forecast5Hour\":814.000000,\"Forecast1Hour\":697.000000,\"ForecastCurrent\":745.000000,\"TimestampUTC\":\"2025-02-21T04:22:28\",\"TimestampDK\":\"2025-02-21T05:22:28\"},{\"Minutes5UTC\":\"2025-02-21T04:20:00\",\"Minutes5DK\":\"2025-02-21T05:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.040000,\"ForecastCurrent\":1.620000,\"TimestampUTC\":\"2025-02-21T04:19:13\",\"TimestampDK\":\"2025-02-21T05:19:13\"},{\"Minutes5UTC\":\"2025-02-21T04:15:00\",\"Minutes5DK\":\"2025-02-21T05:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":694.000000,\"Forecast5Hour\":746.000000,\"Forecast1Hour\":738.000000,\"ForecastCurrent\":765.000000,\"TimestampUTC\":\"2025-02-21T04:21:30\",\"TimestampDK\":\"2025-02-21T05:21:30\"},{\"Minutes5UTC\":\"2025-02-21T04:15:00\",\"Minutes5DK\":\"2025-02-21T05:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":807.000000,\"Forecast5Hour\":826.000000,\"Forecast1Hour\":712.000000,\"ForecastCurrent\":738.000000,\"TimestampUTC\":\"2025-02-21T04:17:27\",\"TimestampDK\":\"2025-02-21T05:17:27\"},{\"Minutes5UTC\":\"2025-02-21T04:15:00\",\"Minutes5DK\":\"2025-02-21T05:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.050000,\"ForecastCurrent\":1.660000,\"TimestampUTC\":\"2025-02-21T04:14:13\",\"TimestampDK\":\"2025-02-21T05:14:13\"},{\"Minutes5UTC\":\"2025-02-21T04:10:00\",\"Minutes5DK\":\"2025-02-21T05:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":695.000000,\"Forecast5Hour\":747.000000,\"Forecast1Hour\":744.000000,\"ForecastCurrent\":793.000000,\"TimestampUTC\":\"2025-02-21T04:11:31\",\"TimestampDK\":\"2025-02-21T05:11:31\"},{\"Minutes5UTC\":\"2025-02-21T04:10:00\",\"Minutes5DK\":\"2025-02-21T05:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":824.000000,\"Forecast5Hour\":839.000000,\"Forecast1Hour\":731.000000,\"ForecastCurrent\":748.000000,\"TimestampUTC\":\"2025-02-21T04:17:27\",\"TimestampDK\":\"2025-02-21T05:17:27\"},{\"Minutes5UTC\":\"2025-02-21T04:10:00\",\"Minutes5DK\":\"2025-02-21T05:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.110000,\"ForecastCurrent\":1.890000,\"TimestampUTC\":\"2025-02-21T04:09:13\",\"TimestampDK\":\"2025-02-21T05:09:13\"},{\"Minutes5UTC\":\"2025-02-21T04:05:00\",\"Minutes5DK\":\"2025-02-21T05:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":696.000000,\"Forecast5Hour\":749.000000,\"Forecast1Hour\":751.000000,\"ForecastCurrent\":795.000000,\"TimestampUTC\":\"2025-02-21T04:11:31\",\"TimestampDK\":\"2025-02-21T05:11:31\"},{\"Minutes5UTC\":\"2025-02-21T04:05:00\",\"Minutes5DK\":\"2025-02-21T05:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":842.000000,\"Forecast5Hour\":854.000000,\"Forecast1Hour\":754.000000,\"ForecastCurrent\":747.000000,\"TimestampUTC\":\"2025-02-21T04:12:28\",\"TimestampDK\":\"2025-02-21T05:12:28\"},{\"Minutes5UTC\":\"2025-02-21T04:05:00\",\"Minutes5DK\":\"2025-02-21T05:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.180000,\"ForecastCurrent\":1.890000,\"TimestampUTC\":\"2025-02-21T04:04:13\",\"TimestampDK\":\"2025-02-21T05:04:13\"},{\"Minutes5UTC\":\"2025-02-21T04:00:00\",\"Minutes5DK\":\"2025-02-21T05:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":698.000000,\"Forecast5Hour\":752.000000,\"Forecast1Hour\":766.000000,\"ForecastCurrent\":802.000000,\"TimestampUTC\":\"2025-02-21T04:01:30\",\"TimestampDK\":\"2025-02-21T05:01:30\"},{\"Minutes5UTC\":\"2025-02-21T04:00:00\",\"Minutes5DK\":\"2025-02-21T05:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":860.000000,\"Forecast5Hour\":860.000000,\"Forecast1Hour\":776.000000,\"ForecastCurrent\":759.000000,\"TimestampUTC\":\"2025-02-21T03:58:27\",\"TimestampDK\":\"2025-02-21T04:58:27\"},{\"Minutes5UTC\":\"2025-02-21T04:00:00\",\"Minutes5DK\":\"2025-02-21T05:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.250000,\"ForecastCurrent\":2.000000,\"TimestampUTC\":\"2025-02-21T03:59:12\",\"TimestampDK\":\"2025-02-21T04:59:12\"},{\"Minutes5UTC\":\"2025-02-21T03:55:00\",\"Minutes5DK\":\"2025-02-21T04:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":701.000000,\"Forecast5Hour\":755.000000,\"Forecast1Hour\":788.000000,\"ForecastCurrent\":805.000000,\"TimestampUTC\":\"2025-02-21T04:01:30\",\"TimestampDK\":\"2025-02-21T05:01:30\"},{\"Minutes5UTC\":\"2025-02-21T03:55:00\",\"Minutes5DK\":\"2025-02-21T04:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":880.000000,\"Forecast5Hour\":871.000000,\"Forecast1Hour\":793.000000,\"ForecastCurrent\":778.000000,\"TimestampUTC\":\"2025-02-21T03:53:27\",\"TimestampDK\":\"2025-02-21T04:53:27\"},{\"Minutes5UTC\":\"2025-02-21T03:55:00\",\"Minutes5DK\":\"2025-02-21T04:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.350000,\"ForecastCurrent\":2.130000,\"TimestampUTC\":\"2025-02-21T03:54:12\",\"TimestampDK\":\"2025-02-21T04:54:12\"},{\"Minutes5UTC\":\"2025-02-21T03:50:00\",\"Minutes5DK\":\"2025-02-21T04:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":704.000000,\"Forecast5Hour\":758.000000,\"Forecast1Hour\":812.000000,\"ForecastCurrent\":800.000000,\"TimestampUTC\":\"2025-02-21T03:56:30\",\"TimestampDK\":\"2025-02-21T04:56:30\"},{\"Minutes5UTC\":\"2025-02-21T03:50:00\",\"Minutes5DK\":\"2025-02-21T04:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":900.000000,\"Forecast5Hour\":882.000000,\"Forecast1Hour\":814.000000,\"ForecastCurrent\":788.000000,\"TimestampUTC\":\"2025-02-21T03:53:27\",\"TimestampDK\":\"2025-02-21T04:53:27\"},{\"Minutes5UTC\":\"2025-02-21T03:50:00\",\"Minutes5DK\":\"2025-02-21T04:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.520000,\"ForecastCurrent\":2.280000,\"TimestampUTC\":\"2025-02-21T03:49:13\",\"TimestampDK\":\"2025-02-21T04:49:13\"},{\"Minutes5UTC\":\"2025-02-21T03:45:00\",\"Minutes5DK\":\"2025-02-21T04:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":706.000000,\"Forecast5Hour\":760.000000,\"Forecast1Hour\":829.000000,\"ForecastCurrent\":780.000000,\"TimestampUTC\":\"2025-02-21T03:51:30\",\"TimestampDK\":\"2025-02-21T04:51:30\"},{\"Minutes5UTC\":\"2025-02-21T03:45:00\",\"Minutes5DK\":\"2025-02-21T04:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":921.000000,\"Forecast5Hour\":903.000000,\"Forecast1Hour\":840.000000,\"ForecastCurrent\":801.000000,\"TimestampUTC\":\"2025-02-21T03:48:27\",\"TimestampDK\":\"2025-02-21T04:48:27\"},{\"Minutes5UTC\":\"2025-02-21T03:45:00\",\"Minutes5DK\":\"2025-02-21T04:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.640000,\"ForecastCurrent\":2.400000,\"TimestampUTC\":\"2025-02-21T03:44:13\",\"TimestampDK\":\"2025-02-21T04:44:13\"},{\"Minutes5UTC\":\"2025-02-21T03:40:00\",\"Minutes5DK\":\"2025-02-21T04:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":710.000000,\"Forecast5Hour\":763.000000,\"Forecast1Hour\":837.000000,\"ForecastCurrent\":747.000000,\"TimestampUTC\":\"2025-02-21T03:41:30\",\"TimestampDK\":\"2025-02-21T04:41:30\"},{\"Minutes5UTC\":\"2025-02-21T03:40:00\",\"Minutes5DK\":\"2025-02-21T04:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":944.000000,\"Forecast5Hour\":919.000000,\"Forecast1Hour\":870.000000,\"ForecastCurrent\":788.000000,\"TimestampUTC\":\"2025-02-21T03:38:27\",\"TimestampDK\":\"2025-02-21T04:38:27\"},{\"Minutes5UTC\":\"2025-02-21T03:40:00\",\"Minutes5DK\":\"2025-02-21T04:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.710000,\"ForecastCurrent\":2.190000,\"TimestampUTC\":\"2025-02-21T03:39:13\",\"TimestampDK\":\"2025-02-21T04:39:13\"},{\"Minutes5UTC\":\"2025-02-21T03:35:00\",\"Minutes5DK\":\"2025-02-21T04:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":716.000000,\"Forecast5Hour\":767.000000,\"Forecast1Hour\":838.000000,\"ForecastCurrent\":742.000000,\"TimestampUTC\":\"2025-02-21T03:36:30\",\"TimestampDK\":\"2025-02-21T04:36:30\"},{\"Minutes5UTC\":\"2025-02-21T03:35:00\",\"Minutes5DK\":\"2025-02-21T04:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":970.000000,\"Forecast5Hour\":939.000000,\"Forecast1Hour\":893.000000,\"ForecastCurrent\":789.000000,\"TimestampUTC\":\"2025-02-21T03:33:27\",\"TimestampDK\":\"2025-02-21T04:33:27\"},{\"Minutes5UTC\":\"2025-02-21T03:35:00\",\"Minutes5DK\":\"2025-02-21T04:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.650000,\"ForecastCurrent\":2.160000,\"TimestampUTC\":\"2025-02-21T03:34:13\",\"TimestampDK\":\"2025-02-21T04:34:13\"},{\"Minutes5UTC\":\"2025-02-21T03:30:00\",\"Minutes5DK\":\"2025-02-21T04:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":721.000000,\"Forecast5Hour\":770.000000,\"Forecast1Hour\":838.000000,\"ForecastCurrent\":744.000000,\"TimestampUTC\":\"2025-02-21T03:36:30\",\"TimestampDK\":\"2025-02-21T04:36:30\"},{\"Minutes5UTC\":\"2025-02-21T03:30:00\",\"Minutes5DK\":\"2025-02-21T04:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":997.000000,\"Forecast5Hour\":957.000000,\"Forecast1Hour\":922.000000,\"ForecastCurrent\":798.000000,\"TimestampUTC\":\"2025-02-21T03:28:27\",\"TimestampDK\":\"2025-02-21T04:28:27\"},{\"Minutes5UTC\":\"2025-02-21T03:30:00\",\"Minutes5DK\":\"2025-02-21T04:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.670000,\"ForecastCurrent\":2.170000,\"TimestampUTC\":\"2025-02-21T03:29:12\",\"TimestampDK\":\"2025-02-21T04:29:12\"},{\"Minutes5UTC\":\"2025-02-21T03:25:00\",\"Minutes5DK\":\"2025-02-21T04:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":726.000000,\"Forecast5Hour\":773.000000,\"Forecast1Hour\":839.000000,\"ForecastCurrent\":733.000000,\"TimestampUTC\":\"2025-02-21T03:31:30\",\"TimestampDK\":\"2025-02-21T04:31:30\"},{\"Minutes5UTC\":\"2025-02-21T03:25:00\",\"Minutes5DK\":\"2025-02-21T04:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1024.000000,\"Forecast5Hour\":978.000000,\"Forecast1Hour\":957.000000,\"ForecastCurrent\":817.000000,\"TimestampUTC\":\"2025-02-21T03:28:27\",\"TimestampDK\":\"2025-02-21T04:28:27\"},{\"Minutes5UTC\":\"2025-02-21T03:25:00\",\"Minutes5DK\":\"2025-02-21T04:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.590000,\"ForecastCurrent\":2.250000,\"TimestampUTC\":\"2025-02-21T03:24:13\",\"TimestampDK\":\"2025-02-21T04:24:13\"},{\"Minutes5UTC\":\"2025-02-21T03:20:00\",\"Minutes5DK\":\"2025-02-21T04:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":731.000000,\"Forecast5Hour\":776.000000,\"Forecast1Hour\":840.000000,\"ForecastCurrent\":735.000000,\"TimestampUTC\":\"2025-02-21T03:26:30\",\"TimestampDK\":\"2025-02-21T04:26:30\"},{\"Minutes5UTC\":\"2025-02-21T03:20:00\",\"Minutes5DK\":\"2025-02-21T04:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1053.000000,\"Forecast5Hour\":996.000000,\"Forecast1Hour\":996.000000,\"ForecastCurrent\":838.000000,\"TimestampUTC\":\"2025-02-21T03:23:27\",\"TimestampDK\":\"2025-02-21T04:23:27\"},{\"Minutes5UTC\":\"2025-02-21T03:20:00\",\"Minutes5DK\":\"2025-02-21T04:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.470000,\"ForecastCurrent\":2.280000,\"TimestampUTC\":\"2025-02-21T03:19:13\",\"TimestampDK\":\"2025-02-21T04:19:13\"},{\"Minutes5UTC\":\"2025-02-21T03:15:00\",\"Minutes5DK\":\"2025-02-21T04:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":736.000000,\"Forecast5Hour\":757.000000,\"Forecast1Hour\":842.000000,\"ForecastCurrent\":754.000000,\"TimestampUTC\":\"2025-02-21T03:16:30\",\"TimestampDK\":\"2025-02-21T04:16:30\"},{\"Minutes5UTC\":\"2025-02-21T03:15:00\",\"Minutes5DK\":\"2025-02-21T04:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1082.000000,\"Forecast5Hour\":1017.000000,\"Forecast1Hour\":1039.000000,\"ForecastCurrent\":869.000000,\"TimestampUTC\":\"2025-02-21T03:13:27\",\"TimestampDK\":\"2025-02-21T04:13:27\"},{\"Minutes5UTC\":\"2025-02-21T03:15:00\",\"Minutes5DK\":\"2025-02-21T04:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.360000,\"ForecastCurrent\":2.310000,\"TimestampUTC\":\"2025-02-21T03:14:12\",\"TimestampDK\":\"2025-02-21T04:14:12\"},{\"Minutes5UTC\":\"2025-02-21T03:10:00\",\"Minutes5DK\":\"2025-02-21T04:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":741.000000,\"Forecast5Hour\":760.000000,\"Forecast1Hour\":849.000000,\"ForecastCurrent\":757.000000,\"TimestampUTC\":\"2025-02-21T03:16:30\",\"TimestampDK\":\"2025-02-21T04:16:30\"},{\"Minutes5UTC\":\"2025-02-21T03:10:00\",\"Minutes5DK\":\"2025-02-21T04:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1111.000000,\"Forecast5Hour\":1038.000000,\"Forecast1Hour\":1074.000000,\"ForecastCurrent\":898.000000,\"TimestampUTC\":\"2025-02-21T03:08:27\",\"TimestampDK\":\"2025-02-21T04:08:27\"},{\"Minutes5UTC\":\"2025-02-21T03:10:00\",\"Minutes5DK\":\"2025-02-21T04:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.340000,\"ForecastCurrent\":2.440000,\"TimestampUTC\":\"2025-02-21T03:09:13\",\"TimestampDK\":\"2025-02-21T04:09:13\"},{\"Minutes5UTC\":\"2025-02-21T03:05:00\",\"Minutes5DK\":\"2025-02-21T04:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":745.000000,\"Forecast5Hour\":763.000000,\"Forecast1Hour\":856.000000,\"ForecastCurrent\":769.000000,\"TimestampUTC\":\"2025-02-21T03:11:30\",\"TimestampDK\":\"2025-02-21T04:11:30\"},{\"Minutes5UTC\":\"2025-02-21T03:05:00\",\"Minutes5DK\":\"2025-02-21T04:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1139.000000,\"Forecast5Hour\":1056.000000,\"Forecast1Hour\":1122.000000,\"ForecastCurrent\":917.000000,\"TimestampUTC\":\"2025-02-21T03:08:27\",\"TimestampDK\":\"2025-02-21T04:08:27\"},{\"Minutes5UTC\":\"2025-02-21T03:05:00\",\"Minutes5DK\":\"2025-02-21T04:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.510000,\"ForecastCurrent\":2.590000,\"TimestampUTC\":\"2025-02-21T03:04:12\",\"TimestampDK\":\"2025-02-21T04:04:12\"},{\"Minutes5UTC\":\"2025-02-21T03:00:00\",\"Minutes5DK\":\"2025-02-21T04:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":750.000000,\"Forecast5Hour\":766.000000,\"Forecast1Hour\":862.000000,\"ForecastCurrent\":778.000000,\"TimestampUTC\":\"2025-02-21T03:06:30\",\"TimestampDK\":\"2025-02-21T04:06:30\"},{\"Minutes5UTC\":\"2025-02-21T03:00:00\",\"Minutes5DK\":\"2025-02-21T04:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1166.000000,\"Forecast5Hour\":1079.000000,\"Forecast1Hour\":1142.000000,\"ForecastCurrent\":948.000000,\"TimestampUTC\":\"2025-02-21T03:03:27\",\"TimestampDK\":\"2025-02-21T04:03:27\"},{\"Minutes5UTC\":\"2025-02-21T03:00:00\",\"Minutes5DK\":\"2025-02-21T04:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.640000,\"ForecastCurrent\":2.760000,\"TimestampUTC\":\"2025-02-21T02:58:40\",\"TimestampDK\":\"2025-02-21T03:58:40\"},{\"Minutes5UTC\":\"2025-02-21T02:55:00\",\"Minutes5DK\":\"2025-02-21T03:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":753.000000,\"Forecast5Hour\":770.000000,\"Forecast1Hour\":861.000000,\"ForecastCurrent\":806.000000,\"TimestampUTC\":\"2025-02-21T02:56:30\",\"TimestampDK\":\"2025-02-21T03:56:30\"},{\"Minutes5UTC\":\"2025-02-21T02:55:00\",\"Minutes5DK\":\"2025-02-21T03:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1191.000000,\"Forecast5Hour\":1092.000000,\"Forecast1Hour\":1176.000000,\"ForecastCurrent\":984.000000,\"TimestampUTC\":\"2025-02-21T02:53:27\",\"TimestampDK\":\"2025-02-21T03:53:27\"},{\"Minutes5UTC\":\"2025-02-21T02:55:00\",\"Minutes5DK\":\"2025-02-21T03:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.860000,\"ForecastCurrent\":2.970000,\"TimestampUTC\":\"2025-02-21T02:53:40\",\"TimestampDK\":\"2025-02-21T03:53:40\"},{\"Minutes5UTC\":\"2025-02-21T02:50:00\",\"Minutes5DK\":\"2025-02-21T03:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":758.000000,\"Forecast5Hour\":773.000000,\"Forecast1Hour\":856.000000,\"ForecastCurrent\":836.000000,\"TimestampUTC\":\"2025-02-21T02:51:30\",\"TimestampDK\":\"2025-02-21T03:51:30\"},{\"Minutes5UTC\":\"2025-02-21T02:50:00\",\"Minutes5DK\":\"2025-02-21T03:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1212.000000,\"Forecast5Hour\":1112.000000,\"Forecast1Hour\":1208.000000,\"ForecastCurrent\":1014.000000,\"TimestampUTC\":\"2025-02-21T02:48:27\",\"TimestampDK\":\"2025-02-21T03:48:27\"},{\"Minutes5UTC\":\"2025-02-21T02:50:00\",\"Minutes5DK\":\"2025-02-21T03:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.910000,\"ForecastCurrent\":3.350000,\"TimestampUTC\":\"2025-02-21T02:48:40\",\"TimestampDK\":\"2025-02-21T03:48:40\"},{\"Minutes5UTC\":\"2025-02-21T02:45:00\",\"Minutes5DK\":\"2025-02-21T03:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":762.000000,\"Forecast5Hour\":777.000000,\"Forecast1Hour\":852.000000,\"ForecastCurrent\":843.000000,\"TimestampUTC\":\"2025-02-21T02:51:30\",\"TimestampDK\":\"2025-02-21T03:51:30\"},{\"Minutes5UTC\":\"2025-02-21T02:45:00\",\"Minutes5DK\":\"2025-02-21T03:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1236.000000,\"Forecast5Hour\":1134.000000,\"Forecast1Hour\":1242.000000,\"ForecastCurrent\":1047.000000,\"TimestampUTC\":\"2025-02-21T02:43:27\",\"TimestampDK\":\"2025-02-21T03:43:27\"},{\"Minutes5UTC\":\"2025-02-21T02:45:00\",\"Minutes5DK\":\"2025-02-21T03:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.800000,\"ForecastCurrent\":3.620000,\"TimestampUTC\":\"2025-02-21T02:43:40\",\"TimestampDK\":\"2025-02-21T03:43:40\"},{\"Minutes5UTC\":\"2025-02-21T02:40:00\",\"Minutes5DK\":\"2025-02-21T03:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":767.000000,\"Forecast5Hour\":781.000000,\"Forecast1Hour\":853.000000,\"ForecastCurrent\":877.000000,\"TimestampUTC\":\"2025-02-21T02:46:30\",\"TimestampDK\":\"2025-02-21T03:46:30\"},{\"Minutes5UTC\":\"2025-02-21T02:40:00\",\"Minutes5DK\":\"2025-02-21T03:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1262.000000,\"Forecast5Hour\":1157.000000,\"Forecast1Hour\":1280.000000,\"ForecastCurrent\":1068.000000,\"TimestampUTC\":\"2025-02-21T02:43:27\",\"TimestampDK\":\"2025-02-21T03:43:27\"},{\"Minutes5UTC\":\"2025-02-21T02:40:00\",\"Minutes5DK\":\"2025-02-21T03:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":1.980000,\"ForecastCurrent\":3.770000,\"TimestampUTC\":\"2025-02-21T02:38:40\",\"TimestampDK\":\"2025-02-21T03:38:40\"},{\"Minutes5UTC\":\"2025-02-21T02:35:00\",\"Minutes5DK\":\"2025-02-21T03:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":771.000000,\"Forecast5Hour\":785.000000,\"Forecast1Hour\":860.000000,\"ForecastCurrent\":903.000000,\"TimestampUTC\":\"2025-02-21T02:41:30\",\"TimestampDK\":\"2025-02-21T03:41:30\"},{\"Minutes5UTC\":\"2025-02-21T02:35:00\",\"Minutes5DK\":\"2025-02-21T03:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1290.000000,\"Forecast5Hour\":1183.000000,\"Forecast1Hour\":1350.000000,\"ForecastCurrent\":1110.000000,\"TimestampUTC\":\"2025-02-21T02:38:27\",\"TimestampDK\":\"2025-02-21T03:38:27\"},{\"Minutes5UTC\":\"2025-02-21T02:35:00\",\"Minutes5DK\":\"2025-02-21T03:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.280000,\"ForecastCurrent\":3.630000,\"TimestampUTC\":\"2025-02-21T02:33:40\",\"TimestampDK\":\"2025-02-21T03:33:40\"},{\"Minutes5UTC\":\"2025-02-21T02:30:00\",\"Minutes5DK\":\"2025-02-21T03:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":776.000000,\"Forecast5Hour\":790.000000,\"Forecast1Hour\":871.000000,\"ForecastCurrent\":915.000000,\"TimestampUTC\":\"2025-02-21T02:31:30\",\"TimestampDK\":\"2025-02-21T03:31:30\"},{\"Minutes5UTC\":\"2025-02-21T02:30:00\",\"Minutes5DK\":\"2025-02-21T03:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1321.000000,\"Forecast5Hour\":1216.000000,\"Forecast1Hour\":1393.000000,\"ForecastCurrent\":1155.000000,\"TimestampUTC\":\"2025-02-21T02:28:27\",\"TimestampDK\":\"2025-02-21T03:28:27\"},{\"Minutes5UTC\":\"2025-02-21T02:30:00\",\"Minutes5DK\":\"2025-02-21T03:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.830000,\"ForecastCurrent\":3.680000,\"TimestampUTC\":\"2025-02-21T02:28:40\",\"TimestampDK\":\"2025-02-21T03:28:40\"},{\"Minutes5UTC\":\"2025-02-21T02:25:00\",\"Minutes5DK\":\"2025-02-21T03:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":781.000000,\"Forecast5Hour\":795.000000,\"Forecast1Hour\":878.000000,\"ForecastCurrent\":925.000000,\"TimestampUTC\":\"2025-02-21T02:31:30\",\"TimestampDK\":\"2025-02-21T03:31:30\"},{\"Minutes5UTC\":\"2025-02-21T02:25:00\",\"Minutes5DK\":\"2025-02-21T03:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1352.000000,\"Forecast5Hour\":1244.000000,\"Forecast1Hour\":1442.000000,\"ForecastCurrent\":1200.000000,\"TimestampUTC\":\"2025-02-21T02:23:27\",\"TimestampDK\":\"2025-02-21T03:23:27\"},{\"Minutes5UTC\":\"2025-02-21T02:25:00\",\"Minutes5DK\":\"2025-02-21T03:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.050000,\"ForecastCurrent\":3.490000,\"TimestampUTC\":\"2025-02-21T02:23:40\",\"TimestampDK\":\"2025-02-21T03:23:40\"},{\"Minutes5UTC\":\"2025-02-21T02:20:00\",\"Minutes5DK\":\"2025-02-21T03:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":786.000000,\"Forecast5Hour\":800.000000,\"Forecast1Hour\":885.000000,\"ForecastCurrent\":930.000000,\"TimestampUTC\":\"2025-02-21T02:26:30\",\"TimestampDK\":\"2025-02-21T03:26:30\"},{\"Minutes5UTC\":\"2025-02-21T02:20:00\",\"Minutes5DK\":\"2025-02-21T03:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1384.000000,\"Forecast5Hour\":1274.000000,\"Forecast1Hour\":1483.000000,\"ForecastCurrent\":1226.000000,\"TimestampUTC\":\"2025-02-21T02:23:27\",\"TimestampDK\":\"2025-02-21T03:23:27\"},{\"Minutes5UTC\":\"2025-02-21T02:20:00\",\"Minutes5DK\":\"2025-02-21T03:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.110000,\"ForecastCurrent\":3.240000,\"TimestampUTC\":\"2025-02-21T02:18:40\",\"TimestampDK\":\"2025-02-21T03:18:40\"},{\"Minutes5UTC\":\"2025-02-21T02:15:00\",\"Minutes5DK\":\"2025-02-21T03:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":791.000000,\"Forecast5Hour\":805.000000,\"Forecast1Hour\":922.000000,\"ForecastCurrent\":937.000000,\"TimestampUTC\":\"2025-02-21T02:21:30\",\"TimestampDK\":\"2025-02-21T03:21:30\"},{\"Minutes5UTC\":\"2025-02-21T02:15:00\",\"Minutes5DK\":\"2025-02-21T03:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1415.000000,\"Forecast5Hour\":1434.000000,\"Forecast1Hour\":1517.000000,\"ForecastCurrent\":1274.000000,\"TimestampUTC\":\"2025-02-21T02:18:27\",\"TimestampDK\":\"2025-02-21T03:18:27\"},{\"Minutes5UTC\":\"2025-02-21T02:15:00\",\"Minutes5DK\":\"2025-02-21T03:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.120000,\"ForecastCurrent\":3.000000,\"TimestampUTC\":\"2025-02-21T02:13:40\",\"TimestampDK\":\"2025-02-21T03:13:40\"},{\"Minutes5UTC\":\"2025-02-21T02:10:00\",\"Minutes5DK\":\"2025-02-21T03:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":796.000000,\"Forecast5Hour\":809.000000,\"Forecast1Hour\":925.000000,\"ForecastCurrent\":942.000000,\"TimestampUTC\":\"2025-02-21T02:11:30\",\"TimestampDK\":\"2025-02-21T03:11:30\"},{\"Minutes5UTC\":\"2025-02-21T02:10:00\",\"Minutes5DK\":\"2025-02-21T03:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1446.000000,\"Forecast5Hour\":1464.000000,\"Forecast1Hour\":1535.000000,\"ForecastCurrent\":1340.000000,\"TimestampUTC\":\"2025-02-21T02:08:27\",\"TimestampDK\":\"2025-02-21T03:08:27\"},{\"Minutes5UTC\":\"2025-02-21T02:10:00\",\"Minutes5DK\":\"2025-02-21T03:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.260000,\"ForecastCurrent\":2.950000,\"TimestampUTC\":\"2025-02-21T02:08:40\",\"TimestampDK\":\"2025-02-21T03:08:40\"},{\"Minutes5UTC\":\"2025-02-21T02:05:00\",\"Minutes5DK\":\"2025-02-21T03:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":801.000000,\"Forecast5Hour\":814.000000,\"Forecast1Hour\":926.000000,\"ForecastCurrent\":956.000000,\"TimestampUTC\":\"2025-02-21T02:06:30\",\"TimestampDK\":\"2025-02-21T03:06:30\"},{\"Minutes5UTC\":\"2025-02-21T02:05:00\",\"Minutes5DK\":\"2025-02-21T03:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1474.000000,\"Forecast5Hour\":1499.000000,\"Forecast1Hour\":1554.000000,\"ForecastCurrent\":1400.000000,\"TimestampUTC\":\"2025-02-21T02:01:27\",\"TimestampDK\":\"2025-02-21T03:01:27\"},{\"Minutes5UTC\":\"2025-02-21T02:05:00\",\"Minutes5DK\":\"2025-02-21T03:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.290000,\"ForecastCurrent\":3.320000,\"TimestampUTC\":\"2025-02-21T02:03:40\",\"TimestampDK\":\"2025-02-21T03:03:40\"},{\"Minutes5UTC\":\"2025-02-21T02:00:00\",\"Minutes5DK\":\"2025-02-21T03:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":806.000000,\"Forecast5Hour\":819.000000,\"Forecast1Hour\":932.000000,\"ForecastCurrent\":966.000000,\"TimestampUTC\":\"2025-02-21T02:06:30\",\"TimestampDK\":\"2025-02-21T03:06:30\"},{\"Minutes5UTC\":\"2025-02-21T02:00:00\",\"Minutes5DK\":\"2025-02-21T03:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1499.000000,\"Forecast5Hour\":1527.000000,\"Forecast1Hour\":1575.000000,\"ForecastCurrent\":1421.000000,\"TimestampUTC\":\"2025-02-21T02:01:27\",\"TimestampDK\":\"2025-02-21T03:01:27\"},{\"Minutes5UTC\":\"2025-02-21T02:00:00\",\"Minutes5DK\":\"2025-02-21T03:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.370000,\"ForecastCurrent\":3.610000,\"TimestampUTC\":\"2025-02-21T01:58:40\",\"TimestampDK\":\"2025-02-21T02:58:40\"},{\"Minutes5UTC\":\"2025-02-21T01:55:00\",\"Minutes5DK\":\"2025-02-21T02:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":813.000000,\"Forecast5Hour\":826.000000,\"Forecast1Hour\":942.000000,\"ForecastCurrent\":981.000000,\"TimestampUTC\":\"2025-02-21T02:01:30\",\"TimestampDK\":\"2025-02-21T03:01:30\"},{\"Minutes5UTC\":\"2025-02-21T01:55:00\",\"Minutes5DK\":\"2025-02-21T02:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1523.000000,\"Forecast5Hour\":1552.000000,\"Forecast1Hour\":1603.000000,\"ForecastCurrent\":1440.000000,\"TimestampUTC\":\"2025-02-21T02:01:27\",\"TimestampDK\":\"2025-02-21T03:01:27\"},{\"Minutes5UTC\":\"2025-02-21T01:55:00\",\"Minutes5DK\":\"2025-02-21T02:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.210000,\"ForecastCurrent\":4.090000,\"TimestampUTC\":\"2025-02-21T01:53:40\",\"TimestampDK\":\"2025-02-21T02:53:40\"},{\"Minutes5UTC\":\"2025-02-21T01:50:00\",\"Minutes5DK\":\"2025-02-21T02:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":821.000000,\"Forecast5Hour\":834.000000,\"Forecast1Hour\":956.000000,\"ForecastCurrent\":994.000000,\"TimestampUTC\":\"2025-02-21T01:56:31\",\"TimestampDK\":\"2025-02-21T02:56:31\"},{\"Minutes5UTC\":\"2025-02-21T01:50:00\",\"Minutes5DK\":\"2025-02-21T02:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1547.000000,\"Forecast5Hour\":1581.000000,\"Forecast1Hour\":1588.000000,\"ForecastCurrent\":1477.000000,\"TimestampUTC\":\"2025-02-21T01:57:28\",\"TimestampDK\":\"2025-02-21T02:57:28\"},{\"Minutes5UTC\":\"2025-02-21T01:50:00\",\"Minutes5DK\":\"2025-02-21T02:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.220000,\"ForecastCurrent\":4.200000,\"TimestampUTC\":\"2025-02-21T01:48:41\",\"TimestampDK\":\"2025-02-21T02:48:41\"},{\"Minutes5UTC\":\"2025-02-21T01:45:00\",\"Minutes5DK\":\"2025-02-21T02:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":831.000000,\"Forecast5Hour\":845.000000,\"Forecast1Hour\":966.000000,\"ForecastCurrent\":985.000000,\"TimestampUTC\":\"2025-02-21T01:46:30\",\"TimestampDK\":\"2025-02-21T02:46:30\"},{\"Minutes5UTC\":\"2025-02-21T01:45:00\",\"Minutes5DK\":\"2025-02-21T02:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1569.000000,\"Forecast5Hour\":1608.000000,\"Forecast1Hour\":1621.000000,\"ForecastCurrent\":1527.000000,\"TimestampUTC\":\"2025-02-21T01:46:27\",\"TimestampDK\":\"2025-02-21T02:46:27\"},{\"Minutes5UTC\":\"2025-02-21T01:45:00\",\"Minutes5DK\":\"2025-02-21T02:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.160000,\"ForecastCurrent\":3.970000,\"TimestampUTC\":\"2025-02-21T01:43:40\",\"TimestampDK\":\"2025-02-21T02:43:40\"},{\"Minutes5UTC\":\"2025-02-21T01:40:00\",\"Minutes5DK\":\"2025-02-21T02:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":842.000000,\"Forecast5Hour\":856.000000,\"Forecast1Hour\":978.000000,\"ForecastCurrent\":998.000000,\"TimestampUTC\":\"2025-02-21T01:46:30\",\"TimestampDK\":\"2025-02-21T02:46:30\"},{\"Minutes5UTC\":\"2025-02-21T01:40:00\",\"Minutes5DK\":\"2025-02-21T02:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1595.000000,\"Forecast5Hour\":1635.000000,\"Forecast1Hour\":1638.000000,\"ForecastCurrent\":1564.000000,\"TimestampUTC\":\"2025-02-21T01:42:28\",\"TimestampDK\":\"2025-02-21T02:42:28\"},{\"Minutes5UTC\":\"2025-02-21T01:40:00\",\"Minutes5DK\":\"2025-02-21T02:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.280000,\"ForecastCurrent\":4.360000,\"TimestampUTC\":\"2025-02-21T01:38:40\",\"TimestampDK\":\"2025-02-21T02:38:40\"},{\"Minutes5UTC\":\"2025-02-21T01:35:00\",\"Minutes5DK\":\"2025-02-21T02:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":853.000000,\"Forecast5Hour\":868.000000,\"Forecast1Hour\":989.000000,\"ForecastCurrent\":997.000000,\"TimestampUTC\":\"2025-02-21T01:41:30\",\"TimestampDK\":\"2025-02-21T02:41:30\"},{\"Minutes5UTC\":\"2025-02-21T01:35:00\",\"Minutes5DK\":\"2025-02-21T02:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1620.000000,\"Forecast5Hour\":1663.000000,\"Forecast1Hour\":1700.000000,\"ForecastCurrent\":1586.000000,\"TimestampUTC\":\"2025-02-21T01:42:28\",\"TimestampDK\":\"2025-02-21T02:42:28\"},{\"Minutes5UTC\":\"2025-02-21T01:35:00\",\"Minutes5DK\":\"2025-02-21T02:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.420000,\"ForecastCurrent\":5.020000,\"TimestampUTC\":\"2025-02-21T01:33:40\",\"TimestampDK\":\"2025-02-21T02:33:40\"},{\"Minutes5UTC\":\"2025-02-21T01:30:00\",\"Minutes5DK\":\"2025-02-21T02:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":865.000000,\"Forecast5Hour\":880.000000,\"Forecast1Hour\":998.000000,\"ForecastCurrent\":1003.000000,\"TimestampUTC\":\"2025-02-21T01:36:30\",\"TimestampDK\":\"2025-02-21T02:36:30\"},{\"Minutes5UTC\":\"2025-02-21T01:30:00\",\"Minutes5DK\":\"2025-02-21T02:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1645.000000,\"Forecast5Hour\":1687.000000,\"Forecast1Hour\":1704.000000,\"ForecastCurrent\":1630.000000,\"TimestampUTC\":\"2025-02-21T01:37:28\",\"TimestampDK\":\"2025-02-21T02:37:28\"},{\"Minutes5UTC\":\"2025-02-21T01:30:00\",\"Minutes5DK\":\"2025-02-21T02:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.540000,\"ForecastCurrent\":6.220000,\"TimestampUTC\":\"2025-02-21T01:28:40\",\"TimestampDK\":\"2025-02-21T02:28:40\"},{\"Minutes5UTC\":\"2025-02-21T01:25:00\",\"Minutes5DK\":\"2025-02-21T02:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":876.000000,\"Forecast5Hour\":891.000000,\"Forecast1Hour\":1008.000000,\"ForecastCurrent\":1019.000000,\"TimestampUTC\":\"2025-02-21T01:26:30\",\"TimestampDK\":\"2025-02-21T02:26:30\"},{\"Minutes5UTC\":\"2025-02-21T01:25:00\",\"Minutes5DK\":\"2025-02-21T02:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1667.000000,\"Forecast5Hour\":1713.000000,\"Forecast1Hour\":1717.000000,\"ForecastCurrent\":1699.000000,\"TimestampUTC\":\"2025-02-21T01:27:28\",\"TimestampDK\":\"2025-02-21T02:27:28\"},{\"Minutes5UTC\":\"2025-02-21T01:25:00\",\"Minutes5DK\":\"2025-02-21T02:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.520000,\"ForecastCurrent\":6.700000,\"TimestampUTC\":\"2025-02-21T01:23:40\",\"TimestampDK\":\"2025-02-21T02:23:40\"},{\"Minutes5UTC\":\"2025-02-21T01:20:00\",\"Minutes5DK\":\"2025-02-21T02:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":887.000000,\"Forecast5Hour\":903.000000,\"Forecast1Hour\":1019.000000,\"ForecastCurrent\":1030.000000,\"TimestampUTC\":\"2025-02-21T01:21:30\",\"TimestampDK\":\"2025-02-21T02:21:30\"},{\"Minutes5UTC\":\"2025-02-21T01:20:00\",\"Minutes5DK\":\"2025-02-21T02:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1690.000000,\"Forecast5Hour\":1732.000000,\"Forecast1Hour\":1743.000000,\"ForecastCurrent\":1739.000000,\"TimestampUTC\":\"2025-02-21T01:22:28\",\"TimestampDK\":\"2025-02-21T02:22:28\"},{\"Minutes5UTC\":\"2025-02-21T01:20:00\",\"Minutes5DK\":\"2025-02-21T02:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.490000,\"ForecastCurrent\":6.840000,\"TimestampUTC\":\"2025-02-21T01:18:41\",\"TimestampDK\":\"2025-02-21T02:18:41\"},{\"Minutes5UTC\":\"2025-02-21T01:15:00\",\"Minutes5DK\":\"2025-02-21T02:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":896.000000,\"Forecast5Hour\":912.000000,\"Forecast1Hour\":1029.000000,\"ForecastCurrent\":1042.000000,\"TimestampUTC\":\"2025-02-21T01:21:30\",\"TimestampDK\":\"2025-02-21T02:21:30\"},{\"Minutes5UTC\":\"2025-02-21T01:15:00\",\"Minutes5DK\":\"2025-02-21T02:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1712.000000,\"Forecast5Hour\":1752.000000,\"Forecast1Hour\":1778.000000,\"ForecastCurrent\":1774.000000,\"TimestampUTC\":\"2025-02-21T01:17:28\",\"TimestampDK\":\"2025-02-21T02:17:28\"},{\"Minutes5UTC\":\"2025-02-21T01:15:00\",\"Minutes5DK\":\"2025-02-21T02:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.500000,\"ForecastCurrent\":6.870000,\"TimestampUTC\":\"2025-02-21T01:13:40\",\"TimestampDK\":\"2025-02-21T02:13:40\"},{\"Minutes5UTC\":\"2025-02-21T01:10:00\",\"Minutes5DK\":\"2025-02-21T02:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":903.000000,\"Forecast5Hour\":920.000000,\"Forecast1Hour\":1037.000000,\"ForecastCurrent\":1050.000000,\"TimestampUTC\":\"2025-02-21T01:16:31\",\"TimestampDK\":\"2025-02-21T02:16:31\"},{\"Minutes5UTC\":\"2025-02-21T01:10:00\",\"Minutes5DK\":\"2025-02-21T02:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1734.000000,\"Forecast5Hour\":1774.000000,\"Forecast1Hour\":1819.000000,\"ForecastCurrent\":1796.000000,\"TimestampUTC\":\"2025-02-21T01:17:28\",\"TimestampDK\":\"2025-02-21T02:17:28\"},{\"Minutes5UTC\":\"2025-02-21T01:10:00\",\"Minutes5DK\":\"2025-02-21T02:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.260000,\"ForecastCurrent\":7.180000,\"TimestampUTC\":\"2025-02-21T01:08:40\",\"TimestampDK\":\"2025-02-21T02:08:40\"},{\"Minutes5UTC\":\"2025-02-21T01:05:00\",\"Minutes5DK\":\"2025-02-21T02:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":908.000000,\"Forecast5Hour\":925.000000,\"Forecast1Hour\":1043.000000,\"ForecastCurrent\":1053.000000,\"TimestampUTC\":\"2025-02-21T01:11:31\",\"TimestampDK\":\"2025-02-21T02:11:31\"},{\"Minutes5UTC\":\"2025-02-21T01:05:00\",\"Minutes5DK\":\"2025-02-21T02:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1755.000000,\"Forecast5Hour\":1799.000000,\"Forecast1Hour\":1845.000000,\"ForecastCurrent\":1814.000000,\"TimestampUTC\":\"2025-02-21T01:12:29\",\"TimestampDK\":\"2025-02-21T02:12:29\"},{\"Minutes5UTC\":\"2025-02-21T01:05:00\",\"Minutes5DK\":\"2025-02-21T02:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.140000,\"ForecastCurrent\":7.230000,\"TimestampUTC\":\"2025-02-21T01:03:40\",\"TimestampDK\":\"2025-02-21T02:03:40\"},{\"Minutes5UTC\":\"2025-02-21T01:00:00\",\"Minutes5DK\":\"2025-02-21T02:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":914.000000,\"Forecast5Hour\":930.000000,\"Forecast1Hour\":1048.000000,\"ForecastCurrent\":1040.000000,\"TimestampUTC\":\"2025-02-21T01:01:31\",\"TimestampDK\":\"2025-02-21T02:01:31\"},{\"Minutes5UTC\":\"2025-02-21T01:00:00\",\"Minutes5DK\":\"2025-02-21T02:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1776.000000,\"Forecast5Hour\":1822.000000,\"Forecast1Hour\":1870.000000,\"ForecastCurrent\":1838.000000,\"TimestampUTC\":\"2025-02-21T01:02:29\",\"TimestampDK\":\"2025-02-21T02:02:29\"},{\"Minutes5UTC\":\"2025-02-21T01:00:00\",\"Minutes5DK\":\"2025-02-21T02:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.070000,\"ForecastCurrent\":7.420000,\"TimestampUTC\":\"2025-02-21T00:58:41\",\"TimestampDK\":\"2025-02-21T01:58:41\"},{\"Minutes5UTC\":\"2025-02-21T00:55:00\",\"Minutes5DK\":\"2025-02-21T01:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":919.000000,\"Forecast5Hour\":936.000000,\"Forecast1Hour\":1052.000000,\"ForecastCurrent\":1046.000000,\"TimestampUTC\":\"2025-02-21T01:01:31\",\"TimestampDK\":\"2025-02-21T02:01:31\"},{\"Minutes5UTC\":\"2025-02-21T00:55:00\",\"Minutes5DK\":\"2025-02-21T01:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1796.000000,\"Forecast5Hour\":1846.000000,\"Forecast1Hour\":1886.000000,\"ForecastCurrent\":1865.000000,\"TimestampUTC\":\"2025-02-21T00:55:28\",\"TimestampDK\":\"2025-02-21T01:55:28\"},{\"Minutes5UTC\":\"2025-02-21T00:55:00\",\"Minutes5DK\":\"2025-02-21T01:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.070000,\"ForecastCurrent\":7.070000,\"TimestampUTC\":\"2025-02-21T00:53:40\",\"TimestampDK\":\"2025-02-21T01:53:40\"},{\"Minutes5UTC\":\"2025-02-21T00:50:00\",\"Minutes5DK\":\"2025-02-21T01:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":926.000000,\"Forecast5Hour\":942.000000,\"Forecast1Hour\":1055.000000,\"ForecastCurrent\":1049.000000,\"TimestampUTC\":\"2025-02-21T00:56:31\",\"TimestampDK\":\"2025-02-21T01:56:31\"},{\"Minutes5UTC\":\"2025-02-21T00:50:00\",\"Minutes5DK\":\"2025-02-21T01:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1817.000000,\"Forecast5Hour\":1863.000000,\"Forecast1Hour\":1916.000000,\"ForecastCurrent\":1885.000000,\"TimestampUTC\":\"2025-02-21T00:55:28\",\"TimestampDK\":\"2025-02-21T01:55:28\"},{\"Minutes5UTC\":\"2025-02-21T00:50:00\",\"Minutes5DK\":\"2025-02-21T01:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.100000,\"ForecastCurrent\":7.090000,\"TimestampUTC\":\"2025-02-21T00:48:40\",\"TimestampDK\":\"2025-02-21T01:48:40\"},{\"Minutes5UTC\":\"2025-02-21T00:45:00\",\"Minutes5DK\":\"2025-02-21T01:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":932.000000,\"Forecast5Hour\":949.000000,\"Forecast1Hour\":1058.000000,\"ForecastCurrent\":1057.000000,\"TimestampUTC\":\"2025-02-21T00:51:30\",\"TimestampDK\":\"2025-02-21T01:51:30\"},{\"Minutes5UTC\":\"2025-02-21T00:45:00\",\"Minutes5DK\":\"2025-02-21T01:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1841.000000,\"Forecast5Hour\":1880.000000,\"Forecast1Hour\":1931.000000,\"ForecastCurrent\":1913.000000,\"TimestampUTC\":\"2025-02-21T00:52:28\",\"TimestampDK\":\"2025-02-21T01:52:28\"},{\"Minutes5UTC\":\"2025-02-21T00:45:00\",\"Minutes5DK\":\"2025-02-21T01:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":2.970000,\"ForecastCurrent\":6.950000,\"TimestampUTC\":\"2025-02-21T00:43:40\",\"TimestampDK\":\"2025-02-21T01:43:40\"},{\"Minutes5UTC\":\"2025-02-21T00:40:00\",\"Minutes5DK\":\"2025-02-21T01:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":939.000000,\"Forecast5Hour\":956.000000,\"Forecast1Hour\":1060.000000,\"ForecastCurrent\":1070.000000,\"TimestampUTC\":\"2025-02-21T00:41:30\",\"TimestampDK\":\"2025-02-21T01:41:30\"},{\"Minutes5UTC\":\"2025-02-21T00:40:00\",\"Minutes5DK\":\"2025-02-21T01:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1868.000000,\"Forecast5Hour\":1900.000000,\"Forecast1Hour\":1969.000000,\"ForecastCurrent\":1941.000000,\"TimestampUTC\":\"2025-02-21T00:42:28\",\"TimestampDK\":\"2025-02-21T01:42:28\"},{\"Minutes5UTC\":\"2025-02-21T00:40:00\",\"Minutes5DK\":\"2025-02-21T01:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.070000,\"ForecastCurrent\":7.210000,\"TimestampUTC\":\"2025-02-21T00:38:41\",\"TimestampDK\":\"2025-02-21T01:38:41\"},{\"Minutes5UTC\":\"2025-02-21T00:35:00\",\"Minutes5DK\":\"2025-02-21T01:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":946.000000,\"Forecast5Hour\":963.000000,\"Forecast1Hour\":1062.000000,\"ForecastCurrent\":1077.000000,\"TimestampUTC\":\"2025-02-21T00:36:30\",\"TimestampDK\":\"2025-02-21T01:36:30\"},{\"Minutes5UTC\":\"2025-02-21T00:35:00\",\"Minutes5DK\":\"2025-02-21T01:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1898.000000,\"Forecast5Hour\":1885.000000,\"Forecast1Hour\":2005.000000,\"ForecastCurrent\":2003.000000,\"TimestampUTC\":\"2025-02-21T00:37:28\",\"TimestampDK\":\"2025-02-21T01:37:28\"},{\"Minutes5UTC\":\"2025-02-21T00:35:00\",\"Minutes5DK\":\"2025-02-21T01:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.260000,\"ForecastCurrent\":7.540000,\"TimestampUTC\":\"2025-02-21T00:33:40\",\"TimestampDK\":\"2025-02-21T01:33:40\"},{\"Minutes5UTC\":\"2025-02-21T00:30:00\",\"Minutes5DK\":\"2025-02-21T01:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":951.000000,\"Forecast5Hour\":969.000000,\"Forecast1Hour\":1063.000000,\"ForecastCurrent\":1081.000000,\"TimestampUTC\":\"2025-02-21T00:36:30\",\"TimestampDK\":\"2025-02-21T01:36:30\"},{\"Minutes5UTC\":\"2025-02-21T00:30:00\",\"Minutes5DK\":\"2025-02-21T01:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1929.000000,\"Forecast5Hour\":1903.000000,\"Forecast1Hour\":2051.000000,\"ForecastCurrent\":1993.000000,\"TimestampUTC\":\"2025-02-21T00:32:27\",\"TimestampDK\":\"2025-02-21T01:32:27\"},{\"Minutes5UTC\":\"2025-02-21T00:30:00\",\"Minutes5DK\":\"2025-02-21T01:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":3.600000,\"ForecastCurrent\":7.790000,\"TimestampUTC\":\"2025-02-21T00:28:40\",\"TimestampDK\":\"2025-02-21T01:28:40\"},{\"Minutes5UTC\":\"2025-02-21T00:25:00\",\"Minutes5DK\":\"2025-02-21T01:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":956.000000,\"Forecast5Hour\":975.000000,\"Forecast1Hour\":1063.000000,\"ForecastCurrent\":1085.000000,\"TimestampUTC\":\"2025-02-21T00:31:30\",\"TimestampDK\":\"2025-02-21T01:31:30\"},{\"Minutes5UTC\":\"2025-02-21T00:25:00\",\"Minutes5DK\":\"2025-02-21T01:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1961.000000,\"Forecast5Hour\":1931.000000,\"Forecast1Hour\":2092.000000,\"ForecastCurrent\":2023.000000,\"TimestampUTC\":\"2025-02-21T00:32:27\",\"TimestampDK\":\"2025-02-21T01:32:27\"},{\"Minutes5UTC\":\"2025-02-21T00:25:00\",\"Minutes5DK\":\"2025-02-21T01:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.040000,\"ForecastCurrent\":7.750000,\"TimestampUTC\":\"2025-02-21T00:23:40\",\"TimestampDK\":\"2025-02-21T01:23:40\"},{\"Minutes5UTC\":\"2025-02-21T00:20:00\",\"Minutes5DK\":\"2025-02-21T01:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":961.000000,\"Forecast5Hour\":980.000000,\"Forecast1Hour\":1062.000000,\"ForecastCurrent\":1087.000000,\"TimestampUTC\":\"2025-02-21T00:26:30\",\"TimestampDK\":\"2025-02-21T01:26:30\"},{\"Minutes5UTC\":\"2025-02-21T00:20:00\",\"Minutes5DK\":\"2025-02-21T01:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":1995.000000,\"Forecast5Hour\":1960.000000,\"Forecast1Hour\":2115.000000,\"ForecastCurrent\":2042.000000,\"TimestampUTC\":\"2025-02-21T00:27:28\",\"TimestampDK\":\"2025-02-21T01:27:28\"},{\"Minutes5UTC\":\"2025-02-21T00:20:00\",\"Minutes5DK\":\"2025-02-21T01:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.360000,\"ForecastCurrent\":7.680000,\"TimestampUTC\":\"2025-02-21T00:18:40\",\"TimestampDK\":\"2025-02-21T01:18:40\"},{\"Minutes5UTC\":\"2025-02-21T00:15:00\",\"Minutes5DK\":\"2025-02-21T01:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":965.000000,\"Forecast5Hour\":984.000000,\"Forecast1Hour\":1037.000000,\"ForecastCurrent\":1091.000000,\"TimestampUTC\":\"2025-02-21T00:16:30\",\"TimestampDK\":\"2025-02-21T01:16:30\"},{\"Minutes5UTC\":\"2025-02-21T00:15:00\",\"Minutes5DK\":\"2025-02-21T01:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2026.000000,\"Forecast5Hour\":2001.000000,\"Forecast1Hour\":2140.000000,\"ForecastCurrent\":2087.000000,\"TimestampUTC\":\"2025-02-21T00:17:27\",\"TimestampDK\":\"2025-02-21T01:17:27\"},{\"Minutes5UTC\":\"2025-02-21T00:15:00\",\"Minutes5DK\":\"2025-02-21T01:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.560000,\"ForecastCurrent\":7.690000,\"TimestampUTC\":\"2025-02-21T00:13:40\",\"TimestampDK\":\"2025-02-21T01:13:40\"},{\"Minutes5UTC\":\"2025-02-21T00:10:00\",\"Minutes5DK\":\"2025-02-21T01:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":969.000000,\"Forecast5Hour\":989.000000,\"Forecast1Hour\":1041.000000,\"ForecastCurrent\":1093.000000,\"TimestampUTC\":\"2025-02-21T00:16:30\",\"TimestampDK\":\"2025-02-21T01:16:30\"},{\"Minutes5UTC\":\"2025-02-21T00:10:00\",\"Minutes5DK\":\"2025-02-21T01:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2053.000000,\"Forecast5Hour\":2035.000000,\"Forecast1Hour\":2166.000000,\"ForecastCurrent\":2128.000000,\"TimestampUTC\":\"2025-02-21T00:12:28\",\"TimestampDK\":\"2025-02-21T01:12:28\"},{\"Minutes5UTC\":\"2025-02-21T00:10:00\",\"Minutes5DK\":\"2025-02-21T01:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.890000,\"ForecastCurrent\":7.180000,\"TimestampUTC\":\"2025-02-21T00:08:40\",\"TimestampDK\":\"2025-02-21T01:08:40\"},{\"Minutes5UTC\":\"2025-02-21T00:05:00\",\"Minutes5DK\":\"2025-02-21T01:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":973.000000,\"Forecast5Hour\":994.000000,\"Forecast1Hour\":1046.000000,\"ForecastCurrent\":1096.000000,\"TimestampUTC\":\"2025-02-21T00:11:30\",\"TimestampDK\":\"2025-02-21T01:11:30\"},{\"Minutes5UTC\":\"2025-02-21T00:05:00\",\"Minutes5DK\":\"2025-02-21T01:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2078.000000,\"Forecast5Hour\":2068.000000,\"Forecast1Hour\":2197.000000,\"ForecastCurrent\":2146.000000,\"TimestampUTC\":\"2025-02-21T00:12:28\",\"TimestampDK\":\"2025-02-21T01:12:28\"},{\"Minutes5UTC\":\"2025-02-21T00:05:00\",\"Minutes5DK\":\"2025-02-21T01:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":5.130000,\"ForecastCurrent\":6.910000,\"TimestampUTC\":\"2025-02-21T00:03:40\",\"TimestampDK\":\"2025-02-21T01:03:40\"},{\"Minutes5UTC\":\"2025-02-21T00:00:00\",\"Minutes5DK\":\"2025-02-21T01:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":978.000000,\"Forecast5Hour\":999.000000,\"Forecast1Hour\":1051.000000,\"ForecastCurrent\":1099.000000,\"TimestampUTC\":\"2025-02-21T00:06:30\",\"TimestampDK\":\"2025-02-21T01:06:30\"},{\"Minutes5UTC\":\"2025-02-21T00:00:00\",\"Minutes5DK\":\"2025-02-21T01:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2100.000000,\"Forecast5Hour\":2100.000000,\"Forecast1Hour\":2179.000000,\"ForecastCurrent\":2175.000000,\"TimestampUTC\":\"2025-02-21T00:07:28\",\"TimestampDK\":\"2025-02-21T01:07:28\"},{\"Minutes5UTC\":\"2025-02-21T00:00:00\",\"Minutes5DK\":\"2025-02-21T01:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.720000,\"ForecastCurrent\":6.760000,\"TimestampUTC\":\"2025-02-20T23:58:41\",\"TimestampDK\":\"2025-02-21T00:58:41\"},{\"Minutes5UTC\":\"2025-02-20T23:55:00\",\"Minutes5DK\":\"2025-02-21T00:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":981.000000,\"Forecast5Hour\":1004.000000,\"Forecast1Hour\":1057.000000,\"ForecastCurrent\":1098.000000,\"TimestampUTC\":\"2025-02-20T23:56:31\",\"TimestampDK\":\"2025-02-21T00:56:31\"},{\"Minutes5UTC\":\"2025-02-20T23:55:00\",\"Minutes5DK\":\"2025-02-21T00:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2119.000000,\"Forecast5Hour\":2126.000000,\"Forecast1Hour\":2189.000000,\"ForecastCurrent\":2189.000000,\"TimestampUTC\":\"2025-02-20T23:57:28\",\"TimestampDK\":\"2025-02-21T00:57:28\"},{\"Minutes5UTC\":\"2025-02-20T23:55:00\",\"Minutes5DK\":\"2025-02-21T00:55:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.730000,\"ForecastCurrent\":6.760000,\"TimestampUTC\":\"2025-02-20T23:53:40\",\"TimestampDK\":\"2025-02-21T00:53:40\"},{\"Minutes5UTC\":\"2025-02-20T23:50:00\",\"Minutes5DK\":\"2025-02-21T00:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":984.000000,\"Forecast5Hour\":1008.000000,\"Forecast1Hour\":1062.000000,\"ForecastCurrent\":1098.000000,\"TimestampUTC\":\"2025-02-20T23:51:30\",\"TimestampDK\":\"2025-02-21T00:51:30\"},{\"Minutes5UTC\":\"2025-02-20T23:50:00\",\"Minutes5DK\":\"2025-02-21T00:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2134.000000,\"Forecast5Hour\":2149.000000,\"Forecast1Hour\":2171.000000,\"ForecastCurrent\":2209.000000,\"TimestampUTC\":\"2025-02-20T23:52:28\",\"TimestampDK\":\"2025-02-21T00:52:28\"},{\"Minutes5UTC\":\"2025-02-20T23:50:00\",\"Minutes5DK\":\"2025-02-21T00:50:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.650000,\"ForecastCurrent\":6.820000,\"TimestampUTC\":\"2025-02-20T23:48:40\",\"TimestampDK\":\"2025-02-21T00:48:40\"},{\"Minutes5UTC\":\"2025-02-20T23:45:00\",\"Minutes5DK\":\"2025-02-21T00:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":988.000000,\"Forecast5Hour\":1012.000000,\"Forecast1Hour\":1067.000000,\"ForecastCurrent\":1100.000000,\"TimestampUTC\":\"2025-02-20T23:51:30\",\"TimestampDK\":\"2025-02-21T00:51:30\"},{\"Minutes5UTC\":\"2025-02-20T23:45:00\",\"Minutes5DK\":\"2025-02-21T00:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2153.000000,\"Forecast5Hour\":2174.000000,\"Forecast1Hour\":2240.000000,\"ForecastCurrent\":2230.000000,\"TimestampUTC\":\"2025-02-20T23:47:28\",\"TimestampDK\":\"2025-02-21T00:47:28\"},{\"Minutes5UTC\":\"2025-02-20T23:45:00\",\"Minutes5DK\":\"2025-02-21T00:45:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.610000,\"ForecastCurrent\":6.520000,\"TimestampUTC\":\"2025-02-20T23:43:40\",\"TimestampDK\":\"2025-02-21T00:43:40\"},{\"Minutes5UTC\":\"2025-02-20T23:40:00\",\"Minutes5DK\":\"2025-02-21T00:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":991.000000,\"Forecast5Hour\":1015.000000,\"Forecast1Hour\":1070.000000,\"ForecastCurrent\":1100.000000,\"TimestampUTC\":\"2025-02-20T23:46:30\",\"TimestampDK\":\"2025-02-21T00:46:30\"},{\"Minutes5UTC\":\"2025-02-20T23:40:00\",\"Minutes5DK\":\"2025-02-21T00:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2172.000000,\"Forecast5Hour\":2204.000000,\"Forecast1Hour\":2269.000000,\"ForecastCurrent\":2251.000000,\"TimestampUTC\":\"2025-02-20T23:47:28\",\"TimestampDK\":\"2025-02-21T00:47:28\"},{\"Minutes5UTC\":\"2025-02-20T23:40:00\",\"Minutes5DK\":\"2025-02-21T00:40:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.570000,\"ForecastCurrent\":6.760000,\"TimestampUTC\":\"2025-02-20T23:38:41\",\"TimestampDK\":\"2025-02-21T00:38:41\"},{\"Minutes5UTC\":\"2025-02-20T23:35:00\",\"Minutes5DK\":\"2025-02-21T00:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":995.000000,\"Forecast5Hour\":1019.000000,\"Forecast1Hour\":1074.000000,\"ForecastCurrent\":1099.000000,\"TimestampUTC\":\"2025-02-20T23:41:31\",\"TimestampDK\":\"2025-02-21T00:41:31\"},{\"Minutes5UTC\":\"2025-02-20T23:35:00\",\"Minutes5DK\":\"2025-02-21T00:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2191.000000,\"Forecast5Hour\":2234.000000,\"Forecast1Hour\":2310.000000,\"ForecastCurrent\":2291.000000,\"TimestampUTC\":\"2025-02-20T23:41:28\",\"TimestampDK\":\"2025-02-21T00:41:28\"},{\"Minutes5UTC\":\"2025-02-20T23:35:00\",\"Minutes5DK\":\"2025-02-21T00:35:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.630000,\"ForecastCurrent\":7.160000,\"TimestampUTC\":\"2025-02-20T23:33:40\",\"TimestampDK\":\"2025-02-21T00:33:40\"},{\"Minutes5UTC\":\"2025-02-20T23:30:00\",\"Minutes5DK\":\"2025-02-21T00:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":999.000000,\"Forecast5Hour\":1022.000000,\"Forecast1Hour\":1077.000000,\"ForecastCurrent\":1096.000000,\"TimestampUTC\":\"2025-02-20T23:31:30\",\"TimestampDK\":\"2025-02-21T00:31:30\"},{\"Minutes5UTC\":\"2025-02-20T23:30:00\",\"Minutes5DK\":\"2025-02-21T00:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2210.000000,\"Forecast5Hour\":2267.000000,\"Forecast1Hour\":2349.000000,\"ForecastCurrent\":2344.000000,\"TimestampUTC\":\"2025-02-20T23:31:28\",\"TimestampDK\":\"2025-02-21T00:31:28\"},{\"Minutes5UTC\":\"2025-02-20T23:30:00\",\"Minutes5DK\":\"2025-02-21T00:30:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.570000,\"ForecastCurrent\":7.920000,\"TimestampUTC\":\"2025-02-20T23:28:40\",\"TimestampDK\":\"2025-02-21T00:28:40\"},{\"Minutes5UTC\":\"2025-02-20T23:25:00\",\"Minutes5DK\":\"2025-02-21T00:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1003.000000,\"Forecast5Hour\":1024.000000,\"Forecast1Hour\":1079.000000,\"ForecastCurrent\":1099.000000,\"TimestampUTC\":\"2025-02-20T23:31:30\",\"TimestampDK\":\"2025-02-21T00:31:30\"},{\"Minutes5UTC\":\"2025-02-20T23:25:00\",\"Minutes5DK\":\"2025-02-21T00:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2227.000000,\"Forecast5Hour\":2296.000000,\"Forecast1Hour\":2378.000000,\"ForecastCurrent\":2378.000000,\"TimestampUTC\":\"2025-02-20T23:27:28\",\"TimestampDK\":\"2025-02-21T00:27:28\"},{\"Minutes5UTC\":\"2025-02-20T23:25:00\",\"Minutes5DK\":\"2025-02-21T00:25:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.570000,\"ForecastCurrent\":8.890000,\"TimestampUTC\":\"2025-02-20T23:23:40\",\"TimestampDK\":\"2025-02-21T00:23:40\"},{\"Minutes5UTC\":\"2025-02-20T23:20:00\",\"Minutes5DK\":\"2025-02-21T00:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1007.000000,\"Forecast5Hour\":1026.000000,\"Forecast1Hour\":1081.000000,\"ForecastCurrent\":1098.000000,\"TimestampUTC\":\"2025-02-20T23:26:31\",\"TimestampDK\":\"2025-02-21T00:26:31\"},{\"Minutes5UTC\":\"2025-02-20T23:20:00\",\"Minutes5DK\":\"2025-02-21T00:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2244.000000,\"Forecast5Hour\":2325.000000,\"Forecast1Hour\":2400.000000,\"ForecastCurrent\":2402.000000,\"TimestampUTC\":\"2025-02-20T23:27:28\",\"TimestampDK\":\"2025-02-21T00:27:28\"},{\"Minutes5UTC\":\"2025-02-20T23:20:00\",\"Minutes5DK\":\"2025-02-21T00:20:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.580000,\"ForecastCurrent\":9.590000,\"TimestampUTC\":\"2025-02-20T23:18:41\",\"TimestampDK\":\"2025-02-21T00:18:41\"},{\"Minutes5UTC\":\"2025-02-20T23:15:00\",\"Minutes5DK\":\"2025-02-21T00:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1010.000000,\"Forecast5Hour\":1028.000000,\"Forecast1Hour\":1084.000000,\"ForecastCurrent\":1096.000000,\"TimestampUTC\":\"2025-02-20T23:21:30\",\"TimestampDK\":\"2025-02-21T00:21:30\"},{\"Minutes5UTC\":\"2025-02-20T23:15:00\",\"Minutes5DK\":\"2025-02-21T00:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2261.000000,\"Forecast5Hour\":2346.000000,\"Forecast1Hour\":2437.000000,\"ForecastCurrent\":2435.000000,\"TimestampUTC\":\"2025-02-20T23:22:29\",\"TimestampDK\":\"2025-02-21T00:22:29\"},{\"Minutes5UTC\":\"2025-02-20T23:15:00\",\"Minutes5DK\":\"2025-02-21T00:15:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.000000,\"Forecast5Hour\":0.000000,\"Forecast1Hour\":4.710000,\"ForecastCurrent\":10.040000,\"TimestampUTC\":\"2025-02-20T23:13:40\",\"TimestampDK\":\"2025-02-21T00:13:40\"},{\"Minutes5UTC\":\"2025-02-20T23:10:00\",\"Minutes5DK\":\"2025-02-21T00:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1013.000000,\"Forecast5Hour\":1029.000000,\"Forecast1Hour\":1086.000000,\"ForecastCurrent\":1092.000000,\"TimestampUTC\":\"2025-02-20T23:11:32\",\"TimestampDK\":\"2025-02-21T00:11:32\"},{\"Minutes5UTC\":\"2025-02-20T23:10:00\",\"Minutes5DK\":\"2025-02-21T00:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2278.000000,\"Forecast5Hour\":2366.000000,\"Forecast1Hour\":2478.000000,\"ForecastCurrent\":2457.000000,\"TimestampUTC\":\"2025-02-20T23:12:28\",\"TimestampDK\":\"2025-02-21T00:12:28\"},{\"Minutes5UTC\":\"2025-02-20T23:10:00\",\"Minutes5DK\":\"2025-02-21T00:10:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.010000,\"Forecast1Hour\":4.710000,\"ForecastCurrent\":10.490000,\"TimestampUTC\":\"2025-02-20T23:08:41\",\"TimestampDK\":\"2025-02-21T00:08:41\"},{\"Minutes5UTC\":\"2025-02-20T23:05:00\",\"Minutes5DK\":\"2025-02-21T00:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1015.000000,\"Forecast5Hour\":1030.000000,\"Forecast1Hour\":1087.000000,\"ForecastCurrent\":1093.000000,\"TimestampUTC\":\"2025-02-20T23:06:32\",\"TimestampDK\":\"2025-02-21T00:06:32\"},{\"Minutes5UTC\":\"2025-02-20T23:05:00\",\"Minutes5DK\":\"2025-02-21T00:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2296.000000,\"Forecast5Hour\":2388.000000,\"Forecast1Hour\":2504.000000,\"ForecastCurrent\":2494.000000,\"TimestampUTC\":\"2025-02-20T23:07:29\",\"TimestampDK\":\"2025-02-21T00:07:29\"},{\"Minutes5UTC\":\"2025-02-20T23:05:00\",\"Minutes5DK\":\"2025-02-21T00:05:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.010000,\"Forecast1Hour\":4.550000,\"ForecastCurrent\":10.720000,\"TimestampUTC\":\"2025-02-20T23:03:42\",\"TimestampDK\":\"2025-02-21T00:03:42\"},{\"Minutes5UTC\":\"2025-02-20T23:00:00\",\"Minutes5DK\":\"2025-02-21T00:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Offshore Wind\",\"ForecastDayAhead\":1017.000000,\"Forecast5Hour\":1030.000000,\"Forecast1Hour\":1088.000000,\"ForecastCurrent\":1094.000000,\"TimestampUTC\":\"2025-02-20T23:06:32\",\"TimestampDK\":\"2025-02-21T00:06:32\"},{\"Minutes5UTC\":\"2025-02-20T23:00:00\",\"Minutes5DK\":\"2025-02-21T00:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Onshore Wind\",\"ForecastDayAhead\":2316.000000,\"Forecast5Hour\":2405.000000,\"Forecast1Hour\":2517.000000,\"ForecastCurrent\":2427.000000,\"TimestampUTC\":\"2025-02-20T23:02:30\",\"TimestampDK\":\"2025-02-21T00:02:30\"},{\"Minutes5UTC\":\"2025-02-20T23:00:00\",\"Minutes5DK\":\"2025-02-21T00:00:00\",\"PriceArea\":\"DK1\",\"ForecastType\":\"Solar\",\"ForecastDayAhead\":0.010000,\"Forecast5Hour\":0.010000,\"Forecast1Hour\":4.500000,\"ForecastCurrent\":10.380000,\"TimestampUTC\":\"2025-02-20T22:58:42\",\"TimestampDK\":\"2025-02-20T23:58:42\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/DO/production.html",
    "content": "\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" style=\"width: 100%;\">\n<head id=\"Head1\"><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=1_251-7ufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_3990-bufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=1_69-7ufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=1_71-7ufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=1_250-7ufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_3994-bufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_3998-bufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_4108-bufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_4002-bufgi\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/ReportesGraficos/DXR.axd?r=0_4112-bufgi\" /><title>\n\n</title></head>\n<body style=\"margin: 0px; background-color: #FFFFFF; width: 100%;\">\n    <form method=\"post\" action=\"./reportepostdespacho.aspx\" id=\"form1\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwULLTE4MDkyNzQ4NTAPZBYCAgQPZBYEZg88KwAGAQAPFgIeBVZhbHVlBgCgoepPNN2IZGQCBA88KwAmAwAPFgIeD0RhdGFTb3VyY2VCb3VuZGdkBg9kEBYbZgIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoWGzwrAAwCABYCHgtHbG9iYWxJbmRleGYLPCsABQEAFgYeCkdyb3VwSW5kZXhmHglTb3J0SW5kZXhmHglTb3J0T3JkZXILKXpEZXZFeHByZXNzLkRhdGEuQ29sdW1uU29ydE9yZGVyLCBEZXZFeHByZXNzLkRhdGEudjE4LjEsIFZlcnNpb249MTguMS40LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQE8KwAMAgAWAh8CAgELPCsABQEAFgYfAwIBHwQCAR8FCysEATwrAAwBABYCHwICAjwrAAwBABYCHwICAzwrAAwBABYCHwICBDwrAAwBABYCHwICBTwrAAwBABYCHwICBjwrAAwBABYCHwICBzwrAAwBABYCHwICCDwrAAwBABYCHwICCTwrAAwBABYCHwICCjwrAAwBABYCHwICCzwrAAwBABYCHwICDDwrAAwBABYCHwICDTwrAAwBABYCHwICDjwrAAwBABYCHwICDzwrAAwBABYCHwICEDwrAAwBABYCHwICETwrAAwBABYCHwICEjwrAAwBABYCHwICEzwrAAwBABYCHwICFDwrAAwBABYCHwICFTwrAAwBABYCHwICFjwrAAwBABYCHwICFzwrAAwBABYCHwICGDwrAAwBABYCHwICGTwrAAwBABYCHwICGg8WGwIBAgECAQIBAgECAQIBAgECAQIBAgECAQIBAgECAQIBAgECAQIBAgECAQIBAgECAQIBAgECARYBBX9EZXZFeHByZXNzLldlYi5HcmlkVmlld0RhdGFUZXh0Q29sdW1uLCBEZXZFeHByZXNzLldlYi52MTguMSwgVmVyc2lvbj0xOC4xLjQuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iODhkMTc1NGQ3MDBlNDlhGDwrAAcBBRQrAAJkZGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgUFGUZlY2hhQ29uc3VsdGFEYXRlRWRpdCREREQFH0ZlY2hhQ29uc3VsdGFEYXRlRWRpdCREREQkQyRGTlAFDkV4cG9ydGFyQnV0dG9uBQ5JbXByaW1pckJ1dHRvbgUgUG9zdGRlc3BhY2hvVW5pZGFkZXNUZXJtaWNhc0dyaWRB+mKSPTk3930eXWEXs4FsSekRYch4rEGc/sB6Q9R4Sw==\" />\n\n<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"19266F06\" />\n<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"/wEdAANwtWOgjdEEtEuj09/YJ7srqei9Sb2Zdmww74gx0qmQo2zuiI6WQn56CsmHMxVkRiFF+vU12vY105C9w6tSuMpALBH/MNgiGmiAyMGC+mX5vw==\" />\n    <script type=\"text/javascript\">\n        function ImprimirPantalla() {\n            document.getElementById(\"TablaOpciones\").style.visibility = \"hidden\";\n            window.print();\n            document.getElementById(\"TablaOpciones\").style.visibility = \"visible\";\n        }\n    </script>\n    <table style=\"border: 1px solid lightgray; margin: 2px\" id=\"TablaOpciones\">\n        <tr>\n            <td>\n                <p style=\"color: Black; font-family: @Arial Unicode MS; font-size: smaller;\">\n                    Fecha de Consulta:\n                </p>\n            </td>\n            <td>\n                <input type=\"hidden\"/><script id=\"dxis_1354953081\" src=\"/ReportesGraficos/DXR.axd?r=1_16-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1425606452\" src=\"/ReportesGraficos/DXR.axd?r=1_17-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_996127002\" src=\"/ReportesGraficos/DXR.axd?r=1_28-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1354781980\" src=\"/ReportesGraficos/DXR.axd?r=1_66-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_996091193\" src=\"/ReportesGraficos/DXR.axd?r=1_18-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_560092546\" src=\"/ReportesGraficos/DXR.axd?r=1_19-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1139317518\" src=\"/ReportesGraficos/DXR.axd?r=1_20-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_179010321\" src=\"/ReportesGraficos/DXR.axd?r=1_225-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_179185716\" src=\"/ReportesGraficos/DXR.axd?r=1_226-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1354917272\" src=\"/ReportesGraficos/DXR.axd?r=1_26-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1425570643\" src=\"/ReportesGraficos/DXR.axd?r=1_27-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_857471688\" src=\"/ReportesGraficos/DXR.axd?r=1_231-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_857539210\" src=\"/ReportesGraficos/DXR.axd?r=1_233-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1885719164\" src=\"/ReportesGraficos/DXR.axd?r=1_22-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_84779368\" src=\"/ReportesGraficos/DXR.axd?r=1_44-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_857606988\" src=\"/ReportesGraficos/DXR.axd?r=1_235-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_179117938\" src=\"/ReportesGraficos/DXR.axd?r=1_224-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_84986658\" src=\"/ReportesGraficos/DXR.axd?r=1_24-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_388784053\" src=\"/ReportesGraficos/DXR.axd?r=1_254-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_877110821\" src=\"/ReportesGraficos/DXR.axd?r=1_265-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_877286216\" src=\"/ReportesGraficos/DXR.axd?r=1_266-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_388851575\" src=\"/ReportesGraficos/DXR.axd?r=1_252-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_877370618\" src=\"/ReportesGraficos/DXR.axd?r=1_268-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1555882883\" src=\"/ReportesGraficos/DXR.axd?r=1_276-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1555967285\" src=\"/ReportesGraficos/DXR.axd?r=1_278-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1555859668\" src=\"/ReportesGraficos/DXR.axd?r=1_279-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1555815105\" src=\"/ReportesGraficos/DXR.axd?r=1_274-7ufgi\" type=\"text/javascript\"></script><script id=\"dxis_1116114848\" src=\"/ReportesGraficos/DXR.axd?r=1_280-7ufgi\" type=\"text/javascript\"></script><script id=\"dxss_620605281\" type=\"text/javascript\">\n<!--\n(function(){\nvar a = {'abbrDayNames':['dom.','lun.','mar.','mié.','jue.','vie.','sáb.'],'monthNames':['enero','febrero','marzo','abril','mayo','junio','julio','agosto','septiembre','octubre','noviembre','diciembre',''],'longDate':'dddd, d \\'de\\' MMMM \\'de\\' yyyy','abbrMonthNames':['ene.','feb.','mar.','abr.','may.','jun.','jul.','ago.','sep.','oct.','nov.','dic.',''],'pm':'p.m.','am':'a.m.','numPosInf':'∞','numNegInf':'-∞','monthDay':'d \\'de\\' MMMM','yearMonth':'MMMM \\'de\\' yyyy','percentPattern':1,'dayNames':['domingo','lunes','martes','miércoles','jueves','viernes','sábado'],'genMonthNames':['enero','febrero','marzo','abril','mayo','junio','julio','agosto','septiembre','octubre','noviembre','diciembre',''],'shortDate':'d/M/yyyy'};\nfor(var b in a) ASPx.CultureInfo[b] = a[b];\n})();\n\n//-->\n</script><table id=\"FechaConsultaDateEdit_LP\" class=\"dxeLoadingPanel_Office2010Blue dxlpLoadingPanel_Office2010Blue\" cellspacing=\"0\" cellpadding=\"0\" style=\"left:0px;top:0px;z-index:30000;display:none;\">\n\t<tr>\n\t\t<td class=\"dx\" style=\"padding-right:0px;\"><img class=\"dxlp-loadingImage dxlp-imgPosLeft\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"\" align=\"middle\" /></td><td class=\"dx\" style=\"padding-left:0px;\"><span id=\"FechaConsultaDateEdit_TL\">Cargando&hellip;</span></td>\n\t</tr>\n</table><table class=\"dxeButtonEditSys dxeButtonEdit_Office2010Blue\" cellspacing=\"1\" cellpadding=\"0\" id=\"FechaConsultaDateEdit\">\n\t<tr>\n\t\t<td class=\"dxic\" onmousedown=\"return ASPx.DDMC_MD(&#39;FechaConsultaDateEdit&#39;, event)\" width=\"100%\"><input class=\"dxeEditArea_Office2010Blue dxeEditAreaSys\" id=\"FechaConsultaDateEdit_I\" name=\"FechaConsultaDateEdit\" onfocus=\"ASPx.EGotFocus(&#39;FechaConsultaDateEdit&#39;)\" onblur=\"ASPx.ELostFocus(&#39;FechaConsultaDateEdit&#39;)\" onchange=\"ASPx.ETextChanged(&#39;FechaConsultaDateEdit&#39;)\" value=\"14/01/2025\" type=\"text\" /></td><td id=\"FechaConsultaDateEdit_B-1\" class=\"dxeButton dxeButtonEditButton_Office2010Blue\" onmousedown=\"return ASPx.DDDropDown(&#39;FechaConsultaDateEdit&#39;, event)\" style=\"user-select:none;-khtml-user-select:none;-ms-user-select:none;\"><img id=\"FechaConsultaDateEdit_B-1Img\" class=\"dxEditors_edtDropDown_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"v\" /></td>\n\t</tr>\n</table><div id=\"FechaConsultaDateEdit_DDD_PW-1\" class=\"dxpcDropDown_Office2010Blue dxpclW dxpc-ie dxpc-ddSys\" style=\"z-index:10000;display:none;visibility:hidden;\">\n\t<div class=\"dxpc-mainDiv dxpc-shadow\">\n\t\t<div class=\"dxpc-contentWrapper\">\n\t\t\t<div class=\"dxpc-content\">\n\t\t\t\t<table style=\"display:none;\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_EC_D\" class=\"dxeCalendarDay_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DS\" class=\"dxeCalendarSelected_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DA\" class=\"dxeCalendarOtherMonth_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DW\" class=\"dxeCalendarWeekend_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DO\" class=\"dxeCalendarOutOfRange_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DDD\" class=\"dxeCalendarDayDisabled_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DT\" class=\"dxeCalendarToday_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_DD\" class=\"dxeDisabled_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_FNM\" class=\"dxeCalendarFastNavMonth_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_FNMS\" class=\"dxeCalendarFastNavMonthSelected_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_FNY\" class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td id=\"FechaConsultaDateEdit_DDD_C_EC_FNYS\" class=\"dxeCalendarFastNavYearSelected_Office2010Blue\"></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table><table class=\"dxeCVC dxeCalendar_Office2010Blue\" cellspacing=\"0\" cellpadding=\"0\" id=\"FechaConsultaDateEdit_DDD_C\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td valign=\"top\"><table cellpadding=\"0\" width=\"100%\" style=\"border-collapse:collapse;\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td class=\"dxeCalendarHeader_Office2010Blue\" style=\"border-top:0;\"><table cellpadding=\"0\" width=\"100%\" style=\"border-collapse:collapse;\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_PYC\" class=\"dxe\"><img id=\"FechaConsultaDateEdit_DDD_C_PYCImg\" class=\"dxEditors_edtCalendarPrevYear_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"&lt;&lt;\" /></td><td class=\"dxeCHS\"></td><td id=\"FechaConsultaDateEdit_DDD_C_PMC\" class=\"dxe\"><img id=\"FechaConsultaDateEdit_DDD_C_PMCImg\" class=\"dxEditors_edtCalendarPrevMonth_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"&lt;\" /></td><td id=\"FechaConsultaDateEdit_DDD_C_TC\" class=\"dxe\" width=\"100%\" style=\"cursor:default;\"><span id=\"FechaConsultaDateEdit_DDD_C_T\" style=\"cursor:pointer;\">enero de 2025</span></td><td id=\"FechaConsultaDateEdit_DDD_C_NMC\" class=\"dxe\"><img id=\"FechaConsultaDateEdit_DDD_C_NMCImg\" class=\"dxEditors_edtCalendarNextMonth_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\">\" /></td><td class=\"dxeCHS\"></td><td id=\"FechaConsultaDateEdit_DDD_C_NYC\" class=\"dxe\"><img id=\"FechaConsultaDateEdit_DDD_C_NYCImg\" class=\"dxEditors_edtCalendarNextYear_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\">>\" /></td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table></td>\n\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_mc\" class=\"dxMonthGridWithWeekNumbers\" style=\"user-select:none;-khtml-user-select:none;-ms-user-select:none;\"><table id=\"FechaConsultaDateEdit_DDD_C_mt\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"border-collapse:separate;\">\n\t\t\t\t\t\t\t\t\t<tr align=\"center\">\n\t\t\t\t\t\t\t\t\t\t<td></td><td class=\"dxeCalendarDayHeader_Office2010Blue\">dom.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">lun.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">mar.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">mié.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">jue.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">vie.</td><td class=\"dxeCalendarDayHeader_Office2010Blue\">sáb.</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">01</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">29</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">30</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">31</td><td class=\"dxeCalendarDay_Office2010Blue\">1</td><td class=\"dxeCalendarDay_Office2010Blue\">2</td><td class=\"dxeCalendarDay_Office2010Blue\">3</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">4</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">02</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">5</td><td class=\"dxeCalendarDay_Office2010Blue\">6</td><td class=\"dxeCalendarDay_Office2010Blue\">7</td><td class=\"dxeCalendarDay_Office2010Blue\">8</td><td class=\"dxeCalendarDay_Office2010Blue\">9</td><td class=\"dxeCalendarDay_Office2010Blue\">10</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">11</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">03</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">12</td><td class=\"dxeCalendarDay_Office2010Blue\">13</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarToday_Office2010Blue\">14</td><td class=\"dxeCalendarDay_Office2010Blue\">15</td><td class=\"dxeCalendarDay_Office2010Blue\">16</td><td class=\"dxeCalendarDay_Office2010Blue\">17</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">18</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">04</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">19</td><td class=\"dxeCalendarDay_Office2010Blue\">20</td><td class=\"dxeCalendarDay_Office2010Blue\">21</td><td class=\"dxeCalendarDay_Office2010Blue\">22</td><td class=\"dxeCalendarDay_Office2010Blue\">23</td><td class=\"dxeCalendarDay_Office2010Blue\">24</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">25</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">05</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue\">26</td><td class=\"dxeCalendarDay_Office2010Blue\">27</td><td class=\"dxeCalendarDay_Office2010Blue\">28</td><td class=\"dxeCalendarDay_Office2010Blue\">29</td><td class=\"dxeCalendarDay_Office2010Blue\">30</td><td class=\"dxeCalendarDay_Office2010Blue\">31</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">1</td>\n\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarWeekNumber_Office2010Blue\">06</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">2</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">3</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">4</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">5</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">6</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">7</td><td class=\"dxeCalendarDay_Office2010Blue dxeCalendarWeekend_Office2010Blue dxeCalendarOtherMonth_Office2010Blue\">8</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table></td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table></td>\n\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_F\" class=\"dx-ac dxeCalendarFooter_Office2010Blue\"><table cellpadding=\"0\" style=\"border-collapse:collapse;\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_BT\" class=\"dxeCalendarButton_Office2010Blue\" onclick=\"ASPx.CalTodayClick(&#39;FechaConsultaDateEdit_DDD_C&#39;);\">Hoy</td><td class=\"dxeCFS\"></td><td id=\"FechaConsultaDateEdit_DDD_C_BC\" class=\"dxeCalendarButton_Office2010Blue\" onclick=\"ASPx.CalClearClick(&#39;FechaConsultaDateEdit_DDD_C&#39;);\">Vaciar</td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table><div id=\"FechaConsultaDateEdit_DDD_C_FNP_PW-1\" class=\"dxpcDropDown_Office2010Blue dxpclW dxpc-ie dxpc-ddSys\" style=\"z-index:10000;display:none;visibility:hidden;\">\n\t\t\t\t\t<div class=\"dxpc-mainDiv dxpc-shadow\">\n\t\t\t\t\t\t<div class=\"dxpc-contentWrapper\">\n\t\t\t\t\t\t\t<div class=\"dxpc-content\">\n\t\t\t\t\t\t\t\t<div class=\"dxeCalendarFastNav_Office2010Blue\">\n\t\t\t\t\t\t\t\t\t<div class=\"dxeCalendarFastNavMonthArea_Office2010Blue\">\n\t\t\t\t\t\t\t\t\t\t<table id=\"FechaConsultaDateEdit_DDD_C_FNP_m\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"border-collapse:separate;\">\n\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Ene.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Feb.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Mar.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Abr.</td>\n\t\t\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarFastNavMonth_Office2010Blue\">May.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Jun.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Jul.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Ago.</td>\n\t\t\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Sep.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Oct.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Nov.</td><td class=\"dxeCalendarFastNavMonth_Office2010Blue\">Dic.</td>\n\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t</div><div class=\"dxeCalendarFastNavYearArea_Office2010Blue\">\n\t\t\t\t\t\t\t\t\t\t<table id=\"FechaConsultaDateEdit_DDD_C_FNP_y\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"border-collapse:separate;\">\n\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<td onclick=\"ASPx.CalFNYShuffle(&#39;FechaConsultaDateEdit_DDD_C&#39;, -10)\" ondblclick=\"ASPx.CalFNYShuffle(&#39;FechaConsultaDateEdit_DDD_C&#39;, -10)\" rowspan=\"2\" style=\"cursor:pointer;\"><img class=\"dxEditors_edtCalendarFNPrevYear_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"&lt;\" /></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td onclick=\"ASPx.CalFNYShuffle(&#39;FechaConsultaDateEdit_DDD_C&#39;, 10)\" ondblclick=\"ASPx.CalFNYShuffle(&#39;FechaConsultaDateEdit_DDD_C&#39;, 10)\" rowspan=\"2\" style=\"cursor:pointer;\"><img class=\"dxEditors_edtCalendarFNNextYear_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\">\" /></td>\n\t\t\t\t\t\t\t\t\t\t\t</tr><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td><td class=\"dxeCalendarFastNavYear_Office2010Blue\"></td>\n\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div><div class=\"dxeCalendarFastNavFooter_Office2010Blue\" align=\"center\">\n\t\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td id=\"FechaConsultaDateEdit_DDD_C_FNP_BO\" class=\"dxeCalendarButton_Office2010Blue\" onclick=\"ASPx.CalFNBClick(&#39;FechaConsultaDateEdit_DDD_C&#39;, &#39;ok&#39;)\">Aceptar</td><td class=\"dxeCFNFS\"></td><td id=\"FechaConsultaDateEdit_DDD_C_FNP_BC\" class=\"dxeCalendarButton_Office2010Blue\" onclick=\"ASPx.CalFNBClick(&#39;FechaConsultaDateEdit_DDD_C&#39;, &#39;cancel&#39;)\">Cancelar</td>\n\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div><script id=\"dxss_2143387158\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('FechaConsultaDateEdit_DDD_C_FNP',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);\nASPx.createControl(ASPxClientPopupControl,'FechaConsultaDateEdit_DDD_C_FNP','',{'uniqueID':'FechaConsultaDateEdit$DDD$C$FNP','adjustInnerControlsSizeOnShow':false,'popupAnimationType':'fade','isPopupPositionCorrectionOn':false});\n\n//-->\n</script><script id=\"dxss_1266379014\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('FechaConsultaDateEdit_DDD_C',[[['dxeCalendarButtonHover_Office2010Blue'],[''],['BT','BC','BO','BCN','FNP_BO','FNP_BC']],[['dxeCalendarFastNavMonthHover_Office2010Blue'],[''],['FNP_M0','FNP_M1','FNP_M2','FNP_M3','FNP_M4','FNP_M5','FNP_M6','FNP_M7','FNP_M8','FNP_M9','FNP_M10','FNP_M11']],[['dxeCalendarFastNavYearHover_Office2010Blue'],[''],['FNP_Y0','FNP_Y1','FNP_Y2','FNP_Y3','FNP_Y4','FNP_Y5','FNP_Y6','FNP_Y7','FNP_Y8','FNP_Y9']]]);\nASPx.AddPressedItems('FechaConsultaDateEdit_DDD_C',[[['dxeCalendarButtonPressed_Office2010Blue'],[''],['BT','BC','BO','BCN','FNP_BO','FNP_BC']]]);\nASPx.AddDisabledItems('FechaConsultaDateEdit_DDD_C',[[['dxeDisabled_Office2010Blue'],[''],['']],[['dxeDisabled_Office2010Blue dxeButtonDisabled_Office2010Blue'],[''],['BT','BC','BO','BCN','FNP_BO','FNP_BC']],[[''],[''],['PYC','PMC','NMC','NYC'],,[[{'spriteCssClass':'dxEditors_edtCalendarPrevYearDisabled_Office2010Blue'}],[{'spriteCssClass':'dxEditors_edtCalendarPrevMonthDisabled_Office2010Blue'}],[{'spriteCssClass':'dxEditors_edtCalendarNextMonthDisabled_Office2010Blue'}],[{'spriteCssClass':'dxEditors_edtCalendarNextYearDisabled_Office2010Blue'}]],['Img']]]);\nASPx.createControl(ASPxClientCalendar,'FechaConsultaDateEdit_DDD_C','',{'uniqueID':'FechaConsultaDateEdit$DDD$C','scStates':2,'scPostfix':'Office2010Blue','serverCurrentDate':new Date(2025,0,14,0,0,0,0),'visibleDate':new Date(2025,0,14,0,0,0,0),'isDateEditCalendar':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Office2010Blue','cssText':''}],'selection':[new Date(2025,0,14,0,0,0,0)]});\n\n//-->\n</script>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div><script id=\"dxss_1255765817\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('FechaConsultaDateEdit_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]);\nASPx.createControl(ASPxClientPopupControl,'FechaConsultaDateEdit_DDD','',{'uniqueID':'FechaConsultaDateEdit$DDD','adjustInnerControlsSizeOnShow':false,'popupAnimationType':'slide','closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('FechaConsultaDateEdit', e); }});\n\n//-->\n</script><script id=\"dxss_2133219256\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('FechaConsultaDateEdit',[[['dxeButtonEditButtonHover_Office2010Blue'],[''],['B-1']]]);\nASPx.RemoveHoverItems('FechaConsultaDateEdit',[[['B-100']]]);\nASPx.AddPressedItems('FechaConsultaDateEdit',[[['dxeButtonEditButtonPressed_Office2010Blue'],[''],['B-1']]]);\nASPx.RemovePressedItems('FechaConsultaDateEdit',[[['B-100']]]);\nASPx.AddDisabledItems('FechaConsultaDateEdit',[[['dxeDisabled_Office2010Blue'],[''],['','I']],[['dxeDisabled_Office2010Blue dxeButtonDisabled_Office2010Blue'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Office2010Blue'}]],['Img']]]);\nASPx.RemoveDisabledItems('FechaConsultaDateEdit',[[['B-100'],]]);\nASPx.createControl(ASPxClientDateEdit,'FechaConsultaDateEdit','',{'callBack':function(arg) { WebForm_DoCallback('FechaConsultaDateEdit',arg,ASPx.Callback,'FechaConsultaDateEdit',ASPx.CallbackError,true); },'scStates':2,'scPostfix':'Office2010Blue','stateObject':{'rawValue':'1736812800000'},'displayFormat':'{0:dd/MM/yyyy}','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'outOfRangeWarningClassName':'dxeOutOfRWarn_Office2010Blue dxeOutOfRWarnRight_Office2010Blue','outOfRangeWarningMessages':['La fecha debe estar en el rango de {0}...{1}', 'La fecha debe ser mayor o igual a {0}', 'La fecha debe ser menor o igual a {0}'],'date':new Date(2025,0,14,0,0,0,0),'dateFormatter':ASPx.DateFormatter.Create('d/M/yyyy')},{'DateChanged':function(s, e) {\n\tdocument.getElementById('ConsultarButton').click();\n}},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Office2010Blue','cssText':''}]});\n\n//-->\n</script>\n            </td>\n            <td>\n                <div class=\"dxbButton_Office2010Blue dxbButtonSys dxbTSys\" id=\"ExportarButton\" style=\"user-select:none;-khtml-user-select:none;-ms-user-select:none;\">\n\t<div class=\"dxb\">\n\t\t<input id=\"ExportarButton_I\" class=\"dxb-hb\" value=\"Exportar\" type=\"submit\" name=\"ExportarButton\" /><span class=\"dx-vam\">Exportar</span>\n\t</div>\n</div><script id=\"dxss_1444205541\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('ExportarButton',[[['dxbButtonHover_Office2010Blue'],[''],[''],['','TC']]]);\nASPx.AddPressedItems('ExportarButton',[[['dxbButtonPressed_Office2010Blue'],[''],[''],['','TC']]]);\nASPx.AddSelectedItems('ExportarButton',[[['dxbf'],[''],['CD']]]);\nASPx.createControl(ASPxClientButton,'ExportarButton','',{'autoPostBack':true,'serverEvents':['Click']});\n\n//-->\n</script>\n            </td>\n            <td>\n                <div class=\"dxbButton_Office2010Blue dxbButtonSys dxbTSys\" id=\"ImprimirButton\" style=\"user-select:none;-khtml-user-select:none;-ms-user-select:none;\">\n\t<div class=\"dxb\">\n\t\t<input id=\"ImprimirButton_I\" class=\"dxb-hb\" value=\"Imprimir\" type=\"submit\" name=\"ImprimirButton\" /><span class=\"dx-vam\">Imprimir</span>\n\t</div>\n</div><script id=\"dxss_927814252\" type=\"text/javascript\">\n<!--\nASPx.AddHoverItems('ImprimirButton',[[['dxbButtonHover_Office2010Blue'],[''],[''],['','TC']]]);\nASPx.AddPressedItems('ImprimirButton',[[['dxbButtonPressed_Office2010Blue'],[''],[''],['','TC']]]);\nASPx.AddDisabledItems('ImprimirButton',[[['dxbDisabled_Office2010Blue'],[''],[''],['','TC']]]);\nASPx.AddSelectedItems('ImprimirButton',[[['dxbf'],[''],['CD']]]);\nASPx.createControl(ASPxClientButton,'ImprimirButton','',{'autoPostBack':true},{'Click':function(s, e) {\n\tImprimirPantalla();\n}});\n\n//-->\n</script>\n            </td>\n            <td>\n                <input id=\"ConsultarButton\" type=\"submit\" style=\"visibility: hidden; width: 1px;\" />\n            </td>\n        </tr>\n    </table>\n    \n    <div style=\"padding: 0px; width: 100%;\">\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%; height: 100%;\">\n            <tr>\n                <td valign=\"top\">\n                    <div style=\"font-family: Tahoma; font-size: 18px; margin: 0px; color: #333333; text-align: left;\">\n                        Postdespacho de Unidades - Información a:14/01/2025\n                    </div>\n                    <!-- GRID -->\n                    <table class=\"dxgvControl_Office2010Blue dxgv\" cellspacing=\"0\" cellpadding=\"0\" id=\"PostdespachoUnidadesTermicasGrid\" width=\"100%\" style=\"border-collapse:separate;\">\n\t<tr>\n\t\t<td style=\"padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;\"><table id=\"PostdespachoUnidadesTermicasGrid_DXMainTable\" class=\"dxgvTable_Office2010Blue\" cellspacing=\"0\" cellpadding=\"0\" onclick=\"ASPx.GTableClick(&#39;PostdespachoUnidadesTermicasGrid&#39;, event);\" ondblclick=\"ASPx.GVTableDblClick(&#39;PostdespachoUnidadesTermicasGrid&#39;, event);\" oncontextmenu=\"return ASPx.GVContextMenu(&#39;PostdespachoUnidadesTermicasGrid&#39;,event);\" width=\"100%\" style=\"empty-cells:show;\">\n\t\t\t<tr id=\"PostdespachoUnidadesTermicasGrid_DXHeadersRow0\">\n\t\t\t\t<td class=\"dxgvHeader_Office2010Blue\" width=\"0.1%\" style=\"border-top-width:0px;border-left-width:0px;cursor:default;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"\" style=\"visibility:hidden;\" /></td><td class=\"dxgvHeader_Office2010Blue\" width=\"0.1%\" style=\"border-top-width:0px;border-left-width:0px;cursor:default;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"\" style=\"visibility:hidden;\" /></td><td id=\"PostdespachoUnidadesTermicasGrid_col2\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>CENTRAL</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col3\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col4\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col5\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col6\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col7\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col8\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col9\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col10\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col11\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col12\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col13\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col14\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col15\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col16\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col17\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col18\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col19\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col20\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col21\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col22\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col23\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col24\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col25\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td><td id=\"PostdespachoUnidadesTermicasGrid_col26\" class=\"dxgvHeader_Office2010Blue\" style=\"border-top-width:0px;border-left-width:0px;border-right-width:0px;\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>24</td><td width=\"1\" style=\"text-align:right;\"><span class=\"dx-vam\">&nbsp;</span></td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table></td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp0\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,0,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"26\" style=\"border-right-width:0px;\">GRUPO: E&#243;lica </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp1\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,1,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: AGUA CLARA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow2\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO AGUA CLARA</td><td class=\"dxgv\" align=\"right\">1.69</td><td class=\"dxgv\" align=\"right\">1.43</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.22</td><td class=\"dxgv\" align=\"right\">0.65</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.21</td><td class=\"dxgv\" align=\"right\">1.97</td><td class=\"dxgv\" align=\"right\">11.76</td><td class=\"dxgv\" align=\"right\">23.05</td><td class=\"dxgv\" align=\"right\">23.74</td><td class=\"dxgv\" align=\"right\">12.71</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow1\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp3\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,3,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EGEHAINA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow4\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">JUANCHO LOS COCOS 1</td><td class=\"dxgv\" align=\"right\">3.91</td><td class=\"dxgv\" align=\"right\">4.40</td><td class=\"dxgv\" align=\"right\">4.46</td><td class=\"dxgv\" align=\"right\">0.89</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.57</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow5\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS COCOS 2</td><td class=\"dxgv\" align=\"right\">3.15</td><td class=\"dxgv\" align=\"right\">3.34</td><td class=\"dxgv\" align=\"right\">3.36</td><td class=\"dxgv\" align=\"right\">0.67</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow6\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO LARIMAR</td><td class=\"dxgv\" align=\"right\">26.79</td><td class=\"dxgv\" align=\"right\">28.12</td><td class=\"dxgv\" align=\"right\">28.28</td><td class=\"dxgv\" align=\"right\">16.45</td><td class=\"dxgv\" align=\"right\">10.55</td><td class=\"dxgv\" align=\"right\">7.30</td><td class=\"dxgv\" align=\"right\">5.59</td><td class=\"dxgv\" align=\"right\">4.94</td><td class=\"dxgv\" align=\"right\">4.01</td><td class=\"dxgv\" align=\"right\">3.42</td><td class=\"dxgv\" align=\"right\">3.51</td><td class=\"dxgv\" align=\"right\">3.81</td><td class=\"dxgv\" align=\"right\">4.40</td><td class=\"dxgv\" align=\"right\">6.14</td><td class=\"dxgv\" align=\"right\">7.06</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">2.29</td><td class=\"dxgv\" align=\"right\">1.90</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow7\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO LARIMAR II</td><td class=\"dxgv\" align=\"right\">18.46</td><td class=\"dxgv\" align=\"right\">16.92</td><td class=\"dxgv\" align=\"right\">16.74</td><td class=\"dxgv\" align=\"right\">7.92</td><td class=\"dxgv\" align=\"right\">4.58</td><td class=\"dxgv\" align=\"right\">3.12</td><td class=\"dxgv\" align=\"right\">2.46</td><td class=\"dxgv\" align=\"right\">2.04</td><td class=\"dxgv\" align=\"right\">1.66</td><td class=\"dxgv\" align=\"right\">1.39</td><td class=\"dxgv\" align=\"right\">1.20</td><td class=\"dxgv\" align=\"right\">1.17</td><td class=\"dxgv\" align=\"right\">1.39</td><td class=\"dxgv\" align=\"right\">1.71</td><td class=\"dxgv\" align=\"right\">2.28</td><td class=\"dxgv\" align=\"right\">2.22</td><td class=\"dxgv\" align=\"right\">2.73</td><td class=\"dxgv\" align=\"right\">3.04</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow8\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUILVIO CABRERA</td><td class=\"dxgv\" align=\"right\">1.23</td><td class=\"dxgv\" align=\"right\">1.35</td><td class=\"dxgv\" align=\"right\">1.36</td><td class=\"dxgv\" align=\"right\">0.53</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.60</td><td class=\"dxgv\" align=\"right\">0.82</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow3\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp9\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,9,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: GRUPO E&#211;LICO DOMINICANO </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow10\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO DE MATAFONGO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.22</td><td class=\"dxgv\" align=\"right\">3.52</td><td class=\"dxgv\" align=\"right\">0.63</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.16</td><td class=\"dxgv\" align=\"right\">2.99</td><td class=\"dxgv\" align=\"right\">3.55</td><td class=\"dxgv\" align=\"right\">1.33</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow9\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp11\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,11,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: PECASA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow12\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO GUANILLO</td><td class=\"dxgv\" align=\"right\">11.94</td><td class=\"dxgv\" align=\"right\">6.50</td><td class=\"dxgv\" align=\"right\">0.96</td><td class=\"dxgv\" align=\"right\">0.83</td><td class=\"dxgv\" align=\"right\">0.67</td><td class=\"dxgv\" align=\"right\">2.06</td><td class=\"dxgv\" align=\"right\">2.35</td><td class=\"dxgv\" align=\"right\">2.49</td><td class=\"dxgv\" align=\"right\">2.62</td><td class=\"dxgv\" align=\"right\">0.93</td><td class=\"dxgv\" align=\"right\">2.21</td><td class=\"dxgv\" align=\"right\">2.31</td><td class=\"dxgv\" align=\"right\">8.22</td><td class=\"dxgv\" align=\"right\">15.87</td><td class=\"dxgv\" align=\"right\">28.68</td><td class=\"dxgv\" align=\"right\">33.73</td><td class=\"dxgv\" align=\"right\">33.22</td><td class=\"dxgv\" align=\"right\">32.26</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow11\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp13\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,13,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: POSEIDON </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow14\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO LOS GUZMANCITOS</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">3.41</td><td class=\"dxgv\" align=\"right\">8.95</td><td class=\"dxgv\" align=\"right\">10.24</td><td class=\"dxgv\" align=\"right\">9.23</td><td class=\"dxgv\" align=\"right\">9.19</td><td class=\"dxgv\" align=\"right\">6.97</td><td class=\"dxgv\" align=\"right\">7.17</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow15\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE E&#211;LICO LOS GUZMANCITOS 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.29</td><td class=\"dxgv\" align=\"right\">4.72</td><td class=\"dxgv\" align=\"right\">6.50</td><td class=\"dxgv\" align=\"right\">9.37</td><td class=\"dxgv\" align=\"right\">10.13</td><td class=\"dxgv\" align=\"right\">8.85</td><td class=\"dxgv\" align=\"right\">6.70</td><td class=\"dxgv\" align=\"right\">6.21</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow13\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow0\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0\" style=\"border-left-width:0px;border-right-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp16\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,16,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"26\" style=\"border-right-width:0px;\">GRUPO: Hidroel&#233;ctrica </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp17\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,17,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EGEHID </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow18\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">AGUACATE 1</td><td class=\"dxgv\" align=\"right\">26.00</td><td class=\"dxgv\" align=\"right\">2.37</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.96</td><td class=\"dxgv\" align=\"right\">26.00</td><td class=\"dxgv\" align=\"right\">26.00</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow19\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">AGUACATE 2</td><td class=\"dxgv\" align=\"right\">26.02</td><td class=\"dxgv\" align=\"right\">26.56</td><td class=\"dxgv\" align=\"right\">26.59</td><td class=\"dxgv\" align=\"right\">14.87</td><td class=\"dxgv\" align=\"right\">26.43</td><td class=\"dxgv\" align=\"right\">26.00</td><td class=\"dxgv\" align=\"right\">25.93</td><td class=\"dxgv\" align=\"right\">16.30</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">4.46</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow20\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ANIANA VARGAS 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow21\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ANIANA VARGAS 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow22\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">BAIGUAQUE 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow23\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">BAIGUAQUE 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow24\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">BRAZO DERECHO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow25\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CONTRA EMBALSE MONCI&#211;N 1</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow26\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CONTRA EMBALSE MONCI&#211;N 2</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">0.80</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow27\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">DOMINGO RODR&#205;GUEZ 1</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.34</td><td class=\"dxgv\" align=\"right\">1.35</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.38</td><td class=\"dxgv\" align=\"right\">1.35</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow28\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">DOMINGO RODR&#205;GUEZ 2</td><td class=\"dxgv\" align=\"right\">1.21</td><td class=\"dxgv\" align=\"right\">1.21</td><td class=\"dxgv\" align=\"right\">1.21</td><td class=\"dxgv\" align=\"right\">1.21</td><td class=\"dxgv\" align=\"right\">1.20</td><td class=\"dxgv\" align=\"right\">1.20</td><td class=\"dxgv\" align=\"right\">1.20</td><td class=\"dxgv\" align=\"right\">1.23</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.26</td><td class=\"dxgv\" align=\"right\">1.23</td><td class=\"dxgv\" align=\"right\">1.24</td><td class=\"dxgv\" align=\"right\">0.54</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow29\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">EL SALTO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow30\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">HATILLO</td><td class=\"dxgv\" align=\"right\">7.06</td><td class=\"dxgv\" align=\"right\">7.05</td><td class=\"dxgv\" align=\"right\">7.04</td><td class=\"dxgv\" align=\"right\">7.03</td><td class=\"dxgv\" align=\"right\">7.03</td><td class=\"dxgv\" align=\"right\">7.05</td><td class=\"dxgv\" align=\"right\">7.05</td><td class=\"dxgv\" align=\"right\">7.04</td><td class=\"dxgv\" align=\"right\">7.02</td><td class=\"dxgv\" align=\"right\">6.99</td><td class=\"dxgv\" align=\"right\">6.71</td><td class=\"dxgv\" align=\"right\">6.95</td><td class=\"dxgv\" align=\"right\">6.99</td><td class=\"dxgv\" align=\"right\">6.99</td><td class=\"dxgv\" align=\"right\">7.00</td><td class=\"dxgv\" align=\"right\">6.97</td><td class=\"dxgv\" align=\"right\">7.03</td><td class=\"dxgv\" align=\"right\">7.03</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow31\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">HATILLO 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow32\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">JIGUEY 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">3.55</td><td class=\"dxgv\" align=\"right\">47.00</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow33\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">JIGUEY 2</td><td class=\"dxgv\" align=\"right\">47.00</td><td class=\"dxgv\" align=\"right\">47.00</td><td class=\"dxgv\" align=\"right\">27.78</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow34\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">JIMENOA</td><td class=\"dxgv\" align=\"right\">3.84</td><td class=\"dxgv\" align=\"right\">3.84</td><td class=\"dxgv\" align=\"right\">3.85</td><td class=\"dxgv\" align=\"right\">3.85</td><td class=\"dxgv\" align=\"right\">3.85</td><td class=\"dxgv\" align=\"right\">3.86</td><td class=\"dxgv\" align=\"right\">3.87</td><td class=\"dxgv\" align=\"right\">3.87</td><td class=\"dxgv\" align=\"right\">3.87</td><td class=\"dxgv\" align=\"right\">3.90</td><td class=\"dxgv\" align=\"right\">4.05</td><td class=\"dxgv\" align=\"right\">4.07</td><td class=\"dxgv\" align=\"right\">4.07</td><td class=\"dxgv\" align=\"right\">4.07</td><td class=\"dxgv\" align=\"right\">4.06</td><td class=\"dxgv\" align=\"right\">4.06</td><td class=\"dxgv\" align=\"right\">4.07</td><td class=\"dxgv\" align=\"right\">4.07</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow35\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LAS BAR&#205;AS</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow36\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LAS DAMAS</td><td class=\"dxgv\" align=\"right\">1.62</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.67</td><td class=\"dxgv\" align=\"right\">1.72</td><td class=\"dxgv\" align=\"right\">1.63</td><td class=\"dxgv\" align=\"right\">1.63</td><td class=\"dxgv\" align=\"right\">1.65</td><td class=\"dxgv\" align=\"right\">1.67</td><td class=\"dxgv\" align=\"right\">1.71</td><td class=\"dxgv\" align=\"right\">1.71</td><td class=\"dxgv\" align=\"right\">1.71</td><td class=\"dxgv\" align=\"right\">1.72</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow37\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">L&#211;PEZ ANGOSTURA</td><td class=\"dxgv\" align=\"right\">7.66</td><td class=\"dxgv\" align=\"right\">7.63</td><td class=\"dxgv\" align=\"right\">7.59</td><td class=\"dxgv\" align=\"right\">7.64</td><td class=\"dxgv\" align=\"right\">7.62</td><td class=\"dxgv\" align=\"right\">7.59</td><td class=\"dxgv\" align=\"right\">7.55</td><td class=\"dxgv\" align=\"right\">7.52</td><td class=\"dxgv\" align=\"right\">7.54</td><td class=\"dxgv\" align=\"right\">7.72</td><td class=\"dxgv\" align=\"right\">7.67</td><td class=\"dxgv\" align=\"right\">7.52</td><td class=\"dxgv\" align=\"right\">7.66</td><td class=\"dxgv\" align=\"right\">7.64</td><td class=\"dxgv\" align=\"right\">7.60</td><td class=\"dxgv\" align=\"right\">7.61</td><td class=\"dxgv\" align=\"right\">7.65</td><td class=\"dxgv\" align=\"right\">7.68</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow38\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS ANONES</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow39\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS TOROS 1</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.50</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.30</td><td class=\"dxgv\" align=\"right\">3.40</td><td class=\"dxgv\" align=\"right\">3.40</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow40\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS TOROS 2</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">2.80</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow41\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MAGUEYAL 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow42\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MAGUEYAL 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow43\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MONCI&#211;N 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow44\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MONCI&#211;N 2</td><td class=\"dxgv\" align=\"right\">26.00</td><td class=\"dxgv\" align=\"right\">2.37</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow45\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">NIZAO NAJAYO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow46\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PALOMINO 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">30.69</td><td class=\"dxgv\" align=\"right\">5.31</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow47\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PALOMINO 2</td><td class=\"dxgv\" align=\"right\">35.41</td><td class=\"dxgv\" align=\"right\">2.13</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow48\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PINALITO 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow49\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PINALITO 2</td><td class=\"dxgv\" align=\"right\">24.18</td><td class=\"dxgv\" align=\"right\">24.19</td><td class=\"dxgv\" align=\"right\">7.95</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow50\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">RINC&#211;N</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">8.13</td><td class=\"dxgv\" align=\"right\">8.80</td><td class=\"dxgv\" align=\"right\">8.78</td><td class=\"dxgv\" align=\"right\">8.74</td><td class=\"dxgv\" align=\"right\">8.20</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow51\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">R&#205;O BLANCO 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">9.63</td><td class=\"dxgv\" align=\"right\">11.70</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow52\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">R&#205;O BLANCO 2</td><td class=\"dxgv\" align=\"right\">12.00</td><td class=\"dxgv\" align=\"right\">12.00</td><td class=\"dxgv\" align=\"right\">11.92</td><td class=\"dxgv\" align=\"right\">11.89</td><td class=\"dxgv\" align=\"right\">11.86</td><td class=\"dxgv\" align=\"right\">12.02</td><td class=\"dxgv\" align=\"right\">12.00</td><td class=\"dxgv\" align=\"right\">11.90</td><td class=\"dxgv\" align=\"right\">11.86</td><td class=\"dxgv\" align=\"right\">11.82</td><td class=\"dxgv\" align=\"right\">11.18</td><td class=\"dxgv\" align=\"right\">11.76</td><td class=\"dxgv\" align=\"right\">11.81</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow53\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ROSA JULIA DE LA CRUZ</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow54\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SABANA YEGUA</td><td class=\"dxgv\" align=\"right\">11.16</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.13</td><td class=\"dxgv\" align=\"right\">11.12</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.14</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">11.15</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow55\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SABANETA</td><td class=\"dxgv\" align=\"right\">4.28</td><td class=\"dxgv\" align=\"right\">4.28</td><td class=\"dxgv\" align=\"right\">4.28</td><td class=\"dxgv\" align=\"right\">4.28</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">4.27</td><td class=\"dxgv\" align=\"right\">4.26</td><td class=\"dxgv\" align=\"right\">4.26</td><td class=\"dxgv\" align=\"right\">4.26</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow56\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">TAVERA 1</td><td class=\"dxgv\" align=\"right\">12.38</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow57\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">TAVERA 2</td><td class=\"dxgv\" align=\"right\">13.47</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow58\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">VALDESIA 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow59\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">VALDESIA 2</td><td class=\"dxgv\" align=\"right\">23.00</td><td class=\"dxgv\" align=\"right\">2.10</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow17\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow16\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0\" style=\"border-left-width:0px;border-right-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp60\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,60,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"26\" style=\"border-right-width:0px;\">GRUPO: Solar </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp61\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,61,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: AES DOMINICANA RENEWABLE ENERGY, S.R.L. </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow62\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO BAYAHONDA (BAYASOL)</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.90</td><td class=\"dxgv\" align=\"right\">8.77</td><td class=\"dxgv\" align=\"right\">18.57</td><td class=\"dxgv\" align=\"right\">25.60</td><td class=\"dxgv\" align=\"right\">28.75</td><td class=\"dxgv\" align=\"right\">30.10</td><td class=\"dxgv\" align=\"right\">29.76</td><td class=\"dxgv\" align=\"right\">26.98</td><td class=\"dxgv\" align=\"right\">21.81</td><td class=\"dxgv\" align=\"right\">14.20</td><td class=\"dxgv\" align=\"right\">8.46</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow63\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO MIRASOL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.23</td><td class=\"dxgv\" align=\"right\">25.95</td><td class=\"dxgv\" align=\"right\">53.87</td><td class=\"dxgv\" align=\"right\">62.02</td><td class=\"dxgv\" align=\"right\">58.78</td><td class=\"dxgv\" align=\"right\">75.33</td><td class=\"dxgv\" align=\"right\">71.87</td><td class=\"dxgv\" align=\"right\">70.49</td><td class=\"dxgv\" align=\"right\">58.84</td><td class=\"dxgv\" align=\"right\">37.39</td><td class=\"dxgv\" align=\"right\">25.83</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow64\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO SANTANASOL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.52</td><td class=\"dxgv\" align=\"right\">14.14</td><td class=\"dxgv\" align=\"right\">28.18</td><td class=\"dxgv\" align=\"right\">39.40</td><td class=\"dxgv\" align=\"right\">44.99</td><td class=\"dxgv\" align=\"right\">43.93</td><td class=\"dxgv\" align=\"right\">45.42</td><td class=\"dxgv\" align=\"right\">42.85</td><td class=\"dxgv\" align=\"right\">34.79</td><td class=\"dxgv\" align=\"right\">22.78</td><td class=\"dxgv\" align=\"right\">13.84</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow61\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp65\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,65,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: DESARROLLOS FOTOVOLTAICOS DSS </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow66\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO LA VICTORIA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.18</td><td class=\"dxgv\" align=\"right\">11.55</td><td class=\"dxgv\" align=\"right\">24.41</td><td class=\"dxgv\" align=\"right\">28.24</td><td class=\"dxgv\" align=\"right\">30.56</td><td class=\"dxgv\" align=\"right\">31.87</td><td class=\"dxgv\" align=\"right\">34.46</td><td class=\"dxgv\" align=\"right\">30.17</td><td class=\"dxgv\" align=\"right\">24.47</td><td class=\"dxgv\" align=\"right\">18.34</td><td class=\"dxgv\" align=\"right\">11.70</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow65\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp67\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,67,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EFD ECOENER FOTOVOLTAICA DOMINICANA, S.R.L. </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow68\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO CUMAYASA 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">3.04</td><td class=\"dxgv\" align=\"right\">23.22</td><td class=\"dxgv\" align=\"right\">39.43</td><td class=\"dxgv\" align=\"right\">34.45</td><td class=\"dxgv\" align=\"right\">25.91</td><td class=\"dxgv\" align=\"right\">29.45</td><td class=\"dxgv\" align=\"right\">36.18</td><td class=\"dxgv\" align=\"right\">37.73</td><td class=\"dxgv\" align=\"right\">36.81</td><td class=\"dxgv\" align=\"right\">30.08</td><td class=\"dxgv\" align=\"right\">11.09</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow69\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO CUMAYASA 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.11</td><td class=\"dxgv\" align=\"right\">14.39</td><td class=\"dxgv\" align=\"right\">23.48</td><td class=\"dxgv\" align=\"right\">22.79</td><td class=\"dxgv\" align=\"right\">15.64</td><td class=\"dxgv\" align=\"right\">17.95</td><td class=\"dxgv\" align=\"right\">21.12</td><td class=\"dxgv\" align=\"right\">21.57</td><td class=\"dxgv\" align=\"right\">20.49</td><td class=\"dxgv\" align=\"right\">17.90</td><td class=\"dxgv\" align=\"right\">6.47</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow67\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp70\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,70,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EGEHAINA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow71\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO SAJOMA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.68</td><td class=\"dxgv\" align=\"right\">15.59</td><td class=\"dxgv\" align=\"right\">37.36</td><td class=\"dxgv\" align=\"right\">48.32</td><td class=\"dxgv\" align=\"right\">43.96</td><td class=\"dxgv\" align=\"right\">65.58</td><td class=\"dxgv\" align=\"right\">59.06</td><td class=\"dxgv\" align=\"right\">50.08</td><td class=\"dxgv\" align=\"right\">48.13</td><td class=\"dxgv\" align=\"right\">32.03</td><td class=\"dxgv\" align=\"right\">20.47</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow72\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE SOLAR ESPERANZA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.73</td><td class=\"dxgv\" align=\"right\">14.78</td><td class=\"dxgv\" align=\"right\">40.76</td><td class=\"dxgv\" align=\"right\">58.06</td><td class=\"dxgv\" align=\"right\">60.01</td><td class=\"dxgv\" align=\"right\">58.56</td><td class=\"dxgv\" align=\"right\">59.58</td><td class=\"dxgv\" align=\"right\">59.50</td><td class=\"dxgv\" align=\"right\">59.81</td><td class=\"dxgv\" align=\"right\">51.01</td><td class=\"dxgv\" align=\"right\">31.10</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow73\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE SOLAR GIRASOL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.58</td><td class=\"dxgv\" align=\"right\">38.84</td><td class=\"dxgv\" align=\"right\">72.48</td><td class=\"dxgv\" align=\"right\">77.68</td><td class=\"dxgv\" align=\"right\">76.69</td><td class=\"dxgv\" align=\"right\">72.55</td><td class=\"dxgv\" align=\"right\">77.52</td><td class=\"dxgv\" align=\"right\">76.94</td><td class=\"dxgv\" align=\"right\">72.06</td><td class=\"dxgv\" align=\"right\">59.81</td><td class=\"dxgv\" align=\"right\">37.82</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow70\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp74\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,74,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: ELECTRONIC </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow75\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MONTE PLATA SOLAR</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.81</td><td class=\"dxgv\" align=\"right\">15.83</td><td class=\"dxgv\" align=\"right\">31.18</td><td class=\"dxgv\" align=\"right\">29.63</td><td class=\"dxgv\" align=\"right\">39.81</td><td class=\"dxgv\" align=\"right\">28.47</td><td class=\"dxgv\" align=\"right\">41.31</td><td class=\"dxgv\" align=\"right\">40.50</td><td class=\"dxgv\" align=\"right\">33.80</td><td class=\"dxgv\" align=\"right\">22.20</td><td class=\"dxgv\" align=\"right\">13.34</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow74\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp76\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,76,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EMERALD </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow77\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE SOLAR CANOA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">7.20</td><td class=\"dxgv\" align=\"right\">15.82</td><td class=\"dxgv\" align=\"right\">22.33</td><td class=\"dxgv\" align=\"right\">24.75</td><td class=\"dxgv\" align=\"right\">24.74</td><td class=\"dxgv\" align=\"right\">24.75</td><td class=\"dxgv\" align=\"right\">24.70</td><td class=\"dxgv\" align=\"right\">21.61</td><td class=\"dxgv\" align=\"right\">14.77</td><td class=\"dxgv\" align=\"right\">9.68</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow76\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp78\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,78,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: ENERGIA RENOVABLE BAS </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow79\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO WASHINGTON CAPITAL 3</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">7.86</td><td class=\"dxgv\" align=\"right\">7.67</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow78\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp80\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,80,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: ENREN </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow81\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO CALABAZA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.07</td><td class=\"dxgv\" align=\"right\">13.05</td><td class=\"dxgv\" align=\"right\">25.65</td><td class=\"dxgv\" align=\"right\">33.80</td><td class=\"dxgv\" align=\"right\">40.60</td><td class=\"dxgv\" align=\"right\">42.99</td><td class=\"dxgv\" align=\"right\">42.33</td><td class=\"dxgv\" align=\"right\">36.85</td><td class=\"dxgv\" align=\"right\">32.08</td><td class=\"dxgv\" align=\"right\">21.56</td><td class=\"dxgv\" align=\"right\">13.78</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow80\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp82\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,82,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: KOROR BUSINESS, S.R.L. </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow83\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE SOLAR EL SOCO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.48</td><td class=\"dxgv\" align=\"right\">15.53</td><td class=\"dxgv\" align=\"right\">34.57</td><td class=\"dxgv\" align=\"right\">45.51</td><td class=\"dxgv\" align=\"right\">37.87</td><td class=\"dxgv\" align=\"right\">35.09</td><td class=\"dxgv\" align=\"right\">37.81</td><td class=\"dxgv\" align=\"right\">39.00</td><td class=\"dxgv\" align=\"right\">39.53</td><td class=\"dxgv\" align=\"right\">23.36</td><td class=\"dxgv\" align=\"right\">17.07</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow82\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp84\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,84,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: MARANATHA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow85\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO MARANATHA FASE I</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.94</td><td class=\"dxgv\" align=\"right\">4.02</td><td class=\"dxgv\" align=\"right\">4.43</td><td class=\"dxgv\" align=\"right\">4.02</td><td class=\"dxgv\" align=\"right\">4.90</td><td class=\"dxgv\" align=\"right\">5.58</td><td class=\"dxgv\" align=\"right\">6.49</td><td class=\"dxgv\" align=\"right\">5.09</td><td class=\"dxgv\" align=\"right\">3.14</td><td class=\"dxgv\" align=\"right\">2.16</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow84\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp86\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,86,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: MATRISOL, S.A.S. </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow87\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO MATRISOL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">6.33</td><td class=\"dxgv\" align=\"right\">17.72</td><td class=\"dxgv\" align=\"right\">12.69</td><td class=\"dxgv\" align=\"right\">32.48</td><td class=\"dxgv\" align=\"right\">26.16</td><td class=\"dxgv\" align=\"right\">17.60</td><td class=\"dxgv\" align=\"right\">20.65</td><td class=\"dxgv\" align=\"right\">13.56</td><td class=\"dxgv\" align=\"right\">13.22</td><td class=\"dxgv\" align=\"right\">10.05</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow86\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp88\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,88,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: MONTECRISTI SOLAR </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow89\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO MONTECRISTI SOLAR 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.51</td><td class=\"dxgv\" align=\"right\">5.88</td><td class=\"dxgv\" align=\"right\">22.88</td><td class=\"dxgv\" align=\"right\">20.37</td><td class=\"dxgv\" align=\"right\">29.28</td><td class=\"dxgv\" align=\"right\">31.19</td><td class=\"dxgv\" align=\"right\">28.83</td><td class=\"dxgv\" align=\"right\">36.86</td><td class=\"dxgv\" align=\"right\">30.75</td><td class=\"dxgv\" align=\"right\">20.61</td><td class=\"dxgv\" align=\"right\">13.21</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow88\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp90\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,90,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: PHINIE &amp; CO DEVELOPMENT S.R.L.  </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow91\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO LOS NEGROS</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">0.55</td><td class=\"dxgv\" align=\"right\">4.53</td><td class=\"dxgv\" align=\"right\">9.62</td><td class=\"dxgv\" align=\"right\">11.95</td><td class=\"dxgv\" align=\"right\">15.15</td><td class=\"dxgv\" align=\"right\">16.89</td><td class=\"dxgv\" align=\"right\">16.74</td><td class=\"dxgv\" align=\"right\">15.10</td><td class=\"dxgv\" align=\"right\">11.86</td><td class=\"dxgv\" align=\"right\">7.53</td><td class=\"dxgv\" align=\"right\">4.60</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow90\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp92\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,92,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: WCG </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow93\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO MATA DE PALMA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">1.51</td><td class=\"dxgv\" align=\"right\">13.70</td><td class=\"dxgv\" align=\"right\">27.22</td><td class=\"dxgv\" align=\"right\">35.09</td><td class=\"dxgv\" align=\"right\">44.61</td><td class=\"dxgv\" align=\"right\">43.61</td><td class=\"dxgv\" align=\"right\">45.24</td><td class=\"dxgv\" align=\"right\">40.52</td><td class=\"dxgv\" align=\"right\">34.09</td><td class=\"dxgv\" align=\"right\">21.00</td><td class=\"dxgv\" align=\"right\">13.40</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow92\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp94\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,94,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: WCGF SOLAR II </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow95\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE FOTOVOLTAICO WASHINGTON CAPITAL 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">7.86</td><td class=\"dxgv\" align=\"right\">7.67</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow94\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow60\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0\" style=\"border-left-width:0px;border-right-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp96\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,96,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"26\" style=\"border-right-width:0px;\">GRUPO: T&#233;rmica </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp97\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,97,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: AES ANDRES </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow98\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">AES ANDR&#201;S FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow99\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">AES ANDR&#201;S GN</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow97\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp100\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,100,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: BERSAL </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow101\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">BERSAL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow100\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp102\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,102,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: CESPM </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow103\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 1 FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow104\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 1 GN</td><td class=\"dxgv\" align=\"right\">87.26</td><td class=\"dxgv\" align=\"right\">87.28</td><td class=\"dxgv\" align=\"right\">86.56</td><td class=\"dxgv\" align=\"right\">87.15</td><td class=\"dxgv\" align=\"right\">87.02</td><td class=\"dxgv\" align=\"right\">87.32</td><td class=\"dxgv\" align=\"right\">87.25</td><td class=\"dxgv\" align=\"right\">87.07</td><td class=\"dxgv\" align=\"right\">78.96</td><td class=\"dxgv\" align=\"right\">74.45</td><td class=\"dxgv\" align=\"right\">66.97</td><td class=\"dxgv\" align=\"right\">69.53</td><td class=\"dxgv\" align=\"right\">70.42</td><td class=\"dxgv\" align=\"right\">70.41</td><td class=\"dxgv\" align=\"right\">75.70</td><td class=\"dxgv\" align=\"right\">72.16</td><td class=\"dxgv\" align=\"right\">80.07</td><td class=\"dxgv\" align=\"right\">79.60</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow105\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 2 FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow106\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 2 GN</td><td class=\"dxgv\" align=\"right\">85.13</td><td class=\"dxgv\" align=\"right\">85.83</td><td class=\"dxgv\" align=\"right\">85.84</td><td class=\"dxgv\" align=\"right\">85.82</td><td class=\"dxgv\" align=\"right\">85.63</td><td class=\"dxgv\" align=\"right\">85.25</td><td class=\"dxgv\" align=\"right\">84.93</td><td class=\"dxgv\" align=\"right\">85.09</td><td class=\"dxgv\" align=\"right\">77.29</td><td class=\"dxgv\" align=\"right\">70.47</td><td class=\"dxgv\" align=\"right\">66.79</td><td class=\"dxgv\" align=\"right\">69.65</td><td class=\"dxgv\" align=\"right\">69.66</td><td class=\"dxgv\" align=\"right\">69.82</td><td class=\"dxgv\" align=\"right\">74.90</td><td class=\"dxgv\" align=\"right\">73.13</td><td class=\"dxgv\" align=\"right\">78.62</td><td class=\"dxgv\" align=\"right\">77.76</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow107\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 3 FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow108\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">CESPM 3 GN</td><td class=\"dxgv\" align=\"right\">86.94</td><td class=\"dxgv\" align=\"right\">86.95</td><td class=\"dxgv\" align=\"right\">86.85</td><td class=\"dxgv\" align=\"right\">86.77</td><td class=\"dxgv\" align=\"right\">86.63</td><td class=\"dxgv\" align=\"right\">86.92</td><td class=\"dxgv\" align=\"right\">86.86</td><td class=\"dxgv\" align=\"right\">86.69</td><td class=\"dxgv\" align=\"right\">82.98</td><td class=\"dxgv\" align=\"right\">72.84</td><td class=\"dxgv\" align=\"right\">66.83</td><td class=\"dxgv\" align=\"right\">69.58</td><td class=\"dxgv\" align=\"right\">69.08</td><td class=\"dxgv\" align=\"right\">69.66</td><td class=\"dxgv\" align=\"right\">73.90</td><td class=\"dxgv\" align=\"right\">72.75</td><td class=\"dxgv\" align=\"right\">79.49</td><td class=\"dxgv\" align=\"right\">79.17</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow102\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp109\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,109,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: DESABASTECIMIENTO </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow110\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SENI</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow109\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp111\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,111,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: DOMICEM GENERACI&#211;N </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow112\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PALENQUE</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow111\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp113\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,113,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: DPP </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow114\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS MINA 5</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow115\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS MINA 6</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow116\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE ENERGETICO LOS MINA CC PARCIAL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow117\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PARQUE ENERGETICO LOS MINA CC TOTAL</td><td class=\"dxgv\" align=\"right\">274.05</td><td class=\"dxgv\" align=\"right\">276.04</td><td class=\"dxgv\" align=\"right\">259.14</td><td class=\"dxgv\" align=\"right\">244.62</td><td class=\"dxgv\" align=\"right\">209.84</td><td class=\"dxgv\" align=\"right\">263.57</td><td class=\"dxgv\" align=\"right\">287.57</td><td class=\"dxgv\" align=\"right\">262.62</td><td class=\"dxgv\" align=\"right\">232.02</td><td class=\"dxgv\" align=\"right\">194.18</td><td class=\"dxgv\" align=\"right\">190.44</td><td class=\"dxgv\" align=\"right\">200.43</td><td class=\"dxgv\" align=\"right\">200.26</td><td class=\"dxgv\" align=\"right\">200.70</td><td class=\"dxgv\" align=\"right\">234.53</td><td class=\"dxgv\" align=\"right\">217.83</td><td class=\"dxgv\" align=\"right\">258.43</td><td class=\"dxgv\" align=\"right\">254.73</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow113\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp118\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,118,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EGEHAINA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow119\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">BARAHONA CARB&#211;N</td><td class=\"dxgv\" align=\"right\">50.62</td><td class=\"dxgv\" align=\"right\">50.05</td><td class=\"dxgv\" align=\"right\">48.91</td><td class=\"dxgv\" align=\"right\">48.70</td><td class=\"dxgv\" align=\"right\">48.00</td><td class=\"dxgv\" align=\"right\">48.65</td><td class=\"dxgv\" align=\"right\">50.09</td><td class=\"dxgv\" align=\"right\">47.79</td><td class=\"dxgv\" align=\"right\">48.96</td><td class=\"dxgv\" align=\"right\">36.05</td><td class=\"dxgv\" align=\"right\">33.07</td><td class=\"dxgv\" align=\"right\">32.78</td><td class=\"dxgv\" align=\"right\">32.57</td><td class=\"dxgv\" align=\"right\">32.50</td><td class=\"dxgv\" align=\"right\">32.07</td><td class=\"dxgv\" align=\"right\">32.58</td><td class=\"dxgv\" align=\"right\">40.06</td><td class=\"dxgv\" align=\"right\">50.58</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow120\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">HAINA TG</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow121\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 2 FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow122\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 2 GN</td><td class=\"dxgv\" align=\"right\">182.32</td><td class=\"dxgv\" align=\"right\">191.93</td><td class=\"dxgv\" align=\"right\">164.66</td><td class=\"dxgv\" align=\"right\">119.23</td><td class=\"dxgv\" align=\"right\">177.45</td><td class=\"dxgv\" align=\"right\">180.05</td><td class=\"dxgv\" align=\"right\">183.30</td><td class=\"dxgv\" align=\"right\">161.46</td><td class=\"dxgv\" align=\"right\">120.65</td><td class=\"dxgv\" align=\"right\">82.43</td><td class=\"dxgv\" align=\"right\">66.44</td><td class=\"dxgv\" align=\"right\">70.69</td><td class=\"dxgv\" align=\"right\">69.71</td><td class=\"dxgv\" align=\"right\">70.17</td><td class=\"dxgv\" align=\"right\">73.26</td><td class=\"dxgv\" align=\"right\">72.71</td><td class=\"dxgv\" align=\"right\">136.05</td><td class=\"dxgv\" align=\"right\">137.70</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow123\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SULTANA DEL ESTE</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow118\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp124\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,124,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EGEITABO </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow125\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ITABO 1</td><td class=\"dxgv\" align=\"right\">105.28</td><td class=\"dxgv\" align=\"right\">105.08</td><td class=\"dxgv\" align=\"right\">105.38</td><td class=\"dxgv\" align=\"right\">105.88</td><td class=\"dxgv\" align=\"right\">106.62</td><td class=\"dxgv\" align=\"right\">105.09</td><td class=\"dxgv\" align=\"right\">104.51</td><td class=\"dxgv\" align=\"right\">103.82</td><td class=\"dxgv\" align=\"right\">105.20</td><td class=\"dxgv\" align=\"right\">105.16</td><td class=\"dxgv\" align=\"right\">95.48</td><td class=\"dxgv\" align=\"right\">94.28</td><td class=\"dxgv\" align=\"right\">95.90</td><td class=\"dxgv\" align=\"right\">96.03</td><td class=\"dxgv\" align=\"right\">98.66</td><td class=\"dxgv\" align=\"right\">103.45</td><td class=\"dxgv\" align=\"right\">104.33</td><td class=\"dxgv\" align=\"right\">104.79</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow126\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ITABO 2</td><td class=\"dxgv\" align=\"right\">125.77</td><td class=\"dxgv\" align=\"right\">125.72</td><td class=\"dxgv\" align=\"right\">126.37</td><td class=\"dxgv\" align=\"right\">126.45</td><td class=\"dxgv\" align=\"right\">125.05</td><td class=\"dxgv\" align=\"right\">124.68</td><td class=\"dxgv\" align=\"right\">124.09</td><td class=\"dxgv\" align=\"right\">122.29</td><td class=\"dxgv\" align=\"right\">120.58</td><td class=\"dxgv\" align=\"right\">121.60</td><td class=\"dxgv\" align=\"right\">108.29</td><td class=\"dxgv\" align=\"right\">102.37</td><td class=\"dxgv\" align=\"right\">99.95</td><td class=\"dxgv\" align=\"right\">102.50</td><td class=\"dxgv\" align=\"right\">108.68</td><td class=\"dxgv\" align=\"right\">120.49</td><td class=\"dxgv\" align=\"right\">125.26</td><td class=\"dxgv\" align=\"right\">125.40</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow127\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SAN LORENZO 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow124\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp128\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,128,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: EMPRESA DE GENERACI&#211;N EL&#201;CTRICA PUNTA CATALINA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow129\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PUNTA CATALINA 1</td><td class=\"dxgv\" align=\"right\">345.24</td><td class=\"dxgv\" align=\"right\">344.72</td><td class=\"dxgv\" align=\"right\">343.59</td><td class=\"dxgv\" align=\"right\">343.63</td><td class=\"dxgv\" align=\"right\">340.66</td><td class=\"dxgv\" align=\"right\">337.80</td><td class=\"dxgv\" align=\"right\">341.24</td><td class=\"dxgv\" align=\"right\">337.65</td><td class=\"dxgv\" align=\"right\">338.39</td><td class=\"dxgv\" align=\"right\">340.15</td><td class=\"dxgv\" align=\"right\">342.00</td><td class=\"dxgv\" align=\"right\">338.50</td><td class=\"dxgv\" align=\"right\">338.87</td><td class=\"dxgv\" align=\"right\">340.61</td><td class=\"dxgv\" align=\"right\">341.25</td><td class=\"dxgv\" align=\"right\">342.91</td><td class=\"dxgv\" align=\"right\">343.24</td><td class=\"dxgv\" align=\"right\">341.73</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow130\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PUNTA CATALINA 2</td><td class=\"dxgv\" align=\"right\">364.13</td><td class=\"dxgv\" align=\"right\">361.49</td><td class=\"dxgv\" align=\"right\">361.27</td><td class=\"dxgv\" align=\"right\">360.59</td><td class=\"dxgv\" align=\"right\">360.43</td><td class=\"dxgv\" align=\"right\">361.35</td><td class=\"dxgv\" align=\"right\">360.96</td><td class=\"dxgv\" align=\"right\">360.58</td><td class=\"dxgv\" align=\"right\">360.32</td><td class=\"dxgv\" align=\"right\">359.24</td><td class=\"dxgv\" align=\"right\">322.37</td><td class=\"dxgv\" align=\"right\">292.49</td><td class=\"dxgv\" align=\"right\">285.83</td><td class=\"dxgv\" align=\"right\">286.55</td><td class=\"dxgv\" align=\"right\">312.10</td><td class=\"dxgv\" align=\"right\">357.07</td><td class=\"dxgv\" align=\"right\">361.12</td><td class=\"dxgv\" align=\"right\">360.94</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow128\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp131\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,131,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: GPLV </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow132\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LA VEGA</td><td class=\"dxgv\" align=\"right\">19.70</td><td class=\"dxgv\" align=\"right\">53.48</td><td class=\"dxgv\" align=\"right\">65.18</td><td class=\"dxgv\" align=\"right\">65.34</td><td class=\"dxgv\" align=\"right\">49.05</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow133\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PALAMARA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">54.56</td><td class=\"dxgv\" align=\"right\">69.97</td><td class=\"dxgv\" align=\"right\">16.50</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow131\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp134\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,134,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: KARPOWERSHIP DOMINICAN REPUBLIC, S.A.S. </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow135\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">POWERSHIP AZUA KPS 26</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow136\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">POWERSHIP AZUA KPS 60</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow134\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp137\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,137,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: LAESA LTD </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow138\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PIMENTEL 1</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow139\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PIMENTEL 2</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow140\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PIMENTEL 3</td><td class=\"dxgv\" align=\"right\">16.65</td><td class=\"dxgv\" align=\"right\">16.64</td><td class=\"dxgv\" align=\"right\">26.83</td><td class=\"dxgv\" align=\"right\">6.97</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">2.09</td><td class=\"dxgv\" align=\"right\">30.44</td><td class=\"dxgv\" align=\"right\">24.67</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow141\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">PIMENTEL 4</td><td class=\"dxgv\" align=\"right\">18.14</td><td class=\"dxgv\" align=\"right\">18.11</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">9.55</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">5.17</td><td class=\"dxgv\" align=\"right\">18.14</td><td class=\"dxgv\" align=\"right\">18.13</td><td class=\"dxgv\" align=\"right\">18.11</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow137\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp142\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,142,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: LEAR </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow143\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">MONTE R&#205;O</td><td class=\"dxgv\" align=\"right\">89.29</td><td class=\"dxgv\" align=\"right\">89.32</td><td class=\"dxgv\" align=\"right\">89.29</td><td class=\"dxgv\" align=\"right\">89.25</td><td class=\"dxgv\" align=\"right\">89.24</td><td class=\"dxgv\" align=\"right\">52.71</td><td class=\"dxgv\" align=\"right\">72.21</td><td class=\"dxgv\" align=\"right\">89.31</td><td class=\"dxgv\" align=\"right\">18.47</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">3.82</td><td class=\"dxgv\" align=\"right\">41.55</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow142\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp144\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,144,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: LOS ORIGENES </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow145\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS OR&#205;GENES POWER PLANT FUEL OIL</td><td class=\"dxgv\" align=\"right\">30.88</td><td class=\"dxgv\" align=\"right\">30.84</td><td class=\"dxgv\" align=\"right\">29.58</td><td class=\"dxgv\" align=\"right\">26.92</td><td class=\"dxgv\" align=\"right\">19.13</td><td class=\"dxgv\" align=\"right\">15.93</td><td class=\"dxgv\" align=\"right\">15.72</td><td class=\"dxgv\" align=\"right\">26.34</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow146\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">LOS OR&#205;GENES POWER PLANT GAS NATURAL</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow144\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp147\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,147,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: METALDOM </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow148\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">METALDOM</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow147\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp149\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,149,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: MONTE RIO LTD </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow150\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">INCA KM22</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow149\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp151\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,151,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: PVDC </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow152\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 1 FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow153\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 1 GN</td><td class=\"dxgv\" align=\"right\">132.31</td><td class=\"dxgv\" align=\"right\">123.71</td><td class=\"dxgv\" align=\"right\">117.72</td><td class=\"dxgv\" align=\"right\">117.03</td><td class=\"dxgv\" align=\"right\">115.01</td><td class=\"dxgv\" align=\"right\">132.43</td><td class=\"dxgv\" align=\"right\">132.30</td><td class=\"dxgv\" align=\"right\">131.48</td><td class=\"dxgv\" align=\"right\">124.43</td><td class=\"dxgv\" align=\"right\">82.08</td><td class=\"dxgv\" align=\"right\">81.95</td><td class=\"dxgv\" align=\"right\">85.98</td><td class=\"dxgv\" align=\"right\">87.61</td><td class=\"dxgv\" align=\"right\">87.45</td><td class=\"dxgv\" align=\"right\">99.01</td><td class=\"dxgv\" align=\"right\">94.30</td><td class=\"dxgv\" align=\"right\">108.48</td><td class=\"dxgv\" align=\"right\">120.78</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow154\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 1 SAN PEDRO FO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow155\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">QUISQUEYA 1 SAN PEDRO GN</td><td class=\"dxgv\" align=\"right\">66.60</td><td class=\"dxgv\" align=\"right\">66.69</td><td class=\"dxgv\" align=\"right\">66.30</td><td class=\"dxgv\" align=\"right\">65.96</td><td class=\"dxgv\" align=\"right\">65.77</td><td class=\"dxgv\" align=\"right\">66.67</td><td class=\"dxgv\" align=\"right\">66.61</td><td class=\"dxgv\" align=\"right\">66.15</td><td class=\"dxgv\" align=\"right\">56.02</td><td class=\"dxgv\" align=\"right\">39.27</td><td class=\"dxgv\" align=\"right\">10.38</td><td class=\"dxgv\" align=\"right\">11.03</td><td class=\"dxgv\" align=\"right\">10.70</td><td class=\"dxgv\" align=\"right\">10.40</td><td class=\"dxgv\" align=\"right\">14.51</td><td class=\"dxgv\" align=\"right\">47.66</td><td class=\"dxgv\" align=\"right\">53.25</td><td class=\"dxgv\" align=\"right\">60.91</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow151\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp156\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,156,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: SAN FELIPE </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow157\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SAN FELIPE</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow158\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SAN FELIPE CC</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow159\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SAN FELIPE VAP</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow156\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp160\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,160,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: SAN PEDRO BIO-ENERGY </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow161\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SAN PEDRO BIO-ENERGY</td><td class=\"dxgv\" align=\"right\">30.02</td><td class=\"dxgv\" align=\"right\">30.05</td><td class=\"dxgv\" align=\"right\">30.10</td><td class=\"dxgv\" align=\"right\">30.10</td><td class=\"dxgv\" align=\"right\">29.72</td><td class=\"dxgv\" align=\"right\">30.06</td><td class=\"dxgv\" align=\"right\">28.46</td><td class=\"dxgv\" align=\"right\">28.87</td><td class=\"dxgv\" align=\"right\">27.89</td><td class=\"dxgv\" align=\"right\">25.67</td><td class=\"dxgv\" align=\"right\">27.27</td><td class=\"dxgv\" align=\"right\">29.75</td><td class=\"dxgv\" align=\"right\">29.78</td><td class=\"dxgv\" align=\"right\">29.91</td><td class=\"dxgv\" align=\"right\">30.00</td><td class=\"dxgv\" align=\"right\">28.99</td><td class=\"dxgv\" align=\"right\">29.19</td><td class=\"dxgv\" align=\"right\">30.09</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow160\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp162\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,162,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: SEABOARD </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow163\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 2 CFO</td><td class=\"dxgv\" align=\"right\">103.93</td><td class=\"dxgv\" align=\"right\">97.89</td><td class=\"dxgv\" align=\"right\">86.22</td><td class=\"dxgv\" align=\"right\">95.52</td><td class=\"dxgv\" align=\"right\">93.19</td><td class=\"dxgv\" align=\"right\">103.58</td><td class=\"dxgv\" align=\"right\">103.46</td><td class=\"dxgv\" align=\"right\">100.15</td><td class=\"dxgv\" align=\"right\">73.84</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">12.33</td><td class=\"dxgv\" align=\"right\">75.60</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow164\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 2 CGN</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow165\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 2 SFO</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow166\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 2 SGN</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow167\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 3 CCP</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow168\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 3 CCT</td><td class=\"dxgv\" align=\"right\">148.37</td><td class=\"dxgv\" align=\"right\">140.78</td><td class=\"dxgv\" align=\"right\">107.75</td><td class=\"dxgv\" align=\"right\">148.81</td><td class=\"dxgv\" align=\"right\">148.90</td><td class=\"dxgv\" align=\"right\">149.06</td><td class=\"dxgv\" align=\"right\">149.39</td><td class=\"dxgv\" align=\"right\">149.66</td><td class=\"dxgv\" align=\"right\">149.98</td><td class=\"dxgv\" align=\"right\">101.53</td><td class=\"dxgv\" align=\"right\">97.47</td><td class=\"dxgv\" align=\"right\">97.50</td><td class=\"dxgv\" align=\"right\">97.53</td><td class=\"dxgv\" align=\"right\">97.46</td><td class=\"dxgv\" align=\"right\">97.43</td><td class=\"dxgv\" align=\"right\">97.45</td><td class=\"dxgv\" align=\"right\">128.94</td><td class=\"dxgv\" align=\"right\">144.77</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow169\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">ESTRELLA DEL MAR 3 CS</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow162\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp170\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,170,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: SIBA </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow171\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">SIBA</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow170\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow96\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0\" style=\"border-left-width:0px;border-right-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp172\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,172,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"26\" style=\"border-right-width:0px;\">GRUPO: Totales </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGroupRowExp173\" class=\"dxgvGroupRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0.1%\" style=\"border-right-width:0px;border-bottom-width:0px;\"><img class=\"dxGridView_gvExpandedButton_Office2010Blue\" onclick=\"ASPx.GVCollapseRow(&#39;PostdespachoUnidadesTermicasGrid&#39;,173,event);event.cancelBubble = true\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"[Contraer]\" style=\"cursor:pointer;\" /></td><td class=\"dxgv\" colspan=\"25\" style=\"border-right-width:0px;\">EMPRESA: Total </td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow174\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total T&#233;rmico</td><td class=\"dxgv\" align=\"right\">2362.63</td><td class=\"dxgv\" align=\"right\">2382.69</td><td class=\"dxgv\" align=\"right\">2360.23</td><td class=\"dxgv\" align=\"right\">2342.84</td><td class=\"dxgv\" align=\"right\">2271.97</td><td class=\"dxgv\" align=\"right\">2249.70</td><td class=\"dxgv\" align=\"right\">2297.08</td><td class=\"dxgv\" align=\"right\">2265.15</td><td class=\"dxgv\" align=\"right\">2034.11</td><td class=\"dxgv\" align=\"right\">1723.25</td><td class=\"dxgv\" align=\"right\">1585.30</td><td class=\"dxgv\" align=\"right\">1564.56</td><td class=\"dxgv\" align=\"right\">1557.87</td><td class=\"dxgv\" align=\"right\">1564.17</td><td class=\"dxgv\" align=\"right\">1671.17</td><td class=\"dxgv\" align=\"right\">1753.71</td><td class=\"dxgv\" align=\"right\">1991.26</td><td class=\"dxgv\" align=\"right\">2129.13</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow175\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total E&#243;lico</td><td class=\"dxgv\" align=\"right\">67.41</td><td class=\"dxgv\" align=\"right\">63.28</td><td class=\"dxgv\" align=\"right\">59.08</td><td class=\"dxgv\" align=\"right\">28.35</td><td class=\"dxgv\" align=\"right\">18.76</td><td class=\"dxgv\" align=\"right\">13.52</td><td class=\"dxgv\" align=\"right\">10.79</td><td class=\"dxgv\" align=\"right\">9.91</td><td class=\"dxgv\" align=\"right\">8.68</td><td class=\"dxgv\" align=\"right\">5.94</td><td class=\"dxgv\" align=\"right\">8.79</td><td class=\"dxgv\" align=\"right\">16.17</td><td class=\"dxgv\" align=\"right\">33.40</td><td class=\"dxgv\" align=\"right\">49.56</td><td class=\"dxgv\" align=\"right\">74.53</td><td class=\"dxgv\" align=\"right\">83.42</td><td class=\"dxgv\" align=\"right\">75.95</td><td class=\"dxgv\" align=\"right\">63.48</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow176\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total Solar</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">23.90</td><td class=\"dxgv\" align=\"right\">251.22</td><td class=\"dxgv\" align=\"right\">527.22</td><td class=\"dxgv\" align=\"right\">612.36</td><td class=\"dxgv\" align=\"right\">653.86</td><td class=\"dxgv\" align=\"right\">679.36</td><td class=\"dxgv\" align=\"right\">695.16</td><td class=\"dxgv\" align=\"right\">676.98</td><td class=\"dxgv\" align=\"right\">599.58</td><td class=\"dxgv\" align=\"right\">446.65</td><td class=\"dxgv\" align=\"right\">279.41</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow177\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total Hidroel&#233;ctrica</td><td class=\"dxgv\" align=\"right\">292.13</td><td class=\"dxgv\" align=\"right\">165.37</td><td class=\"dxgv\" align=\"right\">120.85</td><td class=\"dxgv\" align=\"right\">73.40</td><td class=\"dxgv\" align=\"right\">84.89</td><td class=\"dxgv\" align=\"right\">84.63</td><td class=\"dxgv\" align=\"right\">92.43</td><td class=\"dxgv\" align=\"right\">114.06</td><td class=\"dxgv\" align=\"right\">72.41</td><td class=\"dxgv\" align=\"right\">67.23</td><td class=\"dxgv\" align=\"right\">65.77</td><td class=\"dxgv\" align=\"right\">58.30</td><td class=\"dxgv\" align=\"right\">54.27</td><td class=\"dxgv\" align=\"right\">42.51</td><td class=\"dxgv\" align=\"right\">42.39</td><td class=\"dxgv\" align=\"right\">42.53</td><td class=\"dxgv\" align=\"right\">78.93</td><td class=\"dxgv\" align=\"right\">128.41</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow178\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total Generado</td><td class=\"dxgv\" align=\"right\">2722.17</td><td class=\"dxgv\" align=\"right\">2611.34</td><td class=\"dxgv\" align=\"right\">2540.16</td><td class=\"dxgv\" align=\"right\">2444.59</td><td class=\"dxgv\" align=\"right\">2375.62</td><td class=\"dxgv\" align=\"right\">2347.91</td><td class=\"dxgv\" align=\"right\">2400.36</td><td class=\"dxgv\" align=\"right\">2413.02</td><td class=\"dxgv\" align=\"right\">2366.42</td><td class=\"dxgv\" align=\"right\">2323.64</td><td class=\"dxgv\" align=\"right\">2272.22</td><td class=\"dxgv\" align=\"right\">2292.89</td><td class=\"dxgv\" align=\"right\">2324.90</td><td class=\"dxgv\" align=\"right\">2351.40</td><td class=\"dxgv\" align=\"right\">2465.07</td><td class=\"dxgv\" align=\"right\">2479.24</td><td class=\"dxgv\" align=\"right\">2592.79</td><td class=\"dxgv\" align=\"right\">2600.43</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow179\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Total Programado</td><td class=\"dxgv\" align=\"right\">2722.03</td><td class=\"dxgv\" align=\"right\">2635.83</td><td class=\"dxgv\" align=\"right\">2561.04</td><td class=\"dxgv\" align=\"right\">2504.38</td><td class=\"dxgv\" align=\"right\">2459.50</td><td class=\"dxgv\" align=\"right\">2445.73</td><td class=\"dxgv\" align=\"right\">2443.09</td><td class=\"dxgv\" align=\"right\">2473.60</td><td class=\"dxgv\" align=\"right\">2504.92</td><td class=\"dxgv\" align=\"right\">2443.79</td><td class=\"dxgv\" align=\"right\">2453.26</td><td class=\"dxgv\" align=\"right\">2462.51</td><td class=\"dxgv\" align=\"right\">2575.37</td><td class=\"dxgv\" align=\"right\">2635.77</td><td class=\"dxgv\" align=\"right\">2737.52</td><td class=\"dxgv\" align=\"right\">2833.52</td><td class=\"dxgv\" align=\"right\">2874.20</td><td class=\"dxgv\" align=\"right\">2845.87</td><td class=\"dxgv\" align=\"right\">2909.05</td><td class=\"dxgv\" align=\"right\">3003.88</td><td class=\"dxgv\" align=\"right\">2991.32</td><td class=\"dxgv\" align=\"right\">2935.66</td><td class=\"dxgv\" align=\"right\">2890.41</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">2813.34</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow180\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Disponibilidad Real Sinc.</td><td class=\"dxgv\" align=\"right\">3557.90</td><td class=\"dxgv\" align=\"right\">3299.37</td><td class=\"dxgv\" align=\"right\">3222.17</td><td class=\"dxgv\" align=\"right\">3168.44</td><td class=\"dxgv\" align=\"right\">3167.85</td><td class=\"dxgv\" align=\"right\">3172.57</td><td class=\"dxgv\" align=\"right\">3214.94</td><td class=\"dxgv\" align=\"right\">3277.90</td><td class=\"dxgv\" align=\"right\">3475.99</td><td class=\"dxgv\" align=\"right\">3709.25</td><td class=\"dxgv\" align=\"right\">3797.24</td><td class=\"dxgv\" align=\"right\">3836.62</td><td class=\"dxgv\" align=\"right\">3879.35</td><td class=\"dxgv\" align=\"right\">3894.51</td><td class=\"dxgv\" align=\"right\">3909.20</td><td class=\"dxgv\" align=\"right\">3839.49</td><td class=\"dxgv\" align=\"right\">3752.89</td><td class=\"dxgv\" align=\"right\">3587.28</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow181\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Disponibilidad Real</td><td class=\"dxgv\" align=\"right\">3557.90</td><td class=\"dxgv\" align=\"right\">3299.37</td><td class=\"dxgv\" align=\"right\">3222.17</td><td class=\"dxgv\" align=\"right\">3168.44</td><td class=\"dxgv\" align=\"right\">3167.85</td><td class=\"dxgv\" align=\"right\">3172.57</td><td class=\"dxgv\" align=\"right\">3214.94</td><td class=\"dxgv\" align=\"right\">3277.90</td><td class=\"dxgv\" align=\"right\">3475.99</td><td class=\"dxgv\" align=\"right\">3709.25</td><td class=\"dxgv\" align=\"right\">3797.24</td><td class=\"dxgv\" align=\"right\">3836.62</td><td class=\"dxgv\" align=\"right\">3879.35</td><td class=\"dxgv\" align=\"right\">3894.51</td><td class=\"dxgv\" align=\"right\">3909.20</td><td class=\"dxgv\" align=\"right\">3839.49</td><td class=\"dxgv\" align=\"right\">3752.89</td><td class=\"dxgv\" align=\"right\">3587.28</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow182\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Consumo</td><td class=\"dxgv\" align=\"right\">196.58</td><td class=\"dxgv\" align=\"right\">174.72</td><td class=\"dxgv\" align=\"right\">163.10</td><td class=\"dxgv\" align=\"right\">162.96</td><td class=\"dxgv\" align=\"right\">152.44</td><td class=\"dxgv\" align=\"right\">155.56</td><td class=\"dxgv\" align=\"right\">165.49</td><td class=\"dxgv\" align=\"right\">162.26</td><td class=\"dxgv\" align=\"right\">164.70</td><td class=\"dxgv\" align=\"right\">156.78</td><td class=\"dxgv\" align=\"right\">151.89</td><td class=\"dxgv\" align=\"right\">155.41</td><td class=\"dxgv\" align=\"right\">152.96</td><td class=\"dxgv\" align=\"right\">153.74</td><td class=\"dxgv\" align=\"right\">157.17</td><td class=\"dxgv\" align=\"right\">163.35</td><td class=\"dxgv\" align=\"right\">169.93</td><td class=\"dxgv\" align=\"right\">172.30</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow183\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Potencia No Servida</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">121.37</td><td class=\"dxgv\" align=\"right\">142.92</td><td class=\"dxgv\" align=\"right\">143.50</td><td class=\"dxgv\" align=\"right\">146.85</td><td class=\"dxgv\" align=\"right\">128.45</td><td class=\"dxgv\" align=\"right\">127.29</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow184\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Reserva Caliente</td><td class=\"dxgv\" align=\"right\">248.62</td><td class=\"dxgv\" align=\"right\">259.74</td><td class=\"dxgv\" align=\"right\">235.05</td><td class=\"dxgv\" align=\"right\">268.07</td><td class=\"dxgv\" align=\"right\">296.86</td><td class=\"dxgv\" align=\"right\">250.47</td><td class=\"dxgv\" align=\"right\">141.32</td><td class=\"dxgv\" align=\"right\">188.89</td><td class=\"dxgv\" align=\"right\">390.17</td><td class=\"dxgv\" align=\"right\">460.81</td><td class=\"dxgv\" align=\"right\">600.19</td><td class=\"dxgv\" align=\"right\">598.85</td><td class=\"dxgv\" align=\"right\">609.54</td><td class=\"dxgv\" align=\"right\">598.89</td><td class=\"dxgv\" align=\"right\">509.06</td><td class=\"dxgv\" align=\"right\">462.93</td><td class=\"dxgv\" align=\"right\">567.98</td><td class=\"dxgv\" align=\"right\">346.00</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXDataRow185\" class=\"dxgvDataRow_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dx-nowrap dxgv\" style=\"border-left-width:0px;\">Reserva Fria</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\">&nbsp;</td><td class=\"dxgv\" align=\"right\" style=\"border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow173\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;\">&nbsp;</td>\n\t\t\t</tr><tr id=\"PostdespachoUnidadesTermicasGrid_DXGFRow172\" class=\"dxgvGroupFooter_Office2010Blue\">\n\t\t\t\t<td class=\"dxgvIndentCell dxgv\" width=\"0\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" width=\"0\" style=\"border-left-width:0px;border-right-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"border-left-width:0px;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-bottom-width:0px;\">&nbsp;</td><td class=\"dxgv\" style=\"text-align:Right;border-right-width:0px;border-bottom-width:0px;\">&nbsp;</td>\n\t\t\t</tr>\n\t\t</table><table id=\"PostdespachoUnidadesTermicasGrid_LP\" class=\"dxgvLoadingPanel_Office2010Blue\" cellspacing=\"0\" cellpadding=\"0\" style=\"left:0px;top:0px;z-index:30000;display:none;\">\n\t\t\t<tr>\n\t\t\t\t<td class=\"dx\" style=\"padding-right:0px;\"><img class=\"dxlp-loadingImage dxlp-imgPosLeft\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"\" align=\"middle\" style=\"margin-right:5px;\" /></td><td class=\"dx\" style=\"padding-left:0px;\"><span id=\"PostdespachoUnidadesTermicasGrid_TL\">Cargando&hellip;</span></td>\n\t\t\t</tr>\n\t\t</table><div id=\"PostdespachoUnidadesTermicasGrid_LD\" class=\"dxgvLoadingDiv_Office2010Blue\" style=\"display:none;z-index:29999;position:absolute;\">\n\n\t\t</div><img id=\"PostdespachoUnidadesTermicasGrid_IADD\" class=\"dxGridView_gvDragAndDropArrowDown_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"Down Arrow\" style=\"position:absolute;visibility:hidden;top:-100px;\" /><img id=\"PostdespachoUnidadesTermicasGrid_IADU\" class=\"dxGridView_gvDragAndDropArrowUp_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"Up Arrow\" style=\"position:absolute;visibility:hidden;top:-100px;\" /><img id=\"PostdespachoUnidadesTermicasGrid_IADL\" class=\"dxGridView_gvDragAndDropArrowLeft_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"Left Arrow\" style=\"position:absolute;visibility:hidden;top:-100px;\" /><img id=\"PostdespachoUnidadesTermicasGrid_IADR\" class=\"dxGridView_gvDragAndDropArrowRight_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"Right Arrow\" style=\"position:absolute;visibility:hidden;top:-100px;\" /><img id=\"PostdespachoUnidadesTermicasGrid_IDHF\" class=\"dxGridView_gvDragAndDropHideColumn_Office2010Blue\" src=\"/ReportesGraficos/DXR.axd?r=1_112-7ufgi\" alt=\"Ocultar\" style=\"position:absolute;visibility:hidden;top:-100px;\" /></td>\n\t</tr>\n</table><script id=\"dxss_1428454313\" type=\"text/javascript\">\n<!--\nASPx.createControl(ASPxClientGridView,'PostdespachoUnidadesTermicasGrid','',{'callBack':function(arg) { WebForm_DoCallback('PostdespachoUnidadesTermicasGrid',arg,ASPx.Callback,'PostdespachoUnidadesTermicasGrid',ASPx.CallbackError,true); },'stateObject':{'keys':[],'callbackState':'A4c407b+MJjpzdTkJXh581MnlIpRLXuai4pUl4jU1xoctPB1imlE4I7Fpt0/2gga9UfQH0Jy1orHVx5l9ZcOX1K54H6W9iFed8F7FYVLzfbTM4wjh0bvCceJBenOxDuEeSbR8jw6G373sbA8YWZ0dgQI/iEjDddLzLvi95o8lxW8ZW5Y361TAiLSTZFr5gdKd6mg1VUKo1RBNe5I2lGRcUarXcfHQ3qhPest0F7KJIT3PBM1mGTl+vejT9Pj9TtNC9RwTCbJ22IzRGi7azgrZnhgj77vTTXNhDjh2vBWVZamGg+hGPYrX2ocSo51rFr6Qa74Zal4yLxQPEP+TAXE1nQUYaoE+KuUXDrCHW6HkwQA1Xqv1GytHm2Bntb9UoL4zuKSKE7pKRu7jE54SEYnLDc5fHwMr2zSl8jvzLT1D/hUOtHUrC25lguFWAlZcFmDF39vjNK2I6xYuY+d3l9CwUjwow2aDLBdmzv7y7GMBVVEprd27EWCQDp/+Iv4XtXSc08qr3t0LW7oIBd3Q7x+fSbTNiw5Dw8kLIHxvtO3Zytw4x39RUXZwKxT94ybDWSTJI47ara6JkVxdrnDGUbdCh9ET+SJczkyAgAD3MZKaJsUpIMoZja8rELPJG+pUekMTsEhNAXsZpDLsqvrLrJ7ozMnNvIyInROaEGJdck0FIDX+3XckezbRfwbvbW+HEsr3s7bmz+I39aREveMXTyczZymfoc0KPUaH91mPyd4Tjh3ddTtiOAeTA7867YMCTLVbYyAqhWfIKoBqBn50aqu7YO84NzJdOS07ivlpGp/fnQ/v8eKbVwaNb1ym1y2YRhO3b3PgHpy330btNCZwGlHNzzTTU/cdU6YxhOxwGqnZs3pWQ3+4QltkML4HwQFck5qLcPVB0nJg79+BOzOoUjQoLWicTstLIphLCjbjrfDRAFh09S8fYbfYEc7jWnCmL4j+YKQaWetDc0WwryYykhjq7z9N4dv8K2dUiaoILNQIJ0xzrA7LZSsc226k+iTEZBejnU4niNq6sLQw76IPBltCgESqxxehBHCsO9N7MfrOZ2SOjElq/rBrWygys/wOFqSe+lxd/r4bl9DOZ6o+FpEfkSvO/i5QZStbnHg4G6Z3mlag/MAHJkHUCSZ2m9KYLbpdrDVnbTMBhlD9um353rwnhavyEb9feYRnf5rKpNbINPbnmwn9gxqJg+zY3AHvKy7StJNv4EQff+JvS3xrbKmWV39vgpedh8vz/QD5P81lc/RBg1B1LeNIFuAN1qDJ7jPnpmiUw5xhfi3gPaHTWkdQ5cWz7DadWW03I2fM60u6AngkzS8Zg4nnpGMov8qCxL9V6Zf3pEg8Qm8aQNvF1xIdND51fTrCIfzfrycI4ci4wHD2TeiUEJ4z6nJ6OKiRKPh2WW1YSLg81tVgtpSmVR+c7blUhbGG1olgB+9mshFWDrLH64p7SvakTl24J70K5E77DlxaUGKJz/OsBIiAIpkf6+bOUncMD9BGrPRmALdRlr58tM+Uk9BT4Y3KQA15QRsbbE/IP2qN8giK3PmMQfClpaZLUpIWxLTZz+iM77f5fDGxFi3C38wxT6HY4GPODPYDBCHbw4mIaptocGOxXVTa/RstWKvaZJeB9ByTzMSlYwmT2uXs8Y0Wzi6YwGf4V1dD9TgyRljh/k30r5LXH1IYWue46Rbm+LIKIMrMfQOlwNPeUQBawC9s3/v7qwPTO82nKynZL8+xXMTu/GcgX98H1xg4rI7RtD6lPocMi/NBFx1YyxgBxCEJBjDqL3iaItpg5LIrzV/Wm2/PilIY5SBDiZLVWH4amusO2zT5NxbLHhrFqeUBCQAgRYCnMlNjBUYMkia0CoP25CEUVD9cl88Xw4n1y4/X0dkU0+7EzbApdGz2O3zaDQ2gjfRGguyQXZLPWKRV4rAiszlQuyws8x1sKkQgApOFeHPB3iSFotwI3Jn7ncv4JML3kBGrOFEDWxMKIoMjLyKYHs/0PRArOVCtEEhhBFlpTbxW2K2hy+ooSf6s1RmSAAyO6hEUge0FVvdyw1xg5c1xvLpswG3zO8kQda40aUBqGytloGdb3lwhvgq4jkkaVE0VyPaoAt/kc/EQGiExF4gQN6hja8DwJG/MWiV2DjsmjKF46Z8tpq7mEuyTQJLHqA7xAG6D1T3p380JQdRImfgT/rMmR4Gr7883D5YWM9mkXcZFqLAkSUmvJ8j5Jb4m1znA8ztFyouO5C0Vex4LDsghjE7lwMUYe3NkcG7tO4xl20kfjqMjc85PcbbR/b+d8EGRn5mic4LKD05oI5L58N2Ky4r/5/rJTPqoqiNfM+9qJ9s6zv9I3NEArRdR9ntc/465IJta4UhCpR8reXv9xRn34PYJNi1+uuS4Xkc36wXUJF1PlJpE+DQo2QyHnU3/xh6JuhxMlZdxpvSDhKDYGE4aWkqL3C4PnDinzbU5W5Wf2OOf+xJRud8+CsFzMfoqsV+aj/3DyZNp5J22e1FHIIMnnHBHJKYdQYVbTtOYCm344OQCLrRr/KKj5aX33Os+rXGOHfZxib7qR0HJLIutaGDJ49G7XUScYdMfc5qs9bxqwaV0v4wB2/0aa5rtehS9iZV7Y64K9zql7cle3C9/FoVwPDjCSfEe4v71PKGbU0KfgP91z33aQYrNh8cEJFIx6vm0qsMHt5Ac8WMrTBrwVAEKukwLpyl7KOTi6BgKO0O3VJrWZdsH62nu4bLE8CtoDb1N61CBRx5ZWRHT/p0a//7RJvpdYKXVJM5NlU9wUyX4Ho530xIwbRMZxGkTxO1dEXAckNV9hz7LIN9VxQ0h1Id/xjIZaveqAFV9AnOrHtkRrPDeP5xpd40dpgsAUrLFfSwZP7HTd3ocRyayJ8YS4fuesm5SpjCtHQL4ywROO3sc2YIPIMyFqs43Vyu2mu5X5v5byscb2Bbk5gU35ksa10xaZI9dnVfhDeEixHy0e2zFufxZc+aWVVqz7Lf0LEUNgalKk8sxIu5/Iu34SOGcUpcn5Gxe8fAz/EXPppOPGOsmNk2tQEn62gxasMXiyS65sSx+d2oIuQB7Yl2jbE31PHa41z6hZanJ6M7li6WyJ054aXAFjh0J3FR/qZcaVsbHhyHyBmdI9324q4vSHXEUOH+e5zCwzxZmqjsYnXyg90VjhIrTyeKrfSUaI0NTb+1itrUwe5Hiy3MwIxysFuXlcMpPrFo9LoZ2eh1LuwM9mtEDHBUe5Ss+ln9dW5eCWIxlF3DxqAP/EK8h2fpy0rb0F/Nk3kmwm0l+LM4TEfA8fQddBMHaH0iphsXiaiWdnPQoriu+w0u1dHH+7hSUD10JSDtWo4nMyxsrG82RphVc0YwJNYp8k3tSTiWg52BZeumnGbbA6G00vRYSDybK4tSgB6DHUq9FOqGOI/wBcW0lKxxZKrOKR1soecrvuYt7uxl7txHsDmH9WhOLsbUgt45OALaN8cZcnGNErSGKK0hRl0YdkgeD4pzi+FzqyTwRsnuSv2ZvyKZ5X7mascWC/Ms1OpakT5liJU88ye0Q3d+A0PDaZI8I5Na5CZkMXWXbkoCsshtv/vudHkpbYUBxTI3Ss72KiHfxJ/gwUyQsDYftooZKAarsJ2CkGcQ7nOLn5ENBWlK91ZDtIoopHkiMdqynu/sSdEtTPfASBaY9EEFkaAviyjJhAQgPmFWtUTjB9qcY56lN4GYzurB5cglrz6K1CRrI378ax3Kofh0q5ANXn+mv6l4u812PfCPUTeLzDqbgEtd/p5zYBsCfu0TIQvnCyYWyfzvfCYkPPRIe2fF6ouycUx9cBCyMeaYJDr1qOeAb37MCE2dQlLJ4NzS8fzaShFh9GqVSOU8NfBC/UWgfIDK1y0TA0/QGOZKPwJw7UqdqoHuZSDMj7hAQGVjSm/uGtbkYw/aOnNdAaJAlW72kJNLFgarWuPEBlShAoARqjVsufKyEhyk+gLEGGiG9/+f4xMgxH61hnbCGN8C3HuYIr2Ubie+9BaRhudHuuZaSX+aGyJi5GlcKWF43yXUNWzvs1fZGIfiXjn09YdCDgbchJSkFJUHpkFB9R07FKaT86Ij9qMDQCxWblX0CTU4rn1Km6dJ4iEGrAgX9L17quo3hEyOro148wLG75ZgMv352D63rQOtNjP6HT1DVOnBe+T1EcCtSJZ528g+UNRNYtiWk4Itonh9yi5IaSAUMlgfkRP9PeWL1wsS04WdM12ZiiI16S2+dd53u+0b9IkgjBmHkfNycXrVxKVIewy+v+Fx2wZZ0Nh7N+9UpFnvHI1zz8At45gN+9UQ4nhPpB+MzuWvpL35E7IkjHPArvcnbXR9Snqgng0Bs2eJWPpj3uomrb0xXW+n8sxiamxDUQvsUM0yolv0afr+bqqJts2kbaalfu2lntam90DmAQ/OeNyoxd8Kdiv0e6rlZ138h0enlHOt/DW+i1VoxAZd3MYi7qNW2C4n20WY+rCdWTXOqzzUWAmHnHDgO2P2+6v+TXzEcomH+CS6op0kWs8aONJlerMNY/8DtSb5KUFnowi8Ey1w4iNNEjPj8xt9jGdoOHMwJWQomZDcFX5FS0fP+bS3Ee5q+itzsUouPwLuZWseMq3BmJyvM/wX37c+sT6HvrB9dcysJqPM8MVVuaADjj3/ObqfdV0CVkQz0MIuQftQR76qtE+NbFRL6i99vtj1QgLxh2obSewn3/9zUlFnSAO0K0G5zI31OdR90t60eXIZSKiSFAcWjoqV10Zi7GCnlMThaPJ1TtXQsbGjPK6PeJOm9Z/8DPg2JtYLkFL3sL9P2Mv7EfNr71bpb5+46t/IJ3AVxAgN9ayxU996TZft0jR2Sq5Mu45LFmxv/coTeT/dAz+GALoh9adebwIzssma3+YO9KUyK3QjNb0/cD5/akCxHTx6UqHAULepGUWAJ0Qh1FqzzOBl+qVIRzkj1YWU43Sl1azh8Nz+lz5s1SHApgV5MeZdQi6hBUMzJZkAtK1WeBIti5jpgPNAHPYmkTr33H2i+SyCmv70Uipu4hFe3+nRtq8vW30uaEAsLuHCwReTpe4tFqOhHMx/iWEH2NGcJnEKBD9HJ+A05kG2g4qEe7D8BaefgxsnBj+s/3qxKQ1t6yhQxTAHx0BnFoTuQ01DigoNUJDwRFrMcFQ9ddRz78pEGQ68YpUCzQA+dYtoX4UbQ4njDRPXCCXW33jthxX1ijEBOiJt8pHb2N1d+V1ylPu4t0WLVWO2miFix6cdFhzt+6WhZOrRxpODNV8CxAmKCbASsWNQobKHMcGxAnxkYSw54u6IDOAePDDLeZVDOxy/tlpnv/2OLmdWUvWpc6mre6+zfdxfCikQVqMjAhDdQd6FDn35LYggl2isuE4C5tz8Z/K3wONhgWuHQFzB8bNBRnRbFujzU8EmfdyoOvGku/FbW7tOpz/NM5uSv6CcKjek3aqQ5ejQGZeL2Sf8xFDLCCTBKmtcJ/ikzI55/xj+/kP4AA6hqM/QVpF7CvHcjeCMfHdlGURVufY+LxQEUgUZxfMq6Sl+5wd7pnJ5kTgxDIynsL29uOW2Sv7kC4VS24EE4TeRFfnAgaK3mkcQwLVaXewt6m7zqQyymd63ADn9qsgjtiYJJ2PKcokz8oETgAOO2PnCJlx2PcDjkxlkxXeVBA018OTqiCRHHNCGAJrfs2PF0Ez+TkiLemytWegOYGN8bjeMaVlklGUIOQER9x8N1iVOUbgkTZZaUBDMMVaaGeJ6mF4SgFScndQ2AM0i0Pe9Suddr+AiZcQd1N7CnAhZ1HywJwU9ktPY5lXkbpafbbL51MEd+FEh456ycO/WtboutU8Vnf4g3uouGXcJ04uDl5e4sPoXva4/lSvLCx8j0f2SSEhhmxy+3bbdqhud71avV2I5gzhSmkvczlZ5SxaFwl3GjDlU2EQNN0WevQncPj4Prs9coJauraQJ04wOajfp01gg9eVTnnVRyvuRXcJoJb3vdLbG+HOSUnKOuODcy+1kvtaSmVVxkx/1dxYXHGGa7nc7rCdszoC6PlWejmXPanOdJC1fH0jUfdWjrtwhPl8Yrmyb8827sa+7ubGbqg3avTN3o7lwNPjynKcooW0pbuXB/omIH6l5ob6ElOiN9SNk4qe1EpHpur7C7IzDznYoxy9B3gtUU3qc7+iKqiXo3SoVgFs2VMfYFwhTa94S7OmiuDfNWqZwTLDmqltUaUscWkTbRC73jkZBHa+lvAM9ayOo73112SkOsasPc9oTPk+npIMfUw2HcxbJ73ItDR1fMlgMdZzG1OI4EqJaFYFUHyJeLNluAckm1gAaYeqMigfYCXsDUdZXNKWYr8joWxGxPZ2UoiKV1BmlYwbituHX9gNuy3HIDYtnNjhNkZR3jt5DSNcK/Oq63uqgRW5LmTjRVmgh9HBm0XJp2x2Kn43Y8LbxgXKWBX93fS/VO7WrYMXmGFxVnRTPBIc2Psw0anozv4zvUv2FaD9WAYUoQuNJlgQrdTjb048CW6tFsE/iGSipKS4fN1R4q3THX9JHHZHHSbqA88fZbnaPiXc75eYNZb0kaBBeVcijqqbMxFooLoHw9lR7KfSAnEnbDItlXY6luVkm0Ve06JRNCTg7R8C/0uDCJyzsqtPlOHGZM/sh+mWSx8lLy+x5YDUyBMB6EQwVgbdVqtWTg+pekZTA2DPkQ0tV1KVcU1yqY3quUXbhP9FkYJvPtfusmws89RmSvBGUEQPBisvgoJCY+9f2SZaDJ6SUY8ELTioSx0juzf21vkaGWOdscp+9GxOmJPqrLPIeXnovya4QsRqhPqNj5tGD2y21841x0r5Z9hvPByu1NoE8r3D/kfFZeDyKxKaO1m7hyab9SRHR2LoN/S35/H8i5mdI+uHQgDN/iiiLOX6ppfk7d6kzCgbZmk6H1NQESDDi1Yilr/Ln0a+JyHfgs73juGKLsQpewvs+g3fpkRmeZ3uFzNBHR4PiDhEA6cBDLNJi0jUgNmnP7vwN5eNzNxOqQqM9qnkgekrnlYd5MhdYUoCCZQ1bdL8wvfvwoUcRSzpZGVY+j44ljYUPI78g+BnBl5q/6LYr5OUwBFL/6oag4oEhM4caVa5nUDF2qd3jLQrm6/+FoHNkojAZgUIF3axFV4J4VSbB9nr7rCS1nO5NIwU8UH5JKQ231qC72uZ5FEBDzzRyMtBkgDVZxvUMJbUbCzXvF9WHL1nBX6CmnufAMO43d6z/DOJtKGSQMPn1RLvgWHYpjBBdrszyGVvCTSmBWxgScTsfwclMsy35i4YurBI8mGMFxCJgJTuJA6yR2fC67A9PlL5NntgiWc4KiLl6xTih/LGTOQwyP/UWtOX/S3fwmA5cGe7re40I+/q+0s2lgHvKgxelAYYIzWQJxWj1Y2wZ2DsU03k9MG6aj7x3PpMxNywBeo7gDifOFIUpCpyg0At7dGnHvsVQC4+nNTExPrlkIkVf+/VEOXBOzD6mZl+h2Mv/YdLeJlq3t9SXTf6wncmAgT4/7fdzQ3EIgB02k4yMBx1VjMt/8S/bJyBniFsywUf7dZB7XvINqYZ+0AwlZ+/fglAVJTHyTlIRhjatRmo7ON4YcU7K2q7M1Ak1N9YlCiJzr+FLvi4ScZ7XedZUWleDFZLjjBvSr1hMxTjHjKzAO1dnZCw3FKCH0N0zmZJR9emZFxKuIcj77RcJ8O26G3qsc/qLlSnfDMuEhTFjpDHsw6s7GLnF8s1T7hYFA3Fazkxhvsm71+b2ImdZqlAhQtqYfyUarvgtvObxgrMHGoIR/jGU2S6So86X7tTZiiaZaHUDL4WPwJJrrfd92h+anQwkU+CtoQjCyTec6Feh8PqHEb3sFB/UzyHzhDkJWjVkyOBmPYTlPZ8Pgedk5l5BIn/K2i6iLqWD4NTuS68mkEzfA4UMtqiAbkrVoWz40NU8yxVwSLp6nwrKIyheKKGKO4DEXq6BEp+sSu4owu+RlLyXl9h/ldEdOQV3vPHsjWwROcHuPC6h75dTVNvJmP6MCjNjPTjcueNacpjIDIVSBQrQ9XpEMg9f+/e68VJ75PjLZ64eummi60Lv4U1LeIo35yzRBpspeWXcxwenizXHDMYjse3s2L4nSd1elHdlhcWBfB4h7OP3U89lm5Roa7paAw62AuPghYhHyOTakgAg26SkFTZSPCI0VEXR62M7ipp5QdZ2OR+5qMfRzpC7/E5eTSugRybXRnW8E6h+MdkPbAvOIOY/jzqm5oW/5Qyx1nLzuMhzsVhSjneXhemQFvk7/sNsNQ7uEA7HWADf6IVnK8xv/3igMvV2yrUFjWPn7egI5lH96UVO8RYEzYCdqurfWknqUam3+/igopL9/Y1vawdFrP8KlnO8enP3uzgmwyC3RpPQ6ll0q19z1IWYyzaICLBGQOGlAsTvd1pb0kQbgr6oV1O04ZpBdshsGoMNcUI4c/a1K3NogZJRxIJEKT1FipoZm1qfdbL9j02ebQwN5dbON7tbwp/X5Qwvu27jxIRyGXt8+9jN8p8PUSXZCAU3Md29OJp/wJaOVmbA27qUmx0Nmrl+sA2hvpPQ7VoW0E05dIAUgJ99HC3KOuCRBURcSJINtiU437RZQmkDiA0BkU1rX77Y9GeL6jezt5oja85KAKLhat7ypKtq//u50jOjVyBl16AZNd4Al0JIR5gQDFJqWiH5KIBbNud0M9GKRvxR8QinUfhvM96t512+x88t9zUsLUDOS8Kj+Q21kHc8xEiCPCBy1pfmsyWgUXKTdW4BS45prm2q1JLRPAL5eAHfcnqM0QJJBLCcRFqiRCPsCZg3QHxz/SW93e4m9NpCoqphv/sxwqxjGQ82FBiMtIQ2lFq1XMg8Mi7R4YbAVGkv3LAuO5wNAG8UADH5FwkBvtqYFstbldg35C11n/CkxfzJw5Dk6EQUfqP72vlJ1FANo4CA383cyKIEvN8YGzJt3AX7PtvHvAcuqnR6kLy1iKAH69psRmvit/gEfJL1xKUP4PvH50BTdAEJwP/jCRmVPpqpVJJg6KLxxjiWBru0twnQkIvxwi1UMtRJBJ4aaHxIHTL555sbm/3pS5e5z2A1oH+pul/KE7uEzZKbUQisTtRbeXiMtWBJz0tZc/SQiny1S5oB3REVVfF2S2IL6h9juSrimWwu8eZ9ZdI3RoMlVk1mUutSw/DSEnqaznCWYeaFQ6e8lxi9NpAaezYNk+54XLkJh3jQd/4f7heW8uYmqRIvMfBrggiAATx6djW/s8QCRX/HDcNJTfnnEBHVfTZGyhQIuhnv7rV4gHlCcOrAl3BGpbIY2NqXTjF2kmZrLdi2pDsOgmnamIVhIUnpQfxgYXK0h7/QUSjzJM/VyW2JyouUjd9TDwtYQCiZlqAslz73G7N0iu0S9UQuDCGuLRuzrLcDTo95p9BWsgcc8WIMD/TNbQHDJN/42JX6Fo/0CvfdDQer0OiuRPt5Q4zmmiWMuhlAo8EBPKl/GcrTcmMzPzb7OZmGrP7DQJszt7n/Oh71YbVl1V29bv10Tcfu9azClpZdvnh8zNkyk41YR6YLH81LSV6mFhriTP3bPBN2ya93IR+0rYD9ZE4JALBIMAP15sbc3Iz+5Fl6r3L0ttONSsYtgjrKg11W2HVEGq+QfYqBXIZ5JwDaD/FjwLXi3UUbyDlosQYo03+Ojw/3+jdTBaYoXLa3xkLrRn40VLonvpVnv6dWP7G9EQOfoQYIw1MBt9vrm0vH8pHf0hItF52dDKkvZU1xSMPr3QCTQTk+mJCWbW4/vWw45qaCC1nJti+moLVIqiUZBMYcBpZ+EfzxHS2/1CBGr8kgFyXcF91iUIO11oRQ6b8eq7lxrZzbctr7ZCoLUxnmAdYZZkK/1gu+Q9JCN+LAnLz72PFwXJPMxPC4XeblQeLb0WeC2H8jvyr0Q6uu9WsZLzLJymj0N71cQZWgdjQwLvT2eJNLzMwa6NH3phSkfvmvOLGuGxcRgGFQeOFjlzNrPhzHCGllz/FyX4o4uQe4J0/RvlYMBTYO5/XYR2+r1qrgBrzMoxAeYt/73SYmDk8wn3JSTTpCT5Szbs6HFKu/fEi4oY83UZXeavwJCbwUW1o2xP6o+HPtgHsfGkAXl5kPlSzbVU+FsWDwXWrHfCQrTHmIB4qLhzV7G5PLuozpelclVmyIXPhkhrUFyLMxT4NmGVtnuToWmLvgBQko/TPAa6mRqK9yHnRdo0Cmcmly5Y8T1cNxvsjyCg4qkVpMthn+doxvPodv0mKgDyRjI+5hTLssgnKWuMgN6Bn7Um9x671q42hkAZK9jx3cL/ehjGvEGCo2MhuCs1KCp1l7Cdaq9Rwz2aT4xcPGK6bCuPVbPbVF+iQ85ptaYpJAxPODoveHl8Exi1jL3kI3R8yTfAznjmcV/iLwKg8a/WNzVpRaMPIYwjyQDPHJsG3rw6uXAwxb1YACVZk0shxy3LevPUArkBVSTXGZMjDW+iTBbsQyvdOU20oLpZkGgs2AIN/7j53lz9jRk0yR7EhJg+M4P3346D6Y9SkanceUwDKAccmk7NSa7oG4vtAS5w8uIavyTFk4ruGkhCmywddbq57RkTQmhUnuCHUKLlS1JvG8Qj12GYS8EaFtI/tXm8ipnypnpbLshwmWdYGFal1zWMDKpcvIAGGmP0Ajg65gcylM8Tv76xstbc+sJfOi5hLcK/SWXNpEDwxeLioJdaQHS8hRu2UjKU0MovSb2U0mUyQ7xkpBlkGd9JbLup8QS8PLFsKwxSc9blAsoANAYBl3d5UNpu9Ntxdtq9PruPWPiaiQQEtN9GQUc80GxRkEj0ZKYotFWtAUtO4YjLEJQR/GLguaylzeqiEOGtV+6PUbWKmvtmTXfBP4MXhDOFqbd5gsENOzCWZ4k83pUnMEwa7svozqpSYVvZqSIWe7NuWisruvwVJQABvv3wWHKrfuk1NNIA+HGw4NiBbIXH5QcFxajyfOjnx24ocAEAwYMUy+K9B9FEUe9PJNC85nDj7IlkZlHoJUiCFwu9Fv/m1EXVUxalaQGRNO1Ua0F4ttrvGszAZrt3VU0e77C0K0WeXnjXfBIaovxj/SHl+WlESfE98ypGuZjVr+0XtLmWBpiA8KKFe6/+bp/OQapdS6gKPaWbqUaZ84maWwxFnPiCUusgzQydLVB8vAYq6zgQds8IUDcrIjISuwpEQ+X8eqY1/GnSe6gsVHkKiuI9ymam9ThuFQe3iFcQUmMX7g1wV5d4f5zMkAgmpTz1REGpncVZVPpHQKpG4fnK2n5O7kQMHxUnFtHFSvl703FjYItytjLzhtdHm1ZgALeHGL5XSvVFsO0VqlW8Tps/VfSuB41VTJGYdjGFwMyaXrAc9nPiFlPEwh0XFLV2gFVpO5KZKRgiPoxHPcaLC9e5PJBFfpm3dGZ/gPz36RH0/RMLSnRChxvHjfhvWUqWVTMmCl2D36mO2LwyUHXdJTxXfVYvGJMMVjNm9vxkSw7ee2Ok2h+9m7j6BINaIUhAIbz8ItgX7Ge3wObkRh0BtpOp9BIr2kei1G/SAv9uV/sDgDP+uk9R+q7IN8ug4tilytnezf+YCssqkAubaz+c2tDBRFGbQ4l0JYoGoRxaIaKXOcHBR8bKMUuU+7Sygjw0PnYnocvotS2Kk0MVAQeaBzxhKaF14MsYHMtXZsnzY8CYBhP1yVH3/UU0MzYTV5Y/o7kRxeaMgc8yW1Phx84jZIoLOhjpCfjrIGYCzp7YtX1mR3DbNf61Vjay0bioNbh4d+k0usjfzPRCZZ5yBe1XjrTstoFXEuOQw/MD2dgHUhiTsbSSEfL+IQYqqB+h/N6BOsjsRHOt5slLpiRShVKShkT+NFW7KmYy5FC8NwOJKPjBnod8/iBzzndDa+JVYwKzdHLyVnF5P8Te+th0n5A/YF5l/0IZpvXuYPcpbndXeHYDh81PjaqB9R1FtRlnSEDeHzyczaJWSn+VZv3Ov/oOF9F/Q0ResqdZQVxJHRk/Yr3IpD0u6+HFJJsVAmVKZtLrhUcXWZxXHspY8N4KVa7HbWg+CxgQ0l9NsWSXmYAjsZxSTTo4UEzas8SKHELyN9DEERNlGVmVaarnkL8RfoqbSGKqo2Lc53NNpeF7siMY2PsLa9UDguE7u632d0BjvfvE5wPISDR1hOIUm+w7Rmq0NOb+8iUvJG3YEXfcRs1aywcXNPhDfYUtmEHz+MGzq8dSw2DNcK2GPQyl6yfrsspglzm4JLYc3uyD5Nzkt+xG1l4HIWH2u00JLXHcTri5tO4YFkGAbcjgu/LyRBxngPgsz4yP+cu+Cu7fvwhUu2upx/dCB8SCx5dbw0MEG8btxlrTa5omo2v90VP8mD6GSm85pagVK2pM6CLkJQ292NXbqaFiOK4FR+FGqS6ixhHHuXraIJhmuBnBsApGdBI6bSti4oDiSwxAky0SAdQUFy1tItzzTVvLeerhwP8HKerWFvo3Dm+QyVUlSyOn4ZlTD1PdMgQiAeihHU5/LhLBmXwvOJxRqZGvX/TxQl8Utyy0VyT4TqCDw+RET9mDRMPpwIKUfj3ynF7BOq/YCpoA1ZOubx9uihOX5rlZRvZmLOaJEHKZCubQIR3fYxj8DsarJiT4xI6183q4iSdlhB25t6acSrkfHexjAPBw2d3USualJKE+mpKQ+8Qfppkg6+gDsG6MbwfZhgcwvvooBGhfr46E4d7SWZcl002lShEhAaC2mt/+TP7wrrAsKRi7RnRTwdRKGenKJPRfR7XF3d/jlDff0MZ8VkShWtM2VVDTBH+B4RzR/YnPH2yxZs+mD0+yPAcaEuSV53sAPkpdUGVVxQdSIRQJUBxIaKHLM5ecfQxvYTY8GAXy668iCnjXWLtEN5rhabsrCy3ZHMENHyAQGb9pbUPMLaGGmrGhR+5HW4NFcj9n13qXuEd7cINxYYcxZ6uQaNjaq+ufeiboPS27cNOhcDFGVFRXTXEptAMQ7tKlltwPkGQ1WLMGq40FhWtDu4Fq7Yq8m/FDUjcPqyEa0Hg8KME9Ffq/9tswyBQQi6HCV8YN/bgtYnocwK3hMR/6FHYgAVDpk/OYNCJSOO4GqKeK7uFWP/KT71GWsd50pfMLbyXkAwWkAEoh85CTntK6ylm2XWfoVykIFGhb2shzbz1iDurxn3SyhhhMDUZxd/jdjKnEgq+76mRsdWxoB2llPZCty2v8M6kNDA4+BcAhXE4CQVAyjAjI4xW9WI4MEIKqDm6NXMCLGgubO1euCg7oJ+qvLamWm4dVqgCq6BTn9lkxOTc7lI5CghIXajaDr4PJtjOEFlD3yhEuBEqRupC8nn8tdVA+eCgth/EUc+2nufbL4A5LOVdILnwirH6NNnouZxrxjVdUGCta/io+MoSAz+6D+5uoJr83Ns2Ia7RbL4wS6LLTvmzm2oTuupuPFuuIxZvUkmDEZTveVy4lzFlU5xvVk3ENUOsnOI6NEkgETZ9ldmqVJw9gyd2POqoUr8K8LI4YNZ6xzb97TQbMAzyHGBBBBANwuQtR9NU1M9lAZXjKNt/BEIR9MfpmSXGJ6Akae5lr0zzEAXqWVSyOq+0M+Y1iLOELL2PbKtE73wb3yTo4QhSlv6vW0Mzs5ssYM5pLPiQ2qbccyUgB9QoYtu+YOWjKddITpxXRAtc2hKM8H4EQXZHkt8DtOdvC8FzkUe3TCg1UbqRA4wHjjUVpQ1R2xqcXy9wQgHZRKcPu0dmo5cHKRcYwoo49idtYLYj4hObT9AjmTus0fGo5VWPmSq0oMuJW40P+v/Fmijb5VqxXhUFBNcuBpq48FRXDVvT9KLXiXyhr+6UNbuGI5oeP3/QRYGt7+ykxzFb+69Z+/k90faE81fxpD3PjILOsHjG0nsVaoG6KfFz40PPre/i4Mi16mBU0Mw5dfEXRoc9+Db+Sa5JqVUUTOWgG4tePs+fiMjbiXgOooIhyGWza22vuv4PgWetIeNNy+Pfz5KlpUPSD7saC7IZArP/aoQgwROH7m72adzKrsCHVlXx0yEHTDcJlMpY2re7dnSbd7+X7SJfmqWdN5LeMqXpWDQAxrjHZygrnIhKIyEABXE3zRZAnCKXjazudJTTms77c9muE2bkYsEoTxh9xboqtfTW6z+ibe7MXsoEoFEz1E8u3zRmWMj6f0307oiV+bmV9ZjINEBQV3sdzdfa3nui62IGkBgPsTjPb0i9wB5/cP2DK8xH7WS/SLkvFkgY/gfEhigCJx2VUdBYczrFuc1BXi0TCesGbq7Z3tJ/vuvsKUQtxTB2kHBB6chVHSYDNaYUWIPWWlXn04Gtyc5R0WlWAH3x7PDq8b9AMD2E6Uf1w/x/anVDvdZBRRJvGQR8CqucvP5k+R0yyCkK7oUy9LARcxjGFUfOsLnBIZ7nRzt5KqLVedLMoEHOIxMgjCkBneBTgMJMyOR/27rMw2Wg6H9ZuZN9RXPLLNTQrh9NXDsDb/bogNvv2U/5wBlUv8UC34Jld+VDX62WbI4AkF9T/wIDCggUW+dn8tuH829TDZBlEVpqy6NJcD7CFhfJ/39poxjyVgIszMgjq4DjhE+yqbmyF0Bd6KR3K013hMCemCNfD97rKZKX8PNi/2MS8geItm68BOvMCgJT5G7oT2OzkXGVpdu3Jg1veHUkxc8/jDNvX6HO4djCIUKofd0MjjFMIrI5gnAV8M01CTVPiRht0kk7X+YDhOFhqgEvUPRLpp7SLLxAsF6tNZcT/6WNcSXfu7L1YAHKS5T1nKsE1x46ULlwlzRqnHFASqmnBbYJUGF/FdPRhtAJ9NhE2m48E1B/BG5LACOjVLE8xTa6DXrabkwcaQGL3cHsbkcWC/pBSr5iwLgiKfuEpgW+em26LwSvYzG3en09AWMfI/N+c91YfLrOLt7u7MGSBtbBL8hGkfj4QN4LzI73FTbD8fLyepRZHhSIXR7jZuYpDB3c29YP3yUgwCybgqXb1JfCDi98TawI/16ICUUeufm6EVgk6sw8YVwgOzk2zDTprDQEo3bINmmuFETufbWiMndYdgZwMQTR7CLDzgUS11+mfO2zE6PSIGvq2R+Dm/BLztPJWYNdZFzrxd/0lZzmdRc1W6KO+y58ULium1YK3Rg4BTXHCrusCmBt7BIY3DYs3SA50G4rfE2I9RWwc0T2m/9S7WiW7yzXzgRQuV2QXXYqPgDd7gUOlx0eIPysab+LiVrPh2BEFyP9XBTkIAtZOgMAZB/6IK6W21tERWRcsq0kDYrb6B42Hlk44b8dg1aTN6331F6Hq9gyaOK0e3SG3B3a+CNxge+NHuVCppWwo3uhq7ronxE7Qd87MmkNgZd1S2gUfWKiQvtLDKjkvxSxk3AUHu6euxe0r0d1S1weptV5aYdq2tZziqPPqN7uQ7+zh0kJiduw7zgQQ7DwzDTmFm7a/+bOodvMFbQnENdAWqEyFPZepCWtSENG0ZXJsKCqGlsvnbs0H+cXv7xgmYk7iq8OdXQ82/RSkH0sO8JdpTXWFjyYkw67sLCzmmlwCyDb2B78Q5MVKnxQA3UgT9M1CyP/XzpUkJFYypFyR8QjqiieZcCvR+dueAzLWBZoRDj7/rXSgx8JZmxUDggNMrxxOyYwB4KQ3xFJ5YxtG9LKbWP+yOl12uIFGbS3YXrOkBI9AEFGo7QTLIZBu0wz+cTDyqYbMuWyBPVLn75ekiyMbjJ8DlTLE7fokX/snFAzPosxe+sLEhmoaw9F3GsJ46afRySb8g4izBvyxixJ6mh54zRpp6zdeMLOvZWRrMmEuhsa6Lvekb8Y9SQPdpOkFZiLKrPRUmHKB/VdGHwvPrYIZudwNtKbdmwZzmqnjMbpNJuJlJSdUbOex8P1Z0qV0j0nfONfgyDoU1zF5UrSo2ybKEpSQMEBEaW8Fli38Imp3QSAaHRAlgCaAwQq/RAQTNkpLVeNAj+adQn6lXT/yYYq+xDwwmJNhy+voTRdy2u8fQHd0qg5m09g62ak6U0PxcYsPQ9dt52/fwXMozMcI9bXkoDRwFAtlvcbKxUyvP68RXWB81zs2ADr70mIklVaHPZoNZ8YQZM3dxv6hOLJdYkhqbE8bwTShjZAnvIoIzof2oqunqnrOeY0moPMPDQ4oTAJEVhyo7utzsOrsvPh6/phqWsZ8mdJ0ka41/zx/rnxxiGlYjeAVjOsKY0Ez4rDW9D+x+jR6ZLb85JuNKgwTNeFTaO4h4XRMoj4Fhy0Wv9B5Y8MIyBbfodCL7WOut6/7YZ2CrMN4rstCcZCppSI9AtjYpg6iwrHv3m9mmBQX3x7ceQIflZAC7ijzdcDOSgud4pzH7DCTzImlQWgoMXK86v+T8tcjaEOSQkZaAGzYrc53s0C+usJBhQkgVXZelqXsb0vZYpSPtjgsK7SvgdS6vvBq7JPUpiFqxs681Gk8c7bVACNUNkY7Njhff2bdTQW9CyR8cAAqf7q61+cTynczc9VbnmqyNzUUuyrLhqYEJn67x8sYb3YhZ1qJRGtz3O14Wcbjz8s6V6mm3aHFEYL9bwVwD32Do2KQH+TAXqCX33YdU7cQ2UY4PaVRpH2udR22Hhjq6rMxnl6bpDIhJs4GAsj1QvtnLtEahZ0iNDC9GygKU4eiUWV1Qe+tcPM1H95/b3F8doX7ZjR4jTCfHdOU2vJz8aarjpFR7mAS4ovuFS36uVEdz0MmAyGLJgwPOxHRSSkdvfc2TKgz1ARPUGq2nan47+vFuRDd63frgAMCtcKeleUIv0zGkVOxrlTTVm+sO9LZ5lfyPqVr5VxAfLki/DnqJemaL0CwXTi1JuJ7XEUntLFTQcPjA0AZHariZV+cukWAQNIwwn+PEn/I2E3qYklk/alji+htRZOyGHG7627ZZGpwEViQLs28qOMwACZNRkH6483nZYd0wn3w2k/85bYOXgGvSyb2UYY/8sC3lATbeL2n5j72kw5BSWuzsR9ZVlO4p8hrwllEwhHQBhF9b3iZLR94vEtag3yG1aaswTMh05kwjtgphG1WXTZa4u7WxZCiTJVc8K+JeF0wYldCxKqTQAjz2cbAZMLP0uVm7GdowzIj6BKIAVV6uw5XvKOFuNb4ZFhYdeXrmT9LzZ+XZAXUu7pDxket5NxPbX8tPQgKzCRYtGVf1awj4uecD7A/rHXAGya9CTWppFgRAnIvHbEzNu1E4WEfKMqTE5thQt6ZARA/HvuNNQ4MKLqLypwf2XZJt3GuOwc/idRuCZtwEKeC5R1eyaHCY2d3bYLFBgiAYAnK43W9iII0t7SIgIu0os+GQH1iz2jnMHhw0PUw47jMduIpUvE4V5mavdYUMz05wGFBaRMW1asxIwynMbQ/Uw6DcZYi78tIXzmJC2uLm7F38nA7dtMfdTrw9irZLsZN8CfX2/V0/Jv8yoabUCY5rf5sJX0vQ8KLHmTrCXL/4hLZp0J1I28z3Av1lUJQUgLTkF9yENEuFk9eNMEew8er5PKapqiTi4A1e17Bg5T/5LBNeRG8wY2IJFdHSD/ilJfm6JjWmSKod4NvREC3rB7iNP1MUuYs01gq3Hys7LLhoQOC1FKiKVUWG042cC4WiHaQM+UotEU8Ilim8Ev0f0+09V5mgs3fqCjXyCf99/CGkKKMwaqN812mRfCjwbkkvkNwK9AxMTXE4wX+p4BFcHnk2vS47lP7THplEDB3weTMvLZd9JXHSAKGGARRE0tE1qs2IwjM+648EU5Fe9UxaRLiSOIQ4upmpU0UliFwAtXFX4n++0OmMDwp6ESJOvgPFsd/P3P64bRo425BOwbx2nPqq+hYJ2lPQiDuVQ7jK4jgIlY+xs9g70OkBtUvCIf8l6KRi6KfYkFlis6vFlsR9lmihSvFY9lnJbwZhWdpcVqRBEEtJQt+ptmLL7YG0lpCc70NABKqTMN5vHbca+tEDh1p7hHCpJIAEO2/DMNOhwuNqxyTtnWyUCYUga6fTzjpPBLfbbQJYxroreoa6wO64GBEARTohYkWkOkPAESP/VX0Lx9L7ihc6pXGJ8q3cmXv4dY77rwKtTJeYbMod8s2534Qr1kmWxvCIVd22ImlTwxvGc5Z2JrNDV4fctYpy5DaYo9ch556ERAxMzWXB42jw0EsgqicPhTcSVbjo2KBYoLNOkBwnjt8+01eHeDG5af3EQFImHA0O3DZVoLXBC2NTP6lfT6P8af0Tb1iXwtTs7dN10ORWfm1Ja906/6fmJ6BxWrYTgVW0tSuSuCHitNgbBGbsFL3zrNzTf8xFGZuXeM73RYi6QEMfTSkUCYlkY6rIZT7+mOUKNl+OiBs+FUv6YoauKKeKbGJkX0XMCPz/Dq4cKv8jcUmd1DrYAFm9yl+nvsCGPqoXy6W/4CwPCFNL2J2xrg/qPrI1vM/2zVJqk8VW1EJK7RiNviVZxQJC/tC02pITkjBq+OgJoRshHIQu2UFCOt6CEnEVjTx1sOXCk9qLknzPxYBXWWZCxYl36cTAVxtUax1YyScU65p785K6Okls5FN3lzCPd62Jr9rzsEHBSJMcJlJ08Wi+2FfaCLW1EefUb0JiwHxLcJv97cQZen17vwDdMiZrNnk8HAROQCoGavKo3MIQMBdpUsOI6PvCjWdS8qKbBBFJ2QE+wt9ZclVmCjsuCACdr3Z1R29OtBu8BQAeRSfce7+lv0xKYaKupEN2EAGzKkZJeG+KQxa/d8IYYY4oud9uivqHTHGF0IxTQp4oXsVngaDzD3oeezzHoDCX9AxejyFQDDmZWRq0cavI+36ec6YaAnchL8DgRx6gezVag2SFF9TAHy/T1JhfLOpaY2Se9wYWkksHSDMi5CqaBtkEUztPRqN+a6m7WrrHYTzw4uuAwTCGPdPwaaS4OtXqH6ElJZ8tyqkwiwffFjBZ574KObaq06W6jjdlDUfiB0vLdrdeo0Ut+RK5gHh7vlWLkpxKdjDdSkf0Yi7sk1hHAtKx9IU1ftJp4QJya75LkPkM1cy1gJzF8FTsWao7T+weTg0fE7Bj4HDYwbuE0HVEjScLX85/JWJKLukG5ojZMm8GaUYqb15OoUMywnfpxlXEDxHONyZLHNcaukW3KiQh+JGRE7Cc83nIV50q/6gIIR9eSw7FeazZUMrsHDwdK6QtzPTeegXtc/Iwwfp4hT1BuNoKYoaqY13D9EBav+U+gpCUCCQwI2d1b4fG5ASsix7So7RIowO9gPdHhA6a8zu4OSC+x/8HamrAWiBhlydLjs2iAgYfLRVcIk8+VzCNJ5HwiNpfa8B5efxqZ3rEv7psMsS88JX7ou64aVyG1MWqnXRsW9D8TwVG5RKD6xFfLglWoJ+wrNKRO1gW2QlrrXuBJgxvyOCTAKSCHpe/E86k+h99VvaZ4GWnQl56Vw+xJGjWD5W4dWQH5Yliq6/0Mw7OJyul0yXCOXDwzm3NqZ6mEgs1/xi01o3IoE1c1GdocunZR+wZYO+GKi14kMdH74xxx770WYXF7nVjljXn9BN0K5UFN6L8aEPB9RK+m+p5vPYLdYp/9jcRmiO4DUVPXhhWUgXhm6+5jXI/azhc1Prn1toRU+YMEqWww2zqMZp/nSZsG3O8Qr95SYbRy8cy5LqmZjws4ncqxGKrPmg1txYjy9zb8Y3KiYqWlBq19rZON2nwIT63K7XW6Rf5AVObEi1VyPd96cBBMG59O1DZMCJq0zNx1KVn6rMYp20iSIbTGp3pki/ijccTV5atkCqaeL0/Je6nd/71xvah9/KuI+7ckcTwxrhrItV4eWSpYuV9UBNiBVl3reo1BAzSqj2FWq52uRTAnVyYlS9dIZQk7DxVkYDUpwvdG6hrdqohnoHzsfDh+gTlaafnvqajfNCmvy+Aqoe6MdTe3W23SBXZ1FjQObNXFBwX31o5uJp8IxyEUt58Yr2OFqxfPUJrrb40Kt0oLfH/Id79ztKknJYzjl5lZyiL1vWMRGf0RNCGXT0mF1eaZvxfSxUgKTdJrQ6fHsVNprHgS17x2xSxnFwxkjie7DIlkO1rgymh0fHLZW37gSQTB+dD5+DvutiCQJr/n36Jbs75FPvb6Oj6pt2ug4S83jNzYxsqz/H0ZNwTR3ApnJigSh3rNkgdI3GPzAiQuhE43JVW2l5Qv/9Jqlbg7amE401fM8DjVP22GpNUExHHRsNjYH2zoJ7RFZzzZTKFlohDpefiHJUX9MUhrO7yrU9um15dVKE41Kblfg6JueR2fgrUcJnL5KswIw5fXU/z3jRs9nZeS7+s9KqkocXfyDxi4IpNe6A+KpsZu+yQxmySxjrQqTZDZl0l2yCp/D4lAHM3azpWxfOQEaYuTsED42WUqmk7QU+Mfn0J5QBBT4CIUffU7QevqD7fNvLagBplnN3l+oDNNY2E5h1w8tEnGscJg/LC9X9GMwGdRBJ+chelf4tQumRDr62bPGc+phXLK3Yswz55POnq3ImYm9kZ8sBUmSVqSzdD6kEbT0yaCeoNP8Pm7pkeIqYrxGbkL7rCw+2LRhfiC3hYV5exAFxLF+3hajuQb4GYaR27kv7tZvkJKolnrRR36n1362/Ad+RBstZV/b6ixZP99lV2GUscHaJGooj5/TlJApVfM3fxz6GSB18Wk7Lh3p20E7TB2dFqvIinGPiR/oQ++/jIjZYvcKpADr/KcybF/6hvSsdlVRmhUyNe114pW5THU5Nv3rp5k1VZzl7xA+GlpHys2o1mKwhxyb+/0qF/JaZYtsVb8J+/qm75kur0bJ9bJ9LMdZmN+0WpdhTEfDKz0M9UdNW0K9dPdBMxVKUkXZSZ1LGuN024Fxg3GIPsVa2WncIS7/Wdwixva8Vusp2DhFEbH6AOEgoNGxBkTPQDTTjvVlTabadXe8fsmsarQ+xQBGCR0KZvqv06Ug0uWJncheZj4IPr9VGbHGfD4Afl+7JZ816dOvpKYnF7WFIsB3hofX1jr8ffIjENPJICw3xMg/kF4umLxtWZ0uzmSROIurrpbKQCelBE2fc9449HqQcc3XKokruDTbtMCq63Pmi8nxNev7RmsRLXSpirBAnljJUkIp81QeRa04aY53riN8NNZDbbl8CO2NnDOpzoB5DSgJ8w7+C3OfOtJ99RC+fqPAnA8EKqPY5+O6b61lxnOaWaWC9Fbplkf/tdG9fPBfxBfThiFtuYDawoV8+ilvMXgB+f4O/ZnJ9eirljyHRUUsehGvIw0EzWZdWu0a9CkrHtpEcsEbae6OWGMjUfnaHQkaBRyw+U1nLTfafPtXpfQNvhJSHRT3W49MM4xB6hu+bbVscEqxy0tQcPIh1/5j/+B96/yrBGN2zxIB57PiNvnjVXlbNKYr+spWZ0ZC/fhNlr5JfDpq/mHw6IbqFXUkRbv2loYw3d8KUh3Zr81cT+N4Zsoa5sCaFYx/n6QMSrVQqWKDV+s58bAUAbh1lUFqOpP44TrjpQf/XIZkfPeihZMUF/kBNcpEQ/YrXzMUV7AWFLQrisEe4ipjfS2K4VQlbJ85l5S6tc52auWlEUq6znalgnxSlAJvUnvF43kC+Zgs6ro0h0M13VlsHr4KcdlY/srxLrB2FWRak2hdI8Vj88jJmateo0zDJhCe14q/Ay4vuwXlOADUwxFp9EAIuBBOSHPGkoKhDO4OQW8SJ8OVbipgOINyCZiU6JLfYD8E1yeg+3ifyhaqRYLNqFugSsuXcRaHphsDiNRIpKOslV6t815hiI/mvruQgxrqAszYdYJLRAO+lPFkrBPV6kdD+Y5Yuvk4jLzFygEoIAuikikJtQ3L62owz3IzLAhTP+7cfntDX63Yec3IGEazfmNFC97Efw0XVG+320eOFwFgBa7jU0fepTL8iW/cxn9HUMpLMPReSOAedDDHky2A1uUcBlMrweJNI9qvU7M/7krF/FVdwtIynb/1tmiQZXpVeZT81ty/7Vg2Vw3NOROpHI02OnSH+Iy8RTBeU5Cpm/25Z7Hdlu8iroPcGeYWFbH3mxBOrz98J4nUY/jEaSMRSiYwn1soLllXY4VK8GQYM1t7CDV6a6XMnB+UUuVW+Gmqxg1st6asmSqZitW1HfnjgpW0i3AKJeRyfd0yDUJbo4RjfmVcDt4U+oinE0M5BnsfqBI6+w/XrHF/N5gw8HJoBiiqgs0nrQNHg6Uh+JOOsjFHisqHu51PAP4IJLlV7GiNmCNOlfcs99DzvScGHnxSE/8ceVy4vmK0qwQHz218Q/bMHCksWWmToyU6pZ6+GfDJe4YhcJwOBuFqXgAkeyXhBRwQ8BZPxA+SyoYTw5YvX3pMDxr9SzJhvfViM5rA0H8AHC1HjlRGgknpj9UL3UhqPJLGltjvlbcNn3k5U3NCScmombfEsYpUTht+yk1grBY8yDw2JznyVaZQk2T9BySQGpbWCXofj222XqIHDZaqZz1xC+XnXgOVWQZm6HztTQD2D8bmJDFKil/Na2Nivr61FNFZiqHcVQ8ALBOBJo9jvtgrVURPuqp9eBdxWC7DJz047tQ+oPYeQx+2QsIbgCzrOykFwth1t0eiECGkY4Ar3MXk/H16Yo+NjwauAZA2tIwa76k7T7diIIBLkoeWDZX0o5AHAG8QynyYeF8gJVZcDeUsRCU+7NVrd+KmuPzXafXnULQVBlPqX7xbzlZIEFy4/WPhh+6vHqGloPPhgNHYp+u+vPGXnEcAkhqLLW3ih7nC8JHXiVRT812Nb+jCJEkoR1d/kXAs9mQazID8RMEs+h2SZKw6ZanMI258ZxpVg596s4MBBtFn/ZRDMqDNqB5rAYnaFjINDg7n3CF5AJjSlHSliQCa+Bhe7xZJ7kTsk+kS+i36hkZITqaSW/bo0FXbZsHk5EkweKiW9tiEQyTo0b7tidFa708he2qJAoWHZjIdCHMXmPZp4jVYdaKd9jLq4/OAvDiVvpsywygXT/HGWaN4/fbSVcJYqwwycnF729kilH0Kwl0Ru+JfUEu3gXyprBiTKo5QoL5vn6TX97wSC/DE65pvWcOn6sakmU67c30/BgrJZoRTiP2uqf6lir2qpD3d8rkyHtgaks6OLAlmC0/vmZ76kP+TWE5SnLx2RteKdZzMlzSsVNwRdMsz+ajIJUSWP30FzHffVXVlOWhmsJYkDRGhMh32vN+wdWxOkCiF8y7UjsNxt5DnOGzDO3rXXJGmooDVMiUeGrd7QPcyR2GaNJebICytGCBE2WNIFPLFe/nYqlBHUh6TwsjxLS75m2ePziN3k/H3/8Cc3aUH0vhNrCMK+asgp7mi8QIQAo5Vmt5tnUDKPdczk+jNcJHBCrc+X+MlAypwJxy/KnQ35x3QKgJx59Y8K4rrHZHZDy4mjpj5vUrljd/yP7uYyJVft2NFoEOtG96y2o6H949eaewhcLjJ90JcUliZsxwwpbV+gcfZ4r1lAehpNlZJ2s2+JCOlS4lyyPqUAdZFzc74ag2upVLnHx1MORgh5lSDfKbl8ntwiwaQkpevD7Yz7RnH3Jpw3fKpKVOp2v5vTVZtcvqoNmEql1ICZzdWH3NsYLF5qv0Kt/rdOfBpUAvgBgoq04IhO2l36ImEkIkZ+h86WIwhwW+SjOWkMuQM2LHg25qoWGil60keaTzqpV8Q/5NfpmuihKlEZST/OMZ8af40aJjcYWUlIc4A05OrTpC4ACH9JBXpBl68uowPEErJ9OWeCqQf4T2xMJJygkU86USU79+LfaRPFgkStt4G7t98CO3pZJTCBrXcIBxsaepsoMvf6rLBVVbnE5yOSyNVytUwJAMNxaGZ4VwYEoMVwDM7D3NHIb7XYaAkGKdxJ1V8vzRyyqb4YHE3UA00b//Sm2GfG+pndLr3mnttPkuiAxP55YM7cUYdli0aWHPY7KEUQH91jN0w5ZjMjFYu3M2FIB6WecdJrG0N57hyllITTymjyb1UFRrk8iy/tIMwsIH1KanzdMjHfRZlUSKU7kPiVdYZaYLsf68YfJtT0R2g7Egoftum/bJLYTEdQnUcx+41EZBbgRc/cXbqM5TJTatz58bCNvLO9/b0ws6heiD1TKLRjpE2T5Z4oPvpgtXBg9zrbC2HiOjjlz+NwcZj5qMGtJQQpddxU/6su4iNM+Qx8FQUwSk2tM1BmilNwclH7i3djRZ9GB/swHMNgH8jrq9wA2KY5nW/t58IYGvvzPbubNJtsGHWKUAoikdyEBrEJgcMPMGm5NkeWWdnDSzIl6iBdjeMJ06L/lrXv2yxbcOXSK1kX9qw8fP6+NcUyrHhB5ScixBMWR9hHJvcPUNaG2AtO59kwZAk9i7VUcN09oxX5T3WjFqrnfdAE9pi4Xe7hSizjWBkQKZ3JFkygV1nQ4u6H0MGdISmA9WXsjuR5S3cxvNYPufxLps+LwK/hCmYvXyTne2KVx1d6lKTQxr+6E9kDV8ccAyHUcY4KFtsB8t1r2o6q0GcUF/vp9/jgmXkum1wpiSNelkyb5qdbUQiewzO6FPZPcfUj4GEsDihg0fpDcfOc4SXq12Q+69C7D0+m2JLdSNZA/rOadrmqQO2NC0BBh2AlUxXTroMxRYks4XHkXdfS55Utmigb/Bp9ZvKzR9zz1v5zSvzdmnn1C8g91HgsMbOQaXq4jYaZjPVm7y3V4B7EAgKoEPQexBOotnCB79C+JfIEaERFWkK6QPant4nqpBCxBjXUDm7RnT//UBQVdeER5ex20Vecw819x82mKGSyOwPXnQtaRueh5KSdsrbD2zWKVhIEhAJCwvjQJezRhnFIXdY7I0WIjsexUZXbK51mK0bBruBzmPe1ecPkkVKGSGMmO95JukUyWy2JZBozzlsuuwRUdguZMSEpsDqrRsXBxzDbSIeCs1gjNwc1YTwQFQ8AFKBsFWdS1htTnZTqxgOVQn8OeDMAlAKJFEu39s2i8fzxMg9G9bKISbPEsANjEJDn3u4zpQ+OaRghyjxEkLFwQAT/RSulXihospc98oLaj164xNn+SR6f6+uNDa/k8xolefhEcT3qwayRe0aUYKgjl311Xtj3RjUt75Q7ilaK6w69K4WR0Hvr2v21mfqrCHfRYDI8F78EOeVDu2pgviXtUvOR/XsKfmbi9PgsxziOhxdo+gtjx4ny4VzIPLHObl3m5qEYQsQfGcPbGFwDZf2ZwaQ3RdkbKivct8flFaWkFrahOnWGm4nNDz3OfGVJeGsPIpVaMv0AC2G5UsIAvZA37eXcKYu0jkDzSJV+OVNRkUih/rwi5YwU3DG1y+lJGPERn+50hKev92zgNvdnWP18Tlwe+237pIYS6nHnBUtaHAvoVVDRiQr/71rywnv1eabbmsSe/3KG02NHIIWlOCuhIT8SgyhzG7P4QLNSSafBodw58O485MYFjF3LrKa6A2gHpL5IfEwa8MV+E3IwEu3uRYS7/U1YxtbSBWi3rzW8sXhigxveLNhuSWxrgA51Pzw8Qgvf/FgaoLkdyxmDhHYZrWclQh9jSOnkSQnGerK0zZv8CfaeAkDjr1E+2emu0jSv88yVd1QCzxGrq6agJTcPpRDMviRcK22CQDzPDf9xMIG0OkBGxaGaDHU/qIbRgxsMs26N7AANhfz5AGokFl3NjBk3Rt7MGtNypRCo7nm0FOaGrPJqalpf3HaWZH8HlpY5GAXu2xLPaj5s98rKyQC0nqOYyhSqwPWx1cCdFJ/AekrQj/ArTQbo4K/PEGH8JHEZtjKt895L2l+Od7UyvROYpe2DoMs1UUY/jDgujRzpy9IxBGLJbkh5pQFzhlAlzHD/VdDAH3RCzLvnGagw8pQ/cdc0ShGut4rvJin3XUHFS54YQJU8VFjoHD9i1LXO29XVkqhZIkOkAxX2ATRWXR49+LOBuFPks5OYZvHIKdWWcE4FDSOeRE5kXJqQGgMhqcuIHJn7MR9JFUPv4kwS4vl+voElM9e30B4X0S69CGPS8aYhhWM+xdZzdt8vCqYJQVHYbOtYkZ1QOcZyXM7aeXqsjvX4dxEsBbMI6eW6X7JD5uUxG0jpcMz9e39uupzndpzGiiCaTyywrijuky9+ZeZQ4xMgWKYNizNUpnLTs9SEUtjvmqnbTuqtsWlShYSiHimISBV6SLScCBAMaZbzanGfaJZPpy80q9U4qjJCK4lEnV/yOGaG0PKfmhZTmZAjVSsLmiHgUKfIxBFexrH2SLrnCm6231IUulFXfHOFjam0PH4TmzR0o+10EvrhdWnrAo8lIOmYW0oj2+bQDe48+o01aG+71+kU5fPm4Zp36IHcers3ob7oYe0ovZ2qB4yxYrbWLrHZKBCWdIjm5ji/IfjANYPM4w0jsDri7MMl2spw+0Zi2oZXYkhiHREtAY2aoYAvodSnGQ2mkAVx1t1vdBKTzLkaSCGM13xKN9VSQbVqwSU45/+fx/bMHHJGP/rGgNgRp2eAq6oXlk5FDVsfIy+i8VMmhHgF0GWfsNIc6Cq5Zg2FxQcVoPymttyA//1bM0aQ/hh5dpN3aNn3HLeJssOUJN8PaTmSSP+jjBEC5Qo8DkA2CjHlDP54CspLMWb15mrXILNt2gJgrUyUdsNeJcAxtXGXkEng6dACo0cZwBGH+V1MPFDCHylmZRKfxO4ey0iiYyel/rCYktGs8bYXfJpCc5lyZhvYNeNazSla5zUAlsYLR1qD8TlIQbaTlWwgyR8hfOrLI36xx/Hc3ipe097TQ6+n5qkQS0IKl7rVdVwQ5bVqDohM8xO1ouzAYojleqMeWD9j84h/mcQxJAJ16+4Liurz8Zupux7zgK2LwsXC58xIli/J/XzlvK3hpBgZBmhHLkkHKkaU/rMuZ6EGVPnFq5cEcLpWzd/TRYKOOG3kNB67sxPwBwijNbwQLBiwWG+Q+LVGqVonNI6SjBejshbcRyQRVBzbyXh28JaKviKVBUrLfER8ygeDIQWmd/WzkkszAwZy5fNF6gWX+XK9ooOluyBwpKuc8GoLxO9oUgIQSZwP2lxIP9t5T3S2dmCX9G9c/CV90y4EHsm87oK9mHo/yQLCU0KoeHuLAMFWgFQ+Z7hHltJV9araAktpQIVZGjaUGgAfoZtCcfICYz0W1dLLYolxuA6cE4jNd9tnMWxO7nuiAVjp8oRH6Dbx/1OMUfNqAVGxmuHQO8NkbpQMmzewmR+HUKyxEkOcMwESaYWZtLoG1dlu0k2eBkUXKzUo55mIqWmcEGXqMCm755Rz5y+RTc7o4AcrUMSIdcttuEVGWKuYw48efQUsYMm4br5NZC27nComb0gnvFeFgF6EJFGZrckUBN1XDCTB6i35yuLMoY5Pz3mWXdSWIIpN6Dl84y/ypw+A5bWDE8wi0+KXCm9TXwBtSwT0M2QoadmVNJIf3FzP1TdcoUYX2yMI8zoD9lDZO7dqYAMxihrmOoKUBIFe5NdjUGFhbnr5JPdIMH0iQ1byfgknEWescqwUSov/bdy30Z94+I4ZgjKCBSAVhCao+ZufalCd65UBVmlfN2tNKRlYf4u4M+ocNO/eGdBX/FKLiSK2PjZpujQLWPYH6FfAUDar1/9KXGooicAzDTXP20gnblOWwFJUJTDHgGHvB3YIcpGYhmpjU+JldEg2nAUjyQcGUSO/VEN+tuCVO7JL7SBBRdIZJp+hOVR181jCN6j2hQGbXmY+46W2wY3ys7R1lYw1YEYW6/qbiQZhMXRynuDllE6f4RHDJ84Id0kuUlP2dMLZcF2T/oIxsU+JymCo9HPG1wGxOXiKSbmU55E3dOaDQ69e+2adZCllgNdnIIqk1RMtkOZS/zSVYl3HB9xqlvKdmSPzA9YPX212yShB4idwnoFkRSQHH3yfx0NAbhRreDwcv43P4B0a5i9TBi3gcrkvtGwqw7cWdlFuxz+pm1hY5W3G50/NaELV80InrJLhwdDnvo6XoAHG261PbWQQzcBuQhppSUK+EgmRjV8j3G3Ha81j/xwfpHpg4inWOvJa1YVsc9/wdT4/joAUa+HTPwPznm+utQK43oLY9udEbJudqOo1CLqYQxCvfOag1RJs4uEUNym9yidhIdpd+/wBhBOLB1JULH5mWD53/k5pGu6fjN45+nPVCKxnQD6uKv6PzflI/0BJK6UtgTmB/UThZ5HfJ3gMb3HaviYx5tHjf/ylnIRXxEWE6y/QspFWEHNfUF9zct8+2V3JHhgFOaMsB2YRtjIX2AEhu+OYsh81S7Czk4rWOIyvvDVeeR3Gnr1n8G+mt+7E5rb+GM+vGxhrN/NBvLmiODnSblVcUOCfbDeX8yCG2uidFws1yG7FpwCpKVsA0nWm3hZdGbXJI1RR7bSIETiMSRki1DtpLiQl9AFvR9eH1VxvadVd/BXt0CMcBUouDSQFIzfHeagRyqc7prjOdlbIhuYEYAU/I/Ca2OyWQKdCwjL748ow19RtzWk+n8+JZncOcn0fCeVyMx8AHpJxMnLCqQ8inQ7HBvxJ055ED3MmvuWujoqzRaxZPjESGfxdHgFUXyCbHb1pwyLaDFxvARJyhYa+n3RxfOWcFhe97kRzR2YgRio1S3hlhw8OffPoQ3WFYXMhAnP4BHPySbzvARl3xO0zmmBv4o7QmsGYXUxBGfwSmv75ruRvLKuzkwgCQLKP19es5nQHhJhF/jC582MVcepgnJnu9ltoT0OYBmrxHN5mtxr7/Vtazc+LcClLTKLdtMdgBLU3fLua/hUupMeenObsISBU5o1rQgsNbzFOsCo/n82i18SZIHNaXjPbJSjnEaj5P+blyh6lRvNYXs1YXIKxGMtmYQ4S/3/jLbuwZLLSxbm0ieXa0Tr6aD6dBIxjZtn+vpJeHEk2FlPBUizfVhKOBdaqylRQJrWRjEee05N0OrcBfQQJaBI0YEEB/LxJmvC2rI4K7H9CH9/asFhkpbi2iEQ3UB+rjBskJxVLhPdhI0AH0CgPtQx+lFpsJuABsmDuWkm16K8Gfw/OpPTzMg9ojyxrk35llf11xVZ7a5uW16bEfpXRUlzZWMKvS6XOCqGUs77kLY8WDHiZXIwreneObBu0VSwlaBB5QyrO46wqkHU1L7V4oH7TfK5mVQIfg+Tt/j12AP8wMES9kYTngY9kTENXvFq/06oaQy2N5x4NJ3t3Nupay3vdPLUyO31DZoDb+NhYFXDMvAjdAvMDxjtmhBDuGn8g9iphCIzJPKw4AwQ7u3u9HsHQOpo1LTlxwTPXOw9/83J+8Na38LYzSrFcm47YxDo73pcIPXH5BJYsYbp/9+AoPtxaRBtlU7LKpLc+06ZX8jD9fZA7SeR/4qcYU061GC/vifCyFZmB+R5KLD6mgcpDJl3QK/hMMn5sjBmVcO3ZDGf4yPoNji+KQtq25jI0ERzhc6z274mhkGKur8RmG9boswfiJyGRZvtXLr/iEih7pEULaVQksWENMSyj+NEVyE+8MfsDxol4vk/FN+zgCpq/YJ3d4/u9B2fmPZX81tKnVlOxGzh1ml/Lip4cN5a/Min4qI+Gf4n5IIlKQLd+r4Bk9XTNHgpc8cLHiV0qqoRdnzmYdt6uyKRU5eU1orzGa55GzW/d80nRrFoSZb+W+ISrjGE3IHIxlIt/4FwI7gthBFdacWsrGTYqaW12H8aAic06IO5TiWnGGluijxhaEASHs5XdOxibbIT5GhpYdwlK7hR0fPAjI5K9lBRM6NRetY9lS2U1Y/lj/gDr1axTRFJNuTKimW1PzxnlkJyYJE78jJ9xsJuCEYKF3M6sbvOKqkDBuHzvzR0xH+YPnqehugLVIIUkuzOaSvL8+mTKwkIt8QJYiGcY1PeWTzCWc+sYseIo1Tliyk1nO8s07ITFbd7yeP7KE/YAdEv7W0hzbA+HErmAxWQJCy4o80F0ZgkoWMJffnNUdlg+kH6DTvjAP6gQ+5bcVeuoncC+uZC4BLDdd84CgMC5AEuN/8F/cyvkbIhAnwWzoVY9NHvDLpqSooLcGIb7HeizXlYPre0lxPKtiT7p5Z8Y8wxxvlsJYvklWdOycrJbHFpxkqlcee5DWgXCFQBxHwZG1DiT9LwbCmVsgumyBoUp0blRgNEf/6azkl+V/Zwhm8Nal8mbH3z3rNBc9ovbu47RuadDNTRPubAsAQD5+1LZ6S8U/BfzLP93XBXVZhdGvGhPckSq3jrQPwmMxT3kCiKQo8vG+9HZAy/cAMKUKdo9sRqSb8uzUYsLeHhXcGWCQcpR8x3KiUTNY8JmK+SujVUd6q2iduX8bsW37ipGGeV+Qmb2OtF/iWWhVSljKz60ZUFY3Tf3vnjdxJ15joDQDEfYU8j+k/5OWWNFRxOAIQe/2d20N+0GOByiSWmmRPzYWi6wP9dmXqbokJi2GZUJd3oFyM6S8gCmuS4cq0KD/rGF3vsBBKoD8eJS9M2Qq3TDeiE1X3o1U/y3+00vZQ+w7pFwkvrAZeNYdGXL5NrqpT8uYk4iPdEDbESXFhgsVijkzcG1pom1XdxqEODK38MfM2pd3OMj/2FxEYeNgNlQLGpe9P8nv84+fSmmFGcM1PYGRsUzZJQM7fcp8OHWRh7thDJeOcGIsjYcCa0qjVuwxtP1K8ivKtxwo2je6j16MGUooRQcCvxeNKGXC3me01mZZSrGSZGf4e/1MkVhYZKN0K4NgPMODBJ2jGwUBzpHO6PUPWpKqZ33nG6j2d9Q/JfFvqchp3fYdFKby9XoK8cugPW+orujLTtQY87Zytl47SizVS5B3Bt76Ew6kW7H4VXs8lr7PauZacAjzYKH2LcbybI9hA9v0hwzAi0ViHscgWZt9d2mFp4lQ35+YIJl/ckl2lvTCgdNtC+FPWiWhbUN0yDDtKA/okqX4UPe9k/jOWw9OxKkTcRfJ9zeXJTwDJv97erre4HoiK6C6C1OufdjMIS2p4NdwNFDY7CLichD5Ihk4Fmu6zTZtLXoRXvsCPo1sE0+c9U4vxTCSLYIx3m49aFxJY3aYM+y7rzQYIFUgNG6IGGzZ7gejpLCTIGPMAib67inFa2iYuJl5VooWJYXyaF5iI1ZkfjPYl6p6UHS4hU6dOPSvnyco9GPHCehj1x6Fw5iu7R5R5vvnQMiuvqb0Q/cmlXDFCQG2l4gBnZkXQsbcmD7JT8j99U4HiSeZJoP6RT/x8kYtH/BbpX0RCPPk1CDeqH7Wuli+XTYxatU/fM6e5e1Hi9ZpIc7u4WTlLsvbnDzxst5MCEFtu1qJtOBKytzWeCIBNOxhdanu9697ZWf/yhbRHIwZU5F3ZPjqSx+5qF8AYrxQ0bNX+qF0XHTp1r8nXv0EUjAlUDoZ7KgJZGzk2DzRCM/OQEt0+n/UB03qdV3450vNNo+I0QS3Qquxhgoy2/haBVY8Z8WCXZxnd224bO4vGXHK1o5jykxRBADuJstxQ4UweMaLExyG382WdSpc3qJ4rSVwSk4izSD/27WHSGFue61bquYubRgwBHAhI8T5+oxgmNs3iSPqXhnnQGsC5mH7r0KK5ew7Bo4hN9zwQXvS7lHKn67OE9WxyIZMUjzrX0jTh9GemIcxF03tTS/buJ0PEZoVC6iv4M5Lla00Tf2X4LlDqImILlFhevzksv2ZQYDHlZQkYKeGkYo7O8yxw3S+T7dQJxtkD2OYxnIWVlp+Xsg3Nj1CWnbtSV/CK+kifPXGB6lPWb8ZHS4c4I6UhkS/bbQkVzlUkYA0x9gPubg65kW7F/6ND81uiXlJ72a5dh6IjGr1LHq3NBQGK7GW9q0jZRfRrIKb50xkudWGLNAolF+of1ECyKhosmaV75EMIywFnblbnSSemdnIq1zuIg+DmoXK4HD/t4K/h1dPAsBn/pW0ViKjLHPXo9rFoqe+XKKh5VPWfUBo1/tv94r8pC47VbYRQOtFm1dBqaUcfNK81qO76GImAq5qOyeNp9LiTzLVhWFhuV0GV5QH8YVScdj/FFVT+JlYXlE5NFO8TjQW0GZj8QTI50HFGgvMrTWR+kCU0rp/aD+AZ5mBaCcMv0Ghv/EjX+qjw8lIsUiErtCEnkPE31zAHdJIUBEggO42ZcJtv25dAo9xijenU1OEV8xSP0tWu7jnCrEemrHv0PbjYkiLlgM+9d4tQtZZrr7fOZnpvZoCbxxUjU6UmjnyUshRpb0WdbElq6CIBvA1jZNs4mOQpx9sqgr1C4VXIFN3z8QFMMIV0N+kcTHCHfy9AhQdvWXdoIXOZy7FvtdMa4PG0Y/V8XNVxhdpYvAg/QamCMZ9ybvrRFeXmu1PV7Jf3IV0pa3/UW+hqWPfoVwPP5Jjo7oyT0dkHAw246rUJ3cAIcSUPG2CrW3Crh/AeaYecXxZWGBUve3GpAVeidyB0lLrLT1ffr6opA//7D4CPDPLj+DC1Tcep7UU6m7MKfRfgP6xHcxwWPI0lU29M5/bUbnR16q+R1QajyYG7iCabtCfVOd092IwAmrhTLqmdVAqKY2dOAwuwuT253Nd8Ue5qkZsb1fVOUsf5b5VQw6fToIS4wDpf/qz5twteohWjSpI/ZrJWuYXkSl2AJzLPpJ7FOOdlkACmmqMmezlUViCZ7vsLA3GIL4Y5v61lKQInOAa3uzLedMfzEwMT8xVL9u25VS4YNdAN3szcfjLMcZLC5cu3ee6gNrn61GgIWPQhKjL+2GgyB4M68RRINFEwd8lb3eT+0IGsQZSF9ug+8w44ruCjFWuglCQLC8n/kSA860YXibPEtJixs01IKpBErvGeuwR7dwiqEmT/tGhJsatQht4fm4WEO0AqLI4FHPiVpWT4Myxu5JtIxnLtFsDRVTYBwVHVDJL/rAeOHIPAzyzWB6tBcwQWdRGMFL/Hrh2eDuNXF/lPi15rcZQ0u1CqGubvntzYUmfR5r/uiHfMvfAQ+JCk0yA5UvfCrX1mE4MpaXWFWuldRVA731/2UVTsIV0YCKvbmRtCK0z7cDpwFM7gTt+7RthpeTRuQqEOuysNAgf+Qkm54EJRP1V3QKFlBkCF/w+8WZr3ALh0Mz0jVcP9L71wAs0iguPQ6Q9K85nHHnknF7HI/RH5ULNE/GLQm45CFaZNCQ/Z/kW5UlLT/1XbDU14bsMlcSyEj9Y7cYJ1O/DaUW4bWv1hC7YGk7Kojj3YqBe0lw8mYadQ/04XT4PUsRqsSO6VEn5ZFQjxjZpPsMhfzsLabw/JXeQStGJ1GfbXdJT5AqJQQDirUT1mWHt3VXDQggCRnjZo8V/Bh4akdiXKueiERJbn1Q9g0cVd7utYhJL53Q3SdWJFQqjppOepImo6apE7F2N3lZ09FvX2GXtS7+icB4XR/BlyCmtqvZLqVv56jh//LNlFL0MXCmjlCSLatHXtIDA5CPG7TlLZVrVIdSdoGDKfrKOpXYUxtFHJ/4+yh4WsjRFw+a9wMMbfhmiDxAnSlLCe/wDb6nf/4un6jwD3FHiUjWf10HoUAKSpHnH+QJlSvTJUbZ6Ge6K5BtSKGHUNRGiRtrb41hm4Z7smokAsqLVOqTYMCv/2VT8CV2vM8XusBrH6EUt8Ifo3cif0/UMAjrxzxqknGAZTGjviqa7/cQAxgan4Mf7CAwAl9sz/fsDwNZY3M1mr5xvTb9sK9etZsBerxOC6k9CBW+CgUhEUVQNKhgi+1EiWKHuGkuysr4fMC25MVikjOj7lXOgmb8898S653ZJJdq9Aq5C1NMwYAapyoos5KkrQLvy+zL5I3TfspDMT/7zQQbxX/sqgX6gTGTzX0LS8MbDIpZJl0VnRcc9gVaprZKxvOfHLKe7I937uUAcTFr4Kl6gYfANP7zxN2DNohUTU4T0xr0sWHtXiDCJvTIqgn5jdwJT8h1HAUEQmJudhb0+XcUfhg4i7vnLSQ0nofBzSmgEfCpV4xuisbeYQ0mlAj6jGaVRKPkU8oL9WxWYpgZxksW7ay8V/Bai9zjwrfQn2Ix2RGFMlYLgsg8b8cwcXmB6ZKRZ9SDU0x4lKY2FFn5Ab9EpotTnYL6qDNBcnZhJxRupvp/w0ZX9gJTvOMQR3zwxlWrokRxDKsGFAFqG5zG+Qm2znD8Yd+hv1AGUrwPMHgUPUIYOxIu+JBmLwjO4PPZDh8YpeXdK1/rO2+KPZTrpOivhJAta85H1ka4KGuc7IamxseOh3Jd25/PpyCPNxElC2vOPT2h7VHVrYwLSU0aRW/aAVHP4jmZvt/zwECH7gbEcMDQtxeKb+wWA8yxqSKi/rFfDIll3VX2kDsJHUcK/Z4ZGouC2u3HHoMfb7v3zZfFClbTY2tDGtAXvrc6XBRe5E0Csf2SHv20exYeib6Fg0c8GDR0bVc99WSTbHXr4yUXO12FdfZ3RztPwTBJdLmRCUFXdAoSNl0POmjTjbTweQ5x+0P29oWuTC6uEJWLcq7BQ+6Nn9SXpo6b1Mk+Wl7rf2/QXKFSSOoidoTfIgLAH9MU6aM78NCUW4oITL/p5dtrDWXmnIlbfnMhdbhce1SLkDUK+dZFz1nfSZKcsYFK5j9FKjogxtm6Y5s272bZc5Vnw+82WBGpgrT2UlFdW4z6FK67ywVY3o3XSwNS1sCjrmh1sAT6fbWevSEGR6F8jrDsiUK/dw/hNh5qRW7x7rI9Ihf0qQ40sa1XErpNdKvZWUerohYaEHXM9+jNppPFQyS2kv7/isx4d7yZppmnNFJisjy83No3h2E+JpjBDp6vqRCeMXeAm5JuwX8gdYghKIsxHbyQBqWgnXWGv5TQSXLOlGwv/dihsP46M6kcDr20jQYCq/pK0HzTljIUrs3V8tRSC3jFcr6ptmxvKP+vMUyDmzhfIr9udBPhkodPH337pHGdbLHgS8MqUNvFmzNTWe77UkFKxdJao1StwPHSqsmCs+x3kvE4fe9CPqqR/NieLKDDgm5qxYryu5sqGKbehhve+YILQRQuyEV94B77UDBvcvWx/fJoqPDVvQVAhqFO+ocigysgyKMOc+ZUvJuiO7B2bEkubCioAMb8aq5ffws6SN97vs8kRWt1+27d4X/00QMaqgTLA/JA/OGKYKvt1mjRSgJeodfF9jd3rRnfTyratnTl0m1I/NnoYgGXE1XJhMGekcX5q3EOcYjQBAT8iYHHloWa5HmUVuCtinuemxww1w+jwY081UbtcTMzrerLNHKxQu8roi/ZoC/C72f6CxcoLWRUTwvMKMM3OWkEiMs6jF3LMOGt69mAMc0ytzjvnx2diZGY5Yw0DhXZy8NPvSn0u73vSpyGOtkKCJHp5A5T75OEMw3TLGNrtZxkgC1OVgVgnPTrCPhFqTi1F2DzcDnbnfNAWZXygmxqUXMCDDD6lyTiaTPo3DxLoz4Dj1RIsZREQ8hfzwHIj2HxtrSPgHIa4loD6DIO09cxjiC9d3LDPjwIzjHTvQvgyT5VqgRHTD8Fb6zJCGHhLpfhK+3FS18j7EKn2d4uue8+BXUcM+iXH3uODZLjrsgyO/+E1FA9sRBUoTkpK8zle1QIWXAOk7ghdMHxq0IustXNJ0CakTgbqT84QkeF0aUhiDmHHxLxm86GCiAwaTOinSmgfF0fG/cQ/9GfDCVRSxbnW2YyDzPMZCFzi+u+cH3BKTkFC0GPDMVCLUt/4GinJOxrbXWhlL0QxHznw4PtlAsma3UnLEeTMRRiqsKUM1Pz5sQHOuILEzFEB6u/Hk/DZ0fuCCcMA/PpN3WKhnrwForyJFopp7vxzk9PZOOruDzEOClKnCx8FGaCT1BNBCcQeosEtYySi0pW2WpaDzmWHtdhjGYODVgX+fr+vr80AEtQjrs6Gk1vpBeHC/ai7TJpwFTP56rmWZTdIJPUxqT5M1XsX94JHwguGru9biJI0IAXojD13CLBJTHEGMVXkoDjn3ZRDuZHCT6N4KGoXwu0gAA4v8zdRkZXt26txgNQPGSzWvgTTeYu4Pb800fArDkPlHNHQd8b5tPUQDY+aOZ6a1PaXx9KymNgXiLXiDUt2upQAg1/PL5zNxxlp0b8p02nH6xZGXCe7g1/HslI1uuaBYnsC85FuZowP0SGfnzDQQitkZra9xvegT1+QPBQOd3cdHAnW66cGZx18HyeZTDH2uOxstLe608vAvmdC8kKC3CFx3MQ7LYMN84F0pyLfipXDodAELoGwpkkujMka3HNDmC4HUfKY+f4xHOLG7FDDOVHPnEmZJP4b8T7qvya58OYSriTT82Gg4uKqbZT2EhQIOay91CP2GZE3a2aE4KCt/f8iLcd1tCWb3FGWNJbNKh2uB8++450Blbzmv1u1Z/LjH6O03z9cN9EmlRT3eI335bYW2XmOqhHgT/nDtMERc/M9F980aFS4pI48e8SUeHtTxe1koFnV8LhKb9KkSvdT1vAlNeRGyO+mP4Xia6CBaijtwRJcBDZBZIDZHxI6WdGMFtD835eVKOrRWIbuR28EcQE8Qt3GSxc7FUmwTdJa6VV3HawPADrUI551pfUu8O6XBYhfNK1zgn5LfxElu5Q+yZTNNZ9JynaPONDjNaAWSgvZBh6mFDSjQLY5odtj6b9t7GJOHIDT2YvJ1ApPtB2kwYz61J9xUBKGmmbI9Fcvw9872lVztu+Yp3T+Cidq+W0iCAWdSdNOfxam8zxUvBXsJTRS0u3RpHwPgJmFAKQLyqyoPnMz7O/un0EbiQscoyuTrWi5vD62N8FVm5R8vpJEdEXZfdwACeAlNqlb326QiYtD5n4Nj80M98CtDzSAKrwWlZ0N0QBjykp+RFRPeIsuu62nN7Pnb/UDfdpVT48QfEjjiVT0rNv82qo3cmVbdUqWcaGWg9nd2XS3Xr/eVV4wAd373aukW8S1y3J8MH8zxiSWEBxOPX/jkqRf8ZvpNzpesMF6W1bJ86kkOezcpjBUl9ChSNbTiLd+p4obcGd/OtCk32icXf6H3K/DIsouLE3YagEwi9WqUF5YljExwIGKUMDK1q/Z3eCVXM0CCD2GkFFjmwuZKhQOCOfNp4/g7Gp60FyJkMM6a555oVfo+HYSgdAqA9n7mugwfIN1jFMxllKtPJP0tm0lr8KYHEEBb8MkvPFDoJLr/DKcRsU2rfP6QYwUHgOt2XJVZo0YOCnaf8c790XXCZ/iwfe4TMHEqpq1U9F0j3MlheaBqKPf2X+ZQJ1LNxLTlAUUgs03CYPSmZHhjbx6OFdpkzTeVUfCWp0on4nKlH+tETSJ9RE7SIx4CboDnTdT7iBKGd/qIXc2AeNggtW20bNQ5Q7ifXMv9PTY+rVFzTzSHrIi4h+12W3p4etHLsEI9jFBkvv2E42pqhkiPhn5cm+uopHwIQDJF1bp+HJJ/G3ExrpL8toCIMRmQZ/EeamFKKDmdNfK9miawrWeom0j3/ATfxi5YPJZP9RjrdwrlSWvXwC8u8JxD/i9VH4Ykh8+5bacE+8g8uAmZBgYi8c6ibWyLeEz1CnNws2ZVSFlvklFfNlwjug6/Nr59R6WLjjq1K0aUGr9QO2uL1iLeR8LQwRKdF8QUAN4l5W8tZ2xwKyouJoaBINiRs53ngInSKqJccsFKXOrU0vEHwl7lGIUlSmEHLFqpGuDzl+7wBa3U8vxxXejuNrVlMnJmvZ35xCwmh3dQd2cgdFBTTCZ1P/SERnOdZFTuVbgJgvq72JKwECsx3t9cekJFjmqaE11pfUuP8xEuEC4YyzPZg9oOVpKzsJohYoY+m1q7ozUexslUlvnDzwr5LIb6iUqOHOhxdFFcd8jruQAdh6KuA53doKWV94oZNsdrTq/tWUvOYof+/zmke9NiSmOMWQADiknnJ4w3mTYNs6bNkD3XMpPUwGI1R94CfbIw1f1P1QumdE+apRoLTy49jRg68+k9fEN1+iC92wJNS4wyK8qkahkUGaHk7edORGX+200EK5ELoB7nD2fBp1/gv2ceGIPqR/HrnzvZcrViZcUjxVC5BWpUBat8T5lOA3MYu5xv/F+DxtKvI7L4B1M5G1MBrRYxahqnJm8waCIlzMxBIDLP27ESNwqrCHCgASMceSvFdJXGNUVmF///RfBbi9lMN32kj+e76OKDtfbAwWo6r1p0dmH8giFMpqpPTocW8Mx5px5GMcUyHkNpveiXm8niTC3ije4R3LiWRMrtPorly7IK2eOCuomyFZ4bSM89J9zx4cDLao34s/nwPPuPMfTvvcR4u3zgZxRin0ASx+K9vKlH00xZXYake9nWoafLN41CJyec+jdZLd3kZyKflnPPad4fkkOLv6upY4udfSiXdT0jZ0ilFHT5OKvfug9Ux7qP+c4NeJYyM4o6+rXwI4OmxOz9LjdW/N04v9Gwf4JNCY/yZnVimoDkz2qXZofCJ/O2mhBntUY+DB0I8qTjYtRnsea5qJKvOELn3XhGvTGbDju1Ufq+tNbxQeZwzJg7+qcsgNVQeHqkls0R6nBOR/riou4Wga1X2zdsRY4nLpOhgOiUUVU7yjD1XWV3NHErziWITqJmLiOzmqfUhbZWAu6bIanARFVbHlLY1+KPZIwYN5QaKMuRik/d9NId4aFslyjDwPgQo4FTUqLOeJviR0MU9HRoWKprOn8xkTN5BPMF+520+hVBP4h0PUvDK3JecDu1sSUg5wHox0rVMWYhx/mW2+n157EHKk1Y2pClmZrK/n/wWhTpe9eBIhb34D2nfqiR9uaKYXJBK7PfOXLVQ2PZEH0scUuO33/FMnnbjdITR1vaG/s+uT4zncCR+adiPD/U4XcBTiBGIubUIcbL9cuIhRSG8rHYRpMHDc/KPEkdVX1H5jVWCd/c2FBV5zE5lcQeVh2rT1DuRguek7R4PhdORat98SGAqZxxcHMdpp4/hXA4IlVHu8t4kykHhfQMBOjrnd/V3P142xuf14/VK3w4tg4CpkO+DCEga+qw59PfT1QSTso23E7JCH2ol8RYFIJs8+hVZ8V+Yy3gMwXYaFrTTcE7I+TYzW66BRiIl7s4MIPhtZJu+uaoIdMa62ow7mf2yF45DKTEuljV97zn3OjZVFdCM3cDovdijrrWIQ1b2uoJb22WqiPrUVsLkD6NK+g2g/9XjbWiQzqv9KwyBQTI6sqaF+RFnXY0v2j/7ZkZWt121iiyLYH8GQTgkEA5owkx/KTfflMaHS6dq/Pxhg1gViQ2gTHTqwT+jf3uMEKIzEVokQ3eZMrPdPVel49vx2P6qE6IDF43jf+CPmz2JCyCv9gfXiy6WA6Q1Lz1KiBTIAt3zKMtL/RU5XCzqGFIUZoZaS4PrPNuSLzbTq/Mku4TXMfEaiTl9hcfrZk7aIUcd1IU813C3IRZuuglqy0Cx8rpCkD46dmj1TzkPKBrBLEKODr2NCC+HCVtIJ/53UIC6HW75si2b9e2eezpkdt65oS46vaFrD9ofwzGx/z26ada6s4bqOq8IBTaS1uIHjwj8g8BmCFo2IUpBwI3ZJbaX9G+xVbCL7ciIXwdgNYq/mTHCl+/rwdejvKCsCzgXnXwISdBIZtpn3fJri+9iI72mUFz9L10ExJJ+G83YVRs4tZCltYpKMDRgaR08jXqAJqdlmOrD71Toqc6rPB42I1dpmV1yp2Uvs5FC7W8LCmzQ0C9mcUQ8UWThgtCgbS3rSJKWImx4hByxGrgI+n41OHjnuB0pXiWhsDdhy7P69YA7SBq3FxnrzmunSnZhuLzCoqi5hZCmOyPRTOQF8yf93odMV4OROBlk75LLpDpmDJHalNS+kIl3LCkWU3kHdVslvAVl3x7hy2l4p0KHDd0fGq4WP4VPncXQA5QaQ1Bt/1Gz34ZKXgUFipVgGrFVyumxvyb5usNrCh3xYyE5WAvJO/HlsbpGra1xUsi5DeAsW3aQX59Mq1HzL8Y9fpLbSxOoqW+Xbj4Ssnl7CrdVutJZLgg/fDVWlONF4yFs4f3rKOBRZswhp5y+fZuGJEMRU9XNZAqYty6evH5JxUHytO8rpoxNjZN2iMtacqO4HStfMDv/O25DknZbJ/9nUz8qrhcui84/xyyd34pzXLI2vBcLz1fViPycCzLwCMStWethGZJ0g0Xi5LjG+MHn58MFeFh+Y4sdt5yisVzetG3YavMENk65Pi+kjDuyWwxQV3WBdUqz/vmfVA1D+McNVWPTzVs18xn26VDmPvlbvLDbNEUhWoGXhMQCuPYSkxbMjG7gg8HgP4ZZeC0yl/D2SyxeWB28Xit/ZV0bDy+yfaSGG/IGJJNah2SQ8XYGXsu+t2BoT40d1+Ztpluh5OGu/+kUFO0k1uVHjMVJk5AhqerZmpfsYEU2oiN/py6sQRkGQWyLVSs062WSjfuoPSjcf/ZWMTVT/VnQYe+jW9jGccCU/N7nmmB9JKH3PLYMR2MP9sU/51QRB034GujRfvvwE8k0ZLnGdVuaspD6LNbqS+dtvKquUs4ypQxii5QBGHhfeqGwo6gcDseHEq6hHN8af+PnBbyM5eiScQ2ishPiUCxXQG00uteWJkz7X929pmkdgXWR1U84FZqERhgXT0v9Dmpcfk9+CipZ6uwkupV6FMcHHJrKRrGN77pE0xktsnHsa4Um9Vb6N4G4dFJy1AE1j/vpyaTYzKzklUbT2jWE1O6ZIaPV6+3KXtGziZIRAtScrZb/7tBWimNBPFGXnXcowTo9fZ45V78enzTrkW+a0VdbMrbK+mAL4A+DU1pUwvbmUJv7TrV1QdGH6AMzG4ky9gMDlMexa9PEd/MiWCNLAl3DZuGeEMzKI4ENajgfGu8Ov98MJBOXpdxT82tMDbP2t+qfRFn8fHZal1ZFvxem8Dj5UCj1QzvjX50eCQdRMV+X4X8YJLPOaB7tGplHxsEvqVHQZhrxTzivEPQf8Ftu6GITzKBfhXR44bVf4qx567CyHt8NrwlFvdc7AQ72cPI+AyFwci67Q/X4Ydoaf4NjjAOlTOH7+yk0Kr1vMzKUV5AULI0SzEgP5zDqjFUERgXVrmE5bBh8TyVKymLnUjOfrWAO2e1LfNhOuCI0Bw8MrMxqN8COAyyGBKI15z/kSKVZXmDhcMQd6i/tOz76n0bYn4dBIvgng2BccGBvBOk25CwgHPMjtHRcsnBa3p/+OKank77HbQrmq7jlkt6eAs4gc469EusccfapHK2yrnz720cTiWJoB2KJVnq1wem4O5BwyjAzCwrbzOMKzXhgO7ubloRyfxs+dCpSvP37zKoFkSIIWaw0shUUDUVfKbug10Y4lqTn88VVLtbFcPz1DvqjbiRK7h2D9P3UTBo4t4cSB0WtcypjSPu9RFzr7RZKsC0+aeCf9d0sU/rQL1yunomjLE2IsnbcGMKabj1Kq0IZT40pEmWXQlmQVC98TU9fdSlah4s/CqsgvVwCAqu+DMusoflz73npr0pJl5bD2hLp2CPjj1IMHHkYBKzlamH5xM9g3LOFU963NW5133scDUExEn7eOhiPW8YNIj0HLCHYyCysHUmcQ1YtZaiCU2Pc8k/PB7edF9JoELuivVX/t2VuCoaVVgk1cXOs1GKdqVlxUbpSwsgRIsK7SXFkfVJZoeCdOzltl/XGfk7Ry9KSj3AxjJpZANW+dpjfRZHmJEignPH7URvNJxq/sipxtyApxyS7Lh4bL2xhcqGU8bcPm5kjUZfdUsBwK/sARWQ2R0BrGxnXpdXyeOfey8htCGlhuo5AoteL1Txt1/TCNfJrlGIvxi4AwXeERUt4cZZqMB+PEosBJ7nO0pAYLgZPv8oYa9+qD/Mlv7vfNU7fE7ezG5GrtgDufap/6aUjTzi8FO3aW9FtT3ydfuKeuQzO8uZNK3xS7c5A/SOvow/YXOgpukmFFC8dSZqpcV35du+IzPlXxSHs4o+o+19/SwP/Ik4hyaOiZ7SAHCvZnQv/PkFAxHmkool6wzz6oeTU8jNqac85hNAARhi2+21BrlcJ5fZ7Qa5OcO4rWLH1XRxwIs2CZB1Dg5uczspOaitULrB9ZTTB2tz7AmqZsMjK/Hk5Ruh0yhlQHVawBXqJteB++/AMvRP6DGPbbFw7EtADoCEaWWhD6XzAQ+VVnCkF/p5LcglpdHu9EcFGWCWaEKSnb6RqpROXfW97cYHCi/E7Uc4zGiH68DgFiQ/EETOYtrz2Wog8zjQuyPZQw2lSwYX5EXReXM2+7NWe3lgDe2GCmvakyipMP3HGaMG2ZNT8lS8dWRdeizaN0K1ND6RRWpzpMhVHEw6bO4IfRz30bem5RhldTuh8AYbhSNSteV+4mxYgSznzJkVX1vii3m8tpe16EyiwydwfkvO/mYzurKkTByENOmCIKdOV0z8buMR8AtSqY6wm/rbrj3igaMruIqw7n6ZcJh/x/SfaVmRUoDN1qGnCT6hqg7dp0aavYSJUSr9bR7KBmVGt4S4gR8UWpfPg1jMnHG/voyy8DoMGU0HCWtWLy5pbBq9d53c62P1F86x1hk9pMgNL6PEXWr9qogxMiaxNNMsZnLF1phWJhckZJQUCsguUtJyfILZ1dWzOrQAPTeBM16b6IGaqdQU4xm++CalMGKP95McEeTBCRdw9pO1g6IIJiaA34gz4QvmFGFzyGituUpst3ah7nkhN9KbE1azrSdJ7LEyrLIjCDB/C7o6mZg8aXBZ13AZtmJgQzFEgjY0OltxArcBYNKQnXidpFbSGUlxukAQzvacOxzocfE8sDqO0b8zW/zfm3y7YxGFAMT3Tl1+f6+QZ6YuKe6rhyGGwasFQ9+MCM3Fz6wJoOl7DFNN0N21TDATS1MUk380/17JqHjzv3+bkdM9TbyumQnqw7LLllT9hEhMEIFwB8b8vPFiX+p3HSHkTwN1dw4EtENysltIHtoT4t3Z/pFugtyZAyIuRschEX7ZMI835fqfGr0NfGDJybis4oeh8NvTMZ7+gL0Mk6liy9/qUSooAWlfcBPTmWX7lmIxZP2QD68ZlzKv/kszGu+5gFa5OnWfv1f2N+zQ2mOSeTX72bzUyUUbrWhT/clBQcazq30cvA/Nsu82k1KSh44OLyiPR4WN2HfLCh1FbGZ4TajaE922pn0C0GPE7ap0nfmj5oiTVv1d/zAqdmvyVW5tx32WyFqBxHPVX/yCv9guINAA3ydv6JWm5PX/+1u//8WovReYqP8tu8n3u+YgMCmtJ4nOdUCyKnTYznDsJ8uvenXOCGhav9qzu39+mcf8x1Z1nRvbzIOtNOFM8P+5tIMcSchrXPaskKb1scDX0MwKiCtbxH3kraZPhKLJeFWdElegyBBkgDQAZs2asA8Kzc/D8unq80mFa5SJ7wwnmsaM/Nk9i5eBTBhkVVy0ovitCw/KdSw37vcV4H/zNg/+mliTpV7g8gWpC2JkLwbcn1dkpo3TKIJTvW9wnPKWdoAuWCP76fa+OgaWQIP2R1BONnLLkLc9crb2ZyjlIbI679pbI+jFbhxiR3s5kjcAsieZzwmvMqTGI93Lj1nYSQo6XBaKBpBQKoJbywmXp08HXV9tuecYooIK1McsruIRazAXGX0jxkAST5PkGHd2gDgP9stNboTLwE61zyFCkTjgQ7MILJC0b0CfzgAhwZlS3wM13Gpn/aSLeqh9fS6gEpkKduHhzDpQgvGhOeUq4OAOAk/jmiqSlgPK3bMQQusyLvdda8cLzQhNsTwXLMO0n94cYi78hDbQ55FxRL0YjPqQx06VllqgxMbG3LwkvfKE6MbPJ8HnHzZTJ5Gwrs0miDC+lX6oyalLtw72izdSdQi4P5cCcFD92iifLv+mE5uFGCfX4aubHoznIK0R9G5Z9hDGcr9ez3DlJ6HAeIWnCu39se2ApN5bzIJ42wCxXFB97NFEwvlf6MZ33gRDV9qcQVwKb1kEnQhhqiEcg8sl/qpaHlS6S2pqzBNuGAITkZEKaCAP0VcqKsDceJUiW9Z98j4FNNt6tjAoq4fMprYRDGyjk3uh+mmAQBQPEyolFtrHsUf1n6DZANbQ04knJfo9A5VAjuA3uq4NR2Gn7F9dT1lA4Syy7mGPOTqToik4UKDFkOvr27XIaWBtekeBUqGgvMDu2lTIKAY2WSTKKNPjw19opQVWDraVj1wGBIwO5ZwaJ1YfcQBYBVCUK6wiUXqrTWmFk6Il5vyV15YG3tpY1fGiL7yLZq2xjdqCQDnFsCxcluPMsecsD+99CPJYD4WkXgA7P9OJEwWxsU9Pa7g6ysbl0xjLxg7cCYyeT5oJA29HcrfnwBKKo5XkBl+2YMqQEoWD1o8eMxRleU0En7RUvEpFigcB2nMXIh+OUsVPTP+ZyEcKjUeiOO+P3lv5jtVZdppA0kDnkM6p1yf6mcLc9REiLbXLwHElkP4olYNOHX5LTKWlRIhtKnaPA5Qx94vVU9l5K/MSB14672rCrCDL8nM5NhaDYxl9hZGBeViUGsi3JvtgzFHVihVhwWs5lscpTKMaXym6qT4zjuc/hz2pZ1EjRKqCYeAxPvPrjRSDS6PSq+rjMzCKWRfDsZU0IYEMHPOURcr6fzR/vDO+gzXJz8janJQbik0u69B6umvVJJfy/aaL7gvKv451UuyWmmnl3BxrH9cOL1Jxo3f+2tcWmrtQb7S/W0J8V7RfudIMO0/T9ItqnSosYKZDYD+z2HLpleALz488qLB6EXkI0am6D5b89DPTFOTREuPe/E5j61Fw6h2un/BFQrTeedZD6+omdpwizgiIeTBiEFMq3pt9icx4Oh+w5q1ui36gwlusvp0S/7xh5KZFPODKNlQ/eUQr7ceQiD+PXHYaGEQPi8igqiw/djCMKTT7Hg02Yo0YMglJ1CRDrqvgU3JpTi2tN2HZ1ClZx5VHiJRdID4RO3dant/LKvnKJ8qE71nhvrj0Rx/GZk33BRksD33u9xxV07kvQ2+X6d2RyqAe2piicP4Pe/NgyWxicB+/uMzrzGHdRJD6Zn0FfUkWdBhrjCtsZ99r6fMR7aB52546MmhKqiC0Rz209DVCtMKxNNF0Q4P7s8ZTktWnFbGF0MSUpJm5ZzF8HQqR5PSuxZGd1C/5Z7eNSICTaT4gZQlsuOxBTVDpt+COrxYmHXB2q/AkMmnGRWNKRuzA1U/hFfJe7DwcMsNpSJg9PDbQgrT9G9bevbAD1rFp98jbXlgRX40w11ww+rY4BZz4RqDzWsIYBo27x5ZXE7fUvT7n+CjHE/JTDYddPfdBBr5P36vgyrf93Rpf6CYGpcflFaFFcXOkqDH6mHHbZcsAhi7wyDq3ThL7EElXk9vaOy6kPDgDbrX65ucelwd4ItRTnf8RWav0nURT0VJyh8XD1oMnAScmHbZhGJ2kxaxt0+M5gFsNwzEPqFCw8US+WFMYXQViCVYmePMcrWAop0jQkEF6dq1FJbzNXX7gtZ9CPAQ9Ld1OMfKi4j5fc+7tntgvJ4KUESN5BKm/YSfSgdaI2qkMWuhPJO4yOfdhjQR33lE7b77CKH4GqJgjT6lRU7fFk/jSwfkpR32M/RB1NEBkHO+8W4XDVtRF/fNBzEQUsNoeFvDwOLtOz9JPKwTPoYrzlOQqtVtytRdWtSSAKCxUblmxclLR0V7sF/Sc3NUVZttWubBn27R97OyxK+dpUawBV0PH6oLCcUvS7DK8/fUzbWXgi3IknVw8ED5hdXKMsbj3aHD4aO41Cyvgn2kJKHJg6Yb8DxktBgh31JLi1dzk7Ao0DYjUWq2I/U3/fQZtWgWHo84jZyC1VoAp436XRKQ3vbUgHzNBdLPRf/C4QOZzt9AkGW0zrq0Z2v/3hM4orRfdL9XolmCz/BMQPju6d5O22Ub+R03oLDrUiMu0EmgkVjgTa2q/OOh+rfZIKlgnH0UkLoB+12W43u12sM9Z2xS3DHLqIcHiTGafuIVFNLM5bzdvy78E8FZZcHnyhof2yMuysW4InZ14Oe+F33Q7pg+yq4CJ7T2j6gdwNwsn7D6Cwe02qYEU4SOVMJUv+rxMzWD5Wu1AxbCiluXZEDJpDzWv9qiqOEekA14ibPF1V19+nzK5PdfX8fxlfrVeIHb79MbWhXylsyIIpuqsv7pq4nHaErTyJIInxcMtjSaX/4Mt0pkNoFVcoy73HWxX2UrFAZDCdKh7GParCDrdZnKf3lAAquTVnaPrS/B/Z6ndGzsINOPJpVw4WL1BrVgdwNS3bo/OCV5ymPajRdAU7roHbKX5tYrq9qDuex8OKAPLjq1ip6DITJCzCdJ4oVwlbbsNrS7pQce69giPKi+s6JfM1dCzAtrj/kAapreLY6AiMEEpXf7jVHtRdLgJvXIjObRgRAwqP56xnpX9dYrQXyzmTB4tDvgnvO+f/lyDgoQGwTj/d7Ba1esB+R0XbxoD4ecqorzVDk2MoekKGgprCmACWNWOj0qJva9mFtoxfctiTRFF0irL+Ixs4vC5llvql9A9MzUVUJSMLCDBfiPih/bD2T7ujaADKN8f8tSMvi3itCPLBLbj2SUrno3uKavXFeuqbPuN6msU8FJZVMzvgo05/0guFkNOeGQMpe71jo7mInsYsz6wl83pjzfvaMs9oLekSoVmTWCOIDwQ5XR+joxiXOIcFGvz12lrBaI9xAgomosOZBso7Txj+xgY4/Hak/64Im8hsnQBYdgrMVWW/nIfu3tHJrusWghVTjunmHFfn/qNt19cBR3kRT6+JHHH4Eg6Li0HEru5bsYQVe8I2qAGG9QkBmc2ymAP1cVqZyGJZaqzcDOULkmTzBJh6+ZFXx6gBh2wJkplyNDR+MIXwylxbwTSwuzpMJ4fVKOyNCtQTiVhX8TC+m65UEMdm3dbaOdYTyVI8ureqcYFEm54a7t5YgSKZOBYCndqmmm9FXe0uVy5D2sunil9bJHUFmd0SqSUQT4DKJKtnlGKxsy4ocpLxksl2RQyCxGtKxS9djkdzEVzr3agYGfKkeZxEHgs3QZ0BhBexWkaBa4TTbXI4ON54fgLG7k845EFg3tyQ5R3o/anSb2f550UDY7AGf/83Q3CJpfravmjHFLEVLW4CwgTPJ8AT6iTOogkusrXTn//xuzR+jYhZnNBfUgfYxdpcY1xTG5aIQjLbUPHDdHa53/ckaW9PnqgtaWwQmuxo3oY9DrH2VZKx72YrUhErQ4piXOBegIdZMZAv7/BvTEdtXZPWpnjgQS8E1xjt9ytZY7lvwrXpuPGzqE1n6K/gsxMw5tc81+Qw3q6c+ObB6PTzDzVnu4EY+DcVZtYFfcnfsW9NeeSKpps75/NJVW93ItMqN01HVxcEwctbyC+Tu+81QqxWYhYKjhIWo9zPstIKimn8lU99qLPwz3qIj+dqXvYRxan0JcaseIvPENRXc1GpfCSKgbDNSp/KNUqRjDpE0Mpugr6/J8qnd59Y2vDse6NoEGV93T8HgkA7om1/avionT4UEf4htFnacjE7e/m9X6WSQQ6gMrvfxr0tyT9ha9XV/Ss47vWrJxP1JFNi+nrIiYjdzHzl3TxskU2HwyMEh2ex1pVw0/dKjoJitt67sIlsbrjq/aNdy7MwAbfZ5hSukfu2z8JHV8wjcB8ofRSU6J871OxnE44owN5ENT7U7sRnBoW8kRw0mdIj1tVOOfZC4jdG+ao/r8jc29q4u4FWI4QI3h6t3gr1SaASHr5uEuv16vkToj5mmbBvEH8O4ZpWu1ceGcyjcW+hQGLGYunz6ZbElbk0oARWaeZq3jucjGY4NlcQIQ90svImv4RgbDdI7JOncp9YHIdmR5lHMO+ZbmWF0d7EWyIPFmesgpMbx0QXVdXy8jfhj73UbjxUQSvnrh40rY5dqBMKlZtUy3ChNlQh/yq509YBJ2oUOxvlQ1qul2/BXCgJfVqgfB9Z9PmlezN+pam7+4sR5Jg0EqJEKfPZBJzCMdqsP0PYjzkI/VMRxEChndr19eDoTeJzpvFMo4crJuRrcmTkfVEk9ogfZrCQXDx/jbTZLgCLJ0JD3KUPVAMCD+pVhuKjL8W6ShZEnUSAb6G0n9PNqBLw6BvLQncqpgj89jbBoUuQyOdPvoi3B+m7RtqUVCrZksa+BdIISbE5EG0L3EyC3PGCtMshd6Vo9YvWsy5QMGIyWfj/GYCHPZaWbmUnJ65jHqe/9D+PUKKgFsIu4K/26reT0txwrVH4hJgineVi3PsEC79FC0BjglQ4B/F6OBTGMBxTHYDrk/yfsfK1LhAKTJjj4ATQDVm6+rBo7Pt7oSlJDU8l1X38xTFJwLQvbYDNJpb8so1SQrc2B9t9K6OmrXgEMcHVI+Jh6fkaWbyp6/FbBVwqCwoY8Gdy8R9RQWCpEJB6vKSEY+1MvakjvGMnz6L+wFA6LwJgoRFCZojbYkT/YaQuqTdkUUiKt8D92gf5+1+LKMzoVUD8yXhXFlWt0o3CCe52Rw/cLZ3a8q464mtHooAFkYP9LkaBv5nplaMuRgJ9moU7SbmL3qjQhjkxsa8gS/r9/p0qExjOfqx8kI7Tlwy86b4woqG8e9zXbD2sTj5fXYSlKmqinB3DPF8ECyz8L4Nbs1wMLIZmBOcoVLmv5E8tcKATSGaQHgydLxGjhXl7lPMiNmzQ+DYPzK0PIWC5ywJpYmbZaF5dyejw35KujAPX43CbJw174ioy2DHedf3+qQrG88u4MBF46poMIL0/bZoi+S+V8vjQi2HA8tm+DCTWk2P9Z0RTwaEcio7MOOPp5CMBofFsjt5NfdDA9A9ZqKhpNcdEgrun+TtywNLXsEjY6aAlQgMSGss5DheOh61p3tyHYf+GZTpa16YO3kjo+w2TD/LVD5mSsA3q8Hsbom9Ty3bz2ZlsXhrZmSVR5QkuPIRQRO070Gkq4s/MLbv+SJjSiGpD6uYPEuP3ULwyurZXdSfFolL4afDqeHIopT4HRnoFRaxgxBxzybDJ0HvJEBvG0ireiJHrGH2cPNYhFw2gBeETaP6rbBP4vse6MWHA61CGbNIW1r6CmFTKZ98PwlzfW28rMunaHAlzZ1e6bunxATMFbsEoDF71ZjZ03Z6XTalP0Uvag5/GDkda9HLDQMhs1bNpAyAeRDO3vSSSTccShJJv2HXfyCR4BD4Cs9zxG+KARJAkRVj/cN+Sr22DPHcX64RB+bzTo+YLmCykrwCyGIWqflAcsn5grJrYYqbXJAACD/T3FACzN02S/urNZzhS9aIiaDP8igpLSZ4VkQVMmKU+NzHX3akAwUlmvg84j+n4I6O0bFcost8WkJPEWL9QfWlxpYt9FZA1BmoAVE2/z4MK0UHbmFN6iSHfFcMy/bM0XZeh8tvBzvjREcXYd7+19EqptoPs8che+o4jkQ20L6qNNXDrgpIXhGLMq3Kki3K1IpHRo73OIu3UGQ+42LLWMk7rWxJTGKI5U0XlQEhUvZMfeUnlE8ra93OYA36eQEw7sk4mUkQgbY++yY9Vwc8zqdQHY6BaH2HB4YrTk7esFBwVI3I8yN+3BZgdLd7p47l5rx03z4sMRhsp0rPaqCtD7AG0VTLRAHHx1WjIXc6HvJefTP1ZToFe0xNfoLT0h2/UmWe8RXa8LlWVRqqUhb2VGY9C1VSBsB20dOFR3ZrT2FpJd6rdoqWw+liiUzOJoI7OgRW2CCOAWkuk9ikon5Jkmv4sL4OMxd4/QvoPViFykDkoRTnGk33sfUbdC4858wudhFiUfDI7lihxBnNgwa5e8yLuZjoeRZoNkn6SAz8c/5xOQGSR1LcEEPM+hnhbH6S7/4u9u0aBzEf6rj3zNj47ndfvdBudztC0VLuiSDl2FACfS2xosWHczsrzJHeEqZIbve5omY7VBmR0SUw76+dJTjaUGpONle5WNG0/bvJrgbtY8107w+YMD8jFM6D7gSHgFTgmr7CBQs0tWamFGceW0KnFKtdia+mUrhU52MC5/ErmkJ0zE7+lCqYr5VTAksAQbdY1a9FP9EhVXw5H07w5jUGGhsFxqQzx7hjDLXjJpl/M2O/O9ZIaL/lPE9ddze2duW0XJ7iQacgOoEvFx3jAnqA9RC8zpFVr4Xwogog6G+yf/HvVTvZ3jSFSOR2dyuDuSNPB3lO/Gw7KemNG0HGyr06kxqSMeCnkOF+M95M2w0ka3u6A7JymTeupxRi/NP8pBen8TswVKX+qHKIvyWAduhgvvWHFexIK0tfI9BPDlHx6WDPmtKkKmuIp/N3vAasIP2Y5xLYEiHTvhZgiKEzTi/dQK6JEL08XuM6nU0fw3SPhCBU/wS86VkpNBiH+JGMMcihsoyu/OwjTH1d82yLFkb/g8fME7tLY9mzr+bUqnuZffcFcq0DGZMyUwQRgzHVmO6lRL0h7H7YF0XgAaEXVMrsHZkCBohhQV0sX1F3G/8YZ3WXHtipRsoIyB5MuDxttVb1xN9ktchHv6tW3nplBEEF5ik1xHU3a6J5WGjkvXJ5TZuR1LkPwIDkKtLf16GB6ipt6s2AY6dUpRBLeYxtrYNgq9oVzuhaaTnZfXEjurT/LD/eAyAcMMudjfE7eYjHUpT1sPqZSwOt7bvIlLA8C1UasM+QSRRhsKxtrzebY+hFmPTvCgwNncVSPgVUIY2fr/4+iiDXu5zb4Z32c2cc15DxoX/wniFFgauxg3YL7U169qXr2cwbTfiG9/5pX9MCSAPuzUjfFfRGRCVeLE54XugYC+Bct5v00exmDeJ2ud31UWYerzSkotxzHHu4nHVHSp/CcaxZg08ezfIXsbbPPaIeIssWYIMxp94MFIyX38V7vuRLeOE/y0jyS3ggO3Xcj9ScGJdT/KzR/H2KzBr73oGWu6rLMaepobtQBZQfepLjvHqLQim0bIVdot7blNbiojKdfqjtuUr/6ZjNLg6gNmbCCYnVobKr88xQ/SicTl8WK6VcvCvnhBUqnyyZfgK35Z/TK1z6ueSVHePVWe488c/4T/IunQLVSfi/c97/mlUnIco3pwIjYCX1pCCfiYF3z4Is+pYv+t4OwXKJ5FhMGWEFMPoWOkszdDRbZ4x2FPWiygKbGaOtBYSWpwv5sWMt44jpyeISJ7xZI0bIGJoDcujPHIZSmimyjHLbtLTGMD1JZtqvWDdN2phiOud6x/gF23gv1pycw+AKa/HjqcUqeDBa6NNMK5zsBW2YHvrLEtMNzsfFhhmUR/vl/KDaJpiFZrjagvJTQq6drG43LUIr+OjxcXDTzKK63VLAUi9A62pmt3OppO1Dv6EHzuZ3MJIPqf4KDkZEVdqZoEs3I5aQOSMx+MYZdHnNbya10XEyHuFBM5OHDo/d86t2vef5Lqjqde6ANRbc06y0vUSnlgPENk5Z+6tuoBbcZN6rpQREppDX9vBf0p7sCZvYFOA8GM1yDe01tBTRGZal99VXEm8ukYTpZRwMu8i39Dyl2zRgexPp8KJ+oUJOUPcHkUv7K0ynahxO4hsqYDhX0z9EYHpDI4OErwsoPsqksOCfjzzNIbwzPhOu9MXs/keX5LCaYAoetc/9B2iw4OdbXm1/GkLLPjtayFixvH63LSSIJ1n8STPKBKNRdeb1ElyeExKrrhS2/Z5Is2FKLu5YX3gJKVB3mbE4bFPv5ocJHM/LA656iOp2vwxX9Vy+j5BpCmYehRdGdpQGBK1N00ngK1Wyp+ynhT7NsND5c6m8Xch1phXuRQH/pEDIT+1vs5dfMqYan/tZ4kzIPZZjjL48gTPYVy8iT4WJ+em7U4hyXw2Me4IIxh/oTdC81axA1HyBRpBmFet8jM7UpMGC/0fleY1vxpvDQpHcnIKjgCkY+e3lawmYGEBhZ8reUA79uZgb4lR/a4UkC9FJoD/RHBepICeTA3EYo/zQ+gMA4knvzxX2Vq9XXf9Ro7DMf6Nu8hHAqq4Towy1l40dRhrY6k5z0JqMni7XNjYTdEKyOdMIZUxdktzRM99z7gleI7tspsvw7nGvD7d7feMZ4Aqmos/mnNgHAZqF3BJSCfoX01JdLTHGkJHs567kRiW7cP23J+/57PdMntLNTw7Ry5PGytNkSi59VnlzCAyDCZXZtdKCAnrFwTPRXGWO2Ny3oGGOW1TcAiiRlfwRaRU9gjJ37NY+616yyCMlV/ljj+rDmrQzTe/JTwzf0Hu9qj9NuV+xd2pMlxKlRMaHI0UspEJ//yO0MNZi9ZXVv2TNlyPPS409QZfq4DdccZnLsxO9jiw7+2jMyfO6ekwYpBZR4qIeDh+PvnftMF7RxxdmKc5QMNXykkR0T2WO+DzySq9V3kMuFhoiEAMAKpKAWgIum7M+D2xoRslkHAUBddkL4n/iMja6LZGL24uAxhK0FZ2z7MBfN4/hzyRZRd4qg8c7aAsGxhzfgeqR30JVA6Ry/0W3EqwBUflVfV2bxvREAV8IuAGS9BStCG0YIWHaCeKMJ4KgArsrbtVcOkoWGExFCzNogFv1Tt9wAT2/GJZ/i5H6HHYTIWQM52v6vufp13XGFhGrNt39WHl5y0bEtzdjY/H+T1OPeyewglO34NChQYS4SmMzveBXQzLMhZbjpasqplsdDYWsQrPIpzdjGu/xJlLA/JMl+b4Ht8Wigey9zr9zE94rcJIt7G5gCt0YLHyvycchKkBfcdoRw6qM6Mt9inYf9erKqD3t1cpG8OcKKGWkFkSpttosfI3MoofLAAcCvg+bLFCl3vNPsSuT1nmNc9+7ozhaIJc3WlFU5NnYpYsnPrs1OeWyCjmt3KDrAdyqQuJDMmdpJI1DpFbrXozF+gwUapDMNn+Icag+vjXF29LHNN0YSjF3nZAjiw9ALPTXAmo5IH1bdHy/ilTJlVUccqzi+Oq/CBZhvuoJ3LZ9nE3SZEhxtUAV61qYApl7b+E9SojlBshmX7eS9453Pc9sk21dCvbN0cFdkU7a5gSAnqsmwEylUqOGoPr2eTIaXLkvv/51/+/mpF5g3V+uzlJ6/J1zhHv59yXFBhjDN0FHDG64zLp3okXcor0P5wC07jvZ0345BKjUR/5ZvhOzbU0AeIR5bxvuLbNmL0lhD7Hwc1hDvAQXWbwdZD110fLIvir98In7qnKHHf+X2qdsKHZMy4I0Lx2k24dBDx+PBOVqigVBRYMDmBwjBb66B77HjE7O268mcADPmm3G208lL5GLFNY4uy5C9kZVbvLzs7NFvqbTlilWscY3rFAeHt+np9oGbmL6bpaoC39MrT0CpPyqBL/cQegd4zdaljJVo8oOvXopQ0L5lqxRsShtfo9bPP1WBVGWINEixlU4NihemvcvRScjGeTIEh4HkyjYc8tAJ6/5Xj8AIIbHOrPl9k1EIR5oDxNaw6Cc/W2FX/v2UeiEe+KqkleYO4uib9n2XD29qeG1CR1EG5iLiRx9CBBmdKrg9sjChLAvGf26p7DOSSpD545sGktdxR/MG9laszofsLNYm+Lk/YmD90jSGB0zJzNmzrnwOtKoNnUfwaBZ9ube8KKNU/h8SDBCZW4hjJHc/PlZI5hBBRph422J2he5KFFziJTX19uxWUZeePAynE5S2qYEcdQd5dv9RkbU9YzhEtTaQ9Bt819onUitxgp4ErS03oXCovbDCLsnVdfpI/tCobaaruCEOQ0BVU32/k2FLs8WjvoHToYGWDaMrODpkQLdYcC8BNJL5YLrBu58G4BXhh6mzrM2mgfszhcCQnzCnIm6yJCtohGRvsQJP1dhfXyaHdcZPf/VX98weeM2d/1n+9ll7U76CMCAqFaa5o+oux9Z8ySQpXf3buNRLJp0MbX+UR25SXyA4aHNuIIoB08Nj1ssx/5KE2DM1tVVhtRYVTKcaw1bu9wb2qPU3uWoo2oWWI5ZDSS4ojtH+yelbSjSy4Vlgt0c1uPk+tr2sSSNRFLQ6IUOCsaTMsQd3iCzY+vO9counI8MQSO3GpFAaYr7jTs/jq8D+Q1duFXbrHr35vGWzbh/K8kYRcb++eYY/nb8ReHtEEd1kzAPRTUrXo+cvRhXoWTpeqD2G3t79w2fdC7z1UQqvZUhV9Jri7ZJ7RLHjeAY+ankBQKAAWyPdJcaF2SBsmiSR/g9Dv2MG2ewaIE/rG4YppA2wqHgTg9kjsEVwgwCM1IHf8CXuRR4y5LwL/oH/M4euaysVxlH4X99PQ2TM/Py3riuX3aodmhQ36kopKHQjqdLr7HJY8k+D69uubx0fNoXAU8LiJn0425v/sDx6deZvZz1c4fsSmLcAAgsC+apKMukHdNdFadIkgNNgctZEmshIgulWdLzBDc0sRenRDWb8OSTpbq4cSTYmc8snvMpyxzTpdruJlYSYNcHaWRuo2taFBK2ERyVUyw8/Br1jjwBNLqk4qaBNNig/6aTb+UJTRV8qrrx2JSH7ChJKDQF4A+dyfOirnipBfG/BblE9rZWh0f3Y4phD/NG2pjkrknuqaqlmU4V1JpDVSMPWb7k77PAk7zPUug5vv1Ro1ZxDpduBY3NDIuukqUyFHeYXE2jgqDCOFatnvS6K+MoLmbQJBqp7srZAqDETjEzOh8gVu7uAIAZx8k9bLeBhjb3AMrBwjlui6xRceC27r5sM6T+ilq6TiJimNBlv4wTzVaUJKttLlGCpMFnc6P5wm2jsJ4IsCKMglzrOx8ooebNIvu32cUWP9IqZwTgjI1DyMEvBxrftPnnr5YbphMH7mE3ezbVNfTakcvUbaAlMREJ0ja6FezJaXwd5LM5fJ6RinPTaUFF2fH7cebouAStZn9NpN87YgVUwguNQppihYmMvQ9a+6cejb3/XA3XkWHU0RWVwackGkE+N08GTC4qnoCAEWG+PA0MDgP/EnOwOCAyuIHJz5GLzuFDd49kvIJEcxzot0o4PAlKjsJMlEaCiYJaKql+9YVW+KZjW4siqw9LC4FMDoWAupEfllOWebC596xHvBToqN+3I93JjqB9kfTqqBl0GKlVCsZB+2LO8ITl/Cew3wQeQsV9EjyI0cntIUqbUWdbFu2kgYQJyZYTlUIiH5iF0fY1Q4TVbuV/Ye2G9S/jjaNvxLAvvMmmto+hZohNq5GVqeixUNo4eUfB1DQpyJ3ersYM6zFzO6EO/sNIHFqfFJNgXgsH/51y+ukEgJVy1lqVGVX9lo7M9Zpp9a5LTPPrQjRmKUyf0sOteUe5KNhsF6qDbP2cmvrBHS+lQfLCgF/zR1gzx0UGBIo4mSiOjSFUhXbHj333alWPtngQGMrgmn/sEDucD9qfbJDO0DmjKrAF0s4jOFBVXtZjOIloS9HJyOH98fI3AsRkLEXIU/dyZsqIkcwQyctDeeNdQvXTGYd3KZ34VA7qIJ+5/QtIi+6uBAJzyL5XCbE3Fs4Rv72FkHF/YwPDvv+aeZOpS8YMOUHxbmRW4hQbGbLRDVvrOZw9W6oTXS9QZ4lIZWJuqOyjSVvr43xuDo5T7sSnNENsAF+BECac1Gk/JqiC+5jVEjvPFDPIHKXOFdoWrN9GWlkdGhRq1xvBUqk/E1MWBZocNX9KNk+pUiMEGMraLg+Isrompalki5wO+C5yhcJMd6pHXOmtw93xsyJmhTUw7vFFt2qFzAX2Mj/d9VXRe8uqK5m3HAdaw3uBcZqwVzb5Tmx1PuKu7t5ubGmnXdNLbJRDctv7ndB5KQ4Rvsg9BPFdE6DtDol1RkSCmFRv8go1+Kg8m9xAx0wZ7439+mughRPPPvZeUhC6Vt7EpavBWEBOLfOYLd6FyNqlZyJCgXbkxftBMtKYn2zMPnPDsUtKQiQRO99/ZaftGXL9J8/CLFqdAXEf0Yweoglw2W2nH4C93pQ19F6ypx1obSC0CQ8c83d/rS9PSvdaCECOVMuev++16IUfNC4Io5rjXV3IF7lMpKmZsfa1cP5F0wbXJhOvRUU5TRvxBTuKWXQvxRHjkU8i+Oc8BINdT5PAlX1WboZgD2dZJnDMOnsNnWsLoDfUt++QnNWVtXVvNSPkmXt9P6QJXrrLw0299MKNOKg/g3dg52TgG8Dvf2tf9ZnjzhVZ/S24rXLQyLSgM6FD2EjAodm0D2HRkcCvL+Mot26OLR5klh+/6llGnyhqWZz3KrWZscj86oQtVyhYUbiqUG5FD8ik8PPuM+8cY7dHTz56vG1q5O1M7k/kaVqK5xzJz3fl9fFSpSuRc3Ha2qfHmirZ0STeQSSUth5csFL9mvkDFCcZp5vCo7zTwoHChhHq6ib1l8ID0YcRcc4PZjz85xNhUOXeqRAQ3c+kG7W90Uf6wQziF9/Otd+La3/JbVhkAdnGsX6I43+WHIZ7EG0/Ktp/xEK6zmfy+7ATUO5+s+8t/k4YU6+9e1BN0h4j93pd+nmzCLEhl34PqAdgqEcZ3xRRsjDMAvs8rYj8Aini+JUOtHSV0A0QXNA4EJynDAR8w+ZkCXoTdlFbEakfNbE/9J57WdEuQoVXAfpaEdtpAHkI1BB0+Bv6k3RQzrxq0h7d92sDM2IYwyI8s+2GTn4rQMn+OdBM7sOLK3Vhi+tuUtnL0XDz/EGDIMfGamDuQenxQuwCiBXNNJ2uy7XMlBLuMN721Hmz9T3P/6kGgHE1cqkJ8jwdEECjghEorZCCLE4kc+us8gO0ioO3GIrHY/ydXv1hWk/HA7OP0nh5xH1VhIyGhxLO/jrUF2QzoTa4BYdHWWJXs1ZtiDBA/YL7aheN2ZnAOL2dsIKhNd/cd8IMcYCKCUvOO7kfHpiaKbkk8tcPFxsGzustDxwy5sR9YnjioygtuOCsFVZKFzJtJ+wn+yQ4skCeM+PQuS7J5Bre4sDTB8aUQy+Cxnw5j+ZduF64BnXhfFw+ITKzt1WkTGEw/hGLoswuMiKyH4/IxHbualz4fgnMZOFDQaYF59AOC/juYLiO8QZ9EV0EaHd4O+6/pvmb3JZ64kMvowv8jLt0k9f+TDOxyYbQZSknBHIB11tGcA0kvevQtMXvpdJ8dk35ROkLNmhqRcfQTYrKNVbSvh6Ewd+ggxt7dgPGJiIsAlHO09ekrvNZzRSmX3V14t+dMhs2tG6z5UZCcOhWliMozi9MCF/8yldA84DpOTDG2DQDmIh9QC57S7xZFAzhE07c3e7fu0CTAXpE7Odfkhz7SVZJVR945TpTPjTln1Lku8evEnLOt6k44QfUwdSEmMjBbRACPdpHDE8ZEOrmlnNGtOnvUnrligi8Wat8c+v2Ml7XkG+XLTHQc3ln0kjwymLypIncbTk9H5FT04LZxcilMAmDHe4hmW1syAjrlLcPp3ncAcoglkCnTa4laTVO5v3389i4WFpZ2mhICXLCqbL2zX//DPI4JaEJnUsGyeOjfl4EMK+Zu15hR4sohpKNS2FV7lLQ/PaGM0rtzODIoZzSFqcmIe9nrViG5W0yarQO6YgUwAw8tu/PzuVRDiKun2Ebf6wVj5bNdCihlwDa1E8icdmzTFMcSr9tjQoOufmUcXHf/VKlxgqNV4zElhD5xbeQubkrpB5v8gNFlMiLvysW2I3O0LqV1ID1LJQoHwsXFF36TnnTfw64Q2ru591VgiHjYuR1nzGCy6JeoxiOHiQsN7pKPRaFtmVaFIuS26wW11XgBlwq66Qq11UChwO6LF9fkSTyQ05EjE+0inDHXtAytXaNtppu8wQySctv6e1D1P2Cy6Qc3x7JvFGhy1NUAVxiXTpeNNje18iPCx4vhNe3+ormYV85Ty/c1cb7y+SetwFwn4EkRkiiUAMH/d7dkvRF1a7rtVUHOxDAO/XUsx9IivNDZjED9GAykUQyWVOH4LwilY26HMPHvbJHrXBryhfrp+QNd9DYf9LrREXvRey7/TNVtGf1C/RdbxngKJCsTfpqr25FRFR8wT+BRZO2rugdJxgAc6Jr2BUtTbLY2AT2m/HqnnNFtxJNIM99YLOzJjKFqrRUxnxWu4huSPcFRN7VscJ+7OjY66zWF1YX6P9+xLyucLCK2eIKKs65JRHpO97jSZfN43cm0ylB9/kUC12Vdd22PlJN6lsGNpWgxCFg1oWCLGhuGxP/TlO8MW6yKqNjCuKEGkBWB0A/zDfflE2i3liyii9uxZZVGKoVjQwn5O/H2iA9opRVh9IHZ+gCXSQlnx8FInNZ1ttAyWQRN34j6O0UKK0B6MbnGPTt3jlZZiGp1Kx44pSUpS8xRP262lGJv/Saizt9kUX/ioY61pAluHi3lRUX7LUyaNo68SiaL8CER2w9vix0DQmnCGqll/EFKYe+K49nnwrcO6JlfQHXLKFtTzGDcLvO5mT6PeZTLCwJhv7PqXYWxOP5K2nOCZQsutPwkn0sh7EdnxqbSZ5HOXue7QHR0WccnIIMP/0kSHrGrG5qfrMxMt/lCm9NuO+wv2Ycb8pq4HXNVYCUlqV14EVEgQmqIL/z2RkKCKSJ6u4+HIbGjKOytdpB/pERuacygT3KQPxw4cvGRprrMNtM02DpiNu/LbuI9//r3UAp4kVKsxrSYHZEicCk4d5TKx33eMP3pMdIYx1aUrD5I1sPG++UfTqxak591reNB2Ooq6JTc35bhTILsAPuSXcXoESFkPl0Oj6+zgy3sehGhysycClMxmyv37SaQ5vNkElZq0ej88V4d2bXzfw24+ByhEyCM8NW2B809fFlifc8h8i/MKw/ToRDeb0lF9oDzU6Jv5zKP5/ULNADB9Xg6rjVZmy+H7KorhPLy/5zs7TBDnI97jXq3/OitzUmgEgwCsu/s7cmlvWZUTcWo1xQo9CUdteZ1RoERZ1sBdUX9Nq/RyJ+TroKYFuI1rRthnDG5bXe6jf77ZCohnZG5cRM8H/Zv2mjfDneA8hwCFbUT9dMnLla6IJ6i4Alawk4dvcuu6in3apZP/ij1yCTWj+rCspZnyvLyjHvDbKto0lZJGEeJX/kEjZY+ilUyiGwdmumw/dPTKFoIwpGBxjVWiFZ8pI5hFTNK2jLwg1u3QO0bkyAvor1lLJ9uy0KBd4Z9uoaMI8twZlELe4NU4xjMRdjg9SIsVR2kS+jtrDma4xLY6fUGHBHSjtD4cCi+VcIr/9Y74mGuSE2mnOBjNkQrwjoyfdvkaH2LeJy1MM/Ks0I/Z9koPGuUpCFzA6TBB7yxiP9Xmqz6I53QJsepG9TUEdpQ8vHBMWXh48G8j6NslgzFSlNh3Z3qx5HbAgPtlmNdgfUE4xmr1GMVHHp1VWXnBYm4VIUkOjENxNvF59eYAwYEcTc+G4N4lnNU9capuzROrutS5D80UqzFrqgjVTp5v8xO3tbtDizGwLHAWvBpUnJU7Nv/KIjgRs71jtI3bbQwuIknbDzom2j6nseUFOzJn4EPtVaDVSn2btv3s1Hks24lqRf96xPxZ/zKDS8KNf8kxoPqVS5PCwdVd3OpHB/79A/GACyHF4uU4qy1os/Ax4qUDDjKd4+5764Vib0zRMXYoN69JSHUyXFWzqG3uUZ/jh2cZHfIoO1NfvqycAxsyMPdK4rQvkD9tT/9zLazgSVLxmKAvSMNg70ZX0X3D5Jz/eoZkpWI+/Ve6+aVPy9Yy9nVGhKqjKSEqRDUspJ3Am41Z/+jMwwfSqqU6ONG/t3rF1ZrFPaIQB+qYE+rmoM7vWXDFZjoYTsoJBK/aadgJvmWdJHvRoxbaoNvbO6qm6rkeJTZJb25DJdGV2NhwTHxPDfnDuNqPlyFmgqWCPe5zz2TBq05w5xeQCIhOyx5iWJt5E5DG+6LZEJTHI5t+hfwrlctiDipT6uNTAFO52qSfNQMDxxnqQ1aM6BIz0tDpEmVZ04wuFRjN43z6c3IoWzeTvsmfYG/YDET8SEBWSAXkYlZ7KFkPm0qO4HkXz7pFi6yxOQ76oppJ0EhDFSYNl5jZLuQr/VppqhFLChQ1DoZ+BzvdvgArwDMFExCE1zFHXOV1GJ6vzpmuHm7vj+FVO+U/aLb2lhCN0QjyWOTMeEA5vOAaUyXwVP7BxPW42oZbxVVjcDRMPdWn5ouUOJ2rl1XLwIrX716/XsmNGuQ+RuvF/zE7JnQkodBpEL42XiD5mcQbiZMNt02n6S4UpqcVkj24ZgHdXVnXmo5cnyvESt2uHPr2V2/QmbTVzZ2KKXF2IgoYhkTmfOXxvj0XJrqfimhhWScZn9Qghc6esPHpvf0VPjHb/DMOAXZrZs8e1rlkKqtVYkJUdnYEuwApUy7HL1SeDgTu21XZmLROUfWYZdFZo5I58d3JO0Ypg5KAqP92AFUMcbjEVmAOhUQmgK+7XHwCtgvx9J3SdJnPjrlxVFoyUxx+KWXPyiwjmninUAFqHwuLaN+KqCBLAgM2McPIttH6MbKibPxwKyvjhOkI04EzAWvvILSB6YAyzAk7gyDPsEIg+w2HiVBs9GPhHwCEgTD9wS5lnPlyBwkUH+B1ESllZJfYSfl9TR4Z29JAWga63dc7x4nNycF1K95d/dg5XNB0CffoTWxC8Yb96rcDV16kCSqygSh2p4jo2/nHL48mAoPMCE+guCntrbkxqX3kf6Pt5LgFGn4VHS9yAyh9wWYeR2EFeHl7V2E7KPynzIBNE0arRU4KRQCyXHRyIHmfKiboB1LukKn0fu/2ugeBAAKmP6txhpDfOc719v9bMhaeOdCpk3It4Ng74tDJZ0vKVF7UmMd4AAOkGJleBtp0ogpMzCgj30ZJy5hZ13iQ04NKCNV3qWOo3g/Mn00gF9Krt8gEMLF/zZYdYeb3pEWohtQNAleABUdkfHi3TveG2Zeg/REIKNgDPUelpCl9+Bcx82Y5Y9qmadGMn/gPU2eXzJylyTwRIYJ0WSm+R1sHHq34DKc2l7eD5IFZ89neVAqFrPdtEOJ99T042Cuf4mXJGo16D1YW8hrga2jwbuzmv25tUqKbqNFywaNIc0J4hWSF8NQ3EZhHx6KmMXJ9ThgaQ9Qg6/oY41cR9S61SfYMHyfBByZJjIy4PP1cYmWD0RswkhZ61B2wmSv2HFq91VqHIMcVdDLzAuwTCq8v7xn7O+11CUW9ESoOcbldZQoEqvYwLYBk/rhv04VjinSgNzN6IdeAurWZ8jWfyEyD1kuJqAAJgoMcpmc3dq/BgEZzpUJWk1LEBTDGQOAUjqpy9GLHdekT8OirqrJXjlW75F95xpigDUd2eMRDqMveDc7K6FR6PWMF+Xy9CcjJfQYKuwz7I5obpdMlMzEtfqwbTWnEo6vzyv4SCXP7AwiMvhRmcNkUJ7Zd7XZuLbtu0tuyq47rgGFiqglCahUeo4vUetzoob8yLLE6RC0OIbm9MwhPCvbMFtzHu+zc1BL6UGDKfzFlHM3f0F4Ttc3d7zWAwZw6bU2FwMyaOg3PSnqMdT5CBovTcNwMDlkQzGrdat5Vr+PIdL/bXImC6vFsVeuI8USZ+um90e3fKy4tb+ok8HlEw0Bd8cIeJ1SuoGdUUqBVM+Ggn06OtTPr+7UIN5EGoJ+vWsgE2nyxmpnfzvLKz2UB6VyQiLXqanfKoJDFTPv4OCOVXLaSwzoK8xfn4+gilIe9tktXiwV+zawNqGtulUEblAyPkO+9ZvDfIlTO9Yf7eH+iG+yZSkCIi0w/IRLBAxz1pRBiuchF01hjUD9xPey/WCg2OOXu/30OqMSQb8Nwbu+/ZpkiI4YiUonb9SoOgD01+bfoWTp5+OAvuRGp0yxCqYasZwfPJWmOX5nQaShm4PMGggE/Uta1AtdesJpSCEN+YwoHLF1No2G8b+chzpv0M7sCEYbxQ32u4SJGV3C6FGpbAT75dzi+AeSAVeXKXyKI+JJk9/+iMxBjT+7GcfwWRsMgVJKmFgy4D1Adiz6EVa8oAi8dvSQZv7KTKqidIqgOtd7BsZZZ/zPs9GJvllvv3mPYo8v2mqY9SkUfHFxNJ3UaK3P3PJuTr3JdCgJ7nAPFA5lu03O67hszGu45QQREGMjPpalvRB9in1yiOLLa4Z0K6F1xfqTtvt/R76OYZbIqRjXGazfgZX57llPwmkkdq0ApI4JCPQlLO4RhN2dgC43YvJyvXpoGSX01gwqJqGw/YdfRyMjnWAZxNbnFIcGpoeHlDOTnSEdOO0oFhcfbjq6cOSiMC+XupmgKRUJ4EP7CfSwACrNEVeZM1EDZzIdGjzNvCC2Fyixc3cQ+X3zM0t+t4PGmEjl3iuawuuGQpFSho/ursJoPdcXJSHIelPI3DN/dK+d05W2tUlqwhfRCSP1azOPMCSRoKzMwHFjy5ixMPU6VhonrnBo6QPyC4VyOIpl9tkdVB7YcxSneBl6WIF9nnO4hWcIroLMaBQVE8/BCscU0lEofzT0TJwvi/Mcrycs9fN4Tar5APDvB/vFNboVLsUUGOmTJ4rHrhg6RmD7LPSGSjjfHsnFHYC4SHBR64iQYkmP88flR3+7FrukbEyHNlJmhoWc6jlqSadjAJ69TSyTVzS7HeoCiJwbrLl5c6CLulpRdmYVXGcrnmTHPDdQPcLgSiY2C0owCokfKBL09HWQZa/qPMYCOu+csln+c4QrhZ0TOUKcXSoLhXNEa9SewqGrczS2Ta0aU1MtahguviLE8Eqj7SdrrDLEo76OycnRXe4DQpwRCLNLBhCGVFiFEBjNOc7almsFrGhTm8ecOVlo15aJoKaxmvIKmO1MJfpyHxA1VwulzsqBq00n49WBSVmiYouqdGEt+FhkKN5weGJdqZ5F4qartn/+Xh4BvYVmGEuCAWN8WBw5qJqF90MW9s/MRfU0ThuzkkHUZZGkI0d11FOEklXb4dIqn6qtp7ui4wviTrPUTe7Yl+cDIuUH+xdLVJ9vsB0+DtVjbmgP8pxm2Xg9eko20V+nx1vOrVHu/JOi/i3NFaVhfSsetGjc5HyVacW6cBiWaXx56Y2yfeQebmS8isdNqod9RLqks7s/+K1CNnlFVOVSoDjWsBIZkHwsPXvWbY+6RLlhlsrFrSr8qtHrrAPhhZpgSXfzE6EBcXoXSdG+CA6CRFveTJTUDtQjXcfqN/m8Gyw7kvYHDNhWtb87xAWW59BUWe7b4uLMmwj68aWA9DvjvJaDlQAAlYVpPagW0DILI/8uAuTDiemR4UuyfP7UfGUmSMM+zk0WTZ/CCVx3oXDMbnEJNEUUYzMsei4vgeIAhD+g9sqjOcI72rYMJp9hZXu5ZU8rjm5WuuBeOoXfUvtmgXNmRx2aS3deY4t72T4S+6xjj0/R8uWlKBZl5ugeP2pKH7CTQ+ogchligK8zJpQWlD49HQy1akKDf8kLsTOE/RvioJn2Xo6KD/u/yKiksJnna3UFnAO3iMTqCCYbNBL2c5ZztqVyOX++zshvEOq19uuw4IOcPN3YAoGRRRkRHOnHsCkxzRNFPJMzT8YPgprCzKa9i/kXocL4LwUTN9ZxkXOjP54yHbSF0eYa7DG2CqGxNIUN4CbxaXbI7BNsB1gMZFyiGuWaLORjHlnpuYjnmHno7epHSnWuvI0Ki73mC9sbWunNud1FDBlNTzJU0+FXC/n1jcpn/FH6uodGU53FU/kUkuzZWGjvYxm0x2I4tUCkFHvRUm90Mf34aC35gL85IY+D56Azh0SlieP9v6o5qpg+tVYincEh391s9PsnZ19NmUqsMlqRGIa4HjPQ5Zpyss3UmmJPuu92+Jdqd/Wt0744w+539rLAheon3L9iIv+wAhP0Btk+NokjxOvZWZg5SvqjdXLI0D3Tn996cwMOXIFfh8Z6PCS1P4FDMfklYu6a+/xDOwfSrCJGYEjLADEM2eeNkakVUTrMqpvq9ZYNlysy87jOCPbe9ReT4iYb4x5NyBGTSatKKQSLBEv8XS+Q1VBS3/vKOw49thi3+ORXq/5ZdkGF6c0BBGEF2wlTVbhgrc/P05JvWH4YVJyeuZZPVfInpmH/potEUeirL6t+L9xHk+BWUlDzEA+0fywUCsFDz3ExGHCotWnlTNAR5czkc/mDKQcBIsTT1Pvx5lQDBRaRgdMwU3jPf2V/qXZn/gx5Lr5RxmcQegu+N/QMsfvMnAKx5h0o89qTFHXqxOB28IaDWcBkf57hBlNjJAoDRbFrezTvqP7rp6Jt0PHEEEN8xozgfdVdOKH4jLBlE/7yktt/WWcn4Zkm8dgwBIEhRLNP6qqgAqtvaX70zZFsz98JYT3RnDSZ2cwj1GudwORNQtnasEamrcxxTtp6QuOgA1wvfP5ogwzmxJa/1t6zPq/cOAPgbDgScV7rEg0d2YUR4+Cv+F4GfDuxcEZSQrLJ7/pWa1r3EhQehoeDO1sqRQxEuXjIUiqtoLzDN2YopNwBVtZH5sziXqsGtflbe6cFSuOOiObUhYCCBMZeSQ6Y+2YPj/xHZ1lnKK39pZtQVnvhzH9G8qvZkqbpq/b3Q+TvKIquWFnbRdTu05WAtJ2rniHj4kcnqUH6C2tGtWP+G848WsLeAX2qaWtbdYUqzJnWjCdcL3Lq3p+Ly34nMbS62yfv8z+GltBtHrLEPcDU+V5iY0aUCBO4ZqaVPJhWSWyQbDKQ3oHDgXeWEOKWGj8EPOpiW4Q8ntTqfmcXLRaArxaM3wiQtRwlhpj1KxKPo/Fz5wNSYmsmJMSeT4dO0cYT04qkEtGdIkfkOcruAeUEG3qVTS+9ZtFcDGjV5lJJFVRl/uEEKZE1QNyfTfyfOhQbuILysrcwlVXCDYyngrh//vOkbcTtvQKGvoqkqUTsJMlbB9mGp6qcochcR9tup8Z6tHayEOGbqW+KF0MPTKFfez5V/RbszmAB+LWpHiIOF4Jgsm5QLGfJtBi4fn/dqDEVKSG8MgPGT9n0PdFfX9tQCesGMWjJoDBjciLBMUrgRoU2VT3CIkxZYnQHK6ZNJiwgXijmkDHDTFw/UF0odnH5n4LNyv6jHfTDH3+2uNHbGgWPDaQ37aYnBcbmMm7pNkaZSswCSrbTZy5rnGesgy76/jMaq+QiObkibMUAGV1bwS8bd0lWLVfhQHGBCoWEHJOGdNV484SAXw8212BhMCaS4tkNfiUv8ZLKaQUKCqScXS93hu7pQfDJQFWWCsteRixcg5auMz/hQV4UNcgE2Xzp9/Q83m5mo5vWvGvVTPUVybYy4tGGH25AnHVNSVYCX+MEWufHdlNwc0UkWyQYMJPSi16DIpAZn0rr9tG2LTpopBnrw1YRz1tgv/CVbkG97jpZSvLZw/69J9DspZCHHvBBrfjj3Nz0gFpepwjwvEI+tFeG1710epqGq0ghESYbYrKT3Y8l5P+FxpeIQD/6iF/COH1smpAx9WwKRzwGEeLqqTqSugKM59DCfGrIVMYWpeb8oJBTO5ndVR1lwSi3fSLEXCVTgppVDp+mDX2zRgPjwymLtcm1dw2EvNvlTe46kNnAJ3c+49ltxz6lRn8C4s7ZY2o8ptsZEI2FLBiW/vTTTYI5ncJZ+e1XX9fWAklJJuaLN4nCTzoN1dolvuuqyKCxNlqEnCmQm/N0buwTYrkXwIEkGOOlyzzADIyPDZC4PgTWN6tJ9WctSRMxns8kNzVLQaxbPJBsdX4z3ooUO2XK83TSpVzDquuWV6iH4in7GT6iZCmXKuTWopSNhQQx3kM/hd2FmtV/C/o/mz/fZ0sP3+/j+lL3m+OOOYLaxTYpT/iwHY49ZtpOpsmie3N1LA8rCJiz/fS1mw0IMBKMNqubiyU4xzOIgqMr65fozxMyZTmM6nI445fVdSnqa4I1gdNHngGBPH74fGGrnhrGiGtN5gR5pCokv0T5w2pbX7/FzdcmnZj/fSsStrJ03NmFmmhUdbJFwXauOFT3b//BbOOuFnHqVnhGeJQvT0aWMhtSkt7h8PLjiU65J+ey53UJNJImjjUS3JQYJXFpnzAOw+1ylVgZQIohS7WS+VD94O33pp+5ObDcmUUW6Bx1hIbQ2VHm9iOEdRcK8FAu5l2yL0scnWNn1ofucNlAIirBALuVePauPI79Zh0na/SfJKKoxdrKRVvDBVM/81dWMO2gkkFzJCjmfbeligYEHUhOijsAxIQz6+Zd2i3xhj5wN1VYwklHBYYSgqa07XPcoe1myFxp7Y2ELlrsP65eKV+n1FINstCqnPeoxIDO0F6z4HyySzh7la/1jvZ0NUgV9NZ2F8CNJGDtRbr0I+mhqEaqusds/z8E54kRU+7TXGGr3HZytw25v4wjxQ6erLAPWZE5WH9lFU6PVcPngWBtmid5Vn/Xt3CpIl96Bo+ttQ2m5FReQx7tV4zUfX/VLgBhW+zjn2qR04+xKon7ZETbkJsm1LOYKZCguqhSs30wIFQ/CQj7jDdoYl2sF+fOc/LoPHDlafG1+YmJR++Jn3Ums/tQFkQcJKEg8bcl3YJGY1V4z42DdR7DuqTyAqqro1j6+LOnwTI7ArIb1W4VOwJSbt6JrmlVQJqFrGeo80cq5ZD/z3U/FeZ+qytJj4DEiKLPWsKJskQ3+G1INoinGLdWocFzsSIDGX/qwVOcW1x+N1jV0kOiCpdQIdRJZupfiAMO8zh/x2jg4qap/QmeDCZ5QMl3Cgij9FZ/9N4c17wULOGh9fU0uHonn7AlQ8D1W+he1CnZCfKiRQOI8JAP3WVUmw8lhY4WBvmeQFZujgJfTwd0ZOOiPcCKk1zHyXMJ9UsJzqXmgva9TdyN+Jd/+ni1ZeFMvs6avTfQlKvrb5rQ32Jf2OL8D6717+jp/R0spcUGeMQOwvtzAsOKjioT8k3zDVRR0RpTk8Y682zOdLOMvu1ajjxYwICY9qZTByu20KjRivO0WKzTSxPCmysC5mogMhlpQJtk4CjtTkQ2M5d2TgphtP6rGrd9k9r0R5FkM/N0l+rXMeGjb1Mm1YU2cepVacZI2Hv2iwIPgcyP6ncZ7BoQ2nvjh94xy3R0urXhtNPAPfCiU/EU6vkie94u3NYOscsb1jyhuiLZgBcQzsRrSE8PrNaJVxA2Rs7yHJd4oO0COlUwPE9Gv1RwpadVWhm2jZd88lGEDBuaSxtVSBHhm2yeXFrvMw0JqIkVSvWJciM2st1Lc7/dT6QwYH3RvR3pyxP2GbDtcCpCCCwPjdqN5AaMoTs9xY5yIYHJCr37c74HhMKJdqvyYG/FeLtcD2QkdsdnCqAXWdo7FCgR3N3Fz113lOJcL4KeUsxXJrOuXcQAZ4tP7tJdKqshFHts4m17IhWXmqk5FG2L5hDU5Y9Pczz69qUlRCD5dwJz7kh4gVrWPnL1FGCA1s/3/KZZgK1xy7fFkXc8VdIlDs996DPLZbk3M4BSdlsHe4agLXj36fcEo5+3gdtHrMfhXbMXhmEuAV4xdl+tZ8U6DNkwlw8nSZJtGEfy41z3UKVClhBWBtt/nYnS1JyRc0V43b4RbGHrTMj3pMz2JCeNEUhzgoCN+njH8dX77UQcKa3PuQOy4jTchnTjzJQjjgnqDdNTlG4qE8p0Ddx9AEzArBNqu7AVOx6uVEbHHltoS4f5uvPHO+FgloPyMESqMEHkpMeIBX35uMEFOecxth0ZjH+vm6RrUrKuXa99e0PNf11gBE5VZtMCS3xYXry16tNAvsYwvLug95tsmUoDKoKlFTyTNo/dBKaQTghBb9a96jlq33AK4Q7+sbUCvNxFo07sV+nQ/SN4q+Sl7Y3eACnH6Z32KQMdjxnV12qKIdzUxdsjRajWCIMqFai2BHXW0OaezS5qyitLqKafO86xSKbPz1U5Yn6QK2e1/I9H4ltXY5ukmnR8zRg7MfE46gnuWN7kZeHR5kCG2+FIUc1A3h+qQdn66v0KsfFw3s+QB0coDQXDl95Up2N3hZ0a3Xsb4x0gZMXqq39Xwrogaf8AJMaFH/vaoA4gbDIvByVSDZjISxdDiKEZoWsFbfA332hK35lVv4estTkYg4k71xP7yKpwxcmpsnJ1z07uDT5rOvZS29ChL+7fPIXDlAZNhQrwbP7gz2OexfphKkVnQvXPW6iSWZUyNYMzDM2bK5nBHslU6NgUWvIYRukUqAAx7gs0iys8fnSdC0hven7Qw1hA+t9FP8wBNSZlP69ZklvY39iAaHmxKpeijjiFGsRDE8NPMRnN3lDCTl2MQ4gDXhSfBWFDfTdo+ouApd09I99fY8w7ozAugtlpXvz5r4mrn2DhHc4w7kPkrcIiLhYo0dvdKmiOcvv2D7IQg/0jXjjmBR+JiPKqYACdeba9AR3xs+71jp58O522+Zt7qmVmaotiypKcVWvF4vtgVJg6sA69sbQpS9FoLgF8jY9F6iA9ZjJyAGZbZRaWwGdiFWE7BGzRw+dNImgQaZS++R8jbKinnmzIOm5PyoH/Q/l4u086RJ1V5r1NKSgwz4Yxxq9UbfpgwlBMJ5jP1ivOyhbKHCfEbf3A1cIc019A0reVfSb62YRVQRzxNgR6eDLoep2i6HsWMdKPYBU4kFL8ZRcZypEjM0J1HLGfcv4811qWrQ+dq1uRrNuxo+woOxIT3AMRBoAtbd1q/Biac1K9oNcpHjwBLke5/SDThYdwzYLLuhgFaPASwJHLJVPPQ49h9FEUqwCIt06vGrNa0NYvUtKSg43U/U1s8wsiZcTwxxY1EUUSfxNrvXiz2oOrx6GJCCX2Z4k4nY9oZe6fhwmpsj9Yy5g3vFMw9KMy/iYRXdkIvGcHhj8oW4M2Bblx+GmUOsResJU1y3yviLTI1Z6xQmvQy74gGrdu7B+/Bp3F1MagAPEe7KykuzbPqm3i7uNXLGVwQM62aeZ/UJdmH3XV0mNeRnMlgSHUm7//N46nBEjaf6oxE7r0kfMw/XvW01a5QcBflFCfO4fdsPwmr86qJUjQllUHCqzPfyS3pCMP9B59Ob54EgQYyy5wbS22+40O8484VWYpBqqZR509e785Io1WNoojg82n9jZ/+LIkZI2LARb7uQmlTyt6AVSK9nvsbWZJOBjKvKQbVhWvQxOo8pOKbwYDW2/DoZAmG/X3F5DRnrgvEjXgVWz/HnJN3j81oiWlsGrkWH9RQVr8wHhnDQ9G7590mTldXTZj+71Sl313sKNOXdRosP0jwPS2QyAoa4HuXTfzX9VI7Yn5RKWuBzMiQQ80xVdW2PmnEm/KAuQU1wsbA+Avm4dmDmY5//r+rYryZq7AmAez74++GT5f4mM1acB3T89sC5L7fp9d6PRWQZPVpKXcTFiSWZI0rr371UGXfDmWIjJxYo5boxG/3oXHg2Fuvra6Z4FmtpwO80HukayHtU9LulRCLjniapIiBgw3TzBW/LOOE6JlM0hDHrixoZG7gKd0A01P5RiPO9NpB5V0C7mR2yGUbBnkRD6xIT+tUadvjV4JkwFbjgPWxKUy43JizF6buKneawN0CR1256fge7zUtVSJoz2AD8LeQPKi0P3T7PQpuOrzSCrMGre0Wa/iwTgW6qMwmQByIBlclIw8P6oS7+G63ZhLFRTFJ/8n6bvdfEZSQelhjNTSYOQfEsC5AGawml+bhX9/4O7XEL1gtTRoKoFssvsbcvwJ4Bzxd2TDQGtLPZlNn9wU/0yFB/HMiysO0diNNrkQtD7KGixx8QVL5q0NoY4dH6obwYW9vfoKILhpxOESyOr0e+OyWKB/rfUn6UIUjJwAY4cxBo7WqNywFkeEgqlnDgSIMtAbhKFtBeLKexBCBnRsnM5pZBSf74BtzfZjmjK8wPnS8b13dsffmltDhYhzuYI6HgLINLLiRHidsM1saEc3qcBt51TQaioKAMwPoSenVqrxVZZAb2Lr6iKgUY9NV6oBIeKI3Mqs0jF+K7kEehc/uFmNCvwyaV/LjddsoXO1G5m/t1RMeQ+xKywMqZ5iqOZhqmOKYCSj72RNY6snZkJY6p3i08/HvGo2dc/gziw/a2+287aYxS198QJlm03p68wYqBALmHZy8YcUC59gwSDUY3AP6FrXPBSpqOFRnN44wFu/IJ9dzq60//KerGzxTVIQNjkg0St+S9Dekj3lsUJeMgqsS9wRO9zPxpNfBtMRX9xeFGbn61Sk7NtGrFHbdlVCc54g9P9lm49J3zMyGmfD4RTqFzCqvJ/aszwX14vWzr6Wi3FHY3KnTNkztqjQmATSRpX0+bQ62JLriqN7I6T+pRhFcdXYR37HwEiTpxcAhU54P8wChOZIXUAAoUbcnghsy+1IubaEur5xRqgk9gAhc+pbydGpNgAcV2tB7vAR8FdcBtoKr08l/UtONLeqELS2DXK06TsBptnx9GxMvNeP86qG1PfO4hii+0cK9cbJB2V0l0t1ypHYJPqM7Z2sKxQ3JzCc+zFaAEgSR5LmEu2F8AcVwu/4nlZRpBfpYIZqDDHZDC8aEutZlKqbAi0nNkQUTfEYKOqsj3250TG6ommBcSvQgsiiRwe0pNOW0Y0TL/Mo3+ZHyNbSV2JuzsNTnZtuoLJUk1rxFc4aqdS0+n0g+8u+BjVArJRAVJUEaZ18qCbeknp7aY9+F1Kr9YdpGwUS04sKgzLmuFLnnpOo/WH6xWE/Ddqgu+wnKJclAD2ms01Dem5TEeea2lgcIqxt8/T2enU9b56RjKUfc5OzJoh+7wzU72yE2t1wI5GO/7wdhPGmKFH7ce7biLf+aaTOnmGgSsZjQy1a5OOmgF6POC44yiRDOFwaAP61FftEezNu38JVxw1KczsQizpCy0ycTgsgzp0D9KQXarLKba4EHI6Y9mcNjq4osAhP7jGqB6mjSjYbGaSkZ39fXIwE5XIBpbfURxjMAJdASLNaQxWwJhUTW4gdPoepKT0DXfPsEK/ca24tnEImpsAVFUqENkLNilB9YD9eTCC6tufBqniJIF1er6VDbVLLJKwKM0jyiYFZT438vqPwQFZGksOA6tpwF5+nepVY95w6CNumi1jxnXgmHxrggWB59p38UtHBgRl01ctYMrLMf73buO0g8XxthC6Oa5pvZDsBopkr7jtSI1o6GBQMP6lqoSYxoxth82DU9U29nqg1+ve9yI8aVcglaXkQxfiMdWlhF2OChz3tcf0G0yrDr5mmuRt0xBIUSVDBVG9vh+4SceZrN2QQ5NJ7exxRWO19xRuVw/KBJfljJrmug89sBcZeEvhn981Zd3Z4kN/mldJX72RUIxm/KUHJ97kuaLRL73nNJT7fQrqqwRlDwf4uj02BftlcVacH0KT5BkSxaYhQfF4G3WBBcBcJzm03nc1joSj3TZwT8675sz1qkk+9pcthZs6O4znWAKZGQKXenqTT5nKBJHS5y72wCc7mFcjmmsxLCJdskkdN5wtCJhdatYRlLH85gJXmy9wKVqSAemG1G2AT6jngIgvVvyMmqvvANchRHHkPOuBdfpU0i3Mo6Yo/bPU5gVvUoR9fDloCV7xqpCCjF7xV87DvmIlhfIskHNBddt/6RgsjEgASeOg8Ci+9GC/9vg1LbQey376qfU4J2M9TuO9MFCB3KbMgfswcqD5/LtlTlBWMSOUzEt2MDdCL1ZftElnwB0wKybQoISyxumVJxj0vGaxPMFjjZKmrRjcHiJKSDqmYQVUDvIqMXFHTQe+LyDJ2GuNsep+PQWUQKkC/zjoQ3t7r1i+L0JAnLTIGEf7ya93pwX15qxkictGUczIfDUnJhvWd8knCNXIN8S8scyLCmXb+fp4ExLcGc5u/EMamH0vsfbxGXgDujR9HC/Zs0RhPYyp3ifk9I5KTYpXcDXyGYJt0La2vIvKzuvdQpjpxDUSYD+tInZlD8K4waeTR4f0a7WPtQhtbaWrjykkLzSVjGu9NrihuFMRYASOKsGGUn5os73jIvn3TX5HO9iVrBDA2BvoJIxFmCetlhVBNGAplSC+sQRwc4Q5qYwd2fmzCkjkzkHN3v3ywdM8IGjAHyKB2dQXukx4NIUfAYC0zfT2pUBmgHLUNAK9nCefIegDrAXuW/f9xv6dmJgQUA0xRd3+QahwiyEha5Tlj3a2egMA/DUoNSRLV6AzhnPDYuyKr6CmPgxG5MNeVfEaZgZnJ2cH4h+PMwMfrCvRdPL/2pCwfN9bDPDXRpuOV4b5exR5iK7qF3WCeTaMtxUZjNnoD363UI0clxbGRxhEKZSXGfxJAkgwO2nzxeXg/Zmu0NkoZ4z119x0YbsvKmo89Xd89uXUO36x6yo31oJeoaBMD5IEMMeEiblKsjEaX6juyUucGDQf8iHIeykfCdRr+nOCGoM5YEU2snIvHu9fo06FWt4yjg1PvwpgPdzETyKCe1b8Ga8oMjYDW7BdqFWcl9tlF6qDBHiK5JoMEk5Wy/odGFs/L38zh4s5loQ7CvKDkYq/hsPl8YdkYDZ9ozy3pnjIFGdfg7X9puPRcnkVFCTuTRBkDLdgpZ8iglGq5odXQjx7VlETwF1ZO0RjuGi/6I7yLs12kIbt1lcrM8CoVoEMyuNSSA9Ahj1Zs96fJ7bYa2K8woM5RkV2rlVLUEl/+bWuciyP7v8zzZ8LhjFd3VPMynma5JdnbqAySV0yPdlB2n+SBTOttnJqyZl8B045Qic+IDehFJ2YOzmQ24Q83NmfLoPQgmzo5g1BIrFdh5uVECYy/1J1Fach5UrA6Umprz84MSUiCg2Cgx2IkoO1G+WoQvVqsYOxcqcZyRbXdD+wvudnvT6lTClXvdX5cd78bgoO/OEbiTpHfJXCJIB9uV2cKk43QGBD9BqDjSm0M5XVClphAOJoaz6KRsQJq6aqWpGXElqQFFJ43+Vf/Og0sIdqgl277HJCVogc6rJVNiSD4RL9EV7vP2jw62N4ICFVbpQM6eyiwubnG0/BvdrVTNBfp7uzKWpcmIEgem36av24v5qf77geQ3jPBYGJZbUViSfU7qMPkdPM6RTqy8Qwp2zuh/mOYHVQjVbOppGqpiuSZ3HF+4F9TPkMG5XvX18N6sRXpD+XHIHkOftiz56hnC6dXCHVZF5dYl5mPYcejE6w4SWO+8iQD/+h06+eUZL7KE1SKEW33OC/XSXazgmTHUK1C904BhaCOjdazkKscDQ2G/BXibrqJM8ejXenCnioIGcfaIkgwtU7mXYUuafkIbhWgp+4he5eC9b+X9K7DWSgIoH86uu0jUMUjBEyWPRJsh9EkZYjmN39krya8er3faJnGdwwMcVYy3Ywg4nLsfp1/XPD073KLPPrClvkEfw6DcTuLrOmd6VyH1lFxHZY7Ihm1jrFCDQkZhEf+8Qpb9uQd/awGycgXeGqXlcR8G5vwmLFZ+hu+0EMlx0BW0GaxbkTv1Bhxvj4RI4Cm0nQj+p8l/5DPPJ2roC3I9cWDUYGqmwfvi6Ia0MW/tC7Fyb52bVAGeJgafnxYx11PT7YMX0bKDNELLyxdh6GGFUjD4fPhbpgHjZnPBk6+2VfdIWXdET38xfmd0+ePjAy/Ys1U0KX+ffgSQQUHdweVu0RfD3rnYx1Ccps6qE7emOgLN18w4lZ/TKB1oOtIkA8E/cprHqGck6IA1JI4UMxEW9tOAKHzSzy+WKxErhnYBrjkcnh/AzpaangVc8tbBHctBhxkJ6Ojta3EAB+bbZJBsXd4A3/DeAwKpkBTN/ApB18ktqvMCqVLHZFduqSYCDg0JIciNyFImmtG/g/JmbO2tn2aafOfIZzVBO8rovMH4bMO4fABpiapYjgWhacSGQmQRmO3V3AioDm299C1hc6jU9xZ3zd6YxB3hL0RT03MbPpuIqCncODUq+95GfvD/vAxior1jJC5qCCmGTLH1FFDa4sicGylugZXzPw8pYpwM/uel1GvrocczW8i2H2TejLs9/oSfwRcvP4vt5SNN9zLhQsbVFRsqzELCZEwM4sKD7SNrcW3qLwNMGpZmLb8aD30tsyvfAPPJZFMErCBnp6BPSIUVs8wWqyDx7Fd/ShldFIBTuqDFj5YVWI2cLq3cXqFtZcLO1oFYQrHO82WzvrzUcB2qVNzLjnNDxE2WymKDxgZS2updkbGTUeNQSmkYmpSJ6HwpKY4ImPxjOQ1BC0af+3IzL2MnsKeJe/EtvKpiu9x3mFvohYTFxDvHWBRn7MJWGi8DvuUXlCgLJ4BcQ8P/8uUel9/uKPq0/ZFVqMECCDXcJHRzSJUbmgHjHw8J62anasN9wEBl3KgmpIzdmiMaMRkEqRstMzjq9E0Sp6bVonQQF5AtQS551lJLYv46Au4AwJdzRsf0hdu27S2xYnkGl7KHcIWObFYOo0gIUe4sp7/usD3yvNI4O65DwQNZuiWEkU8YJy7Ah9hkSOh6OvIVSg/SyxGClGLFtTQjqT5G8r2EIOEa3Su9Z5sNIMrUhyDN8QWyqzlg+JNo/A2g1KKJ1AmAGz7kVSPVKKT+aDi1Hx3/mzKUD2i7Q0Nn6JFwKQOFLi6CbK92+gN+q+rk5/raOX1j84ymPWPCtBR5LULE80SXyouJJahyXiD5Gwev1KLjIM3dOFAAYuO3Rcb6SDiyoLQBVV8lBMjhyRaEtEpsTiMFNlPsAPXpnKVeb9CgcvQSq9RMR/Xyx1sULdkD8tLZYBziPmIeRX/cplVwVGvE0UthkpVc68XYNWDoAeuaNdWjwAlroK4otwUm8IqUfjVAuVXCF+UkG4G4Au+T7ROPKJ5CeGEJlujl2oiRcpH7yprSydFQmYm8eBbW96L3p+tNBMd1gY2hZt8Qr4aQzuqYQGNW5UVqAWNEpv+jEW+baG9lotGoYOeuX+y74e6uCHKcx/Afmq+pGVDS7M/HTJKAW+KIMrZkVCJCNBfBqAGqCwQJFBT4viU1K/wltFZK9nyY9cOOYzKofF7p4on6BSwHlvvb6f8BaJHGlBSXgIfwYRRj6b7Kr9Rb2ANvkMMxvAsmk7F1mEpqrGYkulyJPe2GxCK5hlJsnayQOBldtOvi/n/7SakMSmwXtQSi/Ukvan9WZE9xlBxe4n/j8x+qutkw/lXnq7u76vDjdtTWXhoChSX5kNxAV7aY+snrrWOh3nC6j6/GnwmF+R2ZRQbSIIcI1JXQiNNtfSxLCG3PZxRb1DXDmMz3yZiLKjX76gydbMJccV1ldbsM3mxbF2GdNlAefl+1jEHnFgBvI8/6B9LoLwwPIcrW5k1Z44gqt9NRMUgoWXrr44XwOeZVar//N36aYaEIXzMRhYfnivRIqhh+wZwbPA1P+V7nT7OHyXZ6D9mW2nX8o9Sr5yKpRn9VJvHcUO5Us1Whxj2qKSmVp3eQjyD++vXr47L+4OM0xkEzXfgj1z7B+77R4btuFXsQxUSZT3UVeuH1iU0ZybqkldwVghowhnsz7/3MleBTfanOVERil/yFT9YI8Xa8UGUVDnJRcVEFvpCD2Fbovs9C7d92/4Efk6MKKrGk0vCXpofWno060np+rV+r8deL2QPMynEnHXWZQSwA6+ebrIdDFfRiyZXaltd23JVABGaZksfHPfCs6CrM07YFPaHeVxTDngBgatN1wx7UyDhs7YM9tw1RqXbxVvGOkj7AypNe3l9uX8K3vBOsumADkoViJn38/qa2sC0eqAcK+nqu4P0hzyRL3ZR/d3/d72iKnckqhFI5YOPEzsUSH0l/2R2gdnie2uzeck9Qxj4IHqO6K636Cv6LAtTY7am8/NV7UpDc/SNWoDvVSNXupe+e/BKt9bhy6An0+oSGoQM2TU4dRKah+vGhPxcuWXQsRX/Lee/C3lY1ro9R/FNv7Sg7+ZVpTtvxqFzgoWGL61Ggh/hh1sddFt6f39N9/cpvQ1iCkmINIMiCjPh6TBCahlTBOEGMYuZcO9lQxauu29MZYTmCUmMfrux9W/EBuIYWMKkDlTRvjGxasJHfjuzVh+T7Uravp5d1elmzTnRS6b22ZMDnPFKPMpiJnMLOdoKuqOTXQKewKeCDAM9IvXpMpgyq+Xn6gpPK4kZKUQ34A2Y9K3c6ajAWukgzxKHvFEfUukI3Wz8inXBv3yrXxWiq1SzCPs9H+q6V7TG7m+bEQAdJ00wsyryd7Ivor9z6+R7iZfqXUE7Sxq3PiiTQ2aC39qQBPwpy8+vU8VO3QSmkpq8/3A8cXeercopetXoRLluwPM+kntOqpppvLEKXRASGz6QZmlAtS92Hj3Aw7Btx48E+tXa/NeJtaVt4Q46on0r+RpjbI2LuAlkAm5KXNAKH8hqjAoq4k+oPKZQbA4cCCEZuAZtoTZHSxHFaEJKADKjXVwbDv/6/H4SHA3T9uKs4LjcG2vHXdIeo/cjbbtGd5XdRNVzwbA5hfJtcyQOZZjeh2CayYU5hVCfR2BjLNn7ePknROLJRp7io+khjnqmcLhzwq5d/SpZMVt+gHfNWiqFEwUP9Prwm76ZFnFreMCT8Mo6dfZvz2ugs/v2M0gHOSXx4+VvYVhyApupKTcy7nlnEwuN1wULpYVMQnbYWCuPm618yYuPssDz6DdPnehw6EIrucqwZS+5Tn93KeSxAuUylGO6cXHQoJPyv0dE1ISvaIhm84VaG3MIm0W+8Mmln84irOdQfXlGV1BxAP6X8lYMvLfqzTyzdG/diNBlwA7UUarkCJK8lLT77l11UvMga0UzDAxVOAOdOrlt9cL7eylZmXM3OauS1wMaKJffZpZlt1B4H22KjoDjGWu/REfnECGtpIiAzhBuRW9Y54ykQ1PGS0UbVhomv8L4BWf/3g4UEitKgHi/9OvDpaX7i2alYofkVhtQdPAL4XkRUR8wn8tC6vo2qP/mCrx9mWVIJPBGJug5rh1wJ6/sVsdv+MgVi0C4Uc/bNzd2hZTZSgsz6vbrvcWTxoIs4Qr3g==','groupLevelState':{'0':[[0,0],[16,16],[60,60],[96,96],[172,172]],'1':[[1,1],[3,3],[9,9],[11,11],[13,13],[17,17],[61,61],[65,65],[67,67],[70,70],[74,74],[76,76],[78,78],[80,80],[82,82],[84,84],[86,86],[88,88],[90,90],[92,92],[94,94],[97,97],[100,100],[102,102],[109,109],[111,111],[113,113],[118,118],[124,124],[128,128],[131,131],[134,134],[137,137],[142,142],[144,144],[147,147],[149,149],[151,151],[156,156],[160,160],[162,162],[170,170],[173,173]]},'selection':''},'callBacksEnabled':true,'pageRowCount':186,'pageRowSize':10,'pageIndex':-1,'pageCount':19,'selectedWithoutPageRowCount':0,'visibleStartIndex':0,'focusedRowIndex':-1,'allowFocusedRow':false,'allowSelectByItemClick':false,'allowSelectSingleRowOnly':false,'callbackOnFocusedRowChanged':false,'callbackOnSelectionChanged':false,'editState':0,'editItemVisibleIndex':-1,'searchPanelFilter':'','allowDelete':true,'allowEdit':true,'allowInsert':true,'columnProp':[[0,,,'GRUPO',,,0,1,0,0],[1,,,'EMPRESA',,,1,1,1,1],[2,,,'CENTRAL',,,,,2],[3,,,'H1',,,,,3],[4,,,'H2',,,,,4],[5,,,'H3',,,,,5],[6,,,'H4',,,,,6],[7,,,'H5',,,,,7],[8,,,'H6',,,,,8],[9,,,'H7',,,,,9],[10,,,'H8',,,,,10],[11,,,'H9',,,,,11],[12,,,'H10',,,,,12],[13,,,'H11',,,,,13],[14,,,'H12',,,,,14],[15,,,'H13',,,,,15],[16,,,'H14',,,,,16],[17,,,'H15',,,,,17],[18,,,'H16',,,,,18],[19,,,'H17',,,,,19],[20,,,'H18',,,,,20],[21,,,'H19',,,,,21],[22,,,'H20',,,,,22],[23,,,'H21',,,,,23],[24,,,'H22',,,,,24],[25,,,'H23',,,,,25],[26,,,'H24',,,,,27]],'editMode':2,'indentColumnCount':2,'allowChangeColumnHierarchy':false,'allowMultiColumnAutoFilter':false});\nASPxClientGridBase.PostponeInitialize('PostdespachoUnidadesTermicasGrid',({'commandButtonIDs':[],'styleInfo':{'ei':'<tr class=\"dxgvEditingErrorRow_Office2010Blue\">\\r\\n\\t<td class=\"dxgvIndentCell dxgv\" style=\"width:0px;border-left-width:0px;\">&nbsp;</td><td class=\"dxgvIndentCell dxgv\" style=\"width:0px;border-left-width:0px;\">&nbsp;</td><td class=\"dxgv\" data-colSpan=\"25\" style=\"border-right-width:0px;\"></td>\\r\\n</tr>','fc':{'css':'dxgvFocusedCell_Office2010Blue'},'bec':{'css':'dxgvBatchEditCell_Office2010Blue dxgv'},'bemc':{'css':'dxgvBatchEditModifiedCell_Office2010Blue dxgv'},'bemergmc':{'css':'dxgvBatchEditModifiedCell_Office2010Blue dxgvBatchEditCell_Office2010Blue dxgv'},'bedi':{'css':'dxgvBatchEditDeletedItem_Office2010Blue dxgv'},'sel':{'css':'dxgvSelectedRow_Office2010Blue'},'fi':{'css':'dxgvFocusedRow_Office2010Blue'},'fgi':{'css':'dxgvFocusedGroupRow_Office2010Blue'}}}));\n\n//-->\n</script>\n                    \n                </td>\n            </tr>\n            <tr>\n                <td valign=\"top\">\n                    <hr id=\"Separador\" style=\"margin-top: 20px;\"></hr>\n                </td>\n            </tr>\n        </table>\n    </div>\n    </form>\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US-FLA-FPC_US-FLA-FPL_exchange.json",
    "content": "{\n  \"response\": {\n    \"total\": 25,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2020-01-06T06\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -329,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T07\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -323,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T08\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -375,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T09\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -372,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T10\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -394,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T11\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -349,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T12\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -451,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T13\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -679,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T14\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -620,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T15\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -540,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T16\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -489,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T17\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -478,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T18\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -501,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T19\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -492,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T20\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -460,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T21\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -418,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T22\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -314,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T23\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -360,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T00\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -351,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T01\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -300,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T02\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -281,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T03\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -320,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T04\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -342,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T05\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -341,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T06\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"FPL\",\n        \"toba-name\": \"Florida Power & Light Co.\",\n        \"value\": -368,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Daily interchange between neighboring balancing authorities.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"request\": {\n    \"command\": \"/v2/electricity/rto/interchange-data/data/\",\n    \"params\": {\n      \"data\": [\"value\"],\n      \"facets\": { \"fromba\": [\"FPC\"], \"toba\": [\"FPL\"] },\n      \"frequency\": \"hourly\",\n      \"api_key\": \"e36b66258fd3e86e1be559504a49b3cf\",\n      \"start\": \"2020-01-06T06\",\n      \"end\": \"2020-01-07T06\"\n    }\n  },\n  \"apiVersion\": \"2.1.4\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US-FLA-FPC_US-FLA-NSB_exchange.json",
    "content": "{\n  \"response\": {\n    \"total\": 25,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2020-01-06T06\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 16,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T07\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 17,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T08\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 16,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T09\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 17,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T10\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 17,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T11\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 21,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T12\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 27,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T13\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 28,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T14\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 20,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T15\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 17,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T16\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 18,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T17\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 16,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T18\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 16,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T19\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 14,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T20\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 14,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T21\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 11,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T22\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 7,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-06T23\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 8,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T00\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 8,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T01\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 10,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T02\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 11,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T03\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 9,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T04\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 6,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T05\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 7,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2020-01-07T06\",\n        \"fromba\": \"FPC\",\n        \"fromba-name\": \"Duke Energy Florida, Inc.\",\n        \"toba\": \"NSB\",\n        \"toba-name\": \"Utilities Commission of New Smyrna Beach\",\n        \"value\": 4,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Daily interchange between neighboring balancing authorities.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"request\": {\n    \"command\": \"/v2/electricity/rto/interchange-data/data/\",\n    \"params\": {\n      \"data\": [\"value\"],\n      \"facets\": { \"fromba\": [\"FPC\"], \"toba\": [\"NSB\"] },\n      \"frequency\": \"hourly\",\n      \"api_key\": \"e36b66258fd3e86e1be559504a49b3cf\",\n      \"start\": \"2020-01-06T06\",\n      \"end\": \"2020-01-07T06\"\n    }\n  },\n  \"apiVersion\": \"2.1.4\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US-NW-BPAT-US-NW-NWMT-exchange.json",
    "content": "{\n  \"response\": {\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-02-28T23\",\n        \"fromba\": \"SWPP\",\n        \"fromba-name\": \"Southwest Power Pool\",\n        \"toba\": \"SPC\",\n        \"toba-name\": \"Saskatchewan Power Corporation\",\n        \"value\": -12,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-03-01T00\",\n        \"fromba\": \"SWPP\",\n        \"fromba-name\": \"Southwest Power Pool\",\n        \"toba\": \"SPC\",\n        \"toba-name\": \"Saskatchewan Power Corporation\",\n        \"value\": -11,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-03-01T01\",\n        \"fromba\": \"SWPP\",\n        \"fromba-name\": \"Southwest Power Pool\",\n        \"toba\": \"SPC\",\n        \"toba-name\": \"Saskatchewan Power Corporation\",\n        \"value\": -2,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Daily interchange between neighboring balancing authorities.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.1.4\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US-NW-PGE-with-nulls.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"PGE\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": null,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"PGE\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 400,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_CAL_IID-battery_storage.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 1,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2024-02-27T11\",\n        \"respondent\": \"EIA\",\n        \"respondent-name\": \"ACME corp\",\n        \"fueltype\": \"BAT\",\n        \"type-name\": \"Battery storage\",\n        \"value\": 1,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_CAR_SC-nuclear.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.02875779,\n    \"count query execution\": 0.045858883,\n    \"total\": 0,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_CAR_SCEG-nuclear.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.013917043,\n    \"count query execution\": 0.013379965,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"SCEG\",\n        \"respondent-name\": \"Dominion Energy South Carolina, Inc.\",\n        \"fueltype\": \"NUC\",\n        \"type-name\": \"Nuclear\",\n        \"value\": 992,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"SCEG\",\n        \"respondent-name\": \"Dominion Energy South Carolina, Inc.\",\n        \"fueltype\": \"NUC\",\n        \"type-name\": \"Nuclear\",\n        \"value\": 991,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_AVRN-gas.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 300,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 400,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_AVRN-other.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_AVRN-wind.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"WIN\",\n        \"type-name\": \"Wind\",\n        \"value\": 1,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"WIN\",\n        \"type-name\": \"Wind\",\n        \"value\": 2,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_BPAT-consumption.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2023-05-01T11\",\n        \"respondent\": \"BPAT\",\n        \"respondent-name\": \"Bonneville Power Administration\",\n        \"type\": \"D\",\n        \"type-name\": \"Demand\",\n        \"value\": 6215,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2023-05-01T10\",\n        \"respondent\": \"BPAT\",\n        \"respondent-name\": \"Bonneville Power Administration\",\n        \"type\": \"D\",\n        \"type-name\": \"Demand\",\n        \"value\": 4792,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_BPAT-wind.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"BPAT\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"WIND\",\n        \"type-name\": \"Wind\",\n        \"value\": 20,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"BPAT\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"WIND\",\n        \"type-name\": \"Wind\",\n        \"value\": 40,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_NW_PACW-gas.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"PACW\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 30,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"PACW\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"NG\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 50,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_SMTH-coal.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"COAL\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 300,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"AVRN\",\n        \"respondent-name\": \"Avangrid Renewables, LLC\",\n        \"fueltype\": \"COAL\",\n        \"type-name\": \"Natural gas\",\n        \"value\": 400,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_SW_DEAA-hydro.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"DEAA\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": 3,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"DEAA\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": -900,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_SW_HGMA-hydro.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"HGMA\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": 4,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"HGMA\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": 400,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/EIA/US_SW_SRP-hydro.json",
    "content": "{\n  \"response\": {\n    \"query execution\": 0.008633325,\n    \"count query execution\": 0.021634831,\n    \"total\": 3,\n    \"dateFormat\": \"YYYY-MM-DD\\\"T\\\"HH24\",\n    \"frequency\": \"hourly\",\n    \"data\": [\n      {\n        \"period\": \"2022-10-31T11\",\n        \"respondent\": \"SRP\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": -5,\n        \"value-units\": \"megawatthours\"\n      },\n      {\n        \"period\": \"2022-10-31T12\",\n        \"respondent\": \"SRP\",\n        \"respondent-name\": \"test\",\n        \"fueltype\": \"WAT\",\n        \"type-name\": \"Hydro generation\",\n        \"value\": 400,\n        \"value-units\": \"megawatthours\"\n      }\n    ],\n    \"description\": \"Hourly net generation by balancing authority and energy source.  \\n    Source: Form EIA-930\\n    Product: Hourly Electric Grid Monitor\"\n  },\n  \"apiVersion\": \"2.0.3\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENERCAL/production.json",
    "content": "{\"mix\":[\"[0.3,0,0,0,0,0.1,3.6,20,34.6,55.3,53.1,48.9,41.5,39.2,24.6,18.7,14.2,10.3,3.1,1.2,0.5,0,0,0.3]\",\"[35.9,35.2,35.7,28.8,21,23.5,34.5,14,0.3,0.8,1.4,6.8,10.2,1.4,6.8,17.2,34.6,34.6,37.5,38.7,39,38.7,38.6,38.4]\",\"[0,0,0,0,0,0,0,0,0,0.2,1.3,2,3.4,3.2,2.4,2.1,2.2,0.6,0,0,0.1,1.9,3.2,2.8]\",\"[23.7,20.7,16.8,21.1,28.4,27.8,16.6,20.2,18.3,12.8,11.5,9.4,13.1,16.5,21.5,18.5,18.4,20,19.8,21.3,21.5,20.2,19,17.3]\",\"[32,32.3,33.8,32,32.6,33.6,33.7,32.5,27.3,9.5,5.9,10.9,27.9,23.5,17.8,32,36.4,33.9,34.9,42.4,44,42.5,37.1,32]\"],\"prod_by_energie\":[\"2216.73\",\"3407.52\",\"151.20\",\"2703.52\",4290.05],\"gco2\":[\"[705.2,687.7,654.1,744.5,880.7,850.2,635.4,699.4,663.4,372.5,327,327.3,486.2,565.6,669.5,652.6,582.8,618.7,650.1,686.8,694.1,674.1,642,612]\"],\"time\":[\"[\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\",\\\"2024-01-01\\\"]\"],\"prettyTime\":[\"[\\\"00\\\",\\\"01\\\",\\\"02\\\",\\\"03\\\",\\\"04\\\",\\\"05\\\",\\\"06\\\",\\\"07\\\",\\\"08\\\",\\\"09\\\",\\\"10\\\",\\\"11\\\",\\\"12\\\",\\\"13\\\",\\\"14\\\",\\\"15\\\",\\\"16\\\",\\\"17\\\",\\\"18\\\",\\\"19\\\",\\\"20\\\",\\\"21\\\",\\\"22\\\",\\\"23\\\"]\"],\"periode\":\"D\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTE/response_generic_20240403.json",
    "content": "[\n    {\n        \"nombre\": \"2LBR.IN400.INACPL.-.EST\",\n        \"value\": 0.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2LBR.IN400.INLITAPACHULA1.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2LV2.IN230.INB12L120.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2LV2.IN230.INME2M020.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2MOY.IN230.INLIAHUACHAPAN.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2PAN.IN230.INLI52-B2.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2PAN.IN230.INLI52-ME.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"315S.IN230.IN8-32.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"315S.IN230.IN8-33.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"315S.IN230.INB18-22.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"315S.IN230.INB28-23.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"3AHU.IN230.IN8-12.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"3AHU.IN230.IN8-13.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"3AHU.IN230.IN8-22.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"3AHU.IN230.IN8-23.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4AGC.IN230.IN62E16.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4AGC.IN230.IN62E28.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4AGC.IN230.IN62L27.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4AGC.IN230.IN62L28.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4LEC.IN230.IN62E23.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4LEC.IN230.IN62L29.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4NNC.IN230.IN62L40.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4SBV.IN230.IN62E9.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4PRD.IN230.IN62E17.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4PRD.IN230.IN62L17.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5AMY.IN230.INL9030.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5LN1.IN230.INL9040.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5SND.IN230.INA9015.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5SND.IN230.INL9090.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5LVG.IN230.INA9045.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"5LVG.IN230.INL9150.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"6CAH.IN230.INLICHANGUIN.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"6LIB.IN230.INLIAMAYO.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"6RCL.IN230.INLIDOMINICAL.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"6RCL.IN230.INLIPROGRESO.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7CHA.IN230.INBB23B22.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7CHA.IN230.INME23M22.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7DOM.IN230.INBB23B12.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7DOM.IN230.INME23M12.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7PRO.IN230.INBA23A12.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7PRO.IN230.INME23M12.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7VEL.IN230.INBB23B102.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"7VEL.IN230.INME23M102.-.EST\",\n        \"value\": 0.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"6CAS.IN230.INLITICUANTEPE.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"4NNC.IN230.IN62E40.-.EST\",\n        \"value\": 1.0,\n        \"good\": 1,\n        \"bad\": 0\n    },\n    {\n        \"nombre\": \"2LBR.LT400.1FR2-2LBR-01A.-.MW\",\n        \"value\": -210.699996948242,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"2SISTEMA.DTOT.OSYMDEMTOT.CMW2.MW\",\n        \"value\": 1640.70227050781,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"2SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 1481.17919921875,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n        \"value\": 855.670043945313,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 917.112487792969,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SISTEMA.LT230.INTER_NET_GT.CMW.MW\",\n        \"value\": -14.0963068008423,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SISTEMA.LT230.INTER_NET_HO.CMW.MW\",\n        \"value\": 74.4163360595703,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SYS.DTOT.DEMTOTR.CMW.MW\",\n        \"value\": 7576.0478515625,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"3SYS.GTOT.GENTOTREGIONAL.CMW.MW\",\n        \"value\": 7350.32470703125,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"4LEC.LT230.2FR4-4LEC-01B.-.MW\",\n        \"value\": -38.9699974060059,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"4SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n        \"value\": 1461.53662109375,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"4SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 1460.306640625,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"5SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n        \"value\": 626.053955078125,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"5SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 527.421997070313,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"5SISTEMA.LT230.INTER_NET_CR.CMW.MW\",\n        \"value\": 7.47093057632446,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"5SISTEMA.LT230.INTER_NET_CR_2.CMW.MW\",\n        \"value\": 20.1788368225098,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"5SISTEMA.LT230.INTER_NET_HN.CMW.MW\",\n        \"value\": -109.55534362793,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"6SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n        \"value\": 1513.08520507813,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"6SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 1499.30432128906,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"6SISTEMA.LT230.INTER_NET_PAN.CMW.MW\",\n        \"value\": 13.1767492294312,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"7SISTEMA.CTOT.OSYMCARTOTR.-.MW\",\n        \"value\": 1479.0,\n        \"good\": 9,\n        \"bad\": 9\n    },\n    {\n        \"nombre\": \"7SISTEMA.GTOT.OSYMGENTOTR.-.MW\",\n        \"value\": 1465.0,\n        \"good\": 9,\n        \"bad\": 9\n    }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/BE_NL_exchange_forecast_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>c25174a166b24fc18ab1b9dc64b68736</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A09</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-03-25T18:19:58Z</createdDateTime>\n  <period.timeInterval>\n    <start>2024-03-23T23:00Z</start>\n    <end>2024-03-26T23:00Z</end>\n  </period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>409</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>408</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>400</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>397</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>120</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>122</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>121</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>115</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>257</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>260</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>245</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>241</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>73</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>67</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>68</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>64</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>467</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>420</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>432</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>424</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>169</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>167</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>214</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>393</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>402</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>442</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>482</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>697</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>707</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>771</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>740</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>622</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>613</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>631</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>647</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>560</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>632</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>608</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>597</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>612</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>609</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>631</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>619</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>508</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>438</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>559</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>575</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>312</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>351</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>464</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>652</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>711</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>639</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>775</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>763</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1223</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1211</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1208</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1213</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1015</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>982</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1006</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1004</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1100</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1072</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1083</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1121</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1178</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1171</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1120</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1183</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1044</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1095</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1096</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1133</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>446</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>467</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>534</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>585</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>350</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>366</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>419</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>505</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>893</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>891</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>882</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>602</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>543</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>553</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>525</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>80</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>53</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>36</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>264</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>241</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>252</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>268</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>767</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>714</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>679</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>703</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>85</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>64</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>158</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>503</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>444</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>523</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>559</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>202</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>258</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>219</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>210</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>480</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>484</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>460</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>458</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>702</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>721</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>710</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>725</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>26</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>83</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>821</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>751</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>757</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>712</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>645</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>614</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>668</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>661</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>563</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>614</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>629</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>664</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>491</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>503</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>513</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>591</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>486</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>501</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>525</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>580</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YNL----------L</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YBE----------2</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/BE_NL_exchange_forecast_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>2c1893cfea6a4f629311007346f3d231</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A09</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-03-25T18:19:12Z</createdDateTime>\n  <period.timeInterval>\n    <start>2024-03-23T23:00Z</start>\n    <end>2024-03-26T23:00Z</end>\n  </period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>355</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>318</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>322</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>323</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>857</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>810</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>792</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>752</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>267</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>245</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>229</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>238</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>421</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>429</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>420</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>427</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>109</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>118</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>136</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>144</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>73</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>76</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>88</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>115</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>126</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>162</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>196</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>636</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>642</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>645</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>638</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>805</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>795</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>816</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>860</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1203</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1185</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1204</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1200</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1357</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1352</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1351</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1340</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1325</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1323</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1331</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1332</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1536</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1540</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1560</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1564</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1754</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1752</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1754</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1753</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1140</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1140</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1141</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1141</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1382</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1421</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1390</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1411</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1207</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1174</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1190</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1197</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1318</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1316</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1306</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1743</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1759</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1726</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1798</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>2465</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>2480</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>2473</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>2502</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>2619</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>2606</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>2484</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>2461</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>2107</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>2083</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>2083</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>2063</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>2088</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>2114</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>2117</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>2108</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1821</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1821</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1812</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1813</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>861</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1151</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1122</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1099</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1103</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>967</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>966</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>962</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>958</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>861</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>882</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>870</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1025</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1080</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1140</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1322</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1850</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1921</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>2023</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>2246</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1514</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1508</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1555</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1588</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>2254</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>2281</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>2393</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>2403</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1878</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>2072</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>2084</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>2113</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1854</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1908</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1884</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1872</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1947</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1923</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1952</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1967</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>2262</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>2280</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>2282</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>2275</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>2366</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>2385</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>2223</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>2253</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1828</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1821</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1671</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1640</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1389</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1449</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1590</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1585</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1592</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1583</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1239</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1236</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1270</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1305</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1473</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1485</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1527</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1534</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1453</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1457</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1459</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1876</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1858</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1843</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1849</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>2212</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>2162</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>2156</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>2156</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1432</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1386</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1376</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1375</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1148</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1147</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1148</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1151</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>815</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>297</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>297</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>297</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>297</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>149</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>149</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>149</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>149</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>247</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>247</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>247</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>247</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>583</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>583</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>583</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>583</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1186</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1186</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1186</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1186</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1195</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1195</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1195</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1195</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1747</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1747</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1747</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1747</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1136</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1136</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1136</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1136</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1134</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1134</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1134</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1134</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>717</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>717</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>717</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>717</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1129</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1129</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1129</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1129</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1678</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1678</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1678</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1678</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1866</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1866</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1866</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1866</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1882</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1882</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1882</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1882</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1809</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1809</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1809</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1809</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1511</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1511</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1511</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1511</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>856</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1077</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1077</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1077</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1077</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>892</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>948</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>948</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>948</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>948</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>782</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>782</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>782</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>782</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>973</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>973</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>973</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>973</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1204</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1204</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1204</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1204</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>880</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1706</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1706</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1706</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1706</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1815</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1815</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1815</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1815</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1576</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1576</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1576</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1576</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1478</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1478</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1478</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1478</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1312</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1312</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1312</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1312</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1111</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1111</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1111</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1111</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1388</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1571</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1571</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1571</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1571</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1205</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1205</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1205</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1205</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1244</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1244</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1244</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1244</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1438</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1438</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1438</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1438</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1682</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1682</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1682</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1682</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>2038</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>2038</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>2038</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>2038</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1067</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1067</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1067</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1067</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1039</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1039</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1039</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1039</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YBE----------2</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YNL----------L</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>899</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>799</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>743</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>883</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>822</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>997</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>915</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1899</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1227</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1172</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1378</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1124</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1275</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1387</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1477</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>950</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>815</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>815</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK1_DK-DK2_capacity_week_ahead_export.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>ac334bcb95c74ca3a62770164b30ce4e</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:29:55Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-02-16T23:00Z</start>\n    <end>2026-03-29T22:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-02-16T23:00Z</start>\n                <end>2026-03-29T22:00Z</end>\n              </timeInterval>\n              <resolution>P1D</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>600</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK1_DK-DK2_capacity_week_ahead_import.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>b5f2ad979ab24a1f85d9439a207834e7</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:39:18Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-02-16T23:00Z</start>\n    <end>2026-03-29T22:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-02-16T23:00Z</start>\n                <end>2026-03-29T22:00Z</end>\n              </timeInterval>\n              <resolution>P1D</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>450</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK1_GB_exchange_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>dceac22608ba4d82adab1f0e9e6d9b63</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-22T17:25:00Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-20T17:00Z</start>\n\t\t<end>2023-12-23T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YGB----------A</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T17:00Z</start>\n\t\t\t\t\t<end>2023-12-22T08:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>1362</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>102</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>2</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YGB----------A</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T09:00Z</start>\n\t\t\t\t\t<end>2023-12-22T11:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YGB----------A</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T13:00Z</start>\n\t\t\t\t\t<end>2023-12-22T16:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK1_GB_exchange_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>155f9f1423094d35a40a16f1c00ddfa1</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-22T17:24:59Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-20T17:00Z</start>\n\t\t<end>2023-12-23T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YGB----------A</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T17:00Z</start>\n\t\t\t\t\t<end>2023-12-22T08:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>38</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>710</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>732</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>1382</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1400</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>1402</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>1406</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>1366</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>1326</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>96</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YGB----------A</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T09:00Z</start>\n\t\t\t\t\t<end>2023-12-22T11:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YGB----------A</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T13:00Z</start>\n\t\t\t\t\t<end>2023-12-22T16:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>2</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK1_consumption.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n    <mRID>7b654895c4364b56830be98c45fea709</mRID>\n    <revisionNumber>1</revisionNumber>\n    <type>A65</type>\n    <process.processType>A16</process.processType>\n    <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n    <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n    <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n    <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n    <createdDateTime>2023-12-30T15:03:18Z</createdDateTime>\n    <time_Period.timeInterval>\n        <start>2023-12-28T15:00Z</start>\n        <end>2023-12-31T00:00Z</end>\n    </time_Period.timeInterval>\n    <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A04</businessType>\n        <objectAggregation>A01</objectAggregation>\n        <outBiddingZone_Domain.mRID codingScheme=\"A01\">10YDK-1--------W</outBiddingZone_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A01</curveType>\n        <Period>\n            <timeInterval>\n                <start>2023-12-28T15:00Z</start>\n                <end>2023-12-30T14:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n            <Point>\n                <position>1</position>\n                <quantity>3031</quantity>\n            </Point>\n            <Point>\n                <position>2</position>\n                <quantity>3152</quantity>\n            </Point>\n            <Point>\n                <position>3</position>\n                <quantity>3069</quantity>\n            </Point>\n            <Point>\n                <position>4</position>\n                <quantity>2918</quantity>\n            </Point>\n            <Point>\n                <position>5</position>\n                <quantity>2818</quantity>\n            </Point>\n            <Point>\n                <position>6</position>\n                <quantity>2756</quantity>\n            </Point>\n            <Point>\n                <position>7</position>\n                <quantity>2685</quantity>\n            </Point>\n            <Point>\n                <position>8</position>\n                <quantity>2693</quantity>\n            </Point>\n            <Point>\n                <position>9</position>\n                <quantity>2693</quantity>\n            </Point>\n            <Point>\n                <position>10</position>\n                <quantity>2617</quantity>\n            </Point>\n            <Point>\n                <position>11</position>\n                <quantity>2522</quantity>\n            </Point>\n            <Point>\n                <position>12</position>\n                <quantity>2554</quantity>\n            </Point>\n            <Point>\n                <position>13</position>\n                <quantity>2493</quantity>\n            </Point>\n            <Point>\n                <position>14</position>\n                <quantity>2501</quantity>\n            </Point>\n            <Point>\n                <position>15</position>\n                <quantity>2576</quantity>\n            </Point>\n            <Point>\n                <position>16</position>\n                <quantity>2769</quantity>\n            </Point>\n            <Point>\n                <position>17</position>\n                <quantity>2960</quantity>\n            </Point>\n            <Point>\n                <position>18</position>\n                <quantity>2998</quantity>\n            </Point>\n            <Point>\n                <position>19</position>\n                <quantity>3042</quantity>\n            </Point>\n            <Point>\n                <position>20</position>\n                <quantity>3115</quantity>\n            </Point>\n            <Point>\n                <position>21</position>\n                <quantity>3087</quantity>\n            </Point>\n            <Point>\n                <position>22</position>\n                <quantity>3085</quantity>\n            </Point>\n            <Point>\n                <position>23</position>\n                <quantity>3018</quantity>\n            </Point>\n            <Point>\n                <position>24</position>\n                <quantity>2913</quantity>\n            </Point>\n            <Point>\n                <position>25</position>\n                <quantity>2990</quantity>\n            </Point>\n            <Point>\n                <position>26</position>\n                <quantity>3117</quantity>\n            </Point>\n            <Point>\n                <position>27</position>\n                <quantity>2938</quantity>\n            </Point>\n            <Point>\n                <position>28</position>\n                <quantity>2817</quantity>\n            </Point>\n            <Point>\n                <position>29</position>\n                <quantity>2662</quantity>\n            </Point>\n            <Point>\n                <position>30</position>\n                <quantity>2575</quantity>\n            </Point>\n            <Point>\n                <position>31</position>\n                <quantity>2467</quantity>\n            </Point>\n            <Point>\n                <position>32</position>\n                <quantity>2399</quantity>\n            </Point>\n            <Point>\n                <position>33</position>\n                <quantity>2300</quantity>\n            </Point>\n            <Point>\n                <position>34</position>\n                <quantity>2379</quantity>\n            </Point>\n            <Point>\n                <position>35</position>\n                <quantity>2339</quantity>\n            </Point>\n            <Point>\n                <position>36</position>\n                <quantity>2290</quantity>\n            </Point>\n            <Point>\n                <position>37</position>\n                <quantity>2346</quantity>\n            </Point>\n            <Point>\n                <position>38</position>\n                <quantity>2390</quantity>\n            </Point>\n            <Point>\n                <position>39</position>\n                <quantity>2399</quantity>\n            </Point>\n            <Point>\n                <position>40</position>\n                <quantity>2491</quantity>\n            </Point>\n            <Point>\n                <position>41</position>\n                <quantity>2644</quantity>\n            </Point>\n            <Point>\n                <position>42</position>\n                <quantity>2731</quantity>\n            </Point>\n            <Point>\n                <position>43</position>\n                <quantity>2753</quantity>\n            </Point>\n            <Point>\n                <position>44</position>\n                <quantity>2785</quantity>\n            </Point>\n            <Point>\n                <position>45</position>\n                <quantity>2772</quantity>\n            </Point>\n            <Point>\n                <position>46</position>\n                <quantity>2759</quantity>\n            </Point>\n            <Point>\n                <position>47</position>\n                <quantity>2723</quantity>\n            </Point>\n        </Period>\n    </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK2_SE-SE4_exchange_forecast_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>193626fb23784ea4a5dfaa40d3014339</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-23T12:28:54Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-20T23:00Z</start>\n\t\t<end>2023-12-24T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T23:00Z</start>\n\t\t\t\t\t<end>2023-12-21T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>1264</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>990</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>862</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>1022</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>1078</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>1160</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>1259</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>913</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>719</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>808</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>817</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>753</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>1099</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>1212</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>1309</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>1218</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>1065</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>810</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>727</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>673</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>790</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>85</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>640</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>986</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-21T23:00Z</start>\n\t\t\t\t\t<end>2023-12-22T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>1301</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>1236</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>1358</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>1455</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>1492</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>1465</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>1386</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>1381</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>721</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>1148</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>1244</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>1354</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>1314</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>1285</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>1272</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>582</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>1338</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>1432</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>1376</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>1421</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1187</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>1249</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>1312</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>619</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T23:00Z</start>\n\t\t\t\t\t<end>2023-12-23T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>631</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>1191</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>1192</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>1340</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>1477</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>1578</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t\t<quantity>1625</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>1485</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>1413</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>432</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>1398</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>1118</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>130</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>622</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>708</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>193</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>26</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>13</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>22</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>163</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>179</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>344</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>251</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>45</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-23T23:00Z</start>\n\t\t\t\t\t<end>2023-12-24T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T23:00Z</start>\n\t\t\t\t\t<end>2023-12-21T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>770</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>805</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>685</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>714</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>775</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>853</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>931</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>913</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>714</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>808</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>817</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>753</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>805</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>846</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>899</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>835</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>734</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>533</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>14</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>377</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>556</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T23:00Z</start>\n\t\t\t\t\t<end>2023-12-23T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>585</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>1093</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>1192</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>1240</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>1407</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>1465</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>1529</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>1464</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>1413</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>320</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>1398</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>1118</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>93</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK2_SE-SE4_exchange_forecast_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>98c8dff04ecc45dba48ea39fb0f1adb8</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-23T12:28:53Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-20T23:00Z</start>\n\t\t<end>2023-12-24T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T23:00Z</start>\n\t\t\t\t\t<end>2023-12-21T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>182</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>232</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>275</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>37</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>294</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>795</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1075</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-21T23:00Z</start>\n\t\t\t\t\t<end>2023-12-22T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>8</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>172</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>259</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>158</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>210</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>506</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>674</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>191</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>109</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>413</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>85</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>225</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>121</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>154</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>997</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>1300</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>1300</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>1300</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1057</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>1300</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>1300</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>481</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T23:00Z</start>\n\t\t\t\t\t<end>2023-12-23T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>44</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>161</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>257</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>16</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>1092</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>1170</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>555</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>239</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>1261</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>1261</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>723</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1174</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>724</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>253</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>322</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-23T23:00Z</start>\n\t\t\t\t\t<end>2023-12-24T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-20T23:00Z</start>\n\t\t\t\t\t<end>2023-12-21T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>294</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>795</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1075</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-22T23:00Z</start>\n\t\t\t\t\t<end>2023-12-23T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>1092</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>1170</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>555</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>239</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>1261</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>1261</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>723</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>1174</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>724</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>253</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>322</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/DK-DK2_consumption_forecast.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n    <mRID>69c589a77c1a4c3c971c1a994bbe8e7a</mRID>\n    <revisionNumber>1</revisionNumber>\n    <type>A65</type>\n    <process.processType>A01</process.processType>\n    <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n    <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n    <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n    <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n    <createdDateTime>2023-12-30T15:04:26Z</createdDateTime>\n    <time_Period.timeInterval>\n        <start>2023-12-27T23:00Z</start>\n        <end>2023-12-31T23:00Z</end>\n    </time_Period.timeInterval>\n    <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A04</businessType>\n        <objectAggregation>A01</objectAggregation>\n        <outBiddingZone_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</outBiddingZone_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A01</curveType>\n        <Period>\n            <timeInterval>\n                <start>2023-12-27T23:00Z</start>\n                <end>2023-12-28T23:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n            <Point>\n                <position>1</position>\n                <quantity>1554</quantity>\n            </Point>\n            <Point>\n                <position>2</position>\n                <quantity>1530</quantity>\n            </Point>\n            <Point>\n                <position>3</position>\n                <quantity>1485</quantity>\n            </Point>\n            <Point>\n                <position>4</position>\n                <quantity>1464</quantity>\n            </Point>\n            <Point>\n                <position>5</position>\n                <quantity>1411</quantity>\n            </Point>\n            <Point>\n                <position>6</position>\n                <quantity>1418</quantity>\n            </Point>\n            <Point>\n                <position>7</position>\n                <quantity>1476</quantity>\n            </Point>\n            <Point>\n                <position>8</position>\n                <quantity>1574</quantity>\n            </Point>\n            <Point>\n                <position>9</position>\n                <quantity>1700</quantity>\n            </Point>\n            <Point>\n                <position>10</position>\n                <quantity>1755</quantity>\n            </Point>\n            <Point>\n                <position>11</position>\n                <quantity>1836</quantity>\n            </Point>\n            <Point>\n                <position>12</position>\n                <quantity>1872</quantity>\n            </Point>\n            <Point>\n                <position>13</position>\n                <quantity>1847</quantity>\n            </Point>\n            <Point>\n                <position>14</position>\n                <quantity>1845</quantity>\n            </Point>\n            <Point>\n                <position>15</position>\n                <quantity>1841</quantity>\n            </Point>\n            <Point>\n                <position>16</position>\n                <quantity>1847</quantity>\n            </Point>\n            <Point>\n                <position>17</position>\n                <quantity>1901</quantity>\n            </Point>\n            <Point>\n                <position>18</position>\n                <quantity>1962</quantity>\n            </Point>\n            <Point>\n                <position>19</position>\n                <quantity>1924</quantity>\n            </Point>\n            <Point>\n                <position>20</position>\n                <quantity>1835</quantity>\n            </Point>\n            <Point>\n                <position>21</position>\n                <quantity>1763</quantity>\n            </Point>\n            <Point>\n                <position>22</position>\n                <quantity>1680</quantity>\n            </Point>\n            <Point>\n                <position>23</position>\n                <quantity>1601</quantity>\n            </Point>\n            <Point>\n                <position>24</position>\n                <quantity>1552</quantity>\n            </Point>\n        </Period>\n    </TimeSeries>\n    <TimeSeries>\n        <mRID>2</mRID>\n        <businessType>A04</businessType>\n        <objectAggregation>A01</objectAggregation>\n        <outBiddingZone_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</outBiddingZone_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A01</curveType>\n        <Period>\n            <timeInterval>\n                <start>2023-12-28T23:00Z</start>\n                <end>2023-12-29T23:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n            <Point>\n                <position>1</position>\n                <quantity>1454</quantity>\n            </Point>\n            <Point>\n                <position>2</position>\n                <quantity>1418</quantity>\n            </Point>\n            <Point>\n                <position>3</position>\n                <quantity>1391</quantity>\n            </Point>\n            <Point>\n                <position>4</position>\n                <quantity>1382</quantity>\n            </Point>\n            <Point>\n                <position>5</position>\n                <quantity>1363</quantity>\n            </Point>\n            <Point>\n                <position>6</position>\n                <quantity>1348</quantity>\n            </Point>\n            <Point>\n                <position>7</position>\n                <quantity>1447</quantity>\n            </Point>\n            <Point>\n                <position>8</position>\n                <quantity>1587</quantity>\n            </Point>\n            <Point>\n                <position>9</position>\n                <quantity>1704</quantity>\n            </Point>\n            <Point>\n                <position>10</position>\n                <quantity>1764</quantity>\n            </Point>\n            <Point>\n                <position>11</position>\n                <quantity>1810</quantity>\n            </Point>\n            <Point>\n                <position>12</position>\n                <quantity>1806</quantity>\n            </Point>\n            <Point>\n                <position>13</position>\n                <quantity>1809</quantity>\n            </Point>\n            <Point>\n                <position>14</position>\n                <quantity>1814</quantity>\n            </Point>\n            <Point>\n                <position>15</position>\n                <quantity>1801</quantity>\n            </Point>\n            <Point>\n                <position>16</position>\n                <quantity>1821</quantity>\n            </Point>\n            <Point>\n                <position>17</position>\n                <quantity>1883</quantity>\n            </Point>\n            <Point>\n                <position>18</position>\n                <quantity>1932</quantity>\n            </Point>\n            <Point>\n                <position>19</position>\n                <quantity>1903</quantity>\n            </Point>\n            <Point>\n                <position>20</position>\n                <quantity>1828</quantity>\n            </Point>\n            <Point>\n                <position>21</position>\n                <quantity>1739</quantity>\n            </Point>\n            <Point>\n                <position>22</position>\n                <quantity>1655</quantity>\n            </Point>\n            <Point>\n                <position>23</position>\n                <quantity>1536</quantity>\n            </Point>\n            <Point>\n                <position>24</position>\n                <quantity>1435</quantity>\n            </Point>\n        </Period>\n    </TimeSeries>\n    <TimeSeries>\n        <mRID>3</mRID>\n        <businessType>A04</businessType>\n        <objectAggregation>A01</objectAggregation>\n        <outBiddingZone_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</outBiddingZone_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A01</curveType>\n        <Period>\n            <timeInterval>\n                <start>2023-12-29T23:00Z</start>\n                <end>2023-12-30T23:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n            <Point>\n                <position>1</position>\n                <quantity>1420</quantity>\n            </Point>\n            <Point>\n                <position>2</position>\n                <quantity>1385</quantity>\n            </Point>\n            <Point>\n                <position>3</position>\n                <quantity>1384</quantity>\n            </Point>\n            <Point>\n                <position>4</position>\n                <quantity>1369</quantity>\n            </Point>\n            <Point>\n                <position>5</position>\n                <quantity>1349</quantity>\n            </Point>\n            <Point>\n                <position>6</position>\n                <quantity>1343</quantity>\n            </Point>\n            <Point>\n                <position>7</position>\n                <quantity>1373</quantity>\n            </Point>\n            <Point>\n                <position>8</position>\n                <quantity>1444</quantity>\n            </Point>\n            <Point>\n                <position>9</position>\n                <quantity>1543</quantity>\n            </Point>\n            <Point>\n                <position>10</position>\n                <quantity>1641</quantity>\n            </Point>\n            <Point>\n                <position>11</position>\n                <quantity>1718</quantity>\n            </Point>\n            <Point>\n                <position>12</position>\n                <quantity>1738</quantity>\n            </Point>\n            <Point>\n                <position>13</position>\n                <quantity>1733</quantity>\n            </Point>\n            <Point>\n                <position>14</position>\n                <quantity>1713</quantity>\n            </Point>\n            <Point>\n                <position>15</position>\n                <quantity>1710</quantity>\n            </Point>\n            <Point>\n                <position>16</position>\n                <quantity>1743</quantity>\n            </Point>\n            <Point>\n                <position>17</position>\n                <quantity>1865</quantity>\n            </Point>\n            <Point>\n                <position>18</position>\n                <quantity>2034</quantity>\n            </Point>\n            <Point>\n                <position>19</position>\n                <quantity>2007</quantity>\n            </Point>\n            <Point>\n                <position>20</position>\n                <quantity>1866</quantity>\n            </Point>\n            <Point>\n                <position>21</position>\n                <quantity>1733</quantity>\n            </Point>\n            <Point>\n                <position>22</position>\n                <quantity>1624</quantity>\n            </Point>\n            <Point>\n                <position>23</position>\n                <quantity>1534</quantity>\n            </Point>\n            <Point>\n                <position>24</position>\n                <quantity>1452</quantity>\n            </Point>\n        </Period>\n    </TimeSeries>\n    <TimeSeries>\n        <mRID>4</mRID>\n        <businessType>A04</businessType>\n        <objectAggregation>A01</objectAggregation>\n        <outBiddingZone_Domain.mRID codingScheme=\"A01\">10YDK-2--------M</outBiddingZone_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A01</curveType>\n        <Period>\n            <timeInterval>\n                <start>2023-12-30T23:00Z</start>\n                <end>2023-12-31T23:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n            <Point>\n                <position>1</position>\n                <quantity>1372</quantity>\n            </Point>\n            <Point>\n                <position>2</position>\n                <quantity>1305</quantity>\n            </Point>\n            <Point>\n                <position>3</position>\n                <quantity>1259</quantity>\n            </Point>\n            <Point>\n                <position>4</position>\n                <quantity>1235</quantity>\n            </Point>\n            <Point>\n                <position>5</position>\n                <quantity>1230</quantity>\n            </Point>\n            <Point>\n                <position>6</position>\n                <quantity>1266</quantity>\n            </Point>\n            <Point>\n                <position>7</position>\n                <quantity>1330</quantity>\n            </Point>\n            <Point>\n                <position>8</position>\n                <quantity>1414</quantity>\n            </Point>\n            <Point>\n                <position>9</position>\n                <quantity>1510</quantity>\n            </Point>\n            <Point>\n                <position>10</position>\n                <quantity>1609</quantity>\n            </Point>\n            <Point>\n                <position>11</position>\n                <quantity>1688</quantity>\n            </Point>\n            <Point>\n                <position>12</position>\n                <quantity>1730</quantity>\n            </Point>\n            <Point>\n                <position>13</position>\n                <quantity>1751</quantity>\n            </Point>\n            <Point>\n                <position>14</position>\n                <quantity>1761</quantity>\n            </Point>\n            <Point>\n                <position>15</position>\n                <quantity>1748</quantity>\n            </Point>\n            <Point>\n                <position>16</position>\n                <quantity>1773</quantity>\n            </Point>\n            <Point>\n                <position>17</position>\n                <quantity>1861</quantity>\n            </Point>\n            <Point>\n                <position>18</position>\n                <quantity>1935</quantity>\n            </Point>\n            <Point>\n                <position>19</position>\n                <quantity>1894</quantity>\n            </Point>\n            <Point>\n                <position>20</position>\n                <quantity>1752</quantity>\n            </Point>\n            <Point>\n                <position>21</position>\n                <quantity>1619</quantity>\n            </Point>\n            <Point>\n                <position>22</position>\n                <quantity>1540</quantity>\n            </Point>\n            <Point>\n                <position>23</position>\n                <quantity>1481</quantity>\n            </Point>\n            <Point>\n                <position>24</position>\n                <quantity>1432</quantity>\n            </Point>\n        </Period>\n    </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/EE_FI_exchange_forecast_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>2e47d2684f234320b8b53fdc2c7adbab</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A09</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-03-25T18:56:06Z</createdDateTime>\n  <period.timeInterval>\n    <start>2024-03-23T23:00Z</start>\n    <end>2024-03-25T23:00Z</end>\n  </period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>73</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>103</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/EE_FI_exchange_forecast_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>0bb4ab34be474b12a3c183209c58e3dd</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A09</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-03-25T18:51:18Z</createdDateTime>\n  <period.timeInterval>\n    <start>2024-03-23T23:00Z</start>\n    <end>2024-03-25T23:00Z</end>\n  </period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>258</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>190</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>176</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>222</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>234</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>86</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>60</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>221</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>334</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>355</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>333</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</out_Domain.mRID>\n    <contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>333</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>311</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>266</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>274</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>325</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>323</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>315</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>207</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>92</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>59</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>106</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>212</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>321</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>353</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>258</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>318</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>290</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>355</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>285</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-23T23:00Z</start>\n        <end>2024-03-24T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>270</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>201</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>228</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>239</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>66</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>83</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>225</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>358</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-24T23:00Z</start>\n        <end>2024-03-25T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>338</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>325</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>324</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>353</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>329</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>260</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>197</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>104</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>174</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>220</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>276</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>319</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>343</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>355</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>285</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A06</businessType>\n    <in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A39I</in_Domain.mRID>\n    <out_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</out_Domain.mRID>\n    <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <Period>\n      <timeInterval>\n        <start>2024-03-25T23:00Z</start>\n        <end>2024-03-26T23:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>295</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>219</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>156</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>85</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>185</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>200</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>276</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>309</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>358</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>358</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_FR_capacity_day_ahead_export.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>74caf66da0314807b7a5836d0fd5f45b</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:44:33Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-03-19T06:00Z</start>\n    <end>2026-03-20T23:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-03-19T06:00Z</start>\n                <end>2026-03-20T23:00Z</end>\n              </timeInterval>\n              <resolution>PT60M</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>3006</quantity>\n                  </Point>\n                  <Point>\n                    <position>5</position>\n                    <quantity>2914</quantity>\n                  </Point>\n                  <Point>\n                    <position>9</position>\n                    <quantity>2960</quantity>\n                  </Point>\n                  <Point>\n                    <position>12</position>\n                    <quantity>3607</quantity>\n                  </Point>\n                  <Point>\n                    <position>18</position>\n                    <quantity>3422</quantity>\n                  </Point>\n                  <Point>\n                    <position>22</position>\n                    <quantity>3515</quantity>\n                  </Point>\n                  <Point>\n                    <position>24</position>\n                    <quantity>3469</quantity>\n                  </Point>\n                  <Point>\n                    <position>29</position>\n                    <quantity>3099</quantity>\n                  </Point>\n                  <Point>\n                    <position>36</position>\n                    <quantity>3607</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_FR_capacity_day_ahead_import.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>91b3e52f10c84d8a9b7e62c3f1d40e28</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:44:33Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-03-19T06:00Z</start>\n    <end>2026-03-20T23:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-03-19T06:00Z</start>\n                <end>2026-03-20T23:00Z</end>\n              </timeInterval>\n              <resolution>PT60M</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>1400</quantity>\n                  </Point>\n                  <Point>\n                    <position>6</position>\n                    <quantity>1350</quantity>\n                  </Point>\n                  <Point>\n                    <position>12</position>\n                    <quantity>1500</quantity>\n                  </Point>\n                  <Point>\n                    <position>20</position>\n                    <quantity>1450</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_FR_capacity_month_ahead_export.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>a7c2e41b83f94d5e96c1b2d3f4e50a17</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:52:57Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-03-16T23:00Z</start>\n    <end>2026-05-18T22:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-03-16T23:00Z</start>\n                <end>2026-05-18T22:00Z</end>\n              </timeInterval>\n              <resolution>P1D</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>3000</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_FR_capacity_month_ahead_import.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n  <mRID>d3dadc2af2034b9787dfacfb8670d159</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A61</type>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2026-03-19T08:52:57Z</createdDateTime>\n  <period.timeInterval>\n    <start>2026-03-16T23:00Z</start>\n    <end>2026-05-18T22:00Z</end>\n  </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <businessType>A27</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n        <curveType>A03</curveType>\n            <Period>\n              <timeInterval>\n                <start>2026-03-16T23:00Z</start>\n                <end>2026-05-18T22:00Z</end>\n              </timeInterval>\n              <resolution>P1D</resolution>\n                  <Point>\n                    <position>1</position>\n                    <quantity>2150</quantity>\n                  </Point>\n                  <Point>\n                    <position>3</position>\n                    <quantity>2400</quantity>\n                  </Point>\n                  <Point>\n                    <position>16</position>\n                    <quantity>0</quantity>\n                  </Point>\n            </Period>\n      </TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_day_ahead_price.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n  <Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:3\">\n    <mRID>c9511c61c9bc48f4b33379904faa7f63</mRID>\n    <revisionNumber>1</revisionNumber>\n    <type>A44</type>\n    <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n    <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n    <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n    <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n    <createdDateTime>2025-10-01T22:50:06Z</createdDateTime>\n    <period.timeInterval>\n      <start>2025-09-28T22:00Z</start>\n      <end>2025-10-02T22:00Z</end>\n    </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-28T22:00Z</start>\n              <end>2025-09-29T22:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>51.6</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>47.7</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>45</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>32</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>30</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>32.5</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>50</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>74.4</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>77.8</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>73.08</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>59.33</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>40.14</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>35</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>28.3</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>21.99</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>27.94</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>35</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>52</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>85</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>101.13</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>133.26</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>90.04</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>88.6</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>2</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-29T22:00Z</start>\n              <end>2025-09-30T22:00Z</end>\n            </timeInterval>\n            <resolution>PT60M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>95.46</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>88.25</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>80</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>76.43</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>78</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>80</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>97.11</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>120</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>93.97</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>60.1</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>31</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>24.47</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>21.9</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>22</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>29.08</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>35</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>54.94</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>84</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>117</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>199.34</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>172.11</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>119.9</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>101.5</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>3</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-30T22:00Z</start>\n              <end>2025-10-01T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>105.1</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>104.24</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>102.28</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>102</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>106.63</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>105.19</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>104.21</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>102</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>100</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>97.57</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>97.51</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>97.91</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>98.5</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>100</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>102.28</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>105</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>101.08</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>101.28</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>101.76</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>102.24</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>101.76</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>102.24</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>104.24</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>106.55</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>114.15</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>122.58</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>140.78</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>130.56</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>115.17</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>106.63</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>125.5</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>92.24</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>60</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>100.24</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>58.81</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>45</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>59.07</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>44.2</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>35.87</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>24.97</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>26.76</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>23.92</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>16.99</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>16.68</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>15.98</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>15.45</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>6.67</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>15.31</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>16.35</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>17.76</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>16.68</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>18.94</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>16.79</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>24.57</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>19</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>26.56</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>43.78</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>58.55</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>25.1</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>50</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>60</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>77.67</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>59.07</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>75.01</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>101.52</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>110.69</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>112.21</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>148.01</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>134.33</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>194.14</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>217.45</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>230</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>150</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>130</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>123.9</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>113.75</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>114.01</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>109</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>106.63</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>104.24</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>104.21</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>102</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>101.52</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>4</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-10-01T22:00Z</start>\n              <end>2025-10-02T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>103.33</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>102.28</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>100</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>99</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>98.7</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>95</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>95.5</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>96.99</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>97.1</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>98.7</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>99</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>100.3</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>103.29</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>103.71</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>107.38</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>103.26</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>103.5</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>105.19</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>110</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>119.87</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>125.85</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>129.55</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>153.01</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>140.11</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>121.06</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>119.87</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>103.36</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>92.29</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>58.94</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>84.5</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>60.2</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>55.56</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>36.2</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>44.1</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>37.22</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>33.32</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>28.05</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>20.7</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>17.15</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>20.16</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>19</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>15.06</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>15.59</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>16.79</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>15</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>16</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>18.91</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>20.7</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>29.9</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>30.09</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>46.89</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>25.1</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>40.59</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>55.52</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>61.33</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>47.16</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>67.4</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>101.68</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>104.48</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>90</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>103.36</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>123.9</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>170.51</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>201.52</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>220</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>225</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>180</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>173.66</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>147.3</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>125</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>128.81</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>121</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>115.44</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>109.91</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>106.57</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>105.1</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>103.84</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>103.27</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n  </Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/ES_intraday_price.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n  <Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:3\">\n    <mRID>16b06d53b0d34234b08a6ac43cb6bdc8</mRID>\n    <revisionNumber>1</revisionNumber>\n    <type>A44</type>\n    <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n    <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n    <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n    <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n    <createdDateTime>2025-10-01T22:58:50Z</createdDateTime>\n    <period.timeInterval>\n      <start>2025-09-28T22:00Z</start>\n      <end>2025-10-02T22:00Z</end>\n    </period.timeInterval>\n      <TimeSeries>\n        <mRID>1</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>1</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-28T22:00Z</start>\n              <end>2025-09-29T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>75</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>66.98</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>51.78</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>47.49</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>66.98</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>49.99</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>47.7</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>44.75</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>66.98</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>54.81</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>45.9</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>43.99</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>49.99</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>46</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>34.5</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>43.48</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>41.91</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>49.99</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>44.62</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>34.5</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>46.85</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>49.99</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>66.98</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>43.99</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>50</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>66.98</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>80.65</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>70.9</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>76.4</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>83.7</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>85.44</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>82.08</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>83.7</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>78.3</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>76</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>89.2</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>83.97</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>69.98</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>40.09</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>67.01</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>59.13</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>39.33</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>28.98</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>40.14</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>32.24</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>25.14</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>22.88</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>29.99</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>23</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>24.92</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>23.07</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>23.29</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>23.06</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>20.3</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>16.98</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>16.99</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>18.09</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>24.32</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>22.88</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>34.8</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>37.18</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>24.6</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>31.99</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>52</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>72</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>58.81</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>69.01</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>89.97</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>96.57</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>80.9</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>91.78</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>101.13</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>111.24</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>128.16</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>126.36</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>123.36</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>120.26</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>104.37</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>100.98</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>98.37</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>95.68</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>91.29</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>89.9</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>88.7</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>86.54</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>89.7</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>88.4</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>87.35</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>80.1</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>2</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>2</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-28T22:00Z</start>\n              <end>2025-09-29T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>77.77</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>63.85</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>56.53</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>42.39</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>64.6</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>61.9</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>59.7</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>44.95</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>64.78</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>53</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>45.2</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>49.41</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>59.02</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>46.2</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>38.09</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>36.69</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>43.68</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>40.5</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>37.8</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>60.12</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>46.5</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>32.5</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>43.9</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>62.95</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>45.24</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>60.5</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>66.55</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>81.11</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>60.26</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>82.8</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>84.1</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>85.45</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>82.28</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>84.2</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>81.8</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>64.96</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>89.98</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>79.04</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>69.24</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>29.38</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>70.86</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>48.76</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>23.5</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>18.48</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>29.2</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>19.99</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>16.2</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>17.6</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>16</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>24.99</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>23.33</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>16.98</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>16.99</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>17.02</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>13.7</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>22.93</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>22.94</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>22.97</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>23.33</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>17.05</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>30</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>42.68</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>22.55</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>30</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>46.5</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>72.05</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>49.99</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>62.11</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>90.6</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>98.87</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>72.81</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>89.1</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>106.13</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>122.77</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>130.35</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>132.5</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>125.21</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>124.37</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>108.14</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>104.12</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>97.25</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>101.01</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>96.27</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>97.57</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>90.04</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>96.57</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>92.59</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>90.26</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>83.37</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>3</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>3</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-29T10:00Z</start>\n              <end>2025-09-29T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>27.9</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>22.2</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>35</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>23.01</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>24.1</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>26.63</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>25</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>20.95</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>19.83</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>21.44</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>13.78</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>17.01</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>18.94</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>26.87</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>6.05</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>19.93</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>34.12</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>41</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>20</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>28.78</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>40</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>70.87</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>36.49</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>62.13</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>87.49</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>100.55</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>61.56</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>89.13</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>101.75</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>133.63</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>135.26</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>135</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>128.14</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>108.26</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>109.16</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>104.88</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>95.6</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>105.72</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>95.57</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>96.5</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>89.13</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>98.02</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>94.42</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>91.91</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>86.82</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>4</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>1</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-29T22:00Z</start>\n              <end>2025-09-30T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>95.31</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>92.46</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>90.36</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>87.53</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>91.77</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>89.41</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>88.25</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>81.94</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>80</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>79.85</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>79.5</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>76.43</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>76.28</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>77.5</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>77.85</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>78</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>77</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>79.4</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>79.5</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>81</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>85.63</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>89.66</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>92.01</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>96.96</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>95</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>100.47</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>102.86</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>106.74</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>120.03</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>120</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>112.4</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>105.99</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>129.96</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>100.1</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>84</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>35.2</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>88.31</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>73.83</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>60.1</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>48.61</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>74.05</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>56.6</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>42.49</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>31.4</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>37.37</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>31.77</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>33</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>32.49</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>29.41</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>37.9</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>36.9</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>41.99</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>42.08</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>49.04</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>43.5</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>57.03</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>68.08</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>74.1</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>79.07</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>38</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>50</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>80</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>85.37</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>44.89</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>54.94</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>84.94</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>92</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>33.1</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>90.1</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>113.77</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>88.59</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>107.1</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>131.92</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>157.01</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>195.27</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>199.34</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>173.21</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>172.11</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>171.61</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>164.11</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>139.89</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>121.1</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>117.9</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>113.77</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>111.5</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>101.5</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>98.55</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>96.4</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>5</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>2</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-29T22:00Z</start>\n              <end>2025-09-30T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>94.96</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>92.75</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>89.6</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>97.08</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>94.3</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>93.25</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>91.39</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>90.45</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>89.35</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>88</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>87.23</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>84.59</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>83.38</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>84.07</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>83.86</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>85.55</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>84.86</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>86.6</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>86.45</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>87.25</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>85.85</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>87.58</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>79.54</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>85.24</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>88.25</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>89.99</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>85.68</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>97.77</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>113.41</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>122.75</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>135</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>129.9</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>115</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>100.1</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>138.88</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>115.11</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>84.2</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>36.6</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>92.4</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>84.9</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>60.3</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>42.8</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>80</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>57</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>55.61</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>48</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>45.99</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>45.23</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>44.77</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>41.9</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>45.17</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>37.7</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>36.8</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>42</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>46.93</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>48.84</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>48.38</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>48</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>49.08</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>66.08</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>79.07</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>48</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>59.5</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>83.99</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>90.59</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>40</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>54.79</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>85.69</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>98.88</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>36.44</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>62.93</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>95.97</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>119</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>89.99</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>109.59</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>137.79</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>157</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>210</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>220.33</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>239.67</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>237.34</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>184.42</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>174.62</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>167.74</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>154.11</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>141.62</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>132.31</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>119.63</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>110</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>122.65</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>111.5</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>98.75</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>91.35</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>6</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>3</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-30T10:00Z</start>\n              <end>2025-09-30T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>63.5</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>61.49</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>59.78</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>66.73</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>71.34</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>71.9</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>71.34</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>63.4</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>65</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>74.1</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>83.37</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>61.43</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>75</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>85</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>87.4</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>35.94</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>54.94</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>69.94</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>22.94</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>51.48</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>66.23</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>113.93</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>80.76</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>91.59</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>133.01</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>153.09</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>201.34</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>221.94</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>249.34</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>242.34</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>189.42</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>174.82</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>166.02</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>127.11</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>131.89</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>118.9</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>109.95</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>104.99</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>109.95</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>105.18</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>97</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>87.5</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>7</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>1</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-30T22:00Z</start>\n              <end>2025-10-01T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>106.1</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>102.39</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>102.11</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>106.74</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>105.68</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>105.19</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>103.71</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>101.5</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>99.38</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>95.99</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>96.16</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>96.66</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>96.78</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>97.66</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>100</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>102.28</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>104.5</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>99.64</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>100.78</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>101.76</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>102.24</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>101.76</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>102.24</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>104.24</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>106.68</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>108.55</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>112.41</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>122.15</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>124.58</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>142.78</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>132.56</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>118.17</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>108.63</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>120.5</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>95.46</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>92.22</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>61.02</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>87.75</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>58.82</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>53.43</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>35.2</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>56.92</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>35.02</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>25</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>19.97</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>19.8</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>14.69</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>18.92</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>16.79</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>16.35</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>13.73</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>0</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>-0.49</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>-1.81</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>5.32</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>6.36</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>11.68</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>16.44</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>16.25</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>9.9</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>16.35</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>34.8</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>53.35</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>8</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>35.11</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>55</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>64.92</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>55</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>75.01</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>86.91</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>90.69</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>105.17</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>112.21</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>142.63</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>133.83</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>174.14</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>201.17</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>217.45</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>215</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>150</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>130</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>123.9</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>113.25</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>119.01</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>112</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>106.63</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>104.24</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>108.68</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>105.01</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>8</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>2</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-09-30T22:00Z</start>\n              <end>2025-10-01T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>102.75</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>109.24</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>107.28</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>105.97</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>111.63</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>110.68</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>110.19</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>109.01</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>82.97</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>94.7</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>92.7</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>94</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>91.57</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>91.51</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>92.21</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>93.9</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>92.5</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>96</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>98.27</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>98</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>82.38</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>80.62</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>95.76</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>92.21</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>95.76</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>102.24</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>109.24</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>115.46</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>134.54</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>150</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>154.74</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>155.96</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>160.78</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>150.56</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>135.9</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>129.23</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>107.55</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>85.95</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>86.26</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>31</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>61.33</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>35.89</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>31.42</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>20.4</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>35.93</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>24.52</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>20</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>0.65</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>6.65</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>0.01</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>3.51</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>7.99</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>12.2</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>9.09</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>-0.4</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>-2.1</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>-1.81</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>-0.09</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>2.7</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>12.79</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>9.17</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>10.06</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>10.75</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>14.1</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>4.4</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>12.05</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>35.93</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>49.6</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>3.77</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>14.31</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>20.46</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>49</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>48.41</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>63.75</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>71.98</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>90.63</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>98.68</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>112.21</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>139.67</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>129.33</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>172</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>206.16</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>219.99</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>220.01</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>165</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>143</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>133.89</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>120</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>118.99</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>116.63</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>114.66</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>115.46</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>115</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>115.15</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>9</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>3</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-10-01T10:00Z</start>\n              <end>2025-10-01T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>-9.34</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>0.65</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>0</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>-1</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>0</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>-7.83</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>-10.62</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>0</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>2.1</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>13.35</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>12.76</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>16.68</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>12.11</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>13.42</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>18.78</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>19.9</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>27</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>38.81</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>53.98</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>28.49</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>43.1</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>44.96</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>39.86</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>36.77</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>61.5</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>72.66</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>92.33</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>89.99</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>108.04</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>120</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>129.33</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>154.14</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>196.16</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>210</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>210.01</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>155</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>133</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>122.89</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>109.5</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>114.01</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>109</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>111.63</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>109.66</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>105.46</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>107</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>106.52</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>10</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>1</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-10-01T22:00Z</start>\n              <end>2025-10-02T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>102.16</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>104.86</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>101.33</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>102.33</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>100.28</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>98.19</price.amount>\n              </Point>\n              <Point>\n                <position>7</position>\n                  <price.amount>96.5</price.amount>\n              </Point>\n              <Point>\n                <position>8</position>\n                  <price.amount>96.47</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>93.7</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>92.99</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>93</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>92.99</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>93.7</price.amount>\n              </Point>\n              <Point>\n                <position>14</position>\n                  <price.amount>94.98</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>95.3</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>96.69</price.amount>\n              </Point>\n              <Point>\n                <position>17</position>\n                  <price.amount>96.98</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>98</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>98.23</price.amount>\n              </Point>\n              <Point>\n                <position>20</position>\n                  <price.amount>100.99</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>101.28</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>101.66</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>103.68</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>106.19</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>101.26</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>101.52</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>102.29</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>107.1</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>123.55</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>126.95</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>134.55</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>153.01</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>138.11</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>123.44</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>114.87</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>103.36</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>91.19</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>68</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>74.49</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>58.82</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>53.83</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>36.17</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>34.1</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>27.22</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>19.07</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>8.62</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>28.01</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>20.67</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>17.15</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>23.16</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>19.99</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>7.35</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>17.59</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>21.79</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>5</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>11.55</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>6</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>8.91</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>0.7</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>17.79</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>14.1</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>45.1</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>25.1</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>35.59</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>42.22</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>61.31</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>37.22</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>52.4</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>87.41</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>94.69</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>92.65</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>109.9</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>115.93</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>125</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>162.78</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>199.28</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>217.56</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>223</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>184.36</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>176.29</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>154.3</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>125.99</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>140</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>130</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>132.81</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>121.79</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>113</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>109.99</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>129.99</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <mRID>11</mRID>\n        <auction.type>A01</auction.type>\n        <businessType>A62</businessType>\n        <in_Domain.mRID codingScheme=\"A01\">10YES-REE------0</in_Domain.mRID>\n        <out_Domain.mRID codingScheme=\"A01\">10YES-REE------0</out_Domain.mRID>\n        <contract_MarketAgreement.type>A07</contract_MarketAgreement.type>\n        <currency_Unit.name>EUR</currency_Unit.name>\n        <price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n          <classificationSequence_AttributeInstanceComponent.position>2</classificationSequence_AttributeInstanceComponent.position>\n        <curveType>A03</curveType>\n          <Period>\n            <timeInterval>\n              <start>2025-10-01T22:00Z</start>\n              <end>2025-10-02T22:00Z</end>\n            </timeInterval>\n            <resolution>PT15M</resolution>\n              <Point>\n                <position>1</position>\n                  <price.amount>94.81</price.amount>\n              </Point>\n              <Point>\n                <position>2</position>\n                  <price.amount>99.21</price.amount>\n              </Point>\n              <Point>\n                <position>3</position>\n                  <price.amount>95.53</price.amount>\n              </Point>\n              <Point>\n                <position>4</position>\n                  <price.amount>93.63</price.amount>\n              </Point>\n              <Point>\n                <position>5</position>\n                  <price.amount>92.58</price.amount>\n              </Point>\n              <Point>\n                <position>6</position>\n                  <price.amount>91.05</price.amount>\n              </Point>\n              <Point>\n                <position>9</position>\n                  <price.amount>77.52</price.amount>\n              </Point>\n              <Point>\n                <position>10</position>\n                  <price.amount>78.34</price.amount>\n              </Point>\n              <Point>\n                <position>11</position>\n                  <price.amount>78.54</price.amount>\n              </Point>\n              <Point>\n                <position>12</position>\n                  <price.amount>77.5</price.amount>\n              </Point>\n              <Point>\n                <position>13</position>\n                  <price.amount>79.8</price.amount>\n              </Point>\n              <Point>\n                <position>15</position>\n                  <price.amount>83.5</price.amount>\n              </Point>\n              <Point>\n                <position>16</position>\n                  <price.amount>85.1</price.amount>\n              </Point>\n              <Point>\n                <position>18</position>\n                  <price.amount>88.99</price.amount>\n              </Point>\n              <Point>\n                <position>19</position>\n                  <price.amount>91.11</price.amount>\n              </Point>\n              <Point>\n                <position>21</position>\n                  <price.amount>91.15</price.amount>\n              </Point>\n              <Point>\n                <position>22</position>\n                  <price.amount>91.17</price.amount>\n              </Point>\n              <Point>\n                <position>23</position>\n                  <price.amount>98.67</price.amount>\n              </Point>\n              <Point>\n                <position>24</position>\n                  <price.amount>98.37</price.amount>\n              </Point>\n              <Point>\n                <position>25</position>\n                  <price.amount>96.26</price.amount>\n              </Point>\n              <Point>\n                <position>26</position>\n                  <price.amount>101.6</price.amount>\n              </Point>\n              <Point>\n                <position>27</position>\n                  <price.amount>112.19</price.amount>\n              </Point>\n              <Point>\n                <position>28</position>\n                  <price.amount>113.99</price.amount>\n              </Point>\n              <Point>\n                <position>29</position>\n                  <price.amount>112.41</price.amount>\n              </Point>\n              <Point>\n                <position>30</position>\n                  <price.amount>123.87</price.amount>\n              </Point>\n              <Point>\n                <position>31</position>\n                  <price.amount>134.85</price.amount>\n              </Point>\n              <Point>\n                <position>32</position>\n                  <price.amount>138.55</price.amount>\n              </Point>\n              <Point>\n                <position>33</position>\n                  <price.amount>153.33</price.amount>\n              </Point>\n              <Point>\n                <position>34</position>\n                  <price.amount>140</price.amount>\n              </Point>\n              <Point>\n                <position>35</position>\n                  <price.amount>121.06</price.amount>\n              </Point>\n              <Point>\n                <position>36</position>\n                  <price.amount>108.51</price.amount>\n              </Point>\n              <Point>\n                <position>37</position>\n                  <price.amount>121.87</price.amount>\n              </Point>\n              <Point>\n                <position>38</position>\n                  <price.amount>104</price.amount>\n              </Point>\n              <Point>\n                <position>39</position>\n                  <price.amount>85.29</price.amount>\n              </Point>\n              <Point>\n                <position>40</position>\n                  <price.amount>75.24</price.amount>\n              </Point>\n              <Point>\n                <position>41</position>\n                  <price.amount>79.5</price.amount>\n              </Point>\n              <Point>\n                <position>42</position>\n                  <price.amount>63.67</price.amount>\n              </Point>\n              <Point>\n                <position>43</position>\n                  <price.amount>43.33</price.amount>\n              </Point>\n              <Point>\n                <position>44</position>\n                  <price.amount>23</price.amount>\n              </Point>\n              <Point>\n                <position>45</position>\n                  <price.amount>42.1</price.amount>\n              </Point>\n              <Point>\n                <position>46</position>\n                  <price.amount>32.12</price.amount>\n              </Point>\n              <Point>\n                <position>47</position>\n                  <price.amount>23.97</price.amount>\n              </Point>\n              <Point>\n                <position>48</position>\n                  <price.amount>13.52</price.amount>\n              </Point>\n              <Point>\n                <position>49</position>\n                  <price.amount>27.19</price.amount>\n              </Point>\n              <Point>\n                <position>50</position>\n                  <price.amount>19.69</price.amount>\n              </Point>\n              <Point>\n                <position>51</position>\n                  <price.amount>22.48</price.amount>\n              </Point>\n              <Point>\n                <position>52</position>\n                  <price.amount>16.15</price.amount>\n              </Point>\n              <Point>\n                <position>53</position>\n                  <price.amount>26.91</price.amount>\n              </Point>\n              <Point>\n                <position>54</position>\n                  <price.amount>22.99</price.amount>\n              </Point>\n              <Point>\n                <position>55</position>\n                  <price.amount>16.46</price.amount>\n              </Point>\n              <Point>\n                <position>56</position>\n                  <price.amount>15.04</price.amount>\n              </Point>\n              <Point>\n                <position>57</position>\n                  <price.amount>15.57</price.amount>\n              </Point>\n              <Point>\n                <position>58</position>\n                  <price.amount>16.45</price.amount>\n              </Point>\n              <Point>\n                <position>59</position>\n                  <price.amount>22.5</price.amount>\n              </Point>\n              <Point>\n                <position>60</position>\n                  <price.amount>23.01</price.amount>\n              </Point>\n              <Point>\n                <position>61</position>\n                  <price.amount>11.55</price.amount>\n              </Point>\n              <Point>\n                <position>62</position>\n                  <price.amount>14.45</price.amount>\n              </Point>\n              <Point>\n                <position>63</position>\n                  <price.amount>11.5</price.amount>\n              </Point>\n              <Point>\n                <position>64</position>\n                  <price.amount>16.9</price.amount>\n              </Point>\n              <Point>\n                <position>65</position>\n                  <price.amount>19.69</price.amount>\n              </Point>\n              <Point>\n                <position>66</position>\n                  <price.amount>20.79</price.amount>\n              </Point>\n              <Point>\n                <position>67</position>\n                  <price.amount>25.03</price.amount>\n              </Point>\n              <Point>\n                <position>68</position>\n                  <price.amount>51.89</price.amount>\n              </Point>\n              <Point>\n                <position>69</position>\n                  <price.amount>25.1</price.amount>\n              </Point>\n              <Point>\n                <position>70</position>\n                  <price.amount>40.59</price.amount>\n              </Point>\n              <Point>\n                <position>71</position>\n                  <price.amount>36.72</price.amount>\n              </Point>\n              <Point>\n                <position>72</position>\n                  <price.amount>66</price.amount>\n              </Point>\n              <Point>\n                <position>73</position>\n                  <price.amount>31.47</price.amount>\n              </Point>\n              <Point>\n                <position>74</position>\n                  <price.amount>43.6</price.amount>\n              </Point>\n              <Point>\n                <position>75</position>\n                  <price.amount>90.11</price.amount>\n              </Point>\n              <Point>\n                <position>76</position>\n                  <price.amount>97.1</price.amount>\n              </Point>\n              <Point>\n                <position>77</position>\n                  <price.amount>82</price.amount>\n              </Point>\n              <Point>\n                <position>78</position>\n                  <price.amount>99.29</price.amount>\n              </Point>\n              <Point>\n                <position>79</position>\n                  <price.amount>110.41</price.amount>\n              </Point>\n              <Point>\n                <position>80</position>\n                  <price.amount>123.9</price.amount>\n              </Point>\n              <Point>\n                <position>81</position>\n                  <price.amount>155.51</price.amount>\n              </Point>\n              <Point>\n                <position>82</position>\n                  <price.amount>201.52</price.amount>\n              </Point>\n              <Point>\n                <position>83</position>\n                  <price.amount>220</price.amount>\n              </Point>\n              <Point>\n                <position>84</position>\n                  <price.amount>225</price.amount>\n              </Point>\n              <Point>\n                <position>85</position>\n                  <price.amount>205</price.amount>\n              </Point>\n              <Point>\n                <position>86</position>\n                  <price.amount>193.92</price.amount>\n              </Point>\n              <Point>\n                <position>87</position>\n                  <price.amount>164.66</price.amount>\n              </Point>\n              <Point>\n                <position>88</position>\n                  <price.amount>135</price.amount>\n              </Point>\n              <Point>\n                <position>89</position>\n                  <price.amount>143.81</price.amount>\n              </Point>\n              <Point>\n                <position>90</position>\n                  <price.amount>136</price.amount>\n              </Point>\n              <Point>\n                <position>91</position>\n                  <price.amount>130.44</price.amount>\n              </Point>\n              <Point>\n                <position>92</position>\n                  <price.amount>124.91</price.amount>\n              </Point>\n              <Point>\n                <position>93</position>\n                  <price.amount>118.57</price.amount>\n              </Point>\n              <Point>\n                <position>94</position>\n                  <price.amount>117.09</price.amount>\n              </Point>\n              <Point>\n                <position>95</position>\n                  <price.amount>118.84</price.amount>\n              </Point>\n              <Point>\n                <position>96</position>\n                  <price.amount>115.27</price.amount>\n              </Point>\n          </Period>\n      </TimeSeries>\n  </Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FI_production.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n\t<mRID>60112bd699e14e7c81b637a721a6b133</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A75</type>\n\t<process.processType>A16</process.processType>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2025-10-24T12:57:19Z</createdDateTime>\n\t<time_Period.timeInterval>\n\t\t<start>2025-10-21T12:00Z</start>\n\t\t<end>2025-10-24T12:00Z</end>\n\t</time_Period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B01</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>723.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>737.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>732.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>731.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>752.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>748.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>749.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>747.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>749.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>736.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>736.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>744.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>748.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>748.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>746.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>732.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>733.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>734.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>734.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>721.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>714.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>721.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>718.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>721.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>718.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>713.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>720.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>703.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>705.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>705.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>699.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>32</position>\n\t\t\t\t<quantity>700.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>33</position>\n\t\t\t\t<quantity>701.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>708.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>709.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>708.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>701.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>681.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>682</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>676.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>669.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>671.25</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>43</position>\n\t\t\t\t<quantity>661.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>662.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>672.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>669.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>669.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>665.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>674.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>670.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>676.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>674.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>663.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>661.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>669.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>676.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>682.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>691.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>700.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>705.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>61</position>\n\t\t\t\t<quantity>702.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>62</position>\n\t\t\t\t<quantity>710.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>726.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>721.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>721.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>704.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>693.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>68</position>\n\t\t\t\t<quantity>705.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>69</position>\n\t\t\t\t<quantity>702.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>688.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>680.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>683.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>687.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>660.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>602.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>582.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>576.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>567.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>591.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>596.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>595.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>592.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>590.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>574.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>588.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>594.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>590.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>579.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>549</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>547.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>553.41</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>555.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>538.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>540.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>536.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>541.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>538.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>542.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>543.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>550.62</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>558.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>563.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>606.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>630.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>663.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>671.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>685.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>688.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>700.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>708.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>718.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>718.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>691.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>674.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>676.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>672.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>667.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>667.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>672.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>668.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>662.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>657.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>646.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>643.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>633.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>634.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>633.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>628.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>622.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>624.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>619.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>624.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>620.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>628.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>628.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>628.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>638.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>628.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>139</position>\n\t\t\t\t<quantity>636.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>635.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>634.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>637.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>634.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>144</position>\n\t\t\t\t<quantity>629.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>634.44</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>630.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>630.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>148</position>\n\t\t\t\t<quantity>637.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>149</position>\n\t\t\t\t<quantity>632.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>150</position>\n\t\t\t\t<quantity>639.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>637.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>640.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>153</position>\n\t\t\t\t<quantity>650.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>154</position>\n\t\t\t\t<quantity>649.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>155</position>\n\t\t\t\t<quantity>657.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>156</position>\n\t\t\t\t<quantity>657.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>157</position>\n\t\t\t\t<quantity>666.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>158</position>\n\t\t\t\t<quantity>673.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>667.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>667.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>679.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>162</position>\n\t\t\t\t<quantity>692.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>686.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>696.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>706.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>713.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>722.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>710.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>721.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>746.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>760.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>758.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>758.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>756.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>754.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>753.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>759.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>763.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>766.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>766.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>753.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>781.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>784.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>786.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>807.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>817.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>829.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>844.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>848.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>852.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>854.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>854.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>874.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>875.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>892.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>902.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>902.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>910.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>921.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>914.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>927.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>926.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>928.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>932.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>937.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>933.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>924.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>936.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>928.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>925.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>920.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>908.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>910.62</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>901.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>902.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>901.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>882.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>890.62</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>891.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>884.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>881.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>880.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>881.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>879.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>876.44</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>870.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>860.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>859.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>853.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>853.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>231</position>\n\t\t\t\t<quantity>857.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>857.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>856.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>846.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>845.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>236</position>\n\t\t\t\t<quantity>848.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>850.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>850.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>849.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>852.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>843.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>844.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>837.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>838.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>836.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>837.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>820.62</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>793.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>761.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>765.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>757.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>730.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>700.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>698.08</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>705.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>726.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>738.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>760.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>772.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>810.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>817.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>821.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>824.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>858.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>842.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>830.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>842.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>835.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>835.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>832.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>822.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>839.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>837.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>835.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>830.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>822.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>808.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>816.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>816.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>827.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>830.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>828.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>820.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>824.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>815.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>803.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>826.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>859.47</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B04</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>14.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>14.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>14.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>14.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>14.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>25.038</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>25.727</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>14.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>18.526</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>22.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>23.773</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>22.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>22.853</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>22.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>30.114</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>33.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>32.622</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>14.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>15.859</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>28.218</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>33.2</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B05</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>0.08</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>0.15312</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>12.696</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>18.746</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>18.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>19.974</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>18.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>20.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>20.594</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>18.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>18.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>18.387</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>18.324</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>19.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>19.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>19.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>19.267</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>19.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>19.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>19.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>19.713</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>20.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>20.417</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>20.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>20.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>19.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>18.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>16.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>16.664</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>18.536</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>20.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>20.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>20.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>19.435</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>18.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>17.964</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>18.443</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>18.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>18.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>17.974</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>17.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>18.177</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>18.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>16.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>16.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>12.474</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>2.0207</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>1.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>0.68922</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>0.47973</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>6.6426</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>15.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>15.767</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>15.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>16.243</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>16.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>17.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>19.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>20.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>22.363</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>20.287</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>19.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>16.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>15.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>15.107</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>14.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>14.709</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>16.327</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>17.527</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>16.7</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B06</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>2.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>0.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>0.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>2.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>2.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>1.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>0.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>2.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>2.7373</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>0.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>14.267</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>23.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>7.8817</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>0.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>23.644</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>59.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>12.647</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>13.412</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>14.424</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>0.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>11.927</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>6.4217</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>0.75913</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>2.794</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B08</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>123.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>121.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>122.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>122.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>127.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>128.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>130.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>132.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>131.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>130</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>127.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>127.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>129.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>127.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>125.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>123.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>126.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>129.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>129.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>131.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>129.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>129.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>129.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>126.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>127.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>127.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>126.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>125.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>124.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>124.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>124.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>126.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>127.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>126.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>124.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>126.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>127</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>127.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>128</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>125.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>124.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>128.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>127.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>124.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>128.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>129.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>129.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>133.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>132.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>150.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>150.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>139.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>134.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>133.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>130.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>133.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>138.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>136.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>136.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>134.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>130.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>134.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>129.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>130.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>129.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>129.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>129.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>130.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>130.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>124.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>120.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>120.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>124.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>125.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>127.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>128.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>129.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>129.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>127.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>127.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>129.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>129.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>132.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>131.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>125.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>124.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>124.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>123.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>125.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>126</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>124.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>125.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>126</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>125.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>125.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>123.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>125.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>126.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>125.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>124.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>124.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>125.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>125.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>128.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>126.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>162</position>\n\t\t\t\t<quantity>125</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>125.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>128.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>130.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>133.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>133</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>137.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>158.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>159.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>158.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>158.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>162.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>166.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>167.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>164.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>166.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>167.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>165.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>165.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>167.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>169.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>175.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>177.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>181.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>182.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>180.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>177.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>176.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>176.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>175.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>170.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>171.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>171.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>171.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>174.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>175.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>171.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>173</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>176.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>176.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>175.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>176.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>181.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>182.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>182.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>176.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>174.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>174.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>174.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>163.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>156.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>155.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>155.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>150.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>144.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>145.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>146.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>140.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>136.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>136.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>129.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>124.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>123</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>123.44</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>126.44</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>126.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>128.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>126.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>125.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>126.41</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>129.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>131.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>133.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>134.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>147.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>147.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>146.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>157.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>177.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>177.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>183.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>186.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>199.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>211.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>219.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>225.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>225.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>220.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>226.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>227.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>227.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>226.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>215.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>219.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>222.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>227.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>227.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>228.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>227.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>227.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>226.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>213.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>229.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>226.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>220.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>217.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>215.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>207.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>202.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>196.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>211.9</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B11</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>961.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>933.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>979.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>1155</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>1314.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>1350.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>1364.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>1410.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>1437.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>1480.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>1468.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>1465.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>1467.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>1435.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>1288.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>1251.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>1247.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>1247.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>1236</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>1236.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>1143.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>1100.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>1090.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>1048.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>1029</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>946.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>910.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>869.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>824.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>800.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>789.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>32</position>\n\t\t\t\t<quantity>780.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>33</position>\n\t\t\t\t<quantity>847.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>849.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>825.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>811.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>855.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>801.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>761.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>740.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>700.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>639.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>43</position>\n\t\t\t\t<quantity>665.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>649.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>674.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>623.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>605.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>608.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>611.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>612.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>620.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>618.25</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>648.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>675.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>701.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>700.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>710.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>710.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>720.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>735.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>61</position>\n\t\t\t\t<quantity>876.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>62</position>\n\t\t\t\t<quantity>1017.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>1065.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>1067.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>1081.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>1105.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>1126.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>68</position>\n\t\t\t\t<quantity>1137.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>69</position>\n\t\t\t\t<quantity>1293.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>1336.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>1388.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>1398.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>1595.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>1644</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>1609.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>1618.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>1683.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>1727.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>1771.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>1787</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>1814.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>1813.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>1798.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>1757.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>1696.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>1635.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>1620.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>1608.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>1582.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>1529.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>1516.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>1473.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>1484.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>1491</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>1501</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>1522.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>1546.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>1574.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>1637.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>1583</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>1539</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>1463.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>1480.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>1506.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>1413.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>1416.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>1411.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>1417.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>1431.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>1441.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>1524.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>1527.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>1356.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>1252.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>1259.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>1204.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>1112</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>1078.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>1047.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>1010.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>991.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>940.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>949.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>940.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>964.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>946.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>950.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>990.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>978.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>936.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>949.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>944.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>942.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>921.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>893.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>903.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>806.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>776.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>139</position>\n\t\t\t\t<quantity>782.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>766.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>737.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>727.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>711.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>144</position>\n\t\t\t\t<quantity>687.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>707.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>727.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>707.41</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>148</position>\n\t\t\t\t<quantity>724.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>149</position>\n\t\t\t\t<quantity>747.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>150</position>\n\t\t\t\t<quantity>770.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>779.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>770.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>153</position>\n\t\t\t\t<quantity>737.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>154</position>\n\t\t\t\t<quantity>754.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>155</position>\n\t\t\t\t<quantity>804.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>156</position>\n\t\t\t\t<quantity>827.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>157</position>\n\t\t\t\t<quantity>941.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>158</position>\n\t\t\t\t<quantity>969.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>1012</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>1055.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>1071.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>162</position>\n\t\t\t\t<quantity>1065</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>1134.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>1171.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>1237.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>1283.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>1290.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>1279.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>1292.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>1287.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>1269.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>1332.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>1350</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>1318.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>1359.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>1367.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>1431</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>1444.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>1501.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>1500.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>1468.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>1471.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>1423.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>1408.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>1435.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>1461.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>1446.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>1508.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>1467.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>1461.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>1492.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>1493.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>1498.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>1481.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>1470.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>1469.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>1490.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>1494.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>1491.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>1531.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>1583.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>1635.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>1631.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>1639.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>1670.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>1702.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>1724.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>1731</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>1785.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>1787.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>1799.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>1765.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>1737.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>1670.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>1655.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>1675.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>1588.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>1524.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>1439.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>1357.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>1413.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>1400.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>1381.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>1376</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>1314.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>1295.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>1195.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>1159.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>1132.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>1142.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>231</position>\n\t\t\t\t<quantity>1155.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>1156.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>1046.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>1012</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>1004.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>236</position>\n\t\t\t\t<quantity>948.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>955.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>972.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>948.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>931.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>923.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>918</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>914.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>862.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>852.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>838.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>846.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>833.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>876.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>928.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>961.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>1048.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>1154.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>1226.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>1319.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>1419.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>1541.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>1548.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>1522.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>1645.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>1733.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>1779.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>1847.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>1917.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>1943</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>1936.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>1929.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>1888.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>1822.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>1831.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>1831.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>1864.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>1909.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>1880.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>1850.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>1849.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>1835.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>1803.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>1745.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>1789.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>1877.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>1889.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>1891.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>1887.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>1848</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>1795.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>1803.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>1877.9</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>7</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B14</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>4175.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>4174.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>4176.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>4175.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>4176.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>4174.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>4175.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>4174.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>4175.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>4175.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>4175.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>4177</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>4175.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>4175</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>4175.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>4176.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>4175</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>4175.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>4175.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>4175.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>4176.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>4176.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>4175.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>4176</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>4175.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>4172.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>4173.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>4175</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>4174.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>4175.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>4175.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>32</position>\n\t\t\t\t<quantity>4174.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>33</position>\n\t\t\t\t<quantity>4176</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>4175.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>4175.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>4175.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>4175.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>4176.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>4174.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>4173.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>3948.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>3758.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>43</position>\n\t\t\t\t<quantity>3646.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>3615.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>3610.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>3604.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>3595.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>3530</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>3591.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>3580.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>3566.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>3576.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>3550.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>3573.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>3582.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>3598.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>3579</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>3589.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>3572.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>3568.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>61</position>\n\t\t\t\t<quantity>3594.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>62</position>\n\t\t\t\t<quantity>3569</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>3596.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>3597.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>3597.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>3575.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>3599.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>68</position>\n\t\t\t\t<quantity>3599</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>69</position>\n\t\t\t\t<quantity>3590.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>3590.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>3575.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>3594.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>3570.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>3568.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>3598.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>3590.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>3587.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>3598.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>3587.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>3599.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>3591.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>3578</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>3569.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>3600.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>3601.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>3600.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>3597.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>3585.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>3596.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>3596.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>3578.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>3599.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>3580.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>3597.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>3576</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>3596.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>3585.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>3595.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>3570.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>3594.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>3592.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>3590.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>3598.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>3597.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>3598.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>3576.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>3589.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>3590.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>3592.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>3571.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>3597</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>3598.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>3584.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>3598.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>3603.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>3601.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>3600.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>3604.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>3604.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>3606.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>3595.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>3587.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>3601.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>3602.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>3602.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>3602.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>3602.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>3602.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>3604.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>3603.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>3603.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>3602.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>3602.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>3602.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>3604.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>3722.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>3802.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>139</position>\n\t\t\t\t<quantity>3801.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>3803.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>3802.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>3803.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>3804.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>144</position>\n\t\t\t\t<quantity>3803.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>3804.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>3804.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>3805</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>148</position>\n\t\t\t\t<quantity>3803.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>149</position>\n\t\t\t\t<quantity>3803.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>150</position>\n\t\t\t\t<quantity>3804.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>3803.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>3805.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>153</position>\n\t\t\t\t<quantity>3805.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>154</position>\n\t\t\t\t<quantity>3805.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>155</position>\n\t\t\t\t<quantity>3803.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>156</position>\n\t\t\t\t<quantity>3803.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>157</position>\n\t\t\t\t<quantity>3804.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>158</position>\n\t\t\t\t<quantity>3805.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>3804.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>3804.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>3804</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>3804.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>3803.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>3804.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>3804.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>3804.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>3803.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>3807</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>3806.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>3805.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>3804.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>3805.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>3805.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>3804.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>3805.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>3806</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>3804.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>3803.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>3801.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>3804</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>3804.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>3803.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>3759</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>3713.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>3709.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>3708.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>3708.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>3708.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>3707.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>3704.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>3772.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>3859.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>3968.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>3998.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>3997.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>3998.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>3997.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>3998.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>3997.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>3998.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>3998.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>4008.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>4003.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>4001.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>4002.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>4002</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>4003.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>4002.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>4003.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>4016.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>4026.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>4027.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>4027.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>4027.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>4026.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>4027</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>4028.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>4026.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>4026</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>4026.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>4026.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>4026.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>4046.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>4049</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>4051.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>4048.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>4049.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>4049.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>231</position>\n\t\t\t\t<quantity>4049</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>4049.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>4049.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>4048.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>4048.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>236</position>\n\t\t\t\t<quantity>4046.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>4049</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>4047.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>4047.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>4048.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>4047.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>4047.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>4047.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>4048.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>4047.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>4047.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>4048.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>4049.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>4046</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>4046.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>4048.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>4048.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>4047.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>4048</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>4047.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>4046.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>4047.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>4046.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>4048.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>4047.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>4047.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>4046.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>4045.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>4046.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>4044.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>4045.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>4045.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>4047.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>4046.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>4046</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>4043.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>4045.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>4044.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>4045.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>4044.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>4046.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>4045.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>4046.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>4045.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>4046</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>4044.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>4046.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>4031.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>4023.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>4023</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>4022</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>4021.9</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>8</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B15</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>6.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>6.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>1.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>0</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>9</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B16</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>236.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>213.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>191.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>173.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>152.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>126.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>99.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>74.25</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>21.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>13.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>7.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>1.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>1.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>0.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>0.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>1.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>1.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>0.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>0.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>1.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>1.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>0.58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>1.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>1.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>0.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>0.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>1.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>1.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>1.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>1.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>25.37</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>38.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>50.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>64.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>81.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>94.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>110.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>126.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>147.23</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>159.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>166.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>175.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>194.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>198.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>202.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>188.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>163.08</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>157.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>151.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>144.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>147.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>144.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>131.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>128.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>105.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>84.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>70.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>54.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>42.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>33.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>25.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>15.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>2.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>1.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>1.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>1.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>4.0965</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>6.6159</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>10.953</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>18.842</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>24.356</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>29.459</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>34.336</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>41.835</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>46.406</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>51.086</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>53.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>53.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>55.323</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>58</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>60.736</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>63.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>65.443</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>65.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>62.087</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>53.534</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>49.653</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>47.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>42.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>40.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>35.907</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>30.787</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>24.971</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>16.214</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>11.831</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>8.2202</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>4.3304</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>1.4935</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>1.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>1.3049</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>1.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>1.2733</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>2.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>22.025</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>29.829</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>38.429</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>46.179</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>54.331</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>60.871</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>67.273</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>76.811</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>90.317</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>86.473</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>88.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>88.713</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>89.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>87.154</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>89.123</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>94.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>88.181</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>80.427</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>74.886</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>69.748</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>10</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B17</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>53.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>54.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>55.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>55.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>53.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>54.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>53.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>53.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>55.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>54.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>53.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>54.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>55.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>53.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>54.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>55.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>54.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>53.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>54.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>55.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>56.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>56.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>55.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>54.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>54.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>55.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>54.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>53.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>54.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>56.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>55.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>55.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>53.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>55.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>55.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>54.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>44.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>37.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>33.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>31.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>29.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>28.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>27.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>30.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>32.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>34.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>35.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>43.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>40.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>34.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>35.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>43.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>44.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>45.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>51.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>53.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>53.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>43.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>40.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>42.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>37.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>45.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>48.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>50.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>40.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>45.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>49.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>44.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>40.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>36.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>36.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>38.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>40.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>41.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>45.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>50.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>51.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>54.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>55.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>54.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>54.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>54.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>54.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>55.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>53.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>55.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>55.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>56.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>56.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>56.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>56.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>54.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>57.709</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>58.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>57.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>56.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>58.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>56.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>53.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>54.226</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>54.734</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>52.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>54.439</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>56.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>58.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>59.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>60.547</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>61.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>63.623</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>68.406</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>68.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>66.273</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>66.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>67.237</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>65.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>65.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>63.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>63.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>61.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>62.859</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>65.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>64.676</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>65.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>65.194</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>64.599</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>67.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>67.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>67.068</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>62.104</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>56.548</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>54.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>53.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>55.086</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>55.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>53.88</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>53.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>55.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>55.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>57.377</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>55.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>56.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>57.173</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>56.72</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>57.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>57.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>56.854</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>55.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>56.633</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>58.933</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>60.983</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>62.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>64.393</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>67.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>68.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>69.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>67.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>67.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>68.944</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>67.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>67.853</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>68.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>67.18</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>68.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>65.964</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>64.847</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>64.569</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>68.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>67.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>63.681</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>65.433</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>66.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>67.377</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>65.387</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>64.117</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>66.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>69.353</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>11</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B19</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>4110.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>4101.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>4015</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>4022.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>4005.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>4125.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>4216.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>4354.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>4441.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>4551.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>4687</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>4920.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>5185.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>5375.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>5405.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>5574.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>5669.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>5609.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>5705</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>5821.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>5877.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>5920.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>5874.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>5972.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>26</position>\n\t\t\t\t<quantity>6120.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>6194.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>6154.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>6199.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>6223.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>6111.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>32</position>\n\t\t\t\t<quantity>6092.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>33</position>\n\t\t\t\t<quantity>6257.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>34</position>\n\t\t\t\t<quantity>6436.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>5939.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>5771.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>5755.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>5546.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>5958.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>5814</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>6141.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>6148.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>43</position>\n\t\t\t\t<quantity>5691.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>5456</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>5495.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>5522.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>5766.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>5756.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>5697.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>5702.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>5484.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>5353.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>5523.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>5419</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>5437.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>5456.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>5451.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>5516</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>5622</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>5676</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>61</position>\n\t\t\t\t<quantity>5525.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>62</position>\n\t\t\t\t<quantity>5662.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>5732.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>5718.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>5675.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>5750.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>5698.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>68</position>\n\t\t\t\t<quantity>5602.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>69</position>\n\t\t\t\t<quantity>5490.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>5434.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>5337.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>5309.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>5253.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>5180</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>5226.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>5127.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>5035.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>4974.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>4934.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>4936.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>4967.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>5008.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>5012.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>5052.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>5082.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>5141.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>5198</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>5215.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>5259.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>5407</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>5497.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>5527.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>5566.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>5514.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>5447.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>5461</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>5496.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>5419.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>5506.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>5582.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>5572.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>5598.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>5661.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>5672.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>5711.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>5707.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>5713.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>5844.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>5901.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>6101</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>6239.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>6276.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>5935.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>6014.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>6029.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>6015</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>6031.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>5993.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>5932.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>5658.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>5604.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>5696.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>5543.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>124</position>\n\t\t\t\t<quantity>5455.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>5477.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>5560.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>5598.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>5731.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>5868</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>5901.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>5920.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>5962.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>5882.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>5851.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>5868.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>5812.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>5803.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>5743.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>139</position>\n\t\t\t\t<quantity>5724.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>5696</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>5435.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>5429</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>5567.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>144</position>\n\t\t\t\t<quantity>5566.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>5399.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>5372.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>5402</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>148</position>\n\t\t\t\t<quantity>5334.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>149</position>\n\t\t\t\t<quantity>5313.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>150</position>\n\t\t\t\t<quantity>5167.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>5150.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>5150.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>153</position>\n\t\t\t\t<quantity>5038.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>154</position>\n\t\t\t\t<quantity>4996.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>155</position>\n\t\t\t\t<quantity>5172.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>156</position>\n\t\t\t\t<quantity>5218.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>157</position>\n\t\t\t\t<quantity>5037.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>158</position>\n\t\t\t\t<quantity>5102</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>5117</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>5228</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>5110.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>162</position>\n\t\t\t\t<quantity>5048.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>5074.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>5044.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>4941.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>4916.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>4844.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>4805.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>4756.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>4722.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>4700.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>4683.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>4549.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>4475.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>4401</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>4347.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>4299.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>4257.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>4196.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>4106.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>4019.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>3977.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>3926</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>3867.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>3783</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>3723.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>3592.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>3485.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>3415.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>3409.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>3335.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>3253.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>3208</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>3160.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>3086</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>3026.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>2993.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>2925.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>2880.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>2826.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>2821.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>2771.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>2839.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>2832.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>2870.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>2882.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>2897.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>2882.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>2818.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>2738.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>2690.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>2671.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>2658.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>2603.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>2553.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>2496.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>2449.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>2385</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>2327.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>2274.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>2214.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>2182.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>2147.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>2104.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>2054.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>1989.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>1860</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>1784.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>1794.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>1726</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>231</position>\n\t\t\t\t<quantity>1676.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>1625.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>1555.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>1500.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>1440.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>236</position>\n\t\t\t\t<quantity>1406.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>1398.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>1293.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>1257.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>1238.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>1262.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>1250.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>1201.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>1160</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>1113.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>1104.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>1139.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>1133.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>1124.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>1142.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>1133.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>1104.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>1108.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>1111.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>1119.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>1136.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>1132.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>1109.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>1085.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>1080.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>1044.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>1022.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>992</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>962.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>937.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>930.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>903.83</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>847.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>809.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>751.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>721.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>699.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>680.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>637.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>636.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>623.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>584.63</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>573.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>576.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>570.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>563.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>586.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>585.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>583.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>569.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>573.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>581.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>580.87</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>12</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A03</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B20</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2025-10-21T12:00Z</start>\n\t\t\t\t<end>2025-10-24T12:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT15M</resolution>\n\t\t\t<Point>\n\t\t\t\t<position>1</position>\n\t\t\t\t<quantity>138.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>2</position>\n\t\t\t\t<quantity>133.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>3</position>\n\t\t\t\t<quantity>128.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>4</position>\n\t\t\t\t<quantity>133.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>5</position>\n\t\t\t\t<quantity>139.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>6</position>\n\t\t\t\t<quantity>138.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>7</position>\n\t\t\t\t<quantity>138.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>8</position>\n\t\t\t\t<quantity>138.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>9</position>\n\t\t\t\t<quantity>137.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>10</position>\n\t\t\t\t<quantity>139.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>11</position>\n\t\t\t\t<quantity>139.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>12</position>\n\t\t\t\t<quantity>140.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>13</position>\n\t\t\t\t<quantity>140.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>14</position>\n\t\t\t\t<quantity>140.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>15</position>\n\t\t\t\t<quantity>141.08</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>16</position>\n\t\t\t\t<quantity>142.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>17</position>\n\t\t\t\t<quantity>145.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>18</position>\n\t\t\t\t<quantity>146.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>19</position>\n\t\t\t\t<quantity>147.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>20</position>\n\t\t\t\t<quantity>143.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>21</position>\n\t\t\t\t<quantity>141.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>22</position>\n\t\t\t\t<quantity>142.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>23</position>\n\t\t\t\t<quantity>134.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>24</position>\n\t\t\t\t<quantity>120.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>25</position>\n\t\t\t\t<quantity>112.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>27</position>\n\t\t\t\t<quantity>114.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>28</position>\n\t\t\t\t<quantity>113.62</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>29</position>\n\t\t\t\t<quantity>111.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>30</position>\n\t\t\t\t<quantity>112.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>31</position>\n\t\t\t\t<quantity>116.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>32</position>\n\t\t\t\t<quantity>119.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>33</position>\n\t\t\t\t<quantity>119.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>35</position>\n\t\t\t\t<quantity>116.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>36</position>\n\t\t\t\t<quantity>116.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>37</position>\n\t\t\t\t<quantity>115.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>38</position>\n\t\t\t\t<quantity>114.7</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>39</position>\n\t\t\t\t<quantity>116.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>40</position>\n\t\t\t\t<quantity>116.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>41</position>\n\t\t\t\t<quantity>117.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>42</position>\n\t\t\t\t<quantity>119.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>43</position>\n\t\t\t\t<quantity>118.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>44</position>\n\t\t\t\t<quantity>118.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>45</position>\n\t\t\t\t<quantity>119.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>46</position>\n\t\t\t\t<quantity>117.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>47</position>\n\t\t\t\t<quantity>115.47</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>48</position>\n\t\t\t\t<quantity>112.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>49</position>\n\t\t\t\t<quantity>117.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>50</position>\n\t\t\t\t<quantity>114.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>51</position>\n\t\t\t\t<quantity>113.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>52</position>\n\t\t\t\t<quantity>117.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>53</position>\n\t\t\t\t<quantity>115.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>54</position>\n\t\t\t\t<quantity>114.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>55</position>\n\t\t\t\t<quantity>116.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>56</position>\n\t\t\t\t<quantity>117.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>57</position>\n\t\t\t\t<quantity>118.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>58</position>\n\t\t\t\t<quantity>119.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>59</position>\n\t\t\t\t<quantity>119.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>60</position>\n\t\t\t\t<quantity>119.21</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>61</position>\n\t\t\t\t<quantity>118.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>62</position>\n\t\t\t\t<quantity>119.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>63</position>\n\t\t\t\t<quantity>118.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>64</position>\n\t\t\t\t<quantity>118.41</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>65</position>\n\t\t\t\t<quantity>117.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>66</position>\n\t\t\t\t<quantity>118.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>67</position>\n\t\t\t\t<quantity>118.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>68</position>\n\t\t\t\t<quantity>117.64</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>69</position>\n\t\t\t\t<quantity>127.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>70</position>\n\t\t\t\t<quantity>129.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>71</position>\n\t\t\t\t<quantity>134.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>72</position>\n\t\t\t\t<quantity>134.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>73</position>\n\t\t\t\t<quantity>132.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>74</position>\n\t\t\t\t<quantity>134.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>75</position>\n\t\t\t\t<quantity>136.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>76</position>\n\t\t\t\t<quantity>135.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>77</position>\n\t\t\t\t<quantity>133.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>78</position>\n\t\t\t\t<quantity>140.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>79</position>\n\t\t\t\t<quantity>142.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>80</position>\n\t\t\t\t<quantity>133.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>81</position>\n\t\t\t\t<quantity>127.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>82</position>\n\t\t\t\t<quantity>127.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>83</position>\n\t\t\t\t<quantity>124.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>84</position>\n\t\t\t\t<quantity>125.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>85</position>\n\t\t\t\t<quantity>117.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>86</position>\n\t\t\t\t<quantity>116.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>87</position>\n\t\t\t\t<quantity>118.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>88</position>\n\t\t\t\t<quantity>121.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>89</position>\n\t\t\t\t<quantity>125.43</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>90</position>\n\t\t\t\t<quantity>149.27</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>91</position>\n\t\t\t\t<quantity>155.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>92</position>\n\t\t\t\t<quantity>155.16</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>93</position>\n\t\t\t\t<quantity>154.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>94</position>\n\t\t\t\t<quantity>159.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>95</position>\n\t\t\t\t<quantity>161.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>96</position>\n\t\t\t\t<quantity>158.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>97</position>\n\t\t\t\t<quantity>155.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>98</position>\n\t\t\t\t<quantity>152.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>99</position>\n\t\t\t\t<quantity>149.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>100</position>\n\t\t\t\t<quantity>151.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>101</position>\n\t\t\t\t<quantity>156.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>102</position>\n\t\t\t\t<quantity>148.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>103</position>\n\t\t\t\t<quantity>150.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>104</position>\n\t\t\t\t<quantity>157.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>105</position>\n\t\t\t\t<quantity>154.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>106</position>\n\t\t\t\t<quantity>151.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>107</position>\n\t\t\t\t<quantity>153.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>108</position>\n\t\t\t\t<quantity>151.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>109</position>\n\t\t\t\t<quantity>150.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>110</position>\n\t\t\t\t<quantity>149.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>111</position>\n\t\t\t\t<quantity>148.8</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>112</position>\n\t\t\t\t<quantity>150.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>113</position>\n\t\t\t\t<quantity>155.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>114</position>\n\t\t\t\t<quantity>154</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>115</position>\n\t\t\t\t<quantity>155.94</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>116</position>\n\t\t\t\t<quantity>147.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>117</position>\n\t\t\t\t<quantity>127.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>118</position>\n\t\t\t\t<quantity>116.39</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>119</position>\n\t\t\t\t<quantity>115.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>120</position>\n\t\t\t\t<quantity>115.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>121</position>\n\t\t\t\t<quantity>116.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>122</position>\n\t\t\t\t<quantity>115.51</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>123</position>\n\t\t\t\t<quantity>116</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>125</position>\n\t\t\t\t<quantity>113.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>126</position>\n\t\t\t\t<quantity>107.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>127</position>\n\t\t\t\t<quantity>107.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>128</position>\n\t\t\t\t<quantity>108.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>129</position>\n\t\t\t\t<quantity>108.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>130</position>\n\t\t\t\t<quantity>120.06</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>131</position>\n\t\t\t\t<quantity>126.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>132</position>\n\t\t\t\t<quantity>132.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>133</position>\n\t\t\t\t<quantity>133.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>134</position>\n\t\t\t\t<quantity>136.04</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>135</position>\n\t\t\t\t<quantity>148.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>136</position>\n\t\t\t\t<quantity>161.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>137</position>\n\t\t\t\t<quantity>166.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>138</position>\n\t\t\t\t<quantity>164.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>139</position>\n\t\t\t\t<quantity>163.52</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>140</position>\n\t\t\t\t<quantity>162.77</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>141</position>\n\t\t\t\t<quantity>162.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>142</position>\n\t\t\t\t<quantity>164.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>143</position>\n\t\t\t\t<quantity>162.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>144</position>\n\t\t\t\t<quantity>159.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>145</position>\n\t\t\t\t<quantity>159.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>146</position>\n\t\t\t\t<quantity>159.34</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>147</position>\n\t\t\t\t<quantity>160.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>148</position>\n\t\t\t\t<quantity>164.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>149</position>\n\t\t\t\t<quantity>163.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>150</position>\n\t\t\t\t<quantity>162.31</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>151</position>\n\t\t\t\t<quantity>162.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>152</position>\n\t\t\t\t<quantity>160.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>153</position>\n\t\t\t\t<quantity>155.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>154</position>\n\t\t\t\t<quantity>154.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>155</position>\n\t\t\t\t<quantity>157.76</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>156</position>\n\t\t\t\t<quantity>158</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>157</position>\n\t\t\t\t<quantity>157.67</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>158</position>\n\t\t\t\t<quantity>151.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>159</position>\n\t\t\t\t<quantity>146.25</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>160</position>\n\t\t\t\t<quantity>141.02</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>161</position>\n\t\t\t\t<quantity>130.12</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>162</position>\n\t\t\t\t<quantity>126.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>163</position>\n\t\t\t\t<quantity>122.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>164</position>\n\t\t\t\t<quantity>125.71</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>165</position>\n\t\t\t\t<quantity>126.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>166</position>\n\t\t\t\t<quantity>122.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>167</position>\n\t\t\t\t<quantity>116.66</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>168</position>\n\t\t\t\t<quantity>114.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>169</position>\n\t\t\t\t<quantity>114.81</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>170</position>\n\t\t\t\t<quantity>115.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>171</position>\n\t\t\t\t<quantity>116.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>172</position>\n\t\t\t\t<quantity>120.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>173</position>\n\t\t\t\t<quantity>124.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>174</position>\n\t\t\t\t<quantity>129.35</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>175</position>\n\t\t\t\t<quantity>131.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>176</position>\n\t\t\t\t<quantity>130.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>177</position>\n\t\t\t\t<quantity>130.75</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>178</position>\n\t\t\t\t<quantity>128.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>179</position>\n\t\t\t\t<quantity>119.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>180</position>\n\t\t\t\t<quantity>117.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>181</position>\n\t\t\t\t<quantity>120.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>182</position>\n\t\t\t\t<quantity>120.08</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>183</position>\n\t\t\t\t<quantity>124.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>184</position>\n\t\t\t\t<quantity>129.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>185</position>\n\t\t\t\t<quantity>129.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>186</position>\n\t\t\t\t<quantity>127.19</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>187</position>\n\t\t\t\t<quantity>119.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>188</position>\n\t\t\t\t<quantity>121.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>189</position>\n\t\t\t\t<quantity>122.44</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>190</position>\n\t\t\t\t<quantity>123.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>191</position>\n\t\t\t\t<quantity>119.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>192</position>\n\t\t\t\t<quantity>119.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>193</position>\n\t\t\t\t<quantity>124.03</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>194</position>\n\t\t\t\t<quantity>129.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>195</position>\n\t\t\t\t<quantity>130.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>196</position>\n\t\t\t\t<quantity>127.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>197</position>\n\t\t\t\t<quantity>137.17</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>198</position>\n\t\t\t\t<quantity>142.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>199</position>\n\t\t\t\t<quantity>129.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>200</position>\n\t\t\t\t<quantity>127.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>201</position>\n\t\t\t\t<quantity>128.41</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>202</position>\n\t\t\t\t<quantity>135.69</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>203</position>\n\t\t\t\t<quantity>157.33</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>204</position>\n\t\t\t\t<quantity>168.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>205</position>\n\t\t\t\t<quantity>169.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>206</position>\n\t\t\t\t<quantity>162.59</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>207</position>\n\t\t\t\t<quantity>154.96</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>208</position>\n\t\t\t\t<quantity>155.38</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>209</position>\n\t\t\t\t<quantity>154.55</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>210</position>\n\t\t\t\t<quantity>157.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>211</position>\n\t\t\t\t<quantity>158.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>212</position>\n\t\t\t\t<quantity>167.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>213</position>\n\t\t\t\t<quantity>171.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>214</position>\n\t\t\t\t<quantity>166.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>215</position>\n\t\t\t\t<quantity>164.56</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>216</position>\n\t\t\t\t<quantity>155.53</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>217</position>\n\t\t\t\t<quantity>145.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>218</position>\n\t\t\t\t<quantity>142.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>219</position>\n\t\t\t\t<quantity>144.65</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>220</position>\n\t\t\t\t<quantity>158.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>221</position>\n\t\t\t\t<quantity>152.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>222</position>\n\t\t\t\t<quantity>151.84</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>223</position>\n\t\t\t\t<quantity>152.36</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>224</position>\n\t\t\t\t<quantity>149.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>225</position>\n\t\t\t\t<quantity>145.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>226</position>\n\t\t\t\t<quantity>144.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>227</position>\n\t\t\t\t<quantity>139.73</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>228</position>\n\t\t\t\t<quantity>140.6</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>229</position>\n\t\t\t\t<quantity>148.05</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>230</position>\n\t\t\t\t<quantity>150.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>231</position>\n\t\t\t\t<quantity>149.14</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>232</position>\n\t\t\t\t<quantity>147.97</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>233</position>\n\t\t\t\t<quantity>148.98</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>234</position>\n\t\t\t\t<quantity>148.15</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>235</position>\n\t\t\t\t<quantity>148.13</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>236</position>\n\t\t\t\t<quantity>148.86</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>237</position>\n\t\t\t\t<quantity>150.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>238</position>\n\t\t\t\t<quantity>148.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>239</position>\n\t\t\t\t<quantity>148.25</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>240</position>\n\t\t\t\t<quantity>148.48</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>241</position>\n\t\t\t\t<quantity>152.82</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>242</position>\n\t\t\t\t<quantity>154.11</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>243</position>\n\t\t\t\t<quantity>152.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>244</position>\n\t\t\t\t<quantity>152.78</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>245</position>\n\t\t\t\t<quantity>152.92</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>246</position>\n\t\t\t\t<quantity>152.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>247</position>\n\t\t\t\t<quantity>153.57</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>248</position>\n\t\t\t\t<quantity>156.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>249</position>\n\t\t\t\t<quantity>154.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>250</position>\n\t\t\t\t<quantity>154.26</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>251</position>\n\t\t\t\t<quantity>152.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>252</position>\n\t\t\t\t<quantity>152.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>253</position>\n\t\t\t\t<quantity>153.42</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>254</position>\n\t\t\t\t<quantity>154.3</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>255</position>\n\t\t\t\t<quantity>159.99</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>256</position>\n\t\t\t\t<quantity>161.85</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>257</position>\n\t\t\t\t<quantity>158.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>258</position>\n\t\t\t\t<quantity>154.68</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>259</position>\n\t\t\t\t<quantity>154.2</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>260</position>\n\t\t\t\t<quantity>160.49</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>261</position>\n\t\t\t\t<quantity>162.09</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>262</position>\n\t\t\t\t<quantity>159.93</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>263</position>\n\t\t\t\t<quantity>154.74</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>264</position>\n\t\t\t\t<quantity>156.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>265</position>\n\t\t\t\t<quantity>168.45</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>266</position>\n\t\t\t\t<quantity>166.29</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>267</position>\n\t\t\t\t<quantity>164.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>268</position>\n\t\t\t\t<quantity>171.28</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>269</position>\n\t\t\t\t<quantity>173.54</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>270</position>\n\t\t\t\t<quantity>181.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>271</position>\n\t\t\t\t<quantity>175.46</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>272</position>\n\t\t\t\t<quantity>169.95</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>273</position>\n\t\t\t\t<quantity>167.89</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>274</position>\n\t\t\t\t<quantity>174.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>275</position>\n\t\t\t\t<quantity>179.4</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>276</position>\n\t\t\t\t<quantity>179.5</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>277</position>\n\t\t\t\t<quantity>178.24</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>278</position>\n\t\t\t\t<quantity>176.61</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>279</position>\n\t\t\t\t<quantity>167.87</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>280</position>\n\t\t\t\t<quantity>156.91</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>281</position>\n\t\t\t\t<quantity>157.22</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>282</position>\n\t\t\t\t<quantity>159.1</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>283</position>\n\t\t\t\t<quantity>164.32</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>284</position>\n\t\t\t\t<quantity>171.07</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>285</position>\n\t\t\t\t<quantity>169.01</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>286</position>\n\t\t\t\t<quantity>168.9</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>287</position>\n\t\t\t\t<quantity>180.79</quantity>\n\t\t\t</Point>\n\t\t\t<Point>\n\t\t\t\t<position>288</position>\n\t\t\t\t<quantity>179.69</quantity>\n\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_AC_exchange_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>7d8620b8dcf140bb8b84ddb9a0dcb354</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:16:52Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-27T10:00Z</start>\n\t\t<end>2023-12-30T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T10:00Z</start>\n\t\t\t\t\t<end>2023-12-29T09:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>40</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>41</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>42</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>43</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>44</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>45</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>46</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>47</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_AC_exchange_forecast_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>484a963ec9124c67816d34957b529b02</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:48:28Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-26T23:00Z</start>\n\t\t<end>2023-12-29T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_AC_exchange_forecast_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>4ed99b70deb9426ebb9403c8504f7b21</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:48:27Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-26T23:00Z</start>\n\t\t<end>2023-12-29T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>93</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>73</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>71</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>75</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>85</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>97</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>56</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>31</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>31</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>44</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>68</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>95</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>98</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>90</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>83</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>84</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>95</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>96</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>77</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>62</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>56</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>54</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>67</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>86</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>93</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>73</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>71</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>75</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>85</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>97</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>56</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>31</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>31</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>44</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>68</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>95</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>98</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>90</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>83</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>80</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>84</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>95</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>96</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>77</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>62</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>56</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>54</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>67</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>86</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_AC_exchange_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>7be4a92c644e41e1b9b08084e8dbd2d9</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:16:52Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-27T10:00Z</start>\n\t\t<end>2023-12-30T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A885</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T10:00Z</start>\n\t\t\t\t\t<end>2023-12-29T09:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>13</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>8</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>12</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>11</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>13</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>11</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>8</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>3</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>3</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>3</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>12</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>12</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>11</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>11</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>14</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>13</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>7</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>40</position>\n\t\t\t\t\t\t<quantity>10</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>41</position>\n\t\t\t\t\t\t<quantity>4</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>42</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>43</position>\n\t\t\t\t\t\t<quantity>5</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>44</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>45</position>\n\t\t\t\t\t\t<quantity>9</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>46</position>\n\t\t\t\t\t\t<quantity>8</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>47</position>\n\t\t\t\t\t\t<quantity>6</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_DC_exchange_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>becb14635b4d4b5aab157c25d6b1b562</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:16:53Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-27T10:00Z</start>\n\t\t<end>2023-12-30T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T10:00Z</start>\n\t\t\t\t\t<end>2023-12-29T09:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>48</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>48</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>49</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>48</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>76</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>87</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>88</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>88</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>89</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>68</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>88</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>55</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>34</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>35</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>31</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>74</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>83</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>83</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>58</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>29</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>21</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>37</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>76</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>89</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>40</position>\n\t\t\t\t\t\t<quantity>85</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>41</position>\n\t\t\t\t\t\t<quantity>92</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>42</position>\n\t\t\t\t\t\t<quantity>92</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>43</position>\n\t\t\t\t\t\t<quantity>92</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>44</position>\n\t\t\t\t\t\t<quantity>92</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>45</position>\n\t\t\t\t\t\t<quantity>46</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>46</position>\n\t\t\t\t\t\t<quantity>29</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>47</position>\n\t\t\t\t\t\t<quantity>28</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_DC_exchange_forecast_exports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>8b3c2af3874348f4a60423e5590a72eb</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:48:30Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-26T23:00Z</start>\n\t\t<end>2023-12-29T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>99</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>13</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>111</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>103</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>60</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_DC_exchange_forecast_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>148d5c2e6700447d91455caac2dd1852</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A09</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:48:29Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-26T23:00Z</start>\n\t\t<end>2023-12-29T23:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>40</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>43</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>1</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A05</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-26T23:00Z</start>\n\t\t\t\t\t<end>2023-12-27T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>42</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>40</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>39</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>43</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>6</mRID>\n\t\t<businessType>A06</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<contract_MarketAgreement.type>A01</contract_MarketAgreement.type>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>47</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR-COR_IT-SAR_DC_exchange_imports.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<mRID>f1bfff2de8cb439388d0731c39042a3c</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A11</type>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-29T10:16:52Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-12-27T10:00Z</start>\n\t\t<end>2023-12-30T00:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A66</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10Y1001A1001A893</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10Y1001A1001A74G</out_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-12-27T10:00Z</start>\n\t\t\t\t\t<end>2023-12-29T09:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>25</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>26</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>27</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>28</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>29</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>30</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>31</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>32</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>33</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>34</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>35</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>36</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>37</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>38</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>39</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>40</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>41</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>42</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>43</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>44</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>45</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>46</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>47</position>\n\t\t\t\t\t\t<quantity>0</quantity>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR_prices.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Publication_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0\">\n\t<revisionNumber>1</revisionNumber>\n\t<type>A44</type>\n\t<createdDateTime>2023-05-09T11:24:10Z</createdDateTime>\n\t<period.timeInterval>\n\t\t<start>2023-05-06T22:00Z</start>\n\t\t<end>2023-05-08T22:00Z</end>\n\t</period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A62</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</out_Domain.mRID>\n\t\t<currency_Unit.name>EUR</currency_Unit.name>\n\t\t<price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-05-06T22:00Z</start>\n\t\t\t\t\t<end>2023-05-07T22:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<price.amount>106.78</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<price.amount>95.02</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<price.amount>90.00</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<price.amount>84.30</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<price.amount>83.71</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<price.amount>84.86</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<price.amount>85.08</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<price.amount>82.48</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<price.amount>77.51</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<price.amount>76.25</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<price.amount>63.48</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<price.amount>55.13</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<price.amount>60.48</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<price.amount>47.25</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<price.amount>27.40</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<price.amount>24.09</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<price.amount>57.60</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<price.amount>77.75</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<price.amount>95.63</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<price.amount>101.30</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<price.amount>107.43</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<price.amount>109.20</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<price.amount>106.23</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<price.amount>97.99</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A62</businessType>\n\t\t<in_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</in_Domain.mRID>\n\t\t<out_Domain.mRID codingScheme=\"A01\">10YFR-RTE------C</out_Domain.mRID>\n\t\t<currency_Unit.name>EUR</currency_Unit.name>\n\t\t<price_Measure_Unit.name>MWH</price_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t\t<Period>\n\t\t\t\t<timeInterval>\n\t\t\t\t\t<start>2023-05-07T22:00Z</start>\n\t\t\t\t\t<end>2023-05-08T22:00Z</end>\n\t\t\t\t</timeInterval>\n\t\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>1</position>\n\t\t\t\t\t\t<price.amount>98.24</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>2</position>\n\t\t\t\t\t\t<price.amount>88.58</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>3</position>\n\t\t\t\t\t\t<price.amount>87.23</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>4</position>\n\t\t\t\t\t\t<price.amount>84.01</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>5</position>\n\t\t\t\t\t\t<price.amount>84.16</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>6</position>\n\t\t\t\t\t\t<price.amount>90.91</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>7</position>\n\t\t\t\t\t\t<price.amount>93.96</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>8</position>\n\t\t\t\t\t\t<price.amount>99.74</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>9</position>\n\t\t\t\t\t\t<price.amount>110.97</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>10</position>\n\t\t\t\t\t\t<price.amount>100.01</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>11</position>\n\t\t\t\t\t\t<price.amount>92.04</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>12</position>\n\t\t\t\t\t\t<price.amount>83.49</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>13</position>\n\t\t\t\t\t\t<price.amount>83.00</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>14</position>\n\t\t\t\t\t\t<price.amount>83.71</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>15</position>\n\t\t\t\t\t\t<price.amount>77.99</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>16</position>\n\t\t\t\t\t\t<price.amount>78.00</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>17</position>\n\t\t\t\t\t\t<price.amount>84.01</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>18</position>\n\t\t\t\t\t\t<price.amount>97.05</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>19</position>\n\t\t\t\t\t\t<price.amount>106.50</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>20</position>\n\t\t\t\t\t\t<price.amount>112.82</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>21</position>\n\t\t\t\t\t\t<price.amount>122.76</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>22</position>\n\t\t\t\t\t\t<price.amount>121.99</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>23</position>\n\t\t\t\t\t\t<price.amount>114.71</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t\t\t<Point>\n\t\t\t\t\t\t<position>24</position>\n\t\t\t\t\t\t<price.amount>104.04</price.amount>\n\t\t\t\t\t</Point>\n\t\t\t</Period>\n\t</TimeSeries>\n</Publication_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/LU_production.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>28000bea51054c1ab24f5b666b28d511</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A75</type>\n  <process.processType>A16</process.processType>\n  <sender_MarketParticipant.mRID\n    codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-05-24T10:25:00Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2024-05-21T10:00Z</start>\n    <end>2024-05-24T10:00Z</end>\n  </time_Period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B01</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T03:45Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>40</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>26</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>40</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>42</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B01</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-24T04:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>40</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>32</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B04</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T03:45Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B04</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-24T04:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>26</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>6</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B11</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T03:45Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>11</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B11</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-24T04:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>12</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>7</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B12</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T03:45Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>8</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B12</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-24T04:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>9</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>50</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>36</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>54</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>59</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>68</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>67</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>64</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>56</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>40</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>50</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>55</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>58</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>63</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>71</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>72</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>82</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>74</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>84</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>103</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>116</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>139</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>180</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>177</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>158</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>151</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>140</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>132</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>122</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>116</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>115</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>111</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>103</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>101</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>90</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>77</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>57</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>36</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>58</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>82</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>95</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>109</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>122</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>133</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>142</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>151</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>158</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>162</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>152</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>150</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>152</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>151</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>152</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>159</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>146</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>138</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>139</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>143</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>146</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>141</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>134</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>125</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>122</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>124</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>129</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>132</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>124</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>118</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>112</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>105</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>99</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>88</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>75</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>55</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>264</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>265</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>266</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>267</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>268</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>269</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>270</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>271</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>272</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>273</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>274</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>275</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>276</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>277</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>278</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>279</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>280</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>281</position>\n        <quantity>21</quantity>\n      </Point>\n      <Point>\n        <position>282</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>283</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>284</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>285</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>286</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>287</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>288</position>\n        <quantity>39</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>10</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B17</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T03:45Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>12</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>11</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B17</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-24T04:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>12</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>12</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID\n      codingScheme=\"A01\">10YLU-CEGEDEL-NQ</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-05-21T10:00Z</start>\n        <end>2024-05-24T10:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>26</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>54</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>66</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>69</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>60</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>37</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>53</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>54</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>72</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>74</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>53</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>97</position>\n        <quantity>64</quantity>\n      </Point>\n      <Point>\n        <position>98</position>\n        <quantity>60</quantity>\n      </Point>\n      <Point>\n        <position>99</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>100</position>\n        <quantity>54</quantity>\n      </Point>\n      <Point>\n        <position>101</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>102</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>103</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>104</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>105</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>106</position>\n        <quantity>31</quantity>\n      </Point>\n      <Point>\n        <position>107</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>108</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>109</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>110</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>111</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>112</position>\n        <quantity>27</quantity>\n      </Point>\n      <Point>\n        <position>113</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>114</position>\n        <quantity>29</quantity>\n      </Point>\n      <Point>\n        <position>115</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>116</position>\n        <quantity>36</quantity>\n      </Point>\n      <Point>\n        <position>117</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>118</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>119</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>120</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>121</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>122</position>\n        <quantity>16</quantity>\n      </Point>\n      <Point>\n        <position>123</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>124</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>125</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>126</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>127</position>\n        <quantity>28</quantity>\n      </Point>\n      <Point>\n        <position>128</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>129</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>130</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>131</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>132</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>133</position>\n        <quantity>26</quantity>\n      </Point>\n      <Point>\n        <position>134</position>\n        <quantity>19</quantity>\n      </Point>\n      <Point>\n        <position>135</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>136</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>137</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>138</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>139</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>140</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>141</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>142</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>143</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>144</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>145</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>146</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>147</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>148</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>149</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>150</position>\n        <quantity>11</quantity>\n      </Point>\n      <Point>\n        <position>151</position>\n        <quantity>15</quantity>\n      </Point>\n      <Point>\n        <position>152</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>153</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>154</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>155</position>\n        <quantity>49</quantity>\n      </Point>\n      <Point>\n        <position>156</position>\n        <quantity>75</quantity>\n      </Point>\n      <Point>\n        <position>157</position>\n        <quantity>77</quantity>\n      </Point>\n      <Point>\n        <position>158</position>\n        <quantity>77</quantity>\n      </Point>\n      <Point>\n        <position>159</position>\n        <quantity>75</quantity>\n      </Point>\n      <Point>\n        <position>160</position>\n        <quantity>70</quantity>\n      </Point>\n      <Point>\n        <position>161</position>\n        <quantity>67</quantity>\n      </Point>\n      <Point>\n        <position>162</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>163</position>\n        <quantity>54</quantity>\n      </Point>\n      <Point>\n        <position>164</position>\n        <quantity>41</quantity>\n      </Point>\n      <Point>\n        <position>165</position>\n        <quantity>39</quantity>\n      </Point>\n      <Point>\n        <position>166</position>\n        <quantity>49</quantity>\n      </Point>\n      <Point>\n        <position>167</position>\n        <quantity>57</quantity>\n      </Point>\n      <Point>\n        <position>168</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>169</position>\n        <quantity>56</quantity>\n      </Point>\n      <Point>\n        <position>170</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>171</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>172</position>\n        <quantity>58</quantity>\n      </Point>\n      <Point>\n        <position>173</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>174</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>175</position>\n        <quantity>38</quantity>\n      </Point>\n      <Point>\n        <position>176</position>\n        <quantity>25</quantity>\n      </Point>\n      <Point>\n        <position>177</position>\n        <quantity>17</quantity>\n      </Point>\n      <Point>\n        <position>178</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>179</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>180</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>181</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>182</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>183</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>184</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>185</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>186</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>187</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>188</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>189</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>190</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>191</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>192</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>193</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>194</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>195</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>196</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>197</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>198</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>199</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>200</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>201</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>202</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>203</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>204</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>205</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>206</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>207</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>208</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>209</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>210</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>211</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>212</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>213</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>214</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>215</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>216</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>217</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>218</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>219</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>220</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>221</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>222</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>223</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>224</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>225</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>226</position>\n        <quantity>8</quantity>\n      </Point>\n      <Point>\n        <position>227</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>228</position>\n        <quantity>9</quantity>\n      </Point>\n      <Point>\n        <position>229</position>\n        <quantity>7</quantity>\n      </Point>\n      <Point>\n        <position>230</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>231</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>232</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>233</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>234</position>\n        <quantity>5</quantity>\n      </Point>\n      <Point>\n        <position>235</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>236</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>237</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>238</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>239</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>240</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>241</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>242</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>243</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>244</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>245</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>246</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>247</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>248</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>249</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>250</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>251</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>252</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>253</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>254</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>255</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>256</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>257</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>258</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>259</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>260</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>261</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>262</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>263</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>264</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>265</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>266</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>267</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>268</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>269</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>270</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>271</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>272</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>273</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>274</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>275</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>276</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>277</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>278</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>279</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>280</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>281</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>282</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>283</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>284</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>285</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>286</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>287</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>288</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/NO-NO5_production-negatives.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n\t<mRID>fcde5738d7be426a923846473793e73e</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A75</type>\n\t<process.processType>A16</process.processType>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-05-11T09:40:41Z</createdDateTime>\n\t<time_Period.timeInterval>\n\t\t<start>2023-05-09T09:00Z</start>\n\t\t<end>2023-05-11T09:00Z</end>\n\t</time_Period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B04</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>-0.4</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>-0.5</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>1</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>-900</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B10</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>78</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>157</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>161</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>118</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>35</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>70</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>70</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>73</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>74</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>74</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>190</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>114</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B11</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>296</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>283</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>283</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>292</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>307</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>390</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>413</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>427</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>433</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>432</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>447</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>434</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>439</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>479</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>481</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>469</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>460</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>476</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>506</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>509</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>511</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>509</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>505</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>505</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>516</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>543</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>562</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>562</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>573</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>576</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>544</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>546</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>548</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>559</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>558</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>567</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>571</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>586</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>588</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>588</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>589</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>584</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>582</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>577</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>512</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>518</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>582</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B12</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>769</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>686</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>728</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>885</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>1010</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>1157</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>1537</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>1582</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>1620</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>1579</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>1595</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>1498</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>1440</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>1150</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>1039</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>1022</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>1007</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>1037</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>1046</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>1448</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>1830</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>1835</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>1709</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>1557</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>1682</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>1648</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>1638</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>1595</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>1706</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>2007</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>2189</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>2091</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>2177</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>2321</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>2198</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>2065</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>2032</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>1960</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>1802</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>1805</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>1805</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>1865</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>2118</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>2578</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>2928</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>3301</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>3095</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B17</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>12</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>11</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>11</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/NO-NO5_production.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n\t<mRID>fcde5738d7be426a923846473793e73e</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A75</type>\n\t<process.processType>A16</process.processType>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-05-11T09:40:41Z</createdDateTime>\n\t<time_Period.timeInterval>\n\t\t<start>2023-05-09T09:00Z</start>\n\t\t<end>2023-05-11T09:00Z</end>\n\t</time_Period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B04</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>1</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>0</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B10</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>62</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>61</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>78</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>157</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>161</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>118</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>60</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>35</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>33</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>34</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>70</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>70</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>71</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>73</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>74</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>74</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>190</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>114</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B11</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>296</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>283</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>283</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>292</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>307</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>390</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>413</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>427</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>433</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>432</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>447</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>434</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>439</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>479</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>481</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>469</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>460</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>476</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>506</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>509</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>511</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>509</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>505</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>505</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>516</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>543</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>562</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>562</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>573</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>576</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>544</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>546</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>548</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>559</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>558</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>567</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>571</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>586</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>588</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>588</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>589</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>584</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>582</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>577</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>512</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>518</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>582</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>4</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B12</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>769</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>686</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>728</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>885</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>1010</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>1157</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>1537</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>1582</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>1620</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>1579</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>1595</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>1498</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>1440</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>1150</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>1039</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>1022</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>1007</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>1037</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>1046</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>1448</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>1830</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>1835</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>1709</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>1557</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>1682</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>1648</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>1638</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>1595</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>1706</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>2007</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>2189</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>2091</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>2177</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>2321</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>2198</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>2065</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>2032</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>1960</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>1802</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>1805</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>1805</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>1865</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>2118</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>2578</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>2928</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>3301</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>3095</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>5</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A08</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A48H</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<MktPSRType>\n\t\t\t<psrType>B17</psrType>\n\t\t</MktPSRType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-05-09T09:00Z</start>\n\t\t\t\t<end>2023-05-11T08:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>25</position>\n                        <quantity>16</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>26</position>\n                        <quantity>15</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>27</position>\n                        <quantity>14</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>28</position>\n                        <quantity>12</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>29</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>30</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>31</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>32</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>33</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>34</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>35</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>36</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>37</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>38</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>39</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>40</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>41</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>42</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>43</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>44</position>\n                        <quantity>11</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>45</position>\n                        <quantity>11</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>46</position>\n                        <quantity>10</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>47</position>\n                        <quantity>9</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/SE-SE3_generation_forecast.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n\t<mRID>f08ed4c098824b2db99320aac1c91e86</mRID>\n\t<revisionNumber>1</revisionNumber>\n\t<type>A71</type>\n\t<process.processType>A01</process.processType>\n\t<sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n\t<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n\t<receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n\t<receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n\t<createdDateTime>2023-12-30T15:06:25Z</createdDateTime>\n\t<time_Period.timeInterval>\n\t\t<start>2023-12-27T23:00Z</start>\n\t\t<end>2023-12-30T23:00Z</end>\n\t</time_Period.timeInterval>\n\t<TimeSeries>\n\t\t<mRID>1</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A01</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A46L</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-12-27T23:00Z</start>\n\t\t\t\t<end>2023-12-28T23:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>9958</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>10183</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>10414</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>10583</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>10709</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>10872</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>10979</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>11006</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>10901</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>10798</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>10634</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>10612</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>10607</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>10554</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>10426</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>10453</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>10429</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>10330</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>10228</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>10099</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>9972</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>9828</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>9737</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>9711</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>2</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A01</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A46L</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-12-28T23:00Z</start>\n\t\t\t\t<end>2023-12-29T23:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>9693</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>9765</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>9900</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>10031</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>10097</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>10147</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>10259</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>10273</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>10242</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>10169</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>10058</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>9996</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>10004</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>10014</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>9961</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>10115</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>10130</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>10090</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>9999</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>9887</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>9764</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>9627</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>9522</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>9449</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n\t<TimeSeries>\n\t\t<mRID>3</mRID>\n\t\t<businessType>A01</businessType>\n\t\t<objectAggregation>A01</objectAggregation>\n\t\t<inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A46L</inBiddingZone_Domain.mRID>\n\t\t<quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n\t\t<curveType>A01</curveType>\n\t\t<Period>\n\t\t\t<timeInterval>\n\t\t\t\t<start>2023-12-29T23:00Z</start>\n\t\t\t\t<end>2023-12-30T23:00Z</end>\n\t\t\t</timeInterval>\n\t\t\t<resolution>PT60M</resolution>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>1</position>\n                        <quantity>9467</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>2</position>\n                        <quantity>9463</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>3</position>\n                        <quantity>9454</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>4</position>\n                        <quantity>9428</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>5</position>\n                        <quantity>9403</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>6</position>\n                        <quantity>9409</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>7</position>\n                        <quantity>9345</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>8</position>\n                        <quantity>9286</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>9</position>\n                        <quantity>9198</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>10</position>\n                        <quantity>9217</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>11</position>\n                        <quantity>9232</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>12</position>\n                        <quantity>9236</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>13</position>\n                        <quantity>9257</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>14</position>\n                        <quantity>9251</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>15</position>\n                        <quantity>9257</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>16</position>\n                        <quantity>9476</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>17</position>\n                        <quantity>9694</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>18</position>\n                        <quantity>9780</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>19</position>\n                        <quantity>9837</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>20</position>\n                        <quantity>9795</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>21</position>\n                        <quantity>9652</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>22</position>\n                        <quantity>9669</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>23</position>\n                        <quantity>9620</quantity>\n\t\t\t\t</Point>\n\t\t\t\t<Point>\n\t\t\t\t\t<position>24</position>\n                        <quantity>9598</quantity>\n\t\t\t\t</Point>\n\t\t</Period>\n\t</TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/SE-SE4_production.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>02e9c36bb1c2419594d3ae2abf3c8cb8</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A75</type>\n  <process.processType>A16</process.processType>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2025-10-23T11:38:39Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2025-10-20T11:00Z</start>\n    <end>2025-10-23T10:00Z</end>\n  </time_Period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A03</curveType>\n    <MktPSRType>\n      <psrType>B04</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2025-10-20T11:00Z</start>\n        <end>2025-10-23T10:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0.9</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0.6</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0.5</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0.1</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0.9</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0.9</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0.6</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>0.6</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>0.9</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>0.1</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>0.2</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>0.4</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>0.3</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0.5</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0.7</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0.8</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0.9</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A03</curveType>\n    <MktPSRType>\n      <psrType>B12</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2025-10-20T11:00Z</start>\n        <end>2025-10-23T10:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>90.23</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>90.22</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>91.13</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>96.14</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>97.02</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>95.01</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>47</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>43.72</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>36.28</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>30.64</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>30.42</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>30.41</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>31.24</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>32.19</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>33.38</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>41.61</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>47.53</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>58.41</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>55.16</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>54.1</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>37.16</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>40.08</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>37.7</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>37.59</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>35.4</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>35.25</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>36.91</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>40.4</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>40.39</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>40.73</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>37.82</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>31.3</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>26.78</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>21.41</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>21.32</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>22.96</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>21.34</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>25.76</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>28.55</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>32.44</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>31.81</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>77.15</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>79.45</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>82.08</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>84.03</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>85.97</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>88.04</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>94.06</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>96.15</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>96.82</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>98.81</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>97.29</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>96.44</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>89.64</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>52.77</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>46.22</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>37.93</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>24.381</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>24.53275</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>24.40925</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>25.4345</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>28.31925</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>52.16075</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>55.63225</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>86.885</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>85.15275</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>87.76075</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>86.48775</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>80.24725</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A03</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2025-10-20T11:00Z</start>\n        <end>2025-10-23T10:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>300.51</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>250.13</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>164.41</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>71.24</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>10.1</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1.63</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1.61</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1.6</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1.62</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1.61</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1.59</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1.61</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1.55</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1.51</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1.49</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1.47</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1.45</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1.85</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>4.03</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>18.91</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>38.52</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>60.84</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>72.74</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>75.8</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>66.15</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>44.65</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>20.26</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>2.37</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1.4</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1.41</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1.42</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1.41</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1.38</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1.35</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1.32</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1.27</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1.24</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1.23</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1.21</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1.35</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>4.98</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>23.12</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>49.45</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>75.98</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>91.8</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>87.74</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>67.24</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>41.37</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>16.7</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>2.14</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1.12</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1.17</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1.15</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1.083</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1.0615</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1.082</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1.0605</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1.0745</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1.082</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1.0945</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1.19775</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>4.3105</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>20.73975</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>44.0625</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>66.613</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A03</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2025-10-20T11:00Z</start>\n        <end>2025-10-23T10:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>1434.47</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>1399.7</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>1367.78</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>1353.7</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1401.78</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1505.79</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1584.07</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1619.49</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1620.61</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1576.38</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1523.93</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1538.7</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1471.41</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1435.03</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1421.61</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1437.14</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1452.18</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1428.93</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1434.73</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1414.15</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1383.86</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1338.12</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1306.66</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1271.92</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1258.16</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1249.52</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1042.17</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1062.59</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1124.62</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1177.42</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1199.63</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1210.85</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1196.37</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1167.89</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1119.76</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1009.49</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>922.42</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>847.43</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>786.47</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>731.39</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>687.4</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>666.75</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>664.38</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>658.35</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>640.22</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>628.48</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>614</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>605.11</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>564.75</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>528.13</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>488.68</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>458.91</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>485.58</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>507.48</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>491.92</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>450.95</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>411.28</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>367.27</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>330.22</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>226.75725</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>179.6465</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>138.22025</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>105.75175</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>90.368</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>88.58325</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>107.64775</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>150.92675</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>218.576</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>299.371</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>402.71525</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>506.93375</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A01</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A03</curveType>\n    <MktPSRType>\n      <psrType>B20</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2025-10-20T11:00Z</start>\n        <end>2025-10-23T10:00Z</end>\n      </timeInterval>\n      <resolution>PT60M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>184.23</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>176.87</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>172.11</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>170.46</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>166.67</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>175.77</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>176.44</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>155.37</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>148.88</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>147.8</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>141.83</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>145.35</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>141.38</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>142.64</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>139.72</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>137.79</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>144.99</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>154.99</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>155.28</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>149.29</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>147.19</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>149.85</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>147.82</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>144.6</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>142.98</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>144.43</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>142.68</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>145.09</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>144.7</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>144.53</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>149.06</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>150.73</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>147.72</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>134.67</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>129.98</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>116.69</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>111.26</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>113.36</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>111.93</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>111.1</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>115.51</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>131.03</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>135.26</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>133.35</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>133.92</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>130.69</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>125.05</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>134.73</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>133.39</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>131.42</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>130.18</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>146.25</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>138.2</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>131.53</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>118.24</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>112.88</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>111.29</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>102.95</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>110.67</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>107.653</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>114.4825</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>112.38575</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>115.55875</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>115.3715</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>118.5755</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>126.912</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>127.9035</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>126.171</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>127.5785</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>144.81475</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>149.37175</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/fake_time_series.xml",
    "content": "<TimeSeries>\n  <mRID>1</mRID>\n  <businessType>A01</businessType>\n  <objectAggregation>A08</objectAggregation>\n  <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n  <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n  <curveType>A03</curveType>\n  <MktPSRType>\n    <psrType>B04</psrType>\n  </MktPSRType>\n  <Period>\n    <timeInterval>\n      <start>2025-10-20T11:00Z</start>\n      <end>2025-10-23T10:00Z</end>\n    </timeInterval>\n    <resolution>PT60M</resolution>\n    <Point>\n      <position>1</position>\n      <quantity>0.9</quantity>\n    </Point>\n    <Point>\n      <position>2</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>3</position>\n      <quantity>0.6</quantity>\n    </Point>\n    <Point>\n      <position>4</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>6</position>\n      <quantity>0.5</quantity>\n    </Point>\n    <Point>\n      <position>7</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>10</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>11</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>13</position>\n      <quantity>0.1</quantity>\n    </Point>\n    <Point>\n      <position>14</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>15</position>\n      <quantity>0</quantity>\n    </Point>\n    <Point>\n      <position>16</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>18</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>19</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>20</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>21</position>\n      <quantity>0.9</quantity>\n    </Point>\n    <Point>\n      <position>22</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>23</position>\n      <quantity>1</quantity>\n    </Point>\n    <Point>\n      <position>24</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>25</position>\n      <quantity>0.9</quantity>\n    </Point>\n    <Point>\n      <position>26</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>27</position>\n      <quantity>0.6</quantity>\n    </Point>\n    <Point>\n      <position>28</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>29</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>30</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>34</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>35</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>37</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>38</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>39</position>\n      <quantity>0</quantity>\n    </Point>\n    <Point>\n      <position>40</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>42</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>43</position>\n      <quantity>0.6</quantity>\n    </Point>\n    <Point>\n      <position>44</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>45</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>47</position>\n      <quantity>0.9</quantity>\n    </Point>\n    <Point>\n      <position>50</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>51</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>52</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>53</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>54</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>58</position>\n      <quantity>0.1</quantity>\n    </Point>\n    <Point>\n      <position>59</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>60</position>\n      <quantity>0.2</quantity>\n    </Point>\n    <Point>\n      <position>62</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>63</position>\n      <quantity>0</quantity>\n    </Point>\n    <Point>\n      <position>64</position>\n      <quantity>0.4</quantity>\n    </Point>\n    <Point>\n      <position>66</position>\n      <quantity>0.3</quantity>\n    </Point>\n    <Point>\n      <position>67</position>\n      <quantity>0.5</quantity>\n    </Point>\n    <Point>\n      <position>68</position>\n      <quantity>0.7</quantity>\n    </Point>\n    <Point>\n      <position>69</position>\n      <quantity>0.8</quantity>\n    </Point>\n    <Point>\n      <position>71</position>\n      <quantity>0.9</quantity>\n    </Point>\n  </Period>\n</TimeSeries>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/fake_time_series_all_0.xml",
    "content": "<TimeSeries>\n  <mRID>1</mRID>\n  <businessType>A01</businessType>\n  <objectAggregation>A08</objectAggregation>\n  <inBiddingZone_Domain.mRID codingScheme=\"A01\">10Y1001A1001A47J</inBiddingZone_Domain.mRID>\n  <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n  <curveType>A03</curveType>\n  <MktPSRType>\n    <psrType>B04</psrType>\n  </MktPSRType>\n  <Period>\n    <timeInterval>\n      <start>2025-10-20T11:00Z</start>\n      <end>2025-10-23T10:00Z</end>\n    </timeInterval>\n    <resolution>PT60M</resolution>\n    <Point>\n      <position>1</position>\n      <quantity>0</quantity>\n    </Point>\n  </Period>\n</TimeSeries>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/wind_solar_forecast_FI_CURRENT.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>c49b00f3cf0b4415a770bc135bf3003c</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A69</type>\n  <process.processType>A18</process.processType>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-02-09T18:33:43Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2024-02-07T22:00Z</start>\n    <end>2024-02-11T06:00Z</end>\n  </time_Period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T22:00Z</start>\n        <end>2024-02-08T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>40</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>55</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>97</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>101</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>111</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>148</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>149</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>150</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>153</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>172</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>170</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>127</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>124</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>117</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>104</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>65</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>57</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>43</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T22:00Z</start>\n        <end>2024-02-08T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>1860</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>1866</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>1876</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>1897</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1802</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1811</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1825</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1860</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1791</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1800</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1815</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1849</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1795</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1803</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1816</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1841</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1711</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1722</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1742</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1781</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1813</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1825</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1845</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1884</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>2008</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>2019</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>2039</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>2081</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>2230</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>2239</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>2253</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>2291</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>2431</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>2431</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>2431</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>2431</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>2513</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>2516</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>2511</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>2540</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>2651</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>2619</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>2561</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>2452</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1963</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1941</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1904</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1826</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1927</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1907</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1876</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1799</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1850</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1844</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1836</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1808</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1718</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1729</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1750</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1789</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1797</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1812</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1840</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1895</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1946</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1961</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1986</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>2042</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>2112</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>2119</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>2131</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>2161</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>2199</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>2200</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>2201</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>2208</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>2327</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>2323</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>2315</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>2298</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>2431</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>2424</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>2411</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>2388</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>2487</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>2476</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>2457</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>2419</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>2456</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>2442</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>2418</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>2368</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>2487</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>2472</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>2447</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>2391</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T22:00Z</start>\n        <end>2024-02-09T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>49</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>57</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>73</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>124</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>128</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>133</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>146</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>182</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>184</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>190</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>209</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>206</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>202</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>195</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>192</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>187</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>178</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>150</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>142</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>127</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>88</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>83</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>76</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>57</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T22:00Z</start>\n        <end>2024-02-09T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2220</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2208</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>2187</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>2145</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>2088</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>2077</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>2059</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>2020</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1966</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1957</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1941</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1906</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1762</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1755</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1742</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1722</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1574</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1566</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1552</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1522</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1372</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1361</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1345</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1272</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1272</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1271</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1271</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1351</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1349</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1345</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1342</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1368</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1361</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1348</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1327</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1351</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1326</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1285</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1151</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1153</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1157</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1161</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1028</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1024</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1019</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1007</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>834</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>826</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>813</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>785</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>646</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>642</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>635</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>619</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>529</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>529</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>530</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>528</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>442</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>447</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>456</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>475</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>486</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>491</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>499</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>514</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>552</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>557</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>565</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>580</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>619</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>624</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>631</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>651</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>759</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>757</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>753</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>746</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>730</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>725</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>717</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>697</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>658</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>637</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>627</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>621</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>627</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>625</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>620</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>615</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>605</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>599</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>592</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T22:00Z</start>\n        <end>2024-02-10T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>34</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>49</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>62</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>78</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>95</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>109</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>121</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>133</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>144</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>153</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>160</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>160</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>147</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>137</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>127</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>116</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>103</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>88</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>74</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>44</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T22:00Z</start>\n        <end>2024-02-10T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>584</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>576</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>568</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>558</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>548</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>539</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>530</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>521</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>511</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>503</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>497</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>489</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>478</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>474</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>475</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>479</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>485</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>496</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>511</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>530</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>553</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>579</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>607</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>640</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>677</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>715</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>752</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>796</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>848</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>891</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>927</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>965</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1008</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1036</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1053</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1066</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1075</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1072</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1063</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1032</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>965</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>934</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>922</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>924</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>953</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>960</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>953</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>952</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>959</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>943</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>914</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>866</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>791</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>734</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>687</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>630</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>557</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>512</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>487</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>468</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>457</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>464</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>485</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>524</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>589</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>649</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>707</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>784</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>886</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>963</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1024</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1084</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1137</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1184</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1225</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1260</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1288</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1310</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1328</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1337</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1334</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1336</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1339</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1337</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1327</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1325</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1327</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1331</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1339</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1346</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1352</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1364</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1384</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1392</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1394</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1390</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>7</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-10T22:00Z</start>\n        <end>2024-02-11T06:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>8</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-10T22:00Z</start>\n        <end>2024-02-11T06:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>1380</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>1371</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>1364</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>1347</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1315</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1304</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1304</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1313</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1335</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1353</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1369</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1391</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1419</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1443</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1464</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1486</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1509</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1529</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1548</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1564</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1578</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1592</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1608</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1621</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1631</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1645</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1661</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1684</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1718</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1737</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1746</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1751</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/wind_solar_forecast_FI_DAY_AHEAD.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>2d9b00aa60c947b0af7916c7ada465bf</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A69</type>\n  <process.processType>A01</process.processType>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-02-09T18:33:40Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2024-02-07T23:00Z</start>\n    <end>2024-02-10T23:00Z</end>\n  </time_Period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T23:00Z</start>\n        <end>2024-02-08T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>12</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>30</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>45</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>59</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>75</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>110</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>123</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>137</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>151</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>161</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>170</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>177</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>184</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>187</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>188</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>187</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>178</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>171</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>163</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>153</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>141</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>128</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>112</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>92</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>75</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>60</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>4</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>2</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T23:00Z</start>\n        <end>2024-02-08T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2224</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2223</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>2221</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>2218</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>2210</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>2206</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>2205</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>2205</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>2206</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>2209</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>2213</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>2219</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>2227</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>2236</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>2244</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>2254</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>2266</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>2277</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>2287</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>2297</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>2306</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>2316</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>2328</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>2343</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>2361</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>2375</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>2385</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>2399</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>2421</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>2427</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>2425</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>2406</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>2359</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>2341</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>2349</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>2338</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>2290</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>2324</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>2397</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>2559</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>2876</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>3033</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>3092</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>3124</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>3105</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>3062</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>2994</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>2874</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>2684</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>2517</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>2363</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>2167</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1907</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1721</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1587</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1456</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1327</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1255</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1222</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1246</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1351</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1417</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1464</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1531</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1615</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1687</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1749</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1818</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1896</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1955</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1999</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>2034</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>2058</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>2077</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>2091</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>2097</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>2093</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>2086</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>2076</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>2057</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>2029</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>2002</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1975</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1943</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1906</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1870</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1834</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1795</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1749</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1710</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1677</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1640</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1597</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1571</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1557</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1549</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T23:00Z</start>\n        <end>2024-02-09T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>14</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>35</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>52</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>67</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>84</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>104</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>122</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>137</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>152</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>169</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>190</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>198</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>204</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>207</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>205</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>200</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>193</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>170</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>143</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>126</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>106</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>87</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>71</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>50</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>22</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T23:00Z</start>\n        <end>2024-02-09T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>1727</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>1722</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>1712</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>1698</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1678</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1654</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1626</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1589</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1540</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1498</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1460</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1416</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1361</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1322</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1294</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1274</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1265</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1254</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1241</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1238</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1249</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1244</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1228</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1210</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1187</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1160</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1131</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1092</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1039</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1000</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>971</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>935</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>887</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>867</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>867</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>885</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>932</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>966</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>993</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1033</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1092</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1127</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1146</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1158</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1157</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1156</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1148</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1141</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1141</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1114</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1070</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1003</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>897</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>817</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>754</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>677</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>579</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>521</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>488</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>479</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>505</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>517</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>522</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>542</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>582</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>601</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>609</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>611</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>603</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>598</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>595</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>588</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>577</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>569</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>563</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>557</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>554</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>548</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>542</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>535</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>527</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>520</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>515</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>508</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>501</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>497</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>494</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>493</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>496</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>497</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>496</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>495</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>493</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>492</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>492</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>492</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T23:00Z</start>\n        <end>2024-02-10T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>33</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>76</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>94</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>108</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>120</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>132</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>145</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>161</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>165</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>167</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>167</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>164</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>160</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>155</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>148</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>140</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>130</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>119</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>107</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>92</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>77</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>63</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>46</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>20</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T23:00Z</start>\n        <end>2024-02-10T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>542</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>540</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>537</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>531</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>521</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>513</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>507</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>497</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>482</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>476</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>476</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>479</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>486</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>495</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>508</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>523</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>538</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>561</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>589</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>625</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>671</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>713</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>752</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>797</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>850</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>894</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>930</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>967</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1007</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1035</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1052</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1066</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1077</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1075</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1066</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1036</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>971</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>941</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>929</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>930</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>957</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>963</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>955</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>953</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>958</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>941</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>911</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>864</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>790</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>733</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>687</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>630</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>557</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>512</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>487</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>469</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>458</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>465</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>486</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>526</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>591</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>651</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>710</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>788</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>891</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>969</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1031</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1090</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1142</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1188</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1229</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>1264</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>1293</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>1316</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>1334</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>1343</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>1339</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>1340</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>1343</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>1340</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>1329</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>1327</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>1329</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>1333</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>1341</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>1348</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>1355</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>1367</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>1389</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>1398</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>1400</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>1394</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>1375</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1366</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1364</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1362</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ENTSOE/wind_solar_forecast_FI_INTRADAY.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GL_MarketDocument xmlns=\"urn:iec62325.351:tc57wg16:451-6:generationloaddocument:3:0\">\n  <mRID>670f97d68dc045ca8d718748ea8723f5</mRID>\n  <revisionNumber>1</revisionNumber>\n  <type>A69</type>\n  <process.processType>A40</process.processType>\n  <sender_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</sender_MarketParticipant.mRID>\n  <sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>\n  <receiver_MarketParticipant.mRID codingScheme=\"A01\">10X1001A1001A450</receiver_MarketParticipant.mRID>\n  <receiver_MarketParticipant.marketRole.type>A33</receiver_MarketParticipant.marketRole.type>\n  <createdDateTime>2024-02-09T18:33:42Z</createdDateTime>\n  <time_Period.timeInterval>\n    <start>2024-02-07T22:00Z</start>\n    <end>2024-02-09T23:00Z</end>\n  </time_Period.timeInterval>\n  <TimeSeries>\n    <mRID>1</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T22:00Z</start>\n        <end>2024-02-08T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>10</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>24</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>36</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>64</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>84</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>100</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>114</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>130</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>147</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>159</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>169</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>176</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>180</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>183</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>185</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>186</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>185</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>181</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>175</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>154</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>142</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>128</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>113</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>93</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>76</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>61</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>42</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>18</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>2</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-07T22:00Z</start>\n        <end>2024-02-08T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>2036</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>2016</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>2008</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>2004</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1539</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1532</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1522</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1490</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1419</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1393</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1393</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1407</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1449</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1482</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1512</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1548</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1584</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1631</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1684</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1752</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1846</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1916</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1973</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>2028</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>2076</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>2122</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>2164</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>2197</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>2216</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>2246</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>2281</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>2326</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>2392</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>2429</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>2449</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>2454</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>2432</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>2427</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>2423</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>2446</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>2527</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>2514</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>2446</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>2322</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>2104</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1944</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1817</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1668</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1491</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1361</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1264</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1184</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1130</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1085</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1050</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1034</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1039</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1050</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>1069</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>1100</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>1142</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>1196</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>1260</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>1345</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>1462</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>1558</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>1641</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1731</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1833</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1913</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>1977</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>2033</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>2077</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>2116</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>2150</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>2174</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>2186</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>2198</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>2208</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>2211</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>2208</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>2204</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>2198</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>2188</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>2170</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>2156</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>2144</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>2134</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>2130</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>2116</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>2095</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>2068</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>2031</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>1999</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>1971</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>1933</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>3</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T22:00Z</start>\n        <end>2024-02-09T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>13</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>32</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>48</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>63</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>81</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>103</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>121</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>136</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>151</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>166</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>179</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>188</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>196</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>203</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>209</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>208</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>205</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>200</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>193</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>184</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>171</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>157</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>143</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>127</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>107</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>89</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>72</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>51</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>23</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>6</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>3</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>1</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>4</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-08T22:00Z</start>\n        <end>2024-02-09T22:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>1881</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>1851</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>1837</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>1828</quantity>\n      </Point>\n      <Point>\n        <position>5</position>\n        <quantity>1977</quantity>\n      </Point>\n      <Point>\n        <position>6</position>\n        <quantity>1960</quantity>\n      </Point>\n      <Point>\n        <position>7</position>\n        <quantity>1931</quantity>\n      </Point>\n      <Point>\n        <position>8</position>\n        <quantity>1869</quantity>\n      </Point>\n      <Point>\n        <position>9</position>\n        <quantity>1756</quantity>\n      </Point>\n      <Point>\n        <position>10</position>\n        <quantity>1682</quantity>\n      </Point>\n      <Point>\n        <position>11</position>\n        <quantity>1631</quantity>\n      </Point>\n      <Point>\n        <position>12</position>\n        <quantity>1579</quantity>\n      </Point>\n      <Point>\n        <position>13</position>\n        <quantity>1527</quantity>\n      </Point>\n      <Point>\n        <position>14</position>\n        <quantity>1488</quantity>\n      </Point>\n      <Point>\n        <position>15</position>\n        <quantity>1458</quantity>\n      </Point>\n      <Point>\n        <position>16</position>\n        <quantity>1436</quantity>\n      </Point>\n      <Point>\n        <position>17</position>\n        <quantity>1422</quantity>\n      </Point>\n      <Point>\n        <position>18</position>\n        <quantity>1416</quantity>\n      </Point>\n      <Point>\n        <position>19</position>\n        <quantity>1413</quantity>\n      </Point>\n      <Point>\n        <position>20</position>\n        <quantity>1429</quantity>\n      </Point>\n      <Point>\n        <position>21</position>\n        <quantity>1475</quantity>\n      </Point>\n      <Point>\n        <position>22</position>\n        <quantity>1492</quantity>\n      </Point>\n      <Point>\n        <position>23</position>\n        <quantity>1493</quantity>\n      </Point>\n      <Point>\n        <position>24</position>\n        <quantity>1486</quantity>\n      </Point>\n      <Point>\n        <position>25</position>\n        <quantity>1464</quantity>\n      </Point>\n      <Point>\n        <position>26</position>\n        <quantity>1449</quantity>\n      </Point>\n      <Point>\n        <position>27</position>\n        <quantity>1439</quantity>\n      </Point>\n      <Point>\n        <position>28</position>\n        <quantity>1424</quantity>\n      </Point>\n      <Point>\n        <position>29</position>\n        <quantity>1406</quantity>\n      </Point>\n      <Point>\n        <position>30</position>\n        <quantity>1392</quantity>\n      </Point>\n      <Point>\n        <position>31</position>\n        <quantity>1379</quantity>\n      </Point>\n      <Point>\n        <position>32</position>\n        <quantity>1372</quantity>\n      </Point>\n      <Point>\n        <position>33</position>\n        <quantity>1374</quantity>\n      </Point>\n      <Point>\n        <position>34</position>\n        <quantity>1364</quantity>\n      </Point>\n      <Point>\n        <position>35</position>\n        <quantity>1345</quantity>\n      </Point>\n      <Point>\n        <position>36</position>\n        <quantity>1322</quantity>\n      </Point>\n      <Point>\n        <position>37</position>\n        <quantity>1294</quantity>\n      </Point>\n      <Point>\n        <position>38</position>\n        <quantity>1263</quantity>\n      </Point>\n      <Point>\n        <position>39</position>\n        <quantity>1233</quantity>\n      </Point>\n      <Point>\n        <position>40</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>41</position>\n        <quantity>1121</quantity>\n      </Point>\n      <Point>\n        <position>42</position>\n        <quantity>1083</quantity>\n      </Point>\n      <Point>\n        <position>43</position>\n        <quantity>1065</quantity>\n      </Point>\n      <Point>\n        <position>44</position>\n        <quantity>1055</quantity>\n      </Point>\n      <Point>\n        <position>45</position>\n        <quantity>1059</quantity>\n      </Point>\n      <Point>\n        <position>46</position>\n        <quantity>1066</quantity>\n      </Point>\n      <Point>\n        <position>47</position>\n        <quantity>1075</quantity>\n      </Point>\n      <Point>\n        <position>48</position>\n        <quantity>1103</quantity>\n      </Point>\n      <Point>\n        <position>49</position>\n        <quantity>1161</quantity>\n      </Point>\n      <Point>\n        <position>50</position>\n        <quantity>1189</quantity>\n      </Point>\n      <Point>\n        <position>51</position>\n        <quantity>1198</quantity>\n      </Point>\n      <Point>\n        <position>52</position>\n        <quantity>1207</quantity>\n      </Point>\n      <Point>\n        <position>53</position>\n        <quantity>1218</quantity>\n      </Point>\n      <Point>\n        <position>54</position>\n        <quantity>1206</quantity>\n      </Point>\n      <Point>\n        <position>55</position>\n        <quantity>1179</quantity>\n      </Point>\n      <Point>\n        <position>56</position>\n        <quantity>1134</quantity>\n      </Point>\n      <Point>\n        <position>57</position>\n        <quantity>1067</quantity>\n      </Point>\n      <Point>\n        <position>58</position>\n        <quantity>1003</quantity>\n      </Point>\n      <Point>\n        <position>59</position>\n        <quantity>942</quantity>\n      </Point>\n      <Point>\n        <position>60</position>\n        <quantity>857</quantity>\n      </Point>\n      <Point>\n        <position>61</position>\n        <quantity>733</quantity>\n      </Point>\n      <Point>\n        <position>62</position>\n        <quantity>655</quantity>\n      </Point>\n      <Point>\n        <position>63</position>\n        <quantity>606</quantity>\n      </Point>\n      <Point>\n        <position>64</position>\n        <quantity>572</quantity>\n      </Point>\n      <Point>\n        <position>65</position>\n        <quantity>562</quantity>\n      </Point>\n      <Point>\n        <position>66</position>\n        <quantity>549</quantity>\n      </Point>\n      <Point>\n        <position>67</position>\n        <quantity>537</quantity>\n      </Point>\n      <Point>\n        <position>68</position>\n        <quantity>540</quantity>\n      </Point>\n      <Point>\n        <position>69</position>\n        <quantity>561</quantity>\n      </Point>\n      <Point>\n        <position>70</position>\n        <quantity>573</quantity>\n      </Point>\n      <Point>\n        <position>71</position>\n        <quantity>579</quantity>\n      </Point>\n      <Point>\n        <position>72</position>\n        <quantity>589</quantity>\n      </Point>\n      <Point>\n        <position>73</position>\n        <quantity>602</quantity>\n      </Point>\n      <Point>\n        <position>74</position>\n        <quantity>613</quantity>\n      </Point>\n      <Point>\n        <position>75</position>\n        <quantity>621</quantity>\n      </Point>\n      <Point>\n        <position>76</position>\n        <quantity>631</quantity>\n      </Point>\n      <Point>\n        <position>77</position>\n        <quantity>643</quantity>\n      </Point>\n      <Point>\n        <position>78</position>\n        <quantity>650</quantity>\n      </Point>\n      <Point>\n        <position>79</position>\n        <quantity>651</quantity>\n      </Point>\n      <Point>\n        <position>80</position>\n        <quantity>650</quantity>\n      </Point>\n      <Point>\n        <position>81</position>\n        <quantity>643</quantity>\n      </Point>\n      <Point>\n        <position>82</position>\n        <quantity>637</quantity>\n      </Point>\n      <Point>\n        <position>83</position>\n        <quantity>630</quantity>\n      </Point>\n      <Point>\n        <position>84</position>\n        <quantity>621</quantity>\n      </Point>\n      <Point>\n        <position>85</position>\n        <quantity>610</quantity>\n      </Point>\n      <Point>\n        <position>86</position>\n        <quantity>598</quantity>\n      </Point>\n      <Point>\n        <position>87</position>\n        <quantity>586</quantity>\n      </Point>\n      <Point>\n        <position>88</position>\n        <quantity>571</quantity>\n      </Point>\n      <Point>\n        <position>89</position>\n        <quantity>552</quantity>\n      </Point>\n      <Point>\n        <position>90</position>\n        <quantity>538</quantity>\n      </Point>\n      <Point>\n        <position>91</position>\n        <quantity>526</quantity>\n      </Point>\n      <Point>\n        <position>92</position>\n        <quantity>518</quantity>\n      </Point>\n      <Point>\n        <position>93</position>\n        <quantity>514</quantity>\n      </Point>\n      <Point>\n        <position>94</position>\n        <quantity>506</quantity>\n      </Point>\n      <Point>\n        <position>95</position>\n        <quantity>497</quantity>\n      </Point>\n      <Point>\n        <position>96</position>\n        <quantity>486</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>5</mRID>\n    <businessType>A94</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B16</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T22:00Z</start>\n        <end>2024-02-09T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>0</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>0</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n  <TimeSeries>\n    <mRID>6</mRID>\n    <businessType>A93</businessType>\n    <objectAggregation>A08</objectAggregation>\n    <inBiddingZone_Domain.mRID codingScheme=\"A01\">10YFI-1--------U</inBiddingZone_Domain.mRID>\n    <quantity_Measure_Unit.name>MAW</quantity_Measure_Unit.name>\n    <curveType>A01</curveType>\n    <MktPSRType>\n      <psrType>B19</psrType>\n    </MktPSRType>\n    <Period>\n      <timeInterval>\n        <start>2024-02-09T22:00Z</start>\n        <end>2024-02-09T23:00Z</end>\n      </timeInterval>\n      <resolution>PT15M</resolution>\n      <Point>\n        <position>1</position>\n        <quantity>470</quantity>\n      </Point>\n      <Point>\n        <position>2</position>\n        <quantity>461</quantity>\n      </Point>\n      <Point>\n        <position>3</position>\n        <quantity>457</quantity>\n      </Point>\n      <Point>\n        <position>4</position>\n        <quantity>454</quantity>\n      </Point>\n    </Period>\n  </TimeSeries>\n</GL_MarketDocument>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERCOT.json",
    "content": "{\n    \"lastUpdated\": \"2024-11-24 08:09:57-0600\",\n    \"types\": [\n      \"Coal and Lignite\",\n      \"Hydro\",\n      \"Natural Gas\",\n      \"Nuclear\",\n      \"Other\",\n      \"Power Storage\",\n      \"Solar\",\n      \"Wind\"\n    ],\n    \"data\": {\n      \"2024-11-23\": {\n        \"2024-11-23 00:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5248,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.3,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 250.3,\n            \"hsl\": 5662.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22092.3,\n            \"hsl\": 22335.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10190.1,\n            \"hsl\": 13801.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5195.6,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5097.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 406.4,\n            \"hsl\": 5739.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22046.1,\n            \"hsl\": 22376,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10122.5,\n            \"hsl\": 13784.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5122.7,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 244.6,\n            \"hsl\": 4044.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22105.2,\n            \"hsl\": 22420.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10032.9,\n            \"hsl\": 13467.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5137.6,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5097.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 216.8,\n            \"hsl\": 2876.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21951.8,\n            \"hsl\": 22343.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9955.2,\n            \"hsl\": 13310.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5063.9,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084,\n            \"hsl\": 5098,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 165.9,\n            \"hsl\": 2113.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21929.9,\n            \"hsl\": 22440.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9940.5,\n            \"hsl\": 13308.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5019.2,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.1,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 279.2,\n            \"hsl\": 1422.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21904.4,\n            \"hsl\": 22166.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9780.2,\n            \"hsl\": 13309,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4974.5,\n            \"hsl\": 9881.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 289.1,\n            \"hsl\": 2678.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21891.5,\n            \"hsl\": 22293.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9678.1,\n            \"hsl\": 13235.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4924.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5098,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 250,\n            \"hsl\": 3925.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21858.4,\n            \"hsl\": 22482.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9714.5,\n            \"hsl\": 13166.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4978.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5097.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 354.1,\n            \"hsl\": 5517.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.4,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21828.7,\n            \"hsl\": 22472.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9578.7,\n            \"hsl\": 13152,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5040.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 260.8,\n            \"hsl\": 4086.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21816.5,\n            \"hsl\": 22341.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9559.4,\n            \"hsl\": 13145.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5039,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5098.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 200.1,\n            \"hsl\": 1411,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22074,\n            \"hsl\": 22437,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9489,\n            \"hsl\": 13144.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 00:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5071.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.4,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 74.8,\n            \"hsl\": 746.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22020.4,\n            \"hsl\": 22412.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9469.3,\n            \"hsl\": 13145.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5097.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086,\n            \"hsl\": 5097.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 97.6,\n            \"hsl\": 2376,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22128.8,\n            \"hsl\": 22346.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9414.7,\n            \"hsl\": 13151.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5091,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 29.1,\n            \"hsl\": 1726.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22249.1,\n            \"hsl\": 22431.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9371.2,\n            \"hsl\": 13146.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5032.5,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.2,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 39.6,\n            \"hsl\": 633.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22185.4,\n            \"hsl\": 22414,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9279.7,\n            \"hsl\": 13154,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4934,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.6,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 45.6,\n            \"hsl\": 960.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22291.8,\n            \"hsl\": 22523.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9286.4,\n            \"hsl\": 13160,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4972.5,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5098,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 79.7,\n            \"hsl\": 2476.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22266.2,\n            \"hsl\": 22483.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9386.9,\n            \"hsl\": 13086.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4882.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 32.2,\n            \"hsl\": 683.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22210.1,\n            \"hsl\": 22504.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9466.5,\n            \"hsl\": 13157.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4899.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 51,\n            \"hsl\": 1577.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22293.4,\n            \"hsl\": 22772.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9425.4,\n            \"hsl\": 13159.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4933.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5097.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 129.9,\n            \"hsl\": 1313.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22246.5,\n            \"hsl\": 22806,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9413.8,\n            \"hsl\": 13156.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4958.5,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.8,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 76.6,\n            \"hsl\": 800.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22194.8,\n            \"hsl\": 22598.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9386.6,\n            \"hsl\": 13156.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4936.4,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 53.4,\n            \"hsl\": 2024.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 0.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22211.1,\n            \"hsl\": 22542.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9394.1,\n            \"hsl\": 13160.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4858.6,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 51.6,\n            \"hsl\": 629.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22171.2,\n            \"hsl\": 22419.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9290.5,\n            \"hsl\": 13159.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 01:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4746.6,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 148.5,\n            \"hsl\": 2026.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22116.6,\n            \"hsl\": 22639,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9297,\n            \"hsl\": 13175.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4780.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.7,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 189.9,\n            \"hsl\": 1936.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21998.1,\n            \"hsl\": 22404.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9344.8,\n            \"hsl\": 13180.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4852.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.2,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 211.2,\n            \"hsl\": 2821.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21510.8,\n            \"hsl\": 22506.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9407.9,\n            \"hsl\": 13177.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4718.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 141.4,\n            \"hsl\": 2631,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21627.4,\n            \"hsl\": 22391.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9383.4,\n            \"hsl\": 13175.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4679.8,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 6.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 169.4,\n            \"hsl\": 3948.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21565.4,\n            \"hsl\": 22710.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9366.5,\n            \"hsl\": 13178.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4742.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.5,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 254.1,\n            \"hsl\": 4663.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21523.8,\n            \"hsl\": 22493.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9383.9,\n            \"hsl\": 13179,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4799.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 6,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.6,\n            \"hsl\": 5098.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 164.6,\n            \"hsl\": 1240.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21609.4,\n            \"hsl\": 22233.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9375.3,\n            \"hsl\": 13177,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4763.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 6.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.6,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 157.5,\n            \"hsl\": 1139.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21850.7,\n            \"hsl\": 22452.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9343.3,\n            \"hsl\": 13173.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4711.8,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 176,\n            \"hsl\": 1698.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21771.2,\n            \"hsl\": 22078,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9359.7,\n            \"hsl\": 13184.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4631.5,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 149.6,\n            \"hsl\": 1452,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21820.4,\n            \"hsl\": 22272.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9335.6,\n            \"hsl\": 13180.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4630.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 8.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 217.6,\n            \"hsl\": 1318.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21736.8,\n            \"hsl\": 22109.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9340.3,\n            \"hsl\": 13183.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4631.6,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 57.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.2,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 213.3,\n            \"hsl\": 2047.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21641.6,\n            \"hsl\": 22092.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9325.9,\n            \"hsl\": 13186.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 02:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4547.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.7,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 308.3,\n            \"hsl\": 2676.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21551.1,\n            \"hsl\": 21827.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9337.8,\n            \"hsl\": 13201.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4454.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.4,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 337,\n            \"hsl\": 3502.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21593.7,\n            \"hsl\": 22036.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9307.4,\n            \"hsl\": 13197.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4471.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.2,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 298.3,\n            \"hsl\": 3618.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21504.5,\n            \"hsl\": 22130.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9465.7,\n            \"hsl\": 13197.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4499.4,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 219.1,\n            \"hsl\": 1562.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21378.5,\n            \"hsl\": 21766.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9551.5,\n            \"hsl\": 13189.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4496.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5098.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 195.7,\n            \"hsl\": 1539.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21363.3,\n            \"hsl\": 21909.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9588.7,\n            \"hsl\": 13195.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4515.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.6,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 199.2,\n            \"hsl\": 1354.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21209.8,\n            \"hsl\": 21399.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9574.2,\n            \"hsl\": 13196.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4546.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 232.8,\n            \"hsl\": 2791.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21182.8,\n            \"hsl\": 21664.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9575.4,\n            \"hsl\": 13198.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4593.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.6,\n            \"hsl\": 5097.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 299.3,\n            \"hsl\": 2875.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21067.5,\n            \"hsl\": 21431.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9605.4,\n            \"hsl\": 13200.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4630.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.4,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 242.2,\n            \"hsl\": 2525.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20978.3,\n            \"hsl\": 21366.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9584.3,\n            \"hsl\": 13194.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4715.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.3,\n            \"hsl\": 5098.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 146.6,\n            \"hsl\": 1770.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.3,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20942.8,\n            \"hsl\": 21235.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9729.7,\n            \"hsl\": 13197.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4808.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 307.9,\n            \"hsl\": 3471.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20897.6,\n            \"hsl\": 21223.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9476.7,\n            \"hsl\": 13177,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4851.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.8,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 488.2,\n            \"hsl\": 2669.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20782.1,\n            \"hsl\": 21050.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9654.7,\n            \"hsl\": 13169.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 03:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4876.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.6,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 533.3,\n            \"hsl\": 1969.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20729.3,\n            \"hsl\": 21143.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9670.8,\n            \"hsl\": 13174,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4955.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.2,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 493.5,\n            \"hsl\": 2630.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20860.2,\n            \"hsl\": 20943.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9808.1,\n            \"hsl\": 13183.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5068.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.8,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 464.8,\n            \"hsl\": 1903.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20776.8,\n            \"hsl\": 20916.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9776.6,\n            \"hsl\": 13169.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5143.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.3,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 478.5,\n            \"hsl\": 4149.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20689.1,\n            \"hsl\": 20812.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9770.5,\n            \"hsl\": 13162.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5205.4,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.8,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 426,\n            \"hsl\": 2755.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20577.5,\n            \"hsl\": 20782.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9790.8,\n            \"hsl\": 13163.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5278.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.2,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 403.8,\n            \"hsl\": 2219.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20448,\n            \"hsl\": 20547.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9752.9,\n            \"hsl\": 13153.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5256.4,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.6,\n            \"hsl\": 5099.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 331.3,\n            \"hsl\": 2837,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20543.1,\n            \"hsl\": 20631.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9679,\n            \"hsl\": 13309,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5295.2,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.8,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 340.5,\n            \"hsl\": 2175.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20441.5,\n            \"hsl\": 20658.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9764.3,\n            \"hsl\": 13305.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5233.6,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 282.3,\n            \"hsl\": 2594.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20477.2,\n            \"hsl\": 20631,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9831.7,\n            \"hsl\": 13299.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5192.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 294.3,\n            \"hsl\": 3496,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20552.6,\n            \"hsl\": 20795.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9825.5,\n            \"hsl\": 13308.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5137.8,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 348,\n            \"hsl\": 3318.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20544.7,\n            \"hsl\": 20669.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9798.1,\n            \"hsl\": 13313.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5150.8,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.2,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 371.1,\n            \"hsl\": 3314.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.3,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20467.5,\n            \"hsl\": 20677.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9835.5,\n            \"hsl\": 13312.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 04:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5179.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5099.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 345.5,\n            \"hsl\": 3058.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20465.5,\n            \"hsl\": 20551.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9980.9,\n            \"hsl\": 13324.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5277.8,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5090.1,\n            \"hsl\": 5099.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 482.1,\n            \"hsl\": 4005.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20401,\n            \"hsl\": 20617.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10108.8,\n            \"hsl\": 13328.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5381.3,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 565.1,\n            \"hsl\": 3537.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20363.9,\n            \"hsl\": 20488.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10132.9,\n            \"hsl\": 13321.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5511.1,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5090,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 533.4,\n            \"hsl\": 3005.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20205.9,\n            \"hsl\": 20384.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10253.9,\n            \"hsl\": 13310,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5688.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 383.4,\n            \"hsl\": 1481.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20145.1,\n            \"hsl\": 20300.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10314,\n            \"hsl\": 13306.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5795.9,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.6,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 323.1,\n            \"hsl\": 1906.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20143.8,\n            \"hsl\": 20323.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10232.6,\n            \"hsl\": 13307,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5857.7,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 404.3,\n            \"hsl\": 3858.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20188.3,\n            \"hsl\": 20306.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10206.5,\n            \"hsl\": 13306,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5944.5,\n            \"hsl\": 10016.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.2,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 386.5,\n            \"hsl\": 1868.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20083.1,\n            \"hsl\": 20291.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10273.6,\n            \"hsl\": 13305.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6035.6,\n            \"hsl\": 10014.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.7,\n            \"hsl\": 5099.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 273.8,\n            \"hsl\": 1825.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20202.6,\n            \"hsl\": 20394.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10246.9,\n            \"hsl\": 13305.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6072.8,\n            \"hsl\": 10014.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.8,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 360,\n            \"hsl\": 5431.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20192.4,\n            \"hsl\": 20403.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10241.4,\n            \"hsl\": 13305.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6151.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.8,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 345.1,\n            \"hsl\": 3205,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20123.7,\n            \"hsl\": 20255.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10225.4,\n            \"hsl\": 13303,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6198,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.1,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 401.9,\n            \"hsl\": 4428.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20109,\n            \"hsl\": 20324.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10218.3,\n            \"hsl\": 13308,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 05:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6278.7,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.4,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 500.2,\n            \"hsl\": 4360.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19988.7,\n            \"hsl\": 20133,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10232.1,\n            \"hsl\": 13304.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6412.4,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.2,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 772.3,\n            \"hsl\": 3969.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19917.7,\n            \"hsl\": 20113.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10379.4,\n            \"hsl\": 13307.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6623.4,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.6,\n            \"hsl\": 5098.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 686.4,\n            \"hsl\": 3085.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19862.7,\n            \"hsl\": 19949.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10502.8,\n            \"hsl\": 13295.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6862,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 674,\n            \"hsl\": 3599.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19871.1,\n            \"hsl\": 20043.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10534.4,\n            \"hsl\": 13267,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7029.7,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.2,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 702.6,\n            \"hsl\": 3568.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19816.4,\n            \"hsl\": 19966.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10538.3,\n            \"hsl\": 13255.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7098.3,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 703.8,\n            \"hsl\": 3742.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19792.1,\n            \"hsl\": 19950.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10560.3,\n            \"hsl\": 13235,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7169.2,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 605,\n            \"hsl\": 3257.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19670.2,\n            \"hsl\": 19782.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10588.3,\n            \"hsl\": 13232.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7298.1,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5090.2,\n            \"hsl\": 5099.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 528.5,\n            \"hsl\": 4063.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19693.6,\n            \"hsl\": 19843.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10629.4,\n            \"hsl\": 13234.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7085.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.7,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1180.3,\n            \"hsl\": 2968.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19660.1,\n            \"hsl\": 19832.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10255.1,\n            \"hsl\": 13242.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6953,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1414.5,\n            \"hsl\": 3508.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19679.2,\n            \"hsl\": 19877.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10108.7,\n            \"hsl\": 13244.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6838,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5099.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1535.9,\n            \"hsl\": 3896.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.4,\n            \"hsl\": 1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19648.7,\n            \"hsl\": 19887.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10326.9,\n            \"hsl\": 13243.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6876.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.9,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1482.6,\n            \"hsl\": 3294.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 6.1,\n            \"hsl\": 5.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19703.4,\n            \"hsl\": 19857.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10441.4,\n            \"hsl\": 13247.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 06:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7027.1,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.9,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1323.4,\n            \"hsl\": 3360.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18.5,\n            \"hsl\": 18.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19777.3,\n            \"hsl\": 19948.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10478.5,\n            \"hsl\": 13218.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7094.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1542.1,\n            \"hsl\": 3536.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 55.4,\n            \"hsl\": 59.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19742,\n            \"hsl\": 19932.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10519.2,\n            \"hsl\": 13282.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6922.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.5,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1447.8,\n            \"hsl\": 3663.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 152.4,\n            \"hsl\": 160.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19949.1,\n            \"hsl\": 20089.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10561.6,\n            \"hsl\": 13244.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6976,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.3,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1222.1,\n            \"hsl\": 3758,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 328.6,\n            \"hsl\": 327.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19958.9,\n            \"hsl\": 20063.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10580.2,\n            \"hsl\": 13337.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6997.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.2,\n            \"hsl\": 5099.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 998.3,\n            \"hsl\": 2922.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 603.8,\n            \"hsl\": 607.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19953.3,\n            \"hsl\": 20102.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10518.8,\n            \"hsl\": 13333.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6978.2,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.6,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 626.1,\n            \"hsl\": 2111.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1010.8,\n            \"hsl\": 1020.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20103.4,\n            \"hsl\": 20254.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10505.8,\n            \"hsl\": 13340,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6778.5,\n            \"hsl\": 10018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.2,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 441.5,\n            \"hsl\": 1917.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1516.8,\n            \"hsl\": 1535.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20083.2,\n            \"hsl\": 20255.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10453.2,\n            \"hsl\": 13274.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6605.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.7,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.7,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 417.4,\n            \"hsl\": 1269.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 2172.6,\n            \"hsl\": 2208,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20051.4,\n            \"hsl\": 20139.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10189.5,\n            \"hsl\": 13192.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6370.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 279.2,\n            \"hsl\": 1116.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 3011.5,\n            \"hsl\": 3048.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20166,\n            \"hsl\": 20430.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9766.1,\n            \"hsl\": 13206.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6111.2,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 189.9,\n            \"hsl\": 1074.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 3914.1,\n            \"hsl\": 3947.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20185.6,\n            \"hsl\": 20516.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9437.1,\n            \"hsl\": 13215.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5889.7,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.5,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 78.5,\n            \"hsl\": 1347.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 4912.6,\n            \"hsl\": 5022.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19992.2,\n            \"hsl\": 20424.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8966.8,\n            \"hsl\": 13145.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5716.4,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.9,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 21.5,\n            \"hsl\": 1026.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 5872.6,\n            \"hsl\": 6013.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19873.3,\n            \"hsl\": 20053.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8633.9,\n            \"hsl\": 13198.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 07:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5508,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.5,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 17.9,\n            \"hsl\": 700.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 7028.4,\n            \"hsl\": 7216.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19727,\n            \"hsl\": 20103.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8178.7,\n            \"hsl\": 12582.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5397.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 151.4,\n            \"hsl\": 2767.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 8365.5,\n            \"hsl\": 8485.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19886.3,\n            \"hsl\": 20212.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7755.7,\n            \"hsl\": 12084.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5237.1,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5098.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 19.6,\n            \"hsl\": 1174.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 9571.3,\n            \"hsl\": 9696,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19720.8,\n            \"hsl\": 20085.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7222.4,\n            \"hsl\": 11916.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5087.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 24.7,\n            \"hsl\": 498.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 10675.8,\n            \"hsl\": 10799.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19259.7,\n            \"hsl\": 19528,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6818.2,\n            \"hsl\": 12132.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4952.2,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5098.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2,\n            \"hsl\": 495.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 11834.1,\n            \"hsl\": 11921.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18981.8,\n            \"hsl\": 19230.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6569.5,\n            \"hsl\": 11568.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4822.4,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.2,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1.3,\n            \"hsl\": 720.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 12822,\n            \"hsl\": 13141.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18530,\n            \"hsl\": 18745.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6344.4,\n            \"hsl\": 11384.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4655.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.1,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 10.5,\n            \"hsl\": 1510.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 13476.9,\n            \"hsl\": 14197.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18024.6,\n            \"hsl\": 18619.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6241.1,\n            \"hsl\": 11580.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4573.7,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.7,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 36.6,\n            \"hsl\": 1997.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 13939.2,\n            \"hsl\": 15154.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17605.9,\n            \"hsl\": 18114.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5911.1,\n            \"hsl\": 11293.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4339.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.3,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 160.5,\n            \"hsl\": 1451.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15001,\n            \"hsl\": 15992.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17245.1,\n            \"hsl\": 17548.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5709.6,\n            \"hsl\": 11007.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4128.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.3,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 210.2,\n            \"hsl\": 1709.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15397,\n            \"hsl\": 16856,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16885.4,\n            \"hsl\": 17320.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5642.5,\n            \"hsl\": 10883.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3978.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.1,\n            \"hsl\": 5100.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 53.7,\n            \"hsl\": 718.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16504.3,\n            \"hsl\": 17639.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16601.5,\n            \"hsl\": 16849.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5592.8,\n            \"hsl\": 11122.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3814,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.8,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.3,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 19.1,\n            \"hsl\": 601.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17408.9,\n            \"hsl\": 18331.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16043.3,\n            \"hsl\": 16370.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5545.4,\n            \"hsl\": 11191.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 08:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3713.4,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 40.9,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.1,\n            \"hsl\": 5099.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 59.5,\n            \"hsl\": 2151.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17299.3,\n            \"hsl\": 18434,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15698.5,\n            \"hsl\": 16150.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5553.4,\n            \"hsl\": 11333.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3626.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.7,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 289.7,\n            \"hsl\": 1294.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18055.4,\n            \"hsl\": 19065.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15270.1,\n            \"hsl\": 15432.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5311.9,\n            \"hsl\": 10970.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3540.3,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.4,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 303.9,\n            \"hsl\": 2503.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18722.2,\n            \"hsl\": 19533.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14986,\n            \"hsl\": 15230.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5165.9,\n            \"hsl\": 10951.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3454.3,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.6,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 54.3,\n            \"hsl\": 447.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19525.3,\n            \"hsl\": 19834.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14646.5,\n            \"hsl\": 14818.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5034.2,\n            \"hsl\": 10403.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3357.2,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.2,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 60.6,\n            \"hsl\": 210.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19773.5,\n            \"hsl\": 19936.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14340.8,\n            \"hsl\": 14546.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5026.4,\n            \"hsl\": 10399.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3297.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088,\n            \"hsl\": 5099.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 55.7,\n            \"hsl\": 275.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19885.1,\n            \"hsl\": 20041.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14177.9,\n            \"hsl\": 14425.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5022.1,\n            \"hsl\": 10577.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3298.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.4,\n            \"hsl\": 5098.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 77.1,\n            \"hsl\": 1877.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19882.6,\n            \"hsl\": 20094.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13975.5,\n            \"hsl\": 14216.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5039.4,\n            \"hsl\": 10394,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3280.7,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.2,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 424,\n            \"hsl\": 3661.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19795.5,\n            \"hsl\": 20125.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13825.1,\n            \"hsl\": 14060.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5042.5,\n            \"hsl\": 10612,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3246.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 298.5,\n            \"hsl\": 708.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19909.9,\n            \"hsl\": 20019,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13676.2,\n            \"hsl\": 13864.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4997.2,\n            \"hsl\": 10602.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3222.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5099.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 74.9,\n            \"hsl\": 463.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19980.9,\n            \"hsl\": 20111.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13711.3,\n            \"hsl\": 13964.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4992.9,\n            \"hsl\": 10417.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.7,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.6,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 52.3,\n            \"hsl\": 507.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 20053.7,\n            \"hsl\": 20154.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13909.4,\n            \"hsl\": 14138.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5009.9,\n            \"hsl\": 10607.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3257.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 142.1,\n            \"hsl\": 2587.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19676,\n            \"hsl\": 19866.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13957,\n            \"hsl\": 14157.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5060.6,\n            \"hsl\": 10608.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 09:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3219.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5099.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 120.8,\n            \"hsl\": 662.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19700.7,\n            \"hsl\": 19818.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14053.2,\n            \"hsl\": 14251.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4992.5,\n            \"hsl\": 10357.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3210.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.8,\n            \"hsl\": 5099,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 84,\n            \"hsl\": 522.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19800,\n            \"hsl\": 19911.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 13878.1,\n            \"hsl\": 14003.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4981.4,\n            \"hsl\": 10538.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3212,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0.1,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 12.2,\n            \"hsl\": 288.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19792.5,\n            \"hsl\": 19898,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14005.3,\n            \"hsl\": 14184.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4975.6,\n            \"hsl\": 10351.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3244.7,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 39.2,\n            \"hsl\": 2223.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19582,\n            \"hsl\": 19754.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14257.3,\n            \"hsl\": 14489.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5015.7,\n            \"hsl\": 10536.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3217.3,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 389.5,\n            \"hsl\": 1076.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 19056,\n            \"hsl\": 19839.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14252.4,\n            \"hsl\": 14431.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4966.2,\n            \"hsl\": 10342.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3221.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.3,\n            \"hsl\": 5099.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 269.4,\n            \"hsl\": 1082.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18912.4,\n            \"hsl\": 19463.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14259.8,\n            \"hsl\": 14363.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4973.5,\n            \"hsl\": 10530.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3225,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.9,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 71.4,\n            \"hsl\": 1098.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18654.4,\n            \"hsl\": 19217.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14343.1,\n            \"hsl\": 14433.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4970.9,\n            \"hsl\": 10525.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3213.1,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5099.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 71,\n            \"hsl\": 997.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18538.5,\n            \"hsl\": 19150.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14317.9,\n            \"hsl\": 14479.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4968,\n            \"hsl\": 10426.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3228.3,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 40.6,\n            \"hsl\": 1422.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18554,\n            \"hsl\": 19416.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14424.2,\n            \"hsl\": 14553.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4991,\n            \"hsl\": 10611.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3220.9,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.3,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 64.9,\n            \"hsl\": 927.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18597.8,\n            \"hsl\": 19514.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14481.3,\n            \"hsl\": 14626.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4971.5,\n            \"hsl\": 10604.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3232.6,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.4,\n            \"hsl\": 5099.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 38.4,\n            \"hsl\": 3616,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18437.4,\n            \"hsl\": 19089.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14498.7,\n            \"hsl\": 14686.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4995,\n            \"hsl\": 10607.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3217.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.8,\n            \"hsl\": 5099.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 10.6,\n            \"hsl\": 618.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18862.1,\n            \"hsl\": 19259.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14425.5,\n            \"hsl\": 14500.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4973.8,\n            \"hsl\": 10872.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 10:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 22.8,\n            \"hsl\": 934.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18755.1,\n            \"hsl\": 19214.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14577.8,\n            \"hsl\": 14685.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4977.8,\n            \"hsl\": 10636.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3240.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 74.2,\n            \"hsl\": 3559,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18273.3,\n            \"hsl\": 18964,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14605.5,\n            \"hsl\": 14796.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5011.7,\n            \"hsl\": 10598.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3215.2,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.6,\n            \"hsl\": 5098.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 298.3,\n            \"hsl\": 2523.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18188.5,\n            \"hsl\": 19005.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14663.3,\n            \"hsl\": 14754.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4976.6,\n            \"hsl\": 10414.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3222,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5099.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 4.5,\n            \"hsl\": 951.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18567.3,\n            \"hsl\": 19120,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14697.3,\n            \"hsl\": 14901.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4999.6,\n            \"hsl\": 10621.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3243,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 26.7,\n            \"hsl\": 2447.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18510.6,\n            \"hsl\": 19040,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14762.3,\n            \"hsl\": 15004.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5094.2,\n            \"hsl\": 11165.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3225.2,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5098.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 178.3,\n            \"hsl\": 1504.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18099.8,\n            \"hsl\": 18671.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14918,\n            \"hsl\": 15073,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5067.1,\n            \"hsl\": 11164.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3231,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085,\n            \"hsl\": 5097.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 99.8,\n            \"hsl\": 2135.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 18072.8,\n            \"hsl\": 18681.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14961.4,\n            \"hsl\": 15055.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5052.1,\n            \"hsl\": 11117.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3216.4,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5097.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 8.2,\n            \"hsl\": 852.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17906.3,\n            \"hsl\": 18451.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14916.8,\n            \"hsl\": 15006.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5039.4,\n            \"hsl\": 10935.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3226.1,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.1,\n            \"hsl\": 5098.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 12.7,\n            \"hsl\": 1121.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17647.8,\n            \"hsl\": 18288.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15110.3,\n            \"hsl\": 15260.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5050,\n            \"hsl\": 11114.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3221.1,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5098.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 271.7,\n            \"hsl\": 1146.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17489.4,\n            \"hsl\": 18328.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15079,\n            \"hsl\": 15208.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5050.7,\n            \"hsl\": 10419.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.8,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 36.3,\n            \"hsl\": 970.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17943.9,\n            \"hsl\": 18505.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15079.1,\n            \"hsl\": 15264.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5052.5,\n            \"hsl\": 10416.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3227.4,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.9,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 269.8,\n            \"hsl\": 1015.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17608.7,\n            \"hsl\": 18270,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 14999,\n            \"hsl\": 15231.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5063.5,\n            \"hsl\": 10599,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 11:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3219.8,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 6.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 303.8,\n            \"hsl\": 1171.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17313.5,\n            \"hsl\": 18088,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15018.9,\n            \"hsl\": 15166.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5120.1,\n            \"hsl\": 10554.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3224.5,\n            \"hsl\": 10019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 203.5,\n            \"hsl\": 1047.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17712.9,\n            \"hsl\": 18321.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15292.4,\n            \"hsl\": 15433.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5146.9,\n            \"hsl\": 11069.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3228.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5098.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 202.9,\n            \"hsl\": 751.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17355.6,\n            \"hsl\": 18054.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15328,\n            \"hsl\": 15465.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5156.2,\n            \"hsl\": 10953.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3232.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.2,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 210.9,\n            \"hsl\": 1094.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17041.5,\n            \"hsl\": 18367.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15371.8,\n            \"hsl\": 15605.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5368.5,\n            \"hsl\": 10954.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3228.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5098.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 206.6,\n            \"hsl\": 1259.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16660.7,\n            \"hsl\": 17856.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15613.3,\n            \"hsl\": 15807.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5415.8,\n            \"hsl\": 11309.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3228.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5097.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 146,\n            \"hsl\": 2076.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16774,\n            \"hsl\": 18135.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15533.6,\n            \"hsl\": 15847.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5400.7,\n            \"hsl\": 11127.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223.6,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5098.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 112.5,\n            \"hsl\": 778.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16705.1,\n            \"hsl\": 17777.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15575.4,\n            \"hsl\": 15766.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5413.6,\n            \"hsl\": 11079.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223.1,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.3,\n            \"hsl\": 5097.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 186.8,\n            \"hsl\": 2120,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16554.8,\n            \"hsl\": 17788.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15602.7,\n            \"hsl\": 15772.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5435.2,\n            \"hsl\": 11263.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3243.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 440.5,\n            \"hsl\": 4862,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16162.1,\n            \"hsl\": 18200.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15724.1,\n            \"hsl\": 16121.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5421.3,\n            \"hsl\": 11269.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3215.6,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.9,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 474.5,\n            \"hsl\": 2796.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16085.3,\n            \"hsl\": 17396.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15850,\n            \"hsl\": 16067.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5377,\n            \"hsl\": 11080.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3213.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.2,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 263.7,\n            \"hsl\": 959.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16544.4,\n            \"hsl\": 17713.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15666,\n            \"hsl\": 15846.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5367.4,\n            \"hsl\": 11078.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3217.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.2,\n            \"hsl\": 5097.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 195.8,\n            \"hsl\": 1045,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16580.2,\n            \"hsl\": 17482.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 15841.1,\n            \"hsl\": 15931.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5376.2,\n            \"hsl\": 11079.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 12:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3214.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.8,\n            \"hsl\": 5097.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 192.3,\n            \"hsl\": 1534.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16323,\n            \"hsl\": 17434.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16085,\n            \"hsl\": 16359.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5381.3,\n            \"hsl\": 10992.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3239.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 334.4,\n            \"hsl\": 3830.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15804.6,\n            \"hsl\": 17744.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16253.9,\n            \"hsl\": 16477.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5271.6,\n            \"hsl\": 11244.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3255.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 724,\n            \"hsl\": 6373.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15849.4,\n            \"hsl\": 17952,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16179.7,\n            \"hsl\": 16441.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4975.7,\n            \"hsl\": 11250.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3214,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084,\n            \"hsl\": 5097.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 416.6,\n            \"hsl\": 2504.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16511.1,\n            \"hsl\": 17980.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16105.5,\n            \"hsl\": 16251.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4806.7,\n            \"hsl\": 10614.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.8,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 113.5,\n            \"hsl\": 1048.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17160.5,\n            \"hsl\": 17826.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16429.5,\n            \"hsl\": 16621.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4716.9,\n            \"hsl\": 10391.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3226.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.1,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 85.9,\n            \"hsl\": 1203.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 17024.4,\n            \"hsl\": 17884.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16558.1,\n            \"hsl\": 16812.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4723.8,\n            \"hsl\": 10106.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3225.7,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.7,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 81.4,\n            \"hsl\": 1155.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16981.3,\n            \"hsl\": 17974,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16618.4,\n            \"hsl\": 16752,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4721.9,\n            \"hsl\": 10102.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3220.8,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 74.3,\n            \"hsl\": 1260.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16669.7,\n            \"hsl\": 18055.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16761.5,\n            \"hsl\": 16907.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4718.9,\n            \"hsl\": 9972.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.6,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.8,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 89.9,\n            \"hsl\": 1211.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16663.4,\n            \"hsl\": 18073,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16888.3,\n            \"hsl\": 16978.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4722.3,\n            \"hsl\": 10152.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3216.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.4,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 68.6,\n            \"hsl\": 855.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16655.1,\n            \"hsl\": 18215.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 16955,\n            \"hsl\": 17120.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4717.9,\n            \"hsl\": 10152.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3213.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.2,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 77.9,\n            \"hsl\": 1031.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16493.9,\n            \"hsl\": 18188.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17050.3,\n            \"hsl\": 17188.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4791.5,\n            \"hsl\": 10138,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3237.8,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 280.8,\n            \"hsl\": 4373.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15982.4,\n            \"hsl\": 18078.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17078.8,\n            \"hsl\": 17370.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4836.2,\n            \"hsl\": 10144.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 13:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3221.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5098,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 236.3,\n            \"hsl\": 1574.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16158.3,\n            \"hsl\": 18149.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17088.8,\n            \"hsl\": 17189.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4799.4,\n            \"hsl\": 10122.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.3,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 102.3,\n            \"hsl\": 1024.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16265.7,\n            \"hsl\": 18221.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17335.2,\n            \"hsl\": 17545.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4789.8,\n            \"hsl\": 10119.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3234.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 128.3,\n            \"hsl\": 3329.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16087,\n            \"hsl\": 18328.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17473.2,\n            \"hsl\": 17829.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4819.1,\n            \"hsl\": 10126.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3240.1,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.6,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 385.2,\n            \"hsl\": 4402.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15835.8,\n            \"hsl\": 18470,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17539.8,\n            \"hsl\": 17921.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4813.5,\n            \"hsl\": 10304,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3245.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 697.7,\n            \"hsl\": 5750.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15934.7,\n            \"hsl\": 18682.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17207.4,\n            \"hsl\": 18273.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4815,\n            \"hsl\": 10302.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3239.7,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 503.3,\n            \"hsl\": 3250.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15946.9,\n            \"hsl\": 18434,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17724.2,\n            \"hsl\": 18221.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4745,\n            \"hsl\": 10463.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3254.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.1,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 568.7,\n            \"hsl\": 6198.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16025,\n            \"hsl\": 18928.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17439,\n            \"hsl\": 18471,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4845.2,\n            \"hsl\": 10244.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 170,\n            \"hsl\": 1638.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16278.8,\n            \"hsl\": 18638,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 17681.5,\n            \"hsl\": 18350.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4755,\n            \"hsl\": 10231.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 85.3,\n            \"hsl\": 470.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16187.9,\n            \"hsl\": 18442.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18163.2,\n            \"hsl\": 18768.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4761.1,\n            \"hsl\": 10411.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3226.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.5,\n            \"hsl\": 5097.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 97,\n            \"hsl\": 959.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16116,\n            \"hsl\": 17971,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18313.3,\n            \"hsl\": 18514.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4773,\n            \"hsl\": 10479.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223.7,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.5,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 84.9,\n            \"hsl\": 512.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 16034.4,\n            \"hsl\": 18230.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18526.9,\n            \"hsl\": 18753.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4783.1,\n            \"hsl\": 10480.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3237.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.6,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 101.6,\n            \"hsl\": 2373.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15607.7,\n            \"hsl\": 18345.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18729.9,\n            \"hsl\": 19190.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4804.6,\n            \"hsl\": 10482.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 14:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3254.6,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5079.9,\n            \"hsl\": 5096.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 176.2,\n            \"hsl\": 4677.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15171.1,\n            \"hsl\": 18105.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18744,\n            \"hsl\": 19405.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4816.3,\n            \"hsl\": 10516.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.2,\n            \"hsl\": 5096.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 91,\n            \"hsl\": 635.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15389.8,\n            \"hsl\": 17689.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18747.4,\n            \"hsl\": 19169.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4774.1,\n            \"hsl\": 10511.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3216.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.3,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 76.7,\n            \"hsl\": 531.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15230.2,\n            \"hsl\": 17839.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18914.6,\n            \"hsl\": 19246.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4786.6,\n            \"hsl\": 10560.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3215.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.2,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 107.6,\n            \"hsl\": 947.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15045.9,\n            \"hsl\": 17835.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19063.9,\n            \"hsl\": 19352.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4812.5,\n            \"hsl\": 10397,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3225.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.4,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 161,\n            \"hsl\": 1214.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14742.4,\n            \"hsl\": 17368.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19117.5,\n            \"hsl\": 19603.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4840.6,\n            \"hsl\": 10545.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3236.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.7,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 511.2,\n            \"hsl\": 3513.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14498.6,\n            \"hsl\": 17677.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19106.4,\n            \"hsl\": 19674.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4876.9,\n            \"hsl\": 10600.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3220.7,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5097.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 259.6,\n            \"hsl\": 1524.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14835.7,\n            \"hsl\": 17480.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19251,\n            \"hsl\": 19784.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4877,\n            \"hsl\": 10594.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3235.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 203.6,\n            \"hsl\": 3637.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15136,\n            \"hsl\": 17866,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 18989.3,\n            \"hsl\": 20398.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4894.6,\n            \"hsl\": 10595.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3256.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.7,\n            \"hsl\": 5096.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 242.2,\n            \"hsl\": 5286.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14739.5,\n            \"hsl\": 17138.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19357.1,\n            \"hsl\": 20489.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4911.2,\n            \"hsl\": 10593.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3227.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 170.9,\n            \"hsl\": 2553,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14685.7,\n            \"hsl\": 16666.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19420.4,\n            \"hsl\": 20480.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4911.1,\n            \"hsl\": 11107.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3223.8,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.3,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 133.7,\n            \"hsl\": 760,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14533.8,\n            \"hsl\": 16205.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19435.2,\n            \"hsl\": 20107.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 4984.1,\n            \"hsl\": 11502.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3218.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 187.6,\n            \"hsl\": 666.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 13993,\n            \"hsl\": 15242,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19599.9,\n            \"hsl\": 20232.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5276.5,\n            \"hsl\": 11382.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 15:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3314.2,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.1,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 230.5,\n            \"hsl\": 5633.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 13025,\n            \"hsl\": 14774.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 19891,\n            \"hsl\": 20943.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5733.8,\n            \"hsl\": 11573,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3391.4,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5078.7,\n            \"hsl\": 5095.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 296.6,\n            \"hsl\": 2733.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 12303.1,\n            \"hsl\": 13571.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20025.1,\n            \"hsl\": 20810.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6119.1,\n            \"hsl\": 11878.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3557.8,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.1,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 306.9,\n            \"hsl\": 1290.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 11725,\n            \"hsl\": 12686.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20189.1,\n            \"hsl\": 20919.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6584.3,\n            \"hsl\": 12284.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3715.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.6,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 449.6,\n            \"hsl\": 3563,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 10550.1,\n            \"hsl\": 11904.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20400.7,\n            \"hsl\": 21151.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7196.7,\n            \"hsl\": 12243.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3895.1,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 625.8,\n            \"hsl\": 4425.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 9603.5,\n            \"hsl\": 10882.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20602.2,\n            \"hsl\": 20922.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7645,\n            \"hsl\": 12244.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4035.6,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 17.6,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5079.9,\n            \"hsl\": 5095.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 859,\n            \"hsl\": 6106.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 8852.5,\n            \"hsl\": 9890,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20585.9,\n            \"hsl\": 21227.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8016.5,\n            \"hsl\": 12318.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4190.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 17.7,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.7,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 918.2,\n            \"hsl\": 4263,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 8231.7,\n            \"hsl\": 8855.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20674.4,\n            \"hsl\": 20896.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8496.7,\n            \"hsl\": 12319.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4579.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 17.7,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 885,\n            \"hsl\": 4937.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 7443,\n            \"hsl\": 7854.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20630.5,\n            \"hsl\": 20842.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8875,\n            \"hsl\": 12337.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4947.3,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 17.8,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5097.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 827.8,\n            \"hsl\": 5067.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 6873.7,\n            \"hsl\": 7225.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20558.7,\n            \"hsl\": 20822.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9109.1,\n            \"hsl\": 12386.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5303.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 18.1,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 956.1,\n            \"hsl\": 5294.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 6122.1,\n            \"hsl\": 6243.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 20692.8,\n            \"hsl\": 21137.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9284,\n            \"hsl\": 12388.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5629.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 17.5,\n            \"hsl\": 19,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.7,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1153.6,\n            \"hsl\": 3704,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 5097.3,\n            \"hsl\": 5173,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21139.3,\n            \"hsl\": 21220.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9447.1,\n            \"hsl\": 12377.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5963.9,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 66.4,\n            \"hsl\": 109,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1408,\n            \"hsl\": 3412.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 4147.2,\n            \"hsl\": 4197.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21175.7,\n            \"hsl\": 21282.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9698.8,\n            \"hsl\": 12379.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 16:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6287.5,\n            \"hsl\": 10021.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 108.5,\n            \"hsl\": 109,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.9,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1560.8,\n            \"hsl\": 3671.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 3227.1,\n            \"hsl\": 3271.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21344.9,\n            \"hsl\": 21524.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9853,\n            \"hsl\": 12379,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6450.6,\n            \"hsl\": 9996.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 205.8,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.6,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1634.7,\n            \"hsl\": 5312.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 2430.1,\n            \"hsl\": 2478.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21451.5,\n            \"hsl\": 21588.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9897.9,\n            \"hsl\": 12397.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6543.1,\n            \"hsl\": 9996.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 204.4,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.4,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1882.9,\n            \"hsl\": 5313.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1778.1,\n            \"hsl\": 1823.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21516.1,\n            \"hsl\": 21642.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10064.3,\n            \"hsl\": 12554.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6579.9,\n            \"hsl\": 10001.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 203.8,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.8,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2437.1,\n            \"hsl\": 4890.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1259,\n            \"hsl\": 1292.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21410,\n            \"hsl\": 21654.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10175.4,\n            \"hsl\": 12597.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6621,\n            \"hsl\": 10006.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 204.5,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2629.5,\n            \"hsl\": 4882.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 841,\n            \"hsl\": 869.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21613.8,\n            \"hsl\": 21986.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10312.7,\n            \"hsl\": 12645.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6677.6,\n            \"hsl\": 10011.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 204.4,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2799.9,\n            \"hsl\": 5101.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 513.9,\n            \"hsl\": 534,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21793.7,\n            \"hsl\": 21996.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10367.9,\n            \"hsl\": 12646.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6778,\n            \"hsl\": 10011.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 203.1,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.8,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2828,\n            \"hsl\": 5287.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 291.2,\n            \"hsl\": 308.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 21947.3,\n            \"hsl\": 22215.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10446.2,\n            \"hsl\": 12647.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6950.9,\n            \"hsl\": 10011.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 204.2,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2545.8,\n            \"hsl\": 4595.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 142.4,\n            \"hsl\": 150.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22251.3,\n            \"hsl\": 22436.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10505.4,\n            \"hsl\": 12649.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 7051.9,\n            \"hsl\": 10013.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 205.6,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.8,\n            \"hsl\": 5096.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2782.1,\n            \"hsl\": 6327.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 53.4,\n            \"hsl\": 57.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22364.3,\n            \"hsl\": 22600.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10511.7,\n            \"hsl\": 12625.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6617.8,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 204,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.3,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 3156.8,\n            \"hsl\": 5760.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 14.9,\n            \"hsl\": 16.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22443.2,\n            \"hsl\": 22978.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10529.7,\n            \"hsl\": 12620.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6726.4,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 203.8,\n            \"hsl\": 208,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.5,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2883.7,\n            \"hsl\": 5113.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.9,\n            \"hsl\": 3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22299.1,\n            \"hsl\": 22949.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10649.2,\n            \"hsl\": 12726.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6879.3,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 203.1,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.9,\n            \"hsl\": 5097.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2248,\n            \"hsl\": 3930.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.3,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 22970.8,\n            \"hsl\": 23462.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10759.8,\n            \"hsl\": 12821.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 17:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6953.5,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 203.1,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.8,\n            \"hsl\": 5097.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1824.7,\n            \"hsl\": 3284,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.1,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23488.4,\n            \"hsl\": 24134.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10728.5,\n            \"hsl\": 12855.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6760,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 182.1,\n            \"hsl\": 189.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.3,\n            \"hsl\": 5098.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2152.3,\n            \"hsl\": 3800.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.2,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23432.9,\n            \"hsl\": 24064.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10640.4,\n            \"hsl\": 12858.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6522.3,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 225.9,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.8,\n            \"hsl\": 5096.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2155.9,\n            \"hsl\": 3645.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.3,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23633.1,\n            \"hsl\": 24126.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10675.7,\n            \"hsl\": 12860.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6335.5,\n            \"hsl\": 9453.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 181.8,\n            \"hsl\": 189.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2197.8,\n            \"hsl\": 3966.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.3,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23743,\n            \"hsl\": 24489.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10687.9,\n            \"hsl\": 12863.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5865,\n            \"hsl\": 8629.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 229,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2097.6,\n            \"hsl\": 6298.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23960.5,\n            \"hsl\": 25661.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10743.6,\n            \"hsl\": 12855.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6051.8,\n            \"hsl\": 8629.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 229.2,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.3,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2370.5,\n            \"hsl\": 6447.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23561.7,\n            \"hsl\": 25725.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10741.3,\n            \"hsl\": 12813.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6238.7,\n            \"hsl\": 8629.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 230.1,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 2090.7,\n            \"hsl\": 5981,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23854.8,\n            \"hsl\": 26352.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10788.2,\n            \"hsl\": 12816.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6282.5,\n            \"hsl\": 8629.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 225.6,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.3,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1777.2,\n            \"hsl\": 3632.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.1,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24260.1,\n            \"hsl\": 25717.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10727.9,\n            \"hsl\": 12809.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6287,\n            \"hsl\": 8629.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 226,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1143.8,\n            \"hsl\": 3897.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24901.8,\n            \"hsl\": 26256.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10726.6,\n            \"hsl\": 12816.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 6371.3,\n            \"hsl\": 8626.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 227.9,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1004.2,\n            \"hsl\": 2349.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25018.9,\n            \"hsl\": 25932.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10678.7,\n            \"hsl\": 12774.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5723.8,\n            \"hsl\": 8020.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 229.7,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1104.5,\n            \"hsl\": 5084.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25256.2,\n            \"hsl\": 27223.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10679,\n            \"hsl\": 12756.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5800.9,\n            \"hsl\": 8020.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 227,\n            \"hsl\": 234.3,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1046.1,\n            \"hsl\": 3917.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25261.1,\n            \"hsl\": 26279.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10601,\n            \"hsl\": 12686.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 18:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5786.8,\n            \"hsl\": 8019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 200.5,\n            \"hsl\": 205.5,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.7,\n            \"hsl\": 5093.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1178.1,\n            \"hsl\": 6334.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24948,\n            \"hsl\": 26848.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10508.3,\n            \"hsl\": 12582.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5791.6,\n            \"hsl\": 8019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 208.2,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.7,\n            \"hsl\": 5094,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 968.1,\n            \"hsl\": 4925.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25200.4,\n            \"hsl\": 26826.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10501.5,\n            \"hsl\": 12571.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5836.5,\n            \"hsl\": 8019.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.9,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 798.3,\n            \"hsl\": 4314.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25493.6,\n            \"hsl\": 26550.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10453.7,\n            \"hsl\": 12574.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5580.8,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209.8,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.2,\n            \"hsl\": 5093.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 918.5,\n            \"hsl\": 3169.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25595.1,\n            \"hsl\": 26809.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10453.2,\n            \"hsl\": 12582.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5572.2,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 208,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.2,\n            \"hsl\": 5093.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 742.6,\n            \"hsl\": 2229.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25669.4,\n            \"hsl\": 26866.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10399,\n            \"hsl\": 12578.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5511.5,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209.5,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.9,\n            \"hsl\": 5093.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 708.4,\n            \"hsl\": 2681.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25704.8,\n            \"hsl\": 27425.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10400.7,\n            \"hsl\": 12591,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5457.7,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209.1,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 641.9,\n            \"hsl\": 4450.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25731.7,\n            \"hsl\": 27426.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10410.8,\n            \"hsl\": 12592.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5250.3,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209.2,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.6,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 672.9,\n            \"hsl\": 2486.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25806.4,\n            \"hsl\": 27230.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10405,\n            \"hsl\": 12593.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5206.2,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 208.4,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.9,\n            \"hsl\": 5093.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 769,\n            \"hsl\": 2281.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25602.2,\n            \"hsl\": 27101.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10281.3,\n            \"hsl\": 12597.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5143.8,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 210.2,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 843.3,\n            \"hsl\": 5592.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25448.9,\n            \"hsl\": 27994.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10265.4,\n            \"hsl\": 12603.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5265.6,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 210.2,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085,\n            \"hsl\": 5094.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 662.9,\n            \"hsl\": 5116.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25559.1,\n            \"hsl\": 27908.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10228.4,\n            \"hsl\": 12481.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5197.7,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 209.8,\n            \"hsl\": 214,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5094,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 714.8,\n            \"hsl\": 4666.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25689,\n            \"hsl\": 28257.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10290.5,\n            \"hsl\": 12507.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 19:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5091.7,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 130.1,\n            \"hsl\": 151.4,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5094.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 609.5,\n            \"hsl\": 4361.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25794.3,\n            \"hsl\": 27681.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10272.7,\n            \"hsl\": 12509,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5082.2,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 114.5,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084,\n            \"hsl\": 5094,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 594,\n            \"hsl\": 3505.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25692.3,\n            \"hsl\": 27050.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10288.4,\n            \"hsl\": 12511.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5246,\n            \"hsl\": 8018.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115.5,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.1,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 620.6,\n            \"hsl\": 5640.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.2,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25427.2,\n            \"hsl\": 28228.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10288.1,\n            \"hsl\": 12510.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5085.7,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.5,\n            \"hsl\": 5094.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 380.8,\n            \"hsl\": 1550.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25627,\n            \"hsl\": 27516,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10249.8,\n            \"hsl\": 12506.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4946.6,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115.4,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5094.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 317.3,\n            \"hsl\": 1922.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25833.9,\n            \"hsl\": 27699.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10244.1,\n            \"hsl\": 12514.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4914.7,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115.1,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5094.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 346.4,\n            \"hsl\": 3065,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25756.5,\n            \"hsl\": 27502.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10153.1,\n            \"hsl\": 12513.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4878.1,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 114.1,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5094.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 397,\n            \"hsl\": 1488.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25825,\n            \"hsl\": 27272.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10147.5,\n            \"hsl\": 12516.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4792.9,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 298.9,\n            \"hsl\": 1790.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25943.6,\n            \"hsl\": 27198,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10111.7,\n            \"hsl\": 12513.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4783.8,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115.1,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 295.5,\n            \"hsl\": 1861.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26043.5,\n            \"hsl\": 27601.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 10011.3,\n            \"hsl\": 12514.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4744.8,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115.4,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.8,\n            \"hsl\": 5093.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 319.4,\n            \"hsl\": 3403.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25957.4,\n            \"hsl\": 27316.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9917.1,\n            \"hsl\": 12422.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4725,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 114,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5094.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 321,\n            \"hsl\": 1646.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25910.3,\n            \"hsl\": 27279.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9869.8,\n            \"hsl\": 12424.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4684.2,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 114.2,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5094.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 262.8,\n            \"hsl\": 1869.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26006.5,\n            \"hsl\": 27346.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9898.5,\n            \"hsl\": 12425.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 20:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4610,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 115,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5093.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 225.6,\n            \"hsl\": 1611.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26100.5,\n            \"hsl\": 27494.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9883.1,\n            \"hsl\": 12430.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4581.3,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 114.1,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.4,\n            \"hsl\": 5093.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 175.3,\n            \"hsl\": 1086,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25983.7,\n            \"hsl\": 27724.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9655.8,\n            \"hsl\": 12435.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4590.7,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 104.8,\n            \"hsl\": 115,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.8,\n            \"hsl\": 5093.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 395.3,\n            \"hsl\": 5305.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25851,\n            \"hsl\": 27971.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9677.4,\n            \"hsl\": 12437.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4580.9,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084,\n            \"hsl\": 5094.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 347.2,\n            \"hsl\": 2158.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25880.7,\n            \"hsl\": 27521.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9660.1,\n            \"hsl\": 12433.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4540.8,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.3,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 362.5,\n            \"hsl\": 1769.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25856.6,\n            \"hsl\": 27606.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9634.6,\n            \"hsl\": 12437.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4479.4,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5094.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 406.4,\n            \"hsl\": 1843.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25862.3,\n            \"hsl\": 27441.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9488.8,\n            \"hsl\": 12436.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4476.8,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.6,\n            \"hsl\": 5094.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 243.6,\n            \"hsl\": 3162.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25978.1,\n            \"hsl\": 27805.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9430.3,\n            \"hsl\": 12433.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4391.2,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.6,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 488.5,\n            \"hsl\": 2836.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26068.9,\n            \"hsl\": 27620.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9294.1,\n            \"hsl\": 12426.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4339.6,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.5,\n            \"hsl\": 5093.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 255.3,\n            \"hsl\": 1148,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26143.6,\n            \"hsl\": 27595.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9374.1,\n            \"hsl\": 12426.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4249.5,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 51.5,\n            \"hsl\": 51,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5094.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 289.8,\n            \"hsl\": 4392.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25938,\n            \"hsl\": 28490.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9433.9,\n            \"hsl\": 12434.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4149.1,\n            \"hsl\": 8028.5,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.6,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 277,\n            \"hsl\": 2444.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26145.3,\n            \"hsl\": 27947.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9298.7,\n            \"hsl\": 12430.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4038.8,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.5,\n            \"hsl\": 5094,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 311.1,\n            \"hsl\": 2762.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26085.9,\n            \"hsl\": 27900.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9315.2,\n            \"hsl\": 12431.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 21:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3960.1,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.3,\n            \"hsl\": 5093.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 304.3,\n            \"hsl\": 2112.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26088.8,\n            \"hsl\": 27316.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 9290.7,\n            \"hsl\": 12390.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4163.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.5,\n            \"hsl\": 5093.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 718,\n            \"hsl\": 2055,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25978.7,\n            \"hsl\": 27538.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8927.5,\n            \"hsl\": 12398.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4465.3,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5079.7,\n            \"hsl\": 5092.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 778.5,\n            \"hsl\": 5451.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25865,\n            \"hsl\": 28333.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8697.1,\n            \"hsl\": 12449.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4826.2,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.2,\n            \"hsl\": 5093,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 923.4,\n            \"hsl\": 6056.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25893.9,\n            \"hsl\": 28772.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 8082.8,\n            \"hsl\": 12546.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5049.4,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 944.8,\n            \"hsl\": 2346.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25485.1,\n            \"hsl\": 26879.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7904.1,\n            \"hsl\": 12556.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5281.1,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.5,\n            \"hsl\": 5093.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 600,\n            \"hsl\": 2187.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25710.2,\n            \"hsl\": 27508.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7952.3,\n            \"hsl\": 11222,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5507.7,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 578.9,\n            \"hsl\": 5706.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25719.2,\n            \"hsl\": 28340.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7812.4,\n            \"hsl\": 10720.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5496,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.1,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 386.2,\n            \"hsl\": 1225.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25636.9,\n            \"hsl\": 27614.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7794.4,\n            \"hsl\": 10711.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5508.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.3,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 314.4,\n            \"hsl\": 1303.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25972.1,\n            \"hsl\": 27729.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7723,\n            \"hsl\": 10773.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5408.3,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.7,\n            \"hsl\": 5094,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 283.2,\n            \"hsl\": 1846.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25923.3,\n            \"hsl\": 27865.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7536.9,\n            \"hsl\": 10772,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5217.4,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 212.6,\n            \"hsl\": 2582.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1.5,\n            \"hsl\": 0.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26138.5,\n            \"hsl\": 27980.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7397.4,\n            \"hsl\": 10650.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 5024.5,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.3,\n            \"hsl\": 5093.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 215.5,\n            \"hsl\": 1317.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26214.7,\n            \"hsl\": 27800.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7423.3,\n            \"hsl\": 10935.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 22:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4913,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5080.3,\n            \"hsl\": 5093.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 238.4,\n            \"hsl\": 1364.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26188.5,\n            \"hsl\": 27984.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7422.7,\n            \"hsl\": 10901.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4916.5,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.5,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.6,\n            \"hsl\": 5093.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 147.2,\n            \"hsl\": 3273.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26238.8,\n            \"hsl\": 28048.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7510.7,\n            \"hsl\": 10851.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4895.3,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.4,\n            \"hsl\": 5094.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 103.6,\n            \"hsl\": 984.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26193.3,\n            \"hsl\": 28121.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7484.4,\n            \"hsl\": 10637.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4799.2,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5094.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 105.8,\n            \"hsl\": 1691.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26139,\n            \"hsl\": 28448.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7430.4,\n            \"hsl\": 10600.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4747,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5081.2,\n            \"hsl\": 5093.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 87.3,\n            \"hsl\": 760.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26491.2,\n            \"hsl\": 28259.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7042.5,\n            \"hsl\": 10579.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4682.8,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5095.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 108.8,\n            \"hsl\": 667.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26488.1,\n            \"hsl\": 27909.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 7085.5,\n            \"hsl\": 10578.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4606.4,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.1,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 85.2,\n            \"hsl\": 534.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26550.1,\n            \"hsl\": 28042.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6961.5,\n            \"hsl\": 10586.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4495.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5094.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 94.3,\n            \"hsl\": 3613.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26468.1,\n            \"hsl\": 28447.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6907.6,\n            \"hsl\": 10592.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4349.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.2,\n            \"hsl\": 5095.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 217.6,\n            \"hsl\": 1165.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26623.5,\n            \"hsl\": 28345.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6782.4,\n            \"hsl\": 10585.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4334.8,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 246.9,\n            \"hsl\": 1480.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26425.9,\n            \"hsl\": 28457.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6766.6,\n            \"hsl\": 10573.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4324.8,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 96.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.9,\n            \"hsl\": 5094.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 255.7,\n            \"hsl\": 1333,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26338.8,\n            \"hsl\": 28272.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6579.2,\n            \"hsl\": 10388.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4293.1,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.1,\n            \"hsl\": 5094.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 189.7,\n            \"hsl\": 1088,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26474,\n            \"hsl\": 27877.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6557.4,\n            \"hsl\": 10394.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-23 23:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4073.3,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 48.4,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.7,\n            \"hsl\": 5095.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 136.4,\n            \"hsl\": 4793.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26612.1,\n            \"hsl\": 28989.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6454.8,\n            \"hsl\": 10513.7,\n            \"seasonalCapacity\": 68234\n          }\n        }\n      },\n      \"2024-11-24\": {\n        \"2024-11-24 00:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4110.7,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5094.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 163.8,\n            \"hsl\": 1357.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26330.2,\n            \"hsl\": 28064,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6519.4,\n            \"hsl\": 10487.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4126.8,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085,\n            \"hsl\": 5094.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 127.3,\n            \"hsl\": 540.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26096.4,\n            \"hsl\": 27915.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6674.6,\n            \"hsl\": 10296.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 4141.7,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.5,\n            \"hsl\": 5094.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 342.4,\n            \"hsl\": 2750.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26091.5,\n            \"hsl\": 27743.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6501.9,\n            \"hsl\": 10493.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3965.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.7,\n            \"hsl\": 5095.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 393.3,\n            \"hsl\": 1786.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26124.2,\n            \"hsl\": 27824.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6470.1,\n            \"hsl\": 10491.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3940.7,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.4,\n            \"hsl\": 5094.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 631,\n            \"hsl\": 4937.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26108.2,\n            \"hsl\": 28434.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6233.9,\n            \"hsl\": 10493.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3918.9,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5095.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 487.2,\n            \"hsl\": 1969.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26005.3,\n            \"hsl\": 27433.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6374.6,\n            \"hsl\": 10295,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3938.6,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.9,\n            \"hsl\": 5095.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 240.4,\n            \"hsl\": 1255.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26074.5,\n            \"hsl\": 27474.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6538.5,\n            \"hsl\": 10488.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3953.7,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5094.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 307.7,\n            \"hsl\": 4630.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26160.9,\n            \"hsl\": 28276.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6204.4,\n            \"hsl\": 10466.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3872.2,\n            \"hsl\": 8033.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.6,\n            \"hsl\": 5094.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 247.6,\n            \"hsl\": 1676.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26255,\n            \"hsl\": 27657.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6444.8,\n            \"hsl\": 10297.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3817.1,\n            \"hsl\": 8593.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5094.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 228.9,\n            \"hsl\": 1367.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.6,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25978.9,\n            \"hsl\": 27535,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6480.6,\n            \"hsl\": 10488.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3650.5,\n            \"hsl\": 8593.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 160.3,\n            \"hsl\": 1062.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26082.8,\n            \"hsl\": 27477.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6477.7,\n            \"hsl\": 10296.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 00:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3656.8,\n            \"hsl\": 8593.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5094.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 51,\n            \"hsl\": 944.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26050.2,\n            \"hsl\": 27586.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6382.5,\n            \"hsl\": 10305.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3689.5,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5082.6,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 40.2,\n            \"hsl\": 1029.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26304.4,\n            \"hsl\": 27795.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6154,\n            \"hsl\": 10477.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3675.5,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5094.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 116.9,\n            \"hsl\": 1244.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26091.1,\n            \"hsl\": 27743.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5948,\n            \"hsl\": 10282.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3514.4,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.5,\n            \"hsl\": 5094.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 81.4,\n            \"hsl\": 764.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26160.2,\n            \"hsl\": 27491.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5947.8,\n            \"hsl\": 10283.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3436,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 104,\n            \"hsl\": 1146.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26183.2,\n            \"hsl\": 27811.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6041.1,\n            \"hsl\": 10306.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3484.2,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.9,\n            \"hsl\": 5094.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 73.4,\n            \"hsl\": 1301.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26095.6,\n            \"hsl\": 27433.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5997.5,\n            \"hsl\": 10497.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3530.8,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.4,\n            \"hsl\": 5094.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1,\n            \"hsl\": 427.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26090.4,\n            \"hsl\": 27629.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5992.3,\n            \"hsl\": 10574,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3558.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.6,\n            \"hsl\": 5094.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 181.6,\n            \"hsl\": 5398.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25845.6,\n            \"hsl\": 28273.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5973,\n            \"hsl\": 10578.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3518.9,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.4,\n            \"hsl\": 5094.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 145.9,\n            \"hsl\": 2429.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26056.1,\n            \"hsl\": 27881.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5918.9,\n            \"hsl\": 10575.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3498,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5095.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 59.2,\n            \"hsl\": 548.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26158.6,\n            \"hsl\": 27668.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5908.3,\n            \"hsl\": 10569.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3495.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.1,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 28.3,\n            \"hsl\": 1092.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 26093,\n            \"hsl\": 27683.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5980,\n            \"hsl\": 10572.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3500.2,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 51.1,\n            \"hsl\": 582.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25831.8,\n            \"hsl\": 27454.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5972.3,\n            \"hsl\": 10377.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 01:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3458,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.8,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 17.3,\n            \"hsl\": 393.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25818.5,\n            \"hsl\": 27134.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5928.7,\n            \"hsl\": 10382.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3488.2,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.8,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 22.1,\n            \"hsl\": 777.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25760.2,\n            \"hsl\": 27626.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5904.5,\n            \"hsl\": 10568.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3404,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.8,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 31.7,\n            \"hsl\": 1591.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25864.7,\n            \"hsl\": 27642.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5917.8,\n            \"hsl\": 10580.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3386.5,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5095.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 84.6,\n            \"hsl\": 895.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25979,\n            \"hsl\": 27638.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5902.8,\n            \"hsl\": 10382.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3471.2,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.7,\n            \"hsl\": 5095,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 50.8,\n            \"hsl\": 663.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25727.1,\n            \"hsl\": 27523.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5897.6,\n            \"hsl\": 10573.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3430.6,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5095.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 29.8,\n            \"hsl\": 889.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25697,\n            \"hsl\": 27300.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5883.3,\n            \"hsl\": 10379.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3379.7,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5094.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 144.1,\n            \"hsl\": 3166,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25712.8,\n            \"hsl\": 27592.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5858,\n            \"hsl\": 10573.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3474.4,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5095.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 25.4,\n            \"hsl\": 731.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25603.8,\n            \"hsl\": 27063.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5854.2,\n            \"hsl\": 10569.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3493.9,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 14.9,\n            \"hsl\": 508,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25624.6,\n            \"hsl\": 27464.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5835.5,\n            \"hsl\": 10377.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3359.2,\n            \"hsl\": 8308.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.3,\n            \"hsl\": 5095.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 18.1,\n            \"hsl\": 966.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25634.2,\n            \"hsl\": 27857.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5765,\n            \"hsl\": 10568.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3334.6,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.6,\n            \"hsl\": 5095.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 130.1,\n            \"hsl\": 3194.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25579.7,\n            \"hsl\": 27523.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5775.4,\n            \"hsl\": 10383.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3421.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.6,\n            \"hsl\": 5095.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 46.3,\n            \"hsl\": 1880.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25569.6,\n            \"hsl\": 27646.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5754.9,\n            \"hsl\": 10571.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 02:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3444.7,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.3,\n            \"hsl\": 5095.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 34.2,\n            \"hsl\": 722.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25523.3,\n            \"hsl\": 27412,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5728.1,\n            \"hsl\": 10397.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3318.5,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5095.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 39.5,\n            \"hsl\": 894.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25533.6,\n            \"hsl\": 27148.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5701.5,\n            \"hsl\": 10398.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3283.4,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.6,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 54.6,\n            \"hsl\": 1650.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25488.5,\n            \"hsl\": 27228.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5755.8,\n            \"hsl\": 10594.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3220.9,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 56.6,\n            \"hsl\": 1215,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25402.7,\n            \"hsl\": 27225.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5763.4,\n            \"hsl\": 10594.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3289.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.6,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 188.7,\n            \"hsl\": 5529,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25171.9,\n            \"hsl\": 27800.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5737.3,\n            \"hsl\": 10405.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3339.5,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.1,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 169.6,\n            \"hsl\": 2673.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25342.4,\n            \"hsl\": 27124.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5742.2,\n            \"hsl\": 10595.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3348.5,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 81,\n            \"hsl\": 1033.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25239.3,\n            \"hsl\": 26450.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5820,\n            \"hsl\": 10395.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3274.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 50.7,\n            \"hsl\": 1273.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25363.3,\n            \"hsl\": 26799.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5909.5,\n            \"hsl\": 10596.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3258,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 45.1,\n            \"hsl\": 2840.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25281.6,\n            \"hsl\": 27468.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5889.6,\n            \"hsl\": 10404.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3263.5,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 18.4,\n            \"hsl\": 857.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25275,\n            \"hsl\": 27111.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5833,\n            \"hsl\": 10399.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3195.7,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 91.5,\n            \"hsl\": 1175.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25246.8,\n            \"hsl\": 26917.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5858.5,\n            \"hsl\": 10590.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3178.6,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.6,\n            \"hsl\": 5095.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 96.9,\n            \"hsl\": 2551.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25158.4,\n            \"hsl\": 26619.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5898.6,\n            \"hsl\": 10396.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 03:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3212.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 47.4,\n            \"hsl\": 1133.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25175.4,\n            \"hsl\": 26884.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5873.2,\n            \"hsl\": 10586.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3217.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.1,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 323.1,\n            \"hsl\": 2352.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24930.9,\n            \"hsl\": 26575.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5810.3,\n            \"hsl\": 10590.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3131.7,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5095.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 50.7,\n            \"hsl\": 767.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.1,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25128.5,\n            \"hsl\": 27060.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5763.9,\n            \"hsl\": 10586.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3209.1,\n            \"hsl\": 8530.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 134.1,\n            \"hsl\": 2319.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24923.2,\n            \"hsl\": 27035,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5872.7,\n            \"hsl\": 10381.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3254.3,\n            \"hsl\": 8530.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.2,\n            \"hsl\": 5096.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 73.9,\n            \"hsl\": 2707.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24811.7,\n            \"hsl\": 26661.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5826.4,\n            \"hsl\": 10189.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3311.7,\n            \"hsl\": 8530.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5083.6,\n            \"hsl\": 5095.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 140,\n            \"hsl\": 3102.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24811.1,\n            \"hsl\": 26679.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5888.4,\n            \"hsl\": 10190.6,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3292.4,\n            \"hsl\": 8530.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 44.5,\n            \"hsl\": 2121.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24710.4,\n            \"hsl\": 26310,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6055,\n            \"hsl\": 10184,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3280.6,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.2,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.8,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 22.8,\n            \"hsl\": 1038.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24941.7,\n            \"hsl\": 26847,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5932.7,\n            \"hsl\": 10377,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3306.4,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.3,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.4,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 52.1,\n            \"hsl\": 2584.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24910.5,\n            \"hsl\": 26676.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5910.1,\n            \"hsl\": 10187.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3331.9,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 5.1,\n            \"hsl\": 6,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.7,\n            \"hsl\": 5096.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 31.2,\n            \"hsl\": 1002.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24935.7,\n            \"hsl\": 26581.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5898.3,\n            \"hsl\": 10186.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3380,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 6.2,\n            \"hsl\": 51,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 102.1,\n            \"hsl\": 4069.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24834.3,\n            \"hsl\": 27361.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5808.2,\n            \"hsl\": 10385.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3437.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 52.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.7,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 107.2,\n            \"hsl\": 2365.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24796.3,\n            \"hsl\": 26558.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5850.5,\n            \"hsl\": 10187.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 04:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3415.4,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.5,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 21.2,\n            \"hsl\": 529.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24925.4,\n            \"hsl\": 26376.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5877.9,\n            \"hsl\": 10203.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3406.7,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.4,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 131.2,\n            \"hsl\": 1696.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25036.2,\n            \"hsl\": 26220,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5792.3,\n            \"hsl\": 10207,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3423.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.7,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 129.5,\n            \"hsl\": 2173.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25011.2,\n            \"hsl\": 26417.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5770.6,\n            \"hsl\": 10203.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3466.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.2,\n            \"hsl\": 5096.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 112.5,\n            \"hsl\": 2687.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24961.3,\n            \"hsl\": 26125.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5789.2,\n            \"hsl\": 10398.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3479.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.2,\n            \"hsl\": 5095.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 97.2,\n            \"hsl\": 1696.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24985.5,\n            \"hsl\": 26553.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5799.2,\n            \"hsl\": 10392.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3540,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.5,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 148.8,\n            \"hsl\": 3106.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.4,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24969.7,\n            \"hsl\": 27321.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5781.6,\n            \"hsl\": 10399.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3556.9,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5084.7,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 324.6,\n            \"hsl\": 4555.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24900.3,\n            \"hsl\": 26590,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5788.7,\n            \"hsl\": 10205.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3574.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 274.9,\n            \"hsl\": 1863.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1,\n            \"hsl\": 0.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24679.4,\n            \"hsl\": 25938.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5904.7,\n            \"hsl\": 10214.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3630.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5096,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 218.8,\n            \"hsl\": 1567.7,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24897.4,\n            \"hsl\": 26364,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5787.8,\n            \"hsl\": 10202.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3684.7,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 224.2,\n            \"hsl\": 2930.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24882.5,\n            \"hsl\": 26441,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5937,\n            \"hsl\": 10407.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3649.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.8,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 197.3,\n            \"hsl\": 1949.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24823.4,\n            \"hsl\": 26174.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6075.6,\n            \"hsl\": 10218.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3679.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.6,\n            \"hsl\": 5095.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 71.9,\n            \"hsl\": 1005.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24853.2,\n            \"hsl\": 26001.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6215.7,\n            \"hsl\": 10416.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 05:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3761.9,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 55.2,\n            \"hsl\": 3482.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24797.4,\n            \"hsl\": 26834.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6156.2,\n            \"hsl\": 10371.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3854.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.1,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 639.6,\n            \"hsl\": 2046.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24366,\n            \"hsl\": 26350.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5962.8,\n            \"hsl\": 10177.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3871.1,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5097.7,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 399.7,\n            \"hsl\": 1903.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25022.4,\n            \"hsl\": 26249.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6056.3,\n            \"hsl\": 10197.2,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3837.4,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.1,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 274.3,\n            \"hsl\": 2085.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25230.7,\n            \"hsl\": 26612.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6242.5,\n            \"hsl\": 10395,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3681.5,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 332.5,\n            \"hsl\": 2064.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25351.8,\n            \"hsl\": 26497.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6207.2,\n            \"hsl\": 10201.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3613.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.7,\n            \"hsl\": 5097,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 312.9,\n            \"hsl\": 1107.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.8,\n            \"hsl\": 0.5,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25303,\n            \"hsl\": 26514.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6374.6,\n            \"hsl\": 10392,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3617.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5090,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 284.9,\n            \"hsl\": 1470.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25317.2,\n            \"hsl\": 26729.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6198.1,\n            \"hsl\": 10201.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3594.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5090,\n            \"hsl\": 5097.5,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 399.6,\n            \"hsl\": 2160.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.5,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 25111.7,\n            \"hsl\": 26270.6,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6171.4,\n            \"hsl\": 10398.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3665.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.5,\n            \"hsl\": 5097.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1254.6,\n            \"hsl\": 3173.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.7,\n            \"hsl\": 0.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24343.4,\n            \"hsl\": 26147.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6099.2,\n            \"hsl\": 10381,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3728.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.4,\n            \"hsl\": 5096.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1082.9,\n            \"hsl\": 2570.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.6,\n            \"hsl\": 0.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24259.5,\n            \"hsl\": 25778.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6478.1,\n            \"hsl\": 10376.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3771.8,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5088.1,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1008.2,\n            \"hsl\": 2975.2,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 0.9,\n            \"hsl\": 0.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24138.3,\n            \"hsl\": 26099.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6549.4,\n            \"hsl\": 10201.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3794.3,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.8,\n            \"hsl\": 5096.8,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 927.7,\n            \"hsl\": 1917.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 4.3,\n            \"hsl\": 3.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24057,\n            \"hsl\": 25777.4,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6498.2,\n            \"hsl\": 10383.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 06:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3807.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.8,\n            \"hsl\": 5095.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 859.7,\n            \"hsl\": 1964.1,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 15,\n            \"hsl\": 15.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24480.6,\n            \"hsl\": 26179.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6152.8,\n            \"hsl\": 10166.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3807.4,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1026.6,\n            \"hsl\": 4251.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 40.2,\n            \"hsl\": 41.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24573.1,\n            \"hsl\": 26548.7,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5981.2,\n            \"hsl\": 10163.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3845.2,\n            \"hsl\": 8995.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.3,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 1124.8,\n            \"hsl\": 3291,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 95.7,\n            \"hsl\": 101.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24608.7,\n            \"hsl\": 26289.1,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5918.9,\n            \"hsl\": 10161.8,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:14:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3870.2,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.5,\n            \"hsl\": 5096.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 987.7,\n            \"hsl\": 3072.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 221.8,\n            \"hsl\": 225,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24662.3,\n            \"hsl\": 25989.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6080,\n            \"hsl\": 10366.9,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:19:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3878.9,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.8,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 734.7,\n            \"hsl\": 2769.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 421.3,\n            \"hsl\": 427.7,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24662.6,\n            \"hsl\": 25928.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6172.8,\n            \"hsl\": 10178.1,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:24:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3906.8,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.3,\n            \"hsl\": 5096.2,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 500.6,\n            \"hsl\": 3612.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 681.6,\n            \"hsl\": 701.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24695.3,\n            \"hsl\": 26205,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6169.8,\n            \"hsl\": 10171.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:29:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3840.2,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.9,\n            \"hsl\": 5095.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 370.2,\n            \"hsl\": 2537,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1048.9,\n            \"hsl\": 1068.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24626.5,\n            \"hsl\": 25812.5,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6177.4,\n            \"hsl\": 10368.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:34:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3637.3,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.3,\n            \"hsl\": 5096.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 193.9,\n            \"hsl\": 2277.5,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 1525.6,\n            \"hsl\": 1553.3,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24642.8,\n            \"hsl\": 25802.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 6108.8,\n            \"hsl\": 10176.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:39:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3483.2,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.4,\n            \"hsl\": 5097.1,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 191.7,\n            \"hsl\": 5108.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 2018.3,\n            \"hsl\": 2141,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24556.4,\n            \"hsl\": 26312.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5877.8,\n            \"hsl\": 10372.3,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:44:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3416.5,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.7,\n            \"hsl\": 5096.6,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 276.3,\n            \"hsl\": 1784.4,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 2596,\n            \"hsl\": 2765.8,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24268.2,\n            \"hsl\": 25475.3,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5577.9,\n            \"hsl\": 10103.4,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:49:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3283.6,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.1,\n            \"hsl\": 5097.4,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 51.8,\n            \"hsl\": 1112.6,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 3193.9,\n            \"hsl\": 3416.9,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 24144.4,\n            \"hsl\": 25289.2,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5509.3,\n            \"hsl\": 10100.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:54:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3162.3,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.1,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5085.4,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 50.1,\n            \"hsl\": 1683.8,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 3793.3,\n            \"hsl\": 4040.4,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23962.2,\n            \"hsl\": 25458.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5426.9,\n            \"hsl\": 10101.5,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 07:59:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3104.6,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.3,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5087.9,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 302.9,\n            \"hsl\": 5591,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 4198.9,\n            \"hsl\": 4885,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23876.5,\n            \"hsl\": 26121.8,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5418.3,\n            \"hsl\": 10090,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 08:04:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 3051.1,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5086.1,\n            \"hsl\": 5096.9,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 252.5,\n            \"hsl\": 4408.9,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 4929,\n            \"hsl\": 5411,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23854.9,\n            \"hsl\": 26133,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5355.1,\n            \"hsl\": 9903.7,\n            \"seasonalCapacity\": 68234\n          }\n        },\n        \"2024-11-24 08:09:57-0600\": {\n          \"Coal and Lignite\": {\n            \"gen\": 2972.9,\n            \"hsl\": 8985.4,\n            \"seasonalCapacity\": 14713\n          },\n          \"Hydro\": {\n            \"gen\": 95.2,\n            \"hsl\": 96,\n            \"seasonalCapacity\": 575\n          },\n          \"Nuclear\": {\n            \"gen\": 5089.3,\n            \"hsl\": 5097.3,\n            \"seasonalCapacity\": 5268\n          },\n          \"Other\": {\n            \"gen\": 0,\n            \"hsl\": 0,\n            \"seasonalCapacity\": 174\n          },\n          \"Power Storage\": {\n            \"gen\": 196.3,\n            \"hsl\": 1646.3,\n            \"seasonalCapacity\": 9514\n          },\n          \"Solar\": {\n            \"gen\": 5535.4,\n            \"hsl\": 6127.2,\n            \"seasonalCapacity\": 27167\n          },\n          \"Wind\": {\n            \"gen\": 23855.3,\n            \"hsl\": 25360.9,\n            \"seasonalCapacity\": 39533\n          },\n          \"Natural Gas\": {\n            \"gen\": 5199.4,\n            \"hsl\": 10016.3,\n            \"seasonalCapacity\": 68234\n          }\n        }\n      }\n    }\n  }"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERCOT_demand.json",
    "content": "{\n    \"lastUpdated\": \"2024-11-25 02:15:02-0600\",\n    \"previousDay\": {\n      \"dayDate\": \"2024-11-24 00:00:00-0600\",\n      \"data\": [\n        {\n          \"hourEnding\": 1,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41916.4303,\n          \"dayAheadForecast\": 41533.0104,\n          \"currentDayHsl\": 61135.7,\n          \"dayAheadHsl\": 63639.5,\n          \"systemLoad\": 42015.44,\n          \"timestamp\": \"2024-11-24 01:00:00-0600\",\n          \"epoch\": 1732431600000\n        },\n        {\n          \"hourEnding\": 2,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40553.2096,\n          \"dayAheadForecast\": 40377.3505,\n          \"currentDayHsl\": 61614.6,\n          \"dayAheadHsl\": 63974.4,\n          \"systemLoad\": 40887.56,\n          \"timestamp\": \"2024-11-24 02:00:00-0600\",\n          \"epoch\": 1732435200000\n        },\n        {\n          \"hourEnding\": 3,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 39830.0494,\n          \"dayAheadForecast\": 39549.1002,\n          \"currentDayHsl\": 61891.3,\n          \"dayAheadHsl\": 63910.8,\n          \"systemLoad\": 40223.49,\n          \"timestamp\": \"2024-11-24 03:00:00-0600\",\n          \"epoch\": 1732438800000\n        },\n        {\n          \"hourEnding\": 4,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 39639.2297,\n          \"dayAheadForecast\": 38913.7897,\n          \"currentDayHsl\": 61515.6,\n          \"dayAheadHsl\": 63490.1,\n          \"systemLoad\": 39687.63,\n          \"timestamp\": \"2024-11-24 04:00:00-0600\",\n          \"epoch\": 1732442400000\n        },\n        {\n          \"hourEnding\": 5,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 39513.4101,\n          \"dayAheadForecast\": 38641.28,\n          \"currentDayHsl\": 61001.8,\n          \"dayAheadHsl\": 62977.6,\n          \"systemLoad\": 39355.6,\n          \"timestamp\": \"2024-11-24 05:00:00-0600\",\n          \"epoch\": 1732446000000\n        },\n        {\n          \"hourEnding\": 6,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 39348.6805,\n          \"dayAheadForecast\": 38598.2406,\n          \"currentDayHsl\": 60873.1,\n          \"dayAheadHsl\": 62582.8,\n          \"systemLoad\": 39780.68,\n          \"timestamp\": \"2024-11-24 06:00:00-0600\",\n          \"epoch\": 1732449600000\n        },\n        {\n          \"hourEnding\": 7,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 39716.8804,\n          \"dayAheadForecast\": 38950.4201,\n          \"currentDayHsl\": 60910.3,\n          \"dayAheadHsl\": 62432.8,\n          \"systemLoad\": 40642.16,\n          \"timestamp\": \"2024-11-24 07:00:00-0600\",\n          \"epoch\": 1732453200000\n        },\n        {\n          \"hourEnding\": 8,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41733.3999,\n          \"dayAheadForecast\": 39746.4497,\n          \"currentDayHsl\": 62388.9,\n          \"dayAheadHsl\": 63425.7,\n          \"systemLoad\": 41256.77,\n          \"timestamp\": \"2024-11-24 08:00:00-0600\",\n          \"epoch\": 1732456800000\n        },\n        {\n          \"hourEnding\": 9,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 43666.3198,\n          \"dayAheadForecast\": 42473.4603,\n          \"currentDayHsl\": 68921,\n          \"dayAheadHsl\": 68368.9,\n          \"systemLoad\": 43747.21,\n          \"timestamp\": \"2024-11-24 09:00:00-0600\",\n          \"epoch\": 1732460400000\n        },\n        {\n          \"hourEnding\": 10,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 45356.9707,\n          \"dayAheadForecast\": 44098.3502,\n          \"currentDayHsl\": 71629,\n          \"dayAheadHsl\": 71756.2,\n          \"systemLoad\": 45709.65,\n          \"timestamp\": \"2024-11-24 10:00:00-0600\",\n          \"epoch\": 1732464000000\n        },\n        {\n          \"hourEnding\": 11,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 46201.64,\n          \"dayAheadForecast\": 45432.1198,\n          \"currentDayHsl\": 71908.7,\n          \"dayAheadHsl\": 72750.7,\n          \"systemLoad\": 46417.62,\n          \"timestamp\": \"2024-11-24 11:00:00-0600\",\n          \"epoch\": 1732467600000\n        },\n        {\n          \"hourEnding\": 12,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 46398.0797,\n          \"dayAheadForecast\": 46197.4902,\n          \"currentDayHsl\": 72050.7,\n          \"dayAheadHsl\": 73154.4,\n          \"systemLoad\": 47164.36,\n          \"timestamp\": \"2024-11-24 12:00:00-0600\",\n          \"epoch\": 1732471200000\n        },\n        {\n          \"hourEnding\": 13,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47392.3094,\n          \"dayAheadForecast\": 47183.2501,\n          \"currentDayHsl\": 71862.3,\n          \"dayAheadHsl\": 72957,\n          \"systemLoad\": 48009.38,\n          \"timestamp\": \"2024-11-24 13:00:00-0600\",\n          \"epoch\": 1732474800000\n        },\n        {\n          \"hourEnding\": 14,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48852.2389,\n          \"dayAheadForecast\": 48049.7692,\n          \"currentDayHsl\": 71484.7,\n          \"dayAheadHsl\": 73364.6,\n          \"systemLoad\": 48766.6,\n          \"timestamp\": \"2024-11-24 14:00:00-0600\",\n          \"epoch\": 1732478400000\n        },\n        {\n          \"hourEnding\": 15,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50036.4608,\n          \"dayAheadForecast\": 49296.8998,\n          \"currentDayHsl\": 71928.2,\n          \"dayAheadHsl\": 74747.1,\n          \"systemLoad\": 49779.09,\n          \"timestamp\": \"2024-11-24 15:00:00-0600\",\n          \"epoch\": 1732482000000\n        },\n        {\n          \"hourEnding\": 16,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51127.2399,\n          \"dayAheadForecast\": 50100.9098,\n          \"currentDayHsl\": 74212.5,\n          \"dayAheadHsl\": 75426.3,\n          \"systemLoad\": 50680.68,\n          \"timestamp\": \"2024-11-24 16:00:00-0600\",\n          \"epoch\": 1732485600000\n        },\n        {\n          \"hourEnding\": 17,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51612.1501,\n          \"dayAheadForecast\": 49912.6511,\n          \"currentDayHsl\": 69183.4,\n          \"dayAheadHsl\": 71673.6,\n          \"systemLoad\": 51044.77,\n          \"timestamp\": \"2024-11-24 17:00:00-0600\",\n          \"epoch\": 1732489200000\n        },\n        {\n          \"hourEnding\": 18,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51851.9406,\n          \"dayAheadForecast\": 50215.1398,\n          \"currentDayHsl\": 63026.6,\n          \"dayAheadHsl\": 65897.5,\n          \"systemLoad\": 51088.05,\n          \"timestamp\": \"2024-11-24 18:00:00-0600\",\n          \"epoch\": 1732492800000\n        },\n        {\n          \"hourEnding\": 19,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51299.1298,\n          \"dayAheadForecast\": 50571.64,\n          \"currentDayHsl\": 64029.4,\n          \"dayAheadHsl\": 67884.9,\n          \"systemLoad\": 51415.57,\n          \"timestamp\": \"2024-11-24 19:00:00-0600\",\n          \"epoch\": 1732496400000\n        },\n        {\n          \"hourEnding\": 20,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50865.6194,\n          \"dayAheadForecast\": 50013.9897,\n          \"currentDayHsl\": 66579.2,\n          \"dayAheadHsl\": 69216.7,\n          \"systemLoad\": 50605.84,\n          \"timestamp\": \"2024-11-24 20:00:00-0600\",\n          \"epoch\": 1732500000000\n        },\n        {\n          \"hourEnding\": 21,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50008.1603,\n          \"dayAheadForecast\": 49266.0697,\n          \"currentDayHsl\": 67740.3,\n          \"dayAheadHsl\": 70644.6,\n          \"systemLoad\": 49269.01,\n          \"timestamp\": \"2024-11-24 21:00:00-0600\",\n          \"epoch\": 1732503600000\n        },\n        {\n          \"hourEnding\": 22,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48211.2795,\n          \"dayAheadForecast\": 48037.5905,\n          \"currentDayHsl\": 68472.4,\n          \"dayAheadHsl\": 70857.5,\n          \"systemLoad\": 47959.51,\n          \"timestamp\": \"2024-11-24 22:00:00-0600\",\n          \"epoch\": 1732507200000\n        },\n        {\n          \"hourEnding\": 23,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 46397.1101,\n          \"dayAheadForecast\": 46046.3593,\n          \"currentDayHsl\": 67140.4,\n          \"dayAheadHsl\": 67767.1,\n          \"systemLoad\": 46058.5,\n          \"timestamp\": \"2024-11-24 23:00:00-0600\",\n          \"epoch\": 1732510800000\n        },\n        {\n          \"hourEnding\": 24,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 43950.9495,\n          \"dayAheadForecast\": 43710.6399,\n          \"currentDayHsl\": 63866.1,\n          \"dayAheadHsl\": 65074.5,\n          \"systemLoad\": 43938.58,\n          \"timestamp\": \"2024-11-25 00:00:00-0600\",\n          \"epoch\": 1732514400000\n        }\n      ]\n    },\n    \"currentDay\": {\n      \"dayDate\": \"2024-11-25 00:00:00-0600\",\n      \"data\": [\n        {\n          \"hourEnding\": 1,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 42264.1382,\n          \"dayAheadForecast\": 41815.7044,\n          \"currentDayHsl\": 63886.2,\n          \"dayAheadHsl\": 63084.1,\n          \"systemLoad\": 42131.97,\n          \"timestamp\": \"2024-11-25 01:00:00-0600\",\n          \"epoch\": 1732518000000\n        },\n        {\n          \"hourEnding\": 2,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41348.3845,\n          \"dayAheadForecast\": 40542.0514,\n          \"currentDayHsl\": 62336.8,\n          \"dayAheadHsl\": 62316.4,\n          \"systemLoad\": 40804.76,\n          \"timestamp\": \"2024-11-25 02:00:00-0600\",\n          \"epoch\": 1732521600000\n        },\n        {\n          \"hourEnding\": 3,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40382.8672,\n          \"dayAheadForecast\": 39771.9885,\n          \"dayAheadHsl\": 61146.3,\n          \"timestamp\": \"2024-11-25 03:00:00-0600\",\n          \"epoch\": 1732525200000\n        },\n        {\n          \"hourEnding\": 4,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40099.9042,\n          \"dayAheadForecast\": 39474.0137,\n          \"dayAheadHsl\": 59741.8,\n          \"timestamp\": \"2024-11-25 04:00:00-0600\",\n          \"epoch\": 1732528800000\n        },\n        {\n          \"hourEnding\": 5,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40365.7452,\n          \"dayAheadForecast\": 39946.4888,\n          \"dayAheadHsl\": 58713.6,\n          \"timestamp\": \"2024-11-25 05:00:00-0600\",\n          \"epoch\": 1732532400000\n        },\n        {\n          \"hourEnding\": 6,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41731.2175,\n          \"dayAheadForecast\": 41605.8147,\n          \"dayAheadHsl\": 58652.9,\n          \"timestamp\": \"2024-11-25 06:00:00-0600\",\n          \"epoch\": 1732536000000\n        },\n        {\n          \"hourEnding\": 7,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 44311.1902,\n          \"dayAheadForecast\": 44449.4099,\n          \"dayAheadHsl\": 59691,\n          \"timestamp\": \"2024-11-25 07:00:00-0600\",\n          \"epoch\": 1732539600000\n        },\n        {\n          \"hourEnding\": 8,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 45745.0594,\n          \"dayAheadForecast\": 45954.7095,\n          \"dayAheadHsl\": 60895.8,\n          \"timestamp\": \"2024-11-25 08:00:00-0600\",\n          \"epoch\": 1732543200000\n        },\n        {\n          \"hourEnding\": 9,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47113.0099,\n          \"dayAheadForecast\": 47032.5798,\n          \"dayAheadHsl\": 66478.4,\n          \"timestamp\": \"2024-11-25 09:00:00-0600\",\n          \"epoch\": 1732546800000\n        },\n        {\n          \"hourEnding\": 10,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48845.2301,\n          \"dayAheadForecast\": 48648.3,\n          \"dayAheadHsl\": 70357.6,\n          \"timestamp\": \"2024-11-25 10:00:00-0600\",\n          \"epoch\": 1732550400000\n        },\n        {\n          \"hourEnding\": 11,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50074.67,\n          \"dayAheadForecast\": 49874.9701,\n          \"dayAheadHsl\": 72249.5,\n          \"timestamp\": \"2024-11-25 11:00:00-0600\",\n          \"epoch\": 1732554000000\n        },\n        {\n          \"hourEnding\": 12,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51171.099,\n          \"dayAheadForecast\": 50991.4803,\n          \"dayAheadHsl\": 72523.5,\n          \"timestamp\": \"2024-11-25 12:00:00-0600\",\n          \"epoch\": 1732557600000\n        },\n        {\n          \"hourEnding\": 13,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 52278.4302,\n          \"dayAheadForecast\": 52147.9899,\n          \"dayAheadHsl\": 71564.6,\n          \"timestamp\": \"2024-11-25 13:00:00-0600\",\n          \"epoch\": 1732561200000\n        },\n        {\n          \"hourEnding\": 14,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53324.92,\n          \"dayAheadForecast\": 53244.1511,\n          \"dayAheadHsl\": 72725.3,\n          \"timestamp\": \"2024-11-25 14:00:00-0600\",\n          \"epoch\": 1732564800000\n        },\n        {\n          \"hourEnding\": 15,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53893.4796,\n          \"dayAheadForecast\": 53897.5195,\n          \"dayAheadHsl\": 73007.4,\n          \"timestamp\": \"2024-11-25 15:00:00-0600\",\n          \"epoch\": 1732568400000\n        },\n        {\n          \"hourEnding\": 16,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53899.5693,\n          \"dayAheadForecast\": 54024.4897,\n          \"dayAheadHsl\": 72634.5,\n          \"timestamp\": \"2024-11-25 16:00:00-0600\",\n          \"epoch\": 1732572000000\n        },\n        {\n          \"hourEnding\": 17,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53564.05,\n          \"dayAheadForecast\": 53787.59,\n          \"dayAheadHsl\": 69070.6,\n          \"timestamp\": \"2024-11-25 17:00:00-0600\",\n          \"epoch\": 1732575600000\n        },\n        {\n          \"hourEnding\": 18,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53220.9103,\n          \"dayAheadForecast\": 53609.5494,\n          \"dayAheadHsl\": 62734.9,\n          \"timestamp\": \"2024-11-25 18:00:00-0600\",\n          \"epoch\": 1732579200000\n        },\n        {\n          \"hourEnding\": 19,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 53332.8402,\n          \"dayAheadForecast\": 53824.2697,\n          \"dayAheadHsl\": 62418.3,\n          \"timestamp\": \"2024-11-25 19:00:00-0600\",\n          \"epoch\": 1732582800000\n        },\n        {\n          \"hourEnding\": 20,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 52225.489,\n          \"dayAheadForecast\": 52705.099,\n          \"dayAheadHsl\": 62668.4,\n          \"timestamp\": \"2024-11-25 20:00:00-0600\",\n          \"epoch\": 1732586400000\n        },\n        {\n          \"hourEnding\": 21,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 51060.2504,\n          \"dayAheadForecast\": 51514.8698,\n          \"dayAheadHsl\": 62007.9,\n          \"timestamp\": \"2024-11-25 21:00:00-0600\",\n          \"epoch\": 1732590000000\n        },\n        {\n          \"hourEnding\": 22,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 49547.0594,\n          \"dayAheadForecast\": 49968.4004,\n          \"dayAheadHsl\": 60787.5,\n          \"timestamp\": \"2024-11-25 22:00:00-0600\",\n          \"epoch\": 1732593600000\n        },\n        {\n          \"hourEnding\": 23,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47167.0099,\n          \"dayAheadForecast\": 47438.21,\n          \"dayAheadHsl\": 59052.7,\n          \"timestamp\": \"2024-11-25 23:00:00-0600\",\n          \"epoch\": 1732597200000\n        },\n        {\n          \"hourEnding\": 24,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 44818.0304,\n          \"dayAheadForecast\": 44917.5203,\n          \"dayAheadHsl\": 57008.3,\n          \"timestamp\": \"2024-11-26 00:00:00-0600\",\n          \"epoch\": 1732600800000\n        }\n      ]\n    },\n    \"nextDay\": {\n      \"dayDate\": \"2024-11-26 00:00:00-0600\",\n      \"data\": [\n        {\n          \"hourEnding\": 1,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 43214.7805,\n          \"timestamp\": \"2024-11-26 01:00:00-0600\",\n          \"epoch\": 1732604400000\n        },\n        {\n          \"hourEnding\": 2,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41825.33,\n          \"timestamp\": \"2024-11-26 02:00:00-0600\",\n          \"epoch\": 1732608000000\n        },\n        {\n          \"hourEnding\": 3,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40773.4,\n          \"timestamp\": \"2024-11-26 03:00:00-0600\",\n          \"epoch\": 1732611600000\n        },\n        {\n          \"hourEnding\": 4,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 40823.8502,\n          \"timestamp\": \"2024-11-26 04:00:00-0600\",\n          \"epoch\": 1732615200000\n        },\n        {\n          \"hourEnding\": 5,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 41824.6007,\n          \"timestamp\": \"2024-11-26 05:00:00-0600\",\n          \"epoch\": 1732618800000\n        },\n        {\n          \"hourEnding\": 6,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 44180.0297,\n          \"timestamp\": \"2024-11-26 06:00:00-0600\",\n          \"epoch\": 1732622400000\n        },\n        {\n          \"hourEnding\": 7,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47974.8806,\n          \"timestamp\": \"2024-11-26 07:00:00-0600\",\n          \"epoch\": 1732626000000\n        },\n        {\n          \"hourEnding\": 8,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 49885.7399,\n          \"timestamp\": \"2024-11-26 08:00:00-0600\",\n          \"epoch\": 1732629600000\n        },\n        {\n          \"hourEnding\": 9,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50534.79,\n          \"timestamp\": \"2024-11-26 09:00:00-0600\",\n          \"epoch\": 1732633200000\n        },\n        {\n          \"hourEnding\": 10,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50679.3209,\n          \"timestamp\": \"2024-11-26 10:00:00-0600\",\n          \"epoch\": 1732636800000\n        },\n        {\n          \"hourEnding\": 11,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 49723.6794,\n          \"timestamp\": \"2024-11-26 11:00:00-0600\",\n          \"epoch\": 1732640400000\n        },\n        {\n          \"hourEnding\": 12,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48567.8008,\n          \"timestamp\": \"2024-11-26 12:00:00-0600\",\n          \"epoch\": 1732644000000\n        },\n        {\n          \"hourEnding\": 13,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47590.1006,\n          \"timestamp\": \"2024-11-26 13:00:00-0600\",\n          \"epoch\": 1732647600000\n        },\n        {\n          \"hourEnding\": 14,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47210.3503,\n          \"timestamp\": \"2024-11-26 14:00:00-0600\",\n          \"epoch\": 1732651200000\n        },\n        {\n          \"hourEnding\": 15,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47064.8394,\n          \"timestamp\": \"2024-11-26 15:00:00-0600\",\n          \"epoch\": 1732654800000\n        },\n        {\n          \"hourEnding\": 16,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47114.7796,\n          \"timestamp\": \"2024-11-26 16:00:00-0600\",\n          \"epoch\": 1732658400000\n        },\n        {\n          \"hourEnding\": 17,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 47437.0231,\n          \"timestamp\": \"2024-11-26 17:00:00-0600\",\n          \"epoch\": 1732662000000\n        },\n        {\n          \"hourEnding\": 18,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48516.72,\n          \"timestamp\": \"2024-11-26 18:00:00-0600\",\n          \"epoch\": 1732665600000\n        },\n        {\n          \"hourEnding\": 19,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 50034.8408,\n          \"timestamp\": \"2024-11-26 19:00:00-0600\",\n          \"epoch\": 1732669200000\n        },\n        {\n          \"hourEnding\": 20,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 49822.8405,\n          \"timestamp\": \"2024-11-26 20:00:00-0600\",\n          \"epoch\": 1732672800000\n        },\n        {\n          \"hourEnding\": 21,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 49448.2898,\n          \"timestamp\": \"2024-11-26 21:00:00-0600\",\n          \"epoch\": 1732676400000\n        },\n        {\n          \"hourEnding\": 22,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 48255.6304,\n          \"timestamp\": \"2024-11-26 22:00:00-0600\",\n          \"epoch\": 1732680000000\n        },\n        {\n          \"hourEnding\": 23,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 46048.2502,\n          \"timestamp\": \"2024-11-26 23:00:00-0600\",\n          \"epoch\": 1732683600000\n        },\n        {\n          \"hourEnding\": 24,\n          \"dstFlag\": \"N\",\n          \"currentLoadForecast\": 43721.5094,\n          \"timestamp\": \"2024-11-27 00:00:00-0600\",\n          \"epoch\": 1732687200000\n        }\n      ]\n    }\n  }"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERCOT_generation.json",
    "content": "{\n  \"lastUpdated\": \"2025-10-09 06:46:00-0500\",\n  \"monthlyCapacity\": {\n    \"Coal and Lignite\": 12812,\n    \"Hydro\": 581,\n    \"Natural Gas\": 66981,\n    \"Nuclear\": 5268,\n    \"Other\": 152,\n    \"Power Storage\": 14077,\n    \"Solar\": 33396,\n    \"Wind\": 40455\n  },\n  \"types\": [\n    \"Coal and Lignite\",\n    \"Hydro\",\n    \"Natural Gas\",\n    \"Nuclear\",\n    \"Other\",\n    \"Power Storage\",\n    \"Solar\",\n    \"Wind\"\n  ],\n  \"data\": {\n    \"2025-10-08\": {\n      \"2025-10-08 00:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10519.1865234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.91748046875\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 380.192932128906\n        },\n        \"Solar\": {\n          \"gen\": 0.299883961677551\n        },\n        \"Wind\": {\n          \"gen\": 9569.0673828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31533.843124389652\n        }\n      },\n      \"2025-10-08 00:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10486.361328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.14794921875\n        },\n        \"Other\": {\n          \"gen\": 49.5\n        },\n        \"Power Storage\": {\n          \"gen\": 49.2646179199219\n        },\n        \"Solar\": {\n          \"gen\": 0.296868503093719\n        },\n        \"Wind\": {\n          \"gen\": 9495.580078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31477.36798095703\n        }\n      },\n      \"2025-10-08 00:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10450.87890625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.76098632813\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 74.0823593139648\n        },\n        \"Solar\": {\n          \"gen\": 0.293333619832993\n        },\n        \"Wind\": {\n          \"gen\": 9380.994140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31290.980590820312\n        }\n      },\n      \"2025-10-08 00:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10463.16796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.29736328125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 146.173400878906\n        },\n        \"Solar\": {\n          \"gen\": 0.436601251363754\n        },\n        \"Wind\": {\n          \"gen\": 9166.26171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31151.72801208496\n        }\n      },\n      \"2025-10-08 00:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10445.5234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.56591796875\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 201.013870239258\n        },\n        \"Solar\": {\n          \"gen\": 0.40037938952446\n        },\n        \"Wind\": {\n          \"gen\": 8834.5087890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31194.669685363773\n        }\n      },\n      \"2025-10-08 00:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10359.0634765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.3984375\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 137.572372436523\n        },\n        \"Solar\": {\n          \"gen\": 0.40267014503479\n        },\n        \"Wind\": {\n          \"gen\": 8807.4599609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31095.187149047855\n        }\n      },\n      \"2025-10-08 00:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10400.90234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.6494140625\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 40.6590156555176\n        },\n        \"Solar\": {\n          \"gen\": 0.400748133659363\n        },\n        \"Wind\": {\n          \"gen\": 8923.6123046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 30963.297637939457\n        }\n      },\n      \"2025-10-08 00:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10391.2265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.126953125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 218.540573120117\n        },\n        \"Solar\": {\n          \"gen\": 0.478003144264221\n        },\n        \"Wind\": {\n          \"gen\": 8647.78125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30830.545074462894\n        }\n      },\n      \"2025-10-08 00:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10396.220703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.92163085938\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 294.799102783203\n        },\n        \"Solar\": {\n          \"gen\": 0.402559101581573\n        },\n        \"Wind\": {\n          \"gen\": 8536.8251953125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30735.050491333008\n        }\n      },\n      \"2025-10-08 00:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10424.8505859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.95458984375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 179.490951538086\n        },\n        \"Solar\": {\n          \"gen\": 0.408223420381546\n        },\n        \"Wind\": {\n          \"gen\": 8558.0947265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30649.010284423835\n        }\n      },\n      \"2025-10-08 00:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10405.1669921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.70434570313\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 221.673324584961\n        },\n        \"Solar\": {\n          \"gen\": 0.40076619386673\n        },\n        \"Wind\": {\n          \"gen\": 8277.2392578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30536.83563232422\n        }\n      },\n      \"2025-10-08 00:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10403.29296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.4453125\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 209.40788269043\n        },\n        \"Solar\": {\n          \"gen\": 0.396578133106232\n        },\n        \"Wind\": {\n          \"gen\": 8164.3427734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 30521.28750610352\n        }\n      },\n      \"2025-10-08 01:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10403.9658203125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.8359375\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 93.130500793457\n        },\n        \"Solar\": {\n          \"gen\": 0.407808363437653\n        },\n        \"Wind\": {\n          \"gen\": 8083.16943359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 30207.49026489258\n        }\n      },\n      \"2025-10-08 01:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10407.6240234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.1708984375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 200.733779907227\n        },\n        \"Solar\": {\n          \"gen\": 0.413148909807205\n        },\n        \"Wind\": {\n          \"gen\": 7800.3291015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30163.194061279304\n        }\n      },\n      \"2025-10-08 01:14:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10397.3642578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.14184570313\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 296.333099365234\n        },\n        \"Solar\": {\n          \"gen\": 0.405575931072235\n        },\n        \"Wind\": {\n          \"gen\": 7637.66650390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30155.92126464843\n        }\n      },\n      \"2025-10-08 01:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10404.7724609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.41943359375\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 59.1216735839844\n        },\n        \"Solar\": {\n          \"gen\": 0.415637731552124\n        },\n        \"Wind\": {\n          \"gen\": 7642.34033203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30059.365875244144\n        }\n      },\n      \"2025-10-08 01:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10399.30078125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.6875\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 203.284271240234\n        },\n        \"Solar\": {\n          \"gen\": 0.420610070228577\n        },\n        \"Wind\": {\n          \"gen\": 7523.58154296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 30024.304641723636\n        }\n      },\n      \"2025-10-08 01:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10418.833984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.83471679688\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 264.525756835938\n        },\n        \"Solar\": {\n          \"gen\": 0.411373436450958\n        },\n        \"Wind\": {\n          \"gen\": 7293.10888671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 30151.52261352539\n        }\n      },\n      \"2025-10-08 01:34:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10390.525390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 128.281311035156\n        },\n        \"Solar\": {\n          \"gen\": 0.415900528430939\n        },\n        \"Wind\": {\n          \"gen\": 7334.54736328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30067.03588867187\n        }\n      },\n      \"2025-10-08 01:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10403.1005859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.267578125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 67.9091720581055\n        },\n        \"Solar\": {\n          \"gen\": 0.407280564308167\n        },\n        \"Wind\": {\n          \"gen\": 7349.23974609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29959.80219268798\n        }\n      },\n      \"2025-10-08 01:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10407.916015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.044921875\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 86.7327575683594\n        },\n        \"Solar\": {\n          \"gen\": 0.426449626684189\n        },\n        \"Wind\": {\n          \"gen\": 7349.884765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29902.217391967773\n        }\n      },\n      \"2025-10-08 01:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10400.7744140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.38720703125\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 111.333076477051\n        },\n        \"Solar\": {\n          \"gen\": 0.413947194814682\n        },\n        \"Wind\": {\n          \"gen\": 7158.25146484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29834.2416381836\n        }\n      },\n      \"2025-10-08 01:54:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10405.802734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.64501953125\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 54.7848968505859\n        },\n        \"Solar\": {\n          \"gen\": 0.418750375509262\n        },\n        \"Wind\": {\n          \"gen\": 7292.67822265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29748.940124511722\n        }\n      },\n      \"2025-10-08 01:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10425.50390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.83227539063\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 346.396636962891\n        },\n        \"Solar\": {\n          \"gen\": 0.506373882293701\n        },\n        \"Wind\": {\n          \"gen\": 7080.54248046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29752.307617187515\n        }\n      },\n      \"2025-10-08 02:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10415.916015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.51708984375\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 273.839630126953\n        },\n        \"Solar\": {\n          \"gen\": 0.517891824245453\n        },\n        \"Wind\": {\n          \"gen\": 6972.65380859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29735.323928833008\n        }\n      },\n      \"2025-10-08 02:09:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10406.3076171875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.0810546875\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 98.9210357666016\n        },\n        \"Solar\": {\n          \"gen\": 0.407564580440521\n        },\n        \"Wind\": {\n          \"gen\": 6979.99951171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29683.678359985362\n        }\n      },\n      \"2025-10-08 02:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10398.333984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.314453125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 81.8833694458008\n        },\n        \"Solar\": {\n          \"gen\": 0.383059412240982\n        },\n        \"Wind\": {\n          \"gen\": 6955.7998046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29623.618179321285\n        }\n      },\n      \"2025-10-08 02:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10415.8828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.52709960938\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 41.5545501708984\n        },\n        \"Solar\": {\n          \"gen\": 0.529003143310547\n        },\n        \"Wind\": {\n          \"gen\": 7080.0859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29577.007781982426\n        }\n      },\n      \"2025-10-08 02:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10404.3994140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.21411132813\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 36.9838562011719\n        },\n        \"Solar\": {\n          \"gen\": 0.431632936000824\n        },\n        \"Wind\": {\n          \"gen\": 6950.84814453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29407.803352355953\n        }\n      },\n      \"2025-10-08 02:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10401.509765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.46435546875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 66.3004455566406\n        },\n        \"Solar\": {\n          \"gen\": 0.404013186693192\n        },\n        \"Wind\": {\n          \"gen\": 6769.4404296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29405.284530639656\n        }\n      },\n      \"2025-10-08 02:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10415.1611328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.9384765625\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 5.19241809844971\n        },\n        \"Solar\": {\n          \"gen\": 0.400473892688751\n        },\n        \"Wind\": {\n          \"gen\": 7029.09521484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29364.498565673824\n        }\n      },\n      \"2025-10-08 02:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10418.427734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.64721679688\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 118.405914306641\n        },\n        \"Solar\": {\n          \"gen\": 0.535391092300415\n        },\n        \"Wind\": {\n          \"gen\": 6939.47802734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29259.76095581055\n        }\n      },\n      \"2025-10-08 02:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10422.1474609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.78076171875\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 149.042739868164\n        },\n        \"Solar\": {\n          \"gen\": 0.470873415470123\n        },\n        \"Wind\": {\n          \"gen\": 6828.33154296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29233.37860107422\n        }\n      },\n      \"2025-10-08 02:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10420.8349609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.72705078125\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 132.429428100586\n        },\n        \"Solar\": {\n          \"gen\": 0.472319632768631\n        },\n        \"Wind\": {\n          \"gen\": 6744.60302734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29227.506286621094\n        }\n      },\n      \"2025-10-08 02:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10403.662109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.81127929688\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 55.4696197509766\n        },\n        \"Solar\": {\n          \"gen\": 0.478409826755524\n        },\n        \"Wind\": {\n          \"gen\": 6958.62158203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29098.55049896241\n        }\n      },\n      \"2025-10-08 02:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10408.169921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.89477539062\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 145.803070068359\n        },\n        \"Solar\": {\n          \"gen\": 0.471581250429153\n        },\n        \"Wind\": {\n          \"gen\": 6758.64404296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29167.16329956055\n        }\n      },\n      \"2025-10-08 03:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10405.5087890625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.63696289062\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 101.10717010498\n        },\n        \"Solar\": {\n          \"gen\": 0.473894506692886\n        },\n        \"Wind\": {\n          \"gen\": 6860.34814453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29081.77629089356\n        }\n      },\n      \"2025-10-08 03:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10396.41015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.58862304688\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 82.2386322021484\n        },\n        \"Solar\": {\n          \"gen\": 0.481029599905014\n        },\n        \"Wind\": {\n          \"gen\": 6893.27734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29068.95380401612\n        }\n      },\n      \"2025-10-08 03:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10416.3125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.85571289063\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 245.34602355957\n        },\n        \"Solar\": {\n          \"gen\": 0.486076653003693\n        },\n        \"Wind\": {\n          \"gen\": 6681.95361328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29065.197563171394\n        }\n      },\n      \"2025-10-08 03:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10408.3154296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.15234375\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 55.3419075012207\n        },\n        \"Solar\": {\n          \"gen\": 0.481391727924347\n        },\n        \"Wind\": {\n          \"gen\": 6961.8759765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28978.157730102543\n        }\n      },\n      \"2025-10-08 03:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10391.359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.078125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 79.9082794189453\n        },\n        \"Solar\": {\n          \"gen\": 0.488047301769257\n        },\n        \"Wind\": {\n          \"gen\": 6992.421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28954.60368347168\n        }\n      },\n      \"2025-10-08 03:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10402.4609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.49682617187\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 104.247497558594\n        },\n        \"Solar\": {\n          \"gen\": 0.478604793548584\n        },\n        \"Wind\": {\n          \"gen\": 6825.02978515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28912.51865386964\n        }\n      },\n      \"2025-10-08 03:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10408.3681640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.98315429688\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 4.1354808807373\n        },\n        \"Solar\": {\n          \"gen\": 0.480880498886108\n        },\n        \"Wind\": {\n          \"gen\": 7093.4248046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28846.3537902832\n        }\n      },\n      \"2025-10-08 03:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10421.1181640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.41479492188\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 101.073143005371\n        },\n        \"Solar\": {\n          \"gen\": 0.478862732648849\n        },\n        \"Wind\": {\n          \"gen\": 7160.18017578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28739.788940429688\n        }\n      },\n      \"2025-10-08 03:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10406.4892578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.97900390625\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 125.539161682129\n        },\n        \"Solar\": {\n          \"gen\": 0.477851539850235\n        },\n        \"Wind\": {\n          \"gen\": 6876.30810546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28737.122955322266\n        }\n      },\n      \"2025-10-08 03:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10418.9189453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.79736328125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 101.432052612305\n        },\n        \"Solar\": {\n          \"gen\": 0.485766649246216\n        },\n        \"Wind\": {\n          \"gen\": 7123.8818359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28692.722778320316\n        }\n      },\n      \"2025-10-08 03:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10432.33984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.34130859375\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 117.689605712891\n        },\n        \"Solar\": {\n          \"gen\": 0.480644702911377\n        },\n        \"Wind\": {\n          \"gen\": 7030.02392578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28660.480209350586\n        }\n      },\n      \"2025-10-08 03:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10455.5048828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.26000976563\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 275.674835205078\n        },\n        \"Solar\": {\n          \"gen\": 0.488126844167709\n        },\n        \"Wind\": {\n          \"gen\": 6890.05810546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28647.485321044922\n        }\n      },\n      \"2025-10-08 04:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10466.4716796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.31884765625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 309.424194335937\n        },\n        \"Solar\": {\n          \"gen\": 0.478921085596085\n        },\n        \"Wind\": {\n          \"gen\": 6826.0263671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28427.438919067386\n        }\n      },\n      \"2025-10-08 04:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10471.021484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.50805664063\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 285.593139648438\n        },\n        \"Solar\": {\n          \"gen\": 0.498373419046402\n        },\n        \"Wind\": {\n          \"gen\": 6801.84033203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28590.66302490235\n        }\n      },\n      \"2025-10-08 04:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10468.1015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.85131835938\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 110.565124511719\n        },\n        \"Solar\": {\n          \"gen\": 0.541815757751465\n        },\n        \"Wind\": {\n          \"gen\": 6580.3662109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28731.834373474117\n        }\n      },\n      \"2025-10-08 04:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10478.802734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.63403320312\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 139.828582763672\n        },\n        \"Solar\": {\n          \"gen\": 0.486374467611313\n        },\n        \"Wind\": {\n          \"gen\": 6505.4345703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28793.218017578125\n        }\n      },\n      \"2025-10-08 04:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10462.7275390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.31469726563\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 135.913925170898\n        },\n        \"Solar\": {\n          \"gen\": 0.488203406333923\n        },\n        \"Wind\": {\n          \"gen\": 6307.37109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28905.206115722653\n        }\n      },\n      \"2025-10-08 04:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10443.4248046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.72021484375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 130.918258666992\n        },\n        \"Solar\": {\n          \"gen\": 0.484702825546265\n        },\n        \"Wind\": {\n          \"gen\": 6097.84716796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28921.985977172862\n        }\n      },\n      \"2025-10-08 04:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10477.4716796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.9521484375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 95.9022827148438\n        },\n        \"Solar\": {\n          \"gen\": 0.493140310049057\n        },\n        \"Wind\": {\n          \"gen\": 6032.31591796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29023.93643188477\n        }\n      },\n      \"2025-10-08 04:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10465.4541015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.22900390625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 89.77099609375\n        },\n        \"Solar\": {\n          \"gen\": 0.491111874580383\n        },\n        \"Wind\": {\n          \"gen\": 5960.94775390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29153.93255615234\n        }\n      },\n      \"2025-10-08 04:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10468.2548828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.98876953125\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 73.0783157348633\n        },\n        \"Solar\": {\n          \"gen\": 0.487425357103348\n        },\n        \"Wind\": {\n          \"gen\": 5925.41650390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29245.98894500733\n        }\n      },\n      \"2025-10-08 04:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10473.427734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.42431640625\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 84.3656539916992\n        },\n        \"Solar\": {\n          \"gen\": 0.495058208703995\n        },\n        \"Wind\": {\n          \"gen\": 5782.31591796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29384.977500915524\n        }\n      },\n      \"2025-10-08 04:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10471.1748046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.45263671875\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 281.259796142578\n        },\n        \"Solar\": {\n          \"gen\": 0.487499415874481\n        },\n        \"Wind\": {\n          \"gen\": 5494.9296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29492.222511291508\n        }\n      },\n      \"2025-10-08 04:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10479.662109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.6728515625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 215.163635253906\n        },\n        \"Solar\": {\n          \"gen\": 0.493140697479248\n        },\n        \"Wind\": {\n          \"gen\": 5549.47216796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29762.496414184578\n        }\n      },\n      \"2025-10-08 05:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10500.44140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.81665039063\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 421.336608886719\n        },\n        \"Solar\": {\n          \"gen\": 0.513797640800476\n        },\n        \"Wind\": {\n          \"gen\": 5397.4130859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29989.247024536136\n        }\n      },\n      \"2025-10-08 05:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10449.8828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.3759765625\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 292.084106445312\n        },\n        \"Solar\": {\n          \"gen\": 0.510419368743896\n        },\n        \"Wind\": {\n          \"gen\": 5384.71728515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30154.42673492432\n        }\n      },\n      \"2025-10-08 05:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10459.2109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.177734375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 166.903106689453\n        },\n        \"Solar\": {\n          \"gen\": 0.552420139312744\n        },\n        \"Wind\": {\n          \"gen\": 5406.87548828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30491.050392150875\n        }\n      },\n      \"2025-10-08 05:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10453.0546875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.27197265625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 163.948379516602\n        },\n        \"Solar\": {\n          \"gen\": 0.487941861152649\n        },\n        \"Wind\": {\n          \"gen\": 5212.20751953125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30625.106071472175\n        }\n      },\n      \"2025-10-08 05:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10459.6064453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.93823242188\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 142.193374633789\n        },\n        \"Solar\": {\n          \"gen\": 0.492876321077347\n        },\n        \"Wind\": {\n          \"gen\": 5373.86767578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30719.426055908207\n        }\n      },\n      \"2025-10-08 05:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10432.919921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.00268554687\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 144.261795043945\n        },\n        \"Solar\": {\n          \"gen\": 0.501226484775543\n        },\n        \"Wind\": {\n          \"gen\": 5410.34521484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 30777.495925903317\n        }\n      },\n      \"2025-10-08 05:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10391.40625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.18823242188\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 159.098510742188\n        },\n        \"Solar\": {\n          \"gen\": 0.492472887039185\n        },\n        \"Wind\": {\n          \"gen\": 5494.033203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30788.779235839836\n        }\n      },\n      \"2025-10-08 05:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10357.271484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.29272460938\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 264.910675048828\n        },\n        \"Solar\": {\n          \"gen\": 0.498446524143219\n        },\n        \"Wind\": {\n          \"gen\": 5473.49365234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31061.720146179206\n        }\n      },\n      \"2025-10-08 05:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10328.53515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.37231445313\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 249.611373901367\n        },\n        \"Solar\": {\n          \"gen\": 0.506560027599335\n        },\n        \"Wind\": {\n          \"gen\": 5404.97314453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31269.99911499024\n        }\n      },\n      \"2025-10-08 05:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10294.4306640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.21630859375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 249.830856323242\n        },\n        \"Solar\": {\n          \"gen\": 0.560567021369934\n        },\n        \"Wind\": {\n          \"gen\": 5349.3388671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31466.388442993168\n        }\n      },\n      \"2025-10-08 05:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10254.056640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.08325195313\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 235.008407592773\n        },\n        \"Solar\": {\n          \"gen\": 0.49886628985405\n        },\n        \"Wind\": {\n          \"gen\": 5327.462890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31613.209625244137\n        }\n      },\n      \"2025-10-08 05:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10258.9658203125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.7958984375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 442.714233398438\n        },\n        \"Solar\": {\n          \"gen\": 0.52146190404892\n        },\n        \"Wind\": {\n          \"gen\": 5227.67041015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31719.012680053715\n        }\n      },\n      \"2025-10-08 06:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10253.697265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.23388671875\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 524.911499023438\n        },\n        \"Solar\": {\n          \"gen\": 0.498013436794281\n        },\n        \"Wind\": {\n          \"gen\": 5311.7119140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31517.055122375485\n        }\n      },\n      \"2025-10-08 06:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10227.1875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.61987304687\n        },\n        \"Other\": {\n          \"gen\": 49.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 512.439819335937\n        },\n        \"Solar\": {\n          \"gen\": 0.531968116760254\n        },\n        \"Wind\": {\n          \"gen\": 5270.0693359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31600.48744201661\n        }\n      },\n      \"2025-10-08 06:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10200.4921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.46728515625\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 516.78515625\n        },\n        \"Solar\": {\n          \"gen\": 0.548041701316833\n        },\n        \"Wind\": {\n          \"gen\": 5297.4140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31907.50514221191\n        }\n      },\n      \"2025-10-08 06:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10268.1748046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.75927734375\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 534.7802734375\n        },\n        \"Solar\": {\n          \"gen\": 0.508630692958832\n        },\n        \"Wind\": {\n          \"gen\": 5204.517578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32007.937347412117\n        }\n      },\n      \"2025-10-08 06:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10256.091796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.94677734375\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 616.86572265625\n        },\n        \"Solar\": {\n          \"gen\": 0.506254553794861\n        },\n        \"Wind\": {\n          \"gen\": 5135.43017578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32182.06942749024\n        }\n      },\n      \"2025-10-08 06:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10266.4677734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.380859375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 707.365600585937\n        },\n        \"Solar\": {\n          \"gen\": 0.508608937263489\n        },\n        \"Wind\": {\n          \"gen\": 5031.53125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32403.784797668464\n        }\n      },\n      \"2025-10-08 06:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10247.8984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.072265625\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 936.321472167969\n        },\n        \"Solar\": {\n          \"gen\": 0.568081796169281\n        },\n        \"Wind\": {\n          \"gen\": 4946.619140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 32498.65718078613\n        }\n      },\n      \"2025-10-08 06:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10255.1181640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.19067382813\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 1096.17163085938\n        },\n        \"Solar\": {\n          \"gen\": 0.499382227659225\n        },\n        \"Wind\": {\n          \"gen\": 4835.4658203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32668.582901000977\n        }\n      },\n      \"2025-10-08 06:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10301.1787109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.59838867187\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 994.298461914063\n        },\n        \"Solar\": {\n          \"gen\": 0.508198142051697\n        },\n        \"Wind\": {\n          \"gen\": 4820.33642578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32879.86873626709\n        }\n      },\n      \"2025-10-08 06:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10328.9853515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.52612304688\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 1093.70166015625\n        },\n        \"Solar\": {\n          \"gen\": 0.492876201868057\n        },\n        \"Wind\": {\n          \"gen\": 4733.57275390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 32952.272567749016\n        }\n      },\n      \"2025-10-08 06:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10307.46484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.44970703125\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 1239.17919921875\n        },\n        \"Solar\": {\n          \"gen\": 0.557506382465363\n        },\n        \"Wind\": {\n          \"gen\": 4821.6953125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32909.980728149414\n        }\n      },\n      \"2025-10-08 06:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10335.2919921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.71704101562\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 1211.62585449219\n        },\n        \"Solar\": {\n          \"gen\": 0.499568372964859\n        },\n        \"Wind\": {\n          \"gen\": 4810.2841796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 33165.4764099121\n        }\n      },\n      \"2025-10-08 07:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10330.8095703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.736328125\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 1620.65637207031\n        },\n        \"Solar\": {\n          \"gen\": 0.519018530845642\n        },\n        \"Wind\": {\n          \"gen\": 4754.31689453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 33064.93113708497\n        }\n      },\n      \"2025-10-08 07:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10317.19140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.4638671875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 1615.93774414062\n        },\n        \"Solar\": {\n          \"gen\": 0.512647449970245\n        },\n        \"Wind\": {\n          \"gen\": 4752.76416015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33209.71675109863\n        }\n      },\n      \"2025-10-08 07:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10314.8603515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.37280273437\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 1514.89953613281\n        },\n        \"Solar\": {\n          \"gen\": 0.725917398929596\n        },\n        \"Wind\": {\n          \"gen\": 4748.275390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33251.64161682128\n        }\n      },\n      \"2025-10-08 07:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10323.373046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.53466796875\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 1291.75012207031\n        },\n        \"Solar\": {\n          \"gen\": 5.32344436645508\n        },\n        \"Wind\": {\n          \"gen\": 4777.435546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 33296.05157470704\n        }\n      },\n      \"2025-10-08 07:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10337.9404296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.98706054688\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 1392.03234863281\n        },\n        \"Solar\": {\n          \"gen\": 14.7644348144531\n        },\n        \"Wind\": {\n          \"gen\": 4636.59619140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33190.35666656494\n        }\n      },\n      \"2025-10-08 07:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10321.05078125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.599609375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 1267.57299804688\n        },\n        \"Solar\": {\n          \"gen\": 59.854305267334\n        },\n        \"Wind\": {\n          \"gen\": 4727.046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 33136.33047485351\n        }\n      },\n      \"2025-10-08 07:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10293.78515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.0673828125\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 998.412658691406\n        },\n        \"Solar\": {\n          \"gen\": 154.108932495117\n        },\n        \"Wind\": {\n          \"gen\": 4719.16552734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 33061.364646911614\n        }\n      },\n      \"2025-10-08 07:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10323.7744140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.61352539063\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 885.300842285156\n        },\n        \"Solar\": {\n          \"gen\": 401.752014160156\n        },\n        \"Wind\": {\n          \"gen\": 4693.20849609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 33056.22393798828\n        }\n      },\n      \"2025-10-08 07:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10303.7373046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.09252929688\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 845.246643066406\n        },\n        \"Solar\": {\n          \"gen\": 667.238952636719\n        },\n        \"Wind\": {\n          \"gen\": 4636.45947265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 32935.63466644288\n        }\n      },\n      \"2025-10-08 07:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10276.595703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.34838867187\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 619.248291015625\n        },\n        \"Solar\": {\n          \"gen\": 1062.54443359375\n        },\n        \"Wind\": {\n          \"gen\": 4626.8876953125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32856.16489410401\n        }\n      },\n      \"2025-10-08 07:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10276.65625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.19287109375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 286.427398681641\n        },\n        \"Solar\": {\n          \"gen\": 1599.77221679687\n        },\n        \"Wind\": {\n          \"gen\": 4585.794921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32638.267303466797\n        }\n      },\n      \"2025-10-08 07:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10169.390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.42431640625\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 154.101379394531\n        },\n        \"Solar\": {\n          \"gen\": 2301.94140625\n        },\n        \"Wind\": {\n          \"gen\": 4522.4658203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32291.08555603027\n        }\n      },\n      \"2025-10-08 08:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10082.154296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.77001953125\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 173.12809753418\n        },\n        \"Solar\": {\n          \"gen\": 3149.32446289063\n        },\n        \"Wind\": {\n          \"gen\": 4425.2294921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31923.077056884773\n        }\n      },\n      \"2025-10-08 08:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9952.486328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.92065429688\n        },\n        \"Other\": {\n          \"gen\": 49.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 155.845321655273\n        },\n        \"Solar\": {\n          \"gen\": 3910.91943359375\n        },\n        \"Wind\": {\n          \"gen\": 4270.5576171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31831.33699035644\n        }\n      },\n      \"2025-10-08 08:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9844.771484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.85131835938\n        },\n        \"Other\": {\n          \"gen\": 49.5\n        },\n        \"Power Storage\": {\n          \"gen\": 150.3046875\n        },\n        \"Solar\": {\n          \"gen\": 4564.76904296875\n        },\n        \"Wind\": {\n          \"gen\": 4112.84521484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31767.60327148438\n        }\n      },\n      \"2025-10-08 08:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9749.9306640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.80737304688\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 147.958831787109\n        },\n        \"Solar\": {\n          \"gen\": 4882.583984375\n        },\n        \"Wind\": {\n          \"gen\": 4023.18994140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31679.219390869144\n        }\n      },\n      \"2025-10-08 08:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9660.8046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.3154296875\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 48.0258255004883\n        },\n        \"Solar\": {\n          \"gen\": 5631.8115234375\n        },\n        \"Wind\": {\n          \"gen\": 3911.1025390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31428.32440185548\n        }\n      },\n      \"2025-10-08 08:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9636.9990234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.19067382813\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 48.9631538391113\n        },\n        \"Solar\": {\n          \"gen\": 6488.80126953125\n        },\n        \"Wind\": {\n          \"gen\": 3814.3291015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30779.417190551754\n        }\n      },\n      \"2025-10-08 08:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9489.306640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.15966796875\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 51.1922874450684\n        },\n        \"Solar\": {\n          \"gen\": 7855.82568359375\n        },\n        \"Wind\": {\n          \"gen\": 3740.3203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29694.686828613278\n        }\n      },\n      \"2025-10-08 08:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9230.501953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.43701171875\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 51.3701972961426\n        },\n        \"Solar\": {\n          \"gen\": 9773.189453125\n        },\n        \"Wind\": {\n          \"gen\": 3602.39916992187\n        },\n        \"Natural Gas\": {\n          \"gen\": 28347.290077209476\n        }\n      },\n      \"2025-10-08 08:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8995.9150390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.49340820313\n        },\n        \"Other\": {\n          \"gen\": 50.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 79.2262496948242\n        },\n        \"Solar\": {\n          \"gen\": 11248.388671875\n        },\n        \"Wind\": {\n          \"gen\": 3390.50219726563\n        },\n        \"Natural Gas\": {\n          \"gen\": 27238.039344787594\n        }\n      },\n      \"2025-10-08 08:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9106.3701171875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.71997070313\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 553.994934082031\n        },\n        \"Solar\": {\n          \"gen\": 12060.1484375\n        },\n        \"Wind\": {\n          \"gen\": 3226.400390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28487.925796508796\n        }\n      },\n      \"2025-10-08 08:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9044.603515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.37280273437\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 296.463836669922\n        },\n        \"Solar\": {\n          \"gen\": 13278.3447265625\n        },\n        \"Wind\": {\n          \"gen\": 3005.14331054687\n        },\n        \"Natural Gas\": {\n          \"gen\": 28884.03343200684\n        }\n      },\n      \"2025-10-08 08:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9026.05859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.15161132812\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 74.8253402709961\n        },\n        \"Solar\": {\n          \"gen\": 14385.916015625\n        },\n        \"Wind\": {\n          \"gen\": 2822.88427734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28598.91206359864\n        }\n      },\n      \"2025-10-08 09:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9122.5390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.97485351563\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 143.616317749023\n        },\n        \"Solar\": {\n          \"gen\": 15521.81640625\n        },\n        \"Wind\": {\n          \"gen\": 2629.22387695313\n        },\n        \"Natural Gas\": {\n          \"gen\": 28323.393585205085\n        }\n      },\n      \"2025-10-08 09:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9103.220703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.8876953125\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 73.8147811889648\n        },\n        \"Solar\": {\n          \"gen\": 16569.40234375\n        },\n        \"Wind\": {\n          \"gen\": 2515.71899414063\n        },\n        \"Natural Gas\": {\n          \"gen\": 27918.35359191895\n        }\n      },\n      \"2025-10-08 09:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9006.4169921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.33666992188\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 203.35173034668\n        },\n        \"Solar\": {\n          \"gen\": 17530.10546875\n        },\n        \"Wind\": {\n          \"gen\": 2373.89990234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27568.448295593258\n        }\n      },\n      \"2025-10-08 09:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9033.6064453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.3564453125\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 86.0615921020508\n        },\n        \"Solar\": {\n          \"gen\": 18332.859375\n        },\n        \"Wind\": {\n          \"gen\": 2318.34350585938\n        },\n        \"Natural Gas\": {\n          \"gen\": 27500.27288818359\n        }\n      },\n      \"2025-10-08 09:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8999.517578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.83837890625\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 6.01742696762085\n        },\n        \"Solar\": {\n          \"gen\": 19514.33984375\n        },\n        \"Wind\": {\n          \"gen\": 2231.41479492188\n        },\n        \"Natural Gas\": {\n          \"gen\": 27197.389190673824\n        }\n      },\n      \"2025-10-08 09:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9008.3505859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.75756835938\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 41.8045845031738\n        },\n        \"Solar\": {\n          \"gen\": 19739.92578125\n        },\n        \"Wind\": {\n          \"gen\": 2196.4462890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27025.40945816041\n        }\n      },\n      \"2025-10-08 09:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8996.220703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.8974609375\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 8.62702941894531\n        },\n        \"Solar\": {\n          \"gen\": 20427.619140625\n        },\n        \"Wind\": {\n          \"gen\": 2181.68188476563\n        },\n        \"Natural Gas\": {\n          \"gen\": 26860.525970458984\n        }\n      },\n      \"2025-10-08 09:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9062.380859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.6435546875\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 199.399261474609\n        },\n        \"Solar\": {\n          \"gen\": 19973.60546875\n        },\n        \"Wind\": {\n          \"gen\": 2085.3125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27005.94051361084\n        }\n      },\n      \"2025-10-08 09:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9013.2236328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.02978515625\n        },\n        \"Other\": {\n          \"gen\": 49.5\n        },\n        \"Power Storage\": {\n          \"gen\": 327.572601318359\n        },\n        \"Solar\": {\n          \"gen\": 20373.978515625\n        },\n        \"Wind\": {\n          \"gen\": 2056.20532226562\n        },\n        \"Natural Gas\": {\n          \"gen\": 26773.20691299439\n        }\n      },\n      \"2025-10-08 09:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8998.3671875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.34228515625\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 221.945999145508\n        },\n        \"Solar\": {\n          \"gen\": 20994.302734375\n        },\n        \"Wind\": {\n          \"gen\": 2111.46728515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 26539.81160736084\n        }\n      },\n      \"2025-10-08 09:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9025.9072265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.74096679688\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 37.1191864013672\n        },\n        \"Solar\": {\n          \"gen\": 21308.25\n        },\n        \"Wind\": {\n          \"gen\": 2134.70581054688\n        },\n        \"Natural Gas\": {\n          \"gen\": 26830.77544403077\n        }\n      },\n      \"2025-10-08 09:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9121.853515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.89038085937\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 47.7023506164551\n        },\n        \"Solar\": {\n          \"gen\": 21118.759765625\n        },\n        \"Wind\": {\n          \"gen\": 2150.44995117188\n        },\n        \"Natural Gas\": {\n          \"gen\": 27113.679229736324\n        }\n      },\n      \"2025-10-08 10:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9092.65234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.94750976563\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 111.144966125488\n        },\n        \"Solar\": {\n          \"gen\": 21361.9609375\n        },\n        \"Wind\": {\n          \"gen\": 2135.87353515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27133.54020690918\n        }\n      },\n      \"2025-10-08 10:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9136.9560546875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.38354492188\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 2.9134955406189\n        },\n        \"Solar\": {\n          \"gen\": 21654.552734375\n        },\n        \"Wind\": {\n          \"gen\": 2124.341796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27273.096693038948\n        }\n      },\n      \"2025-10-08 10:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9171.03515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.80883789063\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 3.53449201583862\n        },\n        \"Solar\": {\n          \"gen\": 21861.94921875\n        },\n        \"Wind\": {\n          \"gen\": 2197.69750976563\n        },\n        \"Natural Gas\": {\n          \"gen\": 27332.32727432251\n        }\n      },\n      \"2025-10-08 10:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9220.107421875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.02587890625\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 25.3949069976807\n        },\n        \"Solar\": {\n          \"gen\": 21808.2890625\n        },\n        \"Wind\": {\n          \"gen\": 2224.70166015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27382.122465133667\n        }\n      },\n      \"2025-10-08 10:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9316.21484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.61083984375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 54.9657859802246\n        },\n        \"Solar\": {\n          \"gen\": 21717.576171875\n        },\n        \"Wind\": {\n          \"gen\": 2195.98120117187\n        },\n        \"Natural Gas\": {\n          \"gen\": 27659.42533493042\n        }\n      },\n      \"2025-10-08 10:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9366.953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.1552734375\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 43.4002456665039\n        },\n        \"Solar\": {\n          \"gen\": 21695.583984375\n        },\n        \"Wind\": {\n          \"gen\": 2161.880859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27705.183784484867\n        }\n      },\n      \"2025-10-08 10:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9421.4775390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.29125976562\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 12.4359722137451\n        },\n        \"Solar\": {\n          \"gen\": 21635.2890625\n        },\n        \"Wind\": {\n          \"gen\": 2230.38818359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27853.862447738655\n        }\n      },\n      \"2025-10-08 10:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9397.7548828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.00317382813\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 51.3163719177246\n        },\n        \"Solar\": {\n          \"gen\": 22151.005859375\n        },\n        \"Wind\": {\n          \"gen\": 2249.08349609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27860.707445144653\n        }\n      },\n      \"2025-10-08 10:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9427.484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.99731445313\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 40.5342292785645\n        },\n        \"Solar\": {\n          \"gen\": 22266.482421875\n        },\n        \"Wind\": {\n          \"gen\": 2231.07543945313\n        },\n        \"Natural Gas\": {\n          \"gen\": 27998.065116882317\n        }\n      },\n      \"2025-10-08 10:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9429.2568359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.31640625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 214.693023681641\n        },\n        \"Solar\": {\n          \"gen\": 22340.0078125\n        },\n        \"Wind\": {\n          \"gen\": 2272.62255859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28055.51251983643\n        }\n      },\n      \"2025-10-08 10:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9390.931640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.98901367188\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 156.789184570313\n        },\n        \"Solar\": {\n          \"gen\": 22696.3203125\n        },\n        \"Wind\": {\n          \"gen\": 2320.11767578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27888.144134521488\n        }\n      },\n      \"2025-10-08 10:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9277.4267578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.638671875\n        },\n        \"Other\": {\n          \"gen\": 49.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 148.647903442383\n        },\n        \"Solar\": {\n          \"gen\": 22810.93359375\n        },\n        \"Wind\": {\n          \"gen\": 2348.32006835938\n        },\n        \"Natural Gas\": {\n          \"gen\": 27774.0439453125\n        }\n      },\n      \"2025-10-08 11:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9212.1181640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.12939453125\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 220.350006103516\n        },\n        \"Solar\": {\n          \"gen\": 22511.77734375\n        },\n        \"Wind\": {\n          \"gen\": 2503.43383789063\n        },\n        \"Natural Gas\": {\n          \"gen\": 27743.60764694214\n        }\n      },\n      \"2025-10-08 11:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9176.9990234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.45556640625\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 221.20930480957\n        },\n        \"Solar\": {\n          \"gen\": 22345.009765625\n        },\n        \"Wind\": {\n          \"gen\": 2582.00537109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28041.518991470348\n        }\n      },\n      \"2025-10-08 11:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9180.7900390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.11743164062\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 151.217330932617\n        },\n        \"Solar\": {\n          \"gen\": 22649.900390625\n        },\n        \"Wind\": {\n          \"gen\": 2661.50732421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28066.248773574833\n        }\n      },\n      \"2025-10-08 11:19:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9237.6767578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.84350585937\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 247.389907836914\n        },\n        \"Solar\": {\n          \"gen\": 22281.462890625\n        },\n        \"Wind\": {\n          \"gen\": 2797.18432617187\n        },\n        \"Natural Gas\": {\n          \"gen\": 27911.892078399655\n        }\n      },\n      \"2025-10-08 11:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9194.859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.29931640625\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 410.028533935547\n        },\n        \"Solar\": {\n          \"gen\": 22196.6796875\n        },\n        \"Wind\": {\n          \"gen\": 2916.55908203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27885.32047843934\n        }\n      },\n      \"2025-10-08 11:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9274.109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.33666992188\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 252.756729125977\n        },\n        \"Solar\": {\n          \"gen\": 22362.515625\n        },\n        \"Wind\": {\n          \"gen\": 3018.59497070313\n        },\n        \"Natural Gas\": {\n          \"gen\": 28000.5532951355\n        }\n      },\n      \"2025-10-08 11:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9353.0341796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.05078125\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 313.643432617188\n        },\n        \"Solar\": {\n          \"gen\": 21979.2421875\n        },\n        \"Wind\": {\n          \"gen\": 3154.96411132813\n        },\n        \"Natural Gas\": {\n          \"gen\": 28143.3786239624\n        }\n      },\n      \"2025-10-08 11:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9454.7197265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.5166015625\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 219.522842407227\n        },\n        \"Solar\": {\n          \"gen\": 21837.783203125\n        },\n        \"Wind\": {\n          \"gen\": 3198.5048828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28388.78542327882\n        }\n      },\n      \"2025-10-08 11:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9489.8564453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.37719726563\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 4.5569167137146\n        },\n        \"Solar\": {\n          \"gen\": 21863.759765625\n        },\n        \"Wind\": {\n          \"gen\": 3261.42944335937\n        },\n        \"Natural Gas\": {\n          \"gen\": 28482.947052001957\n        }\n      },\n      \"2025-10-08 11:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9438.3037109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.03271484375\n        },\n        \"Other\": {\n          \"gen\": 49.5\n        },\n        \"Power Storage\": {\n          \"gen\": 1.6026930809021\n        },\n        \"Solar\": {\n          \"gen\": 22157.482421875\n        },\n        \"Wind\": {\n          \"gen\": 3309.72778320313\n        },\n        \"Natural Gas\": {\n          \"gen\": 28442.19467926026\n        }\n      },\n      \"2025-10-08 11:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9374.7451171875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.58081054688\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 201.824996948242\n        },\n        \"Solar\": {\n          \"gen\": 22335.72265625\n        },\n        \"Wind\": {\n          \"gen\": 3422.67602539062\n        },\n        \"Natural Gas\": {\n          \"gen\": 28187.372409820553\n        }\n      },\n      \"2025-10-08 11:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9399.505859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.5283203125\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 262.075439453125\n        },\n        \"Solar\": {\n          \"gen\": 22259.6484375\n        },\n        \"Wind\": {\n          \"gen\": 3534.15649414063\n        },\n        \"Natural Gas\": {\n          \"gen\": 27989.882680892944\n        }\n      },\n      \"2025-10-08 12:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9438.4033203125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.62231445313\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 217.321868896484\n        },\n        \"Solar\": {\n          \"gen\": 22244.91015625\n        },\n        \"Wind\": {\n          \"gen\": 3611.26342773438\n        },\n        \"Natural Gas\": {\n          \"gen\": 27944.08726501465\n        }\n      },\n      \"2025-10-08 12:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9509.119140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.07055664063\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 218.027740478516\n        },\n        \"Solar\": {\n          \"gen\": 22186.44140625\n        },\n        \"Wind\": {\n          \"gen\": 3634.7724609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27856.941997528076\n        }\n      },\n      \"2025-10-08 12:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9534.0859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.04760742188\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 385.587280273438\n        },\n        \"Solar\": {\n          \"gen\": 21810.056640625\n        },\n        \"Wind\": {\n          \"gen\": 3586.31689453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28154.128593444828\n        }\n      },\n      \"2025-10-08 12:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9580.8779296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.37646484375\n        },\n        \"Other\": {\n          \"gen\": 49.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 4.44584274291992\n        },\n        \"Solar\": {\n          \"gen\": 21943.953125\n        },\n        \"Wind\": {\n          \"gen\": 3584.59936523438\n        },\n        \"Natural Gas\": {\n          \"gen\": 28541.31191253663\n        }\n      },\n      \"2025-10-08 12:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9671.0234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.162109375\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 76.2842864990234\n        },\n        \"Solar\": {\n          \"gen\": 22059.751953125\n        },\n        \"Wind\": {\n          \"gen\": 3693.427734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28688.35797691346\n        }\n      },\n      \"2025-10-08 12:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9591.05859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.5810546875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 118.005126953125\n        },\n        \"Solar\": {\n          \"gen\": 21921.361328125\n        },\n        \"Wind\": {\n          \"gen\": 3800.28100585938\n        },\n        \"Natural Gas\": {\n          \"gen\": 28735.443519592292\n        }\n      },\n      \"2025-10-08 12:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9608.427734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.4443359375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 145.076324462891\n        },\n        \"Solar\": {\n          \"gen\": 21910.357421875\n        },\n        \"Wind\": {\n          \"gen\": 3909.27978515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28853.78546905517\n        }\n      },\n      \"2025-10-08 12:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9621.771484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.65356445312\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 284.617034912109\n        },\n        \"Solar\": {\n          \"gen\": 21680.146484375\n        },\n        \"Wind\": {\n          \"gen\": 3946.64672851562\n        },\n        \"Natural Gas\": {\n          \"gen\": 29103.074441909783\n        }\n      },\n      \"2025-10-08 12:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9597.365234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.21606445312\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 942.897521972656\n        },\n        \"Solar\": {\n          \"gen\": 21036.486328125\n        },\n        \"Wind\": {\n          \"gen\": 4039.10009765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29107.43962097168\n        }\n      },\n      \"2025-10-08 12:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9476.5419921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.236328125\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 644.292785644531\n        },\n        \"Solar\": {\n          \"gen\": 21118.865234375\n        },\n        \"Wind\": {\n          \"gen\": 3967.86206054688\n        },\n        \"Natural Gas\": {\n          \"gen\": 29639.406948089596\n        }\n      },\n      \"2025-10-08 12:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9566.6845703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.1748046875\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 451.869079589844\n        },\n        \"Solar\": {\n          \"gen\": 20954.017578125\n        },\n        \"Wind\": {\n          \"gen\": 4094.69262695313\n        },\n        \"Natural Gas\": {\n          \"gen\": 30044.001907348636\n        }\n      },\n      \"2025-10-08 12:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9655.296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.9775390625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 638.373046875\n        },\n        \"Solar\": {\n          \"gen\": 20679.90234375\n        },\n        \"Wind\": {\n          \"gen\": 3963.29150390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30436.031257629395\n        }\n      },\n      \"2025-10-08 13:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9671.5263671875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.03857421875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 207.59992980957\n        },\n        \"Solar\": {\n          \"gen\": 21293.806640625\n        },\n        \"Wind\": {\n          \"gen\": 4284.24658203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30495.878608703613\n        }\n      },\n      \"2025-10-08 13:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9767.4716796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.03076171875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 103.74829864502\n        },\n        \"Solar\": {\n          \"gen\": 20944.765625\n        },\n        \"Wind\": {\n          \"gen\": 4483.94970703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30703.602066040043\n        }\n      },\n      \"2025-10-08 13:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9833.259765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.79443359375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 132.398681640625\n        },\n        \"Solar\": {\n          \"gen\": 20942.55859375\n        },\n        \"Wind\": {\n          \"gen\": 4532.0517578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31055.80159759521\n        }\n      },\n      \"2025-10-08 13:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9883.8603515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.97729492188\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 104.042839050293\n        },\n        \"Solar\": {\n          \"gen\": 21009.71875\n        },\n        \"Wind\": {\n          \"gen\": 4721.5830078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31361.153244018555\n        }\n      },\n      \"2025-10-08 13:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9927.4951171875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.0087890625\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 121.208564758301\n        },\n        \"Solar\": {\n          \"gen\": 20413.45703125\n        },\n        \"Wind\": {\n          \"gen\": 4616.779296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31920.027702331547\n        }\n      },\n      \"2025-10-08 13:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9927.90234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.27612304688\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 58.7492065429688\n        },\n        \"Solar\": {\n          \"gen\": 21163.984375\n        },\n        \"Wind\": {\n          \"gen\": 4847.62744140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31885.728507995595\n        }\n      },\n      \"2025-10-08 13:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9920.6884765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.6708984375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 32.9421348571777\n        },\n        \"Solar\": {\n          \"gen\": 21330.71484375\n        },\n        \"Wind\": {\n          \"gen\": 4870.39697265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31938.754669189464\n        }\n      },\n      \"2025-10-08 13:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9964.71484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.03198242188\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 647.536010742188\n        },\n        \"Solar\": {\n          \"gen\": 20404.080078125\n        },\n        \"Wind\": {\n          \"gen\": 4818.177734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31891.055328369137\n        }\n      },\n      \"2025-10-08 13:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10008.322265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.61865234375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 481.103149414063\n        },\n        \"Solar\": {\n          \"gen\": 20468.453125\n        },\n        \"Wind\": {\n          \"gen\": 4819.13671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32129.18048095704\n        }\n      },\n      \"2025-10-08 13:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10020.9345703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.35473632813\n        },\n        \"Other\": {\n          \"gen\": 53.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 143.727340698242\n        },\n        \"Solar\": {\n          \"gen\": 20700.130859375\n        },\n        \"Wind\": {\n          \"gen\": 4650.78466796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32565.296958923336\n        }\n      },\n      \"2025-10-08 13:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10054.1826171875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.8232421875\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 101.831214904785\n        },\n        \"Solar\": {\n          \"gen\": 20787.61328125\n        },\n        \"Wind\": {\n          \"gen\": 4800.8095703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 33046.27272033691\n        }\n      },\n      \"2025-10-08 13:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10095.060546875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.42333984375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 13.4287996292114\n        },\n        \"Solar\": {\n          \"gen\": 20964.232421875\n        },\n        \"Wind\": {\n          \"gen\": 4766.66259765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33211.987281799324\n        }\n      },\n      \"2025-10-08 14:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10087.984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.69946289062\n        },\n        \"Other\": {\n          \"gen\": 50.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 90.5780868530273\n        },\n        \"Solar\": {\n          \"gen\": 20846.875\n        },\n        \"Wind\": {\n          \"gen\": 5093.58642578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32671.201622009285\n        }\n      },\n      \"2025-10-08 14:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10096.736328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.8955078125\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 870.28173828125\n        },\n        \"Solar\": {\n          \"gen\": 19972.8125\n        },\n        \"Wind\": {\n          \"gen\": 5002.669921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32434.18767547609\n        }\n      },\n      \"2025-10-08 14:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10106.705078125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.12451171875\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 1018.44757080078\n        },\n        \"Solar\": {\n          \"gen\": 19189.88671875\n        },\n        \"Wind\": {\n          \"gen\": 4919.6611328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32918.215911865234\n        }\n      },\n      \"2025-10-08 14:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10053.76953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.75122070312\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 711.561767578125\n        },\n        \"Solar\": {\n          \"gen\": 18986.255859375\n        },\n        \"Wind\": {\n          \"gen\": 5231.23291015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33125.416015625\n        }\n      },\n      \"2025-10-08 14:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10043.4443359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.28833007812\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 751.487915039062\n        },\n        \"Solar\": {\n          \"gen\": 19496.546875\n        },\n        \"Wind\": {\n          \"gen\": 5304.896484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 32858.01783752442\n        }\n      },\n      \"2025-10-08 14:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10032.10546875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.46655273438\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 554.612548828125\n        },\n        \"Solar\": {\n          \"gen\": 19838.96875\n        },\n        \"Wind\": {\n          \"gen\": 5376.1279296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32884.67764282227\n        }\n      },\n      \"2025-10-08 14:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10019.1943359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.5859375\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 469.710968017578\n        },\n        \"Solar\": {\n          \"gen\": 19281.603515625\n        },\n        \"Wind\": {\n          \"gen\": 5493.3935546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 33383.89154052736\n        }\n      },\n      \"2025-10-08 14:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9977.021484375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.45190429688\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 738.372314453125\n        },\n        \"Solar\": {\n          \"gen\": 18957.80859375\n        },\n        \"Wind\": {\n          \"gen\": 5417.06298828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 33554.42317199707\n        }\n      },\n      \"2025-10-08 14:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9925.6005859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.73754882813\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 662.880798339844\n        },\n        \"Solar\": {\n          \"gen\": 19006.830078125\n        },\n        \"Wind\": {\n          \"gen\": 5375.3916015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33828.92817687988\n        }\n      },\n      \"2025-10-08 14:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9943.119140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.72534179688\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 567.717468261719\n        },\n        \"Solar\": {\n          \"gen\": 19130.412109375\n        },\n        \"Wind\": {\n          \"gen\": 5464.255859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 34284.83489990235\n        }\n      },\n      \"2025-10-08 14:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9922.1904296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.19677734375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 438.318084716797\n        },\n        \"Solar\": {\n          \"gen\": 19128.6875\n        },\n        \"Wind\": {\n          \"gen\": 5521.087890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 34615.32858276367\n        }\n      },\n      \"2025-10-08 14:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9909.376953125\n        },\n        \"Hydro\": {\n          \"gen\": 43.2299995422363\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.82958984375\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 514.796691894531\n        },\n        \"Solar\": {\n          \"gen\": 18502.8125\n        },\n        \"Wind\": {\n          \"gen\": 5513.212890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 34780.16912841797\n        }\n      },\n      \"2025-10-08 15:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9903.02734375\n        },\n        \"Hydro\": {\n          \"gen\": 42.7700004577637\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.35229492188\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 265.443328857422\n        },\n        \"Solar\": {\n          \"gen\": 18578.966796875\n        },\n        \"Wind\": {\n          \"gen\": 5677.50732421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 35080.070495605476\n        }\n      },\n      \"2025-10-08 15:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9901.115234375\n        },\n        \"Hydro\": {\n          \"gen\": 42.8400001525879\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.39990234375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 134.311676025391\n        },\n        \"Solar\": {\n          \"gen\": 18814.8359375\n        },\n        \"Wind\": {\n          \"gen\": 5830.0263671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 35487.043426513665\n        }\n      },\n      \"2025-10-08 15:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9903.1669921875\n        },\n        \"Hydro\": {\n          \"gen\": 43.4499969482422\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.85498046875\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 570.384216308594\n        },\n        \"Solar\": {\n          \"gen\": 18269.38671875\n        },\n        \"Wind\": {\n          \"gen\": 5920.5126953125\n        },\n        \"Natural Gas\": {\n          \"gen\": 35424.863586425774\n        }\n      },\n      \"2025-10-08 15:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9881.3916015625\n        },\n        \"Hydro\": {\n          \"gen\": 42.689998626709\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.20654296875\n        },\n        \"Other\": {\n          \"gen\": 49.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 209.478454589844\n        },\n        \"Solar\": {\n          \"gen\": 18046.67578125\n        },\n        \"Wind\": {\n          \"gen\": 5849.87744140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 35912.43130493164\n        }\n      },\n      \"2025-10-08 15:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9888.7705078125\n        },\n        \"Hydro\": {\n          \"gen\": 42.7700004577637\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.7783203125\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 82.5023727416992\n        },\n        \"Solar\": {\n          \"gen\": 18341.125\n        },\n        \"Wind\": {\n          \"gen\": 5808.90625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36334.177307128906\n        }\n      },\n      \"2025-10-08 15:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9910.4404296875\n        },\n        \"Hydro\": {\n          \"gen\": 42.8999977111816\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.34912109375\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 51.9450187683105\n        },\n        \"Solar\": {\n          \"gen\": 18460.6953125\n        },\n        \"Wind\": {\n          \"gen\": 6114.5185546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36168.262161254876\n        }\n      },\n      \"2025-10-08 15:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9942.20703125\n        },\n        \"Hydro\": {\n          \"gen\": 43.5299987792969\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.9296875\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 693.526123046875\n        },\n        \"Solar\": {\n          \"gen\": 18005.212890625\n        },\n        \"Wind\": {\n          \"gen\": 5739.3017578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 35819.21754455568\n        }\n      },\n      \"2025-10-08 15:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9932.6259765625\n        },\n        \"Hydro\": {\n          \"gen\": 43.3600006103516\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.5654296875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 687.708068847656\n        },\n        \"Solar\": {\n          \"gen\": 17919.390625\n        },\n        \"Wind\": {\n          \"gen\": 6103.03466796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 35917.83505249024\n        }\n      },\n      \"2025-10-08 15:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9894.349609375\n        },\n        \"Hydro\": {\n          \"gen\": 42.8800010681152\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.02783203125\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 396.264099121094\n        },\n        \"Solar\": {\n          \"gen\": 18187.80859375\n        },\n        \"Wind\": {\n          \"gen\": 6290.32763671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 35990.64295959473\n        }\n      },\n      \"2025-10-08 15:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9901.5\n        },\n        \"Hydro\": {\n          \"gen\": 43.2299995422363\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.56665039062\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 275.982391357422\n        },\n        \"Solar\": {\n          \"gen\": 18387.974609375\n        },\n        \"Wind\": {\n          \"gen\": 6251.69091796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36051.571548461914\n        }\n      },\n      \"2025-10-08 15:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9891.7978515625\n        },\n        \"Hydro\": {\n          \"gen\": 43.3899993896484\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.38134765625\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 241.945327758789\n        },\n        \"Solar\": {\n          \"gen\": 18204.119140625\n        },\n        \"Wind\": {\n          \"gen\": 6525.4755859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 36112.326034545906\n        }\n      },\n      \"2025-10-08 15:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9867.5185546875\n        },\n        \"Hydro\": {\n          \"gen\": 43.0999984741211\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.30493164062\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 247.054443359375\n        },\n        \"Solar\": {\n          \"gen\": 18157.29296875\n        },\n        \"Wind\": {\n          \"gen\": 6631.45703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 36073.702178955085\n        }\n      },\n      \"2025-10-08 16:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9894.9326171875\n        },\n        \"Hydro\": {\n          \"gen\": 43.4599990844727\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.9931640625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 897.64599609375\n        },\n        \"Solar\": {\n          \"gen\": 17502.12890625\n        },\n        \"Wind\": {\n          \"gen\": 6519.03857421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36021.81735229492\n        }\n      },\n      \"2025-10-08 16:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9871.4736328125\n        },\n        \"Hydro\": {\n          \"gen\": 42.7700004577637\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.20361328125\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 559.612609863281\n        },\n        \"Solar\": {\n          \"gen\": 17550.826171875\n        },\n        \"Wind\": {\n          \"gen\": 6645.69580078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 36077.56602478029\n        }\n      },\n      \"2025-10-08 16:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9836.2802734375\n        },\n        \"Hydro\": {\n          \"gen\": 42.75\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.1435546875\n        },\n        \"Other\": {\n          \"gen\": 49.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 315.667785644531\n        },\n        \"Solar\": {\n          \"gen\": 17995.52734375\n        },\n        \"Wind\": {\n          \"gen\": 6562.10009765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36308.25386047365\n        }\n      },\n      \"2025-10-08 16:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9817.6767578125\n        },\n        \"Hydro\": {\n          \"gen\": 42.8199996948242\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.49536132813\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 126.368064880371\n        },\n        \"Solar\": {\n          \"gen\": 17896.888671875\n        },\n        \"Wind\": {\n          \"gen\": 6790.271484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 36471.48631286622\n        }\n      },\n      \"2025-10-08 16:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9828.91796875\n        },\n        \"Hydro\": {\n          \"gen\": 43.2699966430664\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.01416015625\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 236.687408447266\n        },\n        \"Solar\": {\n          \"gen\": 17212.78515625\n        },\n        \"Wind\": {\n          \"gen\": 6818.7900390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36584.302734375\n        }\n      },\n      \"2025-10-08 16:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9825.265625\n        },\n        \"Hydro\": {\n          \"gen\": 42.8199996948242\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.0263671875\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 366.383941650391\n        },\n        \"Solar\": {\n          \"gen\": 16931.57421875\n        },\n        \"Wind\": {\n          \"gen\": 7002.7353515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36615.215515136726\n        }\n      },\n      \"2025-10-08 16:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9847.98828125\n        },\n        \"Hydro\": {\n          \"gen\": 43.3499984741211\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.68774414063\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 639.069641113281\n        },\n        \"Solar\": {\n          \"gen\": 16411.380859375\n        },\n        \"Wind\": {\n          \"gen\": 7059.34912109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 36621.9594116211\n        }\n      },\n      \"2025-10-08 16:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9885.1005859375\n        },\n        \"Hydro\": {\n          \"gen\": 42.6900024414063\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.13330078125\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 605.332458496094\n        },\n        \"Solar\": {\n          \"gen\": 16466.31640625\n        },\n        \"Wind\": {\n          \"gen\": 6912.81787109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 36642.39245605469\n        }\n      },\n      \"2025-10-08 16:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9877.705078125\n        },\n        \"Hydro\": {\n          \"gen\": 42.9000015258789\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.07592773438\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 432.133453369141\n        },\n        \"Solar\": {\n          \"gen\": 16505.09765625\n        },\n        \"Wind\": {\n          \"gen\": 7059.96044921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36748.0750427246\n        }\n      },\n      \"2025-10-08 16:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9847.0048828125\n        },\n        \"Hydro\": {\n          \"gen\": 43.4300003051758\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.7587890625\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 450.890594482422\n        },\n        \"Solar\": {\n          \"gen\": 16302.5869140625\n        },\n        \"Wind\": {\n          \"gen\": 7116.4365234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 36648.706909179695\n        }\n      },\n      \"2025-10-08 16:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9844.2861328125\n        },\n        \"Hydro\": {\n          \"gen\": 42.8999977111816\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.79150390625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 352.349639892578\n        },\n        \"Solar\": {\n          \"gen\": 16434.431640625\n        },\n        \"Wind\": {\n          \"gen\": 7292.3232421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36697.903564453125\n        }\n      },\n      \"2025-10-08 16:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9873.42578125\n        },\n        \"Hydro\": {\n          \"gen\": 78.75\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.52954101562\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 491.739715576172\n        },\n        \"Solar\": {\n          \"gen\": 15505.830078125\n        },\n        \"Wind\": {\n          \"gen\": 7414.73388671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36665.93856811524\n        }\n      },\n      \"2025-10-08 17:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9872.1748046875\n        },\n        \"Hydro\": {\n          \"gen\": 77.5299987792969\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.75\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 320.000885009766\n        },\n        \"Solar\": {\n          \"gen\": 15386.6328125\n        },\n        \"Wind\": {\n          \"gen\": 7199.71533203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 36888.14508056641\n        }\n      },\n      \"2025-10-08 17:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9912.7734375\n        },\n        \"Hydro\": {\n          \"gen\": 78.1699981689453\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.14965820313\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 383.898376464844\n        },\n        \"Solar\": {\n          \"gen\": 15364.681640625\n        },\n        \"Wind\": {\n          \"gen\": 7281.0087890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36824.98321533203\n        }\n      },\n      \"2025-10-08 17:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9935.193359375\n        },\n        \"Hydro\": {\n          \"gen\": 78.3000030517578\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.43994140625\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 483.06005859375\n        },\n        \"Solar\": {\n          \"gen\": 15267.8662109375\n        },\n        \"Wind\": {\n          \"gen\": 7203.35498046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36719.21023559571\n        }\n      },\n      \"2025-10-08 17:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9950.017578125\n        },\n        \"Hydro\": {\n          \"gen\": 78.0599975585938\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.91552734375\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 265.638702392578\n        },\n        \"Solar\": {\n          \"gen\": 15114.5048828125\n        },\n        \"Wind\": {\n          \"gen\": 7436.00390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36864.16342163086\n        }\n      },\n      \"2025-10-08 17:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9976.2734375\n        },\n        \"Hydro\": {\n          \"gen\": 78.7999954223633\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.142578125\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 558.221374511719\n        },\n        \"Solar\": {\n          \"gen\": 14132.576171875\n        },\n        \"Wind\": {\n          \"gen\": 7379.84716796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 37069.18688964845\n        }\n      },\n      \"2025-10-08 17:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10014.37109375\n        },\n        \"Hydro\": {\n          \"gen\": 78.1999969482422\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.9453125\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 1409.56896972656\n        },\n        \"Solar\": {\n          \"gen\": 13268.767578125\n        },\n        \"Wind\": {\n          \"gen\": 7234.31396484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 37340.49148559571\n        }\n      },\n      \"2025-10-08 17:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10012.8662109375\n        },\n        \"Hydro\": {\n          \"gen\": 77.5200042724609\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.97485351563\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 1596.29663085938\n        },\n        \"Solar\": {\n          \"gen\": 12005.7919921875\n        },\n        \"Wind\": {\n          \"gen\": 7579.80224609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 37592.70834350586\n        }\n      },\n      \"2025-10-08 17:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10070.5068359375\n        },\n        \"Hydro\": {\n          \"gen\": 77.8099975585938\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.2080078125\n        },\n        \"Other\": {\n          \"gen\": 53.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 1836.21740722656\n        },\n        \"Solar\": {\n          \"gen\": 11157.4814453125\n        },\n        \"Wind\": {\n          \"gen\": 7622.13623046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 37830.81643676757\n        }\n      },\n      \"2025-10-08 17:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10178.3408203125\n        },\n        \"Hydro\": {\n          \"gen\": 78.6500015258789\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.2578125\n        },\n        \"Other\": {\n          \"gen\": 58.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 2925.85717773438\n        },\n        \"Solar\": {\n          \"gen\": 9944.1611328125\n        },\n        \"Wind\": {\n          \"gen\": 7278.6806640625\n        },\n        \"Natural Gas\": {\n          \"gen\": 38090.75653076171\n        }\n      },\n      \"2025-10-08 17:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10196.7626953125\n        },\n        \"Hydro\": {\n          \"gen\": 77.5699996948242\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.49584960937\n        },\n        \"Other\": {\n          \"gen\": 61.5\n        },\n        \"Power Storage\": {\n          \"gen\": 2871.91796875\n        },\n        \"Solar\": {\n          \"gen\": 9264.3544921875\n        },\n        \"Wind\": {\n          \"gen\": 7423.47216796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 38441.3631286621\n        }\n      },\n      \"2025-10-08 17:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10258.0615234375\n        },\n        \"Hydro\": {\n          \"gen\": 78.8300018310547\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.57592773437\n        },\n        \"Other\": {\n          \"gen\": 66.1999969482422\n        },\n        \"Power Storage\": {\n          \"gen\": 2925.03881835937\n        },\n        \"Solar\": {\n          \"gen\": 8691.8974609375\n        },\n        \"Wind\": {\n          \"gen\": 7507.6240234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 38845.986846923835\n        }\n      },\n      \"2025-10-08 17:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10337.5810546875\n        },\n        \"Hydro\": {\n          \"gen\": 116.431198120117\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.12768554688\n        },\n        \"Other\": {\n          \"gen\": 69.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 3132.46044921875\n        },\n        \"Solar\": {\n          \"gen\": 7978.09814453125\n        },\n        \"Wind\": {\n          \"gen\": 7518.02197265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 38991.55676269532\n        }\n      },\n      \"2025-10-08 18:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10358.171875\n        },\n        \"Hydro\": {\n          \"gen\": 142.607040405273\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.25219726562\n        },\n        \"Other\": {\n          \"gen\": 67.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 3213.66284179688\n        },\n        \"Solar\": {\n          \"gen\": 7188.298828125\n        },\n        \"Wind\": {\n          \"gen\": 7633.2177734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 39136.86764526369\n        }\n      },\n      \"2025-10-08 18:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10382.095703125\n        },\n        \"Hydro\": {\n          \"gen\": 143.66357421875\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.93872070313\n        },\n        \"Other\": {\n          \"gen\": 62.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 3655.29370117188\n        },\n        \"Solar\": {\n          \"gen\": 6415.04833984375\n        },\n        \"Wind\": {\n          \"gen\": 7435.611328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 39410.167633056655\n        }\n      },\n      \"2025-10-08 18:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10388.3466796875\n        },\n        \"Hydro\": {\n          \"gen\": 143.151519775391\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.1630859375\n        },\n        \"Other\": {\n          \"gen\": 58.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 4138.47607421875\n        },\n        \"Solar\": {\n          \"gen\": 5594.65576171875\n        },\n        \"Wind\": {\n          \"gen\": 7494.10986328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 39489.12292480467\n        }\n      },\n      \"2025-10-08 18:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10391.2119140625\n        },\n        \"Hydro\": {\n          \"gen\": 143.43489074707\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.76928710937\n        },\n        \"Other\": {\n          \"gen\": 61.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 4959.35302734375\n        },\n        \"Solar\": {\n          \"gen\": 4332.83056640625\n        },\n        \"Wind\": {\n          \"gen\": 7390.96337890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 39767.306396484375\n        }\n      },\n      \"2025-10-08 18:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10373.5625\n        },\n        \"Hydro\": {\n          \"gen\": 141.533935546875\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.62719726562\n        },\n        \"Other\": {\n          \"gen\": 66\n        },\n        \"Power Storage\": {\n          \"gen\": 5382.2177734375\n        },\n        \"Solar\": {\n          \"gen\": 3385.88940429687\n        },\n        \"Wind\": {\n          \"gen\": 7243.39453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 39943.746887207046\n        }\n      },\n      \"2025-10-08 18:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10378.6953125\n        },\n        \"Hydro\": {\n          \"gen\": 142.507675170898\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.53588867188\n        },\n        \"Other\": {\n          \"gen\": 70.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 5559.3388671875\n        },\n        \"Solar\": {\n          \"gen\": 2710.65942382813\n        },\n        \"Wind\": {\n          \"gen\": 7183.1171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 40232.45251464845\n        }\n      },\n      \"2025-10-08 18:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10363.083984375\n        },\n        \"Hydro\": {\n          \"gen\": 142.226516723633\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.7607421875\n        },\n        \"Other\": {\n          \"gen\": 74.3000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 5959.6728515625\n        },\n        \"Solar\": {\n          \"gen\": 2200.08520507813\n        },\n        \"Wind\": {\n          \"gen\": 6981.84375\n        },\n        \"Natural Gas\": {\n          \"gen\": 40226.521667480476\n        }\n      },\n      \"2025-10-08 18:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10382.3642578125\n        },\n        \"Hydro\": {\n          \"gen\": 142.401397705078\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.65600585938\n        },\n        \"Other\": {\n          \"gen\": 78.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 6078.7138671875\n        },\n        \"Solar\": {\n          \"gen\": 1750.34118652344\n        },\n        \"Wind\": {\n          \"gen\": 6967.88232421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 40234.98544311524\n        }\n      },\n      \"2025-10-08 18:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10381.6240234375\n        },\n        \"Hydro\": {\n          \"gen\": 141.933319091797\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.31225585938\n        },\n        \"Other\": {\n          \"gen\": 81.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 6307.35302734375\n        },\n        \"Solar\": {\n          \"gen\": 1201.24621582031\n        },\n        \"Wind\": {\n          \"gen\": 6934.779296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 40393.51553344727\n        }\n      },\n      \"2025-10-08 18:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10390.6201171875\n        },\n        \"Hydro\": {\n          \"gen\": 141.873474121094\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.85620117188\n        },\n        \"Other\": {\n          \"gen\": 85\n        },\n        \"Power Storage\": {\n          \"gen\": 6502.8828125\n        },\n        \"Solar\": {\n          \"gen\": 811.897277832031\n        },\n        \"Wind\": {\n          \"gen\": 6873.21728515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 40626.64074707031\n        }\n      },\n      \"2025-10-08 18:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10400.7109375\n        },\n        \"Hydro\": {\n          \"gen\": 141.772888183594\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.80444335938\n        },\n        \"Other\": {\n          \"gen\": 87.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 6381.65966796875\n        },\n        \"Solar\": {\n          \"gen\": 538.126647949219\n        },\n        \"Wind\": {\n          \"gen\": 6746.84619140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 40925.53991699219\n        }\n      },\n      \"2025-10-08 18:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10442.1162109375\n        },\n        \"Hydro\": {\n          \"gen\": 142.612167358398\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.298828125\n        },\n        \"Other\": {\n          \"gen\": 90.6999969482422\n        },\n        \"Power Storage\": {\n          \"gen\": 6317.193359375\n        },\n        \"Solar\": {\n          \"gen\": 314.908508300781\n        },\n        \"Wind\": {\n          \"gen\": 6620.900390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41060.72283935547\n        }\n      },\n      \"2025-10-08 19:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10413.9287109375\n        },\n        \"Hydro\": {\n          \"gen\": 71.6363220214844\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.98120117188\n        },\n        \"Other\": {\n          \"gen\": 92.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 6577.77294921875\n        },\n        \"Solar\": {\n          \"gen\": 175.778823852539\n        },\n        \"Wind\": {\n          \"gen\": 6415.7158203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 40979.788665771484\n        }\n      },\n      \"2025-10-08 19:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10443.5849609375\n        },\n        \"Hydro\": {\n          \"gen\": 71.9290466308594\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.21484375\n        },\n        \"Other\": {\n          \"gen\": 95.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 6430.392578125\n        },\n        \"Solar\": {\n          \"gen\": 76.7653045654297\n        },\n        \"Wind\": {\n          \"gen\": 6467.60107421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41058.03186035157\n        }\n      },\n      \"2025-10-08 19:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10460.2392578125\n        },\n        \"Hydro\": {\n          \"gen\": 72.1576690673828\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.43505859375\n        },\n        \"Other\": {\n          \"gen\": 98.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 6213.544921875\n        },\n        \"Solar\": {\n          \"gen\": 28.2424163818359\n        },\n        \"Wind\": {\n          \"gen\": 6391.4658203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41165.774810791016\n        }\n      },\n      \"2025-10-08 19:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10484.2119140625\n        },\n        \"Hydro\": {\n          \"gen\": 71.7967681884766\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.38549804687\n        },\n        \"Other\": {\n          \"gen\": 101.099998474121\n        },\n        \"Power Storage\": {\n          \"gen\": 5925.21826171875\n        },\n        \"Solar\": {\n          \"gen\": 4.33330392837524\n        },\n        \"Wind\": {\n          \"gen\": 6448.5546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41247.97299194337\n        }\n      },\n      \"2025-10-08 19:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10491.193359375\n        },\n        \"Hydro\": {\n          \"gen\": 72.1169738769531\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.6689453125\n        },\n        \"Other\": {\n          \"gen\": 104\n        },\n        \"Power Storage\": {\n          \"gen\": 5697.0615234375\n        },\n        \"Solar\": {\n          \"gen\": 0.126976802945137\n        },\n        \"Wind\": {\n          \"gen\": 6411.85888671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41236.6830444336\n        }\n      },\n      \"2025-10-08 19:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10496.3017578125\n        },\n        \"Hydro\": {\n          \"gen\": 71.8620376586914\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.87329101563\n        },\n        \"Other\": {\n          \"gen\": 104.400001525879\n        },\n        \"Power Storage\": {\n          \"gen\": 5280.1904296875\n        },\n        \"Solar\": {\n          \"gen\": 0.172474265098572\n        },\n        \"Wind\": {\n          \"gen\": 6513.2900390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41325.24145507813\n        }\n      },\n      \"2025-10-08 19:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10514.4140625\n        },\n        \"Hydro\": {\n          \"gen\": 72.1797180175781\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.06640625\n        },\n        \"Other\": {\n          \"gen\": 105\n        },\n        \"Power Storage\": {\n          \"gen\": 4931.322265625\n        },\n        \"Solar\": {\n          \"gen\": 0.152720779180527\n        },\n        \"Wind\": {\n          \"gen\": 6551.2783203125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41375.610626220696\n        }\n      },\n      \"2025-10-08 19:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10521.02734375\n        },\n        \"Hydro\": {\n          \"gen\": 72.0882873535156\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.59692382812\n        },\n        \"Other\": {\n          \"gen\": 105\n        },\n        \"Power Storage\": {\n          \"gen\": 4758.23583984375\n        },\n        \"Solar\": {\n          \"gen\": 0.157085537910461\n        },\n        \"Wind\": {\n          \"gen\": 6621.04931640625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41383.45034790041\n        }\n      },\n      \"2025-10-08 19:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10520.8447265625\n        },\n        \"Hydro\": {\n          \"gen\": 72.0336990356445\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.21948242187\n        },\n        \"Other\": {\n          \"gen\": 104.900001525879\n        },\n        \"Power Storage\": {\n          \"gen\": 4465.83642578125\n        },\n        \"Solar\": {\n          \"gen\": 0.155518442392349\n        },\n        \"Wind\": {\n          \"gen\": 6686.09423828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41435.588928222656\n        }\n      },\n      \"2025-10-08 19:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10506.3251953125\n        },\n        \"Hydro\": {\n          \"gen\": 73.0392150878906\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.37158203125\n        },\n        \"Other\": {\n          \"gen\": 104.800003051758\n        },\n        \"Power Storage\": {\n          \"gen\": 4213.38427734375\n        },\n        \"Solar\": {\n          \"gen\": 0.152920126914978\n        },\n        \"Wind\": {\n          \"gen\": 6707.3017578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41490.90307617187\n        }\n      },\n      \"2025-10-08 19:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10489.416015625\n        },\n        \"Hydro\": {\n          \"gen\": 73.0336456298828\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.140625\n        },\n        \"Other\": {\n          \"gen\": 105\n        },\n        \"Power Storage\": {\n          \"gen\": 3867.65087890625\n        },\n        \"Solar\": {\n          \"gen\": 0.158081144094467\n        },\n        \"Wind\": {\n          \"gen\": 6782.27099609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 41594.578826904304\n        }\n      },\n      \"2025-10-08 19:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10471.1376953125\n        },\n        \"Hydro\": {\n          \"gen\": 73.1834030151367\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.37548828125\n        },\n        \"Other\": {\n          \"gen\": 105\n        },\n        \"Power Storage\": {\n          \"gen\": 3668.88452148438\n        },\n        \"Solar\": {\n          \"gen\": 0.166280537843704\n        },\n        \"Wind\": {\n          \"gen\": 6896.04150390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41580.85955810547\n        }\n      },\n      \"2025-10-08 20:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10433.626953125\n        },\n        \"Hydro\": {\n          \"gen\": 73.291259765625\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.58935546875\n        },\n        \"Other\": {\n          \"gen\": 105\n        },\n        \"Power Storage\": {\n          \"gen\": 3329.66943359375\n        },\n        \"Solar\": {\n          \"gen\": 0.156271800398827\n        },\n        \"Wind\": {\n          \"gen\": 7049.9228515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41623.36328125\n        }\n      },\n      \"2025-10-08 20:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10373.3876953125\n        },\n        \"Hydro\": {\n          \"gen\": 72.8369293212891\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.46313476562\n        },\n        \"Other\": {\n          \"gen\": 104.900001525879\n        },\n        \"Power Storage\": {\n          \"gen\": 3037.63745117188\n        },\n        \"Solar\": {\n          \"gen\": 0.181544959545135\n        },\n        \"Wind\": {\n          \"gen\": 7116.6142578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41642.91421508789\n        }\n      },\n      \"2025-10-08 20:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10309.86328125\n        },\n        \"Hydro\": {\n          \"gen\": 73.350959777832\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.10424804688\n        },\n        \"Other\": {\n          \"gen\": 102.300003051758\n        },\n        \"Power Storage\": {\n          \"gen\": 2972.33862304688\n        },\n        \"Solar\": {\n          \"gen\": 0.178687080740929\n        },\n        \"Wind\": {\n          \"gen\": 7265.5947265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41654.18627929688\n        }\n      },\n      \"2025-10-08 20:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10274.3203125\n        },\n        \"Hydro\": {\n          \"gen\": 73.0801239013672\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.68432617187\n        },\n        \"Other\": {\n          \"gen\": 104.599998474121\n        },\n        \"Power Storage\": {\n          \"gen\": 2991.10961914063\n        },\n        \"Solar\": {\n          \"gen\": 0.15585920214653\n        },\n        \"Wind\": {\n          \"gen\": 7351.16357421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41692.62139892578\n        }\n      },\n      \"2025-10-08 20:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10254.3876953125\n        },\n        \"Hydro\": {\n          \"gen\": 72.9973754882813\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.16162109375\n        },\n        \"Other\": {\n          \"gen\": 104.599998474121\n        },\n        \"Power Storage\": {\n          \"gen\": 2820.00659179688\n        },\n        \"Solar\": {\n          \"gen\": 0.154427662491798\n        },\n        \"Wind\": {\n          \"gen\": 7438.88720703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41701.568969726555\n        }\n      },\n      \"2025-10-08 20:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10250.7431640625\n        },\n        \"Hydro\": {\n          \"gen\": 73.1330261230469\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.07592773438\n        },\n        \"Other\": {\n          \"gen\": 102.099998474121\n        },\n        \"Power Storage\": {\n          \"gen\": 2563.52709960938\n        },\n        \"Solar\": {\n          \"gen\": 0.164969623088837\n        },\n        \"Wind\": {\n          \"gen\": 7492.98291015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41648.92877197266\n        }\n      },\n      \"2025-10-08 20:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10231.0966796875\n        },\n        \"Hydro\": {\n          \"gen\": 65.0060043334961\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.63110351563\n        },\n        \"Other\": {\n          \"gen\": 99.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 2577.92895507813\n        },\n        \"Solar\": {\n          \"gen\": 0.154143363237381\n        },\n        \"Wind\": {\n          \"gen\": 7566.2802734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 41496.14672851562\n        }\n      },\n      \"2025-10-08 20:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10197.216796875\n        },\n        \"Hydro\": {\n          \"gen\": 64.9734191894531\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.734375\n        },\n        \"Other\": {\n          \"gen\": 96.5\n        },\n        \"Power Storage\": {\n          \"gen\": 2392.22509765625\n        },\n        \"Solar\": {\n          \"gen\": 0.154562219977379\n        },\n        \"Wind\": {\n          \"gen\": 7602.9873046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41468.8561706543\n        }\n      },\n      \"2025-10-08 20:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10204.57421875\n        },\n        \"Hydro\": {\n          \"gen\": 65.2105712890625\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.7763671875\n        },\n        \"Other\": {\n          \"gen\": 93.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 2530.01318359375\n        },\n        \"Solar\": {\n          \"gen\": 0.16081166267395\n        },\n        \"Wind\": {\n          \"gen\": 7651.54541015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41418.26348876953\n        }\n      },\n      \"2025-10-08 20:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10215.5771484375\n        },\n        \"Hydro\": {\n          \"gen\": 64.8625030517578\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.56225585938\n        },\n        \"Other\": {\n          \"gen\": 91\n        },\n        \"Power Storage\": {\n          \"gen\": 2477.05444335938\n        },\n        \"Solar\": {\n          \"gen\": 0.155179530382156\n        },\n        \"Wind\": {\n          \"gen\": 7704.546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41365.97619628908\n        }\n      },\n      \"2025-10-08 20:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10217.1767578125\n        },\n        \"Hydro\": {\n          \"gen\": 65.0833358764648\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.87939453125\n        },\n        \"Other\": {\n          \"gen\": 88.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 2184.1474609375\n        },\n        \"Solar\": {\n          \"gen\": 0.164130002260208\n        },\n        \"Wind\": {\n          \"gen\": 7758.57275390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41234.01486206055\n        }\n      },\n      \"2025-10-08 20:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10234.779296875\n        },\n        \"Hydro\": {\n          \"gen\": 41.1159210205078\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.77514648437\n        },\n        \"Other\": {\n          \"gen\": 85.6999969482422\n        },\n        \"Power Storage\": {\n          \"gen\": 2031.40185546875\n        },\n        \"Solar\": {\n          \"gen\": 0.163524121046066\n        },\n        \"Wind\": {\n          \"gen\": 7820.96728515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41149.92169189454\n        }\n      },\n      \"2025-10-08 21:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10219.3828125\n        },\n        \"Hydro\": {\n          \"gen\": 18.8115978240967\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.69677734375\n        },\n        \"Other\": {\n          \"gen\": 88.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 2050.14038085938\n        },\n        \"Solar\": {\n          \"gen\": 0.184446707367897\n        },\n        \"Wind\": {\n          \"gen\": 7938.87939453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41221.40478515627\n        }\n      },\n      \"2025-10-08 21:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10224.986328125\n        },\n        \"Hydro\": {\n          \"gen\": 19.2563724517822\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.81982421875\n        },\n        \"Other\": {\n          \"gen\": 85.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 1461.23034667969\n        },\n        \"Solar\": {\n          \"gen\": 0.156693831086159\n        },\n        \"Wind\": {\n          \"gen\": 8056.7578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 41246.07232666015\n        }\n      },\n      \"2025-10-08 21:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10195.2421875\n        },\n        \"Hydro\": {\n          \"gen\": 18.9052486419678\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.43481445312\n        },\n        \"Other\": {\n          \"gen\": 82.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 1199.365234375\n        },\n        \"Solar\": {\n          \"gen\": 0.161611884832382\n        },\n        \"Wind\": {\n          \"gen\": 8113.875\n        },\n        \"Natural Gas\": {\n          \"gen\": 41219.45437622071\n        }\n      },\n      \"2025-10-08 21:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10207.21484375\n        },\n        \"Hydro\": {\n          \"gen\": 19.0405902862549\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.61083984375\n        },\n        \"Other\": {\n          \"gen\": 80.1999969482422\n        },\n        \"Power Storage\": {\n          \"gen\": 686.327209472656\n        },\n        \"Solar\": {\n          \"gen\": 0.158643826842308\n        },\n        \"Wind\": {\n          \"gen\": 8281.78515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41167.59680175782\n        }\n      },\n      \"2025-10-08 21:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10198.826171875\n        },\n        \"Hydro\": {\n          \"gen\": 19.354076385498\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.57958984375\n        },\n        \"Other\": {\n          \"gen\": 77\n        },\n        \"Power Storage\": {\n          \"gen\": 731.947937011719\n        },\n        \"Solar\": {\n          \"gen\": 0.15669958293438\n        },\n        \"Wind\": {\n          \"gen\": 8404.947265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 41144.78128051758\n        }\n      },\n      \"2025-10-08 21:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10204.498046875\n        },\n        \"Hydro\": {\n          \"gen\": 18.8482360839844\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.59912109375\n        },\n        \"Other\": {\n          \"gen\": 73\n        },\n        \"Power Storage\": {\n          \"gen\": 580.571533203125\n        },\n        \"Solar\": {\n          \"gen\": 0.155734419822693\n        },\n        \"Wind\": {\n          \"gen\": 8506.41015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 40989.94442749024\n        }\n      },\n      \"2025-10-08 21:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10204.791015625\n        },\n        \"Hydro\": {\n          \"gen\": 19.3031711578369\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.12890625\n        },\n        \"Other\": {\n          \"gen\": 69.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 400.222473144531\n        },\n        \"Solar\": {\n          \"gen\": 0.158074527978897\n        },\n        \"Wind\": {\n          \"gen\": 8432.7412109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 40874.09515380859\n        }\n      },\n      \"2025-10-08 21:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10211.9580078125\n        },\n        \"Hydro\": {\n          \"gen\": 19.2288932800293\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.20068359375\n        },\n        \"Other\": {\n          \"gen\": 64.8000030517578\n        },\n        \"Power Storage\": {\n          \"gen\": 312.622741699219\n        },\n        \"Solar\": {\n          \"gen\": 0.364328980445862\n        },\n        \"Wind\": {\n          \"gen\": 8613.9072265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 40681.55172729492\n        }\n      },\n      \"2025-10-08 21:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10212.0380859375\n        },\n        \"Hydro\": {\n          \"gen\": 19.4924716949463\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.4970703125\n        },\n        \"Other\": {\n          \"gen\": 61.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 461.412139892578\n        },\n        \"Solar\": {\n          \"gen\": 0.155126482248306\n        },\n        \"Wind\": {\n          \"gen\": 8520.4404296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 40412.888610839844\n        }\n      },\n      \"2025-10-08 21:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10179.1220703125\n        },\n        \"Hydro\": {\n          \"gen\": 18.9815788269043\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.85961914063\n        },\n        \"Other\": {\n          \"gen\": 56.5\n        },\n        \"Power Storage\": {\n          \"gen\": 321.445739746094\n        },\n        \"Solar\": {\n          \"gen\": 0.160418123006821\n        },\n        \"Wind\": {\n          \"gen\": 8591.7275390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 40319.12353515624\n        }\n      },\n      \"2025-10-08 21:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10194.1376953125\n        },\n        \"Hydro\": {\n          \"gen\": 19.3153839111328\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.36401367188\n        },\n        \"Other\": {\n          \"gen\": 52.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 346.422515869141\n        },\n        \"Solar\": {\n          \"gen\": 0.242228388786316\n        },\n        \"Wind\": {\n          \"gen\": 8602.33984375\n        },\n        \"Natural Gas\": {\n          \"gen\": 40026.04971313477\n        }\n      },\n      \"2025-10-08 21:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10212.4951171875\n        },\n        \"Hydro\": {\n          \"gen\": 19.0711231231689\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.2099609375\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 309.711151123047\n        },\n        \"Solar\": {\n          \"gen\": 0.162002176046371\n        },\n        \"Wind\": {\n          \"gen\": 8752.42578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 39853.839569091804\n        }\n      },\n      \"2025-10-08 22:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10165.1611328125\n        },\n        \"Hydro\": {\n          \"gen\": 19.2930107116699\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.8369140625\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 485.197296142578\n        },\n        \"Solar\": {\n          \"gen\": 0.329729914665222\n        },\n        \"Wind\": {\n          \"gen\": 8764.689453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 39245.73458862305\n        }\n      },\n      \"2025-10-08 22:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10111.1318359375\n        },\n        \"Hydro\": {\n          \"gen\": 18.9337272644043\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.32861328125\n        },\n        \"Other\": {\n          \"gen\": 53.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 468.302459716797\n        },\n        \"Solar\": {\n          \"gen\": 0.2817043364048\n        },\n        \"Wind\": {\n          \"gen\": 8746.3486328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 38912.929626464844\n        }\n      },\n      \"2025-10-08 22:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10051.392578125\n        },\n        \"Hydro\": {\n          \"gen\": 18.9764728546143\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.97998046875\n        },\n        \"Other\": {\n          \"gen\": 54.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 430.137298583984\n        },\n        \"Solar\": {\n          \"gen\": 0.135866358876228\n        },\n        \"Wind\": {\n          \"gen\": 8742.28125\n        },\n        \"Natural Gas\": {\n          \"gen\": 38723.51327514649\n        }\n      },\n      \"2025-10-08 22:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10066.6259765625\n        },\n        \"Hydro\": {\n          \"gen\": 19.1739349365234\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.93798828125\n        },\n        \"Other\": {\n          \"gen\": 58.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 174.098892211914\n        },\n        \"Solar\": {\n          \"gen\": 0.178906485438347\n        },\n        \"Wind\": {\n          \"gen\": 8906.576171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 38472.3875427246\n        }\n      },\n      \"2025-10-08 22:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10063.076171875\n        },\n        \"Hydro\": {\n          \"gen\": 19.1871471405029\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.13256835937\n        },\n        \"Other\": {\n          \"gen\": 55.5\n        },\n        \"Power Storage\": {\n          \"gen\": 177.29768371582\n        },\n        \"Solar\": {\n          \"gen\": 0.135921478271484\n        },\n        \"Wind\": {\n          \"gen\": 8920.2568359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 38154.3491821289\n        }\n      },\n      \"2025-10-08 22:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10074.12890625\n        },\n        \"Hydro\": {\n          \"gen\": 19.0212707519531\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.54858398438\n        },\n        \"Other\": {\n          \"gen\": 51.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 151.12126159668\n        },\n        \"Solar\": {\n          \"gen\": 0.222803965210915\n        },\n        \"Wind\": {\n          \"gen\": 8917.1259765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 37942.03771972656\n        }\n      },\n      \"2025-10-08 22:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10062.1708984375\n        },\n        \"Hydro\": {\n          \"gen\": 18.9632606506348\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.13623046875\n        },\n        \"Other\": {\n          \"gen\": 54.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 169.997283935547\n        },\n        \"Solar\": {\n          \"gen\": 0.126976802945137\n        },\n        \"Wind\": {\n          \"gen\": 8956.72265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 37913.26600646973\n        }\n      },\n      \"2025-10-08 22:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10048.61328125\n        },\n        \"Hydro\": {\n          \"gen\": 19.086389541626\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.63623046875\n        },\n        \"Other\": {\n          \"gen\": 51.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 109.603507995605\n        },\n        \"Solar\": {\n          \"gen\": 0.127279847860336\n        },\n        \"Wind\": {\n          \"gen\": 8970.498046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 37640.68521118164\n        }\n      },\n      \"2025-10-08 22:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10032.734375\n        },\n        \"Hydro\": {\n          \"gen\": 18.9754734039307\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.841796875\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 105.383338928223\n        },\n        \"Solar\": {\n          \"gen\": 0.131818205118179\n        },\n        \"Wind\": {\n          \"gen\": 8954.302734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 37565.624938964844\n        }\n      },\n      \"2025-10-08 22:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10041\n        },\n        \"Hydro\": {\n          \"gen\": 19.0466976165771\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.07153320313\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 92.0040817260742\n        },\n        \"Solar\": {\n          \"gen\": 0.129077434539795\n        },\n        \"Wind\": {\n          \"gen\": 8980.0712890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 37320.48837280274\n        }\n      },\n      \"2025-10-08 22:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10024.728515625\n        },\n        \"Hydro\": {\n          \"gen\": 19.3092765808105\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.35180664062\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 132.941497802734\n        },\n        \"Solar\": {\n          \"gen\": 0.134995952248573\n        },\n        \"Wind\": {\n          \"gen\": 8974.123046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 36853.87350463868\n        }\n      },\n      \"2025-10-08 22:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10020.212890625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.96630859375\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 68.2130279541016\n        },\n        \"Solar\": {\n          \"gen\": 0.128630146384239\n        },\n        \"Wind\": {\n          \"gen\": 9001.3837890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 36518.03791809082\n        }\n      },\n      \"2025-10-08 23:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10025.7841796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.5068359375\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 179.731750488281\n        },\n        \"Solar\": {\n          \"gen\": 0.126976802945137\n        },\n        \"Wind\": {\n          \"gen\": 8819.3720703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 36052.78588867187\n        }\n      },\n      \"2025-10-08 23:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 10005.7109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.89428710937\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 147.549179077148\n        },\n        \"Solar\": {\n          \"gen\": 0.127409547567368\n        },\n        \"Wind\": {\n          \"gen\": 8773.630859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 35898.9623413086\n        }\n      },\n      \"2025-10-08 23:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9995.2373046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.77807617188\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 68.9693984985352\n        },\n        \"Solar\": {\n          \"gen\": 0.131586089730263\n        },\n        \"Wind\": {\n          \"gen\": 8801.9189453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 35644.20004272462\n        }\n      },\n      \"2025-10-08 23:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9991.359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.12622070313\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 254.952056884766\n        },\n        \"Solar\": {\n          \"gen\": 0.138864144682884\n        },\n        \"Wind\": {\n          \"gen\": 8656.728515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 35279.569305419915\n        }\n      },\n      \"2025-10-08 23:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9909.8037109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.46264648438\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 356.835968017578\n        },\n        \"Solar\": {\n          \"gen\": 0.213826790452003\n        },\n        \"Wind\": {\n          \"gen\": 8630.919921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 34878.216217041016\n        }\n      },\n      \"2025-10-08 23:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9764.765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.13403320313\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 179.969253540039\n        },\n        \"Solar\": {\n          \"gen\": 0.137196972966194\n        },\n        \"Wind\": {\n          \"gen\": 8609.25\n        },\n        \"Natural Gas\": {\n          \"gen\": 34754.80917358398\n        }\n      },\n      \"2025-10-08 23:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9770.8798828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.7197265625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 192.761032104492\n        },\n        \"Solar\": {\n          \"gen\": 0.12939128279686\n        },\n        \"Wind\": {\n          \"gen\": 8632\n        },\n        \"Natural Gas\": {\n          \"gen\": 34581.047607421875\n        }\n      },\n      \"2025-10-08 23:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9692.1279296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.66137695312\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 134.005844116211\n        },\n        \"Solar\": {\n          \"gen\": 0.268918812274933\n        },\n        \"Wind\": {\n          \"gen\": 8751.5400390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 34466.604522705085\n        }\n      },\n      \"2025-10-08 23:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9612.6474609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3701.68725585938\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 112.230133056641\n        },\n        \"Solar\": {\n          \"gen\": 0.131663098931313\n        },\n        \"Wind\": {\n          \"gen\": 8803.11328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 34247.622009277344\n        }\n      },\n      \"2025-10-08 23:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9527.5283203125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.95458984375\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 92.7225799560547\n        },\n        \"Solar\": {\n          \"gen\": 0.133317172527313\n        },\n        \"Wind\": {\n          \"gen\": 8774.1005859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 34012.65673828125\n        }\n      },\n      \"2025-10-08 23:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9467.0234375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.12036132812\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 93.811149597168\n        },\n        \"Solar\": {\n          \"gen\": 0.140157386660576\n        },\n        \"Wind\": {\n          \"gen\": 8779.744140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33691.66397094727\n        }\n      },\n      \"2025-10-08 23:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9382.0830078125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.76953125\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 112.348281860352\n        },\n        \"Solar\": {\n          \"gen\": 0.142024606466293\n        },\n        \"Wind\": {\n          \"gen\": 8747.8095703125\n        },\n        \"Natural Gas\": {\n          \"gen\": 33481.29504394532\n        }\n      }\n    },\n    \"2025-10-09\": {\n      \"2025-10-09 00:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9259.6279296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.033203125\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 211.576766967773\n        },\n        \"Solar\": {\n          \"gen\": 0.137151896953583\n        },\n        \"Wind\": {\n          \"gen\": 8685.75\n        },\n        \"Natural Gas\": {\n          \"gen\": 33270.87837219238\n        }\n      },\n      \"2025-10-09 00:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9232.822265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.98974609375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 214.280319213867\n        },\n        \"Solar\": {\n          \"gen\": 0.145837858319283\n        },\n        \"Wind\": {\n          \"gen\": 8690.2099609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 33072.30992126465\n        }\n      },\n      \"2025-10-09 00:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9143.04296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.70043945312\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 179.724105834961\n        },\n        \"Solar\": {\n          \"gen\": 0.143381640315056\n        },\n        \"Wind\": {\n          \"gen\": 8667.4697265625\n        },\n        \"Natural Gas\": {\n          \"gen\": 33107.83170318603\n        }\n      },\n      \"2025-10-09 00:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9141.1474609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.16381835938\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 126.101867675781\n        },\n        \"Solar\": {\n          \"gen\": 0.249116167426109\n        },\n        \"Wind\": {\n          \"gen\": 8579.71875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32942.11706542969\n        }\n      },\n      \"2025-10-09 00:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9066.361328125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.478515625\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 108.367263793945\n        },\n        \"Solar\": {\n          \"gen\": 0.262597769498825\n        },\n        \"Wind\": {\n          \"gen\": 8581.6826171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32828.87915802002\n        }\n      },\n      \"2025-10-09 00:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9015.697265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.2255859375\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 51.0703773498535\n        },\n        \"Solar\": {\n          \"gen\": 0.262175232172012\n        },\n        \"Wind\": {\n          \"gen\": 8616.974609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 32655.129119873054\n        }\n      },\n      \"2025-10-09 00:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8951.99609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.70703125\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 58.7762069702148\n        },\n        \"Solar\": {\n          \"gen\": 0.321117609739304\n        },\n        \"Wind\": {\n          \"gen\": 8602.02734375\n        },\n        \"Natural Gas\": {\n          \"gen\": 32616.22703552247\n        }\n      },\n      \"2025-10-09 00:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8944.6005859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.41162109375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 70.7585525512695\n        },\n        \"Solar\": {\n          \"gen\": 0.327092051506042\n        },\n        \"Wind\": {\n          \"gen\": 8573.755859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 32505.430873870853\n        }\n      },\n      \"2025-10-09 00:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8938.8046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.0419921875\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 110.394081115723\n        },\n        \"Solar\": {\n          \"gen\": 0.315970361232758\n        },\n        \"Wind\": {\n          \"gen\": 8517.91796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 32410.193305969242\n        }\n      },\n      \"2025-10-09 00:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8887.24609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.29614257813\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 50.6584053039551\n        },\n        \"Solar\": {\n          \"gen\": 0.316737323999405\n        },\n        \"Wind\": {\n          \"gen\": 8381.5869140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 32308.464153289802\n        }\n      },\n      \"2025-10-09 00:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8871.87109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.6005859375\n        },\n        \"Other\": {\n          \"gen\": 50.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 41.515064239502\n        },\n        \"Solar\": {\n          \"gen\": 0.365406394004822\n        },\n        \"Wind\": {\n          \"gen\": 8468.578125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32213.362770080566\n        }\n      },\n      \"2025-10-09 00:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8881.572265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.46069335937\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 190.600341796875\n        },\n        \"Solar\": {\n          \"gen\": 0.314642190933228\n        },\n        \"Wind\": {\n          \"gen\": 8491.439453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 32095.204090118405\n        }\n      },\n      \"2025-10-09 01:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8846.431640625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.5830078125\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 156.890640258789\n        },\n        \"Solar\": {\n          \"gen\": 0.324444621801376\n        },\n        \"Wind\": {\n          \"gen\": 8354.458984375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31923.93924713135\n        }\n      },\n      \"2025-10-09 01:09:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8816.1650390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.53515625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 1.68200242519379\n        },\n        \"Solar\": {\n          \"gen\": 0.309644937515259\n        },\n        \"Wind\": {\n          \"gen\": 8484.78515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 31826.71882629394\n        }\n      },\n      \"2025-10-09 01:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8789.1669921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.23999023437\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 4.95821142196655\n        },\n        \"Solar\": {\n          \"gen\": 0.382931709289551\n        },\n        \"Wind\": {\n          \"gen\": 8586.08984375\n        },\n        \"Natural Gas\": {\n          \"gen\": 31500.573925018307\n        }\n      },\n      \"2025-10-09 01:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8736.5625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.583984375\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 12.4996147155762\n        },\n        \"Solar\": {\n          \"gen\": 0.309454292058945\n        },\n        \"Wind\": {\n          \"gen\": 8602.5654296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 31366.35907745361\n        }\n      },\n      \"2025-10-09 01:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8762.3984375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.73583984375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 76.2589263916016\n        },\n        \"Solar\": {\n          \"gen\": 0.307294756174088\n        },\n        \"Wind\": {\n          \"gen\": 8408.6455078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31132.825592041027\n        }\n      },\n      \"2025-10-09 01:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8783.3544921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.16040039062\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 82.2915573120117\n        },\n        \"Solar\": {\n          \"gen\": 0.309465408325195\n        },\n        \"Wind\": {\n          \"gen\": 8629.705078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 31108.21589279175\n        }\n      },\n      \"2025-10-09 01:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8745.7392578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.47485351563\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 119.604850769043\n        },\n        \"Solar\": {\n          \"gen\": 0.305455058813095\n        },\n        \"Wind\": {\n          \"gen\": 8606.4619140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30897.30480575561\n        }\n      },\n      \"2025-10-09 01:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8798.3125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.08740234375\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 138.322006225586\n        },\n        \"Solar\": {\n          \"gen\": 0.314802020788193\n        },\n        \"Wind\": {\n          \"gen\": 8581.55078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30684.042884826667\n        }\n      },\n      \"2025-10-09 01:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8780.26953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.390625\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 4.68331050872803\n        },\n        \"Solar\": {\n          \"gen\": 0.311648160219193\n        },\n        \"Wind\": {\n          \"gen\": 8898.8193359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 30572.483375549324\n        }\n      },\n      \"2025-10-09 01:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8730.380859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.03100585938\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 3.4541118144989\n        },\n        \"Solar\": {\n          \"gen\": 0.306790143251419\n        },\n        \"Wind\": {\n          \"gen\": 8925.86328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 30378.274513244633\n        }\n      },\n      \"2025-10-09 01:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8756.9482421875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.72192382812\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 185.413375854492\n        },\n        \"Solar\": {\n          \"gen\": 0.306162595748901\n        },\n        \"Wind\": {\n          \"gen\": 8762.865234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 30269.206047058105\n        }\n      },\n      \"2025-10-09 01:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8735.8251953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.31469726563\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 92.378288269043\n        },\n        \"Solar\": {\n          \"gen\": 0.304828226566315\n        },\n        \"Wind\": {\n          \"gen\": 8912.8837890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 30233.11576843262\n        }\n      },\n      \"2025-10-09 02:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8769.3232421875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.09155273437\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 209.559463500977\n        },\n        \"Solar\": {\n          \"gen\": 0.411189198493958\n        },\n        \"Wind\": {\n          \"gen\": 8988.19921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 29751.21659469605\n        }\n      },\n      \"2025-10-09 02:09:58-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8765.0087890625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.85278320312\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 1.25487339496613\n        },\n        \"Solar\": {\n          \"gen\": 0.322779595851898\n        },\n        \"Wind\": {\n          \"gen\": 8966.400390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29648.169063568123\n        }\n      },\n      \"2025-10-09 02:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8778.3388671875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.54125976563\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 2.86629843711853\n        },\n        \"Solar\": {\n          \"gen\": 0.345790028572083\n        },\n        \"Wind\": {\n          \"gen\": 8971.8056640625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29567.54076385498\n        }\n      },\n      \"2025-10-09 02:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8805\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.36108398437\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 5.2932825088501\n        },\n        \"Solar\": {\n          \"gen\": 0.379033833742142\n        },\n        \"Wind\": {\n          \"gen\": 9050.353515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29428.907600402832\n        }\n      },\n      \"2025-10-09 02:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8824.9189453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.544921875\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 4.84986972808838\n        },\n        \"Solar\": {\n          \"gen\": 0.328009426593781\n        },\n        \"Wind\": {\n          \"gen\": 8912.314453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29296.13590240478\n        }\n      },\n      \"2025-10-09 02:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8776.5126953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.94116210938\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 63.9533843994141\n        },\n        \"Solar\": {\n          \"gen\": 0.318321168422699\n        },\n        \"Wind\": {\n          \"gen\": 9036.2890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29088.117729187008\n        }\n      },\n      \"2025-10-09 02:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8798.6796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.05883789062\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 231.114593505859\n        },\n        \"Solar\": {\n          \"gen\": 0.312943994998932\n        },\n        \"Wind\": {\n          \"gen\": 9075.337890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28991.09688186646\n        }\n      },\n      \"2025-10-09 02:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8808.5419921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 87.0150833129883\n        },\n        \"Solar\": {\n          \"gen\": 0.309831321239471\n        },\n        \"Wind\": {\n          \"gen\": 8978.8955078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28978.135993957523\n        }\n      },\n      \"2025-10-09 02:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8831.63671875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.37670898438\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 159.5205078125\n        },\n        \"Solar\": {\n          \"gen\": 0.307760089635849\n        },\n        \"Wind\": {\n          \"gen\": 8997.056640625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28825.857719421394\n        }\n      },\n      \"2025-10-09 02:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8848.654296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.1796875\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 116.101036071777\n        },\n        \"Solar\": {\n          \"gen\": 0.310337841510773\n        },\n        \"Wind\": {\n          \"gen\": 8970.8525390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28742.519004821777\n        }\n      },\n      \"2025-10-09 02:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8816.9912109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.6044921875\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 32.7164764404297\n        },\n        \"Solar\": {\n          \"gen\": 0.343427002429962\n        },\n        \"Wind\": {\n          \"gen\": 9311.443359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28555.335052490234\n        }\n      },\n      \"2025-10-09 02:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8867.5830078125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.31665039062\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 68.3930282592773\n        },\n        \"Solar\": {\n          \"gen\": 0.367885142564774\n        },\n        \"Wind\": {\n          \"gen\": 9161.3271484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28557.145362854004\n        }\n      },\n      \"2025-10-09 03:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8847.87109375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.40234375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 115.077354431152\n        },\n        \"Solar\": {\n          \"gen\": 0.362188547849655\n        },\n        \"Wind\": {\n          \"gen\": 9222.3232421875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28444.524925231934\n        }\n      },\n      \"2025-10-09 03:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8800.8544921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.46508789063\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 33.7045288085938\n        },\n        \"Solar\": {\n          \"gen\": 0.35301399230957\n        },\n        \"Wind\": {\n          \"gen\": 9366.36328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28296.02537155151\n        }\n      },\n      \"2025-10-09 03:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8725.9033203125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.0595703125\n        },\n        \"Other\": {\n          \"gen\": 50.0999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 92.4137725830078\n        },\n        \"Solar\": {\n          \"gen\": 0.352266371250153\n        },\n        \"Wind\": {\n          \"gen\": 9612.6923828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28068.911941528317\n        }\n      },\n      \"2025-10-09 03:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8689.603515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.376953125\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 94.9438323974609\n        },\n        \"Solar\": {\n          \"gen\": 0.356770068407059\n        },\n        \"Wind\": {\n          \"gen\": 9699.423828125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27945.299461364746\n        }\n      },\n      \"2025-10-09 03:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8668.97265625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.66650390625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 175.63264465332\n        },\n        \"Solar\": {\n          \"gen\": 0.357543915510178\n        },\n        \"Wind\": {\n          \"gen\": 9515.6806640625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27759.623970031746\n        }\n      },\n      \"2025-10-09 03:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8588.0517578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3710.96875\n        },\n        \"Other\": {\n          \"gen\": 50.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 90.4885559082031\n        },\n        \"Solar\": {\n          \"gen\": 0.351855635643005\n        },\n        \"Wind\": {\n          \"gen\": 9721.9111328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27612.169311523438\n        }\n      },\n      \"2025-10-09 03:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8501.0400390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.00537109375\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 97.9536209106445\n        },\n        \"Solar\": {\n          \"gen\": 0.367052376270294\n        },\n        \"Wind\": {\n          \"gen\": 9751.1435546875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27699.655700683594\n        }\n      },\n      \"2025-10-09 03:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8471.703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.72021484375\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 97.0247192382813\n        },\n        \"Solar\": {\n          \"gen\": 0.351729243993759\n        },\n        \"Wind\": {\n          \"gen\": 9738.7216796875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27621.71529006958\n        }\n      },\n      \"2025-10-09 03:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8431.3291015625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.40625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 96.6371078491211\n        },\n        \"Solar\": {\n          \"gen\": 0.351088851690292\n        },\n        \"Wind\": {\n          \"gen\": 9709.23046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27638.822883605957\n        }\n      },\n      \"2025-10-09 03:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8393.0869140625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.09399414062\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 96.6267547607422\n        },\n        \"Solar\": {\n          \"gen\": 0.365128964185715\n        },\n        \"Wind\": {\n          \"gen\": 9761.5830078125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27778.33164596558\n        }\n      },\n      \"2025-10-09 03:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8346.15625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.99267578125\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 92.902702331543\n        },\n        \"Solar\": {\n          \"gen\": 0.355883926153183\n        },\n        \"Wind\": {\n          \"gen\": 9740.064453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27722.348499298092\n        }\n      },\n      \"2025-10-09 03:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8350.3154296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.8427734375\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 97.2144622802734\n        },\n        \"Solar\": {\n          \"gen\": 0.338660389184952\n        },\n        \"Wind\": {\n          \"gen\": 9681.359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27726.412872314457\n        }\n      },\n      \"2025-10-09 04:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8441.1845703125\n        },\n        \"Hydro\": {\n          \"gen\": 27.8999996185303\n        },\n        \"Nuclear\": {\n          \"gen\": 3707.4794921875\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 192.737823486328\n        },\n        \"Solar\": {\n          \"gen\": 0.355547249317169\n        },\n        \"Wind\": {\n          \"gen\": 9523.2021484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27781.33578491211\n        }\n      },\n      \"2025-10-09 04:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8483.203125\n        },\n        \"Hydro\": {\n          \"gen\": 27.9500007629395\n        },\n        \"Nuclear\": {\n          \"gen\": 3708.04833984375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 91.0208206176758\n        },\n        \"Solar\": {\n          \"gen\": 0.31142982840538\n        },\n        \"Wind\": {\n          \"gen\": 9712.5400390625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27693.94515609742\n        }\n      },\n      \"2025-10-09 04:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8557.044921875\n        },\n        \"Hydro\": {\n          \"gen\": 28.1299991607666\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.66650390625\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 139.020172119141\n        },\n        \"Solar\": {\n          \"gen\": 0.317322075366974\n        },\n        \"Wind\": {\n          \"gen\": 9733.2529296875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27739.107833862312\n        }\n      },\n      \"2025-10-09 04:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8589.57421875\n        },\n        \"Hydro\": {\n          \"gen\": 28.0300006866455\n        },\n        \"Nuclear\": {\n          \"gen\": 3702.16796875\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 78.9231796264648\n        },\n        \"Solar\": {\n          \"gen\": 0.324959754943848\n        },\n        \"Wind\": {\n          \"gen\": 9795.26171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27711.784854888912\n        }\n      },\n      \"2025-10-09 04:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8586.74609375\n        },\n        \"Hydro\": {\n          \"gen\": 28.1399993896484\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.8701171875\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 44.1131401062012\n        },\n        \"Solar\": {\n          \"gen\": 0.341730743646622\n        },\n        \"Wind\": {\n          \"gen\": 9793.765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27675.403808593757\n        }\n      },\n      \"2025-10-09 04:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8535.876953125\n        },\n        \"Hydro\": {\n          \"gen\": 28.1499996185303\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.61865234375\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 157.226379394531\n        },\n        \"Solar\": {\n          \"gen\": 0.42014068365097\n        },\n        \"Wind\": {\n          \"gen\": 9616.13671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27633.32164001465\n        }\n      },\n      \"2025-10-09 04:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8536.4248046875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.2431640625\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 311.989715576172\n        },\n        \"Solar\": {\n          \"gen\": 0.375547617673874\n        },\n        \"Wind\": {\n          \"gen\": 9654.1416015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27312.484264373783\n        }\n      },\n      \"2025-10-09 04:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8576.29296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.26391601562\n        },\n        \"Other\": {\n          \"gen\": 51\n        },\n        \"Power Storage\": {\n          \"gen\": 202.976715087891\n        },\n        \"Solar\": {\n          \"gen\": 0.321077942848206\n        },\n        \"Wind\": {\n          \"gen\": 9691.3271484375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27340.63601303101\n        }\n      },\n      \"2025-10-09 04:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8597.7978515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.45190429687\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 43.0138473510742\n        },\n        \"Solar\": {\n          \"gen\": 0.315748810768127\n        },\n        \"Wind\": {\n          \"gen\": 9921.515625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27340.35866165161\n        }\n      },\n      \"2025-10-09 04:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8620.578125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.22387695313\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 68.1157760620117\n        },\n        \"Solar\": {\n          \"gen\": 0.317333370447159\n        },\n        \"Wind\": {\n          \"gen\": 9873.13671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27318.329189300537\n        }\n      },\n      \"2025-10-09 04:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8628.4404296875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.04125976563\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 40.9177055358887\n        },\n        \"Solar\": {\n          \"gen\": 0.318513214588165\n        },\n        \"Wind\": {\n          \"gen\": 9998.6005859375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27319.369178771973\n        }\n      },\n      \"2025-10-09 04:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8640.962890625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.5849609375\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 111.467636108398\n        },\n        \"Solar\": {\n          \"gen\": 0.3165043592453\n        },\n        \"Wind\": {\n          \"gen\": 9906.1513671875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27303.84802246094\n        }\n      },\n      \"2025-10-09 05:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8667.1259765625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.30395507813\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 372.330535888672\n        },\n        \"Solar\": {\n          \"gen\": 0.314710110425949\n        },\n        \"Wind\": {\n          \"gen\": 9934.9365234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27068.626514434814\n        }\n      },\n      \"2025-10-09 05:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8687.9775390625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.8505859375\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 262.094177246094\n        },\n        \"Solar\": {\n          \"gen\": 0.31441456079483\n        },\n        \"Wind\": {\n          \"gen\": 9644.5234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27424.04933166504\n        }\n      },\n      \"2025-10-09 05:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8744.0185546875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.05004882813\n        },\n        \"Other\": {\n          \"gen\": 50.2000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 139.610000610352\n        },\n        \"Solar\": {\n          \"gen\": 0.370503336191177\n        },\n        \"Wind\": {\n          \"gen\": 9573.3701171875\n        },\n        \"Natural Gas\": {\n          \"gen\": 27548.392532348633\n        }\n      },\n      \"2025-10-09 05:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8807.5703125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.48095703125\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 159.402206420898\n        },\n        \"Solar\": {\n          \"gen\": 0.311317563056946\n        },\n        \"Wind\": {\n          \"gen\": 9506.8134765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27677.569778442383\n        }\n      },\n      \"2025-10-09 05:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8841.1953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.56323242188\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 120.989929199219\n        },\n        \"Solar\": {\n          \"gen\": 0.370973587036133\n        },\n        \"Wind\": {\n          \"gen\": 9530.4765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27684.566215515137\n        }\n      },\n      \"2025-10-09 05:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8863.9814453125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.78173828125\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 113.9990234375\n        },\n        \"Solar\": {\n          \"gen\": 0.547526001930237\n        },\n        \"Wind\": {\n          \"gen\": 9419.537109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27735.636779785156\n        }\n      },\n      \"2025-10-09 05:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8896.376953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.30908203125\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 193.389984130859\n        },\n        \"Solar\": {\n          \"gen\": 0.314758151769638\n        },\n        \"Wind\": {\n          \"gen\": 9452.3193359375\n        },\n        \"Natural Gas\": {\n          \"gen\": 27735.177124023438\n        }\n      },\n      \"2025-10-09 05:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8937.9609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.60131835937\n        },\n        \"Other\": {\n          \"gen\": 50.5\n        },\n        \"Power Storage\": {\n          \"gen\": 126.201789855957\n        },\n        \"Solar\": {\n          \"gen\": 0.337431222200394\n        },\n        \"Wind\": {\n          \"gen\": 9383.6064453125\n        },\n        \"Natural Gas\": {\n          \"gen\": 27834.820617675778\n        }\n      },\n      \"2025-10-09 05:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8940.53515625\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.38354492188\n        },\n        \"Other\": {\n          \"gen\": 50.4000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 124.004989624023\n        },\n        \"Solar\": {\n          \"gen\": 0.412847846746445\n        },\n        \"Wind\": {\n          \"gen\": 9380.2744140625\n        },\n        \"Natural Gas\": {\n          \"gen\": 27983.300903320312\n        }\n      },\n      \"2025-10-09 05:49:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 8955.1005859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.95361328125\n        },\n        \"Other\": {\n          \"gen\": 50.2999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 118.804809570312\n        },\n        \"Solar\": {\n          \"gen\": 0.332700580358505\n        },\n        \"Wind\": {\n          \"gen\": 9380.7041015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28143.429809570312\n        }\n      },\n      \"2025-10-09 05:54:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9038.2177734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3705.87719726563\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 119.684616088867\n        },\n        \"Solar\": {\n          \"gen\": 0.312853574752808\n        },\n        \"Wind\": {\n          \"gen\": 9413.4912109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28058.89632415771\n        }\n      },\n      \"2025-10-09 05:59:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9115.8798828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.236328125\n        },\n        \"Other\": {\n          \"gen\": 50.5999984741211\n        },\n        \"Power Storage\": {\n          \"gen\": 188.818328857422\n        },\n        \"Solar\": {\n          \"gen\": 0.351490199565887\n        },\n        \"Wind\": {\n          \"gen\": 9398.2294921875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28165.454078674316\n        }\n      },\n      \"2025-10-09 06:04:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9178.7216796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.21484375\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 593.288208007812\n        },\n        \"Solar\": {\n          \"gen\": 0.371041774749756\n        },\n        \"Wind\": {\n          \"gen\": 9364.5498046875\n        },\n        \"Natural Gas\": {\n          \"gen\": 28168.793170928955\n        }\n      },\n      \"2025-10-09 06:09:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9184.68359375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.76977539062\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 794.833984375\n        },\n        \"Solar\": {\n          \"gen\": 0.380374401807785\n        },\n        \"Wind\": {\n          \"gen\": 9268.6328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 28472.02822113038\n        }\n      },\n      \"2025-10-09 06:14:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9244.0673828125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.71166992188\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 819.510070800781\n        },\n        \"Solar\": {\n          \"gen\": 0.331289529800415\n        },\n        \"Wind\": {\n          \"gen\": 9176.587890625\n        },\n        \"Natural Gas\": {\n          \"gen\": 28756.951427459717\n        }\n      },\n      \"2025-10-09 06:19:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9310.953125\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.46826171875\n        },\n        \"Other\": {\n          \"gen\": 50\n        },\n        \"Power Storage\": {\n          \"gen\": 800.25439453125\n        },\n        \"Solar\": {\n          \"gen\": 0.324959635734558\n        },\n        \"Wind\": {\n          \"gen\": 9123.1240234375\n        },\n        \"Natural Gas\": {\n          \"gen\": 28970.719963073723\n        }\n      },\n      \"2025-10-09 06:24:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9357.1044921875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.88452148438\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 777.789672851562\n        },\n        \"Solar\": {\n          \"gen\": 0.351660847663879\n        },\n        \"Wind\": {\n          \"gen\": 9116.1611328125\n        },\n        \"Natural Gas\": {\n          \"gen\": 29142.937538146973\n        }\n      },\n      \"2025-10-09 06:29:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9396.255859375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3706.63500976562\n        },\n        \"Other\": {\n          \"gen\": 49.7000007629395\n        },\n        \"Power Storage\": {\n          \"gen\": 662.533447265625\n        },\n        \"Solar\": {\n          \"gen\": 0.366999179124832\n        },\n        \"Wind\": {\n          \"gen\": 9116.3974609375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29318.407196044922\n        }\n      },\n      \"2025-10-09 06:34:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9405.0966796875\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.82836914062\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 606.604736328125\n        },\n        \"Solar\": {\n          \"gen\": 0.473161041736603\n        },\n        \"Wind\": {\n          \"gen\": 9112.8916015625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29427.78434753418\n        }\n      },\n      \"2025-10-09 06:39:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9405.27734375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3703.66015625\n        },\n        \"Other\": {\n          \"gen\": 49.7999992370605\n        },\n        \"Power Storage\": {\n          \"gen\": 688.813720703125\n        },\n        \"Solar\": {\n          \"gen\": 0.343207746744156\n        },\n        \"Wind\": {\n          \"gen\": 9035.59765625\n        },\n        \"Natural Gas\": {\n          \"gen\": 29589.931343078613\n        }\n      },\n      \"2025-10-09 06:44:56-0500\": {\n        \"Coal and Lignite\": {\n          \"gen\": 9440.4609375\n        },\n        \"Hydro\": {\n          \"gen\": 0\n        },\n        \"Nuclear\": {\n          \"gen\": 3704.10668945312\n        },\n        \"Other\": {\n          \"gen\": 49.9000015258789\n        },\n        \"Power Storage\": {\n          \"gen\": 649.930297851563\n        },\n        \"Solar\": {\n          \"gen\": 0.337661594152451\n        },\n        \"Wind\": {\n          \"gen\": 9171.37109375\n        },\n        \"Natural Gas\": {\n          \"gen\": 29640.25898361206\n        }\n      }\n    }\n  }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERCOT_storage.json",
    "content": "{\n  \"lastUpdated\": \"2025-10-09 06:41:00-0500\",\n  \"previousDay\": {\n    \"dayDate\": \"2025-10-08 03:00:00-0500\",\n    \"data\": [\n      {\n        \"tagCLastTime\": \"2025-10-08 00:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -439.009,\n        \"totalDischarging\": 58.723,\n        \"netOutput\": -380.286,\n        \"timestamp\": \"2025-10-08 00:00:00-0500\",\n        \"epoch\": 1759899600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -480.247,\n        \"totalDischarging\": 303.192,\n        \"netOutput\": -177.056,\n        \"timestamp\": \"2025-10-08 00:05:00-0500\",\n        \"epoch\": 1759899900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -487.695,\n        \"totalDischarging\": 211.947,\n        \"netOutput\": -275.748,\n        \"timestamp\": \"2025-10-08 00:10:00-0500\",\n        \"epoch\": 1759900200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -433.952,\n        \"totalDischarging\": 42.158,\n        \"netOutput\": -391.794,\n        \"timestamp\": \"2025-10-08 00:15:00-0500\",\n        \"epoch\": 1759900500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -335.022,\n        \"totalDischarging\": 117.911,\n        \"netOutput\": -217.111,\n        \"timestamp\": \"2025-10-08 00:20:00-0500\",\n        \"epoch\": 1759900800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -297.234,\n        \"totalDischarging\": 210.87,\n        \"netOutput\": -86.364,\n        \"timestamp\": \"2025-10-08 00:25:00-0500\",\n        \"epoch\": 1759901100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -321.565,\n        \"totalDischarging\": 157.21,\n        \"netOutput\": -164.355,\n        \"timestamp\": \"2025-10-08 00:30:00-0500\",\n        \"epoch\": 1759901400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -431.355,\n        \"totalDischarging\": 79.86,\n        \"netOutput\": -351.495,\n        \"timestamp\": \"2025-10-08 00:35:00-0500\",\n        \"epoch\": 1759901700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -508.752,\n        \"totalDischarging\": 112.069,\n        \"netOutput\": -396.683,\n        \"timestamp\": \"2025-10-08 00:40:00-0500\",\n        \"epoch\": 1759902000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -564.105,\n        \"totalDischarging\": 275.26,\n        \"netOutput\": -288.845,\n        \"timestamp\": \"2025-10-08 00:45:00-0500\",\n        \"epoch\": 1759902300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -606.878,\n        \"totalDischarging\": 231.923,\n        \"netOutput\": -374.955,\n        \"timestamp\": \"2025-10-08 00:50:00-0500\",\n        \"epoch\": 1759902600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 00:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -549.938,\n        \"totalDischarging\": 191.366,\n        \"netOutput\": -358.572,\n        \"timestamp\": \"2025-10-08 00:55:00-0500\",\n        \"epoch\": 1759902900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -511.373,\n        \"totalDischarging\": 206.577,\n        \"netOutput\": -304.795,\n        \"timestamp\": \"2025-10-08 01:00:00-0500\",\n        \"epoch\": 1759903200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -473.062,\n        \"totalDischarging\": 149.248,\n        \"netOutput\": -323.814,\n        \"timestamp\": \"2025-10-08 01:05:00-0500\",\n        \"epoch\": 1759903500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -339.057,\n        \"totalDischarging\": 131.696,\n        \"netOutput\": -207.361,\n        \"timestamp\": \"2025-10-08 01:10:00-0500\",\n        \"epoch\": 1759903800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -351.074,\n        \"totalDischarging\": 253.237,\n        \"netOutput\": -97.837,\n        \"timestamp\": \"2025-10-08 01:15:00-0500\",\n        \"epoch\": 1759904100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -347.72,\n        \"totalDischarging\": 169.201,\n        \"netOutput\": -178.519,\n        \"timestamp\": \"2025-10-08 01:20:00-0500\",\n        \"epoch\": 1759904400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -280.898,\n        \"totalDischarging\": 126.654,\n        \"netOutput\": -154.244,\n        \"timestamp\": \"2025-10-08 01:25:00-0500\",\n        \"epoch\": 1759904700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -352.526,\n        \"totalDischarging\": 251.804,\n        \"netOutput\": -100.722,\n        \"timestamp\": \"2025-10-08 01:30:00-0500\",\n        \"epoch\": 1759905000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -435.157,\n        \"totalDischarging\": 196.782,\n        \"netOutput\": -238.375,\n        \"timestamp\": \"2025-10-08 01:35:00-0500\",\n        \"epoch\": 1759905300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -568.835,\n        \"totalDischarging\": 95.068,\n        \"netOutput\": -473.767,\n        \"timestamp\": \"2025-10-08 01:40:00-0500\",\n        \"epoch\": 1759905600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -649.678,\n        \"totalDischarging\": 69.021,\n        \"netOutput\": -580.656,\n        \"timestamp\": \"2025-10-08 01:45:00-0500\",\n        \"epoch\": 1759905900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -585.841,\n        \"totalDischarging\": 103.751,\n        \"netOutput\": -482.09,\n        \"timestamp\": \"2025-10-08 01:50:00-0500\",\n        \"epoch\": 1759906200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 01:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -696.273,\n        \"totalDischarging\": 62.493,\n        \"netOutput\": -633.78,\n        \"timestamp\": \"2025-10-08 01:55:00-0500\",\n        \"epoch\": 1759906500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -747.1,\n        \"totalDischarging\": 164.591,\n        \"netOutput\": -582.508,\n        \"timestamp\": \"2025-10-08 02:00:00-0500\",\n        \"epoch\": 1759906800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -759.403,\n        \"totalDischarging\": 307.081,\n        \"netOutput\": -452.322,\n        \"timestamp\": \"2025-10-08 02:05:00-0500\",\n        \"epoch\": 1759907100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -643.738,\n        \"totalDischarging\": 211.32,\n        \"netOutput\": -432.419,\n        \"timestamp\": \"2025-10-08 02:10:00-0500\",\n        \"epoch\": 1759907400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -649.315,\n        \"totalDischarging\": 72.309,\n        \"netOutput\": -577.006,\n        \"timestamp\": \"2025-10-08 02:15:00-0500\",\n        \"epoch\": 1759907700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -667.601,\n        \"totalDischarging\": 58.154,\n        \"netOutput\": -609.447,\n        \"timestamp\": \"2025-10-08 02:20:00-0500\",\n        \"epoch\": 1759908000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -594.954,\n        \"totalDischarging\": 43.418,\n        \"netOutput\": -551.536,\n        \"timestamp\": \"2025-10-08 02:25:00-0500\",\n        \"epoch\": 1759908300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -525.078,\n        \"totalDischarging\": 41.746,\n        \"netOutput\": -483.332,\n        \"timestamp\": \"2025-10-08 02:30:00-0500\",\n        \"epoch\": 1759908600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -639.703,\n        \"totalDischarging\": 30.568,\n        \"netOutput\": -609.136,\n        \"timestamp\": \"2025-10-08 02:35:00-0500\",\n        \"epoch\": 1759908900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -727.779,\n        \"totalDischarging\": 78.48,\n        \"netOutput\": -649.299,\n        \"timestamp\": \"2025-10-08 02:40:00-0500\",\n        \"epoch\": 1759909200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -783.553,\n        \"totalDischarging\": 138.824,\n        \"netOutput\": -644.73,\n        \"timestamp\": \"2025-10-08 02:45:00-0500\",\n        \"epoch\": 1759909500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -846.073,\n        \"totalDischarging\": 142.682,\n        \"netOutput\": -703.391,\n        \"timestamp\": \"2025-10-08 02:50:00-0500\",\n        \"epoch\": 1759909800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 02:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -834.792,\n        \"totalDischarging\": 102.555,\n        \"netOutput\": -732.237,\n        \"timestamp\": \"2025-10-08 02:55:00-0500\",\n        \"epoch\": 1759910100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -803.418,\n        \"totalDischarging\": 81.383,\n        \"netOutput\": -722.035,\n        \"timestamp\": \"2025-10-08 03:00:00-0500\",\n        \"epoch\": 1759910400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -853.114,\n        \"totalDischarging\": 137.667,\n        \"netOutput\": -715.447,\n        \"timestamp\": \"2025-10-08 03:05:00-0500\",\n        \"epoch\": 1759910700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -890.204,\n        \"totalDischarging\": 81.516,\n        \"netOutput\": -808.688,\n        \"timestamp\": \"2025-10-08 03:10:00-0500\",\n        \"epoch\": 1759911000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -873.573,\n        \"totalDischarging\": 133.002,\n        \"netOutput\": -740.571,\n        \"timestamp\": \"2025-10-08 03:15:00-0500\",\n        \"epoch\": 1759911300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -905.63,\n        \"totalDischarging\": 118.99,\n        \"netOutput\": -786.64,\n        \"timestamp\": \"2025-10-08 03:20:00-0500\",\n        \"epoch\": 1759911600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1093.446,\n        \"totalDischarging\": 66.346,\n        \"netOutput\": -1027.099,\n        \"timestamp\": \"2025-10-08 03:25:00-0500\",\n        \"epoch\": 1759911900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1187.158,\n        \"totalDischarging\": 70.231,\n        \"netOutput\": -1116.927,\n        \"timestamp\": \"2025-10-08 03:30:00-0500\",\n        \"epoch\": 1759912200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1299.295,\n        \"totalDischarging\": 42.071,\n        \"netOutput\": -1257.224,\n        \"timestamp\": \"2025-10-08 03:35:00-0500\",\n        \"epoch\": 1759912500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1377.442,\n        \"totalDischarging\": 20.717,\n        \"netOutput\": -1356.725,\n        \"timestamp\": \"2025-10-08 03:40:00-0500\",\n        \"epoch\": 1759912800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1304.753,\n        \"totalDischarging\": 177.743,\n        \"netOutput\": -1127.01,\n        \"timestamp\": \"2025-10-08 03:45:00-0500\",\n        \"epoch\": 1759913100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1343.204,\n        \"totalDischarging\": 99.896,\n        \"netOutput\": -1243.308,\n        \"timestamp\": \"2025-10-08 03:50:00-0500\",\n        \"epoch\": 1759913400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 03:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1515.708,\n        \"totalDischarging\": 110.38,\n        \"netOutput\": -1405.329,\n        \"timestamp\": \"2025-10-08 03:55:00-0500\",\n        \"epoch\": 1759913700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1438.096,\n        \"totalDischarging\": 197.913,\n        \"netOutput\": -1240.183,\n        \"timestamp\": \"2025-10-08 04:00:00-0500\",\n        \"epoch\": 1759914000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1262.853,\n        \"totalDischarging\": 282.14,\n        \"netOutput\": -980.713,\n        \"timestamp\": \"2025-10-08 04:05:00-0500\",\n        \"epoch\": 1759914300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -996.832,\n        \"totalDischarging\": 335.245,\n        \"netOutput\": -661.587,\n        \"timestamp\": \"2025-10-08 04:10:00-0500\",\n        \"epoch\": 1759914600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -844.206,\n        \"totalDischarging\": 193.13,\n        \"netOutput\": -651.075,\n        \"timestamp\": \"2025-10-08 04:15:00-0500\",\n        \"epoch\": 1759914900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -651.576,\n        \"totalDischarging\": 126.072,\n        \"netOutput\": -525.504,\n        \"timestamp\": \"2025-10-08 04:20:00-0500\",\n        \"epoch\": 1759915200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -557.429,\n        \"totalDischarging\": 141.648,\n        \"netOutput\": -415.781,\n        \"timestamp\": \"2025-10-08 04:25:00-0500\",\n        \"epoch\": 1759915500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -497.448,\n        \"totalDischarging\": 137.277,\n        \"netOutput\": -360.17,\n        \"timestamp\": \"2025-10-08 04:30:00-0500\",\n        \"epoch\": 1759915800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -436.38,\n        \"totalDischarging\": 117.48,\n        \"netOutput\": -318.9,\n        \"timestamp\": \"2025-10-08 04:35:00-0500\",\n        \"epoch\": 1759916100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -385.187,\n        \"totalDischarging\": 96.196,\n        \"netOutput\": -288.991,\n        \"timestamp\": \"2025-10-08 04:40:00-0500\",\n        \"epoch\": 1759916400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -406.364,\n        \"totalDischarging\": 81.1,\n        \"netOutput\": -325.264,\n        \"timestamp\": \"2025-10-08 04:45:00-0500\",\n        \"epoch\": 1759916700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -497.992,\n        \"totalDischarging\": 76.662,\n        \"netOutput\": -421.331,\n        \"timestamp\": \"2025-10-08 04:50:00-0500\",\n        \"epoch\": 1759917000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 04:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -430.512,\n        \"totalDischarging\": 160.465,\n        \"netOutput\": -270.047,\n        \"timestamp\": \"2025-10-08 04:55:00-0500\",\n        \"epoch\": 1759917300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -498.757,\n        \"totalDischarging\": 251.376,\n        \"netOutput\": -247.382,\n        \"timestamp\": \"2025-10-08 05:00:00-0500\",\n        \"epoch\": 1759917600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -514.643,\n        \"totalDischarging\": 319.753,\n        \"netOutput\": -194.89,\n        \"timestamp\": \"2025-10-08 05:05:00-0500\",\n        \"epoch\": 1759917900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -389.708,\n        \"totalDischarging\": 366.441,\n        \"netOutput\": -23.267,\n        \"timestamp\": \"2025-10-08 05:10:00-0500\",\n        \"epoch\": 1759918200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -341.06,\n        \"totalDischarging\": 198.857,\n        \"netOutput\": -142.202,\n        \"timestamp\": \"2025-10-08 05:15:00-0500\",\n        \"epoch\": 1759918500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -353.316,\n        \"totalDischarging\": 174.532,\n        \"netOutput\": -178.784,\n        \"timestamp\": \"2025-10-08 05:20:00-0500\",\n        \"epoch\": 1759918800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -576.446,\n        \"totalDischarging\": 147.381,\n        \"netOutput\": -429.065,\n        \"timestamp\": \"2025-10-08 05:25:00-0500\",\n        \"epoch\": 1759919100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -794.126,\n        \"totalDischarging\": 145.289,\n        \"netOutput\": -648.837,\n        \"timestamp\": \"2025-10-08 05:30:00-0500\",\n        \"epoch\": 1759919400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -744.289,\n        \"totalDischarging\": 163.907,\n        \"netOutput\": -580.382,\n        \"timestamp\": \"2025-10-08 05:35:00-0500\",\n        \"epoch\": 1759919700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -730.36,\n        \"totalDischarging\": 205.593,\n        \"netOutput\": -524.767,\n        \"timestamp\": \"2025-10-08 05:40:00-0500\",\n        \"epoch\": 1759920000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -762.977,\n        \"totalDischarging\": 244.589,\n        \"netOutput\": -518.388,\n        \"timestamp\": \"2025-10-08 05:45:00-0500\",\n        \"epoch\": 1759920300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -747.081,\n        \"totalDischarging\": 253.632,\n        \"netOutput\": -493.449,\n        \"timestamp\": \"2025-10-08 05:50:00-0500\",\n        \"epoch\": 1759920600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 05:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -795.384,\n        \"totalDischarging\": 240.727,\n        \"netOutput\": -554.658,\n        \"timestamp\": \"2025-10-08 05:55:00-0500\",\n        \"epoch\": 1759920900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -760.875,\n        \"totalDischarging\": 333.732,\n        \"netOutput\": -427.143,\n        \"timestamp\": \"2025-10-08 06:00:00-0500\",\n        \"epoch\": 1759921200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -479.443,\n        \"totalDischarging\": 483.413,\n        \"netOutput\": 3.97,\n        \"timestamp\": \"2025-10-08 06:05:00-0500\",\n        \"epoch\": 1759921500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -282.513,\n        \"totalDischarging\": 566.094,\n        \"netOutput\": 283.581,\n        \"timestamp\": \"2025-10-08 06:10:00-0500\",\n        \"epoch\": 1759921800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -284.395,\n        \"totalDischarging\": 515.647,\n        \"netOutput\": 231.252,\n        \"timestamp\": \"2025-10-08 06:15:00-0500\",\n        \"epoch\": 1759922100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -205.023,\n        \"totalDischarging\": 520.744,\n        \"netOutput\": 315.721,\n        \"timestamp\": \"2025-10-08 06:20:00-0500\",\n        \"epoch\": 1759922400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -172.129,\n        \"totalDischarging\": 560.29,\n        \"netOutput\": 388.161,\n        \"timestamp\": \"2025-10-08 06:25:00-0500\",\n        \"epoch\": 1759922700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -240.04,\n        \"totalDischarging\": 605.952,\n        \"netOutput\": 365.912,\n        \"timestamp\": \"2025-10-08 06:30:00-0500\",\n        \"epoch\": 1759923000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -143.472,\n        \"totalDischarging\": 829.893,\n        \"netOutput\": 686.421,\n        \"timestamp\": \"2025-10-08 06:35:00-0500\",\n        \"epoch\": 1759923300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -131.803,\n        \"totalDischarging\": 1043.83,\n        \"netOutput\": 912.027,\n        \"timestamp\": \"2025-10-08 06:40:00-0500\",\n        \"epoch\": 1759923600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -216.862,\n        \"totalDischarging\": 1022.911,\n        \"netOutput\": 806.049,\n        \"timestamp\": \"2025-10-08 06:45:00-0500\",\n        \"epoch\": 1759923900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -192.065,\n        \"totalDischarging\": 1011.592,\n        \"netOutput\": 819.527,\n        \"timestamp\": \"2025-10-08 06:50:00-0500\",\n        \"epoch\": 1759924200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 06:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -110.934,\n        \"totalDischarging\": 1156.555,\n        \"netOutput\": 1045.622,\n        \"timestamp\": \"2025-10-08 06:55:00-0500\",\n        \"epoch\": 1759924500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -154.745,\n        \"totalDischarging\": 1239.491,\n        \"netOutput\": 1084.746,\n        \"timestamp\": \"2025-10-08 07:00:00-0500\",\n        \"epoch\": 1759924800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -208.434,\n        \"totalDischarging\": 1467.251,\n        \"netOutput\": 1258.816,\n        \"timestamp\": \"2025-10-08 07:05:00-0500\",\n        \"epoch\": 1759925100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -258.138,\n        \"totalDischarging\": 1638.358,\n        \"netOutput\": 1380.22,\n        \"timestamp\": \"2025-10-08 07:10:00-0500\",\n        \"epoch\": 1759925400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -315.255,\n        \"totalDischarging\": 1560.796,\n        \"netOutput\": 1245.541,\n        \"timestamp\": \"2025-10-08 07:15:00-0500\",\n        \"epoch\": 1759925700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -326.156,\n        \"totalDischarging\": 1379.67,\n        \"netOutput\": 1053.515,\n        \"timestamp\": \"2025-10-08 07:20:00-0500\",\n        \"epoch\": 1759926000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -202.494,\n        \"totalDischarging\": 1347.206,\n        \"netOutput\": 1144.712,\n        \"timestamp\": \"2025-10-08 07:25:00-0500\",\n        \"epoch\": 1759926300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -185.415,\n        \"totalDischarging\": 1278.849,\n        \"netOutput\": 1093.434,\n        \"timestamp\": \"2025-10-08 07:30:00-0500\",\n        \"epoch\": 1759926600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -266.258,\n        \"totalDischarging\": 1112.471,\n        \"netOutput\": 846.213,\n        \"timestamp\": \"2025-10-08 07:35:00-0500\",\n        \"epoch\": 1759926900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -252.826,\n        \"totalDischarging\": 931.863,\n        \"netOutput\": 679.037,\n        \"timestamp\": \"2025-10-08 07:40:00-0500\",\n        \"epoch\": 1759927200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -276.177,\n        \"totalDischarging\": 858.935,\n        \"netOutput\": 582.758,\n        \"timestamp\": \"2025-10-08 07:45:00-0500\",\n        \"epoch\": 1759927500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -364.723,\n        \"totalDischarging\": 732.537,\n        \"netOutput\": 367.815,\n        \"timestamp\": \"2025-10-08 07:50:00-0500\",\n        \"epoch\": 1759927800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 07:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -377.993,\n        \"totalDischarging\": 458.346,\n        \"netOutput\": 80.352,\n        \"timestamp\": \"2025-10-08 07:55:00-0500\",\n        \"epoch\": 1759928100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -289.615,\n        \"totalDischarging\": 222.039,\n        \"netOutput\": -67.575,\n        \"timestamp\": \"2025-10-08 08:00:00-0500\",\n        \"epoch\": 1759928400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -412.198,\n        \"totalDischarging\": 168.388,\n        \"netOutput\": -243.81,\n        \"timestamp\": \"2025-10-08 08:05:00-0500\",\n        \"epoch\": 1759928700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -732.128,\n        \"totalDischarging\": 160.396,\n        \"netOutput\": -571.732,\n        \"timestamp\": \"2025-10-08 08:10:00-0500\",\n        \"epoch\": 1759929000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -984.028,\n        \"totalDischarging\": 151.435,\n        \"netOutput\": -832.593,\n        \"timestamp\": \"2025-10-08 08:15:00-0500\",\n        \"epoch\": 1759929300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1070.302,\n        \"totalDischarging\": 147.121,\n        \"netOutput\": -923.18,\n        \"timestamp\": \"2025-10-08 08:20:00-0500\",\n        \"epoch\": 1759929600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1046.979,\n        \"totalDischarging\": 114.109,\n        \"netOutput\": -932.87,\n        \"timestamp\": \"2025-10-08 08:25:00-0500\",\n        \"epoch\": 1759929900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1110.22,\n        \"totalDischarging\": 44.353,\n        \"netOutput\": -1065.866,\n        \"timestamp\": \"2025-10-08 08:30:00-0500\",\n        \"epoch\": 1759930200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1016.206,\n        \"totalDischarging\": 49.237,\n        \"netOutput\": -966.969,\n        \"timestamp\": \"2025-10-08 08:35:00-0500\",\n        \"epoch\": 1759930500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -972.42,\n        \"totalDischarging\": 50.955,\n        \"netOutput\": -921.465,\n        \"timestamp\": \"2025-10-08 08:40:00-0500\",\n        \"epoch\": 1759930800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -941.227,\n        \"totalDischarging\": 61.066,\n        \"netOutput\": -880.162,\n        \"timestamp\": \"2025-10-08 08:45:00-0500\",\n        \"epoch\": 1759931100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1887.005,\n        \"totalDischarging\": 333.032,\n        \"netOutput\": -1553.973,\n        \"timestamp\": \"2025-10-08 08:50:00-0500\",\n        \"epoch\": 1759931400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 08:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -3689.397,\n        \"totalDischarging\": 454.463,\n        \"netOutput\": -3234.934,\n        \"timestamp\": \"2025-10-08 08:55:00-0500\",\n        \"epoch\": 1759931700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -3845.867,\n        \"totalDischarging\": 158.01,\n        \"netOutput\": -3687.857,\n        \"timestamp\": \"2025-10-08 09:00:00-0500\",\n        \"epoch\": 1759932000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4176.744,\n        \"totalDischarging\": 116.628,\n        \"netOutput\": -4060.116,\n        \"timestamp\": \"2025-10-08 09:05:00-0500\",\n        \"epoch\": 1759932300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4599.9,\n        \"totalDischarging\": 88.195,\n        \"netOutput\": -4511.705,\n        \"timestamp\": \"2025-10-08 09:10:00-0500\",\n        \"epoch\": 1759932600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4586.09,\n        \"totalDischarging\": 152.669,\n        \"netOutput\": -4433.421,\n        \"timestamp\": \"2025-10-08 09:15:00-0500\",\n        \"epoch\": 1759932900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4903.262,\n        \"totalDischarging\": 165.025,\n        \"netOutput\": -4738.237,\n        \"timestamp\": \"2025-10-08 09:20:00-0500\",\n        \"epoch\": 1759933200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5366.399,\n        \"totalDischarging\": 19.352,\n        \"netOutput\": -5347.047,\n        \"timestamp\": \"2025-10-08 09:25:00-0500\",\n        \"epoch\": 1759933500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5617.568,\n        \"totalDischarging\": 21.45,\n        \"netOutput\": -5596.117,\n        \"timestamp\": \"2025-10-08 09:30:00-0500\",\n        \"epoch\": 1759933800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5504.698,\n        \"totalDischarging\": 26.087,\n        \"netOutput\": -5478.611,\n        \"timestamp\": \"2025-10-08 09:35:00-0500\",\n        \"epoch\": 1759934100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5260.02,\n        \"totalDischarging\": 90.077,\n        \"netOutput\": -5169.943,\n        \"timestamp\": \"2025-10-08 09:40:00-0500\",\n        \"epoch\": 1759934400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5009.266,\n        \"totalDischarging\": 267.656,\n        \"netOutput\": -4741.61,\n        \"timestamp\": \"2025-10-08 09:45:00-0500\",\n        \"epoch\": 1759934700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4937.918,\n        \"totalDischarging\": 291.943,\n        \"netOutput\": -4645.974,\n        \"timestamp\": \"2025-10-08 09:50:00-0500\",\n        \"epoch\": 1759935000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 09:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4957.148,\n        \"totalDischarging\": 115.708,\n        \"netOutput\": -4841.44,\n        \"timestamp\": \"2025-10-08 09:55:00-0500\",\n        \"epoch\": 1759935300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5027.931,\n        \"totalDischarging\": 51.874,\n        \"netOutput\": -4976.057,\n        \"timestamp\": \"2025-10-08 10:00:00-0500\",\n        \"epoch\": 1759935600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4970.421,\n        \"totalDischarging\": 134.466,\n        \"netOutput\": -4835.955,\n        \"timestamp\": \"2025-10-08 10:05:00-0500\",\n        \"epoch\": 1759935900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4974.131,\n        \"totalDischarging\": 35.918,\n        \"netOutput\": -4938.213,\n        \"timestamp\": \"2025-10-08 10:10:00-0500\",\n        \"epoch\": 1759936200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5061.162,\n        \"totalDischarging\": 3.375,\n        \"netOutput\": -5057.787,\n        \"timestamp\": \"2025-10-08 10:15:00-0500\",\n        \"epoch\": 1759936500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -5093.405,\n        \"totalDischarging\": 4.938,\n        \"netOutput\": -5088.467,\n        \"timestamp\": \"2025-10-08 10:20:00-0500\",\n        \"epoch\": 1759936800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4935.205,\n        \"totalDischarging\": 26.94,\n        \"netOutput\": -4908.265,\n        \"timestamp\": \"2025-10-08 10:25:00-0500\",\n        \"epoch\": 1759937100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4770.727,\n        \"totalDischarging\": 73.688,\n        \"netOutput\": -4697.039,\n        \"timestamp\": \"2025-10-08 10:30:00-0500\",\n        \"epoch\": 1759937400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4408.766,\n        \"totalDischarging\": 14.2,\n        \"netOutput\": -4394.566,\n        \"timestamp\": \"2025-10-08 10:35:00-0500\",\n        \"epoch\": 1759937700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4363.922,\n        \"totalDischarging\": 41.544,\n        \"netOutput\": -4322.378,\n        \"timestamp\": \"2025-10-08 10:40:00-0500\",\n        \"epoch\": 1759938000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4447.195,\n        \"totalDischarging\": 18.806,\n        \"netOutput\": -4428.389,\n        \"timestamp\": \"2025-10-08 10:45:00-0500\",\n        \"epoch\": 1759938300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4772.419,\n        \"totalDischarging\": 125.61,\n        \"netOutput\": -4646.81,\n        \"timestamp\": \"2025-10-08 10:50:00-0500\",\n        \"epoch\": 1759938600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 10:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4830.266,\n        \"totalDischarging\": 166.07,\n        \"netOutput\": -4664.196,\n        \"timestamp\": \"2025-10-08 10:55:00-0500\",\n        \"epoch\": 1759938900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4580.306,\n        \"totalDischarging\": 151.591,\n        \"netOutput\": -4428.715,\n        \"timestamp\": \"2025-10-08 11:00:00-0500\",\n        \"epoch\": 1759939200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4327.33,\n        \"totalDischarging\": 185.775,\n        \"netOutput\": -4141.555,\n        \"timestamp\": \"2025-10-08 11:05:00-0500\",\n        \"epoch\": 1759939500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4220.246,\n        \"totalDischarging\": 221.736,\n        \"netOutput\": -3998.51,\n        \"timestamp\": \"2025-10-08 11:10:00-0500\",\n        \"epoch\": 1759939800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -4192.44,\n        \"totalDischarging\": 179.811,\n        \"netOutput\": -4012.629,\n        \"timestamp\": \"2025-10-08 11:15:00-0500\",\n        \"epoch\": 1759940100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -3746.36,\n        \"totalDischarging\": 171.354,\n        \"netOutput\": -3575.007,\n        \"timestamp\": \"2025-10-08 11:20:00-0500\",\n        \"epoch\": 1759940400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -3367.97,\n        \"totalDischarging\": 424.043,\n        \"netOutput\": -2943.927,\n        \"timestamp\": \"2025-10-08 11:25:00-0500\",\n        \"epoch\": 1759940700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -3274.133,\n        \"totalDischarging\": 365.567,\n        \"netOutput\": -2908.566,\n        \"timestamp\": \"2025-10-08 11:30:00-0500\",\n        \"epoch\": 1759941000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2951.788,\n        \"totalDischarging\": 265.943,\n        \"netOutput\": -2685.845,\n        \"timestamp\": \"2025-10-08 11:35:00-0500\",\n        \"epoch\": 1759941300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2632.566,\n        \"totalDischarging\": 239.548,\n        \"netOutput\": -2393.018,\n        \"timestamp\": \"2025-10-08 11:40:00-0500\",\n        \"epoch\": 1759941600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2457.834,\n        \"totalDischarging\": 81.554,\n        \"netOutput\": -2376.28,\n        \"timestamp\": \"2025-10-08 11:45:00-0500\",\n        \"epoch\": 1759941900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2355.727,\n        \"totalDischarging\": 3.813,\n        \"netOutput\": -2351.914,\n        \"timestamp\": \"2025-10-08 11:50:00-0500\",\n        \"epoch\": 1759942200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 11:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2241.641,\n        \"totalDischarging\": 27.736,\n        \"netOutput\": -2213.905,\n        \"timestamp\": \"2025-10-08 11:55:00-0500\",\n        \"epoch\": 1759942500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -2019.534,\n        \"totalDischarging\": 214.632,\n        \"netOutput\": -1804.902,\n        \"timestamp\": \"2025-10-08 12:00:00-0500\",\n        \"epoch\": 1759942800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1884.994,\n        \"totalDischarging\": 223.025,\n        \"netOutput\": -1661.97,\n        \"timestamp\": \"2025-10-08 12:05:00-0500\",\n        \"epoch\": 1759943100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1390.095,\n        \"totalDischarging\": 204.212,\n        \"netOutput\": -1185.884,\n        \"timestamp\": \"2025-10-08 12:10:00-0500\",\n        \"epoch\": 1759943400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1117.81,\n        \"totalDischarging\": 258.695,\n        \"netOutput\": -859.114,\n        \"timestamp\": \"2025-10-08 12:15:00-0500\",\n        \"epoch\": 1759943700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -857.291,\n        \"totalDischarging\": 223.199,\n        \"netOutput\": -634.092,\n        \"timestamp\": \"2025-10-08 12:20:00-0500\",\n        \"epoch\": 1759944000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1061.904,\n        \"totalDischarging\": 44.84,\n        \"netOutput\": -1017.064,\n        \"timestamp\": \"2025-10-08 12:25:00-0500\",\n        \"epoch\": 1759944300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1077.65,\n        \"totalDischarging\": 74.41,\n        \"netOutput\": -1003.239,\n        \"timestamp\": \"2025-10-08 12:30:00-0500\",\n        \"epoch\": 1759944600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -886.924,\n        \"totalDischarging\": 96.582,\n        \"netOutput\": -790.342,\n        \"timestamp\": \"2025-10-08 12:35:00-0500\",\n        \"epoch\": 1759944900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -860.356,\n        \"totalDischarging\": 201.49,\n        \"netOutput\": -658.866,\n        \"timestamp\": \"2025-10-08 12:40:00-0500\",\n        \"epoch\": 1759945200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -621.178,\n        \"totalDischarging\": 547.155,\n        \"netOutput\": -74.023,\n        \"timestamp\": \"2025-10-08 12:45:00-0500\",\n        \"epoch\": 1759945500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -451.72,\n        \"totalDischarging\": 926.196,\n        \"netOutput\": 474.475,\n        \"timestamp\": \"2025-10-08 12:50:00-0500\",\n        \"epoch\": 1759945800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 12:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -419.447,\n        \"totalDischarging\": 396.392,\n        \"netOutput\": -23.055,\n        \"timestamp\": \"2025-10-08 12:55:00-0500\",\n        \"epoch\": 1759946100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -436.563,\n        \"totalDischarging\": 648.252,\n        \"netOutput\": 211.689,\n        \"timestamp\": \"2025-10-08 13:00:00-0500\",\n        \"epoch\": 1759946400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -465.736,\n        \"totalDischarging\": 422.738,\n        \"netOutput\": -42.998,\n        \"timestamp\": \"2025-10-08 13:05:00-0500\",\n        \"epoch\": 1759946700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -425.845,\n        \"totalDischarging\": 189.087,\n        \"netOutput\": -236.759,\n        \"timestamp\": \"2025-10-08 13:10:00-0500\",\n        \"epoch\": 1759947000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -457.462,\n        \"totalDischarging\": 161.049,\n        \"netOutput\": -296.413,\n        \"timestamp\": \"2025-10-08 13:15:00-0500\",\n        \"epoch\": 1759947300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -705.31,\n        \"totalDischarging\": 118.956,\n        \"netOutput\": -586.354,\n        \"timestamp\": \"2025-10-08 13:20:00-0500\",\n        \"epoch\": 1759947600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -689.324,\n        \"totalDischarging\": 163.842,\n        \"netOutput\": -525.482,\n        \"timestamp\": \"2025-10-08 13:25:00-0500\",\n        \"epoch\": 1759947900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -772.519,\n        \"totalDischarging\": 83.205,\n        \"netOutput\": -689.314,\n        \"timestamp\": \"2025-10-08 13:30:00-0500\",\n        \"epoch\": 1759948200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1149.386,\n        \"totalDischarging\": 45.939,\n        \"netOutput\": -1103.448,\n        \"timestamp\": \"2025-10-08 13:35:00-0500\",\n        \"epoch\": 1759948500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -703.519,\n        \"totalDischarging\": 245.584,\n        \"netOutput\": -457.935,\n        \"timestamp\": \"2025-10-08 13:40:00-0500\",\n        \"epoch\": 1759948800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -496.976,\n        \"totalDischarging\": 636.416,\n        \"netOutput\": 139.44,\n        \"timestamp\": \"2025-10-08 13:45:00-0500\",\n        \"epoch\": 1759949100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -510.341,\n        \"totalDischarging\": 326.033,\n        \"netOutput\": -184.308,\n        \"timestamp\": \"2025-10-08 13:50:00-0500\",\n        \"epoch\": 1759949400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 13:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -854.868,\n        \"totalDischarging\": 106.475,\n        \"netOutput\": -748.393,\n        \"timestamp\": \"2025-10-08 13:55:00-0500\",\n        \"epoch\": 1759949700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1070.51,\n        \"totalDischarging\": 59.317,\n        \"netOutput\": -1011.192,\n        \"timestamp\": \"2025-10-08 14:00:00-0500\",\n        \"epoch\": 1759950000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -996.284,\n        \"totalDischarging\": 19.747,\n        \"netOutput\": -976.538,\n        \"timestamp\": \"2025-10-08 14:05:00-0500\",\n        \"epoch\": 1759950300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -490.607,\n        \"totalDischarging\": 481.576,\n        \"netOutput\": -9.031,\n        \"timestamp\": \"2025-10-08 14:10:00-0500\",\n        \"epoch\": 1759950600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -257.05,\n        \"totalDischarging\": 989.172,\n        \"netOutput\": 732.123,\n        \"timestamp\": \"2025-10-08 14:15:00-0500\",\n        \"epoch\": 1759950900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -171.992,\n        \"totalDischarging\": 818.318,\n        \"netOutput\": 646.326,\n        \"timestamp\": \"2025-10-08 14:20:00-0500\",\n        \"epoch\": 1759951200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -292.421,\n        \"totalDischarging\": 686.481,\n        \"netOutput\": 394.06,\n        \"timestamp\": \"2025-10-08 14:25:00-0500\",\n        \"epoch\": 1759951500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -599.052,\n        \"totalDischarging\": 646.82,\n        \"netOutput\": 47.768,\n        \"timestamp\": \"2025-10-08 14:30:00-0500\",\n        \"epoch\": 1759951800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -620.849,\n        \"totalDischarging\": 431.551,\n        \"netOutput\": -189.298,\n        \"timestamp\": \"2025-10-08 14:35:00-0500\",\n        \"epoch\": 1759952100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -427.14,\n        \"totalDischarging\": 696.206,\n        \"netOutput\": 269.066,\n        \"timestamp\": \"2025-10-08 14:40:00-0500\",\n        \"epoch\": 1759952400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -377.386,\n        \"totalDischarging\": 740.622,\n        \"netOutput\": 363.235,\n        \"timestamp\": \"2025-10-08 14:45:00-0500\",\n        \"epoch\": 1759952700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -618.433,\n        \"totalDischarging\": 575.693,\n        \"netOutput\": -42.74,\n        \"timestamp\": \"2025-10-08 14:50:00-0500\",\n        \"epoch\": 1759953000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 14:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -791.258,\n        \"totalDischarging\": 465.71,\n        \"netOutput\": -325.548,\n        \"timestamp\": \"2025-10-08 14:55:00-0500\",\n        \"epoch\": 1759953300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -505.273,\n        \"totalDischarging\": 500.981,\n        \"netOutput\": -4.293,\n        \"timestamp\": \"2025-10-08 15:00:00-0500\",\n        \"epoch\": 1759953600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -447.12,\n        \"totalDischarging\": 368.357,\n        \"netOutput\": -78.763,\n        \"timestamp\": \"2025-10-08 15:05:00-0500\",\n        \"epoch\": 1759953900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -955.416,\n        \"totalDischarging\": 195.164,\n        \"netOutput\": -760.253,\n        \"timestamp\": \"2025-10-08 15:10:00-0500\",\n        \"epoch\": 1759954200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -968.593,\n        \"totalDischarging\": 251.968,\n        \"netOutput\": -716.625,\n        \"timestamp\": \"2025-10-08 15:15:00-0500\",\n        \"epoch\": 1759954500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -772.517,\n        \"totalDischarging\": 485.378,\n        \"netOutput\": -287.139,\n        \"timestamp\": \"2025-10-08 15:20:00-0500\",\n        \"epoch\": 1759954800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -848.871,\n        \"totalDischarging\": 110.122,\n        \"netOutput\": -738.75,\n        \"timestamp\": \"2025-10-08 15:25:00-0500\",\n        \"epoch\": 1759955100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1065.624,\n        \"totalDischarging\": 60.078,\n        \"netOutput\": -1005.546,\n        \"timestamp\": \"2025-10-08 15:30:00-0500\",\n        \"epoch\": 1759955400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -506.091,\n        \"totalDischarging\": 390.399,\n        \"netOutput\": -115.692,\n        \"timestamp\": \"2025-10-08 15:35:00-0500\",\n        \"epoch\": 1759955700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -369.989,\n        \"totalDischarging\": 783.577,\n        \"netOutput\": 413.587,\n        \"timestamp\": \"2025-10-08 15:40:00-0500\",\n        \"epoch\": 1759956000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -486.385,\n        \"totalDischarging\": 519.824,\n        \"netOutput\": 33.439,\n        \"timestamp\": \"2025-10-08 15:45:00-0500\",\n        \"epoch\": 1759956300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -660.821,\n        \"totalDischarging\": 329.708,\n        \"netOutput\": -331.112,\n        \"timestamp\": \"2025-10-08 15:50:00-0500\",\n        \"epoch\": 1759956600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 15:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -740.976,\n        \"totalDischarging\": 229.307,\n        \"netOutput\": -511.669,\n        \"timestamp\": \"2025-10-08 15:55:00-0500\",\n        \"epoch\": 1759956900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -548.762,\n        \"totalDischarging\": 219.988,\n        \"netOutput\": -328.774,\n        \"timestamp\": \"2025-10-08 16:00:00-0500\",\n        \"epoch\": 1759957200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -406.528,\n        \"totalDischarging\": 580.927,\n        \"netOutput\": 174.399,\n        \"timestamp\": \"2025-10-08 16:05:00-0500\",\n        \"epoch\": 1759957500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -285.301,\n        \"totalDischarging\": 740.618,\n        \"netOutput\": 455.317,\n        \"timestamp\": \"2025-10-08 16:10:00-0500\",\n        \"epoch\": 1759957800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -432.788,\n        \"totalDischarging\": 389.612,\n        \"netOutput\": -43.176,\n        \"timestamp\": \"2025-10-08 16:15:00-0500\",\n        \"epoch\": 1759958100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -851.331,\n        \"totalDischarging\": 228.277,\n        \"netOutput\": -623.054,\n        \"timestamp\": \"2025-10-08 16:20:00-0500\",\n        \"epoch\": 1759958400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -718.236,\n        \"totalDischarging\": 149.38,\n        \"netOutput\": -568.855,\n        \"timestamp\": \"2025-10-08 16:25:00-0500\",\n        \"epoch\": 1759958700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -426.76,\n        \"totalDischarging\": 372.319,\n        \"netOutput\": -54.442,\n        \"timestamp\": \"2025-10-08 16:30:00-0500\",\n        \"epoch\": 1759959000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -469.853,\n        \"totalDischarging\": 449.542,\n        \"netOutput\": -20.311,\n        \"timestamp\": \"2025-10-08 16:35:00-0500\",\n        \"epoch\": 1759959300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -353.958,\n        \"totalDischarging\": 763.815,\n        \"netOutput\": 409.856,\n        \"timestamp\": \"2025-10-08 16:40:00-0500\",\n        \"epoch\": 1759959600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -507.55,\n        \"totalDischarging\": 469.023,\n        \"netOutput\": -38.528,\n        \"timestamp\": \"2025-10-08 16:45:00-0500\",\n        \"epoch\": 1759959900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -392.044,\n        \"totalDischarging\": 448.151,\n        \"netOutput\": 56.107,\n        \"timestamp\": \"2025-10-08 16:50:00-0500\",\n        \"epoch\": 1759960200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 16:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -289.626,\n        \"totalDischarging\": 361.676,\n        \"netOutput\": 72.05,\n        \"timestamp\": \"2025-10-08 16:55:00-0500\",\n        \"epoch\": 1759960500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -344.583,\n        \"totalDischarging\": 353.103,\n        \"netOutput\": 8.52,\n        \"timestamp\": \"2025-10-08 17:00:00-0500\",\n        \"epoch\": 1759960800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -99.271,\n        \"totalDischarging\": 483.592,\n        \"netOutput\": 384.321,\n        \"timestamp\": \"2025-10-08 17:05:00-0500\",\n        \"epoch\": 1759961100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -296.957,\n        \"totalDischarging\": 343.116,\n        \"netOutput\": 46.159,\n        \"timestamp\": \"2025-10-08 17:10:00-0500\",\n        \"epoch\": 1759961400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -168.051,\n        \"totalDischarging\": 385.464,\n        \"netOutput\": 217.413,\n        \"timestamp\": \"2025-10-08 17:15:00-0500\",\n        \"epoch\": 1759961700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -178,\n        \"totalDischarging\": 341.308,\n        \"netOutput\": 163.309,\n        \"timestamp\": \"2025-10-08 17:20:00-0500\",\n        \"epoch\": 1759962000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -223.738,\n        \"totalDischarging\": 345.104,\n        \"netOutput\": 121.366,\n        \"timestamp\": \"2025-10-08 17:25:00-0500\",\n        \"epoch\": 1759962300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -36.589,\n        \"totalDischarging\": 1159.868,\n        \"netOutput\": 1123.279,\n        \"timestamp\": \"2025-10-08 17:30:00-0500\",\n        \"epoch\": 1759962600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -54.408,\n        \"totalDischarging\": 1557.51,\n        \"netOutput\": 1503.102,\n        \"timestamp\": \"2025-10-08 17:35:00-0500\",\n        \"epoch\": 1759962900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -25.719,\n        \"totalDischarging\": 1713.136,\n        \"netOutput\": 1687.417,\n        \"timestamp\": \"2025-10-08 17:40:00-0500\",\n        \"epoch\": 1759963200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -11.018,\n        \"totalDischarging\": 2432.446,\n        \"netOutput\": 2421.428,\n        \"timestamp\": \"2025-10-08 17:45:00-0500\",\n        \"epoch\": 1759963500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -32.623,\n        \"totalDischarging\": 2895.798,\n        \"netOutput\": 2863.175,\n        \"timestamp\": \"2025-10-08 17:50:00-0500\",\n        \"epoch\": 1759963800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 17:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -84.62,\n        \"totalDischarging\": 2842.496,\n        \"netOutput\": 2757.876,\n        \"timestamp\": \"2025-10-08 17:55:00-0500\",\n        \"epoch\": 1759964100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -174.861,\n        \"totalDischarging\": 3035.081,\n        \"netOutput\": 2860.22,\n        \"timestamp\": \"2025-10-08 18:00:00-0500\",\n        \"epoch\": 1759964400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -310.958,\n        \"totalDischarging\": 3082.916,\n        \"netOutput\": 2771.958,\n        \"timestamp\": \"2025-10-08 18:05:00-0500\",\n        \"epoch\": 1759964700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -176.602,\n        \"totalDischarging\": 3388.98,\n        \"netOutput\": 3212.378,\n        \"timestamp\": \"2025-10-08 18:10:00-0500\",\n        \"epoch\": 1759965000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -93.775,\n        \"totalDischarging\": 3893.53,\n        \"netOutput\": 3799.755,\n        \"timestamp\": \"2025-10-08 18:15:00-0500\",\n        \"epoch\": 1759965300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -62.574,\n        \"totalDischarging\": 4617.978,\n        \"netOutput\": 4555.405,\n        \"timestamp\": \"2025-10-08 18:20:00-0500\",\n        \"epoch\": 1759965600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -33.978,\n        \"totalDischarging\": 5231.333,\n        \"netOutput\": 5197.355,\n        \"timestamp\": \"2025-10-08 18:25:00-0500\",\n        \"epoch\": 1759965900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -102.075,\n        \"totalDischarging\": 5390.688,\n        \"netOutput\": 5288.614,\n        \"timestamp\": \"2025-10-08 18:30:00-0500\",\n        \"epoch\": 1759966200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -85.397,\n        \"totalDischarging\": 5790.457,\n        \"netOutput\": 5705.06,\n        \"timestamp\": \"2025-10-08 18:35:00-0500\",\n        \"epoch\": 1759966500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -26.556,\n        \"totalDischarging\": 5988.836,\n        \"netOutput\": 5962.28,\n        \"timestamp\": \"2025-10-08 18:40:00-0500\",\n        \"epoch\": 1759966800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -15.37,\n        \"totalDischarging\": 6244.84,\n        \"netOutput\": 6229.47,\n        \"timestamp\": \"2025-10-08 18:45:00-0500\",\n        \"epoch\": 1759967100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -19.774,\n        \"totalDischarging\": 6418.386,\n        \"netOutput\": 6398.612,\n        \"timestamp\": \"2025-10-08 18:50:00-0500\",\n        \"epoch\": 1759967400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 18:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -40.433,\n        \"totalDischarging\": 6451.942,\n        \"netOutput\": 6411.51,\n        \"timestamp\": \"2025-10-08 18:55:00-0500\",\n        \"epoch\": 1759967700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -46.327,\n        \"totalDischarging\": 6410.095,\n        \"netOutput\": 6363.768,\n        \"timestamp\": \"2025-10-08 19:00:00-0500\",\n        \"epoch\": 1759968000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -37.89,\n        \"totalDischarging\": 6445.119,\n        \"netOutput\": 6407.23,\n        \"timestamp\": \"2025-10-08 19:05:00-0500\",\n        \"epoch\": 1759968300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -46.214,\n        \"totalDischarging\": 6467.806,\n        \"netOutput\": 6421.592,\n        \"timestamp\": \"2025-10-08 19:10:00-0500\",\n        \"epoch\": 1759968600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -67.691,\n        \"totalDischarging\": 6243.503,\n        \"netOutput\": 6175.812,\n        \"timestamp\": \"2025-10-08 19:15:00-0500\",\n        \"epoch\": 1759968900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -39.595,\n        \"totalDischarging\": 6108.459,\n        \"netOutput\": 6068.864,\n        \"timestamp\": \"2025-10-08 19:20:00-0500\",\n        \"epoch\": 1759969200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -48.223,\n        \"totalDischarging\": 5808.556,\n        \"netOutput\": 5760.333,\n        \"timestamp\": \"2025-10-08 19:25:00-0500\",\n        \"epoch\": 1759969500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -59.459,\n        \"totalDischarging\": 5467.161,\n        \"netOutput\": 5407.701,\n        \"timestamp\": \"2025-10-08 19:30:00-0500\",\n        \"epoch\": 1759969800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -91.612,\n        \"totalDischarging\": 5076.822,\n        \"netOutput\": 4985.21,\n        \"timestamp\": \"2025-10-08 19:35:00-0500\",\n        \"epoch\": 1759970100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -93.966,\n        \"totalDischarging\": 4811.242,\n        \"netOutput\": 4717.276,\n        \"timestamp\": \"2025-10-08 19:40:00-0500\",\n        \"epoch\": 1759970400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -77.023,\n        \"totalDischarging\": 4597.294,\n        \"netOutput\": 4520.271,\n        \"timestamp\": \"2025-10-08 19:45:00-0500\",\n        \"epoch\": 1759970700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -79.505,\n        \"totalDischarging\": 4344.947,\n        \"netOutput\": 4265.442,\n        \"timestamp\": \"2025-10-08 19:50:00-0500\",\n        \"epoch\": 1759971000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 19:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -126.599,\n        \"totalDischarging\": 4064.127,\n        \"netOutput\": 3937.529,\n        \"timestamp\": \"2025-10-08 19:55:00-0500\",\n        \"epoch\": 1759971300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -187.283,\n        \"totalDischarging\": 3761.797,\n        \"netOutput\": 3574.513,\n        \"timestamp\": \"2025-10-08 20:00:00-0500\",\n        \"epoch\": 1759971600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -130.731,\n        \"totalDischarging\": 3492.525,\n        \"netOutput\": 3361.794,\n        \"timestamp\": \"2025-10-08 20:05:00-0500\",\n        \"epoch\": 1759971900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -38.619,\n        \"totalDischarging\": 3223.132,\n        \"netOutput\": 3184.513,\n        \"timestamp\": \"2025-10-08 20:10:00-0500\",\n        \"epoch\": 1759972200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -49.384,\n        \"totalDischarging\": 2960.505,\n        \"netOutput\": 2911.121,\n        \"timestamp\": \"2025-10-08 20:15:00-0500\",\n        \"epoch\": 1759972500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -36.465,\n        \"totalDischarging\": 3008.453,\n        \"netOutput\": 2971.988,\n        \"timestamp\": \"2025-10-08 20:20:00-0500\",\n        \"epoch\": 1759972800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -57.15,\n        \"totalDischarging\": 2892.005,\n        \"netOutput\": 2834.854,\n        \"timestamp\": \"2025-10-08 20:25:00-0500\",\n        \"epoch\": 1759973100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -55.156,\n        \"totalDischarging\": 2656.787,\n        \"netOutput\": 2601.63,\n        \"timestamp\": \"2025-10-08 20:30:00-0500\",\n        \"epoch\": 1759973400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -69.244,\n        \"totalDischarging\": 2620.557,\n        \"netOutput\": 2551.313,\n        \"timestamp\": \"2025-10-08 20:35:00-0500\",\n        \"epoch\": 1759973700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -82.71,\n        \"totalDischarging\": 2490.173,\n        \"netOutput\": 2407.463,\n        \"timestamp\": \"2025-10-08 20:40:00-0500\",\n        \"epoch\": 1759974000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -58.454,\n        \"totalDischarging\": 2406.657,\n        \"netOutput\": 2348.203,\n        \"timestamp\": \"2025-10-08 20:45:00-0500\",\n        \"epoch\": 1759974300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -132.793,\n        \"totalDischarging\": 2515.153,\n        \"netOutput\": 2382.36,\n        \"timestamp\": \"2025-10-08 20:50:00-0500\",\n        \"epoch\": 1759974600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 20:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -133.42,\n        \"totalDischarging\": 2364.844,\n        \"netOutput\": 2231.424,\n        \"timestamp\": \"2025-10-08 20:55:00-0500\",\n        \"epoch\": 1759974900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -52.431,\n        \"totalDischarging\": 2097.864,\n        \"netOutput\": 2045.433,\n        \"timestamp\": \"2025-10-08 21:00:00-0500\",\n        \"epoch\": 1759975200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -339.161,\n        \"totalDischarging\": 2042.872,\n        \"netOutput\": 1703.711,\n        \"timestamp\": \"2025-10-08 21:05:00-0500\",\n        \"epoch\": 1759975500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -708.701,\n        \"totalDischarging\": 1718.682,\n        \"netOutput\": 1009.98,\n        \"timestamp\": \"2025-10-08 21:10:00-0500\",\n        \"epoch\": 1759975800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -551.739,\n        \"totalDischarging\": 1346.019,\n        \"netOutput\": 794.28,\n        \"timestamp\": \"2025-10-08 21:15:00-0500\",\n        \"epoch\": 1759976100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -579.241,\n        \"totalDischarging\": 929.83,\n        \"netOutput\": 350.589,\n        \"timestamp\": \"2025-10-08 21:20:00-0500\",\n        \"epoch\": 1759976400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -482.063,\n        \"totalDischarging\": 643.776,\n        \"netOutput\": 161.713,\n        \"timestamp\": \"2025-10-08 21:25:00-0500\",\n        \"epoch\": 1759976700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -441.329,\n        \"totalDischarging\": 696.627,\n        \"netOutput\": 255.298,\n        \"timestamp\": \"2025-10-08 21:30:00-0500\",\n        \"epoch\": 1759977000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -337.375,\n        \"totalDischarging\": 464.363,\n        \"netOutput\": 126.988,\n        \"timestamp\": \"2025-10-08 21:35:00-0500\",\n        \"epoch\": 1759977300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -308.186,\n        \"totalDischarging\": 305.816,\n        \"netOutput\": -2.37,\n        \"timestamp\": \"2025-10-08 21:40:00-0500\",\n        \"epoch\": 1759977600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -284.489,\n        \"totalDischarging\": 430.833,\n        \"netOutput\": 146.344,\n        \"timestamp\": \"2025-10-08 21:45:00-0500\",\n        \"epoch\": 1759977900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -298.967,\n        \"totalDischarging\": 357.144,\n        \"netOutput\": 58.177,\n        \"timestamp\": \"2025-10-08 21:50:00-0500\",\n        \"epoch\": 1759978200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 21:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -478.263,\n        \"totalDischarging\": 319.167,\n        \"netOutput\": -159.096,\n        \"timestamp\": \"2025-10-08 21:55:00-0500\",\n        \"epoch\": 1759978500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -571.648,\n        \"totalDischarging\": 302.165,\n        \"netOutput\": -269.483,\n        \"timestamp\": \"2025-10-08 22:00:00-0500\",\n        \"epoch\": 1759978800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -677.398,\n        \"totalDischarging\": 443.557,\n        \"netOutput\": -233.841,\n        \"timestamp\": \"2025-10-08 22:05:00-0500\",\n        \"epoch\": 1759979100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -543.746,\n        \"totalDischarging\": 511.086,\n        \"netOutput\": -32.659,\n        \"timestamp\": \"2025-10-08 22:10:00-0500\",\n        \"epoch\": 1759979400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -449.562,\n        \"totalDischarging\": 457.241,\n        \"netOutput\": 7.679,\n        \"timestamp\": \"2025-10-08 22:15:00-0500\",\n        \"epoch\": 1759979700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -431.78,\n        \"totalDischarging\": 280.459,\n        \"netOutput\": -151.32,\n        \"timestamp\": \"2025-10-08 22:20:00-0500\",\n        \"epoch\": 1759980000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -377.723,\n        \"totalDischarging\": 148.576,\n        \"netOutput\": -229.147,\n        \"timestamp\": \"2025-10-08 22:25:00-0500\",\n        \"epoch\": 1759980300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -330.93,\n        \"totalDischarging\": 185.535,\n        \"netOutput\": -145.394,\n        \"timestamp\": \"2025-10-08 22:30:00-0500\",\n        \"epoch\": 1759980600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -520.13,\n        \"totalDischarging\": 144.793,\n        \"netOutput\": -375.337,\n        \"timestamp\": \"2025-10-08 22:35:00-0500\",\n        \"epoch\": 1759980900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -807.702,\n        \"totalDischarging\": 142.614,\n        \"netOutput\": -665.088,\n        \"timestamp\": \"2025-10-08 22:40:00-0500\",\n        \"epoch\": 1759981200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -911.506,\n        \"totalDischarging\": 107.649,\n        \"netOutput\": -803.857,\n        \"timestamp\": \"2025-10-08 22:45:00-0500\",\n        \"epoch\": 1759981500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1081.039,\n        \"totalDischarging\": 99.102,\n        \"netOutput\": -981.937,\n        \"timestamp\": \"2025-10-08 22:50:00-0500\",\n        \"epoch\": 1759981800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 22:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1103.097,\n        \"totalDischarging\": 97.564,\n        \"netOutput\": -1005.532,\n        \"timestamp\": \"2025-10-08 22:55:00-0500\",\n        \"epoch\": 1759982100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -919.172,\n        \"totalDischarging\": 100.105,\n        \"netOutput\": -819.067,\n        \"timestamp\": \"2025-10-08 23:00:00-0500\",\n        \"epoch\": 1759982400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -824.137,\n        \"totalDischarging\": 87.112,\n        \"netOutput\": -737.025,\n        \"timestamp\": \"2025-10-08 23:05:00-0500\",\n        \"epoch\": 1759982700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -730.69,\n        \"totalDischarging\": 165.562,\n        \"netOutput\": -565.128,\n        \"timestamp\": \"2025-10-08 23:10:00-0500\",\n        \"epoch\": 1759983000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -796.825,\n        \"totalDischarging\": 104.047,\n        \"netOutput\": -692.778,\n        \"timestamp\": \"2025-10-08 23:15:00-0500\",\n        \"epoch\": 1759983300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -763.741,\n        \"totalDischarging\": 140.183,\n        \"netOutput\": -623.558,\n        \"timestamp\": \"2025-10-08 23:20:00-0500\",\n        \"epoch\": 1759983600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -646.633,\n        \"totalDischarging\": 319.665,\n        \"netOutput\": -326.968,\n        \"timestamp\": \"2025-10-08 23:25:00-0500\",\n        \"epoch\": 1759983900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -483.114,\n        \"totalDischarging\": 299.776,\n        \"netOutput\": -183.338,\n        \"timestamp\": \"2025-10-08 23:30:00-0500\",\n        \"epoch\": 1759984200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -486.04,\n        \"totalDischarging\": 168.189,\n        \"netOutput\": -317.851,\n        \"timestamp\": \"2025-10-08 23:35:00-0500\",\n        \"epoch\": 1759984500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -603.663,\n        \"totalDischarging\": 160.062,\n        \"netOutput\": -443.601,\n        \"timestamp\": \"2025-10-08 23:40:00-0500\",\n        \"epoch\": 1759984800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -720.659,\n        \"totalDischarging\": 116.487,\n        \"netOutput\": -604.172,\n        \"timestamp\": \"2025-10-08 23:45:00-0500\",\n        \"epoch\": 1759985100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -700.497,\n        \"totalDischarging\": 95.858,\n        \"netOutput\": -604.638,\n        \"timestamp\": \"2025-10-08 23:50:00-0500\",\n        \"epoch\": 1759985400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-08 23:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -619.621,\n        \"totalDischarging\": 86.127,\n        \"netOutput\": -533.494,\n        \"timestamp\": \"2025-10-08 23:55:00-0500\",\n        \"epoch\": 1759985700000\n      }\n    ]\n  },\n  \"currentDay\": {\n    \"dayDate\": \"2025-10-09 03:00:00-0500\",\n    \"data\": [\n      {\n        \"tagCLastTime\": \"2025-10-09 00:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -532.295,\n        \"totalDischarging\": 94.632,\n        \"netOutput\": -437.663,\n        \"timestamp\": \"2025-10-09 00:00:00-0500\",\n        \"epoch\": 1759986000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -429.362,\n        \"totalDischarging\": 162.005,\n        \"netOutput\": -267.356,\n        \"timestamp\": \"2025-10-09 00:05:00-0500\",\n        \"epoch\": 1759986300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -372.67,\n        \"totalDischarging\": 237.17,\n        \"netOutput\": -135.5,\n        \"timestamp\": \"2025-10-09 00:10:00-0500\",\n        \"epoch\": 1759986600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -460.235,\n        \"totalDischarging\": 155.612,\n        \"netOutput\": -304.623,\n        \"timestamp\": \"2025-10-09 00:15:00-0500\",\n        \"epoch\": 1759986900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -522.075,\n        \"totalDischarging\": 140.452,\n        \"netOutput\": -381.623,\n        \"timestamp\": \"2025-10-09 00:20:00-0500\",\n        \"epoch\": 1759987200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -391.542,\n        \"totalDischarging\": 119.562,\n        \"netOutput\": -271.98,\n        \"timestamp\": \"2025-10-09 00:25:00-0500\",\n        \"epoch\": 1759987500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -336.775,\n        \"totalDischarging\": 90.113,\n        \"netOutput\": -246.662,\n        \"timestamp\": \"2025-10-09 00:30:00-0500\",\n        \"epoch\": 1759987800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -453.093,\n        \"totalDischarging\": 53.701,\n        \"netOutput\": -399.392,\n        \"timestamp\": \"2025-10-09 00:35:00-0500\",\n        \"epoch\": 1759988100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -579.94,\n        \"totalDischarging\": 58.761,\n        \"netOutput\": -521.179,\n        \"timestamp\": \"2025-10-09 00:40:00-0500\",\n        \"epoch\": 1759988400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -510.746,\n        \"totalDischarging\": 104.156,\n        \"netOutput\": -406.589,\n        \"timestamp\": \"2025-10-09 00:45:00-0500\",\n        \"epoch\": 1759988700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -448.043,\n        \"totalDischarging\": 138.591,\n        \"netOutput\": -309.452,\n        \"timestamp\": \"2025-10-09 00:50:00-0500\",\n        \"epoch\": 1759989000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 00:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -549.438,\n        \"totalDischarging\": 50.551,\n        \"netOutput\": -498.887,\n        \"timestamp\": \"2025-10-09 00:55:00-0500\",\n        \"epoch\": 1759989300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -703.083,\n        \"totalDischarging\": 106.825,\n        \"netOutput\": -596.257,\n        \"timestamp\": \"2025-10-09 01:00:00-0500\",\n        \"epoch\": 1759989600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -643.734,\n        \"totalDischarging\": 215.375,\n        \"netOutput\": -428.359,\n        \"timestamp\": \"2025-10-09 01:05:00-0500\",\n        \"epoch\": 1759989900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -537.49,\n        \"totalDischarging\": 45.808,\n        \"netOutput\": -491.682,\n        \"timestamp\": \"2025-10-09 01:10:00-0500\",\n        \"epoch\": 1759990200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -570.416,\n        \"totalDischarging\": 2.56,\n        \"netOutput\": -567.855,\n        \"timestamp\": \"2025-10-09 01:15:00-0500\",\n        \"epoch\": 1759990500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -452.727,\n        \"totalDischarging\": 9.161,\n        \"netOutput\": -443.566,\n        \"timestamp\": \"2025-10-09 01:20:00-0500\",\n        \"epoch\": 1759990800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -429.17,\n        \"totalDischarging\": 81.071,\n        \"netOutput\": -348.099,\n        \"timestamp\": \"2025-10-09 01:25:00-0500\",\n        \"epoch\": 1759991100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -596.195,\n        \"totalDischarging\": 24.612,\n        \"netOutput\": -571.583,\n        \"timestamp\": \"2025-10-09 01:30:00-0500\",\n        \"epoch\": 1759991400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -660.694,\n        \"totalDischarging\": 127.795,\n        \"netOutput\": -532.899,\n        \"timestamp\": \"2025-10-09 01:35:00-0500\",\n        \"epoch\": 1759991700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -598.124,\n        \"totalDischarging\": 137.056,\n        \"netOutput\": -461.068,\n        \"timestamp\": \"2025-10-09 01:40:00-0500\",\n        \"epoch\": 1759992000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -696.026,\n        \"totalDischarging\": 56.794,\n        \"netOutput\": -639.232,\n        \"timestamp\": \"2025-10-09 01:45:00-0500\",\n        \"epoch\": 1759992300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -857.535,\n        \"totalDischarging\": 3.897,\n        \"netOutput\": -853.638,\n        \"timestamp\": \"2025-10-09 01:50:00-0500\",\n        \"epoch\": 1759992600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 01:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -893.823,\n        \"totalDischarging\": 55.101,\n        \"netOutput\": -838.722,\n        \"timestamp\": \"2025-10-09 01:55:00-0500\",\n        \"epoch\": 1759992900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -992.794,\n        \"totalDischarging\": 144.02,\n        \"netOutput\": -848.774,\n        \"timestamp\": \"2025-10-09 02:00:00-0500\",\n        \"epoch\": 1759993200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -916.344,\n        \"totalDischarging\": 147.755,\n        \"netOutput\": -768.589,\n        \"timestamp\": \"2025-10-09 02:05:00-0500\",\n        \"epoch\": 1759993500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -670.29,\n        \"totalDischarging\": 67.364,\n        \"netOutput\": -602.926,\n        \"timestamp\": \"2025-10-09 02:10:00-0500\",\n        \"epoch\": 1759993800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -685.877,\n        \"totalDischarging\": 1.625,\n        \"netOutput\": -684.252,\n        \"timestamp\": \"2025-10-09 02:15:00-0500\",\n        \"epoch\": 1759994100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -734.203,\n        \"totalDischarging\": 3.609,\n        \"netOutput\": -730.594,\n        \"timestamp\": \"2025-10-09 02:20:00-0500\",\n        \"epoch\": 1759994400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -657.939,\n        \"totalDischarging\": 6.549,\n        \"netOutput\": -651.389,\n        \"timestamp\": \"2025-10-09 02:25:00-0500\",\n        \"epoch\": 1759994700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -635.948,\n        \"totalDischarging\": 19.816,\n        \"netOutput\": -616.132,\n        \"timestamp\": \"2025-10-09 02:30:00-0500\",\n        \"epoch\": 1759995000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -719.246,\n        \"totalDischarging\": 135.445,\n        \"netOutput\": -583.801,\n        \"timestamp\": \"2025-10-09 02:35:00-0500\",\n        \"epoch\": 1759995300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -838.933,\n        \"totalDischarging\": 165.727,\n        \"netOutput\": -673.206,\n        \"timestamp\": \"2025-10-09 02:40:00-0500\",\n        \"epoch\": 1759995600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -890.954,\n        \"totalDischarging\": 123.605,\n        \"netOutput\": -767.349,\n        \"timestamp\": \"2025-10-09 02:45:00-0500\",\n        \"epoch\": 1759995900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -864.728,\n        \"totalDischarging\": 117.199,\n        \"netOutput\": -747.528,\n        \"timestamp\": \"2025-10-09 02:50:00-0500\",\n        \"epoch\": 1759996200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 02:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -910.196,\n        \"totalDischarging\": 57.639,\n        \"netOutput\": -852.557,\n        \"timestamp\": \"2025-10-09 02:55:00-0500\",\n        \"epoch\": 1759996500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -975.437,\n        \"totalDischarging\": 46.707,\n        \"netOutput\": -928.73,\n        \"timestamp\": \"2025-10-09 03:00:00-0500\",\n        \"epoch\": 1759996800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -941.169,\n        \"totalDischarging\": 107.019,\n        \"netOutput\": -834.15,\n        \"timestamp\": \"2025-10-09 03:05:00-0500\",\n        \"epoch\": 1759997100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1087.097,\n        \"totalDischarging\": 69.878,\n        \"netOutput\": -1017.219,\n        \"timestamp\": \"2025-10-09 03:10:00-0500\",\n        \"epoch\": 1759997400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1229.732,\n        \"totalDischarging\": 37.653,\n        \"netOutput\": -1192.079,\n        \"timestamp\": \"2025-10-09 03:15:00-0500\",\n        \"epoch\": 1759997700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1289.526,\n        \"totalDischarging\": 93.006,\n        \"netOutput\": -1196.52,\n        \"timestamp\": \"2025-10-09 03:20:00-0500\",\n        \"epoch\": 1759998000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1110.407,\n        \"totalDischarging\": 122.071,\n        \"netOutput\": -988.337,\n        \"timestamp\": \"2025-10-09 03:25:00-0500\",\n        \"epoch\": 1759998300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -957.53,\n        \"totalDischarging\": 136.117,\n        \"netOutput\": -821.413,\n        \"timestamp\": \"2025-10-09 03:30:00-0500\",\n        \"epoch\": 1759998600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -974.514,\n        \"totalDischarging\": 98.146,\n        \"netOutput\": -876.368,\n        \"timestamp\": \"2025-10-09 03:35:00-0500\",\n        \"epoch\": 1759998900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1041.312,\n        \"totalDischarging\": 98.227,\n        \"netOutput\": -943.086,\n        \"timestamp\": \"2025-10-09 03:40:00-0500\",\n        \"epoch\": 1759999200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1002.214,\n        \"totalDischarging\": 94.678,\n        \"netOutput\": -907.536,\n        \"timestamp\": \"2025-10-09 03:45:00-0500\",\n        \"epoch\": 1759999500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1053.454,\n        \"totalDischarging\": 96.956,\n        \"netOutput\": -956.498,\n        \"timestamp\": \"2025-10-09 03:50:00-0500\",\n        \"epoch\": 1759999800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 03:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1103.843,\n        \"totalDischarging\": 95.374,\n        \"netOutput\": -1008.469,\n        \"timestamp\": \"2025-10-09 03:55:00-0500\",\n        \"epoch\": 1760000100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1083.833,\n        \"totalDischarging\": 93.115,\n        \"netOutput\": -990.718,\n        \"timestamp\": \"2025-10-09 04:00:00-0500\",\n        \"epoch\": 1760000400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1042.15,\n        \"totalDischarging\": 196.582,\n        \"netOutput\": -845.568,\n        \"timestamp\": \"2025-10-09 04:05:00-0500\",\n        \"epoch\": 1760000700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1045.671,\n        \"totalDischarging\": 136.736,\n        \"netOutput\": -908.934,\n        \"timestamp\": \"2025-10-09 04:10:00-0500\",\n        \"epoch\": 1760001000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1052.412,\n        \"totalDischarging\": 104.867,\n        \"netOutput\": -947.545,\n        \"timestamp\": \"2025-10-09 04:15:00-0500\",\n        \"epoch\": 1760001300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1118.856,\n        \"totalDischarging\": 118.504,\n        \"netOutput\": -1000.352,\n        \"timestamp\": \"2025-10-09 04:20:00-0500\",\n        \"epoch\": 1760001600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -1154.377,\n        \"totalDischarging\": 51.703,\n        \"netOutput\": -1102.673,\n        \"timestamp\": \"2025-10-09 04:25:00-0500\",\n        \"epoch\": 1760001900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -998.243,\n        \"totalDischarging\": 104.471,\n        \"netOutput\": -893.771,\n        \"timestamp\": \"2025-10-09 04:30:00-0500\",\n        \"epoch\": 1760002200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -830.774,\n        \"totalDischarging\": 231.379,\n        \"netOutput\": -599.395,\n        \"timestamp\": \"2025-10-09 04:35:00-0500\",\n        \"epoch\": 1760002500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -668.187,\n        \"totalDischarging\": 304.112,\n        \"netOutput\": -364.075,\n        \"timestamp\": \"2025-10-09 04:40:00-0500\",\n        \"epoch\": 1760002800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -655.199,\n        \"totalDischarging\": 85.28,\n        \"netOutput\": -569.918,\n        \"timestamp\": \"2025-10-09 04:45:00-0500\",\n        \"epoch\": 1760003100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -648.972,\n        \"totalDischarging\": 75.169,\n        \"netOutput\": -573.803,\n        \"timestamp\": \"2025-10-09 04:50:00-0500\",\n        \"epoch\": 1760003400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 04:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -776.917,\n        \"totalDischarging\": 52.413,\n        \"netOutput\": -724.504,\n        \"timestamp\": \"2025-10-09 04:55:00-0500\",\n        \"epoch\": 1760003700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -869.636,\n        \"totalDischarging\": 79.135,\n        \"netOutput\": -790.5,\n        \"timestamp\": \"2025-10-09 05:00:00-0500\",\n        \"epoch\": 1760004000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -733.385,\n        \"totalDischarging\": 275.03,\n        \"netOutput\": -458.355,\n        \"timestamp\": \"2025-10-09 05:05:00-0500\",\n        \"epoch\": 1760004300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -491.533,\n        \"totalDischarging\": 350.112,\n        \"netOutput\": -141.421,\n        \"timestamp\": \"2025-10-09 05:10:00-0500\",\n        \"epoch\": 1760004600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -431.358,\n        \"totalDischarging\": 172.19,\n        \"netOutput\": -259.168,\n        \"timestamp\": \"2025-10-09 05:15:00-0500\",\n        \"epoch\": 1760004900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -503.301,\n        \"totalDischarging\": 134.025,\n        \"netOutput\": -369.276,\n        \"timestamp\": \"2025-10-09 05:20:00-0500\",\n        \"epoch\": 1760005200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -525.884,\n        \"totalDischarging\": 144.181,\n        \"netOutput\": -381.703,\n        \"timestamp\": \"2025-10-09 05:25:00-0500\",\n        \"epoch\": 1760005500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -545.385,\n        \"totalDischarging\": 111.342,\n        \"netOutput\": -434.043,\n        \"timestamp\": \"2025-10-09 05:30:00-0500\",\n        \"epoch\": 1760005800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -420.493,\n        \"totalDischarging\": 164.848,\n        \"netOutput\": -255.646,\n        \"timestamp\": \"2025-10-09 05:35:00-0500\",\n        \"epoch\": 1760006100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -309.473,\n        \"totalDischarging\": 165.842,\n        \"netOutput\": -143.632,\n        \"timestamp\": \"2025-10-09 05:40:00-0500\",\n        \"epoch\": 1760006400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:45:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -243.753,\n        \"totalDischarging\": 165.352,\n        \"netOutput\": -78.401,\n        \"timestamp\": \"2025-10-09 05:45:00-0500\",\n        \"epoch\": 1760006700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:50:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -312.174,\n        \"totalDischarging\": 120.924,\n        \"netOutput\": -191.25,\n        \"timestamp\": \"2025-10-09 05:50:00-0500\",\n        \"epoch\": 1760007000000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 05:55:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -248.38,\n        \"totalDischarging\": 127.447,\n        \"netOutput\": -120.932,\n        \"timestamp\": \"2025-10-09 05:55:00-0500\",\n        \"epoch\": 1760007300000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:00:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -231.812,\n        \"totalDischarging\": 160.435,\n        \"netOutput\": -71.377,\n        \"timestamp\": \"2025-10-09 06:00:00-0500\",\n        \"epoch\": 1760007600000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:05:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -230.402,\n        \"totalDischarging\": 450.041,\n        \"netOutput\": 219.639,\n        \"timestamp\": \"2025-10-09 06:05:00-0500\",\n        \"epoch\": 1760007900000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:10:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -206.733,\n        \"totalDischarging\": 732.702,\n        \"netOutput\": 525.97,\n        \"timestamp\": \"2025-10-09 06:10:00-0500\",\n        \"epoch\": 1760008200000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:15:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -197.829,\n        \"totalDischarging\": 862.679,\n        \"netOutput\": 664.85,\n        \"timestamp\": \"2025-10-09 06:15:00-0500\",\n        \"epoch\": 1760008500000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:20:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -170.914,\n        \"totalDischarging\": 827.872,\n        \"netOutput\": 656.958,\n        \"timestamp\": \"2025-10-09 06:20:00-0500\",\n        \"epoch\": 1760008800000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:25:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -150.312,\n        \"totalDischarging\": 801.928,\n        \"netOutput\": 651.616,\n        \"timestamp\": \"2025-10-09 06:25:00-0500\",\n        \"epoch\": 1760009100000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:30:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -228.155,\n        \"totalDischarging\": 700.93,\n        \"netOutput\": 472.774,\n        \"timestamp\": \"2025-10-09 06:30:00-0500\",\n        \"epoch\": 1760009400000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:35:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -241.444,\n        \"totalDischarging\": 607.797,\n        \"netOutput\": 366.353,\n        \"timestamp\": \"2025-10-09 06:35:00-0500\",\n        \"epoch\": 1760009700000\n      },\n      {\n        \"tagCLastTime\": \"2025-10-09 06:40:00\",\n        \"dstFlag\": \"N\",\n        \"totalCharging\": -169.282,\n        \"totalDischarging\": 662.917,\n        \"netOutput\": 493.635,\n        \"timestamp\": \"2025-10-09 06:40:00-0500\",\n        \"epoch\": 1760010000000\n      }\n    ]\n  }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERP_PGCB/historical.html",
    "content": "\n<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>\n\n\n<meta name=\"msapplication-TileColor\" content=\"\"/>\n\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\"/>\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"HandheldFriendly\" content=\"True\"/>\n<meta name=\"MobileOptimized\" content=\"320\"/>\n\n<!-- PWA  -->\n<meta name=\"theme-color\" content=\"#6777ef\"/>\n<link rel=\"apple-touch-icon\" href=\"https://erp.pgcb.gov.bd/images/logo_r.png\">\n\n\n\n    <!--<link rel=\"manifest\" href=\"https://erp.pgcb.gov.bd/manifests/transgrid.json\"> -->\n\n\n\n\n\n\n    <title>PGCB Website</title>\n    <link rel=\"icon\" href=\"https://erp.pgcb.gov.bd/favicon.ico\" type=\"image/x-icon\"/>\n<link rel=\"shortcut icon\" href=\"https://erp.pgcb.gov.bd/favicon.ico\" type=\"image/x-icon\"/>\n\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-flags.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-payments.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-vendors.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/demo.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/css/bootstrap-datepicker.min.css\" rel=\"stylesheet\"/>\n\n<!-- Styles -->\n\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" />\n<link rel=\"stylesheet\" href=\"https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css\" />\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css\" />\n\n<link rel=\"stylesheet\" href=\"https://cdn.datatables.net/buttons/2.0.1/css/buttons.dataTables.min.css\">\n\n\n\n\n\n<style>\n    /* Chrome, Safari, Edge, Opera */\n    input[type=number]::-webkit-inner-spin-button,\n    input[type=number]::-webkit-outer-spin-button {\n        -webkit-appearance: none;\n        margin: 0;\n    }\n\n    /* Firefox */\n    input[type=number] {\n        -moz-appearance: textfield;\n    }\n\n    .tooltip-inner {\n        white-space: pre-line;\n    }\n    .svg_small\n    {\n        transform: scale(0.7);\n    }\n    @font-face {\n        font-family: Kalpurush;\n        src: url(https://erp.pgcb.gov.bd/fonts/kalpurush.ttf);\n    }\n    @font-face {\n        font-family: SolaimanLipi;\n        src: url(https://erp.pgcb.gov.bd/fonts/SolaimanLipi.ttf);\n    }\n    .bn{\n        font-family: SolaimanLipi !important;\n    }\n    @import url('https://rsms.me/inter/inter.css');\n\n    :root {\n        --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;\n    }\n\n    body {\n        font-feature-settings: \"cv03\", \"cv04\", \"cv11\";\n    }\n\n    .delbtn{\n        text-decoration: none; border: none; background: none; color: darkred;\n    }\n\n</style>\n<style>\n    @import url('https://rsms.me/inter/inter.css');\n    :root {\n        --tblr-font-sans-serif:  'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;\n    }\n    body {\n        font-feature-settings: \"cv03\", \"cv04\", \"cv11\";\n    }\n</style>\n\n\n</head>\n<body>\n<!--<body class=\"layout-fluid\">-->\n\n<div class=\"page\">\n    <div class=\"sticky-top\">\n        <header class=\"navbar navbar-expand-md navbar-light d-print-none\">\n    <div class=\"container-xl\">\n        <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbar-menu\"\n                aria-controls=\"navbar-menu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n            <span class=\"navbar-toggler-icon\"></span>\n        </button>\n        <h1 class=\"navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3\">\n\n            <a href=\"https://pgcb.gov.bd/\" style=\"font-size: 15px; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif !important;\">\n                <img class=\"navbar-brand-image\" width=\"32\" height=\"32\" alt=\"PGCB\"\n                     src=\"https://erp.pgcb.gov.bd/images/logo_r.png\">\n                Back to Website\n            </a>\n        </h1>\n        <div class=\"navbar-nav flex-row order-md-last\">\n                            <a href=\"https://erp.pgcb.gov.bd/login\" class=\"nav-link d-flex lh-1 text-reset p-0\">\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-login\" width=\"24\"\n                         height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\"\n                         stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path>\n                        <path d=\"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2\"></path>\n                        <path d=\"M20 12h-13l3 -3m0 6l-3 -3\"></path>\n                    </svg> &nbsp; Sign in</a>\n                        </div>\n        <div class=\"collapse navbar-collapse\" id=\"navbar-menu\">\n            <div class=\"d-flex flex-column flex-md-row flex-fill align-items-stretch align-items-md-center\">\n\n                <ul class=\"navbar-nav\">\n                                    </ul>\n\n            </div>\n        </div>\n    </div>\n</header>\n    </div>\n    <div class=\"page-wrapper\">\n        <div class=\"page-header d-print-none\">\n            <div class=\"container-xl\">\n                    <div class=\"row g-2 align-items-center\">\n        <div class=\"col\">\n            <h2 class=\"page-title\">\n                Hourly generation and Load shed\n            </h2>\n        </div>\n    </div>\n            </div>\n        </div>\n\n        <div class=\"page-body\">\n            <div class=\"container-xl\">\n                    <style>\n        table, th, td {\n            text-align: center;\n            padding: 5px;\n        }\n    </style>\n    <div class=\"row\">\n        <div class=\"col-sm-3\">\n            <form method=\"GET\" action=\"https://erp.pgcb.gov.bd/web/generations/view_generations\" accept-charset=\"UTF-8\">\n            <input type=\"text\" name=\"search\" placeholder=\"Search by Date\" id=\"search\" class=\"form-control\"\n                   style=\"margin: 5px; margin-left: 0px;\" value=\"01-01-2025\">\n            <button type=\"submit\" class=\"btn btn-sm btn-success\" style=\"display: none\">\n                Search\n            </button>\n\n            </form>\n        </div>\n        <div class=\"col-sm-9\">\n        </div>\n\n    </div>\n    <div class=\"card\">\n        <div class=\"card-body\">\n            <table class=\"table-bordered\" style=\" border-color: #e2e8f0; \">\n                <!-- <table class=\"table table-vcenter card-table \">-->\n                <thead>\n                <tr>\n                    <th style=\"width: 80px;\" rowspan=\"2\">Date</th>\n                    <th rowspan=\"2\">Time</th>\n                    <th rowspan=\"2\">Generation(MW)</th>\n                    <th rowspan=\"2\">Demand(MW)</th>\n                    <th rowspan=\"2\">Loadshed</th>\n                    <th rowspan=\"2\">Gas</th>\n                    <th rowspan=\"2\">Liquid Fuel</th>\n                    <th rowspan=\"2\">Coal</th>\n                    <th rowspan=\"2\">Hydro</th>\n                    <th rowspan=\"2\">Solar</th>\n                    <th rowspan=\"2\">Wind</th>\n                    <th rowspan=\"1\" colspan=\"3\">India</th>\n                    <th rowspan=\"2\">Nepal</th>\n                    <th style=\"width: 100px;\" rowspan=\"2\">Remarks</th>\n                </tr>\n                <tr>\n                    <th rowspan=\"1\" colspan=\"1\" >Bheramara HVDC</th>\n                    <th rowspan=\"1\" colspan=\"1\" >Tripura</th>\n                    <th rowspan=\"1\" colspan=\"1\" >Adani</th>\n                </tr>\n                </thead>\n                <tbody>\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>24:00:00</td>\n                        <td>8514</td>\n                        <td>8514</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4132</td>\n                        <td>35</td>\n                        <td>2847</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>19</td>\n                        <td>911</td>\n                        <td>48</td>\n                        <td>482</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>23:00:00</td>\n                        <td>8898</td>\n                        <td>8898</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4161</td>\n                        <td>62</td>\n                        <td>3081</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>19</td>\n                        <td>910</td>\n                        <td>50</td>\n                        <td>575</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>22:00:00</td>\n                        <td>9430</td>\n                        <td>9430</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4204</td>\n                        <td>88</td>\n                        <td>3379</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>18</td>\n                        <td>910</td>\n                        <td>52</td>\n                        <td>739</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>21:00:00</td>\n                        <td>9829</td>\n                        <td>9829</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4228</td>\n                        <td>202</td>\n                        <td>3626</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>11</td>\n                        <td>909</td>\n                        <td>54</td>\n                        <td>759</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>20:00:00</td>\n                        <td>9970</td>\n                        <td>9970</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4295</td>\n                        <td>587</td>\n                        <td>3603</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>7</td>\n                        <td>627</td>\n                        <td>56</td>\n                        <td>755</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>19:30:00</td>\n                        <td>10107</td>\n                        <td>10107</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4371</td>\n                        <td>620</td>\n                        <td>3630</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>9</td>\n                        <td>627</td>\n                        <td>54</td>\n                        <td>756</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>19:00:00</td>\n                        <td>10118</td>\n                        <td>10118</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4422</td>\n                        <td>586</td>\n                        <td>3615</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>13</td>\n                        <td>627</td>\n                        <td>56</td>\n                        <td>759</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>18:00:00</td>\n                        <td>10336</td>\n                        <td>10336</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4307</td>\n                        <td>1256</td>\n                        <td>3364</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>8</td>\n                        <td>680</td>\n                        <td>54</td>\n                        <td>627</td>\n                        <td>0</td>\n                        <td>Evening Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>17:00:00</td>\n                        <td>9175</td>\n                        <td>9175</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3946</td>\n                        <td>635</td>\n                        <td>3057</td>\n                        <td>30</td>\n                        <td>12</td>\n                        <td>3</td>\n                        <td>907</td>\n                        <td>58</td>\n                        <td>527</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>16:00:00</td>\n                        <td>8829</td>\n                        <td>8829</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4267</td>\n                        <td>252</td>\n                        <td>2765</td>\n                        <td>30</td>\n                        <td>90</td>\n                        <td>7</td>\n                        <td>907</td>\n                        <td>54</td>\n                        <td>457</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>15:00:00</td>\n                        <td>9201</td>\n                        <td>9201</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4257</td>\n                        <td>285</td>\n                        <td>2904</td>\n                        <td>26</td>\n                        <td>205</td>\n                        <td>7</td>\n                        <td>907</td>\n                        <td>56</td>\n                        <td>554</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>14:00:00</td>\n                        <td>9531</td>\n                        <td>9531</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4120</td>\n                        <td>244</td>\n                        <td>3142</td>\n                        <td>26</td>\n                        <td>304</td>\n                        <td>16</td>\n                        <td>907</td>\n                        <td>58</td>\n                        <td>714</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>13:00:00</td>\n                        <td>10087</td>\n                        <td>10087</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4344</td>\n                        <td>261</td>\n                        <td>3406</td>\n                        <td>30</td>\n                        <td>316</td>\n                        <td>6</td>\n                        <td>908</td>\n                        <td>62</td>\n                        <td>754</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>12:00:00</td>\n                        <td>9764</td>\n                        <td>9764</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4078</td>\n                        <td>334</td>\n                        <td>3297</td>\n                        <td>46</td>\n                        <td>288</td>\n                        <td>2</td>\n                        <td>907</td>\n                        <td>58</td>\n                        <td>754</td>\n                        <td>0</td>\n                        <td>Day Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>11:00:00</td>\n                        <td>9272</td>\n                        <td>9272</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3609</td>\n                        <td>347</td>\n                        <td>3289</td>\n                        <td>46</td>\n                        <td>267</td>\n                        <td>2</td>\n                        <td>906</td>\n                        <td>54</td>\n                        <td>752</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>10:00:00</td>\n                        <td>9048</td>\n                        <td>9048</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3780</td>\n                        <td>274</td>\n                        <td>3407</td>\n                        <td>46</td>\n                        <td>206</td>\n                        <td>1</td>\n                        <td>627</td>\n                        <td>50</td>\n                        <td>657</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>09:00:00</td>\n                        <td>9335</td>\n                        <td>9335</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4496</td>\n                        <td>163</td>\n                        <td>3225</td>\n                        <td>46</td>\n                        <td>127</td>\n                        <td>3</td>\n                        <td>721</td>\n                        <td>42</td>\n                        <td>512</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>08:00:00</td>\n                        <td>8896</td>\n                        <td>8896</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4756</td>\n                        <td>111</td>\n                        <td>2531</td>\n                        <td>26</td>\n                        <td>65</td>\n                        <td>11</td>\n                        <td>910</td>\n                        <td>42</td>\n                        <td>444</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>07:00:00</td>\n                        <td>8038</td>\n                        <td>8038</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4672</td>\n                        <td>15</td>\n                        <td>2130</td>\n                        <td>26</td>\n                        <td>6</td>\n                        <td>11</td>\n                        <td>721</td>\n                        <td>40</td>\n                        <td>417</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>06:00:00</td>\n                        <td>7382</td>\n                        <td>7382</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4131</td>\n                        <td>0</td>\n                        <td>2126</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>16</td>\n                        <td>627</td>\n                        <td>40</td>\n                        <td>416</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>05:00:00</td>\n                        <td>6952</td>\n                        <td>6952</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3768</td>\n                        <td>0</td>\n                        <td>2045</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>31</td>\n                        <td>627</td>\n                        <td>38</td>\n                        <td>417</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>04:00:00</td>\n                        <td>7082</td>\n                        <td>7082</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3843</td>\n                        <td>0</td>\n                        <td>2103</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>29</td>\n                        <td>627</td>\n                        <td>38</td>\n                        <td>416</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>03:00:00</td>\n                        <td>7351</td>\n                        <td>7351</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4021</td>\n                        <td>0</td>\n                        <td>2105</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>21</td>\n                        <td>722</td>\n                        <td>40</td>\n                        <td>416</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>02:00:00</td>\n                        <td>7669</td>\n                        <td>7669</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4311</td>\n                        <td>0</td>\n                        <td>2131</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>18</td>\n                        <td>721</td>\n                        <td>42</td>\n                        <td>420</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">01-01-2025</td>\n                        <td>01:00:00</td>\n                        <td>8104</td>\n                        <td>8104</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4489</td>\n                        <td>0</td>\n                        <td>2139</td>\n                        <td>26</td>\n                        <td>0</td>\n                        <td>20</td>\n                        <td>910</td>\n                        <td>44</td>\n                        <td>476</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                                </tbody>\n            </table>\n        </div>\n        \n    </div>\n            </div>\n        </div>\n\n        <footer class=\"footer footer-transparent d-print-none\">\n    <div class=\"container-xl\">\n        <div class=\"row text-center align-items-center flex-row-reverse\">\n            <div class=\"col-lg-auto ms-lg-auto\">\n                <ul class=\"list-inline list-inline-dots mb-0\">\n\n                    <li class=\"list-inline-item\">\n                        <a href=\"#\" class=\"link-secondary\">About</a>\n                    </li>\n                    <li class=\"list-inline-item\"><a href=\"#\" class=\"link-secondary\">Help</a></li>\n                    <li class=\"list-inline-item\">\n                                            </li>\n                </ul>\n            </div>\n            <div class=\"col-12 col-lg-auto mt-3 mt-lg-0\">\n                <ul class=\"list-inline list-inline-dots mb-0\">\n                    <li class=\"list-inline-item font-weight-lighter\">\n                        Copyright &copy; 2024\n                        <a href=\"http://pgcb.gov.bd/\" class=\"link-secondary\" style=\"font-weight: bold;\">ICT, Power Grid</a>.\n                        All rights reserved.\n\n\n                    </li>\n                    <li class=\"list-inline-item\">\n                        <a href=\"#\" class=\"link-secondary\" rel=\"noopener\">\n\n\n                        </a>\n                    </li>\n                </ul>\n            </div>\n        </div>\n    </div>\n</footer>    </div>\n</div>\n<script src=\"https://erp.pgcb.gov.bd/js/printThis.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/js/demo-theme.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/apexcharts/dist/apexcharts.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/js/jsvectormap.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/maps/world.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/maps/world-merc.js\"></script>\n<!-- Tabler Core -->\n<script src=\"https://erp.pgcb.gov.bd/dist/js/tabler.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/js/demo.min.js\"></script>\n\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/nouislider/dist/nouislider.min.js\" defer></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/litepicker/dist/litepicker.js\" defer></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/tom-select/dist/js/tom-select.base.min.js\" defer></script>\n<!-- Libs JS -->\n<script src=\"./dist/libs/fslightbox/index.js?1674944800\" defer></script>\n<!-- Scripts -->\n<script src=\"https://code.jquery.com/jquery-3.7.0.min.js\"\n        integrity=\"sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=\"\n        crossorigin=\"anonymous\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js\"></script>\n<script type=\"text/javascript\" src=\"https://cdn.datatables.net/v/dt/dt-1.10.25/datatables.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/dataTables.buttons.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/buttons.html5.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/buttons.print.min.js\"></script>\n\n\n<link id=\"bsdp-css\" href=\"https://unpkg.com/bootstrap-datepicker@1.9.0/dist/css/bootstrap-datepicker3.min.css\" rel=\"stylesheet\">\n<script src=\"https://unpkg.com/bootstrap-datepicker@1.9.0/dist/js/bootstrap-datepicker.min.js\"></script>\n\n<script>\n\n\n    $(document).ready(function () {\n        $(\".readonly\").on('keydown paste focus', function(e){\n            if(e.keyCode != 9) // ignore tab\n                e.preventDefault();\n        });\n        $('input[type=\"number\"]').on('click', function() {\n            $(this).select();\n        });\n        $('.input-source').on('click', function() {\n            $(this).select();\n        });\n        // Function to format the number in the Bangladesh currency format\n        function formatBangladeshiCurrency(amount) {\n            if (!amount) return \"\";\n            amount = amount.toString().replace(/,/g, \"\"); // Remove existing commas\n            const parts = amount.split(\".\");\n            const integerPart = parts[0];\n            const decimalPart = parts[1] ? \".\" + parts[1] : \"\";\n\n            // Format the integer part with commas\n            const lastThree = integerPart.slice(-3);\n            const otherNumbers = integerPart.slice(0, -3);\n            const formattedInteger =\n                otherNumbers.replace(/\\B(?=(\\d{2})+(?!\\d))/g, \",\") + (otherNumbers ? \",\" : \"\") + lastThree;\n\n            return formattedInteger + decimalPart;\n        }\n\n        // On input change, update the formatted value\n        $(\".bdcurrency-input\").on(\"input\", function () {\n            const rawValue = $(this).val();\n            const formattedValue = formatBangladeshiCurrency(rawValue);\n            $(\".bdcurrency-display\").text(formattedValue); // Update the span\n            $(this).val(formattedValue); // Optionally update the input itself\n        });\n\n\n        $('.datepicker').datepicker({\n            format: 'dd-mm-yyyy',\n            autoclose: true,\n            todayBtn: \"linked\",\n            todayHighlight : true,\n            keyboardNavigation : true\n        });\n\n        //$('.msg').fadeOut(5000);\n        $('.select2').select2({\n            theme: \"bootstrap-5\",\n            selectionCssClass: \"select2--small\",\n            dropdownCssClass: \"select2--small\",\n            width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',\n            placeholder: $(this).data('placeholder'),\n            closeOnSelect: true,\n        });\n        $('.select3').select2({\n            theme: \"bootstrap-5\",\n            selectionCssClass: \"select2--small\",\n            dropdownCssClass: \"select2--small\",\n            width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',\n            placeholder: $(this).data('placeholder'),\n            closeOnSelect: false,\n        });\n\n\n        $('.erpdatatable').DataTable({\n\n            select: true,\n            \"bPaginate\": false,\n            \"bLengthChange\": false,\n            \"bFilter\": true,\n            \"bInfo\": false,\n            \"pageLength\": 250,\n            \"ordering\": false\n\n\n        });\n        var t = $('.searchdatatable').DataTable({\n\n            select: true,\n            \"bPaginate\": false,\n            \"bLengthChange\": false,\n            \"bFilter\": true,\n            \"bInfo\": true,\n            \"pageLength\": 250,\n            \"ordering\": true,\n            fixedHeader: true,\n            dom: 'Bfrtip',\n            buttons: [\n                'copy', 'csv', 'excel','print',\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf A4 Portrait',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf A4 Landscape',\n                    orientation: 'landscape',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf Legal Portrait',\n                    pageSize: 'LEGAL',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf Legal Landscape',\n                    pageSize: 'LEGAL',\n                    orientation: 'landscape',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                }\n            ],\n\n\n        });\n\n\n\n    });\n\n    $.ajaxSetup({\n        headers: {\n            'X-CSRF-TOKEN': $('meta[name=\"_token\"]').attr('content')\n        }\n    });\n\n\n</script>\n<script src=\"https://erp.pgcb.gov.bd/sw.js\"></script>\n<script>\n    if (\"serviceWorker\" in navigator) {\n        // Register a service worker hosted at the root of the\n        // site using the default scope.\n        navigator.serviceWorker.register(\"/sw.js\").then(\n            (registration) => {\n            console.log(\"Service worker registration succeeded:\", registration);\n    },\n        (error) => {\n            console.error('Service worker registration failed: ${error}');\n        },\n    );\n    } else {\n        console.error(\"Service workers are not supported.\");\n    }\n</script>\n\n\n\n\n</body>\n</html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ERP_PGCB/latest.html",
    "content": "\n<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>\n\n\n<meta name=\"msapplication-TileColor\" content=\"\"/>\n\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\"/>\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"HandheldFriendly\" content=\"True\"/>\n<meta name=\"MobileOptimized\" content=\"320\"/>\n\n<!-- PWA  -->\n<meta name=\"theme-color\" content=\"#6777ef\"/>\n<link rel=\"apple-touch-icon\" href=\"https://erp.pgcb.gov.bd/images/logo_r.png\">\n\n\n\n    <!--<link rel=\"manifest\" href=\"https://erp.pgcb.gov.bd/manifests/transgrid.json\"> -->\n\n\n\n\n\n\n    <title>PGCB Website</title>\n    <link rel=\"icon\" href=\"https://erp.pgcb.gov.bd/favicon.ico\" type=\"image/x-icon\"/>\n<link rel=\"shortcut icon\" href=\"https://erp.pgcb.gov.bd/favicon.ico\" type=\"image/x-icon\"/>\n\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-flags.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-payments.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/tabler-vendors.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/dist/css/demo.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://erp.pgcb.gov.bd/css/bootstrap-datepicker.min.css\" rel=\"stylesheet\"/>\n\n<!-- Styles -->\n\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" />\n<link rel=\"stylesheet\" href=\"https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css\" />\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css\" />\n\n<link rel=\"stylesheet\" href=\"https://cdn.datatables.net/buttons/2.0.1/css/buttons.dataTables.min.css\">\n\n\n\n\n\n<style>\n    /* Chrome, Safari, Edge, Opera */\n    input[type=number]::-webkit-inner-spin-button,\n    input[type=number]::-webkit-outer-spin-button {\n        -webkit-appearance: none;\n        margin: 0;\n    }\n\n    /* Firefox */\n    input[type=number] {\n        -moz-appearance: textfield;\n    }\n\n    .tooltip-inner {\n        white-space: pre-line;\n    }\n    .svg_small\n    {\n        transform: scale(0.7);\n    }\n    @font-face {\n        font-family: Kalpurush;\n        src: url(https://erp.pgcb.gov.bd/fonts/kalpurush.ttf);\n    }\n    @font-face {\n        font-family: SolaimanLipi;\n        src: url(https://erp.pgcb.gov.bd/fonts/SolaimanLipi.ttf);\n    }\n    .bn{\n        font-family: SolaimanLipi !important;\n    }\n    @import url('https://rsms.me/inter/inter.css');\n\n    :root {\n        --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;\n    }\n\n    body {\n        font-feature-settings: \"cv03\", \"cv04\", \"cv11\";\n    }\n\n    .delbtn{\n        text-decoration: none; border: none; background: none; color: darkred;\n    }\n\n</style>\n<style>\n    @import url('https://rsms.me/inter/inter.css');\n    :root {\n        --tblr-font-sans-serif:  'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;\n    }\n    body {\n        font-feature-settings: \"cv03\", \"cv04\", \"cv11\";\n    }\n</style>\n\n\n</head>\n<body>\n<!--<body class=\"layout-fluid\">-->\n\n<div class=\"page\">\n    <div class=\"sticky-top\">\n        <header class=\"navbar navbar-expand-md navbar-light d-print-none\">\n    <div class=\"container-xl\">\n        <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbar-menu\"\n                aria-controls=\"navbar-menu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n            <span class=\"navbar-toggler-icon\"></span>\n        </button>\n        <h1 class=\"navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3\">\n\n            <a href=\"https://pgcb.gov.bd/\" style=\"font-size: 15px; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif !important;\">\n                <img class=\"navbar-brand-image\" width=\"32\" height=\"32\" alt=\"PGCB\"\n                     src=\"https://erp.pgcb.gov.bd/images/logo_r.png\">\n                Back to Website\n            </a>\n        </h1>\n        <div class=\"navbar-nav flex-row order-md-last\">\n                            <a href=\"https://erp.pgcb.gov.bd/login\" class=\"nav-link d-flex lh-1 text-reset p-0\">\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-login\" width=\"24\"\n                         height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\"\n                         stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path>\n                        <path d=\"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2\"></path>\n                        <path d=\"M20 12h-13l3 -3m0 6l-3 -3\"></path>\n                    </svg> &nbsp; Sign in</a>\n                        </div>\n        <div class=\"collapse navbar-collapse\" id=\"navbar-menu\">\n            <div class=\"d-flex flex-column flex-md-row flex-fill align-items-stretch align-items-md-center\">\n\n                <ul class=\"navbar-nav\">\n                                    </ul>\n\n            </div>\n        </div>\n    </div>\n</header>\n    </div>\n    <div class=\"page-wrapper\">\n        <div class=\"page-header d-print-none\">\n            <div class=\"container-xl\">\n                    <div class=\"row g-2 align-items-center\">\n        <div class=\"col\">\n            <h2 class=\"page-title\">\n                Hourly generation and Load shed\n            </h2>\n        </div>\n    </div>\n            </div>\n        </div>\n\n        <div class=\"page-body\">\n            <div class=\"container-xl\">\n                    <style>\n        table, th, td {\n            text-align: center;\n            padding: 5px;\n        }\n    </style>\n    <div class=\"row\">\n        <div class=\"col-sm-3\">\n            <form method=\"GET\" action=\"https://erp.pgcb.gov.bd/web/generations/view_generations\" accept-charset=\"UTF-8\">\n            <input type=\"text\" name=\"search\" placeholder=\"Search by Date\" id=\"search\" class=\"form-control\"\n                   style=\"margin: 5px; margin-left: 0px;\" value=\"\">\n            <button type=\"submit\" class=\"btn btn-sm btn-success\" style=\"display: none\">\n                Search\n            </button>\n\n            </form>\n        </div>\n        <div class=\"col-sm-9\">\n        </div>\n\n    </div>\n    <div class=\"card\">\n        <div class=\"card-body\">\n            <table class=\"table-bordered\" style=\" border-color: #e2e8f0; \">\n                <!-- <table class=\"table table-vcenter card-table \">-->\n                <thead>\n                <tr>\n                    <th style=\"width: 80px;\" rowspan=\"2\">Date</th>\n                    <th rowspan=\"2\">Time</th>\n                    <th rowspan=\"2\">Generation(MW)</th>\n                    <th rowspan=\"2\">Demand(MW)</th>\n                    <th rowspan=\"2\">Loadshed</th>\n                    <th rowspan=\"2\">Gas</th>\n                    <th rowspan=\"2\">Liquid Fuel</th>\n                    <th rowspan=\"2\">Coal</th>\n                    <th rowspan=\"2\">Hydro</th>\n                    <th rowspan=\"2\">Solar</th>\n                    <th rowspan=\"2\">Wind</th>\n                    <th rowspan=\"1\" colspan=\"3\">India</th>\n                    <th rowspan=\"2\">Nepal</th>\n                    <th style=\"width: 100px;\" rowspan=\"2\">Remarks</th>\n                </tr>\n                <tr>\n                    <th rowspan=\"1\" colspan=\"1\" >Bheramara HVDC</th>\n                    <th rowspan=\"1\" colspan=\"1\" >Tripura</th>\n                    <th rowspan=\"1\" colspan=\"1\" >Adani</th>\n                </tr>\n                </thead>\n                <tbody>\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>23:00:00</td>\n                        <td>9529</td>\n                        <td>9529</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4822</td>\n                        <td>496</td>\n                        <td>3193</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>9</td>\n                        <td>915</td>\n                        <td>54</td>\n                        <td>0</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>22:00:00</td>\n                        <td>10054</td>\n                        <td>10054</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4858</td>\n                        <td>505</td>\n                        <td>3226</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>8</td>\n                        <td>910</td>\n                        <td>58</td>\n                        <td>449</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>21:00:00</td>\n                        <td>10658</td>\n                        <td>10658</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4903</td>\n                        <td>792</td>\n                        <td>3491</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>9</td>\n                        <td>909</td>\n                        <td>56</td>\n                        <td>458</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>20:00:00</td>\n                        <td>10769</td>\n                        <td>10769</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>5093</td>\n                        <td>576</td>\n                        <td>3559</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>8</td>\n                        <td>909</td>\n                        <td>56</td>\n                        <td>528</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>19:30:00</td>\n                        <td>10879</td>\n                        <td>10879</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>5245</td>\n                        <td>480</td>\n                        <td>3557</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>8</td>\n                        <td>909</td>\n                        <td>56</td>\n                        <td>584</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>19:00:00</td>\n                        <td>10893</td>\n                        <td>10893</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4962</td>\n                        <td>673</td>\n                        <td>3520</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>12</td>\n                        <td>910</td>\n                        <td>58</td>\n                        <td>718</td>\n                        <td>0</td>\n                        <td>Evening Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>18:00:00</td>\n                        <td>10577</td>\n                        <td>10577</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4697</td>\n                        <td>910</td>\n                        <td>3349</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>10</td>\n                        <td>909</td>\n                        <td>60</td>\n                        <td>602</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>17:00:00</td>\n                        <td>9468</td>\n                        <td>9468</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4394</td>\n                        <td>530</td>\n                        <td>3000</td>\n                        <td>40</td>\n                        <td>25</td>\n                        <td>4</td>\n                        <td>909</td>\n                        <td>58</td>\n                        <td>508</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>16:00:00</td>\n                        <td>9347</td>\n                        <td>9347</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4349</td>\n                        <td>479</td>\n                        <td>2883</td>\n                        <td>40</td>\n                        <td>155</td>\n                        <td>7</td>\n                        <td>909</td>\n                        <td>62</td>\n                        <td>463</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>15:00:00</td>\n                        <td>9788</td>\n                        <td>9788</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4246</td>\n                        <td>472</td>\n                        <td>3239</td>\n                        <td>40</td>\n                        <td>341</td>\n                        <td>6</td>\n                        <td>910</td>\n                        <td>58</td>\n                        <td>476</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>14:00:00</td>\n                        <td>10046</td>\n                        <td>10046</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4196</td>\n                        <td>471</td>\n                        <td>3382</td>\n                        <td>40</td>\n                        <td>431</td>\n                        <td>0</td>\n                        <td>910</td>\n                        <td>62</td>\n                        <td>554</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>13:00:00</td>\n                        <td>10403</td>\n                        <td>10434</td>\n                    <!--<td>31.00</td>-->\n                        <td>30</td>\n                        <td>4567</td>\n                        <td>399</td>\n                        <td>3349</td>\n                        <td>40</td>\n                        <td>517</td>\n                        <td>4</td>\n                        <td>909</td>\n                        <td>60</td>\n                        <td>558</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>12:00:00</td>\n                        <td>10149</td>\n                        <td>10149</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4606</td>\n                        <td>345</td>\n                        <td>3102</td>\n                        <td>40</td>\n                        <td>532</td>\n                        <td>7</td>\n                        <td>909</td>\n                        <td>50</td>\n                        <td>558</td>\n                        <td>0</td>\n                        <td>Day Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>11:00:00</td>\n                        <td>9576</td>\n                        <td>9576</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4257</td>\n                        <td>362</td>\n                        <td>2860</td>\n                        <td>40</td>\n                        <td>532</td>\n                        <td>8</td>\n                        <td>909</td>\n                        <td>50</td>\n                        <td>558</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>10:00:00</td>\n                        <td>9496</td>\n                        <td>9496</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4247</td>\n                        <td>366</td>\n                        <td>2859</td>\n                        <td>40</td>\n                        <td>450</td>\n                        <td>10</td>\n                        <td>909</td>\n                        <td>54</td>\n                        <td>561</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>09:00:00</td>\n                        <td>9682</td>\n                        <td>9682</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4404</td>\n                        <td>296</td>\n                        <td>3007</td>\n                        <td>40</td>\n                        <td>297</td>\n                        <td>16</td>\n                        <td>909</td>\n                        <td>48</td>\n                        <td>665</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>08:00:00</td>\n                        <td>9363</td>\n                        <td>9363</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4374</td>\n                        <td>180</td>\n                        <td>3037</td>\n                        <td>40</td>\n                        <td>111</td>\n                        <td>25</td>\n                        <td>908</td>\n                        <td>42</td>\n                        <td>646</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>07:00:00</td>\n                        <td>8542</td>\n                        <td>8542</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4603</td>\n                        <td>99</td>\n                        <td>2302</td>\n                        <td>40</td>\n                        <td>7</td>\n                        <td>38</td>\n                        <td>858</td>\n                        <td>38</td>\n                        <td>557</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>06:00:00</td>\n                        <td>7908</td>\n                        <td>7908</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4702</td>\n                        <td>0</td>\n                        <td>1948</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>40</td>\n                        <td>721</td>\n                        <td>38</td>\n                        <td>419</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>05:00:00</td>\n                        <td>7365</td>\n                        <td>7365</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4236</td>\n                        <td>0</td>\n                        <td>1973</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>33</td>\n                        <td>627</td>\n                        <td>38</td>\n                        <td>418</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>04:00:00</td>\n                        <td>7426</td>\n                        <td>7426</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4292</td>\n                        <td>0</td>\n                        <td>1976</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>33</td>\n                        <td>627</td>\n                        <td>40</td>\n                        <td>418</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>03:00:00</td>\n                        <td>7687</td>\n                        <td>7687</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4458</td>\n                        <td>0</td>\n                        <td>1979</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>30</td>\n                        <td>721</td>\n                        <td>40</td>\n                        <td>419</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>02:00:00</td>\n                        <td>7967</td>\n                        <td>7967</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4629</td>\n                        <td>24</td>\n                        <td>2063</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>27</td>\n                        <td>722</td>\n                        <td>42</td>\n                        <td>420</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">15-01-2025</td>\n                        <td>01:00:00</td>\n                        <td>8415</td>\n                        <td>8415</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4640</td>\n                        <td>43</td>\n                        <td>2294</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>31</td>\n                        <td>904</td>\n                        <td>44</td>\n                        <td>419</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>24:00:00</td>\n                        <td>8966</td>\n                        <td>8966</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4692</td>\n                        <td>125</td>\n                        <td>2692</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>45</td>\n                        <td>906</td>\n                        <td>48</td>\n                        <td>418</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>23:00:00</td>\n                        <td>9427</td>\n                        <td>9427</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4845</td>\n                        <td>140</td>\n                        <td>2939</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>39</td>\n                        <td>905</td>\n                        <td>54</td>\n                        <td>465</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>22:00:00</td>\n                        <td>10125</td>\n                        <td>10125</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4839</td>\n                        <td>288</td>\n                        <td>3319</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>30</td>\n                        <td>909</td>\n                        <td>56</td>\n                        <td>644</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>21:00:00</td>\n                        <td>10458</td>\n                        <td>10458</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4866</td>\n                        <td>515</td>\n                        <td>3349</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>20</td>\n                        <td>909</td>\n                        <td>58</td>\n                        <td>701</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>20:00:00</td>\n                        <td>10725</td>\n                        <td>10725</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4885</td>\n                        <td>586</td>\n                        <td>3473</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>14</td>\n                        <td>909</td>\n                        <td>64</td>\n                        <td>754</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>19:30:00</td>\n                        <td>10772</td>\n                        <td>10772</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4887</td>\n                        <td>603</td>\n                        <td>3496</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>19</td>\n                        <td>909</td>\n                        <td>63</td>\n                        <td>755</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>19:00:00</td>\n                        <td>10901</td>\n                        <td>10901</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4823</td>\n                        <td>718</td>\n                        <td>3591</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>17</td>\n                        <td>909</td>\n                        <td>66</td>\n                        <td>737</td>\n                        <td>0</td>\n                        <td>Evening Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>18:00:00</td>\n                        <td>10701</td>\n                        <td>10701</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4684</td>\n                        <td>1020</td>\n                        <td>3328</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>16</td>\n                        <td>909</td>\n                        <td>62</td>\n                        <td>642</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>17:00:00</td>\n                        <td>9714</td>\n                        <td>9714</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4455</td>\n                        <td>564</td>\n                        <td>3083</td>\n                        <td>40</td>\n                        <td>27</td>\n                        <td>18</td>\n                        <td>910</td>\n                        <td>56</td>\n                        <td>561</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>16:00:00</td>\n                        <td>9513</td>\n                        <td>9513</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4287</td>\n                        <td>510</td>\n                        <td>2974</td>\n                        <td>40</td>\n                        <td>150</td>\n                        <td>29</td>\n                        <td>909</td>\n                        <td>54</td>\n                        <td>560</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>15:00:00</td>\n                        <td>9699</td>\n                        <td>9740</td>\n                    <!--<td>41.00</td>-->\n                        <td>39</td>\n                        <td>4293</td>\n                        <td>508</td>\n                        <td>2988</td>\n                        <td>40</td>\n                        <td>298</td>\n                        <td>40</td>\n                        <td>909</td>\n                        <td>62</td>\n                        <td>561</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>14:00:00</td>\n                        <td>10163</td>\n                        <td>10210</td>\n                    <!--<td>47.00</td>-->\n                        <td>45</td>\n                        <td>4435</td>\n                        <td>523</td>\n                        <td>3183</td>\n                        <td>40</td>\n                        <td>405</td>\n                        <td>41</td>\n                        <td>911</td>\n                        <td>62</td>\n                        <td>563</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>13:00:00</td>\n                        <td>10426</td>\n                        <td>10465</td>\n                    <!--<td>39.00</td>-->\n                        <td>37</td>\n                        <td>4407</td>\n                        <td>570</td>\n                        <td>3300</td>\n                        <td>40</td>\n                        <td>454</td>\n                        <td>15</td>\n                        <td>910</td>\n                        <td>70</td>\n                        <td>660</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>12:00:00</td>\n                        <td>10242</td>\n                        <td>10242</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4142</td>\n                        <td>565</td>\n                        <td>3280</td>\n                        <td>40</td>\n                        <td>472</td>\n                        <td>14</td>\n                        <td>910</td>\n                        <td>60</td>\n                        <td>759</td>\n                        <td>0</td>\n                        <td>Day Peak</td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>11:00:00</td>\n                        <td>9681</td>\n                        <td>9710</td>\n                    <!--<td>29.00</td>-->\n                        <td>28</td>\n                        <td>3848</td>\n                        <td>492</td>\n                        <td>3123</td>\n                        <td>40</td>\n                        <td>448</td>\n                        <td>10</td>\n                        <td>909</td>\n                        <td>54</td>\n                        <td>757</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>10:00:00</td>\n                        <td>9644</td>\n                        <td>9675</td>\n                    <!--<td>31.00</td>-->\n                        <td>30</td>\n                        <td>3912</td>\n                        <td>456</td>\n                        <td>3136</td>\n                        <td>40</td>\n                        <td>374</td>\n                        <td>9</td>\n                        <td>908</td>\n                        <td>54</td>\n                        <td>755</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>09:00:00</td>\n                        <td>9854</td>\n                        <td>9854</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3963</td>\n                        <td>450</td>\n                        <td>3430</td>\n                        <td>40</td>\n                        <td>245</td>\n                        <td>13</td>\n                        <td>908</td>\n                        <td>48</td>\n                        <td>757</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>08:00:00</td>\n                        <td>9358</td>\n                        <td>9358</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4007</td>\n                        <td>302</td>\n                        <td>3353</td>\n                        <td>40</td>\n                        <td>101</td>\n                        <td>28</td>\n                        <td>908</td>\n                        <td>40</td>\n                        <td>579</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>07:00:00</td>\n                        <td>8664</td>\n                        <td>8664</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4066</td>\n                        <td>132</td>\n                        <td>2891</td>\n                        <td>40</td>\n                        <td>6</td>\n                        <td>27</td>\n                        <td>908</td>\n                        <td>36</td>\n                        <td>558</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>06:00:00</td>\n                        <td>7854</td>\n                        <td>7854</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>4007</td>\n                        <td>13</td>\n                        <td>2582</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>12</td>\n                        <td>720</td>\n                        <td>52</td>\n                        <td>428</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>05:00:00</td>\n                        <td>7469</td>\n                        <td>7469</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3833</td>\n                        <td>0</td>\n                        <td>2488</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>13</td>\n                        <td>624</td>\n                        <td>50</td>\n                        <td>421</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>04:00:00</td>\n                        <td>7517</td>\n                        <td>7517</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3885</td>\n                        <td>0</td>\n                        <td>2489</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>9</td>\n                        <td>624</td>\n                        <td>50</td>\n                        <td>420</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>03:00:00</td>\n                        <td>7674</td>\n                        <td>7674</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3851</td>\n                        <td>0</td>\n                        <td>2586</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>12</td>\n                        <td>719</td>\n                        <td>44</td>\n                        <td>422</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>02:00:00</td>\n                        <td>8069</td>\n                        <td>8069</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3821</td>\n                        <td>52</td>\n                        <td>2863</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>5</td>\n                        <td>719</td>\n                        <td>50</td>\n                        <td>519</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">14-01-2025</td>\n                        <td>01:00:00</td>\n                        <td>8508</td>\n                        <td>8508</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3821</td>\n                        <td>79</td>\n                        <td>2993</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>0</td>\n                        <td>908</td>\n                        <td>54</td>\n                        <td>613</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">13-01-2025</td>\n                        <td>24:00:00</td>\n                        <td>9093</td>\n                        <td>9093</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3831</td>\n                        <td>177</td>\n                        <td>3368</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>0</td>\n                        <td>907</td>\n                        <td>55</td>\n                        <td>715</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                \n                    <tr>\n                        <td class=\"text-nowrap\">13-01-2025</td>\n                        <td>23:00:00</td>\n                        <td>9480</td>\n                        <td>9480</td>\n                    <!--<td>0.00</td>-->\n                        <td>0</td>\n                        <td>3932</td>\n                        <td>306</td>\n                        <td>3483</td>\n                        <td>40</td>\n                        <td>0</td>\n                        <td>0</td>\n                        <td>907</td>\n                        <td>56</td>\n                        <td>756</td>\n                        <td>0</td>\n                        <td></td>\n                    </tr>\n\n                                </tbody>\n            </table>\n        </div>\n        <ul class=\"pagination\">\n\n                    <li class=\"page-item disabled\"><a class=\"page-link\">\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" width=\"24\"\n                         height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"2\"\n                         stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\"\n                         stroke-linejoin=\"round\">\n                        <path stroke=\"none\" d=\"M0 0h24v24H0z\"\n                              fill=\"none\"/>\n                        <path\n                                d=\"M15 6l-6 6l6 6\"/>\n                    </svg>\n                </a></li>\n        \n                                                                                            <li class=\"page-item\"><a class=\"page-link active\">1</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=2\">2</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=3\">3</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=4\">4</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=5\">5</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=6\">6</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=7\">7</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=8\">8</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=9\">9</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=10\">10</a></li>\n                                                                                    <li class=\"page-item\"><a class=\"page-link\">...</a></li>\n                                                                                                                    <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=1742\">1742</a></li>\n                                                                                <li class=\"page-item\"><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=1743\">1743</a></li>\n                                                                            <li><a class=\"page-link\" href=\"https://erp.pgcb.gov.bd/web/generations/view_generations?page=2\" rel=\"next\">\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\n                         stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\"\n                         stroke-linejoin=\"round\">\n                        <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n                        <path d=\"M9 6l6 6l-6 6\"/>\n                    </svg>\n                </a></li>\n            </ul>\n\n    </div>\n            </div>\n        </div>\n\n        <footer class=\"footer footer-transparent d-print-none\">\n    <div class=\"container-xl\">\n        <div class=\"row text-center align-items-center flex-row-reverse\">\n            <div class=\"col-lg-auto ms-lg-auto\">\n                <ul class=\"list-inline list-inline-dots mb-0\">\n\n                    <li class=\"list-inline-item\">\n                        <a href=\"#\" class=\"link-secondary\">About</a>\n                    </li>\n                    <li class=\"list-inline-item\"><a href=\"#\" class=\"link-secondary\">Help</a></li>\n                    <li class=\"list-inline-item\">\n                                            </li>\n                </ul>\n            </div>\n            <div class=\"col-12 col-lg-auto mt-3 mt-lg-0\">\n                <ul class=\"list-inline list-inline-dots mb-0\">\n                    <li class=\"list-inline-item font-weight-lighter\">\n                        Copyright &copy; 2024\n                        <a href=\"http://pgcb.gov.bd/\" class=\"link-secondary\" style=\"font-weight: bold;\">ICT, Power Grid</a>.\n                        All rights reserved.\n\n\n                    </li>\n                    <li class=\"list-inline-item\">\n                        <a href=\"#\" class=\"link-secondary\" rel=\"noopener\">\n\n\n                        </a>\n                    </li>\n                </ul>\n            </div>\n        </div>\n    </div>\n</footer>    </div>\n</div>\n<script src=\"https://erp.pgcb.gov.bd/js/printThis.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/js/demo-theme.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/apexcharts/dist/apexcharts.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/js/jsvectormap.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/maps/world.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/jsvectormap/dist/maps/world-merc.js\"></script>\n<!-- Tabler Core -->\n<script src=\"https://erp.pgcb.gov.bd/dist/js/tabler.min.js\"></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/js/demo.min.js\"></script>\n\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/nouislider/dist/nouislider.min.js\" defer></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/litepicker/dist/litepicker.js\" defer></script>\n<script src=\"https://erp.pgcb.gov.bd/dist/libs/tom-select/dist/js/tom-select.base.min.js\" defer></script>\n<!-- Libs JS -->\n<script src=\"./dist/libs/fslightbox/index.js?1674944800\" defer></script>\n<!-- Scripts -->\n<script src=\"https://code.jquery.com/jquery-3.7.0.min.js\"\n        integrity=\"sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=\"\n        crossorigin=\"anonymous\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js\"></script>\n<script type=\"text/javascript\" src=\"https://cdn.datatables.net/v/dt/dt-1.10.25/datatables.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/dataTables.buttons.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/buttons.html5.min.js\"></script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"https://cdn.datatables.net/buttons/2.0.1/js/buttons.print.min.js\"></script>\n\n\n<link id=\"bsdp-css\" href=\"https://unpkg.com/bootstrap-datepicker@1.9.0/dist/css/bootstrap-datepicker3.min.css\" rel=\"stylesheet\">\n<script src=\"https://unpkg.com/bootstrap-datepicker@1.9.0/dist/js/bootstrap-datepicker.min.js\"></script>\n\n<script>\n\n\n    $(document).ready(function () {\n        $(\".readonly\").on('keydown paste focus', function(e){\n            if(e.keyCode != 9) // ignore tab\n                e.preventDefault();\n        });\n        $('input[type=\"number\"]').on('click', function() {\n            $(this).select();\n        });\n        $('.input-source').on('click', function() {\n            $(this).select();\n        });\n        // Function to format the number in the Bangladesh currency format\n        function formatBangladeshiCurrency(amount) {\n            if (!amount) return \"\";\n            amount = amount.toString().replace(/,/g, \"\"); // Remove existing commas\n            const parts = amount.split(\".\");\n            const integerPart = parts[0];\n            const decimalPart = parts[1] ? \".\" + parts[1] : \"\";\n\n            // Format the integer part with commas\n            const lastThree = integerPart.slice(-3);\n            const otherNumbers = integerPart.slice(0, -3);\n            const formattedInteger =\n                otherNumbers.replace(/\\B(?=(\\d{2})+(?!\\d))/g, \",\") + (otherNumbers ? \",\" : \"\") + lastThree;\n\n            return formattedInteger + decimalPart;\n        }\n\n        // On input change, update the formatted value\n        $(\".bdcurrency-input\").on(\"input\", function () {\n            const rawValue = $(this).val();\n            const formattedValue = formatBangladeshiCurrency(rawValue);\n            $(\".bdcurrency-display\").text(formattedValue); // Update the span\n            $(this).val(formattedValue); // Optionally update the input itself\n        });\n\n\n        $('.datepicker').datepicker({\n            format: 'dd-mm-yyyy',\n            autoclose: true,\n            todayBtn: \"linked\",\n            todayHighlight : true,\n            keyboardNavigation : true\n        });\n\n        //$('.msg').fadeOut(5000);\n        $('.select2').select2({\n            theme: \"bootstrap-5\",\n            selectionCssClass: \"select2--small\",\n            dropdownCssClass: \"select2--small\",\n            width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',\n            placeholder: $(this).data('placeholder'),\n            closeOnSelect: true,\n        });\n        $('.select3').select2({\n            theme: \"bootstrap-5\",\n            selectionCssClass: \"select2--small\",\n            dropdownCssClass: \"select2--small\",\n            width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',\n            placeholder: $(this).data('placeholder'),\n            closeOnSelect: false,\n        });\n\n\n        $('.erpdatatable').DataTable({\n\n            select: true,\n            \"bPaginate\": false,\n            \"bLengthChange\": false,\n            \"bFilter\": true,\n            \"bInfo\": false,\n            \"pageLength\": 250,\n            \"ordering\": false\n\n\n        });\n        var t = $('.searchdatatable').DataTable({\n\n            select: true,\n            \"bPaginate\": false,\n            \"bLengthChange\": false,\n            \"bFilter\": true,\n            \"bInfo\": true,\n            \"pageLength\": 250,\n            \"ordering\": true,\n            fixedHeader: true,\n            dom: 'Bfrtip',\n            buttons: [\n                'copy', 'csv', 'excel','print',\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf A4 Portrait',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf A4 Landscape',\n                    orientation: 'landscape',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf Legal Portrait',\n                    pageSize: 'LEGAL',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                },\n\n                {\n                    extend: 'pdfHtml5',\n                    text: 'Pdf Legal Landscape',\n                    pageSize: 'LEGAL',\n                    orientation: 'landscape',\n\n                    exportOptions: {\n                        columns: ':visible', orthogonal: 'print'\n                    }\n                }\n            ],\n\n\n        });\n\n\n\n    });\n\n    $.ajaxSetup({\n        headers: {\n            'X-CSRF-TOKEN': $('meta[name=\"_token\"]').attr('content')\n        }\n    });\n\n\n</script>\n<script src=\"https://erp.pgcb.gov.bd/sw.js\"></script>\n<script>\n    if (\"serviceWorker\" in navigator) {\n        // Register a service worker hosted at the root of the\n        // site using the default scope.\n        navigator.serviceWorker.register(\"/sw.js\").then(\n            (registration) => {\n            console.log(\"Service worker registration succeeded:\", registration);\n    },\n        (error) => {\n            console.error('Service worker registration failed: ${error}');\n        },\n    );\n    } else {\n        console.error(\"Service workers are not supported.\");\n    }\n</script>\n\n\n\n\n</body>\n</html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionBaleares.json",
    "content": "null({\"valoresHorariosGeneracion\":[{\"ts\":\"2024-10-25 21:00\",\"dem\":601.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":395.7,\"cb\":264.3,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.3,\"emi\":-100.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-25 21:05\",\"dem\":599.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":419.1,\"cb\":237.9,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.9,\"emi\":-98.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-25 21:10\",\"dem\":593.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":422.3,\"cb\":236.3,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.2,\"emi\":-100.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-25 21:15\",\"dem\":593.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":426.4,\"cb\":236.4,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.5,\"emi\":-98.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-25 21:20\",\"dem\":584.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":421.1,\"cb\":236.6,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.7,\"emi\":-98.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-25 21:25\",\"dem\":581.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":417.6,\"cb\":236.7,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.6,\"emi\":-97.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.5,\"residRen\":15.5},{\"ts\":\"2024-10-25 21:30\",\"dem\":574.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":407.7,\"cb\":236.4,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.9,\"emi\":-96.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-25 21:35\",\"dem\":566.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":399.8,\"cb\":236.6,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-96.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-25 21:40\",\"dem\":559.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":391.9,\"cb\":236.5,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-95.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-25 21:45\",\"dem\":556.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":386.3,\"cb\":236.6,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.9,\"emi\":-93.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-25 21:50\",\"dem\":543.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":373.3,\"cb\":236.5,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-93.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-25 21:55\",\"dem\":541.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":367.7,\"cb\":236.5,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-90.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-25 22:00\",\"dem\":530.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":364.3,\"cb\":226.9,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.6,\"emi\":-88.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":6.1,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-25 22:05\",\"dem\":521.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":365.1,\"cb\":216.5,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-87.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":5.3,\"eif\":-0.0,\"residNr\":15.6,\"residRen\":15.6},{\"ts\":\"2024-10-25 22:10\",\"dem\":517.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":372.0,\"cb\":206.5,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-87.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.8,\"residRen\":15.8},{\"ts\":\"2024-10-25 22:15\",\"dem\":512.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":374.4,\"cb\":195.8,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.4,\"emi\":-86.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-25 22:20\",\"dem\":506.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":376.3,\"cb\":185.7,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-8.9,\"emi\":-84.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-25 22:25\",\"dem\":502.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":379.7,\"cb\":174.9,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.4,\"emi\":-84.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-25 22:30\",\"dem\":496.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":383.5,\"cb\":164.8,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.3,\"emi\":-83.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-25 22:35\",\"dem\":491.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":387.4,\"cb\":154.4,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.7,\"emi\":-82.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-25 22:40\",\"dem\":486.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":388.4,\"cb\":144.1,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.2,\"emi\":-81.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.8,\"residRen\":15.8},{\"ts\":\"2024-10-25 22:45\",\"dem\":482.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":399.9,\"cb\":123.3,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.8,\"emi\":-80.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":16.1,\"residRen\":16.1},{\"ts\":\"2024-10-25 22:50\",\"dem\":476.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":416.3,\"cb\":97.6,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.8,\"emi\":-78.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.9,\"residRen\":15.9},{\"ts\":\"2024-10-25 22:55\",\"dem\":470.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":415.3,\"cb\":102.4,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-8.4,\"emi\":-78.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-25 23:00\",\"dem\":462.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":407.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.1,\"emi\":-78.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-25 23:05\",\"dem\":459.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":406.5,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.2,\"emi\":-76.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-25 23:10\",\"dem\":455.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":405.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-76.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-25 23:15\",\"dem\":452.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":401.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-74.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-25 23:20\",\"dem\":447.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":397.4,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-73.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-25 23:25\",\"dem\":442.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":393.9,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.5,\"emi\":-74.5,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-25 23:30\",\"dem\":437.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":386.8,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.8,\"emi\":-72.7,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.7,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-25 23:35\",\"dem\":435.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":382.0,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.4,\"emi\":-71.9,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.6,\"residRen\":15.6},{\"ts\":\"2024-10-25 23:40\",\"dem\":430.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":376.5,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.7,\"emi\":-71.0,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-25 23:45\",\"dem\":425.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":372.6,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.8,\"emi\":-70.7,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-25 23:50\",\"dem\":422.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":367.6,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.4,\"emi\":-69.7,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-25 23:55\",\"dem\":419.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":363.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-69.8,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 00:00\",\"dem\":415.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":357.9,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-69.0,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":4.6,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 00:05\",\"dem\":411.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":355.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.0,\"emi\":-67.6,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 00:10\",\"dem\":411.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":354.2,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-66.6,\"otrRen\":1.5,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 00:15\",\"dem\":407.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":350.1,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-66.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 00:20\",\"dem\":404.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":347.2,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-66.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 00:25\",\"dem\":401.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":343.4,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-64.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 00:30\",\"dem\":396.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":339.2,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.8,\"emi\":-64.6,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-26 00:35\",\"dem\":394.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":334.7,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.3,\"emi\":-63.8,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 00:40\",\"dem\":390.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.4,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.8,\"emi\":-63.6,\"otrRen\":0.6,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 00:45\",\"dem\":388.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.5,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-63.0,\"otrRen\":1.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 00:50\",\"dem\":386.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":326.6,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.6,\"emi\":-62.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 00:55\",\"dem\":383.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":321.6,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.8,\"emi\":-61.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 01:00\",\"dem\":380.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":321.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.6,\"emi\":-61.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 01:05\",\"dem\":379.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":320.2,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.6,\"emi\":-60.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 01:10\",\"dem\":377.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":318.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-59.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 01:15\",\"dem\":376.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":315.8,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.1,\"emi\":-59.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 01:20\",\"dem\":373.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":312.2,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.9,\"emi\":-58.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 01:25\",\"dem\":372.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":310.1,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.0,\"emi\":-58.0,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 01:30\",\"dem\":370.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.3,\"emi\":-58.6,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 01:35\",\"dem\":367.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":303.3,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.6,\"emi\":-57.5,\"otrRen\":1.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 01:40\",\"dem\":367.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":302.3,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.0,\"emi\":-57.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 01:45\",\"dem\":363.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":300.4,\"cb\":101.8,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.2,\"emi\":-57.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 01:50\",\"dem\":362.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.4,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.8,\"emi\":-56.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 01:55\",\"dem\":360.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.1,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.4,\"emi\":-56.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":12.7,\"residRen\":12.7},{\"ts\":\"2024-10-26 02:00\",\"dem\":360.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":297.8,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.1,\"emi\":-56.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.0,\"residRen\":13.0},{\"ts\":\"2024-10-26 02:05\",\"dem\":359.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":295.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.1,\"emi\":-56.6,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 02:10\",\"dem\":357.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":292.0,\"cb\":101.8,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.5,\"emi\":-56.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 02:15\",\"dem\":356.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":290.4,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.9,\"emi\":-55.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 02:20\",\"dem\":353.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":289.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.6,\"emi\":-55.6,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 02:25\",\"dem\":353.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":285.8,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.5,\"emi\":-55.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 02:30\",\"dem\":352.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":282.6,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-55.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.6,\"residRen\":15.6},{\"ts\":\"2024-10-26 02:35\",\"dem\":350.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":282.3,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-54.9,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-26 02:40\",\"dem\":350.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":282.9,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.4,\"emi\":-53.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 02:45\",\"dem\":349.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":281.6,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.6,\"emi\":-53.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 02:50\",\"dem\":347.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":278.4,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-53.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 02:55\",\"dem\":348.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":278.3,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.5,\"emi\":-53.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 03:00\",\"dem\":347.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":277.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.6,\"emi\":-52.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 03:05\",\"dem\":346.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":277.0,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-53.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 03:10\",\"dem\":344.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":275.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-53.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 03:15\",\"dem\":346.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":276.0,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-51.9,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 03:20\",\"dem\":344.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":273.7,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-52.9,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 03:25\",\"dem\":343.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-52.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 03:30\",\"dem\":343.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-52.3,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 03:35\",\"dem\":342.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.1,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.7,\"emi\":-52.4,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 03:40\",\"dem\":343.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.7,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.5,\"emi\":-51.6,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 03:45\",\"dem\":342.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.4,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-51.3,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 03:50\",\"dem\":342.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":272.1,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-52.0,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 03:55\",\"dem\":341.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":271.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.4,\"emi\":-51.7,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 04:00\",\"dem\":341.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":269.2,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-52.0,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 04:05\",\"dem\":340.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":266.9,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-50.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 04:10\",\"dem\":339.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":267.7,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-51.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 04:15\",\"dem\":339.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":268.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.6,\"emi\":-50.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 04:20\",\"dem\":340.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":268.3,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-51.3,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 04:25\",\"dem\":340.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":268.0,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-51.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 04:30\",\"dem\":339.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":267.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-51.0,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 04:35\",\"dem\":340.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":267.4,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.3,\"emi\":-50.5,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 04:40\",\"dem\":341.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":267.9,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.8,\"emi\":-50.5,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 04:45\",\"dem\":342.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":268.7,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.6,\"emi\":-49.5,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 04:50\",\"dem\":341.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":268.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.2,\"emi\":-50.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 04:55\",\"dem\":342.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":269.0,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.8,\"emi\":-50.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 05:00\",\"dem\":340.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":269.5,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-50.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 05:05\",\"dem\":345.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":274.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.2,\"emi\":-50.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 05:10\",\"dem\":345.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":274.7,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-50.6,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":12.7,\"residRen\":12.7},{\"ts\":\"2024-10-26 05:15\",\"dem\":347.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":277.1,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.1,\"emi\":-51.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.3,\"residRen\":13.3},{\"ts\":\"2024-10-26 05:20\",\"dem\":349.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":276.3,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-50.8,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 05:25\",\"dem\":349.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":276.8,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-51.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 05:30\",\"dem\":349.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":278.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.7,\"emi\":-51.2,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 05:35\",\"dem\":351.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":279.8,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.6,\"emi\":-51.2,\"otrRen\":1.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 05:40\",\"dem\":352.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":280.7,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-51.3,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 05:45\",\"dem\":355.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.0,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-52.1,\"otrRen\":1.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.0,\"residRen\":13.0},{\"ts\":\"2024-10-26 05:50\",\"dem\":355.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.1,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-52.2,\"otrRen\":1.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 05:55\",\"dem\":356.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-51.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 06:00\",\"dem\":361.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":290.3,\"cb\":102.6,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.3,\"emi\":-52.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 06:05\",\"dem\":368.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.3,\"emi\":-53.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 06:10\",\"dem\":372.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":309.3,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.2,\"emi\":-54.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 06:15\",\"dem\":374.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":311.9,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.1,\"emi\":-55.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 06:20\",\"dem\":376.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":315.1,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.9,\"emi\":-55.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 06:25\",\"dem\":380.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":315.7,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.4,\"emi\":-53.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 06:30\",\"dem\":380.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":316.5,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.0,\"emi\":-53.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 06:35\",\"dem\":385.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":321.1,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.1,\"emi\":-53.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 06:40\",\"dem\":389.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":326.2,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.7,\"emi\":-53.9,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 06:45\",\"dem\":392.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.1,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-18.7,\"emi\":-54.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 06:50\",\"dem\":394.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":327.5,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.9,\"emi\":-56.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 06:55\",\"dem\":399.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":332.8,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-57.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 07:00\",\"dem\":405.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":334.8,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.2,\"emi\":-57.7,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 07:05\",\"dem\":412.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":342.0,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.9,\"emi\":-60.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 07:10\",\"dem\":420.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":343.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.2,\"emi\":-59.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 07:15\",\"dem\":423.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":347.1,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.0,\"emi\":-61.3,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 07:20\",\"dem\":425.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":350.7,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.0,\"emi\":-62.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-26 07:25\",\"dem\":429.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":359.1,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.5,\"emi\":-63.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 07:30\",\"dem\":431.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":364.1,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.1,\"emi\":-64.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":12.6,\"residRen\":12.6},{\"ts\":\"2024-10-26 07:35\",\"dem\":438.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":371.2,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.5,\"emi\":-64.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":12.7,\"residRen\":12.7},{\"ts\":\"2024-10-26 07:40\",\"dem\":440.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":372.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.2,\"emi\":-64.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 07:45\",\"dem\":441.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":373.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.4,\"emi\":-65.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 07:50\",\"dem\":447.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":376.7,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.7,\"emi\":-65.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 07:55\",\"dem\":450.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":381.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.3,\"emi\":-65.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 08:00\",\"dem\":455.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":386.9,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.5,\"emi\":-64.3,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 08:05\",\"dem\":463.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":392.7,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.9,\"emi\":-61.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 08:10\",\"dem\":471.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":398.7,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.9,\"emi\":-62.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 08:15\",\"dem\":469.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":397.0,\"cb\":102.3,\"fot\":0.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.9,\"emi\":-59.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 08:20\",\"dem\":472.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":397.3,\"cb\":102.4,\"fot\":1.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.6,\"emi\":-58.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 08:25\",\"dem\":472.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":398.0,\"cb\":102.3,\"fot\":1.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.5,\"emi\":-58.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 08:30\",\"dem\":480.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":403.7,\"cb\":102.2,\"fot\":3.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.9,\"emi\":-56.9,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 08:35\",\"dem\":482.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":404.7,\"cb\":102.5,\"fot\":4.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.6,\"emi\":-58.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 08:40\",\"dem\":484.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":406.6,\"cb\":102.2,\"fot\":6.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.6,\"emi\":-59.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.9,\"residRen\":15.9},{\"ts\":\"2024-10-26 08:45\",\"dem\":491.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":410.6,\"cb\":102.3,\"fot\":8.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.5,\"emi\":-58.3,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.6,\"residRen\":15.6},{\"ts\":\"2024-10-26 08:50\",\"dem\":468.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":387.5,\"cb\":101.8,\"fot\":10.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.3,\"emi\":-53.5,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":17.3,\"residRen\":17.3},{\"ts\":\"2024-10-26 08:55\",\"dem\":489.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":422.7,\"cb\":102.1,\"fot\":14.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-18.1,\"emi\":-54.8,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":11.4,\"residRen\":11.4},{\"ts\":\"2024-10-26 09:00\",\"dem\":496.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":431.2,\"cb\":102.2,\"fot\":17.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-56.2,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":6.8,\"residRen\":6.8},{\"ts\":\"2024-10-26 09:05\",\"dem\":507.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":434.0,\"cb\":102.0,\"fot\":18.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.4,\"emi\":-57.0,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":9.2,\"residRen\":9.2},{\"ts\":\"2024-10-26 09:10\",\"dem\":515.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":441.0,\"cb\":102.1,\"fot\":19.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.3,\"emi\":-58.3,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":10.4,\"residRen\":10.4},{\"ts\":\"2024-10-26 09:15\",\"dem\":523.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":447.7,\"cb\":102.4,\"fot\":20.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.8,\"emi\":-60.6,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":10.3,\"residRen\":10.3},{\"ts\":\"2024-10-26 09:20\",\"dem\":525.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":450.7,\"cb\":102.1,\"fot\":22.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.0,\"emi\":-62.5,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":9.4,\"residRen\":9.4},{\"ts\":\"2024-10-26 09:25\",\"dem\":533.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":448.1,\"cb\":102.1,\"fot\":24.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.5,\"emi\":-61.3,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":11.6,\"residRen\":11.6},{\"ts\":\"2024-10-26 09:30\",\"dem\":537.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":454.2,\"cb\":102.4,\"fot\":20.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.1,\"emi\":-62.8,\"otrRen\":0.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.3,\"residRen\":13.3},{\"ts\":\"2024-10-26 09:35\",\"dem\":544.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":465.3,\"cb\":102.3,\"fot\":20.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.2,\"emi\":-65.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 09:40\",\"dem\":546.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":467.0,\"cb\":102.4,\"fot\":18.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.7,\"emi\":-68.4,\"otrRen\":1.6,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 09:45\",\"dem\":552.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":467.6,\"cb\":102.2,\"fot\":20.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":3.6,\"emi\":-69.0,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 09:50\",\"dem\":554.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":466.4,\"cb\":102.2,\"fot\":20.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.9,\"emi\":-71.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.9,\"residRen\":12.9},{\"ts\":\"2024-10-26 09:55\",\"dem\":557.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":467.7,\"cb\":102.0,\"fot\":21.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.7,\"emi\":-71.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 10:00\",\"dem\":561.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":473.0,\"cb\":102.3,\"fot\":17.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":12.7,\"emi\":-73.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 10:05\",\"dem\":572.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":466.0,\"cb\":116.5,\"fot\":22.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":14.5,\"emi\":-76.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 10:10\",\"dem\":578.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":455.9,\"cb\":132.9,\"fot\":21.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":16.4,\"emi\":-76.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 10:15\",\"dem\":577.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":456.8,\"cb\":132.8,\"fot\":19.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":17.9,\"emi\":-77.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.9,\"residRen\":12.9},{\"ts\":\"2024-10-26 10:20\",\"dem\":577.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":471.3,\"cb\":132.8,\"fot\":14.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.5,\"emi\":-76.4,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.3,\"residRen\":12.3},{\"ts\":\"2024-10-26 10:25\",\"dem\":583.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":492.8,\"cb\":133.0,\"fot\":10.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.8,\"emi\":-76.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.2,\"residRen\":12.2},{\"ts\":\"2024-10-26 10:30\",\"dem\":583.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":496.7,\"cb\":132.9,\"fot\":9.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.9,\"emi\":-76.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.1,\"residRen\":12.1},{\"ts\":\"2024-10-26 10:35\",\"dem\":582.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":496.6,\"cb\":132.8,\"fot\":9.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.9,\"emi\":-78.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.3,\"residRen\":12.3},{\"ts\":\"2024-10-26 10:40\",\"dem\":583.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":501.6,\"cb\":133.1,\"fot\":9.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.0,\"emi\":-78.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.6,\"residRen\":12.6},{\"ts\":\"2024-10-26 10:45\",\"dem\":586.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":504.5,\"cb\":133.0,\"fot\":10.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.2,\"emi\":-79.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 10:50\",\"dem\":587.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":501.2,\"cb\":132.9,\"fot\":11.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-79.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.5,\"residRen\":15.5},{\"ts\":\"2024-10-26 10:55\",\"dem\":586.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":498.2,\"cb\":132.9,\"fot\":10.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-8.1,\"emi\":-80.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.9,\"residRen\":15.9},{\"ts\":\"2024-10-26 11:00\",\"dem\":594.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":500.7,\"cb\":133.1,\"fot\":4.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.8,\"emi\":-71.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 11:05\",\"dem\":595.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":494.3,\"cb\":133.3,\"fot\":4.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":3.1,\"emi\":-69.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 11:10\",\"dem\":595.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":481.7,\"cb\":133.3,\"fot\":5.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":10.3,\"emi\":-66.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 11:15\",\"dem\":595.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":477.9,\"cb\":133.5,\"fot\":6.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":10.6,\"emi\":-64.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-26 11:20\",\"dem\":598.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":490.7,\"cb\":133.5,\"fot\":6.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.5,\"emi\":-62.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 11:25\",\"dem\":598.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":497.4,\"cb\":133.3,\"fot\":5.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.6,\"emi\":-63.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 11:30\",\"dem\":599.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":496.7,\"cb\":133.3,\"fot\":7.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.7,\"emi\":-62.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 11:35\",\"dem\":599.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":494.7,\"cb\":133.2,\"fot\":9.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.0,\"emi\":-62.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 11:40\",\"dem\":597.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":493.8,\"cb\":133.3,\"fot\":10.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.1,\"emi\":-60.2,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 11:45\",\"dem\":597.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":496.2,\"cb\":133.4,\"fot\":11.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.0,\"emi\":-61.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 11:50\",\"dem\":597.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":487.3,\"cb\":133.3,\"fot\":13.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.1,\"emi\":-61.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 11:55\",\"dem\":593.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":479.9,\"cb\":133.3,\"fot\":11.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.3,\"emi\":-60.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-26 12:00\",\"dem\":595.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":476.3,\"cb\":133.2,\"fot\":12.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.2,\"emi\":-58.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 12:05\",\"dem\":597.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":473.9,\"cb\":133.4,\"fot\":18.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.3,\"emi\":-56.6,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-26 12:10\",\"dem\":597.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":475.5,\"cb\":133.3,\"fot\":16.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.4,\"emi\":-55.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 12:15\",\"dem\":601.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":480.7,\"cb\":133.3,\"fot\":14.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.9,\"emi\":-56.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 12:20\",\"dem\":604.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":485.3,\"cb\":133.3,\"fot\":13.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.2,\"emi\":-56.5,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 12:25\",\"dem\":601.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":485.0,\"cb\":133.4,\"fot\":13.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.1,\"emi\":-56.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 12:30\",\"dem\":602.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":485.2,\"cb\":133.2,\"fot\":13.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.5,\"emi\":-56.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 12:35\",\"dem\":602.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":484.5,\"cb\":133.6,\"fot\":15.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.5,\"emi\":-58.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-26 12:40\",\"dem\":599.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":481.7,\"cb\":133.4,\"fot\":20.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.3,\"emi\":-60.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 12:45\",\"dem\":601.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":486.6,\"cb\":133.5,\"fot\":23.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.3,\"emi\":-56.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 12:50\",\"dem\":598.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":490.6,\"cb\":133.4,\"fot\":26.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-18.8,\"emi\":-65.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.3,\"residRen\":15.3},{\"ts\":\"2024-10-26 12:55\",\"dem\":598.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":480.1,\"cb\":133.2,\"fot\":33.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-68.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 13:00\",\"dem\":592.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":463.9,\"cb\":133.3,\"fot\":45.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.8,\"emi\":-72.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 13:05\",\"dem\":587.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":456.4,\"cb\":133.5,\"fot\":48.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.6,\"emi\":-73.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 13:10\",\"dem\":579.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":438.5,\"cb\":133.3,\"fot\":54.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.7,\"emi\":-73.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 13:15\",\"dem\":570.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":415.3,\"cb\":133.4,\"fot\":73.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.3,\"emi\":-74.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 13:20\",\"dem\":565.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":392.0,\"cb\":133.3,\"fot\":89.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.3,\"emi\":-73.6,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 13:25\",\"dem\":559.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":374.5,\"cb\":133.3,\"fot\":97.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.4,\"emi\":-72.2,\"otrRen\":0.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 13:30\",\"dem\":552.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":357.9,\"cb\":133.5,\"fot\":105.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.5,\"emi\":-71.7,\"otrRen\":0.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.3,\"residRen\":15.3},{\"ts\":\"2024-10-26 13:35\",\"dem\":551.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":337.0,\"cb\":133.3,\"fot\":120.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.2,\"emi\":-68.9,\"otrRen\":1.5,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 13:40\",\"dem\":548.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":333.6,\"cb\":133.5,\"fot\":120.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.0,\"emi\":-68.6,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-26 13:45\",\"dem\":550.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":329.8,\"cb\":133.2,\"fot\":124.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.6,\"emi\":-65.9,\"otrRen\":0.6,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 13:50\",\"dem\":551.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":338.6,\"cb\":133.4,\"fot\":106.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.6,\"emi\":-63.2,\"otrRen\":1.3,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 13:55\",\"dem\":542.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":331.0,\"cb\":133.3,\"fot\":107.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.4,\"emi\":-65.5,\"otrRen\":1.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 14:00\",\"dem\":539.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":319.3,\"cb\":133.3,\"fot\":114.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":6.6,\"emi\":-62.8,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 14:05\",\"dem\":534.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":316.4,\"cb\":114.1,\"fot\":130.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.1,\"emi\":-59.3,\"otrRen\":0.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 14:10\",\"dem\":530.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":320.0,\"cb\":102.2,\"fot\":135.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":4.7,\"emi\":-60.1,\"otrRen\":1.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 14:15\",\"dem\":517.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":313.5,\"cb\":102.1,\"fot\":126.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.9,\"emi\":-59.1,\"otrRen\":1.5,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 14:20\",\"dem\":515.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":307.7,\"cb\":102.0,\"fot\":134.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":4.2,\"emi\":-59.2,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.1,\"residRen\":13.1},{\"ts\":\"2024-10-26 14:25\",\"dem\":516.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":311.9,\"cb\":102.4,\"fot\":125.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.3,\"emi\":-58.4,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 14:30\",\"dem\":509.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.7,\"cb\":100.7,\"fot\":138.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":15.5,\"emi\":-59.9,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 14:35\",\"dem\":501.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":269.2,\"cb\":102.1,\"fot\":150.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":6.0,\"emi\":-54.7,\"otrRen\":0.7,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 14:40\",\"dem\":500.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":279.2,\"cb\":102.2,\"fot\":145.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.8,\"emi\":-56.7,\"otrRen\":1.4,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-26 14:45\",\"dem\":499.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":289.8,\"cb\":102.2,\"fot\":126.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":6.4,\"emi\":-55.7,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-26 14:50\",\"dem\":505.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":281.9,\"cb\":102.0,\"fot\":148.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":2.7,\"emi\":-58.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 14:55\",\"dem\":498.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":285.2,\"cb\":102.3,\"fot\":133.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":6.3,\"emi\":-56.6,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.9,\"residRen\":12.9},{\"ts\":\"2024-10-26 15:00\",\"dem\":495.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":296.9,\"cb\":102.4,\"fot\":124.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.4,\"emi\":-57.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 15:05\",\"dem\":495.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":298.7,\"cb\":102.2,\"fot\":120.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":2.7,\"emi\":-58.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 15:10\",\"dem\":501.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":290.3,\"cb\":102.3,\"fot\":142.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.0,\"emi\":-59.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.2,\"residRen\":13.2},{\"ts\":\"2024-10-26 15:15\",\"dem\":489.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":293.4,\"cb\":102.3,\"fot\":116.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.9,\"emi\":-60.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.3,\"residRen\":13.3},{\"ts\":\"2024-10-26 15:20\",\"dem\":493.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":306.6,\"cb\":102.2,\"fot\":107.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.3,\"emi\":-59.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 15:25\",\"dem\":487.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":310.4,\"cb\":102.6,\"fot\":101.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":2.7,\"emi\":-61.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 15:30\",\"dem\":486.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.6,\"cb\":102.2,\"fot\":104.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.8,\"emi\":-60.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 15:35\",\"dem\":486.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.9,\"cb\":102.4,\"fot\":104.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.8,\"emi\":-59.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-26 15:40\",\"dem\":483.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.7,\"cb\":102.4,\"fot\":110.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.7,\"emi\":-56.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":12.9,\"residRen\":12.9},{\"ts\":\"2024-10-26 15:45\",\"dem\":485.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":292.0,\"cb\":102.4,\"fot\":121.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.0,\"emi\":-57.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 15:50\",\"dem\":478.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":284.3,\"cb\":102.3,\"fot\":118.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.2,\"emi\":-55.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 15:55\",\"dem\":477.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":283.6,\"cb\":102.3,\"fot\":113.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.2,\"emi\":-52.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.5,\"residRen\":13.5},{\"ts\":\"2024-10-26 16:00\",\"dem\":473.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":286.2,\"cb\":102.3,\"fot\":110.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.5,\"emi\":-52.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 16:05\",\"dem\":480.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":289.6,\"cb\":102.1,\"fot\":110.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.8,\"emi\":-50.5,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.6,\"residRen\":13.6},{\"ts\":\"2024-10-26 16:10\",\"dem\":475.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":286.9,\"cb\":102.2,\"fot\":106.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.1,\"emi\":-51.3,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 16:15\",\"dem\":479.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.0,\"cb\":102.2,\"fot\":94.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.2,\"emi\":-51.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":16.2,\"residRen\":16.2},{\"ts\":\"2024-10-26 16:20\",\"dem\":481.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":312.1,\"cb\":102.5,\"fot\":80.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":5.2,\"emi\":-52.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-26 16:25\",\"dem\":483.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":314.4,\"cb\":102.3,\"fot\":87.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.2,\"emi\":-53.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 16:30\",\"dem\":486.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.0,\"cb\":102.2,\"fot\":68.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.6,\"emi\":-52.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 16:35\",\"dem\":486.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":336.3,\"cb\":102.4,\"fot\":82.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-8.0,\"emi\":-55.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.4,\"residRen\":13.4},{\"ts\":\"2024-10-26 16:40\",\"dem\":484.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":339.3,\"cb\":102.5,\"fot\":68.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.3,\"emi\":-54.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.3,\"residRen\":13.3},{\"ts\":\"2024-10-26 16:45\",\"dem\":487.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":326.0,\"cb\":102.3,\"fot\":70.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":14.2,\"emi\":-55.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 16:50\",\"dem\":492.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":333.8,\"cb\":102.4,\"fot\":70.2,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":13.9,\"emi\":-58.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 16:55\",\"dem\":488.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":344.5,\"cb\":102.0,\"fot\":54.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":13.8,\"emi\":-58.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 17:00\",\"dem\":493.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.5,\"cb\":126.2,\"fot\":54.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":8.3,\"emi\":-56.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-26 17:05\",\"dem\":499.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":316.5,\"cb\":152.0,\"fot\":51.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":3.6,\"emi\":-56.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-26 17:10\",\"dem\":497.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":310.7,\"cb\":177.3,\"fot\":46.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.7,\"emi\":-56.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 17:15\",\"dem\":502.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":295.3,\"cb\":204.0,\"fot\":43.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.8,\"emi\":-58.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 17:20\",\"dem\":506.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":289.0,\"cb\":205.1,\"fot\":40.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.5,\"emi\":-56.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 17:25\",\"dem\":504.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":284.4,\"cb\":205.2,\"fot\":44.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.6,\"emi\":-59.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 17:30\",\"dem\":507.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":289.3,\"cb\":204.9,\"fot\":39.7,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.3,\"emi\":-57.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 17:35\",\"dem\":509.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":295.8,\"cb\":204.8,\"fot\":38.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.7,\"emi\":-59.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 17:40\",\"dem\":512.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":303.8,\"cb\":205.0,\"fot\":34.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.3,\"emi\":-59.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 17:45\",\"dem\":512.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":310.1,\"cb\":205.0,\"fot\":29.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-1.5,\"emi\":-61.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 17:50\",\"dem\":518.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":318.0,\"cb\":205.2,\"fot\":25.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.7,\"emi\":-60.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-26 17:55\",\"dem\":519.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":316.9,\"cb\":205.0,\"fot\":27.9,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":0.6,\"emi\":-62.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 18:00\",\"dem\":520.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":319.6,\"cb\":205.1,\"fot\":25.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.8,\"emi\":-62.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 18:05\",\"dem\":523.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.3,\"cb\":205.0,\"fot\":20.1,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.3,\"emi\":-63.1,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 18:10\",\"dem\":524.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":335.1,\"cb\":205.0,\"fot\":14.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":2.2,\"emi\":-63.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 18:15\",\"dem\":525.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":339.9,\"cb\":205.0,\"fot\":11.3,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":1.7,\"emi\":-64.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-26 18:20\",\"dem\":525.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":356.4,\"cb\":205.0,\"fot\":9.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-63.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 18:25\",\"dem\":527.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":364.0,\"cb\":205.2,\"fot\":6.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.7,\"emi\":-64.5,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 18:30\",\"dem\":531.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":370.5,\"cb\":205.1,\"fot\":4.6,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.3,\"emi\":-63.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 18:35\",\"dem\":534.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":376.9,\"cb\":205.2,\"fot\":3.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.9,\"emi\":-65.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 18:40\",\"dem\":538.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":381.2,\"cb\":205.1,\"fot\":2.5,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.8,\"emi\":-65.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 18:45\",\"dem\":540.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":385.2,\"cb\":205.2,\"fot\":1.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.0,\"emi\":-66.9,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 18:50\",\"dem\":546.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":387.9,\"cb\":205.2,\"fot\":0.8,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.2,\"emi\":-61.9,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 18:55\",\"dem\":551.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":392.3,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.0,\"emi\":-63.1,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 19:00\",\"dem\":560.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":402.2,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-62.5,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 19:05\",\"dem\":567.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":404.9,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-17.2,\"emi\":-56.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 19:10\",\"dem\":573.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":405.6,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-53.4,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 19:15\",\"dem\":576.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":407.1,\"cb\":205.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.7,\"emi\":-51.6,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 19:20\",\"dem\":578.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":410.1,\"cb\":204.7,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-51.0,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 19:25\",\"dem\":580.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":416.3,\"cb\":205.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.9,\"emi\":-58.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 19:30\",\"dem\":583.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":423.9,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.9,\"emi\":-62.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 19:35\",\"dem\":585.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":427.5,\"cb\":204.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.5,\"emi\":-64.6,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-26 19:40\",\"dem\":583.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":427.3,\"cb\":205.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.7,\"emi\":-64.8,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 19:45\",\"dem\":586.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":430.0,\"cb\":205.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.7,\"emi\":-64.8,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.3,\"residRen\":15.3},{\"ts\":\"2024-10-26 19:50\",\"dem\":585.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":429.7,\"cb\":205.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.1,\"emi\":-65.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 19:55\",\"dem\":587.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":431.4,\"cb\":205.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.7,\"emi\":-64.7,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 20:00\",\"dem\":586.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":426.3,\"cb\":209.7,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.1,\"emi\":-65.8,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 20:05\",\"dem\":585.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":420.6,\"cb\":214.7,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.1,\"emi\":-66.9,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.8,\"residRen\":15.8},{\"ts\":\"2024-10-26 20:10\",\"dem\":589.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":420.4,\"cb\":220.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.8,\"emi\":-67.3,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 20:15\",\"dem\":586.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":415.8,\"cb\":225.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.3,\"emi\":-68.6,\"otrRen\":1.3,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 20:20\",\"dem\":587.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":409.3,\"cb\":230.4,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.4,\"emi\":-67.7,\"otrRen\":1.7,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 20:25\",\"dem\":586.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":402.1,\"cb\":235.8,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.3,\"emi\":-67.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 20:30\",\"dem\":586.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":395.6,\"cb\":241.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.7,\"emi\":-68.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-26 20:35\",\"dem\":583.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":389.2,\"cb\":245.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.0,\"emi\":-68.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 20:40\",\"dem\":583.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":384.5,\"cb\":250.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.3,\"emi\":-67.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 20:45\",\"dem\":583.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":377.3,\"cb\":256.5,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.2,\"emi\":-67.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-26 20:50\",\"dem\":579.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":367.5,\"cb\":261.6,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.8,\"emi\":-67.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 20:55\",\"dem\":575.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":355.8,\"cb\":266.8,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.3,\"emi\":-66.3,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 21:00\",\"dem\":571.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":349.4,\"cb\":268.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-65.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 21:05\",\"dem\":566.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":341.6,\"cb\":268.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.2,\"emi\":-63.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 21:10\",\"dem\":566.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":342.9,\"cb\":268.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.2,\"emi\":-61.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 21:15\",\"dem\":558.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":333.7,\"cb\":268.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.9,\"emi\":-61.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-26 21:20\",\"dem\":557.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":330.9,\"cb\":268.1,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.7,\"emi\":-60.9,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 21:25\",\"dem\":550.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":325.7,\"cb\":268.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-62.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 21:30\",\"dem\":545.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":320.1,\"cb\":268.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-60.7,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 21:35\",\"dem\":534.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.3,\"cb\":267.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.6,\"emi\":-60.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 21:40\",\"dem\":532.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":305.0,\"cb\":268.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-62.4,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 21:45\",\"dem\":525.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":299.2,\"cb\":268.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.4,\"emi\":-63.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 21:50\",\"dem\":519.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":296.2,\"cb\":268.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-64.0,\"otrRen\":2.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 21:55\",\"dem\":512.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":311.9,\"cb\":243.8,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.3,\"emi\":-66.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-26 22:00\",\"dem\":507.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":335.7,\"cb\":218.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.0,\"emi\":-64.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.0,\"residRen\":15.0},{\"ts\":\"2024-10-26 22:05\",\"dem\":497.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":353.7,\"cb\":192.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-65.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 22:10\",\"dem\":492.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":369.1,\"cb\":166.4,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.1,\"emi\":-63.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 22:15\",\"dem\":485.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":382.5,\"cb\":140.5,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-8.7,\"emi\":-59.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 22:20\",\"dem\":481.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":395.3,\"cb\":115.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.9,\"emi\":-57.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-26 22:25\",\"dem\":473.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":404.3,\"cb\":100.7,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-6.0,\"emi\":-58.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.5,\"residRen\":15.5},{\"ts\":\"2024-10-26 22:30\",\"dem\":468.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":399.8,\"cb\":102.4,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-7.0,\"emi\":-60.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.8,\"residRen\":15.8},{\"ts\":\"2024-10-26 22:35\",\"dem\":463.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":393.9,\"cb\":102.5,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-5.1,\"emi\":-59.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 22:40\",\"dem\":461.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":390.7,\"cb\":102.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.2,\"emi\":-57.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-26 22:45\",\"dem\":456.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":382.9,\"cb\":102.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-4.0,\"emi\":-55.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-26 22:50\",\"dem\":452.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":375.7,\"cb\":102.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.9,\"emi\":-55.5,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.6,\"residRen\":15.6},{\"ts\":\"2024-10-26 22:55\",\"dem\":448.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":370.6,\"cb\":102.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.1,\"emi\":-55.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.9,\"residRen\":15.9},{\"ts\":\"2024-10-26 23:00\",\"dem\":447.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":369.9,\"cb\":102.2,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.9,\"emi\":-54.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.4,\"residRen\":15.4},{\"ts\":\"2024-10-26 23:05\",\"dem\":440.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":367.1,\"cb\":101.9,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-3.2,\"emi\":-57.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-26 23:10\",\"dem\":439.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":370.8,\"cb\":102.4,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-2.4,\"emi\":-61.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-26 23:15\",\"dem\":434.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":375.8,\"cb\":102.0,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-0.2,\"emi\":-73.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-26 23:20\",\"dem\":429.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":379.7,\"cb\":102.3,\"fot\":0.4,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.3,\"emi\":-74.7,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 23:25\",\"dem\":430.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":386.1,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-77.8,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.5,\"residRen\":15.5},{\"ts\":\"2024-10-26 23:30\",\"dem\":425.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":384.9,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-16.0,\"emi\":-78.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-26 23:35\",\"dem\":422.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":383.3,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-81.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 23:40\",\"dem\":418.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":382.2,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.0,\"emi\":-81.1,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-26 23:45\",\"dem\":414.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":381.2,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-85.8,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 23:50\",\"dem\":412.0,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":380.3,\"cb\":102.5,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.4,\"emi\":-87.3,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-26 23:55\",\"dem\":407.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":378.0,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.8,\"emi\":-91.7,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.0,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-27 00:00\",\"dem\":405.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":376.1,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.4,\"emi\":-91.5,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":0.1,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-27 00:05\",\"dem\":401.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":370.6,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.5,\"emi\":-90.5,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":1.8,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-27 00:10\",\"dem\":399.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":365.3,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.1,\"emi\":-89.9,\"otrRen\":0.3,\"resid\":0.0,\"genAux\":0.0,\"cogen\":1.8,\"eif\":-0.0,\"residNr\":15.3,\"residRen\":15.3},{\"ts\":\"2024-10-27 00:15\",\"dem\":395.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":360.3,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.9,\"emi\":-88.3,\"otrRen\":1.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":2.3,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-27 00:20\",\"dem\":393.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":356.7,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-9.7,\"emi\":-88.2,\"otrRen\":1.7,\"resid\":0.0,\"genAux\":0.0,\"cogen\":2.7,\"eif\":-0.0,\"residNr\":13.9,\"residRen\":13.9},{\"ts\":\"2024-10-27 00:25\",\"dem\":391.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":356.2,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.3,\"emi\":-87.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":2.9,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-27 00:30\",\"dem\":387.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":351.5,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.6,\"emi\":-87.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-27 00:35\",\"dem\":384.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":348.3,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-86.2,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-27 00:40\",\"dem\":381.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":345.3,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-85.9,\"otrRen\":0.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-27 00:45\",\"dem\":380.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":342.0,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.6,\"emi\":-85.4,\"otrRen\":0.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-27 00:50\",\"dem\":377.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":338.9,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-84.8,\"otrRen\":1.5,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-27 00:55\",\"dem\":375.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":337.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-83.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.1,\"residRen\":14.1},{\"ts\":\"2024-10-27 01:00\",\"dem\":373.4,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":335.9,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.5,\"emi\":-83.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-27 01:05\",\"dem\":370.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":334.5,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-15.0,\"emi\":-83.4,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-27 01:10\",\"dem\":369.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":329.7,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.6,\"emi\":-82.7,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.7,\"residRen\":15.7},{\"ts\":\"2024-10-27 01:15\",\"dem\":367.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":327.5,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-82.2,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.1,\"residRen\":15.1},{\"ts\":\"2024-10-27 01:20\",\"dem\":364.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":325.5,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-14.0,\"emi\":-81.9,\"otrRen\":0.8,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3},{\"ts\":\"2024-10-27 01:25\",\"dem\":361.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":321.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.5,\"emi\":-81.6,\"otrRen\":1.4,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-27 01:30\",\"dem\":358.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":317.8,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.7,\"emi\":-80.9,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-27 01:35\",\"dem\":357.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":316.0,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.4,\"emi\":-81.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-27 01:40\",\"dem\":355.6,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":313.0,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-13.1,\"emi\":-80.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.5,\"residRen\":14.5},{\"ts\":\"2024-10-27 01:45\",\"dem\":353.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":309.7,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.6,\"emi\":-80.1,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-27 01:50\",\"dem\":351.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.9,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.5,\"emi\":-79.5,\"otrRen\":0.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-27 01:55\",\"dem\":350.9,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":308.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.9,\"emi\":-79.3,\"otrRen\":0.2,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-27 2A:00\",\"dem\":349.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":305.6,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.7,\"emi\":-79.2,\"otrRen\":0.9,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-27 2A:05\",\"dem\":348.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":302.7,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-78.8,\"otrRen\":1.7,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.9,\"residRen\":14.9},{\"ts\":\"2024-10-27 2A:10\",\"dem\":346.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":300.4,\"cb\":102.3,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.0,\"emi\":-78.6,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.7,\"residRen\":14.7},{\"ts\":\"2024-10-27 2A:15\",\"dem\":344.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":297.3,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-12.2,\"emi\":-77.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.8,\"residRen\":14.8},{\"ts\":\"2024-10-27 2A:20\",\"dem\":343.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":295.8,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.8,\"emi\":-77.5,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.6,\"residRen\":14.6},{\"ts\":\"2024-10-27 2A:25\",\"dem\":342.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":295.5,\"cb\":102.0,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.7,\"emi\":-77.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.2,\"residRen\":14.2},{\"ts\":\"2024-10-27 2A:30\",\"dem\":339.3,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":290.8,\"cb\":102.1,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.9,\"emi\":-77.3,\"otrRen\":2.0,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-27 2A:35\",\"dem\":336.8,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.7,\"cb\":101.8,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.8,\"emi\":-76.7,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":15.2,\"residRen\":15.2},{\"ts\":\"2024-10-27 2A:40\",\"dem\":336.7,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":288.4,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.3,\"emi\":-77.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.4,\"residRen\":14.4},{\"ts\":\"2024-10-27 2A:45\",\"dem\":335.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":288.4,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.3,\"emi\":-76.9,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.7,\"residRen\":13.7},{\"ts\":\"2024-10-27 2A:50\",\"dem\":335.1,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":287.7,\"cb\":101.9,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.0,\"emi\":-76.3,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":13.8,\"residRen\":13.8},{\"ts\":\"2024-10-27 2A:55\",\"dem\":334.2,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":285.6,\"cb\":102.4,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-10.9,\"emi\":-76.2,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.0,\"residRen\":14.0},{\"ts\":\"2024-10-27 2B:00\",\"dem\":334.5,\"car\":0.0,\"die\":0.0,\"gas\":0.0,\"cc\":285.5,\"cb\":102.2,\"fot\":0.0,\"tnr\":0.0,\"trn\":0.0,\"eol\":0.0,\"emm\":-11.1,\"emi\":-76.0,\"otrRen\":2.1,\"resid\":0.0,\"genAux\":0.0,\"cogen\":3.2,\"eif\":-0.0,\"residNr\":14.3,\"residRen\":14.3}]});"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionCanarias.json",
    "content": "null({\"valoresHorariosGeneracion\":[{\"ts\":\"2024-10-25 20:00\",\"dem\":514.2,\"die\":36.4,\"gas\":10.6,\"eol\":103.6,\"cc\":272.0,\"vap\":91.8,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:05\",\"dem\":519.3,\"die\":36.9,\"gas\":9.7,\"eol\":101.7,\"cc\":275.9,\"vap\":91.7,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:10\",\"dem\":520.1,\"die\":37.2,\"gas\":10.0,\"eol\":105.5,\"cc\":274.6,\"vap\":91.6,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:15\",\"dem\":517.6,\"die\":37.1,\"gas\":10.0,\"eol\":103.9,\"cc\":273.3,\"vap\":91.7,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:20\",\"dem\":518.1,\"die\":36.7,\"gas\":10.8,\"eol\":102.3,\"cc\":274.7,\"vap\":92.2,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:25\",\"dem\":516.0,\"die\":36.8,\"gas\":10.6,\"eol\":106.5,\"cc\":270.4,\"vap\":91.5,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:30\",\"dem\":515.8,\"die\":36.8,\"gas\":10.8,\"eol\":114.5,\"cc\":261.8,\"vap\":91.0,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:35\",\"dem\":516.2,\"die\":36.3,\"gas\":10.7,\"eol\":112.1,\"cc\":263.5,\"vap\":90.6,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:40\",\"dem\":512.8,\"die\":33.2,\"gas\":10.6,\"eol\":108.5,\"cc\":270.6,\"vap\":91.3,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:45\",\"dem\":513.7,\"die\":33.5,\"gas\":10.5,\"eol\":103.6,\"cc\":273.4,\"vap\":91.1,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:50\",\"dem\":511.8,\"die\":33.4,\"gas\":10.7,\"eol\":99.9,\"cc\":276.1,\"vap\":90.8,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 20:55\",\"dem\":511.0,\"die\":32.9,\"gas\":9.9,\"eol\":99.6,\"cc\":276.1,\"vap\":90.8,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:00\",\"dem\":508.7,\"die\":33.2,\"gas\":9.7,\"eol\":106.8,\"cc\":266.9,\"vap\":91.2,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:05\",\"dem\":502.1,\"die\":33.0,\"gas\":9.2,\"eol\":112.6,\"cc\":256.0,\"vap\":90.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:10\",\"dem\":496.8,\"die\":33.4,\"gas\":9.2,\"eol\":109.7,\"cc\":255.0,\"vap\":90.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:15\",\"dem\":494.1,\"die\":33.6,\"gas\":10.0,\"eol\":112.9,\"cc\":247.1,\"vap\":90.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:20\",\"dem\":491.7,\"die\":33.4,\"gas\":10.4,\"eol\":108.9,\"cc\":246.7,\"vap\":90.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:25\",\"dem\":491.2,\"die\":32.9,\"gas\":9.8,\"eol\":113.5,\"cc\":243.4,\"vap\":90.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:30\",\"dem\":486.0,\"die\":33.1,\"gas\":10.9,\"eol\":110.6,\"cc\":244.5,\"vap\":88.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:35\",\"dem\":476.5,\"die\":33.4,\"gas\":10.0,\"eol\":105.8,\"cc\":245.7,\"vap\":84.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:40\",\"dem\":479.1,\"die\":33.6,\"gas\":9.8,\"eol\":103.4,\"cc\":249.8,\"vap\":82.2,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:45\",\"dem\":478.5,\"die\":32.3,\"gas\":9.8,\"eol\":104.4,\"cc\":249.6,\"vap\":81.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:50\",\"dem\":472.0,\"die\":32.2,\"gas\":9.4,\"eol\":107.2,\"cc\":240.6,\"vap\":81.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 21:55\",\"dem\":465.8,\"die\":31.8,\"gas\":9.3,\"eol\":108.3,\"cc\":233.4,\"vap\":82.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:00\",\"dem\":463.2,\"die\":32.1,\"gas\":9.9,\"eol\":99.8,\"cc\":237.2,\"vap\":81.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:05\",\"dem\":452.9,\"die\":28.0,\"gas\":9.5,\"eol\":102.6,\"cc\":229.8,\"vap\":80.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:10\",\"dem\":448.0,\"die\":15.4,\"gas\":10.7,\"eol\":100.7,\"cc\":239.5,\"vap\":81.1,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:15\",\"dem\":445.3,\"die\":14.8,\"gas\":8.8,\"eol\":100.3,\"cc\":239.0,\"vap\":81.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:20\",\"dem\":437.2,\"die\":15.1,\"gas\":2.0,\"eol\":103.7,\"cc\":234.8,\"vap\":81.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:25\",\"dem\":431.6,\"die\":15.1,\"gas\":0.0,\"eol\":109.1,\"cc\":228.9,\"vap\":80.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:30\",\"dem\":429.4,\"die\":14.8,\"gas\":0.0,\"eol\":113.8,\"cc\":223.3,\"vap\":77.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:35\",\"dem\":426.4,\"die\":15.1,\"gas\":0.0,\"eol\":115.4,\"cc\":220.8,\"vap\":74.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:40\",\"dem\":420.2,\"die\":15.4,\"gas\":0.0,\"eol\":119.6,\"cc\":214.0,\"vap\":71.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:45\",\"dem\":419.3,\"die\":15.1,\"gas\":0.0,\"eol\":128.6,\"cc\":206.1,\"vap\":67.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:50\",\"dem\":412.7,\"die\":14.9,\"gas\":0.0,\"eol\":122.3,\"cc\":208.8,\"vap\":64.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 22:55\",\"dem\":408.1,\"die\":15.4,\"gas\":0.0,\"eol\":121.6,\"cc\":210.3,\"vap\":61.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:00\",\"dem\":404.8,\"die\":14.8,\"gas\":0.0,\"eol\":129.4,\"cc\":197.6,\"vap\":61.2,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:05\",\"dem\":400.3,\"die\":9.5,\"gas\":0.0,\"eol\":123.0,\"cc\":204.4,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:10\",\"dem\":399.6,\"die\":4.6,\"gas\":0.0,\"eol\":132.1,\"cc\":201.9,\"vap\":61.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:15\",\"dem\":393.0,\"die\":0.0,\"gas\":0.0,\"eol\":135.1,\"cc\":194.9,\"vap\":61.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:20\",\"dem\":388.9,\"die\":0.0,\"gas\":0.0,\"eol\":139.2,\"cc\":186.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:25\",\"dem\":388.1,\"die\":0.0,\"gas\":0.0,\"eol\":147.9,\"cc\":175.5,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:30\",\"dem\":381.2,\"die\":0.0,\"gas\":0.0,\"eol\":143.3,\"cc\":172.9,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:35\",\"dem\":376.0,\"die\":0.0,\"gas\":0.0,\"eol\":151.2,\"cc\":160.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:40\",\"dem\":376.6,\"die\":0.0,\"gas\":0.0,\"eol\":152.8,\"cc\":161.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:45\",\"dem\":368.2,\"die\":0.0,\"gas\":0.0,\"eol\":157.1,\"cc\":147.5,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:50\",\"dem\":363.0,\"die\":0.0,\"gas\":0.0,\"eol\":158.1,\"cc\":142.9,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-25 23:55\",\"dem\":367.8,\"die\":0.0,\"gas\":0.0,\"eol\":158.5,\"cc\":145.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:00\",\"dem\":359.2,\"die\":0.0,\"gas\":0.0,\"eol\":147.2,\"cc\":148.8,\"vap\":62.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:05\",\"dem\":361.7,\"die\":0.0,\"gas\":0.0,\"eol\":150.5,\"cc\":146.9,\"vap\":63.3,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:10\",\"dem\":356.6,\"die\":0.0,\"gas\":0.0,\"eol\":147.4,\"cc\":146.5,\"vap\":62.3,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:15\",\"dem\":354.9,\"die\":0.0,\"gas\":0.0,\"eol\":150.3,\"cc\":142.2,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:20\",\"dem\":352.4,\"die\":0.0,\"gas\":0.0,\"eol\":141.9,\"cc\":144.9,\"vap\":64.2,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:25\",\"dem\":349.6,\"die\":0.0,\"gas\":0.0,\"eol\":141.4,\"cc\":144.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:30\",\"dem\":349.6,\"die\":0.0,\"gas\":0.0,\"eol\":142.1,\"cc\":144.7,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:35\",\"dem\":346.2,\"die\":0.0,\"gas\":0.0,\"eol\":141.5,\"cc\":142.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:40\",\"dem\":344.0,\"die\":0.0,\"gas\":0.0,\"eol\":132.9,\"cc\":145.6,\"vap\":64.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:45\",\"dem\":341.5,\"die\":0.0,\"gas\":0.0,\"eol\":132.9,\"cc\":145.6,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:50\",\"dem\":337.8,\"die\":0.0,\"gas\":0.0,\"eol\":132.3,\"cc\":142.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 00:55\",\"dem\":334.1,\"die\":0.0,\"gas\":0.0,\"eol\":132.6,\"cc\":139.2,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:00\",\"dem\":333.5,\"die\":0.0,\"gas\":0.0,\"eol\":125.5,\"cc\":143.3,\"vap\":64.1,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:05\",\"dem\":331.0,\"die\":0.0,\"gas\":0.0,\"eol\":123.7,\"cc\":143.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:10\",\"dem\":330.8,\"die\":0.0,\"gas\":0.0,\"eol\":124.6,\"cc\":143.9,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:15\",\"dem\":327.9,\"die\":0.0,\"gas\":0.0,\"eol\":121.0,\"cc\":143.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:20\",\"dem\":325.9,\"die\":0.0,\"gas\":0.0,\"eol\":117.7,\"cc\":144.9,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:25\",\"dem\":327.2,\"die\":0.0,\"gas\":0.0,\"eol\":118.6,\"cc\":143.8,\"vap\":62.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:30\",\"dem\":320.3,\"die\":0.0,\"gas\":0.0,\"eol\":116.7,\"cc\":141.2,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:35\",\"dem\":318.2,\"die\":0.0,\"gas\":0.0,\"eol\":118.8,\"cc\":138.0,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:40\",\"dem\":314.7,\"die\":0.0,\"gas\":0.0,\"eol\":104.2,\"cc\":144.5,\"vap\":65.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:45\",\"dem\":315.6,\"die\":0.0,\"gas\":0.0,\"eol\":104.6,\"cc\":147.7,\"vap\":62.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:50\",\"dem\":315.2,\"die\":0.0,\"gas\":0.0,\"eol\":104.5,\"cc\":148.6,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 01:55\",\"dem\":314.2,\"die\":0.0,\"gas\":0.0,\"eol\":104.1,\"cc\":148.1,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:00\",\"dem\":313.4,\"die\":0.0,\"gas\":0.0,\"eol\":105.0,\"cc\":146.1,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:05\",\"dem\":311.3,\"die\":0.0,\"gas\":0.0,\"eol\":102.1,\"cc\":147.0,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:10\",\"dem\":311.1,\"die\":0.0,\"gas\":0.0,\"eol\":103.9,\"cc\":144.9,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:15\",\"dem\":309.7,\"die\":0.0,\"gas\":0.0,\"eol\":103.9,\"cc\":143.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:20\",\"dem\":309.6,\"die\":0.0,\"gas\":0.0,\"eol\":105.6,\"cc\":141.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:25\",\"dem\":307.7,\"die\":0.0,\"gas\":0.0,\"eol\":103.5,\"cc\":140.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:30\",\"dem\":305.3,\"die\":0.0,\"gas\":0.0,\"eol\":102.3,\"cc\":140.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:35\",\"dem\":304.7,\"die\":0.0,\"gas\":0.0,\"eol\":102.3,\"cc\":140.0,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:40\",\"dem\":304.1,\"die\":0.0,\"gas\":0.0,\"eol\":103.3,\"cc\":138.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:45\",\"dem\":303.0,\"die\":0.0,\"gas\":0.0,\"eol\":103.5,\"cc\":136.7,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:50\",\"dem\":302.2,\"die\":0.0,\"gas\":0.0,\"eol\":103.2,\"cc\":135.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 02:55\",\"dem\":300.1,\"die\":0.0,\"gas\":0.0,\"eol\":94.0,\"cc\":143.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:00\",\"dem\":302.2,\"die\":0.0,\"gas\":0.0,\"eol\":94.1,\"cc\":141.6,\"vap\":64.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:05\",\"dem\":298.9,\"die\":0.0,\"gas\":0.0,\"eol\":92.6,\"cc\":143.1,\"vap\":62.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:10\",\"dem\":299.4,\"die\":0.0,\"gas\":0.0,\"eol\":93.6,\"cc\":143.3,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:15\",\"dem\":300.0,\"die\":0.0,\"gas\":0.0,\"eol\":93.2,\"cc\":145.5,\"vap\":61.4,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:20\",\"dem\":300.1,\"die\":0.0,\"gas\":0.0,\"eol\":92.0,\"cc\":145.7,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:25\",\"dem\":299.5,\"die\":0.0,\"gas\":0.0,\"eol\":91.5,\"cc\":145.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:30\",\"dem\":300.0,\"die\":0.0,\"gas\":0.0,\"eol\":92.7,\"cc\":144.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:35\",\"dem\":296.4,\"die\":0.0,\"gas\":0.0,\"eol\":92.9,\"cc\":141.3,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:40\",\"dem\":296.5,\"die\":0.0,\"gas\":0.0,\"eol\":92.4,\"cc\":141.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:45\",\"dem\":297.0,\"die\":0.0,\"gas\":0.0,\"eol\":91.8,\"cc\":142.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:50\",\"dem\":296.2,\"die\":0.0,\"gas\":0.0,\"eol\":92.9,\"cc\":141.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 03:55\",\"dem\":296.6,\"die\":0.0,\"gas\":0.0,\"eol\":92.8,\"cc\":140.7,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:00\",\"dem\":296.1,\"die\":0.0,\"gas\":0.0,\"eol\":93.0,\"cc\":141.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:05\",\"dem\":296.0,\"die\":0.0,\"gas\":0.0,\"eol\":92.0,\"cc\":141.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:10\",\"dem\":294.9,\"die\":0.0,\"gas\":0.0,\"eol\":90.9,\"cc\":141.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:15\",\"dem\":295.1,\"die\":0.0,\"gas\":0.0,\"eol\":93.0,\"cc\":140.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:20\",\"dem\":296.5,\"die\":0.0,\"gas\":0.0,\"eol\":92.1,\"cc\":141.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:25\",\"dem\":296.1,\"die\":0.0,\"gas\":0.0,\"eol\":91.1,\"cc\":141.7,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:30\",\"dem\":296.7,\"die\":0.0,\"gas\":0.0,\"eol\":92.8,\"cc\":141.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:35\",\"dem\":296.9,\"die\":0.0,\"gas\":0.0,\"eol\":93.7,\"cc\":140.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:40\",\"dem\":295.9,\"die\":0.0,\"gas\":0.0,\"eol\":93.1,\"cc\":140.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:45\",\"dem\":295.5,\"die\":0.0,\"gas\":0.0,\"eol\":93.0,\"cc\":140.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:50\",\"dem\":294.1,\"die\":0.0,\"gas\":0.0,\"eol\":92.8,\"cc\":139.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 04:55\",\"dem\":295.0,\"die\":0.0,\"gas\":0.0,\"eol\":91.6,\"cc\":141.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:00\",\"dem\":297.7,\"die\":0.0,\"gas\":0.0,\"eol\":93.3,\"cc\":141.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:05\",\"dem\":299.1,\"die\":0.0,\"gas\":0.0,\"eol\":92.8,\"cc\":143.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:10\",\"dem\":295.1,\"die\":0.0,\"gas\":0.0,\"eol\":95.8,\"cc\":136.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:15\",\"dem\":294.5,\"die\":0.0,\"gas\":0.0,\"eol\":97.2,\"cc\":136.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:20\",\"dem\":296.6,\"die\":0.0,\"gas\":0.0,\"eol\":97.8,\"cc\":136.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:25\",\"dem\":293.9,\"die\":0.0,\"gas\":0.0,\"eol\":95.8,\"cc\":136.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:30\",\"dem\":293.2,\"die\":0.0,\"gas\":0.0,\"eol\":90.7,\"cc\":142.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:35\",\"dem\":296.3,\"die\":0.0,\"gas\":0.0,\"eol\":93.0,\"cc\":140.7,\"vap\":61.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:40\",\"dem\":295.0,\"die\":0.0,\"gas\":0.0,\"eol\":91.6,\"cc\":142.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:45\",\"dem\":300.1,\"die\":0.0,\"gas\":0.0,\"eol\":91.9,\"cc\":147.3,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:50\",\"dem\":300.5,\"die\":0.0,\"gas\":0.0,\"eol\":85.1,\"cc\":150.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 05:55\",\"dem\":300.5,\"die\":0.0,\"gas\":0.0,\"eol\":91.7,\"cc\":146.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:00\",\"dem\":305.8,\"die\":0.0,\"gas\":0.0,\"eol\":86.2,\"cc\":157.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:05\",\"dem\":311.8,\"die\":0.0,\"gas\":0.0,\"eol\":87.5,\"cc\":161.6,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:10\",\"dem\":315.1,\"die\":0.0,\"gas\":0.0,\"eol\":85.1,\"cc\":165.1,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:15\",\"dem\":316.7,\"die\":0.0,\"gas\":0.0,\"eol\":88.3,\"cc\":166.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:20\",\"dem\":318.0,\"die\":0.0,\"gas\":0.0,\"eol\":92.1,\"cc\":160.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:25\",\"dem\":316.7,\"die\":0.0,\"gas\":0.0,\"eol\":102.7,\"cc\":153.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:30\",\"dem\":320.4,\"die\":0.0,\"gas\":0.0,\"eol\":100.5,\"cc\":157.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:35\",\"dem\":319.2,\"die\":0.0,\"gas\":0.0,\"eol\":98.6,\"cc\":158.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:40\",\"dem\":322.4,\"die\":0.0,\"gas\":0.0,\"eol\":101.5,\"cc\":158.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:45\",\"dem\":323.8,\"die\":0.0,\"gas\":0.0,\"eol\":105.4,\"cc\":157.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:50\",\"dem\":327.3,\"die\":0.0,\"gas\":0.0,\"eol\":96.0,\"cc\":166.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 06:55\",\"dem\":331.3,\"die\":0.0,\"gas\":0.0,\"eol\":85.2,\"cc\":183.6,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:00\",\"dem\":330.5,\"die\":0.0,\"gas\":0.0,\"eol\":71.9,\"cc\":198.3,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:05\",\"dem\":335.6,\"die\":0.0,\"gas\":0.0,\"eol\":64.9,\"cc\":206.1,\"vap\":62.3,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:10\",\"dem\":339.5,\"die\":0.0,\"gas\":0.0,\"eol\":60.4,\"cc\":216.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:15\",\"dem\":343.6,\"die\":0.0,\"gas\":0.0,\"eol\":64.9,\"cc\":217.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:20\",\"dem\":349.4,\"die\":0.0,\"gas\":0.0,\"eol\":83.0,\"cc\":204.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:25\",\"dem\":349.0,\"die\":0.0,\"gas\":0.0,\"eol\":97.6,\"cc\":190.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:30\",\"dem\":350.3,\"die\":0.0,\"gas\":0.0,\"eol\":74.6,\"cc\":211.5,\"vap\":62.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:35\",\"dem\":353.0,\"die\":0.0,\"gas\":0.0,\"eol\":72.0,\"cc\":218.0,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:40\",\"dem\":353.9,\"die\":0.0,\"gas\":0.0,\"eol\":75.2,\"cc\":216.6,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:45\",\"dem\":358.6,\"die\":0.0,\"gas\":0.0,\"eol\":78.5,\"cc\":213.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:50\",\"dem\":355.9,\"die\":0.0,\"gas\":0.0,\"eol\":74.1,\"cc\":220.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 07:55\",\"dem\":360.5,\"die\":0.0,\"gas\":0.0,\"eol\":66.5,\"cc\":233.1,\"vap\":61.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:00\",\"dem\":369.1,\"die\":0.0,\"gas\":0.0,\"eol\":80.7,\"cc\":226.2,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:05\",\"dem\":369.9,\"die\":0.0,\"gas\":0.0,\"eol\":90.2,\"cc\":218.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:10\",\"dem\":374.2,\"die\":0.0,\"gas\":0.0,\"eol\":93.6,\"cc\":218.2,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:15\",\"dem\":369.8,\"die\":0.0,\"gas\":0.0,\"eol\":86.6,\"cc\":219.1,\"vap\":61.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:20\",\"dem\":377.1,\"die\":0.0,\"gas\":0.0,\"eol\":87.8,\"cc\":227.7,\"vap\":62.0,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:25\",\"dem\":375.5,\"die\":0.0,\"gas\":0.0,\"eol\":78.4,\"cc\":233.5,\"vap\":61.6,\"fot\":0.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:30\",\"dem\":379.4,\"die\":0.0,\"gas\":0.0,\"eol\":84.1,\"cc\":232.1,\"vap\":61.6,\"fot\":0.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:35\",\"dem\":383.1,\"die\":0.0,\"gas\":0.0,\"eol\":84.6,\"cc\":234.0,\"vap\":62.2,\"fot\":1.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:40\",\"dem\":386.9,\"die\":0.0,\"gas\":0.0,\"eol\":77.1,\"cc\":245.0,\"vap\":61.7,\"fot\":2.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:45\",\"dem\":391.2,\"die\":0.0,\"gas\":0.0,\"eol\":79.5,\"cc\":245.2,\"vap\":61.6,\"fot\":3.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:50\",\"dem\":395.9,\"die\":0.0,\"gas\":0.0,\"eol\":75.3,\"cc\":253.1,\"vap\":62.1,\"fot\":3.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 08:55\",\"dem\":399.9,\"die\":0.0,\"gas\":0.0,\"eol\":80.1,\"cc\":254.6,\"vap\":61.5,\"fot\":4.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:00\",\"dem\":404.6,\"die\":0.0,\"gas\":0.0,\"eol\":98.2,\"cc\":238.8,\"vap\":61.6,\"fot\":6.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:05\",\"dem\":408.9,\"die\":0.0,\"gas\":0.0,\"eol\":103.1,\"cc\":237.4,\"vap\":61.6,\"fot\":8.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:10\",\"dem\":415.9,\"die\":0.0,\"gas\":0.0,\"eol\":94.6,\"cc\":251.5,\"vap\":61.9,\"fot\":7.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:15\",\"dem\":419.5,\"die\":0.0,\"gas\":0.0,\"eol\":104.5,\"cc\":243.8,\"vap\":61.6,\"fot\":10.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:20\",\"dem\":424.0,\"die\":0.0,\"gas\":0.0,\"eol\":113.4,\"cc\":234.0,\"vap\":61.6,\"fot\":13.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:25\",\"dem\":423.5,\"die\":0.0,\"gas\":0.0,\"eol\":119.6,\"cc\":227.1,\"vap\":61.6,\"fot\":17.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:30\",\"dem\":428.5,\"die\":0.0,\"gas\":0.0,\"eol\":139.1,\"cc\":207.4,\"vap\":61.7,\"fot\":19.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:35\",\"dem\":435.3,\"die\":0.0,\"gas\":0.0,\"eol\":136.9,\"cc\":210.4,\"vap\":61.7,\"fot\":22.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:40\",\"dem\":433.7,\"die\":0.0,\"gas\":0.0,\"eol\":135.9,\"cc\":212.0,\"vap\":61.6,\"fot\":23.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:45\",\"dem\":439.2,\"die\":0.0,\"gas\":0.0,\"eol\":142.5,\"cc\":206.2,\"vap\":61.8,\"fot\":28.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:50\",\"dem\":443.7,\"die\":0.0,\"gas\":0.0,\"eol\":153.4,\"cc\":198.7,\"vap\":61.6,\"fot\":26.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 09:55\",\"dem\":443.7,\"die\":0.0,\"gas\":0.0,\"eol\":156.6,\"cc\":198.3,\"vap\":61.7,\"fot\":26.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:00\",\"dem\":450.0,\"die\":0.0,\"gas\":0.0,\"eol\":157.2,\"cc\":202.9,\"vap\":61.7,\"fot\":28.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:05\",\"dem\":452.8,\"die\":0.0,\"gas\":0.0,\"eol\":163.5,\"cc\":189.1,\"vap\":61.7,\"fot\":33.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:10\",\"dem\":453.9,\"die\":0.0,\"gas\":0.0,\"eol\":173.3,\"cc\":187.4,\"vap\":61.5,\"fot\":31.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:15\",\"dem\":457.5,\"die\":0.0,\"gas\":0.0,\"eol\":178.0,\"cc\":182.2,\"vap\":61.6,\"fot\":33.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:20\",\"dem\":455.9,\"die\":0.0,\"gas\":0.0,\"eol\":178.7,\"cc\":180.6,\"vap\":61.6,\"fot\":36.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:25\",\"dem\":457.1,\"die\":0.0,\"gas\":0.0,\"eol\":179.1,\"cc\":170.5,\"vap\":61.6,\"fot\":42.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:30\",\"dem\":455.9,\"die\":0.0,\"gas\":0.0,\"eol\":180.8,\"cc\":170.8,\"vap\":61.5,\"fot\":41.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:35\",\"dem\":456.3,\"die\":0.0,\"gas\":0.0,\"eol\":175.6,\"cc\":171.9,\"vap\":61.6,\"fot\":43.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:40\",\"dem\":458.0,\"die\":0.0,\"gas\":0.0,\"eol\":183.9,\"cc\":162.5,\"vap\":61.6,\"fot\":48.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:45\",\"dem\":458.8,\"die\":0.0,\"gas\":0.0,\"eol\":184.1,\"cc\":163.6,\"vap\":61.3,\"fot\":49.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:50\",\"dem\":456.5,\"die\":0.0,\"gas\":0.0,\"eol\":182.9,\"cc\":157.5,\"vap\":61.8,\"fot\":54.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 10:55\",\"dem\":457.6,\"die\":0.0,\"gas\":0.0,\"eol\":180.3,\"cc\":159.2,\"vap\":61.5,\"fot\":54.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:00\",\"dem\":458.2,\"die\":0.0,\"gas\":0.0,\"eol\":179.5,\"cc\":162.0,\"vap\":61.6,\"fot\":54.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:05\",\"dem\":457.1,\"die\":0.0,\"gas\":0.0,\"eol\":180.9,\"cc\":161.7,\"vap\":61.7,\"fot\":51.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:10\",\"dem\":457.1,\"die\":0.0,\"gas\":0.0,\"eol\":182.1,\"cc\":161.7,\"vap\":61.6,\"fot\":51.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:15\",\"dem\":457.3,\"die\":0.0,\"gas\":0.0,\"eol\":180.6,\"cc\":162.1,\"vap\":61.4,\"fot\":51.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:20\",\"dem\":457.2,\"die\":0.0,\"gas\":0.0,\"eol\":178.5,\"cc\":165.6,\"vap\":61.4,\"fot\":52.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:25\",\"dem\":460.2,\"die\":0.0,\"gas\":0.0,\"eol\":178.8,\"cc\":158.5,\"vap\":61.4,\"fot\":59.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:30\",\"dem\":458.2,\"die\":0.0,\"gas\":0.0,\"eol\":176.5,\"cc\":160.2,\"vap\":61.7,\"fot\":58.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:35\",\"dem\":457.6,\"die\":0.0,\"gas\":0.0,\"eol\":178.8,\"cc\":156.9,\"vap\":61.6,\"fot\":60.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:40\",\"dem\":457.6,\"die\":0.0,\"gas\":0.0,\"eol\":180.9,\"cc\":154.3,\"vap\":61.7,\"fot\":59.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:45\",\"dem\":459.4,\"die\":0.0,\"gas\":0.0,\"eol\":182.1,\"cc\":149.0,\"vap\":61.6,\"fot\":63.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:50\",\"dem\":458.9,\"die\":0.0,\"gas\":0.0,\"eol\":181.1,\"cc\":144.9,\"vap\":61.5,\"fot\":70.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 11:55\",\"dem\":454.8,\"die\":0.0,\"gas\":0.0,\"eol\":184.6,\"cc\":140.4,\"vap\":61.6,\"fot\":67.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:00\",\"dem\":459.0,\"die\":0.0,\"gas\":0.0,\"eol\":178.8,\"cc\":142.8,\"vap\":61.5,\"fot\":72.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:05\",\"dem\":454.8,\"die\":0.0,\"gas\":0.0,\"eol\":184.3,\"cc\":139.1,\"vap\":61.5,\"fot\":71.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:10\",\"dem\":456.3,\"die\":0.0,\"gas\":0.0,\"eol\":179.8,\"cc\":151.7,\"vap\":61.7,\"fot\":66.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:15\",\"dem\":462.8,\"die\":0.0,\"gas\":0.0,\"eol\":177.5,\"cc\":142.8,\"vap\":61.5,\"fot\":80.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:20\",\"dem\":459.1,\"die\":0.0,\"gas\":0.0,\"eol\":175.2,\"cc\":146.6,\"vap\":61.7,\"fot\":76.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:25\",\"dem\":454.6,\"die\":0.0,\"gas\":0.0,\"eol\":172.3,\"cc\":150.0,\"vap\":61.7,\"fot\":70.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:30\",\"dem\":462.2,\"die\":0.0,\"gas\":0.0,\"eol\":173.6,\"cc\":148.7,\"vap\":61.6,\"fot\":77.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:35\",\"dem\":462.7,\"die\":0.0,\"gas\":0.0,\"eol\":165.9,\"cc\":155.2,\"vap\":61.7,\"fot\":77.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:40\",\"dem\":464.3,\"die\":0.0,\"gas\":0.0,\"eol\":170.9,\"cc\":150.3,\"vap\":61.5,\"fot\":77.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:45\",\"dem\":458.3,\"die\":0.0,\"gas\":0.0,\"eol\":175.0,\"cc\":148.6,\"vap\":61.9,\"fot\":72.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:50\",\"dem\":458.6,\"die\":0.0,\"gas\":0.0,\"eol\":178.5,\"cc\":138.4,\"vap\":61.6,\"fot\":78.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 12:55\",\"dem\":463.2,\"die\":0.0,\"gas\":0.0,\"eol\":184.9,\"cc\":134.4,\"vap\":61.6,\"fot\":79.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:00\",\"dem\":460.8,\"die\":0.0,\"gas\":0.0,\"eol\":182.1,\"cc\":136.8,\"vap\":61.5,\"fot\":79.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:05\",\"dem\":461.7,\"die\":0.0,\"gas\":0.0,\"eol\":179.6,\"cc\":144.2,\"vap\":62.0,\"fot\":76.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:10\",\"dem\":461.7,\"die\":0.0,\"gas\":0.0,\"eol\":176.7,\"cc\":144.7,\"vap\":64.1,\"fot\":75.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:15\",\"dem\":457.6,\"die\":0.0,\"gas\":0.0,\"eol\":174.6,\"cc\":144.3,\"vap\":63.5,\"fot\":75.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:20\",\"dem\":460.7,\"die\":0.0,\"gas\":0.0,\"eol\":173.4,\"cc\":149.3,\"vap\":61.6,\"fot\":75.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:25\",\"dem\":458.9,\"die\":0.0,\"gas\":0.0,\"eol\":171.9,\"cc\":151.2,\"vap\":62.3,\"fot\":72.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:30\",\"dem\":458.1,\"die\":0.0,\"gas\":0.0,\"eol\":171.7,\"cc\":155.5,\"vap\":62.4,\"fot\":66.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:35\",\"dem\":460.0,\"die\":0.0,\"gas\":0.0,\"eol\":169.8,\"cc\":152.9,\"vap\":61.6,\"fot\":73.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:40\",\"dem\":461.7,\"die\":0.0,\"gas\":0.0,\"eol\":171.5,\"cc\":153.4,\"vap\":62.4,\"fot\":73.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:45\",\"dem\":462.5,\"die\":0.0,\"gas\":0.0,\"eol\":170.3,\"cc\":153.7,\"vap\":65.3,\"fot\":72.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:50\",\"dem\":458.5,\"die\":0.0,\"gas\":0.0,\"eol\":173.8,\"cc\":153.0,\"vap\":63.0,\"fot\":68.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 13:55\",\"dem\":461.0,\"die\":0.0,\"gas\":0.0,\"eol\":175.1,\"cc\":151.5,\"vap\":61.7,\"fot\":72.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:00\",\"dem\":459.4,\"die\":0.0,\"gas\":0.0,\"eol\":175.8,\"cc\":150.0,\"vap\":61.3,\"fot\":73.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:05\",\"dem\":456.7,\"die\":0.0,\"gas\":0.0,\"eol\":175.0,\"cc\":145.5,\"vap\":61.5,\"fot\":74.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:10\",\"dem\":456.6,\"die\":0.0,\"gas\":0.0,\"eol\":177.9,\"cc\":146.0,\"vap\":61.6,\"fot\":71.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:15\",\"dem\":457.1,\"die\":0.0,\"gas\":0.0,\"eol\":176.6,\"cc\":143.3,\"vap\":61.6,\"fot\":74.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:20\",\"dem\":454.5,\"die\":0.0,\"gas\":0.0,\"eol\":175.3,\"cc\":141.2,\"vap\":61.7,\"fot\":75.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:25\",\"dem\":451.7,\"die\":0.0,\"gas\":0.0,\"eol\":175.9,\"cc\":138.6,\"vap\":61.6,\"fot\":74.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:30\",\"dem\":447.4,\"die\":0.0,\"gas\":0.0,\"eol\":172.4,\"cc\":140.7,\"vap\":62.0,\"fot\":72.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:35\",\"dem\":451.9,\"die\":0.0,\"gas\":0.0,\"eol\":171.1,\"cc\":144.4,\"vap\":61.7,\"fot\":72.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:40\",\"dem\":445.8,\"die\":0.0,\"gas\":0.0,\"eol\":172.7,\"cc\":139.4,\"vap\":61.7,\"fot\":72.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:45\",\"dem\":443.5,\"die\":0.0,\"gas\":0.0,\"eol\":166.5,\"cc\":145.7,\"vap\":62.1,\"fot\":67.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:50\",\"dem\":442.8,\"die\":0.0,\"gas\":0.0,\"eol\":164.8,\"cc\":148.5,\"vap\":62.8,\"fot\":65.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 14:55\",\"dem\":440.6,\"die\":0.0,\"gas\":0.0,\"eol\":165.4,\"cc\":148.4,\"vap\":61.7,\"fot\":64.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:00\",\"dem\":438.9,\"die\":0.0,\"gas\":0.0,\"eol\":165.5,\"cc\":146.6,\"vap\":61.6,\"fot\":64.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:05\",\"dem\":436.4,\"die\":0.0,\"gas\":0.0,\"eol\":167.0,\"cc\":143.9,\"vap\":61.6,\"fot\":63.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:10\",\"dem\":435.0,\"die\":0.0,\"gas\":0.0,\"eol\":165.7,\"cc\":144.2,\"vap\":61.6,\"fot\":61.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:15\",\"dem\":434.9,\"die\":0.0,\"gas\":0.0,\"eol\":166.4,\"cc\":142.4,\"vap\":61.6,\"fot\":63.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:20\",\"dem\":430.8,\"die\":0.0,\"gas\":0.0,\"eol\":164.4,\"cc\":141.0,\"vap\":61.6,\"fot\":64.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:25\",\"dem\":430.6,\"die\":0.0,\"gas\":0.0,\"eol\":163.6,\"cc\":145.2,\"vap\":62.2,\"fot\":59.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:30\",\"dem\":427.9,\"die\":0.0,\"gas\":0.0,\"eol\":163.2,\"cc\":142.8,\"vap\":61.5,\"fot\":59.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:35\",\"dem\":425.9,\"die\":0.0,\"gas\":0.0,\"eol\":161.3,\"cc\":142.7,\"vap\":61.6,\"fot\":59.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:40\",\"dem\":426.6,\"die\":0.0,\"gas\":0.0,\"eol\":161.5,\"cc\":143.3,\"vap\":61.6,\"fot\":58.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:45\",\"dem\":422.4,\"die\":0.0,\"gas\":0.0,\"eol\":159.1,\"cc\":144.2,\"vap\":61.8,\"fot\":57.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:50\",\"dem\":421.8,\"die\":0.0,\"gas\":0.0,\"eol\":156.5,\"cc\":145.6,\"vap\":63.1,\"fot\":56.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 15:55\",\"dem\":421.9,\"die\":0.0,\"gas\":0.0,\"eol\":156.4,\"cc\":147.2,\"vap\":61.7,\"fot\":55.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:00\",\"dem\":421.7,\"die\":0.0,\"gas\":0.0,\"eol\":156.5,\"cc\":147.4,\"vap\":61.7,\"fot\":55.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:05\",\"dem\":419.4,\"die\":0.0,\"gas\":0.0,\"eol\":155.4,\"cc\":147.3,\"vap\":61.7,\"fot\":54.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:10\",\"dem\":418.6,\"die\":0.0,\"gas\":0.0,\"eol\":155.8,\"cc\":146.7,\"vap\":61.6,\"fot\":53.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:15\",\"dem\":416.6,\"die\":0.0,\"gas\":0.0,\"eol\":156.7,\"cc\":145.4,\"vap\":61.6,\"fot\":53.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:20\",\"dem\":417.2,\"die\":0.0,\"gas\":0.0,\"eol\":156.6,\"cc\":146.2,\"vap\":61.5,\"fot\":52.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:25\",\"dem\":417.4,\"die\":0.0,\"gas\":0.0,\"eol\":157.3,\"cc\":145.7,\"vap\":61.5,\"fot\":51.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:30\",\"dem\":416.2,\"die\":0.0,\"gas\":0.0,\"eol\":158.4,\"cc\":145.8,\"vap\":61.6,\"fot\":50.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:35\",\"dem\":415.3,\"die\":0.0,\"gas\":0.0,\"eol\":157.4,\"cc\":146.4,\"vap\":61.6,\"fot\":49.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:40\",\"dem\":415.8,\"die\":0.0,\"gas\":0.0,\"eol\":157.6,\"cc\":147.2,\"vap\":61.6,\"fot\":48.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:45\",\"dem\":416.1,\"die\":0.0,\"gas\":0.0,\"eol\":160.4,\"cc\":146.9,\"vap\":61.7,\"fot\":47.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:50\",\"dem\":417.7,\"die\":0.0,\"gas\":0.0,\"eol\":160.7,\"cc\":150.0,\"vap\":61.5,\"fot\":45.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 16:55\",\"dem\":418.9,\"die\":0.0,\"gas\":0.0,\"eol\":160.5,\"cc\":149.8,\"vap\":61.6,\"fot\":45.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:00\",\"dem\":417.7,\"die\":0.0,\"gas\":0.0,\"eol\":161.1,\"cc\":151.1,\"vap\":61.6,\"fot\":43.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:05\",\"dem\":418.2,\"die\":0.0,\"gas\":0.0,\"eol\":162.6,\"cc\":151.3,\"vap\":61.7,\"fot\":41.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:10\",\"dem\":419.4,\"die\":0.0,\"gas\":0.0,\"eol\":163.4,\"cc\":153.4,\"vap\":61.6,\"fot\":40.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:15\",\"dem\":420.6,\"die\":0.0,\"gas\":0.0,\"eol\":164.0,\"cc\":158.3,\"vap\":61.7,\"fot\":35.9,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:20\",\"dem\":425.1,\"die\":0.0,\"gas\":0.0,\"eol\":172.1,\"cc\":152.8,\"vap\":61.6,\"fot\":35.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:25\",\"dem\":426.1,\"die\":0.0,\"gas\":0.0,\"eol\":172.9,\"cc\":156.0,\"vap\":61.7,\"fot\":34.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:30\",\"dem\":431.0,\"die\":0.0,\"gas\":0.0,\"eol\":177.7,\"cc\":158.5,\"vap\":61.8,\"fot\":33.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:35\",\"dem\":429.0,\"die\":0.0,\"gas\":0.0,\"eol\":181.0,\"cc\":156.9,\"vap\":61.4,\"fot\":29.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:40\",\"dem\":427.0,\"die\":0.0,\"gas\":0.0,\"eol\":179.5,\"cc\":156.4,\"vap\":61.8,\"fot\":27.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:45\",\"dem\":431.6,\"die\":0.0,\"gas\":0.0,\"eol\":181.7,\"cc\":163.0,\"vap\":62.2,\"fot\":24.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:50\",\"dem\":435.9,\"die\":0.0,\"gas\":0.0,\"eol\":189.9,\"cc\":160.7,\"vap\":61.7,\"fot\":22.8,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 17:55\",\"dem\":435.4,\"die\":0.0,\"gas\":0.0,\"eol\":189.7,\"cc\":162.3,\"vap\":61.8,\"fot\":22.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:00\",\"dem\":439.3,\"die\":0.0,\"gas\":0.0,\"eol\":194.5,\"cc\":162.0,\"vap\":61.6,\"fot\":19.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:05\",\"dem\":437.0,\"die\":0.0,\"gas\":0.0,\"eol\":192.7,\"cc\":162.7,\"vap\":61.8,\"fot\":18.4,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:10\",\"dem\":434.7,\"die\":0.0,\"gas\":0.0,\"eol\":191.4,\"cc\":164.9,\"vap\":61.7,\"fot\":16.5,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:15\",\"dem\":435.8,\"die\":0.0,\"gas\":0.0,\"eol\":190.1,\"cc\":169.1,\"vap\":61.6,\"fot\":14.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:20\",\"dem\":441.4,\"die\":0.0,\"gas\":0.0,\"eol\":189.8,\"cc\":175.0,\"vap\":61.6,\"fot\":13.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:25\",\"dem\":443.1,\"die\":0.0,\"gas\":0.0,\"eol\":190.3,\"cc\":178.3,\"vap\":61.6,\"fot\":11.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:30\",\"dem\":441.0,\"die\":0.0,\"gas\":0.0,\"eol\":195.0,\"cc\":175.2,\"vap\":61.6,\"fot\":9.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:35\",\"dem\":440.1,\"die\":0.0,\"gas\":0.0,\"eol\":188.8,\"cc\":181.0,\"vap\":61.7,\"fot\":7.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:40\",\"dem\":447.6,\"die\":0.0,\"gas\":0.0,\"eol\":195.4,\"cc\":180.5,\"vap\":61.6,\"fot\":5.7,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:45\",\"dem\":444.5,\"die\":0.0,\"gas\":0.0,\"eol\":196.7,\"cc\":185.4,\"vap\":61.6,\"fot\":3.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:50\",\"dem\":447.9,\"die\":0.0,\"gas\":0.0,\"eol\":190.7,\"cc\":192.3,\"vap\":61.6,\"fot\":2.2,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 18:55\",\"dem\":449.5,\"die\":0.0,\"gas\":0.0,\"eol\":194.2,\"cc\":190.8,\"vap\":61.8,\"fot\":0.6,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:00\",\"dem\":446.8,\"die\":0.0,\"gas\":0.0,\"eol\":199.1,\"cc\":185.2,\"vap\":61.5,\"fot\":0.3,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:05\",\"dem\":451.7,\"die\":0.0,\"gas\":0.0,\"eol\":203.0,\"cc\":187.1,\"vap\":61.7,\"fot\":0.1,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:10\",\"dem\":452.1,\"die\":0.0,\"gas\":0.0,\"eol\":199.9,\"cc\":190.6,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:15\",\"dem\":453.0,\"die\":0.0,\"gas\":0.0,\"eol\":196.3,\"cc\":194.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:20\",\"dem\":454.7,\"die\":0.0,\"gas\":0.0,\"eol\":196.0,\"cc\":197.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:25\",\"dem\":461.8,\"die\":0.0,\"gas\":0.0,\"eol\":197.3,\"cc\":201.3,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:30\",\"dem\":469.5,\"die\":0.0,\"gas\":0.0,\"eol\":201.1,\"cc\":206.6,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:35\",\"dem\":471.9,\"die\":0.0,\"gas\":0.0,\"eol\":198.6,\"cc\":213.9,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:40\",\"dem\":479.3,\"die\":0.0,\"gas\":0.0,\"eol\":197.1,\"cc\":218.3,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:45\",\"dem\":485.6,\"die\":0.0,\"gas\":0.0,\"eol\":198.7,\"cc\":222.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:50\",\"dem\":483.4,\"die\":0.0,\"gas\":0.0,\"eol\":201.5,\"cc\":220.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 19:55\",\"dem\":487.0,\"die\":0.0,\"gas\":0.0,\"eol\":203.9,\"cc\":222.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:00\",\"dem\":487.2,\"die\":0.0,\"gas\":0.0,\"eol\":201.4,\"cc\":223.0,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:05\",\"dem\":487.2,\"die\":0.0,\"gas\":0.0,\"eol\":200.7,\"cc\":224.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:10\",\"dem\":485.7,\"die\":0.0,\"gas\":0.0,\"eol\":197.9,\"cc\":225.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:15\",\"dem\":486.2,\"die\":0.0,\"gas\":0.0,\"eol\":197.2,\"cc\":223.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:20\",\"dem\":484.3,\"die\":0.0,\"gas\":0.0,\"eol\":193.9,\"cc\":230.4,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:25\",\"dem\":482.3,\"die\":0.0,\"gas\":0.0,\"eol\":194.9,\"cc\":224.7,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:30\",\"dem\":477.9,\"die\":0.0,\"gas\":0.0,\"eol\":199.7,\"cc\":216.0,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:35\",\"dem\":479.0,\"die\":0.0,\"gas\":0.0,\"eol\":203.2,\"cc\":213.7,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:40\",\"dem\":478.4,\"die\":0.0,\"gas\":0.0,\"eol\":205.3,\"cc\":209.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:45\",\"dem\":476.9,\"die\":0.0,\"gas\":0.0,\"eol\":207.7,\"cc\":207.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:50\",\"dem\":476.3,\"die\":0.0,\"gas\":0.0,\"eol\":207.6,\"cc\":206.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 20:55\",\"dem\":478.9,\"die\":0.0,\"gas\":0.0,\"eol\":205.7,\"cc\":211.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:00\",\"dem\":477.1,\"die\":0.0,\"gas\":0.0,\"eol\":203.4,\"cc\":213.8,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:05\",\"dem\":476.4,\"die\":0.0,\"gas\":0.0,\"eol\":201.9,\"cc\":214.5,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:10\",\"dem\":470.4,\"die\":0.0,\"gas\":0.0,\"eol\":198.9,\"cc\":209.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:15\",\"dem\":465.2,\"die\":0.0,\"gas\":0.0,\"eol\":192.2,\"cc\":210.8,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:20\",\"dem\":464.8,\"die\":0.0,\"gas\":0.0,\"eol\":190.2,\"cc\":210.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:25\",\"dem\":459.5,\"die\":0.0,\"gas\":0.0,\"eol\":191.5,\"cc\":205.4,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:30\",\"dem\":453.2,\"die\":0.0,\"gas\":0.0,\"eol\":193.3,\"cc\":197.7,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:35\",\"dem\":453.0,\"die\":0.0,\"gas\":0.0,\"eol\":199.6,\"cc\":189.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:40\",\"dem\":447.0,\"die\":0.0,\"gas\":0.0,\"eol\":197.0,\"cc\":186.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:45\",\"dem\":441.4,\"die\":0.0,\"gas\":0.0,\"eol\":195.6,\"cc\":180.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:50\",\"dem\":437.9,\"die\":0.0,\"gas\":0.0,\"eol\":190.5,\"cc\":186.0,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 21:55\",\"dem\":438.6,\"die\":0.0,\"gas\":0.0,\"eol\":181.9,\"cc\":190.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:00\",\"dem\":430.5,\"die\":0.0,\"gas\":0.0,\"eol\":166.9,\"cc\":201.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:05\",\"dem\":425.0,\"die\":0.0,\"gas\":0.0,\"eol\":147.7,\"cc\":211.1,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:10\",\"dem\":427.8,\"die\":0.0,\"gas\":0.0,\"eol\":157.7,\"cc\":203.9,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:15\",\"dem\":420.8,\"die\":0.0,\"gas\":0.0,\"eol\":170.4,\"cc\":187.8,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:20\",\"dem\":417.8,\"die\":0.0,\"gas\":0.0,\"eol\":181.7,\"cc\":172.8,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:25\",\"dem\":412.7,\"die\":0.0,\"gas\":0.0,\"eol\":190.3,\"cc\":161.5,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:30\",\"dem\":412.4,\"die\":0.0,\"gas\":0.0,\"eol\":190.2,\"cc\":158.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:35\",\"dem\":408.7,\"die\":0.0,\"gas\":0.0,\"eol\":191.2,\"cc\":154.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:40\",\"dem\":403.9,\"die\":0.0,\"gas\":0.0,\"eol\":190.2,\"cc\":152.7,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:45\",\"dem\":400.7,\"die\":0.0,\"gas\":0.0,\"eol\":190.0,\"cc\":146.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:50\",\"dem\":396.3,\"die\":0.0,\"gas\":0.0,\"eol\":187.9,\"cc\":145.9,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 22:55\",\"dem\":396.3,\"die\":0.0,\"gas\":0.0,\"eol\":190.5,\"cc\":143.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:00\",\"dem\":389.5,\"die\":0.0,\"gas\":0.0,\"eol\":181.4,\"cc\":145.1,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:05\",\"dem\":386.6,\"die\":0.0,\"gas\":0.0,\"eol\":178.5,\"cc\":142.0,\"vap\":63.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:10\",\"dem\":384.9,\"die\":0.0,\"gas\":0.0,\"eol\":178.9,\"cc\":145.0,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:15\",\"dem\":382.6,\"die\":0.0,\"gas\":0.0,\"eol\":169.5,\"cc\":151.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:20\",\"dem\":378.8,\"die\":0.0,\"gas\":0.0,\"eol\":166.4,\"cc\":148.9,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:25\",\"dem\":373.7,\"die\":0.0,\"gas\":0.0,\"eol\":164.1,\"cc\":149.4,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:30\",\"dem\":370.4,\"die\":0.0,\"gas\":6.5,\"eol\":157.2,\"cc\":142.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:35\",\"dem\":369.3,\"die\":0.0,\"gas\":8.8,\"eol\":160.4,\"cc\":139.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:40\",\"dem\":364.4,\"die\":0.0,\"gas\":9.3,\"eol\":150.2,\"cc\":142.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:45\",\"dem\":363.0,\"die\":0.0,\"gas\":8.5,\"eol\":149.9,\"cc\":141.7,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:50\",\"dem\":359.5,\"die\":0.0,\"gas\":9.6,\"eol\":144.2,\"cc\":142.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-26 23:55\",\"dem\":353.2,\"die\":0.0,\"gas\":9.6,\"eol\":136.6,\"cc\":144.5,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:00\",\"dem\":352.2,\"die\":0.0,\"gas\":9.3,\"eol\":120.8,\"cc\":158.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:05\",\"dem\":347.9,\"die\":0.0,\"gas\":8.6,\"eol\":111.0,\"cc\":166.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:10\",\"dem\":346.7,\"die\":0.0,\"gas\":8.4,\"eol\":104.0,\"cc\":172.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:15\",\"dem\":342.7,\"die\":0.0,\"gas\":9.2,\"eol\":94.5,\"cc\":176.0,\"vap\":61.8,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:20\",\"dem\":341.9,\"die\":0.0,\"gas\":8.6,\"eol\":92.3,\"cc\":178.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:25\",\"dem\":337.7,\"die\":0.0,\"gas\":7.8,\"eol\":84.6,\"cc\":182.3,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:30\",\"dem\":334.8,\"die\":0.0,\"gas\":8.5,\"eol\":83.3,\"cc\":180.3,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:35\",\"dem\":332.7,\"die\":0.0,\"gas\":8.0,\"eol\":86.1,\"cc\":175.9,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:40\",\"dem\":330.9,\"die\":0.0,\"gas\":9.5,\"eol\":92.2,\"cc\":162.4,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:45\",\"dem\":328.5,\"die\":0.0,\"gas\":9.7,\"eol\":99.5,\"cc\":155.5,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:50\",\"dem\":325.1,\"die\":0.0,\"gas\":9.5,\"eol\":102.0,\"cc\":151.5,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 00:55\",\"dem\":324.1,\"die\":0.0,\"gas\":9.8,\"eol\":101.1,\"cc\":151.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:00\",\"dem\":319.5,\"die\":0.0,\"gas\":9.0,\"eol\":101.2,\"cc\":148.2,\"vap\":61.9,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:05\",\"dem\":318.9,\"die\":0.0,\"gas\":9.8,\"eol\":99.5,\"cc\":147.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:10\",\"dem\":317.0,\"die\":0.0,\"gas\":9.0,\"eol\":105.3,\"cc\":140.8,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:15\",\"dem\":313.4,\"die\":0.0,\"gas\":9.2,\"eol\":99.7,\"cc\":143.7,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:20\",\"dem\":313.4,\"die\":0.0,\"gas\":8.6,\"eol\":84.4,\"cc\":155.2,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:25\",\"dem\":311.8,\"die\":0.0,\"gas\":9.1,\"eol\":93.2,\"cc\":146.7,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:30\",\"dem\":309.9,\"die\":0.0,\"gas\":9.5,\"eol\":99.2,\"cc\":138.3,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:35\",\"dem\":308.9,\"die\":0.0,\"gas\":9.7,\"eol\":98.4,\"cc\":138.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:40\",\"dem\":305.9,\"die\":0.0,\"gas\":9.8,\"eol\":97.8,\"cc\":136.6,\"vap\":61.7,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:45\",\"dem\":304.1,\"die\":0.0,\"gas\":9.9,\"eol\":95.3,\"cc\":135.9,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:50\",\"dem\":303.4,\"die\":0.0,\"gas\":9.9,\"eol\":96.3,\"cc\":135.3,\"vap\":61.5,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1A:55\",\"dem\":300.4,\"die\":0.0,\"gas\":10.0,\"eol\":92.5,\"cc\":135.1,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0},{\"ts\":\"2024-10-27 1B:00\",\"dem\":301.4,\"die\":0.0,\"gas\":10.2,\"eol\":82.3,\"cc\":146.2,\"vap\":61.6,\"fot\":0.0,\"hid\":0.0,\"conb\":0.0,\"turb\":0.0,\"gnhd\":0.0,\"efl\":0.0}]})"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionPeninsula.json",
    "content": "null({\"valoresHorariosGeneracion\":[{\"ts\":\"2024-10-25 21:00\",\"dem\":29998,\"eol\":4485,\"nuc\":6066,\"gf\":0,\"car\":448,\"cc\":6424,\"hid\":8675,\"aut\":2674,\"inter\":1426,\"icb\":-264,\"sol\":56,\"solFot\":33,\"solTer\":22,\"termRenov\":484,\"cogenResto\":1834,\"expAnd\":0,\"expMar\":-344,\"expPor\":0,\"expFra\":0,\"expTot\":-344,\"impFra\":1202,\"impPor\":586,\"impMar\":0,\"impAnd\":17,\"impTot\":1805,\"conb\":0,\"turb\":2299,\"gnhd\":6375,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:05\",\"dem\":29796,\"eol\":4390,\"nuc\":6064,\"gf\":0,\"car\":436,\"cc\":6322,\"hid\":8522,\"aut\":2622,\"inter\":1614,\"icb\":-237,\"sol\":55,\"solFot\":33,\"solTer\":22,\"termRenov\":485,\"cogenResto\":1815,\"expAnd\":0,\"expMar\":-330,\"expPor\":0,\"expFra\":0,\"expTot\":-330,\"impFra\":1475,\"impPor\":523,\"impMar\":0,\"impAnd\":17,\"impTot\":2015,\"conb\":0,\"turb\":2265,\"gnhd\":6256,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:10\",\"dem\":29865,\"eol\":4392,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":6124,\"hid\":8555,\"aut\":2622,\"inter\":1851,\"icb\":-236,\"sol\":55,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1740,\"expAnd\":0,\"expMar\":-349,\"expPor\":0,\"expFra\":0,\"expTot\":-349,\"impFra\":1843,\"impPor\":416,\"impMar\":0,\"impAnd\":17,\"impTot\":2276,\"conb\":0,\"turb\":2347,\"gnhd\":6207,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:15\",\"dem\":29631,\"eol\":4552,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":5911,\"hid\":8480,\"aut\":2622,\"inter\":1745,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1690,\"expAnd\":0,\"expMar\":-330,\"expPor\":0,\"expFra\":0,\"expTot\":-330,\"impFra\":1645,\"impPor\":450,\"impMar\":0,\"impAnd\":17,\"impTot\":2112,\"conb\":0,\"turb\":2316,\"gnhd\":6163,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-25 21:20\",\"dem\":29678,\"eol\":4548,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":5955,\"hid\":8535,\"aut\":0,\"inter\":1697,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1718,\"expAnd\":0,\"expMar\":-316,\"expPor\":0,\"expFra\":0,\"expTot\":-316,\"impFra\":1512,\"impPor\":532,\"impMar\":0,\"impAnd\":17,\"impTot\":2061,\"conb\":0,\"turb\":2315,\"gnhd\":6220,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-25 21:25\",\"dem\":29600,\"eol\":4477,\"nuc\":6067,\"gf\":0,\"car\":429,\"cc\":5975,\"hid\":8378,\"aut\":0,\"inter\":1825,\"icb\":-236,\"sol\":55,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1721,\"expAnd\":0,\"expMar\":-270,\"expPor\":0,\"expFra\":0,\"expTot\":-270,\"impFra\":1450,\"impPor\":653,\"impMar\":0,\"impAnd\":17,\"impTot\":2120,\"conb\":0,\"turb\":2262,\"gnhd\":6116,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-25 21:30\",\"dem\":29315,\"eol\":4408,\"nuc\":6062,\"gf\":0,\"car\":429,\"cc\":5899,\"hid\":8373,\"aut\":0,\"inter\":1647,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1708,\"expAnd\":0,\"expMar\":-245,\"expPor\":0,\"expFra\":0,\"expTot\":-245,\"impFra\":1405,\"impPor\":507,\"impMar\":0,\"impAnd\":16,\"impTot\":1928,\"conb\":0,\"turb\":2267,\"gnhd\":6105,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:35\",\"dem\":29130,\"eol\":4419,\"nuc\":6062,\"gf\":0,\"car\":429,\"cc\":5841,\"hid\":8339,\"aut\":0,\"inter\":1592,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1684,\"expAnd\":0,\"expMar\":-241,\"expPor\":0,\"expFra\":0,\"expTot\":-241,\"impFra\":1367,\"impPor\":483,\"impMar\":0,\"impAnd\":16,\"impTot\":1866,\"conb\":0,\"turb\":2248,\"gnhd\":6090,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:40\",\"dem\":28740,\"eol\":4474,\"nuc\":6065,\"gf\":0,\"car\":429,\"cc\":5764,\"hid\":8185,\"aut\":0,\"inter\":1376,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1721,\"expAnd\":0,\"expMar\":-205,\"expPor\":0,\"expFra\":0,\"expTot\":-205,\"impFra\":1130,\"impPor\":458,\"impMar\":0,\"impAnd\":16,\"impTot\":1604,\"conb\":0,\"turb\":2132,\"gnhd\":6052,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:45\",\"dem\":28597,\"eol\":4469,\"nuc\":6068,\"gf\":0,\"car\":427,\"cc\":5606,\"hid\":7820,\"aut\":0,\"inter\":1759,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1725,\"expAnd\":0,\"expMar\":-181,\"expPor\":0,\"expFra\":0,\"expTot\":-181,\"impFra\":1593,\"impPor\":364,\"impMar\":0,\"impAnd\":16,\"impTot\":1973,\"conb\":0,\"turb\":1970,\"gnhd\":5849,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 21:50\",\"dem\":28199,\"eol\":4456,\"nuc\":6063,\"gf\":0,\"car\":428,\"cc\":5458,\"hid\":7734,\"aut\":0,\"inter\":1613,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1712,\"expAnd\":0,\"expMar\":-169,\"expPor\":0,\"expFra\":0,\"expTot\":-169,\"impFra\":1358,\"impPor\":418,\"impMar\":0,\"impAnd\":15,\"impTot\":1791,\"conb\":0,\"turb\":1940,\"gnhd\":5793,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-25 21:55\",\"dem\":28104,\"eol\":4441,\"nuc\":6066,\"gf\":0,\"car\":428,\"cc\":5266,\"hid\":7483,\"aut\":0,\"inter\":1972,\"icb\":-236,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1677,\"expAnd\":0,\"expMar\":-136,\"expPor\":0,\"expFra\":0,\"expTot\":-136,\"impFra\":1668,\"impPor\":454,\"impMar\":0,\"impAnd\":15,\"impTot\":2137,\"conb\":0,\"turb\":1875,\"gnhd\":5608,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-25 22:00\",\"dem\":27782,\"eol\":4300,\"nuc\":6065,\"gf\":0,\"car\":428,\"cc\":5257,\"hid\":7591,\"aut\":0,\"inter\":1683,\"icb\":-226,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":485,\"cogenResto\":1712,\"expAnd\":0,\"expMar\":-154,\"expPor\":0,\"expFra\":0,\"expTot\":-154,\"impFra\":1327,\"impPor\":527,\"impMar\":0,\"impAnd\":15,\"impTot\":1869,\"conb\":0,\"turb\":1910,\"gnhd\":5680,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:05\",\"dem\":27424,\"eol\":4327,\"nuc\":6062,\"gf\":0,\"car\":428,\"cc\":5548,\"hid\":7998,\"aut\":0,\"inter\":673,\"icb\":-216,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1700,\"expAnd\":0,\"expMar\":-78,\"expPor\":0,\"expFra\":0,\"expTot\":-78,\"impFra\":147,\"impPor\":657,\"impMar\":0,\"impAnd\":15,\"impTot\":819,\"conb\":0,\"turb\":2070,\"gnhd\":5925,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:10\",\"dem\":27169,\"eol\":4371,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":5789,\"hid\":7995,\"aut\":0,\"inter\":123,\"icb\":-206,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1697,\"expAnd\":0,\"expMar\":-35,\"expPor\":0,\"expFra\":-578,\"expTot\":-613,\"impFra\":0,\"impPor\":731,\"impMar\":0,\"impAnd\":15,\"impTot\":746,\"conb\":0,\"turb\":2069,\"gnhd\":5926,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:15\",\"dem\":27064,\"eol\":4364,\"nuc\":6060,\"gf\":0,\"car\":429,\"cc\":5807,\"hid\":7987,\"aut\":0,\"inter\":10,\"icb\":-195,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1695,\"expAnd\":0,\"expMar\":-11,\"expPor\":0,\"expFra\":-553,\"expTot\":-564,\"impFra\":0,\"impPor\":588,\"impMar\":0,\"impAnd\":14,\"impTot\":602,\"conb\":0,\"turb\":2077,\"gnhd\":5910,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:20\",\"dem\":26655,\"eol\":4353,\"nuc\":6065,\"gf\":0,\"car\":429,\"cc\":5508,\"hid\":8047,\"aut\":0,\"inter\":-163,\"icb\":-185,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1662,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-805,\"expTot\":-805,\"impFra\":0,\"impPor\":612,\"impMar\":32,\"impAnd\":14,\"impTot\":658,\"conb\":0,\"turb\":2103,\"gnhd\":5944,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:25\",\"dem\":26611,\"eol\":4346,\"nuc\":6063,\"gf\":0,\"car\":429,\"cc\":5371,\"hid\":8008,\"aut\":0,\"inter\":-34,\"icb\":-174,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1667,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-666,\"expTot\":-666,\"impFra\":0,\"impPor\":528,\"impMar\":133,\"impAnd\":14,\"impTot\":675,\"conb\":0,\"turb\":2075,\"gnhd\":5933,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:30\",\"dem\":26324,\"eol\":4316,\"nuc\":6062,\"gf\":0,\"car\":429,\"cc\":5249,\"hid\":7948,\"aut\":0,\"inter\":-118,\"icb\":-164,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1665,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-679,\"expTot\":-679,\"impFra\":0,\"impPor\":547,\"impMar\":28,\"impAnd\":13,\"impTot\":588,\"conb\":0,\"turb\":2073,\"gnhd\":5874,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-25 22:35\",\"dem\":26182,\"eol\":4303,\"nuc\":6065,\"gf\":0,\"car\":429,\"cc\":5196,\"hid\":7902,\"aut\":0,\"inter\":-161,\"icb\":-154,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1667,\"expAnd\":0,\"expMar\":-18,\"expPor\":0,\"expFra\":-707,\"expTot\":-725,\"impFra\":0,\"impPor\":578,\"impMar\":0,\"impAnd\":13,\"impTot\":591,\"conb\":0,\"turb\":2047,\"gnhd\":5855,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-25 22:40\",\"dem\":26082,\"eol\":4274,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":5152,\"hid\":7730,\"aut\":0,\"inter\":-96,\"icb\":-144,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1603,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-751,\"expTot\":-751,\"impFra\":0,\"impPor\":647,\"impMar\":33,\"impAnd\":13,\"impTot\":693,\"conb\":0,\"turb\":1997,\"gnhd\":5732,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 22:45\",\"dem\":25798,\"eol\":4260,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":5142,\"hid\":7683,\"aut\":0,\"inter\":-256,\"icb\":-123,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1651,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-890,\"expTot\":-890,\"impFra\":0,\"impPor\":611,\"impMar\":45,\"impAnd\":13,\"impTot\":669,\"conb\":0,\"turb\":1972,\"gnhd\":5710,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-25 22:50\",\"dem\":25771,\"eol\":4209,\"nuc\":6069,\"gf\":0,\"car\":429,\"cc\":5109,\"hid\":7546,\"aut\":0,\"inter\":-91,\"icb\":-97,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1647,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-751,\"expTot\":-751,\"impFra\":0,\"impPor\":608,\"impMar\":64,\"impAnd\":13,\"impTot\":685,\"conb\":0,\"turb\":1922,\"gnhd\":5623,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-25 22:55\",\"dem\":25400,\"eol\":4356,\"nuc\":6068,\"gf\":0,\"car\":429,\"cc\":5063,\"hid\":7121,\"aut\":0,\"inter\":-132,\"icb\":-102,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1649,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-722,\"expTot\":-722,\"impFra\":0,\"impPor\":600,\"impMar\":3,\"impAnd\":13,\"impTot\":616,\"conb\":0,\"turb\":1711,\"gnhd\":5410,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-25 23:00\",\"dem\":25312,\"eol\":4504,\"nuc\":6071,\"gf\":0,\"car\":429,\"cc\":5048,\"hid\":7306,\"aut\":0,\"inter\":-541,\"icb\":-102,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":486,\"cogenResto\":1644,\"expAnd\":0,\"expMar\":-69,\"expPor\":0,\"expFra\":-745,\"expTot\":-814,\"impFra\":0,\"impPor\":285,\"impMar\":0,\"impAnd\":12,\"impTot\":297,\"conb\":0,\"turb\":1793,\"gnhd\":5512,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-25 23:05\",\"dem\":25226,\"eol\":4551,\"nuc\":6067,\"gf\":0,\"car\":430,\"cc\":5076,\"hid\":7517,\"aut\":0,\"inter\":-849,\"icb\":-102,\"sol\":54,\"solFot\":33,\"solTer\":20,\"termRenov\":467,\"cogenResto\":1640,\"expAnd\":0,\"expMar\":-35,\"expPor\":-38,\"expFra\":-762,\"expTot\":-835,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":12,\"impTot\":12,\"conb\":0,\"turb\":1870,\"gnhd\":5647,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-25 23:10\",\"dem\":24960,\"eol\":4543,\"nuc\":6068,\"gf\":0,\"car\":432,\"cc\":5071,\"hid\":7631,\"aut\":0,\"inter\":-1218,\"icb\":-102,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":467,\"cogenResto\":1631,\"expAnd\":0,\"expMar\":0,\"expPor\":-287,\"expFra\":-916,\"expTot\":-1203,\"impFra\":0,\"impPor\":0,\"impMar\":8,\"impAnd\":12,\"impTot\":20,\"conb\":0,\"turb\":1900,\"gnhd\":5734,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:15\",\"dem\":24596,\"eol\":4528,\"nuc\":6065,\"gf\":0,\"car\":430,\"cc\":5083,\"hid\":7585,\"aut\":0,\"inter\":-1528,\"icb\":-102,\"sol\":54,\"solFot\":33,\"solTer\":21,\"termRenov\":467,\"cogenResto\":1632,\"expAnd\":0,\"expMar\":-78,\"expPor\":-327,\"expFra\":-1114,\"expTot\":-1519,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":12,\"impTot\":12,\"conb\":0,\"turb\":1854,\"gnhd\":5731,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:20\",\"dem\":24581,\"eol\":4637,\"nuc\":6063,\"gf\":0,\"car\":431,\"cc\":4874,\"hid\":7607,\"aut\":0,\"inter\":-1463,\"icb\":-102,\"sol\":53,\"solFot\":33,\"solTer\":20,\"termRenov\":467,\"cogenResto\":1592,\"expAnd\":0,\"expMar\":-69,\"expPor\":-154,\"expFra\":-1242,\"expTot\":-1465,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":12,\"impTot\":12,\"conb\":0,\"turb\":1870,\"gnhd\":5736,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:25\",\"dem\":24423,\"eol\":4648,\"nuc\":6065,\"gf\":0,\"car\":435,\"cc\":4680,\"hid\":7556,\"aut\":0,\"inter\":-1391,\"icb\":-102,\"sol\":52,\"solFot\":33,\"solTer\":18,\"termRenov\":467,\"cogenResto\":1629,\"expAnd\":0,\"expMar\":0,\"expPor\":-432,\"expFra\":-959,\"expTot\":-1391,\"impFra\":0,\"impPor\":0,\"impMar\":14,\"impAnd\":12,\"impTot\":26,\"conb\":0,\"turb\":1873,\"gnhd\":5682,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:30\",\"dem\":24164,\"eol\":4686,\"nuc\":6065,\"gf\":0,\"car\":428,\"cc\":4547,\"hid\":7598,\"aut\":0,\"inter\":-1565,\"icb\":-102,\"sol\":50,\"solFot\":33,\"solTer\":16,\"termRenov\":467,\"cogenResto\":1629,\"expAnd\":0,\"expMar\":0,\"expPor\":-365,\"expFra\":-1263,\"expTot\":-1628,\"impFra\":0,\"impPor\":0,\"impMar\":75,\"impAnd\":11,\"impTot\":86,\"conb\":0,\"turb\":1865,\"gnhd\":5733,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:35\",\"dem\":24091,\"eol\":4686,\"nuc\":6065,\"gf\":0,\"car\":428,\"cc\":4327,\"hid\":7689,\"aut\":0,\"inter\":-1524,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1629,\"expAnd\":0,\"expMar\":0,\"expPor\":-515,\"expFra\":-1100,\"expTot\":-1615,\"impFra\":0,\"impPor\":0,\"impMar\":102,\"impAnd\":11,\"impTot\":113,\"conb\":0,\"turb\":1884,\"gnhd\":5805,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:40\",\"dem\":24050,\"eol\":4671,\"nuc\":6066,\"gf\":0,\"car\":430,\"cc\":4163,\"hid\":7634,\"aut\":0,\"inter\":-1336,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1578,\"expAnd\":0,\"expMar\":0,\"expPor\":-499,\"expFra\":-1035,\"expTot\":-1534,\"impFra\":0,\"impPor\":0,\"impMar\":212,\"impAnd\":11,\"impTot\":223,\"conb\":0,\"turb\":1867,\"gnhd\":5767,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:45\",\"dem\":23823,\"eol\":4734,\"nuc\":6070,\"gf\":0,\"car\":429,\"cc\":4099,\"hid\":7469,\"aut\":0,\"inter\":-1399,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1621,\"expAnd\":0,\"expMar\":0,\"expPor\":-400,\"expFra\":-1085,\"expTot\":-1485,\"impFra\":0,\"impPor\":0,\"impMar\":117,\"impAnd\":11,\"impTot\":128,\"conb\":0,\"turb\":1810,\"gnhd\":5658,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-25 23:50\",\"dem\":23517,\"eol\":4717,\"nuc\":6067,\"gf\":0,\"car\":429,\"cc\":4021,\"hid\":7448,\"aut\":0,\"inter\":-1586,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1628,\"expAnd\":0,\"expMar\":0,\"expPor\":-314,\"expFra\":-1359,\"expTot\":-1673,\"impFra\":0,\"impPor\":0,\"impMar\":98,\"impAnd\":11,\"impTot\":109,\"conb\":0,\"turb\":1796,\"gnhd\":5651,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-25 23:55\",\"dem\":23497,\"eol\":4734,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":3966,\"hid\":7312,\"aut\":0,\"inter\":-1432,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1615,\"expAnd\":0,\"expMar\":-40,\"expPor\":-421,\"expFra\":-958,\"expTot\":-1419,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":11,\"impTot\":11,\"conb\":0,\"turb\":1792,\"gnhd\":5519,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 00:00\",\"dem\":23638,\"eol\":4792,\"nuc\":6067,\"gf\":0,\"car\":429,\"cc\":3902,\"hid\":6995,\"aut\":0,\"inter\":-970,\"icb\":-102,\"sol\":42,\"solFot\":33,\"solTer\":8,\"termRenov\":467,\"cogenResto\":1527,\"expAnd\":0,\"expMar\":0,\"expPor\":-564,\"expFra\":-428,\"expTot\":-992,\"impFra\":0,\"impPor\":0,\"impMar\":11,\"impAnd\":11,\"impTot\":22,\"conb\":0,\"turb\":1751,\"gnhd\":5244,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 00:05\",\"dem\":23354,\"eol\":4827,\"nuc\":6066,\"gf\":0,\"car\":429,\"cc\":3405,\"hid\":6713,\"aut\":0,\"inter\":-182,\"icb\":-102,\"sol\":42,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1490,\"expAnd\":0,\"expMar\":-21,\"expPor\":-303,\"expFra\":0,\"expTot\":-324,\"impFra\":153,\"impPor\":0,\"impMar\":0,\"impAnd\":11,\"impTot\":164,\"conb\":0,\"turb\":1723,\"gnhd\":4989,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:10\",\"dem\":23261,\"eol\":4889,\"nuc\":6069,\"gf\":0,\"car\":429,\"cc\":3221,\"hid\":6738,\"aut\":0,\"inter\":-183,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1489,\"expAnd\":0,\"expMar\":-44,\"expPor\":-340,\"expFra\":0,\"expTot\":-384,\"impFra\":207,\"impPor\":0,\"impMar\":0,\"impAnd\":10,\"impTot\":217,\"conb\":0,\"turb\":1712,\"gnhd\":5026,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:15\",\"dem\":23141,\"eol\":4907,\"nuc\":6071,\"gf\":0,\"car\":429,\"cc\":2933,\"hid\":6408,\"aut\":0,\"inter\":293,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1486,\"expAnd\":0,\"expMar\":0,\"expPor\":-280,\"expFra\":0,\"expTot\":-280,\"impFra\":262,\"impPor\":0,\"impMar\":306,\"impAnd\":10,\"impTot\":578,\"conb\":0,\"turb\":1521,\"gnhd\":4887,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 00:20\",\"dem\":23105,\"eol\":4844,\"nuc\":6075,\"gf\":0,\"car\":429,\"cc\":2865,\"hid\":6492,\"aut\":0,\"inter\":302,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1483,\"expAnd\":0,\"expMar\":0,\"expPor\":-291,\"expFra\":0,\"expTot\":-291,\"impFra\":271,\"impPor\":0,\"impMar\":307,\"impAnd\":10,\"impTot\":588,\"conb\":0,\"turb\":1557,\"gnhd\":4934,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 00:25\",\"dem\":22953,\"eol\":4809,\"nuc\":6068,\"gf\":0,\"car\":430,\"cc\":2832,\"hid\":6533,\"aut\":0,\"inter\":183,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1476,\"expAnd\":0,\"expMar\":0,\"expPor\":-342,\"expFra\":0,\"expTot\":-342,\"impFra\":214,\"impPor\":0,\"impMar\":329,\"impAnd\":10,\"impTot\":553,\"conb\":0,\"turb\":1630,\"gnhd\":4903,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:30\",\"dem\":22849,\"eol\":4771,\"nuc\":6069,\"gf\":0,\"car\":429,\"cc\":2762,\"hid\":6221,\"aut\":0,\"inter\":499,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1485,\"expAnd\":0,\"expMar\":0,\"expPor\":-212,\"expFra\":0,\"expTot\":-212,\"impFra\":346,\"impPor\":0,\"impMar\":376,\"impAnd\":10,\"impTot\":732,\"conb\":0,\"turb\":1608,\"gnhd\":4613,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:35\",\"dem\":22633,\"eol\":4700,\"nuc\":6072,\"gf\":0,\"car\":432,\"cc\":2786,\"hid\":6332,\"aut\":0,\"inter\":212,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1488,\"expAnd\":0,\"expMar\":0,\"expPor\":-228,\"expFra\":0,\"expTot\":-228,\"impFra\":143,\"impPor\":0,\"impMar\":308,\"impAnd\":10,\"impTot\":461,\"conb\":0,\"turb\":1664,\"gnhd\":4668,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:40\",\"dem\":22660,\"eol\":4634,\"nuc\":6070,\"gf\":0,\"car\":429,\"cc\":2801,\"hid\":6307,\"aut\":0,\"inter\":321,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1480,\"expAnd\":0,\"expMar\":0,\"expPor\":-137,\"expFra\":0,\"expTot\":-137,\"impFra\":309,\"impPor\":0,\"impMar\":140,\"impAnd\":9,\"impTot\":458,\"conb\":0,\"turb\":1690,\"gnhd\":4616,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:45\",\"dem\":22404,\"eol\":4576,\"nuc\":6072,\"gf\":0,\"car\":430,\"cc\":2784,\"hid\":6273,\"aut\":0,\"inter\":171,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1489,\"expAnd\":0,\"expMar\":0,\"expPor\":-315,\"expFra\":0,\"expTot\":-315,\"impFra\":281,\"impPor\":0,\"impMar\":242,\"impAnd\":9,\"impTot\":532,\"conb\":0,\"turb\":1683,\"gnhd\":4590,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:50\",\"dem\":22217,\"eol\":4560,\"nuc\":6064,\"gf\":0,\"car\":430,\"cc\":2726,\"hid\":6272,\"aut\":0,\"inter\":67,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1494,\"expAnd\":0,\"expMar\":0,\"expPor\":-316,\"expFra\":0,\"expTot\":-316,\"impFra\":226,\"impPor\":0,\"impMar\":166,\"impAnd\":9,\"impTot\":401,\"conb\":0,\"turb\":1696,\"gnhd\":4579,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 00:55\",\"dem\":22227,\"eol\":4535,\"nuc\":6068,\"gf\":0,\"car\":430,\"cc\":2701,\"hid\":6171,\"aut\":0,\"inter\":225,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1490,\"expAnd\":0,\"expMar\":0,\"expPor\":-349,\"expFra\":0,\"expTot\":-349,\"impFra\":353,\"impPor\":0,\"impMar\":231,\"impAnd\":9,\"impTot\":593,\"conb\":0,\"turb\":1542,\"gnhd\":4628,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 01:00\",\"dem\":22053,\"eol\":4468,\"nuc\":6067,\"gf\":0,\"car\":427,\"cc\":2641,\"hid\":5972,\"aut\":0,\"inter\":380,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1474,\"expAnd\":0,\"expMar\":0,\"expPor\":-665,\"expFra\":0,\"expTot\":-665,\"impFra\":757,\"impPor\":0,\"impMar\":297,\"impAnd\":9,\"impTot\":1063,\"conb\":0,\"turb\":1309,\"gnhd\":4663,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 01:05\",\"dem\":21884,\"eol\":4526,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":2775,\"hid\":5603,\"aut\":0,\"inter\":624,\"icb\":-101,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":438,\"cogenResto\":1436,\"expAnd\":0,\"expMar\":0,\"expPor\":-1151,\"expFra\":0,\"expTot\":-1151,\"impFra\":1531,\"impPor\":0,\"impMar\":254,\"impAnd\":9,\"impTot\":1794,\"conb\":0,\"turb\":1101,\"gnhd\":4501,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 01:10\",\"dem\":21763,\"eol\":4612,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":2893,\"hid\":5590,\"aut\":0,\"inter\":314,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":438,\"cogenResto\":1420,\"expAnd\":0,\"expMar\":0,\"expPor\":-1176,\"expFra\":0,\"expTot\":-1176,\"impFra\":1319,\"impPor\":0,\"impMar\":189,\"impAnd\":9,\"impTot\":1517,\"conb\":0,\"turb\":1175,\"gnhd\":4445,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 01:15\",\"dem\":21731,\"eol\":4579,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":2984,\"hid\":5458,\"aut\":0,\"inter\":359,\"icb\":-102,\"sol\":35,\"solFot\":33,\"solTer\":2,\"termRenov\":438,\"cogenResto\":1432,\"expAnd\":0,\"expMar\":0,\"expPor\":-1191,\"expFra\":0,\"expTot\":-1191,\"impFra\":1390,\"impPor\":0,\"impMar\":156,\"impAnd\":8,\"impTot\":1554,\"conb\":0,\"turb\":1175,\"gnhd\":4469,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 01:20\",\"dem\":21782,\"eol\":4587,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":3082,\"hid\":5265,\"aut\":2095,\"inter\":497,\"icb\":-102,\"sol\":35,\"solFot\":33,\"solTer\":2,\"termRenov\":438,\"cogenResto\":1442,\"expAnd\":0,\"expMar\":0,\"expPor\":-1238,\"expFra\":0,\"expTot\":-1238,\"impFra\":1606,\"impPor\":0,\"impMar\":125,\"impAnd\":8,\"impTot\":1739,\"conb\":0,\"turb\":1185,\"gnhd\":4465,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 01:25\",\"dem\":21580,\"eol\":4602,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":3146,\"hid\":5298,\"aut\":2095,\"inter\":181,\"icb\":-102,\"sol\":36,\"solFot\":33,\"solTer\":3,\"termRenov\":438,\"cogenResto\":1398,\"expAnd\":0,\"expMar\":0,\"expPor\":-1229,\"expFra\":0,\"expTot\":-1229,\"impFra\":1404,\"impPor\":0,\"impMar\":27,\"impAnd\":8,\"impTot\":1439,\"conb\":0,\"turb\":1189,\"gnhd\":4492,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 01:30\",\"dem\":21245,\"eol\":4578,\"nuc\":6070,\"gf\":0,\"car\":250,\"cc\":3164,\"hid\":5105,\"aut\":2095,\"inter\":45,\"icb\":-102,\"sol\":36,\"solFot\":33,\"solTer\":3,\"termRenov\":438,\"cogenResto\":1419,\"expAnd\":0,\"expMar\":-4,\"expPor\":-1342,\"expFra\":0,\"expTot\":-1346,\"impFra\":1399,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1407,\"conb\":0,\"turb\":1003,\"gnhd\":4487,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 01:35\",\"dem\":21356,\"eol\":4615,\"nuc\":6073,\"gf\":0,\"car\":250,\"cc\":3157,\"hid\":5064,\"aut\":2095,\"inter\":161,\"icb\":-102,\"sol\":39,\"solFot\":33,\"solTer\":6,\"termRenov\":438,\"cogenResto\":1436,\"expAnd\":0,\"expMar\":0,\"expPor\":-1235,\"expFra\":0,\"expTot\":-1235,\"impFra\":1247,\"impPor\":0,\"impMar\":158,\"impAnd\":8,\"impTot\":1413,\"conb\":0,\"turb\":992,\"gnhd\":4456,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 01:40\",\"dem\":21305,\"eol\":4725,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":3145,\"hid\":4982,\"aut\":2095,\"inter\":100,\"icb\":-102,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":438,\"cogenResto\":1458,\"expAnd\":0,\"expMar\":0,\"expPor\":-1242,\"expFra\":0,\"expTot\":-1242,\"impFra\":1270,\"impPor\":0,\"impMar\":62,\"impAnd\":8,\"impTot\":1340,\"conb\":0,\"turb\":985,\"gnhd\":4381,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 01:45\",\"dem\":21102,\"eol\":4823,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3093,\"hid\":4787,\"aut\":2095,\"inter\":41,\"icb\":-101,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":438,\"cogenResto\":1474,\"expAnd\":0,\"expMar\":-71,\"expPor\":-1264,\"expFra\":0,\"expTot\":-1335,\"impFra\":1386,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1394,\"conb\":0,\"turb\":954,\"gnhd\":4217,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 01:50\",\"dem\":21053,\"eol\":4944,\"nuc\":6066,\"gf\":0,\"car\":249,\"cc\":3073,\"hid\":4528,\"aut\":0,\"inter\":158,\"icb\":-102,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":438,\"cogenResto\":1471,\"expAnd\":0,\"expMar\":-73,\"expPor\":-1293,\"expFra\":0,\"expTot\":-1366,\"impFra\":1545,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1553,\"conb\":0,\"turb\":944,\"gnhd\":3966,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 01:55\",\"dem\":20765,\"eol\":4987,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":3011,\"hid\":4242,\"aut\":0,\"inter\":162,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":438,\"cogenResto\":1446,\"expAnd\":0,\"expMar\":0,\"expPor\":-1193,\"expFra\":0,\"expTot\":-1193,\"impFra\":1289,\"impPor\":0,\"impMar\":72,\"impAnd\":8,\"impTot\":1369,\"conb\":0,\"turb\":907,\"gnhd\":3722,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 02:00\",\"dem\":20862,\"eol\":4940,\"nuc\":6072,\"gf\":0,\"car\":250,\"cc\":3005,\"hid\":4246,\"aut\":0,\"inter\":311,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":438,\"cogenResto\":1449,\"expAnd\":0,\"expMar\":0,\"expPor\":-1614,\"expFra\":0,\"expTot\":-1614,\"impFra\":1694,\"impPor\":0,\"impMar\":188,\"impAnd\":8,\"impTot\":1890,\"conb\":0,\"turb\":911,\"gnhd\":3717,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:05\",\"dem\":20702,\"eol\":4955,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3092,\"hid\":4231,\"aut\":0,\"inter\":118,\"icb\":-102,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":444,\"cogenResto\":1414,\"expAnd\":0,\"expMar\":0,\"expPor\":-1670,\"expFra\":0,\"expTot\":-1670,\"impFra\":1747,\"impPor\":0,\"impMar\":50,\"impAnd\":8,\"impTot\":1805,\"conb\":0,\"turb\":790,\"gnhd\":3825,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:10\",\"dem\":20673,\"eol\":4992,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":3103,\"hid\":4262,\"aut\":0,\"inter\":13,\"icb\":-101,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":444,\"cogenResto\":1388,\"expAnd\":0,\"expMar\":0,\"expPor\":-1801,\"expFra\":0,\"expTot\":-1801,\"impFra\":1760,\"impPor\":0,\"impMar\":65,\"impAnd\":8,\"impTot\":1833,\"conb\":0,\"turb\":789,\"gnhd\":3857,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 02:15\",\"dem\":20359,\"eol\":5012,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3091,\"hid\":4268,\"aut\":0,\"inter\":-315,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1401,\"expAnd\":0,\"expMar\":0,\"expPor\":-2040,\"expFra\":0,\"expTot\":-2040,\"impFra\":1662,\"impPor\":0,\"impMar\":70,\"impAnd\":8,\"impTot\":1740,\"conb\":0,\"turb\":787,\"gnhd\":3863,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:20\",\"dem\":20286,\"eol\":4954,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":3016,\"hid\":4253,\"aut\":0,\"inter\":-237,\"icb\":-102,\"sol\":40,\"solFot\":33,\"solTer\":7,\"termRenov\":444,\"cogenResto\":1404,\"expAnd\":0,\"expMar\":0,\"expPor\":-1917,\"expFra\":0,\"expTot\":-1917,\"impFra\":1664,\"impPor\":0,\"impMar\":1,\"impAnd\":8,\"impTot\":1673,\"conb\":0,\"turb\":788,\"gnhd\":3849,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 02:25\",\"dem\":20401,\"eol\":4977,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":2967,\"hid\":4253,\"aut\":0,\"inter\":-96,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1410,\"expAnd\":0,\"expMar\":-9,\"expPor\":-1948,\"expFra\":0,\"expTot\":-1957,\"impFra\":1869,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1877,\"conb\":0,\"turb\":788,\"gnhd\":3850,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 02:30\",\"dem\":20293,\"eol\":4999,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":2966,\"hid\":4267,\"aut\":0,\"inter\":-253,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1365,\"expAnd\":0,\"expMar\":-123,\"expPor\":-1867,\"expFra\":0,\"expTot\":-1990,\"impFra\":1738,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1746,\"conb\":0,\"turb\":788,\"gnhd\":3861,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:35\",\"dem\":20239,\"eol\":4992,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":3038,\"hid\":4438,\"aut\":0,\"inter\":-518,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1395,\"expAnd\":0,\"expMar\":-92,\"expPor\":-1698,\"expFra\":0,\"expTot\":-1790,\"impFra\":1266,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1274,\"conb\":0,\"turb\":787,\"gnhd\":4035,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:40\",\"dem\":20266,\"eol\":5063,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3005,\"hid\":4312,\"aut\":0,\"inter\":-405,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1404,\"expAnd\":0,\"expMar\":-79,\"expPor\":-1805,\"expFra\":0,\"expTot\":-1884,\"impFra\":1488,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1496,\"conb\":0,\"turb\":789,\"gnhd\":3907,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 02:45\",\"dem\":20159,\"eol\":5041,\"nuc\":6077,\"gf\":0,\"car\":249,\"cc\":3034,\"hid\":4361,\"aut\":0,\"inter\":-571,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1406,\"expAnd\":0,\"expMar\":-178,\"expPor\":-1764,\"expFra\":0,\"expTot\":-1942,\"impFra\":1361,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1369,\"conb\":0,\"turb\":789,\"gnhd\":3955,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 02:50\",\"dem\":20192,\"eol\":5194,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":2804,\"hid\":4270,\"aut\":0,\"inter\":-377,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1365,\"expAnd\":0,\"expMar\":0,\"expPor\":-1804,\"expFra\":0,\"expTot\":-1804,\"impFra\":1406,\"impPor\":0,\"impMar\":3,\"impAnd\":8,\"impTot\":1417,\"conb\":0,\"turb\":790,\"gnhd\":3864,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 02:55\",\"dem\":20113,\"eol\":5210,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":2773,\"hid\":4245,\"aut\":0,\"inter\":-418,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1401,\"expAnd\":0,\"expMar\":-37,\"expPor\":-1803,\"expFra\":0,\"expTot\":-1840,\"impFra\":1431,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1439,\"conb\":0,\"turb\":791,\"gnhd\":3840,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 03:00\",\"dem\":20087,\"eol\":5259,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":2813,\"hid\":4293,\"aut\":0,\"inter\":-575,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1403,\"expAnd\":0,\"expMar\":0,\"expPor\":-2096,\"expFra\":0,\"expTot\":-2096,\"impFra\":1454,\"impPor\":0,\"impMar\":62,\"impAnd\":8,\"impTot\":1524,\"conb\":0,\"turb\":789,\"gnhd\":3889,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 03:05\",\"dem\":19823,\"eol\":5283,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3038,\"hid\":4575,\"aut\":0,\"inter\":-1341,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1392,\"expAnd\":0,\"expMar\":-79,\"expPor\":-2543,\"expFra\":0,\"expTot\":-2622,\"impFra\":1295,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1302,\"conb\":0,\"turb\":791,\"gnhd\":4169,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 03:10\",\"dem\":19778,\"eol\":5447,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2975,\"hid\":4507,\"aut\":0,\"inter\":-1417,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1342,\"expAnd\":0,\"expMar\":-76,\"expPor\":-2626,\"expFra\":0,\"expTot\":-2702,\"impFra\":1292,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1299,\"conb\":0,\"turb\":792,\"gnhd\":4099,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 03:15\",\"dem\":19785,\"eol\":5531,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2943,\"hid\":4494,\"aut\":0,\"inter\":-1449,\"icb\":-102,\"sol\":41,\"solFot\":32,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1388,\"expAnd\":0,\"expMar\":0,\"expPor\":-2746,\"expFra\":0,\"expTot\":-2746,\"impFra\":1196,\"impPor\":0,\"impMar\":125,\"impAnd\":7,\"impTot\":1328,\"conb\":0,\"turb\":791,\"gnhd\":4088,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 03:20\",\"dem\":19885,\"eol\":5610,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2859,\"hid\":4275,\"aut\":0,\"inter\":-1126,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1383,\"expAnd\":0,\"expMar\":0,\"expPor\":-2687,\"expFra\":0,\"expTot\":-2687,\"impFra\":1432,\"impPor\":0,\"impMar\":135,\"impAnd\":7,\"impTot\":1574,\"conb\":0,\"turb\":793,\"gnhd\":3866,\"bat\":1,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 03:25\",\"dem\":19780,\"eol\":5677,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":2856,\"hid\":4235,\"aut\":0,\"inter\":-1256,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1386,\"expAnd\":0,\"expMar\":0,\"expPor\":-2594,\"expFra\":0,\"expTot\":-2594,\"impFra\":1272,\"impPor\":0,\"impMar\":33,\"impAnd\":7,\"impTot\":1312,\"conb\":0,\"turb\":790,\"gnhd\":3828,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 03:30\",\"dem\":19796,\"eol\":5764,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2891,\"hid\":4084,\"aut\":0,\"inter\":-1212,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1381,\"expAnd\":0,\"expMar\":-71,\"expPor\":-2638,\"expFra\":0,\"expTot\":-2709,\"impFra\":1408,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1415,\"conb\":0,\"turb\":790,\"gnhd\":3679,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 03:35\",\"dem\":19697,\"eol\":5881,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":2903,\"hid\":4091,\"aut\":0,\"inter\":-1444,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1363,\"expAnd\":0,\"expMar\":-121,\"expPor\":-2524,\"expFra\":0,\"expTot\":-2645,\"impFra\":1200,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1207,\"conb\":0,\"turb\":791,\"gnhd\":3684,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 03:40\",\"dem\":19577,\"eol\":5922,\"nuc\":6071,\"gf\":0,\"car\":247,\"cc\":2799,\"hid\":3915,\"aut\":0,\"inter\":-1324,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1377,\"expAnd\":0,\"expMar\":-44,\"expPor\":-2608,\"expFra\":0,\"expTot\":-2652,\"impFra\":1349,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1356,\"conb\":0,\"turb\":793,\"gnhd\":3512,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 03:45\",\"dem\":19655,\"eol\":5958,\"nuc\":6073,\"gf\":0,\"car\":247,\"cc\":2780,\"hid\":3800,\"aut\":0,\"inter\":-1149,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1378,\"expAnd\":0,\"expMar\":-17,\"expPor\":-2611,\"expFra\":0,\"expTot\":-2628,\"impFra\":1489,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1496,\"conb\":0,\"turb\":792,\"gnhd\":3485,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 03:50\",\"dem\":19582,\"eol\":5946,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":2727,\"hid\":3722,\"aut\":2006,\"inter\":-1077,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1376,\"expAnd\":0,\"expMar\":0,\"expPor\":-2556,\"expFra\":0,\"expTot\":-2556,\"impFra\":1429,\"impPor\":0,\"impMar\":57,\"impAnd\":7,\"impTot\":1493,\"conb\":0,\"turb\":793,\"gnhd\":3406,\"bat\":1,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 03:55\",\"dem\":19516,\"eol\":5916,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2766,\"hid\":3769,\"aut\":0,\"inter\":-1203,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1336,\"expAnd\":0,\"expMar\":-22,\"expPor\":-2575,\"expFra\":0,\"expTot\":-2597,\"impFra\":1402,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1409,\"conb\":0,\"turb\":794,\"gnhd\":3452,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:00\",\"dem\":19527,\"eol\":5926,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2746,\"hid\":3514,\"aut\":0,\"inter\":-924,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":444,\"cogenResto\":1367,\"expAnd\":0,\"expMar\":0,\"expPor\":-2679,\"expFra\":0,\"expTot\":-2679,\"impFra\":1681,\"impPor\":0,\"impMar\":15,\"impAnd\":7,\"impTot\":1703,\"conb\":0,\"turb\":742,\"gnhd\":3253,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:05\",\"dem\":19474,\"eol\":5911,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2679,\"hid\":3422,\"aut\":0,\"inter\":-803,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1370,\"expAnd\":0,\"expMar\":-66,\"expPor\":-2670,\"expFra\":0,\"expTot\":-2736,\"impFra\":1943,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1950,\"conb\":0,\"turb\":741,\"gnhd\":3159,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:10\",\"dem\":19613,\"eol\":5961,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2614,\"hid\":3407,\"aut\":0,\"inter\":-640,\"icb\":-101,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1373,\"expAnd\":0,\"expMar\":-57,\"expPor\":-2810,\"expFra\":0,\"expTot\":-2867,\"impFra\":2238,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2245,\"conb\":0,\"turb\":745,\"gnhd\":3141,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 04:15\",\"dem\":19640,\"eol\":5983,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2668,\"hid\":3473,\"aut\":0,\"inter\":-750,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1332,\"expAnd\":0,\"expMar\":-65,\"expPor\":-2749,\"expFra\":0,\"expTot\":-2814,\"impFra\":2085,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2092,\"conb\":0,\"turb\":742,\"gnhd\":3302,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 04:20\",\"dem\":19484,\"eol\":6024,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2654,\"hid\":3455,\"aut\":0,\"inter\":-917,\"icb\":-102,\"sol\":41,\"solFot\":32,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1364,\"expAnd\":0,\"expMar\":-133,\"expPor\":-2873,\"expFra\":0,\"expTot\":-3006,\"impFra\":2096,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2103,\"conb\":0,\"turb\":745,\"gnhd\":3279,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 04:25\",\"dem\":19434,\"eol\":6086,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2661,\"hid\":3413,\"aut\":0,\"inter\":-994,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1366,\"expAnd\":0,\"expMar\":-51,\"expPor\":-2871,\"expFra\":0,\"expTot\":-2922,\"impFra\":1936,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1943,\"conb\":0,\"turb\":745,\"gnhd\":3250,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 04:30\",\"dem\":19439,\"eol\":6171,\"nuc\":6074,\"gf\":0,\"car\":250,\"cc\":2658,\"hid\":3287,\"aut\":2006,\"inter\":-947,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1363,\"expAnd\":0,\"expMar\":0,\"expPor\":-2807,\"expFra\":0,\"expTot\":-2807,\"impFra\":1937,\"impPor\":0,\"impMar\":3,\"impAnd\":7,\"impTot\":1947,\"conb\":0,\"turb\":744,\"gnhd\":3218,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:35\",\"dem\":19457,\"eol\":6263,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2648,\"hid\":3221,\"aut\":2006,\"inter\":-941,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1327,\"expAnd\":0,\"expMar\":0,\"expPor\":-2908,\"expFra\":0,\"expTot\":-2908,\"impFra\":1962,\"impPor\":0,\"impMar\":12,\"impAnd\":7,\"impTot\":1981,\"conb\":0,\"turb\":744,\"gnhd\":3152,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:40\",\"dem\":19464,\"eol\":6286,\"nuc\":6072,\"gf\":0,\"car\":247,\"cc\":2640,\"hid\":2983,\"aut\":2006,\"inter\":-710,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1367,\"expAnd\":0,\"expMar\":-68,\"expPor\":-2783,\"expFra\":0,\"expTot\":-2851,\"impFra\":2151,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2158,\"conb\":0,\"turb\":624,\"gnhd\":3031,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 04:45\",\"dem\":19409,\"eol\":6284,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":2635,\"hid\":3070,\"aut\":2006,\"inter\":-843,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1370,\"expAnd\":0,\"expMar\":-34,\"expPor\":-2842,\"expFra\":0,\"expTot\":-2876,\"impFra\":2046,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2053,\"conb\":0,\"turb\":623,\"gnhd\":3118,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 04:50\",\"dem\":19527,\"eol\":6259,\"nuc\":6075,\"gf\":0,\"car\":246,\"cc\":2654,\"hid\":3085,\"aut\":2006,\"inter\":-739,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1366,\"expAnd\":0,\"expMar\":-115,\"expPor\":-2801,\"expFra\":0,\"expTot\":-2916,\"impFra\":2212,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2219,\"conb\":0,\"turb\":626,\"gnhd\":3132,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 04:55\",\"dem\":19459,\"eol\":6320,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2649,\"hid\":3097,\"aut\":2006,\"inter\":-872,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1324,\"expAnd\":0,\"expMar\":-22,\"expPor\":-2885,\"expFra\":0,\"expTot\":-2907,\"impFra\":2041,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":2048,\"conb\":0,\"turb\":629,\"gnhd\":3142,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 05:00\",\"dem\":19515,\"eol\":6380,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":2648,\"hid\":3088,\"aut\":2006,\"inter\":-865,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1361,\"expAnd\":0,\"expMar\":-45,\"expPor\":-2800,\"expFra\":0,\"expTot\":-2845,\"impFra\":1987,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1994,\"conb\":0,\"turb\":621,\"gnhd\":3140,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:05\",\"dem\":19432,\"eol\":6472,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":2701,\"hid\":3122,\"aut\":0,\"inter\":-1152,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1359,\"expAnd\":0,\"expMar\":-119,\"expPor\":-2866,\"expFra\":0,\"expTot\":-2985,\"impFra\":1824,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1831,\"conb\":0,\"turb\":478,\"gnhd\":3316,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:10\",\"dem\":19467,\"eol\":6565,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":2672,\"hid\":3111,\"aut\":0,\"inter\":-1134,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1360,\"expAnd\":0,\"expMar\":-85,\"expPor\":-2817,\"expFra\":0,\"expTot\":-2902,\"impFra\":1776,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1783,\"conb\":0,\"turb\":413,\"gnhd\":3373,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:15\",\"dem\":19336,\"eol\":6617,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2649,\"hid\":3080,\"aut\":0,\"inter\":-1266,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1361,\"expAnd\":0,\"expMar\":-30,\"expPor\":-2800,\"expFra\":0,\"expTot\":-2830,\"impFra\":1572,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1579,\"conb\":0,\"turb\":415,\"gnhd\":3341,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 05:20\",\"dem\":19309,\"eol\":6755,\"nuc\":6065,\"gf\":0,\"car\":248,\"cc\":2486,\"hid\":2892,\"aut\":1991,\"inter\":-1071,\"icb\":-101,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1360,\"expAnd\":0,\"expMar\":-14,\"expPor\":-2807,\"expFra\":0,\"expTot\":-2821,\"impFra\":1739,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1746,\"conb\":0,\"turb\":415,\"gnhd\":3151,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 05:25\",\"dem\":19489,\"eol\":6800,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2521,\"hid\":3017,\"aut\":0,\"inter\":-1102,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1357,\"expAnd\":0,\"expMar\":-56,\"expPor\":-2711,\"expFra\":0,\"expTot\":-2767,\"impFra\":1670,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1677,\"conb\":0,\"turb\":416,\"gnhd\":3274,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:30\",\"dem\":19265,\"eol\":6864,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2493,\"hid\":2872,\"aut\":0,\"inter\":-1215,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1352,\"expAnd\":0,\"expMar\":-121,\"expPor\":-2818,\"expFra\":0,\"expTot\":-2939,\"impFra\":1727,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1735,\"conb\":0,\"turb\":416,\"gnhd\":3235,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 05:35\",\"dem\":19351,\"eol\":6988,\"nuc\":6070,\"gf\":0,\"car\":250,\"cc\":2414,\"hid\":2727,\"aut\":0,\"inter\":-1030,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1353,\"expAnd\":0,\"expMar\":0,\"expPor\":-2852,\"expFra\":0,\"expTot\":-2852,\"impFra\":1604,\"impPor\":0,\"impMar\":223,\"impAnd\":7,\"impTot\":1834,\"conb\":0,\"turb\":414,\"gnhd\":3089,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 05:40\",\"dem\":19586,\"eol\":7035,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2446,\"hid\":2774,\"aut\":0,\"inter\":-919,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1313,\"expAnd\":0,\"expMar\":0,\"expPor\":-2806,\"expFra\":0,\"expTot\":-2806,\"impFra\":1756,\"impPor\":0,\"impMar\":138,\"impAnd\":7,\"impTot\":1901,\"conb\":0,\"turb\":416,\"gnhd\":3134,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:45\",\"dem\":19414,\"eol\":7089,\"nuc\":6064,\"gf\":0,\"car\":248,\"cc\":2415,\"hid\":2784,\"aut\":1991,\"inter\":-1117,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1351,\"expAnd\":0,\"expMar\":0,\"expPor\":-2833,\"expFra\":0,\"expTot\":-2833,\"impFra\":1584,\"impPor\":0,\"impMar\":138,\"impAnd\":7,\"impTot\":1729,\"conb\":0,\"turb\":414,\"gnhd\":3146,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 05:50\",\"dem\":19528,\"eol\":7136,\"nuc\":6065,\"gf\":0,\"car\":248,\"cc\":2418,\"hid\":2771,\"aut\":1991,\"inter\":-1062,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1353,\"expAnd\":0,\"expMar\":-13,\"expPor\":-2795,\"expFra\":0,\"expTot\":-2808,\"impFra\":1754,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1761,\"conb\":0,\"turb\":413,\"gnhd\":3139,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 05:55\",\"dem\":19345,\"eol\":7085,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2442,\"hid\":2776,\"aut\":1991,\"inter\":-1211,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1350,\"expAnd\":0,\"expMar\":-41,\"expPor\":-2844,\"expFra\":0,\"expTot\":-2885,\"impFra\":1686,\"impPor\":0,\"impMar\":0,\"impAnd\":7,\"impTot\":1693,\"conb\":0,\"turb\":368,\"gnhd\":3199,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 06:00\",\"dem\":19600,\"eol\":6995,\"nuc\":6071,\"gf\":0,\"car\":251,\"cc\":2421,\"hid\":2797,\"aut\":1991,\"inter\":-869,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":442,\"cogenResto\":1307,\"expAnd\":0,\"expMar\":0,\"expPor\":-2778,\"expFra\":0,\"expTot\":-2778,\"impFra\":1848,\"impPor\":0,\"impMar\":129,\"impAnd\":8,\"impTot\":1985,\"conb\":0,\"turb\":411,\"gnhd\":3164,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 06:05\",\"dem\":19648,\"eol\":7074,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2506,\"hid\":2636,\"aut\":1977,\"inter\":-805,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1348,\"expAnd\":0,\"expMar\":0,\"expPor\":-2765,\"expFra\":0,\"expTot\":-2765,\"impFra\":1822,\"impPor\":0,\"impMar\":145,\"impAnd\":8,\"impTot\":1975,\"conb\":0,\"turb\":298,\"gnhd\":3115,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 06:10\",\"dem\":19795,\"eol\":7150,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2568,\"hid\":2672,\"aut\":0,\"inter\":-832,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1353,\"expAnd\":0,\"expMar\":0,\"expPor\":-2703,\"expFra\":0,\"expTot\":-2703,\"impFra\":1517,\"impPor\":0,\"impMar\":362,\"impAnd\":8,\"impTot\":1887,\"conb\":0,\"turb\":298,\"gnhd\":3151,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 06:15\",\"dem\":19772,\"eol\":7132,\"nuc\":6066,\"gf\":0,\"car\":248,\"cc\":2577,\"hid\":2680,\"aut\":0,\"inter\":-850,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1355,\"expAnd\":0,\"expMar\":0,\"expPor\":-2723,\"expFra\":0,\"expTot\":-2723,\"impFra\":1636,\"impPor\":0,\"impMar\":244,\"impAnd\":8,\"impTot\":1888,\"conb\":0,\"turb\":297,\"gnhd\":3158,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 06:20\",\"dem\":19830,\"eol\":7120,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":2602,\"hid\":2723,\"aut\":0,\"inter\":-850,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1357,\"expAnd\":0,\"expMar\":0,\"expPor\":-2612,\"expFra\":0,\"expTot\":-2612,\"impFra\":1725,\"impPor\":0,\"impMar\":24,\"impAnd\":8,\"impTot\":1757,\"conb\":0,\"turb\":297,\"gnhd\":3200,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 06:25\",\"dem\":20037,\"eol\":7163,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":2661,\"hid\":2740,\"aut\":0,\"inter\":-767,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1355,\"expAnd\":0,\"expMar\":0,\"expPor\":-2547,\"expFra\":0,\"expTot\":-2547,\"impFra\":1740,\"impPor\":0,\"impMar\":81,\"impAnd\":8,\"impTot\":1829,\"conb\":0,\"turb\":298,\"gnhd\":3216,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 06:30\",\"dem\":20003,\"eol\":7218,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2747,\"hid\":2781,\"aut\":0,\"inter\":-985,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1355,\"expAnd\":0,\"expMar\":0,\"expPor\":-2644,\"expFra\":0,\"expTot\":-2644,\"impFra\":1646,\"impPor\":0,\"impMar\":21,\"impAnd\":8,\"impTot\":1675,\"conb\":0,\"turb\":299,\"gnhd\":3260,\"bat\":1,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 06:35\",\"dem\":20136,\"eol\":7178,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2760,\"hid\":2789,\"aut\":0,\"inter\":-833,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1354,\"expAnd\":0,\"expMar\":0,\"expPor\":-2682,\"expFra\":0,\"expTot\":-2682,\"impFra\":1788,\"impPor\":0,\"impMar\":74,\"impAnd\":8,\"impTot\":1870,\"conb\":0,\"turb\":298,\"gnhd\":3267,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 06:40\",\"dem\":20210,\"eol\":7139,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2851,\"hid\":2868,\"aut\":0,\"inter\":-891,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1356,\"expAnd\":0,\"expMar\":0,\"expPor\":-2467,\"expFra\":0,\"expTot\":-2467,\"impFra\":1509,\"impPor\":0,\"impMar\":65,\"impAnd\":8,\"impTot\":1582,\"conb\":0,\"turb\":295,\"gnhd\":3346,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 06:45\",\"dem\":20247,\"eol\":7126,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":2871,\"hid\":2927,\"aut\":0,\"inter\":-911,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":7,\"termRenov\":433,\"cogenResto\":1356,\"expAnd\":0,\"expMar\":-85,\"expPor\":-2454,\"expFra\":0,\"expTot\":-2539,\"impFra\":1637,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1645,\"conb\":0,\"turb\":301,\"gnhd\":3404,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 06:50\",\"dem\":20435,\"eol\":7168,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2941,\"hid\":3084,\"aut\":0,\"inter\":-997,\"icb\":-102,\"sol\":42,\"solFot\":33,\"solTer\":9,\"termRenov\":433,\"cogenResto\":1355,\"expAnd\":0,\"expMar\":-24,\"expPor\":-2406,\"expFra\":0,\"expTot\":-2430,\"impFra\":1442,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1450,\"conb\":0,\"turb\":298,\"gnhd\":3376,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 06:55\",\"dem\":20465,\"eol\":7234,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":2944,\"hid\":3095,\"aut\":0,\"inter\":-1049,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":8,\"termRenov\":433,\"cogenResto\":1357,\"expAnd\":0,\"expMar\":0,\"expPor\":-2354,\"expFra\":0,\"expTot\":-2354,\"impFra\":1115,\"impPor\":0,\"impMar\":158,\"impAnd\":9,\"impTot\":1282,\"conb\":0,\"turb\":299,\"gnhd\":3386,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 07:00\",\"dem\":20533,\"eol\":7321,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2871,\"hid\":3084,\"aut\":0,\"inter\":-979,\"icb\":-102,\"sol\":41,\"solFot\":33,\"solTer\":7,\"termRenov\":433,\"cogenResto\":1359,\"expAnd\":0,\"expMar\":0,\"expPor\":-2348,\"expFra\":0,\"expTot\":-2348,\"impFra\":1163,\"impPor\":0,\"impMar\":232,\"impAnd\":9,\"impTot\":1404,\"conb\":0,\"turb\":317,\"gnhd\":3357,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 07:05\",\"dem\":20770,\"eol\":7545,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2827,\"hid\":3140,\"aut\":0,\"inter\":-1027,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1334,\"expAnd\":0,\"expMar\":0,\"expPor\":-2560,\"expFra\":0,\"expTot\":-2560,\"impFra\":1243,\"impPor\":0,\"impMar\":313,\"impAnd\":9,\"impTot\":1565,\"conb\":0,\"turb\":379,\"gnhd\":3346,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 07:10\",\"dem\":20900,\"eol\":7575,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2814,\"hid\":3152,\"aut\":0,\"inter\":-927,\"icb\":-102,\"sol\":46,\"solFot\":37,\"solTer\":8,\"termRenov\":429,\"cogenResto\":1398,\"expAnd\":0,\"expMar\":0,\"expPor\":-2172,\"expFra\":0,\"expTot\":-2172,\"impFra\":1022,\"impPor\":0,\"impMar\":232,\"impAnd\":9,\"impTot\":1263,\"conb\":0,\"turb\":387,\"gnhd\":3352,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 07:15\",\"dem\":21022,\"eol\":7607,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":2759,\"hid\":3057,\"aut\":0,\"inter\":-684,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1411,\"expAnd\":0,\"expMar\":0,\"expPor\":-2146,\"expFra\":0,\"expTot\":-2146,\"impFra\":1022,\"impPor\":0,\"impMar\":462,\"impAnd\":9,\"impTot\":1493,\"conb\":0,\"turb\":392,\"gnhd\":3252,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 07:20\",\"dem\":21095,\"eol\":7567,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":2848,\"hid\":3114,\"aut\":0,\"inter\":-727,\"icb\":-102,\"sol\":47,\"solFot\":37,\"solTer\":9,\"termRenov\":429,\"cogenResto\":1418,\"expAnd\":0,\"expMar\":0,\"expPor\":-2040,\"expFra\":0,\"expTot\":-2040,\"impFra\":930,\"impPor\":0,\"impMar\":392,\"impAnd\":9,\"impTot\":1331,\"conb\":0,\"turb\":411,\"gnhd\":3291,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 07:25\",\"dem\":21323,\"eol\":7576,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2917,\"hid\":3301,\"aut\":0,\"inter\":-759,\"icb\":-101,\"sol\":46,\"solFot\":37,\"solTer\":8,\"termRenov\":429,\"cogenResto\":1429,\"expAnd\":0,\"expMar\":0,\"expPor\":-2063,\"expFra\":0,\"expTot\":-2063,\"impFra\":951,\"impPor\":0,\"impMar\":332,\"impAnd\":9,\"impTot\":1292,\"conb\":0,\"turb\":467,\"gnhd\":3421,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 07:30\",\"dem\":21227,\"eol\":7587,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2933,\"hid\":3338,\"aut\":0,\"inter\":-919,\"icb\":-101,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1430,\"expAnd\":0,\"expMar\":0,\"expPor\":-1937,\"expFra\":0,\"expTot\":-1937,\"impFra\":639,\"impPor\":0,\"impMar\":388,\"impAnd\":9,\"impTot\":1036,\"conb\":0,\"turb\":469,\"gnhd\":3455,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 07:35\",\"dem\":21553,\"eol\":7610,\"nuc\":6076,\"gf\":0,\"car\":248,\"cc\":2983,\"hid\":3387,\"aut\":0,\"inter\":-717,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1434,\"expAnd\":0,\"expMar\":0,\"expPor\":-1985,\"expFra\":0,\"expTot\":-1985,\"impFra\":953,\"impPor\":0,\"impMar\":331,\"impAnd\":10,\"impTot\":1294,\"conb\":0,\"turb\":473,\"gnhd\":3500,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 07:40\",\"dem\":21484,\"eol\":7576,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2989,\"hid\":3432,\"aut\":0,\"inter\":-799,\"icb\":-102,\"sol\":46,\"solFot\":37,\"solTer\":8,\"termRenov\":429,\"cogenResto\":1443,\"expAnd\":0,\"expMar\":0,\"expPor\":-1930,\"expFra\":0,\"expTot\":-1930,\"impFra\":684,\"impPor\":0,\"impMar\":457,\"impAnd\":10,\"impTot\":1151,\"conb\":0,\"turb\":476,\"gnhd\":3542,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 07:45\",\"dem\":21618,\"eol\":7520,\"nuc\":6074,\"gf\":0,\"car\":248,\"cc\":3000,\"hid\":3469,\"aut\":0,\"inter\":-661,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1409,\"expAnd\":0,\"expMar\":0,\"expPor\":-1962,\"expFra\":0,\"expTot\":-1962,\"impFra\":1027,\"impPor\":0,\"impMar\":272,\"impAnd\":10,\"impTot\":1309,\"conb\":0,\"turb\":478,\"gnhd\":3577,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 07:50\",\"dem\":21921,\"eol\":7469,\"nuc\":6066,\"gf\":0,\"car\":248,\"cc\":3110,\"hid\":3651,\"aut\":0,\"inter\":-590,\"icb\":-102,\"sol\":45,\"solFot\":38,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1442,\"expAnd\":0,\"expMar\":0,\"expPor\":-2078,\"expFra\":0,\"expTot\":-2078,\"impFra\":1213,\"impPor\":0,\"impMar\":285,\"impAnd\":11,\"impTot\":1509,\"conb\":0,\"turb\":506,\"gnhd\":3732,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 07:55\",\"dem\":21801,\"eol\":7372,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":3118,\"hid\":3660,\"aut\":0,\"inter\":-632,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1440,\"expAnd\":0,\"expMar\":0,\"expPor\":-2078,\"expFra\":0,\"expTot\":-2078,\"impFra\":995,\"impPor\":0,\"impMar\":445,\"impAnd\":10,\"impTot\":1450,\"conb\":0,\"turb\":493,\"gnhd\":3753,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:00\",\"dem\":22067,\"eol\":7266,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":3162,\"hid\":3654,\"aut\":0,\"inter\":-301,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":429,\"cogenResto\":1439,\"expAnd\":0,\"expMar\":0,\"expPor\":-1914,\"expFra\":0,\"expTot\":-1914,\"impFra\":1064,\"impPor\":0,\"impMar\":524,\"impAnd\":11,\"impTot\":1599,\"conb\":0,\"turb\":482,\"gnhd\":3759,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:05\",\"dem\":22329,\"eol\":7197,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":2993,\"hid\":3628,\"aut\":0,\"inter\":191,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1438,\"expAnd\":0,\"expMar\":0,\"expPor\":-1866,\"expFra\":0,\"expTot\":-1866,\"impFra\":1792,\"impPor\":0,\"impMar\":318,\"impAnd\":11,\"impTot\":2121,\"conb\":0,\"turb\":471,\"gnhd\":3742,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:10\",\"dem\":22760,\"eol\":7097,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":3129,\"hid\":3708,\"aut\":0,\"inter\":504,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1406,\"expAnd\":0,\"expMar\":0,\"expPor\":-1788,\"expFra\":0,\"expTot\":-1788,\"impFra\":2023,\"impPor\":0,\"impMar\":280,\"impAnd\":11,\"impTot\":2314,\"conb\":0,\"turb\":529,\"gnhd\":3764,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:15\",\"dem\":22763,\"eol\":7087,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":3229,\"hid\":3849,\"aut\":0,\"inter\":287,\"icb\":-102,\"sol\":45,\"solFot\":37,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1443,\"expAnd\":0,\"expMar\":0,\"expPor\":-1853,\"expFra\":0,\"expTot\":-1853,\"impFra\":1813,\"impPor\":0,\"impMar\":269,\"impAnd\":11,\"impTot\":2093,\"conb\":0,\"turb\":636,\"gnhd\":3797,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:20\",\"dem\":22993,\"eol\":7085,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":3322,\"hid\":3979,\"aut\":0,\"inter\":275,\"icb\":-102,\"sol\":46,\"solFot\":37,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1441,\"expAnd\":0,\"expMar\":0,\"expPor\":-1730,\"expFra\":0,\"expTot\":-1730,\"impFra\":1605,\"impPor\":0,\"impMar\":406,\"impAnd\":11,\"impTot\":2022,\"conb\":0,\"turb\":665,\"gnhd\":3899,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:25\",\"dem\":22807,\"eol\":7086,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3185,\"hid\":4132,\"aut\":0,\"inter\":79,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1444,\"expAnd\":0,\"expMar\":0,\"expPor\":-1806,\"expFra\":0,\"expTot\":-1806,\"impFra\":1395,\"impPor\":0,\"impMar\":513,\"impAnd\":12,\"impTot\":1920,\"conb\":0,\"turb\":798,\"gnhd\":3919,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:30\",\"dem\":22682,\"eol\":7051,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":3085,\"hid\":4161,\"aut\":0,\"inter\":47,\"icb\":-102,\"sol\":49,\"solFot\":41,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1407,\"expAnd\":0,\"expMar\":0,\"expPor\":-1809,\"expFra\":0,\"expTot\":-1809,\"impFra\":1454,\"impPor\":0,\"impMar\":410,\"impAnd\":12,\"impTot\":1876,\"conb\":0,\"turb\":791,\"gnhd\":3956,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:35\",\"dem\":22889,\"eol\":6978,\"nuc\":6072,\"gf\":0,\"car\":245,\"cc\":3119,\"hid\":4206,\"aut\":0,\"inter\":248,\"icb\":-102,\"sol\":61,\"solFot\":53,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1443,\"expAnd\":0,\"expMar\":0,\"expPor\":-2044,\"expFra\":0,\"expTot\":-2044,\"impFra\":1942,\"impPor\":0,\"impMar\":406,\"impAnd\":12,\"impTot\":2360,\"conb\":0,\"turb\":782,\"gnhd\":4009,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:40\",\"dem\":22884,\"eol\":6914,\"nuc\":6069,\"gf\":0,\"car\":251,\"cc\":3127,\"hid\":4306,\"aut\":0,\"inter\":155,\"icb\":-102,\"sol\":102,\"solFot\":94,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1443,\"expAnd\":0,\"expMar\":0,\"expPor\":-2000,\"expFra\":0,\"expTot\":-2000,\"impFra\":1875,\"impPor\":0,\"impMar\":292,\"impAnd\":12,\"impTot\":2179,\"conb\":0,\"turb\":883,\"gnhd\":4008,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:45\",\"dem\":22875,\"eol\":6841,\"nuc\":6066,\"gf\":0,\"car\":249,\"cc\":3152,\"hid\":4316,\"aut\":0,\"inter\":123,\"icb\":-102,\"sol\":168,\"solFot\":160,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1447,\"expAnd\":0,\"expMar\":0,\"expPor\":-2016,\"expFra\":0,\"expTot\":-2016,\"impFra\":1892,\"impPor\":0,\"impMar\":260,\"impAnd\":12,\"impTot\":2164,\"conb\":0,\"turb\":891,\"gnhd\":4011,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:50\",\"dem\":23109,\"eol\":6799,\"nuc\":6070,\"gf\":0,\"car\":251,\"cc\":3222,\"hid\":4273,\"aut\":0,\"inter\":264,\"icb\":-101,\"sol\":269,\"solFot\":261,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1407,\"expAnd\":0,\"expMar\":0,\"expPor\":-1919,\"expFra\":0,\"expTot\":-1919,\"impFra\":1809,\"impPor\":0,\"impMar\":387,\"impAnd\":12,\"impTot\":2208,\"conb\":0,\"turb\":885,\"gnhd\":3975,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 08:55\",\"dem\":23215,\"eol\":6746,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":3261,\"hid\":4365,\"aut\":0,\"inter\":125,\"icb\":-102,\"sol\":439,\"solFot\":431,\"solTer\":8,\"termRenov\":430,\"cogenResto\":1444,\"expAnd\":0,\"expMar\":0,\"expPor\":-1899,\"expFra\":0,\"expTot\":-1899,\"impFra\":1708,\"impPor\":0,\"impMar\":331,\"impAnd\":12,\"impTot\":2051,\"conb\":0,\"turb\":879,\"gnhd\":3974,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 09:00\",\"dem\":23467,\"eol\":6689,\"nuc\":6075,\"gf\":0,\"car\":250,\"cc\":3453,\"hid\":4474,\"aut\":0,\"inter\":-106,\"icb\":-102,\"sol\":674,\"solFot\":666,\"solTer\":7,\"termRenov\":430,\"cogenResto\":1450,\"expAnd\":0,\"expMar\":0,\"expPor\":-1463,\"expFra\":0,\"expTot\":-1463,\"impFra\":1017,\"impPor\":0,\"impMar\":359,\"impAnd\":13,\"impTot\":1389,\"conb\":0,\"turb\":927,\"gnhd\":4031,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:05\",\"dem\":23513,\"eol\":6551,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3958,\"hid\":4763,\"aut\":0,\"inter\":-984,\"icb\":-102,\"sol\":951,\"solFot\":943,\"solTer\":7,\"termRenov\":431,\"cogenResto\":1451,\"expAnd\":0,\"expMar\":0,\"expPor\":-1349,\"expFra\":0,\"expTot\":-1349,\"impFra\":122,\"impPor\":0,\"impMar\":222,\"impAnd\":13,\"impTot\":357,\"conb\":0,\"turb\":938,\"gnhd\":4309,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:10\",\"dem\":23420,\"eol\":6405,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":3799,\"hid\":4915,\"aut\":0,\"inter\":-1260,\"icb\":-102,\"sol\":1287,\"solFot\":1278,\"solTer\":9,\"termRenov\":431,\"cogenResto\":1448,\"expAnd\":0,\"expMar\":0,\"expPor\":-1382,\"expFra\":-131,\"expTot\":-1513,\"impFra\":0,\"impPor\":0,\"impMar\":202,\"impAnd\":13,\"impTot\":215,\"conb\":0,\"turb\":918,\"gnhd\":4378,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:15\",\"dem\":23685,\"eol\":6333,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":3548,\"hid\":4976,\"aut\":0,\"inter\":-1111,\"icb\":-102,\"sol\":1666,\"solFot\":1656,\"solTer\":10,\"termRenov\":431,\"cogenResto\":1449,\"expAnd\":0,\"expMar\":0,\"expPor\":-1398,\"expFra\":-20,\"expTot\":-1418,\"impFra\":0,\"impPor\":0,\"impMar\":322,\"impAnd\":13,\"impTot\":335,\"conb\":0,\"turb\":882,\"gnhd\":4476,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:20\",\"dem\":23826,\"eol\":6202,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3366,\"hid\":5048,\"aut\":0,\"inter\":-1272,\"icb\":-102,\"sol\":2203,\"solFot\":2192,\"solTer\":11,\"termRenov\":431,\"cogenResto\":1457,\"expAnd\":0,\"expMar\":0,\"expPor\":-1407,\"expFra\":-196,\"expTot\":-1603,\"impFra\":0,\"impPor\":0,\"impMar\":345,\"impAnd\":14,\"impTot\":359,\"conb\":0,\"turb\":847,\"gnhd\":4583,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:25\",\"dem\":23864,\"eol\":6138,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3119,\"hid\":4999,\"aut\":0,\"inter\":-1434,\"icb\":-102,\"sol\":2763,\"solFot\":2750,\"solTer\":12,\"termRenov\":431,\"cogenResto\":1458,\"expAnd\":0,\"expMar\":0,\"expPor\":-1330,\"expFra\":-304,\"expTot\":-1634,\"impFra\":0,\"impPor\":0,\"impMar\":214,\"impAnd\":14,\"impTot\":228,\"conb\":0,\"turb\":815,\"gnhd\":4567,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 09:30\",\"dem\":23937,\"eol\":6028,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":3068,\"hid\":4931,\"aut\":0,\"inter\":-1531,\"icb\":-102,\"sol\":3168,\"solFot\":3154,\"solTer\":13,\"termRenov\":431,\"cogenResto\":1459,\"expAnd\":0,\"expMar\":0,\"expPor\":-1371,\"expFra\":-401,\"expTot\":-1772,\"impFra\":0,\"impPor\":0,\"impMar\":224,\"impAnd\":14,\"impTot\":238,\"conb\":0,\"turb\":780,\"gnhd\":4532,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 09:35\",\"dem\":23897,\"eol\":5917,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":2986,\"hid\":4850,\"aut\":0,\"inter\":-1726,\"icb\":-102,\"sol\":3593,\"solFot\":3580,\"solTer\":13,\"termRenov\":431,\"cogenResto\":1456,\"expAnd\":0,\"expMar\":0,\"expPor\":-1324,\"expFra\":-561,\"expTot\":-1885,\"impFra\":0,\"impPor\":0,\"impMar\":175,\"impAnd\":14,\"impTot\":189,\"conb\":0,\"turb\":768,\"gnhd\":4462,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 09:40\",\"dem\":23969,\"eol\":5947,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":2818,\"hid\":4442,\"aut\":0,\"inter\":-1654,\"icb\":-102,\"sol\":4139,\"solFot\":4124,\"solTer\":15,\"termRenov\":431,\"cogenResto\":1465,\"expAnd\":0,\"expMar\":0,\"expPor\":-1287,\"expFra\":-574,\"expTot\":-1861,\"impFra\":0,\"impPor\":0,\"impMar\":217,\"impAnd\":15,\"impTot\":232,\"conb\":0,\"turb\":745,\"gnhd\":4078,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 09:45\",\"dem\":24098,\"eol\":5914,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2707,\"hid\":4223,\"aut\":0,\"inter\":-1714,\"icb\":-102,\"sol\":4689,\"solFot\":4674,\"solTer\":14,\"termRenov\":431,\"cogenResto\":1466,\"expAnd\":0,\"expMar\":0,\"expPor\":-1269,\"expFra\":-614,\"expTot\":-1883,\"impFra\":0,\"impPor\":0,\"impMar\":209,\"impAnd\":15,\"impTot\":224,\"conb\":0,\"turb\":753,\"gnhd\":3851,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 09:50\",\"dem\":24273,\"eol\":5818,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":2693,\"hid\":3946,\"aut\":0,\"inter\":-1735,\"icb\":-102,\"sol\":5266,\"solFot\":5247,\"solTer\":19,\"termRenov\":431,\"cogenResto\":1467,\"expAnd\":0,\"expMar\":0,\"expPor\":-1276,\"expFra\":-597,\"expTot\":-1873,\"impFra\":0,\"impPor\":0,\"impMar\":236,\"impAnd\":15,\"impTot\":251,\"conb\":0,\"turb\":751,\"gnhd\":3576,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 09:55\",\"dem\":24446,\"eol\":5752,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":2671,\"hid\":3727,\"aut\":0,\"inter\":-1718,\"icb\":-102,\"sol\":5733,\"solFot\":5712,\"solTer\":20,\"termRenov\":431,\"cogenResto\":1430,\"expAnd\":0,\"expMar\":0,\"expPor\":-1308,\"expFra\":-539,\"expTot\":-1847,\"impFra\":0,\"impPor\":0,\"impMar\":144,\"impAnd\":15,\"impTot\":159,\"conb\":0,\"turb\":749,\"gnhd\":3359,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:00\",\"dem\":24233,\"eol\":5736,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":2698,\"hid\":3775,\"aut\":0,\"inter\":-2219,\"icb\":-102,\"sol\":5967,\"solFot\":5944,\"solTer\":22,\"termRenov\":431,\"cogenResto\":1472,\"expAnd\":0,\"expMar\":0,\"expPor\":-1780,\"expFra\":-489,\"expTot\":-2269,\"impFra\":0,\"impPor\":0,\"impMar\":156,\"impAnd\":15,\"impTot\":171,\"conb\":0,\"turb\":754,\"gnhd\":3403,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:05\",\"dem\":24659,\"eol\":5748,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":2963,\"hid\":3995,\"aut\":0,\"inter\":-2941,\"icb\":-116,\"sol\":6687,\"solFot\":6664,\"solTer\":23,\"termRenov\":438,\"cogenResto\":1469,\"expAnd\":0,\"expMar\":0,\"expPor\":-1956,\"expFra\":-1104,\"expTot\":-3060,\"impFra\":0,\"impPor\":0,\"impMar\":158,\"impAnd\":16,\"impTot\":174,\"conb\":0,\"turb\":731,\"gnhd\":3642,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 10:10\",\"dem\":24677,\"eol\":5712,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2990,\"hid\":3989,\"aut\":0,\"inter\":-3344,\"icb\":-132,\"sol\":7142,\"solFot\":7118,\"solTer\":24,\"termRenov\":438,\"cogenResto\":1460,\"expAnd\":0,\"expMar\":0,\"expPor\":-2250,\"expFra\":-1209,\"expTot\":-3459,\"impFra\":0,\"impPor\":0,\"impMar\":133,\"impAnd\":16,\"impTot\":149,\"conb\":0,\"turb\":727,\"gnhd\":3641,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:15\",\"dem\":24639,\"eol\":5609,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":2937,\"hid\":3943,\"aut\":0,\"inter\":-3749,\"icb\":-132,\"sol\":7710,\"solFot\":7686,\"solTer\":24,\"termRenov\":438,\"cogenResto\":1411,\"expAnd\":0,\"expMar\":0,\"expPor\":-2379,\"expFra\":-1378,\"expTot\":-3757,\"impFra\":0,\"impPor\":0,\"impMar\":33,\"impAnd\":16,\"impTot\":49,\"conb\":0,\"turb\":727,\"gnhd\":3596,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:20\",\"dem\":24884,\"eol\":5536,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":2708,\"hid\":3862,\"aut\":0,\"inter\":-3703,\"icb\":-133,\"sol\":8303,\"solFot\":8279,\"solTer\":24,\"termRenov\":438,\"cogenResto\":1451,\"expAnd\":0,\"expMar\":0,\"expPor\":-2408,\"expFra\":-1336,\"expTot\":-3744,\"impFra\":0,\"impPor\":0,\"impMar\":59,\"impAnd\":16,\"impTot\":75,\"conb\":0,\"turb\":725,\"gnhd\":3516,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:25\",\"dem\":24896,\"eol\":5554,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":2619,\"hid\":3382,\"aut\":0,\"inter\":-3810,\"icb\":-133,\"sol\":8970,\"solFot\":8937,\"solTer\":32,\"termRenov\":438,\"cogenResto\":1453,\"expAnd\":0,\"expMar\":0,\"expPor\":-2608,\"expFra\":-1238,\"expTot\":-3846,\"impFra\":0,\"impPor\":0,\"impMar\":83,\"impAnd\":16,\"impTot\":99,\"conb\":0,\"turb\":475,\"gnhd\":3340,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 10:30\",\"dem\":25207,\"eol\":5525,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":2642,\"hid\":3316,\"aut\":0,\"inter\":-3435,\"icb\":-132,\"sol\":8972,\"solFot\":8934,\"solTer\":38,\"termRenov\":438,\"cogenResto\":1445,\"expAnd\":0,\"expMar\":0,\"expPor\":-2596,\"expFra\":-946,\"expTot\":-3542,\"impFra\":0,\"impPor\":0,\"impMar\":139,\"impAnd\":16,\"impTot\":155,\"conb\":0,\"turb\":477,\"gnhd\":3271,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:35\",\"dem\":25016,\"eol\":5447,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":2508,\"hid\":3050,\"aut\":0,\"inter\":-3243,\"icb\":-132,\"sol\":9068,\"solFot\":9024,\"solTer\":43,\"termRenov\":438,\"cogenResto\":1406,\"expAnd\":0,\"expMar\":0,\"expPor\":-2448,\"expFra\":-992,\"expTot\":-3440,\"impFra\":0,\"impPor\":0,\"impMar\":204,\"impAnd\":16,\"impTot\":220,\"conb\":0,\"turb\":358,\"gnhd\":3126,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 10:40\",\"dem\":25055,\"eol\":5385,\"nuc\":6074,\"gf\":0,\"car\":248,\"cc\":2436,\"hid\":3029,\"aut\":0,\"inter\":-3258,\"icb\":-133,\"sol\":9281,\"solFot\":9230,\"solTer\":50,\"termRenov\":438,\"cogenResto\":1448,\"expAnd\":0,\"expMar\":0,\"expPor\":-2539,\"expFra\":-792,\"expTot\":-3331,\"impFra\":0,\"impPor\":0,\"impMar\":90,\"impAnd\":16,\"impTot\":106,\"conb\":0,\"turb\":355,\"gnhd\":3109,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 10:45\",\"dem\":25093,\"eol\":5275,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2423,\"hid\":3025,\"aut\":0,\"inter\":-3283,\"icb\":-133,\"sol\":9475,\"solFot\":9417,\"solTer\":57,\"termRenov\":438,\"cogenResto\":1447,\"expAnd\":0,\"expMar\":-35,\"expPor\":-2644,\"expFra\":-616,\"expTot\":-3295,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":356,\"gnhd\":3102,\"bat\":0,\"consBat\":0,\"dif\":-1},{\"ts\":\"2024-10-26 10:50\",\"dem\":25263,\"eol\":5235,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":2446,\"hid\":2873,\"aut\":0,\"inter\":-2928,\"icb\":-132,\"sol\":9457,\"solFot\":9393,\"solTer\":64,\"termRenov\":438,\"cogenResto\":1438,\"expAnd\":0,\"expMar\":0,\"expPor\":-2510,\"expFra\":-496,\"expTot\":-3006,\"impFra\":0,\"impPor\":0,\"impMar\":97,\"impAnd\":16,\"impTot\":113,\"conb\":0,\"turb\":122,\"gnhd\":3185,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 10:55\",\"dem\":25260,\"eol\":5272,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":2487,\"hid\":2951,\"aut\":0,\"inter\":-3206,\"icb\":-132,\"sol\":9514,\"solFot\":9442,\"solTer\":72,\"termRenov\":438,\"cogenResto\":1389,\"expAnd\":0,\"expMar\":0,\"expPor\":-2550,\"expFra\":-651,\"expTot\":-3201,\"impFra\":0,\"impPor\":0,\"impMar\":43,\"impAnd\":17,\"impTot\":60,\"conb\":0,\"turb\":115,\"gnhd\":3270,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 11:00\",\"dem\":25014,\"eol\":5262,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":2493,\"hid\":3127,\"aut\":0,\"inter\":-3744,\"icb\":-133,\"sol\":9694,\"solFot\":9614,\"solTer\":79,\"termRenov\":438,\"cogenResto\":1408,\"expAnd\":0,\"expMar\":0,\"expPor\":-2613,\"expFra\":-1258,\"expTot\":-3871,\"impFra\":0,\"impPor\":0,\"impMar\":148,\"impAnd\":16,\"impTot\":164,\"conb\":0,\"turb\":114,\"gnhd\":3449,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 11:05\",\"dem\":25051,\"eol\":5199,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2257,\"hid\":3230,\"aut\":0,\"inter\":-3519,\"icb\":-133,\"sol\":9808,\"solFot\":9712,\"solTer\":95,\"termRenov\":429,\"cogenResto\":1370,\"expAnd\":0,\"expMar\":0,\"expPor\":-2973,\"expFra\":-615,\"expTot\":-3588,\"impFra\":0,\"impPor\":0,\"impMar\":100,\"impAnd\":17,\"impTot\":117,\"conb\":0,\"turb\":57,\"gnhd\":3603,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:10\",\"dem\":25138,\"eol\":5222,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":2153,\"hid\":3743,\"aut\":0,\"inter\":-3847,\"icb\":-133,\"sol\":9792,\"solFot\":9668,\"solTer\":124,\"termRenov\":429,\"cogenResto\":1351,\"expAnd\":0,\"expMar\":0,\"expPor\":-2934,\"expFra\":-1032,\"expTot\":-3966,\"impFra\":0,\"impPor\":0,\"impMar\":140,\"impAnd\":17,\"impTot\":157,\"conb\":0,\"turb\":425,\"gnhd\":3750,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:15\",\"dem\":25016,\"eol\":5269,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":2089,\"hid\":3968,\"aut\":0,\"inter\":-4294,\"icb\":-133,\"sol\":9915,\"solFot\":9741,\"solTer\":173,\"termRenov\":429,\"cogenResto\":1329,\"expAnd\":0,\"expMar\":0,\"expPor\":-2951,\"expFra\":-1395,\"expTot\":-4346,\"impFra\":0,\"impPor\":0,\"impMar\":118,\"impAnd\":17,\"impTot\":135,\"conb\":0,\"turb\":700,\"gnhd\":3704,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:20\",\"dem\":25017,\"eol\":5376,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2058,\"hid\":3820,\"aut\":0,\"inter\":-4216,\"icb\":-133,\"sol\":9893,\"solFot\":9698,\"solTer\":194,\"termRenov\":440,\"cogenResto\":1315,\"expAnd\":0,\"expMar\":0,\"expPor\":-2898,\"expFra\":-1397,\"expTot\":-4295,\"impFra\":0,\"impPor\":0,\"impMar\":97,\"impAnd\":17,\"impTot\":114,\"conb\":0,\"turb\":701,\"gnhd\":3634,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:25\",\"dem\":24699,\"eol\":5438,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2040,\"hid\":3674,\"aut\":0,\"inter\":-4417,\"icb\":-133,\"sol\":9877,\"solFot\":9647,\"solTer\":229,\"termRenov\":440,\"cogenResto\":1305,\"expAnd\":0,\"expMar\":0,\"expPor\":-2859,\"expFra\":-1658,\"expTot\":-4517,\"impFra\":0,\"impPor\":0,\"impMar\":140,\"impAnd\":17,\"impTot\":157,\"conb\":0,\"turb\":696,\"gnhd\":3644,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:30\",\"dem\":24485,\"eol\":5548,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1847,\"hid\":3595,\"aut\":0,\"inter\":-4373,\"icb\":-133,\"sol\":9781,\"solFot\":9525,\"solTer\":255,\"termRenov\":440,\"cogenResto\":1305,\"expAnd\":0,\"expMar\":-18,\"expPor\":-2883,\"expFra\":-1453,\"expTot\":-4354,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":18,\"impTot\":18,\"conb\":0,\"turb\":702,\"gnhd\":3660,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:35\",\"dem\":24820,\"eol\":5595,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1836,\"hid\":3681,\"aut\":0,\"inter\":-4430,\"icb\":-133,\"sol\":10052,\"solFot\":9766,\"solTer\":285,\"termRenov\":441,\"cogenResto\":1301,\"expAnd\":0,\"expMar\":-181,\"expPor\":-2763,\"expFra\":-1468,\"expTot\":-4412,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3745,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:40\",\"dem\":24851,\"eol\":5683,\"nuc\":6065,\"gf\":0,\"car\":249,\"cc\":1776,\"hid\":3660,\"aut\":0,\"inter\":-4592,\"icb\":-133,\"sol\":10242,\"solFot\":9913,\"solTer\":328,\"termRenov\":441,\"cogenResto\":1275,\"expAnd\":0,\"expMar\":-134,\"expPor\":-2906,\"expFra\":-1533,\"expTot\":-4573,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3732,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:45\",\"dem\":24630,\"eol\":5809,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1683,\"hid\":3575,\"aut\":0,\"inter\":-4779,\"icb\":-133,\"sol\":10251,\"solFot\":9889,\"solTer\":361,\"termRenov\":441,\"cogenResto\":1309,\"expAnd\":0,\"expMar\":-90,\"expPor\":-2984,\"expFra\":-1683,\"expTot\":-4757,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":716,\"gnhd\":3718,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 11:50\",\"dem\":24744,\"eol\":5894,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":1682,\"hid\":3547,\"aut\":0,\"inter\":-4731,\"icb\":-133,\"sol\":10266,\"solFot\":9871,\"solTer\":395,\"termRenov\":441,\"cogenResto\":1308,\"expAnd\":0,\"expMar\":-130,\"expPor\":-2984,\"expFra\":-1599,\"expTot\":-4713,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":704,\"gnhd\":3608,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 11:55\",\"dem\":24583,\"eol\":6040,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1659,\"hid\":3405,\"aut\":0,\"inter\":-5060,\"icb\":-133,\"sol\":10452,\"solFot\":10034,\"solTer\":417,\"termRenov\":441,\"cogenResto\":1293,\"expAnd\":0,\"expMar\":-212,\"expPor\":-2937,\"expFra\":-1893,\"expTot\":-5042,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3469,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:00\",\"dem\":24448,\"eol\":6029,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":1578,\"hid\":3124,\"aut\":0,\"inter\":-4908,\"icb\":-133,\"sol\":10540,\"solFot\":10084,\"solTer\":455,\"termRenov\":441,\"cogenResto\":1281,\"expAnd\":0,\"expMar\":-209,\"expPor\":-2715,\"expFra\":-1960,\"expTot\":-4884,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":704,\"gnhd\":3223,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:05\",\"dem\":24541,\"eol\":6074,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1322,\"hid\":3153,\"aut\":0,\"inter\":-4655,\"icb\":-133,\"sol\":10664,\"solFot\":10175,\"solTer\":489,\"termRenov\":424,\"cogenResto\":1270,\"expAnd\":0,\"expMar\":-525,\"expPor\":-2503,\"expFra\":-1607,\"expTot\":-4635,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":707,\"gnhd\":3273,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 12:10\",\"dem\":24679,\"eol\":6082,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1156,\"hid\":3437,\"aut\":0,\"inter\":-4753,\"icb\":-133,\"sol\":10773,\"solFot\":10271,\"solTer\":501,\"termRenov\":424,\"cogenResto\":1240,\"expAnd\":0,\"expMar\":-551,\"expPor\":-2429,\"expFra\":-1770,\"expTot\":-4750,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":699,\"gnhd\":3568,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 12:15\",\"dem\":24525,\"eol\":6135,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1090,\"hid\":3284,\"aut\":0,\"inter\":-4902,\"icb\":-133,\"sol\":10930,\"solFot\":10419,\"solTer\":511,\"termRenov\":424,\"cogenResto\":1236,\"expAnd\":0,\"expMar\":-671,\"expPor\":-2377,\"expFra\":-1843,\"expTot\":-4891,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":702,\"gnhd\":3614,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 12:20\",\"dem\":24537,\"eol\":6072,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1162,\"hid\":3311,\"aut\":0,\"inter\":-4932,\"icb\":-133,\"sol\":10940,\"solFot\":10434,\"solTer\":506,\"termRenov\":424,\"cogenResto\":1198,\"expAnd\":0,\"expMar\":-679,\"expPor\":-2527,\"expFra\":-1706,\"expTot\":-4912,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":703,\"gnhd\":3634,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:25\",\"dem\":24482,\"eol\":6051,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":1205,\"hid\":3336,\"aut\":0,\"inter\":-5147,\"icb\":-133,\"sol\":11032,\"solFot\":10520,\"solTer\":512,\"termRenov\":424,\"cogenResto\":1227,\"expAnd\":0,\"expMar\":-718,\"expPor\":-2459,\"expFra\":-1939,\"expTot\":-5116,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3667,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:30\",\"dem\":24583,\"eol\":5979,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":1230,\"hid\":3380,\"aut\":0,\"inter\":-4811,\"icb\":-133,\"sol\":10817,\"solFot\":10310,\"solTer\":506,\"termRenov\":424,\"cogenResto\":1227,\"expAnd\":0,\"expMar\":-661,\"expPor\":-2497,\"expFra\":-1634,\"expTot\":-4792,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3711,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:35\",\"dem\":24827,\"eol\":5932,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":1279,\"hid\":3379,\"aut\":0,\"inter\":-4845,\"icb\":-133,\"sol\":11090,\"solFot\":10593,\"solTer\":497,\"termRenov\":424,\"cogenResto\":1227,\"expAnd\":0,\"expMar\":-699,\"expPor\":-2510,\"expFra\":-1618,\"expTot\":-4827,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":698,\"gnhd\":3712,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:40\",\"dem\":24589,\"eol\":5835,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1309,\"hid\":3334,\"aut\":0,\"inter\":-4954,\"icb\":-133,\"sol\":11076,\"solFot\":10595,\"solTer\":480,\"termRenov\":424,\"cogenResto\":1229,\"expAnd\":0,\"expMar\":-724,\"expPor\":-2446,\"expFra\":-1749,\"expTot\":-4919,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":703,\"gnhd\":3665,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:45\",\"dem\":24508,\"eol\":5907,\"nuc\":6078,\"gf\":0,\"car\":249,\"cc\":1317,\"hid\":3291,\"aut\":0,\"inter\":-4887,\"icb\":-133,\"sol\":10884,\"solFot\":10421,\"solTer\":463,\"termRenov\":424,\"cogenResto\":1234,\"expAnd\":0,\"expMar\":-528,\"expPor\":-2478,\"expFra\":-1864,\"expTot\":-4870,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":702,\"gnhd\":3621,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:50\",\"dem\":24767,\"eol\":5867,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1325,\"hid\":3266,\"aut\":0,\"inter\":-4440,\"icb\":-133,\"sol\":10756,\"solFot\":10305,\"solTer\":451,\"termRenov\":424,\"cogenResto\":1228,\"expAnd\":0,\"expMar\":-401,\"expPor\":-2297,\"expFra\":-1724,\"expTot\":-4422,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":702,\"gnhd\":3594,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 12:55\",\"dem\":24677,\"eol\":5910,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1328,\"hid\":3243,\"aut\":0,\"inter\":-4817,\"icb\":-133,\"sol\":11021,\"solFot\":10578,\"solTer\":442,\"termRenov\":424,\"cogenResto\":1226,\"expAnd\":0,\"expMar\":-485,\"expPor\":-2230,\"expFra\":-2084,\"expTot\":-4799,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":703,\"gnhd\":3571,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 13:00\",\"dem\":24791,\"eol\":5852,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1347,\"hid\":3110,\"aut\":1793,\"inter\":-4381,\"icb\":-133,\"sol\":10870,\"solFot\":10445,\"solTer\":425,\"termRenov\":424,\"cogenResto\":1227,\"expAnd\":0,\"expMar\":-613,\"expPor\":-2448,\"expFra\":-1304,\"expTot\":-4365,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":707,\"gnhd\":3451,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 13:05\",\"dem\":24699,\"eol\":5945,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1383,\"hid\":3206,\"aut\":1782,\"inter\":-4672,\"icb\":-133,\"sol\":10864,\"solFot\":10447,\"solTer\":417,\"termRenov\":417,\"cogenResto\":1230,\"expAnd\":0,\"expMar\":-578,\"expPor\":-2498,\"expFra\":-1577,\"expTot\":-4653,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":700,\"gnhd\":3554,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 13:10\",\"dem\":24702,\"eol\":5980,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1407,\"hid\":3177,\"aut\":1782,\"inter\":-4834,\"icb\":-133,\"sol\":10998,\"solFot\":10598,\"solTer\":399,\"termRenov\":417,\"cogenResto\":1232,\"expAnd\":0,\"expMar\":-466,\"expPor\":-2602,\"expFra\":-1739,\"expTot\":-4807,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":702,\"gnhd\":3542,\"bat\":1,\"consBat\":0,\"dif\":-3},{\"ts\":\"2024-10-26 13:15\",\"dem\":24757,\"eol\":6021,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":1395,\"hid\":3149,\"aut\":1782,\"inter\":-4719,\"icb\":-133,\"sol\":10939,\"solFot\":10563,\"solTer\":375,\"termRenov\":417,\"cogenResto\":1231,\"expAnd\":0,\"expMar\":-502,\"expPor\":-2688,\"expFra\":-1520,\"expTot\":-4710,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3515,\"bat\":0,\"consBat\":0,\"dif\":-4},{\"ts\":\"2024-10-26 13:20\",\"dem\":24875,\"eol\":6152,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1406,\"hid\":3157,\"aut\":1782,\"inter\":-4739,\"icb\":-133,\"sol\":10925,\"solFot\":10577,\"solTer\":348,\"termRenov\":417,\"cogenResto\":1234,\"expAnd\":0,\"expMar\":-610,\"expPor\":-2594,\"expFra\":-1511,\"expTot\":-4715,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":704,\"gnhd\":3517,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 13:25\",\"dem\":24881,\"eol\":6101,\"nuc\":6065,\"gf\":0,\"car\":249,\"cc\":1441,\"hid\":3169,\"aut\":1782,\"inter\":-4477,\"icb\":-133,\"sol\":10676,\"solFot\":10345,\"solTer\":331,\"termRenov\":417,\"cogenResto\":1193,\"expAnd\":0,\"expMar\":-590,\"expPor\":-2506,\"expFra\":-1413,\"expTot\":-4509,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":700,\"gnhd\":3535,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 13:30\",\"dem\":24782,\"eol\":6167,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":1432,\"hid\":3326,\"aut\":1782,\"inter\":-4757,\"icb\":-133,\"sol\":10629,\"solFot\":10310,\"solTer\":318,\"termRenov\":417,\"cogenResto\":1231,\"expAnd\":0,\"expMar\":-638,\"expPor\":-2646,\"expFra\":-1458,\"expTot\":-4742,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":697,\"gnhd\":3497,\"bat\":1,\"consBat\":-4,\"dif\":-4},{\"ts\":\"2024-10-26 13:35\",\"dem\":24910,\"eol\":6271,\"nuc\":6077,\"gf\":0,\"car\":249,\"cc\":1461,\"hid\":3287,\"aut\":1782,\"inter\":-4438,\"icb\":-133,\"sol\":10332,\"solFot\":10058,\"solTer\":274,\"termRenov\":417,\"cogenResto\":1234,\"expAnd\":0,\"expMar\":-505,\"expPor\":-2496,\"expFra\":-1494,\"expTot\":-4495,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":699,\"gnhd\":3454,\"bat\":0,\"consBat\":-7,\"dif\":-7},{\"ts\":\"2024-10-26 13:40\",\"dem\":24960,\"eol\":6302,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":1478,\"hid\":3345,\"aut\":1782,\"inter\":-4544,\"icb\":-133,\"sol\":10396,\"solFot\":10142,\"solTer\":253,\"termRenov\":417,\"cogenResto\":1232,\"expAnd\":0,\"expMar\":-607,\"expPor\":-2533,\"expFra\":-1338,\"expTot\":-4478,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":701,\"gnhd\":3511,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 13:45\",\"dem\":25137,\"eol\":6286,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1515,\"hid\":3389,\"aut\":1782,\"inter\":-4335,\"icb\":-133,\"sol\":10305,\"solFot\":10039,\"solTer\":266,\"termRenov\":417,\"cogenResto\":1225,\"expAnd\":0,\"expMar\":-585,\"expPor\":-2475,\"expFra\":-1257,\"expTot\":-4317,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":717,\"gnhd\":3536,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 13:50\",\"dem\":25038,\"eol\":6251,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1509,\"hid\":3360,\"aut\":1782,\"inter\":-4305,\"icb\":-133,\"sol\":10249,\"solFot\":10006,\"solTer\":242,\"termRenov\":417,\"cogenResto\":1224,\"expAnd\":0,\"expMar\":-565,\"expPor\":-2553,\"expFra\":-1168,\"expTot\":-4286,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":719,\"gnhd\":3512,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 13:55\",\"dem\":24986,\"eol\":6218,\"nuc\":6077,\"gf\":0,\"car\":249,\"cc\":1479,\"hid\":3349,\"aut\":1782,\"inter\":-3877,\"icb\":-133,\"sol\":9835,\"solFot\":9592,\"solTer\":243,\"termRenov\":417,\"cogenResto\":1229,\"expAnd\":0,\"expMar\":-559,\"expPor\":-2597,\"expFra\":-726,\"expTot\":-3882,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":719,\"gnhd\":3502,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 14:00\",\"dem\":24860,\"eol\":6268,\"nuc\":6075,\"gf\":0,\"car\":249,\"cc\":1479,\"hid\":3260,\"aut\":1782,\"inter\":-4115,\"icb\":-133,\"sol\":9983,\"solFot\":9754,\"solTer\":229,\"termRenov\":417,\"cogenResto\":1232,\"expAnd\":0,\"expMar\":-474,\"expPor\":-2319,\"expFra\":-1304,\"expTot\":-4097,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":716,\"gnhd\":3504,\"bat\":0,\"consBat\":-4,\"dif\":-4},{\"ts\":\"2024-10-26 14:05\",\"dem\":24817,\"eol\":6245,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1505,\"hid\":3171,\"aut\":1757,\"inter\":-4232,\"icb\":-114,\"sol\":10150,\"solFot\":9926,\"solTer\":224,\"termRenov\":417,\"cogenResto\":1234,\"expAnd\":0,\"expMar\":-489,\"expPor\":-2368,\"expFra\":-1354,\"expTot\":-4211,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":715,\"gnhd\":3467,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 14:10\",\"dem\":24941,\"eol\":6310,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1513,\"hid\":3116,\"aut\":1757,\"inter\":-3984,\"icb\":-102,\"sol\":9988,\"solFot\":9777,\"solTer\":210,\"termRenov\":417,\"cogenResto\":1198,\"expAnd\":0,\"expMar\":-598,\"expPor\":-2345,\"expFra\":-1023,\"expTot\":-3966,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":17,\"impTot\":17,\"conb\":0,\"turb\":720,\"gnhd\":3408,\"bat\":0,\"consBat\":-5,\"dif\":-6},{\"ts\":\"2024-10-26 14:15\",\"dem\":24766,\"eol\":6242,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1529,\"hid\":3184,\"aut\":1757,\"inter\":-3969,\"icb\":-102,\"sol\":9790,\"solFot\":9596,\"solTer\":194,\"termRenov\":417,\"cogenResto\":1236,\"expAnd\":0,\"expMar\":-606,\"expPor\":-2322,\"expFra\":-1060,\"expTot\":-3988,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":720,\"gnhd\":3494,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 14:20\",\"dem\":24976,\"eol\":6338,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":1566,\"hid\":3095,\"aut\":1757,\"inter\":-3699,\"icb\":-102,\"sol\":9689,\"solFot\":9510,\"solTer\":178,\"termRenov\":417,\"cogenResto\":1236,\"expAnd\":0,\"expMar\":-497,\"expPor\":-2296,\"expFra\":-889,\"expTot\":-3682,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":641,\"gnhd\":3496,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 14:25\",\"dem\":24612,\"eol\":6328,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":1590,\"hid\":2992,\"aut\":1757,\"inter\":-3931,\"icb\":-102,\"sol\":9646,\"solFot\":9482,\"solTer\":163,\"termRenov\":417,\"cogenResto\":1234,\"expAnd\":0,\"expMar\":-598,\"expPor\":-2319,\"expFra\":-996,\"expTot\":-3913,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":644,\"gnhd\":3471,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 14:30\",\"dem\":24524,\"eol\":6339,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":1583,\"hid\":3010,\"aut\":1757,\"inter\":-3862,\"icb\":-99,\"sol\":9458,\"solFot\":9315,\"solTer\":143,\"termRenov\":417,\"cogenResto\":1230,\"expAnd\":0,\"expMar\":-537,\"expPor\":-2290,\"expFra\":-988,\"expTot\":-3815,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":646,\"gnhd\":3483,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 14:35\",\"dem\":24493,\"eol\":6441,\"nuc\":6077,\"gf\":0,\"car\":249,\"cc\":1650,\"hid\":2961,\"aut\":1757,\"inter\":-3952,\"icb\":-102,\"sol\":9395,\"solFot\":9269,\"solTer\":126,\"termRenov\":417,\"cogenResto\":1223,\"expAnd\":0,\"expMar\":-495,\"expPor\":-2312,\"expFra\":-1128,\"expTot\":-3935,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":16,\"conb\":0,\"turb\":644,\"gnhd\":3442,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 14:40\",\"dem\":24340,\"eol\":6441,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":1654,\"hid\":2846,\"aut\":1757,\"inter\":-3855,\"icb\":-102,\"sol\":9260,\"solFot\":9139,\"solTer\":121,\"termRenov\":417,\"cogenResto\":1230,\"expAnd\":0,\"expMar\":-563,\"expPor\":-2011,\"expFra\":-1264,\"expTot\":-3838,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":644,\"gnhd\":3323,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 14:45\",\"dem\":24245,\"eol\":6568,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":1660,\"hid\":2827,\"aut\":1757,\"inter\":-4079,\"icb\":-102,\"sol\":9285,\"solFot\":9168,\"solTer\":116,\"termRenov\":417,\"cogenResto\":1225,\"expAnd\":0,\"expMar\":-449,\"expPor\":-2099,\"expFra\":-1509,\"expTot\":-4057,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":633,\"gnhd\":3316,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 14:50\",\"dem\":23993,\"eol\":6616,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":1685,\"hid\":2768,\"aut\":1757,\"inter\":-4066,\"icb\":-102,\"sol\":8993,\"solFot\":8882,\"solTer\":110,\"termRenov\":417,\"cogenResto\":1188,\"expAnd\":0,\"expMar\":-418,\"expPor\":-2171,\"expFra\":-1421,\"expTot\":-4010,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":645,\"gnhd\":3320,\"bat\":1,\"consBat\":-7,\"dif\":-6},{\"ts\":\"2024-10-26 14:55\",\"dem\":24054,\"eol\":6592,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1719,\"hid\":2785,\"aut\":1757,\"inter\":-3819,\"icb\":-102,\"sol\":8777,\"solFot\":8666,\"solTer\":110,\"termRenov\":417,\"cogenResto\":1225,\"expAnd\":0,\"expMar\":-492,\"expPor\":-2296,\"expFra\":-1014,\"expTot\":-3802,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":647,\"gnhd\":3335,\"bat\":1,\"consBat\":-6,\"dif\":-5},{\"ts\":\"2024-10-26 15:00\",\"dem\":23922,\"eol\":6722,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1785,\"hid\":2675,\"aut\":1757,\"inter\":-4037,\"icb\":-102,\"sol\":8773,\"solFot\":8663,\"solTer\":109,\"termRenov\":417,\"cogenResto\":1227,\"expAnd\":0,\"expMar\":-502,\"expPor\":-2054,\"expFra\":-1464,\"expTot\":-4020,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":640,\"gnhd\":3311,\"bat\":0,\"consBat\":-6,\"dif\":-7},{\"ts\":\"2024-10-26 15:05\",\"dem\":23755,\"eol\":6554,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":1887,\"hid\":2757,\"aut\":1765,\"inter\":-4008,\"icb\":-102,\"sol\":8564,\"solFot\":8460,\"solTer\":103,\"termRenov\":426,\"cogenResto\":1220,\"expAnd\":0,\"expMar\":-506,\"expPor\":-2207,\"expFra\":-1278,\"expTot\":-3991,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":645,\"gnhd\":3173,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 15:10\",\"dem\":23929,\"eol\":6531,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":2041,\"hid\":2770,\"aut\":1765,\"inter\":-4059,\"icb\":-102,\"sol\":8643,\"solFot\":8537,\"solTer\":105,\"termRenov\":426,\"cogenResto\":1179,\"expAnd\":0,\"expMar\":-434,\"expPor\":-2148,\"expFra\":-1461,\"expTot\":-4043,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":645,\"gnhd\":3178,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 15:15\",\"dem\":23913,\"eol\":6547,\"nuc\":6075,\"gf\":0,\"car\":249,\"cc\":2034,\"hid\":2793,\"aut\":1765,\"inter\":-4024,\"icb\":-102,\"sol\":8552,\"solFot\":8451,\"solTer\":100,\"termRenov\":426,\"cogenResto\":1213,\"expAnd\":0,\"expMar\":-449,\"expPor\":-2037,\"expFra\":-1523,\"expTot\":-4009,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":644,\"gnhd\":3209,\"bat\":0,\"consBat\":-8,\"dif\":-8},{\"ts\":\"2024-10-26 15:20\",\"dem\":23652,\"eol\":6485,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1980,\"hid\":2655,\"aut\":0,\"inter\":-4093,\"icb\":-102,\"sol\":8619,\"solFot\":8525,\"solTer\":94,\"termRenov\":426,\"cogenResto\":1208,\"expAnd\":0,\"expMar\":-386,\"expPor\":-2091,\"expFra\":-1621,\"expTot\":-4098,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":644,\"gnhd\":3070,\"bat\":0,\"consBat\":-7,\"dif\":-7},{\"ts\":\"2024-10-26 15:25\",\"dem\":23578,\"eol\":6452,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":1965,\"hid\":2605,\"aut\":0,\"inter\":-4056,\"icb\":-102,\"sol\":8604,\"solFot\":8518,\"solTer\":85,\"termRenov\":426,\"cogenResto\":1208,\"expAnd\":0,\"expMar\":-451,\"expPor\":-2105,\"expFra\":-1487,\"expTot\":-4043,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":637,\"gnhd\":3024,\"bat\":0,\"consBat\":-8,\"dif\":-6},{\"ts\":\"2024-10-26 15:30\",\"dem\":23497,\"eol\":6605,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":1957,\"hid\":2654,\"aut\":0,\"inter\":-4220,\"icb\":-102,\"sol\":8489,\"solFot\":8406,\"solTer\":83,\"termRenov\":426,\"cogenResto\":1206,\"expAnd\":0,\"expMar\":-395,\"expPor\":-2001,\"expFra\":-1808,\"expTot\":-4204,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":642,\"gnhd\":2998,\"bat\":0,\"consBat\":-8,\"dif\":-8},{\"ts\":\"2024-10-26 15:35\",\"dem\":23523,\"eol\":6698,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":1977,\"hid\":2665,\"aut\":0,\"inter\":-4110,\"icb\":-102,\"sol\":8283,\"solFot\":8202,\"solTer\":81,\"termRenov\":426,\"cogenResto\":1207,\"expAnd\":0,\"expMar\":-272,\"expPor\":-2013,\"expFra\":-1787,\"expTot\":-4072,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":645,\"gnhd\":3004,\"bat\":0,\"consBat\":-7,\"dif\":-7},{\"ts\":\"2024-10-26 15:40\",\"dem\":23463,\"eol\":6806,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":1916,\"hid\":2751,\"aut\":0,\"inter\":-4140,\"icb\":-102,\"sol\":8121,\"solFot\":8044,\"solTer\":77,\"termRenov\":426,\"cogenResto\":1207,\"expAnd\":0,\"expMar\":-300,\"expPor\":-2054,\"expFra\":-1767,\"expTot\":-4121,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":641,\"gnhd\":3020,\"bat\":0,\"consBat\":-7,\"dif\":-7},{\"ts\":\"2024-10-26 15:45\",\"dem\":23352,\"eol\":6780,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":1926,\"hid\":2743,\"aut\":0,\"inter\":-3995,\"icb\":-102,\"sol\":7890,\"solFot\":7815,\"solTer\":74,\"termRenov\":426,\"cogenResto\":1211,\"expAnd\":0,\"expMar\":-346,\"expPor\":-2034,\"expFra\":-1641,\"expTot\":-4021,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":644,\"gnhd\":3007,\"bat\":0,\"consBat\":-7,\"dif\":-7},{\"ts\":\"2024-10-26 15:50\",\"dem\":23177,\"eol\":6828,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":1941,\"hid\":2727,\"aut\":0,\"inter\":-4097,\"icb\":-102,\"sol\":7773,\"solFot\":7699,\"solTer\":73,\"termRenov\":426,\"cogenResto\":1204,\"expAnd\":0,\"expMar\":-359,\"expPor\":-2146,\"expFra\":-1577,\"expTot\":-4082,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":645,\"gnhd\":2994,\"bat\":0,\"consBat\":-5,\"dif\":-5},{\"ts\":\"2024-10-26 15:55\",\"dem\":23132,\"eol\":6776,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":2005,\"hid\":2717,\"aut\":0,\"inter\":-3887,\"icb\":-102,\"sol\":7521,\"solFot\":7438,\"solTer\":82,\"termRenov\":426,\"cogenResto\":1169,\"expAnd\":0,\"expMar\":-361,\"expPor\":-2105,\"expFra\":-1405,\"expTot\":-3871,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":643,\"gnhd\":2984,\"bat\":1,\"consBat\":-6,\"dif\":-4},{\"ts\":\"2024-10-26 16:00\",\"dem\":23162,\"eol\":6893,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":2074,\"hid\":2620,\"aut\":0,\"inter\":-3719,\"icb\":-102,\"sol\":7312,\"solFot\":7227,\"solTer\":84,\"termRenov\":426,\"cogenResto\":1205,\"expAnd\":0,\"expMar\":-268,\"expPor\":-1952,\"expFra\":-1382,\"expTot\":-3602,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":531,\"gnhd\":3000,\"bat\":0,\"consBat\":-5,\"dif\":-5},{\"ts\":\"2024-10-26 16:05\",\"dem\":23221,\"eol\":6884,\"nuc\":6074,\"gf\":0,\"car\":248,\"cc\":2027,\"hid\":2600,\"aut\":0,\"inter\":-3484,\"icb\":-102,\"sol\":7185,\"solFot\":7104,\"solTer\":80,\"termRenov\":428,\"cogenResto\":1208,\"expAnd\":0,\"expMar\":-303,\"expPor\":-1929,\"expFra\":-1208,\"expTot\":-3440,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":15,\"conb\":0,\"turb\":524,\"gnhd\":2987,\"bat\":1,\"consBat\":-3,\"dif\":-2},{\"ts\":\"2024-10-26 16:10\",\"dem\":23002,\"eol\":6840,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":2045,\"hid\":2636,\"aut\":0,\"inter\":-3583,\"icb\":-102,\"sol\":7060,\"solFot\":6978,\"solTer\":82,\"termRenov\":428,\"cogenResto\":1214,\"expAnd\":0,\"expMar\":-350,\"expPor\":-1852,\"expFra\":-1377,\"expTot\":-3579,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":532,\"gnhd\":3012,\"bat\":0,\"consBat\":-4,\"dif\":-4},{\"ts\":\"2024-10-26 16:15\",\"dem\":22858,\"eol\":6799,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":2094,\"hid\":2632,\"aut\":0,\"inter\":-3741,\"icb\":-102,\"sol\":7066,\"solFot\":6981,\"solTer\":85,\"termRenov\":428,\"cogenResto\":1210,\"expAnd\":0,\"expMar\":-322,\"expPor\":-1867,\"expFra\":-1537,\"expTot\":-3726,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":533,\"gnhd\":3009,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 16:20\",\"dem\":23042,\"eol\":6686,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":2148,\"hid\":2704,\"aut\":0,\"inter\":-3367,\"icb\":-102,\"sol\":6865,\"solFot\":6781,\"solTer\":84,\"termRenov\":428,\"cogenResto\":1213,\"expAnd\":0,\"expMar\":-221,\"expPor\":-1787,\"expFra\":-1340,\"expTot\":-3348,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":533,\"gnhd\":3081,\"bat\":1,\"consBat\":-3,\"dif\":-2},{\"ts\":\"2024-10-26 16:25\",\"dem\":22954,\"eol\":6714,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":2214,\"hid\":2827,\"aut\":0,\"inter\":-3390,\"icb\":-102,\"sol\":6582,\"solFot\":6496,\"solTer\":86,\"termRenov\":428,\"cogenResto\":1211,\"expAnd\":0,\"expMar\":-146,\"expPor\":-1852,\"expFra\":-1385,\"expTot\":-3383,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":533,\"gnhd\":3202,\"bat\":1,\"consBat\":-3,\"dif\":-2},{\"ts\":\"2024-10-26 16:30\",\"dem\":23079,\"eol\":6642,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":2370,\"hid\":3097,\"aut\":0,\"inter\":-3358,\"icb\":-102,\"sol\":6322,\"solFot\":6237,\"solTer\":85,\"termRenov\":428,\"cogenResto\":1209,\"expAnd\":0,\"expMar\":-299,\"expPor\":-1916,\"expFra\":-1119,\"expTot\":-3334,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":534,\"gnhd\":3453,\"bat\":1,\"consBat\":-3,\"dif\":-2},{\"ts\":\"2024-10-26 16:35\",\"dem\":22941,\"eol\":6553,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":2515,\"hid\":3131,\"aut\":0,\"inter\":-3433,\"icb\":-102,\"sol\":6167,\"solFot\":6102,\"solTer\":65,\"termRenov\":428,\"cogenResto\":1174,\"expAnd\":0,\"expMar\":-253,\"expPor\":-2051,\"expFra\":-1114,\"expTot\":-3418,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":534,\"gnhd\":3472,\"bat\":1,\"consBat\":-2,\"dif\":-1},{\"ts\":\"2024-10-26 16:40\",\"dem\":23039,\"eol\":6580,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":2570,\"hid\":3349,\"aut\":0,\"inter\":-3496,\"icb\":-102,\"sol\":6031,\"solFot\":5967,\"solTer\":64,\"termRenov\":428,\"cogenResto\":1213,\"expAnd\":0,\"expMar\":-235,\"expPor\":-1897,\"expFra\":-1368,\"expTot\":-3500,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":649,\"gnhd\":3570,\"bat\":1,\"consBat\":-2,\"dif\":-1},{\"ts\":\"2024-10-26 16:45\",\"dem\":23105,\"eol\":6623,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":2563,\"hid\":3423,\"aut\":0,\"inter\":-3531,\"icb\":-102,\"sol\":6022,\"solFot\":5937,\"solTer\":84,\"termRenov\":428,\"cogenResto\":1210,\"expAnd\":0,\"expMar\":-292,\"expPor\":-1866,\"expFra\":-1302,\"expTot\":-3460,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":653,\"gnhd\":3587,\"bat\":1,\"consBat\":-3,\"dif\":-2},{\"ts\":\"2024-10-26 16:50\",\"dem\":22992,\"eol\":6615,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":2655,\"hid\":3430,\"aut\":0,\"inter\":-3474,\"icb\":-102,\"sol\":5759,\"solFot\":5676,\"solTer\":82,\"termRenov\":428,\"cogenResto\":1209,\"expAnd\":0,\"expMar\":-210,\"expPor\":-1878,\"expFra\":-1371,\"expTot\":-3459,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":650,\"gnhd\":3600,\"bat\":1,\"consBat\":-4,\"dif\":-3},{\"ts\":\"2024-10-26 16:55\",\"dem\":23125,\"eol\":6560,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":2746,\"hid\":3421,\"aut\":0,\"inter\":-3474,\"icb\":-102,\"sol\":5872,\"solFot\":5790,\"solTer\":82,\"termRenov\":428,\"cogenResto\":1210,\"expAnd\":0,\"expMar\":-206,\"expPor\":-1829,\"expFra\":-1424,\"expTot\":-3459,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":654,\"gnhd\":3584,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 17:00\",\"dem\":23230,\"eol\":6576,\"nuc\":6068,\"gf\":0,\"car\":250,\"cc\":2774,\"hid\":3432,\"aut\":0,\"inter\":-3335,\"icb\":-126,\"sol\":5807,\"solFot\":5724,\"solTer\":83,\"termRenov\":428,\"cogenResto\":1211,\"expAnd\":0,\"expMar\":-188,\"expPor\":-2092,\"expFra\":-1051,\"expTot\":-3331,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":652,\"gnhd\":3570,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 17:05\",\"dem\":23255,\"eol\":6654,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":2866,\"hid\":3293,\"aut\":0,\"inter\":-3198,\"icb\":-152,\"sol\":5638,\"solFot\":5553,\"solTer\":85,\"termRenov\":431,\"cogenResto\":1223,\"expAnd\":0,\"expMar\":-294,\"expPor\":-2026,\"expFra\":-922,\"expTot\":-3242,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":649,\"gnhd\":3433,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 17:10\",\"dem\":22904,\"eol\":6750,\"nuc\":6066,\"gf\":0,\"car\":249,\"cc\":2981,\"hid\":3215,\"aut\":1816,\"inter\":-3451,\"icb\":-177,\"sol\":5440,\"solFot\":5358,\"solTer\":81,\"termRenov\":431,\"cogenResto\":1238,\"expAnd\":0,\"expMar\":-194,\"expPor\":-2175,\"expFra\":-1066,\"expTot\":-3435,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":655,\"gnhd\":3254,\"bat\":0,\"consBat\":-6,\"dif\":-6},{\"ts\":\"2024-10-26 17:15\",\"dem\":23243,\"eol\":6719,\"nuc\":6073,\"gf\":0,\"car\":251,\"cc\":3111,\"hid\":3153,\"aut\":1816,\"inter\":-2888,\"icb\":-204,\"sol\":5197,\"solFot\":5133,\"solTer\":64,\"termRenov\":431,\"cogenResto\":1239,\"expAnd\":0,\"expMar\":-150,\"expPor\":-2077,\"expFra\":-645,\"expTot\":-2872,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":653,\"gnhd\":3195,\"bat\":0,\"consBat\":-5,\"dif\":-4},{\"ts\":\"2024-10-26 17:20\",\"dem\":23408,\"eol\":6666,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3219,\"hid\":3277,\"aut\":0,\"inter\":-2729,\"icb\":-205,\"sol\":5023,\"solFot\":4961,\"solTer\":61,\"termRenov\":431,\"cogenResto\":1235,\"expAnd\":0,\"expMar\":-110,\"expPor\":-2068,\"expFra\":-531,\"expTot\":-2709,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":650,\"gnhd\":3324,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 17:25\",\"dem\":23263,\"eol\":6655,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":3515,\"hid\":3550,\"aut\":1816,\"inter\":-3171,\"icb\":-205,\"sol\":4762,\"solFot\":4689,\"solTer\":73,\"termRenov\":431,\"cogenResto\":1247,\"expAnd\":0,\"expMar\":-278,\"expPor\":-2140,\"expFra\":-773,\"expTot\":-3191,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":653,\"gnhd\":3592,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 17:30\",\"dem\":23448,\"eol\":6549,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":3747,\"hid\":3597,\"aut\":1816,\"inter\":-2949,\"icb\":-204,\"sol\":4550,\"solFot\":4480,\"solTer\":70,\"termRenov\":431,\"cogenResto\":1247,\"expAnd\":0,\"expMar\":-218,\"expPor\":-2063,\"expFra\":-647,\"expTot\":-2928,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":654,\"gnhd\":3637,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 17:35\",\"dem\":23243,\"eol\":6519,\"nuc\":6073,\"gf\":0,\"car\":250,\"cc\":3933,\"hid\":3600,\"aut\":1816,\"inter\":-3073,\"icb\":-204,\"sol\":4311,\"solFot\":4243,\"solTer\":68,\"termRenov\":431,\"cogenResto\":1247,\"expAnd\":0,\"expMar\":-171,\"expPor\":-2182,\"expFra\":-705,\"expTot\":-3058,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":655,\"gnhd\":3640,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 17:40\",\"dem\":23345,\"eol\":6466,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":3965,\"hid\":3726,\"aut\":1816,\"inter\":-2815,\"icb\":-205,\"sol\":4059,\"solFot\":3992,\"solTer\":67,\"termRenov\":431,\"cogenResto\":1209,\"expAnd\":0,\"expMar\":-216,\"expPor\":-2141,\"expFra\":-477,\"expTot\":-2834,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":655,\"gnhd\":3763,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 17:45\",\"dem\":23220,\"eol\":6383,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":4229,\"hid\":4001,\"aut\":1816,\"inter\":-3043,\"icb\":-205,\"sol\":3700,\"solFot\":3634,\"solTer\":66,\"termRenov\":431,\"cogenResto\":1255,\"expAnd\":0,\"expMar\":-204,\"expPor\":-2148,\"expFra\":-680,\"expTot\":-3032,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":652,\"gnhd\":4043,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 17:50\",\"dem\":23603,\"eol\":6355,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":4499,\"hid\":3998,\"aut\":0,\"inter\":-2520,\"icb\":-205,\"sol\":3325,\"solFot\":3260,\"solTer\":64,\"termRenov\":431,\"cogenResto\":1261,\"expAnd\":0,\"expMar\":-188,\"expPor\":-1836,\"expFra\":-539,\"expTot\":-2563,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":656,\"gnhd\":4035,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 17:55\",\"dem\":23493,\"eol\":6325,\"nuc\":6066,\"gf\":0,\"car\":249,\"cc\":4676,\"hid\":4171,\"aut\":0,\"inter\":-2707,\"icb\":-205,\"sol\":3085,\"solFot\":3017,\"solTer\":67,\"termRenov\":431,\"cogenResto\":1274,\"expAnd\":0,\"expMar\":-50,\"expPor\":-1961,\"expFra\":-680,\"expTot\":-2691,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":13,\"impTot\":13,\"conb\":0,\"turb\":649,\"gnhd\":4217,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 18:00\",\"dem\":23541,\"eol\":6272,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":4786,\"hid\":4438,\"aut\":0,\"inter\":-2787,\"icb\":-205,\"sol\":2883,\"solFot\":2825,\"solTer\":58,\"termRenov\":431,\"cogenResto\":1240,\"expAnd\":0,\"expMar\":0,\"expPor\":-1762,\"expFra\":-1060,\"expTot\":-2822,\"impFra\":0,\"impPor\":0,\"impMar\":32,\"impAnd\":13,\"impTot\":45,\"conb\":0,\"turb\":837,\"gnhd\":4170,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 18:05\",\"dem\":23795,\"eol\":6084,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":4487,\"hid\":5091,\"aut\":0,\"inter\":-2590,\"icb\":-205,\"sol\":2655,\"solFot\":2600,\"solTer\":55,\"termRenov\":427,\"cogenResto\":1284,\"expAnd\":0,\"expMar\":0,\"expPor\":-1409,\"expFra\":-1173,\"expTot\":-2582,\"impFra\":0,\"impPor\":0,\"impMar\":4,\"impAnd\":13,\"impTot\":17,\"conb\":0,\"turb\":845,\"gnhd\":4246,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 18:10\",\"dem\":23778,\"eol\":5968,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":4388,\"hid\":5321,\"aut\":0,\"inter\":-2334,\"icb\":-205,\"sol\":2368,\"solFot\":2312,\"solTer\":55,\"termRenov\":427,\"cogenResto\":1309,\"expAnd\":0,\"expMar\":-66,\"expPor\":-1405,\"expFra\":-856,\"expTot\":-2327,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":896,\"gnhd\":4426,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:15\",\"dem\":23737,\"eol\":5999,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":4292,\"hid\":5671,\"aut\":0,\"inter\":-2439,\"icb\":-205,\"sol\":2151,\"solFot\":2092,\"solTer\":58,\"termRenov\":427,\"cogenResto\":1331,\"expAnd\":0,\"expMar\":-57,\"expPor\":-1121,\"expFra\":-1246,\"expTot\":-2424,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":1089,\"gnhd\":4582,\"bat\":1,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 18:20\",\"dem\":23874,\"eol\":5981,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":4447,\"hid\":5700,\"aut\":0,\"inter\":-2249,\"icb\":-205,\"sol\":1932,\"solFot\":1873,\"solTer\":58,\"termRenov\":427,\"cogenResto\":1345,\"expAnd\":0,\"expMar\":-3,\"expPor\":-1104,\"expFra\":-1100,\"expTot\":-2207,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":1089,\"gnhd\":4611,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:25\",\"dem\":23814,\"eol\":5977,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4597,\"hid\":5843,\"aut\":0,\"inter\":-2398,\"icb\":-205,\"sol\":1735,\"solFot\":1675,\"solTer\":59,\"termRenov\":427,\"cogenResto\":1359,\"expAnd\":0,\"expMar\":0,\"expPor\":-1146,\"expFra\":-1241,\"expTot\":-2387,\"impFra\":0,\"impPor\":0,\"impMar\":17,\"impAnd\":14,\"impTot\":31,\"conb\":0,\"turb\":1182,\"gnhd\":4661,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:30\",\"dem\":24017,\"eol\":5896,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":4736,\"hid\":6023,\"aut\":0,\"inter\":-2234,\"icb\":-205,\"sol\":1533,\"solFot\":1472,\"solTer\":60,\"termRenov\":427,\"cogenResto\":1372,\"expAnd\":0,\"expMar\":-52,\"expPor\":-1203,\"expFra\":-992,\"expTot\":-2247,\"impFra\":0,\"impPor\":0,\"impMar\":0,\"impAnd\":14,\"impTot\":14,\"conb\":0,\"turb\":1318,\"gnhd\":4705,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:35\",\"dem\":24130,\"eol\":5714,\"nuc\":6072,\"gf\":0,\"car\":250,\"cc\":4948,\"hid\":6142,\"aut\":0,\"inter\":-2056,\"icb\":-205,\"sol\":1322,\"solFot\":1253,\"solTer\":68,\"termRenov\":427,\"cogenResto\":1373,\"expAnd\":0,\"expMar\":0,\"expPor\":-1192,\"expFra\":-903,\"expTot\":-2095,\"impFra\":0,\"impPor\":0,\"impMar\":70,\"impAnd\":14,\"impTot\":84,\"conb\":0,\"turb\":1388,\"gnhd\":4754,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:40\",\"dem\":24216,\"eol\":5671,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":5116,\"hid\":6202,\"aut\":0,\"inter\":-1946,\"icb\":-205,\"sol\":1116,\"solFot\":1041,\"solTer\":74,\"termRenov\":427,\"cogenResto\":1391,\"expAnd\":0,\"expMar\":0,\"expPor\":-1213,\"expFra\":-816,\"expTot\":-2029,\"impFra\":0,\"impPor\":0,\"impMar\":39,\"impAnd\":14,\"impTot\":53,\"conb\":0,\"turb\":1424,\"gnhd\":4778,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:45\",\"dem\":23917,\"eol\":5544,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":5359,\"hid\":6276,\"aut\":0,\"inter\":-2252,\"icb\":-205,\"sol\":938,\"solFot\":858,\"solTer\":79,\"termRenov\":427,\"cogenResto\":1395,\"expAnd\":0,\"expMar\":0,\"expPor\":-1183,\"expFra\":-1077,\"expTot\":-2260,\"impFra\":0,\"impPor\":0,\"impMar\":38,\"impAnd\":14,\"impTot\":52,\"conb\":0,\"turb\":1449,\"gnhd\":4827,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:50\",\"dem\":24050,\"eol\":5553,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":5409,\"hid\":6544,\"aut\":0,\"inter\":-2279,\"icb\":-205,\"sol\":779,\"solFot\":701,\"solTer\":78,\"termRenov\":427,\"cogenResto\":1397,\"expAnd\":0,\"expMar\":0,\"expPor\":-1186,\"expFra\":-1103,\"expTot\":-2289,\"impFra\":0,\"impPor\":0,\"impMar\":36,\"impAnd\":14,\"impTot\":50,\"conb\":0,\"turb\":1480,\"gnhd\":5064,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 18:55\",\"dem\":24226,\"eol\":5497,\"nuc\":6065,\"gf\":0,\"car\":248,\"cc\":5371,\"hid\":6751,\"aut\":0,\"inter\":-2058,\"icb\":-204,\"sol\":616,\"solFot\":540,\"solTer\":76,\"termRenov\":427,\"cogenResto\":1406,\"expAnd\":0,\"expMar\":0,\"expPor\":-1120,\"expFra\":-942,\"expTot\":-2062,\"impFra\":0,\"impPor\":0,\"impMar\":20,\"impAnd\":14,\"impTot\":34,\"conb\":0,\"turb\":1490,\"gnhd\":5261,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 19:00\",\"dem\":24323,\"eol\":5430,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":5251,\"hid\":6915,\"aut\":0,\"inter\":-1774,\"icb\":-204,\"sol\":447,\"solFot\":375,\"solTer\":72,\"termRenov\":427,\"cogenResto\":1419,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1801,\"expTot\":-1801,\"impFra\":0,\"impPor\":0,\"impMar\":23,\"impAnd\":14,\"impTot\":37,\"conb\":0,\"turb\":1499,\"gnhd\":5416,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 19:05\",\"dem\":24813,\"eol\":5457,\"nuc\":6065,\"gf\":0,\"car\":248,\"cc\":4980,\"hid\":6823,\"aut\":0,\"inter\":-963,\"icb\":-204,\"sol\":331,\"solFot\":272,\"solTer\":59,\"termRenov\":425,\"cogenResto\":1386,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1579,\"expTot\":-1579,\"impFra\":0,\"impPor\":624,\"impMar\":7,\"impAnd\":15,\"impTot\":646,\"conb\":0,\"turb\":1540,\"gnhd\":5282,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 19:10\",\"dem\":24839,\"eol\":5486,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":4656,\"hid\":6871,\"aut\":0,\"inter\":-561,\"icb\":-204,\"sol\":199,\"solFot\":181,\"solTer\":17,\"termRenov\":425,\"cogenResto\":1433,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1345,\"expTot\":-1345,\"impFra\":0,\"impPor\":764,\"impMar\":36,\"impAnd\":15,\"impTot\":815,\"conb\":0,\"turb\":1597,\"gnhd\":5274,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 19:15\",\"dem\":25166,\"eol\":5579,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":4673,\"hid\":7061,\"aut\":0,\"inter\":-478,\"icb\":-205,\"sol\":143,\"solFot\":128,\"solTer\":15,\"termRenov\":425,\"cogenResto\":1442,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1302,\"expTot\":-1302,\"impFra\":0,\"impPor\":834,\"impMar\":6,\"impAnd\":16,\"impTot\":856,\"conb\":0,\"turb\":1651,\"gnhd\":5409,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 19:20\",\"dem\":25412,\"eol\":5687,\"nuc\":6066,\"gf\":0,\"car\":248,\"cc\":4702,\"hid\":7195,\"aut\":0,\"inter\":-459,\"icb\":-204,\"sol\":102,\"solFot\":91,\"solTer\":10,\"termRenov\":425,\"cogenResto\":1448,\"expAnd\":0,\"expMar\":-25,\"expPor\":0,\"expFra\":-1295,\"expTot\":-1320,\"impFra\":0,\"impPor\":878,\"impMar\":0,\"impAnd\":16,\"impTot\":894,\"conb\":0,\"turb\":1676,\"gnhd\":5519,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 19:25\",\"dem\":25454,\"eol\":5811,\"nuc\":6066,\"gf\":0,\"car\":248,\"cc\":4667,\"hid\":7383,\"aut\":0,\"inter\":-671,\"icb\":-205,\"sol\":80,\"solFot\":73,\"solTer\":6,\"termRenov\":425,\"cogenResto\":1420,\"expAnd\":0,\"expMar\":-6,\"expPor\":0,\"expFra\":-1412,\"expTot\":-1418,\"impFra\":0,\"impPor\":763,\"impMar\":0,\"impAnd\":16,\"impTot\":779,\"conb\":0,\"turb\":1764,\"gnhd\":5619,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 19:30\",\"dem\":25618,\"eol\":5862,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":4648,\"hid\":7338,\"aut\":0,\"inter\":-481,\"icb\":-204,\"sol\":62,\"solFot\":55,\"solTer\":6,\"termRenov\":425,\"cogenResto\":1459,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1233,\"expTot\":-1233,\"impFra\":0,\"impPor\":635,\"impMar\":31,\"impAnd\":16,\"impTot\":682,\"conb\":0,\"turb\":1750,\"gnhd\":5587,\"bat\":4,\"consBat\":-1,\"dif\":3},{\"ts\":\"2024-10-26 19:35\",\"dem\":26001,\"eol\":5818,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":4928,\"hid\":7343,\"aut\":0,\"inter\":-333,\"icb\":-204,\"sol\":55,\"solFot\":48,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1458,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1151,\"expTot\":-1151,\"impFra\":0,\"impPor\":668,\"impMar\":167,\"impAnd\":16,\"impTot\":851,\"conb\":0,\"turb\":1690,\"gnhd\":5652,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 19:40\",\"dem\":26130,\"eol\":5691,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":5066,\"hid\":7392,\"aut\":0,\"inter\":-258,\"icb\":-205,\"sol\":53,\"solFot\":45,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1456,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-1002,\"expTot\":-1002,\"impFra\":0,\"impPor\":622,\"impMar\":138,\"impAnd\":16,\"impTot\":776,\"conb\":0,\"turb\":1726,\"gnhd\":5666,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 19:45\",\"dem\":26234,\"eol\":5632,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":5158,\"hid\":7466,\"aut\":0,\"inter\":-250,\"icb\":-205,\"sol\":53,\"solFot\":45,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1427,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-979,\"expTot\":-979,\"impFra\":0,\"impPor\":632,\"impMar\":113,\"impAnd\":16,\"impTot\":761,\"conb\":0,\"turb\":1764,\"gnhd\":5702,\"bat\":4,\"consBat\":-1,\"dif\":4},{\"ts\":\"2024-10-26 19:50\",\"dem\":26202,\"eol\":5555,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":5224,\"hid\":7506,\"aut\":0,\"inter\":-316,\"icb\":-205,\"sol\":53,\"solFot\":46,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1465,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-906,\"expTot\":-906,\"impFra\":0,\"impPor\":548,\"impMar\":58,\"impAnd\":17,\"impTot\":623,\"conb\":0,\"turb\":1787,\"gnhd\":5719,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 19:55\",\"dem\":26386,\"eol\":5537,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":5292,\"hid\":7583,\"aut\":0,\"inter\":-259,\"icb\":-205,\"sol\":53,\"solFot\":45,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1494,\"expAnd\":0,\"expMar\":-27,\"expPor\":0,\"expFra\":-817,\"expTot\":-844,\"impFra\":0,\"impPor\":595,\"impMar\":0,\"impAnd\":16,\"impTot\":611,\"conb\":0,\"turb\":1816,\"gnhd\":5766,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:00\",\"dem\":26413,\"eol\":5505,\"nuc\":6067,\"gf\":0,\"car\":251,\"cc\":5243,\"hid\":7521,\"aut\":2059,\"inter\":-82,\"icb\":-209,\"sol\":52,\"solFot\":45,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1490,\"expAnd\":0,\"expMar\":-38,\"expPor\":0,\"expFra\":-340,\"expTot\":-378,\"impFra\":0,\"impPor\":316,\"impMar\":0,\"impAnd\":17,\"impTot\":333,\"conb\":0,\"turb\":1806,\"gnhd\":5715,\"bat\":5,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 20:05\",\"dem\":26521,\"eol\":5477,\"nuc\":6071,\"gf\":0,\"car\":251,\"cc\":4984,\"hid\":7456,\"aut\":2119,\"inter\":321,\"icb\":-214,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1487,\"expAnd\":0,\"expMar\":-58,\"expPor\":-108,\"expFra\":0,\"expTot\":-166,\"impFra\":503,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":519,\"conb\":0,\"turb\":1763,\"gnhd\":5693,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 20:10\",\"dem\":26614,\"eol\":5499,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":4783,\"hid\":7497,\"aut\":2119,\"inter\":559,\"icb\":-220,\"sol\":47,\"solFot\":40,\"solTer\":7,\"termRenov\":425,\"cogenResto\":1489,\"expAnd\":0,\"expMar\":-107,\"expPor\":-104,\"expFra\":0,\"expTot\":-211,\"impFra\":788,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":804,\"conb\":0,\"turb\":1797,\"gnhd\":5699,\"bat\":4,\"consBat\":0,\"dif\":5},{\"ts\":\"2024-10-26 20:15\",\"dem\":26540,\"eol\":5477,\"nuc\":6073,\"gf\":0,\"car\":248,\"cc\":4600,\"hid\":7476,\"aut\":2113,\"inter\":723,\"icb\":-225,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1495,\"expAnd\":0,\"expMar\":-133,\"expPor\":-105,\"expFra\":0,\"expTot\":-238,\"impFra\":981,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":997,\"conb\":0,\"turb\":1806,\"gnhd\":5670,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 20:20\",\"dem\":26653,\"eol\":5425,\"nuc\":6073,\"gf\":0,\"car\":247,\"cc\":4752,\"hid\":7550,\"aut\":2113,\"inter\":668,\"icb\":-230,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1496,\"expAnd\":0,\"expMar\":-126,\"expPor\":-10,\"expFra\":0,\"expTot\":-136,\"impFra\":822,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":838,\"conb\":0,\"turb\":1831,\"gnhd\":5719,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 20:25\",\"dem\":26754,\"eol\":5354,\"nuc\":6068,\"gf\":0,\"car\":248,\"cc\":4691,\"hid\":7592,\"aut\":2113,\"inter\":867,\"icb\":-235,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1494,\"expAnd\":0,\"expMar\":-130,\"expPor\":-68,\"expFra\":0,\"expTot\":-198,\"impFra\":1063,\"impPor\":0,\"impMar\":0,\"impAnd\":15,\"impTot\":1078,\"conb\":0,\"turb\":1840,\"gnhd\":5753,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:30\",\"dem\":26841,\"eol\":5293,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":4627,\"hid\":7655,\"aut\":2113,\"inter\":1020,\"icb\":-241,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1499,\"expAnd\":0,\"expMar\":-142,\"expPor\":-57,\"expFra\":0,\"expTot\":-199,\"impFra\":1228,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":1244,\"conb\":0,\"turb\":1850,\"gnhd\":5805,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:35\",\"dem\":27118,\"eol\":5258,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":4805,\"hid\":7731,\"aut\":2113,\"inter\":1081,\"icb\":-245,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1498,\"expAnd\":0,\"expMar\":-172,\"expPor\":-41,\"expFra\":0,\"expTot\":-213,\"impFra\":1260,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":1276,\"conb\":0,\"turb\":1864,\"gnhd\":5864,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:40\",\"dem\":26925,\"eol\":5200,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":4843,\"hid\":7761,\"aut\":2113,\"inter\":882,\"icb\":-250,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":449,\"cogenResto\":1498,\"expAnd\":0,\"expMar\":-54,\"expPor\":-36,\"expFra\":0,\"expTot\":-90,\"impFra\":940,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":956,\"conb\":0,\"turb\":1874,\"gnhd\":5886,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:45\",\"dem\":26789,\"eol\":5194,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":4825,\"hid\":7783,\"aut\":2117,\"inter\":748,\"icb\":-256,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1493,\"expAnd\":0,\"expMar\":-13,\"expPor\":-45,\"expFra\":0,\"expTot\":-58,\"impFra\":824,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":840,\"conb\":0,\"turb\":1886,\"gnhd\":5896,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:50\",\"dem\":26974,\"eol\":5098,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4907,\"hid\":7789,\"aut\":2119,\"inter\":949,\"icb\":-261,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1462,\"expAnd\":0,\"expMar\":-57,\"expPor\":-10,\"expFra\":0,\"expTot\":-67,\"impFra\":1034,\"impPor\":0,\"impMar\":0,\"impAnd\":16,\"impTot\":1050,\"conb\":0,\"turb\":1882,\"gnhd\":5907,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 20:55\",\"dem\":26794,\"eol\":5070,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4924,\"hid\":7748,\"aut\":2119,\"inter\":826,\"icb\":-266,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1513,\"expAnd\":0,\"expMar\":-34,\"expPor\":0,\"expFra\":0,\"expTot\":-34,\"impFra\":801,\"impPor\":75,\"impMar\":0,\"impAnd\":16,\"impTot\":892,\"conb\":0,\"turb\":1879,\"gnhd\":5870,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 21:00\",\"dem\":26755,\"eol\":5052,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":4782,\"hid\":7684,\"aut\":2119,\"inter\":1013,\"icb\":-268,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1516,\"expAnd\":0,\"expMar\":-31,\"expPor\":0,\"expFra\":0,\"expTot\":-31,\"impFra\":916,\"impPor\":144,\"impMar\":0,\"impAnd\":16,\"impTot\":1076,\"conb\":0,\"turb\":1849,\"gnhd\":5836,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 21:05\",\"dem\":26922,\"eol\":4938,\"nuc\":6066,\"gf\":0,\"car\":251,\"cc\":4661,\"hid\":7782,\"aut\":2118,\"inter\":1350,\"icb\":-268,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1509,\"expAnd\":0,\"expMar\":-21,\"expPor\":0,\"expFra\":0,\"expTot\":-21,\"impFra\":1125,\"impPor\":262,\"impMar\":0,\"impAnd\":15,\"impTot\":1402,\"conb\":0,\"turb\":1874,\"gnhd\":5907,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:10\",\"dem\":26801,\"eol\":4806,\"nuc\":6066,\"gf\":0,\"car\":251,\"cc\":4592,\"hid\":7802,\"aut\":2118,\"inter\":1381,\"icb\":-268,\"sol\":48,\"solFot\":40,\"solTer\":7,\"termRenov\":445,\"cogenResto\":1467,\"expAnd\":0,\"expMar\":-22,\"expPor\":0,\"expFra\":0,\"expTot\":-22,\"impFra\":1058,\"impPor\":360,\"impMar\":0,\"impAnd\":15,\"impTot\":1433,\"conb\":0,\"turb\":1904,\"gnhd\":5899,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:15\",\"dem\":26535,\"eol\":4767,\"nuc\":6069,\"gf\":0,\"car\":251,\"cc\":4490,\"hid\":7722,\"aut\":2118,\"inter\":1332,\"icb\":-268,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1505,\"expAnd\":0,\"expMar\":-14,\"expPor\":0,\"expFra\":0,\"expTot\":-14,\"impFra\":1118,\"impPor\":277,\"impMar\":0,\"impAnd\":15,\"impTot\":1410,\"conb\":0,\"turb\":1882,\"gnhd\":5840,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:20\",\"dem\":26518,\"eol\":4660,\"nuc\":6070,\"gf\":0,\"car\":251,\"cc\":4592,\"hid\":7635,\"aut\":2118,\"inter\":1407,\"icb\":-268,\"sol\":48,\"solFot\":40,\"solTer\":8,\"termRenov\":445,\"cogenResto\":1507,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1156,\"impPor\":245,\"impMar\":8,\"impAnd\":15,\"impTot\":1424,\"conb\":0,\"turb\":1841,\"gnhd\":5793,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:25\",\"dem\":26383,\"eol\":4684,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":4517,\"hid\":7510,\"aut\":2118,\"inter\":1448,\"icb\":-268,\"sol\":47,\"solFot\":39,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1509,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1295,\"impPor\":154,\"impMar\":13,\"impAnd\":15,\"impTot\":1477,\"conb\":0,\"turb\":1790,\"gnhd\":5719,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 21:30\",\"dem\":26340,\"eol\":4692,\"nuc\":6065,\"gf\":0,\"car\":249,\"cc\":4464,\"hid\":7442,\"aut\":2118,\"inter\":1523,\"icb\":-268,\"sol\":47,\"solFot\":39,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1469,\"expAnd\":0,\"expMar\":-5,\"expPor\":0,\"expFra\":0,\"expTot\":-5,\"impFra\":1404,\"impPor\":163,\"impMar\":0,\"impAnd\":14,\"impTot\":1581,\"conb\":0,\"turb\":1758,\"gnhd\":5684,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 21:35\",\"dem\":26135,\"eol\":4702,\"nuc\":6065,\"gf\":0,\"car\":249,\"cc\":4384,\"hid\":7445,\"aut\":2118,\"inter\":1385,\"icb\":-267,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1507,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1115,\"impPor\":268,\"impMar\":33,\"impAnd\":14,\"impTot\":1430,\"conb\":0,\"turb\":1748,\"gnhd\":5697,\"bat\":4,\"consBat\":-1,\"dif\":3},{\"ts\":\"2024-10-26 21:40\",\"dem\":25799,\"eol\":4669,\"nuc\":6070,\"gf\":0,\"car\":249,\"cc\":4258,\"hid\":7302,\"aut\":2118,\"inter\":1345,\"icb\":-268,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1507,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1050,\"impPor\":225,\"impMar\":60,\"impAnd\":14,\"impTot\":1349,\"conb\":0,\"turb\":1697,\"gnhd\":5605,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:45\",\"dem\":25553,\"eol\":4626,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":4125,\"hid\":7132,\"aut\":2118,\"inter\":1444,\"icb\":-268,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1507,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1206,\"impPor\":158,\"impMar\":94,\"impAnd\":14,\"impTot\":1472,\"conb\":0,\"turb\":1647,\"gnhd\":5485,\"bat\":4,\"consBat\":-1,\"dif\":2},{\"ts\":\"2024-10-26 21:50\",\"dem\":25431,\"eol\":4530,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":4134,\"hid\":7039,\"aut\":2118,\"inter\":1484,\"icb\":-268,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1470,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1341,\"impPor\":149,\"impMar\":67,\"impAnd\":14,\"impTot\":1571,\"conb\":0,\"turb\":1631,\"gnhd\":5407,\"bat\":5,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 21:55\",\"dem\":25575,\"eol\":4518,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4215,\"hid\":7110,\"aut\":2118,\"inter\":1485,\"icb\":-243,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1506,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":1246,\"impPor\":183,\"impMar\":70,\"impAnd\":14,\"impTot\":1513,\"conb\":0,\"turb\":1654,\"gnhd\":5455,\"bat\":4,\"consBat\":0,\"dif\":3},{\"ts\":\"2024-10-26 22:00\",\"dem\":25338,\"eol\":4499,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":4315,\"hid\":7077,\"aut\":2118,\"inter\":1176,\"icb\":-218,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":455,\"cogenResto\":1505,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":989,\"impPor\":104,\"impMar\":97,\"impAnd\":14,\"impTot\":1204,\"conb\":0,\"turb\":1649,\"gnhd\":5427,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 22:05\",\"dem\":25143,\"eol\":4475,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4510,\"hid\":7163,\"aut\":0,\"inter\":691,\"icb\":-192,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1503,\"expAnd\":0,\"expMar\":0,\"expPor\":-1,\"expFra\":0,\"expTot\":-1,\"impFra\":592,\"impPor\":0,\"impMar\":114,\"impAnd\":14,\"impTot\":720,\"conb\":0,\"turb\":1678,\"gnhd\":5484,\"bat\":6,\"consBat\":0,\"dif\":6},{\"ts\":\"2024-10-26 22:10\",\"dem\":24811,\"eol\":4471,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":4553,\"hid\":7039,\"aut\":2124,\"inter\":419,\"icb\":-166,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1503,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":299,\"impPor\":4,\"impMar\":131,\"impAnd\":14,\"impTot\":448,\"conb\":0,\"turb\":1641,\"gnhd\":5397,\"bat\":4,\"consBat\":0,\"dif\":3},{\"ts\":\"2024-10-26 22:15\",\"dem\":24717,\"eol\":4530,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":4425,\"hid\":6904,\"aut\":2124,\"inter\":499,\"icb\":-140,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":440,\"cogenResto\":1502,\"expAnd\":0,\"expMar\":0,\"expPor\":-45,\"expFra\":0,\"expTot\":-45,\"impFra\":392,\"impPor\":0,\"impMar\":154,\"impAnd\":14,\"impTot\":560,\"conb\":0,\"turb\":1593,\"gnhd\":5310,\"bat\":4,\"consBat\":0,\"dif\":4},{\"ts\":\"2024-10-26 22:20\",\"dem\":24476,\"eol\":4534,\"nuc\":6073,\"gf\":0,\"car\":250,\"cc\":4228,\"hid\":6763,\"aut\":2124,\"inter\":563,\"icb\":-115,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":440,\"cogenResto\":1507,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":357,\"impPor\":46,\"impMar\":157,\"impAnd\":13,\"impTot\":573,\"conb\":0,\"turb\":1569,\"gnhd\":5195,\"bat\":4,\"consBat\":0,\"dif\":3},{\"ts\":\"2024-10-26 22:25\",\"dem\":23999,\"eol\":4480,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":4159,\"hid\":6718,\"aut\":2124,\"inter\":252,\"icb\":-100,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1506,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":147,\"impPor\":1,\"impMar\":154,\"impAnd\":13,\"impTot\":315,\"conb\":0,\"turb\":1556,\"gnhd\":5162,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 22:30\",\"dem\":24081,\"eol\":4432,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4110,\"hid\":6644,\"aut\":0,\"inter\":506,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1508,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":282,\"impPor\":76,\"impMar\":167,\"impAnd\":13,\"impTot\":538,\"conb\":0,\"turb\":1550,\"gnhd\":5093,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 22:35\",\"dem\":23975,\"eol\":4371,\"nuc\":6066,\"gf\":0,\"car\":249,\"cc\":3913,\"hid\":6806,\"aut\":0,\"inter\":499,\"icb\":-102,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1470,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":251,\"impPor\":100,\"impMar\":149,\"impAnd\":13,\"impTot\":513,\"conb\":0,\"turb\":1658,\"gnhd\":5148,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 22:40\",\"dem\":23839,\"eol\":4263,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3813,\"hid\":6865,\"aut\":2124,\"inter\":505,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":440,\"cogenResto\":1508,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":239,\"impPor\":109,\"impMar\":190,\"impAnd\":12,\"impTot\":550,\"conb\":0,\"turb\":1668,\"gnhd\":5196,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 22:45\",\"dem\":23266,\"eol\":4140,\"nuc\":6078,\"gf\":0,\"car\":249,\"cc\":3752,\"hid\":6727,\"aut\":0,\"inter\":250,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":440,\"cogenResto\":1509,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":127,\"impPor\":82,\"impMar\":101,\"impAnd\":12,\"impTot\":322,\"conb\":0,\"turb\":1684,\"gnhd\":5042,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 22:50\",\"dem\":23143,\"eol\":4053,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3739,\"hid\":6697,\"aut\":0,\"inter\":263,\"icb\":-102,\"sol\":45,\"solFot\":38,\"solTer\":7,\"termRenov\":440,\"cogenResto\":1511,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-24,\"expTot\":-24,\"impFra\":0,\"impPor\":178,\"impMar\":122,\"impAnd\":12,\"impTot\":312,\"conb\":0,\"turb\":1681,\"gnhd\":5020,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 22:55\",\"dem\":23353,\"eol\":3913,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3737,\"hid\":6688,\"aut\":0,\"inter\":621,\"icb\":-102,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1471,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":412,\"impPor\":80,\"impMar\":141,\"impAnd\":12,\"impTot\":645,\"conb\":0,\"turb\":1694,\"gnhd\":4992,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:00\",\"dem\":23263,\"eol\":3760,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":3783,\"hid\":6712,\"aut\":0,\"inter\":616,\"icb\":-102,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":440,\"cogenResto\":1510,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":316,\"impPor\":185,\"impMar\":127,\"impAnd\":12,\"impTot\":640,\"conb\":0,\"turb\":1743,\"gnhd\":4969,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:05\",\"dem\":23220,\"eol\":3685,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":3971,\"hid\":6962,\"aut\":0,\"inter\":221,\"icb\":-101,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1508,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-117,\"expTot\":-117,\"impFra\":0,\"impPor\":215,\"impMar\":137,\"impAnd\":12,\"impTot\":364,\"conb\":0,\"turb\":1798,\"gnhd\":5160,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:10\",\"dem\":23067,\"eol\":3620,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":4234,\"hid\":6890,\"aut\":0,\"inter\":-57,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1502,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-419,\"expTot\":-419,\"impFra\":0,\"impPor\":300,\"impMar\":74,\"impAnd\":12,\"impTot\":386,\"conb\":0,\"turb\":1594,\"gnhd\":5295,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-26 23:15\",\"dem\":23082,\"eol\":3575,\"nuc\":6067,\"gf\":0,\"car\":249,\"cc\":4241,\"hid\":6817,\"aut\":2113,\"inter\":74,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1466,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-276,\"expTot\":-276,\"impFra\":0,\"impPor\":198,\"impMar\":164,\"impAnd\":12,\"impTot\":374,\"conb\":0,\"turb\":1556,\"gnhd\":5260,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:20\",\"dem\":22792,\"eol\":3573,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":4084,\"hid\":6629,\"aut\":2113,\"inter\":122,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1470,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-249,\"expTot\":-249,\"impFra\":0,\"impPor\":263,\"impMar\":120,\"impAnd\":11,\"impTot\":394,\"conb\":0,\"turb\":1580,\"gnhd\":5049,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-26 23:25\",\"dem\":22721,\"eol\":3521,\"nuc\":6069,\"gf\":0,\"car\":249,\"cc\":4056,\"hid\":6608,\"aut\":2113,\"inter\":158,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1502,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-168,\"expTot\":-168,\"impFra\":0,\"impPor\":224,\"impMar\":107,\"impAnd\":11,\"impTot\":342,\"conb\":0,\"turb\":1635,\"gnhd\":4972,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:30\",\"dem\":22538,\"eol\":3449,\"nuc\":6068,\"gf\":0,\"car\":249,\"cc\":4019,\"hid\":6591,\"aut\":2113,\"inter\":101,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1505,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-218,\"expTot\":-218,\"impFra\":0,\"impPor\":198,\"impMar\":140,\"impAnd\":11,\"impTot\":349,\"conb\":0,\"turb\":1638,\"gnhd\":4953,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:35\",\"dem\":22407,\"eol\":3423,\"nuc\":6074,\"gf\":0,\"car\":250,\"cc\":3970,\"hid\":6615,\"aut\":2113,\"inter\":14,\"icb\":-102,\"sol\":47,\"solFot\":38,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1505,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-132,\"expTot\":-132,\"impFra\":0,\"impPor\":55,\"impMar\":104,\"impAnd\":11,\"impTot\":170,\"conb\":0,\"turb\":1642,\"gnhd\":4972,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:40\",\"dem\":22118,\"eol\":3376,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":3906,\"hid\":6567,\"aut\":2113,\"inter\":-109,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1503,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-448,\"expTot\":-448,\"impFra\":0,\"impPor\":248,\"impMar\":125,\"impAnd\":10,\"impTot\":383,\"conb\":0,\"turb\":1618,\"gnhd\":4948,\"bat\":0,\"consBat\":-1,\"dif\":0},{\"ts\":\"2024-10-26 23:45\",\"dem\":22133,\"eol\":3323,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":3852,\"hid\":6481,\"aut\":2113,\"inter\":98,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1505,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-288,\"expTot\":-288,\"impFra\":0,\"impPor\":150,\"impMar\":167,\"impAnd\":10,\"impTot\":327,\"conb\":0,\"turb\":1602,\"gnhd\":4879,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:50\",\"dem\":21975,\"eol\":3259,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":3775,\"hid\":6396,\"aut\":2113,\"inter\":164,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1508,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-237,\"expTot\":-237,\"impFra\":0,\"impPor\":178,\"impMar\":234,\"impAnd\":10,\"impTot\":422,\"conb\":0,\"turb\":1611,\"gnhd\":4785,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-26 23:55\",\"dem\":21915,\"eol\":3219,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3716,\"hid\":6367,\"aut\":2113,\"inter\":232,\"icb\":-102,\"sol\":46,\"solFot\":38,\"solTer\":7,\"termRenov\":434,\"cogenResto\":1514,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":-176,\"expTot\":-176,\"impFra\":0,\"impPor\":195,\"impMar\":223,\"impAnd\":10,\"impTot\":428,\"conb\":0,\"turb\":1608,\"gnhd\":4759,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 00:00\",\"dem\":21665,\"eol\":3123,\"nuc\":6076,\"gf\":0,\"car\":248,\"cc\":3632,\"hid\":5869,\"aut\":2113,\"inter\":657,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":434,\"cogenResto\":1479,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":394,\"impPor\":245,\"impMar\":80,\"impAnd\":10,\"impTot\":729,\"conb\":0,\"turb\":1513,\"gnhd\":4356,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 00:05\",\"dem\":21652,\"eol\":3038,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":3757,\"hid\":5495,\"aut\":2261,\"inter\":837,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1534,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":253,\"impPor\":441,\"impMar\":119,\"impAnd\":10,\"impTot\":823,\"conb\":0,\"turb\":1274,\"gnhd\":4221,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 00:10\",\"dem\":21505,\"eol\":3018,\"nuc\":6074,\"gf\":0,\"car\":248,\"cc\":3694,\"hid\":5359,\"aut\":0,\"inter\":905,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1540,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":595,\"impPor\":262,\"impMar\":58,\"impAnd\":10,\"impTot\":925,\"conb\":0,\"turb\":1210,\"gnhd\":4149,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 00:15\",\"dem\":21505,\"eol\":2953,\"nuc\":6070,\"gf\":0,\"car\":248,\"cc\":3506,\"hid\":5212,\"aut\":0,\"inter\":1308,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1544,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":759,\"impPor\":449,\"impMar\":131,\"impAnd\":10,\"impTot\":1349,\"conb\":0,\"turb\":1176,\"gnhd\":4040,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 00:20\",\"dem\":21312,\"eol\":2915,\"nuc\":6070,\"gf\":0,\"car\":250,\"cc\":3469,\"hid\":5122,\"aut\":0,\"inter\":1279,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1554,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":701,\"impPor\":431,\"impMar\":156,\"impAnd\":10,\"impTot\":1298,\"conb\":0,\"turb\":1179,\"gnhd\":4036,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 00:25\",\"dem\":21102,\"eol\":2879,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3425,\"hid\":5058,\"aut\":0,\"inter\":1212,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1560,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":711,\"impPor\":416,\"impMar\":95,\"impAnd\":10,\"impTot\":1232,\"conb\":0,\"turb\":1148,\"gnhd\":4007,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 00:30\",\"dem\":20898,\"eol\":2850,\"nuc\":6076,\"gf\":0,\"car\":250,\"cc\":3360,\"hid\":4921,\"aut\":0,\"inter\":1234,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1562,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":693,\"impPor\":382,\"impMar\":165,\"impAnd\":10,\"impTot\":1250,\"conb\":0,\"turb\":1106,\"gnhd\":3909,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 00:35\",\"dem\":20882,\"eol\":2826,\"nuc\":6073,\"gf\":0,\"car\":250,\"cc\":3499,\"hid\":4656,\"aut\":0,\"inter\":1370,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1564,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":785,\"impPor\":458,\"impMar\":151,\"impAnd\":9,\"impTot\":1403,\"conb\":0,\"turb\":782,\"gnhd\":3967,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 00:40\",\"dem\":20652,\"eol\":2812,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3475,\"hid\":4642,\"aut\":0,\"inter\":1196,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1527,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":589,\"impPor\":432,\"impMar\":179,\"impAnd\":10,\"impTot\":1210,\"conb\":0,\"turb\":781,\"gnhd\":3954,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 00:45\",\"dem\":20557,\"eol\":2799,\"nuc\":6070,\"gf\":0,\"car\":250,\"cc\":3379,\"hid\":4592,\"aut\":0,\"inter\":1260,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1572,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":728,\"impPor\":476,\"impMar\":119,\"impAnd\":9,\"impTot\":1332,\"conb\":0,\"turb\":779,\"gnhd\":3911,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 00:50\",\"dem\":20543,\"eol\":2766,\"nuc\":6070,\"gf\":0,\"car\":250,\"cc\":3493,\"hid\":4505,\"aut\":0,\"inter\":1251,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1573,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":749,\"impPor\":426,\"impMar\":84,\"impAnd\":9,\"impTot\":1268,\"conb\":0,\"turb\":773,\"gnhd\":3917,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 00:55\",\"dem\":20485,\"eol\":2750,\"nuc\":6072,\"gf\":0,\"car\":250,\"cc\":3561,\"hid\":4242,\"aut\":0,\"inter\":1404,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1574,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":815,\"impPor\":523,\"impMar\":85,\"impAnd\":9,\"impTot\":1432,\"conb\":0,\"turb\":759,\"gnhd\":3874,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:00\",\"dem\":20229,\"eol\":2721,\"nuc\":6074,\"gf\":0,\"car\":247,\"cc\":3613,\"hid\":4260,\"aut\":0,\"inter\":1107,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":453,\"cogenResto\":1541,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":652,\"impPor\":444,\"impMar\":20,\"impAnd\":9,\"impTot\":1125,\"conb\":0,\"turb\":763,\"gnhd\":3933,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:05\",\"dem\":20296,\"eol\":2680,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3732,\"hid\":4343,\"aut\":0,\"inter\":1012,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":454,\"cogenResto\":1535,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":690,\"impPor\":251,\"impMar\":126,\"impAnd\":9,\"impTot\":1076,\"conb\":0,\"turb\":777,\"gnhd\":4095,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:10\",\"dem\":20288,\"eol\":2663,\"nuc\":6076,\"gf\":0,\"car\":249,\"cc\":3775,\"hid\":4437,\"aut\":2261,\"inter\":881,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":454,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":437,\"impPor\":204,\"impMar\":238,\"impAnd\":9,\"impTot\":888,\"conb\":0,\"turb\":792,\"gnhd\":4173,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:15\",\"dem\":20055,\"eol\":2605,\"nuc\":6072,\"gf\":0,\"car\":250,\"cc\":3732,\"hid\":4218,\"aut\":0,\"inter\":980,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":446,\"cogenResto\":1562,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":667,\"impPor\":193,\"impMar\":93,\"impAnd\":8,\"impTot\":961,\"conb\":0,\"turb\":810,\"gnhd\":4132,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:20\",\"dem\":20021,\"eol\":2610,\"nuc\":6069,\"gf\":0,\"car\":250,\"cc\":3714,\"hid\":4198,\"aut\":2255,\"inter\":964,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":7,\"termRenov\":448,\"cogenResto\":1565,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":670,\"impPor\":138,\"impMar\":163,\"impAnd\":8,\"impTot\":979,\"conb\":0,\"turb\":778,\"gnhd\":4144,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:25\",\"dem\":19789,\"eol\":2578,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3696,\"hid\":4212,\"aut\":2255,\"inter\":782,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":448,\"cogenResto\":1565,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":567,\"impPor\":150,\"impMar\":101,\"impAnd\":8,\"impTot\":826,\"conb\":0,\"turb\":785,\"gnhd\":4151,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:30\",\"dem\":19755,\"eol\":2555,\"nuc\":6076,\"gf\":0,\"car\":250,\"cc\":3661,\"hid\":4203,\"aut\":2257,\"inter\":808,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":450,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":573,\"impPor\":128,\"impMar\":71,\"impAnd\":8,\"impTot\":780,\"conb\":0,\"turb\":782,\"gnhd\":4142,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:35\",\"dem\":19714,\"eol\":2526,\"nuc\":6071,\"gf\":0,\"car\":250,\"cc\":3606,\"hid\":4290,\"aut\":0,\"inter\":763,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1564,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":523,\"impPor\":149,\"impMar\":103,\"impAnd\":8,\"impTot\":783,\"conb\":0,\"turb\":784,\"gnhd\":4135,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:40\",\"dem\":19649,\"eol\":2497,\"nuc\":6074,\"gf\":0,\"car\":250,\"cc\":3485,\"hid\":4248,\"aut\":0,\"inter\":887,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":592,\"impPor\":200,\"impMar\":88,\"impAnd\":8,\"impTot\":888,\"conb\":0,\"turb\":778,\"gnhd\":4098,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:45\",\"dem\":19613,\"eol\":2467,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":3476,\"hid\":4264,\"aut\":0,\"inter\":880,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":581,\"impPor\":151,\"impMar\":155,\"impAnd\":8,\"impTot\":895,\"conb\":0,\"turb\":775,\"gnhd\":4118,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 01:50\",\"dem\":19298,\"eol\":2478,\"nuc\":6075,\"gf\":0,\"car\":248,\"cc\":3467,\"hid\":4166,\"aut\":0,\"inter\":655,\"icb\":-102,\"sol\":44,\"solFot\":36,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":459,\"impPor\":151,\"impMar\":52,\"impAnd\":8,\"impTot\":670,\"conb\":0,\"turb\":765,\"gnhd\":4028,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 01:55\",\"dem\":19358,\"eol\":2488,\"nuc\":6071,\"gf\":0,\"car\":246,\"cc\":3488,\"hid\":4142,\"aut\":0,\"inter\":751,\"icb\":-102,\"sol\":45,\"solFot\":36,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1563,\"expAnd\":0,\"expMar\":0,\"expPor\":0,\"expFra\":0,\"expTot\":0,\"impFra\":574,\"impPor\":182,\"impMar\":3,\"impAnd\":8,\"impTot\":767,\"conb\":0,\"turb\":767,\"gnhd\":4004,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 2A:00\",\"dem\":19284,\"eol\":2507,\"nuc\":6075,\"gf\":0,\"car\":247,\"cc\":3348,\"hid\":4065,\"aut\":0,\"inter\":810,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":452,\"cogenResto\":1565,\"expAnd\":0,\"expMar\":-35,\"expPor\":-218,\"expFra\":0,\"expTot\":-253,\"impFra\":1073,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1081,\"conb\":0,\"turb\":765,\"gnhd\":3930,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 2A:05\",\"dem\":19192,\"eol\":2500,\"nuc\":6071,\"gf\":0,\"car\":249,\"cc\":3334,\"hid\":3990,\"aut\":0,\"inter\":831,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1569,\"expAnd\":0,\"expMar\":0,\"expPor\":-973,\"expFra\":0,\"expTot\":-973,\"impFra\":1813,\"impPor\":0,\"impMar\":4,\"impAnd\":8,\"impTot\":1825,\"conb\":0,\"turb\":765,\"gnhd\":3852,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:10\",\"dem\":19058,\"eol\":2480,\"nuc\":6073,\"gf\":0,\"car\":247,\"cc\":3320,\"hid\":3896,\"aut\":2272,\"inter\":826,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1567,\"expAnd\":0,\"expMar\":-33,\"expPor\":-942,\"expFra\":0,\"expTot\":-975,\"impFra\":1810,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":1818,\"conb\":0,\"turb\":766,\"gnhd\":3758,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:15\",\"dem\":19230,\"eol\":2468,\"nuc\":6074,\"gf\":0,\"car\":249,\"cc\":3312,\"hid\":3879,\"aut\":2272,\"inter\":1031,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1566,\"expAnd\":0,\"expMar\":0,\"expPor\":-909,\"expFra\":0,\"expTot\":-909,\"impFra\":1931,\"impPor\":0,\"impMar\":18,\"impAnd\":8,\"impTot\":1957,\"conb\":0,\"turb\":762,\"gnhd\":3747,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:20\",\"dem\":19127,\"eol\":2476,\"nuc\":6071,\"gf\":0,\"car\":248,\"cc\":3306,\"hid\":3724,\"aut\":2272,\"inter\":1087,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1568,\"expAnd\":0,\"expMar\":-24,\"expPor\":-902,\"expFra\":0,\"expTot\":-926,\"impFra\":2052,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":2060,\"conb\":0,\"turb\":653,\"gnhd\":3701,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:25\",\"dem\":18971,\"eol\":2479,\"nuc\":6072,\"gf\":0,\"car\":248,\"cc\":3289,\"hid\":3690,\"aut\":0,\"inter\":977,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1567,\"expAnd\":0,\"expMar\":0,\"expPor\":-1017,\"expFra\":0,\"expTot\":-1017,\"impFra\":2022,\"impPor\":0,\"impMar\":0,\"impAnd\":8,\"impTot\":2030,\"conb\":0,\"turb\":650,\"gnhd\":3679,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:30\",\"dem\":18733,\"eol\":2385,\"nuc\":6070,\"gf\":0,\"car\":247,\"cc\":3199,\"hid\":3434,\"aut\":0,\"inter\":1182,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1531,\"expAnd\":0,\"expMar\":0,\"expPor\":-1075,\"expFra\":0,\"expTot\":-1075,\"impFra\":2138,\"impPor\":0,\"impMar\":76,\"impAnd\":8,\"impTot\":2222,\"conb\":0,\"turb\":655,\"gnhd\":3595,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:35\",\"dem\":18754,\"eol\":2442,\"nuc\":6072,\"gf\":0,\"car\":249,\"cc\":3204,\"hid\":3400,\"aut\":0,\"inter\":1170,\"icb\":-101,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1568,\"expAnd\":0,\"expMar\":0,\"expPor\":-1015,\"expFra\":0,\"expTot\":-1015,\"impFra\":2110,\"impPor\":0,\"impMar\":88,\"impAnd\":8,\"impTot\":2206,\"conb\":0,\"turb\":652,\"gnhd\":3562,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 2A:40\",\"dem\":18966,\"eol\":2440,\"nuc\":6071,\"gf\":0,\"car\":247,\"cc\":3262,\"hid\":3457,\"aut\":0,\"inter\":1240,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1569,\"expAnd\":0,\"expMar\":0,\"expPor\":-1023,\"expFra\":0,\"expTot\":-1023,\"impFra\":2224,\"impPor\":0,\"impMar\":47,\"impAnd\":7,\"impTot\":2278,\"conb\":0,\"turb\":653,\"gnhd\":3618,\"bat\":0,\"consBat\":0,\"dif\":0},{\"ts\":\"2024-10-27 2A:45\",\"dem\":18778,\"eol\":2466,\"nuc\":6073,\"gf\":0,\"car\":249,\"cc\":3244,\"hid\":3280,\"aut\":0,\"inter\":1250,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1569,\"expAnd\":0,\"expMar\":0,\"expPor\":-970,\"expFra\":0,\"expTot\":-970,\"impFra\":2149,\"impPor\":0,\"impMar\":87,\"impAnd\":7,\"impTot\":2243,\"conb\":0,\"turb\":650,\"gnhd\":3444,\"bat\":0,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 2A:50\",\"dem\":18666,\"eol\":2491,\"nuc\":6067,\"gf\":0,\"car\":248,\"cc\":3192,\"hid\":3262,\"aut\":0,\"inter\":1219,\"icb\":-101,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1535,\"expAnd\":0,\"expMar\":0,\"expPor\":-862,\"expFra\":0,\"expTot\":-862,\"impFra\":1913,\"impPor\":0,\"impMar\":177,\"impAnd\":7,\"impTot\":2097,\"conb\":0,\"turb\":656,\"gnhd\":3427,\"bat\":0,\"consBat\":-1,\"dif\":-1},{\"ts\":\"2024-10-27 2A:55\",\"dem\":18719,\"eol\":2539,\"nuc\":6069,\"gf\":0,\"car\":248,\"cc\":3021,\"hid\":3092,\"aut\":0,\"inter\":1532,\"icb\":-102,\"sol\":44,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1573,\"expAnd\":0,\"expMar\":0,\"expPor\":-911,\"expFra\":0,\"expTot\":-911,\"impFra\":2235,\"impPor\":0,\"impMar\":216,\"impAnd\":7,\"impTot\":2458,\"conb\":0,\"turb\":655,\"gnhd\":3253,\"bat\":1,\"consBat\":0,\"dif\":1},{\"ts\":\"2024-10-27 2B:00\",\"dem\":18524,\"eol\":2568,\"nuc\":6074,\"gf\":0,\"car\":252,\"cc\":3025,\"hid\":3106,\"aut\":0,\"inter\":1285,\"icb\":-102,\"sol\":43,\"solFot\":35,\"solTer\":8,\"termRenov\":456,\"cogenResto\":1571,\"expAnd\":0,\"expMar\":0,\"expPor\":-1031,\"expFra\":0,\"expTot\":-1031,\"impFra\":2093,\"impPor\":0,\"impMar\":230,\"impAnd\":7,\"impTot\":2330,\"conb\":0,\"turb\":649,\"gnhd\":3273,\"bat\":0,\"consBat\":-1,\"dif\":-1}]});"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESIOS_ES_MA.json",
    "content": "{\"indicator\":{\"name\":\"Saldo horario neto de interconexión con Marruecos telemedidas\",\"short_name\":\"Saldo neto Marruecos telemedidas\",\"id\":10209,\"composited\":true,\"step_type\":\"step\",\"disaggregated\":false,\"magnitud\":[{\"name\":\"Energía\",\"id\":13}],\"tiempo\":[{\"name\":\"Hora\",\"id\":4}],\"geos\":[{\"geo_id\":8741,\"geo_name\":\"Península\"}],\"values_updated_at\":\"2017-09-04T20:13:33.000+02:00\",\"values\":[{\"value\":-798.8,\"datetime\":\"2017-09-03T20:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T18:00:00Z\",\"tz_time\":\"2017-09-03T18:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-885.77,\"datetime\":\"2017-09-03T21:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T19:00:00Z\",\"tz_time\":\"2017-09-03T19:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-831.96,\"datetime\":\"2017-09-03T22:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T20:00:00Z\",\"tz_time\":\"2017-09-03T20:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-864.34,\"datetime\":\"2017-09-03T23:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T21:00:00Z\",\"tz_time\":\"2017-09-03T21:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-818.91,\"datetime\":\"2017-09-04T00:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T22:00:00Z\",\"tz_time\":\"2017-09-03T22:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-754.92,\"datetime\":\"2017-09-04T01:00:00.000+02:00\",\"datetime_utc\":\"2017-09-03T23:00:00Z\",\"tz_time\":\"2017-09-03T23:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-677.24,\"datetime\":\"2017-09-04T02:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T00:00:00Z\",\"tz_time\":\"2017-09-04T00:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-556.32,\"datetime\":\"2017-09-04T03:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T01:00:00Z\",\"tz_time\":\"2017-09-04T01:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-427.75,\"datetime\":\"2017-09-04T04:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T02:00:00Z\",\"tz_time\":\"2017-09-04T02:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-468.63,\"datetime\":\"2017-09-04T05:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T03:00:00Z\",\"tz_time\":\"2017-09-04T03:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-525.34,\"datetime\":\"2017-09-04T06:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T04:00:00Z\",\"tz_time\":\"2017-09-04T04:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-579.95,\"datetime\":\"2017-09-04T07:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T05:00:00Z\",\"tz_time\":\"2017-09-04T05:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-588.74,\"datetime\":\"2017-09-04T08:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T06:00:00Z\",\"tz_time\":\"2017-09-04T06:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-707.18,\"datetime\":\"2017-09-04T09:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T07:00:00Z\",\"tz_time\":\"2017-09-04T07:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-733.78,\"datetime\":\"2017-09-04T10:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T08:00:00Z\",\"tz_time\":\"2017-09-04T08:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-867.64,\"datetime\":\"2017-09-04T11:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T09:00:00Z\",\"tz_time\":\"2017-09-04T09:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-748.9,\"datetime\":\"2017-09-04T12:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T10:00:00Z\",\"tz_time\":\"2017-09-04T10:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-742.29,\"datetime\":\"2017-09-04T13:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T11:00:00Z\",\"tz_time\":\"2017-09-04T11:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-814.46,\"datetime\":\"2017-09-04T14:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T12:00:00Z\",\"tz_time\":\"2017-09-04T12:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-768.23,\"datetime\":\"2017-09-04T15:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T13:00:00Z\",\"tz_time\":\"2017-09-04T13:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-752.18,\"datetime\":\"2017-09-04T16:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T14:00:00Z\",\"tz_time\":\"2017-09-04T14:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-789.92,\"datetime\":\"2017-09-04T17:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T15:00:00Z\",\"tz_time\":\"2017-09-04T15:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-775.27,\"datetime\":\"2017-09-04T18:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T16:00:00Z\",\"tz_time\":\"2017-09-04T16:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"},{\"value\":-835.21,\"datetime\":\"2017-09-04T19:00:00.000+02:00\",\"datetime_utc\":\"2017-09-04T17:00:00Z\",\"tz_time\":\"2017-09-04T17:00:00.000Z\",\"geo_id\":8741,\"geo_name\":\"Península\"}]}}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESKOM/Station_Build_Up.csv",
    "content": "Date_Time_Hour_Beginning,Thermal_Gen_Excl_Pumping_and_SCO,Eskom_OCGT_SCO_Pumping,Eskom_Gas_SCO_Pumping,Hydro_Water_SCO_Pumping,Pumped_Water_SCO_Pumping,Thermal_Generation,Nuclear_Generation,International_Imports,Eskom_OCGT_Generation,Eskom_Gas_Generation,Dispatchable_IPP_OCGT,Hydro_Water_Generation,Pumped_Water_Generation,IOS_Excl_ILS_and_MLR,ILS_Usage,Manual_Load_Reduction_MLR,Wind,PV,CSP,Other_RE\n2023-09-11 00:00:00,14487.159,-0.14699999999999999,-2.1259999999999999,-3.0000000000000001E-3,-2429.0320000000002,16918.467000000001,913.03899999999999,413.87799999999999,1005.265,0,622.35799999999995,4.0000000000000001E-3,-1.8,0,0,1667.117,1773.9549999999999,0,0,14.535\n2023-09-11 01:00:00,14231.942999999999,-3.4660000000000002,-2.137,-3.0000000000000001E-3,-2585.1819999999998,16822.731,913.09199999999998,1114.5219999999999,58.75,0,613.68499999999995,4.0000000000000001E-3,-2.5339999999999998,0,0,1686.873,1801.865,0,0,14.602\n2023-09-11 02:00:00,14354.055,-3.4790000000000001,-2.1389999999999998,-0.002,-2614.5320000000002,16974.206999999999,913.20899999999995,1326.6210000000001,0,0,626.846,4.0000000000000001E-3,0,0,0,1642.454,1702.886,0,0,14.667999999999999\n2023-09-11 03:00:00,14436.056,-3.4790000000000001,-2.1549999999999998,-3.0000000000000001E-3,-2681.1640000000002,17122.857,913.52999999999997,1322.644,0,0,624.06500000000005,4.0000000000000001E-3,0,0,0,1789.25,1661.1400000000001,0,0,14.898999999999999\n2023-09-11 04:00:00,15399.590999999997,-2.0390000000000001,-2.1669999999999998,-3.0000000000000001E-3,-1979.3030000000001,17383.102999999999,911.82799999999997,1331.1759999999999,614.23500000000001,0,627.06700000000001,4.0000000000000001E-3,-4.1890000000000001,0,0,1793.79,1639.818,0,0,14.961\n2023-09-11 05:00:00,17525.653000000002,-1.7330000000000001,-2.1789999999999998,-3.0000000000000001E-3,-327.17200000000003,17856.740000000002,911.88,1341.297,986.52999999999997,0,628.673,4.0039999999999996,410.20999999999998,0,0,1959.8299999999999,1503.038,0,0,15.023\n2023-09-11 06:00:00,17923.762999999999,-1.7330000000000001,-2.1680000000000001,-0.002,-10.082000000000001,17937.748,912.30700000000002,1379.674,877.28999999999996,0,629.00999999999999,243.00399999999999,1901.788,0,0,2172.5279999999998,1630.6110000000001,18.408000000000001,0,15.766999999999999\n2023-09-11 07:00:00,18112.266,-1.7330000000000001,-2.157,-0.001,-28.702000000000002,18144.859,912.48599999999999,1409.634,857.44500000000005,0,623.45699999999999,488.61599999999999,469.90300000000002,0,0,2028.752,1620.9549999999999,436.53699999999998,0,15.724\n2023-09-11 08:00:00,18188.290999999997,-1.7330000000000001,-2.169,-0.001,-34.600999999999999,18226.794999999998,912.50199999999995,1375.8610000000001,903.77999999999997,0,616.75300000000004,212.54499999999999,138.614,0,0,2252.8049999999998,1647.22,1004.686,5.4859999999999998,14.885999999999999\n2023-09-11 09:00:00,18128.401999999998,-1.7330000000000001,-2.1909999999999998,-0.001,-37.579000000000001,18169.905999999999,912.51700000000005,1395.9760000000001,551.69000000000005,0,615.19899999999996,123.21599999999999,-1.284,0,0,2232.1280000000002,1758.5820000000001,1303.9449999999999,95.397000000000006,14.93\n2023-09-17 16:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-11 10:00:00,17748.254999999997,-1.7330000000000001,-2.177,-0.001,-16.093,17768.258999999998,912.67200000000003,1367.5699999999999,277.58999999999997,0,609.14499999999998,22.004000000000001,1003.449,0,0,2062.3600000000001,1910.8630000000001,1375.7639999999999,121.503,15.332000000000001\n2023-09-11 11:00:00,17492.405999999995,-1.8660000000000001,-2.161,-0.001,-24.507999999999999,17520.941999999999,912.45100000000002,1338.404,302.19499999999999,0,606.08799999999997,4.0000000000000001E-3,572.42499999999995,0,0,2203.9659999999999,2144.018,1512.2180000000001,139.96700000000001,15.788\n2023-09-11 12:00:00,17337.569,-1.7330000000000001,-2.1680000000000001,-0.001,-34.011000000000003,17375.482,911.48000000000002,1370.8689999999999,280.63,0,518.61199999999997,4.0000000000000001E-3,106.386,0,0,2667.777,2371.2570000000001,1536.4549999999999,128.43100000000001,15.795999999999999\n2023-09-11 13:00:00,17367.756000000001,-1.7330000000000001,-2.1709999999999998,-0.001,-30.280999999999999,17401.941999999999,911.90300000000002,1367.5909999999999,304.08999999999997,0,304.68099999999998,4.0000000000000001E-3,146.56100000000001,0,0,2694.107,2365.4749999999999,1412.9680000000001,147.767,15.859999999999999\n2023-09-11 14:00:00,16786.083999999999,-1.7330000000000001,-2.1579999999999999,-0.001,-21.481000000000002,16811.456999999999,912.05499999999995,1373.9200000000001,304.57999999999998,0,308.16500000000002,4.0000000000000001E-3,1042.146,0,0,2858.8380000000002,2297.922,1359.8879999999999,238.346,15.69\n2023-09-11 15:00:00,16304.325000000001,-1.333,-2.169,-0.001,-11.051,16318.879000000001,911.87800000000004,1381.836,535.47000000000003,0,452.99799999999999,4.0000000000000001E-3,2103.8499999999999,0,0,2729.011,2196.6750000000002,1235.422,347.19400000000002,15.657\n2023-09-11 16:00:00,16336.383,0,-2.177,-0.001,-12.824,16351.385,911.54300000000001,1371.6110000000001,1492.76,0,610.05100000000004,4.0000000000000001E-3,1786.509,0,0,2825.402,2206.165,970.50400000000002,387.49099999999999,14.954000000000001\n2023-09-11 17:00:00,16499.065999999999,0,-1.161,-0.002,-4.585,16504.813999999998,911.77599999999995,1397.4200000000001,1758.78,135.31,977.15599999999995,40.003,2178.0309999999999,0,37.25,3097.395,2052.6390000000001,382.54000000000002,391.65800000000002,14.901999999999999\n2023-09-11 18:00:00,16904.072,0,0,-3.0000000000000001E-3,-1.639,16905.714,911.74800000000005,1361.1590000000001,1732.2449999999999,327.517,986.89700000000005,497.00200000000001,2618.1950000000002,239,409.75,3470.5279999999998,1960.5809999999999,8.7330000000000005,347.68000000000001,15.481\n2023-09-11 19:00:00,16994.120999999999,0,0,-0.001,-0.63800000000000001,16994.759999999998,911.86800000000005,1333.4480000000001,1705.7449999999999,328.34500000000003,995.06200000000001,378.10199999999998,2443.2950000000001,239,0,3701.201,1717.6389999999999,0,219.22200000000001,15.680999999999999\n2023-09-11 20:00:00,17140.436999999998,0,-1.629,-3.0000000000000001E-3,-18.079999999999998,17160.149000000001,911.995,1364.4369999999999,1729.7950000000001,95.007000000000005,998.89700000000005,3.0000000000000001E-3,1490.4200000000001,5.5,0,3449.893,1613.9739999999999,0,100,15.712\n2023-09-11 21:00:00,16475.757999999998,0,-2.1960000000000002,-3.0000000000000001E-3,-566.75800000000004,17044.715,911.85699999999997,1332.8330000000001,1724.4200000000001,0,1000.04,3.0000000000000001E-3,74.546000000000006,0,0,3227.895,1504.039,0,100,15.682\n2023-09-11 22:00:00,15568.750999999998,0,-2.1829999999999998,-0.002,-1510.386,17081.322,912.12699999999995,1276.998,1220.52,0,1002.0890000000001,4.0000000000000001E-3,-7.5149999999999997,0,0,2828.0830000000001,1360.8430000000001,0,50,15.712\n2023-09-11 23:00:00,15110.876,0,-2.1920000000000002,-0.002,-2053.9490000000001,17167.019,912.41399999999999,1307.9949999999999,932.83000000000004,0,1004.242,4.0000000000000001E-3,-0.186,0,0,2459.7040000000002,1159.742,0,0,15.906000000000001\n2023-09-12 00:00:00,14860.657000000001,0,-2.1909999999999998,-0.002,-2321.172,17184.022000000001,912.25999999999999,1325.999,797.97000000000003,0,1005.775,4.0000000000000001E-3,-4.9969999999999999,0,0,2209.1619999999998,1005.752,0,0,15.204000000000001\n2023-09-12 01:00:00,14673.782999999996,-1.2,-2.2010000000000001,-0.002,-2752.433,17429.618999999999,911.67899999999997,1315.8219999999999,645.505,0,918.08100000000002,4.0000000000000001E-3,0,0,0,2178.3980000000001,1042.9649999999999,0,0,15.249000000000001\n2023-09-12 02:00:00,15097.238999999998,-1.72,-2.1920000000000002,-0.002,-2219.0929999999998,17320.245999999999,912.07100000000003,1322.4090000000001,640.85500000000002,0,502.92000000000002,4.0000000000000001E-3,-2.2389999999999999,0,0,2083.8989999999999,1027.239,0,0,15.084\n2023-09-12 03:00:00,15131.652999999998,-1.706,-2.2050000000000001,-0.002,-2537,17672.565999999999,912.08399999999995,1320.7260000000001,667.53499999999997,0,501.32400000000001,4.0000000000000001E-3,0,0,0,2227.1460000000002,1005.952,0,0,14.869\n2023-09-12 04:00:00,16554.638000000003,-1.706,-2.2269999999999999,-0.002,-1254.9929999999999,17813.565999999999,912.07399999999996,1344.0119999999999,652.28999999999996,0,501.738,4.0000000000000001E-3,-4.7279999999999998,0,0,2596.1509999999998,1017.813,0,0,14.912000000000001\n2023-09-12 05:00:00,17710.868999999999,-1.6930000000000001,-2.234,-3.0000000000000001E-3,-56.520000000000003,17771.319,912.399,1360.789,749.01999999999998,0,502.48099999999999,4.0000000000000001E-3,1567.3140000000001,0,0,2548.8209999999999,1183.9649999999999,0,0,15.145\n2023-09-17 14:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-12 06:00:00,17687.171999999999,0,-2.234,-0.002,-0.96999999999999997,17690.378000000001,911.54399999999998,1444.2349999999999,1355.54,0,502.58800000000002,236.00299999999999,2488.54,0,0,2711.5169999999998,1342.8789999999999,38.161000000000001,0,15.815\n2023-09-12 07:00:00,17811.809000000001,0,-2.194,-0.001,-19.571999999999999,17833.576000000001,911.16899999999998,1435.4380000000001,1461.4749999999999,0,501.56799999999998,493.94499999999999,1518.5719999999999,0,0,2293.4029999999998,1277.2760000000001,645.721,0.53500000000000003,15.856999999999999\n2023-09-12 08:00:00,17838.704000000002,0,-2.1709999999999998,0,-20.707000000000001,17861.581999999999,911.16300000000001,1371.3900000000001,1489.3299999999999,0,500.94400000000002,219.27699999999999,936.83000000000004,0,0,2507.6439999999998,1059.567,1432.385,56.481999999999999,15.038\n2023-09-12 09:00:00,17864.873,0,-2.1600000000000001,-0.001,-26.696000000000002,17893.73,909.77200000000005,1397.5050000000001,1429.3,0,497.714,116.18300000000001,505.19799999999998,0,0,2395.4189999999999,1052.3920000000001,1772.183,216.137,14.411\n2023-09-12 10:00:00,17882.138999999996,0,-2.1480000000000001,-0.001,-26.579000000000001,17910.866999999998,909.28200000000004,1426.5989999999999,751.61500000000001,0,492.90199999999999,4.0000000000000001E-3,418.226,0,0,3047.2820000000002,1093.857,1913.4169999999999,247.68899999999999,14.795999999999999\n2023-09-12 11:00:00,17675.814000000002,0,-2.1549999999999998,-0.001,-20.103000000000002,17698.073,910.93100000000004,1456.934,675.35500000000002,0,493.67099999999999,4.0000000000000001E-3,550.70899999999995,0,0,3057.5459999999998,1003.0549999999999,1912.2619999999999,271.52499999999998,15.558999999999999\n2023-09-12 12:00:00,17565.958999999999,0,-2.1440000000000001,-0.001,-18.460000000000001,17586.563999999998,911.13599999999997,1540.413,702.61000000000001,0,491.85000000000002,4.0000000000000001E-3,750.71699999999998,1.8,0,2878.2130000000002,828.31600000000003,1900.8040000000001,270.01100000000002,15.813000000000001\n2023-09-12 13:00:00,17459.713999999996,0,-2.1480000000000001,-0.001,-19.219000000000001,17481.081999999999,910.92899999999997,1554.713,699.41999999999996,0,491.541,4.0000000000000001E-3,639.52099999999996,36,0,2914.9740000000002,721.17499999999995,1842.059,323.16199999999998,15.707000000000001\n2023-09-12 14:00:00,17616.843999999997,0,-2.149,-0.001,-20.972000000000001,17639.966,910.98900000000003,1548.193,699.48500000000001,0,491.27699999999999,4.0000000000000001E-3,457.17399999999998,1.2,0,3760.6970000000001,702.06600000000003,1774.249,385.14100000000002,15.723000000000001\n2023-09-12 15:00:00,17668.651000000002,0,-2.1589999999999998,-0.001,-12.644,17683.455000000002,910.70600000000002,1500.502,837.995,0,545.71600000000001,4.0000000000000001E-3,976.02599999999995,0,0,3770.232,745.11500000000001,1606.4269999999999,460.517,15.705\n2023-09-12 16:00:00,17737.190999999999,0,-2.1619999999999999,-0.001,-17.459,17756.812999999998,910.721,1450.6310000000001,1052.3299999999999,0,663.61300000000006,4.0000000000000001E-3,780.12099999999998,0,0,4721.7929999999997,837.59100000000001,1230.0250000000001,457.22800000000001,14.983000000000001\n2023-09-12 17:00:00,18014.672000000002,0,-2.153,-0.001,-4.7960000000000003,18021.621999999999,910.83600000000001,1396.7829999999999,1319.6300000000001,0,676.96900000000005,4.0000000000000001E-3,1742.268,0,0,5023.6099999999997,941.60599999999999,449.34300000000002,420.69799999999998,14.917\n2023-09-12 18:00:00,18249.953999999998,0,-2.1640000000000001,-3.0000000000000001E-3,-7.3099999999999996,18259.431,910.57600000000002,1395.664,1718.915,0,823.56399999999996,458.21300000000002,1410.9200000000001,0,223.5,5728.3329999999996,1241.682,10.128,369.66000000000003,15.275\n2023-09-12 19:00:00,18301.756999999998,0,-2.177,-0.001,-16.949999999999999,18320.884999999998,910.57600000000002,1419.2550000000001,1680.76,0,835.65800000000002,420.52300000000002,451.77800000000002,0,223.5,5597.7299999999996,1549.8789999999999,0,351.00999999999999,15.339\n2023-09-12 20:00:00,17914.453999999998,0,-2.1869999999999998,-0.002,-294.35300000000001,18210.995999999999,910.28300000000002,1386.655,1595.3050000000001,0,836.25599999999997,46.003999999999998,89.847999999999999,0,0,5122.3490000000002,1560.7260000000001,0,342.55099999999999,15.319000000000001\n2023-09-12 21:00:00,16085.443000000001,0,-2.2090000000000001,-0.002,-1960.3679999999999,18048.022000000001,910.10500000000002,1383.105,1538.7149999999999,0,835.82000000000005,4.0000000000000001E-3,-9.2230000000000008,0,0,4536.6930000000002,1501.79,0,326.46600000000001,15.326000000000001\n2023-09-12 22:00:00,15555.346999999998,-0.253,-2.1949999999999998,-0.002,-2448.3960000000002,18006.192999999999,910.86900000000003,1351.7460000000001,1474.4200000000001,0,835.00099999999998,4.0000000000000001E-3,-2.5739999999999998,0,0,2913.5709999999999,1479.394,0,89.941999999999993,15.363\n2023-09-12 23:00:00,15172.027,-1.6799999999999999,-2.2000000000000002,-0.002,-2775.884,17951.793000000001,911.16399999999999,1367.2539999999999,1026.5999999999999,0,508.803,4.0000000000000001E-3,0,0,0,2533.2689999999998,1507.7180000000001,0,39.890999999999998,15.382999999999999\n2023-09-13 00:00:00,15176.668999999998,-1.6930000000000001,-2.1989999999999998,-0.002,-2780.857,17961.419999999998,911.16300000000001,1289.98,733.42999999999995,0,334.822,4.0000000000000001E-3,0,0,0,2428.915,1490.433,0,39.829999999999998,15.372\n2023-09-13 01:00:00,15309.956000000002,-1.786,-2.1960000000000002,-0.002,-2758.5309999999999,18072.471000000001,911.63900000000001,1277.616,239.38999999999999,0,329.50700000000001,4.0000000000000001E-3,0,0,0,2449.0500000000002,1372.5419999999999,0,39.762999999999998,15.193\n2023-09-17 15:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-13 02:00:00,15437.735000000001,-1.786,-2.1949999999999998,-0.002,-2709.8049999999998,18151.523000000001,912.322,1286.4349999999999,248.25999999999999,0,39.405999999999999,4.0000000000000001E-3,0,0,0,2460.9659999999999,1437.9390000000001,0,39.774000000000001,15.303000000000001\n2023-09-13 03:00:00,15875.269,-1.8129999999999999,-2.202,-3.0000000000000001E-3,-2338.1970000000001,18217.484,911.82899999999995,1293.2639999999999,0.67500000000000004,0,0,4.0000000000000001E-3,-1.1020000000000001,0,0,2597.8600000000001,1426.0930000000001,0,39.792999999999999,15.262\n2023-09-13 04:00:00,17470.169999999998,-3.5859999999999999,-2.198,-3.0000000000000001E-3,-1076.4159999999999,18552.373,911.85599999999999,1304.498,3.25,0,2.0459999999999998,4.0000000000000001E-3,-7.3620000000000001,0,0,2862.5639999999999,1449.5070000000001,0,20.260000000000002,14.957000000000001\n2023-09-13 05:00:00,18460.215999999997,-1.786,-2.1989999999999998,-3.0000000000000001E-3,-30.539999999999999,18494.743999999999,912.30399999999997,1303.0999999999999,365.46499999999997,0,284.108,4.0039999999999996,815.71000000000004,0,0,3565.0230000000001,1507.8579999999999,0,0,15.18\n2023-09-13 06:00:00,18340.358,-1.7729999999999999,-2.206,-0.002,-18.582000000000001,18362.920999999998,912.26199999999994,1372.8340000000001,420.51499999999999,0,335.58999999999997,243.00399999999999,979.91700000000003,0,0,5093.0969999999998,1888.9469999999999,23.928999999999998,0,14.207000000000001\n2023-09-13 07:00:00,18178.856000000003,-2.319,-2.1890000000000001,-0.001,-20.768000000000001,18204.133000000002,911.86300000000006,1371.377,125.13500000000001,0,161.26900000000001,487.37400000000002,349.87099999999998,0,0,4980.9520000000002,2052.527,517.80999999999995,2.665,14.185\n2023-09-13 08:00:00,18348.253000000001,-3.492,-2.169,-0.001,-24.981000000000002,18378.896000000001,912.03700000000003,1345.6510000000001,0,0,0,212.08600000000001,568.71699999999998,0,0,4981.5959999999995,1900.9280000000001,1224.6410000000001,70.861999999999995,14.196\n2023-09-13 09:00:00,18101.210000000003,-3.492,-2.1589999999999998,-0.001,-145.94200000000001,18252.804,911.75099999999998,1408.8630000000001,0,0,0,123.80800000000001,84.201999999999998,0,0,4918.4269999999997,1863.0920000000001,1578.566,273.51499999999999,13.986000000000001\n2023-09-13 10:00:00,17775.894,-3.4660000000000002,-2.137,-0.002,-593.99599999999998,18375.494999999999,912.06899999999996,1515.587,0,0,0,4.0000000000000001E-3,-4.0229999999999997,0,0,5010.1499999999996,1954.5429999999999,1759.1020000000001,293.024,14.627000000000001\n2023-09-13 11:00:00,16760.894,-3.4660000000000002,-2.141,-0.002,-1211.7149999999999,17978.218000000001,912.61800000000005,1599.951,0,0,0,4.0000000000000001E-3,-6.9009999999999998,0,0,5215.9889999999996,2147.5010000000002,1825.0409999999999,246.315,15.178000000000001\n2023-09-17 10:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-13 12:00:00,16888.326999999997,-3.319,-2.1259999999999999,-0.002,-955.61199999999997,17849.385999999999,915.90899999999999,1611.3219999999999,0,0,0,4.0000000000000001E-3,-5.1159999999999997,0,0,4901.0370000000003,2292.7330000000002,1837.0309999999999,212.066,15.004\n2023-09-13 13:00:00,16397.378000000001,-3.4660000000000002,-2.1539999999999999,-0.001,-1382.375,17785.374,916.51099999999997,1573.836,0,0,0,4.0000000000000001E-3,-1.2110000000000001,0,0,4948.7120000000004,2333.5970000000002,1793.5260000000001,275.54700000000003,14.981\n2023-09-13 14:00:00,16487.899000000005,-3.4790000000000001,-2.153,-0.001,-1313.761,17807.293000000001,916.36900000000003,1479.9179999999999,0,0,0,4.0000000000000001E-3,-3.2149999999999999,0,0,5307.5870000000004,2299.7890000000002,1678.1969999999999,306.55500000000001,13.962\n2023-09-13 15:00:00,17244.342999999997,-3.3460000000000001,-2.113,-0.001,-552.73900000000003,17802.542000000001,916.25599999999997,1419.5820000000001,0,0,0,4.0000000000000001E-3,-3.387,0,0,5422.0479999999998,2295.9459999999999,1481.8140000000001,385.57799999999997,14.532\n2023-09-13 16:00:00,17855.056,-3.4660000000000002,-2.101,-0.001,-55.628999999999998,17916.253000000001,915.08799999999997,1426.413,0,0,0,4.0000000000000001E-3,674.97199999999998,0,0,5396.7600000000002,2268.529,1090.7950000000001,410.55900000000003,14.83\n2023-09-13 17:00:00,17838.575000000001,-3.492,-2.1110000000000002,-0.001,-10.609,17854.788,911.73800000000006,1408.3309999999999,0,0,0,92.004000000000005,2111.9430000000002,0,0,5583.8029999999999,2258.799,382.36599999999999,393.82100000000003,15.045999999999999\n2023-09-13 18:00:00,17982.059999999998,-3.359,-2.125,-0.001,0,17987.544999999998,911.09500000000003,1350.5,0,0,0,536.59699999999998,2893.0949999999998,0,342.69999999999999,6251.2489999999998,2157.0500000000002,9.4019999999999992,366.06099999999998,15.089\n2023-09-13 19:00:00,18134.697000000004,-3.492,-2.1400000000000001,-0.001,0,18140.330000000002,910.90300000000002,1312.684,0,0,0,329.17899999999997,2295.6060000000002,0,104.3,6330.3299999999999,2008.076,0,347.23099999999999,14.952999999999999\n2023-09-13 20:00:00,18002.872000000003,-3.492,-2.1539999999999999,-0.002,-14.202999999999999,18022.723000000002,910.89200000000005,1401.1600000000001,0,0,0,4.0000000000000001E-3,1764.2159999999999,0,0,5455.5159999999996,2101.3539999999998,0,338.505,14.962\n2023-09-13 21:00:00,17601.118000000002,-3.532,-2.141,-0.002,-242.83500000000001,17849.628000000001,911.03899999999999,1408.3779999999999,0,0,0,4.0000000000000001E-3,257.82600000000002,0,0,4870.0990000000002,2126.596,0,325.101,14.702999999999999\n2023-09-17 11:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-13 22:00:00,16850.659,-3.5190000000000001,-2.1360000000000001,-0.002,-796.64400000000001,17652.959999999999,910.84500000000003,1320.934,0,0,0,4.0000000000000001E-3,-8.6790000000000003,0,0,3279.0700000000002,2238.3890000000001,0,86.668999999999997,14.191000000000001\n2023-09-13 23:00:00,15743.68,-3.532,-2.1429999999999998,-0.002,-1960.924,17710.280999999999,910.88,1305.672,0,0,0,4.0000000000000001E-3,-5.4340000000000002,0,0,3025.7440000000001,2194.1239999999998,0,36.600000000000001,14.323\n2023-09-14 00:00:00,15305.423000000001,-3.492,-2.1360000000000001,-0.002,-2493.3690000000001,17804.421999999999,911.26599999999996,1275.799,0,0,0,4.0000000000000001E-3,-2.6019999999999999,0,0,2737.8180000000002,2278.174,0,36.564999999999998,14.31\n2023-09-14 01:00:00,14799.502999999999,-3.5059999999999998,-2.1539999999999999,-0.002,-2766.4209999999998,17571.585999999999,910.98000000000002,1281.837,0,0,0,4.0000000000000001E-3,0,0,0,2642.0839999999998,2332.3270000000002,0,19.158999999999999,14.247999999999999\n2023-09-14 02:00:00,14717.301999999998,-3.5190000000000001,-2.1499999999999999,-0.002,-2740.009,17462.982,911.17899999999997,1293.8630000000001,0,0,0,4.0000000000000001E-3,0,0,0,2630.0650000000001,2309.4290000000001,0,0,14.327\n2023-09-14 03:00:00,15175.183999999999,-3.5190000000000001,-2.1539999999999999,-0.002,-2617.384,17798.242999999999,910.84199999999998,1285.019,0,0,0,4.0000000000000001E-3,0,0,0,2662.9830000000002,2113.4789999999998,0,0,32.283000000000001\n2023-09-14 04:00:00,16455.666000000001,-3.5190000000000001,-2.1680000000000001,-0.002,-1736.8489999999999,18198.204000000002,912.077,1290.261,0,0,0,4.0000000000000001E-3,-6.4299999999999997,0,0,3089.877,2242.2170000000001,0,0,38.009\n2023-09-14 05:00:00,18363.392,-3.5059999999999998,-2.1720000000000002,-0.002,-90.224999999999994,18459.296999999999,911.41700000000003,1309.6410000000001,0,0,0,12.004,825.48299999999995,0,0,3794.8069999999998,2062.6700000000001,0,0,39.011000000000003\n2023-09-14 06:00:00,18541.700000000001,-3.5059999999999998,-2.1600000000000001,-0.002,-14.084,18561.452000000001,911.16700000000003,1362.644,376.32499999999999,0,127.559,234.00399999999999,1711.6880000000001,0,0,4308.7340000000004,1785.3630000000001,27.151,0,39.049999999999997\n2023-09-14 07:00:00,18524.117999999999,-3.5059999999999998,-2.169,-0.001,-38.887999999999998,18568.682000000001,911.06100000000004,1377.8130000000001,322.375,0,103.532,490.63299999999998,745.13900000000001,0,0,4173.6790000000001,1601.4200000000001,526.80700000000002,0.56699999999999995,39.081000000000003\n2023-09-17 09:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-14 08:00:00,18601.262999999999,-3.4790000000000001,-2.169,0,-31.568999999999999,18638.48,910.96900000000005,1366.4970000000001,0.055,0,0,216.02699999999999,951.16600000000005,0,0,4210.7240000000002,1372.768,1211.7840000000001,112.919,37.789000000000001\n2023-09-14 09:00:00,18589.592000000001,-3.4660000000000002,-2.141,-0.001,-164.005,18759.205000000002,910.94500000000005,1353.6300000000001,0,0,0,120.474,2.911,0,0,4286.6260000000002,1495.8889999999999,1554.9960000000001,312.05599999999998,37.648000000000003\n2023-09-14 10:00:00,17969.671999999999,-3.4790000000000001,-2.1139999999999999,-0.001,-893.26900000000001,18868.535,911.58000000000004,1361.644,0,0,0,4.0000000000000001E-3,-3.8130000000000002,0,0,4473.9430000000002,1638.9290000000001,1742.559,416.40499999999997,28.669\n2023-09-14 11:00:00,17167.775000000001,-3.359,-2.121,-0.001,-1449.1990000000001,18622.455000000002,911.59000000000003,1391.4849999999999,0,0,0,4.0000000000000001E-3,-1.7849999999999999,0,0,4671.7790000000005,1818.4580000000001,1824.8309999999999,416.803,14.742000000000001\n2023-09-14 12:00:00,17174.739000000001,-3.492,-2.1190000000000002,-0.001,-1382.8920000000001,18563.242999999999,911.55399999999997,1458.1479999999999,0,0,0,4.0000000000000001E-3,-3.8900000000000001,0,0,4534.9930000000004,1985.1130000000001,1839.2750000000001,428.83800000000002,14.725\n2023-09-14 13:00:00,16933.638000000003,-3.4790000000000001,-2.1219999999999999,-0.001,-1262.1420000000001,18201.382000000001,911.65499999999997,1426.8969999999999,0,0,0,4.0000000000000001E-3,-2.6339999999999999,0,0,4632.9139999999998,1913.9110000000001,1800.847,424.04599999999999,14.34\n2023-09-14 14:00:00,17033.444000000003,-3.4660000000000002,-2.121,-0.001,-1172.6890000000001,18211.721000000001,911.54200000000003,1458.069,0,0,0,4.0000000000000001E-3,-5.9960000000000004,0,0,5146.1559999999999,1805.72,1711.5319999999999,423.733,13.801\n2023-09-14 15:00:00,17707.669999999998,-3.3330000000000002,-2.1150000000000002,-0.001,-618.52200000000005,18331.641,911.87599999999998,1476.2190000000001,0,0,0,4.0000000000000001E-3,-6.3220000000000001,0,0,5298.7070000000003,1706.2329999999999,1537.4639999999999,432.62200000000001,13.800000000000001\n2023-09-14 16:00:00,18335.621999999999,-3.4660000000000002,-2.1389999999999998,-0.001,-60.427999999999997,18401.655999999999,911.84400000000005,1406.126,0,0,0,4.0000000000000001E-3,483.77999999999997,0,0,5437.9570000000003,1675.3979999999999,1143.854,455.101,13.59\n2023-09-14 17:00:00,18505.351000000002,-3.6120000000000001,-2.1549999999999998,-0.001,-18.317,18529.436000000002,911.88499999999999,1354.01,0,0,0,4.0000000000000001E-3,1752.8499999999999,0,0,5679.8509999999997,1519.395,410.334,415.90699999999998,13.638\n2023-09-14 18:00:00,18506.524999999998,-3.3460000000000001,-2.202,-0.001,-1.298,18513.371999999999,911.31799999999998,1376.568,0,0,0,501.70299999999997,2560.3229999999999,174,357.60000000000002,6008.0370000000003,1512.3610000000001,9.891,371.59699999999998,14.537000000000001\n2023-09-14 19:00:00,18482.875,-3.6259999999999999,-2.1720000000000002,-0.001,-4.258,18492.932000000001,911.14999999999998,1341.5350000000001,0,0,0,487.17899999999997,2012.9359999999999,174,89.400000000000006,6018.5190000000002,1525.991,0,357.721,14.581\n2023-09-14 20:00:00,18418.463999999996,-3.359,-2.1600000000000001,-0.002,-8.6500000000000004,18432.634999999998,911.41300000000001,1344.104,0,0,0,20.004000000000001,1874.2090000000001,0,0,5027.8500000000004,1657.748,0,350.06099999999998,14.27\n2023-09-14 21:00:00,18089.856,-3.532,-2.1859999999999999,-0.002,-150.03,18245.606,911.12300000000005,1342.4749999999999,41.399999999999999,0,0,4.0000000000000001E-3,206.94300000000001,0,0,4510.4480000000003,1564.079,0,333.62799999999999,14.723000000000001\n2023-09-14 22:00:00,17487.196,-3.492,-2.1619999999999999,-0.002,-720.39700000000005,18213.249,911.63999999999999,1304.319,46.399999999999999,0,0,4.0000000000000001E-3,-12.055,0,0,3372.8890000000001,1481.886,0,89.256,13.949999999999999\n2023-09-14 23:00:00,16436.021000000001,-3.5190000000000001,-2.1640000000000001,-0.002,-1941.604,18383.310000000001,911.62599999999998,1283.511,0,0,0,4.0000000000000001E-3,0,0,0,2906.3040000000001,1462.6279999999999,0,38.585000000000001,13.462999999999999\n2023-09-15 00:00:00,16161.578,-3.5059999999999998,-2.1579999999999999,-0.002,-1883.385,18050.629000000001,911.63499999999999,1312.4970000000001,0,0,0,4.0000000000000001E-3,-3.661,0,0,2662.8719999999998,1814.5830000000001,0,38.677999999999997,15.891999999999999\n2023-09-15 01:00:00,15331.948,-3.5190000000000001,-2.1720000000000002,-0.002,-2687.4850000000001,18025.126,911.73299999999995,1315.4059999999999,0,0,0,4.0000000000000001E-3,-1.964,0,0,2782.3020000000001,1941.3879999999999,0,38.520000000000003,16.196000000000002\n2023-09-15 02:00:00,15202.562999999998,-3.5190000000000001,-2.1659999999999999,-0.002,-2774.8409999999999,17983.091,911.97900000000004,1274.8520000000001,0,0,0,4.0000000000000001E-3,0,0,0,2856.933,1930.479,0,38.581000000000003,16.004000000000001\n2023-09-15 03:00:00,15449.088999999996,-3.5190000000000001,-2.1859999999999999,-0.002,-2761.0360000000001,18215.831999999999,911.89999999999998,1048.7339999999999,0,0,0,4.0000000000000001E-3,0,0,0,3019.9720000000002,2086.511,0,38.844999999999999,33.820999999999998\n2023-09-15 04:00:00,16558.105000000003,-3.359,-2.226,-0.002,-2276.424,18840.116000000002,912.35599999999999,1297.502,0,0,0,4.0000000000000001E-3,-1.254,0,0,3272.5790000000002,2243.1120000000001,0,38.813000000000002,39.886000000000003\n2023-09-15 05:00:00,18493.691999999999,-3.5059999999999998,-2.194,-0.002,-758.97199999999998,19258.366000000002,912.52700000000004,1328.4090000000001,0,0,0,2.004,8.4779999999999998,0,0,4171.9669999999996,2426.3890000000001,0,5.5099999999999998,40.573\n2023-09-15 06:00:00,19208.302,-3.4790000000000001,-2.2149999999999999,-0.002,-20.876000000000001,19234.874,911.93399999999997,1334.2070000000001,0,0,0,239.00399999999999,583.14300000000003,0,0,4242.5320000000002,2408.1210000000001,51.170000000000002,0,40.488999999999997\n2023-09-15 07:00:00,18859.361000000001,-3.4790000000000001,-2.173,-0.001,-233.64400000000001,19098.657999999999,911.95399999999995,1396.568,0,0,0,485.49000000000001,-0.48199999999999998,0,0,4103.1909999999998,2329.6869999999999,670.56500000000005,3.4569999999999999,40.588999999999999\n2023-09-15 08:00:00,19189.161,-3.4790000000000001,-2.1600000000000001,0,-52.683999999999997,19247.484,911.77099999999996,1353.6769999999999,0,0,0,219.26300000000001,-1.4530000000000001,0,0,4100.0659999999998,2162.8200000000002,1361.7850000000001,96.210999999999999,39.941000000000003\n2023-09-15 09:00:00,18092.421000000002,-3.359,-2.161,-0.001,-954.31500000000005,19052.257000000001,911.49099999999999,1406.1320000000001,0,0,0,123.38800000000001,-10.525,0,0,4341.0690000000004,2317.6280000000002,1611.4190000000001,246.13300000000001,39.826999999999998\n2023-09-15 10:00:00,17567.777000000002,-3.4790000000000001,-2.1230000000000002,-0.001,-1461.634,19035.013999999999,911.73900000000003,1438.367,0,0,0,2.004,-3.5670000000000002,0,0,4429.3149999999996,2500.634,1732.2349999999999,342.75,29.998999999999999\n2023-09-15 11:00:00,17200.021999999997,-3.3460000000000001,-2.1099999999999999,-0.001,-1769.5699999999999,18975.048999999999,911.82399999999996,1437.6600000000001,0,0,0,4.0000000000000001E-3,-0.76600000000000001,0,0,4314.9750000000004,2527.6759999999999,1770.5350000000001,349.68700000000001,15.362\n2023-09-15 12:00:00,17266.279000000002,-3.492,-2.0830000000000002,-0.001,-1647.1559999999999,18919.010999999999,911.69100000000003,1465.114,0,0,0,4.0000000000000001E-3,-3.9369999999999998,0,0,3899.915,2622.9879999999998,1791.6130000000001,351.65699999999998,15.606\n2023-09-15 13:00:00,16634.255000000001,-3.5190000000000001,-2.109,-0.001,-1796.8199999999999,18436.704000000002,910.32399999999996,1506.1659999999999,0,0,0,4.0000000000000001E-3,-0.81299999999999994,0,0,3845.5970000000002,2809.5900000000001,1729.5260000000001,348.99599999999998,15.666\n2023-09-15 14:00:00,17157.189000000002,-3.492,-2.0840000000000001,-0.001,-1172.0229999999999,18334.789000000001,910.91099999999994,1548.54,0,0,0,4.0000000000000001E-3,-2.073,0,0,3153.77,2785.0790000000002,1663.761,302.346,15.502000000000001\n2023-09-15 15:00:00,17042.097000000002,-3.492,-2.081,-0.001,-1106.2850000000001,18153.955999999998,911.37400000000002,1551.7550000000001,0,0,0,4.0000000000000001E-3,-5.9080000000000004,0,0,3348.4270000000001,2887.0700000000002,1507.693,304.81799999999998,15.441000000000001\n2023-09-15 16:00:00,18037.438000000002,-3.4790000000000001,-2.0840000000000001,-0.001,-180.548,18223.549999999999,912.41800000000001,1451.454,0,0,0,4.0000000000000001E-3,105.27,0,0,3399.3049999999998,2888.105,1107.3530000000001,310.15199999999999,15.592000000000001\n2023-09-15 17:00:00,18476.201000000001,-3.5059999999999998,-2.1070000000000002,-0.001,-21.780000000000001,18503.595000000001,911.81500000000005,1354.6310000000001,0,0,0,4.0000000000000001E-3,703.16099999999994,0,0,3542.75,2958.54,411.32600000000002,294.23000000000002,15.587999999999999\n2023-09-15 18:00:00,18699.786000000004,-3.492,-2.1259999999999999,-0.001,-6.423,18711.828000000001,912.08299999999997,1336.0060000000001,0,0,0,353.47199999999998,1885.5419999999999,335,0,3641.018,2833.5749999999998,10.106,264.72699999999998,15.638\n2023-09-15 19:00:00,18745.701999999997,-3.5059999999999998,-2.1320000000000001,0,-13.733000000000001,18765.073,911.67700000000002,1310.6010000000001,0,0,0,508.303,1179.7950000000001,167.5,0,3933.2559999999999,2454.6300000000001,0,248.47200000000001,15.676\n2023-09-15 20:00:00,18941.120999999999,-3.5059999999999998,-2.1400000000000001,-0.002,-3.778,18950.546999999999,911.52099999999996,1364.316,0,0,0,274.25200000000001,1508.8099999999999,0,0,2985.27,2397.7310000000002,0,239.35900000000001,15.66\n2023-09-15 21:00:00,18704.597000000002,-3.6389999999999998,-2.1379999999999999,-0.002,-75.819000000000003,18786.195,911.55399999999997,1380.951,0,0,0,4.0000000000000001E-3,396.06900000000002,0,0,2777.8690000000001,2407.4630000000002,0,230.63999999999999,15.635999999999999\n2023-09-15 22:00:00,18024.108999999997,-3.5190000000000001,-2.1469999999999998,-0.002,-850.37900000000002,18880.155999999999,911.43499999999995,1299.1669999999999,0,0,0,4.0000000000000001E-3,-7.4349999999999996,0,0,2236.5619999999999,2415.2190000000001,0,89.489999999999995,15.586\n2023-09-15 23:00:00,16735.131000000001,-3.492,-2.1619999999999999,-0.002,-2195.0189999999998,18935.806,911.84500000000003,1288.837,0,0,0,4.0000000000000001E-3,-4.0019999999999998,0,0,1939.1859999999999,2505.2109999999998,0,38.978000000000002,15.542999999999999\n2023-09-16 00:00:00,16126.907999999999,-3.6259999999999999,-2.1749999999999998,-0.002,-2380.2539999999999,18512.965,911.67700000000002,1284.597,0,0,0,4.0000000000000001E-3,-3.3530000000000002,0,0,1605.521,2586.9560000000001,0,38.994999999999997,15.536\n2023-09-16 01:00:00,15676.343999999999,-3.5059999999999998,-2.177,-0.002,-2716.7620000000002,18398.791000000001,911.99400000000003,1290.182,0,0,0,4.0000000000000001E-3,0,0,0,1558.8630000000001,2584.1959999999999,0,38.954999999999998,15.552\n2023-09-16 02:00:00,15965.594999999996,-3.5059999999999998,-2.1819999999999999,-3.0000000000000001E-3,-2323.7069999999999,18294.992999999999,912.23500000000001,1301.991,0,0,0,4.0000000000000001E-3,-2.8679999999999999,0,0,894.07000000000005,2662.3969999999999,0,38.241,15.76\n2023-09-16 03:00:00,15841.169999999995,-3.5059999999999998,-2.1869999999999998,-3.0000000000000001E-3,-2460.0210000000002,18306.886999999999,912.33299999999997,1303.856,0,0,0,4.0000000000000001E-3,0,0,0,622.61400000000003,2668.2579999999998,0,38.015000000000001,33.734000000000002\n2023-09-16 04:00:00,16519.489000000001,-3.6389999999999998,-2.194,-3.0000000000000001E-3,-2242.0880000000002,18767.413,912.25999999999999,1314.711,0,0,0,4.0000000000000001E-3,-1.161,0,0,598.58399999999995,2651.4830000000002,0,26.724,39.476999999999997\n2023-09-16 05:00:00,16883.614999999998,-4.306,-2.1629999999999998,-3.0000000000000001E-3,-2050.4609999999998,18940.547999999999,912.178,1342.1969999999999,0,0,0,100.004,-2.2709999999999999,0,0,883.17600000000004,2609.6990000000001,0,0.90000000000000002,40.186\n2023-09-16 06:00:00,18174.918000000001,-3.5059999999999998,-2.1760000000000002,-0.002,-953.72799999999995,19134.330000000002,912.202,1371.0509999999999,0,0,0,240.00299999999999,-8.9909999999999997,0,0,925.02499999999998,2576.6750000000002,45.927999999999997,0,40.456000000000003\n2023-09-16 07:00:00,18929.041000000001,-2.706,-2.1840000000000002,-3.0000000000000001E-3,-311.69099999999997,19245.625,911.99900000000002,1420.845,0,0,0,419.96499999999997,-8.8460000000000001,0,0,1274.0409999999999,2551.4520000000002,594.80899999999997,0,40.502000000000002\n2023-09-16 08:00:00,19332.959000000003,-1.76,-2.1419999999999999,0,-36.987000000000002,19373.848000000002,911.91099999999994,1442.433,0,0,0,249.648,39.040999999999997,0,0,1442.4179999999999,2622.7359999999999,1199.8530000000001,64.343999999999994,39.706000000000003\n2023-09-16 09:00:00,18468.079999999998,-1.76,-2.1309999999999998,-0.001,-28.059000000000001,18500.030999999999,911.70000000000005,1442.1130000000001,0,0,0,266.197,456.96300000000002,0,0,1462.289,2625.6880000000001,1572.799,153.376,39.575000000000003\n2023-09-16 10:00:00,18338.590999999997,-1.7729999999999999,-2.1219999999999999,-0.001,-28.236999999999998,18370.723999999998,911.42700000000002,1458.76,0,0,0,4.0000000000000001E-3,343.73000000000002,0,0,1453.9449999999999,2557.3629999999998,1685.8489999999999,338.79199999999997,30.106999999999999\n2023-09-16 11:00:00,18134.098999999998,-1.7330000000000001,-2.105,-0.001,-19.722000000000001,18157.66,911.30899999999997,1580.318,0,0,0,4.0000000000000001E-3,1049.8399999999999,0,0,0,2559.8969999999999,1835.3969999999999,422.77300000000002,15.608000000000001\n2023-09-16 12:00:00,17961.996999999996,-1.7729999999999999,-2.1070000000000002,-0.001,-15.722,17981.599999999999,911.44200000000001,1532.3320000000001,0,0,0,4.0000000000000001E-3,922.08000000000004,0,0,0,2596.3980000000001,1813.7439999999999,414.87200000000001,15.662000000000001\n2023-09-16 13:00:00,17694.423000000003,-1.7729999999999999,-2.1040000000000001,-0.001,-24.331,17722.632000000001,911.45600000000002,1522.729,0,0,0,4.0000000000000001E-3,689.71400000000006,0,0,0,2682.1439999999998,1772.0840000000001,398.78399999999999,15.68\n2023-09-16 14:00:00,17442.098999999998,-1.786,-2.1040000000000001,-0.001,-18.542000000000002,17464.531999999999,908.78999999999996,1448.0050000000001,0,0,0,4.0000000000000001E-3,805.66899999999998,0,0,0,2655.6799999999998,1712.5340000000001,450.07299999999998,15.601000000000001\n2023-09-16 15:00:00,17387.198999999997,-1.786,-2.109,-0.001,-26.201000000000001,17417.295999999998,909.04700000000003,1499.681,50.609999999999999,0,0,4.0000000000000001E-3,703.96100000000001,0,0,0,2753.1599999999999,1510.6959999999999,473.613,15.824\n2023-09-16 16:00:00,17826.077999999998,-1.7729999999999999,-2.1349999999999998,-0.001,-22.773,17852.759999999998,909.04999999999995,1438.0799999999999,0.435,0,0,4.0000000000000001E-3,1229.5799999999999,0,0,0,2722.3009999999999,1050.7750000000001,473.81599999999997,15.778\n2023-09-16 17:00:00,18734.610999999997,-2.4260000000000002,-2.1499999999999999,-0.001,-8.8469999999999995,18748.035,909.28800000000001,1384.2449999999999,0,0,0,227.73400000000001,1896.105,0,0,0,2674.2449999999999,390.29199999999997,413.16500000000002,15.74\n2023-09-16 18:00:00,19057.290000000001,-3.4790000000000001,-2.1469999999999998,0,0,19062.916000000001,909.28399999999999,1402.5,0,0,0,498.42599999999999,2697.4479999999999,0,0,1278.0920000000001,2449.761,10.548,365.221,15.608000000000001\n2023-09-16 19:00:00,18894.618000000002,-3.492,-2.145,-0.001,-0.46500000000000002,18900.721000000001,908.87800000000004,1373.463,0,0,0,424.18400000000003,2251.739,0,0,2110.1289999999999,2077.6509999999998,0,346.09399999999999,15.621\n2023-09-16 20:00:00,18819.52,-3.5190000000000001,-2.1589999999999998,-3.0000000000000001E-3,-4.944,18830.145,908.78499999999997,1341.2090000000001,0,0,0,80.004000000000005,1827.0309999999999,0,0,1677.6369999999999,1958.4639999999999,0,339.72399999999999,15.651999999999999\n2023-09-16 21:00:00,18535.428,-3.5190000000000001,-2.1560000000000001,-3.0000000000000001E-3,-15.683999999999999,18556.790000000001,908.83600000000001,1422.4300000000001,0,0,0,4.0000000000000001E-3,1036.6199999999999,0,0,929.26599999999996,1594.049,0,327.04399999999998,15.695\n2023-09-16 22:00:00,18150.259000000002,-3.5190000000000001,-2.1549999999999998,-3.0000000000000001E-3,-21.305,18177.241000000002,909.02700000000004,1332.8399999999999,0,0,0,4.0000000000000001E-3,407.02699999999999,0,0,519.23900000000003,1441.7190000000001,0,88.397999999999996,15.856999999999999\n2023-09-16 23:00:00,17406.884999999998,-3.532,-2.1640000000000001,-3.0000000000000001E-3,-614.62400000000002,18027.207999999999,908.971,1309.6959999999999,0,0,0,4.0000000000000001E-3,-4.2919999999999998,0,0,478.38,1457.8099999999999,0,37.591999999999999,15.567\n2023-09-17 00:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 01:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 02:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 03:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 04:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 05:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 06:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 19:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 20:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 21:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 22:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 23:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 17:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 18:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 12:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 13:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 07:00:00,,,,,,,,,,,,,,,,,,,,\n2023-09-17 08:00:00,,,,,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESTADISTICO_UT/get_historical.html",
    "content": "\n\n<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=1_72,1_66,24_378-ZIODq\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=24_379-ZIODq\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=24_414,24_442,24_443,24_478,15_1-ZIODq\" /><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>\n\n</title></head>\n\n\n\n<body>\n    <form method=\"post\" action=\"./OperacionDiaria.aspx\" id=\"form1\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"8JL+wAVodpSECiFSQSwTFPWebINnv5tCqE3Q6OCbqchNjWOrG4//I5o26buBoXbL3FXfwfeYU7mFw9xDjrXMBe0t9VuhuCQZCf0k1BX7LF3WDyHuMLrP1UtAV1HsJuPuLaK1zw8QmCG5T4e/KFERZ42RBQyYIBhdGUYPibSqmphuU0D+oA9Uj1C5IvUQ5YN4d9om3zD3xn28sp2wurPvT1Isei2ZBCfqF9Xgt1vfOpyxQjT+po92Hu57mXxNPtbSMJpfEtKpzNIBoqS4z5/Vaapni9aK7I6VajYKDcNuzfc95MJjkypWsnyFO6bFgvreGGRyyAz4dLkS3wmNDSpmrghH1UglxCNWWhZLZgxD0uzGDKGo1CdxWDtj6TwMZdBnEP/dwFnxG2x/dhnUqL/YqxwtSF9qr9IVqY9C4DYfj6U=\" />\n\n<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"009BF757\" />\n<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"vqFH/Q+/cWdqPy4x+86j38SE4mrBa1gDEk5XeZAKXMoAn177Bv3cqjaHSZiWa2IQC2vcgVCMqjiLyq13ssSFBEgjuGZBEwJ2C2OFj4+2RnSg2SoLGNXmgl/EiXGEwTZc\" />\n    <div>\n\n         \n\n    \n\n        <script id=\"dxis_97874048\" src=\"/DXR.axd?r=1_9,1_10,1_253,1_21,1_62,1_12,1_13,1_0,1_4,24_364,24_365,24_366,24_367,24_359,24_362,24_363,24_360,24_361,24_479,24_480,25_0,24_368,24_440,24_441,15_0,25_2,25_1,25_3-ZIODq\" type=\"text/javascript\"></script><script id=\"dxss_816972592\" type=\"text/javascript\">\n<!--\n// copyright\nace.define(\"ace/mode/json_highlight_rules\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text_highlight_rules\"],function(e,t,n){\"use strict\";var r=e(\"../lib/oop\"),i=e(\"./text_highlight_rules\").TextHighlightRules,s=function(){this.$rules={start:[{token:\"variable\",regex:'[\"](?:(?:\\\\\\\\.)|(?:[^\"\\\\\\\\]))*?[\"]\\\\s*(?=:)'},{token:\"string\",regex:'\"',next:\"string\"},{token:\"constant.numeric\",regex:\"0[xX][0-9a-fA-F]+\\\\b\"},{token:\"constant.numeric\",regex:\"[+-]?\\\\d+(?:(?:\\\\.\\\\d*)?(?:[eE][+-]?\\\\d+)?)?\\\\b\"},{token:\"constant.language.boolean\",regex:\"(?:true|false)\\\\b\"},{token:\"text\",regex:\"['](?:(?:\\\\\\\\.)|(?:[^'\\\\\\\\]))*?[']\"},{token:\"comment\",regex:\"\\\\/\\\\/.*$\"},{token:\"comment.start\",regex:\"\\\\/\\\\*\",next:\"comment\"},{token:\"paren.lparen\",regex:\"[[({]\"},{token:\"paren.rparen\",regex:\"[\\\\])}]\"},{token:\"text\",regex:\"\\\\s+\"}],string:[{token:\"constant.language.escape\",regex:/\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|[\"\\\\\\/bfnrt])/},{token:\"string\",regex:'\"|$',next:\"start\"},{defaultToken:\"string\"}],comment:[{token:\"comment.end\",regex:\"\\\\*\\\\/\",next:\"start\"},{defaultToken:\"comment\"}]}};r.inherits(s,i),t.JsonHighlightRules=s}),ace.define(\"ace/mode/matching_brace_outdent\",[\"require\",\"exports\",\"module\",\"ace/range\"],function(e,t,n){\"use strict\";var r=e(\"../range\").Range,i=function(){};(function(){this.checkOutdent=function(e,t){return/^\\s+$/.test(e)?/^\\s*\\}/.test(t):!1},this.autoOutdent=function(e,t){var n=e.getLine(t),i=n.match(/^(\\s*\\})/);if(!i)return 0;var s=i[1].length,o=e.findMatchingBracket({row:t,column:s});if(!o||o.row==t)return 0;var u=this.$getIndent(e.getLine(o.row));e.replace(new r(t,0,t,s-1),u)},this.$getIndent=function(e){return e.match(/^\\s*/)[0]}}).call(i.prototype),t.MatchingBraceOutdent=i}),ace.define(\"ace/mode/folding/cstyle\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/range\",\"ace/mode/folding/fold_mode\"],function(e,t,n){\"use strict\";var r=e(\"../../lib/oop\"),i=e(\"../../range\").Range,s=e(\"./fold_mode\").FoldMode,o=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\\|[^|]*?$/,\"|\"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\\|[^|]*?$/,\"|\"+e.end)))};r.inherits(o,s),function(){this.foldingStartMarker=/([\\{\\[\\(])[^\\}\\]\\)]*$|^\\s*(\\/\\*)/,this.foldingStopMarker=/^[^\\[\\{\\(]*([\\}\\]\\)])|^[\\s\\*]*(\\*\\/)/,this.singleLineBlockCommentRe=/^\\s*(\\/\\*).*\\*\\/\\s*$/,this.tripleStarBlockCommentRe=/^\\s*(\\/\\*\\*\\*).*\\*\\/\\s*$/,this.startRegionRe=/^\\s*(\\/\\*|\\/\\/)#?region\\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,n){var r=e.getLine(n);if(this.singleLineBlockCommentRe.test(r)&&!this.startRegionRe.test(r)&&!this.tripleStarBlockCommentRe.test(r))return\"\";var i=this._getFoldWidgetBase(e,t,n);return!i&&this.startRegionRe.test(r)?\"start\":i},this.getFoldWidgetRange=function(e,t,n,r){var i=e.getLine(n);if(this.startRegionRe.test(i))return this.getCommentRegionBlock(e,i,n);var s=i.match(this.foldingStartMarker);if(s){var o=s.index;if(s[1])return this.openingBracketBlock(e,s[1],n,o);var u=e.getCommentFoldRange(n,o+s[0].length,1);return u&&!u.isMultiLine()&&(r?u=this.getSectionRange(e,n):t!=\"all\"&&(u=null)),u}if(t===\"markbegin\")return;var s=i.match(this.foldingStopMarker);if(s){var o=s.index+s[0].length;return s[1]?this.closingBracketBlock(e,s[1],n,o):e.getCommentFoldRange(n,o,-1)}},this.getSectionRange=function(e,t){var n=e.getLine(t),r=n.search(/\\S/),s=t,o=n.length;t+=1;var u=t,a=e.getLength();while(++t<a){n=e.getLine(t);var f=n.search(/\\S/);if(f===-1)continue;if(r>f)break;var l=this.getFoldWidgetRange(e,\"all\",t);if(l){if(l.start.row<=s)break;if(l.isMultiLine())t=l.end.row;else if(r==f)break}u=t}return new i(s,o,u,e.getLine(u).length)},this.getCommentRegionBlock=function(e,t,n){var r=t.search(/\\s*$/),s=e.getLength(),o=n,u=/^\\s*(?:\\/\\*|\\/\\/|--)#?(end)?region\\b/,a=1;while(++n<s){t=e.getLine(n);var f=u.exec(t);if(!f)continue;f[1]?a--:a++;if(!a)break}var l=n;if(l>o)return new i(o,r,l,t.length)}}.call(o.prototype)}),ace.define(\"ace/mode/json\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/json_highlight_rules\",\"ace/mode/matching_brace_outdent\",\"ace/mode/behaviour/cstyle\",\"ace/mode/folding/cstyle\",\"ace/worker/worker_client\"],function(e,t,n){\"use strict\";var r=e(\"../lib/oop\"),i=e(\"./text\").Mode,s=e(\"./json_highlight_rules\").JsonHighlightRules,o=e(\"./matching_brace_outdent\").MatchingBraceOutdent,u=e(\"./behaviour/cstyle\").CstyleBehaviour,a=e(\"./folding/cstyle\").FoldMode,f=e(\"../worker/worker_client\").WorkerClient,l=function(){this.HighlightRules=s,this.$outdent=new o,this.$behaviour=new u,this.foldingRules=new a};r.inherits(l,i),function(){this.lineCommentStart=\"//\",this.blockComment={start:\"/*\",end:\"*/\"},this.getNextLineIndent=function(e,t,n){var r=this.$getIndent(t);if(e==\"start\"){var i=t.match(/^.*[\\{\\(\\[]\\s*$/);i&&(r+=n)}return r},this.checkOutdent=function(e,t,n){return this.$outdent.checkOutdent(t,n)},this.autoOutdent=function(e,t,n){this.$outdent.autoOutdent(t,n)},this.createWorker=function(e){var t=new f([\"ace\"],\"ace/mode/json_worker\",\"JsonWorker\");return t.attachToDocument(e.getDocument()),t.on(\"annotate\",function(t){e.setAnnotations(t.data)}),t.on(\"terminate\",function(){e.clearAnnotations()}),t},this.$id=\"ace/mode/json\"}.call(l.prototype),t.Mode=l});                (function() {\n                    ace.require([\"ace/mode/json\"], function(m) {\n                        if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n                            module.exports = m;\n                        }\n                    });\n                })();\n            \nwindow.ace.config.setModuleUrl('ace/mode/json_worker', '/DXR.axd?r=24_482-ZIODq');\n// copyright\nace.define(\"ace/theme/dreamweaver\",[\"require\",\"exports\",\"module\",\"ace/lib/dom\"],function(e,t,n){t.isDark=!1,t.cssClass=\"ace-dreamweaver\",t.cssText='.ace-dreamweaver .ace_gutter {background: #e8e8e8;color: #333;}.ace-dreamweaver .ace_print-margin {width: 1px;background: #e8e8e8;}.ace-dreamweaver {background-color: #FFFFFF;color: black;}.ace-dreamweaver .ace_fold {background-color: #757AD8;}.ace-dreamweaver .ace_cursor {color: black;}.ace-dreamweaver .ace_invisible {color: rgb(191, 191, 191);}.ace-dreamweaver .ace_storage,.ace-dreamweaver .ace_keyword {color: blue;}.ace-dreamweaver .ace_constant.ace_buildin {color: rgb(88, 72, 246);}.ace-dreamweaver .ace_constant.ace_language {color: rgb(88, 92, 246);}.ace-dreamweaver .ace_constant.ace_library {color: rgb(6, 150, 14);}.ace-dreamweaver .ace_invalid {background-color: rgb(153, 0, 0);color: white;}.ace-dreamweaver .ace_support.ace_function {color: rgb(60, 76, 114);}.ace-dreamweaver .ace_support.ace_constant {color: rgb(6, 150, 14);}.ace-dreamweaver .ace_support.ace_type,.ace-dreamweaver .ace_support.ace_class {color: #009;}.ace-dreamweaver .ace_support.ace_php_tag {color: #f00;}.ace-dreamweaver .ace_keyword.ace_operator {color: rgb(104, 118, 135);}.ace-dreamweaver .ace_string {color: #00F;}.ace-dreamweaver .ace_comment {color: rgb(76, 136, 107);}.ace-dreamweaver .ace_comment.ace_doc {color: rgb(0, 102, 255);}.ace-dreamweaver .ace_comment.ace_doc.ace_tag {color: rgb(128, 159, 191);}.ace-dreamweaver .ace_constant.ace_numeric {color: rgb(0, 0, 205);}.ace-dreamweaver .ace_variable {color: #06F}.ace-dreamweaver .ace_xml-pe {color: rgb(104, 104, 91);}.ace-dreamweaver .ace_entity.ace_name.ace_function {color: #00F;}.ace-dreamweaver .ace_heading {color: rgb(12, 7, 255);}.ace-dreamweaver .ace_list {color:rgb(185, 6, 144);}.ace-dreamweaver .ace_marker-layer .ace_selection {background: rgb(181, 213, 255);}.ace-dreamweaver .ace_marker-layer .ace_step {background: rgb(252, 255, 0);}.ace-dreamweaver .ace_marker-layer .ace_stack {background: rgb(164, 229, 101);}.ace-dreamweaver .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgb(192, 192, 192);}.ace-dreamweaver .ace_marker-layer .ace_active-line {background: rgba(0, 0, 0, 0.07);}.ace-dreamweaver .ace_gutter-active-line {background-color : #DCDCDC;}.ace-dreamweaver .ace_marker-layer .ace_selected-word {background: rgb(250, 250, 255);border: 1px solid rgb(200, 200, 250);}.ace-dreamweaver .ace_meta.ace_tag {color:#009;}.ace-dreamweaver .ace_meta.ace_tag.ace_anchor {color:#060;}.ace-dreamweaver .ace_meta.ace_tag.ace_form {color:#F90;}.ace-dreamweaver .ace_meta.ace_tag.ace_image {color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_script {color:#900;}.ace-dreamweaver .ace_meta.ace_tag.ace_style {color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_table {color:#099;}.ace-dreamweaver .ace_string.ace_regex {color: rgb(255, 0, 0)}.ace-dreamweaver .ace_indent-guide {background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;}';var r=e(\"../lib/dom\");r.importCssString(t.cssText,t.cssClass)});                (function() {\n                    ace.require([\"ace/theme/dreamweaver\"], function(m) {\n                        if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n                            module.exports = m;\n                        }\n                    });\n                })();\n            \n\n//-->\n</script><div id=\"ASPxDashboardViewer1\" RegisterJQuery=\"True\" UseDataAccessApi=\"true\" FullscreenMode=\"true\">\n\n</div><script id=\"dxss_2000826553\" type=\"text/javascript\">\n<!--\nASPx.createControl(ASPxClientDashboard,'ASPxDashboardViewer1','dashboardViewer',{'callBack':function(arg) { WebForm_DoCallback('ASPxDashboardViewer1',arg,ASPx.Callback,'ASPxDashboardViewer1',ASPx.CallbackError,true); },'initOptions':{'workingMode':'Viewer','initialDashboardId':'DashboardID','initialDashboardState':'','loadDefaultDashboard':true,'encodeHtml':true,'limitVisibleDataMode':'Designer','useCardLegacyLayout':false,'showConfirmationOnBrowserClosing':true,'resizeByTimer':true,'allowCreateNewDashboard':false,'allowOpenDashboard':false,'enableTextBoxItemEditor':false,'allowMaximizeItems':true,'useNeutralFilterMode':true,'dataRequestOptions':{'itemDataRequestMode':'BatchRequests','itemDataLoadingMode':'Always'},'extensions':{'url-state':{'includeDashboardIdToUrl':false,'includeDashboardStateToUrl':false},'dashboard-export':{'allowExportDashboard':true,'allowExportDashboardItems':true,'pdfExportOptions':{'PaperKind':'Letter','PageLayout':'Portrait','DocumentScaleMode':'None','ScaleFactor':1,'AutoFitPageCount':1,'ShowTitle':'Default','DashboardStatePosition':'Below','CardAutoArrangeContent':true,'ChartSizeMode':'Zoom','ChartAutomaticPageLayout':false,'GaugeAutoArrangeContent':true,'GridFitToPageWidth':true,'GridPrintHeadersOnEveryPage':true,'MapSizeMode':'Zoom','MapAutomaticPageLayout':false,'PieAutoArrangeContent':true,'PivotPrintHeadersOnEveryPage':true,'RangeFilterSizeMode':'Stretch','RangeFilterAutomaticPageLayout':false,'TreemapSizeMode':'Zoom','TreemapAutomaticPageLayout':false,'ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false,'FontInfo':{'Name':null,'GdiCharSet':0,'UseCustomFontInfo':false},'DashboardAutomaticPageLayout':true},'imageExportOptions':{'ShowTitle':'Default','Resolution':96,'Format':'Png','ScaleFactor':1,'ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false,'FontInfo':{'Name':null,'GdiCharSet':0,'UseCustomFontInfo':false}},'excelExportOptions':{'Format':'Xlsx','CsvValueSeparator':',','DashboardStatePosition':'Below','ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false}},'data-source-wizard':{'enableCustomSql':false,'allowCreateNewJsonConnection':false,'wizardSettings':{'enableSqlDataSource':true,'enableJsonDataSource':true,'enableOlapDataSource':true,'enableFederationDataSource':true}},'mobile-layout':{'mobileLayoutEnabled':'Auto'},'data-inspector':{'allowInspectAggregatedData':false,'allowInspectRawData':false}},'endpointCollection':{'dashboardUrls':{'GetDashboardsAction':'DXDD.axd?action=GetDashboardsAction','DashboardAction':'DXDD.axd?action=DashboardAction'},'dataServiceUrls':{'ConvertItemAction':'DXDD.axd?action=ConvertItemAction','FieldListAction':'DXDD.axd?action=FieldListAction','ParameterValuesAction':'DXDD.axd?action=ParameterValuesAction','DimensionUniqueValuesAction':'DXDD.axd?action=DimensionUniqueValuesAction','DimensionFilterItemsAction':'DXDD.axd?action=DimensionFilterItemsAction','DimensionFilterStringAction':'DXDD.axd?action=DimensionFilterStringAction','DashboardItemGetAction':'DXDD.axd?action=DashboardItemGetAction','DashboardItemBatchGetAction':'DXDD.axd?action=DashboardItemBatchGetAction','PerformExportAction':'DXDD.axd?action=PerformExportAction','GetColoringSchemeAction':'DXDD.axd?action=GetColoringSchemeAction','GetDashboardPaletteAction':'DXDD.axd?action=GetDashboardPaletteAction','GetUnderlyingDataAction':'DXDD.axd?action=GetUnderlyingDataAction','GetMapShapeFileAction':'DXDD.axd?action=GetMapShapeFileAction','MarkDataSourcesForReloadAction':'DXDD.axd?action=MarkDataSourcesForReloadAction'},'dataSourceUrls':{'GetDataSourcesAction':'DXDD.axd?action=GetDataSourcesAction'},'dataSourceWizardUrls':{'DataSourceWizardAction':'DXDD.axd?action=DataSourceWizardAction','GetConnectionStringsAction':'DXDD.axd?action=GetConnectionStringsAction'}},'localization':{'StringId.FilterMenuConditionAdd':'Add Condition','StringId.DefaultBooleanTrue':'True','StringId.FilterClauseGreater':'Is greater than','StringId.FilterClauseLessOrEqual':'Is less than or equal to','StringId.FilterClauseEndsWith':'Ends with','StringId.FilterAggregateCount':'Count','StringId.FilterClauseNoneOf':'Is none of','StringId.FilterClauseIsNull':'Is null','StringId.Cancel':'Cancel','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLastWeek':'Is last week','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalToday':'Is today','StringId.FilterClauseNotLike':'Is not like','StringId.FilterClauseEquals':'Equals','StringId.FilterAggregateExists':'Exists','StringId.DefaultBooleanFalse':'False','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalNextWeek':'Is next week','StringId.FilterGroupNotAnd':'Not And','StringId.FilterGroupOr':'Or','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisWeek':'Is earlier this week','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisYear':'Is earlier this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisMonth':'Is earlier this month','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalTomorrow':'Is tomorrow','StringId.FilterAggregateSum':'Sum','StringId.FilterAggregateAvg':'Avg','StringId.FilterAggregateMin':'Min','StringId.FilterAggregateMax':'Max','StringId.FilterGroupAnd':'And','StringId.FilterClauseLess':'Is less than','StringId.FilterClauseLike':'Is like','StringId.FilterMenuGroupAdd':'Add Group','StringId.CheckUnchecked':'Unchecked','StringId.FilterClauseIsNotNullOrEmpty':'Is not blank','StringId.FilterClauseDoesNotContain':'Does not contain','StringId.CheckIndeterminate':'Indeterminate','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalBeyondThisYear':'Is beyond this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalPriorThisYear':'Is prior to this year','StringId.FilterClauseContains':'Contains','StringId.FilterClauseBetween':'Is between','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisYear':'Is later this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisWeek':'Is later this week','StringId.FilterClauseIsNullOrEmpty':'Is blank','StringId.FilterClauseNotBetween':'Is not between','StringId.FilterEmptyEnter':'<enter a value>','StringId.FilterClauseGreaterOrEqual':'Is greater than or equal to','StringId.FilterGroupNotOr':'Not Or','StringId.None':'','StringId.FilterClauseDoesNotEqual':'Does not equal','StringId.DefaultBooleanDefault':'Default','StringId.OK':'OK','StringId.CheckChecked':'Checked','StringId.FilterClauseBeginsWith':'Begins with','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisMonth':'Is later this month','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalYesterday':'Is yesterday','StringId.FilterClauseIsNotNull':'Is not null','StringId.FilterClauseAnyOf':'Is any of','AnalyticsCoreStringId.SqlDSWizard_QueryNamePlaceholder':'Type custom query name (current name: {0})','AnalyticsCoreStringId.QueryBuilder_RightOperand':'Right Operand','AnalyticsCoreStringId.ObjectDSWizard_EditParameters':'Edit Parameters...','AnalyticsCoreStringId.Wizard_Previous':'Previous','AnalyticsCoreStringId.Cmd_MoveUp':'Move Up','AnalyticsCoreStringId.Cmd_Properties':'Properties','AnalyticsCoreStringId.SqlDSWizard_PageConfigureMultiQuery':'Columns selected from specific tables and/or views will be automatically included into a separate query.','AnalyticsCoreStringId.QueryBuilder_TableProperties':'Table Properties','AnalyticsCoreStringId.ParametersPanel_False':'No','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_PathParameter':'Path Parameter','DxDesignerStringId.None':'(none)','AnalyticsCoreStringId.QueryBuilder_Tables_ShowMore':'Show more...','AnalyticsCoreStringId.Mobile_DateRange_StartDate':'Start Date','AnalyticsCoreStringId.Mobile_DateRange_Title':'Date Range Parameter','AnalyticsCoreStringId.Font.Size':'Size','AnalyticsCoreStringId.Font.Unit':'Unit','AnalyticsCoreStringId.Mobile_DateRange_Until':'Until','AnalyticsCoreStringId.Parameter_Type_Guid':'Guid','AnalyticsCoreStringId.ImagePicker_Placeholder':'Image','AnalyticsCoreStringId.Wizard_Millimeter':'Millimeter','AnalyticsCoreStringId.SqlDSWizard_PageChooseConnection':'Choose a data connection.','AnalyticsCoreStringId.PaddingInfo.All':'All','AnalyticsCoreStringId.PaddingInfo.Top':'Top','AnalyticsCoreStringId.PaddingInfo.Right':'Right','AnalyticsCoreStringId.Parameter_Type_String':'String','AnalyticsCoreStringId.Cmd_Delete':'Delete','AnalyticsCoreStringId.Loading':'Loading...','AnalyticsCoreStringId.Wizard_UseExisting_DataSource':'Do you want to use an existing data source?','AnalyticsCoreStringId.QueryBuilder_PreviewSelectStatement_Tooltip':'Preview Select Statement...','AnalyticsCoreStringId.Mobile_DateRange_SelectPeriod':'Select Period','AnalyticsCoreStringId.SqlDSWizard_Title':'Data Source Wizard','AnalyticsCoreStringId.SqlDSWizard_CreateNewQuery':'Create New Query...','AnalyticsCoreStringId.FilterEditor_Operand_Type_Property':'Property','AnalyticsCoreStringId.GuidIsRequired_Error':'Guid is required and should have a valid format.','AnalyticsCoreStringId.SearchDialog_Cancel':'Cancel','AnalyticsCoreStringId.Wizard_Next':'Next','AnalyticsCoreStringId.Wizard_Inch':'Inch','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_DetailQuery':'Detail Query','AnalyticsCoreStringId.SqlDSWizard_PageConfigureParameters':'Configure query parameters.','DxDesignerStringId.CodeCompletion_Function':'function','AnalyticsCoreStringId.Mobile_DateRange_From':'From','AnalyticsCoreStringId.CollectionEditor_Value_Placeholder':'Value','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_Header':'Header','AnalyticsCoreStringId.Wizard_Queries_Description':'Choose predefined queries and/or create custom queries.','AnalyticsCoreStringId.Wizard_SpecifyDataSourceSettingsPage':'Specify Data Source Settings','AnalyticsCoreStringId.EditCut':'Cut','AnalyticsCoreStringId.FieldListActions_AddParameter':'Add parameter','AnalyticsCoreStringId.ObjectDSWizard_ChooseDataMember_Description':'Choose the entire object or a data member to bind.','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_QueryParameter':'Query Parameter','AnalyticsCoreStringId.Parameter_Type_DateTime':'Date','AnalyticsCoreStringId.QueryBuilder_Parameters':'Parameters','AnalyticsCoreStringId.PaddingInfo.Bottom':'Bottom','AnalyticsCoreStringId.QueryBuilder_SearchBox_EmptyText':'Enter text to search...','AnalyticsCoreStringId.PropertyGrid_Editor_EmptyText':'Select...','AnalyticsCoreStringId.Actions':'Actions','AnalyticsCoreStringId.JsonDSWizard_UseExistingConnection':'Yes, let me choose an existing data connection from the list','AnalyticsCoreStringId.QueryBuilder_SelectionProperties':'Selection Properties','AnalyticsCoreStringId.DataPreview_Title':'Data Preview (First 100 Rows Displayed)','AnalyticsCoreStringId.DataPreview_Empty':'No data to display','AnalyticsCoreStringId.SqlDSWizard_EditQuery':'Edit query','AnalyticsCoreStringId.FilterEditor_Operand_CreateNewParameter':'Create new parameter','AnalyticsCoreStringId.Category':'Category','AnalyticsCoreStringId.QueryBuilder_PageConfigureParametersEmpty':'Click the Add button to create a parameter.','AnalyticsCoreStringId.UploadFile':'Load File','AnalyticsCoreStringId.PaddingInfo.Left':'Left','AnalyticsCoreStringId.Wizard_SpecifyObjectDataSourceSettingsPage_Description':'Specify Object Data Source Settings','DataAccessWebStringId.QueryBuilder_ResultType':'Result Type','AnalyticsCoreStringId.QueryBuilder_AvailableTables':'Available tables and views','AnalyticsCoreStringId.Cmd_Paste':'Paste','AnalyticsCoreStringId.Validation':'Validation...','AnalyticsCoreStringId.DSWizard_Title':'Data Source Wizard','AnalyticsCoreStringId.Wizard_SelectDataSourceType_Placeholder':'To specify a data source, select \"No, I\\'d like to create a new data source\".','AnalyticsCoreStringId.SqlDSWizard_PageConfigureParametersEmpty':'To create an item click the Add button.','DxDesignerStringId.CodeCompletion_List':'list','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_EntireObject':'Entire Object','AnalyticsCoreStringId.SqlDSWizard_PageConfigureMasterDetailRelations':'Configure master-detail relationships.','AnalyticsCoreStringId.SelectAll':'(Select All)','AnalyticsCoreStringId.QueryBuilder_RelationProperties':'Relation Properties','AnalyticsCoreStringId.Parameter_Type_Boolean':'Boolean','AnalyticsCoreStringId.ParametersPanel_DateTimeValueValidationError':'The value cannot be empty.','AnalyticsCoreStringId.SqlDSWizard_QueryName':'Query Name','AnalyticsCoreStringId.Cmd_MoveDown':'Move Down','AnalyticsCoreStringId.Wizard_ChooseDataSourceFromList':'Yes, let me choose an existing data source from the list','AnalyticsCoreStringId.SqlDSWizard_WriteCustomSQL':'Write Custom SQL','AnalyticsCoreStringId.QueryBuilder_SurfacePlaceholder':'Drop a table or view here to create a query.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnectionPage_Description':'Create a data connection.','AnalyticsCoreStringId.Wizard_CreateNewDataSource':'No, I\\'d like to create a new data source','AnalyticsCoreStringId.FormatStringEditor_Title':'Format String Editor','AnalyticsCoreStringId.FormatStringEditor_Types':'Types','AnalyticsCoreStringId.PropertyGrid_PopupMenu_Reset':'Reset','AnalyticsCoreStringId.QueryBuilder_LeftOperand':'Left Operand','AnalyticsCoreStringId.SizeF.Height':'Height','AnalyticsCoreStringId.FilterEditor_Operand_Type_Parameter':'Parameter','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_MasterQuery':'Master Query','AnalyticsCoreStringId.SizeF.Width':'Width','DxDesignerStringId.CodeCompletion_Operator':'operator','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_Placeholder':'To create a master-detail relationship, select two or more queries.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnectionPage_Placeholder':'To create a data connection, select \"No, I\\'d like to create a new data connection\".','AnalyticsCoreStringId.QueryBuilder_SelectDistinct':'Select distinct','AnalyticsCoreStringId.ZoomOut':'Zoom Out','AnalyticsCoreStringId.FormatFontName':'Font Name','AnalyticsCoreStringId.MenuButtons_Save':'Save','AnalyticsCoreStringId.SqlDSWizard_AddQuery':'Add query','AnalyticsCoreStringId.FormatStringEditor_PreviewNotAvailable_Text':'Preview is not available','AnalyticsCoreStringId.Wizard_Finish':'Finish','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_Description':'Configure constructor parameters and/or method parameters.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnection':'No, I\\'d like to create a new data connection','AnalyticsCoreStringId.QueryBuilder_Offset':'Offset','AnalyticsCoreStringId.SqlDSWizard_RemoveQuery':'Remove query','AnalyticsCoreStringId.QueryBuilder_JoinType':'Join Type','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSchemaPage_Placeholder':'To select data fields, choose or create a data connection.','AnalyticsCoreStringId.NameIsRequired_Error':'Name is required and should be a valid identifier.','AnalyticsCoreStringId.UploadJsonFile_Title':'Upload JSON File','AnalyticsCoreStringId.FilterEditor_Operand_Type_Value':'Value','AnalyticsCoreStringId.FilterEditor_AdvancedMode':'Advanced Mode','DataAccessWebStringId.QueryBuilder_ColumnsLoading':'Loading...','AnalyticsCoreStringId.Mobile_DateRange_EndDate':'End Date','AnalyticsCoreStringId.Parameter_Type_Decimal':'Number (decimal)','AnalyticsCoreStringId.Zoom':'Zoom','AnalyticsCoreStringId.Redo':'Redo','AnalyticsCoreStringId.Undo':'Undo','AnalyticsCoreStringId.ZoomIn':'Zoom In','AnalyticsCoreStringId.FilterEditor_TreeCreationError':'Cannot create a tree for this expression','AnalyticsCoreStringId.FontOptions_Unit_World':'World','AnalyticsCoreStringId.FontOptions_Unit_Pixel':'Pixel','AnalyticsCoreStringId.ObjectDSWizard_ChooseType_Description':'Choose the type and its constructor.','AnalyticsCoreStringId.Parameter_Type_Int64':'Number (64 bit integer)','AnalyticsCoreStringId.Parameter_Type_Int16':'Number (16 bit integer)','AnalyticsCoreStringId.Parameter_Type_Int32':'Number (32 bit integer)','AnalyticsCoreStringId.Parameter_Type_Float':'Number (floating-point)','AnalyticsCoreStringId.JsonDSWizard_ChooseConnection_Description':'Do you want to use an existing data connection?','DxDesignerStringId.CodeCompletion_Field':'field','AnalyticsCoreStringId.ValueIsRequiredOrInvalidFormat_Error':'The value cannot be empty and should have a valid format.','AnalyticsCoreStringId.Wizard_ChooseDataSource_Description':'Choose a Data Source to use in your report.','AnalyticsCoreStringId.QueryBuilder_Operator':'Operator','AnalyticsCoreStringId.Group_Edit':'Edit','AnalyticsCoreStringId.ExpressionEditor_ItemInfo_Fields':'Fields','AnalyticsCoreStringId.WarningMessage_FieldNotFound':'{0} is not found','AnalyticsCoreStringId.Parameter_Type_Double':'Number (double-precision floating-point)','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_Disabled_Description':'To specify parameters, select a parameterized constructor or method.','AnalyticsCoreStringId.ObjectDSWizard_ChooseDataMember_Disabled_Description':'To select a data member, choose a type that contains at least one data member.','AnalyticsCoreStringId.ParametersPanel_True':'Yes','AnalyticsCoreStringId.Wizard_ConfigureQueryParameters_Placeholder':'To specify query parameters, select a parameterized stored procedure or create a custom query.','AnalyticsCoreStringId.QueryBuilder_SelectAll':'Select All (*)','AnalyticsCoreStringId.QueryBuilder_SelectTop':'Select Top','AnalyticsCoreStringId.Wizard_SelectDataSourceType':'Select Data Source Type','AnalyticsCoreStringId.QueryBuilder_SortType':'Sort Type','AnalyticsCoreStringId.FilePicker_Placeholder':'File','AnalyticsCoreStringId.ExpressionEditor_ExpressionCaption':'Expression Editor','AnalyticsCoreStringId.SqlDSWizard_CustomSqlEditor':'Custom SQL Editor','AnalyticsCoreStringId.QueryBuilder_ColumnProperties':'Column Properties','AnalyticsCoreStringId.FormatStringEditor_Suffix':'Suffix','AnalyticsCoreStringId.Prefix':'Prefix','AnalyticsCoreStringId.QueryBuilder_QueryProperties':'Query Properties','AnalyticsCoreStringId.TooltipButtons_Preview':'Preview','AnalyticsCoreStringId.Wizard_DataSourceAssignment_Description':'The Wizard assigns the selected or a newly created data source to the report.','AnalyticsCoreStringId.QueryBuilder_SelectStatementPreview_Title':'Select Statement Preview','AnalyticsCoreStringId.Cmd_Copy':'Copy','DxDesignerStringId.Error_SchemaLoadingFailed':'Schema loading failed. {0}','AnalyticsCoreStringId.CollectionEditor_Name_Placeholder':'Name','ExpressionEditorStringId.Function_BigMul':'BigMul(Value1, Value2)\\r\\n\\r\\nReturns an Int64 containing the full product of two specified 32-bit numbers.','ExpressionEditorStringId.Function_Substring':'Substring(String, StartPosition)\\r\\n\\r\\nRetrieves a substring from String. The substring starts at StartPosition.','ExpressionEditorStringId.Function_LocalDateTimeDayAfterTomorrow':'LocalDateTimeDayAfterTomorrow()\\r\\n\\r\\nReturns a date-time value corresponding to the day after Tomorrow.','ExpressionEditorStringId.Function_Concat':'Concat(String1, ... ,StringN)\\r\\n\\r\\nReturns a string value containing the concatenation of the current string with any additional strings.','ExpressionEditorStringId.Function_Upper':'Upper(String)\\r\\n\\r\\nReturns String in uppercase.','ExpressionEditorStringId.Function_Today':'Today()\\r\\n\\r\\nReturns the current date. Regardless of the actual time, this function returns midnight of the current date.','ExpressionEditorStringId.Function_ToInt':'ToInt(Value)\\r\\n\\r\\nConverts Value to an equivalent 32-bit signed integer.','ExpressionEditorStringId.Function_ToStr':'ToStr(Value)\\r\\n\\r\\nReturns a string representation of an object.','ExpressionEditorStringId.Function_Round':'Round(Value)\\r\\n\\r\\nRounds the given Value to the nearest integer.','ExpressionEditorStringId.Function_Power':'Power()\\r\\n\\r\\nReturns a specified number Value, raised to a specified Power.','ExpressionEditorStringId.Function_IsMay':'IsMay(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within May.','ExpressionEditorStringId.Function_Lower':'Lower(String)\\r\\n\\r\\nReturns String in lowercase.','ExpressionEditorStringId.Function_Log_2':'Log(Value, Base)\\r\\n\\r\\nReturns the logarithm of a specified number Value in a specified Base.','ExpressionEditorStringId.Function_Log10':'Log10(Value)\\r\\n\\r\\nReturns the base 10 logarithm of a specified number Value.','ExpressionEditorStringId.Function_Ascii':'Ascii(String)\\r\\n\\r\\nReturns the ASCII code value of the leftmost character in a character expression.','ExpressionEditorStringId.Function_Floor':'Floor(Value)\\r\\n\\r\\nReturns the largest integer less than or equal to the given numeric expression.','ExpressionEditorStringId.Function_PadLeft':'PadLeft(String, Length)\\r\\n\\r\\nLeft-aligns characters in the defined String, padding its left side with white space characters up to a specified total Length.','ExpressionEditorStringId.Function_SingleAggregate':'Single()\\r\\n\\r\\nReturns a single object from the collection.','ExpressionEditorStringId.Function_IsYearToDate':'IsYearToDate(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the year-to-date period (starting from the first day of the current year and continuing up to the current date).','ExpressionEditorStringId.Operator_Multiply':'Multiplies the value of two expressions.','ExpressionEditorStringId.Function_Remove_3':'Remove(String, StartPosition, Length)\\r\\n\\r\\nDeletes a specified Length of characters from specified String, beginning at a specified StartPosition.','ExpressionEditorStringId.Function_IsFebruary':'IsFebruary(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within February.','ExpressionEditorStringId.Operator_Or':'Performs a logical disjunction on two Boolean expressions.','ExpressionEditorStringId.Operator_In':'In (,,,)\\r\\nTests for the existence of a property in an object.','ExpressionEditorStringId.Operator_Plus':'Adds the value of one numeric expression to another, or concatenates two strings','ExpressionEditorStringId.Operator_Less':'Less than operator. Used to compare expressions.','ExpressionEditorStringId.Operator_Like':'Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true.','ExpressionEditorStringId.Exception_SyntaxError':'Syntax error.','ExpressionEditorStringId.Function_GetTimeOfDay':'GetTimeOfDay(DateTime)\\r\\n\\r\\nExtracts the time of the day from the defined DateTime, in ticks.','ExpressionEditorStringId.Function_ToDouble':'ToDouble(Value)\\r\\n\\r\\nConverts Value to an equivalent 64-bit double-precision floating-point number.','ExpressionEditorStringId.Function_IsNullOrEmpty':'IsNullOrEmpty(String)\\r\\n\\r\\nReturns True if the specified String object is NULL or an empty string; otherwise, False is returned.','ExpressionEditorStringId.Operator_BitwiseAnd':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are 1, the corresponding result bit is 1. Otherwise, the corresponding result bit is 0.','ExpressionEditorStringId.Operator_BitwiseXor':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are equal, the corresponding result bit is 0. Otherwise, the corresponding result bit is 1.','ExpressionEditorStringId.Function_IsLastMonth':'IsLastMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the previous month.','ExpressionEditorStringId.Function_PadLeft_3':'PadLeft(String, Length, Char)\\r\\n\\r\\nLeft-aligns characters in the defined String, padding its left side with the specified Char up to a specified total Length.','ExpressionEditorStringId.Constant_Null':'Represents a null reference, one that does not refer to any object.','ExpressionEditorStringId.Constant_True':'Represents the Boolean True value.','ExpressionEditorStringId.Function_LocalDateTimeLastMonth':'LocalDateTimeLastMonth()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the previous month.','ExpressionEditorStringId.Operator_Between':'Between (,)\\r\\nSpecifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand.','ExpressionEditorStringId.Operator_Greater':'Greater than operator. Used to compare expressions.','ExpressionEditorStringId.Function_IsNextMonth':'IsNextMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the next month.','ExpressionEditorStringId.Function_GetMinute':'GetMinute(DateTime)\\r\\n\\r\\nExtracts minutes from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeNow':'LocalDateTimeNow()\\r\\n\\r\\nReturns a DateTime value corresponding to the current moment in time.','ExpressionEditorStringId.Function_LocalDateTimeTwoYearsAway':'LocalDateTimeTwoYearsAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the year after next.','ExpressionEditorStringId.Function_Tan':'Tan(Value)\\r\\n\\r\\nReturns the tangent of the angle defined in radians.','ExpressionEditorStringId.Function_Max':'Max(Value1, Value2)\\r\\n\\r\\nReturns the maximum value from the specified values.','ExpressionEditorStringId.Function_Min':'Min(Value1, Value2)\\r\\n\\r\\nReturns the minimum value from the specified values.','ExpressionEditorStringId.Function_Rnd':'Rnd()\\r\\n\\r\\nReturns a random number that is less than 1, but greater than or equal to zero.','ExpressionEditorStringId.Function_Sin':'Sin(Value)\\r\\n\\r\\nReturns the sine of the angle, defined in radians.','ExpressionEditorStringId.Function_Sqr':'Sqr(Value)\\r\\n\\r\\nReturns the square root of a given number Value.','ExpressionEditorStringId.Function_Iif':'Iif(FirstClause, FirstClauseTrueValue, ..., LastClause, LastClauseTrueValue, FalseValue)\\r\\n\\r\\nReturns either a value defined for the first Boolean condition that is True, or the last value if none of these conditions is True.\\r\\n\\r\\nThis function can accept any number of arguments.','ExpressionEditorStringId.Function_Now':'Now()\\r\\n\\r\\nReturns the current system date and time.','ExpressionEditorStringId.Function_Len':'Len(Value)\\r\\n\\r\\nReturns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.','ExpressionEditorStringId.Function_Log':'Log(Value)\\r\\n\\r\\nReturns the natural logarithm of a specified number.','ExpressionEditorStringId.Function_Exp':'Exp(Value)\\r\\n\\r\\nReturns the exponential value of the given float expression.','ExpressionEditorStringId.Function_Atn':'Atn(Value)\\r\\n\\r\\nReturns the arctangent of a number (the angle, in radians, whose tangent is the given float expression).','ExpressionEditorStringId.Function_Abs':'Abs(Value)\\r\\n\\r\\nReturns the absolute, positive value of the given numeric expression.','ExpressionEditorStringId.Function_Cos':'Cos(Value)\\r\\n\\r\\nReturns the cosine of the angle defined in radians.','ExpressionEditorStringId.Function_MaxAggregate':'Max()\\r\\n\\r\\nReturns the maximum expression value in a collection.','ExpressionEditorStringId.Exception_InvalidNumericLiteral':'Invalid numeric literal value: \"{0}\".','ExpressionEditorStringId.Function_AddSeconds':'AddSeconds(DateTime, SecondsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of SecondsCount away from the specified DateTime.','ExpressionEditorStringId.Operator_BitwiseOr':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are 0, the corresponding result bit is 0. Otherwise, the corresponding result bit is 1.','ExpressionEditorStringId.Function_IsApril':'IsApril(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within April.','ExpressionEditorStringId.Function_IsMarch':'IsMarch(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within March.','ExpressionEditorStringId.Function_DateDiffMonth':'DateDiffMonth(StartDate, EndDate)\\r\\n\\r\\nReturns the number of month boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_AvgAggregate':'Avg()\\r\\n\\r\\nEvaluates the average of the values in the collection.','ExpressionEditorStringId.Function_GetMilliSecond':'GetMilliSecond(DateTime)\\r\\n\\r\\nExtracts milliseconds from the defined DateTime.','ExpressionEditorStringId.Function_IsDecember':'IsDecember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within December.','ExpressionEditorStringId.Function_GetSecond':'GetSecond(DateTime)\\r\\n\\r\\nExtracts seconds from the defined DateTime.','ExpressionEditorStringId.Function_IsAugust':'IsAugust(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within August.','ExpressionEditorStringId.Function_Round_2':'Round(Value, Precision)\\r\\n\\r\\nRounds the given Value to the nearest integer, or to a specified Precision.','ExpressionEditorStringId.Function_Tanh':'Tanh(Value)\\r\\n\\r\\nReturns the hyperbolic tangent of the angle defined in radians.','ExpressionEditorStringId.Function_Trim':'Trim(String)\\r\\n\\r\\nRemoves all leading and trailing SPACE characters from String.','ExpressionEditorStringId.Function_Sign':'Sign(Value)\\r\\n\\r\\nReturns the positive (+1), zero (0), or negative (-1) sign of the given Value.','ExpressionEditorStringId.Function_Sinh':'Sinh(Value)\\r\\n\\r\\nReturns the hyperbolic sine of the angle defined in radians.','ExpressionEditorStringId.Function_Join':'Join(Collection)\\r\\n\\r\\nConcatenates elements of the specified Collection, inserting comma between each element.','ExpressionEditorStringId.Function_Atn2':'Atn2(Value1, Value2)\\r\\n\\r\\nReturns the angle whose tangent is the quotient of two specified numbers, in radians.','ExpressionEditorStringId.Function_Asin':'Asin(Value)\\r\\n\\r\\nReturns the arcsine of a number (the angle, in radians, whose sine is the given float expression).','ExpressionEditorStringId.Function_Acos':'Acos(Value)\\r\\n\\r\\nReturns the arccosine of a number (the angle, in radians, whose cosine is the given float expression).','ExpressionEditorStringId.Function_Cosh':'Cosh(Value)\\r\\n\\r\\nReturns the hyperbolic cosine of the angle defined in radians.','ExpressionEditorStringId.Function_Char':'Char(Number)\\r\\n\\r\\nConverts the specified ASCII integer Number to a character.','ExpressionEditorStringId.Operator_Not':'Performs logical negation on an expression.','ExpressionEditorStringId.Operator_And':'Performs a logical conjunction on two expressions.','ExpressionEditorStringId.Exception_WrongArgumentsCount':'Wrong arguments count for function \"{0}(...)\".','ExpressionEditorStringId.Function_ToDecimal':'ToDecimal(Value)\\r\\n\\r\\nConverts Value to an equivalent decimal number.','ExpressionEditorStringId.Operator_NotEqual':'Returns true if the operands do not have the same value; otherwise, it returns false.','ExpressionEditorStringId.Function_IsNull_2':'IsNull(Value1, Value2)\\r\\n\\r\\nReturns the second operand if the first operand is null, otherwise, the first operand is returned.','ExpressionEditorStringId.Function_Replace':'Replace(String, SubString2, String3)\\r\\n\\r\\nReturns a copy of String1, in which SubString2 has been replaced with String3.','ExpressionEditorStringId.Function_Reverse':'Reverse(String)\\r\\n\\r\\nReverses the order of elements within a String.','ExpressionEditorStringId.Exception_InvalidCharacter':'Invalid input character: \"{0}\".','ExpressionEditorStringId.Function_GetHour':'GetHour(DateTime)\\r\\n\\r\\nExtracts an hour from the defined DateTime.','ExpressionEditorStringId.Function_GetDate':'GetDate(DateTime)\\r\\n\\r\\nExtracts a date from the defined DateTime.','ExpressionEditorStringId.Function_GetYear':'GetYear(DateTime)\\r\\n\\r\\nExtracts a year from the defined DateTime','ExpressionEditorStringId.Operator_Minus':'Finds the difference between two numbers.','ExpressionEditorStringId.Operator_Equal':'Returns true if both operands have the same value; otherwise, it returns false.','ExpressionEditorStringId.Function_InRange':'InRange(FirstOperand, SecondOperand, ThirdOperand)\\r\\n\\r\\nSpecifies a range to test. Returns true if the first operand is greater than or equal to the second operand and less than the third operand.','ExpressionEditorStringId.Operator_LessOrEqual':'Less than or equal to operator. Used to compare expressions.','ExpressionEditorStringId.Function_DateDiffHour':'DateDiffHour(StartDate, EndDate)\\r\\n\\r\\nReturns the number of hour boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffTick':'DateDiffTick(StartDate, EndDate)\\r\\n\\r\\nReturns the number of tick boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffYear':'DateDiffYear(StartDate, EndDate)\\r\\n\\r\\nReturns the number of year boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_ExistsAggregate':'Exists()\\r\\n\\r\\nDetermines whether the object exists in the collection.','ExpressionEditorStringId.Function_IsNextYear':'IsNextYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the next year.','ExpressionEditorStringId.Exception_MalformedProperty':'Malformed property name: missing closing \"{0}\".','ExpressionEditorStringId.Constant_False':'Represents the Boolean False value.','ExpressionEditorStringId.Function_MinAggregate':'Min()\\r\\n\\r\\nReturns the minimum expression value in a collection.','ExpressionEditorStringId.Function_Substring_3':'Substring(String, StartPosition, Length)\\r\\n\\r\\nRetrieves a substring from String. The substring starts at StartPosition and has the specified Length.','ExpressionEditorStringId.Function_LocalDateTimeTomorrow':'LocalDateTimeTomorrow()\\r\\n\\r\\nReturns a date-time value corresponding to Tomorrow.','ExpressionEditorStringId.Function_IsSameDay':'IsSameDay(DateTime, DateTime)\\r\\n\\r\\nReturns True if the specified DateTime values fall within the same day.','ExpressionEditorStringId.Function_GetMonth':'GetMonth(DateTime)\\r\\n\\r\\nExtracts a month from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeThisMonth':'LocalDateTimeThisMonth()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current month.','ExpressionEditorStringId.Function_Ceiling':'Ceiling(Value)\\r\\n\\r\\nReturns the smallest integer that is greater than or equal to the given numeric expression.','ExpressionEditorStringId.Function_CharIndex_3':'CharIndex(String1, String2, StartLocation)\\r\\n\\r\\nReturns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string.','ExpressionEditorStringId.Function_LocalDateTimeLastYear':'LocalDateTimeLastYear()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the previous year.','ExpressionEditorStringId.Function_LocalDateTimeLastWeek':'LocalDateTimeLastWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the previous week.','ExpressionEditorStringId.Function_IsNovember':'IsNovember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within November.','ExpressionEditorStringId.Function_FormatString':'FormatString(Format, Value1, ... , ValueN)\\r\\n\\r\\nReturns the specified string with formatted field values.\\r\\nThis function can accept any number of arguments.\\r\\n\\r\\nExample:\\r\\n\\r\\nFormatString(\\'{0} - {1:c}\\', [Column1], [Column2])','ExpressionEditorStringId.Function_InDateRange':'InDateRange(DateTime, DateTime, DateTime)\\r\\n\\r\\nSpecifies a date range to test. Returns true if a date part of the first operand is greater than or equal to the date part of the second operand and less than or equal the date part of the third operand.','ExpressionEditorStringId.Function_CharIndex':'CharIndex(String1, String2)\\r\\n\\r\\nReturns the starting position of String1 within String2, beginning from the zero character position to the end of a string.','ExpressionEditorStringId.Function_DateDiffMinute':'DateDiffMinute(StartDate, EndDate)\\r\\n\\r\\nReturns the number of minute boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_IsThisMonth':'IsThisMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the current month.','ExpressionEditorStringId.Function_LocalDateTimeTwoWeeksAway':'LocalDateTimeTwoWeeksAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the week that is after next week.','ExpressionEditorStringId.Function_LocalDateTimeToday':'LocalDateTimeToday()\\r\\n\\r\\nReturns a DateTime value corresponding to Today.','ExpressionEditorStringId.Function_LocalDateTimeNextMonth':'LocalDateTimeNextMonth()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of next month.','ExpressionEditorStringId.Function_EndsWith':'EndsWith(String, EndString)\\r\\n\\r\\nReturns True if the end of String matches EndString; otherwise, False is returned.','ExpressionEditorStringId.Function_CountAggregate':'Count()\\r\\n\\r\\nReturns the number of objects in a collection.','ExpressionEditorStringId.Operator_Modulo':'Returns the remainder (modulus) obtained by dividing one numeric expression into another.','ExpressionEditorStringId.Function_DateDiffDay':'DateDiffDay(StartDate, EndDate)\\r\\n\\r\\nReturns the number of day boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_LocalDateTimeNextWeek':'LocalDateTimeNextWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the following week.','ExpressionEditorStringId.Function_LocalDateTimeNextYear':'LocalDateTimeNextYear()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the following year.','ExpressionEditorStringId.Operator_GreaterOrEqual':'Greater than or equal to operator. Used to compare expressions.','ExpressionEditorStringId.Function_IsLastYear':'IsLastYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the previous year.','ExpressionEditorStringId.Function_AddTimeSpan':'AddTimeSpan(DateTime, TimeSpan)\\r\\n\\r\\nReturns a date-time value that is away from the specified DateTime for the given TimeSpan.','ExpressionEditorStringId.Function_CreateTable':'CreateTable(Parameter1, ..., ParameterN)\\r\\n\\r\\nPrepares a table from values of several specified multi-value parameters.','ExpressionEditorStringId.Function_DateDiffSecond':'DateDiffSecond(StartDate, EndDate)\\r\\n\\r\\nReturns the number of second boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffMilliSecond':'DateDiffMilliSecond(StartDate, EndDate)\\r\\n\\r\\nReturns the number of millisecond boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_NewLine':'NewLine()\\r\\n\\r\\nReturns the newline string defined for this environment.','ExpressionEditorStringId.Operator_Divide':'Divides the first operand by the second.','ExpressionEditorStringId.Function_GetDayOfWeek':'GetDayOfWeek(DateTime)\\r\\n\\r\\nExtracts a day of the week from the defined DateTime.','ExpressionEditorStringId.Function_GetDayOfYear':'GetDayOfYear(DateTime)\\r\\n\\r\\nExtracts a day of the year from the defined DateTime.','ExpressionEditorStringId.Function_AddMilliSeconds':'AddMilliSeconds(DateTime, MilliSecondsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MilliSecondsCount away from the specified DateTime.','ExpressionEditorStringId.Function_LocalDateTimeYearBeforeToday':'LocalDateTimeYearBeforeToday()\\r\\n\\r\\nReturns a date-time value corresponding to the day one year ago.','ExpressionEditorStringId.Function_UtcNow':'UtcNow()\\r\\n\\r\\nReturns the current system date and time, expressed as Coordinated Universal Time (UTC).','ExpressionEditorStringId.Function_AddDays':'AddDays(DateTime, DaysCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of DaysCount away from the specified DateTime.','ExpressionEditorStringId.Function_AddMinutes':'AddMinutes(DateTime, MinutesCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MinutesCount away from the specified DateTime.','ExpressionEditorStringId.Function_ToLong':'ToLong(Value)\\r\\n\\r\\nConverts Value to an equivalent 64-bit signed integer.','ExpressionEditorStringId.Function_ToFloat':'ToFloat(Value)\\r\\n\\r\\nConverts Value to an equivalent 32-bit single-precision floating-point number.','ExpressionEditorStringId.Function_Remove':'Remove(String, StartPosition)\\r\\n\\r\\nDeletes all characters from specified String, beginning at a specified StartPosition.','ExpressionEditorStringId.Function_IsJanuary':'IsJanuary(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within January.','ExpressionEditorStringId.Function_IsNull':'IsNull(Value)\\r\\n\\r\\nReturns True if the specified Value is NULL.','ExpressionEditorStringId.Function_IsJuly':'IsJuly(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within July.','ExpressionEditorStringId.Function_IsJune':'IsJune(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within June.','ExpressionEditorStringId.Function_Insert':'Replace(String1, StartPosition, String2)\\r\\n\\r\\nInserts String2 into String1 at the position specified by StartPositon.','ExpressionEditorStringId.Function_Contains':'Contains(String, SubString)\\r\\n\\r\\nReturns True if SubString occurs within String; otherwise, False is returned.','ExpressionEditorStringId.Function_LocalDateTimeThisWeek':'LocalDateTimeThisWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current week.','ExpressionEditorStringId.Function_LocalDateTimeThisYear':'LocalDateTimeThisYear()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current year.','ExpressionEditorStringId.Function_AddMonths':'AddMonths(DateTime, MonthsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MonthsCount away from the specified DateTime.','ExpressionEditorStringId.Function_Join_2':'Join(Collection, Separator)\\r\\n\\r\\nConcatenates elements of the specified Collection, using the specified Separator between each element.','ExpressionEditorStringId.Function_SumAggregate':'Sum()\\r\\n\\r\\nReturns the sum of all the expression values in the collection.','ExpressionEditorStringId.Function_IsSeptember':'IsSeptember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within September.','ExpressionEditorStringId.Function_IsThisYear':'IsThisYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the current year.','ExpressionEditorStringId.Function_IsThisWeek':'IsThisWeek(DateTime)\\r\\n\\r\\nReturns True if the specified date falls within the current week.','ExpressionEditorStringId.Function_LocalDateTimeYesterday':'LocalDateTimeYesterday()\\r\\n\\r\\nReturns a date-time value corresponding to Yesterday.','ExpressionEditorStringId.Function_AddYears':'AddYears(DateTime, YearsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of YearsCount away from the specified DateTime.','ExpressionEditorStringId.Function_StartsWith':'StartsWith(String, StartString)\\r\\n\\r\\nReturns True if the beginning of String matches StartString; otherwise, False is returned.','ExpressionEditorStringId.Function_PadRight_3':'PadRight(String, Length, Char)\\r\\n\\r\\nRight-aligns characters in the defined String, padding its right side with the specified Char up to a specified total Length.','ExpressionEditorStringId.Function_AddTicks':'AddTicks(DateTime, AddTicks)\\r\\n\\r\\nReturns a date-time value that is the specified number of TicksCount away from the specified DateTime.','ExpressionEditorStringId.Function_AddHours':'AddHours(DateTime, HoursCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of HoursCount away from the specified DateTime.','ExpressionEditorStringId.Function_PadRight':'PadRight(String, Length)\\r\\n\\r\\nRight-aligns characters in the defined String, padding its right side with white space characters up to a specified total Length.','ExpressionEditorStringId.Function_GetDay':'GetDay(DateTime)\\r\\n\\r\\nExtracts a day from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeTwoMonthsAway':'LocalDateTimeTwoMonthsAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the month after next.','ExpressionEditorStringId.Function_IsOctober':'IsOctober(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within October.','DataAccessUIStringId.WizardPageConfigureJsonConnection_HeaderValueText':'Header Value','DataAccessUIStringId.DataPreviewForm_Title':'Data Preview','DataAccessUIStringId.WizardPageConnectionProperties':'Select the data provider and specify the connection properties.','DataAccessUIStringId.EFDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType':'JSON Source:','DataAccessUIStringId.Button_Finish':'Finish','DataAccessUIStringId.QueryEditorTitle':'Query Editor','DataAccessUIStringId.FederationDataSourceQueryBuilder_AliasUniqueMessage':'Alias is not unique','DataAccessUIStringId.Button_Cancel':'Cancel','DataAccessUIStringId.WizardPageConfigureExcelFileColumns_ColumnNameEmptyError':'The column name cannot be empty.','DataAccessUIStringId.XPObjectSource_EntityTypeNotSet':'Property collection cannot be populated because EntityType is not set.','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveData':'Retrieve the actual data','DataAccessUIStringId.WizardPageChooseFileOptions_SkipHiddenColumns':'Skip hidden columns','DataAccessUIStringId.DSTypeExcel':'Excel File','DataAccessUIStringId.ODSEditorsCannotResolveDataSource':'Cannot resolve the specified object type. To specify the object’s assembly, return type, data member and/or constructor parameters, use the Data Source editor.','DataAccessUIStringId.WizardPageChooseObjectAssembly':'Select an assembly containing the class type definition of a data source.','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveSchema':'Retrieve the data source schema','DataAccessUIStringId.WizardPageChooseJsonSchema_RootElement':'Root element:','DataAccessUIStringId.ConnectionProperties_Port':'Port:','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage_EditingIsNotSupported':'Editing is not supported for this query.','DataAccessUIStringId.SqlDataSourceDesignerVerbRebuildSchema':'Rebuild Result Schema','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Union':'Union','DataAccessUIStringId.LoadingDataCustomError':'Error message:\\r\\n{0}\\r\\n','DataAccessUIStringId.ExpressionEditor_ExpressionContainsErrors':'The expression contains errors.','DataAccessUIStringId.JoinEditorLessOperator':'Is less than','DataAccessUIStringId.UpdateSchemaDataSourceIsNotReady':'The FileName and SourceOptions properties should be assigned.','DataAccessUIStringId.EFStoredProcsEditorTitle':'Manage Stored Procedures','DataAccessUIStringId.WizardPageChooseFileOptions_TrimBlanks':'Trim blanks','DataAccessUIStringId.ExcelDataSourceWizard_WorksheetItem':'Worksheet','DataAccessUIStringId.QueryBuilderColumns_SortingType':'Sorting Type','DataAccessUIStringId.FederatedQueryCollectionList_Title':'Federated Queries','DataAccessUIStringId.FilterStringEditorInvalidQuery':'An error occurred during query validation: {0}\\r\\nUpdate the connection settings so that they match the database schema or discard this query.','DataAccessUIStringId.WizardPageChooseFileOptions_SkipHiddenRows':'Skip hidden rows','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage_InvalidQuery':'The query is invalid.','DataAccessUIStringId.ODSEditorsNoParametersMessage':'The {0} data member cannot receive parameters, because this is a method without parameters.','DataAccessUIStringId.WizardPageChooseEFConnectionString_ChooseConnection':'Yes, let me choose from list','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage':'Create a federated query.','DataAccessUIStringId.WizardPageChooseConnection_SpecifyCustomConnection':'No, I\\'d like to specify the connection parameters myself','DataAccessUIStringId.WizardPageChooseConnection':'Do you want to use an existing data connection?','DataAccessUIStringId.QueryBuilderReverseRelationConfirmation':'The new join direction will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType':'Authentication:','DataAccessUIStringId.WizardPageMultipleFederatedQueriesPage':'Create a federated query.\\r\\nData columns selected from specific data sources and/or tables will be automatically included into a separate query.','DataAccessUIStringId.UpdateDBSchemaCaption':'Request Database Schema','DataAccessUIStringId.FiltersView_TopAndSkipText':'records starting with index','DataAccessUIStringId.WizardPageChooseFileOptions_NewLineType':'Newline type:','DataAccessUIStringId.ErrorFormDatasourceInitializationText':'Unable to load data into one or several datasources. See information below for details.','DataAccessUIStringId.QueryBuilderColumn':'Column','DataAccessUIStringId.WaitFormWithCancel_Loading':'Loading Data...','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType':'Do you want to use the default data layer?','DataAccessUIStringId.Parameters_AddNewParameterPlaceholder':'Click the Add button to create a parameter.','DataAccessUIStringId.DSTypeFederation':'Data Federation','DataAccessUIStringId.MasterDetailEditorEditRelation':'Edit Relation','DataAccessUIStringId.QueryFilter_CreateQueryParameter':'Create Query Parameter','DataAccessUIStringId.ParametersColumn_QueryName':'Query','DataAccessUIStringId.QueryFilter_SelectParameter':'<select a parameter>','DataAccessUIStringId.WizardPageChooseXPObjectEntityType':'Choose an entity type.','DataAccessUIStringId.WizardFinishPageText':'Select an object to include in your data source','DataAccessUIStringId.EFConnectionEditorMessageCustomAssembliesProhibited':'The current security policy prohibits loading of third-party assemblies.\\r\\n\\r\\nClick OK to discard the current data source settings and configure them from scratch.\\r\\nClick Cancel to keep the current settings without configuring the data source','DataAccessUIStringId.WizardPageChooseObjectMember_ShowOnlyHighlighted':'Show only highlighted members','DataAccessUIStringId.WizardPageSaveConnection_SaveCredentialsQuestion':'The connection uses server authentication.\\r\\nDo you want to save the user name and password?','DataAccessUIStringId.JsonDataSourceSchemaEditorTitle':'JSON Data Source Schema Editor','DataAccessUIStringId.WizardPageChooseObjectConstructor':'Select a data source constructor.','DataAccessUIStringId.FiltersView_Distinct':'Select only distinct values','DataAccessUIStringId.WizardPageConfigureExcelFileColumns_ColumnExist':'Column with \\'{0}\\' name already exists.','DataAccessUIStringId.ConnectionProperties_Password':'Password:','DataAccessUIStringId.QueryBuilder_DeleteRelation':'Delete Relation','DataAccessUIStringId.MessageBoxCloseDataSourceWizardConfirmation':'Closing the Data Source Wizard will discard changes. Do you want to continue?','DataAccessUIStringId.ODSDataMemberEditorTitle':'Configure Data Member','DataAccessUIStringId.QueryBuilder_RemoveFromSelect':'Remove from Query','DataAccessUIStringId.ConnectionProperties_SslMode':'SSL Mode:','DataAccessUIStringId.QueryBuilderColumns_ColumnName':'Column Name','DataAccessUIStringId.WizardPageChooseFileOptions_Culture':'Culture:','DataAccessUIStringId.ConnectionProperties_AuthenticationType_MSSqlWindows':'Windows authentication','DataAccessUIStringId.WizardPageChooseObjectMember_BindToObject':'Do not select a member, bind to the entire object.','DataAccessUIStringId.Button_OK':'OK','DataAccessUIStringId.ConnectionProperties_Provider':'Provider:','DataAccessUIStringId.WizardPageChooseEFContext':'Choose a data context.','DataAccessUIStringId.MasterDetailEditorAddRelationMessage':'Add a relation to the detail query','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeLocal':'Local','DataAccessUIStringId.Button_Preview':'Preview...','DataAccessUIStringId.WizardPageChooseDSType':'Select data source type.','DataAccessUIStringId.MessageBoxWarningTitle':'Warning','DataAccessUIStringId.WizardPageObjectMemberParameters':'Specify the method parameters.','DataAccessUIStringId.WizardPageSaveJsonConnection_SaveRequestParametersPrompt':'Request parameters may contain sensitive data.\\r\\nDo you want to save request parameters?','DataAccessUIStringId.ODSEditorsAbstractTypeMessage':'Cannot use a constructor to create an object of the {0} type that is a static or abstract class, or interface.','DataAccessUIStringId.MessageMissingConnection':'No connection has been specified.','DataAccessUIStringId.WizardPageMultipleFederatedQueriesPage_AddQuery':'Add Query...','DataAccessUIStringId.QueryEditorWaitFormValidating':'Validating query...','DataAccessUIStringId.WizardPageChooseObjectMember_BindToMember':'Select a member to bind.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_ServiceName':'Service Name:','DataAccessUIStringId.WizardPageChooseFileOptions_SkipEmptyRows':'Skip empty rows','DataAccessUIStringId.EFFilterCollectionEditor':'Entity Framework Filter Collection Editor','DataAccessUIStringId.WizardPageChooseObjectType':'Select a data source type.','DataAccessUIStringId.LoadingDataException':'Data loading failed because the exception occurred.','DataAccessUIStringId.QueryBuilderColumns_Output':'Output','DataAccessUIStringId.ConnectionProperties_ConnectionString':'Connection string:','DataAccessUIStringId.FiltersView':'Filter Editor','DataAccessUIStringId.QueryDesignControlJoinCommandPattern':'Join {0}','DataAccessUIStringId.QueryBuilderButtons_PreviewResults':'Preview Results...','DataAccessUIStringId.ConnectionErrorFormDetailPattern':'Connection name: {0}\\r\\nError message: {1}','DataAccessUIStringId.WizardPageChooseJsonSchema_Type':'Type','DataAccessUIStringId.QueryBuilder_SortAscending':'Sort Ascending','DataAccessUIStringId.ConnectionProperties_Database':'Database:','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType_UseDefaultDataLayer':'Yes, my data connection is available at runtime only.','DataAccessUIStringId.QueryFilter_BindTo':'Bind To','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_UnionAll':'Union All','DataAccessUIStringId.MasterDetailEditorMultipleValidationErrorsMessage':'The following errors occurred during query validation:{0}','DataAccessUIStringId.MasterDetailEditorInvalidColumnQueryNameMessage':'Cannot find the specified query: \"{0}\". Specify an existing query name before selecting a column.','DataAccessUIStringId.QueryFilter_AddQueryParameter':'Add Query Parameter','DataAccessUIStringId.WizardPageConfigureEFFilters_EntityColumnName':'Entity Name','DataAccessUIStringId.QueryBuilderColumns_GroupBy':'Group By','DataAccessUIStringId.UpdateSchemaComplete':'The data source schema has been updated successfully.','DataAccessUIStringId.ConnectionProperties_OracleProviderTypeODP':'ODP','DataAccessUIStringId.ExpressionEditor_InvalidProperty':'Invalid property: \\'{0}\\'.','DataAccessUIStringId.WizardDataSourceNameExistsMessage':'<b>A data source with the specified name already exists</b>','DataAccessUIStringId.XPObjectSource_ConfirmClearProperties':'The Properties collection will be cleared. The data source will load complete objects. Do you want to continue?','DataAccessUIStringId.EFFilterControl_AddParameter':'Add Filter Parameter','DataAccessUIStringId.WizardPageSaveConnection_ConfirmSaving':'Yes, save the connection as:','DataAccessUIStringId.WizardPageConfigureMultiQuery':'Create a query or select a stored procedure.\\r\\nData columns selected from specific tables and/or views will be automatically included into a separate query.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_CanonicalizeHostName':'Canonicalize Host Name','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_Principal':'Principal','DataAccessUIStringId.MasterDetailEditorLabelInvalidRelationsText':'{0} invalid relation(s)','DataAccessUIStringId.JoinEditorEmptyColumnText':'<Select a column>','DataAccessUIStringId.Button_ResetSchema':'Reset Schema...','DataAccessUIStringId.WizardPageEFConnectionProperties_CustomConnection':'Specify a custom connection string','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedColumnMessage':'The \"{0}.{1}\" column was removed from the \"{2}\" data source. Remove this column from the federated query to proceed.','DataAccessUIStringId.QueryBuilder_AllowEdit':'Allow Edit SQL','DataAccessUIStringId.MessageCannotLoadDatabasesList':'Error has occurred during loading databases list.','DataAccessUIStringId.JsonDataSourceEditorTitle':'JSON Data Source Editor','DataAccessUIStringId.QueryDesignControlDataPreviewCaption_All':'Data Preview','DataAccessUIStringId.QueryBuilder':'Query Builder','DataAccessUIStringId.WizardPageConfigureStoredProcedures':'Add stored procedures to the data source, configure their parameters and preview the result.','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Select':'Join','DataAccessUIStringId.JsonDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.QueryBuilderColumns_Alias':'Alias','DataAccessUIStringId.WizardPageConfigureJsonConnection_BasicHttpAuthText':'Basic HTTP Authentication','DataAccessUIStringId.FederationDataSourceQueryBuilder_SelectResult':'Join result','DataAccessUIStringId.WizardPageConfigureJsonConnection':'Configure web service endpoint request.','DataAccessUIStringId.JoinEditor':'Join Editor','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Transform':'Transform','DataAccessUIStringId.LoadingDataSqlError':'SQL execution error:\\r\\n{0}\\r\\n','DataAccessUIStringId.WizardPageChooseDataSourceName':'Enter the data source name','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldNameIsEmpty':'A field name cannot be empty.','DataAccessUIStringId.WizardPageChooseFileOptions_FirstRowAsFieldNames':'Use values of the first row as field names','DataAccessUIStringId.WizardPageSaveConnection':'Save the connection string.','DataAccessUIStringId.QueryDesignControlNoSelection':'No column has been selected. Please select at least one column to proceed.','DataAccessUIStringId.WizardPageChooseEFConnectionString':'Do you want to select a connection string from the list of available settings?','DataAccessUIStringId.ExcelDataSourceWizard_Title':'Table','DataAccessUIStringId.ConnectionProperties_ClientID':'Client ID:','DataAccessUIStringId.ODSEditorsNoMembersInType':'The {0} data source type does not provide any members suitable for binding.','DataAccessUIStringId.QueryDesignControlAliasAlreadyExists':'The specified alias already exists. Do you want to correct the value?','DataAccessUIStringId.ExpressionEditor_EmptyExpression':'The expression string cannot be empty.','DataAccessUIStringId.WizardTitleODS':'ObjectDataSource Wizard','DataAccessUIStringId.ParametersColumn_Name':'Name','DataAccessUIStringId.ParametersColumn_Type':'Type','DataAccessUIStringId.WizardCannotRetrieveDatabasesMessage':'Cannot retrieve the list of available databases. See the details below.','DataAccessUIStringId.StoredProcControl_Caption':'Select a stored procedure','DataAccessUIStringId.WizardTitleDatasource':'Data Source Wizard','DataAccessUIStringId.ConnectionProperties_ServerType':'Server type:','DataAccessUIStringId.ConnectionProperties_ServerName':'Server name:','DataAccessUIStringId.WizardPageChooseObjectAssembly_ShowOnlyHighlighted':'Show only highlighted assemblies','DataAccessUIStringId.ConnectionProperties_Hostname':'Hostname:','DataAccessUIStringId.ExcelDataSourceWizard_DefinedNameItem':'Defined Name','DataAccessUIStringId.QueryBuilderColumns_Source':'Source','DataAccessUIStringId.SqlDataSourceDesignerVerbEditConnection':'Configure Connection...','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_File':'JSON File','DataAccessUIStringId.ExcelDataSourceIncorrectFilePathMessage':'Unable to locate file {0}.\\r\\nPlease specify a valid location and press OK to continue.','DataAccessUIStringId.WizardPageConfigureMongoDBQueries':'Configure queries.','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeRemote':'Remote','DataAccessUIStringId.SqlDataSourceDesignerVerbManageQueries':'Manage Queries...','DataAccessUIStringId.ConnectionProperties_AuthenticationType_BigQueryKeyFile':'Key file','DataAccessUIStringId.QueryBuilderColumnsOf':'Columns of {0}','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_CollectionNameColumnName':'Collection','DataAccessUIStringId.WizardPageChooseObjectType_ShowOnlyHighlighted':'Show only highlighted types','DataAccessUIStringId.QueryBuilder_Delete':'Delete','DataAccessUIStringId.QueryBuilderRelationBetweenTwoColumnsOfTheSameTable':'Cannot create a relation between two columns that belong to the same table {0}.','DataAccessUIStringId.FiltersView_CheckText':'Select only','DataAccessUIStringId.WizardPageConfigureJsonConnection_ParameterNameText':'Parameter Name','DataAccessUIStringId.ExcelDataSourceDesignerVerbEditSchema':'Edit Schema...','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveDataDescription':'The object data source automatically creates an instance of the specified type by using one of the available constructors. If only one constructor is available, this constructor will be used.','DataAccessUIStringId.ConnectionProperties_SslModeDefault':'Default','DataAccessUIStringId.WizardPageEFConnectionProperties_SaveToConfig':'Save the connection string to config file as:','DataAccessUIStringId.ExcelDataSourceWizard_TableItem':'Table','DataAccessUIStringId.ODSEditorsNoDataSetMessage':'The current operation cannot be accomplished unless the data source has been specified.','DataAccessUIStringId.MessageBoxErrorTitle':'Error','DataAccessUIStringId.QueryBuilderJoinTypeUpdatingConfirmation':'The new join type will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?','DataAccessUIStringId.ODSEditorsIsPropertyMessage':'The {0} data member is a property. To be able to receive parameters, a data member must be a method.','DataAccessUIStringId.ExcelDataSourceEditorTitle':'Excel Data Source Editor','DataAccessUIStringId.MasterDetailEditorEditQueryRelations':'Edit Relations for the \\'{0}\\' Query','DataAccessUIStringId.MasterDetailEditorInvalidQueryNameMessage':'Cannot find the specified query: \"{0}\". Specify an existing query name.','DataAccessUIStringId.WizardPageChooseObjectConstructor_ShowOnlyHighlighted':'Show only highlighted constructors','DataAccessUIStringId.WizardPageChooseConnection_ChooseExistingConnection':'Yes, let me choose an existing connection from the list','DataAccessUIStringId.WizardPageEFConnectionProperties_DefaultConnection':'Use default connection string','DataAccessUIStringId.ConnectionEditorTitle':'Connection Editor','DataAccessUIStringId.WizardPageChooseFileOptions':'Specify import settings.','DataAccessUIStringId.WizardPageConfigureQuery_Query':'Query','DataAccessUIStringId.QueryBuilder_ReverseRelation':'Reverse Relation','DataAccessUIStringId.ConnectionProperties_AuthenticationType_MSSqlServer':'Server authentication','DataAccessUIStringId.WizardPageConfigureEFFilters_ChooseEntityPlaceholder':'Choose Entity','DataAccessUIStringId.ConnectionProperties_AuthenticationType_BigQueryOAuth':'OAuth','DataAccessUIStringId.LoadingDatasourceOutOfMemoryError':'Not enough memory to load data','DataAccessUIStringId.PasswordRequest':'File load error','DataAccessUIStringId.QueryDesignControlTableNameAlreadyExists':'A table with the specified name already exists. Please specify a different table name.','DataAccessUIStringId.QueryBuilder_DeleteCondition':'Delete Condition','DataAccessUIStringId.WizardConfirmExecutionMessage':'Do you want to execute the query on the server and obtain the resulting query schema?','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_ChooseCollectionPlaceholder':'Choose Collection','DataAccessUIStringId.WizardPageChooseMongoDBSchema_QueryName':'Query name:','DataAccessUIStringId.WizardUnableToLoadMongoDBDriver':'An attempt to load the \"MongoDB.Driver.dll\" assembly failed.\\r\\nThe \"MongoDB.Driver\" package should be installed in your application project to provide MongoDB data at runtime.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType_None':'None','DataAccessUIStringId.WizardPageChooseFileOptions_ValueSeparator':'Value separator:','DataAccessUIStringId.EFDataMemberEditorTitle':'Entity Framework Data Member Editor','DataAccessUIStringId.Button_QueryBuilder':'Run Query Builder...','DataAccessUIStringId.JoinEditor_JoinType':'Join type:','DataAccessUIStringId.SqlDataSourceDesignerVerbRequestDatabaseSchema':'Request Database Schema','DataAccessUIStringId.SortingTypeAscending':'Ascending','DataAccessUIStringId.WizardDataSourceEmptyNameMessage':'<b>The data source name cannot be empty.</b>','DataAccessUIStringId.ODSConstructorEditorTitle':'Configure Constructor Settings','DataAccessUIStringId.ODSParametersEditorTitle':'Configure Parameters','DataAccessUIStringId.QueryBuilder_EditSql':'Edit SQL','DataAccessUIStringId.MasterDetailEditorColumnsHasDifferentTypesConfirmation':'The \\'{0}\\'.\\'{1}\\' and \\'{3}\\'.\\'{4}\\' columns have different types ({2} and {5}). Do you wish to continue?','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationDatabase':'Authentication Database:','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedTableMessage':'The \"{0}\" table was removed from the \"{1}\" data source. Remove this table from the federated query to proceed.','DataAccessUIStringId.WizardPageChooseFile':'Select an Excel workbook or CSV file.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_PasteConnectionString':'Paste a connection string','DataAccessUIStringId.MasterDetailEditorRemoveRelationMessage':'Remove the relation','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveSchemaDescription':'Only the data source schema is retrieved from the specified object, without feeding the actual data.\\r\\n\\r\\nTo manually retrieve the actual data, create a data source object’s instance in code and assign it to the ObjectDataSource.DataSource property.','DataAccessUIStringId.JoinEditorGreaterOperator':'Is greater than','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedDataSourceMessage':'The \"{0}\" data source was removed. Remove the \"{1}\" table from the federated query to proceed.','DataAccessUIStringId.DSTypeSql':'Database','DataAccessUIStringId.DSTypeXpo':'XPO','DataAccessUIStringId.QueryBuilderTable':'Table','DataAccessUIStringId.Button_Apply':'Apply','DataAccessUIStringId.Button_Close':'Close','DataAccessUIStringId.QueryDesignControlExpressionChanged':'This action will reset the SQL expression, and all your changes will be discarded. Do you want to continue?','DataAccessUIStringId.XPObjectSource_DataProvidersListMustBeNonEmpty':'DataProviders list is empty.','DataAccessUIStringId.ConnectionProperties_DatabaseListLoadingError':'Database List Loading Error','DataAccessUIStringId.LoadingDataSourceOpeningConnectionError':'Connection name: {0}\\r\\nError message:\\r\\n{1}\\r\\n','DataAccessUIStringId.WizardPageChooseExcelFileDataRange':'Select the required worksheet, table or defined name referring to the specified range.','DataAccessUIStringId.WizardPageChooseFileOptions_Options':'Options','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldExists':'{0} field name already exists at this level','DataAccessUIStringId.PasswordRequest_Password':'Password:','DataAccessUIStringId.FederationDataSourceQueryBuilder_TransformationResult':'Transformation result','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_DatabaseNameColumnName':'Database','DataAccessUIStringId.CustomAssemblyWarning':'You are about to load a third-party library: \\'{0}\\'.\\r\\n\\r\\nBefore you proceed, please consider resulting security risks and make sure that this library is supplied from a trusted source.','DataAccessUIStringId.ConnectionProperties_SslModeNone':'None','DataAccessUIStringId.FiltersView_GroupFilter':'Group Filter','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_EnterConnectionFields':'Enter connection fields individually','DataAccessUIStringId.MessageLessThanTwoQueries':'At least two queries are required to create a master-detail relation.','DataAccessUIStringId.FederationDataSourceDesignerVerbManageQueries':'Manage Queries...','DataAccessUIStringId.FederationDataSourceDesignerVerbRebuildSchema':'Rebuild Result Schema','DataAccessUIStringId.JsonDataSourceDesignerVerbEditSchema':'Edit Schema...','DataAccessUIStringId.QueryBuilder_Rename':'Rename','DataAccessUIStringId.ConnectionProperties_ServiceAccountEmail':'Service account email:','DataAccessUIStringId.MessageBoxConfirmationTitle':'Confirmation','DataAccessUIStringId.QueryBuilder_SortDescending':'Sort Descending','DataAccessUIStringId.ExpressionEditor_NavigateToErrors':'To view the errors, click the drop-down button in the editor\\'s status bar.','DataAccessUIStringId.MessageBoxCloseQueryBuilderDialogConfirmation':'All your changes will be discarded if you close the Query Builder dialog. Do you want to continue?','DataAccessUIStringId.WizardPageSaveJsonConnection_SkipSaveRequestParameters':'No, skip the request parameters','DataAccessUIStringId.ExcelDataSourceIncorrectFilePathExceptionMessage':'Unable to locate file {0}.','DataAccessUIStringId.WizardPageConfigureJsonConnection_HttpHeadersText':'HTTP Header Parameters','DataAccessUIStringId.FiltersView_Filter':'Filter','DataAccessUIStringId.WizardPageChooseMongoDBSchema_FieldName':'Field Name','DataAccessUIStringId.DSTypeMongoDB':'MongoDB','DataAccessUIStringId.WizardPageChooseFileOptions_Encoding':'Encoding:','DataAccessUIStringId.QueryEditorMessageInvalidQuery':'An error occurred during query validation: {0}\\r\\n\\r\\nTo discard this query and invoke the wizard, click OK.\\r\\n\\r\\nTo keep this query, click Cancel.','DataAccessUIStringId.JoinEditorEmptyTableText':'<Select a table>','DataAccessUIStringId.ConnectionProperties_ServerTypeEmbedded':'Embedded','DataAccessUIStringId.ParametersColumn_Value':'Value','DataAccessUIStringId.WizardPageSaveJsonConnection_SaveRequestParameters':'Yes, save the specified request parameters','DataAccessUIStringId.ExpressionEditorViewTitle':'Expression Editor','DataAccessUIStringId.ParametersColumn_Selected':'Selected','DataAccessUIStringId.UpdateSchemaCaption':'Update schema','DataAccessUIStringId.WizardPageChooseConnectionNoChoice':'Select a data connection.','DataAccessUIStringId.Button_Add':'Add','DataAccessUIStringId.WizardPageConfigureParameters':'Configure query parameters and preview the result.','DataAccessUIStringId.XPObjectSourceDesignerVerbPopulateProperties':'Populate Properties','DataAccessUIStringId.EFDataSourceEditorTitle':'Entity Framework Data Source Editor','DataAccessUIStringId.ConnectionProperties_ClientSecret':'Client Secret:','DataAccessUIStringId.LoadingDataSourceAborted':'Data loading has been aborted.','DataAccessUIStringId.Button_Previous':'Previous','DataAccessUIStringId.FederatedQueryCollectionEditorForm_Title':'Manage Queries','DataAccessUIStringId.WizardPageConfigureJsonConnection_ParameterValueText':'Parameter Value','DataAccessUIStringId.ConnectionProperties_ClientLibrary':'Client library:','DataAccessUIStringId.DSTypeEF':'Entity Framework','DataAccessUIStringId.QueryBuilderButtons_EditParameters':'Edit Parameters...','DataAccessUIStringId.ConnectionProperties_KeyFileName':'Key file name:','DataAccessUIStringId.QueryBuilder_EditRelation':'Edit Relation','DataAccessUIStringId.ConnectionProperties_ServerTypeServer':'Server','DataAccessUIStringId.WizardCannotCreateDataSourceMessage':'Cannot create an empty data source. Please select an object to include.','DataAccessUIStringId.QueryFilter_BoundTo':'Bound to {0}','DataAccessUIStringId.WizardPageChooseFileOptions_DetectAutomatically':'Detect automatically','DataAccessUIStringId.ConnectionProperties_DataSetID':'DataSet ID:','DataAccessUIStringId.SortingTypeNone':'Unsorted','DataAccessUIStringId.ParametersGridForm_Title':'Query Parameters','DataAccessUIStringId.ParametersColumn_Expression':'Expression','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_QueryAlias':'Alias','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_Uri':'Web Service Endpoint (URI)','DataAccessUIStringId.Button_Next':'Next','DataAccessUIStringId.XPObjectSourceDesignerVerbClearProperties':'Clear Properties','DataAccessUIStringId.ODSEditorsCannotResolveDataMember':'Cannot resolve the specified data member. To specify the data member and its parameters, use the Data Member editor.','DataAccessUIStringId.MasterDetailEditorInvalidRelationNameMessage':'A relation with the specified name already exists.','DataAccessUIStringId.WizardPageChooseJsonSource_ResultingUri':'Resulting URI:','DataAccessUIStringId.QueryBuilderCustomSqlRequiresParameters':'The query contains parameters and cannot be executed before they are declared. \\r\\nPlease go to the next wizard page to declare the required query parameters and preview the results.','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeTypeLabel':'Query Type:','DataAccessUIStringId.ExcelDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.MasterDetailEditorAddConditionMessage':'Create a new condition','DataAccessUIStringId.MasterDetailEditorInvalidColumnNameMessage':'Cannot find the specified column: \"{0}\". Specify an existing column name.','DataAccessUIStringId.QueryBuilderColumns_SortOrder':'Sort Order','DataAccessUIStringId.WizardPageChooseMongoDBSchema_AnalyzeAllDocumentsButton':'Analyze all documents','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_FilterColumnName':'Filter','DataAccessUIStringId.RebuildResultSchemaComplete':'Result schema is rebuilt successfully.','DataAccessUIStringId.RebuildResultSchemaCaption':'Rebuild Result Schema','DataAccessUIStringId.QueryControl_SqlString':'SQL string:','DataAccessUIStringId.WizardPageChooseJsonSource':'Specify JSON data location.','DataAccessUIStringId.WizardPageEFConnectionProperties':'Specify a connection string.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection':'Specify connection properties.','DataAccessUIStringId.WizardPageChooseJsonSchema':'Select data fields.','DataAccessUIStringId.WizardPageChooseMongoDBSchema_Type':'Type','DataAccessUIStringId.SqlDataSourceDesignerVerbManageRelations':'Manage Relations...','DataAccessUIStringId.JoinInformation':'Join Information','DataAccessUIStringId.WizardPageConfigureQuery_StoredProcedure':'Stored Procedure','DataAccessUIStringId.UpdateDBSchemaComplete':'Database schema is updated successfully.','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType_SpecifyConnection':'No, I\\'d like to specify a connection that applies both at design time and runtime.','DataAccessUIStringId.FederationDataSourceDesignerVerbManageRelations':'Manage Relations...','DataAccessUIStringId.WizardPageChooseEFConnectionString_CustomConnection':'No, specify a custom connection string','DataAccessUIStringId.ConnectionProperties_AuthenticationType':'Authentication type:','DataAccessUIStringId.QueryBuilderButtons_Filter':'Filter...','DataAccessUIStringId.WizardPageSaveConnection_SaveCredentials':'Yes, save all required parameters','DataAccessUIStringId.QueryDesignControlDataPreviewCaption':'Data Preview (First 1000 Rows Displayed)','DataAccessUIStringId.EFEditorsNoStoredProcs':'No stored procedures are available in the data context.','DataAccessUIStringId.WizardPageChooseFileOptions_TextQualifier':'Text qualifier:','DataAccessUIStringId.DSTypeObject':'Object','DataAccessUIStringId.PasswordRequest_SavePassword':'Save password','DataAccessUIStringId.WizardPageChooseJsonSource_UriPathParametersText':'URI Path Parameters','DataAccessUIStringId.DSTypeNoData':'No Data','DataAccessUIStringId.ConnectionProperties_UserName':'User name:','DataAccessUIStringId.Button_Remove':'Remove','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_Dsn':'DSN:','DataAccessUIStringId.ODSEditorsNoDataMemberMessage':'Cannot specify parameters unless the DataMember property has been assigned a value.','DataAccessUIStringId.Button_EditRelations':'Manage Relations...','DataAccessUIStringId.WizardPageConfigureQuery':'Create a query or select a stored procedure.','DataAccessUIStringId.EFFilterParametersForm':'Filter Parameters','DataAccessUIStringId.ExpressionEditor_NoSuggestionsMessage':'No suggestions','DataAccessUIStringId.WizardPageChooseJsonSchema_AnalyzeAllRecordsButton':'Analyze all records','DataAccessUIStringId.ExcelDataSourceDesignerVerbUpdateSchema':'Rebuild Result Schema','DataAccessUIStringId.JoinEditorGreaterOrEqualOperator':'Is greater than or equal to','DataAccessUIStringId.WizardDuplicatingColumnNameMessage':'A data schema contains a duplicated column \\'{0}\\'. Modify the query so that all columns have unique names.','DataAccessUIStringId.ConnectionProperties_OracleProviderTypeODPManaged':'ODP Managed','DataAccessUIStringId.WizardEmptyStoredProceduresListMessage':'There are no stored procedures in the current database.','DataAccessUIStringId.SortingTypeDescending':'Descending','DataAccessUIStringId.ParametersColumn_Version':'Version','DataAccessUIStringId.ODSDataSourceEditorTitle':'Configure Data Source','DataAccessUIStringId.WizardPageChooseObjectMember':'Select a data source member (if required).','DataAccessUIStringId.MasterDetailEditorRemoveConditionMessage':'Remove the condition','DataAccessUIStringId.WizardPageChooseJsonSource_Custom':'JSON String:','DataAccessUIStringId.WizardPageChooseMongoDBSchema_FieldDisplayName':'Field Display Name','DataAccessUIStringId.EFConnectionEditorTitle':'Entity Framework Data Connection Editor','DataAccessUIStringId.WizardPageChooseMongoDBSchema_PartiallyAnalyzedCollectionMessage':'The above field types are generated based on the first {0} MongoDB documents.\\r\\n\\r\\nIf your data contains a field whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\\r\\n\\r\\nYou can analyze all MongoDB documents to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.','DataAccessUIStringId.WizardPageSaveConnection_SaveConnectionString':'Do you want to save the connection string to the application\\'s configuration file?','DataAccessUIStringId.QueryFilter_SelectParameterPlaceholder':'Select a parameter...','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_IsSRVRecord':'SRV Record','DataAccessUIStringId.XPObjectSource_ConfirmReplaceProperties':'The Properties collection will be recreated based on the specified entity type information. Do you want to continue?','DataAccessUIStringId.FederationDataSourceQueryBuilder_TransformationNodeRoot':'Transformation node root: {0}','DataAccessUIStringId.QueryDesignControlTableNameEmpty':'The table name cannot be empty.','DataAccessUIStringId.ODSEditorsStaticMemberMessage':'{0} is a static member. Using a constructor to create an instance of the {1} class is not appropriate.','DataAccessUIStringId.FiltersView_SkipTooltip':'This option is only available when the result set is sorted.','DataAccessUIStringId.RebuildResultSchemaConfirmationText':'Do you want to execute the following queries on the server and obtain the resulting schema?','DataAccessUIStringId.WizardPageObjectConstructorParameters':'Specify the constructor parameters.','DataAccessUIStringId.WizardPageConfigureJsonConnection_PasswordText':'Password:','DataAccessUIStringId.SqlQueryCollectionEditorForm_Title':'Manage Queries','DataAccessUIStringId.DataSourceName':'Data source name: {0}','DataAccessUIStringId.WizardPageChooseMongoDBSchema':'Select data fields.','DataAccessUIStringId.MessageBoxCloseManageQueriesDialogConfirmation':'All your changes will be discarded if you close the Manage Queries dialog. Do you want to continue?','DataAccessUIStringId.MessageCannotLoadServersList':'Cannot find any database servers.','DataAccessUIStringId.ConnectionProperties_RefreshToken':'Refresh Token:','DataAccessUIStringId.WizardPageChooseJsonSource_UriQueryParametersText':'Query Parameters','DataAccessUIStringId.JoinEditorLessOrEqualOperator':'Is less than or equal to','DataAccessUIStringId.WizardPageChooseJsonSource_File':'JSON File:','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType_NamePassword':'Username / Password','DataAccessUIStringId.WizardPageConfigureExcelFileColumns':'Select required columns and specify their settings.','DataAccessUIStringId.QueryBuilderCircularRelationWarning':'The link between {0}.{1} and {2}.{3} results in a circular relation and cannot be added.','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_Custom':'JSON String','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeInternet':'Internet','DataAccessUIStringId.WizardPageChooseJsonSource_URI':'Web Service Endpoint (URI):','DataAccessUIStringId.QueryBuilder_AddToSelect':'Add to Query','DataAccessUIStringId.WizardPageConfigureEFFilters_FilterColumnName':'Filter String','DataAccessUIStringId.WizardPageConfigureJsonConnection_HeaderNameText':'Header Name','DataAccessUIStringId.DSTypeJson':'JSON','DataAccessUIStringId.QueryBuilderColumns_TableName':'Table Name','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldDisplayName':'Field Display Name','DataAccessUIStringId.WizardPageConfigureEFFilters':'Add filter criteria to data source tables and/or views.','DataAccessUIStringId.WizardPageChooseJsonSchema_PartiallyAnalyzedJsonMessage':'The above field types are generated based on the first {0} JSON records.\\r\\n\\r\\nIf your data contains a record whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\\r\\n\\r\\nYou can analyze all JSON records to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.','DataAccessUIStringId.WizardPageChooseEFDataMember':'Select a data member','DataAccessUIStringId.ConnectionProperties_ProjectID':'Project ID:','DataAccessUIStringId.JoinEditorFillAllFieldsException':'Some fields are empty. Please fill all empty fields or remove the corresponding conditions to proceed.','DataAccessUIStringId.JoinEditorEqualOperator':'Equals to','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_ChooseDatabasePlaceholder':'Choose Database','DataAccessUIStringId.Button_Browse':'Browse...','DataAccessUIStringId.WizardPageSaveConnection_SkipSaveCredentials':'No, skip credentials for security reasons','DataAccessUIStringId.QueryDesignControlRemoveTables':'The following tables will be removed from the query.\\r\\n\\r\\n{0}\\r\\nDo you want to continue?','DataAccessUIStringId.QueryBuilderColumns_Aggregate':'Aggregate','DataAccessUIStringId.PasswordRequest_FileName':'File name:','DataAccessUIStringId.WizardCannotConnectMessage':'Cannot connect to the database. See the details below.','DataAccessUIStringId.MasterDetailEditorForm_Title':'Master-Detail Relation Editor','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldName':'Field Name','DataAccessUIStringId.WizardPageChooseObjectBindingMode':'Select the data binding mode.','DataAccessUIStringId.ConnectionProperties_AdvantageServerType':'Server type:','DataAccessUIStringId.JoinEditorNotEqualOperator':'Does not equal to','DataAccessUIStringId.WizardDataSourceCreatedMessage':'The data source has been successfully created','DataAccessUIStringId.ChooseEFStoredProceduresDialog':'Select stored procedures to add','DataAccessUIStringId.WizardPageConfigureJsonConnection_UsernameText':'Username:','DevExpress.DataAccess.Sql.ConnectionOptions.CloseConnection':'Close Connection','DevExpress.DataAccess.MongoDB.MongoDBQuery.FilterString':'Filter String','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionParameters':'Connection Parameters','DevExpress.Xpo.XPObjectSource.TopReturnedRecords':'Top Returned Records','DevExpress.DataAccess.MongoDB.MongoDBQuery.Alias':'Alias','DevExpress.DataAccess.Sql.TableQuery.GroupFilterString':'Group Filter String','DevExpress.DataAccess.Sql.SqlQuery.Parameters':'Parameters','DevExpress.DataAccess.Excel.CsvSourceOptions.NewlineType':'Newline Type','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.Parameters':'Parameters','DevExpress.DataAccess.Excel.ExcelSourceOptions.SkipHiddenRows':'Skip Hidden Rows','DevExpress.DataAccess.Json.JsonDataSource.SchemaDiscoveryMaxItemCount':'Schema Discovery Max Item Count','DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo.Parameters':'Parameters','DevExpress.DataAccess.Json.JsonDataSource.RootElement':'Root Element','DevExpress.DataAccess.Excel.ExcelSourceOptions.Password':'Password','DevExpress.DataAccess.EntityFramework.EFDataSource.Filters':'Filters','DevExpress.DataAccess.Excel.ExcelDataSource.CsvSourceOptions':'CSV Source Options','DevExpress.DataAccess.ConnectionParameters.MongoDBCustomConnectionParameters.ConnectionString':'Connection String','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.ConnectionName':'Connection Name','DevExpress.DataAccess.Json.UriJsonSource.PathParameters':'Path Parameters','DevExpress.DataAccess.Excel.ExcelSourceOptions.ImportSettings':'Import Settings','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.Constructor':'Constructor','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelWorksheetSettings':'Excel Worksheet Settings','DevExpress.DataAccess.Json.UriJsonSource.HeaderParameters':'Header Parameters','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.WorksheetName':'Worksheet Name','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.ConnectionStringName':'Connection String Name','DevExpress.DataAccess.Sql.SelectQuery.Distinct':'Distinct','DevExpress.Xpo.XPObjectSource.Parameters':'Parameters','DevExpress.DataAccess.MongoDB.MongoDBQuery.Parameters':'Parameters','DevExpress.Xpo.XPObjectSource.GroupFilterString':'Group Filter','DevExpress.DataAccess.Json.UriJsonSource.QueryParameters':'Query Parameters','DevExpress.DataAccess.Sql.ObjectDataSource':'Object Data Source','DevExpress.DataAccess.Json.UriJsonSource':'Uri Json Source','DevExpress.DataAccess.Excel.ExcelDefinedNameSettings.Scope':'Scope','DevExpress.DataAccess.Sql.SelectQuery.FilterString':'Filter String','DevExpress.DataAccess.Excel.CsvSourceOptions.Encoding':'Encoding','DevExpress.DataAccess.Sql.SelectQuery.GroupFilterString':'Group Filter String','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelTableSettings':'Excel Table Settings','DevExpress.DataAccess.Sql.SqlQuery.Name':'Name','DevExpress.Xpo.XPObjectSource.Sorting':'Sorting','DevExpress.DataAccess.MongoDB.MongoDBDataSource':'MongoDB Data Source','DevExpress.DataAccess.EntityFramework.EFDataSource.Connection':'Connection','DevExpress.DataAccess.Parameter.Type':'Type','DevExpress.DataAccess.Parameter.Name':'Name','DevExpress.DataAccess.Sql.StoredProcQuery.StoredProcName':'Stored Procedure Name','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectNewlineType':'Detect Newline Type','DevExpress.DataAccess.Sql.ConnectionOptions.DbCommandTimeout':'Command Timeout','DevExpress.DataAccess.Excel.ExcelDataSource.SourceOptions':'Source Options','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.DataMember':'Data Member','DevExpress.DataAccess.Json.CustomJsonSource':'Custom Json Source','DevExpress.DataAccess.Json.JsonDataSource.JsonSource':'Json Source','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.CellRange':'Cell Range','DevExpress.DataAccess.Json.CustomJsonSource.Json':'Json','DevExpress.Xpo.XPObjectSource.Properties':'Properties','DevExpress.DataAccess.Excel.CsvSourceOptions.ValueSeparator':'Value Separator','DevExpress.DataAccess.Parameter.Value':'Value','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.DataSource':'Data Source','DevExpress.DataAccess.Excel.ExcelDataSource.FileName':'File Name','DevExpress.DataAccess.Sql.SelectQuery.Skip':'Skip','DevExpress.DataAccess.Sql.TableQuery.Skip':'Skip','DevExpress.DataAccess.Excel.ExcelSourceOptionsBase.SkipEmptyRows':'Skip Empty Rows','DevExpress.DataAccess.EntityFramework.EFDataSource.StoredProcedures':'Stored Procedures','DevExpress.DataAccess.EntityFramework.DBSetFilter.Parameters':'Parameters','DevExpress.DataAccess.Excel.ExcelDataSource.ExcelSourceOptions':'Excel Source Options','DevExpress.DataAccess.ConnectionParameters.CustomStringConnectionParameters.ConnectionString':'Connection String','DevExpress.Xpo.XPObjectSource.EntityType':'Entity Type','DevExpress.DataAccess.Sql.SelectQuery.Top':'Top','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionName':'Connection Name','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectEncoding':'Detect Encoding','DevExpress.DataAccess.DataFederation.FederationDataSource':'Federation Data Source','DevExpress.DataAccess.Json.UriJsonSource.Uri':'Uri','DevExpress.DataAccess.Sql.TableQuery.FilterString':'Filter String','DevExpress.Xpo.XPObjectSource.FilterString':'Filter','DevExpress.DataAccess.Json.JsonDataSource.ConnectionName':'Connection Name','DevExpress.DataAccess.Excel.ExcelSourceOptionsBase.UseFirstRowAsHeader':'Use First Row As Header','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.ConnectionParameters':'Connection Parameters','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectValueSeparator':'Detect Value Separator','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.Source':'Source','DevExpress.Xpo.XPObjectSource.ConnectionString':'Connection String','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.Queries':'Queries','DevExpress.DataAccess.Sql.TableQuery.Top':'Top','DevExpress.DataAccess.Sql.SqlDataSource.Queries':'Queries','DevExpress.DataAccess.Excel.ExcelDataSource':'Excel Data Source','DevExpress.DataAccess.Excel.CsvSourceOptions.CellRange':'Cell Range','DevExpress.DataAccess.Excel.ExcelDefinedNameSettings.DefinedName':'Defined Name','DevExpress.DataAccess.Excel.CsvSourceOptions.Culture':'Culture','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.Connection':'Connection','DevExpress.DataAccess.Excel.ExcelSourceOptions.SkipHiddenColumns':'Skip Hidden Columns','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.ConnectionString':'Connection String','DevExpress.DataAccess.Json.JsonDataSource':'Json Data Source','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelDefinedNameSettings':'Excel Defined Name Settings','DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase':'Connection Parameters','DevExpress.DataAccess.EntityFramework.EFDataSource':'EF DataSource','DevExpress.DataAccess.Excel.CsvSourceOptions.TrimBlanks':'Trim Blanks','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.WorksheetIndex':'Worksheet Index','DevExpress.DataAccess.Sql.SqlDataSource':'Sql Data Source','DevExpress.DataAccess.Excel.CsvSourceOptions.TextQualifier':'Text Qualifier','DevExpress.DataAccess.Sql.SqlDataSource.Relations':'Relations','DevExpress.DataAccess.Json.UriJsonSource.AuthenticationInfo':'Authentication Info','DevExpress.DataAccess.MongoDB.MongoDBQuery.CollectionName':'Collection Name','DevExpress.DataAccess.MongoDB.MongoDBQuery.DatabaseName':'Database Name','DevExpress.DataAccess.Excel.ExcelTableSettings.TableName':'Table Name','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionOptions':'Connection Options','DevExpress.Xpo.XPObjectSource.SkipReturnedRecords':'Skip Returned Records','DevExpress.DataAccess.Sql.CustomSqlQuery.Sql':'SQL','DevExpress.Xpo.XPObjectSource.ConnectionStringName':'Connection String Name','DataAccessStringId.WizardNoEFDataContextsMessage':'The selected assembly does not contain Entity Framework data contexts.','DataAccessStringId.ODSWizardErrorExceptionInCtor':'The default constructor of an ITypedList implementation has thrown an exception.','DataAccessStringId.ConfigureMultiQueryPage_ViewCategory':'Views','DataAccessStringId.WizardDataConnectionNameExistsMessage':'A data connection with the specified name already exists. Please specify a different connection name.','DataAccessStringId.TableNullValidationException':'A table cannot be null.','DataAccessStringId.MongoDB_QueryExecutionException':'Query {0} failed to execute.','DataAccessStringId.GroupByWithoutAggregateValidationException':'Grouping requires at least one aggregated column.','DataAccessStringId.ConfigureMultiQueryPage_TableCategory':'Tables','DataAccessStringId.FileNameFilter_CSV':'CSV Files','DataAccessStringId.PropertyGridBehaviorCategoryName':'Behavior','DataAccessStringId.ProviderNotSupportedLabel':'Certain query features are not supported for the current provider.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Constants':'Constants','DataAccessStringId.LoadingDataSourcePanelText':'Loading data source','DataAccessStringId.ExpressionEditor_DocumentationCategory_Columns':'Columns','DataAccessStringId.ExpressionEditor_DocumentationCategory_Functions':'Functions','DataAccessStringId.LoadingPanelText':'Loading...','DataAccessStringId.SkipWithoutSortingWebValidationException':'The Offset setting is set while records are not sorted. Please apply sorting to be able to skip the first N records.','DataAccessStringId.ConnectingToDatabaseCaption':'Please wait','DataAccessStringId.StoredProcedureParameterTypeValidationException':'Parameter \\'{2}\\' type mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueryPropertyGridTableSelectionCategoryName':'Table Selection','DataAccessStringId.XPObjectSource_IncorrectXmlRootElement':'The <{0}> XML root element is incorrect. The <{1}> element is expected.','DataAccessStringId.RelationException':'Cannot set relation between columns \\'{0}\\'.\\'{1}\\' of type {2} and \\'{3}\\'.\\'{4}\\' of type {5}.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Operators':'Operators','DataAccessStringId.ExpressionEditor_Caption':'Expression Editor','DataAccessStringId.EmptyColumnAliasPattern':'Column{0}','DataAccessStringId.ExcelWizard_ValueSeparator_Space':'Space','DataAccessStringId.MessageDuplicateItem':'The collection already contains the \\'{0}\\' item','DataAccessStringId.ExcelWizard_ValueSeparator_Comma':'Comma','DataAccessStringId.ObjectDataSourceWizard_CannotGetTypeProperties':'Cannot get properties for this type.','DataAccessStringId.QueriesFailedToExecute_ExceptionMessage':'One or more queries have failed to execute.','DataAccessStringId.Federation_ConditionColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Condition: [{2}].','DataAccessStringId.LoadingDataSourcePanelCounter':'{0} of {1}...','DataAccessStringId.RunExpressionEditor':'Expression Editor...','DataAccessStringId.ConnectionStringPostfixServerExplorer':' (from the Server Explorer)','DataAccessStringId.ExpressionEditor_DocumentationCategory_ColumnDescriptionFormat':'Type: {0}','DataAccessStringId.ExpressionEditor_DocumentationCategory_Columns_Tooltip':'column','DataAccessStringId.UnnamedColumnValidationException':'The column name is not specified.','DataAccessStringId.CustomExpressionWithColumnOfMissingTableValidationException':'There are no tables containing the column [{0}] that is used in the custom expression.','DataAccessStringId.Type_Object':'Object','DataAccessStringId.ExpressionEditor_InvalidColumn':'Invalid column: \\'{0}\\'.','DataAccessStringId.DatabaseConnectionExceptionMessage':'Connection name: {0}\\r\\n Error message:\\r\\n{1}\\r\\n','DataAccessStringId.SortingBySameColumnTwiceValidationException':'The following column is used as a sorting criterion more than once: \"{0}\".\"{1}\".','DataAccessStringId.RelationEditorRelationTypeLeftOuterJoin':'Left outer join','DataAccessStringId.ExpressionEditor_DocumentationCategory_Custom':'Custom','DataAccessStringId.Federation_ConditionColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Condition: [{1}].','DataAccessStringId.ExcelWizard_ValueSeparator_Semicolon':'Semicolon','DataAccessStringId.ProviderNotSupportedException':'The following database provider is not supported: {0}.','DataAccessStringId.StoredProcParamNameValidationException':'Parameter name mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueryBuilderAliasAlreadyExists':'The specified alias already exists.','DataAccessStringId.MessageWrongCharacterItemName':'Item name \\'{0}\\' contains wrong characters','DataAccessStringId.GroupByAggregateColumnValidationException':'Cannot group by an aggregate column: \"{0}\".\"{1}\".','DataAccessStringId.Type_Char':'Char','DataAccessStringId.Type_Byte':'Non-negative number (8 bit integer)','DataAccessStringId.Type_UInt':'Non-negative number (32 bit integer)','DataAccessStringId.RelationTableNotSelectedValidationException':'The reference table has not been selected: \"{0}\".','DataAccessStringId.SqlStringEmptyValidationException':'The SQL string is null or empty.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Functions_Tooltip':'function','DataAccessStringId.Type_UShort':'Non-negative number (16 bit integer)','DataAccessStringId.RelationNullValidationException':'A relation cannot be null.','DataAccessStringId.DuplicatingColumnNamesValidationException':'A column with the following name already exists: \"{0}\".\"{1}\".','DataAccessStringId.Wizard_NoDataSourcesForDataFederationMessage':'Provide at least one data source to be used to create a federated data source.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Parameters':'Parameters','DataAccessStringId.ExpressionEditor_FunctionCategory_Logical':'Logical','DataAccessStringId.Type_ByteArray':'Byte array','DataAccessStringId.FilterByAmbiguousColumnValidationException':'The column name [{0}] that is used in the filter string is not unique. Columns with this name exist in the following tables: {1}.','DataAccessStringId.InvalidPortErrorMessage':'Invalid port number. A port number should be between 0 and 65535 inclusive.','DataAccessStringId.ExpressionEditor_InvalidExpression':'Invalid expression.','DataAccessStringId.MongoDB_InvalidDatabaseName':'Invalid database name: \\'{0}\\'.','DataAccessStringId.DefaultNameParameter':'Parameter','DataAccessStringId.RebuildResultSchemaWaitFormText':'Rebuilding the Result Schema...','DataAccessStringId.QueryPropertyGridCommonCategoryName':'Common','DataAccessStringId.QueryBuilderJoinEditorMissingData':'Not all parts of the expression are specified.','DataAccessStringId.ConnectionPropertiesPage_ProviderNotSupported':'Connection parameters were discarded because the {0} provider is not supported. \\r\\nSelect one of the available data providers and specify connection parameters or close the wizard \\r\\nusing the Close button to undo this change.','DataAccessStringId.ExcelEncryptedFileException_EncryptionTypeNotSupported':'The protected file cannot be opened.','DataAccessStringId.NoTablesValidationException':'The collection of tables cannot be empty.','DataAccessStringId.WizardPageChooseJsonSchema_EmptySelection':'Select at least one data field.','DataAccessStringId.SchemaDiscoveryMaxItemCountExceptionMessage':'The value should be greater than or equal to zero.','DataAccessStringId.Federation_NodeIsNotUniqueValidationErrorMessage':'Nodes does not allow duplicates: {0}.','DataAccessStringId.WizardPageChooseMongoDBSchema_EmptySelection':'Select at least one data field for the following queries: {0}.','DataAccessStringId.Federation_EmptySourceNameErrorMessage':'The source name cannot be empty.','DataAccessStringId.GroupFilterStringEditorNoGroups':'Group filtering cannot be applied to data that is not grouped. Please apply data grouping first.','DataAccessStringId.ConfigureMultiQueryPage_QueryCategory':'Queries','DataAccessStringId.ConfigureMultiQueryPage_SpCategory':'Stored Procedures','DataAccessStringId.SkipWithoutSortingValidationException':'The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog.','DataAccessStringId.ConnectionAborted_ExceptionMessage':'The connection has been canceled.','DataAccessStringId.WizardCustomConnectionString':'Custom connection string','DataAccessStringId.CustomExpressionWithMissingInSchemaColumnValidationException':'Column [{0}].[{1}] is used in the custom expression, but it is missing in DBSchema.','DataAccessStringId.QueryPropertyGridStoredProcCategoryName':'Stored Procedure','DataAccessStringId.ProviderNotSupportedFeatureExceptionHeader':'The following query features are not supported for the current provider:','DataAccessStringId.XmlProviderNotSupportedLabel':'Certain query features are not supported for XML files.','DataAccessStringId.CustomExpressionWithAmbiguousColumnValidationException':'The column name [{0}] that is used in the custom expression is not unique. Columns with this name exist in the following tables: {1}.','DataAccessStringId.MessageCannotRebuildSchema':'An error occurred while rebuilding a data source schema.','DataAccessStringId.StoredProcNameNullValidationException':'The name of a stored procedure cannot be null.','DataAccessStringId.ExpressionNullValidationException':'An expression cannot be null, either column or custom expression expected.','DataAccessStringId.QueryBuilderNoRules':'No rule has been added. Please add at least one rule to proceed.','DataAccessStringId.XPObjectSource_PropertiesCollectionDoesNotContainFetch':'The Properties collection does not contain any item with the enabled Fetch option.','DataAccessStringId.FilterByMissingInSchemaColumnValidationException':'Column [{0}].[{1}] is used in the filter string, but it is missing in DBSchema.','DataAccessStringId.RelationEditorRelationTypeInnerJoin':'Inner join','DataAccessStringId.Federation_FilterColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Filter string: [{2}].','DataAccessStringId.ExcelDataSource_SchemaLoadingText':'Schema loading...','DataAccessStringId.IncompleteRelationValidationException':'The specified relation is incomplete: \"{0}\".','DataAccessStringId.Federation_ColumnTableNotExistValidationErrorMessage':'Column [{0}].[{1}] does not exist in data sources.','DataAccessStringId.ManageQueries_QueryIsNotValid':'The \\'{0}\\' query is invalid. {1}','DataAccessStringId.Federation_UnionWithDifferentColumnTypesErrorMessage':'Union node {0}: related columns must have similar  types: {1}.{2}, {3}.{4}.','DataAccessStringId.Type_SByte':'Number (8 bit integer)','DataAccessStringId.ExcelEncryptedFileException_WrongPassword':'The password is not correct. Please try again.','DataAccessStringId.Type_ULong':'Non-negative number (64 bit integer)','DataAccessStringId.RelationEditorRelationTypeMasterDetail':'Master-detail relation','DataAccessStringId.ResultRelation_ColumnNotFoundError':'Column not found: \\'{0}\\'.\\'{1}\\'.','DataAccessStringId.Federation_ExpressionColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Expression: [{1}].','DataAccessStringId.MessageDuplicateQueryName':'A query with the specified name already exists: {0}.','DataAccessStringId.ConnectionStringPostfixAppConfig':' (in the config file)','DataAccessStringId.XPObjectSource_ConnectionStringIsEmpty':'Connection string is empty. To specify the connection, do one of the following: specify the ConnectionString property value; add the connection string to the application configuration file and specify the ConnectionStringName property value; handle the ResolveSession event; setup the default DataLayer.','DataAccessStringId.Federation_TransformationDuplicatedColumnNamesValidationErrorMessage':'The {0} node contains columns with duplicated names: {1}.','DataAccessStringId.MessageEmptyQueryName':'The query name cannot be empty.','DataAccessStringId.ObjectDataSourceWizard_CannotGetPropertiesForThisMethodReturnType':'Cannot get properties for the type returned by this method.','DataAccessStringId.GroupNullValidationException':'A grouping criteria cannot be null.','DataAccessStringId.MessageCannotLoadCustomAssembly':'Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context.','DataAccessStringId.IntegerDivisionValidationMessage':'Please Note:  This Expression engine discards fractions during integer division operations. To return decimal values (floating-point division), use ToDecimal(), ToDouble() or ToFloat() for your expression. For instance, ToDecimal(10)/4 will return 2.5 whereas 10/4 will return 2.','DataAccessStringId.WizardPageChooseJsonSource_DataLocationMismatch':'The specified JSON data location does not correspond to the chosen JSON source.','DataAccessStringId.UnknownType':'Unknown','DataAccessStringId.ConfigureQueryPage_CustomSqlWillBeLost':'Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, \\r\\nwhich will be lost if you proceed with editing the query using the Query Builder dialog. \\r\\n\\r\\nDo you want to discard the custom SQL and proceed with the Query Builder?','DataAccessStringId.NoRelationColumnsValidationException':'Columns are not specified for the relation: \"{0}\".','DataAccessStringId.ExpressionEditor_NotSupportedAggregateFunction':'The following aggregate function is not supported: \\'{0}\\'.','DataAccessStringId.QueryBuilderNoTablesAndViews':'A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing.','DataAccessStringId.HavingWithoutGroupByValidationException':'Group filtering criteria are defined while data is not grouped. Please apply data grouping or remove group filtering criteria on the Group Filter tab of the Filter Editor dialog.','DataAccessStringId.ParameterlessConstructor':'default','DataAccessStringId.RelationEditorRelationTypeFullOuterJoin':'Full outer join','DataAccessStringId.Federation_ColumnNotExistInTableValidationErrorMessage':'Table [{0}] does not contain the column [{1}].','DataAccessStringId.SortingNullValidationException':'A sorting criteria cannot be null.','DataAccessStringId.TableNotInSchemaValidationException':'The schema does not contain the specified table: \"{0}\".','DataAccessStringId.FilterByColumnOfMissingTableValidationException':'There are no tables containing the column [{0}] that is used in the filter string.','DataAccessStringId.InvalidExpressionStringValidationException':'Cannot parse the following expression string: \"{0}\".','DataAccessStringId.PartialAggregationValidationException':'Certain columns on the select list are invalid because they are not contained in either an aggregate function or in the Group By clause. Apply aggregation/grouping either to all columns or to none of them.','DataAccessStringId.ParameterListEmpty':'none','DataAccessStringId.SortByAggregateColumnValidationException':'Cannot sort by an aggregate column: {0}({1}), because the query is not aggregated.','DataAccessStringId.Federation_NodeWithoutExpressionValidationErrorMessage':'Node without expression: {0}.','DataAccessStringId.QueryBuilder_AllTables':'(All Tables)','DataAccessStringId.ExpressionEditor_InvalidCustomFunction':'Invalid function: \\'{0}\\'.','DataAccessStringId.QueryDesignerJoinExpressionPattern':'{0} on {1}','DataAccessStringId.NegativeTopSkipValidationException':'Top and Skip properties should be non-negative integer.','DataAccessStringId.ExcelDataSource_FileNotFoundMessage':'{0}\\r\\nFile not found.\\r\\nCheck the file name and try again.','DataAccessStringId.Federation_FilterAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Filter string: [{2}].','DataAccessStringId.StoredProcParamCountValidationException':'Parameter count mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.ParameterListNull':'null','DataAccessStringId.XmlProviderNotSupportedFeatureException':'The XML data provider cannot perform actions that require SQL queries. \\r\\nThe following SelectQuery properties and methods are not supported: SelectExpression, SelectAll, SelectRecordsCount, Distinct. \\r\\nDo not use them in the query, or convert the XML data to another data format and use an appropriate data source.','DataAccessStringId.FileNameFilter_Excel':'Excel Workbooks','DataAccessStringId.ODSWizardErrorNoDefaultCtor':'Cannot get item properties from IListSource without default constructor.','DataAccessStringId.PositiveIntegerError':'Only non-negative numeric values are allowed.','DataAccessStringId.ExpressionEditor_FunctionCategory_Aggregate':'Aggregate','DataAccessStringId.Federation_UnionWithDifferentNumberOfColumnsErrorMessage':'Union node {0}: elements must have the same number of columns: {1}, {2}.','DataAccessStringId.MessageCannotCreateSelectStatement':'Select statement creation failed.','DataAccessStringId.CustomSqlQueryValidationException':'A custom SQL query should contain only SELECT statements.','DataAccessStringId.MongoDB_NoQueriesMessage':'No queries.','DataAccessStringId.GatheringTypesPanelText':'Gathering types information...','DataAccessStringId.UnnamedTableValidationException':'The table name is not specified.','DataAccessStringId.WizardEmptyConnectionNameMessage':'The name cannot be null, empty or contain only whitespaces.','DataAccessStringId.ColumnNotInSchemaValidationException':'The schema does not contain the following column: \"{0}\".\"{1}\".','DataAccessStringId.StoredProcParamTypeValidationException':'Parameter type mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueriesFailedToValidate_ExceptionMessage':'One or more queries have failed to validate.','DataAccessStringId.ExcelInvalidFileException_WrongFormat':'Incorrect file format','DataAccessStringId.LoadingDataPanelText':'Loading Data...','DataAccessStringId.QueryBuilderCanJoin':'Can join {0}','DataAccessStringId.Federation_ExpressionColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Expression: [{2}].','DataAccessStringId.MessageNonexistentQuery':'Query \\'{0}\\' does not exist.','DataAccessStringId.QueryPropertyGridCustomSqlCategoryName':'Custom SQL','DataAccessStringId.QueryBuilderNothingSelected':'No column has been selected. Please select at least one column to proceed.','DataAccessStringId.Federation_UnionWithNoElementsValidationErrorMessage':'Union node contains no elements: {0}.','DataAccessStringId.MessageWrongCharacterParameterName':'Parameter name \\'{0}\\' contains wrong characters','DataAccessStringId.MessageCannotOpenDatabase':'Unable to open a database.','DataAccessStringId.MessageDuplicateItemName':'This collection already contains an item with the \\'{0}\\' name','DataAccessStringId.DatabaseConnectionExceptionStringId':'Failed to connect to the database. To learn more, see the exception details. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.MessageNullItem':'Cannot add a null value to the collection','DataAccessStringId.QueryBuilder_RowCount':'(Row Count)','DataAccessStringId.ConfigureMultiQueryPage_ValidateRelationError':'One or more relations are invalid. \\r\\nTo learn about the error details, click Manage Relations.','DataAccessStringId.Federation_NestedFederatedDataSourceErrorMessage':'Federated data source cannot be used as a data source for another federated data source.','DataAccessStringId.Federation_ConditionAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Condition: [{2}].','DataAccessStringId.ExcelDataSource_WorksheetNotFoundMessage':'{0}\\r\\nWorksheet not found.\\r\\nCheck the worksheet name and try again.','DataAccessStringId.ProviderNotSupportedFeatureParametersInSelect':'parameters in column expressions','DataAccessStringId.MessageNonexistentColumn':'Column \\'{0}\\'.\\'{1}\\' does not exist.','DataAccessStringId.QueryBuilderJoinedOn':'Joined on {0}','DataAccessStringId.FilterByMissingParameterValidationException':'Parameter [{0}] is used in the filter string, but is missing in the query.','DataAccessStringId.Federation_ExpressionNodeNullValidationErrorMessage':'Node contains an expression that is not linked to a node: {0}.','DataAccessStringId.DefaultNameDataSource':'Data Source','DataAccessStringId.CustomExpressionWithMissingParameterValidationException':'Parameter [{0}] is used in the custom expression, but is missing in the query.','DataAccessStringId.XPObjectSource_InvalidEntityTypeString':'\\'{0}\\' is an invalid entity type string. Assign the comma-separated full type name and assembly name to the EntityTypeString property.','DataAccessStringId.FilterEditor_TreeCreationError':'Cannot create a tree for this expression','DataAccessStringId.StoredProcParamNullValidationException':'A parameter cannot be null.','DataAccessStringId.DuplicatingTableNamesValidationException':'A table with the following name already exists: \"{0}\".','DataAccessStringId.SqlQueryExecutionException':'Query {0} failed to execute.','DataAccessStringId.ConnectingToDatabaseMessage':'Connecting to the database...','DataAccessStringId.ExpressionEditor_DocumentationCategory_Parameters_Tooltip':'parameter','DataAccessStringId.PropertyGridDesignCategoryName':'Design','DataAccessStringId.ExcelEncryptedFileException_PasswordRequired':'A password is required to open this workbook.','DataAccessStringId.QueryBuilder_AllColumns':'* (All Columns)','DataAccessStringId.Federation_FilterColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Filter string: [{1}].','DataAccessStringId.ExpressionEditor_EmptyExpression':'The expression string cannot be empty.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Constants_Tooltip':'constant','DataAccessStringId.NoColumnsValidationException':'None of the tables contain any columns.','DataAccessStringId.WizardAssemblyLoadingDisallowed':'Cannot load this assembly for security reasons.','DataAccessStringId.ConnectionNotSpecified_ExceptionMessage':'No connection has been specified.','DataAccessStringId.ExcelDataSource_WorksheetIndexNotFoundMessage':'Worksheet {0} not found.\\r\\nCheck the worksheet index and try again.','DataAccessStringId.TablesNotRelatedValidationException':'The following tables have no relations: \"{0}\".','DataAccessStringId.DataSourceFillExceptionMessage':'Failed to load data. Refer to the exception details for more information. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.XmlFileStrategy_FileNameFilter':'XML Files','DataAccessStringId.SqlExecutionException':'Error trying to execute an SQL query{0}{1}.{2}Error: {3}','DataAccessStringId.RelationColumnNotInSchemaValidationException':'The schema does not contain the following relation column: \"{0}\".\"{1}\".','DataAccessStringId.XPObjectSource_PropertyCannotBeFetched':'The \\'{1}\\' type of the \\'{0}\\' property is not supported when the Properties collection is specified explicitly.','DataAccessStringId.ODSErrorMissingMember':'A data member \\'{0}\\' does not exist.','DataAccessStringId.MessageInvalidItemName':'Item name cannot be null or an empty string','DataAccessStringId.EFFilterControl_EmptyFilterString':'A filter string cannot be null.','DataAccessStringId.Federation_RootNullValidationErrorMessage':'Root reference is not initialized: {0}.','DataAccessStringId.ObjectDataSourceLoadingWarningMessage':'Loading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\\r\\n\\r\\nClick \\'Yes\\' to load the data source content as is.\\r\\nClick \\'No\\' to load only trusted data source content.','DataAccessStringId.Federation_DuplicatedExpressionNamesValidationErrorMessage':'Node {0} contains expressions with duplicated actual names: {1}.','DataAccessStringId.QueryDesignerJoinExpressionElementSeparator':', ','DataAccessStringId.QueryDesignerJoinTooltipPattern':'[{0}] {1} join [{2}] on {3}','DataAccessStringId.RelationColumnNullValidationException':'The relation column cannot be null.','DataAccessStringId.MongoDB_InvalidCollectionName':'Invalid collection name: \\'{0}\\'.','DataAccessStringId.OdbcDriverDoesNotSupportOAuthErrorMessage':'The ODBC driver does not support the OAuth authentication type. Use the Key file authentication or Install the DevExpress BigQueryProvider to use OAuth.','DataAccessStringId.QueryBuilderNoTablesSelected':'No table has been selected. Please select at least one table to proceed.','DataAccessStringId.StoredProcNotInSchemaValidationException':'Cannot find the specified stored procedure: \"{0}\".','DataAccessStringId.ExpressionEditor_FunctionCategory_Math':'Math','DataAccessStringId.ExpressionEditor_FunctionCategory_Text':'String','DataAccessStringId.PropertyGridDataCategoryName':'Data','DataAccessStringId.PropertyGridConnectionCategoryName':'Connection','DataAccessStringId.Federation_ExpressionAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Expression: [{2}].','DataAccessStringId.ExcelInvalidFileException_CorruptedFile':'The file is corrupt.','DataAccessStringId.FileNameFilter_AllFormats':'All Supported Formats','DataAccessStringId.SqlExecutionException_WithParameters':' with parameters:{0}{1}','DataAccessStringId.ExpressionEditor_DocumentationCategory_Operators_Tooltip':'operator','DataAccessStringId.WizardPageChooseJsonSource_UnknownFormat':'Unable to load data because the format of the specified URI cannot be determined.','DataAccessStringId.CircularRelationsValidationException':'Circular relations have been detected.','DataAccessStringId.MongoDB_DuplicateQueryNameMessage':'A query with the specified name already exists: {0}.','DataAccessStringId.ExcelInvalidFileException_BIFF5Format':'BIFF5 (Excel 5.0/95) XLS file format is not supported.','DataAccessStringId.ExpressionStringNullValidationException':'An expression string cannot be null','DataAccessStringId.QueryBuilderInvalidFilter':'Please click the \\'Filter...\\' button to correct the filter string.','DataAccessStringId.Federation_TransformationNodeWithoutRuleValidationErrorMessage':'Transformation node without rule: {0}.','DataAccessStringId.AggregateQueryInvalidSortingValidationException':'Invalid sorting column \"{0}\".\"{1}\". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria.','DataAccessStringId.Federation_SourceNullValidationErrorMessage':'Source reference is not initialized: {0}.','DataAccessStringId.ManageQueries_QueryIsNotValid_Postfix':'Fix the error or remove the query to proceed.','DataAccessStringId.ODSWizardErrorStaticValue':'The type is static and it does not have any members returning IEnumerable.','DataAccessStringId.RelationEditorRelationTypeRightOuterJoin':'Right outer join','DataAccessStringId.TableNotSelectedValidationException':'The following table is not in tables list, but its column is used: \"{0}\".','DataAccessStringId.ODSWizardErrorExceptionInGetItemProperties':'The GetItemProperties method of an ITypedList has thrown an exception.','DataAccessStringId.ExcelWizard_ValueSeparator_Tab':'Tab','DataAccessStringId.Federation_DuplicateSourceNameErrorMessage':'A source with the specified name already exists: {0}.','DataAccessStringId.ColumnNullValidationException':'A column cannot be null.','DataAccessStringId.XPObjectSource_ConnectionStringMissing':'The \\'{0}\\' connection string is missing in the application configuration file.','DataAccessStringId.Type_TimeSpan':'Time interval','DataAccessStringId.ExpressionEditor_InvalidParameter':'Invalid parameter: \\'{0}\\'.','DataAccessStringId.Federation_NodeExpressionNameNullValidationErrorMessage':'Node contains an unnamed expression: {0}.','DataAccessStringId.AggregationWithoutAliasValidationException':'An aggregate column should have an alias.','DataAccessStringId.ExpressionEditor_FunctionCategory_DateTime':'DateTime','DataAccessStringId.NoXpoProviderStringId':'The connection string contains no XpoProvider key or the specified key is invalid. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.SkipWithoutSortingPropertyGridError':'The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records.','DashboardStringId.CalculatedFieldTypeBoolean':'Boolean','DashboardStringId.TextGroupIntervalAlphabetical':'Alphabetical','DashboardStringId.FormatConditionAppearanceFontRed':'Red Font','DashboardStringId.FormatRuleApplyToReadOnlyDescription':'The selected style applies to all layout elements','DashboardStringId.StartDate':'(Start Date)','DashboardStringId.DefaultNameTreemapItem':'Treemap','DashboardStringId.DateTimeFormatYearFormatDefaultCaption':'Default','DashboardStringId.DeltaValueTypeActualValueCaption':'Actual value','DashboardStringId.DataSourceFederationQuery':'Query','DashboardStringId.NumericFormatFormatTypeAutoCaption':'Auto','DashboardStringId.MessageWrongExtractDataSourceConnectionParametersType':'Connection parameters are invalid. An extract data source supports only ExtractDataSourceConnectionParameters.','DashboardStringId.ParameterFalseExportValue':'False','DashboardStringId.FunctionDescriptionWindowMedian':'WindowMedian(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the median of the expression within the window.','DashboardStringId.SparklineArgumentValueSeparator':' - ','DashboardStringId.NumericFormatFormatTypeCustomCaption':'Custom','DashboardStringId.PieCalculationAlongSeries':'Series','DashboardStringId.SparklineTooltipMaxValue':'Max:','DashboardStringId.FunctionDescriptionWindowDefinitionOrderAsc':'asc(column)\\r\\nData rows are sorted by values in the specified column in ascending order. This is the default sort order.','DashboardStringId.ActionRestoreDashboardItem':'Restore','DashboardStringId.DashboardErrorValue':'Error','DashboardStringId.GridCalculationAlongRowsAndSparklineArgument':'Rows / Sparkline Argument','DashboardStringId.MessageDashboardNotFoundError':'Dashboard has not been found.','DashboardStringId.CommandFormatRuleBarRangeColors':'Bar Color Ranges','DashboardStringId.DateTimeFormatDateTimeFormatLongCaption':'Long','DashboardStringId.RangeFilterCustomDateTimePeriod':'Custom Period...','DashboardStringId.FormatConditionAppearanceGradientOrange':'Gradient Orange','DashboardStringId.DescriptionColumns':'Columns','DashboardStringId.DateTimeFormatDateTimeFormatDefaultCaption':'Default','DashboardStringId.DateTimeIntervalMinute':'Minute','DashboardStringId.PaperKindLetter':'Letter','DashboardStringId.PeriodThisDay':'This Day','DashboardStringId.InitialExtent':'Initial Extent','DashboardStringId.MessageDashboardNotRelevantError':'Dashboard object model was changed. Refresh operation is required.','DashboardStringId.ActionExportToExcel':'Export To Excel','DashboardStringId.DateTimeFormatMonthFormatDefaultCaption':'Default','DashboardStringId.ActionAllowMultiselection':'Multi-Select','DashboardStringId.PageLayout':'Page Layout','DashboardStringId.DashboardNullValue':' ','DashboardStringId.ExtractColumnUnsupportedTypeError':'The following columns have unsupported types: \\r\\n{0}','DashboardStringId.ActionExportToImage':'Export To Image','DashboardStringId.ScaleFactor':'Scale Factor','DashboardStringId.FormatConditionAppearanceGradientPurple':'Gradient Purple','DashboardStringId.FormatMasterFilterDisplayText':', {0}','DashboardStringId.RangeFilterIncompatibleDateTimeGroupInterval':'Date-time argument values should identify actual calendar dates or time spans rather than grouping (i.e., they should contain a year part). Change the group interval accordingly','DashboardStringId.DateTimeGroupIntervalQuarterYear':'Quarter-Year','DashboardStringId.SeriesTypeArea':'Area','DashboardStringId.SeriesTypeLine':'Line','DashboardStringId.PieCalculationAlongArguments':'Arguments','DashboardStringId.DefaultFederationDataSourceName':'Federated Data Source','DashboardStringId.CustomExpressionCalculationMeasureCaption':'Calculation','DashboardStringId.MessageDuplicateDataItemId':'A data item identifier with the same name already exists.','DashboardStringId.NumericFormatFormatTypePercentCaption':'Percent','DashboardStringId.RedoText':'Redo','DashboardStringId.RankOrderAscending':'Ascending','DashboardStringId.ParametersSelectorText':'Select...','DashboardStringId.CardRowDataElementTypeDimensionValueCaption':'Dimension','DashboardStringId.CommandFormatRuleContains':'Text that Contains','DashboardStringId.CardRowDataElementTypeSparklineCaption':'Sparkline','DashboardStringId.DefaultNameTabContainerItem':'Tab Container','DashboardStringId.PivotCalculationAlongColumns':'Columns','DashboardStringId.DescriptionArgument':'Argument','DashboardStringId.PeriodThisMonth':'This Month','DashboardStringId.MessageInvalidDataFormat':'Cannot convert the {0} value to the {1} data type.','DashboardStringId.DataSourceQuery':'Query','DashboardStringId.FromDatePeriodCaption':'From {0}','DashboardStringId.DescriptionMapValues':'Map / Values','DashboardStringId.DateTimeGroupIntervalDayOfWeek':'Day of Week','DashboardStringId.DateTimeGroupIntervalDayOfYear':'Day of Year','DashboardStringId.MessageIncorrectLayoutItemWeight':'Layout item weight cannot be negative or equal to zero','DashboardStringId.DataEngineGrandTotal':'Grand Total','DashboardStringId.DefaultNameGaugeItem':'Gauges','DashboardStringId.PeriodNextYear':'Next Year','DashboardStringId.PeriodNextHour':'Next Hour','DashboardStringId.FunctionDescriptionGetDateWeekYear2':'GetDateWeekYear(DateTime, [\\'FirstDay\\', \\'FirstFullWeek\\', \\'FirstFourDayWeek\\'])\\r\\nReturns the date of the first day of the week for a given DateTime. The second parameter determines the rule for calculating the calendar week.','DashboardStringId.DescriptionItemDimension':'Dimension','DashboardStringId.CommandFormatRuleNotBetweenOrEqual':'Not Between Or Equal To','DashboardStringId.CardLayoutTemplateCompactCaption':'Compact','DashboardStringId.DisplayValueCaption':'Display Value','DashboardStringId.DateTimeQuarterFormatSpecifier':'QQ','DashboardStringId.IntegerDivisionValidationMessage':'Please Note:  This Expression engine discards fractions during integer division operations. To return decimal values (floating-point division), use ToDecimal(), ToDouble() or ToFloat() for your expression. For instance, ToDecimal(10)/4 will return 2.5 whereas 10/4 will return 2.','DashboardStringId.FormatConditionAppearanceFontStrikeout':'Strikeout','DashboardStringId.FormatRuleUnableToAddRule_NoItemsToCalculate':'Unable to add a new format rule. There is no data item to calculate the rule.','DashboardStringId.ChoroplethMapUseBindingAttribute':'Use binding attribute','DashboardStringId.FunctionDescriptionStdDev':'StdDev(Value)\\r\\nReturns an estimate of the standard deviation of a population, where the sample is a subset of the entire population.','DashboardStringId.CommandFormatRuleGradientRangeBar':'Bar Gradient Ranges','DashboardStringId.RangeFilterOLAPDataSource':'The Range Filter is not supported in OLAP mode.','DashboardStringId.IntersectionLevelModeFirst':'First level','DashboardStringId.MessageIncorrectNumericPrecision':'The numeric value precision cannot be negative.','DashboardStringId.ActualValueCaption':'Actual','DashboardStringId.CommandFormatRuleExpression':'Expression','DashboardStringId.ActionPrintPreview':'Print Preview...','DashboardStringId.DescriptionItemColumn':'Column','DashboardStringId.FunctionDescriptionRunningCount':'RunningCount(SummaryExpression)\\r\\nReturns the running count of the specified expression from the first row in the window to the current row.','DashboardStringId.CalculatedFieldTypeLong':'Integer','DashboardStringId.CalculatedFieldTypeAuto':'Auto','DashboardStringId.NumericFormatFormatTypeGeneralCaption':'General','DashboardStringId.DefaultFileExtractDataSourceName':'Extract Data Source','DashboardStringId.HiddenDataItemsHeader':'HIDDEN DATA ITEMS','DashboardStringId.ElementNameGauges':'Gauges','DashboardStringId.OpenCaption':'Open','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime6':'MakeDateTime(Year, Month, Day, Hour, Minute, Second)\\r\\nReturns a date value constructed from the specified Year, Month, Day, Hour, Minute and Second.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime5':'MakeDateTime(Year, Month, Day, Hour, Minute)\\r\\nReturns a date value constructed from the specified Year, Month, Day, Hour and Minute.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime4':'MakeDateTime(Year, Month, Day, Hour)\\r\\nReturns a date value constructed from the specified Year, Month, Day and Hour.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime3':'MakeDateTime(Year, Month, Day)\\r\\nReturns a date value constructed from the specified Year, Month and Day.','DashboardStringId.Resolution':'Resolution (dpi)','DashboardStringId.CalculationTypeNone':'None','DashboardStringId.CalculationTypeRank':'Rank','DashboardStringId.SeriesTypeCandleStick':'Candle Stick','DashboardStringId.RangeFilterSelectRangeFromCaption':'From:','DashboardStringId.GridTotalAutoTemplate':'{0}','DashboardStringId.FunctionDescriptionSize':'Size()\\r\\nReturns the number of rows in the window.','DashboardStringId.FunctionDescriptionVarp':'Varp(Value)\\r\\nReturns the variance of a population, where the population is the entire data to be summarized.','DashboardStringId.FunctionDescriptionAggr':'aggr(SummaryExpression, Dimension1, Dimension2, ...)\\r\\nUses the detail level and summary function to aggregate underlying data. The level depends on the number of dimensions.','DashboardStringId.FunctionDescriptionLast':'Last()\\r\\nReturns the number of rows from the current row to the last row in the window.','DashboardStringId.MessageAggregateFunctionInMasterFilterDimension':'Master filtering cannot be applied by values of the dimension created based on the calculated field with the Aggr function. The following dimensions are created based on such fields: {0}.','DashboardStringId.ActionExportDashboard':'Export Dashboard','DashboardStringId.CommandFormatRuleRangeGradient':'Gradient Ranges','DashboardStringId.ParameterNullExportValue':'null','DashboardStringId.PageLayoutPortrait':'Portrait','DashboardStringId.PeriodLastSecond':'Last Second','DashboardStringId.FormatConditionAppearanceFontBlue':'Blue Font','DashboardStringId.FormatConditionAppearanceFontBold':'Bold','DashboardStringId.DateTimeGroupIntervalDateHour':'Date-Hour','DashboardStringId.DefaultNameTextBoxItem':'Text Box','DashboardStringId.MessageInvalidCardLayoutTemplateMaxWidth':'The maximum width must be greater than zero or equal to null.','DashboardStringId.CalculatedFieldTypeDateTime':'DateTime','DashboardStringId.CommandFormatRuleNotBetween':'Not Between','DashboardStringId.DateTimeFormatQuarterFormatNumericCaption':'Numeric','DashboardStringId.FormatStringDataItemName':'{0} ({1})','DashboardStringId.FormatRuleApplyToColumn':'Apply to column','DashboardStringId.ButtonOK':'OK','DashboardStringId.DateTimeIntervalQuarter':'Quarter','DashboardStringId.FormatRuleUnableToAddRule_NoCardsToApply':'Unable to add a new format rule. There is no card to apply the rule.','DashboardStringId.GridTotalTypeCount':'Count','DashboardStringId.DescriptionTooltipMeasures':'Tooltip measures','DashboardStringId.DashboardDataUpdating':'Updating','DashboardStringId.MessageInvalidDeltaIndicatorSize':'The delta indicator size must be greater than zero.','DashboardStringId.DeltaValueTypePercentVariationCaption':'Percent variation','DashboardStringId.FormatRuleRangeDelete':'Delete','DashboardStringId.IncorrectParameterType':'The dashboard parameter values type does not correspond to Parameter.Type.','DashboardStringId.IncludeExportDashboardState':'Include','DashboardStringId.RangeFilterCalculationAlongSeries':'Series','DashboardStringId.PeriodLastDay':'Last Day','DashboardStringId.TreemapLabelValueTemplate':'{0}: {1}','DashboardStringId.MessageLayoutDuplicatedDashboardItem':'A layout item for the specified dashboard item has already been added to the layout tree','DashboardStringId.ExtractPreprocessorColumnError':'The following columns cannot be processed:\\r\\n{0}','DashboardStringId.PercentOfTotalCalculationMeasureCaptionFormatString':'Percent of {0} Total','DashboardStringId.AggregateExFunctionDescriptionCountNotNull':'CountNotNull(Value)\\r\\nReturns a number of non-null objects in a collection.','DashboardStringId.MessageUnassignedDashboardItemGroup':'The dashboard item group should belong to the dashboard. To add a group to the dashboard, use the Dashboard.Groups property.','DashboardStringId.CommandFormatRuleAboveAverage':'Above Average','DashboardStringId.FunctionOperatorExFunctionDescriptionGetQuarter':'GetQuarter(DateTime)\\r\\nExtracts a quarter from the defined DateTime.','DashboardStringId.SeriesTypeHighLowClose':'High-Low-Close','DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfYear':'GetWeekOfYear(DateTime)\\r\\nExtracts the week of the year from the defined DateTime.','DashboardStringId.ExtractColumnUnsupportedTypeTooltip':'The column has unsupported type','DashboardStringId.CommandFormatRuleRangeColors':'Color Ranges','DashboardStringId.IntersectionLevelModeLast':'Last level','DashboardStringId.IntersectionLevelModeAuto':'(Auto)','DashboardStringId.FormatConditionAppearancePaleOrange':'Pale Orange','DashboardStringId.CalculationTypeRunningTotal':'Running Total','DashboardStringId.GridSortAscending':'Sort Ascending','DashboardStringId.AxisYNameCount':'Count','DashboardStringId.MessageLegacyCardLayoutIsNotSupported':'Card layout is outdated and cannot be displayed. To view this item, specify the layout template in the Dashboard Designer. To know more, see the \\'Designing Dashboard Items > Cards > Layout\\' documentation topic.','DashboardStringId.FunctionCategoryCustomAggregateNames':'Custom Aggregate Names','DashboardStringId.FormatRuleFormatStyle':'Format style','DashboardStringId.ChartCalculationAlongArguments':'Arguments','DashboardStringId.FunctionCategoryWindow':'Window','DashboardStringId.MessageInvalidFontSize':'The font size must be greater than zero.','DashboardStringId.CalculationTypeExpression':'Expression','DashboardStringId.NumericFormatUnitAutoCaption':'Auto','DashboardStringId.DefaultNameCustomItem':'Custom Item','DashboardStringId.DateTimeFormatYearFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.RangeFilterEmptySeries':'Please specify Range Filter values','DashboardStringId.DateTimeIntervalSecond':'Second','DashboardStringId.RankTypeModified':'Modified','DashboardStringId.DateFilterDatePickerButtonDefaultText':'Set Filter...','DashboardStringId.RankCalculationMeasureCaptionFormatString':'Rank of {0}','DashboardStringId.FormatStringDashboardItemCaption':' - {0}','DashboardStringId.CardRowDataElementTypeTargetValueCaption':'Target Value','DashboardStringId.FormatConditionAppearanceGradientRed':'Gradient Red','DashboardStringId.FromToDatePeriodCaption':'{0} - {1}','DashboardStringId.CalculationTypeMovingCalculation':'Moving Calculation','DashboardStringId.SummaryTypeSum':'Sum','DashboardStringId.SummaryTypeMin':'Min','DashboardStringId.SummaryTypeMax':'Max','DashboardStringId.SummaryTypeVar':'Var','DashboardStringId.ExtractCustomDriverNameError':'The name of the custom extract driver cannot be null or empty.','DashboardStringId.PieCalculationAlongSeriesAndArguments':'Series / Arguments','DashboardStringId.ErrorHandlingOrderByCalculationDataMembers':'Sorting by measure cannot be applied if the target measure has calculations. The following dimensions are ordered by measures with calculations','DashboardStringId.FunctionDescriptionVar':'Var(Value)\\r\\nReturns an estimate of the variance of a population, where the sample is a subset of the entire population.','DashboardStringId.NumericFormatUnitOnesCaption':'Ones','DashboardStringId.DescriptionItemWeight':'Weight','DashboardStringId.FormatConditionAppearancePalePurple':'Pale Purple','DashboardStringId.ExactDateDateTimeFormatPattern':'{0}: {1}','DashboardStringId.DateTimeFormatDateFormatLongCaption':'Long','DashboardStringId.DescriptionSparklineArgument':'Argument','DashboardStringId.DefaultOlapDataSourceName':'OLAP Data Source','DashboardStringId.AggregatedDataType':'Aggregated','DashboardStringId.EntireRangePeriodCaption':'Entire Range','DashboardStringId.SeriesTypeSpline':'Spline','DashboardStringId.TooltipDataItemsHeader':'TOOLTIP DATA ITEMS','DashboardStringId.DefaultNameCardItem':'Cards','DashboardStringId.CommandFormatRuleBottomN':'Bottom N','DashboardStringId.CalculationTypePercentageDifference':'Percentage Difference','DashboardStringId.LowCaption':'Low','DashboardStringId.DeltaThresholdTypePercent':'Percent','DashboardStringId.Title':'Title','DashboardStringId.FormatRuleDrawAxis':'Draw axis','DashboardStringId.ExtractDriverNotFoundError':'Cannot find an extract driver with the following name: \\'{0}\\'','DashboardStringId.DescriptionItemSeries':'Series','DashboardStringId.ErrorHandlingRecursiveDataMembers':'The following data items refer to each other','DashboardStringId.UriCaption':'Uri','DashboardStringId.Delta':'Delta','DashboardStringId.RangeFilterSelectRange':'Select Range','DashboardStringId.SeriesTypeSideBySideFullStackedBar':'Full-Stacked Bar Side-by-Side','DashboardStringId.ActionOtherValues':'Values','DashboardStringId.SeriesTypeGroupArea':'Area','DashboardStringId.MessageSummaryCalculatedFieldInDimension':'Cannot change the expression of the \\'{0}\\' calculated field that provides data for the \\'{1}\\' dimension. Summary-based calculated fields can provide data for measures only.','DashboardStringId.FormatRangeFilterDisplayText':'{0} - {1}','DashboardStringId.AxisXNameArguments':'Arguments','DashboardStringId.DeltaValueTypeAbsoluteVariationCaption':'Absolute variation','DashboardStringId.FormatRulePredefinedColor':'Predefined color','DashboardStringId.FormatRuleStyleAppearance':'Appearance','DashboardStringId.PeriodLastMinute':'Last Minute','DashboardStringId.RangeFilterCalculationAlongSeriesAndArgument':'Series / Argument','DashboardStringId.CommandFormatRuleBelowAverage':'Below Average','DashboardStringId.GridCalculationAlongRows':'Rows','DashboardStringId.FunctionDescriptionGetDateWeekYear':'GetDateWeekYear(DateTime)\\r\\nReturns the date of the first day of the week for a given DateTime (uses culture settings).','DashboardStringId.FunctionDescriptionTotal':'Total(SummaryExpression)\\r\\nReturns the total for the specified expression in a table calculation window.','DashboardStringId.DataSourceFilterContainsAggrExceptionText':'Cannot load data because the data source filter should not contain the Aggr function.','DashboardStringId.DateTimeFormatDayOfWeekFormatNumericCaption':'Numeric','DashboardStringId.FunctionDescriptionFirst':'First()\\r\\nReturns the number of rows from the current row to the first row in the window.','DashboardStringId.GaugeScaleLabelFormatCaption':'Scale Label','DashboardStringId.DifferenceCalculationMeasureCaptionFormatString':'Difference of {0}','DashboardStringId.FunctionDescriptionIndex':'Index()\\r\\nReturns the index of the current row in the window.','DashboardStringId.ValueCaption':'Value','DashboardStringId.SeriesTypeSideBySideRangeBar':'Range Bar Side-by-Side','DashboardStringId.DefaultSqlDataSourceName':'SQL Data Source','DashboardStringId.TreemapLabelArgumentTemplate':'{0} - {1}','DashboardStringId.ErrorHandlingNoSuchDataMembers':'The following data items do not exist','DashboardStringId.SeriesTypeSplineArea':'Spline Area','DashboardStringId.MessageMasterFilterIncorrectNumberOfValues':'Cannot identify an element that will be used to perform master filtering due to an incorrect number of provided values.','DashboardStringId.IntersectionLevelModeSpecific':'Specific level','DashboardStringId.FunctionDescriptionStdDevp':'StdDevp(Value)\\r\\nReturns the standard deviation of a population, where the population is the entire data to be summarized.','DashboardStringId.DateFilterInvalidDisplayTextPattern':'Invalid text pattern','DashboardStringId.CardRowDataElementTypeActualValueCaption':'Actual Value','DashboardStringId.MessageCustomItemConfigurationError':'Dashboard item configuration error. Please contact the application vendor or system administrator for assistance.','DashboardStringId.FormatRuleUnableToAddRule':'Unable to add a new format rule.','DashboardStringId.CommandFormatRuleBetween':'Between','DashboardStringId.DateTimeFormatQuarterFormatFullCaption':'Full','DashboardStringId.PieCalculationAlongArgumentsAndSeries':'Arguments / Series','DashboardStringId.CommandDimensionGroupChildValues':'Group Tiles','DashboardStringId.ErrorHandlingTopNByCalculationDataMembers':'Top N cannot be applied if its target measure has a calculation. The following dimensions have Top N applied by measures with calculations','DashboardStringId.FormatRuleStyle':'Style Settings','DashboardStringId.DashboardStatePosition':'Position','DashboardStringId.AutoFitPageCount':'Auto Fit Page Count','DashboardStringId.NewParameterNamePrefix':'Parameter','DashboardStringId.FunctionDescriptionRankModified':'RankModified(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the modified competition rank for the current row in the window.','DashboardStringId.RangeFilterSelectRangeToCaption':'To:','DashboardStringId.FormatRulePercentOf':'% of all values','DashboardStringId.FormatConditionAppearancePaleYellow':'Pale Yellow','DashboardStringId.MessageWrongExcelDataSourceConnectionParametersType':'Connection parameters are invalid. An excel data source supports only ExcelDataSourceConnectionParameters.','DashboardStringId.ScaleModeUseScaleFactor':'Use Scale Factor','DashboardStringId.DateTimeFormatDayOfWeekFormatFullCaption':'Full','DashboardStringId.SeriesTypeBubble':'Bubble','DashboardStringId.CustomItems':'Custom Items','DashboardStringId.DateTimeFormatQuarterFormatDefaultCaption':'Default','DashboardStringId.DescriptionDashboardItemComponentName':'Dashboard item component name','DashboardStringId.MovingCalculationMeasureCaptionFormatString':'Moving of {0}','DashboardStringId.DefaultNameItemGroup':'Group','DashboardStringId.RangeFilterIncompatibleNumericScale':'Range Filter\\'s numeric argument values should produce a continuous axis. Set the numeric scale to Continuous','DashboardStringId.ParametersFormValueColumnCaption':'Value','DashboardStringId.SeriesTypeStackedLine':'Stacked Line','DashboardStringId.SeriesTypeStackedArea':'Stacked Area','DashboardStringId.SeriesTypeGroupRangeFilter':'Range Filter','DashboardStringId.FunctionDescriptionRunningCustomAggregate':'RunningAggregate(SummaryExpression, CustomAggregateName) - Returns the cumulative result of the custom function applied to specified expression from the first row in the window to the current row.','DashboardStringId.CommandFormatRuleRangeSet':'Range Set','DashboardStringId.ExactDateFormatMinute':'Minute','DashboardStringId.CalculatedFieldTypeObject':'Object','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHour':'GetDateHour(DateTime)\\r\\nExtracts the date part with the hour value from the defined DateTime.','DashboardStringId.MapAttributeDimension':'Attribute','DashboardStringId.FormatRuleCustomColor':'Custom color','DashboardStringId.RangeFilterCalculationAlongArgumentAndSeries':'Argument / Series','DashboardStringId.MessageIncorrectDashboardItemGroupAssign':'A dashboard item group cannot be added to a collection of dashboard items. Use the Dashboard.Groups property to add the group to the dashboard.','DashboardStringId.DateTimeFormatDateTimeFormatShortCaption':'Short','DashboardStringId.FunctionDescriptionWindowCount':'WindowCount(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the count of the expression within the window.','DashboardStringId.PeriodThisYear':'This Year','DashboardStringId.PeriodThisHour':'This Hour','DashboardStringId.DefaultNameRangeFilterItem':'Range Filter','DashboardStringId.PivotCalculationAlongGroupsInRows':'Rows within Groups','DashboardStringId.CustomItemEmptyMeasurePlaceholder':'Measure','DashboardStringId.DefaultNameBoundImageItem':'Bound Image','DashboardStringId.WeightCaption':'Weight','DashboardStringId.GridClearSorting':'Clear Sorting','DashboardStringId.SeriesTypeSideBySideStackedBar':'Stacked Bar Side-by-Side','DashboardStringId.DateTimeGroupIntervalExactDate':'Exact Date','DashboardStringId.ActionClearMasterFilter':'Clear Master Filter','DashboardStringId.CommandFormatRuleAboveBelowAverage':'Average','DashboardStringId.DateTimeFormatDateFormatDefaultCaption':'Default','DashboardStringId.SeriesTypeGroupPointLine':'Point / Line','DashboardStringId.PeriodLastQuarter':'Last Quarter','DashboardStringId.DescriptionSparkline':'Sparkline','DashboardStringId.MessageInvalidLayoutClientWidth':'The layout width must be greater than zero.','DashboardStringId.FormatRuleAppliesToCardBackground':'The selected style applies to a card\\'s background','DashboardStringId.PeriodNextDay':'Next Day','DashboardStringId.FilterStatePresentationSplitSheet':'Separate Sheet','DashboardStringId.FormatRuleApplyToChartElement':'Apply to chart elements','DashboardStringId.GridResetColumnWidths':'Reset column widths','DashboardStringId.SummaryTypeStdDevp':'StdDevP','DashboardStringId.DefaultDataSourceName':'Data Source','DashboardStringId.SummaryTypeCount':'Count','DashboardStringId.NumericFormatFormatTypeNumberCaption':'Number','DashboardStringId.FormatRuleUnableToAddRule_NoXYAxes':'Unable to add a new format rule. X and Y axis are required.','DashboardStringId.DefaultObjectDataSourceName':'Object Data Source','DashboardStringId.FormatConditionNumberValueType':'Number','DashboardStringId.SeriesTypeStepArea':'Step Area','DashboardStringId.SeriesTypeStepLine':'Step Line','DashboardStringId.FormatConditionAppearancePaleRed':'Pale Red','DashboardStringId.ExactDateFormatDay':'Day','DashboardStringId.FormatConditionAppearanceFontUnderline':'Underline','DashboardStringId.PeriodThisSecond':'This Second','DashboardStringId.FunctionDescriptionWindowFirstValue':'WindowFirstValue(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the first value of the expression within the window.','DashboardStringId.FunctionDescriptionLookup':'Lookup(SummaryExpression, Position)\\r\\nReturns the value of the expression in a target position specified as a relative offset from the current position.','DashboardStringId.RankTypeDense':'Dense','DashboardStringId.CalculatedFieldsTreeItemName':'Calculated Fields','DashboardStringId.AxisYNameValues':'Values','DashboardStringId.CardLayoutTemplateCenteredCaption':'Centered','DashboardStringId.DescriptionItemColor':'Color','DashboardStringId.PeriodThisQuarter':'This Quarter','DashboardStringId.PivotCalculationAlongRowsAndColumns':'Rows / Columns','DashboardStringId.DescriptionItemValue':'Value','DashboardStringId.FunctionDescriptionMedian':'Median(Value)\\r\\nReturns the median of the values in a collection.','DashboardStringId.ChartTotalValue':'Total','DashboardStringId.NumericFormatUnitBillionsCaption':'Billions','DashboardStringId.Value1Caption':'Value 1','DashboardStringId.MessageDuplicatedDataItem':'This instance of the \\'{0}\\' data item has already been added to \\'{1}\\'. To add a similar data item to \\'{1}\\', create a new instance of this data item.','DashboardStringId.CalculatedFieldTypeDouble':'Double','DashboardStringId.ExportFilters':'Filters','DashboardStringId.MessageServerModeNotSupportedMedian':'Median is not supported in server mode for','DashboardStringId.RangeFilterIncompatibleArgumentSorting':'Range Filter\\'s argument should not be sorted in the descending order or by another data item','DashboardStringId.PivotGridGrandTotal':'Grand Total','DashboardStringId.ParametersFormCalendarTodayButton':'Today','DashboardStringId.CardLayoutTemplateLightweightCaption':'Lightweight','DashboardStringId.FormatConditionAppearanceCyan':'Cyan','DashboardStringId.FormatConditionAppearanceNone':'None','DashboardStringId.FormatConditionAppearanceGray':'Gray','DashboardStringId.FormatConditionAppearanceBlue':'Blue','DashboardStringId.CustomItemCalculationAlongFirstAxisDimensions':'Dimensions','DashboardStringId.SeriesTypeBar':'Bar','DashboardStringId.DateTimeGroupIntervalDateHourMinute':'Date-Hour-Minute','DashboardStringId.PivotCalculationAlongGroupsInRowsAndColumns':'Rows / Columns within Groups','DashboardStringId.AutoArrangeContent':'Auto Arrange Content','DashboardStringId.ColorAutoAssigned':'Auto','DashboardStringId.ErrorToBooleanDateTimeOperand':'Cannot convert a date-time value to boolean.','DashboardStringId.MessageIncorrectGridDashboardControlOperation':'An invalid operation was performed in GridDashboardControl.','DashboardStringId.CommandFormatRuleRangeIcons':'Icon Ranges','DashboardStringId.ActionClearSelection':'Clear Selection','DashboardStringId.CustomItemMetadataInteractivitySectionsIncorrectOrderExceptionMessage':'The custom \\'{0}\\' item\\'s metadata configuration does not support interactivity. Declare the \\'{1}\\' property before non-interactive data sections. See documentation for more information: https://docs.devexpress.com/Dashboard/DevExpress.DashboardCommon.SupportInteractivityAttribute','DashboardStringId.DescriptionItemMeasure':'Measure','DashboardStringId.FormatConditionAppearanceRed':'Red','DashboardStringId.GridTotalTemplate':'{0} = {1}','DashboardStringId.CardRowDataElementTypePercentOfTargetCaption':'Percent of Target','DashboardStringId.CardLayoutTemplateStretchedCaption':'Stretched','DashboardStringId.ActionDrillUp':'Drill Up','DashboardStringId.CustomItemEmptyDimensionPlaceholder':'Dimension','DashboardStringId.Longitude':'Longitude','DashboardStringId.ColorPaletteIndex':'Palette index:','DashboardStringId.NumericFormatUnitMillionsCaption':'Millions','DashboardStringId.RangeFilterIncompatibleArgument':'Range Filter\\'s argument field should have Numeric, DateTime, or TimeSpan type','DashboardStringId.DateTimeGroupIntervalMonth':'Month','DashboardStringId.DescriptionSeries':'Series','DashboardStringId.DeltaIndicationModeLessIsGoodCaption':'Less is good','DashboardStringId.ChartCalculationAlongSeriesAndArguments':'Series / Arguments','DashboardStringId.IntersectionLevelModeAll':'All levels','DashboardStringId.SparklineIndicationModeWinLoss':'Win/Loss','DashboardStringId.SearchNullValuePrompt':'Enter text to search...','DashboardStringId.MessagePivotHasNoData':'The pivot grid has no data.','DashboardStringId.DataInspectorObjectValue':'[Object]','DashboardStringId.ActionSelectDateTimePeriod':'Select Date Time Period','DashboardStringId.MessageGridHasNoData':'The grid has no data.','DashboardStringId.ErrorHandlingSQLServerModeError':'Server mode is not supported for stored procedures','DashboardStringId.PivotCalculationAlongGroupsInColumnsAndRows':'Columns / Rows within Groups','DashboardStringId.DescriptionArguments':'Arguments','DashboardStringId.PivotCalculationAlongColumnsAndRows':'Columns / Rows','DashboardStringId.CardRowDataElementTypeDeltaIndicatorCaption':'Delta Indicator','DashboardStringId.DefaultNameScatterChartItem':'Scatter Chart','DashboardStringId.MessageLoading':'Loading...','DashboardStringId.PaperKind':'Size','DashboardStringId.DataInspectorButtonClose':'Close','DashboardStringId.CalculatedFieldTypeDecimal':'Decimal','DashboardStringId.SummaryTypeCountDistinct':'Count Distinct','DashboardStringId.RankTypePercentile':'Percentile','DashboardStringId.PageLayoutAuto':'Auto','DashboardStringId.SelectDate':'Select date','DashboardStringId.MessageCustomItemIncorrectDataItemSectionName':'The dashboard definition contains the {0} property that does not exist in the corresponding {1} class. This property will be ignored while the custom item is loading.','DashboardStringId.DeltaIndicationModeGreaterIsGoodCaption':'Greater is good','DashboardStringId.DateTimeIntervalAll':'All','DashboardStringId.DateTimeIntervalDay':'Day','DashboardStringId.FormatRuleUnableToAddRule_NoCardLayout':'Unable to add a new format rule to cards that use a legacy layout.','DashboardStringId.NumericFormatFormatTypeScientificCaption':'Scientific','DashboardStringId.GroupIntervalNone':'No Grouping','DashboardStringId.SizeModeStretch':'Stretch','DashboardStringId.ChartElementLineOrAreaCaption':'Line/Area','DashboardStringId.ErrorHandlingWindowDefinitionServerMode':'The w function cannot be used for server-mode data sources','DashboardStringId.DeltaValueTypePercentOfTargetCaption':'Percent of target','DashboardStringId.ExactDateFormatSecond':'Second','DashboardStringId.SummaryTypeStdDev':'StdDev','DashboardStringId.DateTimeGroupIntervalWeekOfMonth':'Week of Month','DashboardStringId.DateTimeFormatDayOfWeekFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.RunningTotalCalculationMeasureCaptionFormatString':'Running Total of {0}','DashboardStringId.FunctionDescriptionRankUnique':'RankUnique(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the unique rank for the current row in the window.','DashboardStringId.PointLabelContentTypeNone':'None','DashboardStringId.NumericFormatUnitSymbolBillions':'B','DashboardStringId.SizeMode':'Size Mode','DashboardStringId.LayoutDimensionModeAuto':'Auto','DashboardStringId.SparklineIndicationModeArea':'Area','DashboardStringId.SparklineIndicationModeLine':'Line','DashboardStringId.PointLabelContentTypeValue':'Value','DashboardStringId.ExtractEmptyDataFieldsExceptionMessage':'Cannot create the extract file from the Object/Entity Framework data source because the ExtractSourceOptions.DataFields collection is empty.','DashboardStringId.AggregateExFunctionDescriptionMode':'Mode(Value)\\r\\nThe mode of the values. A mode is the value that is repeated more often than any other.','DashboardStringId.PageLayoutLandscape':'Landscape','DashboardStringId.DateTimeFormatMonthFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.FilterElementRadioComboBoxNoDataCaption':'Select...','DashboardStringId.FormatRuleUnableToAddRule_NoSeriesToApply':'Unable to add a new format rule. There is no series to apply the rule.','DashboardStringId.PointLabelContentTypeArgument':'Argument','DashboardStringId.FormatRuleRangeGenerateRanges':'Generate Ranges','DashboardStringId.CardRowDataElementTypeCardNameCaption':'Card Name','DashboardStringId.CommandFormatRuleBetweenOrEqual':'Between Or Equal To','DashboardStringId.SummaryTypeMedian':'Median','DashboardStringId.CardRowDataElementTypeAbsoluteVariationCaption':'Absolute Variation','DashboardStringId.HighCaption':'High','DashboardStringId.ExpressionFieldsTreeItemName':'Expressions','DashboardStringId.ElementNameCards':'Cards','DashboardStringId.FormatRuleApplyToDimensionElement':'Dimension - {0}','DashboardStringId.SeriesTypeStackedBar':'Stacked Bar','DashboardStringId.DefaultNamePivotItem':'Pivot','DashboardStringId.CalculatedFieldTypeUnknown':'Unknown','DashboardStringId.DescriptionValues':'Values','DashboardStringId.RankTypeCompetition':'Competition','DashboardStringId.CommandFormatRuleBelowOrEqualAverage':'Below Or Equal to Average','DashboardStringId.DescriptionItemAxisXMeasure':'X-axis','DashboardStringId.MessageEFNotSupportedMedian':'Median is not supported for the Entity Framework.','DashboardStringId.TargetValueCaption':'Target','DashboardStringId.FormatConditionAppearancePaleBlue':'Pale Blue','DashboardStringId.FormatConditionAppearancePaleCyan':'Pale Cyan','DashboardStringId.FormatConditionAppearancePaleGray':'Pale Gray','DashboardStringId.DeltaIndicationModeWarningIfLessCaption':'Warning if less','DashboardStringId.CommandDimensionSortModeValue':'(Value)','DashboardStringId.SummaryTypeAverage':'Average','DashboardStringId.FormatRuleShowBarOnly':'Show bar only','DashboardStringId.DateTimeGroupIntervalWeekYear':'Week-Year','DashboardStringId.CardCalculationAlongCards':'Cards','DashboardStringId.DateTimeGroupIntervalQuarter':'Quarter','DashboardStringId.CalculatedFieldTypeString':'String','DashboardStringId.SparklineValuesSeparator':', ','DashboardStringId.OlapRaggedHierarchyNoneItemCaption':'(None)','DashboardStringId.DashboardCurrencyUseCurrentCurrency':'Use client system settings','DashboardStringId.LoadingDataError':'The Dashboard encountered an issue while loading data. One or several dashboard items may appear empty.\\r\\nPlease contact the application vendor or your system administrator and provide the following information.\\r\\n\\r\\nThe Web application server failed to establish the following data connections:\\r\\n{0}','DashboardStringId.DescriptionItemMeasureWeight':'Weight','DashboardStringId.PeriodThisMinute':'This Minute','DashboardStringId.DateTimeFormatMonthFormatNumericCaption':'Numeric','DashboardStringId.FunctionDescriptionRankDense':'RankDense(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the dense rank for the current row in the window.','DashboardStringId.FunctionCategoryAdvanced':'Advanced','DashboardStringId.ExactDateFormatQuarter':'Quarter','DashboardStringId.PeriodNextSecond':'Next Second','DashboardStringId.FunctionDescriptionAggrJoinRule':'joinRule(dimension, searchValue)\\r\\nSpecifies the dimension for the \\'aggr\\' function and a column whose values are used in the join operation after aggregation is completed.','DashboardStringId.DefaultNameComboBoxItem':'Combo Box','DashboardStringId.SeriesTypeRangeArea':'Range Area','DashboardStringId.CommandFormatRuleTopN':'Top N','DashboardStringId.MessageWrongAxisName':'A data axis with the specified name does not exist in this dashboard item. See the DevExpress.DashboardCommon.DashboardDataAxisNames static class for valid data axis names.','DashboardStringId.CalculationTypePercentOfTotal':'Percent Of Total','DashboardStringId.CommandFormatRuleLessThanOrEqualTo':'Less Than Or Equal To','DashboardStringId.DateFilterDisplayTextPattern':'Display Text Pattern','DashboardStringId.SeriesTypeGroupRange':'Range','DashboardStringId.MessageWrongDateTimePeriodName':'The DateTimePeriodCollection does not contain the item with the specified name.','DashboardStringId.OLAPUnavailableRawData':'OLAP Data Source - Data Unavailable','DashboardStringId.DataItemsHeader':'DATA ITEMS','DashboardStringId.FitToPageWidth':'Fit to Page Width','DashboardStringId.FormatRuleAllowNegativeAxis':'Allow negative axis','DashboardStringId.FormatRuleDisplayName':'Caption','DashboardStringId.FormatConditionAppearanceYellow':'Yellow','DashboardStringId.SeriesTypeGroupFinancial':'Financial','DashboardStringId.DateTimeGroupIntervalYear':'Year','DashboardStringId.DateTimeGroupIntervalHour':'Hour','DashboardStringId.PointLabelContentTypePercent':'Percent','DashboardStringId.MessageIncorrectDataAssign':'Data cannot be assigned if a data provider is used','DashboardStringId.ErrorHandlingInvalidCustomFunctions':'Calculated Field and Window expressions cannot contain some custom functions. Evaluated expressions contain the following forbidden functions','DashboardStringId.MessageIncorrectFilterValueLength':'The list of values that has been assigned as the filter value has a length that does not match the expected length of the filter value.','DashboardStringId.SparklineIndicationModeBar':'Bar','DashboardStringId.ScatterCalculationAlongArguments':'Arguments','DashboardStringId.DefaultXpoDataSourceName':'XPO Data Source','DashboardStringId.NumericFormatUnitSymbolMillions':'M','DashboardStringId.FormatRuleUnableToAddRule_NoColumnsToApply':'Unable to add a new format rule. There is no column to apply the rule.','DashboardStringId.FormatRuleApplyTo':'Apply to','DashboardStringId.FormatConditionAppearanceFontItalic':'Italic','DashboardStringId.NumericGroupIntervalContinuous':'Continuous','DashboardStringId.DifferenceCalculationTargetPrevious':'Previous','DashboardStringId.CommandDimensionSortModeID':'(ID)','DashboardStringId.DefaultMongoDBDataSourceName':'MongoDB Data Source','DashboardStringId.DescriptionGauges':'Gauges','DashboardStringId.NumericGroupIntervalDiscrete':'Discrete','DashboardStringId.FunctionDescriptionWindowVarp':'WindowVarp(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the biased variance of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMode':'WindowMode(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the mode of the expression within the window.','DashboardStringId.DateTimeGroupIntervalDateHourMinuteSecond':'Date-Hour-Minute-Second','DashboardStringId.DefaultNameDateFilterItem':'Date Filter','DashboardStringId.FormatConditionAutomaticValueType':'Automatic','DashboardStringId.ScaleModeNone':'None','DashboardStringId.DefaultNamePieItem':'Pies','DashboardStringId.EndDate':'(End Date)','DashboardStringId.FunctionOperatorExFunctionDescriptionToDateTime':'ToDateTime(Value)\\r\\nConverts Value to a DateTime value.','DashboardStringId.FormatConditionPercentValueType':'Percent','DashboardStringId.CommandFormatRuleBar':'Bar','DashboardStringId.FormatConditionAppearanceFontGreen':'Green Font','DashboardStringId.DefaultExcelDataSourceName':'Excel Data Source','DashboardStringId.CommandDimensionSortModeDisplayText':'(Display Text)','DashboardStringId.MessageIncorrectMoveTarget':'Cannot move a layout item to a position within its own branch','DashboardStringId.ExactDateFormatHour':'Hour','DashboardStringId.ExactDateFormatYear':'Year','DashboardStringId.DefaultNameMapItem':'Map','DashboardStringId.ExtractSourceDataSourceNamePostfix':'(local copy)','DashboardStringId.FunctionDescriptionAggregateFilter':'filter(SummaryExpression, filterCriteria)\\r\\nFilters underlying data with specified filter criteria and aggregates filtered data using current detail level and the summary function.','DashboardStringId.DescriptionMeasures':'Measures','DashboardStringId.FormatRuleApplyToAllElements':'All elements','DashboardStringId.GridTotalValueTemplate':'{0}','DashboardStringId.MessageServerModeNotSupportedCountDistinct':'Count Distinct is not supported in server mode for','DashboardStringId.DefaultDashboardTitleText':'Dashboard','DashboardStringId.FormatConditionAppearancePaleGreen':'Pale Green','DashboardStringId.FileName':'File Name','DashboardStringId.ResetExactDateFormatToDefault':'Reset to Default','DashboardStringId.LayoutDimensionModeFixed':'Fixed','DashboardStringId.PeriodLastMonth':'Last Month','DashboardStringId.DescriptionBoundImageAttribute':'Attribute','DashboardStringId.MessageInvalidFilterExpression':'Incorrect column identifier: {0}. A valid column identifier must consist of the column name preceeded by the table name (or alias, if specified). These names must be dot-separated.','DashboardStringId.TopNOthersValue':'Others','DashboardStringId.PaperKindExecutive':'Executive','DashboardStringId.FormatConditionAppearancePurple':'Purple','DashboardStringId.ActionMaximizeDashboardItem':'Maximize','DashboardStringId.GridSortDescending':'Sort Descending','DashboardStringId.PeriodLastYear':'Last Year','DashboardStringId.PeriodLastHour':'Last Hour','DashboardStringId.FormatConditionAppearanceFontGrayed':'Gray Font','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinute':'GetDateHourMinute(DateTime)\\r\\nExtracts the date part with the hour and minute values from the defined DateTime.','DashboardStringId.ErrorHandlingEFServerModeError':'Server mode is not supported for this data member','DashboardStringId.MeasureNamesDimensionName':'MeasureNames','DashboardStringId.Value2Caption':'Value 2','DashboardStringId.FormatRuleDisplayInLegend':'Display in legend','DashboardStringId.FormatRuleRangeReverseStyles':'Reverse','DashboardStringId.CsvValueSeparator':'Separator','DashboardStringId.SeriesTypePoint':'Point','DashboardStringId.ParameterTrueExportValue':'True','DashboardStringId.SeriesTypeStock':'Stock','DashboardStringId.CalculationTypeDifference':'Difference','DashboardStringId.FormatRuleRangeSegmentNumber':'Number of ranges:','DashboardStringId.LegendItemFormatString':'{0} - {1}','DashboardStringId.SizeModeZoom':'Zoom','DashboardStringId.SizeModeNone':'None','DashboardStringId.MessageInvalidStream':'The \\'stream\\' parameter can\\'t be null','DashboardStringId.DateTimeFormatDateFormatShortCaption':'Short','DashboardStringId.CommandFormatRuleDateOccurring':'A Date Occurring','DashboardStringId.ColoringModeNone':'None','DashboardStringId.NumericFormatUnitCaption':'Unit','DashboardStringId.PeriodNextMinute':'Next Minute','DashboardStringId.FormatRuleRangeAdd':'Add','DashboardStringId.CommandFormatRuleAboveOrEqualAverage':'Above Or Equal to Average','DashboardStringId.ScaleMode':'Scale Mode','DashboardStringId.CardRowDataElementTypeSubtitleCaption':'Subtitle','DashboardStringId.DateTimeFormatDayOfWeekFormatDefaultCaption':'Default','DashboardStringId.SeriesTypeFullStackedBar':'Full-Stacked Bar','DashboardStringId.MessageDuplicatedLayoutItem':'This layout item is already contained in the tree','DashboardStringId.DescriptionMapValue':'Map / Value','DashboardStringId.FunctionDescriptionWindowStdDevp':'WindowStdDevp(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the biased standard deviation of the expression within the window.','DashboardStringId.GridCalculationAlongSparklineArgument':'Sparkline Argument','DashboardStringId.FunctionDescriptionWindowDefinitionPartitionBy':'partitionBy(column1, column2, ...)\\r\\nSpecifies the columns by which the data rows are partitioned. The window function is applied to each partition separately.','DashboardStringId.DeltaIndicationModeNoIndicationCaption':'No indication','DashboardStringId.SeriesTypeGroupBar':'Bar','DashboardStringId.ActionShowDataInspector':'Inspect Data','DashboardStringId.ExportParameters':'Parameters','DashboardStringId.FormatStringSeriesName':' - {0}','DashboardStringId.FilterElementCheckedComboBoxNoDataCaption':'(none)','DashboardStringId.DescriptionItemArgument':'Argument','DashboardStringId.DateTimeGroupIntervalSecond':'Second','DashboardStringId.ParametersFormNameColumnCaption':'Parameter','DashboardStringId.FunctionOperatorExFunctionDescriptionToBoolean':'ToBoolean(Value)\\r\\nConverts Value to an equivalent Boolean value.','DashboardStringId.DifferenceCalculationTargetFirst':'First','DashboardStringId.DescriptionItemAxisYMeasure':'Y-axis','DashboardStringId.GaugeCalculationAlongGauges':'Gauges','DashboardStringId.ErrorIncorrectIntervalCount':'The count parameter should be greater or equal to 1.','DashboardStringId.CommandFormatRuleNotEqualTo':'Not Equal To','DashboardStringId.ChartCalculationAlongSeries':'Series','DashboardStringId.FormatRuleInvalidRule':'<Invalid Rule>','DashboardStringId.CardCalculationAlongSparklineArgumentAndCards':'Sparkline Argument / Cards','DashboardStringId.ShowTitle':'Show Title','DashboardStringId.PaperKindLegal':'Legal','DashboardStringId.FormatRuleStyleIcons':'Icons','DashboardStringId.ColorInherited':'(Inherited)','DashboardStringId.FormatRuleApplyToPointSeriesElementOnly':'This option is in effect only for line or area series','DashboardStringId.DescriptionDimensions':'Dimensions','DashboardStringId.CardRowDataElementTypePercentVariationCaption':'Percent Variation','DashboardStringId.ButtonCancel':'Cancel','DashboardStringId.UndoText':'Undo','DashboardStringId.CardLayoutTemplateNoneCaption':'None','DashboardStringId.DefaultNameChartPane':'Pane','DashboardStringId.DefaultNameChartItem':'Chart','DashboardStringId.DateTimeQuarterFormat':'Q{0}','DashboardStringId.ChartElementPointCaption':'Point','DashboardStringId.RawDataType':'Raw','DashboardStringId.CloseCaption':'Close','DashboardStringId.FormatConditionAppearanceFontYellow':'Yellow Font','DashboardStringId.PaperKindA3':'A3','DashboardStringId.PaperKindA4':'A4','DashboardStringId.PaperKindA5':'A5','DashboardStringId.FilterStatePresentationAfterAndSplitPage':'Separate Page','DashboardStringId.CardCalculationAlongSparklineArgument':'Sparkline Argument','DashboardStringId.FormatConditionAppearanceOrange':'Orange','DashboardStringId.RangeFilterHasNoData':'The Range Filter does not contain any data to display.','DashboardStringId.CommandFormatRuleGreaterThanOrEqualTo':'Greater Than Or Equal To','DashboardStringId.DescriptionItemRow':'Row','DashboardStringId.FilterStatePresentationAfter':'Below','DashboardStringId.DateTimeIntervalHour':'Hour','DashboardStringId.DateTimeIntervalYear':'Year','DashboardStringId.DateTimeIntervalWeek':'Week','DashboardStringId.FunctionDescriptionWindowDefinitionOrderBy':'orderBy(column1, column2, ...)\\r\\nSpecifies the columns by which the values are sorted.','DashboardStringId.FunctionDescriptionWindowDefinition':'w(WindowExpression, partitionByFunction, orderByFunction)\\r\\nCalculates aggregated values with the specified window function for the window defined by the specified partitioning and ordering.','DashboardStringId.NumericFormatUnitThousandsCaption':'Thousands','DashboardStringId.DateTimeFormatDateTimeFormatTimeOnlyCaption':'Time only','DashboardStringId.ErrorHandlingJoinRuleFunctionServerMode':'The joinRule function cannot be used for server-mode data sources','DashboardStringId.ScaleModeAutoFitToPagesWidth':'Auto Fit to Pages Width','DashboardStringId.ColoringModeDefault':'Default','DashboardStringId.MessageInternalError':'Internal error. Please contact the application vendor or your system administrator and provide the following information.\\r\\n\\r\\n{0}','DashboardStringId.DefaultJsonDataSourceName':'JSON Data Source','DashboardStringId.CommandFormatRuleValue':'Value','DashboardStringId.FilterElementNoDataToDisplay':'No data to display','DashboardStringId.CommandFormatRuleRange':'Range','DashboardStringId.EmptyColumnAliasPattern':'Column{0}','DashboardStringId.DescriptionItemAuto':'New Column','DashboardStringId.ExtractPreprocessorError':'An error occurred during creation of the data extract:\\r\\n{0}','DashboardStringId.RankTypeUnique':'Unique','DashboardStringId.DateTimeGroupIntervalWeekOfYear':'Week of Year','DashboardStringId.GeoPointMapTooltipPointCount':'{0} points','DashboardStringId.ErrorHandlingDataBindingError':'The following errors occur during data binding:','DashboardStringId.FormatConditionAppearanceCustom':'Custom','DashboardStringId.DefaultNameImageItem':'Image','DashboardStringId.OlapCubeNotFoundError':'The cube with the following name cannot be found:\\r\\n{0}.','DashboardStringId.DescriptionRows':'Rows','DashboardStringId.MapShapeNoneAttribute':'NONE','DashboardStringId.FunctionDescriptionRankPercentile':'RankPercentile(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the percentile rank for the current row in the window.','DashboardStringId.RankOrderDescending':'Descending','DashboardStringId.SeriesTypeStackedSplineArea':'Stacked Spline Area','DashboardStringId.ExtractEmptyDataMemberExceptionMessage':'Cannot create an extract file because ExtractSourceOptions.DataMember is empty or specified incorrectly.','DashboardStringId.DescriptionMaps':'Maps','DashboardStringId.PrintHeadersOnEveryPage':'Print Headers on Every Page','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateMonthYear':'GetDateMonthYear(DateTime)\\r\\nReturns the date of the first day of the month for a given DateTime.','DashboardStringId.FunctionCategoryAggregate':'Aggregate','DashboardStringId.FormatRuleApplyToTextElement':'Text - \"{0}\"','DashboardStringId.ButtonExport':'Export','DashboardStringId.ToDatePeriodCaption':'To {0}','DashboardStringId.ErrorToBooleanCharOperand':'Cannot convert a character to a boolean value.','DashboardStringId.FilterElementShowAllItem':'(All)','DashboardStringId.NumericFormatFormatTypeCurrencyCaption':'Currency','DashboardStringId.FunctionDescriptionFirstValue':'FirstValue(Value)\\r\\nReturns the first value in a collection.','DashboardStringId.ExactDateFormatMonth':'Month','DashboardStringId.UniqueCalculatedFieldNameValidationMessage':'The {0} already contains a field named {1}.','DashboardStringId.ActionExportToPdf':'Export To PDF','DashboardStringId.PivotCalculationAlongGroupsInColumns':'Columns within Groups','DashboardStringId.PivotCalculationAlongRows':'Rows','DashboardStringId.NumericFormatUnitSymbolThousands':'K','DashboardStringId.InvalidCustomPropertyNameMessage':'The property name \\'{0}\\' is invalid. It should contain only letters, numbers, and the underscore symbol and cannot start with a number.','DashboardStringId.PivotGridTotal':'{0} Total','DashboardStringId.MessageInvalidLayoutClientHeight':'The layout height must be greater than zero.','DashboardStringId.FormatConditionAppearanceGradientTransparent':'Gradient Transparent','DashboardStringId.CardLayoutTemplateCustomCaption':'Custom','DashboardStringId.DeltaIndicationModeWarningIfGreaterCaption':'Warning if greater','DashboardStringId.FormatConditionAppearanceGradientGreen':'Gradient Green','DashboardStringId.GridHyperlinkUriPatternErrorMessage':'Invalid placeholder','DashboardStringId.MessageBoxWarningTitle':'Warning','DashboardStringId.InspectedTypeFormatString':'({0} Data)','DashboardStringId.FormatStringKpiElementCaption':'{0} vs {1}','DashboardStringId.CardRowDataElementTypeTitleCaption':'Title','DashboardStringId.RangeFilterIncompatibleTopN':'Range Filter\\'s argument does not support the Top N feature','DashboardStringId.DeltaValueTypeTargetValueCaption':'Target value','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateQuarterYear':'GetDateQuarterYear(DateTime)\\r\\nReturns the date of the first day of the quarter for a given DateTime.','DashboardStringId.DateTimeGroupIntervalDayMonthYear':'Day-Month-Year','DashboardStringId.FormatRuleRangeUsePercent':'Use % ranges','DashboardStringId.GridCalculationAlongSparklineArgumentAndRows':'Sparkline Argument / Rows','DashboardStringId.FormatConditionAppearanceGradientCyan':'Gradient Cyan','DashboardStringId.FormatConditionAppearanceGradientBlue':'Gradient Blue','DashboardStringId.DefaultNameTreeViewItem':'Tree View','DashboardStringId.MessageIncorrectValueTopNCount':'The TopNCount property value cannot be negative or zero.','DashboardStringId.DateTimeFormatMonthFormatFullCaption':'Full','DashboardStringId.DateTimeGroupIntervalMonthYear':'Month-Year','DashboardStringId.ParametersFormCaption':'Dashboard Parameters','DashboardStringId.MessageCustomItemIsNotSupported':'The custom item is not supported by this control.','DashboardStringId.SparklineTooltipMinValue':'Min:','DashboardStringId.FormatRuleDataItemIsNotAvailable':'(N/A)','DashboardStringId.CommandFormatRuleLessThan':'Less Than','DashboardStringId.CommandFormatRuleGreaterThan':'Greater Than','DashboardStringId.SeriesTypeFullStackedSplineArea':'Full-Stacked Spline Area','DashboardStringId.FormatRuleNegativeStyle':'Negative Style Settings','DashboardStringId.CommandFormatRuleEqualTo':'Equal To','DashboardStringId.AggrInMasterFilterDimensionError':'Master filtering cannot be applied by dimension values created using the expression containing the Aggr function.','DashboardStringId.DateTimeGroupIntervalDay':'Day','DashboardStringId.MeasureFilterCaptionFormatString':'Filtered {0}','DashboardStringId.MessageInvalidCultureName':'Cannot find a specific culture with the following name: {0}','DashboardStringId.DefaultPeriodName':'Period','DashboardStringId.ColoringModeHue':'Hue','DashboardStringId.DefaultEFDataSourceName':'EF Data Source','DashboardStringId.NewCalculatedFieldNamePrefix':'Calculated Field','DashboardStringId.ParametersFormAllowNullColumnCaption':'Pass Null','DashboardStringId.ActionExportTemplate':'{0} - {1}','DashboardStringId.PeriodNextQuarter':'Next Quarter','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinuteSecond':'GetDateHourMinuteSecond(DateTime)\\r\\nExtracts the date part with the hour, minute, and second values from the defined DateTime.','DashboardStringId.ExactDatePeriodCaption':'{0}','DashboardStringId.ButtonSubmit':'Submit','DashboardStringId.DateTimeIntervalMonth':'Month','DashboardStringId.FunctionDescriptionWindowCustomAggregate':'WindowAggregate(SummaryExpression, StartOffset, EndOffset, CustomAggregateName) - Returns the result of the custom function applied to the specified expression in the window.','DashboardStringId.PointLabelContentTypeSeriesName':'Series Name','DashboardStringId.GridTotalTypeSum':'Sum','DashboardStringId.GridTotalTypeAvg':'Avg','DashboardStringId.GridTotalTypeMin':'Min','DashboardStringId.GridTotalTypeMax':'Max','DashboardStringId.DefaultNameGridItem':'Grid','DashboardStringId.InspectedData':'Inspected Data:','DashboardStringId.FunctionDescriptionCountDistinct':'CountDistinct(Value)\\r\\nReturns the number of unique objects in a collection.','DashboardStringId.DefaultNameTabPage':'Page','DashboardStringId.ChartCalculationAlongArgumentsAndSeries':'Arguments / Series','DashboardStringId.ElementNamePies':'Pies','DashboardStringId.SeriesTypeGroupBubble':'Bubble','DashboardStringId.RangeFilterEmptyArgument':'Please specify the Range Filter\\'s argument','DashboardStringId.PeriodNextMonth':'Next Month','DashboardStringId.FunctionDescriptionWindowStdDev':'WindowStdDev(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the sample standard deviation of the expression within the window.','DashboardStringId.DeltaThresholdTypeAbsolute':'Absolute','DashboardStringId.MessageInvalidCardLayoutTemplateMinWidth':'The minimum width must be greater than zero.','DashboardStringId.DataSourceDataMember':'Data Member','DashboardStringId.ImageFormat':'Image Format','DashboardStringId.MessageCollectionTypesNotSupported':'Dashboard does not support collection types.','DashboardStringId.SparklineTooltipEndValue':'End:','DashboardStringId.Latitude':'Latitude','DashboardStringId.FunctionDescriptionRunningSum':'RunningSum(SummaryExpression)\\r\\nReturns the running sum of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningAvg':'RunningAvg(SummaryExpression)\\r\\nReturns the running average of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningMin':'RunningMin(SummaryExpression)\\r\\nReturns the running minimum of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningMax':'RunningMax(SummaryExpression)\\r\\nReturns the running maximum of the specified expression from the first row in the window to the current row.','DashboardStringId.CategoryNameGeneral':'General','DashboardStringId.DateTimeFormatYearFormatFullCaption':'Full','DashboardStringId.RangeFilterIncompatibleSeriesType':'A Range Filter can contain Line, Area and Bar series only','DashboardStringId.CalculationAlongSpecificDimensions':'Specific...','DashboardStringId.SummaryTypeMode':'Mode','DashboardStringId.SummaryTypeVarp':'VarP','DashboardStringId.CommandDimensionSortModeKey':'(Key)','DashboardStringId.SeriesTypeFullStackedLine':'Full-Stacked Line','DashboardStringId.SeriesTypeFullStackedArea':'Full-Stacked Area','DashboardStringId.ColorAutoAssignedNotApplied':'Auto (not applied)','DashboardStringId.DefaultNameListBoxItem':'List Box','DashboardStringId.DescriptionCards':'Cards','DashboardStringId.DescriptionTooltipDimensions':'Tooltip dimensions','DashboardStringId.FormatRuleApplyToRow':'Apply to row','DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfMonth':'GetWeekOfMonth(DateTime)\\r\\nExtracts the week of the month from the defined DateTime.','DashboardStringId.FormatConditionAppearanceGreen':'Green','DashboardStringId.CommandFormatRuleColorRangeBar':'Color Range Bar','DashboardStringId.UniqueNameValidationMessage':'A name should be unique.','DashboardStringId.MessageServerModeNotSupportedMode':'Mode is not supported in server mode for','DashboardStringId.FormatRuleInvalidRuleChanging':'Invalid Rule cannot be enabled.','DashboardStringId.MessageDashboardInternalError':'Dashboard internal error. Please contact the application vendor or your system administrator.','DashboardStringId.FunctionDescriptionRankCompetition':'RankCompetition(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the standard competition rank for the current row in the window.','DashboardStringId.FunctionDescriptionWindowDefinitionOrderDesc':'desc(column)\\r\\nData rows are sorted by values in the specified column in descending order.','DashboardStringId.RangeFilterCalculationAlongArgument':'Argument','DashboardStringId.CommandFormatRuleTopBottom':'Top/Bottom','DashboardStringId.ExcelFormat':'Excel Format','DashboardStringId.DateTimeGroupIntervalMinute':'Minute','DashboardStringId.FormatConditionAppearanceGradientYellow':'Gradient Yellow','DashboardStringId.FunctionDescriptionWindowCountDistinct':'WindowCountDistinct(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the distinct count of the expression within the window.','DashboardStringId.CardCalculationAlongCardsAndSparklineArgument':'Cards / Sparkline Argument','DashboardStringId.FunctionDescriptionWindowVar':'WindowVar(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the variance of the expression within the window.','DashboardStringId.FunctionDescriptionWindowSum':'WindowSum(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the sum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMax':'WindowMax(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the maximum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMin':'WindowMin(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the minimum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowAvg':'WindowAvg(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the average of the expression within the window, which is defined using offsets from the current row.','DashboardStringId.DifferenceCalculationTargetLast':'Last','DashboardStringId.DifferenceCalculationTargetNext':'Next','DashboardStringId.MessageIncorrectMapLatitude':'The latitude should be greater than or equal to {0} and less than or equal to {1}.','DashboardStringId.DescriptionDashboardItemName':'Dashboard item name','DashboardStringId.FilterStatePresentationNone':'None','DashboardStringId.ButtonApply':'Apply','DashboardStringId.WindowFunctionValidationMessage':'Please Note: The created field can not be used as a data item. The {0} expression is valid only within the w-function or as a custom expression applied to a measure calculation.','DashboardStringId.ErrorEmptyPeriodName':'The name cannot be null or empty','DashboardStringId.SparklineTooltipStartValue':'Start:','DashboardStringId.ButtonReset':'Reset','DashboardStringId.ActionExportTo':'Export To','DevExpress.DashboardCommon.DimensionSortOrder.Ascending':'Ascending','DevExpress.DashboardCommon.DashboardParameter.AllowMultiselect':'Allow Multiselect','DevExpress.DashboardCommon.DynamicListLookUpSettings.DisplayMember':'Display Member','DevExpress.DashboardCommon.DimensionSortOrder.Descending':'Descending','DevExpress.DashboardCommon.DynamicListLookUpSettings.ValueMember':'Value Member','DevExpress.DashboardCommon.DashboardParameter.LookUpSettings':'Look-Up Settings','DevExpress.DashboardCommon.DashboardParameter.AllowNull':'Allow Null','DevExpress.DashboardCommon.DashboardParameter.SelectAllValues':'Select All Values','DevExpress.DashboardCommon.DashboardParameter.Description':'Description','DevExpress.DashboardCommon.StaticListLookUpSettings.Values':'Values','DevExpress.DashboardCommon.DynamicListLookUpSettings.SortByMember':'Sort By','DevExpress.DashboardCommon.DynamicListLookUpSettings.DataMember':'Data Member','DevExpress.DashboardCommon.DashboardParameter.Visible':'Visible','DevExpress.DashboardCommon.DynamicListLookUpSettings.SortOrder':'Sort Order','DevExpress.DashboardCommon.DynamicListLookUpSettings.DataSource':'Data Source','DashboardWebStringId.Title.ImageLinked':'Linked','DashboardWebStringId.DashboardMenu':'Dashboard Menu','DashboardWebStringId.Grid.DisplayMode.Bar':'Bar','DashboardWebStringId.Chart.Position.TopLeftHorizontal':'Top Left Horizontal','DashboardWebStringId.FormatRuleApplyToDimensionElement':'Dimension','DashboardWebStringId.InteractivityOptions.MasterFilterMode.None':'None','DashboardWebStringId.Parameters.LookUpSettingsType.NoLookUp':'No Look-Up','DashboardWebStringId.ConditionalFormatting.IconType.None':'None','DashboardWebStringId.TopNMode':'Mode','DashboardWebStringId.TopN.Top':'Top','DashboardWebStringId.Map.Viewport.CenterPointLongitude':'Center Point Longitude','DashboardWebStringId.DashboardMenuColorScheme':'Color Scheme','DashboardWebStringId.Image.BindingMode':'Binding Mode','DashboardWebStringId.LimitVisibleData.IncreasePerformanceTooltip':'This dashboard item is bound to a large data set. To increase performance, click this icon to limit visible data.','DashboardWebStringId.ColoringModeOn':'On','DashboardWebStringId.Calculations.RankOrder':'Rank Order','DashboardWebStringId.ConditionalFormatting.ConditionMaximum':'Maximum','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayDownInclineArrow':'Directional Gray Down Incline Arrow','DashboardWebStringId.Treemap.TileLabelsValue':'Value','DashboardWebStringId.ButtonHidden':'Hidden','DashboardWebStringId.Treemap.TileLabelsNone':'None','DashboardWebStringId.Image.BindingMode.BinaryArray':'Binary Array','DashboardWebStringId.Calculations.Moving':'Moving of','DashboardWebStringId.Gauge.Scale.Custom':'Custom','DashboardWebStringId.Image.BindingMode.Uri':'Uri','DashboardWebStringId.PivotGrid.ValuesPositionRows':'Rows','DashboardWebStringId.Map.Viewport.CreateViewerPaddings':'Create Viewer Paddings','DashboardWebStringId.Notification.DashboardCanNotBeSaved':'The dashboard cannot be saved','DashboardWebStringId.InteractivityOptions.TargetDimensions.Series':'Series','DashboardWebStringId.Binding.TooltipMeasures':'Tooltip Measures','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowSideArrow':'Directional Yellow Side Arrow','DashboardWebStringId.DataSources.EditCalculatedField':'Edit Calculated Field','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowTriangle':'Shape Yellow Triangle','DashboardWebStringId.Grid.Options':'Grid Options','DashboardWebStringId.Chart.Position.BottomRightVertical':'Bottom Right Vertical','DashboardWebStringId.EditInDesigner':'Edit in Designer','DashboardWebStringId.DashboardMenuNew':'New...','DashboardWebStringId.Colorization.NoSelectedSchema':'Select a color scheme to edit','DashboardWebStringId.Currency.DefaultCurrencyWarning':'The currency culture format is based on environmental settings. Specify the culture explicitly to ignore these settings.','DashboardWebStringId.CardLayout.MaxWidth':'Max Width','DashboardWebStringId.ConditionalFormatting.DatesOccurringBeyondThisYear':'Following this year','DashboardWebStringId.PivotGrid.RowGrandTotals':'Row Grand Totals','DashboardWebStringId.Add':'Add','DashboardWebStringId.Pie':'Pie','DashboardWebStringId.ConditionalFormatting.Appearance.ForeColor':'Fore Color','DashboardWebStringId.PivotGrid.RowTotalsPosition':'Row Totals Position','DashboardWebStringId.InteractivityOptions.TargetDimensions.Points':'Points','DashboardWebStringId.Title.Aligment.Center':'Center','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorRedCross':'Indicator Red Cross','DashboardWebStringId.Chart.ShowPointMarkers':'Show point markers','DashboardWebStringId.DataSources.CreateDataSource':'Create','DashboardWebStringId.ColoringOptions':'Coloring','DashboardWebStringId.Grid.FilterClause.EndsWith':'Ends with','DashboardWebStringId.Notification.UnsupportedDataSourceType':'Unsupported data source type','DashboardWebStringId.DataSources.OK':'OK','DashboardWebStringId.Chart.AxisYMeasure':'Axis Y Measure','DashboardWebStringId.AccordionTab.Common':'Common','DashboardWebStringId.Map.Position.TopRight':'Top Right','DashboardWebStringId.Pie.Type':'Pie Type','DashboardWebStringId.ConditionalFormatting.SegmentNumber':'Segment Number','DashboardWebStringId.Binding.ValuesPattern':'Values {0}','DashboardWebStringId.ButtonNo':'NO','DashboardWebStringId.ButtonOn':'ON','DashboardWebStringId.Pie.LabelPositionInside':'Inside','DashboardWebStringId.PivotGrid.LayoutTypeCompact':'Compact','DashboardWebStringId.InteractivityOptions.TargetDimensions':'Target Dimensions','DashboardWebStringId.Cards.LineCount':'Line Count','DashboardWebStringId.Map.TooltipActualValueCaption':'Tooltip Actual Value Caption','DashboardWebStringId.Map.TooltipAttribute':'Tooltip Attribute','DashboardWebStringId.TilesTooltipContentType':'Tile Tooltip','DashboardWebStringId.RangeFilter.UriPattern':'Uri Pattern','DashboardWebStringId.Parameters.LookUpSettingsTypeCaption':'Look-Up Settings Type','DashboardWebStringId.PivotGrid.LayoutTypeTabular':'Tabular','DashboardWebStringId.FormatType':'Format Type','DashboardWebStringId.Dialog.ConfirmSaving':'Confirm saving','DashboardWebStringId.FormatRule':'Format Rule','DashboardWebStringId.Card.SparklineVisible':'Sparkline Visible','DashboardWebStringId.Tabs.Binding':'Binding','DashboardWebStringId.Grid.ColumnHeaders':'Column Headers','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorGreenCheck':'Indicator Green Check','DashboardWebStringId.Map.CustomMapUrl':'Custom Map Url','DashboardWebStringId.RangeFilter.Flow':'Flow','DashboardWebStringId.RangeFilter.None':'None','DashboardWebStringId.Binding.ConfigureMeasure':'Configure Measure','DashboardWebStringId.DashboardMenuCurrency':'Currency','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayUpInclineArrow':'Directional Gray Up Incline Arrow','DashboardWebStringId.PivotGrid.RowTotals':'Row Totals','DashboardWebStringId.Calculations.RankType':'Rank Type','DashboardWebStringId.MasterFilterMode':'Master Filter Mode','DashboardWebStringId.PivotGrid.RowTotalsPositionBottom':'Bottom','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGreenArrowUp':'Directional Green Arrow Up','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalRedTriangleDown':'Directional Red Triangle Down','DashboardWebStringId.Grid.DisplayMode.Text':'Text','DashboardWebStringId.Binding.SetColor':'Set Color','DashboardWebStringId.Gauge.Captions':'Show Gauge Captions','DashboardWebStringId.Grid.Delta':'Delta','DashboardWebStringId.Chart.LogarithmicScaleBase5':'5','DashboardWebStringId.Chart.LogarithmicScaleBase2':'2','DashboardWebStringId.Binding.SetValue':'Set Value','DashboardWebStringId.Notification.AttemptToLoadParameterValues':'An error occurred during an attempt to load parameter values for the data source ','DashboardWebStringId.DesignerToolbar.LayoutDimensionValidationError':'The value should be between {0} and {1}','DashboardWebStringId.DashboardMenuNewDashboardCreate':'Create','DashboardWebStringId.DateFilter.FilterTypeExact':'Exact','DashboardWebStringId.Grid.FilterClause.LessOrEqual':'Less than or equal to','DashboardWebStringId.Coloring.Local':'Local','DashboardWebStringId.DateFilter.FilterTypeAfter':'After','DashboardWebStringId.Map.Area.WorldCountries':'World Countries','DashboardWebStringId.ConditionalFormatting.IconType.Rating1Bar':'Rating 1 Bar','DashboardWebStringId.Binding.AddMap':'Add Map','DashboardWebStringId.Binding.AddRow':'Add Row','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGraySideArrow':'Directional Gray Side Arrow','DashboardWebStringId.PivotGrid.ColumnTotalsPosition':'Column Totals Position','DashboardWebStringId.Grid.FilterClause.BetweenEnd':'End','DashboardWebStringId.Map.CustomMapOptionsSource':'Source','DashboardWebStringId.ConditionalFormatting.FontStyle':'Font Style','DashboardWebStringId.Cards.ArrangementMode.Auto':'Auto','DashboardWebStringId.DataSources.CreateNewDataSource':'Create data source...','DashboardWebStringId.Notification.AttemptToLoadDashboards':'An error occurred during an attempt to load the list of available dashboards','DashboardWebStringId.CollectionEditor.Totals.NoItems':'Click + to add a new total.','DashboardWebStringId.InteractivityOptions':'Interactivity Options','DashboardWebStringId.DataSources.RenameDataSource':'Rename Data Source','DashboardWebStringId.Chart.AxisXMeasure':'Axis X Measure','DashboardWebStringId.Map.Viewport.RightLongitude':'Right Longitude','DashboardWebStringId.Errors.AttemptToLoadData':'An error occurred during an attempt to load data','DashboardWebStringId.Binding.ConfigureAttribute':'Configure Attribute','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlier':'Prior to the month 6 months ago','DashboardWebStringId.Grid.WidthType.FitToContent':'Fit To Content','DashboardWebStringId.Chart.Orientation.RotateLeft':'Rotate Left','DashboardWebStringId.Sparkline.HighlightMinMaxPoints':'Highlight Min/Max Points','DashboardWebStringId.Image.Alignment.Bottom':'Bottom','DashboardWebStringId.ConditionalFormatting.DateType':'Date Type','DashboardWebStringId.WeightedLegendGalleryGroup':'Position','DashboardWebStringId.Dashboard.Groups':'Groups','DashboardWebStringId.Binding.Attribute':'Attribute','DashboardWebStringId.Notification.AttemptToGetColorScheme':'An error occurred during an attempt to get the color scheme','DashboardWebStringId.Image.Alignment.Center':'Center','DashboardWebStringId.DataSources.NoAvailableDataSources':'There are no available datasources.','DashboardWebStringId.Pie.LabelContentType.ArgumentAndPercent':'Argument And Percent','DashboardWebStringId.Dialog.ArgumentMode':'Axis Type','DashboardWebStringId.DataSources.Rename':'Rename','DashboardWebStringId.DimensionSortBy':'Sort by','DashboardWebStringId.Filters':'Filters','DashboardWebStringId.Notification.MethodIsNotAllowedInViewerMode':'This method is not allowed in the viewer mode','DashboardWebStringId.ConditionalFormatting.IntersectionRowDimension':'Intersection Row Dimension','DashboardWebStringId.Chart.Position.Inside':'Inside','DashboardWebStringId.PivotGrid.LayoutType':'Layout','DashboardWebStringId.Binding.RemovePane':'Remove Pane','DashboardWebStringId.Map.TooltipCaption':'Tooltip Caption','DashboardWebStringId.Currency.Currency':'Currency','DashboardWebStringId.Map.Position.BottomLeft':'Bottom Left','DashboardWebStringId.ConditionalFormatting.IconType.Rating2FilledBoxes':'Rating 2 Filled Boxes','DashboardWebStringId.Treemap.GroupTooltipsValue':'Value','DashboardWebStringId.Map.Viewport':'Viewport','DashboardWebStringId.Map.CustomMapOptionsFile':'File','DashboardWebStringId.ConditionalFormatting.IconType.RatingEmptyGrayCircle':'Rating Empty Gray Circle','DashboardWebStringId.Notification.AttemptToLoadDimensionUniqueValues':'An error occurred during an attempt to load dimension unique values for the data source ','DashboardWebStringId.MobileLayout.SwitchToViewer':'You have opened the Web Dashboard in the Designer mode. The control supports a mobile layout only if it works in the Viewer mode. Do you want to switch to the Viewer mode?','DashboardWebStringId.Map.Position.TopCenter':'Top Center','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorRedFlag':'Indicator Red Flag','DashboardWebStringId.Treemap.GroupTooltipsArgument':'Argument','DashboardWebStringId.ConditionalFormatting.IconType.RatingFullGrayStar':'Rating Full Gray Star','DashboardWebStringId.Title.Aligment':'Alignment','DashboardWebStringId.DataSources.CalculatedField.Corrupted':'The calculated field contains errors','DashboardWebStringId.Grid.WidthType':'Width Type','DashboardWebStringId.ConditionalFormatting.DatesOccurringNone':'None','DashboardWebStringId.Treemap.TileTooltipsNone':'None','DashboardWebStringId.Pie.LabelContentType.Argument':'Argument','DashboardWebStringId.ConditionalFormatting.IconType.RatingFullGrayCircle':'Rating Full Gray Circle','DashboardWebStringId.Binding.ConfigureColumn':'Configure Column','DashboardWebStringId.Binding.SetArgument':'Set Argument','DashboardWebStringId.Map.ShapeTitleAttribute':'Shape Title Attribute','DashboardWebStringId.ConditionalFormatting.DatesOccurringYesterday':'Yesterday','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowDownInclineArrow':'Directional Yellow Down Incline Arrow','DashboardWebStringId.Interactivity':'Interactivity','DashboardWebStringId.AccordionTab.WeightedLegend':'Weighted Legend','DashboardWebStringId.Treemap.SquarifiedLayoutAlgorithm':'Squarified','DashboardWebStringId.ConditionalFormatting.IconType.RatingEmptyGrayStar':'Rating Empty Gray Star','DashboardWebStringId.AccordionTab.MeasureFilter':'Filter','DashboardWebStringId.Chart.OverlappingMode':'Overlapping Mode','DevExpressWebStringId.CalculatedFieldDataType':'Data Type','DashboardWebStringId.DashboardItemMenu.Bindings.ChangedDataSourceMessage':'The data source for the {0} item was changed to {1}','DashboardWebStringId.Colorization.ColorSchemeType':'Color Scheme Type','DashboardWebStringId.Chart.IgnoreEmptyPoints':'Ignore empty points','DashboardWebStringId.Chart.Position.TopRightHorizontal':'Top Right Horizontal','DashboardWebStringId.DashboardItemMenu.Bindings.SelectDataSourceButtonTooltip':'To add a data source to the current dashboard, go to Menu | Data Sources.','DashboardWebStringId.LayoutHasBeenChangedDialogMessage':'The dashboard layout has been changed.','DashboardWebStringId.LimitVisibleData.DisplayAllDataTooltip':'This dashboard item is bound to a large dataset and does not currently display all data to retain performance. Click this button to display all data.','DashboardWebStringId.Binding.Gauges':'Gauges','DashboardWebStringId.Chart.Legend':'Legend','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedTrafficLight':'Shape Red Traffic Light','DashboardWebStringId.Chart.TooltipContent':'Tooltips','DashboardWebStringId.Cards.ArrangementMode.FixedRows':'Fixed Rows','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo4':'During the month 4 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo5':'During the month 5 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo6':'During the month 6 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo1':'Last Month','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo2':'During the month 2 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo3':'During the month 3 months ago','DashboardWebStringId.Notification.ErrorHasOccuredOn':'An error occurred during an','DashboardWebStringId.Map.Position.BottomCenter':'Bottom Center','DashboardWebStringId.Parameters.DynamicListLookUpSettings':'Dynamic List Look-Up Settings','DashboardWebStringId.ConditionalFormatting.DatesOccurringToday':'Today','DashboardWebStringId.Grid.WordWrap':'Word Wrap','DashboardWebStringId.Coloring.MeasuresColoringMode':'Measures Coloring','DashboardWebStringId.Grid.FilterClause.StartsWith':'Starts with','DashboardWebStringId.Grid.ColumnWidth':'Column Width','DashboardWebStringId.Chart.TitleText':'Title Text','DashboardWebStringId.Gauge.Type':'Gauge Type','DashboardWebStringId.Tabs.DataShaping':'Data Shaping','DashboardWebStringId.MobileLayout.Back':'Back','DashboardWebStringId.ConditionalFormatting.DatesOccurringEmpty':'Empty','DashboardWebStringId.DateFilter.ArrangementModeAutoHeight':'Auto Height','DashboardWebStringId.Map.TooltipDimensions':'Tooltip Dimensions','DashboardWebStringId.Map.Area.Asia':'Asia','DashboardWebStringId.DataSources.CalculatedField.Name':'Name','DashboardWebStringId.BindDataInvitation':'to bind this item to data','DashboardWebStringId.Treemap.TileTooltipsValue':'Value','DashboardWebStringId.DataSources.DataItems':'Data Items','DashboardWebStringId.Chart.Position.BottomLeftHorizontal':'Bottom Left Horizontal','DashboardWebStringId.Map.Orientation.Horizontal':'Horizontal','DashboardWebStringId.ConditionalFormatting.FontRegular':'Regular','DashboardWebStringId.TileOptions':'Tile Options','DashboardWebStringId.Notification.AttemptToConnectionStrings':'An error occurred during an attempt to load connection strings','DashboardWebStringId.Chart.SeriesType':'Series Type','DashboardWebStringId.Parameters.StaticListLookUpSettings':'Static List Look-Up Settings','DashboardWebStringId.Map.Area.NorthAmerica':'North America','DashboardWebStringId.AccordionTab.ImageOptions':'Options','DashboardWebStringId.DataSources.Filter':'Filter','DashboardWebStringId.Tabs.Format':'Format','DashboardWebStringId.DefaultNameChoroplethMapItem':'Choropleth Map','DashboardWebStringId.Calculations.Expression':'Calculation','DashboardWebStringId.Chart.Weight':'Weight','DashboardWebStringId.ConditionalFormatting.IntersectionColumnDimension':'Intersection Column Dimension','DashboardWebStringId.Pie.LabelPosition':'Data Labels Position','DashboardWebStringId.ConditionalFormatting.DatesOccurringLastWeek':'Last Week','DashboardWebStringId.Grid.ColumnWidthMode':'Column Width Mode','DashboardWebStringId.TextBoxItemEditor.NoFields':'No dashboard fields','DashboardWebStringId.RangeFilter.StartDate':'Start Date','DashboardWebStringId.RangeFilter.StartMode':'Start Mode','DashboardWebStringId.Calculations.WindowDefinitionModeSpecific':'Specific','DashboardWebStringId.Dashboard.LayoutItems':'Layout Items','DashboardWebStringId.ConditionalFormatting.IconType.RatingHalfGrayStar':'Rating Half Gray Star','DashboardWebStringId.Dialog.DoNotSave':'Don\\'t Save','DashboardWebStringId.DefaultNameGeoPointMapItem':'Geo Point Map','DashboardWebStringId.Chart.ShowPointLablels':'Show Point Labels','DashboardWebStringId.Notification.QueryDoesNotExist':'The query with the specified name does not exist: {0}.','DashboardWebStringId.Sparkline.HighlightStartEndPoints':'Highlight Start/End Points','DashboardWebStringId.CollectionEditor.Parameters.NoItems':'Click + to add a new parameter.','DashboardWebStringId.Grid.MergeCells':'Merge Cells','DashboardWebStringId.ConditionalFormatting.Positive':'Positive','DashboardWebStringId.Binding.ConfigureLongitude':'Configure Longitude','DashboardWebStringId.FilterItem.EnableSearch':'Enable Search','DashboardWebStringId.Parameters.Values':'Values','DashboardWebStringId.Map.TooltipDeltaCaption':'Tooltip Delta Caption','DashboardWebStringId.PivotGrid.ColumnTotalsPositionNear':'Near','DashboardWebStringId.ClickHereInvitation':'Click here','DashboardWebStringId.Chart.PlotOnSecondaryAxis':'Plot on secondary axis','DashboardWebStringId.Notification.AttemptToGetUnderlyingData':'An error occurred during an attempt to get underlying data for the item ','DashboardWebStringId.Parameters.DefaultValue':'Default Value','DashboardWebStringId.Map.ShowLegend':'Show Color Legend','DashboardWebStringId.ConditionalFormatting.FontFamily':'Font Family','DashboardWebStringId.DataSources.NewDataSourceName':'New Data Source Name:','DashboardWebStringId.DataSources.Cancel':'Cancel','DashboardWebStringId.ClickToSetFilterCriteria':'Click to set Filter Criteria','DashboardWebStringId.Sparkline.ViewType':'View Type','DashboardWebStringId.Binding.ShowAll':'Show All','DashboardWebStringId.Grid.FixedWidth':'Fixed Width','DashboardWebStringId.Chart.SeriesType.Weighted':'Weighted','DashboardWebStringId.Binding.ConfigureDimension':'Configure Dimension','DashboardWebStringId.ConditionalFormatting.DatesOccurringTomorrow':'Tomorrow','DashboardWebStringId.Chart.PointLabelOptions':'Point Label Options','DashboardWebStringId.Map.AttributeFileLoaded':'(DBF File)','DashboardWebStringId.Notification.DashboardSaved':'Dashboard is saved','DashboardWebStringId.DataSourceWizard':'Dashboard Data Source Wizard','DashboardWebStringId.PivotGrid.ColumnTotals':'Column Totals','DashboardWebStringId.Treemap.TileTooltipsArgument':'Argument','DashboardWebStringId.Grid.DisplayMode.Value':'Value','DashboardWebStringId.Grid.DisplayMode.Image':'Image','DashboardWebStringId.FilterItem.AllowEmptyFilter':'Allow Empty Filter','DashboardWebStringId.Map.Orientation.Vertical':'Vertical','DashboardWebStringId.PieMapIsWeighted':'Weighted Pies','DashboardWebStringId.InteractivityOptions.DrillDown':'Drill Down','DashboardWebStringId.Chart.LogarithmicScale':'Logarithmic Scale','DashboardWebStringId.Binding.AddColumn':'Add Column','DashboardWebStringId.Grid.VerticalLines':'Vertical Lines','DashboardWebStringId.TextBoxItemEditor.DialogCaption':'Text Editor','DashboardWebStringId.Binding.ConfigureSeries':'Configure Series','DashboardWebStringId.Notification.NewDashboardCannotBeCreated':'A new dashboard cannot be created','DashboardWebStringId.Map.CustomMapOptionsUrl':'Url','DashboardWebStringId.ConditionalFormatting.IconType.ShapeLightGrayCircle':'Shape Light Gray Circle','DashboardWebStringId.Grid.ColumnType':'Column Type','DashboardWebStringId.Chart.GridLines':'Grid Lines','DashboardWebStringId.Grid.Measure':'Measure','DashboardWebStringId.TopN.Bottom':'Bottom','DashboardWebStringId.AccordionTab.Content':'Content','DashboardWebStringId.AddNewDashboard':'To add a new dashboard, click','DashboardWebStringId.ConditionalFormatting.DatesOccurringPriorThisYear':'Prior to this year','DashboardWebStringId.TextBox.Text':'Text','DashboardWebStringId.Title.ImageEmbedded':'Embedded','DashboardWebStringId.Treemap.GroupTooltipsArgumentAndValue':'Argument and Value','DashboardWebStringId.FilterItem.Type':'Type','DashboardWebStringId.Treemap.SliceAndDiceLayoutAlgorithm':'Slice and Dice','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledGreenCheck':'Indicator Circled Green Check','DashboardWebStringId.SaveChangesDialogMessage':'Do you want to save changes?','DashboardWebStringId.DataItem':'Data Item','DashboardWebStringId.Binding.Values':'Values','DashboardWebStringId.Binding.AddMeasure':'Add Measure','DashboardWebStringId.ConditionalFormatting.IconType':'Icon Type','DashboardWebStringId.Binding.TooltipDimensions':'Tooltip Dimensions','DashboardWebStringId.Gauge.Type.LinearHorizontal':'Linear Horizontal','DashboardWebStringId.DesignerToolbar.Height':'H:','DashboardWebStringId.Image.HorizontalAlignment':'Horizontal Alignment','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowDash':'Directional Yellow Dash','DashboardWebStringId.ShowOthersValue':'Show \"Others\" Value','DashboardWebStringId.MapLockNavigation':'Lock Navigation','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGreenTriangleUp':'Directional Green Triangle Up','DashboardWebStringId.Binding.DefaultSelectedPlaceholder':'Configure {0}','DashboardWebStringId.Map.DeltaMap':'Delta Map','DashboardWebStringId.Binding.ConfigureWeight':'Configure Weight','DashboardWebStringId.Chart.SecondaryAxisY':'Secondary Axis Y','DashboardWebStringId.Grid.ManualGridColumnWidthMode':'Manual','DashboardWebStringId.Binding.AddDimension':'Add Dimension','DashboardWebStringId.FilterElementCheckedComboBoxSelected':'{0} selected','DashboardWebStringId.Parameters.ParameterNameShouldBeUnique':'A name of the parameter should be unique','DashboardWebStringId.Chart.Position':'Position','DashboardWebStringId.FormatRules':'Format Rules','DashboardWebStringId.RangeFilter.CustomPeriods':'Custom Periods','DashboardWebStringId.Binding.ConfigureValues':'Configure Values','DashboardWebStringId.Parameters.ParameterList':'Parameter List','DashboardWebStringId.Chart.Content':'Content','DashboardWebStringId.Map.Area.Europe':'Europe','DashboardWebStringId.Image.SizeMode.Stretch':'Stretch','DashboardWebStringId.Dimension.SortMode':'Sort Mode','DashboardWebStringId.ConditionalFormatting.DatesOccurringThisWeek':'This Week','DashboardWebStringId.Gauge.Type.HalfCircular':'Half Circular','DashboardWebStringId.Map.Position.TopLeft':'Top Left','DashboardWebStringId.ConditionalFormatting.AppearanceType':'Appearance Type','DashboardWebStringId.Preview':'Preview','DashboardWebStringId.Parameters.Done':'Done','DashboardWebStringId.Treemap.LayoutDirection':'Layout Direction','DashboardWebStringId.TextBoxFormatText':'Format','DashboardWebStringId.Chart.Position.TopRightVertical':'Top Right Vertical','DashboardWebStringId.Gauge.Type.FullQuarterGauge':'Full Quarter Gauge','DashboardWebStringId.Gauge.Scale.Auto':'Auto','DashboardWebStringId.Parameters.AddParameter':'Add New Parameter','DashboardWebStringId.Map.Area.Africa':'Africa','DashboardWebStringId.ConditionalFormatting.IconType.Rating3FilledBoxes':'Rating 3 Filled Boxes','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalRedDownArrow':'Directional Red Down Arrow','DashboardWebStringId.Pie.LabelPositionOutside':'Outside','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowUpInclineArrow':'Directional Yellow Up Incline Arrow','DashboardWebStringId.Colorization.ColorSchemes':'Color Schemes','DashboardWebStringId.Grid.AutoFitToGridColumnWidthMode':'AutoFit to Grid','DashboardWebStringId.DataSources.AddCalculatedField':'Add Calculated Field','DashboardWebStringId.Chart.LogarithmicScaleBase':'Logarithmic Scale Base','DashboardWebStringId.Image.SizeMode.Squeeze':'Squeeze','DashboardWebStringId.Map.Viewport.CenterPointLatitude':'Center Point Latitude','DashboardWebStringId.DataItem.ShowGrandTotals':'Show Grand Totals','DashboardWebStringId.Delta.ThresholdValue':'Threshold Value','DashboardWebStringId.ColorScheme.Colors':'Colors','DashboardWebStringId.Chart.IsInsideOfDiagram':'Inside diagram','DashboardWebStringId.Gauge.Type.ThreeFourthCircular':'Three-Quarter Circular','DashboardWebStringId.ConditionalFormatting.AboveOrEqual':'Above or Equal','DashboardWebStringId.DesignerToolbar.Pixels':'px','DashboardWebStringId.Calculations.RunningTotal':'Running Total of','DashboardWebStringId.ConditionalFormatting.Appearance.BackColor':'Back Color','DashboardWebStringId.AccordionTab.MapLegend':'Color Legend','DashboardWebStringId.Calculations.Types.Moving':'Moving','DashboardWebStringId.Dashboard.ComponentName':'Component Name','DashboardWebStringId.Chart.LogarithmicScaleBase10':'10','DashboardWebStringId.Map.WeightedLegendType.Linear':'Linear','DashboardWebStringId.Title.Text':'Text','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisWeek':'This week, beyond tomorrow','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisYear':'This year, beyond this month','DashboardWebStringId.Image.VerticalAlignment':'Vertical Alignment','DashboardWebStringId.AccordionTab.PivotInitialState':'Initial State','DashboardWebStringId.Grid.BandedRows':'Banded Rows','DashboardWebStringId.Map.Area.USA':'USA','DashboardWebStringId.CardLayout.ResetTemplate':'Reset','DashboardWebStringId.Binding.DefaultEmptyPlaceholder':'Set {0}','DashboardWebStringId.Grid.Dimension':'Dimension','DashboardWebStringId.Map.WeightedLegendType.Nested':'Nested','DashboardWebStringId.Pie.LabelContentType.Percent':'Percent','DashboardWebStringId.Map.Area.Canada':'Canada','DashboardWebStringId.Title.Visible':'Visible','DashboardWebStringId.RangeFilter.EndMode':'End Mode','DashboardWebStringId.RangeFilter.EndDate':'End Date','DashboardWebStringId.GeoPointMapClusterization':'Enable Clustering','DashboardWebStringId.AccordionTab.ScatterChartPointLabelOptions':'Point Labels','DashboardWebStringId.DateFilter.ArrangementModeVertical':'Vertical','DashboardWebStringId.Map.Area.Custom':'Custom','DashboardWebStringId.Dialog.UnsupportedCalculatedField':'This data item does not support the calculated field you created. This field is available on the Data Sources page of the dashboard menu.','DashboardWebStringId.New.DashboardName':'Dashboard Name:','DashboardWebStringId.Binding.AddSeries':'Add Series','DashboardWebStringId.Calculations.DifferenceType':'Difference Type','DashboardWebStringId.Binding.Columns':'Columns','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowCircle':'Shape Yellow Circle','DashboardWebStringId.DesignerToolbar.Width':'W:','DashboardWebStringId.ConditionalFormatting.IconType.Rating1FilledBox':'Rating 1 Filled Box','DashboardWebStringId.Grid.Hyperlink':'Hyperlink','DashboardWebStringId.Duplicate':'Duplicate current item','DashboardWebStringId.Pie.Donut':'Donut','DashboardWebStringId.Binding.ConfigureMap':'Configure Map','DashboardWebStringId.Binding.ConfigureRow':'Configure Row','DashboardWebStringId.DataSources.CalculatedField.FieldType':'Field Type','DashboardWebStringId.RangeFilter.EndIntervalAndOffset':'End Interval and Offset','DashboardWebStringId.Binding.EmptySearchResult':'Nothing was found','DashboardWebStringId.DashboardItemMenu.Bindings.SelectDataSourceButton':'Select a data source','DashboardWebStringId.PivotGrid.AutoExpandColumnGroups':'Auto-Expand Column Groups','DashboardWebStringId.Image.SizeMode.Clip':'Clip','DashboardWebStringId.Image.SizeMode.Zoom':'Zoom','DashboardWebStringId.ButtonContinuous':'Continuous','DashboardWebStringId.ConditionalFormatting.IconType.ShapeGreenCircle':'Shape Green Circle','DashboardWebStringId.Parameters.LookUpSettingsType.DynamicList':'Dynamic List','DashboardWebStringId.RangeFilter.StartIntervalAndOffset':'Start Interval and Offset','DashboardWebStringId.TilesLabelContentType':'Tile Label','DashboardWebStringId.DataItem.IncludeGroupSeparator':'Include Group Separator','DashboardWebStringId.NewDashboard':'New Dashboard','DashboardWebStringId.Map.IncludeSummaryValueToShapeTitle':'Include Summary Value','DashboardWebStringId.ConditionalFormatting.IntersectionLevelMode':'Intersection Level Mode','DashboardWebStringId.DateFilter.DatePickerLocationFar':'Far','DashboardWebStringId.Map.CustomMapFile':'Custom Map File','DashboardWebStringId.StyleSettings':'Style','DashboardWebStringId.DataSources.DataSourceNameExistsMessage':'Duplicate Name: Please enter a unique data source name to proceed.','DashboardWebStringId.Map.Viewport.LeftLongitude':'Left Longitude','DashboardWebStringId.Treemap.GroupLabelsArgumentAndValue':'Argument and Value','DashboardWebStringId.Treemap.BottomRightToTopLeftLayoutDirection':'Bottom Right - Top Left','DashboardWebStringId.Binding.SetWeight':'Set Weight','DashboardWebStringId.DashboardParameters':'Parameters','DashboardWebStringId.DisplayItemAsPage':'Display Item as Page','DashboardWebStringId.RangeFilter.Fixed':'Fixed','DashboardWebStringId.Notification.AttemptToLoadDashboard':'An error occurred during an attempt to load the dashboard ','DashboardWebStringId.FilterItem.Type.Standard':'Standard','DashboardWebStringId.ConditionalFormatting.IconType.Rating0FilledBoxes':'Rating 0 Filled Boxes','DashboardWebStringId.Colorization.MeasureNames':'Measure Names','DashboardWebStringId.Chart.Orientation':'Orientation','DashboardWebStringId.DataSources.UsedDataSources':'Used Data Sources','DashboardWebStringId.DefaultNameBubbleMapItem':'Bubble Map','DashboardWebStringId.ConditionalFormatting.Miscellaneous':'Miscellaneous','DashboardWebStringId.Notification.AttemptToConvertItemToType':'An error occurred during an attempt to convert the item to the type ','DashboardWebStringId.Calculations.WindowDefinitionModePredefined':'Predefined','DashboardWebStringId.ConditionalFormatting.AverageType':'Average Type','DashboardWebStringId.ConditionalFormatting.CalculatedBy':'Calculated by','DashboardWebStringId.Chart.LabelContent':'Data Labels','DashboardWebStringId.Calculations.Rank':'Rank of','DashboardWebStringId.Chart.AlwaysShowZeroLevel':'Always show zero level','DashboardWebStringId.FilterItem.Type.Checked':'Checked','DashboardWebStringId.ConditionalFormatting.Negative':'Negative','DashboardWebStringId.DataSources.Save':'Save','DashboardWebStringId.Binding.AddValues':'Add Values','DashboardWebStringId.DateFilter.FilterType':'Filter Type','DashboardWebStringId.Treemap.TileLabelsArgumentAndValue':'Argument and Value','DashboardWebStringId.AccordionTab.ShowTotals':'Totals','DashboardWebStringId.Calculations.WindowDefinition':'Window Definition','DashboardWebStringId.DataSources.DashboardDataSourceWizard':'Dashboard Data Source Wizard','DashboardWebStringId.CardLayout.LayoutOptions':'Layout Options','DashboardWebStringId.AddItemInvitation':'Drag an item from the Toolbox or click a button below to create a new item.','DashboardWebStringId.DataItem.Precision':'Precision','DashboardWebStringId.Treemap.GroupLabelsArgument':'Argument','DashboardWebStringId.CrossDataSourceFiltering':'Cross-Data-Source Filtering','DashboardWebStringId.ColoringModeOff':'Off','DashboardWebStringId.GroupsTooltipContentType':'Group Tooltip','DashboardWebStringId.Binding.SetLatitude':'Set Latitude','DashboardWebStringId.DashboardMenuSave':'Save','DashboardWebStringId.DashboardMenuOpen':'Open...','DashboardWebStringId.TextBoxItemEditor.DialogClose':'Close','DashboardWebStringId.Chart.AddPane':'Add Pane','DashboardWebStringId.ButtonYes':'YES','DashboardWebStringId.ButtonOff':'OFF','DashboardWebStringId.Chart.Orientation.RotateRight':'Rotate Right','DashboardWebStringId.Binding.Searching':'Start typing to search...','DashboardWebStringId.DateFilter.ArrangementModeHorizontal':'Horizontal','DashboardWebStringId.ConditionalFormatting.BarOptions':'Bar Options','DashboardWebStringId.ConditionalFormatting.Ranges':'Ranges','DashboardWebStringId.TextBoxItemEditor.DialogSaveAndClose':'Save and Close','DashboardWebStringId.Binding.ConfigureLatitude':'Configure Latitude','DashboardWebStringId.Delta.ThresholdType':'Threshold Type','DashboardWebStringId.DataSources.CalculatedField.UniqueNameError':'Calculated field should have a unique name.','DashboardWebStringId.MapLockNavigationLocked':'Locked','DashboardWebStringId.SeriesItem.SeriesDimensions':'Series Dimensions','DashboardWebStringId.ConditionalFormatting.BelowOrEqual':'Below or Equal','DashboardWebStringId.Notification.DashboardSaving':'Dashboard is saving','DashboardWebStringId.Grid.Sparkline':'Sparkline','DashboardWebStringId.Image.Alignment.Right':'Right','DashboardWebStringId.Map.WeightedLegendType':'Type','DashboardWebStringId.GroupsLabelContentType':'Group Label','DashboardWebStringId.Grid.FilterClause.ResetOperation':'Reset','DashboardWebStringId.Parameters.SortByMember':'Sort By','DashboardWebStringId.Chart.Position.TopLeftVertical':'Top Left Vertical','DashboardWebStringId.SummaryType':'Summary Type','DashboardWebStringId.DataSources.CreateDataSource.Tooltip':'Create a new data source...','DashboardWebStringId.Binding.AddArgument':'Add Argument','DashboardWebStringId.DataSources.NoUsedDataSources':'There are no used data sources in this dashboard.','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledRedCross':'Indicator Circled Red Cross','DashboardWebStringId.ShowCaptionText':'Show Caption','DashboardWebStringId.TextBoxItemEditor.EditTextButton':'Edit Text','DashboardWebStringId.Parameters.Reorder':'Reorder','DashboardWebStringId.DashboardMenuNewDashboardNamePlaceholder':'Enter a dashboard name','DashboardWebStringId.Calculations.DefinitionMode':'Definition Mode','DashboardWebStringId.ConditionalFormatting.IconType.Rating2QuartersGrayCircle':'Rating 2 Quarters Gray Circle','DashboardWebStringId.Grid.FilterClause.Between':'Between','DashboardWebStringId.Grid.FilterClause.DoesNotEqual':'Does not equal','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisYear':'This year, prior to this month','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisWeek':'This week, prior to yesterday','DashboardWebStringId.Parameters.NoSelectedParameter':'No parameter is selected.','DashboardWebStringId.Chart.VisiblePointsCount':'Visible Points Count','DashboardWebStringId.ConditionalFormatting.DatesOccurringBeyond':'Following the month in 2 months time','DashboardWebStringId.Notification.DashboardSavingIsNotAvailable':'Saving is not available','DashboardWebStringId.TreemapLayoutAlgorithm':'Layout Algorithm','DashboardWebStringId.ConditionalFormatting.Condition':'Condition','DashboardWebStringId.Map.Viewport.TopLatitude':'Top Latitude','DashboardWebStringId.Calculations.PercentOfTotal':'Percent Of Total of','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisMonth':'This month, prior to previous week','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayArrowUp':'Directional Gray Arrow Up','DashboardWebStringId.SaveConfirmationDialogMessage':'If you leave before saving, your changes will be lost.','DashboardWebStringId.TextBoxItemEditor.InsertField':'Insert Field','DashboardWebStringId.Binding.Sparkline':'Sparkline','DashboardWebStringId.Grid.WidthType.Weight':'Weight','DashboardWebStringId.Notification.AttemptToLoadFieldListForDataSource':'An error occurred during an attempt to load the field list for the data source ','DashboardWebStringId.Gauge.Max':'Maximum Value','DashboardWebStringId.Gauge.Min':'Minimum Value','DashboardWebStringId.Title.ImageNone':'None','DashboardWebStringId.CardLayout.MinWidth':'Min Width','DashboardWebStringId.Map.AttributeName':'Attribute Name','DashboardWebStringId.DataItem.ShowValues':'Show Values','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedDiamond':'Shape Red Diamond','DashboardWebStringId.Chart.Position.BottomCenterHorizontal':'Bottom Center Horizontal','DashboardWebStringId.Map.CustomAttributeFile':'Custom Attribute File','DashboardWebStringId.Binding.ConfigureArgument':'Configure Argument','DashboardWebStringId.Chart.PrimaryAxisY':'Primary Axis Y','DashboardWebStringId.Image.Alignment.Left':'Left','DashboardWebStringId.Dimension.GroupInterval':'Group Interval','DashboardWebStringId.MapLockNavigationUnlocked':'Unlocked','DashboardWebStringId.Coloring.Global':'Global','DashboardWebStringId.Pie.LabelContentType.None':'None','DashboardWebStringId.DateFilter.FilterTypeBefore':'Before','DashboardWebStringId.Gauge.Type.LeftQuarterCircular':'Left-Quarter Circular','DashboardWebStringId.Map.Area.SouthAmerica':'South America','DashboardWebStringId.Viewer':'Viewer','DashboardWebStringId.Gauge.Type.LinearVertical':'Linear Vertical','DashboardWebStringId.Binding.ConfigureColor':'Configure Color','DashboardWebStringId.AccordionTab.ItemFilter':'Item Filter','DashboardWebStringId.Binding.ConfigureGauge':'Configure Gauge','DashboardWebStringId.Chart.LimitVisiblePoints':'Limit visible points','DashboardWebStringId.Colorization.AddColor':'Add Color','DashboardWebStringId.Map.Position.BottomRight':'Bottom Right','DashboardWebStringId.Binding.ConfigureValue':'Configure Value','DashboardWebStringId.TopNEnabled':'Enabled','DashboardWebStringId.Grid.TotalType':'Total Type','DashboardWebStringId.Grid.FilterClause.Contains':'Contains','DashboardWebStringId.Map.ShowWeightedLegend':'Show Weighted Legend','DashboardWebStringId.DateFilter.DatePickerLocationHidden':'Hidden','DashboardWebStringId.Chart.Position.BottomRightHorizontal':'Bottom Right Horizontal','DashboardWebStringId.Grid.FilterClause.Greater':'Greater than','DashboardWebStringId.Dashboards':'Dashboards','DashboardWebStringId.Treemap.GroupLabelsNone':'None','DashboardWebStringId.CardLayout.TemplateElementsEditor':'Value/Element','DashboardWebStringId.Grid.FilterClause.Less':'Less than','DashboardWebStringId.FormatRuleApplyToTextElement':'Text','DashboardWebStringId.ConditionalFormatting.GradientRangeBar':'Gradient Range Bar','DashboardWebStringId.Cards.ArrangementMode':'Content Arrangement Mode','DashboardWebStringId.DataItem.ShowTotals':'Show Totals','DashboardWebStringId.Remove':'Remove','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorGreenFlag':'Indicator Green Flag','DashboardWebStringId.Title.IncludeMasterFilter':'Include Master Filter','DashboardWebStringId.Binding.Cards':'Cards','DashboardWebStringId.Binding.XAxis':'X-axis','DashboardWebStringId.Binding.YAxis':'Y-axis','DashboardWebStringId.Search':'Search...','DashboardWebStringId.InteractivityOptions.TargetDimensions.Arguments':'Arguments','DashboardWebStringId.Chart.Visible':'Visible','DashboardWebStringId.ConditionalFormatting.MinimumType':'Minimum Type','DashboardWebStringId.InteractivityOptions.IsMasterFilter':'Master Filter','DashboardWebStringId.ConditionalFormatting.IconType.Rating4FilledBoxes':'Rating 4 Filled Boxes','DashboardWebStringId.Binding.ConfigureCard':'Configure Card','DashboardWebStringId.Binding.SetAttribute':'Set Attribute','DashboardWebStringId.Chart.EnableZooming':'Enable Zooming','DashboardWebStringId.Pie.LabelContentType.ValueAndPercent':'Value And Percent','DashboardWebStringId.ButtonConfirm':'Confirm','DashboardWebStringId.DateFilter.ArrangementMode':'Arrangement Mode','DashboardWebStringId.Treemap.TopRightToBottomLeftLayoutDirection':'Top Right - Bottom Left','DashboardWebStringId.Grid.HorizontalLines':'Horizontal Lines','DashboardWebStringId.Calculations.DifferenceCalculation':'Difference of','DashboardWebStringId.PivotGrid.ColumnTotalsPositionFar':'Far','DashboardWebStringId.Notification.UnderlyingRequestDataNotLoaded':'The data for the \\'{0}\\' dashboard item has not been loaded yet. Please check whether the \\'getItemData\\' method call returns an initialized non-null value before you request the underlying data.','DashboardWebStringId.Chart.Position.Outside':'Outside','DashboardWebStringId.Binding.HiddenDimensions':'Hidden Dimensions','DashboardWebStringId.Map.UseBindingAttribute':'Use binding attribute','DashboardWebStringId.AccordionTab.ChartLegend':'Legend','DashboardWebStringId.Calculations.PreviousValuesCount':'Start Offset','DashboardWebStringId.Treemap.BottomLeftToTopRightLayoutDirection':'Bottom Left - Top Right','DashboardWebStringId.CardLayout.Editor.FormatOptions':'Format Options','DashboardWebStringId.Chart.Position.TopCenterHorizontal':'Top Center Horizontal','DashboardWebStringId.ConditionalFormatting.IconType.ShapeLightRedCircle':'Shape Light Red Circle','DashboardWebStringId.ConditionalFormatting.ValueComparison':'Value Comparison','DashboardWebStringId.InteractivityOptions.MasterFilterMode.Multiple':'Multiple','DashboardWebStringId.Binding.HiddenMeasures':'Hidden Measures','DashboardWebStringId.Notification.DashboardLoading':'Dashboard is loading...','DashboardWebStringId.Options.Caption':'Caption','DashboardWebStringId.Map.CustomMapOptions':'Custom Map Options','DashboardWebStringId.PivotGrid.ValuesPositionColumns':'Columns','DashboardWebStringId.Chart.Orientation.Default':'Default','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedCircle':'Shape Red Circle','DashboardWebStringId.ConvertTo':'Convert To','DashboardWebStringId.Binding.SetLongitude':'Set Longitude','DashboardWebStringId.DataSources.ChooseDataSource':'Choose the data source for the dashboard','DashboardWebStringId.ConditionalFormatting.IconType.Rating0Bars':'Rating 0 Bars','DashboardWebStringId.ColorScheme.Empty':'The current dashboard does not contain color schemes','DashboardWebStringId.ConditionalFormatting.IconType.Rating2Bars':'Rating 2 Bars','DashboardWebStringId.Card.SparklineOptions':'Sparkline Options','DashboardWebStringId.ConditionalFormatting.IconType.Rating3Bars':'Rating 3 Bars','DashboardWebStringId.ColorScheme.Color':'Color','DashboardWebStringId.ConditionalFormatting.IconType.Rating4Bars':'Rating 4 Bars','DashboardWebStringId.Grid.AutoFitToContentsColumnWidthMode':'AutoFit to Contents','DashboardWebStringId.InteractivityOptions.MasterFilterMode.Single':'Single','DashboardWebStringId.Colorization.ValidationSelectMeasure':'Select at least one measure','DashboardWebStringId.CollectionEditor.NoItems':'Click + to add a new item.','DashboardWebStringId.Image.Alignment.Top':'Top','DashboardWebStringId.ConditionalFormatting':'Conditional Formatting','DashboardWebStringId.Binding.Maps':'Maps','DashboardWebStringId.Grid.FilterClause.GreaterOrEqual':'Greater than or equal to','DashboardWebStringId.Cards.ArrangementMode.FixedColumns':'Fixed Columns','DashboardWebStringId.Chart.Name':'Name','DashboardWebStringId.ColoringModeAuto':'Auto','DashboardWebStringId.Chart.Position.TopCenterVertical':'Top Center Vertical','DashboardWebStringId.ConditionalFormatting.MaximumType':'Maximum Type','DashboardWebStringId.Pie.LabelContentType.Value':'Value','DashboardWebStringId.Chart.AxisX':'Axis X','DashboardWebStringId.Chart.AxisY':'Axis Y','DashboardWebStringId.Map.AttributeDimension':'Attribute Dimension','DashboardWebStringId.Treemap.GroupTooltipsNone':'None','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledYellowExclamation':'Indicator Circled Yellow Exclamation','DashboardWebStringId.NoDashboards':'There are no dashboards to display.','DashboardWebStringId.Chart.Value':'Value','DashboardWebStringId.Bindings':'Binding','DashboardWebStringId.Chart.Title':'Title','DashboardWebStringId.DateFilter.FilterTypeBetween':'Between','DashboardWebStringId.Chart.Panes':'Panes','DashboardWebStringId.Grid.ShowStartEndValues':'Show Start/End Values','DashboardWebStringId.Map.Area':'Default Map','DashboardWebStringId.Binding.AddGauge':'Add Gauge','DashboardWebStringId.PivotGrid.ColumnGrandTotals':'Column Grand Totals','DashboardWebStringId.RangeFilter.ClearDefaultCustomPeriod':'Clear Default Custom Period','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorYellowFlag':'Indicator Yellow Flag','DashboardWebStringId.ConditionalFormatting.StyleSettingsType':'Style Settings Type','DashboardWebStringId.Binding.AddValue':'Add Value','DashboardWebStringId.DataSources.AddQuery':'Add Query','DashboardWebStringId.InteractivityOptions.IgnoreMasterFilters':'Ignore Master Filters','DashboardWebStringId.Chart.Reverse':'Reverse','DashboardWebStringId.Grid.FilterClause.BetweenStart':'Start','DashboardWebStringId.ButtonVisible':'Visible','DashboardWebStringId.Binding.AddCard':'Add Card','DashboardWebStringId.Pie.LabelContentType.ArgumentValueAndPercent':'Argument, Value And Percent','DashboardWebStringId.Treemap.StripedLayoutAlgorithm':'Striped','DashboardWebStringId.Map.ValueMap':'Value Map','DashboardWebStringId.Grid.FilterClause.Equals':'Equals','DashboardWebStringId.FilterItem.Type.Radio':'Radio','DashboardWebStringId.DataSources.IncludeToTheDashboard':'Add','DashboardWebStringId.DataSources.AddDataSource':'Add Data Source','DashboardWebStringId.Title.Aligment.Left':'Left','DashboardWebStringId.Parameters.LookUpSettingsType.StaticList':'Static List','DashboardWebStringId.Chart.ArgumentAndValues':'Argument and Values','DashboardWebStringId.Title.Image':'Image','DashboardWebStringId.Chart.ShowZeroValues':'Show for zero values','DashboardWebStringId.Delta.ResultIndication':'Result Indication','DashboardWebStringId.AccordionTab.ChoroplethMapShapeLabelsAttribute':'Shape Labels','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorYellowExclamation':'Indicator Yellow Exclamation','DashboardWebStringId.Parameters.AddParameter.Tooltip':'Add new parameter to the dashboard','DashboardWebStringId.ConditionalFormatting.DatesOccurringNextWeek':'Next Week','DashboardWebStringId.Chart.ArgumentAndWeight':'Argument and Weight','DashboardWebStringId.Dialog.Save':'Save','DashboardWebStringId.Chart.OverlappingMode.Hide':'Hide','DashboardWebStringId.Chart.OverlappingMode.None':'None','DashboardWebStringId.PivotGrid.RowTotalsPositionTop':'Top','DashboardWebStringId.CardLayout.Editor.CardLayout':'Card Layout','DashboardWebStringId.Dialog.Warning':'Warning','DashboardWebStringId.ConditionalFormatting.RangeGradient':'Range Gradient','DashboardWebStringId.DashboardMenuDataSources':'Data Sources','DashboardWebStringId.Gauge.Type.RightQuarterCircular':'Right-Quarter Circular','DashboardWebStringId.ConditionalFormatting.Above':'Above','DashboardWebStringId.ConditionalFormatting.Below':'Below','DashboardWebStringId.Treemap.GroupLabelsValue':'Value','DashboardWebStringId.DateFilter.DatePickerLocationNear':'Near','DashboardWebStringId.Pie.ShowCaptions':'Show Pie Captions','DashboardWebStringId.AccordionTab.VisibleDataFilter':'Visible Data Filter','DashboardWebStringId.DataSources.AvailableDataSourcesError':'An error occurred during an attempt to load the list of available data sources','DashboardWebStringId.Currency.CurrencyCulture':'Culture','DashboardWebStringId.ButtonDiscrete':'Discrete','DashboardWebStringId.Treemap.TopLeftToBottomRightLayoutDirection':'Top Left - Bottom Right','DashboardWebStringId.Pie.LabelContentType.ArgumentAndValue':'Argument And Value','DashboardWebStringId.Grid.FilterClause.ApplyFilter':'Apply filter','DashboardWebStringId.Binding.DataSource':'Data Source','DashboardWebStringId.Loading':'LOADING...','DashboardWebStringId.Options':'Options','DashboardWebStringId.More':'More','DashboardWebStringId.Type':'Type','DashboardWebStringId.ConditionalFormatting.IconType.ShapeGreenTrafficLight':'Shape Green Traffic Light','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisMonth':'This month, beyond next week','DashboardWebStringId.DefaultNamePieMapItem':'Pie Map','DashboardWebStringId.ConditionalFormatting.UnsupportedDataType':'This data type is not supported','DashboardWebStringId.ConditionType':'Condition Type','DashboardWebStringId.ConditionalFormatting.DatesOccurringThisMonth':'This Month','DashboardWebStringId.ConditionalFormatting.IconType.Rating3QuartersGrayCircle':'Rating 3 Quarters Gray Circle','DashboardWebStringId.Parameters.LookUpSettingsType':'Look-up Settings','DashboardWebStringId.Chart.AxisYSecondary':'Axis Y Secondary','DashboardWebStringId.ConditionalFormatting.ConditionMinimum':'Minimum','DashboardWebStringId.Treemap.TileTooltipsArgumentAndValue':'Argument and Value','DashboardWebStringId.DateFilter.DatePickerLocation':'Date Picker Location','DashboardWebStringId.AccordionTab.Labels':'Labels','DashboardWebStringId.RangeFilter.SetDefaultCustomPeriod':'Set as Default','DashboardWebStringId.AccordionTab.Layout':'Layout','DashboardWebStringId.Chart.Rotated':'Rotated','DashboardWebStringId.Treemap.TileLabelsArgument':'Argument','DashboardWebStringId.Delta.ValueType':'Value Type','DashboardWebStringId.ConditionalFormatting.IconType.Rating1QuarterGrayCircle':'Rating 1 Quarter Gray Circle','DashboardWebStringId.PivotGrid.ValuesPosition':'Values Position','DashboardWebStringId.Grid.FilterClause.DoesNotContain':'Does not contain','DashboardWebStringId.Chart.Position.BottomLeftVertical':'Bottom Left Vertical','DashboardWebStringId.Map.ShapeFileLoaded':'(SHP File)','DashboardWebStringId.Chart.ShowLegend':'Show Legend','DashboardWebStringId.Dashboard.Items':'Items','DashboardWebStringId.Chart.Position.BottomCenterVertical':'Bottom Center Vertical','DashboardWebStringId.Map.Viewport.BottomLatitude':'Bottom Latitude','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowTrafficLight':'Shape Yellow Traffic Light','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayDownArrow':'Directional Gray Down Arrow','DashboardWebStringId.TreeView.AutoExpand':'Auto Expand','DashboardWebStringId.Grid.DisplayMode':'Display Mode','DashboardWebStringId.Grid.DeltaOptions':'Delta Options','DashboardWebStringId.Binding.Argument':'Argument','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAfter1':'Next Month','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAfter2':'During the month in 2 months time','DashboardWebStringId.FilterItem.ShowAllValue':'Show \\'All\\' Value','DashboardWebStringId.CardLayout.ApplyToAllCards':'Apply to all Cards','DashboardWebStringId.TabPages':'Tab Pages','DashboardWebStringId.PivotGrid.AutoExpandRowGroups':'Auto-Expand Row Groups','DashboardWebStringId.Calculations':'Calculations','DashboardWebStringId.Calculations.NextValuesCount':'End Offset','DashboardWebStringId.Gauge.ScaleOptions':'Scale Options','DashboardWebStringId.Colorization.GroupInterval':'Group Interval'},'isCallbackMode':true}});\nGlobalize.load({\"supplemental\":{\"version\":{\"_number\":\"$Revision: 13459 $\",\"_unicodeVersion\":\"10.0.0\",\"_cldrVersion\":\"32\"},\"likelySubtags\":{\"aa\":\"aa-Latn-ET\",\"aai\":\"aai-Latn-ZZ\",\"aak\":\"aak-Latn-ZZ\",\"aau\":\"aau-Latn-ZZ\",\"ab\":\"ab-Cyrl-GE\",\"abi\":\"abi-Latn-ZZ\",\"abq\":\"abq-Cyrl-ZZ\",\"abr\":\"abr-Latn-GH\",\"abt\":\"abt-Latn-ZZ\",\"aby\":\"aby-Latn-ZZ\",\"acd\":\"acd-Latn-ZZ\",\"ace\":\"ace-Latn-ID\",\"ach\":\"ach-Latn-UG\",\"ada\":\"ada-Latn-GH\",\"ade\":\"ade-Latn-ZZ\",\"adj\":\"adj-Latn-ZZ\",\"ady\":\"ady-Cyrl-RU\",\"adz\":\"adz-Latn-ZZ\",\"ae\":\"ae-Avst-IR\",\"aeb\":\"aeb-Arab-TN\",\"aey\":\"aey-Latn-ZZ\",\"af\":\"af-Latn-ZA\",\"agc\":\"agc-Latn-ZZ\",\"agd\":\"agd-Latn-ZZ\",\"agg\":\"agg-Latn-ZZ\",\"agm\":\"agm-Latn-ZZ\",\"ago\":\"ago-Latn-ZZ\",\"agq\":\"agq-Latn-CM\",\"aha\":\"aha-Latn-ZZ\",\"ahl\":\"ahl-Latn-ZZ\",\"aho\":\"aho-Ahom-IN\",\"ajg\":\"ajg-Latn-ZZ\",\"ak\":\"ak-Latn-GH\",\"akk\":\"akk-Xsux-IQ\",\"ala\":\"ala-Latn-ZZ\",\"ali\":\"ali-Latn-ZZ\",\"aln\":\"aln-Latn-XK\",\"alt\":\"alt-Cyrl-RU\",\"am\":\"am-Ethi-ET\",\"amm\":\"amm-Latn-ZZ\",\"amn\":\"amn-Latn-ZZ\",\"amo\":\"amo-Latn-NG\",\"amp\":\"amp-Latn-ZZ\",\"anc\":\"anc-Latn-ZZ\",\"ank\":\"ank-Latn-ZZ\",\"ann\":\"ann-Latn-ZZ\",\"any\":\"any-Latn-ZZ\",\"aoj\":\"aoj-Latn-ZZ\",\"aom\":\"aom-Latn-ZZ\",\"aoz\":\"aoz-Latn-ID\",\"apc\":\"apc-Arab-ZZ\",\"apd\":\"apd-Arab-TG\",\"ape\":\"ape-Latn-ZZ\",\"apr\":\"apr-Latn-ZZ\",\"aps\":\"aps-Latn-ZZ\",\"apz\":\"apz-Latn-ZZ\",\"ar\":\"ar-Arab-EG\",\"arc\":\"arc-Armi-IR\",\"arc-Nbat\":\"arc-Nbat-JO\",\"arc-Palm\":\"arc-Palm-SY\",\"arh\":\"arh-Latn-ZZ\",\"arn\":\"arn-Latn-CL\",\"aro\":\"aro-Latn-BO\",\"arq\":\"arq-Arab-DZ\",\"ary\":\"ary-Arab-MA\",\"arz\":\"arz-Arab-EG\",\"as\":\"as-Beng-IN\",\"asa\":\"asa-Latn-TZ\",\"ase\":\"ase-Sgnw-US\",\"asg\":\"asg-Latn-ZZ\",\"aso\":\"aso-Latn-ZZ\",\"ast\":\"ast-Latn-ES\",\"ata\":\"ata-Latn-ZZ\",\"atg\":\"atg-Latn-ZZ\",\"atj\":\"atj-Latn-CA\",\"auy\":\"auy-Latn-ZZ\",\"av\":\"av-Cyrl-RU\",\"avl\":\"avl-Arab-ZZ\",\"avn\":\"avn-Latn-ZZ\",\"avt\":\"avt-Latn-ZZ\",\"avu\":\"avu-Latn-ZZ\",\"awa\":\"awa-Deva-IN\",\"awb\":\"awb-Latn-ZZ\",\"awo\":\"awo-Latn-ZZ\",\"awx\":\"awx-Latn-ZZ\",\"ay\":\"ay-Latn-BO\",\"ayb\":\"ayb-Latn-ZZ\",\"az\":\"az-Latn-AZ\",\"az-Arab\":\"az-Arab-IR\",\"az-IQ\":\"az-Arab-IQ\",\"az-IR\":\"az-Arab-IR\",\"az-RU\":\"az-Cyrl-RU\",\"ba\":\"ba-Cyrl-RU\",\"bal\":\"bal-Arab-PK\",\"ban\":\"ban-Latn-ID\",\"bap\":\"bap-Deva-NP\",\"bar\":\"bar-Latn-AT\",\"bas\":\"bas-Latn-CM\",\"bav\":\"bav-Latn-ZZ\",\"bax\":\"bax-Bamu-CM\",\"bba\":\"bba-Latn-ZZ\",\"bbb\":\"bbb-Latn-ZZ\",\"bbc\":\"bbc-Latn-ID\",\"bbd\":\"bbd-Latn-ZZ\",\"bbj\":\"bbj-Latn-CM\",\"bbp\":\"bbp-Latn-ZZ\",\"bbr\":\"bbr-Latn-ZZ\",\"bcf\":\"bcf-Latn-ZZ\",\"bch\":\"bch-Latn-ZZ\",\"bci\":\"bci-Latn-CI\",\"bcm\":\"bcm-Latn-ZZ\",\"bcn\":\"bcn-Latn-ZZ\",\"bco\":\"bco-Latn-ZZ\",\"bcq\":\"bcq-Ethi-ZZ\",\"bcu\":\"bcu-Latn-ZZ\",\"bdd\":\"bdd-Latn-ZZ\",\"be\":\"be-Cyrl-BY\",\"bef\":\"bef-Latn-ZZ\",\"beh\":\"beh-Latn-ZZ\",\"bej\":\"bej-Arab-SD\",\"bem\":\"bem-Latn-ZM\",\"bet\":\"bet-Latn-ZZ\",\"bew\":\"bew-Latn-ID\",\"bex\":\"bex-Latn-ZZ\",\"bez\":\"bez-Latn-TZ\",\"bfd\":\"bfd-Latn-CM\",\"bfq\":\"bfq-Taml-IN\",\"bft\":\"bft-Arab-PK\",\"bfy\":\"bfy-Deva-IN\",\"bg\":\"bg-Cyrl-BG\",\"bgc\":\"bgc-Deva-IN\",\"bgn\":\"bgn-Arab-PK\",\"bgx\":\"bgx-Grek-TR\",\"bhb\":\"bhb-Deva-IN\",\"bhg\":\"bhg-Latn-ZZ\",\"bhi\":\"bhi-Deva-IN\",\"bhk\":\"bhk-Latn-PH\",\"bhl\":\"bhl-Latn-ZZ\",\"bho\":\"bho-Deva-IN\",\"bhy\":\"bhy-Latn-ZZ\",\"bi\":\"bi-Latn-VU\",\"bib\":\"bib-Latn-ZZ\",\"big\":\"big-Latn-ZZ\",\"bik\":\"bik-Latn-PH\",\"bim\":\"bim-Latn-ZZ\",\"bin\":\"bin-Latn-NG\",\"bio\":\"bio-Latn-ZZ\",\"biq\":\"biq-Latn-ZZ\",\"bjh\":\"bjh-Latn-ZZ\",\"bji\":\"bji-Ethi-ZZ\",\"bjj\":\"bjj-Deva-IN\",\"bjn\":\"bjn-Latn-ID\",\"bjo\":\"bjo-Latn-ZZ\",\"bjr\":\"bjr-Latn-ZZ\",\"bjt\":\"bjt-Latn-SN\",\"bjz\":\"bjz-Latn-ZZ\",\"bkc\":\"bkc-Latn-ZZ\",\"bkm\":\"bkm-Latn-CM\",\"bkq\":\"bkq-Latn-ZZ\",\"bku\":\"bku-Latn-PH\",\"bkv\":\"bkv-Latn-ZZ\",\"blt\":\"blt-Tavt-VN\",\"bm\":\"bm-Latn-ML\",\"bmh\":\"bmh-Latn-ZZ\",\"bmk\":\"bmk-Latn-ZZ\",\"bmq\":\"bmq-Latn-ML\",\"bmu\":\"bmu-Latn-ZZ\",\"bn\":\"bn-Beng-BD\",\"bng\":\"bng-Latn-ZZ\",\"bnm\":\"bnm-Latn-ZZ\",\"bnp\":\"bnp-Latn-ZZ\",\"bo\":\"bo-Tibt-CN\",\"boj\":\"boj-Latn-ZZ\",\"bom\":\"bom-Latn-ZZ\",\"bon\":\"bon-Latn-ZZ\",\"bpy\":\"bpy-Beng-IN\",\"bqc\":\"bqc-Latn-ZZ\",\"bqi\":\"bqi-Arab-IR\",\"bqp\":\"bqp-Latn-ZZ\",\"bqv\":\"bqv-Latn-CI\",\"br\":\"br-Latn-FR\",\"bra\":\"bra-Deva-IN\",\"brh\":\"brh-Arab-PK\",\"brx\":\"brx-Deva-IN\",\"brz\":\"brz-Latn-ZZ\",\"bs\":\"bs-Latn-BA\",\"bsj\":\"bsj-Latn-ZZ\",\"bsq\":\"bsq-Bass-LR\",\"bss\":\"bss-Latn-CM\",\"bst\":\"bst-Ethi-ZZ\",\"bto\":\"bto-Latn-PH\",\"btt\":\"btt-Latn-ZZ\",\"btv\":\"btv-Deva-PK\",\"bua\":\"bua-Cyrl-RU\",\"buc\":\"buc-Latn-YT\",\"bud\":\"bud-Latn-ZZ\",\"bug\":\"bug-Latn-ID\",\"buk\":\"buk-Latn-ZZ\",\"bum\":\"bum-Latn-CM\",\"buo\":\"buo-Latn-ZZ\",\"bus\":\"bus-Latn-ZZ\",\"buu\":\"buu-Latn-ZZ\",\"bvb\":\"bvb-Latn-GQ\",\"bwd\":\"bwd-Latn-ZZ\",\"bwr\":\"bwr-Latn-ZZ\",\"bxh\":\"bxh-Latn-ZZ\",\"bye\":\"bye-Latn-ZZ\",\"byn\":\"byn-Ethi-ER\",\"byr\":\"byr-Latn-ZZ\",\"bys\":\"bys-Latn-ZZ\",\"byv\":\"byv-Latn-CM\",\"byx\":\"byx-Latn-ZZ\",\"bza\":\"bza-Latn-ZZ\",\"bze\":\"bze-Latn-ML\",\"bzf\":\"bzf-Latn-ZZ\",\"bzh\":\"bzh-Latn-ZZ\",\"bzw\":\"bzw-Latn-ZZ\",\"ca\":\"ca-Latn-ES\",\"can\":\"can-Latn-ZZ\",\"cbj\":\"cbj-Latn-ZZ\",\"cch\":\"cch-Latn-NG\",\"ccp\":\"ccp-Cakm-BD\",\"ce\":\"ce-Cyrl-RU\",\"ceb\":\"ceb-Latn-PH\",\"cfa\":\"cfa-Latn-ZZ\",\"cgg\":\"cgg-Latn-UG\",\"ch\":\"ch-Latn-GU\",\"chk\":\"chk-Latn-FM\",\"chm\":\"chm-Cyrl-RU\",\"cho\":\"cho-Latn-US\",\"chp\":\"chp-Latn-CA\",\"chr\":\"chr-Cher-US\",\"cja\":\"cja-Arab-KH\",\"cjm\":\"cjm-Cham-VN\",\"cjv\":\"cjv-Latn-ZZ\",\"ckb\":\"ckb-Arab-IQ\",\"ckl\":\"ckl-Latn-ZZ\",\"cko\":\"cko-Latn-ZZ\",\"cky\":\"cky-Latn-ZZ\",\"cla\":\"cla-Latn-ZZ\",\"cme\":\"cme-Latn-ZZ\",\"cmg\":\"cmg-Soyo-MN\",\"co\":\"co-Latn-FR\",\"cop\":\"cop-Copt-EG\",\"cps\":\"cps-Latn-PH\",\"cr\":\"cr-Cans-CA\",\"crh\":\"crh-Cyrl-UA\",\"crj\":\"crj-Cans-CA\",\"crk\":\"crk-Cans-CA\",\"crl\":\"crl-Cans-CA\",\"crm\":\"crm-Cans-CA\",\"crs\":\"crs-Latn-SC\",\"cs\":\"cs-Latn-CZ\",\"csb\":\"csb-Latn-PL\",\"csw\":\"csw-Cans-CA\",\"ctd\":\"ctd-Pauc-MM\",\"cu\":\"cu-Cyrl-RU\",\"cu-Glag\":\"cu-Glag-BG\",\"cv\":\"cv-Cyrl-RU\",\"cy\":\"cy-Latn-GB\",\"da\":\"da-Latn-DK\",\"dad\":\"dad-Latn-ZZ\",\"daf\":\"daf-Latn-ZZ\",\"dag\":\"dag-Latn-ZZ\",\"dah\":\"dah-Latn-ZZ\",\"dak\":\"dak-Latn-US\",\"dar\":\"dar-Cyrl-RU\",\"dav\":\"dav-Latn-KE\",\"dbd\":\"dbd-Latn-ZZ\",\"dbq\":\"dbq-Latn-ZZ\",\"dcc\":\"dcc-Arab-IN\",\"ddn\":\"ddn-Latn-ZZ\",\"de\":\"de-Latn-DE\",\"ded\":\"ded-Latn-ZZ\",\"den\":\"den-Latn-CA\",\"dga\":\"dga-Latn-ZZ\",\"dgh\":\"dgh-Latn-ZZ\",\"dgi\":\"dgi-Latn-ZZ\",\"dgl\":\"dgl-Arab-ZZ\",\"dgr\":\"dgr-Latn-CA\",\"dgz\":\"dgz-Latn-ZZ\",\"dia\":\"dia-Latn-ZZ\",\"dje\":\"dje-Latn-NE\",\"dnj\":\"dnj-Latn-CI\",\"dob\":\"dob-Latn-ZZ\",\"doi\":\"doi-Arab-IN\",\"dop\":\"dop-Latn-ZZ\",\"dow\":\"dow-Latn-ZZ\",\"dri\":\"dri-Latn-ZZ\",\"drs\":\"drs-Ethi-ZZ\",\"dsb\":\"dsb-Latn-DE\",\"dtm\":\"dtm-Latn-ML\",\"dtp\":\"dtp-Latn-MY\",\"dts\":\"dts-Latn-ZZ\",\"dty\":\"dty-Deva-NP\",\"dua\":\"dua-Latn-CM\",\"duc\":\"duc-Latn-ZZ\",\"dud\":\"dud-Latn-ZZ\",\"dug\":\"dug-Latn-ZZ\",\"dv\":\"dv-Thaa-MV\",\"dva\":\"dva-Latn-ZZ\",\"dww\":\"dww-Latn-ZZ\",\"dyo\":\"dyo-Latn-SN\",\"dyu\":\"dyu-Latn-BF\",\"dz\":\"dz-Tibt-BT\",\"dzg\":\"dzg-Latn-ZZ\",\"ebu\":\"ebu-Latn-KE\",\"ee\":\"ee-Latn-GH\",\"efi\":\"efi-Latn-NG\",\"egl\":\"egl-Latn-IT\",\"egy\":\"egy-Egyp-EG\",\"eka\":\"eka-Latn-ZZ\",\"eky\":\"eky-Kali-MM\",\"el\":\"el-Grek-GR\",\"ema\":\"ema-Latn-ZZ\",\"emi\":\"emi-Latn-ZZ\",\"en\":\"en-Latn-US\",\"en-Shaw\":\"en-Shaw-GB\",\"enn\":\"enn-Latn-ZZ\",\"enq\":\"enq-Latn-ZZ\",\"eo\":\"eo-Latn-001\",\"eri\":\"eri-Latn-ZZ\",\"es\":\"es-Latn-ES\",\"esu\":\"esu-Latn-US\",\"et\":\"et-Latn-EE\",\"etr\":\"etr-Latn-ZZ\",\"ett\":\"ett-Ital-IT\",\"etu\":\"etu-Latn-ZZ\",\"etx\":\"etx-Latn-ZZ\",\"eu\":\"eu-Latn-ES\",\"ewo\":\"ewo-Latn-CM\",\"ext\":\"ext-Latn-ES\",\"fa\":\"fa-Arab-IR\",\"faa\":\"faa-Latn-ZZ\",\"fab\":\"fab-Latn-ZZ\",\"fag\":\"fag-Latn-ZZ\",\"fai\":\"fai-Latn-ZZ\",\"fan\":\"fan-Latn-GQ\",\"ff\":\"ff-Latn-SN\",\"ff-Adlm\":\"ff-Adlm-GN\",\"ffi\":\"ffi-Latn-ZZ\",\"ffm\":\"ffm-Latn-ML\",\"fi\":\"fi-Latn-FI\",\"fia\":\"fia-Arab-SD\",\"fil\":\"fil-Latn-PH\",\"fit\":\"fit-Latn-SE\",\"fj\":\"fj-Latn-FJ\",\"flr\":\"flr-Latn-ZZ\",\"fmp\":\"fmp-Latn-ZZ\",\"fo\":\"fo-Latn-FO\",\"fod\":\"fod-Latn-ZZ\",\"fon\":\"fon-Latn-BJ\",\"for\":\"for-Latn-ZZ\",\"fpe\":\"fpe-Latn-ZZ\",\"fqs\":\"fqs-Latn-ZZ\",\"fr\":\"fr-Latn-FR\",\"frc\":\"frc-Latn-US\",\"frp\":\"frp-Latn-FR\",\"frr\":\"frr-Latn-DE\",\"frs\":\"frs-Latn-DE\",\"fub\":\"fub-Arab-CM\",\"fud\":\"fud-Latn-WF\",\"fue\":\"fue-Latn-ZZ\",\"fuf\":\"fuf-Latn-GN\",\"fuh\":\"fuh-Latn-ZZ\",\"fuq\":\"fuq-Latn-NE\",\"fur\":\"fur-Latn-IT\",\"fuv\":\"fuv-Latn-NG\",\"fuy\":\"fuy-Latn-ZZ\",\"fvr\":\"fvr-Latn-SD\",\"fy\":\"fy-Latn-NL\",\"ga\":\"ga-Latn-IE\",\"gaa\":\"gaa-Latn-GH\",\"gaf\":\"gaf-Latn-ZZ\",\"gag\":\"gag-Latn-MD\",\"gah\":\"gah-Latn-ZZ\",\"gaj\":\"gaj-Latn-ZZ\",\"gam\":\"gam-Latn-ZZ\",\"gan\":\"gan-Hans-CN\",\"gaw\":\"gaw-Latn-ZZ\",\"gay\":\"gay-Latn-ID\",\"gba\":\"gba-Latn-ZZ\",\"gbf\":\"gbf-Latn-ZZ\",\"gbm\":\"gbm-Deva-IN\",\"gby\":\"gby-Latn-ZZ\",\"gbz\":\"gbz-Arab-IR\",\"gcr\":\"gcr-Latn-GF\",\"gd\":\"gd-Latn-GB\",\"gde\":\"gde-Latn-ZZ\",\"gdn\":\"gdn-Latn-ZZ\",\"gdr\":\"gdr-Latn-ZZ\",\"geb\":\"geb-Latn-ZZ\",\"gej\":\"gej-Latn-ZZ\",\"gel\":\"gel-Latn-ZZ\",\"gez\":\"gez-Ethi-ET\",\"gfk\":\"gfk-Latn-ZZ\",\"ggn\":\"ggn-Deva-NP\",\"ghs\":\"ghs-Latn-ZZ\",\"gil\":\"gil-Latn-KI\",\"gim\":\"gim-Latn-ZZ\",\"gjk\":\"gjk-Arab-PK\",\"gjn\":\"gjn-Latn-ZZ\",\"gju\":\"gju-Arab-PK\",\"gkn\":\"gkn-Latn-ZZ\",\"gkp\":\"gkp-Latn-ZZ\",\"gl\":\"gl-Latn-ES\",\"glk\":\"glk-Arab-IR\",\"gmm\":\"gmm-Latn-ZZ\",\"gmv\":\"gmv-Ethi-ZZ\",\"gn\":\"gn-Latn-PY\",\"gnd\":\"gnd-Latn-ZZ\",\"gng\":\"gng-Latn-ZZ\",\"god\":\"god-Latn-ZZ\",\"gof\":\"gof-Ethi-ZZ\",\"goi\":\"goi-Latn-ZZ\",\"gom\":\"gom-Deva-IN\",\"gon\":\"gon-Telu-IN\",\"gor\":\"gor-Latn-ID\",\"gos\":\"gos-Latn-NL\",\"got\":\"got-Goth-UA\",\"grb\":\"grb-Latn-ZZ\",\"grc\":\"grc-Cprt-CY\",\"grc-Linb\":\"grc-Linb-GR\",\"grt\":\"grt-Beng-IN\",\"grw\":\"grw-Latn-ZZ\",\"gsw\":\"gsw-Latn-CH\",\"gu\":\"gu-Gujr-IN\",\"gub\":\"gub-Latn-BR\",\"guc\":\"guc-Latn-CO\",\"gud\":\"gud-Latn-ZZ\",\"gur\":\"gur-Latn-GH\",\"guw\":\"guw-Latn-ZZ\",\"gux\":\"gux-Latn-ZZ\",\"guz\":\"guz-Latn-KE\",\"gv\":\"gv-Latn-IM\",\"gvf\":\"gvf-Latn-ZZ\",\"gvr\":\"gvr-Deva-NP\",\"gvs\":\"gvs-Latn-ZZ\",\"gwc\":\"gwc-Arab-ZZ\",\"gwi\":\"gwi-Latn-CA\",\"gwt\":\"gwt-Arab-ZZ\",\"gyi\":\"gyi-Latn-ZZ\",\"ha\":\"ha-Latn-NG\",\"ha-CM\":\"ha-Arab-CM\",\"ha-SD\":\"ha-Arab-SD\",\"hag\":\"hag-Latn-ZZ\",\"hak\":\"hak-Hans-CN\",\"ham\":\"ham-Latn-ZZ\",\"haw\":\"haw-Latn-US\",\"haz\":\"haz-Arab-AF\",\"hbb\":\"hbb-Latn-ZZ\",\"hdy\":\"hdy-Ethi-ZZ\",\"he\":\"he-Hebr-IL\",\"hhy\":\"hhy-Latn-ZZ\",\"hi\":\"hi-Deva-IN\",\"hia\":\"hia-Latn-ZZ\",\"hif\":\"hif-Latn-FJ\",\"hig\":\"hig-Latn-ZZ\",\"hih\":\"hih-Latn-ZZ\",\"hil\":\"hil-Latn-PH\",\"hla\":\"hla-Latn-ZZ\",\"hlu\":\"hlu-Hluw-TR\",\"hmd\":\"hmd-Plrd-CN\",\"hmt\":\"hmt-Latn-ZZ\",\"hnd\":\"hnd-Arab-PK\",\"hne\":\"hne-Deva-IN\",\"hnj\":\"hnj-Hmng-LA\",\"hnn\":\"hnn-Latn-PH\",\"hno\":\"hno-Arab-PK\",\"ho\":\"ho-Latn-PG\",\"hoc\":\"hoc-Deva-IN\",\"hoj\":\"hoj-Deva-IN\",\"hot\":\"hot-Latn-ZZ\",\"hr\":\"hr-Latn-HR\",\"hsb\":\"hsb-Latn-DE\",\"hsn\":\"hsn-Hans-CN\",\"ht\":\"ht-Latn-HT\",\"hu\":\"hu-Latn-HU\",\"hui\":\"hui-Latn-ZZ\",\"hy\":\"hy-Armn-AM\",\"hz\":\"hz-Latn-NA\",\"ia\":\"ia-Latn-FR\",\"ian\":\"ian-Latn-ZZ\",\"iar\":\"iar-Latn-ZZ\",\"iba\":\"iba-Latn-MY\",\"ibb\":\"ibb-Latn-NG\",\"iby\":\"iby-Latn-ZZ\",\"ica\":\"ica-Latn-ZZ\",\"ich\":\"ich-Latn-ZZ\",\"id\":\"id-Latn-ID\",\"idd\":\"idd-Latn-ZZ\",\"idi\":\"idi-Latn-ZZ\",\"idu\":\"idu-Latn-ZZ\",\"ife\":\"ife-Latn-TG\",\"ig\":\"ig-Latn-NG\",\"igb\":\"igb-Latn-ZZ\",\"ige\":\"ige-Latn-ZZ\",\"ii\":\"ii-Yiii-CN\",\"ijj\":\"ijj-Latn-ZZ\",\"ik\":\"ik-Latn-US\",\"ikk\":\"ikk-Latn-ZZ\",\"ikt\":\"ikt-Latn-CA\",\"ikw\":\"ikw-Latn-ZZ\",\"ikx\":\"ikx-Latn-ZZ\",\"ilo\":\"ilo-Latn-PH\",\"imo\":\"imo-Latn-ZZ\",\"in\":\"in-Latn-ID\",\"inh\":\"inh-Cyrl-RU\",\"io\":\"io-Latn-001\",\"iou\":\"iou-Latn-ZZ\",\"iri\":\"iri-Latn-ZZ\",\"is\":\"is-Latn-IS\",\"it\":\"it-Latn-IT\",\"iu\":\"iu-Cans-CA\",\"iw\":\"iw-Hebr-IL\",\"iwm\":\"iwm-Latn-ZZ\",\"iws\":\"iws-Latn-ZZ\",\"izh\":\"izh-Latn-RU\",\"izi\":\"izi-Latn-ZZ\",\"ja\":\"ja-Jpan-JP\",\"jab\":\"jab-Latn-ZZ\",\"jam\":\"jam-Latn-JM\",\"jbo\":\"jbo-Latn-001\",\"jbu\":\"jbu-Latn-ZZ\",\"jen\":\"jen-Latn-ZZ\",\"jgk\":\"jgk-Latn-ZZ\",\"jgo\":\"jgo-Latn-CM\",\"ji\":\"ji-Hebr-UA\",\"jib\":\"jib-Latn-ZZ\",\"jmc\":\"jmc-Latn-TZ\",\"jml\":\"jml-Deva-NP\",\"jra\":\"jra-Latn-ZZ\",\"jut\":\"jut-Latn-DK\",\"jv\":\"jv-Latn-ID\",\"jw\":\"jw-Latn-ID\",\"ka\":\"ka-Geor-GE\",\"kaa\":\"kaa-Cyrl-UZ\",\"kab\":\"kab-Latn-DZ\",\"kac\":\"kac-Latn-MM\",\"kad\":\"kad-Latn-ZZ\",\"kai\":\"kai-Latn-ZZ\",\"kaj\":\"kaj-Latn-NG\",\"kam\":\"kam-Latn-KE\",\"kao\":\"kao-Latn-ML\",\"kbd\":\"kbd-Cyrl-RU\",\"kbm\":\"kbm-Latn-ZZ\",\"kbp\":\"kbp-Latn-ZZ\",\"kbq\":\"kbq-Latn-ZZ\",\"kbx\":\"kbx-Latn-ZZ\",\"kby\":\"kby-Arab-NE\",\"kcg\":\"kcg-Latn-NG\",\"kck\":\"kck-Latn-ZW\",\"kcl\":\"kcl-Latn-ZZ\",\"kct\":\"kct-Latn-ZZ\",\"kde\":\"kde-Latn-TZ\",\"kdh\":\"kdh-Arab-TG\",\"kdl\":\"kdl-Latn-ZZ\",\"kdt\":\"kdt-Thai-TH\",\"kea\":\"kea-Latn-CV\",\"ken\":\"ken-Latn-CM\",\"kez\":\"kez-Latn-ZZ\",\"kfo\":\"kfo-Latn-CI\",\"kfr\":\"kfr-Deva-IN\",\"kfy\":\"kfy-Deva-IN\",\"kg\":\"kg-Latn-CD\",\"kge\":\"kge-Latn-ID\",\"kgf\":\"kgf-Latn-ZZ\",\"kgp\":\"kgp-Latn-BR\",\"kha\":\"kha-Latn-IN\",\"khb\":\"khb-Talu-CN\",\"khn\":\"khn-Deva-IN\",\"khq\":\"khq-Latn-ML\",\"khs\":\"khs-Latn-ZZ\",\"kht\":\"kht-Mymr-IN\",\"khw\":\"khw-Arab-PK\",\"khz\":\"khz-Latn-ZZ\",\"ki\":\"ki-Latn-KE\",\"kij\":\"kij-Latn-ZZ\",\"kiu\":\"kiu-Latn-TR\",\"kiw\":\"kiw-Latn-ZZ\",\"kj\":\"kj-Latn-NA\",\"kjd\":\"kjd-Latn-ZZ\",\"kjg\":\"kjg-Laoo-LA\",\"kjs\":\"kjs-Latn-ZZ\",\"kjy\":\"kjy-Latn-ZZ\",\"kk\":\"kk-Cyrl-KZ\",\"kk-AF\":\"kk-Arab-AF\",\"kk-Arab\":\"kk-Arab-CN\",\"kk-CN\":\"kk-Arab-CN\",\"kk-IR\":\"kk-Arab-IR\",\"kk-MN\":\"kk-Arab-MN\",\"kkc\":\"kkc-Latn-ZZ\",\"kkj\":\"kkj-Latn-CM\",\"kl\":\"kl-Latn-GL\",\"kln\":\"kln-Latn-KE\",\"klq\":\"klq-Latn-ZZ\",\"klt\":\"klt-Latn-ZZ\",\"klx\":\"klx-Latn-ZZ\",\"km\":\"km-Khmr-KH\",\"kmb\":\"kmb-Latn-AO\",\"kmh\":\"kmh-Latn-ZZ\",\"kmo\":\"kmo-Latn-ZZ\",\"kms\":\"kms-Latn-ZZ\",\"kmu\":\"kmu-Latn-ZZ\",\"kmw\":\"kmw-Latn-ZZ\",\"kn\":\"kn-Knda-IN\",\"knf\":\"knf-Latn-GW\",\"knp\":\"knp-Latn-ZZ\",\"ko\":\"ko-Kore-KR\",\"koi\":\"koi-Cyrl-RU\",\"kok\":\"kok-Deva-IN\",\"kol\":\"kol-Latn-ZZ\",\"kos\":\"kos-Latn-FM\",\"koz\":\"koz-Latn-ZZ\",\"kpe\":\"kpe-Latn-LR\",\"kpf\":\"kpf-Latn-ZZ\",\"kpo\":\"kpo-Latn-ZZ\",\"kpr\":\"kpr-Latn-ZZ\",\"kpx\":\"kpx-Latn-ZZ\",\"kqb\":\"kqb-Latn-ZZ\",\"kqf\":\"kqf-Latn-ZZ\",\"kqs\":\"kqs-Latn-ZZ\",\"kqy\":\"kqy-Ethi-ZZ\",\"kr\":\"kr-Latn-ZZ\",\"krc\":\"krc-Cyrl-RU\",\"kri\":\"kri-Latn-SL\",\"krj\":\"krj-Latn-PH\",\"krl\":\"krl-Latn-RU\",\"krs\":\"krs-Latn-ZZ\",\"kru\":\"kru-Deva-IN\",\"ks\":\"ks-Arab-IN\",\"ksb\":\"ksb-Latn-TZ\",\"ksd\":\"ksd-Latn-ZZ\",\"ksf\":\"ksf-Latn-CM\",\"ksh\":\"ksh-Latn-DE\",\"ksj\":\"ksj-Latn-ZZ\",\"ksr\":\"ksr-Latn-ZZ\",\"ktb\":\"ktb-Ethi-ZZ\",\"ktm\":\"ktm-Latn-ZZ\",\"kto\":\"kto-Latn-ZZ\",\"ku\":\"ku-Latn-TR\",\"ku-Arab\":\"ku-Arab-IQ\",\"ku-LB\":\"ku-Arab-LB\",\"kub\":\"kub-Latn-ZZ\",\"kud\":\"kud-Latn-ZZ\",\"kue\":\"kue-Latn-ZZ\",\"kuj\":\"kuj-Latn-ZZ\",\"kum\":\"kum-Cyrl-RU\",\"kun\":\"kun-Latn-ZZ\",\"kup\":\"kup-Latn-ZZ\",\"kus\":\"kus-Latn-ZZ\",\"kv\":\"kv-Cyrl-RU\",\"kvg\":\"kvg-Latn-ZZ\",\"kvr\":\"kvr-Latn-ID\",\"kvx\":\"kvx-Arab-PK\",\"kw\":\"kw-Latn-GB\",\"kwj\":\"kwj-Latn-ZZ\",\"kwo\":\"kwo-Latn-ZZ\",\"kxa\":\"kxa-Latn-ZZ\",\"kxc\":\"kxc-Ethi-ZZ\",\"kxm\":\"kxm-Thai-TH\",\"kxp\":\"kxp-Arab-PK\",\"kxw\":\"kxw-Latn-ZZ\",\"kxz\":\"kxz-Latn-ZZ\",\"ky\":\"ky-Cyrl-KG\",\"ky-Arab\":\"ky-Arab-CN\",\"ky-CN\":\"ky-Arab-CN\",\"ky-Latn\":\"ky-Latn-TR\",\"ky-TR\":\"ky-Latn-TR\",\"kye\":\"kye-Latn-ZZ\",\"kyx\":\"kyx-Latn-ZZ\",\"kzr\":\"kzr-Latn-ZZ\",\"la\":\"la-Latn-VA\",\"lab\":\"lab-Lina-GR\",\"lad\":\"lad-Hebr-IL\",\"lag\":\"lag-Latn-TZ\",\"lah\":\"lah-Arab-PK\",\"laj\":\"laj-Latn-UG\",\"las\":\"las-Latn-ZZ\",\"lb\":\"lb-Latn-LU\",\"lbe\":\"lbe-Cyrl-RU\",\"lbu\":\"lbu-Latn-ZZ\",\"lbw\":\"lbw-Latn-ID\",\"lcm\":\"lcm-Latn-ZZ\",\"lcp\":\"lcp-Thai-CN\",\"ldb\":\"ldb-Latn-ZZ\",\"led\":\"led-Latn-ZZ\",\"lee\":\"lee-Latn-ZZ\",\"lem\":\"lem-Latn-ZZ\",\"lep\":\"lep-Lepc-IN\",\"leq\":\"leq-Latn-ZZ\",\"leu\":\"leu-Latn-ZZ\",\"lez\":\"lez-Cyrl-RU\",\"lg\":\"lg-Latn-UG\",\"lgg\":\"lgg-Latn-ZZ\",\"li\":\"li-Latn-NL\",\"lia\":\"lia-Latn-ZZ\",\"lid\":\"lid-Latn-ZZ\",\"lif\":\"lif-Deva-NP\",\"lif-Limb\":\"lif-Limb-IN\",\"lig\":\"lig-Latn-ZZ\",\"lih\":\"lih-Latn-ZZ\",\"lij\":\"lij-Latn-IT\",\"lis\":\"lis-Lisu-CN\",\"ljp\":\"ljp-Latn-ID\",\"lki\":\"lki-Arab-IR\",\"lkt\":\"lkt-Latn-US\",\"lle\":\"lle-Latn-ZZ\",\"lln\":\"lln-Latn-ZZ\",\"lmn\":\"lmn-Telu-IN\",\"lmo\":\"lmo-Latn-IT\",\"lmp\":\"lmp-Latn-ZZ\",\"ln\":\"ln-Latn-CD\",\"lns\":\"lns-Latn-ZZ\",\"lnu\":\"lnu-Latn-ZZ\",\"lo\":\"lo-Laoo-LA\",\"loj\":\"loj-Latn-ZZ\",\"lok\":\"lok-Latn-ZZ\",\"lol\":\"lol-Latn-CD\",\"lor\":\"lor-Latn-ZZ\",\"los\":\"los-Latn-ZZ\",\"loz\":\"loz-Latn-ZM\",\"lrc\":\"lrc-Arab-IR\",\"lt\":\"lt-Latn-LT\",\"ltg\":\"ltg-Latn-LV\",\"lu\":\"lu-Latn-CD\",\"lua\":\"lua-Latn-CD\",\"luo\":\"luo-Latn-KE\",\"luy\":\"luy-Latn-KE\",\"luz\":\"luz-Arab-IR\",\"lv\":\"lv-Latn-LV\",\"lwl\":\"lwl-Thai-TH\",\"lzh\":\"lzh-Hans-CN\",\"lzz\":\"lzz-Latn-TR\",\"mad\":\"mad-Latn-ID\",\"maf\":\"maf-Latn-CM\",\"mag\":\"mag-Deva-IN\",\"mai\":\"mai-Deva-IN\",\"mak\":\"mak-Latn-ID\",\"man\":\"man-Latn-GM\",\"man-GN\":\"man-Nkoo-GN\",\"man-Nkoo\":\"man-Nkoo-GN\",\"mas\":\"mas-Latn-KE\",\"maw\":\"maw-Latn-ZZ\",\"maz\":\"maz-Latn-MX\",\"mbh\":\"mbh-Latn-ZZ\",\"mbo\":\"mbo-Latn-ZZ\",\"mbq\":\"mbq-Latn-ZZ\",\"mbu\":\"mbu-Latn-ZZ\",\"mbw\":\"mbw-Latn-ZZ\",\"mci\":\"mci-Latn-ZZ\",\"mcp\":\"mcp-Latn-ZZ\",\"mcq\":\"mcq-Latn-ZZ\",\"mcr\":\"mcr-Latn-ZZ\",\"mcu\":\"mcu-Latn-ZZ\",\"mda\":\"mda-Latn-ZZ\",\"mde\":\"mde-Arab-ZZ\",\"mdf\":\"mdf-Cyrl-RU\",\"mdh\":\"mdh-Latn-PH\",\"mdj\":\"mdj-Latn-ZZ\",\"mdr\":\"mdr-Latn-ID\",\"mdx\":\"mdx-Ethi-ZZ\",\"med\":\"med-Latn-ZZ\",\"mee\":\"mee-Latn-ZZ\",\"mek\":\"mek-Latn-ZZ\",\"men\":\"men-Latn-SL\",\"mer\":\"mer-Latn-KE\",\"met\":\"met-Latn-ZZ\",\"meu\":\"meu-Latn-ZZ\",\"mfa\":\"mfa-Arab-TH\",\"mfe\":\"mfe-Latn-MU\",\"mfn\":\"mfn-Latn-ZZ\",\"mfo\":\"mfo-Latn-ZZ\",\"mfq\":\"mfq-Latn-ZZ\",\"mg\":\"mg-Latn-MG\",\"mgh\":\"mgh-Latn-MZ\",\"mgl\":\"mgl-Latn-ZZ\",\"mgo\":\"mgo-Latn-CM\",\"mgp\":\"mgp-Deva-NP\",\"mgy\":\"mgy-Latn-TZ\",\"mh\":\"mh-Latn-MH\",\"mhi\":\"mhi-Latn-ZZ\",\"mhl\":\"mhl-Latn-ZZ\",\"mi\":\"mi-Latn-NZ\",\"mif\":\"mif-Latn-ZZ\",\"min\":\"min-Latn-ID\",\"mis\":\"mis-Hatr-IQ\",\"miw\":\"miw-Latn-ZZ\",\"mk\":\"mk-Cyrl-MK\",\"mki\":\"mki-Arab-ZZ\",\"mkl\":\"mkl-Latn-ZZ\",\"mkp\":\"mkp-Latn-ZZ\",\"mkw\":\"mkw-Latn-ZZ\",\"ml\":\"ml-Mlym-IN\",\"mle\":\"mle-Latn-ZZ\",\"mlp\":\"mlp-Latn-ZZ\",\"mls\":\"mls-Latn-SD\",\"mmo\":\"mmo-Latn-ZZ\",\"mmu\":\"mmu-Latn-ZZ\",\"mmx\":\"mmx-Latn-ZZ\",\"mn\":\"mn-Cyrl-MN\",\"mn-CN\":\"mn-Mong-CN\",\"mn-Mong\":\"mn-Mong-CN\",\"mna\":\"mna-Latn-ZZ\",\"mnf\":\"mnf-Latn-ZZ\",\"mni\":\"mni-Beng-IN\",\"mnw\":\"mnw-Mymr-MM\",\"moa\":\"moa-Latn-ZZ\",\"moe\":\"moe-Latn-CA\",\"moh\":\"moh-Latn-CA\",\"mos\":\"mos-Latn-BF\",\"mox\":\"mox-Latn-ZZ\",\"mpp\":\"mpp-Latn-ZZ\",\"mps\":\"mps-Latn-ZZ\",\"mpt\":\"mpt-Latn-ZZ\",\"mpx\":\"mpx-Latn-ZZ\",\"mql\":\"mql-Latn-ZZ\",\"mr\":\"mr-Deva-IN\",\"mrd\":\"mrd-Deva-NP\",\"mrj\":\"mrj-Cyrl-RU\",\"mro\":\"mro-Mroo-BD\",\"ms\":\"ms-Latn-MY\",\"ms-CC\":\"ms-Arab-CC\",\"ms-ID\":\"ms-Arab-ID\",\"mt\":\"mt-Latn-MT\",\"mtc\":\"mtc-Latn-ZZ\",\"mtf\":\"mtf-Latn-ZZ\",\"mti\":\"mti-Latn-ZZ\",\"mtr\":\"mtr-Deva-IN\",\"mua\":\"mua-Latn-CM\",\"mur\":\"mur-Latn-ZZ\",\"mus\":\"mus-Latn-US\",\"mva\":\"mva-Latn-ZZ\",\"mvn\":\"mvn-Latn-ZZ\",\"mvy\":\"mvy-Arab-PK\",\"mwk\":\"mwk-Latn-ML\",\"mwr\":\"mwr-Deva-IN\",\"mwv\":\"mwv-Latn-ID\",\"mxc\":\"mxc-Latn-ZW\",\"mxm\":\"mxm-Latn-ZZ\",\"my\":\"my-Mymr-MM\",\"myk\":\"myk-Latn-ZZ\",\"mym\":\"mym-Ethi-ZZ\",\"myv\":\"myv-Cyrl-RU\",\"myw\":\"myw-Latn-ZZ\",\"myx\":\"myx-Latn-UG\",\"myz\":\"myz-Mand-IR\",\"mzk\":\"mzk-Latn-ZZ\",\"mzm\":\"mzm-Latn-ZZ\",\"mzn\":\"mzn-Arab-IR\",\"mzp\":\"mzp-Latn-ZZ\",\"mzw\":\"mzw-Latn-ZZ\",\"mzz\":\"mzz-Latn-ZZ\",\"na\":\"na-Latn-NR\",\"nac\":\"nac-Latn-ZZ\",\"naf\":\"naf-Latn-ZZ\",\"nak\":\"nak-Latn-ZZ\",\"nan\":\"nan-Hans-CN\",\"nap\":\"nap-Latn-IT\",\"naq\":\"naq-Latn-NA\",\"nas\":\"nas-Latn-ZZ\",\"nb\":\"nb-Latn-NO\",\"nca\":\"nca-Latn-ZZ\",\"nce\":\"nce-Latn-ZZ\",\"ncf\":\"ncf-Latn-ZZ\",\"nch\":\"nch-Latn-MX\",\"nco\":\"nco-Latn-ZZ\",\"ncu\":\"ncu-Latn-ZZ\",\"nd\":\"nd-Latn-ZW\",\"ndc\":\"ndc-Latn-MZ\",\"nds\":\"nds-Latn-DE\",\"ne\":\"ne-Deva-NP\",\"neb\":\"neb-Latn-ZZ\",\"new\":\"new-Deva-NP\",\"nex\":\"nex-Latn-ZZ\",\"nfr\":\"nfr-Latn-ZZ\",\"ng\":\"ng-Latn-NA\",\"nga\":\"nga-Latn-ZZ\",\"ngb\":\"ngb-Latn-ZZ\",\"ngl\":\"ngl-Latn-MZ\",\"nhb\":\"nhb-Latn-ZZ\",\"nhe\":\"nhe-Latn-MX\",\"nhw\":\"nhw-Latn-MX\",\"nif\":\"nif-Latn-ZZ\",\"nii\":\"nii-Latn-ZZ\",\"nij\":\"nij-Latn-ID\",\"nin\":\"nin-Latn-ZZ\",\"niu\":\"niu-Latn-NU\",\"niy\":\"niy-Latn-ZZ\",\"niz\":\"niz-Latn-ZZ\",\"njo\":\"njo-Latn-IN\",\"nkg\":\"nkg-Latn-ZZ\",\"nko\":\"nko-Latn-ZZ\",\"nl\":\"nl-Latn-NL\",\"nmg\":\"nmg-Latn-CM\",\"nmz\":\"nmz-Latn-ZZ\",\"nn\":\"nn-Latn-NO\",\"nnf\":\"nnf-Latn-ZZ\",\"nnh\":\"nnh-Latn-CM\",\"nnk\":\"nnk-Latn-ZZ\",\"nnm\":\"nnm-Latn-ZZ\",\"no\":\"no-Latn-NO\",\"nod\":\"nod-Lana-TH\",\"noe\":\"noe-Deva-IN\",\"non\":\"non-Runr-SE\",\"nop\":\"nop-Latn-ZZ\",\"nou\":\"nou-Latn-ZZ\",\"nqo\":\"nqo-Nkoo-GN\",\"nr\":\"nr-Latn-ZA\",\"nrb\":\"nrb-Latn-ZZ\",\"nsk\":\"nsk-Cans-CA\",\"nsn\":\"nsn-Latn-ZZ\",\"nso\":\"nso-Latn-ZA\",\"nss\":\"nss-Latn-ZZ\",\"ntm\":\"ntm-Latn-ZZ\",\"ntr\":\"ntr-Latn-ZZ\",\"nui\":\"nui-Latn-ZZ\",\"nup\":\"nup-Latn-ZZ\",\"nus\":\"nus-Latn-SS\",\"nuv\":\"nuv-Latn-ZZ\",\"nux\":\"nux-Latn-ZZ\",\"nv\":\"nv-Latn-US\",\"nwb\":\"nwb-Latn-ZZ\",\"nxq\":\"nxq-Latn-CN\",\"nxr\":\"nxr-Latn-ZZ\",\"ny\":\"ny-Latn-MW\",\"nym\":\"nym-Latn-TZ\",\"nyn\":\"nyn-Latn-UG\",\"nzi\":\"nzi-Latn-GH\",\"oc\":\"oc-Latn-FR\",\"ogc\":\"ogc-Latn-ZZ\",\"okr\":\"okr-Latn-ZZ\",\"okv\":\"okv-Latn-ZZ\",\"om\":\"om-Latn-ET\",\"ong\":\"ong-Latn-ZZ\",\"onn\":\"onn-Latn-ZZ\",\"ons\":\"ons-Latn-ZZ\",\"opm\":\"opm-Latn-ZZ\",\"or\":\"or-Orya-IN\",\"oro\":\"oro-Latn-ZZ\",\"oru\":\"oru-Arab-ZZ\",\"os\":\"os-Cyrl-GE\",\"osa\":\"osa-Osge-US\",\"ota\":\"ota-Arab-ZZ\",\"otk\":\"otk-Orkh-MN\",\"ozm\":\"ozm-Latn-ZZ\",\"pa\":\"pa-Guru-IN\",\"pa-Arab\":\"pa-Arab-PK\",\"pa-PK\":\"pa-Arab-PK\",\"pag\":\"pag-Latn-PH\",\"pal\":\"pal-Phli-IR\",\"pal-Phlp\":\"pal-Phlp-CN\",\"pam\":\"pam-Latn-PH\",\"pap\":\"pap-Latn-AW\",\"pau\":\"pau-Latn-PW\",\"pbi\":\"pbi-Latn-ZZ\",\"pcd\":\"pcd-Latn-FR\",\"pcm\":\"pcm-Latn-NG\",\"pdc\":\"pdc-Latn-US\",\"pdt\":\"pdt-Latn-CA\",\"ped\":\"ped-Latn-ZZ\",\"peo\":\"peo-Xpeo-IR\",\"pex\":\"pex-Latn-ZZ\",\"pfl\":\"pfl-Latn-DE\",\"phl\":\"phl-Arab-ZZ\",\"phn\":\"phn-Phnx-LB\",\"pil\":\"pil-Latn-ZZ\",\"pip\":\"pip-Latn-ZZ\",\"pka\":\"pka-Brah-IN\",\"pko\":\"pko-Latn-KE\",\"pl\":\"pl-Latn-PL\",\"pla\":\"pla-Latn-ZZ\",\"pms\":\"pms-Latn-IT\",\"png\":\"png-Latn-ZZ\",\"pnn\":\"pnn-Latn-ZZ\",\"pnt\":\"pnt-Grek-GR\",\"pon\":\"pon-Latn-FM\",\"ppo\":\"ppo-Latn-ZZ\",\"pra\":\"pra-Khar-PK\",\"prd\":\"prd-Arab-IR\",\"prg\":\"prg-Latn-001\",\"ps\":\"ps-Arab-AF\",\"pss\":\"pss-Latn-ZZ\",\"pt\":\"pt-Latn-BR\",\"ptp\":\"ptp-Latn-ZZ\",\"puu\":\"puu-Latn-GA\",\"pwa\":\"pwa-Latn-ZZ\",\"qu\":\"qu-Latn-PE\",\"quc\":\"quc-Latn-GT\",\"qug\":\"qug-Latn-EC\",\"rai\":\"rai-Latn-ZZ\",\"raj\":\"raj-Deva-IN\",\"rao\":\"rao-Latn-ZZ\",\"rcf\":\"rcf-Latn-RE\",\"rej\":\"rej-Latn-ID\",\"rel\":\"rel-Latn-ZZ\",\"res\":\"res-Latn-ZZ\",\"rgn\":\"rgn-Latn-IT\",\"rhg\":\"rhg-Arab-ZZ\",\"ria\":\"ria-Latn-IN\",\"rif\":\"rif-Tfng-MA\",\"rif-NL\":\"rif-Latn-NL\",\"rjs\":\"rjs-Deva-NP\",\"rkt\":\"rkt-Beng-BD\",\"rm\":\"rm-Latn-CH\",\"rmf\":\"rmf-Latn-FI\",\"rmo\":\"rmo-Latn-CH\",\"rmt\":\"rmt-Arab-IR\",\"rmu\":\"rmu-Latn-SE\",\"rn\":\"rn-Latn-BI\",\"rna\":\"rna-Latn-ZZ\",\"rng\":\"rng-Latn-MZ\",\"ro\":\"ro-Latn-RO\",\"rob\":\"rob-Latn-ID\",\"rof\":\"rof-Latn-TZ\",\"roo\":\"roo-Latn-ZZ\",\"rro\":\"rro-Latn-ZZ\",\"rtm\":\"rtm-Latn-FJ\",\"ru\":\"ru-Cyrl-RU\",\"rue\":\"rue-Cyrl-UA\",\"rug\":\"rug-Latn-SB\",\"rw\":\"rw-Latn-RW\",\"rwk\":\"rwk-Latn-TZ\",\"rwo\":\"rwo-Latn-ZZ\",\"ryu\":\"ryu-Kana-JP\",\"sa\":\"sa-Deva-IN\",\"saf\":\"saf-Latn-GH\",\"sah\":\"sah-Cyrl-RU\",\"saq\":\"saq-Latn-KE\",\"sas\":\"sas-Latn-ID\",\"sat\":\"sat-Latn-IN\",\"sav\":\"sav-Latn-SN\",\"saz\":\"saz-Saur-IN\",\"sba\":\"sba-Latn-ZZ\",\"sbe\":\"sbe-Latn-ZZ\",\"sbp\":\"sbp-Latn-TZ\",\"sc\":\"sc-Latn-IT\",\"sck\":\"sck-Deva-IN\",\"scl\":\"scl-Arab-ZZ\",\"scn\":\"scn-Latn-IT\",\"sco\":\"sco-Latn-GB\",\"scs\":\"scs-Latn-CA\",\"sd\":\"sd-Arab-PK\",\"sd-Deva\":\"sd-Deva-IN\",\"sd-Khoj\":\"sd-Khoj-IN\",\"sd-Sind\":\"sd-Sind-IN\",\"sdc\":\"sdc-Latn-IT\",\"sdh\":\"sdh-Arab-IR\",\"se\":\"se-Latn-NO\",\"sef\":\"sef-Latn-CI\",\"seh\":\"seh-Latn-MZ\",\"sei\":\"sei-Latn-MX\",\"ses\":\"ses-Latn-ML\",\"sg\":\"sg-Latn-CF\",\"sga\":\"sga-Ogam-IE\",\"sgs\":\"sgs-Latn-LT\",\"sgw\":\"sgw-Ethi-ZZ\",\"sgz\":\"sgz-Latn-ZZ\",\"shi\":\"shi-Tfng-MA\",\"shk\":\"shk-Latn-ZZ\",\"shn\":\"shn-Mymr-MM\",\"shu\":\"shu-Arab-ZZ\",\"si\":\"si-Sinh-LK\",\"sid\":\"sid-Latn-ET\",\"sig\":\"sig-Latn-ZZ\",\"sil\":\"sil-Latn-ZZ\",\"sim\":\"sim-Latn-ZZ\",\"sjr\":\"sjr-Latn-ZZ\",\"sk\":\"sk-Latn-SK\",\"skc\":\"skc-Latn-ZZ\",\"skr\":\"skr-Arab-PK\",\"sks\":\"sks-Latn-ZZ\",\"sl\":\"sl-Latn-SI\",\"sld\":\"sld-Latn-ZZ\",\"sli\":\"sli-Latn-PL\",\"sll\":\"sll-Latn-ZZ\",\"sly\":\"sly-Latn-ID\",\"sm\":\"sm-Latn-WS\",\"sma\":\"sma-Latn-SE\",\"smj\":\"smj-Latn-SE\",\"smn\":\"smn-Latn-FI\",\"smp\":\"smp-Samr-IL\",\"smq\":\"smq-Latn-ZZ\",\"sms\":\"sms-Latn-FI\",\"sn\":\"sn-Latn-ZW\",\"snc\":\"snc-Latn-ZZ\",\"snk\":\"snk-Latn-ML\",\"snp\":\"snp-Latn-ZZ\",\"snx\":\"snx-Latn-ZZ\",\"sny\":\"sny-Latn-ZZ\",\"so\":\"so-Latn-SO\",\"sok\":\"sok-Latn-ZZ\",\"soq\":\"soq-Latn-ZZ\",\"sou\":\"sou-Thai-TH\",\"soy\":\"soy-Latn-ZZ\",\"spd\":\"spd-Latn-ZZ\",\"spl\":\"spl-Latn-ZZ\",\"sps\":\"sps-Latn-ZZ\",\"sq\":\"sq-Latn-AL\",\"sr\":\"sr-Cyrl-RS\",\"sr-ME\":\"sr-Latn-ME\",\"sr-RO\":\"sr-Latn-RO\",\"sr-RU\":\"sr-Latn-RU\",\"sr-TR\":\"sr-Latn-TR\",\"srb\":\"srb-Sora-IN\",\"srn\":\"srn-Latn-SR\",\"srr\":\"srr-Latn-SN\",\"srx\":\"srx-Deva-IN\",\"ss\":\"ss-Latn-ZA\",\"ssd\":\"ssd-Latn-ZZ\",\"ssg\":\"ssg-Latn-ZZ\",\"ssy\":\"ssy-Latn-ER\",\"st\":\"st-Latn-ZA\",\"stk\":\"stk-Latn-ZZ\",\"stq\":\"stq-Latn-DE\",\"su\":\"su-Latn-ID\",\"sua\":\"sua-Latn-ZZ\",\"sue\":\"sue-Latn-ZZ\",\"suk\":\"suk-Latn-TZ\",\"sur\":\"sur-Latn-ZZ\",\"sus\":\"sus-Latn-GN\",\"sv\":\"sv-Latn-SE\",\"sw\":\"sw-Latn-TZ\",\"swb\":\"swb-Arab-YT\",\"swc\":\"swc-Latn-CD\",\"swg\":\"swg-Latn-DE\",\"swp\":\"swp-Latn-ZZ\",\"swv\":\"swv-Deva-IN\",\"sxn\":\"sxn-Latn-ID\",\"sxw\":\"sxw-Latn-ZZ\",\"syl\":\"syl-Beng-BD\",\"syr\":\"syr-Syrc-IQ\",\"szl\":\"szl-Latn-PL\",\"ta\":\"ta-Taml-IN\",\"taj\":\"taj-Deva-NP\",\"tal\":\"tal-Latn-ZZ\",\"tan\":\"tan-Latn-ZZ\",\"taq\":\"taq-Latn-ZZ\",\"tbc\":\"tbc-Latn-ZZ\",\"tbd\":\"tbd-Latn-ZZ\",\"tbf\":\"tbf-Latn-ZZ\",\"tbg\":\"tbg-Latn-ZZ\",\"tbo\":\"tbo-Latn-ZZ\",\"tbw\":\"tbw-Latn-PH\",\"tbz\":\"tbz-Latn-ZZ\",\"tci\":\"tci-Latn-ZZ\",\"tcy\":\"tcy-Knda-IN\",\"tdd\":\"tdd-Tale-CN\",\"tdg\":\"tdg-Deva-NP\",\"tdh\":\"tdh-Deva-NP\",\"te\":\"te-Telu-IN\",\"ted\":\"ted-Latn-ZZ\",\"tem\":\"tem-Latn-SL\",\"teo\":\"teo-Latn-UG\",\"tet\":\"tet-Latn-TL\",\"tfi\":\"tfi-Latn-ZZ\",\"tg\":\"tg-Cyrl-TJ\",\"tg-Arab\":\"tg-Arab-PK\",\"tg-PK\":\"tg-Arab-PK\",\"tgc\":\"tgc-Latn-ZZ\",\"tgo\":\"tgo-Latn-ZZ\",\"tgu\":\"tgu-Latn-ZZ\",\"th\":\"th-Thai-TH\",\"thl\":\"thl-Deva-NP\",\"thq\":\"thq-Deva-NP\",\"thr\":\"thr-Deva-NP\",\"ti\":\"ti-Ethi-ET\",\"tif\":\"tif-Latn-ZZ\",\"tig\":\"tig-Ethi-ER\",\"tik\":\"tik-Latn-ZZ\",\"tim\":\"tim-Latn-ZZ\",\"tio\":\"tio-Latn-ZZ\",\"tiv\":\"tiv-Latn-NG\",\"tk\":\"tk-Latn-TM\",\"tkl\":\"tkl-Latn-TK\",\"tkr\":\"tkr-Latn-AZ\",\"tkt\":\"tkt-Deva-NP\",\"tl\":\"tl-Latn-PH\",\"tlf\":\"tlf-Latn-ZZ\",\"tlx\":\"tlx-Latn-ZZ\",\"tly\":\"tly-Latn-AZ\",\"tmh\":\"tmh-Latn-NE\",\"tmy\":\"tmy-Latn-ZZ\",\"tn\":\"tn-Latn-ZA\",\"tnh\":\"tnh-Latn-ZZ\",\"to\":\"to-Latn-TO\",\"tof\":\"tof-Latn-ZZ\",\"tog\":\"tog-Latn-MW\",\"toq\":\"toq-Latn-ZZ\",\"tpi\":\"tpi-Latn-PG\",\"tpm\":\"tpm-Latn-ZZ\",\"tpz\":\"tpz-Latn-ZZ\",\"tqo\":\"tqo-Latn-ZZ\",\"tr\":\"tr-Latn-TR\",\"tru\":\"tru-Latn-TR\",\"trv\":\"trv-Latn-TW\",\"trw\":\"trw-Arab-ZZ\",\"ts\":\"ts-Latn-ZA\",\"tsd\":\"tsd-Grek-GR\",\"tsf\":\"tsf-Deva-NP\",\"tsg\":\"tsg-Latn-PH\",\"tsj\":\"tsj-Tibt-BT\",\"tsw\":\"tsw-Latn-ZZ\",\"tt\":\"tt-Cyrl-RU\",\"ttd\":\"ttd-Latn-ZZ\",\"tte\":\"tte-Latn-ZZ\",\"ttj\":\"ttj-Latn-UG\",\"ttr\":\"ttr-Latn-ZZ\",\"tts\":\"tts-Thai-TH\",\"ttt\":\"ttt-Latn-AZ\",\"tuh\":\"tuh-Latn-ZZ\",\"tul\":\"tul-Latn-ZZ\",\"tum\":\"tum-Latn-MW\",\"tuq\":\"tuq-Latn-ZZ\",\"tvd\":\"tvd-Latn-ZZ\",\"tvl\":\"tvl-Latn-TV\",\"tvu\":\"tvu-Latn-ZZ\",\"twh\":\"twh-Latn-ZZ\",\"twq\":\"twq-Latn-NE\",\"txg\":\"txg-Tang-CN\",\"ty\":\"ty-Latn-PF\",\"tya\":\"tya-Latn-ZZ\",\"tyv\":\"tyv-Cyrl-RU\",\"tzm\":\"tzm-Latn-MA\",\"ubu\":\"ubu-Latn-ZZ\",\"udm\":\"udm-Cyrl-RU\",\"ug\":\"ug-Arab-CN\",\"ug-Cyrl\":\"ug-Cyrl-KZ\",\"ug-KZ\":\"ug-Cyrl-KZ\",\"ug-MN\":\"ug-Cyrl-MN\",\"uga\":\"uga-Ugar-SY\",\"uk\":\"uk-Cyrl-UA\",\"uli\":\"uli-Latn-FM\",\"umb\":\"umb-Latn-AO\",\"und\":\"en-Latn-US\",\"und-002\":\"en-Latn-NG\",\"und-003\":\"en-Latn-US\",\"und-005\":\"pt-Latn-BR\",\"und-009\":\"en-Latn-AU\",\"und-011\":\"en-Latn-NG\",\"und-013\":\"es-Latn-MX\",\"und-014\":\"sw-Latn-TZ\",\"und-015\":\"ar-Arab-EG\",\"und-017\":\"sw-Latn-CD\",\"und-018\":\"en-Latn-ZA\",\"und-019\":\"en-Latn-US\",\"und-021\":\"en-Latn-US\",\"und-029\":\"es-Latn-CU\",\"und-030\":\"zh-Hans-CN\",\"und-034\":\"hi-Deva-IN\",\"und-035\":\"id-Latn-ID\",\"und-039\":\"it-Latn-IT\",\"und-053\":\"en-Latn-AU\",\"und-054\":\"en-Latn-PG\",\"und-057\":\"en-Latn-GU\",\"und-061\":\"sm-Latn-WS\",\"und-142\":\"zh-Hans-CN\",\"und-143\":\"uz-Latn-UZ\",\"und-145\":\"ar-Arab-SA\",\"und-150\":\"ru-Cyrl-RU\",\"und-151\":\"ru-Cyrl-RU\",\"und-154\":\"en-Latn-GB\",\"und-155\":\"de-Latn-DE\",\"und-202\":\"en-Latn-NG\",\"und-419\":\"es-Latn-419\",\"und-AD\":\"ca-Latn-AD\",\"und-Adlm\":\"ff-Adlm-GN\",\"und-AE\":\"ar-Arab-AE\",\"und-AF\":\"fa-Arab-AF\",\"und-Aghb\":\"lez-Aghb-RU\",\"und-Ahom\":\"aho-Ahom-IN\",\"und-AL\":\"sq-Latn-AL\",\"und-AM\":\"hy-Armn-AM\",\"und-AO\":\"pt-Latn-AO\",\"und-AQ\":\"und-Latn-AQ\",\"und-AR\":\"es-Latn-AR\",\"und-Arab\":\"ar-Arab-EG\",\"und-Arab-CC\":\"ms-Arab-CC\",\"und-Arab-CN\":\"ug-Arab-CN\",\"und-Arab-GB\":\"ks-Arab-GB\",\"und-Arab-ID\":\"ms-Arab-ID\",\"und-Arab-IN\":\"ur-Arab-IN\",\"und-Arab-KH\":\"cja-Arab-KH\",\"und-Arab-MN\":\"kk-Arab-MN\",\"und-Arab-MU\":\"ur-Arab-MU\",\"und-Arab-NG\":\"ha-Arab-NG\",\"und-Arab-PK\":\"ur-Arab-PK\",\"und-Arab-TG\":\"apd-Arab-TG\",\"und-Arab-TH\":\"mfa-Arab-TH\",\"und-Arab-TJ\":\"fa-Arab-TJ\",\"und-Arab-TR\":\"az-Arab-TR\",\"und-Arab-YT\":\"swb-Arab-YT\",\"und-Armi\":\"arc-Armi-IR\",\"und-Armn\":\"hy-Armn-AM\",\"und-AS\":\"sm-Latn-AS\",\"und-AT\":\"de-Latn-AT\",\"und-Avst\":\"ae-Avst-IR\",\"und-AW\":\"nl-Latn-AW\",\"und-AX\":\"sv-Latn-AX\",\"und-AZ\":\"az-Latn-AZ\",\"und-BA\":\"bs-Latn-BA\",\"und-Bali\":\"ban-Bali-ID\",\"und-Bamu\":\"bax-Bamu-CM\",\"und-Bass\":\"bsq-Bass-LR\",\"und-Batk\":\"bbc-Batk-ID\",\"und-BD\":\"bn-Beng-BD\",\"und-BE\":\"nl-Latn-BE\",\"und-Beng\":\"bn-Beng-BD\",\"und-BF\":\"fr-Latn-BF\",\"und-BG\":\"bg-Cyrl-BG\",\"und-BH\":\"ar-Arab-BH\",\"und-Bhks\":\"sa-Bhks-IN\",\"und-BI\":\"rn-Latn-BI\",\"und-BJ\":\"fr-Latn-BJ\",\"und-BL\":\"fr-Latn-BL\",\"und-BN\":\"ms-Latn-BN\",\"und-BO\":\"es-Latn-BO\",\"und-Bopo\":\"zh-Bopo-TW\",\"und-BQ\":\"pap-Latn-BQ\",\"und-BR\":\"pt-Latn-BR\",\"und-Brah\":\"pka-Brah-IN\",\"und-Brai\":\"fr-Brai-FR\",\"und-BT\":\"dz-Tibt-BT\",\"und-Bugi\":\"bug-Bugi-ID\",\"und-Buhd\":\"bku-Buhd-PH\",\"und-BV\":\"und-Latn-BV\",\"und-BY\":\"be-Cyrl-BY\",\"und-Cakm\":\"ccp-Cakm-BD\",\"und-Cans\":\"cr-Cans-CA\",\"und-Cari\":\"xcr-Cari-TR\",\"und-CD\":\"sw-Latn-CD\",\"und-CF\":\"fr-Latn-CF\",\"und-CG\":\"fr-Latn-CG\",\"und-CH\":\"de-Latn-CH\",\"und-Cham\":\"cjm-Cham-VN\",\"und-Cher\":\"chr-Cher-US\",\"und-CI\":\"fr-Latn-CI\",\"und-CL\":\"es-Latn-CL\",\"und-CM\":\"fr-Latn-CM\",\"und-CN\":\"zh-Hans-CN\",\"und-CO\":\"es-Latn-CO\",\"und-Copt\":\"cop-Copt-EG\",\"und-CP\":\"und-Latn-CP\",\"und-Cprt\":\"grc-Cprt-CY\",\"und-CR\":\"es-Latn-CR\",\"und-CU\":\"es-Latn-CU\",\"und-CV\":\"pt-Latn-CV\",\"und-CW\":\"pap-Latn-CW\",\"und-CY\":\"el-Grek-CY\",\"und-Cyrl\":\"ru-Cyrl-RU\",\"und-Cyrl-AL\":\"mk-Cyrl-AL\",\"und-Cyrl-BA\":\"sr-Cyrl-BA\",\"und-Cyrl-GE\":\"ab-Cyrl-GE\",\"und-Cyrl-GR\":\"mk-Cyrl-GR\",\"und-Cyrl-MD\":\"uk-Cyrl-MD\",\"und-Cyrl-RO\":\"bg-Cyrl-RO\",\"und-Cyrl-SK\":\"uk-Cyrl-SK\",\"und-Cyrl-TR\":\"kbd-Cyrl-TR\",\"und-Cyrl-XK\":\"sr-Cyrl-XK\",\"und-CZ\":\"cs-Latn-CZ\",\"und-DE\":\"de-Latn-DE\",\"und-Deva\":\"hi-Deva-IN\",\"und-Deva-BT\":\"ne-Deva-BT\",\"und-Deva-FJ\":\"hif-Deva-FJ\",\"und-Deva-MU\":\"bho-Deva-MU\",\"und-Deva-PK\":\"btv-Deva-PK\",\"und-DJ\":\"aa-Latn-DJ\",\"und-DK\":\"da-Latn-DK\",\"und-DO\":\"es-Latn-DO\",\"und-Dupl\":\"fr-Dupl-FR\",\"und-DZ\":\"ar-Arab-DZ\",\"und-EA\":\"es-Latn-EA\",\"und-EC\":\"es-Latn-EC\",\"und-EE\":\"et-Latn-EE\",\"und-EG\":\"ar-Arab-EG\",\"und-Egyp\":\"egy-Egyp-EG\",\"und-EH\":\"ar-Arab-EH\",\"und-Elba\":\"sq-Elba-AL\",\"und-ER\":\"ti-Ethi-ER\",\"und-ES\":\"es-Latn-ES\",\"und-ET\":\"am-Ethi-ET\",\"und-Ethi\":\"am-Ethi-ET\",\"und-EU\":\"en-Latn-GB\",\"und-EZ\":\"de-Latn-EZ\",\"und-FI\":\"fi-Latn-FI\",\"und-FO\":\"fo-Latn-FO\",\"und-FR\":\"fr-Latn-FR\",\"und-GA\":\"fr-Latn-GA\",\"und-GE\":\"ka-Geor-GE\",\"und-Geor\":\"ka-Geor-GE\",\"und-GF\":\"fr-Latn-GF\",\"und-GH\":\"ak-Latn-GH\",\"und-GL\":\"kl-Latn-GL\",\"und-Glag\":\"cu-Glag-BG\",\"und-GN\":\"fr-Latn-GN\",\"und-Gonm\":\"gon-Gonm-IN\",\"und-Goth\":\"got-Goth-UA\",\"und-GP\":\"fr-Latn-GP\",\"und-GQ\":\"es-Latn-GQ\",\"und-GR\":\"el-Grek-GR\",\"und-Gran\":\"sa-Gran-IN\",\"und-Grek\":\"el-Grek-GR\",\"und-Grek-TR\":\"bgx-Grek-TR\",\"und-GS\":\"und-Latn-GS\",\"und-GT\":\"es-Latn-GT\",\"und-Gujr\":\"gu-Gujr-IN\",\"und-Guru\":\"pa-Guru-IN\",\"und-GW\":\"pt-Latn-GW\",\"und-Hanb\":\"zh-Hanb-TW\",\"und-Hang\":\"ko-Hang-KR\",\"und-Hani\":\"zh-Hani-CN\",\"und-Hano\":\"hnn-Hano-PH\",\"und-Hans\":\"zh-Hans-CN\",\"und-Hant\":\"zh-Hant-TW\",\"und-Hatr\":\"mis-Hatr-IQ\",\"und-Hebr\":\"he-Hebr-IL\",\"und-Hebr-CA\":\"yi-Hebr-CA\",\"und-Hebr-GB\":\"yi-Hebr-GB\",\"und-Hebr-SE\":\"yi-Hebr-SE\",\"und-Hebr-UA\":\"yi-Hebr-UA\",\"und-Hebr-US\":\"yi-Hebr-US\",\"und-Hira\":\"ja-Hira-JP\",\"und-HK\":\"zh-Hant-HK\",\"und-Hluw\":\"hlu-Hluw-TR\",\"und-HM\":\"und-Latn-HM\",\"und-Hmng\":\"hnj-Hmng-LA\",\"und-HN\":\"es-Latn-HN\",\"und-HR\":\"hr-Latn-HR\",\"und-HT\":\"ht-Latn-HT\",\"und-HU\":\"hu-Latn-HU\",\"und-Hung\":\"hu-Hung-HU\",\"und-IC\":\"es-Latn-IC\",\"und-ID\":\"id-Latn-ID\",\"und-IL\":\"he-Hebr-IL\",\"und-IN\":\"hi-Deva-IN\",\"und-IQ\":\"ar-Arab-IQ\",\"und-IR\":\"fa-Arab-IR\",\"und-IS\":\"is-Latn-IS\",\"und-IT\":\"it-Latn-IT\",\"und-Ital\":\"ett-Ital-IT\",\"und-Jamo\":\"ko-Jamo-KR\",\"und-Java\":\"jv-Java-ID\",\"und-JO\":\"ar-Arab-JO\",\"und-JP\":\"ja-Jpan-JP\",\"und-Jpan\":\"ja-Jpan-JP\",\"und-Kali\":\"eky-Kali-MM\",\"und-Kana\":\"ja-Kana-JP\",\"und-KE\":\"sw-Latn-KE\",\"und-KG\":\"ky-Cyrl-KG\",\"und-KH\":\"km-Khmr-KH\",\"und-Khar\":\"pra-Khar-PK\",\"und-Khmr\":\"km-Khmr-KH\",\"und-Khoj\":\"sd-Khoj-IN\",\"und-KM\":\"ar-Arab-KM\",\"und-Knda\":\"kn-Knda-IN\",\"und-Kore\":\"ko-Kore-KR\",\"und-KP\":\"ko-Kore-KP\",\"und-KR\":\"ko-Kore-KR\",\"und-Kthi\":\"bho-Kthi-IN\",\"und-KW\":\"ar-Arab-KW\",\"und-KZ\":\"ru-Cyrl-KZ\",\"und-LA\":\"lo-Laoo-LA\",\"und-Lana\":\"nod-Lana-TH\",\"und-Laoo\":\"lo-Laoo-LA\",\"und-Latn-AF\":\"tk-Latn-AF\",\"und-Latn-AM\":\"ku-Latn-AM\",\"und-Latn-CN\":\"za-Latn-CN\",\"und-Latn-CY\":\"tr-Latn-CY\",\"und-Latn-DZ\":\"fr-Latn-DZ\",\"und-Latn-ET\":\"en-Latn-ET\",\"und-Latn-GE\":\"ku-Latn-GE\",\"und-Latn-IR\":\"tk-Latn-IR\",\"und-Latn-KM\":\"fr-Latn-KM\",\"und-Latn-MA\":\"fr-Latn-MA\",\"und-Latn-MK\":\"sq-Latn-MK\",\"und-Latn-MM\":\"kac-Latn-MM\",\"und-Latn-MO\":\"pt-Latn-MO\",\"und-Latn-MR\":\"fr-Latn-MR\",\"und-Latn-RU\":\"krl-Latn-RU\",\"und-Latn-SY\":\"fr-Latn-SY\",\"und-Latn-TN\":\"fr-Latn-TN\",\"und-Latn-TW\":\"trv-Latn-TW\",\"und-Latn-UA\":\"pl-Latn-UA\",\"und-LB\":\"ar-Arab-LB\",\"und-Lepc\":\"lep-Lepc-IN\",\"und-LI\":\"de-Latn-LI\",\"und-Limb\":\"lif-Limb-IN\",\"und-Lina\":\"lab-Lina-GR\",\"und-Linb\":\"grc-Linb-GR\",\"und-Lisu\":\"lis-Lisu-CN\",\"und-LK\":\"si-Sinh-LK\",\"und-LS\":\"st-Latn-LS\",\"und-LT\":\"lt-Latn-LT\",\"und-LU\":\"fr-Latn-LU\",\"und-LV\":\"lv-Latn-LV\",\"und-LY\":\"ar-Arab-LY\",\"und-Lyci\":\"xlc-Lyci-TR\",\"und-Lydi\":\"xld-Lydi-TR\",\"und-MA\":\"ar-Arab-MA\",\"und-Mahj\":\"hi-Mahj-IN\",\"und-Mand\":\"myz-Mand-IR\",\"und-Mani\":\"xmn-Mani-CN\",\"und-Marc\":\"bo-Marc-CN\",\"und-MC\":\"fr-Latn-MC\",\"und-MD\":\"ro-Latn-MD\",\"und-ME\":\"sr-Latn-ME\",\"und-Mend\":\"men-Mend-SL\",\"und-Merc\":\"xmr-Merc-SD\",\"und-Mero\":\"xmr-Mero-SD\",\"und-MF\":\"fr-Latn-MF\",\"und-MG\":\"mg-Latn-MG\",\"und-MK\":\"mk-Cyrl-MK\",\"und-ML\":\"bm-Latn-ML\",\"und-Mlym\":\"ml-Mlym-IN\",\"und-MM\":\"my-Mymr-MM\",\"und-MN\":\"mn-Cyrl-MN\",\"und-MO\":\"zh-Hant-MO\",\"und-Modi\":\"mr-Modi-IN\",\"und-Mong\":\"mn-Mong-CN\",\"und-MQ\":\"fr-Latn-MQ\",\"und-MR\":\"ar-Arab-MR\",\"und-Mroo\":\"mro-Mroo-BD\",\"und-MT\":\"mt-Latn-MT\",\"und-Mtei\":\"mni-Mtei-IN\",\"und-MU\":\"mfe-Latn-MU\",\"und-Mult\":\"skr-Mult-PK\",\"und-MV\":\"dv-Thaa-MV\",\"und-MX\":\"es-Latn-MX\",\"und-MY\":\"ms-Latn-MY\",\"und-Mymr\":\"my-Mymr-MM\",\"und-Mymr-IN\":\"kht-Mymr-IN\",\"und-Mymr-TH\":\"mnw-Mymr-TH\",\"und-MZ\":\"pt-Latn-MZ\",\"und-NA\":\"af-Latn-NA\",\"und-Narb\":\"xna-Narb-SA\",\"und-Nbat\":\"arc-Nbat-JO\",\"und-NC\":\"fr-Latn-NC\",\"und-NE\":\"ha-Latn-NE\",\"und-Newa\":\"new-Newa-NP\",\"und-NI\":\"es-Latn-NI\",\"und-Nkoo\":\"man-Nkoo-GN\",\"und-NL\":\"nl-Latn-NL\",\"und-NO\":\"nb-Latn-NO\",\"und-NP\":\"ne-Deva-NP\",\"und-Nshu\":\"zhx-Nshu-CN\",\"und-Ogam\":\"sga-Ogam-IE\",\"und-Olck\":\"sat-Olck-IN\",\"und-OM\":\"ar-Arab-OM\",\"und-Orkh\":\"otk-Orkh-MN\",\"und-Orya\":\"or-Orya-IN\",\"und-Osge\":\"osa-Osge-US\",\"und-Osma\":\"so-Osma-SO\",\"und-PA\":\"es-Latn-PA\",\"und-Palm\":\"arc-Palm-SY\",\"und-Pauc\":\"ctd-Pauc-MM\",\"und-PE\":\"es-Latn-PE\",\"und-Perm\":\"kv-Perm-RU\",\"und-PF\":\"fr-Latn-PF\",\"und-PG\":\"tpi-Latn-PG\",\"und-PH\":\"fil-Latn-PH\",\"und-Phag\":\"lzh-Phag-CN\",\"und-Phli\":\"pal-Phli-IR\",\"und-Phlp\":\"pal-Phlp-CN\",\"und-Phnx\":\"phn-Phnx-LB\",\"und-PK\":\"ur-Arab-PK\",\"und-PL\":\"pl-Latn-PL\",\"und-Plrd\":\"hmd-Plrd-CN\",\"und-PM\":\"fr-Latn-PM\",\"und-PR\":\"es-Latn-PR\",\"und-Prti\":\"xpr-Prti-IR\",\"und-PS\":\"ar-Arab-PS\",\"und-PT\":\"pt-Latn-PT\",\"und-PW\":\"pau-Latn-PW\",\"und-PY\":\"gn-Latn-PY\",\"und-QA\":\"ar-Arab-QA\",\"und-QO\":\"en-Latn-IO\",\"und-RE\":\"fr-Latn-RE\",\"und-Rjng\":\"rej-Rjng-ID\",\"und-RO\":\"ro-Latn-RO\",\"und-RS\":\"sr-Cyrl-RS\",\"und-RU\":\"ru-Cyrl-RU\",\"und-Runr\":\"non-Runr-SE\",\"und-RW\":\"rw-Latn-RW\",\"und-SA\":\"ar-Arab-SA\",\"und-Samr\":\"smp-Samr-IL\",\"und-Sarb\":\"xsa-Sarb-YE\",\"und-Saur\":\"saz-Saur-IN\",\"und-SC\":\"fr-Latn-SC\",\"und-SD\":\"ar-Arab-SD\",\"und-SE\":\"sv-Latn-SE\",\"und-Sgnw\":\"ase-Sgnw-US\",\"und-Shaw\":\"en-Shaw-GB\",\"und-Shrd\":\"sa-Shrd-IN\",\"und-SI\":\"sl-Latn-SI\",\"und-Sidd\":\"sa-Sidd-IN\",\"und-Sind\":\"sd-Sind-IN\",\"und-Sinh\":\"si-Sinh-LK\",\"und-SJ\":\"nb-Latn-SJ\",\"und-SK\":\"sk-Latn-SK\",\"und-SM\":\"it-Latn-SM\",\"und-SN\":\"fr-Latn-SN\",\"und-SO\":\"so-Latn-SO\",\"und-Sora\":\"srb-Sora-IN\",\"und-Soyo\":\"cmg-Soyo-MN\",\"und-SR\":\"nl-Latn-SR\",\"und-ST\":\"pt-Latn-ST\",\"und-Sund\":\"su-Sund-ID\",\"und-SV\":\"es-Latn-SV\",\"und-SY\":\"ar-Arab-SY\",\"und-Sylo\":\"syl-Sylo-BD\",\"und-Syrc\":\"syr-Syrc-IQ\",\"und-Tagb\":\"tbw-Tagb-PH\",\"und-Takr\":\"doi-Takr-IN\",\"und-Tale\":\"tdd-Tale-CN\",\"und-Talu\":\"khb-Talu-CN\",\"und-Taml\":\"ta-Taml-IN\",\"und-Tang\":\"txg-Tang-CN\",\"und-Tavt\":\"blt-Tavt-VN\",\"und-TD\":\"fr-Latn-TD\",\"und-Telu\":\"te-Telu-IN\",\"und-TF\":\"fr-Latn-TF\",\"und-Tfng\":\"zgh-Tfng-MA\",\"und-TG\":\"fr-Latn-TG\",\"und-Tglg\":\"fil-Tglg-PH\",\"und-TH\":\"th-Thai-TH\",\"und-Thaa\":\"dv-Thaa-MV\",\"und-Thai\":\"th-Thai-TH\",\"und-Thai-CN\":\"lcp-Thai-CN\",\"und-Thai-KH\":\"kdt-Thai-KH\",\"und-Thai-LA\":\"kdt-Thai-LA\",\"und-Tibt\":\"bo-Tibt-CN\",\"und-Tirh\":\"mai-Tirh-IN\",\"und-TJ\":\"tg-Cyrl-TJ\",\"und-TK\":\"tkl-Latn-TK\",\"und-TL\":\"pt-Latn-TL\",\"und-TM\":\"tk-Latn-TM\",\"und-TN\":\"ar-Arab-TN\",\"und-TO\":\"to-Latn-TO\",\"und-TR\":\"tr-Latn-TR\",\"und-TV\":\"tvl-Latn-TV\",\"und-TW\":\"zh-Hant-TW\",\"und-TZ\":\"sw-Latn-TZ\",\"und-UA\":\"uk-Cyrl-UA\",\"und-UG\":\"sw-Latn-UG\",\"und-Ugar\":\"uga-Ugar-SY\",\"und-UY\":\"es-Latn-UY\",\"und-UZ\":\"uz-Latn-UZ\",\"und-VA\":\"it-Latn-VA\",\"und-Vaii\":\"vai-Vaii-LR\",\"und-VE\":\"es-Latn-VE\",\"und-VN\":\"vi-Latn-VN\",\"und-VU\":\"bi-Latn-VU\",\"und-Wara\":\"hoc-Wara-IN\",\"und-WF\":\"fr-Latn-WF\",\"und-WS\":\"sm-Latn-WS\",\"und-XK\":\"sq-Latn-XK\",\"und-Xpeo\":\"peo-Xpeo-IR\",\"und-Xsux\":\"akk-Xsux-IQ\",\"und-YE\":\"ar-Arab-YE\",\"und-Yiii\":\"ii-Yiii-CN\",\"und-YT\":\"fr-Latn-YT\",\"und-Zanb\":\"cmg-Zanb-MN\",\"und-ZW\":\"sn-Latn-ZW\",\"unr\":\"unr-Beng-IN\",\"unr-Deva\":\"unr-Deva-NP\",\"unr-NP\":\"unr-Deva-NP\",\"unx\":\"unx-Beng-IN\",\"ur\":\"ur-Arab-PK\",\"uri\":\"uri-Latn-ZZ\",\"urt\":\"urt-Latn-ZZ\",\"urw\":\"urw-Latn-ZZ\",\"usa\":\"usa-Latn-ZZ\",\"utr\":\"utr-Latn-ZZ\",\"uvh\":\"uvh-Latn-ZZ\",\"uvl\":\"uvl-Latn-ZZ\",\"uz\":\"uz-Latn-UZ\",\"uz-AF\":\"uz-Arab-AF\",\"uz-Arab\":\"uz-Arab-AF\",\"uz-CN\":\"uz-Cyrl-CN\",\"vag\":\"vag-Latn-ZZ\",\"vai\":\"vai-Vaii-LR\",\"van\":\"van-Latn-ZZ\",\"ve\":\"ve-Latn-ZA\",\"vec\":\"vec-Latn-IT\",\"vep\":\"vep-Latn-RU\",\"vi\":\"vi-Latn-VN\",\"vic\":\"vic-Latn-SX\",\"viv\":\"viv-Latn-ZZ\",\"vls\":\"vls-Latn-BE\",\"vmf\":\"vmf-Latn-DE\",\"vmw\":\"vmw-Latn-MZ\",\"vo\":\"vo-Latn-001\",\"vot\":\"vot-Latn-RU\",\"vro\":\"vro-Latn-EE\",\"vun\":\"vun-Latn-TZ\",\"vut\":\"vut-Latn-ZZ\",\"wa\":\"wa-Latn-BE\",\"wae\":\"wae-Latn-CH\",\"waj\":\"waj-Latn-ZZ\",\"wal\":\"wal-Ethi-ET\",\"wan\":\"wan-Latn-ZZ\",\"war\":\"war-Latn-PH\",\"wbp\":\"wbp-Latn-AU\",\"wbq\":\"wbq-Telu-IN\",\"wbr\":\"wbr-Deva-IN\",\"wci\":\"wci-Latn-ZZ\",\"wer\":\"wer-Latn-ZZ\",\"wgi\":\"wgi-Latn-ZZ\",\"whg\":\"whg-Latn-ZZ\",\"wib\":\"wib-Latn-ZZ\",\"wiu\":\"wiu-Latn-ZZ\",\"wiv\":\"wiv-Latn-ZZ\",\"wja\":\"wja-Latn-ZZ\",\"wji\":\"wji-Latn-ZZ\",\"wls\":\"wls-Latn-WF\",\"wmo\":\"wmo-Latn-ZZ\",\"wnc\":\"wnc-Latn-ZZ\",\"wni\":\"wni-Arab-KM\",\"wnu\":\"wnu-Latn-ZZ\",\"wo\":\"wo-Latn-SN\",\"wob\":\"wob-Latn-ZZ\",\"wos\":\"wos-Latn-ZZ\",\"wrs\":\"wrs-Latn-ZZ\",\"wsk\":\"wsk-Latn-ZZ\",\"wtm\":\"wtm-Deva-IN\",\"wuu\":\"wuu-Hans-CN\",\"wuv\":\"wuv-Latn-ZZ\",\"wwa\":\"wwa-Latn-ZZ\",\"xav\":\"xav-Latn-BR\",\"xbi\":\"xbi-Latn-ZZ\",\"xcr\":\"xcr-Cari-TR\",\"xes\":\"xes-Latn-ZZ\",\"xh\":\"xh-Latn-ZA\",\"xla\":\"xla-Latn-ZZ\",\"xlc\":\"xlc-Lyci-TR\",\"xld\":\"xld-Lydi-TR\",\"xmf\":\"xmf-Geor-GE\",\"xmn\":\"xmn-Mani-CN\",\"xmr\":\"xmr-Merc-SD\",\"xna\":\"xna-Narb-SA\",\"xnr\":\"xnr-Deva-IN\",\"xog\":\"xog-Latn-UG\",\"xon\":\"xon-Latn-ZZ\",\"xpr\":\"xpr-Prti-IR\",\"xrb\":\"xrb-Latn-ZZ\",\"xsa\":\"xsa-Sarb-YE\",\"xsi\":\"xsi-Latn-ZZ\",\"xsm\":\"xsm-Latn-ZZ\",\"xsr\":\"xsr-Deva-NP\",\"xwe\":\"xwe-Latn-ZZ\",\"yam\":\"yam-Latn-ZZ\",\"yao\":\"yao-Latn-MZ\",\"yap\":\"yap-Latn-FM\",\"yas\":\"yas-Latn-ZZ\",\"yat\":\"yat-Latn-ZZ\",\"yav\":\"yav-Latn-CM\",\"yay\":\"yay-Latn-ZZ\",\"yaz\":\"yaz-Latn-ZZ\",\"yba\":\"yba-Latn-ZZ\",\"ybb\":\"ybb-Latn-CM\",\"yby\":\"yby-Latn-ZZ\",\"yer\":\"yer-Latn-ZZ\",\"ygr\":\"ygr-Latn-ZZ\",\"ygw\":\"ygw-Latn-ZZ\",\"yi\":\"yi-Hebr-001\",\"yko\":\"yko-Latn-ZZ\",\"yle\":\"yle-Latn-ZZ\",\"ylg\":\"ylg-Latn-ZZ\",\"yll\":\"yll-Latn-ZZ\",\"yml\":\"yml-Latn-ZZ\",\"yo\":\"yo-Latn-NG\",\"yon\":\"yon-Latn-ZZ\",\"yrb\":\"yrb-Latn-ZZ\",\"yre\":\"yre-Latn-ZZ\",\"yrl\":\"yrl-Latn-BR\",\"yss\":\"yss-Latn-ZZ\",\"yua\":\"yua-Latn-MX\",\"yue\":\"yue-Hant-HK\",\"yue-CN\":\"yue-Hans-CN\",\"yue-Hans\":\"yue-Hans-CN\",\"yuj\":\"yuj-Latn-ZZ\",\"yut\":\"yut-Latn-ZZ\",\"yuw\":\"yuw-Latn-ZZ\",\"za\":\"za-Latn-CN\",\"zag\":\"zag-Latn-SD\",\"zdj\":\"zdj-Arab-KM\",\"zea\":\"zea-Latn-NL\",\"zgh\":\"zgh-Tfng-MA\",\"zh\":\"zh-Hans-CN\",\"zh-AU\":\"zh-Hant-AU\",\"zh-BN\":\"zh-Hant-BN\",\"zh-Bopo\":\"zh-Bopo-TW\",\"zh-GB\":\"zh-Hant-GB\",\"zh-GF\":\"zh-Hant-GF\",\"zh-Hanb\":\"zh-Hanb-TW\",\"zh-Hant\":\"zh-Hant-TW\",\"zh-HK\":\"zh-Hant-HK\",\"zh-ID\":\"zh-Hant-ID\",\"zh-MO\":\"zh-Hant-MO\",\"zh-MY\":\"zh-Hant-MY\",\"zh-PA\":\"zh-Hant-PA\",\"zh-PF\":\"zh-Hant-PF\",\"zh-PH\":\"zh-Hant-PH\",\"zh-SR\":\"zh-Hant-SR\",\"zh-TH\":\"zh-Hant-TH\",\"zh-TW\":\"zh-Hant-TW\",\"zh-US\":\"zh-Hant-US\",\"zh-VN\":\"zh-Hant-VN\",\"zhx\":\"zhx-Nshu-CN\",\"zia\":\"zia-Latn-ZZ\",\"zlm\":\"zlm-Latn-TG\",\"zmi\":\"zmi-Latn-MY\",\"zne\":\"zne-Latn-ZZ\",\"zu\":\"zu-Latn-ZA\",\"zza\":\"zza-Latn-TR\"},\"timeData\":{\"AX\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"BQ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"CP\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"CZ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"DK\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"FI\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"ID\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"IS\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"ML\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"NE\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"RU\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SE\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SJ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SK\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"AS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"BT\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"DJ\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"ER\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"GH\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"IN\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"LS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"PG\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"PW\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"SO\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"TO\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"VU\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"WS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"001\":{\"_allowed\":\"H h\",\"_preferred\":\"H\"},\"AL\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"fr_CA\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"TD\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"ca_ES\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CM\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"gl_ES\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"LU\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"NP\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"PF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"SC\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"SN\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"TF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CY\":{\"_allowed\":\"h H hb hB\",\"_preferred\":\"h\"},\"GR\":{\"_allowed\":\"h H hb hB\",\"_preferred\":\"h\"},\"CO\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"DO\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"KP\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"KR\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"NA\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"PA\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"PR\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"VE\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"AC\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"AI\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"BW\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"BZ\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CC\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CX\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"DG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"FK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GB\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GI\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IE\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IM\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IO\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"JE\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"LT\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MN\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MS\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NF\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NR\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NU\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"PN\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"SH\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"SX\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"TA\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"ZA\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"af_ZA\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"KG\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"KM\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"LK\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"MA\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"JP\":{\"_allowed\":\"H h K\",\"_preferred\":\"H\"},\"AD\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AO\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AW\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BJ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CG\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CI\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CV\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"DE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"EE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"FR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GA\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GN\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GP\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GW\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"HR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"IL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"IT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"KZ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MC\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MD\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MQ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MZ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"NC\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"NL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"PM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"PT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"RE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"RO\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SI\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"ST\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"TG\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"TR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"WF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"YT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BD\":{\"_allowed\":\"h hB H\",\"_preferred\":\"h\"},\"PK\":{\"_allowed\":\"h hB H\",\"_preferred\":\"h\"},\"AZ\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"BA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"BG\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"CH\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"GE\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"LI\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"ME\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"RS\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"UA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"UZ\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"VA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"XK\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"AG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"AU\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BB\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BS\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"CA\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"DM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"FJ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"FM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GD\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GU\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GY\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"JM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KI\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KN\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KY\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"LC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"LR\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MH\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MP\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MW\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"NZ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SB\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SL\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SS\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SZ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"TC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"TT\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"UM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"US\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VI\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"ZM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"AR\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"BO\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CL\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CR\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CU\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"EA\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"EC\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"ES\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"GQ\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"GT\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"HN\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"IC\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"MX\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"NI\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"PE\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"SV\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"UY\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"AE\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"BH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"DZ\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"EG\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"EH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"IQ\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"JO\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"KW\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"LB\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"LY\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"MR\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"OM\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"PH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"PS\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"QA\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SA\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SD\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SY\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"TN\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"YE\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"AF\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"IR\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"LA\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"LV\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"TL\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"zu_ZA\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"CD\":{\"_allowed\":\"hB H\",\"_preferred\":\"H\"},\"kn_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"ml_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"te_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"KH\":{\"_allowed\":\"hB h H hb\",\"_preferred\":\"h\"},\"ta_IN\":{\"_allowed\":\"hB h hb H\",\"_preferred\":\"h\"},\"BN\":{\"_allowed\":\"hb hB H h\",\"_preferred\":\"h\"},\"MY\":{\"_allowed\":\"hb hB H h\",\"_preferred\":\"h\"},\"ET\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"gu_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"mr_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"pa_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"KE\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"MM\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"TZ\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"UG\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"CN\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"HK\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"MO\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"TW\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"}},\"weekData\":{\"minDays\":{\"001\":\"1\",\"AD\":\"4\",\"AN\":\"4\",\"AT\":\"4\",\"AX\":\"4\",\"BE\":\"4\",\"BG\":\"4\",\"CH\":\"4\",\"CZ\":\"4\",\"DE\":\"4\",\"DK\":\"4\",\"EE\":\"4\",\"ES\":\"4\",\"FI\":\"4\",\"FJ\":\"4\",\"FO\":\"4\",\"FR\":\"4\",\"GB\":\"4\",\"GF\":\"4\",\"GG\":\"4\",\"GI\":\"4\",\"GP\":\"4\",\"GR\":\"4\",\"GU\":\"1\",\"HU\":\"4\",\"IE\":\"4\",\"IM\":\"4\",\"IS\":\"4\",\"IT\":\"4\",\"JE\":\"4\",\"LI\":\"4\",\"LT\":\"4\",\"LU\":\"4\",\"MC\":\"4\",\"MQ\":\"4\",\"NL\":\"4\",\"NO\":\"4\",\"PL\":\"4\",\"PT\":\"4\",\"RE\":\"4\",\"RU\":\"4\",\"SE\":\"4\",\"SJ\":\"4\",\"SK\":\"4\",\"SM\":\"4\",\"UM\":\"1\",\"US\":\"1\",\"VA\":\"4\",\"VI\":\"1\"},\"firstDay\":{\"001\":\"mon\",\"AD\":\"mon\",\"AE\":\"sat\",\"AF\":\"sat\",\"AG\":\"sun\",\"AI\":\"mon\",\"AL\":\"mon\",\"AM\":\"mon\",\"AN\":\"mon\",\"AR\":\"sun\",\"AS\":\"sun\",\"AT\":\"mon\",\"AU\":\"sun\",\"AX\":\"mon\",\"AZ\":\"mon\",\"BA\":\"mon\",\"BD\":\"fri\",\"BE\":\"mon\",\"BG\":\"mon\",\"BH\":\"sat\",\"BM\":\"mon\",\"BN\":\"mon\",\"BR\":\"sun\",\"BS\":\"sun\",\"BT\":\"sun\",\"BW\":\"sun\",\"BY\":\"mon\",\"BZ\":\"sun\",\"CA\":\"sun\",\"CH\":\"mon\",\"CL\":\"mon\",\"CM\":\"mon\",\"CN\":\"sun\",\"CO\":\"sun\",\"CR\":\"mon\",\"CY\":\"mon\",\"CZ\":\"mon\",\"DE\":\"mon\",\"DJ\":\"sat\",\"DK\":\"mon\",\"DM\":\"sun\",\"DO\":\"sun\",\"DZ\":\"sat\",\"EC\":\"mon\",\"EE\":\"mon\",\"EG\":\"sat\",\"ES\":\"mon\",\"ET\":\"sun\",\"FI\":\"mon\",\"FJ\":\"mon\",\"FO\":\"mon\",\"FR\":\"mon\",\"GB\":\"mon\",\"GB-alt-variant\":\"sun\",\"GE\":\"mon\",\"GF\":\"mon\",\"GP\":\"mon\",\"GR\":\"mon\",\"GT\":\"sun\",\"GU\":\"sun\",\"HK\":\"sun\",\"HN\":\"sun\",\"HR\":\"mon\",\"HU\":\"mon\",\"ID\":\"sun\",\"IE\":\"sun\",\"IL\":\"sun\",\"IN\":\"sun\",\"IQ\":\"sat\",\"IR\":\"sat\",\"IS\":\"mon\",\"IT\":\"mon\",\"JM\":\"sun\",\"JO\":\"sat\",\"JP\":\"sun\",\"KE\":\"sun\",\"KG\":\"mon\",\"KH\":\"sun\",\"KR\":\"sun\",\"KW\":\"sat\",\"KZ\":\"mon\",\"LA\":\"sun\",\"LB\":\"mon\",\"LI\":\"mon\",\"LK\":\"mon\",\"LT\":\"mon\",\"LU\":\"mon\",\"LV\":\"mon\",\"LY\":\"sat\",\"MA\":\"sat\",\"MC\":\"mon\",\"MD\":\"mon\",\"ME\":\"mon\",\"MH\":\"sun\",\"MK\":\"mon\",\"MM\":\"sun\",\"MN\":\"mon\",\"MO\":\"sun\",\"MQ\":\"mon\",\"MT\":\"sun\",\"MV\":\"fri\",\"MX\":\"sun\",\"MY\":\"mon\",\"MZ\":\"sun\",\"NI\":\"sun\",\"NL\":\"mon\",\"NO\":\"mon\",\"NP\":\"sun\",\"NZ\":\"mon\",\"OM\":\"sat\",\"PA\":\"sun\",\"PE\":\"sun\",\"PH\":\"sun\",\"PK\":\"sun\",\"PL\":\"mon\",\"PR\":\"sun\",\"PT\":\"mon\",\"PY\":\"sun\",\"QA\":\"sat\",\"RE\":\"mon\",\"RO\":\"mon\",\"RS\":\"mon\",\"RU\":\"mon\",\"SA\":\"sun\",\"SD\":\"sat\",\"SE\":\"mon\",\"SG\":\"sun\",\"SI\":\"mon\",\"SK\":\"mon\",\"SM\":\"mon\",\"SV\":\"sun\",\"SY\":\"sat\",\"TH\":\"sun\",\"TJ\":\"mon\",\"TM\":\"mon\",\"TN\":\"sun\",\"TR\":\"mon\",\"TT\":\"sun\",\"TW\":\"sun\",\"UA\":\"mon\",\"UM\":\"sun\",\"US\":\"sun\",\"UY\":\"mon\",\"UZ\":\"mon\",\"VA\":\"mon\",\"VE\":\"sun\",\"VI\":\"sun\",\"VN\":\"mon\",\"WS\":\"sun\",\"XK\":\"mon\",\"YE\":\"sun\",\"ZA\":\"sun\",\"ZW\":\"sun\"},\"weekendStart\":{\"001\":\"sat\",\"AE\":\"fri\",\"AF\":\"thu\",\"BH\":\"fri\",\"DZ\":\"fri\",\"EG\":\"fri\",\"IL\":\"fri\",\"IN\":\"sun\",\"IQ\":\"fri\",\"IR\":\"fri\",\"JO\":\"fri\",\"KW\":\"fri\",\"LY\":\"fri\",\"MA\":\"fri\",\"OM\":\"fri\",\"QA\":\"fri\",\"SA\":\"fri\",\"SD\":\"fri\",\"SY\":\"fri\",\"TN\":\"fri\",\"YE\":\"fri\"},\"weekendEnd\":{\"001\":\"sun\",\"AE\":\"sat\",\"AF\":\"fri\",\"BH\":\"sat\",\"DZ\":\"sat\",\"EG\":\"sat\",\"IL\":\"sat\",\"IQ\":\"sat\",\"IR\":\"fri\",\"JO\":\"sat\",\"KW\":\"sat\",\"LY\":\"sat\",\"MA\":\"sat\",\"OM\":\"sat\",\"QA\":\"sat\",\"SA\":\"sat\",\"SD\":\"sat\",\"SY\":\"sat\",\"TN\":\"sat\",\"YE\":\"sat\"},\"af\":{\"_ordering\":\"weekOfDate weekOfInterval weekOfMonth\"},\"am az bs cs cy da el et hi ky lt mk sk ta th\":{\"_ordering\":\"weekOfYear weekOfMonth\"},\"ar fil gu hu hy id kk ko\":{\"_ordering\":\"weekOfMonth\"},\"be ro ru\":{\"_ordering\":\"weekOfInterval weekOfMonth\"},\"bg de iw pt ur zh\":{\"_ordering\":\"weekOfDate weekOfMonth weekOfInterval\"},\"ca es fr gl\":{\"_ordering\":\"weekOfDate\"},\"en bn ja ka\":{\"_ordering\":\"weekOfDate weekOfMonth\"},\"eu\":{\"_ordering\":\"weekOfMonth weekOfDate\"},\"fa hr it lv pl si sr uk uz\":{\"_ordering\":\"weekOfMonth weekOfInterval\"},\"fi zh-TW\":{\"_ordering\":\"weekOfYear weekOfDate weekOfMonth\"},\"is mn no sv vi\":{\"_ordering\":\"weekOfYear weekOfMonth weekOfInterval\"},\"km mr\":{\"_ordering\":\"weekOfMonth weekOfYear\"},\"kn ml pa\":{\"_ordering\":\"weekOfMonth weekOfDate weekOfYear\"},\"lo sq\":{\"_ordering\":\"weekOfMonth weekOfInterval weekOfDate weekOfYear\"},\"ms tr\":{\"_ordering\":\"weekOfMonth weekOfYear weekOfInterval weekOfDate\"},\"nl\":{\"_ordering\":\"weekOfDate weekOfYear weekOfMonth\"},\"sl\":{\"_ordering\":\"weekOfInterval\"},\"sw te\":{\"_ordering\":\"weekOfMonth weekOfInterval weekOfYear\"},\"und\":{\"_ordering\":\"weekOfYear\"},\"zu\":{\"_ordering\":\"weekOfYear weekOfInterval\"}},\"currencyData\":{\"fractions\":{\"ADP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"AFN\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ALL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"AMD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"BHD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"BIF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"BYN\":{\"_rounding\":\"0\",\"_digits\":\"2\"},\"BYR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"CAD\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"5\"},\"CHF\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"5\"},\"CLF\":{\"_rounding\":\"0\",\"_digits\":\"4\"},\"CLP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"COP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"CRC\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"CZK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"DEFAULT\":{\"_rounding\":\"0\",\"_digits\":\"2\"},\"DJF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"DKK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"50\"},\"ESP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"GNF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"GYD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"HUF\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"IDR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"IQD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"IRR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ISK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ITL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"JOD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"JPY\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KMF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KPW\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KRW\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KWD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"LAK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LBP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LUF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LYD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"MGA\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MGF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MMK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MNT\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MRO\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MUR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"NOK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"OMR\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"PKR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"PYG\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"RSD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"RWF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SEK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"SLL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SOS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"STD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SYP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TMM\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TND\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"TRL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TWD\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"TZS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UGX\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UYI\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UZS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"VND\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"VUV\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XAF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XOF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XPF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"YER\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ZMK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ZWD\":{\"_rounding\":\"0\",\"_digits\":\"0\"}},\"region\":{\"AC\":[{\"SHP\":{\"_from\":\"1976-01-01\"}}],\"AD\":[{\"ESP\":{\"_from\":\"1873-01-01\",\"_to\":\"2002-02-28\"}},{\"ADP\":{\"_from\":\"1936-01-01\",\"_to\":\"2001-12-31\"}},{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AE\":[{\"AED\":{\"_from\":\"1973-05-19\"}}],\"AF\":[{\"AFA\":{\"_from\":\"1927-03-14\",\"_to\":\"2002-12-31\"}},{\"AFN\":{\"_from\":\"2002-10-07\"}}],\"AG\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"AI\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"AL\":[{\"ALK\":{\"_from\":\"1946-11-01\",\"_to\":\"1965-08-16\"}},{\"ALL\":{\"_from\":\"1965-08-16\"}}],\"AM\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-11-22\"}},{\"AMD\":{\"_from\":\"1993-11-22\"}}],\"AO\":[{\"AOK\":{\"_from\":\"1977-01-08\",\"_to\":\"1991-03-01\"}},{\"AON\":{\"_from\":\"1990-09-25\",\"_to\":\"2000-02-01\"}},{\"AOR\":{\"_from\":\"1995-07-01\",\"_to\":\"2000-02-01\"}},{\"AOA\":{\"_from\":\"1999-12-13\"}}],\"AQ\":[{\"XXX\":{\"_tender\":\"false\"}}],\"AR\":[{\"ARM\":{\"_from\":\"1881-11-05\",\"_to\":\"1970-01-01\"}},{\"ARL\":{\"_from\":\"1970-01-01\",\"_to\":\"1983-06-01\"}},{\"ARP\":{\"_from\":\"1983-06-01\",\"_to\":\"1985-06-14\"}},{\"ARA\":{\"_from\":\"1985-06-14\",\"_to\":\"1992-01-01\"}},{\"ARS\":{\"_from\":\"1992-01-01\"}}],\"AS\":[{\"USD\":{\"_from\":\"1904-07-16\"}}],\"AT\":[{\"ATS\":{\"_from\":\"1947-12-04\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AU\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"AW\":[{\"ANG\":{\"_from\":\"1940-05-10\",\"_to\":\"1986-01-01\"}},{\"AWG\":{\"_from\":\"1986-01-01\"}}],\"AX\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AZ\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1994-01-01\"}},{\"AZM\":{\"_from\":\"1993-11-22\",\"_to\":\"2006-12-31\"}},{\"AZN\":{\"_from\":\"2006-01-01\"}}],\"BA\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1992-07-01\"}},{\"YUR\":{\"_from\":\"1992-07-01\",\"_to\":\"1993-10-01\"}},{\"BAD\":{\"_from\":\"1992-07-01\",\"_to\":\"1994-08-15\"}},{\"BAN\":{\"_from\":\"1994-08-15\",\"_to\":\"1997-07-01\"}},{\"BAM\":{\"_from\":\"1995-01-01\"}}],\"BB\":[{\"XCD\":{\"_from\":\"1965-10-06\",\"_to\":\"1973-12-03\"}},{\"BBD\":{\"_from\":\"1973-12-03\"}}],\"BD\":[{\"INR\":{\"_from\":\"1835-08-17\",\"_to\":\"1948-04-01\"}},{\"PKR\":{\"_from\":\"1948-04-01\",\"_to\":\"1972-01-01\"}},{\"BDT\":{\"_from\":\"1972-01-01\"}}],\"BE\":[{\"NLG\":{\"_from\":\"1816-12-15\",\"_to\":\"1831-02-07\"}},{\"BEF\":{\"_from\":\"1831-02-07\",\"_to\":\"2002-02-28\"}},{\"BEC\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"BEL\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"BF\":[{\"XOF\":{\"_from\":\"1984-08-04\"}}],\"BG\":[{\"BGO\":{\"_from\":\"1879-07-08\",\"_to\":\"1952-05-12\"}},{\"BGM\":{\"_from\":\"1952-05-12\",\"_to\":\"1962-01-01\"}},{\"BGL\":{\"_from\":\"1962-01-01\",\"_to\":\"1999-07-05\"}},{\"BGN\":{\"_from\":\"1999-07-05\"}}],\"BH\":[{\"BHD\":{\"_from\":\"1965-10-16\"}}],\"BI\":[{\"BIF\":{\"_from\":\"1964-05-19\"}}],\"BJ\":[{\"XOF\":{\"_from\":\"1975-11-30\"}}],\"BL\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"BM\":[{\"BMD\":{\"_from\":\"1970-02-06\"}}],\"BN\":[{\"MYR\":{\"_from\":\"1963-09-16\",\"_to\":\"1967-06-12\"}},{\"BND\":{\"_from\":\"1967-06-12\"}}],\"BO\":[{\"BOV\":{\"_tender\":\"false\"}},{\"BOL\":{\"_from\":\"1863-06-23\",\"_to\":\"1963-01-01\"}},{\"BOP\":{\"_from\":\"1963-01-01\",\"_to\":\"1986-12-31\"}},{\"BOB\":{\"_from\":\"1987-01-01\"}}],\"BQ\":[{\"ANG\":{\"_from\":\"2010-10-10\",\"_to\":\"2011-01-01\"}},{\"USD\":{\"_from\":\"2011-01-01\"}}],\"BR\":[{\"BRZ\":{\"_from\":\"1942-11-01\",\"_to\":\"1967-02-13\"}},{\"BRB\":{\"_from\":\"1967-02-13\",\"_to\":\"1986-02-28\"}},{\"BRC\":{\"_from\":\"1986-02-28\",\"_to\":\"1989-01-15\"}},{\"BRN\":{\"_from\":\"1989-01-15\",\"_to\":\"1990-03-16\"}},{\"BRE\":{\"_from\":\"1990-03-16\",\"_to\":\"1993-08-01\"}},{\"BRR\":{\"_from\":\"1993-08-01\",\"_to\":\"1994-07-01\"}},{\"BRL\":{\"_from\":\"1994-07-01\"}}],\"BS\":[{\"BSD\":{\"_from\":\"1966-05-25\"}}],\"BT\":[{\"INR\":{\"_from\":\"1907-01-01\"}},{\"BTN\":{\"_from\":\"1974-04-16\"}}],\"BU\":[{\"BUK\":{\"_from\":\"1952-07-01\",\"_to\":\"1989-06-18\"}}],\"BV\":[{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"BW\":[{\"ZAR\":{\"_from\":\"1961-02-14\",\"_to\":\"1976-08-23\"}},{\"BWP\":{\"_from\":\"1976-08-23\"}}],\"BY\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1994-11-08\"}},{\"BYB\":{\"_from\":\"1994-08-01\",\"_to\":\"2000-12-31\"}},{\"BYR\":{\"_from\":\"2000-01-01\",\"_to\":\"2017-01-01\"}},{\"BYN\":{\"_from\":\"2016-07-01\"}}],\"BZ\":[{\"BZD\":{\"_from\":\"1974-01-01\"}}],\"CA\":[{\"CAD\":{\"_from\":\"1858-01-01\"}}],\"CC\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"CD\":[{\"ZRZ\":{\"_from\":\"1971-10-27\",\"_to\":\"1993-11-01\"}},{\"ZRN\":{\"_from\":\"1993-11-01\",\"_to\":\"1998-07-01\"}},{\"CDF\":{\"_from\":\"1998-07-01\"}}],\"CF\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"CG\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"CH\":[{\"CHE\":{\"_tender\":\"false\"}},{\"CHW\":{\"_tender\":\"false\"}},{\"CHF\":{\"_from\":\"1799-03-17\"}}],\"CI\":[{\"XOF\":{\"_from\":\"1958-12-04\"}}],\"CK\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"CL\":[{\"CLF\":{\"_tender\":\"false\"}},{\"CLE\":{\"_from\":\"1960-01-01\",\"_to\":\"1975-09-29\"}},{\"CLP\":{\"_from\":\"1975-09-29\"}}],\"CM\":[{\"XAF\":{\"_from\":\"1973-04-01\"}}],\"CN\":[{\"CNY\":{\"_from\":\"1953-03-01\"}},{\"CNX\":{\"_tender\":\"false\",\"_from\":\"1979-01-01\",\"_to\":\"1998-12-31\"}},{\"CNH\":{\"_tender\":\"false\",\"_from\":\"2010-07-19\"}}],\"CO\":[{\"COU\":{\"_tender\":\"false\"}},{\"COP\":{\"_from\":\"1905-01-01\"}}],\"CP\":[{\"XXX\":{\"_tender\":\"false\"}}],\"CR\":[{\"CRC\":{\"_from\":\"1896-10-26\"}}],\"CS\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"CSD\":{\"_from\":\"2002-05-15\",\"_to\":\"2006-06-03\"}},{\"EUR\":{\"_from\":\"2003-02-04\",\"_to\":\"2006-06-03\"}}],\"CU\":[{\"CUP\":{\"_from\":\"1859-01-01\"}},{\"USD\":{\"_from\":\"1899-01-01\",\"_to\":\"1959-01-01\"}},{\"CUC\":{\"_from\":\"1994-01-01\"}}],\"CV\":[{\"PTE\":{\"_from\":\"1911-05-22\",\"_to\":\"1975-07-05\"}},{\"CVE\":{\"_from\":\"1914-01-01\"}}],\"CW\":[{\"ANG\":{\"_from\":\"2010-10-10\"}}],\"CX\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"CY\":[{\"CYP\":{\"_from\":\"1914-09-10\",\"_to\":\"2008-01-31\"}},{\"EUR\":{\"_from\":\"2008-01-01\"}}],\"CZ\":[{\"CSK\":{\"_from\":\"1953-06-01\",\"_to\":\"1993-03-01\"}},{\"CZK\":{\"_from\":\"1993-01-01\"}}],\"DD\":[{\"DDM\":{\"_from\":\"1948-07-20\",\"_to\":\"1990-10-02\"}}],\"DE\":[{\"DEM\":{\"_from\":\"1948-06-20\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"DG\":[{\"USD\":{\"_from\":\"1965-11-08\"}}],\"DJ\":[{\"DJF\":{\"_from\":\"1977-06-27\"}}],\"DK\":[{\"DKK\":{\"_from\":\"1873-05-27\"}}],\"DM\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"DO\":[{\"USD\":{\"_from\":\"1905-06-21\",\"_to\":\"1947-10-01\"}},{\"DOP\":{\"_from\":\"1947-10-01\"}}],\"DZ\":[{\"DZD\":{\"_from\":\"1964-04-01\"}}],\"EA\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"EC\":[{\"ECS\":{\"_from\":\"1884-04-01\",\"_to\":\"2000-10-02\"}},{\"ECV\":{\"_tender\":\"false\",\"_from\":\"1993-05-23\",\"_to\":\"2000-01-09\"}},{\"USD\":{\"_from\":\"2000-10-02\"}}],\"EE\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-06-20\"}},{\"EEK\":{\"_from\":\"1992-06-21\",\"_to\":\"2010-12-31\"}},{\"EUR\":{\"_from\":\"2011-01-01\"}}],\"EG\":[{\"EGP\":{\"_from\":\"1885-11-14\"}}],\"EH\":[{\"MAD\":{\"_from\":\"1976-02-26\"}}],\"ER\":[{\"ETB\":{\"_from\":\"1993-05-24\",\"_to\":\"1997-11-08\"}},{\"ERN\":{\"_from\":\"1997-11-08\"}}],\"ES\":[{\"ESP\":{\"_from\":\"1868-10-19\",\"_to\":\"2002-02-28\"}},{\"ESB\":{\"_tender\":\"false\",\"_from\":\"1975-01-01\",\"_to\":\"1994-12-31\"}},{\"ESA\":{\"_tender\":\"false\",\"_from\":\"1978-01-01\",\"_to\":\"1981-12-31\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"ET\":[{\"ETB\":{\"_from\":\"1976-09-15\"}}],\"EU\":[{\"XEU\":{\"_tender\":\"false\",\"_from\":\"1979-01-01\",\"_to\":\"1998-12-31\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"FI\":[{\"FIM\":{\"_from\":\"1963-01-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"FJ\":[{\"FJD\":{\"_from\":\"1969-01-13\"}}],\"FK\":[{\"FKP\":{\"_from\":\"1901-01-01\"}}],\"FM\":[{\"JPY\":{\"_from\":\"1914-10-03\",\"_to\":\"1944-01-01\"}},{\"USD\":{\"_from\":\"1944-01-01\"}}],\"FO\":[{\"DKK\":{\"_from\":\"1948-01-01\"}}],\"FR\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GA\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"GB\":[{\"GBP\":{\"_from\":\"1694-07-27\"}}],\"GD\":[{\"XCD\":{\"_from\":\"1967-02-27\"}}],\"GE\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-06-11\"}},{\"GEK\":{\"_from\":\"1993-04-05\",\"_to\":\"1995-09-25\"}},{\"GEL\":{\"_from\":\"1995-09-23\"}}],\"GF\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GG\":[{\"GBP\":{\"_from\":\"1830-01-01\"}}],\"GH\":[{\"GHC\":{\"_from\":\"1979-03-09\",\"_to\":\"2007-12-31\"}},{\"GHS\":{\"_from\":\"2007-07-03\"}}],\"GI\":[{\"GIP\":{\"_from\":\"1713-01-01\"}}],\"GL\":[{\"DKK\":{\"_from\":\"1873-05-27\"}}],\"GM\":[{\"GMD\":{\"_from\":\"1971-07-01\"}}],\"GN\":[{\"GNS\":{\"_from\":\"1972-10-02\",\"_to\":\"1986-01-06\"}},{\"GNF\":{\"_from\":\"1986-01-06\"}}],\"GP\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GQ\":[{\"GQE\":{\"_from\":\"1975-07-07\",\"_to\":\"1986-06-01\"}},{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"GR\":[{\"GRD\":{\"_from\":\"1954-05-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"2001-01-01\"}}],\"GS\":[{\"GBP\":{\"_from\":\"1908-01-01\"}}],\"GT\":[{\"GTQ\":{\"_from\":\"1925-05-27\"}}],\"GU\":[{\"USD\":{\"_from\":\"1944-08-21\"}}],\"GW\":[{\"GWE\":{\"_from\":\"1914-01-01\",\"_to\":\"1976-02-28\"}},{\"GWP\":{\"_from\":\"1976-02-28\",\"_to\":\"1997-03-31\"}},{\"XOF\":{\"_from\":\"1997-03-31\"}}],\"GY\":[{\"GYD\":{\"_from\":\"1966-05-26\"}}],\"HK\":[{\"HKD\":{\"_from\":\"1895-02-02\"}}],\"HM\":[{\"AUD\":{\"_from\":\"1967-02-16\"}}],\"HN\":[{\"HNL\":{\"_from\":\"1926-04-03\"}}],\"HR\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1991-12-23\"}},{\"HRD\":{\"_from\":\"1991-12-23\",\"_to\":\"1995-01-01\"}},{\"HRK\":{\"_from\":\"1994-05-30\"}}],\"HT\":[{\"HTG\":{\"_from\":\"1872-08-26\"}},{\"USD\":{\"_from\":\"1915-01-01\"}}],\"HU\":[{\"HUF\":{\"_from\":\"1946-07-23\"}}],\"IC\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"ID\":[{\"IDR\":{\"_from\":\"1965-12-13\"}}],\"IE\":[{\"GBP\":{\"_from\":\"1800-01-01\",\"_to\":\"1922-01-01\"}},{\"IEP\":{\"_from\":\"1922-01-01\",\"_to\":\"2002-02-09\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"IL\":[{\"ILP\":{\"_from\":\"1948-08-16\",\"_to\":\"1980-02-22\"}},{\"ILR\":{\"_from\":\"1980-02-22\",\"_to\":\"1985-09-04\"}},{\"ILS\":{\"_from\":\"1985-09-04\"}}],\"IM\":[{\"GBP\":{\"_from\":\"1840-01-03\"}}],\"IN\":[{\"INR\":{\"_from\":\"1835-08-17\"}}],\"IO\":[{\"USD\":{\"_from\":\"1965-11-08\"}}],\"IQ\":[{\"EGP\":{\"_from\":\"1920-11-11\",\"_to\":\"1931-04-19\"}},{\"INR\":{\"_from\":\"1920-11-11\",\"_to\":\"1931-04-19\"}},{\"IQD\":{\"_from\":\"1931-04-19\"}}],\"IR\":[{\"IRR\":{\"_from\":\"1932-05-13\"}}],\"IS\":[{\"DKK\":{\"_from\":\"1873-05-27\",\"_to\":\"1918-12-01\"}},{\"ISJ\":{\"_from\":\"1918-12-01\",\"_to\":\"1981-01-01\"}},{\"ISK\":{\"_from\":\"1981-01-01\"}}],\"IT\":[{\"ITL\":{\"_from\":\"1862-08-24\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"JE\":[{\"GBP\":{\"_from\":\"1837-01-01\"}}],\"JM\":[{\"JMD\":{\"_from\":\"1969-09-08\"}}],\"JO\":[{\"JOD\":{\"_from\":\"1950-07-01\"}}],\"JP\":[{\"JPY\":{\"_from\":\"1871-06-01\"}}],\"KE\":[{\"KES\":{\"_from\":\"1966-09-14\"}}],\"KG\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-05-10\"}},{\"KGS\":{\"_from\":\"1993-05-10\"}}],\"KH\":[{\"KHR\":{\"_from\":\"1980-03-20\"}}],\"KI\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"KM\":[{\"KMF\":{\"_from\":\"1975-07-06\"}}],\"KN\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"KP\":[{\"KPW\":{\"_from\":\"1959-04-17\"}}],\"KR\":[{\"KRO\":{\"_from\":\"1945-08-15\",\"_to\":\"1953-02-15\"}},{\"KRH\":{\"_from\":\"1953-02-15\",\"_to\":\"1962-06-10\"}},{\"KRW\":{\"_from\":\"1962-06-10\"}}],\"KW\":[{\"KWD\":{\"_from\":\"1961-04-01\"}}],\"KY\":[{\"JMD\":{\"_from\":\"1969-09-08\",\"_to\":\"1971-01-01\"}},{\"KYD\":{\"_from\":\"1971-01-01\"}}],\"KZ\":[{\"KZT\":{\"_from\":\"1993-11-05\"}}],\"LA\":[{\"LAK\":{\"_from\":\"1979-12-10\"}}],\"LB\":[{\"LBP\":{\"_from\":\"1948-02-02\"}}],\"LC\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"LI\":[{\"CHF\":{\"_from\":\"1921-02-01\"}}],\"LK\":[{\"LKR\":{\"_from\":\"1978-05-22\"}}],\"LR\":[{\"LRD\":{\"_from\":\"1944-01-01\"}}],\"LS\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"LSL\":{\"_from\":\"1980-01-22\"}}],\"LT\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-10-01\"}},{\"LTT\":{\"_from\":\"1992-10-01\",\"_to\":\"1993-06-25\"}},{\"LTL\":{\"_from\":\"1993-06-25\",\"_to\":\"2014-12-31\"}},{\"EUR\":{\"_from\":\"2015-01-01\"}}],\"LU\":[{\"LUF\":{\"_from\":\"1944-09-04\",\"_to\":\"2002-02-28\"}},{\"LUC\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"LUL\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"LV\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-07-20\"}},{\"LVR\":{\"_from\":\"1992-05-07\",\"_to\":\"1993-10-17\"}},{\"LVL\":{\"_from\":\"1993-06-28\",\"_to\":\"2013-12-31\"}},{\"EUR\":{\"_from\":\"2014-01-01\"}}],\"LY\":[{\"LYD\":{\"_from\":\"1971-09-01\"}}],\"MA\":[{\"MAF\":{\"_from\":\"1881-01-01\",\"_to\":\"1959-10-17\"}},{\"MAD\":{\"_from\":\"1959-10-17\"}}],\"MC\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"MCF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MD\":[{\"MDC\":{\"_from\":\"1992-06-01\",\"_to\":\"1993-11-29\"}},{\"MDL\":{\"_from\":\"1993-11-29\"}}],\"ME\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"DEM\":{\"_from\":\"1999-10-02\",\"_to\":\"2002-05-15\"}},{\"EUR\":{\"_from\":\"2002-01-01\"}}],\"MF\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MG\":[{\"MGF\":{\"_from\":\"1963-07-01\",\"_to\":\"2004-12-31\"}},{\"MGA\":{\"_from\":\"1983-11-01\"}}],\"MH\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"MK\":[{\"MKN\":{\"_from\":\"1992-04-26\",\"_to\":\"1993-05-20\"}},{\"MKD\":{\"_from\":\"1993-05-20\"}}],\"ML\":[{\"XOF\":{\"_from\":\"1958-11-24\",\"_to\":\"1962-07-02\"}},{\"MLF\":{\"_from\":\"1962-07-02\",\"_to\":\"1984-08-31\"}},{\"XOF\":{\"_from\":\"1984-06-01\"}}],\"MM\":[{\"BUK\":{\"_from\":\"1952-07-01\",\"_to\":\"1989-06-18\"}},{\"MMK\":{\"_from\":\"1989-06-18\"}}],\"MN\":[{\"MNT\":{\"_from\":\"1915-03-01\"}}],\"MO\":[{\"MOP\":{\"_from\":\"1901-01-01\"}}],\"MP\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"MQ\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MR\":[{\"XOF\":{\"_from\":\"1958-11-28\",\"_to\":\"1973-06-29\"}},{\"MRO\":{\"_from\":\"1973-06-29\"}}],\"MS\":[{\"XCD\":{\"_from\":\"1967-02-27\"}}],\"MT\":[{\"MTP\":{\"_from\":\"1914-08-13\",\"_to\":\"1968-06-07\"}},{\"MTL\":{\"_from\":\"1968-06-07\",\"_to\":\"2008-01-31\"}},{\"EUR\":{\"_from\":\"2008-01-01\"}}],\"MU\":[{\"MUR\":{\"_from\":\"1934-04-01\"}}],\"MV\":[{\"MVR\":{\"_from\":\"1981-07-01\"}}],\"MW\":[{\"MWK\":{\"_from\":\"1971-02-15\"}}],\"MX\":[{\"MXV\":{\"_tender\":\"false\"}},{\"MXP\":{\"_from\":\"1822-01-01\",\"_to\":\"1992-12-31\"}},{\"MXN\":{\"_from\":\"1993-01-01\"}}],\"MY\":[{\"MYR\":{\"_from\":\"1963-09-16\"}}],\"MZ\":[{\"MZE\":{\"_from\":\"1975-06-25\",\"_to\":\"1980-06-16\"}},{\"MZM\":{\"_from\":\"1980-06-16\",\"_to\":\"2006-12-31\"}},{\"MZN\":{\"_from\":\"2006-07-01\"}}],\"NA\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"NAD\":{\"_from\":\"1993-01-01\"}}],\"NC\":[{\"XPF\":{\"_from\":\"1985-01-01\"}}],\"NE\":[{\"XOF\":{\"_from\":\"1958-12-19\"}}],\"NF\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"NG\":[{\"NGN\":{\"_from\":\"1973-01-01\"}}],\"NI\":[{\"NIC\":{\"_from\":\"1988-02-15\",\"_to\":\"1991-04-30\"}},{\"NIO\":{\"_from\":\"1991-04-30\"}}],\"NL\":[{\"NLG\":{\"_from\":\"1813-01-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"NO\":[{\"SEK\":{\"_from\":\"1873-05-27\",\"_to\":\"1905-06-07\"}},{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"NP\":[{\"INR\":{\"_from\":\"1870-01-01\",\"_to\":\"1966-10-17\"}},{\"NPR\":{\"_from\":\"1933-01-01\"}}],\"NR\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"NU\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"NZ\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"OM\":[{\"OMR\":{\"_from\":\"1972-11-11\"}}],\"PA\":[{\"PAB\":{\"_from\":\"1903-11-04\"}},{\"USD\":{\"_from\":\"1903-11-18\"}}],\"PE\":[{\"PES\":{\"_from\":\"1863-02-14\",\"_to\":\"1985-02-01\"}},{\"PEI\":{\"_from\":\"1985-02-01\",\"_to\":\"1991-07-01\"}},{\"PEN\":{\"_from\":\"1991-07-01\"}}],\"PF\":[{\"XPF\":{\"_from\":\"1945-12-26\"}}],\"PG\":[{\"AUD\":{\"_from\":\"1966-02-14\",\"_to\":\"1975-09-16\"}},{\"PGK\":{\"_from\":\"1975-09-16\"}}],\"PH\":[{\"PHP\":{\"_from\":\"1946-07-04\"}}],\"PK\":[{\"INR\":{\"_from\":\"1835-08-17\",\"_to\":\"1947-08-15\"}},{\"PKR\":{\"_from\":\"1948-04-01\"}}],\"PL\":[{\"PLZ\":{\"_from\":\"1950-10-28\",\"_to\":\"1994-12-31\"}},{\"PLN\":{\"_from\":\"1995-01-01\"}}],\"PM\":[{\"FRF\":{\"_from\":\"1972-12-21\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"PN\":[{\"NZD\":{\"_from\":\"1969-01-13\"}}],\"PR\":[{\"ESP\":{\"_from\":\"1800-01-01\",\"_to\":\"1898-12-10\"}},{\"USD\":{\"_from\":\"1898-12-10\"}}],\"PS\":[{\"JOD\":{\"_from\":\"1950-07-01\",\"_to\":\"1967-06-01\"}},{\"ILP\":{\"_from\":\"1967-06-01\",\"_to\":\"1980-02-22\"}},{\"ILS\":{\"_from\":\"1985-09-04\"}},{\"JOD\":{\"_from\":\"1996-02-12\"}}],\"PT\":[{\"PTE\":{\"_from\":\"1911-05-22\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"PW\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"PY\":[{\"PYG\":{\"_from\":\"1943-11-01\"}}],\"QA\":[{\"QAR\":{\"_from\":\"1973-05-19\"}}],\"RE\":[{\"FRF\":{\"_from\":\"1975-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"RO\":[{\"ROL\":{\"_from\":\"1952-01-28\",\"_to\":\"2006-12-31\"}},{\"RON\":{\"_from\":\"2005-07-01\"}}],\"RS\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"CSD\":{\"_from\":\"2002-05-15\",\"_to\":\"2006-10-25\"}},{\"RSD\":{\"_from\":\"2006-10-25\"}}],\"RU\":[{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1998-12-31\"}},{\"RUB\":{\"_from\":\"1999-01-01\"}}],\"RW\":[{\"RWF\":{\"_from\":\"1964-05-19\"}}],\"SA\":[{\"SAR\":{\"_from\":\"1952-10-22\"}}],\"SB\":[{\"AUD\":{\"_from\":\"1966-02-14\",\"_to\":\"1978-06-30\"}},{\"SBD\":{\"_from\":\"1977-10-24\"}}],\"SC\":[{\"SCR\":{\"_from\":\"1903-11-01\"}}],\"SD\":[{\"EGP\":{\"_from\":\"1889-01-19\",\"_to\":\"1958-01-01\"}},{\"GBP\":{\"_from\":\"1889-01-19\",\"_to\":\"1958-01-01\"}},{\"SDP\":{\"_from\":\"1957-04-08\",\"_to\":\"1998-06-01\"}},{\"SDD\":{\"_from\":\"1992-06-08\",\"_to\":\"2007-06-30\"}},{\"SDG\":{\"_from\":\"2007-01-10\"}}],\"SE\":[{\"SEK\":{\"_from\":\"1873-05-27\"}}],\"SG\":[{\"MYR\":{\"_from\":\"1963-09-16\",\"_to\":\"1967-06-12\"}},{\"SGD\":{\"_from\":\"1967-06-12\"}}],\"SH\":[{\"SHP\":{\"_from\":\"1917-02-15\"}}],\"SI\":[{\"SIT\":{\"_from\":\"1992-10-07\",\"_to\":\"2007-01-14\"}},{\"EUR\":{\"_from\":\"2007-01-01\"}}],\"SJ\":[{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"SK\":[{\"CSK\":{\"_from\":\"1953-06-01\",\"_to\":\"1992-12-31\"}},{\"SKK\":{\"_from\":\"1992-12-31\",\"_to\":\"2009-01-01\"}},{\"EUR\":{\"_from\":\"2009-01-01\"}}],\"SL\":[{\"GBP\":{\"_from\":\"1808-11-30\",\"_to\":\"1966-02-04\"}},{\"SLL\":{\"_from\":\"1964-08-04\"}}],\"SM\":[{\"ITL\":{\"_from\":\"1865-12-23\",\"_to\":\"2001-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"SN\":[{\"XOF\":{\"_from\":\"1959-04-04\"}}],\"SO\":[{\"SOS\":{\"_from\":\"1960-07-01\"}}],\"SR\":[{\"NLG\":{\"_from\":\"1815-11-20\",\"_to\":\"1940-05-10\"}},{\"SRG\":{\"_from\":\"1940-05-10\",\"_to\":\"2003-12-31\"}},{\"SRD\":{\"_from\":\"2004-01-01\"}}],\"SS\":[{\"SDG\":{\"_from\":\"2007-01-10\",\"_to\":\"2011-09-01\"}},{\"SSP\":{\"_from\":\"2011-07-18\"}}],\"ST\":[{\"STD\":{\"_from\":\"1977-09-08\",\"_to\":\"2017-12-31\"}},{\"STN\":{\"_from\":\"2018-01-01\"}}],\"SU\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}}],\"SV\":[{\"SVC\":{\"_from\":\"1919-11-11\",\"_to\":\"2001-01-01\"}},{\"USD\":{\"_from\":\"2001-01-01\"}}],\"SX\":[{\"ANG\":{\"_from\":\"2010-10-10\"}}],\"SY\":[{\"SYP\":{\"_from\":\"1948-01-01\"}}],\"SZ\":[{\"SZL\":{\"_from\":\"1974-09-06\"}}],\"TA\":[{\"GBP\":{\"_from\":\"1938-01-12\"}}],\"TC\":[{\"USD\":{\"_from\":\"1969-09-08\"}}],\"TD\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"TF\":[{\"FRF\":{\"_from\":\"1959-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"TG\":[{\"XOF\":{\"_from\":\"1958-11-28\"}}],\"TH\":[{\"THB\":{\"_from\":\"1928-04-15\"}}],\"TJ\":[{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1995-05-10\"}},{\"TJR\":{\"_from\":\"1995-05-10\",\"_to\":\"2000-10-25\"}},{\"TJS\":{\"_from\":\"2000-10-26\"}}],\"TK\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"TL\":[{\"TPE\":{\"_from\":\"1959-01-02\",\"_to\":\"2002-05-20\"}},{\"IDR\":{\"_from\":\"1975-12-07\",\"_to\":\"2002-05-20\"}},{\"USD\":{\"_from\":\"1999-10-20\"}}],\"TM\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-11-01\"}},{\"TMM\":{\"_from\":\"1993-11-01\",\"_to\":\"2009-01-01\"}},{\"TMT\":{\"_from\":\"2009-01-01\"}}],\"TN\":[{\"TND\":{\"_from\":\"1958-11-01\"}}],\"TO\":[{\"TOP\":{\"_from\":\"1966-02-14\"}}],\"TP\":[{\"TPE\":{\"_from\":\"1959-01-02\",\"_to\":\"2002-05-20\"}},{\"IDR\":{\"_from\":\"1975-12-07\",\"_to\":\"2002-05-20\"}}],\"TR\":[{\"TRL\":{\"_from\":\"1922-11-01\",\"_to\":\"2005-12-31\"}},{\"TRY\":{\"_from\":\"2005-01-01\"}}],\"TT\":[{\"TTD\":{\"_from\":\"1964-01-01\"}}],\"TV\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"TW\":[{\"TWD\":{\"_from\":\"1949-06-15\"}}],\"TZ\":[{\"TZS\":{\"_from\":\"1966-06-14\"}}],\"UA\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1992-11-13\"}},{\"UAK\":{\"_from\":\"1992-11-13\",\"_to\":\"1993-10-17\"}},{\"UAH\":{\"_from\":\"1996-09-02\"}}],\"UG\":[{\"UGS\":{\"_from\":\"1966-08-15\",\"_to\":\"1987-05-15\"}},{\"UGX\":{\"_from\":\"1987-05-15\"}}],\"UM\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"US\":[{\"USN\":{\"_tender\":\"false\"}},{\"USS\":{\"_tender\":\"false\",\"_to\":\"2014-03-01\"}},{\"USD\":{\"_from\":\"1792-01-01\"}}],\"UY\":[{\"UYI\":{\"_tender\":\"false\"}},{\"UYP\":{\"_from\":\"1975-07-01\",\"_to\":\"1993-03-01\"}},{\"UYU\":{\"_from\":\"1993-03-01\"}}],\"UZ\":[{\"UZS\":{\"_from\":\"1994-07-01\"}}],\"VA\":[{\"ITL\":{\"_from\":\"1870-10-19\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"VC\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"VE\":[{\"VEB\":{\"_from\":\"1871-05-11\",\"_to\":\"2008-06-30\"}},{\"VEF\":{\"_from\":\"2008-01-01\"}}],\"VG\":[{\"USD\":{\"_from\":\"1833-01-01\"}},{\"GBP\":{\"_from\":\"1833-01-01\",\"_to\":\"1959-01-01\"}}],\"VI\":[{\"USD\":{\"_from\":\"1837-01-01\"}}],\"VN\":[{\"VNN\":{\"_from\":\"1978-05-03\",\"_to\":\"1985-09-14\"}},{\"VND\":{\"_from\":\"1985-09-14\"}}],\"VU\":[{\"VUV\":{\"_from\":\"1981-01-01\"}}],\"WF\":[{\"XPF\":{\"_from\":\"1961-07-30\"}}],\"WS\":[{\"WST\":{\"_from\":\"1967-07-10\"}}],\"XK\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"1999-09-30\"}},{\"DEM\":{\"_from\":\"1999-09-01\",\"_to\":\"2002-03-09\"}},{\"EUR\":{\"_from\":\"2002-01-01\"}}],\"YD\":[{\"YDD\":{\"_from\":\"1965-04-01\",\"_to\":\"1996-01-01\"}}],\"YE\":[{\"YER\":{\"_from\":\"1990-05-22\"}}],\"YT\":[{\"KMF\":{\"_from\":\"1975-01-01\",\"_to\":\"1976-02-23\"}},{\"FRF\":{\"_from\":\"1976-02-23\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"YU\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1992-07-24\"}},{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}}],\"ZA\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"ZAL\":{\"_tender\":\"false\",\"_from\":\"1985-09-01\",\"_to\":\"1995-03-13\"}}],\"ZM\":[{\"ZMK\":{\"_from\":\"1968-01-16\",\"_to\":\"2013-01-01\"}},{\"ZMW\":{\"_from\":\"2013-01-01\"}}],\"ZR\":[{\"ZRZ\":{\"_from\":\"1971-10-27\",\"_to\":\"1993-11-01\"}},{\"ZRN\":{\"_from\":\"1993-11-01\",\"_to\":\"1998-07-31\"}}],\"ZW\":[{\"RHD\":{\"_from\":\"1970-02-17\",\"_to\":\"1980-04-18\"}},{\"ZWD\":{\"_from\":\"1980-04-18\",\"_to\":\"2008-08-01\"}},{\"ZWR\":{\"_from\":\"2008-08-01\",\"_to\":\"2009-02-02\"}},{\"ZWL\":{\"_from\":\"2009-02-02\",\"_to\":\"2009-04-12\"}},{\"USD\":{\"_from\":\"2009-04-12\"}}],\"ZZ\":[{\"XAG\":{\"_tender\":\"false\"}},{\"XAU\":{\"_tender\":\"false\"}},{\"XBA\":{\"_tender\":\"false\"}},{\"XBB\":{\"_tender\":\"false\"}},{\"XBC\":{\"_tender\":\"false\"}},{\"XBD\":{\"_tender\":\"false\"}},{\"XDR\":{\"_tender\":\"false\"}},{\"XPD\":{\"_tender\":\"false\"}},{\"XPT\":{\"_tender\":\"false\"}},{\"XSU\":{\"_tender\":\"false\"}},{\"XTS\":{\"_tender\":\"false\"}},{\"XUA\":{\"_tender\":\"false\"}},{\"XXX\":{\"_tender\":\"false\"}},{\"XRE\":{\"_tender\":\"false\",\"_to\":\"1999-11-30\"}},{\"XFU\":{\"_tender\":\"false\",\"_to\":\"2013-11-30\"}},{\"XFO\":{\"_tender\":\"false\",\"_from\":\"1930-01-01\",\"_to\":\"2003-04-01\"}}]}},\"numberingSystems\":{\"adlm\":{\"_digits\":\"𞥐𞥑𞥒𞥓𞥔𞥕𞥖𞥗𞥘𞥙\",\"_type\":\"numeric\"},\"ahom\":{\"_digits\":\"𑜰𑜱𑜲𑜳𑜴𑜵𑜶𑜷𑜸𑜹\",\"_type\":\"numeric\"},\"arab\":{\"_digits\":\"٠١٢٣٤٥٦٧٨٩\",\"_type\":\"numeric\"},\"arabext\":{\"_digits\":\"۰۱۲۳۴۵۶۷۸۹\",\"_type\":\"numeric\"},\"armn\":{\"_rules\":\"armenian-upper\",\"_type\":\"algorithmic\"},\"armnlow\":{\"_rules\":\"armenian-lower\",\"_type\":\"algorithmic\"},\"bali\":{\"_digits\":\"᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙\",\"_type\":\"numeric\"},\"beng\":{\"_digits\":\"০১২৩৪৫৬৭৮৯\",\"_type\":\"numeric\"},\"bhks\":{\"_digits\":\"𑱐𑱑𑱒𑱓𑱔𑱕𑱖𑱗𑱘𑱙\",\"_type\":\"numeric\"},\"brah\":{\"_digits\":\"𑁦𑁧𑁨𑁩𑁪𑁫𑁬𑁭𑁮𑁯\",\"_type\":\"numeric\"},\"cakm\":{\"_digits\":\"𑄶𑄷𑄸𑄹𑄺𑄻𑄼𑄽𑄾𑄿\",\"_type\":\"numeric\"},\"cham\":{\"_digits\":\"꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙\",\"_type\":\"numeric\"},\"cyrl\":{\"_rules\":\"cyrillic-lower\",\"_type\":\"algorithmic\"},\"deva\":{\"_digits\":\"०१२३४५६७८९\",\"_type\":\"numeric\"},\"ethi\":{\"_rules\":\"ethiopic\",\"_type\":\"algorithmic\"},\"fullwide\":{\"_digits\":\"０１２３４５６７８９\",\"_type\":\"numeric\"},\"geor\":{\"_rules\":\"georgian\",\"_type\":\"algorithmic\"},\"gonm\":{\"_digits\":\"𑵐𑵑𑵒𑵓𑵔𑵕𑵖𑵗𑵘𑵙\",\"_type\":\"numeric\"},\"grek\":{\"_rules\":\"greek-upper\",\"_type\":\"algorithmic\"},\"greklow\":{\"_rules\":\"greek-lower\",\"_type\":\"algorithmic\"},\"gujr\":{\"_digits\":\"૦૧૨૩૪૫૬૭૮૯\",\"_type\":\"numeric\"},\"guru\":{\"_digits\":\"੦੧੨੩੪੫੬੭੮੯\",\"_type\":\"numeric\"},\"hanidays\":{\"_rules\":\"zh/SpelloutRules/spellout-numbering-days\",\"_type\":\"algorithmic\"},\"hanidec\":{\"_digits\":\"〇一二三四五六七八九\",\"_type\":\"numeric\"},\"hans\":{\"_rules\":\"zh/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"hansfin\":{\"_rules\":\"zh/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"hant\":{\"_rules\":\"zh_Hant/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"hantfin\":{\"_rules\":\"zh_Hant/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"hebr\":{\"_rules\":\"hebrew\",\"_type\":\"algorithmic\"},\"hmng\":{\"_digits\":\"𖭐𖭑𖭒𖭓𖭔𖭕𖭖𖭗𖭘𖭙\",\"_type\":\"numeric\"},\"java\":{\"_digits\":\"꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙\",\"_type\":\"numeric\"},\"jpan\":{\"_rules\":\"ja/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"jpanfin\":{\"_rules\":\"ja/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"kali\":{\"_digits\":\"꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉\",\"_type\":\"numeric\"},\"khmr\":{\"_digits\":\"០១២៣៤៥៦៧៨៩\",\"_type\":\"numeric\"},\"knda\":{\"_digits\":\"೦೧೨೩೪೫೬೭೮೯\",\"_type\":\"numeric\"},\"lana\":{\"_digits\":\"᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉\",\"_type\":\"numeric\"},\"lanatham\":{\"_digits\":\"᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙\",\"_type\":\"numeric\"},\"laoo\":{\"_digits\":\"໐໑໒໓໔໕໖໗໘໙\",\"_type\":\"numeric\"},\"latn\":{\"_digits\":\"0123456789\",\"_type\":\"numeric\"},\"lepc\":{\"_digits\":\"᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉\",\"_type\":\"numeric\"},\"limb\":{\"_digits\":\"᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏\",\"_type\":\"numeric\"},\"mathbold\":{\"_digits\":\"𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗\",\"_type\":\"numeric\"},\"mathdbl\":{\"_digits\":\"𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡\",\"_type\":\"numeric\"},\"mathmono\":{\"_digits\":\"𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿\",\"_type\":\"numeric\"},\"mathsanb\":{\"_digits\":\"𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵\",\"_type\":\"numeric\"},\"mathsans\":{\"_digits\":\"𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫\",\"_type\":\"numeric\"},\"mlym\":{\"_digits\":\"൦൧൨൩൪൫൬൭൮൯\",\"_type\":\"numeric\"},\"modi\":{\"_digits\":\"𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙\",\"_type\":\"numeric\"},\"mong\":{\"_digits\":\"᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙\",\"_type\":\"numeric\"},\"mroo\":{\"_digits\":\"𖩠𖩡𖩢𖩣𖩤𖩥𖩦𖩧𖩨𖩩\",\"_type\":\"numeric\"},\"mtei\":{\"_digits\":\"꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹\",\"_type\":\"numeric\"},\"mymr\":{\"_digits\":\"၀၁၂၃၄၅၆၇၈၉\",\"_type\":\"numeric\"},\"mymrshan\":{\"_digits\":\"႐႑႒႓႔႕႖႗႘႙\",\"_type\":\"numeric\"},\"mymrtlng\":{\"_digits\":\"꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹\",\"_type\":\"numeric\"},\"newa\":{\"_digits\":\"𑑐𑑑𑑒𑑓𑑔𑑕𑑖𑑗𑑘𑑙\",\"_type\":\"numeric\"},\"nkoo\":{\"_digits\":\"߀߁߂߃߄߅߆߇߈߉\",\"_type\":\"numeric\"},\"olck\":{\"_digits\":\"᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙\",\"_type\":\"numeric\"},\"orya\":{\"_digits\":\"୦୧୨୩୪୫୬୭୮୯\",\"_type\":\"numeric\"},\"osma\":{\"_digits\":\"𐒠𐒡𐒢𐒣𐒤𐒥𐒦𐒧𐒨𐒩\",\"_type\":\"numeric\"},\"roman\":{\"_rules\":\"roman-upper\",\"_type\":\"algorithmic\"},\"romanlow\":{\"_rules\":\"roman-lower\",\"_type\":\"algorithmic\"},\"saur\":{\"_digits\":\"꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙\",\"_type\":\"numeric\"},\"shrd\":{\"_digits\":\"𑇐𑇑𑇒𑇓𑇔𑇕𑇖𑇗𑇘𑇙\",\"_type\":\"numeric\"},\"sind\":{\"_digits\":\"𑋰𑋱𑋲𑋳𑋴𑋵𑋶𑋷𑋸𑋹\",\"_type\":\"numeric\"},\"sinh\":{\"_digits\":\"෦෧෨෩෪෫෬෭෮෯\",\"_type\":\"numeric\"},\"sora\":{\"_digits\":\"𑃰𑃱𑃲𑃳𑃴𑃵𑃶𑃷𑃸𑃹\",\"_type\":\"numeric\"},\"sund\":{\"_digits\":\"᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹\",\"_type\":\"numeric\"},\"takr\":{\"_digits\":\"𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉\",\"_type\":\"numeric\"},\"talu\":{\"_digits\":\"᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙\",\"_type\":\"numeric\"},\"taml\":{\"_rules\":\"tamil\",\"_type\":\"algorithmic\"},\"tamldec\":{\"_digits\":\"௦௧௨௩௪௫௬௭௮௯\",\"_type\":\"numeric\"},\"telu\":{\"_digits\":\"౦౧౨౩౪౫౬౭౮౯\",\"_type\":\"numeric\"},\"thai\":{\"_digits\":\"๐๑๒๓๔๕๖๗๘๙\",\"_type\":\"numeric\"},\"tibt\":{\"_digits\":\"༠༡༢༣༤༥༦༧༨༩\",\"_type\":\"numeric\"},\"tirh\":{\"_digits\":\"𑓐𑓑𑓒𑓓𑓔𑓕𑓖𑓗𑓘𑓙\",\"_type\":\"numeric\"},\"vaii\":{\"_digits\":\"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩\",\"_type\":\"numeric\"},\"wara\":{\"_digits\":\"𑣠𑣡𑣢𑣣𑣤𑣥𑣦𑣧𑣨𑣩\",\"_type\":\"numeric\"}}}}\n);\nGlobalize.load({\"main\":{\"es-SV\":{\"dates\":{\"calendars\":{\"gregorian\":{\"months\":{\"format\":{\"abbreviated\":{\"1\":\"ene.\",\"2\":\"feb.\",\"3\":\"mar.\",\"4\":\"abr.\",\"5\":\"may.\",\"6\":\"jun.\",\"7\":\"jul.\",\"8\":\"ago.\",\"9\":\"sep.\",\"10\":\"oct.\",\"11\":\"nov.\",\"12\":\"dic.\"},\"narrow\":{\"1\":\"E\",\"2\":\"F\",\"3\":\"M\",\"4\":\"A\",\"5\":\"M\",\"6\":\"J\",\"7\":\"J\",\"8\":\"A\",\"9\":\"S\",\"10\":\"O\",\"11\":\"N\",\"12\":\"D\"},\"wide\":{\"1\":\"enero\",\"2\":\"febrero\",\"3\":\"marzo\",\"4\":\"abril\",\"5\":\"mayo\",\"6\":\"junio\",\"7\":\"julio\",\"8\":\"agosto\",\"9\":\"septiembre\",\"10\":\"octubre\",\"11\":\"noviembre\",\"12\":\"diciembre\"}},\"stand-alone\":{\"abbreviated\":{\"1\":\"ene.\",\"2\":\"feb.\",\"3\":\"mar.\",\"4\":\"abr.\",\"5\":\"may.\",\"6\":\"jun.\",\"7\":\"jul.\",\"8\":\"ago.\",\"9\":\"sep.\",\"10\":\"oct.\",\"11\":\"nov.\",\"12\":\"dic.\"},\"narrow\":{\"1\":\"E\",\"2\":\"F\",\"3\":\"M\",\"4\":\"A\",\"5\":\"M\",\"6\":\"J\",\"7\":\"J\",\"8\":\"A\",\"9\":\"S\",\"10\":\"O\",\"11\":\"N\",\"12\":\"D\"},\"wide\":{\"1\":\"enero\",\"2\":\"febrero\",\"3\":\"marzo\",\"4\":\"abril\",\"5\":\"mayo\",\"6\":\"junio\",\"7\":\"julio\",\"8\":\"agosto\",\"9\":\"septiembre\",\"10\":\"octubre\",\"11\":\"noviembre\",\"12\":\"diciembre\"}}},\"days\":{\"format\":{\"abbreviated\":{\"sun\":\"dom.\",\"mon\":\"lun.\",\"tue\":\"mar.\",\"wed\":\"mié.\",\"thu\":\"jue.\",\"fri\":\"vie.\",\"sat\":\"sáb.\"},\"narrow\":{\"sun\":\"d\",\"mon\":\"l\",\"tue\":\"m\",\"wed\":\"m\",\"thu\":\"j\",\"fri\":\"v\",\"sat\":\"s\"},\"short\":{\"sun\":\"DO\",\"mon\":\"LU\",\"tue\":\"MA\",\"wed\":\"MI\",\"thu\":\"JU\",\"fri\":\"VI\",\"sat\":\"SA\"},\"wide\":{\"sun\":\"domingo\",\"mon\":\"lunes\",\"tue\":\"martes\",\"wed\":\"miércoles\",\"thu\":\"jueves\",\"fri\":\"viernes\",\"sat\":\"sábado\"}},\"stand-alone\":{\"abbreviated\":{\"sun\":\"dom.\",\"mon\":\"lun.\",\"tue\":\"mar.\",\"wed\":\"mié.\",\"thu\":\"jue.\",\"fri\":\"vie.\",\"sat\":\"sáb.\"},\"narrow\":{\"sun\":\"D\",\"mon\":\"L\",\"tue\":\"M\",\"wed\":\"M\",\"thu\":\"J\",\"fri\":\"V\",\"sat\":\"S\"},\"short\":{\"sun\":\"DO\",\"mon\":\"LU\",\"tue\":\"MA\",\"wed\":\"MI\",\"thu\":\"JU\",\"fri\":\"VI\",\"sat\":\"SA\"},\"wide\":{\"sun\":\"domingo\",\"mon\":\"lunes\",\"tue\":\"martes\",\"wed\":\"miércoles\",\"thu\":\"jueves\",\"fri\":\"viernes\",\"sat\":\"sábado\"}}},\"quarters\":{\"format\":{\"abbreviated\":{\"1\":\"T1\",\"2\":\"T2\",\"3\":\"T3\",\"4\":\"T4\"},\"narrow\":{\"1\":\"1\",\"2\":\"2\",\"3\":\"3\",\"4\":\"4\"},\"wide\":{\"1\":\"1.º trimestre\",\"2\":\"2.º trimestre\",\"3\":\"3.º trimestre\",\"4\":\"4.º trimestre\"}},\"stand-alone\":{\"abbreviated\":{\"1\":\"T1\",\"2\":\"T2\",\"3\":\"T3\",\"4\":\"T4\"},\"narrow\":{\"1\":\"1\",\"2\":\"2\",\"3\":\"3\",\"4\":\"4\"},\"wide\":{\"1\":\"1.º trimestre\",\"2\":\"2.º trimestre\",\"3\":\"3.º trimestre\",\"4\":\"4.º trimestre\"}}},\"dayPeriods\":{\"format\":{\"abbreviated\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"},\"narrow\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"},\"wide\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"}},\"stand-alone\":{\"abbreviated\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"},\"narrow\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"},\"wide\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"}}},\"eras\":{\"eraNames\":{\"0\":\"antes de Cristo\",\"1\":\"después de Cristo\",\"0-alt-variant\":\"antes de la era común\",\"1-alt-variant\":\"era común\"},\"eraAbbr\":{\"0\":\"a. C.\",\"1\":\"d. C.\",\"0-alt-variant\":\"a. e. c.\",\"1-alt-variant\":\"e. c.\"},\"eraNarrow\":{\"0\":\"a. C.\",\"1\":\"d. C.\",\"0-alt-variant\":\"a. e. c.\",\"1-alt-variant\":\"e. c.\"}},\"dateFormats\":{\"full\":\"EEEE, d 'de' MMMM 'de' y\",\"long\":\"d 'de' MMMM 'de' y\",\"medium\":\"d MMM y\",\"short\":\"d/M/yy\"},\"timeFormats\":{\"full\":\"HH:mm:ss zzzz\",\"long\":\"HH:mm:ss z\",\"medium\":\"HH:mm:ss\",\"short\":\"HH:mm\"},\"dateTimeFormats\":{\"full\":\"{1}, {0}\",\"long\":\"{1}, {0}\",\"medium\":\"{1} {0}\",\"short\":\"{1} {0}\",\"availableFormats\":{\"Bh\":\"h B\",\"Bhm\":\"h:mm B\",\"Bhms\":\"h:mm:ss B\",\"d\":\"d\",\"E\":\"ccc\",\"EBhm\":\"E h:mm B\",\"EBhms\":\"E h:mm:ss B\",\"Ed\":\"E d\",\"Ehm\":\"E, h:mm a\",\"EHm\":\"E, HH:mm\",\"Ehms\":\"E, h:mm:ss a\",\"EHms\":\"E, HH:mm:ss\",\"Gy\":\"y G\",\"GyMMM\":\"MMM y G\",\"GyMMMd\":\"d 'de' MMM 'de' y G\",\"GyMMMEd\":\"E, d MMM y G\",\"GyMMMM\":\"MMMM 'de' y G\",\"GyMMMMd\":\"d 'de' MMMM 'de' y G\",\"GyMMMMEd\":\"E, d 'de' MMMM 'de' y G\",\"h\":\"h a\",\"H\":\"HH\",\"hm\":\"h:mm a\",\"Hm\":\"HH:mm\",\"hms\":\"h:mm:ss a\",\"Hms\":\"HH:mm:ss\",\"hmsv\":\"h:mm:ss a v\",\"Hmsv\":\"H:mm:ss v\",\"hmsvvvv\":\"h:mm:ss a (vvvv)\",\"Hmsvvvv\":\"H:mm:ss (vvvv)\",\"hmv\":\"h:mm a v\",\"Hmv\":\"H:mm v\",\"M\":\"L\",\"Md\":\"d/M\",\"MEd\":\"E, d/M\",\"MMd\":\"d/M\",\"MMdd\":\"d/M\",\"MMM\":\"LLL\",\"MMMd\":\"d MMM\",\"MMMdd\":\"dd-MMM\",\"MMMEd\":\"E, d MMM\",\"MMMMd\":\"d 'de' MMMM\",\"MMMMEd\":\"E, d 'de' MMMM\",\"MMMMW-count-one\":\"'semana' W 'de' MMM\",\"MMMMW-count-other\":\"'semana' W 'de' MMM\",\"ms\":\"mm:ss\",\"y\":\"y\",\"yM\":\"M/y\",\"yMd\":\"d/M/y\",\"yMEd\":\"E d/M/y\",\"yMM\":\"M/y\",\"yMMM\":\"MMMM 'de' y\",\"yMMMd\":\"d 'de' MMMM 'de' y\",\"yMMMEd\":\"E, d 'de' MMM 'de' y\",\"yMMMM\":\"MMMM 'de' y\",\"yMMMMd\":\"d 'de' MMMM 'de' y\",\"yMMMMEd\":\"EEE, d 'de' MMMM 'de' y\",\"yQQQ\":\"QQQ 'de' y\",\"yQQQQ\":\"QQQQ 'de' y\",\"yw-count-one\":\"'semana' w 'de' Y\",\"yw-count-other\":\"'semana' w 'de' Y\"}}}}},\"numbers\":{\"defaultNumberingSystem\":\"latn\",\"otherNumberingSystems\":{\"native\":\"latn\"},\"minimumGroupingDigits\":\"2\",\"symbols-numberSystem-latn\":{\"decimal\":\".\",\"group\":\",\",\"list\":\";\",\"percentSign\":\"%\",\"plusSign\":\"+\",\"minusSign\":\"-\",\"exponential\":\"E\",\"superscriptingExponent\":\"×\",\"perMille\":\"‰\",\"infinity\":\"∞\",\"nan\":\"NaN\",\"timeSeparator\":\":\"},\"decimalFormats-numberSystem-latn\":{\"standard\":\"#,##0.###\"},\"scientificFormats-numberSystem-latn\":{\"standard\":\"#E0\"},\"percentFormats-numberSystem-latn\":{\"standard\":\"#,##0 %\"},\"currencyFormats-numberSystem-latn\":{\"currencySpacing\":{\"beforeCurrency\":{\"currencyMatch\":\"[:^S:]\",\"surroundingMatch\":\"[:digit:]\",\"insertBetween\":\" \"},\"afterCurrency\":{\"currencyMatch\":\"[:^S:]\",\"surroundingMatch\":\"[:digit:]\",\"insertBetween\":\" \"}},\"standard\":\"¤#,##0.00\",\"accounting\":\"¤#,##0.00\"},\"currencies\":{\"ADP\":{\"symbol\":\"ADP\"},\"AED\":{\"symbol\":\"AED\"},\"AFA\":{\"symbol\":\"AFA\"},\"AFN\":{\"symbol\":\"AFN\"},\"ALK\":{\"symbol\":\"ALK\"},\"ALL\":{\"symbol\":\"ALL\"},\"AMD\":{\"symbol\":\"AMD\"},\"ANG\":{\"symbol\":\"ANG\"},\"AOA\":{\"symbol\":\"AOA\",\"symbol-alt-narrow\":\"Kz\"},\"AOK\":{\"symbol\":\"AOK\"},\"AON\":{\"symbol\":\"AON\"},\"AOR\":{\"symbol\":\"AOR\"},\"ARA\":{\"symbol\":\"ARA\"},\"ARL\":{\"symbol\":\"ARL\"},\"ARM\":{\"symbol\":\"ARM\"},\"ARP\":{\"symbol\":\"ARP\"},\"ARS\":{\"symbol\":\"ARS\",\"symbol-alt-narrow\":\"$\"},\"ATS\":{\"symbol\":\"ATS\"},\"AUD\":{\"symbol\":\"AUD\",\"symbol-alt-narrow\":\"$\"},\"AWG\":{\"symbol\":\"AWG\"},\"AZM\":{\"symbol\":\"AZM\"},\"AZN\":{\"symbol\":\"AZN\"},\"BAD\":{\"symbol\":\"BAD\"},\"BAM\":{\"symbol\":\"BAM\",\"symbol-alt-narrow\":\"KM\"},\"BAN\":{\"symbol\":\"BAN\"},\"BBD\":{\"symbol\":\"BBD\",\"symbol-alt-narrow\":\"$\"},\"BDT\":{\"symbol\":\"BDT\",\"symbol-alt-narrow\":\"৳\"},\"BEC\":{\"symbol\":\"BEC\"},\"BEF\":{\"symbol\":\"BEF\"},\"BEL\":{\"symbol\":\"BEL\"},\"BGL\":{\"symbol\":\"BGL\"},\"BGM\":{\"symbol\":\"BGM\"},\"BGN\":{\"symbol\":\"BGN\"},\"BGO\":{\"symbol\":\"BGO\"},\"BHD\":{\"symbol\":\"BHD\"},\"BIF\":{\"symbol\":\"BIF\"},\"BMD\":{\"symbol\":\"BMD\",\"symbol-alt-narrow\":\"$\"},\"BND\":{\"symbol\":\"BND\",\"symbol-alt-narrow\":\"$\"},\"BOB\":{\"symbol\":\"BOB\",\"symbol-alt-narrow\":\"Bs\"},\"BOL\":{\"symbol\":\"BOL\"},\"BOP\":{\"symbol\":\"BOP\"},\"BOV\":{\"symbol\":\"BOV\"},\"BRB\":{\"symbol\":\"BRB\"},\"BRC\":{\"symbol\":\"BRC\"},\"BRE\":{\"symbol\":\"BRE\"},\"BRL\":{\"symbol\":\"BRL\",\"symbol-alt-narrow\":\"R$\"},\"BRN\":{\"symbol\":\"BRN\"},\"BRR\":{\"symbol\":\"BRR\"},\"BRZ\":{\"symbol\":\"BRZ\"},\"BSD\":{\"symbol\":\"BSD\",\"symbol-alt-narrow\":\"$\"},\"BTN\":{\"symbol\":\"BTN\"},\"BUK\":{\"symbol\":\"BUK\"},\"BWP\":{\"symbol\":\"BWP\",\"symbol-alt-narrow\":\"P\"},\"BYB\":{\"symbol\":\"BYB\"},\"BYN\":{\"symbol\":\"BYN\",\"symbol-alt-narrow\":\"р.\"},\"BYR\":{\"symbol\":\"BYR\"},\"BZD\":{\"symbol\":\"BZD\",\"symbol-alt-narrow\":\"$\"},\"CAD\":{\"symbol\":\"CAD\",\"symbol-alt-narrow\":\"$\"},\"CDF\":{\"symbol\":\"CDF\"},\"CHE\":{\"symbol\":\"CHE\"},\"CHF\":{\"symbol\":\"CHF\"},\"CHW\":{\"symbol\":\"CHW\"},\"CLE\":{\"symbol\":\"CLE\"},\"CLF\":{\"symbol\":\"CLF\"},\"CLP\":{\"symbol\":\"CLP\",\"symbol-alt-narrow\":\"$\"},\"CNH\":{\"symbol\":\"CNH\"},\"CNX\":{\"symbol\":\"CNX\"},\"CNY\":{\"symbol\":\"CNY\",\"symbol-alt-narrow\":\"¥\"},\"COP\":{\"symbol\":\"COP\",\"symbol-alt-narrow\":\"$\"},\"COU\":{\"symbol\":\"COU\"},\"CRC\":{\"symbol\":\"CRC\",\"symbol-alt-narrow\":\"₡\"},\"CSD\":{\"symbol\":\"CSD\"},\"CSK\":{\"symbol\":\"CSK\"},\"CUC\":{\"symbol\":\"CUC\",\"symbol-alt-narrow\":\"$\"},\"CUP\":{\"symbol\":\"CUP\",\"symbol-alt-narrow\":\"$\"},\"CVE\":{\"symbol\":\"CVE\"},\"CYP\":{\"symbol\":\"CYP\"},\"CZK\":{\"symbol\":\"CZK\",\"symbol-alt-narrow\":\"Kč\"},\"DDM\":{\"symbol\":\"DDM\"},\"DEM\":{\"symbol\":\"DEM\"},\"DJF\":{\"symbol\":\"DJF\"},\"DKK\":{\"symbol\":\"DKK\",\"symbol-alt-narrow\":\"kr\"},\"DOP\":{\"symbol\":\"DOP\",\"symbol-alt-narrow\":\"$\"},\"DZD\":{\"symbol\":\"DZD\"},\"ECS\":{\"symbol\":\"ECS\"},\"ECV\":{\"symbol\":\"ECV\"},\"EEK\":{\"symbol\":\"EEK\"},\"EGP\":{\"symbol\":\"EGP\",\"symbol-alt-narrow\":\"E£\"},\"ERN\":{\"symbol\":\"ERN\"},\"ESA\":{\"symbol\":\"ESA\"},\"ESB\":{\"symbol\":\"ESB\"},\"ESP\":{\"symbol\":\"₧\",\"symbol-alt-narrow\":\"₧\"},\"ETB\":{\"symbol\":\"ETB\"},\"EUR\":{\"symbol\":\"EUR\",\"symbol-alt-narrow\":\"€\"},\"FIM\":{\"symbol\":\"FIM\"},\"FJD\":{\"symbol\":\"FJD\",\"symbol-alt-narrow\":\"$\"},\"FKP\":{\"symbol\":\"FKP\",\"symbol-alt-narrow\":\"FK£\"},\"FRF\":{\"symbol\":\"FRF\"},\"GBP\":{\"symbol\":\"GBP\",\"symbol-alt-narrow\":\"£\"},\"GEK\":{\"symbol\":\"GEK\"},\"GEL\":{\"symbol\":\"GEL\",\"symbol-alt-narrow\":\"₾\"},\"GHC\":{\"symbol\":\"GHC\"},\"GHS\":{\"symbol\":\"GHS\"},\"GIP\":{\"symbol\":\"GIP\",\"symbol-alt-narrow\":\"£\"},\"GMD\":{\"symbol\":\"GMD\"},\"GNF\":{\"symbol\":\"GNF\",\"symbol-alt-narrow\":\"FG\"},\"GNS\":{\"symbol\":\"GNS\"},\"GQE\":{\"symbol\":\"GQE\"},\"GRD\":{\"symbol\":\"GRD\"},\"GTQ\":{\"symbol\":\"GTQ\",\"symbol-alt-narrow\":\"Q\"},\"GWE\":{\"symbol\":\"GWE\"},\"GWP\":{\"symbol\":\"GWP\"},\"GYD\":{\"symbol\":\"GYD\",\"symbol-alt-narrow\":\"$\"},\"HKD\":{\"symbol\":\"HKD\",\"symbol-alt-narrow\":\"$\"},\"HNL\":{\"symbol\":\"HNL\",\"symbol-alt-narrow\":\"L\"},\"HRD\":{\"symbol\":\"HRD\"},\"HRK\":{\"symbol\":\"HRK\",\"symbol-alt-narrow\":\"kn\"},\"HTG\":{\"symbol\":\"HTG\"},\"HUF\":{\"symbol\":\"HUF\",\"symbol-alt-narrow\":\"Ft\"},\"IDR\":{\"symbol\":\"IDR\",\"symbol-alt-narrow\":\"Rp\"},\"IEP\":{\"symbol\":\"IEP\"},\"ILP\":{\"symbol\":\"ILP\"},\"ILR\":{\"symbol\":\"ILR\"},\"ILS\":{\"symbol\":\"ILS\",\"symbol-alt-narrow\":\"₪\"},\"INR\":{\"symbol\":\"INR\",\"symbol-alt-narrow\":\"₹\"},\"IQD\":{\"symbol\":\"IQD\"},\"IRR\":{\"symbol\":\"IRR\"},\"ISJ\":{\"symbol\":\"ISJ\"},\"ISK\":{\"symbol\":\"ISK\",\"symbol-alt-narrow\":\"kr\"},\"ITL\":{\"symbol\":\"ITL\"},\"JMD\":{\"symbol\":\"JMD\",\"symbol-alt-narrow\":\"$\"},\"JOD\":{\"symbol\":\"JOD\"},\"JPY\":{\"symbol\":\"JPY\",\"symbol-alt-narrow\":\"¥\"},\"KES\":{\"symbol\":\"KES\"},\"KGS\":{\"symbol\":\"KGS\"},\"KHR\":{\"symbol\":\"KHR\",\"symbol-alt-narrow\":\"៛\"},\"KMF\":{\"symbol\":\"KMF\",\"symbol-alt-narrow\":\"CF\"},\"KPW\":{\"symbol\":\"KPW\",\"symbol-alt-narrow\":\"₩\"},\"KRH\":{\"symbol\":\"KRH\"},\"KRO\":{\"symbol\":\"KRO\"},\"KRW\":{\"symbol\":\"KRW\",\"symbol-alt-narrow\":\"₩\"},\"KWD\":{\"symbol\":\"KWD\"},\"KYD\":{\"symbol\":\"KYD\",\"symbol-alt-narrow\":\"$\"},\"KZT\":{\"symbol\":\"KZT\",\"symbol-alt-narrow\":\"₸\"},\"LAK\":{\"symbol\":\"LAK\",\"symbol-alt-narrow\":\"₭\"},\"LBP\":{\"symbol\":\"LBP\",\"symbol-alt-narrow\":\"L£\"},\"LKR\":{\"symbol\":\"LKR\",\"symbol-alt-narrow\":\"Rs\"},\"LRD\":{\"symbol\":\"LRD\",\"symbol-alt-narrow\":\"$\"},\"LSL\":{\"symbol\":\"LSL\"},\"LTL\":{\"symbol\":\"LTL\",\"symbol-alt-narrow\":\"Lt\"},\"LTT\":{\"symbol\":\"LTT\"},\"LUC\":{\"symbol\":\"LUC\"},\"LUF\":{\"symbol\":\"LUF\"},\"LUL\":{\"symbol\":\"LUL\"},\"LVL\":{\"symbol\":\"LVL\",\"symbol-alt-narrow\":\"Ls\"},\"LVR\":{\"symbol\":\"LVR\"},\"LYD\":{\"symbol\":\"LYD\"},\"MAD\":{\"symbol\":\"MAD\"},\"MAF\":{\"symbol\":\"MAF\"},\"MCF\":{\"symbol\":\"MCF\"},\"MDC\":{\"symbol\":\"MDC\"},\"MDL\":{\"symbol\":\"MDL\"},\"MGA\":{\"symbol\":\"MGA\",\"symbol-alt-narrow\":\"Ar\"},\"MGF\":{\"symbol\":\"MGF\"},\"MKD\":{\"symbol\":\"MKD\"},\"MKN\":{\"symbol\":\"MKN\"},\"MLF\":{\"symbol\":\"MLF\"},\"MMK\":{\"symbol\":\"MMK\",\"symbol-alt-narrow\":\"K\"},\"MNT\":{\"symbol\":\"MNT\",\"symbol-alt-narrow\":\"₮\"},\"MOP\":{\"symbol\":\"MOP\"},\"MRO\":{\"symbol\":\"MRO\"},\"MTL\":{\"symbol\":\"MTL\"},\"MTP\":{\"symbol\":\"MTP\"},\"MUR\":{\"symbol\":\"MUR\",\"symbol-alt-narrow\":\"Rs\"},\"MVP\":{\"symbol\":\"MVP\"},\"MVR\":{\"symbol\":\"MVR\"},\"MWK\":{\"symbol\":\"MWK\"},\"MXN\":{\"symbol\":\"MXN\",\"symbol-alt-narrow\":\"$\"},\"MXP\":{\"symbol\":\"MXP\"},\"MXV\":{\"symbol\":\"MXV\"},\"MYR\":{\"symbol\":\"MYR\",\"symbol-alt-narrow\":\"RM\"},\"MZE\":{\"symbol\":\"MZE\"},\"MZM\":{\"symbol\":\"MZM\"},\"MZN\":{\"symbol\":\"MZN\"},\"NAD\":{\"symbol\":\"NAD\",\"symbol-alt-narrow\":\"$\"},\"NGN\":{\"symbol\":\"NGN\",\"symbol-alt-narrow\":\"₦\"},\"NIC\":{\"symbol\":\"NIC\"},\"NIO\":{\"symbol\":\"NIO\",\"symbol-alt-narrow\":\"C$\"},\"NLG\":{\"symbol\":\"NLG\"},\"NOK\":{\"symbol\":\"NOK\",\"symbol-alt-narrow\":\"kr\"},\"NPR\":{\"symbol\":\"NPR\",\"symbol-alt-narrow\":\"Rs\"},\"NZD\":{\"symbol\":\"NZD\",\"symbol-alt-narrow\":\"$\"},\"OMR\":{\"symbol\":\"OMR\"},\"PAB\":{\"symbol\":\"PAB\"},\"PEI\":{\"symbol\":\"PEI\"},\"PEN\":{\"symbol\":\"PEN\"},\"PES\":{\"symbol\":\"PES\"},\"PGK\":{\"symbol\":\"PGK\"},\"PHP\":{\"symbol\":\"PHP\",\"symbol-alt-narrow\":\"₱\"},\"PKR\":{\"symbol\":\"PKR\",\"symbol-alt-narrow\":\"Rs\"},\"PLN\":{\"symbol\":\"PLN\",\"symbol-alt-narrow\":\"zł\"},\"PLZ\":{\"symbol\":\"PLZ\"},\"PTE\":{\"symbol\":\"PTE\"},\"PYG\":{\"symbol\":\"PYG\",\"symbol-alt-narrow\":\"₲\"},\"QAR\":{\"symbol\":\"QAR\"},\"RHD\":{\"symbol\":\"RHD\"},\"ROL\":{\"symbol\":\"ROL\"},\"RON\":{\"symbol\":\"RON\",\"symbol-alt-narrow\":\"L\"},\"RSD\":{\"symbol\":\"RSD\"},\"RUB\":{\"symbol\":\"RUB\",\"symbol-alt-narrow\":\"₽\"},\"RUR\":{\"symbol\":\"RUR\",\"symbol-alt-narrow\":\"р.\"},\"RWF\":{\"symbol\":\"RWF\",\"symbol-alt-narrow\":\"RF\"},\"SAR\":{\"symbol\":\"SAR\"},\"SBD\":{\"symbol\":\"SBD\",\"symbol-alt-narrow\":\"$\"},\"SCR\":{\"symbol\":\"SCR\"},\"SDD\":{\"symbol\":\"SDD\"},\"SDG\":{\"symbol\":\"SDG\"},\"SDP\":{\"symbol\":\"SDP\"},\"SEK\":{\"symbol\":\"SEK\",\"symbol-alt-narrow\":\"kr\"},\"SGD\":{\"symbol\":\"SGD\",\"symbol-alt-narrow\":\"$\"},\"SHP\":{\"symbol\":\"SHP\",\"symbol-alt-narrow\":\"£\"},\"SIT\":{\"symbol\":\"SIT\"},\"SKK\":{\"symbol\":\"SKK\"},\"SLL\":{\"symbol\":\"SLL\"},\"SOS\":{\"symbol\":\"SOS\"},\"SRD\":{\"symbol\":\"SRD\",\"symbol-alt-narrow\":\"$\"},\"SRG\":{\"symbol\":\"SRG\"},\"SSP\":{\"symbol\":\"SSP\",\"symbol-alt-narrow\":\"SD£\"},\"STD\":{\"symbol\":\"STD\",\"symbol-alt-narrow\":\"Db\"},\"STN\":{\"symbol\":\"STN\"},\"SUR\":{\"symbol\":\"SUR\"},\"SVC\":{\"symbol\":\"SVC\"},\"SYP\":{\"symbol\":\"SYP\",\"symbol-alt-narrow\":\"S£\"},\"SZL\":{\"symbol\":\"SZL\"},\"THB\":{\"symbol\":\"THB\",\"symbol-alt-narrow\":\"฿\"},\"TJR\":{\"symbol\":\"TJR\"},\"TJS\":{\"symbol\":\"TJS\"},\"TMM\":{\"symbol\":\"TMM\"},\"TMT\":{\"symbol\":\"TMT\"},\"TND\":{\"symbol\":\"TND\"},\"TOP\":{\"symbol\":\"TOP\",\"symbol-alt-narrow\":\"T$\"},\"TPE\":{\"symbol\":\"TPE\"},\"TRL\":{\"symbol\":\"TRL\"},\"TRY\":{\"symbol\":\"TRY\",\"symbol-alt-narrow\":\"₺\"},\"TTD\":{\"symbol\":\"TTD\",\"symbol-alt-narrow\":\"$\"},\"TWD\":{\"symbol\":\"TWD\",\"symbol-alt-narrow\":\"NT$\"},\"TZS\":{\"symbol\":\"TZS\"},\"UAH\":{\"symbol\":\"UAH\",\"symbol-alt-narrow\":\"₴\"},\"UAK\":{\"symbol\":\"UAK\"},\"UGS\":{\"symbol\":\"UGS\"},\"UGX\":{\"symbol\":\"UGX\"},\"USD\":{\"symbol\":\"$\",\"symbol-alt-narrow\":\"$\"},\"USN\":{\"symbol\":\"USN\"},\"USS\":{\"symbol\":\"USS\"},\"UYI\":{\"symbol\":\"UYI\"},\"UYP\":{\"symbol\":\"UYP\"},\"UYU\":{\"symbol\":\"UYU\",\"symbol-alt-narrow\":\"$\"},\"UZS\":{\"symbol\":\"UZS\"},\"VEB\":{\"symbol\":\"VEB\"},\"VEF\":{\"symbol\":\"VEF\",\"symbol-alt-narrow\":\"BsF\"},\"VND\":{\"symbol\":\"VND\",\"symbol-alt-narrow\":\"₫\"},\"VNN\":{\"symbol\":\"VNN\"},\"VUV\":{\"symbol\":\"VUV\"},\"WST\":{\"symbol\":\"WST\"},\"XAF\":{\"symbol\":\"XAF\"},\"XAG\":{\"symbol\":\"XAG\"},\"XAU\":{\"symbol\":\"XAU\"},\"XBA\":{\"symbol\":\"XBA\"},\"XBB\":{\"symbol\":\"XBB\"},\"XBC\":{\"symbol\":\"XBC\"},\"XBD\":{\"symbol\":\"XBD\"},\"XCD\":{\"symbol\":\"XCD\",\"symbol-alt-narrow\":\"$\"},\"XDR\":{\"symbol\":\"XDR\"},\"XEU\":{\"symbol\":\"XEU\"},\"XFO\":{\"symbol\":\"XFO\"},\"XFU\":{\"symbol\":\"XFU\"},\"XOF\":{\"symbol\":\"XOF\"},\"XPD\":{\"symbol\":\"XPD\"},\"XPF\":{\"symbol\":\"CFPF\"},\"XPT\":{\"symbol\":\"XPT\"},\"XRE\":{\"symbol\":\"XRE\"},\"XSU\":{\"symbol\":\"XSU\"},\"XTS\":{\"symbol\":\"XTS\"},\"XUA\":{\"symbol\":\"XUA\"},\"XXX\":{\"symbol\":\"XXX\"},\"YDD\":{\"symbol\":\"YDD\"},\"YER\":{\"symbol\":\"YER\"},\"YUD\":{\"symbol\":\"YUD\"},\"YUM\":{\"symbol\":\"YUM\"},\"YUN\":{\"symbol\":\"YUN\"},\"YUR\":{\"symbol\":\"YUR\"},\"ZAL\":{\"symbol\":\"ZAL\"},\"ZAR\":{\"symbol\":\"ZAR\",\"symbol-alt-narrow\":\"R\"},\"ZMK\":{\"symbol\":\"ZMK\"},\"ZMW\":{\"symbol\":\"ZMW\",\"symbol-alt-narrow\":\"ZK\"},\"ZRN\":{\"symbol\":\"ZRN\"},\"ZRZ\":{\"symbol\":\"ZRZ\"},\"ZWD\":{\"symbol\":\"ZWD\"},\"ZWL\":{\"symbol\":\"ZWL\"},\"ZWR\":{\"symbol\":\"ZWR\"}}}}}}\n);\nGlobalize.locale('es-SV');DevExpress.Dashboard.ResourceManager.embedBundledResources();\n//-->\n</script>\n        \n\n\n\n     \n\n    </div>\n    </form>\n</body>\n</html>\n\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESTADISTICO_UT/get_live.html",
    "content": "\n\n<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=1_72,1_66,24_378-ZIODq\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=24_379-ZIODq\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"/DXR.axd?r=24_414,24_442,24_443,24_478,15_1-ZIODq\" /><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>\n\n</title></head>\n\n\n\n<body>\n    <form method=\"post\" action=\"./OperacionDiaria.aspx\" id=\"form1\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"NFMbtWYKKZc/XxmT3ygJTT/2j7FJdEYjx3lst+0tXr+WbNJK9dPHm9rIiNC2KlE51iX3PS32b2fZqaAn1JEOLik1AV1D0U2HTDGFIFXvxlkOpImPz6qAIJ0BOcDHaN0kVl/CwZkCIyifqlW4LUjJHUoUZF4fJYEaAQelrPSNdPfIOcwi68uN9V03DIscxUGq0/LFhkrRvosQLkEW3wCOeDeZ5s1tsYUxSzznYZQRLM7snR2hes9TCUDqID6p+XNWqevf9dWR8XIPzbWuElqrtFvx/hf86DRh8EbBKH6KwPX31uqodyU59NEml+Q5f58Ankmx1V/NG45SHm/0VaX8QR93V8R0h+ok15c0KfyRY4hfjbkGf6O7NUyQCqv2xmED9BKC6q2TRvxzZB3G3usCzdTx8cnkW/cHRKFUDFrUbrk=\" />\n\n<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"009BF757\" />\n<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"PR2tywqPKvc0zuB3a3mKbm1Wm9tFkp5si5XKeA9r7PU4041kMrUqbBNviXgo56tOpDZgP7Xq70U79xG64YP6V87mQL3fIe2tjtLP87efc688hBz/wHVzqggagKxAd7sc\" />\n    <div>\n\n         \n\n    \n\n        <script id=\"dxis_97874048\" src=\"/DXR.axd?r=1_9,1_10,1_253,1_21,1_62,1_12,1_13,1_0,1_4,24_364,24_365,24_366,24_367,24_359,24_362,24_363,24_360,24_361,24_479,24_480,25_0,24_368,24_440,24_441,15_0,25_2,25_1,25_3-ZIODq\" type=\"text/javascript\"></script><script id=\"dxss_816972592\" type=\"text/javascript\">\n<!--\n// copyright\nace.define(\"ace/mode/json_highlight_rules\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text_highlight_rules\"],function(e,t,n){\"use strict\";var r=e(\"../lib/oop\"),i=e(\"./text_highlight_rules\").TextHighlightRules,s=function(){this.$rules={start:[{token:\"variable\",regex:'[\"](?:(?:\\\\\\\\.)|(?:[^\"\\\\\\\\]))*?[\"]\\\\s*(?=:)'},{token:\"string\",regex:'\"',next:\"string\"},{token:\"constant.numeric\",regex:\"0[xX][0-9a-fA-F]+\\\\b\"},{token:\"constant.numeric\",regex:\"[+-]?\\\\d+(?:(?:\\\\.\\\\d*)?(?:[eE][+-]?\\\\d+)?)?\\\\b\"},{token:\"constant.language.boolean\",regex:\"(?:true|false)\\\\b\"},{token:\"text\",regex:\"['](?:(?:\\\\\\\\.)|(?:[^'\\\\\\\\]))*?[']\"},{token:\"comment\",regex:\"\\\\/\\\\/.*$\"},{token:\"comment.start\",regex:\"\\\\/\\\\*\",next:\"comment\"},{token:\"paren.lparen\",regex:\"[[({]\"},{token:\"paren.rparen\",regex:\"[\\\\])}]\"},{token:\"text\",regex:\"\\\\s+\"}],string:[{token:\"constant.language.escape\",regex:/\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|[\"\\\\\\/bfnrt])/},{token:\"string\",regex:'\"|$',next:\"start\"},{defaultToken:\"string\"}],comment:[{token:\"comment.end\",regex:\"\\\\*\\\\/\",next:\"start\"},{defaultToken:\"comment\"}]}};r.inherits(s,i),t.JsonHighlightRules=s}),ace.define(\"ace/mode/matching_brace_outdent\",[\"require\",\"exports\",\"module\",\"ace/range\"],function(e,t,n){\"use strict\";var r=e(\"../range\").Range,i=function(){};(function(){this.checkOutdent=function(e,t){return/^\\s+$/.test(e)?/^\\s*\\}/.test(t):!1},this.autoOutdent=function(e,t){var n=e.getLine(t),i=n.match(/^(\\s*\\})/);if(!i)return 0;var s=i[1].length,o=e.findMatchingBracket({row:t,column:s});if(!o||o.row==t)return 0;var u=this.$getIndent(e.getLine(o.row));e.replace(new r(t,0,t,s-1),u)},this.$getIndent=function(e){return e.match(/^\\s*/)[0]}}).call(i.prototype),t.MatchingBraceOutdent=i}),ace.define(\"ace/mode/folding/cstyle\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/range\",\"ace/mode/folding/fold_mode\"],function(e,t,n){\"use strict\";var r=e(\"../../lib/oop\"),i=e(\"../../range\").Range,s=e(\"./fold_mode\").FoldMode,o=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\\|[^|]*?$/,\"|\"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\\|[^|]*?$/,\"|\"+e.end)))};r.inherits(o,s),function(){this.foldingStartMarker=/([\\{\\[\\(])[^\\}\\]\\)]*$|^\\s*(\\/\\*)/,this.foldingStopMarker=/^[^\\[\\{\\(]*([\\}\\]\\)])|^[\\s\\*]*(\\*\\/)/,this.singleLineBlockCommentRe=/^\\s*(\\/\\*).*\\*\\/\\s*$/,this.tripleStarBlockCommentRe=/^\\s*(\\/\\*\\*\\*).*\\*\\/\\s*$/,this.startRegionRe=/^\\s*(\\/\\*|\\/\\/)#?region\\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,n){var r=e.getLine(n);if(this.singleLineBlockCommentRe.test(r)&&!this.startRegionRe.test(r)&&!this.tripleStarBlockCommentRe.test(r))return\"\";var i=this._getFoldWidgetBase(e,t,n);return!i&&this.startRegionRe.test(r)?\"start\":i},this.getFoldWidgetRange=function(e,t,n,r){var i=e.getLine(n);if(this.startRegionRe.test(i))return this.getCommentRegionBlock(e,i,n);var s=i.match(this.foldingStartMarker);if(s){var o=s.index;if(s[1])return this.openingBracketBlock(e,s[1],n,o);var u=e.getCommentFoldRange(n,o+s[0].length,1);return u&&!u.isMultiLine()&&(r?u=this.getSectionRange(e,n):t!=\"all\"&&(u=null)),u}if(t===\"markbegin\")return;var s=i.match(this.foldingStopMarker);if(s){var o=s.index+s[0].length;return s[1]?this.closingBracketBlock(e,s[1],n,o):e.getCommentFoldRange(n,o,-1)}},this.getSectionRange=function(e,t){var n=e.getLine(t),r=n.search(/\\S/),s=t,o=n.length;t+=1;var u=t,a=e.getLength();while(++t<a){n=e.getLine(t);var f=n.search(/\\S/);if(f===-1)continue;if(r>f)break;var l=this.getFoldWidgetRange(e,\"all\",t);if(l){if(l.start.row<=s)break;if(l.isMultiLine())t=l.end.row;else if(r==f)break}u=t}return new i(s,o,u,e.getLine(u).length)},this.getCommentRegionBlock=function(e,t,n){var r=t.search(/\\s*$/),s=e.getLength(),o=n,u=/^\\s*(?:\\/\\*|\\/\\/|--)#?(end)?region\\b/,a=1;while(++n<s){t=e.getLine(n);var f=u.exec(t);if(!f)continue;f[1]?a--:a++;if(!a)break}var l=n;if(l>o)return new i(o,r,l,t.length)}}.call(o.prototype)}),ace.define(\"ace/mode/json\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/json_highlight_rules\",\"ace/mode/matching_brace_outdent\",\"ace/mode/behaviour/cstyle\",\"ace/mode/folding/cstyle\",\"ace/worker/worker_client\"],function(e,t,n){\"use strict\";var r=e(\"../lib/oop\"),i=e(\"./text\").Mode,s=e(\"./json_highlight_rules\").JsonHighlightRules,o=e(\"./matching_brace_outdent\").MatchingBraceOutdent,u=e(\"./behaviour/cstyle\").CstyleBehaviour,a=e(\"./folding/cstyle\").FoldMode,f=e(\"../worker/worker_client\").WorkerClient,l=function(){this.HighlightRules=s,this.$outdent=new o,this.$behaviour=new u,this.foldingRules=new a};r.inherits(l,i),function(){this.lineCommentStart=\"//\",this.blockComment={start:\"/*\",end:\"*/\"},this.getNextLineIndent=function(e,t,n){var r=this.$getIndent(t);if(e==\"start\"){var i=t.match(/^.*[\\{\\(\\[]\\s*$/);i&&(r+=n)}return r},this.checkOutdent=function(e,t,n){return this.$outdent.checkOutdent(t,n)},this.autoOutdent=function(e,t,n){this.$outdent.autoOutdent(t,n)},this.createWorker=function(e){var t=new f([\"ace\"],\"ace/mode/json_worker\",\"JsonWorker\");return t.attachToDocument(e.getDocument()),t.on(\"annotate\",function(t){e.setAnnotations(t.data)}),t.on(\"terminate\",function(){e.clearAnnotations()}),t},this.$id=\"ace/mode/json\"}.call(l.prototype),t.Mode=l});                (function() {\n                    ace.require([\"ace/mode/json\"], function(m) {\n                        if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n                            module.exports = m;\n                        }\n                    });\n                })();\n            \nwindow.ace.config.setModuleUrl('ace/mode/json_worker', '/DXR.axd?r=24_482-ZIODq');\n// copyright\nace.define(\"ace/theme/dreamweaver\",[\"require\",\"exports\",\"module\",\"ace/lib/dom\"],function(e,t,n){t.isDark=!1,t.cssClass=\"ace-dreamweaver\",t.cssText='.ace-dreamweaver .ace_gutter {background: #e8e8e8;color: #333;}.ace-dreamweaver .ace_print-margin {width: 1px;background: #e8e8e8;}.ace-dreamweaver {background-color: #FFFFFF;color: black;}.ace-dreamweaver .ace_fold {background-color: #757AD8;}.ace-dreamweaver .ace_cursor {color: black;}.ace-dreamweaver .ace_invisible {color: rgb(191, 191, 191);}.ace-dreamweaver .ace_storage,.ace-dreamweaver .ace_keyword {color: blue;}.ace-dreamweaver .ace_constant.ace_buildin {color: rgb(88, 72, 246);}.ace-dreamweaver .ace_constant.ace_language {color: rgb(88, 92, 246);}.ace-dreamweaver .ace_constant.ace_library {color: rgb(6, 150, 14);}.ace-dreamweaver .ace_invalid {background-color: rgb(153, 0, 0);color: white;}.ace-dreamweaver .ace_support.ace_function {color: rgb(60, 76, 114);}.ace-dreamweaver .ace_support.ace_constant {color: rgb(6, 150, 14);}.ace-dreamweaver .ace_support.ace_type,.ace-dreamweaver .ace_support.ace_class {color: #009;}.ace-dreamweaver .ace_support.ace_php_tag {color: #f00;}.ace-dreamweaver .ace_keyword.ace_operator {color: rgb(104, 118, 135);}.ace-dreamweaver .ace_string {color: #00F;}.ace-dreamweaver .ace_comment {color: rgb(76, 136, 107);}.ace-dreamweaver .ace_comment.ace_doc {color: rgb(0, 102, 255);}.ace-dreamweaver .ace_comment.ace_doc.ace_tag {color: rgb(128, 159, 191);}.ace-dreamweaver .ace_constant.ace_numeric {color: rgb(0, 0, 205);}.ace-dreamweaver .ace_variable {color: #06F}.ace-dreamweaver .ace_xml-pe {color: rgb(104, 104, 91);}.ace-dreamweaver .ace_entity.ace_name.ace_function {color: #00F;}.ace-dreamweaver .ace_heading {color: rgb(12, 7, 255);}.ace-dreamweaver .ace_list {color:rgb(185, 6, 144);}.ace-dreamweaver .ace_marker-layer .ace_selection {background: rgb(181, 213, 255);}.ace-dreamweaver .ace_marker-layer .ace_step {background: rgb(252, 255, 0);}.ace-dreamweaver .ace_marker-layer .ace_stack {background: rgb(164, 229, 101);}.ace-dreamweaver .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgb(192, 192, 192);}.ace-dreamweaver .ace_marker-layer .ace_active-line {background: rgba(0, 0, 0, 0.07);}.ace-dreamweaver .ace_gutter-active-line {background-color : #DCDCDC;}.ace-dreamweaver .ace_marker-layer .ace_selected-word {background: rgb(250, 250, 255);border: 1px solid rgb(200, 200, 250);}.ace-dreamweaver .ace_meta.ace_tag {color:#009;}.ace-dreamweaver .ace_meta.ace_tag.ace_anchor {color:#060;}.ace-dreamweaver .ace_meta.ace_tag.ace_form {color:#F90;}.ace-dreamweaver .ace_meta.ace_tag.ace_image {color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_script {color:#900;}.ace-dreamweaver .ace_meta.ace_tag.ace_style {color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_table {color:#099;}.ace-dreamweaver .ace_string.ace_regex {color: rgb(255, 0, 0)}.ace-dreamweaver .ace_indent-guide {background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;}';var r=e(\"../lib/dom\");r.importCssString(t.cssText,t.cssClass)});                (function() {\n                    ace.require([\"ace/theme/dreamweaver\"], function(m) {\n                        if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n                            module.exports = m;\n                        }\n                    });\n                })();\n            \n\n//-->\n</script><div id=\"ASPxDashboardViewer1\" RegisterJQuery=\"True\" UseDataAccessApi=\"true\" FullscreenMode=\"true\">\n\n</div><script id=\"dxss_2000826553\" type=\"text/javascript\">\n<!--\nASPx.createControl(ASPxClientDashboard,'ASPxDashboardViewer1','dashboardViewer',{'callBack':function(arg) { WebForm_DoCallback('ASPxDashboardViewer1',arg,ASPx.Callback,'ASPxDashboardViewer1',ASPx.CallbackError,true); },'initOptions':{'workingMode':'Viewer','initialDashboardId':'DashboardID','initialDashboardState':'','loadDefaultDashboard':true,'encodeHtml':true,'limitVisibleDataMode':'Designer','useCardLegacyLayout':false,'showConfirmationOnBrowserClosing':true,'resizeByTimer':true,'allowCreateNewDashboard':false,'allowOpenDashboard':false,'enableTextBoxItemEditor':false,'allowMaximizeItems':true,'useNeutralFilterMode':true,'dataRequestOptions':{'itemDataRequestMode':'BatchRequests','itemDataLoadingMode':'Always'},'extensions':{'url-state':{'includeDashboardIdToUrl':false,'includeDashboardStateToUrl':false},'dashboard-export':{'allowExportDashboard':true,'allowExportDashboardItems':true,'pdfExportOptions':{'PaperKind':'Letter','PageLayout':'Portrait','DocumentScaleMode':'None','ScaleFactor':1,'AutoFitPageCount':1,'ShowTitle':'Default','DashboardStatePosition':'Below','CardAutoArrangeContent':true,'ChartSizeMode':'Zoom','ChartAutomaticPageLayout':false,'GaugeAutoArrangeContent':true,'GridFitToPageWidth':true,'GridPrintHeadersOnEveryPage':true,'MapSizeMode':'Zoom','MapAutomaticPageLayout':false,'PieAutoArrangeContent':true,'PivotPrintHeadersOnEveryPage':true,'RangeFilterSizeMode':'Stretch','RangeFilterAutomaticPageLayout':false,'TreemapSizeMode':'Zoom','TreemapAutomaticPageLayout':false,'ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false,'FontInfo':{'Name':null,'GdiCharSet':0,'UseCustomFontInfo':false},'DashboardAutomaticPageLayout':true},'imageExportOptions':{'ShowTitle':'Default','Resolution':96,'Format':'Png','ScaleFactor':1,'ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false,'FontInfo':{'Name':null,'GdiCharSet':0,'UseCustomFontInfo':false}},'excelExportOptions':{'Format':'Xlsx','CsvValueSeparator':',','DashboardStatePosition':'Below','ExportFilters':false,'ExportParameters':false,'IncludeHiddenParameters':false}},'data-source-wizard':{'enableCustomSql':false,'allowCreateNewJsonConnection':false,'wizardSettings':{'enableSqlDataSource':true,'enableJsonDataSource':true,'enableOlapDataSource':true,'enableFederationDataSource':true}},'mobile-layout':{'mobileLayoutEnabled':'Auto'},'data-inspector':{'allowInspectAggregatedData':false,'allowInspectRawData':false}},'endpointCollection':{'dashboardUrls':{'GetDashboardsAction':'DXDD.axd?action=GetDashboardsAction','DashboardAction':'DXDD.axd?action=DashboardAction'},'dataServiceUrls':{'ConvertItemAction':'DXDD.axd?action=ConvertItemAction','FieldListAction':'DXDD.axd?action=FieldListAction','ParameterValuesAction':'DXDD.axd?action=ParameterValuesAction','DimensionUniqueValuesAction':'DXDD.axd?action=DimensionUniqueValuesAction','DimensionFilterItemsAction':'DXDD.axd?action=DimensionFilterItemsAction','DimensionFilterStringAction':'DXDD.axd?action=DimensionFilterStringAction','DashboardItemGetAction':'DXDD.axd?action=DashboardItemGetAction','DashboardItemBatchGetAction':'DXDD.axd?action=DashboardItemBatchGetAction','PerformExportAction':'DXDD.axd?action=PerformExportAction','GetColoringSchemeAction':'DXDD.axd?action=GetColoringSchemeAction','GetDashboardPaletteAction':'DXDD.axd?action=GetDashboardPaletteAction','GetUnderlyingDataAction':'DXDD.axd?action=GetUnderlyingDataAction','GetMapShapeFileAction':'DXDD.axd?action=GetMapShapeFileAction','MarkDataSourcesForReloadAction':'DXDD.axd?action=MarkDataSourcesForReloadAction'},'dataSourceUrls':{'GetDataSourcesAction':'DXDD.axd?action=GetDataSourcesAction'},'dataSourceWizardUrls':{'DataSourceWizardAction':'DXDD.axd?action=DataSourceWizardAction','GetConnectionStringsAction':'DXDD.axd?action=GetConnectionStringsAction'}},'localization':{'StringId.FilterMenuConditionAdd':'Add Condition','StringId.DefaultBooleanTrue':'True','StringId.FilterClauseGreater':'Is greater than','StringId.FilterClauseLessOrEqual':'Is less than or equal to','StringId.FilterClauseEndsWith':'Ends with','StringId.FilterAggregateCount':'Count','StringId.FilterClauseNoneOf':'Is none of','StringId.FilterClauseIsNull':'Is null','StringId.Cancel':'Cancel','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLastWeek':'Is last week','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalToday':'Is today','StringId.FilterClauseNotLike':'Is not like','StringId.FilterClauseEquals':'Equals','StringId.FilterAggregateExists':'Exists','StringId.DefaultBooleanFalse':'False','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalNextWeek':'Is next week','StringId.FilterGroupNotAnd':'Not And','StringId.FilterGroupOr':'Or','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisWeek':'Is earlier this week','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisYear':'Is earlier this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisMonth':'Is earlier this month','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalTomorrow':'Is tomorrow','StringId.FilterAggregateSum':'Sum','StringId.FilterAggregateAvg':'Avg','StringId.FilterAggregateMin':'Min','StringId.FilterAggregateMax':'Max','StringId.FilterGroupAnd':'And','StringId.FilterClauseLess':'Is less than','StringId.FilterClauseLike':'Is like','StringId.FilterMenuGroupAdd':'Add Group','StringId.CheckUnchecked':'Unchecked','StringId.FilterClauseIsNotNullOrEmpty':'Is not blank','StringId.FilterClauseDoesNotContain':'Does not contain','StringId.CheckIndeterminate':'Indeterminate','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalBeyondThisYear':'Is beyond this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalPriorThisYear':'Is prior to this year','StringId.FilterClauseContains':'Contains','StringId.FilterClauseBetween':'Is between','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisYear':'Is later this year','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisWeek':'Is later this week','StringId.FilterClauseIsNullOrEmpty':'Is blank','StringId.FilterClauseNotBetween':'Is not between','StringId.FilterEmptyEnter':'<enter a value>','StringId.FilterClauseGreaterOrEqual':'Is greater than or equal to','StringId.FilterGroupNotOr':'Not Or','StringId.None':'','StringId.FilterClauseDoesNotEqual':'Does not equal','StringId.DefaultBooleanDefault':'Default','StringId.OK':'OK','StringId.CheckChecked':'Checked','StringId.FilterClauseBeginsWith':'Begins with','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisMonth':'Is later this month','StringId.FilterCriteriaToStringFunctionIsOutlookIntervalYesterday':'Is yesterday','StringId.FilterClauseIsNotNull':'Is not null','StringId.FilterClauseAnyOf':'Is any of','AnalyticsCoreStringId.SqlDSWizard_QueryNamePlaceholder':'Type custom query name (current name: {0})','AnalyticsCoreStringId.QueryBuilder_RightOperand':'Right Operand','AnalyticsCoreStringId.ObjectDSWizard_EditParameters':'Edit Parameters...','AnalyticsCoreStringId.Wizard_Previous':'Previous','AnalyticsCoreStringId.Cmd_MoveUp':'Move Up','AnalyticsCoreStringId.Cmd_Properties':'Properties','AnalyticsCoreStringId.SqlDSWizard_PageConfigureMultiQuery':'Columns selected from specific tables and/or views will be automatically included into a separate query.','AnalyticsCoreStringId.QueryBuilder_TableProperties':'Table Properties','AnalyticsCoreStringId.ParametersPanel_False':'No','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_PathParameter':'Path Parameter','DxDesignerStringId.None':'(none)','AnalyticsCoreStringId.QueryBuilder_Tables_ShowMore':'Show more...','AnalyticsCoreStringId.Mobile_DateRange_StartDate':'Start Date','AnalyticsCoreStringId.Mobile_DateRange_Title':'Date Range Parameter','AnalyticsCoreStringId.Font.Size':'Size','AnalyticsCoreStringId.Font.Unit':'Unit','AnalyticsCoreStringId.Mobile_DateRange_Until':'Until','AnalyticsCoreStringId.Parameter_Type_Guid':'Guid','AnalyticsCoreStringId.ImagePicker_Placeholder':'Image','AnalyticsCoreStringId.Wizard_Millimeter':'Millimeter','AnalyticsCoreStringId.SqlDSWizard_PageChooseConnection':'Choose a data connection.','AnalyticsCoreStringId.PaddingInfo.All':'All','AnalyticsCoreStringId.PaddingInfo.Top':'Top','AnalyticsCoreStringId.PaddingInfo.Right':'Right','AnalyticsCoreStringId.Parameter_Type_String':'String','AnalyticsCoreStringId.Cmd_Delete':'Delete','AnalyticsCoreStringId.Loading':'Loading...','AnalyticsCoreStringId.Wizard_UseExisting_DataSource':'Do you want to use an existing data source?','AnalyticsCoreStringId.QueryBuilder_PreviewSelectStatement_Tooltip':'Preview Select Statement...','AnalyticsCoreStringId.Mobile_DateRange_SelectPeriod':'Select Period','AnalyticsCoreStringId.SqlDSWizard_Title':'Data Source Wizard','AnalyticsCoreStringId.SqlDSWizard_CreateNewQuery':'Create New Query...','AnalyticsCoreStringId.FilterEditor_Operand_Type_Property':'Property','AnalyticsCoreStringId.GuidIsRequired_Error':'Guid is required and should have a valid format.','AnalyticsCoreStringId.SearchDialog_Cancel':'Cancel','AnalyticsCoreStringId.Wizard_Next':'Next','AnalyticsCoreStringId.Wizard_Inch':'Inch','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_DetailQuery':'Detail Query','AnalyticsCoreStringId.SqlDSWizard_PageConfigureParameters':'Configure query parameters.','DxDesignerStringId.CodeCompletion_Function':'function','AnalyticsCoreStringId.Mobile_DateRange_From':'From','AnalyticsCoreStringId.CollectionEditor_Value_Placeholder':'Value','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_Header':'Header','AnalyticsCoreStringId.Wizard_Queries_Description':'Choose predefined queries and/or create custom queries.','AnalyticsCoreStringId.Wizard_SpecifyDataSourceSettingsPage':'Specify Data Source Settings','AnalyticsCoreStringId.EditCut':'Cut','AnalyticsCoreStringId.FieldListActions_AddParameter':'Add parameter','AnalyticsCoreStringId.ObjectDSWizard_ChooseDataMember_Description':'Choose the entire object or a data member to bind.','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSourcePage_QueryParameter':'Query Parameter','AnalyticsCoreStringId.Parameter_Type_DateTime':'Date','AnalyticsCoreStringId.QueryBuilder_Parameters':'Parameters','AnalyticsCoreStringId.PaddingInfo.Bottom':'Bottom','AnalyticsCoreStringId.QueryBuilder_SearchBox_EmptyText':'Enter text to search...','AnalyticsCoreStringId.PropertyGrid_Editor_EmptyText':'Select...','AnalyticsCoreStringId.Actions':'Actions','AnalyticsCoreStringId.JsonDSWizard_UseExistingConnection':'Yes, let me choose an existing data connection from the list','AnalyticsCoreStringId.QueryBuilder_SelectionProperties':'Selection Properties','AnalyticsCoreStringId.DataPreview_Title':'Data Preview (First 100 Rows Displayed)','AnalyticsCoreStringId.DataPreview_Empty':'No data to display','AnalyticsCoreStringId.SqlDSWizard_EditQuery':'Edit query','AnalyticsCoreStringId.FilterEditor_Operand_CreateNewParameter':'Create new parameter','AnalyticsCoreStringId.Category':'Category','AnalyticsCoreStringId.QueryBuilder_PageConfigureParametersEmpty':'Click the Add button to create a parameter.','AnalyticsCoreStringId.UploadFile':'Load File','AnalyticsCoreStringId.PaddingInfo.Left':'Left','AnalyticsCoreStringId.Wizard_SpecifyObjectDataSourceSettingsPage_Description':'Specify Object Data Source Settings','DataAccessWebStringId.QueryBuilder_ResultType':'Result Type','AnalyticsCoreStringId.QueryBuilder_AvailableTables':'Available tables and views','AnalyticsCoreStringId.Cmd_Paste':'Paste','AnalyticsCoreStringId.Validation':'Validation...','AnalyticsCoreStringId.DSWizard_Title':'Data Source Wizard','AnalyticsCoreStringId.Wizard_SelectDataSourceType_Placeholder':'To specify a data source, select \"No, I\\'d like to create a new data source\".','AnalyticsCoreStringId.SqlDSWizard_PageConfigureParametersEmpty':'To create an item click the Add button.','DxDesignerStringId.CodeCompletion_List':'list','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_EntireObject':'Entire Object','AnalyticsCoreStringId.SqlDSWizard_PageConfigureMasterDetailRelations':'Configure master-detail relationships.','AnalyticsCoreStringId.SelectAll':'(Select All)','AnalyticsCoreStringId.QueryBuilder_RelationProperties':'Relation Properties','AnalyticsCoreStringId.Parameter_Type_Boolean':'Boolean','AnalyticsCoreStringId.ParametersPanel_DateTimeValueValidationError':'The value cannot be empty.','AnalyticsCoreStringId.SqlDSWizard_QueryName':'Query Name','AnalyticsCoreStringId.Cmd_MoveDown':'Move Down','AnalyticsCoreStringId.Wizard_ChooseDataSourceFromList':'Yes, let me choose an existing data source from the list','AnalyticsCoreStringId.SqlDSWizard_WriteCustomSQL':'Write Custom SQL','AnalyticsCoreStringId.QueryBuilder_SurfacePlaceholder':'Drop a table or view here to create a query.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnectionPage_Description':'Create a data connection.','AnalyticsCoreStringId.Wizard_CreateNewDataSource':'No, I\\'d like to create a new data source','AnalyticsCoreStringId.FormatStringEditor_Title':'Format String Editor','AnalyticsCoreStringId.FormatStringEditor_Types':'Types','AnalyticsCoreStringId.PropertyGrid_PopupMenu_Reset':'Reset','AnalyticsCoreStringId.QueryBuilder_LeftOperand':'Left Operand','AnalyticsCoreStringId.SizeF.Height':'Height','AnalyticsCoreStringId.FilterEditor_Operand_Type_Parameter':'Parameter','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_MasterQuery':'Master Query','AnalyticsCoreStringId.SizeF.Width':'Width','DxDesignerStringId.CodeCompletion_Operator':'operator','AnalyticsCoreStringId.Wizard_MasterDetailRelationship_Placeholder':'To create a master-detail relationship, select two or more queries.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnectionPage_Placeholder':'To create a data connection, select \"No, I\\'d like to create a new data connection\".','AnalyticsCoreStringId.QueryBuilder_SelectDistinct':'Select distinct','AnalyticsCoreStringId.ZoomOut':'Zoom Out','AnalyticsCoreStringId.FormatFontName':'Font Name','AnalyticsCoreStringId.MenuButtons_Save':'Save','AnalyticsCoreStringId.SqlDSWizard_AddQuery':'Add query','AnalyticsCoreStringId.FormatStringEditor_PreviewNotAvailable_Text':'Preview is not available','AnalyticsCoreStringId.Wizard_Finish':'Finish','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_Description':'Configure constructor parameters and/or method parameters.','AnalyticsCoreStringId.JsonDSWizard_CreateNewConnection':'No, I\\'d like to create a new data connection','AnalyticsCoreStringId.QueryBuilder_Offset':'Offset','AnalyticsCoreStringId.SqlDSWizard_RemoveQuery':'Remove query','AnalyticsCoreStringId.QueryBuilder_JoinType':'Join Type','AnalyticsCoreStringId.JsonDSWizard_ChooseJsonSchemaPage_Placeholder':'To select data fields, choose or create a data connection.','AnalyticsCoreStringId.NameIsRequired_Error':'Name is required and should be a valid identifier.','AnalyticsCoreStringId.UploadJsonFile_Title':'Upload JSON File','AnalyticsCoreStringId.FilterEditor_Operand_Type_Value':'Value','AnalyticsCoreStringId.FilterEditor_AdvancedMode':'Advanced Mode','DataAccessWebStringId.QueryBuilder_ColumnsLoading':'Loading...','AnalyticsCoreStringId.Mobile_DateRange_EndDate':'End Date','AnalyticsCoreStringId.Parameter_Type_Decimal':'Number (decimal)','AnalyticsCoreStringId.Zoom':'Zoom','AnalyticsCoreStringId.Redo':'Redo','AnalyticsCoreStringId.Undo':'Undo','AnalyticsCoreStringId.ZoomIn':'Zoom In','AnalyticsCoreStringId.FilterEditor_TreeCreationError':'Cannot create a tree for this expression','AnalyticsCoreStringId.FontOptions_Unit_World':'World','AnalyticsCoreStringId.FontOptions_Unit_Pixel':'Pixel','AnalyticsCoreStringId.ObjectDSWizard_ChooseType_Description':'Choose the type and its constructor.','AnalyticsCoreStringId.Parameter_Type_Int64':'Number (64 bit integer)','AnalyticsCoreStringId.Parameter_Type_Int16':'Number (16 bit integer)','AnalyticsCoreStringId.Parameter_Type_Int32':'Number (32 bit integer)','AnalyticsCoreStringId.Parameter_Type_Float':'Number (floating-point)','AnalyticsCoreStringId.JsonDSWizard_ChooseConnection_Description':'Do you want to use an existing data connection?','DxDesignerStringId.CodeCompletion_Field':'field','AnalyticsCoreStringId.ValueIsRequiredOrInvalidFormat_Error':'The value cannot be empty and should have a valid format.','AnalyticsCoreStringId.Wizard_ChooseDataSource_Description':'Choose a Data Source to use in your report.','AnalyticsCoreStringId.QueryBuilder_Operator':'Operator','AnalyticsCoreStringId.Group_Edit':'Edit','AnalyticsCoreStringId.ExpressionEditor_ItemInfo_Fields':'Fields','AnalyticsCoreStringId.WarningMessage_FieldNotFound':'{0} is not found','AnalyticsCoreStringId.Parameter_Type_Double':'Number (double-precision floating-point)','AnalyticsCoreStringId.ObjectDSWizard_ConfigureParameters_Disabled_Description':'To specify parameters, select a parameterized constructor or method.','AnalyticsCoreStringId.ObjectDSWizard_ChooseDataMember_Disabled_Description':'To select a data member, choose a type that contains at least one data member.','AnalyticsCoreStringId.ParametersPanel_True':'Yes','AnalyticsCoreStringId.Wizard_ConfigureQueryParameters_Placeholder':'To specify query parameters, select a parameterized stored procedure or create a custom query.','AnalyticsCoreStringId.QueryBuilder_SelectAll':'Select All (*)','AnalyticsCoreStringId.QueryBuilder_SelectTop':'Select Top','AnalyticsCoreStringId.Wizard_SelectDataSourceType':'Select Data Source Type','AnalyticsCoreStringId.QueryBuilder_SortType':'Sort Type','AnalyticsCoreStringId.FilePicker_Placeholder':'File','AnalyticsCoreStringId.ExpressionEditor_ExpressionCaption':'Expression Editor','AnalyticsCoreStringId.SqlDSWizard_CustomSqlEditor':'Custom SQL Editor','AnalyticsCoreStringId.QueryBuilder_ColumnProperties':'Column Properties','AnalyticsCoreStringId.FormatStringEditor_Suffix':'Suffix','AnalyticsCoreStringId.Prefix':'Prefix','AnalyticsCoreStringId.QueryBuilder_QueryProperties':'Query Properties','AnalyticsCoreStringId.TooltipButtons_Preview':'Preview','AnalyticsCoreStringId.Wizard_DataSourceAssignment_Description':'The Wizard assigns the selected or a newly created data source to the report.','AnalyticsCoreStringId.QueryBuilder_SelectStatementPreview_Title':'Select Statement Preview','AnalyticsCoreStringId.Cmd_Copy':'Copy','DxDesignerStringId.Error_SchemaLoadingFailed':'Schema loading failed. {0}','AnalyticsCoreStringId.CollectionEditor_Name_Placeholder':'Name','ExpressionEditorStringId.Function_BigMul':'BigMul(Value1, Value2)\\r\\n\\r\\nReturns an Int64 containing the full product of two specified 32-bit numbers.','ExpressionEditorStringId.Function_Substring':'Substring(String, StartPosition)\\r\\n\\r\\nRetrieves a substring from String. The substring starts at StartPosition.','ExpressionEditorStringId.Function_LocalDateTimeDayAfterTomorrow':'LocalDateTimeDayAfterTomorrow()\\r\\n\\r\\nReturns a date-time value corresponding to the day after Tomorrow.','ExpressionEditorStringId.Function_Concat':'Concat(String1, ... ,StringN)\\r\\n\\r\\nReturns a string value containing the concatenation of the current string with any additional strings.','ExpressionEditorStringId.Function_Upper':'Upper(String)\\r\\n\\r\\nReturns String in uppercase.','ExpressionEditorStringId.Function_Today':'Today()\\r\\n\\r\\nReturns the current date. Regardless of the actual time, this function returns midnight of the current date.','ExpressionEditorStringId.Function_ToInt':'ToInt(Value)\\r\\n\\r\\nConverts Value to an equivalent 32-bit signed integer.','ExpressionEditorStringId.Function_ToStr':'ToStr(Value)\\r\\n\\r\\nReturns a string representation of an object.','ExpressionEditorStringId.Function_Round':'Round(Value)\\r\\n\\r\\nRounds the given Value to the nearest integer.','ExpressionEditorStringId.Function_Power':'Power()\\r\\n\\r\\nReturns a specified number Value, raised to a specified Power.','ExpressionEditorStringId.Function_IsMay':'IsMay(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within May.','ExpressionEditorStringId.Function_Lower':'Lower(String)\\r\\n\\r\\nReturns String in lowercase.','ExpressionEditorStringId.Function_Log_2':'Log(Value, Base)\\r\\n\\r\\nReturns the logarithm of a specified number Value in a specified Base.','ExpressionEditorStringId.Function_Log10':'Log10(Value)\\r\\n\\r\\nReturns the base 10 logarithm of a specified number Value.','ExpressionEditorStringId.Function_Ascii':'Ascii(String)\\r\\n\\r\\nReturns the ASCII code value of the leftmost character in a character expression.','ExpressionEditorStringId.Function_Floor':'Floor(Value)\\r\\n\\r\\nReturns the largest integer less than or equal to the given numeric expression.','ExpressionEditorStringId.Function_PadLeft':'PadLeft(String, Length)\\r\\n\\r\\nLeft-aligns characters in the defined String, padding its left side with white space characters up to a specified total Length.','ExpressionEditorStringId.Function_SingleAggregate':'Single()\\r\\n\\r\\nReturns a single object from the collection.','ExpressionEditorStringId.Function_IsYearToDate':'IsYearToDate(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the year-to-date period (starting from the first day of the current year and continuing up to the current date).','ExpressionEditorStringId.Operator_Multiply':'Multiplies the value of two expressions.','ExpressionEditorStringId.Function_Remove_3':'Remove(String, StartPosition, Length)\\r\\n\\r\\nDeletes a specified Length of characters from specified String, beginning at a specified StartPosition.','ExpressionEditorStringId.Function_IsFebruary':'IsFebruary(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within February.','ExpressionEditorStringId.Operator_Or':'Performs a logical disjunction on two Boolean expressions.','ExpressionEditorStringId.Operator_In':'In (,,,)\\r\\nTests for the existence of a property in an object.','ExpressionEditorStringId.Operator_Plus':'Adds the value of one numeric expression to another, or concatenates two strings','ExpressionEditorStringId.Operator_Less':'Less than operator. Used to compare expressions.','ExpressionEditorStringId.Operator_Like':'Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true.','ExpressionEditorStringId.Exception_SyntaxError':'Syntax error.','ExpressionEditorStringId.Function_GetTimeOfDay':'GetTimeOfDay(DateTime)\\r\\n\\r\\nExtracts the time of the day from the defined DateTime, in ticks.','ExpressionEditorStringId.Function_ToDouble':'ToDouble(Value)\\r\\n\\r\\nConverts Value to an equivalent 64-bit double-precision floating-point number.','ExpressionEditorStringId.Function_IsNullOrEmpty':'IsNullOrEmpty(String)\\r\\n\\r\\nReturns True if the specified String object is NULL or an empty string; otherwise, False is returned.','ExpressionEditorStringId.Operator_BitwiseAnd':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are 1, the corresponding result bit is 1. Otherwise, the corresponding result bit is 0.','ExpressionEditorStringId.Operator_BitwiseXor':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are equal, the corresponding result bit is 0. Otherwise, the corresponding result bit is 1.','ExpressionEditorStringId.Function_IsLastMonth':'IsLastMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the previous month.','ExpressionEditorStringId.Function_PadLeft_3':'PadLeft(String, Length, Char)\\r\\n\\r\\nLeft-aligns characters in the defined String, padding its left side with the specified Char up to a specified total Length.','ExpressionEditorStringId.Constant_Null':'Represents a null reference, one that does not refer to any object.','ExpressionEditorStringId.Constant_True':'Represents the Boolean True value.','ExpressionEditorStringId.Function_LocalDateTimeLastMonth':'LocalDateTimeLastMonth()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the previous month.','ExpressionEditorStringId.Operator_Between':'Between (,)\\r\\nSpecifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand.','ExpressionEditorStringId.Operator_Greater':'Greater than operator. Used to compare expressions.','ExpressionEditorStringId.Function_IsNextMonth':'IsNextMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the next month.','ExpressionEditorStringId.Function_GetMinute':'GetMinute(DateTime)\\r\\n\\r\\nExtracts minutes from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeNow':'LocalDateTimeNow()\\r\\n\\r\\nReturns a DateTime value corresponding to the current moment in time.','ExpressionEditorStringId.Function_LocalDateTimeTwoYearsAway':'LocalDateTimeTwoYearsAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the year after next.','ExpressionEditorStringId.Function_Tan':'Tan(Value)\\r\\n\\r\\nReturns the tangent of the angle defined in radians.','ExpressionEditorStringId.Function_Max':'Max(Value1, Value2)\\r\\n\\r\\nReturns the maximum value from the specified values.','ExpressionEditorStringId.Function_Min':'Min(Value1, Value2)\\r\\n\\r\\nReturns the minimum value from the specified values.','ExpressionEditorStringId.Function_Rnd':'Rnd()\\r\\n\\r\\nReturns a random number that is less than 1, but greater than or equal to zero.','ExpressionEditorStringId.Function_Sin':'Sin(Value)\\r\\n\\r\\nReturns the sine of the angle, defined in radians.','ExpressionEditorStringId.Function_Sqr':'Sqr(Value)\\r\\n\\r\\nReturns the square root of a given number Value.','ExpressionEditorStringId.Function_Iif':'Iif(FirstClause, FirstClauseTrueValue, ..., LastClause, LastClauseTrueValue, FalseValue)\\r\\n\\r\\nReturns either a value defined for the first Boolean condition that is True, or the last value if none of these conditions is True.\\r\\n\\r\\nThis function can accept any number of arguments.','ExpressionEditorStringId.Function_Now':'Now()\\r\\n\\r\\nReturns the current system date and time.','ExpressionEditorStringId.Function_Len':'Len(Value)\\r\\n\\r\\nReturns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.','ExpressionEditorStringId.Function_Log':'Log(Value)\\r\\n\\r\\nReturns the natural logarithm of a specified number.','ExpressionEditorStringId.Function_Exp':'Exp(Value)\\r\\n\\r\\nReturns the exponential value of the given float expression.','ExpressionEditorStringId.Function_Atn':'Atn(Value)\\r\\n\\r\\nReturns the arctangent of a number (the angle, in radians, whose tangent is the given float expression).','ExpressionEditorStringId.Function_Abs':'Abs(Value)\\r\\n\\r\\nReturns the absolute, positive value of the given numeric expression.','ExpressionEditorStringId.Function_Cos':'Cos(Value)\\r\\n\\r\\nReturns the cosine of the angle defined in radians.','ExpressionEditorStringId.Function_MaxAggregate':'Max()\\r\\n\\r\\nReturns the maximum expression value in a collection.','ExpressionEditorStringId.Exception_InvalidNumericLiteral':'Invalid numeric literal value: \"{0}\".','ExpressionEditorStringId.Function_AddSeconds':'AddSeconds(DateTime, SecondsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of SecondsCount away from the specified DateTime.','ExpressionEditorStringId.Operator_BitwiseOr':'Compares each bit of its first operand to the corresponding bit of its second operand. If both bits are 0, the corresponding result bit is 0. Otherwise, the corresponding result bit is 1.','ExpressionEditorStringId.Function_IsApril':'IsApril(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within April.','ExpressionEditorStringId.Function_IsMarch':'IsMarch(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within March.','ExpressionEditorStringId.Function_DateDiffMonth':'DateDiffMonth(StartDate, EndDate)\\r\\n\\r\\nReturns the number of month boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_AvgAggregate':'Avg()\\r\\n\\r\\nEvaluates the average of the values in the collection.','ExpressionEditorStringId.Function_GetMilliSecond':'GetMilliSecond(DateTime)\\r\\n\\r\\nExtracts milliseconds from the defined DateTime.','ExpressionEditorStringId.Function_IsDecember':'IsDecember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within December.','ExpressionEditorStringId.Function_GetSecond':'GetSecond(DateTime)\\r\\n\\r\\nExtracts seconds from the defined DateTime.','ExpressionEditorStringId.Function_IsAugust':'IsAugust(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within August.','ExpressionEditorStringId.Function_Round_2':'Round(Value, Precision)\\r\\n\\r\\nRounds the given Value to the nearest integer, or to a specified Precision.','ExpressionEditorStringId.Function_Tanh':'Tanh(Value)\\r\\n\\r\\nReturns the hyperbolic tangent of the angle defined in radians.','ExpressionEditorStringId.Function_Trim':'Trim(String)\\r\\n\\r\\nRemoves all leading and trailing SPACE characters from String.','ExpressionEditorStringId.Function_Sign':'Sign(Value)\\r\\n\\r\\nReturns the positive (+1), zero (0), or negative (-1) sign of the given Value.','ExpressionEditorStringId.Function_Sinh':'Sinh(Value)\\r\\n\\r\\nReturns the hyperbolic sine of the angle defined in radians.','ExpressionEditorStringId.Function_Join':'Join(Collection)\\r\\n\\r\\nConcatenates elements of the specified Collection, inserting comma between each element.','ExpressionEditorStringId.Function_Atn2':'Atn2(Value1, Value2)\\r\\n\\r\\nReturns the angle whose tangent is the quotient of two specified numbers, in radians.','ExpressionEditorStringId.Function_Asin':'Asin(Value)\\r\\n\\r\\nReturns the arcsine of a number (the angle, in radians, whose sine is the given float expression).','ExpressionEditorStringId.Function_Acos':'Acos(Value)\\r\\n\\r\\nReturns the arccosine of a number (the angle, in radians, whose cosine is the given float expression).','ExpressionEditorStringId.Function_Cosh':'Cosh(Value)\\r\\n\\r\\nReturns the hyperbolic cosine of the angle defined in radians.','ExpressionEditorStringId.Function_Char':'Char(Number)\\r\\n\\r\\nConverts the specified ASCII integer Number to a character.','ExpressionEditorStringId.Operator_Not':'Performs logical negation on an expression.','ExpressionEditorStringId.Operator_And':'Performs a logical conjunction on two expressions.','ExpressionEditorStringId.Exception_WrongArgumentsCount':'Wrong arguments count for function \"{0}(...)\".','ExpressionEditorStringId.Function_ToDecimal':'ToDecimal(Value)\\r\\n\\r\\nConverts Value to an equivalent decimal number.','ExpressionEditorStringId.Operator_NotEqual':'Returns true if the operands do not have the same value; otherwise, it returns false.','ExpressionEditorStringId.Function_IsNull_2':'IsNull(Value1, Value2)\\r\\n\\r\\nReturns the second operand if the first operand is null, otherwise, the first operand is returned.','ExpressionEditorStringId.Function_Replace':'Replace(String, SubString2, String3)\\r\\n\\r\\nReturns a copy of String1, in which SubString2 has been replaced with String3.','ExpressionEditorStringId.Function_Reverse':'Reverse(String)\\r\\n\\r\\nReverses the order of elements within a String.','ExpressionEditorStringId.Exception_InvalidCharacter':'Invalid input character: \"{0}\".','ExpressionEditorStringId.Function_GetHour':'GetHour(DateTime)\\r\\n\\r\\nExtracts an hour from the defined DateTime.','ExpressionEditorStringId.Function_GetDate':'GetDate(DateTime)\\r\\n\\r\\nExtracts a date from the defined DateTime.','ExpressionEditorStringId.Function_GetYear':'GetYear(DateTime)\\r\\n\\r\\nExtracts a year from the defined DateTime','ExpressionEditorStringId.Operator_Minus':'Finds the difference between two numbers.','ExpressionEditorStringId.Operator_Equal':'Returns true if both operands have the same value; otherwise, it returns false.','ExpressionEditorStringId.Function_InRange':'InRange(FirstOperand, SecondOperand, ThirdOperand)\\r\\n\\r\\nSpecifies a range to test. Returns true if the first operand is greater than or equal to the second operand and less than the third operand.','ExpressionEditorStringId.Operator_LessOrEqual':'Less than or equal to operator. Used to compare expressions.','ExpressionEditorStringId.Function_DateDiffHour':'DateDiffHour(StartDate, EndDate)\\r\\n\\r\\nReturns the number of hour boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffTick':'DateDiffTick(StartDate, EndDate)\\r\\n\\r\\nReturns the number of tick boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffYear':'DateDiffYear(StartDate, EndDate)\\r\\n\\r\\nReturns the number of year boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_ExistsAggregate':'Exists()\\r\\n\\r\\nDetermines whether the object exists in the collection.','ExpressionEditorStringId.Function_IsNextYear':'IsNextYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the next year.','ExpressionEditorStringId.Exception_MalformedProperty':'Malformed property name: missing closing \"{0}\".','ExpressionEditorStringId.Constant_False':'Represents the Boolean False value.','ExpressionEditorStringId.Function_MinAggregate':'Min()\\r\\n\\r\\nReturns the minimum expression value in a collection.','ExpressionEditorStringId.Function_Substring_3':'Substring(String, StartPosition, Length)\\r\\n\\r\\nRetrieves a substring from String. The substring starts at StartPosition and has the specified Length.','ExpressionEditorStringId.Function_LocalDateTimeTomorrow':'LocalDateTimeTomorrow()\\r\\n\\r\\nReturns a date-time value corresponding to Tomorrow.','ExpressionEditorStringId.Function_IsSameDay':'IsSameDay(DateTime, DateTime)\\r\\n\\r\\nReturns True if the specified DateTime values fall within the same day.','ExpressionEditorStringId.Function_GetMonth':'GetMonth(DateTime)\\r\\n\\r\\nExtracts a month from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeThisMonth':'LocalDateTimeThisMonth()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current month.','ExpressionEditorStringId.Function_Ceiling':'Ceiling(Value)\\r\\n\\r\\nReturns the smallest integer that is greater than or equal to the given numeric expression.','ExpressionEditorStringId.Function_CharIndex_3':'CharIndex(String1, String2, StartLocation)\\r\\n\\r\\nReturns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string.','ExpressionEditorStringId.Function_LocalDateTimeLastYear':'LocalDateTimeLastYear()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the previous year.','ExpressionEditorStringId.Function_LocalDateTimeLastWeek':'LocalDateTimeLastWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the previous week.','ExpressionEditorStringId.Function_IsNovember':'IsNovember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within November.','ExpressionEditorStringId.Function_FormatString':'FormatString(Format, Value1, ... , ValueN)\\r\\n\\r\\nReturns the specified string with formatted field values.\\r\\nThis function can accept any number of arguments.\\r\\n\\r\\nExample:\\r\\n\\r\\nFormatString(\\'{0} - {1:c}\\', [Column1], [Column2])','ExpressionEditorStringId.Function_InDateRange':'InDateRange(DateTime, DateTime, DateTime)\\r\\n\\r\\nSpecifies a date range to test. Returns true if a date part of the first operand is greater than or equal to the date part of the second operand and less than or equal the date part of the third operand.','ExpressionEditorStringId.Function_CharIndex':'CharIndex(String1, String2)\\r\\n\\r\\nReturns the starting position of String1 within String2, beginning from the zero character position to the end of a string.','ExpressionEditorStringId.Function_DateDiffMinute':'DateDiffMinute(StartDate, EndDate)\\r\\n\\r\\nReturns the number of minute boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_IsThisMonth':'IsThisMonth(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the current month.','ExpressionEditorStringId.Function_LocalDateTimeTwoWeeksAway':'LocalDateTimeTwoWeeksAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the week that is after next week.','ExpressionEditorStringId.Function_LocalDateTimeToday':'LocalDateTimeToday()\\r\\n\\r\\nReturns a DateTime value corresponding to Today.','ExpressionEditorStringId.Function_LocalDateTimeNextMonth':'LocalDateTimeNextMonth()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of next month.','ExpressionEditorStringId.Function_EndsWith':'EndsWith(String, EndString)\\r\\n\\r\\nReturns True if the end of String matches EndString; otherwise, False is returned.','ExpressionEditorStringId.Function_CountAggregate':'Count()\\r\\n\\r\\nReturns the number of objects in a collection.','ExpressionEditorStringId.Operator_Modulo':'Returns the remainder (modulus) obtained by dividing one numeric expression into another.','ExpressionEditorStringId.Function_DateDiffDay':'DateDiffDay(StartDate, EndDate)\\r\\n\\r\\nReturns the number of day boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_LocalDateTimeNextWeek':'LocalDateTimeNextWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the following week.','ExpressionEditorStringId.Function_LocalDateTimeNextYear':'LocalDateTimeNextYear()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the following year.','ExpressionEditorStringId.Operator_GreaterOrEqual':'Greater than or equal to operator. Used to compare expressions.','ExpressionEditorStringId.Function_IsLastYear':'IsLastYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the previous year.','ExpressionEditorStringId.Function_AddTimeSpan':'AddTimeSpan(DateTime, TimeSpan)\\r\\n\\r\\nReturns a date-time value that is away from the specified DateTime for the given TimeSpan.','ExpressionEditorStringId.Function_CreateTable':'CreateTable(Parameter1, ..., ParameterN)\\r\\n\\r\\nPrepares a table from values of several specified multi-value parameters.','ExpressionEditorStringId.Function_DateDiffSecond':'DateDiffSecond(StartDate, EndDate)\\r\\n\\r\\nReturns the number of second boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_DateDiffMilliSecond':'DateDiffMilliSecond(StartDate, EndDate)\\r\\n\\r\\nReturns the number of millisecond boundaries between two non-nullable dates.','ExpressionEditorStringId.Function_NewLine':'NewLine()\\r\\n\\r\\nReturns the newline string defined for this environment.','ExpressionEditorStringId.Operator_Divide':'Divides the first operand by the second.','ExpressionEditorStringId.Function_GetDayOfWeek':'GetDayOfWeek(DateTime)\\r\\n\\r\\nExtracts a day of the week from the defined DateTime.','ExpressionEditorStringId.Function_GetDayOfYear':'GetDayOfYear(DateTime)\\r\\n\\r\\nExtracts a day of the year from the defined DateTime.','ExpressionEditorStringId.Function_AddMilliSeconds':'AddMilliSeconds(DateTime, MilliSecondsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MilliSecondsCount away from the specified DateTime.','ExpressionEditorStringId.Function_LocalDateTimeYearBeforeToday':'LocalDateTimeYearBeforeToday()\\r\\n\\r\\nReturns a date-time value corresponding to the day one year ago.','ExpressionEditorStringId.Function_UtcNow':'UtcNow()\\r\\n\\r\\nReturns the current system date and time, expressed as Coordinated Universal Time (UTC).','ExpressionEditorStringId.Function_AddDays':'AddDays(DateTime, DaysCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of DaysCount away from the specified DateTime.','ExpressionEditorStringId.Function_AddMinutes':'AddMinutes(DateTime, MinutesCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MinutesCount away from the specified DateTime.','ExpressionEditorStringId.Function_ToLong':'ToLong(Value)\\r\\n\\r\\nConverts Value to an equivalent 64-bit signed integer.','ExpressionEditorStringId.Function_ToFloat':'ToFloat(Value)\\r\\n\\r\\nConverts Value to an equivalent 32-bit single-precision floating-point number.','ExpressionEditorStringId.Function_Remove':'Remove(String, StartPosition)\\r\\n\\r\\nDeletes all characters from specified String, beginning at a specified StartPosition.','ExpressionEditorStringId.Function_IsJanuary':'IsJanuary(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within January.','ExpressionEditorStringId.Function_IsNull':'IsNull(Value)\\r\\n\\r\\nReturns True if the specified Value is NULL.','ExpressionEditorStringId.Function_IsJuly':'IsJuly(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within July.','ExpressionEditorStringId.Function_IsJune':'IsJune(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within June.','ExpressionEditorStringId.Function_Insert':'Replace(String1, StartPosition, String2)\\r\\n\\r\\nInserts String2 into String1 at the position specified by StartPositon.','ExpressionEditorStringId.Function_Contains':'Contains(String, SubString)\\r\\n\\r\\nReturns True if SubString occurs within String; otherwise, False is returned.','ExpressionEditorStringId.Function_LocalDateTimeThisWeek':'LocalDateTimeThisWeek()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current week.','ExpressionEditorStringId.Function_LocalDateTimeThisYear':'LocalDateTimeThisYear()\\r\\n\\r\\nReturns a DateTime value corresponding to the first day of the current year.','ExpressionEditorStringId.Function_AddMonths':'AddMonths(DateTime, MonthsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of MonthsCount away from the specified DateTime.','ExpressionEditorStringId.Function_Join_2':'Join(Collection, Separator)\\r\\n\\r\\nConcatenates elements of the specified Collection, using the specified Separator between each element.','ExpressionEditorStringId.Function_SumAggregate':'Sum()\\r\\n\\r\\nReturns the sum of all the expression values in the collection.','ExpressionEditorStringId.Function_IsSeptember':'IsSeptember(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within September.','ExpressionEditorStringId.Function_IsThisYear':'IsThisYear(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within the current year.','ExpressionEditorStringId.Function_IsThisWeek':'IsThisWeek(DateTime)\\r\\n\\r\\nReturns True if the specified date falls within the current week.','ExpressionEditorStringId.Function_LocalDateTimeYesterday':'LocalDateTimeYesterday()\\r\\n\\r\\nReturns a date-time value corresponding to Yesterday.','ExpressionEditorStringId.Function_AddYears':'AddYears(DateTime, YearsCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of YearsCount away from the specified DateTime.','ExpressionEditorStringId.Function_StartsWith':'StartsWith(String, StartString)\\r\\n\\r\\nReturns True if the beginning of String matches StartString; otherwise, False is returned.','ExpressionEditorStringId.Function_PadRight_3':'PadRight(String, Length, Char)\\r\\n\\r\\nRight-aligns characters in the defined String, padding its right side with the specified Char up to a specified total Length.','ExpressionEditorStringId.Function_AddTicks':'AddTicks(DateTime, AddTicks)\\r\\n\\r\\nReturns a date-time value that is the specified number of TicksCount away from the specified DateTime.','ExpressionEditorStringId.Function_AddHours':'AddHours(DateTime, HoursCount)\\r\\n\\r\\nReturns a date-time value that is the specified number of HoursCount away from the specified DateTime.','ExpressionEditorStringId.Function_PadRight':'PadRight(String, Length)\\r\\n\\r\\nRight-aligns characters in the defined String, padding its right side with white space characters up to a specified total Length.','ExpressionEditorStringId.Function_GetDay':'GetDay(DateTime)\\r\\n\\r\\nExtracts a day from the defined DateTime.','ExpressionEditorStringId.Function_LocalDateTimeTwoMonthsAway':'LocalDateTimeTwoMonthsAway()\\r\\n\\r\\nReturns a date-time value corresponding to the first day of the month after next.','ExpressionEditorStringId.Function_IsOctober':'IsOctober(DateTime)\\r\\n\\r\\nReturns True if the specified DateTime falls within October.','DataAccessUIStringId.WizardPageConfigureJsonConnection_HeaderValueText':'Header Value','DataAccessUIStringId.DataPreviewForm_Title':'Data Preview','DataAccessUIStringId.WizardPageConnectionProperties':'Select the data provider and specify the connection properties.','DataAccessUIStringId.EFDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType':'JSON Source:','DataAccessUIStringId.Button_Finish':'Finish','DataAccessUIStringId.QueryEditorTitle':'Query Editor','DataAccessUIStringId.FederationDataSourceQueryBuilder_AliasUniqueMessage':'Alias is not unique','DataAccessUIStringId.Button_Cancel':'Cancel','DataAccessUIStringId.WizardPageConfigureExcelFileColumns_ColumnNameEmptyError':'The column name cannot be empty.','DataAccessUIStringId.XPObjectSource_EntityTypeNotSet':'Property collection cannot be populated because EntityType is not set.','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveData':'Retrieve the actual data','DataAccessUIStringId.WizardPageChooseFileOptions_SkipHiddenColumns':'Skip hidden columns','DataAccessUIStringId.DSTypeExcel':'Excel File','DataAccessUIStringId.ODSEditorsCannotResolveDataSource':'Cannot resolve the specified object type. To specify the object’s assembly, return type, data member and/or constructor parameters, use the Data Source editor.','DataAccessUIStringId.WizardPageChooseObjectAssembly':'Select an assembly containing the class type definition of a data source.','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveSchema':'Retrieve the data source schema','DataAccessUIStringId.WizardPageChooseJsonSchema_RootElement':'Root element:','DataAccessUIStringId.ConnectionProperties_Port':'Port:','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage_EditingIsNotSupported':'Editing is not supported for this query.','DataAccessUIStringId.SqlDataSourceDesignerVerbRebuildSchema':'Rebuild Result Schema','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Union':'Union','DataAccessUIStringId.LoadingDataCustomError':'Error message:\\r\\n{0}\\r\\n','DataAccessUIStringId.ExpressionEditor_ExpressionContainsErrors':'The expression contains errors.','DataAccessUIStringId.JoinEditorLessOperator':'Is less than','DataAccessUIStringId.UpdateSchemaDataSourceIsNotReady':'The FileName and SourceOptions properties should be assigned.','DataAccessUIStringId.EFStoredProcsEditorTitle':'Manage Stored Procedures','DataAccessUIStringId.WizardPageChooseFileOptions_TrimBlanks':'Trim blanks','DataAccessUIStringId.ExcelDataSourceWizard_WorksheetItem':'Worksheet','DataAccessUIStringId.QueryBuilderColumns_SortingType':'Sorting Type','DataAccessUIStringId.FederatedQueryCollectionList_Title':'Federated Queries','DataAccessUIStringId.FilterStringEditorInvalidQuery':'An error occurred during query validation: {0}\\r\\nUpdate the connection settings so that they match the database schema or discard this query.','DataAccessUIStringId.WizardPageChooseFileOptions_SkipHiddenRows':'Skip hidden rows','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage_InvalidQuery':'The query is invalid.','DataAccessUIStringId.ODSEditorsNoParametersMessage':'The {0} data member cannot receive parameters, because this is a method without parameters.','DataAccessUIStringId.WizardPageChooseEFConnectionString_ChooseConnection':'Yes, let me choose from list','DataAccessUIStringId.WizardPageConfigureFederatedQueryPage':'Create a federated query.','DataAccessUIStringId.WizardPageChooseConnection_SpecifyCustomConnection':'No, I\\'d like to specify the connection parameters myself','DataAccessUIStringId.WizardPageChooseConnection':'Do you want to use an existing data connection?','DataAccessUIStringId.QueryBuilderReverseRelationConfirmation':'The new join direction will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType':'Authentication:','DataAccessUIStringId.WizardPageMultipleFederatedQueriesPage':'Create a federated query.\\r\\nData columns selected from specific data sources and/or tables will be automatically included into a separate query.','DataAccessUIStringId.UpdateDBSchemaCaption':'Request Database Schema','DataAccessUIStringId.FiltersView_TopAndSkipText':'records starting with index','DataAccessUIStringId.WizardPageChooseFileOptions_NewLineType':'Newline type:','DataAccessUIStringId.ErrorFormDatasourceInitializationText':'Unable to load data into one or several datasources. See information below for details.','DataAccessUIStringId.QueryBuilderColumn':'Column','DataAccessUIStringId.WaitFormWithCancel_Loading':'Loading Data...','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType':'Do you want to use the default data layer?','DataAccessUIStringId.Parameters_AddNewParameterPlaceholder':'Click the Add button to create a parameter.','DataAccessUIStringId.DSTypeFederation':'Data Federation','DataAccessUIStringId.MasterDetailEditorEditRelation':'Edit Relation','DataAccessUIStringId.QueryFilter_CreateQueryParameter':'Create Query Parameter','DataAccessUIStringId.ParametersColumn_QueryName':'Query','DataAccessUIStringId.QueryFilter_SelectParameter':'<select a parameter>','DataAccessUIStringId.WizardPageChooseXPObjectEntityType':'Choose an entity type.','DataAccessUIStringId.WizardFinishPageText':'Select an object to include in your data source','DataAccessUIStringId.EFConnectionEditorMessageCustomAssembliesProhibited':'The current security policy prohibits loading of third-party assemblies.\\r\\n\\r\\nClick OK to discard the current data source settings and configure them from scratch.\\r\\nClick Cancel to keep the current settings without configuring the data source','DataAccessUIStringId.WizardPageChooseObjectMember_ShowOnlyHighlighted':'Show only highlighted members','DataAccessUIStringId.WizardPageSaveConnection_SaveCredentialsQuestion':'The connection uses server authentication.\\r\\nDo you want to save the user name and password?','DataAccessUIStringId.JsonDataSourceSchemaEditorTitle':'JSON Data Source Schema Editor','DataAccessUIStringId.WizardPageChooseObjectConstructor':'Select a data source constructor.','DataAccessUIStringId.FiltersView_Distinct':'Select only distinct values','DataAccessUIStringId.WizardPageConfigureExcelFileColumns_ColumnExist':'Column with \\'{0}\\' name already exists.','DataAccessUIStringId.ConnectionProperties_Password':'Password:','DataAccessUIStringId.QueryBuilder_DeleteRelation':'Delete Relation','DataAccessUIStringId.MessageBoxCloseDataSourceWizardConfirmation':'Closing the Data Source Wizard will discard changes. Do you want to continue?','DataAccessUIStringId.ODSDataMemberEditorTitle':'Configure Data Member','DataAccessUIStringId.QueryBuilder_RemoveFromSelect':'Remove from Query','DataAccessUIStringId.ConnectionProperties_SslMode':'SSL Mode:','DataAccessUIStringId.QueryBuilderColumns_ColumnName':'Column Name','DataAccessUIStringId.WizardPageChooseFileOptions_Culture':'Culture:','DataAccessUIStringId.ConnectionProperties_AuthenticationType_MSSqlWindows':'Windows authentication','DataAccessUIStringId.WizardPageChooseObjectMember_BindToObject':'Do not select a member, bind to the entire object.','DataAccessUIStringId.Button_OK':'OK','DataAccessUIStringId.ConnectionProperties_Provider':'Provider:','DataAccessUIStringId.WizardPageChooseEFContext':'Choose a data context.','DataAccessUIStringId.MasterDetailEditorAddRelationMessage':'Add a relation to the detail query','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeLocal':'Local','DataAccessUIStringId.Button_Preview':'Preview...','DataAccessUIStringId.WizardPageChooseDSType':'Select data source type.','DataAccessUIStringId.MessageBoxWarningTitle':'Warning','DataAccessUIStringId.WizardPageObjectMemberParameters':'Specify the method parameters.','DataAccessUIStringId.WizardPageSaveJsonConnection_SaveRequestParametersPrompt':'Request parameters may contain sensitive data.\\r\\nDo you want to save request parameters?','DataAccessUIStringId.ODSEditorsAbstractTypeMessage':'Cannot use a constructor to create an object of the {0} type that is a static or abstract class, or interface.','DataAccessUIStringId.MessageMissingConnection':'No connection has been specified.','DataAccessUIStringId.WizardPageMultipleFederatedQueriesPage_AddQuery':'Add Query...','DataAccessUIStringId.QueryEditorWaitFormValidating':'Validating query...','DataAccessUIStringId.WizardPageChooseObjectMember_BindToMember':'Select a member to bind.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_ServiceName':'Service Name:','DataAccessUIStringId.WizardPageChooseFileOptions_SkipEmptyRows':'Skip empty rows','DataAccessUIStringId.EFFilterCollectionEditor':'Entity Framework Filter Collection Editor','DataAccessUIStringId.WizardPageChooseObjectType':'Select a data source type.','DataAccessUIStringId.LoadingDataException':'Data loading failed because the exception occurred.','DataAccessUIStringId.QueryBuilderColumns_Output':'Output','DataAccessUIStringId.ConnectionProperties_ConnectionString':'Connection string:','DataAccessUIStringId.FiltersView':'Filter Editor','DataAccessUIStringId.QueryDesignControlJoinCommandPattern':'Join {0}','DataAccessUIStringId.QueryBuilderButtons_PreviewResults':'Preview Results...','DataAccessUIStringId.ConnectionErrorFormDetailPattern':'Connection name: {0}\\r\\nError message: {1}','DataAccessUIStringId.WizardPageChooseJsonSchema_Type':'Type','DataAccessUIStringId.QueryBuilder_SortAscending':'Sort Ascending','DataAccessUIStringId.ConnectionProperties_Database':'Database:','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType_UseDefaultDataLayer':'Yes, my data connection is available at runtime only.','DataAccessUIStringId.QueryFilter_BindTo':'Bind To','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_UnionAll':'Union All','DataAccessUIStringId.MasterDetailEditorMultipleValidationErrorsMessage':'The following errors occurred during query validation:{0}','DataAccessUIStringId.MasterDetailEditorInvalidColumnQueryNameMessage':'Cannot find the specified query: \"{0}\". Specify an existing query name before selecting a column.','DataAccessUIStringId.QueryFilter_AddQueryParameter':'Add Query Parameter','DataAccessUIStringId.WizardPageConfigureEFFilters_EntityColumnName':'Entity Name','DataAccessUIStringId.QueryBuilderColumns_GroupBy':'Group By','DataAccessUIStringId.UpdateSchemaComplete':'The data source schema has been updated successfully.','DataAccessUIStringId.ConnectionProperties_OracleProviderTypeODP':'ODP','DataAccessUIStringId.ExpressionEditor_InvalidProperty':'Invalid property: \\'{0}\\'.','DataAccessUIStringId.WizardDataSourceNameExistsMessage':'<b>A data source with the specified name already exists</b>','DataAccessUIStringId.XPObjectSource_ConfirmClearProperties':'The Properties collection will be cleared. The data source will load complete objects. Do you want to continue?','DataAccessUIStringId.EFFilterControl_AddParameter':'Add Filter Parameter','DataAccessUIStringId.WizardPageSaveConnection_ConfirmSaving':'Yes, save the connection as:','DataAccessUIStringId.WizardPageConfigureMultiQuery':'Create a query or select a stored procedure.\\r\\nData columns selected from specific tables and/or views will be automatically included into a separate query.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_CanonicalizeHostName':'Canonicalize Host Name','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_Principal':'Principal','DataAccessUIStringId.MasterDetailEditorLabelInvalidRelationsText':'{0} invalid relation(s)','DataAccessUIStringId.JoinEditorEmptyColumnText':'<Select a column>','DataAccessUIStringId.Button_ResetSchema':'Reset Schema...','DataAccessUIStringId.WizardPageEFConnectionProperties_CustomConnection':'Specify a custom connection string','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedColumnMessage':'The \"{0}.{1}\" column was removed from the \"{2}\" data source. Remove this column from the federated query to proceed.','DataAccessUIStringId.QueryBuilder_AllowEdit':'Allow Edit SQL','DataAccessUIStringId.MessageCannotLoadDatabasesList':'Error has occurred during loading databases list.','DataAccessUIStringId.JsonDataSourceEditorTitle':'JSON Data Source Editor','DataAccessUIStringId.QueryDesignControlDataPreviewCaption_All':'Data Preview','DataAccessUIStringId.QueryBuilder':'Query Builder','DataAccessUIStringId.WizardPageConfigureStoredProcedures':'Add stored procedures to the data source, configure their parameters and preview the result.','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Select':'Join','DataAccessUIStringId.JsonDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.QueryBuilderColumns_Alias':'Alias','DataAccessUIStringId.WizardPageConfigureJsonConnection_BasicHttpAuthText':'Basic HTTP Authentication','DataAccessUIStringId.FederationDataSourceQueryBuilder_SelectResult':'Join result','DataAccessUIStringId.WizardPageConfigureJsonConnection':'Configure web service endpoint request.','DataAccessUIStringId.JoinEditor':'Join Editor','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeType_Transform':'Transform','DataAccessUIStringId.LoadingDataSqlError':'SQL execution error:\\r\\n{0}\\r\\n','DataAccessUIStringId.WizardPageChooseDataSourceName':'Enter the data source name','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldNameIsEmpty':'A field name cannot be empty.','DataAccessUIStringId.WizardPageChooseFileOptions_FirstRowAsFieldNames':'Use values of the first row as field names','DataAccessUIStringId.WizardPageSaveConnection':'Save the connection string.','DataAccessUIStringId.QueryDesignControlNoSelection':'No column has been selected. Please select at least one column to proceed.','DataAccessUIStringId.WizardPageChooseEFConnectionString':'Do you want to select a connection string from the list of available settings?','DataAccessUIStringId.ExcelDataSourceWizard_Title':'Table','DataAccessUIStringId.ConnectionProperties_ClientID':'Client ID:','DataAccessUIStringId.ODSEditorsNoMembersInType':'The {0} data source type does not provide any members suitable for binding.','DataAccessUIStringId.QueryDesignControlAliasAlreadyExists':'The specified alias already exists. Do you want to correct the value?','DataAccessUIStringId.ExpressionEditor_EmptyExpression':'The expression string cannot be empty.','DataAccessUIStringId.WizardTitleODS':'ObjectDataSource Wizard','DataAccessUIStringId.ParametersColumn_Name':'Name','DataAccessUIStringId.ParametersColumn_Type':'Type','DataAccessUIStringId.WizardCannotRetrieveDatabasesMessage':'Cannot retrieve the list of available databases. See the details below.','DataAccessUIStringId.StoredProcControl_Caption':'Select a stored procedure','DataAccessUIStringId.WizardTitleDatasource':'Data Source Wizard','DataAccessUIStringId.ConnectionProperties_ServerType':'Server type:','DataAccessUIStringId.ConnectionProperties_ServerName':'Server name:','DataAccessUIStringId.WizardPageChooseObjectAssembly_ShowOnlyHighlighted':'Show only highlighted assemblies','DataAccessUIStringId.ConnectionProperties_Hostname':'Hostname:','DataAccessUIStringId.ExcelDataSourceWizard_DefinedNameItem':'Defined Name','DataAccessUIStringId.QueryBuilderColumns_Source':'Source','DataAccessUIStringId.SqlDataSourceDesignerVerbEditConnection':'Configure Connection...','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_File':'JSON File','DataAccessUIStringId.ExcelDataSourceIncorrectFilePathMessage':'Unable to locate file {0}.\\r\\nPlease specify a valid location and press OK to continue.','DataAccessUIStringId.WizardPageConfigureMongoDBQueries':'Configure queries.','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeRemote':'Remote','DataAccessUIStringId.SqlDataSourceDesignerVerbManageQueries':'Manage Queries...','DataAccessUIStringId.ConnectionProperties_AuthenticationType_BigQueryKeyFile':'Key file','DataAccessUIStringId.QueryBuilderColumnsOf':'Columns of {0}','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_CollectionNameColumnName':'Collection','DataAccessUIStringId.WizardPageChooseObjectType_ShowOnlyHighlighted':'Show only highlighted types','DataAccessUIStringId.QueryBuilder_Delete':'Delete','DataAccessUIStringId.QueryBuilderRelationBetweenTwoColumnsOfTheSameTable':'Cannot create a relation between two columns that belong to the same table {0}.','DataAccessUIStringId.FiltersView_CheckText':'Select only','DataAccessUIStringId.WizardPageConfigureJsonConnection_ParameterNameText':'Parameter Name','DataAccessUIStringId.ExcelDataSourceDesignerVerbEditSchema':'Edit Schema...','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveDataDescription':'The object data source automatically creates an instance of the specified type by using one of the available constructors. If only one constructor is available, this constructor will be used.','DataAccessUIStringId.ConnectionProperties_SslModeDefault':'Default','DataAccessUIStringId.WizardPageEFConnectionProperties_SaveToConfig':'Save the connection string to config file as:','DataAccessUIStringId.ExcelDataSourceWizard_TableItem':'Table','DataAccessUIStringId.ODSEditorsNoDataSetMessage':'The current operation cannot be accomplished unless the data source has been specified.','DataAccessUIStringId.MessageBoxErrorTitle':'Error','DataAccessUIStringId.QueryBuilderJoinTypeUpdatingConfirmation':'The new join type will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?','DataAccessUIStringId.ODSEditorsIsPropertyMessage':'The {0} data member is a property. To be able to receive parameters, a data member must be a method.','DataAccessUIStringId.ExcelDataSourceEditorTitle':'Excel Data Source Editor','DataAccessUIStringId.MasterDetailEditorEditQueryRelations':'Edit Relations for the \\'{0}\\' Query','DataAccessUIStringId.MasterDetailEditorInvalidQueryNameMessage':'Cannot find the specified query: \"{0}\". Specify an existing query name.','DataAccessUIStringId.WizardPageChooseObjectConstructor_ShowOnlyHighlighted':'Show only highlighted constructors','DataAccessUIStringId.WizardPageChooseConnection_ChooseExistingConnection':'Yes, let me choose an existing connection from the list','DataAccessUIStringId.WizardPageEFConnectionProperties_DefaultConnection':'Use default connection string','DataAccessUIStringId.ConnectionEditorTitle':'Connection Editor','DataAccessUIStringId.WizardPageChooseFileOptions':'Specify import settings.','DataAccessUIStringId.WizardPageConfigureQuery_Query':'Query','DataAccessUIStringId.QueryBuilder_ReverseRelation':'Reverse Relation','DataAccessUIStringId.ConnectionProperties_AuthenticationType_MSSqlServer':'Server authentication','DataAccessUIStringId.WizardPageConfigureEFFilters_ChooseEntityPlaceholder':'Choose Entity','DataAccessUIStringId.ConnectionProperties_AuthenticationType_BigQueryOAuth':'OAuth','DataAccessUIStringId.LoadingDatasourceOutOfMemoryError':'Not enough memory to load data','DataAccessUIStringId.PasswordRequest':'File load error','DataAccessUIStringId.QueryDesignControlTableNameAlreadyExists':'A table with the specified name already exists. Please specify a different table name.','DataAccessUIStringId.QueryBuilder_DeleteCondition':'Delete Condition','DataAccessUIStringId.WizardConfirmExecutionMessage':'Do you want to execute the query on the server and obtain the resulting query schema?','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_ChooseCollectionPlaceholder':'Choose Collection','DataAccessUIStringId.WizardPageChooseMongoDBSchema_QueryName':'Query name:','DataAccessUIStringId.WizardUnableToLoadMongoDBDriver':'An attempt to load the \"MongoDB.Driver.dll\" assembly failed.\\r\\nThe \"MongoDB.Driver\" package should be installed in your application project to provide MongoDB data at runtime.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType_None':'None','DataAccessUIStringId.WizardPageChooseFileOptions_ValueSeparator':'Value separator:','DataAccessUIStringId.EFDataMemberEditorTitle':'Entity Framework Data Member Editor','DataAccessUIStringId.Button_QueryBuilder':'Run Query Builder...','DataAccessUIStringId.JoinEditor_JoinType':'Join type:','DataAccessUIStringId.SqlDataSourceDesignerVerbRequestDatabaseSchema':'Request Database Schema','DataAccessUIStringId.SortingTypeAscending':'Ascending','DataAccessUIStringId.WizardDataSourceEmptyNameMessage':'<b>The data source name cannot be empty.</b>','DataAccessUIStringId.ODSConstructorEditorTitle':'Configure Constructor Settings','DataAccessUIStringId.ODSParametersEditorTitle':'Configure Parameters','DataAccessUIStringId.QueryBuilder_EditSql':'Edit SQL','DataAccessUIStringId.MasterDetailEditorColumnsHasDifferentTypesConfirmation':'The \\'{0}\\'.\\'{1}\\' and \\'{3}\\'.\\'{4}\\' columns have different types ({2} and {5}). Do you wish to continue?','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationDatabase':'Authentication Database:','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedTableMessage':'The \"{0}\" table was removed from the \"{1}\" data source. Remove this table from the federated query to proceed.','DataAccessUIStringId.WizardPageChooseFile':'Select an Excel workbook or CSV file.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_PasteConnectionString':'Paste a connection string','DataAccessUIStringId.MasterDetailEditorRemoveRelationMessage':'Remove the relation','DataAccessUIStringId.WizardPageChooseObjectBindingMode_RetrieveSchemaDescription':'Only the data source schema is retrieved from the specified object, without feeding the actual data.\\r\\n\\r\\nTo manually retrieve the actual data, create a data source object’s instance in code and assign it to the ObjectDataSource.DataSource property.','DataAccessUIStringId.JoinEditorGreaterOperator':'Is greater than','DataAccessUIStringId.FederationDataSourceQueryBuilder_RemovedDataSourceMessage':'The \"{0}\" data source was removed. Remove the \"{1}\" table from the federated query to proceed.','DataAccessUIStringId.DSTypeSql':'Database','DataAccessUIStringId.DSTypeXpo':'XPO','DataAccessUIStringId.QueryBuilderTable':'Table','DataAccessUIStringId.Button_Apply':'Apply','DataAccessUIStringId.Button_Close':'Close','DataAccessUIStringId.QueryDesignControlExpressionChanged':'This action will reset the SQL expression, and all your changes will be discarded. Do you want to continue?','DataAccessUIStringId.XPObjectSource_DataProvidersListMustBeNonEmpty':'DataProviders list is empty.','DataAccessUIStringId.ConnectionProperties_DatabaseListLoadingError':'Database List Loading Error','DataAccessUIStringId.LoadingDataSourceOpeningConnectionError':'Connection name: {0}\\r\\nError message:\\r\\n{1}\\r\\n','DataAccessUIStringId.WizardPageChooseExcelFileDataRange':'Select the required worksheet, table or defined name referring to the specified range.','DataAccessUIStringId.WizardPageChooseFileOptions_Options':'Options','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldExists':'{0} field name already exists at this level','DataAccessUIStringId.PasswordRequest_Password':'Password:','DataAccessUIStringId.FederationDataSourceQueryBuilder_TransformationResult':'Transformation result','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_DatabaseNameColumnName':'Database','DataAccessUIStringId.CustomAssemblyWarning':'You are about to load a third-party library: \\'{0}\\'.\\r\\n\\r\\nBefore you proceed, please consider resulting security risks and make sure that this library is supplied from a trusted source.','DataAccessUIStringId.ConnectionProperties_SslModeNone':'None','DataAccessUIStringId.FiltersView_GroupFilter':'Group Filter','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_EnterConnectionFields':'Enter connection fields individually','DataAccessUIStringId.MessageLessThanTwoQueries':'At least two queries are required to create a master-detail relation.','DataAccessUIStringId.FederationDataSourceDesignerVerbManageQueries':'Manage Queries...','DataAccessUIStringId.FederationDataSourceDesignerVerbRebuildSchema':'Rebuild Result Schema','DataAccessUIStringId.JsonDataSourceDesignerVerbEditSchema':'Edit Schema...','DataAccessUIStringId.QueryBuilder_Rename':'Rename','DataAccessUIStringId.ConnectionProperties_ServiceAccountEmail':'Service account email:','DataAccessUIStringId.MessageBoxConfirmationTitle':'Confirmation','DataAccessUIStringId.QueryBuilder_SortDescending':'Sort Descending','DataAccessUIStringId.ExpressionEditor_NavigateToErrors':'To view the errors, click the drop-down button in the editor\\'s status bar.','DataAccessUIStringId.MessageBoxCloseQueryBuilderDialogConfirmation':'All your changes will be discarded if you close the Query Builder dialog. Do you want to continue?','DataAccessUIStringId.WizardPageSaveJsonConnection_SkipSaveRequestParameters':'No, skip the request parameters','DataAccessUIStringId.ExcelDataSourceIncorrectFilePathExceptionMessage':'Unable to locate file {0}.','DataAccessUIStringId.WizardPageConfigureJsonConnection_HttpHeadersText':'HTTP Header Parameters','DataAccessUIStringId.FiltersView_Filter':'Filter','DataAccessUIStringId.WizardPageChooseMongoDBSchema_FieldName':'Field Name','DataAccessUIStringId.DSTypeMongoDB':'MongoDB','DataAccessUIStringId.WizardPageChooseFileOptions_Encoding':'Encoding:','DataAccessUIStringId.QueryEditorMessageInvalidQuery':'An error occurred during query validation: {0}\\r\\n\\r\\nTo discard this query and invoke the wizard, click OK.\\r\\n\\r\\nTo keep this query, click Cancel.','DataAccessUIStringId.JoinEditorEmptyTableText':'<Select a table>','DataAccessUIStringId.ConnectionProperties_ServerTypeEmbedded':'Embedded','DataAccessUIStringId.ParametersColumn_Value':'Value','DataAccessUIStringId.WizardPageSaveJsonConnection_SaveRequestParameters':'Yes, save the specified request parameters','DataAccessUIStringId.ExpressionEditorViewTitle':'Expression Editor','DataAccessUIStringId.ParametersColumn_Selected':'Selected','DataAccessUIStringId.UpdateSchemaCaption':'Update schema','DataAccessUIStringId.WizardPageChooseConnectionNoChoice':'Select a data connection.','DataAccessUIStringId.Button_Add':'Add','DataAccessUIStringId.WizardPageConfigureParameters':'Configure query parameters and preview the result.','DataAccessUIStringId.XPObjectSourceDesignerVerbPopulateProperties':'Populate Properties','DataAccessUIStringId.EFDataSourceEditorTitle':'Entity Framework Data Source Editor','DataAccessUIStringId.ConnectionProperties_ClientSecret':'Client Secret:','DataAccessUIStringId.LoadingDataSourceAborted':'Data loading has been aborted.','DataAccessUIStringId.Button_Previous':'Previous','DataAccessUIStringId.FederatedQueryCollectionEditorForm_Title':'Manage Queries','DataAccessUIStringId.WizardPageConfigureJsonConnection_ParameterValueText':'Parameter Value','DataAccessUIStringId.ConnectionProperties_ClientLibrary':'Client library:','DataAccessUIStringId.DSTypeEF':'Entity Framework','DataAccessUIStringId.QueryBuilderButtons_EditParameters':'Edit Parameters...','DataAccessUIStringId.ConnectionProperties_KeyFileName':'Key file name:','DataAccessUIStringId.QueryBuilder_EditRelation':'Edit Relation','DataAccessUIStringId.ConnectionProperties_ServerTypeServer':'Server','DataAccessUIStringId.WizardCannotCreateDataSourceMessage':'Cannot create an empty data source. Please select an object to include.','DataAccessUIStringId.QueryFilter_BoundTo':'Bound to {0}','DataAccessUIStringId.WizardPageChooseFileOptions_DetectAutomatically':'Detect automatically','DataAccessUIStringId.ConnectionProperties_DataSetID':'DataSet ID:','DataAccessUIStringId.SortingTypeNone':'Unsorted','DataAccessUIStringId.ParametersGridForm_Title':'Query Parameters','DataAccessUIStringId.ParametersColumn_Expression':'Expression','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_QueryAlias':'Alias','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_Uri':'Web Service Endpoint (URI)','DataAccessUIStringId.Button_Next':'Next','DataAccessUIStringId.XPObjectSourceDesignerVerbClearProperties':'Clear Properties','DataAccessUIStringId.ODSEditorsCannotResolveDataMember':'Cannot resolve the specified data member. To specify the data member and its parameters, use the Data Member editor.','DataAccessUIStringId.MasterDetailEditorInvalidRelationNameMessage':'A relation with the specified name already exists.','DataAccessUIStringId.WizardPageChooseJsonSource_ResultingUri':'Resulting URI:','DataAccessUIStringId.QueryBuilderCustomSqlRequiresParameters':'The query contains parameters and cannot be executed before they are declared. \\r\\nPlease go to the next wizard page to declare the required query parameters and preview the results.','DataAccessUIStringId.FederationDataSourceQueryBuilder_NodeTypeLabel':'Query Type:','DataAccessUIStringId.ExcelDataSourceDesignerVerbEdit':'Edit...','DataAccessUIStringId.MasterDetailEditorAddConditionMessage':'Create a new condition','DataAccessUIStringId.MasterDetailEditorInvalidColumnNameMessage':'Cannot find the specified column: \"{0}\". Specify an existing column name.','DataAccessUIStringId.QueryBuilderColumns_SortOrder':'Sort Order','DataAccessUIStringId.WizardPageChooseMongoDBSchema_AnalyzeAllDocumentsButton':'Analyze all documents','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_FilterColumnName':'Filter','DataAccessUIStringId.RebuildResultSchemaComplete':'Result schema is rebuilt successfully.','DataAccessUIStringId.RebuildResultSchemaCaption':'Rebuild Result Schema','DataAccessUIStringId.QueryControl_SqlString':'SQL string:','DataAccessUIStringId.WizardPageChooseJsonSource':'Specify JSON data location.','DataAccessUIStringId.WizardPageEFConnectionProperties':'Specify a connection string.','DataAccessUIStringId.WizardPageConfigureMongoDBConnection':'Specify connection properties.','DataAccessUIStringId.WizardPageChooseJsonSchema':'Select data fields.','DataAccessUIStringId.WizardPageChooseMongoDBSchema_Type':'Type','DataAccessUIStringId.SqlDataSourceDesignerVerbManageRelations':'Manage Relations...','DataAccessUIStringId.JoinInformation':'Join Information','DataAccessUIStringId.WizardPageConfigureQuery_StoredProcedure':'Stored Procedure','DataAccessUIStringId.UpdateDBSchemaComplete':'Database schema is updated successfully.','DataAccessUIStringId.WizardPageChooseXPObjectSourceConnectionType_SpecifyConnection':'No, I\\'d like to specify a connection that applies both at design time and runtime.','DataAccessUIStringId.FederationDataSourceDesignerVerbManageRelations':'Manage Relations...','DataAccessUIStringId.WizardPageChooseEFConnectionString_CustomConnection':'No, specify a custom connection string','DataAccessUIStringId.ConnectionProperties_AuthenticationType':'Authentication type:','DataAccessUIStringId.QueryBuilderButtons_Filter':'Filter...','DataAccessUIStringId.WizardPageSaveConnection_SaveCredentials':'Yes, save all required parameters','DataAccessUIStringId.QueryDesignControlDataPreviewCaption':'Data Preview (First 1000 Rows Displayed)','DataAccessUIStringId.EFEditorsNoStoredProcs':'No stored procedures are available in the data context.','DataAccessUIStringId.WizardPageChooseFileOptions_TextQualifier':'Text qualifier:','DataAccessUIStringId.DSTypeObject':'Object','DataAccessUIStringId.PasswordRequest_SavePassword':'Save password','DataAccessUIStringId.WizardPageChooseJsonSource_UriPathParametersText':'URI Path Parameters','DataAccessUIStringId.DSTypeNoData':'No Data','DataAccessUIStringId.ConnectionProperties_UserName':'User name:','DataAccessUIStringId.Button_Remove':'Remove','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_Dsn':'DSN:','DataAccessUIStringId.ODSEditorsNoDataMemberMessage':'Cannot specify parameters unless the DataMember property has been assigned a value.','DataAccessUIStringId.Button_EditRelations':'Manage Relations...','DataAccessUIStringId.WizardPageConfigureQuery':'Create a query or select a stored procedure.','DataAccessUIStringId.EFFilterParametersForm':'Filter Parameters','DataAccessUIStringId.ExpressionEditor_NoSuggestionsMessage':'No suggestions','DataAccessUIStringId.WizardPageChooseJsonSchema_AnalyzeAllRecordsButton':'Analyze all records','DataAccessUIStringId.ExcelDataSourceDesignerVerbUpdateSchema':'Rebuild Result Schema','DataAccessUIStringId.JoinEditorGreaterOrEqualOperator':'Is greater than or equal to','DataAccessUIStringId.WizardDuplicatingColumnNameMessage':'A data schema contains a duplicated column \\'{0}\\'. Modify the query so that all columns have unique names.','DataAccessUIStringId.ConnectionProperties_OracleProviderTypeODPManaged':'ODP Managed','DataAccessUIStringId.WizardEmptyStoredProceduresListMessage':'There are no stored procedures in the current database.','DataAccessUIStringId.SortingTypeDescending':'Descending','DataAccessUIStringId.ParametersColumn_Version':'Version','DataAccessUIStringId.ODSDataSourceEditorTitle':'Configure Data Source','DataAccessUIStringId.WizardPageChooseObjectMember':'Select a data source member (if required).','DataAccessUIStringId.MasterDetailEditorRemoveConditionMessage':'Remove the condition','DataAccessUIStringId.WizardPageChooseJsonSource_Custom':'JSON String:','DataAccessUIStringId.WizardPageChooseMongoDBSchema_FieldDisplayName':'Field Display Name','DataAccessUIStringId.EFConnectionEditorTitle':'Entity Framework Data Connection Editor','DataAccessUIStringId.WizardPageChooseMongoDBSchema_PartiallyAnalyzedCollectionMessage':'The above field types are generated based on the first {0} MongoDB documents.\\r\\n\\r\\nIf your data contains a field whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\\r\\n\\r\\nYou can analyze all MongoDB documents to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.','DataAccessUIStringId.WizardPageSaveConnection_SaveConnectionString':'Do you want to save the connection string to the application\\'s configuration file?','DataAccessUIStringId.QueryFilter_SelectParameterPlaceholder':'Select a parameter...','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_IsSRVRecord':'SRV Record','DataAccessUIStringId.XPObjectSource_ConfirmReplaceProperties':'The Properties collection will be recreated based on the specified entity type information. Do you want to continue?','DataAccessUIStringId.FederationDataSourceQueryBuilder_TransformationNodeRoot':'Transformation node root: {0}','DataAccessUIStringId.QueryDesignControlTableNameEmpty':'The table name cannot be empty.','DataAccessUIStringId.ODSEditorsStaticMemberMessage':'{0} is a static member. Using a constructor to create an instance of the {1} class is not appropriate.','DataAccessUIStringId.FiltersView_SkipTooltip':'This option is only available when the result set is sorted.','DataAccessUIStringId.RebuildResultSchemaConfirmationText':'Do you want to execute the following queries on the server and obtain the resulting schema?','DataAccessUIStringId.WizardPageObjectConstructorParameters':'Specify the constructor parameters.','DataAccessUIStringId.WizardPageConfigureJsonConnection_PasswordText':'Password:','DataAccessUIStringId.SqlQueryCollectionEditorForm_Title':'Manage Queries','DataAccessUIStringId.DataSourceName':'Data source name: {0}','DataAccessUIStringId.WizardPageChooseMongoDBSchema':'Select data fields.','DataAccessUIStringId.MessageBoxCloseManageQueriesDialogConfirmation':'All your changes will be discarded if you close the Manage Queries dialog. Do you want to continue?','DataAccessUIStringId.MessageCannotLoadServersList':'Cannot find any database servers.','DataAccessUIStringId.ConnectionProperties_RefreshToken':'Refresh Token:','DataAccessUIStringId.WizardPageChooseJsonSource_UriQueryParametersText':'Query Parameters','DataAccessUIStringId.JoinEditorLessOrEqualOperator':'Is less than or equal to','DataAccessUIStringId.WizardPageChooseJsonSource_File':'JSON File:','DataAccessUIStringId.WizardPageConfigureMongoDBConnection_AuthenticationType_NamePassword':'Username / Password','DataAccessUIStringId.WizardPageConfigureExcelFileColumns':'Select required columns and specify their settings.','DataAccessUIStringId.QueryBuilderCircularRelationWarning':'The link between {0}.{1} and {2}.{3} results in a circular relation and cannot be added.','DataAccessUIStringId.WizardPageChooseJsonSource_SourceType_Custom':'JSON String','DataAccessUIStringId.ConnectionProperties_AdvantageServerTypeInternet':'Internet','DataAccessUIStringId.WizardPageChooseJsonSource_URI':'Web Service Endpoint (URI):','DataAccessUIStringId.QueryBuilder_AddToSelect':'Add to Query','DataAccessUIStringId.WizardPageConfigureEFFilters_FilterColumnName':'Filter String','DataAccessUIStringId.WizardPageConfigureJsonConnection_HeaderNameText':'Header Name','DataAccessUIStringId.DSTypeJson':'JSON','DataAccessUIStringId.QueryBuilderColumns_TableName':'Table Name','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldDisplayName':'Field Display Name','DataAccessUIStringId.WizardPageConfigureEFFilters':'Add filter criteria to data source tables and/or views.','DataAccessUIStringId.WizardPageChooseJsonSchema_PartiallyAnalyzedJsonMessage':'The above field types are generated based on the first {0} JSON records.\\r\\n\\r\\nIf your data contains a record whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\\r\\n\\r\\nYou can analyze all JSON records to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.','DataAccessUIStringId.WizardPageChooseEFDataMember':'Select a data member','DataAccessUIStringId.ConnectionProperties_ProjectID':'Project ID:','DataAccessUIStringId.JoinEditorFillAllFieldsException':'Some fields are empty. Please fill all empty fields or remove the corresponding conditions to proceed.','DataAccessUIStringId.JoinEditorEqualOperator':'Equals to','DataAccessUIStringId.WizardPageConfigureMongoDBQueries_ChooseDatabasePlaceholder':'Choose Database','DataAccessUIStringId.Button_Browse':'Browse...','DataAccessUIStringId.WizardPageSaveConnection_SkipSaveCredentials':'No, skip credentials for security reasons','DataAccessUIStringId.QueryDesignControlRemoveTables':'The following tables will be removed from the query.\\r\\n\\r\\n{0}\\r\\nDo you want to continue?','DataAccessUIStringId.QueryBuilderColumns_Aggregate':'Aggregate','DataAccessUIStringId.PasswordRequest_FileName':'File name:','DataAccessUIStringId.WizardCannotConnectMessage':'Cannot connect to the database. See the details below.','DataAccessUIStringId.MasterDetailEditorForm_Title':'Master-Detail Relation Editor','DataAccessUIStringId.WizardPageChooseJsonSchema_FieldName':'Field Name','DataAccessUIStringId.WizardPageChooseObjectBindingMode':'Select the data binding mode.','DataAccessUIStringId.ConnectionProperties_AdvantageServerType':'Server type:','DataAccessUIStringId.JoinEditorNotEqualOperator':'Does not equal to','DataAccessUIStringId.WizardDataSourceCreatedMessage':'The data source has been successfully created','DataAccessUIStringId.ChooseEFStoredProceduresDialog':'Select stored procedures to add','DataAccessUIStringId.WizardPageConfigureJsonConnection_UsernameText':'Username:','DevExpress.DataAccess.Sql.ConnectionOptions.CloseConnection':'Close Connection','DevExpress.DataAccess.MongoDB.MongoDBQuery.FilterString':'Filter String','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionParameters':'Connection Parameters','DevExpress.Xpo.XPObjectSource.TopReturnedRecords':'Top Returned Records','DevExpress.DataAccess.MongoDB.MongoDBQuery.Alias':'Alias','DevExpress.DataAccess.Sql.TableQuery.GroupFilterString':'Group Filter String','DevExpress.DataAccess.Sql.SqlQuery.Parameters':'Parameters','DevExpress.DataAccess.Excel.CsvSourceOptions.NewlineType':'Newline Type','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.Parameters':'Parameters','DevExpress.DataAccess.Excel.ExcelSourceOptions.SkipHiddenRows':'Skip Hidden Rows','DevExpress.DataAccess.Json.JsonDataSource.SchemaDiscoveryMaxItemCount':'Schema Discovery Max Item Count','DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo.Parameters':'Parameters','DevExpress.DataAccess.Json.JsonDataSource.RootElement':'Root Element','DevExpress.DataAccess.Excel.ExcelSourceOptions.Password':'Password','DevExpress.DataAccess.EntityFramework.EFDataSource.Filters':'Filters','DevExpress.DataAccess.Excel.ExcelDataSource.CsvSourceOptions':'CSV Source Options','DevExpress.DataAccess.ConnectionParameters.MongoDBCustomConnectionParameters.ConnectionString':'Connection String','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.ConnectionName':'Connection Name','DevExpress.DataAccess.Json.UriJsonSource.PathParameters':'Path Parameters','DevExpress.DataAccess.Excel.ExcelSourceOptions.ImportSettings':'Import Settings','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.Constructor':'Constructor','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelWorksheetSettings':'Excel Worksheet Settings','DevExpress.DataAccess.Json.UriJsonSource.HeaderParameters':'Header Parameters','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.WorksheetName':'Worksheet Name','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.ConnectionStringName':'Connection String Name','DevExpress.DataAccess.Sql.SelectQuery.Distinct':'Distinct','DevExpress.Xpo.XPObjectSource.Parameters':'Parameters','DevExpress.DataAccess.MongoDB.MongoDBQuery.Parameters':'Parameters','DevExpress.Xpo.XPObjectSource.GroupFilterString':'Group Filter','DevExpress.DataAccess.Json.UriJsonSource.QueryParameters':'Query Parameters','DevExpress.DataAccess.Sql.ObjectDataSource':'Object Data Source','DevExpress.DataAccess.Json.UriJsonSource':'Uri Json Source','DevExpress.DataAccess.Excel.ExcelDefinedNameSettings.Scope':'Scope','DevExpress.DataAccess.Sql.SelectQuery.FilterString':'Filter String','DevExpress.DataAccess.Excel.CsvSourceOptions.Encoding':'Encoding','DevExpress.DataAccess.Sql.SelectQuery.GroupFilterString':'Group Filter String','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelTableSettings':'Excel Table Settings','DevExpress.DataAccess.Sql.SqlQuery.Name':'Name','DevExpress.Xpo.XPObjectSource.Sorting':'Sorting','DevExpress.DataAccess.MongoDB.MongoDBDataSource':'MongoDB Data Source','DevExpress.DataAccess.EntityFramework.EFDataSource.Connection':'Connection','DevExpress.DataAccess.Parameter.Type':'Type','DevExpress.DataAccess.Parameter.Name':'Name','DevExpress.DataAccess.Sql.StoredProcQuery.StoredProcName':'Stored Procedure Name','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectNewlineType':'Detect Newline Type','DevExpress.DataAccess.Sql.ConnectionOptions.DbCommandTimeout':'Command Timeout','DevExpress.DataAccess.Excel.ExcelDataSource.SourceOptions':'Source Options','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.DataMember':'Data Member','DevExpress.DataAccess.Json.CustomJsonSource':'Custom Json Source','DevExpress.DataAccess.Json.JsonDataSource.JsonSource':'Json Source','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.CellRange':'Cell Range','DevExpress.DataAccess.Json.CustomJsonSource.Json':'Json','DevExpress.Xpo.XPObjectSource.Properties':'Properties','DevExpress.DataAccess.Excel.CsvSourceOptions.ValueSeparator':'Value Separator','DevExpress.DataAccess.Parameter.Value':'Value','DevExpress.DataAccess.ObjectBinding.ObjectDataSource.DataSource':'Data Source','DevExpress.DataAccess.Excel.ExcelDataSource.FileName':'File Name','DevExpress.DataAccess.Sql.SelectQuery.Skip':'Skip','DevExpress.DataAccess.Sql.TableQuery.Skip':'Skip','DevExpress.DataAccess.Excel.ExcelSourceOptionsBase.SkipEmptyRows':'Skip Empty Rows','DevExpress.DataAccess.EntityFramework.EFDataSource.StoredProcedures':'Stored Procedures','DevExpress.DataAccess.EntityFramework.DBSetFilter.Parameters':'Parameters','DevExpress.DataAccess.Excel.ExcelDataSource.ExcelSourceOptions':'Excel Source Options','DevExpress.DataAccess.ConnectionParameters.CustomStringConnectionParameters.ConnectionString':'Connection String','DevExpress.Xpo.XPObjectSource.EntityType':'Entity Type','DevExpress.DataAccess.Sql.SelectQuery.Top':'Top','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionName':'Connection Name','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectEncoding':'Detect Encoding','DevExpress.DataAccess.DataFederation.FederationDataSource':'Federation Data Source','DevExpress.DataAccess.Json.UriJsonSource.Uri':'Uri','DevExpress.DataAccess.Sql.TableQuery.FilterString':'Filter String','DevExpress.Xpo.XPObjectSource.FilterString':'Filter','DevExpress.DataAccess.Json.JsonDataSource.ConnectionName':'Connection Name','DevExpress.DataAccess.Excel.ExcelSourceOptionsBase.UseFirstRowAsHeader':'Use First Row As Header','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.ConnectionParameters':'Connection Parameters','DevExpress.DataAccess.Excel.CsvSourceOptions.DetectValueSeparator':'Detect Value Separator','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.Source':'Source','DevExpress.Xpo.XPObjectSource.ConnectionString':'Connection String','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.Queries':'Queries','DevExpress.DataAccess.Sql.TableQuery.Top':'Top','DevExpress.DataAccess.Sql.SqlDataSource.Queries':'Queries','DevExpress.DataAccess.Excel.ExcelDataSource':'Excel Data Source','DevExpress.DataAccess.Excel.CsvSourceOptions.CellRange':'Cell Range','DevExpress.DataAccess.Excel.ExcelDefinedNameSettings.DefinedName':'Defined Name','DevExpress.DataAccess.Excel.CsvSourceOptions.Culture':'Culture','DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase.Connection':'Connection','DevExpress.DataAccess.Excel.ExcelSourceOptions.SkipHiddenColumns':'Skip Hidden Columns','DevExpress.DataAccess.EntityFramework.EFConnectionParameters.ConnectionString':'Connection String','DevExpress.DataAccess.Json.JsonDataSource':'Json Data Source','DevExpress.DataAccess.Excel.ExcelSourceOptions.ExcelDefinedNameSettings':'Excel Defined Name Settings','DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase':'Connection Parameters','DevExpress.DataAccess.EntityFramework.EFDataSource':'EF DataSource','DevExpress.DataAccess.Excel.CsvSourceOptions.TrimBlanks':'Trim Blanks','DevExpress.DataAccess.Excel.ExcelWorksheetSettings.WorksheetIndex':'Worksheet Index','DevExpress.DataAccess.Sql.SqlDataSource':'Sql Data Source','DevExpress.DataAccess.Excel.CsvSourceOptions.TextQualifier':'Text Qualifier','DevExpress.DataAccess.Sql.SqlDataSource.Relations':'Relations','DevExpress.DataAccess.Json.UriJsonSource.AuthenticationInfo':'Authentication Info','DevExpress.DataAccess.MongoDB.MongoDBQuery.CollectionName':'Collection Name','DevExpress.DataAccess.MongoDB.MongoDBQuery.DatabaseName':'Database Name','DevExpress.DataAccess.Excel.ExcelTableSettings.TableName':'Table Name','DevExpress.DataAccess.Sql.SqlDataSource.ConnectionOptions':'Connection Options','DevExpress.Xpo.XPObjectSource.SkipReturnedRecords':'Skip Returned Records','DevExpress.DataAccess.Sql.CustomSqlQuery.Sql':'SQL','DevExpress.Xpo.XPObjectSource.ConnectionStringName':'Connection String Name','DataAccessStringId.WizardNoEFDataContextsMessage':'The selected assembly does not contain Entity Framework data contexts.','DataAccessStringId.ODSWizardErrorExceptionInCtor':'The default constructor of an ITypedList implementation has thrown an exception.','DataAccessStringId.ConfigureMultiQueryPage_ViewCategory':'Views','DataAccessStringId.WizardDataConnectionNameExistsMessage':'A data connection with the specified name already exists. Please specify a different connection name.','DataAccessStringId.TableNullValidationException':'A table cannot be null.','DataAccessStringId.MongoDB_QueryExecutionException':'Query {0} failed to execute.','DataAccessStringId.GroupByWithoutAggregateValidationException':'Grouping requires at least one aggregated column.','DataAccessStringId.ConfigureMultiQueryPage_TableCategory':'Tables','DataAccessStringId.FileNameFilter_CSV':'CSV Files','DataAccessStringId.PropertyGridBehaviorCategoryName':'Behavior','DataAccessStringId.ProviderNotSupportedLabel':'Certain query features are not supported for the current provider.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Constants':'Constants','DataAccessStringId.LoadingDataSourcePanelText':'Loading data source','DataAccessStringId.ExpressionEditor_DocumentationCategory_Columns':'Columns','DataAccessStringId.ExpressionEditor_DocumentationCategory_Functions':'Functions','DataAccessStringId.LoadingPanelText':'Loading...','DataAccessStringId.SkipWithoutSortingWebValidationException':'The Offset setting is set while records are not sorted. Please apply sorting to be able to skip the first N records.','DataAccessStringId.ConnectingToDatabaseCaption':'Please wait','DataAccessStringId.StoredProcedureParameterTypeValidationException':'Parameter \\'{2}\\' type mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueryPropertyGridTableSelectionCategoryName':'Table Selection','DataAccessStringId.XPObjectSource_IncorrectXmlRootElement':'The <{0}> XML root element is incorrect. The <{1}> element is expected.','DataAccessStringId.RelationException':'Cannot set relation between columns \\'{0}\\'.\\'{1}\\' of type {2} and \\'{3}\\'.\\'{4}\\' of type {5}.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Operators':'Operators','DataAccessStringId.ExpressionEditor_Caption':'Expression Editor','DataAccessStringId.EmptyColumnAliasPattern':'Column{0}','DataAccessStringId.ExcelWizard_ValueSeparator_Space':'Space','DataAccessStringId.MessageDuplicateItem':'The collection already contains the \\'{0}\\' item','DataAccessStringId.ExcelWizard_ValueSeparator_Comma':'Comma','DataAccessStringId.ObjectDataSourceWizard_CannotGetTypeProperties':'Cannot get properties for this type.','DataAccessStringId.QueriesFailedToExecute_ExceptionMessage':'One or more queries have failed to execute.','DataAccessStringId.Federation_ConditionColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Condition: [{2}].','DataAccessStringId.LoadingDataSourcePanelCounter':'{0} of {1}...','DataAccessStringId.RunExpressionEditor':'Expression Editor...','DataAccessStringId.ConnectionStringPostfixServerExplorer':' (from the Server Explorer)','DataAccessStringId.ExpressionEditor_DocumentationCategory_ColumnDescriptionFormat':'Type: {0}','DataAccessStringId.ExpressionEditor_DocumentationCategory_Columns_Tooltip':'column','DataAccessStringId.UnnamedColumnValidationException':'The column name is not specified.','DataAccessStringId.CustomExpressionWithColumnOfMissingTableValidationException':'There are no tables containing the column [{0}] that is used in the custom expression.','DataAccessStringId.Type_Object':'Object','DataAccessStringId.ExpressionEditor_InvalidColumn':'Invalid column: \\'{0}\\'.','DataAccessStringId.DatabaseConnectionExceptionMessage':'Connection name: {0}\\r\\n Error message:\\r\\n{1}\\r\\n','DataAccessStringId.SortingBySameColumnTwiceValidationException':'The following column is used as a sorting criterion more than once: \"{0}\".\"{1}\".','DataAccessStringId.RelationEditorRelationTypeLeftOuterJoin':'Left outer join','DataAccessStringId.ExpressionEditor_DocumentationCategory_Custom':'Custom','DataAccessStringId.Federation_ConditionColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Condition: [{1}].','DataAccessStringId.ExcelWizard_ValueSeparator_Semicolon':'Semicolon','DataAccessStringId.ProviderNotSupportedException':'The following database provider is not supported: {0}.','DataAccessStringId.StoredProcParamNameValidationException':'Parameter name mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueryBuilderAliasAlreadyExists':'The specified alias already exists.','DataAccessStringId.MessageWrongCharacterItemName':'Item name \\'{0}\\' contains wrong characters','DataAccessStringId.GroupByAggregateColumnValidationException':'Cannot group by an aggregate column: \"{0}\".\"{1}\".','DataAccessStringId.Type_Char':'Char','DataAccessStringId.Type_Byte':'Non-negative number (8 bit integer)','DataAccessStringId.Type_UInt':'Non-negative number (32 bit integer)','DataAccessStringId.RelationTableNotSelectedValidationException':'The reference table has not been selected: \"{0}\".','DataAccessStringId.SqlStringEmptyValidationException':'The SQL string is null or empty.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Functions_Tooltip':'function','DataAccessStringId.Type_UShort':'Non-negative number (16 bit integer)','DataAccessStringId.RelationNullValidationException':'A relation cannot be null.','DataAccessStringId.DuplicatingColumnNamesValidationException':'A column with the following name already exists: \"{0}\".\"{1}\".','DataAccessStringId.Wizard_NoDataSourcesForDataFederationMessage':'Provide at least one data source to be used to create a federated data source.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Parameters':'Parameters','DataAccessStringId.ExpressionEditor_FunctionCategory_Logical':'Logical','DataAccessStringId.Type_ByteArray':'Byte array','DataAccessStringId.FilterByAmbiguousColumnValidationException':'The column name [{0}] that is used in the filter string is not unique. Columns with this name exist in the following tables: {1}.','DataAccessStringId.InvalidPortErrorMessage':'Invalid port number. A port number should be between 0 and 65535 inclusive.','DataAccessStringId.ExpressionEditor_InvalidExpression':'Invalid expression.','DataAccessStringId.MongoDB_InvalidDatabaseName':'Invalid database name: \\'{0}\\'.','DataAccessStringId.DefaultNameParameter':'Parameter','DataAccessStringId.RebuildResultSchemaWaitFormText':'Rebuilding the Result Schema...','DataAccessStringId.QueryPropertyGridCommonCategoryName':'Common','DataAccessStringId.QueryBuilderJoinEditorMissingData':'Not all parts of the expression are specified.','DataAccessStringId.ConnectionPropertiesPage_ProviderNotSupported':'Connection parameters were discarded because the {0} provider is not supported. \\r\\nSelect one of the available data providers and specify connection parameters or close the wizard \\r\\nusing the Close button to undo this change.','DataAccessStringId.ExcelEncryptedFileException_EncryptionTypeNotSupported':'The protected file cannot be opened.','DataAccessStringId.NoTablesValidationException':'The collection of tables cannot be empty.','DataAccessStringId.WizardPageChooseJsonSchema_EmptySelection':'Select at least one data field.','DataAccessStringId.SchemaDiscoveryMaxItemCountExceptionMessage':'The value should be greater than or equal to zero.','DataAccessStringId.Federation_NodeIsNotUniqueValidationErrorMessage':'Nodes does not allow duplicates: {0}.','DataAccessStringId.WizardPageChooseMongoDBSchema_EmptySelection':'Select at least one data field for the following queries: {0}.','DataAccessStringId.Federation_EmptySourceNameErrorMessage':'The source name cannot be empty.','DataAccessStringId.GroupFilterStringEditorNoGroups':'Group filtering cannot be applied to data that is not grouped. Please apply data grouping first.','DataAccessStringId.ConfigureMultiQueryPage_QueryCategory':'Queries','DataAccessStringId.ConfigureMultiQueryPage_SpCategory':'Stored Procedures','DataAccessStringId.SkipWithoutSortingValidationException':'The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog.','DataAccessStringId.ConnectionAborted_ExceptionMessage':'The connection has been canceled.','DataAccessStringId.WizardCustomConnectionString':'Custom connection string','DataAccessStringId.CustomExpressionWithMissingInSchemaColumnValidationException':'Column [{0}].[{1}] is used in the custom expression, but it is missing in DBSchema.','DataAccessStringId.QueryPropertyGridStoredProcCategoryName':'Stored Procedure','DataAccessStringId.ProviderNotSupportedFeatureExceptionHeader':'The following query features are not supported for the current provider:','DataAccessStringId.XmlProviderNotSupportedLabel':'Certain query features are not supported for XML files.','DataAccessStringId.CustomExpressionWithAmbiguousColumnValidationException':'The column name [{0}] that is used in the custom expression is not unique. Columns with this name exist in the following tables: {1}.','DataAccessStringId.MessageCannotRebuildSchema':'An error occurred while rebuilding a data source schema.','DataAccessStringId.StoredProcNameNullValidationException':'The name of a stored procedure cannot be null.','DataAccessStringId.ExpressionNullValidationException':'An expression cannot be null, either column or custom expression expected.','DataAccessStringId.QueryBuilderNoRules':'No rule has been added. Please add at least one rule to proceed.','DataAccessStringId.XPObjectSource_PropertiesCollectionDoesNotContainFetch':'The Properties collection does not contain any item with the enabled Fetch option.','DataAccessStringId.FilterByMissingInSchemaColumnValidationException':'Column [{0}].[{1}] is used in the filter string, but it is missing in DBSchema.','DataAccessStringId.RelationEditorRelationTypeInnerJoin':'Inner join','DataAccessStringId.Federation_FilterColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Filter string: [{2}].','DataAccessStringId.ExcelDataSource_SchemaLoadingText':'Schema loading...','DataAccessStringId.IncompleteRelationValidationException':'The specified relation is incomplete: \"{0}\".','DataAccessStringId.Federation_ColumnTableNotExistValidationErrorMessage':'Column [{0}].[{1}] does not exist in data sources.','DataAccessStringId.ManageQueries_QueryIsNotValid':'The \\'{0}\\' query is invalid. {1}','DataAccessStringId.Federation_UnionWithDifferentColumnTypesErrorMessage':'Union node {0}: related columns must have similar  types: {1}.{2}, {3}.{4}.','DataAccessStringId.Type_SByte':'Number (8 bit integer)','DataAccessStringId.ExcelEncryptedFileException_WrongPassword':'The password is not correct. Please try again.','DataAccessStringId.Type_ULong':'Non-negative number (64 bit integer)','DataAccessStringId.RelationEditorRelationTypeMasterDetail':'Master-detail relation','DataAccessStringId.ResultRelation_ColumnNotFoundError':'Column not found: \\'{0}\\'.\\'{1}\\'.','DataAccessStringId.Federation_ExpressionColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Expression: [{1}].','DataAccessStringId.MessageDuplicateQueryName':'A query with the specified name already exists: {0}.','DataAccessStringId.ConnectionStringPostfixAppConfig':' (in the config file)','DataAccessStringId.XPObjectSource_ConnectionStringIsEmpty':'Connection string is empty. To specify the connection, do one of the following: specify the ConnectionString property value; add the connection string to the application configuration file and specify the ConnectionStringName property value; handle the ResolveSession event; setup the default DataLayer.','DataAccessStringId.Federation_TransformationDuplicatedColumnNamesValidationErrorMessage':'The {0} node contains columns with duplicated names: {1}.','DataAccessStringId.MessageEmptyQueryName':'The query name cannot be empty.','DataAccessStringId.ObjectDataSourceWizard_CannotGetPropertiesForThisMethodReturnType':'Cannot get properties for the type returned by this method.','DataAccessStringId.GroupNullValidationException':'A grouping criteria cannot be null.','DataAccessStringId.MessageCannotLoadCustomAssembly':'Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context.','DataAccessStringId.IntegerDivisionValidationMessage':'Please Note:  This Expression engine discards fractions during integer division operations. To return decimal values (floating-point division), use ToDecimal(), ToDouble() or ToFloat() for your expression. For instance, ToDecimal(10)/4 will return 2.5 whereas 10/4 will return 2.','DataAccessStringId.WizardPageChooseJsonSource_DataLocationMismatch':'The specified JSON data location does not correspond to the chosen JSON source.','DataAccessStringId.UnknownType':'Unknown','DataAccessStringId.ConfigureQueryPage_CustomSqlWillBeLost':'Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, \\r\\nwhich will be lost if you proceed with editing the query using the Query Builder dialog. \\r\\n\\r\\nDo you want to discard the custom SQL and proceed with the Query Builder?','DataAccessStringId.NoRelationColumnsValidationException':'Columns are not specified for the relation: \"{0}\".','DataAccessStringId.ExpressionEditor_NotSupportedAggregateFunction':'The following aggregate function is not supported: \\'{0}\\'.','DataAccessStringId.QueryBuilderNoTablesAndViews':'A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing.','DataAccessStringId.HavingWithoutGroupByValidationException':'Group filtering criteria are defined while data is not grouped. Please apply data grouping or remove group filtering criteria on the Group Filter tab of the Filter Editor dialog.','DataAccessStringId.ParameterlessConstructor':'default','DataAccessStringId.RelationEditorRelationTypeFullOuterJoin':'Full outer join','DataAccessStringId.Federation_ColumnNotExistInTableValidationErrorMessage':'Table [{0}] does not contain the column [{1}].','DataAccessStringId.SortingNullValidationException':'A sorting criteria cannot be null.','DataAccessStringId.TableNotInSchemaValidationException':'The schema does not contain the specified table: \"{0}\".','DataAccessStringId.FilterByColumnOfMissingTableValidationException':'There are no tables containing the column [{0}] that is used in the filter string.','DataAccessStringId.InvalidExpressionStringValidationException':'Cannot parse the following expression string: \"{0}\".','DataAccessStringId.PartialAggregationValidationException':'Certain columns on the select list are invalid because they are not contained in either an aggregate function or in the Group By clause. Apply aggregation/grouping either to all columns or to none of them.','DataAccessStringId.ParameterListEmpty':'none','DataAccessStringId.SortByAggregateColumnValidationException':'Cannot sort by an aggregate column: {0}({1}), because the query is not aggregated.','DataAccessStringId.Federation_NodeWithoutExpressionValidationErrorMessage':'Node without expression: {0}.','DataAccessStringId.QueryBuilder_AllTables':'(All Tables)','DataAccessStringId.ExpressionEditor_InvalidCustomFunction':'Invalid function: \\'{0}\\'.','DataAccessStringId.QueryDesignerJoinExpressionPattern':'{0} on {1}','DataAccessStringId.NegativeTopSkipValidationException':'Top and Skip properties should be non-negative integer.','DataAccessStringId.ExcelDataSource_FileNotFoundMessage':'{0}\\r\\nFile not found.\\r\\nCheck the file name and try again.','DataAccessStringId.Federation_FilterAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Filter string: [{2}].','DataAccessStringId.StoredProcParamCountValidationException':'Parameter count mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.ParameterListNull':'null','DataAccessStringId.XmlProviderNotSupportedFeatureException':'The XML data provider cannot perform actions that require SQL queries. \\r\\nThe following SelectQuery properties and methods are not supported: SelectExpression, SelectAll, SelectRecordsCount, Distinct. \\r\\nDo not use them in the query, or convert the XML data to another data format and use an appropriate data source.','DataAccessStringId.FileNameFilter_Excel':'Excel Workbooks','DataAccessStringId.ODSWizardErrorNoDefaultCtor':'Cannot get item properties from IListSource without default constructor.','DataAccessStringId.PositiveIntegerError':'Only non-negative numeric values are allowed.','DataAccessStringId.ExpressionEditor_FunctionCategory_Aggregate':'Aggregate','DataAccessStringId.Federation_UnionWithDifferentNumberOfColumnsErrorMessage':'Union node {0}: elements must have the same number of columns: {1}, {2}.','DataAccessStringId.MessageCannotCreateSelectStatement':'Select statement creation failed.','DataAccessStringId.CustomSqlQueryValidationException':'A custom SQL query should contain only SELECT statements.','DataAccessStringId.MongoDB_NoQueriesMessage':'No queries.','DataAccessStringId.GatheringTypesPanelText':'Gathering types information...','DataAccessStringId.UnnamedTableValidationException':'The table name is not specified.','DataAccessStringId.WizardEmptyConnectionNameMessage':'The name cannot be null, empty or contain only whitespaces.','DataAccessStringId.ColumnNotInSchemaValidationException':'The schema does not contain the following column: \"{0}\".\"{1}\".','DataAccessStringId.StoredProcParamTypeValidationException':'Parameter type mismatch: <{0}>, <{1}> is expected.','DataAccessStringId.QueriesFailedToValidate_ExceptionMessage':'One or more queries have failed to validate.','DataAccessStringId.ExcelInvalidFileException_WrongFormat':'Incorrect file format','DataAccessStringId.LoadingDataPanelText':'Loading Data...','DataAccessStringId.QueryBuilderCanJoin':'Can join {0}','DataAccessStringId.Federation_ExpressionColumnMissingInTableValidationErrorMessage':'Column [{0}].[{1}] does not exist in table [{0}]. Expression: [{2}].','DataAccessStringId.MessageNonexistentQuery':'Query \\'{0}\\' does not exist.','DataAccessStringId.QueryPropertyGridCustomSqlCategoryName':'Custom SQL','DataAccessStringId.QueryBuilderNothingSelected':'No column has been selected. Please select at least one column to proceed.','DataAccessStringId.Federation_UnionWithNoElementsValidationErrorMessage':'Union node contains no elements: {0}.','DataAccessStringId.MessageWrongCharacterParameterName':'Parameter name \\'{0}\\' contains wrong characters','DataAccessStringId.MessageCannotOpenDatabase':'Unable to open a database.','DataAccessStringId.MessageDuplicateItemName':'This collection already contains an item with the \\'{0}\\' name','DataAccessStringId.DatabaseConnectionExceptionStringId':'Failed to connect to the database. To learn more, see the exception details. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.MessageNullItem':'Cannot add a null value to the collection','DataAccessStringId.QueryBuilder_RowCount':'(Row Count)','DataAccessStringId.ConfigureMultiQueryPage_ValidateRelationError':'One or more relations are invalid. \\r\\nTo learn about the error details, click Manage Relations.','DataAccessStringId.Federation_NestedFederatedDataSourceErrorMessage':'Federated data source cannot be used as a data source for another federated data source.','DataAccessStringId.Federation_ConditionAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Condition: [{2}].','DataAccessStringId.ExcelDataSource_WorksheetNotFoundMessage':'{0}\\r\\nWorksheet not found.\\r\\nCheck the worksheet name and try again.','DataAccessStringId.ProviderNotSupportedFeatureParametersInSelect':'parameters in column expressions','DataAccessStringId.MessageNonexistentColumn':'Column \\'{0}\\'.\\'{1}\\' does not exist.','DataAccessStringId.QueryBuilderJoinedOn':'Joined on {0}','DataAccessStringId.FilterByMissingParameterValidationException':'Parameter [{0}] is used in the filter string, but is missing in the query.','DataAccessStringId.Federation_ExpressionNodeNullValidationErrorMessage':'Node contains an expression that is not linked to a node: {0}.','DataAccessStringId.DefaultNameDataSource':'Data Source','DataAccessStringId.CustomExpressionWithMissingParameterValidationException':'Parameter [{0}] is used in the custom expression, but is missing in the query.','DataAccessStringId.XPObjectSource_InvalidEntityTypeString':'\\'{0}\\' is an invalid entity type string. Assign the comma-separated full type name and assembly name to the EntityTypeString property.','DataAccessStringId.FilterEditor_TreeCreationError':'Cannot create a tree for this expression','DataAccessStringId.StoredProcParamNullValidationException':'A parameter cannot be null.','DataAccessStringId.DuplicatingTableNamesValidationException':'A table with the following name already exists: \"{0}\".','DataAccessStringId.SqlQueryExecutionException':'Query {0} failed to execute.','DataAccessStringId.ConnectingToDatabaseMessage':'Connecting to the database...','DataAccessStringId.ExpressionEditor_DocumentationCategory_Parameters_Tooltip':'parameter','DataAccessStringId.PropertyGridDesignCategoryName':'Design','DataAccessStringId.ExcelEncryptedFileException_PasswordRequired':'A password is required to open this workbook.','DataAccessStringId.QueryBuilder_AllColumns':'* (All Columns)','DataAccessStringId.Federation_FilterColumnNotExistValidationErrorMessage':'Column [{0}] does not exist in data sources. Filter string: [{1}].','DataAccessStringId.ExpressionEditor_EmptyExpression':'The expression string cannot be empty.','DataAccessStringId.ExpressionEditor_DocumentationCategory_Constants_Tooltip':'constant','DataAccessStringId.NoColumnsValidationException':'None of the tables contain any columns.','DataAccessStringId.WizardAssemblyLoadingDisallowed':'Cannot load this assembly for security reasons.','DataAccessStringId.ConnectionNotSpecified_ExceptionMessage':'No connection has been specified.','DataAccessStringId.ExcelDataSource_WorksheetIndexNotFoundMessage':'Worksheet {0} not found.\\r\\nCheck the worksheet index and try again.','DataAccessStringId.TablesNotRelatedValidationException':'The following tables have no relations: \"{0}\".','DataAccessStringId.DataSourceFillExceptionMessage':'Failed to load data. Refer to the exception details for more information. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.XmlFileStrategy_FileNameFilter':'XML Files','DataAccessStringId.SqlExecutionException':'Error trying to execute an SQL query{0}{1}.{2}Error: {3}','DataAccessStringId.RelationColumnNotInSchemaValidationException':'The schema does not contain the following relation column: \"{0}\".\"{1}\".','DataAccessStringId.XPObjectSource_PropertyCannotBeFetched':'The \\'{1}\\' type of the \\'{0}\\' property is not supported when the Properties collection is specified explicitly.','DataAccessStringId.ODSErrorMissingMember':'A data member \\'{0}\\' does not exist.','DataAccessStringId.MessageInvalidItemName':'Item name cannot be null or an empty string','DataAccessStringId.EFFilterControl_EmptyFilterString':'A filter string cannot be null.','DataAccessStringId.Federation_RootNullValidationErrorMessage':'Root reference is not initialized: {0}.','DataAccessStringId.ObjectDataSourceLoadingWarningMessage':'Loading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\\r\\n\\r\\nClick \\'Yes\\' to load the data source content as is.\\r\\nClick \\'No\\' to load only trusted data source content.','DataAccessStringId.Federation_DuplicatedExpressionNamesValidationErrorMessage':'Node {0} contains expressions with duplicated actual names: {1}.','DataAccessStringId.QueryDesignerJoinExpressionElementSeparator':', ','DataAccessStringId.QueryDesignerJoinTooltipPattern':'[{0}] {1} join [{2}] on {3}','DataAccessStringId.RelationColumnNullValidationException':'The relation column cannot be null.','DataAccessStringId.MongoDB_InvalidCollectionName':'Invalid collection name: \\'{0}\\'.','DataAccessStringId.OdbcDriverDoesNotSupportOAuthErrorMessage':'The ODBC driver does not support the OAuth authentication type. Use the Key file authentication or Install the DevExpress BigQueryProvider to use OAuth.','DataAccessStringId.QueryBuilderNoTablesSelected':'No table has been selected. Please select at least one table to proceed.','DataAccessStringId.StoredProcNotInSchemaValidationException':'Cannot find the specified stored procedure: \"{0}\".','DataAccessStringId.ExpressionEditor_FunctionCategory_Math':'Math','DataAccessStringId.ExpressionEditor_FunctionCategory_Text':'String','DataAccessStringId.PropertyGridDataCategoryName':'Data','DataAccessStringId.PropertyGridConnectionCategoryName':'Connection','DataAccessStringId.Federation_ExpressionAmbiguousColumnNameValidationErrorMessage':'Column name [{0}] is not unique. The same column name exists in the tables: {1}. Expression: [{2}].','DataAccessStringId.ExcelInvalidFileException_CorruptedFile':'The file is corrupt.','DataAccessStringId.FileNameFilter_AllFormats':'All Supported Formats','DataAccessStringId.SqlExecutionException_WithParameters':' with parameters:{0}{1}','DataAccessStringId.ExpressionEditor_DocumentationCategory_Operators_Tooltip':'operator','DataAccessStringId.WizardPageChooseJsonSource_UnknownFormat':'Unable to load data because the format of the specified URI cannot be determined.','DataAccessStringId.CircularRelationsValidationException':'Circular relations have been detected.','DataAccessStringId.MongoDB_DuplicateQueryNameMessage':'A query with the specified name already exists: {0}.','DataAccessStringId.ExcelInvalidFileException_BIFF5Format':'BIFF5 (Excel 5.0/95) XLS file format is not supported.','DataAccessStringId.ExpressionStringNullValidationException':'An expression string cannot be null','DataAccessStringId.QueryBuilderInvalidFilter':'Please click the \\'Filter...\\' button to correct the filter string.','DataAccessStringId.Federation_TransformationNodeWithoutRuleValidationErrorMessage':'Transformation node without rule: {0}.','DataAccessStringId.AggregateQueryInvalidSortingValidationException':'Invalid sorting column \"{0}\".\"{1}\". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria.','DataAccessStringId.Federation_SourceNullValidationErrorMessage':'Source reference is not initialized: {0}.','DataAccessStringId.ManageQueries_QueryIsNotValid_Postfix':'Fix the error or remove the query to proceed.','DataAccessStringId.ODSWizardErrorStaticValue':'The type is static and it does not have any members returning IEnumerable.','DataAccessStringId.RelationEditorRelationTypeRightOuterJoin':'Right outer join','DataAccessStringId.TableNotSelectedValidationException':'The following table is not in tables list, but its column is used: \"{0}\".','DataAccessStringId.ODSWizardErrorExceptionInGetItemProperties':'The GetItemProperties method of an ITypedList has thrown an exception.','DataAccessStringId.ExcelWizard_ValueSeparator_Tab':'Tab','DataAccessStringId.Federation_DuplicateSourceNameErrorMessage':'A source with the specified name already exists: {0}.','DataAccessStringId.ColumnNullValidationException':'A column cannot be null.','DataAccessStringId.XPObjectSource_ConnectionStringMissing':'The \\'{0}\\' connection string is missing in the application configuration file.','DataAccessStringId.Type_TimeSpan':'Time interval','DataAccessStringId.ExpressionEditor_InvalidParameter':'Invalid parameter: \\'{0}\\'.','DataAccessStringId.Federation_NodeExpressionNameNullValidationErrorMessage':'Node contains an unnamed expression: {0}.','DataAccessStringId.AggregationWithoutAliasValidationException':'An aggregate column should have an alias.','DataAccessStringId.ExpressionEditor_FunctionCategory_DateTime':'DateTime','DataAccessStringId.NoXpoProviderStringId':'The connection string contains no XpoProvider key or the specified key is invalid. \\r\\n\\r\\nException details:\\r\\n {0}','DataAccessStringId.SkipWithoutSortingPropertyGridError':'The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records.','DashboardStringId.CalculatedFieldTypeBoolean':'Boolean','DashboardStringId.TextGroupIntervalAlphabetical':'Alphabetical','DashboardStringId.FormatConditionAppearanceFontRed':'Red Font','DashboardStringId.FormatRuleApplyToReadOnlyDescription':'The selected style applies to all layout elements','DashboardStringId.StartDate':'(Start Date)','DashboardStringId.DefaultNameTreemapItem':'Treemap','DashboardStringId.DateTimeFormatYearFormatDefaultCaption':'Default','DashboardStringId.DeltaValueTypeActualValueCaption':'Actual value','DashboardStringId.DataSourceFederationQuery':'Query','DashboardStringId.NumericFormatFormatTypeAutoCaption':'Auto','DashboardStringId.MessageWrongExtractDataSourceConnectionParametersType':'Connection parameters are invalid. An extract data source supports only ExtractDataSourceConnectionParameters.','DashboardStringId.ParameterFalseExportValue':'False','DashboardStringId.FunctionDescriptionWindowMedian':'WindowMedian(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the median of the expression within the window.','DashboardStringId.SparklineArgumentValueSeparator':' - ','DashboardStringId.NumericFormatFormatTypeCustomCaption':'Custom','DashboardStringId.PieCalculationAlongSeries':'Series','DashboardStringId.SparklineTooltipMaxValue':'Max:','DashboardStringId.FunctionDescriptionWindowDefinitionOrderAsc':'asc(column)\\r\\nData rows are sorted by values in the specified column in ascending order. This is the default sort order.','DashboardStringId.ActionRestoreDashboardItem':'Restore','DashboardStringId.DashboardErrorValue':'Error','DashboardStringId.GridCalculationAlongRowsAndSparklineArgument':'Rows / Sparkline Argument','DashboardStringId.MessageDashboardNotFoundError':'Dashboard has not been found.','DashboardStringId.CommandFormatRuleBarRangeColors':'Bar Color Ranges','DashboardStringId.DateTimeFormatDateTimeFormatLongCaption':'Long','DashboardStringId.RangeFilterCustomDateTimePeriod':'Custom Period...','DashboardStringId.FormatConditionAppearanceGradientOrange':'Gradient Orange','DashboardStringId.DescriptionColumns':'Columns','DashboardStringId.DateTimeFormatDateTimeFormatDefaultCaption':'Default','DashboardStringId.DateTimeIntervalMinute':'Minute','DashboardStringId.PaperKindLetter':'Letter','DashboardStringId.PeriodThisDay':'This Day','DashboardStringId.InitialExtent':'Initial Extent','DashboardStringId.MessageDashboardNotRelevantError':'Dashboard object model was changed. Refresh operation is required.','DashboardStringId.ActionExportToExcel':'Export To Excel','DashboardStringId.DateTimeFormatMonthFormatDefaultCaption':'Default','DashboardStringId.ActionAllowMultiselection':'Multi-Select','DashboardStringId.PageLayout':'Page Layout','DashboardStringId.DashboardNullValue':' ','DashboardStringId.ExtractColumnUnsupportedTypeError':'The following columns have unsupported types: \\r\\n{0}','DashboardStringId.ActionExportToImage':'Export To Image','DashboardStringId.ScaleFactor':'Scale Factor','DashboardStringId.FormatConditionAppearanceGradientPurple':'Gradient Purple','DashboardStringId.FormatMasterFilterDisplayText':', {0}','DashboardStringId.RangeFilterIncompatibleDateTimeGroupInterval':'Date-time argument values should identify actual calendar dates or time spans rather than grouping (i.e., they should contain a year part). Change the group interval accordingly','DashboardStringId.DateTimeGroupIntervalQuarterYear':'Quarter-Year','DashboardStringId.SeriesTypeArea':'Area','DashboardStringId.SeriesTypeLine':'Line','DashboardStringId.PieCalculationAlongArguments':'Arguments','DashboardStringId.DefaultFederationDataSourceName':'Federated Data Source','DashboardStringId.CustomExpressionCalculationMeasureCaption':'Calculation','DashboardStringId.MessageDuplicateDataItemId':'A data item identifier with the same name already exists.','DashboardStringId.NumericFormatFormatTypePercentCaption':'Percent','DashboardStringId.RedoText':'Redo','DashboardStringId.RankOrderAscending':'Ascending','DashboardStringId.ParametersSelectorText':'Select...','DashboardStringId.CardRowDataElementTypeDimensionValueCaption':'Dimension','DashboardStringId.CommandFormatRuleContains':'Text that Contains','DashboardStringId.CardRowDataElementTypeSparklineCaption':'Sparkline','DashboardStringId.DefaultNameTabContainerItem':'Tab Container','DashboardStringId.PivotCalculationAlongColumns':'Columns','DashboardStringId.DescriptionArgument':'Argument','DashboardStringId.PeriodThisMonth':'This Month','DashboardStringId.MessageInvalidDataFormat':'Cannot convert the {0} value to the {1} data type.','DashboardStringId.DataSourceQuery':'Query','DashboardStringId.FromDatePeriodCaption':'From {0}','DashboardStringId.DescriptionMapValues':'Map / Values','DashboardStringId.DateTimeGroupIntervalDayOfWeek':'Day of Week','DashboardStringId.DateTimeGroupIntervalDayOfYear':'Day of Year','DashboardStringId.MessageIncorrectLayoutItemWeight':'Layout item weight cannot be negative or equal to zero','DashboardStringId.DataEngineGrandTotal':'Grand Total','DashboardStringId.DefaultNameGaugeItem':'Gauges','DashboardStringId.PeriodNextYear':'Next Year','DashboardStringId.PeriodNextHour':'Next Hour','DashboardStringId.FunctionDescriptionGetDateWeekYear2':'GetDateWeekYear(DateTime, [\\'FirstDay\\', \\'FirstFullWeek\\', \\'FirstFourDayWeek\\'])\\r\\nReturns the date of the first day of the week for a given DateTime. The second parameter determines the rule for calculating the calendar week.','DashboardStringId.DescriptionItemDimension':'Dimension','DashboardStringId.CommandFormatRuleNotBetweenOrEqual':'Not Between Or Equal To','DashboardStringId.CardLayoutTemplateCompactCaption':'Compact','DashboardStringId.DisplayValueCaption':'Display Value','DashboardStringId.DateTimeQuarterFormatSpecifier':'QQ','DashboardStringId.IntegerDivisionValidationMessage':'Please Note:  This Expression engine discards fractions during integer division operations. To return decimal values (floating-point division), use ToDecimal(), ToDouble() or ToFloat() for your expression. For instance, ToDecimal(10)/4 will return 2.5 whereas 10/4 will return 2.','DashboardStringId.FormatConditionAppearanceFontStrikeout':'Strikeout','DashboardStringId.FormatRuleUnableToAddRule_NoItemsToCalculate':'Unable to add a new format rule. There is no data item to calculate the rule.','DashboardStringId.ChoroplethMapUseBindingAttribute':'Use binding attribute','DashboardStringId.FunctionDescriptionStdDev':'StdDev(Value)\\r\\nReturns an estimate of the standard deviation of a population, where the sample is a subset of the entire population.','DashboardStringId.CommandFormatRuleGradientRangeBar':'Bar Gradient Ranges','DashboardStringId.RangeFilterOLAPDataSource':'The Range Filter is not supported in OLAP mode.','DashboardStringId.IntersectionLevelModeFirst':'First level','DashboardStringId.MessageIncorrectNumericPrecision':'The numeric value precision cannot be negative.','DashboardStringId.ActualValueCaption':'Actual','DashboardStringId.CommandFormatRuleExpression':'Expression','DashboardStringId.ActionPrintPreview':'Print Preview...','DashboardStringId.DescriptionItemColumn':'Column','DashboardStringId.FunctionDescriptionRunningCount':'RunningCount(SummaryExpression)\\r\\nReturns the running count of the specified expression from the first row in the window to the current row.','DashboardStringId.CalculatedFieldTypeLong':'Integer','DashboardStringId.CalculatedFieldTypeAuto':'Auto','DashboardStringId.NumericFormatFormatTypeGeneralCaption':'General','DashboardStringId.DefaultFileExtractDataSourceName':'Extract Data Source','DashboardStringId.HiddenDataItemsHeader':'HIDDEN DATA ITEMS','DashboardStringId.ElementNameGauges':'Gauges','DashboardStringId.OpenCaption':'Open','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime6':'MakeDateTime(Year, Month, Day, Hour, Minute, Second)\\r\\nReturns a date value constructed from the specified Year, Month, Day, Hour, Minute and Second.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime5':'MakeDateTime(Year, Month, Day, Hour, Minute)\\r\\nReturns a date value constructed from the specified Year, Month, Day, Hour and Minute.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime4':'MakeDateTime(Year, Month, Day, Hour)\\r\\nReturns a date value constructed from the specified Year, Month, Day and Hour.','DashboardStringId.FunctionOperatorExFunctionDescriptionMakeDateTime3':'MakeDateTime(Year, Month, Day)\\r\\nReturns a date value constructed from the specified Year, Month and Day.','DashboardStringId.Resolution':'Resolution (dpi)','DashboardStringId.CalculationTypeNone':'None','DashboardStringId.CalculationTypeRank':'Rank','DashboardStringId.SeriesTypeCandleStick':'Candle Stick','DashboardStringId.RangeFilterSelectRangeFromCaption':'From:','DashboardStringId.GridTotalAutoTemplate':'{0}','DashboardStringId.FunctionDescriptionSize':'Size()\\r\\nReturns the number of rows in the window.','DashboardStringId.FunctionDescriptionVarp':'Varp(Value)\\r\\nReturns the variance of a population, where the population is the entire data to be summarized.','DashboardStringId.FunctionDescriptionAggr':'aggr(SummaryExpression, Dimension1, Dimension2, ...)\\r\\nUses the detail level and summary function to aggregate underlying data. The level depends on the number of dimensions.','DashboardStringId.FunctionDescriptionLast':'Last()\\r\\nReturns the number of rows from the current row to the last row in the window.','DashboardStringId.MessageAggregateFunctionInMasterFilterDimension':'Master filtering cannot be applied by values of the dimension created based on the calculated field with the Aggr function. The following dimensions are created based on such fields: {0}.','DashboardStringId.ActionExportDashboard':'Export Dashboard','DashboardStringId.CommandFormatRuleRangeGradient':'Gradient Ranges','DashboardStringId.ParameterNullExportValue':'null','DashboardStringId.PageLayoutPortrait':'Portrait','DashboardStringId.PeriodLastSecond':'Last Second','DashboardStringId.FormatConditionAppearanceFontBlue':'Blue Font','DashboardStringId.FormatConditionAppearanceFontBold':'Bold','DashboardStringId.DateTimeGroupIntervalDateHour':'Date-Hour','DashboardStringId.DefaultNameTextBoxItem':'Text Box','DashboardStringId.MessageInvalidCardLayoutTemplateMaxWidth':'The maximum width must be greater than zero or equal to null.','DashboardStringId.CalculatedFieldTypeDateTime':'DateTime','DashboardStringId.CommandFormatRuleNotBetween':'Not Between','DashboardStringId.DateTimeFormatQuarterFormatNumericCaption':'Numeric','DashboardStringId.FormatStringDataItemName':'{0} ({1})','DashboardStringId.FormatRuleApplyToColumn':'Apply to column','DashboardStringId.ButtonOK':'OK','DashboardStringId.DateTimeIntervalQuarter':'Quarter','DashboardStringId.FormatRuleUnableToAddRule_NoCardsToApply':'Unable to add a new format rule. There is no card to apply the rule.','DashboardStringId.GridTotalTypeCount':'Count','DashboardStringId.DescriptionTooltipMeasures':'Tooltip measures','DashboardStringId.DashboardDataUpdating':'Updating','DashboardStringId.MessageInvalidDeltaIndicatorSize':'The delta indicator size must be greater than zero.','DashboardStringId.DeltaValueTypePercentVariationCaption':'Percent variation','DashboardStringId.FormatRuleRangeDelete':'Delete','DashboardStringId.IncorrectParameterType':'The dashboard parameter values type does not correspond to Parameter.Type.','DashboardStringId.IncludeExportDashboardState':'Include','DashboardStringId.RangeFilterCalculationAlongSeries':'Series','DashboardStringId.PeriodLastDay':'Last Day','DashboardStringId.TreemapLabelValueTemplate':'{0}: {1}','DashboardStringId.MessageLayoutDuplicatedDashboardItem':'A layout item for the specified dashboard item has already been added to the layout tree','DashboardStringId.ExtractPreprocessorColumnError':'The following columns cannot be processed:\\r\\n{0}','DashboardStringId.PercentOfTotalCalculationMeasureCaptionFormatString':'Percent of {0} Total','DashboardStringId.AggregateExFunctionDescriptionCountNotNull':'CountNotNull(Value)\\r\\nReturns a number of non-null objects in a collection.','DashboardStringId.MessageUnassignedDashboardItemGroup':'The dashboard item group should belong to the dashboard. To add a group to the dashboard, use the Dashboard.Groups property.','DashboardStringId.CommandFormatRuleAboveAverage':'Above Average','DashboardStringId.FunctionOperatorExFunctionDescriptionGetQuarter':'GetQuarter(DateTime)\\r\\nExtracts a quarter from the defined DateTime.','DashboardStringId.SeriesTypeHighLowClose':'High-Low-Close','DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfYear':'GetWeekOfYear(DateTime)\\r\\nExtracts the week of the year from the defined DateTime.','DashboardStringId.ExtractColumnUnsupportedTypeTooltip':'The column has unsupported type','DashboardStringId.CommandFormatRuleRangeColors':'Color Ranges','DashboardStringId.IntersectionLevelModeLast':'Last level','DashboardStringId.IntersectionLevelModeAuto':'(Auto)','DashboardStringId.FormatConditionAppearancePaleOrange':'Pale Orange','DashboardStringId.CalculationTypeRunningTotal':'Running Total','DashboardStringId.GridSortAscending':'Sort Ascending','DashboardStringId.AxisYNameCount':'Count','DashboardStringId.MessageLegacyCardLayoutIsNotSupported':'Card layout is outdated and cannot be displayed. To view this item, specify the layout template in the Dashboard Designer. To know more, see the \\'Designing Dashboard Items > Cards > Layout\\' documentation topic.','DashboardStringId.FunctionCategoryCustomAggregateNames':'Custom Aggregate Names','DashboardStringId.FormatRuleFormatStyle':'Format style','DashboardStringId.ChartCalculationAlongArguments':'Arguments','DashboardStringId.FunctionCategoryWindow':'Window','DashboardStringId.MessageInvalidFontSize':'The font size must be greater than zero.','DashboardStringId.CalculationTypeExpression':'Expression','DashboardStringId.NumericFormatUnitAutoCaption':'Auto','DashboardStringId.DefaultNameCustomItem':'Custom Item','DashboardStringId.DateTimeFormatYearFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.RangeFilterEmptySeries':'Please specify Range Filter values','DashboardStringId.DateTimeIntervalSecond':'Second','DashboardStringId.RankTypeModified':'Modified','DashboardStringId.DateFilterDatePickerButtonDefaultText':'Set Filter...','DashboardStringId.RankCalculationMeasureCaptionFormatString':'Rank of {0}','DashboardStringId.FormatStringDashboardItemCaption':' - {0}','DashboardStringId.CardRowDataElementTypeTargetValueCaption':'Target Value','DashboardStringId.FormatConditionAppearanceGradientRed':'Gradient Red','DashboardStringId.FromToDatePeriodCaption':'{0} - {1}','DashboardStringId.CalculationTypeMovingCalculation':'Moving Calculation','DashboardStringId.SummaryTypeSum':'Sum','DashboardStringId.SummaryTypeMin':'Min','DashboardStringId.SummaryTypeMax':'Max','DashboardStringId.SummaryTypeVar':'Var','DashboardStringId.ExtractCustomDriverNameError':'The name of the custom extract driver cannot be null or empty.','DashboardStringId.PieCalculationAlongSeriesAndArguments':'Series / Arguments','DashboardStringId.ErrorHandlingOrderByCalculationDataMembers':'Sorting by measure cannot be applied if the target measure has calculations. The following dimensions are ordered by measures with calculations','DashboardStringId.FunctionDescriptionVar':'Var(Value)\\r\\nReturns an estimate of the variance of a population, where the sample is a subset of the entire population.','DashboardStringId.NumericFormatUnitOnesCaption':'Ones','DashboardStringId.DescriptionItemWeight':'Weight','DashboardStringId.FormatConditionAppearancePalePurple':'Pale Purple','DashboardStringId.ExactDateDateTimeFormatPattern':'{0}: {1}','DashboardStringId.DateTimeFormatDateFormatLongCaption':'Long','DashboardStringId.DescriptionSparklineArgument':'Argument','DashboardStringId.DefaultOlapDataSourceName':'OLAP Data Source','DashboardStringId.AggregatedDataType':'Aggregated','DashboardStringId.EntireRangePeriodCaption':'Entire Range','DashboardStringId.SeriesTypeSpline':'Spline','DashboardStringId.TooltipDataItemsHeader':'TOOLTIP DATA ITEMS','DashboardStringId.DefaultNameCardItem':'Cards','DashboardStringId.CommandFormatRuleBottomN':'Bottom N','DashboardStringId.CalculationTypePercentageDifference':'Percentage Difference','DashboardStringId.LowCaption':'Low','DashboardStringId.DeltaThresholdTypePercent':'Percent','DashboardStringId.Title':'Title','DashboardStringId.FormatRuleDrawAxis':'Draw axis','DashboardStringId.ExtractDriverNotFoundError':'Cannot find an extract driver with the following name: \\'{0}\\'','DashboardStringId.DescriptionItemSeries':'Series','DashboardStringId.ErrorHandlingRecursiveDataMembers':'The following data items refer to each other','DashboardStringId.UriCaption':'Uri','DashboardStringId.Delta':'Delta','DashboardStringId.RangeFilterSelectRange':'Select Range','DashboardStringId.SeriesTypeSideBySideFullStackedBar':'Full-Stacked Bar Side-by-Side','DashboardStringId.ActionOtherValues':'Values','DashboardStringId.SeriesTypeGroupArea':'Area','DashboardStringId.MessageSummaryCalculatedFieldInDimension':'Cannot change the expression of the \\'{0}\\' calculated field that provides data for the \\'{1}\\' dimension. Summary-based calculated fields can provide data for measures only.','DashboardStringId.FormatRangeFilterDisplayText':'{0} - {1}','DashboardStringId.AxisXNameArguments':'Arguments','DashboardStringId.DeltaValueTypeAbsoluteVariationCaption':'Absolute variation','DashboardStringId.FormatRulePredefinedColor':'Predefined color','DashboardStringId.FormatRuleStyleAppearance':'Appearance','DashboardStringId.PeriodLastMinute':'Last Minute','DashboardStringId.RangeFilterCalculationAlongSeriesAndArgument':'Series / Argument','DashboardStringId.CommandFormatRuleBelowAverage':'Below Average','DashboardStringId.GridCalculationAlongRows':'Rows','DashboardStringId.FunctionDescriptionGetDateWeekYear':'GetDateWeekYear(DateTime)\\r\\nReturns the date of the first day of the week for a given DateTime (uses culture settings).','DashboardStringId.FunctionDescriptionTotal':'Total(SummaryExpression)\\r\\nReturns the total for the specified expression in a table calculation window.','DashboardStringId.DataSourceFilterContainsAggrExceptionText':'Cannot load data because the data source filter should not contain the Aggr function.','DashboardStringId.DateTimeFormatDayOfWeekFormatNumericCaption':'Numeric','DashboardStringId.FunctionDescriptionFirst':'First()\\r\\nReturns the number of rows from the current row to the first row in the window.','DashboardStringId.GaugeScaleLabelFormatCaption':'Scale Label','DashboardStringId.DifferenceCalculationMeasureCaptionFormatString':'Difference of {0}','DashboardStringId.FunctionDescriptionIndex':'Index()\\r\\nReturns the index of the current row in the window.','DashboardStringId.ValueCaption':'Value','DashboardStringId.SeriesTypeSideBySideRangeBar':'Range Bar Side-by-Side','DashboardStringId.DefaultSqlDataSourceName':'SQL Data Source','DashboardStringId.TreemapLabelArgumentTemplate':'{0} - {1}','DashboardStringId.ErrorHandlingNoSuchDataMembers':'The following data items do not exist','DashboardStringId.SeriesTypeSplineArea':'Spline Area','DashboardStringId.MessageMasterFilterIncorrectNumberOfValues':'Cannot identify an element that will be used to perform master filtering due to an incorrect number of provided values.','DashboardStringId.IntersectionLevelModeSpecific':'Specific level','DashboardStringId.FunctionDescriptionStdDevp':'StdDevp(Value)\\r\\nReturns the standard deviation of a population, where the population is the entire data to be summarized.','DashboardStringId.DateFilterInvalidDisplayTextPattern':'Invalid text pattern','DashboardStringId.CardRowDataElementTypeActualValueCaption':'Actual Value','DashboardStringId.MessageCustomItemConfigurationError':'Dashboard item configuration error. Please contact the application vendor or system administrator for assistance.','DashboardStringId.FormatRuleUnableToAddRule':'Unable to add a new format rule.','DashboardStringId.CommandFormatRuleBetween':'Between','DashboardStringId.DateTimeFormatQuarterFormatFullCaption':'Full','DashboardStringId.PieCalculationAlongArgumentsAndSeries':'Arguments / Series','DashboardStringId.CommandDimensionGroupChildValues':'Group Tiles','DashboardStringId.ErrorHandlingTopNByCalculationDataMembers':'Top N cannot be applied if its target measure has a calculation. The following dimensions have Top N applied by measures with calculations','DashboardStringId.FormatRuleStyle':'Style Settings','DashboardStringId.DashboardStatePosition':'Position','DashboardStringId.AutoFitPageCount':'Auto Fit Page Count','DashboardStringId.NewParameterNamePrefix':'Parameter','DashboardStringId.FunctionDescriptionRankModified':'RankModified(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the modified competition rank for the current row in the window.','DashboardStringId.RangeFilterSelectRangeToCaption':'To:','DashboardStringId.FormatRulePercentOf':'% of all values','DashboardStringId.FormatConditionAppearancePaleYellow':'Pale Yellow','DashboardStringId.MessageWrongExcelDataSourceConnectionParametersType':'Connection parameters are invalid. An excel data source supports only ExcelDataSourceConnectionParameters.','DashboardStringId.ScaleModeUseScaleFactor':'Use Scale Factor','DashboardStringId.DateTimeFormatDayOfWeekFormatFullCaption':'Full','DashboardStringId.SeriesTypeBubble':'Bubble','DashboardStringId.CustomItems':'Custom Items','DashboardStringId.DateTimeFormatQuarterFormatDefaultCaption':'Default','DashboardStringId.DescriptionDashboardItemComponentName':'Dashboard item component name','DashboardStringId.MovingCalculationMeasureCaptionFormatString':'Moving of {0}','DashboardStringId.DefaultNameItemGroup':'Group','DashboardStringId.RangeFilterIncompatibleNumericScale':'Range Filter\\'s numeric argument values should produce a continuous axis. Set the numeric scale to Continuous','DashboardStringId.ParametersFormValueColumnCaption':'Value','DashboardStringId.SeriesTypeStackedLine':'Stacked Line','DashboardStringId.SeriesTypeStackedArea':'Stacked Area','DashboardStringId.SeriesTypeGroupRangeFilter':'Range Filter','DashboardStringId.FunctionDescriptionRunningCustomAggregate':'RunningAggregate(SummaryExpression, CustomAggregateName) - Returns the cumulative result of the custom function applied to specified expression from the first row in the window to the current row.','DashboardStringId.CommandFormatRuleRangeSet':'Range Set','DashboardStringId.ExactDateFormatMinute':'Minute','DashboardStringId.CalculatedFieldTypeObject':'Object','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHour':'GetDateHour(DateTime)\\r\\nExtracts the date part with the hour value from the defined DateTime.','DashboardStringId.MapAttributeDimension':'Attribute','DashboardStringId.FormatRuleCustomColor':'Custom color','DashboardStringId.RangeFilterCalculationAlongArgumentAndSeries':'Argument / Series','DashboardStringId.MessageIncorrectDashboardItemGroupAssign':'A dashboard item group cannot be added to a collection of dashboard items. Use the Dashboard.Groups property to add the group to the dashboard.','DashboardStringId.DateTimeFormatDateTimeFormatShortCaption':'Short','DashboardStringId.FunctionDescriptionWindowCount':'WindowCount(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the count of the expression within the window.','DashboardStringId.PeriodThisYear':'This Year','DashboardStringId.PeriodThisHour':'This Hour','DashboardStringId.DefaultNameRangeFilterItem':'Range Filter','DashboardStringId.PivotCalculationAlongGroupsInRows':'Rows within Groups','DashboardStringId.CustomItemEmptyMeasurePlaceholder':'Measure','DashboardStringId.DefaultNameBoundImageItem':'Bound Image','DashboardStringId.WeightCaption':'Weight','DashboardStringId.GridClearSorting':'Clear Sorting','DashboardStringId.SeriesTypeSideBySideStackedBar':'Stacked Bar Side-by-Side','DashboardStringId.DateTimeGroupIntervalExactDate':'Exact Date','DashboardStringId.ActionClearMasterFilter':'Clear Master Filter','DashboardStringId.CommandFormatRuleAboveBelowAverage':'Average','DashboardStringId.DateTimeFormatDateFormatDefaultCaption':'Default','DashboardStringId.SeriesTypeGroupPointLine':'Point / Line','DashboardStringId.PeriodLastQuarter':'Last Quarter','DashboardStringId.DescriptionSparkline':'Sparkline','DashboardStringId.MessageInvalidLayoutClientWidth':'The layout width must be greater than zero.','DashboardStringId.FormatRuleAppliesToCardBackground':'The selected style applies to a card\\'s background','DashboardStringId.PeriodNextDay':'Next Day','DashboardStringId.FilterStatePresentationSplitSheet':'Separate Sheet','DashboardStringId.FormatRuleApplyToChartElement':'Apply to chart elements','DashboardStringId.GridResetColumnWidths':'Reset column widths','DashboardStringId.SummaryTypeStdDevp':'StdDevP','DashboardStringId.DefaultDataSourceName':'Data Source','DashboardStringId.SummaryTypeCount':'Count','DashboardStringId.NumericFormatFormatTypeNumberCaption':'Number','DashboardStringId.FormatRuleUnableToAddRule_NoXYAxes':'Unable to add a new format rule. X and Y axis are required.','DashboardStringId.DefaultObjectDataSourceName':'Object Data Source','DashboardStringId.FormatConditionNumberValueType':'Number','DashboardStringId.SeriesTypeStepArea':'Step Area','DashboardStringId.SeriesTypeStepLine':'Step Line','DashboardStringId.FormatConditionAppearancePaleRed':'Pale Red','DashboardStringId.ExactDateFormatDay':'Day','DashboardStringId.FormatConditionAppearanceFontUnderline':'Underline','DashboardStringId.PeriodThisSecond':'This Second','DashboardStringId.FunctionDescriptionWindowFirstValue':'WindowFirstValue(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the first value of the expression within the window.','DashboardStringId.FunctionDescriptionLookup':'Lookup(SummaryExpression, Position)\\r\\nReturns the value of the expression in a target position specified as a relative offset from the current position.','DashboardStringId.RankTypeDense':'Dense','DashboardStringId.CalculatedFieldsTreeItemName':'Calculated Fields','DashboardStringId.AxisYNameValues':'Values','DashboardStringId.CardLayoutTemplateCenteredCaption':'Centered','DashboardStringId.DescriptionItemColor':'Color','DashboardStringId.PeriodThisQuarter':'This Quarter','DashboardStringId.PivotCalculationAlongRowsAndColumns':'Rows / Columns','DashboardStringId.DescriptionItemValue':'Value','DashboardStringId.FunctionDescriptionMedian':'Median(Value)\\r\\nReturns the median of the values in a collection.','DashboardStringId.ChartTotalValue':'Total','DashboardStringId.NumericFormatUnitBillionsCaption':'Billions','DashboardStringId.Value1Caption':'Value 1','DashboardStringId.MessageDuplicatedDataItem':'This instance of the \\'{0}\\' data item has already been added to \\'{1}\\'. To add a similar data item to \\'{1}\\', create a new instance of this data item.','DashboardStringId.CalculatedFieldTypeDouble':'Double','DashboardStringId.ExportFilters':'Filters','DashboardStringId.MessageServerModeNotSupportedMedian':'Median is not supported in server mode for','DashboardStringId.RangeFilterIncompatibleArgumentSorting':'Range Filter\\'s argument should not be sorted in the descending order or by another data item','DashboardStringId.PivotGridGrandTotal':'Grand Total','DashboardStringId.ParametersFormCalendarTodayButton':'Today','DashboardStringId.CardLayoutTemplateLightweightCaption':'Lightweight','DashboardStringId.FormatConditionAppearanceCyan':'Cyan','DashboardStringId.FormatConditionAppearanceNone':'None','DashboardStringId.FormatConditionAppearanceGray':'Gray','DashboardStringId.FormatConditionAppearanceBlue':'Blue','DashboardStringId.CustomItemCalculationAlongFirstAxisDimensions':'Dimensions','DashboardStringId.SeriesTypeBar':'Bar','DashboardStringId.DateTimeGroupIntervalDateHourMinute':'Date-Hour-Minute','DashboardStringId.PivotCalculationAlongGroupsInRowsAndColumns':'Rows / Columns within Groups','DashboardStringId.AutoArrangeContent':'Auto Arrange Content','DashboardStringId.ColorAutoAssigned':'Auto','DashboardStringId.ErrorToBooleanDateTimeOperand':'Cannot convert a date-time value to boolean.','DashboardStringId.MessageIncorrectGridDashboardControlOperation':'An invalid operation was performed in GridDashboardControl.','DashboardStringId.CommandFormatRuleRangeIcons':'Icon Ranges','DashboardStringId.ActionClearSelection':'Clear Selection','DashboardStringId.CustomItemMetadataInteractivitySectionsIncorrectOrderExceptionMessage':'The custom \\'{0}\\' item\\'s metadata configuration does not support interactivity. Declare the \\'{1}\\' property before non-interactive data sections. See documentation for more information: https://docs.devexpress.com/Dashboard/DevExpress.DashboardCommon.SupportInteractivityAttribute','DashboardStringId.DescriptionItemMeasure':'Measure','DashboardStringId.FormatConditionAppearanceRed':'Red','DashboardStringId.GridTotalTemplate':'{0} = {1}','DashboardStringId.CardRowDataElementTypePercentOfTargetCaption':'Percent of Target','DashboardStringId.CardLayoutTemplateStretchedCaption':'Stretched','DashboardStringId.ActionDrillUp':'Drill Up','DashboardStringId.CustomItemEmptyDimensionPlaceholder':'Dimension','DashboardStringId.Longitude':'Longitude','DashboardStringId.ColorPaletteIndex':'Palette index:','DashboardStringId.NumericFormatUnitMillionsCaption':'Millions','DashboardStringId.RangeFilterIncompatibleArgument':'Range Filter\\'s argument field should have Numeric, DateTime, or TimeSpan type','DashboardStringId.DateTimeGroupIntervalMonth':'Month','DashboardStringId.DescriptionSeries':'Series','DashboardStringId.DeltaIndicationModeLessIsGoodCaption':'Less is good','DashboardStringId.ChartCalculationAlongSeriesAndArguments':'Series / Arguments','DashboardStringId.IntersectionLevelModeAll':'All levels','DashboardStringId.SparklineIndicationModeWinLoss':'Win/Loss','DashboardStringId.SearchNullValuePrompt':'Enter text to search...','DashboardStringId.MessagePivotHasNoData':'The pivot grid has no data.','DashboardStringId.DataInspectorObjectValue':'[Object]','DashboardStringId.ActionSelectDateTimePeriod':'Select Date Time Period','DashboardStringId.MessageGridHasNoData':'The grid has no data.','DashboardStringId.ErrorHandlingSQLServerModeError':'Server mode is not supported for stored procedures','DashboardStringId.PivotCalculationAlongGroupsInColumnsAndRows':'Columns / Rows within Groups','DashboardStringId.DescriptionArguments':'Arguments','DashboardStringId.PivotCalculationAlongColumnsAndRows':'Columns / Rows','DashboardStringId.CardRowDataElementTypeDeltaIndicatorCaption':'Delta Indicator','DashboardStringId.DefaultNameScatterChartItem':'Scatter Chart','DashboardStringId.MessageLoading':'Loading...','DashboardStringId.PaperKind':'Size','DashboardStringId.DataInspectorButtonClose':'Close','DashboardStringId.CalculatedFieldTypeDecimal':'Decimal','DashboardStringId.SummaryTypeCountDistinct':'Count Distinct','DashboardStringId.RankTypePercentile':'Percentile','DashboardStringId.PageLayoutAuto':'Auto','DashboardStringId.SelectDate':'Select date','DashboardStringId.MessageCustomItemIncorrectDataItemSectionName':'The dashboard definition contains the {0} property that does not exist in the corresponding {1} class. This property will be ignored while the custom item is loading.','DashboardStringId.DeltaIndicationModeGreaterIsGoodCaption':'Greater is good','DashboardStringId.DateTimeIntervalAll':'All','DashboardStringId.DateTimeIntervalDay':'Day','DashboardStringId.FormatRuleUnableToAddRule_NoCardLayout':'Unable to add a new format rule to cards that use a legacy layout.','DashboardStringId.NumericFormatFormatTypeScientificCaption':'Scientific','DashboardStringId.GroupIntervalNone':'No Grouping','DashboardStringId.SizeModeStretch':'Stretch','DashboardStringId.ChartElementLineOrAreaCaption':'Line/Area','DashboardStringId.ErrorHandlingWindowDefinitionServerMode':'The w function cannot be used for server-mode data sources','DashboardStringId.DeltaValueTypePercentOfTargetCaption':'Percent of target','DashboardStringId.ExactDateFormatSecond':'Second','DashboardStringId.SummaryTypeStdDev':'StdDev','DashboardStringId.DateTimeGroupIntervalWeekOfMonth':'Week of Month','DashboardStringId.DateTimeFormatDayOfWeekFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.RunningTotalCalculationMeasureCaptionFormatString':'Running Total of {0}','DashboardStringId.FunctionDescriptionRankUnique':'RankUnique(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the unique rank for the current row in the window.','DashboardStringId.PointLabelContentTypeNone':'None','DashboardStringId.NumericFormatUnitSymbolBillions':'B','DashboardStringId.SizeMode':'Size Mode','DashboardStringId.LayoutDimensionModeAuto':'Auto','DashboardStringId.SparklineIndicationModeArea':'Area','DashboardStringId.SparklineIndicationModeLine':'Line','DashboardStringId.PointLabelContentTypeValue':'Value','DashboardStringId.ExtractEmptyDataFieldsExceptionMessage':'Cannot create the extract file from the Object/Entity Framework data source because the ExtractSourceOptions.DataFields collection is empty.','DashboardStringId.AggregateExFunctionDescriptionMode':'Mode(Value)\\r\\nThe mode of the values. A mode is the value that is repeated more often than any other.','DashboardStringId.PageLayoutLandscape':'Landscape','DashboardStringId.DateTimeFormatMonthFormatAbbreviatedCaption':'Abbreviated','DashboardStringId.FilterElementRadioComboBoxNoDataCaption':'Select...','DashboardStringId.FormatRuleUnableToAddRule_NoSeriesToApply':'Unable to add a new format rule. There is no series to apply the rule.','DashboardStringId.PointLabelContentTypeArgument':'Argument','DashboardStringId.FormatRuleRangeGenerateRanges':'Generate Ranges','DashboardStringId.CardRowDataElementTypeCardNameCaption':'Card Name','DashboardStringId.CommandFormatRuleBetweenOrEqual':'Between Or Equal To','DashboardStringId.SummaryTypeMedian':'Median','DashboardStringId.CardRowDataElementTypeAbsoluteVariationCaption':'Absolute Variation','DashboardStringId.HighCaption':'High','DashboardStringId.ExpressionFieldsTreeItemName':'Expressions','DashboardStringId.ElementNameCards':'Cards','DashboardStringId.FormatRuleApplyToDimensionElement':'Dimension - {0}','DashboardStringId.SeriesTypeStackedBar':'Stacked Bar','DashboardStringId.DefaultNamePivotItem':'Pivot','DashboardStringId.CalculatedFieldTypeUnknown':'Unknown','DashboardStringId.DescriptionValues':'Values','DashboardStringId.RankTypeCompetition':'Competition','DashboardStringId.CommandFormatRuleBelowOrEqualAverage':'Below Or Equal to Average','DashboardStringId.DescriptionItemAxisXMeasure':'X-axis','DashboardStringId.MessageEFNotSupportedMedian':'Median is not supported for the Entity Framework.','DashboardStringId.TargetValueCaption':'Target','DashboardStringId.FormatConditionAppearancePaleBlue':'Pale Blue','DashboardStringId.FormatConditionAppearancePaleCyan':'Pale Cyan','DashboardStringId.FormatConditionAppearancePaleGray':'Pale Gray','DashboardStringId.DeltaIndicationModeWarningIfLessCaption':'Warning if less','DashboardStringId.CommandDimensionSortModeValue':'(Value)','DashboardStringId.SummaryTypeAverage':'Average','DashboardStringId.FormatRuleShowBarOnly':'Show bar only','DashboardStringId.DateTimeGroupIntervalWeekYear':'Week-Year','DashboardStringId.CardCalculationAlongCards':'Cards','DashboardStringId.DateTimeGroupIntervalQuarter':'Quarter','DashboardStringId.CalculatedFieldTypeString':'String','DashboardStringId.SparklineValuesSeparator':', ','DashboardStringId.OlapRaggedHierarchyNoneItemCaption':'(None)','DashboardStringId.DashboardCurrencyUseCurrentCurrency':'Use client system settings','DashboardStringId.LoadingDataError':'The Dashboard encountered an issue while loading data. One or several dashboard items may appear empty.\\r\\nPlease contact the application vendor or your system administrator and provide the following information.\\r\\n\\r\\nThe Web application server failed to establish the following data connections:\\r\\n{0}','DashboardStringId.DescriptionItemMeasureWeight':'Weight','DashboardStringId.PeriodThisMinute':'This Minute','DashboardStringId.DateTimeFormatMonthFormatNumericCaption':'Numeric','DashboardStringId.FunctionDescriptionRankDense':'RankDense(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the dense rank for the current row in the window.','DashboardStringId.FunctionCategoryAdvanced':'Advanced','DashboardStringId.ExactDateFormatQuarter':'Quarter','DashboardStringId.PeriodNextSecond':'Next Second','DashboardStringId.FunctionDescriptionAggrJoinRule':'joinRule(dimension, searchValue)\\r\\nSpecifies the dimension for the \\'aggr\\' function and a column whose values are used in the join operation after aggregation is completed.','DashboardStringId.DefaultNameComboBoxItem':'Combo Box','DashboardStringId.SeriesTypeRangeArea':'Range Area','DashboardStringId.CommandFormatRuleTopN':'Top N','DashboardStringId.MessageWrongAxisName':'A data axis with the specified name does not exist in this dashboard item. See the DevExpress.DashboardCommon.DashboardDataAxisNames static class for valid data axis names.','DashboardStringId.CalculationTypePercentOfTotal':'Percent Of Total','DashboardStringId.CommandFormatRuleLessThanOrEqualTo':'Less Than Or Equal To','DashboardStringId.DateFilterDisplayTextPattern':'Display Text Pattern','DashboardStringId.SeriesTypeGroupRange':'Range','DashboardStringId.MessageWrongDateTimePeriodName':'The DateTimePeriodCollection does not contain the item with the specified name.','DashboardStringId.OLAPUnavailableRawData':'OLAP Data Source - Data Unavailable','DashboardStringId.DataItemsHeader':'DATA ITEMS','DashboardStringId.FitToPageWidth':'Fit to Page Width','DashboardStringId.FormatRuleAllowNegativeAxis':'Allow negative axis','DashboardStringId.FormatRuleDisplayName':'Caption','DashboardStringId.FormatConditionAppearanceYellow':'Yellow','DashboardStringId.SeriesTypeGroupFinancial':'Financial','DashboardStringId.DateTimeGroupIntervalYear':'Year','DashboardStringId.DateTimeGroupIntervalHour':'Hour','DashboardStringId.PointLabelContentTypePercent':'Percent','DashboardStringId.MessageIncorrectDataAssign':'Data cannot be assigned if a data provider is used','DashboardStringId.ErrorHandlingInvalidCustomFunctions':'Calculated Field and Window expressions cannot contain some custom functions. Evaluated expressions contain the following forbidden functions','DashboardStringId.MessageIncorrectFilterValueLength':'The list of values that has been assigned as the filter value has a length that does not match the expected length of the filter value.','DashboardStringId.SparklineIndicationModeBar':'Bar','DashboardStringId.ScatterCalculationAlongArguments':'Arguments','DashboardStringId.DefaultXpoDataSourceName':'XPO Data Source','DashboardStringId.NumericFormatUnitSymbolMillions':'M','DashboardStringId.FormatRuleUnableToAddRule_NoColumnsToApply':'Unable to add a new format rule. There is no column to apply the rule.','DashboardStringId.FormatRuleApplyTo':'Apply to','DashboardStringId.FormatConditionAppearanceFontItalic':'Italic','DashboardStringId.NumericGroupIntervalContinuous':'Continuous','DashboardStringId.DifferenceCalculationTargetPrevious':'Previous','DashboardStringId.CommandDimensionSortModeID':'(ID)','DashboardStringId.DefaultMongoDBDataSourceName':'MongoDB Data Source','DashboardStringId.DescriptionGauges':'Gauges','DashboardStringId.NumericGroupIntervalDiscrete':'Discrete','DashboardStringId.FunctionDescriptionWindowVarp':'WindowVarp(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the biased variance of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMode':'WindowMode(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the mode of the expression within the window.','DashboardStringId.DateTimeGroupIntervalDateHourMinuteSecond':'Date-Hour-Minute-Second','DashboardStringId.DefaultNameDateFilterItem':'Date Filter','DashboardStringId.FormatConditionAutomaticValueType':'Automatic','DashboardStringId.ScaleModeNone':'None','DashboardStringId.DefaultNamePieItem':'Pies','DashboardStringId.EndDate':'(End Date)','DashboardStringId.FunctionOperatorExFunctionDescriptionToDateTime':'ToDateTime(Value)\\r\\nConverts Value to a DateTime value.','DashboardStringId.FormatConditionPercentValueType':'Percent','DashboardStringId.CommandFormatRuleBar':'Bar','DashboardStringId.FormatConditionAppearanceFontGreen':'Green Font','DashboardStringId.DefaultExcelDataSourceName':'Excel Data Source','DashboardStringId.CommandDimensionSortModeDisplayText':'(Display Text)','DashboardStringId.MessageIncorrectMoveTarget':'Cannot move a layout item to a position within its own branch','DashboardStringId.ExactDateFormatHour':'Hour','DashboardStringId.ExactDateFormatYear':'Year','DashboardStringId.DefaultNameMapItem':'Map','DashboardStringId.ExtractSourceDataSourceNamePostfix':'(local copy)','DashboardStringId.FunctionDescriptionAggregateFilter':'filter(SummaryExpression, filterCriteria)\\r\\nFilters underlying data with specified filter criteria and aggregates filtered data using current detail level and the summary function.','DashboardStringId.DescriptionMeasures':'Measures','DashboardStringId.FormatRuleApplyToAllElements':'All elements','DashboardStringId.GridTotalValueTemplate':'{0}','DashboardStringId.MessageServerModeNotSupportedCountDistinct':'Count Distinct is not supported in server mode for','DashboardStringId.DefaultDashboardTitleText':'Dashboard','DashboardStringId.FormatConditionAppearancePaleGreen':'Pale Green','DashboardStringId.FileName':'File Name','DashboardStringId.ResetExactDateFormatToDefault':'Reset to Default','DashboardStringId.LayoutDimensionModeFixed':'Fixed','DashboardStringId.PeriodLastMonth':'Last Month','DashboardStringId.DescriptionBoundImageAttribute':'Attribute','DashboardStringId.MessageInvalidFilterExpression':'Incorrect column identifier: {0}. A valid column identifier must consist of the column name preceeded by the table name (or alias, if specified). These names must be dot-separated.','DashboardStringId.TopNOthersValue':'Others','DashboardStringId.PaperKindExecutive':'Executive','DashboardStringId.FormatConditionAppearancePurple':'Purple','DashboardStringId.ActionMaximizeDashboardItem':'Maximize','DashboardStringId.GridSortDescending':'Sort Descending','DashboardStringId.PeriodLastYear':'Last Year','DashboardStringId.PeriodLastHour':'Last Hour','DashboardStringId.FormatConditionAppearanceFontGrayed':'Gray Font','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinute':'GetDateHourMinute(DateTime)\\r\\nExtracts the date part with the hour and minute values from the defined DateTime.','DashboardStringId.ErrorHandlingEFServerModeError':'Server mode is not supported for this data member','DashboardStringId.MeasureNamesDimensionName':'MeasureNames','DashboardStringId.Value2Caption':'Value 2','DashboardStringId.FormatRuleDisplayInLegend':'Display in legend','DashboardStringId.FormatRuleRangeReverseStyles':'Reverse','DashboardStringId.CsvValueSeparator':'Separator','DashboardStringId.SeriesTypePoint':'Point','DashboardStringId.ParameterTrueExportValue':'True','DashboardStringId.SeriesTypeStock':'Stock','DashboardStringId.CalculationTypeDifference':'Difference','DashboardStringId.FormatRuleRangeSegmentNumber':'Number of ranges:','DashboardStringId.LegendItemFormatString':'{0} - {1}','DashboardStringId.SizeModeZoom':'Zoom','DashboardStringId.SizeModeNone':'None','DashboardStringId.MessageInvalidStream':'The \\'stream\\' parameter can\\'t be null','DashboardStringId.DateTimeFormatDateFormatShortCaption':'Short','DashboardStringId.CommandFormatRuleDateOccurring':'A Date Occurring','DashboardStringId.ColoringModeNone':'None','DashboardStringId.NumericFormatUnitCaption':'Unit','DashboardStringId.PeriodNextMinute':'Next Minute','DashboardStringId.FormatRuleRangeAdd':'Add','DashboardStringId.CommandFormatRuleAboveOrEqualAverage':'Above Or Equal to Average','DashboardStringId.ScaleMode':'Scale Mode','DashboardStringId.CardRowDataElementTypeSubtitleCaption':'Subtitle','DashboardStringId.DateTimeFormatDayOfWeekFormatDefaultCaption':'Default','DashboardStringId.SeriesTypeFullStackedBar':'Full-Stacked Bar','DashboardStringId.MessageDuplicatedLayoutItem':'This layout item is already contained in the tree','DashboardStringId.DescriptionMapValue':'Map / Value','DashboardStringId.FunctionDescriptionWindowStdDevp':'WindowStdDevp(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the biased standard deviation of the expression within the window.','DashboardStringId.GridCalculationAlongSparklineArgument':'Sparkline Argument','DashboardStringId.FunctionDescriptionWindowDefinitionPartitionBy':'partitionBy(column1, column2, ...)\\r\\nSpecifies the columns by which the data rows are partitioned. The window function is applied to each partition separately.','DashboardStringId.DeltaIndicationModeNoIndicationCaption':'No indication','DashboardStringId.SeriesTypeGroupBar':'Bar','DashboardStringId.ActionShowDataInspector':'Inspect Data','DashboardStringId.ExportParameters':'Parameters','DashboardStringId.FormatStringSeriesName':' - {0}','DashboardStringId.FilterElementCheckedComboBoxNoDataCaption':'(none)','DashboardStringId.DescriptionItemArgument':'Argument','DashboardStringId.DateTimeGroupIntervalSecond':'Second','DashboardStringId.ParametersFormNameColumnCaption':'Parameter','DashboardStringId.FunctionOperatorExFunctionDescriptionToBoolean':'ToBoolean(Value)\\r\\nConverts Value to an equivalent Boolean value.','DashboardStringId.DifferenceCalculationTargetFirst':'First','DashboardStringId.DescriptionItemAxisYMeasure':'Y-axis','DashboardStringId.GaugeCalculationAlongGauges':'Gauges','DashboardStringId.ErrorIncorrectIntervalCount':'The count parameter should be greater or equal to 1.','DashboardStringId.CommandFormatRuleNotEqualTo':'Not Equal To','DashboardStringId.ChartCalculationAlongSeries':'Series','DashboardStringId.FormatRuleInvalidRule':'<Invalid Rule>','DashboardStringId.CardCalculationAlongSparklineArgumentAndCards':'Sparkline Argument / Cards','DashboardStringId.ShowTitle':'Show Title','DashboardStringId.PaperKindLegal':'Legal','DashboardStringId.FormatRuleStyleIcons':'Icons','DashboardStringId.ColorInherited':'(Inherited)','DashboardStringId.FormatRuleApplyToPointSeriesElementOnly':'This option is in effect only for line or area series','DashboardStringId.DescriptionDimensions':'Dimensions','DashboardStringId.CardRowDataElementTypePercentVariationCaption':'Percent Variation','DashboardStringId.ButtonCancel':'Cancel','DashboardStringId.UndoText':'Undo','DashboardStringId.CardLayoutTemplateNoneCaption':'None','DashboardStringId.DefaultNameChartPane':'Pane','DashboardStringId.DefaultNameChartItem':'Chart','DashboardStringId.DateTimeQuarterFormat':'Q{0}','DashboardStringId.ChartElementPointCaption':'Point','DashboardStringId.RawDataType':'Raw','DashboardStringId.CloseCaption':'Close','DashboardStringId.FormatConditionAppearanceFontYellow':'Yellow Font','DashboardStringId.PaperKindA3':'A3','DashboardStringId.PaperKindA4':'A4','DashboardStringId.PaperKindA5':'A5','DashboardStringId.FilterStatePresentationAfterAndSplitPage':'Separate Page','DashboardStringId.CardCalculationAlongSparklineArgument':'Sparkline Argument','DashboardStringId.FormatConditionAppearanceOrange':'Orange','DashboardStringId.RangeFilterHasNoData':'The Range Filter does not contain any data to display.','DashboardStringId.CommandFormatRuleGreaterThanOrEqualTo':'Greater Than Or Equal To','DashboardStringId.DescriptionItemRow':'Row','DashboardStringId.FilterStatePresentationAfter':'Below','DashboardStringId.DateTimeIntervalHour':'Hour','DashboardStringId.DateTimeIntervalYear':'Year','DashboardStringId.DateTimeIntervalWeek':'Week','DashboardStringId.FunctionDescriptionWindowDefinitionOrderBy':'orderBy(column1, column2, ...)\\r\\nSpecifies the columns by which the values are sorted.','DashboardStringId.FunctionDescriptionWindowDefinition':'w(WindowExpression, partitionByFunction, orderByFunction)\\r\\nCalculates aggregated values with the specified window function for the window defined by the specified partitioning and ordering.','DashboardStringId.NumericFormatUnitThousandsCaption':'Thousands','DashboardStringId.DateTimeFormatDateTimeFormatTimeOnlyCaption':'Time only','DashboardStringId.ErrorHandlingJoinRuleFunctionServerMode':'The joinRule function cannot be used for server-mode data sources','DashboardStringId.ScaleModeAutoFitToPagesWidth':'Auto Fit to Pages Width','DashboardStringId.ColoringModeDefault':'Default','DashboardStringId.MessageInternalError':'Internal error. Please contact the application vendor or your system administrator and provide the following information.\\r\\n\\r\\n{0}','DashboardStringId.DefaultJsonDataSourceName':'JSON Data Source','DashboardStringId.CommandFormatRuleValue':'Value','DashboardStringId.FilterElementNoDataToDisplay':'No data to display','DashboardStringId.CommandFormatRuleRange':'Range','DashboardStringId.EmptyColumnAliasPattern':'Column{0}','DashboardStringId.DescriptionItemAuto':'New Column','DashboardStringId.ExtractPreprocessorError':'An error occurred during creation of the data extract:\\r\\n{0}','DashboardStringId.RankTypeUnique':'Unique','DashboardStringId.DateTimeGroupIntervalWeekOfYear':'Week of Year','DashboardStringId.GeoPointMapTooltipPointCount':'{0} points','DashboardStringId.ErrorHandlingDataBindingError':'The following errors occur during data binding:','DashboardStringId.FormatConditionAppearanceCustom':'Custom','DashboardStringId.DefaultNameImageItem':'Image','DashboardStringId.OlapCubeNotFoundError':'The cube with the following name cannot be found:\\r\\n{0}.','DashboardStringId.DescriptionRows':'Rows','DashboardStringId.MapShapeNoneAttribute':'NONE','DashboardStringId.FunctionDescriptionRankPercentile':'RankPercentile(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the percentile rank for the current row in the window.','DashboardStringId.RankOrderDescending':'Descending','DashboardStringId.SeriesTypeStackedSplineArea':'Stacked Spline Area','DashboardStringId.ExtractEmptyDataMemberExceptionMessage':'Cannot create an extract file because ExtractSourceOptions.DataMember is empty or specified incorrectly.','DashboardStringId.DescriptionMaps':'Maps','DashboardStringId.PrintHeadersOnEveryPage':'Print Headers on Every Page','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateMonthYear':'GetDateMonthYear(DateTime)\\r\\nReturns the date of the first day of the month for a given DateTime.','DashboardStringId.FunctionCategoryAggregate':'Aggregate','DashboardStringId.FormatRuleApplyToTextElement':'Text - \"{0}\"','DashboardStringId.ButtonExport':'Export','DashboardStringId.ToDatePeriodCaption':'To {0}','DashboardStringId.ErrorToBooleanCharOperand':'Cannot convert a character to a boolean value.','DashboardStringId.FilterElementShowAllItem':'(All)','DashboardStringId.NumericFormatFormatTypeCurrencyCaption':'Currency','DashboardStringId.FunctionDescriptionFirstValue':'FirstValue(Value)\\r\\nReturns the first value in a collection.','DashboardStringId.ExactDateFormatMonth':'Month','DashboardStringId.UniqueCalculatedFieldNameValidationMessage':'The {0} already contains a field named {1}.','DashboardStringId.ActionExportToPdf':'Export To PDF','DashboardStringId.PivotCalculationAlongGroupsInColumns':'Columns within Groups','DashboardStringId.PivotCalculationAlongRows':'Rows','DashboardStringId.NumericFormatUnitSymbolThousands':'K','DashboardStringId.InvalidCustomPropertyNameMessage':'The property name \\'{0}\\' is invalid. It should contain only letters, numbers, and the underscore symbol and cannot start with a number.','DashboardStringId.PivotGridTotal':'{0} Total','DashboardStringId.MessageInvalidLayoutClientHeight':'The layout height must be greater than zero.','DashboardStringId.FormatConditionAppearanceGradientTransparent':'Gradient Transparent','DashboardStringId.CardLayoutTemplateCustomCaption':'Custom','DashboardStringId.DeltaIndicationModeWarningIfGreaterCaption':'Warning if greater','DashboardStringId.FormatConditionAppearanceGradientGreen':'Gradient Green','DashboardStringId.GridHyperlinkUriPatternErrorMessage':'Invalid placeholder','DashboardStringId.MessageBoxWarningTitle':'Warning','DashboardStringId.InspectedTypeFormatString':'({0} Data)','DashboardStringId.FormatStringKpiElementCaption':'{0} vs {1}','DashboardStringId.CardRowDataElementTypeTitleCaption':'Title','DashboardStringId.RangeFilterIncompatibleTopN':'Range Filter\\'s argument does not support the Top N feature','DashboardStringId.DeltaValueTypeTargetValueCaption':'Target value','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateQuarterYear':'GetDateQuarterYear(DateTime)\\r\\nReturns the date of the first day of the quarter for a given DateTime.','DashboardStringId.DateTimeGroupIntervalDayMonthYear':'Day-Month-Year','DashboardStringId.FormatRuleRangeUsePercent':'Use % ranges','DashboardStringId.GridCalculationAlongSparklineArgumentAndRows':'Sparkline Argument / Rows','DashboardStringId.FormatConditionAppearanceGradientCyan':'Gradient Cyan','DashboardStringId.FormatConditionAppearanceGradientBlue':'Gradient Blue','DashboardStringId.DefaultNameTreeViewItem':'Tree View','DashboardStringId.MessageIncorrectValueTopNCount':'The TopNCount property value cannot be negative or zero.','DashboardStringId.DateTimeFormatMonthFormatFullCaption':'Full','DashboardStringId.DateTimeGroupIntervalMonthYear':'Month-Year','DashboardStringId.ParametersFormCaption':'Dashboard Parameters','DashboardStringId.MessageCustomItemIsNotSupported':'The custom item is not supported by this control.','DashboardStringId.SparklineTooltipMinValue':'Min:','DashboardStringId.FormatRuleDataItemIsNotAvailable':'(N/A)','DashboardStringId.CommandFormatRuleLessThan':'Less Than','DashboardStringId.CommandFormatRuleGreaterThan':'Greater Than','DashboardStringId.SeriesTypeFullStackedSplineArea':'Full-Stacked Spline Area','DashboardStringId.FormatRuleNegativeStyle':'Negative Style Settings','DashboardStringId.CommandFormatRuleEqualTo':'Equal To','DashboardStringId.AggrInMasterFilterDimensionError':'Master filtering cannot be applied by dimension values created using the expression containing the Aggr function.','DashboardStringId.DateTimeGroupIntervalDay':'Day','DashboardStringId.MeasureFilterCaptionFormatString':'Filtered {0}','DashboardStringId.MessageInvalidCultureName':'Cannot find a specific culture with the following name: {0}','DashboardStringId.DefaultPeriodName':'Period','DashboardStringId.ColoringModeHue':'Hue','DashboardStringId.DefaultEFDataSourceName':'EF Data Source','DashboardStringId.NewCalculatedFieldNamePrefix':'Calculated Field','DashboardStringId.ParametersFormAllowNullColumnCaption':'Pass Null','DashboardStringId.ActionExportTemplate':'{0} - {1}','DashboardStringId.PeriodNextQuarter':'Next Quarter','DashboardStringId.FunctionOperatorExFunctionDescriptionGetDateHourMinuteSecond':'GetDateHourMinuteSecond(DateTime)\\r\\nExtracts the date part with the hour, minute, and second values from the defined DateTime.','DashboardStringId.ExactDatePeriodCaption':'{0}','DashboardStringId.ButtonSubmit':'Submit','DashboardStringId.DateTimeIntervalMonth':'Month','DashboardStringId.FunctionDescriptionWindowCustomAggregate':'WindowAggregate(SummaryExpression, StartOffset, EndOffset, CustomAggregateName) - Returns the result of the custom function applied to the specified expression in the window.','DashboardStringId.PointLabelContentTypeSeriesName':'Series Name','DashboardStringId.GridTotalTypeSum':'Sum','DashboardStringId.GridTotalTypeAvg':'Avg','DashboardStringId.GridTotalTypeMin':'Min','DashboardStringId.GridTotalTypeMax':'Max','DashboardStringId.DefaultNameGridItem':'Grid','DashboardStringId.InspectedData':'Inspected Data:','DashboardStringId.FunctionDescriptionCountDistinct':'CountDistinct(Value)\\r\\nReturns the number of unique objects in a collection.','DashboardStringId.DefaultNameTabPage':'Page','DashboardStringId.ChartCalculationAlongArgumentsAndSeries':'Arguments / Series','DashboardStringId.ElementNamePies':'Pies','DashboardStringId.SeriesTypeGroupBubble':'Bubble','DashboardStringId.RangeFilterEmptyArgument':'Please specify the Range Filter\\'s argument','DashboardStringId.PeriodNextMonth':'Next Month','DashboardStringId.FunctionDescriptionWindowStdDev':'WindowStdDev(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the sample standard deviation of the expression within the window.','DashboardStringId.DeltaThresholdTypeAbsolute':'Absolute','DashboardStringId.MessageInvalidCardLayoutTemplateMinWidth':'The minimum width must be greater than zero.','DashboardStringId.DataSourceDataMember':'Data Member','DashboardStringId.ImageFormat':'Image Format','DashboardStringId.MessageCollectionTypesNotSupported':'Dashboard does not support collection types.','DashboardStringId.SparklineTooltipEndValue':'End:','DashboardStringId.Latitude':'Latitude','DashboardStringId.FunctionDescriptionRunningSum':'RunningSum(SummaryExpression)\\r\\nReturns the running sum of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningAvg':'RunningAvg(SummaryExpression)\\r\\nReturns the running average of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningMin':'RunningMin(SummaryExpression)\\r\\nReturns the running minimum of the specified expression from the first row in the window to the current row.','DashboardStringId.FunctionDescriptionRunningMax':'RunningMax(SummaryExpression)\\r\\nReturns the running maximum of the specified expression from the first row in the window to the current row.','DashboardStringId.CategoryNameGeneral':'General','DashboardStringId.DateTimeFormatYearFormatFullCaption':'Full','DashboardStringId.RangeFilterIncompatibleSeriesType':'A Range Filter can contain Line, Area and Bar series only','DashboardStringId.CalculationAlongSpecificDimensions':'Specific...','DashboardStringId.SummaryTypeMode':'Mode','DashboardStringId.SummaryTypeVarp':'VarP','DashboardStringId.CommandDimensionSortModeKey':'(Key)','DashboardStringId.SeriesTypeFullStackedLine':'Full-Stacked Line','DashboardStringId.SeriesTypeFullStackedArea':'Full-Stacked Area','DashboardStringId.ColorAutoAssignedNotApplied':'Auto (not applied)','DashboardStringId.DefaultNameListBoxItem':'List Box','DashboardStringId.DescriptionCards':'Cards','DashboardStringId.DescriptionTooltipDimensions':'Tooltip dimensions','DashboardStringId.FormatRuleApplyToRow':'Apply to row','DashboardStringId.FunctionOperatorExFunctionDescriptionGetWeekOfMonth':'GetWeekOfMonth(DateTime)\\r\\nExtracts the week of the month from the defined DateTime.','DashboardStringId.FormatConditionAppearanceGreen':'Green','DashboardStringId.CommandFormatRuleColorRangeBar':'Color Range Bar','DashboardStringId.UniqueNameValidationMessage':'A name should be unique.','DashboardStringId.MessageServerModeNotSupportedMode':'Mode is not supported in server mode for','DashboardStringId.FormatRuleInvalidRuleChanging':'Invalid Rule cannot be enabled.','DashboardStringId.MessageDashboardInternalError':'Dashboard internal error. Please contact the application vendor or your system administrator.','DashboardStringId.FunctionDescriptionRankCompetition':'RankCompetition(SummaryExpression, [\\'asc\\', \\'desc\\'])\\r\\nReturns the standard competition rank for the current row in the window.','DashboardStringId.FunctionDescriptionWindowDefinitionOrderDesc':'desc(column)\\r\\nData rows are sorted by values in the specified column in descending order.','DashboardStringId.RangeFilterCalculationAlongArgument':'Argument','DashboardStringId.CommandFormatRuleTopBottom':'Top/Bottom','DashboardStringId.ExcelFormat':'Excel Format','DashboardStringId.DateTimeGroupIntervalMinute':'Minute','DashboardStringId.FormatConditionAppearanceGradientYellow':'Gradient Yellow','DashboardStringId.FunctionDescriptionWindowCountDistinct':'WindowCountDistinct(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the distinct count of the expression within the window.','DashboardStringId.CardCalculationAlongCardsAndSparklineArgument':'Cards / Sparkline Argument','DashboardStringId.FunctionDescriptionWindowVar':'WindowVar(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the variance of the expression within the window.','DashboardStringId.FunctionDescriptionWindowSum':'WindowSum(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the sum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMax':'WindowMax(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the maximum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowMin':'WindowMin(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the minimum of the expression within the window.','DashboardStringId.FunctionDescriptionWindowAvg':'WindowAvg(SummaryExpression, StartOffset, EndOffset)\\r\\nReturns the average of the expression within the window, which is defined using offsets from the current row.','DashboardStringId.DifferenceCalculationTargetLast':'Last','DashboardStringId.DifferenceCalculationTargetNext':'Next','DashboardStringId.MessageIncorrectMapLatitude':'The latitude should be greater than or equal to {0} and less than or equal to {1}.','DashboardStringId.DescriptionDashboardItemName':'Dashboard item name','DashboardStringId.FilterStatePresentationNone':'None','DashboardStringId.ButtonApply':'Apply','DashboardStringId.WindowFunctionValidationMessage':'Please Note: The created field can not be used as a data item. The {0} expression is valid only within the w-function or as a custom expression applied to a measure calculation.','DashboardStringId.ErrorEmptyPeriodName':'The name cannot be null or empty','DashboardStringId.SparklineTooltipStartValue':'Start:','DashboardStringId.ButtonReset':'Reset','DashboardStringId.ActionExportTo':'Export To','DevExpress.DashboardCommon.DimensionSortOrder.Ascending':'Ascending','DevExpress.DashboardCommon.DashboardParameter.AllowMultiselect':'Allow Multiselect','DevExpress.DashboardCommon.DynamicListLookUpSettings.DisplayMember':'Display Member','DevExpress.DashboardCommon.DimensionSortOrder.Descending':'Descending','DevExpress.DashboardCommon.DynamicListLookUpSettings.ValueMember':'Value Member','DevExpress.DashboardCommon.DashboardParameter.LookUpSettings':'Look-Up Settings','DevExpress.DashboardCommon.DashboardParameter.AllowNull':'Allow Null','DevExpress.DashboardCommon.DashboardParameter.SelectAllValues':'Select All Values','DevExpress.DashboardCommon.DashboardParameter.Description':'Description','DevExpress.DashboardCommon.StaticListLookUpSettings.Values':'Values','DevExpress.DashboardCommon.DynamicListLookUpSettings.SortByMember':'Sort By','DevExpress.DashboardCommon.DynamicListLookUpSettings.DataMember':'Data Member','DevExpress.DashboardCommon.DashboardParameter.Visible':'Visible','DevExpress.DashboardCommon.DynamicListLookUpSettings.SortOrder':'Sort Order','DevExpress.DashboardCommon.DynamicListLookUpSettings.DataSource':'Data Source','DashboardWebStringId.Title.ImageLinked':'Linked','DashboardWebStringId.DashboardMenu':'Dashboard Menu','DashboardWebStringId.Grid.DisplayMode.Bar':'Bar','DashboardWebStringId.Chart.Position.TopLeftHorizontal':'Top Left Horizontal','DashboardWebStringId.FormatRuleApplyToDimensionElement':'Dimension','DashboardWebStringId.InteractivityOptions.MasterFilterMode.None':'None','DashboardWebStringId.Parameters.LookUpSettingsType.NoLookUp':'No Look-Up','DashboardWebStringId.ConditionalFormatting.IconType.None':'None','DashboardWebStringId.TopNMode':'Mode','DashboardWebStringId.TopN.Top':'Top','DashboardWebStringId.Map.Viewport.CenterPointLongitude':'Center Point Longitude','DashboardWebStringId.DashboardMenuColorScheme':'Color Scheme','DashboardWebStringId.Image.BindingMode':'Binding Mode','DashboardWebStringId.LimitVisibleData.IncreasePerformanceTooltip':'This dashboard item is bound to a large data set. To increase performance, click this icon to limit visible data.','DashboardWebStringId.ColoringModeOn':'On','DashboardWebStringId.Calculations.RankOrder':'Rank Order','DashboardWebStringId.ConditionalFormatting.ConditionMaximum':'Maximum','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayDownInclineArrow':'Directional Gray Down Incline Arrow','DashboardWebStringId.Treemap.TileLabelsValue':'Value','DashboardWebStringId.ButtonHidden':'Hidden','DashboardWebStringId.Treemap.TileLabelsNone':'None','DashboardWebStringId.Image.BindingMode.BinaryArray':'Binary Array','DashboardWebStringId.Calculations.Moving':'Moving of','DashboardWebStringId.Gauge.Scale.Custom':'Custom','DashboardWebStringId.Image.BindingMode.Uri':'Uri','DashboardWebStringId.PivotGrid.ValuesPositionRows':'Rows','DashboardWebStringId.Map.Viewport.CreateViewerPaddings':'Create Viewer Paddings','DashboardWebStringId.Notification.DashboardCanNotBeSaved':'The dashboard cannot be saved','DashboardWebStringId.InteractivityOptions.TargetDimensions.Series':'Series','DashboardWebStringId.Binding.TooltipMeasures':'Tooltip Measures','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowSideArrow':'Directional Yellow Side Arrow','DashboardWebStringId.DataSources.EditCalculatedField':'Edit Calculated Field','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowTriangle':'Shape Yellow Triangle','DashboardWebStringId.Grid.Options':'Grid Options','DashboardWebStringId.Chart.Position.BottomRightVertical':'Bottom Right Vertical','DashboardWebStringId.EditInDesigner':'Edit in Designer','DashboardWebStringId.DashboardMenuNew':'New...','DashboardWebStringId.Colorization.NoSelectedSchema':'Select a color scheme to edit','DashboardWebStringId.Currency.DefaultCurrencyWarning':'The currency culture format is based on environmental settings. Specify the culture explicitly to ignore these settings.','DashboardWebStringId.CardLayout.MaxWidth':'Max Width','DashboardWebStringId.ConditionalFormatting.DatesOccurringBeyondThisYear':'Following this year','DashboardWebStringId.PivotGrid.RowGrandTotals':'Row Grand Totals','DashboardWebStringId.Add':'Add','DashboardWebStringId.Pie':'Pie','DashboardWebStringId.ConditionalFormatting.Appearance.ForeColor':'Fore Color','DashboardWebStringId.PivotGrid.RowTotalsPosition':'Row Totals Position','DashboardWebStringId.InteractivityOptions.TargetDimensions.Points':'Points','DashboardWebStringId.Title.Aligment.Center':'Center','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorRedCross':'Indicator Red Cross','DashboardWebStringId.Chart.ShowPointMarkers':'Show point markers','DashboardWebStringId.DataSources.CreateDataSource':'Create','DashboardWebStringId.ColoringOptions':'Coloring','DashboardWebStringId.Grid.FilterClause.EndsWith':'Ends with','DashboardWebStringId.Notification.UnsupportedDataSourceType':'Unsupported data source type','DashboardWebStringId.DataSources.OK':'OK','DashboardWebStringId.Chart.AxisYMeasure':'Axis Y Measure','DashboardWebStringId.AccordionTab.Common':'Common','DashboardWebStringId.Map.Position.TopRight':'Top Right','DashboardWebStringId.Pie.Type':'Pie Type','DashboardWebStringId.ConditionalFormatting.SegmentNumber':'Segment Number','DashboardWebStringId.Binding.ValuesPattern':'Values {0}','DashboardWebStringId.ButtonNo':'NO','DashboardWebStringId.ButtonOn':'ON','DashboardWebStringId.Pie.LabelPositionInside':'Inside','DashboardWebStringId.PivotGrid.LayoutTypeCompact':'Compact','DashboardWebStringId.InteractivityOptions.TargetDimensions':'Target Dimensions','DashboardWebStringId.Cards.LineCount':'Line Count','DashboardWebStringId.Map.TooltipActualValueCaption':'Tooltip Actual Value Caption','DashboardWebStringId.Map.TooltipAttribute':'Tooltip Attribute','DashboardWebStringId.TilesTooltipContentType':'Tile Tooltip','DashboardWebStringId.RangeFilter.UriPattern':'Uri Pattern','DashboardWebStringId.Parameters.LookUpSettingsTypeCaption':'Look-Up Settings Type','DashboardWebStringId.PivotGrid.LayoutTypeTabular':'Tabular','DashboardWebStringId.FormatType':'Format Type','DashboardWebStringId.Dialog.ConfirmSaving':'Confirm saving','DashboardWebStringId.FormatRule':'Format Rule','DashboardWebStringId.Card.SparklineVisible':'Sparkline Visible','DashboardWebStringId.Tabs.Binding':'Binding','DashboardWebStringId.Grid.ColumnHeaders':'Column Headers','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorGreenCheck':'Indicator Green Check','DashboardWebStringId.Map.CustomMapUrl':'Custom Map Url','DashboardWebStringId.RangeFilter.Flow':'Flow','DashboardWebStringId.RangeFilter.None':'None','DashboardWebStringId.Binding.ConfigureMeasure':'Configure Measure','DashboardWebStringId.DashboardMenuCurrency':'Currency','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayUpInclineArrow':'Directional Gray Up Incline Arrow','DashboardWebStringId.PivotGrid.RowTotals':'Row Totals','DashboardWebStringId.Calculations.RankType':'Rank Type','DashboardWebStringId.MasterFilterMode':'Master Filter Mode','DashboardWebStringId.PivotGrid.RowTotalsPositionBottom':'Bottom','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGreenArrowUp':'Directional Green Arrow Up','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalRedTriangleDown':'Directional Red Triangle Down','DashboardWebStringId.Grid.DisplayMode.Text':'Text','DashboardWebStringId.Binding.SetColor':'Set Color','DashboardWebStringId.Gauge.Captions':'Show Gauge Captions','DashboardWebStringId.Grid.Delta':'Delta','DashboardWebStringId.Chart.LogarithmicScaleBase5':'5','DashboardWebStringId.Chart.LogarithmicScaleBase2':'2','DashboardWebStringId.Binding.SetValue':'Set Value','DashboardWebStringId.Notification.AttemptToLoadParameterValues':'An error occurred during an attempt to load parameter values for the data source ','DashboardWebStringId.DesignerToolbar.LayoutDimensionValidationError':'The value should be between {0} and {1}','DashboardWebStringId.DashboardMenuNewDashboardCreate':'Create','DashboardWebStringId.DateFilter.FilterTypeExact':'Exact','DashboardWebStringId.Grid.FilterClause.LessOrEqual':'Less than or equal to','DashboardWebStringId.Coloring.Local':'Local','DashboardWebStringId.DateFilter.FilterTypeAfter':'After','DashboardWebStringId.Map.Area.WorldCountries':'World Countries','DashboardWebStringId.ConditionalFormatting.IconType.Rating1Bar':'Rating 1 Bar','DashboardWebStringId.Binding.AddMap':'Add Map','DashboardWebStringId.Binding.AddRow':'Add Row','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGraySideArrow':'Directional Gray Side Arrow','DashboardWebStringId.PivotGrid.ColumnTotalsPosition':'Column Totals Position','DashboardWebStringId.Grid.FilterClause.BetweenEnd':'End','DashboardWebStringId.Map.CustomMapOptionsSource':'Source','DashboardWebStringId.ConditionalFormatting.FontStyle':'Font Style','DashboardWebStringId.Cards.ArrangementMode.Auto':'Auto','DashboardWebStringId.DataSources.CreateNewDataSource':'Create data source...','DashboardWebStringId.Notification.AttemptToLoadDashboards':'An error occurred during an attempt to load the list of available dashboards','DashboardWebStringId.CollectionEditor.Totals.NoItems':'Click + to add a new total.','DashboardWebStringId.InteractivityOptions':'Interactivity Options','DashboardWebStringId.DataSources.RenameDataSource':'Rename Data Source','DashboardWebStringId.Chart.AxisXMeasure':'Axis X Measure','DashboardWebStringId.Map.Viewport.RightLongitude':'Right Longitude','DashboardWebStringId.Errors.AttemptToLoadData':'An error occurred during an attempt to load data','DashboardWebStringId.Binding.ConfigureAttribute':'Configure Attribute','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlier':'Prior to the month 6 months ago','DashboardWebStringId.Grid.WidthType.FitToContent':'Fit To Content','DashboardWebStringId.Chart.Orientation.RotateLeft':'Rotate Left','DashboardWebStringId.Sparkline.HighlightMinMaxPoints':'Highlight Min/Max Points','DashboardWebStringId.Image.Alignment.Bottom':'Bottom','DashboardWebStringId.ConditionalFormatting.DateType':'Date Type','DashboardWebStringId.WeightedLegendGalleryGroup':'Position','DashboardWebStringId.Dashboard.Groups':'Groups','DashboardWebStringId.Binding.Attribute':'Attribute','DashboardWebStringId.Notification.AttemptToGetColorScheme':'An error occurred during an attempt to get the color scheme','DashboardWebStringId.Image.Alignment.Center':'Center','DashboardWebStringId.DataSources.NoAvailableDataSources':'There are no available datasources.','DashboardWebStringId.Pie.LabelContentType.ArgumentAndPercent':'Argument And Percent','DashboardWebStringId.Dialog.ArgumentMode':'Axis Type','DashboardWebStringId.DataSources.Rename':'Rename','DashboardWebStringId.DimensionSortBy':'Sort by','DashboardWebStringId.Filters':'Filters','DashboardWebStringId.Notification.MethodIsNotAllowedInViewerMode':'This method is not allowed in the viewer mode','DashboardWebStringId.ConditionalFormatting.IntersectionRowDimension':'Intersection Row Dimension','DashboardWebStringId.Chart.Position.Inside':'Inside','DashboardWebStringId.PivotGrid.LayoutType':'Layout','DashboardWebStringId.Binding.RemovePane':'Remove Pane','DashboardWebStringId.Map.TooltipCaption':'Tooltip Caption','DashboardWebStringId.Currency.Currency':'Currency','DashboardWebStringId.Map.Position.BottomLeft':'Bottom Left','DashboardWebStringId.ConditionalFormatting.IconType.Rating2FilledBoxes':'Rating 2 Filled Boxes','DashboardWebStringId.Treemap.GroupTooltipsValue':'Value','DashboardWebStringId.Map.Viewport':'Viewport','DashboardWebStringId.Map.CustomMapOptionsFile':'File','DashboardWebStringId.ConditionalFormatting.IconType.RatingEmptyGrayCircle':'Rating Empty Gray Circle','DashboardWebStringId.Notification.AttemptToLoadDimensionUniqueValues':'An error occurred during an attempt to load dimension unique values for the data source ','DashboardWebStringId.MobileLayout.SwitchToViewer':'You have opened the Web Dashboard in the Designer mode. The control supports a mobile layout only if it works in the Viewer mode. Do you want to switch to the Viewer mode?','DashboardWebStringId.Map.Position.TopCenter':'Top Center','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorRedFlag':'Indicator Red Flag','DashboardWebStringId.Treemap.GroupTooltipsArgument':'Argument','DashboardWebStringId.ConditionalFormatting.IconType.RatingFullGrayStar':'Rating Full Gray Star','DashboardWebStringId.Title.Aligment':'Alignment','DashboardWebStringId.DataSources.CalculatedField.Corrupted':'The calculated field contains errors','DashboardWebStringId.Grid.WidthType':'Width Type','DashboardWebStringId.ConditionalFormatting.DatesOccurringNone':'None','DashboardWebStringId.Treemap.TileTooltipsNone':'None','DashboardWebStringId.Pie.LabelContentType.Argument':'Argument','DashboardWebStringId.ConditionalFormatting.IconType.RatingFullGrayCircle':'Rating Full Gray Circle','DashboardWebStringId.Binding.ConfigureColumn':'Configure Column','DashboardWebStringId.Binding.SetArgument':'Set Argument','DashboardWebStringId.Map.ShapeTitleAttribute':'Shape Title Attribute','DashboardWebStringId.ConditionalFormatting.DatesOccurringYesterday':'Yesterday','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowDownInclineArrow':'Directional Yellow Down Incline Arrow','DashboardWebStringId.Interactivity':'Interactivity','DashboardWebStringId.AccordionTab.WeightedLegend':'Weighted Legend','DashboardWebStringId.Treemap.SquarifiedLayoutAlgorithm':'Squarified','DashboardWebStringId.ConditionalFormatting.IconType.RatingEmptyGrayStar':'Rating Empty Gray Star','DashboardWebStringId.AccordionTab.MeasureFilter':'Filter','DashboardWebStringId.Chart.OverlappingMode':'Overlapping Mode','DevExpressWebStringId.CalculatedFieldDataType':'Data Type','DashboardWebStringId.DashboardItemMenu.Bindings.ChangedDataSourceMessage':'The data source for the {0} item was changed to {1}','DashboardWebStringId.Colorization.ColorSchemeType':'Color Scheme Type','DashboardWebStringId.Chart.IgnoreEmptyPoints':'Ignore empty points','DashboardWebStringId.Chart.Position.TopRightHorizontal':'Top Right Horizontal','DashboardWebStringId.DashboardItemMenu.Bindings.SelectDataSourceButtonTooltip':'To add a data source to the current dashboard, go to Menu | Data Sources.','DashboardWebStringId.LayoutHasBeenChangedDialogMessage':'The dashboard layout has been changed.','DashboardWebStringId.LimitVisibleData.DisplayAllDataTooltip':'This dashboard item is bound to a large dataset and does not currently display all data to retain performance. Click this button to display all data.','DashboardWebStringId.Binding.Gauges':'Gauges','DashboardWebStringId.Chart.Legend':'Legend','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedTrafficLight':'Shape Red Traffic Light','DashboardWebStringId.Chart.TooltipContent':'Tooltips','DashboardWebStringId.Cards.ArrangementMode.FixedRows':'Fixed Rows','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo4':'During the month 4 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo5':'During the month 5 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo6':'During the month 6 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo1':'Last Month','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo2':'During the month 2 months ago','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAgo3':'During the month 3 months ago','DashboardWebStringId.Notification.ErrorHasOccuredOn':'An error occurred during an','DashboardWebStringId.Map.Position.BottomCenter':'Bottom Center','DashboardWebStringId.Parameters.DynamicListLookUpSettings':'Dynamic List Look-Up Settings','DashboardWebStringId.ConditionalFormatting.DatesOccurringToday':'Today','DashboardWebStringId.Grid.WordWrap':'Word Wrap','DashboardWebStringId.Coloring.MeasuresColoringMode':'Measures Coloring','DashboardWebStringId.Grid.FilterClause.StartsWith':'Starts with','DashboardWebStringId.Grid.ColumnWidth':'Column Width','DashboardWebStringId.Chart.TitleText':'Title Text','DashboardWebStringId.Gauge.Type':'Gauge Type','DashboardWebStringId.Tabs.DataShaping':'Data Shaping','DashboardWebStringId.MobileLayout.Back':'Back','DashboardWebStringId.ConditionalFormatting.DatesOccurringEmpty':'Empty','DashboardWebStringId.DateFilter.ArrangementModeAutoHeight':'Auto Height','DashboardWebStringId.Map.TooltipDimensions':'Tooltip Dimensions','DashboardWebStringId.Map.Area.Asia':'Asia','DashboardWebStringId.DataSources.CalculatedField.Name':'Name','DashboardWebStringId.BindDataInvitation':'to bind this item to data','DashboardWebStringId.Treemap.TileTooltipsValue':'Value','DashboardWebStringId.DataSources.DataItems':'Data Items','DashboardWebStringId.Chart.Position.BottomLeftHorizontal':'Bottom Left Horizontal','DashboardWebStringId.Map.Orientation.Horizontal':'Horizontal','DashboardWebStringId.ConditionalFormatting.FontRegular':'Regular','DashboardWebStringId.TileOptions':'Tile Options','DashboardWebStringId.Notification.AttemptToConnectionStrings':'An error occurred during an attempt to load connection strings','DashboardWebStringId.Chart.SeriesType':'Series Type','DashboardWebStringId.Parameters.StaticListLookUpSettings':'Static List Look-Up Settings','DashboardWebStringId.Map.Area.NorthAmerica':'North America','DashboardWebStringId.AccordionTab.ImageOptions':'Options','DashboardWebStringId.DataSources.Filter':'Filter','DashboardWebStringId.Tabs.Format':'Format','DashboardWebStringId.DefaultNameChoroplethMapItem':'Choropleth Map','DashboardWebStringId.Calculations.Expression':'Calculation','DashboardWebStringId.Chart.Weight':'Weight','DashboardWebStringId.ConditionalFormatting.IntersectionColumnDimension':'Intersection Column Dimension','DashboardWebStringId.Pie.LabelPosition':'Data Labels Position','DashboardWebStringId.ConditionalFormatting.DatesOccurringLastWeek':'Last Week','DashboardWebStringId.Grid.ColumnWidthMode':'Column Width Mode','DashboardWebStringId.TextBoxItemEditor.NoFields':'No dashboard fields','DashboardWebStringId.RangeFilter.StartDate':'Start Date','DashboardWebStringId.RangeFilter.StartMode':'Start Mode','DashboardWebStringId.Calculations.WindowDefinitionModeSpecific':'Specific','DashboardWebStringId.Dashboard.LayoutItems':'Layout Items','DashboardWebStringId.ConditionalFormatting.IconType.RatingHalfGrayStar':'Rating Half Gray Star','DashboardWebStringId.Dialog.DoNotSave':'Don\\'t Save','DashboardWebStringId.DefaultNameGeoPointMapItem':'Geo Point Map','DashboardWebStringId.Chart.ShowPointLablels':'Show Point Labels','DashboardWebStringId.Notification.QueryDoesNotExist':'The query with the specified name does not exist: {0}.','DashboardWebStringId.Sparkline.HighlightStartEndPoints':'Highlight Start/End Points','DashboardWebStringId.CollectionEditor.Parameters.NoItems':'Click + to add a new parameter.','DashboardWebStringId.Grid.MergeCells':'Merge Cells','DashboardWebStringId.ConditionalFormatting.Positive':'Positive','DashboardWebStringId.Binding.ConfigureLongitude':'Configure Longitude','DashboardWebStringId.FilterItem.EnableSearch':'Enable Search','DashboardWebStringId.Parameters.Values':'Values','DashboardWebStringId.Map.TooltipDeltaCaption':'Tooltip Delta Caption','DashboardWebStringId.PivotGrid.ColumnTotalsPositionNear':'Near','DashboardWebStringId.ClickHereInvitation':'Click here','DashboardWebStringId.Chart.PlotOnSecondaryAxis':'Plot on secondary axis','DashboardWebStringId.Notification.AttemptToGetUnderlyingData':'An error occurred during an attempt to get underlying data for the item ','DashboardWebStringId.Parameters.DefaultValue':'Default Value','DashboardWebStringId.Map.ShowLegend':'Show Color Legend','DashboardWebStringId.ConditionalFormatting.FontFamily':'Font Family','DashboardWebStringId.DataSources.NewDataSourceName':'New Data Source Name:','DashboardWebStringId.DataSources.Cancel':'Cancel','DashboardWebStringId.ClickToSetFilterCriteria':'Click to set Filter Criteria','DashboardWebStringId.Sparkline.ViewType':'View Type','DashboardWebStringId.Binding.ShowAll':'Show All','DashboardWebStringId.Grid.FixedWidth':'Fixed Width','DashboardWebStringId.Chart.SeriesType.Weighted':'Weighted','DashboardWebStringId.Binding.ConfigureDimension':'Configure Dimension','DashboardWebStringId.ConditionalFormatting.DatesOccurringTomorrow':'Tomorrow','DashboardWebStringId.Chart.PointLabelOptions':'Point Label Options','DashboardWebStringId.Map.AttributeFileLoaded':'(DBF File)','DashboardWebStringId.Notification.DashboardSaved':'Dashboard is saved','DashboardWebStringId.DataSourceWizard':'Dashboard Data Source Wizard','DashboardWebStringId.PivotGrid.ColumnTotals':'Column Totals','DashboardWebStringId.Treemap.TileTooltipsArgument':'Argument','DashboardWebStringId.Grid.DisplayMode.Value':'Value','DashboardWebStringId.Grid.DisplayMode.Image':'Image','DashboardWebStringId.FilterItem.AllowEmptyFilter':'Allow Empty Filter','DashboardWebStringId.Map.Orientation.Vertical':'Vertical','DashboardWebStringId.PieMapIsWeighted':'Weighted Pies','DashboardWebStringId.InteractivityOptions.DrillDown':'Drill Down','DashboardWebStringId.Chart.LogarithmicScale':'Logarithmic Scale','DashboardWebStringId.Binding.AddColumn':'Add Column','DashboardWebStringId.Grid.VerticalLines':'Vertical Lines','DashboardWebStringId.TextBoxItemEditor.DialogCaption':'Text Editor','DashboardWebStringId.Binding.ConfigureSeries':'Configure Series','DashboardWebStringId.Notification.NewDashboardCannotBeCreated':'A new dashboard cannot be created','DashboardWebStringId.Map.CustomMapOptionsUrl':'Url','DashboardWebStringId.ConditionalFormatting.IconType.ShapeLightGrayCircle':'Shape Light Gray Circle','DashboardWebStringId.Grid.ColumnType':'Column Type','DashboardWebStringId.Chart.GridLines':'Grid Lines','DashboardWebStringId.Grid.Measure':'Measure','DashboardWebStringId.TopN.Bottom':'Bottom','DashboardWebStringId.AccordionTab.Content':'Content','DashboardWebStringId.AddNewDashboard':'To add a new dashboard, click','DashboardWebStringId.ConditionalFormatting.DatesOccurringPriorThisYear':'Prior to this year','DashboardWebStringId.TextBox.Text':'Text','DashboardWebStringId.Title.ImageEmbedded':'Embedded','DashboardWebStringId.Treemap.GroupTooltipsArgumentAndValue':'Argument and Value','DashboardWebStringId.FilterItem.Type':'Type','DashboardWebStringId.Treemap.SliceAndDiceLayoutAlgorithm':'Slice and Dice','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledGreenCheck':'Indicator Circled Green Check','DashboardWebStringId.SaveChangesDialogMessage':'Do you want to save changes?','DashboardWebStringId.DataItem':'Data Item','DashboardWebStringId.Binding.Values':'Values','DashboardWebStringId.Binding.AddMeasure':'Add Measure','DashboardWebStringId.ConditionalFormatting.IconType':'Icon Type','DashboardWebStringId.Binding.TooltipDimensions':'Tooltip Dimensions','DashboardWebStringId.Gauge.Type.LinearHorizontal':'Linear Horizontal','DashboardWebStringId.DesignerToolbar.Height':'H:','DashboardWebStringId.Image.HorizontalAlignment':'Horizontal Alignment','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowDash':'Directional Yellow Dash','DashboardWebStringId.ShowOthersValue':'Show \"Others\" Value','DashboardWebStringId.MapLockNavigation':'Lock Navigation','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGreenTriangleUp':'Directional Green Triangle Up','DashboardWebStringId.Binding.DefaultSelectedPlaceholder':'Configure {0}','DashboardWebStringId.Map.DeltaMap':'Delta Map','DashboardWebStringId.Binding.ConfigureWeight':'Configure Weight','DashboardWebStringId.Chart.SecondaryAxisY':'Secondary Axis Y','DashboardWebStringId.Grid.ManualGridColumnWidthMode':'Manual','DashboardWebStringId.Binding.AddDimension':'Add Dimension','DashboardWebStringId.FilterElementCheckedComboBoxSelected':'{0} selected','DashboardWebStringId.Parameters.ParameterNameShouldBeUnique':'A name of the parameter should be unique','DashboardWebStringId.Chart.Position':'Position','DashboardWebStringId.FormatRules':'Format Rules','DashboardWebStringId.RangeFilter.CustomPeriods':'Custom Periods','DashboardWebStringId.Binding.ConfigureValues':'Configure Values','DashboardWebStringId.Parameters.ParameterList':'Parameter List','DashboardWebStringId.Chart.Content':'Content','DashboardWebStringId.Map.Area.Europe':'Europe','DashboardWebStringId.Image.SizeMode.Stretch':'Stretch','DashboardWebStringId.Dimension.SortMode':'Sort Mode','DashboardWebStringId.ConditionalFormatting.DatesOccurringThisWeek':'This Week','DashboardWebStringId.Gauge.Type.HalfCircular':'Half Circular','DashboardWebStringId.Map.Position.TopLeft':'Top Left','DashboardWebStringId.ConditionalFormatting.AppearanceType':'Appearance Type','DashboardWebStringId.Preview':'Preview','DashboardWebStringId.Parameters.Done':'Done','DashboardWebStringId.Treemap.LayoutDirection':'Layout Direction','DashboardWebStringId.TextBoxFormatText':'Format','DashboardWebStringId.Chart.Position.TopRightVertical':'Top Right Vertical','DashboardWebStringId.Gauge.Type.FullQuarterGauge':'Full Quarter Gauge','DashboardWebStringId.Gauge.Scale.Auto':'Auto','DashboardWebStringId.Parameters.AddParameter':'Add New Parameter','DashboardWebStringId.Map.Area.Africa':'Africa','DashboardWebStringId.ConditionalFormatting.IconType.Rating3FilledBoxes':'Rating 3 Filled Boxes','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalRedDownArrow':'Directional Red Down Arrow','DashboardWebStringId.Pie.LabelPositionOutside':'Outside','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalYellowUpInclineArrow':'Directional Yellow Up Incline Arrow','DashboardWebStringId.Colorization.ColorSchemes':'Color Schemes','DashboardWebStringId.Grid.AutoFitToGridColumnWidthMode':'AutoFit to Grid','DashboardWebStringId.DataSources.AddCalculatedField':'Add Calculated Field','DashboardWebStringId.Chart.LogarithmicScaleBase':'Logarithmic Scale Base','DashboardWebStringId.Image.SizeMode.Squeeze':'Squeeze','DashboardWebStringId.Map.Viewport.CenterPointLatitude':'Center Point Latitude','DashboardWebStringId.DataItem.ShowGrandTotals':'Show Grand Totals','DashboardWebStringId.Delta.ThresholdValue':'Threshold Value','DashboardWebStringId.ColorScheme.Colors':'Colors','DashboardWebStringId.Chart.IsInsideOfDiagram':'Inside diagram','DashboardWebStringId.Gauge.Type.ThreeFourthCircular':'Three-Quarter Circular','DashboardWebStringId.ConditionalFormatting.AboveOrEqual':'Above or Equal','DashboardWebStringId.DesignerToolbar.Pixels':'px','DashboardWebStringId.Calculations.RunningTotal':'Running Total of','DashboardWebStringId.ConditionalFormatting.Appearance.BackColor':'Back Color','DashboardWebStringId.AccordionTab.MapLegend':'Color Legend','DashboardWebStringId.Calculations.Types.Moving':'Moving','DashboardWebStringId.Dashboard.ComponentName':'Component Name','DashboardWebStringId.Chart.LogarithmicScaleBase10':'10','DashboardWebStringId.Map.WeightedLegendType.Linear':'Linear','DashboardWebStringId.Title.Text':'Text','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisWeek':'This week, beyond tomorrow','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisYear':'This year, beyond this month','DashboardWebStringId.Image.VerticalAlignment':'Vertical Alignment','DashboardWebStringId.AccordionTab.PivotInitialState':'Initial State','DashboardWebStringId.Grid.BandedRows':'Banded Rows','DashboardWebStringId.Map.Area.USA':'USA','DashboardWebStringId.CardLayout.ResetTemplate':'Reset','DashboardWebStringId.Binding.DefaultEmptyPlaceholder':'Set {0}','DashboardWebStringId.Grid.Dimension':'Dimension','DashboardWebStringId.Map.WeightedLegendType.Nested':'Nested','DashboardWebStringId.Pie.LabelContentType.Percent':'Percent','DashboardWebStringId.Map.Area.Canada':'Canada','DashboardWebStringId.Title.Visible':'Visible','DashboardWebStringId.RangeFilter.EndMode':'End Mode','DashboardWebStringId.RangeFilter.EndDate':'End Date','DashboardWebStringId.GeoPointMapClusterization':'Enable Clustering','DashboardWebStringId.AccordionTab.ScatterChartPointLabelOptions':'Point Labels','DashboardWebStringId.DateFilter.ArrangementModeVertical':'Vertical','DashboardWebStringId.Map.Area.Custom':'Custom','DashboardWebStringId.Dialog.UnsupportedCalculatedField':'This data item does not support the calculated field you created. This field is available on the Data Sources page of the dashboard menu.','DashboardWebStringId.New.DashboardName':'Dashboard Name:','DashboardWebStringId.Binding.AddSeries':'Add Series','DashboardWebStringId.Calculations.DifferenceType':'Difference Type','DashboardWebStringId.Binding.Columns':'Columns','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowCircle':'Shape Yellow Circle','DashboardWebStringId.DesignerToolbar.Width':'W:','DashboardWebStringId.ConditionalFormatting.IconType.Rating1FilledBox':'Rating 1 Filled Box','DashboardWebStringId.Grid.Hyperlink':'Hyperlink','DashboardWebStringId.Duplicate':'Duplicate current item','DashboardWebStringId.Pie.Donut':'Donut','DashboardWebStringId.Binding.ConfigureMap':'Configure Map','DashboardWebStringId.Binding.ConfigureRow':'Configure Row','DashboardWebStringId.DataSources.CalculatedField.FieldType':'Field Type','DashboardWebStringId.RangeFilter.EndIntervalAndOffset':'End Interval and Offset','DashboardWebStringId.Binding.EmptySearchResult':'Nothing was found','DashboardWebStringId.DashboardItemMenu.Bindings.SelectDataSourceButton':'Select a data source','DashboardWebStringId.PivotGrid.AutoExpandColumnGroups':'Auto-Expand Column Groups','DashboardWebStringId.Image.SizeMode.Clip':'Clip','DashboardWebStringId.Image.SizeMode.Zoom':'Zoom','DashboardWebStringId.ButtonContinuous':'Continuous','DashboardWebStringId.ConditionalFormatting.IconType.ShapeGreenCircle':'Shape Green Circle','DashboardWebStringId.Parameters.LookUpSettingsType.DynamicList':'Dynamic List','DashboardWebStringId.RangeFilter.StartIntervalAndOffset':'Start Interval and Offset','DashboardWebStringId.TilesLabelContentType':'Tile Label','DashboardWebStringId.DataItem.IncludeGroupSeparator':'Include Group Separator','DashboardWebStringId.NewDashboard':'New Dashboard','DashboardWebStringId.Map.IncludeSummaryValueToShapeTitle':'Include Summary Value','DashboardWebStringId.ConditionalFormatting.IntersectionLevelMode':'Intersection Level Mode','DashboardWebStringId.DateFilter.DatePickerLocationFar':'Far','DashboardWebStringId.Map.CustomMapFile':'Custom Map File','DashboardWebStringId.StyleSettings':'Style','DashboardWebStringId.DataSources.DataSourceNameExistsMessage':'Duplicate Name: Please enter a unique data source name to proceed.','DashboardWebStringId.Map.Viewport.LeftLongitude':'Left Longitude','DashboardWebStringId.Treemap.GroupLabelsArgumentAndValue':'Argument and Value','DashboardWebStringId.Treemap.BottomRightToTopLeftLayoutDirection':'Bottom Right - Top Left','DashboardWebStringId.Binding.SetWeight':'Set Weight','DashboardWebStringId.DashboardParameters':'Parameters','DashboardWebStringId.DisplayItemAsPage':'Display Item as Page','DashboardWebStringId.RangeFilter.Fixed':'Fixed','DashboardWebStringId.Notification.AttemptToLoadDashboard':'An error occurred during an attempt to load the dashboard ','DashboardWebStringId.FilterItem.Type.Standard':'Standard','DashboardWebStringId.ConditionalFormatting.IconType.Rating0FilledBoxes':'Rating 0 Filled Boxes','DashboardWebStringId.Colorization.MeasureNames':'Measure Names','DashboardWebStringId.Chart.Orientation':'Orientation','DashboardWebStringId.DataSources.UsedDataSources':'Used Data Sources','DashboardWebStringId.DefaultNameBubbleMapItem':'Bubble Map','DashboardWebStringId.ConditionalFormatting.Miscellaneous':'Miscellaneous','DashboardWebStringId.Notification.AttemptToConvertItemToType':'An error occurred during an attempt to convert the item to the type ','DashboardWebStringId.Calculations.WindowDefinitionModePredefined':'Predefined','DashboardWebStringId.ConditionalFormatting.AverageType':'Average Type','DashboardWebStringId.ConditionalFormatting.CalculatedBy':'Calculated by','DashboardWebStringId.Chart.LabelContent':'Data Labels','DashboardWebStringId.Calculations.Rank':'Rank of','DashboardWebStringId.Chart.AlwaysShowZeroLevel':'Always show zero level','DashboardWebStringId.FilterItem.Type.Checked':'Checked','DashboardWebStringId.ConditionalFormatting.Negative':'Negative','DashboardWebStringId.DataSources.Save':'Save','DashboardWebStringId.Binding.AddValues':'Add Values','DashboardWebStringId.DateFilter.FilterType':'Filter Type','DashboardWebStringId.Treemap.TileLabelsArgumentAndValue':'Argument and Value','DashboardWebStringId.AccordionTab.ShowTotals':'Totals','DashboardWebStringId.Calculations.WindowDefinition':'Window Definition','DashboardWebStringId.DataSources.DashboardDataSourceWizard':'Dashboard Data Source Wizard','DashboardWebStringId.CardLayout.LayoutOptions':'Layout Options','DashboardWebStringId.AddItemInvitation':'Drag an item from the Toolbox or click a button below to create a new item.','DashboardWebStringId.DataItem.Precision':'Precision','DashboardWebStringId.Treemap.GroupLabelsArgument':'Argument','DashboardWebStringId.CrossDataSourceFiltering':'Cross-Data-Source Filtering','DashboardWebStringId.ColoringModeOff':'Off','DashboardWebStringId.GroupsTooltipContentType':'Group Tooltip','DashboardWebStringId.Binding.SetLatitude':'Set Latitude','DashboardWebStringId.DashboardMenuSave':'Save','DashboardWebStringId.DashboardMenuOpen':'Open...','DashboardWebStringId.TextBoxItemEditor.DialogClose':'Close','DashboardWebStringId.Chart.AddPane':'Add Pane','DashboardWebStringId.ButtonYes':'YES','DashboardWebStringId.ButtonOff':'OFF','DashboardWebStringId.Chart.Orientation.RotateRight':'Rotate Right','DashboardWebStringId.Binding.Searching':'Start typing to search...','DashboardWebStringId.DateFilter.ArrangementModeHorizontal':'Horizontal','DashboardWebStringId.ConditionalFormatting.BarOptions':'Bar Options','DashboardWebStringId.ConditionalFormatting.Ranges':'Ranges','DashboardWebStringId.TextBoxItemEditor.DialogSaveAndClose':'Save and Close','DashboardWebStringId.Binding.ConfigureLatitude':'Configure Latitude','DashboardWebStringId.Delta.ThresholdType':'Threshold Type','DashboardWebStringId.DataSources.CalculatedField.UniqueNameError':'Calculated field should have a unique name.','DashboardWebStringId.MapLockNavigationLocked':'Locked','DashboardWebStringId.SeriesItem.SeriesDimensions':'Series Dimensions','DashboardWebStringId.ConditionalFormatting.BelowOrEqual':'Below or Equal','DashboardWebStringId.Notification.DashboardSaving':'Dashboard is saving','DashboardWebStringId.Grid.Sparkline':'Sparkline','DashboardWebStringId.Image.Alignment.Right':'Right','DashboardWebStringId.Map.WeightedLegendType':'Type','DashboardWebStringId.GroupsLabelContentType':'Group Label','DashboardWebStringId.Grid.FilterClause.ResetOperation':'Reset','DashboardWebStringId.Parameters.SortByMember':'Sort By','DashboardWebStringId.Chart.Position.TopLeftVertical':'Top Left Vertical','DashboardWebStringId.SummaryType':'Summary Type','DashboardWebStringId.DataSources.CreateDataSource.Tooltip':'Create a new data source...','DashboardWebStringId.Binding.AddArgument':'Add Argument','DashboardWebStringId.DataSources.NoUsedDataSources':'There are no used data sources in this dashboard.','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledRedCross':'Indicator Circled Red Cross','DashboardWebStringId.ShowCaptionText':'Show Caption','DashboardWebStringId.TextBoxItemEditor.EditTextButton':'Edit Text','DashboardWebStringId.Parameters.Reorder':'Reorder','DashboardWebStringId.DashboardMenuNewDashboardNamePlaceholder':'Enter a dashboard name','DashboardWebStringId.Calculations.DefinitionMode':'Definition Mode','DashboardWebStringId.ConditionalFormatting.IconType.Rating2QuartersGrayCircle':'Rating 2 Quarters Gray Circle','DashboardWebStringId.Grid.FilterClause.Between':'Between','DashboardWebStringId.Grid.FilterClause.DoesNotEqual':'Does not equal','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisYear':'This year, prior to this month','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisWeek':'This week, prior to yesterday','DashboardWebStringId.Parameters.NoSelectedParameter':'No parameter is selected.','DashboardWebStringId.Chart.VisiblePointsCount':'Visible Points Count','DashboardWebStringId.ConditionalFormatting.DatesOccurringBeyond':'Following the month in 2 months time','DashboardWebStringId.Notification.DashboardSavingIsNotAvailable':'Saving is not available','DashboardWebStringId.TreemapLayoutAlgorithm':'Layout Algorithm','DashboardWebStringId.ConditionalFormatting.Condition':'Condition','DashboardWebStringId.Map.Viewport.TopLatitude':'Top Latitude','DashboardWebStringId.Calculations.PercentOfTotal':'Percent Of Total of','DashboardWebStringId.ConditionalFormatting.DatesOccurringEarlierThisMonth':'This month, prior to previous week','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayArrowUp':'Directional Gray Arrow Up','DashboardWebStringId.SaveConfirmationDialogMessage':'If you leave before saving, your changes will be lost.','DashboardWebStringId.TextBoxItemEditor.InsertField':'Insert Field','DashboardWebStringId.Binding.Sparkline':'Sparkline','DashboardWebStringId.Grid.WidthType.Weight':'Weight','DashboardWebStringId.Notification.AttemptToLoadFieldListForDataSource':'An error occurred during an attempt to load the field list for the data source ','DashboardWebStringId.Gauge.Max':'Maximum Value','DashboardWebStringId.Gauge.Min':'Minimum Value','DashboardWebStringId.Title.ImageNone':'None','DashboardWebStringId.CardLayout.MinWidth':'Min Width','DashboardWebStringId.Map.AttributeName':'Attribute Name','DashboardWebStringId.DataItem.ShowValues':'Show Values','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedDiamond':'Shape Red Diamond','DashboardWebStringId.Chart.Position.BottomCenterHorizontal':'Bottom Center Horizontal','DashboardWebStringId.Map.CustomAttributeFile':'Custom Attribute File','DashboardWebStringId.Binding.ConfigureArgument':'Configure Argument','DashboardWebStringId.Chart.PrimaryAxisY':'Primary Axis Y','DashboardWebStringId.Image.Alignment.Left':'Left','DashboardWebStringId.Dimension.GroupInterval':'Group Interval','DashboardWebStringId.MapLockNavigationUnlocked':'Unlocked','DashboardWebStringId.Coloring.Global':'Global','DashboardWebStringId.Pie.LabelContentType.None':'None','DashboardWebStringId.DateFilter.FilterTypeBefore':'Before','DashboardWebStringId.Gauge.Type.LeftQuarterCircular':'Left-Quarter Circular','DashboardWebStringId.Map.Area.SouthAmerica':'South America','DashboardWebStringId.Viewer':'Viewer','DashboardWebStringId.Gauge.Type.LinearVertical':'Linear Vertical','DashboardWebStringId.Binding.ConfigureColor':'Configure Color','DashboardWebStringId.AccordionTab.ItemFilter':'Item Filter','DashboardWebStringId.Binding.ConfigureGauge':'Configure Gauge','DashboardWebStringId.Chart.LimitVisiblePoints':'Limit visible points','DashboardWebStringId.Colorization.AddColor':'Add Color','DashboardWebStringId.Map.Position.BottomRight':'Bottom Right','DashboardWebStringId.Binding.ConfigureValue':'Configure Value','DashboardWebStringId.TopNEnabled':'Enabled','DashboardWebStringId.Grid.TotalType':'Total Type','DashboardWebStringId.Grid.FilterClause.Contains':'Contains','DashboardWebStringId.Map.ShowWeightedLegend':'Show Weighted Legend','DashboardWebStringId.DateFilter.DatePickerLocationHidden':'Hidden','DashboardWebStringId.Chart.Position.BottomRightHorizontal':'Bottom Right Horizontal','DashboardWebStringId.Grid.FilterClause.Greater':'Greater than','DashboardWebStringId.Dashboards':'Dashboards','DashboardWebStringId.Treemap.GroupLabelsNone':'None','DashboardWebStringId.CardLayout.TemplateElementsEditor':'Value/Element','DashboardWebStringId.Grid.FilterClause.Less':'Less than','DashboardWebStringId.FormatRuleApplyToTextElement':'Text','DashboardWebStringId.ConditionalFormatting.GradientRangeBar':'Gradient Range Bar','DashboardWebStringId.Cards.ArrangementMode':'Content Arrangement Mode','DashboardWebStringId.DataItem.ShowTotals':'Show Totals','DashboardWebStringId.Remove':'Remove','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorGreenFlag':'Indicator Green Flag','DashboardWebStringId.Title.IncludeMasterFilter':'Include Master Filter','DashboardWebStringId.Binding.Cards':'Cards','DashboardWebStringId.Binding.XAxis':'X-axis','DashboardWebStringId.Binding.YAxis':'Y-axis','DashboardWebStringId.Search':'Search...','DashboardWebStringId.InteractivityOptions.TargetDimensions.Arguments':'Arguments','DashboardWebStringId.Chart.Visible':'Visible','DashboardWebStringId.ConditionalFormatting.MinimumType':'Minimum Type','DashboardWebStringId.InteractivityOptions.IsMasterFilter':'Master Filter','DashboardWebStringId.ConditionalFormatting.IconType.Rating4FilledBoxes':'Rating 4 Filled Boxes','DashboardWebStringId.Binding.ConfigureCard':'Configure Card','DashboardWebStringId.Binding.SetAttribute':'Set Attribute','DashboardWebStringId.Chart.EnableZooming':'Enable Zooming','DashboardWebStringId.Pie.LabelContentType.ValueAndPercent':'Value And Percent','DashboardWebStringId.ButtonConfirm':'Confirm','DashboardWebStringId.DateFilter.ArrangementMode':'Arrangement Mode','DashboardWebStringId.Treemap.TopRightToBottomLeftLayoutDirection':'Top Right - Bottom Left','DashboardWebStringId.Grid.HorizontalLines':'Horizontal Lines','DashboardWebStringId.Calculations.DifferenceCalculation':'Difference of','DashboardWebStringId.PivotGrid.ColumnTotalsPositionFar':'Far','DashboardWebStringId.Notification.UnderlyingRequestDataNotLoaded':'The data for the \\'{0}\\' dashboard item has not been loaded yet. Please check whether the \\'getItemData\\' method call returns an initialized non-null value before you request the underlying data.','DashboardWebStringId.Chart.Position.Outside':'Outside','DashboardWebStringId.Binding.HiddenDimensions':'Hidden Dimensions','DashboardWebStringId.Map.UseBindingAttribute':'Use binding attribute','DashboardWebStringId.AccordionTab.ChartLegend':'Legend','DashboardWebStringId.Calculations.PreviousValuesCount':'Start Offset','DashboardWebStringId.Treemap.BottomLeftToTopRightLayoutDirection':'Bottom Left - Top Right','DashboardWebStringId.CardLayout.Editor.FormatOptions':'Format Options','DashboardWebStringId.Chart.Position.TopCenterHorizontal':'Top Center Horizontal','DashboardWebStringId.ConditionalFormatting.IconType.ShapeLightRedCircle':'Shape Light Red Circle','DashboardWebStringId.ConditionalFormatting.ValueComparison':'Value Comparison','DashboardWebStringId.InteractivityOptions.MasterFilterMode.Multiple':'Multiple','DashboardWebStringId.Binding.HiddenMeasures':'Hidden Measures','DashboardWebStringId.Notification.DashboardLoading':'Dashboard is loading...','DashboardWebStringId.Options.Caption':'Caption','DashboardWebStringId.Map.CustomMapOptions':'Custom Map Options','DashboardWebStringId.PivotGrid.ValuesPositionColumns':'Columns','DashboardWebStringId.Chart.Orientation.Default':'Default','DashboardWebStringId.ConditionalFormatting.IconType.ShapeRedCircle':'Shape Red Circle','DashboardWebStringId.ConvertTo':'Convert To','DashboardWebStringId.Binding.SetLongitude':'Set Longitude','DashboardWebStringId.DataSources.ChooseDataSource':'Choose the data source for the dashboard','DashboardWebStringId.ConditionalFormatting.IconType.Rating0Bars':'Rating 0 Bars','DashboardWebStringId.ColorScheme.Empty':'The current dashboard does not contain color schemes','DashboardWebStringId.ConditionalFormatting.IconType.Rating2Bars':'Rating 2 Bars','DashboardWebStringId.Card.SparklineOptions':'Sparkline Options','DashboardWebStringId.ConditionalFormatting.IconType.Rating3Bars':'Rating 3 Bars','DashboardWebStringId.ColorScheme.Color':'Color','DashboardWebStringId.ConditionalFormatting.IconType.Rating4Bars':'Rating 4 Bars','DashboardWebStringId.Grid.AutoFitToContentsColumnWidthMode':'AutoFit to Contents','DashboardWebStringId.InteractivityOptions.MasterFilterMode.Single':'Single','DashboardWebStringId.Colorization.ValidationSelectMeasure':'Select at least one measure','DashboardWebStringId.CollectionEditor.NoItems':'Click + to add a new item.','DashboardWebStringId.Image.Alignment.Top':'Top','DashboardWebStringId.ConditionalFormatting':'Conditional Formatting','DashboardWebStringId.Binding.Maps':'Maps','DashboardWebStringId.Grid.FilterClause.GreaterOrEqual':'Greater than or equal to','DashboardWebStringId.Cards.ArrangementMode.FixedColumns':'Fixed Columns','DashboardWebStringId.Chart.Name':'Name','DashboardWebStringId.ColoringModeAuto':'Auto','DashboardWebStringId.Chart.Position.TopCenterVertical':'Top Center Vertical','DashboardWebStringId.ConditionalFormatting.MaximumType':'Maximum Type','DashboardWebStringId.Pie.LabelContentType.Value':'Value','DashboardWebStringId.Chart.AxisX':'Axis X','DashboardWebStringId.Chart.AxisY':'Axis Y','DashboardWebStringId.Map.AttributeDimension':'Attribute Dimension','DashboardWebStringId.Treemap.GroupTooltipsNone':'None','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorCircledYellowExclamation':'Indicator Circled Yellow Exclamation','DashboardWebStringId.NoDashboards':'There are no dashboards to display.','DashboardWebStringId.Chart.Value':'Value','DashboardWebStringId.Bindings':'Binding','DashboardWebStringId.Chart.Title':'Title','DashboardWebStringId.DateFilter.FilterTypeBetween':'Between','DashboardWebStringId.Chart.Panes':'Panes','DashboardWebStringId.Grid.ShowStartEndValues':'Show Start/End Values','DashboardWebStringId.Map.Area':'Default Map','DashboardWebStringId.Binding.AddGauge':'Add Gauge','DashboardWebStringId.PivotGrid.ColumnGrandTotals':'Column Grand Totals','DashboardWebStringId.RangeFilter.ClearDefaultCustomPeriod':'Clear Default Custom Period','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorYellowFlag':'Indicator Yellow Flag','DashboardWebStringId.ConditionalFormatting.StyleSettingsType':'Style Settings Type','DashboardWebStringId.Binding.AddValue':'Add Value','DashboardWebStringId.DataSources.AddQuery':'Add Query','DashboardWebStringId.InteractivityOptions.IgnoreMasterFilters':'Ignore Master Filters','DashboardWebStringId.Chart.Reverse':'Reverse','DashboardWebStringId.Grid.FilterClause.BetweenStart':'Start','DashboardWebStringId.ButtonVisible':'Visible','DashboardWebStringId.Binding.AddCard':'Add Card','DashboardWebStringId.Pie.LabelContentType.ArgumentValueAndPercent':'Argument, Value And Percent','DashboardWebStringId.Treemap.StripedLayoutAlgorithm':'Striped','DashboardWebStringId.Map.ValueMap':'Value Map','DashboardWebStringId.Grid.FilterClause.Equals':'Equals','DashboardWebStringId.FilterItem.Type.Radio':'Radio','DashboardWebStringId.DataSources.IncludeToTheDashboard':'Add','DashboardWebStringId.DataSources.AddDataSource':'Add Data Source','DashboardWebStringId.Title.Aligment.Left':'Left','DashboardWebStringId.Parameters.LookUpSettingsType.StaticList':'Static List','DashboardWebStringId.Chart.ArgumentAndValues':'Argument and Values','DashboardWebStringId.Title.Image':'Image','DashboardWebStringId.Chart.ShowZeroValues':'Show for zero values','DashboardWebStringId.Delta.ResultIndication':'Result Indication','DashboardWebStringId.AccordionTab.ChoroplethMapShapeLabelsAttribute':'Shape Labels','DashboardWebStringId.ConditionalFormatting.IconType.IndicatorYellowExclamation':'Indicator Yellow Exclamation','DashboardWebStringId.Parameters.AddParameter.Tooltip':'Add new parameter to the dashboard','DashboardWebStringId.ConditionalFormatting.DatesOccurringNextWeek':'Next Week','DashboardWebStringId.Chart.ArgumentAndWeight':'Argument and Weight','DashboardWebStringId.Dialog.Save':'Save','DashboardWebStringId.Chart.OverlappingMode.Hide':'Hide','DashboardWebStringId.Chart.OverlappingMode.None':'None','DashboardWebStringId.PivotGrid.RowTotalsPositionTop':'Top','DashboardWebStringId.CardLayout.Editor.CardLayout':'Card Layout','DashboardWebStringId.Dialog.Warning':'Warning','DashboardWebStringId.ConditionalFormatting.RangeGradient':'Range Gradient','DashboardWebStringId.DashboardMenuDataSources':'Data Sources','DashboardWebStringId.Gauge.Type.RightQuarterCircular':'Right-Quarter Circular','DashboardWebStringId.ConditionalFormatting.Above':'Above','DashboardWebStringId.ConditionalFormatting.Below':'Below','DashboardWebStringId.Treemap.GroupLabelsValue':'Value','DashboardWebStringId.DateFilter.DatePickerLocationNear':'Near','DashboardWebStringId.Pie.ShowCaptions':'Show Pie Captions','DashboardWebStringId.AccordionTab.VisibleDataFilter':'Visible Data Filter','DashboardWebStringId.DataSources.AvailableDataSourcesError':'An error occurred during an attempt to load the list of available data sources','DashboardWebStringId.Currency.CurrencyCulture':'Culture','DashboardWebStringId.ButtonDiscrete':'Discrete','DashboardWebStringId.Treemap.TopLeftToBottomRightLayoutDirection':'Top Left - Bottom Right','DashboardWebStringId.Pie.LabelContentType.ArgumentAndValue':'Argument And Value','DashboardWebStringId.Grid.FilterClause.ApplyFilter':'Apply filter','DashboardWebStringId.Binding.DataSource':'Data Source','DashboardWebStringId.Loading':'LOADING...','DashboardWebStringId.Options':'Options','DashboardWebStringId.More':'More','DashboardWebStringId.Type':'Type','DashboardWebStringId.ConditionalFormatting.IconType.ShapeGreenTrafficLight':'Shape Green Traffic Light','DashboardWebStringId.ConditionalFormatting.DatesOccurringLaterThisMonth':'This month, beyond next week','DashboardWebStringId.DefaultNamePieMapItem':'Pie Map','DashboardWebStringId.ConditionalFormatting.UnsupportedDataType':'This data type is not supported','DashboardWebStringId.ConditionType':'Condition Type','DashboardWebStringId.ConditionalFormatting.DatesOccurringThisMonth':'This Month','DashboardWebStringId.ConditionalFormatting.IconType.Rating3QuartersGrayCircle':'Rating 3 Quarters Gray Circle','DashboardWebStringId.Parameters.LookUpSettingsType':'Look-up Settings','DashboardWebStringId.Chart.AxisYSecondary':'Axis Y Secondary','DashboardWebStringId.ConditionalFormatting.ConditionMinimum':'Minimum','DashboardWebStringId.Treemap.TileTooltipsArgumentAndValue':'Argument and Value','DashboardWebStringId.DateFilter.DatePickerLocation':'Date Picker Location','DashboardWebStringId.AccordionTab.Labels':'Labels','DashboardWebStringId.RangeFilter.SetDefaultCustomPeriod':'Set as Default','DashboardWebStringId.AccordionTab.Layout':'Layout','DashboardWebStringId.Chart.Rotated':'Rotated','DashboardWebStringId.Treemap.TileLabelsArgument':'Argument','DashboardWebStringId.Delta.ValueType':'Value Type','DashboardWebStringId.ConditionalFormatting.IconType.Rating1QuarterGrayCircle':'Rating 1 Quarter Gray Circle','DashboardWebStringId.PivotGrid.ValuesPosition':'Values Position','DashboardWebStringId.Grid.FilterClause.DoesNotContain':'Does not contain','DashboardWebStringId.Chart.Position.BottomLeftVertical':'Bottom Left Vertical','DashboardWebStringId.Map.ShapeFileLoaded':'(SHP File)','DashboardWebStringId.Chart.ShowLegend':'Show Legend','DashboardWebStringId.Dashboard.Items':'Items','DashboardWebStringId.Chart.Position.BottomCenterVertical':'Bottom Center Vertical','DashboardWebStringId.Map.Viewport.BottomLatitude':'Bottom Latitude','DashboardWebStringId.ConditionalFormatting.IconType.ShapeYellowTrafficLight':'Shape Yellow Traffic Light','DashboardWebStringId.ConditionalFormatting.IconType.DirectionalGrayDownArrow':'Directional Gray Down Arrow','DashboardWebStringId.TreeView.AutoExpand':'Auto Expand','DashboardWebStringId.Grid.DisplayMode':'Display Mode','DashboardWebStringId.Grid.DeltaOptions':'Delta Options','DashboardWebStringId.Binding.Argument':'Argument','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAfter1':'Next Month','DashboardWebStringId.ConditionalFormatting.DatesOccurringMonthAfter2':'During the month in 2 months time','DashboardWebStringId.FilterItem.ShowAllValue':'Show \\'All\\' Value','DashboardWebStringId.CardLayout.ApplyToAllCards':'Apply to all Cards','DashboardWebStringId.TabPages':'Tab Pages','DashboardWebStringId.PivotGrid.AutoExpandRowGroups':'Auto-Expand Row Groups','DashboardWebStringId.Calculations':'Calculations','DashboardWebStringId.Calculations.NextValuesCount':'End Offset','DashboardWebStringId.Gauge.ScaleOptions':'Scale Options','DashboardWebStringId.Colorization.GroupInterval':'Group Interval'},'isCallbackMode':true}});\nGlobalize.load({\"supplemental\":{\"version\":{\"_number\":\"$Revision: 13459 $\",\"_unicodeVersion\":\"10.0.0\",\"_cldrVersion\":\"32\"},\"likelySubtags\":{\"aa\":\"aa-Latn-ET\",\"aai\":\"aai-Latn-ZZ\",\"aak\":\"aak-Latn-ZZ\",\"aau\":\"aau-Latn-ZZ\",\"ab\":\"ab-Cyrl-GE\",\"abi\":\"abi-Latn-ZZ\",\"abq\":\"abq-Cyrl-ZZ\",\"abr\":\"abr-Latn-GH\",\"abt\":\"abt-Latn-ZZ\",\"aby\":\"aby-Latn-ZZ\",\"acd\":\"acd-Latn-ZZ\",\"ace\":\"ace-Latn-ID\",\"ach\":\"ach-Latn-UG\",\"ada\":\"ada-Latn-GH\",\"ade\":\"ade-Latn-ZZ\",\"adj\":\"adj-Latn-ZZ\",\"ady\":\"ady-Cyrl-RU\",\"adz\":\"adz-Latn-ZZ\",\"ae\":\"ae-Avst-IR\",\"aeb\":\"aeb-Arab-TN\",\"aey\":\"aey-Latn-ZZ\",\"af\":\"af-Latn-ZA\",\"agc\":\"agc-Latn-ZZ\",\"agd\":\"agd-Latn-ZZ\",\"agg\":\"agg-Latn-ZZ\",\"agm\":\"agm-Latn-ZZ\",\"ago\":\"ago-Latn-ZZ\",\"agq\":\"agq-Latn-CM\",\"aha\":\"aha-Latn-ZZ\",\"ahl\":\"ahl-Latn-ZZ\",\"aho\":\"aho-Ahom-IN\",\"ajg\":\"ajg-Latn-ZZ\",\"ak\":\"ak-Latn-GH\",\"akk\":\"akk-Xsux-IQ\",\"ala\":\"ala-Latn-ZZ\",\"ali\":\"ali-Latn-ZZ\",\"aln\":\"aln-Latn-XK\",\"alt\":\"alt-Cyrl-RU\",\"am\":\"am-Ethi-ET\",\"amm\":\"amm-Latn-ZZ\",\"amn\":\"amn-Latn-ZZ\",\"amo\":\"amo-Latn-NG\",\"amp\":\"amp-Latn-ZZ\",\"anc\":\"anc-Latn-ZZ\",\"ank\":\"ank-Latn-ZZ\",\"ann\":\"ann-Latn-ZZ\",\"any\":\"any-Latn-ZZ\",\"aoj\":\"aoj-Latn-ZZ\",\"aom\":\"aom-Latn-ZZ\",\"aoz\":\"aoz-Latn-ID\",\"apc\":\"apc-Arab-ZZ\",\"apd\":\"apd-Arab-TG\",\"ape\":\"ape-Latn-ZZ\",\"apr\":\"apr-Latn-ZZ\",\"aps\":\"aps-Latn-ZZ\",\"apz\":\"apz-Latn-ZZ\",\"ar\":\"ar-Arab-EG\",\"arc\":\"arc-Armi-IR\",\"arc-Nbat\":\"arc-Nbat-JO\",\"arc-Palm\":\"arc-Palm-SY\",\"arh\":\"arh-Latn-ZZ\",\"arn\":\"arn-Latn-CL\",\"aro\":\"aro-Latn-BO\",\"arq\":\"arq-Arab-DZ\",\"ary\":\"ary-Arab-MA\",\"arz\":\"arz-Arab-EG\",\"as\":\"as-Beng-IN\",\"asa\":\"asa-Latn-TZ\",\"ase\":\"ase-Sgnw-US\",\"asg\":\"asg-Latn-ZZ\",\"aso\":\"aso-Latn-ZZ\",\"ast\":\"ast-Latn-ES\",\"ata\":\"ata-Latn-ZZ\",\"atg\":\"atg-Latn-ZZ\",\"atj\":\"atj-Latn-CA\",\"auy\":\"auy-Latn-ZZ\",\"av\":\"av-Cyrl-RU\",\"avl\":\"avl-Arab-ZZ\",\"avn\":\"avn-Latn-ZZ\",\"avt\":\"avt-Latn-ZZ\",\"avu\":\"avu-Latn-ZZ\",\"awa\":\"awa-Deva-IN\",\"awb\":\"awb-Latn-ZZ\",\"awo\":\"awo-Latn-ZZ\",\"awx\":\"awx-Latn-ZZ\",\"ay\":\"ay-Latn-BO\",\"ayb\":\"ayb-Latn-ZZ\",\"az\":\"az-Latn-AZ\",\"az-Arab\":\"az-Arab-IR\",\"az-IQ\":\"az-Arab-IQ\",\"az-IR\":\"az-Arab-IR\",\"az-RU\":\"az-Cyrl-RU\",\"ba\":\"ba-Cyrl-RU\",\"bal\":\"bal-Arab-PK\",\"ban\":\"ban-Latn-ID\",\"bap\":\"bap-Deva-NP\",\"bar\":\"bar-Latn-AT\",\"bas\":\"bas-Latn-CM\",\"bav\":\"bav-Latn-ZZ\",\"bax\":\"bax-Bamu-CM\",\"bba\":\"bba-Latn-ZZ\",\"bbb\":\"bbb-Latn-ZZ\",\"bbc\":\"bbc-Latn-ID\",\"bbd\":\"bbd-Latn-ZZ\",\"bbj\":\"bbj-Latn-CM\",\"bbp\":\"bbp-Latn-ZZ\",\"bbr\":\"bbr-Latn-ZZ\",\"bcf\":\"bcf-Latn-ZZ\",\"bch\":\"bch-Latn-ZZ\",\"bci\":\"bci-Latn-CI\",\"bcm\":\"bcm-Latn-ZZ\",\"bcn\":\"bcn-Latn-ZZ\",\"bco\":\"bco-Latn-ZZ\",\"bcq\":\"bcq-Ethi-ZZ\",\"bcu\":\"bcu-Latn-ZZ\",\"bdd\":\"bdd-Latn-ZZ\",\"be\":\"be-Cyrl-BY\",\"bef\":\"bef-Latn-ZZ\",\"beh\":\"beh-Latn-ZZ\",\"bej\":\"bej-Arab-SD\",\"bem\":\"bem-Latn-ZM\",\"bet\":\"bet-Latn-ZZ\",\"bew\":\"bew-Latn-ID\",\"bex\":\"bex-Latn-ZZ\",\"bez\":\"bez-Latn-TZ\",\"bfd\":\"bfd-Latn-CM\",\"bfq\":\"bfq-Taml-IN\",\"bft\":\"bft-Arab-PK\",\"bfy\":\"bfy-Deva-IN\",\"bg\":\"bg-Cyrl-BG\",\"bgc\":\"bgc-Deva-IN\",\"bgn\":\"bgn-Arab-PK\",\"bgx\":\"bgx-Grek-TR\",\"bhb\":\"bhb-Deva-IN\",\"bhg\":\"bhg-Latn-ZZ\",\"bhi\":\"bhi-Deva-IN\",\"bhk\":\"bhk-Latn-PH\",\"bhl\":\"bhl-Latn-ZZ\",\"bho\":\"bho-Deva-IN\",\"bhy\":\"bhy-Latn-ZZ\",\"bi\":\"bi-Latn-VU\",\"bib\":\"bib-Latn-ZZ\",\"big\":\"big-Latn-ZZ\",\"bik\":\"bik-Latn-PH\",\"bim\":\"bim-Latn-ZZ\",\"bin\":\"bin-Latn-NG\",\"bio\":\"bio-Latn-ZZ\",\"biq\":\"biq-Latn-ZZ\",\"bjh\":\"bjh-Latn-ZZ\",\"bji\":\"bji-Ethi-ZZ\",\"bjj\":\"bjj-Deva-IN\",\"bjn\":\"bjn-Latn-ID\",\"bjo\":\"bjo-Latn-ZZ\",\"bjr\":\"bjr-Latn-ZZ\",\"bjt\":\"bjt-Latn-SN\",\"bjz\":\"bjz-Latn-ZZ\",\"bkc\":\"bkc-Latn-ZZ\",\"bkm\":\"bkm-Latn-CM\",\"bkq\":\"bkq-Latn-ZZ\",\"bku\":\"bku-Latn-PH\",\"bkv\":\"bkv-Latn-ZZ\",\"blt\":\"blt-Tavt-VN\",\"bm\":\"bm-Latn-ML\",\"bmh\":\"bmh-Latn-ZZ\",\"bmk\":\"bmk-Latn-ZZ\",\"bmq\":\"bmq-Latn-ML\",\"bmu\":\"bmu-Latn-ZZ\",\"bn\":\"bn-Beng-BD\",\"bng\":\"bng-Latn-ZZ\",\"bnm\":\"bnm-Latn-ZZ\",\"bnp\":\"bnp-Latn-ZZ\",\"bo\":\"bo-Tibt-CN\",\"boj\":\"boj-Latn-ZZ\",\"bom\":\"bom-Latn-ZZ\",\"bon\":\"bon-Latn-ZZ\",\"bpy\":\"bpy-Beng-IN\",\"bqc\":\"bqc-Latn-ZZ\",\"bqi\":\"bqi-Arab-IR\",\"bqp\":\"bqp-Latn-ZZ\",\"bqv\":\"bqv-Latn-CI\",\"br\":\"br-Latn-FR\",\"bra\":\"bra-Deva-IN\",\"brh\":\"brh-Arab-PK\",\"brx\":\"brx-Deva-IN\",\"brz\":\"brz-Latn-ZZ\",\"bs\":\"bs-Latn-BA\",\"bsj\":\"bsj-Latn-ZZ\",\"bsq\":\"bsq-Bass-LR\",\"bss\":\"bss-Latn-CM\",\"bst\":\"bst-Ethi-ZZ\",\"bto\":\"bto-Latn-PH\",\"btt\":\"btt-Latn-ZZ\",\"btv\":\"btv-Deva-PK\",\"bua\":\"bua-Cyrl-RU\",\"buc\":\"buc-Latn-YT\",\"bud\":\"bud-Latn-ZZ\",\"bug\":\"bug-Latn-ID\",\"buk\":\"buk-Latn-ZZ\",\"bum\":\"bum-Latn-CM\",\"buo\":\"buo-Latn-ZZ\",\"bus\":\"bus-Latn-ZZ\",\"buu\":\"buu-Latn-ZZ\",\"bvb\":\"bvb-Latn-GQ\",\"bwd\":\"bwd-Latn-ZZ\",\"bwr\":\"bwr-Latn-ZZ\",\"bxh\":\"bxh-Latn-ZZ\",\"bye\":\"bye-Latn-ZZ\",\"byn\":\"byn-Ethi-ER\",\"byr\":\"byr-Latn-ZZ\",\"bys\":\"bys-Latn-ZZ\",\"byv\":\"byv-Latn-CM\",\"byx\":\"byx-Latn-ZZ\",\"bza\":\"bza-Latn-ZZ\",\"bze\":\"bze-Latn-ML\",\"bzf\":\"bzf-Latn-ZZ\",\"bzh\":\"bzh-Latn-ZZ\",\"bzw\":\"bzw-Latn-ZZ\",\"ca\":\"ca-Latn-ES\",\"can\":\"can-Latn-ZZ\",\"cbj\":\"cbj-Latn-ZZ\",\"cch\":\"cch-Latn-NG\",\"ccp\":\"ccp-Cakm-BD\",\"ce\":\"ce-Cyrl-RU\",\"ceb\":\"ceb-Latn-PH\",\"cfa\":\"cfa-Latn-ZZ\",\"cgg\":\"cgg-Latn-UG\",\"ch\":\"ch-Latn-GU\",\"chk\":\"chk-Latn-FM\",\"chm\":\"chm-Cyrl-RU\",\"cho\":\"cho-Latn-US\",\"chp\":\"chp-Latn-CA\",\"chr\":\"chr-Cher-US\",\"cja\":\"cja-Arab-KH\",\"cjm\":\"cjm-Cham-VN\",\"cjv\":\"cjv-Latn-ZZ\",\"ckb\":\"ckb-Arab-IQ\",\"ckl\":\"ckl-Latn-ZZ\",\"cko\":\"cko-Latn-ZZ\",\"cky\":\"cky-Latn-ZZ\",\"cla\":\"cla-Latn-ZZ\",\"cme\":\"cme-Latn-ZZ\",\"cmg\":\"cmg-Soyo-MN\",\"co\":\"co-Latn-FR\",\"cop\":\"cop-Copt-EG\",\"cps\":\"cps-Latn-PH\",\"cr\":\"cr-Cans-CA\",\"crh\":\"crh-Cyrl-UA\",\"crj\":\"crj-Cans-CA\",\"crk\":\"crk-Cans-CA\",\"crl\":\"crl-Cans-CA\",\"crm\":\"crm-Cans-CA\",\"crs\":\"crs-Latn-SC\",\"cs\":\"cs-Latn-CZ\",\"csb\":\"csb-Latn-PL\",\"csw\":\"csw-Cans-CA\",\"ctd\":\"ctd-Pauc-MM\",\"cu\":\"cu-Cyrl-RU\",\"cu-Glag\":\"cu-Glag-BG\",\"cv\":\"cv-Cyrl-RU\",\"cy\":\"cy-Latn-GB\",\"da\":\"da-Latn-DK\",\"dad\":\"dad-Latn-ZZ\",\"daf\":\"daf-Latn-ZZ\",\"dag\":\"dag-Latn-ZZ\",\"dah\":\"dah-Latn-ZZ\",\"dak\":\"dak-Latn-US\",\"dar\":\"dar-Cyrl-RU\",\"dav\":\"dav-Latn-KE\",\"dbd\":\"dbd-Latn-ZZ\",\"dbq\":\"dbq-Latn-ZZ\",\"dcc\":\"dcc-Arab-IN\",\"ddn\":\"ddn-Latn-ZZ\",\"de\":\"de-Latn-DE\",\"ded\":\"ded-Latn-ZZ\",\"den\":\"den-Latn-CA\",\"dga\":\"dga-Latn-ZZ\",\"dgh\":\"dgh-Latn-ZZ\",\"dgi\":\"dgi-Latn-ZZ\",\"dgl\":\"dgl-Arab-ZZ\",\"dgr\":\"dgr-Latn-CA\",\"dgz\":\"dgz-Latn-ZZ\",\"dia\":\"dia-Latn-ZZ\",\"dje\":\"dje-Latn-NE\",\"dnj\":\"dnj-Latn-CI\",\"dob\":\"dob-Latn-ZZ\",\"doi\":\"doi-Arab-IN\",\"dop\":\"dop-Latn-ZZ\",\"dow\":\"dow-Latn-ZZ\",\"dri\":\"dri-Latn-ZZ\",\"drs\":\"drs-Ethi-ZZ\",\"dsb\":\"dsb-Latn-DE\",\"dtm\":\"dtm-Latn-ML\",\"dtp\":\"dtp-Latn-MY\",\"dts\":\"dts-Latn-ZZ\",\"dty\":\"dty-Deva-NP\",\"dua\":\"dua-Latn-CM\",\"duc\":\"duc-Latn-ZZ\",\"dud\":\"dud-Latn-ZZ\",\"dug\":\"dug-Latn-ZZ\",\"dv\":\"dv-Thaa-MV\",\"dva\":\"dva-Latn-ZZ\",\"dww\":\"dww-Latn-ZZ\",\"dyo\":\"dyo-Latn-SN\",\"dyu\":\"dyu-Latn-BF\",\"dz\":\"dz-Tibt-BT\",\"dzg\":\"dzg-Latn-ZZ\",\"ebu\":\"ebu-Latn-KE\",\"ee\":\"ee-Latn-GH\",\"efi\":\"efi-Latn-NG\",\"egl\":\"egl-Latn-IT\",\"egy\":\"egy-Egyp-EG\",\"eka\":\"eka-Latn-ZZ\",\"eky\":\"eky-Kali-MM\",\"el\":\"el-Grek-GR\",\"ema\":\"ema-Latn-ZZ\",\"emi\":\"emi-Latn-ZZ\",\"en\":\"en-Latn-US\",\"en-Shaw\":\"en-Shaw-GB\",\"enn\":\"enn-Latn-ZZ\",\"enq\":\"enq-Latn-ZZ\",\"eo\":\"eo-Latn-001\",\"eri\":\"eri-Latn-ZZ\",\"es\":\"es-Latn-ES\",\"esu\":\"esu-Latn-US\",\"et\":\"et-Latn-EE\",\"etr\":\"etr-Latn-ZZ\",\"ett\":\"ett-Ital-IT\",\"etu\":\"etu-Latn-ZZ\",\"etx\":\"etx-Latn-ZZ\",\"eu\":\"eu-Latn-ES\",\"ewo\":\"ewo-Latn-CM\",\"ext\":\"ext-Latn-ES\",\"fa\":\"fa-Arab-IR\",\"faa\":\"faa-Latn-ZZ\",\"fab\":\"fab-Latn-ZZ\",\"fag\":\"fag-Latn-ZZ\",\"fai\":\"fai-Latn-ZZ\",\"fan\":\"fan-Latn-GQ\",\"ff\":\"ff-Latn-SN\",\"ff-Adlm\":\"ff-Adlm-GN\",\"ffi\":\"ffi-Latn-ZZ\",\"ffm\":\"ffm-Latn-ML\",\"fi\":\"fi-Latn-FI\",\"fia\":\"fia-Arab-SD\",\"fil\":\"fil-Latn-PH\",\"fit\":\"fit-Latn-SE\",\"fj\":\"fj-Latn-FJ\",\"flr\":\"flr-Latn-ZZ\",\"fmp\":\"fmp-Latn-ZZ\",\"fo\":\"fo-Latn-FO\",\"fod\":\"fod-Latn-ZZ\",\"fon\":\"fon-Latn-BJ\",\"for\":\"for-Latn-ZZ\",\"fpe\":\"fpe-Latn-ZZ\",\"fqs\":\"fqs-Latn-ZZ\",\"fr\":\"fr-Latn-FR\",\"frc\":\"frc-Latn-US\",\"frp\":\"frp-Latn-FR\",\"frr\":\"frr-Latn-DE\",\"frs\":\"frs-Latn-DE\",\"fub\":\"fub-Arab-CM\",\"fud\":\"fud-Latn-WF\",\"fue\":\"fue-Latn-ZZ\",\"fuf\":\"fuf-Latn-GN\",\"fuh\":\"fuh-Latn-ZZ\",\"fuq\":\"fuq-Latn-NE\",\"fur\":\"fur-Latn-IT\",\"fuv\":\"fuv-Latn-NG\",\"fuy\":\"fuy-Latn-ZZ\",\"fvr\":\"fvr-Latn-SD\",\"fy\":\"fy-Latn-NL\",\"ga\":\"ga-Latn-IE\",\"gaa\":\"gaa-Latn-GH\",\"gaf\":\"gaf-Latn-ZZ\",\"gag\":\"gag-Latn-MD\",\"gah\":\"gah-Latn-ZZ\",\"gaj\":\"gaj-Latn-ZZ\",\"gam\":\"gam-Latn-ZZ\",\"gan\":\"gan-Hans-CN\",\"gaw\":\"gaw-Latn-ZZ\",\"gay\":\"gay-Latn-ID\",\"gba\":\"gba-Latn-ZZ\",\"gbf\":\"gbf-Latn-ZZ\",\"gbm\":\"gbm-Deva-IN\",\"gby\":\"gby-Latn-ZZ\",\"gbz\":\"gbz-Arab-IR\",\"gcr\":\"gcr-Latn-GF\",\"gd\":\"gd-Latn-GB\",\"gde\":\"gde-Latn-ZZ\",\"gdn\":\"gdn-Latn-ZZ\",\"gdr\":\"gdr-Latn-ZZ\",\"geb\":\"geb-Latn-ZZ\",\"gej\":\"gej-Latn-ZZ\",\"gel\":\"gel-Latn-ZZ\",\"gez\":\"gez-Ethi-ET\",\"gfk\":\"gfk-Latn-ZZ\",\"ggn\":\"ggn-Deva-NP\",\"ghs\":\"ghs-Latn-ZZ\",\"gil\":\"gil-Latn-KI\",\"gim\":\"gim-Latn-ZZ\",\"gjk\":\"gjk-Arab-PK\",\"gjn\":\"gjn-Latn-ZZ\",\"gju\":\"gju-Arab-PK\",\"gkn\":\"gkn-Latn-ZZ\",\"gkp\":\"gkp-Latn-ZZ\",\"gl\":\"gl-Latn-ES\",\"glk\":\"glk-Arab-IR\",\"gmm\":\"gmm-Latn-ZZ\",\"gmv\":\"gmv-Ethi-ZZ\",\"gn\":\"gn-Latn-PY\",\"gnd\":\"gnd-Latn-ZZ\",\"gng\":\"gng-Latn-ZZ\",\"god\":\"god-Latn-ZZ\",\"gof\":\"gof-Ethi-ZZ\",\"goi\":\"goi-Latn-ZZ\",\"gom\":\"gom-Deva-IN\",\"gon\":\"gon-Telu-IN\",\"gor\":\"gor-Latn-ID\",\"gos\":\"gos-Latn-NL\",\"got\":\"got-Goth-UA\",\"grb\":\"grb-Latn-ZZ\",\"grc\":\"grc-Cprt-CY\",\"grc-Linb\":\"grc-Linb-GR\",\"grt\":\"grt-Beng-IN\",\"grw\":\"grw-Latn-ZZ\",\"gsw\":\"gsw-Latn-CH\",\"gu\":\"gu-Gujr-IN\",\"gub\":\"gub-Latn-BR\",\"guc\":\"guc-Latn-CO\",\"gud\":\"gud-Latn-ZZ\",\"gur\":\"gur-Latn-GH\",\"guw\":\"guw-Latn-ZZ\",\"gux\":\"gux-Latn-ZZ\",\"guz\":\"guz-Latn-KE\",\"gv\":\"gv-Latn-IM\",\"gvf\":\"gvf-Latn-ZZ\",\"gvr\":\"gvr-Deva-NP\",\"gvs\":\"gvs-Latn-ZZ\",\"gwc\":\"gwc-Arab-ZZ\",\"gwi\":\"gwi-Latn-CA\",\"gwt\":\"gwt-Arab-ZZ\",\"gyi\":\"gyi-Latn-ZZ\",\"ha\":\"ha-Latn-NG\",\"ha-CM\":\"ha-Arab-CM\",\"ha-SD\":\"ha-Arab-SD\",\"hag\":\"hag-Latn-ZZ\",\"hak\":\"hak-Hans-CN\",\"ham\":\"ham-Latn-ZZ\",\"haw\":\"haw-Latn-US\",\"haz\":\"haz-Arab-AF\",\"hbb\":\"hbb-Latn-ZZ\",\"hdy\":\"hdy-Ethi-ZZ\",\"he\":\"he-Hebr-IL\",\"hhy\":\"hhy-Latn-ZZ\",\"hi\":\"hi-Deva-IN\",\"hia\":\"hia-Latn-ZZ\",\"hif\":\"hif-Latn-FJ\",\"hig\":\"hig-Latn-ZZ\",\"hih\":\"hih-Latn-ZZ\",\"hil\":\"hil-Latn-PH\",\"hla\":\"hla-Latn-ZZ\",\"hlu\":\"hlu-Hluw-TR\",\"hmd\":\"hmd-Plrd-CN\",\"hmt\":\"hmt-Latn-ZZ\",\"hnd\":\"hnd-Arab-PK\",\"hne\":\"hne-Deva-IN\",\"hnj\":\"hnj-Hmng-LA\",\"hnn\":\"hnn-Latn-PH\",\"hno\":\"hno-Arab-PK\",\"ho\":\"ho-Latn-PG\",\"hoc\":\"hoc-Deva-IN\",\"hoj\":\"hoj-Deva-IN\",\"hot\":\"hot-Latn-ZZ\",\"hr\":\"hr-Latn-HR\",\"hsb\":\"hsb-Latn-DE\",\"hsn\":\"hsn-Hans-CN\",\"ht\":\"ht-Latn-HT\",\"hu\":\"hu-Latn-HU\",\"hui\":\"hui-Latn-ZZ\",\"hy\":\"hy-Armn-AM\",\"hz\":\"hz-Latn-NA\",\"ia\":\"ia-Latn-FR\",\"ian\":\"ian-Latn-ZZ\",\"iar\":\"iar-Latn-ZZ\",\"iba\":\"iba-Latn-MY\",\"ibb\":\"ibb-Latn-NG\",\"iby\":\"iby-Latn-ZZ\",\"ica\":\"ica-Latn-ZZ\",\"ich\":\"ich-Latn-ZZ\",\"id\":\"id-Latn-ID\",\"idd\":\"idd-Latn-ZZ\",\"idi\":\"idi-Latn-ZZ\",\"idu\":\"idu-Latn-ZZ\",\"ife\":\"ife-Latn-TG\",\"ig\":\"ig-Latn-NG\",\"igb\":\"igb-Latn-ZZ\",\"ige\":\"ige-Latn-ZZ\",\"ii\":\"ii-Yiii-CN\",\"ijj\":\"ijj-Latn-ZZ\",\"ik\":\"ik-Latn-US\",\"ikk\":\"ikk-Latn-ZZ\",\"ikt\":\"ikt-Latn-CA\",\"ikw\":\"ikw-Latn-ZZ\",\"ikx\":\"ikx-Latn-ZZ\",\"ilo\":\"ilo-Latn-PH\",\"imo\":\"imo-Latn-ZZ\",\"in\":\"in-Latn-ID\",\"inh\":\"inh-Cyrl-RU\",\"io\":\"io-Latn-001\",\"iou\":\"iou-Latn-ZZ\",\"iri\":\"iri-Latn-ZZ\",\"is\":\"is-Latn-IS\",\"it\":\"it-Latn-IT\",\"iu\":\"iu-Cans-CA\",\"iw\":\"iw-Hebr-IL\",\"iwm\":\"iwm-Latn-ZZ\",\"iws\":\"iws-Latn-ZZ\",\"izh\":\"izh-Latn-RU\",\"izi\":\"izi-Latn-ZZ\",\"ja\":\"ja-Jpan-JP\",\"jab\":\"jab-Latn-ZZ\",\"jam\":\"jam-Latn-JM\",\"jbo\":\"jbo-Latn-001\",\"jbu\":\"jbu-Latn-ZZ\",\"jen\":\"jen-Latn-ZZ\",\"jgk\":\"jgk-Latn-ZZ\",\"jgo\":\"jgo-Latn-CM\",\"ji\":\"ji-Hebr-UA\",\"jib\":\"jib-Latn-ZZ\",\"jmc\":\"jmc-Latn-TZ\",\"jml\":\"jml-Deva-NP\",\"jra\":\"jra-Latn-ZZ\",\"jut\":\"jut-Latn-DK\",\"jv\":\"jv-Latn-ID\",\"jw\":\"jw-Latn-ID\",\"ka\":\"ka-Geor-GE\",\"kaa\":\"kaa-Cyrl-UZ\",\"kab\":\"kab-Latn-DZ\",\"kac\":\"kac-Latn-MM\",\"kad\":\"kad-Latn-ZZ\",\"kai\":\"kai-Latn-ZZ\",\"kaj\":\"kaj-Latn-NG\",\"kam\":\"kam-Latn-KE\",\"kao\":\"kao-Latn-ML\",\"kbd\":\"kbd-Cyrl-RU\",\"kbm\":\"kbm-Latn-ZZ\",\"kbp\":\"kbp-Latn-ZZ\",\"kbq\":\"kbq-Latn-ZZ\",\"kbx\":\"kbx-Latn-ZZ\",\"kby\":\"kby-Arab-NE\",\"kcg\":\"kcg-Latn-NG\",\"kck\":\"kck-Latn-ZW\",\"kcl\":\"kcl-Latn-ZZ\",\"kct\":\"kct-Latn-ZZ\",\"kde\":\"kde-Latn-TZ\",\"kdh\":\"kdh-Arab-TG\",\"kdl\":\"kdl-Latn-ZZ\",\"kdt\":\"kdt-Thai-TH\",\"kea\":\"kea-Latn-CV\",\"ken\":\"ken-Latn-CM\",\"kez\":\"kez-Latn-ZZ\",\"kfo\":\"kfo-Latn-CI\",\"kfr\":\"kfr-Deva-IN\",\"kfy\":\"kfy-Deva-IN\",\"kg\":\"kg-Latn-CD\",\"kge\":\"kge-Latn-ID\",\"kgf\":\"kgf-Latn-ZZ\",\"kgp\":\"kgp-Latn-BR\",\"kha\":\"kha-Latn-IN\",\"khb\":\"khb-Talu-CN\",\"khn\":\"khn-Deva-IN\",\"khq\":\"khq-Latn-ML\",\"khs\":\"khs-Latn-ZZ\",\"kht\":\"kht-Mymr-IN\",\"khw\":\"khw-Arab-PK\",\"khz\":\"khz-Latn-ZZ\",\"ki\":\"ki-Latn-KE\",\"kij\":\"kij-Latn-ZZ\",\"kiu\":\"kiu-Latn-TR\",\"kiw\":\"kiw-Latn-ZZ\",\"kj\":\"kj-Latn-NA\",\"kjd\":\"kjd-Latn-ZZ\",\"kjg\":\"kjg-Laoo-LA\",\"kjs\":\"kjs-Latn-ZZ\",\"kjy\":\"kjy-Latn-ZZ\",\"kk\":\"kk-Cyrl-KZ\",\"kk-AF\":\"kk-Arab-AF\",\"kk-Arab\":\"kk-Arab-CN\",\"kk-CN\":\"kk-Arab-CN\",\"kk-IR\":\"kk-Arab-IR\",\"kk-MN\":\"kk-Arab-MN\",\"kkc\":\"kkc-Latn-ZZ\",\"kkj\":\"kkj-Latn-CM\",\"kl\":\"kl-Latn-GL\",\"kln\":\"kln-Latn-KE\",\"klq\":\"klq-Latn-ZZ\",\"klt\":\"klt-Latn-ZZ\",\"klx\":\"klx-Latn-ZZ\",\"km\":\"km-Khmr-KH\",\"kmb\":\"kmb-Latn-AO\",\"kmh\":\"kmh-Latn-ZZ\",\"kmo\":\"kmo-Latn-ZZ\",\"kms\":\"kms-Latn-ZZ\",\"kmu\":\"kmu-Latn-ZZ\",\"kmw\":\"kmw-Latn-ZZ\",\"kn\":\"kn-Knda-IN\",\"knf\":\"knf-Latn-GW\",\"knp\":\"knp-Latn-ZZ\",\"ko\":\"ko-Kore-KR\",\"koi\":\"koi-Cyrl-RU\",\"kok\":\"kok-Deva-IN\",\"kol\":\"kol-Latn-ZZ\",\"kos\":\"kos-Latn-FM\",\"koz\":\"koz-Latn-ZZ\",\"kpe\":\"kpe-Latn-LR\",\"kpf\":\"kpf-Latn-ZZ\",\"kpo\":\"kpo-Latn-ZZ\",\"kpr\":\"kpr-Latn-ZZ\",\"kpx\":\"kpx-Latn-ZZ\",\"kqb\":\"kqb-Latn-ZZ\",\"kqf\":\"kqf-Latn-ZZ\",\"kqs\":\"kqs-Latn-ZZ\",\"kqy\":\"kqy-Ethi-ZZ\",\"kr\":\"kr-Latn-ZZ\",\"krc\":\"krc-Cyrl-RU\",\"kri\":\"kri-Latn-SL\",\"krj\":\"krj-Latn-PH\",\"krl\":\"krl-Latn-RU\",\"krs\":\"krs-Latn-ZZ\",\"kru\":\"kru-Deva-IN\",\"ks\":\"ks-Arab-IN\",\"ksb\":\"ksb-Latn-TZ\",\"ksd\":\"ksd-Latn-ZZ\",\"ksf\":\"ksf-Latn-CM\",\"ksh\":\"ksh-Latn-DE\",\"ksj\":\"ksj-Latn-ZZ\",\"ksr\":\"ksr-Latn-ZZ\",\"ktb\":\"ktb-Ethi-ZZ\",\"ktm\":\"ktm-Latn-ZZ\",\"kto\":\"kto-Latn-ZZ\",\"ku\":\"ku-Latn-TR\",\"ku-Arab\":\"ku-Arab-IQ\",\"ku-LB\":\"ku-Arab-LB\",\"kub\":\"kub-Latn-ZZ\",\"kud\":\"kud-Latn-ZZ\",\"kue\":\"kue-Latn-ZZ\",\"kuj\":\"kuj-Latn-ZZ\",\"kum\":\"kum-Cyrl-RU\",\"kun\":\"kun-Latn-ZZ\",\"kup\":\"kup-Latn-ZZ\",\"kus\":\"kus-Latn-ZZ\",\"kv\":\"kv-Cyrl-RU\",\"kvg\":\"kvg-Latn-ZZ\",\"kvr\":\"kvr-Latn-ID\",\"kvx\":\"kvx-Arab-PK\",\"kw\":\"kw-Latn-GB\",\"kwj\":\"kwj-Latn-ZZ\",\"kwo\":\"kwo-Latn-ZZ\",\"kxa\":\"kxa-Latn-ZZ\",\"kxc\":\"kxc-Ethi-ZZ\",\"kxm\":\"kxm-Thai-TH\",\"kxp\":\"kxp-Arab-PK\",\"kxw\":\"kxw-Latn-ZZ\",\"kxz\":\"kxz-Latn-ZZ\",\"ky\":\"ky-Cyrl-KG\",\"ky-Arab\":\"ky-Arab-CN\",\"ky-CN\":\"ky-Arab-CN\",\"ky-Latn\":\"ky-Latn-TR\",\"ky-TR\":\"ky-Latn-TR\",\"kye\":\"kye-Latn-ZZ\",\"kyx\":\"kyx-Latn-ZZ\",\"kzr\":\"kzr-Latn-ZZ\",\"la\":\"la-Latn-VA\",\"lab\":\"lab-Lina-GR\",\"lad\":\"lad-Hebr-IL\",\"lag\":\"lag-Latn-TZ\",\"lah\":\"lah-Arab-PK\",\"laj\":\"laj-Latn-UG\",\"las\":\"las-Latn-ZZ\",\"lb\":\"lb-Latn-LU\",\"lbe\":\"lbe-Cyrl-RU\",\"lbu\":\"lbu-Latn-ZZ\",\"lbw\":\"lbw-Latn-ID\",\"lcm\":\"lcm-Latn-ZZ\",\"lcp\":\"lcp-Thai-CN\",\"ldb\":\"ldb-Latn-ZZ\",\"led\":\"led-Latn-ZZ\",\"lee\":\"lee-Latn-ZZ\",\"lem\":\"lem-Latn-ZZ\",\"lep\":\"lep-Lepc-IN\",\"leq\":\"leq-Latn-ZZ\",\"leu\":\"leu-Latn-ZZ\",\"lez\":\"lez-Cyrl-RU\",\"lg\":\"lg-Latn-UG\",\"lgg\":\"lgg-Latn-ZZ\",\"li\":\"li-Latn-NL\",\"lia\":\"lia-Latn-ZZ\",\"lid\":\"lid-Latn-ZZ\",\"lif\":\"lif-Deva-NP\",\"lif-Limb\":\"lif-Limb-IN\",\"lig\":\"lig-Latn-ZZ\",\"lih\":\"lih-Latn-ZZ\",\"lij\":\"lij-Latn-IT\",\"lis\":\"lis-Lisu-CN\",\"ljp\":\"ljp-Latn-ID\",\"lki\":\"lki-Arab-IR\",\"lkt\":\"lkt-Latn-US\",\"lle\":\"lle-Latn-ZZ\",\"lln\":\"lln-Latn-ZZ\",\"lmn\":\"lmn-Telu-IN\",\"lmo\":\"lmo-Latn-IT\",\"lmp\":\"lmp-Latn-ZZ\",\"ln\":\"ln-Latn-CD\",\"lns\":\"lns-Latn-ZZ\",\"lnu\":\"lnu-Latn-ZZ\",\"lo\":\"lo-Laoo-LA\",\"loj\":\"loj-Latn-ZZ\",\"lok\":\"lok-Latn-ZZ\",\"lol\":\"lol-Latn-CD\",\"lor\":\"lor-Latn-ZZ\",\"los\":\"los-Latn-ZZ\",\"loz\":\"loz-Latn-ZM\",\"lrc\":\"lrc-Arab-IR\",\"lt\":\"lt-Latn-LT\",\"ltg\":\"ltg-Latn-LV\",\"lu\":\"lu-Latn-CD\",\"lua\":\"lua-Latn-CD\",\"luo\":\"luo-Latn-KE\",\"luy\":\"luy-Latn-KE\",\"luz\":\"luz-Arab-IR\",\"lv\":\"lv-Latn-LV\",\"lwl\":\"lwl-Thai-TH\",\"lzh\":\"lzh-Hans-CN\",\"lzz\":\"lzz-Latn-TR\",\"mad\":\"mad-Latn-ID\",\"maf\":\"maf-Latn-CM\",\"mag\":\"mag-Deva-IN\",\"mai\":\"mai-Deva-IN\",\"mak\":\"mak-Latn-ID\",\"man\":\"man-Latn-GM\",\"man-GN\":\"man-Nkoo-GN\",\"man-Nkoo\":\"man-Nkoo-GN\",\"mas\":\"mas-Latn-KE\",\"maw\":\"maw-Latn-ZZ\",\"maz\":\"maz-Latn-MX\",\"mbh\":\"mbh-Latn-ZZ\",\"mbo\":\"mbo-Latn-ZZ\",\"mbq\":\"mbq-Latn-ZZ\",\"mbu\":\"mbu-Latn-ZZ\",\"mbw\":\"mbw-Latn-ZZ\",\"mci\":\"mci-Latn-ZZ\",\"mcp\":\"mcp-Latn-ZZ\",\"mcq\":\"mcq-Latn-ZZ\",\"mcr\":\"mcr-Latn-ZZ\",\"mcu\":\"mcu-Latn-ZZ\",\"mda\":\"mda-Latn-ZZ\",\"mde\":\"mde-Arab-ZZ\",\"mdf\":\"mdf-Cyrl-RU\",\"mdh\":\"mdh-Latn-PH\",\"mdj\":\"mdj-Latn-ZZ\",\"mdr\":\"mdr-Latn-ID\",\"mdx\":\"mdx-Ethi-ZZ\",\"med\":\"med-Latn-ZZ\",\"mee\":\"mee-Latn-ZZ\",\"mek\":\"mek-Latn-ZZ\",\"men\":\"men-Latn-SL\",\"mer\":\"mer-Latn-KE\",\"met\":\"met-Latn-ZZ\",\"meu\":\"meu-Latn-ZZ\",\"mfa\":\"mfa-Arab-TH\",\"mfe\":\"mfe-Latn-MU\",\"mfn\":\"mfn-Latn-ZZ\",\"mfo\":\"mfo-Latn-ZZ\",\"mfq\":\"mfq-Latn-ZZ\",\"mg\":\"mg-Latn-MG\",\"mgh\":\"mgh-Latn-MZ\",\"mgl\":\"mgl-Latn-ZZ\",\"mgo\":\"mgo-Latn-CM\",\"mgp\":\"mgp-Deva-NP\",\"mgy\":\"mgy-Latn-TZ\",\"mh\":\"mh-Latn-MH\",\"mhi\":\"mhi-Latn-ZZ\",\"mhl\":\"mhl-Latn-ZZ\",\"mi\":\"mi-Latn-NZ\",\"mif\":\"mif-Latn-ZZ\",\"min\":\"min-Latn-ID\",\"mis\":\"mis-Hatr-IQ\",\"miw\":\"miw-Latn-ZZ\",\"mk\":\"mk-Cyrl-MK\",\"mki\":\"mki-Arab-ZZ\",\"mkl\":\"mkl-Latn-ZZ\",\"mkp\":\"mkp-Latn-ZZ\",\"mkw\":\"mkw-Latn-ZZ\",\"ml\":\"ml-Mlym-IN\",\"mle\":\"mle-Latn-ZZ\",\"mlp\":\"mlp-Latn-ZZ\",\"mls\":\"mls-Latn-SD\",\"mmo\":\"mmo-Latn-ZZ\",\"mmu\":\"mmu-Latn-ZZ\",\"mmx\":\"mmx-Latn-ZZ\",\"mn\":\"mn-Cyrl-MN\",\"mn-CN\":\"mn-Mong-CN\",\"mn-Mong\":\"mn-Mong-CN\",\"mna\":\"mna-Latn-ZZ\",\"mnf\":\"mnf-Latn-ZZ\",\"mni\":\"mni-Beng-IN\",\"mnw\":\"mnw-Mymr-MM\",\"moa\":\"moa-Latn-ZZ\",\"moe\":\"moe-Latn-CA\",\"moh\":\"moh-Latn-CA\",\"mos\":\"mos-Latn-BF\",\"mox\":\"mox-Latn-ZZ\",\"mpp\":\"mpp-Latn-ZZ\",\"mps\":\"mps-Latn-ZZ\",\"mpt\":\"mpt-Latn-ZZ\",\"mpx\":\"mpx-Latn-ZZ\",\"mql\":\"mql-Latn-ZZ\",\"mr\":\"mr-Deva-IN\",\"mrd\":\"mrd-Deva-NP\",\"mrj\":\"mrj-Cyrl-RU\",\"mro\":\"mro-Mroo-BD\",\"ms\":\"ms-Latn-MY\",\"ms-CC\":\"ms-Arab-CC\",\"ms-ID\":\"ms-Arab-ID\",\"mt\":\"mt-Latn-MT\",\"mtc\":\"mtc-Latn-ZZ\",\"mtf\":\"mtf-Latn-ZZ\",\"mti\":\"mti-Latn-ZZ\",\"mtr\":\"mtr-Deva-IN\",\"mua\":\"mua-Latn-CM\",\"mur\":\"mur-Latn-ZZ\",\"mus\":\"mus-Latn-US\",\"mva\":\"mva-Latn-ZZ\",\"mvn\":\"mvn-Latn-ZZ\",\"mvy\":\"mvy-Arab-PK\",\"mwk\":\"mwk-Latn-ML\",\"mwr\":\"mwr-Deva-IN\",\"mwv\":\"mwv-Latn-ID\",\"mxc\":\"mxc-Latn-ZW\",\"mxm\":\"mxm-Latn-ZZ\",\"my\":\"my-Mymr-MM\",\"myk\":\"myk-Latn-ZZ\",\"mym\":\"mym-Ethi-ZZ\",\"myv\":\"myv-Cyrl-RU\",\"myw\":\"myw-Latn-ZZ\",\"myx\":\"myx-Latn-UG\",\"myz\":\"myz-Mand-IR\",\"mzk\":\"mzk-Latn-ZZ\",\"mzm\":\"mzm-Latn-ZZ\",\"mzn\":\"mzn-Arab-IR\",\"mzp\":\"mzp-Latn-ZZ\",\"mzw\":\"mzw-Latn-ZZ\",\"mzz\":\"mzz-Latn-ZZ\",\"na\":\"na-Latn-NR\",\"nac\":\"nac-Latn-ZZ\",\"naf\":\"naf-Latn-ZZ\",\"nak\":\"nak-Latn-ZZ\",\"nan\":\"nan-Hans-CN\",\"nap\":\"nap-Latn-IT\",\"naq\":\"naq-Latn-NA\",\"nas\":\"nas-Latn-ZZ\",\"nb\":\"nb-Latn-NO\",\"nca\":\"nca-Latn-ZZ\",\"nce\":\"nce-Latn-ZZ\",\"ncf\":\"ncf-Latn-ZZ\",\"nch\":\"nch-Latn-MX\",\"nco\":\"nco-Latn-ZZ\",\"ncu\":\"ncu-Latn-ZZ\",\"nd\":\"nd-Latn-ZW\",\"ndc\":\"ndc-Latn-MZ\",\"nds\":\"nds-Latn-DE\",\"ne\":\"ne-Deva-NP\",\"neb\":\"neb-Latn-ZZ\",\"new\":\"new-Deva-NP\",\"nex\":\"nex-Latn-ZZ\",\"nfr\":\"nfr-Latn-ZZ\",\"ng\":\"ng-Latn-NA\",\"nga\":\"nga-Latn-ZZ\",\"ngb\":\"ngb-Latn-ZZ\",\"ngl\":\"ngl-Latn-MZ\",\"nhb\":\"nhb-Latn-ZZ\",\"nhe\":\"nhe-Latn-MX\",\"nhw\":\"nhw-Latn-MX\",\"nif\":\"nif-Latn-ZZ\",\"nii\":\"nii-Latn-ZZ\",\"nij\":\"nij-Latn-ID\",\"nin\":\"nin-Latn-ZZ\",\"niu\":\"niu-Latn-NU\",\"niy\":\"niy-Latn-ZZ\",\"niz\":\"niz-Latn-ZZ\",\"njo\":\"njo-Latn-IN\",\"nkg\":\"nkg-Latn-ZZ\",\"nko\":\"nko-Latn-ZZ\",\"nl\":\"nl-Latn-NL\",\"nmg\":\"nmg-Latn-CM\",\"nmz\":\"nmz-Latn-ZZ\",\"nn\":\"nn-Latn-NO\",\"nnf\":\"nnf-Latn-ZZ\",\"nnh\":\"nnh-Latn-CM\",\"nnk\":\"nnk-Latn-ZZ\",\"nnm\":\"nnm-Latn-ZZ\",\"no\":\"no-Latn-NO\",\"nod\":\"nod-Lana-TH\",\"noe\":\"noe-Deva-IN\",\"non\":\"non-Runr-SE\",\"nop\":\"nop-Latn-ZZ\",\"nou\":\"nou-Latn-ZZ\",\"nqo\":\"nqo-Nkoo-GN\",\"nr\":\"nr-Latn-ZA\",\"nrb\":\"nrb-Latn-ZZ\",\"nsk\":\"nsk-Cans-CA\",\"nsn\":\"nsn-Latn-ZZ\",\"nso\":\"nso-Latn-ZA\",\"nss\":\"nss-Latn-ZZ\",\"ntm\":\"ntm-Latn-ZZ\",\"ntr\":\"ntr-Latn-ZZ\",\"nui\":\"nui-Latn-ZZ\",\"nup\":\"nup-Latn-ZZ\",\"nus\":\"nus-Latn-SS\",\"nuv\":\"nuv-Latn-ZZ\",\"nux\":\"nux-Latn-ZZ\",\"nv\":\"nv-Latn-US\",\"nwb\":\"nwb-Latn-ZZ\",\"nxq\":\"nxq-Latn-CN\",\"nxr\":\"nxr-Latn-ZZ\",\"ny\":\"ny-Latn-MW\",\"nym\":\"nym-Latn-TZ\",\"nyn\":\"nyn-Latn-UG\",\"nzi\":\"nzi-Latn-GH\",\"oc\":\"oc-Latn-FR\",\"ogc\":\"ogc-Latn-ZZ\",\"okr\":\"okr-Latn-ZZ\",\"okv\":\"okv-Latn-ZZ\",\"om\":\"om-Latn-ET\",\"ong\":\"ong-Latn-ZZ\",\"onn\":\"onn-Latn-ZZ\",\"ons\":\"ons-Latn-ZZ\",\"opm\":\"opm-Latn-ZZ\",\"or\":\"or-Orya-IN\",\"oro\":\"oro-Latn-ZZ\",\"oru\":\"oru-Arab-ZZ\",\"os\":\"os-Cyrl-GE\",\"osa\":\"osa-Osge-US\",\"ota\":\"ota-Arab-ZZ\",\"otk\":\"otk-Orkh-MN\",\"ozm\":\"ozm-Latn-ZZ\",\"pa\":\"pa-Guru-IN\",\"pa-Arab\":\"pa-Arab-PK\",\"pa-PK\":\"pa-Arab-PK\",\"pag\":\"pag-Latn-PH\",\"pal\":\"pal-Phli-IR\",\"pal-Phlp\":\"pal-Phlp-CN\",\"pam\":\"pam-Latn-PH\",\"pap\":\"pap-Latn-AW\",\"pau\":\"pau-Latn-PW\",\"pbi\":\"pbi-Latn-ZZ\",\"pcd\":\"pcd-Latn-FR\",\"pcm\":\"pcm-Latn-NG\",\"pdc\":\"pdc-Latn-US\",\"pdt\":\"pdt-Latn-CA\",\"ped\":\"ped-Latn-ZZ\",\"peo\":\"peo-Xpeo-IR\",\"pex\":\"pex-Latn-ZZ\",\"pfl\":\"pfl-Latn-DE\",\"phl\":\"phl-Arab-ZZ\",\"phn\":\"phn-Phnx-LB\",\"pil\":\"pil-Latn-ZZ\",\"pip\":\"pip-Latn-ZZ\",\"pka\":\"pka-Brah-IN\",\"pko\":\"pko-Latn-KE\",\"pl\":\"pl-Latn-PL\",\"pla\":\"pla-Latn-ZZ\",\"pms\":\"pms-Latn-IT\",\"png\":\"png-Latn-ZZ\",\"pnn\":\"pnn-Latn-ZZ\",\"pnt\":\"pnt-Grek-GR\",\"pon\":\"pon-Latn-FM\",\"ppo\":\"ppo-Latn-ZZ\",\"pra\":\"pra-Khar-PK\",\"prd\":\"prd-Arab-IR\",\"prg\":\"prg-Latn-001\",\"ps\":\"ps-Arab-AF\",\"pss\":\"pss-Latn-ZZ\",\"pt\":\"pt-Latn-BR\",\"ptp\":\"ptp-Latn-ZZ\",\"puu\":\"puu-Latn-GA\",\"pwa\":\"pwa-Latn-ZZ\",\"qu\":\"qu-Latn-PE\",\"quc\":\"quc-Latn-GT\",\"qug\":\"qug-Latn-EC\",\"rai\":\"rai-Latn-ZZ\",\"raj\":\"raj-Deva-IN\",\"rao\":\"rao-Latn-ZZ\",\"rcf\":\"rcf-Latn-RE\",\"rej\":\"rej-Latn-ID\",\"rel\":\"rel-Latn-ZZ\",\"res\":\"res-Latn-ZZ\",\"rgn\":\"rgn-Latn-IT\",\"rhg\":\"rhg-Arab-ZZ\",\"ria\":\"ria-Latn-IN\",\"rif\":\"rif-Tfng-MA\",\"rif-NL\":\"rif-Latn-NL\",\"rjs\":\"rjs-Deva-NP\",\"rkt\":\"rkt-Beng-BD\",\"rm\":\"rm-Latn-CH\",\"rmf\":\"rmf-Latn-FI\",\"rmo\":\"rmo-Latn-CH\",\"rmt\":\"rmt-Arab-IR\",\"rmu\":\"rmu-Latn-SE\",\"rn\":\"rn-Latn-BI\",\"rna\":\"rna-Latn-ZZ\",\"rng\":\"rng-Latn-MZ\",\"ro\":\"ro-Latn-RO\",\"rob\":\"rob-Latn-ID\",\"rof\":\"rof-Latn-TZ\",\"roo\":\"roo-Latn-ZZ\",\"rro\":\"rro-Latn-ZZ\",\"rtm\":\"rtm-Latn-FJ\",\"ru\":\"ru-Cyrl-RU\",\"rue\":\"rue-Cyrl-UA\",\"rug\":\"rug-Latn-SB\",\"rw\":\"rw-Latn-RW\",\"rwk\":\"rwk-Latn-TZ\",\"rwo\":\"rwo-Latn-ZZ\",\"ryu\":\"ryu-Kana-JP\",\"sa\":\"sa-Deva-IN\",\"saf\":\"saf-Latn-GH\",\"sah\":\"sah-Cyrl-RU\",\"saq\":\"saq-Latn-KE\",\"sas\":\"sas-Latn-ID\",\"sat\":\"sat-Latn-IN\",\"sav\":\"sav-Latn-SN\",\"saz\":\"saz-Saur-IN\",\"sba\":\"sba-Latn-ZZ\",\"sbe\":\"sbe-Latn-ZZ\",\"sbp\":\"sbp-Latn-TZ\",\"sc\":\"sc-Latn-IT\",\"sck\":\"sck-Deva-IN\",\"scl\":\"scl-Arab-ZZ\",\"scn\":\"scn-Latn-IT\",\"sco\":\"sco-Latn-GB\",\"scs\":\"scs-Latn-CA\",\"sd\":\"sd-Arab-PK\",\"sd-Deva\":\"sd-Deva-IN\",\"sd-Khoj\":\"sd-Khoj-IN\",\"sd-Sind\":\"sd-Sind-IN\",\"sdc\":\"sdc-Latn-IT\",\"sdh\":\"sdh-Arab-IR\",\"se\":\"se-Latn-NO\",\"sef\":\"sef-Latn-CI\",\"seh\":\"seh-Latn-MZ\",\"sei\":\"sei-Latn-MX\",\"ses\":\"ses-Latn-ML\",\"sg\":\"sg-Latn-CF\",\"sga\":\"sga-Ogam-IE\",\"sgs\":\"sgs-Latn-LT\",\"sgw\":\"sgw-Ethi-ZZ\",\"sgz\":\"sgz-Latn-ZZ\",\"shi\":\"shi-Tfng-MA\",\"shk\":\"shk-Latn-ZZ\",\"shn\":\"shn-Mymr-MM\",\"shu\":\"shu-Arab-ZZ\",\"si\":\"si-Sinh-LK\",\"sid\":\"sid-Latn-ET\",\"sig\":\"sig-Latn-ZZ\",\"sil\":\"sil-Latn-ZZ\",\"sim\":\"sim-Latn-ZZ\",\"sjr\":\"sjr-Latn-ZZ\",\"sk\":\"sk-Latn-SK\",\"skc\":\"skc-Latn-ZZ\",\"skr\":\"skr-Arab-PK\",\"sks\":\"sks-Latn-ZZ\",\"sl\":\"sl-Latn-SI\",\"sld\":\"sld-Latn-ZZ\",\"sli\":\"sli-Latn-PL\",\"sll\":\"sll-Latn-ZZ\",\"sly\":\"sly-Latn-ID\",\"sm\":\"sm-Latn-WS\",\"sma\":\"sma-Latn-SE\",\"smj\":\"smj-Latn-SE\",\"smn\":\"smn-Latn-FI\",\"smp\":\"smp-Samr-IL\",\"smq\":\"smq-Latn-ZZ\",\"sms\":\"sms-Latn-FI\",\"sn\":\"sn-Latn-ZW\",\"snc\":\"snc-Latn-ZZ\",\"snk\":\"snk-Latn-ML\",\"snp\":\"snp-Latn-ZZ\",\"snx\":\"snx-Latn-ZZ\",\"sny\":\"sny-Latn-ZZ\",\"so\":\"so-Latn-SO\",\"sok\":\"sok-Latn-ZZ\",\"soq\":\"soq-Latn-ZZ\",\"sou\":\"sou-Thai-TH\",\"soy\":\"soy-Latn-ZZ\",\"spd\":\"spd-Latn-ZZ\",\"spl\":\"spl-Latn-ZZ\",\"sps\":\"sps-Latn-ZZ\",\"sq\":\"sq-Latn-AL\",\"sr\":\"sr-Cyrl-RS\",\"sr-ME\":\"sr-Latn-ME\",\"sr-RO\":\"sr-Latn-RO\",\"sr-RU\":\"sr-Latn-RU\",\"sr-TR\":\"sr-Latn-TR\",\"srb\":\"srb-Sora-IN\",\"srn\":\"srn-Latn-SR\",\"srr\":\"srr-Latn-SN\",\"srx\":\"srx-Deva-IN\",\"ss\":\"ss-Latn-ZA\",\"ssd\":\"ssd-Latn-ZZ\",\"ssg\":\"ssg-Latn-ZZ\",\"ssy\":\"ssy-Latn-ER\",\"st\":\"st-Latn-ZA\",\"stk\":\"stk-Latn-ZZ\",\"stq\":\"stq-Latn-DE\",\"su\":\"su-Latn-ID\",\"sua\":\"sua-Latn-ZZ\",\"sue\":\"sue-Latn-ZZ\",\"suk\":\"suk-Latn-TZ\",\"sur\":\"sur-Latn-ZZ\",\"sus\":\"sus-Latn-GN\",\"sv\":\"sv-Latn-SE\",\"sw\":\"sw-Latn-TZ\",\"swb\":\"swb-Arab-YT\",\"swc\":\"swc-Latn-CD\",\"swg\":\"swg-Latn-DE\",\"swp\":\"swp-Latn-ZZ\",\"swv\":\"swv-Deva-IN\",\"sxn\":\"sxn-Latn-ID\",\"sxw\":\"sxw-Latn-ZZ\",\"syl\":\"syl-Beng-BD\",\"syr\":\"syr-Syrc-IQ\",\"szl\":\"szl-Latn-PL\",\"ta\":\"ta-Taml-IN\",\"taj\":\"taj-Deva-NP\",\"tal\":\"tal-Latn-ZZ\",\"tan\":\"tan-Latn-ZZ\",\"taq\":\"taq-Latn-ZZ\",\"tbc\":\"tbc-Latn-ZZ\",\"tbd\":\"tbd-Latn-ZZ\",\"tbf\":\"tbf-Latn-ZZ\",\"tbg\":\"tbg-Latn-ZZ\",\"tbo\":\"tbo-Latn-ZZ\",\"tbw\":\"tbw-Latn-PH\",\"tbz\":\"tbz-Latn-ZZ\",\"tci\":\"tci-Latn-ZZ\",\"tcy\":\"tcy-Knda-IN\",\"tdd\":\"tdd-Tale-CN\",\"tdg\":\"tdg-Deva-NP\",\"tdh\":\"tdh-Deva-NP\",\"te\":\"te-Telu-IN\",\"ted\":\"ted-Latn-ZZ\",\"tem\":\"tem-Latn-SL\",\"teo\":\"teo-Latn-UG\",\"tet\":\"tet-Latn-TL\",\"tfi\":\"tfi-Latn-ZZ\",\"tg\":\"tg-Cyrl-TJ\",\"tg-Arab\":\"tg-Arab-PK\",\"tg-PK\":\"tg-Arab-PK\",\"tgc\":\"tgc-Latn-ZZ\",\"tgo\":\"tgo-Latn-ZZ\",\"tgu\":\"tgu-Latn-ZZ\",\"th\":\"th-Thai-TH\",\"thl\":\"thl-Deva-NP\",\"thq\":\"thq-Deva-NP\",\"thr\":\"thr-Deva-NP\",\"ti\":\"ti-Ethi-ET\",\"tif\":\"tif-Latn-ZZ\",\"tig\":\"tig-Ethi-ER\",\"tik\":\"tik-Latn-ZZ\",\"tim\":\"tim-Latn-ZZ\",\"tio\":\"tio-Latn-ZZ\",\"tiv\":\"tiv-Latn-NG\",\"tk\":\"tk-Latn-TM\",\"tkl\":\"tkl-Latn-TK\",\"tkr\":\"tkr-Latn-AZ\",\"tkt\":\"tkt-Deva-NP\",\"tl\":\"tl-Latn-PH\",\"tlf\":\"tlf-Latn-ZZ\",\"tlx\":\"tlx-Latn-ZZ\",\"tly\":\"tly-Latn-AZ\",\"tmh\":\"tmh-Latn-NE\",\"tmy\":\"tmy-Latn-ZZ\",\"tn\":\"tn-Latn-ZA\",\"tnh\":\"tnh-Latn-ZZ\",\"to\":\"to-Latn-TO\",\"tof\":\"tof-Latn-ZZ\",\"tog\":\"tog-Latn-MW\",\"toq\":\"toq-Latn-ZZ\",\"tpi\":\"tpi-Latn-PG\",\"tpm\":\"tpm-Latn-ZZ\",\"tpz\":\"tpz-Latn-ZZ\",\"tqo\":\"tqo-Latn-ZZ\",\"tr\":\"tr-Latn-TR\",\"tru\":\"tru-Latn-TR\",\"trv\":\"trv-Latn-TW\",\"trw\":\"trw-Arab-ZZ\",\"ts\":\"ts-Latn-ZA\",\"tsd\":\"tsd-Grek-GR\",\"tsf\":\"tsf-Deva-NP\",\"tsg\":\"tsg-Latn-PH\",\"tsj\":\"tsj-Tibt-BT\",\"tsw\":\"tsw-Latn-ZZ\",\"tt\":\"tt-Cyrl-RU\",\"ttd\":\"ttd-Latn-ZZ\",\"tte\":\"tte-Latn-ZZ\",\"ttj\":\"ttj-Latn-UG\",\"ttr\":\"ttr-Latn-ZZ\",\"tts\":\"tts-Thai-TH\",\"ttt\":\"ttt-Latn-AZ\",\"tuh\":\"tuh-Latn-ZZ\",\"tul\":\"tul-Latn-ZZ\",\"tum\":\"tum-Latn-MW\",\"tuq\":\"tuq-Latn-ZZ\",\"tvd\":\"tvd-Latn-ZZ\",\"tvl\":\"tvl-Latn-TV\",\"tvu\":\"tvu-Latn-ZZ\",\"twh\":\"twh-Latn-ZZ\",\"twq\":\"twq-Latn-NE\",\"txg\":\"txg-Tang-CN\",\"ty\":\"ty-Latn-PF\",\"tya\":\"tya-Latn-ZZ\",\"tyv\":\"tyv-Cyrl-RU\",\"tzm\":\"tzm-Latn-MA\",\"ubu\":\"ubu-Latn-ZZ\",\"udm\":\"udm-Cyrl-RU\",\"ug\":\"ug-Arab-CN\",\"ug-Cyrl\":\"ug-Cyrl-KZ\",\"ug-KZ\":\"ug-Cyrl-KZ\",\"ug-MN\":\"ug-Cyrl-MN\",\"uga\":\"uga-Ugar-SY\",\"uk\":\"uk-Cyrl-UA\",\"uli\":\"uli-Latn-FM\",\"umb\":\"umb-Latn-AO\",\"und\":\"en-Latn-US\",\"und-002\":\"en-Latn-NG\",\"und-003\":\"en-Latn-US\",\"und-005\":\"pt-Latn-BR\",\"und-009\":\"en-Latn-AU\",\"und-011\":\"en-Latn-NG\",\"und-013\":\"es-Latn-MX\",\"und-014\":\"sw-Latn-TZ\",\"und-015\":\"ar-Arab-EG\",\"und-017\":\"sw-Latn-CD\",\"und-018\":\"en-Latn-ZA\",\"und-019\":\"en-Latn-US\",\"und-021\":\"en-Latn-US\",\"und-029\":\"es-Latn-CU\",\"und-030\":\"zh-Hans-CN\",\"und-034\":\"hi-Deva-IN\",\"und-035\":\"id-Latn-ID\",\"und-039\":\"it-Latn-IT\",\"und-053\":\"en-Latn-AU\",\"und-054\":\"en-Latn-PG\",\"und-057\":\"en-Latn-GU\",\"und-061\":\"sm-Latn-WS\",\"und-142\":\"zh-Hans-CN\",\"und-143\":\"uz-Latn-UZ\",\"und-145\":\"ar-Arab-SA\",\"und-150\":\"ru-Cyrl-RU\",\"und-151\":\"ru-Cyrl-RU\",\"und-154\":\"en-Latn-GB\",\"und-155\":\"de-Latn-DE\",\"und-202\":\"en-Latn-NG\",\"und-419\":\"es-Latn-419\",\"und-AD\":\"ca-Latn-AD\",\"und-Adlm\":\"ff-Adlm-GN\",\"und-AE\":\"ar-Arab-AE\",\"und-AF\":\"fa-Arab-AF\",\"und-Aghb\":\"lez-Aghb-RU\",\"und-Ahom\":\"aho-Ahom-IN\",\"und-AL\":\"sq-Latn-AL\",\"und-AM\":\"hy-Armn-AM\",\"und-AO\":\"pt-Latn-AO\",\"und-AQ\":\"und-Latn-AQ\",\"und-AR\":\"es-Latn-AR\",\"und-Arab\":\"ar-Arab-EG\",\"und-Arab-CC\":\"ms-Arab-CC\",\"und-Arab-CN\":\"ug-Arab-CN\",\"und-Arab-GB\":\"ks-Arab-GB\",\"und-Arab-ID\":\"ms-Arab-ID\",\"und-Arab-IN\":\"ur-Arab-IN\",\"und-Arab-KH\":\"cja-Arab-KH\",\"und-Arab-MN\":\"kk-Arab-MN\",\"und-Arab-MU\":\"ur-Arab-MU\",\"und-Arab-NG\":\"ha-Arab-NG\",\"und-Arab-PK\":\"ur-Arab-PK\",\"und-Arab-TG\":\"apd-Arab-TG\",\"und-Arab-TH\":\"mfa-Arab-TH\",\"und-Arab-TJ\":\"fa-Arab-TJ\",\"und-Arab-TR\":\"az-Arab-TR\",\"und-Arab-YT\":\"swb-Arab-YT\",\"und-Armi\":\"arc-Armi-IR\",\"und-Armn\":\"hy-Armn-AM\",\"und-AS\":\"sm-Latn-AS\",\"und-AT\":\"de-Latn-AT\",\"und-Avst\":\"ae-Avst-IR\",\"und-AW\":\"nl-Latn-AW\",\"und-AX\":\"sv-Latn-AX\",\"und-AZ\":\"az-Latn-AZ\",\"und-BA\":\"bs-Latn-BA\",\"und-Bali\":\"ban-Bali-ID\",\"und-Bamu\":\"bax-Bamu-CM\",\"und-Bass\":\"bsq-Bass-LR\",\"und-Batk\":\"bbc-Batk-ID\",\"und-BD\":\"bn-Beng-BD\",\"und-BE\":\"nl-Latn-BE\",\"und-Beng\":\"bn-Beng-BD\",\"und-BF\":\"fr-Latn-BF\",\"und-BG\":\"bg-Cyrl-BG\",\"und-BH\":\"ar-Arab-BH\",\"und-Bhks\":\"sa-Bhks-IN\",\"und-BI\":\"rn-Latn-BI\",\"und-BJ\":\"fr-Latn-BJ\",\"und-BL\":\"fr-Latn-BL\",\"und-BN\":\"ms-Latn-BN\",\"und-BO\":\"es-Latn-BO\",\"und-Bopo\":\"zh-Bopo-TW\",\"und-BQ\":\"pap-Latn-BQ\",\"und-BR\":\"pt-Latn-BR\",\"und-Brah\":\"pka-Brah-IN\",\"und-Brai\":\"fr-Brai-FR\",\"und-BT\":\"dz-Tibt-BT\",\"und-Bugi\":\"bug-Bugi-ID\",\"und-Buhd\":\"bku-Buhd-PH\",\"und-BV\":\"und-Latn-BV\",\"und-BY\":\"be-Cyrl-BY\",\"und-Cakm\":\"ccp-Cakm-BD\",\"und-Cans\":\"cr-Cans-CA\",\"und-Cari\":\"xcr-Cari-TR\",\"und-CD\":\"sw-Latn-CD\",\"und-CF\":\"fr-Latn-CF\",\"und-CG\":\"fr-Latn-CG\",\"und-CH\":\"de-Latn-CH\",\"und-Cham\":\"cjm-Cham-VN\",\"und-Cher\":\"chr-Cher-US\",\"und-CI\":\"fr-Latn-CI\",\"und-CL\":\"es-Latn-CL\",\"und-CM\":\"fr-Latn-CM\",\"und-CN\":\"zh-Hans-CN\",\"und-CO\":\"es-Latn-CO\",\"und-Copt\":\"cop-Copt-EG\",\"und-CP\":\"und-Latn-CP\",\"und-Cprt\":\"grc-Cprt-CY\",\"und-CR\":\"es-Latn-CR\",\"und-CU\":\"es-Latn-CU\",\"und-CV\":\"pt-Latn-CV\",\"und-CW\":\"pap-Latn-CW\",\"und-CY\":\"el-Grek-CY\",\"und-Cyrl\":\"ru-Cyrl-RU\",\"und-Cyrl-AL\":\"mk-Cyrl-AL\",\"und-Cyrl-BA\":\"sr-Cyrl-BA\",\"und-Cyrl-GE\":\"ab-Cyrl-GE\",\"und-Cyrl-GR\":\"mk-Cyrl-GR\",\"und-Cyrl-MD\":\"uk-Cyrl-MD\",\"und-Cyrl-RO\":\"bg-Cyrl-RO\",\"und-Cyrl-SK\":\"uk-Cyrl-SK\",\"und-Cyrl-TR\":\"kbd-Cyrl-TR\",\"und-Cyrl-XK\":\"sr-Cyrl-XK\",\"und-CZ\":\"cs-Latn-CZ\",\"und-DE\":\"de-Latn-DE\",\"und-Deva\":\"hi-Deva-IN\",\"und-Deva-BT\":\"ne-Deva-BT\",\"und-Deva-FJ\":\"hif-Deva-FJ\",\"und-Deva-MU\":\"bho-Deva-MU\",\"und-Deva-PK\":\"btv-Deva-PK\",\"und-DJ\":\"aa-Latn-DJ\",\"und-DK\":\"da-Latn-DK\",\"und-DO\":\"es-Latn-DO\",\"und-Dupl\":\"fr-Dupl-FR\",\"und-DZ\":\"ar-Arab-DZ\",\"und-EA\":\"es-Latn-EA\",\"und-EC\":\"es-Latn-EC\",\"und-EE\":\"et-Latn-EE\",\"und-EG\":\"ar-Arab-EG\",\"und-Egyp\":\"egy-Egyp-EG\",\"und-EH\":\"ar-Arab-EH\",\"und-Elba\":\"sq-Elba-AL\",\"und-ER\":\"ti-Ethi-ER\",\"und-ES\":\"es-Latn-ES\",\"und-ET\":\"am-Ethi-ET\",\"und-Ethi\":\"am-Ethi-ET\",\"und-EU\":\"en-Latn-GB\",\"und-EZ\":\"de-Latn-EZ\",\"und-FI\":\"fi-Latn-FI\",\"und-FO\":\"fo-Latn-FO\",\"und-FR\":\"fr-Latn-FR\",\"und-GA\":\"fr-Latn-GA\",\"und-GE\":\"ka-Geor-GE\",\"und-Geor\":\"ka-Geor-GE\",\"und-GF\":\"fr-Latn-GF\",\"und-GH\":\"ak-Latn-GH\",\"und-GL\":\"kl-Latn-GL\",\"und-Glag\":\"cu-Glag-BG\",\"und-GN\":\"fr-Latn-GN\",\"und-Gonm\":\"gon-Gonm-IN\",\"und-Goth\":\"got-Goth-UA\",\"und-GP\":\"fr-Latn-GP\",\"und-GQ\":\"es-Latn-GQ\",\"und-GR\":\"el-Grek-GR\",\"und-Gran\":\"sa-Gran-IN\",\"und-Grek\":\"el-Grek-GR\",\"und-Grek-TR\":\"bgx-Grek-TR\",\"und-GS\":\"und-Latn-GS\",\"und-GT\":\"es-Latn-GT\",\"und-Gujr\":\"gu-Gujr-IN\",\"und-Guru\":\"pa-Guru-IN\",\"und-GW\":\"pt-Latn-GW\",\"und-Hanb\":\"zh-Hanb-TW\",\"und-Hang\":\"ko-Hang-KR\",\"und-Hani\":\"zh-Hani-CN\",\"und-Hano\":\"hnn-Hano-PH\",\"und-Hans\":\"zh-Hans-CN\",\"und-Hant\":\"zh-Hant-TW\",\"und-Hatr\":\"mis-Hatr-IQ\",\"und-Hebr\":\"he-Hebr-IL\",\"und-Hebr-CA\":\"yi-Hebr-CA\",\"und-Hebr-GB\":\"yi-Hebr-GB\",\"und-Hebr-SE\":\"yi-Hebr-SE\",\"und-Hebr-UA\":\"yi-Hebr-UA\",\"und-Hebr-US\":\"yi-Hebr-US\",\"und-Hira\":\"ja-Hira-JP\",\"und-HK\":\"zh-Hant-HK\",\"und-Hluw\":\"hlu-Hluw-TR\",\"und-HM\":\"und-Latn-HM\",\"und-Hmng\":\"hnj-Hmng-LA\",\"und-HN\":\"es-Latn-HN\",\"und-HR\":\"hr-Latn-HR\",\"und-HT\":\"ht-Latn-HT\",\"und-HU\":\"hu-Latn-HU\",\"und-Hung\":\"hu-Hung-HU\",\"und-IC\":\"es-Latn-IC\",\"und-ID\":\"id-Latn-ID\",\"und-IL\":\"he-Hebr-IL\",\"und-IN\":\"hi-Deva-IN\",\"und-IQ\":\"ar-Arab-IQ\",\"und-IR\":\"fa-Arab-IR\",\"und-IS\":\"is-Latn-IS\",\"und-IT\":\"it-Latn-IT\",\"und-Ital\":\"ett-Ital-IT\",\"und-Jamo\":\"ko-Jamo-KR\",\"und-Java\":\"jv-Java-ID\",\"und-JO\":\"ar-Arab-JO\",\"und-JP\":\"ja-Jpan-JP\",\"und-Jpan\":\"ja-Jpan-JP\",\"und-Kali\":\"eky-Kali-MM\",\"und-Kana\":\"ja-Kana-JP\",\"und-KE\":\"sw-Latn-KE\",\"und-KG\":\"ky-Cyrl-KG\",\"und-KH\":\"km-Khmr-KH\",\"und-Khar\":\"pra-Khar-PK\",\"und-Khmr\":\"km-Khmr-KH\",\"und-Khoj\":\"sd-Khoj-IN\",\"und-KM\":\"ar-Arab-KM\",\"und-Knda\":\"kn-Knda-IN\",\"und-Kore\":\"ko-Kore-KR\",\"und-KP\":\"ko-Kore-KP\",\"und-KR\":\"ko-Kore-KR\",\"und-Kthi\":\"bho-Kthi-IN\",\"und-KW\":\"ar-Arab-KW\",\"und-KZ\":\"ru-Cyrl-KZ\",\"und-LA\":\"lo-Laoo-LA\",\"und-Lana\":\"nod-Lana-TH\",\"und-Laoo\":\"lo-Laoo-LA\",\"und-Latn-AF\":\"tk-Latn-AF\",\"und-Latn-AM\":\"ku-Latn-AM\",\"und-Latn-CN\":\"za-Latn-CN\",\"und-Latn-CY\":\"tr-Latn-CY\",\"und-Latn-DZ\":\"fr-Latn-DZ\",\"und-Latn-ET\":\"en-Latn-ET\",\"und-Latn-GE\":\"ku-Latn-GE\",\"und-Latn-IR\":\"tk-Latn-IR\",\"und-Latn-KM\":\"fr-Latn-KM\",\"und-Latn-MA\":\"fr-Latn-MA\",\"und-Latn-MK\":\"sq-Latn-MK\",\"und-Latn-MM\":\"kac-Latn-MM\",\"und-Latn-MO\":\"pt-Latn-MO\",\"und-Latn-MR\":\"fr-Latn-MR\",\"und-Latn-RU\":\"krl-Latn-RU\",\"und-Latn-SY\":\"fr-Latn-SY\",\"und-Latn-TN\":\"fr-Latn-TN\",\"und-Latn-TW\":\"trv-Latn-TW\",\"und-Latn-UA\":\"pl-Latn-UA\",\"und-LB\":\"ar-Arab-LB\",\"und-Lepc\":\"lep-Lepc-IN\",\"und-LI\":\"de-Latn-LI\",\"und-Limb\":\"lif-Limb-IN\",\"und-Lina\":\"lab-Lina-GR\",\"und-Linb\":\"grc-Linb-GR\",\"und-Lisu\":\"lis-Lisu-CN\",\"und-LK\":\"si-Sinh-LK\",\"und-LS\":\"st-Latn-LS\",\"und-LT\":\"lt-Latn-LT\",\"und-LU\":\"fr-Latn-LU\",\"und-LV\":\"lv-Latn-LV\",\"und-LY\":\"ar-Arab-LY\",\"und-Lyci\":\"xlc-Lyci-TR\",\"und-Lydi\":\"xld-Lydi-TR\",\"und-MA\":\"ar-Arab-MA\",\"und-Mahj\":\"hi-Mahj-IN\",\"und-Mand\":\"myz-Mand-IR\",\"und-Mani\":\"xmn-Mani-CN\",\"und-Marc\":\"bo-Marc-CN\",\"und-MC\":\"fr-Latn-MC\",\"und-MD\":\"ro-Latn-MD\",\"und-ME\":\"sr-Latn-ME\",\"und-Mend\":\"men-Mend-SL\",\"und-Merc\":\"xmr-Merc-SD\",\"und-Mero\":\"xmr-Mero-SD\",\"und-MF\":\"fr-Latn-MF\",\"und-MG\":\"mg-Latn-MG\",\"und-MK\":\"mk-Cyrl-MK\",\"und-ML\":\"bm-Latn-ML\",\"und-Mlym\":\"ml-Mlym-IN\",\"und-MM\":\"my-Mymr-MM\",\"und-MN\":\"mn-Cyrl-MN\",\"und-MO\":\"zh-Hant-MO\",\"und-Modi\":\"mr-Modi-IN\",\"und-Mong\":\"mn-Mong-CN\",\"und-MQ\":\"fr-Latn-MQ\",\"und-MR\":\"ar-Arab-MR\",\"und-Mroo\":\"mro-Mroo-BD\",\"und-MT\":\"mt-Latn-MT\",\"und-Mtei\":\"mni-Mtei-IN\",\"und-MU\":\"mfe-Latn-MU\",\"und-Mult\":\"skr-Mult-PK\",\"und-MV\":\"dv-Thaa-MV\",\"und-MX\":\"es-Latn-MX\",\"und-MY\":\"ms-Latn-MY\",\"und-Mymr\":\"my-Mymr-MM\",\"und-Mymr-IN\":\"kht-Mymr-IN\",\"und-Mymr-TH\":\"mnw-Mymr-TH\",\"und-MZ\":\"pt-Latn-MZ\",\"und-NA\":\"af-Latn-NA\",\"und-Narb\":\"xna-Narb-SA\",\"und-Nbat\":\"arc-Nbat-JO\",\"und-NC\":\"fr-Latn-NC\",\"und-NE\":\"ha-Latn-NE\",\"und-Newa\":\"new-Newa-NP\",\"und-NI\":\"es-Latn-NI\",\"und-Nkoo\":\"man-Nkoo-GN\",\"und-NL\":\"nl-Latn-NL\",\"und-NO\":\"nb-Latn-NO\",\"und-NP\":\"ne-Deva-NP\",\"und-Nshu\":\"zhx-Nshu-CN\",\"und-Ogam\":\"sga-Ogam-IE\",\"und-Olck\":\"sat-Olck-IN\",\"und-OM\":\"ar-Arab-OM\",\"und-Orkh\":\"otk-Orkh-MN\",\"und-Orya\":\"or-Orya-IN\",\"und-Osge\":\"osa-Osge-US\",\"und-Osma\":\"so-Osma-SO\",\"und-PA\":\"es-Latn-PA\",\"und-Palm\":\"arc-Palm-SY\",\"und-Pauc\":\"ctd-Pauc-MM\",\"und-PE\":\"es-Latn-PE\",\"und-Perm\":\"kv-Perm-RU\",\"und-PF\":\"fr-Latn-PF\",\"und-PG\":\"tpi-Latn-PG\",\"und-PH\":\"fil-Latn-PH\",\"und-Phag\":\"lzh-Phag-CN\",\"und-Phli\":\"pal-Phli-IR\",\"und-Phlp\":\"pal-Phlp-CN\",\"und-Phnx\":\"phn-Phnx-LB\",\"und-PK\":\"ur-Arab-PK\",\"und-PL\":\"pl-Latn-PL\",\"und-Plrd\":\"hmd-Plrd-CN\",\"und-PM\":\"fr-Latn-PM\",\"und-PR\":\"es-Latn-PR\",\"und-Prti\":\"xpr-Prti-IR\",\"und-PS\":\"ar-Arab-PS\",\"und-PT\":\"pt-Latn-PT\",\"und-PW\":\"pau-Latn-PW\",\"und-PY\":\"gn-Latn-PY\",\"und-QA\":\"ar-Arab-QA\",\"und-QO\":\"en-Latn-IO\",\"und-RE\":\"fr-Latn-RE\",\"und-Rjng\":\"rej-Rjng-ID\",\"und-RO\":\"ro-Latn-RO\",\"und-RS\":\"sr-Cyrl-RS\",\"und-RU\":\"ru-Cyrl-RU\",\"und-Runr\":\"non-Runr-SE\",\"und-RW\":\"rw-Latn-RW\",\"und-SA\":\"ar-Arab-SA\",\"und-Samr\":\"smp-Samr-IL\",\"und-Sarb\":\"xsa-Sarb-YE\",\"und-Saur\":\"saz-Saur-IN\",\"und-SC\":\"fr-Latn-SC\",\"und-SD\":\"ar-Arab-SD\",\"und-SE\":\"sv-Latn-SE\",\"und-Sgnw\":\"ase-Sgnw-US\",\"und-Shaw\":\"en-Shaw-GB\",\"und-Shrd\":\"sa-Shrd-IN\",\"und-SI\":\"sl-Latn-SI\",\"und-Sidd\":\"sa-Sidd-IN\",\"und-Sind\":\"sd-Sind-IN\",\"und-Sinh\":\"si-Sinh-LK\",\"und-SJ\":\"nb-Latn-SJ\",\"und-SK\":\"sk-Latn-SK\",\"und-SM\":\"it-Latn-SM\",\"und-SN\":\"fr-Latn-SN\",\"und-SO\":\"so-Latn-SO\",\"und-Sora\":\"srb-Sora-IN\",\"und-Soyo\":\"cmg-Soyo-MN\",\"und-SR\":\"nl-Latn-SR\",\"und-ST\":\"pt-Latn-ST\",\"und-Sund\":\"su-Sund-ID\",\"und-SV\":\"es-Latn-SV\",\"und-SY\":\"ar-Arab-SY\",\"und-Sylo\":\"syl-Sylo-BD\",\"und-Syrc\":\"syr-Syrc-IQ\",\"und-Tagb\":\"tbw-Tagb-PH\",\"und-Takr\":\"doi-Takr-IN\",\"und-Tale\":\"tdd-Tale-CN\",\"und-Talu\":\"khb-Talu-CN\",\"und-Taml\":\"ta-Taml-IN\",\"und-Tang\":\"txg-Tang-CN\",\"und-Tavt\":\"blt-Tavt-VN\",\"und-TD\":\"fr-Latn-TD\",\"und-Telu\":\"te-Telu-IN\",\"und-TF\":\"fr-Latn-TF\",\"und-Tfng\":\"zgh-Tfng-MA\",\"und-TG\":\"fr-Latn-TG\",\"und-Tglg\":\"fil-Tglg-PH\",\"und-TH\":\"th-Thai-TH\",\"und-Thaa\":\"dv-Thaa-MV\",\"und-Thai\":\"th-Thai-TH\",\"und-Thai-CN\":\"lcp-Thai-CN\",\"und-Thai-KH\":\"kdt-Thai-KH\",\"und-Thai-LA\":\"kdt-Thai-LA\",\"und-Tibt\":\"bo-Tibt-CN\",\"und-Tirh\":\"mai-Tirh-IN\",\"und-TJ\":\"tg-Cyrl-TJ\",\"und-TK\":\"tkl-Latn-TK\",\"und-TL\":\"pt-Latn-TL\",\"und-TM\":\"tk-Latn-TM\",\"und-TN\":\"ar-Arab-TN\",\"und-TO\":\"to-Latn-TO\",\"und-TR\":\"tr-Latn-TR\",\"und-TV\":\"tvl-Latn-TV\",\"und-TW\":\"zh-Hant-TW\",\"und-TZ\":\"sw-Latn-TZ\",\"und-UA\":\"uk-Cyrl-UA\",\"und-UG\":\"sw-Latn-UG\",\"und-Ugar\":\"uga-Ugar-SY\",\"und-UY\":\"es-Latn-UY\",\"und-UZ\":\"uz-Latn-UZ\",\"und-VA\":\"it-Latn-VA\",\"und-Vaii\":\"vai-Vaii-LR\",\"und-VE\":\"es-Latn-VE\",\"und-VN\":\"vi-Latn-VN\",\"und-VU\":\"bi-Latn-VU\",\"und-Wara\":\"hoc-Wara-IN\",\"und-WF\":\"fr-Latn-WF\",\"und-WS\":\"sm-Latn-WS\",\"und-XK\":\"sq-Latn-XK\",\"und-Xpeo\":\"peo-Xpeo-IR\",\"und-Xsux\":\"akk-Xsux-IQ\",\"und-YE\":\"ar-Arab-YE\",\"und-Yiii\":\"ii-Yiii-CN\",\"und-YT\":\"fr-Latn-YT\",\"und-Zanb\":\"cmg-Zanb-MN\",\"und-ZW\":\"sn-Latn-ZW\",\"unr\":\"unr-Beng-IN\",\"unr-Deva\":\"unr-Deva-NP\",\"unr-NP\":\"unr-Deva-NP\",\"unx\":\"unx-Beng-IN\",\"ur\":\"ur-Arab-PK\",\"uri\":\"uri-Latn-ZZ\",\"urt\":\"urt-Latn-ZZ\",\"urw\":\"urw-Latn-ZZ\",\"usa\":\"usa-Latn-ZZ\",\"utr\":\"utr-Latn-ZZ\",\"uvh\":\"uvh-Latn-ZZ\",\"uvl\":\"uvl-Latn-ZZ\",\"uz\":\"uz-Latn-UZ\",\"uz-AF\":\"uz-Arab-AF\",\"uz-Arab\":\"uz-Arab-AF\",\"uz-CN\":\"uz-Cyrl-CN\",\"vag\":\"vag-Latn-ZZ\",\"vai\":\"vai-Vaii-LR\",\"van\":\"van-Latn-ZZ\",\"ve\":\"ve-Latn-ZA\",\"vec\":\"vec-Latn-IT\",\"vep\":\"vep-Latn-RU\",\"vi\":\"vi-Latn-VN\",\"vic\":\"vic-Latn-SX\",\"viv\":\"viv-Latn-ZZ\",\"vls\":\"vls-Latn-BE\",\"vmf\":\"vmf-Latn-DE\",\"vmw\":\"vmw-Latn-MZ\",\"vo\":\"vo-Latn-001\",\"vot\":\"vot-Latn-RU\",\"vro\":\"vro-Latn-EE\",\"vun\":\"vun-Latn-TZ\",\"vut\":\"vut-Latn-ZZ\",\"wa\":\"wa-Latn-BE\",\"wae\":\"wae-Latn-CH\",\"waj\":\"waj-Latn-ZZ\",\"wal\":\"wal-Ethi-ET\",\"wan\":\"wan-Latn-ZZ\",\"war\":\"war-Latn-PH\",\"wbp\":\"wbp-Latn-AU\",\"wbq\":\"wbq-Telu-IN\",\"wbr\":\"wbr-Deva-IN\",\"wci\":\"wci-Latn-ZZ\",\"wer\":\"wer-Latn-ZZ\",\"wgi\":\"wgi-Latn-ZZ\",\"whg\":\"whg-Latn-ZZ\",\"wib\":\"wib-Latn-ZZ\",\"wiu\":\"wiu-Latn-ZZ\",\"wiv\":\"wiv-Latn-ZZ\",\"wja\":\"wja-Latn-ZZ\",\"wji\":\"wji-Latn-ZZ\",\"wls\":\"wls-Latn-WF\",\"wmo\":\"wmo-Latn-ZZ\",\"wnc\":\"wnc-Latn-ZZ\",\"wni\":\"wni-Arab-KM\",\"wnu\":\"wnu-Latn-ZZ\",\"wo\":\"wo-Latn-SN\",\"wob\":\"wob-Latn-ZZ\",\"wos\":\"wos-Latn-ZZ\",\"wrs\":\"wrs-Latn-ZZ\",\"wsk\":\"wsk-Latn-ZZ\",\"wtm\":\"wtm-Deva-IN\",\"wuu\":\"wuu-Hans-CN\",\"wuv\":\"wuv-Latn-ZZ\",\"wwa\":\"wwa-Latn-ZZ\",\"xav\":\"xav-Latn-BR\",\"xbi\":\"xbi-Latn-ZZ\",\"xcr\":\"xcr-Cari-TR\",\"xes\":\"xes-Latn-ZZ\",\"xh\":\"xh-Latn-ZA\",\"xla\":\"xla-Latn-ZZ\",\"xlc\":\"xlc-Lyci-TR\",\"xld\":\"xld-Lydi-TR\",\"xmf\":\"xmf-Geor-GE\",\"xmn\":\"xmn-Mani-CN\",\"xmr\":\"xmr-Merc-SD\",\"xna\":\"xna-Narb-SA\",\"xnr\":\"xnr-Deva-IN\",\"xog\":\"xog-Latn-UG\",\"xon\":\"xon-Latn-ZZ\",\"xpr\":\"xpr-Prti-IR\",\"xrb\":\"xrb-Latn-ZZ\",\"xsa\":\"xsa-Sarb-YE\",\"xsi\":\"xsi-Latn-ZZ\",\"xsm\":\"xsm-Latn-ZZ\",\"xsr\":\"xsr-Deva-NP\",\"xwe\":\"xwe-Latn-ZZ\",\"yam\":\"yam-Latn-ZZ\",\"yao\":\"yao-Latn-MZ\",\"yap\":\"yap-Latn-FM\",\"yas\":\"yas-Latn-ZZ\",\"yat\":\"yat-Latn-ZZ\",\"yav\":\"yav-Latn-CM\",\"yay\":\"yay-Latn-ZZ\",\"yaz\":\"yaz-Latn-ZZ\",\"yba\":\"yba-Latn-ZZ\",\"ybb\":\"ybb-Latn-CM\",\"yby\":\"yby-Latn-ZZ\",\"yer\":\"yer-Latn-ZZ\",\"ygr\":\"ygr-Latn-ZZ\",\"ygw\":\"ygw-Latn-ZZ\",\"yi\":\"yi-Hebr-001\",\"yko\":\"yko-Latn-ZZ\",\"yle\":\"yle-Latn-ZZ\",\"ylg\":\"ylg-Latn-ZZ\",\"yll\":\"yll-Latn-ZZ\",\"yml\":\"yml-Latn-ZZ\",\"yo\":\"yo-Latn-NG\",\"yon\":\"yon-Latn-ZZ\",\"yrb\":\"yrb-Latn-ZZ\",\"yre\":\"yre-Latn-ZZ\",\"yrl\":\"yrl-Latn-BR\",\"yss\":\"yss-Latn-ZZ\",\"yua\":\"yua-Latn-MX\",\"yue\":\"yue-Hant-HK\",\"yue-CN\":\"yue-Hans-CN\",\"yue-Hans\":\"yue-Hans-CN\",\"yuj\":\"yuj-Latn-ZZ\",\"yut\":\"yut-Latn-ZZ\",\"yuw\":\"yuw-Latn-ZZ\",\"za\":\"za-Latn-CN\",\"zag\":\"zag-Latn-SD\",\"zdj\":\"zdj-Arab-KM\",\"zea\":\"zea-Latn-NL\",\"zgh\":\"zgh-Tfng-MA\",\"zh\":\"zh-Hans-CN\",\"zh-AU\":\"zh-Hant-AU\",\"zh-BN\":\"zh-Hant-BN\",\"zh-Bopo\":\"zh-Bopo-TW\",\"zh-GB\":\"zh-Hant-GB\",\"zh-GF\":\"zh-Hant-GF\",\"zh-Hanb\":\"zh-Hanb-TW\",\"zh-Hant\":\"zh-Hant-TW\",\"zh-HK\":\"zh-Hant-HK\",\"zh-ID\":\"zh-Hant-ID\",\"zh-MO\":\"zh-Hant-MO\",\"zh-MY\":\"zh-Hant-MY\",\"zh-PA\":\"zh-Hant-PA\",\"zh-PF\":\"zh-Hant-PF\",\"zh-PH\":\"zh-Hant-PH\",\"zh-SR\":\"zh-Hant-SR\",\"zh-TH\":\"zh-Hant-TH\",\"zh-TW\":\"zh-Hant-TW\",\"zh-US\":\"zh-Hant-US\",\"zh-VN\":\"zh-Hant-VN\",\"zhx\":\"zhx-Nshu-CN\",\"zia\":\"zia-Latn-ZZ\",\"zlm\":\"zlm-Latn-TG\",\"zmi\":\"zmi-Latn-MY\",\"zne\":\"zne-Latn-ZZ\",\"zu\":\"zu-Latn-ZA\",\"zza\":\"zza-Latn-TR\"},\"timeData\":{\"AX\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"BQ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"CP\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"CZ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"DK\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"FI\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"ID\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"IS\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"ML\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"NE\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"RU\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SE\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SJ\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"SK\":{\"_allowed\":\"H\",\"_preferred\":\"H\"},\"AS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"BT\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"DJ\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"ER\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"GH\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"IN\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"LS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"PG\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"PW\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"SO\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"TO\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"VU\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"WS\":{\"_allowed\":\"h H\",\"_preferred\":\"h\"},\"001\":{\"_allowed\":\"H h\",\"_preferred\":\"H\"},\"AL\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"fr_CA\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"TD\":{\"_allowed\":\"h H hB\",\"_preferred\":\"h\"},\"ca_ES\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CM\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"gl_ES\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"LU\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"NP\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"PF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"SC\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"SN\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"TF\":{\"_allowed\":\"H h hB\",\"_preferred\":\"H\"},\"CY\":{\"_allowed\":\"h H hb hB\",\"_preferred\":\"h\"},\"GR\":{\"_allowed\":\"h H hb hB\",\"_preferred\":\"h\"},\"CO\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"DO\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"KP\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"KR\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"NA\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"PA\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"PR\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"VE\":{\"_allowed\":\"h H hB hb\",\"_preferred\":\"h\"},\"AC\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"AI\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"BW\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"BZ\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CC\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"CX\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"DG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"FK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GB\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"GI\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IE\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IM\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"IO\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"JE\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"LT\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MK\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MN\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"MS\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NF\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NG\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NR\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"NU\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"PN\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"SH\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"SX\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"TA\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"ZA\":{\"_allowed\":\"H h hb hB\",\"_preferred\":\"H\"},\"af_ZA\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"KG\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"KM\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"LK\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"MA\":{\"_allowed\":\"H h hB hb\",\"_preferred\":\"H\"},\"JP\":{\"_allowed\":\"H h K\",\"_preferred\":\"H\"},\"AD\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AO\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"AW\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BJ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CG\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CI\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"CV\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"DE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"EE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"FR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GA\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GN\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GP\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"GW\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"HR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"IL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"IT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"KZ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MC\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MD\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MQ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"MZ\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"NC\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"NL\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"PM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"PT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"RE\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"RO\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SI\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SM\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"SR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"ST\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"TG\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"TR\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"WF\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"YT\":{\"_allowed\":\"H hB\",\"_preferred\":\"H\"},\"BD\":{\"_allowed\":\"h hB H\",\"_preferred\":\"h\"},\"PK\":{\"_allowed\":\"h hB H\",\"_preferred\":\"h\"},\"AZ\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"BA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"BG\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"CH\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"GE\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"LI\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"ME\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"RS\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"UA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"UZ\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"VA\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"XK\":{\"_allowed\":\"H hB h\",\"_preferred\":\"H\"},\"AG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"AU\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BB\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"BS\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"CA\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"DM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"FJ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"FM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GD\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GU\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"GY\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"JM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KI\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KN\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"KY\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"LC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"LR\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MH\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MP\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"MW\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"NZ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SB\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SL\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SS\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"SZ\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"TC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"TT\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"UM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"US\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VC\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VG\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"VI\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"ZM\":{\"_allowed\":\"h hb H hB\",\"_preferred\":\"h\"},\"AR\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"BO\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CL\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CR\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"CU\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"EA\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"EC\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"ES\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"GQ\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"GT\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"HN\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"IC\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"MX\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"NI\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"PE\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"SV\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"UY\":{\"_allowed\":\"H hB h hb\",\"_preferred\":\"H\"},\"AE\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"BH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"DZ\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"EG\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"EH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"IQ\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"JO\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"KW\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"LB\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"LY\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"MR\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"OM\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"PH\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"PS\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"QA\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SA\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SD\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"SY\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"TN\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"YE\":{\"_allowed\":\"h hB hb H\",\"_preferred\":\"h\"},\"AF\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"IR\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"LA\":{\"_allowed\":\"H hb hB h\",\"_preferred\":\"H\"},\"LV\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"TL\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"zu_ZA\":{\"_allowed\":\"H hB hb h\",\"_preferred\":\"H\"},\"CD\":{\"_allowed\":\"hB H\",\"_preferred\":\"H\"},\"kn_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"ml_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"te_IN\":{\"_allowed\":\"hB h H\",\"_preferred\":\"h\"},\"KH\":{\"_allowed\":\"hB h H hb\",\"_preferred\":\"h\"},\"ta_IN\":{\"_allowed\":\"hB h hb H\",\"_preferred\":\"h\"},\"BN\":{\"_allowed\":\"hb hB H h\",\"_preferred\":\"h\"},\"MY\":{\"_allowed\":\"hb hB H h\",\"_preferred\":\"h\"},\"ET\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"gu_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"mr_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"pa_IN\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"h\"},\"KE\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"MM\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"TZ\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"UG\":{\"_allowed\":\"hB hb h H\",\"_preferred\":\"H\"},\"CN\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"HK\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"MO\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"},\"TW\":{\"_allowed\":\"hB hb H h\",\"_preferred\":\"h\"}},\"weekData\":{\"minDays\":{\"001\":\"1\",\"AD\":\"4\",\"AN\":\"4\",\"AT\":\"4\",\"AX\":\"4\",\"BE\":\"4\",\"BG\":\"4\",\"CH\":\"4\",\"CZ\":\"4\",\"DE\":\"4\",\"DK\":\"4\",\"EE\":\"4\",\"ES\":\"4\",\"FI\":\"4\",\"FJ\":\"4\",\"FO\":\"4\",\"FR\":\"4\",\"GB\":\"4\",\"GF\":\"4\",\"GG\":\"4\",\"GI\":\"4\",\"GP\":\"4\",\"GR\":\"4\",\"GU\":\"1\",\"HU\":\"4\",\"IE\":\"4\",\"IM\":\"4\",\"IS\":\"4\",\"IT\":\"4\",\"JE\":\"4\",\"LI\":\"4\",\"LT\":\"4\",\"LU\":\"4\",\"MC\":\"4\",\"MQ\":\"4\",\"NL\":\"4\",\"NO\":\"4\",\"PL\":\"4\",\"PT\":\"4\",\"RE\":\"4\",\"RU\":\"4\",\"SE\":\"4\",\"SJ\":\"4\",\"SK\":\"4\",\"SM\":\"4\",\"UM\":\"1\",\"US\":\"1\",\"VA\":\"4\",\"VI\":\"1\"},\"firstDay\":{\"001\":\"mon\",\"AD\":\"mon\",\"AE\":\"sat\",\"AF\":\"sat\",\"AG\":\"sun\",\"AI\":\"mon\",\"AL\":\"mon\",\"AM\":\"mon\",\"AN\":\"mon\",\"AR\":\"sun\",\"AS\":\"sun\",\"AT\":\"mon\",\"AU\":\"sun\",\"AX\":\"mon\",\"AZ\":\"mon\",\"BA\":\"mon\",\"BD\":\"fri\",\"BE\":\"mon\",\"BG\":\"mon\",\"BH\":\"sat\",\"BM\":\"mon\",\"BN\":\"mon\",\"BR\":\"sun\",\"BS\":\"sun\",\"BT\":\"sun\",\"BW\":\"sun\",\"BY\":\"mon\",\"BZ\":\"sun\",\"CA\":\"sun\",\"CH\":\"mon\",\"CL\":\"mon\",\"CM\":\"mon\",\"CN\":\"sun\",\"CO\":\"sun\",\"CR\":\"mon\",\"CY\":\"mon\",\"CZ\":\"mon\",\"DE\":\"mon\",\"DJ\":\"sat\",\"DK\":\"mon\",\"DM\":\"sun\",\"DO\":\"sun\",\"DZ\":\"sat\",\"EC\":\"mon\",\"EE\":\"mon\",\"EG\":\"sat\",\"ES\":\"mon\",\"ET\":\"sun\",\"FI\":\"mon\",\"FJ\":\"mon\",\"FO\":\"mon\",\"FR\":\"mon\",\"GB\":\"mon\",\"GB-alt-variant\":\"sun\",\"GE\":\"mon\",\"GF\":\"mon\",\"GP\":\"mon\",\"GR\":\"mon\",\"GT\":\"sun\",\"GU\":\"sun\",\"HK\":\"sun\",\"HN\":\"sun\",\"HR\":\"mon\",\"HU\":\"mon\",\"ID\":\"sun\",\"IE\":\"sun\",\"IL\":\"sun\",\"IN\":\"sun\",\"IQ\":\"sat\",\"IR\":\"sat\",\"IS\":\"mon\",\"IT\":\"mon\",\"JM\":\"sun\",\"JO\":\"sat\",\"JP\":\"sun\",\"KE\":\"sun\",\"KG\":\"mon\",\"KH\":\"sun\",\"KR\":\"sun\",\"KW\":\"sat\",\"KZ\":\"mon\",\"LA\":\"sun\",\"LB\":\"mon\",\"LI\":\"mon\",\"LK\":\"mon\",\"LT\":\"mon\",\"LU\":\"mon\",\"LV\":\"mon\",\"LY\":\"sat\",\"MA\":\"sat\",\"MC\":\"mon\",\"MD\":\"mon\",\"ME\":\"mon\",\"MH\":\"sun\",\"MK\":\"mon\",\"MM\":\"sun\",\"MN\":\"mon\",\"MO\":\"sun\",\"MQ\":\"mon\",\"MT\":\"sun\",\"MV\":\"fri\",\"MX\":\"sun\",\"MY\":\"mon\",\"MZ\":\"sun\",\"NI\":\"sun\",\"NL\":\"mon\",\"NO\":\"mon\",\"NP\":\"sun\",\"NZ\":\"mon\",\"OM\":\"sat\",\"PA\":\"sun\",\"PE\":\"sun\",\"PH\":\"sun\",\"PK\":\"sun\",\"PL\":\"mon\",\"PR\":\"sun\",\"PT\":\"mon\",\"PY\":\"sun\",\"QA\":\"sat\",\"RE\":\"mon\",\"RO\":\"mon\",\"RS\":\"mon\",\"RU\":\"mon\",\"SA\":\"sun\",\"SD\":\"sat\",\"SE\":\"mon\",\"SG\":\"sun\",\"SI\":\"mon\",\"SK\":\"mon\",\"SM\":\"mon\",\"SV\":\"sun\",\"SY\":\"sat\",\"TH\":\"sun\",\"TJ\":\"mon\",\"TM\":\"mon\",\"TN\":\"sun\",\"TR\":\"mon\",\"TT\":\"sun\",\"TW\":\"sun\",\"UA\":\"mon\",\"UM\":\"sun\",\"US\":\"sun\",\"UY\":\"mon\",\"UZ\":\"mon\",\"VA\":\"mon\",\"VE\":\"sun\",\"VI\":\"sun\",\"VN\":\"mon\",\"WS\":\"sun\",\"XK\":\"mon\",\"YE\":\"sun\",\"ZA\":\"sun\",\"ZW\":\"sun\"},\"weekendStart\":{\"001\":\"sat\",\"AE\":\"fri\",\"AF\":\"thu\",\"BH\":\"fri\",\"DZ\":\"fri\",\"EG\":\"fri\",\"IL\":\"fri\",\"IN\":\"sun\",\"IQ\":\"fri\",\"IR\":\"fri\",\"JO\":\"fri\",\"KW\":\"fri\",\"LY\":\"fri\",\"MA\":\"fri\",\"OM\":\"fri\",\"QA\":\"fri\",\"SA\":\"fri\",\"SD\":\"fri\",\"SY\":\"fri\",\"TN\":\"fri\",\"YE\":\"fri\"},\"weekendEnd\":{\"001\":\"sun\",\"AE\":\"sat\",\"AF\":\"fri\",\"BH\":\"sat\",\"DZ\":\"sat\",\"EG\":\"sat\",\"IL\":\"sat\",\"IQ\":\"sat\",\"IR\":\"fri\",\"JO\":\"sat\",\"KW\":\"sat\",\"LY\":\"sat\",\"MA\":\"sat\",\"OM\":\"sat\",\"QA\":\"sat\",\"SA\":\"sat\",\"SD\":\"sat\",\"SY\":\"sat\",\"TN\":\"sat\",\"YE\":\"sat\"},\"af\":{\"_ordering\":\"weekOfDate weekOfInterval weekOfMonth\"},\"am az bs cs cy da el et hi ky lt mk sk ta th\":{\"_ordering\":\"weekOfYear weekOfMonth\"},\"ar fil gu hu hy id kk ko\":{\"_ordering\":\"weekOfMonth\"},\"be ro ru\":{\"_ordering\":\"weekOfInterval weekOfMonth\"},\"bg de iw pt ur zh\":{\"_ordering\":\"weekOfDate weekOfMonth weekOfInterval\"},\"ca es fr gl\":{\"_ordering\":\"weekOfDate\"},\"en bn ja ka\":{\"_ordering\":\"weekOfDate weekOfMonth\"},\"eu\":{\"_ordering\":\"weekOfMonth weekOfDate\"},\"fa hr it lv pl si sr uk uz\":{\"_ordering\":\"weekOfMonth weekOfInterval\"},\"fi zh-TW\":{\"_ordering\":\"weekOfYear weekOfDate weekOfMonth\"},\"is mn no sv vi\":{\"_ordering\":\"weekOfYear weekOfMonth weekOfInterval\"},\"km mr\":{\"_ordering\":\"weekOfMonth weekOfYear\"},\"kn ml pa\":{\"_ordering\":\"weekOfMonth weekOfDate weekOfYear\"},\"lo sq\":{\"_ordering\":\"weekOfMonth weekOfInterval weekOfDate weekOfYear\"},\"ms tr\":{\"_ordering\":\"weekOfMonth weekOfYear weekOfInterval weekOfDate\"},\"nl\":{\"_ordering\":\"weekOfDate weekOfYear weekOfMonth\"},\"sl\":{\"_ordering\":\"weekOfInterval\"},\"sw te\":{\"_ordering\":\"weekOfMonth weekOfInterval weekOfYear\"},\"und\":{\"_ordering\":\"weekOfYear\"},\"zu\":{\"_ordering\":\"weekOfYear weekOfInterval\"}},\"currencyData\":{\"fractions\":{\"ADP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"AFN\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ALL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"AMD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"BHD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"BIF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"BYN\":{\"_rounding\":\"0\",\"_digits\":\"2\"},\"BYR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"CAD\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"5\"},\"CHF\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"5\"},\"CLF\":{\"_rounding\":\"0\",\"_digits\":\"4\"},\"CLP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"COP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"CRC\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"CZK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"DEFAULT\":{\"_rounding\":\"0\",\"_digits\":\"2\"},\"DJF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"DKK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"50\"},\"ESP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"GNF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"GYD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"HUF\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"IDR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"IQD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"IRR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ISK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ITL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"JOD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"JPY\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KMF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KPW\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KRW\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"KWD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"LAK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LBP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LUF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"LYD\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"MGA\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MGF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MMK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MNT\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MRO\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"MUR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"NOK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"OMR\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"PKR\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"PYG\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"RSD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"RWF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SEK\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"SLL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SOS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"STD\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"SYP\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TMM\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TND\":{\"_rounding\":\"0\",\"_digits\":\"3\"},\"TRL\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"TWD\":{\"_rounding\":\"0\",\"_digits\":\"2\",\"_cashRounding\":\"0\",\"_cashDigits\":\"0\"},\"TZS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UGX\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UYI\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"UZS\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"VND\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"VUV\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XAF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XOF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"XPF\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"YER\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ZMK\":{\"_rounding\":\"0\",\"_digits\":\"0\"},\"ZWD\":{\"_rounding\":\"0\",\"_digits\":\"0\"}},\"region\":{\"AC\":[{\"SHP\":{\"_from\":\"1976-01-01\"}}],\"AD\":[{\"ESP\":{\"_from\":\"1873-01-01\",\"_to\":\"2002-02-28\"}},{\"ADP\":{\"_from\":\"1936-01-01\",\"_to\":\"2001-12-31\"}},{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AE\":[{\"AED\":{\"_from\":\"1973-05-19\"}}],\"AF\":[{\"AFA\":{\"_from\":\"1927-03-14\",\"_to\":\"2002-12-31\"}},{\"AFN\":{\"_from\":\"2002-10-07\"}}],\"AG\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"AI\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"AL\":[{\"ALK\":{\"_from\":\"1946-11-01\",\"_to\":\"1965-08-16\"}},{\"ALL\":{\"_from\":\"1965-08-16\"}}],\"AM\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-11-22\"}},{\"AMD\":{\"_from\":\"1993-11-22\"}}],\"AO\":[{\"AOK\":{\"_from\":\"1977-01-08\",\"_to\":\"1991-03-01\"}},{\"AON\":{\"_from\":\"1990-09-25\",\"_to\":\"2000-02-01\"}},{\"AOR\":{\"_from\":\"1995-07-01\",\"_to\":\"2000-02-01\"}},{\"AOA\":{\"_from\":\"1999-12-13\"}}],\"AQ\":[{\"XXX\":{\"_tender\":\"false\"}}],\"AR\":[{\"ARM\":{\"_from\":\"1881-11-05\",\"_to\":\"1970-01-01\"}},{\"ARL\":{\"_from\":\"1970-01-01\",\"_to\":\"1983-06-01\"}},{\"ARP\":{\"_from\":\"1983-06-01\",\"_to\":\"1985-06-14\"}},{\"ARA\":{\"_from\":\"1985-06-14\",\"_to\":\"1992-01-01\"}},{\"ARS\":{\"_from\":\"1992-01-01\"}}],\"AS\":[{\"USD\":{\"_from\":\"1904-07-16\"}}],\"AT\":[{\"ATS\":{\"_from\":\"1947-12-04\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AU\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"AW\":[{\"ANG\":{\"_from\":\"1940-05-10\",\"_to\":\"1986-01-01\"}},{\"AWG\":{\"_from\":\"1986-01-01\"}}],\"AX\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"AZ\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1994-01-01\"}},{\"AZM\":{\"_from\":\"1993-11-22\",\"_to\":\"2006-12-31\"}},{\"AZN\":{\"_from\":\"2006-01-01\"}}],\"BA\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1992-07-01\"}},{\"YUR\":{\"_from\":\"1992-07-01\",\"_to\":\"1993-10-01\"}},{\"BAD\":{\"_from\":\"1992-07-01\",\"_to\":\"1994-08-15\"}},{\"BAN\":{\"_from\":\"1994-08-15\",\"_to\":\"1997-07-01\"}},{\"BAM\":{\"_from\":\"1995-01-01\"}}],\"BB\":[{\"XCD\":{\"_from\":\"1965-10-06\",\"_to\":\"1973-12-03\"}},{\"BBD\":{\"_from\":\"1973-12-03\"}}],\"BD\":[{\"INR\":{\"_from\":\"1835-08-17\",\"_to\":\"1948-04-01\"}},{\"PKR\":{\"_from\":\"1948-04-01\",\"_to\":\"1972-01-01\"}},{\"BDT\":{\"_from\":\"1972-01-01\"}}],\"BE\":[{\"NLG\":{\"_from\":\"1816-12-15\",\"_to\":\"1831-02-07\"}},{\"BEF\":{\"_from\":\"1831-02-07\",\"_to\":\"2002-02-28\"}},{\"BEC\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"BEL\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"BF\":[{\"XOF\":{\"_from\":\"1984-08-04\"}}],\"BG\":[{\"BGO\":{\"_from\":\"1879-07-08\",\"_to\":\"1952-05-12\"}},{\"BGM\":{\"_from\":\"1952-05-12\",\"_to\":\"1962-01-01\"}},{\"BGL\":{\"_from\":\"1962-01-01\",\"_to\":\"1999-07-05\"}},{\"BGN\":{\"_from\":\"1999-07-05\"}}],\"BH\":[{\"BHD\":{\"_from\":\"1965-10-16\"}}],\"BI\":[{\"BIF\":{\"_from\":\"1964-05-19\"}}],\"BJ\":[{\"XOF\":{\"_from\":\"1975-11-30\"}}],\"BL\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"BM\":[{\"BMD\":{\"_from\":\"1970-02-06\"}}],\"BN\":[{\"MYR\":{\"_from\":\"1963-09-16\",\"_to\":\"1967-06-12\"}},{\"BND\":{\"_from\":\"1967-06-12\"}}],\"BO\":[{\"BOV\":{\"_tender\":\"false\"}},{\"BOL\":{\"_from\":\"1863-06-23\",\"_to\":\"1963-01-01\"}},{\"BOP\":{\"_from\":\"1963-01-01\",\"_to\":\"1986-12-31\"}},{\"BOB\":{\"_from\":\"1987-01-01\"}}],\"BQ\":[{\"ANG\":{\"_from\":\"2010-10-10\",\"_to\":\"2011-01-01\"}},{\"USD\":{\"_from\":\"2011-01-01\"}}],\"BR\":[{\"BRZ\":{\"_from\":\"1942-11-01\",\"_to\":\"1967-02-13\"}},{\"BRB\":{\"_from\":\"1967-02-13\",\"_to\":\"1986-02-28\"}},{\"BRC\":{\"_from\":\"1986-02-28\",\"_to\":\"1989-01-15\"}},{\"BRN\":{\"_from\":\"1989-01-15\",\"_to\":\"1990-03-16\"}},{\"BRE\":{\"_from\":\"1990-03-16\",\"_to\":\"1993-08-01\"}},{\"BRR\":{\"_from\":\"1993-08-01\",\"_to\":\"1994-07-01\"}},{\"BRL\":{\"_from\":\"1994-07-01\"}}],\"BS\":[{\"BSD\":{\"_from\":\"1966-05-25\"}}],\"BT\":[{\"INR\":{\"_from\":\"1907-01-01\"}},{\"BTN\":{\"_from\":\"1974-04-16\"}}],\"BU\":[{\"BUK\":{\"_from\":\"1952-07-01\",\"_to\":\"1989-06-18\"}}],\"BV\":[{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"BW\":[{\"ZAR\":{\"_from\":\"1961-02-14\",\"_to\":\"1976-08-23\"}},{\"BWP\":{\"_from\":\"1976-08-23\"}}],\"BY\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1994-11-08\"}},{\"BYB\":{\"_from\":\"1994-08-01\",\"_to\":\"2000-12-31\"}},{\"BYR\":{\"_from\":\"2000-01-01\",\"_to\":\"2017-01-01\"}},{\"BYN\":{\"_from\":\"2016-07-01\"}}],\"BZ\":[{\"BZD\":{\"_from\":\"1974-01-01\"}}],\"CA\":[{\"CAD\":{\"_from\":\"1858-01-01\"}}],\"CC\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"CD\":[{\"ZRZ\":{\"_from\":\"1971-10-27\",\"_to\":\"1993-11-01\"}},{\"ZRN\":{\"_from\":\"1993-11-01\",\"_to\":\"1998-07-01\"}},{\"CDF\":{\"_from\":\"1998-07-01\"}}],\"CF\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"CG\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"CH\":[{\"CHE\":{\"_tender\":\"false\"}},{\"CHW\":{\"_tender\":\"false\"}},{\"CHF\":{\"_from\":\"1799-03-17\"}}],\"CI\":[{\"XOF\":{\"_from\":\"1958-12-04\"}}],\"CK\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"CL\":[{\"CLF\":{\"_tender\":\"false\"}},{\"CLE\":{\"_from\":\"1960-01-01\",\"_to\":\"1975-09-29\"}},{\"CLP\":{\"_from\":\"1975-09-29\"}}],\"CM\":[{\"XAF\":{\"_from\":\"1973-04-01\"}}],\"CN\":[{\"CNY\":{\"_from\":\"1953-03-01\"}},{\"CNX\":{\"_tender\":\"false\",\"_from\":\"1979-01-01\",\"_to\":\"1998-12-31\"}},{\"CNH\":{\"_tender\":\"false\",\"_from\":\"2010-07-19\"}}],\"CO\":[{\"COU\":{\"_tender\":\"false\"}},{\"COP\":{\"_from\":\"1905-01-01\"}}],\"CP\":[{\"XXX\":{\"_tender\":\"false\"}}],\"CR\":[{\"CRC\":{\"_from\":\"1896-10-26\"}}],\"CS\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"CSD\":{\"_from\":\"2002-05-15\",\"_to\":\"2006-06-03\"}},{\"EUR\":{\"_from\":\"2003-02-04\",\"_to\":\"2006-06-03\"}}],\"CU\":[{\"CUP\":{\"_from\":\"1859-01-01\"}},{\"USD\":{\"_from\":\"1899-01-01\",\"_to\":\"1959-01-01\"}},{\"CUC\":{\"_from\":\"1994-01-01\"}}],\"CV\":[{\"PTE\":{\"_from\":\"1911-05-22\",\"_to\":\"1975-07-05\"}},{\"CVE\":{\"_from\":\"1914-01-01\"}}],\"CW\":[{\"ANG\":{\"_from\":\"2010-10-10\"}}],\"CX\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"CY\":[{\"CYP\":{\"_from\":\"1914-09-10\",\"_to\":\"2008-01-31\"}},{\"EUR\":{\"_from\":\"2008-01-01\"}}],\"CZ\":[{\"CSK\":{\"_from\":\"1953-06-01\",\"_to\":\"1993-03-01\"}},{\"CZK\":{\"_from\":\"1993-01-01\"}}],\"DD\":[{\"DDM\":{\"_from\":\"1948-07-20\",\"_to\":\"1990-10-02\"}}],\"DE\":[{\"DEM\":{\"_from\":\"1948-06-20\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"DG\":[{\"USD\":{\"_from\":\"1965-11-08\"}}],\"DJ\":[{\"DJF\":{\"_from\":\"1977-06-27\"}}],\"DK\":[{\"DKK\":{\"_from\":\"1873-05-27\"}}],\"DM\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"DO\":[{\"USD\":{\"_from\":\"1905-06-21\",\"_to\":\"1947-10-01\"}},{\"DOP\":{\"_from\":\"1947-10-01\"}}],\"DZ\":[{\"DZD\":{\"_from\":\"1964-04-01\"}}],\"EA\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"EC\":[{\"ECS\":{\"_from\":\"1884-04-01\",\"_to\":\"2000-10-02\"}},{\"ECV\":{\"_tender\":\"false\",\"_from\":\"1993-05-23\",\"_to\":\"2000-01-09\"}},{\"USD\":{\"_from\":\"2000-10-02\"}}],\"EE\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-06-20\"}},{\"EEK\":{\"_from\":\"1992-06-21\",\"_to\":\"2010-12-31\"}},{\"EUR\":{\"_from\":\"2011-01-01\"}}],\"EG\":[{\"EGP\":{\"_from\":\"1885-11-14\"}}],\"EH\":[{\"MAD\":{\"_from\":\"1976-02-26\"}}],\"ER\":[{\"ETB\":{\"_from\":\"1993-05-24\",\"_to\":\"1997-11-08\"}},{\"ERN\":{\"_from\":\"1997-11-08\"}}],\"ES\":[{\"ESP\":{\"_from\":\"1868-10-19\",\"_to\":\"2002-02-28\"}},{\"ESB\":{\"_tender\":\"false\",\"_from\":\"1975-01-01\",\"_to\":\"1994-12-31\"}},{\"ESA\":{\"_tender\":\"false\",\"_from\":\"1978-01-01\",\"_to\":\"1981-12-31\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"ET\":[{\"ETB\":{\"_from\":\"1976-09-15\"}}],\"EU\":[{\"XEU\":{\"_tender\":\"false\",\"_from\":\"1979-01-01\",\"_to\":\"1998-12-31\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"FI\":[{\"FIM\":{\"_from\":\"1963-01-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"FJ\":[{\"FJD\":{\"_from\":\"1969-01-13\"}}],\"FK\":[{\"FKP\":{\"_from\":\"1901-01-01\"}}],\"FM\":[{\"JPY\":{\"_from\":\"1914-10-03\",\"_to\":\"1944-01-01\"}},{\"USD\":{\"_from\":\"1944-01-01\"}}],\"FO\":[{\"DKK\":{\"_from\":\"1948-01-01\"}}],\"FR\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GA\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"GB\":[{\"GBP\":{\"_from\":\"1694-07-27\"}}],\"GD\":[{\"XCD\":{\"_from\":\"1967-02-27\"}}],\"GE\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-06-11\"}},{\"GEK\":{\"_from\":\"1993-04-05\",\"_to\":\"1995-09-25\"}},{\"GEL\":{\"_from\":\"1995-09-23\"}}],\"GF\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GG\":[{\"GBP\":{\"_from\":\"1830-01-01\"}}],\"GH\":[{\"GHC\":{\"_from\":\"1979-03-09\",\"_to\":\"2007-12-31\"}},{\"GHS\":{\"_from\":\"2007-07-03\"}}],\"GI\":[{\"GIP\":{\"_from\":\"1713-01-01\"}}],\"GL\":[{\"DKK\":{\"_from\":\"1873-05-27\"}}],\"GM\":[{\"GMD\":{\"_from\":\"1971-07-01\"}}],\"GN\":[{\"GNS\":{\"_from\":\"1972-10-02\",\"_to\":\"1986-01-06\"}},{\"GNF\":{\"_from\":\"1986-01-06\"}}],\"GP\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"GQ\":[{\"GQE\":{\"_from\":\"1975-07-07\",\"_to\":\"1986-06-01\"}},{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"GR\":[{\"GRD\":{\"_from\":\"1954-05-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"2001-01-01\"}}],\"GS\":[{\"GBP\":{\"_from\":\"1908-01-01\"}}],\"GT\":[{\"GTQ\":{\"_from\":\"1925-05-27\"}}],\"GU\":[{\"USD\":{\"_from\":\"1944-08-21\"}}],\"GW\":[{\"GWE\":{\"_from\":\"1914-01-01\",\"_to\":\"1976-02-28\"}},{\"GWP\":{\"_from\":\"1976-02-28\",\"_to\":\"1997-03-31\"}},{\"XOF\":{\"_from\":\"1997-03-31\"}}],\"GY\":[{\"GYD\":{\"_from\":\"1966-05-26\"}}],\"HK\":[{\"HKD\":{\"_from\":\"1895-02-02\"}}],\"HM\":[{\"AUD\":{\"_from\":\"1967-02-16\"}}],\"HN\":[{\"HNL\":{\"_from\":\"1926-04-03\"}}],\"HR\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1991-12-23\"}},{\"HRD\":{\"_from\":\"1991-12-23\",\"_to\":\"1995-01-01\"}},{\"HRK\":{\"_from\":\"1994-05-30\"}}],\"HT\":[{\"HTG\":{\"_from\":\"1872-08-26\"}},{\"USD\":{\"_from\":\"1915-01-01\"}}],\"HU\":[{\"HUF\":{\"_from\":\"1946-07-23\"}}],\"IC\":[{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"ID\":[{\"IDR\":{\"_from\":\"1965-12-13\"}}],\"IE\":[{\"GBP\":{\"_from\":\"1800-01-01\",\"_to\":\"1922-01-01\"}},{\"IEP\":{\"_from\":\"1922-01-01\",\"_to\":\"2002-02-09\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"IL\":[{\"ILP\":{\"_from\":\"1948-08-16\",\"_to\":\"1980-02-22\"}},{\"ILR\":{\"_from\":\"1980-02-22\",\"_to\":\"1985-09-04\"}},{\"ILS\":{\"_from\":\"1985-09-04\"}}],\"IM\":[{\"GBP\":{\"_from\":\"1840-01-03\"}}],\"IN\":[{\"INR\":{\"_from\":\"1835-08-17\"}}],\"IO\":[{\"USD\":{\"_from\":\"1965-11-08\"}}],\"IQ\":[{\"EGP\":{\"_from\":\"1920-11-11\",\"_to\":\"1931-04-19\"}},{\"INR\":{\"_from\":\"1920-11-11\",\"_to\":\"1931-04-19\"}},{\"IQD\":{\"_from\":\"1931-04-19\"}}],\"IR\":[{\"IRR\":{\"_from\":\"1932-05-13\"}}],\"IS\":[{\"DKK\":{\"_from\":\"1873-05-27\",\"_to\":\"1918-12-01\"}},{\"ISJ\":{\"_from\":\"1918-12-01\",\"_to\":\"1981-01-01\"}},{\"ISK\":{\"_from\":\"1981-01-01\"}}],\"IT\":[{\"ITL\":{\"_from\":\"1862-08-24\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"JE\":[{\"GBP\":{\"_from\":\"1837-01-01\"}}],\"JM\":[{\"JMD\":{\"_from\":\"1969-09-08\"}}],\"JO\":[{\"JOD\":{\"_from\":\"1950-07-01\"}}],\"JP\":[{\"JPY\":{\"_from\":\"1871-06-01\"}}],\"KE\":[{\"KES\":{\"_from\":\"1966-09-14\"}}],\"KG\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-05-10\"}},{\"KGS\":{\"_from\":\"1993-05-10\"}}],\"KH\":[{\"KHR\":{\"_from\":\"1980-03-20\"}}],\"KI\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"KM\":[{\"KMF\":{\"_from\":\"1975-07-06\"}}],\"KN\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"KP\":[{\"KPW\":{\"_from\":\"1959-04-17\"}}],\"KR\":[{\"KRO\":{\"_from\":\"1945-08-15\",\"_to\":\"1953-02-15\"}},{\"KRH\":{\"_from\":\"1953-02-15\",\"_to\":\"1962-06-10\"}},{\"KRW\":{\"_from\":\"1962-06-10\"}}],\"KW\":[{\"KWD\":{\"_from\":\"1961-04-01\"}}],\"KY\":[{\"JMD\":{\"_from\":\"1969-09-08\",\"_to\":\"1971-01-01\"}},{\"KYD\":{\"_from\":\"1971-01-01\"}}],\"KZ\":[{\"KZT\":{\"_from\":\"1993-11-05\"}}],\"LA\":[{\"LAK\":{\"_from\":\"1979-12-10\"}}],\"LB\":[{\"LBP\":{\"_from\":\"1948-02-02\"}}],\"LC\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"LI\":[{\"CHF\":{\"_from\":\"1921-02-01\"}}],\"LK\":[{\"LKR\":{\"_from\":\"1978-05-22\"}}],\"LR\":[{\"LRD\":{\"_from\":\"1944-01-01\"}}],\"LS\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"LSL\":{\"_from\":\"1980-01-22\"}}],\"LT\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-10-01\"}},{\"LTT\":{\"_from\":\"1992-10-01\",\"_to\":\"1993-06-25\"}},{\"LTL\":{\"_from\":\"1993-06-25\",\"_to\":\"2014-12-31\"}},{\"EUR\":{\"_from\":\"2015-01-01\"}}],\"LU\":[{\"LUF\":{\"_from\":\"1944-09-04\",\"_to\":\"2002-02-28\"}},{\"LUC\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"LUL\":{\"_tender\":\"false\",\"_from\":\"1970-01-01\",\"_to\":\"1990-03-05\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"LV\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1992-07-20\"}},{\"LVR\":{\"_from\":\"1992-05-07\",\"_to\":\"1993-10-17\"}},{\"LVL\":{\"_from\":\"1993-06-28\",\"_to\":\"2013-12-31\"}},{\"EUR\":{\"_from\":\"2014-01-01\"}}],\"LY\":[{\"LYD\":{\"_from\":\"1971-09-01\"}}],\"MA\":[{\"MAF\":{\"_from\":\"1881-01-01\",\"_to\":\"1959-10-17\"}},{\"MAD\":{\"_from\":\"1959-10-17\"}}],\"MC\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"MCF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MD\":[{\"MDC\":{\"_from\":\"1992-06-01\",\"_to\":\"1993-11-29\"}},{\"MDL\":{\"_from\":\"1993-11-29\"}}],\"ME\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"DEM\":{\"_from\":\"1999-10-02\",\"_to\":\"2002-05-15\"}},{\"EUR\":{\"_from\":\"2002-01-01\"}}],\"MF\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MG\":[{\"MGF\":{\"_from\":\"1963-07-01\",\"_to\":\"2004-12-31\"}},{\"MGA\":{\"_from\":\"1983-11-01\"}}],\"MH\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"MK\":[{\"MKN\":{\"_from\":\"1992-04-26\",\"_to\":\"1993-05-20\"}},{\"MKD\":{\"_from\":\"1993-05-20\"}}],\"ML\":[{\"XOF\":{\"_from\":\"1958-11-24\",\"_to\":\"1962-07-02\"}},{\"MLF\":{\"_from\":\"1962-07-02\",\"_to\":\"1984-08-31\"}},{\"XOF\":{\"_from\":\"1984-06-01\"}}],\"MM\":[{\"BUK\":{\"_from\":\"1952-07-01\",\"_to\":\"1989-06-18\"}},{\"MMK\":{\"_from\":\"1989-06-18\"}}],\"MN\":[{\"MNT\":{\"_from\":\"1915-03-01\"}}],\"MO\":[{\"MOP\":{\"_from\":\"1901-01-01\"}}],\"MP\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"MQ\":[{\"FRF\":{\"_from\":\"1960-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"MR\":[{\"XOF\":{\"_from\":\"1958-11-28\",\"_to\":\"1973-06-29\"}},{\"MRO\":{\"_from\":\"1973-06-29\"}}],\"MS\":[{\"XCD\":{\"_from\":\"1967-02-27\"}}],\"MT\":[{\"MTP\":{\"_from\":\"1914-08-13\",\"_to\":\"1968-06-07\"}},{\"MTL\":{\"_from\":\"1968-06-07\",\"_to\":\"2008-01-31\"}},{\"EUR\":{\"_from\":\"2008-01-01\"}}],\"MU\":[{\"MUR\":{\"_from\":\"1934-04-01\"}}],\"MV\":[{\"MVR\":{\"_from\":\"1981-07-01\"}}],\"MW\":[{\"MWK\":{\"_from\":\"1971-02-15\"}}],\"MX\":[{\"MXV\":{\"_tender\":\"false\"}},{\"MXP\":{\"_from\":\"1822-01-01\",\"_to\":\"1992-12-31\"}},{\"MXN\":{\"_from\":\"1993-01-01\"}}],\"MY\":[{\"MYR\":{\"_from\":\"1963-09-16\"}}],\"MZ\":[{\"MZE\":{\"_from\":\"1975-06-25\",\"_to\":\"1980-06-16\"}},{\"MZM\":{\"_from\":\"1980-06-16\",\"_to\":\"2006-12-31\"}},{\"MZN\":{\"_from\":\"2006-07-01\"}}],\"NA\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"NAD\":{\"_from\":\"1993-01-01\"}}],\"NC\":[{\"XPF\":{\"_from\":\"1985-01-01\"}}],\"NE\":[{\"XOF\":{\"_from\":\"1958-12-19\"}}],\"NF\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"NG\":[{\"NGN\":{\"_from\":\"1973-01-01\"}}],\"NI\":[{\"NIC\":{\"_from\":\"1988-02-15\",\"_to\":\"1991-04-30\"}},{\"NIO\":{\"_from\":\"1991-04-30\"}}],\"NL\":[{\"NLG\":{\"_from\":\"1813-01-01\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"NO\":[{\"SEK\":{\"_from\":\"1873-05-27\",\"_to\":\"1905-06-07\"}},{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"NP\":[{\"INR\":{\"_from\":\"1870-01-01\",\"_to\":\"1966-10-17\"}},{\"NPR\":{\"_from\":\"1933-01-01\"}}],\"NR\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"NU\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"NZ\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"OM\":[{\"OMR\":{\"_from\":\"1972-11-11\"}}],\"PA\":[{\"PAB\":{\"_from\":\"1903-11-04\"}},{\"USD\":{\"_from\":\"1903-11-18\"}}],\"PE\":[{\"PES\":{\"_from\":\"1863-02-14\",\"_to\":\"1985-02-01\"}},{\"PEI\":{\"_from\":\"1985-02-01\",\"_to\":\"1991-07-01\"}},{\"PEN\":{\"_from\":\"1991-07-01\"}}],\"PF\":[{\"XPF\":{\"_from\":\"1945-12-26\"}}],\"PG\":[{\"AUD\":{\"_from\":\"1966-02-14\",\"_to\":\"1975-09-16\"}},{\"PGK\":{\"_from\":\"1975-09-16\"}}],\"PH\":[{\"PHP\":{\"_from\":\"1946-07-04\"}}],\"PK\":[{\"INR\":{\"_from\":\"1835-08-17\",\"_to\":\"1947-08-15\"}},{\"PKR\":{\"_from\":\"1948-04-01\"}}],\"PL\":[{\"PLZ\":{\"_from\":\"1950-10-28\",\"_to\":\"1994-12-31\"}},{\"PLN\":{\"_from\":\"1995-01-01\"}}],\"PM\":[{\"FRF\":{\"_from\":\"1972-12-21\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"PN\":[{\"NZD\":{\"_from\":\"1969-01-13\"}}],\"PR\":[{\"ESP\":{\"_from\":\"1800-01-01\",\"_to\":\"1898-12-10\"}},{\"USD\":{\"_from\":\"1898-12-10\"}}],\"PS\":[{\"JOD\":{\"_from\":\"1950-07-01\",\"_to\":\"1967-06-01\"}},{\"ILP\":{\"_from\":\"1967-06-01\",\"_to\":\"1980-02-22\"}},{\"ILS\":{\"_from\":\"1985-09-04\"}},{\"JOD\":{\"_from\":\"1996-02-12\"}}],\"PT\":[{\"PTE\":{\"_from\":\"1911-05-22\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"PW\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"PY\":[{\"PYG\":{\"_from\":\"1943-11-01\"}}],\"QA\":[{\"QAR\":{\"_from\":\"1973-05-19\"}}],\"RE\":[{\"FRF\":{\"_from\":\"1975-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"RO\":[{\"ROL\":{\"_from\":\"1952-01-28\",\"_to\":\"2006-12-31\"}},{\"RON\":{\"_from\":\"2005-07-01\"}}],\"RS\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}},{\"CSD\":{\"_from\":\"2002-05-15\",\"_to\":\"2006-10-25\"}},{\"RSD\":{\"_from\":\"2006-10-25\"}}],\"RU\":[{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1998-12-31\"}},{\"RUB\":{\"_from\":\"1999-01-01\"}}],\"RW\":[{\"RWF\":{\"_from\":\"1964-05-19\"}}],\"SA\":[{\"SAR\":{\"_from\":\"1952-10-22\"}}],\"SB\":[{\"AUD\":{\"_from\":\"1966-02-14\",\"_to\":\"1978-06-30\"}},{\"SBD\":{\"_from\":\"1977-10-24\"}}],\"SC\":[{\"SCR\":{\"_from\":\"1903-11-01\"}}],\"SD\":[{\"EGP\":{\"_from\":\"1889-01-19\",\"_to\":\"1958-01-01\"}},{\"GBP\":{\"_from\":\"1889-01-19\",\"_to\":\"1958-01-01\"}},{\"SDP\":{\"_from\":\"1957-04-08\",\"_to\":\"1998-06-01\"}},{\"SDD\":{\"_from\":\"1992-06-08\",\"_to\":\"2007-06-30\"}},{\"SDG\":{\"_from\":\"2007-01-10\"}}],\"SE\":[{\"SEK\":{\"_from\":\"1873-05-27\"}}],\"SG\":[{\"MYR\":{\"_from\":\"1963-09-16\",\"_to\":\"1967-06-12\"}},{\"SGD\":{\"_from\":\"1967-06-12\"}}],\"SH\":[{\"SHP\":{\"_from\":\"1917-02-15\"}}],\"SI\":[{\"SIT\":{\"_from\":\"1992-10-07\",\"_to\":\"2007-01-14\"}},{\"EUR\":{\"_from\":\"2007-01-01\"}}],\"SJ\":[{\"NOK\":{\"_from\":\"1905-06-07\"}}],\"SK\":[{\"CSK\":{\"_from\":\"1953-06-01\",\"_to\":\"1992-12-31\"}},{\"SKK\":{\"_from\":\"1992-12-31\",\"_to\":\"2009-01-01\"}},{\"EUR\":{\"_from\":\"2009-01-01\"}}],\"SL\":[{\"GBP\":{\"_from\":\"1808-11-30\",\"_to\":\"1966-02-04\"}},{\"SLL\":{\"_from\":\"1964-08-04\"}}],\"SM\":[{\"ITL\":{\"_from\":\"1865-12-23\",\"_to\":\"2001-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"SN\":[{\"XOF\":{\"_from\":\"1959-04-04\"}}],\"SO\":[{\"SOS\":{\"_from\":\"1960-07-01\"}}],\"SR\":[{\"NLG\":{\"_from\":\"1815-11-20\",\"_to\":\"1940-05-10\"}},{\"SRG\":{\"_from\":\"1940-05-10\",\"_to\":\"2003-12-31\"}},{\"SRD\":{\"_from\":\"2004-01-01\"}}],\"SS\":[{\"SDG\":{\"_from\":\"2007-01-10\",\"_to\":\"2011-09-01\"}},{\"SSP\":{\"_from\":\"2011-07-18\"}}],\"ST\":[{\"STD\":{\"_from\":\"1977-09-08\",\"_to\":\"2017-12-31\"}},{\"STN\":{\"_from\":\"2018-01-01\"}}],\"SU\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}}],\"SV\":[{\"SVC\":{\"_from\":\"1919-11-11\",\"_to\":\"2001-01-01\"}},{\"USD\":{\"_from\":\"2001-01-01\"}}],\"SX\":[{\"ANG\":{\"_from\":\"2010-10-10\"}}],\"SY\":[{\"SYP\":{\"_from\":\"1948-01-01\"}}],\"SZ\":[{\"SZL\":{\"_from\":\"1974-09-06\"}}],\"TA\":[{\"GBP\":{\"_from\":\"1938-01-12\"}}],\"TC\":[{\"USD\":{\"_from\":\"1969-09-08\"}}],\"TD\":[{\"XAF\":{\"_from\":\"1993-01-01\"}}],\"TF\":[{\"FRF\":{\"_from\":\"1959-01-01\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"TG\":[{\"XOF\":{\"_from\":\"1958-11-28\"}}],\"TH\":[{\"THB\":{\"_from\":\"1928-04-15\"}}],\"TJ\":[{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1995-05-10\"}},{\"TJR\":{\"_from\":\"1995-05-10\",\"_to\":\"2000-10-25\"}},{\"TJS\":{\"_from\":\"2000-10-26\"}}],\"TK\":[{\"NZD\":{\"_from\":\"1967-07-10\"}}],\"TL\":[{\"TPE\":{\"_from\":\"1959-01-02\",\"_to\":\"2002-05-20\"}},{\"IDR\":{\"_from\":\"1975-12-07\",\"_to\":\"2002-05-20\"}},{\"USD\":{\"_from\":\"1999-10-20\"}}],\"TM\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1993-11-01\"}},{\"TMM\":{\"_from\":\"1993-11-01\",\"_to\":\"2009-01-01\"}},{\"TMT\":{\"_from\":\"2009-01-01\"}}],\"TN\":[{\"TND\":{\"_from\":\"1958-11-01\"}}],\"TO\":[{\"TOP\":{\"_from\":\"1966-02-14\"}}],\"TP\":[{\"TPE\":{\"_from\":\"1959-01-02\",\"_to\":\"2002-05-20\"}},{\"IDR\":{\"_from\":\"1975-12-07\",\"_to\":\"2002-05-20\"}}],\"TR\":[{\"TRL\":{\"_from\":\"1922-11-01\",\"_to\":\"2005-12-31\"}},{\"TRY\":{\"_from\":\"2005-01-01\"}}],\"TT\":[{\"TTD\":{\"_from\":\"1964-01-01\"}}],\"TV\":[{\"AUD\":{\"_from\":\"1966-02-14\"}}],\"TW\":[{\"TWD\":{\"_from\":\"1949-06-15\"}}],\"TZ\":[{\"TZS\":{\"_from\":\"1966-06-14\"}}],\"UA\":[{\"SUR\":{\"_from\":\"1961-01-01\",\"_to\":\"1991-12-25\"}},{\"RUR\":{\"_from\":\"1991-12-25\",\"_to\":\"1992-11-13\"}},{\"UAK\":{\"_from\":\"1992-11-13\",\"_to\":\"1993-10-17\"}},{\"UAH\":{\"_from\":\"1996-09-02\"}}],\"UG\":[{\"UGS\":{\"_from\":\"1966-08-15\",\"_to\":\"1987-05-15\"}},{\"UGX\":{\"_from\":\"1987-05-15\"}}],\"UM\":[{\"USD\":{\"_from\":\"1944-01-01\"}}],\"US\":[{\"USN\":{\"_tender\":\"false\"}},{\"USS\":{\"_tender\":\"false\",\"_to\":\"2014-03-01\"}},{\"USD\":{\"_from\":\"1792-01-01\"}}],\"UY\":[{\"UYI\":{\"_tender\":\"false\"}},{\"UYP\":{\"_from\":\"1975-07-01\",\"_to\":\"1993-03-01\"}},{\"UYU\":{\"_from\":\"1993-03-01\"}}],\"UZ\":[{\"UZS\":{\"_from\":\"1994-07-01\"}}],\"VA\":[{\"ITL\":{\"_from\":\"1870-10-19\",\"_to\":\"2002-02-28\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"VC\":[{\"XCD\":{\"_from\":\"1965-10-06\"}}],\"VE\":[{\"VEB\":{\"_from\":\"1871-05-11\",\"_to\":\"2008-06-30\"}},{\"VEF\":{\"_from\":\"2008-01-01\"}}],\"VG\":[{\"USD\":{\"_from\":\"1833-01-01\"}},{\"GBP\":{\"_from\":\"1833-01-01\",\"_to\":\"1959-01-01\"}}],\"VI\":[{\"USD\":{\"_from\":\"1837-01-01\"}}],\"VN\":[{\"VNN\":{\"_from\":\"1978-05-03\",\"_to\":\"1985-09-14\"}},{\"VND\":{\"_from\":\"1985-09-14\"}}],\"VU\":[{\"VUV\":{\"_from\":\"1981-01-01\"}}],\"WF\":[{\"XPF\":{\"_from\":\"1961-07-30\"}}],\"WS\":[{\"WST\":{\"_from\":\"1967-07-10\"}}],\"XK\":[{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"1999-09-30\"}},{\"DEM\":{\"_from\":\"1999-09-01\",\"_to\":\"2002-03-09\"}},{\"EUR\":{\"_from\":\"2002-01-01\"}}],\"YD\":[{\"YDD\":{\"_from\":\"1965-04-01\",\"_to\":\"1996-01-01\"}}],\"YE\":[{\"YER\":{\"_from\":\"1990-05-22\"}}],\"YT\":[{\"KMF\":{\"_from\":\"1975-01-01\",\"_to\":\"1976-02-23\"}},{\"FRF\":{\"_from\":\"1976-02-23\",\"_to\":\"2002-02-17\"}},{\"EUR\":{\"_from\":\"1999-01-01\"}}],\"YU\":[{\"YUD\":{\"_from\":\"1966-01-01\",\"_to\":\"1990-01-01\"}},{\"YUN\":{\"_from\":\"1990-01-01\",\"_to\":\"1992-07-24\"}},{\"YUM\":{\"_from\":\"1994-01-24\",\"_to\":\"2002-05-15\"}}],\"ZA\":[{\"ZAR\":{\"_from\":\"1961-02-14\"}},{\"ZAL\":{\"_tender\":\"false\",\"_from\":\"1985-09-01\",\"_to\":\"1995-03-13\"}}],\"ZM\":[{\"ZMK\":{\"_from\":\"1968-01-16\",\"_to\":\"2013-01-01\"}},{\"ZMW\":{\"_from\":\"2013-01-01\"}}],\"ZR\":[{\"ZRZ\":{\"_from\":\"1971-10-27\",\"_to\":\"1993-11-01\"}},{\"ZRN\":{\"_from\":\"1993-11-01\",\"_to\":\"1998-07-31\"}}],\"ZW\":[{\"RHD\":{\"_from\":\"1970-02-17\",\"_to\":\"1980-04-18\"}},{\"ZWD\":{\"_from\":\"1980-04-18\",\"_to\":\"2008-08-01\"}},{\"ZWR\":{\"_from\":\"2008-08-01\",\"_to\":\"2009-02-02\"}},{\"ZWL\":{\"_from\":\"2009-02-02\",\"_to\":\"2009-04-12\"}},{\"USD\":{\"_from\":\"2009-04-12\"}}],\"ZZ\":[{\"XAG\":{\"_tender\":\"false\"}},{\"XAU\":{\"_tender\":\"false\"}},{\"XBA\":{\"_tender\":\"false\"}},{\"XBB\":{\"_tender\":\"false\"}},{\"XBC\":{\"_tender\":\"false\"}},{\"XBD\":{\"_tender\":\"false\"}},{\"XDR\":{\"_tender\":\"false\"}},{\"XPD\":{\"_tender\":\"false\"}},{\"XPT\":{\"_tender\":\"false\"}},{\"XSU\":{\"_tender\":\"false\"}},{\"XTS\":{\"_tender\":\"false\"}},{\"XUA\":{\"_tender\":\"false\"}},{\"XXX\":{\"_tender\":\"false\"}},{\"XRE\":{\"_tender\":\"false\",\"_to\":\"1999-11-30\"}},{\"XFU\":{\"_tender\":\"false\",\"_to\":\"2013-11-30\"}},{\"XFO\":{\"_tender\":\"false\",\"_from\":\"1930-01-01\",\"_to\":\"2003-04-01\"}}]}},\"numberingSystems\":{\"adlm\":{\"_digits\":\"𞥐𞥑𞥒𞥓𞥔𞥕𞥖𞥗𞥘𞥙\",\"_type\":\"numeric\"},\"ahom\":{\"_digits\":\"𑜰𑜱𑜲𑜳𑜴𑜵𑜶𑜷𑜸𑜹\",\"_type\":\"numeric\"},\"arab\":{\"_digits\":\"٠١٢٣٤٥٦٧٨٩\",\"_type\":\"numeric\"},\"arabext\":{\"_digits\":\"۰۱۲۳۴۵۶۷۸۹\",\"_type\":\"numeric\"},\"armn\":{\"_rules\":\"armenian-upper\",\"_type\":\"algorithmic\"},\"armnlow\":{\"_rules\":\"armenian-lower\",\"_type\":\"algorithmic\"},\"bali\":{\"_digits\":\"᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙\",\"_type\":\"numeric\"},\"beng\":{\"_digits\":\"০১২৩৪৫৬৭৮৯\",\"_type\":\"numeric\"},\"bhks\":{\"_digits\":\"𑱐𑱑𑱒𑱓𑱔𑱕𑱖𑱗𑱘𑱙\",\"_type\":\"numeric\"},\"brah\":{\"_digits\":\"𑁦𑁧𑁨𑁩𑁪𑁫𑁬𑁭𑁮𑁯\",\"_type\":\"numeric\"},\"cakm\":{\"_digits\":\"𑄶𑄷𑄸𑄹𑄺𑄻𑄼𑄽𑄾𑄿\",\"_type\":\"numeric\"},\"cham\":{\"_digits\":\"꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙\",\"_type\":\"numeric\"},\"cyrl\":{\"_rules\":\"cyrillic-lower\",\"_type\":\"algorithmic\"},\"deva\":{\"_digits\":\"०१२३४५६७८९\",\"_type\":\"numeric\"},\"ethi\":{\"_rules\":\"ethiopic\",\"_type\":\"algorithmic\"},\"fullwide\":{\"_digits\":\"０１２３４５６７８９\",\"_type\":\"numeric\"},\"geor\":{\"_rules\":\"georgian\",\"_type\":\"algorithmic\"},\"gonm\":{\"_digits\":\"𑵐𑵑𑵒𑵓𑵔𑵕𑵖𑵗𑵘𑵙\",\"_type\":\"numeric\"},\"grek\":{\"_rules\":\"greek-upper\",\"_type\":\"algorithmic\"},\"greklow\":{\"_rules\":\"greek-lower\",\"_type\":\"algorithmic\"},\"gujr\":{\"_digits\":\"૦૧૨૩૪૫૬૭૮૯\",\"_type\":\"numeric\"},\"guru\":{\"_digits\":\"੦੧੨੩੪੫੬੭੮੯\",\"_type\":\"numeric\"},\"hanidays\":{\"_rules\":\"zh/SpelloutRules/spellout-numbering-days\",\"_type\":\"algorithmic\"},\"hanidec\":{\"_digits\":\"〇一二三四五六七八九\",\"_type\":\"numeric\"},\"hans\":{\"_rules\":\"zh/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"hansfin\":{\"_rules\":\"zh/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"hant\":{\"_rules\":\"zh_Hant/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"hantfin\":{\"_rules\":\"zh_Hant/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"hebr\":{\"_rules\":\"hebrew\",\"_type\":\"algorithmic\"},\"hmng\":{\"_digits\":\"𖭐𖭑𖭒𖭓𖭔𖭕𖭖𖭗𖭘𖭙\",\"_type\":\"numeric\"},\"java\":{\"_digits\":\"꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙\",\"_type\":\"numeric\"},\"jpan\":{\"_rules\":\"ja/SpelloutRules/spellout-cardinal\",\"_type\":\"algorithmic\"},\"jpanfin\":{\"_rules\":\"ja/SpelloutRules/spellout-cardinal-financial\",\"_type\":\"algorithmic\"},\"kali\":{\"_digits\":\"꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉\",\"_type\":\"numeric\"},\"khmr\":{\"_digits\":\"០១២៣៤៥៦៧៨៩\",\"_type\":\"numeric\"},\"knda\":{\"_digits\":\"೦೧೨೩೪೫೬೭೮೯\",\"_type\":\"numeric\"},\"lana\":{\"_digits\":\"᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉\",\"_type\":\"numeric\"},\"lanatham\":{\"_digits\":\"᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙\",\"_type\":\"numeric\"},\"laoo\":{\"_digits\":\"໐໑໒໓໔໕໖໗໘໙\",\"_type\":\"numeric\"},\"latn\":{\"_digits\":\"0123456789\",\"_type\":\"numeric\"},\"lepc\":{\"_digits\":\"᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉\",\"_type\":\"numeric\"},\"limb\":{\"_digits\":\"᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏\",\"_type\":\"numeric\"},\"mathbold\":{\"_digits\":\"𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗\",\"_type\":\"numeric\"},\"mathdbl\":{\"_digits\":\"𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡\",\"_type\":\"numeric\"},\"mathmono\":{\"_digits\":\"𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿\",\"_type\":\"numeric\"},\"mathsanb\":{\"_digits\":\"𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵\",\"_type\":\"numeric\"},\"mathsans\":{\"_digits\":\"𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫\",\"_type\":\"numeric\"},\"mlym\":{\"_digits\":\"൦൧൨൩൪൫൬൭൮൯\",\"_type\":\"numeric\"},\"modi\":{\"_digits\":\"𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙\",\"_type\":\"numeric\"},\"mong\":{\"_digits\":\"᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙\",\"_type\":\"numeric\"},\"mroo\":{\"_digits\":\"𖩠𖩡𖩢𖩣𖩤𖩥𖩦𖩧𖩨𖩩\",\"_type\":\"numeric\"},\"mtei\":{\"_digits\":\"꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹\",\"_type\":\"numeric\"},\"mymr\":{\"_digits\":\"၀၁၂၃၄၅၆၇၈၉\",\"_type\":\"numeric\"},\"mymrshan\":{\"_digits\":\"႐႑႒႓႔႕႖႗႘႙\",\"_type\":\"numeric\"},\"mymrtlng\":{\"_digits\":\"꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹\",\"_type\":\"numeric\"},\"newa\":{\"_digits\":\"𑑐𑑑𑑒𑑓𑑔𑑕𑑖𑑗𑑘𑑙\",\"_type\":\"numeric\"},\"nkoo\":{\"_digits\":\"߀߁߂߃߄߅߆߇߈߉\",\"_type\":\"numeric\"},\"olck\":{\"_digits\":\"᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙\",\"_type\":\"numeric\"},\"orya\":{\"_digits\":\"୦୧୨୩୪୫୬୭୮୯\",\"_type\":\"numeric\"},\"osma\":{\"_digits\":\"𐒠𐒡𐒢𐒣𐒤𐒥𐒦𐒧𐒨𐒩\",\"_type\":\"numeric\"},\"roman\":{\"_rules\":\"roman-upper\",\"_type\":\"algorithmic\"},\"romanlow\":{\"_rules\":\"roman-lower\",\"_type\":\"algorithmic\"},\"saur\":{\"_digits\":\"꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙\",\"_type\":\"numeric\"},\"shrd\":{\"_digits\":\"𑇐𑇑𑇒𑇓𑇔𑇕𑇖𑇗𑇘𑇙\",\"_type\":\"numeric\"},\"sind\":{\"_digits\":\"𑋰𑋱𑋲𑋳𑋴𑋵𑋶𑋷𑋸𑋹\",\"_type\":\"numeric\"},\"sinh\":{\"_digits\":\"෦෧෨෩෪෫෬෭෮෯\",\"_type\":\"numeric\"},\"sora\":{\"_digits\":\"𑃰𑃱𑃲𑃳𑃴𑃵𑃶𑃷𑃸𑃹\",\"_type\":\"numeric\"},\"sund\":{\"_digits\":\"᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹\",\"_type\":\"numeric\"},\"takr\":{\"_digits\":\"𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉\",\"_type\":\"numeric\"},\"talu\":{\"_digits\":\"᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙\",\"_type\":\"numeric\"},\"taml\":{\"_rules\":\"tamil\",\"_type\":\"algorithmic\"},\"tamldec\":{\"_digits\":\"௦௧௨௩௪௫௬௭௮௯\",\"_type\":\"numeric\"},\"telu\":{\"_digits\":\"౦౧౨౩౪౫౬౭౮౯\",\"_type\":\"numeric\"},\"thai\":{\"_digits\":\"๐๑๒๓๔๕๖๗๘๙\",\"_type\":\"numeric\"},\"tibt\":{\"_digits\":\"༠༡༢༣༤༥༦༧༨༩\",\"_type\":\"numeric\"},\"tirh\":{\"_digits\":\"𑓐𑓑𑓒𑓓𑓔𑓕𑓖𑓗𑓘𑓙\",\"_type\":\"numeric\"},\"vaii\":{\"_digits\":\"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩\",\"_type\":\"numeric\"},\"wara\":{\"_digits\":\"𑣠𑣡𑣢𑣣𑣤𑣥𑣦𑣧𑣨𑣩\",\"_type\":\"numeric\"}}}}\n);\nGlobalize.load({\"main\":{\"es-SV\":{\"dates\":{\"calendars\":{\"gregorian\":{\"months\":{\"format\":{\"abbreviated\":{\"1\":\"ene.\",\"2\":\"feb.\",\"3\":\"mar.\",\"4\":\"abr.\",\"5\":\"may.\",\"6\":\"jun.\",\"7\":\"jul.\",\"8\":\"ago.\",\"9\":\"sep.\",\"10\":\"oct.\",\"11\":\"nov.\",\"12\":\"dic.\"},\"narrow\":{\"1\":\"E\",\"2\":\"F\",\"3\":\"M\",\"4\":\"A\",\"5\":\"M\",\"6\":\"J\",\"7\":\"J\",\"8\":\"A\",\"9\":\"S\",\"10\":\"O\",\"11\":\"N\",\"12\":\"D\"},\"wide\":{\"1\":\"enero\",\"2\":\"febrero\",\"3\":\"marzo\",\"4\":\"abril\",\"5\":\"mayo\",\"6\":\"junio\",\"7\":\"julio\",\"8\":\"agosto\",\"9\":\"septiembre\",\"10\":\"octubre\",\"11\":\"noviembre\",\"12\":\"diciembre\"}},\"stand-alone\":{\"abbreviated\":{\"1\":\"ene.\",\"2\":\"feb.\",\"3\":\"mar.\",\"4\":\"abr.\",\"5\":\"may.\",\"6\":\"jun.\",\"7\":\"jul.\",\"8\":\"ago.\",\"9\":\"sep.\",\"10\":\"oct.\",\"11\":\"nov.\",\"12\":\"dic.\"},\"narrow\":{\"1\":\"E\",\"2\":\"F\",\"3\":\"M\",\"4\":\"A\",\"5\":\"M\",\"6\":\"J\",\"7\":\"J\",\"8\":\"A\",\"9\":\"S\",\"10\":\"O\",\"11\":\"N\",\"12\":\"D\"},\"wide\":{\"1\":\"enero\",\"2\":\"febrero\",\"3\":\"marzo\",\"4\":\"abril\",\"5\":\"mayo\",\"6\":\"junio\",\"7\":\"julio\",\"8\":\"agosto\",\"9\":\"septiembre\",\"10\":\"octubre\",\"11\":\"noviembre\",\"12\":\"diciembre\"}}},\"days\":{\"format\":{\"abbreviated\":{\"sun\":\"dom.\",\"mon\":\"lun.\",\"tue\":\"mar.\",\"wed\":\"mié.\",\"thu\":\"jue.\",\"fri\":\"vie.\",\"sat\":\"sáb.\"},\"narrow\":{\"sun\":\"d\",\"mon\":\"l\",\"tue\":\"m\",\"wed\":\"m\",\"thu\":\"j\",\"fri\":\"v\",\"sat\":\"s\"},\"short\":{\"sun\":\"DO\",\"mon\":\"LU\",\"tue\":\"MA\",\"wed\":\"MI\",\"thu\":\"JU\",\"fri\":\"VI\",\"sat\":\"SA\"},\"wide\":{\"sun\":\"domingo\",\"mon\":\"lunes\",\"tue\":\"martes\",\"wed\":\"miércoles\",\"thu\":\"jueves\",\"fri\":\"viernes\",\"sat\":\"sábado\"}},\"stand-alone\":{\"abbreviated\":{\"sun\":\"dom.\",\"mon\":\"lun.\",\"tue\":\"mar.\",\"wed\":\"mié.\",\"thu\":\"jue.\",\"fri\":\"vie.\",\"sat\":\"sáb.\"},\"narrow\":{\"sun\":\"D\",\"mon\":\"L\",\"tue\":\"M\",\"wed\":\"M\",\"thu\":\"J\",\"fri\":\"V\",\"sat\":\"S\"},\"short\":{\"sun\":\"DO\",\"mon\":\"LU\",\"tue\":\"MA\",\"wed\":\"MI\",\"thu\":\"JU\",\"fri\":\"VI\",\"sat\":\"SA\"},\"wide\":{\"sun\":\"domingo\",\"mon\":\"lunes\",\"tue\":\"martes\",\"wed\":\"miércoles\",\"thu\":\"jueves\",\"fri\":\"viernes\",\"sat\":\"sábado\"}}},\"quarters\":{\"format\":{\"abbreviated\":{\"1\":\"T1\",\"2\":\"T2\",\"3\":\"T3\",\"4\":\"T4\"},\"narrow\":{\"1\":\"1\",\"2\":\"2\",\"3\":\"3\",\"4\":\"4\"},\"wide\":{\"1\":\"1.º trimestre\",\"2\":\"2.º trimestre\",\"3\":\"3.º trimestre\",\"4\":\"4.º trimestre\"}},\"stand-alone\":{\"abbreviated\":{\"1\":\"T1\",\"2\":\"T2\",\"3\":\"T3\",\"4\":\"T4\"},\"narrow\":{\"1\":\"1\",\"2\":\"2\",\"3\":\"3\",\"4\":\"4\"},\"wide\":{\"1\":\"1.º trimestre\",\"2\":\"2.º trimestre\",\"3\":\"3.º trimestre\",\"4\":\"4.º trimestre\"}}},\"dayPeriods\":{\"format\":{\"abbreviated\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"},\"narrow\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"},\"wide\":{\"am\":\"a. m.\",\"noon\":\"del mediodía\",\"pm\":\"p. m.\",\"morning1\":\"de la madrugada\",\"morning2\":\"de la mañana\",\"evening1\":\"de la tarde\",\"night1\":\"de la noche\"}},\"stand-alone\":{\"abbreviated\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"},\"narrow\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"},\"wide\":{\"am\":\"a. m.\",\"noon\":\"mediodía\",\"pm\":\"p. m.\",\"morning1\":\"madrugada\",\"morning2\":\"mañana\",\"evening1\":\"tarde\",\"night1\":\"noche\"}}},\"eras\":{\"eraNames\":{\"0\":\"antes de Cristo\",\"1\":\"después de Cristo\",\"0-alt-variant\":\"antes de la era común\",\"1-alt-variant\":\"era común\"},\"eraAbbr\":{\"0\":\"a. C.\",\"1\":\"d. C.\",\"0-alt-variant\":\"a. e. c.\",\"1-alt-variant\":\"e. c.\"},\"eraNarrow\":{\"0\":\"a. C.\",\"1\":\"d. C.\",\"0-alt-variant\":\"a. e. c.\",\"1-alt-variant\":\"e. c.\"}},\"dateFormats\":{\"full\":\"EEEE, d 'de' MMMM 'de' y\",\"long\":\"d 'de' MMMM 'de' y\",\"medium\":\"d MMM y\",\"short\":\"d/M/yy\"},\"timeFormats\":{\"full\":\"HH:mm:ss zzzz\",\"long\":\"HH:mm:ss z\",\"medium\":\"HH:mm:ss\",\"short\":\"HH:mm\"},\"dateTimeFormats\":{\"full\":\"{1}, {0}\",\"long\":\"{1}, {0}\",\"medium\":\"{1} {0}\",\"short\":\"{1} {0}\",\"availableFormats\":{\"Bh\":\"h B\",\"Bhm\":\"h:mm B\",\"Bhms\":\"h:mm:ss B\",\"d\":\"d\",\"E\":\"ccc\",\"EBhm\":\"E h:mm B\",\"EBhms\":\"E h:mm:ss B\",\"Ed\":\"E d\",\"Ehm\":\"E, h:mm a\",\"EHm\":\"E, HH:mm\",\"Ehms\":\"E, h:mm:ss a\",\"EHms\":\"E, HH:mm:ss\",\"Gy\":\"y G\",\"GyMMM\":\"MMM y G\",\"GyMMMd\":\"d 'de' MMM 'de' y G\",\"GyMMMEd\":\"E, d MMM y G\",\"GyMMMM\":\"MMMM 'de' y G\",\"GyMMMMd\":\"d 'de' MMMM 'de' y G\",\"GyMMMMEd\":\"E, d 'de' MMMM 'de' y G\",\"h\":\"h a\",\"H\":\"HH\",\"hm\":\"h:mm a\",\"Hm\":\"HH:mm\",\"hms\":\"h:mm:ss a\",\"Hms\":\"HH:mm:ss\",\"hmsv\":\"h:mm:ss a v\",\"Hmsv\":\"H:mm:ss v\",\"hmsvvvv\":\"h:mm:ss a (vvvv)\",\"Hmsvvvv\":\"H:mm:ss (vvvv)\",\"hmv\":\"h:mm a v\",\"Hmv\":\"H:mm v\",\"M\":\"L\",\"Md\":\"d/M\",\"MEd\":\"E, d/M\",\"MMd\":\"d/M\",\"MMdd\":\"d/M\",\"MMM\":\"LLL\",\"MMMd\":\"d MMM\",\"MMMdd\":\"dd-MMM\",\"MMMEd\":\"E, d MMM\",\"MMMMd\":\"d 'de' MMMM\",\"MMMMEd\":\"E, d 'de' MMMM\",\"MMMMW-count-one\":\"'semana' W 'de' MMM\",\"MMMMW-count-other\":\"'semana' W 'de' MMM\",\"ms\":\"mm:ss\",\"y\":\"y\",\"yM\":\"M/y\",\"yMd\":\"d/M/y\",\"yMEd\":\"E d/M/y\",\"yMM\":\"M/y\",\"yMMM\":\"MMMM 'de' y\",\"yMMMd\":\"d 'de' MMMM 'de' y\",\"yMMMEd\":\"E, d 'de' MMM 'de' y\",\"yMMMM\":\"MMMM 'de' y\",\"yMMMMd\":\"d 'de' MMMM 'de' y\",\"yMMMMEd\":\"EEE, d 'de' MMMM 'de' y\",\"yQQQ\":\"QQQ 'de' y\",\"yQQQQ\":\"QQQQ 'de' y\",\"yw-count-one\":\"'semana' w 'de' Y\",\"yw-count-other\":\"'semana' w 'de' Y\"}}}}},\"numbers\":{\"defaultNumberingSystem\":\"latn\",\"otherNumberingSystems\":{\"native\":\"latn\"},\"minimumGroupingDigits\":\"2\",\"symbols-numberSystem-latn\":{\"decimal\":\".\",\"group\":\",\",\"list\":\";\",\"percentSign\":\"%\",\"plusSign\":\"+\",\"minusSign\":\"-\",\"exponential\":\"E\",\"superscriptingExponent\":\"×\",\"perMille\":\"‰\",\"infinity\":\"∞\",\"nan\":\"NaN\",\"timeSeparator\":\":\"},\"decimalFormats-numberSystem-latn\":{\"standard\":\"#,##0.###\"},\"scientificFormats-numberSystem-latn\":{\"standard\":\"#E0\"},\"percentFormats-numberSystem-latn\":{\"standard\":\"#,##0 %\"},\"currencyFormats-numberSystem-latn\":{\"currencySpacing\":{\"beforeCurrency\":{\"currencyMatch\":\"[:^S:]\",\"surroundingMatch\":\"[:digit:]\",\"insertBetween\":\" \"},\"afterCurrency\":{\"currencyMatch\":\"[:^S:]\",\"surroundingMatch\":\"[:digit:]\",\"insertBetween\":\" \"}},\"standard\":\"¤#,##0.00\",\"accounting\":\"¤#,##0.00\"},\"currencies\":{\"ADP\":{\"symbol\":\"ADP\"},\"AED\":{\"symbol\":\"AED\"},\"AFA\":{\"symbol\":\"AFA\"},\"AFN\":{\"symbol\":\"AFN\"},\"ALK\":{\"symbol\":\"ALK\"},\"ALL\":{\"symbol\":\"ALL\"},\"AMD\":{\"symbol\":\"AMD\"},\"ANG\":{\"symbol\":\"ANG\"},\"AOA\":{\"symbol\":\"AOA\",\"symbol-alt-narrow\":\"Kz\"},\"AOK\":{\"symbol\":\"AOK\"},\"AON\":{\"symbol\":\"AON\"},\"AOR\":{\"symbol\":\"AOR\"},\"ARA\":{\"symbol\":\"ARA\"},\"ARL\":{\"symbol\":\"ARL\"},\"ARM\":{\"symbol\":\"ARM\"},\"ARP\":{\"symbol\":\"ARP\"},\"ARS\":{\"symbol\":\"ARS\",\"symbol-alt-narrow\":\"$\"},\"ATS\":{\"symbol\":\"ATS\"},\"AUD\":{\"symbol\":\"AUD\",\"symbol-alt-narrow\":\"$\"},\"AWG\":{\"symbol\":\"AWG\"},\"AZM\":{\"symbol\":\"AZM\"},\"AZN\":{\"symbol\":\"AZN\"},\"BAD\":{\"symbol\":\"BAD\"},\"BAM\":{\"symbol\":\"BAM\",\"symbol-alt-narrow\":\"KM\"},\"BAN\":{\"symbol\":\"BAN\"},\"BBD\":{\"symbol\":\"BBD\",\"symbol-alt-narrow\":\"$\"},\"BDT\":{\"symbol\":\"BDT\",\"symbol-alt-narrow\":\"৳\"},\"BEC\":{\"symbol\":\"BEC\"},\"BEF\":{\"symbol\":\"BEF\"},\"BEL\":{\"symbol\":\"BEL\"},\"BGL\":{\"symbol\":\"BGL\"},\"BGM\":{\"symbol\":\"BGM\"},\"BGN\":{\"symbol\":\"BGN\"},\"BGO\":{\"symbol\":\"BGO\"},\"BHD\":{\"symbol\":\"BHD\"},\"BIF\":{\"symbol\":\"BIF\"},\"BMD\":{\"symbol\":\"BMD\",\"symbol-alt-narrow\":\"$\"},\"BND\":{\"symbol\":\"BND\",\"symbol-alt-narrow\":\"$\"},\"BOB\":{\"symbol\":\"BOB\",\"symbol-alt-narrow\":\"Bs\"},\"BOL\":{\"symbol\":\"BOL\"},\"BOP\":{\"symbol\":\"BOP\"},\"BOV\":{\"symbol\":\"BOV\"},\"BRB\":{\"symbol\":\"BRB\"},\"BRC\":{\"symbol\":\"BRC\"},\"BRE\":{\"symbol\":\"BRE\"},\"BRL\":{\"symbol\":\"BRL\",\"symbol-alt-narrow\":\"R$\"},\"BRN\":{\"symbol\":\"BRN\"},\"BRR\":{\"symbol\":\"BRR\"},\"BRZ\":{\"symbol\":\"BRZ\"},\"BSD\":{\"symbol\":\"BSD\",\"symbol-alt-narrow\":\"$\"},\"BTN\":{\"symbol\":\"BTN\"},\"BUK\":{\"symbol\":\"BUK\"},\"BWP\":{\"symbol\":\"BWP\",\"symbol-alt-narrow\":\"P\"},\"BYB\":{\"symbol\":\"BYB\"},\"BYN\":{\"symbol\":\"BYN\",\"symbol-alt-narrow\":\"р.\"},\"BYR\":{\"symbol\":\"BYR\"},\"BZD\":{\"symbol\":\"BZD\",\"symbol-alt-narrow\":\"$\"},\"CAD\":{\"symbol\":\"CAD\",\"symbol-alt-narrow\":\"$\"},\"CDF\":{\"symbol\":\"CDF\"},\"CHE\":{\"symbol\":\"CHE\"},\"CHF\":{\"symbol\":\"CHF\"},\"CHW\":{\"symbol\":\"CHW\"},\"CLE\":{\"symbol\":\"CLE\"},\"CLF\":{\"symbol\":\"CLF\"},\"CLP\":{\"symbol\":\"CLP\",\"symbol-alt-narrow\":\"$\"},\"CNH\":{\"symbol\":\"CNH\"},\"CNX\":{\"symbol\":\"CNX\"},\"CNY\":{\"symbol\":\"CNY\",\"symbol-alt-narrow\":\"¥\"},\"COP\":{\"symbol\":\"COP\",\"symbol-alt-narrow\":\"$\"},\"COU\":{\"symbol\":\"COU\"},\"CRC\":{\"symbol\":\"CRC\",\"symbol-alt-narrow\":\"₡\"},\"CSD\":{\"symbol\":\"CSD\"},\"CSK\":{\"symbol\":\"CSK\"},\"CUC\":{\"symbol\":\"CUC\",\"symbol-alt-narrow\":\"$\"},\"CUP\":{\"symbol\":\"CUP\",\"symbol-alt-narrow\":\"$\"},\"CVE\":{\"symbol\":\"CVE\"},\"CYP\":{\"symbol\":\"CYP\"},\"CZK\":{\"symbol\":\"CZK\",\"symbol-alt-narrow\":\"Kč\"},\"DDM\":{\"symbol\":\"DDM\"},\"DEM\":{\"symbol\":\"DEM\"},\"DJF\":{\"symbol\":\"DJF\"},\"DKK\":{\"symbol\":\"DKK\",\"symbol-alt-narrow\":\"kr\"},\"DOP\":{\"symbol\":\"DOP\",\"symbol-alt-narrow\":\"$\"},\"DZD\":{\"symbol\":\"DZD\"},\"ECS\":{\"symbol\":\"ECS\"},\"ECV\":{\"symbol\":\"ECV\"},\"EEK\":{\"symbol\":\"EEK\"},\"EGP\":{\"symbol\":\"EGP\",\"symbol-alt-narrow\":\"E£\"},\"ERN\":{\"symbol\":\"ERN\"},\"ESA\":{\"symbol\":\"ESA\"},\"ESB\":{\"symbol\":\"ESB\"},\"ESP\":{\"symbol\":\"₧\",\"symbol-alt-narrow\":\"₧\"},\"ETB\":{\"symbol\":\"ETB\"},\"EUR\":{\"symbol\":\"EUR\",\"symbol-alt-narrow\":\"€\"},\"FIM\":{\"symbol\":\"FIM\"},\"FJD\":{\"symbol\":\"FJD\",\"symbol-alt-narrow\":\"$\"},\"FKP\":{\"symbol\":\"FKP\",\"symbol-alt-narrow\":\"FK£\"},\"FRF\":{\"symbol\":\"FRF\"},\"GBP\":{\"symbol\":\"GBP\",\"symbol-alt-narrow\":\"£\"},\"GEK\":{\"symbol\":\"GEK\"},\"GEL\":{\"symbol\":\"GEL\",\"symbol-alt-narrow\":\"₾\"},\"GHC\":{\"symbol\":\"GHC\"},\"GHS\":{\"symbol\":\"GHS\"},\"GIP\":{\"symbol\":\"GIP\",\"symbol-alt-narrow\":\"£\"},\"GMD\":{\"symbol\":\"GMD\"},\"GNF\":{\"symbol\":\"GNF\",\"symbol-alt-narrow\":\"FG\"},\"GNS\":{\"symbol\":\"GNS\"},\"GQE\":{\"symbol\":\"GQE\"},\"GRD\":{\"symbol\":\"GRD\"},\"GTQ\":{\"symbol\":\"GTQ\",\"symbol-alt-narrow\":\"Q\"},\"GWE\":{\"symbol\":\"GWE\"},\"GWP\":{\"symbol\":\"GWP\"},\"GYD\":{\"symbol\":\"GYD\",\"symbol-alt-narrow\":\"$\"},\"HKD\":{\"symbol\":\"HKD\",\"symbol-alt-narrow\":\"$\"},\"HNL\":{\"symbol\":\"HNL\",\"symbol-alt-narrow\":\"L\"},\"HRD\":{\"symbol\":\"HRD\"},\"HRK\":{\"symbol\":\"HRK\",\"symbol-alt-narrow\":\"kn\"},\"HTG\":{\"symbol\":\"HTG\"},\"HUF\":{\"symbol\":\"HUF\",\"symbol-alt-narrow\":\"Ft\"},\"IDR\":{\"symbol\":\"IDR\",\"symbol-alt-narrow\":\"Rp\"},\"IEP\":{\"symbol\":\"IEP\"},\"ILP\":{\"symbol\":\"ILP\"},\"ILR\":{\"symbol\":\"ILR\"},\"ILS\":{\"symbol\":\"ILS\",\"symbol-alt-narrow\":\"₪\"},\"INR\":{\"symbol\":\"INR\",\"symbol-alt-narrow\":\"₹\"},\"IQD\":{\"symbol\":\"IQD\"},\"IRR\":{\"symbol\":\"IRR\"},\"ISJ\":{\"symbol\":\"ISJ\"},\"ISK\":{\"symbol\":\"ISK\",\"symbol-alt-narrow\":\"kr\"},\"ITL\":{\"symbol\":\"ITL\"},\"JMD\":{\"symbol\":\"JMD\",\"symbol-alt-narrow\":\"$\"},\"JOD\":{\"symbol\":\"JOD\"},\"JPY\":{\"symbol\":\"JPY\",\"symbol-alt-narrow\":\"¥\"},\"KES\":{\"symbol\":\"KES\"},\"KGS\":{\"symbol\":\"KGS\"},\"KHR\":{\"symbol\":\"KHR\",\"symbol-alt-narrow\":\"៛\"},\"KMF\":{\"symbol\":\"KMF\",\"symbol-alt-narrow\":\"CF\"},\"KPW\":{\"symbol\":\"KPW\",\"symbol-alt-narrow\":\"₩\"},\"KRH\":{\"symbol\":\"KRH\"},\"KRO\":{\"symbol\":\"KRO\"},\"KRW\":{\"symbol\":\"KRW\",\"symbol-alt-narrow\":\"₩\"},\"KWD\":{\"symbol\":\"KWD\"},\"KYD\":{\"symbol\":\"KYD\",\"symbol-alt-narrow\":\"$\"},\"KZT\":{\"symbol\":\"KZT\",\"symbol-alt-narrow\":\"₸\"},\"LAK\":{\"symbol\":\"LAK\",\"symbol-alt-narrow\":\"₭\"},\"LBP\":{\"symbol\":\"LBP\",\"symbol-alt-narrow\":\"L£\"},\"LKR\":{\"symbol\":\"LKR\",\"symbol-alt-narrow\":\"Rs\"},\"LRD\":{\"symbol\":\"LRD\",\"symbol-alt-narrow\":\"$\"},\"LSL\":{\"symbol\":\"LSL\"},\"LTL\":{\"symbol\":\"LTL\",\"symbol-alt-narrow\":\"Lt\"},\"LTT\":{\"symbol\":\"LTT\"},\"LUC\":{\"symbol\":\"LUC\"},\"LUF\":{\"symbol\":\"LUF\"},\"LUL\":{\"symbol\":\"LUL\"},\"LVL\":{\"symbol\":\"LVL\",\"symbol-alt-narrow\":\"Ls\"},\"LVR\":{\"symbol\":\"LVR\"},\"LYD\":{\"symbol\":\"LYD\"},\"MAD\":{\"symbol\":\"MAD\"},\"MAF\":{\"symbol\":\"MAF\"},\"MCF\":{\"symbol\":\"MCF\"},\"MDC\":{\"symbol\":\"MDC\"},\"MDL\":{\"symbol\":\"MDL\"},\"MGA\":{\"symbol\":\"MGA\",\"symbol-alt-narrow\":\"Ar\"},\"MGF\":{\"symbol\":\"MGF\"},\"MKD\":{\"symbol\":\"MKD\"},\"MKN\":{\"symbol\":\"MKN\"},\"MLF\":{\"symbol\":\"MLF\"},\"MMK\":{\"symbol\":\"MMK\",\"symbol-alt-narrow\":\"K\"},\"MNT\":{\"symbol\":\"MNT\",\"symbol-alt-narrow\":\"₮\"},\"MOP\":{\"symbol\":\"MOP\"},\"MRO\":{\"symbol\":\"MRO\"},\"MTL\":{\"symbol\":\"MTL\"},\"MTP\":{\"symbol\":\"MTP\"},\"MUR\":{\"symbol\":\"MUR\",\"symbol-alt-narrow\":\"Rs\"},\"MVP\":{\"symbol\":\"MVP\"},\"MVR\":{\"symbol\":\"MVR\"},\"MWK\":{\"symbol\":\"MWK\"},\"MXN\":{\"symbol\":\"MXN\",\"symbol-alt-narrow\":\"$\"},\"MXP\":{\"symbol\":\"MXP\"},\"MXV\":{\"symbol\":\"MXV\"},\"MYR\":{\"symbol\":\"MYR\",\"symbol-alt-narrow\":\"RM\"},\"MZE\":{\"symbol\":\"MZE\"},\"MZM\":{\"symbol\":\"MZM\"},\"MZN\":{\"symbol\":\"MZN\"},\"NAD\":{\"symbol\":\"NAD\",\"symbol-alt-narrow\":\"$\"},\"NGN\":{\"symbol\":\"NGN\",\"symbol-alt-narrow\":\"₦\"},\"NIC\":{\"symbol\":\"NIC\"},\"NIO\":{\"symbol\":\"NIO\",\"symbol-alt-narrow\":\"C$\"},\"NLG\":{\"symbol\":\"NLG\"},\"NOK\":{\"symbol\":\"NOK\",\"symbol-alt-narrow\":\"kr\"},\"NPR\":{\"symbol\":\"NPR\",\"symbol-alt-narrow\":\"Rs\"},\"NZD\":{\"symbol\":\"NZD\",\"symbol-alt-narrow\":\"$\"},\"OMR\":{\"symbol\":\"OMR\"},\"PAB\":{\"symbol\":\"PAB\"},\"PEI\":{\"symbol\":\"PEI\"},\"PEN\":{\"symbol\":\"PEN\"},\"PES\":{\"symbol\":\"PES\"},\"PGK\":{\"symbol\":\"PGK\"},\"PHP\":{\"symbol\":\"PHP\",\"symbol-alt-narrow\":\"₱\"},\"PKR\":{\"symbol\":\"PKR\",\"symbol-alt-narrow\":\"Rs\"},\"PLN\":{\"symbol\":\"PLN\",\"symbol-alt-narrow\":\"zł\"},\"PLZ\":{\"symbol\":\"PLZ\"},\"PTE\":{\"symbol\":\"PTE\"},\"PYG\":{\"symbol\":\"PYG\",\"symbol-alt-narrow\":\"₲\"},\"QAR\":{\"symbol\":\"QAR\"},\"RHD\":{\"symbol\":\"RHD\"},\"ROL\":{\"symbol\":\"ROL\"},\"RON\":{\"symbol\":\"RON\",\"symbol-alt-narrow\":\"L\"},\"RSD\":{\"symbol\":\"RSD\"},\"RUB\":{\"symbol\":\"RUB\",\"symbol-alt-narrow\":\"₽\"},\"RUR\":{\"symbol\":\"RUR\",\"symbol-alt-narrow\":\"р.\"},\"RWF\":{\"symbol\":\"RWF\",\"symbol-alt-narrow\":\"RF\"},\"SAR\":{\"symbol\":\"SAR\"},\"SBD\":{\"symbol\":\"SBD\",\"symbol-alt-narrow\":\"$\"},\"SCR\":{\"symbol\":\"SCR\"},\"SDD\":{\"symbol\":\"SDD\"},\"SDG\":{\"symbol\":\"SDG\"},\"SDP\":{\"symbol\":\"SDP\"},\"SEK\":{\"symbol\":\"SEK\",\"symbol-alt-narrow\":\"kr\"},\"SGD\":{\"symbol\":\"SGD\",\"symbol-alt-narrow\":\"$\"},\"SHP\":{\"symbol\":\"SHP\",\"symbol-alt-narrow\":\"£\"},\"SIT\":{\"symbol\":\"SIT\"},\"SKK\":{\"symbol\":\"SKK\"},\"SLL\":{\"symbol\":\"SLL\"},\"SOS\":{\"symbol\":\"SOS\"},\"SRD\":{\"symbol\":\"SRD\",\"symbol-alt-narrow\":\"$\"},\"SRG\":{\"symbol\":\"SRG\"},\"SSP\":{\"symbol\":\"SSP\",\"symbol-alt-narrow\":\"SD£\"},\"STD\":{\"symbol\":\"STD\",\"symbol-alt-narrow\":\"Db\"},\"STN\":{\"symbol\":\"STN\"},\"SUR\":{\"symbol\":\"SUR\"},\"SVC\":{\"symbol\":\"SVC\"},\"SYP\":{\"symbol\":\"SYP\",\"symbol-alt-narrow\":\"S£\"},\"SZL\":{\"symbol\":\"SZL\"},\"THB\":{\"symbol\":\"THB\",\"symbol-alt-narrow\":\"฿\"},\"TJR\":{\"symbol\":\"TJR\"},\"TJS\":{\"symbol\":\"TJS\"},\"TMM\":{\"symbol\":\"TMM\"},\"TMT\":{\"symbol\":\"TMT\"},\"TND\":{\"symbol\":\"TND\"},\"TOP\":{\"symbol\":\"TOP\",\"symbol-alt-narrow\":\"T$\"},\"TPE\":{\"symbol\":\"TPE\"},\"TRL\":{\"symbol\":\"TRL\"},\"TRY\":{\"symbol\":\"TRY\",\"symbol-alt-narrow\":\"₺\"},\"TTD\":{\"symbol\":\"TTD\",\"symbol-alt-narrow\":\"$\"},\"TWD\":{\"symbol\":\"TWD\",\"symbol-alt-narrow\":\"NT$\"},\"TZS\":{\"symbol\":\"TZS\"},\"UAH\":{\"symbol\":\"UAH\",\"symbol-alt-narrow\":\"₴\"},\"UAK\":{\"symbol\":\"UAK\"},\"UGS\":{\"symbol\":\"UGS\"},\"UGX\":{\"symbol\":\"UGX\"},\"USD\":{\"symbol\":\"$\",\"symbol-alt-narrow\":\"$\"},\"USN\":{\"symbol\":\"USN\"},\"USS\":{\"symbol\":\"USS\"},\"UYI\":{\"symbol\":\"UYI\"},\"UYP\":{\"symbol\":\"UYP\"},\"UYU\":{\"symbol\":\"UYU\",\"symbol-alt-narrow\":\"$\"},\"UZS\":{\"symbol\":\"UZS\"},\"VEB\":{\"symbol\":\"VEB\"},\"VEF\":{\"symbol\":\"VEF\",\"symbol-alt-narrow\":\"BsF\"},\"VND\":{\"symbol\":\"VND\",\"symbol-alt-narrow\":\"₫\"},\"VNN\":{\"symbol\":\"VNN\"},\"VUV\":{\"symbol\":\"VUV\"},\"WST\":{\"symbol\":\"WST\"},\"XAF\":{\"symbol\":\"XAF\"},\"XAG\":{\"symbol\":\"XAG\"},\"XAU\":{\"symbol\":\"XAU\"},\"XBA\":{\"symbol\":\"XBA\"},\"XBB\":{\"symbol\":\"XBB\"},\"XBC\":{\"symbol\":\"XBC\"},\"XBD\":{\"symbol\":\"XBD\"},\"XCD\":{\"symbol\":\"XCD\",\"symbol-alt-narrow\":\"$\"},\"XDR\":{\"symbol\":\"XDR\"},\"XEU\":{\"symbol\":\"XEU\"},\"XFO\":{\"symbol\":\"XFO\"},\"XFU\":{\"symbol\":\"XFU\"},\"XOF\":{\"symbol\":\"XOF\"},\"XPD\":{\"symbol\":\"XPD\"},\"XPF\":{\"symbol\":\"CFPF\"},\"XPT\":{\"symbol\":\"XPT\"},\"XRE\":{\"symbol\":\"XRE\"},\"XSU\":{\"symbol\":\"XSU\"},\"XTS\":{\"symbol\":\"XTS\"},\"XUA\":{\"symbol\":\"XUA\"},\"XXX\":{\"symbol\":\"XXX\"},\"YDD\":{\"symbol\":\"YDD\"},\"YER\":{\"symbol\":\"YER\"},\"YUD\":{\"symbol\":\"YUD\"},\"YUM\":{\"symbol\":\"YUM\"},\"YUN\":{\"symbol\":\"YUN\"},\"YUR\":{\"symbol\":\"YUR\"},\"ZAL\":{\"symbol\":\"ZAL\"},\"ZAR\":{\"symbol\":\"ZAR\",\"symbol-alt-narrow\":\"R\"},\"ZMK\":{\"symbol\":\"ZMK\"},\"ZMW\":{\"symbol\":\"ZMW\",\"symbol-alt-narrow\":\"ZK\"},\"ZRN\":{\"symbol\":\"ZRN\"},\"ZRZ\":{\"symbol\":\"ZRZ\"},\"ZWD\":{\"symbol\":\"ZWD\"},\"ZWL\":{\"symbol\":\"ZWL\"},\"ZWR\":{\"symbol\":\"ZWR\"}}}}}}\n);\nGlobalize.locale('es-SV');DevExpress.Dashboard.ResourceManager.embedBundledResources();\n//-->\n</script>\n        \n\n\n\n     \n\n    </div>\n    </form>\n</body>\n</html>\n\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESTADISTICO_UT/post_historical.html",
    "content": "0|/*DX*/({'id':1,'result':'{\"gridDashboardItem3\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem3\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem0\",\"Name\":\"FECHA Y HORA MAX\",\"DataMember\":\"FECHA_MAX\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"FECHA Y HORA MIN\",\"DataMember\":\"FECHA_MIN\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem1\",\"Name\":\"MAXIMA\",\"DataMember\":\"POT_MAX\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"},{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem3\",\"Name\":\"MINIMA\",\"DataMember\":\"POT_MIN\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"FECHA_MAX\",\"FECHA_MIN\",\"POT_MAX\",\"POT_MIN\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem0\":[\"2025-01-01T19:30:00.0000000\"],\"DataItem2\":[\"2025-01-01T08:30:00.0000000\"],\"DataItem1\":[],\"DataItem3\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem0\",\"DataItem2\"],\"ValueIds\":{\"DataItem1\":0,\"DataItem3\":1},\"Data\":{\"[0,0]\":{\"0\":779.68,\"1\":378.34}}}]},\"SortOrderSlices\":[[\"DataItem0\",\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"FECHA Y HORA MAX\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MAXIMA\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"FECHA Y HORA MIN\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MINIMA\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":false,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToGrid\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem0\"],\"RowIdentificatorDataMembers\":[\"DataItem0\",\"DataItem2\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"DEMANDA (MW)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"DEMANDA (MW)\",\"Text\":\"DEMANDA (MW)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"gridDashboardItem2\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem2\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA Y HORA MAX\",\"DataMember\":\"FECHA_MAXIMA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"FECHA Y HORA MIN\",\"DataMember\":\"FECHA_MINIMA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"MAXIMA\",\"DataMember\":\"FRECUENCIA_MAXIMA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":3,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Double\",\"DataType\":\"Unknown\"},{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem3\",\"Name\":\"MINIMA\",\"DataMember\":\"FRECUENCIA_MINIMA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":3,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Double\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"FECHA_MAXIMA\",\"FECHA_MINIMA\",\"FRECUENCIA_MAXIMA\",\"FRECUENCIA_MINIMA\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[],\"DataItem2\":[],\"DataItem0\":[],\"DataItem3\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem2\"],\"ValueIds\":{},\"Data\":{}}]},\"SortOrderSlices\":[[\"DataItem1\",\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"FECHA Y HORA MAX\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MAXIMA\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"FECHA Y HORA MIN\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MINIMA\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":false,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToGrid\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem1\"],\"RowIdentificatorDataMembers\":[\"DataItem1\",\"DataItem2\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"FRECUENCIA (Hz)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"FRECUENCIA (Hz)\",\"Text\":\"FRECUENCIA (Hz)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"pivotDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"pivotDashboardItem1\",\"Type\":\"PIVOT\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Row\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DayMonthYear\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem3\",\"Name\":\"FECHA (Day-Month-Year)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DayMonthYear\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"Hour\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA (Hour)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"Integer\"}],\"Column\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"DESC_REC_INY\",\"DataMember\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"ENERGIA_DIARIA\",\"DataMember\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"DESC_REC_INY\",\"ENERGIA_DIARIA\",\"FECHA\"],\"ColumnHierarchy\":\"Column\",\"RowHierarchy\":\"Row\"},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem0\":[],\"DataItem3\":[\"2025-01-01T00:00:00.0000000\"],\"DataItem1\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],\"DataItem2\":[\"Biomasa\",\"Eólico\",\"Geotérmico\",\"Hidroeléctrico\",\"Interconexión\",\"Solar\",\"Térmico\"]},\"Slices\":[{\"KeyIds\":[],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[]\":{\"0\":13802.73}}},{\"KeyIds\":[\"DataItem3\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0]\":{\"0\":13802.73}}},{\"KeyIds\":[\"DataItem3\",\"DataItem1\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":644.42},\"[0,1]\":{\"0\":619.08},\"[0,2]\":{\"0\":587.77},\"[0,3]\":{\"0\":560.90},\"[0,4]\":{\"0\":546.41},\"[0,5]\":{\"0\":538.87},\"[0,6]\":{\"0\":516.74},\"[0,7]\":{\"0\":459.21},\"[0,8]\":{\"0\":392.59},\"[0,9]\":{\"0\":414.56},\"[0,10]\":{\"0\":449.40},\"[0,11]\":{\"0\":477.57},\"[0,12]\":{\"0\":462.44},\"[0,13]\":{\"0\":488.47},\"[0,14]\":{\"0\":472.64},\"[0,15]\":{\"0\":515.28},\"[0,16]\":{\"0\":600.83},\"[0,17]\":{\"0\":696.30},\"[0,18]\":{\"0\":789.49},\"[0,19]\":{\"0\":795.68},\"[0,20]\":{\"0\":772.62},\"[0,21]\":{\"0\":720.39},\"[0,22]\":{\"0\":660.70},\"[0,23]\":{\"0\":620.37}}},{\"KeyIds\":[\"DataItem2\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0]\":{\"0\":2709.99},\"[1]\":{\"0\":607.61},\"[2]\":{\"0\":3953.30},\"[3]\":{\"0\":2421.57},\"[4]\":{\"0\":739.34},\"[5]\":{\"0\":1116.13},\"[6]\":{\"0\":2254.79}}},{\"KeyIds\":[\"DataItem2\",\"DataItem3\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":2709.99},\"[1,0]\":{\"0\":607.61},\"[2,0]\":{\"0\":3953.30},\"[3,0]\":{\"0\":2421.57},\"[4,0]\":{\"0\":739.34},\"[6,0]\":{\"0\":2254.79},\"[5,0]\":{\"0\":1116.13}}},{\"KeyIds\":[\"DataItem2\",\"DataItem3\",\"DataItem1\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0,0]\":{\"0\":145.81},\"[1,0,0]\":{\"0\":18.08},\"[2,0,0]\":{\"0\":162.33},\"[3,0,0]\":{\"0\":160.81},\"[4,0,0]\":{\"0\":99.11},\"[6,0,0]\":{\"0\":58.28},\"[0,0,1]\":{\"0\":147.53},\"[1,0,1]\":{\"0\":15.79},\"[2,0,1]\":{\"0\":165.11},\"[3,0,1]\":{\"0\":129.55},\"[4,0,1]\":{\"0\":101.58},\"[6,0,1]\":{\"0\":59.52},\"[0,0,2]\":{\"0\":148.04},\"[1,0,2]\":{\"0\":19.01},\"[2,0,2]\":{\"0\":166.12},\"[3,0,2]\":{\"0\":97.36},\"[4,0,2]\":{\"0\":100.84},\"[6,0,2]\":{\"0\":56.40},\"[0,0,3]\":{\"0\":147.72},\"[1,0,3]\":{\"0\":24.31},\"[2,0,3]\":{\"0\":165.89},\"[3,0,3]\":{\"0\":72.36},\"[4,0,3]\":{\"0\":97.01},\"[6,0,3]\":{\"0\":53.61},\"[0,0,4]\":{\"0\":145.98},\"[1,0,4]\":{\"0\":21.53},\"[2,0,4]\":{\"0\":164.50},\"[3,0,4]\":{\"0\":70.62},\"[4,0,4]\":{\"0\":84.86},\"[6,0,4]\":{\"0\":58.92},\"[0,0,5]\":{\"0\":135.25},\"[1,0,5]\":{\"0\":22.95},\"[2,0,5]\":{\"0\":164.18},\"[3,0,5]\":{\"0\":88.02},\"[4,0,5]\":{\"0\":59.46},\"[6,0,5]\":{\"0\":69.01},\"[0,0,6]\":{\"0\":114.92},\"[1,0,6]\":{\"0\":21.54},\"[2,0,6]\":{\"0\":164.99},\"[3,0,6]\":{\"0\":137.99},\"[4,0,6]\":{\"0\":11.15},\"[5,0,6]\":{\"0\":3.24},\"[6,0,6]\":{\"0\":62.91},\"[0,0,7]\":{\"0\":109.92},\"[1,0,7]\":{\"0\":15.28},\"[2,0,7]\":{\"0\":167.34},\"[3,0,7]\":{\"0\":70.81},\"[4,0,7]\":{\"0\":0.58},\"[5,0,7]\":{\"0\":33.27},\"[6,0,7]\":{\"0\":62.01},\"[0,0,8]\":{\"0\":97.85},\"[1,0,8]\":{\"0\":3.54},\"[2,0,8]\":{\"0\":167.18},\"[3,0,8]\":{\"0\":13.56},\"[4,0,8]\":{\"0\":-3.71},\"[5,0,8]\":{\"0\":54.97},\"[6,0,8]\":{\"0\":59.20},\"[0,0,9]\":{\"0\":81.29},\"[1,0,9]\":{\"0\":0.46},\"[2,0,9]\":{\"0\":166.40},\"[3,0,9]\":{\"0\":11.25},\"[4,0,9]\":{\"0\":-0.56},\"[5,0,9]\":{\"0\":96.75},\"[6,0,9]\":{\"0\":58.97},\"[0,0,10]\":{\"0\":75.74},\"[1,0,10]\":{\"0\":4},\"[2,0,10]\":{\"0\":164.83},\"[3,0,10]\":{\"0\":10.02},\"[4,0,10]\":{\"0\":-0.28},\"[5,0,10]\":{\"0\":139.10},\"[6,0,10]\":{\"0\":55.99},\"[0,0,11]\":{\"0\":75.79},\"[1,0,11]\":{\"0\":12.09},\"[2,0,11]\":{\"0\":164.01},\"[3,0,11]\":{\"0\":8.15},\"[4,0,11]\":{\"0\":-5.77},\"[5,0,11]\":{\"0\":170.71},\"[6,0,11]\":{\"0\":52.59},\"[0,0,12]\":{\"0\":75.59},\"[1,0,12]\":{\"0\":22.40},\"[2,0,12]\":{\"0\":166.46},\"[3,0,12]\":{\"0\":0.64},\"[4,0,12]\":{\"0\":-4.67},\"[5,0,12]\":{\"0\":145.27},\"[6,0,12]\":{\"0\":56.75},\"[0,0,13]\":{\"0\":78.69},\"[1,0,13]\":{\"0\":13.31},\"[2,0,13]\":{\"0\":165.66},\"[3,0,13]\":{\"0\":0.37},\"[4,0,13]\":{\"0\":-1.19},\"[5,0,13]\":{\"0\":168.15},\"[6,0,13]\":{\"0\":63.48},\"[0,0,14]\":{\"0\":88.26},\"[1,0,14]\":{\"0\":22.96},\"[2,0,14]\":{\"0\":165.34},\"[3,0,14]\":{\"0\":8.10},\"[4,0,14]\":{\"0\":-7.20},\"[5,0,14]\":{\"0\":136.97},\"[6,0,14]\":{\"0\":58.21},\"[0,0,15]\":{\"0\":88.72},\"[1,0,15]\":{\"0\":35.25},\"[2,0,15]\":{\"0\":162.88},\"[3,0,15]\":{\"0\":48.59},\"[4,0,15]\":{\"0\":2.38},\"[5,0,15]\":{\"0\":117.13},\"[6,0,15]\":{\"0\":60.33},\"[0,0,16]\":{\"0\":89.86},\"[1,0,16]\":{\"0\":33.77},\"[2,0,16]\":{\"0\":161.30},\"[3,0,16]\":{\"0\":147.20},\"[4,0,16]\":{\"0\":42.64},\"[5,0,16]\":{\"0\":47.88},\"[6,0,16]\":{\"0\":78.18},\"[0,0,17]\":{\"0\":91.64},\"[1,0,17]\":{\"0\":37.91},\"[2,0,17]\":{\"0\":160.79},\"[3,0,17]\":{\"0\":287.96},\"[4,0,17]\":{\"0\":9.66},\"[5,0,17]\":{\"0\":2.69},\"[6,0,17]\":{\"0\":105.65},\"[0,0,18]\":{\"0\":111.45},\"[1,0,18]\":{\"0\":32.53},\"[2,0,18]\":{\"0\":164.02},\"[3,0,18]\":{\"0\":341.21},\"[4,0,18]\":{\"0\":8.88},\"[6,0,18]\":{\"0\":131.40},\"[0,0,19]\":{\"0\":132.85},\"[1,0,19]\":{\"0\":45.01},\"[2,0,19]\":{\"0\":165.25},\"[3,0,19]\":{\"0\":303.09},\"[4,0,19]\":{\"0\":9.57},\"[6,0,19]\":{\"0\":139.91},\"[0,0,20]\":{\"0\":131.87},\"[1,0,20]\":{\"0\":45.57},\"[2,0,20]\":{\"0\":165.82},\"[3,0,20]\":{\"0\":206.83},\"[4,0,20]\":{\"0\":9.54},\"[6,0,20]\":{\"0\":212.99},\"[0,0,21]\":{\"0\":131.89},\"[1,0,21]\":{\"0\":46.60},\"[2,0,21]\":{\"0\":164.44},\"[3,0,21]\":{\"0\":105.14},\"[4,0,21]\":{\"0\":9.54},\"[6,0,21]\":{\"0\":262.78},\"[0,0,22]\":{\"0\":132.89},\"[1,0,22]\":{\"0\":47},\"[2,0,22]\":{\"0\":164.23},\"[3,0,22]\":{\"0\":53.49},\"[4,0,22]\":{\"0\":47.41},\"[6,0,22]\":{\"0\":215.68},\"[0,0,23]\":{\"0\":130.44},\"[1,0,23]\":{\"0\":46.72},\"[2,0,23]\":{\"0\":164.23},\"[3,0,23]\":{\"0\":48.45},\"[4,0,23]\":{\"0\":68.51},\"[6,0,23]\":{\"0\":162.02}}}]},\"SortOrderSlices\":[[\"DataItem3\"],[\"DataItem3\",\"DataItem1\"],[\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"DataId\":\"DataItem2\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"Rows\":[{\"Caption\":\"FECHA (Day-Month-Year)\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DayMonthYear\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"DataId\":\"DataItem3\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true},{\"Caption\":\"FECHA (Hour)\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"DataId\":\"DataItem1\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"Values\":[{\"Caption\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"DataId\":\"DataItem0\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"ShowColumnGrandTotals\":true,\"ShowRowGrandTotals\":false,\"ShowColumnTotals\":true,\"ShowRowTotals\":true,\"ValuesPosition\":\"Columns\",\"LayoutType\":\"Compact\",\"RowTotalsPosition\":\"Bottom\",\"ColumnTotalsPosition\":\"Far\",\"MeasureIds\":[\"DataItem0\"],\"AutoExpandColumnGroups\":false,\"AutoExpandRowGroups\":true,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología (MWh)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología (MWh)\",\"Text\":\"Generación por tipo de tecnología (MWh)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"gridDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem1\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FechaInicial (Date-Hour-Minute)\",\"DataMember\":\"FechaInicial\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem0\",\"Name\":\"FechaFinal (Date-Hour-Minute)\",\"DataMember\":\"FechaFinal\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":2,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"COD_PM\",\"DataMember\":\"COD_PM\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":3,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem3\",\"Name\":\"COD_SUBESTACION\",\"DataMember\":\"COD_SUBESTACION\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":4,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem4\",\"Name\":\"CODIGO_CATEGORIA\",\"DataMember\":\"CODIGO_CATEGORIA\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":5,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem5\",\"Name\":\"COMENTARIO\",\"DataMember\":\"COMENTARIO\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}]},\"MeasureDescriptors\":[],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"COD_PM\",\"COD_SUBESTACION\",\"CODIGO_CATEGORIA\",\"COMENTARIO\",\"FechaFinal\",\"FechaInicial\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[\"2024-12-31T00:00:00.0000000\",\"2024-12-31T04:19:00.0000000\",\"2024-12-31T05:12:00.0000000\",\"2024-12-31T06:49:00.0000000\",\"2024-12-31T06:55:00.0000000\",\"2024-12-31T06:57:00.0000000\",\"2024-12-31T07:02:00.0000000\",\"2024-12-31T09:59:00.0000000\",\"2024-12-31T10:22:00.0000000\",\"2024-12-31T11:58:00.0000000\",\"2024-12-31T14:42:00.0000000\",\"2024-12-31T14:45:00.0000000\",\"2024-12-31T14:55:00.0000000\",\"2024-12-31T14:56:00.0000000\",\"2024-12-31T14:57:00.0000000\",\"2024-12-31T15:07:00.0000000\",\"2024-12-31T16:42:00.0000000\",\"2024-12-31T16:43:00.0000000\",\"2024-12-31T16:44:00.0000000\",\"2024-12-31T16:45:00.0000000\",\"2024-12-31T17:48:00.0000000\",\"2024-12-31T17:50:00.0000000\",\"2024-12-31T17:57:00.0000000\",\"2024-12-31T18:04:00.0000000\",\"2024-12-31T18:11:00.0000000\",\"2024-12-31T22:07:00.0000000\",\"2024-12-31T22:22:00.0000000\",\"2024-12-31T22:36:00.0000000\",\"2024-12-31T23:54:00.0000000\",\"2024-12-31T23:56:00.0000000\",\"2024-12-31T23:58:00.0000000\"],\"DataItem0\":[\"2024-12-31T23:59:00.0000000\",\"2025-01-02T12:00:00.0000000\",\"2024-12-31T05:34:00.0000000\",\"2024-12-31T05:19:00.0000000\",\"2024-12-31T17:21:00.0000000\",\"2024-12-31T16:56:00.0000000\",\"2024-12-31T06:59:00.0000000\",\"2024-12-31T17:00:00.0000000\",\"2024-12-31T14:59:00.0000000\",\"2024-12-31T11:28:00.0000000\",\"2024-12-31T14:45:00.0000000\",\"2024-12-31T16:32:00.0000000\",\"2025-01-07T12:40:00.0000000\",\"2025-01-01T07:54:00.0000000\",\"2025-01-01T03:23:00.0000000\",\"2025-01-01T08:10:00.0000000\",\"2024-12-31T20:06:00.0000000\",\"2024-12-31T23:57:00.0000000\",\"2024-12-31T23:07:00.0000000\",\"2024-12-31T23:55:00.0000000\",\"2024-12-31T21:08:00.0000000\",\"2024-12-31T23:43:00.0000000\",\"2024-12-31T22:34:00.0000000\",\"2024-12-31T19:44:00.0000000\",\"2025-01-01T16:05:00.0000000\",\"2025-01-01T16:36:00.0000000\"],\"DataItem2\":[\"g19\",\"d07\",\"g05\",\"g16\",\"g11\",\"d03\",\"g12\",\"g01\",\"ut\",\"d01\"],\"DataItem3\":[\"edp\",\"neja\",\"berl\",\"ahua\",\"albi\",\"anta\",\"acaj\",\"jibo\",\"guaj\",\"5nov\",\"sep\",\"sant\",\"sbar\"],\"DataItem4\":[\"prue\",\"trf\",\"ind\",\"agc\",\"inte\",\"intl\"],\"DataItem5\":[\"EDP-M1  PRUEBAS PROGRAMADAS, RECEPCION DE BARCO DE LNG Y CONTROL DE PRESION DE GAS\",\"EDP-M10  PRUEBAS PROGRAMADAS, RECEPCION DE BARCO DE LNG Y CONTROL DE PRESION DE GAS\",\"EDP-M16  PRUEBAS PROGRAMADAS, RECEPCION DE BARCO DE LNG Y CONTROL DE PRESION DE GAS\",\"EDP-M6  PRUEBAS PROGRAMADAS, RECEPCION DE BARCO DE LNG Y CONTROL DE PRESION DE GAS\",\"TRANSFIERE PARTE DE CARGA DE 37-2-83 HACIA 48-4-82 POR SOLICITUD DE DISTRIBUIDOR DEBIDO A MANIOBRAS PROPIAS, PARA MANTENER A CERO LA INYECCIÓN DE POTENCIA AL SEP.\",\"BERL-U1 INCUMPLE POR REDUCCIÓN DE GENERACIÓN POR LIMITACIÓN DE VAPOR, \",\"AHUA-U2 INCUMPLE POR REDUCCIÓN DE GENERACIÓN POR LIMITACIÓN DE VAPOR, \",\"EN AGC \",\"DISPARO DE INT. 13-3-84 POR OPERACIÓN DE RELE: 51,  ENS CLESA 36 KWH\",\"JIBO-G2  PRUEBAS PROGRAMADAS, PRUEBAS DE INYECCIÓN DE ENERGÍA DE PLANTA FOTOVOLTAICA\",\"EN AGC UNIDAD 1\",\"BERL-U4 INCUMPLE POR DISPARO DE GENERACIÓN, PLANTA REPORTO BAJA ENTRADA DE ISOPENTANO.\",\"BERL-U4 INCUMPLE POR REDUCCIÓN DE GENERACIÓN POR LIMITACIÓN DE VAPOR, \",\"AHUA-U1 INCUMPLE POR REDUCCIÓN DE GENERACIÓN POR LIMITACIÓN DE VAPOR, \",\"BERL-U4 INCUMPLE POR DISPARO DE GENERACIÓN, FUGA EN SELLO DE GAS ISOPENTANO.\",\"EN AGC UNIDAD 5\",\"EN AGC UNIDAD 2\",\"EN AGC UNIDAD 3\",\"AHUA-U3 INCUMPLE POR REDUCCIÓN DE GENERACIÓN POR LIMITACIÓN DE VAPOR, \",\"EN AGC MOTOR 17\",\"EN AGC MOTOR 7\",\"EN AGC MOTOR 19\",\"EN AGC MOTOR 8\",\"EN AGC MOTOR 18\",\"EN AGC MOTOR 9\",\"5NOV-U1 INCUMPLE POR REDUCCIÓN DE POTENCIA, POR VIBRACIONES.\",\"EN AGC MOTOR 5\",\"EN AGC MOTOR 11\",\"APERTURA DE LA LÍNEA: 8-16-37-01 POR: SOLICITUD DE OS, ALTO VOLTAJE EN EL SEP.\",\"APERTURA DE LA LÍNEA: 8-18-37-01 POR: SOLICITUD DE OS, ALTO VOLTAJE EN EL SEP.\",\"APERTURA DE LA LÍNEA: 8-16-31-01 POR: SOLICITUD DE OS, ALTO VOLTAJE EN EL SEP.\",\"TRANSFIERE PARTE DE CARGA DE NEJA HACIA 30-2-82 POR SOLICITUD DE DISTRIBUIDOR DEBIDO A MANIOBRAS PROPIAS, POR CONTROL DE VOLTAJE EN RED DE DISTRIBUCIÓN.\",\"TRANSFIERE PARTE DE CARGA DE 36-2-82 HACIA 30-2-82 POR SOLICITUD DE DISTRIBUIDOR DEBIDO A MANIOBRAS PROPIAS, POR CONTROL DE VOLTAJE EN RED DE DISTRIBUCIÓN.\",\"TRANSFIERE PARTE DE CARGA DE 45-2-83 HACIA 30-2-81 POR SOLICITUD DE DISTRIBUIDOR DEBIDO A MANIOBRAS PROPIAS, POR CONTROL DE VOLTAJE EN RED DE DISTRIBUCIÓN.\"]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"ValueIds\":{},\"Data\":{\"[0,0,0,0,0,0]\":{},\"[0,0,0,0,0,1]\":{},\"[0,0,0,0,0,2]\":{},\"[0,0,0,0,0,3]\":{},\"[0,1,1,1,1,4]\":{},\"[1,2,2,2,2,5]\":{},\"[2,3,2,3,2,6]\":{},\"[3,4,3,4,3,7]\":{},\"[4,5,4,5,3,7]\":{},\"[5,6,5,6,4,8]\":{},\"[6,7,6,7,0,9]\":{},\"[7,8,7,8,3,10]\":{},\"[8,9,2,2,2,11]\":{},\"[9,10,2,2,2,12]\":{},\"[10,11,2,3,2,13]\":{},\"[11,12,2,2,2,14]\":{},\"[12,13,7,9,3,15]\":{},\"[13,14,7,9,3,16]\":{},\"[14,15,7,9,3,17]\":{},\"[15,16,2,3,2,18]\":{},\"[16,17,0,0,3,19]\":{},\"[17,17,0,0,3,20]\":{},\"[18,18,0,0,3,21]\":{},\"[19,19,0,0,3,22]\":{},\"[20,20,0,0,3,23]\":{},\"[21,21,0,0,3,24]\":{},\"[22,22,7,9,3,10]\":{},\"[22,22,7,9,2,25]\":{},\"[23,23,0,0,3,26]\":{},\"[24,23,0,0,3,27]\":{},\"[25,0,8,10,5,28]\":{},\"[26,0,8,10,5,29]\":{},\"[27,0,8,10,5,30]\":{},\"[28,0,9,1,1,31]\":{},\"[28,24,9,1,1,31]\":{},\"[29,0,9,11,1,32]\":{},\"[29,24,9,11,1,32]\":{},\"[30,0,9,12,1,33]\":{},\"[30,25,9,12,1,33]\":{}}}]},\"SortOrderSlices\":[[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"Fecha Inicial\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":43.516483516483518,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Fecha Final\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":106.31868131868131,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"PM\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Subestación\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Categoría\",\"DataId\":\"DataItem4\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":4,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Comentario\",\"DataId\":\"DataItem5\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":74.670329670329664,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":5,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":true,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToContents\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"RowIdentificatorDataMembers\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Eventos en el sistema nacional del día anterior\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Eventos en el sistema nacional del día anterior\",\"Text\":\"Eventos en el sistema nacional del día anterior\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"chartDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"chartDashboardItem1\",\"Type\":\"CHART\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Series\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"DESCRIPCION\",\"DataMember\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}],\"Argument\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Hour\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA (Hour)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"Integer\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"MWh\",\"DataMember\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[{\"SummaryType\":\"Count\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"ColorMeasure_ENERGIA_DIARIA_Sum__\",\"Name\":\"MWh\",\"DataMember\":null,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"DESC_REC_INY\",\"ENERGIA_DIARIA\",\"FECHA\"],\"ColumnHierarchy\":\"Argument\",\"RowHierarchy\":\"Series\"},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],\"DataItem2\":[\"Biomasa\",\"Eólico\",\"Geotérmico\",\"Hidroeléctrico\",\"Interconexión\",\"Térmico\",\"Solar\"],\"DataItem0\":[],\"ColorMeasure_ENERGIA_DIARIA_Sum__\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem2\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":145.81},\"[0,1]\":{\"0\":18.08},\"[0,2]\":{\"0\":162.33},\"[0,3]\":{\"0\":160.81},\"[0,4]\":{\"0\":99.11},\"[0,5]\":{\"0\":58.28},\"[1,0]\":{\"0\":147.53},\"[1,1]\":{\"0\":15.79},\"[1,2]\":{\"0\":165.11},\"[1,3]\":{\"0\":129.55},\"[1,4]\":{\"0\":101.58},\"[1,5]\":{\"0\":59.52},\"[2,0]\":{\"0\":148.04},\"[2,1]\":{\"0\":19.01},\"[2,2]\":{\"0\":166.12},\"[2,3]\":{\"0\":97.36},\"[2,4]\":{\"0\":100.84},\"[2,5]\":{\"0\":56.40},\"[3,0]\":{\"0\":147.72},\"[3,1]\":{\"0\":24.31},\"[3,2]\":{\"0\":165.89},\"[3,3]\":{\"0\":72.36},\"[3,4]\":{\"0\":97.01},\"[3,5]\":{\"0\":53.61},\"[4,0]\":{\"0\":145.98},\"[4,1]\":{\"0\":21.53},\"[4,2]\":{\"0\":164.50},\"[4,3]\":{\"0\":70.62},\"[4,4]\":{\"0\":84.86},\"[4,5]\":{\"0\":58.92},\"[5,0]\":{\"0\":135.25},\"[5,1]\":{\"0\":22.95},\"[5,2]\":{\"0\":164.18},\"[5,3]\":{\"0\":88.02},\"[5,4]\":{\"0\":59.46},\"[5,5]\":{\"0\":69.01},\"[6,0]\":{\"0\":114.92},\"[6,1]\":{\"0\":21.54},\"[6,2]\":{\"0\":164.99},\"[6,3]\":{\"0\":137.99},\"[6,4]\":{\"0\":11.15},\"[6,6]\":{\"0\":3.24},\"[6,5]\":{\"0\":62.91},\"[7,0]\":{\"0\":109.92},\"[7,1]\":{\"0\":15.28},\"[7,2]\":{\"0\":167.34},\"[7,3]\":{\"0\":70.81},\"[7,4]\":{\"0\":0.58},\"[7,6]\":{\"0\":33.27},\"[7,5]\":{\"0\":62.01},\"[8,0]\":{\"0\":97.85},\"[8,1]\":{\"0\":3.54},\"[8,2]\":{\"0\":167.18},\"[8,3]\":{\"0\":13.56},\"[8,4]\":{\"0\":-3.71},\"[8,6]\":{\"0\":54.97},\"[8,5]\":{\"0\":59.20},\"[9,0]\":{\"0\":81.29},\"[9,1]\":{\"0\":0.46},\"[9,2]\":{\"0\":166.40},\"[9,3]\":{\"0\":11.25},\"[9,4]\":{\"0\":-0.56},\"[9,6]\":{\"0\":96.75},\"[9,5]\":{\"0\":58.97},\"[10,0]\":{\"0\":75.74},\"[10,1]\":{\"0\":4},\"[10,2]\":{\"0\":164.83},\"[10,3]\":{\"0\":10.02},\"[10,4]\":{\"0\":-0.28},\"[10,6]\":{\"0\":139.10},\"[10,5]\":{\"0\":55.99},\"[11,0]\":{\"0\":75.79},\"[11,1]\":{\"0\":12.09},\"[11,2]\":{\"0\":164.01},\"[11,3]\":{\"0\":8.15},\"[11,4]\":{\"0\":-5.77},\"[11,6]\":{\"0\":170.71},\"[11,5]\":{\"0\":52.59},\"[12,0]\":{\"0\":75.59},\"[12,1]\":{\"0\":22.40},\"[12,2]\":{\"0\":166.46},\"[12,3]\":{\"0\":0.64},\"[12,4]\":{\"0\":-4.67},\"[12,6]\":{\"0\":145.27},\"[12,5]\":{\"0\":56.75},\"[13,0]\":{\"0\":78.69},\"[13,1]\":{\"0\":13.31},\"[13,2]\":{\"0\":165.66},\"[13,3]\":{\"0\":0.37},\"[13,4]\":{\"0\":-1.19},\"[13,6]\":{\"0\":168.15},\"[13,5]\":{\"0\":63.48},\"[14,0]\":{\"0\":88.26},\"[14,1]\":{\"0\":22.96},\"[14,2]\":{\"0\":165.34},\"[14,3]\":{\"0\":8.10},\"[14,4]\":{\"0\":-7.20},\"[14,6]\":{\"0\":136.97},\"[14,5]\":{\"0\":58.21},\"[15,0]\":{\"0\":88.72},\"[15,1]\":{\"0\":35.25},\"[15,2]\":{\"0\":162.88},\"[15,3]\":{\"0\":48.59},\"[15,4]\":{\"0\":2.38},\"[15,6]\":{\"0\":117.13},\"[15,5]\":{\"0\":60.33},\"[16,0]\":{\"0\":89.86},\"[16,1]\":{\"0\":33.77},\"[16,2]\":{\"0\":161.30},\"[16,3]\":{\"0\":147.20},\"[16,4]\":{\"0\":42.64},\"[16,6]\":{\"0\":47.88},\"[16,5]\":{\"0\":78.18},\"[17,0]\":{\"0\":91.64},\"[17,1]\":{\"0\":37.91},\"[17,2]\":{\"0\":160.79},\"[17,3]\":{\"0\":287.96},\"[17,4]\":{\"0\":9.66},\"[17,6]\":{\"0\":2.69},\"[17,5]\":{\"0\":105.65},\"[18,0]\":{\"0\":111.45},\"[18,1]\":{\"0\":32.53},\"[18,2]\":{\"0\":164.02},\"[18,3]\":{\"0\":341.21},\"[18,4]\":{\"0\":8.88},\"[18,5]\":{\"0\":131.40},\"[19,0]\":{\"0\":132.85},\"[19,1]\":{\"0\":45.01},\"[19,2]\":{\"0\":165.25},\"[19,3]\":{\"0\":303.09},\"[19,4]\":{\"0\":9.57},\"[19,5]\":{\"0\":139.91},\"[20,0]\":{\"0\":131.87},\"[20,1]\":{\"0\":45.57},\"[20,2]\":{\"0\":165.82},\"[20,3]\":{\"0\":206.83},\"[20,4]\":{\"0\":9.54},\"[20,5]\":{\"0\":212.99},\"[21,0]\":{\"0\":131.89},\"[21,1]\":{\"0\":46.60},\"[21,2]\":{\"0\":164.44},\"[21,3]\":{\"0\":105.14},\"[21,4]\":{\"0\":9.54},\"[21,5]\":{\"0\":262.78},\"[22,0]\":{\"0\":132.89},\"[22,1]\":{\"0\":47},\"[22,2]\":{\"0\":164.23},\"[22,3]\":{\"0\":53.49},\"[22,4]\":{\"0\":47.41},\"[22,5]\":{\"0\":215.68},\"[23,0]\":{\"0\":130.44},\"[23,1]\":{\"0\":46.72},\"[23,2]\":{\"0\":164.23},\"[23,3]\":{\"0\":48.45},\"[23,4]\":{\"0\":68.51},\"[23,5]\":{\"0\":162.02}}},{\"KeyIds\":[\"DataItem1\"],\"ValueIds\":{},\"Data\":{\"[0]\":{},\"[1]\":{},\"[2]\":{},\"[3]\":{},\"[4]\":{},\"[5]\":{},\"[6]\":{},\"[7]\":{},\"[8]\":{},\"[9]\":{},\"[10]\":{},\"[11]\":{},\"[12]\":{},\"[13]\":{},\"[14]\":{},\"[15]\":{},\"[16]\":{},\"[17]\":{},\"[18]\":{},\"[19]\":{},\"[20]\":{},\"[21]\":{},\"[22]\":{},\"[23]\":{}}},{\"KeyIds\":[\"DataItem2\"],\"ValueIds\":{\"ColorMeasure_ENERGIA_DIARIA_Sum__\":0},\"Data\":{\"[0]\":{\"0\":-16732080},\"[1]\":{\"0\":-10515563},\"[2]\":{\"0\":-7155632},\"[3]\":{\"0\":-16777012},\"[4]\":{\"0\":-1576957},\"[6]\":{\"0\":-4567727},\"[5]\":{\"0\":-4194304}}}]},\"SortOrderSlices\":[[\"DataItem1\"],[\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Panes\":[{\"SeriesTemplates\":[{\"DataId\":\"DataItem0\",\"OnlyPercentValues\":false,\"OnlyScientificValues\":false,\"SeriesType\":\"StackedArea\",\"Name\":\"MWh\",\"DataMembers\":[\"DataItem0\"],\"ColorMeasureID\":\"ColorMeasure_ENERGIA_DIARIA_Sum__\",\"MeasureCaptions\":[\"MWh\"],\"ShowPointMarkers\":false,\"ForceShowPointMarkers\":false,\"PlotOnSecondaryAxis\":false,\"IgnoreEmptyPoints\":true,\"PointLabel\":{\"ShowForZeroValues\":false,\"Position\":\"Outside\",\"Orientation\":\"Default\",\"ContentType\":\"None\",\"OverlappingMode\":\"Hide\",\"ScatterContent\":\"Argument\",\"ShowPointLabels\":false}}],\"Name\":\"Panel 1\",\"PrimaryAxisY\":{\"Reverse\":false,\"Title\":\"MWh\",\"Visible\":true,\"ShowZeroLevel\":true,\"ShowGridLines\":true,\"EnableZooming\":false,\"LimitVisiblePoints\":false,\"VisiblePointsCount\":0,\"Logarithmic\":false,\"LogarithmicBase\":10,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null}},\"SecondaryAxisY\":null,\"SpecifySeriesTitlesWithSeriesName\":false}],\"Legend\":{\"IsInsideDiagram\":false,\"OutsidePosition\":\"BottomCenterHorizontal\",\"Visible\":true,\"InsidePosition\":\"TopRightHorizontal\"},\"Rotated\":false,\"AxisX\":{\"Reverse\":false,\"Title\":null,\"Visible\":true,\"ShowZeroLevel\":false,\"ShowGridLines\":false,\"EnableZooming\":false,\"LimitVisiblePoints\":false,\"VisiblePointsCount\":10,\"Logarithmic\":false,\"LogarithmicBase\":0,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null}},\"ArgumentColorDimension\":null,\"SeriesColorDimension\":\"DataItem2\",\"ColorPathMembers\":[\"DataItem2\"],\"SummarySeriesMember\":\"DataItem2\",\"Argument\":{\"AxisXDateTimeFormatSupported\":true,\"AxisXNumericFormatSupported\":false,\"Type\":\"String\",\"SummaryArgumentMember\":\"DataItem1\",\"AxisXLabelFormat\":null,\"DateTimePresentationUnit\":\"Day\",\"IsOrderedDiscrete\":true,\"HasArguments\":true,\"IsContinuousDateTimeScale\":false},\"SelectionModel\":{\"LegendIds\":null,\"ArgumentIds\":[\"DataItem1\"],\"SeriesIds\":null,\"PointIds\":null},\"SelectionMode\":\"Argument\",\"SelectionEnabled\":false,\"ActualArgumentDataMembers\":[\"DataItem1\"],\"ActualSeriesDataMembers\":[\"DataItem2\"],\"IsDefaultColorizationDisabled\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología\",\"Text\":\"Generación por tipo de tecnología\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null}}'})"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ESTADISTICO_UT/post_live.html",
    "content": "0|/*DX*/({'id':1,'result':'{\"gridDashboardItem3\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem3\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem0\",\"Name\":\"FECHA Y HORA MAX\",\"DataMember\":\"FECHA_MAX\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"FECHA Y HORA MIN\",\"DataMember\":\"FECHA_MIN\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem1\",\"Name\":\"MAXIMA\",\"DataMember\":\"POT_MAX\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"},{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem3\",\"Name\":\"MINIMA\",\"DataMember\":\"POT_MIN\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"FECHA_MAX\",\"FECHA_MIN\",\"POT_MAX\",\"POT_MIN\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem0\":[\"2025-01-01T00:00:00.0000000\"],\"DataItem2\":[\"2025-01-01T03:45:00.0000000\"],\"DataItem1\":[],\"DataItem3\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem0\",\"DataItem2\"],\"ValueIds\":{\"DataItem1\":0,\"DataItem3\":1},\"Data\":{\"[0,0]\":{\"0\":627.52,\"1\":534.86}}}]},\"SortOrderSlices\":[[\"DataItem0\",\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"FECHA Y HORA MAX\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MAXIMA\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"FECHA Y HORA MIN\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MINIMA\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":false,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToGrid\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem0\"],\"RowIdentificatorDataMembers\":[\"DataItem0\",\"DataItem2\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"DEMANDA (MW)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"DEMANDA (MW)\",\"Text\":\"DEMANDA (MW)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"gridDashboardItem2\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem2\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA Y HORA MAX\",\"DataMember\":\"FECHA_MAXIMA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"FECHA Y HORA MIN\",\"DataMember\":\"FECHA_MINIMA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"MAXIMA\",\"DataMember\":\"FRECUENCIA_MAXIMA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":3,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Double\",\"DataType\":\"Unknown\"},{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem3\",\"Name\":\"MINIMA\",\"DataMember\":\"FRECUENCIA_MINIMA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":3,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":false,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Double\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"FECHA_MAXIMA\",\"FECHA_MINIMA\",\"FRECUENCIA_MAXIMA\",\"FRECUENCIA_MINIMA\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[],\"DataItem2\":[],\"DataItem0\":[],\"DataItem3\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem2\"],\"ValueIds\":{},\"Data\":{}}]},\"SortOrderSlices\":[[\"DataItem1\",\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"FECHA Y HORA MAX\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MAXIMA\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"FECHA Y HORA MIN\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"MINIMA\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Measure\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":false,\"HorzAlignment\":\"Right\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":false,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToGrid\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem1\"],\"RowIdentificatorDataMembers\":[\"DataItem1\",\"DataItem2\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"FRECUENCIA (Hz)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"FRECUENCIA (Hz)\",\"Text\":\"FRECUENCIA (Hz)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"pivotDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"pivotDashboardItem1\",\"Type\":\"PIVOT\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Row\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DayMonthYear\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem3\",\"Name\":\"FECHA (Day-Month-Year)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DayMonthYear\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"Hour\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA (Hour)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"Integer\"}],\"Column\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"DESC_REC_INY\",\"DataMember\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"ENERGIA_DIARIA\",\"DataMember\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"DESC_REC_INY\",\"ENERGIA_DIARIA\",\"FECHA\"],\"ColumnHierarchy\":\"Column\",\"RowHierarchy\":\"Row\"},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem0\":[],\"DataItem3\":[\"2025-01-01T00:00:00.0000000\"],\"DataItem1\":[0,1,2],\"DataItem2\":[\"Biomasa\",\"Eólico\",\"Geotérmico\",\"Hidroeléctrico\",\"Interconexión\",\"Térmico\"]},\"Slices\":[{\"KeyIds\":[],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[]\":{\"0\":1851.27}}},{\"KeyIds\":[\"DataItem3\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0]\":{\"0\":1851.27}}},{\"KeyIds\":[\"DataItem3\",\"DataItem1\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":644.42},\"[0,1]\":{\"0\":619.08},\"[0,2]\":{\"0\":587.77}}},{\"KeyIds\":[\"DataItem2\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0]\":{\"0\":441.38},\"[1]\":{\"0\":52.88},\"[2]\":{\"0\":493.56},\"[3]\":{\"0\":387.72},\"[4]\":{\"0\":301.53},\"[5]\":{\"0\":174.20}}},{\"KeyIds\":[\"DataItem2\",\"DataItem3\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":441.38},\"[1,0]\":{\"0\":52.88},\"[2,0]\":{\"0\":493.56},\"[3,0]\":{\"0\":387.72},\"[4,0]\":{\"0\":301.53},\"[5,0]\":{\"0\":174.20}}},{\"KeyIds\":[\"DataItem2\",\"DataItem3\",\"DataItem1\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0,0]\":{\"0\":145.81},\"[1,0,0]\":{\"0\":18.08},\"[2,0,0]\":{\"0\":162.33},\"[3,0,0]\":{\"0\":160.81},\"[4,0,0]\":{\"0\":99.11},\"[5,0,0]\":{\"0\":58.28},\"[0,0,1]\":{\"0\":147.53},\"[1,0,1]\":{\"0\":15.79},\"[2,0,1]\":{\"0\":165.11},\"[3,0,1]\":{\"0\":129.55},\"[4,0,1]\":{\"0\":101.58},\"[5,0,1]\":{\"0\":59.52},\"[0,0,2]\":{\"0\":148.04},\"[1,0,2]\":{\"0\":19.01},\"[2,0,2]\":{\"0\":166.12},\"[3,0,2]\":{\"0\":97.36},\"[4,0,2]\":{\"0\":100.84},\"[5,0,2]\":{\"0\":56.40}}}]},\"SortOrderSlices\":[[\"DataItem3\"],[\"DataItem3\",\"DataItem1\"],[\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"DataId\":\"DataItem2\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"Rows\":[{\"Caption\":\"FECHA (Day-Month-Year)\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DayMonthYear\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"DataId\":\"DataItem3\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true},{\"Caption\":\"FECHA (Hour)\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"DataId\":\"DataItem1\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"Values\":[{\"Caption\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"DataId\":\"DataItem0\",\"ShowValues\":true,\"ShowTotals\":true,\"ShowGrandTotals\":true}],\"ShowColumnGrandTotals\":true,\"ShowRowGrandTotals\":false,\"ShowColumnTotals\":true,\"ShowRowTotals\":true,\"ValuesPosition\":\"Columns\",\"LayoutType\":\"Compact\",\"RowTotalsPosition\":\"Bottom\",\"ColumnTotalsPosition\":\"Far\",\"MeasureIds\":[\"DataItem0\"],\"AutoExpandColumnGroups\":false,\"AutoExpandRowGroups\":true,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología (MWh)\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología (MWh)\",\"Text\":\"Generación por tipo de tecnología (MWh)\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"gridDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"gridDashboardItem1\",\"Type\":\"GRID\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Default\":[{\"Level\":0,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FechaInicial (Date-Hour-Minute)\",\"DataMember\":\"FechaInicial\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":1,\"DateTimeGroupInterval\":\"DateHourMinute\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem0\",\"Name\":\"FechaFinal (Date-Hour-Minute)\",\"DataMember\":\"FechaFinal\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"DateHourMinute\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"DateTime\"},{\"Level\":2,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"COD_PM\",\"DataMember\":\"COD_PM\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":3,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem3\",\"Name\":\"COD_SUBESTACION\",\"DataMember\":\"COD_SUBESTACION\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":4,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem4\",\"Name\":\"CODIGO_CATEGORIA\",\"DataMember\":\"CODIGO_CATEGORIA\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"},{\"Level\":5,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem5\",\"Name\":\"COMENTARIO\",\"DataMember\":\"COMENTARIO\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}]},\"MeasureDescriptors\":[],\"ColorMeasureDescriptors\":[],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"COD_PM\",\"COD_SUBESTACION\",\"CODIGO_CATEGORIA\",\"COMENTARIO\",\"FechaFinal\",\"FechaInicial\"],\"ColumnHierarchy\":\"Default\",\"RowHierarchy\":null},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[],\"DataItem0\":[],\"DataItem2\":[],\"DataItem3\":[],\"DataItem4\":[],\"DataItem5\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"ValueIds\":{},\"Data\":{}}]},\"SortOrderSlices\":[[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Columns\":[{\"Caption\":\"Fecha Inicial\",\"DataId\":\"DataItem1\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":43.516483516483518,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":0,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Fecha Final\",\"DataId\":\"DataItem0\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":106.31868131868131,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":1,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"PM\",\"DataId\":\"DataItem2\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":2,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Subestación\",\"DataId\":\"DataItem3\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":3,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Categoría\",\"DataId\":\"DataItem4\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":75.164835164835168,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":4,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true},{\"Caption\":\"Comentario\",\"DataId\":\"DataItem5\",\"DataAttributeId\":null,\"ColumnType\":\"Dimension\",\"DeltaDisplayMode\":\"None\",\"DisplayMode\":\"Value\",\"IgnoreDeltaColor\":false,\"IgnoreDeltaIndication\":false,\"BarViewModel\":null,\"AllowCellMerge\":true,\"HorzAlignment\":\"Left\",\"ShowStartEndValues\":false,\"SparklineOptions\":null,\"GridColumnFilterMode\":\"Value\",\"Weight\":74.670329670329664,\"FixedWidth\":0,\"WidthType\":\"Weight\",\"ActualIndex\":5,\"DefaultBestCharacterCount\":18,\"DeltaValueType\":\"ActualValue\",\"UriPattern\":null,\"Totals\":[],\"SupportClientFilter\":true}],\"AllowCellMerge\":false,\"EnableBandedRows\":true,\"ShowHorizontalLines\":true,\"ShowVerticalLines\":true,\"ShowColumnHeaders\":true,\"ColumnWidthMode\":\"AutoFitToContents\",\"WordWrap\":false,\"SelectionDataMembers\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"RowIdentificatorDataMembers\":[\"DataItem1\",\"DataItem0\",\"DataItem2\",\"DataItem3\",\"DataItem4\",\"DataItem5\"],\"ColumnAxisName\":\"Default\",\"SparklineAxisName\":null,\"HasDimensionColumns\":true,\"ShowFooter\":false,\"TotalsCount\":0,\"UpdateTotalsOnColumnFilterChanged\":false,\"ShowFilterRow\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Eventos en el sistema nacional del día anterior\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Eventos en el sistema nacional del día anterior\",\"Text\":\"Eventos en el sistema nacional del día anterior\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null},\"chartDashboardItem1\":{\"MapAttributesNames\":null,\"ClustersContent\":null,\"FullViewport\":null,\"Name\":\"chartDashboardItem1\",\"Type\":\"CHART\",\"CustomItemType\":null,\"ParentContainer\":null,\"ContentType\":\"FullContent\",\"DataSource\":null,\"ItemData\":{\"MetaData\":{\"DimensionDescriptors\":{\"Series\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Year\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem2\",\"Name\":\"DESCRIPCION\",\"DataMember\":\"DESC_REC_INY\",\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}],\"Argument\":[{\"Level\":0,\"DateTimeGroupInterval\":\"Hour\",\"TextGroupInterval\":\"None\",\"ID\":\"DataItem1\",\"Name\":\"FECHA (Hour)\",\"DataMember\":\"FECHA\",\"Format\":{\"DataType\":\"DateTime\",\"NumericFormat\":null,\"DateTimeFormat\":{\"GroupInterval\":\"Hour\",\"ExactDateFormat\":\"Day\",\"YearFormat\":\"Full\",\"QuarterFormat\":\"Full\",\"MonthFormat\":\"Full\",\"DayOfWeekFormat\":\"Full\",\"DateFormat\":\"Short\",\"DateHourFormat\":\"Short\",\"DateHourMinuteFormat\":\"Short\",\"DateTimeFormat\":\"Short\",\"HourFormat\":\"Long\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":\"FirstDay\"}},\"FinalDataType\":\"DateTime\",\"DataType\":\"Integer\"}]},\"MeasureDescriptors\":[{\"SummaryType\":\"Sum\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"DataItem0\",\"Name\":\"MWh\",\"DataMember\":\"ENERGIA_DIARIA\",\"Format\":{\"DataType\":\"Numeric\",\"NumericFormat\":{\"FormatType\":\"Number\",\"Precision\":2,\"Unit\":\"Ones\",\"IncludeGroupSeparator\":true,\"ForcePlusSign\":false,\"SignificantDigits\":0,\"CurrencyCulture\":\"es-419\",\"CustomFormatString\":null,\"Currency\":\"USD\"},\"DateTimeFormat\":null},\"FinalDataType\":\"Decimal\",\"DataType\":\"Unknown\"}],\"ColorMeasureDescriptors\":[{\"SummaryType\":\"Count\",\"FilterString\":null,\"Calculation\":null,\"WindowDefinition\":null,\"Expression\":null,\"DataItemId\":null,\"ID\":\"ColorMeasure_ENERGIA_DIARIA_Sum__\",\"Name\":\"MWh\",\"DataMember\":null,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null},\"FinalDataType\":\"Text\",\"DataType\":\"String\"}],\"FormatConditionMeasureDescriptors\":[],\"NormalizedValueMeasureDescriptors\":[],\"ZeroPositionMeasureDescriptors\":[],\"DeltaDescriptors\":[],\"DataSourceColumns\":[\"DESC_REC_INY\",\"ENERGIA_DIARIA\",\"FECHA\"],\"ColumnHierarchy\":\"Argument\",\"RowHierarchy\":\"Series\"},\"DataStorageDTO\":{\"EncodeMaps\":{\"DataItem1\":[0,1,2],\"DataItem2\":[\"Biomasa\",\"Eólico\",\"Geotérmico\",\"Hidroeléctrico\",\"Interconexión\",\"Térmico\"],\"DataItem0\":[],\"ColorMeasure_ENERGIA_DIARIA_Sum__\":[]},\"Slices\":[{\"KeyIds\":[\"DataItem1\",\"DataItem2\"],\"ValueIds\":{\"DataItem0\":0},\"Data\":{\"[0,0]\":{\"0\":145.81},\"[0,1]\":{\"0\":18.08},\"[0,2]\":{\"0\":162.33},\"[0,3]\":{\"0\":160.81},\"[0,4]\":{\"0\":99.11},\"[0,5]\":{\"0\":58.28},\"[1,0]\":{\"0\":147.53},\"[1,1]\":{\"0\":15.79},\"[1,2]\":{\"0\":165.11},\"[1,3]\":{\"0\":129.55},\"[1,4]\":{\"0\":101.58},\"[1,5]\":{\"0\":59.52},\"[2,0]\":{\"0\":148.04},\"[2,1]\":{\"0\":19.01},\"[2,2]\":{\"0\":166.12},\"[2,3]\":{\"0\":97.36},\"[2,4]\":{\"0\":100.84},\"[2,5]\":{\"0\":56.40}}},{\"KeyIds\":[\"DataItem1\"],\"ValueIds\":{},\"Data\":{\"[0]\":{},\"[1]\":{},\"[2]\":{}}},{\"KeyIds\":[\"DataItem2\"],\"ValueIds\":{\"ColorMeasure_ENERGIA_DIARIA_Sum__\":0},\"Data\":{\"[0]\":{\"0\":-16732080},\"[1]\":{\"0\":-10515563},\"[2]\":{\"0\":-7155632},\"[3]\":{\"0\":-16777012},\"[4]\":{\"0\":-1576957},\"[5]\":{\"0\":-4194304}}}]},\"SortOrderSlices\":[[\"DataItem1\"],[\"DataItem2\"]],\"Reduced\":false},\"DataSourceMembers\":null,\"SelectedValues\":null,\"AxisNames\":[],\"DimensionIds\":[],\"ViewModel\":{\"Panes\":[{\"SeriesTemplates\":[{\"DataId\":\"DataItem0\",\"OnlyPercentValues\":false,\"OnlyScientificValues\":false,\"SeriesType\":\"StackedArea\",\"Name\":\"MWh\",\"DataMembers\":[\"DataItem0\"],\"ColorMeasureID\":\"ColorMeasure_ENERGIA_DIARIA_Sum__\",\"MeasureCaptions\":[\"MWh\"],\"ShowPointMarkers\":false,\"ForceShowPointMarkers\":false,\"PlotOnSecondaryAxis\":false,\"IgnoreEmptyPoints\":true,\"PointLabel\":{\"ShowForZeroValues\":false,\"Position\":\"Outside\",\"Orientation\":\"Default\",\"ContentType\":\"None\",\"OverlappingMode\":\"Hide\",\"ScatterContent\":\"Argument\",\"ShowPointLabels\":false}}],\"Name\":\"Panel 1\",\"PrimaryAxisY\":{\"Reverse\":false,\"Title\":\"MWh\",\"Visible\":true,\"ShowZeroLevel\":true,\"ShowGridLines\":true,\"EnableZooming\":false,\"LimitVisiblePoints\":false,\"VisiblePointsCount\":0,\"Logarithmic\":false,\"LogarithmicBase\":10,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null}},\"SecondaryAxisY\":null,\"SpecifySeriesTitlesWithSeriesName\":false}],\"Legend\":{\"IsInsideDiagram\":false,\"OutsidePosition\":\"BottomCenterHorizontal\",\"Visible\":true,\"InsidePosition\":\"TopRightHorizontal\"},\"Rotated\":false,\"AxisX\":{\"Reverse\":false,\"Title\":null,\"Visible\":true,\"ShowZeroLevel\":false,\"ShowGridLines\":false,\"EnableZooming\":false,\"LimitVisiblePoints\":false,\"VisiblePointsCount\":10,\"Logarithmic\":false,\"LogarithmicBase\":0,\"Format\":{\"DataType\":\"String\",\"NumericFormat\":null,\"DateTimeFormat\":null}},\"ArgumentColorDimension\":null,\"SeriesColorDimension\":\"DataItem2\",\"ColorPathMembers\":[\"DataItem2\"],\"SummarySeriesMember\":\"DataItem2\",\"Argument\":{\"AxisXDateTimeFormatSupported\":true,\"AxisXNumericFormatSupported\":false,\"Type\":\"String\",\"SummaryArgumentMember\":\"DataItem1\",\"AxisXLabelFormat\":null,\"DateTimePresentationUnit\":\"Day\",\"IsOrderedDiscrete\":true,\"HasArguments\":true,\"IsContinuousDateTimeScale\":false},\"SelectionModel\":{\"LegendIds\":null,\"ArgumentIds\":[\"DataItem1\"],\"SeriesIds\":null,\"PointIds\":null},\"SelectionMode\":\"Argument\",\"SelectionEnabled\":false,\"ActualArgumentDataMembers\":[\"DataItem1\"],\"ActualSeriesDataMembers\":[\"DataItem2\"],\"IsDefaultColorizationDisabled\":false,\"SupportDataAwareExport\":true,\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología\",\"ShouldIgnoreUpdate\":false,\"ContentDescription\":null},\"ConditionalFormattingModel\":{\"FormatConditionStyleSettings\":[],\"RuleModels\":[]},\"CaptionViewModel\":{\"ShowCaption\":true,\"Caption\":\"Generación por tipo de tecnología\",\"Text\":\"Generación por tipo de tecnología\"},\"Parameters\":null,\"DrillDownValues\":null,\"DrillDownUniqueValues\":null}}'})"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FO/sev_api_historical_2023_02_16.json",
    "content": "[\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 15.6\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 4.82\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 2.66\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0.49\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0.66\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 5.69\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 8.42\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 00:00:00\",\n    \"mwh\": 3\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 14.23\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 4.53\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 1.06\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 1.15\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 6.76\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 7.22\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 01:00:00\",\n    \"mwh\": 2.56\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 12.53\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 1.02\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 4\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 2\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 1\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 1.68\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 7.48\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 7.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 02:00:00\",\n    \"mwh\": 2.02\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 12.31\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0.81\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 4.09\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 2.11\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0.5\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 1.59\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 7.82\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 8.1\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 03:00:00\",\n    \"mwh\": 2.03\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 14.71\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0.79\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 3.98\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 3.04\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0.24\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 1.68\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 6.39\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 7.56\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 04:00:00\",\n    \"mwh\": 2.03\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 14.96\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0.76\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 4.05\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 3.09\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 3.08\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 6.4\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 7.82\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 05:00:00\",\n    \"mwh\": 0.52\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 17.38\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 1.01\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 4.78\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 3.88\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 2.03\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 4.96\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 7.99\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 06:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 19.22\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0.53\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 1\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 5.48\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 4.29\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0.16\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 1.8\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 14.48\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 07:00:00\",\n    \"mwh\": 3.38\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 17.73\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0.6\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 5.5\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 4.14\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 22.93\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 08:00:00\",\n    \"mwh\": 4.16\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 16.38\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0.84\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 5.49\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 3.85\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0.11\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0.48\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 24.87\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 09:00:00\",\n    \"mwh\": 4.81\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 16.89\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 5.63\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 3.96\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 26.03\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 10:00:00\",\n    \"mwh\": 5.03\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 16.84\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 1.08\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 5.61\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 3.95\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0.16\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 26.18\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 11:00:00\",\n    \"mwh\": 5.36\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 17.52\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 5.46\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 3.82\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0.17\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0.11\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 25.01\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 12:00:00\",\n    \"mwh\": 5.85\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 17.58\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0.84\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 5.43\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 3.8\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 24.74\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 13:00:00\",\n    \"mwh\": 6.17\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 17.08\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 0.13\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 1.05\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 5.3\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 3.69\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 1.52\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 1.12\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 23.73\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 14:00:00\",\n    \"mwh\": 5.41\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 15.1\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 1.17\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 0.84\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 5.27\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 3.19\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 0.18\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 2.2\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 3.51\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 23.29\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 15:00:00\",\n    \"mwh\": 4.04\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 16.03\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 2.03\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 5.28\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 2.97\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 2.7\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 5.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 19.57\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 16:00:00\",\n    \"mwh\": 2.97\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 14.24\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 1.11\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 0.81\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 4.51\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 3.08\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 2.27\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 0.45\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 4.19\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 10.49\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 20.38\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 17:00:00\",\n    \"mwh\": 2.81\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 13.23\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0.31\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0.91\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 4.25\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 2.87\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0.51\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 4.85\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 15.65\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 16.03\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 18:00:00\",\n    \"mwh\": 2.53\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 12.87\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0.12\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0.98\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 4.16\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 2.79\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 3.94\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 18.03\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 11.7\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 19:00:00\",\n    \"mwh\": 2.98\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 13.03\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 1.07\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 0.89\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 4.21\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 2.82\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 3.88\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 16.62\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 11.86\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 20:00:00\",\n    \"mwh\": 2.9\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 12.82\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0.92\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 4.14\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 2.83\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0.24\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 5.18\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 15.75\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 11.17\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 21:00:00\",\n    \"mwh\": 1.97\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 12.89\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 1.06\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 4.02\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 2.94\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 4.67\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 18.04\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 6.52\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 22:00:00\",\n    \"mwh\": 2.02\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 11.77\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0.92\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 3.65\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 2.69\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0.65\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 4.37\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 17.37\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 5.97\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-15 23:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 7.66\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 3.86\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 2.71\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 2.22\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 4.27\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 18.64\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 5.22\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 00:00:00\",\n    \"mwh\": 1.94\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 6.63\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0.8\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 4.28\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 2.68\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 2.22\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0.65\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 4.25\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 19.63\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 3.77\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 01:00:00\",\n    \"mwh\": 1.88\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 6.65\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0.91\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 4.29\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 2.69\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 2.22\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0.59\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 4.05\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 19.01\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 3.78\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 02:00:00\",\n    \"mwh\": 1.93\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 6.7\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 1.07\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 4.29\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 2.69\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 2.22\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 0.49\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 4.21\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 18.62\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 3.8\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 03:00:00\",\n    \"mwh\": 1.92\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 8.35\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 4.38\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 2.76\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0.43\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 4.22\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 16.26\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 3.96\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 04:00:00\",\n    \"mwh\": 1.85\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 8.42\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0.86\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 4.39\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 2.77\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 4.3\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 16.31\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 4\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 05:00:00\",\n    \"mwh\": 1.88\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 11.46\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0.84\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 4.57\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 3.13\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0.49\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 4.24\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 14.75\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 4.08\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 06:00:00\",\n    \"mwh\": 1.92\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 15.61\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 1.21\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0.95\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 4.8\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 3.67\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 4\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 13.01\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 6.01\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 07:00:00\",\n    \"mwh\": 2.74\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 15.65\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0.7\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 1.01\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 4.84\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 3.7\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0.53\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 3.82\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 14.82\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 8.59\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 08:00:00\",\n    \"mwh\": 3.27\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 15.38\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0.6\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0.13\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0.78\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 4.77\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 3.64\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 4.2\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 16.33\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 9.65\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 09:00:00\",\n    \"mwh\": 2.63\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 15.63\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0.45\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0.85\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 4.85\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 3.72\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0.46\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 4.94\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 16.53\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 9.68\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 10:00:00\",\n    \"mwh\": 2.47\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 14.46\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0.46\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 4.78\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 2.97\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0.59\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 4.33\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 16.79\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 12.23\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 11:00:00\",\n    \"mwh\": 2.92\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 14.27\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0.67\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 4.72\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 2.86\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0.44\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 3.65\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 16.74\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 11.9\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 12:00:00\",\n    \"mwh\": 3.37\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 15.1\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0.97\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 4.96\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 3.03\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 3.46\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 16.77\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 9.18\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 13:00:00\",\n    \"mwh\": 3.61\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 14.97\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0.84\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 4.9\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 3\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0.69\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 4.36\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 16.65\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 8.84\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 14:00:00\",\n    \"mwh\": 3.72\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 14.78\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0.58\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0.85\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 4.86\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 2.96\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0.99\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 2.88\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 16.76\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 8.63\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 15:00:00\",\n    \"mwh\": 3.19\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 14.85\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 1.84\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0.99\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 4.88\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 2.98\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 2.24\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0.94\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 1.95\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 16.71\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 8.69\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 16:00:00\",\n    \"mwh\": 2.61\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 15.8\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 1.14\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 5.13\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 3.18\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0.77\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 2.53\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 17.64\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 9.65\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 17:00:00\",\n    \"mwh\": 2.59\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 16\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0.88\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 4.99\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 3.09\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0.8\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 2.82\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 17.58\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 9.21\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 18:00:00\",\n    \"mwh\": 2.85\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 15.46\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0.53\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0.83\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 4.72\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 2.86\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0.45\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 1.4\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 16.75\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 7.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 19:00:00\",\n    \"mwh\": 2.96\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 19.43\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 1.04\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 1.03\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 5.51\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 3.98\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 2.26\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0.59\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 6.88\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 11.82\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 20:00:00\",\n    \"mwh\": 3.32\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 19.87\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0.99\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 5.49\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 4.35\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0.28\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 2.18\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 16.5\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 21:00:00\",\n    \"mwh\": 3.05\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 19.9\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0.85\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 5.6\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 4.4\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 17.42\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 22:00:00\",\n    \"mwh\": 3.27\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 18.32\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0.71\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0.85\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 5.12\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 4.1\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 16.48\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-02-16 23:00:00\",\n    \"mwh\": 3.08\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FO/sev_api_historical_2023_07_16.json",
    "content": "[\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0.88\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 3.34\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 34.55\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-14 23:00:00\",\n    \"mwh\": 1.8\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0.28\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 1.07\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 4.75\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 32.04\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 00:00:00\",\n    \"mwh\": 1.8\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0.24\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 1.82\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 7.17\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 28.87\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 01:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0.43\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 1.3\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 8.53\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 26.41\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 02:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0.22\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0.2\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 1.77\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 8.73\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 25.84\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 03:00:00\",\n    \"mwh\": 0.78\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0.27\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0.15\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 2.85\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 10.89\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 23.46\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 04:00:00\",\n    \"mwh\": 0.2\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0.53\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 2.61\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 12.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 21.03\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0.16\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 2.56\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 13.78\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 21.11\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0.49\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 2.64\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 17.11\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 19.91\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0.43\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 2.78\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 19.18\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 20.68\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0.38\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0.23\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 2.96\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 22.42\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 20.55\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0.13\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0.13\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0.28\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 3.19\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 25.17\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 19.76\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 1.15\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0.46\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 3.25\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 26.11\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 17.81\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0.93\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0.27\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 3.26\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 18.73\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0.91\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0.21\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0.67\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 3.32\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 18.68\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0.94\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 3.27\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 18.86\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0.99\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0.44\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0.93\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 3.3\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 19.14\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 1\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0.23\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 3.39\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 19.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0.95\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 1.24\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 3.6\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 25.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 18.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 1.2\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0.2\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 1.09\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 3.31\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 25.1\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 19.23\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 1.66\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0.31\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0.97\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 3.24\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 22.65\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 19.68\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 1.62\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 1.02\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 3.16\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 22.39\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 18.94\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 1.2\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 1.12\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 3.2\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 21.9\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 19.91\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0.69\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 1.27\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 3.3\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 22.01\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 19.41\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0.53\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 3.04\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 21.4\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 18.72\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0.52\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 2.75\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 21.44\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 17.77\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 2.61\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 21.17\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 17.75\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 1.19\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 2.71\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 19.76\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 18.12\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0.41\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 1.13\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 2.73\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 18.46\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 19.1\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 2.51\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 17.97\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 18.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 2.46\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 17.97\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 18.74\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0.3\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 2.38\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 17.97\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 20.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 2.55\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 18.45\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 21.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 2.82\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 19.39\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 22.08\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 3.02\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 19.47\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 24.46\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0.15\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 1.25\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 3.21\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 22.33\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 23.6\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 3.24\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 23.61\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 22.4\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0.25\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 1.26\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 3.32\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 23.72\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 22.89\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0.19\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 1.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 3.2\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 24.97\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 21.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 1.3\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 3.05\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 24.93\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 20.36\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0.09\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 1.3\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 3.08\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 24.04\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 21.28\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 3.24\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0.11\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0.26\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 1.22\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 1.58\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 18.57\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 23.63\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 5.76\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 2.91\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 1.27\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0.56\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 12.34\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 26.35\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 6.79\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 3.02\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0.22\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 1.09\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0.38\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 7.74\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 30.1\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 5.36\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 3.01\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0.28\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0.29\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 9.45\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 30.15\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 4.15\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 2.71\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0.55\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 10.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 28.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 2.42\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 2.12\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0.12\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0.31\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 15.74\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 25.63\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 1.63\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 1.63\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0.38\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 1.08\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 16.98\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 24.58\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 5.65\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 1.75\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0.73\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 11.7\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 23.72\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-16 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 3.82\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 2.02\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0.54\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0.18\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 12.14\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 23.9\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 4.31\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0.58\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 10.15\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 25\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 4.52\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 2.23\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0.54\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 6.87\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 24.34\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 1.83\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0.44\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 1.38\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 9.8\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 24.6\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 3.35\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 2.14\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 1.54\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 6.5\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 26.62\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 1.41\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0.3\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 1.19\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 9.96\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 26.95\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 2.25\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 1.31\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0.33\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 1.43\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 13.36\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 28.6\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 1.78\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 1.21\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 1.55\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 11.67\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 35.03\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 3.96\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 1.57\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0.18\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 2.36\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 9.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 35.2\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 08:00:00\",\n    \"mwh\": 0.6\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 6.05\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0.77\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0.19\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 3.05\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0.36\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 2.6\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 10.41\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 33.22\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 6.27\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0.52\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0.2\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 3.19\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0.48\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 3.06\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 10.11\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 34.75\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 6.06\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 3.23\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0.74\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 3.42\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 11.54\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0.09\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 32.14\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 6.15\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0.2\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 3.47\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0.52\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 3.39\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 10.69\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0.11\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 32.95\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 6.04\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0.12\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 3.31\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0.39\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 3.47\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 11.32\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0.09\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 32.15\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 5.45\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 2.98\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0.4\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 3.75\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 12.1\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 31.51\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 2.87\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0.58\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 2.01\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0.46\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 3.7\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 15.7\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 31.02\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 3.18\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0.07\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 3.87\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 16.86\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 32.27\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 3.39\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0.74\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0.94\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 3.68\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 14.81\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 32.41\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 4.83\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0.42\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0.77\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 3.52\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 12.02\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 32.01\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 1.51\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0.81\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 3.32\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 19.51\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 26.67\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 1.47\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0.69\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 3.22\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 24.39\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 20\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 3.31\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0.34\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 3.22\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 23.66\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 17.82\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 3.1\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 3.11\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 23.32\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 17.73\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2023-07-17 22:00:00\",\n    \"mwh\": 0\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FO/sev_api_live_0.json",
    "content": "[\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 2.44\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 1.48\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0.48\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 2.99\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 11.93\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 24.93\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-14 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 2.89\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 2.2\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0.09\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 2.73\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 8.06\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 26.78\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 1.41\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0.79\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 1.28\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0.36\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 2.97\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 9.85\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 28.48\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0.62\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0.62\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 2.95\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 12.45\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 22.48\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0.62\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 2.76\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 12.16\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 23.38\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0.62\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 2.65\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 13.43\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 22.11\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0.62\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0.13\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 2.74\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 15.97\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 19.67\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 1.66\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 1.01\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0.31\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 3.07\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 16.88\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 21.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 8.35\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0.11\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 1.72\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0.63\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0.64\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 3.41\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 18.08\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 18.28\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 7.3\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0.73\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 1.48\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0.69\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0.5\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 3.45\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 22.23\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 16.62\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 8.47\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0.8\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 1.45\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0.7\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0.36\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 2.53\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 24.1\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 15.99\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 09:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 8.29\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 1.44\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 1.51\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 24.71\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 15.95\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 10:00:00\",\n    \"mwh\": 2.47\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 9.87\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 1.39\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0.72\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0.07\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0.58\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 21.3\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 0.08\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 17.26\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 11:00:00\",\n    \"mwh\": 2.77\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 9.82\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 1.39\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0.65\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0.43\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0.05\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 17.25\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 19.77\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 12:00:00\",\n    \"mwh\": 3.24\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 9\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 1.68\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0.38\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0.5\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 8.71\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 0.16\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 29.58\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 13:00:00\",\n    \"mwh\": 3.35\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 9.77\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0.7\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 2.15\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0.07\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0.29\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 2.86\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 32.96\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 14:00:00\",\n    \"mwh\": 3.4\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 11.39\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 1.5\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 3.02\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0.15\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0.07\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 33.07\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 15:00:00\",\n    \"mwh\": 3.29\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 12.74\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 1.5\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 3.06\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0.18\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0.17\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0.19\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 33.02\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 16:00:00\",\n    \"mwh\": 3.16\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 10.55\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.95\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.21\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 3\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.17\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.17\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.68\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 0.06\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 33.09\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 17:00:00\",\n    \"mwh\": 2.99\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 9.3\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0.7\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 3.3\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0.23\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0.9\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0.69\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 0.04\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 33.1\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 18:00:00\",\n    \"mwh\": 2.18\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 7.3\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 2.79\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0.33\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 1.27\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 1.86\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 32.98\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 19:00:00\",\n    \"mwh\": 1.73\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 5.28\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 2.78\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 1.2\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 3.23\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 33.06\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 20:00:00\",\n    \"mwh\": 1.68\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 5.53\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0.33\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 1.77\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0.45\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0.98\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 6.04\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 29.71\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 21:00:00\",\n    \"mwh\": 1.69\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 7.09\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0.54\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 2.57\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0.52\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 1.12\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 5.38\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 29.02\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 22:00:00\",\n    \"mwh\": 1.82\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 4.26\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 1.07\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0.47\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0.73\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 5.78\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 29.16\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-15 23:00:00\",\n    \"mwh\": 1.95\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 3.89\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0.41\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0.46\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 6.31\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 29\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 00:00:00\",\n    \"mwh\": 1.95\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 2.29\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0.45\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0.33\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 8.13\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 27.84\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 01:00:00\",\n    \"mwh\": 1.95\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 3.98\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0.49\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0.36\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 6.83\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 23.4\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 02:00:00\",\n    \"mwh\": 2.15\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 5.53\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0.39\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0.32\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 2.8\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 27.75\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 03:00:00\",\n    \"mwh\": 2.32\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 5.11\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0.39\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 2.55\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 27.45\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 04:00:00\",\n    \"mwh\": 1.84\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 1.98\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0.55\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0.33\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 4.2\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 31.36\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 05:00:00\",\n    \"mwh\": 1.84\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 4.36\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0.37\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0.12\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 2.05\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 0.02\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 36.59\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 06:00:00\",\n    \"mwh\": 2.8\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 5.37\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0.86\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0.01\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 3.5\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 0.07\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 38.01\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 07:00:00\",\n    \"mwh\": 2.91\n  },\n  {\n    \"powerplant\": \"Eiðisverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 3.88\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið á Strond Vatn\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Elverkið í Botni\",\n    \"motivepower\": \"Water\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Førka Biogas\",\n    \"motivepower\": \"Biogas\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0.75\n  },\n  {\n    \"powerplant\": \"Fossáverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Heygaverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Mýruverkið\",\n    \"motivepower\": \"Water\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Neshagi\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Norðstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0.03\n  },\n  {\n    \"powerplant\": \"Suðuroy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0\n  },\n  {\n    \"powerplant\": \"Suðurstreymoy\",\n    \"motivepower\": \"Wind\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 1.43\n  },\n  {\n    \"powerplant\": \"Sumba\",\n    \"motivepower\": \"Solar\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 0.1\n  },\n  {\n    \"powerplant\": \"Sundsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"Main\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 42.02\n  },\n  {\n    \"powerplant\": \"Vágsverkið\",\n    \"motivepower\": \"Oil\",\n    \"area\": \"South\",\n    \"date\": \"2024-05-16 08:00:00\",\n    \"mwh\": 3.18\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FO/sev_api_live_1.json",
    "content": "{\n  \"tiden\": \"2024-05-16 12:02\",\n  \"SdDiesel_E\": \"42,37\",\n  \"FoVand_E\": \"2,15\",\n  \"MyVand_E\": \"0,00\",\n  \"HeVand_E\": \"0,00\",\n  \"VnVand_E\": \"2,15\",\n  \"EiVand_E\": \"4,47\",\n  \"StDiesel_E\": \"0,00\",\n  \"StVand_E\": \"0,00\",\n  \"NoDiesel_E\": \"0,00\",\n  \"SorDiesel_E\": \"0,00\",\n  \"HhVind_E\": \"0,00\",\n  \"NeVind_E\": \"0,00\",\n  \"VgDiesel_E\": \"3,77\",\n  \"BoVand_E\": \"0,00\",\n  \"SuSol_E\": \"0,07\",\n  \"PoVind_E\": \"0,00\",\n  \"RoVind_E\": \"0,00\",\n  \"ViRoVind_E\": \"0,00\",\n  \"SuStVind_E\": \"0,09\",\n  \"NoStVind_E\": \"0,00\",\n  \"SuVind_E\": \"0,59\",\n  \"Minesto_E\": \"0,00\",\n  \"Forka_E\": \"0,75\",\n  \"VandH_E\": \"6,62\",\n  \"OlieH_E\": \"42,37\",\n  \"VindH_E\": \"0,09\",\n  \"BiogasH_E\": \"0,75\",\n  \"TidalH_E\": \"0,00\",\n  \"VandS_E\": \"0,00\",\n  \"OlieS_E\": \"3,77\",\n  \"VindS_E\": \"0,59\",\n  \"SolS_E\": \"0,07\",\n  \"VandSev_E\": \"6,62\",\n  \"OlieSev_E\": \"46,14\",\n  \"VindSev_E\": \"0,68\",\n  \"SolSev_E\": \"0,07\",\n  \"BiogasSev_E\": \"0,75\",\n  \"TidalSev_E\": \"0,00\",\n  \"SumS_E\": \"4,43\",\n  \"SumH_E\": \"49,83\",\n  \"SumSev_E\": \"54,26\",\n  \"SumGront_E\": \"8,12\",\n  \"SdDiesel_P\": \"85,03\",\n  \"FoVand_P\": \"4,31\",\n  \"MyVand_P\": \"0,00\",\n  \"HeVand_P\": \"0,00\",\n  \"EiVand_P\": \"8,97\",\n  \"StDiesel_P\": \"0,00\",\n  \"StVand_P\": \"0,00\",\n  \"NoDiesel_P\": \"0,00\",\n  \"SorDiesel_P\": \"0,00\",\n  \"HhVind_P\": \"0,00\",\n  \"NeVind_P\": \"0,00\",\n  \"RoVind_P\": \"0,00\",\n  \"ViRoVind_P\": \"0,00\",\n  \"SuStVind_P\": \"0,18\",\n  \"NoStVind_P\": \"0,00\",\n  \"SuVind_P\": \"13,32\",\n  \"VgDiesel_P\": \"85,10\",\n  \"BoVand_P\": \"0,00\",\n  \"SuSol_P\": \"1,58\",\n  \"PoVind_P\": \"13,32\",\n  \"Minesto_P\": \"0,00\",\n  \"Forka_P\": \"1,51\",\n  \"VandH_P\": \"13,3\",\n  \"VindH_P\": \"0,2\",\n  \"OlieH_P\": \"85,0\",\n  \"BiogasH_P\": \"1,5\",\n  \"TidalH_P\": \"0,0\",\n  \"VandS_P\": \"0,0\",\n  \"OlieS_P\": \"85,1\",\n  \"VindS_P\": \"13,3\",\n  \"SolS_P\": \"1,6\",\n  \"VandSev_P\": \"12,2\",\n  \"OlieSev_P\": \"85,0\",\n  \"VindSev_P\": \"1,3\",\n  \"SolSev_P\": \"0,1\",\n  \"BiogasSev_P\": \"1,4\",\n  \"TidalSev_P\": \"0,0\",\n  \"SumS_P\": \"8,16\",\n  \"SumH_P\": \"91,84\",\n  \"Gront_P\": \"15,00\",\n  \"Vatnid\": \"-5,25\",\n  \"Lomundaroyri\": \"-1,28\",\n  \"Heygadalur\": \"-5,50\",\n  \"Eidisvatn\": \"-6,52\",\n  \"Strandadalur\": \"0,15\",\n  \"Ryskisvatn\": \"0,09\",\n  \"Vatnsnesvatn\": \"-1,42\"\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FR/response.json",
    "content": "{\n    \"nhits\": 97,\n    \"parameters\": {\n        \"dataset\": \"eco2mix-national-tr\",\n        \"q\": \"date_heure >= 2023-09-21T02:00 AND date_heure <= 2023-09-22T02:00\",\n        \"rows\": 100,\n        \"start\": 0,\n        \"format\": \"json\",\n        \"timezone\": \"Europe/Paris\"\n    },\n    \"records\": [\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"0e195ef8ffa25fccd32f6b9017f9008b0623dd29\",\n            \"fields\": {\n                \"consommation\": 35683,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9077,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -11204,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 677,\n                \"nucleaire\": 34482,\n                \"prevision_j\": 36200,\n                \"gaz_ccg\": 194,\n                \"hydraulique_step_turbinage\": 3,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 446,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"0\",\n                \"hydraulique\": 3504,\n                \"fioul_autres\": 0,\n                \"heure\": \"02:45\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T02:45:00+02:00\",\n                \"pompage\": -1420,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"489\",\n                \"prevision_j1\": 36500,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1011,\n                \"eolien_terrestre\": \"8588\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2489\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"0131f3b2f20ad9dd2ca6e3a2824190207dc9b5d7\",\n            \"fields\": {\n                \"consommation\": 45873,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5881,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -7015,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 676,\n                \"nucleaire\": 38767,\n                \"prevision_j\": 45650,\n                \"gaz_ccg\": 1249,\n                \"hydraulique_step_turbinage\": 898,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1546,\n                \"solaire\": 580,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5316,\n                \"fioul_autres\": 0,\n                \"heure\": \"08:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 299,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T08:15:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"64\",\n                \"prevision_j1\": 45750,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1137,\n                \"eolien_terrestre\": \"5816\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3281\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"f1c099bc0b42c2bc007d3286c9784d0178bf3cba\",\n            \"fields\": {\n                \"ech_comm_suisse\": -302,\n                \"consommation\": 47162,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5788,\n                \"bioenergies_dechets\": 56,\n                \"ech_physiques\": -6258,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 673,\n                \"nucleaire\": 38770,\n                \"prevision_j\": 47000,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1327,\n                \"ech_comm_allemagne_belgique\": \"-2278\",\n                \"hydraulique_step_turbinage\": 918,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1640,\n                \"solaire\": 1199,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5223,\n                \"fioul_autres\": 0,\n                \"heure\": \"09:00\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 314,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T09:00:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"78\",\n                \"prevision_j1\": 46600,\n                \"ech_comm_italie\": -1548,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1128,\n                \"eolien_terrestre\": \"5711\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3177\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9c64c00105f14c53f012a28280623c2b59b60727\",\n            \"fields\": {\n                \"ech_comm_suisse\": -551,\n                \"consommation\": 49292,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4611,\n                \"bioenergies_dechets\": 55,\n                \"ech_physiques\": -5005,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 671,\n                \"nucleaire\": 38909,\n                \"prevision_j\": 49400,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1365,\n                \"ech_comm_allemagne_belgique\": \"-1956\",\n                \"hydraulique_step_turbinage\": 780,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1708,\n                \"solaire\": 3249,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 5024,\n                \"fioul_autres\": 0,\n                \"heure\": \"10:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 345,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T10:30:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"105\",\n                \"prevision_j1\": 48200,\n                \"ech_comm_italie\": -1548,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1204,\n                \"eolien_terrestre\": \"4506\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3040\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"500970f64d717537f04d193b133f427f62ade09d\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1087,\n                \"consommation\": 49757,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3892,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -5247,\n                \"fioul_tac\": 73,\n                \"charbon\": 11,\n                \"bioenergies\": 670,\n                \"nucleaire\": 38825,\n                \"prevision_j\": 49700,\n                \"ech_comm_angleterre\": \"-2680\",\n                \"gaz_ccg\": 1215,\n                \"ech_comm_allemagne_belgique\": \"-807\",\n                \"hydraulique_step_turbinage\": 1018,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1603,\n                \"solaire\": 4120,\n                \"stockage_batterie\": \"-12\",\n                \"hydraulique\": 5746,\n                \"fioul_autres\": 0,\n                \"heure\": \"11:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T11:30:00+02:00\",\n                \"pompage\": -40,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 186,\n                \"eolien_offshore\": \"260\",\n                \"prevision_j1\": 48500,\n                \"ech_comm_italie\": -1398,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1488,\n                \"eolien_terrestre\": \"3633\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3240\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"6cfe6912441478b3c503b767e7cb7fc7c654b03f\",\n            \"fields\": {\n                \"consommation\": 48739,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4618,\n                \"bioenergies_dechets\": 55,\n                \"ech_physiques\": -5792,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 672,\n                \"nucleaire\": 38413,\n                \"prevision_j\": 48450,\n                \"gaz_ccg\": 1193,\n                \"hydraulique_step_turbinage\": 340,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1573,\n                \"solaire\": 4793,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 4346,\n                \"fioul_autres\": 0,\n                \"heure\": \"14:15\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 381,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T14:15:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"151\",\n                \"prevision_j1\": 48100,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1173,\n                \"eolien_terrestre\": \"4467\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2832\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c1a1d0970f66542f7c22851bb9a371d70689a5fe\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2052,\n                \"consommation\": 47998,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5727,\n                \"bioenergies_dechets\": 49,\n                \"ech_physiques\": -6845,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 664,\n                \"nucleaire\": 37987,\n                \"prevision_j\": 47600,\n                \"ech_comm_angleterre\": \"-1970\",\n                \"gaz_ccg\": 1317,\n                \"ech_comm_allemagne_belgique\": \"-3489\",\n                \"hydraulique_step_turbinage\": 167,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1661,\n                \"solaire\": 4994,\n                \"stockage_batterie\": \"-15\",\n                \"hydraulique\": 3930,\n                \"fioul_autres\": 0,\n                \"heure\": \"15:00\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 344,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T15:00:00+02:00\",\n                \"pompage\": -238,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"85\",\n                \"prevision_j1\": 47500,\n                \"ech_comm_italie\": -1425,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 869,\n                \"eolien_terrestre\": \"5642\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2894\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9f869a27a2dc1f50b31ff30ba346f1fd4deb0ed5\",\n            \"fields\": {\n                \"consommation\": 46030,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5846,\n                \"bioenergies_dechets\": 46,\n                \"ech_physiques\": -8322,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 658,\n                \"nucleaire\": 37695,\n                \"prevision_j\": 46900,\n                \"gaz_ccg\": 1311,\n                \"hydraulique_step_turbinage\": 396,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1657,\n                \"solaire\": 4216,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 4390,\n                \"fioul_autres\": 0,\n                \"heure\": \"15:45\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 347,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T15:45:00+02:00\",\n                \"pompage\": -235,\n                \"bioenergies_biomasse\": 362,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"166\",\n                \"prevision_j1\": 46650,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 997,\n                \"eolien_terrestre\": \"5680\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2997\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"04ea621cee008664a921d90f5d7f55e0beda92d7\",\n            \"fields\": {\n                \"consommation\": 45261,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5633,\n                \"bioenergies_dechets\": 48,\n                \"ech_physiques\": -10180,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 638,\n                \"nucleaire\": 37918,\n                \"prevision_j\": 45800,\n                \"gaz_ccg\": 1556,\n                \"hydraulique_step_turbinage\": 1387,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1892,\n                \"solaire\": 3416,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 5820,\n                \"fioul_autres\": 0,\n                \"heure\": \"16:45\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 337,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T16:45:00+02:00\",\n                \"pompage\": -4,\n                \"bioenergies_biomasse\": 340,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"410\",\n                \"prevision_j1\": 45400,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1269,\n                \"eolien_terrestre\": \"5223\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3164\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"99369627b65a7a5c567634a5b5cfae37813f3858\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1220,\n                \"consommation\": 45393,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5704,\n                \"bioenergies_dechets\": 44,\n                \"ech_physiques\": -9769,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 642,\n                \"nucleaire\": 37821,\n                \"prevision_j\": 45700,\n                \"ech_comm_angleterre\": \"-2832\",\n                \"gaz_ccg\": 1590,\n                \"ech_comm_allemagne_belgique\": \"-5107\",\n                \"hydraulique_step_turbinage\": 1179,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1925,\n                \"solaire\": 3346,\n                \"stockage_batterie\": \"-14\",\n                \"hydraulique\": 5610,\n                \"fioul_autres\": 0,\n                \"heure\": \"17:00\",\n                \"taux_co2\": 23,\n                \"gaz_cogen\": 336,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T17:00:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 347,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"489\",\n                \"prevision_j1\": 45300,\n                \"ech_comm_italie\": -1560,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1255,\n                \"eolien_terrestre\": \"5215\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3176\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"faa1c2ba6efceceec94c4338353f7777f39a2cd7\",\n            \"fields\": {\n                \"ech_comm_suisse\": 30,\n                \"consommation\": 47455,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5192,\n                \"bioenergies_dechets\": 47,\n                \"ech_physiques\": -5938,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 652,\n                \"nucleaire\": 37784,\n                \"prevision_j\": 47700,\n                \"ech_comm_angleterre\": \"-1664\",\n                \"gaz_ccg\": 1943,\n                \"ech_comm_allemagne_belgique\": \"-4331\",\n                \"hydraulique_step_turbinage\": 977,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2255,\n                \"solaire\": 732,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 6659,\n                \"fioul_autres\": 0,\n                \"heure\": \"19:00\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 313,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T19:00:00+02:00\",\n                \"pompage\": -2,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"303\",\n                \"prevision_j1\": 47400,\n                \"ech_comm_italie\": -1206,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1840,\n                \"eolien_terrestre\": \"4889\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3843\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"dafe48a8cc31b086a16999cf2af54bf0ee3d6a3e\",\n            \"fields\": {\n                \"ech_comm_suisse\": 1200,\n                \"consommation\": 46277,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5434,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -7220,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 657,\n                \"nucleaire\": 37737,\n                \"prevision_j\": 46800,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1975,\n                \"ech_comm_allemagne_belgique\": \"-4265\",\n                \"hydraulique_step_turbinage\": 1345,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2249,\n                \"solaire\": 218,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 7085,\n                \"fioul_autres\": 0,\n                \"heure\": \"20:30\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 275,\n                \"destockage_batterie\": \"5\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T20:30:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"570\",\n                \"prevision_j1\": 46700,\n                \"ech_comm_italie\": -1410,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 641,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1835,\n                \"eolien_terrestre\": \"4864\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3906\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9ab554050d48d65dd3be730accc6404cb252e1fe\",\n            \"fields\": {\n                \"consommation\": 45222,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5329,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -7412,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 654,\n                \"nucleaire\": 37386,\n                \"prevision_j\": 45950,\n                \"gaz_ccg\": 1873,\n                \"hydraulique_step_turbinage\": 1115,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2141,\n                \"solaire\": 219,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 6789,\n                \"fioul_autres\": 0,\n                \"heure\": \"20:45\",\n                \"taux_co2\": 25,\n                \"gaz_cogen\": 269,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T20:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 107,\n                \"eolien_offshore\": \"442\",\n                \"prevision_j1\": 45900,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1718,\n                \"eolien_terrestre\": \"4887\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3956\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"2c5cfa04a6137c3b3690a32cb9bb9630e858fa23\",\n            \"fields\": {\n                \"consommation\": 41927,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5900,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -10677,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 658,\n                \"nucleaire\": 37886,\n                \"prevision_j\": 42800,\n                \"gaz_ccg\": 1914,\n                \"hydraulique_step_turbinage\": 592,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2212,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5823,\n                \"fioul_autres\": 0,\n                \"heure\": \"22:15\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 299,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T22:15:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"440\",\n                \"prevision_j1\": 42950,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1574,\n                \"eolien_terrestre\": \"5460\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3657\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"a464264db9c1a36ab9fdee18fa41dea1e96aa141\",\n            \"fields\": {\n                \"ech_comm_suisse\": -151,\n                \"consommation\": 41815,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6644,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -10673,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 651,\n                \"nucleaire\": 37632,\n                \"prevision_j\": 43300,\n                \"ech_comm_angleterre\": \"-2981\",\n                \"gaz_ccg\": 1821,\n                \"ech_comm_allemagne_belgique\": \"-3316\",\n                \"hydraulique_step_turbinage\": 475,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2076,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 5392,\n                \"fioul_autres\": 0,\n                \"heure\": \"23:30\",\n                \"taux_co2\": 25,\n                \"gaz_cogen\": 255,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T23:30:00+02:00\",\n                \"pompage\": -25,\n                \"bioenergies_biomasse\": 349,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"397\",\n                \"prevision_j1\": 43700,\n                \"ech_comm_italie\": -1355,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1356,\n                \"eolien_terrestre\": \"6247\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3560\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"6166274efc9b529bcd62cbc82305e72cc14efd69\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2227,\n                \"consommation\": 36804,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7027,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -13920,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 647,\n                \"nucleaire\": 37636,\n                \"prevision_j\": 37700,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 222,\n                \"ech_comm_allemagne_belgique\": \"-6039\",\n                \"hydraulique_step_turbinage\": 868,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 472,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5121,\n                \"fioul_autres\": 0,\n                \"heure\": \"01:30\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T01:30:00+02:00\",\n                \"pompage\": -292,\n                \"bioenergies_biomasse\": 347,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 109,\n                \"eolien_offshore\": \"403\",\n                \"prevision_j1\": 37900,\n                \"ech_comm_italie\": -1256,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1322,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1319,\n                \"eolien_terrestre\": \"6624\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2934\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"8d8188c898978bae0052733966a6c3119d0da9b0\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2227,\n                \"consommation\": 36868,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9554,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -11651,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 677,\n                \"nucleaire\": 35070,\n                \"prevision_j\": 37900,\n                \"ech_comm_angleterre\": \"-624\",\n                \"gaz_ccg\": 185,\n                \"ech_comm_allemagne_belgique\": \"-5159\",\n                \"hydraulique_step_turbinage\": 2,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 436,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 3449,\n                \"fioul_autres\": 0,\n                \"heure\": \"02:00\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 252,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T02:00:00+02:00\",\n                \"pompage\": -781,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"530\",\n                \"prevision_j1\": 38400,\n                \"ech_comm_italie\": -1382,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1075,\n                \"eolien_terrestre\": \"9024\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2372\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"5e8c9cea518482d82e9231b2895026dbf72e8043\",\n            \"fields\": {\n                \"consommation\": 37195,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9349,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -11639,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 35576,\n                \"prevision_j\": 37350,\n                \"gaz_ccg\": 175,\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 427,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-1\",\n                \"hydraulique\": 3467,\n                \"fioul_autres\": 0,\n                \"heure\": \"02:15\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T02:15:00+02:00\",\n                \"pompage\": -783,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"506\",\n                \"prevision_j1\": 37800,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1072,\n                \"eolien_terrestre\": \"8843\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2395\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"ac1b0fcb0871366853361cbda17e121f93575f9e\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2227,\n                \"consommation\": 36393,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9118,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -11498,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 34830,\n                \"prevision_j\": 36800,\n                \"ech_comm_angleterre\": \"-624\",\n                \"gaz_ccg\": 195,\n                \"ech_comm_allemagne_belgique\": \"-5157\",\n                \"hydraulique_step_turbinage\": 4,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 447,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 3484,\n                \"fioul_autres\": 0,\n                \"heure\": \"02:30\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T02:30:00+02:00\",\n                \"pompage\": -782,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"481\",\n                \"prevision_j1\": 37200,\n                \"ech_comm_italie\": -1382,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1004,\n                \"eolien_terrestre\": \"8637\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2476\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"cca827c573f4c30368d5bc4ee585bc3ef09d3e00\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 33888,\n                \"fioul_cogen\": 113,\n                \"eolien\": 8417,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -11701,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 34287,\n                \"prevision_j\": 34400,\n                \"ech_comm_angleterre\": \"-1101\",\n                \"gaz_ccg\": 142,\n                \"ech_comm_allemagne_belgique\": \"-5755\",\n                \"hydraulique_step_turbinage\": 1,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 394,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 3127,\n                \"fioul_autres\": 0,\n                \"heure\": \"04:00\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T04:00:00+02:00\",\n                \"pompage\": -1426,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"104\",\n                \"prevision_j1\": 34600,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 585,\n                \"eolien_terrestre\": \"8313\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2541\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"fc500bdcbfab710893078baff72812a6d5097982\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2155,\n                \"consommation\": 37007,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6612,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -10733,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 675,\n                \"nucleaire\": 36491,\n                \"prevision_j\": 37700,\n                \"ech_comm_angleterre\": \"-1665\",\n                \"gaz_ccg\": 452,\n                \"ech_comm_allemagne_belgique\": \"-2961\",\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 705,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-25\",\n                \"hydraulique\": 3930,\n                \"fioul_autres\": 0,\n                \"heure\": \"06:00\",\n                \"taux_co2\": 15,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"9\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T06:00:00+02:00\",\n                \"pompage\": -779,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"57\",\n                \"prevision_j1\": 38100,\n                \"ech_comm_italie\": -1399,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1644,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1390,\n                \"eolien_terrestre\": \"6555\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2540\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9ecca7eace66ab1aca347087b487ab25afb6fc7d\",\n            \"fields\": {\n                \"consommation\": 41230,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6405,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -9877,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 675,\n                \"nucleaire\": 38168,\n                \"prevision_j\": 41400,\n                \"gaz_ccg\": 724,\n                \"hydraulique_step_turbinage\": 418,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 977,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 4758,\n                \"fioul_autres\": 0,\n                \"heure\": \"06:45\",\n                \"taux_co2\": 16,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"7\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T06:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"73\",\n                \"prevision_j1\": 41800,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1470,\n                \"eolien_terrestre\": \"6331\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2869\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"0a94255ffc66cdd469144d311a6529436200f275\",\n            \"fields\": {\n                \"consommation\": 43803,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5736,\n                \"bioenergies_dechets\": 58,\n                \"ech_physiques\": -7859,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 673,\n                \"nucleaire\": 38486,\n                \"prevision_j\": 43400,\n                \"gaz_ccg\": 866,\n                \"hydraulique_step_turbinage\": 717,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1134,\n                \"solaire\": 383,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 5135,\n                \"fioul_autres\": 0,\n                \"heure\": \"07:15\",\n                \"taux_co2\": 18,\n                \"gaz_cogen\": 269,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T07:15:00+02:00\",\n                \"pompage\": -2,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"87\",\n                \"prevision_j1\": 43950,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1422,\n                \"eolien_terrestre\": \"5649\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2997\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"76ce86ec84ec72a020582fdb91a761fcd8984be6\",\n            \"fields\": {\n                \"consommation\": 46646,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5836,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -6528,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 673,\n                \"nucleaire\": 38732,\n                \"prevision_j\": 46550,\n                \"gaz_ccg\": 1308,\n                \"hydraulique_step_turbinage\": 887,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1622,\n                \"solaire\": 977,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5207,\n                \"fioul_autres\": 0,\n                \"heure\": \"08:45\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 314,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T08:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"77\",\n                \"prevision_j1\": 46400,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1116,\n                \"eolien_terrestre\": \"5759\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3205\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"dcb6fa07c4799e2a3287a7e01b0cd3ee0a113187\",\n            \"fields\": {\n                \"ech_comm_suisse\": -302,\n                \"consommation\": 48210,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5631,\n                \"bioenergies_dechets\": 57,\n                \"ech_physiques\": -5660,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 665,\n                \"nucleaire\": 38756,\n                \"prevision_j\": 48000,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1275,\n                \"ech_comm_allemagne_belgique\": \"-1978\",\n                \"hydraulique_step_turbinage\": 1008,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1604,\n                \"solaire\": 1993,\n                \"stockage_batterie\": \"-7\",\n                \"hydraulique\": 5102,\n                \"fioul_autres\": 0,\n                \"heure\": \"09:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 330,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T09:30:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 357,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"75\",\n                \"prevision_j1\": 47800,\n                \"ech_comm_italie\": -1548,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1063,\n                \"eolien_terrestre\": \"5555\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3030\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"f3753be2cbf9e82a7cc585f46b62f871ae413eea\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1087,\n                \"consommation\": 49622,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4054,\n                \"bioenergies_dechets\": 57,\n                \"ech_physiques\": -3996,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 673,\n                \"nucleaire\": 38877,\n                \"prevision_j\": 49100,\n                \"ech_comm_angleterre\": \"-2680\",\n                \"gaz_ccg\": 1246,\n                \"ech_comm_allemagne_belgique\": \"-1262\",\n                \"hydraulique_step_turbinage\": 694,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1604,\n                \"solaire\": 3407,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 4889,\n                \"fioul_autres\": 0,\n                \"heure\": \"11:00\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 359,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T11:00:00+02:00\",\n                \"pompage\": -4,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 111,\n                \"eolien_offshore\": \"155\",\n                \"prevision_j1\": 48600,\n                \"ech_comm_italie\": -1398,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1139,\n                \"eolien_terrestre\": \"3899\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3057\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"185d504046ea558e3aff9693109b07cea1a9c466\",\n            \"fields\": {\n                \"consommation\": 49653,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3520,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -4498,\n                \"fioul_tac\": 74,\n                \"charbon\": 11,\n                \"bioenergies\": 669,\n                \"nucleaire\": 38678,\n                \"prevision_j\": 50050,\n                \"gaz_ccg\": 1263,\n                \"hydraulique_step_turbinage\": 829,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1652,\n                \"solaire\": 3978,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 5509,\n                \"fioul_autres\": 0,\n                \"heure\": \"11:45\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T11:45:00+02:00\",\n                \"pompage\": -48,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 187,\n                \"eolien_offshore\": \"84\",\n                \"prevision_j1\": 48800,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1431,\n                \"eolien_terrestre\": \"3436\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3249\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"5a4faf447e99d93983d80db4e62b50a041d81bf5\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1021,\n                \"consommation\": 50125,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3689,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -4271,\n                \"fioul_tac\": 73,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38643,\n                \"prevision_j\": 49700,\n                \"ech_comm_angleterre\": \"-1517\",\n                \"gaz_ccg\": 1160,\n                \"ech_comm_allemagne_belgique\": \"-693\",\n                \"hydraulique_step_turbinage\": 885,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1549,\n                \"solaire\": 4409,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 5297,\n                \"fioul_autres\": 0,\n                \"heure\": \"12:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T12:30:00+02:00\",\n                \"pompage\": -48,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 186,\n                \"eolien_offshore\": \"66\",\n                \"prevision_j1\": 48800,\n                \"ech_comm_italie\": -1241,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1250,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1244,\n                \"eolien_terrestre\": \"3622\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3168\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"bc6c85e44340d8783b63aef7adb06b8d4dce118c\",\n            \"fields\": {\n                \"consommation\": 48964,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4102,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -4866,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 665,\n                \"nucleaire\": 38521,\n                \"prevision_j\": 49000,\n                \"gaz_ccg\": 1171,\n                \"hydraulique_step_turbinage\": 424,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1559,\n                \"solaire\": 4529,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 4332,\n                \"fioul_autres\": 0,\n                \"heure\": \"13:45\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 389,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T13:45:00+02:00\",\n                \"pompage\": -2,\n                \"bioenergies_biomasse\": 363,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"235\",\n                \"prevision_j1\": 48500,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1003,\n                \"eolien_terrestre\": \"3867\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2905\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"b8b43a742c87a5cd19580c9d41f627659785737e\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1990,\n                \"consommation\": 46117,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5790,\n                \"bioenergies_dechets\": 47,\n                \"ech_physiques\": -8175,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 636,\n                \"nucleaire\": 37734,\n                \"prevision_j\": 46700,\n                \"ech_comm_angleterre\": \"-2169\",\n                \"gaz_ccg\": 1352,\n                \"ech_comm_allemagne_belgique\": \"-5503\",\n                \"hydraulique_step_turbinage\": 401,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1695,\n                \"solaire\": 4087,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 4464,\n                \"fioul_autres\": 0,\n                \"heure\": \"16:00\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 344,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T16:00:00+02:00\",\n                \"pompage\": -238,\n                \"bioenergies_biomasse\": 339,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"189\",\n                \"prevision_j1\": 46400,\n                \"ech_comm_italie\": -1560,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1032,\n                \"eolien_terrestre\": \"5601\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3031\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"900afda710040a252367c796648cd9bfbaf6c879\",\n            \"fields\": {\n                \"consommation\": 45247,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5586,\n                \"bioenergies_dechets\": 46,\n                \"ech_physiques\": -9161,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 649,\n                \"nucleaire\": 37721,\n                \"prevision_j\": 45400,\n                \"gaz_ccg\": 1424,\n                \"hydraulique_step_turbinage\": 741,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1752,\n                \"solaire\": 3134,\n                \"stockage_batterie\": \"-12\",\n                \"hydraulique\": 5450,\n                \"fioul_autres\": 0,\n                \"heure\": \"17:15\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 329,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T17:15:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"443\",\n                \"prevision_j1\": 44950,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1315,\n                \"eolien_terrestre\": \"5144\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3393\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"3e1e675446f78cabed7fca54878f451095eda463\",\n            \"fields\": {\n                \"consommation\": 45242,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5439,\n                \"bioenergies_dechets\": 46,\n                \"ech_physiques\": -9710,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 652,\n                \"nucleaire\": 37876,\n                \"prevision_j\": 45450,\n                \"gaz_ccg\": 1551,\n                \"hydraulique_step_turbinage\": 1471,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1879,\n                \"solaire\": 2312,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 6668,\n                \"fioul_autres\": 0,\n                \"heure\": \"17:45\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 329,\n                \"destockage_batterie\": \"7\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T17:45:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"449\",\n                \"prevision_j1\": 45000,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1642,\n                \"eolien_terrestre\": \"4989\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3555\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"e160f28dfabe8133f75ea2ac6ecc814d5a6bcf12\",\n            \"fields\": {\n                \"consommation\": 45822,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5483,\n                \"bioenergies_dechets\": 46,\n                \"ech_physiques\": -6669,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 649,\n                \"nucleaire\": 37522,\n                \"prevision_j\": 45950,\n                \"gaz_ccg\": 1334,\n                \"hydraulique_step_turbinage\": 414,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1646,\n                \"solaire\": 1737,\n                \"stockage_batterie\": \"-10\",\n                \"hydraulique\": 5338,\n                \"fioul_autres\": 0,\n                \"heure\": \"18:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 314,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T18:15:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 352,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"436\",\n                \"prevision_j1\": 45550,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1190,\n                \"eolien_terrestre\": \"5047\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3734\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"64763e7df7aa8cc209d3a73f8b78add51550b5b6\",\n            \"fields\": {\n                \"consommation\": 46697,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5209,\n                \"bioenergies_dechets\": 47,\n                \"ech_physiques\": -6072,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 650,\n                \"nucleaire\": 37866,\n                \"prevision_j\": 46900,\n                \"gaz_ccg\": 1772,\n                \"hydraulique_step_turbinage\": 533,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2085,\n                \"solaire\": 947,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5889,\n                \"fioul_autres\": 0,\n                \"heure\": \"18:45\",\n                \"taux_co2\": 25,\n                \"gaz_cogen\": 314,\n                \"destockage_batterie\": \"7\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T18:45:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"240\",\n                \"prevision_j1\": 46550,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1447,\n                \"eolien_terrestre\": \"4969\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3909\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"2f878c9060fdc9e66a2cfef286160a5b253138ac\",\n            \"fields\": {\n                \"ech_comm_suisse\": 1200,\n                \"consommation\": 47241,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5335,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -5841,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 657,\n                \"nucleaire\": 37752,\n                \"prevision_j\": 47000,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 2036,\n                \"ech_comm_allemagne_belgique\": \"-4392\",\n                \"hydraulique_step_turbinage\": 891,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2325,\n                \"solaire\": 234,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 6664,\n                \"fioul_autres\": 0,\n                \"heure\": \"20:00\",\n                \"taux_co2\": 27,\n                \"gaz_cogen\": 290,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T20:00:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"567\",\n                \"prevision_j1\": 46800,\n                \"ech_comm_italie\": -1410,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 641,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1863,\n                \"eolien_terrestre\": \"4767\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3910\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"e804eb78cc4097824ec041c2d10677550de79977\",\n            \"fields\": {\n                \"ech_comm_suisse\": 536,\n                \"consommation\": 42762,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5484,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -10251,\n                \"fioul_tac\": 470,\n                \"charbon\": 11,\n                \"bioenergies\": 654,\n                \"nucleaire\": 37793,\n                \"prevision_j\": 43600,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1860,\n                \"ech_comm_allemagne_belgique\": \"-3643\",\n                \"hydraulique_step_turbinage\": 816,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2166,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 6329,\n                \"fioul_autres\": 0,\n                \"heure\": \"21:30\",\n                \"taux_co2\": 32,\n                \"gaz_cogen\": 307,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T21:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 583,\n                \"eolien_offshore\": \"440\",\n                \"prevision_j1\": 43700,\n                \"ech_comm_italie\": -1353,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1599,\n                \"eolien_terrestre\": \"5045\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3915\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"51f472c70018d25735a35e93e9b4656e6f3add97\",\n            \"fields\": {\n                \"consommation\": 42101,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5569,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -9995,\n                \"fioul_tac\": 391,\n                \"charbon\": 11,\n                \"bioenergies\": 652,\n                \"nucleaire\": 37778,\n                \"prevision_j\": 43050,\n                \"gaz_ccg\": 1855,\n                \"hydraulique_step_turbinage\": 379,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2160,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-19\",\n                \"hydraulique\": 5436,\n                \"fioul_autres\": 0,\n                \"heure\": \"21:45\",\n                \"taux_co2\": 32,\n                \"gaz_cogen\": 307,\n                \"destockage_batterie\": \"5\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T21:45:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 352,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 504,\n                \"eolien_offshore\": \"417\",\n                \"prevision_j1\": 43150,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1433,\n                \"eolien_terrestre\": \"5152\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3623\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"88c245b434ef9224525d89db96c9aa71bbfcde5e\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1815,\n                \"consommation\": 40878,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6698,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -10969,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 654,\n                \"nucleaire\": 37570,\n                \"prevision_j\": 41100,\n                \"ech_comm_angleterre\": \"-3027\",\n                \"gaz_ccg\": 1714,\n                \"ech_comm_allemagne_belgique\": \"-5024\",\n                \"hydraulique_step_turbinage\": 377,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 1961,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 4893,\n                \"fioul_autres\": 0,\n                \"heure\": \"00:00\",\n                \"taux_co2\": 24,\n                \"gaz_cogen\": 248,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T00:00:00+02:00\",\n                \"pompage\": -46,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"391\",\n                \"prevision_j1\": 41700,\n                \"ech_comm_italie\": -1071,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1604,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1187,\n                \"eolien_terrestre\": \"6307\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3329\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"24b7399269a542c14608c4a5020346b5be05c56e\",\n            \"fields\": {\n                \"consommation\": 40202,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6779,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -12801,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 656,\n                \"nucleaire\": 37867,\n                \"prevision_j\": 40050,\n                \"gaz_ccg\": 1958,\n                \"hydraulique_step_turbinage\": 1031,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 2205,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5416,\n                \"fioul_autres\": 0,\n                \"heure\": \"00:15\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 248,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T00:15:00+02:00\",\n                \"pompage\": -47,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"411\",\n                \"prevision_j1\": 40550,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1188,\n                \"eolien_terrestre\": \"6369\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3198\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9435e44c522bba54bc9305c3350f1be32646bab2\",\n            \"fields\": {\n                \"consommation\": 37620,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7015,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -13525,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 655,\n                \"nucleaire\": 37063,\n                \"prevision_j\": 38050,\n                \"gaz_ccg\": 1392,\n                \"hydraulique_step_turbinage\": 570,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 1643,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 4707,\n                \"fioul_autres\": 0,\n                \"heure\": \"00:45\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T00:45:00+02:00\",\n                \"pompage\": -51,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"576\",\n                \"prevision_j1\": 38400,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1081,\n                \"eolien_terrestre\": \"6439\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3056\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c2d79b02de8a623e2d9c5f6293bc147e1c9f5c31\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2227,\n                \"consommation\": 36968,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6772,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -13576,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 655,\n                \"nucleaire\": 37229,\n                \"prevision_j\": 37100,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 850,\n                \"ech_comm_allemagne_belgique\": \"-6036\",\n                \"hydraulique_step_turbinage\": 580,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 1100,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 4718,\n                \"fioul_autres\": 0,\n                \"heure\": \"01:00\",\n                \"taux_co2\": 18,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T01:00:00+02:00\",\n                \"pompage\": -51,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"440\",\n                \"prevision_j1\": 37400,\n                \"ech_comm_italie\": -1256,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1322,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1144,\n                \"eolien_terrestre\": \"6332\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2993\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"72f58bd167d90f2097c69f019e43ebd104d20b7c\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 35068,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9015,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -11269,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 678,\n                \"nucleaire\": 34042,\n                \"prevision_j\": 35600,\n                \"ech_comm_angleterre\": \"-977\",\n                \"gaz_ccg\": 185,\n                \"ech_comm_allemagne_belgique\": \"-5299\",\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 437,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 3475,\n                \"fioul_autres\": 0,\n                \"heure\": \"03:00\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T03:00:00+02:00\",\n                \"pompage\": -1426,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"458\",\n                \"prevision_j1\": 35800,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 957,\n                \"eolien_terrestre\": \"8556\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2518\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c3d14ddcaeda46a553632b492ef82c83f519ee08\",\n            \"fields\": {\n                \"consommation\": 34314,\n                \"fioul_cogen\": 113,\n                \"eolien\": 8902,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -12010,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 678,\n                \"nucleaire\": 34532,\n                \"prevision_j\": 34500,\n                \"gaz_ccg\": 176,\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 429,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 3093,\n                \"fioul_autres\": 0,\n                \"heure\": \"03:45\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T03:45:00+02:00\",\n                \"pompage\": -1424,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"214\",\n                \"prevision_j1\": 35000,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 553,\n                \"eolien_terrestre\": \"8688\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2540\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"3fee81dd5caf16401267302a8d5d46be3480cf8a\",\n            \"fields\": {\n                \"consommation\": 33809,\n                \"fioul_cogen\": 113,\n                \"eolien\": 8315,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -12353,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 678,\n                \"nucleaire\": 34748,\n                \"prevision_j\": 34300,\n                \"gaz_ccg\": 182,\n                \"hydraulique_step_turbinage\": 2,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 434,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 3290,\n                \"fioul_autres\": 0,\n                \"heure\": \"04:15\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T04:15:00+02:00\",\n                \"pompage\": -1421,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"102\",\n                \"prevision_j1\": 34600,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 732,\n                \"eolien_terrestre\": \"8213\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2556\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"adebde120125a041d0030a2d6e70f3bac79cc9f5\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 33713,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7983,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -12060,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 34701,\n                \"prevision_j\": 34200,\n                \"ech_comm_angleterre\": \"-1101\",\n                \"gaz_ccg\": 208,\n                \"ech_comm_allemagne_belgique\": \"-5759\",\n                \"hydraulique_step_turbinage\": 1,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 460,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 3260,\n                \"fioul_autres\": 0,\n                \"heure\": \"04:30\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T04:30:00+02:00\",\n                \"pompage\": -1424,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"86\",\n                \"prevision_j1\": 34600,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 726,\n                \"eolien_terrestre\": \"7897\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2533\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"90664b57d4a38d95828fa00c89b9b56648771a53\",\n            \"fields\": {\n                \"consommation\": 33947,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7892,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -12027,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 35048,\n                \"prevision_j\": 34400,\n                \"gaz_ccg\": 209,\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 462,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-1\",\n                \"hydraulique\": 3196,\n                \"fioul_autres\": 0,\n                \"heure\": \"04:45\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T04:45:00+02:00\",\n                \"pompage\": -1420,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"89\",\n                \"prevision_j1\": 34750,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 726,\n                \"eolien_terrestre\": \"7803\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2470\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"0964b367f25dd388536a7ccc5d97dee232366fff\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1377,\n                \"consommation\": 44175,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5586,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -7914,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 673,\n                \"nucleaire\": 38616,\n                \"prevision_j\": 44300,\n                \"ech_comm_angleterre\": \"-1646\",\n                \"gaz_ccg\": 837,\n                \"ech_comm_allemagne_belgique\": \"-4585\",\n                \"hydraulique_step_turbinage\": 1036,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1105,\n                \"solaire\": 395,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 5595,\n                \"fioul_autres\": 0,\n                \"heure\": \"07:30\",\n                \"taux_co2\": 17,\n                \"gaz_cogen\": 269,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T07:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"98\",\n                \"prevision_j1\": 44800,\n                \"ech_comm_italie\": -1192,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 944,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1501,\n                \"eolien_terrestre\": \"5488\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3058\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"7bfe6a32139d15aef8008297ed12480fafbe7085\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1563,\n                \"consommation\": 45219,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5697,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -7248,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 671,\n                \"nucleaire\": 38684,\n                \"prevision_j\": 45200,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 937,\n                \"ech_comm_allemagne_belgique\": \"-2064\",\n                \"hydraulique_step_turbinage\": 1014,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1213,\n                \"solaire\": 423,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5661,\n                \"fioul_autres\": 0,\n                \"heure\": \"08:00\",\n                \"taux_co2\": 18,\n                \"gaz_cogen\": 277,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T08:00:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 361,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"59\",\n                \"prevision_j1\": 45300,\n                \"ech_comm_italie\": -1447,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 959,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1410,\n                \"eolien_terrestre\": \"5638\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3237\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"05e17f591fbe3c1faa7b4f7fd1a0b5fdb4b05fd1\",\n            \"fields\": {\n                \"ech_comm_suisse\": -655,\n                \"consommation\": 49138,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4121,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -5261,\n                \"fioul_tac\": 74,\n                \"charbon\": 11,\n                \"bioenergies\": 665,\n                \"nucleaire\": 38612,\n                \"prevision_j\": 49200,\n                \"ech_comm_angleterre\": \"-1629\",\n                \"gaz_ccg\": 1204,\n                \"ech_comm_allemagne_belgique\": \"-2220\",\n                \"hydraulique_step_turbinage\": 591,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1592,\n                \"solaire\": 4614,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 4655,\n                \"fioul_autres\": 0,\n                \"heure\": \"13:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 389,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T13:30:00+02:00\",\n                \"pompage\": -56,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 187,\n                \"eolien_offshore\": \"319\",\n                \"prevision_j1\": 48800,\n                \"ech_comm_italie\": -1541,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1139,\n                \"eolien_terrestre\": \"3802\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2925\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"aba9e7f7724be0e87f1e73742c5419387efa5a81\",\n            \"fields\": {\n                \"ech_comm_suisse\": 514,\n                \"consommation\": 44260,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5331,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -9056,\n                \"fioul_tac\": 297,\n                \"charbon\": 11,\n                \"bioenergies\": 655,\n                \"nucleaire\": 37430,\n                \"prevision_j\": 45100,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1886,\n                \"ech_comm_allemagne_belgique\": \"-3779\",\n                \"hydraulique_step_turbinage\": 1384,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2191,\n                \"solaire\": 220,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 7067,\n                \"fioul_autres\": 0,\n                \"heure\": \"21:00\",\n                \"taux_co2\": 30,\n                \"gaz_cogen\": 307,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T21:00:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 410,\n                \"eolien_offshore\": \"477\",\n                \"prevision_j1\": 45100,\n                \"ech_comm_italie\": -1353,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1717,\n                \"eolien_terrestre\": \"4854\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3966\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"d355310326300e9409ead6c8c7ed17d9f092b85d\",\n            \"fields\": {\n                \"consommation\": 43452,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5425,\n                \"bioenergies_dechets\": 49,\n                \"ech_physiques\": -10575,\n                \"fioul_tac\": 473,\n                \"charbon\": 11,\n                \"bioenergies\": 656,\n                \"nucleaire\": 37864,\n                \"prevision_j\": 44350,\n                \"gaz_ccg\": 2007,\n                \"hydraulique_step_turbinage\": 1464,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2313,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"0\",\n                \"hydraulique\": 7175,\n                \"fioul_autres\": 0,\n                \"heure\": \"21:15\",\n                \"taux_co2\": 33,\n                \"gaz_cogen\": 307,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T21:15:00+02:00\",\n                \"pompage\": -4,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 586,\n                \"eolien_offshore\": \"496\",\n                \"prevision_j1\": 44400,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1773,\n                \"eolien_terrestre\": \"4930\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3938\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c1cc66fccac56c5e1bb449767d3c0ef8695c57e9\",\n            \"fields\": {\n                \"ech_comm_suisse\": 1200,\n                \"consommation\": 42111,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6006,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -10347,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 660,\n                \"nucleaire\": 37850,\n                \"prevision_j\": 43100,\n                \"ech_comm_angleterre\": \"-2918\",\n                \"gaz_ccg\": 1825,\n                \"ech_comm_allemagne_belgique\": \"-3965\",\n                \"hydraulique_step_turbinage\": 507,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2123,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5700,\n                \"fioul_autres\": 0,\n                \"heure\": \"22:30\",\n                \"taux_co2\": 25,\n                \"gaz_cogen\": 299,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T22:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"398\",\n                \"prevision_j1\": 43300,\n                \"ech_comm_italie\": -1580,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1551,\n                \"eolien_terrestre\": \"5608\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3643\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"9cd3daea10532d191678a79511afd1d05f6b4d6d\",\n            \"fields\": {\n                \"consommation\": 42343,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6510,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -10697,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 648,\n                \"nucleaire\": 37759,\n                \"prevision_j\": 43850,\n                \"gaz_ccg\": 1979,\n                \"hydraulique_step_turbinage\": 715,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2271,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-7\",\n                \"hydraulique\": 5750,\n                \"fioul_autres\": 0,\n                \"heure\": \"23:15\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 293,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T23:15:00+02:00\",\n                \"pompage\": -19,\n                \"bioenergies_biomasse\": 347,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"393\",\n                \"prevision_j1\": 44200,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1470,\n                \"eolien_terrestre\": \"6117\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3565\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"340ce83758f4e4eac163a95b473eb57652ed50c2\",\n            \"fields\": {\n                \"consommation\": 41689,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6618,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -10423,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 656,\n                \"nucleaire\": 37464,\n                \"prevision_j\": 42200,\n                \"gaz_ccg\": 1861,\n                \"hydraulique_step_turbinage\": 513,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2108,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-14\",\n                \"hydraulique\": 5195,\n                \"fioul_autres\": 0,\n                \"heure\": \"23:45\",\n                \"taux_co2\": 25,\n                \"gaz_cogen\": 248,\n                \"destockage_batterie\": \"5\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T23:45:00+02:00\",\n                \"pompage\": -40,\n                \"bioenergies_biomasse\": 352,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"397\",\n                \"prevision_j1\": 42700,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1240,\n                \"eolien_terrestre\": \"6221\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3442\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"8b1e30a9a5187ce69de90c9b37cda9d9569459c4\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1815,\n                \"consommation\": 38811,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6848,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -13232,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 653,\n                \"nucleaire\": 37537,\n                \"prevision_j\": 39000,\n                \"ech_comm_angleterre\": \"-3027\",\n                \"gaz_ccg\": 1763,\n                \"ech_comm_allemagne_belgique\": \"-5034\",\n                \"hydraulique_step_turbinage\": 704,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 2010,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 4928,\n                \"fioul_autres\": 0,\n                \"heure\": \"00:30\",\n                \"taux_co2\": 24,\n                \"gaz_cogen\": 248,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T00:30:00+02:00\",\n                \"pompage\": -50,\n                \"bioenergies_biomasse\": 352,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"480\",\n                \"prevision_j1\": 39400,\n                \"ech_comm_italie\": -1071,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1604,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1058,\n                \"eolien_terrestre\": \"6369\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3166\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"457938db9e631366c30fe2af1aa86d35edd30549\",\n            \"fields\": {\n                \"consommation\": 36824,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7248,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -13969,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 652,\n                \"nucleaire\": 37603,\n                \"prevision_j\": 37300,\n                \"gaz_ccg\": 262,\n                \"hydraulique_step_turbinage\": 851,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 512,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 4960,\n                \"fioul_autres\": 0,\n                \"heure\": \"01:45\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T01:45:00+02:00\",\n                \"pompage\": -293,\n                \"bioenergies_biomasse\": 348,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 110,\n                \"eolien_offshore\": \"469\",\n                \"prevision_j1\": 37600,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1189,\n                \"eolien_terrestre\": \"6779\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2920\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"5c4bb28d00f0140529693dca2d87c1a46a72f7c1\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2226,\n                \"consommation\": 36278,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7440,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -14141,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 651,\n                \"nucleaire\": 37536,\n                \"prevision_j\": 36900,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 251,\n                \"ech_comm_allemagne_belgique\": \"-5143\",\n                \"hydraulique_step_turbinage\": 443,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 501,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 4408,\n                \"fioul_autres\": 0,\n                \"heure\": \"02:00\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T02:00:00+02:00\",\n                \"pompage\": -236,\n                \"bioenergies_biomasse\": 347,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 110,\n                \"eolien_offshore\": \"591\",\n                \"prevision_j1\": 37300,\n                \"ech_comm_italie\": -1277,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2125,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1105,\n                \"eolien_terrestre\": \"6849\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2860\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"ae7b4985e6eefa10a2faec16cb3bc04750fafecc\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 34318,\n                \"fioul_cogen\": 113,\n                \"eolien\": 8907,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -12150,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 675,\n                \"nucleaire\": 34484,\n                \"prevision_j\": 34600,\n                \"ech_comm_angleterre\": \"-977\",\n                \"gaz_ccg\": 186,\n                \"ech_comm_allemagne_belgique\": \"-5299\",\n                \"hydraulique_step_turbinage\": 2,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 439,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-14\",\n                \"hydraulique\": 3277,\n                \"fioul_autres\": 0,\n                \"heure\": \"03:30\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T03:30:00+02:00\",\n                \"pompage\": -1423,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"225\",\n                \"prevision_j1\": 35400,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 740,\n                \"eolien_terrestre\": \"8682\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2535\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"fe6ec8a0264f14facfd75256aecacf2c1c5d04f0\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 34245,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7609,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -11689,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 677,\n                \"nucleaire\": 35181,\n                \"prevision_j\": 34600,\n                \"ech_comm_angleterre\": \"-1135\",\n                \"gaz_ccg\": 204,\n                \"ech_comm_allemagne_belgique\": \"-4832\",\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 456,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-1\",\n                \"hydraulique\": 3310,\n                \"fioul_autres\": 0,\n                \"heure\": \"05:00\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T05:00:00+02:00\",\n                \"pompage\": -1421,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"77\",\n                \"prevision_j1\": 34900,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 810,\n                \"eolien_terrestre\": \"7532\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2500\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"ebb77ca4719a02f51fd099d632c94c6e1bbd478d\",\n            \"fields\": {\n                \"consommation\": 34768,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7370,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -11389,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 35166,\n                \"prevision_j\": 35150,\n                \"gaz_ccg\": 208,\n                \"hydraulique_step_turbinage\": 3,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 461,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 3465,\n                \"fioul_autres\": 0,\n                \"heure\": \"05:15\",\n                \"taux_co2\": 13,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T05:15:00+02:00\",\n                \"pompage\": -1095,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"52\",\n                \"prevision_j1\": 35650,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 896,\n                \"eolien_terrestre\": \"7318\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2566\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"1495d640e71fad1ee18d561b6908569e0f992b09\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1727,\n                \"consommation\": 35341,\n                \"fioul_cogen\": 113,\n                \"eolien\": 7087,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -11315,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 677,\n                \"nucleaire\": 35699,\n                \"prevision_j\": 35700,\n                \"ech_comm_angleterre\": \"-1135\",\n                \"gaz_ccg\": 317,\n                \"ech_comm_allemagne_belgique\": \"-4832\",\n                \"hydraulique_step_turbinage\": 2,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 570,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"0\",\n                \"hydraulique\": 3597,\n                \"fioul_autres\": 0,\n                \"heure\": \"05:30\",\n                \"taux_co2\": 14,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T05:30:00+02:00\",\n                \"pompage\": -1095,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"55\",\n                \"prevision_j1\": 36400,\n                \"ech_comm_italie\": -1406,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2350,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 999,\n                \"eolien_terrestre\": \"7032\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2596\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"1e87595e03b2ebe0c5d53dd5caeab0b79ebf6abc\",\n            \"fields\": {\n                \"consommation\": 38560,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6580,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -10251,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 673,\n                \"nucleaire\": 36946,\n                \"prevision_j\": 39000,\n                \"gaz_ccg\": 659,\n                \"hydraulique_step_turbinage\": 60,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 912,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 4039,\n                \"fioul_autres\": 0,\n                \"heure\": \"06:15\",\n                \"taux_co2\": 17,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T06:15:00+02:00\",\n                \"pompage\": -453,\n                \"bioenergies_biomasse\": 362,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"84\",\n                \"prevision_j1\": 39300,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1236,\n                \"eolien_terrestre\": \"6496\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2742\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c8afda0a61233dfa5cf12b3a83d5e0a7167988d0\",\n            \"fields\": {\n                \"consommation\": 44560,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5587,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -8080,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 38746,\n                \"prevision_j\": 44750,\n                \"gaz_ccg\": 935,\n                \"hydraulique_step_turbinage\": 1055,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1211,\n                \"solaire\": 408,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 5888,\n                \"fioul_autres\": 0,\n                \"heure\": \"07:45\",\n                \"taux_co2\": 18,\n                \"gaz_cogen\": 276,\n                \"destockage_batterie\": \"7\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T07:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"82\",\n                \"prevision_j1\": 45050,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1574,\n                \"eolien_terrestre\": \"5505\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3259\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"8be398fc30edf5adc4b01bf66b4497906615f679\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1563,\n                \"consommation\": 46181,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5981,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -6778,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 677,\n                \"nucleaire\": 38651,\n                \"prevision_j\": 46100,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1270,\n                \"ech_comm_allemagne_belgique\": \"-1706\",\n                \"hydraulique_step_turbinage\": 877,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1568,\n                \"solaire\": 760,\n                \"stockage_batterie\": \"-1\",\n                \"hydraulique\": 5193,\n                \"fioul_autres\": 0,\n                \"heure\": \"08:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 299,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T08:30:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"66\",\n                \"prevision_j1\": 46200,\n                \"ech_comm_italie\": -1447,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 959,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1102,\n                \"eolien_terrestre\": \"5915\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3214\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"5a7914c086ba20d3c07d0c14310898604311db02\",\n            \"fields\": {\n                \"consommation\": 47433,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5780,\n                \"bioenergies_dechets\": 58,\n                \"ech_physiques\": -6173,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 666,\n                \"nucleaire\": 38772,\n                \"prevision_j\": 47500,\n                \"gaz_ccg\": 1234,\n                \"hydraulique_step_turbinage\": 996,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1562,\n                \"solaire\": 1575,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 5129,\n                \"fioul_autres\": 0,\n                \"heure\": \"09:15\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 330,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T09:15:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 357,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"71\",\n                \"prevision_j1\": 47200,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1074,\n                \"eolien_terrestre\": \"5709\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3059\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"118879425a4305c9c27e5f4fb97bd245a921dfdb\",\n            \"fields\": {\n                \"consommation\": 49821,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3987,\n                \"bioenergies_dechets\": 54,\n                \"ech_physiques\": -4688,\n                \"fioul_tac\": 40,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38882,\n                \"prevision_j\": 49400,\n                \"gaz_ccg\": 1230,\n                \"hydraulique_step_turbinage\": 981,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1618,\n                \"solaire\": 3676,\n                \"stockage_batterie\": \"-7\",\n                \"hydraulique\": 5544,\n                \"fioul_autres\": 0,\n                \"heure\": \"11:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 389,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T11:15:00+02:00\",\n                \"pompage\": -25,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 153,\n                \"eolien_offshore\": \"271\",\n                \"prevision_j1\": 48550,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1298,\n                \"eolien_terrestre\": \"3716\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3264\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"51f7a85356a01f3f1c48a096f799c131f13198c0\",\n            \"fields\": {\n                \"consommation\": 47987,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5431,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -6576,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 666,\n                \"nucleaire\": 38202,\n                \"prevision_j\": 47850,\n                \"gaz_ccg\": 1314,\n                \"hydraulique_step_turbinage\": 182,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1658,\n                \"solaire\": 4750,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 3968,\n                \"fioul_autres\": 0,\n                \"heure\": \"14:45\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 345,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T14:45:00+02:00\",\n                \"pompage\": -233,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"95\",\n                \"prevision_j1\": 47750,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 891,\n                \"eolien_terrestre\": \"5336\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2895\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"116abc2ab7abae68bf97b97c6bb4aa05d4125a72\",\n            \"fields\": {\n                \"consommation\": 47310,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5706,\n                \"bioenergies_dechets\": 48,\n                \"ech_physiques\": -7669,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 664,\n                \"nucleaire\": 37694,\n                \"prevision_j\": 47350,\n                \"gaz_ccg\": 1338,\n                \"hydraulique_step_turbinage\": 259,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1681,\n                \"solaire\": 4955,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 4385,\n                \"fioul_autres\": 0,\n                \"heure\": \"15:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 344,\n                \"destockage_batterie\": \"5\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T15:15:00+02:00\",\n                \"pompage\": -233,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"88\",\n                \"prevision_j1\": 47200,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1210,\n                \"eolien_terrestre\": \"5618\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2916\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"d621cbeda25e6a81abc502ede6579b76fcd6d247\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2068,\n                \"consommation\": 46950,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5971,\n                \"bioenergies_dechets\": 47,\n                \"ech_physiques\": -8470,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 652,\n                \"nucleaire\": 37714,\n                \"prevision_j\": 47100,\n                \"ech_comm_angleterre\": \"-1970\",\n                \"gaz_ccg\": 1414,\n                \"ech_comm_allemagne_belgique\": \"-4005\",\n                \"hydraulique_step_turbinage\": 318,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1759,\n                \"solaire\": 4853,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 4577,\n                \"fioul_autres\": 0,\n                \"heure\": \"15:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 346,\n                \"destockage_batterie\": \"10\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T15:30:00+02:00\",\n                \"pompage\": -237,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"124\",\n                \"prevision_j1\": 46900,\n                \"ech_comm_italie\": -1425,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1272,\n                \"eolien_terrestre\": \"5847\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2988\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"4ed37754c7ca8dcf97620363e440256a4a5978bd\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2049,\n                \"consommation\": 45533,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5418,\n                \"bioenergies_dechets\": 49,\n                \"ech_physiques\": -9412,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 640,\n                \"nucleaire\": 37883,\n                \"prevision_j\": 45900,\n                \"ech_comm_angleterre\": \"-2169\",\n                \"gaz_ccg\": 1571,\n                \"ech_comm_allemagne_belgique\": \"-5807\",\n                \"hydraulique_step_turbinage\": 820,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1907,\n                \"solaire\": 3911,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5063,\n                \"fioul_autres\": 0,\n                \"heure\": \"16:30\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 337,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T16:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 341,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"314\",\n                \"prevision_j1\": 45500,\n                \"ech_comm_italie\": -1560,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1205,\n                \"eolien_terrestre\": \"5104\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3038\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"78cf871d7d5e4a6050dd12a8d74e74f1943e856d\",\n            \"fields\": {\n                \"ech_comm_suisse\": 30,\n                \"consommation\": 47468,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5332,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -5787,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 657,\n                \"nucleaire\": 37776,\n                \"prevision_j\": 47500,\n                \"ech_comm_angleterre\": \"-1664\",\n                \"gaz_ccg\": 1969,\n                \"ech_comm_allemagne_belgique\": \"-4346\",\n                \"hydraulique_step_turbinage\": 904,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2266,\n                \"solaire\": 404,\n                \"stockage_batterie\": \"-10\",\n                \"hydraulique\": 6706,\n                \"fioul_autres\": 0,\n                \"heure\": \"19:30\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 298,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T19:30:00+02:00\",\n                \"pompage\": -2,\n                \"bioenergies_biomasse\": 357,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"439\",\n                \"prevision_j1\": 47300,\n                \"ech_comm_italie\": -1206,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1879,\n                \"eolien_terrestre\": \"4893\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3923\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"ffc763837c9cb4cf92ca4246101629aa2b07ae62\",\n            \"fields\": {\n                \"consommation\": 43478,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6310,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -9686,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 650,\n                \"nucleaire\": 37812,\n                \"prevision_j\": 43750,\n                \"gaz_ccg\": 2025,\n                \"hydraulique_step_turbinage\": 710,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2324,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-1\",\n                \"hydraulique\": 5946,\n                \"fioul_autres\": 0,\n                \"heure\": \"22:45\",\n                \"taux_co2\": 27,\n                \"gaz_cogen\": 300,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T22:45:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 346,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"474\",\n                \"prevision_j1\": 44000,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1627,\n                \"eolien_terrestre\": \"5836\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3608\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"e8800c8e18cf7229e8496a7880f92e3913b633d9\",\n            \"fields\": {\n                \"ech_comm_suisse\": -183,\n                \"consommation\": 42394,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6380,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -10975,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 656,\n                \"nucleaire\": 37917,\n                \"prevision_j\": 44400,\n                \"ech_comm_angleterre\": \"-2981\",\n                \"gaz_ccg\": 2033,\n                \"ech_comm_allemagne_belgique\": \"-3626\",\n                \"hydraulique_step_turbinage\": 725,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2332,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 5974,\n                \"fioul_autres\": 0,\n                \"heure\": \"23:00\",\n                \"taux_co2\": 27,\n                \"gaz_cogen\": 300,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T23:00:00+02:00\",\n                \"pompage\": -15,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"429\",\n                \"prevision_j1\": 44700,\n                \"ech_comm_italie\": -1355,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1630,\n                \"eolien_terrestre\": \"5951\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3619\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"87f0c54afabacf02a2d2b9071c301a721db3b644\",\n            \"fields\": {\n                \"consommation\": 34860,\n                \"fioul_cogen\": 113,\n                \"eolien\": 9085,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -12032,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 34703,\n                \"prevision_j\": 35100,\n                \"gaz_ccg\": 139,\n                \"hydraulique_step_turbinage\": 2,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 391,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 3342,\n                \"fioul_autres\": 0,\n                \"heure\": \"03:15\",\n                \"taux_co2\": 12,\n                \"gaz_cogen\": 253,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T03:15:00+02:00\",\n                \"pompage\": -1422,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"423\",\n                \"prevision_j1\": 35600,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 810,\n                \"eolien_terrestre\": \"8663\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2530\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"2c0784775011ff08622bb1f77bd66a32f904c7c9\",\n            \"fields\": {\n                \"consommation\": 35896,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6838,\n                \"bioenergies_dechets\": 59,\n                \"ech_physiques\": -11941,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 36472,\n                \"prevision_j\": 36700,\n                \"gaz_ccg\": 381,\n                \"hydraulique_step_turbinage\": 0,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 633,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 3870,\n                \"fioul_autres\": 0,\n                \"heure\": \"05:45\",\n                \"taux_co2\": 14,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T05:45:00+02:00\",\n                \"pompage\": -772,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"69\",\n                \"prevision_j1\": 37250,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1308,\n                \"eolien_terrestre\": \"6770\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2561\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"23b2396a886470887778a79e246b1e7215ed3903\",\n            \"fields\": {\n                \"ech_comm_suisse\": -2155,\n                \"consommation\": 39856,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6566,\n                \"bioenergies_dechets\": 61,\n                \"ech_physiques\": -10439,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 37653,\n                \"prevision_j\": 40300,\n                \"ech_comm_angleterre\": \"-1665\",\n                \"gaz_ccg\": 647,\n                \"ech_comm_allemagne_belgique\": \"-2899\",\n                \"hydraulique_step_turbinage\": 228,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 900,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 4377,\n                \"fioul_autres\": 0,\n                \"heure\": \"06:30\",\n                \"taux_co2\": 16,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T06:30:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"96\",\n                \"prevision_j1\": 40500,\n                \"ech_comm_italie\": -1399,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -1644,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1305,\n                \"eolien_terrestre\": \"6470\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2844\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"7a38514954fbea4297abdfacb004ce48a39bf881\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1377,\n                \"consommation\": 42536,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5990,\n                \"bioenergies_dechets\": 60,\n                \"ech_physiques\": -9024,\n                \"fioul_tac\": 1,\n                \"charbon\": 7,\n                \"bioenergies\": 676,\n                \"nucleaire\": 38289,\n                \"prevision_j\": 42500,\n                \"ech_comm_angleterre\": \"-1646\",\n                \"gaz_ccg\": 879,\n                \"ech_comm_allemagne_belgique\": \"-4492\",\n                \"hydraulique_step_turbinage\": 621,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1132,\n                \"solaire\": 369,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 4991,\n                \"fioul_autres\": 0,\n                \"heure\": \"07:00\",\n                \"taux_co2\": 18,\n                \"gaz_cogen\": 254,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T07:00:00+02:00\",\n                \"pompage\": -2,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"81\",\n                \"prevision_j1\": 43100,\n                \"ech_comm_italie\": -1192,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 944,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1542,\n                \"eolien_terrestre\": \"5909\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2827\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"23e24de4e8db99862d0a9da98459c86c38820e44\",\n            \"fields\": {\n                \"consommation\": 48159,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5377,\n                \"bioenergies_dechets\": 57,\n                \"ech_physiques\": -5228,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 671,\n                \"nucleaire\": 38684,\n                \"prevision_j\": 48300,\n                \"gaz_ccg\": 1197,\n                \"hydraulique_step_turbinage\": 871,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1534,\n                \"solaire\": 2075,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 4927,\n                \"fioul_autres\": 0,\n                \"heure\": \"09:45\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 338,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T09:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 363,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"79\",\n                \"prevision_j1\": 47850,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1046,\n                \"eolien_terrestre\": \"5298\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3010\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"7b971ede7c4a6fd89542d61856e2646f47b96bc2\",\n            \"fields\": {\n                \"ech_comm_suisse\": -551,\n                \"consommation\": 48402,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5297,\n                \"bioenergies_dechets\": 56,\n                \"ech_physiques\": -5362,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 670,\n                \"nucleaire\": 38750,\n                \"prevision_j\": 48600,\n                \"ech_comm_angleterre\": \"-3028\",\n                \"gaz_ccg\": 1239,\n                \"ech_comm_allemagne_belgique\": \"-2319\",\n                \"hydraulique_step_turbinage\": 892,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1575,\n                \"solaire\": 2425,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 4921,\n                \"fioul_autres\": 0,\n                \"heure\": \"10:00\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 338,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T10:00:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"91\",\n                \"prevision_j1\": 47900,\n                \"ech_comm_italie\": -1548,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1100,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1028,\n                \"eolien_terrestre\": \"5205\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3001\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"b6a5c7dd050663a290fe7f156f31e7251cc1e8f5\",\n            \"fields\": {\n                \"consommation\": 48807,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4902,\n                \"bioenergies_dechets\": 56,\n                \"ech_physiques\": -5248,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 671,\n                \"nucleaire\": 38907,\n                \"prevision_j\": 49000,\n                \"gaz_ccg\": 1363,\n                \"hydraulique_step_turbinage\": 914,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1706,\n                \"solaire\": 2637,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 5107,\n                \"fioul_autres\": 0,\n                \"heure\": \"10:15\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 345,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T10:15:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"93\",\n                \"prevision_j1\": 48050,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1189,\n                \"eolien_terrestre\": \"4809\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3004\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"f2e384e294e765291b61c3ad67c5dbca3c339296\",\n            \"fields\": {\n                \"consommation\": 49209,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4389,\n                \"bioenergies_dechets\": 54,\n                \"ech_physiques\": -4578,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 670,\n                \"nucleaire\": 38889,\n                \"prevision_j\": 49250,\n                \"gaz_ccg\": 1277,\n                \"hydraulique_step_turbinage\": 729,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1628,\n                \"solaire\": 3177,\n                \"stockage_batterie\": \"-4\",\n                \"hydraulique\": 4910,\n                \"fioul_autres\": 0,\n                \"heure\": \"10:45\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 352,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T10:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 366,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"128\",\n                \"prevision_j1\": 48400,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1123,\n                \"eolien_terrestre\": \"4261\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3059\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"772249740ac888be05769bb30b3e2cab3a524235\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1021,\n                \"consommation\": 49959,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3416,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -4132,\n                \"fioul_tac\": 72,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38710,\n                \"prevision_j\": 50400,\n                \"ech_comm_angleterre\": \"-1517\",\n                \"gaz_ccg\": 1254,\n                \"ech_comm_allemagne_belgique\": \"-764\",\n                \"hydraulique_step_turbinage\": 986,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1644,\n                \"solaire\": 4006,\n                \"stockage_batterie\": \"-7\",\n                \"hydraulique\": 5500,\n                \"fioul_autres\": 0,\n                \"heure\": \"12:00\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T12:00:00+02:00\",\n                \"pompage\": -44,\n                \"bioenergies_biomasse\": 367,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 185,\n                \"eolien_offshore\": \"22\",\n                \"prevision_j1\": 49100,\n                \"ech_comm_italie\": -1241,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1250,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1264,\n                \"eolien_terrestre\": \"3393\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3250\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"73894fc971895e193f15d7e6df2088f25d6282eb\",\n            \"fields\": {\n                \"consommation\": 50082,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3515,\n                \"bioenergies_dechets\": 52,\n                \"ech_physiques\": -3900,\n                \"fioul_tac\": 73,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38657,\n                \"prevision_j\": 50050,\n                \"gaz_ccg\": 1158,\n                \"hydraulique_step_turbinage\": 926,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1546,\n                \"solaire\": 4133,\n                \"stockage_batterie\": \"-8\",\n                \"hydraulique\": 5324,\n                \"fioul_autres\": 0,\n                \"heure\": \"12:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 389,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T12:15:00+02:00\",\n                \"pompage\": -51,\n                \"bioenergies_biomasse\": 365,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 186,\n                \"eolien_offshore\": \"22\",\n                \"prevision_j1\": 48950,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1231,\n                \"eolien_terrestre\": \"3493\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3167\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"68db735a95e91dd8c6bf77d1ec5e5774fa74c8da\",\n            \"fields\": {\n                \"consommation\": 50052,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3703,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -4128,\n                \"fioul_tac\": 72,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38555,\n                \"prevision_j\": 50400,\n                \"gaz_ccg\": 1217,\n                \"hydraulique_step_turbinage\": 825,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1606,\n                \"solaire\": 4229,\n                \"stockage_batterie\": \"-7\",\n                \"hydraulique\": 5277,\n                \"fioul_autres\": 0,\n                \"heure\": \"12:45\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T12:45:00+02:00\",\n                \"pompage\": -48,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 185,\n                \"eolien_offshore\": \"136\",\n                \"prevision_j1\": 49650,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1343,\n                \"eolien_terrestre\": \"3567\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3108\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"95e9b8a0cd12e4033aa22939e38a709f3779e900\",\n            \"fields\": {\n                \"ech_comm_suisse\": -651,\n                \"consommation\": 49353,\n                \"fioul_cogen\": 113,\n                \"eolien\": 3950,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -4243,\n                \"fioul_tac\": 73,\n                \"charbon\": 11,\n                \"bioenergies\": 667,\n                \"nucleaire\": 38268,\n                \"prevision_j\": 51100,\n                \"ech_comm_angleterre\": \"-1629\",\n                \"gaz_ccg\": 982,\n                \"ech_comm_allemagne_belgique\": \"-2118\",\n                \"hydraulique_step_turbinage\": 386,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1371,\n                \"solaire\": 4648,\n                \"stockage_batterie\": \"-9\",\n                \"hydraulique\": 4552,\n                \"fioul_autres\": 0,\n                \"heure\": \"13:00\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T13:00:00+02:00\",\n                \"pompage\": -50,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 186,\n                \"eolien_offshore\": \"286\",\n                \"prevision_j1\": 50500,\n                \"ech_comm_italie\": -1541,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1114,\n                \"eolien_terrestre\": \"3665\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3052\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"a80231c6abf7a3506f3e3a626b6379144d1fd9f1\",\n            \"fields\": {\n                \"consommation\": 49517,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4078,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -4899,\n                \"fioul_tac\": 72,\n                \"charbon\": 11,\n                \"bioenergies\": 664,\n                \"nucleaire\": 38492,\n                \"prevision_j\": 50150,\n                \"gaz_ccg\": 1173,\n                \"hydraulique_step_turbinage\": 675,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1561,\n                \"solaire\": 4660,\n                \"stockage_batterie\": \"-10\",\n                \"hydraulique\": 4823,\n                \"fioul_autres\": 0,\n                \"heure\": \"13:15\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 389,\n                \"destockage_batterie\": \"3\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T13:15:00+02:00\",\n                \"pompage\": -50,\n                \"bioenergies_biomasse\": 363,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 185,\n                \"eolien_offshore\": \"315\",\n                \"prevision_j1\": 49650,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1234,\n                \"eolien_terrestre\": \"3762\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2914\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"1c467872c36de2b469459bfcce59c9a14f84d87f\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1293,\n                \"consommation\": 49011,\n                \"fioul_cogen\": 113,\n                \"eolien\": 4227,\n                \"bioenergies_dechets\": 54,\n                \"ech_physiques\": -4594,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38315,\n                \"prevision_j\": 48800,\n                \"ech_comm_angleterre\": \"-1591\",\n                \"gaz_ccg\": 1077,\n                \"ech_comm_allemagne_belgique\": \"-2374\",\n                \"hydraulique_step_turbinage\": 359,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1466,\n                \"solaire\": 4628,\n                \"stockage_batterie\": \"-13\",\n                \"hydraulique\": 4189,\n                \"fioul_autres\": 0,\n                \"heure\": \"14:00\",\n                \"taux_co2\": 20,\n                \"gaz_cogen\": 390,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T14:00:00+02:00\",\n                \"pompage\": -4,\n                \"bioenergies_biomasse\": 363,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"216\",\n                \"prevision_j1\": 48200,\n                \"ech_comm_italie\": -1463,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 987,\n                \"eolien_terrestre\": \"4011\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2842\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"09f9fe70d6d08728c86349a8812d9c2abc48171a\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1294,\n                \"consommation\": 48529,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5031,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -6313,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 668,\n                \"nucleaire\": 38333,\n                \"prevision_j\": 48100,\n                \"ech_comm_angleterre\": \"-1591\",\n                \"gaz_ccg\": 1333,\n                \"ech_comm_allemagne_belgique\": \"-2867\",\n                \"hydraulique_step_turbinage\": 246,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1679,\n                \"solaire\": 4857,\n                \"stockage_batterie\": \"0\",\n                \"hydraulique\": 4150,\n                \"fioul_autres\": 0,\n                \"heure\": \"14:30\",\n                \"taux_co2\": 21,\n                \"gaz_cogen\": 347,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T14:30:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 364,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"163\",\n                \"prevision_j1\": 48000,\n                \"ech_comm_italie\": -1463,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1026,\n                \"eolien_terrestre\": \"4868\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2878\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"e77ab7537498819617cc7444b9f085bca54ee98b\",\n            \"fields\": {\n                \"consommation\": 45700,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5589,\n                \"bioenergies_dechets\": 45,\n                \"ech_physiques\": -9383,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 635,\n                \"nucleaire\": 37867,\n                \"prevision_j\": 46300,\n                \"gaz_ccg\": 1538,\n                \"hydraulique_step_turbinage\": 808,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1873,\n                \"solaire\": 3988,\n                \"stockage_batterie\": \"-6\",\n                \"hydraulique\": 5020,\n                \"fioul_autres\": 0,\n                \"heure\": \"16:15\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 335,\n                \"destockage_batterie\": \"2\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T16:15:00+02:00\",\n                \"pompage\": -10,\n                \"bioenergies_biomasse\": 339,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"219\",\n                \"prevision_j1\": 45950,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1166,\n                \"eolien_terrestre\": \"5370\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3046\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"6c86cf177f1360c6e77f82f789690741db5dfa2b\",\n            \"fields\": {\n                \"ech_comm_suisse\": -1546,\n                \"consommation\": 45076,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5551,\n                \"bioenergies_dechets\": 45,\n                \"ech_physiques\": -9330,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 651,\n                \"nucleaire\": 37841,\n                \"prevision_j\": 45100,\n                \"ech_comm_angleterre\": \"-2832\",\n                \"gaz_ccg\": 1463,\n                \"ech_comm_allemagne_belgique\": \"-5141\",\n                \"hydraulique_step_turbinage\": 873,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1791,\n                \"solaire\": 2706,\n                \"stockage_batterie\": \"-3\",\n                \"hydraulique\": 5733,\n                \"fioul_autres\": 0,\n                \"heure\": \"17:30\",\n                \"taux_co2\": 22,\n                \"gaz_cogen\": 329,\n                \"destockage_batterie\": \"12\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T17:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"430\",\n                \"prevision_j1\": 44600,\n                \"ech_comm_italie\": -1560,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1454,\n                \"eolien_terrestre\": \"5121\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3406\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"e939dc963495e12f039a8e99a712dc40b411c4db\",\n            \"fields\": {\n                \"ech_comm_suisse\": -369,\n                \"consommation\": 45855,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5410,\n                \"bioenergies_dechets\": 46,\n                \"ech_physiques\": -8552,\n                \"fioul_tac\": 0,\n                \"charbon\": 11,\n                \"bioenergies\": 653,\n                \"nucleaire\": 37702,\n                \"prevision_j\": 45800,\n                \"ech_comm_angleterre\": \"-2158\",\n                \"gaz_ccg\": 1550,\n                \"ech_comm_allemagne_belgique\": \"-4279\",\n                \"hydraulique_step_turbinage\": 1458,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1878,\n                \"solaire\": 2110,\n                \"stockage_batterie\": \"-25\",\n                \"hydraulique\": 6545,\n                \"fioul_autres\": 0,\n                \"heure\": \"18:00\",\n                \"taux_co2\": 23,\n                \"gaz_cogen\": 329,\n                \"destockage_batterie\": \"10\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T18:00:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 113,\n                \"eolien_offshore\": \"494\",\n                \"prevision_j1\": 45400,\n                \"ech_comm_italie\": -1222,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1502,\n                \"eolien_terrestre\": \"4916\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3586\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"0f494b56991d34f19ad1fe08952cf36b8b468e30\",\n            \"fields\": {\n                \"ech_comm_suisse\": -369,\n                \"consommation\": 46288,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5407,\n                \"bioenergies_dechets\": 47,\n                \"ech_physiques\": -6320,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 650,\n                \"nucleaire\": 37778,\n                \"prevision_j\": 46100,\n                \"ech_comm_angleterre\": \"-2158\",\n                \"gaz_ccg\": 1474,\n                \"ech_comm_allemagne_belgique\": \"-4288\",\n                \"hydraulique_step_turbinage\": 489,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 1787,\n                \"solaire\": 1377,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 5482,\n                \"fioul_autres\": 0,\n                \"heure\": \"18:30\",\n                \"taux_co2\": 23,\n                \"gaz_cogen\": 314,\n                \"destockage_batterie\": \"8\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T18:30:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 353,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"326\",\n                \"prevision_j1\": 45700,\n                \"ech_comm_italie\": -1222,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": 1600,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1254,\n                \"eolien_terrestre\": \"5081\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3739\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"4aaec1aa2b777ef71d25ed2471de656f09fde55f\",\n            \"fields\": {\n                \"consommation\": 47481,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5136,\n                \"bioenergies_dechets\": 49,\n                \"ech_physiques\": -5730,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 654,\n                \"nucleaire\": 37765,\n                \"prevision_j\": 47600,\n                \"gaz_ccg\": 1961,\n                \"hydraulique_step_turbinage\": 919,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2258,\n                \"solaire\": 555,\n                \"stockage_batterie\": \"-5\",\n                \"hydraulique\": 6726,\n                \"fioul_autres\": 0,\n                \"heure\": \"19:15\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 298,\n                \"destockage_batterie\": \"0\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T19:15:00+02:00\",\n                \"pompage\": -3,\n                \"bioenergies_biomasse\": 354,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"325\",\n                \"prevision_j1\": 47350,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1868,\n                \"eolien_terrestre\": \"4811\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3939\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"c69d5a64bdf374dc8ca232cba6c2927b501827ce\",\n            \"fields\": {\n                \"consommation\": 47133,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5356,\n                \"bioenergies_dechets\": 50,\n                \"ech_physiques\": -6113,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 657,\n                \"nucleaire\": 37806,\n                \"prevision_j\": 47250,\n                \"gaz_ccg\": 2006,\n                \"hydraulique_step_turbinage\": 899,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2295,\n                \"solaire\": 334,\n                \"stockage_batterie\": \"-10\",\n                \"hydraulique\": 6680,\n                \"fioul_autres\": 0,\n                \"heure\": \"19:45\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 290,\n                \"destockage_batterie\": \"1\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T19:45:00+02:00\",\n                \"pompage\": 0,\n                \"bioenergies_biomasse\": 357,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"548\",\n                \"prevision_j1\": 47050,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1882,\n                \"eolien_terrestre\": \"4809\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3899\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"8ffb84e7874c87b2de4958c0e010712e86f684f3\",\n            \"fields\": {\n                \"consommation\": 46844,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5332,\n                \"bioenergies_dechets\": 51,\n                \"ech_physiques\": -6715,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 657,\n                \"nucleaire\": 37752,\n                \"prevision_j\": 46900,\n                \"gaz_ccg\": 2008,\n                \"hydraulique_step_turbinage\": 1413,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2282,\n                \"solaire\": 222,\n                \"stockage_batterie\": \"-11\",\n                \"hydraulique\": 7194,\n                \"fioul_autres\": 0,\n                \"heure\": \"20:15\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 275,\n                \"destockage_batterie\": \"6\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T20:15:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 355,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"568\",\n                \"prevision_j1\": 46750,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1864,\n                \"eolien_terrestre\": \"4765\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3917\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"aff6ae85b31987a98395706e14383cd5d5d66339\",\n            \"fields\": {\n                \"ech_comm_suisse\": 1192,\n                \"consommation\": 41721,\n                \"fioul_cogen\": 113,\n                \"eolien\": 5891,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -10434,\n                \"fioul_tac\": 1,\n                \"charbon\": 11,\n                \"bioenergies\": 659,\n                \"nucleaire\": 37819,\n                \"prevision_j\": 42500,\n                \"ech_comm_angleterre\": \"-2918\",\n                \"gaz_ccg\": 1877,\n                \"ech_comm_allemagne_belgique\": \"-4536\",\n                \"hydraulique_step_turbinage\": 382,\n                \"date\": \"2023-09-21\",\n                \"gaz\": 2183,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-13\",\n                \"hydraulique\": 5486,\n                \"fioul_autres\": 0,\n                \"heure\": \"22:00\",\n                \"taux_co2\": 26,\n                \"gaz_cogen\": 307,\n                \"destockage_batterie\": \"4\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-21T22:00:00+02:00\",\n                \"pompage\": -1,\n                \"bioenergies_biomasse\": 356,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 114,\n                \"eolien_offshore\": \"478\",\n                \"prevision_j1\": 42600,\n                \"ech_comm_italie\": -1580,\n                \"gaz_tac\": 0,\n                \"ech_comm_espagne\": -2300,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1433,\n                \"eolien_terrestre\": \"5414\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 3672\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        },\n        {\n            \"datasetid\": \"eco2mix-national-tr\",\n            \"recordid\": \"bca2744ce09bbe862a35d6e95ba490d014113d0e\",\n            \"fields\": {\n                \"consommation\": 37045,\n                \"fioul_cogen\": 113,\n                \"eolien\": 6891,\n                \"bioenergies_dechets\": 53,\n                \"ech_physiques\": -13875,\n                \"fioul_tac\": 0,\n                \"charbon\": 7,\n                \"bioenergies\": 653,\n                \"nucleaire\": 37688,\n                \"prevision_j\": 37400,\n                \"gaz_ccg\": 462,\n                \"hydraulique_step_turbinage\": 876,\n                \"date\": \"2023-09-22\",\n                \"gaz\": 712,\n                \"solaire\": 0,\n                \"stockage_batterie\": \"-2\",\n                \"hydraulique\": 5147,\n                \"fioul_autres\": 0,\n                \"heure\": \"01:15\",\n                \"taux_co2\": 14,\n                \"gaz_cogen\": 251,\n                \"destockage_batterie\": \"7\",\n                \"nature\": \"Donn\\u00e9es temps r\\u00e9el\",\n                \"date_heure\": \"2023-09-22T01:15:00+02:00\",\n                \"pompage\": -292,\n                \"bioenergies_biomasse\": 349,\n                \"bioenergies_biogaz\": 250,\n                \"fioul\": 110,\n                \"eolien_offshore\": \"404\",\n                \"prevision_j1\": 37650,\n                \"gaz_tac\": 0,\n                \"gaz_autres\": 0,\n                \"hydraulique_lacs\": 1345,\n                \"eolien_terrestre\": \"6487\",\n                \"perimetre\": \"France\",\n                \"hydraulique_fil_eau_eclusee\": 2925\n            },\n            \"record_timestamp\": \"2023-11-20T14:00:25.32+01:00\"\n        }\n    ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FR_O/FR_COR.json",
    "content": "[\n  {\n    \"date\": \"2024-12-15T10:45:00+00:00\",\n    \"total\": 293.5,\n    \"moteur_diesel\": 105.2,\n    \"tac\": 0,\n    \"hydraulique\": 14.2,\n    \"micro_hydro\": 12.5,\n    \"photovoltaique\": 103.8,\n    \"eolien\": 0,\n    \"bioenergies\": 2,\n    \"liaisons\": 55.7,\n    \"solde_stockage\": 0,\n    \"statut\": \"Estimé\"\n  }, \n  {\n    \"date\": \"2024-12-15T11:00:00+00:00\",\n    \"total\": 294.9,\n    \"moteur_diesel\": 105.3,\n    \"tac\": 0,\n    \"hydraulique\": 14.2,\n    \"micro_hydro\": 11.6,\n    \"photovoltaique\": 104.1,\n    \"eolien\": 0,\n    \"bioenergies\": 2,\n    \"liaisons\": 57.6,\n    \"solde_stockage\": 0,\n    \"statut\": \"Estimé\"\n  }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FR_O/FR_GP.json",
    "content": "[\n  {\n    \"date\": \"2022-07-19T23:56:00+00:00\",\n    \"turbines_a_combustion\": 1,\n    \"charbon\": 2,\n    \"diesel\": 3,\n    \"hydraulique\": 4,\n    \"geothermie\": 5,\n    \"eolien\": 6,\n    \"photovoltaique\": 7,\n    \"bioenergies\": 8,\n    \"total\": 9,\n    \"statut\": \"Estimé\",\n    \"solde_stockage\": -1\n  },\n  {\n    \"date\": \"2022-07-20T00:11:00+00:00\",\n    \"turbines_a_combustion\": 10,\n    \"charbon\": 11,\n    \"diesel\": 12,\n    \"hydraulique\": 13,\n    \"geothermie\": 14,\n    \"eolien\": 15,\n    \"photovoltaique\": 16,\n    \"bioenergies\": 17,\n    \"total\": 18,\n    \"statut\": \"Estimé\",\n    \"solde_stockage\": -0.0094\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/FR_O/FR_RE.json",
    "content": "[\n    {\n        \"territoire\": \"Réunion\",\n        \"production_totale_mwh\" :259.9774783,\n        \"bagasse_charbon_mwh\": 196.4090964,\n        \"statut\": \"Validé\",\n        \"hydraulique_mwh\": 32.09856161,\n        \"cout_moyen_de_production_eur_mwh\": 193.7,\n        \"photovoltaique_mwh\": -0.23266477,\n        \"bioenergies_mwh\": 0.955333333,\n        \"date_heure\": \"2018-01-01T00:00:00+00:00\",\n        \"eolien_mwh\": 0.536,\n        \"thermique_mwh\": 30.21115168\n    },\n    {\n        \"territoire\": \"Réunion\",\n        \"production_totale_mwh\": 252.2947686,\n        \"bagasse_charbon_mwh\": 194.6044467,\n        \"statut\": \"Validé\",\n        \"hydraulique_mwh\": 26.79243513,\n        \"cout_moyen_de_production_eur_mwh\": 195.8,\n        \"photovoltaique_mwh\": -0.172447205,\n        \"bioenergies_mwh\": 0.9555,\n        \"date_heure\": \"2018-01-01T01:00:00+00:00\",\n        \"eolien_mwh\": 0.435666667,\n        \"thermique_mwh\": 29.67916731\n    }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/bmunits.json",
    "content": "[\n  {\"elexonBmUnit\": \"T_CRAIGB\", \"nationalGridBmUnit\": \"CRAIGB\", \"fuelType\": \"PS\"},\n  {\"elexonBmUnit\": \"T_DINORW\", \"nationalGridBmUnit\": \"DINORW\", \"fuelType\": \"PS\"}\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/bmvalues.json",
    "content": "{\n  \"data\": [\n    {\n      \"nationalGridBmUnit\": \"CRAIGB\",\n      \"timeFrom\": \"2024-12-16T10:00:00Z\",\n      \"timeTo\": \"2024-12-16T10:30:00Z\",\n      \"levelFrom\": 120,\n      \"levelTo\": 120\n    }\n  ]\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/boalf.json",
    "content": "{\n  \"data\": [\n    {\n      \"nationalGridBmUnit\": \"CRAIGB\",\n      \"timeFrom\": \"2024-12-16T10:00:00Z\",\n      \"timeTo\": \"2024-12-16T10:30:00Z\",\n      \"levelFrom\": 120,\n      \"levelTo\": 120,\n      \"acceptanceNumber\": 1\n    }\n  ]\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/eco2mix_api_historical_20220716.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<liste><date_actuelle>2024-04-11 17:59:28</date_actuelle><date_debut>2022-07-15</date_debut><date_fin>2022-07-16</date_fin><date_minimale_calendrier>2014-12-01</date_minimale_calendrier><echantillon>1</echantillon><donneesMarche date='2022-07-15'><type v='donneesMarche' perimetre='BE' granularite='Global' qual='1'><valeur periode='0'>350</valeur><valeur periode='1'>320.07</valeur><valeur periode='2'>308.86</valeur><valeur periode='3'>305.01</valeur><valeur periode='4'>307.55</valeur><valeur periode='5'>330</valeur><valeur periode='6'>404.9</valeur><valeur periode='7'>429.92</valeur><valeur periode='8'>417.33</valeur><valeur periode='9'>373.72</valeur><valeur periode='10'>339.61</valeur><valeur periode='11'>296.62</valeur><valeur periode='12'>312.9</valeur><valeur periode='13'>290.74</valeur><valeur periode='14'>292.94</valeur><valeur periode='15'>312.06</valeur><valeur periode='16'>293.91</valeur><valeur periode='17'>327.79</valeur><valeur periode='18'>406.08</valeur><valeur periode='19'>420.73</valeur><valeur periode='20'>430.54</valeur><valeur periode='21'>433.99</valeur><valeur periode='22'>432.89</valeur><valeur periode='23'>415.43</valeur></type><type v='donneesMarche' perimetre='CH' granularite='Global' qual='1'><valeur periode='0'>374.16</valeur><valeur periode='1'>351.41</valeur><valeur periode='2'>327.61</valeur><valeur periode='3'>318.98</valeur><valeur periode='4'>318.99</valeur><valeur periode='5'>329.17</valeur><valeur periode='6'>399.25</valeur><valeur periode='7'>424.47</valeur><valeur periode='8'>424.37</valeur><valeur periode='9'>429.61</valeur><valeur periode='10'>423.39</valeur><valeur periode='11'>423.54</valeur><valeur periode='12'>409.99</valeur><valeur periode='13'>417.03</valeur><valeur periode='14'>409.95</valeur><valeur periode='15'>395.33</valeur><valeur periode='16'>372.58</valeur><valeur periode='17'>392.33</valeur><valeur periode='18'>423.41</valeur><valeur periode='19'>432.48</valeur><valeur periode='20'>445.04</valeur><valeur periode='21'>445.81</valeur><valeur periode='22'>439.61</valeur><valeur periode='23'>418.91</valeur></type><type v='donneesMarche' perimetre='DE' granularite='Global' qual='1'><valeur periode='0'>ND</valeur><valeur periode='1'>ND</valeur><valeur periode='2'>ND</valeur><valeur periode='3'>ND</valeur><valeur periode='4'>ND</valeur><valeur periode='5'>ND</valeur><valeur periode='6'>ND</valeur><valeur periode='7'>ND</valeur><valeur periode='8'>ND</valeur><valeur periode='9'>ND</valeur><valeur periode='10'>ND</valeur><valeur periode='11'>ND</valeur><valeur periode='12'>ND</valeur><valeur periode='13'>ND</valeur><valeur periode='14'>ND</valeur><valeur periode='15'>ND</valeur><valeur periode='16'>ND</valeur><valeur periode='17'>ND</valeur><valeur periode='18'>ND</valeur><valeur periode='19'>ND</valeur><valeur periode='20'>ND</valeur><valeur periode='21'>ND</valeur><valeur periode='22'>ND</valeur><valeur periode='23'>ND</valeur></type><type v='donneesMarche' perimetre='DL' granularite='Global' qual='1'><valeur periode='0'>350</valeur><valeur periode='1'>320.07</valeur><valeur periode='2'>298.49</valeur><valeur periode='3'>305.01</valeur><valeur periode='4'>307.55</valeur><valeur periode='5'>330</valeur><valeur periode='6'>404.9</valeur><valeur periode='7'>429.92</valeur><valeur periode='8'>416.65</valeur><valeur periode='9'>334.06</valeur><valeur periode='10'>262.45</valeur><valeur periode='11'>243.92</valeur><valeur periode='12'>218.1</valeur><valeur periode='13'>190</valeur><valeur periode='14'>191.8</valeur><valeur periode='15'>222.15</valeur><valeur periode='16'>225.39</valeur><valeur periode='17'>335.35</valeur><valeur periode='18'>409.07</valeur><valeur periode='19'>421.86</valeur><valeur periode='20'>430.45</valeur><valeur periode='21'>433.99</valeur><valeur periode='22'>432.89</valeur><valeur periode='23'>404.09</valeur></type><type v='donneesMarche' perimetre='AT' granularite='Global' qual='1'><valeur periode='0'>350</valeur><valeur periode='1'>320.07</valeur><valeur periode='2'>300.8</valeur><valeur periode='3'>305.01</valeur><valeur periode='4'>307.55</valeur><valeur periode='5'>330</valeur><valeur periode='6'>404.9</valeur><valeur periode='7'>429.92</valeur><valeur periode='8'>419.95</valeur><valeur periode='9'>382.12</valeur><valeur periode='10'>370.06</valeur><valeur periode='11'>370.07</valeur><valeur periode='12'>419.91</valeur><valeur periode='13'>370.52</valeur><valeur periode='14'>370.08</valeur><valeur periode='15'>358.12</valeur><valeur periode='16'>414.93</valeur><valeur periode='17'>429.67</valeur><valeur periode='18'>431.15</valeur><valeur periode='19'>430.93</valeur><valeur periode='20'>434.98</valeur><valeur periode='21'>434.2</valeur><valeur periode='22'>432.89</valeur><valeur periode='23'>405</valeur></type><type v='donneesMarche' perimetre='ES' granularite='Global' qual='1'><valeur periode='0'>145</valeur><valeur periode='1'>142.45</valeur><valeur periode='2'>138</valeur><valeur periode='3'>135.05</valeur><valeur periode='4'>135.4</valeur><valeur periode='5'>140</valeur><valeur periode='6'>139.99</valeur><valeur periode='7'>145</valeur><valeur periode='8'>147.9</valeur><valeur periode='9'>143.06</valeur><valeur periode='10'>142.45</valeur><valeur periode='11'>126</valeur><valeur periode='12'>141.94</valeur><valeur periode='13'>142.94</valeur><valeur periode='14'>143.06</valeur><valeur periode='15'>143.06</valeur><valeur periode='16'>143.15</valeur><valeur periode='17'>143.15</valeur><valeur periode='18'>143.06</valeur><valeur periode='19'>149.99</valeur><valeur periode='20'>175</valeur><valeur periode='21'>184.01</valeur><valeur periode='22'>180.06</valeur><valeur periode='23'>164.32</valeur></type><type v='donneesMarche' perimetre='FR' granularite='Global' qual='1'><valeur periode='0'>350</valeur><valeur periode='1'>320.07</valeur><valeur periode='2'>308.18</valeur><valeur periode='3'>305.01</valeur><valeur periode='4'>307.55</valeur><valeur periode='5'>330</valeur><valeur periode='6'>404.9</valeur><valeur periode='7'>429.92</valeur><valeur periode='8'>418.8</valeur><valeur periode='9'>425.05</valeur><valeur periode='10'>433.21</valeur><valeur periode='11'>433.21</valeur><valeur periode='12'>428.48</valeur><valeur periode='13'>428.48</valeur><valeur periode='14'>444.45</valeur><valeur periode='15'>433.55</valeur><valeur periode='16'>379.05</valeur><valeur periode='17'>391.55</valeur><valeur periode='18'>410</valeur><valeur periode='19'>425.05</valeur><valeur periode='20'>433.17</valeur><valeur periode='21'>434.03</valeur><valeur periode='22'>432.89</valeur><valeur periode='23'>433.21</valeur></type><type v='donneesMarche' perimetre='GB' granularite='Global' qual='1'><valeur periode='0'>370.99</valeur><valeur periode='1'>335.11</valeur><valeur periode='2'>299.45</valeur><valeur periode='3'>280.51</valeur><valeur periode='4'>242.15</valeur><valeur periode='5'>242.62</valeur><valeur periode='6'>262.98</valeur><valeur periode='7'>336.87</valeur><valeur periode='8'>381.58</valeur><valeur periode='9'>367.58</valeur><valeur periode='10'>329.34</valeur><valeur periode='11'>305.93</valeur><valeur periode='12'>288.28</valeur><valeur periode='13'>270.63</valeur><valeur periode='14'>246.27</valeur><valeur periode='15'>237.68</valeur><valeur periode='16'>243.56</valeur><valeur periode='17'>301.34</valeur><valeur periode='18'>331.81</valeur><valeur periode='19'>377.7</valeur><valeur periode='20'>405.7</valeur><valeur periode='21'>410.29</valeur><valeur periode='22'>394.29</valeur><valeur periode='23'>366.11</valeur></type><type v='donneesMarche' perimetre='IT' granularite='Global' qual='1'><valeur periode='0'>425.27</valeur><valeur periode='1'>415</valeur><valeur periode='2'>400</valeur><valeur periode='3'>394.06</valeur><valeur periode='4'>389.21</valeur><valeur periode='5'>400</valeur><valeur periode='6'>428.48</valeur><valeur periode='7'>444.45</valeur><valeur periode='8'>456.17</valeur><valeur periode='9'>444.45</valeur><valeur periode='10'>433.21</valeur><valeur periode='11'>433.21</valeur><valeur periode='12'>428.48</valeur><valeur periode='13'>428.48</valeur><valeur periode='14'>444.45</valeur><valeur periode='15'>444.45</valeur><valeur periode='16'>450.1</valeur><valeur periode='17'>450.1</valeur><valeur periode='18'>477.29</valeur><valeur periode='19'>500</valeur><valeur periode='20'>500</valeur><valeur periode='21'>459.99</valeur><valeur periode='22'>450.1</valeur><valeur periode='23'>433.21</valeur></type><type v='donneesMarche' perimetre='NL' granularite='Global' qual='1'><valeur periode='0'>350</valeur><valeur periode='1'>320.07</valeur><valeur periode='2'>320</valeur><valeur periode='3'>305.01</valeur><valeur periode='4'>307.55</valeur><valeur periode='5'>330</valeur><valeur periode='6'>404.9</valeur><valeur periode='7'>429.92</valeur><valeur periode='8'>416.63</valeur><valeur periode='9'>331.95</valeur><valeur periode='10'>262.45</valeur><valeur periode='11'>239.82</valeur><valeur periode='12'>226.41</valeur><valeur periode='13'>190</valeur><valeur periode='14'>184.22</valeur><valeur periode='15'>222.11</valeur><valeur periode='16'>231</valeur><valeur periode='17'>321.51</valeur><valeur periode='18'>359.2</valeur><valeur periode='19'>420.63</valeur><valeur periode='20'>429.89</valeur><valeur periode='21'>433.98</valeur><valeur periode='22'>432.89</valeur><valeur periode='23'>400.72</valeur></type><type v='donneesMarche' perimetre='PT' granularite='Global' qual='1'><valeur periode='0'>145</valeur><valeur periode='1'>142.45</valeur><valeur periode='2'>138</valeur><valeur periode='3'>135.05</valeur><valeur periode='4'>135.4</valeur><valeur periode='5'>140</valeur><valeur periode='6'>139.99</valeur><valeur periode='7'>145</valeur><valeur periode='8'>147.9</valeur><valeur periode='9'>143.06</valeur><valeur periode='10'>142.45</valeur><valeur periode='11'>142.45</valeur><valeur periode='12'>141.94</valeur><valeur periode='13'>142.94</valeur><valeur periode='14'>143.06</valeur><valeur periode='15'>143.06</valeur><valeur periode='16'>143.15</valeur><valeur periode='17'>143.15</valeur><valeur periode='18'>143.15</valeur><valeur periode='19'>149.99</valeur><valeur periode='20'>175</valeur><valeur periode='21'>184.01</valeur><valeur periode='22'>180.06</valeur><valeur periode='23'>170</valeur></type></donneesMarche><donneesMarche date='2022-07-16'><type v='donneesMarche' perimetre='BE' granularite='Global' qual='1'><valeur periode='0'>384.91</valeur><valeur periode='1'>349.96</valeur><valeur periode='2'>305.9</valeur><valeur periode='3'>287.61</valeur><valeur periode='4'>287.2</valeur><valeur periode='5'>279.36</valeur><valeur periode='6'>256.71</valeur><valeur periode='7'>254.44</valeur><valeur periode='8'>223</valeur><valeur periode='9'>205.32</valeur><valeur periode='10'>149.36</valeur><valeur periode='11'>154.76</valeur><valeur periode='12'>151.44</valeur><valeur periode='13'>93.67</valeur><valeur periode='14'>82.09</valeur><valeur periode='15'>92.61</valeur><valeur periode='16'>96.42</valeur><valeur periode='17'>108.49</valeur><valeur periode='18'>258.42</valeur><valeur periode='19'>313.49</valeur><valeur periode='20'>336</valeur><valeur periode='21'>344.25</valeur><valeur periode='22'>357.55</valeur><valeur periode='23'>331.77</valeur></type><type v='donneesMarche' perimetre='CH' granularite='Global' qual='1'><valeur periode='0'>366.74</valeur><valeur periode='1'>343.64</valeur><valeur periode='2'>336.71</valeur><valeur periode='3'>329.95</valeur><valeur periode='4'>323.57</valeur><valeur periode='5'>325.78</valeur><valeur periode='6'>328.59</valeur><valeur periode='7'>326.19</valeur><valeur periode='8'>335.55</valeur><valeur periode='9'>349.95</valeur><valeur periode='10'>347.93</valeur><valeur periode='11'>339.54</valeur><valeur periode='12'>340</valeur><valeur periode='13'>333.55</valeur><valeur periode='14'>335.5</valeur><valeur periode='15'>329.66</valeur><valeur periode='16'>329.91</valeur><valeur periode='17'>346.87</valeur><valeur periode='18'>367.79</valeur><valeur periode='19'>376.94</valeur><valeur periode='20'>385.52</valeur><valeur periode='21'>383.86</valeur><valeur periode='22'>367.13</valeur><valeur periode='23'>360.71</valeur></type><type v='donneesMarche' perimetre='DE' granularite='Global' qual='1'><valeur periode='0'>ND</valeur><valeur periode='1'>ND</valeur><valeur periode='2'>ND</valeur><valeur periode='3'>ND</valeur><valeur periode='4'>ND</valeur><valeur periode='5'>ND</valeur><valeur periode='6'>ND</valeur><valeur periode='7'>ND</valeur><valeur periode='8'>ND</valeur><valeur periode='9'>ND</valeur><valeur periode='10'>ND</valeur><valeur periode='11'>ND</valeur><valeur periode='12'>ND</valeur><valeur periode='13'>ND</valeur><valeur periode='14'>ND</valeur><valeur periode='15'>ND</valeur><valeur periode='16'>ND</valeur><valeur periode='17'>ND</valeur><valeur periode='18'>ND</valeur><valeur periode='19'>ND</valeur><valeur periode='20'>ND</valeur><valeur periode='21'>ND</valeur><valeur periode='22'>ND</valeur><valeur periode='23'>ND</valeur></type><type v='donneesMarche' perimetre='DL' granularite='Global' qual='1'><valeur periode='0'>384.91</valeur><valeur periode='1'>349.96</valeur><valeur periode='2'>289.8</valeur><valeur periode='3'>252.86</valeur><valeur periode='4'>236.19</valeur><valeur periode='5'>233.1</valeur><valeur periode='6'>211.55</valeur><valeur periode='7'>199.74</valeur><valeur periode='8'>139.93</valeur><valeur periode='9'>52.49</valeur><valeur periode='10'>35.53</valeur><valeur periode='11'>1.07</valeur><valeur periode='12'>0.07</valeur><valeur periode='13'>-0.05</valeur><valeur periode='14'>-0.1</valeur><valeur periode='15'>0</valeur><valeur periode='16'>1.03</valeur><valeur periode='17'>31.66</valeur><valeur periode='18'>143.75</valeur><valeur periode='19'>264.3</valeur><valeur periode='20'>334.25</valeur><valeur periode='21'>344.13</valeur><valeur periode='22'>357.55</valeur><valeur periode='23'>331.77</valeur></type><type v='donneesMarche' perimetre='AT' granularite='Global' qual='1'><valeur periode='0'>384.91</valeur><valeur periode='1'>349.96</valeur><valeur periode='2'>290.03</valeur><valeur periode='3'>267.1</valeur><valeur periode='4'>267.07</valeur><valeur periode='5'>315.08</valeur><valeur periode='6'>315</valeur><valeur periode='7'>285.06</valeur><valeur periode='8'>280.01</valeur><valeur periode='9'>285.1</valeur><valeur periode='10'>290.04</valeur><valeur periode='11'>285.05</valeur><valeur periode='12'>285.09</valeur><valeur periode='13'>267.1</valeur><valeur periode='14'>198.72</valeur><valeur periode='15'>264.8</valeur><valeur periode='16'>127.7</valeur><valeur periode='17'>267.07</valeur><valeur periode='18'>285.09</valeur><valeur periode='19'>349.72</valeur><valeur periode='20'>366</valeur><valeur periode='21'>353.35</valeur><valeur periode='22'>357.55</valeur><valeur periode='23'>331.77</valeur></type><type v='donneesMarche' perimetre='ES' granularite='Global' qual='1'><valeur periode='0'>175.65</valeur><valeur periode='1'>161</valeur><valeur periode='2'>150</valeur><valeur periode='3'>130.05</valeur><valeur periode='4'>136.85</valeur><valeur periode='5'>137</valeur><valeur periode='6'>130.05</valeur><valeur periode='7'>123.45</valeur><valeur periode='8'>122.78</valeur><valeur periode='9'>122.32</valeur><valeur periode='10'>122.02</valeur><valeur periode='11'>120.69</valeur><valeur periode='12'>121.69</valeur><valeur periode='13'>122.32</valeur><valeur periode='14'>122.14</valeur><valeur periode='15'>122.02</valeur><valeur periode='16'>120.84</valeur><valeur periode='17'>120.94</valeur><valeur periode='18'>122.02</valeur><valeur periode='19'>122.78</valeur><valeur periode='20'>164.32</valeur><valeur periode='21'>176.16</valeur><valeur periode='22'>176.16</valeur><valeur periode='23'>160.74</valeur></type><type v='donneesMarche' perimetre='FR' granularite='Global' qual='1'><valeur periode='0'>384.91</valeur><valeur periode='1'>349.96</valeur><valeur periode='2'>336.48</valeur><valeur periode='3'>353.67</valeur><valeur periode='4'>331.32</valeur><valeur periode='5'>312.28</valeur><valeur periode='6'>332.98</valeur><valeur periode='7'>333.37</valeur><valeur periode='8'>300.78</valeur><valeur periode='9'>312.78</valeur><valeur periode='10'>282.74</valeur><valeur periode='11'>314.5</valeur><valeur periode='12'>336.82</valeur><valeur periode='13'>277.8</valeur><valeur periode='14'>274.39</valeur><valeur periode='15'>261.1</valeur><valeur periode='16'>270.11</valeur><valeur periode='17'>215.9</valeur><valeur periode='18'>349.84</valeur><valeur periode='19'>378.91</valeur><valeur periode='20'>341.56</valeur><valeur periode='21'>345.59</valeur><valeur periode='22'>357.55</valeur><valeur periode='23'>331.77</valeur></type><type v='donneesMarche' perimetre='GB' granularite='Global' qual='1'><valeur periode='0'>277.69</valeur><valeur periode='1'>247.09</valeur><valeur periode='2'>245.92</valeur><valeur periode='3'>242.62</valeur><valeur periode='4'>241.92</valeur><valeur periode='5'>237.68</valeur><valeur periode='6'>233.21</valeur><valeur periode='7'>231.8</valeur><valeur periode='8'>237.68</valeur><valeur periode='9'>249.45</valeur><valeur periode='10'>248.33</valeur><valeur periode='11'>243.21</valeur><valeur periode='12'>235.33</valeur><valeur periode='13'>217.44</valeur><valeur periode='14'>194.15</valeur><valeur periode='15'>185.91</valeur><valeur periode='16'>188.26</valeur><valeur periode='17'>204.15</valeur><valeur periode='18'>247.09</valeur><valeur periode='19'>301.57</valeur><valeur periode='20'>335.58</valeur><valeur periode='21'>348.52</valeur><valeur periode='22'>343.34</valeur><valeur periode='23'>324.4</valeur></type><type v='donneesMarche' perimetre='IT' granularite='Global' qual='1'><valeur periode='0'>500</valeur><valeur periode='1'>433.71</valeur><valeur periode='2'>405</valeur><valeur periode='3'>398.74</valeur><valeur periode='4'>399.43</valeur><valeur periode='5'>393.87</valeur><valeur periode='6'>390.91</valeur><valeur periode='7'>500</valeur><valeur periode='8'>500</valeur><valeur periode='9'>413.17</valeur><valeur periode='10'>394.46</valeur><valeur periode='11'>386.84</valeur><valeur periode='12'>367.96</valeur><valeur periode='13'>344.38</valeur><valeur periode='14'>344.97</valeur><valeur periode='15'>362.15</valeur><valeur periode='16'>373.19</valeur><valeur periode='17'>405</valeur><valeur periode='18'>479.99</valeur><valeur periode='19'>503</valeur><valeur periode='20'>500</valeur><valeur periode='21'>500</valeur><valeur periode='22'>480</valeur><valeur periode='23'>426.81</valeur></type><type v='donneesMarche' perimetre='NL' granularite='Global' qual='1'><valeur periode='0'>384.91</valeur><valeur periode='1'>349.96</valeur><valeur periode='2'>281.79</valeur><valeur periode='3'>237.35</valeur><valeur periode='4'>248.67</valeur><valeur periode='5'>250.21</valeur><valeur periode='6'>209.78</valeur><valeur periode='7'>199.74</valeur><valeur periode='8'>184.53</valeur><valeur periode='9'>170</valeur><valeur periode='10'>35.53</valeur><valeur periode='11'>1.07</valeur><valeur periode='12'>-40</valeur><valeur periode='13'>-68.82</valeur><valeur periode='14'>-77.43</valeur><valeur periode='15'>-20.05</valeur><valeur periode='16'>-20</valeur><valeur periode='17'>52.69</valeur><valeur periode='18'>200</valeur><valeur periode='19'>269.3</valeur><valeur periode='20'>333.63</valeur><valeur periode='21'>343.66</valeur><valeur periode='22'>357.55</valeur><valeur periode='23'>331.77</valeur></type><type v='donneesMarche' perimetre='PT' granularite='Global' qual='1'><valeur periode='0'>175.65</valeur><valeur periode='1'>161</valeur><valeur periode='2'>150</valeur><valeur periode='3'>130.05</valeur><valeur periode='4'>136.85</valeur><valeur periode='5'>137</valeur><valeur periode='6'>130.05</valeur><valeur periode='7'>123.45</valeur><valeur periode='8'>123.35</valeur><valeur periode='9'>122.32</valeur><valeur periode='10'>123.25</valeur><valeur periode='11'>123.35</valeur><valeur periode='12'>123.35</valeur><valeur periode='13'>123.35</valeur><valeur periode='14'>123.25</valeur><valeur periode='15'>123.35</valeur><valeur periode='16'>123.45</valeur><valeur periode='17'>123.45</valeur><valeur periode='18'>123.45</valeur><valeur periode='19'>126.72</valeur><valeur periode='20'>164.32</valeur><valeur periode='21'>176.16</valeur><valeur periode='22'>176.16</valeur><valeur periode='23'>160.74</valeur></type></donneesMarche></liste>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/eco2mix_api_live.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<liste><date_actuelle>2024-04-14 15:10:57</date_actuelle><date_debut>2024-04-13</date_debut><date_fin>2024-04-15</date_fin><date_minimale_calendrier>2014-12-01</date_minimale_calendrier><echantillon>1</echantillon><donneesMarche date='2024-04-13'><type v='donneesMarche' perimetre='BE' granularite='Global' qual='1'><valeur periode='0'>36.14</valeur><valeur periode='1'>28.24</valeur><valeur periode='2'>19.6</valeur><valeur periode='3'>13.93</valeur><valeur periode='4'>11.88</valeur><valeur periode='5'>16.5</valeur><valeur periode='6'>20.58</valeur><valeur periode='7'>23.89</valeur><valeur periode='8'>19.14</valeur><valeur periode='9'>8.8</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-9.79</valeur><valeur periode='12'>-21</valeur><valeur periode='13'>-50</valeur><valeur periode='14'>-55.01</valeur><valeur periode='15'>-49.91</valeur><valeur periode='16'>-19.09</valeur><valeur periode='17'>-0.13</valeur><valeur periode='18'>14.44</valeur><valeur periode='19'>27.96</valeur><valeur periode='20'>38.09</valeur><valeur periode='21'>34.89</valeur><valeur periode='22'>21.88</valeur><valeur periode='23'>11.38</valeur></type><type v='donneesMarche' perimetre='CH' granularite='Global' qual='1'><valeur periode='0'>65.11</valeur><valeur periode='1'>55.66</valeur><valeur periode='2'>50.05</valeur><valeur periode='3'>41.71</valeur><valeur periode='4'>39.95</valeur><valeur periode='5'>43.12</valeur><valeur periode='6'>56.29</valeur><valeur periode='7'>55.06</valeur><valeur periode='8'>38.14</valeur><valeur periode='9'>9.09</valeur><valeur periode='10'>-1.95</valeur><valeur periode='11'>-9.08</valeur><valeur periode='12'>-25.34</valeur><valeur periode='13'>-51.75</valeur><valeur periode='14'>-51.93</valeur><valeur periode='15'>-32.98</valeur><valeur periode='16'>-13.39</valeur><valeur periode='17'>9.79</valeur><valeur periode='18'>63.02</valeur><valeur periode='19'>78.45</valeur><valeur periode='20'>80.4</valeur><valeur periode='21'>58.85</valeur><valeur periode='22'>58</valeur><valeur periode='23'>56.06</valeur></type><type v='donneesMarche' perimetre='DE' granularite='Global' qual='1'><valeur periode='0'>ND</valeur><valeur periode='1'>ND</valeur><valeur periode='2'>ND</valeur><valeur periode='3'>ND</valeur><valeur periode='4'>ND</valeur><valeur periode='5'>ND</valeur><valeur periode='6'>ND</valeur><valeur periode='7'>ND</valeur><valeur periode='8'>ND</valeur><valeur periode='9'>ND</valeur><valeur periode='10'>ND</valeur><valeur periode='11'>ND</valeur><valeur periode='12'>ND</valeur><valeur periode='13'>ND</valeur><valeur periode='14'>ND</valeur><valeur periode='15'>ND</valeur><valeur periode='16'>ND</valeur><valeur periode='17'>ND</valeur><valeur periode='18'>ND</valeur><valeur periode='19'>ND</valeur><valeur periode='20'>ND</valeur><valeur periode='21'>ND</valeur><valeur periode='22'>ND</valeur><valeur periode='23'>ND</valeur></type><type v='donneesMarche' perimetre='DL' granularite='Global' qual='1'><valeur periode='0'>60.22</valeur><valeur periode='1'>49.07</valeur><valeur periode='2'>24.41</valeur><valeur periode='3'>19.41</valeur><valeur periode='4'>19.95</valeur><valeur periode='5'>25.32</valeur><valeur periode='6'>30.18</valeur><valeur periode='7'>35.26</valeur><valeur periode='8'>22.6</valeur><valeur periode='9'>8.8</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-9.97</valeur><valeur periode='12'>-25.96</valeur><valeur periode='13'>-50</valeur><valeur periode='14'>-55.01</valeur><valeur periode='15'>-49.91</valeur><valeur periode='16'>-19.16</valeur><valeur periode='17'>-0.16</valeur><valeur periode='18'>39.91</valeur><valeur periode='19'>73.44</valeur><valeur periode='20'>65.78</valeur><valeur periode='21'>39.35</valeur><valeur periode='22'>21.11</valeur><valeur periode='23'>7.05</valeur></type><type v='donneesMarche' perimetre='AT' granularite='Global' qual='1'><valeur periode='0'>57.4</valeur><valeur periode='1'>46.89</valeur><valeur periode='2'>23.9</valeur><valeur periode='3'>18.83</valeur><valeur periode='4'>19.12</valeur><valeur periode='5'>24.29</valeur><valeur periode='6'>28.94</valeur><valeur periode='7'>34</valeur><valeur periode='8'>21.54</valeur><valeur periode='9'>8.8</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-9.97</valeur><valeur periode='12'>-24.92</valeur><valeur periode='13'>-50</valeur><valeur periode='14'>-55.01</valeur><valeur periode='15'>-49.91</valeur><valeur periode='16'>-18.73</valeur><valeur periode='17'>0.08</valeur><valeur periode='18'>36.47</valeur><valeur periode='19'>56.58</valeur><valeur periode='20'>63.07</valeur><valeur periode='21'>50.04</valeur><valeur periode='22'>40</valeur><valeur periode='23'>33.6</valeur></type><type v='donneesMarche' perimetre='ES' granularite='Global' qual='1'><valeur periode='0'>24.15</valeur><valeur periode='1'>17.73</valeur><valeur periode='2'>17.15</valeur><valeur periode='3'>11.13</valeur><valeur periode='4'>7.74</valeur><valeur periode='5'>6.79</valeur><valeur periode='6'>10.39</valeur><valeur periode='7'>11.76</valeur><valeur periode='8'>13.26</valeur><valeur periode='9'>0.01</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-0.1</valeur><valeur periode='12'>-0.1</valeur><valeur periode='13'>-0.1</valeur><valeur periode='14'>-0.2</valeur><valeur periode='15'>-0.4</valeur><valeur periode='16'>-0.4</valeur><valeur periode='17'>-0.08</valeur><valeur periode='18'>0</valeur><valeur periode='19'>3.25</valeur><valeur periode='20'>24.96</valeur><valeur periode='21'>35</valeur><valeur periode='22'>24.26</valeur><valeur periode='23'>13.83</valeur></type><type v='donneesMarche' perimetre='FR' granularite='Global' qual='1'><valeur periode='0'>24.15</valeur><valeur periode='1'>17.73</valeur><valeur periode='2'>17.15</valeur><valeur periode='3'>11.13</valeur><valeur periode='4'>7.74</valeur><valeur periode='5'>6.79</valeur><valeur periode='6'>10.39</valeur><valeur periode='7'>11.76</valeur><valeur periode='8'>13.26</valeur><valeur periode='9'>8.8</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-9.79</valeur><valeur periode='12'>-20.64</valeur><valeur periode='13'>-50</valeur><valeur periode='14'>-55.01</valeur><valeur periode='15'>-49.91</valeur><valeur periode='16'>-19</valeur><valeur periode='17'>-0.08</valeur><valeur periode='18'>1.2</valeur><valeur periode='19'>11.66</valeur><valeur periode='20'>24.96</valeur><valeur periode='21'>33.82</valeur><valeur periode='22'>24.26</valeur><valeur periode='23'>13.83</valeur></type><type v='donneesMarche' perimetre='GB' granularite='Global' qual='1'><valeur periode='0'>13.46</valeur><valeur periode='1'>6.44</valeur><valeur periode='2'>7.73</valeur><valeur periode='3'>8.55</valeur><valeur periode='4'>14.87</valeur><valeur periode='5'>18.73</valeur><valeur periode='6'>22.24</valeur><valeur periode='7'>41.09</valeur><valeur periode='8'>40.97</valeur><valeur periode='9'>38.51</valeur><valeur periode='10'>17.56</valeur><valeur periode='11'>4.68</valeur><valeur periode='12'>-3.04</valeur><valeur periode='13'>-13.11</valeur><valeur periode='14'>-24.58</valeur><valeur periode='15'>-24.93</valeur><valeur periode='16'>-16.74</valeur><valeur periode='17'>-5.5</valeur><valeur periode='18'>18.38</valeur><valeur periode='19'>38.05</valeur><valeur periode='20'>40.97</valeur><valeur periode='21'>35.47</valeur><valeur periode='22'>23.41</valeur><valeur periode='23'>5.85</valeur></type><type v='donneesMarche' perimetre='IT' granularite='Global' qual='1'><valeur periode='0'>90.65</valeur><valeur periode='1'>85.98</valeur><valeur periode='2'>71.1</valeur><valeur periode='3'>70.83</valeur><valeur periode='4'>71</valeur><valeur periode='5'>72.02</valeur><valeur periode='6'>85.58</valeur><valeur periode='7'>91.69</valeur><valeur periode='8'>90.65</valeur><valeur periode='9'>74.86</valeur><valeur periode='10'>36.99</valeur><valeur periode='11'>42</valeur><valeur periode='12'>26</valeur><valeur periode='13'>15</valeur><valeur periode='14'>26</valeur><valeur periode='15'>30.89</valeur><valeur periode='16'>35</valeur><valeur periode='17'>64.87</valeur><valeur periode='18'>93.83</valeur><valeur periode='19'>100.02</valeur><valeur periode='20'>100.29</valeur><valeur periode='21'>89.3606</valeur><valeur periode='22'>89.69</valeur><valeur periode='23'>88.83</valeur></type><type v='donneesMarche' perimetre='NL' granularite='Global' qual='1'><valeur periode='0'>54.56</valeur><valeur periode='1'>44.15</valeur><valeur periode='2'>23.27</valeur><valeur periode='3'>18.11</valeur><valeur periode='4'>18.04</valeur><valeur periode='5'>24.08</valeur><valeur periode='6'>28.75</valeur><valeur periode='7'>33.73</valeur><valeur periode='8'>22.6</valeur><valeur periode='9'>8.8</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-10.16</valeur><valeur periode='12'>-31.66</valeur><valeur periode='13'>-50</valeur><valeur periode='14'>-55.01</valeur><valeur periode='15'>-49.91</valeur><valeur periode='16'>-19.14</valeur><valeur periode='17'>-0.15</valeur><valeur periode='18'>33.37</valeur><valeur periode='19'>50.1</valeur><valeur periode='20'>58.83</valeur><valeur periode='21'>37.54</valeur><valeur periode='22'>20.34</valeur><valeur periode='23'>7.5</valeur></type><type v='donneesMarche' perimetre='PT' granularite='Global' qual='1'><valeur periode='0'>24.15</valeur><valeur periode='1'>17.73</valeur><valeur periode='2'>17.15</valeur><valeur periode='3'>11.13</valeur><valeur periode='4'>7.74</valeur><valeur periode='5'>6.79</valeur><valeur periode='6'>10.39</valeur><valeur periode='7'>11.76</valeur><valeur periode='8'>13.26</valeur><valeur periode='9'>0.01</valeur><valeur periode='10'>-0.02</valeur><valeur periode='11'>-0.06</valeur><valeur periode='12'>-0.06</valeur><valeur periode='13'>-0.06</valeur><valeur periode='14'>-0.06</valeur><valeur periode='15'>-0.06</valeur><valeur periode='16'>-0.06</valeur><valeur periode='17'>-0.06</valeur><valeur periode='18'>0</valeur><valeur periode='19'>3.25</valeur><valeur periode='20'>24.96</valeur><valeur periode='21'>35</valeur><valeur periode='22'>24.26</valeur><valeur periode='23'>13.83</valeur></type></donneesMarche><donneesMarche date='2024-04-14'><type v='donneesMarche' perimetre='BE' granularite='Global' qual='1'><valeur periode='0'>2.41</valeur><valeur periode='1'>1.65</valeur><valeur periode='2'>1.21</valeur><valeur periode='3'>1.33</valeur><valeur periode='4'>2.78</valeur><valeur periode='5'>6.12</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>7.75</valeur><valeur periode='9'>0</valeur><valeur periode='10'>1.54</valeur><valeur periode='11'>-2</valeur><valeur periode='12'>-13.1</valeur><valeur periode='13'>-26.97</valeur><valeur periode='14'>-35.65</valeur><valeur periode='15'>-39.95</valeur><valeur periode='16'>-6.25</valeur><valeur periode='17'>1.57</valeur><valeur periode='18'>43.37</valeur><valeur periode='19'>86.81</valeur><valeur periode='20'>123.75</valeur><valeur periode='21'>117</valeur><valeur periode='22'>64.83</valeur><valeur periode='23'>53.31</valeur></type><type v='donneesMarche' perimetre='CH' granularite='Global' qual='1'><valeur periode='0'>24.71</valeur><valeur periode='1'>11.35</valeur><valeur periode='2'>11.35</valeur><valeur periode='3'>7.06</valeur><valeur periode='4'>3.65</valeur><valeur periode='5'>7.27</valeur><valeur periode='6'>11.36</valeur><valeur periode='7'>5.36</valeur><valeur periode='8'>-2.2</valeur><valeur periode='9'>-12.92</valeur><valeur periode='10'>-26.74</valeur><valeur periode='11'>-47.6</valeur><valeur periode='12'>-65.78</valeur><valeur periode='13'>-91.49</valeur><valeur periode='14'>-91.51</valeur><valeur periode='15'>-62.04</valeur><valeur periode='16'>-31.71</valeur><valeur periode='17'>-5.94</valeur><valeur periode='18'>45.43</valeur><valeur periode='19'>79.22</valeur><valeur periode='20'>83.77</valeur><valeur periode='21'>84.06</valeur><valeur periode='22'>85.02</valeur><valeur periode='23'>81.55</valeur></type><type v='donneesMarche' perimetre='DE' granularite='Global' qual='1'><valeur periode='0'>ND</valeur><valeur periode='1'>ND</valeur><valeur periode='2'>ND</valeur><valeur periode='3'>ND</valeur><valeur periode='4'>ND</valeur><valeur periode='5'>ND</valeur><valeur periode='6'>ND</valeur><valeur periode='7'>ND</valeur><valeur periode='8'>ND</valeur><valeur periode='9'>ND</valeur><valeur periode='10'>ND</valeur><valeur periode='11'>ND</valeur><valeur periode='12'>ND</valeur><valeur periode='13'>ND</valeur><valeur periode='14'>ND</valeur><valeur periode='15'>ND</valeur><valeur periode='16'>ND</valeur><valeur periode='17'>ND</valeur><valeur periode='18'>ND</valeur><valeur periode='19'>ND</valeur><valeur periode='20'>ND</valeur><valeur periode='21'>ND</valeur><valeur periode='22'>ND</valeur><valeur periode='23'>ND</valeur></type><type v='donneesMarche' perimetre='DL' granularite='Global' qual='1'><valeur periode='0'>0.43</valeur><valeur periode='1'>0.83</valeur><valeur periode='2'>0.93</valeur><valeur periode='3'>1.13</valeur><valeur periode='4'>2.34</valeur><valeur periode='5'>5.95</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>7.41</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-2.37</valeur><valeur periode='11'>-12.17</valeur><valeur periode='12'>-42.27</valeur><valeur periode='13'>-60.05</valeur><valeur periode='14'>-60.07</valeur><valeur periode='15'>-40.05</valeur><valeur periode='16'>-6.25</valeur><valeur periode='17'>1.57</valeur><valeur periode='18'>67.23</valeur><valeur periode='19'>87.8</valeur><valeur periode='20'>119.91</valeur><valeur periode='21'>112.61</valeur><valeur periode='22'>103.95</valeur><valeur periode='23'>87.24</valeur></type><type v='donneesMarche' perimetre='AT' granularite='Global' qual='1'><valeur periode='0'>31.48</valeur><valeur periode='1'>0.09</valeur><valeur periode='2'>5.34</valeur><valeur periode='3'>-1.64</valeur><valeur periode='4'>-1.87</valeur><valeur periode='5'>8.12</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>7.49</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-2.03</valeur><valeur periode='11'>-11.29</valeur><valeur periode='12'>-39.07</valeur><valeur periode='13'>-54.61</valeur><valeur periode='14'>-56.06</valeur><valeur periode='15'>-40.04</valeur><valeur periode='16'>-6.25</valeur><valeur periode='17'>1.57</valeur><valeur periode='18'>60.98</valeur><valeur periode='19'>75.97</valeur><valeur periode='20'>82.28</valeur><valeur periode='21'>78.42</valeur><valeur periode='22'>91.29</valeur><valeur periode='23'>78.93</valeur></type><type v='donneesMarche' perimetre='ES' granularite='Global' qual='1'><valeur periode='0'>5.79</valeur><valeur periode='1'>2.74</valeur><valeur periode='2'>1.69</valeur><valeur periode='3'>1.51</valeur><valeur periode='4'>3.25</valeur><valeur periode='5'>6.35</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>5.6</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-0.53</valeur><valeur periode='11'>-1</valeur><valeur periode='12'>-1</valeur><valeur periode='13'>-1</valeur><valeur periode='14'>-1</valeur><valeur periode='15'>-1.01</valeur><valeur periode='16'>-1.01</valeur><valeur periode='17'>-0.25</valeur><valeur periode='18'>-0.02</valeur><valeur periode='19'>2.5</valeur><valeur periode='20'>18.41</valeur><valeur periode='21'>30.77</valeur><valeur periode='22'>19.72</valeur><valeur periode='23'>17</valeur></type><type v='donneesMarche' perimetre='FR' granularite='Global' qual='1'><valeur periode='0'>5.79</valeur><valeur periode='1'>2.74</valeur><valeur periode='2'>1.69</valeur><valeur periode='3'>1.51</valeur><valeur periode='4'>3.25</valeur><valeur periode='5'>6.35</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>7.65</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-0.53</valeur><valeur periode='11'>-7.37</valeur><valeur periode='12'>-2.16</valeur><valeur periode='13'>-10.58</valeur><valeur periode='14'>-23.62</valeur><valeur periode='15'>-39.89</valeur><valeur periode='16'>-6.25</valeur><valeur periode='17'>1.57</valeur><valeur periode='18'>7.96</valeur><valeur periode='19'>2.5</valeur><valeur periode='20'>18.41</valeur><valeur periode='21'>30.77</valeur><valeur periode='22'>19.72</valeur><valeur periode='23'>17</valeur></type><type v='donneesMarche' perimetre='GB' granularite='Global' qual='1'><valeur periode='0'>3.86</valeur><valeur periode='1'>-1.4</valeur><valeur periode='2'>1.17</valeur><valeur periode='3'>0</valeur><valeur periode='4'>0</valeur><valeur periode='5'>1.81</valeur><valeur periode='6'>2.81</valeur><valeur periode='7'>9.01</valeur><valeur periode='8'>9.01</valeur><valeur periode='9'>4.68</valeur><valeur periode='10'>19.55</valeur><valeur periode='11'>16.97</valeur><valeur periode='12'>21.07</valeur><valeur periode='13'>21.07</valeur><valeur periode='14'>16.62</valeur><valeur periode='15'>10.54</valeur><valeur periode='16'>16.39</valeur><valeur periode='17'>37.46</valeur><valeur periode='18'>65.56</valeur><valeur periode='19'>87.33</valeur><valeur periode='20'>87.68</valeur><valeur periode='21'>83.11</valeur><valeur periode='22'>67.08</valeur><valeur periode='23'>40.33</valeur></type><type v='donneesMarche' perimetre='IT' granularite='Global' qual='1'><valeur periode='0'>92.99</valeur><valeur periode='1'>90</valeur><valeur periode='2'>92</valeur><valeur periode='3'>82.08</valeur><valeur periode='4'>74.55</valeur><valeur periode='5'>71.55</valeur><valeur periode='6'>94.65</valeur><valeur periode='7'>95.95</valeur><valeur periode='8'>94.9</valeur><valeur periode='9'>94.65</valeur><valeur periode='10'>36</valeur><valeur periode='11'>15</valeur><valeur periode='12'>9.65</valeur><valeur periode='13'>8</valeur><valeur periode='14'>8</valeur><valeur periode='15'>9.65</valeur><valeur periode='16'>38.15</valeur><valeur periode='17'>94.65</valeur><valeur periode='18'>109.15</valeur><valeur periode='19'>135</valeur><valeur periode='20'>135.2</valeur><valeur periode='21'>120</valeur><valeur periode='22'>96.34</valeur><valeur periode='23'>94.65</valeur></type><type v='donneesMarche' perimetre='NL' granularite='Global' qual='1'><valeur periode='0'>0.44</valeur><valeur periode='1'>1.1</valeur><valeur periode='2'>0.94</valeur><valeur periode='3'>1.26</valeur><valeur periode='4'>2.6</valeur><valeur periode='5'>6</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>8.21</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-2.68</valeur><valeur periode='11'>-12.97</valeur><valeur periode='12'>-42.23</valeur><valeur periode='13'>-60.05</valeur><valeur periode='14'>-60.01</valeur><valeur periode='15'>-40.05</valeur><valeur periode='16'>-6.25</valeur><valeur periode='17'>1.57</valeur><valeur periode='18'>79.7</valeur><valeur periode='19'>102.3</valeur><valeur periode='20'>133.65</valeur><valeur periode='21'>124.48</valeur><valeur periode='22'>97.16</valeur><valeur periode='23'>79.69</valeur></type><type v='donneesMarche' perimetre='PT' granularite='Global' qual='1'><valeur periode='0'>5.79</valeur><valeur periode='1'>2.74</valeur><valeur periode='2'>1.69</valeur><valeur periode='3'>1.51</valeur><valeur periode='4'>3.25</valeur><valeur periode='5'>6.35</valeur><valeur periode='6'>12.86</valeur><valeur periode='7'>13</valeur><valeur periode='8'>5.6</valeur><valeur periode='9'>0</valeur><valeur periode='10'>-0.53</valeur><valeur periode='11'>-0.55</valeur><valeur periode='12'>-0.5</valeur><valeur periode='13'>-0.44</valeur><valeur periode='14'>-0.55</valeur><valeur periode='15'>-0.57</valeur><valeur periode='16'>-0.6</valeur><valeur periode='17'>-0.25</valeur><valeur periode='18'>-0.02</valeur><valeur periode='19'>2.5</valeur><valeur periode='20'>18.41</valeur><valeur periode='21'>30.77</valeur><valeur periode='22'>19.72</valeur><valeur periode='23'>17</valeur></type></donneesMarche><donneesMarche date='2024-04-15'><type v='donneesMarche' perimetre='BE' granularite='Global' qual='1'><valeur periode='0'>47.75</valeur><valeur periode='1'>44.18</valeur><valeur periode='2'>41.3</valeur><valeur periode='3'>40</valeur><valeur periode='4'>39.31</valeur><valeur periode='5'>45.26</valeur><valeur periode='6'>46.8</valeur><valeur periode='7'>79.82</valeur><valeur periode='8'>56</valeur><valeur periode='9'>53.62</valeur><valeur periode='10'>10.16</valeur><valeur periode='11'>26.77</valeur><valeur periode='12'>25.48</valeur><valeur periode='13'>20.85</valeur><valeur periode='14'>9.01</valeur><valeur periode='15'>6.6</valeur><valeur periode='16'>2.37</valeur><valeur periode='17'>26.8</valeur><valeur periode='18'>47.32</valeur><valeur periode='19'>54.02</valeur><valeur periode='20'>55.89</valeur><valeur periode='21'>51.67</valeur><valeur periode='22'>38.67</valeur><valeur periode='23'>25.06</valeur></type><type v='donneesMarche' perimetre='CH' granularite='Global' qual='1'><valeur periode='0'>76.98</valeur><valeur periode='1'>73.13</valeur><valeur periode='2'>67.88</valeur><valeur periode='3'>66.68</valeur><valeur periode='4'>67.2</valeur><valeur periode='5'>78.14</valeur><valeur periode='6'>92.09</valeur><valeur periode='7'>107.65</valeur><valeur periode='8'>103.07</valeur><valeur periode='9'>84.01</valeur><valeur periode='10'>77.92</valeur><valeur periode='11'>65.27</valeur><valeur periode='12'>39.09</valeur><valeur periode='13'>23.75</valeur><valeur periode='14'>18.84</valeur><valeur periode='15'>50.05</valeur><valeur periode='16'>62.11</valeur><valeur periode='17'>67.51</valeur><valeur periode='18'>66.83</valeur><valeur periode='19'>73.05</valeur><valeur periode='20'>71.25</valeur><valeur periode='21'>66.4</valeur><valeur periode='22'>67.01</valeur><valeur periode='23'>65.97</valeur></type><type v='donneesMarche' perimetre='DE' granularite='Global' qual='1'><valeur periode='0'>ND</valeur><valeur periode='1'>ND</valeur><valeur periode='2'>ND</valeur><valeur periode='3'>ND</valeur><valeur periode='4'>ND</valeur><valeur periode='5'>ND</valeur><valeur periode='6'>ND</valeur><valeur periode='7'>ND</valeur><valeur periode='8'>ND</valeur><valeur periode='9'>ND</valeur><valeur periode='10'>ND</valeur><valeur periode='11'>ND</valeur><valeur periode='12'>ND</valeur><valeur periode='13'>ND</valeur><valeur periode='14'>ND</valeur><valeur periode='15'>ND</valeur><valeur periode='16'>ND</valeur><valeur periode='17'>ND</valeur><valeur periode='18'>ND</valeur><valeur periode='19'>ND</valeur><valeur periode='20'>ND</valeur><valeur periode='21'>ND</valeur><valeur periode='22'>ND</valeur><valeur periode='23'>ND</valeur></type><type v='donneesMarche' perimetre='DL' granularite='Global' qual='1'><valeur periode='0'>81.96</valeur><valeur periode='1'>81.26</valeur><valeur periode='2'>77.54</valeur><valeur periode='3'>78.18</valeur><valeur periode='4'>75.23</valeur><valeur periode='5'>86.74</valeur><valeur periode='6'>115.73</valeur><valeur periode='7'>169.15</valeur><valeur periode='8'>153.24</valeur><valeur periode='9'>91.56</valeur><valeur periode='10'>80.55</valeur><valeur periode='11'>63.15</valeur><valeur periode='12'>44.15</valeur><valeur periode='13'>31.74</valeur><valeur periode='14'>12.96</valeur><valeur periode='15'>7.8</valeur><valeur periode='16'>7.99</valeur><valeur periode='17'>46.3</valeur><valeur periode='18'>69.2</valeur><valeur periode='19'>78.92</valeur><valeur periode='20'>77.02</valeur><valeur periode='21'>66.31</valeur><valeur periode='22'>53.77</valeur><valeur periode='23'>34.17</valeur></type><type v='donneesMarche' perimetre='AT' granularite='Global' qual='1'><valeur periode='0'>75.91</valeur><valeur periode='1'>75.93</valeur><valeur periode='2'>72.41</valeur><valeur periode='3'>72.85</valeur><valeur periode='4'>70.24</valeur><valeur periode='5'>81.34</valeur><valeur periode='6'>108.78</valeur><valeur periode='7'>158.53</valeur><valeur periode='8'>143.13</valeur><valeur periode='9'>83.53</valeur><valeur periode='10'>74.82</valeur><valeur periode='11'>57.38</valeur><valeur periode='12'>40.95</valeur><valeur periode='13'>29.12</valeur><valeur periode='14'>12.85</valeur><valeur periode='15'>39.94</valeur><valeur periode='16'>53.58</valeur><valeur periode='17'>67.91</valeur><valeur periode='18'>71.89</valeur><valeur periode='19'>78.92</valeur><valeur periode='20'>80.87</valeur><valeur periode='21'>70.7</valeur><valeur periode='22'>56.07</valeur><valeur periode='23'>42.07</valeur></type><type v='donneesMarche' perimetre='ES' granularite='Global' qual='1'><valeur periode='0'>7.3</valeur><valeur periode='1'>3.25</valeur><valeur periode='2'>1.77</valeur><valeur periode='3'>0.44</valeur><valeur periode='4'>0.03</valeur><valeur periode='5'>0.07</valeur><valeur periode='6'>1</valeur><valeur periode='7'>10.75</valeur><valeur periode='8'>18.7</valeur><valeur periode='9'>1.5</valeur><valeur periode='10'>0</valeur><valeur periode='11'>0</valeur><valeur periode='12'>-0.01</valeur><valeur periode='13'>-0.04</valeur><valeur periode='14'>-0.1</valeur><valeur periode='15'>-0.32</valeur><valeur periode='16'>-1</valeur><valeur periode='17'>-0.09</valeur><valeur periode='18'>0</valeur><valeur periode='19'>0.44</valeur><valeur periode='20'>10</valeur><valeur periode='21'>19.72</valeur><valeur periode='22'>6</valeur><valeur periode='23'>4.2</valeur></type><type v='donneesMarche' perimetre='FR' granularite='Global' qual='1'><valeur periode='0'>7.3</valeur><valeur periode='1'>3.25</valeur><valeur periode='2'>1.77</valeur><valeur periode='3'>0.44</valeur><valeur periode='4'>0.03</valeur><valeur periode='5'>0.07</valeur><valeur periode='6'>1</valeur><valeur periode='7'>10.75</valeur><valeur periode='8'>18.7</valeur><valeur periode='9'>13.65</valeur><valeur periode='10'>0</valeur><valeur periode='11'>0</valeur><valeur periode='12'>-0.01</valeur><valeur periode='13'>-0.04</valeur><valeur periode='14'>-0.1</valeur><valeur periode='15'>-0.32</valeur><valeur periode='16'>-1</valeur><valeur periode='17'>-0.09</valeur><valeur periode='18'>0</valeur><valeur periode='19'>0.44</valeur><valeur periode='20'>10</valeur><valeur periode='21'>19.72</valeur><valeur periode='22'>6</valeur><valeur periode='23'>4.2</valeur></type><type v='donneesMarche' perimetre='GB' granularite='Global' qual='1'><valeur periode='0'>18.03</valeur><valeur periode='1'>5.74</valeur><valeur periode='2'>3.16</valeur><valeur periode='3'>0</valeur><valeur periode='4'>-0.47</valeur><valeur periode='5'>-0.47</valeur><valeur periode='6'>7.49</valeur><valeur periode='7'>39.92</valeur><valeur periode='8'>70.94</valeur><valeur periode='9'>71.17</valeur><valeur periode='10'>60.99</valeur><valeur periode='11'>46.36</valeur><valeur periode='12'>25.99</valeur><valeur periode='13'>14.28</valeur><valeur periode='14'>5.27</valeur><valeur periode='15'>0</valeur><valeur periode='16'>4.68</valeur><valeur periode='17'>21.89</valeur><valeur periode='18'>60.76</valeur><valeur periode='19'>75.97</valeur><valeur periode='20'>81.48</valeur><valeur periode='21'>76.21</valeur><valeur periode='22'>52.44</valeur><valeur periode='23'>18.03</valeur></type><type v='donneesMarche' perimetre='IT' granularite='Global' qual='1'><valeur periode='0'>86</valeur><valeur periode='1'>76.6143</valeur><valeur periode='2'>73.8005</valeur><valeur periode='3'>75.3</valeur><valeur periode='4'>71.8417</valeur><valeur periode='5'>82.4963</valeur><valeur periode='6'>106.99</valeur><valeur periode='7'>145.95</valeur><valeur periode='8'>143.134</valeur><valeur periode='9'>103.72</valeur><valeur periode='10'>94.62</valeur><valeur periode='11'>82.37</valeur><valeur periode='12'>69.5</valeur><valeur periode='13'>61.04</valeur><valeur periode='14'>70</valeur><valeur periode='15'>75</valeur><valeur periode='16'>84.9999</valeur><valeur periode='17'>90.1</valeur><valeur periode='18'>96.64</valeur><valeur periode='19'>127.6</valeur><valeur periode='20'>126.23</valeur><valeur periode='21'>102.41</valeur><valeur periode='22'>95</valeur><valeur periode='23'>87.74</valeur></type><type v='donneesMarche' perimetre='NL' granularite='Global' qual='1'><valeur periode='0'>81.96</valeur><valeur periode='1'>74.9</valeur><valeur periode='2'>70.55</valeur><valeur periode='3'>70.54</valeur><valeur periode='4'>68.3</valeur><valeur periode='5'>78.88</valeur><valeur periode='6'>98.75</valeur><valeur periode='7'>148</valeur><valeur periode='8'>108.27</valeur><valeur periode='9'>62.6</valeur><valeur periode='10'>48</valeur><valeur periode='11'>48.77</valeur><valeur periode='12'>42.17</valeur><valeur periode='13'>31.74</valeur><valeur periode='14'>13.15</valeur><valeur periode='15'>9.15</valeur><valeur periode='16'>6.99</valeur><valeur periode='17'>43.46</valeur><valeur periode='18'>66.5</valeur><valeur periode='19'>76.12</valeur><valeur periode='20'>74.89</valeur><valeur periode='21'>65.54</valeur><valeur periode='22'>52.85</valeur><valeur periode='23'>34.01</valeur></type><type v='donneesMarche' perimetre='PT' granularite='Global' qual='1'><valeur periode='0'>7.3</valeur><valeur periode='1'>3.25</valeur><valeur periode='2'>1.77</valeur><valeur periode='3'>0.44</valeur><valeur periode='4'>0.03</valeur><valeur periode='5'>0.07</valeur><valeur periode='6'>1</valeur><valeur periode='7'>7.07</valeur><valeur periode='8'>18.7</valeur><valeur periode='9'>1.5</valeur><valeur periode='10'>0</valeur><valeur periode='11'>0</valeur><valeur periode='12'>-0.01</valeur><valeur periode='13'>-0.04</valeur><valeur periode='14'>-0.1</valeur><valeur periode='15'>-0.32</valeur><valeur periode='16'>-0.63</valeur><valeur periode='17'>-0.09</valeur><valeur periode='18'>0</valeur><valeur periode='19'>0.44</valeur><valeur periode='20'>10</valeur><valeur periode='21'>19.72</valeur><valeur periode='22'>6</valeur><valeur periode='23'>4.2</valeur></type></donneesMarche></liste>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GB/production.json",
    "content": "{\n    \"help\": \"Mock NESO generation data\",\n    \"success\": true,\n    \"result\": {\n      \"records\": [\n        {\n          \"DATETIME\": \"2024-12-16T10:00:00\",\n          \"BIOMASS\": 5.0,\n          \"COAL\": 0.0,\n          \"GAS\": 10.5,\n          \"HYDRO\": 2.0,\n          \"NUCLEAR\": 8.0,\n          \"SOLAR\": 3.5,\n          \"WIND\": 12.0,\n          \"WIND_EMB\": 1.5,\n          \"OTHER\": 0.0,\n          \"STORAGE\": 0.0\n        },\n        {\n          \"DATETIME\": \"2024-12-16T10:30:00\",\n          \"BIOMASS\": 6.0,\n          \"COAL\": 1.0,\n          \"GAS\": 11.0,\n          \"HYDRO\": 2.5,\n          \"NUCLEAR\": 8.0,\n          \"SOLAR\": 4.0,\n          \"WIND\": 13.0,\n          \"WIND_EMB\": 2.0,\n          \"OTHER\": 0.5,\n          \"STORAGE\": 5.0\n        }\n      ]\n    }\n  }\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GT/wl12_api_historical_20230716_0.json",
    "content": "[\n  {\n    \"hora\": \"1\",\n    \"potencia\": 410.52,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 53.05,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 309.1,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 269.65,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1225.83,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1156.04,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 54.26,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 32.29,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 96.76,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 54.26,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 390.11,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 64.85,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 295.33,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 273.64,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1180.6,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1119.08,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 51.92,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 32.25,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 72.3,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 51.92,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 352.28,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 68.36,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 295.01,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 273.78,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1164.58,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1114.58,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 79.53,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 33.34,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 62.08,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 79.53,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 281.67,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 58.77,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 295.5,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 274.2,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1130.8,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1127.701,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 98.71,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 33.03,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 88.72,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 98.71,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 347.06,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 33.84,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 293.03,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 273.08,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1207.69,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1142.37,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 131.11,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 33.21,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 96.16,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 131.11,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 400.66,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 20,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 276.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 262.9,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1208.55,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1198.19,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 128.49,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 32.23,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 87.67,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 128.49,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 489.5,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 20,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 310.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1327.21,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1317.21,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 12.3,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 110.8,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 32.44,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 77.77,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 110.8,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 563.66,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 24,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 298.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1444.36,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1449.041,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 65.56,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 128.57,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 31.59,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 58.58,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 128.57,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 643.34,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 58.7,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 291.3,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1550.19,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1559.54,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 67.91,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 151.95,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 31.4,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 31.59,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 151.95,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 706.04,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 59.6,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 305.3,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1581.24,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1602.151,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 74.16,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 116.38,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 31.62,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 14.14,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 116.38,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 754.26,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 50,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 305.3,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1647.9,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1630.378,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 69.44,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 152.54,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 31.35,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 11.01,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 152.54,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 772.36,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 53.6,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 305.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1610.63,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1635.39,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 71.59,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 126.03,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 31.15,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 6.35,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 126.03,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 714.75,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 55.6,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 305.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1620.19,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1608.817,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 69.96,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 166.81,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 32.21,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1.46,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 166.81,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 692.41,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 55.6,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 305.4,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1531.69,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1582.34,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 19.33,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 143.58,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 31.52,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 9.85,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 143.58,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 691.16,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 76.04375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 307,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 272.73,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1544.36375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1556.939,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 13.57,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 138.01,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 32.34,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 13.31,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 138.01,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 702.88,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 58.17375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 318.33,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 273.08,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1524.41375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1521.149,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 7.06,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 119.51,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 31.95,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 13.23,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 119.51,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 626.2,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 82.62375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 357.44,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 273.99,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1489.82375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1518.83,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 7.5,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 102.58,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 32.11,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 7.18,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 102.58,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 557.31,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 89.33375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 371.51,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 273.78,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1458.31375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1501.839,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 2.98,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 117.3,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 32.47,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 13.43,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 117.3,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 755.15,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 120.94375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 372.44,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 274.41,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 1703.56375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 1679.211,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0.99,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 141.08,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 32.5,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 24.45,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 131.49,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 856.56,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 141.63375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 372.66,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 273.92,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 1730.42375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 1699.19,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 82.99,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 29.79,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 17.5,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 66.37,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 844.89,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 147.39375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 372.67,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 274.2,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1700.99375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1631.141,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 35.4,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 32.37,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 37.05,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 18.54,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 592.94,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 130.15375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 371.89,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 273.78,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1492.59375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1420.992,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 85.43,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 31.9,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 6.5,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 85.43,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 415.83,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 147.85375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 372.51,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 273.15,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1340.40375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1309.729,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 69.28,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 32.72,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 29.06,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 69.28,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 357.47,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 63.12375,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 372.34,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 273.22,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1203.66375,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1193.119,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 23.12,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 32.94,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 81.45,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 23.12,\n    \"tipo\": \"null\"\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GT/wl12_api_historical_20230716_1.json",
    "content": "[\n  {\n    \"hora\": \"1\",\n    \"potencia\": 248.82,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 147.41,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 372.24,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 270.49,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1140.08,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1103.718,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 32.64,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 72.8,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 247.63,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 88.99,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 371.94,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 273.57,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1096.95,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1070.619,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 32.56,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 85.67,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 269.04,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 37.71,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 352.27,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 273.36,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1074.49,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1049.979,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 25.42,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 32.45,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 84.24,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 25.42,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 341.65,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 61.21,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 241.92,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 259.5,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1074.75,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1047.001,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 46.02,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 32.57,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 91.68,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 46.02,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 399.81,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 58.46,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 189.6,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 212.37,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1088.75,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1052.45,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 102.52,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 31.48,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 94.31,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 102.52,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 429.84,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 27,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 188.27,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 202.08,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1081.36,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1069.131,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0.84,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 104.29,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 31.62,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 97.22,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 104.29,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 475.3,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 44.28,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 191.03,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 201.45,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1160.55,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1148.974,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 10.54,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 112.65,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 31.36,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 93.74,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 112.65,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 558.06,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 23.92,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 190.5,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 201.73,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1203.68,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1266.742,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 20.52,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 80.59,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 30.83,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 97.33,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 80.59,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 596.34,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 24.64,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 282.26,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 243.17,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1352.67,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1361.321,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 46.13,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 32.2,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 30.44,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 97.29,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 32.2,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 581.02,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 25.83,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 234.06,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 273.22,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1350.31,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1409.782,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 67.54,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 57.61,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 31.48,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 79.35,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 57.61,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 676.88,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 25.77,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 199.33,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 273.15,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1412.68,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1442.512,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 82.04,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 53.72,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 30.83,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 70.76,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 53.72,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 689.19,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 27.72,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 190.15,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 273.71,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1448.37,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1444.321,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 79.66,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 89.14,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 31.28,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 70.43,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 89.14,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 734.48,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 25.51,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 189.16,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 270.49,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1382.9,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1421.39,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 42.05,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 43.41,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 24.62,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 52.98,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 43.41,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 711.11,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 63.44,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 190.43,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 274.62,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1405.98,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1396.67,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 17.4,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 73.15,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 30.89,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 44.74,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 73.15,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 705.38,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 24,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 279.6,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1422.24,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1382.54,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 4.46,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 77.2,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 31.09,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 26.51,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 77.2,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 774.33,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0.2,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 105.65,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 305.7,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1352.48,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1365.172,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0.75,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 31.78,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 27.53,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 642.9,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 228.3,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 351.7,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1366.11,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1375.75,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 31.93,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 16.07,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 673.49,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 178.9,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 338.5,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1370.2,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1379.842,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 32.09,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 16.16,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 715.99,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 230.3,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 329.7,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 1561.56,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 1559.529,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 32.74,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 34.81,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 793.72,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 185.3,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 329.9,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 1580.41,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 1580.548,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 32.23,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 65.15,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 742.82,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 173.3,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 329.8,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1549.59,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1535.959,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 32.8,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 80.56,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 577.29,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 3.88,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 305.5,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 273.85,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1322.55,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1332.429,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 54.32,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 32.62,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 75.09,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 54.32,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 609.13,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 244.08,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1237.86,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1187.331,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 32.33,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 87.13,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 527.31,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 197.32,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 248,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1116.45,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1075.561,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 21.92,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 32.21,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 89.69,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 21.92,\n    \"tipo\": \"null\"\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GT/wl12_api_live_0.json",
    "content": "[\n  {\n    \"hora\": \"1\",\n    \"potencia\": 175.87,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 298.11,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 168.91,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 162.51,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 202.09,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 273.22,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1256.34,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1317.55,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 14.73,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 32.07,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 4.34,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 179.52,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 307.38,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 165.39,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 141.69,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 202.8,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 273.29,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1223.63,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1301.731,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 14.71,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 31.76,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0.52,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 146.82,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 308.39,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 166.28,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 108.82,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 202.22,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 273.43,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1236.15,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1270.41,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 14.69,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 31.99,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 93.92,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 305.7,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 166.85,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 115.12,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 179.57,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 273.64,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1232.11,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1297.95,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 14.75,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 50.2,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 32.36,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 50.2,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 134.8,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 306.99,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 167.64,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 156.71,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 174.21,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 272.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1307.31,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1359.43,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 14.06,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 47.49,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 32.61,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 47.49,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 214.36,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 296.58,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 166.66,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 134.83,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 203.77,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 273.57,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1380.61,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1511.021,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 14.72,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 43.4,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 32.72,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 43.4,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 281.54,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 304.13,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 166.79,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 188.89,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 190.95,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 273.64,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1540.45,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1632.871,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 14.73,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 22.77,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 64.08,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 32.93,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 64.08,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 325.38,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 303.07,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 167.06,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 264.27,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 200.49,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 274.76,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1665.36,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1753.79,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 14.71,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 51.78,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 32.08,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 31.56,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0.2,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 32.08,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 440.85,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 298.9,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 167.92,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 255.26,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 187.03,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 274.13,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1771.17,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1839.35,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 13.56,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 70.98,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 31.55,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 30.99,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 31.55,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 404.31,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 303.6,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 167.78,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 309.37,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 194.64,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 273.85,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1819.62,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 35.21,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1901.181,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 14.61,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 75.99,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 7.39,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 31.35,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1.52,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 7.39,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 368.29,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 299.65,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 167.58,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 307,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 190.91,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 274.2,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1872.82,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 35.14,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1921.471,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 14.18,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 77.85,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 104.67,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 30.58,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 2.77,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 104.67,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 409.22,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 299.49,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 168.01,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 307.39,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 200.89,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 274.41,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1918.92,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 35.14,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1937.28,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 14.5,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 79.13,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 131.15,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 30.59,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 4.37,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 131.15,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 417.83,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 303.17,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 167.72,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 307.04,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 201.82,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 274.27,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1899.57,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 35.06,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1924.421,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 14.42,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 78.47,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 56.81,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 30.46,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 12.5,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 56.81,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 400.51,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 294.91,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 167.37,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 306.14,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 202.8,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 274.27,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1899.95,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 35.21,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1917.63,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 13.44,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 77.46,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 85.55,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 30.79,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 11.5,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 85.55,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 380.13,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 293.26,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 166.93,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 316.44,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 201.1,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 274.27,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1933.87,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 35.21,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1919.77,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 64,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 127.83,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 31.3,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 43.4,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 127.83,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 373.06,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 293.66,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 166.93,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 316.44,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 201.1,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 274.27,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1949.35,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 35.21,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1918.091,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 56.6,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 157.28,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 31.3,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 43.5,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 157.28,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 411.38,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 301.45,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 167.9,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 319.67,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 202.23,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 273.57,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1859.66,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 35.14,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1879.041,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 18.86,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 83.74,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 31.32,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 14.4,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 83.74,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 464.53,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 320.6,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 167.29,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 323.18,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 202.27,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 273.78,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1880.82,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 35.14,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1820.3,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0.74,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 35.55,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 31.66,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 26.08,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 35.55,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 671.14,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 320.97,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 168.73,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 323.8,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 202.33,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 273.71,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 2046.61,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 35.21,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 2040.132,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 2.45,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 49.17,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 32,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 25.72,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 46.26,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 628.87,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 323.26,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 168.83,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 323.92,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 202.78,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 274.13,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 2066.08,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 2038.16,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 11.53,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 92.8,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 31.96,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 27.03,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 92.4,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 624.92,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 316.96,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 169.17,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 324.23,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 203.28,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 273.5,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 2004.28,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1974.101,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 13,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 42.7,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 32.28,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 14.99,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 38.76,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 460.45,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 322.07,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 162.81,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 322.46,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 203.02,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 273.22,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1783.81,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1752.11,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 14.43,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 32.22,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 5.04,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 304.46,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 313.16,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 167.54,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 314.87,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 202.41,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 273.22,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1548.1,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 34.06,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1548.979,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 14.38,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 32.53,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 2.46,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 211.5,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 314.84,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 167.03,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 274.99,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 202.81,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 273.36,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1386.88,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1417.61,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 14.46,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 32.79,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1.86,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/GT/wl12_api_live_1.json",
    "content": "[\n  {\n    \"hora\": \"1\",\n    \"potencia\": 172.63,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 309.27,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 169.6,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 199.04,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 201.6,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 272.73,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1320.37,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1290.61,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 14.43,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 32.77,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 1.32,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"1\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 115.6,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 313.72,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 166.76,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 170.97,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 202.09,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 273.29,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1289.14,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 1246.58,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 2,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 7.33,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 32.82,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 4.56,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"2\",\n    \"potencia\": 7.33,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 108.85,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 308.08,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 170,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 150.89,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 201.72,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 273.5,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1249.83,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 1237.45,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 11.9,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 32.99,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 3.69,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"3\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 92.28,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 308.41,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 168.15,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 188.95,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 202.2,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 273.36,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1262.99,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 1253.23,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 11.92,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 33.34,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0.06,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"4\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 193.68,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 307.72,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 169.06,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 133.98,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 203.18,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 273.36,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1308.51,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 1346.05,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 13.28,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 32.7,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"5\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 256.285,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 304.24,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 166.4,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 209.18,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 202.9,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1453.43,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1453.43,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 15.386,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 35.449,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 1.52,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"6\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 332.025,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 304.24,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 166.4,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 228.489,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 202.9,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 273.8,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1595.02,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1595.02,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 15.386,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 4.421,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 30.43,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 35.449,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 1.48,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"7\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 1716.93,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"8\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 1832.339,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"9\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 1887.58,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"10\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 1935.72,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"11\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 1953.7,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"12\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 1930.269,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"13\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 1926.831,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"14\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 1929.54,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"15\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 1917.4,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"16\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 1872.389,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"17\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 1821.541,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"18\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 2044.19,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"19\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 2041.268,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"20\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 1968.529,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"21\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 1734.41,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"22\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 1550.08,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"23\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"AGUA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOGAS\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BIOMASA/CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"BUNKER\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"CARBÓN/PETCOKE\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"DEM SNI\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"DIESEL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 1423.899,\n    \"tipo\": \"DEMANDA LOCAL PROG\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"GAS NATURAL\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"IRRADIACIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"INTERCONEXIÓN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"SYNGAN\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"VAPOR\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"VIENTO\"\n  },\n  {\n    \"hora\": \"24\",\n    \"potencia\": 0,\n    \"tipo\": \"null\"\n  }\n]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/exchange_index_7.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,Guatemala,-27.6,-21.5,-22.7,-23.3,-14.4,-5.9,-5.2,-24.4,,,,,,,,,,,,,,,,\n7/25/2025,Nicaragua,-98.5,-97.4,-98,-91.8,-101.6,-108,-82.7,-66.3,,,,,,,,,,,,,,,,\n7/25/2025,El Salvador,58.5,51.5,33.9,23.8,36.3,45,28.7,20.1,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_10_hydro.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,Arenal,48.5,46.7,45.6,25.8,24.8,24.9,24.5,3.2,,,,,,,,,,,,,,,,\n7/25/2025,Nispero,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,,,,,,,,,,,,,,,,\n7/25/2025,El Cajon,179.8,163.7,167,190.2,193.8,197.7,166.3,175.9,,,,,,,,,,,,,,,,\n7/25/2025,La Vegona,22.1,22,22,22.1,26.9,39.3,44.8,35.7,,,,,,,,,,,,,,,,\n7/25/2025,Rio Lindo,45.7,45.8,45.2,44.9,49.9,52,44.2,44.1,,,,,,,,,,,,,,,,\n7/25/2025,Ca�averal,10.2,10.2,10.1,10.2,10.1,12.9,14.6,14.6,,,,,,,,,,,,,,,,\n7/25/2025,Patuca III,50,49.9,44.9,49.9,45.6,47.6,49.8,49.8,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_1_hydro.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,CISA,6.3,6.1,5.6,5.6,5,.7,.6,.5,,,,,,,,,,,,,,,,\n7/25/2025,SHOL,.1,0,0,0,0,0,.8,11,,,,,,,,,,,,,,,,\n7/25/2025,Morja,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,,,,,,,,,,,,,,,,\n7/25/2025,Canjel,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Mezapa,1.6,3.8,4.9,8.3,8.3,8.2,8,7.8,,,,,,,,,,,,,,,,\n7/25/2025,Quilio,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Zacapa,.5,.5,.5,.5,.5,.6,.6,.6,,,,,,,,,,,,,,,,\n7/25/2025,Churune,.9,.9,.9,.9,.9,.9,.9,.9,,,,,,,,,,,,,,,,\n7/25/2025,Coyolar,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Cuyamel,5.1,7.6,7.6,7.6,7.6,7.6,7.6,7.6,,,,,,,,,,,,,,,,\n7/25/2025,Nacaome,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Sazagua,4.5,4.3,4,3.7,3.7,3.9,3.9,4.5,,,,,,,,,,,,,,,,\n7/25/2025,Cececapa,3.2,3.2,3.2,3.2,3.2,3.2,3.2,3.2,,,,,,,,,,,,,,,,\n7/25/2025,Coronado,1.6,1.5,1.5,1.5,1.5,2,2.6,2.5,,,,,,,,,,,,,,,,\n7/25/2025,Cuyagual,.2,0,0,0,.1,.4,3.1,4,,,,,,,,,,,,,,,,\n7/25/2025,Cuyamapa,12.4,12.4,12.4,12.4,12.4,12.4,12.4,12.4,,,,,,,,,,,,,,,,\n7/25/2025,Laureles,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Mangungo,.9,1,1.4,1.4,1.4,1.4,1.4,1.4,,,,,,,,,,,,,,,,\n7/25/2025,Matarras,1.1,1,1.7,1.7,1.7,1.7,1.7,1.7,,,,,,,,,,,,,,,,\n7/25/2025,Rio Frio,.7,.7,.7,.8,.8,.8,.8,.8,,,,,,,,,,,,,,,,\n7/25/2025,San Juan,6.8,6.4,5.8,5.4,5.2,4.9,4.7,4.6,,,,,,,,,,,,,,,,\n7/25/2025,Babilonia,1.5,1.5,1.6,1.5,1.5,1.5,1.5,1.5,,,,,,,,,,,,,,,,\n7/25/2025,Cortesito,1.9,2.3,2,1.9,1.8,1.7,1.7,1.6,,,,,,,,,,,,,,,,\n7/25/2025,La Aurora,1.1,1.1,1.1,1.1,1.1,1.4,1.2,1.2,,,,,,,,,,,,,,,,\n7/25/2025,La Gloria,1.6,.6,1.2,1.3,.7,.8,1.3,1.3,,,,,,,,,,,,,,,,\n7/25/2025,San Alejo,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Agua Verde,.9,.9,.9,.9,.9,.9,.9,.9,,,,,,,,,,,,,,,,\n7/25/2025,Chamelecon,5.5,5.6,5.6,5.6,5.6,5.5,5.5,5.5,,,,,,,,,,,,,,,,\n7/25/2025,Genera Lla,4.5,4.4,2.7,4.4,4.1,4,3.9,3.8,,,,,,,,,,,,,,,,\n7/25/2025,Las Nieves,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Nispero II,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Pencaligue,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Rio Blanco,4.9,4.9,4.7,5,4.8,4.8,4.6,4.4,,,,,,,,,,,,,,,,\n7/25/2025,Rio Guineo,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,San Carlos,1.1,1.3,1.2,1.4,1.4,1.4,1.7,1.7,,,,,,,,,,,,,,,,\n7/25/2025,San Martin,2,2,2,2,2,2,2,2,,,,,,,,,,,,,,,,\n7/25/2025,Zinguizapa,2.1,2.1,2.1,2.1,2.1,2.1,2.1,2.1,,,,,,,,,,,,,,,,\n7/25/2025,Chachaguala,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Hidro Yojoa,.3,.3,.3,.3,.3,.3,.3,.3,,,,,,,,,,,,,,,,\n7/25/2025,Rio Betulia,.8,.8,.8,.8,.8,.8,.8,.8,,,,,,,,,,,,,,,,\n7/25/2025,Santa Maria,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Pe�a Blanca,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Corral de Piedras,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_2_wind.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,San Marcos,15,16.7,16.2,14.4,17.1,15.6,16.8,17.5,,,,,,,,,,,,,,,,\n7/25/2025,Chinchayote,32.9,28.4,34.8,30.3,33.9,34.9,35,24,,,,,,,,,,,,,,,,\n7/25/2025,Cerro de Hula,67.2,61.1,63.6,64,54.2,57.3,74.1,65,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_3_solar.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,ECSA,0,0,0,0,0,.1,12.4,32.4,,,,,,,,,,,,,,,,\n7/25/2025,Lajas,0,0,0,0,0,0,.7,2.5,,,,,,,,,,,,,,,,\n7/25/2025,Mecer,-.1,-.1,-.1,-.1,-.1,-.1,7.8,16.9,,,,,,,,,,,,,,,,\n7/25/2025,Cihesa,0,0,0,0,0,0,1.4,5.8,,,,,,,,,,,,,,,,\n7/25/2025,Helios,0,0,0,0,0,0,7.4,18.5,,,,,,,,,,,,,,,,\n7/25/2025,Soposa,-.1,-.1,-.1,-.1,-.1,0,4,20.5,,,,,,,,,,,,,,,,\n7/25/2025,Cohessa,-.1,-.1,-.1,-.1,-.1,0,4,19.7,,,,,,,,,,,,,,,,\n7/25/2025,Fotersa,0,0,0,0,0,.1,5.5,12.5,,,,,,,,,,,,,,,,\n7/25/2025,Enerbasa,0,0,0,0,0,0,1.5,5.5,,,,,,,,,,,,,,,,\n7/25/2025,Marcovia,-.1,-.1,-.1,-.1,-.1,.1,10,24.2,,,,,,,,,,,,,,,,\n7/25/2025,Prodersa,-.1,-.1,-.1,-.1,-.1,-.1,3.6,14.3,,,,,,,,,,,,,,,,\n7/25/2025,Nacaome I,-.2,-.2,-.1,-.1,-.1,0,5.9,19.9,,,,,,,,,,,,,,,,\n7/25/2025,El Pollito,0,0,0,0,0,0,.6,3.5,,,,,,,,,,,,,,,,\n7/25/2025,Llanos Sur,0,0,0,0,0,0,.9,3.5,,,,,,,,,,,,,,,,\n7/25/2025,Prados Sur,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Choluteca I,0,0,0,0,0,0,5,13.1,,,,,,,,,,,,,,,,\n7/25/2025,Fray Lazaro,0,0,0,0,0,0,.3,1,,,,,,,,,,,,,,,,\n7/25/2025,Choluteca II,0,0,0,0,0,0,6.9,19.2,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_4_geothermal.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,Geoplatanares,27.3,27.6,27.7,27.8,28,28.3,28.2,27.9,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_5_biomass.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,IHSA,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Cahsa,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Yodeco,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Aceydesa,3,2.9,3,3.1,3,1.9,1.9,3,,,,,,,,,,,,,,,,\n7/25/2025,Ecopalsa,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Chumbagua,2.1,10.4,2.1,2.1,2.1,7.4,9.7,12.5,,,,,,,,,,,,,,,,\n7/25/2025,Los Pinos,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Green Power,0,0,0,0,0,0,0,1.6,,,,,,,,,,,,,,,,\n7/25/2025,Merendon PP,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Tres Valles,12.9,12.8,12.8,12.8,12.9,13,13,13.1,,,,,,,,,,,,,,,,\n7/25/2025,Caracol Knits,17.5,17.3,17.4,17.8,17.4,17.4,17.7,17.2,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_6_coal.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,Becosa,106.4,105.8,105.6,106.1,106.3,106,106,106.1,,,,,,,,,,,,,,,,\n7/25/2025,Envasa Naco,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Envasa Formosa,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_8_oil.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,EMCE,-.1,-.1,-.1,-.1,-.1,-.1,-.1,-.1,,,,,,,,,,,,,,,,\n7/25/2025,Pecsa,45,44.7,45.3,45.6,45,44.8,44.2,40.4,,,,,,,,,,,,,,,,\n7/25/2025,Elcosa,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Enersa,237.6,237.8,237.9,237.2,236.9,236.5,225.5,200.9,,,,,,,,,,,,,,,,\n7/25/2025,El Faro,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Lufussa II,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,La Ensenada,86,86.1,79,68.8,68.9,68.7,68.9,56.3,,,,,,,,,,,,,,,,\n7/25/2025,Lufussa III,198.8,153.8,89.2,64.4,64.4,64.5,29.2,0,,,,,,,,,,,,,,,,\n7/25/2025,Park Energy,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Laeisz Ceiba,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Ceiba Termica,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Termica Sulzer,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Termica AlsThom,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Laeisz San Isidro,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/HN/production_index_9_oil.csv",
    "content": "Fecha,Planta,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23\n7/25/2025,Mochito,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Santa Fe,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Juticalpa,-.1,-.1,-.1,-.1,-.1,-.1,-.1,-.1,,,,,,,,,,,,,,,,\n7/25/2025,Lufussa I,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Brassavola,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,La Ensenada,86,86.1,79,68.8,68.9,68.7,68.9,56.3,,,,,,,,,,,,,,,,\n7/25/2025,Laeisz Danli,0,0,0,0,0,0,0,0,,,,,,,,,,,,,,,,\n7/25/2025,Ceiba Termica,-.1,-.1,-.1,-.1,-.1,-.1,-.1,-.1,,,,,,,,,,,,,,,,\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/Hydroquebec/consumption.json",
    "content": "{\n  \"dateStart\" : \"2023-08-15T00:00:00\",\n  \"dateEnd\" : \"2023-08-17T00:00:00\",\n  \"recentHour\" : \"2023-08-16T06:30:00\",\n  \"indexDonneePlusRecent\" : 122,\n  \"nbDateAvecData\" : 123,\n  \"details\" : [ {\n    \"date\" : \"2023-08-15T00:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15812.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T00:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15704.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T00:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15497.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T00:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15477.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T01:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15330.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T01:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15231.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T01:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15136.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T01:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15049.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T02:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14879.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T02:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14942.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T02:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14872.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T02:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14812.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T03:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14759.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T03:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14795.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T03:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14744.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T03:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14686.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T04:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14578.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T04:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14694.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T04:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14754.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T04:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14820.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T05:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14894.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T05:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15189.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T05:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15246.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T05:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15360.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T06:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15512.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T06:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16031.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T06:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16220.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T06:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16540.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T07:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16783.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T07:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17240.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T07:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17396.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T07:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17668.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T08:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17734.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T08:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18065.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T08:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18268.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T08:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18272.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T09:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18316.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T09:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18315.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T09:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18514.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T09:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18500.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T10:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18538.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T10:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18539.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T10:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18663.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T10:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18812.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T11:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18918.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T11:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18997.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T11:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19117.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T11:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19084.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T12:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19082.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T12:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19070.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T12:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19177.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T12:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19244.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T13:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19293.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T13:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19195.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T13:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19160.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T13:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19055.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T14:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19091.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T14:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18962.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T14:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19109.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T14:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19141.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T15:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19007.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T15:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18956.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T15:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19095.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T15:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19157.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T16:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19153.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T16:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19238.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T16:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19285.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T16:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19569.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T17:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19675.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T17:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19723.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T17:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19714.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T17:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19734.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T18:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19745.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T18:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19530.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T18:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19573.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T18:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19492.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T19:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19317.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T19:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19310.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T19:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19307.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T19:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19273.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T20:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19083.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T20:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19001.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T20:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19100.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T20:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 19039.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T21:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18930.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T21:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18579.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T21:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18534.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T21:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 18198.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T22:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17922.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T22:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17589.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T22:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17350.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T22:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 17124.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T23:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16811.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T23:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16558.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T23:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16338.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T23:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16305.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T00:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16097.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T00:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15834.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T00:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15685.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T00:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15481.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T01:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15369.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T01:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15294.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T01:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14978.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T01:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14978.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T02:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14753.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T02:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14961.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T02:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14751.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T02:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14724.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T03:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14441.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T03:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14349.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T03:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14581.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T03:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14720.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T04:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14800.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T04:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14859.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T04:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14951.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T04:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14857.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T05:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 14956.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T05:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15283.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T05:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15362.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T05:45:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15387.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T06:00:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 15599.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T06:15:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16027.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T06:30:00\",\n    \"valeurs\" : {\n      \"demandeTotal\" : 16363.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T06:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T07:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T07:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T07:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T07:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T08:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T08:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T08:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T08:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T09:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T09:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T09:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T09:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T10:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T10:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T10:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T10:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T11:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T11:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T11:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T11:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T12:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T12:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T12:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T12:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T13:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T13:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T13:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T13:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T14:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T14:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T14:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T14:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T15:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T15:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T15:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T15:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T16:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T16:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T16:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T16:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T17:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T17:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T17:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T17:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T18:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T18:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T18:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T18:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T19:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T19:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T19:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T19:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T20:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T20:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T20:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T20:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T21:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T21:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T21:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T21:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T22:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T22:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T22:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T22:45:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T23:00:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T23:15:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T23:30:00\",\n    \"valeurs\" : { }\n  }, {\n    \"date\" : \"2023-08-16T23:45:00\",\n    \"valeurs\" : { }\n  } ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/Hydroquebec/production.json",
    "content": "{\n  \"dateStart\" : \"2023-08-15T00:00:00\",\n  \"dateEnd\" : \"2023-08-17T00:00:00\",\n  \"recentHour\" : \"2023-08-16T07:30:00\",\n  \"indexDonneePlusRecent\" : 31,\n  \"nbDateAvecData\" : 32,\n  \"details\" : [ {\n    \"date\" : \"2023-08-15T00:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16494.0,\n      \"hydraulique\" : 15660.0,\n      \"eolien\" : 201.0,\n      \"autres\" : 633.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T01:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16085.0,\n      \"hydraulique\" : 15324.0,\n      \"eolien\" : 146.0,\n      \"autres\" : 615.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T02:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15510.0,\n      \"hydraulique\" : 14781.0,\n      \"eolien\" : 115.0,\n      \"autres\" : 614.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T03:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15474.0,\n      \"hydraulique\" : 14809.0,\n      \"eolien\" : 55.0,\n      \"autres\" : 610.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T04:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15060.0,\n      \"hydraulique\" : 14420.0,\n      \"eolien\" : 30.0,\n      \"autres\" : 610.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T05:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16085.0,\n      \"hydraulique\" : 15449.0,\n      \"eolien\" : 23.0,\n      \"autres\" : 613.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T06:30:00\",\n    \"valeurs\" : {\n      \"total\" : 17201.0,\n      \"hydraulique\" : 16572.0,\n      \"eolien\" : 18.0,\n      \"autres\" : 611.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T07:30:00\",\n    \"valeurs\" : {\n      \"total\" : 19177.0,\n      \"hydraulique\" : 18555.0,\n      \"eolien\" : 12.0,\n      \"autres\" : 609.0,\n      \"solaire\" : 1.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T08:30:00\",\n    \"valeurs\" : {\n      \"total\" : 20094.0,\n      \"hydraulique\" : 19478.0,\n      \"eolien\" : 7.0,\n      \"autres\" : 605.0,\n      \"solaire\" : 4.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T09:30:00\",\n    \"valeurs\" : {\n      \"total\" : 20675.0,\n      \"hydraulique\" : 20074.0,\n      \"eolien\" : 5.0,\n      \"autres\" : 592.0,\n      \"solaire\" : 4.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T10:30:00\",\n    \"valeurs\" : {\n      \"total\" : 20898.0,\n      \"hydraulique\" : 20286.0,\n      \"eolien\" : 6.0,\n      \"autres\" : 599.0,\n      \"solaire\" : 7.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T11:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21225.0,\n      \"hydraulique\" : 20599.0,\n      \"eolien\" : 14.0,\n      \"autres\" : 605.0,\n      \"solaire\" : 7.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T12:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21279.0,\n      \"hydraulique\" : 20653.0,\n      \"eolien\" : 20.0,\n      \"autres\" : 599.0,\n      \"solaire\" : 7.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T13:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21207.0,\n      \"hydraulique\" : 20549.0,\n      \"eolien\" : 48.0,\n      \"autres\" : 603.0,\n      \"solaire\" : 7.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T14:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21236.0,\n      \"hydraulique\" : 20586.0,\n      \"eolien\" : 43.0,\n      \"autres\" : 603.0,\n      \"solaire\" : 4.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T15:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21711.0,\n      \"hydraulique\" : 21051.0,\n      \"eolien\" : 49.0,\n      \"autres\" : 605.0,\n      \"solaire\" : 6.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T16:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21874.0,\n      \"hydraulique\" : 21225.0,\n      \"eolien\" : 39.0,\n      \"autres\" : 603.0,\n      \"solaire\" : 7.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T17:30:00\",\n    \"valeurs\" : {\n      \"total\" : 22452.0,\n      \"hydraulique\" : 21785.0,\n      \"eolien\" : 60.0,\n      \"autres\" : 606.0,\n      \"solaire\" : 1.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T18:30:00\",\n    \"valeurs\" : {\n      \"total\" : 22162.0,\n      \"hydraulique\" : 21498.0,\n      \"eolien\" : 60.0,\n      \"autres\" : 603.0,\n      \"solaire\" : 1.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T19:30:00\",\n    \"valeurs\" : {\n      \"total\" : 22174.0,\n      \"hydraulique\" : 21503.0,\n      \"eolien\" : 65.0,\n      \"autres\" : 606.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T20:30:00\",\n    \"valeurs\" : {\n      \"total\" : 21444.0,\n      \"hydraulique\" : 20725.0,\n      \"eolien\" : 110.0,\n      \"autres\" : 609.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T21:30:00\",\n    \"valeurs\" : {\n      \"total\" : 20021.0,\n      \"hydraulique\" : 19213.0,\n      \"eolien\" : 194.0,\n      \"autres\" : 614.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T22:30:00\",\n    \"valeurs\" : {\n      \"total\" : 18881.0,\n      \"hydraulique\" : 18053.0,\n      \"eolien\" : 215.0,\n      \"autres\" : 613.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-15T23:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16919.0,\n      \"hydraulique\" : 16093.0,\n      \"eolien\" : 211.0,\n      \"autres\" : 615.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T00:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16242.0,\n      \"hydraulique\" : 15415.0,\n      \"eolien\" : 209.0,\n      \"autres\" : 618.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T01:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15100.0,\n      \"hydraulique\" : 14289.0,\n      \"eolien\" : 199.0,\n      \"autres\" : 612.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T02:30:00\",\n    \"valeurs\" : {\n      \"total\" : 14863.0,\n      \"hydraulique\" : 14093.0,\n      \"eolien\" : 157.0,\n      \"autres\" : 613.0,\n      \"solaire\" : 0.0,\n      \"thermique\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T03:30:00\",\n    \"valeurs\" : {\n      \"total\" : 14677.0,\n      \"hydraulique\" : 13974.0,\n      \"eolien\" : 92.0,\n      \"autres\" : 611.0,\n      \"solaire\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T04:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15256.0,\n      \"hydraulique\" : 14545.0,\n      \"eolien\" : 100.0,\n      \"autres\" : 611.0,\n      \"solaire\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T05:30:00\",\n    \"valeurs\" : {\n      \"total\" : 15749.0,\n      \"hydraulique\" : 15028.0,\n      \"eolien\" : 113.0,\n      \"autres\" : 608.0,\n      \"solaire\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T06:30:00\",\n    \"valeurs\" : {\n      \"total\" : 16884.0,\n      \"hydraulique\" : 16175.0,\n      \"eolien\" : 106.0,\n      \"autres\" : 603.0,\n      \"solaire\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T07:30:00\",\n    \"valeurs\" : {\n      \"total\" : 19204.0,\n      \"hydraulique\" : 18527.0,\n      \"eolien\" : 78.0,\n      \"autres\" : 599.0,\n      \"solaire\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T08:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T09:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T10:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T11:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T12:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T13:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T14:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T15:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T16:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T17:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T18:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T19:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T20:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T21:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T22:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  }, {\n    \"date\" : \"2023-08-16T23:30:00\",\n    \"valeurs\" : {\n      \"total\" : 0.0\n    }\n  } ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IEMOP/list_reports_items.json",
    "content": "{\n  \"count\": 3,\n  \"source\": [\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxNDAwMDAuemlw\",\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxMzIzMDAuemlw\",\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxMzIyMDAuemlw\"\n  ],\n  \"data\": {\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxNDAwMDAuemlw\": {\n      \"filename\": \"DIPCER_202309140000.zip\",\n      \"date\": \"14 September 2023 00:00\"\n    },\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxMzIzMDAuemlw\": {\n      \"filename\": \"DIPCER_202309132300.zip\",\n      \"date\": \"13 September 2023 23:00\"\n    },\n    \"L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxMzIyMDAuemlw\": {\n      \"filename\": \"DIPCER_202309132200.zip\",\n      \"date\": \"13 September 2023 22:00\"\n    }\n  }\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_AP.html",
    "content": "\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head id=\"Head1\"><meta charset=\"utf-8\" /><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /><meta name=\"robots\" content=\"noindex\" /><title>\n    CM DASHBOARD\n</title><link href=\"../../CORENEW/css/bootstrap.min.css\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"../../CORENEW/css/jquery.bbslider.css\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"../../CORENEW/css/font-awesome.css\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"../../CORENEW/css/style.css\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"../../CORENEW/css/jquery.dataTables.min.css\" rel=\"stylesheet\" type=\"text/css\" /><link href=\"https://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/themes/blitzer/jquery-ui.css\" />\n    <script type=\"text/javascript\" src=\"../../Scripts/jsapi.js\"></script>\n    <script type=\"text/javascript\" src=\"../../Js_New/amcharts.js\"></script>\n    <script type=\"text/javascript\" src=\"../../Js_New/Amchartspie.js\"></script>\n    <script type=\"text/javascript\" src=\"../../CORENEW/js/jquery.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../CORENEW/js/bootstrap.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../CORENEW/js/jquery.dataTables.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../CORENEW/js/fontbtn.js\"></script>\n    <script type=\"text/javascript\" src=\"../../Scripts/ViewFeedBack.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/Fixedheader.js\"></script>\n    <script src=\"https://cdn.datatables.net/fixedheader/3.1.2/js/dataTables.fixedHeader.min.js\"\n            type=\"text/javascript\"></script>\n    <script src=\"https://leveraging.e-pragati.in/Content/WSLToolbar/Scripts/Snippets/js/cdac-gist-translation-snippet.min.js\"\n            type=\"text/javascript\"></script>\n    <script type=\"text/javascript\" src=\"https://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js\"></script>\n    <script type=\"text/javascript\" src=\"https://www.gstatic.com/charts/loader.js\"></script>\n\n    <script type=\"text/javascript\">\n        function BindDate(Message) {\n            if (Message == 'Daily')\n                document.getElementById(\"MainContent_lblDate\").innerHTML = MainContent_hdnDaily.value;\n            else if (Message == 'Power')\n                document.getElementById(\"MainContent_lblDate\").innerHTML = MainContent_hdnPower.value;\n        }\n    </script>\n</head>\n<body>\n<script type=\"text/javascript\">\n        $(document).ready(function () {\n            var d = new Date();\n            //alert('Date is: +d');\n            document.getElementById('demo').innerHTML = d.toDateString();\n\n            $(\".contactimg,.contactinfo\").mouseenter(function () {\n                $('.contactinfo').css(\"display\", \"block\");\n            });\n            $(\".contactimg,.contactinfo\").mouseleave(function () {\n                $('.contactinfo').css(\"display\", \"none\");\n            });\n            //for localization\n            setLanguageComboBox(\"lang\");\n            //localization end\n        });\n    </script>\n<form method=\"post\" action=\"./PowerReport.aspx\" id=\"form1\">\n    <div class=\"aspNetHidden\">\n        <input type=\"hidden\" name=\"__EVENTTARGET\" id=\"__EVENTTARGET\" value=\"\" />\n        <input type=\"hidden\" name=\"__EVENTARGUMENT\" id=\"__EVENTARGUMENT\" value=\"\" />\n        <input type=\"hidden\" name=\"__LASTFOCUS\" id=\"__LASTFOCUS\" value=\"\" />\n        <input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"01IGvMLrnCSM8PlbTbBo6HdXALDinOxxVwjxCOKNM/9jR2ETxp52OfteMN5A4G8eDpe4lDKQuo448pRXFWSDqNszIF7QrJoRJ0cfFJct82ZDancaACcVCIzmrREF0K9Dr/iJsS627nFoW4e8n4Lcxn/T3tcaHlOjAvqqCJy6pvxP96C/fROQBxJyFngTA1TPy57x2CXC6+U4D2Rq5FjjixrPnUGCk6iuRDKKRP3Uy5gUooDUKTpjbEnn2oE2QuMD82WyJix0R/KFbojlVdeisdvBGZUFi11JtZlz7LgplQ0uIGGdOag/O69SHFCmqZHf6DHlqCmO3724JNSm9ejKLGewvBmMYqKnfSyZ1rlDs4LYDXe3tHvX3k2+FiUGclqFiS85RwczdL0WmCfDV5rva5EXwIdoPMT5gOUm0cr6v7fI2haeVH5wGslKzkfSvwiMmzeXRbvFIpWMFuScxF56sVwJ0LtigZb3rREZlLVIkY5wcvzEzfcTaFgeD2Vsh96qo32Q6zJZ3J/Gep6HJ1qpbFhGbDCuZ2zV6fKXZ7+Uchx+QRNq2dCQOaCaw0/fdgFizUXYZwnsjfVnd0iu6J5LnR7AHVW9dlkZ7WedVwrxH9RiIa9mGym7oIljxPdwBezNp+ScA1Eqq0+BCffV3rILx98uzoPQJwLcscmJa1BzKg1mxa0x5h3qanJJrCdnn5fRV5INDGq9WiD3PyP181g0sM7PPZua0+y3/++Hu0R4c3kHQ4q7hU+Vlq8lwnQxvmLXDoPdR67h/+kOVSMwQ5dJng8mti8n5tAzQveWL1lYWaq+HKq62JUFAZ6ZkQk7WStPYs+VgmARLN/rU9+4DdnVvf7C/HuOm4fOk6t+ddDtdGbZot9W89X81HESLvgvIv0ayZA21lG+uzcTH3Os86cbkFQkxVcoEc43Q35+Azu9rJ2ZpEqyGcrZ2pXYBVCt6EfUDyXftVNGcNw2DLmiAATxO3zpBaZn+DHZ/8w5Pky8Xm+bdKOi3FMkab8Rg9/HZMCTyfqtT0FGSbaJt0LGuoacVEfMu5XB9GhJjU0dsYayDG5AxUWntgXrErmwmRAsQr8ITNJGSQC9zdecjqZ+l09TYeUqJeZusA/WFVd+T7ttwRcBiA3BwoIyG3YA/hJzFYzmuEuGbs2Yu7FZ8U7enu9mIvBTBq6xQ+LCCS25DoH6MfSDwfWR0ly3E6rvtwDt3BSajgDzJgmylL2dOR4uemYCi5aXmoG+oVmy2C8L/nHlCRz0b2XkD6Qpd85lTLIK8gyui4oq36Q9gIT2O6sdOZ7hLbF3rf+HIUCsQ0koB4S47zTwfIYweAXaYxYNokWouYl3eZ+VG0kHDZK8mAgdugWsTSIw6HR3Vww49LUDcstfSLmtVbS4XCwC3bLEr4pUiq/VuphedVd96YH+Or56ppQP3cYnDUcAWWVFOWPlFewhEVdbbScaHmH95wFKOvS6sq2TIUN/jf+IyvoKBfvHWSfZSE77EpzKcfOEU2qbyfD0nJ+8fNDnrJv/GIwoGkfoHpdJp8UFXMBSqUCfZ8rzQsnb890uotv6BffIqDWxyg6HoF3Ew50JVQPhF7Qxuu3njHjZJKN9D5FI8aQMZni6qaicEDHrff+Bbot6sZBSHUiZgv4yMxWO0Yw6YOaEGLJCdH+VnAL0xDEpmrm6CczR53P8FVj4zTPCDDvb0Rw4zSB54K/hGZPm3GlUMxUPpPwMWvuKvW+6FdqofPFR9mhxpoyAnhlornFGzjadGXiGsJ8z30vhKsBnOj8dvEOUHGD7HdjxNvH6uHAirUNUrQvOMNXtPW8vlOOoNuihW0rbwXM2vd7DuLkyqc7C+zax5YYgbrpEibALqpgBEEEZcjUXfcokUbn1E++UoTaooF3IDC9yscSWumm8gonXwH9xUv6Qbczav+TstGnuf2j/27Q7VpO8mUsBy8XVEwncv2hvfCkRky+x0LMncC/Hdz5wqgF7Qmcc50cPGGsFwj/4/lb/AalZeiqASq037KVxxYtR1puD63vSOxY0xz0fTZZnT3nrxEufpozcA7T5QPYKPQgU8m7gj326YmVupxn3Kwv29hreHnPLhxQnF8RweFQnOblI2orA0El9jQ0hxY9oDCRYG3y+aY5DXR3W9ddcVXcppHYuJo5LCedqs0z+3Z5NcZm0aXTZIhBSCOwtdsoIgqXk8ty3T29ndfuHfdrYheOj1k2JmjhDuLKSEHQZQBwvZNBivQ80tZNmzsJzLPZ4Or86Bo/TDMIGr58YuTPoEG7MwNzS2QMHieAJVvkhKDfDiotfFPc+QY2MN0CAMuMKX+pcVp6JPElsSZ6Nh3680ojV81RKUCU58xPkgSR6onHKG8LxBeczVa/3mE+j5FfmXubD1iPAGA8oHbpO+qXWHv65Ctyx3lza7yiSPogDjZlXyHY3v9CyVJV6UKBCAG5DULBLPiJZz4y4AIf7O2dOs0eIaLqq/8Knd8kNCjnBo6jpUCApVevHE7qhObD3/ClCIKSwEcQpDBpbNHOgCXjFHJ//gP5wG7/gjNwz+wt7sj/G85+/avbW4Qpl5zzSCcF5XrQZluOjth7ptUVcU9kW41m3qWa9eIQatqWJhbVL5t3fPAXJqWeTw+my9PRd019CqrcmHbzqd0VY+ObqQarlQLfpi0huWjMe962E0jBZQK0PlY5fowimAS2TX0DteLUP9UBFEhX1xKJ8pF2rl11ZnmhETiPy6QhMa1u4eUeCc4nZDsf7nPglnwL9v++tHYiMMj9bus/56H34UZT+42USwsCzYxtZNnvxUVihckXzho7WZaphvSa7U4HrIx9nYAXusWvX6QtyrsW1wyc62DK5EmgOAxAY4QQSNR4Oc92IQfqBqEkVSxOz93aiWUmQ/1seOSHUW+wlnL51XdZVkGvwIIPYiX7y6F7LN5DC4jo4Bhl4oyBowhz1RjsuQdKWbKlfxTyCQzOtQlp94ose7nHkxKKnVzgXMnI4qUOytha1B0HcuhnCg4ebXFmoI3wYjonDRwebsdFwScJLlmNAFoHj/lcrfNRcfuZdtUpwdVYZE7AUiINBkEYyFmKtfTI2AKzQHJOXVWM8RNwyEyxQP3oZ1YvwMiejY7UOfP04\" />\n    </div>\n\n    <script type=\"text/javascript\">\n//<![CDATA[\nvar theForm = document.forms['form1'];\nif (!theForm) {\n    theForm = document.form1;\n}\nfunction __doPostBack(eventTarget, eventArgument) {\n    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\n        theForm.__EVENTTARGET.value = eventTarget;\n        theForm.__EVENTARGUMENT.value = eventArgument;\n        theForm.submit();\n    }\n}\n//]]>\n</script>\n\n\n    <script src=\"/CMDashBoard/WebResource.axd?d=cnYmvKY-FNBYkOMhWpRtUKYvexBfNvqHn3k_NlmzjxyEQWbY5wtOOPC4_ksFazFwX2HPQR5U7Aplne5cIjIWepgt9hM1&amp;t=636576782940000000\" type=\"text/javascript\"></script>\n\n\n    <script src=\"/CMDashBoard/ScriptResource.axd?d=FR67X977hMBTfPZKzrDKLQEvr6Don2xl5O2VEfT62t5mqwQW4oCkqQuwqhdMW-AAFu7TVpErE7HS2A3oY4RDbxd_yX5PsAsVm6IJRfPwECnPUwABArWQ88IkC2CBUu_NeeK5koem3KpHiw7z6YK9dqK__-MrgNnohjFpRTk6PfjwdvWC0&amp;t=ffffffffcd368728\" type=\"text/javascript\"></script>\n    <script type=\"text/javascript\">\n//<![CDATA[\nif (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');\n//]]>\n</script>\n\n    <script src=\"/CMDashBoard/ScriptResource.axd?d=576XoORC-efZxusxYpV07EaFr8x9_rwuVaQeP3sHQHqfSx0zDEAyGPV6uZ7NBTpyU66XtLLFa2d6pzoM6xOju8vihCQUesMoLf_DFjnCLoQrIBj5hFuaFJcet2Ivx3XrrndQTkoLEDs50gnWxTYO8G83rj1dtGUU4_HCG6FtGAomtkso0&amp;t=ffffffffcd368728\" type=\"text/javascript\"></script>\n    <div class=\"aspNetHidden\">\n\n        <input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"0E9B638A\" />\n        <input type=\"hidden\" name=\"__VIEWSTATEENCRYPTED\" id=\"__VIEWSTATEENCRYPTED\" value=\"\" />\n        <input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"lP0nBl6/gI73oVtb3mkEIPAu6qVdPw/VKUSwiP/7S6FQx1Bf8rRK/K6A1xYlVeg0AmpMa4FRA9FdK5M4Spq90HCAcFv6CXBqVAz5LZX677JUc0My/QWLzd/rtfqmXPeRJwQ4dcb18rF4dzSZ73ShVjdM00UVd5nUZbf0S562zXnfMEt8OkdwVVhyB2oZ9K/HToDirtJ/0mSY2Pa5ZoiPHy3II7xYGtl61D4ix6DCzzBO3Q1c\" />\n    </div>\n    <script type=\"text/javascript\">\n//<![CDATA[\nSys.WebForms.PageRequestManager._initialize('ctl00$scriptManager', 'form1', ['tctl00$MainContent$UpdatePanel2','MainContent_UpdatePanel2'], [], [], 90, 'ctl00');\n//]]>\n</script>\n\n    <div>\n        <div class='row headerrow'>\n            <div class='row topheaderrow'>\n                <div class='container'>\n                    <div class='col-xs-12 col-sm-3'>\n                        <p style='margin-bottom: 3px; margin-top: 5px;'>\n                            <button id='btn-decrease' type='button'>\n                                A-</button>\n                            <button id='btn-orig' type='button'>\n                                A</button>\n                            <button id='btn-increase' type='button'>\n                                A+</button>\n                            <span id='demo' style='margin-left: 10px;'></span>\n                        </p>\n                    </div>\n                    <div class='col-xs-12 col-sm-9'>\n                        <p class='topmenuudiv'>\n                            <a href='../../UserInterface/DistrictDashBoard/DistrictDashBoardForm.aspx' target='_blank'>\n                                District Dashboard</a> <a href='../../UserInterface/ConstituencyDashBoard/ConstituencyDashBoardForm.aspx'\n                                                          target='_blank'>Constituency Dashboard</a> <a href='../../feedbackform.aspx' target='_blank'>\n                            Feedback</a> <a><span id='icomment' style='cursor: pointer;'>CM Instructions</span>\n                        </a><a href=\"../../ContactForm.aspx\">Contact Us</a> <span id='lang'>\n                            </span>\n                        </p>\n                    </div>\n                </div>\n            </div>\n            <div class='container topheadercontainer'>\n                <div class='col-xs-12 col-sm-3'>\n                    <img alt=\"\" src=\"../../CORENEW/img/logo.png\" class=\"img-responsive logo\" />\n                </div>\n                <div class='col-xs-12 col-sm-7'>\n                    <div class='navbar navbar-default' role='navigation'>\n                        <div class='navbar-header'>\n                            <button type='button' class='navbar-toggle' data-toggle='collapse' data-target='.navbar-ex1-collapse'>\n                                <span class='sr-only'>Toggle navigation</span> <span class='icon-bar'></span><span\n                                    class='icon-bar'></span><span class='icon-bar'></span>\n                            </button>\n                        </div>\n                        <div class='collapse navbar-collapse navbar-ex1-collapse'>\n                            <ul class='nav navbar-nav'>\n                                <li class='active'><a href=\"../../Index.aspx\">HOME</a></li>\n                                <li><a href=\"../../Aboutus.aspx\">ABOUT US</a></li>\n                                <li><a href=\"../../UpdateFrequencyReports_New2.aspx\" target='_blank'>UPDATE FREQUENCY</a></li>\n                                <li class='dropdown'><a href='#' class='dropdown-toggle' data-toggle='dropdown'>NEW\n                                    FEATURES <b class='caret'></b></a>\n                                    <ul class='dropdown-menu'>\n                                        <li><a href=\"../../MultiStarScoreRules.aspx\" target='_blank'>Multistar Rating Rules</a></li>\n                                        <li><a href='../../UserInterface/MultiStar/MultistarRatingReport.aspx' target='_blank'>\n                                            Multistar Rating Marks</a></li>\n                                        <li><a href='../../UserInterface/PerformanceIndicators/PerformanceIndicatorsReport.aspx'\n                                               target='_blank'>Ranking Of Districts</a></li>\n\n                                        <li><a href=\"../../Starrating.aspx\" target='_blank'>Star Rating</a></li>\n                                        <li><a href='../../UserInterface/IssuesTracker/ChangeRequestLogin.aspx?PageId=1'>Log\n                                            CR/Issue</a></li>\n                                        <li><a href='../../UserInterface/IssuesTracker/ChangeRequestLogin.aspx?PageId=2'>View\n                                            CR/Issue</a></li>\n                                        <li><a href='../../UserInterface/IssuesTracker/ChangeRequestLogin.aspx?PageId=3'>Assign/Update\n                                            CR</a></li>\n                                    </ul>\n                                </li>\n                            </ul>\n                            <span class='searchspan'>\n\n                                <input type='text' placeholder='Search' id='txtSearch_Inner' autocomplete=\"off\" class='form-control searchbox'\n                                       style='margin-top: 20px' />\n                            </span>\n                        </div>\n                    </div>\n                </div>\n                <div class='col-xs-12 col-sm-2'>\n                    <span style='float: right; margin-left: 8px;'>\n\n                    </span>\n                </div>\n            </div>\n        </div>\n\n        <div>\n            <div class=\"col-xs-12\" style=\"padding: 0px 10px; margin-top: 15px;\">\n                <p class=\"breadcrumb_div\">\n                    <a href=\"../../Index.aspx\">Home</a> / <a href=\"powerform.aspx\">Energy</a> / Power\n                    Situation Report\n                    <br />\n                    <br />\n                    <span style=\"font-size: 18px;\">Department : Energy </span><span style=\"float: right;\n                    font-size: 18px;\">Last Updated : <b>\n                        <span id=\"MainContent_lblDate\">20-01-2020 13:12:32</span></b></span>\n                    <input type=\"hidden\" name=\"ctl00$MainContent$hdnDaily\" id=\"MainContent_hdnDaily\" value=\"20-01-2020 13:12:32\" />\n                    <input type=\"hidden\" name=\"ctl00$MainContent$hdnPower\" id=\"MainContent_hdnPower\" value=\"18-09-2019 07:52:26\" />\n                </p>\n            </div>\n            <div class=\"col-xs-12\" style=\"padding: 0px 10px;\">\n                <p class=\"innercolorheading\">\n                    Power Situation Report</p>\n            </div>\n            <div class=\"col-xs-12\">\n                <div class=\"reportrow\" style=\"float: left; width: 100%; margin-bottom: 80px;\">\n                    <div class=\"tabbable custom-tabs tabs-animated  flat flat-all hide-label-980 shadow track-url auto-scroll\">\n                        <ul class=\"nav nav-tabs\">\n                            <li class='active'><a href=\"#tab1primary\" data-toggle=\"tab\"\n                                                  class=\"active \" onclick=\"BindDate('Daily');\">&nbsp;<span>Daily Status<span class=\"arrow\"></span></span></a></li>\n                            <li class=''><a href=\"#tab2primary\" data-toggle=\"tab\"\n                                            onclick=\"BindDate('Power');\">&nbsp;<span>Power Supply Gap<span class=\"arrow\"></span></span></a></li>\n                            <li class=''><a href=\"#tab3primary\" data-toggle=\"tab\">\n                                &nbsp;<span>Graph<span class=\"arrow\"></span></span></a></li>\n                            <li class=''><a href=\"#tab4primary\" data-toggle=\"tab\">\n                                &nbsp;<span>More<span class=\"arrow\"></span></span></a></li>\n                        </ul>\n                        <div class=\"tab-content \">\n                            <div class='tab-pane active' id=\"tab1primary\">\n                                <div class=\"row-fluid table-responsive\">\n                                    <table class=\"table_style\" rules=\"all\" style=\"width: 100%; border-collapse: collapse;\"\n                                           cellspacing=\"0\">\n                                        <tr>\n                                            <td class=\"formbg2\" style=\"vertical-align: top; padding: 0px;\">\n                                                <div id=\"MainContent_UpdatePanel2\">\n\n                                                    <table id=\"MainContent_Table2\" width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\n                                                        <tr>\n                                                            <td align=\"center\" valign=\"middle\" style=\"border: 0px gray solid;\">\n                                                                <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"70%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                    <tr>\n                                                                        <th class=\"formminihd\">\n                                                                            Power Supply Status on\n                                                                            <span id=\"MainContent_lblPowerStatusDate\">20-01-2020 13:11</span>\n                                                                        </th>\n                                                                    </tr>\n                                                                    <tr>\n                                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                                <tr>\n                                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" width=\"60%\" style=\"font-weight: bold;\">\n                                                                                        GRID DEMAND (MW)\n                                                                                    </td>\n                                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgright\" width=\"40%\">\n                                                                                        <span id=\"MainContent_lblGridDemand\">8552</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                                        FREQUNCY (HZ)\n                                                                                    </td>\n                                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblFrequency\">50.06</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                            </table>\n                                                                        </td>\n                                                                    </tr>\n                                                                    <tr>\n                                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                                <tr>\n                                                                                    <th align=\"left\" valign=\"middle\" colspan=\"2\" class=\"gridhdbg\">\n                                                                                        Generation Details\n                                                                                    </th>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\" width=\"60%\">\n                                                                                        HYDEL (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\" width=\"40%\">\n                                                                                        <span id=\"MainContent_lblHydel\">61</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        THERMAL (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblThermal\">2449</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        GAS (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblGas\">146</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        WIND (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblWind\">231</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        SOLAR (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblSolar\">1644</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        IPPs & Others (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblIPPS\">664</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        CGS Utilization (MW)\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblCGS\">3356</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                            </table>\n                                                                        </td>\n                                                                    </tr>\n                                                                    <tr>\n                                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                                <tr>\n                                                                                    <th align=\"left\" valign=\"middle\" class=\"gridhdbg\">\n                                                                                        DISCOM\n                                                                                    </th>\n                                                                                    <th align=\"left\" valign=\"middle\" class=\"gridhdbg\">\n                                                                                        ACTUAL (MW)\n                                                                                    </th>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\" width=\"60%\">\n                                                                                        APSPDCL\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\" width=\"40%\">\n                                                                                        <span id=\"MainContent_lblAPSPDCL\">5727</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                                <tr>\n                                                                                    <td class=\"gridbgleft\">\n                                                                                        APEPDCL\n                                                                                    </td>\n                                                                                    <td class=\"gridbgright\">\n                                                                                        <span id=\"MainContent_lblAPEPDCL\">2658</span>\n                                                                                    </td>\n                                                                                </tr>\n                                                                            </table>\n                                                                        </td>\n                                                                    </tr>\n                                                                </table>\n                                                            </td>\n                                                        </tr>\n                                                    </table>\n\n\n                                                </div>\n                                            </td>\n                                        </tr>\n                                    </table>\n\n\n\n\n\n                                </div>\n                            </div>\n                            <div class='tab-pane ' id=\"tab2primary\">\n                                <div class=\"row-fluid\">\n                                    <table id=\"Table1\" class=\"table_style\" rules=\"all\" style=\"width: 100%; border-collapse: collapse;\"\n                                           cellspacing=\"0\">\n                                        <tr>\n                                            <td align=\"center\" valign=\"middle\" style=\"border: 1px gray solid;\">\n                                                <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n\n                                                    <tr>\n                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                <tr>\n                                                                    <th align=\"left\" valign=\"middle\" colspan=\"3\" class=\"gridhdbg\">\n                                                                        Overall State Position (in MU) on&nbsp;<span id=\"MainContent_lblYesterdayDate\">19-01-2020</span>\n                                                                    </th>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" width=\"30%\" style=\"font-weight: bold;\">\n                                                                        Demand\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgright\" width=\"30%\">\n                                                                        <span id=\"MainContent_lblDemand\">168.0</span>\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\" width=\"20%\">\n\n                                                                        <a onclick=\"return confirm('This link will take you to an external web site.')\" href=\"http://203.153.46.111:8099/reports/jsp/reportPSPpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Power Supply Position Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Supplied\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgright\">\n                                                                        <span id=\"MainContent_lblSupplied\">168.0</span>\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        &nbsp;\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Power Supply Gap\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgright\">\n                                                                        <span id=\"MainContent_lblShortfall\">0.0</span>\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        &nbsp;\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                <tr>\n                                                                    <th align=\"left\" valign=\"middle\" colspan=\"4\" class=\"gridhdbg\">\n                                                                        Power Situation in the Last Five Days\n                                                                    </th>\n                                                                </tr>\n                                                                <tr>\n                                                                    <th class=\"gridhdbg\" width=\"25%\">\n                                                                        Date\n                                                                    </th>\n                                                                    <th class=\"gridhdbg\" width=\"25%\">\n                                                                        Demand (MU)\n                                                                    </th>\n                                                                    <th class=\"gridhdbg\" width=\"25%\">\n                                                                        Supply (MU)\n                                                                    </th>\n                                                                    <th class=\"gridhdbg\" width=\"25%\">\n                                                                        Deficit (MU)\n                                                                    </th>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"gridbg1\">\n                                                                        <span id=\"MainContent_lblPSDate1\">13-09-2019</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDemand1\">180.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSSupply1\">180.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDifict1\">0.0</span>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"gridbg1\">\n                                                                        <span id=\"MainContent_lblPSDate2\">14-09-2019</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDemand2\">176.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSSupply2\">176.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDifict2\">0.0</span>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"gridbg1\">\n                                                                        <span id=\"MainContent_lblPSDate3\">15-09-2019</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDemand3\">172.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSSupply3\">172.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDifict3\">0.0</span>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"gridbg1\">\n                                                                        <span id=\"MainContent_lblPSDate4\">16-09-2019</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDemand4\">168.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSSupply4\">168.0</span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDifict4\">0.0</span>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td class=\"gridbg1\">\n                                                                        <span id=\"MainContent_lblPSDate5\"></span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDemand5\"></span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSSupply5\"></span>\n                                                                    </td>\n                                                                    <td class=\"gridbgright\" align=\"right\">\n                                                                        <span id=\"MainContent_lblPSDifict5\"></span>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td class=\"formbg2\" style=\"padding: 5px;\">\n                                                            <table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" width=\"100%\" class=\"table_style table table-striped table-bordered tablestyle\">\n                                                                <tr>\n                                                                    <th colspan=\"2\" class=\"gridhdbg\">\n                                                                        Power Supply Position in Different Sectors\n                                                                    </th>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Agriculture\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/agriculturePSPpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Domestic &amp; Commercial\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/domComPSPpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Industrial\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/industrialPSPpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Daily Report of Generation (AP Share)\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/generationsAPdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Coal Stock Position\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/coalStockPositionpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbgleft\" style=\"font-weight: bold;\">\n                                                                        Daily Report on Feeder Breakdowns\n                                                                    </td>\n                                                                    <td align=\"left\" valign=\"middle\" class=\"gridbg1\">\n                                                                        <a onclick=\"return confirm('This link will take you to an external Pdf.')\" href=\"http://203.153.46.111:8099/reports/jsp/fdrsbrkds3311kvpdf.htm?state=AP\"\n                                                                           class=\"red-lnk\" target=\"_blank\">Report</a>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                </div>\n                            </div>\n                            <div class='tab-pane ' id=\"tab3primary\">\n                                <div class=\"row-fluid table-responsive\">\n                                    <table id=\"Table3\" class=\"table_style table table-striped table-bordered tablestyle\"\n                                           rules=\"all\" style=\"width: 100%; border-collapse: collapse;\" cellspacing=\"0\">\n                                        <tr>\n                                            <td align=\"right\">\n                                                <select name=\"ctl00$MainContent$ddlGraphType\" onchange=\"javascript:setTimeout(&#39;__doPostBack(\\&#39;ctl00$MainContent$ddlGraphType\\&#39;,\\&#39;\\&#39;)&#39;, 0)\" id=\"MainContent_ddlGraphType\">\n                                                    <option selected=\"selected\" value=\"2\">Line</option>\n                                                    <option value=\"1\">Bar</option>\n                                                    <option value=\"3\">Bar - Horizontal</option>\n\n                                                </select>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td align=\"center\">\n                                                <img id=\"MainContent_chartCrop\" src=\"/CMDashBoard/UserInterface/Power/ChartImg.axd?i=charts_1/chart_1_0.png&amp;g=e3a69e99b08349cc83f27d9ddda4249b\" alt=\"\" usemap=\"#MainContent_chartCropImageMap\" style=\"height:350px;width:750px;border-width:0px;\" />\n                                                <map name=\"MainContent_chartCropImageMap\" id=\"MainContent_chartCropImageMap\">\n\n                                                    <area shape=\"poly\" coords=\"454,158,495,258,509,258,468,158\" title=\"0\" alt=\"0\" />\n                                                    <area shape=\"poly\" coords=\"379,48,420,51,420,65,379,62,413,58,454,158,468,158,427,58\" title=\"168\" alt=\"168\" />\n                                                    <area shape=\"poly\" coords=\"297,44,338,46,338,60,297,58,338,46,379,48,379,62,338,60\" title=\"172\" alt=\"172\" />\n                                                    <area shape=\"poly\" coords=\"215,39,256,41,256,55,215,53,256,41,297,44,297,58,256,55\" title=\"176\" alt=\"176\" />\n                                                    <area shape=\"poly\" coords=\"174,37,215,39,215,53,174,51\" title=\"180\" alt=\"180\" />\n                                                    <area shape=\"poly\" coords=\"454,158,495,258,509,258,468,158\" title=\"0\" alt=\"0\" />\n                                                    <area shape=\"poly\" coords=\"379,48,420,51,420,65,379,62,413,58,454,158,468,158,427,58\" title=\"168\" alt=\"168\" />\n                                                    <area shape=\"poly\" coords=\"297,44,338,46,338,60,297,58,338,46,379,48,379,62,338,60\" title=\"172\" alt=\"172\" />\n                                                    <area shape=\"poly\" coords=\"215,39,256,41,256,55,215,53,256,41,297,44,297,58,256,55\" title=\"176\" alt=\"176\" />\n                                                    <area shape=\"poly\" coords=\"174,37,215,39,215,53,174,51\" title=\"180\" alt=\"180\" />\n                                                </map>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                </div>\n                            </div>\n                            <div class='tab-pane ' id=\"tab4primary\">\n                                <div class=\"row-fluid\">\n                                    <div class=\"col-xs-12 col-sm-4  reportbottom_links\">\n                                        <p>\n                                            <a onclick=\"return confirm('This link will take you to an external web site.')\" href=\"http://www.apgenco.gov.in/files/4.swf\"\n                                               target=\"_blank\"><i class=\"fa fa-angle-double-right\" aria-hidden=\"true\"></i>AP Power\n                                                Sector Dashboard </a>\n                                        </p>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"col-xs-12\" style=\"padding-bottom: 10px; margin-bottom: 50px\">\n                                <input type=\"button\" class=\"btn btn-warning pull-right\" value=\"Back\" onclick=\"javascript:window.location.href='/CMDashBoard/userinterface/power/powerform.aspx?back=1'\"\n                                       style=\"padding: 2px 12px; margin-top: 13px;\" /></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <script type=\"text/javascript\" src=\"../../CORENEW/js/bootstrap.min.js\"></script>\n        <script type=\"text/javascript\" src=\"../../CORENEW/js/fontbtn.js\"></script>\n\n        <div class='row footer'>\n            <div class=\"container\">\n                <div class=\"col-xs-12 col-sm-6 new-links\" style=\"padding-top: 3px\">\n                    <a href=\"../../CopyRightPolicy.aspx\">Copyright Policy</a> <a>|</a> <a href=\"../../PrivacyPolicy.aspx\">\n                    Privacy Policy</a> <a href=\"\">|</a> <a href=\"../../HyperLinkPolicy.aspx\">Hyperlinking\n                    Policy</a> <a href=\"\">|</a> <a href=\"../../Help.aspx\">Help</a> <a href=\"\">|</a>\n                    <a href=\"../../TermsOfUse.aspx\">Terms of Use</a> <a href=\"\">|</a> <a href=\"../../SiteMapReport.aspx\">\n                    Site Map</a>\n                </div>\n                <div class=\"col-xs-12 col-sm-6\">\n                    <div class=\"pull-right\">\n                        <a href=\"http://www.india.gov.in\" target=\"_blank\">\n                            <img alt=\"\" src=\"../../CORENEW/img/india-Gov.png\" /></a> <a href=\"https://www.facebook.com/ePragatiOfficial\"\n                                                                                        target=\"_blank\">\n                        <img alt=\"https://twitter.com/APePragati\" src=\"../../CORENEW/img/fb.png\" style=\"width: 24px;\n                                    margin-left: 5px\" /></a> <a href=\"\" target=\"_blank\">\n                        <img alt=\"\" src=\"../../CORENEW/img/tw.png\" style=\"width: 24px; margin-left: 5px\" /></a>\n                    </div>\n                </div>\n            </div>\n            <div class='col-xs-12 col-sm-12'>\n                <hr />\n            </div>\n            <div class='col-xs-12 col-sm-3' style='padding-top: 8px;'>\n                Copyright &copy; 2014, All Rights Reserved by ITE&C Dept,\n                <br />\n                Govt of A.P. India</div>\n            <div class='col-xs-12 col-sm-3' style='padding-top: 8px;' align='left'>\n                No. of Visitors :\n                <label id=\"lblTotalCount\"></label>\n            </div>\n            <div class='col-xs-12 col-sm-2' style='padding-top: 8px;' align='left'>\n                Today Visitors :\n                <label id=\"lblTodayCount\"></label>\n            </div>\n            <div class='col-xs-12 col-sm-4' style='text-align: right'>\n                Powered By <a href='http://e-pragati.in/' target='_blank'>\n                <img alt=\"\" src=\"../../CORENEW/img/ePragatiLogo.png\" class=\"\" />\n            </a>\n            </div>\n            <div style='text-align: right'>\n                Designed & Developed by <a href='http://www.aponline.gov.in' target='_blank'>\n                <img alt=\"ap-logo\" src='../../CORENEW/img/APO-LOGO.png' class=\"pull-right\" width=\"70px;\" /></a>\n            </div>\n        </div>\n    </div>\n\n    <script>LoadCharts();</script></form>\n<script type=\"text/javascript\">\n        $('.navbar .dropdown').hover(function () {\n            $(this).find('.dropdown-menu').first().stop(true, true).slideDown(150);\n        }, function () {\n            $(this).find('.dropdown-menu').first().stop(true, true).slideUp(105)\n        });\n\n        $(document).ready(function () {\n            $.ajax({\n                type: \"POST\",\n                url: \"../../TCount.aspx/ReadTotalcount\",\n                contentType: \"application/json; charset=utf-8\",\n                dataType: \"json\",\n                success: function (response) {\n                    document.getElementById('lblTodayCount').innerHTML = response.d[0];\n                    document.getElementById('lblTotalCount').innerHTML = response.d[1];\n                },\n                failure: function (response) {\n                    alert(response.d);\n                }\n            });\n        });\n        function OnSuccess(response) {\n            document.getElementById('lblTodayCount').innerHTML = response.d[0];\n            document.getElementById('lblTotalCount').innerHTML = response.d[1];\n        }\n    </script>\n<script type=\"text/javascript\">\n        $('#icomment').click(function (e) {\n            OpenFeedBackPop();\n            return false;\n\n        });\n        function OpenFeedBackPop() {\n            var width = document.documentElement.clientWidth + document.documentElement.scrollLeft;\n            var height = document.documentElement.clientHeight + document.documentElement.scrollTop;\n            var layer = document.createElement(\"div\");\n            layer.style.zIndex = 2;\n            layer.id = \"layer\";\n            layer.style.position = \"absolute\";\n            layer.style.top = \"0px\";\n            layer.style.left = \"0px\";\n            layer.style.height = document.documentElement.scrollHeight + \"px\";\n            layer.style.width = width + \"px\";\n            layer.style.backgroundColor = \"black\";\n            layer.style.opacity = \"0.75\";\n            layer.style.filter += (\"progid:DXImageTransform.Microsoft.Alpha(opacity=75)\");\n            document.body.style.position = \"static\";\n            document.body.appendChild(layer);\n            var size = { \"height\": 300, \"width\": 430 };\n            var iframe = document.createElement(\"iframe\");\n            var popUrl = '/CMDashBoard/UserInterface/CMFeedBack.aspx';\n            iframe.name = \"FeedBackForm\";\n            iframe.id = \"popup\";\n            iframe.src = popUrl;\n            iframe.style.height = size.height + \"px\";\n            iframe.style.width = size.width + \"px\";\n            iframe.style.position = \"fixed\";\n            iframe.style.zIndex = 3;\n            iframe.style.backgroundColor = \"white\";\n            iframe.style[\"border-radius\"] = \"10px\";\n            iframe.frameborder = \"0\";\n            iframe.style.top = \"125.5px\"; // ((height + document.documentElement.scrollTop) / 2) - (size.height / 2) + \"px\";\n            iframe.style.left = (width / 2) - (size.width / 2) + \"px\";\n            document.body.appendChild(iframe);\n        }\n\n\n        function CloseFeedBackPop() {\n            var layer = document.getElementById(\"layer\");\n            var iframe = document.getElementById(\"popup\");\n            document.body.removeChild(layer); // remove layer\n            document.body.removeChild(iframe); // remove div\n        }\n    </script>\n<script type='text/javascript'>\n        $(function () {\n            $(\"[id$=txtSearch_Inner]\").keypress(function (event) {\n                if (event.which == 13) {\n                    window.location.href = \"../../GlobalSearchResultsPage.aspx?searchQuery=\" + document.getElementById(\"txtSearch_Inner\").value;\n                    return false;\n                }\n            });\n        });\n    </script>\n<script type=\"text/javascript\" src=\"../../CORENEW/js/bootstrap.min.js\"></script>\n\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_EA/interregional_exchanges.json",
    "content": "[\n    {\n        \"Id\": 143036,\n        \"Element\": \"765KV-NEW RANCHI-DHARMAJAYAGARH\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"986\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"872\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"1591\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"24.31\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"24.31\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143037,\n        \"Element\": \"400KV-RANCHI-SIPAT(D/C)\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"179\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"130\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"363\",\n        \"ExportMW\": \"-83\",\n        \"ImportMU\": \"4.66\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"4.66\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143038,\n        \"Element\": \"765KV-ANGUL-SRIKAKULAM\",\n        \"Type\": \"Import/Export between EAST REGION and SOUTH REGION\",\n        \"PeakMW\": \"-1797\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-1189\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-2496\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-38.76\",\n        \"NET\": \"-38.76\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143039,\n        \"Element\": \"765KV-Sasaram-FATEHPUR\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-159\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-174\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"369\",\n        \"ExportMW\": \"-242\",\n        \"ImportMU\": \"0.62\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0.62\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143040,\n        \"Element\": \"400KV-Sasaram-Allahabad\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-67\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-59\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"36\",\n        \"ExportMW\": \"-93\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-0.51\",\n        \"NET\": \"-0.51\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143041,\n        \"Element\": \"400KV-Pusauli-Varanasi\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-41\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-45\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-143\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-1.91\",\n        \"NET\": \"-1.91\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143042,\n        \"Element\": \"GAZUWAKA HVDC\",\n        \"Type\": \"Import/Export between EAST REGION and SOUTH REGION\",\n        \"PeakMW\": \"-230\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-230\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-235\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-5.11\",\n        \"NET\": \"-5.11\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143043,\n        \"Element\": \"220KV-BALIMELA-UPPER-SILERRU\",\n        \"Type\": \"Import/Export between EAST REGION and SOUTH REGION\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143044,\n        \"Element\": \"132KV-NAGARUNTARI-RIHAND\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143045,\n        \"Element\": \"220KV-ALIPURDUAR-Salakati\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n        \"PeakMW\": \"-99\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-129\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-151\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-2.69\",\n        \"NET\": \"-2.69\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143046,\n        \"Element\": \"132KV-Geylegphu-Salakati\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-0.68\",\n        \"NET\": \"-0.68\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143047,\n        \"Element\": \"132KV-Deothang-Rangia\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-0.25\",\n        \"NET\": \"-0.25\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143048,\n        \"Element\": \"TALCHER STG-II I/C\",\n        \"Type\": \"Import/Export between EAST REGION and SOUTH REGION\",\n        \"PeakMW\": \"117\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"134\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"174\",\n        \"ExportMW\": \"-462\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-3.01\",\n        \"NET\": \"-3.01\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143049,\n        \"Element\": \"765KV-JHARSUGUDA-Raipur (Durg)\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"-22\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-136\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"189\",\n        \"ExportMW\": \"-325\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-1.26\",\n        \"NET\": \"-1.26\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143050,\n        \"Element\": \"400KV-Naubatpur (Bihar)-Balia\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-323\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-167\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"309\",\n        \"ExportMW\": \"-432\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-0.5\",\n        \"NET\": \"-0.5\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143051,\n        \"Element\": \"400KV-Godda_TPS-Rahanpur (Bangladesh)\",\n        \"Type\": \"Import/Export between EAST REGION and BANGLADESH\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143052,\n        \"Element\": \"HVDC ALIPURDUAR-Agra\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-1000\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-1500\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-1501\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-32.36\",\n        \"NET\": \"-32.36\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143053,\n        \"Element\": \"400KV-MUZAFFARPUR-GORAKHPUR\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-562\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-306\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"373\",\n        \"ExportMW\": \"-668\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-2.56\",\n        \"NET\": \"-2.56\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143054,\n        \"Element\": \"400KV-PATNA-Balia\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-331\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-193\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"232\",\n        \"ExportMW\": \"-427\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-1.2\",\n        \"NET\": \"-1.2\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143055,\n        \"Element\": \"400KV-BIHARSARIFF-Balia\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-100\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"35\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"406\",\n        \"ExportMW\": \"-172\",\n        \"ImportMU\": \"3.56\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"3.56\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143056,\n        \"Element\": \"400KV-BINAGURI-BONGAIGAON\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n        \"PeakMW\": \"-505\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-625\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-702\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-13.04\",\n        \"NET\": \"-13.04\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143057,\n        \"Element\": \"400KV-ALIPURDUAR-BONGAIGAON\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH_EAST REGION\",\n        \"PeakMW\": \"-487\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-545\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-665\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-11.88\",\n        \"NET\": \"-11.88\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143058,\n        \"Element\": \"132KV-KARMANASA-SAHUPURI\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-54\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-29\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-56\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143059,\n        \"Element\": \"132KV-KARMANASA-CHANDAULI\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"0\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143060,\n        \"Element\": \"132KV-GARWAH-RIHAND\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"30\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"0\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"30\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"0.78\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"0.78\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143061,\n        \"Element\": \"400KV-MOTIHARI-GORAKHPUR\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-351\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-193\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"206\",\n        \"ExportMW\": \"-392\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-2.05\",\n        \"NET\": \"-2.05\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143062,\n        \"Element\": \"765KV-GAYA-VARANASI\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-61\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-27\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"648\",\n        \"ExportMW\": \"-136\",\n        \"ImportMU\": \"4.49\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"4.49\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143063,\n        \"Element\": \"765KV-GAYA-Balia\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-563\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-496\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"64\",\n        \"ExportMW\": \"-678\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-6.71\",\n        \"NET\": \"-6.71\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143064,\n        \"Element\": \"400KV-BIHARSARIFF-VARANASI\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-107\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-59\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"407\",\n        \"ExportMW\": \"-164\",\n        \"ImportMU\": \"2.67\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"2.67\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143065,\n        \"Element\": \"220KV-KARMANASA-SAHUPURI\",\n        \"Type\": \"Import/Export between EAST REGION and NORTH REGION\",\n        \"PeakMW\": \"-113\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-78\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"19\",\n        \"ExportMW\": \"-134\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-1.18\",\n        \"NET\": \"-1.18\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143066,\n        \"Element\": \"220KV-BUDHIPADAR-RAIGARH\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"-44\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-44\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"0\",\n        \"ExportMW\": \"-44\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-0.58\",\n        \"NET\": \"-0.58\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143067,\n        \"Element\": \"220KV-BUDHIPADAR-KORBA\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"72\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"48\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"124\",\n        \"ExportMW\": \"0\",\n        \"ImportMU\": \"2.01\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"2.01\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143068,\n        \"Element\": \"400KV-JHARSUGUDA-RAIGARH\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"-122\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-156\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"121\",\n        \"ExportMW\": \"-311\",\n        \"ImportMU\": \"0\",\n        \"ExportMU\": \"-2.53\",\n        \"NET\": \"-2.53\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 143069,\n        \"Element\": \"765KV-JHARSUGUDA-DHARMAJAYAGARH\",\n        \"Type\": \"Import/Export between EAST REGION and WEST REGION\",\n        \"PeakMW\": \"863\",\n        \"PeakMWTime\": \"19:00 Hrs\",\n        \"OffPeakMW\": \"-112\",\n        \"OffPeakMWTime\": \"14:00 Hrs\",\n        \"ImportMW\": \"1873\",\n        \"ExportMW\": \"-241\",\n        \"ImportMU\": \"22.05\",\n        \"ExportMU\": \"0\",\n        \"NET\": \"22.05\",\n        \"Date\": \"2023-06-25\"\n    }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_EA/transnational_exchanges.json",
    "content": "[\n    {\n        \"Id\": 13156,\n        \"Region\": \"BANGLADESH\",\n        \"ScheduledEnergyExchangeMU\": \"-22.51\",\n        \"ActualEnergyExchangeMU\": \"-22.483\",\n        \"DayPeakMW\": \"-940\",\n        \"DayMinMW\": \"-818\",\n        \"DayAverageMW\": \"-936.79\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 13157,\n        \"Region\": \"BHUTAN\",\n        \"ScheduledEnergyExchangeMU\": \"20.83\",\n        \"ActualEnergyExchangeMU\": \"18.474\",\n        \"DayPeakMW\": \"1408.14\",\n        \"DayMinMW\": \"0\",\n        \"DayAverageMW\": \"769.75\",\n        \"Date\": \"2023-06-25\"\n    },\n    {\n        \"Id\": 13158,\n        \"Region\": \"NEPAL\",\n        \"ScheduledEnergyExchangeMU\": \"7.5\",\n        \"ActualEnergyExchangeMU\": \"6.58\",\n        \"DayPeakMW\": \"393\",\n        \"DayMinMW\": \"211\",\n        \"DayAverageMW\": \"274.17\",\n        \"Date\": \"2023-06-25\"\n    }\n]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_HP.html",
    "content": "<div class=\"row\">\n\t<div class=\"col-md-12 col-sm-12\">\n\t\t<div class=\"print-none top-section-bp mt-10\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https://hpsldc.com\" rel=\"nofollow\">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;Scheduling\n\t\t\t\t&nbsp;&nbsp;&#187;&nbsp;&nbsp; <a href=\"https://hpsldc.com/intra-state-reports\">\n\t\t\t\t\tIntra State Power Transaction\n\t\t\t\t</a>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"print-none row mb-20 con-tain\" style=\"margin-top: -20px;\">\n\t\t\t<div class=\"col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 text-center\">\n\t\t\t\t<h1 class=\"pseudo_border\">Intra State Power Transaction (Real Time data​)</h1>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"both_m_y viewsch-header\" style=\"width: auto!important;\">\n\t\t\t<form method=\"post\" action=\"\" class=\"flex sm-flex\">\n\t\t\t\t<div class=\"year_section ml-10\">\n\t\t\t\t\t<div class=\"select_m sm-mb-5\">\n\t\t\t\t\t\t<label class=\"mb-0\">Date</label>\n\t\t\t\t\t\t<input type=\"date\" name=\"get_date\" class=\"date-pick onchange_date\" id=\"input_date\" value=\"2021-05-16\">\n                        </div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"months_section\" style=\"margin-left: 25px;\">\n\t\t\t\t\t\t<div class=\"select_m view-ml\">\n\t\t\t\t\t\t\t<label class=\"revision-lab mb-0 ml-10\">Revision</label>\n\t\t\t\t\t\t\t<select id=\"input_revision\" name=\"revision\" class=\"ml-10 revision\">\n                                                                <option  value=\"204\">204</option>\n                                                                <option selected='selected' value=\"203\">203</option>\n                                                            </select>\n\t\t\t\t\t\t\t<label class=\"print-none ml-20 mb-0\">Block</label>\n\t\t\t\t\t\t\t<select id=\"input_block\" name=\"block_no\" class=\"block_no ml-10\">\n                                                                <option selected='selected' value=\"93\">Block 93(23:00-23:15)</option>\n                                                            </select>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t</form>\n\t\t</div>\n\t\t<div class=\"all_table mb-20\">\n\t\t\t<div class=\"table_1\">\n\t\t\t\t<table style=\"text-align: center;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"2\" style=\"font-size: 16px;\">NR.HP(SCADA System) </td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">SCHEDULEOFHP(V)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">177.76</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">DRAWLOFHP(X-Y)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">111.98</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">OD(+)/UD(-)=[(X-Y)-(V)]</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">-73.01</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">FC(50HZ)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">-105.95</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">DEMANDOFHP(X-Y)+(Z)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">915.79</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 170px;\">REGIONALLOAD(NR)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">50814.19</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_2\" style=\"margin-left: 10px\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"13\" style=\"font-size: 16px;\">(A)NR.HP(NRLDC WEB PORTAL)</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td style=\"width: 96px;\" class=\"tc\" rowspan=\"2\">NR.HPSLDC</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">ISGS</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">STOA</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">IEX</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">PXI</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">LTA</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">URS</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">RRAS</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">SCED</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">REMC</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">RTM_PXI</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">RTM_IEX</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px;\" class=\"tc\">Net SCH(V)</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">1204.66</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-495.80</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-591.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">60.30</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.40</td>\n\t\t\t\t\t\t\t<td class=\"tc\">177.76 </td>\n\t\t\t\t\t\t</tr>\n\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_3\" style=\"margin-left: 10px\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" rowspan=\"2\">STATE ENTITY</td>\n\t\t\t\t\t\t\t<td colspan=\"14\" class=\"tc\" style=\"font-size: 16px;\">(B)HPSLDC.SE(HPSLDC WEB PORTAL)</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">ISGS</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">STOA</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">IEX</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">PXI</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">LTA</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">URS</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">RRAS</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">SCED</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">REMC</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">RTM_PXI</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">RTM_IEX</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">Net Sch(V)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 90px;\">Actual(X-Y)</td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 70px;\">OD/UD</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<!-- HPSEBL -->\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">HPSEBL</td>\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"></td> -->\n\t\t\t\t\t\t\t<td class=\"tc\">777.73</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-282.60</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-225.00</td>\n\t\t\t\t\t\t\t<!-- PIX -->\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">75.85</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">345.98</td>\n\n\t\t\t\t\t\t\t<!--  <td class=\"tc\"><?php// echo sprintf(\"%0.2f\",($response_data['hpseblalltotal']['net_total']+$response_data['hpsebl']['hpseblttl']+$response_data['hpsebl']['OTHERISGS']+$response_data['hpseblenergy18to31']['gohpfinalTotal'])-($response_data['hpseblalltotal']['totalisgs']));?></td> -->\n\n\t\t\t\t\t\t\t<td class=\"tc\">319.14</td>\n\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"></td> -->\n\n\t\t\t\t\t\t\t<td class=\"tc\">-26.83 </td>\n\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<!-- GoHP -->\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">GoHP</td>\n\t\t\t\t\t\t\t<!-- isgs -->\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"></td> -->\n\n\t\t\t\t\t\t\t<td class=\"tc\">426.93</td>\n\t\t\t\t\t\t\t<!-- stoa -->\n\t\t\t\t\t\t\t<td class=\"tc\">-154.70</td>\n\t\t\t\t\t\t\t<!-- iex -->\n\t\t\t\t\t\t\t<td class=\"tc\">-265.10</td>\n\t\t\t\t\t\t\t<!-- PIX -->\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<!-- lta -->\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<!-- urs -->\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">7.13</td>\n\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"></td> -->\n\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t-4.81\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-11.94\n\t\t\t\t\t\t\t</td>\n\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"><?php// echo sprintf(\"%0.2f\",$response_data['gohpDrawal']['value']-($response_data['gohpalltotal']['net_total']-$response_data['gohpalltotal']['totalisgs'])+$response_data['gohp']['gohparr'][4]['block']); ?></td> -->\n\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">OA-(Gen.)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-58.50</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-100.90</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-15.55</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.40</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-175.35</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-202.35</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-27.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">OA-(Cons.)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">Total</td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t1204.66 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t-495.80 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t-591.00 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0.00 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t60.30 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0.00 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0.00 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0.00 </td>\n\n\t\t\t\t\t\t\t<!-- Changes -->\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t-0.40 </td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t177.76 </td>\n\n\t\t\t\t\t\t\t<!--  <td class=\"tc\">-->\n\t\t\t\t\t\t\t<!--  </td> -->\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"> <?php// $total_Actual_X_Y = sprintf(\"%0.2f\",(\n                          //  ($response_data['table1'][1]['value']\n                          //    -$response_data['plantgeneratordata']['total']\n                          //    - $response_data['oaCdata']['contotal']['cnetttl']\n                          //    -$response_data['gohpDrawal']['value']) \n                          //    + $response_data['plantgeneratordata']['total']\n                          //    +$response_data['oaCdata']['contotal']['cnetttl'])\n                          //    +$response_data['gohpDrawal']['value']);\n\n                           // echo $total_Actual_X_Y;?>         <!--  </td> -->\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t111.98\n\t\t\t\t\t\t\t</td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">-65.77</td>\n\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\n\t\t\t<div class=\"table_4\" style=\"margin-left: 10px; height: 250px;\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"9\" style=\"font-size: 16px;\">(B1)ISGS(HPSLDC WEB PORTAL)</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td colspan=\"6\"></td>\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"4\">HPSLDC.SE</td>\n\t\t\t\t\t\t\t<!-- <td colspan=\"2\">HPSLDC.SE</td> -->\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>COMPANY</td>\n\t\t\t\t\t\t\t<td>STATION</td>\n\t\t\t\t\t\t\t<td>CAPACITY(MW)</td>\n\t\t\t\t\t\t\t<td>PLANTGEN</td>\n\t\t\t\t\t\t\t<td>NR.HPSCHEDULE</td>\n\t\t\t\t\t\t\t<td>GoHPSCHEDULE</td>\n\t\t\t\t\t\t\t<td>HPSEBLSCHEDULE</td>\n\t\t\t\t\t\t\t<td style=\"width: 100px\">GoHP ISGS Sch Share in HPSEBL Sch</td>\n\t\t\t\t\t\t\t<td style=\"width: 137px\">Total HPSEBL Sch = GoHP and HPSEBL Sch</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td rowspan=\"5\">NHPC</td>\n\t\t\t\t\t\t\t<td class=\"tc\">BSIUL</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(3X60)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">126.89</td>\n\t\t\t\t\t\t\t<td class=\"tc\">13.91</td>\n\t\t\t\t\t\t\t<td class=\"tc\">13.91</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">CHAMERA1</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(3X180) static</td>\n\t\t\t\t\t\t\t<td class=\"tc\">528.49</td>\n\t\t\t\t\t\t\t<td class=\"tc\">76.77</td>\n\t\t\t\t\t\t\t<td class=\"tc\">61.83</td>\n\t\t\t\t\t\t\t<td class=\"tc\">14.94</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">14.94</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">CHAMERA2</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(3X100)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">295.70</td>\n\t\t\t\t\t\t\t<td class=\"tc\">44.87</td>\n\t\t\t\t\t\t\t<td class=\"tc\">34.36</td>\n\t\t\t\t\t\t\t<td class=\"tc\">10.51</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">10.51</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">CHAMERA3</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(3X77)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">227.20</td>\n\t\t\t\t\t\t\t<td class=\"tc\">19.09</td>\n\t\t\t\t\t\t\t<td class=\"tc\">19.09</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">PARBATI3</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(4X130)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td rowspan=\"2\">SJVNL</td>\n\t\t\t\t\t\t\t<td class=\"tc\">NJPC</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(6X250)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">1440.17</td>\n\t\t\t\t\t\t\t<td class=\"tc\">493.27</td>\n\t\t\t\t\t\t\t<td class=\"tc\">162.30</td>\n\t\t\t\t\t\t\t<td class=\"tc\">330.97</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">330.97</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">RAMPUR</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(6X68.67)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">398.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">156.03</td>\n\t\t\t\t\t\t\t<td class=\"tc\">48.40</td>\n\t\t\t\t\t\t\t<td class=\"tc\">107.63</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">107.63</td>\n\t\t\t\t\t\t</tr>\n                        <tr>\n                            <td>UNKNOWN ISGS PLANT (added for unit test)</td>\n                            <td></td>\n                            <td></td>\n                            <td class=\"tc\">0</td>\n                            <td class=\"tc\">274.19</td>\n                            <td class=\"tc\">0</td>\n                            <td class=\"tc\">274.19</td>\n                        </tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>NTPC</td>\n\t\t\t\t\t\t\t<td class=\"tc\">KOLDAM</td>\n\t\t\t\t\t\t\t<td class=\"tc\">(4X200)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">734.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">187.46</td>\n\t\t\t\t\t\t\t<td class=\"tc\">87.04</td>\n\t\t\t\t\t\t\t<td class=\"tc\">100.43</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">100.43</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>OTHERISGS</td>\n\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">213.25</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">213.25</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0</td>\n\t\t\t\t\t\t\t<td class=\"tc\">213.25</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>TOTAL</td>\n\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t<td class=\"tc\">3750.45</td>\n\t\t\t\t\t\t\t<td class=\"tc\">1204.66</td>\n\t\t\t\t\t\t\t<!-- <td class=\"tc\"></td> -->\n\t\t\t\t\t\t\t<td class=\"tc\">426.93</td>\n\t\t\t\t\t\t\t<td class=\"tc\">777.73</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">777.73</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_5\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td style=\"width: 200px\" class=\"tc\">GENERATION OF HP(Z)</td>\n\t\t\t\t\t\t\t<td style=\"width: 70px\" class=\"tc\">MW</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>BASPA(3X100MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">109.35</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>BHABA(3X40MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">60.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>GIRI(2X30MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">18.74</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>LARJI(3X42MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">64.90</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>BASSI(4X16.5MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">60.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>MALANA(2X43MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">74.36</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>ANDHRA(3X5.65MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">14.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>GHANVI(2X11.25MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">9.22</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>KASHANG(3X65MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">40.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>Sawra Kuddu (3x37MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">37.03</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>MICROP/HMONITORED(HPSEBL)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">18.43</td>\n\t\t\t\t\t\t</tr>\n                        <tr>\n                            <td >UNKNOWN HP PLANT (added for unit test)</td>\n                            <td class=\"tc\">99.00</td>\n                        </tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>IPPsP/HMONITORED</td>\n\t\t\t\t\t\t\t<td class=\"tc\">118.01</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>MICROP/HUNMONITORED</td>\n\t\t\t\t\t\t\t<td class=\"tc\">187.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">Total</td>\n\t\t\t\t\t\t\t<td class=\"tc\">811.04</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\n\t\t\t<div class=\"table_6\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td style=\"width: 400px\" class=\"tc\" colspan=\"2\"><b class=\"bld_dsm\">DSM Rate</b>\n\t\t\t\t\t\t\t\t16-05-2021 11:04:52 PM </td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t466.68 </td>\n\t\t\t\t\t\t\t<td class=\"tc\">Paise/KWh</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\n\t\t\t<div class=\"table_7\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td\n\t\t\t\t\t\t\t\tstyle=\"width: 100px; font-weight: 600; background-color: #92278f !important;color: #fff;\">\n\t\t\t\t\t\t\t\tNRLDCFREQUENCY </td>\n\t\t\t\t\t\t\t<td class=\"tc\" style=\"width: 100px; font-weight: 600;\">\n\t\t\t\t\t\t\t\t49.95 </td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\n\n\t\t\t<div class=\"table_8\" style=\"margin-left: 10px\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td colspan=\"6\" style=\"text-align: center;font-size: 16px;\">( B2) OA-GENERATORS</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">S.No.</td>\n\t\t\t\t\t\t\t<td>HYDRO POWER PLANTS</td>\n\t\t\t\t\t\t\t<td>GENERATION</td>\n\t\t\t\t\t\t\t<td style=\"min-width:106px;\">NET SCHEDULE</td>\n\t\t\t\t\t\t\t<td>ACTUAL</td>\n\t\t\t\t\t\t\t<td>DEVIATION</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">1</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1201-OAG</b> M/s Integrated Kashang HPPCL (Kashang- 3x65 MW HEP)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">40.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-33.20</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-38.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-4.80</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">2</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1202-OAG</b> M/s Yogindera Power Ltd (Baner Sangam- 2x2.5 MW SHEP)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">1.99</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-1.40</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-1.89</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.49</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">3</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1203-OAG</b> M/s Nanti Hydro Power Pvt Ltd (Upper Nanti- 2x6.75 MW)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">5.84</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-5.12</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-5.55</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.43</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">4</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1204-OAG</b> M/s Sandhya Hydro Power Projects Balargha Pvt. Ltd.\n\t\t\t\t\t\t\t\t(Balargha- 3x3 MW SHEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">9.61</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-7.40</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-9.13</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-1.73</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">5</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1205-OAG</b> M/s I A Hydro Energy Pvt. Ltd. (Chanju - 3x12 MW HEP)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">15.90</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-16.50</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-15.10</td>\n\t\t\t\t\t\t\t<td class=\"tc\">1.40</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">6</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1206-OAG</b> M/s Baragarh Hydro Power Co. Pvt. Ltd. Prini (Lower\n\t\t\t\t\t\t\t\tAleo- 2x1.25 MW SHEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">7</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1207-OAG</b> M/s Malana Power Company Ltd (Malana-I- 2x43 MW HEP)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">59.49</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-35.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-56.52</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-21.52</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">8</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1208-OAG</b> M/s Goodwill Energy Enterprises(Kut- 3x8 MW SHEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">16.99</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-16.70</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-16.14</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.56</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">9</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1209-OAG</b> M/s Kanchanjunga Power Company Pvt. Ltd. (Baragaon-\n\t\t\t\t\t\t\t\t3x8 MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">19.84</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-18.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-18.85</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.85</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">10</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1210-OAG</b> M/s Suryakanta Hydro Energies Pvt. Ltd. (Lower Nanti-\n\t\t\t\t\t\t\t\t2x7 MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">5.46</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-4.36</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-5.18</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-0.82</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">11</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1212-OAG</b> M/s Taranda Hydro Power Pvt. Ltd.(Rala- 2x6.5 MW)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">5.67</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-6.07</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-5.38</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.69</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">12</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1211-OAG</b> M/s Everest Power Pvt. Ltd (Malana-II HEP- 2x50 MW) S2\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">13</td>\n\t\t\t\t\t\t\t<td class=\"fix_width\"><b>1213-OAG</b> M/s Sawra Kuddu HPPCL (3x37MW HEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">32.22</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-31.60</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-30.61</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.99</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\"></td>\n\t\t\t\t\t\t\t<td class=\"tc\">OPGSsHYDROSUM</td>\n\t\t\t\t\t\t\t<td class=\"tc\">213.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-175.35</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-202.35</td>\n\t\t\t\t\t\t\t<td class=\"tc\">-27.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\n\t\t\t<div class=\"table_9\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"6\" style=\"font-size: 16px;\"> (B3) OA-CONSUMERS</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">S.No.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">O.A.CONSUMER</td>\n\t\t\t\t\t\t\t<td class=\"tc\">LOAD</td>\n\t\t\t\t\t\t\t<td class=\"tc\">NET SCHEDULE</td>\n\t\t\t\t\t\t\t<td class=\"tc\">ACTUAL</td>\n\t\t\t\t\t\t\t<td class=\"tc\">DEVIATION</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">1</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0401-OAC</b> M/s ACC Ltd., Gagal Cement Works, Barmana</td>\n\t\t\t\t\t\t\t<td class=\"tc\">36.04</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">2</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0402-OAC</b> M/s UltraTech Cement Limited Unit- Bagheri\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">3</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0403-OAC</b> M/s Ambuja Cements Ltd., Unit - Suli</td>\n\t\t\t\t\t\t\t<td class=\"tc\">26.56</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">4</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0404-OAC</b> M/s Amba Shakti Ispat Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">5</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0405-OAC</b> M/s Ambuja Cement Ltd. (Unit- Rauri)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">17.06</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">6</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0406-OAC</b> M/s Ambuja Cement Ltd. (Unit- Nalagarh)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">7</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0407-OAC</b> M/s Birla Textile Mills (A Unit of\n\t\t\t\t\t\t\t\tSutlejTextiles and Industries Ltd.)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">8.41</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">8</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0408-OAC</b> M/s H.M. Steels Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">9</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0409-OAC</b> M/s Indorama Industries Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">10</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0410-OAC</b> M/s INOX Air Products Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">11</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0411-OAC</b> M/s J B Rolling Mills Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">12</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0412-OAC</b> M/s UltraTech Cement Limited Unit- Baga Cement\n\t\t\t\t\t\t\t\tWorks</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">13</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0413-OAC</b> M/s Pasupati Spinning and Weaving Mills Ltd.\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">14</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0414-OAC</b> M/s Su-Kam Power Systems Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">15</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0415-OAC</b> M/s Sun Pharmaceutical Industries Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">16</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0416-OAC</b> M/s Winsome Textile Industries Ltd (Unit-I)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">17</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0417-OAC</b> M/s Dr. Reddys Laboratories Ltd. Formulation\n\t\t\t\t\t\t\t\tBaddi-I</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">18</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0418-OAC</b> M/s Dr. Reddys Laboratories Ltd. Formulation\n\t\t\t\t\t\t\t\tBaddi -II</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">19</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0419-OAC</b> M/s Macleods Pharmaceutical Ltd.</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">20</td>\n\t\t\t\t\t\t\t<td style=\"min-width: 332px;\"><b>0420-OAC</b> M/s Winsome Textile Industries Ltd (Unit-II)\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"2\">OACONSUMER`sSUM</td>\n\t\t\t\t\t\t\t<td class=\"tc\">88.07</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_10\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"7\" style=\"font-size: 16px;\"> Intra State Transaction (Inside HP\n\t\t\t\t\t\t\t\tPeriphery)</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">Entity</td>\n\t\t\t\t\t\t\t<td class=\"tc\">Generation</td>\n\n\t\t\t\t\t\t\t<!--  <td class=\"tc\">M/s ACC Ltd., Gagal Cement Works, Barmana </td>\n                <td class=\"tc\">Ambuja Cement Ltd. (Unit- Rauri)</td> -->\n\t\t\t\t\t\t\t<td class=\"tc\">Actual</td>\n\t\t\t\t\t\t\t<td class=\"tc\">Injection</td>\n\t\t\t\t\t\t</tr>\n\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">Good Will</td>\n\t\t\t\t\t\t\t<td class=\"tc\">16.99</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">16.99</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_11\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"4\" style=\"font-size: 16px;\">GOHP Share</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc mw-100\">Hydro Plant</td>\n\t\t\t\t\t\t\t<td class=\"tc mw-100\">Generation</td>\n\t\t\t\t\t\t\t<td class=\"tc mw-100\">GoHP Share</td>\n\t\t\t\t\t\t\t<td class=\"tc\">Injection</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"mw-410\">(1211-OAG) M/s Everest Power Pvt. Ltd (Malana-II HEP- 2x50 MW) S2</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"mw-410\">(1207-OAG) M/s Malana Power Company Ltd (Malana-I- 2x43 MW HEP</td>\n\t\t\t\t\t\t\t<td class=\"tc\">74.36</td>\n\t\t\t\t\t\t\t<td class=\"tc\">14.87</td>\n\t\t\t\t\t\t\t<td class=\"tc\">59.49</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"mw-410\">(1213-OAG) M/s Sawra Kuddu HPPCL (Sawra Kuddu 3x37MW HEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">37.03</td>\n\t\t\t\t\t\t\t<td class=\"tc\">4.81</td>\n\t\t\t\t\t\t\t<td class=\"tc\">32.22</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_12\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc mw-450\" colspan=\"4\" style=\"font-size: 16px;\">Injection of SHP's at 400/220/32\n\t\t\t\t\t\t\t\tkV Substation LAHAL</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>Salun + Kurwasi -2 (on 33kv Line)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">\n\t\t\t\t\t\t\t\t0.00 </td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t\t<div class=\"table_add_on\">\n\t\t\t\t<table style=\"text-align: center; margin-top: 10px;\">\n\t\t\t\t\t<thead>\n\t\t\t\t\t\t<tr style=\"background-color: #92278f !important; color: #fff; font-weight: 600;\">\n\t\t\t\t\t\t\t<td class=\"tc\" colspan=\"7\" style=\"font-size: 16px;\">Sandhya</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</thead>\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc\">Entity</td>\n\t\t\t\t\t\t\t<td class=\"tc\">Generation</td>\n\t\t\t\t\t\t\t<td class=\"tc\">ACTUAL</td>\n\t\t\t\t\t\t\t<td class=\"tc\">Injection</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"tc mw-450\">M/s Sandhya Hydro Power Projects Balargha Pvt. Ltd. (Balargha- 3x3 MW\n\t\t\t\t\t\t\t\tSHEP)</td>\n\t\t\t\t\t\t\t<td class=\"tc\">9.61</td>\n\t\t\t\t\t\t\t<td class=\"tc\">0.00</td>\n\t\t\t\t\t\t\t<td class=\"tc\">9.61</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</tbody>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_KA_Default.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" >\n<head id=\"Head1\"><meta http-equiv=\"REFRESH\" content=\"60\" /><title>\n\tKPTCL-SLDC-HOME\n</title></head>\n\n<script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-35486592-1']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n\n</script>\n\n<script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-35486592-1']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n\nfunction DIV1_onclick() {\n\n}\n\n</script>\n\n<body>\n    <form method=\"post\" action=\"./Default.aspx\" id=\"form1\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwUKMTE1ODkzMzMwOQ9kFgICAw9kFhgCAQ8PFgIeBFRleHQFEDA2LzA5LzIwMTcgMTI6NTdkZAIDDw8WAh8ABQU1MC4wMWRkAgUPDxYCHwAFAzE5MWRkAgcPDxYCHwAFBDc0MzBkZAIJDw8WAh8ABQQzMjMyZGQCCw8PFgIfAAUEMzM0NmRkAg0PDxYCHwAFAzg2NWRkAg8PDxYCHwAFBDM3MzRkZAIRDw8WAh8ABQQxNjk5ZGQCEw8PFgIfAAUDNjU3ZGQCFQ8PFgIfAAUDNjMzZGQCFw8PFgIfAAUDNTU0ZGRkDAjH4+g/IrI4OkltcrsjCsnr2DBGHco46dNFs/kpt1M=\" />\n</div>\n\n<div class=\"aspNetHidden\">\n\n\t<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"CA0B0334\" />\n\t<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"/wEdAAKcLDyghlWqtfdwLu6MvYFpESCFkFW/RuhzY1oLb/NUVLwjHU6N5aEk602GuYBIihezBbEyZpwZ+BT0RGytZi8j\" />\n</div>\n    <div>\n                <div style=\"width: 1164px; height: 113px; z-index: 1; left: 2px; position: absolute; top: 4px; text-align: center; background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#16406B'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#16406B)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #16406B);\" /* for firefox 3.6+ */  color: #ccffff;\">\n            <span\n                style=\"font-size: 20pt\"><span style=\"text-decoration: underline; color: #16406B;\"><strong>\n            <img align=\"right\" src=\"KPTCL-Logo.jpg\" style=\"width: 124px; height: 102px; font-weight: bold;\" />KARNATAKA POWER TRANSMISSION\n                    CORPORATION LIMITED<br />\n                </strong>\n                </span><span style=\"font-size: 16pt; color: #16406B;\"><strong>Karnataka State Load Dispatch Centre</strong><br />\n                    <span style=\"font-size: 12pt\"><span style=\"font-family: Calibri\"><span style=\"color: lightcyan\">\n                        Transmission Grid Management<br />\n                        Facilitates Inter state transfer &amp; Intra state transfer of power to Distribution\n                        Companies of Karnataka in a secure and economical manner &nbsp;</span> &nbsp; &nbsp;\n                    </span>&nbsp; &nbsp;</span><span style=\"font-size: 14pt; font-family: Sylfaen\"><em>&nbsp;</em></span></span></span></div>\n\n    </div>\n        &nbsp;\n        <div style=\"z-index: 1; left: 170px; width: 991px; position: absolute; top: 123px;\n            height: 359px; font-size: 12pt;\">\n            &nbsp;\n            <img align=\"right\" src=\"MCC.jpg\" style=\"z-index: 1; left: 682px; width: 310px; position: absolute;\n                top: 1px; height: 357px\" />\n            <table style=\"z-index: 1; left: 342px; width: 340px; position: absolute; top: 0px;\n                height: 333px; background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\" /* for firefox 3.6+ */  border=\"2\" bordercolor=\"#000099\">\n                <tr>\n                    <td colspan=\"3\" style=\"text-align: center; height: 8%; width: 303px;\">\n                        <span id=\"Label6\" style=\"font-size:Large;\">06/09/2017 12:57</span></td>\n                </tr>\n                <tr>\n                    <td height=\"10%\" style=\"font-size: 14pt; width: 160px; text-align: left\">\n                        <strong style=\"font-size: 12pt\">FREQUENCY :\n                            <span id=\"Label1\" style=\"font-size:Large;font-weight:bold;z-index: 1; left: 117px; position: absolute\">50.01</span>\n                        </strong>\n                    </td>\n                    <td height=\"10%\" style=\"font-size: 14pt; width: 160px; text-align: left\">\n                        <strong style=\"font-size: 12pt\">&nbsp;STATE UI :\n                            <span id=\"Label12\" style=\"font-size:Large;font-weight:bold;z-index: 1; left: 260px; position: absolute; top: 35px;\">191</span>\n                        </strong>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"width: 160px; font-size: 12pt; height: 35px;\">\n                        <strong>\n                        STATE DEMAND</strong></td>\n                    <td style=\"text-align: center; height: 35px;\">\n                        <span id=\"Label5\" style=\"font-size:Larger;\">7430</span></td>\n                </tr>\n                <tr>\n                    <td style=\"width: 160px; font-size: 12pt;\" height=\"10%\">\n                        <strong>STATE GENERATION</strong></td>\n                    <td style=\"text-align: center\">\n                        <span id=\"Label2\" style=\"font-size:Larger;\">3232</span></td>\n                </tr>\n                <tr>\n                    <td style=\"width: 160px; font-size: 12pt; height: 35px;\">\n                        <strong>\n                        CGS</strong></td>\n                    <td style=\"text-align: center; height: 35px;\">\n                        <span id=\"Label3\" style=\"font-size:Larger;\">3346</span></td>\n                </tr>\n                <tr>\n                    <td style=\"width: 160px; font-size: 12pt; height: 35px;\">\n                        <strong>\n                        NCEP GENERATION</strong></td>\n                    <td style=\"text-align: center; height: 35px;\">\n                        <span id=\"Label4\" style=\"font-size:Larger;\">865</span></td>\n                </tr>\n                 <tr>\n\n                     <td colspan=\"3\" style=\"text-align: center; height: 10%; width: 303px;\">\n                        <strong>BESCOM:&nbsp; &nbsp;</strong><span id=\"Label7\" style=\"font-size:Larger;font-weight:bold;\">3734</span></td>\n                </tr>\n                <tr>\n                    <td height=\"10%\" style=\"font-size: 14pt; width: 160px; text-align: left\">\n                        <strong style=\"font-size: 12pt\">HESCOM :\n                            <span id=\"Label8\" style=\"font-size:Larger;z-index: 1; left: 121px; position: absolute\">1699</span>\n                        </strong>\n                    </td>\n                    <td style=\"height: 20px; text-align: left\">\n                        <strong>GESCOM &nbsp;:&nbsp;\n                            <span id=\"Label9\" style=\"font-size:Larger;z-index: 1; left: 285px; position: absolute\">657</span>\n                        </strong>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"width: 160px; font-size: 14pt; text-align: left;\" height=\"10%\">\n                        <strong style=\"font-size: 12pt\">CESC :\n                            <span id=\"Label10\" style=\"font-size:Larger;z-index: 1; left: 121px; position: absolute\">633</span>\n                        </strong>\n                    </td>\n                    <td style=\"height: 20px; font-size: 12pt; text-align: left;\">\n                        <strong>MESCOM &nbsp;:\n                            <span id=\"Label11\" style=\"font-size:Larger;z-index: 1; left: 286px; position: absolute\">554</span>\n                        </strong>\n                    </td>\n                </tr>\n            </table>\n            <img align=\"left\" src=\"LDC.jpg\" style=\"z-index: 1; left: 1px; width: 339px; position: absolute;\n                top: 2px; height: 355px\" />\n        </div>\n        <div style=\"z-index: 1; left: 2px; width: 167px; position: absolute; top: 124px;\n            height: 582px;  background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\" border=\"2\" bordercolor=\"#000099\" id=\"DIV1\" language=\"javascript\" onclick=\"return DIV1_onclick()\">\n            <a id=\"HyperLink3\" href=\"Default.aspx\" style=\"display:inline-block;color:DarkBlue;border-color:White;border-style:None;font-size:Large;font-weight:normal;height:45px;width:166px;vertical-align: baseline; text-align: left\">Home</a>\n            <a id=\"HyperLink4\" href=\"StateGen.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;vertical-align: bottom; text-align: left\">Generation</a>\n            <a id=\"HyperLink5\" href=\"Snapshot.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:38px;width:166px;text-align: left\">Snapshot</a>\n            <a id=\"HyperLink6\" href=\"StateNCEP.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:36px;width:166px;text-align: left\">NCEPs</a>\n                 <a id=\"HyperLink11\" href=\"ipps.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;vertical-align: bottom; text-align: left\">Major Purchases</a>\n            <a id=\"HyperLink7\" href=\"escom.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:51px;width:166px;text-align: left\">ESCOM Wise 220kV Load</a><a id=\"HyperLink8\" href=\"Load%20curve.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:48px;width:166px;text-align: left\">State Vital Information</a>\n                    <a id=\"HyperLink9\" href=\"http://218.248.45.137:8282/LoadCurveUpload/lcdownloadview.asp\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:45px;width:166px;text-align: left\">Load Curve</a>\n            <a id=\"HyperLink1\" href=\"Load_Wind.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">Load-Wind Profile</a><br />\n            <a id=\"HyperLink2\" href=\"stnload.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:41px;width:166px;text-align: left\">ESCOMWISE 110 & 66kV Station Load</a><br />\n            <br />\n            <a id=\"HyperLink10\" href=\"http://www.imd.gov.in/pages/satmet_main.php\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:45px;width:166px;text-align: left\">Weather Today</a>\n            <a id=\"HyperLink12\" href=\"login.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:45px;width:166px;text-align: left\">Vital Information</a></div>\n\n\n        <div style=\"z-index: 1; left: 180px; width: 992px; position: absolute; top: 490px;\n            height: 12px; text-align: center\">\n            <span style=\"color: #0033cc; font-family: Calibri\">\n                <br /><div style=\"z-index: 1; left: 0px; width: 992px; position: absolute; top: 101px;\n            height: 21px; text-align: center\">\n                    <span style=\"color: #0033cc; font-family: Calibri\">\n                        <br />\n                        The State Load Despatch Center(SLDC) under KPTCL is an Apex body to ensure integrated\n                        operation of the power system in Karnataka. SLDC is responsible for the Real time\n                        Load Despatch functions, Operation and Maintenance of the SCADA System and Energy\n                        Accounting.<br />\n                    </span>\n                </div>\n                <a id=\"HyperLink13\" href=\"http:\\\\117.239.142.58\\resch\\default.aspx\" style=\"display:inline-block;color:Crimson;font-size:Large;height:40px;width:434px;text-align: left\">Karntaka Wind & Solar Forecasting and Scheduling Portal</a><img border=\"0\" src=\"new.gif\" style=\"width: 56px; height: 35px;\" /></span></div>\n\n        &nbsp;&nbsp;\n        <input name=\"TextBox1\" type=\"text\" id=\"TextBox1\" />\n\n        <img src=\"\" />\n        <img src=\"\" />\n    </form>\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_KA_StateGen.html",
    "content": "\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" >\n<head><title>\n\tState Generation\n</title><meta HTTP-EQUIV=\"REFRESH\" content=\"60\" /></head>\n<body>\n    <form method=\"post\" action=\"./StateGen.aspx\" id=\"form1\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwUJNzQzODk1MDMzD2QWAgIDD2QW7gECFQ8PFgIeBFRleHQFAzE1MmRkAhcPDxYCHwAFATBkZAIZDw8WAh8ABQEwZGQCGw8PFgIfAAUBMGRkAh0PDxYCHwAFATBkZAIfDw8WAh8ABQMxNzJkZAIhDw8WAh8ABQEwZGQCIw8PFgIfAAUBMGRkAiUPDxYCHwAFATBkZAInDw8WAh8ABQEwZGQCKQ8PFgIfAAUBMGRkAisPDxYCHwAFATBkZAItDw8WAh8ABQMzNjRkZAIvDw8WAh8ABQM1OTFkZAIxDw8WAh8ABQM1OTFkZAIzDw8WAh8ABQEwZGQCNQ8PFgIfAAUDNTk1ZGQCNw8PFgIfAAUCNjlkZAI5Dw8WAh8ABQI2OGRkAjsPDxYCHwAFATBkZAI9Dw8WAh8ABQI2OWRkAj8PDxYCHwAFAjk3ZGQCQQ8PFgIfAAUCNjlkZAJDDw8WAh8ABQI2OGRkAkUPDxYCHwAFAjcwZGQCRw8PFgIfAAUBMGRkAkkPDxYCHwAFAjc4ZGQCSw8PFgIfAAUDNTE3ZGQCTQ8PFgIfAAUCOTZkZAJPDw8WAh8ABQMxMTRkZAJRDw8WAh8ABQMxMDFkZAJTDw8WAh8ABQI5OWRkAlUPDxYCHwAFATBkZAJXDw8WAh8ABQMxMDRkZAJZDw8WAh8ABQI1N2RkAlsPDxYCHwAFAjE0ZGQCXQ8PFgIfAAUCMTNkZAJfDw8WAh8ABQIxNGRkAmEPDxYCHwAFAjE0ZGQCYw8PFgIfAAUDMTE2ZGQCZQ8PFgIfAAUCMzhkZAJnDw8WAh8ABQIzOWRkAmkPDxYCHwAFAjM4ZGQCaw8PFgIfAAUCOTZkZAJtDw8WAh8ABQI0OGRkAm8PDxYCHwAFAjQ4ZGQCcQ8PFgIfAAUBMGRkAnMPDxYCHwAFAzEwNWRkAnUPDxYCHwAFATBkZAJ3Dw8WAh8ABQEwZGQCeQ8PFgIfAAUCNTNkZAJ7Dw8WAh8ABQI1MmRkAn0PDxYCHwAFAjcxZGQCfw8PFgIfAAUCMTBkZAKBAQ8PFgIfAAUBMGRkAoMBDw8WAh8ABQE5ZGQChQEPDxYCHwAFAjEwZGQChwEPDxYCHwAFATBkZAKJAQ8PFgIfAAUCMTVkZAKLAQ8PFgIfAAUCMTVkZAKNAQ8PFgIfAAUCMTFkZAKPAQ8PFgIfAAUCMjdkZAKRAQ8PFgIfAAUBMGRkApMBDw8WAh8ABQIyN2RkApUBDw8WAh8ABQI5OGRkApcBDw8WAh8ABQI0OWRkApkBDw8WAh8ABQI0OWRkApsBDw8WAh8ABQE3ZGQCnQEPDxYCHwAFATNkZAKfAQ8PFgIfAAUBM2RkAqEBDw8WAh8ABQIzOGRkAqMBDw8WAh8ABQEwZGQCpQEPDxYCHwAFATZkZAKnAQ8PFgIfAAUBM2RkAqkBDw8WAh8ABQEzZGQCqwEPDxYCHwAFATNkZAKtAQ8PFgIfAAUBM2RkAq8BDw8WAh8ABQE2ZGQCsQEPDxYCHwAFATJkZAKzAQ8PFgIfAAUBNWRkArUBDw8WAh8ABQE1ZGQCtwEPDxYCHwAFATBkZAK5AQ8PFgIfAAUBMGRkArsBDw8WAh8ABQEwZGQCvQEPDxYCHwAFAjM3ZGQCvwEPDxYCHwAFATlkZALBAQ8PFgIfAAUBOGRkAsMBDw8WAh8ABQE5ZGQCxQEPDxYCHwBlZGQCxwEPDxYCHwAFAjIzZGQCyQEPDxYCHwAFATVkZALLAQ8PFgIfAAUBNWRkAs0BDw8WAh8ABQEwZGQCzwEPDxYCHwAFAjExZGQC0QEPDxYCHwAFATFkZALTAQ8PFgIfAAUCMzJkZALVAQ8PFgIfAAUCMTZkZALXAQ8PFgIfAAUCMTZkZALZAQ8PFgIfAAUDMjE4ZGQC2wEPDxYCHwAFATBkZALdAQ8PFgIfAAUCNTRkZALfAQ8PFgIfAAUCNTNkZALhAQ8PFgIfAAUCNTVkZALjAQ8PFgIfAAUBMGRkAuUBDw8WAh8ABQI1NWRkAucBDw8WAh8ABQEwZGQC6QEPDxYCHwAFAjUzZGQC6wEPDxYCHwAFAjU0ZGQC7QEPDxYCHwAFATBkZALvAQ8PFgIfAAUBMGRkAvEBDw8WAh8ABQEwZGQC8wEPDxYCHwAFATBkZAL1AQ8PFgIfAAUBMGRkAvcBDw8WAh8ABQQyOTQyZGQC+QEPDxYCHwAFBDYyMTVkZAL7AQ8PFgIfAAUFNTAuMDRkZAL9AQ8PFgIfAAUTMDkvMDkvMjAyMSAyMzozMDozN2RkAoECDw8WAh8ABQQyMTAxZGQCgwIPDxYCHwAFBDEyMDdkZGQHYbQvTLpYCsEXp5gmwd4B9BfahVo08X8LqiSlrUcGDg==\" />\n</div>\n\n<div class=\"aspNetHidden\">\n\n\t<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"4DD75090\" />\n\t<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"/wEdAAJeRX6M6KXlNmMubj9sCK9MESCFkFW/RuhzY1oLb/NUVN6IRLQd2AvZkKOxLi7QEL8w0g6jwIq5fQ+VTjVFYC4B\" />\n</div>\n    <div>\n                <div style=\"width: 1164px; height: 113px; z-index: 1; left: 2px; position: absolute; top: 5px; text-align: center; background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#16406B'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#16406B)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #16406B); /* for firefox 3.6+ */  color: #ccffff;\n            left: 2px; width: 1166px; color: #ccffff; position: absolute; top: 5px; height: 141px;\n            text-align: center\">\n            <img align=\"right\" src=\"KPTCL-Logo.jpg\" style=\"font-weight: bold; width: 134px; height: 146px\" /><span\n                style=\"font-size: 20pt\"><span style=\"color: #16406b; text-decoration: underline\"><strong>KARNATAKA\n                    POWER TRANSMISSION CORPORATION LIMITED<br />\n                    <br />\n                </strong></span><span style=\"font-size: 16pt; color: #16406b\"><strong>Karnataka State\n                    Generation<br />\n                </strong>\n                    <br />\n                    <span style=\"font-size: 12pt\"><span style=\"font-family: Calibri\"><span style=\"color: lightcyan\">\n                        Karnataka Power Corporation Limited and Major Independent Power Producers<br />\n                    </span>&nbsp; &nbsp; </span>&nbsp; &nbsp;</span><span style=\"font-size: 14pt; font-family: Sylfaen\"><em>&nbsp;</em></span></span></span></div>\n        <div style=\"z-index: 1;  background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\n            left: 2px; width: 154px; position: absolute; top: 154px; height: 696px\">\n            <a id=\"HyperLink3\" href=\"Default.aspx\" style=\"display:inline-block;color:DarkBlue;border-style:None;font-size:Large;font-weight:normal;height:45px;width:166px;vertical-align: baseline; text-align: left\">Home</a>\n            <a id=\"HyperLink4\" href=\"StateGen.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;vertical-align: bottom; text-align: left\">Generation</a>\n            <a id=\"HyperLink5\" href=\"Snapshot.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">ESCOM Sch&Actual</a>\n            <a id=\"HyperLink6\" href=\"StateNCEP.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">NCEPs</a>\n                 <a id=\"HyperLink9\" href=\"ipps.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;vertical-align: bottom; text-align: left\">Major Purchases</a>\n            <a id=\"HyperLink7\" href=\"escom.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">ESCOM Wise Load</a><br />\n            <a id=\"HyperLink8\" href=\"Load%20curve.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">State Vital Information</a>\n                <a id=\"HyperLink11\" href=\"http://218.248.45.137:8282/LoadCurveUpload/lcdownloadview.asp\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">Load Curve</a>\n            <a id=\"HyperLink1\" href=\"Load_Wind.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">Load-Wind-Solar Profile</a><br />\n            <a id=\"HyperLink10\" href=\"http://www.imd.gov.in/pages/satmet_main.php\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:45px;width:166px;text-align: left\">Weather Today</a></div>\n        <table style=\"z-index: 1; left: 168px; width: 995px; position: absolute; top: 199px;\n            height: 562px; background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\" border=\"2\" bordercolor=\"#000099\">\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px; color: #000000\">\n                    GENERATING STATIONS</td>\n                <td bgcolor=\"#3399cc\" style=\"width: 81px; text-align: center\">\n                    CAP(MW)</td>\n                <td bgcolor=\"#3399cc\" style=\"width: 104px; text-align: center\">\n                    TOTAL GENERATION</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 1</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 2</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 3</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 4</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 5</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 6</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 7</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 8</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 9</td>\n                <td bgcolor=\"#3399cc\" style=\"text-align: center\">\n                    UNIT 10</td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    RTPS</td>\n                <td style=\"width: 81px; text-align: center\">\n                    1720</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblrtptot\">152</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp2\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp3\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp4\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp5\">172</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp6\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp7\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblrtp8\">0</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    BTPS</td>\n                <td style=\"width: 81px; text-align: center\">\n                    1700</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblbtptot\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbtp1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbtp2\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbtp3\">364</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n             <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    YTPS</td>\n                <td style=\"width: 81px; text-align: center\">\n                    1600</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"ytptot\">591</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"ytp1\">591</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"ytp2\">0</span></td>\n                \n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px; height: 21px\">\n                    SHARAVATHI</td>\n                <td style=\"width: 81px; height: 21px; text-align: center\">\n                    1035</td>\n                <td style=\"width: 104px; height: 21px; text-align: center\">\n                    <span id=\"lblshvytot\">595</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty1\">69</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty2\">68</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty3\">0</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty4\">69</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty5\">97</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty6\">69</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty7\">68</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty8\">70</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty9\">0</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshvty10\">78</span></td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px; height: 24px;\">\n                    NAGJHARI</td>\n                <td style=\"width: 81px; text-align: center; height: 24px;\">\n                    900</td>\n                <td style=\"width: 104px; text-align: center; height: 24px;\">\n                    <span id=\"lblngjtot\">517</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj1\">96</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj2\">114</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj3\">101</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj4\">99</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj5\">0</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                    <span id=\"lblngj16\">104</span></td>\n                <td style=\"text-align: center; height: 24px;\">\n                </td>\n                <td style=\"text-align: center; height: 24px;\">\n                </td>\n                <td style=\"text-align: center; height: 24px;\">\n                </td>\n                <td style=\"text-align: center; height: 24px;\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    VARAHI</td>\n                <td style=\"width: 81px; text-align: center\">\n                    460</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblvrhtot\">57</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblvrh1\">14</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblvrh2\">13</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblvrh3\">14</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblvrh4\">14</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    KODSALLI</td>\n                <td style=\"width: 81px; text-align: center\">\n                    120</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblkdsltot\">116</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblkdsl1\">38</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblkdsl2\">39</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblkdsl3\">38</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px; height: 21px\">\n                    KADRA</td>\n                <td style=\"width: 81px; height: 21px; text-align: center\">\n                    150</td>\n                <td style=\"width: 104px; height: 21px; text-align: center\">\n                    <span id=\"lblkdrtot\">96</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblkdr1\">48</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblkdr2\">48</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblkdr3\">0</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    GERUSOPPA</td>\n                <td style=\"width: 81px; text-align: center\">\n                    240</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblgrsptot\">105</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgrsp1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgrsp2\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgrsp3\">53</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgrsp4\">52</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    JOG</td>\n                <td style=\"width: 81px; text-align: center\">\n                    139.2</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lbljogtot\">71</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog1\">10</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog2\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog3\">9</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog4\">10</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog5\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog6\">15</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog7\">15</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljog8\">11</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    LPH</td>\n                <td style=\"width: 81px; text-align: center\">\n                    55</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lbllphtot\">27</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbllph1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbllph2\">27</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    SUPA</td>\n                <td style=\"width: 81px; text-align: center\">\n                    100</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblsupatot\">98</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblsupa1\">49</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblsupa2\">49</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px; height: 21px\">\n                    SHIMSHA</td>\n                <td style=\"width: 81px; height: 21px; text-align: center\">\n                    17.2</td>\n                <td style=\"width: 104px; height: 21px; text-align: center\">\n                    <span id=\"lblshimtot\">7</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshim1\">3</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                    <span id=\"lblshim2\">3</span></td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n                <td style=\"height: 21px; text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    SHIVASAMUDRA</td>\n                <td style=\"width: 81px; text-align: center\">\n                    42</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblshivtot\">38</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv2\">6</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv3\">3</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv4\">3</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv5\">3</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv6\">3</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv7\">6</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv8\">2</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv9\">5</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblshiv10\">5</span></td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    MANIDAM</td>\n                <td style=\"width: 81px; text-align: center\">\n                    9</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblmanitot\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmani1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmani2\">0</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    MUNRABAD</td>\n                <td style=\"width: 81px; text-align: center\">\n                    38</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblmbdtot\">37</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmbd1\">9</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmbd2\">8</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmbd3\">9</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblmbd4\"></span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>                \n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    BHADRA</td>\n                <td style=\"width: 81px; text-align: center\">\n                    39.2</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblbdratot\">23</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbdra1\">5</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbdra2\">5</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbdra3\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbdra4\">11</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblbdra5\">1</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    GHATAPRABHA</td>\n                <td style=\"width: 81px; text-align: center\">\n                    32</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblgtprtot\">32</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgtp1\">16</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblgtp2\">16</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    ALMATTI</td>\n                <td style=\"width: 81px; text-align: center\">\n                    290</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblalmttot\">218</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt2\">54</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt3\">53</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt4\">55</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt5\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblalmt6\">55</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    JINDAL</td>\n                <td style=\"width: 81px; text-align: center\">\n                    260+1200</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lbljintot\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljin1\">53</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljin2\">54</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljin3\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lbljin4\">0</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n           \n            \n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    UPCL</td>\n                <td style=\"width: 81px; text-align: center\">\n                    1200</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblupctot\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblupc1\">0</span></td>\n                <td style=\"text-align: center\">\n                    <span id=\"lblupc2\">0</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n            \n            <tr>\n                <td bgcolor=\"#3399cc\" style=\"width: 137px\">\n                    TOTAL</td>\n                <td style=\"width: 81px; text-align: center\">\n                    11336.6</td>\n                <td style=\"width: 104px; text-align: center\">\n                    <span id=\"lblstategen\" style=\"font-size:Larger;font-weight:bold;\">2942</span></td>\n                <td style=\"text-align: center\">\n                </td>\n                <td>\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n                <td style=\"text-align: center\">\n                </td>\n            </tr>\n        </table>\n        <div style=\"z-index: 1; left: 169px; width: 157px; position: absolute; top: 155px;\n            height: 42px; background-color: #3399cc; text-align: center\">\n            <div style=\"z-index: 1; left: 157px; width: 228px; position: absolute; top: 0px;\n                height: 42px; background-color: #3399cc; text-align: center\">\n                <div style=\"z-index: 1; left: 571px; width: 267px; position: absolute; top: 0px;\n                    height: 42px; background-color: #3399cc; text-align: center\">\n                    <strong>TOTAL GENERATION </strong>:\n                    <span id=\"lbltotgen\" style=\"font-size:Larger;font-weight:bold;\">6215</span>MW</div>\n                <strong>\n                   \n                FREQUENCY</strong> :\n                <span id=\"lblfreq\" style=\"font-weight:bold;\">50.04</span>\n                Hz</div>\n            <span id=\"lbldate\">09/09/2021 23:30:37</span></div>\n        <input name=\"TextBox1\" type=\"text\" id=\"TextBox1\" />\n        <div style=\"z-index: 1; left: 711px; width: 186px; position: absolute; top: 155px;\n                    height: 42px; background-color: #3399cc; text-align: center\">\n            <span style=\"font-size: 14pt\"><strong>\n            NCEP</strong></span> :\n            <span id=\"lblncep\" style=\"font-weight:bold;\">2101</span>\n            MW</div>\n        <div style=\"z-index: 1; left: 554px; width: 158px; position: absolute; top: 155px;\n                    height: 42px; background-color: #3399cc; text-align: center\">\n            <strong><span style=\"font-size: 14pt\">\n            CGS</span></strong> :\n            <span id=\"lblcgs\" style=\"font-weight:bold;\">1207</span>\n        MW\n           \n    </form>\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/IN_KA_StateNCEP.html",
    "content": "\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" >\n<head><meta HTTP-EQUIV=\"REFRESH\" content=\"60\" /><title>\n\tState NCEP\n</title></head>\n<body>\n    <form method=\"post\" action=\"./StateNCEP.aspx\" id=\"form1\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwUJMjc4NzgxODM2D2QWAgIDD2QWVAIBDw8WAh4EVGV4dAUBMGRkAgMPDxYCHwAFATNkZAIFDw8WAh8ABQE2ZGQCBw8PFgIfAAUDMzU1ZGQCCQ8PFgIfAAUBMGRkAgsPDxYCHwAFAzM2NWRkAg0PDxYCHwAFATBkZAIPDw8WAh8ABQEwZGQCEQ8PFgIfAAUDMTI1ZGQCEw8PFgIfAAUCMTlkZAIVDw8WAh8ABQEwZGQCFw8PFgIfAAUDMTQ1ZGQCGQ8PFgIfAAUBMWRkAhsPDxYCHwAFAjQ3ZGQCHQ8PFgIfAAUDMTA3ZGQCHw8PFgIfAAUCMjhkZAIhDw8WAh8ABQEwZGQCIw8PFgIfAAUDMTg0ZGQCJQ8PFgIfAAUCMTZkZAInDw8WAh8ABQIyMWRkAikPDxYCHwAFAzE1NmRkAisPDxYCHwAFAzQyNWRkAi0PDxYCHwAFATBkZAIvDw8WAh8ABQM2MThkZAIxDw8WAh8ABQEwZGQCMw8PFgIfAAUBNGRkAjUPDxYCHwAFATBkZAI3Dw8WAh8ABQM3ODBkZAI5Dw8WAh8ABQEwZGQCOw8PFgIfAAUDNzg1ZGQCPQ8PFgIfAAUCMThkZAI/Dw8WAh8ABQI3NWRkAkEPDxYCHwAFAzM5N2RkAkMPDxYCHwAFBDE2MTBkZAJFDw8WAh8ABQEwZGQCRw8PFgIfAAUEMjEwMWRkAkkPDxYCHwAFATBkZAJLDw8WAh8ABQExZGQCTQ8PFgIfAAUBMWRkAk8PDxYCHwAFBDIxMDNkZAJjDw8WAh8ABRMwOS8wOS8yMDIxIDIzOjMwOjAxZGQCZQ8PFgIfAAUFNTAuMDNkZGSgwWgT+ZEKZpdgGpu4axdxTZ4hOtFKJNWOaPsboDiUbQ==\" />\n</div>\n\n<div class=\"aspNetHidden\">\n\n\t<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"93646EAF\" />\n</div>\n    <div>\n        <div style=\"z-index: 1; background: #999; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#16406B');\n            left: 2px; width: 1222px; color: #ccffff; position: absolute; top: 5px; height: 131px;\n            text-align: center\">\n            <img align=\"right\" src=\"KPTCL-Logo.jpg\" style=\"font-weight: bold; width: 134px; height: 146px\" /><span\n                style=\"font-size: 20pt\"><span style=\"color: #16406b; text-decoration: underline\"><strong>KARNATAKA\n                POWER TRANSMISSION CORPORATION LIMITED<br />\n                    <br />\n                </strong></span><span style=\"font-size: 16pt; color: #16406b\"><strong>Karnataka NCEP Snapshot<br />\n                </strong><span style=\"font-size: 12pt\"><span style=\"font-family: Calibri\"><span style=\"color: lightcyan\">\n                    <br />\n                    State ESCOM Snapshot<br />\n                </span>&nbsp; &nbsp; </span>&nbsp; &nbsp;</span><span style=\"font-size: 14pt; font-family: Sylfaen\"><em>&nbsp;</em></span></span></span></div>\n    \n    </div>\n        <table style=\"z-index: 1; left: 165px; width: 1061px; position: absolute; top: 194px;\n            height: 355px; text-align: center;  background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\" border=\"2\" bordercolor=\"#000099\">\n            <tr>\n                <td style=\"width: 168px\">\n                    <strong>\n                    ESCOMS</strong></td>\n                <td style=\"width: 181px\">\n                    <strong>\n                    BIO-MASS<br />\n                        (140 MW)</strong></td>\n                <td style=\"width: 161px\">\n                    <strong>\n                    COGEN<br />\n                        (1520 MW)</strong></td>\n                <td style=\"width: 157px\">\n                    <strong>\n                    MINI-HYDRO<br />\n                        (846 MW)</strong></td>\n                <td style=\"width: 187px\">\n                    <strong>\n                    WIND<br />\n                        (4794.745 MW)</strong></td>\n                <td style=\"width: 169px\">\n                    <strong>SOLAR<br />\n                        (6972.655MW)</strong></td>\n                <td style=\"width: 169px\">\n                    <strong>\n                    TOTAL<br />\n                        (13544.8MW)</strong></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 40px;\">\n                    <strong>\n                    BESCOM</strong></td>\n                <td style=\"width: 181px; height: 29px;\">\n                    <span id=\"lbl_bb\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 161px; height: 29px;\">\n                    <span id=\"lbl_bc\" style=\"font-weight:bold;\">3</span></td>\n                <td style=\"width: 157px; height: 29px;\">\n                    <span id=\"lbl_bm\" style=\"font-weight:bold;\">6</span></td>\n                <td style=\"width: 187px; height: 29px;\">\n                    <span id=\"lbl_bw\" style=\"font-weight:bold;\">355</span></td>\n                <td style=\"width: 187px; height: 29px\">\n                    <span id=\"lbl_bs\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 169px; height: 29px\">\n                    <span id=\"lbl_bt\" style=\"font-weight:bold;\">365</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 40px;\">\n                    <strong>\n                    MESCOM</strong></td>\n                <td style=\"width: 181px; height: 25px;\">\n                    <span id=\"lbl_mb\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 161px; height: 25px;\">\n                    <span id=\"lbl_mc\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 157px; height: 25px;\">\n                    <span id=\"lbl_mm\" style=\"font-weight:bold;\">125</span></td>\n                <td style=\"width: 187px; height: 25px;\">\n                    <span id=\"lbl_mw\" style=\"font-weight:bold;\">19</span></td>\n                <td style=\"width: 187px; height: 25px\">\n                    <span id=\"lbl_ms\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"height: 25px; width: 169px;\">\n                    <span id=\"lbl_mt\" style=\"font-weight:bold;\">145</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 40px;\">\n                    <strong>\n                    CESC</strong></td>\n                <td style=\"width: 181px; height: 35px;\">\n                    <span id=\"lbl_cb\" style=\"font-weight:bold;\">1</span></td>\n                <td style=\"width: 161px; height: 35px;\">\n                    <span id=\"lbl_cc\" style=\"font-weight:bold;\">47</span></td>\n                <td style=\"width: 157px; height: 35px;\">\n                    <span id=\"lbl_cm\" style=\"font-weight:bold;\">107</span></td>\n                <td style=\"width: 187px; height: 35px;\">\n                    <span id=\"lbl_cw\" style=\"font-weight:bold;\">28</span></td>\n                <td style=\"width: 169px; height: 35px;\">\n                    <span id=\"lbl_cs\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 169px; height: 35px;\">\n                    <span id=\"lbl_ct\" style=\"font-weight:bold;\">184</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px;height: 40px;\">          \n                    <strong>\n                    GESCOM</strong></td>\n                <td style=\"width: 181px\">\n                    <span id=\"lbl_gb\" style=\"font-weight:bold;\">16</span></td>\n                <td style=\"width: 161px\">\n                    <span id=\"lbl_gc\" style=\"font-weight:bold;\">21</span></td>\n                <td style=\"width: 157px\">\n                    <span id=\"lbl_gm\" style=\"font-weight:bold;\">156</span></td>\n                <td style=\"width: 187px\">\n                    <span id=\"lbl_gw\" style=\"font-weight:bold;\">425</span></td>\n                <td style=\"width: 169px\">\n                    <span id=\"lbl_gs\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 169px\">\n                    <span id=\"lbl_gt\" style=\"font-weight:bold;\">618</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 40px;\">\n                    <strong>\n                    HESCOM</strong></td>\n                <td style=\"width: 181px\">\n                    <span id=\"lbl_hb\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 161px\">\n                    <span id=\"lbl_hc\" style=\"font-weight:bold;\">4</span></td>\n                <td style=\"width: 157px\">\n                    <span id=\"lbl_hm\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 187px\">\n                    <span id=\"lbl_hw\" style=\"font-weight:bold;\">780</span></td>\n                <td style=\"width: 169px\">\n                    <span id=\"lbl_hs\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 169px\">\n                    <span id=\"lbl_ht\" style=\"font-weight:bold;\">785</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 45px;\">\n                    <strong>TOTAL_IPPS</strong></td>\n                <td style=\"width: 181px; height: 45px;\">\n                    <span id=\"lbl_tb\" style=\"font-weight:bold;\">18</span></td>\n                <td style=\"width: 161px; height: 45px;\">\n                    <span id=\"lbl_tc\" style=\"font-weight:bold;\">75</span></td>\n                <td style=\"width: 157px; height: 45px;\">\n                    <span id=\"lbl_tm\" style=\"font-weight:bold;\">397</span></td>\n                <td style=\"width: 187px; height: 45px;\">\n                    <span id=\"lbl_tw\" style=\"font-weight:bold;\">1610</span></td>\n                <td style=\"width: 169px; height: 45px\">\n                    <span id=\"lbl_ts\" style=\"font-weight:bold;\">0</span></td>\n                <td style=\"width: 169px; height: 45px\">\n                    <span id=\"lbl_tt\" style=\"font-weight:bold;\">2101</span></td>\n            </tr>\n            <tr>\n                <td style=\"width: 168px; height: 40px;\">\n                    <strong style=\"color: #ff0000\">PAVAGADA SOLAR PARK<br />\n                    </strong></td>\n                <td style=\"width: 181px; height: 45px;\">\n                <strong style=\"color: #ff0000\">SECI(200MW)&nbsp;<br />\n                    <br />\n                </strong>\n                    <span id=\"lbl_seci\" style=\"color:DarkBlue;font-weight:bold;\">0</span></td>\n                <td style=\"width: 161px; height: 45px;\">\n                    <strong><span style=\"color: #ff0000\">KARNATAKA(1850MW)<br />\n                    </span></strong>\n                    <span id=\"lbl_kar_ksp\" style=\"color:DarkBlue;font-weight:bold;\">1</span></td>\n                <td style=\"width: 157px; height: 45px;\"></td>\n                <td style=\"width: 187px; height: 45px;\">\n                    </td>\n                <td style=\"width: 169px; height: 45px\">\n                    <strong style=\"color: #ff0000\"> (Including pavagada 1850MW)\n                        <br />\n                        <span id=\"lbl_kar_slr\" style=\"color:DarkBlue;font-weight:bold;\">1</span></strong></td>\n                <td style=\"width: 169px; height: 45px\">\n                    <span id=\"lbl_kar_ncep\" style=\"color:DarkBlue;font-size:X-Large;font-weight:bold;\">2103</span></td>\n            </tr>\n        </table>\n        <div style=\"z-index: 1;  background: #999; /* for non-css3 browsers */\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3E0FF', endColorstr='#FFFFFF'); /* for IE */\nbackground: -webkit-gradient(linear, left top, left bottom, from(#A3E0FF), to(#FFFFFF)); /* for webkit browsers */\nbackground: -moz-linear-gradient(top,  #A3E0FF,  #FFFFFF);\n            left: 1px; width: 160px; position: absolute; top: 154px; height: 562px\">\n            <a id=\"HyperLink3\" href=\"Default.aspx\" style=\"display:inline-block;color:DarkBlue;border-style:None;font-size:Large;font-weight:normal;height:45px;width:166px;vertical-align: baseline; text-align: left\">Home</a>\n            <a id=\"HyperLink4\" href=\"StateGen.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;vertical-align: bottom; text-align: left\">Generation</a>\n            <a id=\"HyperLink5\" href=\"Snapshot.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">ESCOM Sch&Actual</a>\n            <a id=\"HyperLink6\" href=\"StateNCEP.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">NCEPs</a>\n                \n            <a id=\"HyperLink7\" href=\"escom.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">ESCOM Wise Load</a><br />\n            <a id=\"HyperLink8\" href=\"Load%20curve.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">State Vital Information</a>\n                <a id=\"HyperLink9\" href=\"http://218.248.45.137:8282/LoadCurveUpload/lcdownloadview.asp\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">Load Curve</a>\n            <a id=\"HyperLink1\" href=\"Load_Wind.aspx\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:44px;width:166px;text-align: left\">Load-Wind-Solar Profile</a><br />\n            <a id=\"HyperLink10\" href=\"http://www.imd.gov.in/pages/satmet_main.php\" style=\"display:inline-block;color:DarkBlue;font-size:Large;height:45px;width:166px;text-align: left\">Weather Today</a></div>\n\n        <div style=\"z-index: 1; left: 164px; width: 1063px; position: absolute; top: 154px;\n            height: 41px; background-color: steelblue; text-align: center\">\n            <span style=\"font-size: 20pt\">\n                <span id=\"Label1\" style=\"font-size:Large;z-index: 1; left: 10px;\n                    position: absolute; top: 5px\">09/09/2021 23:30:01</span>\n                <span style=\"font-size: 16pt\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;\n                    <span style=\"text-decoration: underline\">KARNATAKA NCEPs</span></span>\n                <span id=\"Label2\" style=\"display:inline-block;font-size:Large;height:20px;width:49px;z-index: 1;\n                        left: 999px; position: absolute; top: 7px\">50.03</span>\n                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n                &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"font-size: 16pt\">FREQUENCY:&nbsp;</span></span></div>\n    </form>\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/core_external_atc.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 77374,\n      \"dateTimeUtc\": \"2026-04-20T00:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2813,\n      \"border_BG_RO\": 2121,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77375,\n      \"dateTimeUtc\": \"2026-04-20T00:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2813,\n      \"border_BG_RO\": 2121,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77376,\n      \"dateTimeUtc\": \"2026-04-20T00:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2813,\n      \"border_BG_RO\": 2121,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77377,\n      \"dateTimeUtc\": \"2026-04-20T00:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2813,\n      \"border_BG_RO\": 2121,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77378,\n      \"dateTimeUtc\": \"2026-04-20T01:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2797,\n      \"border_BG_RO\": 2105,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77379,\n      \"dateTimeUtc\": \"2026-04-20T01:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2797,\n      \"border_BG_RO\": 2105,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77380,\n      \"dateTimeUtc\": \"2026-04-20T01:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2797,\n      \"border_BG_RO\": 2105,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77381,\n      \"dateTimeUtc\": \"2026-04-20T01:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3561,\n      \"border_FR_ES\": 3006,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2797,\n      \"border_BG_RO\": 2105,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77382,\n      \"dateTimeUtc\": \"2026-04-20T02:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2691,\n      \"border_BG_RO\": 2143,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77383,\n      \"dateTimeUtc\": \"2026-04-20T02:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2691,\n      \"border_BG_RO\": 2143,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77384,\n      \"dateTimeUtc\": \"2026-04-20T02:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2691,\n      \"border_BG_RO\": 2143,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77385,\n      \"dateTimeUtc\": \"2026-04-20T02:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2691,\n      \"border_BG_RO\": 2143,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77386,\n      \"dateTimeUtc\": \"2026-04-20T03:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2641,\n      \"border_BG_RO\": 2187,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77387,\n      \"dateTimeUtc\": \"2026-04-20T03:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2641,\n      \"border_BG_RO\": 2187,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77388,\n      \"dateTimeUtc\": \"2026-04-20T03:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2641,\n      \"border_BG_RO\": 2187,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77389,\n      \"dateTimeUtc\": \"2026-04-20T03:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 2914,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2641,\n      \"border_BG_RO\": 2187,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77390,\n      \"dateTimeUtc\": \"2026-04-20T04:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1855,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77391,\n      \"dateTimeUtc\": \"2026-04-20T04:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1855,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77392,\n      \"dateTimeUtc\": \"2026-04-20T04:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1855,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77393,\n      \"dateTimeUtc\": \"2026-04-20T04:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1855,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77394,\n      \"dateTimeUtc\": \"2026-04-20T05:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2260,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1569,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77395,\n      \"dateTimeUtc\": \"2026-04-20T05:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2260,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1569,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77396,\n      \"dateTimeUtc\": \"2026-04-20T05:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2260,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1569,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77397,\n      \"dateTimeUtc\": \"2026-04-20T05:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2260,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1569,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77398,\n      \"dateTimeUtc\": \"2026-04-20T06:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2298,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1840,\n      \"border_BG_RO\": 1465,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77399,\n      \"dateTimeUtc\": \"2026-04-20T06:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2298,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1840,\n      \"border_BG_RO\": 1465,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77400,\n      \"dateTimeUtc\": \"2026-04-20T06:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2298,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1840,\n      \"border_BG_RO\": 1465,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77401,\n      \"dateTimeUtc\": \"2026-04-20T06:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2298,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1840,\n      \"border_BG_RO\": 1465,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77402,\n      \"dateTimeUtc\": \"2026-04-20T07:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2339,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77403,\n      \"dateTimeUtc\": \"2026-04-20T07:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2339,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77404,\n      \"dateTimeUtc\": \"2026-04-20T07:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2339,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77405,\n      \"dateTimeUtc\": \"2026-04-20T07:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2339,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77406,\n      \"dateTimeUtc\": \"2026-04-20T08:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2376,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77407,\n      \"dateTimeUtc\": \"2026-04-20T08:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2376,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77408,\n      \"dateTimeUtc\": \"2026-04-20T08:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2376,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77409,\n      \"dateTimeUtc\": \"2026-04-20T08:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2376,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 3052,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77410,\n      \"dateTimeUtc\": \"2026-04-20T09:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2419,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77411,\n      \"dateTimeUtc\": \"2026-04-20T09:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2419,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77412,\n      \"dateTimeUtc\": \"2026-04-20T09:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2419,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77413,\n      \"dateTimeUtc\": \"2026-04-20T09:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2419,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1808,\n      \"border_BG_RO\": 1192,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77414,\n      \"dateTimeUtc\": \"2026-04-20T10:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2455,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1845,\n      \"border_BG_RO\": 1189,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77415,\n      \"dateTimeUtc\": \"2026-04-20T10:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2455,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1845,\n      \"border_BG_RO\": 1189,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77416,\n      \"dateTimeUtc\": \"2026-04-20T10:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2455,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1845,\n      \"border_BG_RO\": 1189,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77417,\n      \"dateTimeUtc\": \"2026-04-20T10:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2455,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1845,\n      \"border_BG_RO\": 1189,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77418,\n      \"dateTimeUtc\": \"2026-04-20T11:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2473,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1829,\n      \"border_BG_RO\": 1433,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77419,\n      \"dateTimeUtc\": \"2026-04-20T11:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2473,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1829,\n      \"border_BG_RO\": 1433,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77420,\n      \"dateTimeUtc\": \"2026-04-20T11:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2473,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1829,\n      \"border_BG_RO\": 1433,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77421,\n      \"dateTimeUtc\": \"2026-04-20T11:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2473,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1829,\n      \"border_BG_RO\": 1433,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77422,\n      \"dateTimeUtc\": \"2026-04-20T12:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2502,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1820,\n      \"border_BG_RO\": 1430,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77423,\n      \"dateTimeUtc\": \"2026-04-20T12:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2502,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1820,\n      \"border_BG_RO\": 1430,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77424,\n      \"dateTimeUtc\": \"2026-04-20T12:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2502,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1820,\n      \"border_BG_RO\": 1430,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77425,\n      \"dateTimeUtc\": \"2026-04-20T12:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2502,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2821,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1820,\n      \"border_BG_RO\": 1430,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77426,\n      \"dateTimeUtc\": \"2026-04-20T13:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2523,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1818,\n      \"border_BG_RO\": 1492,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77427,\n      \"dateTimeUtc\": \"2026-04-20T13:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2523,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1818,\n      \"border_BG_RO\": 1492,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77428,\n      \"dateTimeUtc\": \"2026-04-20T13:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2523,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1818,\n      \"border_BG_RO\": 1492,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77429,\n      \"dateTimeUtc\": \"2026-04-20T13:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2523,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1818,\n      \"border_BG_RO\": 1492,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77430,\n      \"dateTimeUtc\": \"2026-04-20T14:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2511,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77431,\n      \"dateTimeUtc\": \"2026-04-20T14:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2511,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77432,\n      \"dateTimeUtc\": \"2026-04-20T14:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2511,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77433,\n      \"dateTimeUtc\": \"2026-04-20T14:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2511,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77434,\n      \"dateTimeUtc\": \"2026-04-20T15:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1957,\n      \"border_BG_RO\": 1770,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77435,\n      \"dateTimeUtc\": \"2026-04-20T15:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1957,\n      \"border_BG_RO\": 1770,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77436,\n      \"dateTimeUtc\": \"2026-04-20T15:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1957,\n      \"border_BG_RO\": 1770,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77437,\n      \"dateTimeUtc\": \"2026-04-20T15:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 1300,\n      \"border_FR_ES\": 2975,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1957,\n      \"border_BG_RO\": 1770,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77438,\n      \"dateTimeUtc\": \"2026-04-20T16:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1902,\n      \"border_BG_RO\": 1680,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77439,\n      \"dateTimeUtc\": \"2026-04-20T16:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1902,\n      \"border_BG_RO\": 1680,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77440,\n      \"dateTimeUtc\": \"2026-04-20T16:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1902,\n      \"border_BG_RO\": 1680,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77441,\n      \"dateTimeUtc\": \"2026-04-20T16:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1902,\n      \"border_BG_RO\": 1680,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77442,\n      \"dateTimeUtc\": \"2026-04-20T17:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1958,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77443,\n      \"dateTimeUtc\": \"2026-04-20T17:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1958,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77444,\n      \"dateTimeUtc\": \"2026-04-20T17:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1958,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77445,\n      \"dateTimeUtc\": \"2026-04-20T17:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1958,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77446,\n      \"dateTimeUtc\": \"2026-04-20T18:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1892,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77447,\n      \"dateTimeUtc\": \"2026-04-20T18:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1892,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77448,\n      \"dateTimeUtc\": \"2026-04-20T18:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1892,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77449,\n      \"dateTimeUtc\": \"2026-04-20T18:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1860,\n      \"border_BG_RO\": 1892,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77450,\n      \"dateTimeUtc\": \"2026-04-20T19:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1951,\n      \"border_BG_RO\": 1979,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77451,\n      \"dateTimeUtc\": \"2026-04-20T19:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1951,\n      \"border_BG_RO\": 1979,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77452,\n      \"dateTimeUtc\": \"2026-04-20T19:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1951,\n      \"border_BG_RO\": 1979,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77453,\n      \"dateTimeUtc\": \"2026-04-20T19:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 1951,\n      \"border_BG_RO\": 1979,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77454,\n      \"dateTimeUtc\": \"2026-04-20T20:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2229,\n      \"border_BG_RO\": 1933,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77455,\n      \"dateTimeUtc\": \"2026-04-20T20:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2229,\n      \"border_BG_RO\": 1933,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77456,\n      \"dateTimeUtc\": \"2026-04-20T20:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2229,\n      \"border_BG_RO\": 1933,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77457,\n      \"dateTimeUtc\": \"2026-04-20T20:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2229,\n      \"border_BG_RO\": 1933,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77458,\n      \"dateTimeUtc\": \"2026-04-20T21:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2240,\n      \"border_BG_RO\": 1950,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77459,\n      \"dateTimeUtc\": \"2026-04-20T21:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2240,\n      \"border_BG_RO\": 1950,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77460,\n      \"dateTimeUtc\": \"2026-04-20T21:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2240,\n      \"border_BG_RO\": 1950,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77461,\n      \"dateTimeUtc\": \"2026-04-20T21:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 3330,\n      \"border_FR_ES\": 3422,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2240,\n      \"border_BG_RO\": 1950,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77462,\n      \"dateTimeUtc\": \"2026-04-20T22:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1796,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77463,\n      \"dateTimeUtc\": \"2026-04-20T22:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1796,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77464,\n      \"dateTimeUtc\": \"2026-04-20T22:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1796,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77465,\n      \"dateTimeUtc\": \"2026-04-20T22:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1796,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77466,\n      \"dateTimeUtc\": \"2026-04-20T23:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1840,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77467,\n      \"dateTimeUtc\": \"2026-04-20T23:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1840,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77468,\n      \"dateTimeUtc\": \"2026-04-20T23:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1840,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77469,\n      \"dateTimeUtc\": \"2026-04-20T23:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2808,\n      \"border_BG_RO\": 1840,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77470,\n      \"dateTimeUtc\": \"2026-04-21T00:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2722,\n      \"border_BG_RO\": 1906,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77471,\n      \"dateTimeUtc\": \"2026-04-21T00:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2722,\n      \"border_BG_RO\": 1906,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77472,\n      \"dateTimeUtc\": \"2026-04-21T00:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2722,\n      \"border_BG_RO\": 1906,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77473,\n      \"dateTimeUtc\": \"2026-04-21T00:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2722,\n      \"border_BG_RO\": 1906,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77474,\n      \"dateTimeUtc\": \"2026-04-21T01:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2706,\n      \"border_BG_RO\": 1854,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77475,\n      \"dateTimeUtc\": \"2026-04-21T01:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2706,\n      \"border_BG_RO\": 1854,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77476,\n      \"dateTimeUtc\": \"2026-04-21T01:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2706,\n      \"border_BG_RO\": 1854,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77477,\n      \"dateTimeUtc\": \"2026-04-21T01:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2706,\n      \"border_BG_RO\": 1854,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77478,\n      \"dateTimeUtc\": \"2026-04-21T02:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2768,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77479,\n      \"dateTimeUtc\": \"2026-04-21T02:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2768,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77480,\n      \"dateTimeUtc\": \"2026-04-21T02:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2768,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77481,\n      \"dateTimeUtc\": \"2026-04-21T02:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2768,\n      \"border_BG_RO\": 1866,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77482,\n      \"dateTimeUtc\": \"2026-04-21T03:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2692,\n      \"border_BG_RO\": 1843,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77483,\n      \"dateTimeUtc\": \"2026-04-21T03:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2692,\n      \"border_BG_RO\": 1843,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77484,\n      \"dateTimeUtc\": \"2026-04-21T03:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2692,\n      \"border_BG_RO\": 1843,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77485,\n      \"dateTimeUtc\": \"2026-04-21T03:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2692,\n      \"border_BG_RO\": 1843,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77486,\n      \"dateTimeUtc\": \"2026-04-21T04:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2726,\n      \"border_BG_RO\": 1848,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77487,\n      \"dateTimeUtc\": \"2026-04-21T04:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2726,\n      \"border_BG_RO\": 1848,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77488,\n      \"dateTimeUtc\": \"2026-04-21T04:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2726,\n      \"border_BG_RO\": 1848,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77489,\n      \"dateTimeUtc\": \"2026-04-21T04:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2726,\n      \"border_BG_RO\": 1848,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77490,\n      \"dateTimeUtc\": \"2026-04-21T05:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2289,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2310,\n      \"border_BG_RO\": 1478,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77491,\n      \"dateTimeUtc\": \"2026-04-21T05:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2289,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2310,\n      \"border_BG_RO\": 1478,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77492,\n      \"dateTimeUtc\": \"2026-04-21T05:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2289,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2310,\n      \"border_BG_RO\": 1478,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77493,\n      \"dateTimeUtc\": \"2026-04-21T05:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2289,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2310,\n      \"border_BG_RO\": 1478,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77494,\n      \"dateTimeUtc\": \"2026-04-21T06:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2429,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1325,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77495,\n      \"dateTimeUtc\": \"2026-04-21T06:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2429,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1325,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77496,\n      \"dateTimeUtc\": \"2026-04-21T06:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2429,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1325,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77497,\n      \"dateTimeUtc\": \"2026-04-21T06:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2429,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2361,\n      \"border_BG_RO\": 1325,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77498,\n      \"dateTimeUtc\": \"2026-04-21T07:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2518,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2428,\n      \"border_BG_RO\": 1324,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77499,\n      \"dateTimeUtc\": \"2026-04-21T07:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2518,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2428,\n      \"border_BG_RO\": 1324,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77500,\n      \"dateTimeUtc\": \"2026-04-21T07:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2518,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2428,\n      \"border_BG_RO\": 1324,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77501,\n      \"dateTimeUtc\": \"2026-04-21T07:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2518,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2428,\n      \"border_BG_RO\": 1324,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77502,\n      \"dateTimeUtc\": \"2026-04-21T08:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2340,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2368,\n      \"border_BG_RO\": 1289,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77503,\n      \"dateTimeUtc\": \"2026-04-21T08:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2340,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2368,\n      \"border_BG_RO\": 1289,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77504,\n      \"dateTimeUtc\": \"2026-04-21T08:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2340,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2368,\n      \"border_BG_RO\": 1289,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77505,\n      \"dateTimeUtc\": \"2026-04-21T08:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2340,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2368,\n      \"border_BG_RO\": 1289,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77506,\n      \"dateTimeUtc\": \"2026-04-21T09:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2349,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2515,\n      \"border_BG_RO\": 1414,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77507,\n      \"dateTimeUtc\": \"2026-04-21T09:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2349,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2515,\n      \"border_BG_RO\": 1414,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77508,\n      \"dateTimeUtc\": \"2026-04-21T09:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2349,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2515,\n      \"border_BG_RO\": 1414,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77509,\n      \"dateTimeUtc\": \"2026-04-21T09:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2349,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2515,\n      \"border_BG_RO\": 1414,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77510,\n      \"dateTimeUtc\": \"2026-04-21T10:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2332,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2594,\n      \"border_BG_RO\": 1487,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77511,\n      \"dateTimeUtc\": \"2026-04-21T10:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2332,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2594,\n      \"border_BG_RO\": 1487,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77512,\n      \"dateTimeUtc\": \"2026-04-21T10:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2332,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2594,\n      \"border_BG_RO\": 1487,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77513,\n      \"dateTimeUtc\": \"2026-04-21T10:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2332,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2594,\n      \"border_BG_RO\": 1487,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77514,\n      \"dateTimeUtc\": \"2026-04-21T11:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2325,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2522,\n      \"border_BG_RO\": 1645,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77515,\n      \"dateTimeUtc\": \"2026-04-21T11:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2325,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2522,\n      \"border_BG_RO\": 1645,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77516,\n      \"dateTimeUtc\": \"2026-04-21T11:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2325,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2522,\n      \"border_BG_RO\": 1645,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77517,\n      \"dateTimeUtc\": \"2026-04-21T11:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2325,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2522,\n      \"border_BG_RO\": 1645,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77518,\n      \"dateTimeUtc\": \"2026-04-21T12:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2315,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2523,\n      \"border_BG_RO\": 1581,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77519,\n      \"dateTimeUtc\": \"2026-04-21T12:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2315,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2523,\n      \"border_BG_RO\": 1581,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77520,\n      \"dateTimeUtc\": \"2026-04-21T12:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2315,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2523,\n      \"border_BG_RO\": 1581,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77521,\n      \"dateTimeUtc\": \"2026-04-21T12:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2315,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2523,\n      \"border_BG_RO\": 1581,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77522,\n      \"dateTimeUtc\": \"2026-04-21T13:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2294,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2764,\n      \"border_BG_RO\": 1503,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77523,\n      \"dateTimeUtc\": \"2026-04-21T13:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2294,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2764,\n      \"border_BG_RO\": 1503,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77524,\n      \"dateTimeUtc\": \"2026-04-21T13:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2294,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2764,\n      \"border_BG_RO\": 1503,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77525,\n      \"dateTimeUtc\": \"2026-04-21T13:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2294,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2764,\n      \"border_BG_RO\": 1503,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77526,\n      \"dateTimeUtc\": \"2026-04-21T14:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2399,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2730,\n      \"border_BG_RO\": 1896,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77527,\n      \"dateTimeUtc\": \"2026-04-21T14:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2399,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2730,\n      \"border_BG_RO\": 1896,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77528,\n      \"dateTimeUtc\": \"2026-04-21T14:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2399,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2730,\n      \"border_BG_RO\": 1896,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77529,\n      \"dateTimeUtc\": \"2026-04-21T14:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 2399,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2730,\n      \"border_BG_RO\": 1896,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77530,\n      \"dateTimeUtc\": \"2026-04-21T15:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2812,\n      \"border_BG_RO\": 1925,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77531,\n      \"dateTimeUtc\": \"2026-04-21T15:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2812,\n      \"border_BG_RO\": 1925,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77532,\n      \"dateTimeUtc\": \"2026-04-21T15:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2812,\n      \"border_BG_RO\": 1925,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77533,\n      \"dateTimeUtc\": \"2026-04-21T15:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2812,\n      \"border_BG_RO\": 1925,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77534,\n      \"dateTimeUtc\": \"2026-04-21T16:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2487,\n      \"border_BG_RO\": 1983,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77535,\n      \"dateTimeUtc\": \"2026-04-21T16:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2487,\n      \"border_BG_RO\": 1983,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77536,\n      \"dateTimeUtc\": \"2026-04-21T16:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2487,\n      \"border_BG_RO\": 1983,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77537,\n      \"dateTimeUtc\": \"2026-04-21T16:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2487,\n      \"border_BG_RO\": 1983,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77538,\n      \"dateTimeUtc\": \"2026-04-21T17:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2466,\n      \"border_BG_RO\": 2108,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77539,\n      \"dateTimeUtc\": \"2026-04-21T17:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2466,\n      \"border_BG_RO\": 2108,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77540,\n      \"dateTimeUtc\": \"2026-04-21T17:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2466,\n      \"border_BG_RO\": 2108,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77541,\n      \"dateTimeUtc\": \"2026-04-21T17:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2466,\n      \"border_BG_RO\": 2108,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77542,\n      \"dateTimeUtc\": \"2026-04-21T18:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2386,\n      \"border_BG_RO\": 2154,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77543,\n      \"dateTimeUtc\": \"2026-04-21T18:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2386,\n      \"border_BG_RO\": 2154,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77544,\n      \"dateTimeUtc\": \"2026-04-21T18:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2386,\n      \"border_BG_RO\": 2154,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77545,\n      \"dateTimeUtc\": \"2026-04-21T18:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2386,\n      \"border_BG_RO\": 2154,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77546,\n      \"dateTimeUtc\": \"2026-04-21T19:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2404,\n      \"border_BG_RO\": 2145,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77547,\n      \"dateTimeUtc\": \"2026-04-21T19:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2404,\n      \"border_BG_RO\": 2145,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77548,\n      \"dateTimeUtc\": \"2026-04-21T19:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2404,\n      \"border_BG_RO\": 2145,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77549,\n      \"dateTimeUtc\": \"2026-04-21T19:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2404,\n      \"border_BG_RO\": 2145,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77550,\n      \"dateTimeUtc\": \"2026-04-21T20:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2758,\n      \"border_BG_RO\": 2104,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77551,\n      \"dateTimeUtc\": \"2026-04-21T20:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2758,\n      \"border_BG_RO\": 2104,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77552,\n      \"dateTimeUtc\": \"2026-04-21T20:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2758,\n      \"border_BG_RO\": 2104,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77553,\n      \"dateTimeUtc\": \"2026-04-21T20:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2758,\n      \"border_BG_RO\": 2104,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77554,\n      \"dateTimeUtc\": \"2026-04-21T21:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2823,\n      \"border_BG_RO\": 2061,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77555,\n      \"dateTimeUtc\": \"2026-04-21T21:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2823,\n      \"border_BG_RO\": 2061,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77556,\n      \"dateTimeUtc\": \"2026-04-21T21:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2823,\n      \"border_BG_RO\": 2061,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77557,\n      \"dateTimeUtc\": \"2026-04-21T21:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2823,\n      \"border_BG_RO\": 2061,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77558,\n      \"dateTimeUtc\": \"2026-04-21T22:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2063,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77559,\n      \"dateTimeUtc\": \"2026-04-21T22:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2063,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77560,\n      \"dateTimeUtc\": \"2026-04-21T22:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2063,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77561,\n      \"dateTimeUtc\": \"2026-04-21T22:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2063,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77562,\n      \"dateTimeUtc\": \"2026-04-21T23:00:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2185,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77563,\n      \"dateTimeUtc\": \"2026-04-21T23:15:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2185,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77564,\n      \"dateTimeUtc\": \"2026-04-21T23:30:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2185,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    },\n    {\n      \"id\": 77565,\n      \"dateTimeUtc\": \"2026-04-21T23:45:00Z\",\n      \"border_DE_DK1\": 3500,\n      \"border_DK1_DE\": 3500,\n      \"border_ES_FR\": 0,\n      \"border_FR_ES\": 2400,\n      \"border_FR_IT\": null,\n      \"border_AT_IT\": null,\n      \"border_IT_AT\": null,\n      \"border_IT_FR\": null,\n      \"border_RO_BG\": 2811,\n      \"border_BG_RO\": 2185,\n      \"border_ALBE_ALDE\": 0,\n      \"border_ALDE_ALBE\": 0,\n      \"border_DK1_NL\": 700,\n      \"border_NL_DK1\": 700\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/core_max_bex.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 34059,\n      \"dateTimeUtc\": \"2026-04-20T00:00:00Z\",\n      \"border_AT_BE\": 4346.0,\n      \"border_AT_CZ\": 4518.0,\n      \"border_AT_DE\": 4934.0,\n      \"border_AT_FR\": 4177.0,\n      \"border_AT_HR\": 3318.0,\n      \"border_AT_HU\": 3747.0,\n      \"border_AT_NL\": 4550.0,\n      \"border_AT_PL\": 3310.0,\n      \"border_AT_RO\": 3658.0,\n      \"border_AT_SI\": 3234.0,\n      \"border_AT_SK\": 2585.0,\n      \"border_BE_AT\": 3296.0,\n      \"border_BE_CZ\": 2826.0,\n      \"border_BE_DE\": 2891.0,\n      \"border_BE_FR\": 5077.0,\n      \"border_BE_HR\": 3218.0,\n      \"border_BE_HU\": 3186.0,\n      \"border_BE_NL\": 2638.0,\n      \"border_BE_PL\": 2694.0,\n      \"border_BE_RO\": 3204.0,\n      \"border_BE_SI\": 3289.0,\n      \"border_BE_SK\": 2188.0,\n      \"border_CZ_AT\": 4462.0,\n      \"border_CZ_BE\": 6204.0,\n      \"border_CZ_DE\": 6463.0,\n      \"border_CZ_FR\": 6166.0,\n      \"border_CZ_HR\": 3455.0,\n      \"border_CZ_HU\": 3058.0,\n      \"border_CZ_NL\": 6288.0,\n      \"border_CZ_PL\": 3696.0,\n      \"border_CZ_RO\": 3432.0,\n      \"border_CZ_SI\": 3454.0,\n      \"border_CZ_SK\": 2184.0,\n      \"border_DE_AT\": 5317.0,\n      \"border_DE_BE\": 7430.0,\n      \"border_DE_CZ\": 3058.0,\n      \"border_DE_FR\": 13596.0,\n      \"border_DE_HR\": 3277.0,\n      \"border_DE_HU\": 3355.0,\n      \"border_DE_NL\": 7014.0,\n      \"border_DE_PL\": 2564.0,\n      \"border_DE_RO\": 3649.0,\n      \"border_DE_SI\": 3987.0,\n      \"border_DE_SK\": 2320.0,\n      \"border_FR_AT\": 2932.0,\n      \"border_FR_BE\": 4281.0,\n      \"border_FR_CZ\": 3020.0,\n      \"border_FR_DE\": 3222.0,\n      \"border_FR_HR\": 2861.0,\n      \"border_FR_HU\": 2949.0,\n      \"border_FR_NL\": 3670.0,\n      \"border_FR_PL\": 2769.0,\n      \"border_FR_RO\": 2927.0,\n      \"border_FR_SI\": 2877.0,\n      \"border_FR_SK\": 2347.0,\n      \"border_HR_AT\": 1903.0,\n      \"border_HR_BE\": 1869.0,\n      \"border_HR_CZ\": 2015.0,\n      \"border_HR_DE\": 1905.0,\n      \"border_HR_FR\": 1842.0,\n      \"border_HR_HU\": 2195.0,\n      \"border_HR_NL\": 1884.0,\n      \"border_HR_PL\": 1975.0,\n      \"border_HR_RO\": 2354.0,\n      \"border_HR_SI\": 1567.0,\n      \"border_HR_SK\": 2077.0,\n      \"border_HU_AT\": 3586.0,\n      \"border_HU_BE\": 5655.0,\n      \"border_HU_CZ\": 5788.0,\n      \"border_HU_DE\": 5904.0,\n      \"border_HU_FR\": 5410.0,\n      \"border_HU_HR\": 3868.0,\n      \"border_HU_NL\": 5809.0,\n      \"border_HU_PL\": 4327.0,\n      \"border_HU_RO\": 2952.0,\n      \"border_HU_SI\": 2485.0,\n      \"border_HU_SK\": 4085.0,\n      \"border_NL_AT\": 3571.0,\n      \"border_NL_BE\": 5640.0,\n      \"border_NL_CZ\": 2872.0,\n      \"border_NL_DE\": 3650.0,\n      \"border_NL_FR\": 6092.0,\n      \"border_NL_HR\": 3243.0,\n      \"border_NL_HU\": 3442.0,\n      \"border_NL_PL\": 2636.0,\n      \"border_NL_RO\": 3656.0,\n      \"border_NL_SI\": 3801.0,\n      \"border_NL_SK\": 2284.0,\n      \"border_PL_AT\": 1821.0,\n      \"border_PL_BE\": 2228.0,\n      \"border_PL_CZ\": 1616.0,\n      \"border_PL_DE\": 2362.0,\n      \"border_PL_FR\": 2168.0,\n      \"border_PL_HR\": 1670.0,\n      \"border_PL_HU\": 1600.0,\n      \"border_PL_NL\": 2274.0,\n      \"border_PL_RO\": 1664.0,\n      \"border_PL_SI\": 1678.0,\n      \"border_PL_SK\": 1420.0,\n      \"border_RO_AT\": 1816.0,\n      \"border_RO_BE\": 1808.0,\n      \"border_RO_CZ\": 1778.0,\n      \"border_RO_DE\": 1801.0,\n      \"border_RO_FR\": 1813.0,\n      \"border_RO_HR\": 2118.0,\n      \"border_RO_HU\": 1653.0,\n      \"border_RO_NL\": 1805.0,\n      \"border_RO_PL\": 1773.0,\n      \"border_RO_SI\": 1905.0,\n      \"border_RO_SK\": 1728.0,\n      \"border_SI_AT\": 2525.0,\n      \"border_SI_BE\": 3577.0,\n      \"border_SI_CZ\": 3609.0,\n      \"border_SI_DE\": 3539.0,\n      \"border_SI_FR\": 3627.0,\n      \"border_SI_HR\": 2548.0,\n      \"border_SI_HU\": 4447.0,\n      \"border_SI_NL\": 3561.0,\n      \"border_SI_PL\": 3720.0,\n      \"border_SI_RO\": 3757.0,\n      \"border_SI_SK\": 3198.0,\n      \"border_SK_AT\": 3620.0,\n      \"border_SK_BE\": 4191.0,\n      \"border_SK_CZ\": 3907.0,\n      \"border_SK_DE\": 4061.0,\n      \"border_SK_FR\": 4282.0,\n      \"border_SK_HR\": 3662.0,\n      \"border_SK_HU\": 2545.0,\n      \"border_SK_NL\": 4135.0,\n      \"border_SK_PL\": 3090.0,\n      \"border_SK_RO\": 3067.0,\n      \"border_SK_SI\": 2829.0\n    },\n    {\n      \"id\": 34060,\n      \"dateTimeUtc\": \"2026-04-20T01:00:00Z\",\n      \"border_AT_BE\": 4275.0,\n      \"border_AT_CZ\": 4454.0,\n      \"border_AT_DE\": 4871.0,\n      \"border_AT_FR\": 4148.0,\n      \"border_AT_HR\": 2962.0,\n      \"border_AT_HU\": 3808.0,\n      \"border_AT_NL\": 4445.0,\n      \"border_AT_PL\": 3297.0,\n      \"border_AT_RO\": 3670.0,\n      \"border_AT_SI\": 3692.0,\n      \"border_AT_SK\": 2716.0,\n      \"border_BE_AT\": 3297.0,\n      \"border_BE_CZ\": 2827.0,\n      \"border_BE_DE\": 2999.0,\n      \"border_BE_FR\": 5209.0,\n      \"border_BE_HR\": 2875.0,\n      \"border_BE_HU\": 3304.0,\n      \"border_BE_NL\": 2736.0,\n      \"border_BE_PL\": 2684.0,\n      \"border_BE_RO\": 3316.0,\n      \"border_BE_SI\": 3350.0,\n      \"border_BE_SK\": 2281.0,\n      \"border_CZ_AT\": 4313.0,\n      \"border_CZ_BE\": 6256.0,\n      \"border_CZ_DE\": 6535.0,\n      \"border_CZ_FR\": 6217.0,\n      \"border_CZ_HR\": 3080.0,\n      \"border_CZ_HU\": 3293.0,\n      \"border_CZ_NL\": 6340.0,\n      \"border_CZ_PL\": 3634.0,\n      \"border_CZ_RO\": 3621.0,\n      \"border_CZ_SI\": 3845.0,\n      \"border_CZ_SK\": 2257.0,\n      \"border_DE_AT\": 5333.0,\n      \"border_DE_BE\": 7632.0,\n      \"border_DE_CZ\": 3049.0,\n      \"border_DE_FR\": 13494.0,\n      \"border_DE_HR\": 2927.0,\n      \"border_DE_HU\": 3630.0,\n      \"border_DE_NL\": 6935.0,\n      \"border_DE_PL\": 2562.0,\n      \"border_DE_RO\": 3663.0,\n      \"border_DE_SI\": 4434.0,\n      \"border_DE_SK\": 2384.0,\n      \"border_FR_AT\": 2919.0,\n      \"border_FR_BE\": 4224.0,\n      \"border_FR_CZ\": 3006.0,\n      \"border_FR_DE\": 3195.0,\n      \"border_FR_HR\": 2805.0,\n      \"border_FR_HU\": 2932.0,\n      \"border_FR_NL\": 3630.0,\n      \"border_FR_PL\": 2758.0,\n      \"border_FR_RO\": 2900.0,\n      \"border_FR_SI\": 2867.0,\n      \"border_FR_SK\": 2412.0,\n      \"border_HR_AT\": 1906.0,\n      \"border_HR_BE\": 1894.0,\n      \"border_HR_CZ\": 2037.0,\n      \"border_HR_DE\": 1929.0,\n      \"border_HR_FR\": 1869.0,\n      \"border_HR_HU\": 2239.0,\n      \"border_HR_NL\": 1909.0,\n      \"border_HR_PL\": 2028.0,\n      \"border_HR_RO\": 2439.0,\n      \"border_HR_SI\": 1579.0,\n      \"border_HR_SK\": 2120.0,\n      \"border_HU_AT\": 3459.0,\n      \"border_HU_BE\": 5534.0,\n      \"border_HU_CZ\": 5524.0,\n      \"border_HU_DE\": 5584.0,\n      \"border_HU_FR\": 5229.0,\n      \"border_HU_HR\": 3437.0,\n      \"border_HU_NL\": 5557.0,\n      \"border_HU_PL\": 4211.0,\n      \"border_HU_RO\": 2955.0,\n      \"border_HU_SI\": 2715.0,\n      \"border_HU_SK\": 4099.0,\n      \"border_NL_AT\": 3466.0,\n      \"border_NL_BE\": 5638.0,\n      \"border_NL_CZ\": 2822.0,\n      \"border_NL_DE\": 3388.0,\n      \"border_NL_FR\": 5661.0,\n      \"border_NL_HR\": 2897.0,\n      \"border_NL_HU\": 3485.0,\n      \"border_NL_PL\": 2626.0,\n      \"border_NL_RO\": 3495.0,\n      \"border_NL_SI\": 3527.0,\n      \"border_NL_SK\": 2335.0,\n      \"border_PL_AT\": 1944.0,\n      \"border_PL_BE\": 2398.0,\n      \"border_PL_CZ\": 1729.0,\n      \"border_PL_DE\": 2537.0,\n      \"border_PL_FR\": 2330.0,\n      \"border_PL_HR\": 1787.0,\n      \"border_PL_HU\": 1711.0,\n      \"border_PL_NL\": 2451.0,\n      \"border_PL_RO\": 1787.0,\n      \"border_PL_SI\": 1798.0,\n      \"border_PL_SK\": 1512.0,\n      \"border_RO_AT\": 1800.0,\n      \"border_RO_BE\": 1792.0,\n      \"border_RO_CZ\": 1762.0,\n      \"border_RO_DE\": 1784.0,\n      \"border_RO_FR\": 1797.0,\n      \"border_RO_HR\": 2072.0,\n      \"border_RO_HU\": 1638.0,\n      \"border_RO_NL\": 1789.0,\n      \"border_RO_PL\": 1757.0,\n      \"border_RO_SI\": 1888.0,\n      \"border_RO_SK\": 1712.0,\n      \"border_SI_AT\": 2356.0,\n      \"border_SI_BE\": 3149.0,\n      \"border_SI_CZ\": 3207.0,\n      \"border_SI_DE\": 3141.0,\n      \"border_SI_FR\": 3179.0,\n      \"border_SI_HR\": 2289.0,\n      \"border_SI_HU\": 3867.0,\n      \"border_SI_NL\": 3146.0,\n      \"border_SI_PL\": 3252.0,\n      \"border_SI_RO\": 3625.0,\n      \"border_SI_SK\": 3284.0,\n      \"border_SK_AT\": 3407.0,\n      \"border_SK_BE\": 3995.0,\n      \"border_SK_CZ\": 3726.0,\n      \"border_SK_DE\": 3870.0,\n      \"border_SK_FR\": 4081.0,\n      \"border_SK_HR\": 3259.0,\n      \"border_SK_HU\": 2640.0,\n      \"border_SK_NL\": 3941.0,\n      \"border_SK_PL\": 2946.0,\n      \"border_SK_RO\": 3180.0,\n      \"border_SK_SI\": 3147.0\n    },\n    {\n      \"id\": 34061,\n      \"dateTimeUtc\": \"2026-04-20T02:00:00Z\",\n      \"border_AT_BE\": 4330.0,\n      \"border_AT_CZ\": 4469.0,\n      \"border_AT_DE\": 4868.0,\n      \"border_AT_FR\": 4182.0,\n      \"border_AT_HR\": 3093.0,\n      \"border_AT_HU\": 3835.0,\n      \"border_AT_NL\": 4509.0,\n      \"border_AT_PL\": 2941.0,\n      \"border_AT_RO\": 3691.0,\n      \"border_AT_SI\": 3612.0,\n      \"border_AT_SK\": 2683.0,\n      \"border_BE_AT\": 3323.0,\n      \"border_BE_CZ\": 2812.0,\n      \"border_BE_DE\": 2916.0,\n      \"border_BE_FR\": 5117.0,\n      \"border_BE_HR\": 3001.0,\n      \"border_BE_HU\": 3213.0,\n      \"border_BE_NL\": 2661.0,\n      \"border_BE_PL\": 2383.0,\n      \"border_BE_RO\": 3231.0,\n      \"border_BE_SI\": 3317.0,\n      \"border_BE_SK\": 2251.0,\n      \"border_CZ_AT\": 4307.0,\n      \"border_CZ_BE\": 6273.0,\n      \"border_CZ_DE\": 6534.0,\n      \"border_CZ_FR\": 6234.0,\n      \"border_CZ_HR\": 3219.0,\n      \"border_CZ_HU\": 3242.0,\n      \"border_CZ_NL\": 6357.0,\n      \"border_CZ_PL\": 3206.0,\n      \"border_CZ_RO\": 3636.0,\n      \"border_CZ_SI\": 3801.0,\n      \"border_CZ_SK\": 2236.0,\n      \"border_DE_AT\": 5330.0,\n      \"border_DE_BE\": 7689.0,\n      \"border_DE_CZ\": 3045.0,\n      \"border_DE_FR\": 13434.0,\n      \"border_DE_HR\": 3056.0,\n      \"border_DE_HU\": 3575.0,\n      \"border_DE_NL\": 7094.0,\n      \"border_DE_PL\": 2292.0,\n      \"border_DE_RO\": 3684.0,\n      \"border_DE_SI\": 4387.0,\n      \"border_DE_SK\": 2368.0,\n      \"border_FR_AT\": 2920.0,\n      \"border_FR_BE\": 4237.0,\n      \"border_FR_CZ\": 3007.0,\n      \"border_FR_DE\": 3198.0,\n      \"border_FR_HR\": 2822.0,\n      \"border_FR_HU\": 2936.0,\n      \"border_FR_NL\": 3635.0,\n      \"border_FR_PL\": 2435.0,\n      \"border_FR_RO\": 2906.0,\n      \"border_FR_SI\": 2869.0,\n      \"border_FR_SK\": 2393.0,\n      \"border_HR_AT\": 1897.0,\n      \"border_HR_BE\": 1878.0,\n      \"border_HR_CZ\": 2026.0,\n      \"border_HR_DE\": 1914.0,\n      \"border_HR_FR\": 1852.0,\n      \"border_HR_HU\": 2225.0,\n      \"border_HR_NL\": 1893.0,\n      \"border_HR_PL\": 2001.0,\n      \"border_HR_RO\": 2420.0,\n      \"border_HR_SI\": 1574.0,\n      \"border_HR_SK\": 2103.0,\n      \"border_HU_AT\": 3461.0,\n      \"border_HU_BE\": 5512.0,\n      \"border_HU_CZ\": 5562.0,\n      \"border_HU_DE\": 5610.0,\n      \"border_HU_FR\": 5174.0,\n      \"border_HU_HR\": 3599.0,\n      \"border_HU_NL\": 5584.0,\n      \"border_HU_PL\": 4221.0,\n      \"border_HU_RO\": 2922.0,\n      \"border_HU_SI\": 2687.0,\n      \"border_HU_SK\": 4080.0,\n      \"border_NL_AT\": 3538.0,\n      \"border_NL_BE\": 5410.0,\n      \"border_NL_CZ\": 2829.0,\n      \"border_NL_DE\": 3454.0,\n      \"border_NL_FR\": 5767.0,\n      \"border_NL_HR\": 3024.0,\n      \"border_NL_HU\": 3558.0,\n      \"border_NL_PL\": 2353.0,\n      \"border_NL_RO\": 3567.0,\n      \"border_NL_SI\": 3600.0,\n      \"border_NL_SK\": 2321.0,\n      \"border_PL_AT\": 1899.0,\n      \"border_PL_BE\": 2342.0,\n      \"border_PL_CZ\": 1687.0,\n      \"border_PL_DE\": 2475.0,\n      \"border_PL_FR\": 2275.0,\n      \"border_PL_HR\": 1745.0,\n      \"border_PL_HU\": 1671.0,\n      \"border_PL_NL\": 2394.0,\n      \"border_PL_RO\": 1745.0,\n      \"border_PL_SI\": 1756.0,\n      \"border_PL_SK\": 1476.0,\n      \"border_RO_AT\": 1836.0,\n      \"border_RO_BE\": 1827.0,\n      \"border_RO_CZ\": 1797.0,\n      \"border_RO_DE\": 1820.0,\n      \"border_RO_FR\": 1832.0,\n      \"border_RO_HR\": 2107.0,\n      \"border_RO_HU\": 1670.0,\n      \"border_RO_NL\": 1824.0,\n      \"border_RO_PL\": 1791.0,\n      \"border_RO_SI\": 1925.0,\n      \"border_RO_SK\": 1746.0,\n      \"border_SI_AT\": 2375.0,\n      \"border_SI_BE\": 3193.0,\n      \"border_SI_CZ\": 3283.0,\n      \"border_SI_DE\": 3182.0,\n      \"border_SI_FR\": 3225.0,\n      \"border_SI_HR\": 2382.0,\n      \"border_SI_HU\": 3993.0,\n      \"border_SI_NL\": 3188.0,\n      \"border_SI_PL\": 3274.0,\n      \"border_SI_RO\": 3737.0,\n      \"border_SI_SK\": 3257.0,\n      \"border_SK_AT\": 3410.0,\n      \"border_SK_BE\": 4016.0,\n      \"border_SK_CZ\": 3742.0,\n      \"border_SK_DE\": 3892.0,\n      \"border_SK_FR\": 4102.0,\n      \"border_SK_HR\": 3409.0,\n      \"border_SK_HU\": 2621.0,\n      \"border_SK_NL\": 3962.0,\n      \"border_SK_PL\": 2965.0,\n      \"border_SK_RO\": 3159.0,\n      \"border_SK_SI\": 3115.0\n    },\n    {\n      \"id\": 34062,\n      \"dateTimeUtc\": \"2026-04-20T03:00:00Z\",\n      \"border_AT_BE\": 4380.0,\n      \"border_AT_CZ\": 4512.0,\n      \"border_AT_DE\": 4858.0,\n      \"border_AT_FR\": 4200.0,\n      \"border_AT_HR\": 3065.0,\n      \"border_AT_HU\": 3684.0,\n      \"border_AT_NL\": 4563.0,\n      \"border_AT_PL\": 3157.0,\n      \"border_AT_RO\": 3491.0,\n      \"border_AT_SI\": 3712.0,\n      \"border_AT_SK\": 2741.0,\n      \"border_BE_AT\": 3315.0,\n      \"border_BE_CZ\": 2856.0,\n      \"border_BE_DE\": 3115.0,\n      \"border_BE_FR\": 5242.0,\n      \"border_BE_HR\": 2974.0,\n      \"border_BE_HU\": 3324.0,\n      \"border_BE_NL\": 2833.0,\n      \"border_BE_PL\": 2565.0,\n      \"border_BE_RO\": 3334.0,\n      \"border_BE_SI\": 3369.0,\n      \"border_BE_SK\": 2295.0,\n      \"border_CZ_AT\": 4216.0,\n      \"border_CZ_BE\": 6247.0,\n      \"border_CZ_DE\": 6471.0,\n      \"border_CZ_FR\": 6208.0,\n      \"border_CZ_HR\": 3189.0,\n      \"border_CZ_HU\": 3344.0,\n      \"border_CZ_NL\": 6331.0,\n      \"border_CZ_PL\": 3433.0,\n      \"border_CZ_RO\": 3366.0,\n      \"border_CZ_SI\": 4009.0,\n      \"border_CZ_SK\": 2262.0,\n      \"border_DE_AT\": 5330.0,\n      \"border_DE_BE\": 7616.0,\n      \"border_DE_CZ\": 3044.0,\n      \"border_DE_FR\": 14018.0,\n      \"border_DE_HR\": 3027.0,\n      \"border_DE_HU\": 3598.0,\n      \"border_DE_NL\": 7086.0,\n      \"border_DE_PL\": 2475.0,\n      \"border_DE_RO\": 3414.0,\n      \"border_DE_SI\": 4632.0,\n      \"border_DE_SK\": 2395.0,\n      \"border_FR_AT\": 2919.0,\n      \"border_FR_BE\": 4240.0,\n      \"border_FR_CZ\": 3002.0,\n      \"border_FR_DE\": 3184.0,\n      \"border_FR_HR\": 2816.0,\n      \"border_FR_HU\": 2926.0,\n      \"border_FR_NL\": 3636.0,\n      \"border_FR_PL\": 2620.0,\n      \"border_FR_RO\": 2894.0,\n      \"border_FR_SI\": 2867.0,\n      \"border_FR_SK\": 2416.0,\n      \"border_HR_AT\": 1865.0,\n      \"border_HR_BE\": 1849.0,\n      \"border_HR_CZ\": 1997.0,\n      \"border_HR_DE\": 1883.0,\n      \"border_HR_FR\": 1824.0,\n      \"border_HR_HU\": 2190.0,\n      \"border_HR_NL\": 1864.0,\n      \"border_HR_PL\": 1984.0,\n      \"border_HR_RO\": 2421.0,\n      \"border_HR_SI\": 1561.0,\n      \"border_HR_SK\": 2075.0,\n      \"border_HU_AT\": 3404.0,\n      \"border_HU_BE\": 5299.0,\n      \"border_HU_CZ\": 5442.0,\n      \"border_HU_DE\": 5882.0,\n      \"border_HU_FR\": 4974.0,\n      \"border_HU_HR\": 3560.0,\n      \"border_HU_NL\": 5614.0,\n      \"border_HU_PL\": 4159.0,\n      \"border_HU_RO\": 3004.0,\n      \"border_HU_SI\": 2814.0,\n      \"border_HU_SK\": 4061.0,\n      \"border_NL_AT\": 3476.0,\n      \"border_NL_BE\": 5303.0,\n      \"border_NL_CZ\": 2831.0,\n      \"border_NL_DE\": 3393.0,\n      \"border_NL_FR\": 5680.0,\n      \"border_NL_HR\": 2997.0,\n      \"border_NL_HU\": 3496.0,\n      \"border_NL_PL\": 2533.0,\n      \"border_NL_RO\": 3426.0,\n      \"border_NL_SI\": 3538.0,\n      \"border_NL_SK\": 2342.0,\n      \"border_PL_AT\": 2102.0,\n      \"border_PL_BE\": 2596.0,\n      \"border_PL_CZ\": 1868.0,\n      \"border_PL_DE\": 2740.0,\n      \"border_PL_FR\": 2522.0,\n      \"border_PL_HR\": 1931.0,\n      \"border_PL_HU\": 1849.0,\n      \"border_PL_NL\": 2654.0,\n      \"border_PL_RO\": 1931.0,\n      \"border_PL_SI\": 1944.0,\n      \"border_PL_SK\": 1603.0,\n      \"border_RO_AT\": 1645.0,\n      \"border_RO_BE\": 1637.0,\n      \"border_RO_CZ\": 1609.0,\n      \"border_RO_DE\": 1630.0,\n      \"border_RO_FR\": 1642.0,\n      \"border_RO_HR\": 1785.0,\n      \"border_RO_HU\": 1493.0,\n      \"border_RO_NL\": 1634.0,\n      \"border_RO_PL\": 1604.0,\n      \"border_RO_SI\": 1728.0,\n      \"border_RO_SK\": 1561.0,\n      \"border_SI_AT\": 2305.0,\n      \"border_SI_BE\": 3031.0,\n      \"border_SI_CZ\": 3176.0,\n      \"border_SI_DE\": 3027.0,\n      \"border_SI_FR\": 3056.0,\n      \"border_SI_HR\": 2366.0,\n      \"border_SI_HU\": 3801.0,\n      \"border_SI_NL\": 3030.0,\n      \"border_SI_PL\": 3180.0,\n      \"border_SI_RO\": 3727.0,\n      \"border_SI_SK\": 3272.0,\n      \"border_SK_AT\": 3322.0,\n      \"border_SK_BE\": 4017.0,\n      \"border_SK_CZ\": 3739.0,\n      \"border_SK_DE\": 3898.0,\n      \"border_SK_FR\": 4105.0,\n      \"border_SK_HR\": 3375.0,\n      \"border_SK_HU\": 2654.0,\n      \"border_SK_NL\": 3963.0,\n      \"border_SK_PL\": 2963.0,\n      \"border_SK_RO\": 3155.0,\n      \"border_SK_SI\": 3271.0\n    },\n    {\n      \"id\": 34063,\n      \"dateTimeUtc\": \"2026-04-20T04:00:00Z\",\n      \"border_AT_BE\": 4363.0,\n      \"border_AT_CZ\": 4635.0,\n      \"border_AT_DE\": 4758.0,\n      \"border_AT_FR\": 4310.0,\n      \"border_AT_HR\": 3100.0,\n      \"border_AT_HU\": 3599.0,\n      \"border_AT_NL\": 4470.0,\n      \"border_AT_PL\": 2409.0,\n      \"border_AT_RO\": 2602.0,\n      \"border_AT_SI\": 3188.0,\n      \"border_AT_SK\": 2884.0,\n      \"border_BE_AT\": 2927.0,\n      \"border_BE_CZ\": 2881.0,\n      \"border_BE_DE\": 2953.0,\n      \"border_BE_FR\": 4946.0,\n      \"border_BE_HR\": 3002.0,\n      \"border_BE_HU\": 3066.0,\n      \"border_BE_NL\": 2682.0,\n      \"border_BE_PL\": 1950.0,\n      \"border_BE_RO\": 2573.0,\n      \"border_BE_SI\": 3108.0,\n      \"border_BE_SK\": 2380.0,\n      \"border_CZ_AT\": 3995.0,\n      \"border_CZ_BE\": 6420.0,\n      \"border_CZ_DE\": 6634.0,\n      \"border_CZ_FR\": 6379.0,\n      \"border_CZ_HR\": 3221.0,\n      \"border_CZ_HU\": 3259.0,\n      \"border_CZ_NL\": 6509.0,\n      \"border_CZ_PL\": 2654.0,\n      \"border_CZ_RO\": 2524.0,\n      \"border_CZ_SI\": 3924.0,\n      \"border_CZ_SK\": 2317.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7743.0,\n      \"border_DE_CZ\": 3068.0,\n      \"border_DE_FR\": 14711.0,\n      \"border_DE_HR\": 3052.0,\n      \"border_DE_HU\": 3514.0,\n      \"border_DE_NL\": 7326.0,\n      \"border_DE_PL\": 1885.0,\n      \"border_DE_RO\": 2560.0,\n      \"border_DE_SI\": 3953.0,\n      \"border_DE_SK\": 2461.0,\n      \"border_FR_AT\": 2903.0,\n      \"border_FR_BE\": 4260.0,\n      \"border_FR_CZ\": 3005.0,\n      \"border_FR_DE\": 3149.0,\n      \"border_FR_HR\": 2847.0,\n      \"border_FR_HU\": 2938.0,\n      \"border_FR_NL\": 3620.0,\n      \"border_FR_PL\": 1992.0,\n      \"border_FR_RO\": 2583.0,\n      \"border_FR_SI\": 2871.0,\n      \"border_FR_SK\": 2456.0,\n      \"border_HR_AT\": 1790.0,\n      \"border_HR_BE\": 1787.0,\n      \"border_HR_CZ\": 1928.0,\n      \"border_HR_DE\": 1814.0,\n      \"border_HR_FR\": 1766.0,\n      \"border_HR_HU\": 2130.0,\n      \"border_HR_NL\": 1800.0,\n      \"border_HR_PL\": 1902.0,\n      \"border_HR_RO\": 2273.0,\n      \"border_HR_SI\": 1534.0,\n      \"border_HR_SK\": 2027.0,\n      \"border_HU_AT\": 3865.0,\n      \"border_HU_BE\": 5756.0,\n      \"border_HU_CZ\": 5458.0,\n      \"border_HU_DE\": 5793.0,\n      \"border_HU_FR\": 5747.0,\n      \"border_HU_HR\": 3591.0,\n      \"border_HU_NL\": 5780.0,\n      \"border_HU_PL\": 3452.0,\n      \"border_HU_RO\": 2333.0,\n      \"border_HU_SI\": 2815.0,\n      \"border_HU_SK\": 4011.0,\n      \"border_NL_AT\": 2999.0,\n      \"border_NL_BE\": 5495.0,\n      \"border_NL_CZ\": 2831.0,\n      \"border_NL_DE\": 3105.0,\n      \"border_NL_FR\": 5181.0,\n      \"border_NL_HR\": 3025.0,\n      \"border_NL_HU\": 3205.0,\n      \"border_NL_PL\": 1925.0,\n      \"border_NL_RO\": 2567.0,\n      \"border_NL_SI\": 3244.0,\n      \"border_NL_SK\": 2389.0,\n      \"border_PL_AT\": 1742.0,\n      \"border_PL_BE\": 2104.0,\n      \"border_PL_CZ\": 1521.0,\n      \"border_PL_DE\": 2214.0,\n      \"border_PL_FR\": 2041.0,\n      \"border_PL_HR\": 1585.0,\n      \"border_PL_HU\": 1518.0,\n      \"border_PL_NL\": 2154.0,\n      \"border_PL_RO\": 1550.0,\n      \"border_PL_SI\": 1593.0,\n      \"border_PL_SK\": 1341.0,\n      \"border_RO_AT\": 1903.0,\n      \"border_RO_BE\": 1894.0,\n      \"border_RO_CZ\": 1859.0,\n      \"border_RO_DE\": 1887.0,\n      \"border_RO_FR\": 1900.0,\n      \"border_RO_HR\": 2207.0,\n      \"border_RO_HU\": 1718.0,\n      \"border_RO_NL\": 1891.0,\n      \"border_RO_PL\": 1858.0,\n      \"border_RO_SI\": 2003.0,\n      \"border_RO_SK\": 1801.0,\n      \"border_SI_AT\": 2153.0,\n      \"border_SI_BE\": 2712.0,\n      \"border_SI_CZ\": 2857.0,\n      \"border_SI_DE\": 2697.0,\n      \"border_SI_FR\": 2739.0,\n      \"border_SI_HR\": 2392.0,\n      \"border_SI_HU\": 3387.0,\n      \"border_SI_NL\": 2708.0,\n      \"border_SI_PL\": 2689.0,\n      \"border_SI_RO\": 2753.0,\n      \"border_SI_SK\": 3084.0,\n      \"border_SK_AT\": 4025.0,\n      \"border_SK_BE\": 3717.0,\n      \"border_SK_CZ\": 3450.0,\n      \"border_SK_DE\": 3617.0,\n      \"border_SK_FR\": 3795.0,\n      \"border_SK_HR\": 3408.0,\n      \"border_SK_HU\": 2633.0,\n      \"border_SK_NL\": 3667.0,\n      \"border_SK_PL\": 2755.0,\n      \"border_SK_RO\": 2418.0,\n      \"border_SK_SI\": 3272.0\n    },\n    {\n      \"id\": 34064,\n      \"dateTimeUtc\": \"2026-04-20T05:00:00Z\",\n      \"border_AT_BE\": 4306.0,\n      \"border_AT_CZ\": 5480.0,\n      \"border_AT_DE\": 4734.0,\n      \"border_AT_FR\": 4185.0,\n      \"border_AT_HR\": 2989.0,\n      \"border_AT_HU\": 3113.0,\n      \"border_AT_NL\": 4259.0,\n      \"border_AT_PL\": 2070.0,\n      \"border_AT_RO\": 2717.0,\n      \"border_AT_SI\": 3024.0,\n      \"border_AT_SK\": 3067.0,\n      \"border_BE_AT\": 2708.0,\n      \"border_BE_CZ\": 2681.0,\n      \"border_BE_DE\": 2532.0,\n      \"border_BE_FR\": 4238.0,\n      \"border_BE_HR\": 2853.0,\n      \"border_BE_HU\": 2771.0,\n      \"border_BE_NL\": 2314.0,\n      \"border_BE_PL\": 1654.0,\n      \"border_BE_RO\": 2742.0,\n      \"border_BE_SI\": 2869.0,\n      \"border_BE_SK\": 2504.0,\n      \"border_CZ_AT\": 4029.0,\n      \"border_CZ_BE\": 5990.0,\n      \"border_CZ_DE\": 6262.0,\n      \"border_CZ_FR\": 5967.0,\n      \"border_CZ_HR\": 3114.0,\n      \"border_CZ_HU\": 2771.0,\n      \"border_CZ_NL\": 5648.0,\n      \"border_CZ_PL\": 2339.0,\n      \"border_CZ_RO\": 2771.0,\n      \"border_CZ_SI\": 3834.0,\n      \"border_CZ_SK\": 2390.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 8162.0,\n      \"border_DE_CZ\": 3293.0,\n      \"border_DE_FR\": 14546.0,\n      \"border_DE_HR\": 2944.0,\n      \"border_DE_HU\": 2991.0,\n      \"border_DE_NL\": 5367.0,\n      \"border_DE_PL\": 1653.0,\n      \"border_DE_RO\": 2751.0,\n      \"border_DE_SI\": 3790.0,\n      \"border_DE_SK\": 2542.0,\n      \"border_FR_AT\": 3091.0,\n      \"border_FR_BE\": 4710.0,\n      \"border_FR_CZ\": 3071.0,\n      \"border_FR_DE\": 2950.0,\n      \"border_FR_HR\": 2853.0,\n      \"border_FR_HU\": 3060.0,\n      \"border_FR_NL\": 3241.0,\n      \"border_FR_PL\": 1680.0,\n      \"border_FR_RO\": 2735.0,\n      \"border_FR_SI\": 3104.0,\n      \"border_FR_SK\": 2575.0,\n      \"border_HR_AT\": 1922.0,\n      \"border_HR_BE\": 1902.0,\n      \"border_HR_CZ\": 2043.0,\n      \"border_HR_DE\": 1931.0,\n      \"border_HR_FR\": 1878.0,\n      \"border_HR_HU\": 2273.0,\n      \"border_HR_NL\": 1916.0,\n      \"border_HR_PL\": 2002.0,\n      \"border_HR_RO\": 2455.0,\n      \"border_HR_SI\": 1562.0,\n      \"border_HR_SK\": 2157.0,\n      \"border_HU_AT\": 4253.0,\n      \"border_HU_BE\": 5727.0,\n      \"border_HU_CZ\": 5131.0,\n      \"border_HU_DE\": 5643.0,\n      \"border_HU_FR\": 5387.0,\n      \"border_HU_HR\": 3474.0,\n      \"border_HU_NL\": 5816.0,\n      \"border_HU_PL\": 2881.0,\n      \"border_HU_RO\": 2199.0,\n      \"border_HU_SI\": 2741.0,\n      \"border_HU_SK\": 3916.0,\n      \"border_NL_AT\": 3062.0,\n      \"border_NL_BE\": 5741.0,\n      \"border_NL_CZ\": 3281.0,\n      \"border_NL_DE\": 3258.0,\n      \"border_NL_FR\": 5846.0,\n      \"border_NL_HR\": 2917.0,\n      \"border_NL_HU\": 3010.0,\n      \"border_NL_PL\": 1673.0,\n      \"border_NL_RO\": 2746.0,\n      \"border_NL_SI\": 3452.0,\n      \"border_NL_SK\": 2518.0,\n      \"border_PL_AT\": 2223.0,\n      \"border_PL_BE\": 2729.0,\n      \"border_PL_CZ\": 1979.0,\n      \"border_PL_DE\": 2878.0,\n      \"border_PL_FR\": 2653.0,\n      \"border_PL_HR\": 2058.0,\n      \"border_PL_HU\": 1973.0,\n      \"border_PL_NL\": 2795.0,\n      \"border_PL_RO\": 2069.0,\n      \"border_PL_SI\": 2070.0,\n      \"border_PL_SK\": 1744.0,\n      \"border_RO_AT\": 1927.0,\n      \"border_RO_BE\": 1913.0,\n      \"border_RO_CZ\": 1874.0,\n      \"border_RO_DE\": 1904.0,\n      \"border_RO_FR\": 1920.0,\n      \"border_RO_HR\": 2229.0,\n      \"border_RO_HU\": 1722.0,\n      \"border_RO_NL\": 1909.0,\n      \"border_RO_PL\": 1867.0,\n      \"border_RO_SI\": 2034.0,\n      \"border_RO_SK\": 1808.0,\n      \"border_SI_AT\": 2353.0,\n      \"border_SI_BE\": 3139.0,\n      \"border_SI_CZ\": 3275.0,\n      \"border_SI_DE\": 3118.0,\n      \"border_SI_FR\": 3171.0,\n      \"border_SI_HR\": 2308.0,\n      \"border_SI_HU\": 3600.0,\n      \"border_SI_NL\": 3133.0,\n      \"border_SI_PL\": 2415.0,\n      \"border_SI_RO\": 2637.0,\n      \"border_SI_SK\": 3544.0,\n      \"border_SK_AT\": 4156.0,\n      \"border_SK_BE\": 3476.0,\n      \"border_SK_CZ\": 3209.0,\n      \"border_SK_DE\": 3372.0,\n      \"border_SK_FR\": 3551.0,\n      \"border_SK_HR\": 3295.0,\n      \"border_SK_HU\": 2193.0,\n      \"border_SK_NL\": 3425.0,\n      \"border_SK_PL\": 2554.0,\n      \"border_SK_RO\": 2665.0,\n      \"border_SK_SI\": 3179.0\n    },\n    {\n      \"id\": 34065,\n      \"dateTimeUtc\": \"2026-04-20T06:00:00Z\",\n      \"border_AT_BE\": 4164.0,\n      \"border_AT_CZ\": 4940.0,\n      \"border_AT_DE\": 4634.0,\n      \"border_AT_FR\": 4209.0,\n      \"border_AT_HR\": 2888.0,\n      \"border_AT_HU\": 3190.0,\n      \"border_AT_NL\": 3895.0,\n      \"border_AT_PL\": 2852.0,\n      \"border_AT_RO\": 2615.0,\n      \"border_AT_SI\": 3516.0,\n      \"border_AT_SK\": 3613.0,\n      \"border_BE_AT\": 3231.0,\n      \"border_BE_CZ\": 3115.0,\n      \"border_BE_DE\": 2937.0,\n      \"border_BE_FR\": 4763.0,\n      \"border_BE_HR\": 2728.0,\n      \"border_BE_HU\": 3118.0,\n      \"border_BE_NL\": 2746.0,\n      \"border_BE_PL\": 2096.0,\n      \"border_BE_RO\": 2637.0,\n      \"border_BE_SI\": 3334.0,\n      \"border_BE_SK\": 2789.0,\n      \"border_CZ_AT\": 4120.0,\n      \"border_CZ_BE\": 5711.0,\n      \"border_CZ_DE\": 5972.0,\n      \"border_CZ_FR\": 5684.0,\n      \"border_CZ_HR\": 2943.0,\n      \"border_CZ_HU\": 2860.0,\n      \"border_CZ_NL\": 5480.0,\n      \"border_CZ_PL\": 2909.0,\n      \"border_CZ_RO\": 2668.0,\n      \"border_CZ_SI\": 3643.0,\n      \"border_CZ_SK\": 2606.0,\n      \"border_DE_AT\": 5351.0,\n      \"border_DE_BE\": 7751.0,\n      \"border_DE_CZ\": 3503.0,\n      \"border_DE_FR\": 13477.0,\n      \"border_DE_HR\": 2777.0,\n      \"border_DE_HU\": 3082.0,\n      \"border_DE_NL\": 5179.0,\n      \"border_DE_PL\": 2028.0,\n      \"border_DE_RO\": 2646.0,\n      \"border_DE_SI\": 4246.0,\n      \"border_DE_SK\": 2810.0,\n      \"border_FR_AT\": 2942.0,\n      \"border_FR_BE\": 4354.0,\n      \"border_FR_CZ\": 3067.0,\n      \"border_FR_DE\": 3214.0,\n      \"border_FR_HR\": 2690.0,\n      \"border_FR_HU\": 2966.0,\n      \"border_FR_NL\": 3729.0,\n      \"border_FR_PL\": 2146.0,\n      \"border_FR_RO\": 2630.0,\n      \"border_FR_SI\": 2892.0,\n      \"border_FR_SK\": 2860.0,\n      \"border_HR_AT\": 1676.0,\n      \"border_HR_BE\": 1794.0,\n      \"border_HR_CZ\": 2034.0,\n      \"border_HR_DE\": 1808.0,\n      \"border_HR_FR\": 1796.0,\n      \"border_HR_HU\": 2436.0,\n      \"border_HR_NL\": 1803.0,\n      \"border_HR_PL\": 2065.0,\n      \"border_HR_RO\": 2428.0,\n      \"border_HR_SI\": 1653.0,\n      \"border_HR_SK\": 2253.0,\n      \"border_HU_AT\": 2845.0,\n      \"border_HU_BE\": 3150.0,\n      \"border_HU_CZ\": 4101.0,\n      \"border_HU_DE\": 3186.0,\n      \"border_HU_FR\": 3167.0,\n      \"border_HU_HR\": 3305.0,\n      \"border_HU_NL\": 3174.0,\n      \"border_HU_PL\": 3559.0,\n      \"border_HU_RO\": 2537.0,\n      \"border_HU_SI\": 2658.0,\n      \"border_HU_SK\": 3960.0,\n      \"border_NL_AT\": 3334.0,\n      \"border_NL_BE\": 4924.0,\n      \"border_NL_CZ\": 3405.0,\n      \"border_NL_DE\": 3351.0,\n      \"border_NL_FR\": 5649.0,\n      \"border_NL_HR\": 2750.0,\n      \"border_NL_HU\": 3100.0,\n      \"border_NL_PL\": 2067.0,\n      \"border_NL_RO\": 2641.0,\n      \"border_NL_SI\": 3531.0,\n      \"border_NL_SK\": 2778.0,\n      \"border_PL_AT\": 2539.0,\n      \"border_PL_BE\": 3301.0,\n      \"border_PL_CZ\": 2381.0,\n      \"border_PL_DE\": 3482.0,\n      \"border_PL_FR\": 3210.0,\n      \"border_PL_HR\": 2471.0,\n      \"border_PL_HU\": 2369.0,\n      \"border_PL_NL\": 3376.0,\n      \"border_PL_RO\": 2489.0,\n      \"border_PL_SI\": 2486.0,\n      \"border_PL_SK\": 2097.0,\n      \"border_RO_AT\": 1258.0,\n      \"border_RO_BE\": 1259.0,\n      \"border_RO_CZ\": 1237.0,\n      \"border_RO_DE\": 1254.0,\n      \"border_RO_FR\": 1262.0,\n      \"border_RO_HR\": 1426.0,\n      \"border_RO_HU\": 1156.0,\n      \"border_RO_NL\": 1256.0,\n      \"border_RO_PL\": 1238.0,\n      \"border_RO_SI\": 1318.0,\n      \"border_RO_SK\": 1203.0,\n      \"border_SI_AT\": 1528.0,\n      \"border_SI_BE\": 1591.0,\n      \"border_SI_CZ\": 1930.0,\n      \"border_SI_DE\": 1601.0,\n      \"border_SI_FR\": 1596.0,\n      \"border_SI_HR\": 2173.0,\n      \"border_SI_HU\": 2846.0,\n      \"border_SI_NL\": 1598.0,\n      \"border_SI_PL\": 1984.0,\n      \"border_SI_RO\": 2484.0,\n      \"border_SI_SK\": 2377.0,\n      \"border_SK_AT\": 2906.0,\n      \"border_SK_BE\": 3553.0,\n      \"border_SK_CZ\": 3184.0,\n      \"border_SK_DE\": 3418.0,\n      \"border_SK_FR\": 3652.0,\n      \"border_SK_HR\": 3124.0,\n      \"border_SK_HU\": 2282.0,\n      \"border_SK_NL\": 3488.0,\n      \"border_SK_PL\": 2612.0,\n      \"border_SK_RO\": 2719.0,\n      \"border_SK_SI\": 3025.0\n    },\n    {\n      \"id\": 34066,\n      \"dateTimeUtc\": \"2026-04-20T07:00:00Z\",\n      \"border_AT_BE\": 3867.0,\n      \"border_AT_CZ\": 4078.0,\n      \"border_AT_DE\": 4586.0,\n      \"border_AT_FR\": 3935.0,\n      \"border_AT_HR\": 2714.0,\n      \"border_AT_HU\": 3319.0,\n      \"border_AT_NL\": 3563.0,\n      \"border_AT_PL\": 3039.0,\n      \"border_AT_RO\": 2773.0,\n      \"border_AT_SI\": 3596.0,\n      \"border_AT_SK\": 3851.0,\n      \"border_BE_AT\": 3313.0,\n      \"border_BE_CZ\": 3132.0,\n      \"border_BE_DE\": 2925.0,\n      \"border_BE_FR\": 5032.0,\n      \"border_BE_HR\": 2568.0,\n      \"border_BE_HU\": 3235.0,\n      \"border_BE_NL\": 2646.0,\n      \"border_BE_PL\": 2244.0,\n      \"border_BE_RO\": 2814.0,\n      \"border_BE_SI\": 3355.0,\n      \"border_BE_SK\": 2956.0,\n      \"border_CZ_AT\": 4219.0,\n      \"border_CZ_BE\": 5394.0,\n      \"border_CZ_DE\": 5849.0,\n      \"border_CZ_FR\": 5124.0,\n      \"border_CZ_HR\": 2760.0,\n      \"border_CZ_HU\": 2960.0,\n      \"border_CZ_NL\": 5392.0,\n      \"border_CZ_PL\": 3137.0,\n      \"border_CZ_RO\": 2788.0,\n      \"border_CZ_SI\": 3971.0,\n      \"border_CZ_SK\": 2724.0,\n      \"border_DE_AT\": 5381.0,\n      \"border_DE_BE\": 7487.0,\n      \"border_DE_CZ\": 3491.0,\n      \"border_DE_FR\": 12035.0,\n      \"border_DE_HR\": 2615.0,\n      \"border_DE_HU\": 3193.0,\n      \"border_DE_NL\": 5047.0,\n      \"border_DE_PL\": 2155.0,\n      \"border_DE_RO\": 2813.0,\n      \"border_DE_SI\": 3892.0,\n      \"border_DE_SK\": 2885.0,\n      \"border_FR_AT\": 2978.0,\n      \"border_FR_BE\": 4496.0,\n      \"border_FR_CZ\": 3118.0,\n      \"border_FR_DE\": 3302.0,\n      \"border_FR_HR\": 2535.0,\n      \"border_FR_HU\": 3010.0,\n      \"border_FR_NL\": 3831.0,\n      \"border_FR_PL\": 2297.0,\n      \"border_FR_RO\": 2816.0,\n      \"border_FR_SI\": 2927.0,\n      \"border_FR_SK\": 3017.0,\n      \"border_HR_AT\": 1599.0,\n      \"border_HR_BE\": 1678.0,\n      \"border_HR_CZ\": 1912.0,\n      \"border_HR_DE\": 1693.0,\n      \"border_HR_FR\": 1681.0,\n      \"border_HR_HU\": 2232.0,\n      \"border_HR_NL\": 1686.0,\n      \"border_HR_PL\": 1936.0,\n      \"border_HR_RO\": 2523.0,\n      \"border_HR_SI\": 1594.0,\n      \"border_HR_SK\": 2082.0,\n      \"border_HU_AT\": 2772.0,\n      \"border_HU_BE\": 2889.0,\n      \"border_HU_CZ\": 3918.0,\n      \"border_HU_DE\": 2925.0,\n      \"border_HU_FR\": 2908.0,\n      \"border_HU_HR\": 3081.0,\n      \"border_HU_NL\": 2910.0,\n      \"border_HU_PL\": 3018.0,\n      \"border_HU_RO\": 2667.0,\n      \"border_HU_SI\": 2886.0,\n      \"border_HU_SK\": 4089.0,\n      \"border_NL_AT\": 3818.0,\n      \"border_NL_BE\": 5665.0,\n      \"border_NL_CZ\": 3554.0,\n      \"border_NL_DE\": 3884.0,\n      \"border_NL_FR\": 6608.0,\n      \"border_NL_HR\": 2588.0,\n      \"border_NL_HU\": 3216.0,\n      \"border_NL_PL\": 2210.0,\n      \"border_NL_RO\": 2814.0,\n      \"border_NL_SI\": 3939.0,\n      \"border_NL_SK\": 2923.0,\n      \"border_PL_AT\": 2739.0,\n      \"border_PL_BE\": 3543.0,\n      \"border_PL_CZ\": 2543.0,\n      \"border_PL_DE\": 3757.0,\n      \"border_PL_FR\": 3448.0,\n      \"border_PL_HR\": 2670.0,\n      \"border_PL_HU\": 2560.0,\n      \"border_PL_NL\": 3622.0,\n      \"border_PL_RO\": 2688.0,\n      \"border_PL_SI\": 2683.0,\n      \"border_PL_SK\": 2163.0,\n      \"border_RO_AT\": 1479.0,\n      \"border_RO_BE\": 1479.0,\n      \"border_RO_CZ\": 1453.0,\n      \"border_RO_DE\": 1473.0,\n      \"border_RO_FR\": 1483.0,\n      \"border_RO_HR\": 1674.0,\n      \"border_RO_HU\": 1361.0,\n      \"border_RO_NL\": 1477.0,\n      \"border_RO_PL\": 1454.0,\n      \"border_RO_SI\": 1549.0,\n      \"border_RO_SK\": 1413.0,\n      \"border_SI_AT\": 1451.0,\n      \"border_SI_BE\": 1483.0,\n      \"border_SI_CZ\": 1799.0,\n      \"border_SI_DE\": 1492.0,\n      \"border_SI_FR\": 1487.0,\n      \"border_SI_HR\": 2069.0,\n      \"border_SI_HU\": 2908.0,\n      \"border_SI_NL\": 1488.0,\n      \"border_SI_PL\": 1850.0,\n      \"border_SI_RO\": 2722.0,\n      \"border_SI_SK\": 2365.0,\n      \"border_SK_AT\": 2714.0,\n      \"border_SK_BE\": 2799.0,\n      \"border_SK_CZ\": 2555.0,\n      \"border_SK_DE\": 2704.0,\n      \"border_SK_FR\": 2860.0,\n      \"border_SK_HR\": 2921.0,\n      \"border_SK_HU\": 2360.0,\n      \"border_SK_NL\": 2758.0,\n      \"border_SK_PL\": 2046.0,\n      \"border_SK_RO\": 2752.0,\n      \"border_SK_SI\": 3298.0\n    },\n    {\n      \"id\": 34067,\n      \"dateTimeUtc\": \"2026-04-20T08:00:00Z\",\n      \"border_AT_BE\": 3771.0,\n      \"border_AT_CZ\": 4145.0,\n      \"border_AT_DE\": 4564.0,\n      \"border_AT_FR\": 3965.0,\n      \"border_AT_HR\": 3182.0,\n      \"border_AT_HU\": 3381.0,\n      \"border_AT_NL\": 3452.0,\n      \"border_AT_PL\": 3250.0,\n      \"border_AT_RO\": 3600.0,\n      \"border_AT_SI\": 3534.0,\n      \"border_AT_SK\": 3745.0,\n      \"border_BE_AT\": 3449.0,\n      \"border_BE_CZ\": 3258.0,\n      \"border_BE_DE\": 3026.0,\n      \"border_BE_FR\": 5505.0,\n      \"border_BE_HR\": 2977.0,\n      \"border_BE_HU\": 3370.0,\n      \"border_BE_NL\": 2632.0,\n      \"border_BE_PL\": 3205.0,\n      \"border_BE_RO\": 3388.0,\n      \"border_BE_SI\": 3493.0,\n      \"border_BE_SK\": 2896.0,\n      \"border_CZ_AT\": 4232.0,\n      \"border_CZ_BE\": 5350.0,\n      \"border_CZ_DE\": 5497.0,\n      \"border_CZ_FR\": 5363.0,\n      \"border_CZ_HR\": 3255.0,\n      \"border_CZ_HU\": 3120.0,\n      \"border_CZ_NL\": 5375.0,\n      \"border_CZ_PL\": 4061.0,\n      \"border_CZ_RO\": 3617.0,\n      \"border_CZ_SI\": 3836.0,\n      \"border_CZ_SK\": 2690.0,\n      \"border_DE_AT\": 5429.0,\n      \"border_DE_BE\": 7258.0,\n      \"border_DE_CZ\": 4071.0,\n      \"border_DE_FR\": 11200.0,\n      \"border_DE_HR\": 3046.0,\n      \"border_DE_HU\": 3370.0,\n      \"border_DE_NL\": 5766.0,\n      \"border_DE_PL\": 3141.0,\n      \"border_DE_RO\": 3651.0,\n      \"border_DE_SI\": 4006.0,\n      \"border_DE_SK\": 2836.0,\n      \"border_FR_AT\": 2969.0,\n      \"border_FR_BE\": 4442.0,\n      \"border_FR_CZ\": 3097.0,\n      \"border_FR_DE\": 3282.0,\n      \"border_FR_HR\": 2909.0,\n      \"border_FR_HU\": 2992.0,\n      \"border_FR_NL\": 3801.0,\n      \"border_FR_PL\": 3117.0,\n      \"border_FR_RO\": 2981.0,\n      \"border_FR_SI\": 2915.0,\n      \"border_FR_SK\": 2945.0,\n      \"border_HR_AT\": 1496.0,\n      \"border_HR_BE\": 1487.0,\n      \"border_HR_CZ\": 1900.0,\n      \"border_HR_DE\": 1500.0,\n      \"border_HR_FR\": 1492.0,\n      \"border_HR_HU\": 2752.0,\n      \"border_HR_NL\": 1494.0,\n      \"border_HR_PL\": 1950.0,\n      \"border_HR_RO\": 3259.0,\n      \"border_HR_SI\": 1753.0,\n      \"border_HR_SK\": 2466.0,\n      \"border_HU_AT\": 2483.0,\n      \"border_HU_BE\": 2453.0,\n      \"border_HU_CZ\": 3492.0,\n      \"border_HU_DE\": 2483.0,\n      \"border_HU_FR\": 2467.0,\n      \"border_HU_HR\": 3722.0,\n      \"border_HU_NL\": 2472.0,\n      \"border_HU_PL\": 2974.0,\n      \"border_HU_RO\": 2815.0,\n      \"border_HU_SI\": 2798.0,\n      \"border_HU_SK\": 4047.0,\n      \"border_NL_AT\": 3987.0,\n      \"border_NL_BE\": 5780.0,\n      \"border_NL_CZ\": 4042.0,\n      \"border_NL_DE\": 3812.0,\n      \"border_NL_FR\": 5955.0,\n      \"border_NL_HR\": 3005.0,\n      \"border_NL_HU\": 3397.0,\n      \"border_NL_PL\": 3220.0,\n      \"border_NL_RO\": 3652.0,\n      \"border_NL_SI\": 4167.0,\n      \"border_NL_SK\": 2867.0,\n      \"border_PL_AT\": 2674.0,\n      \"border_PL_BE\": 3573.0,\n      \"border_PL_CZ\": 2550.0,\n      \"border_PL_DE\": 3787.0,\n      \"border_PL_FR\": 3479.0,\n      \"border_PL_HR\": 2704.0,\n      \"border_PL_HU\": 2597.0,\n      \"border_PL_NL\": 3655.0,\n      \"border_PL_RO\": 2725.0,\n      \"border_PL_SI\": 2721.0,\n      \"border_PL_SK\": 2115.0,\n      \"border_RO_AT\": 1460.0,\n      \"border_RO_BE\": 1556.0,\n      \"border_RO_CZ\": 1528.0,\n      \"border_RO_DE\": 1550.0,\n      \"border_RO_FR\": 1560.0,\n      \"border_RO_HR\": 1779.0,\n      \"border_RO_HU\": 1432.0,\n      \"border_RO_NL\": 1553.0,\n      \"border_RO_PL\": 1530.0,\n      \"border_RO_SI\": 1630.0,\n      \"border_RO_SK\": 1486.0,\n      \"border_SI_AT\": 1315.0,\n      \"border_SI_BE\": 1315.0,\n      \"border_SI_CZ\": 1598.0,\n      \"border_SI_DE\": 1315.0,\n      \"border_SI_FR\": 1315.0,\n      \"border_SI_HR\": 2306.0,\n      \"border_SI_HU\": 2623.0,\n      \"border_SI_NL\": 1315.0,\n      \"border_SI_PL\": 1621.0,\n      \"border_SI_RO\": 2944.0,\n      \"border_SI_SK\": 2087.0,\n      \"border_SK_AT\": 2532.0,\n      \"border_SK_BE\": 2805.0,\n      \"border_SK_CZ\": 2575.0,\n      \"border_SK_DE\": 2707.0,\n      \"border_SK_FR\": 2866.0,\n      \"border_SK_HR\": 3488.0,\n      \"border_SK_HU\": 2502.0,\n      \"border_SK_NL\": 2763.0,\n      \"border_SK_PL\": 2044.0,\n      \"border_SK_RO\": 2985.0,\n      \"border_SK_SI\": 3181.0\n    },\n    {\n      \"id\": 34068,\n      \"dateTimeUtc\": \"2026-04-20T09:00:00Z\",\n      \"border_AT_BE\": 3794.0,\n      \"border_AT_CZ\": 4266.0,\n      \"border_AT_DE\": 4569.0,\n      \"border_AT_FR\": 4105.0,\n      \"border_AT_HR\": 3502.0,\n      \"border_AT_HU\": 3185.0,\n      \"border_AT_NL\": 3347.0,\n      \"border_AT_PL\": 3280.0,\n      \"border_AT_RO\": 2625.0,\n      \"border_AT_SI\": 3357.0,\n      \"border_AT_SK\": 3571.0,\n      \"border_BE_AT\": 3411.0,\n      \"border_BE_CZ\": 3230.0,\n      \"border_BE_DE\": 3007.0,\n      \"border_BE_FR\": 5341.0,\n      \"border_BE_HR\": 3273.0,\n      \"border_BE_HU\": 3069.0,\n      \"border_BE_NL\": 2728.0,\n      \"border_BE_PL\": 3180.0,\n      \"border_BE_RO\": 2663.0,\n      \"border_BE_SI\": 3454.0,\n      \"border_BE_SK\": 2789.0,\n      \"border_CZ_AT\": 4238.0,\n      \"border_CZ_BE\": 5531.0,\n      \"border_CZ_DE\": 5655.0,\n      \"border_CZ_FR\": 5551.0,\n      \"border_CZ_HR\": 3584.0,\n      \"border_CZ_HU\": 2802.0,\n      \"border_CZ_NL\": 4492.0,\n      \"border_CZ_PL\": 3339.0,\n      \"border_CZ_RO\": 2636.0,\n      \"border_CZ_SI\": 3680.0,\n      \"border_CZ_SK\": 2615.0,\n      \"border_DE_AT\": 5403.0,\n      \"border_DE_BE\": 7281.0,\n      \"border_DE_CZ\": 4143.0,\n      \"border_DE_FR\": 11173.0,\n      \"border_DE_HR\": 3334.0,\n      \"border_DE_HU\": 3027.0,\n      \"border_DE_NL\": 4774.0,\n      \"border_DE_PL\": 3075.0,\n      \"border_DE_RO\": 2661.0,\n      \"border_DE_SI\": 3560.0,\n      \"border_DE_SK\": 2764.0,\n      \"border_FR_AT\": 2972.0,\n      \"border_FR_BE\": 4463.0,\n      \"border_FR_CZ\": 3103.0,\n      \"border_FR_DE\": 3290.0,\n      \"border_FR_HR\": 2924.0,\n      \"border_FR_HU\": 2996.0,\n      \"border_FR_NL\": 3648.0,\n      \"border_FR_PL\": 3125.0,\n      \"border_FR_RO\": 2664.0,\n      \"border_FR_SI\": 2919.0,\n      \"border_FR_SK\": 2836.0,\n      \"border_HR_AT\": 1517.0,\n      \"border_HR_BE\": 1525.0,\n      \"border_HR_CZ\": 1946.0,\n      \"border_HR_DE\": 1537.0,\n      \"border_HR_FR\": 1531.0,\n      \"border_HR_HU\": 2639.0,\n      \"border_HR_NL\": 1532.0,\n      \"border_HR_PL\": 1993.0,\n      \"border_HR_RO\": 2850.0,\n      \"border_HR_SI\": 1701.0,\n      \"border_HR_SK\": 2380.0,\n      \"border_HU_AT\": 2520.0,\n      \"border_HU_BE\": 2493.0,\n      \"border_HU_CZ\": 3539.0,\n      \"border_HU_DE\": 2520.0,\n      \"border_HU_FR\": 2508.0,\n      \"border_HU_HR\": 4104.0,\n      \"border_HU_NL\": 2507.0,\n      \"border_HU_PL\": 2993.0,\n      \"border_HU_RO\": 2513.0,\n      \"border_HU_SI\": 2688.0,\n      \"border_HU_SK\": 4135.0,\n      \"border_NL_AT\": 3997.0,\n      \"border_NL_BE\": 6335.0,\n      \"border_NL_CZ\": 4309.0,\n      \"border_NL_DE\": 4279.0,\n      \"border_NL_FR\": 7351.0,\n      \"border_NL_HR\": 3304.0,\n      \"border_NL_HU\": 3051.0,\n      \"border_NL_PL\": 3146.0,\n      \"border_NL_RO\": 2662.0,\n      \"border_NL_SI\": 3768.0,\n      \"border_NL_SK\": 2796.0,\n      \"border_PL_AT\": 2700.0,\n      \"border_PL_BE\": 3604.0,\n      \"border_PL_CZ\": 2565.0,\n      \"border_PL_DE\": 3821.0,\n      \"border_PL_FR\": 3509.0,\n      \"border_PL_HR\": 2727.0,\n      \"border_PL_HU\": 2618.0,\n      \"border_PL_NL\": 3683.0,\n      \"border_PL_RO\": 2709.0,\n      \"border_PL_SI\": 2744.0,\n      \"border_PL_SK\": 2058.0,\n      \"border_RO_AT\": 1744.0,\n      \"border_RO_BE\": 2013.0,\n      \"border_RO_CZ\": 2024.0,\n      \"border_RO_DE\": 2019.0,\n      \"border_RO_FR\": 2019.0,\n      \"border_RO_HR\": 2367.0,\n      \"border_RO_HU\": 1897.0,\n      \"border_RO_NL\": 2016.0,\n      \"border_RO_PL\": 2029.0,\n      \"border_RO_SI\": 2163.0,\n      \"border_RO_SK\": 1928.0,\n      \"border_SI_AT\": 1319.0,\n      \"border_SI_BE\": 1319.0,\n      \"border_SI_CZ\": 1617.0,\n      \"border_SI_DE\": 1319.0,\n      \"border_SI_FR\": 1319.0,\n      \"border_SI_HR\": 2529.0,\n      \"border_SI_HU\": 2674.0,\n      \"border_SI_NL\": 1319.0,\n      \"border_SI_PL\": 1641.0,\n      \"border_SI_RO\": 2475.0,\n      \"border_SI_SK\": 2125.0,\n      \"border_SK_AT\": 2555.0,\n      \"border_SK_BE\": 2826.0,\n      \"border_SK_CZ\": 2597.0,\n      \"border_SK_DE\": 2728.0,\n      \"border_SK_FR\": 2886.0,\n      \"border_SK_HR\": 3841.0,\n      \"border_SK_HU\": 2256.0,\n      \"border_SK_NL\": 2786.0,\n      \"border_SK_PL\": 2070.0,\n      \"border_SK_RO\": 2602.0,\n      \"border_SK_SI\": 3060.0\n    },\n    {\n      \"id\": 34069,\n      \"dateTimeUtc\": \"2026-04-20T10:00:00Z\",\n      \"border_AT_BE\": 3859.0,\n      \"border_AT_CZ\": 4650.0,\n      \"border_AT_DE\": 4585.0,\n      \"border_AT_FR\": 4090.0,\n      \"border_AT_HR\": 3728.0,\n      \"border_AT_HU\": 3330.0,\n      \"border_AT_NL\": 3529.0,\n      \"border_AT_PL\": 3622.0,\n      \"border_AT_RO\": 2649.0,\n      \"border_AT_SI\": 3292.0,\n      \"border_AT_SK\": 3356.0,\n      \"border_BE_AT\": 2888.0,\n      \"border_BE_CZ\": 2860.0,\n      \"border_BE_DE\": 2667.0,\n      \"border_BE_FR\": 4640.0,\n      \"border_BE_HR\": 3038.0,\n      \"border_BE_HU\": 2954.0,\n      \"border_BE_NL\": 2414.0,\n      \"border_BE_PL\": 2816.0,\n      \"border_BE_RO\": 2684.0,\n      \"border_BE_SI\": 3059.0,\n      \"border_BE_SK\": 2641.0,\n      \"border_CZ_AT\": 4107.0,\n      \"border_CZ_BE\": 6053.0,\n      \"border_CZ_DE\": 5864.0,\n      \"border_CZ_FR\": 6017.0,\n      \"border_CZ_HR\": 3854.0,\n      \"border_CZ_HU\": 2990.0,\n      \"border_CZ_NL\": 4733.0,\n      \"border_CZ_PL\": 3527.0,\n      \"border_CZ_RO\": 2658.0,\n      \"border_CZ_SI\": 3680.0,\n      \"border_CZ_SK\": 2523.0,\n      \"border_DE_AT\": 5385.0,\n      \"border_DE_BE\": 6980.0,\n      \"border_DE_CZ\": 4468.0,\n      \"border_DE_FR\": 11880.0,\n      \"border_DE_HR\": 3441.0,\n      \"border_DE_HU\": 3227.0,\n      \"border_DE_NL\": 5047.0,\n      \"border_DE_PL\": 3061.0,\n      \"border_DE_RO\": 2683.0,\n      \"border_DE_SI\": 3613.0,\n      \"border_DE_SK\": 2672.0,\n      \"border_FR_AT\": 2982.0,\n      \"border_FR_BE\": 4521.0,\n      \"border_FR_CZ\": 3123.0,\n      \"border_FR_DE\": 3313.0,\n      \"border_FR_HR\": 2950.0,\n      \"border_FR_HU\": 3026.0,\n      \"border_FR_NL\": 3840.0,\n      \"border_FR_PL\": 3154.0,\n      \"border_FR_RO\": 2686.0,\n      \"border_FR_SI\": 2936.0,\n      \"border_FR_SK\": 2735.0,\n      \"border_HR_AT\": 1682.0,\n      \"border_HR_BE\": 1780.0,\n      \"border_HR_CZ\": 2287.0,\n      \"border_HR_DE\": 1788.0,\n      \"border_HR_FR\": 1790.0,\n      \"border_HR_HU\": 2815.0,\n      \"border_HR_NL\": 1787.0,\n      \"border_HR_PL\": 2324.0,\n      \"border_HR_RO\": 2899.0,\n      \"border_HR_SI\": 1731.0,\n      \"border_HR_SK\": 2559.0,\n      \"border_HU_AT\": 2600.0,\n      \"border_HU_BE\": 2707.0,\n      \"border_HU_CZ\": 3539.0,\n      \"border_HU_DE\": 2725.0,\n      \"border_HU_FR\": 2730.0,\n      \"border_HU_HR\": 4446.0,\n      \"border_HU_NL\": 2723.0,\n      \"border_HU_PL\": 2902.0,\n      \"border_HU_RO\": 2434.0,\n      \"border_HU_SI\": 2694.0,\n      \"border_HU_SK\": 3879.0,\n      \"border_NL_AT\": 3632.0,\n      \"border_NL_BE\": 6277.0,\n      \"border_NL_CZ\": 4226.0,\n      \"border_NL_DE\": 4244.0,\n      \"border_NL_FR\": 7034.0,\n      \"border_NL_HR\": 3525.0,\n      \"border_NL_HU\": 3253.0,\n      \"border_NL_PL\": 3127.0,\n      \"border_NL_RO\": 2684.0,\n      \"border_NL_SI\": 3801.0,\n      \"border_NL_SK\": 2693.0,\n      \"border_PL_AT\": 2656.0,\n      \"border_PL_BE\": 3744.0,\n      \"border_PL_CZ\": 2664.0,\n      \"border_PL_DE\": 3971.0,\n      \"border_PL_FR\": 3646.0,\n      \"border_PL_HR\": 2833.0,\n      \"border_PL_HU\": 2721.0,\n      \"border_PL_NL\": 3710.0,\n      \"border_PL_RO\": 2730.0,\n      \"border_PL_SI\": 2852.0,\n      \"border_PL_SK\": 1999.0,\n      \"border_RO_AT\": 1693.0,\n      \"border_RO_BE\": 2002.0,\n      \"border_RO_CZ\": 1987.0,\n      \"border_RO_DE\": 2003.0,\n      \"border_RO_FR\": 2007.0,\n      \"border_RO_HR\": 2346.0,\n      \"border_RO_HU\": 1857.0,\n      \"border_RO_NL\": 2002.0,\n      \"border_RO_PL\": 1988.0,\n      \"border_RO_SI\": 2120.0,\n      \"border_RO_SK\": 1933.0,\n      \"border_SI_AT\": 1466.0,\n      \"border_SI_BE\": 1500.0,\n      \"border_SI_CZ\": 1910.0,\n      \"border_SI_DE\": 1505.0,\n      \"border_SI_FR\": 1507.0,\n      \"border_SI_HR\": 2677.0,\n      \"border_SI_HU\": 3075.0,\n      \"border_SI_NL\": 1504.0,\n      \"border_SI_PL\": 1938.0,\n      \"border_SI_RO\": 2551.0,\n      \"border_SI_SK\": 2525.0,\n      \"border_SK_AT\": 2459.0,\n      \"border_SK_BE\": 2848.0,\n      \"border_SK_CZ\": 2605.0,\n      \"border_SK_DE\": 2751.0,\n      \"border_SK_FR\": 2907.0,\n      \"border_SK_HR\": 4144.0,\n      \"border_SK_HU\": 2417.0,\n      \"border_SK_NL\": 2808.0,\n      \"border_SK_PL\": 2098.0,\n      \"border_SK_RO\": 2624.0,\n      \"border_SK_SI\": 3064.0\n    },\n    {\n      \"id\": 34070,\n      \"dateTimeUtc\": \"2026-04-20T11:00:00Z\",\n      \"border_AT_BE\": 3976.0,\n      \"border_AT_CZ\": 4932.0,\n      \"border_AT_DE\": 4602.0,\n      \"border_AT_FR\": 4158.0,\n      \"border_AT_HR\": 3728.0,\n      \"border_AT_HU\": 3372.0,\n      \"border_AT_NL\": 3641.0,\n      \"border_AT_PL\": 3909.0,\n      \"border_AT_RO\": 2641.0,\n      \"border_AT_SI\": 3073.0,\n      \"border_AT_SK\": 3217.0,\n      \"border_BE_AT\": 2748.0,\n      \"border_BE_CZ\": 2767.0,\n      \"border_BE_DE\": 2576.0,\n      \"border_BE_FR\": 4584.0,\n      \"border_BE_HR\": 2930.0,\n      \"border_BE_HU\": 2857.0,\n      \"border_BE_NL\": 2336.0,\n      \"border_BE_PL\": 2724.0,\n      \"border_BE_RO\": 2676.0,\n      \"border_BE_SI\": 2885.0,\n      \"border_BE_SK\": 2526.0,\n      \"border_CZ_AT\": 4075.0,\n      \"border_CZ_BE\": 6265.0,\n      \"border_CZ_DE\": 5723.0,\n      \"border_CZ_FR\": 6303.0,\n      \"border_CZ_HR\": 3852.0,\n      \"border_CZ_HU\": 3030.0,\n      \"border_CZ_NL\": 4620.0,\n      \"border_CZ_PL\": 3566.0,\n      \"border_CZ_RO\": 2649.0,\n      \"border_CZ_SI\": 3592.0,\n      \"border_CZ_SK\": 2465.0,\n      \"border_DE_AT\": 5362.0,\n      \"border_DE_BE\": 7016.0,\n      \"border_DE_CZ\": 4612.0,\n      \"border_DE_FR\": 12020.0,\n      \"border_DE_HR\": 3243.0,\n      \"border_DE_HU\": 3199.0,\n      \"border_DE_NL\": 4954.0,\n      \"border_DE_PL\": 3124.0,\n      \"border_DE_RO\": 2675.0,\n      \"border_DE_SI\": 3250.0,\n      \"border_DE_SK\": 2607.0,\n      \"border_FR_AT\": 2990.0,\n      \"border_FR_BE\": 4550.0,\n      \"border_FR_CZ\": 3133.0,\n      \"border_FR_DE\": 3330.0,\n      \"border_FR_HR\": 2963.0,\n      \"border_FR_HU\": 3038.0,\n      \"border_FR_NL\": 3750.0,\n      \"border_FR_PL\": 3168.0,\n      \"border_FR_RO\": 2677.0,\n      \"border_FR_SI\": 2946.0,\n      \"border_FR_SK\": 2666.0,\n      \"border_HR_AT\": 1746.0,\n      \"border_HR_BE\": 1887.0,\n      \"border_HR_CZ\": 2288.0,\n      \"border_HR_DE\": 1902.0,\n      \"border_HR_FR\": 1891.0,\n      \"border_HR_HU\": 2783.0,\n      \"border_HR_NL\": 1896.0,\n      \"border_HR_PL\": 2318.0,\n      \"border_HR_RO\": 2893.0,\n      \"border_HR_SI\": 1717.0,\n      \"border_HR_SK\": 2537.0,\n      \"border_HU_AT\": 2680.0,\n      \"border_HU_BE\": 2933.0,\n      \"border_HU_CZ\": 3588.0,\n      \"border_HU_DE\": 2953.0,\n      \"border_HU_FR\": 2957.0,\n      \"border_HU_HR\": 4166.0,\n      \"border_HU_NL\": 2951.0,\n      \"border_HU_PL\": 2938.0,\n      \"border_HU_RO\": 2070.0,\n      \"border_HU_SI\": 2628.0,\n      \"border_HU_SK\": 3910.0,\n      \"border_NL_AT\": 3521.0,\n      \"border_NL_BE\": 6382.0,\n      \"border_NL_CZ\": 4347.0,\n      \"border_NL_DE\": 4336.0,\n      \"border_NL_FR\": 7175.0,\n      \"border_NL_HR\": 3311.0,\n      \"border_NL_HU\": 3274.0,\n      \"border_NL_PL\": 3188.0,\n      \"border_NL_RO\": 2675.0,\n      \"border_NL_SI\": 3419.0,\n      \"border_NL_SK\": 2630.0,\n      \"border_PL_AT\": 2644.0,\n      \"border_PL_BE\": 3708.0,\n      \"border_PL_CZ\": 2641.0,\n      \"border_PL_DE\": 3935.0,\n      \"border_PL_FR\": 3611.0,\n      \"border_PL_HR\": 2807.0,\n      \"border_PL_HU\": 2697.0,\n      \"border_PL_NL\": 3513.0,\n      \"border_PL_RO\": 2722.0,\n      \"border_PL_SI\": 2826.0,\n      \"border_PL_SK\": 1948.0,\n      \"border_RO_AT\": 1734.0,\n      \"border_RO_BE\": 2063.0,\n      \"border_RO_CZ\": 2062.0,\n      \"border_RO_DE\": 2065.0,\n      \"border_RO_FR\": 2069.0,\n      \"border_RO_HR\": 2440.0,\n      \"border_RO_HU\": 1927.0,\n      \"border_RO_NL\": 2064.0,\n      \"border_RO_PL\": 2063.0,\n      \"border_RO_SI\": 2200.0,\n      \"border_RO_SK\": 2006.0,\n      \"border_SI_AT\": 1543.0,\n      \"border_SI_BE\": 1609.0,\n      \"border_SI_CZ\": 2039.0,\n      \"border_SI_DE\": 1615.0,\n      \"border_SI_FR\": 1616.0,\n      \"border_SI_HR\": 2685.0,\n      \"border_SI_HU\": 3128.0,\n      \"border_SI_NL\": 1614.0,\n      \"border_SI_PL\": 2071.0,\n      \"border_SI_RO\": 2550.0,\n      \"border_SI_SK\": 2594.0,\n      \"border_SK_AT\": 2522.0,\n      \"border_SK_BE\": 2960.0,\n      \"border_SK_CZ\": 2667.0,\n      \"border_SK_DE\": 2827.0,\n      \"border_SK_FR\": 3043.0,\n      \"border_SK_HR\": 4135.0,\n      \"border_SK_HU\": 2453.0,\n      \"border_SK_NL\": 2904.0,\n      \"border_SK_PL\": 2205.0,\n      \"border_SK_RO\": 2615.0,\n      \"border_SK_SI\": 2992.0\n    },\n    {\n      \"id\": 34071,\n      \"dateTimeUtc\": \"2026-04-20T12:00:00Z\",\n      \"border_AT_BE\": 4054.0,\n      \"border_AT_CZ\": 5199.0,\n      \"border_AT_DE\": 4615.0,\n      \"border_AT_FR\": 4187.0,\n      \"border_AT_HR\": 3490.0,\n      \"border_AT_HU\": 3303.0,\n      \"border_AT_NL\": 3781.0,\n      \"border_AT_PL\": 3863.0,\n      \"border_AT_RO\": 2214.0,\n      \"border_AT_SI\": 3013.0,\n      \"border_AT_SK\": 3169.0,\n      \"border_BE_AT\": 2802.0,\n      \"border_BE_CZ\": 2894.0,\n      \"border_BE_DE\": 2692.0,\n      \"border_BE_FR\": 4838.0,\n      \"border_BE_HR\": 2994.0,\n      \"border_BE_HU\": 2989.0,\n      \"border_BE_NL\": 2441.0,\n      \"border_BE_PL\": 2850.0,\n      \"border_BE_RO\": 2210.0,\n      \"border_BE_SI\": 2945.0,\n      \"border_BE_SK\": 2495.0,\n      \"border_CZ_AT\": 4085.0,\n      \"border_CZ_BE\": 6341.0,\n      \"border_CZ_DE\": 5965.0,\n      \"border_CZ_FR\": 6304.0,\n      \"border_CZ_HR\": 3595.0,\n      \"border_CZ_HU\": 2972.0,\n      \"border_CZ_NL\": 4790.0,\n      \"border_CZ_PL\": 3475.0,\n      \"border_CZ_RO\": 2114.0,\n      \"border_CZ_SI\": 3604.0,\n      \"border_CZ_SK\": 2445.0,\n      \"border_DE_AT\": 5346.0,\n      \"border_DE_BE\": 6837.0,\n      \"border_DE_CZ\": 4344.0,\n      \"border_DE_FR\": 11514.0,\n      \"border_DE_HR\": 3083.0,\n      \"border_DE_HU\": 3133.0,\n      \"border_DE_NL\": 5170.0,\n      \"border_DE_PL\": 2913.0,\n      \"border_DE_RO\": 2196.0,\n      \"border_DE_SI\": 3201.0,\n      \"border_DE_SK\": 2585.0,\n      \"border_FR_AT\": 2989.0,\n      \"border_FR_BE\": 4542.0,\n      \"border_FR_CZ\": 3131.0,\n      \"border_FR_DE\": 3330.0,\n      \"border_FR_HR\": 2957.0,\n      \"border_FR_HU\": 3034.0,\n      \"border_FR_NL\": 3850.0,\n      \"border_FR_PL\": 3087.0,\n      \"border_FR_RO\": 2219.0,\n      \"border_FR_SI\": 2943.0,\n      \"border_FR_SK\": 2640.0,\n      \"border_HR_AT\": 1777.0,\n      \"border_HR_BE\": 1920.0,\n      \"border_HR_CZ\": 2151.0,\n      \"border_HR_DE\": 1951.0,\n      \"border_HR_FR\": 1908.0,\n      \"border_HR_HU\": 2522.0,\n      \"border_HR_NL\": 1934.0,\n      \"border_HR_PL\": 2172.0,\n      \"border_HR_RO\": 2519.0,\n      \"border_HR_SI\": 1651.0,\n      \"border_HR_SK\": 2346.0,\n      \"border_HU_AT\": 2675.0,\n      \"border_HU_BE\": 3098.0,\n      \"border_HU_CZ\": 3601.0,\n      \"border_HU_DE\": 3124.0,\n      \"border_HU_FR\": 3124.0,\n      \"border_HU_HR\": 2994.0,\n      \"border_HU_NL\": 3118.0,\n      \"border_HU_PL\": 2954.0,\n      \"border_HU_RO\": 1435.0,\n      \"border_HU_SI\": 2635.0,\n      \"border_HU_SK\": 3995.0,\n      \"border_NL_AT\": 3624.0,\n      \"border_NL_BE\": 6425.0,\n      \"border_NL_CZ\": 4574.0,\n      \"border_NL_DE\": 4638.0,\n      \"border_NL_FR\": 7258.0,\n      \"border_NL_HR\": 3144.0,\n      \"border_NL_HU\": 3209.0,\n      \"border_NL_PL\": 2972.0,\n      \"border_NL_RO\": 2204.0,\n      \"border_NL_SI\": 3369.0,\n      \"border_NL_SK\": 2613.0,\n      \"border_PL_AT\": 2658.0,\n      \"border_PL_BE\": 3735.0,\n      \"border_PL_CZ\": 2659.0,\n      \"border_PL_DE\": 3964.0,\n      \"border_PL_FR\": 3637.0,\n      \"border_PL_HR\": 2826.0,\n      \"border_PL_HU\": 2687.0,\n      \"border_PL_NL\": 3568.0,\n      \"border_PL_RO\": 2229.0,\n      \"border_PL_SI\": 2843.0,\n      \"border_PL_SK\": 1924.0,\n      \"border_RO_AT\": 1721.0,\n      \"border_RO_BE\": 2044.0,\n      \"border_RO_CZ\": 2036.0,\n      \"border_RO_DE\": 2046.0,\n      \"border_RO_FR\": 2050.0,\n      \"border_RO_HR\": 2392.0,\n      \"border_RO_HU\": 1904.0,\n      \"border_RO_NL\": 2045.0,\n      \"border_RO_PL\": 2038.0,\n      \"border_RO_SI\": 2171.0,\n      \"border_RO_SK\": 1982.0,\n      \"border_SI_AT\": 1598.0,\n      \"border_SI_BE\": 1688.0,\n      \"border_SI_CZ\": 2131.0,\n      \"border_SI_DE\": 1695.0,\n      \"border_SI_FR\": 1695.0,\n      \"border_SI_HR\": 2580.0,\n      \"border_SI_HU\": 3108.0,\n      \"border_SI_NL\": 1694.0,\n      \"border_SI_PL\": 2166.0,\n      \"border_SI_RO\": 2315.0,\n      \"border_SI_SK\": 2622.0,\n      \"border_SK_AT\": 2552.0,\n      \"border_SK_BE\": 2990.0,\n      \"border_SK_CZ\": 2690.0,\n      \"border_SK_DE\": 2855.0,\n      \"border_SK_FR\": 3078.0,\n      \"border_SK_HR\": 3833.0,\n      \"border_SK_HU\": 2412.0,\n      \"border_SK_NL\": 2933.0,\n      \"border_SK_PL\": 2247.0,\n      \"border_SK_RO\": 1856.0,\n      \"border_SK_SI\": 3002.0\n    },\n    {\n      \"id\": 34072,\n      \"dateTimeUtc\": \"2026-04-20T13:00:00Z\",\n      \"border_AT_BE\": 4126.0,\n      \"border_AT_CZ\": 5334.0,\n      \"border_AT_DE\": 4643.0,\n      \"border_AT_FR\": 4184.0,\n      \"border_AT_HR\": 3227.0,\n      \"border_AT_HU\": 3175.0,\n      \"border_AT_NL\": 4006.0,\n      \"border_AT_PL\": 3768.0,\n      \"border_AT_RO\": 2425.0,\n      \"border_AT_SI\": 2559.0,\n      \"border_AT_SK\": 3105.0,\n      \"border_BE_AT\": 2847.0,\n      \"border_BE_CZ\": 2987.0,\n      \"border_BE_DE\": 2779.0,\n      \"border_BE_FR\": 4722.0,\n      \"border_BE_HR\": 3043.0,\n      \"border_BE_HU\": 3053.0,\n      \"border_BE_NL\": 2514.0,\n      \"border_BE_PL\": 2806.0,\n      \"border_BE_RO\": 2417.0,\n      \"border_BE_SI\": 2997.0,\n      \"border_BE_SK\": 2436.0,\n      \"border_CZ_AT\": 4193.0,\n      \"border_CZ_BE\": 6150.0,\n      \"border_CZ_DE\": 6422.0,\n      \"border_CZ_FR\": 6113.0,\n      \"border_CZ_HR\": 3632.0,\n      \"border_CZ_HU\": 2789.0,\n      \"border_CZ_NL\": 5923.0,\n      \"border_CZ_PL\": 3605.0,\n      \"border_CZ_RO\": 2310.0,\n      \"border_CZ_SI\": 3512.0,\n      \"border_CZ_SK\": 2404.0,\n      \"border_DE_AT\": 5315.0,\n      \"border_DE_BE\": 6914.0,\n      \"border_DE_CZ\": 3759.0,\n      \"border_DE_FR\": 11230.0,\n      \"border_DE_HR\": 3099.0,\n      \"border_DE_HU\": 2990.0,\n      \"border_DE_NL\": 5485.0,\n      \"border_DE_PL\": 2698.0,\n      \"border_DE_RO\": 2402.0,\n      \"border_DE_SI\": 2924.0,\n      \"border_DE_SK\": 2546.0,\n      \"border_FR_AT\": 2982.0,\n      \"border_FR_BE\": 4498.0,\n      \"border_FR_CZ\": 3119.0,\n      \"border_FR_DE\": 3313.0,\n      \"border_FR_HR\": 2939.0,\n      \"border_FR_HU\": 3015.0,\n      \"border_FR_NL\": 3818.0,\n      \"border_FR_PL\": 2871.0,\n      \"border_FR_RO\": 2428.0,\n      \"border_FR_SI\": 2926.0,\n      \"border_FR_SK\": 2601.0,\n      \"border_HR_AT\": 1926.0,\n      \"border_HR_BE\": 1981.0,\n      \"border_HR_CZ\": 2163.0,\n      \"border_HR_DE\": 2024.0,\n      \"border_HR_FR\": 1953.0,\n      \"border_HR_HU\": 2480.0,\n      \"border_HR_NL\": 1998.0,\n      \"border_HR_PL\": 2183.0,\n      \"border_HR_RO\": 2784.0,\n      \"border_HR_SI\": 1635.0,\n      \"border_HR_SK\": 2323.0,\n      \"border_HU_AT\": 2997.0,\n      \"border_HU_BE\": 3911.0,\n      \"border_HU_CZ\": 4124.0,\n      \"border_HU_DE\": 3924.0,\n      \"border_HU_FR\": 3913.0,\n      \"border_HU_HR\": 3015.0,\n      \"border_HU_NL\": 3919.0,\n      \"border_HU_PL\": 3251.0,\n      \"border_HU_RO\": 1504.0,\n      \"border_HU_SI\": 2682.0,\n      \"border_HU_SK\": 4059.0,\n      \"border_NL_AT\": 3577.0,\n      \"border_NL_BE\": 6314.0,\n      \"border_NL_CZ\": 3983.0,\n      \"border_NL_DE\": 4654.0,\n      \"border_NL_FR\": 7103.0,\n      \"border_NL_HR\": 3155.0,\n      \"border_NL_HU\": 3030.0,\n      \"border_NL_PL\": 2762.0,\n      \"border_NL_RO\": 2411.0,\n      \"border_NL_SI\": 3048.0,\n      \"border_NL_SK\": 2573.0,\n      \"border_PL_AT\": 2530.0,\n      \"border_PL_BE\": 3235.0,\n      \"border_PL_CZ\": 2305.0,\n      \"border_PL_DE\": 3443.0,\n      \"border_PL_FR\": 3150.0,\n      \"border_PL_HR\": 2447.0,\n      \"border_PL_HU\": 2348.0,\n      \"border_PL_NL\": 3309.0,\n      \"border_PL_RO\": 2441.0,\n      \"border_PL_SI\": 2461.0,\n      \"border_PL_SK\": 1846.0,\n      \"border_RO_AT\": 1708.0,\n      \"border_RO_BE\": 1707.0,\n      \"border_RO_CZ\": 1678.0,\n      \"border_RO_DE\": 1700.0,\n      \"border_RO_FR\": 1711.0,\n      \"border_RO_HR\": 1935.0,\n      \"border_RO_HU\": 1575.0,\n      \"border_RO_NL\": 1704.0,\n      \"border_RO_PL\": 1682.0,\n      \"border_RO_SI\": 1783.0,\n      \"border_RO_SK\": 1635.0,\n      \"border_SI_AT\": 1868.0,\n      \"border_SI_BE\": 2115.0,\n      \"border_SI_CZ\": 2582.0,\n      \"border_SI_DE\": 2131.0,\n      \"border_SI_FR\": 2123.0,\n      \"border_SI_HR\": 2635.0,\n      \"border_SI_HU\": 3378.0,\n      \"border_SI_NL\": 2123.0,\n      \"border_SI_PL\": 2597.0,\n      \"border_SI_RO\": 2648.0,\n      \"border_SI_SK\": 3021.0,\n      \"border_SK_AT\": 3033.0,\n      \"border_SK_BE\": 3313.0,\n      \"border_SK_CZ\": 2953.0,\n      \"border_SK_DE\": 3152.0,\n      \"border_SK_FR\": 3414.0,\n      \"border_SK_HR\": 3779.0,\n      \"border_SK_HU\": 2248.0,\n      \"border_SK_NL\": 3245.0,\n      \"border_SK_PL\": 2475.0,\n      \"border_SK_RO\": 2009.0,\n      \"border_SK_SI\": 3023.0\n    },\n    {\n      \"id\": 34073,\n      \"dateTimeUtc\": \"2026-04-20T14:00:00Z\",\n      \"border_AT_BE\": 3939.0,\n      \"border_AT_CZ\": 4965.0,\n      \"border_AT_DE\": 4670.0,\n      \"border_AT_FR\": 4053.0,\n      \"border_AT_HR\": 3142.0,\n      \"border_AT_HU\": 3101.0,\n      \"border_AT_NL\": 3863.0,\n      \"border_AT_PL\": 4004.0,\n      \"border_AT_RO\": 1900.0,\n      \"border_AT_SI\": 2533.0,\n      \"border_AT_SK\": 3193.0,\n      \"border_BE_AT\": 3095.0,\n      \"border_BE_CZ\": 2987.0,\n      \"border_BE_DE\": 2781.0,\n      \"border_BE_FR\": 4833.0,\n      \"border_BE_HR\": 3184.0,\n      \"border_BE_HU\": 3043.0,\n      \"border_BE_NL\": 2510.0,\n      \"border_BE_PL\": 2947.0,\n      \"border_BE_RO\": 1958.0,\n      \"border_BE_SI\": 3200.0,\n      \"border_BE_SK\": 2462.0,\n      \"border_CZ_AT\": 4250.0,\n      \"border_CZ_BE\": 5593.0,\n      \"border_CZ_DE\": 5963.0,\n      \"border_CZ_FR\": 5562.0,\n      \"border_CZ_HR\": 3518.0,\n      \"border_CZ_HU\": 2776.0,\n      \"border_CZ_NL\": 5513.0,\n      \"border_CZ_PL\": 4108.0,\n      \"border_CZ_RO\": 1845.0,\n      \"border_CZ_SI\": 3401.0,\n      \"border_CZ_SK\": 2437.0,\n      \"border_DE_AT\": 5350.0,\n      \"border_DE_BE\": 6835.0,\n      \"border_DE_CZ\": 3619.0,\n      \"border_DE_FR\": 10995.0,\n      \"border_DE_HR\": 3328.0,\n      \"border_DE_HU\": 2995.0,\n      \"border_DE_NL\": 5117.0,\n      \"border_DE_PL\": 2856.0,\n      \"border_DE_RO\": 1953.0,\n      \"border_DE_SI\": 3382.0,\n      \"border_DE_SK\": 2608.0,\n      \"border_FR_AT\": 2988.0,\n      \"border_FR_BE\": 4519.0,\n      \"border_FR_CZ\": 3129.0,\n      \"border_FR_DE\": 3322.0,\n      \"border_FR_HR\": 2944.0,\n      \"border_FR_HU\": 3023.0,\n      \"border_FR_NL\": 3826.0,\n      \"border_FR_PL\": 3060.0,\n      \"border_FR_RO\": 1961.0,\n      \"border_FR_SI\": 2933.0,\n      \"border_FR_SK\": 2653.0,\n      \"border_HR_AT\": 2004.0,\n      \"border_HR_BE\": 1953.0,\n      \"border_HR_CZ\": 2104.0,\n      \"border_HR_DE\": 1993.0,\n      \"border_HR_FR\": 1928.0,\n      \"border_HR_HU\": 2368.0,\n      \"border_HR_NL\": 1968.0,\n      \"border_HR_PL\": 2126.0,\n      \"border_HR_RO\": 2123.0,\n      \"border_HR_SI\": 1594.0,\n      \"border_HR_SK\": 2225.0,\n      \"border_HU_AT\": 2842.0,\n      \"border_HU_BE\": 2846.0,\n      \"border_HU_CZ\": 3004.0,\n      \"border_HU_DE\": 2842.0,\n      \"border_HU_FR\": 2844.0,\n      \"border_HU_HR\": 2388.0,\n      \"border_HU_NL\": 2843.0,\n      \"border_HU_PL\": 2196.0,\n      \"border_HU_RO\": 1236.0,\n      \"border_HU_SI\": 2416.0,\n      \"border_HU_SK\": 3953.0,\n      \"border_NL_AT\": 3464.0,\n      \"border_NL_BE\": 5268.0,\n      \"border_NL_CZ\": 3773.0,\n      \"border_NL_DE\": 3854.0,\n      \"border_NL_FR\": 6208.0,\n      \"border_NL_HR\": 3284.0,\n      \"border_NL_HU\": 3023.0,\n      \"border_NL_PL\": 2946.0,\n      \"border_NL_RO\": 1956.0,\n      \"border_NL_SI\": 3414.0,\n      \"border_NL_SK\": 2579.0,\n      \"border_PL_AT\": 2442.0,\n      \"border_PL_BE\": 3116.0,\n      \"border_PL_CZ\": 2262.0,\n      \"border_PL_DE\": 3325.0,\n      \"border_PL_FR\": 3034.0,\n      \"border_PL_HR\": 2367.0,\n      \"border_PL_HU\": 2269.0,\n      \"border_PL_NL\": 3186.0,\n      \"border_PL_RO\": 2108.0,\n      \"border_PL_SI\": 2378.0,\n      \"border_PL_SK\": 1840.0,\n      \"border_RO_AT\": 936.0,\n      \"border_RO_BE\": 935.0,\n      \"border_RO_CZ\": 920.0,\n      \"border_RO_DE\": 931.0,\n      \"border_RO_FR\": 938.0,\n      \"border_RO_HR\": 1052.0,\n      \"border_RO_HU\": 858.0,\n      \"border_RO_NL\": 934.0,\n      \"border_RO_PL\": 921.0,\n      \"border_RO_SI\": 979.0,\n      \"border_RO_SK\": 895.0,\n      \"border_SI_AT\": 2522.0,\n      \"border_SI_BE\": 3448.0,\n      \"border_SI_CZ\": 3509.0,\n      \"border_SI_DE\": 3416.0,\n      \"border_SI_FR\": 3492.0,\n      \"border_SI_HR\": 2578.0,\n      \"border_SI_HU\": 3636.0,\n      \"border_SI_NL\": 3434.0,\n      \"border_SI_PL\": 3662.0,\n      \"border_SI_RO\": 2002.0,\n      \"border_SI_SK\": 3645.0,\n      \"border_SK_AT\": 4314.0,\n      \"border_SK_BE\": 3467.0,\n      \"border_SK_CZ\": 3045.0,\n      \"border_SK_DE\": 3285.0,\n      \"border_SK_FR\": 3575.0,\n      \"border_SK_HR\": 3563.0,\n      \"border_SK_HU\": 2216.0,\n      \"border_SK_NL\": 3394.0,\n      \"border_SK_PL\": 2566.0,\n      \"border_SK_RO\": 1416.0,\n      \"border_SK_SI\": 3004.0\n    },\n    {\n      \"id\": 34074,\n      \"dateTimeUtc\": \"2026-04-20T15:00:00Z\",\n      \"border_AT_BE\": 4619.0,\n      \"border_AT_CZ\": 5484.0,\n      \"border_AT_DE\": 4730.0,\n      \"border_AT_FR\": 4663.0,\n      \"border_AT_HR\": 3298.0,\n      \"border_AT_HU\": 2598.0,\n      \"border_AT_NL\": 4568.0,\n      \"border_AT_PL\": 2815.0,\n      \"border_AT_RO\": 2144.0,\n      \"border_AT_SI\": 2671.0,\n      \"border_AT_SK\": 2946.0,\n      \"border_BE_AT\": 2677.0,\n      \"border_BE_CZ\": 2792.0,\n      \"border_BE_DE\": 2590.0,\n      \"border_BE_FR\": 4686.0,\n      \"border_BE_HR\": 2973.0,\n      \"border_BE_HU\": 2677.0,\n      \"border_BE_NL\": 2339.0,\n      \"border_BE_PL\": 2084.0,\n      \"border_BE_RO\": 2160.0,\n      \"border_BE_SI\": 2988.0,\n      \"border_BE_SK\": 2246.0,\n      \"border_CZ_AT\": 4049.0,\n      \"border_CZ_BE\": 5813.0,\n      \"border_CZ_DE\": 6168.0,\n      \"border_CZ_FR\": 5780.0,\n      \"border_CZ_HR\": 3444.0,\n      \"border_CZ_HU\": 2450.0,\n      \"border_CZ_NL\": 5667.0,\n      \"border_CZ_PL\": 2834.0,\n      \"border_CZ_RO\": 2187.0,\n      \"border_CZ_SI\": 3402.0,\n      \"border_CZ_SK\": 2343.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 6906.0,\n      \"border_DE_CZ\": 3305.0,\n      \"border_DE_FR\": 12064.0,\n      \"border_DE_HR\": 3255.0,\n      \"border_DE_HU\": 2639.0,\n      \"border_DE_NL\": 5355.0,\n      \"border_DE_PL\": 2004.0,\n      \"border_DE_RO\": 2169.0,\n      \"border_DE_SI\": 3273.0,\n      \"border_DE_SK\": 2486.0,\n      \"border_FR_AT\": 2988.0,\n      \"border_FR_BE\": 4498.0,\n      \"border_FR_CZ\": 3118.0,\n      \"border_FR_DE\": 3322.0,\n      \"border_FR_HR\": 2943.0,\n      \"border_FR_HU\": 2703.0,\n      \"border_FR_NL\": 3805.0,\n      \"border_FR_PL\": 2133.0,\n      \"border_FR_RO\": 2155.0,\n      \"border_FR_SI\": 2933.0,\n      \"border_FR_SK\": 2521.0,\n      \"border_HR_AT\": 1887.0,\n      \"border_HR_BE\": 1848.0,\n      \"border_HR_CZ\": 1973.0,\n      \"border_HR_DE\": 1880.0,\n      \"border_HR_FR\": 1826.0,\n      \"border_HR_HU\": 2130.0,\n      \"border_HR_NL\": 1860.0,\n      \"border_HR_PL\": 1931.0,\n      \"border_HR_RO\": 1988.0,\n      \"border_HR_SI\": 1552.0,\n      \"border_HR_SK\": 2077.0,\n      \"border_HU_AT\": 4516.0,\n      \"border_HU_BE\": 4995.0,\n      \"border_HU_CZ\": 4988.0,\n      \"border_HU_DE\": 4974.0,\n      \"border_HU_FR\": 4997.0,\n      \"border_HU_HR\": 3857.0,\n      \"border_HU_NL\": 4989.0,\n      \"border_HU_PL\": 3694.0,\n      \"border_HU_RO\": 2131.0,\n      \"border_HU_SI\": 2769.0,\n      \"border_HU_SK\": 4284.0,\n      \"border_NL_AT\": 3152.0,\n      \"border_NL_BE\": 4773.0,\n      \"border_NL_CZ\": 3114.0,\n      \"border_NL_DE\": 3530.0,\n      \"border_NL_FR\": 5651.0,\n      \"border_NL_HR\": 3229.0,\n      \"border_NL_HU\": 2661.0,\n      \"border_NL_PL\": 2060.0,\n      \"border_NL_RO\": 2164.0,\n      \"border_NL_SI\": 3312.0,\n      \"border_NL_SK\": 2449.0,\n      \"border_PL_AT\": 2371.0,\n      \"border_PL_BE\": 3043.0,\n      \"border_PL_CZ\": 2218.0,\n      \"border_PL_DE\": 3238.0,\n      \"border_PL_FR\": 2965.0,\n      \"border_PL_HR\": 2317.0,\n      \"border_PL_HU\": 2165.0,\n      \"border_PL_NL\": 3107.0,\n      \"border_PL_RO\": 2217.0,\n      \"border_PL_SI\": 2329.0,\n      \"border_PL_SK\": 1770.0,\n      \"border_RO_AT\": 805.0,\n      \"border_RO_BE\": 808.0,\n      \"border_RO_CZ\": 796.0,\n      \"border_RO_DE\": 805.0,\n      \"border_RO_FR\": 810.0,\n      \"border_RO_HR\": 903.0,\n      \"border_RO_HU\": 745.0,\n      \"border_RO_NL\": 807.0,\n      \"border_RO_PL\": 797.0,\n      \"border_RO_SI\": 837.0,\n      \"border_RO_SK\": 775.0,\n      \"border_SI_AT\": 2668.0,\n      \"border_SI_BE\": 3441.0,\n      \"border_SI_CZ\": 3504.0,\n      \"border_SI_DE\": 3412.0,\n      \"border_SI_FR\": 3483.0,\n      \"border_SI_HR\": 2556.0,\n      \"border_SI_HU\": 2456.0,\n      \"border_SI_NL\": 3427.0,\n      \"border_SI_PL\": 3021.0,\n      \"border_SI_RO\": 2073.0,\n      \"border_SI_SK\": 3315.0,\n      \"border_SK_AT\": 4037.0,\n      \"border_SK_BE\": 3988.0,\n      \"border_SK_CZ\": 3639.0,\n      \"border_SK_DE\": 3838.0,\n      \"border_SK_FR\": 4077.0,\n      \"border_SK_HR\": 3652.0,\n      \"border_SK_HU\": 2018.0,\n      \"border_SK_NL\": 3930.0,\n      \"border_SK_PL\": 2910.0,\n      \"border_SK_RO\": 2228.0,\n      \"border_SK_SI\": 3148.0\n    },\n    {\n      \"id\": 34075,\n      \"dateTimeUtc\": \"2026-04-20T16:00:00Z\",\n      \"border_AT_BE\": 4228.0,\n      \"border_AT_CZ\": 4432.0,\n      \"border_AT_DE\": 4746.0,\n      \"border_AT_FR\": 4246.0,\n      \"border_AT_HR\": 3118.0,\n      \"border_AT_HU\": 2560.0,\n      \"border_AT_NL\": 4133.0,\n      \"border_AT_PL\": 2067.0,\n      \"border_AT_RO\": 1396.0,\n      \"border_AT_SI\": 2508.0,\n      \"border_AT_SK\": 2569.0,\n      \"border_BE_AT\": 2646.0,\n      \"border_BE_CZ\": 2723.0,\n      \"border_BE_DE\": 2543.0,\n      \"border_BE_FR\": 4410.0,\n      \"border_BE_HR\": 2887.0,\n      \"border_BE_HU\": 2512.0,\n      \"border_BE_NL\": 2288.0,\n      \"border_BE_PL\": 1684.0,\n      \"border_BE_RO\": 1408.0,\n      \"border_BE_SI\": 2865.0,\n      \"border_BE_SK\": 2129.0,\n      \"border_CZ_AT\": 3938.0,\n      \"border_CZ_BE\": 6093.0,\n      \"border_CZ_DE\": 6447.0,\n      \"border_CZ_FR\": 6055.0,\n      \"border_CZ_HR\": 3272.0,\n      \"border_CZ_HU\": 2312.0,\n      \"border_CZ_NL\": 5333.0,\n      \"border_CZ_PL\": 2321.0,\n      \"border_CZ_RO\": 1426.0,\n      \"border_CZ_SI\": 3418.0,\n      \"border_CZ_SK\": 2149.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7145.0,\n      \"border_DE_CZ\": 3035.0,\n      \"border_DE_FR\": 11496.0,\n      \"border_DE_HR\": 3161.0,\n      \"border_DE_HU\": 2480.0,\n      \"border_DE_NL\": 5071.0,\n      \"border_DE_PL\": 1668.0,\n      \"border_DE_RO\": 1414.0,\n      \"border_DE_SI\": 3081.0,\n      \"border_DE_SK\": 2330.0,\n      \"border_FR_AT\": 2989.0,\n      \"border_FR_BE\": 4549.0,\n      \"border_FR_CZ\": 3079.0,\n      \"border_FR_DE\": 3343.0,\n      \"border_FR_HR\": 2979.0,\n      \"border_FR_HU\": 2535.0,\n      \"border_FR_NL\": 3861.0,\n      \"border_FR_PL\": 1717.0,\n      \"border_FR_RO\": 1405.0,\n      \"border_FR_SI\": 2965.0,\n      \"border_FR_SK\": 2342.0,\n      \"border_HR_AT\": 1928.0,\n      \"border_HR_BE\": 1895.0,\n      \"border_HR_CZ\": 2026.0,\n      \"border_HR_DE\": 1928.0,\n      \"border_HR_FR\": 1870.0,\n      \"border_HR_HU\": 2128.0,\n      \"border_HR_NL\": 1909.0,\n      \"border_HR_PL\": 1957.0,\n      \"border_HR_RO\": 1266.0,\n      \"border_HR_SI\": 1540.0,\n      \"border_HR_SK\": 2111.0,\n      \"border_HU_AT\": 4386.0,\n      \"border_HU_BE\": 4211.0,\n      \"border_HU_CZ\": 4559.0,\n      \"border_HU_DE\": 4197.0,\n      \"border_HU_FR\": 4211.0,\n      \"border_HU_HR\": 3084.0,\n      \"border_HU_NL\": 4207.0,\n      \"border_HU_PL\": 2894.0,\n      \"border_HU_RO\": 1493.0,\n      \"border_HU_SI\": 2815.0,\n      \"border_HU_SK\": 4074.0,\n      \"border_NL_AT\": 3158.0,\n      \"border_NL_BE\": 4875.0,\n      \"border_NL_CZ\": 2932.0,\n      \"border_NL_DE\": 3593.0,\n      \"border_NL_FR\": 5830.0,\n      \"border_NL_HR\": 3171.0,\n      \"border_NL_HU\": 2499.0,\n      \"border_NL_PL\": 1695.0,\n      \"border_NL_RO\": 1411.0,\n      \"border_NL_SI\": 3106.0,\n      \"border_NL_SK\": 2294.0,\n      \"border_PL_AT\": 1779.0,\n      \"border_PL_BE\": 2160.0,\n      \"border_PL_CZ\": 1586.0,\n      \"border_PL_DE\": 2286.0,\n      \"border_PL_FR\": 2105.0,\n      \"border_PL_HR\": 1641.0,\n      \"border_PL_HU\": 1574.0,\n      \"border_PL_NL\": 2202.0,\n      \"border_PL_RO\": 1449.0,\n      \"border_PL_SI\": 1650.0,\n      \"border_PL_SK\": 1395.0,\n      \"border_RO_AT\": 978.0,\n      \"border_RO_BE\": 979.0,\n      \"border_RO_CZ\": 958.0,\n      \"border_RO_DE\": 974.0,\n      \"border_RO_FR\": 982.0,\n      \"border_RO_HR\": 1174.0,\n      \"border_RO_HU\": 877.0,\n      \"border_RO_NL\": 977.0,\n      \"border_RO_PL\": 952.0,\n      \"border_RO_SI\": 1033.0,\n      \"border_RO_SK\": 920.0,\n      \"border_SI_AT\": 2474.0,\n      \"border_SI_BE\": 3450.0,\n      \"border_SI_CZ\": 3507.0,\n      \"border_SI_DE\": 3422.0,\n      \"border_SI_FR\": 3492.0,\n      \"border_SI_HR\": 2593.0,\n      \"border_SI_HU\": 2371.0,\n      \"border_SI_NL\": 3437.0,\n      \"border_SI_PL\": 2440.0,\n      \"border_SI_RO\": 1349.0,\n      \"border_SI_SK\": 3261.0,\n      \"border_SK_AT\": 4381.0,\n      \"border_SK_BE\": 4249.0,\n      \"border_SK_CZ\": 3908.0,\n      \"border_SK_DE\": 4095.0,\n      \"border_SK_FR\": 4346.0,\n      \"border_SK_HR\": 3178.0,\n      \"border_SK_HU\": 1951.0,\n      \"border_SK_NL\": 4189.0,\n      \"border_SK_PL\": 3079.0,\n      \"border_SK_RO\": 1458.0,\n      \"border_SK_SI\": 3257.0\n    },\n    {\n      \"id\": 34076,\n      \"dateTimeUtc\": \"2026-04-20T17:00:00Z\",\n      \"border_AT_BE\": 4181.0,\n      \"border_AT_CZ\": 4581.0,\n      \"border_AT_DE\": 4732.0,\n      \"border_AT_FR\": 4282.0,\n      \"border_AT_HR\": 2653.0,\n      \"border_AT_HU\": 2829.0,\n      \"border_AT_NL\": 4075.0,\n      \"border_AT_PL\": 1596.0,\n      \"border_AT_RO\": 839.0,\n      \"border_AT_SI\": 2248.0,\n      \"border_AT_SK\": 2708.0,\n      \"border_BE_AT\": 2532.0,\n      \"border_BE_CZ\": 2562.0,\n      \"border_BE_DE\": 2404.0,\n      \"border_BE_FR\": 4315.0,\n      \"border_BE_HR\": 2723.0,\n      \"border_BE_HU\": 2420.0,\n      \"border_BE_NL\": 2157.0,\n      \"border_BE_PL\": 1410.0,\n      \"border_BE_RO\": 846.0,\n      \"border_BE_SI\": 2716.0,\n      \"border_BE_SK\": 2173.0,\n      \"border_CZ_AT\": 3859.0,\n      \"border_CZ_BE\": 6137.0,\n      \"border_CZ_DE\": 6430.0,\n      \"border_CZ_FR\": 5912.0,\n      \"border_CZ_HR\": 2862.0,\n      \"border_CZ_HU\": 2570.0,\n      \"border_CZ_NL\": 5613.0,\n      \"border_CZ_PL\": 1935.0,\n      \"border_CZ_RO\": 857.0,\n      \"border_CZ_SI\": 2826.0,\n      \"border_CZ_SK\": 2180.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7298.0,\n      \"border_DE_CZ\": 3061.0,\n      \"border_DE_FR\": 12311.0,\n      \"border_DE_HR\": 2697.0,\n      \"border_DE_HU\": 2556.0,\n      \"border_DE_NL\": 5369.0,\n      \"border_DE_PL\": 1408.0,\n      \"border_DE_RO\": 850.0,\n      \"border_DE_SI\": 2678.0,\n      \"border_DE_SK\": 2408.0,\n      \"border_FR_AT\": 2959.0,\n      \"border_FR_BE\": 4487.0,\n      \"border_FR_CZ\": 3118.0,\n      \"border_FR_DE\": 2997.0,\n      \"border_FR_HR\": 2930.0,\n      \"border_FR_HU\": 2662.0,\n      \"border_FR_NL\": 3368.0,\n      \"border_FR_PL\": 1434.0,\n      \"border_FR_RO\": 844.0,\n      \"border_FR_SI\": 2808.0,\n      \"border_FR_SK\": 2361.0,\n      \"border_HR_AT\": 2005.0,\n      \"border_HR_BE\": 1955.0,\n      \"border_HR_CZ\": 2068.0,\n      \"border_HR_DE\": 1984.0,\n      \"border_HR_FR\": 1933.0,\n      \"border_HR_HU\": 2213.0,\n      \"border_HR_NL\": 1967.0,\n      \"border_HR_PL\": 1960.0,\n      \"border_HR_RO\": 750.0,\n      \"border_HR_SI\": 1567.0,\n      \"border_HR_SK\": 2165.0,\n      \"border_HU_AT\": 4919.0,\n      \"border_HU_BE\": 4766.0,\n      \"border_HU_CZ\": 5162.0,\n      \"border_HU_DE\": 4754.0,\n      \"border_HU_FR\": 4766.0,\n      \"border_HU_HR\": 2731.0,\n      \"border_HU_NL\": 4762.0,\n      \"border_HU_PL\": 2281.0,\n      \"border_HU_RO\": 898.0,\n      \"border_HU_SI\": 2701.0,\n      \"border_HU_SK\": 3901.0,\n      \"border_NL_AT\": 2856.0,\n      \"border_NL_BE\": 5018.0,\n      \"border_NL_CZ\": 2960.0,\n      \"border_NL_DE\": 3037.0,\n      \"border_NL_FR\": 5479.0,\n      \"border_NL_HR\": 2799.0,\n      \"border_NL_HU\": 2572.0,\n      \"border_NL_PL\": 1430.0,\n      \"border_NL_RO\": 848.0,\n      \"border_NL_SI\": 2703.0,\n      \"border_NL_SK\": 2333.0,\n      \"border_PL_AT\": 2161.0,\n      \"border_PL_BE\": 2639.0,\n      \"border_PL_CZ\": 1916.0,\n      \"border_PL_DE\": 2781.0,\n      \"border_PL_FR\": 2569.0,\n      \"border_PL_HR\": 1987.0,\n      \"border_PL_HU\": 1904.0,\n      \"border_PL_NL\": 2692.0,\n      \"border_PL_RO\": 871.0,\n      \"border_PL_SI\": 1999.0,\n      \"border_PL_SK\": 1642.0,\n      \"border_RO_AT\": 1035.0,\n      \"border_RO_BE\": 1036.0,\n      \"border_RO_CZ\": 1013.0,\n      \"border_RO_DE\": 1031.0,\n      \"border_RO_FR\": 1040.0,\n      \"border_RO_HR\": 1292.0,\n      \"border_RO_HU\": 923.0,\n      \"border_RO_NL\": 1034.0,\n      \"border_RO_PL\": 999.0,\n      \"border_RO_SI\": 1097.0,\n      \"border_RO_SK\": 971.0,\n      \"border_SI_AT\": 2887.0,\n      \"border_SI_BE\": 4047.0,\n      \"border_SI_CZ\": 4113.0,\n      \"border_SI_DE\": 4007.0,\n      \"border_SI_FR\": 4098.0,\n      \"border_SI_HR\": 2941.0,\n      \"border_SI_HU\": 2619.0,\n      \"border_SI_NL\": 4031.0,\n      \"border_SI_PL\": 1982.0,\n      \"border_SI_RO\": 810.0,\n      \"border_SI_SK\": 3604.0,\n      \"border_SK_AT\": 4244.0,\n      \"border_SK_BE\": 3980.0,\n      \"border_SK_CZ\": 3651.0,\n      \"border_SK_DE\": 3846.0,\n      \"border_SK_FR\": 4074.0,\n      \"border_SK_HR\": 2797.0,\n      \"border_SK_HU\": 2053.0,\n      \"border_SK_NL\": 3924.0,\n      \"border_SK_PL\": 2250.0,\n      \"border_SK_RO\": 877.0,\n      \"border_SK_SI\": 3053.0\n    },\n    {\n      \"id\": 34077,\n      \"dateTimeUtc\": \"2026-04-20T18:00:00Z\",\n      \"border_AT_BE\": 4396.0,\n      \"border_AT_CZ\": 4592.0,\n      \"border_AT_DE\": 4748.0,\n      \"border_AT_FR\": 4306.0,\n      \"border_AT_HR\": 3032.0,\n      \"border_AT_HU\": 2748.0,\n      \"border_AT_NL\": 4339.0,\n      \"border_AT_PL\": 1653.0,\n      \"border_AT_RO\": 837.0,\n      \"border_AT_SI\": 2894.0,\n      \"border_AT_SK\": 2923.0,\n      \"border_BE_AT\": 2898.0,\n      \"border_BE_CZ\": 2770.0,\n      \"border_BE_DE\": 2605.0,\n      \"border_BE_FR\": 4606.0,\n      \"border_BE_HR\": 2869.0,\n      \"border_BE_HU\": 2494.0,\n      \"border_BE_NL\": 2334.0,\n      \"border_BE_PL\": 1424.0,\n      \"border_BE_RO\": 844.0,\n      \"border_BE_SI\": 2924.0,\n      \"border_BE_SK\": 2292.0,\n      \"border_CZ_AT\": 4697.0,\n      \"border_CZ_BE\": 6185.0,\n      \"border_CZ_DE\": 6462.0,\n      \"border_CZ_FR\": 6145.0,\n      \"border_CZ_HR\": 2972.0,\n      \"border_CZ_HU\": 2633.0,\n      \"border_CZ_NL\": 5612.0,\n      \"border_CZ_PL\": 1979.0,\n      \"border_CZ_RO\": 855.0,\n      \"border_CZ_SI\": 3989.0,\n      \"border_CZ_SK\": 2293.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7821.0,\n      \"border_DE_CZ\": 3064.0,\n      \"border_DE_FR\": 12994.0,\n      \"border_DE_HR\": 2763.0,\n      \"border_DE_HU\": 2555.0,\n      \"border_DE_NL\": 5401.0,\n      \"border_DE_PL\": 1422.0,\n      \"border_DE_RO\": 848.0,\n      \"border_DE_SI\": 3167.0,\n      \"border_DE_SK\": 2498.0,\n      \"border_FR_AT\": 3263.0,\n      \"border_FR_BE\": 4930.0,\n      \"border_FR_CZ\": 3187.0,\n      \"border_FR_DE\": 3449.0,\n      \"border_FR_HR\": 3022.0,\n      \"border_FR_HU\": 2688.0,\n      \"border_FR_NL\": 3822.0,\n      \"border_FR_PL\": 1455.0,\n      \"border_FR_RO\": 842.0,\n      \"border_FR_SI\": 3252.0,\n      \"border_FR_SK\": 2485.0,\n      \"border_HR_AT\": 2086.0,\n      \"border_HR_BE\": 2024.0,\n      \"border_HR_CZ\": 2155.0,\n      \"border_HR_DE\": 2057.0,\n      \"border_HR_FR\": 1998.0,\n      \"border_HR_HU\": 2144.0,\n      \"border_HR_NL\": 2037.0,\n      \"border_HR_PL\": 1961.0,\n      \"border_HR_RO\": 749.0,\n      \"border_HR_SI\": 1611.0,\n      \"border_HR_SK\": 2194.0,\n      \"border_HU_AT\": 4918.0,\n      \"border_HU_BE\": 4724.0,\n      \"border_HU_CZ\": 5096.0,\n      \"border_HU_DE\": 4714.0,\n      \"border_HU_FR\": 4724.0,\n      \"border_HU_HR\": 2838.0,\n      \"border_HU_NL\": 4720.0,\n      \"border_HU_PL\": 2263.0,\n      \"border_HU_RO\": 895.0,\n      \"border_HU_SI\": 2882.0,\n      \"border_HU_SK\": 3913.0,\n      \"border_NL_AT\": 3140.0,\n      \"border_NL_BE\": 4930.0,\n      \"border_NL_CZ\": 2939.0,\n      \"border_NL_DE\": 3001.0,\n      \"border_NL_FR\": 5414.0,\n      \"border_NL_HR\": 2868.0,\n      \"border_NL_HU\": 2573.0,\n      \"border_NL_PL\": 1436.0,\n      \"border_NL_RO\": 846.0,\n      \"border_NL_SI\": 3108.0,\n      \"border_NL_SK\": 2383.0,\n      \"border_PL_AT\": 2892.0,\n      \"border_PL_BE\": 3490.0,\n      \"border_PL_CZ\": 2568.0,\n      \"border_PL_DE\": 3648.0,\n      \"border_PL_FR\": 3405.0,\n      \"border_PL_HR\": 2628.0,\n      \"border_PL_HU\": 2407.0,\n      \"border_PL_NL\": 3552.0,\n      \"border_PL_RO\": 868.0,\n      \"border_PL_SI\": 2681.0,\n      \"border_PL_SK\": 1824.0,\n      \"border_RO_AT\": 1062.0,\n      \"border_RO_BE\": 1057.0,\n      \"border_RO_CZ\": 1034.0,\n      \"border_RO_DE\": 1052.0,\n      \"border_RO_FR\": 1061.0,\n      \"border_RO_HR\": 1325.0,\n      \"border_RO_HU\": 945.0,\n      \"border_RO_NL\": 1055.0,\n      \"border_RO_PL\": 1023.0,\n      \"border_RO_SI\": 1125.0,\n      \"border_RO_SK\": 994.0,\n      \"border_SI_AT\": 2808.0,\n      \"border_SI_BE\": 3970.0,\n      \"border_SI_CZ\": 3788.0,\n      \"border_SI_DE\": 3907.0,\n      \"border_SI_FR\": 4018.0,\n      \"border_SI_HR\": 2809.0,\n      \"border_SI_HU\": 2544.0,\n      \"border_SI_NL\": 3955.0,\n      \"border_SI_PL\": 1963.0,\n      \"border_SI_RO\": 808.0,\n      \"border_SI_SK\": 3725.0,\n      \"border_SK_AT\": 4409.0,\n      \"border_SK_BE\": 3857.0,\n      \"border_SK_CZ\": 3526.0,\n      \"border_SK_DE\": 3730.0,\n      \"border_SK_FR\": 3947.0,\n      \"border_SK_HR\": 2905.0,\n      \"border_SK_HU\": 2123.0,\n      \"border_SK_NL\": 3802.0,\n      \"border_SK_PL\": 2245.0,\n      \"border_SK_RO\": 875.0,\n      \"border_SK_SI\": 3341.0\n    },\n    {\n      \"id\": 34078,\n      \"dateTimeUtc\": \"2026-04-20T19:00:00Z\",\n      \"border_AT_BE\": 4445.0,\n      \"border_AT_CZ\": 4369.0,\n      \"border_AT_DE\": 4858.0,\n      \"border_AT_FR\": 4210.0,\n      \"border_AT_HR\": 3242.0,\n      \"border_AT_HU\": 2574.0,\n      \"border_AT_NL\": 4589.0,\n      \"border_AT_PL\": 1731.0,\n      \"border_AT_RO\": 818.0,\n      \"border_AT_SI\": 2633.0,\n      \"border_AT_SK\": 2581.0,\n      \"border_BE_AT\": 2907.0,\n      \"border_BE_CZ\": 2795.0,\n      \"border_BE_DE\": 2748.0,\n      \"border_BE_FR\": 4813.0,\n      \"border_BE_HR\": 2921.0,\n      \"border_BE_HU\": 2491.0,\n      \"border_BE_NL\": 2638.0,\n      \"border_BE_PL\": 1466.0,\n      \"border_BE_RO\": 825.0,\n      \"border_BE_SI\": 2933.0,\n      \"border_BE_SK\": 2150.0,\n      \"border_CZ_AT\": 4527.0,\n      \"border_CZ_BE\": 6144.0,\n      \"border_CZ_DE\": 6430.0,\n      \"border_CZ_FR\": 6103.0,\n      \"border_CZ_HR\": 3165.0,\n      \"border_CZ_HU\": 2332.0,\n      \"border_CZ_NL\": 5497.0,\n      \"border_CZ_PL\": 2024.0,\n      \"border_CZ_RO\": 835.0,\n      \"border_CZ_SI\": 3570.0,\n      \"border_CZ_SK\": 2152.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7543.0,\n      \"border_DE_CZ\": 3003.0,\n      \"border_DE_FR\": 12813.0,\n      \"border_DE_HR\": 2900.0,\n      \"border_DE_HU\": 2428.0,\n      \"border_DE_NL\": 5285.0,\n      \"border_DE_PL\": 1462.0,\n      \"border_DE_RO\": 828.0,\n      \"border_DE_SI\": 3122.0,\n      \"border_DE_SK\": 2319.0,\n      \"border_FR_AT\": 3022.0,\n      \"border_FR_BE\": 4552.0,\n      \"border_FR_CZ\": 3033.0,\n      \"border_FR_DE\": 3373.0,\n      \"border_FR_HR\": 3030.0,\n      \"border_FR_HU\": 2535.0,\n      \"border_FR_NL\": 3901.0,\n      \"border_FR_PL\": 1500.0,\n      \"border_FR_RO\": 822.0,\n      \"border_FR_SI\": 3011.0,\n      \"border_FR_SK\": 2334.0,\n      \"border_HR_AT\": 1884.0,\n      \"border_HR_BE\": 1841.0,\n      \"border_HR_CZ\": 1922.0,\n      \"border_HR_DE\": 1862.0,\n      \"border_HR_FR\": 1825.0,\n      \"border_HR_HU\": 2042.0,\n      \"border_HR_NL\": 1850.0,\n      \"border_HR_PL\": 1874.0,\n      \"border_HR_RO\": 733.0,\n      \"border_HR_SI\": 1539.0,\n      \"border_HR_SK\": 1988.0,\n      \"border_HU_AT\": 4986.0,\n      \"border_HU_BE\": 4791.0,\n      \"border_HU_CZ\": 5168.0,\n      \"border_HU_DE\": 4781.0,\n      \"border_HU_FR\": 4791.0,\n      \"border_HU_HR\": 3030.0,\n      \"border_HU_NL\": 4787.0,\n      \"border_HU_PL\": 2365.0,\n      \"border_HU_RO\": 873.0,\n      \"border_HU_SI\": 2764.0,\n      \"border_HU_SK\": 3984.0,\n      \"border_NL_AT\": 3073.0,\n      \"border_NL_BE\": 4839.0,\n      \"border_NL_CZ\": 2776.0,\n      \"border_NL_DE\": 3013.0,\n      \"border_NL_FR\": 5419.0,\n      \"border_NL_HR\": 2996.0,\n      \"border_NL_HU\": 2470.0,\n      \"border_NL_PL\": 1476.0,\n      \"border_NL_RO\": 826.0,\n      \"border_NL_SI\": 3166.0,\n      \"border_NL_SK\": 2249.0,\n      \"border_PL_AT\": 2523.0,\n      \"border_PL_BE\": 3027.0,\n      \"border_PL_CZ\": 2246.0,\n      \"border_PL_DE\": 3168.0,\n      \"border_PL_FR\": 2953.0,\n      \"border_PL_HR\": 2277.0,\n      \"border_PL_HU\": 2018.0,\n      \"border_PL_NL\": 3081.0,\n      \"border_PL_RO\": 847.0,\n      \"border_PL_SI\": 2324.0,\n      \"border_PL_SK\": 1641.0,\n      \"border_RO_AT\": 1010.0,\n      \"border_RO_BE\": 1010.0,\n      \"border_RO_CZ\": 988.0,\n      \"border_RO_DE\": 1005.0,\n      \"border_RO_FR\": 1013.0,\n      \"border_RO_HR\": 1242.0,\n      \"border_RO_HU\": 906.0,\n      \"border_RO_NL\": 1008.0,\n      \"border_RO_PL\": 973.0,\n      \"border_RO_SI\": 1067.0,\n      \"border_RO_SK\": 950.0,\n      \"border_SI_AT\": 3035.0,\n      \"border_SI_BE\": 4291.0,\n      \"border_SI_CZ\": 4358.0,\n      \"border_SI_DE\": 4255.0,\n      \"border_SI_FR\": 4343.0,\n      \"border_SI_HR\": 3075.0,\n      \"border_SI_HU\": 2401.0,\n      \"border_SI_NL\": 4277.0,\n      \"border_SI_PL\": 2039.0,\n      \"border_SI_RO\": 790.0,\n      \"border_SI_SK\": 3248.0,\n      \"border_SK_AT\": 4227.0,\n      \"border_SK_BE\": 4280.0,\n      \"border_SK_CZ\": 3941.0,\n      \"border_SK_DE\": 4141.0,\n      \"border_SK_FR\": 4379.0,\n      \"border_SK_HR\": 3103.0,\n      \"border_SK_HU\": 1972.0,\n      \"border_SK_NL\": 4221.0,\n      \"border_SK_PL\": 2385.0,\n      \"border_SK_RO\": 854.0,\n      \"border_SK_SI\": 3164.0\n    },\n    {\n      \"id\": 34079,\n      \"dateTimeUtc\": \"2026-04-20T20:00:00Z\",\n      \"border_AT_BE\": 4336.0,\n      \"border_AT_CZ\": 4325.0,\n      \"border_AT_DE\": 4951.0,\n      \"border_AT_FR\": 4144.0,\n      \"border_AT_HR\": 3329.0,\n      \"border_AT_HU\": 2843.0,\n      \"border_AT_NL\": 4461.0,\n      \"border_AT_PL\": 1945.0,\n      \"border_AT_RO\": 2651.0,\n      \"border_AT_SI\": 2640.0,\n      \"border_AT_SK\": 2566.0,\n      \"border_BE_AT\": 2942.0,\n      \"border_BE_CZ\": 2801.0,\n      \"border_BE_DE\": 2796.0,\n      \"border_BE_FR\": 4862.0,\n      \"border_BE_HR\": 3134.0,\n      \"border_BE_HU\": 2728.0,\n      \"border_BE_NL\": 2543.0,\n      \"border_BE_PL\": 1581.0,\n      \"border_BE_RO\": 2674.0,\n      \"border_BE_SI\": 3146.0,\n      \"border_BE_SK\": 2128.0,\n      \"border_CZ_AT\": 4594.0,\n      \"border_CZ_BE\": 5981.0,\n      \"border_CZ_DE\": 6277.0,\n      \"border_CZ_FR\": 5932.0,\n      \"border_CZ_HR\": 3270.0,\n      \"border_CZ_HU\": 2463.0,\n      \"border_CZ_NL\": 5850.0,\n      \"border_CZ_PL\": 2212.0,\n      \"border_CZ_RO\": 2609.0,\n      \"border_CZ_SI\": 3505.0,\n      \"border_CZ_SK\": 2168.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7547.0,\n      \"border_DE_CZ\": 2999.0,\n      \"border_DE_FR\": 12373.0,\n      \"border_DE_HR\": 3415.0,\n      \"border_DE_HU\": 2663.0,\n      \"border_DE_NL\": 5593.0,\n      \"border_DE_PL\": 1591.0,\n      \"border_DE_RO\": 2685.0,\n      \"border_DE_SI\": 3377.0,\n      \"border_DE_SK\": 2317.0,\n      \"border_FR_AT\": 2967.0,\n      \"border_FR_BE\": 4436.0,\n      \"border_FR_CZ\": 3028.0,\n      \"border_FR_DE\": 3305.0,\n      \"border_FR_HR\": 2939.0,\n      \"border_FR_HU\": 2775.0,\n      \"border_FR_NL\": 3778.0,\n      \"border_FR_PL\": 1651.0,\n      \"border_FR_RO\": 2667.0,\n      \"border_FR_SI\": 2918.0,\n      \"border_FR_SK\": 2349.0,\n      \"border_HR_AT\": 1944.0,\n      \"border_HR_BE\": 1897.0,\n      \"border_HR_CZ\": 1991.0,\n      \"border_HR_DE\": 1922.0,\n      \"border_HR_FR\": 1878.0,\n      \"border_HR_HU\": 2135.0,\n      \"border_HR_NL\": 1907.0,\n      \"border_HR_PL\": 1969.0,\n      \"border_HR_RO\": 1963.0,\n      \"border_HR_SI\": 1573.0,\n      \"border_HR_SK\": 2069.0,\n      \"border_HU_AT\": 4937.0,\n      \"border_HU_BE\": 6029.0,\n      \"border_HU_CZ\": 5566.0,\n      \"border_HU_DE\": 6068.0,\n      \"border_HU_FR\": 5918.0,\n      \"border_HU_HR\": 3365.0,\n      \"border_HU_NL\": 6040.0,\n      \"border_HU_PL\": 2702.0,\n      \"border_HU_RO\": 2823.0,\n      \"border_HU_SI\": 2711.0,\n      \"border_HU_SK\": 3951.0,\n      \"border_NL_AT\": 3142.0,\n      \"border_NL_BE\": 5192.0,\n      \"border_NL_CZ\": 2806.0,\n      \"border_NL_DE\": 3313.0,\n      \"border_NL_FR\": 6143.0,\n      \"border_NL_HR\": 3468.0,\n      \"border_NL_HU\": 2702.0,\n      \"border_NL_PL\": 1609.0,\n      \"border_NL_RO\": 2678.0,\n      \"border_NL_SI\": 3411.0,\n      \"border_NL_SK\": 2259.0,\n      \"border_PL_AT\": 1647.0,\n      \"border_PL_BE\": 1956.0,\n      \"border_PL_CZ\": 1451.0,\n      \"border_PL_DE\": 2063.0,\n      \"border_PL_FR\": 1900.0,\n      \"border_PL_HR\": 1513.0,\n      \"border_PL_HU\": 1432.0,\n      \"border_PL_NL\": 1988.0,\n      \"border_PL_RO\": 1493.0,\n      \"border_PL_SI\": 1503.0,\n      \"border_PL_SK\": 1288.0,\n      \"border_RO_AT\": 1280.0,\n      \"border_RO_BE\": 1270.0,\n      \"border_RO_CZ\": 1245.0,\n      \"border_RO_DE\": 1264.0,\n      \"border_RO_FR\": 1275.0,\n      \"border_RO_HR\": 1569.0,\n      \"border_RO_HU\": 1145.0,\n      \"border_RO_NL\": 1268.0,\n      \"border_RO_PL\": 1239.0,\n      \"border_RO_SI\": 1350.0,\n      \"border_RO_SK\": 1201.0,\n      \"border_SI_AT\": 3010.0,\n      \"border_SI_BE\": 4256.0,\n      \"border_SI_CZ\": 4363.0,\n      \"border_SI_DE\": 4222.0,\n      \"border_SI_FR\": 4308.0,\n      \"border_SI_HR\": 2925.0,\n      \"border_SI_HU\": 3300.0,\n      \"border_SI_NL\": 4241.0,\n      \"border_SI_PL\": 2287.0,\n      \"border_SI_RO\": 2563.0,\n      \"border_SI_SK\": 3271.0,\n      \"border_SK_AT\": 4032.0,\n      \"border_SK_BE\": 4379.0,\n      \"border_SK_CZ\": 4030.0,\n      \"border_SK_DE\": 4223.0,\n      \"border_SK_FR\": 4483.0,\n      \"border_SK_HR\": 3378.0,\n      \"border_SK_HU\": 2047.0,\n      \"border_SK_NL\": 4317.0,\n      \"border_SK_PL\": 2780.0,\n      \"border_SK_RO\": 2385.0,\n      \"border_SK_SI\": 3077.0\n    },\n    {\n      \"id\": 34080,\n      \"dateTimeUtc\": \"2026-04-20T21:00:00Z\",\n      \"border_AT_BE\": 4069.0,\n      \"border_AT_CZ\": 4172.0,\n      \"border_AT_DE\": 4773.0,\n      \"border_AT_FR\": 4082.0,\n      \"border_AT_HR\": 3019.0,\n      \"border_AT_HU\": 3024.0,\n      \"border_AT_NL\": 3972.0,\n      \"border_AT_PL\": 1899.0,\n      \"border_AT_RO\": 2873.0,\n      \"border_AT_SI\": 2539.0,\n      \"border_AT_SK\": 2528.0,\n      \"border_BE_AT\": 3026.0,\n      \"border_BE_CZ\": 2855.0,\n      \"border_BE_DE\": 3044.0,\n      \"border_BE_FR\": 5261.0,\n      \"border_BE_HR\": 3242.0,\n      \"border_BE_HU\": 2941.0,\n      \"border_BE_NL\": 2762.0,\n      \"border_BE_PL\": 1606.0,\n      \"border_BE_RO\": 2897.0,\n      \"border_BE_SI\": 3252.0,\n      \"border_BE_SK\": 2215.0,\n      \"border_CZ_AT\": 4730.0,\n      \"border_CZ_BE\": 5847.0,\n      \"border_CZ_DE\": 6136.0,\n      \"border_CZ_FR\": 5809.0,\n      \"border_CZ_HR\": 3609.0,\n      \"border_CZ_HU\": 2634.0,\n      \"border_CZ_NL\": 5286.0,\n      \"border_CZ_PL\": 2221.0,\n      \"border_CZ_RO\": 2898.0,\n      \"border_CZ_SI\": 3505.0,\n      \"border_CZ_SK\": 2153.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7325.0,\n      \"border_DE_CZ\": 2948.0,\n      \"border_DE_FR\": 13120.0,\n      \"border_DE_HR\": 3430.0,\n      \"border_DE_HU\": 2827.0,\n      \"border_DE_NL\": 5060.0,\n      \"border_DE_PL\": 1595.0,\n      \"border_DE_RO\": 2820.0,\n      \"border_DE_SI\": 3294.0,\n      \"border_DE_SK\": 2290.0,\n      \"border_FR_AT\": 2956.0,\n      \"border_FR_BE\": 4381.0,\n      \"border_FR_CZ\": 3027.0,\n      \"border_FR_DE\": 3282.0,\n      \"border_FR_HR\": 2902.0,\n      \"border_FR_HU\": 2945.0,\n      \"border_FR_NL\": 3750.0,\n      \"border_FR_PL\": 1663.0,\n      \"border_FR_RO\": 2889.0,\n      \"border_FR_SI\": 2881.0,\n      \"border_FR_SK\": 2347.0,\n      \"border_HR_AT\": 1911.0,\n      \"border_HR_BE\": 1878.0,\n      \"border_HR_CZ\": 2010.0,\n      \"border_HR_DE\": 1911.0,\n      \"border_HR_FR\": 1851.0,\n      \"border_HR_HU\": 2145.0,\n      \"border_HR_NL\": 1893.0,\n      \"border_HR_PL\": 1868.0,\n      \"border_HR_RO\": 2198.0,\n      \"border_HR_SI\": 1550.0,\n      \"border_HR_SK\": 2092.0,\n      \"border_HU_AT\": 4728.0,\n      \"border_HU_BE\": 5467.0,\n      \"border_HU_CZ\": 5500.0,\n      \"border_HU_DE\": 5500.0,\n      \"border_HU_FR\": 5448.0,\n      \"border_HU_HR\": 4187.0,\n      \"border_HU_NL\": 5457.0,\n      \"border_HU_PL\": 2738.0,\n      \"border_HU_RO\": 3068.0,\n      \"border_HU_SI\": 2688.0,\n      \"border_HU_SK\": 3881.0,\n      \"border_NL_AT\": 3252.0,\n      \"border_NL_BE\": 4596.0,\n      \"border_NL_CZ\": 2842.0,\n      \"border_NL_DE\": 3431.0,\n      \"border_NL_FR\": 5535.0,\n      \"border_NL_HR\": 3426.0,\n      \"border_NL_HU\": 2915.0,\n      \"border_NL_PL\": 1619.0,\n      \"border_NL_RO\": 2901.0,\n      \"border_NL_SI\": 3336.0,\n      \"border_NL_SK\": 2272.0,\n      \"border_PL_AT\": 1920.0,\n      \"border_PL_BE\": 2318.0,\n      \"border_PL_CZ\": 1705.0,\n      \"border_PL_DE\": 2444.0,\n      \"border_PL_FR\": 2258.0,\n      \"border_PL_HR\": 1767.0,\n      \"border_PL_HU\": 1700.0,\n      \"border_PL_NL\": 2362.0,\n      \"border_PL_RO\": 1776.0,\n      \"border_PL_SI\": 1775.0,\n      \"border_PL_SK\": 1472.0,\n      \"border_RO_AT\": 1440.0,\n      \"border_RO_BE\": 1429.0,\n      \"border_RO_CZ\": 1403.0,\n      \"border_RO_DE\": 1422.0,\n      \"border_RO_FR\": 1434.0,\n      \"border_RO_HR\": 1659.0,\n      \"border_RO_HU\": 1294.0,\n      \"border_RO_NL\": 1426.0,\n      \"border_RO_PL\": 1397.0,\n      \"border_RO_SI\": 1513.0,\n      \"border_RO_SK\": 1356.0,\n      \"border_SI_AT\": 2970.0,\n      \"border_SI_BE\": 4351.0,\n      \"border_SI_CZ\": 4459.0,\n      \"border_SI_DE\": 4317.0,\n      \"border_SI_FR\": 4404.0,\n      \"border_SI_HR\": 2773.0,\n      \"border_SI_HU\": 3493.0,\n      \"border_SI_NL\": 4336.0,\n      \"border_SI_PL\": 2306.0,\n      \"border_SI_RO\": 2779.0,\n      \"border_SI_SK\": 3369.0,\n      \"border_SK_AT\": 4071.0,\n      \"border_SK_BE\": 4159.0,\n      \"border_SK_CZ\": 3826.0,\n      \"border_SK_DE\": 4013.0,\n      \"border_SK_FR\": 4254.0,\n      \"border_SK_HR\": 3367.0,\n      \"border_SK_HU\": 2132.0,\n      \"border_SK_NL\": 4101.0,\n      \"border_SK_PL\": 2825.0,\n      \"border_SK_RO\": 2588.0,\n      \"border_SK_SI\": 3031.0\n    },\n    {\n      \"id\": 34081,\n      \"dateTimeUtc\": \"2026-04-20T22:00:00Z\",\n      \"border_AT_BE\": 3794.0,\n      \"border_AT_CZ\": 4823.0,\n      \"border_AT_DE\": 4708.0,\n      \"border_AT_FR\": 3728.0,\n      \"border_AT_HR\": 3094.0,\n      \"border_AT_HU\": 3123.0,\n      \"border_AT_NL\": 3807.0,\n      \"border_AT_PL\": 3211.0,\n      \"border_AT_RO\": 3714.0,\n      \"border_AT_SI\": 2507.0,\n      \"border_AT_SK\": 2705.0,\n      \"border_BE_AT\": 3560.0,\n      \"border_BE_CZ\": 2904.0,\n      \"border_BE_DE\": 3637.0,\n      \"border_BE_FR\": 5795.0,\n      \"border_BE_HR\": 3296.0,\n      \"border_BE_HU\": 2844.0,\n      \"border_BE_NL\": 3329.0,\n      \"border_BE_PL\": 2401.0,\n      \"border_BE_RO\": 3237.0,\n      \"border_BE_SI\": 3243.0,\n      \"border_BE_SK\": 2289.0,\n      \"border_CZ_AT\": 4108.0,\n      \"border_CZ_BE\": 5895.0,\n      \"border_CZ_DE\": 6234.0,\n      \"border_CZ_FR\": 5185.0,\n      \"border_CZ_HR\": 3293.0,\n      \"border_CZ_HU\": 2580.0,\n      \"border_CZ_NL\": 5231.0,\n      \"border_CZ_PL\": 3199.0,\n      \"border_CZ_RO\": 2871.0,\n      \"border_CZ_SI\": 3204.0,\n      \"border_CZ_SK\": 2180.0,\n      \"border_DE_AT\": 5307.0,\n      \"border_DE_BE\": 6938.0,\n      \"border_DE_CZ\": 3106.0,\n      \"border_DE_FR\": 10900.0,\n      \"border_DE_HR\": 3353.0,\n      \"border_DE_HU\": 2789.0,\n      \"border_DE_NL\": 4995.0,\n      \"border_DE_PL\": 2323.0,\n      \"border_DE_RO\": 3124.0,\n      \"border_DE_SI\": 3196.0,\n      \"border_DE_SK\": 2400.0,\n      \"border_FR_AT\": 2987.0,\n      \"border_FR_BE\": 4458.0,\n      \"border_FR_CZ\": 3072.0,\n      \"border_FR_DE\": 3314.0,\n      \"border_FR_HR\": 2929.0,\n      \"border_FR_HU\": 2871.0,\n      \"border_FR_NL\": 3811.0,\n      \"border_FR_PL\": 2451.0,\n      \"border_FR_RO\": 2994.0,\n      \"border_FR_SI\": 2917.0,\n      \"border_FR_SK\": 2420.0,\n      \"border_HR_AT\": 1771.0,\n      \"border_HR_BE\": 1745.0,\n      \"border_HR_CZ\": 1848.0,\n      \"border_HR_DE\": 1771.0,\n      \"border_HR_FR\": 1725.0,\n      \"border_HR_HU\": 2009.0,\n      \"border_HR_NL\": 1757.0,\n      \"border_HR_PL\": 1782.0,\n      \"border_HR_RO\": 2120.0,\n      \"border_HR_SI\": 1506.0,\n      \"border_HR_SK\": 1937.0,\n      \"border_HU_AT\": 4130.0,\n      \"border_HU_BE\": 4379.0,\n      \"border_HU_CZ\": 4791.0,\n      \"border_HU_DE\": 4761.0,\n      \"border_HU_FR\": 4003.0,\n      \"border_HU_HR\": 3905.0,\n      \"border_HU_NL\": 4639.0,\n      \"border_HU_PL\": 4218.0,\n      \"border_HU_RO\": 3057.0,\n      \"border_HU_SI\": 2764.0,\n      \"border_HU_SK\": 3838.0,\n      \"border_NL_AT\": 3671.0,\n      \"border_NL_BE\": 6076.0,\n      \"border_NL_CZ\": 2923.0,\n      \"border_NL_DE\": 3964.0,\n      \"border_NL_FR\": 6852.0,\n      \"border_NL_HR\": 3321.0,\n      \"border_NL_HU\": 2820.0,\n      \"border_NL_PL\": 2372.0,\n      \"border_NL_RO\": 3190.0,\n      \"border_NL_SI\": 3223.0,\n      \"border_NL_SK\": 2370.0,\n      \"border_PL_AT\": 1630.0,\n      \"border_PL_BE\": 1912.0,\n      \"border_PL_CZ\": 1470.0,\n      \"border_PL_DE\": 2042.0,\n      \"border_PL_FR\": 1845.0,\n      \"border_PL_HR\": 1555.0,\n      \"border_PL_HU\": 1476.0,\n      \"border_PL_NL\": 1960.0,\n      \"border_PL_RO\": 1554.0,\n      \"border_PL_SI\": 1544.0,\n      \"border_PL_SK\": 1318.0,\n      \"border_RO_AT\": 1903.0,\n      \"border_RO_BE\": 1892.0,\n      \"border_RO_CZ\": 1847.0,\n      \"border_RO_DE\": 1882.0,\n      \"border_RO_FR\": 1900.0,\n      \"border_RO_HR\": 2274.0,\n      \"border_RO_HU\": 1670.0,\n      \"border_RO_NL\": 1887.0,\n      \"border_RO_PL\": 1834.0,\n      \"border_RO_SI\": 2044.0,\n      \"border_RO_SK\": 1769.0,\n      \"border_SI_AT\": 3343.0,\n      \"border_SI_BE\": 3836.0,\n      \"border_SI_CZ\": 4482.0,\n      \"border_SI_DE\": 4507.0,\n      \"border_SI_FR\": 3507.0,\n      \"border_SI_HR\": 2631.0,\n      \"border_SI_HU\": 3696.0,\n      \"border_SI_NL\": 4065.0,\n      \"border_SI_PL\": 3454.0,\n      \"border_SI_RO\": 3573.0,\n      \"border_SI_SK\": 3200.0,\n      \"border_SK_AT\": 3351.0,\n      \"border_SK_BE\": 4554.0,\n      \"border_SK_CZ\": 4271.0,\n      \"border_SK_DE\": 4437.0,\n      \"border_SK_FR\": 4089.0,\n      \"border_SK_HR\": 3080.0,\n      \"border_SK_HU\": 2180.0,\n      \"border_SK_NL\": 4518.0,\n      \"border_SK_PL\": 3388.0,\n      \"border_SK_RO\": 2604.0,\n      \"border_SK_SI\": 3001.0\n    },\n    {\n      \"id\": 34082,\n      \"dateTimeUtc\": \"2026-04-20T23:00:00Z\",\n      \"border_AT_BE\": 3692.0,\n      \"border_AT_CZ\": 3496.0,\n      \"border_AT_DE\": 4709.0,\n      \"border_AT_FR\": 3845.0,\n      \"border_AT_HR\": 3116.0,\n      \"border_AT_HU\": 3152.0,\n      \"border_AT_NL\": 3508.0,\n      \"border_AT_PL\": 3047.0,\n      \"border_AT_RO\": 3528.0,\n      \"border_AT_SI\": 2670.0,\n      \"border_AT_SK\": 2137.0,\n      \"border_BE_AT\": 3934.0,\n      \"border_BE_CZ\": 2904.0,\n      \"border_BE_DE\": 3701.0,\n      \"border_BE_FR\": 5929.0,\n      \"border_BE_HR\": 3208.0,\n      \"border_BE_HU\": 2878.0,\n      \"border_BE_NL\": 3421.0,\n      \"border_BE_PL\": 2640.0,\n      \"border_BE_RO\": 3286.0,\n      \"border_BE_SI\": 3781.0,\n      \"border_BE_SK\": 2122.0,\n      \"border_CZ_AT\": 4912.0,\n      \"border_CZ_BE\": 5865.0,\n      \"border_CZ_DE\": 6100.0,\n      \"border_CZ_FR\": 5758.0,\n      \"border_CZ_HR\": 3401.0,\n      \"border_CZ_HU\": 2601.0,\n      \"border_CZ_NL\": 5219.0,\n      \"border_CZ_PL\": 3515.0,\n      \"border_CZ_RO\": 2929.0,\n      \"border_CZ_SI\": 3708.0,\n      \"border_CZ_SK\": 1921.0,\n      \"border_DE_AT\": 5327.0,\n      \"border_DE_BE\": 6845.0,\n      \"border_DE_CZ\": 2881.0,\n      \"border_DE_FR\": 11384.0,\n      \"border_DE_HR\": 3264.0,\n      \"border_DE_HU\": 2800.0,\n      \"border_DE_NL\": 4980.0,\n      \"border_DE_PL\": 2550.0,\n      \"border_DE_RO\": 3158.0,\n      \"border_DE_SI\": 3726.0,\n      \"border_DE_SK\": 2075.0,\n      \"border_FR_AT\": 2996.0,\n      \"border_FR_BE\": 4498.0,\n      \"border_FR_CZ\": 3004.0,\n      \"border_FR_DE\": 3352.0,\n      \"border_FR_HR\": 2943.0,\n      \"border_FR_HU\": 2914.0,\n      \"border_FR_NL\": 3851.0,\n      \"border_FR_PL\": 2694.0,\n      \"border_FR_RO\": 3014.0,\n      \"border_FR_SI\": 2942.0,\n      \"border_FR_SK\": 2168.0,\n      \"border_HR_AT\": 1796.0,\n      \"border_HR_BE\": 1761.0,\n      \"border_HR_CZ\": 1887.0,\n      \"border_HR_DE\": 1796.0,\n      \"border_HR_FR\": 1737.0,\n      \"border_HR_HU\": 2039.0,\n      \"border_HR_NL\": 1776.0,\n      \"border_HR_PL\": 1840.0,\n      \"border_HR_RO\": 2175.0,\n      \"border_HR_SI\": 1528.0,\n      \"border_HR_SK\": 1976.0,\n      \"border_HU_AT\": 4822.0,\n      \"border_HU_BE\": 4918.0,\n      \"border_HU_CZ\": 5002.0,\n      \"border_HU_DE\": 4972.0,\n      \"border_HU_FR\": 4669.0,\n      \"border_HU_HR\": 3819.0,\n      \"border_HU_NL\": 4958.0,\n      \"border_HU_PL\": 4382.0,\n      \"border_HU_RO\": 2939.0,\n      \"border_HU_SI\": 2822.0,\n      \"border_HU_SK\": 3898.0,\n      \"border_NL_AT\": 4102.0,\n      \"border_NL_BE\": 5934.0,\n      \"border_NL_CZ\": 2873.0,\n      \"border_NL_DE\": 4027.0,\n      \"border_NL_FR\": 6639.0,\n      \"border_NL_HR\": 3232.0,\n      \"border_NL_HU\": 2843.0,\n      \"border_NL_PL\": 2607.0,\n      \"border_NL_RO\": 3229.0,\n      \"border_NL_SI\": 3757.0,\n      \"border_NL_SK\": 2109.0,\n      \"border_PL_AT\": 1703.0,\n      \"border_PL_BE\": 2030.0,\n      \"border_PL_CZ\": 1489.0,\n      \"border_PL_DE\": 2137.0,\n      \"border_PL_FR\": 1975.0,\n      \"border_PL_HR\": 1551.0,\n      \"border_PL_HU\": 1483.0,\n      \"border_PL_NL\": 2071.0,\n      \"border_PL_RO\": 1556.0,\n      \"border_PL_SI\": 1560.0,\n      \"border_PL_SK\": 1321.0,\n      \"border_RO_AT\": 2082.0,\n      \"border_RO_BE\": 2061.0,\n      \"border_RO_CZ\": 2014.0,\n      \"border_RO_DE\": 2050.0,\n      \"border_RO_FR\": 2070.0,\n      \"border_RO_HR\": 2465.0,\n      \"border_RO_HU\": 1825.0,\n      \"border_RO_NL\": 2056.0,\n      \"border_RO_PL\": 2000.0,\n      \"border_RO_SI\": 2222.0,\n      \"border_RO_SK\": 1931.0,\n      \"border_SI_AT\": 2855.0,\n      \"border_SI_BE\": 4170.0,\n      \"border_SI_CZ\": 4269.0,\n      \"border_SI_DE\": 4137.0,\n      \"border_SI_FR\": 3932.0,\n      \"border_SI_HR\": 2557.0,\n      \"border_SI_HU\": 3720.0,\n      \"border_SI_NL\": 4156.0,\n      \"border_SI_PL\": 3798.0,\n      \"border_SI_RO\": 3823.0,\n      \"border_SI_SK\": 3052.0,\n      \"border_SK_AT\": 3913.0,\n      \"border_SK_BE\": 4432.0,\n      \"border_SK_CZ\": 4135.0,\n      \"border_SK_DE\": 4291.0,\n      \"border_SK_FR\": 4535.0,\n      \"border_SK_HR\": 3278.0,\n      \"border_SK_HU\": 2205.0,\n      \"border_SK_NL\": 4370.0,\n      \"border_SK_PL\": 3281.0,\n      \"border_SK_RO\": 2640.0,\n      \"border_SK_SI\": 3199.0\n    },\n    {\n      \"id\": 34083,\n      \"dateTimeUtc\": \"2026-04-21T00:00:00Z\",\n      \"border_AT_BE\": 3711.0,\n      \"border_AT_CZ\": 3552.0,\n      \"border_AT_DE\": 4708.0,\n      \"border_AT_FR\": 3857.0,\n      \"border_AT_HR\": 3238.0,\n      \"border_AT_HU\": 3166.0,\n      \"border_AT_NL\": 3524.0,\n      \"border_AT_PL\": 3062.0,\n      \"border_AT_RO\": 3515.0,\n      \"border_AT_SI\": 2763.0,\n      \"border_AT_SK\": 2136.0,\n      \"border_BE_AT\": 4038.0,\n      \"border_BE_CZ\": 2931.0,\n      \"border_BE_DE\": 3710.0,\n      \"border_BE_FR\": 5837.0,\n      \"border_BE_HR\": 3189.0,\n      \"border_BE_HU\": 2900.0,\n      \"border_BE_NL\": 3379.0,\n      \"border_BE_PL\": 2602.0,\n      \"border_BE_RO\": 3297.0,\n      \"border_BE_SI\": 3927.0,\n      \"border_BE_SK\": 2114.0,\n      \"border_CZ_AT\": 5020.0,\n      \"border_CZ_BE\": 5870.0,\n      \"border_CZ_DE\": 6102.0,\n      \"border_CZ_FR\": 5821.0,\n      \"border_CZ_HR\": 3426.0,\n      \"border_CZ_HU\": 2631.0,\n      \"border_CZ_NL\": 5235.0,\n      \"border_CZ_PL\": 3470.0,\n      \"border_CZ_RO\": 2979.0,\n      \"border_CZ_SI\": 3799.0,\n      \"border_CZ_SK\": 1921.0,\n      \"border_DE_AT\": 5329.0,\n      \"border_DE_BE\": 6918.0,\n      \"border_DE_CZ\": 2904.0,\n      \"border_DE_FR\": 12047.0,\n      \"border_DE_HR\": 3246.0,\n      \"border_DE_HU\": 2816.0,\n      \"border_DE_NL\": 4994.0,\n      \"border_DE_PL\": 2512.0,\n      \"border_DE_RO\": 3170.0,\n      \"border_DE_SI\": 3869.0,\n      \"border_DE_SK\": 2070.0,\n      \"border_FR_AT\": 2994.0,\n      \"border_FR_BE\": 4496.0,\n      \"border_FR_CZ\": 3020.0,\n      \"border_FR_DE\": 3350.0,\n      \"border_FR_HR\": 2942.0,\n      \"border_FR_HU\": 2935.0,\n      \"border_FR_NL\": 3850.0,\n      \"border_FR_PL\": 2656.0,\n      \"border_FR_RO\": 3012.0,\n      \"border_FR_SI\": 2943.0,\n      \"border_FR_SK\": 2161.0,\n      \"border_HR_AT\": 1891.0,\n      \"border_HR_BE\": 1855.0,\n      \"border_HR_CZ\": 1995.0,\n      \"border_HR_DE\": 1891.0,\n      \"border_HR_FR\": 1830.0,\n      \"border_HR_HU\": 2161.0,\n      \"border_HR_NL\": 1870.0,\n      \"border_HR_PL\": 1955.0,\n      \"border_HR_RO\": 2358.0,\n      \"border_HR_SI\": 1556.0,\n      \"border_HR_SK\": 2086.0,\n      \"border_HU_AT\": 4914.0,\n      \"border_HU_BE\": 5020.0,\n      \"border_HU_CZ\": 5098.0,\n      \"border_HU_DE\": 5066.0,\n      \"border_HU_FR\": 4758.0,\n      \"border_HU_HR\": 3831.0,\n      \"border_HU_NL\": 5053.0,\n      \"border_HU_PL\": 4293.0,\n      \"border_HU_RO\": 2976.0,\n      \"border_HU_SI\": 2835.0,\n      \"border_HU_SK\": 3854.0,\n      \"border_NL_AT\": 4134.0,\n      \"border_NL_BE\": 6044.0,\n      \"border_NL_CZ\": 2903.0,\n      \"border_NL_DE\": 4124.0,\n      \"border_NL_FR\": 6936.0,\n      \"border_NL_HR\": 3213.0,\n      \"border_NL_HU\": 2863.0,\n      \"border_NL_PL\": 2571.0,\n      \"border_NL_RO\": 3241.0,\n      \"border_NL_SI\": 3903.0,\n      \"border_NL_SK\": 2104.0,\n      \"border_PL_AT\": 1701.0,\n      \"border_PL_BE\": 2031.0,\n      \"border_PL_CZ\": 1487.0,\n      \"border_PL_DE\": 2135.0,\n      \"border_PL_FR\": 1976.0,\n      \"border_PL_HR\": 1551.0,\n      \"border_PL_HU\": 1483.0,\n      \"border_PL_NL\": 2071.0,\n      \"border_PL_RO\": 1556.0,\n      \"border_PL_SI\": 1559.0,\n      \"border_PL_SK\": 1319.0,\n      \"border_RO_AT\": 2359.0,\n      \"border_RO_BE\": 2334.0,\n      \"border_RO_CZ\": 2275.0,\n      \"border_RO_DE\": 2320.0,\n      \"border_RO_FR\": 2345.0,\n      \"border_RO_HR\": 2801.0,\n      \"border_RO_HU\": 2042.0,\n      \"border_RO_NL\": 2327.0,\n      \"border_RO_PL\": 2258.0,\n      \"border_RO_SI\": 2535.0,\n      \"border_RO_SK\": 2172.0,\n      \"border_SI_AT\": 2764.0,\n      \"border_SI_BE\": 4036.0,\n      \"border_SI_CZ\": 4133.0,\n      \"border_SI_DE\": 4004.0,\n      \"border_SI_FR\": 3928.0,\n      \"border_SI_HR\": 2536.0,\n      \"border_SI_HU\": 3736.0,\n      \"border_SI_NL\": 4023.0,\n      \"border_SI_PL\": 3745.0,\n      \"border_SI_RO\": 3768.0,\n      \"border_SI_SK\": 3026.0,\n      \"border_SK_AT\": 4037.0,\n      \"border_SK_BE\": 4336.0,\n      \"border_SK_CZ\": 4048.0,\n      \"border_SK_DE\": 4201.0,\n      \"border_SK_FR\": 4434.0,\n      \"border_SK_HR\": 3385.0,\n      \"border_SK_HU\": 2214.0,\n      \"border_SK_NL\": 4276.0,\n      \"border_SK_PL\": 3220.0,\n      \"border_SK_RO\": 2640.0,\n      \"border_SK_SI\": 3216.0\n    },\n    {\n      \"id\": 34084,\n      \"dateTimeUtc\": \"2026-04-21T01:00:00Z\",\n      \"border_AT_BE\": 3761.0,\n      \"border_AT_CZ\": 3701.0,\n      \"border_AT_DE\": 4710.0,\n      \"border_AT_FR\": 3886.0,\n      \"border_AT_HR\": 3212.0,\n      \"border_AT_HU\": 3181.0,\n      \"border_AT_NL\": 3680.0,\n      \"border_AT_PL\": 3246.0,\n      \"border_AT_RO\": 3537.0,\n      \"border_AT_SI\": 2780.0,\n      \"border_AT_SK\": 2301.0,\n      \"border_BE_AT\": 4016.0,\n      \"border_BE_CZ\": 2929.0,\n      \"border_BE_DE\": 3548.0,\n      \"border_BE_FR\": 5752.0,\n      \"border_BE_HR\": 3125.0,\n      \"border_BE_HU\": 2989.0,\n      \"border_BE_NL\": 3246.0,\n      \"border_BE_PL\": 2665.0,\n      \"border_BE_RO\": 3436.0,\n      \"border_BE_SI\": 3949.0,\n      \"border_BE_SK\": 2183.0,\n      \"border_CZ_AT\": 4981.0,\n      \"border_CZ_BE\": 5858.0,\n      \"border_CZ_DE\": 6084.0,\n      \"border_CZ_FR\": 5813.0,\n      \"border_CZ_HR\": 3359.0,\n      \"border_CZ_HU\": 2693.0,\n      \"border_CZ_NL\": 5791.0,\n      \"border_CZ_PL\": 3561.0,\n      \"border_CZ_RO\": 3079.0,\n      \"border_CZ_SI\": 3900.0,\n      \"border_CZ_SK\": 2022.0,\n      \"border_DE_AT\": 5335.0,\n      \"border_DE_BE\": 6947.0,\n      \"border_DE_CZ\": 2918.0,\n      \"border_DE_FR\": 11715.0,\n      \"border_DE_HR\": 3182.0,\n      \"border_DE_HU\": 2888.0,\n      \"border_DE_NL\": 5523.0,\n      \"border_DE_PL\": 2570.0,\n      \"border_DE_RO\": 3296.0,\n      \"border_DE_SI\": 3888.0,\n      \"border_DE_SK\": 2165.0,\n      \"border_FR_AT\": 3000.0,\n      \"border_FR_BE\": 4561.0,\n      \"border_FR_CZ\": 3028.0,\n      \"border_FR_DE\": 3370.0,\n      \"border_FR_HR\": 2963.0,\n      \"border_FR_HU\": 3038.0,\n      \"border_FR_NL\": 3883.0,\n      \"border_FR_PL\": 2721.0,\n      \"border_FR_RO\": 3034.0,\n      \"border_FR_SI\": 2963.0,\n      \"border_FR_SK\": 2247.0,\n      \"border_HR_AT\": 1849.0,\n      \"border_HR_BE\": 1813.0,\n      \"border_HR_CZ\": 1951.0,\n      \"border_HR_DE\": 1849.0,\n      \"border_HR_FR\": 1788.0,\n      \"border_HR_HU\": 2110.0,\n      \"border_HR_NL\": 1829.0,\n      \"border_HR_PL\": 1908.0,\n      \"border_HR_RO\": 2271.0,\n      \"border_HR_SI\": 1545.0,\n      \"border_HR_SK\": 2035.0,\n      \"border_HU_AT\": 4912.0,\n      \"border_HU_BE\": 5041.0,\n      \"border_HU_CZ\": 5096.0,\n      \"border_HU_DE\": 5065.0,\n      \"border_HU_FR\": 4911.0,\n      \"border_HU_HR\": 3751.0,\n      \"border_HU_NL\": 5051.0,\n      \"border_HU_PL\": 4180.0,\n      \"border_HU_RO\": 2976.0,\n      \"border_HU_SI\": 2835.0,\n      \"border_HU_SK\": 3990.0,\n      \"border_NL_AT\": 4259.0,\n      \"border_NL_BE\": 6050.0,\n      \"border_NL_CZ\": 2916.0,\n      \"border_NL_DE\": 4298.0,\n      \"border_NL_FR\": 7120.0,\n      \"border_NL_HR\": 3150.0,\n      \"border_NL_HU\": 2944.0,\n      \"border_NL_PL\": 2632.0,\n      \"border_NL_RO\": 3374.0,\n      \"border_NL_SI\": 3923.0,\n      \"border_NL_SK\": 2197.0,\n      \"border_PL_AT\": 1726.0,\n      \"border_PL_BE\": 2081.0,\n      \"border_PL_CZ\": 1518.0,\n      \"border_PL_DE\": 2187.0,\n      \"border_PL_FR\": 2027.0,\n      \"border_PL_HR\": 1581.0,\n      \"border_PL_HU\": 1513.0,\n      \"border_PL_NL\": 2122.0,\n      \"border_PL_RO\": 1587.0,\n      \"border_PL_SI\": 1590.0,\n      \"border_PL_SK\": 1346.0,\n      \"border_RO_AT\": 2171.0,\n      \"border_RO_BE\": 2149.0,\n      \"border_RO_CZ\": 2097.0,\n      \"border_RO_DE\": 2136.0,\n      \"border_RO_FR\": 2159.0,\n      \"border_RO_HR\": 2613.0,\n      \"border_RO_HU\": 1890.0,\n      \"border_RO_NL\": 2144.0,\n      \"border_RO_PL\": 2081.0,\n      \"border_RO_SI\": 2327.0,\n      \"border_RO_SK\": 2006.0,\n      \"border_SI_AT\": 2747.0,\n      \"border_SI_BE\": 4013.0,\n      \"border_SI_CZ\": 4109.0,\n      \"border_SI_DE\": 3978.0,\n      \"border_SI_FR\": 4059.0,\n      \"border_SI_HR\": 2485.0,\n      \"border_SI_HU\": 3745.0,\n      \"border_SI_NL\": 3998.0,\n      \"border_SI_PL\": 3841.0,\n      \"border_SI_RO\": 3791.0,\n      \"border_SI_SK\": 3211.0,\n      \"border_SK_AT\": 4157.0,\n      \"border_SK_BE\": 4276.0,\n      \"border_SK_CZ\": 3988.0,\n      \"border_SK_DE\": 4139.0,\n      \"border_SK_FR\": 4374.0,\n      \"border_SK_HR\": 3475.0,\n      \"border_SK_HU\": 2227.0,\n      \"border_SK_NL\": 4215.0,\n      \"border_SK_PL\": 3161.0,\n      \"border_SK_RO\": 2661.0,\n      \"border_SK_SI\": 3217.0\n    },\n    {\n      \"id\": 34085,\n      \"dateTimeUtc\": \"2026-04-21T02:00:00Z\",\n      \"border_AT_BE\": 3794.0,\n      \"border_AT_CZ\": 3666.0,\n      \"border_AT_DE\": 4710.0,\n      \"border_AT_FR\": 3922.0,\n      \"border_AT_HR\": 3179.0,\n      \"border_AT_HU\": 3162.0,\n      \"border_AT_NL\": 3606.0,\n      \"border_AT_PL\": 3182.0,\n      \"border_AT_RO\": 3585.0,\n      \"border_AT_SI\": 2829.0,\n      \"border_AT_SK\": 2164.0,\n      \"border_BE_AT\": 3767.0,\n      \"border_BE_CZ\": 2904.0,\n      \"border_BE_DE\": 3526.0,\n      \"border_BE_FR\": 5737.0,\n      \"border_BE_HR\": 3094.0,\n      \"border_BE_HU\": 2884.0,\n      \"border_BE_NL\": 3322.0,\n      \"border_BE_PL\": 2599.0,\n      \"border_BE_RO\": 3308.0,\n      \"border_BE_SI\": 3801.0,\n      \"border_BE_SK\": 2111.0,\n      \"border_CZ_AT\": 4942.0,\n      \"border_CZ_BE\": 5868.0,\n      \"border_CZ_DE\": 6070.0,\n      \"border_CZ_FR\": 5823.0,\n      \"border_CZ_HR\": 3323.0,\n      \"border_CZ_HU\": 2622.0,\n      \"border_CZ_NL\": 5375.0,\n      \"border_CZ_PL\": 3484.0,\n      \"border_CZ_RO\": 3018.0,\n      \"border_CZ_SI\": 3803.0,\n      \"border_CZ_SK\": 1933.0,\n      \"border_DE_AT\": 5338.0,\n      \"border_DE_BE\": 7310.0,\n      \"border_DE_CZ\": 2898.0,\n      \"border_DE_FR\": 13081.0,\n      \"border_DE_HR\": 3147.0,\n      \"border_DE_HU\": 2811.0,\n      \"border_DE_NL\": 5150.0,\n      \"border_DE_PL\": 2510.0,\n      \"border_DE_RO\": 3187.0,\n      \"border_DE_SI\": 3960.0,\n      \"border_DE_SK\": 2080.0,\n      \"border_FR_AT\": 3000.0,\n      \"border_FR_BE\": 4558.0,\n      \"border_FR_CZ\": 3009.0,\n      \"border_FR_DE\": 3362.0,\n      \"border_FR_HR\": 2969.0,\n      \"border_FR_HU\": 2926.0,\n      \"border_FR_NL\": 3890.0,\n      \"border_FR_PL\": 2653.0,\n      \"border_FR_RO\": 3041.0,\n      \"border_FR_SI\": 2968.0,\n      \"border_FR_SK\": 2164.0,\n      \"border_HR_AT\": 1838.0,\n      \"border_HR_BE\": 1804.0,\n      \"border_HR_CZ\": 1939.0,\n      \"border_HR_DE\": 1838.0,\n      \"border_HR_FR\": 1779.0,\n      \"border_HR_HU\": 2100.0,\n      \"border_HR_NL\": 1819.0,\n      \"border_HR_PL\": 1895.0,\n      \"border_HR_RO\": 2266.0,\n      \"border_HR_SI\": 1541.0,\n      \"border_HR_SK\": 2026.0,\n      \"border_HU_AT\": 4844.0,\n      \"border_HU_BE\": 4995.0,\n      \"border_HU_CZ\": 5050.0,\n      \"border_HU_DE\": 5017.0,\n      \"border_HU_FR\": 4864.0,\n      \"border_HU_HR\": 3723.0,\n      \"border_HU_NL\": 5005.0,\n      \"border_HU_PL\": 4245.0,\n      \"border_HU_RO\": 2921.0,\n      \"border_HU_SI\": 2830.0,\n      \"border_HU_SK\": 3874.0,\n      \"border_NL_AT\": 4072.0,\n      \"border_NL_BE\": 6010.0,\n      \"border_NL_CZ\": 2864.0,\n      \"border_NL_DE\": 3834.0,\n      \"border_NL_FR\": 7008.0,\n      \"border_NL_HR\": 3118.0,\n      \"border_NL_HU\": 2849.0,\n      \"border_NL_PL\": 2567.0,\n      \"border_NL_RO\": 3251.0,\n      \"border_NL_SI\": 3995.0,\n      \"border_NL_SK\": 2108.0,\n      \"border_PL_AT\": 1757.0,\n      \"border_PL_BE\": 2127.0,\n      \"border_PL_CZ\": 1548.0,\n      \"border_PL_DE\": 2227.0,\n      \"border_PL_FR\": 2071.0,\n      \"border_PL_HR\": 1611.0,\n      \"border_PL_HU\": 1541.0,\n      \"border_PL_NL\": 2169.0,\n      \"border_PL_RO\": 1616.0,\n      \"border_PL_SI\": 1620.0,\n      \"border_PL_SK\": 1363.0,\n      \"border_RO_AT\": 1987.0,\n      \"border_RO_BE\": 1968.0,\n      \"border_RO_CZ\": 1923.0,\n      \"border_RO_DE\": 1957.0,\n      \"border_RO_FR\": 1976.0,\n      \"border_RO_HR\": 2361.0,\n      \"border_RO_HU\": 1744.0,\n      \"border_RO_NL\": 1963.0,\n      \"border_RO_PL\": 1910.0,\n      \"border_RO_SI\": 2119.0,\n      \"border_RO_SK\": 1844.0,\n      \"border_SI_AT\": 2698.0,\n      \"border_SI_BE\": 3940.0,\n      \"border_SI_CZ\": 4035.0,\n      \"border_SI_DE\": 3906.0,\n      \"border_SI_FR\": 3985.0,\n      \"border_SI_HR\": 2462.0,\n      \"border_SI_HU\": 3737.0,\n      \"border_SI_NL\": 3927.0,\n      \"border_SI_PL\": 3765.0,\n      \"border_SI_RO\": 3847.0,\n      \"border_SI_SK\": 3063.0,\n      \"border_SK_AT\": 4091.0,\n      \"border_SK_BE\": 4373.0,\n      \"border_SK_CZ\": 4036.0,\n      \"border_SK_DE\": 4243.0,\n      \"border_SK_FR\": 4473.0,\n      \"border_SK_HR\": 3435.0,\n      \"border_SK_HU\": 2214.0,\n      \"border_SK_NL\": 4313.0,\n      \"border_SK_PL\": 3226.0,\n      \"border_SK_RO\": 2650.0,\n      \"border_SK_SI\": 3223.0\n    },\n    {\n      \"id\": 34086,\n      \"dateTimeUtc\": \"2026-04-21T03:00:00Z\",\n      \"border_AT_BE\": 3963.0,\n      \"border_AT_CZ\": 3903.0,\n      \"border_AT_DE\": 4736.0,\n      \"border_AT_FR\": 4051.0,\n      \"border_AT_HR\": 2952.0,\n      \"border_AT_HU\": 3096.0,\n      \"border_AT_NL\": 3829.0,\n      \"border_AT_PL\": 3161.0,\n      \"border_AT_RO\": 3206.0,\n      \"border_AT_SI\": 2557.0,\n      \"border_AT_SK\": 2199.0,\n      \"border_BE_AT\": 3180.0,\n      \"border_BE_CZ\": 2792.0,\n      \"border_BE_DE\": 2973.0,\n      \"border_BE_FR\": 5278.0,\n      \"border_BE_HR\": 3171.0,\n      \"border_BE_HU\": 2797.0,\n      \"border_BE_NL\": 3096.0,\n      \"border_BE_PL\": 2578.0,\n      \"border_BE_RO\": 3105.0,\n      \"border_BE_SI\": 3209.0,\n      \"border_BE_SK\": 2093.0,\n      \"border_CZ_AT\": 4642.0,\n      \"border_CZ_BE\": 5944.0,\n      \"border_CZ_DE\": 6129.0,\n      \"border_CZ_FR\": 5899.0,\n      \"border_CZ_HR\": 3353.0,\n      \"border_CZ_HU\": 2576.0,\n      \"border_CZ_NL\": 5531.0,\n      \"border_CZ_PL\": 3474.0,\n      \"border_CZ_RO\": 2856.0,\n      \"border_CZ_SI\": 3544.0,\n      \"border_CZ_SK\": 1966.0,\n      \"border_DE_AT\": 5301.0,\n      \"border_DE_BE\": 7508.0,\n      \"border_DE_CZ\": 2880.0,\n      \"border_DE_FR\": 13683.0,\n      \"border_DE_HR\": 3223.0,\n      \"border_DE_HU\": 2770.0,\n      \"border_DE_NL\": 5346.0,\n      \"border_DE_PL\": 2494.0,\n      \"border_DE_RO\": 3007.0,\n      \"border_DE_SI\": 3537.0,\n      \"border_DE_SK\": 2094.0,\n      \"border_FR_AT\": 2980.0,\n      \"border_FR_BE\": 4517.0,\n      \"border_FR_CZ\": 2977.0,\n      \"border_FR_DE\": 3319.0,\n      \"border_FR_HR\": 2951.0,\n      \"border_FR_HU\": 2874.0,\n      \"border_FR_NL\": 3853.0,\n      \"border_FR_PL\": 2633.0,\n      \"border_FR_RO\": 3013.0,\n      \"border_FR_SI\": 2943.0,\n      \"border_FR_SK\": 2161.0,\n      \"border_HR_AT\": 1849.0,\n      \"border_HR_BE\": 1823.0,\n      \"border_HR_CZ\": 1946.0,\n      \"border_HR_DE\": 1849.0,\n      \"border_HR_FR\": 1801.0,\n      \"border_HR_HU\": 2110.0,\n      \"border_HR_NL\": 1836.0,\n      \"border_HR_PL\": 1900.0,\n      \"border_HR_RO\": 2233.0,\n      \"border_HR_SI\": 1533.0,\n      \"border_HR_SK\": 2030.0,\n      \"border_HU_AT\": 4702.0,\n      \"border_HU_BE\": 4960.0,\n      \"border_HU_CZ\": 5015.0,\n      \"border_HU_DE\": 4980.0,\n      \"border_HU_FR\": 4944.0,\n      \"border_HU_HR\": 3831.0,\n      \"border_HU_NL\": 4970.0,\n      \"border_HU_PL\": 4333.0,\n      \"border_HU_RO\": 2847.0,\n      \"border_HU_SI\": 2873.0,\n      \"border_HU_SK\": 3928.0,\n      \"border_NL_AT\": 3399.0,\n      \"border_NL_BE\": 5831.0,\n      \"border_NL_CZ\": 2754.0,\n      \"border_NL_DE\": 3192.0,\n      \"border_NL_FR\": 5831.0,\n      \"border_NL_HR\": 3195.0,\n      \"border_NL_HU\": 2774.0,\n      \"border_NL_PL\": 2546.0,\n      \"border_NL_RO\": 3056.0,\n      \"border_NL_SI\": 3435.0,\n      \"border_NL_SK\": 2094.0,\n      \"border_PL_AT\": 1695.0,\n      \"border_PL_BE\": 2041.0,\n      \"border_PL_CZ\": 1484.0,\n      \"border_PL_DE\": 2132.0,\n      \"border_PL_FR\": 1986.0,\n      \"border_PL_HR\": 1548.0,\n      \"border_PL_HU\": 1480.0,\n      \"border_PL_NL\": 2082.0,\n      \"border_PL_RO\": 1549.0,\n      \"border_PL_SI\": 1553.0,\n      \"border_PL_SK\": 1315.0,\n      \"border_RO_AT\": 2684.0,\n      \"border_RO_BE\": 2649.0,\n      \"border_RO_CZ\": 2569.0,\n      \"border_RO_DE\": 2632.0,\n      \"border_RO_FR\": 2664.0,\n      \"border_RO_HR\": 3203.0,\n      \"border_RO_HU\": 2264.0,\n      \"border_RO_NL\": 2641.0,\n      \"border_RO_PL\": 2547.0,\n      \"border_RO_SI\": 2761.0,\n      \"border_RO_SK\": 2436.0,\n      \"border_SI_AT\": 3042.0,\n      \"border_SI_BE\": 4443.0,\n      \"border_SI_CZ\": 4273.0,\n      \"border_SI_DE\": 4402.0,\n      \"border_SI_FR\": 4495.0,\n      \"border_SI_HR\": 2513.0,\n      \"border_SI_HU\": 3716.0,\n      \"border_SI_NL\": 4428.0,\n      \"border_SI_PL\": 3745.0,\n      \"border_SI_RO\": 3387.0,\n      \"border_SI_SK\": 3086.0,\n      \"border_SK_AT\": 4005.0,\n      \"border_SK_BE\": 4446.0,\n      \"border_SK_CZ\": 4139.0,\n      \"border_SK_DE\": 4323.0,\n      \"border_SK_FR\": 4549.0,\n      \"border_SK_HR\": 3369.0,\n      \"border_SK_HU\": 2175.0,\n      \"border_SK_NL\": 4384.0,\n      \"border_SK_PL\": 3284.0,\n      \"border_SK_RO\": 2570.0,\n      \"border_SK_SI\": 3275.0\n    },\n    {\n      \"id\": 34087,\n      \"dateTimeUtc\": \"2026-04-21T04:00:00Z\",\n      \"border_AT_BE\": 4701.0,\n      \"border_AT_CZ\": 5195.0,\n      \"border_AT_DE\": 4760.0,\n      \"border_AT_FR\": 4241.0,\n      \"border_AT_HR\": 2723.0,\n      \"border_AT_HU\": 2853.0,\n      \"border_AT_NL\": 4754.0,\n      \"border_AT_PL\": 3088.0,\n      \"border_AT_RO\": 2834.0,\n      \"border_AT_SI\": 2149.0,\n      \"border_AT_SK\": 2714.0,\n      \"border_BE_AT\": 2751.0,\n      \"border_BE_CZ\": 2893.0,\n      \"border_BE_DE\": 2847.0,\n      \"border_BE_FR\": 5011.0,\n      \"border_BE_HR\": 3097.0,\n      \"border_BE_HU\": 2909.0,\n      \"border_BE_NL\": 2655.0,\n      \"border_BE_PL\": 2276.0,\n      \"border_BE_RO\": 2802.0,\n      \"border_BE_SI\": 2571.0,\n      \"border_BE_SK\": 2167.0,\n      \"border_CZ_AT\": 3691.0,\n      \"border_CZ_BE\": 5832.0,\n      \"border_CZ_DE\": 6233.0,\n      \"border_CZ_FR\": 5612.0,\n      \"border_CZ_HR\": 3370.0,\n      \"border_CZ_HU\": 2668.0,\n      \"border_CZ_NL\": 5739.0,\n      \"border_CZ_PL\": 3115.0,\n      \"border_CZ_RO\": 2703.0,\n      \"border_CZ_SI\": 2556.0,\n      \"border_CZ_SK\": 2176.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 7769.0,\n      \"border_DE_CZ\": 3205.0,\n      \"border_DE_FR\": 13758.0,\n      \"border_DE_HR\": 3357.0,\n      \"border_DE_HU\": 2859.0,\n      \"border_DE_NL\": 5538.0,\n      \"border_DE_PL\": 2193.0,\n      \"border_DE_RO\": 2789.0,\n      \"border_DE_SI\": 2530.0,\n      \"border_DE_SK\": 2395.0,\n      \"border_FR_AT\": 3222.0,\n      \"border_FR_BE\": 4959.0,\n      \"border_FR_CZ\": 3208.0,\n      \"border_FR_DE\": 3697.0,\n      \"border_FR_HR\": 3294.0,\n      \"border_FR_HU\": 2972.0,\n      \"border_FR_NL\": 4248.0,\n      \"border_FR_PL\": 2325.0,\n      \"border_FR_RO\": 2813.0,\n      \"border_FR_SI\": 2618.0,\n      \"border_FR_SK\": 2410.0,\n      \"border_HR_AT\": 2481.0,\n      \"border_HR_BE\": 2318.0,\n      \"border_HR_CZ\": 2521.0,\n      \"border_HR_DE\": 2367.0,\n      \"border_HR_FR\": 2278.0,\n      \"border_HR_HU\": 2778.0,\n      \"border_HR_NL\": 2339.0,\n      \"border_HR_PL\": 2533.0,\n      \"border_HR_RO\": 2649.0,\n      \"border_HR_SI\": 1756.0,\n      \"border_HR_SK\": 2652.0,\n      \"border_HU_AT\": 3278.0,\n      \"border_HU_BE\": 4601.0,\n      \"border_HU_CZ\": 4656.0,\n      \"border_HU_DE\": 4621.0,\n      \"border_HU_FR\": 4586.0,\n      \"border_HU_HR\": 4312.0,\n      \"border_HU_NL\": 4610.0,\n      \"border_HU_PL\": 4092.0,\n      \"border_HU_RO\": 2578.0,\n      \"border_HU_SI\": 2955.0,\n      \"border_HU_SK\": 3743.0,\n      \"border_NL_AT\": 2993.0,\n      \"border_NL_BE\": 6038.0,\n      \"border_NL_CZ\": 2921.0,\n      \"border_NL_DE\": 3196.0,\n      \"border_NL_FR\": 6191.0,\n      \"border_NL_HR\": 3364.0,\n      \"border_NL_HU\": 2890.0,\n      \"border_NL_PL\": 2247.0,\n      \"border_NL_RO\": 2797.0,\n      \"border_NL_SI\": 2553.0,\n      \"border_NL_SK\": 2339.0,\n      \"border_PL_AT\": 1821.0,\n      \"border_PL_BE\": 2335.0,\n      \"border_PL_CZ\": 1683.0,\n      \"border_PL_DE\": 2447.0,\n      \"border_PL_FR\": 2272.0,\n      \"border_PL_HR\": 1760.0,\n      \"border_PL_HU\": 1685.0,\n      \"border_PL_NL\": 2378.0,\n      \"border_PL_RO\": 1756.0,\n      \"border_PL_SI\": 1751.0,\n      \"border_PL_SK\": 1496.0,\n      \"border_RO_AT\": 2208.0,\n      \"border_RO_BE\": 2202.0,\n      \"border_RO_CZ\": 2143.0,\n      \"border_RO_DE\": 2189.0,\n      \"border_RO_FR\": 2213.0,\n      \"border_RO_HR\": 2834.0,\n      \"border_RO_HU\": 1915.0,\n      \"border_RO_NL\": 2196.0,\n      \"border_RO_PL\": 2134.0,\n      \"border_RO_SI\": 2395.0,\n      \"border_RO_SK\": 2044.0,\n      \"border_SI_AT\": 3020.0,\n      \"border_SI_BE\": 4203.0,\n      \"border_SI_CZ\": 3987.0,\n      \"border_SI_DE\": 4119.0,\n      \"border_SI_FR\": 4287.0,\n      \"border_SI_HR\": 2599.0,\n      \"border_SI_HU\": 2698.0,\n      \"border_SI_NL\": 4168.0,\n      \"border_SI_PL\": 3319.0,\n      \"border_SI_RO\": 2807.0,\n      \"border_SI_SK\": 3171.0,\n      \"border_SK_AT\": 3483.0,\n      \"border_SK_BE\": 4139.0,\n      \"border_SK_CZ\": 3824.0,\n      \"border_SK_DE\": 4019.0,\n      \"border_SK_FR\": 4231.0,\n      \"border_SK_HR\": 3317.0,\n      \"border_SK_HU\": 2265.0,\n      \"border_SK_NL\": 4084.0,\n      \"border_SK_PL\": 3102.0,\n      \"border_SK_RO\": 2647.0,\n      \"border_SK_SI\": 2803.0\n    },\n    {\n      \"id\": 34088,\n      \"dateTimeUtc\": \"2026-04-21T05:00:00Z\",\n      \"border_AT_BE\": 4650.0,\n      \"border_AT_CZ\": 5600.0,\n      \"border_AT_DE\": 4738.0,\n      \"border_AT_FR\": 4591.0,\n      \"border_AT_HR\": 3181.0,\n      \"border_AT_HU\": 3181.0,\n      \"border_AT_NL\": 4491.0,\n      \"border_AT_PL\": 2739.0,\n      \"border_AT_RO\": 2857.0,\n      \"border_AT_SI\": 2528.0,\n      \"border_AT_SK\": 3009.0,\n      \"border_BE_AT\": 2752.0,\n      \"border_BE_CZ\": 2855.0,\n      \"border_BE_DE\": 2654.0,\n      \"border_BE_FR\": 4566.0,\n      \"border_BE_HR\": 3045.0,\n      \"border_BE_HU\": 2959.0,\n      \"border_BE_NL\": 2459.0,\n      \"border_BE_PL\": 2007.0,\n      \"border_BE_RO\": 2852.0,\n      \"border_BE_SI\": 3066.0,\n      \"border_BE_SK\": 2299.0,\n      \"border_CZ_AT\": 3788.0,\n      \"border_CZ_BE\": 6018.0,\n      \"border_CZ_DE\": 6238.0,\n      \"border_CZ_FR\": 5956.0,\n      \"border_CZ_HR\": 3414.0,\n      \"border_CZ_HU\": 2886.0,\n      \"border_CZ_NL\": 5505.0,\n      \"border_CZ_PL\": 2789.0,\n      \"border_CZ_RO\": 2745.0,\n      \"border_CZ_SI\": 3197.0,\n      \"border_CZ_SK\": 2321.0,\n      \"border_DE_AT\": 5307.0,\n      \"border_DE_BE\": 7909.0,\n      \"border_DE_CZ\": 3336.0,\n      \"border_DE_FR\": 14045.0,\n      \"border_DE_HR\": 3178.0,\n      \"border_DE_HU\": 3117.0,\n      \"border_DE_NL\": 5261.0,\n      \"border_DE_PL\": 1966.0,\n      \"border_DE_RO\": 2837.0,\n      \"border_DE_SI\": 3179.0,\n      \"border_DE_SK\": 2533.0,\n      \"border_FR_AT\": 2996.0,\n      \"border_FR_BE\": 4481.0,\n      \"border_FR_CZ\": 3132.0,\n      \"border_FR_DE\": 3327.0,\n      \"border_FR_HR\": 2959.0,\n      \"border_FR_HU\": 3034.0,\n      \"border_FR_NL\": 3830.0,\n      \"border_FR_PL\": 2060.0,\n      \"border_FR_RO\": 2864.0,\n      \"border_FR_SI\": 2943.0,\n      \"border_FR_SK\": 2544.0,\n      \"border_HR_AT\": 2528.0,\n      \"border_HR_BE\": 2340.0,\n      \"border_HR_CZ\": 2567.0,\n      \"border_HR_DE\": 2391.0,\n      \"border_HR_FR\": 2299.0,\n      \"border_HR_HU\": 2951.0,\n      \"border_HR_NL\": 2363.0,\n      \"border_HR_PL\": 2587.0,\n      \"border_HR_RO\": 2930.0,\n      \"border_HR_SI\": 1790.0,\n      \"border_HR_SK\": 2756.0,\n      \"border_HU_AT\": 3288.0,\n      \"border_HU_BE\": 5115.0,\n      \"border_HU_CZ\": 4843.0,\n      \"border_HU_DE\": 5148.0,\n      \"border_HU_FR\": 5104.0,\n      \"border_HU_HR\": 3927.0,\n      \"border_HU_NL\": 5134.0,\n      \"border_HU_PL\": 3582.0,\n      \"border_HU_RO\": 1990.0,\n      \"border_HU_SI\": 3202.0,\n      \"border_HU_SK\": 3879.0,\n      \"border_NL_AT\": 3490.0,\n      \"border_NL_BE\": 5524.0,\n      \"border_NL_CZ\": 3241.0,\n      \"border_NL_DE\": 4062.0,\n      \"border_NL_FR\": 6579.0,\n      \"border_NL_HR\": 3140.0,\n      \"border_NL_HU\": 3139.0,\n      \"border_NL_PL\": 2000.0,\n      \"border_NL_RO\": 2845.0,\n      \"border_NL_SI\": 3212.0,\n      \"border_NL_SK\": 2505.0,\n      \"border_PL_AT\": 1762.0,\n      \"border_PL_BE\": 2228.0,\n      \"border_PL_CZ\": 1625.0,\n      \"border_PL_DE\": 2326.0,\n      \"border_PL_FR\": 2171.0,\n      \"border_PL_HR\": 1707.0,\n      \"border_PL_HU\": 1628.0,\n      \"border_PL_NL\": 2272.0,\n      \"border_PL_RO\": 1697.0,\n      \"border_PL_SI\": 1702.0,\n      \"border_PL_SK\": 1447.0,\n      \"border_RO_AT\": 1032.0,\n      \"border_RO_BE\": 1033.0,\n      \"border_RO_CZ\": 1009.0,\n      \"border_RO_DE\": 1028.0,\n      \"border_RO_FR\": 1036.0,\n      \"border_RO_HR\": 1251.0,\n      \"border_RO_HU\": 924.0,\n      \"border_RO_NL\": 1030.0,\n      \"border_RO_PL\": 1009.0,\n      \"border_RO_SI\": 1097.0,\n      \"border_RO_SK\": 973.0,\n      \"border_SI_AT\": 2707.0,\n      \"border_SI_BE\": 3769.0,\n      \"border_SI_CZ\": 3576.0,\n      \"border_SI_DE\": 3692.0,\n      \"border_SI_FR\": 3845.0,\n      \"border_SI_HR\": 2379.0,\n      \"border_SI_HU\": 3725.0,\n      \"border_SI_NL\": 3736.0,\n      \"border_SI_PL\": 2942.0,\n      \"border_SI_RO\": 3024.0,\n      \"border_SI_SK\": 3411.0,\n      \"border_SK_AT\": 3826.0,\n      \"border_SK_BE\": 3747.0,\n      \"border_SK_CZ\": 3412.0,\n      \"border_SK_DE\": 3636.0,\n      \"border_SK_FR\": 3832.0,\n      \"border_SK_HR\": 3677.0,\n      \"border_SK_HU\": 2294.0,\n      \"border_SK_NL\": 3694.0,\n      \"border_SK_PL\": 2755.0,\n      \"border_SK_RO\": 2412.0,\n      \"border_SK_SI\": 3485.0\n    },\n    {\n      \"id\": 34089,\n      \"dateTimeUtc\": \"2026-04-21T06:00:00Z\",\n      \"border_AT_BE\": 4104.0,\n      \"border_AT_CZ\": 4282.0,\n      \"border_AT_DE\": 4692.0,\n      \"border_AT_FR\": 4244.0,\n      \"border_AT_HR\": 2446.0,\n      \"border_AT_HU\": 2889.0,\n      \"border_AT_NL\": 3934.0,\n      \"border_AT_PL\": 3737.0,\n      \"border_AT_RO\": 2716.0,\n      \"border_AT_SI\": 2499.0,\n      \"border_AT_SK\": 2832.0,\n      \"border_BE_AT\": 3164.0,\n      \"border_BE_CZ\": 3001.0,\n      \"border_BE_DE\": 2798.0,\n      \"border_BE_FR\": 4677.0,\n      \"border_BE_HR\": 3046.0,\n      \"border_BE_HU\": 2898.0,\n      \"border_BE_NL\": 2524.0,\n      \"border_BE_PL\": 2897.0,\n      \"border_BE_RO\": 2899.0,\n      \"border_BE_SI\": 3182.0,\n      \"border_BE_SK\": 2402.0,\n      \"border_CZ_AT\": 4088.0,\n      \"border_CZ_BE\": 5880.0,\n      \"border_CZ_DE\": 6094.0,\n      \"border_CZ_FR\": 5849.0,\n      \"border_CZ_HR\": 3339.0,\n      \"border_CZ_HU\": 2660.0,\n      \"border_CZ_NL\": 5629.0,\n      \"border_CZ_PL\": 4001.0,\n      \"border_CZ_RO\": 2847.0,\n      \"border_CZ_SI\": 3453.0,\n      \"border_CZ_SK\": 2312.0,\n      \"border_DE_AT\": 5341.0,\n      \"border_DE_BE\": 7750.0,\n      \"border_DE_CZ\": 3305.0,\n      \"border_DE_FR\": 13103.0,\n      \"border_DE_HR\": 3109.0,\n      \"border_DE_HU\": 2865.0,\n      \"border_DE_NL\": 5394.0,\n      \"border_DE_PL\": 2794.0,\n      \"border_DE_RO\": 2887.0,\n      \"border_DE_SI\": 3343.0,\n      \"border_DE_SK\": 2426.0,\n      \"border_FR_AT\": 2945.0,\n      \"border_FR_BE\": 4353.0,\n      \"border_FR_CZ\": 3073.0,\n      \"border_FR_DE\": 3237.0,\n      \"border_FR_HR\": 2864.0,\n      \"border_FR_HU\": 2926.0,\n      \"border_FR_NL\": 3736.0,\n      \"border_FR_PL\": 2966.0,\n      \"border_FR_RO\": 2909.0,\n      \"border_FR_SI\": 2847.0,\n      \"border_FR_SK\": 2498.0,\n      \"border_HR_AT\": 2350.0,\n      \"border_HR_BE\": 2379.0,\n      \"border_HR_CZ\": 2609.0,\n      \"border_HR_DE\": 2429.0,\n      \"border_HR_FR\": 2339.0,\n      \"border_HR_HU\": 3009.0,\n      \"border_HR_NL\": 2402.0,\n      \"border_HR_PL\": 2639.0,\n      \"border_HR_RO\": 3319.0,\n      \"border_HR_SI\": 1830.0,\n      \"border_HR_SK\": 2812.0,\n      \"border_HU_AT\": 3483.0,\n      \"border_HU_BE\": 5436.0,\n      \"border_HU_CZ\": 4445.0,\n      \"border_HU_DE\": 5131.0,\n      \"border_HU_FR\": 5692.0,\n      \"border_HU_HR\": 3851.0,\n      \"border_HU_NL\": 5285.0,\n      \"border_HU_PL\": 3472.0,\n      \"border_HU_RO\": 2103.0,\n      \"border_HU_SI\": 2973.0,\n      \"border_HU_SK\": 3847.0,\n      \"border_NL_AT\": 3987.0,\n      \"border_NL_BE\": 6094.0,\n      \"border_NL_CZ\": 3351.0,\n      \"border_NL_DE\": 4721.0,\n      \"border_NL_FR\": 6933.0,\n      \"border_NL_HR\": 3075.0,\n      \"border_NL_HU\": 2882.0,\n      \"border_NL_PL\": 2855.0,\n      \"border_NL_RO\": 2893.0,\n      \"border_NL_SI\": 3350.0,\n      \"border_NL_SK\": 2458.0,\n      \"border_PL_AT\": 2092.0,\n      \"border_PL_BE\": 2635.0,\n      \"border_PL_CZ\": 1902.0,\n      \"border_PL_DE\": 2754.0,\n      \"border_PL_FR\": 2565.0,\n      \"border_PL_HR\": 2001.0,\n      \"border_PL_HU\": 1913.0,\n      \"border_PL_NL\": 2688.0,\n      \"border_PL_RO\": 2028.0,\n      \"border_PL_SI\": 2011.0,\n      \"border_PL_SK\": 1660.0,\n      \"border_RO_AT\": 976.0,\n      \"border_RO_BE\": 975.0,\n      \"border_RO_CZ\": 954.0,\n      \"border_RO_DE\": 971.0,\n      \"border_RO_FR\": 979.0,\n      \"border_RO_HR\": 1178.0,\n      \"border_RO_HU\": 879.0,\n      \"border_RO_NL\": 973.0,\n      \"border_RO_PL\": 956.0,\n      \"border_RO_SI\": 1031.0,\n      \"border_RO_SK\": 922.0,\n      \"border_SI_AT\": 2525.0,\n      \"border_SI_BE\": 3469.0,\n      \"border_SI_CZ\": 3854.0,\n      \"border_SI_DE\": 3476.0,\n      \"border_SI_FR\": 3483.0,\n      \"border_SI_HR\": 2342.0,\n      \"border_SI_HU\": 3483.0,\n      \"border_SI_NL\": 3477.0,\n      \"border_SI_PL\": 4002.0,\n      \"border_SI_RO\": 3066.0,\n      \"border_SI_SK\": 3512.0,\n      \"border_SK_AT\": 3618.0,\n      \"border_SK_BE\": 3573.0,\n      \"border_SK_CZ\": 3173.0,\n      \"border_SK_DE\": 3471.0,\n      \"border_SK_FR\": 3655.0,\n      \"border_SK_HR\": 3599.0,\n      \"border_SK_HU\": 2134.0,\n      \"border_SK_NL\": 3524.0,\n      \"border_SK_PL\": 2628.0,\n      \"border_SK_RO\": 2548.0,\n      \"border_SK_SI\": 3393.0\n    },\n    {\n      \"id\": 34090,\n      \"dateTimeUtc\": \"2026-04-21T07:00:00Z\",\n      \"border_AT_BE\": 3875.0,\n      \"border_AT_CZ\": 4335.0,\n      \"border_AT_DE\": 4625.0,\n      \"border_AT_FR\": 4013.0,\n      \"border_AT_HR\": 2892.0,\n      \"border_AT_HU\": 3026.0,\n      \"border_AT_NL\": 3711.0,\n      \"border_AT_PL\": 3673.0,\n      \"border_AT_RO\": 2642.0,\n      \"border_AT_SI\": 2844.0,\n      \"border_AT_SK\": 3080.0,\n      \"border_BE_AT\": 3073.0,\n      \"border_BE_CZ\": 3213.0,\n      \"border_BE_DE\": 2971.0,\n      \"border_BE_FR\": 5000.0,\n      \"border_BE_HR\": 2776.0,\n      \"border_BE_HU\": 2902.0,\n      \"border_BE_NL\": 2709.0,\n      \"border_BE_PL\": 2841.0,\n      \"border_BE_RO\": 2619.0,\n      \"border_BE_SI\": 3446.0,\n      \"border_BE_SK\": 2507.0,\n      \"border_CZ_AT\": 3962.0,\n      \"border_CZ_BE\": 5729.0,\n      \"border_CZ_DE\": 5976.0,\n      \"border_CZ_FR\": 5699.0,\n      \"border_CZ_HR\": 2992.0,\n      \"border_CZ_HU\": 2660.0,\n      \"border_CZ_NL\": 5799.0,\n      \"border_CZ_PL\": 3928.0,\n      \"border_CZ_RO\": 2517.0,\n      \"border_CZ_SI\": 3871.0,\n      \"border_CZ_SK\": 2371.0,\n      \"border_DE_AT\": 5356.0,\n      \"border_DE_BE\": 7458.0,\n      \"border_DE_CZ\": 3269.0,\n      \"border_DE_FR\": 10924.0,\n      \"border_DE_HR\": 2829.0,\n      \"border_DE_HU\": 2865.0,\n      \"border_DE_NL\": 5615.0,\n      \"border_DE_PL\": 2729.0,\n      \"border_DE_RO\": 2603.0,\n      \"border_DE_SI\": 4253.0,\n      \"border_DE_SK\": 2573.0,\n      \"border_FR_AT\": 2979.0,\n      \"border_FR_BE\": 4451.0,\n      \"border_FR_CZ\": 3111.0,\n      \"border_FR_DE\": 3326.0,\n      \"border_FR_HR\": 2738.0,\n      \"border_FR_HU\": 2931.0,\n      \"border_FR_NL\": 3815.0,\n      \"border_FR_PL\": 2907.0,\n      \"border_FR_RO\": 2631.0,\n      \"border_FR_SI\": 2913.0,\n      \"border_FR_SK\": 2626.0,\n      \"border_HR_AT\": 1777.0,\n      \"border_HR_BE\": 1766.0,\n      \"border_HR_CZ\": 1947.0,\n      \"border_HR_DE\": 1803.0,\n      \"border_HR_FR\": 1742.0,\n      \"border_HR_HU\": 2162.0,\n      \"border_HR_NL\": 1781.0,\n      \"border_HR_PL\": 1962.0,\n      \"border_HR_RO\": 2404.0,\n      \"border_HR_SI\": 1551.0,\n      \"border_HR_SK\": 2062.0,\n      \"border_HU_AT\": 2971.0,\n      \"border_HU_BE\": 3862.0,\n      \"border_HU_CZ\": 4365.0,\n      \"border_HU_DE\": 3921.0,\n      \"border_HU_FR\": 3798.0,\n      \"border_HU_HR\": 3350.0,\n      \"border_HU_NL\": 3915.0,\n      \"border_HU_PL\": 3400.0,\n      \"border_HU_RO\": 1806.0,\n      \"border_HU_SI\": 2795.0,\n      \"border_HU_SK\": 4053.0,\n      \"border_NL_AT\": 4070.0,\n      \"border_NL_BE\": 5884.0,\n      \"border_NL_CZ\": 3290.0,\n      \"border_NL_DE\": 4804.0,\n      \"border_NL_FR\": 6593.0,\n      \"border_NL_HR\": 2798.0,\n      \"border_NL_HU\": 2886.0,\n      \"border_NL_PL\": 2800.0,\n      \"border_NL_RO\": 2612.0,\n      \"border_NL_SI\": 4291.0,\n      \"border_NL_SK\": 2598.0,\n      \"border_PL_AT\": 2165.0,\n      \"border_PL_BE\": 2800.0,\n      \"border_PL_CZ\": 2020.0,\n      \"border_PL_DE\": 2956.0,\n      \"border_PL_FR\": 2726.0,\n      \"border_PL_HR\": 2120.0,\n      \"border_PL_HU\": 2028.0,\n      \"border_PL_NL\": 2857.0,\n      \"border_PL_RO\": 2149.0,\n      \"border_PL_SI\": 2131.0,\n      \"border_PL_SK\": 1760.0,\n      \"border_RO_AT\": 1460.0,\n      \"border_RO_BE\": 1524.0,\n      \"border_RO_CZ\": 1492.0,\n      \"border_RO_DE\": 1517.0,\n      \"border_RO_FR\": 1530.0,\n      \"border_RO_HR\": 1757.0,\n      \"border_RO_HU\": 1377.0,\n      \"border_RO_NL\": 1521.0,\n      \"border_RO_PL\": 1494.0,\n      \"border_RO_SI\": 1610.0,\n      \"border_RO_SK\": 1442.0,\n      \"border_SI_AT\": 1938.0,\n      \"border_SI_BE\": 2146.0,\n      \"border_SI_CZ\": 2764.0,\n      \"border_SI_DE\": 2216.0,\n      \"border_SI_FR\": 2126.0,\n      \"border_SI_HR\": 2228.0,\n      \"border_SI_HU\": 3311.0,\n      \"border_SI_NL\": 2174.0,\n      \"border_SI_PL\": 2855.0,\n      \"border_SI_RO\": 2853.0,\n      \"border_SI_SK\": 3039.0,\n      \"border_SK_AT\": 2793.0,\n      \"border_SK_BE\": 3526.0,\n      \"border_SK_CZ\": 3202.0,\n      \"border_SK_DE\": 3407.0,\n      \"border_SK_FR\": 3606.0,\n      \"border_SK_HR\": 3179.0,\n      \"border_SK_HU\": 2141.0,\n      \"border_SK_NL\": 3476.0,\n      \"border_SK_PL\": 2590.0,\n      \"border_SK_RO\": 2218.0,\n      \"border_SK_SI\": 3190.0\n    },\n    {\n      \"id\": 34091,\n      \"dateTimeUtc\": \"2026-04-21T08:00:00Z\",\n      \"border_AT_BE\": 3829.0,\n      \"border_AT_CZ\": 4182.0,\n      \"border_AT_DE\": 4590.0,\n      \"border_AT_FR\": 3921.0,\n      \"border_AT_HR\": 2955.0,\n      \"border_AT_HU\": 2917.0,\n      \"border_AT_NL\": 3525.0,\n      \"border_AT_PL\": 3397.0,\n      \"border_AT_RO\": 2089.0,\n      \"border_AT_SI\": 3815.0,\n      \"border_AT_SK\": 3192.0,\n      \"border_BE_AT\": 3737.0,\n      \"border_BE_CZ\": 3637.0,\n      \"border_BE_DE\": 3376.0,\n      \"border_BE_FR\": 5775.0,\n      \"border_BE_HR\": 2796.0,\n      \"border_BE_HU\": 2825.0,\n      \"border_BE_NL\": 3071.0,\n      \"border_BE_PL\": 2891.0,\n      \"border_BE_RO\": 2081.0,\n      \"border_BE_SI\": 3833.0,\n      \"border_BE_SK\": 2598.0,\n      \"border_CZ_AT\": 4300.0,\n      \"border_CZ_BE\": 5786.0,\n      \"border_CZ_DE\": 6049.0,\n      \"border_CZ_FR\": 5756.0,\n      \"border_CZ_HR\": 3026.0,\n      \"border_CZ_HU\": 2587.0,\n      \"border_CZ_NL\": 5082.0,\n      \"border_CZ_PL\": 4036.0,\n      \"border_CZ_RO\": 1999.0,\n      \"border_CZ_SI\": 3989.0,\n      \"border_CZ_SK\": 2412.0,\n      \"border_DE_AT\": 5387.0,\n      \"border_DE_BE\": 6955.0,\n      \"border_DE_CZ\": 3640.0,\n      \"border_DE_FR\": 10222.0,\n      \"border_DE_HR\": 2852.0,\n      \"border_DE_HU\": 2788.0,\n      \"border_DE_NL\": 5385.0,\n      \"border_DE_PL\": 2783.0,\n      \"border_DE_RO\": 2068.0,\n      \"border_DE_SI\": 3956.0,\n      \"border_DE_SK\": 2620.0,\n      \"border_FR_AT\": 2979.0,\n      \"border_FR_BE\": 4459.0,\n      \"border_FR_CZ\": 3108.0,\n      \"border_FR_DE\": 3300.0,\n      \"border_FR_HR\": 2755.0,\n      \"border_FR_HU\": 2852.0,\n      \"border_FR_NL\": 3798.0,\n      \"border_FR_PL\": 2959.0,\n      \"border_FR_RO\": 2091.0,\n      \"border_FR_SI\": 2920.0,\n      \"border_FR_SK\": 2677.0,\n      \"border_HR_AT\": 1779.0,\n      \"border_HR_BE\": 1921.0,\n      \"border_HR_CZ\": 2109.0,\n      \"border_HR_DE\": 1951.0,\n      \"border_HR_FR\": 1899.0,\n      \"border_HR_HU\": 2428.0,\n      \"border_HR_NL\": 1935.0,\n      \"border_HR_PL\": 2146.0,\n      \"border_HR_RO\": 2548.0,\n      \"border_HR_SI\": 1639.0,\n      \"border_HR_SK\": 2283.0,\n      \"border_HU_AT\": 2912.0,\n      \"border_HU_BE\": 3295.0,\n      \"border_HU_CZ\": 4364.0,\n      \"border_HU_DE\": 3300.0,\n      \"border_HU_FR\": 3336.0,\n      \"border_HU_HR\": 3287.0,\n      \"border_HU_NL\": 3304.0,\n      \"border_HU_PL\": 3463.0,\n      \"border_HU_RO\": 1435.0,\n      \"border_HU_SI\": 2897.0,\n      \"border_HU_SK\": 4186.0,\n      \"border_NL_AT\": 4171.0,\n      \"border_NL_BE\": 6061.0,\n      \"border_NL_CZ\": 3826.0,\n      \"border_NL_DE\": 4866.0,\n      \"border_NL_FR\": 7116.0,\n      \"border_NL_HR\": 2819.0,\n      \"border_NL_HU\": 2809.0,\n      \"border_NL_PL\": 2850.0,\n      \"border_NL_RO\": 2076.0,\n      \"border_NL_SI\": 4160.0,\n      \"border_NL_SK\": 2648.0,\n      \"border_PL_AT\": 2144.0,\n      \"border_PL_BE\": 2721.0,\n      \"border_PL_CZ\": 1954.0,\n      \"border_PL_DE\": 2869.0,\n      \"border_PL_FR\": 2650.0,\n      \"border_PL_HR\": 2071.0,\n      \"border_PL_HU\": 1979.0,\n      \"border_PL_NL\": 2776.0,\n      \"border_PL_RO\": 2073.0,\n      \"border_PL_SI\": 2078.0,\n      \"border_PL_SK\": 1760.0,\n      \"border_RO_AT\": 1877.0,\n      \"border_RO_BE\": 2004.0,\n      \"border_RO_CZ\": 1864.0,\n      \"border_RO_DE\": 1977.0,\n      \"border_RO_FR\": 2026.0,\n      \"border_RO_HR\": 2552.0,\n      \"border_RO_HU\": 1900.0,\n      \"border_RO_NL\": 1993.0,\n      \"border_RO_PL\": 1954.0,\n      \"border_RO_SI\": 2254.0,\n      \"border_RO_SK\": 1764.0,\n      \"border_SI_AT\": 1624.0,\n      \"border_SI_BE\": 1732.0,\n      \"border_SI_CZ\": 2110.0,\n      \"border_SI_DE\": 1738.0,\n      \"border_SI_FR\": 1740.0,\n      \"border_SI_HR\": 2220.0,\n      \"border_SI_HU\": 2804.0,\n      \"border_SI_NL\": 1736.0,\n      \"border_SI_PL\": 2187.0,\n      \"border_SI_RO\": 2267.0,\n      \"border_SI_SK\": 2533.0,\n      \"border_SK_AT\": 3008.0,\n      \"border_SK_BE\": 3401.0,\n      \"border_SK_CZ\": 3081.0,\n      \"border_SK_DE\": 3287.0,\n      \"border_SK_FR\": 3478.0,\n      \"border_SK_HR\": 3222.0,\n      \"border_SK_HU\": 2086.0,\n      \"border_SK_NL\": 3352.0,\n      \"border_SK_PL\": 2478.0,\n      \"border_SK_RO\": 1771.0,\n      \"border_SK_SI\": 3292.0\n    },\n    {\n      \"id\": 34092,\n      \"dateTimeUtc\": \"2026-04-21T09:00:00Z\",\n      \"border_AT_BE\": 3867.0,\n      \"border_AT_CZ\": 4448.0,\n      \"border_AT_DE\": 4593.0,\n      \"border_AT_FR\": 4088.0,\n      \"border_AT_HR\": 3472.0,\n      \"border_AT_HU\": 3131.0,\n      \"border_AT_NL\": 3524.0,\n      \"border_AT_PL\": 3597.0,\n      \"border_AT_RO\": 2264.0,\n      \"border_AT_SI\": 3335.0,\n      \"border_AT_SK\": 3170.0,\n      \"border_BE_AT\": 3696.0,\n      \"border_BE_CZ\": 4181.0,\n      \"border_BE_DE\": 4222.0,\n      \"border_BE_FR\": 7336.0,\n      \"border_BE_HR\": 3237.0,\n      \"border_BE_HU\": 3051.0,\n      \"border_BE_NL\": 3167.0,\n      \"border_BE_PL\": 3013.0,\n      \"border_BE_RO\": 2256.0,\n      \"border_BE_SI\": 3682.0,\n      \"border_BE_SK\": 2634.0,\n      \"border_CZ_AT\": 4220.0,\n      \"border_CZ_BE\": 5747.0,\n      \"border_CZ_DE\": 5977.0,\n      \"border_CZ_FR\": 5713.0,\n      \"border_CZ_HR\": 3576.0,\n      \"border_CZ_HU\": 2794.0,\n      \"border_CZ_NL\": 4486.0,\n      \"border_CZ_PL\": 4204.0,\n      \"border_CZ_RO\": 2165.0,\n      \"border_CZ_SI\": 3801.0,\n      \"border_CZ_SK\": 2407.0,\n      \"border_DE_AT\": 5349.0,\n      \"border_DE_BE\": 6822.0,\n      \"border_DE_CZ\": 3856.0,\n      \"border_DE_FR\": 10055.0,\n      \"border_DE_HR\": 3153.0,\n      \"border_DE_HU\": 3013.0,\n      \"border_DE_NL\": 4754.0,\n      \"border_DE_PL\": 2909.0,\n      \"border_DE_RO\": 2242.0,\n      \"border_DE_SI\": 3436.0,\n      \"border_DE_SK\": 2602.0,\n      \"border_FR_AT\": 2975.0,\n      \"border_FR_BE\": 4509.0,\n      \"border_FR_CZ\": 3103.0,\n      \"border_FR_DE\": 3297.0,\n      \"border_FR_HR\": 2912.0,\n      \"border_FR_HU\": 2984.0,\n      \"border_FR_NL\": 3648.0,\n      \"border_FR_PL\": 3083.0,\n      \"border_FR_RO\": 2267.0,\n      \"border_FR_SI\": 2911.0,\n      \"border_FR_SK\": 2655.0,\n      \"border_HR_AT\": 1720.0,\n      \"border_HR_BE\": 1857.0,\n      \"border_HR_CZ\": 2141.0,\n      \"border_HR_DE\": 1869.0,\n      \"border_HR_FR\": 1861.0,\n      \"border_HR_HU\": 2557.0,\n      \"border_HR_NL\": 1864.0,\n      \"border_HR_PL\": 2171.0,\n      \"border_HR_RO\": 2761.0,\n      \"border_HR_SI\": 1648.0,\n      \"border_HR_SK\": 2368.0,\n      \"border_HU_AT\": 2737.0,\n      \"border_HU_BE\": 3018.0,\n      \"border_HU_CZ\": 4039.0,\n      \"border_HU_DE\": 3034.0,\n      \"border_HU_FR\": 3042.0,\n      \"border_HU_HR\": 3354.0,\n      \"border_HU_NL\": 3031.0,\n      \"border_HU_PL\": 3171.0,\n      \"border_HU_RO\": 1532.0,\n      \"border_HU_SI\": 2766.0,\n      \"border_HU_SK\": 4029.0,\n      \"border_NL_AT\": 3843.0,\n      \"border_NL_BE\": 6129.0,\n      \"border_NL_CZ\": 4037.0,\n      \"border_NL_DE\": 4672.0,\n      \"border_NL_FR\": 7352.0,\n      \"border_NL_HR\": 3211.0,\n      \"border_NL_HU\": 3035.0,\n      \"border_NL_PL\": 2971.0,\n      \"border_NL_RO\": 2250.0,\n      \"border_NL_SI\": 3603.0,\n      \"border_NL_SK\": 2626.0,\n      \"border_PL_AT\": 2392.0,\n      \"border_PL_BE\": 3044.0,\n      \"border_PL_CZ\": 2171.0,\n      \"border_PL_DE\": 3201.0,\n      \"border_PL_FR\": 2962.0,\n      \"border_PL_HR\": 2305.0,\n      \"border_PL_HU\": 2208.0,\n      \"border_PL_NL\": 3105.0,\n      \"border_PL_RO\": 2240.0,\n      \"border_PL_SI\": 2317.0,\n      \"border_PL_SK\": 1842.0,\n      \"border_RO_AT\": 1704.0,\n      \"border_RO_BE\": 1875.0,\n      \"border_RO_CZ\": 1835.0,\n      \"border_RO_DE\": 1866.0,\n      \"border_RO_FR\": 1881.0,\n      \"border_RO_HR\": 2187.0,\n      \"border_RO_HU\": 1699.0,\n      \"border_RO_NL\": 1871.0,\n      \"border_RO_PL\": 1839.0,\n      \"border_RO_SI\": 1977.0,\n      \"border_RO_SK\": 1778.0,\n      \"border_SI_AT\": 1538.0,\n      \"border_SI_BE\": 1607.0,\n      \"border_SI_CZ\": 1987.0,\n      \"border_SI_DE\": 1611.0,\n      \"border_SI_FR\": 1614.0,\n      \"border_SI_HR\": 2532.0,\n      \"border_SI_HU\": 3018.0,\n      \"border_SI_NL\": 1611.0,\n      \"border_SI_PL\": 2034.0,\n      \"border_SI_RO\": 2462.0,\n      \"border_SI_SK\": 2563.0,\n      \"border_SK_AT\": 2819.0,\n      \"border_SK_BE\": 3390.0,\n      \"border_SK_CZ\": 2953.0,\n      \"border_SK_DE\": 3248.0,\n      \"border_SK_FR\": 3468.0,\n      \"border_SK_HR\": 3840.0,\n      \"border_SK_HU\": 2253.0,\n      \"border_SK_NL\": 3331.0,\n      \"border_SK_PL\": 2454.0,\n      \"border_SK_RO\": 1912.0,\n      \"border_SK_SI\": 3144.0\n    },\n    {\n      \"id\": 34093,\n      \"dateTimeUtc\": \"2026-04-21T10:00:00Z\",\n      \"border_AT_BE\": 3998.0,\n      \"border_AT_CZ\": 4899.0,\n      \"border_AT_DE\": 4617.0,\n      \"border_AT_FR\": 4254.0,\n      \"border_AT_HR\": 3685.0,\n      \"border_AT_HU\": 3232.0,\n      \"border_AT_NL\": 3631.0,\n      \"border_AT_PL\": 4027.0,\n      \"border_AT_RO\": 2199.0,\n      \"border_AT_SI\": 3103.0,\n      \"border_AT_SK\": 3018.0,\n      \"border_BE_AT\": 3715.0,\n      \"border_BE_CZ\": 4372.0,\n      \"border_BE_DE\": 4610.0,\n      \"border_BE_FR\": 7196.0,\n      \"border_BE_HR\": 3243.0,\n      \"border_BE_HU\": 3130.0,\n      \"border_BE_NL\": 3090.0,\n      \"border_BE_PL\": 3034.0,\n      \"border_BE_RO\": 2191.0,\n      \"border_BE_SI\": 3415.0,\n      \"border_BE_SK\": 2564.0,\n      \"border_CZ_AT\": 4205.0,\n      \"border_CZ_BE\": 5784.0,\n      \"border_CZ_DE\": 5988.0,\n      \"border_CZ_FR\": 5749.0,\n      \"border_CZ_HR\": 3797.0,\n      \"border_CZ_HU\": 2864.0,\n      \"border_CZ_NL\": 4444.0,\n      \"border_CZ_PL\": 4245.0,\n      \"border_CZ_RO\": 2102.0,\n      \"border_CZ_SI\": 3645.0,\n      \"border_CZ_SK\": 2332.0,\n      \"border_DE_AT\": 5342.0,\n      \"border_DE_BE\": 6641.0,\n      \"border_DE_CZ\": 4044.0,\n      \"border_DE_FR\": 10550.0,\n      \"border_DE_HR\": 3156.0,\n      \"border_DE_HU\": 3043.0,\n      \"border_DE_NL\": 4702.0,\n      \"border_DE_PL\": 2930.0,\n      \"border_DE_RO\": 2178.0,\n      \"border_DE_SI\": 3179.0,\n      \"border_DE_SK\": 2528.0,\n      \"border_FR_AT\": 2982.0,\n      \"border_FR_BE\": 4535.0,\n      \"border_FR_CZ\": 3119.0,\n      \"border_FR_DE\": 3316.0,\n      \"border_FR_HR\": 2933.0,\n      \"border_FR_HU\": 3005.0,\n      \"border_FR_NL\": 3626.0,\n      \"border_FR_PL\": 3106.0,\n      \"border_FR_RO\": 2201.0,\n      \"border_FR_SI\": 2923.0,\n      \"border_FR_SK\": 2575.0,\n      \"border_HR_AT\": 1760.0,\n      \"border_HR_BE\": 1809.0,\n      \"border_HR_CZ\": 2028.0,\n      \"border_HR_DE\": 1843.0,\n      \"border_HR_FR\": 1785.0,\n      \"border_HR_HU\": 2427.0,\n      \"border_HR_NL\": 1823.0,\n      \"border_HR_PL\": 2060.0,\n      \"border_HR_RO\": 2692.0,\n      \"border_HR_SI\": 1605.0,\n      \"border_HR_SK\": 2246.0,\n      \"border_HU_AT\": 2724.0,\n      \"border_HU_BE\": 3199.0,\n      \"border_HU_CZ\": 3828.0,\n      \"border_HU_DE\": 3217.0,\n      \"border_HU_FR\": 3222.0,\n      \"border_HU_HR\": 2927.0,\n      \"border_HU_NL\": 3213.0,\n      \"border_HU_PL\": 2961.0,\n      \"border_HU_RO\": 1451.0,\n      \"border_HU_SI\": 2647.0,\n      \"border_HU_SK\": 4008.0,\n      \"border_NL_AT\": 3699.0,\n      \"border_NL_BE\": 6364.0,\n      \"border_NL_CZ\": 4223.0,\n      \"border_NL_DE\": 4536.0,\n      \"border_NL_FR\": 7141.0,\n      \"border_NL_HR\": 3217.0,\n      \"border_NL_HU\": 3100.0,\n      \"border_NL_PL\": 2991.0,\n      \"border_NL_RO\": 2185.0,\n      \"border_NL_SI\": 3330.0,\n      \"border_NL_SK\": 2550.0,\n      \"border_PL_AT\": 2287.0,\n      \"border_PL_BE\": 2911.0,\n      \"border_PL_CZ\": 2078.0,\n      \"border_PL_DE\": 3056.0,\n      \"border_PL_FR\": 2832.0,\n      \"border_PL_HR\": 2203.0,\n      \"border_PL_HU\": 2111.0,\n      \"border_PL_NL\": 2969.0,\n      \"border_PL_RO\": 2182.0,\n      \"border_PL_SI\": 2215.0,\n      \"border_PL_SK\": 1762.0,\n      \"border_RO_AT\": 1555.0,\n      \"border_RO_BE\": 1622.0,\n      \"border_RO_CZ\": 1603.0,\n      \"border_RO_DE\": 1617.0,\n      \"border_RO_FR\": 1626.0,\n      \"border_RO_HR\": 1762.0,\n      \"border_RO_HU\": 1540.0,\n      \"border_RO_NL\": 1620.0,\n      \"border_RO_PL\": 1588.0,\n      \"border_RO_SI\": 1684.0,\n      \"border_RO_SK\": 1567.0,\n      \"border_SI_AT\": 1602.0,\n      \"border_SI_BE\": 1700.0,\n      \"border_SI_CZ\": 2093.0,\n      \"border_SI_DE\": 1705.0,\n      \"border_SI_FR\": 1707.0,\n      \"border_SI_HR\": 2670.0,\n      \"border_SI_HU\": 3068.0,\n      \"border_SI_NL\": 1704.0,\n      \"border_SI_PL\": 2152.0,\n      \"border_SI_RO\": 2392.0,\n      \"border_SI_SK\": 2632.0,\n      \"border_SK_AT\": 2828.0,\n      \"border_SK_BE\": 3418.0,\n      \"border_SK_CZ\": 2979.0,\n      \"border_SK_DE\": 3272.0,\n      \"border_SK_FR\": 3517.0,\n      \"border_SK_HR\": 3961.0,\n      \"border_SK_HU\": 2296.0,\n      \"border_SK_NL\": 3353.0,\n      \"border_SK_PL\": 2484.0,\n      \"border_SK_RO\": 1832.0,\n      \"border_SK_SI\": 3037.0\n    },\n    {\n      \"id\": 34094,\n      \"dateTimeUtc\": \"2026-04-21T11:00:00Z\",\n      \"border_AT_BE\": 4145.0,\n      \"border_AT_CZ\": 5315.0,\n      \"border_AT_DE\": 4649.0,\n      \"border_AT_FR\": 4323.0,\n      \"border_AT_HR\": 3414.0,\n      \"border_AT_HU\": 3247.0,\n      \"border_AT_NL\": 3767.0,\n      \"border_AT_PL\": 4014.0,\n      \"border_AT_RO\": 1803.0,\n      \"border_AT_SI\": 2876.0,\n      \"border_AT_SK\": 2948.0,\n      \"border_BE_AT\": 3727.0,\n      \"border_BE_CZ\": 4575.0,\n      \"border_BE_DE\": 4707.0,\n      \"border_BE_FR\": 7377.0,\n      \"border_BE_HR\": 3273.0,\n      \"border_BE_HU\": 3151.0,\n      \"border_BE_NL\": 3074.0,\n      \"border_BE_PL\": 3028.0,\n      \"border_BE_RO\": 1797.0,\n      \"border_BE_SI\": 3246.0,\n      \"border_BE_SK\": 2517.0,\n      \"border_CZ_AT\": 4261.0,\n      \"border_CZ_BE\": 5781.0,\n      \"border_CZ_DE\": 5898.0,\n      \"border_CZ_FR\": 5747.0,\n      \"border_CZ_HR\": 3842.0,\n      \"border_CZ_HU\": 2895.0,\n      \"border_CZ_NL\": 4427.0,\n      \"border_CZ_PL\": 4227.0,\n      \"border_CZ_RO\": 1724.0,\n      \"border_CZ_SI\": 3494.0,\n      \"border_CZ_SK\": 2297.0,\n      \"border_DE_AT\": 5350.0,\n      \"border_DE_BE\": 6598.0,\n      \"border_DE_CZ\": 4240.0,\n      \"border_DE_FR\": 11231.0,\n      \"border_DE_HR\": 3177.0,\n      \"border_DE_HU\": 3046.0,\n      \"border_DE_NL\": 4681.0,\n      \"border_DE_PL\": 2926.0,\n      \"border_DE_RO\": 1786.0,\n      \"border_DE_SI\": 3029.0,\n      \"border_DE_SK\": 2478.0,\n      \"border_FR_AT\": 2988.0,\n      \"border_FR_BE\": 4576.0,\n      \"border_FR_CZ\": 3131.0,\n      \"border_FR_DE\": 3332.0,\n      \"border_FR_HR\": 2948.0,\n      \"border_FR_HU\": 3025.0,\n      \"border_FR_NL\": 3607.0,\n      \"border_FR_PL\": 3100.0,\n      \"border_FR_RO\": 1805.0,\n      \"border_FR_SI\": 2935.0,\n      \"border_FR_SK\": 2529.0,\n      \"border_HR_AT\": 1801.0,\n      \"border_HR_BE\": 1803.0,\n      \"border_HR_CZ\": 2018.0,\n      \"border_HR_DE\": 1837.0,\n      \"border_HR_FR\": 1779.0,\n      \"border_HR_HU\": 2390.0,\n      \"border_HR_NL\": 1817.0,\n      \"border_HR_PL\": 2042.0,\n      \"border_HR_RO\": 2193.0,\n      \"border_HR_SI\": 1598.0,\n      \"border_HR_SK\": 2219.0,\n      \"border_HU_AT\": 2757.0,\n      \"border_HU_BE\": 3167.0,\n      \"border_HU_CZ\": 3480.0,\n      \"border_HU_DE\": 3170.0,\n      \"border_HU_FR\": 3164.0,\n      \"border_HU_HR\": 2717.0,\n      \"border_HU_NL\": 3169.0,\n      \"border_HU_PL\": 2726.0,\n      \"border_HU_RO\": 1235.0,\n      \"border_HU_SI\": 2529.0,\n      \"border_HU_SK\": 4001.0,\n      \"border_NL_AT\": 3642.0,\n      \"border_NL_BE\": 6398.0,\n      \"border_NL_CZ\": 4418.0,\n      \"border_NL_DE\": 4441.0,\n      \"border_NL_FR\": 6965.0,\n      \"border_NL_HR\": 3247.0,\n      \"border_NL_HU\": 3118.0,\n      \"border_NL_PL\": 2985.0,\n      \"border_NL_RO\": 1792.0,\n      \"border_NL_SI\": 3173.0,\n      \"border_NL_SK\": 2500.0,\n      \"border_PL_AT\": 2248.0,\n      \"border_PL_BE\": 2849.0,\n      \"border_PL_CZ\": 2044.0,\n      \"border_PL_DE\": 2986.0,\n      \"border_PL_FR\": 2773.0,\n      \"border_PL_HR\": 2166.0,\n      \"border_PL_HU\": 2077.0,\n      \"border_PL_NL\": 2906.0,\n      \"border_PL_RO\": 1786.0,\n      \"border_PL_SI\": 2178.0,\n      \"border_PL_SK\": 1713.0,\n      \"border_RO_AT\": 1269.0,\n      \"border_RO_BE\": 1262.0,\n      \"border_RO_CZ\": 1247.0,\n      \"border_RO_DE\": 1258.0,\n      \"border_RO_FR\": 1265.0,\n      \"border_RO_HR\": 1368.0,\n      \"border_RO_HU\": 1198.0,\n      \"border_RO_NL\": 1261.0,\n      \"border_RO_PL\": 1235.0,\n      \"border_RO_SI\": 1310.0,\n      \"border_RO_SK\": 1219.0,\n      \"border_SI_AT\": 1723.0,\n      \"border_SI_BE\": 1888.0,\n      \"border_SI_CZ\": 2295.0,\n      \"border_SI_DE\": 1892.0,\n      \"border_SI_FR\": 1896.0,\n      \"border_SI_HR\": 2738.0,\n      \"border_SI_HU\": 3182.0,\n      \"border_SI_NL\": 1893.0,\n      \"border_SI_PL\": 2352.0,\n      \"border_SI_RO\": 1962.0,\n      \"border_SI_SK\": 2769.0,\n      \"border_SK_AT\": 2954.0,\n      \"border_SK_BE\": 3330.0,\n      \"border_SK_CZ\": 2910.0,\n      \"border_SK_DE\": 3190.0,\n      \"border_SK_FR\": 3436.0,\n      \"border_SK_HR\": 3937.0,\n      \"border_SK_HU\": 2322.0,\n      \"border_SK_NL\": 3267.0,\n      \"border_SK_PL\": 2408.0,\n      \"border_SK_RO\": 1517.0,\n      \"border_SK_SI\": 2903.0\n    },\n    {\n      \"id\": 34095,\n      \"dateTimeUtc\": \"2026-04-21T12:00:00Z\",\n      \"border_AT_BE\": 4311.0,\n      \"border_AT_CZ\": 5514.0,\n      \"border_AT_DE\": 4678.0,\n      \"border_AT_FR\": 4350.0,\n      \"border_AT_HR\": 3187.0,\n      \"border_AT_HU\": 3071.0,\n      \"border_AT_NL\": 3961.0,\n      \"border_AT_PL\": 3937.0,\n      \"border_AT_RO\": 2050.0,\n      \"border_AT_SI\": 2687.0,\n      \"border_AT_SK\": 3067.0,\n      \"border_BE_AT\": 3711.0,\n      \"border_BE_CZ\": 4476.0,\n      \"border_BE_DE\": 5109.0,\n      \"border_BE_FR\": 7220.0,\n      \"border_BE_HR\": 3201.0,\n      \"border_BE_HU\": 2943.0,\n      \"border_BE_NL\": 3104.0,\n      \"border_BE_PL\": 2975.0,\n      \"border_BE_RO\": 2066.0,\n      \"border_BE_SI\": 2942.0,\n      \"border_BE_SK\": 2586.0,\n      \"border_CZ_AT\": 4315.0,\n      \"border_CZ_BE\": 6030.0,\n      \"border_CZ_DE\": 6005.0,\n      \"border_CZ_FR\": 5994.0,\n      \"border_CZ_HR\": 3765.0,\n      \"border_CZ_HU\": 2705.0,\n      \"border_CZ_NL\": 4558.0,\n      \"border_CZ_PL\": 4147.0,\n      \"border_CZ_RO\": 1982.0,\n      \"border_CZ_SI\": 3272.0,\n      \"border_CZ_SK\": 2378.0,\n      \"border_DE_AT\": 5323.0,\n      \"border_DE_BE\": 6915.0,\n      \"border_DE_CZ\": 4158.0,\n      \"border_DE_FR\": 10716.0,\n      \"border_DE_HR\": 3060.0,\n      \"border_DE_HU\": 2863.0,\n      \"border_DE_NL\": 4826.0,\n      \"border_DE_PL\": 2880.0,\n      \"border_DE_RO\": 2048.0,\n      \"border_DE_SI\": 2759.0,\n      \"border_DE_SK\": 2536.0,\n      \"border_FR_AT\": 2986.0,\n      \"border_FR_BE\": 4569.0,\n      \"border_FR_CZ\": 3128.0,\n      \"border_FR_DE\": 3325.0,\n      \"border_FR_HR\": 2946.0,\n      \"border_FR_HU\": 2972.0,\n      \"border_FR_NL\": 3685.0,\n      \"border_FR_PL\": 3045.0,\n      \"border_FR_RO\": 2076.0,\n      \"border_FR_SI\": 2931.0,\n      \"border_FR_SK\": 2589.0,\n      \"border_HR_AT\": 1832.0,\n      \"border_HR_BE\": 1832.0,\n      \"border_HR_CZ\": 2045.0,\n      \"border_HR_DE\": 1867.0,\n      \"border_HR_FR\": 1805.0,\n      \"border_HR_HU\": 2402.0,\n      \"border_HR_NL\": 1847.0,\n      \"border_HR_PL\": 2056.0,\n      \"border_HR_RO\": 2461.0,\n      \"border_HR_SI\": 1597.0,\n      \"border_HR_SK\": 2236.0,\n      \"border_HU_AT\": 2859.0,\n      \"border_HU_BE\": 3108.0,\n      \"border_HU_CZ\": 3435.0,\n      \"border_HU_DE\": 3110.0,\n      \"border_HU_FR\": 3104.0,\n      \"border_HU_HR\": 2651.0,\n      \"border_HU_NL\": 3109.0,\n      \"border_HU_PL\": 2703.0,\n      \"border_HU_RO\": 1299.0,\n      \"border_HU_SI\": 2470.0,\n      \"border_HU_SK\": 4069.0,\n      \"border_NL_AT\": 3513.0,\n      \"border_NL_BE\": 6419.0,\n      \"border_NL_CZ\": 4322.0,\n      \"border_NL_DE\": 4486.0,\n      \"border_NL_FR\": 7024.0,\n      \"border_NL_HR\": 3158.0,\n      \"border_NL_HU\": 2920.0,\n      \"border_NL_PL\": 2934.0,\n      \"border_NL_RO\": 2060.0,\n      \"border_NL_SI\": 2880.0,\n      \"border_NL_SK\": 2559.0,\n      \"border_PL_AT\": 2199.0,\n      \"border_PL_BE\": 2797.0,\n      \"border_PL_CZ\": 1998.0,\n      \"border_PL_DE\": 2929.0,\n      \"border_PL_FR\": 2721.0,\n      \"border_PL_HR\": 2118.0,\n      \"border_PL_HU\": 2033.0,\n      \"border_PL_NL\": 2853.0,\n      \"border_PL_RO\": 2052.0,\n      \"border_PL_SI\": 2130.0,\n      \"border_PL_SK\": 1729.0,\n      \"border_RO_AT\": 1127.0,\n      \"border_RO_BE\": 1121.0,\n      \"border_RO_CZ\": 1107.0,\n      \"border_RO_DE\": 1117.0,\n      \"border_RO_FR\": 1123.0,\n      \"border_RO_HR\": 1215.0,\n      \"border_RO_HU\": 1062.0,\n      \"border_RO_NL\": 1119.0,\n      \"border_RO_PL\": 1098.0,\n      \"border_RO_SI\": 1163.0,\n      \"border_RO_SK\": 1083.0,\n      \"border_SI_AT\": 1871.0,\n      \"border_SI_BE\": 2137.0,\n      \"border_SI_CZ\": 2550.0,\n      \"border_SI_DE\": 2141.0,\n      \"border_SI_FR\": 2145.0,\n      \"border_SI_HR\": 2834.0,\n      \"border_SI_HU\": 3389.0,\n      \"border_SI_NL\": 2143.0,\n      \"border_SI_PL\": 2546.0,\n      \"border_SI_RO\": 2213.0,\n      \"border_SI_SK\": 2981.0,\n      \"border_SK_AT\": 3186.0,\n      \"border_SK_BE\": 3393.0,\n      \"border_SK_CZ\": 2963.0,\n      \"border_SK_DE\": 3253.0,\n      \"border_SK_FR\": 3502.0,\n      \"border_SK_HR\": 3954.0,\n      \"border_SK_HU\": 2168.0,\n      \"border_SK_NL\": 3328.0,\n      \"border_SK_PL\": 2455.0,\n      \"border_SK_RO\": 1605.0,\n      \"border_SK_SI\": 2830.0\n    },\n    {\n      \"id\": 34096,\n      \"dateTimeUtc\": \"2026-04-21T13:00:00Z\",\n      \"border_AT_BE\": 4182.0,\n      \"border_AT_CZ\": 5167.0,\n      \"border_AT_DE\": 4657.0,\n      \"border_AT_FR\": 4250.0,\n      \"border_AT_HR\": 3212.0,\n      \"border_AT_HU\": 3062.0,\n      \"border_AT_NL\": 3901.0,\n      \"border_AT_PL\": 3955.0,\n      \"border_AT_RO\": 1869.0,\n      \"border_AT_SI\": 2519.0,\n      \"border_AT_SK\": 2339.0,\n      \"border_BE_AT\": 3724.0,\n      \"border_BE_CZ\": 4438.0,\n      \"border_BE_DE\": 4981.0,\n      \"border_BE_FR\": 7237.0,\n      \"border_BE_HR\": 3349.0,\n      \"border_BE_HU\": 2695.0,\n      \"border_BE_NL\": 3223.0,\n      \"border_BE_PL\": 2987.0,\n      \"border_BE_RO\": 1859.0,\n      \"border_BE_SI\": 2870.0,\n      \"border_BE_SK\": 2243.0,\n      \"border_CZ_AT\": 4334.0,\n      \"border_CZ_BE\": 6061.0,\n      \"border_CZ_DE\": 5995.0,\n      \"border_CZ_FR\": 6025.0,\n      \"border_CZ_HR\": 2991.0,\n      \"border_CZ_HU\": 2416.0,\n      \"border_CZ_NL\": 4832.0,\n      \"border_CZ_PL\": 4144.0,\n      \"border_CZ_RO\": 1770.0,\n      \"border_CZ_SI\": 2745.0,\n      \"border_CZ_SK\": 1895.0,\n      \"border_DE_AT\": 5324.0,\n      \"border_DE_BE\": 6981.0,\n      \"border_DE_CZ\": 4117.0,\n      \"border_DE_FR\": 10817.0,\n      \"border_DE_HR\": 3183.0,\n      \"border_DE_HU\": 2643.0,\n      \"border_DE_NL\": 5130.0,\n      \"border_DE_PL\": 2891.0,\n      \"border_DE_RO\": 1847.0,\n      \"border_DE_SI\": 2701.0,\n      \"border_DE_SK\": 2198.0,\n      \"border_FR_AT\": 2984.0,\n      \"border_FR_BE\": 4545.0,\n      \"border_FR_CZ\": 3122.0,\n      \"border_FR_DE\": 3319.0,\n      \"border_FR_HR\": 2941.0,\n      \"border_FR_HU\": 2696.0,\n      \"border_FR_NL\": 3820.0,\n      \"border_FR_PL\": 3058.0,\n      \"border_FR_RO\": 1868.0,\n      \"border_FR_SI\": 2922.0,\n      \"border_FR_SK\": 2251.0,\n      \"border_HR_AT\": 1806.0,\n      \"border_HR_BE\": 1789.0,\n      \"border_HR_CZ\": 2003.0,\n      \"border_HR_DE\": 1825.0,\n      \"border_HR_FR\": 1764.0,\n      \"border_HR_HU\": 2338.0,\n      \"border_HR_NL\": 1805.0,\n      \"border_HR_PL\": 2015.0,\n      \"border_HR_RO\": 2264.0,\n      \"border_HR_SI\": 1581.0,\n      \"border_HR_SK\": 2158.0,\n      \"border_HU_AT\": 3039.0,\n      \"border_HU_BE\": 3457.0,\n      \"border_HU_CZ\": 3770.0,\n      \"border_HU_DE\": 3457.0,\n      \"border_HU_FR\": 3452.0,\n      \"border_HU_HR\": 2833.0,\n      \"border_HU_NL\": 3457.0,\n      \"border_HU_PL\": 2964.0,\n      \"border_HU_RO\": 1259.0,\n      \"border_HU_SI\": 2665.0,\n      \"border_HU_SK\": 3937.0,\n      \"border_NL_AT\": 3597.0,\n      \"border_NL_BE\": 5961.0,\n      \"border_NL_CZ\": 4285.0,\n      \"border_NL_DE\": 4592.0,\n      \"border_NL_FR\": 7149.0,\n      \"border_NL_HR\": 3299.0,\n      \"border_NL_HU\": 2667.0,\n      \"border_NL_PL\": 2945.0,\n      \"border_NL_RO\": 1853.0,\n      \"border_NL_SI\": 2812.0,\n      \"border_NL_SK\": 2220.0,\n      \"border_PL_AT\": 2204.0,\n      \"border_PL_BE\": 2816.0,\n      \"border_PL_CZ\": 2015.0,\n      \"border_PL_DE\": 2956.0,\n      \"border_PL_FR\": 2738.0,\n      \"border_PL_HR\": 2049.0,\n      \"border_PL_HU\": 1904.0,\n      \"border_PL_NL\": 2874.0,\n      \"border_PL_RO\": 1787.0,\n      \"border_PL_SI\": 2079.0,\n      \"border_PL_SK\": 1588.0,\n      \"border_RO_AT\": 1152.0,\n      \"border_RO_BE\": 1145.0,\n      \"border_RO_CZ\": 1131.0,\n      \"border_RO_DE\": 1141.0,\n      \"border_RO_FR\": 1148.0,\n      \"border_RO_HR\": 1238.0,\n      \"border_RO_HU\": 1084.0,\n      \"border_RO_NL\": 1144.0,\n      \"border_RO_PL\": 1122.0,\n      \"border_RO_SI\": 1189.0,\n      \"border_RO_SK\": 1107.0,\n      \"border_SI_AT\": 1898.0,\n      \"border_SI_BE\": 2190.0,\n      \"border_SI_CZ\": 2592.0,\n      \"border_SI_DE\": 2196.0,\n      \"border_SI_FR\": 2196.0,\n      \"border_SI_HR\": 3075.0,\n      \"border_SI_HU\": 3461.0,\n      \"border_SI_NL\": 2195.0,\n      \"border_SI_PL\": 2637.0,\n      \"border_SI_RO\": 2034.0,\n      \"border_SI_SK\": 2788.0,\n      \"border_SK_AT\": 3397.0,\n      \"border_SK_BE\": 3501.0,\n      \"border_SK_CZ\": 3068.0,\n      \"border_SK_DE\": 3351.0,\n      \"border_SK_FR\": 3617.0,\n      \"border_SK_HR\": 3990.0,\n      \"border_SK_HU\": 2258.0,\n      \"border_SK_NL\": 3432.0,\n      \"border_SK_PL\": 2521.0,\n      \"border_SK_RO\": 1570.0,\n      \"border_SK_SI\": 3022.0\n    },\n    {\n      \"id\": 34097,\n      \"dateTimeUtc\": \"2026-04-21T14:00:00Z\",\n      \"border_AT_BE\": 4259.0,\n      \"border_AT_CZ\": 5370.0,\n      \"border_AT_DE\": 4697.0,\n      \"border_AT_FR\": 4200.0,\n      \"border_AT_HR\": 3003.0,\n      \"border_AT_HU\": 2824.0,\n      \"border_AT_NL\": 4229.0,\n      \"border_AT_PL\": 3836.0,\n      \"border_AT_RO\": 1517.0,\n      \"border_AT_SI\": 2375.0,\n      \"border_AT_SK\": 2987.0,\n      \"border_BE_AT\": 3288.0,\n      \"border_BE_CZ\": 3926.0,\n      \"border_BE_DE\": 3742.0,\n      \"border_BE_FR\": 6202.0,\n      \"border_BE_HR\": 3468.0,\n      \"border_BE_HU\": 2781.0,\n      \"border_BE_NL\": 3556.0,\n      \"border_BE_PL\": 2875.0,\n      \"border_BE_RO\": 1532.0,\n      \"border_BE_SI\": 2939.0,\n      \"border_BE_SK\": 2485.0,\n      \"border_CZ_AT\": 4287.0,\n      \"border_CZ_BE\": 5642.0,\n      \"border_CZ_DE\": 6277.0,\n      \"border_CZ_FR\": 6201.0,\n      \"border_CZ_HR\": 4064.0,\n      \"border_CZ_HU\": 2539.0,\n      \"border_CZ_NL\": 5633.0,\n      \"border_CZ_PL\": 3965.0,\n      \"border_CZ_RO\": 1445.0,\n      \"border_CZ_SI\": 3072.0,\n      \"border_CZ_SK\": 2346.0,\n      \"border_DE_AT\": 5315.0,\n      \"border_DE_BE\": 5896.0,\n      \"border_DE_CZ\": 3618.0,\n      \"border_DE_FR\": 11262.0,\n      \"border_DE_HR\": 3295.0,\n      \"border_DE_HU\": 2743.0,\n      \"border_DE_NL\": 5905.0,\n      \"border_DE_PL\": 2769.0,\n      \"border_DE_RO\": 1524.0,\n      \"border_DE_SI\": 2761.0,\n      \"border_DE_SK\": 2511.0,\n      \"border_FR_AT\": 3000.0,\n      \"border_FR_BE\": 4102.0,\n      \"border_FR_CZ\": 3145.0,\n      \"border_FR_DE\": 3347.0,\n      \"border_FR_HR\": 2962.0,\n      \"border_FR_HU\": 2810.0,\n      \"border_FR_NL\": 3868.0,\n      \"border_FR_PL\": 2943.0,\n      \"border_FR_RO\": 1537.0,\n      \"border_FR_SI\": 2948.0,\n      \"border_FR_SK\": 2556.0,\n      \"border_HR_AT\": 1857.0,\n      \"border_HR_BE\": 1824.0,\n      \"border_HR_CZ\": 1979.0,\n      \"border_HR_DE\": 1857.0,\n      \"border_HR_FR\": 1801.0,\n      \"border_HR_HU\": 2200.0,\n      \"border_HR_NL\": 1838.0,\n      \"border_HR_PL\": 1960.0,\n      \"border_HR_RO\": 1819.0,\n      \"border_HR_SI\": 1548.0,\n      \"border_HR_SK\": 2095.0,\n      \"border_HU_AT\": 2760.0,\n      \"border_HU_BE\": 2760.0,\n      \"border_HU_CZ\": 2855.0,\n      \"border_HU_DE\": 2760.0,\n      \"border_HU_FR\": 2761.0,\n      \"border_HU_HR\": 2232.0,\n      \"border_HU_NL\": 2760.0,\n      \"border_HU_PL\": 2114.0,\n      \"border_HU_RO\": 1117.0,\n      \"border_HU_SI\": 2236.0,\n      \"border_HU_SK\": 3780.0,\n      \"border_NL_AT\": 3645.0,\n      \"border_NL_BE\": 5781.0,\n      \"border_NL_CZ\": 3787.0,\n      \"border_NL_DE\": 4651.0,\n      \"border_NL_FR\": 7099.0,\n      \"border_NL_HR\": 3412.0,\n      \"border_NL_HU\": 2765.0,\n      \"border_NL_PL\": 2832.0,\n      \"border_NL_RO\": 1529.0,\n      \"border_NL_SI\": 2875.0,\n      \"border_NL_SK\": 2531.0,\n      \"border_PL_AT\": 2169.0,\n      \"border_PL_BE\": 2765.0,\n      \"border_PL_CZ\": 1993.0,\n      \"border_PL_DE\": 2909.0,\n      \"border_PL_FR\": 2690.0,\n      \"border_PL_HR\": 2092.0,\n      \"border_PL_HU\": 2001.0,\n      \"border_PL_NL\": 2824.0,\n      \"border_PL_RO\": 1657.0,\n      \"border_PL_SI\": 2102.0,\n      \"border_PL_SK\": 1694.0,\n      \"border_RO_AT\": 1734.0,\n      \"border_RO_BE\": 1724.0,\n      \"border_RO_CZ\": 1704.0,\n      \"border_RO_DE\": 1718.0,\n      \"border_RO_FR\": 1728.0,\n      \"border_RO_HR\": 1868.0,\n      \"border_RO_HU\": 1635.0,\n      \"border_RO_NL\": 1721.0,\n      \"border_RO_PL\": 1688.0,\n      \"border_RO_SI\": 1789.0,\n      \"border_RO_SK\": 1666.0,\n      \"border_SI_AT\": 2819.0,\n      \"border_SI_BE\": 3729.0,\n      \"border_SI_CZ\": 3797.0,\n      \"border_SI_DE\": 3687.0,\n      \"border_SI_FR\": 3778.0,\n      \"border_SI_HR\": 2965.0,\n      \"border_SI_HU\": 3307.0,\n      \"border_SI_NL\": 3714.0,\n      \"border_SI_PL\": 3955.0,\n      \"border_SI_RO\": 1662.0,\n      \"border_SI_SK\": 3410.0,\n      \"border_SK_AT\": 4046.0,\n      \"border_SK_BE\": 3541.0,\n      \"border_SK_CZ\": 3186.0,\n      \"border_SK_DE\": 3422.0,\n      \"border_SK_FR\": 3621.0,\n      \"border_SK_HR\": 2822.0,\n      \"border_SK_HU\": 2053.0,\n      \"border_SK_NL\": 3487.0,\n      \"border_SK_PL\": 2571.0,\n      \"border_SK_RO\": 1129.0,\n      \"border_SK_SI\": 2874.0\n    },\n    {\n      \"id\": 34098,\n      \"dateTimeUtc\": \"2026-04-21T15:00:00Z\",\n      \"border_AT_BE\": 4873.0,\n      \"border_AT_CZ\": 6704.0,\n      \"border_AT_DE\": 4854.0,\n      \"border_AT_FR\": 4925.0,\n      \"border_AT_HR\": 2729.0,\n      \"border_AT_HU\": 2594.0,\n      \"border_AT_NL\": 4870.0,\n      \"border_AT_PL\": 3309.0,\n      \"border_AT_RO\": 2490.0,\n      \"border_AT_SI\": 2202.0,\n      \"border_AT_SK\": 2895.0,\n      \"border_BE_AT\": 3240.0,\n      \"border_BE_CZ\": 3857.0,\n      \"border_BE_DE\": 3651.0,\n      \"border_BE_FR\": 6126.0,\n      \"border_BE_HR\": 3503.0,\n      \"border_BE_HU\": 2562.0,\n      \"border_BE_NL\": 3458.0,\n      \"border_BE_PL\": 2444.0,\n      \"border_BE_RO\": 2594.0,\n      \"border_BE_SI\": 2695.0,\n      \"border_BE_SK\": 2440.0,\n      \"border_CZ_AT\": 4108.0,\n      \"border_CZ_BE\": 5544.0,\n      \"border_CZ_DE\": 6271.0,\n      \"border_CZ_FR\": 5995.0,\n      \"border_CZ_HR\": 3585.0,\n      \"border_CZ_HU\": 2352.0,\n      \"border_CZ_NL\": 5891.0,\n      \"border_CZ_PL\": 3349.0,\n      \"border_CZ_RO\": 2460.0,\n      \"border_CZ_SI\": 2688.0,\n      \"border_CZ_SK\": 2337.0,\n      \"border_DE_AT\": 5335.0,\n      \"border_DE_BE\": 5841.0,\n      \"border_DE_CZ\": 3565.0,\n      \"border_DE_FR\": 11880.0,\n      \"border_DE_HR\": 3467.0,\n      \"border_DE_HU\": 2532.0,\n      \"border_DE_NL\": 5565.0,\n      \"border_DE_PL\": 2357.0,\n      \"border_DE_RO\": 2596.0,\n      \"border_DE_SI\": 2652.0,\n      \"border_DE_SK\": 2464.0,\n      \"border_FR_AT\": 2992.0,\n      \"border_FR_BE\": 3977.0,\n      \"border_FR_CZ\": 3121.0,\n      \"border_FR_DE\": 3325.0,\n      \"border_FR_HR\": 2948.0,\n      \"border_FR_HU\": 2586.0,\n      \"border_FR_NL\": 3821.0,\n      \"border_FR_PL\": 2499.0,\n      \"border_FR_RO\": 2596.0,\n      \"border_FR_SI\": 2737.0,\n      \"border_FR_SK\": 2500.0,\n      \"border_HR_AT\": 1767.0,\n      \"border_HR_BE\": 1740.0,\n      \"border_HR_CZ\": 1867.0,\n      \"border_HR_DE\": 1767.0,\n      \"border_HR_FR\": 1721.0,\n      \"border_HR_HU\": 2045.0,\n      \"border_HR_NL\": 1751.0,\n      \"border_HR_PL\": 1817.0,\n      \"border_HR_RO\": 2041.0,\n      \"border_HR_SI\": 1510.0,\n      \"border_HR_SK\": 1966.0,\n      \"border_HU_AT\": 4116.0,\n      \"border_HU_BE\": 3860.0,\n      \"border_HU_CZ\": 4200.0,\n      \"border_HU_DE\": 3857.0,\n      \"border_HU_FR\": 3857.0,\n      \"border_HU_HR\": 3238.0,\n      \"border_HU_NL\": 3860.0,\n      \"border_HU_PL\": 3257.0,\n      \"border_HU_RO\": 1551.0,\n      \"border_HU_SI\": 2618.0,\n      \"border_HU_SK\": 4231.0,\n      \"border_NL_AT\": 3730.0,\n      \"border_NL_BE\": 5825.0,\n      \"border_NL_CZ\": 3728.0,\n      \"border_NL_DE\": 4947.0,\n      \"border_NL_FR\": 7421.0,\n      \"border_NL_HR\": 3506.0,\n      \"border_NL_HU\": 2549.0,\n      \"border_NL_PL\": 2410.0,\n      \"border_NL_RO\": 2594.0,\n      \"border_NL_SI\": 2676.0,\n      \"border_NL_SK\": 2487.0,\n      \"border_PL_AT\": 2265.0,\n      \"border_PL_BE\": 2852.0,\n      \"border_PL_CZ\": 2111.0,\n      \"border_PL_DE\": 2985.0,\n      \"border_PL_FR\": 2782.0,\n      \"border_PL_HR\": 2156.0,\n      \"border_PL_HU\": 2021.0,\n      \"border_PL_NL\": 2905.0,\n      \"border_PL_RO\": 2050.0,\n      \"border_PL_SI\": 2191.0,\n      \"border_PL_SK\": 1708.0,\n      \"border_RO_AT\": 1560.0,\n      \"border_RO_BE\": 1562.0,\n      \"border_RO_CZ\": 1531.0,\n      \"border_RO_DE\": 1555.0,\n      \"border_RO_FR\": 1567.0,\n      \"border_RO_HR\": 1815.0,\n      \"border_RO_HU\": 1408.0,\n      \"border_RO_NL\": 1559.0,\n      \"border_RO_PL\": 1532.0,\n      \"border_RO_SI\": 1649.0,\n      \"border_RO_SK\": 1480.0,\n      \"border_SI_AT\": 3291.0,\n      \"border_SI_BE\": 4130.0,\n      \"border_SI_CZ\": 4211.0,\n      \"border_SI_DE\": 4089.0,\n      \"border_SI_FR\": 4184.0,\n      \"border_SI_HR\": 2775.0,\n      \"border_SI_HU\": 3041.0,\n      \"border_SI_NL\": 4112.0,\n      \"border_SI_PL\": 3568.0,\n      \"border_SI_RO\": 2679.0,\n      \"border_SI_SK\": 3277.0,\n      \"border_SK_AT\": 4350.0,\n      \"border_SK_BE\": 3928.0,\n      \"border_SK_CZ\": 3441.0,\n      \"border_SK_DE\": 3757.0,\n      \"border_SK_FR\": 4048.0,\n      \"border_SK_HR\": 3782.0,\n      \"border_SK_HU\": 1977.0,\n      \"border_SK_NL\": 3852.0,\n      \"border_SK_PL\": 2817.0,\n      \"border_SK_RO\": 1919.0,\n      \"border_SK_SI\": 2928.0\n    },\n    {\n      \"id\": 34099,\n      \"dateTimeUtc\": \"2026-04-21T16:00:00Z\",\n      \"border_AT_BE\": 5295.0,\n      \"border_AT_CZ\": 4952.0,\n      \"border_AT_DE\": 5514.0,\n      \"border_AT_FR\": 5603.0,\n      \"border_AT_HR\": 2501.0,\n      \"border_AT_HU\": 2371.0,\n      \"border_AT_NL\": 5519.0,\n      \"border_AT_PL\": 2519.0,\n      \"border_AT_RO\": 1743.0,\n      \"border_AT_SI\": 1936.0,\n      \"border_AT_SK\": 2827.0,\n      \"border_BE_AT\": 3053.0,\n      \"border_BE_CZ\": 2926.0,\n      \"border_BE_DE\": 3666.0,\n      \"border_BE_FR\": 6444.0,\n      \"border_BE_HR\": 2882.0,\n      \"border_BE_HU\": 2347.0,\n      \"border_BE_NL\": 3298.0,\n      \"border_BE_PL\": 1896.0,\n      \"border_BE_RO\": 1756.0,\n      \"border_BE_SI\": 2146.0,\n      \"border_BE_SK\": 2392.0,\n      \"border_CZ_AT\": 3939.0,\n      \"border_CZ_BE\": 5474.0,\n      \"border_CZ_DE\": 6500.0,\n      \"border_CZ_FR\": 6179.0,\n      \"border_CZ_HR\": 3041.0,\n      \"border_CZ_HU\": 2165.0,\n      \"border_CZ_NL\": 6239.0,\n      \"border_CZ_PL\": 2570.0,\n      \"border_CZ_RO\": 1781.0,\n      \"border_CZ_SI\": 2183.0,\n      \"border_CZ_SK\": 2328.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 5738.0,\n      \"border_DE_CZ\": 3149.0,\n      \"border_DE_FR\": 13811.0,\n      \"border_DE_HR\": 2815.0,\n      \"border_DE_HU\": 2324.0,\n      \"border_DE_NL\": 5956.0,\n      \"border_DE_PL\": 1845.0,\n      \"border_DE_RO\": 1763.0,\n      \"border_DE_SI\": 2111.0,\n      \"border_DE_SK\": 2426.0,\n      \"border_FR_AT\": 3027.0,\n      \"border_FR_BE\": 3882.0,\n      \"border_FR_CZ\": 3058.0,\n      \"border_FR_DE\": 3381.0,\n      \"border_FR_HR\": 2960.0,\n      \"border_FR_HU\": 2368.0,\n      \"border_FR_NL\": 3932.0,\n      \"border_FR_PL\": 1905.0,\n      \"border_FR_RO\": 1751.0,\n      \"border_FR_SI\": 2188.0,\n      \"border_FR_SK\": 2450.0,\n      \"border_HR_AT\": 1875.0,\n      \"border_HR_BE\": 1845.0,\n      \"border_HR_CZ\": 1972.0,\n      \"border_HR_DE\": 1875.0,\n      \"border_HR_FR\": 1822.0,\n      \"border_HR_HU\": 2043.0,\n      \"border_HR_NL\": 1858.0,\n      \"border_HR_PL\": 1828.0,\n      \"border_HR_RO\": 1570.0,\n      \"border_HR_SI\": 1497.0,\n      \"border_HR_SK\": 2100.0,\n      \"border_HU_AT\": 3181.0,\n      \"border_HU_BE\": 3132.0,\n      \"border_HU_CZ\": 3302.0,\n      \"border_HU_DE\": 3140.0,\n      \"border_HU_FR\": 3122.0,\n      \"border_HU_HR\": 2511.0,\n      \"border_HU_NL\": 3136.0,\n      \"border_HU_PL\": 2524.0,\n      \"border_HU_RO\": 1326.0,\n      \"border_HU_SI\": 2538.0,\n      \"border_HU_SK\": 4209.0,\n      \"border_NL_AT\": 3518.0,\n      \"border_NL_BE\": 5650.0,\n      \"border_NL_CZ\": 3024.0,\n      \"border_NL_DE\": 4871.0,\n      \"border_NL_FR\": 7668.0,\n      \"border_NL_HR\": 2849.0,\n      \"border_NL_HU\": 2336.0,\n      \"border_NL_PL\": 1884.0,\n      \"border_NL_RO\": 1759.0,\n      \"border_NL_SI\": 2130.0,\n      \"border_NL_SK\": 2444.0,\n      \"border_PL_AT\": 2084.0,\n      \"border_PL_BE\": 2687.0,\n      \"border_PL_CZ\": 1962.0,\n      \"border_PL_DE\": 2812.0,\n      \"border_PL_FR\": 2618.0,\n      \"border_PL_HR\": 2038.0,\n      \"border_PL_HU\": 1934.0,\n      \"border_PL_NL\": 2738.0,\n      \"border_PL_RO\": 1811.0,\n      \"border_PL_SI\": 2051.0,\n      \"border_PL_SK\": 1628.0,\n      \"border_RO_AT\": 1188.0,\n      \"border_RO_BE\": 1184.0,\n      \"border_RO_CZ\": 1155.0,\n      \"border_RO_DE\": 1177.0,\n      \"border_RO_FR\": 1189.0,\n      \"border_RO_HR\": 1498.0,\n      \"border_RO_HU\": 1042.0,\n      \"border_RO_NL\": 1181.0,\n      \"border_RO_PL\": 1147.0,\n      \"border_RO_SI\": 1278.0,\n      \"border_RO_SK\": 1105.0,\n      \"border_SI_AT\": 3634.0,\n      \"border_SI_BE\": 4659.0,\n      \"border_SI_CZ\": 4637.0,\n      \"border_SI_DE\": 4613.0,\n      \"border_SI_FR\": 4720.0,\n      \"border_SI_HR\": 3251.0,\n      \"border_SI_HU\": 2427.0,\n      \"border_SI_NL\": 4641.0,\n      \"border_SI_PL\": 2688.0,\n      \"border_SI_RO\": 1676.0,\n      \"border_SI_SK\": 3226.0,\n      \"border_SK_AT\": 4057.0,\n      \"border_SK_BE\": 4308.0,\n      \"border_SK_CZ\": 3951.0,\n      \"border_SK_DE\": 4178.0,\n      \"border_SK_FR\": 4406.0,\n      \"border_SK_HR\": 3327.0,\n      \"border_SK_HU\": 1917.0,\n      \"border_SK_NL\": 4249.0,\n      \"border_SK_PL\": 3145.0,\n      \"border_SK_RO\": 1602.0,\n      \"border_SK_SI\": 2500.0\n    },\n    {\n      \"id\": 34100,\n      \"dateTimeUtc\": \"2026-04-21T17:00:00Z\",\n      \"border_AT_BE\": 5596.0,\n      \"border_AT_CZ\": 5174.0,\n      \"border_AT_DE\": 5434.0,\n      \"border_AT_FR\": 5680.0,\n      \"border_AT_HR\": 3652.0,\n      \"border_AT_HU\": 2563.0,\n      \"border_AT_NL\": 5534.0,\n      \"border_AT_PL\": 2564.0,\n      \"border_AT_RO\": 888.0,\n      \"border_AT_SI\": 2714.0,\n      \"border_AT_SK\": 3522.0,\n      \"border_BE_AT\": 2345.0,\n      \"border_BE_CZ\": 2339.0,\n      \"border_BE_DE\": 2207.0,\n      \"border_BE_FR\": 3973.0,\n      \"border_BE_HR\": 2482.0,\n      \"border_BE_HU\": 2418.0,\n      \"border_BE_NL\": 1965.0,\n      \"border_BE_PL\": 1868.0,\n      \"border_BE_RO\": 894.0,\n      \"border_BE_SI\": 2501.0,\n      \"border_BE_SK\": 2391.0,\n      \"border_CZ_AT\": 3936.0,\n      \"border_CZ_BE\": 6366.0,\n      \"border_CZ_DE\": 6609.0,\n      \"border_CZ_FR\": 6316.0,\n      \"border_CZ_HR\": 4216.0,\n      \"border_CZ_HU\": 2497.0,\n      \"border_CZ_NL\": 5946.0,\n      \"border_CZ_PL\": 2617.0,\n      \"border_CZ_RO\": 907.0,\n      \"border_CZ_SI\": 3368.0,\n      \"border_CZ_SK\": 2612.0,\n      \"border_DE_AT\": 5300.0,\n      \"border_DE_BE\": 6721.0,\n      \"border_DE_CZ\": 3188.0,\n      \"border_DE_FR\": 15004.0,\n      \"border_DE_HR\": 3694.0,\n      \"border_DE_HU\": 2671.0,\n      \"border_DE_NL\": 5744.0,\n      \"border_DE_PL\": 1870.0,\n      \"border_DE_RO\": 897.0,\n      \"border_DE_SI\": 3210.0,\n      \"border_DE_SK\": 2740.0,\n      \"border_FR_AT\": 2934.0,\n      \"border_FR_BE\": 4272.0,\n      \"border_FR_CZ\": 3013.0,\n      \"border_FR_DE\": 3053.0,\n      \"border_FR_HR\": 2900.0,\n      \"border_FR_HU\": 2707.0,\n      \"border_FR_NL\": 3728.0,\n      \"border_FR_PL\": 1926.0,\n      \"border_FR_RO\": 892.0,\n      \"border_FR_SI\": 2879.0,\n      \"border_FR_SK\": 2751.0,\n      \"border_HR_AT\": 2131.0,\n      \"border_HR_BE\": 2060.0,\n      \"border_HR_CZ\": 2220.0,\n      \"border_HR_DE\": 2098.0,\n      \"border_HR_FR\": 2029.0,\n      \"border_HR_HU\": 2394.0,\n      \"border_HR_NL\": 2078.0,\n      \"border_HR_PL\": 2103.0,\n      \"border_HR_RO\": 784.0,\n      \"border_HR_SI\": 1582.0,\n      \"border_HR_SK\": 2396.0,\n      \"border_HU_AT\": 3685.0,\n      \"border_HU_BE\": 3818.0,\n      \"border_HU_CZ\": 4151.0,\n      \"border_HU_DE\": 3819.0,\n      \"border_HU_FR\": 3813.0,\n      \"border_HU_HR\": 2992.0,\n      \"border_HU_NL\": 3818.0,\n      \"border_HU_PL\": 3253.0,\n      \"border_HU_RO\": 954.0,\n      \"border_HU_SI\": 2932.0,\n      \"border_HU_SK\": 4011.0,\n      \"border_NL_AT\": 3703.0,\n      \"border_NL_BE\": 6596.0,\n      \"border_NL_CZ\": 3105.0,\n      \"border_NL_DE\": 5101.0,\n      \"border_NL_FR\": 7385.0,\n      \"border_NL_HR\": 3674.0,\n      \"border_NL_HU\": 2680.0,\n      \"border_NL_PL\": 1911.0,\n      \"border_NL_RO\": 896.0,\n      \"border_NL_SI\": 3242.0,\n      \"border_NL_SK\": 2761.0,\n      \"border_PL_AT\": 2417.0,\n      \"border_PL_BE\": 3115.0,\n      \"border_PL_CZ\": 2264.0,\n      \"border_PL_DE\": 3246.0,\n      \"border_PL_FR\": 3033.0,\n      \"border_PL_HR\": 2358.0,\n      \"border_PL_HU\": 2258.0,\n      \"border_PL_NL\": 3174.0,\n      \"border_PL_RO\": 922.0,\n      \"border_PL_SI\": 2372.0,\n      \"border_PL_SK\": 1924.0,\n      \"border_RO_AT\": 1201.0,\n      \"border_RO_BE\": 1197.0,\n      \"border_RO_CZ\": 1168.0,\n      \"border_RO_DE\": 1191.0,\n      \"border_RO_FR\": 1203.0,\n      \"border_RO_HR\": 1596.0,\n      \"border_RO_HU\": 1053.0,\n      \"border_RO_NL\": 1195.0,\n      \"border_RO_PL\": 1160.0,\n      \"border_RO_SI\": 1294.0,\n      \"border_RO_SK\": 1116.0,\n      \"border_SI_AT\": 2754.0,\n      \"border_SI_BE\": 3455.0,\n      \"border_SI_CZ\": 3515.0,\n      \"border_SI_DE\": 3416.0,\n      \"border_SI_FR\": 3502.0,\n      \"border_SI_HR\": 2905.0,\n      \"border_SI_HU\": 2421.0,\n      \"border_SI_NL\": 3440.0,\n      \"border_SI_PL\": 2742.0,\n      \"border_SI_RO\": 853.0,\n      \"border_SI_SK\": 3955.0,\n      \"border_SK_AT\": 4053.0,\n      \"border_SK_BE\": 3561.0,\n      \"border_SK_CZ\": 3266.0,\n      \"border_SK_DE\": 3460.0,\n      \"border_SK_FR\": 3644.0,\n      \"border_SK_HR\": 3899.0,\n      \"border_SK_HU\": 2070.0,\n      \"border_SK_NL\": 3512.0,\n      \"border_SK_PL\": 2600.0,\n      \"border_SK_RO\": 929.0,\n      \"border_SK_SI\": 3392.0\n    },\n    {\n      \"id\": 34101,\n      \"dateTimeUtc\": \"2026-04-21T18:00:00Z\",\n      \"border_AT_BE\": 4959.0,\n      \"border_AT_CZ\": 4494.0,\n      \"border_AT_DE\": 5463.0,\n      \"border_AT_FR\": 4635.0,\n      \"border_AT_HR\": 4096.0,\n      \"border_AT_HU\": 2563.0,\n      \"border_AT_NL\": 5170.0,\n      \"border_AT_PL\": 2396.0,\n      \"border_AT_RO\": 881.0,\n      \"border_AT_SI\": 3267.0,\n      \"border_AT_SK\": 4353.0,\n      \"border_BE_AT\": 3465.0,\n      \"border_BE_CZ\": 3005.0,\n      \"border_BE_DE\": 3075.0,\n      \"border_BE_FR\": 5537.0,\n      \"border_BE_HR\": 3448.0,\n      \"border_BE_HU\": 2686.0,\n      \"border_BE_NL\": 2737.0,\n      \"border_BE_PL\": 1882.0,\n      \"border_BE_RO\": 889.0,\n      \"border_BE_SI\": 3476.0,\n      \"border_BE_SK\": 3086.0,\n      \"border_CZ_AT\": 4987.0,\n      \"border_CZ_BE\": 6248.0,\n      \"border_CZ_DE\": 6476.0,\n      \"border_CZ_FR\": 6199.0,\n      \"border_CZ_HR\": 4169.0,\n      \"border_CZ_HU\": 2493.0,\n      \"border_CZ_NL\": 5824.0,\n      \"border_CZ_PL\": 2680.0,\n      \"border_CZ_RO\": 901.0,\n      \"border_CZ_SI\": 3975.0,\n      \"border_CZ_SK\": 3108.0,\n      \"border_DE_AT\": 5327.0,\n      \"border_DE_BE\": 6339.0,\n      \"border_DE_CZ\": 2996.0,\n      \"border_DE_FR\": 14866.0,\n      \"border_DE_HR\": 4021.0,\n      \"border_DE_HU\": 2654.0,\n      \"border_DE_NL\": 5621.0,\n      \"border_DE_PL\": 1872.0,\n      \"border_DE_RO\": 892.0,\n      \"border_DE_SI\": 4323.0,\n      \"border_DE_SK\": 3056.0,\n      \"border_FR_AT\": 2891.0,\n      \"border_FR_BE\": 4372.0,\n      \"border_FR_CZ\": 2850.0,\n      \"border_FR_DE\": 2764.0,\n      \"border_FR_HR\": 2915.0,\n      \"border_FR_HU\": 2714.0,\n      \"border_FR_NL\": 3506.0,\n      \"border_FR_PL\": 1893.0,\n      \"border_FR_RO\": 886.0,\n      \"border_FR_SI\": 2901.0,\n      \"border_FR_SK\": 2921.0,\n      \"border_HR_AT\": 2123.0,\n      \"border_HR_BE\": 2082.0,\n      \"border_HR_CZ\": 2270.0,\n      \"border_HR_DE\": 2123.0,\n      \"border_HR_FR\": 2047.0,\n      \"border_HR_HU\": 2463.0,\n      \"border_HR_NL\": 2101.0,\n      \"border_HR_PL\": 2255.0,\n      \"border_HR_RO\": 780.0,\n      \"border_HR_SI\": 1606.0,\n      \"border_HR_SK\": 2416.0,\n      \"border_HU_AT\": 3262.0,\n      \"border_HU_BE\": 3351.0,\n      \"border_HU_CZ\": 3389.0,\n      \"border_HU_DE\": 3366.0,\n      \"border_HU_FR\": 3339.0,\n      \"border_HU_HR\": 3026.0,\n      \"border_HU_NL\": 3358.0,\n      \"border_HU_PL\": 3569.0,\n      \"border_HU_RO\": 946.0,\n      \"border_HU_SI\": 2832.0,\n      \"border_HU_SK\": 3605.0,\n      \"border_NL_AT\": 4287.0,\n      \"border_NL_BE\": 6186.0,\n      \"border_NL_CZ\": 3021.0,\n      \"border_NL_DE\": 5270.0,\n      \"border_NL_FR\": 8225.0,\n      \"border_NL_HR\": 3975.0,\n      \"border_NL_HU\": 2671.0,\n      \"border_NL_PL\": 1899.0,\n      \"border_NL_RO\": 891.0,\n      \"border_NL_SI\": 4364.0,\n      \"border_NL_SK\": 3140.0,\n      \"border_PL_AT\": 3668.0,\n      \"border_PL_BE\": 4397.0,\n      \"border_PL_CZ\": 3082.0,\n      \"border_PL_DE\": 4575.0,\n      \"border_PL_FR\": 4288.0,\n      \"border_PL_HR\": 3451.0,\n      \"border_PL_HU\": 2514.0,\n      \"border_PL_NL\": 4476.0,\n      \"border_PL_RO\": 917.0,\n      \"border_PL_SI\": 3444.0,\n      \"border_PL_SK\": 2684.0,\n      \"border_RO_AT\": 1236.0,\n      \"border_RO_BE\": 1224.0,\n      \"border_RO_CZ\": 1194.0,\n      \"border_RO_DE\": 1217.0,\n      \"border_RO_FR\": 1229.0,\n      \"border_RO_HR\": 1637.0,\n      \"border_RO_HU\": 1082.0,\n      \"border_RO_NL\": 1221.0,\n      \"border_RO_PL\": 1178.0,\n      \"border_RO_SI\": 1327.0,\n      \"border_RO_SK\": 1150.0,\n      \"border_SI_AT\": 2599.0,\n      \"border_SI_BE\": 3563.0,\n      \"border_SI_CZ\": 3657.0,\n      \"border_SI_DE\": 3528.0,\n      \"border_SI_FR\": 3606.0,\n      \"border_SI_HR\": 2966.0,\n      \"border_SI_HU\": 2366.0,\n      \"border_SI_NL\": 3551.0,\n      \"border_SI_PL\": 2899.0,\n      \"border_SI_RO\": 848.0,\n      \"border_SI_SK\": 4135.0,\n      \"border_SK_AT\": 4928.0,\n      \"border_SK_BE\": 4656.0,\n      \"border_SK_CZ\": 3972.0,\n      \"border_SK_DE\": 4477.0,\n      \"border_SK_FR\": 4811.0,\n      \"border_SK_HR\": 4037.0,\n      \"border_SK_HU\": 2129.0,\n      \"border_SK_NL\": 4566.0,\n      \"border_SK_PL\": 3603.0,\n      \"border_SK_RO\": 922.0,\n      \"border_SK_SI\": 3318.0\n    },\n    {\n      \"id\": 34102,\n      \"dateTimeUtc\": \"2026-04-21T19:00:00Z\",\n      \"border_AT_BE\": 4404.0,\n      \"border_AT_CZ\": 4426.0,\n      \"border_AT_DE\": 5004.0,\n      \"border_AT_FR\": 4248.0,\n      \"border_AT_HR\": 4034.0,\n      \"border_AT_HU\": 2564.0,\n      \"border_AT_NL\": 4602.0,\n      \"border_AT_PL\": 2705.0,\n      \"border_AT_RO\": 901.0,\n      \"border_AT_SI\": 3206.0,\n      \"border_AT_SK\": 4404.0,\n      \"border_BE_AT\": 2850.0,\n      \"border_BE_CZ\": 2648.0,\n      \"border_BE_DE\": 2473.0,\n      \"border_BE_FR\": 4508.0,\n      \"border_BE_HR\": 2806.0,\n      \"border_BE_HU\": 2656.0,\n      \"border_BE_NL\": 2227.0,\n      \"border_BE_PL\": 2152.0,\n      \"border_BE_RO\": 909.0,\n      \"border_BE_SI\": 2829.0,\n      \"border_BE_SK\": 2696.0,\n      \"border_CZ_AT\": 5263.0,\n      \"border_CZ_BE\": 6167.0,\n      \"border_CZ_DE\": 6397.0,\n      \"border_CZ_FR\": 6120.0,\n      \"border_CZ_HR\": 4252.0,\n      \"border_CZ_HU\": 2463.0,\n      \"border_CZ_NL\": 6247.0,\n      \"border_CZ_PL\": 2959.0,\n      \"border_CZ_RO\": 921.0,\n      \"border_CZ_SI\": 4185.0,\n      \"border_CZ_SK\": 3134.0,\n      \"border_DE_AT\": 5359.0,\n      \"border_DE_BE\": 6910.0,\n      \"border_DE_CZ\": 3000.0,\n      \"border_DE_FR\": 14359.0,\n      \"border_DE_HR\": 3964.0,\n      \"border_DE_HU\": 2630.0,\n      \"border_DE_NL\": 6702.0,\n      \"border_DE_PL\": 2072.0,\n      \"border_DE_RO\": 912.0,\n      \"border_DE_SI\": 4244.0,\n      \"border_DE_SK\": 3411.0,\n      \"border_FR_AT\": 2953.0,\n      \"border_FR_BE\": 4395.0,\n      \"border_FR_CZ\": 3064.0,\n      \"border_FR_DE\": 3271.0,\n      \"border_FR_HR\": 2939.0,\n      \"border_FR_HU\": 2687.0,\n      \"border_FR_NL\": 3760.0,\n      \"border_FR_PL\": 2204.0,\n      \"border_FR_RO\": 906.0,\n      \"border_FR_SI\": 2922.0,\n      \"border_FR_SK\": 3040.0,\n      \"border_HR_AT\": 2157.0,\n      \"border_HR_BE\": 2114.0,\n      \"border_HR_CZ\": 2297.0,\n      \"border_HR_DE\": 2157.0,\n      \"border_HR_FR\": 2078.0,\n      \"border_HR_HU\": 2475.0,\n      \"border_HR_NL\": 2133.0,\n      \"border_HR_PL\": 2303.0,\n      \"border_HR_RO\": 798.0,\n      \"border_HR_SI\": 1628.0,\n      \"border_HR_SK\": 2434.0,\n      \"border_HU_AT\": 3296.0,\n      \"border_HU_BE\": 3385.0,\n      \"border_HU_CZ\": 3420.0,\n      \"border_HU_DE\": 3401.0,\n      \"border_HU_FR\": 3373.0,\n      \"border_HU_HR\": 3244.0,\n      \"border_HU_NL\": 3392.0,\n      \"border_HU_PL\": 3610.0,\n      \"border_HU_RO\": 968.0,\n      \"border_HU_SI\": 2998.0,\n      \"border_HU_SK\": 3636.0,\n      \"border_NL_AT\": 4192.0,\n      \"border_NL_BE\": 6452.0,\n      \"border_NL_CZ\": 2969.0,\n      \"border_NL_DE\": 4060.0,\n      \"border_NL_FR\": 6366.0,\n      \"border_NL_HR\": 3915.0,\n      \"border_NL_HU\": 2647.0,\n      \"border_NL_PL\": 2121.0,\n      \"border_NL_RO\": 911.0,\n      \"border_NL_SI\": 4283.0,\n      \"border_NL_SK\": 3471.0,\n      \"border_PL_AT\": 4333.0,\n      \"border_PL_BE\": 5308.0,\n      \"border_PL_CZ\": 3638.0,\n      \"border_PL_DE\": 5564.0,\n      \"border_PL_FR\": 5161.0,\n      \"border_PL_HR\": 4015.0,\n      \"border_PL_HU\": 2519.0,\n      \"border_PL_NL\": 5416.0,\n      \"border_PL_RO\": 939.0,\n      \"border_PL_SI\": 4002.0,\n      \"border_PL_SK\": 2833.0,\n      \"border_RO_AT\": 1268.0,\n      \"border_RO_BE\": 1255.0,\n      \"border_RO_CZ\": 1224.0,\n      \"border_RO_DE\": 1248.0,\n      \"border_RO_FR\": 1261.0,\n      \"border_RO_HR\": 1687.0,\n      \"border_RO_HU\": 1106.0,\n      \"border_RO_NL\": 1252.0,\n      \"border_RO_PL\": 1208.0,\n      \"border_RO_SI\": 1364.0,\n      \"border_RO_SK\": 1178.0,\n      \"border_SI_AT\": 2668.0,\n      \"border_SI_BE\": 3657.0,\n      \"border_SI_CZ\": 3751.0,\n      \"border_SI_DE\": 3624.0,\n      \"border_SI_FR\": 3701.0,\n      \"border_SI_HR\": 2923.0,\n      \"border_SI_HU\": 2368.0,\n      \"border_SI_NL\": 3644.0,\n      \"border_SI_PL\": 3289.0,\n      \"border_SI_RO\": 867.0,\n      \"border_SI_SK\": 4180.0,\n      \"border_SK_AT\": 5239.0,\n      \"border_SK_BE\": 4636.0,\n      \"border_SK_CZ\": 3952.0,\n      \"border_SK_DE\": 4500.0,\n      \"border_SK_FR\": 4747.0,\n      \"border_SK_HR\": 4072.0,\n      \"border_SK_HU\": 2118.0,\n      \"border_SK_NL\": 4572.0,\n      \"border_SK_PL\": 3741.0,\n      \"border_SK_RO\": 943.0,\n      \"border_SK_SI\": 3507.0\n    },\n    {\n      \"id\": 34103,\n      \"dateTimeUtc\": \"2026-04-21T20:00:00Z\",\n      \"border_AT_BE\": 4424.0,\n      \"border_AT_CZ\": 4323.0,\n      \"border_AT_DE\": 5028.0,\n      \"border_AT_FR\": 4252.0,\n      \"border_AT_HR\": 3485.0,\n      \"border_AT_HU\": 2566.0,\n      \"border_AT_NL\": 4568.0,\n      \"border_AT_PL\": 3396.0,\n      \"border_AT_RO\": 1950.0,\n      \"border_AT_SI\": 2744.0,\n      \"border_AT_SK\": 3959.0,\n      \"border_BE_AT\": 3493.0,\n      \"border_BE_CZ\": 2891.0,\n      \"border_BE_DE\": 3047.0,\n      \"border_BE_FR\": 5252.0,\n      \"border_BE_HR\": 3444.0,\n      \"border_BE_HU\": 2671.0,\n      \"border_BE_NL\": 2752.0,\n      \"border_BE_PL\": 2691.0,\n      \"border_BE_RO\": 1968.0,\n      \"border_BE_SI\": 3467.0,\n      \"border_BE_SK\": 3184.0,\n      \"border_CZ_AT\": 4984.0,\n      \"border_CZ_BE\": 6038.0,\n      \"border_CZ_DE\": 6251.0,\n      \"border_CZ_FR\": 5991.0,\n      \"border_CZ_HR\": 4264.0,\n      \"border_CZ_HU\": 2490.0,\n      \"border_CZ_NL\": 5801.0,\n      \"border_CZ_PL\": 3724.0,\n      \"border_CZ_RO\": 1995.0,\n      \"border_CZ_SI\": 3650.0,\n      \"border_CZ_SK\": 2834.0,\n      \"border_DE_AT\": 5303.0,\n      \"border_DE_BE\": 7003.0,\n      \"border_DE_CZ\": 2968.0,\n      \"border_DE_FR\": 14562.0,\n      \"border_DE_HR\": 3994.0,\n      \"border_DE_HU\": 2639.0,\n      \"border_DE_NL\": 5547.0,\n      \"border_DE_PL\": 2590.0,\n      \"border_DE_RO\": 1975.0,\n      \"border_DE_SI\": 3632.0,\n      \"border_DE_SK\": 3083.0,\n      \"border_FR_AT\": 2955.0,\n      \"border_FR_BE\": 4390.0,\n      \"border_FR_CZ\": 3002.0,\n      \"border_FR_DE\": 3271.0,\n      \"border_FR_HR\": 2937.0,\n      \"border_FR_HU\": 2697.0,\n      \"border_FR_NL\": 3785.0,\n      \"border_FR_PL\": 2758.0,\n      \"border_FR_RO\": 1962.0,\n      \"border_FR_SI\": 2910.0,\n      \"border_FR_SK\": 3027.0,\n      \"border_HR_AT\": 1993.0,\n      \"border_HR_BE\": 1957.0,\n      \"border_HR_CZ\": 2107.0,\n      \"border_HR_DE\": 1993.0,\n      \"border_HR_FR\": 1925.0,\n      \"border_HR_HU\": 2149.0,\n      \"border_HR_NL\": 1974.0,\n      \"border_HR_PL\": 2105.0,\n      \"border_HR_RO\": 1753.0,\n      \"border_HR_SI\": 1558.0,\n      \"border_HR_SK\": 2229.0,\n      \"border_HU_AT\": 3534.0,\n      \"border_HU_BE\": 3628.0,\n      \"border_HU_CZ\": 3664.0,\n      \"border_HU_DE\": 3645.0,\n      \"border_HU_FR\": 3615.0,\n      \"border_HU_HR\": 3463.0,\n      \"border_HU_NL\": 3635.0,\n      \"border_HU_PL\": 3864.0,\n      \"border_HU_RO\": 2099.0,\n      \"border_HU_SI\": 2929.0,\n      \"border_HU_SK\": 3884.0,\n      \"border_NL_AT\": 4066.0,\n      \"border_NL_BE\": 6351.0,\n      \"border_NL_CZ\": 2933.0,\n      \"border_NL_DE\": 4652.0,\n      \"border_NL_FR\": 7484.0,\n      \"border_NL_HR\": 3948.0,\n      \"border_NL_HU\": 2656.0,\n      \"border_NL_PL\": 2653.0,\n      \"border_NL_RO\": 1971.0,\n      \"border_NL_SI\": 3666.0,\n      \"border_NL_SK\": 3137.0,\n      \"border_PL_AT\": 4147.0,\n      \"border_PL_BE\": 5103.0,\n      \"border_PL_CZ\": 3467.0,\n      \"border_PL_DE\": 5293.0,\n      \"border_PL_FR\": 4958.0,\n      \"border_PL_HR\": 3832.0,\n      \"border_PL_HU\": 2525.0,\n      \"border_PL_NL\": 5208.0,\n      \"border_PL_RO\": 2033.0,\n      \"border_PL_SI\": 3814.0,\n      \"border_PL_SK\": 2584.0,\n      \"border_RO_AT\": 2031.0,\n      \"border_RO_BE\": 2009.0,\n      \"border_RO_CZ\": 1957.0,\n      \"border_RO_DE\": 1996.0,\n      \"border_RO_FR\": 2019.0,\n      \"border_RO_HR\": 2619.0,\n      \"border_RO_HU\": 1757.0,\n      \"border_RO_NL\": 2003.0,\n      \"border_RO_PL\": 1929.0,\n      \"border_RO_SI\": 2192.0,\n      \"border_RO_SK\": 1880.0,\n      \"border_SI_AT\": 3088.0,\n      \"border_SI_BE\": 4232.0,\n      \"border_SI_CZ\": 4343.0,\n      \"border_SI_DE\": 4194.0,\n      \"border_SI_FR\": 4284.0,\n      \"border_SI_HR\": 2996.0,\n      \"border_SI_HU\": 2370.0,\n      \"border_SI_NL\": 4218.0,\n      \"border_SI_PL\": 4145.0,\n      \"border_SI_RO\": 1875.0,\n      \"border_SI_SK\": 4742.0,\n      \"border_SK_AT\": 4780.0,\n      \"border_SK_BE\": 4712.0,\n      \"border_SK_CZ\": 3981.0,\n      \"border_SK_DE\": 4534.0,\n      \"border_SK_FR\": 4811.0,\n      \"border_SK_HR\": 3959.0,\n      \"border_SK_HU\": 2126.0,\n      \"border_SK_NL\": 4630.0,\n      \"border_SK_PL\": 3843.0,\n      \"border_SK_RO\": 2042.0,\n      \"border_SK_SI\": 3358.0\n    },\n    {\n      \"id\": 34104,\n      \"dateTimeUtc\": \"2026-04-21T21:00:00Z\",\n      \"border_AT_BE\": 4034.0,\n      \"border_AT_CZ\": 4137.0,\n      \"border_AT_DE\": 4809.0,\n      \"border_AT_FR\": 4139.0,\n      \"border_AT_HR\": 3432.0,\n      \"border_AT_HU\": 2696.0,\n      \"border_AT_NL\": 4086.0,\n      \"border_AT_PL\": 2543.0,\n      \"border_AT_RO\": 3413.0,\n      \"border_AT_SI\": 3053.0,\n      \"border_AT_SK\": 3905.0,\n      \"border_BE_AT\": 3701.0,\n      \"border_BE_CZ\": 2934.0,\n      \"border_BE_DE\": 3890.0,\n      \"border_BE_FR\": 6390.0,\n      \"border_BE_HR\": 3339.0,\n      \"border_BE_HU\": 2873.0,\n      \"border_BE_NL\": 3519.0,\n      \"border_BE_PL\": 2032.0,\n      \"border_BE_RO\": 3401.0,\n      \"border_BE_SI\": 4313.0,\n      \"border_BE_SK\": 3169.0,\n      \"border_CZ_AT\": 4746.0,\n      \"border_CZ_BE\": 5919.0,\n      \"border_CZ_DE\": 6118.0,\n      \"border_CZ_FR\": 5873.0,\n      \"border_CZ_HR\": 3599.0,\n      \"border_CZ_HU\": 2658.0,\n      \"border_CZ_NL\": 5763.0,\n      \"border_CZ_PL\": 2800.0,\n      \"border_CZ_RO\": 3332.0,\n      \"border_CZ_SI\": 3930.0,\n      \"border_CZ_SK\": 2831.0,\n      \"border_DE_AT\": 5330.0,\n      \"border_DE_BE\": 6204.0,\n      \"border_DE_CZ\": 2906.0,\n      \"border_DE_FR\": 13966.0,\n      \"border_DE_HR\": 3401.0,\n      \"border_DE_HU\": 2832.0,\n      \"border_DE_NL\": 5497.0,\n      \"border_DE_PL\": 1964.0,\n      \"border_DE_RO\": 3381.0,\n      \"border_DE_SI\": 4244.0,\n      \"border_DE_SK\": 3070.0,\n      \"border_FR_AT\": 2966.0,\n      \"border_FR_BE\": 4384.0,\n      \"border_FR_CZ\": 2981.0,\n      \"border_FR_DE\": 3292.0,\n      \"border_FR_HR\": 2918.0,\n      \"border_FR_HU\": 2853.0,\n      \"border_FR_NL\": 3793.0,\n      \"border_FR_PL\": 2075.0,\n      \"border_FR_RO\": 2975.0,\n      \"border_FR_SI\": 2920.0,\n      \"border_FR_SK\": 3026.0,\n      \"border_HR_AT\": 1895.0,\n      \"border_HR_BE\": 1859.0,\n      \"border_HR_CZ\": 2000.0,\n      \"border_HR_DE\": 1895.0,\n      \"border_HR_FR\": 1831.0,\n      \"border_HR_HU\": 2037.0,\n      \"border_HR_NL\": 1875.0,\n      \"border_HR_PL\": 1949.0,\n      \"border_HR_RO\": 2255.0,\n      \"border_HR_SI\": 1549.0,\n      \"border_HR_SK\": 2082.0,\n      \"border_HU_AT\": 3212.0,\n      \"border_HU_BE\": 3291.0,\n      \"border_HU_CZ\": 3321.0,\n      \"border_HU_DE\": 3305.0,\n      \"border_HU_FR\": 3280.0,\n      \"border_HU_HR\": 3144.0,\n      \"border_HU_NL\": 3297.0,\n      \"border_HU_PL\": 3488.0,\n      \"border_HU_RO\": 2717.0,\n      \"border_HU_SI\": 2847.0,\n      \"border_HU_SK\": 3521.0,\n      \"border_NL_AT\": 4035.0,\n      \"border_NL_BE\": 6097.0,\n      \"border_NL_CZ\": 2911.0,\n      \"border_NL_DE\": 4724.0,\n      \"border_NL_FR\": 7201.0,\n      \"border_NL_HR\": 3365.0,\n      \"border_NL_HU\": 2855.0,\n      \"border_NL_PL\": 2006.0,\n      \"border_NL_RO\": 3392.0,\n      \"border_NL_SI\": 4286.0,\n      \"border_NL_SK\": 3123.0,\n      \"border_PL_AT\": 3953.0,\n      \"border_PL_BE\": 5131.0,\n      \"border_PL_CZ\": 3504.0,\n      \"border_PL_DE\": 5390.0,\n      \"border_PL_FR\": 4987.0,\n      \"border_PL_HR\": 3649.0,\n      \"border_PL_HU\": 2685.0,\n      \"border_PL_NL\": 5235.0,\n      \"border_PL_RO\": 3225.0,\n      \"border_PL_SI\": 3757.0,\n      \"border_PL_SK\": 2575.0,\n      \"border_RO_AT\": 2476.0,\n      \"border_RO_BE\": 2446.0,\n      \"border_RO_CZ\": 2383.0,\n      \"border_RO_DE\": 2431.0,\n      \"border_RO_FR\": 2458.0,\n      \"border_RO_HR\": 2947.0,\n      \"border_RO_HU\": 2143.0,\n      \"border_RO_NL\": 2439.0,\n      \"border_RO_PL\": 2348.0,\n      \"border_RO_SI\": 2669.0,\n      \"border_RO_SK\": 2288.0,\n      \"border_SI_AT\": 2591.0,\n      \"border_SI_BE\": 3748.0,\n      \"border_SI_CZ\": 3838.0,\n      \"border_SI_DE\": 3716.0,\n      \"border_SI_FR\": 3792.0,\n      \"border_SI_HR\": 2629.0,\n      \"border_SI_HU\": 2491.0,\n      \"border_SI_NL\": 3737.0,\n      \"border_SI_PL\": 3124.0,\n      \"border_SI_RO\": 3284.0,\n      \"border_SI_SK\": 4313.0,\n      \"border_SK_AT\": 4527.0,\n      \"border_SK_BE\": 4552.0,\n      \"border_SK_CZ\": 3857.0,\n      \"border_SK_DE\": 4377.0,\n      \"border_SK_FR\": 4677.0,\n      \"border_SK_HR\": 3812.0,\n      \"border_SK_HU\": 2250.0,\n      \"border_SK_NL\": 4470.0,\n      \"border_SK_PL\": 3733.0,\n      \"border_SK_RO\": 2756.0,\n      \"border_SK_SI\": 3300.0\n    },\n    {\n      \"id\": 34105,\n      \"dateTimeUtc\": \"2026-04-21T22:00:00Z\",\n      \"border_AT_BE\": 3761.0,\n      \"border_AT_CZ\": 3833.0,\n      \"border_AT_DE\": 4774.0,\n      \"border_AT_FR\": 3954.0,\n      \"border_AT_HR\": 3080.0,\n      \"border_AT_HU\": 3165.0,\n      \"border_AT_NL\": 3535.0,\n      \"border_AT_PL\": 2662.0,\n      \"border_AT_RO\": 3809.0,\n      \"border_AT_SI\": 3686.0,\n      \"border_AT_SK\": 3902.0,\n      \"border_BE_AT\": 3892.0,\n      \"border_BE_CZ\": 2994.0,\n      \"border_BE_DE\": 4000.0,\n      \"border_BE_FR\": 6488.0,\n      \"border_BE_HR\": 3002.0,\n      \"border_BE_HU\": 3000.0,\n      \"border_BE_NL\": 3755.0,\n      \"border_BE_PL\": 2126.0,\n      \"border_BE_RO\": 3740.0,\n      \"border_BE_SI\": 4543.0,\n      \"border_BE_SK\": 3169.0,\n      \"border_CZ_AT\": 4860.0,\n      \"border_CZ_BE\": 5978.0,\n      \"border_CZ_DE\": 6268.0,\n      \"border_CZ_FR\": 5925.0,\n      \"border_CZ_HR\": 3243.0,\n      \"border_CZ_HU\": 2777.0,\n      \"border_CZ_NL\": 4556.0,\n      \"border_CZ_PL\": 2902.0,\n      \"border_CZ_RO\": 3523.0,\n      \"border_CZ_SI\": 4329.0,\n      \"border_CZ_SK\": 2885.0,\n      \"border_DE_AT\": 5391.0,\n      \"border_DE_BE\": 6088.0,\n      \"border_DE_CZ\": 2925.0,\n      \"border_DE_FR\": 13325.0,\n      \"border_DE_HR\": 3060.0,\n      \"border_DE_HU\": 2955.0,\n      \"border_DE_NL\": 4453.0,\n      \"border_DE_PL\": 2026.0,\n      \"border_DE_RO\": 3716.0,\n      \"border_DE_SI\": 5016.0,\n      \"border_DE_SK\": 3057.0,\n      \"border_FR_AT\": 2946.0,\n      \"border_FR_BE\": 4369.0,\n      \"border_FR_CZ\": 3017.0,\n      \"border_FR_DE\": 3254.0,\n      \"border_FR_HR\": 2910.0,\n      \"border_FR_HU\": 2983.0,\n      \"border_FR_NL\": 3751.0,\n      \"border_FR_PL\": 2178.0,\n      \"border_FR_RO\": 2992.0,\n      \"border_FR_SI\": 2934.0,\n      \"border_FR_SK\": 3028.0,\n      \"border_HR_AT\": 1993.0,\n      \"border_HR_BE\": 1980.0,\n      \"border_HR_CZ\": 2147.0,\n      \"border_HR_DE\": 2020.0,\n      \"border_HR_FR\": 1950.0,\n      \"border_HR_HU\": 2389.0,\n      \"border_HR_NL\": 1998.0,\n      \"border_HR_PL\": 2156.0,\n      \"border_HR_RO\": 2724.0,\n      \"border_HR_SI\": 1605.0,\n      \"border_HR_SK\": 2267.0,\n      \"border_HU_AT\": 3659.0,\n      \"border_HU_BE\": 3871.0,\n      \"border_HU_CZ\": 3912.0,\n      \"border_HU_DE\": 3890.0,\n      \"border_HU_FR\": 3858.0,\n      \"border_HU_HR\": 3669.0,\n      \"border_HU_NL\": 3880.0,\n      \"border_HU_PL\": 4111.0,\n      \"border_HU_RO\": 3174.0,\n      \"border_HU_SI\": 3085.0,\n      \"border_HU_SK\": 4139.0,\n      \"border_NL_AT\": 4205.0,\n      \"border_NL_BE\": 5753.0,\n      \"border_NL_CZ\": 2984.0,\n      \"border_NL_DE\": 5075.0,\n      \"border_NL_FR\": 5915.0,\n      \"border_NL_HR\": 3029.0,\n      \"border_NL_HU\": 2978.0,\n      \"border_NL_PL\": 2091.0,\n      \"border_NL_RO\": 3728.0,\n      \"border_NL_SI\": 5136.0,\n      \"border_NL_SK\": 3114.0,\n      \"border_PL_AT\": 3350.0,\n      \"border_PL_BE\": 3971.0,\n      \"border_PL_CZ\": 2844.0,\n      \"border_PL_DE\": 4160.0,\n      \"border_PL_FR\": 3877.0,\n      \"border_PL_HR\": 3145.0,\n      \"border_PL_HU\": 2789.0,\n      \"border_PL_NL\": 4052.0,\n      \"border_PL_RO\": 3230.0,\n      \"border_PL_SI\": 3144.0,\n      \"border_PL_SK\": 2399.0,\n      \"border_RO_AT\": 2583.0,\n      \"border_RO_BE\": 2551.0,\n      \"border_RO_CZ\": 2501.0,\n      \"border_RO_DE\": 2540.0,\n      \"border_RO_FR\": 2559.0,\n      \"border_RO_HR\": 2431.0,\n      \"border_RO_HU\": 2232.0,\n      \"border_RO_NL\": 2545.0,\n      \"border_RO_PL\": 2462.0,\n      \"border_RO_SI\": 2569.0,\n      \"border_RO_SK\": 2395.0,\n      \"border_SI_AT\": 2305.0,\n      \"border_SI_BE\": 3042.0,\n      \"border_SI_CZ\": 3177.0,\n      \"border_SI_DE\": 3047.0,\n      \"border_SI_FR\": 3059.0,\n      \"border_SI_HR\": 2352.0,\n      \"border_SI_HU\": 3768.0,\n      \"border_SI_NL\": 3043.0,\n      \"border_SI_PL\": 3190.0,\n      \"border_SI_RO\": 4056.0,\n      \"border_SI_SK\": 3444.0,\n      \"border_SK_AT\": 4099.0,\n      \"border_SK_BE\": 4567.0,\n      \"border_SK_CZ\": 3955.0,\n      \"border_SK_DE\": 4391.0,\n      \"border_SK_FR\": 4679.0,\n      \"border_SK_HR\": 3448.0,\n      \"border_SK_HU\": 2349.0,\n      \"border_SK_NL\": 4491.0,\n      \"border_SK_PL\": 3531.0,\n      \"border_SK_RO\": 2861.0,\n      \"border_SK_SI\": 3611.0\n    },\n    {\n      \"id\": 34106,\n      \"dateTimeUtc\": \"2026-04-21T23:00:00Z\",\n      \"border_AT_BE\": 3890.0,\n      \"border_AT_CZ\": 4291.0,\n      \"border_AT_DE\": 4792.0,\n      \"border_AT_FR\": 4048.0,\n      \"border_AT_HR\": 3340.0,\n      \"border_AT_HU\": 3071.0,\n      \"border_AT_NL\": 3735.0,\n      \"border_AT_PL\": 2778.0,\n      \"border_AT_RO\": 3756.0,\n      \"border_AT_SI\": 3076.0,\n      \"border_AT_SK\": 3667.0,\n      \"border_BE_AT\": 3730.0,\n      \"border_BE_CZ\": 3022.0,\n      \"border_BE_DE\": 3855.0,\n      \"border_BE_FR\": 6262.0,\n      \"border_BE_HR\": 3253.0,\n      \"border_BE_HU\": 2909.0,\n      \"border_BE_NL\": 3601.0,\n      \"border_BE_PL\": 2217.0,\n      \"border_BE_RO\": 3688.0,\n      \"border_BE_SI\": 4368.0,\n      \"border_BE_SK\": 2957.0,\n      \"border_CZ_AT\": 4793.0,\n      \"border_CZ_BE\": 5983.0,\n      \"border_CZ_DE\": 6227.0,\n      \"border_CZ_FR\": 5930.0,\n      \"border_CZ_HR\": 3517.0,\n      \"border_CZ_HU\": 2692.0,\n      \"border_CZ_NL\": 4752.0,\n      \"border_CZ_PL\": 3023.0,\n      \"border_CZ_RO\": 3382.0,\n      \"border_CZ_SI\": 3853.0,\n      \"border_CZ_SK\": 2695.0,\n      \"border_DE_AT\": 5354.0,\n      \"border_DE_BE\": 6299.0,\n      \"border_DE_CZ\": 2964.0,\n      \"border_DE_FR\": 13392.0,\n      \"border_DE_HR\": 3320.0,\n      \"border_DE_HU\": 2865.0,\n      \"border_DE_NL\": 4679.0,\n      \"border_DE_PL\": 2111.0,\n      \"border_DE_RO\": 3659.0,\n      \"border_DE_SI\": 4315.0,\n      \"border_DE_SK\": 2852.0,\n      \"border_FR_AT\": 2959.0,\n      \"border_FR_BE\": 4384.0,\n      \"border_FR_CZ\": 3064.0,\n      \"border_FR_DE\": 3275.0,\n      \"border_FR_HR\": 2927.0,\n      \"border_FR_HU\": 2943.0,\n      \"border_FR_NL\": 3789.0,\n      \"border_FR_PL\": 2272.0,\n      \"border_FR_RO\": 2996.0,\n      \"border_FR_SI\": 2929.0,\n      \"border_FR_SK\": 3024.0,\n      \"border_HR_AT\": 1974.0,\n      \"border_HR_BE\": 1932.0,\n      \"border_HR_CZ\": 2094.0,\n      \"border_HR_DE\": 1974.0,\n      \"border_HR_FR\": 1902.0,\n      \"border_HR_HU\": 2292.0,\n      \"border_HR_NL\": 1950.0,\n      \"border_HR_PL\": 2067.0,\n      \"border_HR_RO\": 2564.0,\n      \"border_HR_SI\": 1584.0,\n      \"border_HR_SK\": 2190.0,\n      \"border_HU_AT\": 4027.0,\n      \"border_HU_BE\": 4131.0,\n      \"border_HU_CZ\": 4175.0,\n      \"border_HU_DE\": 4151.0,\n      \"border_HU_FR\": 4117.0,\n      \"border_HU_HR\": 3924.0,\n      \"border_HU_NL\": 4140.0,\n      \"border_HU_PL\": 4394.0,\n      \"border_HU_RO\": 3360.0,\n      \"border_HU_SI\": 2793.0,\n      \"border_HU_SK\": 4430.0,\n      \"border_NL_AT\": 4176.0,\n      \"border_NL_BE\": 4655.0,\n      \"border_NL_CZ\": 2992.0,\n      \"border_NL_DE\": 4964.0,\n      \"border_NL_FR\": 5310.0,\n      \"border_NL_HR\": 3282.0,\n      \"border_NL_HU\": 2889.0,\n      \"border_NL_PL\": 2184.0,\n      \"border_NL_RO\": 3678.0,\n      \"border_NL_SI\": 4356.0,\n      \"border_NL_SK\": 2909.0,\n      \"border_PL_AT\": 3343.0,\n      \"border_PL_BE\": 3961.0,\n      \"border_PL_CZ\": 2841.0,\n      \"border_PL_DE\": 4143.0,\n      \"border_PL_FR\": 3868.0,\n      \"border_PL_HR\": 3138.0,\n      \"border_PL_HU\": 2703.0,\n      \"border_PL_NL\": 4037.0,\n      \"border_PL_RO\": 3224.0,\n      \"border_PL_SI\": 3138.0,\n      \"border_PL_SK\": 2237.0,\n      \"border_RO_AT\": 2297.0,\n      \"border_RO_BE\": 2268.0,\n      \"border_RO_CZ\": 2238.0,\n      \"border_RO_DE\": 2259.0,\n      \"border_RO_FR\": 2276.0,\n      \"border_RO_HR\": 2107.0,\n      \"border_RO_HU\": 2143.0,\n      \"border_RO_NL\": 2264.0,\n      \"border_RO_PL\": 2190.0,\n      \"border_RO_SI\": 2224.0,\n      \"border_RO_SK\": 2177.0,\n      \"border_SI_AT\": 2586.0,\n      \"border_SI_BE\": 3732.0,\n      \"border_SI_CZ\": 3814.0,\n      \"border_SI_DE\": 3708.0,\n      \"border_SI_FR\": 3772.0,\n      \"border_SI_HR\": 2544.0,\n      \"border_SI_HU\": 3707.0,\n      \"border_SI_NL\": 3724.0,\n      \"border_SI_PL\": 3407.0,\n      \"border_SI_RO\": 3996.0,\n      \"border_SI_SK\": 4267.0,\n      \"border_SK_AT\": 4481.0,\n      \"border_SK_BE\": 4615.0,\n      \"border_SK_CZ\": 3982.0,\n      \"border_SK_DE\": 4415.0,\n      \"border_SK_FR\": 4765.0,\n      \"border_SK_HR\": 3742.0,\n      \"border_SK_HU\": 2272.0,\n      \"border_SK_NL\": 4522.0,\n      \"border_SK_PL\": 3546.0,\n      \"border_SK_RO\": 2745.0,\n      \"border_SK_SI\": 3216.0\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/core_scheduled_exchanges.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 78201,\n      \"dateTimeUtc\": \"2026-04-20T00:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1288.2,\n      \"border_AT_SI\": 1267.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 808.8,\n      \"border_CZ_DE\": 750.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 334.0,\n      \"border_DE_AT\": 58.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3501.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4675.0,\n      \"border_FR_DE\": 213.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 302.7,\n      \"border_HU_RO\": 1886.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 960.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 220.0,\n      \"border_PL_DE\": 970.2,\n      \"border_PL_SK\": 554.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 324.0,\n      \"border_SI_HU\": 21.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1763.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1342.8,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78202,\n      \"dateTimeUtc\": \"2026-04-20T00:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1276.6,\n      \"border_AT_SI\": 1259.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 795.7,\n      \"border_CZ_DE\": 747.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 332.4,\n      \"border_DE_AT\": 48.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3604.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4688.8,\n      \"border_FR_DE\": 207.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 301.8,\n      \"border_HU_RO\": 1846.5,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 876.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 166.5,\n      \"border_PL_DE\": 914.0,\n      \"border_PL_SK\": 498.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 318.9,\n      \"border_SI_HU\": 17.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1740.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1312.9,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78203,\n      \"dateTimeUtc\": \"2026-04-20T00:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1277.7,\n      \"border_AT_SI\": 1254.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 811.1,\n      \"border_CZ_DE\": 757.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 332.4,\n      \"border_DE_AT\": 53.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3617.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4690.7,\n      \"border_FR_DE\": 206.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 292.9,\n      \"border_HU_RO\": 1856.2,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 866.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 187.1,\n      \"border_PL_DE\": 944.9,\n      \"border_PL_SK\": 519.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 316.1,\n      \"border_SI_HU\": 23.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1756.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1246.6,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78204,\n      \"dateTimeUtc\": \"2026-04-20T00:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1259.0,\n      \"border_AT_SI\": 1241.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 803.6,\n      \"border_CZ_DE\": 771.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 325.9,\n      \"border_DE_AT\": 31.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3705.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4700.2,\n      \"border_FR_DE\": 205.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 293.4,\n      \"border_HU_RO\": 1823.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 789.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 178.6,\n      \"border_PL_DE\": 950.2,\n      \"border_PL_SK\": 504.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 310.8,\n      \"border_SI_HU\": 17.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1736.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1185.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78205,\n      \"dateTimeUtc\": \"2026-04-20T01:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 82.8,\n      \"border_AT_HU\": 1286.3,\n      \"border_AT_SI\": 1239.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 764.8,\n      \"border_CZ_DE\": 847.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 323.1,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3856.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4806.8,\n      \"border_FR_DE\": 104.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 280.2,\n      \"border_HU_RO\": 1913.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 846.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 193.8,\n      \"border_PL_DE\": 1041.4,\n      \"border_PL_SK\": 516.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 327.4,\n      \"border_SI_HU\": 47.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1728.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1083.8,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78206,\n      \"dateTimeUtc\": \"2026-04-20T01:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 88.5,\n      \"border_AT_HU\": 1287.6,\n      \"border_AT_SI\": 1241.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 763.4,\n      \"border_CZ_DE\": 851.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 327.3,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3948.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4819.3,\n      \"border_FR_DE\": 98.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 278.7,\n      \"border_HU_RO\": 1888.2,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 772.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 179.5,\n      \"border_PL_DE\": 1031.4,\n      \"border_PL_SK\": 506.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 324.6,\n      \"border_SI_HU\": 45.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1723.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1036.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78207,\n      \"dateTimeUtc\": \"2026-04-20T01:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 104.4,\n      \"border_AT_HU\": 1267.5,\n      \"border_AT_SI\": 1229.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 764.9,\n      \"border_CZ_DE\": 869.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 322.3,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3889.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4808.2,\n      \"border_FR_DE\": 107.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 282.5,\n      \"border_HU_RO\": 1847.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 811.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 175.7,\n      \"border_PL_DE\": 1045.0,\n      \"border_PL_SK\": 498.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 320.6,\n      \"border_SI_HU\": 38.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1710.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 985.3,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78208,\n      \"dateTimeUtc\": \"2026-04-20T01:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 49.4,\n      \"border_AT_HU\": 1317.4,\n      \"border_AT_SI\": 1261.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 827.5,\n      \"border_CZ_DE\": 876.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 340.6,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 4009.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4832.8,\n      \"border_FR_DE\": 85.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 276.0,\n      \"border_HU_RO\": 2015.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 737.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 257.9,\n      \"border_PL_DE\": 1134.8,\n      \"border_PL_SK\": 598.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 331.7,\n      \"border_SI_HU\": 55.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1804.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3006.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 828.0,\n      \"border_DK1_NL\": 599.1,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78209,\n      \"dateTimeUtc\": \"2026-04-20T02:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 125.9,\n      \"border_AT_HU\": 1319.7,\n      \"border_AT_SI\": 1264.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 721.1,\n      \"border_CZ_DE\": 847.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 359.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3782.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4810.6,\n      \"border_FR_DE\": 120.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 302.9,\n      \"border_HU_RO\": 1811.5,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 907.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 141.2,\n      \"border_PL_DE\": 988.2,\n      \"border_PL_SK\": 500.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 357.9,\n      \"border_SI_HU\": 55.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1681.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 564.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78210,\n      \"dateTimeUtc\": \"2026-04-20T02:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 64.2,\n      \"border_AT_HU\": 1340.1,\n      \"border_AT_SI\": 1279.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 764.0,\n      \"border_CZ_DE\": 828.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 356.5,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3922.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4839.7,\n      \"border_FR_DE\": 95.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 305.6,\n      \"border_HU_RO\": 1855.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 822.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 226.3,\n      \"border_PL_DE\": 1054.5,\n      \"border_PL_SK\": 582.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 366.0,\n      \"border_SI_HU\": 60.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1747.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 234.7,\n      \"border_DK1_NL\": 521.3,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78211,\n      \"dateTimeUtc\": \"2026-04-20T02:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 60.4,\n      \"border_AT_HU\": 1287.0,\n      \"border_AT_SI\": 1257.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 773.8,\n      \"border_CZ_DE\": 834.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 326.2,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3957.1,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4845.3,\n      \"border_FR_DE\": 92.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 326.9,\n      \"border_HU_RO\": 1680.8,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 796.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 288.7,\n      \"border_PL_DE\": 1122.9,\n      \"border_PL_SK\": 615.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 356.5,\n      \"border_SI_HU\": 29.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1734.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 143.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 395.2,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78212,\n      \"dateTimeUtc\": \"2026-04-20T02:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1347.3,\n      \"border_AT_SI\": 1291.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 838.5,\n      \"border_CZ_DE\": 761.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 349.7,\n      \"border_DE_AT\": 76.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 4050.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4879.8,\n      \"border_FR_DE\": 49.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 318.7,\n      \"border_HU_RO\": 1785.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 779.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 393.4,\n      \"border_PL_DE\": 1155.1,\n      \"border_PL_SK\": 743.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 374.6,\n      \"border_SI_HU\": 55.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1836.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 907.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78213,\n      \"dateTimeUtc\": \"2026-04-20T03:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1492.0,\n      \"border_AT_SI\": 1401.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 790.6,\n      \"border_CZ_DE\": 711.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 416.6,\n      \"border_DE_AT\": 79.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 147.0,\n      \"border_DE_NL\": 4416.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5221.6,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 305.4,\n      \"border_HU_RO\": 1953.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 952.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 345.4,\n      \"border_PL_DE\": 1056.4,\n      \"border_PL_SK\": 762.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 395.5,\n      \"border_SI_HU\": 90.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1866.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2209.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78214,\n      \"dateTimeUtc\": \"2026-04-20T03:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1542.7,\n      \"border_AT_SI\": 1402.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 823.3,\n      \"border_CZ_DE\": 609.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 434.7,\n      \"border_DE_AT\": 214.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 178.4,\n      \"border_DE_NL\": 4410.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5237.7,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 295.9,\n      \"border_HU_RO\": 2063.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1006.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 417.1,\n      \"border_PL_DE\": 1026.4,\n      \"border_PL_SK\": 851.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 436.2,\n      \"border_SI_HU\": 140.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1931.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2533.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78215,\n      \"dateTimeUtc\": \"2026-04-20T03:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1466.3,\n      \"border_AT_SI\": 1334.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 811.9,\n      \"border_CZ_DE\": 548.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 405.8,\n      \"border_DE_AT\": 264.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 193.4,\n      \"border_DE_NL\": 4432.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5249.0,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 325.7,\n      \"border_HU_RO\": 1822.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1010.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 432.8,\n      \"border_PL_DE\": 980.8,\n      \"border_PL_SK\": 838.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 457.7,\n      \"border_SI_HU\": 132.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1872.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2913.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78216,\n      \"dateTimeUtc\": \"2026-04-20T03:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1496.5,\n      \"border_AT_SI\": 1256.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 838.2,\n      \"border_CZ_DE\": 407.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 480.1,\n      \"border_DE_AT\": 431.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 233.6,\n      \"border_DE_NL\": 4442.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5272.3,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 242.0,\n      \"border_HU_RO\": 1915.5,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1063.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 353.9,\n      \"border_PL_DE\": 761.0,\n      \"border_PL_SK\": 834.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 482.1,\n      \"border_SI_HU\": 240.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1854.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2914.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2741.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 573.6,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78217,\n      \"dateTimeUtc\": \"2026-04-20T04:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1473.9,\n      \"border_AT_SI\": 1224.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 590.1,\n      \"border_CZ_DE\": 432.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 469.5,\n      \"border_DE_AT\": 158.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3500.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4819.5,\n      \"border_FR_DE\": 116.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 110.1,\n      \"border_HU_RO\": 1454.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1202.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 252.2,\n      \"border_PL_DE\": 684.3,\n      \"border_PL_SK\": 721.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 359.9,\n      \"border_SI_HU\": 249.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1594.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2731.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78218,\n      \"dateTimeUtc\": \"2026-04-20T04:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1540.9,\n      \"border_AT_SI\": 1210.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 558.2,\n      \"border_CZ_DE\": 138.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 531.0,\n      \"border_DE_AT\": 419.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3455.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4843.8,\n      \"border_FR_DE\": 59.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 109.6,\n      \"border_HU_RO\": 1467.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1329.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 194.4,\n      \"border_PL_DE\": 332.8,\n      \"border_PL_SK\": 725.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 440.1,\n      \"border_SI_HU\": 330.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1568.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3001.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78219,\n      \"dateTimeUtc\": \"2026-04-20T04:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1306.2,\n      \"border_AT_SI\": 927.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 475.1,\n      \"border_CZ_DE\": 308.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 328.8,\n      \"border_DE_AT\": 167.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3310.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4787.2,\n      \"border_FR_DE\": 137.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 119.7,\n      \"border_HU_RO\": 1094.1,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1339.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 249.0,\n      \"border_PL_DE\": 557.0,\n      \"border_PL_SK\": 577.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 498.6,\n      \"border_SI_HU\": 379.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1452.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2788.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78220,\n      \"dateTimeUtc\": \"2026-04-20T04:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1157.7,\n      \"border_AT_SI\": 803.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 419.2,\n      \"border_CZ_DE\": 332.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 266.3,\n      \"border_DE_AT\": 86.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3088.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4742.6,\n      \"border_FR_DE\": 173.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 156.8,\n      \"border_HU_RO\": 796.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1480.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 255.1,\n      \"border_PL_DE\": 588.0,\n      \"border_PL_SK\": 521.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 510.7,\n      \"border_SI_HU\": 354.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1310.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1873.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78221,\n      \"dateTimeUtc\": \"2026-04-20T05:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1004.5,\n      \"border_AT_SI\": 591.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 429.7,\n      \"border_CZ_DE\": 354.8,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 263.6,\n      \"border_DE_AT\": 74.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1844.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4161.1,\n      \"border_FR_DE\": 850.6,\n      \"border_HR_HU\": 12.8,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 832.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1465.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 146.7,\n      \"border_PL_DE\": 501.5,\n      \"border_PL_SK\": 410.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 400.6,\n      \"border_SI_HU\": 413.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1170.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 655.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78222,\n      \"dateTimeUtc\": \"2026-04-20T05:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 849.3,\n      \"border_AT_SI\": 632.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 391.7,\n      \"border_CZ_DE\": 310.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 241.2,\n      \"border_DE_AT\": 81.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1837.1,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4167.1,\n      \"border_FR_DE\": 838.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 95.1,\n      \"border_HU_RO\": 355.2,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1491.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 38.1,\n      \"border_PL_DE\": 348.7,\n      \"border_PL_SK\": 279.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 312.3,\n      \"border_SI_HU\": 217.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 999.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 707.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78223,\n      \"dateTimeUtc\": \"2026-04-20T05:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 718.0,\n      \"border_AT_SI\": 852.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 460.6,\n      \"border_CZ_DE\": 264.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 261.3,\n      \"border_DE_AT\": 196.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1906.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4204.3,\n      \"border_FR_DE\": 784.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 272.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 134.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1513.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 37.6,\n      \"border_PL_DE\": 302.0,\n      \"border_PL_SK\": 298.9,\n      \"border_RO_HU\": 194.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 137.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 917.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2982.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 759.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78224,\n      \"dateTimeUtc\": \"2026-04-20T05:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 473.0,\n      \"border_AT_SI\": 748.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 441.7,\n      \"border_CZ_DE\": 388.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 175.4,\n      \"border_DE_AT\": 53.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1827.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4177.8,\n      \"border_FR_DE\": 817.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 338.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 275.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1532.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 42.8,\n      \"border_PL_DE\": 431.1,\n      \"border_PL_SK\": 218.2,\n      \"border_RO_HU\": 581.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 63.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 739.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2991.7,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 638.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78225,\n      \"dateTimeUtc\": \"2026-04-20T06:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 189.4,\n      \"border_AT_HU\": 612.6,\n      \"border_AT_SI\": 798.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 220.8,\n      \"border_CZ_DE\": 410.2,\n      \"border_CZ_PL\": 38.5,\n      \"border_CZ_SK\": 159.2,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1944.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3859.8,\n      \"border_FR_DE\": 363.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 317.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 186.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1551.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 371.7,\n      \"border_PL_SK\": 120.7,\n      \"border_RO_HU\": 166.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 131.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 674.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 99.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78226,\n      \"dateTimeUtc\": \"2026-04-20T06:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 426.0,\n      \"border_AT_SI\": 694.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 366.6,\n      \"border_CZ_DE\": 273.1,\n      \"border_CZ_PL\": 39.0,\n      \"border_CZ_SK\": 148.5,\n      \"border_DE_AT\": 93.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1627.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3844.4,\n      \"border_FR_DE\": 736.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 339.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 268.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1480.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 234.0,\n      \"border_PL_SK\": 109.4,\n      \"border_RO_HU\": 266.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 71.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 644.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 190.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78227,\n      \"dateTimeUtc\": \"2026-04-20T06:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 147.0,\n      \"border_AT_HU\": 260.6,\n      \"border_AT_SI\": 621.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 291.0,\n      \"border_CZ_DE\": 438.0,\n      \"border_CZ_PL\": 45.4,\n      \"border_CZ_SK\": 88.3,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1453.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3790.1,\n      \"border_FR_DE\": 801.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 364.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 360.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1535.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 392.6,\n      \"border_PL_SK\": 42.9,\n      \"border_RO_HU\": 406.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 3.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 463.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 114.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78228,\n      \"dateTimeUtc\": \"2026-04-20T06:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 445.9,\n      \"border_AT_HU\": 74.9,\n      \"border_AT_SI\": 502.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 170.3,\n      \"border_CZ_DE\": 616.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1162.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3710.5,\n      \"border_FR_DE\": 890.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 59.3,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 368.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 427.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1656.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 19.2,\n      \"border_PL_DE\": 635.3,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 544.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 44.5,\n      \"border_SK_HU\": 289.6,\n      \"border_SK_PL\": 25.3,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 21.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78229,\n      \"dateTimeUtc\": \"2026-04-20T07:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 365.2,\n      \"border_AT_SI\": 769.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 555.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 121.4,\n      \"border_DE_AT\": 613.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 57.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1305.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3989.8,\n      \"border_FR_DE\": 648.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 687.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 404.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2036.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 343.7,\n      \"border_PL_DE\": 285.7,\n      \"border_PL_SK\": 465.1,\n      \"border_RO_HU\": 296.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 283.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 799.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 55.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78230,\n      \"dateTimeUtc\": \"2026-04-20T07:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 250.6,\n      \"border_AT_SI\": 801.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 522.0,\n      \"border_CZ_DE\": 58.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 68.4,\n      \"border_DE_AT\": 463.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1246.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3962.0,\n      \"border_FR_DE\": 685.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 791.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 550.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2030.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 293.0,\n      \"border_PL_DE\": 351.4,\n      \"border_PL_SK\": 361.4,\n      \"border_RO_HU\": 472.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 241.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 704.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 62.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78231,\n      \"dateTimeUtc\": \"2026-04-20T07:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 130.6,\n      \"border_AT_SI\": 719.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 428.0,\n      \"border_CZ_DE\": 83.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 116.5,\n      \"border_DE_AT\": 344.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1354.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3961.6,\n      \"border_FR_DE\": 704.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 761.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 588.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1902.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 197.5,\n      \"border_PL_DE\": 280.9,\n      \"border_PL_SK\": 314.0,\n      \"border_RO_HU\": 625.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 173.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 442.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 237.4,\n      \"border_DK1_NL\": 657.9,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78232,\n      \"dateTimeUtc\": \"2026-04-20T07:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 9.2,\n      \"border_AT_SI\": 623.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 303.0,\n      \"border_CZ_DE\": 150.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 68.4,\n      \"border_DE_AT\": 152.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1115.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3900.1,\n      \"border_FR_DE\": 770.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 745.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 613.9,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2013.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 88.6,\n      \"border_PL_DE\": 239.1,\n      \"border_PL_SK\": 157.0,\n      \"border_RO_HU\": 762.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 131.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 243.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2996.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 559.4,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78233,\n      \"dateTimeUtc\": \"2026-04-20T08:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 596.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 484.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 14.0,\n      \"border_DE_AT\": 575.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 90.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1030.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3728.3,\n      \"border_FR_DE\": 744.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 154.8,\n      \"border_HU_HR\": 974.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 751.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1953.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 176.9,\n      \"border_PL_DE\": 86.0,\n      \"border_PL_SK\": 190.9,\n      \"border_RO_HU\": 1031.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 222.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 315.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2071.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 142.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78234,\n      \"dateTimeUtc\": \"2026-04-20T08:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 563.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 450.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 502.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 51.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1080.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3724.0,\n      \"border_FR_DE\": 758.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 241.2,\n      \"border_HU_HR\": 1040.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 804.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1885.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 131.3,\n      \"border_PL_DE\": 79.8,\n      \"border_PL_SK\": 110.8,\n      \"border_RO_HU\": 1158.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 235.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 20.6,\n      \"border_SK_HU\": 230.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2421.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 95.8,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78235,\n      \"dateTimeUtc\": \"2026-04-20T08:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 477.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 289.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 349.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 60.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1167.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3712.0,\n      \"border_FR_DE\": 793.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 355.3,\n      \"border_HU_HR\": 1033.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 833.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1751.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 119.6,\n      \"border_PL_DE\": 59.5,\n      \"border_PL_SK\": 10.8,\n      \"border_RO_HU\": 1261.5,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 200.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 108.8,\n      \"border_SK_HU\": 43.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2520.7,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 87.1,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78236,\n      \"dateTimeUtc\": \"2026-04-20T08:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 429.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 244.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 250.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 5.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1327.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3715.2,\n      \"border_FR_DE\": 811.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 439.1,\n      \"border_HU_HR\": 1067.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 868.5,\n      \"border_HU_SK\": 35.0,\n      \"border_NL_BE\": 1575.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 125.9,\n      \"border_PL_DE\": 120.3,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 1343.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 199.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 159.4,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 33.5,\n      \"border_FR_ES\": 3052.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 220.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78237,\n      \"dateTimeUtc\": \"2026-04-20T09:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 250.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 283.3,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 448.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 165.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1295.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3835.1,\n      \"border_FR_DE\": 730.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 54.6,\n      \"border_HU_AT\": 702.4,\n      \"border_HU_HR\": 898.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 952.8,\n      \"border_HU_SK\": 200.5,\n      \"border_NL_BE\": 1809.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 184.4,\n      \"border_PL_DE\": 18.9,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 1458.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 218.6,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 34.2,\n      \"border_FR_ES\": 1622.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 88.8,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78238,\n      \"dateTimeUtc\": \"2026-04-20T09:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 253.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 268.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 477.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 208.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1482.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3867.4,\n      \"border_FR_DE\": 706.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 7.5,\n      \"border_HU_AT\": 737.0,\n      \"border_HU_HR\": 982.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 990.5,\n      \"border_HU_SK\": 208.9,\n      \"border_NL_BE\": 1679.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 212.1,\n      \"border_PL_DE\": 3.9,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 1522.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 259.2,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 47.1,\n      \"border_FR_ES\": 1293.9,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 22.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78239,\n      \"dateTimeUtc\": \"2026-04-20T09:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 252.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 104.3,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 636.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 531.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1596.9,\n      \"border_DE_PL\": 175.1,\n      \"border_FR_BE\": 3914.7,\n      \"border_FR_DE\": 647.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 13.4,\n      \"border_HU_AT\": 738.0,\n      \"border_HU_HR\": 977.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 990.4,\n      \"border_HU_SK\": 264.6,\n      \"border_NL_BE\": 1670.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 356.6,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 1533.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 369.1,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 12.5,\n      \"border_FR_ES\": 1486.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 97.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78240,\n      \"dateTimeUtc\": \"2026-04-20T09:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 296.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 91.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 707.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 615.8,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1711.8,\n      \"border_DE_PL\": 238.9,\n      \"border_FR_BE\": 3944.1,\n      \"border_FR_DE\": 616.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 666.7,\n      \"border_HU_HR\": 966.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 962.7,\n      \"border_HU_SK\": 229.2,\n      \"border_NL_BE\": 1615.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 376.9,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 31.1,\n      \"border_RO_HU\": 1326.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 4.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 345.8,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1630.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1.2,\n      \"border_DK1_NL\": 687.4,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78241,\n      \"dateTimeUtc\": \"2026-04-20T10:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 458.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 54.1,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 846.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 792.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1887.6,\n      \"border_DE_PL\": 421.6,\n      \"border_FR_BE\": 3991.5,\n      \"border_FR_DE\": 595.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 543.9,\n      \"border_HU_HR\": 1117.7,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 1001.9,\n      \"border_HU_SK\": 340.3,\n      \"border_NL_BE\": 1508.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 370.5,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 221.0,\n      \"border_RO_HU\": 1274.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 115.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 149.5,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 100.1,\n      \"border_DK1_DE\": 297.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 516.6,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78242,\n      \"dateTimeUtc\": \"2026-04-20T10:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 509.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 45.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 943.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 898.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2028.0,\n      \"border_DE_PL\": 497.3,\n      \"border_FR_BE\": 4028.2,\n      \"border_FR_DE\": 556.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 465.5,\n      \"border_HU_HR\": 1109.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 975.2,\n      \"border_HU_SK\": 285.8,\n      \"border_NL_BE\": 1443.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 400.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 266.5,\n      \"border_RO_HU\": 1079.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 134.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 134.2,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 192.0,\n      \"border_DK1_DE\": 154.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 385.1,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78243,\n      \"dateTimeUtc\": \"2026-04-20T10:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 521.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 16.1,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 929.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 913.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1974.1,\n      \"border_DE_PL\": 503.5,\n      \"border_FR_BE\": 4019.0,\n      \"border_FR_DE\": 563.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 446.5,\n      \"border_HU_HR\": 1110.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 968.3,\n      \"border_HU_SK\": 284.7,\n      \"border_NL_BE\": 1481.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 409.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 263.8,\n      \"border_RO_HU\": 1080.5,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 141.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 145.8,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 894.2,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 254.3,\n      \"border_DK1_NL\": 453.2,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78244,\n      \"dateTimeUtc\": \"2026-04-20T10:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 520.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 10.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 935.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 924.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1993.0,\n      \"border_DE_PL\": 513.1,\n      \"border_FR_BE\": 4022.7,\n      \"border_FR_DE\": 560.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 441.4,\n      \"border_HU_HR\": 1100.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 962.3,\n      \"border_HU_SK\": 290.7,\n      \"border_NL_BE\": 1469.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 411.6,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 271.5,\n      \"border_RO_HU\": 1076.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 138.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 140.1,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 1221.1,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 611.7,\n      \"border_DK1_NL\": 544.6,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78245,\n      \"dateTimeUtc\": \"2026-04-20T11:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 615.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 112.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1274.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1162.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1857.8,\n      \"border_DE_PL\": 701.5,\n      \"border_FR_BE\": 3901.3,\n      \"border_FR_DE\": 581.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 211.7,\n      \"border_HU_HR\": 915.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 827.5,\n      \"border_HU_SK\": 47.5,\n      \"border_NL_BE\": 1462.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 460.6,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 408.9,\n      \"border_RO_HU\": 863.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 88.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 51.8,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 693.9,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 522.8,\n      \"border_DK1_NL\": 650.7,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78246,\n      \"dateTimeUtc\": \"2026-04-20T11:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 614.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 101.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1271.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1169.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1885.5,\n      \"border_DE_PL\": 702.1,\n      \"border_FR_BE\": 3904.6,\n      \"border_FR_DE\": 580.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 209.8,\n      \"border_HU_HR\": 910.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 824.6,\n      \"border_HU_SK\": 43.0,\n      \"border_NL_BE\": 1438.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 467.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 402.4,\n      \"border_RO_HU\": 840.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 86.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 65.2,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 441.2,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 931.5,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78247,\n      \"dateTimeUtc\": \"2026-04-20T11:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 616.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 121.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1280.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1159.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1906.3,\n      \"border_DE_PL\": 695.2,\n      \"border_FR_BE\": 3907.8,\n      \"border_FR_DE\": 578.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 192.8,\n      \"border_HU_HR\": 886.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 809.4,\n      \"border_HU_SK\": 6.8,\n      \"border_NL_BE\": 1423.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 463.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 399.3,\n      \"border_RO_HU\": 746.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 77.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 64.5,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 73.5,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1151.7,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78248,\n      \"dateTimeUtc\": \"2026-04-20T11:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 621.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 144.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1274.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1129.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1932.2,\n      \"border_DE_PL\": 684.7,\n      \"border_FR_BE\": 3909.4,\n      \"border_FR_DE\": 579.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 171.5,\n      \"border_HU_HR\": 870.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 793.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1397.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 445.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 407.5,\n      \"border_RO_HU\": 732.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 76.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 37.7,\n      \"border_SK_HU\": 11.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 156.8,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1339.3,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78249,\n      \"dateTimeUtc\": \"2026-04-20T12:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 546.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 116.8,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1142.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1025.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2143.6,\n      \"border_DE_PL\": 604.4,\n      \"border_FR_BE\": 4088.0,\n      \"border_FR_DE\": 504.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 259.9,\n      \"border_HU_HR\": 825.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 806.4,\n      \"border_HU_SK\": 71.2,\n      \"border_NL_BE\": 1440.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 421.1,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 349.3,\n      \"border_RO_HU\": 921.7,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 19.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 71.8,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 779.6,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1421.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78250,\n      \"dateTimeUtc\": \"2026-04-20T12:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 568.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 167.8,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1208.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1040.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2130.5,\n      \"border_DE_PL\": 623.1,\n      \"border_FR_BE\": 4092.3,\n      \"border_FR_DE\": 489.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 221.7,\n      \"border_HU_HR\": 808.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 790.4,\n      \"border_HU_SK\": 7.9,\n      \"border_NL_BE\": 1472.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 417.5,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 371.6,\n      \"border_RO_HU\": 825.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 18.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 46.0,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 573.1,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1187.4,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78251,\n      \"dateTimeUtc\": \"2026-04-20T12:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 518.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 143.3,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1149.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1006.3,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2070.0,\n      \"border_DE_PL\": 589.4,\n      \"border_FR_BE\": 4077.1,\n      \"border_FR_DE\": 505.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 305.2,\n      \"border_HU_HR\": 831.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 824.1,\n      \"border_HU_SK\": 83.5,\n      \"border_NL_BE\": 1502.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 416.9,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 338.5,\n      \"border_RO_HU\": 1253.7,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 7.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 78.4,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 422.8,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1209.1,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78252,\n      \"dateTimeUtc\": \"2026-04-20T12:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 539.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 212.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1200.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 988.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2083.1,\n      \"border_DE_PL\": 591.5,\n      \"border_FR_BE\": 4084.9,\n      \"border_FR_DE\": 499.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 245.9,\n      \"border_HU_HR\": 799.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 785.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1502.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 396.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 360.7,\n      \"border_RO_HU\": 1091.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 13.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 36.1,\n      \"border_SK_HU\": 2.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 417.2,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 806.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78253,\n      \"dateTimeUtc\": \"2026-04-20T13:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 443.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 288.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1169.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 881.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2000.7,\n      \"border_DE_PL\": 473.9,\n      \"border_FR_BE\": 3805.7,\n      \"border_FR_DE\": 458.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 600.7,\n      \"border_HU_HR\": 1082.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 1044.1,\n      \"border_HU_SK\": 140.4,\n      \"border_NL_BE\": 1346.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 407.1,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 234.8,\n      \"border_RO_HU\": 1721.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 38.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 172.3,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 656.7,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 562.2,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78254,\n      \"dateTimeUtc\": \"2026-04-20T13:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 512.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 293.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1192.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 899.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1914.6,\n      \"border_DE_PL\": 500.8,\n      \"border_FR_BE\": 3791.2,\n      \"border_FR_DE\": 595.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 490.0,\n      \"border_HU_HR\": 1056.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 1002.2,\n      \"border_HU_SK\": 68.9,\n      \"border_NL_BE\": 1281.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 398.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 270.4,\n      \"border_RO_HU\": 1673.7,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 54.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 127.9,\n      \"border_SK_HU\": 0.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 501.4,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 272.4,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78255,\n      \"dateTimeUtc\": \"2026-04-20T13:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 585.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 362.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1224.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 862.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1951.7,\n      \"border_DE_PL\": 463.3,\n      \"border_FR_BE\": 3795.7,\n      \"border_FR_DE\": 621.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 371.9,\n      \"border_HU_HR\": 1055.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 957.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1223.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 398.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 232.6,\n      \"border_RO_HU\": 1531.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 98.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 166.1,\n      \"border_SK_HU\": 156.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 38.9,\n      \"border_DK1_DE\": 31.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78256,\n      \"dateTimeUtc\": \"2026-04-20T13:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 609.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 406.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1220.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 814.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1936.5,\n      \"border_DE_PL\": 450.0,\n      \"border_FR_BE\": 3790.1,\n      \"border_FR_DE\": 627.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 293.3,\n      \"border_HU_HR\": 979.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 903.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1226.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 364.1,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 253.9,\n      \"border_RO_HU\": 1402.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 76.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 110.2,\n      \"border_SK_HU\": 222.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 496.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 320.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78257,\n      \"dateTimeUtc\": \"2026-04-20T14:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 127.8,\n      \"border_AT_SI\": 821.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 469.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 36.8,\n      \"border_DE_AT\": 1396.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 927.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3138.4,\n      \"border_DE_PL\": 575.2,\n      \"border_FR_BE\": 4349.8,\n      \"border_FR_DE\": 308.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 832.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 694.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 903.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 352.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 389.0,\n      \"border_RO_HU\": 1089.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 138.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 560.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1422.8,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1268.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78258,\n      \"dateTimeUtc\": \"2026-04-20T14:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 159.3,\n      \"border_AT_SI\": 669.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 635.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 112.1,\n      \"border_DE_AT\": 1560.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 924.8,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3686.4,\n      \"border_DE_PL\": 598.5,\n      \"border_FR_BE\": 4446.3,\n      \"border_FR_DE\": 237.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 755.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 510.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 522.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 326.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 438.3,\n      \"border_RO_HU\": 906.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 244.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 682.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1243.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2065.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78259,\n      \"dateTimeUtc\": \"2026-04-20T14:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 462.0,\n      \"border_AT_SI\": 855.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 986.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 392.8,\n      \"border_DE_AT\": 1749.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 763.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3753.3,\n      \"border_DE_PL\": 584.5,\n      \"border_FR_BE\": 4481.5,\n      \"border_FR_DE\": 185.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 718.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 393.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 542.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 178.9,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 571.7,\n      \"border_RO_HU\": 391.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 325.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1055.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1190.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1962.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78260,\n      \"dateTimeUtc\": \"2026-04-20T14:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 732.2,\n      \"border_AT_SI\": 955.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 926.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 481.6,\n      \"border_DE_AT\": 1776.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 849.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3563.9,\n      \"border_DE_PL\": 717.9,\n      \"border_FR_BE\": 4459.2,\n      \"border_FR_DE\": 191.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 593.2,\n      \"border_HU_RO\": 51.1,\n      \"border_HU_SI\": 223.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 703.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 131.6,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 613.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 369.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1177.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1009.7,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1602.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 350.2,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78261,\n      \"dateTimeUtc\": \"2026-04-20T15:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 791.2,\n      \"border_AT_SI\": 1192.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 747.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 37.6,\n      \"border_CZ_SK\": 454.4,\n      \"border_DE_AT\": 1487.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 739.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2782.2,\n      \"border_DE_PL\": 777.3,\n      \"border_FR_BE\": 4099.8,\n      \"border_FR_DE\": 398.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 619.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 401.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 918.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 416.9,\n      \"border_RO_HU\": 0.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 217.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1084.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 842.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1345.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 322.1,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78262,\n      \"dateTimeUtc\": \"2026-04-20T15:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1225.9,\n      \"border_AT_SI\": 1434.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 689.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 141.7,\n      \"border_CZ_SK\": 610.5,\n      \"border_DE_AT\": 1642.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 952.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2723.4,\n      \"border_DE_PL\": 1094.6,\n      \"border_FR_BE\": 4124.7,\n      \"border_FR_DE\": 346.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 547.9,\n      \"border_HU_RO\": 657.2,\n      \"border_HU_SI\": 208.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1054.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 468.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 339.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1305.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 615.3,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1030.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 645.9,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78263,\n      \"dateTimeUtc\": \"2026-04-20T15:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1178.0,\n      \"border_AT_SI\": 1022.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 666.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 157.3,\n      \"border_CZ_SK\": 586.3,\n      \"border_DE_AT\": 1579.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 913.3,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2463.9,\n      \"border_DE_PL\": 1070.7,\n      \"border_FR_BE\": 4060.4,\n      \"border_FR_DE\": 416.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 394.2,\n      \"border_HU_RO\": 779.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1180.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 429.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 550.1,\n      \"border_SI_HU\": 155.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1258.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 70.6,\n      \"border_DK1_DE\": 1119.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78264,\n      \"dateTimeUtc\": \"2026-04-20T15:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1158.5,\n      \"border_AT_SI\": 813.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 597.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 191.6,\n      \"border_CZ_SK\": 570.4,\n      \"border_DE_AT\": 1461.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 863.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2265.7,\n      \"border_DE_PL\": 1055.6,\n      \"border_FR_BE\": 4003.9,\n      \"border_FR_DE\": 480.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 279.3,\n      \"border_HU_RO\": 727.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1257.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 378.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 623.8,\n      \"border_SI_HU\": 344.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1185.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 0.0,\n      \"border_ES_FR\": 436.1,\n      \"border_DK1_DE\": 1265.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78265,\n      \"dateTimeUtc\": \"2026-04-20T16:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1089.1,\n      \"border_AT_SI\": 1247.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 712.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 115.0,\n      \"border_CZ_SK\": 521.5,\n      \"border_DE_AT\": 1393.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 680.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1895.0,\n      \"border_DE_PL\": 795.7,\n      \"border_FR_BE\": 3897.5,\n      \"border_FR_DE\": 585.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 474.7,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 158.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1416.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 406.5,\n      \"border_RO_HU\": 339.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 315.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1280.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 89.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1060.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78266,\n      \"dateTimeUtc\": \"2026-04-20T16:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1051.7,\n      \"border_AT_SI\": 1189.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 696.8,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 106.8,\n      \"border_CZ_SK\": 505.2,\n      \"border_DE_AT\": 1396.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 699.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1728.5,\n      \"border_DE_PL\": 806.2,\n      \"border_FR_BE\": 3874.2,\n      \"border_FR_DE\": 599.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 495.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 137.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1546.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 398.3,\n      \"border_RO_HU\": 717.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 357.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1243.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1350.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1330.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78267,\n      \"dateTimeUtc\": \"2026-04-20T16:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 969.7,\n      \"border_AT_SI\": 955.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 611.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 112.2,\n      \"border_CZ_SK\": 426.1,\n      \"border_DE_AT\": 1307.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 696.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1853.8,\n      \"border_DE_PL\": 808.5,\n      \"border_FR_BE\": 3872.1,\n      \"border_FR_DE\": 626.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 452.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1392.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 313.9,\n      \"border_RO_HU\": 875.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 466.5,\n      \"border_SI_HU\": 14.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1155.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3177.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1356.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78268,\n      \"dateTimeUtc\": \"2026-04-20T16:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 928.9,\n      \"border_AT_SI\": 699.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 457.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 156.0,\n      \"border_CZ_SK\": 370.4,\n      \"border_DE_AT\": 1096.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 639.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1788.0,\n      \"border_DE_PL\": 795.4,\n      \"border_FR_BE\": 3821.0,\n      \"border_FR_DE\": 704.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 339.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1328.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 214.4,\n      \"border_RO_HU\": 821.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 568.7,\n      \"border_SI_HU\": 229.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1015.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1376.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78269,\n      \"dateTimeUtc\": \"2026-04-20T17:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1059.4,\n      \"border_AT_SI\": 818.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 413.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 106.4,\n      \"border_CZ_SK\": 351.2,\n      \"border_DE_AT\": 709.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 295.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2219.4,\n      \"border_DE_PL\": 402.3,\n      \"border_FR_BE\": 3950.7,\n      \"border_FR_DE\": 686.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 344.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1044.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 244.7,\n      \"border_RO_HU\": 887.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 585.0,\n      \"border_SI_HU\": 241.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1121.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1320.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 599.9,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78270,\n      \"dateTimeUtc\": \"2026-04-20T17:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1060.3,\n      \"border_AT_SI\": 770.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 388.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 79.3,\n      \"border_CZ_SK\": 343.9,\n      \"border_DE_AT\": 724.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 335.8,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2088.2,\n      \"border_DE_PL\": 415.1,\n      \"border_FR_BE\": 3935.2,\n      \"border_FR_DE\": 692.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 351.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1154.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 264.6,\n      \"border_RO_HU\": 885.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 641.8,\n      \"border_SI_HU\": 290.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1105.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3214.3,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1294.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78271,\n      \"dateTimeUtc\": \"2026-04-20T17:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1069.1,\n      \"border_AT_SI\": 740.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 355.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 64.4,\n      \"border_CZ_SK\": 337.6,\n      \"border_DE_AT\": 712.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 356.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2082.9,\n      \"border_DE_PL\": 421.0,\n      \"border_FR_BE\": 3932.0,\n      \"border_FR_DE\": 697.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 364.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1151.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 273.2,\n      \"border_RO_HU\": 886.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 692.8,\n      \"border_SI_HU\": 328.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1087.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3058.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1376.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78272,\n      \"dateTimeUtc\": \"2026-04-20T17:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1093.5,\n      \"border_AT_SI\": 666.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 271.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 84.3,\n      \"border_CZ_SK\": 349.4,\n      \"border_DE_AT\": 595.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 324.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2084.8,\n      \"border_DE_PL\": 408.6,\n      \"border_FR_BE\": 3915.6,\n      \"border_FR_DE\": 630.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 341.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1200.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 265.1,\n      \"border_RO_HU\": 869.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 768.2,\n      \"border_SI_HU\": 426.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1015.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3104.7,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1536.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78273,\n      \"dateTimeUtc\": \"2026-04-20T18:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1164.8,\n      \"border_AT_SI\": 716.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 215.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 138.0,\n      \"border_CZ_SK\": 345.3,\n      \"border_DE_AT\": 461.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 246.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2855.0,\n      \"border_DE_PL\": 384.0,\n      \"border_FR_BE\": 4593.2,\n      \"border_FR_DE\": 694.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 351.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1043.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 207.3,\n      \"border_RO_HU\": 894.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 800.4,\n      \"border_SI_HU\": 448.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1035.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2801.9,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1518.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78274,\n      \"dateTimeUtc\": \"2026-04-20T18:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1168.0,\n      \"border_AT_SI\": 728.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 212.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 147.5,\n      \"border_CZ_SK\": 341.9,\n      \"border_DE_AT\": 446.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 233.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2809.5,\n      \"border_DE_PL\": 380.7,\n      \"border_FR_BE\": 4584.0,\n      \"border_FR_DE\": 701.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 370.7,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1073.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 194.4,\n      \"border_RO_HU\": 903.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 810.0,\n      \"border_SI_HU\": 439.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1039.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3225.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1687.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78275,\n      \"dateTimeUtc\": \"2026-04-20T18:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1162.6,\n      \"border_AT_SI\": 730.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 260.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 160.7,\n      \"border_CZ_SK\": 371.0,\n      \"border_DE_AT\": 475.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 215.3,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2835.8,\n      \"border_DE_PL\": 376.0,\n      \"border_FR_BE\": 4592.6,\n      \"border_FR_DE\": 690.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 376.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1066.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 210.3,\n      \"border_RO_HU\": 906.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 808.6,\n      \"border_SI_HU\": 432.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1051.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1668.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78276,\n      \"dateTimeUtc\": \"2026-04-20T18:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1165.8,\n      \"border_AT_SI\": 748.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 248.8,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 189.2,\n      \"border_CZ_SK\": 367.5,\n      \"border_DE_AT\": 424.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 175.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2797.6,\n      \"border_DE_PL\": 364.9,\n      \"border_FR_BE\": 4579.5,\n      \"border_FR_DE\": 706.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 371.7,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1075.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 178.3,\n      \"border_RO_HU\": 906.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 788.7,\n      \"border_SI_HU\": 417.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1047.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1497.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78277,\n      \"dateTimeUtc\": \"2026-04-20T19:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1013.1,\n      \"border_AT_SI\": 624.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 170.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 191.2,\n      \"border_CZ_SK\": 307.8,\n      \"border_DE_AT\": 377.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 207.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3331.2,\n      \"border_DE_PL\": 398.7,\n      \"border_FR_BE\": 4800.2,\n      \"border_FR_DE\": 341.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 404.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1127.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 116.6,\n      \"border_RO_HU\": 892.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 793.1,\n      \"border_SI_HU\": 388.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 875.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1443.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78278,\n      \"dateTimeUtc\": \"2026-04-20T19:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 969.2,\n      \"border_AT_SI\": 592.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 193.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 167.3,\n      \"border_CZ_SK\": 267.7,\n      \"border_DE_AT\": 236.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 43.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3186.4,\n      \"border_DE_PL\": 210.5,\n      \"border_FR_BE\": 4755.3,\n      \"border_FR_DE\": 393.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 389.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1175.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 100.3,\n      \"border_RO_HU\": 895.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 766.3,\n      \"border_SI_HU\": 377.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 895.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1033.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78279,\n      \"dateTimeUtc\": \"2026-04-20T19:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 948.6,\n      \"border_AT_SI\": 629.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 244.6,\n      \"border_CZ_DE\": 157.2,\n      \"border_CZ_PL\": 104.6,\n      \"border_CZ_SK\": 247.3,\n      \"border_DE_AT\": 87.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3076.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4715.3,\n      \"border_FR_DE\": 442.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 401.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1197.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 52.6,\n      \"border_PL_SK\": 142.7,\n      \"border_RO_HU\": 909.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 720.4,\n      \"border_SI_HU\": 319.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 945.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 866.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78280,\n      \"dateTimeUtc\": \"2026-04-20T19:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 928.6,\n      \"border_AT_SI\": 777.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 345.6,\n      \"border_CZ_DE\": 338.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 200.9,\n      \"border_DE_AT\": 7.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3285.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4737.8,\n      \"border_FR_DE\": 443.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 471.7,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1009.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 20.1,\n      \"border_PL_DE\": 358.1,\n      \"border_PL_SK\": 221.0,\n      \"border_RO_HU\": 955.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 623.2,\n      \"border_SI_HU\": 151.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1073.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1304.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 160.6,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78281,\n      \"dateTimeUtc\": \"2026-04-20T20:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 978.3,\n      \"border_AT_SI\": 1104.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 752.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 246.8,\n      \"border_DE_AT\": 805.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 52.4,\n      \"border_DE_FR\": 20.9,\n      \"border_DE_NL\": 3938.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5073.4,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 683.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 126.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1155.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 124.1,\n      \"border_PL_DE\": 71.6,\n      \"border_PL_SK\": 370.9,\n      \"border_RO_HU\": 542.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 556.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1484.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2669.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 539.4,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78282,\n      \"dateTimeUtc\": \"2026-04-20T20:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 953.8,\n      \"border_AT_SI\": 1016.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 727.8,\n      \"border_CZ_DE\": 58.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 205.3,\n      \"border_DE_AT\": 669.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3860.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5036.1,\n      \"border_FR_DE\": 29.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 676.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 62.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1145.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 148.6,\n      \"border_PL_DE\": 207.3,\n      \"border_PL_SK\": 353.8,\n      \"border_RO_HU\": 413.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 613.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1476.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2790.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 664.0\n    },\n    {\n      \"id\": 78283,\n      \"dateTimeUtc\": \"2026-04-20T20:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1045.0,\n      \"border_AT_SI\": 1223.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 782.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 305.3,\n      \"border_DE_AT\": 793.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 11.3,\n      \"border_DE_FR\": 1.7,\n      \"border_DE_NL\": 3706.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5034.5,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 711.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 178.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1329.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 137.3,\n      \"border_PL_DE\": 126.1,\n      \"border_PL_SK\": 442.6,\n      \"border_RO_HU\": 390.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 532.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1521.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2606.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 679.8,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 669.0\n    },\n    {\n      \"id\": 78284,\n      \"dateTimeUtc\": \"2026-04-20T20:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1011.6,\n      \"border_AT_SI\": 1213.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 800.6,\n      \"border_CZ_DE\": 207.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 249.0,\n      \"border_DE_AT\": 593.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3589.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4979.0,\n      \"border_FR_DE\": 71.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 694.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 201.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1318.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 246.5,\n      \"border_PL_DE\": 453.7,\n      \"border_PL_SK\": 495.5,\n      \"border_RO_HU\": 354.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 493.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1563.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2217.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 675.0\n    },\n    {\n      \"id\": 78285,\n      \"dateTimeUtc\": \"2026-04-20T21:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1040.4,\n      \"border_AT_SI\": 786.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 687.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 296.7,\n      \"border_DE_AT\": 700.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 12.6,\n      \"border_DE_FR\": 4.9,\n      \"border_DE_NL\": 3903.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4991.3,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 468.0,\n      \"border_HU_RO\": 143.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1092.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 34.0,\n      \"border_PL_DE\": 21.4,\n      \"border_PL_SK\": 330.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 722.3,\n      \"border_SI_HU\": 254.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1431.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2467.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 680.0\n    },\n    {\n      \"id\": 78286,\n      \"dateTimeUtc\": \"2026-04-20T21:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1058.2,\n      \"border_AT_SI\": 969.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 782.9,\n      \"border_CZ_DE\": 68.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 297.2,\n      \"border_DE_AT\": 714.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 21.6,\n      \"border_DE_NL\": 4004.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5010.6,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 566.6,\n      \"border_HU_RO\": 33.2,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1027.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 135.3,\n      \"border_PL_DE\": 203.7,\n      \"border_PL_SK\": 432.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 655.8,\n      \"border_SI_HU\": 89.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1544.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2294.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 691.0\n    },\n    {\n      \"id\": 78287,\n      \"dateTimeUtc\": \"2026-04-20T21:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1095.3,\n      \"border_AT_SI\": 1051.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 785.2,\n      \"border_CZ_DE\": 47.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 334.7,\n      \"border_DE_AT\": 738.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 37.2,\n      \"border_DE_NL\": 4065.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5025.6,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 557.7,\n      \"border_HU_RO\": 56.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 997.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 97.9,\n      \"border_PL_DE\": 144.9,\n      \"border_PL_SK\": 432.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 601.2,\n      \"border_SI_HU\": 43.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1545.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2109.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 703.0\n    },\n    {\n      \"id\": 78288,\n      \"dateTimeUtc\": \"2026-04-20T21:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1096.7,\n      \"border_AT_SI\": 922.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 703.3,\n      \"border_CZ_DE\": 112.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 343.3,\n      \"border_DE_AT\": 590.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 4058.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5000.5,\n      \"border_FR_DE\": 9.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 463.8,\n      \"border_HU_RO\": 242.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 932.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 12.6,\n      \"border_PL_DE\": 125.3,\n      \"border_PL_SK\": 356.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 638.1,\n      \"border_SI_HU\": 174.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1456.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 3422.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1722.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 713.0\n    },\n    {\n      \"id\": 78289,\n      \"dateTimeUtc\": \"2026-04-20T22:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 960.4,\n      \"border_AT_SI\": 893.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1034.7,\n      \"border_CZ_DE\": 208.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 349.8,\n      \"border_DE_AT\": 826.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 19.3,\n      \"border_DE_NL\": 4074.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5137.4,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 321.4,\n      \"border_HU_RO\": 473.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1082.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 167.1,\n      \"border_PL_DE\": 375.4,\n      \"border_PL_SK\": 516.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 388.1,\n      \"border_SI_HU\": 66.7,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1645.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1963.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 650.4,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 778.0\n    },\n    {\n      \"id\": 78290,\n      \"dateTimeUtc\": \"2026-04-20T22:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 944.3,\n      \"border_AT_SI\": 859.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1057.4,\n      \"border_CZ_DE\": 283.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 346.4,\n      \"border_DE_AT\": 774.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 27.4,\n      \"border_DE_NL\": 4086.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5176.7,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 284.9,\n      \"border_HU_RO\": 623.1,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1117.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 168.9,\n      \"border_PL_DE\": 452.4,\n      \"border_PL_SK\": 515.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 369.3,\n      \"border_SI_HU\": 84.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1655.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1791.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 680.9,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 787.0\n    },\n    {\n      \"id\": 78291,\n      \"dateTimeUtc\": \"2026-04-20T22:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 919.3,\n      \"border_AT_SI\": 795.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1035.8,\n      \"border_CZ_DE\": 414.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 301.4,\n      \"border_DE_AT\": 620.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 43.4,\n      \"border_DE_NL\": 4118.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5271.1,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 240.4,\n      \"border_HU_RO\": 749.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1196.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 230.2,\n      \"border_PL_DE\": 645.1,\n      \"border_PL_SK\": 531.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 363.9,\n      \"border_SI_HU\": 123.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1653.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1504.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 620.2,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 796.0\n    },\n    {\n      \"id\": 78292,\n      \"dateTimeUtc\": \"2026-04-20T22:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 920.6,\n      \"border_AT_SI\": 689.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 949.1,\n      \"border_CZ_DE\": 380.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 288.8,\n      \"border_DE_AT\": 568.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 39.1,\n      \"border_DE_NL\": 4130.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 5285.1,\n      \"border_FR_DE\": 0.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 164.7,\n      \"border_HU_RO\": 965.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1193.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 152.0,\n      \"border_PL_DE\": 532.6,\n      \"border_PL_SK\": 440.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 395.8,\n      \"border_SI_HU\": 231.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1580.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1432.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 807.2\n    },\n    {\n      \"id\": 78293,\n      \"dateTimeUtc\": \"2026-04-20T23:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1024.9,\n      \"border_AT_SI\": 1195.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1166.1,\n      \"border_CZ_DE\": 211.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 338.2,\n      \"border_DE_AT\": 954.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3857.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4958.1,\n      \"border_FR_DE\": 57.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 345.8,\n      \"border_HU_RO\": 973.3,\n      \"border_HU_SI\": 170.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1043.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 273.1,\n      \"border_PL_DE\": 484.5,\n      \"border_PL_SK\": 611.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 175.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1852.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1657.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 751.9\n    },\n    {\n      \"id\": 78294,\n      \"dateTimeUtc\": \"2026-04-20T23:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1031.9,\n      \"border_AT_SI\": 1193.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1152.4,\n      \"border_CZ_DE\": 219.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 341.3,\n      \"border_DE_AT\": 932.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3886.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4958.3,\n      \"border_FR_DE\": 61.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 326.0,\n      \"border_HU_RO\": 1068.7,\n      \"border_HU_SI\": 161.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1010.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 240.9,\n      \"border_PL_DE\": 460.5,\n      \"border_PL_SK\": 582.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 164.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1843.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1812.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 754.3\n    },\n    {\n      \"id\": 78295,\n      \"dateTimeUtc\": \"2026-04-20T23:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1028.2,\n      \"border_AT_SI\": 1181.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1149.3,\n      \"border_CZ_DE\": 233.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 339.3,\n      \"border_DE_AT\": 915.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3784.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4940.4,\n      \"border_FR_DE\": 75.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 306.4,\n      \"border_HU_RO\": 1137.7,\n      \"border_HU_SI\": 153.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1080.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 220.6,\n      \"border_PL_DE\": 454.3,\n      \"border_PL_SK\": 560.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 153.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1838.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1786.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 746.7\n    },\n    {\n      \"id\": 78296,\n      \"dateTimeUtc\": \"2026-04-20T23:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1013.8,\n      \"border_AT_SI\": 1166.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1170.8,\n      \"border_CZ_DE\": 270.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 329.9,\n      \"border_DE_AT\": 900.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3846.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4945.0,\n      \"border_FR_DE\": 77.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 292.6,\n      \"border_HU_RO\": 1212.1,\n      \"border_HU_SI\": 152.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1020.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 243.9,\n      \"border_PL_DE\": 513.9,\n      \"border_PL_SK\": 573.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 140.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1854.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1759.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 748.4\n    },\n    {\n      \"id\": 78297,\n      \"dateTimeUtc\": \"2026-04-21T00:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 998.3,\n      \"border_AT_SI\": 1131.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1188.7,\n      \"border_CZ_DE\": 333.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 326.4,\n      \"border_DE_AT\": 855.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3839.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4935.7,\n      \"border_FR_DE\": 94.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 236.5,\n      \"border_HU_RO\": 1360.9,\n      \"border_HU_SI\": 132.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1001.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 258.9,\n      \"border_PL_DE\": 592.6,\n      \"border_PL_SK\": 585.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 103.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1860.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1742.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 755.2\n    },\n    {\n      \"id\": 78298,\n      \"dateTimeUtc\": \"2026-04-21T00:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 981.5,\n      \"border_AT_SI\": 1118.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1204.9,\n      \"border_CZ_DE\": 379.8,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 317.5,\n      \"border_DE_AT\": 825.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3827.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4927.2,\n      \"border_FR_DE\": 106.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 227.0,\n      \"border_HU_RO\": 1382.6,\n      \"border_HU_SI\": 137.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 993.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 258.1,\n      \"border_PL_DE\": 637.9,\n      \"border_PL_SK\": 575.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 89.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1868.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1951.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 745.8\n    },\n    {\n      \"id\": 78299,\n      \"dateTimeUtc\": \"2026-04-21T00:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 967.6,\n      \"border_AT_SI\": 1106.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1216.8,\n      \"border_CZ_DE\": 436.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 304.4,\n      \"border_DE_AT\": 780.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3688.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4897.2,\n      \"border_FR_DE\": 133.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 217.3,\n      \"border_HU_RO\": 1392.7,\n      \"border_HU_SI\": 138.5,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1074.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 290.3,\n      \"border_PL_DE\": 726.5,\n      \"border_PL_SK\": 594.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 78.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1879.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1917.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 763.8\n    },\n    {\n      \"id\": 78300,\n      \"dateTimeUtc\": \"2026-04-21T00:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 953.9,\n      \"border_AT_SI\": 1094.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1225.5,\n      \"border_CZ_DE\": 470.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 291.6,\n      \"border_DE_AT\": 755.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3801.1,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4907.1,\n      \"border_FR_DE\": 135.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 209.7,\n      \"border_HU_RO\": 1403.0,\n      \"border_HU_SI\": 140.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 971.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 307.2,\n      \"border_PL_DE\": 777.2,\n      \"border_PL_SK\": 598.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 69.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1887.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2107.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 781.0\n    },\n    {\n      \"id\": 78301,\n      \"dateTimeUtc\": \"2026-04-21T01:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1015.7,\n      \"border_AT_SI\": 1119.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1142.7,\n      \"border_CZ_DE\": 371.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 333.7,\n      \"border_DE_AT\": 771.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3486.1,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4816.4,\n      \"border_FR_DE\": 241.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 183.4,\n      \"border_HU_RO\": 1478.7,\n      \"border_HU_SI\": 103.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1088.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 160.7,\n      \"border_PL_DE\": 532.3,\n      \"border_PL_SK\": 494.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 79.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1824.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2073.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 847.7\n    },\n    {\n      \"id\": 78302,\n      \"dateTimeUtc\": \"2026-04-21T01:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1008.3,\n      \"border_AT_SI\": 1120.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1131.6,\n      \"border_CZ_DE\": 377.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 332.7,\n      \"border_DE_AT\": 754.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3553.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4823.1,\n      \"border_FR_DE\": 240.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 182.9,\n      \"border_HU_RO\": 1430.8,\n      \"border_HU_SI\": 112.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1028.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 132.8,\n      \"border_PL_DE\": 510.3,\n      \"border_PL_SK\": 465.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 70.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1807.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2291.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 849.0\n    },\n    {\n      \"id\": 78303,\n      \"dateTimeUtc\": \"2026-04-21T01:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 983.3,\n      \"border_AT_SI\": 1084.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1126.3,\n      \"border_CZ_DE\": 445.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 311.6,\n      \"border_DE_AT\": 680.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3486.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4796.9,\n      \"border_FR_DE\": 272.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 171.9,\n      \"border_HU_RO\": 1433.2,\n      \"border_HU_SI\": 100.9,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1038.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 172.0,\n      \"border_PL_DE\": 617.5,\n      \"border_PL_SK\": 483.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 71.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1798.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2246.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 848.0\n    },\n    {\n      \"id\": 78304,\n      \"dateTimeUtc\": \"2026-04-21T01:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1008.0,\n      \"border_AT_SI\": 1111.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1130.7,\n      \"border_CZ_DE\": 438.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 321.1,\n      \"border_DE_AT\": 692.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3377.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4783.8,\n      \"border_FR_DE\": 276.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 170.3,\n      \"border_HU_RO\": 1451.2,\n      \"border_HU_SI\": 103.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1130.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 166.1,\n      \"border_PL_DE\": 604.8,\n      \"border_PL_SK\": 487.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 67.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1817.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2385.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 699.2,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 847.0\n    },\n    {\n      \"id\": 78305,\n      \"dateTimeUtc\": \"2026-04-21T02:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 877.6,\n      \"border_AT_SI\": 666.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 830.2,\n      \"border_CZ_DE\": 588.9,\n      \"border_CZ_PL\": 3.2,\n      \"border_CZ_SK\": 251.3,\n      \"border_DE_AT\": 241.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3432.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4807.7,\n      \"border_FR_DE\": 369.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 38.6,\n      \"border_HU_RO\": 1302.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1006.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 585.8,\n      \"border_PL_SK\": 248.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 249.8,\n      \"border_SI_HU\": 211.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1456.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2264.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 846.0\n    },\n    {\n      \"id\": 78306,\n      \"dateTimeUtc\": \"2026-04-21T02:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 824.5,\n      \"border_AT_SI\": 552.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 759.1,\n      \"border_CZ_DE\": 647.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 210.6,\n      \"border_DE_AT\": 111.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3182.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4748.4,\n      \"border_FR_DE\": 429.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 2.5,\n      \"border_HU_RO\": 1239.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1136.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 9.4,\n      \"border_PL_DE\": 657.1,\n      \"border_PL_SK\": 220.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 275.0,\n      \"border_SI_HU\": 272.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1373.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1944.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 829.3\n    },\n    {\n      \"id\": 78307,\n      \"dateTimeUtc\": \"2026-04-21T02:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 10.6,\n      \"border_AT_HU\": 808.1,\n      \"border_AT_SI\": 462.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 731.9,\n      \"border_CZ_DE\": 742.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 173.2,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3269.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4733.9,\n      \"border_FR_DE\": 468.1,\n      \"border_HR_HU\": 42.1,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1294.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 996.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 94.1,\n      \"border_PL_DE\": 836.7,\n      \"border_PL_SK\": 267.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 303.9,\n      \"border_SI_HU\": 346.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1366.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1693.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 815.5\n    },\n    {\n      \"id\": 78308,\n      \"dateTimeUtc\": \"2026-04-21T02:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 834.3,\n      \"border_AT_SI\": 481.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 813.0,\n      \"border_CZ_DE\": 768.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 157.2,\n      \"border_DE_AT\": 45.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3243.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4735.9,\n      \"border_FR_DE\": 460.0,\n      \"border_HR_HU\": 49.2,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1394.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1032.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 272.5,\n      \"border_PL_DE\": 1040.5,\n      \"border_PL_SK\": 429.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 304.1,\n      \"border_SI_HU\": 353.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1490.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1718.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 798.6\n    },\n    {\n      \"id\": 78309,\n      \"dateTimeUtc\": \"2026-04-21T03:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 396.1,\n      \"border_AT_HU\": 815.3,\n      \"border_AT_SI\": 421.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 584.9,\n      \"border_CZ_DE\": 981.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 70.6,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3450.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4980.8,\n      \"border_FR_DE\": 388.1,\n      \"border_HR_HU\": 204.8,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1442.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1142.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 291.5,\n      \"border_PL_DE\": 1272.6,\n      \"border_PL_SK\": 362.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 188.8,\n      \"border_SI_HU\": 393.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1329.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2389.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 665.7\n    },\n    {\n      \"id\": 78310,\n      \"dateTimeUtc\": \"2026-04-21T03:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 484.8,\n      \"border_AT_HU\": 853.9,\n      \"border_AT_SI\": 441.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 496.6,\n      \"border_CZ_DE\": 981.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 62.8,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3383.1,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4970.1,\n      \"border_FR_DE\": 410.0,\n      \"border_HR_HU\": 205.4,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1385.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1177.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 322.5,\n      \"border_PL_DE\": 1303.9,\n      \"border_PL_SK\": 385.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 207.1,\n      \"border_SI_HU\": 412.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1287.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2665.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 415.8\n    },\n    {\n      \"id\": 78311,\n      \"dateTimeUtc\": \"2026-04-21T03:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 470.6,\n      \"border_AT_HU\": 755.7,\n      \"border_AT_SI\": 362.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 475.6,\n      \"border_CZ_DE\": 946.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 1.3,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3309.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4936.5,\n      \"border_FR_DE\": 425.4,\n      \"border_HR_HU\": 179.8,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1102.7,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1201.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 330.6,\n      \"border_PL_DE\": 1276.8,\n      \"border_PL_SK\": 331.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 213.8,\n      \"border_SI_HU\": 393.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1230.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2661.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 535.4\n    },\n    {\n      \"id\": 78312,\n      \"dateTimeUtc\": \"2026-04-21T03:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 395.1,\n      \"border_AT_HU\": 697.3,\n      \"border_AT_SI\": 280.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 501.2,\n      \"border_CZ_DE\": 896.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3254.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4917.0,\n      \"border_FR_DE\": 423.9,\n      \"border_HR_HU\": 229.1,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1056.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1239.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 429.3,\n      \"border_PL_DE\": 1325.6,\n      \"border_PL_SK\": 402.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 187.8,\n      \"border_SI_HU\": 416.9,\n      \"border_SK_CZ\": 26.8,\n      \"border_SK_HU\": 1225.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2623.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 370.5\n    },\n    {\n      \"id\": 78313,\n      \"dateTimeUtc\": \"2026-04-21T04:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 879.2,\n      \"border_AT_SI\": 532.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 584.5,\n      \"border_CZ_DE\": 553.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 96.0,\n      \"border_DE_AT\": 31.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2256.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4319.0,\n      \"border_FR_DE\": 937.1,\n      \"border_HR_HU\": 272.2,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 1126.5,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1125.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 169.6,\n      \"border_PL_DE\": 722.8,\n      \"border_PL_SK\": 265.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 74.1,\n      \"border_SI_HU\": 346.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1367.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2469.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 261.1\n    },\n    {\n      \"id\": 78314,\n      \"dateTimeUtc\": \"2026-04-21T04:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 230.9,\n      \"border_AT_HU\": 683.1,\n      \"border_AT_SI\": 199.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 353.1,\n      \"border_CZ_DE\": 584.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 38.2,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2192.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4337.9,\n      \"border_FR_DE\": 982.0,\n      \"border_HR_HU\": 308.6,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 709.1,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1163.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 161.0,\n      \"border_PL_DE\": 745.0,\n      \"border_PL_SK\": 199.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 175.4,\n      \"border_SI_HU\": 484.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 998.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2354.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 206.0\n    },\n    {\n      \"id\": 78315,\n      \"dateTimeUtc\": \"2026-04-21T04:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 439.0,\n      \"border_AT_HU\": 655.3,\n      \"border_AT_SI\": 166.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 162.5,\n      \"border_CZ_DE\": 601.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2113.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4377.6,\n      \"border_FR_DE\": 994.2,\n      \"border_HR_HU\": 285.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 498.5,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1270.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 140.5,\n      \"border_PL_DE\": 742.0,\n      \"border_PL_SK\": 137.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 204.0,\n      \"border_SI_HU\": 489.0,\n      \"border_SK_CZ\": 2.9,\n      \"border_SK_HU\": 820.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2182.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 210.3\n    },\n    {\n      \"id\": 78316,\n      \"dateTimeUtc\": \"2026-04-21T04:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 464.0,\n      \"border_AT_HU\": 468.9,\n      \"border_AT_SI\": 34.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 150.5,\n      \"border_CZ_DE\": 614.4,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2196.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4437.8,\n      \"border_FR_DE\": 969.0,\n      \"border_HR_HU\": 235.2,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 170.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1272.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 166.0,\n      \"border_PL_DE\": 780.4,\n      \"border_PL_SK\": 98.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 199.4,\n      \"border_SI_HU\": 434.6,\n      \"border_SK_CZ\": 67.4,\n      \"border_SK_HU\": 686.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2169.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2218.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 125.9\n    },\n    {\n      \"id\": 78317,\n      \"dateTimeUtc\": \"2026-04-21T05:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 321.8,\n      \"border_AT_HU\": 378.3,\n      \"border_AT_SI\": 0.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 207.7,\n      \"border_CZ_DE\": 529.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2080.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4108.0,\n      \"border_FR_DE\": 807.6,\n      \"border_HR_HU\": 194.7,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 161.1,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1219.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 197.8,\n      \"border_PL_DE\": 727.3,\n      \"border_PL_SK\": 182.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.1,\n      \"border_SI_HR\": 183.7,\n      \"border_SI_HU\": 378.4,\n      \"border_SK_CZ\": 15.4,\n      \"border_SK_HU\": 601.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2245.9,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1904.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 320.2\n    },\n    {\n      \"id\": 78318,\n      \"dateTimeUtc\": \"2026-04-21T05:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 122.5,\n      \"border_AT_HU\": 233.2,\n      \"border_AT_SI\": 225.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 360.8,\n      \"border_CZ_DE\": 483.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2135.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4157.4,\n      \"border_FR_DE\": 730.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 4.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1291.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 305.1,\n      \"border_PL_DE\": 788.4,\n      \"border_PL_SK\": 270.0,\n      \"border_RO_HU\": 273.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 12.4,\n      \"border_SI_HU\": 7.5,\n      \"border_SK_CZ\": 35.1,\n      \"border_SK_HU\": 629.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2066.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2048.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 204.6\n    },\n    {\n      \"id\": 78319,\n      \"dateTimeUtc\": \"2026-04-21T05:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 211.7,\n      \"border_AT_HU\": 13.8,\n      \"border_AT_SI\": 253.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 412.3,\n      \"border_CZ_DE\": 624.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2119.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4140.6,\n      \"border_FR_DE\": 755.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 104.2,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 135.4,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 239.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1266.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 385.1,\n      \"border_PL_DE\": 1009.1,\n      \"border_PL_SK\": 224.1,\n      \"border_RO_HU\": 662.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 161.0,\n      \"border_SK_HU\": 587.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1759.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 488.8\n    },\n    {\n      \"id\": 78320,\n      \"dateTimeUtc\": \"2026-04-21T05:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 196.2,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 345.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 477.8,\n      \"border_CZ_DE\": 673.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2202.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4156.9,\n      \"border_FR_DE\": 740.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 184.1,\n      \"border_HU_AT\": 60.9,\n      \"border_HU_HR\": 222.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 406.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1214.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 493.9,\n      \"border_PL_DE\": 1167.9,\n      \"border_PL_SK\": 288.5,\n      \"border_RO_HU\": 656.7,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 205.5,\n      \"border_SK_HU\": 622.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1557.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 668.5\n    },\n    {\n      \"id\": 78321,\n      \"dateTimeUtc\": \"2026-04-21T06:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 230.2,\n      \"border_AT_SI\": 548.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 717.1,\n      \"border_CZ_DE\": 557.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 159.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1409.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3847.8,\n      \"border_FR_DE\": 729.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 104.2,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 213.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 317.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1708.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 697.5,\n      \"border_PL_DE\": 1255.2,\n      \"border_PL_SK\": 634.3,\n      \"border_RO_HU\": 334.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 63.2,\n      \"border_SK_HU\": 1010.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 30.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 241.6,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 760.9\n    },\n    {\n      \"id\": 78322,\n      \"dateTimeUtc\": \"2026-04-21T06:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 100.4,\n      \"border_AT_SI\": 495.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 702.8,\n      \"border_CZ_DE\": 628.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 73.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1296.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3819.8,\n      \"border_FR_DE\": 758.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 146.1,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 249.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 395.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1764.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 716.4,\n      \"border_PL_DE\": 1345.3,\n      \"border_PL_SK\": 606.4,\n      \"border_RO_HU\": 392.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 109.9,\n      \"border_SK_HU\": 913.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 383.5,\n      \"border_DK1_NL\": 65.5,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 779.4\n    },\n    {\n      \"id\": 78323,\n      \"dateTimeUtc\": \"2026-04-21T06:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 147.7,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 471.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 677.9,\n      \"border_CZ_DE\": 825.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1029.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3747.4,\n      \"border_FR_DE\": 837.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 213.2,\n      \"border_HU_AT\": 34.5,\n      \"border_HU_HR\": 292.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 506.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1881.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 741.5,\n      \"border_PL_DE\": 1567.1,\n      \"border_PL_SK\": 559.6,\n      \"border_RO_HU\": 468.7,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 181.9,\n      \"border_SK_HU\": 825.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 812.7,\n      \"border_DK1_NL\": 306.5,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 759.1\n    },\n    {\n      \"id\": 78324,\n      \"dateTimeUtc\": \"2026-04-21T06:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 331.1,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 408.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 647.2,\n      \"border_CZ_DE\": 978.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 951.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3705.9,\n      \"border_FR_DE\": 894.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 242.9,\n      \"border_HU_AT\": 142.6,\n      \"border_HU_HR\": 308.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 551.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1859.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 759.5,\n      \"border_PL_DE\": 1737.8,\n      \"border_PL_SK\": 525.7,\n      \"border_RO_HU\": 472.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 233.8,\n      \"border_SK_HU\": 738.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 754.9,\n      \"border_DK1_NL\": 42.3,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 613.3\n    },\n    {\n      \"id\": 78325,\n      \"dateTimeUtc\": \"2026-04-21T07:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 527.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 722.7,\n      \"border_CZ_DE\": 622.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 100.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 736.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3859.5,\n      \"border_FR_DE\": 797.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 14.4,\n      \"border_HU_HR\": 604.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 542.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2325.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 798.2,\n      \"border_PL_DE\": 1420.9,\n      \"border_PL_SK\": 629.5,\n      \"border_RO_HU\": 347.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 62.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 168.7,\n      \"border_SK_HU\": 877.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1067.1,\n      \"border_DK1_NL\": 700.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 742.4\n    },\n    {\n      \"id\": 78326,\n      \"dateTimeUtc\": \"2026-04-21T07:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 571.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 806.6,\n      \"border_CZ_DE\": 603.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 202.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1004.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3917.9,\n      \"border_FR_DE\": 742.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 31.0,\n      \"border_HU_HR\": 675.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 602.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2170.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 787.8,\n      \"border_PL_DE\": 1391.8,\n      \"border_PL_SK\": 643.6,\n      \"border_RO_HU\": 252.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 73.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 144.2,\n      \"border_SK_HU\": 919.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 504.3,\n      \"border_DK1_NL\": 22.6,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 757.0\n    },\n    {\n      \"id\": 78327,\n      \"dateTimeUtc\": \"2026-04-21T07:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 501.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 860.6,\n      \"border_CZ_DE\": 611.5,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 249.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1177.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3950.4,\n      \"border_FR_DE\": 716.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 133.5,\n      \"border_HU_HR\": 670.6,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 635.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2056.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 783.7,\n      \"border_PL_DE\": 1395.3,\n      \"border_PL_SK\": 643.5,\n      \"border_RO_HU\": 274.2,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 35.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 140.3,\n      \"border_SK_HU\": 867.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2031.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 431.3,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 410.3,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 805.8\n    },\n    {\n      \"id\": 78328,\n      \"dateTimeUtc\": \"2026-04-21T07:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 396.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 882.5,\n      \"border_CZ_DE\": 779.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 103.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1128.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3900.9,\n      \"border_FR_DE\": 778.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 15.5,\n      \"border_HU_AT\": 288.8,\n      \"border_HU_HR\": 669.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 685.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1993.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 806.7,\n      \"border_PL_DE\": 1586.0,\n      \"border_PL_SK\": 601.5,\n      \"border_RO_HU\": 375.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 205.2,\n      \"border_SK_HU\": 798.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2271.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 624.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 693.4\n    },\n    {\n      \"id\": 78329,\n      \"dateTimeUtc\": \"2026-04-21T08:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 337.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1083.8,\n      \"border_CZ_DE\": 716.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 367.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 710.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3801.1,\n      \"border_FR_DE\": 799.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 79.6,\n      \"border_HU_AT\": 476.5,\n      \"border_HU_HR\": 734.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 813.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2290.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 822.3,\n      \"border_PL_DE\": 1538.4,\n      \"border_PL_SK\": 544.9,\n      \"border_RO_HU\": 455.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 277.5,\n      \"border_SK_HU\": 884.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 179.6,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 806.7\n    },\n    {\n      \"id\": 78330,\n      \"dateTimeUtc\": \"2026-04-21T08:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 282.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1067.7,\n      \"border_CZ_DE\": 768.7,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 299.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 246.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3540.0,\n      \"border_FR_DE\": 953.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 38.9,\n      \"border_HU_AT\": 523.1,\n      \"border_HU_HR\": 767.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 805.9,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2339.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 838.5,\n      \"border_PL_DE\": 1607.2,\n      \"border_PL_SK\": 530.6,\n      \"border_RO_HU\": 509.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 307.9,\n      \"border_SK_HU\": 852.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 548.1,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 800.0\n    },\n    {\n      \"id\": 78331,\n      \"dateTimeUtc\": \"2026-04-21T08:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 335.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1058.2,\n      \"border_CZ_DE\": 650.1,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 408.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 43.9,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3366.4,\n      \"border_FR_DE\": 1019.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 55.4,\n      \"border_HU_AT\": 476.5,\n      \"border_HU_HR\": 756.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 811.9,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2302.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 821.9,\n      \"border_PL_DE\": 1472.0,\n      \"border_PL_SK\": 566.3,\n      \"border_RO_HU\": 471.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 255.6,\n      \"border_SK_HU\": 837.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 808.8,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 500.0\n    },\n    {\n      \"id\": 78332,\n      \"dateTimeUtc\": \"2026-04-21T08:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 351.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1012.9,\n      \"border_CZ_DE\": 507.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 505.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3131.7,\n      \"border_FR_DE\": 1123.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 43.4,\n      \"border_HU_AT\": 428.7,\n      \"border_HU_HR\": 736.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 780.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2337.3,\n      \"border_NL_DE\": 328.9,\n      \"border_PL_CZ\": 832.0,\n      \"border_PL_DE\": 1339.2,\n      \"border_PL_SK\": 577.8,\n      \"border_RO_HU\": 444.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 0.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 254.1,\n      \"border_SK_HU\": 838.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1393.6,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 200.0\n    },\n    {\n      \"id\": 78333,\n      \"dateTimeUtc\": \"2026-04-21T09:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 490.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1218.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1383.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 165.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 2461.6,\n      \"border_FR_DE\": 1331.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 235.3,\n      \"border_HU_HR\": 792.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 725.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2549.5,\n      \"border_NL_DE\": 1419.3,\n      \"border_PL_CZ\": 861.5,\n      \"border_PL_DE\": 696.4,\n      \"border_PL_SK\": 800.4,\n      \"border_RO_HU\": 286.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 66.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 61.1,\n      \"border_SK_HU\": 1044.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1289.4,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 100.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78334,\n      \"dateTimeUtc\": \"2026-04-21T09:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 0.0,\n      \"border_AT_SI\": 546.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 917.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1751.5,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 833.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 2192.7,\n      \"border_FR_DE\": 1386.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 131.1,\n      \"border_HU_HR\": 767.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 677.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2619.3,\n      \"border_NL_DE\": 1813.1,\n      \"border_PL_CZ\": 888.6,\n      \"border_PL_DE\": 55.1,\n      \"border_PL_SK\": 802.8,\n      \"border_RO_HU\": 260.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 90.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 85.8,\n      \"border_SK_HU\": 872.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1335.3,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 400.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78335,\n      \"dateTimeUtc\": \"2026-04-21T09:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 37.2,\n      \"border_AT_SI\": 641.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 927.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1947.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1019.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 192.8,\n      \"border_FR_BE\": 2037.9,\n      \"border_FR_DE\": 1373.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 729.9,\n      \"border_HU_RO\": 45.9,\n      \"border_HU_SI\": 604.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 3097.6,\n      \"border_NL_DE\": 2433.2,\n      \"border_PL_CZ\": 826.9,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 826.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 125.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.7,\n      \"border_SK_HU\": 965.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 2577.4,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 0.0,\n      \"border_DE_DK2\": 700.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78336,\n      \"dateTimeUtc\": \"2026-04-21T09:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 110.2,\n      \"border_AT_SI\": 669.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 891.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 0.0,\n      \"border_DE_AT\": 1969.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1077.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 241.4,\n      \"border_FR_BE\": 1931.8,\n      \"border_FR_DE\": 1393.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 698.0,\n      \"border_HU_RO\": 302.0,\n      \"border_HU_SI\": 559.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 3123.1,\n      \"border_NL_DE\": 2585.0,\n      \"border_PL_CZ\": 836.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 835.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 138.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 1.1,\n      \"border_SK_HU\": 1002.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 2679.8,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 76.4,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78337,\n      \"dateTimeUtc\": \"2026-04-21T10:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 164.8,\n      \"border_AT_SI\": 709.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 924.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 94.8,\n      \"border_DE_AT\": 2286.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1362.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 685.4,\n      \"border_FR_BE\": 1767.6,\n      \"border_FR_DE\": 744.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 775.5,\n      \"border_HU_RO\": 271.2,\n      \"border_HU_SI\": 544.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2880.8,\n      \"border_NL_DE\": 1857.5,\n      \"border_PL_CZ\": 677.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 771.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 231.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 994.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1767.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1906.6,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78338,\n      \"dateTimeUtc\": \"2026-04-21T10:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 218.8,\n      \"border_AT_SI\": 765.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 943.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 115.5,\n      \"border_DE_AT\": 2299.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1356.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 686.7,\n      \"border_FR_BE\": 1607.1,\n      \"border_FR_DE\": 397.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 771.6,\n      \"border_HU_RO\": 394.1,\n      \"border_HU_SI\": 546.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2881.6,\n      \"border_NL_DE\": 1671.5,\n      \"border_PL_CZ\": 669.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 784.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 225.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1046.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2364.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1945.5,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78339,\n      \"dateTimeUtc\": \"2026-04-21T10:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 314.4,\n      \"border_AT_SI\": 677.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 908.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 143.5,\n      \"border_DE_AT\": 2263.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1354.9,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 686.2,\n      \"border_FR_BE\": 1606.1,\n      \"border_FR_DE\": 524.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 676.2,\n      \"border_HU_RO\": 809.0,\n      \"border_HU_SI\": 362.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2906.1,\n      \"border_NL_DE\": 1824.8,\n      \"border_PL_CZ\": 668.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 812.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 313.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1079.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1948.7,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78340,\n      \"dateTimeUtc\": \"2026-04-21T10:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 358.1,\n      \"border_AT_SI\": 733.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 905.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 155.6,\n      \"border_DE_AT\": 2310.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1404.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 749.3,\n      \"border_FR_BE\": 1563.7,\n      \"border_FR_DE\": 401.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 677.0,\n      \"border_HU_RO\": 869.7,\n      \"border_HU_SI\": 375.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2817.1,\n      \"border_NL_DE\": 1655.0,\n      \"border_PL_CZ\": 654.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 810.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 301.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1108.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1948.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78341,\n      \"dateTimeUtc\": \"2026-04-21T11:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 490.7,\n      \"border_AT_SI\": 926.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 808.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 290.7,\n      \"border_DE_AT\": 2444.8,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1636.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1115.5,\n      \"border_FR_BE\": 1497.1,\n      \"border_FR_DE\": 292.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 690.9,\n      \"border_HU_RO\": 773.0,\n      \"border_HU_SI\": 436.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2655.9,\n      \"border_NL_DE\": 1451.6,\n      \"border_PL_CZ\": 520.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 811.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 254.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1008.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1969.2,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78342,\n      \"dateTimeUtc\": \"2026-04-21T11:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 526.8,\n      \"border_AT_SI\": 902.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 820.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 290.9,\n      \"border_DE_AT\": 2450.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1629.8,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1102.1,\n      \"border_FR_BE\": 1442.3,\n      \"border_FR_DE\": 272.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 659.0,\n      \"border_HU_RO\": 926.1,\n      \"border_HU_SI\": 375.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2632.7,\n      \"border_NL_DE\": 1462.6,\n      \"border_PL_CZ\": 527.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 818.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 283.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1056.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1972.3,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78343,\n      \"dateTimeUtc\": \"2026-04-21T11:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 525.0,\n      \"border_AT_SI\": 938.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 826.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 293.7,\n      \"border_DE_AT\": 2425.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1599.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1074.6,\n      \"border_FR_BE\": 1348.0,\n      \"border_FR_DE\": 252.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 677.9,\n      \"border_HU_RO\": 885.0,\n      \"border_HU_SI\": 413.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2644.8,\n      \"border_NL_DE\": 1549.2,\n      \"border_PL_CZ\": 524.6,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 818.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 264.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1057.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1994.2,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78344,\n      \"dateTimeUtc\": \"2026-04-21T11:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 545.8,\n      \"border_AT_SI\": 952.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 858.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 306.5,\n      \"border_DE_AT\": 2385.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1527.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 997.3,\n      \"border_FR_BE\": 1280.3,\n      \"border_FR_DE\": 238.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 674.3,\n      \"border_HU_RO\": 946.5,\n      \"border_HU_SI\": 407.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2661.0,\n      \"border_NL_DE\": 1619.2,\n      \"border_PL_CZ\": 529.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 836.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 267.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1097.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2188.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1992.2,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78345,\n      \"dateTimeUtc\": \"2026-04-21T12:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 513.6,\n      \"border_AT_SI\": 818.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 854.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 317.2,\n      \"border_DE_AT\": 2340.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1486.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 980.0,\n      \"border_FR_BE\": 1282.6,\n      \"border_FR_DE\": 226.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 644.8,\n      \"border_HU_RO\": 1057.8,\n      \"border_HU_SI\": 305.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2547.9,\n      \"border_NL_DE\": 1491.5,\n      \"border_PL_CZ\": 506.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 823.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 339.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1050.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2103.8,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1638.5,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78346,\n      \"dateTimeUtc\": \"2026-04-21T12:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 548.8,\n      \"border_AT_SI\": 804.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 845.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 328.3,\n      \"border_DE_AT\": 2325.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1479.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 977.3,\n      \"border_FR_BE\": 1249.2,\n      \"border_FR_DE\": 218.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 613.1,\n      \"border_HU_RO\": 1124.5,\n      \"border_HU_SI\": 255.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2551.2,\n      \"border_NL_DE\": 1520.5,\n      \"border_PL_CZ\": 502.4,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 830.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 357.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1066.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2125.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1631.5,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78347,\n      \"dateTimeUtc\": \"2026-04-21T12:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 580.8,\n      \"border_AT_SI\": 830.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 855.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 352.3,\n      \"border_DE_AT\": 2348.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1492.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1008.9,\n      \"border_FR_BE\": 1359.3,\n      \"border_FR_DE\": 249.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 603.9,\n      \"border_HU_RO\": 1104.1,\n      \"border_HU_SI\": 249.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2567.7,\n      \"border_NL_DE\": 1457.6,\n      \"border_PL_CZ\": 483.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 836.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 354.1,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1083.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2012.8,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1627.6,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78348,\n      \"dateTimeUtc\": \"2026-04-21T12:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 614.7,\n      \"border_AT_SI\": 846.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 836.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 356.4,\n      \"border_DE_AT\": 2354.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1517.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1040.2,\n      \"border_FR_BE\": 1309.1,\n      \"border_FR_DE\": 235.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 594.4,\n      \"border_HU_RO\": 1101.9,\n      \"border_HU_SI\": 231.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2558.1,\n      \"border_NL_DE\": 1484.0,\n      \"border_PL_CZ\": 477.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 833.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 363.0,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1095.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1814.5,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1594.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78349,\n      \"dateTimeUtc\": \"2026-04-21T13:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 555.9,\n      \"border_AT_SI\": 918.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 859.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 257.6,\n      \"border_DE_AT\": 2243.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1383.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 813.5,\n      \"border_FR_BE\": 1191.4,\n      \"border_FR_DE\": 341.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 572.4,\n      \"border_HU_RO\": 1084.2,\n      \"border_HU_SI\": 362.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2555.3,\n      \"border_NL_DE\": 1705.2,\n      \"border_PL_CZ\": 570.1,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 827.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 209.8,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1157.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1540.2,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1178.1,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78350,\n      \"dateTimeUtc\": \"2026-04-21T13:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 606.9,\n      \"border_AT_SI\": 997.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 872.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 283.5,\n      \"border_DE_AT\": 2290.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1418.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 867.0,\n      \"border_FR_BE\": 1295.8,\n      \"border_FR_DE\": 439.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 595.5,\n      \"border_HU_RO\": 965.4,\n      \"border_HU_SI\": 390.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2438.1,\n      \"border_NL_DE\": 1581.6,\n      \"border_PL_CZ\": 551.4,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 834.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 204.9,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1195.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1660.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1343.2,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78351,\n      \"dateTimeUtc\": \"2026-04-21T13:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 614.0,\n      \"border_AT_SI\": 999.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 830.5,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 285.5,\n      \"border_DE_AT\": 2278.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1448.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 889.6,\n      \"border_FR_BE\": 1246.8,\n      \"border_FR_DE\": 517.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 602.9,\n      \"border_HU_RO\": 737.1,\n      \"border_HU_SI\": 385.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 2336.8,\n      \"border_NL_DE\": 1607.6,\n      \"border_PL_CZ\": 558.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 844.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 217.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1159.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1539.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1354.7,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78352,\n      \"dateTimeUtc\": \"2026-04-21T13:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 653.6,\n      \"border_AT_SI\": 994.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 794.0,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 286.1,\n      \"border_DE_AT\": 2327.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1533.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 981.9,\n      \"border_FR_BE\": 1575.5,\n      \"border_FR_DE\": 1527.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 527.4,\n      \"border_HU_RO\": 779.8,\n      \"border_HU_SI\": 340.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1952.8,\n      \"border_NL_DE\": 1905.1,\n      \"border_PL_CZ\": 551.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 837.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 186.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1161.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1542.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1335.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78353,\n      \"dateTimeUtc\": \"2026-04-21T14:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 919.0,\n      \"border_AT_SI\": 1153.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 813.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 391.3,\n      \"border_DE_AT\": 2346.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1533.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1028.3,\n      \"border_FR_BE\": 1297.5,\n      \"border_FR_DE\": 1689.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 476.0,\n      \"border_HU_RO\": 863.8,\n      \"border_HU_SI\": 234.4,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1763.9,\n      \"border_NL_DE\": 2155.6,\n      \"border_PL_CZ\": 504.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 896.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 241.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1341.1,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1612.3,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1505.3,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78354,\n      \"dateTimeUtc\": \"2026-04-21T14:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 942.1,\n      \"border_AT_SI\": 1117.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 792.4,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 394.2,\n      \"border_DE_AT\": 2366.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1574.5,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1068.9,\n      \"border_FR_BE\": 1315.9,\n      \"border_FR_DE\": 1672.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 453.2,\n      \"border_HU_RO\": 834.6,\n      \"border_HU_SI\": 175.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1766.8,\n      \"border_NL_DE\": 2123.3,\n      \"border_PL_CZ\": 505.7,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 899.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 277.4,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1340.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2067.9,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1609.3,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 700.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78355,\n      \"dateTimeUtc\": \"2026-04-21T14:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1010.9,\n      \"border_AT_SI\": 1043.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 789.8,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 387.8,\n      \"border_DE_AT\": 2367.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1577.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1059.8,\n      \"border_FR_BE\": 1060.5,\n      \"border_FR_DE\": 1804.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 390.9,\n      \"border_HU_RO\": 963.5,\n      \"border_HU_SI\": 32.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1440.9,\n      \"border_NL_DE\": 2184.6,\n      \"border_PL_CZ\": 517.8,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 905.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 358.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1412.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 1054.4,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 400.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78356,\n      \"dateTimeUtc\": \"2026-04-21T14:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1068.2,\n      \"border_AT_SI\": 978.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 953.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 553.8,\n      \"border_DE_AT\": 2171.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1218.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 944.2,\n      \"border_FR_BE\": 1207.4,\n      \"border_FR_DE\": 1839.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 342.7,\n      \"border_HU_RO\": 1086.8,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1446.6,\n      \"border_NL_DE\": 2078.9,\n      \"border_PL_CZ\": 274.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 828.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 432.5,\n      \"border_SI_HU\": 89.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1467.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 0.0,\n      \"border_DE_DK1\": 339.1,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 100.0,\n      \"border_DK2_DE\": 0.0\n    },\n    {\n      \"id\": 78357,\n      \"dateTimeUtc\": \"2026-04-21T15:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1200.9,\n      \"border_AT_SI\": 1326.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 905.3,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 564.0,\n      \"border_DE_AT\": 2051.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1145.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 898.5,\n      \"border_FR_BE\": 1140.7,\n      \"border_FR_DE\": 1890.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 535.5,\n      \"border_HU_RO\": 1008.1,\n      \"border_HU_SI\": 126.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1477.2,\n      \"border_NL_DE\": 2227.2,\n      \"border_PL_CZ\": 247.2,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 811.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 409.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1542.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 738.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 200.0\n    },\n    {\n      \"id\": 78358,\n      \"dateTimeUtc\": \"2026-04-21T15:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1246.6,\n      \"border_AT_SI\": 1270.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 835.7,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 627.1,\n      \"border_DE_AT\": 2045.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1210.2,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1154.8,\n      \"border_FR_BE\": 1415.8,\n      \"border_FR_DE\": 1733.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 489.0,\n      \"border_HU_RO\": 921.1,\n      \"border_HU_SI\": 23.7,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1373.9,\n      \"border_NL_DE\": 1691.8,\n      \"border_PL_CZ\": 55.3,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 682.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 465.3,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1455.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1374.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 453.3\n    },\n    {\n      \"id\": 78359,\n      \"dateTimeUtc\": \"2026-04-21T15:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1241.4,\n      \"border_AT_SI\": 1285.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 866.6,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 6.5,\n      \"border_CZ_SK\": 658.1,\n      \"border_DE_AT\": 1966.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 1099.4,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 1105.9,\n      \"border_FR_BE\": 1694.8,\n      \"border_FR_DE\": 1600.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 514.1,\n      \"border_HU_RO\": 626.1,\n      \"border_HU_SI\": 43.6,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1349.3,\n      \"border_NL_DE\": 1254.5,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 651.5,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 470.5,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1449.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1514.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 438.9\n    },\n    {\n      \"id\": 78360,\n      \"dateTimeUtc\": \"2026-04-21T15:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1138.9,\n      \"border_AT_SI\": 892.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 778.9,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 609.4,\n      \"border_DE_AT\": 1567.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 788.1,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 0.0,\n      \"border_DE_PL\": 786.0,\n      \"border_FR_BE\": 2014.2,\n      \"border_FR_DE\": 1527.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 384.0,\n      \"border_HU_RO\": 650.8,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1240.3,\n      \"border_NL_DE\": 753.3,\n      \"border_PL_CZ\": 2.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 611.4,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 630.7,\n      \"border_SI_HU\": 246.7,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1308.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1842.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 370.5\n    },\n    {\n      \"id\": 78361,\n      \"dateTimeUtc\": \"2026-04-21T16:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1071.1,\n      \"border_AT_SI\": 936.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 457.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 414.7,\n      \"border_CZ_SK\": 570.5,\n      \"border_DE_AT\": 863.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 406.6,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 197.3,\n      \"border_DE_PL\": 821.3,\n      \"border_FR_BE\": 2612.0,\n      \"border_FR_DE\": 1402.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 234.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1011.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 155.8,\n      \"border_RO_HU\": 171.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 369.3,\n      \"border_SI_HU\": 134.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 957.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1743.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 235.6\n    },\n    {\n      \"id\": 78362,\n      \"dateTimeUtc\": \"2026-04-21T16:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 939.5,\n      \"border_AT_SI\": 791.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 553.2,\n      \"border_CZ_DE\": 0.0,\n      \"border_CZ_PL\": 272.6,\n      \"border_CZ_SK\": 521.0,\n      \"border_DE_AT\": 619.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 66.7,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 577.6,\n      \"border_DE_PL\": 339.3,\n      \"border_FR_BE\": 2880.4,\n      \"border_FR_DE\": 1334.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 184.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 968.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 248.4,\n      \"border_RO_HU\": 423.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 332.8,\n      \"border_SI_HU\": 148.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 971.7,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1832.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 245.5\n    },\n    {\n      \"id\": 78363,\n      \"dateTimeUtc\": \"2026-04-21T16:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 872.5,\n      \"border_AT_SI\": 534.2,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 490.8,\n      \"border_CZ_DE\": 131.6,\n      \"border_CZ_PL\": 292.6,\n      \"border_CZ_SK\": 498.7,\n      \"border_DE_AT\": 359.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 467.7,\n      \"border_DE_PL\": 160.9,\n      \"border_FR_BE\": 2871.3,\n      \"border_FR_DE\": 1404.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 106.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 999.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 206.2,\n      \"border_RO_HU\": 447.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 444.6,\n      \"border_SI_HU\": 338.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 864.5,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1938.6,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2403.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 305.6\n    },\n    {\n      \"id\": 78364,\n      \"dateTimeUtc\": \"2026-04-21T16:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 865.3,\n      \"border_AT_SI\": 406.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 422.8,\n      \"border_CZ_DE\": 12.2,\n      \"border_CZ_PL\": 383.4,\n      \"border_CZ_SK\": 516.1,\n      \"border_DE_AT\": 410.6,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 226.6,\n      \"border_DE_PL\": 371.1,\n      \"border_FR_BE\": 2846.6,\n      \"border_FR_DE\": 1408.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 63.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1211.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 132.7,\n      \"border_RO_HU\": 488.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 522.4,\n      \"border_SI_HU\": 458.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 772.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1164.1,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1728.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 35.6,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 420.4\n    },\n    {\n      \"id\": 78365,\n      \"dateTimeUtc\": \"2026-04-21T17:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1132.0,\n      \"border_AT_SI\": 936.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 490.4,\n      \"border_CZ_DE\": 441.1,\n      \"border_CZ_PL\": 320.9,\n      \"border_CZ_SK\": 547.6,\n      \"border_DE_AT\": 49.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 789.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3164.0,\n      \"border_FR_DE\": 1113.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 58.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1261.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 120.2,\n      \"border_PL_SK\": 226.7,\n      \"border_RO_HU\": 521.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 254.1,\n      \"border_SI_HU\": 195.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1074.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 928.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3154.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 352.6\n    },\n    {\n      \"id\": 78366,\n      \"dateTimeUtc\": \"2026-04-21T17:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1158.7,\n      \"border_AT_SI\": 955.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 461.6,\n      \"border_CZ_DE\": 357.5,\n      \"border_CZ_PL\": 339.8,\n      \"border_CZ_SK\": 565.0,\n      \"border_DE_AT\": 104.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 932.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3202.8,\n      \"border_FR_DE\": 1084.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 67.5,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1186.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 17.7,\n      \"border_PL_SK\": 225.2,\n      \"border_RO_HU\": 539.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 270.4,\n      \"border_SI_HU\": 202.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1055.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 1623.4,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3084.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 324.9\n    },\n    {\n      \"id\": 78367,\n      \"dateTimeUtc\": \"2026-04-21T17:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 84.7,\n      \"border_AT_HU\": 1119.1,\n      \"border_AT_SI\": 770.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 317.1,\n      \"border_CZ_DE\": 401.8,\n      \"border_CZ_PL\": 453.0,\n      \"border_CZ_SK\": 490.6,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1033.3,\n      \"border_DE_PL\": 51.2,\n      \"border_FR_BE\": 3183.1,\n      \"border_FR_DE\": 1135.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 6.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1014.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 37.6,\n      \"border_RO_HU\": 464.6,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 354.7,\n      \"border_SI_HU\": 348.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 945.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3258.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 235.3\n    },\n    {\n      \"id\": 78368,\n      \"dateTimeUtc\": \"2026-04-21T17:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 180.0,\n      \"border_AT_HU\": 1153.6,\n      \"border_AT_SI\": 826.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 287.0,\n      \"border_CZ_DE\": 467.0,\n      \"border_CZ_PL\": 450.7,\n      \"border_CZ_SK\": 499.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1211.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3193.9,\n      \"border_FR_DE\": 1144.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 29.9,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 838.4,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 16.2,\n      \"border_PL_SK\": 48.2,\n      \"border_RO_HU\": 483.3,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 357.1,\n      \"border_SI_HU\": 327.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 941.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3238.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 339.7\n    },\n    {\n      \"id\": 78369,\n      \"dateTimeUtc\": \"2026-04-21T18:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 532.6,\n      \"border_AT_HU\": 1269.5,\n      \"border_AT_SI\": 1018.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 149.9,\n      \"border_CZ_DE\": 682.5,\n      \"border_CZ_PL\": 769.6,\n      \"border_CZ_SK\": 560.7,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1539.3,\n      \"border_DE_PL\": 87.1,\n      \"border_FR_BE\": 3457.1,\n      \"border_FR_DE\": 1091.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 84.1,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 826.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 457.9,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 335.2,\n      \"border_SI_HU\": 251.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 858.8,\n      \"border_SK_PL\": 208.9,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3228.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 273.9\n    },\n    {\n      \"id\": 78370,\n      \"dateTimeUtc\": \"2026-04-21T18:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 504.7,\n      \"border_AT_HU\": 1306.4,\n      \"border_AT_SI\": 1090.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 125.4,\n      \"border_CZ_DE\": 630.0,\n      \"border_CZ_PL\": 828.9,\n      \"border_CZ_SK\": 575.1,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1798.3,\n      \"border_DE_PL\": 198.8,\n      \"border_FR_BE\": 3608.4,\n      \"border_FR_DE\": 1006.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 115.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 804.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 489.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 331.2,\n      \"border_SI_HU\": 216.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 856.7,\n      \"border_SK_PL\": 253.8,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3189.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 251.1\n    },\n    {\n      \"id\": 78371,\n      \"dateTimeUtc\": \"2026-04-21T18:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 495.4,\n      \"border_AT_HU\": 1275.9,\n      \"border_AT_SI\": 1071.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 166.6,\n      \"border_CZ_DE\": 662.0,\n      \"border_CZ_PL\": 835.3,\n      \"border_CZ_SK\": 573.6,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1962.6,\n      \"border_DE_PL\": 173.3,\n      \"border_FR_BE\": 3707.7,\n      \"border_FR_DE\": 953.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 114.8,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 791.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 551.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 318.8,\n      \"border_SI_HU\": 204.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 868.9,\n      \"border_SK_PL\": 261.6,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3107.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 185.4\n    },\n    {\n      \"id\": 78372,\n      \"dateTimeUtc\": \"2026-04-21T18:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 450.7,\n      \"border_AT_HU\": 1223.5,\n      \"border_AT_SI\": 1041.3,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 238.5,\n      \"border_CZ_DE\": 689.2,\n      \"border_CZ_PL\": 838.0,\n      \"border_CZ_SK\": 568.5,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 1990.1,\n      \"border_DE_PL\": 148.8,\n      \"border_FR_BE\": 3718.1,\n      \"border_FR_DE\": 940.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 110.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 787.7,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 0.0,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 647.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 292.3,\n      \"border_SI_HU\": 182.3,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 893.5,\n      \"border_SK_PL\": 269.5,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 3051.9,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 196.5\n    },\n    {\n      \"id\": 78373,\n      \"dateTimeUtc\": \"2026-04-21T19:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 682.8,\n      \"border_AT_HU\": 1107.0,\n      \"border_AT_SI\": 757.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 156.5,\n      \"border_CZ_DE\": 839.3,\n      \"border_CZ_PL\": 519.8,\n      \"border_CZ_SK\": 417.7,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2563.4,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3907.0,\n      \"border_FR_DE\": 910.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 26.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 433.1,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 319.5,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 557.1,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 375.7,\n      \"border_SI_HU\": 349.6,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 845.8,\n      \"border_SK_PL\": 102.1,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2038.3,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 297.2\n    },\n    {\n      \"id\": 78374,\n      \"dateTimeUtc\": \"2026-04-21T19:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 667.3,\n      \"border_AT_HU\": 1044.4,\n      \"border_AT_SI\": 631.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 192.6,\n      \"border_CZ_DE\": 859.9,\n      \"border_CZ_PL\": 543.2,\n      \"border_CZ_SK\": 395.9,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2628.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3918.7,\n      \"border_FR_DE\": 905.2,\n      \"border_HR_HU\": 33.6,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 0.0,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 384.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 316.7,\n      \"border_PL_SK\": 0.0,\n      \"border_RO_HU\": 458.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 378.9,\n      \"border_SI_HU\": 412.5,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 841.1,\n      \"border_SK_PL\": 147.3,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1990.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 327.2\n    },\n    {\n      \"id\": 78375,\n      \"dateTimeUtc\": \"2026-04-21T19:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 581.4,\n      \"border_AT_HU\": 1066.2,\n      \"border_AT_SI\": 776.8,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 318.1,\n      \"border_CZ_DE\": 899.5,\n      \"border_CZ_PL\": 454.6,\n      \"border_CZ_SK\": 479.4,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2722.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3946.7,\n      \"border_FR_DE\": 871.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 10.3,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 353.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 444.9,\n      \"border_PL_SK\": 24.8,\n      \"border_RO_HU\": 592.8,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 299.7,\n      \"border_SI_HU\": 289.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 904.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1933.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 332.0\n    },\n    {\n      \"id\": 78376,\n      \"dateTimeUtc\": \"2026-04-21T19:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 620.4,\n      \"border_AT_HU\": 1067.2,\n      \"border_AT_SI\": 940.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 395.7,\n      \"border_CZ_DE\": 1016.1,\n      \"border_CZ_PL\": 374.5,\n      \"border_CZ_SK\": 448.8,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2637.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 3927.5,\n      \"border_FR_DE\": 885.5,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 69.2,\n      \"border_HU_RO\": 0.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 404.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 641.6,\n      \"border_PL_SK\": 74.3,\n      \"border_RO_HU\": 561.4,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 195.7,\n      \"border_SI_HU\": 126.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1014.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1919.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 371.0\n    },\n    {\n      \"id\": 78377,\n      \"dateTimeUtc\": \"2026-04-21T20:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 288.4,\n      \"border_AT_HU\": 1034.4,\n      \"border_AT_SI\": 976.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 548.1,\n      \"border_CZ_DE\": 836.6,\n      \"border_CZ_PL\": 171.7,\n      \"border_CZ_SK\": 447.7,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3040.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4385.4,\n      \"border_FR_DE\": 553.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 196.4,\n      \"border_HU_RO\": 48.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 791.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 664.9,\n      \"border_PL_SK\": 276.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 254.1,\n      \"border_SI_HU\": 57.7,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1134.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1944.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 370.6\n    },\n    {\n      \"id\": 78378,\n      \"dateTimeUtc\": \"2026-04-21T20:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 131.0,\n      \"border_AT_HU\": 1119.6,\n      \"border_AT_SI\": 1166.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 650.9,\n      \"border_CZ_DE\": 781.9,\n      \"border_CZ_PL\": 95.7,\n      \"border_CZ_SK\": 465.1,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3174.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4429.3,\n      \"border_FR_DE\": 497.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 226.5,\n      \"border_HU_RO\": 259.6,\n      \"border_HU_SI\": 46.3,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 756.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 686.2,\n      \"border_PL_SK\": 369.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 180.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1305.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1880.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 417.6\n    },\n    {\n      \"id\": 78379,\n      \"dateTimeUtc\": \"2026-04-21T20:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 74.1,\n      \"border_AT_HU\": 1169.8,\n      \"border_AT_SI\": 1223.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 651.6,\n      \"border_CZ_DE\": 725.7,\n      \"border_CZ_PL\": 160.8,\n      \"border_CZ_SK\": 527.5,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 3078.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4421.3,\n      \"border_FR_DE\": 487.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 204.3,\n      \"border_HU_RO\": 384.2,\n      \"border_HU_SI\": 54.1,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 856.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 564.9,\n      \"border_PL_SK\": 366.6,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 150.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1294.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1920.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 461.8\n    },\n    {\n      \"id\": 78380,\n      \"dateTimeUtc\": \"2026-04-21T20:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 236.0,\n      \"border_AT_HU\": 1106.1,\n      \"border_AT_SI\": 1100.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 645.8,\n      \"border_CZ_DE\": 881.8,\n      \"border_CZ_PL\": 79.1,\n      \"border_CZ_SK\": 466.0,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2987.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4381.1,\n      \"border_FR_DE\": 545.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 140.8,\n      \"border_HU_RO\": 446.6,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 848.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 802.7,\n      \"border_PL_SK\": 386.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 146.8,\n      \"border_SI_HU\": 6.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1285.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1920.5,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 501.7\n    },\n    {\n      \"id\": 78381,\n      \"dateTimeUtc\": \"2026-04-21T21:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1114.1,\n      \"border_AT_SI\": 1165.9,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 904.1,\n      \"border_CZ_DE\": 722.0,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 477.9,\n      \"border_DE_AT\": 182.1,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2894.3,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4318.7,\n      \"border_FR_DE\": 496.4,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 253.4,\n      \"border_HU_RO\": 580.3,\n      \"border_HU_SI\": 51.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 928.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 109.3,\n      \"border_PL_DE\": 831.3,\n      \"border_PL_SK\": 587.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 201.6,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1540.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2021.7,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 507.2\n    },\n    {\n      \"id\": 78382,\n      \"dateTimeUtc\": \"2026-04-21T21:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1102.4,\n      \"border_AT_SI\": 1153.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 900.8,\n      \"border_CZ_DE\": 808.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 459.0,\n      \"border_DE_AT\": 92.3,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2844.5,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4295.9,\n      \"border_FR_DE\": 526.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 215.0,\n      \"border_HU_RO\": 680.8,\n      \"border_HU_SI\": 51.2,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 924.5,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 93.7,\n      \"border_PL_DE\": 902.3,\n      \"border_PL_SK\": 552.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 163.7,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1544.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2028.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 539.2\n    },\n    {\n      \"id\": 78383,\n      \"dateTimeUtc\": \"2026-04-21T21:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1101.9,\n      \"border_AT_SI\": 1124.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 866.0,\n      \"border_CZ_DE\": 834.8,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 461.4,\n      \"border_DE_AT\": 31.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2706.0,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4226.6,\n      \"border_FR_DE\": 577.0,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 169.1,\n      \"border_HU_RO\": 699.6,\n      \"border_HU_SI\": 22.8,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 943.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 42.8,\n      \"border_PL_DE\": 877.6,\n      \"border_PL_SK\": 504.2,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 146.2,\n      \"border_SI_HU\": 0.0,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1506.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2012.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 556.3\n    },\n    {\n      \"id\": 78384,\n      \"dateTimeUtc\": \"2026-04-21T21:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 172.5,\n      \"border_AT_HU\": 1052.1,\n      \"border_AT_SI\": 1026.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 865.4,\n      \"border_CZ_DE\": 1037.8,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 399.7,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2793.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4240.4,\n      \"border_FR_DE\": 615.7,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 112.1,\n      \"border_HU_RO\": 841.3,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 831.2,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 173.4,\n      \"border_PL_DE\": 1211.3,\n      \"border_PL_SK\": 573.1,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 137.9,\n      \"border_SI_HU\": 25.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1517.8,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 1796.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 419.7\n    },\n    {\n      \"id\": 78385,\n      \"dateTimeUtc\": \"2026-04-21T22:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 971.1,\n      \"border_AT_SI\": 787.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 905.8,\n      \"border_CZ_DE\": 863.9,\n      \"border_CZ_PL\": 26.2,\n      \"border_CZ_SK\": 470.9,\n      \"border_DE_AT\": 41.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2626.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4244.3,\n      \"border_FR_DE\": 551.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 275.0,\n      \"border_HU_RO\": 8.4,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1065.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 0.0,\n      \"border_PL_DE\": 837.6,\n      \"border_PL_SK\": 444.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 459.1,\n      \"border_SI_HU\": 184.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1405.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2337.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 481.4\n    },\n    {\n      \"id\": 78386,\n      \"dateTimeUtc\": \"2026-04-21T22:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1014.2,\n      \"border_AT_SI\": 857.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 979.3,\n      \"border_CZ_DE\": 942.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 476.5,\n      \"border_DE_AT\": 36.7,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2606.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4232.1,\n      \"border_FR_DE\": 561.3,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 263.7,\n      \"border_HU_RO\": 225.8,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1063.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 50.5,\n      \"border_PL_DE\": 993.1,\n      \"border_PL_SK\": 526.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 420.4,\n      \"border_SI_HU\": 156.7,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1517.0,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2294.6,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 321.7\n    },\n    {\n      \"id\": 78387,\n      \"dateTimeUtc\": \"2026-04-21T22:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1023.4,\n      \"border_AT_SI\": 894.6,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 979.1,\n      \"border_CZ_DE\": 945.9,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 467.6,\n      \"border_DE_AT\": 33.2,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2601.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4240.7,\n      \"border_FR_DE\": 556.2,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 254.0,\n      \"border_HU_RO\": 324.6,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1082.9,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 41.2,\n      \"border_PL_DE\": 987.0,\n      \"border_PL_SK\": 508.8,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 382.8,\n      \"border_SI_HU\": 128.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1534.9,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2254.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 336.2\n    },\n    {\n      \"id\": 78388,\n      \"dateTimeUtc\": \"2026-04-21T22:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 1025.2,\n      \"border_AT_SI\": 866.0,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 956.6,\n      \"border_CZ_DE\": 949.2,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 457.1,\n      \"border_DE_AT\": 7.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2739.6,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4259.3,\n      \"border_FR_DE\": 551.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 219.6,\n      \"border_HU_RO\": 458.9,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 967.8,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 38.6,\n      \"border_PL_DE\": 987.8,\n      \"border_PL_SK\": 495.7,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 378.8,\n      \"border_SI_HU\": 159.2,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1524.6,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2126.1,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 371.3\n    },\n    {\n      \"id\": 78389,\n      \"dateTimeUtc\": \"2026-04-21T23:00:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 964.6,\n      \"border_AT_SI\": 889.7,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 982.3,\n      \"border_CZ_DE\": 952.8,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 399.4,\n      \"border_DE_AT\": 29.4,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2527.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4224.6,\n      \"border_FR_DE\": 587.1,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 176.8,\n      \"border_HU_RO\": 603.8,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1110.3,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 161.9,\n      \"border_PL_DE\": 1114.7,\n      \"border_PL_SK\": 561.3,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 251.6,\n      \"border_SI_HU\": 74.9,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1547.4,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2161.8,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 393.6\n    },\n    {\n      \"id\": 78390,\n      \"dateTimeUtc\": \"2026-04-21T23:15:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 0.0,\n      \"border_AT_HU\": 986.9,\n      \"border_AT_SI\": 952.1,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 992.2,\n      \"border_CZ_DE\": 915.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 410.9,\n      \"border_DE_AT\": 76.9,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2519.8,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4232.0,\n      \"border_FR_DE\": 571.6,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 186.6,\n      \"border_HU_RO\": 674.1,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1140.6,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 139.1,\n      \"border_PL_DE\": 1054.4,\n      \"border_PL_SK\": 550.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 221.4,\n      \"border_SI_HU\": 34.8,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1568.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2152.4,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 416.3\n    },\n    {\n      \"id\": 78391,\n      \"dateTimeUtc\": \"2026-04-21T23:30:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 51.4,\n      \"border_AT_HU\": 972.9,\n      \"border_AT_SI\": 776.5,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 907.9,\n      \"border_CZ_DE\": 959.3,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 400.6,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2509.7,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4208.7,\n      \"border_FR_DE\": 612.9,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 93.9,\n      \"border_HU_RO\": 878.0,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1086.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 43.4,\n      \"border_PL_DE\": 1002.8,\n      \"border_PL_SK\": 444.0,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 290.3,\n      \"border_SI_HU\": 196.4,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1480.3,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2169.2,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 457.3\n    },\n    {\n      \"id\": 78392,\n      \"dateTimeUtc\": \"2026-04-21T23:45:00Z\",\n      \"border_AT_CZ\": 0.0,\n      \"border_AT_DE\": 18.5,\n      \"border_AT_HU\": 962.6,\n      \"border_AT_SI\": 951.4,\n      \"border_BE_DE\": 0.0,\n      \"border_BE_FR\": 0.0,\n      \"border_BE_NL\": 0.0,\n      \"border_CZ_AT\": 1029.1,\n      \"border_CZ_DE\": 1047.6,\n      \"border_CZ_PL\": 0.0,\n      \"border_CZ_SK\": 383.5,\n      \"border_DE_AT\": 0.0,\n      \"border_DE_BE\": 0.0,\n      \"border_DE_CZ\": 0.0,\n      \"border_DE_FR\": 0.0,\n      \"border_DE_NL\": 2577.2,\n      \"border_DE_PL\": 0.0,\n      \"border_FR_BE\": 4225.0,\n      \"border_FR_DE\": 595.8,\n      \"border_HR_HU\": 0.0,\n      \"border_HR_SI\": 0.0,\n      \"border_HU_AT\": 0.0,\n      \"border_HU_HR\": 175.8,\n      \"border_HU_RO\": 796.6,\n      \"border_HU_SI\": 0.0,\n      \"border_HU_SK\": 0.0,\n      \"border_NL_BE\": 1052.0,\n      \"border_NL_DE\": 0.0,\n      \"border_PL_CZ\": 214.4,\n      \"border_PL_DE\": 1262.0,\n      \"border_PL_SK\": 597.9,\n      \"border_RO_HU\": 0.0,\n      \"border_SI_AT\": 0.0,\n      \"border_SI_HR\": 186.9,\n      \"border_SI_HU\": 11.1,\n      \"border_SK_CZ\": 0.0,\n      \"border_SK_HU\": 1608.2,\n      \"border_SK_PL\": 0.0,\n      \"border_FR_ES\": 2400.0,\n      \"border_ES_FR\": 0.0,\n      \"border_DK1_DE\": 2076.0,\n      \"border_DE_DK1\": 0.0,\n      \"border_DK1_NL\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK2\": 0.0,\n      \"border_DK2_DE\": 503.2\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/nordic_max_bex.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 30440,\n      \"dateTimeUtc\": \"2026-04-20T00:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 554.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1789.0,\n      \"border_NO3_SE2\": 1739.0,\n      \"border_NO3_NO1\": 1793.0,\n      \"border_SE2_SE3\": 7546.0,\n      \"border_NO5_NO1\": 2231.0,\n      \"border_NO1_SE3\": 2339.0,\n      \"border_NO5_NO2\": 1429.0,\n      \"border_NO1_NO2\": 2656.0,\n      \"border_DK2_SE4\": 1378.0,\n      \"border_SE3_SE4\": 3018.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1793.0,\n      \"border_SE1_NO4\": 1211.0,\n      \"border_FI_NO4\": 789.0,\n      \"border_SE2_NO4\": 1247.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1203.0,\n      \"border_NO1_NO3\": 874.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 2024.0,\n      \"border_NO2_NO5\": 1342.0,\n      \"border_NO2_NO1\": 2916.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1177.0,\n      \"border_NO5_NO3\": 909.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30441,\n      \"dateTimeUtc\": \"2026-04-20T00:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 554.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1789.0,\n      \"border_NO3_SE2\": 1739.0,\n      \"border_NO3_NO1\": 1793.0,\n      \"border_SE2_SE3\": 7546.0,\n      \"border_NO5_NO1\": 2231.0,\n      \"border_NO1_SE3\": 2339.0,\n      \"border_NO5_NO2\": 1429.0,\n      \"border_NO1_NO2\": 2656.0,\n      \"border_DK2_SE4\": 1378.0,\n      \"border_SE3_SE4\": 3018.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1793.0,\n      \"border_SE1_NO4\": 1211.0,\n      \"border_FI_NO4\": 789.0,\n      \"border_SE2_NO4\": 1247.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1203.0,\n      \"border_NO1_NO3\": 874.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 2024.0,\n      \"border_NO2_NO5\": 1342.0,\n      \"border_NO2_NO1\": 2916.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1177.0,\n      \"border_NO5_NO3\": 909.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30442,\n      \"dateTimeUtc\": \"2026-04-20T00:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 554.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1789.0,\n      \"border_NO3_SE2\": 1739.0,\n      \"border_NO3_NO1\": 1793.0,\n      \"border_SE2_SE3\": 7546.0,\n      \"border_NO5_NO1\": 2231.0,\n      \"border_NO1_SE3\": 2339.0,\n      \"border_NO5_NO2\": 1429.0,\n      \"border_NO1_NO2\": 2656.0,\n      \"border_DK2_SE4\": 1378.0,\n      \"border_SE3_SE4\": 3018.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1793.0,\n      \"border_SE1_NO4\": 1211.0,\n      \"border_FI_NO4\": 789.0,\n      \"border_SE2_NO4\": 1247.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1203.0,\n      \"border_NO1_NO3\": 874.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 2024.0,\n      \"border_NO2_NO5\": 1342.0,\n      \"border_NO2_NO1\": 2916.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1177.0,\n      \"border_NO5_NO3\": 909.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30443,\n      \"dateTimeUtc\": \"2026-04-20T00:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 554.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1789.0,\n      \"border_NO3_SE2\": 1739.0,\n      \"border_NO3_NO1\": 1793.0,\n      \"border_SE2_SE3\": 7546.0,\n      \"border_NO5_NO1\": 2231.0,\n      \"border_NO1_SE3\": 2339.0,\n      \"border_NO5_NO2\": 1429.0,\n      \"border_NO1_NO2\": 2656.0,\n      \"border_DK2_SE4\": 1378.0,\n      \"border_SE3_SE4\": 3018.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1793.0,\n      \"border_SE1_NO4\": 1211.0,\n      \"border_FI_NO4\": 789.0,\n      \"border_SE2_NO4\": 1247.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1203.0,\n      \"border_NO1_NO3\": 874.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 2024.0,\n      \"border_NO2_NO5\": 1342.0,\n      \"border_NO2_NO1\": 2916.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1177.0,\n      \"border_NO5_NO3\": 909.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30444,\n      \"dateTimeUtc\": \"2026-04-20T01:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 473.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1709.0,\n      \"border_NO3_NO1\": 1709.0,\n      \"border_SE2_SE3\": 7605.0,\n      \"border_NO5_NO1\": 2242.0,\n      \"border_NO1_SE3\": 2329.0,\n      \"border_NO5_NO2\": 1444.0,\n      \"border_NO1_NO2\": 2651.0,\n      \"border_DK2_SE4\": 1383.0,\n      \"border_SE3_SE4\": 3047.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1204.0,\n      \"border_SE1_NO4\": 1200.0,\n      \"border_FI_NO4\": 807.0,\n      \"border_SE2_NO4\": 1234.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1150.0,\n      \"border_NO1_NO3\": 851.0,\n      \"border_SE3_SE2\": 6153.0,\n      \"border_NO1_NO5\": 1075.0,\n      \"border_SE3_NO1\": 1937.0,\n      \"border_NO2_NO5\": 1091.0,\n      \"border_NO2_NO1\": 3014.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1199.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30445,\n      \"dateTimeUtc\": \"2026-04-20T01:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 473.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1709.0,\n      \"border_NO3_NO1\": 1709.0,\n      \"border_SE2_SE3\": 7605.0,\n      \"border_NO5_NO1\": 2242.0,\n      \"border_NO1_SE3\": 2329.0,\n      \"border_NO5_NO2\": 1444.0,\n      \"border_NO1_NO2\": 2651.0,\n      \"border_DK2_SE4\": 1383.0,\n      \"border_SE3_SE4\": 3047.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1204.0,\n      \"border_SE1_NO4\": 1200.0,\n      \"border_FI_NO4\": 807.0,\n      \"border_SE2_NO4\": 1234.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1150.0,\n      \"border_NO1_NO3\": 851.0,\n      \"border_SE3_SE2\": 6153.0,\n      \"border_NO1_NO5\": 1075.0,\n      \"border_SE3_NO1\": 1937.0,\n      \"border_NO2_NO5\": 1091.0,\n      \"border_NO2_NO1\": 3014.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1199.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30446,\n      \"dateTimeUtc\": \"2026-04-20T01:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 473.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1709.0,\n      \"border_NO3_NO1\": 1709.0,\n      \"border_SE2_SE3\": 7605.0,\n      \"border_NO5_NO1\": 2242.0,\n      \"border_NO1_SE3\": 2329.0,\n      \"border_NO5_NO2\": 1444.0,\n      \"border_NO1_NO2\": 2651.0,\n      \"border_DK2_SE4\": 1383.0,\n      \"border_SE3_SE4\": 3047.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1204.0,\n      \"border_SE1_NO4\": 1200.0,\n      \"border_FI_NO4\": 807.0,\n      \"border_SE2_NO4\": 1234.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1150.0,\n      \"border_NO1_NO3\": 851.0,\n      \"border_SE3_SE2\": 6153.0,\n      \"border_NO1_NO5\": 1075.0,\n      \"border_SE3_NO1\": 1937.0,\n      \"border_NO2_NO5\": 1091.0,\n      \"border_NO2_NO1\": 3014.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1199.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30447,\n      \"dateTimeUtc\": \"2026-04-20T01:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 473.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1709.0,\n      \"border_NO3_NO1\": 1709.0,\n      \"border_SE2_SE3\": 7605.0,\n      \"border_NO5_NO1\": 2242.0,\n      \"border_NO1_SE3\": 2329.0,\n      \"border_NO5_NO2\": 1444.0,\n      \"border_NO1_NO2\": 2651.0,\n      \"border_DK2_SE4\": 1383.0,\n      \"border_SE3_SE4\": 3047.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1204.0,\n      \"border_SE1_NO4\": 1200.0,\n      \"border_FI_NO4\": 807.0,\n      \"border_SE2_NO4\": 1234.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1150.0,\n      \"border_NO1_NO3\": 851.0,\n      \"border_SE3_SE2\": 6153.0,\n      \"border_NO1_NO5\": 1075.0,\n      \"border_SE3_NO1\": 1937.0,\n      \"border_NO2_NO5\": 1091.0,\n      \"border_NO2_NO1\": 3014.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1199.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30448,\n      \"dateTimeUtc\": \"2026-04-20T02:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 444.0,\n      \"border_NO4_FI\": 443.0,\n      \"border_NO4_SE2\": 521.0,\n      \"border_NO4_NO3\": 688.0,\n      \"border_SE1_SE2\": 1765.0,\n      \"border_NO3_SE2\": 1730.0,\n      \"border_NO3_NO1\": 1730.0,\n      \"border_SE2_SE3\": 7608.0,\n      \"border_NO5_NO1\": 2165.0,\n      \"border_NO1_SE3\": 2343.0,\n      \"border_NO5_NO2\": 1460.0,\n      \"border_NO1_NO2\": 2590.0,\n      \"border_DK2_SE4\": 1407.0,\n      \"border_SE3_SE4\": 3021.0,\n      \"border_SE1_FI\": 522.0,\n      \"border_NO3_NO5\": 1730.0,\n      \"border_SE1_NO4\": 1225.0,\n      \"border_FI_NO4\": 821.0,\n      \"border_SE2_NO4\": 1259.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2835.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 819.0,\n      \"border_SE3_SE2\": 6174.0,\n      \"border_NO1_NO5\": 2467.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1569.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1223.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30449,\n      \"dateTimeUtc\": \"2026-04-20T02:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 444.0,\n      \"border_NO4_FI\": 443.0,\n      \"border_NO4_SE2\": 521.0,\n      \"border_NO4_NO3\": 688.0,\n      \"border_SE1_SE2\": 1765.0,\n      \"border_NO3_SE2\": 1730.0,\n      \"border_NO3_NO1\": 1730.0,\n      \"border_SE2_SE3\": 7608.0,\n      \"border_NO5_NO1\": 2165.0,\n      \"border_NO1_SE3\": 2343.0,\n      \"border_NO5_NO2\": 1460.0,\n      \"border_NO1_NO2\": 2590.0,\n      \"border_DK2_SE4\": 1407.0,\n      \"border_SE3_SE4\": 3021.0,\n      \"border_SE1_FI\": 522.0,\n      \"border_NO3_NO5\": 1730.0,\n      \"border_SE1_NO4\": 1225.0,\n      \"border_FI_NO4\": 821.0,\n      \"border_SE2_NO4\": 1259.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2835.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 819.0,\n      \"border_SE3_SE2\": 6174.0,\n      \"border_NO1_NO5\": 2467.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1569.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1223.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30450,\n      \"dateTimeUtc\": \"2026-04-20T02:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 444.0,\n      \"border_NO4_FI\": 443.0,\n      \"border_NO4_SE2\": 521.0,\n      \"border_NO4_NO3\": 688.0,\n      \"border_SE1_SE2\": 1765.0,\n      \"border_NO3_SE2\": 1730.0,\n      \"border_NO3_NO1\": 1730.0,\n      \"border_SE2_SE3\": 7608.0,\n      \"border_NO5_NO1\": 2165.0,\n      \"border_NO1_SE3\": 2343.0,\n      \"border_NO5_NO2\": 1460.0,\n      \"border_NO1_NO2\": 2590.0,\n      \"border_DK2_SE4\": 1407.0,\n      \"border_SE3_SE4\": 3021.0,\n      \"border_SE1_FI\": 522.0,\n      \"border_NO3_NO5\": 1730.0,\n      \"border_SE1_NO4\": 1225.0,\n      \"border_FI_NO4\": 821.0,\n      \"border_SE2_NO4\": 1259.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2835.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 819.0,\n      \"border_SE3_SE2\": 6174.0,\n      \"border_NO1_NO5\": 2467.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1569.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1223.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30451,\n      \"dateTimeUtc\": \"2026-04-20T02:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 444.0,\n      \"border_NO4_FI\": 443.0,\n      \"border_NO4_SE2\": 521.0,\n      \"border_NO4_NO3\": 688.0,\n      \"border_SE1_SE2\": 1765.0,\n      \"border_NO3_SE2\": 1730.0,\n      \"border_NO3_NO1\": 1730.0,\n      \"border_SE2_SE3\": 7608.0,\n      \"border_NO5_NO1\": 2165.0,\n      \"border_NO1_SE3\": 2343.0,\n      \"border_NO5_NO2\": 1460.0,\n      \"border_NO1_NO2\": 2590.0,\n      \"border_DK2_SE4\": 1407.0,\n      \"border_SE3_SE4\": 3021.0,\n      \"border_SE1_FI\": 522.0,\n      \"border_NO3_NO5\": 1730.0,\n      \"border_SE1_NO4\": 1225.0,\n      \"border_FI_NO4\": 821.0,\n      \"border_SE2_NO4\": 1259.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2835.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 819.0,\n      \"border_SE3_SE2\": 6174.0,\n      \"border_NO1_NO5\": 2467.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1569.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1223.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30452,\n      \"dateTimeUtc\": \"2026-04-20T03:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 441.0,\n      \"border_NO4_FI\": 440.0,\n      \"border_NO4_SE2\": 517.0,\n      \"border_NO4_NO3\": 678.0,\n      \"border_SE1_SE2\": 1763.0,\n      \"border_NO3_SE2\": 1373.0,\n      \"border_NO3_NO1\": 1373.0,\n      \"border_SE2_SE3\": 7598.0,\n      \"border_NO5_NO1\": 1796.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 1210.0,\n      \"border_NO1_NO2\": 2453.0,\n      \"border_DK2_SE4\": 1376.0,\n      \"border_SE3_SE4\": 2957.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1373.0,\n      \"border_SE1_NO4\": 1216.0,\n      \"border_FI_NO4\": 879.0,\n      \"border_SE2_NO4\": 1251.0,\n      \"border_NO3_NO4\": 1373.0,\n      \"border_SE2_SE1\": 2822.0,\n      \"border_SE2_NO3\": 1118.0,\n      \"border_NO1_NO3\": 717.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 2433.0,\n      \"border_SE3_NO1\": 1884.0,\n      \"border_NO2_NO5\": 1573.0,\n      \"border_NO2_NO1\": 3139.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1325.0,\n      \"border_NO5_NO3\": 747.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30453,\n      \"dateTimeUtc\": \"2026-04-20T03:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 441.0,\n      \"border_NO4_FI\": 440.0,\n      \"border_NO4_SE2\": 517.0,\n      \"border_NO4_NO3\": 678.0,\n      \"border_SE1_SE2\": 1763.0,\n      \"border_NO3_SE2\": 1373.0,\n      \"border_NO3_NO1\": 1373.0,\n      \"border_SE2_SE3\": 7598.0,\n      \"border_NO5_NO1\": 1796.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 1210.0,\n      \"border_NO1_NO2\": 2453.0,\n      \"border_DK2_SE4\": 1376.0,\n      \"border_SE3_SE4\": 2957.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1373.0,\n      \"border_SE1_NO4\": 1216.0,\n      \"border_FI_NO4\": 879.0,\n      \"border_SE2_NO4\": 1251.0,\n      \"border_NO3_NO4\": 1373.0,\n      \"border_SE2_SE1\": 2822.0,\n      \"border_SE2_NO3\": 1118.0,\n      \"border_NO1_NO3\": 717.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 2433.0,\n      \"border_SE3_NO1\": 1884.0,\n      \"border_NO2_NO5\": 1573.0,\n      \"border_NO2_NO1\": 3139.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1325.0,\n      \"border_NO5_NO3\": 747.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30454,\n      \"dateTimeUtc\": \"2026-04-20T03:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 441.0,\n      \"border_NO4_FI\": 440.0,\n      \"border_NO4_SE2\": 517.0,\n      \"border_NO4_NO3\": 678.0,\n      \"border_SE1_SE2\": 1763.0,\n      \"border_NO3_SE2\": 1373.0,\n      \"border_NO3_NO1\": 1373.0,\n      \"border_SE2_SE3\": 7598.0,\n      \"border_NO5_NO1\": 1796.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 1210.0,\n      \"border_NO1_NO2\": 2453.0,\n      \"border_DK2_SE4\": 1376.0,\n      \"border_SE3_SE4\": 2957.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1373.0,\n      \"border_SE1_NO4\": 1216.0,\n      \"border_FI_NO4\": 879.0,\n      \"border_SE2_NO4\": 1251.0,\n      \"border_NO3_NO4\": 1373.0,\n      \"border_SE2_SE1\": 2822.0,\n      \"border_SE2_NO3\": 1118.0,\n      \"border_NO1_NO3\": 717.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 2433.0,\n      \"border_SE3_NO1\": 1884.0,\n      \"border_NO2_NO5\": 1573.0,\n      \"border_NO2_NO1\": 3139.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1325.0,\n      \"border_NO5_NO3\": 747.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30455,\n      \"dateTimeUtc\": \"2026-04-20T03:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 441.0,\n      \"border_NO4_FI\": 440.0,\n      \"border_NO4_SE2\": 517.0,\n      \"border_NO4_NO3\": 678.0,\n      \"border_SE1_SE2\": 1763.0,\n      \"border_NO3_SE2\": 1373.0,\n      \"border_NO3_NO1\": 1373.0,\n      \"border_SE2_SE3\": 7598.0,\n      \"border_NO5_NO1\": 1796.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 1210.0,\n      \"border_NO1_NO2\": 2453.0,\n      \"border_DK2_SE4\": 1376.0,\n      \"border_SE3_SE4\": 2957.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1373.0,\n      \"border_SE1_NO4\": 1216.0,\n      \"border_FI_NO4\": 879.0,\n      \"border_SE2_NO4\": 1251.0,\n      \"border_NO3_NO4\": 1373.0,\n      \"border_SE2_SE1\": 2822.0,\n      \"border_SE2_NO3\": 1118.0,\n      \"border_NO1_NO3\": 717.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 2433.0,\n      \"border_SE3_NO1\": 1884.0,\n      \"border_NO2_NO5\": 1573.0,\n      \"border_NO2_NO1\": 3139.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1325.0,\n      \"border_NO5_NO3\": 747.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30456,\n      \"dateTimeUtc\": \"2026-04-20T04:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 474.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 724.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1075.0,\n      \"border_NO3_NO1\": 1075.0,\n      \"border_SE2_SE3\": 6783.0,\n      \"border_NO5_NO1\": 2467.0,\n      \"border_NO1_SE3\": 1739.0,\n      \"border_NO5_NO2\": 1618.0,\n      \"border_NO1_NO2\": 2552.0,\n      \"border_DK2_SE4\": 1374.0,\n      \"border_SE3_SE4\": 3052.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1075.0,\n      \"border_SE1_NO4\": 1227.0,\n      \"border_FI_NO4\": 795.0,\n      \"border_SE2_NO4\": 1271.0,\n      \"border_NO3_NO4\": 1075.0,\n      \"border_SE2_SE1\": 2804.0,\n      \"border_SE2_NO3\": 1074.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6176.0,\n      \"border_NO1_NO5\": 2084.0,\n      \"border_SE3_NO1\": 1790.0,\n      \"border_NO2_NO5\": 1519.0,\n      \"border_NO2_NO1\": 3355.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1303.0,\n      \"border_NO5_NO3\": 645.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30457,\n      \"dateTimeUtc\": \"2026-04-20T04:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 474.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 724.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1075.0,\n      \"border_NO3_NO1\": 1075.0,\n      \"border_SE2_SE3\": 6783.0,\n      \"border_NO5_NO1\": 2467.0,\n      \"border_NO1_SE3\": 1739.0,\n      \"border_NO5_NO2\": 1618.0,\n      \"border_NO1_NO2\": 2552.0,\n      \"border_DK2_SE4\": 1374.0,\n      \"border_SE3_SE4\": 3052.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1075.0,\n      \"border_SE1_NO4\": 1227.0,\n      \"border_FI_NO4\": 795.0,\n      \"border_SE2_NO4\": 1271.0,\n      \"border_NO3_NO4\": 1075.0,\n      \"border_SE2_SE1\": 2804.0,\n      \"border_SE2_NO3\": 1074.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6176.0,\n      \"border_NO1_NO5\": 2084.0,\n      \"border_SE3_NO1\": 1790.0,\n      \"border_NO2_NO5\": 1519.0,\n      \"border_NO2_NO1\": 3355.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1303.0,\n      \"border_NO5_NO3\": 645.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30458,\n      \"dateTimeUtc\": \"2026-04-20T04:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 474.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 724.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1075.0,\n      \"border_NO3_NO1\": 1075.0,\n      \"border_SE2_SE3\": 6783.0,\n      \"border_NO5_NO1\": 2467.0,\n      \"border_NO1_SE3\": 1739.0,\n      \"border_NO5_NO2\": 1618.0,\n      \"border_NO1_NO2\": 2552.0,\n      \"border_DK2_SE4\": 1374.0,\n      \"border_SE3_SE4\": 3052.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1075.0,\n      \"border_SE1_NO4\": 1227.0,\n      \"border_FI_NO4\": 795.0,\n      \"border_SE2_NO4\": 1271.0,\n      \"border_NO3_NO4\": 1075.0,\n      \"border_SE2_SE1\": 2804.0,\n      \"border_SE2_NO3\": 1074.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6176.0,\n      \"border_NO1_NO5\": 2084.0,\n      \"border_SE3_NO1\": 1790.0,\n      \"border_NO2_NO5\": 1519.0,\n      \"border_NO2_NO1\": 3355.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1303.0,\n      \"border_NO5_NO3\": 645.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30459,\n      \"dateTimeUtc\": \"2026-04-20T04:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 474.0,\n      \"border_NO4_FI\": 471.0,\n      \"border_NO4_SE2\": 555.0,\n      \"border_NO4_NO3\": 724.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1075.0,\n      \"border_NO3_NO1\": 1075.0,\n      \"border_SE2_SE3\": 6783.0,\n      \"border_NO5_NO1\": 2467.0,\n      \"border_NO1_SE3\": 1739.0,\n      \"border_NO5_NO2\": 1618.0,\n      \"border_NO1_NO2\": 2552.0,\n      \"border_DK2_SE4\": 1374.0,\n      \"border_SE3_SE4\": 3052.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1075.0,\n      \"border_SE1_NO4\": 1227.0,\n      \"border_FI_NO4\": 795.0,\n      \"border_SE2_NO4\": 1271.0,\n      \"border_NO3_NO4\": 1075.0,\n      \"border_SE2_SE1\": 2804.0,\n      \"border_SE2_NO3\": 1074.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6176.0,\n      \"border_NO1_NO5\": 2084.0,\n      \"border_SE3_NO1\": 1790.0,\n      \"border_NO2_NO5\": 1519.0,\n      \"border_NO2_NO1\": 3355.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1303.0,\n      \"border_NO5_NO3\": 645.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30460,\n      \"dateTimeUtc\": \"2026-04-20T05:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 580.0,\n      \"border_NO4_NO3\": 762.0,\n      \"border_SE1_SE2\": 1808.0,\n      \"border_NO3_SE2\": 1649.0,\n      \"border_NO3_NO1\": 1906.0,\n      \"border_SE2_SE3\": 6717.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2083.0,\n      \"border_NO5_NO2\": 1639.0,\n      \"border_NO1_NO2\": 2546.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 2995.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1297.0,\n      \"border_SE1_NO4\": 1234.0,\n      \"border_FI_NO4\": 847.0,\n      \"border_SE2_NO4\": 1279.0,\n      \"border_NO3_NO4\": 1655.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 813.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 1150.0,\n      \"border_SE3_NO1\": 1678.0,\n      \"border_NO2_NO5\": 636.0,\n      \"border_NO2_NO1\": 1424.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1274.0,\n      \"border_NO5_NO3\": 844.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30461,\n      \"dateTimeUtc\": \"2026-04-20T05:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 580.0,\n      \"border_NO4_NO3\": 762.0,\n      \"border_SE1_SE2\": 1808.0,\n      \"border_NO3_SE2\": 1649.0,\n      \"border_NO3_NO1\": 1906.0,\n      \"border_SE2_SE3\": 6717.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2083.0,\n      \"border_NO5_NO2\": 1639.0,\n      \"border_NO1_NO2\": 2546.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 2995.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1297.0,\n      \"border_SE1_NO4\": 1234.0,\n      \"border_FI_NO4\": 847.0,\n      \"border_SE2_NO4\": 1279.0,\n      \"border_NO3_NO4\": 1655.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 813.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 1150.0,\n      \"border_SE3_NO1\": 1678.0,\n      \"border_NO2_NO5\": 636.0,\n      \"border_NO2_NO1\": 1424.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1274.0,\n      \"border_NO5_NO3\": 844.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30462,\n      \"dateTimeUtc\": \"2026-04-20T05:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 580.0,\n      \"border_NO4_NO3\": 762.0,\n      \"border_SE1_SE2\": 1808.0,\n      \"border_NO3_SE2\": 1649.0,\n      \"border_NO3_NO1\": 1906.0,\n      \"border_SE2_SE3\": 6717.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2083.0,\n      \"border_NO5_NO2\": 1639.0,\n      \"border_NO1_NO2\": 2546.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 2995.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1297.0,\n      \"border_SE1_NO4\": 1234.0,\n      \"border_FI_NO4\": 847.0,\n      \"border_SE2_NO4\": 1279.0,\n      \"border_NO3_NO4\": 1655.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 813.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 1150.0,\n      \"border_SE3_NO1\": 1678.0,\n      \"border_NO2_NO5\": 636.0,\n      \"border_NO2_NO1\": 1424.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1274.0,\n      \"border_NO5_NO3\": 844.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30463,\n      \"dateTimeUtc\": \"2026-04-20T05:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 580.0,\n      \"border_NO4_NO3\": 762.0,\n      \"border_SE1_SE2\": 1808.0,\n      \"border_NO3_SE2\": 1649.0,\n      \"border_NO3_NO1\": 1906.0,\n      \"border_SE2_SE3\": 6717.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2083.0,\n      \"border_NO5_NO2\": 1639.0,\n      \"border_NO1_NO2\": 2546.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 2995.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1297.0,\n      \"border_SE1_NO4\": 1234.0,\n      \"border_FI_NO4\": 847.0,\n      \"border_SE2_NO4\": 1279.0,\n      \"border_NO3_NO4\": 1655.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 813.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 1150.0,\n      \"border_SE3_NO1\": 1678.0,\n      \"border_NO2_NO5\": 636.0,\n      \"border_NO2_NO1\": 1424.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1274.0,\n      \"border_NO5_NO3\": 844.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30464,\n      \"dateTimeUtc\": \"2026-04-20T06:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 479.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 560.0,\n      \"border_NO4_NO3\": 735.0,\n      \"border_SE1_SE2\": 1800.0,\n      \"border_NO3_SE2\": 1655.0,\n      \"border_NO3_NO1\": 1910.0,\n      \"border_SE2_SE3\": 6522.0,\n      \"border_NO5_NO1\": 2669.0,\n      \"border_NO1_SE3\": 2100.0,\n      \"border_NO5_NO2\": 1653.0,\n      \"border_NO1_NO2\": 2537.0,\n      \"border_DK2_SE4\": 1400.0,\n      \"border_SE3_SE4\": 3027.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1266.0,\n      \"border_SE1_NO4\": 1232.0,\n      \"border_FI_NO4\": 845.0,\n      \"border_SE2_NO4\": 1277.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2798.0,\n      \"border_SE2_NO3\": 1376.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6304.0,\n      \"border_NO1_NO5\": 1141.0,\n      \"border_SE3_NO1\": 1669.0,\n      \"border_NO2_NO5\": 641.0,\n      \"border_NO2_NO1\": 1462.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1298.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30465,\n      \"dateTimeUtc\": \"2026-04-20T06:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 479.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 560.0,\n      \"border_NO4_NO3\": 735.0,\n      \"border_SE1_SE2\": 1800.0,\n      \"border_NO3_SE2\": 1655.0,\n      \"border_NO3_NO1\": 1910.0,\n      \"border_SE2_SE3\": 6522.0,\n      \"border_NO5_NO1\": 2669.0,\n      \"border_NO1_SE3\": 2100.0,\n      \"border_NO5_NO2\": 1653.0,\n      \"border_NO1_NO2\": 2537.0,\n      \"border_DK2_SE4\": 1400.0,\n      \"border_SE3_SE4\": 3027.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1266.0,\n      \"border_SE1_NO4\": 1232.0,\n      \"border_FI_NO4\": 845.0,\n      \"border_SE2_NO4\": 1277.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2798.0,\n      \"border_SE2_NO3\": 1376.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6304.0,\n      \"border_NO1_NO5\": 1141.0,\n      \"border_SE3_NO1\": 1669.0,\n      \"border_NO2_NO5\": 641.0,\n      \"border_NO2_NO1\": 1462.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1298.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30466,\n      \"dateTimeUtc\": \"2026-04-20T06:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 479.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 560.0,\n      \"border_NO4_NO3\": 735.0,\n      \"border_SE1_SE2\": 1800.0,\n      \"border_NO3_SE2\": 1655.0,\n      \"border_NO3_NO1\": 1910.0,\n      \"border_SE2_SE3\": 6522.0,\n      \"border_NO5_NO1\": 2669.0,\n      \"border_NO1_SE3\": 2100.0,\n      \"border_NO5_NO2\": 1653.0,\n      \"border_NO1_NO2\": 2537.0,\n      \"border_DK2_SE4\": 1400.0,\n      \"border_SE3_SE4\": 3027.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1266.0,\n      \"border_SE1_NO4\": 1232.0,\n      \"border_FI_NO4\": 845.0,\n      \"border_SE2_NO4\": 1277.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2798.0,\n      \"border_SE2_NO3\": 1376.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6304.0,\n      \"border_NO1_NO5\": 1141.0,\n      \"border_SE3_NO1\": 1669.0,\n      \"border_NO2_NO5\": 641.0,\n      \"border_NO2_NO1\": 1462.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1298.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30467,\n      \"dateTimeUtc\": \"2026-04-20T06:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 479.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 560.0,\n      \"border_NO4_NO3\": 735.0,\n      \"border_SE1_SE2\": 1800.0,\n      \"border_NO3_SE2\": 1655.0,\n      \"border_NO3_NO1\": 1910.0,\n      \"border_SE2_SE3\": 6522.0,\n      \"border_NO5_NO1\": 2669.0,\n      \"border_NO1_SE3\": 2100.0,\n      \"border_NO5_NO2\": 1653.0,\n      \"border_NO1_NO2\": 2537.0,\n      \"border_DK2_SE4\": 1400.0,\n      \"border_SE3_SE4\": 3027.0,\n      \"border_SE1_FI\": 513.0,\n      \"border_NO3_NO5\": 1266.0,\n      \"border_SE1_NO4\": 1232.0,\n      \"border_FI_NO4\": 845.0,\n      \"border_SE2_NO4\": 1277.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2798.0,\n      \"border_SE2_NO3\": 1376.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6304.0,\n      \"border_NO1_NO5\": 1141.0,\n      \"border_SE3_NO1\": 1669.0,\n      \"border_NO2_NO5\": 641.0,\n      \"border_NO2_NO1\": 1462.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1298.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30468,\n      \"dateTimeUtc\": \"2026-04-20T07:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 579.0,\n      \"border_NO4_NO3\": 757.0,\n      \"border_SE1_SE2\": 1809.0,\n      \"border_NO3_SE2\": 1748.0,\n      \"border_NO3_NO1\": 1996.0,\n      \"border_SE2_SE3\": 6817.0,\n      \"border_NO5_NO1\": 2734.0,\n      \"border_NO1_SE3\": 2056.0,\n      \"border_NO5_NO2\": 1636.0,\n      \"border_NO1_NO2\": 2538.0,\n      \"border_DK2_SE4\": 779.0,\n      \"border_SE3_SE4\": 3135.0,\n      \"border_SE1_FI\": 514.0,\n      \"border_NO3_NO5\": 1374.0,\n      \"border_SE1_NO4\": 1158.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1196.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2791.0,\n      \"border_SE2_NO3\": 1278.0,\n      \"border_NO1_NO3\": 755.0,\n      \"border_SE3_SE2\": 6247.0,\n      \"border_NO1_NO5\": 1224.0,\n      \"border_SE3_NO1\": 1714.0,\n      \"border_NO2_NO5\": 662.0,\n      \"border_NO2_NO1\": 1440.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1295.0,\n      \"border_NO5_NO3\": 785.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30469,\n      \"dateTimeUtc\": \"2026-04-20T07:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 579.0,\n      \"border_NO4_NO3\": 757.0,\n      \"border_SE1_SE2\": 1809.0,\n      \"border_NO3_SE2\": 1748.0,\n      \"border_NO3_NO1\": 1996.0,\n      \"border_SE2_SE3\": 6817.0,\n      \"border_NO5_NO1\": 2734.0,\n      \"border_NO1_SE3\": 2056.0,\n      \"border_NO5_NO2\": 1636.0,\n      \"border_NO1_NO2\": 2538.0,\n      \"border_DK2_SE4\": 779.0,\n      \"border_SE3_SE4\": 3135.0,\n      \"border_SE1_FI\": 514.0,\n      \"border_NO3_NO5\": 1374.0,\n      \"border_SE1_NO4\": 1158.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1196.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2791.0,\n      \"border_SE2_NO3\": 1278.0,\n      \"border_NO1_NO3\": 755.0,\n      \"border_SE3_SE2\": 6247.0,\n      \"border_NO1_NO5\": 1224.0,\n      \"border_SE3_NO1\": 1714.0,\n      \"border_NO2_NO5\": 662.0,\n      \"border_NO2_NO1\": 1440.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1295.0,\n      \"border_NO5_NO3\": 785.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30470,\n      \"dateTimeUtc\": \"2026-04-20T07:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 579.0,\n      \"border_NO4_NO3\": 757.0,\n      \"border_SE1_SE2\": 1809.0,\n      \"border_NO3_SE2\": 1748.0,\n      \"border_NO3_NO1\": 1996.0,\n      \"border_SE2_SE3\": 6817.0,\n      \"border_NO5_NO1\": 2734.0,\n      \"border_NO1_SE3\": 2056.0,\n      \"border_NO5_NO2\": 1636.0,\n      \"border_NO1_NO2\": 2538.0,\n      \"border_DK2_SE4\": 779.0,\n      \"border_SE3_SE4\": 3135.0,\n      \"border_SE1_FI\": 514.0,\n      \"border_NO3_NO5\": 1374.0,\n      \"border_SE1_NO4\": 1158.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1196.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2791.0,\n      \"border_SE2_NO3\": 1278.0,\n      \"border_NO1_NO3\": 755.0,\n      \"border_SE3_SE2\": 6247.0,\n      \"border_NO1_NO5\": 1224.0,\n      \"border_SE3_NO1\": 1714.0,\n      \"border_NO2_NO5\": 662.0,\n      \"border_NO2_NO1\": 1440.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1295.0,\n      \"border_NO5_NO3\": 785.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30471,\n      \"dateTimeUtc\": \"2026-04-20T07:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 493.0,\n      \"border_NO4_FI\": 492.0,\n      \"border_NO4_SE2\": 579.0,\n      \"border_NO4_NO3\": 757.0,\n      \"border_SE1_SE2\": 1809.0,\n      \"border_NO3_SE2\": 1748.0,\n      \"border_NO3_NO1\": 1996.0,\n      \"border_SE2_SE3\": 6817.0,\n      \"border_NO5_NO1\": 2734.0,\n      \"border_NO1_SE3\": 2056.0,\n      \"border_NO5_NO2\": 1636.0,\n      \"border_NO1_NO2\": 2538.0,\n      \"border_DK2_SE4\": 779.0,\n      \"border_SE3_SE4\": 3135.0,\n      \"border_SE1_FI\": 514.0,\n      \"border_NO3_NO5\": 1374.0,\n      \"border_SE1_NO4\": 1158.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1196.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2791.0,\n      \"border_SE2_NO3\": 1278.0,\n      \"border_NO1_NO3\": 755.0,\n      \"border_SE3_SE2\": 6247.0,\n      \"border_NO1_NO5\": 1224.0,\n      \"border_SE3_NO1\": 1714.0,\n      \"border_NO2_NO5\": 662.0,\n      \"border_NO2_NO1\": 1440.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1295.0,\n      \"border_NO5_NO3\": 785.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30472,\n      \"dateTimeUtc\": \"2026-04-20T08:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 512.0,\n      \"border_NO4_FI\": 513.0,\n      \"border_NO4_SE2\": 601.0,\n      \"border_NO4_NO3\": 793.0,\n      \"border_SE1_SE2\": 1816.0,\n      \"border_NO3_SE2\": 1531.0,\n      \"border_NO3_NO1\": 1930.0,\n      \"border_SE2_SE3\": 6708.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 1607.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 794.0,\n      \"border_SE3_SE4\": 3059.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1620.0,\n      \"border_SE1_NO4\": 1149.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1186.0,\n      \"border_NO3_NO4\": 1688.0,\n      \"border_SE2_SE1\": 2771.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1455.0,\n      \"border_SE3_NO1\": 1695.0,\n      \"border_NO2_NO5\": 802.0,\n      \"border_NO2_NO1\": 1789.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1205.0,\n      \"border_NO5_NO3\": 838.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30473,\n      \"dateTimeUtc\": \"2026-04-20T08:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 512.0,\n      \"border_NO4_FI\": 513.0,\n      \"border_NO4_SE2\": 601.0,\n      \"border_NO4_NO3\": 793.0,\n      \"border_SE1_SE2\": 1816.0,\n      \"border_NO3_SE2\": 1531.0,\n      \"border_NO3_NO1\": 1930.0,\n      \"border_SE2_SE3\": 6708.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 1607.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 794.0,\n      \"border_SE3_SE4\": 3059.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1620.0,\n      \"border_SE1_NO4\": 1149.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1186.0,\n      \"border_NO3_NO4\": 1688.0,\n      \"border_SE2_SE1\": 2771.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1455.0,\n      \"border_SE3_NO1\": 1695.0,\n      \"border_NO2_NO5\": 802.0,\n      \"border_NO2_NO1\": 1789.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1205.0,\n      \"border_NO5_NO3\": 838.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30474,\n      \"dateTimeUtc\": \"2026-04-20T08:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 512.0,\n      \"border_NO4_FI\": 513.0,\n      \"border_NO4_SE2\": 601.0,\n      \"border_NO4_NO3\": 793.0,\n      \"border_SE1_SE2\": 1816.0,\n      \"border_NO3_SE2\": 1531.0,\n      \"border_NO3_NO1\": 1930.0,\n      \"border_SE2_SE3\": 6708.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 1607.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 794.0,\n      \"border_SE3_SE4\": 3059.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1620.0,\n      \"border_SE1_NO4\": 1149.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1186.0,\n      \"border_NO3_NO4\": 1688.0,\n      \"border_SE2_SE1\": 2771.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1455.0,\n      \"border_SE3_NO1\": 1695.0,\n      \"border_NO2_NO5\": 802.0,\n      \"border_NO2_NO1\": 1789.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1205.0,\n      \"border_NO5_NO3\": 838.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30475,\n      \"dateTimeUtc\": \"2026-04-20T08:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 512.0,\n      \"border_NO4_FI\": 513.0,\n      \"border_NO4_SE2\": 601.0,\n      \"border_NO4_NO3\": 793.0,\n      \"border_SE1_SE2\": 1816.0,\n      \"border_NO3_SE2\": 1531.0,\n      \"border_NO3_NO1\": 1930.0,\n      \"border_SE2_SE3\": 6708.0,\n      \"border_NO5_NO1\": 2652.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 1607.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 794.0,\n      \"border_SE3_SE4\": 3059.0,\n      \"border_SE1_FI\": 515.0,\n      \"border_NO3_NO5\": 1620.0,\n      \"border_SE1_NO4\": 1149.0,\n      \"border_FI_NO4\": 861.0,\n      \"border_SE2_NO4\": 1186.0,\n      \"border_NO3_NO4\": 1688.0,\n      \"border_SE2_SE1\": 2771.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1455.0,\n      \"border_SE3_NO1\": 1695.0,\n      \"border_NO2_NO5\": 802.0,\n      \"border_NO2_NO1\": 1789.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1205.0,\n      \"border_NO5_NO3\": 838.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30476,\n      \"dateTimeUtc\": \"2026-04-20T09:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 508.0,\n      \"border_NO4_FI\": 510.0,\n      \"border_NO4_SE2\": 597.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1818.0,\n      \"border_NO3_SE2\": 1542.0,\n      \"border_NO3_NO1\": 1899.0,\n      \"border_SE2_SE3\": 6919.0,\n      \"border_NO5_NO1\": 2469.0,\n      \"border_NO1_SE3\": 2025.0,\n      \"border_NO5_NO2\": 1508.0,\n      \"border_NO1_NO2\": 2567.0,\n      \"border_DK2_SE4\": 721.0,\n      \"border_SE3_SE4\": 3069.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1663.0,\n      \"border_SE1_NO4\": 1103.0,\n      \"border_FI_NO4\": 824.0,\n      \"border_SE2_NO4\": 1136.0,\n      \"border_NO3_NO4\": 1696.0,\n      \"border_SE2_SE1\": 2793.0,\n      \"border_SE2_NO3\": 1424.0,\n      \"border_NO1_NO3\": 852.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1487.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 805.0,\n      \"border_NO2_NO1\": 1753.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1226.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30477,\n      \"dateTimeUtc\": \"2026-04-20T09:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 508.0,\n      \"border_NO4_FI\": 510.0,\n      \"border_NO4_SE2\": 597.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1818.0,\n      \"border_NO3_SE2\": 1542.0,\n      \"border_NO3_NO1\": 1899.0,\n      \"border_SE2_SE3\": 6919.0,\n      \"border_NO5_NO1\": 2469.0,\n      \"border_NO1_SE3\": 2025.0,\n      \"border_NO5_NO2\": 1508.0,\n      \"border_NO1_NO2\": 2567.0,\n      \"border_DK2_SE4\": 721.0,\n      \"border_SE3_SE4\": 3069.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1663.0,\n      \"border_SE1_NO4\": 1103.0,\n      \"border_FI_NO4\": 824.0,\n      \"border_SE2_NO4\": 1136.0,\n      \"border_NO3_NO4\": 1696.0,\n      \"border_SE2_SE1\": 2793.0,\n      \"border_SE2_NO3\": 1424.0,\n      \"border_NO1_NO3\": 852.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1487.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 805.0,\n      \"border_NO2_NO1\": 1753.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1226.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30478,\n      \"dateTimeUtc\": \"2026-04-20T09:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 508.0,\n      \"border_NO4_FI\": 510.0,\n      \"border_NO4_SE2\": 597.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1818.0,\n      \"border_NO3_SE2\": 1542.0,\n      \"border_NO3_NO1\": 1899.0,\n      \"border_SE2_SE3\": 6919.0,\n      \"border_NO5_NO1\": 2469.0,\n      \"border_NO1_SE3\": 2025.0,\n      \"border_NO5_NO2\": 1508.0,\n      \"border_NO1_NO2\": 2567.0,\n      \"border_DK2_SE4\": 721.0,\n      \"border_SE3_SE4\": 3069.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1663.0,\n      \"border_SE1_NO4\": 1103.0,\n      \"border_FI_NO4\": 824.0,\n      \"border_SE2_NO4\": 1136.0,\n      \"border_NO3_NO4\": 1696.0,\n      \"border_SE2_SE1\": 2793.0,\n      \"border_SE2_NO3\": 1424.0,\n      \"border_NO1_NO3\": 852.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1487.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 805.0,\n      \"border_NO2_NO1\": 1753.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1226.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30479,\n      \"dateTimeUtc\": \"2026-04-20T09:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 508.0,\n      \"border_NO4_FI\": 510.0,\n      \"border_NO4_SE2\": 597.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1818.0,\n      \"border_NO3_SE2\": 1542.0,\n      \"border_NO3_NO1\": 1899.0,\n      \"border_SE2_SE3\": 6919.0,\n      \"border_NO5_NO1\": 2469.0,\n      \"border_NO1_SE3\": 2025.0,\n      \"border_NO5_NO2\": 1508.0,\n      \"border_NO1_NO2\": 2567.0,\n      \"border_DK2_SE4\": 721.0,\n      \"border_SE3_SE4\": 3069.0,\n      \"border_SE1_FI\": 521.0,\n      \"border_NO3_NO5\": 1663.0,\n      \"border_SE1_NO4\": 1103.0,\n      \"border_FI_NO4\": 824.0,\n      \"border_SE2_NO4\": 1136.0,\n      \"border_NO3_NO4\": 1696.0,\n      \"border_SE2_SE1\": 2793.0,\n      \"border_SE2_NO3\": 1424.0,\n      \"border_NO1_NO3\": 852.0,\n      \"border_SE3_SE2\": 6249.0,\n      \"border_NO1_NO5\": 1487.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 805.0,\n      \"border_NO2_NO1\": 1753.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1226.0,\n      \"border_NO5_NO3\": 885.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30480,\n      \"dateTimeUtc\": \"2026-04-20T10:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 531.0,\n      \"border_NO4_SE2\": 622.0,\n      \"border_NO4_NO3\": 817.0,\n      \"border_SE1_SE2\": 1898.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1925.0,\n      \"border_SE2_SE3\": 7213.0,\n      \"border_NO5_NO1\": 2438.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2572.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3060.0,\n      \"border_SE1_FI\": 526.0,\n      \"border_NO3_NO5\": 1716.0,\n      \"border_SE1_NO4\": 1079.0,\n      \"border_FI_NO4\": 806.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1726.0,\n      \"border_SE2_SE1\": 2796.0,\n      \"border_SE2_NO3\": 1360.0,\n      \"border_NO1_NO3\": 805.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1528.0,\n      \"border_SE3_NO1\": 1733.0,\n      \"border_NO2_NO5\": 837.0,\n      \"border_NO2_NO1\": 1849.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1208.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30481,\n      \"dateTimeUtc\": \"2026-04-20T10:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 531.0,\n      \"border_NO4_SE2\": 622.0,\n      \"border_NO4_NO3\": 817.0,\n      \"border_SE1_SE2\": 1898.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1925.0,\n      \"border_SE2_SE3\": 7213.0,\n      \"border_NO5_NO1\": 2438.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2572.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3060.0,\n      \"border_SE1_FI\": 526.0,\n      \"border_NO3_NO5\": 1716.0,\n      \"border_SE1_NO4\": 1079.0,\n      \"border_FI_NO4\": 806.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1726.0,\n      \"border_SE2_SE1\": 2796.0,\n      \"border_SE2_NO3\": 1360.0,\n      \"border_NO1_NO3\": 805.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1528.0,\n      \"border_SE3_NO1\": 1733.0,\n      \"border_NO2_NO5\": 837.0,\n      \"border_NO2_NO1\": 1849.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1208.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30482,\n      \"dateTimeUtc\": \"2026-04-20T10:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 531.0,\n      \"border_NO4_SE2\": 622.0,\n      \"border_NO4_NO3\": 817.0,\n      \"border_SE1_SE2\": 1898.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1925.0,\n      \"border_SE2_SE3\": 7213.0,\n      \"border_NO5_NO1\": 2438.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2572.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3060.0,\n      \"border_SE1_FI\": 526.0,\n      \"border_NO3_NO5\": 1716.0,\n      \"border_SE1_NO4\": 1079.0,\n      \"border_FI_NO4\": 806.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1726.0,\n      \"border_SE2_SE1\": 2796.0,\n      \"border_SE2_NO3\": 1360.0,\n      \"border_NO1_NO3\": 805.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1528.0,\n      \"border_SE3_NO1\": 1733.0,\n      \"border_NO2_NO5\": 837.0,\n      \"border_NO2_NO1\": 1849.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1208.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30483,\n      \"dateTimeUtc\": \"2026-04-20T10:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 531.0,\n      \"border_NO4_SE2\": 622.0,\n      \"border_NO4_NO3\": 817.0,\n      \"border_SE1_SE2\": 1898.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1925.0,\n      \"border_SE2_SE3\": 7213.0,\n      \"border_NO5_NO1\": 2438.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2572.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3060.0,\n      \"border_SE1_FI\": 526.0,\n      \"border_NO3_NO5\": 1716.0,\n      \"border_SE1_NO4\": 1079.0,\n      \"border_FI_NO4\": 806.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1726.0,\n      \"border_SE2_SE1\": 2796.0,\n      \"border_SE2_NO3\": 1360.0,\n      \"border_NO1_NO3\": 805.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1528.0,\n      \"border_SE3_NO1\": 1733.0,\n      \"border_NO2_NO5\": 837.0,\n      \"border_NO2_NO1\": 1849.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1208.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30484,\n      \"dateTimeUtc\": \"2026-04-20T11:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 544.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 638.0,\n      \"border_NO4_NO3\": 840.0,\n      \"border_SE1_SE2\": 1876.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1821.0,\n      \"border_SE2_SE3\": 7241.0,\n      \"border_NO5_NO1\": 2454.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1499.0,\n      \"border_NO1_NO2\": 2577.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3096.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1675.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 793.0,\n      \"border_SE2_NO4\": 1089.0,\n      \"border_NO3_NO4\": 1721.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1434.0,\n      \"border_NO1_NO3\": 858.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1507.0,\n      \"border_SE3_NO1\": 1742.0,\n      \"border_NO2_NO5\": 829.0,\n      \"border_NO2_NO1\": 1844.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1188.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30485,\n      \"dateTimeUtc\": \"2026-04-20T11:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 544.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 638.0,\n      \"border_NO4_NO3\": 840.0,\n      \"border_SE1_SE2\": 1876.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1821.0,\n      \"border_SE2_SE3\": 7241.0,\n      \"border_NO5_NO1\": 2454.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1499.0,\n      \"border_NO1_NO2\": 2577.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3096.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1675.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 793.0,\n      \"border_SE2_NO4\": 1089.0,\n      \"border_NO3_NO4\": 1721.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1434.0,\n      \"border_NO1_NO3\": 858.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1507.0,\n      \"border_SE3_NO1\": 1742.0,\n      \"border_NO2_NO5\": 829.0,\n      \"border_NO2_NO1\": 1844.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1188.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30486,\n      \"dateTimeUtc\": \"2026-04-20T11:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 544.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 638.0,\n      \"border_NO4_NO3\": 840.0,\n      \"border_SE1_SE2\": 1876.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1821.0,\n      \"border_SE2_SE3\": 7241.0,\n      \"border_NO5_NO1\": 2454.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1499.0,\n      \"border_NO1_NO2\": 2577.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3096.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1675.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 793.0,\n      \"border_SE2_NO4\": 1089.0,\n      \"border_NO3_NO4\": 1721.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1434.0,\n      \"border_NO1_NO3\": 858.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1507.0,\n      \"border_SE3_NO1\": 1742.0,\n      \"border_NO2_NO5\": 829.0,\n      \"border_NO2_NO1\": 1844.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1188.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30487,\n      \"dateTimeUtc\": \"2026-04-20T11:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 544.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 638.0,\n      \"border_NO4_NO3\": 840.0,\n      \"border_SE1_SE2\": 1876.0,\n      \"border_NO3_SE2\": 1526.0,\n      \"border_NO3_NO1\": 1821.0,\n      \"border_SE2_SE3\": 7241.0,\n      \"border_NO5_NO1\": 2454.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1499.0,\n      \"border_NO1_NO2\": 2577.0,\n      \"border_DK2_SE4\": 728.0,\n      \"border_SE3_SE4\": 3096.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1675.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 793.0,\n      \"border_SE2_NO4\": 1089.0,\n      \"border_NO3_NO4\": 1721.0,\n      \"border_SE2_SE1\": 2797.0,\n      \"border_SE2_NO3\": 1434.0,\n      \"border_NO1_NO3\": 858.0,\n      \"border_SE3_SE2\": 6256.0,\n      \"border_NO1_NO5\": 1507.0,\n      \"border_SE3_NO1\": 1742.0,\n      \"border_NO2_NO5\": 829.0,\n      \"border_NO2_NO1\": 1844.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1188.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30488,\n      \"dateTimeUtc\": \"2026-04-20T12:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 543.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 636.0,\n      \"border_NO4_NO3\": 838.0,\n      \"border_SE1_SE2\": 1882.0,\n      \"border_NO3_SE2\": 1574.0,\n      \"border_NO3_NO1\": 1843.0,\n      \"border_SE2_SE3\": 7092.0,\n      \"border_NO5_NO1\": 2384.0,\n      \"border_NO1_SE3\": 1954.0,\n      \"border_NO5_NO2\": 1463.0,\n      \"border_NO1_NO2\": 2597.0,\n      \"border_DK2_SE4\": 798.0,\n      \"border_SE3_SE4\": 3054.0,\n      \"border_SE1_FI\": 533.0,\n      \"border_NO3_NO5\": 1829.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 786.0,\n      \"border_SE2_NO4\": 1074.0,\n      \"border_NO3_NO4\": 1724.0,\n      \"border_SE2_SE1\": 2800.0,\n      \"border_SE2_NO3\": 1397.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6214.0,\n      \"border_NO1_NO5\": 1637.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 902.0,\n      \"border_NO2_NO1\": 2008.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1178.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30489,\n      \"dateTimeUtc\": \"2026-04-20T12:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 543.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 636.0,\n      \"border_NO4_NO3\": 838.0,\n      \"border_SE1_SE2\": 1882.0,\n      \"border_NO3_SE2\": 1574.0,\n      \"border_NO3_NO1\": 1843.0,\n      \"border_SE2_SE3\": 7092.0,\n      \"border_NO5_NO1\": 2384.0,\n      \"border_NO1_SE3\": 1954.0,\n      \"border_NO5_NO2\": 1463.0,\n      \"border_NO1_NO2\": 2597.0,\n      \"border_DK2_SE4\": 798.0,\n      \"border_SE3_SE4\": 3054.0,\n      \"border_SE1_FI\": 533.0,\n      \"border_NO3_NO5\": 1829.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 786.0,\n      \"border_SE2_NO4\": 1074.0,\n      \"border_NO3_NO4\": 1724.0,\n      \"border_SE2_SE1\": 2800.0,\n      \"border_SE2_NO3\": 1397.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6214.0,\n      \"border_NO1_NO5\": 1637.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 902.0,\n      \"border_NO2_NO1\": 2008.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1178.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30490,\n      \"dateTimeUtc\": \"2026-04-20T12:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 543.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 636.0,\n      \"border_NO4_NO3\": 838.0,\n      \"border_SE1_SE2\": 1882.0,\n      \"border_NO3_SE2\": 1574.0,\n      \"border_NO3_NO1\": 1843.0,\n      \"border_SE2_SE3\": 7092.0,\n      \"border_NO5_NO1\": 2384.0,\n      \"border_NO1_SE3\": 1954.0,\n      \"border_NO5_NO2\": 1463.0,\n      \"border_NO1_NO2\": 2597.0,\n      \"border_DK2_SE4\": 798.0,\n      \"border_SE3_SE4\": 3054.0,\n      \"border_SE1_FI\": 533.0,\n      \"border_NO3_NO5\": 1829.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 786.0,\n      \"border_SE2_NO4\": 1074.0,\n      \"border_NO3_NO4\": 1724.0,\n      \"border_SE2_SE1\": 2800.0,\n      \"border_SE2_NO3\": 1397.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6214.0,\n      \"border_NO1_NO5\": 1637.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 902.0,\n      \"border_NO2_NO1\": 2008.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1178.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30491,\n      \"dateTimeUtc\": \"2026-04-20T12:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 543.0,\n      \"border_NO4_FI\": 545.0,\n      \"border_NO4_SE2\": 636.0,\n      \"border_NO4_NO3\": 838.0,\n      \"border_SE1_SE2\": 1882.0,\n      \"border_NO3_SE2\": 1574.0,\n      \"border_NO3_NO1\": 1843.0,\n      \"border_SE2_SE3\": 7092.0,\n      \"border_NO5_NO1\": 2384.0,\n      \"border_NO1_SE3\": 1954.0,\n      \"border_NO5_NO2\": 1463.0,\n      \"border_NO1_NO2\": 2597.0,\n      \"border_DK2_SE4\": 798.0,\n      \"border_SE3_SE4\": 3054.0,\n      \"border_SE1_FI\": 533.0,\n      \"border_NO3_NO5\": 1829.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 786.0,\n      \"border_SE2_NO4\": 1074.0,\n      \"border_NO3_NO4\": 1724.0,\n      \"border_SE2_SE1\": 2800.0,\n      \"border_SE2_NO3\": 1397.0,\n      \"border_NO1_NO3\": 833.0,\n      \"border_SE3_SE2\": 6214.0,\n      \"border_NO1_NO5\": 1637.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 902.0,\n      \"border_NO2_NO1\": 2008.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1178.0,\n      \"border_NO5_NO3\": 865.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30492,\n      \"dateTimeUtc\": \"2026-04-20T13:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 556.0,\n      \"border_NO4_FI\": 551.0,\n      \"border_NO4_SE2\": 654.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1908.0,\n      \"border_NO3_SE2\": 1569.0,\n      \"border_NO3_NO1\": 1744.0,\n      \"border_SE2_SE3\": 6738.0,\n      \"border_NO5_NO1\": 2422.0,\n      \"border_NO1_SE3\": 1994.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2585.0,\n      \"border_DK2_SE4\": 1070.0,\n      \"border_SE3_SE4\": 3077.0,\n      \"border_SE1_FI\": 532.0,\n      \"border_NO3_NO5\": 1720.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 804.0,\n      \"border_SE2_NO4\": 1096.0,\n      \"border_NO3_NO4\": 1712.0,\n      \"border_SE2_SE1\": 2795.0,\n      \"border_SE2_NO3\": 1496.0,\n      \"border_NO1_NO3\": 907.0,\n      \"border_SE3_SE2\": 6248.0,\n      \"border_NO1_NO5\": 1571.0,\n      \"border_SE3_NO1\": 1755.0,\n      \"border_NO2_NO5\": 871.0,\n      \"border_NO2_NO1\": 1954.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1192.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30493,\n      \"dateTimeUtc\": \"2026-04-20T13:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 556.0,\n      \"border_NO4_FI\": 551.0,\n      \"border_NO4_SE2\": 654.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1908.0,\n      \"border_NO3_SE2\": 1569.0,\n      \"border_NO3_NO1\": 1744.0,\n      \"border_SE2_SE3\": 6738.0,\n      \"border_NO5_NO1\": 2422.0,\n      \"border_NO1_SE3\": 1994.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2585.0,\n      \"border_DK2_SE4\": 1070.0,\n      \"border_SE3_SE4\": 3077.0,\n      \"border_SE1_FI\": 532.0,\n      \"border_NO3_NO5\": 1720.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 804.0,\n      \"border_SE2_NO4\": 1096.0,\n      \"border_NO3_NO4\": 1712.0,\n      \"border_SE2_SE1\": 2795.0,\n      \"border_SE2_NO3\": 1496.0,\n      \"border_NO1_NO3\": 907.0,\n      \"border_SE3_SE2\": 6248.0,\n      \"border_NO1_NO5\": 1571.0,\n      \"border_SE3_NO1\": 1755.0,\n      \"border_NO2_NO5\": 871.0,\n      \"border_NO2_NO1\": 1954.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1192.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30494,\n      \"dateTimeUtc\": \"2026-04-20T13:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 556.0,\n      \"border_NO4_FI\": 551.0,\n      \"border_NO4_SE2\": 654.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1908.0,\n      \"border_NO3_SE2\": 1569.0,\n      \"border_NO3_NO1\": 1744.0,\n      \"border_SE2_SE3\": 6738.0,\n      \"border_NO5_NO1\": 2422.0,\n      \"border_NO1_SE3\": 1994.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2585.0,\n      \"border_DK2_SE4\": 1070.0,\n      \"border_SE3_SE4\": 3077.0,\n      \"border_SE1_FI\": 532.0,\n      \"border_NO3_NO5\": 1720.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 804.0,\n      \"border_SE2_NO4\": 1096.0,\n      \"border_NO3_NO4\": 1712.0,\n      \"border_SE2_SE1\": 2795.0,\n      \"border_SE2_NO3\": 1496.0,\n      \"border_NO1_NO3\": 907.0,\n      \"border_SE3_SE2\": 6248.0,\n      \"border_NO1_NO5\": 1571.0,\n      \"border_SE3_NO1\": 1755.0,\n      \"border_NO2_NO5\": 871.0,\n      \"border_NO2_NO1\": 1954.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1192.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30495,\n      \"dateTimeUtc\": \"2026-04-20T13:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 556.0,\n      \"border_NO4_FI\": 551.0,\n      \"border_NO4_SE2\": 654.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1908.0,\n      \"border_NO3_SE2\": 1569.0,\n      \"border_NO3_NO1\": 1744.0,\n      \"border_SE2_SE3\": 6738.0,\n      \"border_NO5_NO1\": 2422.0,\n      \"border_NO1_SE3\": 1994.0,\n      \"border_NO5_NO2\": 1486.0,\n      \"border_NO1_NO2\": 2585.0,\n      \"border_DK2_SE4\": 1070.0,\n      \"border_SE3_SE4\": 3077.0,\n      \"border_SE1_FI\": 532.0,\n      \"border_NO3_NO5\": 1720.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 804.0,\n      \"border_SE2_NO4\": 1096.0,\n      \"border_NO3_NO4\": 1712.0,\n      \"border_SE2_SE1\": 2795.0,\n      \"border_SE2_NO3\": 1496.0,\n      \"border_NO1_NO3\": 907.0,\n      \"border_SE3_SE2\": 6248.0,\n      \"border_NO1_NO5\": 1571.0,\n      \"border_SE3_NO1\": 1755.0,\n      \"border_NO2_NO5\": 871.0,\n      \"border_NO2_NO1\": 1954.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1192.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30496,\n      \"dateTimeUtc\": \"2026-04-20T14:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 530.0,\n      \"border_NO4_SE2\": 619.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1832.0,\n      \"border_NO3_SE2\": 1698.0,\n      \"border_NO3_NO1\": 1856.0,\n      \"border_SE2_SE3\": 6682.0,\n      \"border_NO5_NO1\": 2283.0,\n      \"border_NO1_SE3\": 2033.0,\n      \"border_NO5_NO2\": 1411.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 433.0,\n      \"border_SE3_SE4\": 3151.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1904.0,\n      \"border_SE1_NO4\": 1039.0,\n      \"border_FI_NO4\": 820.0,\n      \"border_SE2_NO4\": 1075.0,\n      \"border_NO3_NO4\": 1704.0,\n      \"border_SE2_SE1\": 2794.0,\n      \"border_SE2_NO3\": 1374.0,\n      \"border_NO1_NO3\": 824.0,\n      \"border_SE3_SE2\": 6216.0,\n      \"border_NO1_NO5\": 1757.0,\n      \"border_SE3_NO1\": 1789.0,\n      \"border_NO2_NO5\": 977.0,\n      \"border_NO2_NO1\": 2201.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1185.0,\n      \"border_NO5_NO3\": 855.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30497,\n      \"dateTimeUtc\": \"2026-04-20T14:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 530.0,\n      \"border_NO4_SE2\": 619.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1832.0,\n      \"border_NO3_SE2\": 1698.0,\n      \"border_NO3_NO1\": 1856.0,\n      \"border_SE2_SE3\": 6682.0,\n      \"border_NO5_NO1\": 2283.0,\n      \"border_NO1_SE3\": 2033.0,\n      \"border_NO5_NO2\": 1411.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 433.0,\n      \"border_SE3_SE4\": 3151.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1904.0,\n      \"border_SE1_NO4\": 1039.0,\n      \"border_FI_NO4\": 820.0,\n      \"border_SE2_NO4\": 1075.0,\n      \"border_NO3_NO4\": 1704.0,\n      \"border_SE2_SE1\": 2794.0,\n      \"border_SE2_NO3\": 1374.0,\n      \"border_NO1_NO3\": 824.0,\n      \"border_SE3_SE2\": 6216.0,\n      \"border_NO1_NO5\": 1757.0,\n      \"border_SE3_NO1\": 1789.0,\n      \"border_NO2_NO5\": 977.0,\n      \"border_NO2_NO1\": 2201.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1185.0,\n      \"border_NO5_NO3\": 855.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30498,\n      \"dateTimeUtc\": \"2026-04-20T14:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 530.0,\n      \"border_NO4_SE2\": 619.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1832.0,\n      \"border_NO3_SE2\": 1698.0,\n      \"border_NO3_NO1\": 1856.0,\n      \"border_SE2_SE3\": 6682.0,\n      \"border_NO5_NO1\": 2283.0,\n      \"border_NO1_SE3\": 2033.0,\n      \"border_NO5_NO2\": 1411.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 433.0,\n      \"border_SE3_SE4\": 3151.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1904.0,\n      \"border_SE1_NO4\": 1039.0,\n      \"border_FI_NO4\": 820.0,\n      \"border_SE2_NO4\": 1075.0,\n      \"border_NO3_NO4\": 1704.0,\n      \"border_SE2_SE1\": 2794.0,\n      \"border_SE2_NO3\": 1374.0,\n      \"border_NO1_NO3\": 824.0,\n      \"border_SE3_SE2\": 6216.0,\n      \"border_NO1_NO5\": 1757.0,\n      \"border_SE3_NO1\": 1789.0,\n      \"border_NO2_NO5\": 977.0,\n      \"border_NO2_NO1\": 2201.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1185.0,\n      \"border_NO5_NO3\": 855.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30499,\n      \"dateTimeUtc\": \"2026-04-20T14:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 530.0,\n      \"border_NO4_FI\": 530.0,\n      \"border_NO4_SE2\": 619.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1832.0,\n      \"border_NO3_SE2\": 1698.0,\n      \"border_NO3_NO1\": 1856.0,\n      \"border_SE2_SE3\": 6682.0,\n      \"border_NO5_NO1\": 2283.0,\n      \"border_NO1_SE3\": 2033.0,\n      \"border_NO5_NO2\": 1411.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 433.0,\n      \"border_SE3_SE4\": 3151.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1904.0,\n      \"border_SE1_NO4\": 1039.0,\n      \"border_FI_NO4\": 820.0,\n      \"border_SE2_NO4\": 1075.0,\n      \"border_NO3_NO4\": 1704.0,\n      \"border_SE2_SE1\": 2794.0,\n      \"border_SE2_NO3\": 1374.0,\n      \"border_NO1_NO3\": 824.0,\n      \"border_SE3_SE2\": 6216.0,\n      \"border_NO1_NO5\": 1757.0,\n      \"border_SE3_NO1\": 1789.0,\n      \"border_NO2_NO5\": 977.0,\n      \"border_NO2_NO1\": 2201.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1185.0,\n      \"border_NO5_NO3\": 855.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30500,\n      \"dateTimeUtc\": \"2026-04-20T15:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 562.0,\n      \"border_NO4_FI\": 548.0,\n      \"border_NO4_SE2\": 661.0,\n      \"border_NO4_NO3\": 878.0,\n      \"border_SE1_SE2\": 1829.0,\n      \"border_NO3_SE2\": 1571.0,\n      \"border_NO3_NO1\": 1741.0,\n      \"border_SE2_SE3\": 6779.0,\n      \"border_NO5_NO1\": 2586.0,\n      \"border_NO1_SE3\": 1969.0,\n      \"border_NO5_NO2\": 1561.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 840.0,\n      \"border_SE3_SE4\": 3215.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1358.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 811.0,\n      \"border_SE2_NO4\": 1080.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2777.0,\n      \"border_SE2_NO3\": 1493.0,\n      \"border_NO1_NO3\": 908.0,\n      \"border_SE3_SE2\": 6191.0,\n      \"border_NO1_NO5\": 1237.0,\n      \"border_SE3_NO1\": 1773.0,\n      \"border_NO2_NO5\": 664.0,\n      \"border_NO2_NO1\": 1435.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1163.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30501,\n      \"dateTimeUtc\": \"2026-04-20T15:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 562.0,\n      \"border_NO4_FI\": 548.0,\n      \"border_NO4_SE2\": 661.0,\n      \"border_NO4_NO3\": 878.0,\n      \"border_SE1_SE2\": 1829.0,\n      \"border_NO3_SE2\": 1571.0,\n      \"border_NO3_NO1\": 1741.0,\n      \"border_SE2_SE3\": 6779.0,\n      \"border_NO5_NO1\": 2586.0,\n      \"border_NO1_SE3\": 1969.0,\n      \"border_NO5_NO2\": 1561.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 840.0,\n      \"border_SE3_SE4\": 3215.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1358.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 811.0,\n      \"border_SE2_NO4\": 1080.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2777.0,\n      \"border_SE2_NO3\": 1493.0,\n      \"border_NO1_NO3\": 908.0,\n      \"border_SE3_SE2\": 6191.0,\n      \"border_NO1_NO5\": 1237.0,\n      \"border_SE3_NO1\": 1773.0,\n      \"border_NO2_NO5\": 664.0,\n      \"border_NO2_NO1\": 1435.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1163.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30502,\n      \"dateTimeUtc\": \"2026-04-20T15:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 562.0,\n      \"border_NO4_FI\": 548.0,\n      \"border_NO4_SE2\": 661.0,\n      \"border_NO4_NO3\": 878.0,\n      \"border_SE1_SE2\": 1829.0,\n      \"border_NO3_SE2\": 1571.0,\n      \"border_NO3_NO1\": 1741.0,\n      \"border_SE2_SE3\": 6779.0,\n      \"border_NO5_NO1\": 2586.0,\n      \"border_NO1_SE3\": 1969.0,\n      \"border_NO5_NO2\": 1561.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 840.0,\n      \"border_SE3_SE4\": 3215.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1358.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 811.0,\n      \"border_SE2_NO4\": 1080.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2777.0,\n      \"border_SE2_NO3\": 1493.0,\n      \"border_NO1_NO3\": 908.0,\n      \"border_SE3_SE2\": 6191.0,\n      \"border_NO1_NO5\": 1237.0,\n      \"border_SE3_NO1\": 1773.0,\n      \"border_NO2_NO5\": 664.0,\n      \"border_NO2_NO1\": 1435.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1163.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30503,\n      \"dateTimeUtc\": \"2026-04-20T15:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 562.0,\n      \"border_NO4_FI\": 548.0,\n      \"border_NO4_SE2\": 661.0,\n      \"border_NO4_NO3\": 878.0,\n      \"border_SE1_SE2\": 1829.0,\n      \"border_NO3_SE2\": 1571.0,\n      \"border_NO3_NO1\": 1741.0,\n      \"border_SE2_SE3\": 6779.0,\n      \"border_NO5_NO1\": 2586.0,\n      \"border_NO1_SE3\": 1969.0,\n      \"border_NO5_NO2\": 1561.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 840.0,\n      \"border_SE3_SE4\": 3215.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1358.0,\n      \"border_SE1_NO4\": 1045.0,\n      \"border_FI_NO4\": 811.0,\n      \"border_SE2_NO4\": 1080.0,\n      \"border_NO3_NO4\": 1675.0,\n      \"border_SE2_SE1\": 2777.0,\n      \"border_SE2_NO3\": 1493.0,\n      \"border_NO1_NO3\": 908.0,\n      \"border_SE3_SE2\": 6191.0,\n      \"border_NO1_NO5\": 1237.0,\n      \"border_SE3_NO1\": 1773.0,\n      \"border_NO2_NO5\": 664.0,\n      \"border_NO2_NO1\": 1435.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1163.0,\n      \"border_NO5_NO3\": 941.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30504,\n      \"dateTimeUtc\": \"2026-04-20T16:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 499.0,\n      \"border_NO4_FI\": 496.0,\n      \"border_NO4_SE2\": 583.0,\n      \"border_NO4_NO3\": 770.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1636.0,\n      \"border_NO3_NO1\": 1783.0,\n      \"border_SE2_SE3\": 6834.0,\n      \"border_NO5_NO1\": 2090.0,\n      \"border_NO1_SE3\": 1959.0,\n      \"border_NO5_NO2\": 1310.0,\n      \"border_NO1_NO2\": 2662.0,\n      \"border_DK2_SE4\": 1144.0,\n      \"border_SE3_SE4\": 3220.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1651.0,\n      \"border_SE1_NO4\": 1051.0,\n      \"border_FI_NO4\": 730.0,\n      \"border_SE2_NO4\": 1085.0,\n      \"border_NO3_NO4\": 1645.0,\n      \"border_SE2_SE1\": 2810.0,\n      \"border_SE2_NO3\": 1451.0,\n      \"border_NO1_NO3\": 882.0,\n      \"border_SE3_SE2\": 6201.0,\n      \"border_NO1_NO5\": 1503.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 827.0,\n      \"border_NO2_NO1\": 1840.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1230.0,\n      \"border_NO5_NO3\": 914.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30505,\n      \"dateTimeUtc\": \"2026-04-20T16:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 499.0,\n      \"border_NO4_FI\": 496.0,\n      \"border_NO4_SE2\": 583.0,\n      \"border_NO4_NO3\": 770.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1636.0,\n      \"border_NO3_NO1\": 1783.0,\n      \"border_SE2_SE3\": 6834.0,\n      \"border_NO5_NO1\": 2090.0,\n      \"border_NO1_SE3\": 1959.0,\n      \"border_NO5_NO2\": 1310.0,\n      \"border_NO1_NO2\": 2662.0,\n      \"border_DK2_SE4\": 1144.0,\n      \"border_SE3_SE4\": 3220.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1651.0,\n      \"border_SE1_NO4\": 1051.0,\n      \"border_FI_NO4\": 730.0,\n      \"border_SE2_NO4\": 1085.0,\n      \"border_NO3_NO4\": 1645.0,\n      \"border_SE2_SE1\": 2810.0,\n      \"border_SE2_NO3\": 1451.0,\n      \"border_NO1_NO3\": 882.0,\n      \"border_SE3_SE2\": 6201.0,\n      \"border_NO1_NO5\": 1503.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 827.0,\n      \"border_NO2_NO1\": 1840.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1230.0,\n      \"border_NO5_NO3\": 914.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30506,\n      \"dateTimeUtc\": \"2026-04-20T16:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 499.0,\n      \"border_NO4_FI\": 496.0,\n      \"border_NO4_SE2\": 583.0,\n      \"border_NO4_NO3\": 770.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1636.0,\n      \"border_NO3_NO1\": 1783.0,\n      \"border_SE2_SE3\": 6834.0,\n      \"border_NO5_NO1\": 2090.0,\n      \"border_NO1_SE3\": 1959.0,\n      \"border_NO5_NO2\": 1310.0,\n      \"border_NO1_NO2\": 2662.0,\n      \"border_DK2_SE4\": 1144.0,\n      \"border_SE3_SE4\": 3220.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1651.0,\n      \"border_SE1_NO4\": 1051.0,\n      \"border_FI_NO4\": 730.0,\n      \"border_SE2_NO4\": 1085.0,\n      \"border_NO3_NO4\": 1645.0,\n      \"border_SE2_SE1\": 2810.0,\n      \"border_SE2_NO3\": 1451.0,\n      \"border_NO1_NO3\": 882.0,\n      \"border_SE3_SE2\": 6201.0,\n      \"border_NO1_NO5\": 1503.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 827.0,\n      \"border_NO2_NO1\": 1840.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1230.0,\n      \"border_NO5_NO3\": 914.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30507,\n      \"dateTimeUtc\": \"2026-04-20T16:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 499.0,\n      \"border_NO4_FI\": 496.0,\n      \"border_NO4_SE2\": 583.0,\n      \"border_NO4_NO3\": 770.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1636.0,\n      \"border_NO3_NO1\": 1783.0,\n      \"border_SE2_SE3\": 6834.0,\n      \"border_NO5_NO1\": 2090.0,\n      \"border_NO1_SE3\": 1959.0,\n      \"border_NO5_NO2\": 1310.0,\n      \"border_NO1_NO2\": 2662.0,\n      \"border_DK2_SE4\": 1144.0,\n      \"border_SE3_SE4\": 3220.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1651.0,\n      \"border_SE1_NO4\": 1051.0,\n      \"border_FI_NO4\": 730.0,\n      \"border_SE2_NO4\": 1085.0,\n      \"border_NO3_NO4\": 1645.0,\n      \"border_SE2_SE1\": 2810.0,\n      \"border_SE2_NO3\": 1451.0,\n      \"border_NO1_NO3\": 882.0,\n      \"border_SE3_SE2\": 6201.0,\n      \"border_NO1_NO5\": 1503.0,\n      \"border_SE3_NO1\": 1778.0,\n      \"border_NO2_NO5\": 827.0,\n      \"border_NO2_NO1\": 1840.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1230.0,\n      \"border_NO5_NO3\": 914.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30508,\n      \"dateTimeUtc\": \"2026-04-20T17:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 518.0,\n      \"border_NO4_FI\": 515.0,\n      \"border_NO4_SE2\": 606.0,\n      \"border_NO4_NO3\": 796.0,\n      \"border_SE1_SE2\": 1798.0,\n      \"border_NO3_SE2\": 1768.0,\n      \"border_NO3_NO1\": 1913.0,\n      \"border_SE2_SE3\": 6829.0,\n      \"border_NO5_NO1\": 2157.0,\n      \"border_NO1_SE3\": 1906.0,\n      \"border_NO5_NO2\": 1334.0,\n      \"border_NO1_NO2\": 2657.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 3259.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1630.0,\n      \"border_SE1_NO4\": 1025.0,\n      \"border_FI_NO4\": 690.0,\n      \"border_SE2_NO4\": 1059.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 799.0,\n      \"border_SE3_SE2\": 6163.0,\n      \"border_NO1_NO5\": 1445.0,\n      \"border_SE3_NO1\": 1830.0,\n      \"border_NO2_NO5\": 775.0,\n      \"border_NO2_NO1\": 1672.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1138.0,\n      \"border_NO5_NO3\": 830.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30509,\n      \"dateTimeUtc\": \"2026-04-20T17:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 518.0,\n      \"border_NO4_FI\": 515.0,\n      \"border_NO4_SE2\": 606.0,\n      \"border_NO4_NO3\": 796.0,\n      \"border_SE1_SE2\": 1798.0,\n      \"border_NO3_SE2\": 1768.0,\n      \"border_NO3_NO1\": 1913.0,\n      \"border_SE2_SE3\": 6829.0,\n      \"border_NO5_NO1\": 2157.0,\n      \"border_NO1_SE3\": 1906.0,\n      \"border_NO5_NO2\": 1334.0,\n      \"border_NO1_NO2\": 2657.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 3259.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1630.0,\n      \"border_SE1_NO4\": 1025.0,\n      \"border_FI_NO4\": 690.0,\n      \"border_SE2_NO4\": 1059.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 799.0,\n      \"border_SE3_SE2\": 6163.0,\n      \"border_NO1_NO5\": 1445.0,\n      \"border_SE3_NO1\": 1830.0,\n      \"border_NO2_NO5\": 775.0,\n      \"border_NO2_NO1\": 1672.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1138.0,\n      \"border_NO5_NO3\": 830.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30510,\n      \"dateTimeUtc\": \"2026-04-20T17:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 518.0,\n      \"border_NO4_FI\": 515.0,\n      \"border_NO4_SE2\": 606.0,\n      \"border_NO4_NO3\": 796.0,\n      \"border_SE1_SE2\": 1798.0,\n      \"border_NO3_SE2\": 1768.0,\n      \"border_NO3_NO1\": 1913.0,\n      \"border_SE2_SE3\": 6829.0,\n      \"border_NO5_NO1\": 2157.0,\n      \"border_NO1_SE3\": 1906.0,\n      \"border_NO5_NO2\": 1334.0,\n      \"border_NO1_NO2\": 2657.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 3259.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1630.0,\n      \"border_SE1_NO4\": 1025.0,\n      \"border_FI_NO4\": 690.0,\n      \"border_SE2_NO4\": 1059.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 799.0,\n      \"border_SE3_SE2\": 6163.0,\n      \"border_NO1_NO5\": 1445.0,\n      \"border_SE3_NO1\": 1830.0,\n      \"border_NO2_NO5\": 775.0,\n      \"border_NO2_NO1\": 1672.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1138.0,\n      \"border_NO5_NO3\": 830.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30511,\n      \"dateTimeUtc\": \"2026-04-20T17:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 518.0,\n      \"border_NO4_FI\": 515.0,\n      \"border_NO4_SE2\": 606.0,\n      \"border_NO4_NO3\": 796.0,\n      \"border_SE1_SE2\": 1798.0,\n      \"border_NO3_SE2\": 1768.0,\n      \"border_NO3_NO1\": 1913.0,\n      \"border_SE2_SE3\": 6829.0,\n      \"border_NO5_NO1\": 2157.0,\n      \"border_NO1_SE3\": 1906.0,\n      \"border_NO5_NO2\": 1334.0,\n      \"border_NO1_NO2\": 2657.0,\n      \"border_DK2_SE4\": 1366.0,\n      \"border_SE3_SE4\": 3259.0,\n      \"border_SE1_FI\": 531.0,\n      \"border_NO3_NO5\": 1630.0,\n      \"border_SE1_NO4\": 1025.0,\n      \"border_FI_NO4\": 690.0,\n      \"border_SE2_NO4\": 1059.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1339.0,\n      \"border_NO1_NO3\": 799.0,\n      \"border_SE3_SE2\": 6163.0,\n      \"border_NO1_NO5\": 1445.0,\n      \"border_SE3_NO1\": 1830.0,\n      \"border_NO2_NO5\": 775.0,\n      \"border_NO2_NO1\": 1672.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1138.0,\n      \"border_NO5_NO3\": 830.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30512,\n      \"dateTimeUtc\": \"2026-04-20T18:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 485.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 564.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1694.0,\n      \"border_NO3_NO1\": 1884.0,\n      \"border_SE2_SE3\": 6651.0,\n      \"border_NO5_NO1\": 2164.0,\n      \"border_NO1_SE3\": 1848.0,\n      \"border_NO5_NO2\": 1337.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 1414.0,\n      \"border_SE3_SE4\": 3401.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1658.0,\n      \"border_SE1_NO4\": 1065.0,\n      \"border_FI_NO4\": 672.0,\n      \"border_SE2_NO4\": 1099.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1028.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6252.0,\n      \"border_NO1_NO5\": 1468.0,\n      \"border_SE3_NO1\": 1740.0,\n      \"border_NO2_NO5\": 796.0,\n      \"border_NO2_NO1\": 1740.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1129.0,\n      \"border_NO5_NO3\": 631.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30513,\n      \"dateTimeUtc\": \"2026-04-20T18:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 485.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 564.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1694.0,\n      \"border_NO3_NO1\": 1884.0,\n      \"border_SE2_SE3\": 6651.0,\n      \"border_NO5_NO1\": 2164.0,\n      \"border_NO1_SE3\": 1848.0,\n      \"border_NO5_NO2\": 1337.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 1414.0,\n      \"border_SE3_SE4\": 3401.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1658.0,\n      \"border_SE1_NO4\": 1065.0,\n      \"border_FI_NO4\": 672.0,\n      \"border_SE2_NO4\": 1099.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1028.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6252.0,\n      \"border_NO1_NO5\": 1468.0,\n      \"border_SE3_NO1\": 1740.0,\n      \"border_NO2_NO5\": 796.0,\n      \"border_NO2_NO1\": 1740.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1129.0,\n      \"border_NO5_NO3\": 631.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30514,\n      \"dateTimeUtc\": \"2026-04-20T18:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 485.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 564.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1694.0,\n      \"border_NO3_NO1\": 1884.0,\n      \"border_SE2_SE3\": 6651.0,\n      \"border_NO5_NO1\": 2164.0,\n      \"border_NO1_SE3\": 1848.0,\n      \"border_NO5_NO2\": 1337.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 1414.0,\n      \"border_SE3_SE4\": 3401.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1658.0,\n      \"border_SE1_NO4\": 1065.0,\n      \"border_FI_NO4\": 672.0,\n      \"border_SE2_NO4\": 1099.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1028.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6252.0,\n      \"border_NO1_NO5\": 1468.0,\n      \"border_SE3_NO1\": 1740.0,\n      \"border_NO2_NO5\": 796.0,\n      \"border_NO2_NO1\": 1740.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1129.0,\n      \"border_NO5_NO3\": 631.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30515,\n      \"dateTimeUtc\": \"2026-04-20T18:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 485.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 564.0,\n      \"border_NO4_NO3\": 734.0,\n      \"border_SE1_SE2\": 1783.0,\n      \"border_NO3_SE2\": 1694.0,\n      \"border_NO3_NO1\": 1884.0,\n      \"border_SE2_SE3\": 6651.0,\n      \"border_NO5_NO1\": 2164.0,\n      \"border_NO1_SE3\": 1848.0,\n      \"border_NO5_NO2\": 1337.0,\n      \"border_NO1_NO2\": 2616.0,\n      \"border_DK2_SE4\": 1414.0,\n      \"border_SE3_SE4\": 3401.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1658.0,\n      \"border_SE1_NO4\": 1065.0,\n      \"border_FI_NO4\": 672.0,\n      \"border_SE2_NO4\": 1099.0,\n      \"border_NO3_NO4\": 1684.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1028.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6252.0,\n      \"border_NO1_NO5\": 1468.0,\n      \"border_SE3_NO1\": 1740.0,\n      \"border_NO2_NO5\": 796.0,\n      \"border_NO2_NO1\": 1740.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1129.0,\n      \"border_NO5_NO3\": 631.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30516,\n      \"dateTimeUtc\": \"2026-04-20T19:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 490.0,\n      \"border_NO4_FI\": 490.0,\n      \"border_NO4_SE2\": 575.0,\n      \"border_NO4_NO3\": 754.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1812.0,\n      \"border_SE2_SE3\": 6621.0,\n      \"border_NO5_NO1\": 2222.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1358.0,\n      \"border_NO1_NO2\": 2478.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 3438.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1623.0,\n      \"border_SE1_NO4\": 1077.0,\n      \"border_FI_NO4\": 763.0,\n      \"border_SE2_NO4\": 1114.0,\n      \"border_NO3_NO4\": 1660.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1192.0,\n      \"border_NO1_NO3\": 716.0,\n      \"border_SE3_SE2\": 6271.0,\n      \"border_NO1_NO5\": 1453.0,\n      \"border_SE3_NO1\": 1719.0,\n      \"border_NO2_NO5\": 788.0,\n      \"border_NO2_NO1\": 1720.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1098.0,\n      \"border_NO5_NO3\": 743.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30517,\n      \"dateTimeUtc\": \"2026-04-20T19:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 490.0,\n      \"border_NO4_FI\": 490.0,\n      \"border_NO4_SE2\": 575.0,\n      \"border_NO4_NO3\": 754.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1812.0,\n      \"border_SE2_SE3\": 6621.0,\n      \"border_NO5_NO1\": 2222.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1358.0,\n      \"border_NO1_NO2\": 2478.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 3438.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1623.0,\n      \"border_SE1_NO4\": 1077.0,\n      \"border_FI_NO4\": 763.0,\n      \"border_SE2_NO4\": 1114.0,\n      \"border_NO3_NO4\": 1660.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1192.0,\n      \"border_NO1_NO3\": 716.0,\n      \"border_SE3_SE2\": 6271.0,\n      \"border_NO1_NO5\": 1453.0,\n      \"border_SE3_NO1\": 1719.0,\n      \"border_NO2_NO5\": 788.0,\n      \"border_NO2_NO1\": 1720.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1098.0,\n      \"border_NO5_NO3\": 743.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30518,\n      \"dateTimeUtc\": \"2026-04-20T19:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 490.0,\n      \"border_NO4_FI\": 490.0,\n      \"border_NO4_SE2\": 575.0,\n      \"border_NO4_NO3\": 754.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1812.0,\n      \"border_SE2_SE3\": 6621.0,\n      \"border_NO5_NO1\": 2222.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1358.0,\n      \"border_NO1_NO2\": 2478.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 3438.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1623.0,\n      \"border_SE1_NO4\": 1077.0,\n      \"border_FI_NO4\": 763.0,\n      \"border_SE2_NO4\": 1114.0,\n      \"border_NO3_NO4\": 1660.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1192.0,\n      \"border_NO1_NO3\": 716.0,\n      \"border_SE3_SE2\": 6271.0,\n      \"border_NO1_NO5\": 1453.0,\n      \"border_SE3_NO1\": 1719.0,\n      \"border_NO2_NO5\": 788.0,\n      \"border_NO2_NO1\": 1720.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1098.0,\n      \"border_NO5_NO3\": 743.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30519,\n      \"dateTimeUtc\": \"2026-04-20T19:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 490.0,\n      \"border_NO4_FI\": 490.0,\n      \"border_NO4_SE2\": 575.0,\n      \"border_NO4_NO3\": 754.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1812.0,\n      \"border_SE2_SE3\": 6621.0,\n      \"border_NO5_NO1\": 2222.0,\n      \"border_NO1_SE3\": 2019.0,\n      \"border_NO5_NO2\": 1358.0,\n      \"border_NO1_NO2\": 2478.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 3438.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1623.0,\n      \"border_SE1_NO4\": 1077.0,\n      \"border_FI_NO4\": 763.0,\n      \"border_SE2_NO4\": 1114.0,\n      \"border_NO3_NO4\": 1660.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1192.0,\n      \"border_NO1_NO3\": 716.0,\n      \"border_SE3_SE2\": 6271.0,\n      \"border_NO1_NO5\": 1453.0,\n      \"border_SE3_NO1\": 1719.0,\n      \"border_NO2_NO5\": 788.0,\n      \"border_NO2_NO1\": 1720.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1098.0,\n      \"border_NO5_NO3\": 743.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30520,\n      \"dateTimeUtc\": \"2026-04-20T20:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 477.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 558.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1704.0,\n      \"border_NO3_NO1\": 1840.0,\n      \"border_SE2_SE3\": 6585.0,\n      \"border_NO5_NO1\": 2540.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1539.0,\n      \"border_NO1_NO2\": 2610.0,\n      \"border_DK2_SE4\": 1418.0,\n      \"border_SE3_SE4\": 3408.0,\n      \"border_SE1_FI\": 554.0,\n      \"border_NO3_NO5\": 1555.0,\n      \"border_SE1_NO4\": 1053.0,\n      \"border_FI_NO4\": 748.0,\n      \"border_SE2_NO4\": 1088.0,\n      \"border_NO3_NO4\": 1664.0,\n      \"border_SE2_SE1\": 2836.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 844.0,\n      \"border_SE3_SE2\": 6223.0,\n      \"border_NO1_NO5\": 1395.0,\n      \"border_SE3_NO1\": 1759.0,\n      \"border_NO2_NO5\": 748.0,\n      \"border_NO2_NO1\": 1614.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1080.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30521,\n      \"dateTimeUtc\": \"2026-04-20T20:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 477.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 558.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1704.0,\n      \"border_NO3_NO1\": 1840.0,\n      \"border_SE2_SE3\": 6585.0,\n      \"border_NO5_NO1\": 2540.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1539.0,\n      \"border_NO1_NO2\": 2610.0,\n      \"border_DK2_SE4\": 1418.0,\n      \"border_SE3_SE4\": 3408.0,\n      \"border_SE1_FI\": 554.0,\n      \"border_NO3_NO5\": 1555.0,\n      \"border_SE1_NO4\": 1053.0,\n      \"border_FI_NO4\": 748.0,\n      \"border_SE2_NO4\": 1088.0,\n      \"border_NO3_NO4\": 1664.0,\n      \"border_SE2_SE1\": 2836.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 844.0,\n      \"border_SE3_SE2\": 6223.0,\n      \"border_NO1_NO5\": 1395.0,\n      \"border_SE3_NO1\": 1759.0,\n      \"border_NO2_NO5\": 748.0,\n      \"border_NO2_NO1\": 1614.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1080.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30522,\n      \"dateTimeUtc\": \"2026-04-20T20:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 477.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 558.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1704.0,\n      \"border_NO3_NO1\": 1840.0,\n      \"border_SE2_SE3\": 6585.0,\n      \"border_NO5_NO1\": 2540.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1539.0,\n      \"border_NO1_NO2\": 2610.0,\n      \"border_DK2_SE4\": 1418.0,\n      \"border_SE3_SE4\": 3408.0,\n      \"border_SE1_FI\": 554.0,\n      \"border_NO3_NO5\": 1555.0,\n      \"border_SE1_NO4\": 1053.0,\n      \"border_FI_NO4\": 748.0,\n      \"border_SE2_NO4\": 1088.0,\n      \"border_NO3_NO4\": 1664.0,\n      \"border_SE2_SE1\": 2836.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 844.0,\n      \"border_SE3_SE2\": 6223.0,\n      \"border_NO1_NO5\": 1395.0,\n      \"border_SE3_NO1\": 1759.0,\n      \"border_NO2_NO5\": 748.0,\n      \"border_NO2_NO1\": 1614.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1080.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30523,\n      \"dateTimeUtc\": \"2026-04-20T20:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 477.0,\n      \"border_NO4_FI\": 477.0,\n      \"border_NO4_SE2\": 558.0,\n      \"border_NO4_NO3\": 729.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1704.0,\n      \"border_NO3_NO1\": 1840.0,\n      \"border_SE2_SE3\": 6585.0,\n      \"border_NO5_NO1\": 2540.0,\n      \"border_NO1_SE3\": 2005.0,\n      \"border_NO5_NO2\": 1539.0,\n      \"border_NO1_NO2\": 2610.0,\n      \"border_DK2_SE4\": 1418.0,\n      \"border_SE3_SE4\": 3408.0,\n      \"border_SE1_FI\": 554.0,\n      \"border_NO3_NO5\": 1555.0,\n      \"border_SE1_NO4\": 1053.0,\n      \"border_FI_NO4\": 748.0,\n      \"border_SE2_NO4\": 1088.0,\n      \"border_NO3_NO4\": 1664.0,\n      \"border_SE2_SE1\": 2836.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 844.0,\n      \"border_SE3_SE2\": 6223.0,\n      \"border_NO1_NO5\": 1395.0,\n      \"border_SE3_NO1\": 1759.0,\n      \"border_NO2_NO5\": 748.0,\n      \"border_NO2_NO1\": 1614.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1080.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30524,\n      \"dateTimeUtc\": \"2026-04-20T21:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 566.0,\n      \"border_NO4_NO3\": 745.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1672.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6514.0,\n      \"border_NO5_NO1\": 2251.0,\n      \"border_NO1_SE3\": 2262.0,\n      \"border_NO5_NO2\": 1398.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3415.0,\n      \"border_SE1_FI\": 535.0,\n      \"border_NO3_NO5\": 1816.0,\n      \"border_SE1_NO4\": 1080.0,\n      \"border_FI_NO4\": 756.0,\n      \"border_SE2_NO4\": 1111.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1488.0,\n      \"border_NO1_NO3\": 901.0,\n      \"border_SE3_SE2\": 6236.0,\n      \"border_NO1_NO5\": 1856.0,\n      \"border_SE3_NO1\": 1736.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2538.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1149.0,\n      \"border_NO5_NO3\": 934.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30525,\n      \"dateTimeUtc\": \"2026-04-20T21:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 566.0,\n      \"border_NO4_NO3\": 745.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1672.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6514.0,\n      \"border_NO5_NO1\": 2251.0,\n      \"border_NO1_SE3\": 2262.0,\n      \"border_NO5_NO2\": 1398.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3415.0,\n      \"border_SE1_FI\": 535.0,\n      \"border_NO3_NO5\": 1816.0,\n      \"border_SE1_NO4\": 1080.0,\n      \"border_FI_NO4\": 756.0,\n      \"border_SE2_NO4\": 1111.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1488.0,\n      \"border_NO1_NO3\": 901.0,\n      \"border_SE3_SE2\": 6236.0,\n      \"border_NO1_NO5\": 1856.0,\n      \"border_SE3_NO1\": 1736.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2538.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1149.0,\n      \"border_NO5_NO3\": 934.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30526,\n      \"dateTimeUtc\": \"2026-04-20T21:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 566.0,\n      \"border_NO4_NO3\": 745.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1672.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6514.0,\n      \"border_NO5_NO1\": 2251.0,\n      \"border_NO1_SE3\": 2262.0,\n      \"border_NO5_NO2\": 1398.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3415.0,\n      \"border_SE1_FI\": 535.0,\n      \"border_NO3_NO5\": 1816.0,\n      \"border_SE1_NO4\": 1080.0,\n      \"border_FI_NO4\": 756.0,\n      \"border_SE2_NO4\": 1111.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1488.0,\n      \"border_NO1_NO3\": 901.0,\n      \"border_SE3_SE2\": 6236.0,\n      \"border_NO1_NO5\": 1856.0,\n      \"border_SE3_NO1\": 1736.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2538.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1149.0,\n      \"border_NO5_NO3\": 934.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30527,\n      \"dateTimeUtc\": \"2026-04-20T21:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:32.853\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 482.0,\n      \"border_NO4_SE2\": 566.0,\n      \"border_NO4_NO3\": 745.0,\n      \"border_SE1_SE2\": 1776.0,\n      \"border_NO3_SE2\": 1672.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6514.0,\n      \"border_NO5_NO1\": 2251.0,\n      \"border_NO1_SE3\": 2262.0,\n      \"border_NO5_NO2\": 1398.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3415.0,\n      \"border_SE1_FI\": 535.0,\n      \"border_NO3_NO5\": 1816.0,\n      \"border_SE1_NO4\": 1080.0,\n      \"border_FI_NO4\": 756.0,\n      \"border_SE2_NO4\": 1111.0,\n      \"border_NO3_NO4\": 1640.0,\n      \"border_SE2_SE1\": 2823.0,\n      \"border_SE2_NO3\": 1488.0,\n      \"border_NO1_NO3\": 901.0,\n      \"border_SE3_SE2\": 6236.0,\n      \"border_NO1_NO5\": 1856.0,\n      \"border_SE3_NO1\": 1736.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2538.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1149.0,\n      \"border_NO5_NO3\": 934.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30528,\n      \"dateTimeUtc\": \"2026-04-20T22:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 497.0,\n      \"border_NO4_FI\": 501.0,\n      \"border_NO4_SE2\": 587.0,\n      \"border_NO4_NO3\": 768.0,\n      \"border_SE1_SE2\": 1813.0,\n      \"border_NO3_SE2\": 1656.0,\n      \"border_NO3_NO1\": 1782.0,\n      \"border_SE2_SE3\": 6345.0,\n      \"border_NO5_NO1\": 2110.0,\n      \"border_NO1_SE3\": 2357.0,\n      \"border_NO5_NO2\": 1395.0,\n      \"border_NO1_NO2\": 2600.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3521.0,\n      \"border_SE1_FI\": 538.0,\n      \"border_NO3_NO5\": 1827.0,\n      \"border_SE1_NO4\": 972.0,\n      \"border_FI_NO4\": 770.0,\n      \"border_SE2_NO4\": 1001.0,\n      \"border_NO3_NO4\": 1606.0,\n      \"border_SE2_SE1\": 2830.0,\n      \"border_SE2_NO3\": 1610.0,\n      \"border_NO1_NO3\": 986.0,\n      \"border_SE3_SE2\": 6293.0,\n      \"border_NO1_NO5\": 2251.0,\n      \"border_SE3_NO1\": 1749.0,\n      \"border_NO2_NO5\": 1407.0,\n      \"border_NO2_NO1\": 3436.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1015.0,\n      \"border_NO5_NO3\": 1022.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30529,\n      \"dateTimeUtc\": \"2026-04-20T22:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 497.0,\n      \"border_NO4_FI\": 501.0,\n      \"border_NO4_SE2\": 587.0,\n      \"border_NO4_NO3\": 768.0,\n      \"border_SE1_SE2\": 1813.0,\n      \"border_NO3_SE2\": 1656.0,\n      \"border_NO3_NO1\": 1782.0,\n      \"border_SE2_SE3\": 6345.0,\n      \"border_NO5_NO1\": 2110.0,\n      \"border_NO1_SE3\": 2357.0,\n      \"border_NO5_NO2\": 1395.0,\n      \"border_NO1_NO2\": 2600.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3521.0,\n      \"border_SE1_FI\": 538.0,\n      \"border_NO3_NO5\": 1827.0,\n      \"border_SE1_NO4\": 972.0,\n      \"border_FI_NO4\": 770.0,\n      \"border_SE2_NO4\": 1001.0,\n      \"border_NO3_NO4\": 1606.0,\n      \"border_SE2_SE1\": 2830.0,\n      \"border_SE2_NO3\": 1610.0,\n      \"border_NO1_NO3\": 986.0,\n      \"border_SE3_SE2\": 6293.0,\n      \"border_NO1_NO5\": 2251.0,\n      \"border_SE3_NO1\": 1749.0,\n      \"border_NO2_NO5\": 1407.0,\n      \"border_NO2_NO1\": 3436.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1015.0,\n      \"border_NO5_NO3\": 1022.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30530,\n      \"dateTimeUtc\": \"2026-04-20T22:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 497.0,\n      \"border_NO4_FI\": 501.0,\n      \"border_NO4_SE2\": 587.0,\n      \"border_NO4_NO3\": 768.0,\n      \"border_SE1_SE2\": 1813.0,\n      \"border_NO3_SE2\": 1656.0,\n      \"border_NO3_NO1\": 1782.0,\n      \"border_SE2_SE3\": 6345.0,\n      \"border_NO5_NO1\": 2110.0,\n      \"border_NO1_SE3\": 2357.0,\n      \"border_NO5_NO2\": 1395.0,\n      \"border_NO1_NO2\": 2600.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3521.0,\n      \"border_SE1_FI\": 538.0,\n      \"border_NO3_NO5\": 1827.0,\n      \"border_SE1_NO4\": 972.0,\n      \"border_FI_NO4\": 770.0,\n      \"border_SE2_NO4\": 1001.0,\n      \"border_NO3_NO4\": 1606.0,\n      \"border_SE2_SE1\": 2830.0,\n      \"border_SE2_NO3\": 1610.0,\n      \"border_NO1_NO3\": 986.0,\n      \"border_SE3_SE2\": 6293.0,\n      \"border_NO1_NO5\": 2251.0,\n      \"border_SE3_NO1\": 1749.0,\n      \"border_NO2_NO5\": 1407.0,\n      \"border_NO2_NO1\": 3436.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1015.0,\n      \"border_NO5_NO3\": 1022.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30531,\n      \"dateTimeUtc\": \"2026-04-20T22:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 497.0,\n      \"border_NO4_FI\": 501.0,\n      \"border_NO4_SE2\": 587.0,\n      \"border_NO4_NO3\": 768.0,\n      \"border_SE1_SE2\": 1813.0,\n      \"border_NO3_SE2\": 1656.0,\n      \"border_NO3_NO1\": 1782.0,\n      \"border_SE2_SE3\": 6345.0,\n      \"border_NO5_NO1\": 2110.0,\n      \"border_NO1_SE3\": 2357.0,\n      \"border_NO5_NO2\": 1395.0,\n      \"border_NO1_NO2\": 2600.0,\n      \"border_DK2_SE4\": 1420.0,\n      \"border_SE3_SE4\": 3521.0,\n      \"border_SE1_FI\": 538.0,\n      \"border_NO3_NO5\": 1827.0,\n      \"border_SE1_NO4\": 972.0,\n      \"border_FI_NO4\": 770.0,\n      \"border_SE2_NO4\": 1001.0,\n      \"border_NO3_NO4\": 1606.0,\n      \"border_SE2_SE1\": 2830.0,\n      \"border_SE2_NO3\": 1610.0,\n      \"border_NO1_NO3\": 986.0,\n      \"border_SE3_SE2\": 6293.0,\n      \"border_NO1_NO5\": 2251.0,\n      \"border_SE3_NO1\": 1749.0,\n      \"border_NO2_NO5\": 1407.0,\n      \"border_NO2_NO1\": 3436.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1015.0,\n      \"border_NO5_NO3\": 1022.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30532,\n      \"dateTimeUtc\": \"2026-04-20T23:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 487.0,\n      \"border_NO4_SE2\": 570.0,\n      \"border_NO4_NO3\": 747.0,\n      \"border_SE1_SE2\": 1801.0,\n      \"border_NO3_SE2\": 1638.0,\n      \"border_NO3_NO1\": 1742.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1747.0,\n      \"border_NO1_SE3\": 2393.0,\n      \"border_NO5_NO2\": 1154.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1451.0,\n      \"border_SE3_SE4\": 3566.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1786.0,\n      \"border_SE1_NO4\": 983.0,\n      \"border_FI_NO4\": 766.0,\n      \"border_SE2_NO4\": 1013.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2849.0,\n      \"border_SE2_NO3\": 1618.0,\n      \"border_NO1_NO3\": 1021.0,\n      \"border_SE3_SE2\": 6305.0,\n      \"border_NO1_NO5\": 2290.0,\n      \"border_SE3_NO1\": 1723.0,\n      \"border_NO2_NO5\": 1369.0,\n      \"border_NO2_NO1\": 3285.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1010.0,\n      \"border_NO5_NO3\": 1058.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30533,\n      \"dateTimeUtc\": \"2026-04-20T23:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.43\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 487.0,\n      \"border_NO4_SE2\": 570.0,\n      \"border_NO4_NO3\": 747.0,\n      \"border_SE1_SE2\": 1801.0,\n      \"border_NO3_SE2\": 1638.0,\n      \"border_NO3_NO1\": 1742.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1747.0,\n      \"border_NO1_SE3\": 2393.0,\n      \"border_NO5_NO2\": 1154.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1451.0,\n      \"border_SE3_SE4\": 3566.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1786.0,\n      \"border_SE1_NO4\": 983.0,\n      \"border_FI_NO4\": 766.0,\n      \"border_SE2_NO4\": 1013.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2849.0,\n      \"border_SE2_NO3\": 1618.0,\n      \"border_NO1_NO3\": 1021.0,\n      \"border_SE3_SE2\": 6305.0,\n      \"border_NO1_NO5\": 2290.0,\n      \"border_SE3_NO1\": 1723.0,\n      \"border_NO2_NO5\": 1369.0,\n      \"border_NO2_NO1\": 3285.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1010.0,\n      \"border_NO5_NO3\": 1058.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30534,\n      \"dateTimeUtc\": \"2026-04-20T23:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 487.0,\n      \"border_NO4_SE2\": 570.0,\n      \"border_NO4_NO3\": 747.0,\n      \"border_SE1_SE2\": 1801.0,\n      \"border_NO3_SE2\": 1638.0,\n      \"border_NO3_NO1\": 1742.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1747.0,\n      \"border_NO1_SE3\": 2393.0,\n      \"border_NO5_NO2\": 1154.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1451.0,\n      \"border_SE3_SE4\": 3566.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1786.0,\n      \"border_SE1_NO4\": 983.0,\n      \"border_FI_NO4\": 766.0,\n      \"border_SE2_NO4\": 1013.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2849.0,\n      \"border_SE2_NO3\": 1618.0,\n      \"border_NO1_NO3\": 1021.0,\n      \"border_SE3_SE2\": 6305.0,\n      \"border_NO1_NO5\": 2290.0,\n      \"border_SE3_NO1\": 1723.0,\n      \"border_NO2_NO5\": 1369.0,\n      \"border_NO2_NO1\": 3285.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1010.0,\n      \"border_NO5_NO3\": 1058.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30535,\n      \"dateTimeUtc\": \"2026-04-20T23:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 483.0,\n      \"border_NO4_FI\": 487.0,\n      \"border_NO4_SE2\": 570.0,\n      \"border_NO4_NO3\": 747.0,\n      \"border_SE1_SE2\": 1801.0,\n      \"border_NO3_SE2\": 1638.0,\n      \"border_NO3_NO1\": 1742.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1747.0,\n      \"border_NO1_SE3\": 2393.0,\n      \"border_NO5_NO2\": 1154.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1451.0,\n      \"border_SE3_SE4\": 3566.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1786.0,\n      \"border_SE1_NO4\": 983.0,\n      \"border_FI_NO4\": 766.0,\n      \"border_SE2_NO4\": 1013.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2849.0,\n      \"border_SE2_NO3\": 1618.0,\n      \"border_NO1_NO3\": 1021.0,\n      \"border_SE3_SE2\": 6305.0,\n      \"border_NO1_NO5\": 2290.0,\n      \"border_SE3_NO1\": 1723.0,\n      \"border_NO2_NO5\": 1369.0,\n      \"border_NO2_NO1\": 3285.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1010.0,\n      \"border_NO5_NO3\": 1058.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30536,\n      \"dateTimeUtc\": \"2026-04-21T00:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 484.0,\n      \"border_NO4_FI\": 488.0,\n      \"border_NO4_SE2\": 574.0,\n      \"border_NO4_NO3\": 752.0,\n      \"border_SE1_SE2\": 1799.0,\n      \"border_NO3_SE2\": 1644.0,\n      \"border_NO3_NO1\": 1828.0,\n      \"border_SE2_SE3\": 6300.0,\n      \"border_NO5_NO1\": 1762.0,\n      \"border_NO1_SE3\": 2373.0,\n      \"border_NO5_NO2\": 1159.0,\n      \"border_NO1_NO2\": 2591.0,\n      \"border_DK2_SE4\": 1447.0,\n      \"border_SE3_SE4\": 3535.0,\n      \"border_SE1_FI\": 549.0,\n      \"border_NO3_NO5\": 1875.0,\n      \"border_SE1_NO4\": 991.0,\n      \"border_FI_NO4\": 752.0,\n      \"border_SE2_NO4\": 1021.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2868.0,\n      \"border_SE2_NO3\": 1624.0,\n      \"border_NO1_NO3\": 978.0,\n      \"border_SE3_SE2\": 6351.0,\n      \"border_NO1_NO5\": 2314.0,\n      \"border_SE3_NO1\": 1737.0,\n      \"border_NO2_NO5\": 1378.0,\n      \"border_NO2_NO1\": 3263.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 990.0,\n      \"border_NO5_NO3\": 1014.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30537,\n      \"dateTimeUtc\": \"2026-04-21T00:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 484.0,\n      \"border_NO4_FI\": 488.0,\n      \"border_NO4_SE2\": 574.0,\n      \"border_NO4_NO3\": 752.0,\n      \"border_SE1_SE2\": 1799.0,\n      \"border_NO3_SE2\": 1644.0,\n      \"border_NO3_NO1\": 1828.0,\n      \"border_SE2_SE3\": 6300.0,\n      \"border_NO5_NO1\": 1762.0,\n      \"border_NO1_SE3\": 2373.0,\n      \"border_NO5_NO2\": 1159.0,\n      \"border_NO1_NO2\": 2591.0,\n      \"border_DK2_SE4\": 1447.0,\n      \"border_SE3_SE4\": 3535.0,\n      \"border_SE1_FI\": 549.0,\n      \"border_NO3_NO5\": 1875.0,\n      \"border_SE1_NO4\": 991.0,\n      \"border_FI_NO4\": 752.0,\n      \"border_SE2_NO4\": 1021.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2868.0,\n      \"border_SE2_NO3\": 1624.0,\n      \"border_NO1_NO3\": 978.0,\n      \"border_SE3_SE2\": 6351.0,\n      \"border_NO1_NO5\": 2314.0,\n      \"border_SE3_NO1\": 1737.0,\n      \"border_NO2_NO5\": 1378.0,\n      \"border_NO2_NO1\": 3263.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 990.0,\n      \"border_NO5_NO3\": 1014.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30538,\n      \"dateTimeUtc\": \"2026-04-21T00:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 484.0,\n      \"border_NO4_FI\": 488.0,\n      \"border_NO4_SE2\": 574.0,\n      \"border_NO4_NO3\": 752.0,\n      \"border_SE1_SE2\": 1799.0,\n      \"border_NO3_SE2\": 1644.0,\n      \"border_NO3_NO1\": 1828.0,\n      \"border_SE2_SE3\": 6300.0,\n      \"border_NO5_NO1\": 1762.0,\n      \"border_NO1_SE3\": 2373.0,\n      \"border_NO5_NO2\": 1159.0,\n      \"border_NO1_NO2\": 2591.0,\n      \"border_DK2_SE4\": 1447.0,\n      \"border_SE3_SE4\": 3535.0,\n      \"border_SE1_FI\": 549.0,\n      \"border_NO3_NO5\": 1875.0,\n      \"border_SE1_NO4\": 991.0,\n      \"border_FI_NO4\": 752.0,\n      \"border_SE2_NO4\": 1021.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2868.0,\n      \"border_SE2_NO3\": 1624.0,\n      \"border_NO1_NO3\": 978.0,\n      \"border_SE3_SE2\": 6351.0,\n      \"border_NO1_NO5\": 2314.0,\n      \"border_SE3_NO1\": 1737.0,\n      \"border_NO2_NO5\": 1378.0,\n      \"border_NO2_NO1\": 3263.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 990.0,\n      \"border_NO5_NO3\": 1014.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30539,\n      \"dateTimeUtc\": \"2026-04-21T00:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 484.0,\n      \"border_NO4_FI\": 488.0,\n      \"border_NO4_SE2\": 574.0,\n      \"border_NO4_NO3\": 752.0,\n      \"border_SE1_SE2\": 1799.0,\n      \"border_NO3_SE2\": 1644.0,\n      \"border_NO3_NO1\": 1828.0,\n      \"border_SE2_SE3\": 6300.0,\n      \"border_NO5_NO1\": 1762.0,\n      \"border_NO1_SE3\": 2373.0,\n      \"border_NO5_NO2\": 1159.0,\n      \"border_NO1_NO2\": 2591.0,\n      \"border_DK2_SE4\": 1447.0,\n      \"border_SE3_SE4\": 3535.0,\n      \"border_SE1_FI\": 549.0,\n      \"border_NO3_NO5\": 1875.0,\n      \"border_SE1_NO4\": 991.0,\n      \"border_FI_NO4\": 752.0,\n      \"border_SE2_NO4\": 1021.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2868.0,\n      \"border_SE2_NO3\": 1624.0,\n      \"border_NO1_NO3\": 978.0,\n      \"border_SE3_SE2\": 6351.0,\n      \"border_NO1_NO5\": 2314.0,\n      \"border_SE3_NO1\": 1737.0,\n      \"border_NO2_NO5\": 1378.0,\n      \"border_NO2_NO1\": 3263.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 990.0,\n      \"border_NO5_NO3\": 1014.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30540,\n      \"dateTimeUtc\": \"2026-04-21T01:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 541.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1797.0,\n      \"border_NO3_SE2\": 1640.0,\n      \"border_NO3_NO1\": 1769.0,\n      \"border_SE2_SE3\": 6283.0,\n      \"border_NO5_NO1\": 1784.0,\n      \"border_NO1_SE3\": 2404.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 1456.0,\n      \"border_SE3_SE4\": 3599.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 742.0,\n      \"border_SE2_NO4\": 1042.0,\n      \"border_NO3_NO4\": 1585.0,\n      \"border_SE2_SE1\": 2881.0,\n      \"border_SE2_NO3\": 1640.0,\n      \"border_NO1_NO3\": 1020.0,\n      \"border_SE3_SE2\": 6415.0,\n      \"border_NO1_NO5\": 2246.0,\n      \"border_SE3_NO1\": 1718.0,\n      \"border_NO2_NO5\": 1335.0,\n      \"border_NO2_NO1\": 3279.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 979.0,\n      \"border_NO5_NO3\": 1057.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30541,\n      \"dateTimeUtc\": \"2026-04-21T01:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 541.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1797.0,\n      \"border_NO3_SE2\": 1640.0,\n      \"border_NO3_NO1\": 1769.0,\n      \"border_SE2_SE3\": 6283.0,\n      \"border_NO5_NO1\": 1784.0,\n      \"border_NO1_SE3\": 2404.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 1456.0,\n      \"border_SE3_SE4\": 3599.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 742.0,\n      \"border_SE2_NO4\": 1042.0,\n      \"border_NO3_NO4\": 1585.0,\n      \"border_SE2_SE1\": 2881.0,\n      \"border_SE2_NO3\": 1640.0,\n      \"border_NO1_NO3\": 1020.0,\n      \"border_SE3_SE2\": 6415.0,\n      \"border_NO1_NO5\": 2246.0,\n      \"border_SE3_NO1\": 1718.0,\n      \"border_NO2_NO5\": 1335.0,\n      \"border_NO2_NO1\": 3279.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 979.0,\n      \"border_NO5_NO3\": 1057.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30542,\n      \"dateTimeUtc\": \"2026-04-21T01:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 541.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1797.0,\n      \"border_NO3_SE2\": 1640.0,\n      \"border_NO3_NO1\": 1769.0,\n      \"border_SE2_SE3\": 6283.0,\n      \"border_NO5_NO1\": 1784.0,\n      \"border_NO1_SE3\": 2404.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 1456.0,\n      \"border_SE3_SE4\": 3599.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 742.0,\n      \"border_SE2_NO4\": 1042.0,\n      \"border_NO3_NO4\": 1585.0,\n      \"border_SE2_SE1\": 2881.0,\n      \"border_SE2_NO3\": 1640.0,\n      \"border_NO1_NO3\": 1020.0,\n      \"border_SE3_SE2\": 6415.0,\n      \"border_NO1_NO5\": 2246.0,\n      \"border_SE3_NO1\": 1718.0,\n      \"border_NO2_NO5\": 1335.0,\n      \"border_NO2_NO1\": 3279.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 979.0,\n      \"border_NO5_NO3\": 1057.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30543,\n      \"dateTimeUtc\": \"2026-04-21T01:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 541.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1797.0,\n      \"border_NO3_SE2\": 1640.0,\n      \"border_NO3_NO1\": 1769.0,\n      \"border_SE2_SE3\": 6283.0,\n      \"border_NO5_NO1\": 1784.0,\n      \"border_NO1_SE3\": 2404.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2587.0,\n      \"border_DK2_SE4\": 1456.0,\n      \"border_SE3_SE4\": 3599.0,\n      \"border_SE1_FI\": 547.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 742.0,\n      \"border_SE2_NO4\": 1042.0,\n      \"border_NO3_NO4\": 1585.0,\n      \"border_SE2_SE1\": 2881.0,\n      \"border_SE2_NO3\": 1640.0,\n      \"border_NO1_NO3\": 1020.0,\n      \"border_SE3_SE2\": 6415.0,\n      \"border_NO1_NO5\": 2246.0,\n      \"border_SE3_NO1\": 1718.0,\n      \"border_NO2_NO5\": 1335.0,\n      \"border_NO2_NO1\": 3279.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 979.0,\n      \"border_NO5_NO3\": 1057.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30544,\n      \"dateTimeUtc\": \"2026-04-21T02:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 456.0,\n      \"border_NO4_FI\": 459.0,\n      \"border_NO4_SE2\": 538.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1674.0,\n      \"border_NO3_NO1\": 1832.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1773.0,\n      \"border_NO1_SE3\": 2398.0,\n      \"border_NO5_NO2\": 1164.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1479.0,\n      \"border_SE3_SE4\": 3584.0,\n      \"border_SE1_FI\": 561.0,\n      \"border_NO3_NO5\": 1879.0,\n      \"border_SE1_NO4\": 1013.0,\n      \"border_FI_NO4\": 719.0,\n      \"border_SE2_NO4\": 1045.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2894.0,\n      \"border_SE2_NO3\": 1636.0,\n      \"border_NO1_NO3\": 993.0,\n      \"border_SE3_SE2\": 6379.0,\n      \"border_NO1_NO5\": 2240.0,\n      \"border_SE3_NO1\": 1720.0,\n      \"border_NO2_NO5\": 1327.0,\n      \"border_NO2_NO1\": 3254.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 949.0,\n      \"border_NO5_NO3\": 1030.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30545,\n      \"dateTimeUtc\": \"2026-04-21T02:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 456.0,\n      \"border_NO4_FI\": 459.0,\n      \"border_NO4_SE2\": 538.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1674.0,\n      \"border_NO3_NO1\": 1832.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1773.0,\n      \"border_NO1_SE3\": 2398.0,\n      \"border_NO5_NO2\": 1164.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1479.0,\n      \"border_SE3_SE4\": 3584.0,\n      \"border_SE1_FI\": 561.0,\n      \"border_NO3_NO5\": 1879.0,\n      \"border_SE1_NO4\": 1013.0,\n      \"border_FI_NO4\": 719.0,\n      \"border_SE2_NO4\": 1045.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2894.0,\n      \"border_SE2_NO3\": 1636.0,\n      \"border_NO1_NO3\": 993.0,\n      \"border_SE3_SE2\": 6379.0,\n      \"border_NO1_NO5\": 2240.0,\n      \"border_SE3_NO1\": 1720.0,\n      \"border_NO2_NO5\": 1327.0,\n      \"border_NO2_NO1\": 3254.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 949.0,\n      \"border_NO5_NO3\": 1030.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30546,\n      \"dateTimeUtc\": \"2026-04-21T02:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 456.0,\n      \"border_NO4_FI\": 459.0,\n      \"border_NO4_SE2\": 538.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1674.0,\n      \"border_NO3_NO1\": 1832.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1773.0,\n      \"border_NO1_SE3\": 2398.0,\n      \"border_NO5_NO2\": 1164.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1479.0,\n      \"border_SE3_SE4\": 3584.0,\n      \"border_SE1_FI\": 561.0,\n      \"border_NO3_NO5\": 1879.0,\n      \"border_SE1_NO4\": 1013.0,\n      \"border_FI_NO4\": 719.0,\n      \"border_SE2_NO4\": 1045.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2894.0,\n      \"border_SE2_NO3\": 1636.0,\n      \"border_NO1_NO3\": 993.0,\n      \"border_SE3_SE2\": 6379.0,\n      \"border_NO1_NO5\": 2240.0,\n      \"border_SE3_NO1\": 1720.0,\n      \"border_NO2_NO5\": 1327.0,\n      \"border_NO2_NO1\": 3254.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 949.0,\n      \"border_NO5_NO3\": 1030.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30547,\n      \"dateTimeUtc\": \"2026-04-21T02:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 456.0,\n      \"border_NO4_FI\": 459.0,\n      \"border_NO4_SE2\": 538.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1787.0,\n      \"border_NO3_SE2\": 1674.0,\n      \"border_NO3_NO1\": 1832.0,\n      \"border_SE2_SE3\": 6295.0,\n      \"border_NO5_NO1\": 1773.0,\n      \"border_NO1_SE3\": 2398.0,\n      \"border_NO5_NO2\": 1164.0,\n      \"border_NO1_NO2\": 2589.0,\n      \"border_DK2_SE4\": 1479.0,\n      \"border_SE3_SE4\": 3584.0,\n      \"border_SE1_FI\": 561.0,\n      \"border_NO3_NO5\": 1879.0,\n      \"border_SE1_NO4\": 1013.0,\n      \"border_FI_NO4\": 719.0,\n      \"border_SE2_NO4\": 1045.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2894.0,\n      \"border_SE2_NO3\": 1636.0,\n      \"border_NO1_NO3\": 993.0,\n      \"border_SE3_SE2\": 6379.0,\n      \"border_NO1_NO5\": 2240.0,\n      \"border_SE3_NO1\": 1720.0,\n      \"border_NO2_NO5\": 1327.0,\n      \"border_NO2_NO1\": 3254.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 949.0,\n      \"border_NO5_NO3\": 1030.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30548,\n      \"dateTimeUtc\": \"2026-04-21T03:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 443.0,\n      \"border_NO4_FI\": 446.0,\n      \"border_NO4_SE2\": 523.0,\n      \"border_NO4_NO3\": 685.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1612.0,\n      \"border_NO3_NO1\": 1790.0,\n      \"border_SE2_SE3\": 6221.0,\n      \"border_NO5_NO1\": 1932.0,\n      \"border_NO1_SE3\": 2303.0,\n      \"border_NO5_NO2\": 1247.0,\n      \"border_NO1_NO2\": 2560.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3528.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1038.0,\n      \"border_FI_NO4\": 757.0,\n      \"border_SE2_NO4\": 1072.0,\n      \"border_NO3_NO4\": 1566.0,\n      \"border_SE2_SE1\": 2888.0,\n      \"border_SE2_NO3\": 1646.0,\n      \"border_NO1_NO3\": 1004.0,\n      \"border_SE3_SE2\": 6433.0,\n      \"border_NO1_NO5\": 2053.0,\n      \"border_SE3_NO1\": 1680.0,\n      \"border_NO2_NO5\": 1203.0,\n      \"border_NO2_NO1\": 2903.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1014.0,\n      \"border_NO5_NO3\": 1042.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30549,\n      \"dateTimeUtc\": \"2026-04-21T03:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 443.0,\n      \"border_NO4_FI\": 446.0,\n      \"border_NO4_SE2\": 523.0,\n      \"border_NO4_NO3\": 685.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1612.0,\n      \"border_NO3_NO1\": 1790.0,\n      \"border_SE2_SE3\": 6221.0,\n      \"border_NO5_NO1\": 1932.0,\n      \"border_NO1_SE3\": 2303.0,\n      \"border_NO5_NO2\": 1247.0,\n      \"border_NO1_NO2\": 2560.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3528.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1038.0,\n      \"border_FI_NO4\": 757.0,\n      \"border_SE2_NO4\": 1072.0,\n      \"border_NO3_NO4\": 1566.0,\n      \"border_SE2_SE1\": 2888.0,\n      \"border_SE2_NO3\": 1646.0,\n      \"border_NO1_NO3\": 1004.0,\n      \"border_SE3_SE2\": 6433.0,\n      \"border_NO1_NO5\": 2053.0,\n      \"border_SE3_NO1\": 1680.0,\n      \"border_NO2_NO5\": 1203.0,\n      \"border_NO2_NO1\": 2903.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1014.0,\n      \"border_NO5_NO3\": 1042.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30550,\n      \"dateTimeUtc\": \"2026-04-21T03:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 443.0,\n      \"border_NO4_FI\": 446.0,\n      \"border_NO4_SE2\": 523.0,\n      \"border_NO4_NO3\": 685.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1612.0,\n      \"border_NO3_NO1\": 1790.0,\n      \"border_SE2_SE3\": 6221.0,\n      \"border_NO5_NO1\": 1932.0,\n      \"border_NO1_SE3\": 2303.0,\n      \"border_NO5_NO2\": 1247.0,\n      \"border_NO1_NO2\": 2560.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3528.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1038.0,\n      \"border_FI_NO4\": 757.0,\n      \"border_SE2_NO4\": 1072.0,\n      \"border_NO3_NO4\": 1566.0,\n      \"border_SE2_SE1\": 2888.0,\n      \"border_SE2_NO3\": 1646.0,\n      \"border_NO1_NO3\": 1004.0,\n      \"border_SE3_SE2\": 6433.0,\n      \"border_NO1_NO5\": 2053.0,\n      \"border_SE3_NO1\": 1680.0,\n      \"border_NO2_NO5\": 1203.0,\n      \"border_NO2_NO1\": 2903.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1014.0,\n      \"border_NO5_NO3\": 1042.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30551,\n      \"dateTimeUtc\": \"2026-04-21T03:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 443.0,\n      \"border_NO4_FI\": 446.0,\n      \"border_NO4_SE2\": 523.0,\n      \"border_NO4_NO3\": 685.0,\n      \"border_SE1_SE2\": 1785.0,\n      \"border_NO3_SE2\": 1612.0,\n      \"border_NO3_NO1\": 1790.0,\n      \"border_SE2_SE3\": 6221.0,\n      \"border_NO5_NO1\": 1932.0,\n      \"border_NO1_SE3\": 2303.0,\n      \"border_NO5_NO2\": 1247.0,\n      \"border_NO1_NO2\": 2560.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3528.0,\n      \"border_SE1_FI\": 555.0,\n      \"border_NO3_NO5\": 1814.0,\n      \"border_SE1_NO4\": 1038.0,\n      \"border_FI_NO4\": 757.0,\n      \"border_SE2_NO4\": 1072.0,\n      \"border_NO3_NO4\": 1566.0,\n      \"border_SE2_SE1\": 2888.0,\n      \"border_SE2_NO3\": 1646.0,\n      \"border_NO1_NO3\": 1004.0,\n      \"border_SE3_SE2\": 6433.0,\n      \"border_NO1_NO5\": 2053.0,\n      \"border_SE3_NO1\": 1680.0,\n      \"border_NO2_NO5\": 1203.0,\n      \"border_NO2_NO1\": 2903.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1014.0,\n      \"border_NO5_NO3\": 1042.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30552,\n      \"dateTimeUtc\": \"2026-04-21T04:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 434.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 512.0,\n      \"border_NO4_NO3\": 668.0,\n      \"border_SE1_SE2\": 1769.0,\n      \"border_NO3_SE2\": 1497.0,\n      \"border_NO3_NO1\": 1733.0,\n      \"border_SE2_SE3\": 6054.0,\n      \"border_NO5_NO1\": 1905.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 1219.0,\n      \"border_NO1_NO2\": 2486.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3559.0,\n      \"border_SE1_FI\": 552.0,\n      \"border_NO3_NO5\": 1733.0,\n      \"border_SE1_NO4\": 1057.0,\n      \"border_FI_NO4\": 745.0,\n      \"border_SE2_NO4\": 1093.0,\n      \"border_NO3_NO4\": 1536.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1382.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6534.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 1596.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2724.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1006.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30553,\n      \"dateTimeUtc\": \"2026-04-21T04:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 434.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 512.0,\n      \"border_NO4_NO3\": 668.0,\n      \"border_SE1_SE2\": 1769.0,\n      \"border_NO3_SE2\": 1497.0,\n      \"border_NO3_NO1\": 1733.0,\n      \"border_SE2_SE3\": 6054.0,\n      \"border_NO5_NO1\": 1905.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 1219.0,\n      \"border_NO1_NO2\": 2486.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3559.0,\n      \"border_SE1_FI\": 552.0,\n      \"border_NO3_NO5\": 1733.0,\n      \"border_SE1_NO4\": 1057.0,\n      \"border_FI_NO4\": 745.0,\n      \"border_SE2_NO4\": 1093.0,\n      \"border_NO3_NO4\": 1536.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1382.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6534.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 1596.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2724.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1006.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30554,\n      \"dateTimeUtc\": \"2026-04-21T04:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 434.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 512.0,\n      \"border_NO4_NO3\": 668.0,\n      \"border_SE1_SE2\": 1769.0,\n      \"border_NO3_SE2\": 1497.0,\n      \"border_NO3_NO1\": 1733.0,\n      \"border_SE2_SE3\": 6054.0,\n      \"border_NO5_NO1\": 1905.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 1219.0,\n      \"border_NO1_NO2\": 2486.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3559.0,\n      \"border_SE1_FI\": 552.0,\n      \"border_NO3_NO5\": 1733.0,\n      \"border_SE1_NO4\": 1057.0,\n      \"border_FI_NO4\": 745.0,\n      \"border_SE2_NO4\": 1093.0,\n      \"border_NO3_NO4\": 1536.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1382.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6534.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 1596.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2724.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1006.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30555,\n      \"dateTimeUtc\": \"2026-04-21T04:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 434.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 512.0,\n      \"border_NO4_NO3\": 668.0,\n      \"border_SE1_SE2\": 1769.0,\n      \"border_NO3_SE2\": 1497.0,\n      \"border_NO3_NO1\": 1733.0,\n      \"border_SE2_SE3\": 6054.0,\n      \"border_NO5_NO1\": 1905.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 1219.0,\n      \"border_NO1_NO2\": 2486.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3559.0,\n      \"border_SE1_FI\": 552.0,\n      \"border_NO3_NO5\": 1733.0,\n      \"border_SE1_NO4\": 1057.0,\n      \"border_FI_NO4\": 745.0,\n      \"border_SE2_NO4\": 1093.0,\n      \"border_NO3_NO4\": 1536.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1382.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6534.0,\n      \"border_NO1_NO5\": 1950.0,\n      \"border_SE3_NO1\": 1596.0,\n      \"border_NO2_NO5\": 1137.0,\n      \"border_NO2_NO1\": 2724.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1006.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30556,\n      \"dateTimeUtc\": \"2026-04-21T05:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 411.0,\n      \"border_NO4_FI\": 414.0,\n      \"border_NO4_SE2\": 484.0,\n      \"border_NO4_NO3\": 631.0,\n      \"border_SE1_SE2\": 1825.0,\n      \"border_NO3_SE2\": 1492.0,\n      \"border_NO3_NO1\": 1750.0,\n      \"border_SE2_SE3\": 6061.0,\n      \"border_NO5_NO1\": 2078.0,\n      \"border_NO1_SE3\": 2057.0,\n      \"border_NO5_NO2\": 1328.0,\n      \"border_NO1_NO2\": 2504.0,\n      \"border_DK2_SE4\": 1458.0,\n      \"border_SE3_SE4\": 3461.0,\n      \"border_SE1_FI\": 545.0,\n      \"border_NO3_NO5\": 1750.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 1097.0,\n      \"border_NO3_NO4\": 1545.0,\n      \"border_SE2_SE1\": 2720.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 821.0,\n      \"border_SE3_SE2\": 6570.0,\n      \"border_NO1_NO5\": 1887.0,\n      \"border_SE3_NO1\": 1605.0,\n      \"border_NO2_NO5\": 1102.0,\n      \"border_NO2_NO1\": 2652.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 996.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30557,\n      \"dateTimeUtc\": \"2026-04-21T05:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 411.0,\n      \"border_NO4_FI\": 414.0,\n      \"border_NO4_SE2\": 484.0,\n      \"border_NO4_NO3\": 631.0,\n      \"border_SE1_SE2\": 1825.0,\n      \"border_NO3_SE2\": 1492.0,\n      \"border_NO3_NO1\": 1750.0,\n      \"border_SE2_SE3\": 6061.0,\n      \"border_NO5_NO1\": 2078.0,\n      \"border_NO1_SE3\": 2057.0,\n      \"border_NO5_NO2\": 1328.0,\n      \"border_NO1_NO2\": 2504.0,\n      \"border_DK2_SE4\": 1458.0,\n      \"border_SE3_SE4\": 3461.0,\n      \"border_SE1_FI\": 545.0,\n      \"border_NO3_NO5\": 1750.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 1097.0,\n      \"border_NO3_NO4\": 1545.0,\n      \"border_SE2_SE1\": 2720.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 821.0,\n      \"border_SE3_SE2\": 6570.0,\n      \"border_NO1_NO5\": 1887.0,\n      \"border_SE3_NO1\": 1605.0,\n      \"border_NO2_NO5\": 1102.0,\n      \"border_NO2_NO1\": 2652.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 996.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30558,\n      \"dateTimeUtc\": \"2026-04-21T05:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 411.0,\n      \"border_NO4_FI\": 414.0,\n      \"border_NO4_SE2\": 484.0,\n      \"border_NO4_NO3\": 631.0,\n      \"border_SE1_SE2\": 1825.0,\n      \"border_NO3_SE2\": 1492.0,\n      \"border_NO3_NO1\": 1750.0,\n      \"border_SE2_SE3\": 6061.0,\n      \"border_NO5_NO1\": 2078.0,\n      \"border_NO1_SE3\": 2057.0,\n      \"border_NO5_NO2\": 1328.0,\n      \"border_NO1_NO2\": 2504.0,\n      \"border_DK2_SE4\": 1458.0,\n      \"border_SE3_SE4\": 3461.0,\n      \"border_SE1_FI\": 545.0,\n      \"border_NO3_NO5\": 1750.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 1097.0,\n      \"border_NO3_NO4\": 1545.0,\n      \"border_SE2_SE1\": 2720.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 821.0,\n      \"border_SE3_SE2\": 6570.0,\n      \"border_NO1_NO5\": 1887.0,\n      \"border_SE3_NO1\": 1605.0,\n      \"border_NO2_NO5\": 1102.0,\n      \"border_NO2_NO1\": 2652.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 996.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30559,\n      \"dateTimeUtc\": \"2026-04-21T05:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 411.0,\n      \"border_NO4_FI\": 414.0,\n      \"border_NO4_SE2\": 484.0,\n      \"border_NO4_NO3\": 631.0,\n      \"border_SE1_SE2\": 1825.0,\n      \"border_NO3_SE2\": 1492.0,\n      \"border_NO3_NO1\": 1750.0,\n      \"border_SE2_SE3\": 6061.0,\n      \"border_NO5_NO1\": 2078.0,\n      \"border_NO1_SE3\": 2057.0,\n      \"border_NO5_NO2\": 1328.0,\n      \"border_NO1_NO2\": 2504.0,\n      \"border_DK2_SE4\": 1458.0,\n      \"border_SE3_SE4\": 3461.0,\n      \"border_SE1_FI\": 545.0,\n      \"border_NO3_NO5\": 1750.0,\n      \"border_SE1_NO4\": 1061.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 1097.0,\n      \"border_NO3_NO4\": 1545.0,\n      \"border_SE2_SE1\": 2720.0,\n      \"border_SE2_NO3\": 1347.0,\n      \"border_NO1_NO3\": 821.0,\n      \"border_SE3_SE2\": 6570.0,\n      \"border_NO1_NO5\": 1887.0,\n      \"border_SE3_NO1\": 1605.0,\n      \"border_NO2_NO5\": 1102.0,\n      \"border_NO2_NO1\": 2652.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 996.0,\n      \"border_NO5_NO3\": 852.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30560,\n      \"dateTimeUtc\": \"2026-04-21T06:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 712.0,\n      \"border_SE1_SE2\": 1885.0,\n      \"border_NO3_SE2\": 1583.0,\n      \"border_NO3_NO1\": 1691.0,\n      \"border_SE2_SE3\": 6201.0,\n      \"border_NO5_NO1\": 2205.0,\n      \"border_NO1_SE3\": 2130.0,\n      \"border_NO5_NO2\": 1420.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1389.0,\n      \"border_SE3_SE4\": 3537.0,\n      \"border_SE1_FI\": 550.0,\n      \"border_NO3_NO5\": 1732.0,\n      \"border_SE1_NO4\": 1029.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 1065.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2858.0,\n      \"border_SE2_NO3\": 1406.0,\n      \"border_NO1_NO3\": 859.0,\n      \"border_SE3_SE2\": 6571.0,\n      \"border_NO1_NO5\": 1840.0,\n      \"border_SE3_NO1\": 1599.0,\n      \"border_NO2_NO5\": 1071.0,\n      \"border_NO2_NO1\": 2563.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 981.0,\n      \"border_NO5_NO3\": 891.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30561,\n      \"dateTimeUtc\": \"2026-04-21T06:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 712.0,\n      \"border_SE1_SE2\": 1885.0,\n      \"border_NO3_SE2\": 1583.0,\n      \"border_NO3_NO1\": 1691.0,\n      \"border_SE2_SE3\": 6201.0,\n      \"border_NO5_NO1\": 2205.0,\n      \"border_NO1_SE3\": 2130.0,\n      \"border_NO5_NO2\": 1420.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1389.0,\n      \"border_SE3_SE4\": 3537.0,\n      \"border_SE1_FI\": 550.0,\n      \"border_NO3_NO5\": 1732.0,\n      \"border_SE1_NO4\": 1029.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 1065.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2858.0,\n      \"border_SE2_NO3\": 1406.0,\n      \"border_NO1_NO3\": 859.0,\n      \"border_SE3_SE2\": 6571.0,\n      \"border_NO1_NO5\": 1840.0,\n      \"border_SE3_NO1\": 1599.0,\n      \"border_NO2_NO5\": 1071.0,\n      \"border_NO2_NO1\": 2563.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 981.0,\n      \"border_NO5_NO3\": 891.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30562,\n      \"dateTimeUtc\": \"2026-04-21T06:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 712.0,\n      \"border_SE1_SE2\": 1885.0,\n      \"border_NO3_SE2\": 1583.0,\n      \"border_NO3_NO1\": 1691.0,\n      \"border_SE2_SE3\": 6201.0,\n      \"border_NO5_NO1\": 2205.0,\n      \"border_NO1_SE3\": 2130.0,\n      \"border_NO5_NO2\": 1420.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1389.0,\n      \"border_SE3_SE4\": 3537.0,\n      \"border_SE1_FI\": 550.0,\n      \"border_NO3_NO5\": 1732.0,\n      \"border_SE1_NO4\": 1029.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 1065.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2858.0,\n      \"border_SE2_NO3\": 1406.0,\n      \"border_NO1_NO3\": 859.0,\n      \"border_SE3_SE2\": 6571.0,\n      \"border_NO1_NO5\": 1840.0,\n      \"border_SE3_NO1\": 1599.0,\n      \"border_NO2_NO5\": 1071.0,\n      \"border_NO2_NO1\": 2563.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 981.0,\n      \"border_NO5_NO3\": 891.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30563,\n      \"dateTimeUtc\": \"2026-04-21T06:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 461.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 712.0,\n      \"border_SE1_SE2\": 1885.0,\n      \"border_NO3_SE2\": 1583.0,\n      \"border_NO3_NO1\": 1691.0,\n      \"border_SE2_SE3\": 6201.0,\n      \"border_NO5_NO1\": 2205.0,\n      \"border_NO1_SE3\": 2130.0,\n      \"border_NO5_NO2\": 1420.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1389.0,\n      \"border_SE3_SE4\": 3537.0,\n      \"border_SE1_FI\": 550.0,\n      \"border_NO3_NO5\": 1732.0,\n      \"border_SE1_NO4\": 1029.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 1065.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2858.0,\n      \"border_SE2_NO3\": 1406.0,\n      \"border_NO1_NO3\": 859.0,\n      \"border_SE3_SE2\": 6571.0,\n      \"border_NO1_NO5\": 1840.0,\n      \"border_SE3_NO1\": 1599.0,\n      \"border_NO2_NO5\": 1071.0,\n      \"border_NO2_NO1\": 2563.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 981.0,\n      \"border_NO5_NO3\": 891.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30564,\n      \"dateTimeUtc\": \"2026-04-21T07:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 433.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 509.0,\n      \"border_NO4_NO3\": 673.0,\n      \"border_SE1_SE2\": 1770.0,\n      \"border_NO3_SE2\": 1597.0,\n      \"border_NO3_NO1\": 1679.0,\n      \"border_SE2_SE3\": 6367.0,\n      \"border_NO5_NO1\": 2281.0,\n      \"border_NO1_SE3\": 2143.0,\n      \"border_NO5_NO2\": 1446.0,\n      \"border_NO1_NO2\": 2519.0,\n      \"border_DK2_SE4\": 1198.0,\n      \"border_SE3_SE4\": 3621.0,\n      \"border_SE1_FI\": 537.0,\n      \"border_NO3_NO5\": 1723.0,\n      \"border_SE1_NO4\": 1015.0,\n      \"border_FI_NO4\": 794.0,\n      \"border_SE2_NO4\": 1048.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2877.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 855.0,\n      \"border_SE3_SE2\": 6558.0,\n      \"border_NO1_NO5\": 1924.0,\n      \"border_SE3_NO1\": 1606.0,\n      \"border_NO2_NO5\": 1093.0,\n      \"border_NO2_NO1\": 2529.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1035.0,\n      \"border_NO5_NO3\": 887.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30565,\n      \"dateTimeUtc\": \"2026-04-21T07:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 433.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 509.0,\n      \"border_NO4_NO3\": 673.0,\n      \"border_SE1_SE2\": 1770.0,\n      \"border_NO3_SE2\": 1597.0,\n      \"border_NO3_NO1\": 1679.0,\n      \"border_SE2_SE3\": 6367.0,\n      \"border_NO5_NO1\": 2281.0,\n      \"border_NO1_SE3\": 2143.0,\n      \"border_NO5_NO2\": 1446.0,\n      \"border_NO1_NO2\": 2519.0,\n      \"border_DK2_SE4\": 1198.0,\n      \"border_SE3_SE4\": 3621.0,\n      \"border_SE1_FI\": 537.0,\n      \"border_NO3_NO5\": 1723.0,\n      \"border_SE1_NO4\": 1015.0,\n      \"border_FI_NO4\": 794.0,\n      \"border_SE2_NO4\": 1048.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2877.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 855.0,\n      \"border_SE3_SE2\": 6558.0,\n      \"border_NO1_NO5\": 1924.0,\n      \"border_SE3_NO1\": 1606.0,\n      \"border_NO2_NO5\": 1093.0,\n      \"border_NO2_NO1\": 2529.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1035.0,\n      \"border_NO5_NO3\": 887.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30566,\n      \"dateTimeUtc\": \"2026-04-21T07:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 433.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 509.0,\n      \"border_NO4_NO3\": 673.0,\n      \"border_SE1_SE2\": 1770.0,\n      \"border_NO3_SE2\": 1597.0,\n      \"border_NO3_NO1\": 1679.0,\n      \"border_SE2_SE3\": 6367.0,\n      \"border_NO5_NO1\": 2281.0,\n      \"border_NO1_SE3\": 2143.0,\n      \"border_NO5_NO2\": 1446.0,\n      \"border_NO1_NO2\": 2519.0,\n      \"border_DK2_SE4\": 1198.0,\n      \"border_SE3_SE4\": 3621.0,\n      \"border_SE1_FI\": 537.0,\n      \"border_NO3_NO5\": 1723.0,\n      \"border_SE1_NO4\": 1015.0,\n      \"border_FI_NO4\": 794.0,\n      \"border_SE2_NO4\": 1048.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2877.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 855.0,\n      \"border_SE3_SE2\": 6558.0,\n      \"border_NO1_NO5\": 1924.0,\n      \"border_SE3_NO1\": 1606.0,\n      \"border_NO2_NO5\": 1093.0,\n      \"border_NO2_NO1\": 2529.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1035.0,\n      \"border_NO5_NO3\": 887.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30567,\n      \"dateTimeUtc\": \"2026-04-21T07:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 433.0,\n      \"border_NO4_FI\": 437.0,\n      \"border_NO4_SE2\": 509.0,\n      \"border_NO4_NO3\": 673.0,\n      \"border_SE1_SE2\": 1770.0,\n      \"border_NO3_SE2\": 1597.0,\n      \"border_NO3_NO1\": 1679.0,\n      \"border_SE2_SE3\": 6367.0,\n      \"border_NO5_NO1\": 2281.0,\n      \"border_NO1_SE3\": 2143.0,\n      \"border_NO5_NO2\": 1446.0,\n      \"border_NO1_NO2\": 2519.0,\n      \"border_DK2_SE4\": 1198.0,\n      \"border_SE3_SE4\": 3621.0,\n      \"border_SE1_FI\": 537.0,\n      \"border_NO3_NO5\": 1723.0,\n      \"border_SE1_NO4\": 1015.0,\n      \"border_FI_NO4\": 794.0,\n      \"border_SE2_NO4\": 1048.0,\n      \"border_NO3_NO4\": 1550.0,\n      \"border_SE2_SE1\": 2877.0,\n      \"border_SE2_NO3\": 1401.0,\n      \"border_NO1_NO3\": 855.0,\n      \"border_SE3_SE2\": 6558.0,\n      \"border_NO1_NO5\": 1924.0,\n      \"border_SE3_NO1\": 1606.0,\n      \"border_NO2_NO5\": 1093.0,\n      \"border_NO2_NO1\": 2529.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1035.0,\n      \"border_NO5_NO3\": 887.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30568,\n      \"dateTimeUtc\": \"2026-04-21T08:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 420.0,\n      \"border_NO4_FI\": 420.0,\n      \"border_NO4_SE2\": 489.0,\n      \"border_NO4_NO3\": 639.0,\n      \"border_SE1_SE2\": 1743.0,\n      \"border_NO3_SE2\": 1779.0,\n      \"border_NO3_NO1\": 1883.0,\n      \"border_SE2_SE3\": 6516.0,\n      \"border_NO5_NO1\": 1671.0,\n      \"border_NO1_SE3\": 2043.0,\n      \"border_NO5_NO2\": 1086.0,\n      \"border_NO1_NO2\": 2502.0,\n      \"border_DK2_SE4\": 926.0,\n      \"border_SE3_SE4\": 3567.0,\n      \"border_SE1_FI\": 541.0,\n      \"border_NO3_NO5\": 1935.0,\n      \"border_SE1_NO4\": 947.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 975.0,\n      \"border_NO3_NO4\": 1591.0,\n      \"border_SE2_SE1\": 2861.0,\n      \"border_SE2_NO3\": 1249.0,\n      \"border_NO1_NO3\": 744.0,\n      \"border_SE3_SE2\": 6359.0,\n      \"border_NO1_NO5\": 2241.0,\n      \"border_SE3_NO1\": 1696.0,\n      \"border_NO2_NO5\": 1290.0,\n      \"border_NO2_NO1\": 3042.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1120.0,\n      \"border_NO5_NO3\": 774.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30569,\n      \"dateTimeUtc\": \"2026-04-21T08:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 420.0,\n      \"border_NO4_FI\": 420.0,\n      \"border_NO4_SE2\": 489.0,\n      \"border_NO4_NO3\": 639.0,\n      \"border_SE1_SE2\": 1743.0,\n      \"border_NO3_SE2\": 1779.0,\n      \"border_NO3_NO1\": 1883.0,\n      \"border_SE2_SE3\": 6516.0,\n      \"border_NO5_NO1\": 1671.0,\n      \"border_NO1_SE3\": 2043.0,\n      \"border_NO5_NO2\": 1086.0,\n      \"border_NO1_NO2\": 2502.0,\n      \"border_DK2_SE4\": 926.0,\n      \"border_SE3_SE4\": 3567.0,\n      \"border_SE1_FI\": 541.0,\n      \"border_NO3_NO5\": 1935.0,\n      \"border_SE1_NO4\": 947.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 975.0,\n      \"border_NO3_NO4\": 1591.0,\n      \"border_SE2_SE1\": 2861.0,\n      \"border_SE2_NO3\": 1249.0,\n      \"border_NO1_NO3\": 744.0,\n      \"border_SE3_SE2\": 6359.0,\n      \"border_NO1_NO5\": 2241.0,\n      \"border_SE3_NO1\": 1696.0,\n      \"border_NO2_NO5\": 1290.0,\n      \"border_NO2_NO1\": 3042.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1120.0,\n      \"border_NO5_NO3\": 774.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30570,\n      \"dateTimeUtc\": \"2026-04-21T08:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 420.0,\n      \"border_NO4_FI\": 420.0,\n      \"border_NO4_SE2\": 489.0,\n      \"border_NO4_NO3\": 639.0,\n      \"border_SE1_SE2\": 1743.0,\n      \"border_NO3_SE2\": 1779.0,\n      \"border_NO3_NO1\": 1883.0,\n      \"border_SE2_SE3\": 6516.0,\n      \"border_NO5_NO1\": 1671.0,\n      \"border_NO1_SE3\": 2043.0,\n      \"border_NO5_NO2\": 1086.0,\n      \"border_NO1_NO2\": 2502.0,\n      \"border_DK2_SE4\": 926.0,\n      \"border_SE3_SE4\": 3567.0,\n      \"border_SE1_FI\": 541.0,\n      \"border_NO3_NO5\": 1935.0,\n      \"border_SE1_NO4\": 947.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 975.0,\n      \"border_NO3_NO4\": 1591.0,\n      \"border_SE2_SE1\": 2861.0,\n      \"border_SE2_NO3\": 1249.0,\n      \"border_NO1_NO3\": 744.0,\n      \"border_SE3_SE2\": 6359.0,\n      \"border_NO1_NO5\": 2241.0,\n      \"border_SE3_NO1\": 1696.0,\n      \"border_NO2_NO5\": 1290.0,\n      \"border_NO2_NO1\": 3042.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1120.0,\n      \"border_NO5_NO3\": 774.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30571,\n      \"dateTimeUtc\": \"2026-04-21T08:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 420.0,\n      \"border_NO4_FI\": 420.0,\n      \"border_NO4_SE2\": 489.0,\n      \"border_NO4_NO3\": 639.0,\n      \"border_SE1_SE2\": 1743.0,\n      \"border_NO3_SE2\": 1779.0,\n      \"border_NO3_NO1\": 1883.0,\n      \"border_SE2_SE3\": 6516.0,\n      \"border_NO5_NO1\": 1671.0,\n      \"border_NO1_SE3\": 2043.0,\n      \"border_NO5_NO2\": 1086.0,\n      \"border_NO1_NO2\": 2502.0,\n      \"border_DK2_SE4\": 926.0,\n      \"border_SE3_SE4\": 3567.0,\n      \"border_SE1_FI\": 541.0,\n      \"border_NO3_NO5\": 1935.0,\n      \"border_SE1_NO4\": 947.0,\n      \"border_FI_NO4\": 755.0,\n      \"border_SE2_NO4\": 975.0,\n      \"border_NO3_NO4\": 1591.0,\n      \"border_SE2_SE1\": 2861.0,\n      \"border_SE2_NO3\": 1249.0,\n      \"border_NO1_NO3\": 744.0,\n      \"border_SE3_SE2\": 6359.0,\n      \"border_NO1_NO5\": 2241.0,\n      \"border_SE3_NO1\": 1696.0,\n      \"border_NO2_NO5\": 1290.0,\n      \"border_NO2_NO1\": 3042.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1120.0,\n      \"border_NO5_NO3\": 774.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30572,\n      \"dateTimeUtc\": \"2026-04-21T09:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 451.0,\n      \"border_NO4_FI\": 451.0,\n      \"border_NO4_SE2\": 525.0,\n      \"border_NO4_NO3\": 689.0,\n      \"border_SE1_SE2\": 1760.0,\n      \"border_NO3_SE2\": 1845.0,\n      \"border_NO3_NO1\": 1932.0,\n      \"border_SE2_SE3\": 6590.0,\n      \"border_NO5_NO1\": 1511.0,\n      \"border_NO1_SE3\": 2234.0,\n      \"border_NO5_NO2\": 985.0,\n      \"border_NO1_NO2\": 2509.0,\n      \"border_DK2_SE4\": 956.0,\n      \"border_SE3_SE4\": 3568.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1976.0,\n      \"border_SE1_NO4\": 927.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 954.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2853.0,\n      \"border_SE2_NO3\": 1405.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6261.0,\n      \"border_NO1_NO5\": 2183.0,\n      \"border_SE3_NO1\": 1765.0,\n      \"border_NO2_NO5\": 1265.0,\n      \"border_NO2_NO1\": 3010.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1028.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30573,\n      \"dateTimeUtc\": \"2026-04-21T09:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 451.0,\n      \"border_NO4_FI\": 451.0,\n      \"border_NO4_SE2\": 525.0,\n      \"border_NO4_NO3\": 689.0,\n      \"border_SE1_SE2\": 1760.0,\n      \"border_NO3_SE2\": 1845.0,\n      \"border_NO3_NO1\": 1932.0,\n      \"border_SE2_SE3\": 6590.0,\n      \"border_NO5_NO1\": 1511.0,\n      \"border_NO1_SE3\": 2234.0,\n      \"border_NO5_NO2\": 985.0,\n      \"border_NO1_NO2\": 2509.0,\n      \"border_DK2_SE4\": 956.0,\n      \"border_SE3_SE4\": 3568.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1976.0,\n      \"border_SE1_NO4\": 927.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 954.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2853.0,\n      \"border_SE2_NO3\": 1405.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6261.0,\n      \"border_NO1_NO5\": 2183.0,\n      \"border_SE3_NO1\": 1765.0,\n      \"border_NO2_NO5\": 1265.0,\n      \"border_NO2_NO1\": 3010.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1028.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30574,\n      \"dateTimeUtc\": \"2026-04-21T09:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 451.0,\n      \"border_NO4_FI\": 451.0,\n      \"border_NO4_SE2\": 525.0,\n      \"border_NO4_NO3\": 689.0,\n      \"border_SE1_SE2\": 1760.0,\n      \"border_NO3_SE2\": 1845.0,\n      \"border_NO3_NO1\": 1932.0,\n      \"border_SE2_SE3\": 6590.0,\n      \"border_NO5_NO1\": 1511.0,\n      \"border_NO1_SE3\": 2234.0,\n      \"border_NO5_NO2\": 985.0,\n      \"border_NO1_NO2\": 2509.0,\n      \"border_DK2_SE4\": 956.0,\n      \"border_SE3_SE4\": 3568.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1976.0,\n      \"border_SE1_NO4\": 927.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 954.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2853.0,\n      \"border_SE2_NO3\": 1405.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6261.0,\n      \"border_NO1_NO5\": 2183.0,\n      \"border_SE3_NO1\": 1765.0,\n      \"border_NO2_NO5\": 1265.0,\n      \"border_NO2_NO1\": 3010.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1028.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30575,\n      \"dateTimeUtc\": \"2026-04-21T09:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 451.0,\n      \"border_NO4_FI\": 451.0,\n      \"border_NO4_SE2\": 525.0,\n      \"border_NO4_NO3\": 689.0,\n      \"border_SE1_SE2\": 1760.0,\n      \"border_NO3_SE2\": 1845.0,\n      \"border_NO3_NO1\": 1932.0,\n      \"border_SE2_SE3\": 6590.0,\n      \"border_NO5_NO1\": 1511.0,\n      \"border_NO1_SE3\": 2234.0,\n      \"border_NO5_NO2\": 985.0,\n      \"border_NO1_NO2\": 2509.0,\n      \"border_DK2_SE4\": 956.0,\n      \"border_SE3_SE4\": 3568.0,\n      \"border_SE1_FI\": 540.0,\n      \"border_NO3_NO5\": 1976.0,\n      \"border_SE1_NO4\": 927.0,\n      \"border_FI_NO4\": 751.0,\n      \"border_SE2_NO4\": 954.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2853.0,\n      \"border_SE2_NO3\": 1405.0,\n      \"border_NO1_NO3\": 842.0,\n      \"border_SE3_SE2\": 6261.0,\n      \"border_NO1_NO5\": 2183.0,\n      \"border_SE3_NO1\": 1765.0,\n      \"border_NO2_NO5\": 1265.0,\n      \"border_NO2_NO1\": 3010.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1028.0,\n      \"border_NO5_NO3\": 875.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30576,\n      \"dateTimeUtc\": \"2026-04-21T10:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 462.0,\n      \"border_NO4_FI\": 462.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 716.0,\n      \"border_SE1_SE2\": 1794.0,\n      \"border_NO3_SE2\": 1663.0,\n      \"border_NO3_NO1\": 1806.0,\n      \"border_SE2_SE3\": 6541.0,\n      \"border_NO5_NO1\": 1586.0,\n      \"border_NO1_SE3\": 2273.0,\n      \"border_NO5_NO2\": 1028.0,\n      \"border_NO1_NO2\": 2445.0,\n      \"border_DK2_SE4\": 663.0,\n      \"border_SE3_SE4\": 3574.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1854.0,\n      \"border_SE1_NO4\": 980.0,\n      \"border_FI_NO4\": 740.0,\n      \"border_SE2_NO4\": 1007.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2839.0,\n      \"border_SE2_NO3\": 1514.0,\n      \"border_NO1_NO3\": 919.0,\n      \"border_SE3_SE2\": 6314.0,\n      \"border_NO1_NO5\": 2167.0,\n      \"border_SE3_NO1\": 1729.0,\n      \"border_NO2_NO5\": 1248.0,\n      \"border_NO2_NO1\": 2945.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1041.0,\n      \"border_NO5_NO3\": 954.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30577,\n      \"dateTimeUtc\": \"2026-04-21T10:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 462.0,\n      \"border_NO4_FI\": 462.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 716.0,\n      \"border_SE1_SE2\": 1794.0,\n      \"border_NO3_SE2\": 1663.0,\n      \"border_NO3_NO1\": 1806.0,\n      \"border_SE2_SE3\": 6541.0,\n      \"border_NO5_NO1\": 1586.0,\n      \"border_NO1_SE3\": 2273.0,\n      \"border_NO5_NO2\": 1028.0,\n      \"border_NO1_NO2\": 2445.0,\n      \"border_DK2_SE4\": 663.0,\n      \"border_SE3_SE4\": 3574.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1854.0,\n      \"border_SE1_NO4\": 980.0,\n      \"border_FI_NO4\": 740.0,\n      \"border_SE2_NO4\": 1007.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2839.0,\n      \"border_SE2_NO3\": 1514.0,\n      \"border_NO1_NO3\": 919.0,\n      \"border_SE3_SE2\": 6314.0,\n      \"border_NO1_NO5\": 2167.0,\n      \"border_SE3_NO1\": 1729.0,\n      \"border_NO2_NO5\": 1248.0,\n      \"border_NO2_NO1\": 2945.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1041.0,\n      \"border_NO5_NO3\": 954.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30578,\n      \"dateTimeUtc\": \"2026-04-21T10:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 462.0,\n      \"border_NO4_FI\": 462.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 716.0,\n      \"border_SE1_SE2\": 1794.0,\n      \"border_NO3_SE2\": 1663.0,\n      \"border_NO3_NO1\": 1806.0,\n      \"border_SE2_SE3\": 6541.0,\n      \"border_NO5_NO1\": 1586.0,\n      \"border_NO1_SE3\": 2273.0,\n      \"border_NO5_NO2\": 1028.0,\n      \"border_NO1_NO2\": 2445.0,\n      \"border_DK2_SE4\": 663.0,\n      \"border_SE3_SE4\": 3574.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1854.0,\n      \"border_SE1_NO4\": 980.0,\n      \"border_FI_NO4\": 740.0,\n      \"border_SE2_NO4\": 1007.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2839.0,\n      \"border_SE2_NO3\": 1514.0,\n      \"border_NO1_NO3\": 919.0,\n      \"border_SE3_SE2\": 6314.0,\n      \"border_NO1_NO5\": 2167.0,\n      \"border_SE3_NO1\": 1729.0,\n      \"border_NO2_NO5\": 1248.0,\n      \"border_NO2_NO1\": 2945.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1041.0,\n      \"border_NO5_NO3\": 954.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30579,\n      \"dateTimeUtc\": \"2026-04-21T10:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 462.0,\n      \"border_NO4_FI\": 462.0,\n      \"border_NO4_SE2\": 539.0,\n      \"border_NO4_NO3\": 716.0,\n      \"border_SE1_SE2\": 1794.0,\n      \"border_NO3_SE2\": 1663.0,\n      \"border_NO3_NO1\": 1806.0,\n      \"border_SE2_SE3\": 6541.0,\n      \"border_NO5_NO1\": 1586.0,\n      \"border_NO1_SE3\": 2273.0,\n      \"border_NO5_NO2\": 1028.0,\n      \"border_NO1_NO2\": 2445.0,\n      \"border_DK2_SE4\": 663.0,\n      \"border_SE3_SE4\": 3574.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1854.0,\n      \"border_SE1_NO4\": 980.0,\n      \"border_FI_NO4\": 740.0,\n      \"border_SE2_NO4\": 1007.0,\n      \"border_NO3_NO4\": 1604.0,\n      \"border_SE2_SE1\": 2839.0,\n      \"border_SE2_NO3\": 1514.0,\n      \"border_NO1_NO3\": 919.0,\n      \"border_SE3_SE2\": 6314.0,\n      \"border_NO1_NO5\": 2167.0,\n      \"border_SE3_NO1\": 1729.0,\n      \"border_NO2_NO5\": 1248.0,\n      \"border_NO2_NO1\": 2945.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1041.0,\n      \"border_NO5_NO3\": 954.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30580,\n      \"dateTimeUtc\": \"2026-04-21T11:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 532.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1791.0,\n      \"border_NO3_SE2\": 1682.0,\n      \"border_NO3_NO1\": 1834.0,\n      \"border_SE2_SE3\": 6616.0,\n      \"border_NO5_NO1\": 1636.0,\n      \"border_NO1_SE3\": 2272.0,\n      \"border_NO5_NO2\": 1060.0,\n      \"border_NO1_NO2\": 2474.0,\n      \"border_DK2_SE4\": 802.0,\n      \"border_SE3_SE4\": 3669.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1882.0,\n      \"border_SE1_NO4\": 961.0,\n      \"border_FI_NO4\": 700.0,\n      \"border_SE2_NO4\": 986.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1448.0,\n      \"border_NO1_NO3\": 878.0,\n      \"border_SE3_SE2\": 6311.0,\n      \"border_NO1_NO5\": 2197.0,\n      \"border_SE3_NO1\": 1731.0,\n      \"border_NO2_NO5\": 1266.0,\n      \"border_NO2_NO1\": 2986.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 994.0,\n      \"border_NO5_NO3\": 911.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30581,\n      \"dateTimeUtc\": \"2026-04-21T11:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 532.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1791.0,\n      \"border_NO3_SE2\": 1682.0,\n      \"border_NO3_NO1\": 1834.0,\n      \"border_SE2_SE3\": 6616.0,\n      \"border_NO5_NO1\": 1636.0,\n      \"border_NO1_SE3\": 2272.0,\n      \"border_NO5_NO2\": 1060.0,\n      \"border_NO1_NO2\": 2474.0,\n      \"border_DK2_SE4\": 802.0,\n      \"border_SE3_SE4\": 3669.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1882.0,\n      \"border_SE1_NO4\": 961.0,\n      \"border_FI_NO4\": 700.0,\n      \"border_SE2_NO4\": 986.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1448.0,\n      \"border_NO1_NO3\": 878.0,\n      \"border_SE3_SE2\": 6311.0,\n      \"border_NO1_NO5\": 2197.0,\n      \"border_SE3_NO1\": 1731.0,\n      \"border_NO2_NO5\": 1266.0,\n      \"border_NO2_NO1\": 2986.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 994.0,\n      \"border_NO5_NO3\": 911.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30582,\n      \"dateTimeUtc\": \"2026-04-21T11:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 532.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1791.0,\n      \"border_NO3_SE2\": 1682.0,\n      \"border_NO3_NO1\": 1834.0,\n      \"border_SE2_SE3\": 6616.0,\n      \"border_NO5_NO1\": 1636.0,\n      \"border_NO1_SE3\": 2272.0,\n      \"border_NO5_NO2\": 1060.0,\n      \"border_NO1_NO2\": 2474.0,\n      \"border_DK2_SE4\": 802.0,\n      \"border_SE3_SE4\": 3669.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1882.0,\n      \"border_SE1_NO4\": 961.0,\n      \"border_FI_NO4\": 700.0,\n      \"border_SE2_NO4\": 986.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1448.0,\n      \"border_NO1_NO3\": 878.0,\n      \"border_SE3_SE2\": 6311.0,\n      \"border_NO1_NO5\": 2197.0,\n      \"border_SE3_NO1\": 1731.0,\n      \"border_NO2_NO5\": 1266.0,\n      \"border_NO2_NO1\": 2986.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 994.0,\n      \"border_NO5_NO3\": 911.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30583,\n      \"dateTimeUtc\": \"2026-04-21T11:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 457.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 532.0,\n      \"border_NO4_NO3\": 704.0,\n      \"border_SE1_SE2\": 1791.0,\n      \"border_NO3_SE2\": 1682.0,\n      \"border_NO3_NO1\": 1834.0,\n      \"border_SE2_SE3\": 6616.0,\n      \"border_NO5_NO1\": 1636.0,\n      \"border_NO1_SE3\": 2272.0,\n      \"border_NO5_NO2\": 1060.0,\n      \"border_NO1_NO2\": 2474.0,\n      \"border_DK2_SE4\": 802.0,\n      \"border_SE3_SE4\": 3669.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1882.0,\n      \"border_SE1_NO4\": 961.0,\n      \"border_FI_NO4\": 700.0,\n      \"border_SE2_NO4\": 986.0,\n      \"border_NO3_NO4\": 1584.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1448.0,\n      \"border_NO1_NO3\": 878.0,\n      \"border_SE3_SE2\": 6311.0,\n      \"border_NO1_NO5\": 2197.0,\n      \"border_SE3_NO1\": 1731.0,\n      \"border_NO2_NO5\": 1266.0,\n      \"border_NO2_NO1\": 2986.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 994.0,\n      \"border_NO5_NO3\": 911.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30584,\n      \"dateTimeUtc\": \"2026-04-21T12:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 458.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 533.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1779.0,\n      \"border_NO3_SE2\": 1668.0,\n      \"border_NO3_NO1\": 1855.0,\n      \"border_SE2_SE3\": 6678.0,\n      \"border_NO5_NO1\": 1628.0,\n      \"border_NO1_SE3\": 2238.0,\n      \"border_NO5_NO2\": 1052.0,\n      \"border_NO1_NO2\": 2463.0,\n      \"border_DK2_SE4\": 864.0,\n      \"border_SE3_SE4\": 3441.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1903.0,\n      \"border_SE1_NO4\": 969.0,\n      \"border_FI_NO4\": 659.0,\n      \"border_SE2_NO4\": 994.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2825.0,\n      \"border_SE2_NO3\": 1373.0,\n      \"border_NO1_NO3\": 831.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 2179.0,\n      \"border_SE3_NO1\": 1739.0,\n      \"border_NO2_NO5\": 1257.0,\n      \"border_NO2_NO1\": 2971.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 968.0,\n      \"border_NO5_NO3\": 862.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30585,\n      \"dateTimeUtc\": \"2026-04-21T12:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 458.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 533.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1779.0,\n      \"border_NO3_SE2\": 1668.0,\n      \"border_NO3_NO1\": 1855.0,\n      \"border_SE2_SE3\": 6678.0,\n      \"border_NO5_NO1\": 1628.0,\n      \"border_NO1_SE3\": 2238.0,\n      \"border_NO5_NO2\": 1052.0,\n      \"border_NO1_NO2\": 2463.0,\n      \"border_DK2_SE4\": 864.0,\n      \"border_SE3_SE4\": 3441.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1903.0,\n      \"border_SE1_NO4\": 969.0,\n      \"border_FI_NO4\": 659.0,\n      \"border_SE2_NO4\": 994.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2825.0,\n      \"border_SE2_NO3\": 1373.0,\n      \"border_NO1_NO3\": 831.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 2179.0,\n      \"border_SE3_NO1\": 1739.0,\n      \"border_NO2_NO5\": 1257.0,\n      \"border_NO2_NO1\": 2971.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 968.0,\n      \"border_NO5_NO3\": 862.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30586,\n      \"dateTimeUtc\": \"2026-04-21T12:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 458.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 533.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1779.0,\n      \"border_NO3_SE2\": 1668.0,\n      \"border_NO3_NO1\": 1855.0,\n      \"border_SE2_SE3\": 6678.0,\n      \"border_NO5_NO1\": 1628.0,\n      \"border_NO1_SE3\": 2238.0,\n      \"border_NO5_NO2\": 1052.0,\n      \"border_NO1_NO2\": 2463.0,\n      \"border_DK2_SE4\": 864.0,\n      \"border_SE3_SE4\": 3441.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1903.0,\n      \"border_SE1_NO4\": 969.0,\n      \"border_FI_NO4\": 659.0,\n      \"border_SE2_NO4\": 994.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2825.0,\n      \"border_SE2_NO3\": 1373.0,\n      \"border_NO1_NO3\": 831.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 2179.0,\n      \"border_SE3_NO1\": 1739.0,\n      \"border_NO2_NO5\": 1257.0,\n      \"border_NO2_NO1\": 2971.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 968.0,\n      \"border_NO5_NO3\": 862.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30587,\n      \"dateTimeUtc\": \"2026-04-21T12:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 458.0,\n      \"border_NO4_FI\": 457.0,\n      \"border_NO4_SE2\": 533.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 1779.0,\n      \"border_NO3_SE2\": 1668.0,\n      \"border_NO3_NO1\": 1855.0,\n      \"border_SE2_SE3\": 6678.0,\n      \"border_NO5_NO1\": 1628.0,\n      \"border_NO1_SE3\": 2238.0,\n      \"border_NO5_NO2\": 1052.0,\n      \"border_NO1_NO2\": 2463.0,\n      \"border_DK2_SE4\": 864.0,\n      \"border_SE3_SE4\": 3441.0,\n      \"border_SE1_FI\": 527.0,\n      \"border_NO3_NO5\": 1903.0,\n      \"border_SE1_NO4\": 969.0,\n      \"border_FI_NO4\": 659.0,\n      \"border_SE2_NO4\": 994.0,\n      \"border_NO3_NO4\": 1587.0,\n      \"border_SE2_SE1\": 2825.0,\n      \"border_SE2_NO3\": 1373.0,\n      \"border_NO1_NO3\": 831.0,\n      \"border_SE3_SE2\": 6277.0,\n      \"border_NO1_NO5\": 2179.0,\n      \"border_SE3_NO1\": 1739.0,\n      \"border_NO2_NO5\": 1257.0,\n      \"border_NO2_NO1\": 2971.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 968.0,\n      \"border_NO5_NO3\": 862.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30588,\n      \"dateTimeUtc\": \"2026-04-21T13:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 449.0,\n      \"border_NO4_FI\": 448.0,\n      \"border_NO4_SE2\": 522.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1777.0,\n      \"border_NO3_SE2\": 1690.0,\n      \"border_NO3_NO1\": 1858.0,\n      \"border_SE2_SE3\": 6763.0,\n      \"border_NO5_NO1\": 1821.0,\n      \"border_NO1_SE3\": 2253.0,\n      \"border_NO5_NO2\": 1166.0,\n      \"border_NO1_NO2\": 2521.0,\n      \"border_DK2_SE4\": 913.0,\n      \"border_SE3_SE4\": 3456.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1905.0,\n      \"border_SE1_NO4\": 966.0,\n      \"border_FI_NO4\": 619.0,\n      \"border_SE2_NO4\": 990.0,\n      \"border_NO3_NO4\": 1612.0,\n      \"border_SE2_SE1\": 2827.0,\n      \"border_SE2_NO3\": 1356.0,\n      \"border_NO1_NO3\": 825.0,\n      \"border_SE3_SE2\": 6269.0,\n      \"border_NO1_NO5\": 2202.0,\n      \"border_SE3_NO1\": 1751.0,\n      \"border_NO2_NO5\": 1283.0,\n      \"border_NO2_NO1\": 3076.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 899.0,\n      \"border_NO5_NO3\": 856.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30589,\n      \"dateTimeUtc\": \"2026-04-21T13:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 449.0,\n      \"border_NO4_FI\": 448.0,\n      \"border_NO4_SE2\": 522.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1777.0,\n      \"border_NO3_SE2\": 1690.0,\n      \"border_NO3_NO1\": 1858.0,\n      \"border_SE2_SE3\": 6763.0,\n      \"border_NO5_NO1\": 1821.0,\n      \"border_NO1_SE3\": 2253.0,\n      \"border_NO5_NO2\": 1166.0,\n      \"border_NO1_NO2\": 2521.0,\n      \"border_DK2_SE4\": 913.0,\n      \"border_SE3_SE4\": 3456.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1905.0,\n      \"border_SE1_NO4\": 966.0,\n      \"border_FI_NO4\": 619.0,\n      \"border_SE2_NO4\": 990.0,\n      \"border_NO3_NO4\": 1612.0,\n      \"border_SE2_SE1\": 2827.0,\n      \"border_SE2_NO3\": 1356.0,\n      \"border_NO1_NO3\": 825.0,\n      \"border_SE3_SE2\": 6269.0,\n      \"border_NO1_NO5\": 2202.0,\n      \"border_SE3_NO1\": 1751.0,\n      \"border_NO2_NO5\": 1283.0,\n      \"border_NO2_NO1\": 3076.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 899.0,\n      \"border_NO5_NO3\": 856.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30590,\n      \"dateTimeUtc\": \"2026-04-21T13:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 449.0,\n      \"border_NO4_FI\": 448.0,\n      \"border_NO4_SE2\": 522.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1777.0,\n      \"border_NO3_SE2\": 1690.0,\n      \"border_NO3_NO1\": 1858.0,\n      \"border_SE2_SE3\": 6763.0,\n      \"border_NO5_NO1\": 1821.0,\n      \"border_NO1_SE3\": 2253.0,\n      \"border_NO5_NO2\": 1166.0,\n      \"border_NO1_NO2\": 2521.0,\n      \"border_DK2_SE4\": 913.0,\n      \"border_SE3_SE4\": 3456.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1905.0,\n      \"border_SE1_NO4\": 966.0,\n      \"border_FI_NO4\": 619.0,\n      \"border_SE2_NO4\": 990.0,\n      \"border_NO3_NO4\": 1612.0,\n      \"border_SE2_SE1\": 2827.0,\n      \"border_SE2_NO3\": 1356.0,\n      \"border_NO1_NO3\": 825.0,\n      \"border_SE3_SE2\": 6269.0,\n      \"border_NO1_NO5\": 2202.0,\n      \"border_SE3_NO1\": 1751.0,\n      \"border_NO2_NO5\": 1283.0,\n      \"border_NO2_NO1\": 3076.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 899.0,\n      \"border_NO5_NO3\": 856.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30591,\n      \"dateTimeUtc\": \"2026-04-21T13:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 449.0,\n      \"border_NO4_FI\": 448.0,\n      \"border_NO4_SE2\": 522.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1777.0,\n      \"border_NO3_SE2\": 1690.0,\n      \"border_NO3_NO1\": 1858.0,\n      \"border_SE2_SE3\": 6763.0,\n      \"border_NO5_NO1\": 1821.0,\n      \"border_NO1_SE3\": 2253.0,\n      \"border_NO5_NO2\": 1166.0,\n      \"border_NO1_NO2\": 2521.0,\n      \"border_DK2_SE4\": 913.0,\n      \"border_SE3_SE4\": 3456.0,\n      \"border_SE1_FI\": 530.0,\n      \"border_NO3_NO5\": 1905.0,\n      \"border_SE1_NO4\": 966.0,\n      \"border_FI_NO4\": 619.0,\n      \"border_SE2_NO4\": 990.0,\n      \"border_NO3_NO4\": 1612.0,\n      \"border_SE2_SE1\": 2827.0,\n      \"border_SE2_NO3\": 1356.0,\n      \"border_NO1_NO3\": 825.0,\n      \"border_SE3_SE2\": 6269.0,\n      \"border_NO1_NO5\": 2202.0,\n      \"border_SE3_NO1\": 1751.0,\n      \"border_NO2_NO5\": 1283.0,\n      \"border_NO2_NO1\": 3076.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 899.0,\n      \"border_NO5_NO3\": 856.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30592,\n      \"dateTimeUtc\": \"2026-04-21T14:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 465.0,\n      \"border_NO4_SE2\": 543.0,\n      \"border_NO4_NO3\": 719.0,\n      \"border_SE1_SE2\": 1780.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6740.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 1941.0,\n      \"border_NO5_NO2\": 1091.0,\n      \"border_NO1_NO2\": 2559.0,\n      \"border_DK2_SE4\": 1025.0,\n      \"border_SE3_SE4\": 3352.0,\n      \"border_SE1_FI\": 529.0,\n      \"border_NO3_NO5\": 1771.0,\n      \"border_SE1_NO4\": 1002.0,\n      \"border_FI_NO4\": 543.0,\n      \"border_SE2_NO4\": 1025.0,\n      \"border_NO3_NO4\": 1625.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1137.0,\n      \"border_NO1_NO3\": 679.0,\n      \"border_SE3_SE2\": 6285.0,\n      \"border_NO1_NO5\": 2291.0,\n      \"border_SE3_NO1\": 1746.0,\n      \"border_NO2_NO5\": 1344.0,\n      \"border_NO2_NO1\": 3205.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 927.0,\n      \"border_NO5_NO3\": 704.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30593,\n      \"dateTimeUtc\": \"2026-04-21T14:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 465.0,\n      \"border_NO4_SE2\": 543.0,\n      \"border_NO4_NO3\": 719.0,\n      \"border_SE1_SE2\": 1780.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6740.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 1941.0,\n      \"border_NO5_NO2\": 1091.0,\n      \"border_NO1_NO2\": 2559.0,\n      \"border_DK2_SE4\": 1025.0,\n      \"border_SE3_SE4\": 3352.0,\n      \"border_SE1_FI\": 529.0,\n      \"border_NO3_NO5\": 1771.0,\n      \"border_SE1_NO4\": 1002.0,\n      \"border_FI_NO4\": 543.0,\n      \"border_SE2_NO4\": 1025.0,\n      \"border_NO3_NO4\": 1625.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1137.0,\n      \"border_NO1_NO3\": 679.0,\n      \"border_SE3_SE2\": 6285.0,\n      \"border_NO1_NO5\": 2291.0,\n      \"border_SE3_NO1\": 1746.0,\n      \"border_NO2_NO5\": 1344.0,\n      \"border_NO2_NO1\": 3205.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 927.0,\n      \"border_NO5_NO3\": 704.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30594,\n      \"dateTimeUtc\": \"2026-04-21T14:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 465.0,\n      \"border_NO4_SE2\": 543.0,\n      \"border_NO4_NO3\": 719.0,\n      \"border_SE1_SE2\": 1780.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6740.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 1941.0,\n      \"border_NO5_NO2\": 1091.0,\n      \"border_NO1_NO2\": 2559.0,\n      \"border_DK2_SE4\": 1025.0,\n      \"border_SE3_SE4\": 3352.0,\n      \"border_SE1_FI\": 529.0,\n      \"border_NO3_NO5\": 1771.0,\n      \"border_SE1_NO4\": 1002.0,\n      \"border_FI_NO4\": 543.0,\n      \"border_SE2_NO4\": 1025.0,\n      \"border_NO3_NO4\": 1625.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1137.0,\n      \"border_NO1_NO3\": 679.0,\n      \"border_SE3_SE2\": 6285.0,\n      \"border_NO1_NO5\": 2291.0,\n      \"border_SE3_NO1\": 1746.0,\n      \"border_NO2_NO5\": 1344.0,\n      \"border_NO2_NO1\": 3205.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 927.0,\n      \"border_NO5_NO3\": 704.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30595,\n      \"dateTimeUtc\": \"2026-04-21T14:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 472.0,\n      \"border_NO4_FI\": 465.0,\n      \"border_NO4_SE2\": 543.0,\n      \"border_NO4_NO3\": 719.0,\n      \"border_SE1_SE2\": 1780.0,\n      \"border_NO3_SE2\": 1641.0,\n      \"border_NO3_NO1\": 1771.0,\n      \"border_SE2_SE3\": 6740.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 1941.0,\n      \"border_NO5_NO2\": 1091.0,\n      \"border_NO1_NO2\": 2559.0,\n      \"border_DK2_SE4\": 1025.0,\n      \"border_SE3_SE4\": 3352.0,\n      \"border_SE1_FI\": 529.0,\n      \"border_NO3_NO5\": 1771.0,\n      \"border_SE1_NO4\": 1002.0,\n      \"border_FI_NO4\": 543.0,\n      \"border_SE2_NO4\": 1025.0,\n      \"border_NO3_NO4\": 1625.0,\n      \"border_SE2_SE1\": 2811.0,\n      \"border_SE2_NO3\": 1137.0,\n      \"border_NO1_NO3\": 679.0,\n      \"border_SE3_SE2\": 6285.0,\n      \"border_NO1_NO5\": 2291.0,\n      \"border_SE3_NO1\": 1746.0,\n      \"border_NO2_NO5\": 1344.0,\n      \"border_NO2_NO1\": 3205.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 927.0,\n      \"border_NO5_NO3\": 704.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30596,\n      \"dateTimeUtc\": \"2026-04-21T15:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1477.0,\n      \"border_NO4_FI\": 1479.0,\n      \"border_NO4_SE2\": 1632.0,\n      \"border_NO4_NO3\": 1196.0,\n      \"border_SE1_SE2\": 2900.0,\n      \"border_NO3_SE2\": 1749.0,\n      \"border_NO3_NO1\": 1885.0,\n      \"border_SE2_SE3\": 6471.0,\n      \"border_NO5_NO1\": 1658.0,\n      \"border_NO1_SE3\": 2270.0,\n      \"border_NO5_NO2\": 1078.0,\n      \"border_NO1_NO2\": 2532.0,\n      \"border_DK2_SE4\": 1333.0,\n      \"border_SE3_SE4\": 3845.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1934.0,\n      \"border_SE1_NO4\": 960.0,\n      \"border_FI_NO4\": 963.0,\n      \"border_SE2_NO4\": 983.0,\n      \"border_NO3_NO4\": 1680.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1421.0,\n      \"border_NO1_NO3\": 862.0,\n      \"border_SE3_SE2\": 6318.0,\n      \"border_NO1_NO5\": 2230.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1311.0,\n      \"border_NO2_NO1\": 3181.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 893.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30597,\n      \"dateTimeUtc\": \"2026-04-21T15:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1477.0,\n      \"border_NO4_FI\": 1479.0,\n      \"border_NO4_SE2\": 1632.0,\n      \"border_NO4_NO3\": 1196.0,\n      \"border_SE1_SE2\": 2900.0,\n      \"border_NO3_SE2\": 1749.0,\n      \"border_NO3_NO1\": 1885.0,\n      \"border_SE2_SE3\": 6471.0,\n      \"border_NO5_NO1\": 1658.0,\n      \"border_NO1_SE3\": 2270.0,\n      \"border_NO5_NO2\": 1078.0,\n      \"border_NO1_NO2\": 2532.0,\n      \"border_DK2_SE4\": 1333.0,\n      \"border_SE3_SE4\": 3845.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1934.0,\n      \"border_SE1_NO4\": 960.0,\n      \"border_FI_NO4\": 963.0,\n      \"border_SE2_NO4\": 983.0,\n      \"border_NO3_NO4\": 1680.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1421.0,\n      \"border_NO1_NO3\": 862.0,\n      \"border_SE3_SE2\": 6318.0,\n      \"border_NO1_NO5\": 2230.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1311.0,\n      \"border_NO2_NO1\": 3181.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 893.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30598,\n      \"dateTimeUtc\": \"2026-04-21T15:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1477.0,\n      \"border_NO4_FI\": 1479.0,\n      \"border_NO4_SE2\": 1632.0,\n      \"border_NO4_NO3\": 1196.0,\n      \"border_SE1_SE2\": 2900.0,\n      \"border_NO3_SE2\": 1749.0,\n      \"border_NO3_NO1\": 1885.0,\n      \"border_SE2_SE3\": 6471.0,\n      \"border_NO5_NO1\": 1658.0,\n      \"border_NO1_SE3\": 2270.0,\n      \"border_NO5_NO2\": 1078.0,\n      \"border_NO1_NO2\": 2532.0,\n      \"border_DK2_SE4\": 1333.0,\n      \"border_SE3_SE4\": 3845.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1934.0,\n      \"border_SE1_NO4\": 960.0,\n      \"border_FI_NO4\": 963.0,\n      \"border_SE2_NO4\": 983.0,\n      \"border_NO3_NO4\": 1680.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1421.0,\n      \"border_NO1_NO3\": 862.0,\n      \"border_SE3_SE2\": 6318.0,\n      \"border_NO1_NO5\": 2230.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1311.0,\n      \"border_NO2_NO1\": 3181.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 893.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30599,\n      \"dateTimeUtc\": \"2026-04-21T15:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1477.0,\n      \"border_NO4_FI\": 1479.0,\n      \"border_NO4_SE2\": 1632.0,\n      \"border_NO4_NO3\": 1196.0,\n      \"border_SE1_SE2\": 2900.0,\n      \"border_NO3_SE2\": 1749.0,\n      \"border_NO3_NO1\": 1885.0,\n      \"border_SE2_SE3\": 6471.0,\n      \"border_NO5_NO1\": 1658.0,\n      \"border_NO1_SE3\": 2270.0,\n      \"border_NO5_NO2\": 1078.0,\n      \"border_NO1_NO2\": 2532.0,\n      \"border_DK2_SE4\": 1333.0,\n      \"border_SE3_SE4\": 3845.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1934.0,\n      \"border_SE1_NO4\": 960.0,\n      \"border_FI_NO4\": 963.0,\n      \"border_SE2_NO4\": 983.0,\n      \"border_NO3_NO4\": 1680.0,\n      \"border_SE2_SE1\": 2809.0,\n      \"border_SE2_NO3\": 1421.0,\n      \"border_NO1_NO3\": 862.0,\n      \"border_SE3_SE2\": 6318.0,\n      \"border_NO1_NO5\": 2230.0,\n      \"border_SE3_NO1\": 1779.0,\n      \"border_NO2_NO5\": 1311.0,\n      \"border_NO2_NO1\": 3181.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 893.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30600,\n      \"dateTimeUtc\": \"2026-04-21T16:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1371.0,\n      \"border_NO4_FI\": 1370.0,\n      \"border_NO4_SE2\": 1555.0,\n      \"border_NO4_NO3\": 1178.0,\n      \"border_SE1_SE2\": 3031.0,\n      \"border_NO3_SE2\": 1827.0,\n      \"border_NO3_NO1\": 1952.0,\n      \"border_SE2_SE3\": 6361.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 2237.0,\n      \"border_NO5_NO2\": 1008.0,\n      \"border_NO1_NO2\": 2503.0,\n      \"border_DK2_SE4\": 1528.0,\n      \"border_SE3_SE4\": 3786.0,\n      \"border_SE1_FI\": 1959.0,\n      \"border_NO3_NO5\": 2003.0,\n      \"border_SE1_NO4\": 965.0,\n      \"border_FI_NO4\": 968.0,\n      \"border_SE2_NO4\": 988.0,\n      \"border_NO3_NO4\": 1663.0,\n      \"border_SE2_SE1\": 2847.0,\n      \"border_SE2_NO3\": 1330.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6337.0,\n      \"border_NO1_NO5\": 2031.0,\n      \"border_SE3_NO1\": 1764.0,\n      \"border_NO2_NO5\": 1300.0,\n      \"border_NO2_NO1\": 2505.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1793.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30601,\n      \"dateTimeUtc\": \"2026-04-21T16:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1371.0,\n      \"border_NO4_FI\": 1370.0,\n      \"border_NO4_SE2\": 1555.0,\n      \"border_NO4_NO3\": 1178.0,\n      \"border_SE1_SE2\": 3031.0,\n      \"border_NO3_SE2\": 1827.0,\n      \"border_NO3_NO1\": 1952.0,\n      \"border_SE2_SE3\": 6361.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 2237.0,\n      \"border_NO5_NO2\": 1008.0,\n      \"border_NO1_NO2\": 2503.0,\n      \"border_DK2_SE4\": 1528.0,\n      \"border_SE3_SE4\": 3786.0,\n      \"border_SE1_FI\": 1959.0,\n      \"border_NO3_NO5\": 2003.0,\n      \"border_SE1_NO4\": 965.0,\n      \"border_FI_NO4\": 968.0,\n      \"border_SE2_NO4\": 988.0,\n      \"border_NO3_NO4\": 1663.0,\n      \"border_SE2_SE1\": 2847.0,\n      \"border_SE2_NO3\": 1330.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6337.0,\n      \"border_NO1_NO5\": 2031.0,\n      \"border_SE3_NO1\": 1764.0,\n      \"border_NO2_NO5\": 1300.0,\n      \"border_NO2_NO1\": 2505.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1793.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30602,\n      \"dateTimeUtc\": \"2026-04-21T16:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1371.0,\n      \"border_NO4_FI\": 1370.0,\n      \"border_NO4_SE2\": 1555.0,\n      \"border_NO4_NO3\": 1178.0,\n      \"border_SE1_SE2\": 3031.0,\n      \"border_NO3_SE2\": 1827.0,\n      \"border_NO3_NO1\": 1952.0,\n      \"border_SE2_SE3\": 6361.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 2237.0,\n      \"border_NO5_NO2\": 1008.0,\n      \"border_NO1_NO2\": 2503.0,\n      \"border_DK2_SE4\": 1528.0,\n      \"border_SE3_SE4\": 3786.0,\n      \"border_SE1_FI\": 1959.0,\n      \"border_NO3_NO5\": 2003.0,\n      \"border_SE1_NO4\": 965.0,\n      \"border_FI_NO4\": 968.0,\n      \"border_SE2_NO4\": 988.0,\n      \"border_NO3_NO4\": 1663.0,\n      \"border_SE2_SE1\": 2847.0,\n      \"border_SE2_NO3\": 1330.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6337.0,\n      \"border_NO1_NO5\": 2031.0,\n      \"border_SE3_NO1\": 1764.0,\n      \"border_NO2_NO5\": 1300.0,\n      \"border_NO2_NO1\": 2505.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1793.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30603,\n      \"dateTimeUtc\": \"2026-04-21T16:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1371.0,\n      \"border_NO4_FI\": 1370.0,\n      \"border_NO4_SE2\": 1555.0,\n      \"border_NO4_NO3\": 1178.0,\n      \"border_SE1_SE2\": 3031.0,\n      \"border_NO3_SE2\": 1827.0,\n      \"border_NO3_NO1\": 1952.0,\n      \"border_SE2_SE3\": 6361.0,\n      \"border_NO5_NO1\": 1687.0,\n      \"border_NO1_SE3\": 2237.0,\n      \"border_NO5_NO2\": 1008.0,\n      \"border_NO1_NO2\": 2503.0,\n      \"border_DK2_SE4\": 1528.0,\n      \"border_SE3_SE4\": 3786.0,\n      \"border_SE1_FI\": 1959.0,\n      \"border_NO3_NO5\": 2003.0,\n      \"border_SE1_NO4\": 965.0,\n      \"border_FI_NO4\": 968.0,\n      \"border_SE2_NO4\": 988.0,\n      \"border_NO3_NO4\": 1663.0,\n      \"border_SE2_SE1\": 2847.0,\n      \"border_SE2_NO3\": 1330.0,\n      \"border_NO1_NO3\": 807.0,\n      \"border_SE3_SE2\": 6337.0,\n      \"border_NO1_NO5\": 2031.0,\n      \"border_SE3_NO1\": 1764.0,\n      \"border_NO2_NO5\": 1300.0,\n      \"border_NO2_NO1\": 2505.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1793.0,\n      \"border_NO5_NO3\": 837.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30604,\n      \"dateTimeUtc\": \"2026-04-21T17:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1438.0,\n      \"border_NO4_FI\": 1434.0,\n      \"border_NO4_SE2\": 1613.0,\n      \"border_NO4_NO3\": 1149.0,\n      \"border_SE1_SE2\": 3041.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6259.0,\n      \"border_NO5_NO1\": 1962.0,\n      \"border_NO1_SE3\": 2193.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2684.0,\n      \"border_DK2_SE4\": 1572.0,\n      \"border_SE3_SE4\": 3949.0,\n      \"border_SE1_FI\": 1953.0,\n      \"border_NO3_NO5\": 1794.0,\n      \"border_SE1_NO4\": 979.0,\n      \"border_FI_NO4\": 981.0,\n      \"border_SE2_NO4\": 999.0,\n      \"border_NO3_NO4\": 1701.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1387.0,\n      \"border_NO1_NO3\": 841.0,\n      \"border_SE3_SE2\": 6408.0,\n      \"border_NO1_NO5\": 1675.0,\n      \"border_SE3_NO1\": 1780.0,\n      \"border_NO2_NO5\": 1197.0,\n      \"border_NO2_NO1\": 2547.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1799.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30605,\n      \"dateTimeUtc\": \"2026-04-21T17:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1438.0,\n      \"border_NO4_FI\": 1434.0,\n      \"border_NO4_SE2\": 1613.0,\n      \"border_NO4_NO3\": 1149.0,\n      \"border_SE1_SE2\": 3041.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6259.0,\n      \"border_NO5_NO1\": 1962.0,\n      \"border_NO1_SE3\": 2193.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2684.0,\n      \"border_DK2_SE4\": 1572.0,\n      \"border_SE3_SE4\": 3949.0,\n      \"border_SE1_FI\": 1953.0,\n      \"border_NO3_NO5\": 1794.0,\n      \"border_SE1_NO4\": 979.0,\n      \"border_FI_NO4\": 981.0,\n      \"border_SE2_NO4\": 999.0,\n      \"border_NO3_NO4\": 1701.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1387.0,\n      \"border_NO1_NO3\": 841.0,\n      \"border_SE3_SE2\": 6408.0,\n      \"border_NO1_NO5\": 1675.0,\n      \"border_SE3_NO1\": 1780.0,\n      \"border_NO2_NO5\": 1197.0,\n      \"border_NO2_NO1\": 2547.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1799.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30606,\n      \"dateTimeUtc\": \"2026-04-21T17:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1438.0,\n      \"border_NO4_FI\": 1434.0,\n      \"border_NO4_SE2\": 1613.0,\n      \"border_NO4_NO3\": 1149.0,\n      \"border_SE1_SE2\": 3041.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6259.0,\n      \"border_NO5_NO1\": 1962.0,\n      \"border_NO1_SE3\": 2193.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2684.0,\n      \"border_DK2_SE4\": 1572.0,\n      \"border_SE3_SE4\": 3949.0,\n      \"border_SE1_FI\": 1953.0,\n      \"border_NO3_NO5\": 1794.0,\n      \"border_SE1_NO4\": 979.0,\n      \"border_FI_NO4\": 981.0,\n      \"border_SE2_NO4\": 999.0,\n      \"border_NO3_NO4\": 1701.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1387.0,\n      \"border_NO1_NO3\": 841.0,\n      \"border_SE3_SE2\": 6408.0,\n      \"border_NO1_NO5\": 1675.0,\n      \"border_SE3_NO1\": 1780.0,\n      \"border_NO2_NO5\": 1197.0,\n      \"border_NO2_NO1\": 2547.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1799.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30607,\n      \"dateTimeUtc\": \"2026-04-21T17:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1438.0,\n      \"border_NO4_FI\": 1434.0,\n      \"border_NO4_SE2\": 1613.0,\n      \"border_NO4_NO3\": 1149.0,\n      \"border_SE1_SE2\": 3041.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6259.0,\n      \"border_NO5_NO1\": 1962.0,\n      \"border_NO1_SE3\": 2193.0,\n      \"border_NO5_NO2\": 1172.0,\n      \"border_NO1_NO2\": 2684.0,\n      \"border_DK2_SE4\": 1572.0,\n      \"border_SE3_SE4\": 3949.0,\n      \"border_SE1_FI\": 1953.0,\n      \"border_NO3_NO5\": 1794.0,\n      \"border_SE1_NO4\": 979.0,\n      \"border_FI_NO4\": 981.0,\n      \"border_SE2_NO4\": 999.0,\n      \"border_NO3_NO4\": 1701.0,\n      \"border_SE2_SE1\": 2808.0,\n      \"border_SE2_NO3\": 1387.0,\n      \"border_NO1_NO3\": 841.0,\n      \"border_SE3_SE2\": 6408.0,\n      \"border_NO1_NO5\": 1675.0,\n      \"border_SE3_NO1\": 1780.0,\n      \"border_NO2_NO5\": 1197.0,\n      \"border_NO2_NO1\": 2547.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1799.0,\n      \"border_NO5_NO3\": 873.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30608,\n      \"dateTimeUtc\": \"2026-04-21T18:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1426.0,\n      \"border_NO4_FI\": 1423.0,\n      \"border_NO4_SE2\": 1605.0,\n      \"border_NO4_NO3\": 1155.0,\n      \"border_SE1_SE2\": 3003.0,\n      \"border_NO3_SE2\": 1785.0,\n      \"border_NO3_NO1\": 1927.0,\n      \"border_SE2_SE3\": 6177.0,\n      \"border_NO5_NO1\": 1861.0,\n      \"border_NO1_SE3\": 2008.0,\n      \"border_NO5_NO2\": 1116.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1555.0,\n      \"border_SE3_SE4\": 3804.0,\n      \"border_SE1_FI\": 1955.0,\n      \"border_NO3_NO5\": 1725.0,\n      \"border_SE1_NO4\": 990.0,\n      \"border_FI_NO4\": 991.0,\n      \"border_SE2_NO4\": 1009.0,\n      \"border_NO3_NO4\": 1682.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1415.0,\n      \"border_NO1_NO3\": 860.0,\n      \"border_SE3_SE2\": 6437.0,\n      \"border_NO1_NO5\": 1581.0,\n      \"border_SE3_NO1\": 1757.0,\n      \"border_NO2_NO5\": 840.0,\n      \"border_NO2_NO1\": 1791.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30609,\n      \"dateTimeUtc\": \"2026-04-21T18:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1426.0,\n      \"border_NO4_FI\": 1423.0,\n      \"border_NO4_SE2\": 1605.0,\n      \"border_NO4_NO3\": 1155.0,\n      \"border_SE1_SE2\": 3003.0,\n      \"border_NO3_SE2\": 1785.0,\n      \"border_NO3_NO1\": 1927.0,\n      \"border_SE2_SE3\": 6177.0,\n      \"border_NO5_NO1\": 1861.0,\n      \"border_NO1_SE3\": 2008.0,\n      \"border_NO5_NO2\": 1116.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1555.0,\n      \"border_SE3_SE4\": 3804.0,\n      \"border_SE1_FI\": 1955.0,\n      \"border_NO3_NO5\": 1725.0,\n      \"border_SE1_NO4\": 990.0,\n      \"border_FI_NO4\": 991.0,\n      \"border_SE2_NO4\": 1009.0,\n      \"border_NO3_NO4\": 1682.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1415.0,\n      \"border_NO1_NO3\": 860.0,\n      \"border_SE3_SE2\": 6437.0,\n      \"border_NO1_NO5\": 1581.0,\n      \"border_SE3_NO1\": 1757.0,\n      \"border_NO2_NO5\": 840.0,\n      \"border_NO2_NO1\": 1791.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30610,\n      \"dateTimeUtc\": \"2026-04-21T18:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1426.0,\n      \"border_NO4_FI\": 1423.0,\n      \"border_NO4_SE2\": 1605.0,\n      \"border_NO4_NO3\": 1155.0,\n      \"border_SE1_SE2\": 3003.0,\n      \"border_NO3_SE2\": 1785.0,\n      \"border_NO3_NO1\": 1927.0,\n      \"border_SE2_SE3\": 6177.0,\n      \"border_NO5_NO1\": 1861.0,\n      \"border_NO1_SE3\": 2008.0,\n      \"border_NO5_NO2\": 1116.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1555.0,\n      \"border_SE3_SE4\": 3804.0,\n      \"border_SE1_FI\": 1955.0,\n      \"border_NO3_NO5\": 1725.0,\n      \"border_SE1_NO4\": 990.0,\n      \"border_FI_NO4\": 991.0,\n      \"border_SE2_NO4\": 1009.0,\n      \"border_NO3_NO4\": 1682.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1415.0,\n      \"border_NO1_NO3\": 860.0,\n      \"border_SE3_SE2\": 6437.0,\n      \"border_NO1_NO5\": 1581.0,\n      \"border_SE3_NO1\": 1757.0,\n      \"border_NO2_NO5\": 840.0,\n      \"border_NO2_NO1\": 1791.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30611,\n      \"dateTimeUtc\": \"2026-04-21T18:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1426.0,\n      \"border_NO4_FI\": 1423.0,\n      \"border_NO4_SE2\": 1605.0,\n      \"border_NO4_NO3\": 1155.0,\n      \"border_SE1_SE2\": 3003.0,\n      \"border_NO3_SE2\": 1785.0,\n      \"border_NO3_NO1\": 1927.0,\n      \"border_SE2_SE3\": 6177.0,\n      \"border_NO5_NO1\": 1861.0,\n      \"border_NO1_SE3\": 2008.0,\n      \"border_NO5_NO2\": 1116.0,\n      \"border_NO1_NO2\": 2554.0,\n      \"border_DK2_SE4\": 1555.0,\n      \"border_SE3_SE4\": 3804.0,\n      \"border_SE1_FI\": 1955.0,\n      \"border_NO3_NO5\": 1725.0,\n      \"border_SE1_NO4\": 990.0,\n      \"border_FI_NO4\": 991.0,\n      \"border_SE2_NO4\": 1009.0,\n      \"border_NO3_NO4\": 1682.0,\n      \"border_SE2_SE1\": 2824.0,\n      \"border_SE2_NO3\": 1415.0,\n      \"border_NO1_NO3\": 860.0,\n      \"border_SE3_SE2\": 6437.0,\n      \"border_NO1_NO5\": 1581.0,\n      \"border_SE3_NO1\": 1757.0,\n      \"border_NO2_NO5\": 840.0,\n      \"border_NO2_NO1\": 1791.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 892.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30612,\n      \"dateTimeUtc\": \"2026-04-21T19:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1400.0,\n      \"border_NO4_FI\": 1402.0,\n      \"border_NO4_SE2\": 1606.0,\n      \"border_NO4_NO3\": 1098.0,\n      \"border_SE1_SE2\": 2771.0,\n      \"border_NO3_SE2\": 1745.0,\n      \"border_NO3_NO1\": 1921.0,\n      \"border_SE2_SE3\": 6277.0,\n      \"border_NO5_NO1\": 1990.0,\n      \"border_NO1_SE3\": 2292.0,\n      \"border_NO5_NO2\": 1194.0,\n      \"border_NO1_NO2\": 2682.0,\n      \"border_DK2_SE4\": 1497.0,\n      \"border_SE3_SE4\": 3543.0,\n      \"border_SE1_FI\": 1958.0,\n      \"border_NO3_NO5\": 1947.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 1015.0,\n      \"border_SE2_NO4\": 1032.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2841.0,\n      \"border_SE2_NO3\": 1369.0,\n      \"border_NO1_NO3\": 872.0,\n      \"border_SE3_SE2\": 6463.0,\n      \"border_NO1_NO5\": 1915.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 1069.0,\n      \"border_NO2_NO1\": 2276.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1792.0,\n      \"border_NO5_NO3\": 905.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30613,\n      \"dateTimeUtc\": \"2026-04-21T19:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1400.0,\n      \"border_NO4_FI\": 1402.0,\n      \"border_NO4_SE2\": 1606.0,\n      \"border_NO4_NO3\": 1098.0,\n      \"border_SE1_SE2\": 2771.0,\n      \"border_NO3_SE2\": 1745.0,\n      \"border_NO3_NO1\": 1921.0,\n      \"border_SE2_SE3\": 6277.0,\n      \"border_NO5_NO1\": 1990.0,\n      \"border_NO1_SE3\": 2292.0,\n      \"border_NO5_NO2\": 1194.0,\n      \"border_NO1_NO2\": 2682.0,\n      \"border_DK2_SE4\": 1497.0,\n      \"border_SE3_SE4\": 3543.0,\n      \"border_SE1_FI\": 1958.0,\n      \"border_NO3_NO5\": 1947.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 1015.0,\n      \"border_SE2_NO4\": 1032.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2841.0,\n      \"border_SE2_NO3\": 1369.0,\n      \"border_NO1_NO3\": 872.0,\n      \"border_SE3_SE2\": 6463.0,\n      \"border_NO1_NO5\": 1915.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 1069.0,\n      \"border_NO2_NO1\": 2276.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1792.0,\n      \"border_NO5_NO3\": 905.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30614,\n      \"dateTimeUtc\": \"2026-04-21T19:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1400.0,\n      \"border_NO4_FI\": 1402.0,\n      \"border_NO4_SE2\": 1606.0,\n      \"border_NO4_NO3\": 1098.0,\n      \"border_SE1_SE2\": 2771.0,\n      \"border_NO3_SE2\": 1745.0,\n      \"border_NO3_NO1\": 1921.0,\n      \"border_SE2_SE3\": 6277.0,\n      \"border_NO5_NO1\": 1990.0,\n      \"border_NO1_SE3\": 2292.0,\n      \"border_NO5_NO2\": 1194.0,\n      \"border_NO1_NO2\": 2682.0,\n      \"border_DK2_SE4\": 1497.0,\n      \"border_SE3_SE4\": 3543.0,\n      \"border_SE1_FI\": 1958.0,\n      \"border_NO3_NO5\": 1947.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 1015.0,\n      \"border_SE2_NO4\": 1032.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2841.0,\n      \"border_SE2_NO3\": 1369.0,\n      \"border_NO1_NO3\": 872.0,\n      \"border_SE3_SE2\": 6463.0,\n      \"border_NO1_NO5\": 1915.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 1069.0,\n      \"border_NO2_NO1\": 2276.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1792.0,\n      \"border_NO5_NO3\": 905.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30615,\n      \"dateTimeUtc\": \"2026-04-21T19:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1400.0,\n      \"border_NO4_FI\": 1402.0,\n      \"border_NO4_SE2\": 1606.0,\n      \"border_NO4_NO3\": 1098.0,\n      \"border_SE1_SE2\": 2771.0,\n      \"border_NO3_SE2\": 1745.0,\n      \"border_NO3_NO1\": 1921.0,\n      \"border_SE2_SE3\": 6277.0,\n      \"border_NO5_NO1\": 1990.0,\n      \"border_NO1_SE3\": 2292.0,\n      \"border_NO5_NO2\": 1194.0,\n      \"border_NO1_NO2\": 2682.0,\n      \"border_DK2_SE4\": 1497.0,\n      \"border_SE3_SE4\": 3543.0,\n      \"border_SE1_FI\": 1958.0,\n      \"border_NO3_NO5\": 1947.0,\n      \"border_SE1_NO4\": 1012.0,\n      \"border_FI_NO4\": 1015.0,\n      \"border_SE2_NO4\": 1032.0,\n      \"border_NO3_NO4\": 1671.0,\n      \"border_SE2_SE1\": 2841.0,\n      \"border_SE2_NO3\": 1369.0,\n      \"border_NO1_NO3\": 872.0,\n      \"border_SE3_SE2\": 6463.0,\n      \"border_NO1_NO5\": 1915.0,\n      \"border_SE3_NO1\": 1717.0,\n      \"border_NO2_NO5\": 1069.0,\n      \"border_NO2_NO1\": 2276.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1792.0,\n      \"border_NO5_NO3\": 905.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30616,\n      \"dateTimeUtc\": \"2026-04-21T20:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1405.0,\n      \"border_NO4_FI\": 1407.0,\n      \"border_NO4_SE2\": 1568.0,\n      \"border_NO4_NO3\": 1089.0,\n      \"border_SE1_SE2\": 2758.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1916.0,\n      \"border_SE2_SE3\": 6158.0,\n      \"border_NO5_NO1\": 2152.0,\n      \"border_NO1_SE3\": 2415.0,\n      \"border_NO5_NO2\": 1289.0,\n      \"border_NO1_NO2\": 2664.0,\n      \"border_DK2_SE4\": 1466.0,\n      \"border_SE3_SE4\": 3389.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1819.0,\n      \"border_SE1_NO4\": 1048.0,\n      \"border_FI_NO4\": 1051.0,\n      \"border_SE2_NO4\": 1063.0,\n      \"border_NO3_NO4\": 1644.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1362.0,\n      \"border_NO1_NO3\": 921.0,\n      \"border_SE3_SE2\": 6482.0,\n      \"border_NO1_NO5\": 1704.0,\n      \"border_SE3_NO1\": 1694.0,\n      \"border_NO2_NO5\": 1341.0,\n      \"border_NO2_NO1\": 2653.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 955.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30617,\n      \"dateTimeUtc\": \"2026-04-21T20:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1405.0,\n      \"border_NO4_FI\": 1407.0,\n      \"border_NO4_SE2\": 1568.0,\n      \"border_NO4_NO3\": 1089.0,\n      \"border_SE1_SE2\": 2758.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1916.0,\n      \"border_SE2_SE3\": 6158.0,\n      \"border_NO5_NO1\": 2152.0,\n      \"border_NO1_SE3\": 2415.0,\n      \"border_NO5_NO2\": 1289.0,\n      \"border_NO1_NO2\": 2664.0,\n      \"border_DK2_SE4\": 1466.0,\n      \"border_SE3_SE4\": 3389.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1819.0,\n      \"border_SE1_NO4\": 1048.0,\n      \"border_FI_NO4\": 1051.0,\n      \"border_SE2_NO4\": 1063.0,\n      \"border_NO3_NO4\": 1644.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1362.0,\n      \"border_NO1_NO3\": 921.0,\n      \"border_SE3_SE2\": 6482.0,\n      \"border_NO1_NO5\": 1704.0,\n      \"border_SE3_NO1\": 1694.0,\n      \"border_NO2_NO5\": 1341.0,\n      \"border_NO2_NO1\": 2653.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 955.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30618,\n      \"dateTimeUtc\": \"2026-04-21T20:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1405.0,\n      \"border_NO4_FI\": 1407.0,\n      \"border_NO4_SE2\": 1568.0,\n      \"border_NO4_NO3\": 1089.0,\n      \"border_SE1_SE2\": 2758.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1916.0,\n      \"border_SE2_SE3\": 6158.0,\n      \"border_NO5_NO1\": 2152.0,\n      \"border_NO1_SE3\": 2415.0,\n      \"border_NO5_NO2\": 1289.0,\n      \"border_NO1_NO2\": 2664.0,\n      \"border_DK2_SE4\": 1466.0,\n      \"border_SE3_SE4\": 3389.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1819.0,\n      \"border_SE1_NO4\": 1048.0,\n      \"border_FI_NO4\": 1051.0,\n      \"border_SE2_NO4\": 1063.0,\n      \"border_NO3_NO4\": 1644.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1362.0,\n      \"border_NO1_NO3\": 921.0,\n      \"border_SE3_SE2\": 6482.0,\n      \"border_NO1_NO5\": 1704.0,\n      \"border_SE3_NO1\": 1694.0,\n      \"border_NO2_NO5\": 1341.0,\n      \"border_NO2_NO1\": 2653.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 955.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30619,\n      \"dateTimeUtc\": \"2026-04-21T20:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1405.0,\n      \"border_NO4_FI\": 1407.0,\n      \"border_NO4_SE2\": 1568.0,\n      \"border_NO4_NO3\": 1089.0,\n      \"border_SE1_SE2\": 2758.0,\n      \"border_NO3_SE2\": 1802.0,\n      \"border_NO3_NO1\": 1916.0,\n      \"border_SE2_SE3\": 6158.0,\n      \"border_NO5_NO1\": 2152.0,\n      \"border_NO1_SE3\": 2415.0,\n      \"border_NO5_NO2\": 1289.0,\n      \"border_NO1_NO2\": 2664.0,\n      \"border_DK2_SE4\": 1466.0,\n      \"border_SE3_SE4\": 3389.0,\n      \"border_SE1_FI\": 1952.0,\n      \"border_NO3_NO5\": 1819.0,\n      \"border_SE1_NO4\": 1048.0,\n      \"border_FI_NO4\": 1051.0,\n      \"border_SE2_NO4\": 1063.0,\n      \"border_NO3_NO4\": 1644.0,\n      \"border_SE2_SE1\": 2845.0,\n      \"border_SE2_NO3\": 1362.0,\n      \"border_NO1_NO3\": 921.0,\n      \"border_SE3_SE2\": 6482.0,\n      \"border_NO1_NO5\": 1704.0,\n      \"border_SE3_NO1\": 1694.0,\n      \"border_NO2_NO5\": 1341.0,\n      \"border_NO2_NO1\": 2653.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1798.0,\n      \"border_NO5_NO3\": 955.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30620,\n      \"dateTimeUtc\": \"2026-04-21T21:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1388.0,\n      \"border_NO4_FI\": 1392.0,\n      \"border_NO4_SE2\": 1535.0,\n      \"border_NO4_NO3\": 1049.0,\n      \"border_SE1_SE2\": 2775.0,\n      \"border_NO3_SE2\": 1787.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6088.0,\n      \"border_NO5_NO1\": 1598.0,\n      \"border_NO1_SE3\": 2395.0,\n      \"border_NO5_NO2\": 973.0,\n      \"border_NO1_NO2\": 2487.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3261.0,\n      \"border_SE1_FI\": 1935.0,\n      \"border_NO3_NO5\": 1531.0,\n      \"border_SE1_NO4\": 1067.0,\n      \"border_FI_NO4\": 1070.0,\n      \"border_SE2_NO4\": 1081.0,\n      \"border_NO3_NO4\": 1630.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1316.0,\n      \"border_NO1_NO3\": 934.0,\n      \"border_SE3_SE2\": 6426.0,\n      \"border_NO1_NO5\": 1421.0,\n      \"border_SE3_NO1\": 1671.0,\n      \"border_NO2_NO5\": 1312.0,\n      \"border_NO2_NO1\": 2952.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 968.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30621,\n      \"dateTimeUtc\": \"2026-04-21T21:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1388.0,\n      \"border_NO4_FI\": 1392.0,\n      \"border_NO4_SE2\": 1535.0,\n      \"border_NO4_NO3\": 1049.0,\n      \"border_SE1_SE2\": 2775.0,\n      \"border_NO3_SE2\": 1787.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6088.0,\n      \"border_NO5_NO1\": 1598.0,\n      \"border_NO1_SE3\": 2395.0,\n      \"border_NO5_NO2\": 973.0,\n      \"border_NO1_NO2\": 2487.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3261.0,\n      \"border_SE1_FI\": 1935.0,\n      \"border_NO3_NO5\": 1531.0,\n      \"border_SE1_NO4\": 1067.0,\n      \"border_FI_NO4\": 1070.0,\n      \"border_SE2_NO4\": 1081.0,\n      \"border_NO3_NO4\": 1630.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1316.0,\n      \"border_NO1_NO3\": 934.0,\n      \"border_SE3_SE2\": 6426.0,\n      \"border_NO1_NO5\": 1421.0,\n      \"border_SE3_NO1\": 1671.0,\n      \"border_NO2_NO5\": 1312.0,\n      \"border_NO2_NO1\": 2952.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 968.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30622,\n      \"dateTimeUtc\": \"2026-04-21T21:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1388.0,\n      \"border_NO4_FI\": 1392.0,\n      \"border_NO4_SE2\": 1535.0,\n      \"border_NO4_NO3\": 1049.0,\n      \"border_SE1_SE2\": 2775.0,\n      \"border_NO3_SE2\": 1787.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6088.0,\n      \"border_NO5_NO1\": 1598.0,\n      \"border_NO1_SE3\": 2395.0,\n      \"border_NO5_NO2\": 973.0,\n      \"border_NO1_NO2\": 2487.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3261.0,\n      \"border_SE1_FI\": 1935.0,\n      \"border_NO3_NO5\": 1531.0,\n      \"border_SE1_NO4\": 1067.0,\n      \"border_FI_NO4\": 1070.0,\n      \"border_SE2_NO4\": 1081.0,\n      \"border_NO3_NO4\": 1630.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1316.0,\n      \"border_NO1_NO3\": 934.0,\n      \"border_SE3_SE2\": 6426.0,\n      \"border_NO1_NO5\": 1421.0,\n      \"border_SE3_NO1\": 1671.0,\n      \"border_NO2_NO5\": 1312.0,\n      \"border_NO2_NO1\": 2952.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 968.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30623,\n      \"dateTimeUtc\": \"2026-04-21T21:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:24:01.447\",\n      \"border_NO4_SE1\": 1388.0,\n      \"border_NO4_FI\": 1392.0,\n      \"border_NO4_SE2\": 1535.0,\n      \"border_NO4_NO3\": 1049.0,\n      \"border_SE1_SE2\": 2775.0,\n      \"border_NO3_SE2\": 1787.0,\n      \"border_NO3_NO1\": 1943.0,\n      \"border_SE2_SE3\": 6088.0,\n      \"border_NO5_NO1\": 1598.0,\n      \"border_NO1_SE3\": 2395.0,\n      \"border_NO5_NO2\": 973.0,\n      \"border_NO1_NO2\": 2487.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 3261.0,\n      \"border_SE1_FI\": 1935.0,\n      \"border_NO3_NO5\": 1531.0,\n      \"border_SE1_NO4\": 1067.0,\n      \"border_FI_NO4\": 1070.0,\n      \"border_SE2_NO4\": 1081.0,\n      \"border_NO3_NO4\": 1630.0,\n      \"border_SE2_SE1\": 2846.0,\n      \"border_SE2_NO3\": 1316.0,\n      \"border_NO1_NO3\": 934.0,\n      \"border_SE3_SE2\": 6426.0,\n      \"border_NO1_NO5\": 1421.0,\n      \"border_SE3_NO1\": 1671.0,\n      \"border_NO2_NO5\": 1312.0,\n      \"border_NO2_NO1\": 2952.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1796.0,\n      \"border_NO5_NO3\": 968.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30816,\n      \"dateTimeUtc\": \"2026-04-21T22:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1299.0,\n      \"border_NO4_FI\": 1316.0,\n      \"border_NO4_SE2\": 1467.0,\n      \"border_NO4_NO3\": 1269.0,\n      \"border_SE1_SE2\": 2851.0,\n      \"border_NO3_SE2\": 1782.0,\n      \"border_NO3_NO1\": 1936.0,\n      \"border_SE2_SE3\": 6070.0,\n      \"border_NO5_NO1\": 1461.0,\n      \"border_NO1_SE3\": 2454.0,\n      \"border_NO5_NO2\": 979.0,\n      \"border_NO1_NO2\": 2613.0,\n      \"border_DK2_SE4\": 1445.0,\n      \"border_SE3_SE4\": 3598.0,\n      \"border_SE1_FI\": 1905.0,\n      \"border_NO3_NO5\": 1938.0,\n      \"border_SE1_NO4\": 1093.0,\n      \"border_FI_NO4\": 1098.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2929.0,\n      \"border_SE2_NO3\": 1486.0,\n      \"border_NO1_NO3\": 902.0,\n      \"border_SE3_SE2\": 6533.0,\n      \"border_NO1_NO5\": 2146.0,\n      \"border_SE3_NO1\": 1648.0,\n      \"border_NO2_NO5\": 1276.0,\n      \"border_NO2_NO1\": 3135.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1779.0,\n      \"border_NO5_NO3\": 935.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30817,\n      \"dateTimeUtc\": \"2026-04-21T22:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1299.0,\n      \"border_NO4_FI\": 1316.0,\n      \"border_NO4_SE2\": 1467.0,\n      \"border_NO4_NO3\": 1269.0,\n      \"border_SE1_SE2\": 2851.0,\n      \"border_NO3_SE2\": 1782.0,\n      \"border_NO3_NO1\": 1936.0,\n      \"border_SE2_SE3\": 6070.0,\n      \"border_NO5_NO1\": 1461.0,\n      \"border_NO1_SE3\": 2454.0,\n      \"border_NO5_NO2\": 979.0,\n      \"border_NO1_NO2\": 2613.0,\n      \"border_DK2_SE4\": 1445.0,\n      \"border_SE3_SE4\": 3598.0,\n      \"border_SE1_FI\": 1905.0,\n      \"border_NO3_NO5\": 1938.0,\n      \"border_SE1_NO4\": 1093.0,\n      \"border_FI_NO4\": 1098.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2929.0,\n      \"border_SE2_NO3\": 1486.0,\n      \"border_NO1_NO3\": 902.0,\n      \"border_SE3_SE2\": 6533.0,\n      \"border_NO1_NO5\": 2146.0,\n      \"border_SE3_NO1\": 1648.0,\n      \"border_NO2_NO5\": 1276.0,\n      \"border_NO2_NO1\": 3135.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1779.0,\n      \"border_NO5_NO3\": 935.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30818,\n      \"dateTimeUtc\": \"2026-04-21T22:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1299.0,\n      \"border_NO4_FI\": 1316.0,\n      \"border_NO4_SE2\": 1467.0,\n      \"border_NO4_NO3\": 1269.0,\n      \"border_SE1_SE2\": 2851.0,\n      \"border_NO3_SE2\": 1782.0,\n      \"border_NO3_NO1\": 1936.0,\n      \"border_SE2_SE3\": 6070.0,\n      \"border_NO5_NO1\": 1461.0,\n      \"border_NO1_SE3\": 2454.0,\n      \"border_NO5_NO2\": 979.0,\n      \"border_NO1_NO2\": 2613.0,\n      \"border_DK2_SE4\": 1445.0,\n      \"border_SE3_SE4\": 3598.0,\n      \"border_SE1_FI\": 1905.0,\n      \"border_NO3_NO5\": 1938.0,\n      \"border_SE1_NO4\": 1093.0,\n      \"border_FI_NO4\": 1098.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2929.0,\n      \"border_SE2_NO3\": 1486.0,\n      \"border_NO1_NO3\": 902.0,\n      \"border_SE3_SE2\": 6533.0,\n      \"border_NO1_NO5\": 2146.0,\n      \"border_SE3_NO1\": 1648.0,\n      \"border_NO2_NO5\": 1276.0,\n      \"border_NO2_NO1\": 3135.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1779.0,\n      \"border_NO5_NO3\": 935.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30819,\n      \"dateTimeUtc\": \"2026-04-21T22:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1299.0,\n      \"border_NO4_FI\": 1316.0,\n      \"border_NO4_SE2\": 1467.0,\n      \"border_NO4_NO3\": 1269.0,\n      \"border_SE1_SE2\": 2851.0,\n      \"border_NO3_SE2\": 1782.0,\n      \"border_NO3_NO1\": 1936.0,\n      \"border_SE2_SE3\": 6070.0,\n      \"border_NO5_NO1\": 1461.0,\n      \"border_NO1_SE3\": 2454.0,\n      \"border_NO5_NO2\": 979.0,\n      \"border_NO1_NO2\": 2613.0,\n      \"border_DK2_SE4\": 1445.0,\n      \"border_SE3_SE4\": 3598.0,\n      \"border_SE1_FI\": 1905.0,\n      \"border_NO3_NO5\": 1938.0,\n      \"border_SE1_NO4\": 1093.0,\n      \"border_FI_NO4\": 1098.0,\n      \"border_SE2_NO4\": 1109.0,\n      \"border_NO3_NO4\": 1608.0,\n      \"border_SE2_SE1\": 2929.0,\n      \"border_SE2_NO3\": 1486.0,\n      \"border_NO1_NO3\": 902.0,\n      \"border_SE3_SE2\": 6533.0,\n      \"border_NO1_NO5\": 2146.0,\n      \"border_SE3_NO1\": 1648.0,\n      \"border_NO2_NO5\": 1276.0,\n      \"border_NO2_NO1\": 3135.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1779.0,\n      \"border_NO5_NO3\": 935.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30820,\n      \"dateTimeUtc\": \"2026-04-21T23:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1290.0,\n      \"border_NO4_FI\": 1304.0,\n      \"border_NO4_SE2\": 1495.0,\n      \"border_NO4_NO3\": 1162.0,\n      \"border_SE1_SE2\": 2846.0,\n      \"border_NO3_SE2\": 1778.0,\n      \"border_NO3_NO1\": 1994.0,\n      \"border_SE2_SE3\": 6086.0,\n      \"border_NO5_NO1\": 1451.0,\n      \"border_NO1_SE3\": 2403.0,\n      \"border_NO5_NO2\": 967.0,\n      \"border_NO1_NO2\": 2593.0,\n      \"border_DK2_SE4\": 1441.0,\n      \"border_SE3_SE4\": 3627.0,\n      \"border_SE1_FI\": 1848.0,\n      \"border_NO3_NO5\": 1994.0,\n      \"border_SE1_NO4\": 1126.0,\n      \"border_FI_NO4\": 1130.0,\n      \"border_SE2_NO4\": 1141.0,\n      \"border_NO3_NO4\": 1609.0,\n      \"border_SE2_SE1\": 2931.0,\n      \"border_SE2_NO3\": 1441.0,\n      \"border_NO1_NO3\": 895.0,\n      \"border_SE3_SE2\": 6510.0,\n      \"border_NO1_NO5\": 2268.0,\n      \"border_SE3_NO1\": 1644.0,\n      \"border_NO2_NO5\": 1351.0,\n      \"border_NO2_NO1\": 3282.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1782.0,\n      \"border_NO5_NO3\": 929.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30821,\n      \"dateTimeUtc\": \"2026-04-21T23:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1290.0,\n      \"border_NO4_FI\": 1304.0,\n      \"border_NO4_SE2\": 1495.0,\n      \"border_NO4_NO3\": 1162.0,\n      \"border_SE1_SE2\": 2846.0,\n      \"border_NO3_SE2\": 1778.0,\n      \"border_NO3_NO1\": 1994.0,\n      \"border_SE2_SE3\": 6086.0,\n      \"border_NO5_NO1\": 1451.0,\n      \"border_NO1_SE3\": 2403.0,\n      \"border_NO5_NO2\": 967.0,\n      \"border_NO1_NO2\": 2593.0,\n      \"border_DK2_SE4\": 1441.0,\n      \"border_SE3_SE4\": 3627.0,\n      \"border_SE1_FI\": 1848.0,\n      \"border_NO3_NO5\": 1994.0,\n      \"border_SE1_NO4\": 1126.0,\n      \"border_FI_NO4\": 1130.0,\n      \"border_SE2_NO4\": 1141.0,\n      \"border_NO3_NO4\": 1609.0,\n      \"border_SE2_SE1\": 2931.0,\n      \"border_SE2_NO3\": 1441.0,\n      \"border_NO1_NO3\": 895.0,\n      \"border_SE3_SE2\": 6510.0,\n      \"border_NO1_NO5\": 2268.0,\n      \"border_SE3_NO1\": 1644.0,\n      \"border_NO2_NO5\": 1351.0,\n      \"border_NO2_NO1\": 3282.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1782.0,\n      \"border_NO5_NO3\": 929.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30822,\n      \"dateTimeUtc\": \"2026-04-21T23:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1290.0,\n      \"border_NO4_FI\": 1304.0,\n      \"border_NO4_SE2\": 1495.0,\n      \"border_NO4_NO3\": 1162.0,\n      \"border_SE1_SE2\": 2846.0,\n      \"border_NO3_SE2\": 1778.0,\n      \"border_NO3_NO1\": 1994.0,\n      \"border_SE2_SE3\": 6086.0,\n      \"border_NO5_NO1\": 1451.0,\n      \"border_NO1_SE3\": 2403.0,\n      \"border_NO5_NO2\": 967.0,\n      \"border_NO1_NO2\": 2593.0,\n      \"border_DK2_SE4\": 1441.0,\n      \"border_SE3_SE4\": 3627.0,\n      \"border_SE1_FI\": 1848.0,\n      \"border_NO3_NO5\": 1994.0,\n      \"border_SE1_NO4\": 1126.0,\n      \"border_FI_NO4\": 1130.0,\n      \"border_SE2_NO4\": 1141.0,\n      \"border_NO3_NO4\": 1609.0,\n      \"border_SE2_SE1\": 2931.0,\n      \"border_SE2_NO3\": 1441.0,\n      \"border_NO1_NO3\": 895.0,\n      \"border_SE3_SE2\": 6510.0,\n      \"border_NO1_NO5\": 2268.0,\n      \"border_SE3_NO1\": 1644.0,\n      \"border_NO2_NO5\": 1351.0,\n      \"border_NO2_NO1\": 3282.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1782.0,\n      \"border_NO5_NO3\": 929.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30823,\n      \"dateTimeUtc\": \"2026-04-21T23:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:16.607\",\n      \"border_NO4_SE1\": 1290.0,\n      \"border_NO4_FI\": 1304.0,\n      \"border_NO4_SE2\": 1495.0,\n      \"border_NO4_NO3\": 1162.0,\n      \"border_SE1_SE2\": 2846.0,\n      \"border_NO3_SE2\": 1778.0,\n      \"border_NO3_NO1\": 1994.0,\n      \"border_SE2_SE3\": 6086.0,\n      \"border_NO5_NO1\": 1451.0,\n      \"border_NO1_SE3\": 2403.0,\n      \"border_NO5_NO2\": 967.0,\n      \"border_NO1_NO2\": 2593.0,\n      \"border_DK2_SE4\": 1441.0,\n      \"border_SE3_SE4\": 3627.0,\n      \"border_SE1_FI\": 1848.0,\n      \"border_NO3_NO5\": 1994.0,\n      \"border_SE1_NO4\": 1126.0,\n      \"border_FI_NO4\": 1130.0,\n      \"border_SE2_NO4\": 1141.0,\n      \"border_NO3_NO4\": 1609.0,\n      \"border_SE2_SE1\": 2931.0,\n      \"border_SE2_NO3\": 1441.0,\n      \"border_NO1_NO3\": 895.0,\n      \"border_SE3_SE2\": 6510.0,\n      \"border_NO1_NO5\": 2268.0,\n      \"border_SE3_NO1\": 1644.0,\n      \"border_NO2_NO5\": 1351.0,\n      \"border_NO2_NO1\": 3282.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1782.0,\n      \"border_NO5_NO3\": 929.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/nordic_max_bflow.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 30536,\n      \"dateTimeUtc\": \"2026-04-20T00:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 227.0,\n      \"border_NO4_NO3\": 731.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 774.0,\n      \"border_NO3_NO1\": 670.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3568.0,\n      \"border_NO1_SE3\": 2098.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2473.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 6073.0,\n      \"border_SE1_FI\": 488.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 966.0,\n      \"border_SE2_SE1\": 2550.0,\n      \"border_SE2_NO3\": 1035.0,\n      \"border_NO1_NO3\": 621.0,\n      \"border_SE3_SE2\": 6065.0,\n      \"border_NO1_NO5\": 3353.0,\n      \"border_SE3_NO1\": 1938.0,\n      \"border_NO2_NO5\": 570.0,\n      \"border_NO2_NO1\": 3559.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 27.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30537,\n      \"dateTimeUtc\": \"2026-04-20T00:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 227.0,\n      \"border_NO4_NO3\": 731.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 774.0,\n      \"border_NO3_NO1\": 670.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3568.0,\n      \"border_NO1_SE3\": 2098.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2473.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 6073.0,\n      \"border_SE1_FI\": 488.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 966.0,\n      \"border_SE2_SE1\": 2550.0,\n      \"border_SE2_NO3\": 1035.0,\n      \"border_NO1_NO3\": 621.0,\n      \"border_SE3_SE2\": 6065.0,\n      \"border_NO1_NO5\": 3353.0,\n      \"border_SE3_NO1\": 1938.0,\n      \"border_NO2_NO5\": 570.0,\n      \"border_NO2_NO1\": 3559.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 27.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30538,\n      \"dateTimeUtc\": \"2026-04-20T00:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 227.0,\n      \"border_NO4_NO3\": 731.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 774.0,\n      \"border_NO3_NO1\": 670.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3568.0,\n      \"border_NO1_SE3\": 2098.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2473.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 6073.0,\n      \"border_SE1_FI\": 488.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 966.0,\n      \"border_SE2_SE1\": 2550.0,\n      \"border_SE2_NO3\": 1035.0,\n      \"border_NO1_NO3\": 621.0,\n      \"border_SE3_SE2\": 6065.0,\n      \"border_NO1_NO5\": 3353.0,\n      \"border_SE3_NO1\": 1938.0,\n      \"border_NO2_NO5\": 570.0,\n      \"border_NO2_NO1\": 3559.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 27.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30539,\n      \"dateTimeUtc\": \"2026-04-20T00:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 227.0,\n      \"border_NO4_NO3\": 731.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 774.0,\n      \"border_NO3_NO1\": 670.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3568.0,\n      \"border_NO1_SE3\": 2098.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2473.0,\n      \"border_DK2_SE4\": 1411.0,\n      \"border_SE3_SE4\": 6073.0,\n      \"border_SE1_FI\": 488.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 966.0,\n      \"border_SE2_SE1\": 2550.0,\n      \"border_SE2_NO3\": 1035.0,\n      \"border_NO1_NO3\": 621.0,\n      \"border_SE3_SE2\": 6065.0,\n      \"border_NO1_NO5\": 3353.0,\n      \"border_SE3_NO1\": 1938.0,\n      \"border_NO2_NO5\": 570.0,\n      \"border_NO2_NO1\": 3559.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 27.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 496.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30540,\n      \"dateTimeUtc\": \"2026-04-20T01:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 229.0,\n      \"border_NO4_NO3\": 717.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 767.0,\n      \"border_NO3_NO1\": 669.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3580.0,\n      \"border_NO1_SE3\": 2092.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2448.0,\n      \"border_DK2_SE4\": 1412.0,\n      \"border_SE3_SE4\": 6090.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 708.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 954.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1024.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6054.0,\n      \"border_NO1_NO5\": 2885.0,\n      \"border_SE3_NO1\": 1936.0,\n      \"border_NO2_NO5\": 509.0,\n      \"border_NO2_NO1\": 3599.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 7.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30541,\n      \"dateTimeUtc\": \"2026-04-20T01:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 229.0,\n      \"border_NO4_NO3\": 717.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 767.0,\n      \"border_NO3_NO1\": 669.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3580.0,\n      \"border_NO1_SE3\": 2092.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2448.0,\n      \"border_DK2_SE4\": 1412.0,\n      \"border_SE3_SE4\": 6090.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 708.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 954.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1024.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6054.0,\n      \"border_NO1_NO5\": 2885.0,\n      \"border_SE3_NO1\": 1936.0,\n      \"border_NO2_NO5\": 509.0,\n      \"border_NO2_NO1\": 3599.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 7.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30542,\n      \"dateTimeUtc\": \"2026-04-20T01:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 229.0,\n      \"border_NO4_NO3\": 717.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 767.0,\n      \"border_NO3_NO1\": 669.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3580.0,\n      \"border_NO1_SE3\": 2092.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2448.0,\n      \"border_DK2_SE4\": 1412.0,\n      \"border_SE3_SE4\": 6090.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 708.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 954.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1024.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6054.0,\n      \"border_NO1_NO5\": 2885.0,\n      \"border_SE3_NO1\": 1936.0,\n      \"border_NO2_NO5\": 509.0,\n      \"border_NO2_NO1\": 3599.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 7.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30543,\n      \"dateTimeUtc\": \"2026-04-20T01:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 67.0,\n      \"border_NO4_SE2\": 229.0,\n      \"border_NO4_NO3\": 717.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 767.0,\n      \"border_NO3_NO1\": 669.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3580.0,\n      \"border_NO1_SE3\": 2092.0,\n      \"border_NO5_NO2\": 624.0,\n      \"border_NO1_NO2\": 2448.0,\n      \"border_DK2_SE4\": 1412.0,\n      \"border_SE3_SE4\": 6090.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 708.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 954.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1024.0,\n      \"border_NO1_NO3\": 620.0,\n      \"border_SE3_SE2\": 6054.0,\n      \"border_NO1_NO5\": 2885.0,\n      \"border_SE3_NO1\": 1936.0,\n      \"border_NO2_NO5\": 509.0,\n      \"border_NO2_NO1\": 3599.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 7.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 478.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30544,\n      \"dateTimeUtc\": \"2026-04-20T02:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 66.0,\n      \"border_NO4_SE2\": 225.0,\n      \"border_NO4_NO3\": 703.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 766.0,\n      \"border_NO3_NO1\": 608.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3368.0,\n      \"border_NO1_SE3\": 2091.0,\n      \"border_NO5_NO2\": 595.0,\n      \"border_NO1_NO2\": 2494.0,\n      \"border_DK2_SE4\": 1437.0,\n      \"border_SE3_SE4\": 6079.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 244.0,\n      \"border_NO3_NO4\": 967.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 1007.0,\n      \"border_NO1_NO3\": 619.0,\n      \"border_SE3_SE2\": 6062.0,\n      \"border_NO1_NO5\": 3142.0,\n      \"border_SE3_NO1\": 1829.0,\n      \"border_NO2_NO5\": 629.0,\n      \"border_NO2_NO1\": 3488.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 0.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30545,\n      \"dateTimeUtc\": \"2026-04-20T02:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 66.0,\n      \"border_NO4_SE2\": 225.0,\n      \"border_NO4_NO3\": 703.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 766.0,\n      \"border_NO3_NO1\": 608.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3368.0,\n      \"border_NO1_SE3\": 2091.0,\n      \"border_NO5_NO2\": 595.0,\n      \"border_NO1_NO2\": 2494.0,\n      \"border_DK2_SE4\": 1437.0,\n      \"border_SE3_SE4\": 6079.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 244.0,\n      \"border_NO3_NO4\": 967.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 1007.0,\n      \"border_NO1_NO3\": 619.0,\n      \"border_SE3_SE2\": 6062.0,\n      \"border_NO1_NO5\": 3142.0,\n      \"border_SE3_NO1\": 1829.0,\n      \"border_NO2_NO5\": 629.0,\n      \"border_NO2_NO1\": 3488.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 0.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30546,\n      \"dateTimeUtc\": \"2026-04-20T02:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 66.0,\n      \"border_NO4_SE2\": 225.0,\n      \"border_NO4_NO3\": 703.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 766.0,\n      \"border_NO3_NO1\": 608.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3368.0,\n      \"border_NO1_SE3\": 2091.0,\n      \"border_NO5_NO2\": 595.0,\n      \"border_NO1_NO2\": 2494.0,\n      \"border_DK2_SE4\": 1437.0,\n      \"border_SE3_SE4\": 6079.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 244.0,\n      \"border_NO3_NO4\": 967.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 1007.0,\n      \"border_NO1_NO3\": 619.0,\n      \"border_SE3_SE2\": 6062.0,\n      \"border_NO1_NO5\": 3142.0,\n      \"border_SE3_NO1\": 1829.0,\n      \"border_NO2_NO5\": 629.0,\n      \"border_NO2_NO1\": 3488.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 0.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30547,\n      \"dateTimeUtc\": \"2026-04-20T02:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 66.0,\n      \"border_NO4_SE2\": 225.0,\n      \"border_NO4_NO3\": 703.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 766.0,\n      \"border_NO3_NO1\": 608.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3368.0,\n      \"border_NO1_SE3\": 2091.0,\n      \"border_NO5_NO2\": 595.0,\n      \"border_NO1_NO2\": 2494.0,\n      \"border_DK2_SE4\": 1437.0,\n      \"border_SE3_SE4\": 6079.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 244.0,\n      \"border_NO3_NO4\": 967.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 1007.0,\n      \"border_NO1_NO3\": 619.0,\n      \"border_SE3_SE2\": 6062.0,\n      \"border_NO1_NO5\": 3142.0,\n      \"border_SE3_NO1\": 1829.0,\n      \"border_NO2_NO5\": 629.0,\n      \"border_NO2_NO1\": 3488.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 0.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 474.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30548,\n      \"dateTimeUtc\": \"2026-04-20T03:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 220.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 751.0,\n      \"border_NO3_NO1\": 520.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3232.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 505.0,\n      \"border_NO1_NO2\": 2484.0,\n      \"border_DK2_SE4\": 1404.0,\n      \"border_SE3_SE4\": 6088.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 962.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 996.0,\n      \"border_NO1_NO3\": 618.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 3067.0,\n      \"border_SE3_NO1\": 1502.0,\n      \"border_NO2_NO5\": 625.0,\n      \"border_NO2_NO1\": 3579.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 45.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30549,\n      \"dateTimeUtc\": \"2026-04-20T03:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 220.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 751.0,\n      \"border_NO3_NO1\": 520.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3232.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 505.0,\n      \"border_NO1_NO2\": 2484.0,\n      \"border_DK2_SE4\": 1404.0,\n      \"border_SE3_SE4\": 6088.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 962.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 996.0,\n      \"border_NO1_NO3\": 618.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 3067.0,\n      \"border_SE3_NO1\": 1502.0,\n      \"border_NO2_NO5\": 625.0,\n      \"border_NO2_NO1\": 3579.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 45.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30550,\n      \"dateTimeUtc\": \"2026-04-20T03:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 220.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 751.0,\n      \"border_NO3_NO1\": 520.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3232.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 505.0,\n      \"border_NO1_NO2\": 2484.0,\n      \"border_DK2_SE4\": 1404.0,\n      \"border_SE3_SE4\": 6088.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 962.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 996.0,\n      \"border_NO1_NO3\": 618.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 3067.0,\n      \"border_SE3_NO1\": 1502.0,\n      \"border_NO2_NO5\": 625.0,\n      \"border_NO2_NO1\": 3579.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 45.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30551,\n      \"dateTimeUtc\": \"2026-04-20T03:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 220.0,\n      \"border_NO4_NO3\": 690.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 751.0,\n      \"border_NO3_NO1\": 520.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3232.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 505.0,\n      \"border_NO1_NO2\": 2484.0,\n      \"border_DK2_SE4\": 1404.0,\n      \"border_SE3_SE4\": 6088.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 712.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 240.0,\n      \"border_NO3_NO4\": 962.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 996.0,\n      \"border_NO1_NO3\": 618.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 3067.0,\n      \"border_SE3_NO1\": 1502.0,\n      \"border_NO2_NO5\": 625.0,\n      \"border_NO2_NO1\": 3579.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 45.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 490.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 590.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30552,\n      \"dateTimeUtc\": \"2026-04-20T04:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 60.0,\n      \"border_NO4_SE2\": 210.0,\n      \"border_NO4_NO3\": 686.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 736.0,\n      \"border_NO3_NO1\": 408.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3683.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 615.0,\n      \"border_NO1_NO2\": 2451.0,\n      \"border_DK2_SE4\": 1409.0,\n      \"border_SE3_SE4\": 6074.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 706.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 953.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 986.0,\n      \"border_NO1_NO3\": 613.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 2978.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 579.0,\n      \"border_NO2_NO1\": 3567.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 100.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30553,\n      \"dateTimeUtc\": \"2026-04-20T04:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 60.0,\n      \"border_NO4_SE2\": 210.0,\n      \"border_NO4_NO3\": 686.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 736.0,\n      \"border_NO3_NO1\": 408.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3683.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 615.0,\n      \"border_NO1_NO2\": 2451.0,\n      \"border_DK2_SE4\": 1409.0,\n      \"border_SE3_SE4\": 6074.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 706.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 953.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 986.0,\n      \"border_NO1_NO3\": 613.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 2978.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 579.0,\n      \"border_NO2_NO1\": 3567.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 100.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30554,\n      \"dateTimeUtc\": \"2026-04-20T04:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 60.0,\n      \"border_NO4_SE2\": 210.0,\n      \"border_NO4_NO3\": 686.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 736.0,\n      \"border_NO3_NO1\": 408.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3683.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 615.0,\n      \"border_NO1_NO2\": 2451.0,\n      \"border_DK2_SE4\": 1409.0,\n      \"border_SE3_SE4\": 6074.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 706.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 953.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 986.0,\n      \"border_NO1_NO3\": 613.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 2978.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 579.0,\n      \"border_NO2_NO1\": 3567.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 100.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30555,\n      \"dateTimeUtc\": \"2026-04-20T04:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 60.0,\n      \"border_NO4_SE2\": 210.0,\n      \"border_NO4_NO3\": 686.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 736.0,\n      \"border_NO3_NO1\": 408.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3683.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 615.0,\n      \"border_NO1_NO2\": 2451.0,\n      \"border_DK2_SE4\": 1409.0,\n      \"border_SE3_SE4\": 6074.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 706.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 953.0,\n      \"border_SE2_SE1\": 2543.0,\n      \"border_SE2_NO3\": 986.0,\n      \"border_NO1_NO3\": 613.0,\n      \"border_SE3_SE2\": 6051.0,\n      \"border_NO1_NO5\": 2978.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 579.0,\n      \"border_NO2_NO1\": 3567.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1912.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 100.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30556,\n      \"dateTimeUtc\": \"2026-04-20T05:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 61.0,\n      \"border_NO4_SE2\": 218.0,\n      \"border_NO4_NO3\": 727.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 852.0,\n      \"border_NO3_NO1\": 665.0,\n      \"border_SE2_SE3\": 7537.0,\n      \"border_NO5_NO1\": 3811.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 606.0,\n      \"border_NO1_NO2\": 2412.0,\n      \"border_DK2_SE4\": 1399.0,\n      \"border_SE3_SE4\": 6053.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 35.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 949.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1029.0,\n      \"border_NO1_NO3\": 609.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2632.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 357.0,\n      \"border_NO2_NO1\": 3539.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 48.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30557,\n      \"dateTimeUtc\": \"2026-04-20T05:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 61.0,\n      \"border_NO4_SE2\": 218.0,\n      \"border_NO4_NO3\": 727.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 852.0,\n      \"border_NO3_NO1\": 665.0,\n      \"border_SE2_SE3\": 7537.0,\n      \"border_NO5_NO1\": 3811.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 606.0,\n      \"border_NO1_NO2\": 2412.0,\n      \"border_DK2_SE4\": 1399.0,\n      \"border_SE3_SE4\": 6053.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 35.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 949.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1029.0,\n      \"border_NO1_NO3\": 609.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2632.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 357.0,\n      \"border_NO2_NO1\": 3539.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 48.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30558,\n      \"dateTimeUtc\": \"2026-04-20T05:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 61.0,\n      \"border_NO4_SE2\": 218.0,\n      \"border_NO4_NO3\": 727.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 852.0,\n      \"border_NO3_NO1\": 665.0,\n      \"border_SE2_SE3\": 7537.0,\n      \"border_NO5_NO1\": 3811.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 606.0,\n      \"border_NO1_NO2\": 2412.0,\n      \"border_DK2_SE4\": 1399.0,\n      \"border_SE3_SE4\": 6053.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 35.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 949.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1029.0,\n      \"border_NO1_NO3\": 609.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2632.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 357.0,\n      \"border_NO2_NO1\": 3539.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 48.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30559,\n      \"dateTimeUtc\": \"2026-04-20T05:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 61.0,\n      \"border_NO4_SE2\": 218.0,\n      \"border_NO4_NO3\": 727.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 852.0,\n      \"border_NO3_NO1\": 665.0,\n      \"border_SE2_SE3\": 7537.0,\n      \"border_NO5_NO1\": 3811.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 606.0,\n      \"border_NO1_NO2\": 2412.0,\n      \"border_DK2_SE4\": 1399.0,\n      \"border_SE3_SE4\": 6053.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 35.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 949.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1029.0,\n      \"border_NO1_NO3\": 609.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2632.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 357.0,\n      \"border_NO2_NO1\": 3539.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1934.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 48.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30560,\n      \"dateTimeUtc\": \"2026-04-20T06:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 261.0,\n      \"border_NO4_FI\": 64.0,\n      \"border_NO4_SE2\": 214.0,\n      \"border_NO4_NO3\": 746.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 863.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3749.0,\n      \"border_NO1_SE3\": 1763.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2409.0,\n      \"border_DK2_SE4\": 1431.0,\n      \"border_SE3_SE4\": 5820.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 39.0,\n      \"border_SE2_NO4\": 220.0,\n      \"border_NO3_NO4\": 952.0,\n      \"border_SE2_SE1\": 2544.0,\n      \"border_SE2_NO3\": 1037.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6066.0,\n      \"border_NO1_NO5\": 2611.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 347.0,\n      \"border_NO2_NO1\": 3531.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 77.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30561,\n      \"dateTimeUtc\": \"2026-04-20T06:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 261.0,\n      \"border_NO4_FI\": 64.0,\n      \"border_NO4_SE2\": 214.0,\n      \"border_NO4_NO3\": 746.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 863.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3749.0,\n      \"border_NO1_SE3\": 1763.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2409.0,\n      \"border_DK2_SE4\": 1431.0,\n      \"border_SE3_SE4\": 5820.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 39.0,\n      \"border_SE2_NO4\": 220.0,\n      \"border_NO3_NO4\": 952.0,\n      \"border_SE2_SE1\": 2544.0,\n      \"border_SE2_NO3\": 1037.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6066.0,\n      \"border_NO1_NO5\": 2611.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 347.0,\n      \"border_NO2_NO1\": 3531.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 77.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30562,\n      \"dateTimeUtc\": \"2026-04-20T06:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 261.0,\n      \"border_NO4_FI\": 64.0,\n      \"border_NO4_SE2\": 214.0,\n      \"border_NO4_NO3\": 746.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 863.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3749.0,\n      \"border_NO1_SE3\": 1763.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2409.0,\n      \"border_DK2_SE4\": 1431.0,\n      \"border_SE3_SE4\": 5820.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 39.0,\n      \"border_SE2_NO4\": 220.0,\n      \"border_NO3_NO4\": 952.0,\n      \"border_SE2_SE1\": 2544.0,\n      \"border_SE2_NO3\": 1037.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6066.0,\n      \"border_NO1_NO5\": 2611.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 347.0,\n      \"border_NO2_NO1\": 3531.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 77.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30563,\n      \"dateTimeUtc\": \"2026-04-20T06:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 261.0,\n      \"border_NO4_FI\": 64.0,\n      \"border_NO4_SE2\": 214.0,\n      \"border_NO4_NO3\": 746.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 863.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7536.0,\n      \"border_NO5_NO1\": 3749.0,\n      \"border_NO1_SE3\": 1763.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2409.0,\n      \"border_DK2_SE4\": 1431.0,\n      \"border_SE3_SE4\": 5820.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 39.0,\n      \"border_SE2_NO4\": 220.0,\n      \"border_NO3_NO4\": 952.0,\n      \"border_SE2_SE1\": 2544.0,\n      \"border_SE2_NO3\": 1037.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6066.0,\n      \"border_NO1_NO5\": 2611.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 347.0,\n      \"border_NO2_NO1\": 3531.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 77.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30564,\n      \"dateTimeUtc\": \"2026-04-20T07:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 62.0,\n      \"border_NO4_SE2\": 212.0,\n      \"border_NO4_NO3\": 779.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 890.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3771.0,\n      \"border_NO1_SE3\": 1762.0,\n      \"border_NO5_NO2\": 607.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1273.0,\n      \"border_SE3_SE4\": 5867.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2539.0,\n      \"border_SE2_NO3\": 1016.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2698.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 356.0,\n      \"border_NO2_NO1\": 2857.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30565,\n      \"dateTimeUtc\": \"2026-04-20T07:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 62.0,\n      \"border_NO4_SE2\": 212.0,\n      \"border_NO4_NO3\": 779.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 890.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3771.0,\n      \"border_NO1_SE3\": 1762.0,\n      \"border_NO5_NO2\": 607.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1273.0,\n      \"border_SE3_SE4\": 5867.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2539.0,\n      \"border_SE2_NO3\": 1016.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2698.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 356.0,\n      \"border_NO2_NO1\": 2857.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30566,\n      \"dateTimeUtc\": \"2026-04-20T07:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 62.0,\n      \"border_NO4_SE2\": 212.0,\n      \"border_NO4_NO3\": 779.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 890.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3771.0,\n      \"border_NO1_SE3\": 1762.0,\n      \"border_NO5_NO2\": 607.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1273.0,\n      \"border_SE3_SE4\": 5867.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2539.0,\n      \"border_SE2_NO3\": 1016.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2698.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 356.0,\n      \"border_NO2_NO1\": 2857.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30567,\n      \"dateTimeUtc\": \"2026-04-20T07:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 62.0,\n      \"border_NO4_SE2\": 212.0,\n      \"border_NO4_NO3\": 779.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 890.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3771.0,\n      \"border_NO1_SE3\": 1762.0,\n      \"border_NO5_NO2\": 607.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1273.0,\n      \"border_SE3_SE4\": 5867.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2539.0,\n      \"border_SE2_NO3\": 1016.0,\n      \"border_NO1_NO3\": 607.0,\n      \"border_SE3_SE2\": 6049.0,\n      \"border_NO1_NO5\": 2698.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 356.0,\n      \"border_NO2_NO1\": 2857.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1939.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30568,\n      \"dateTimeUtc\": \"2026-04-20T08:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 821.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3717.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1196.0,\n      \"border_SE3_SE4\": 5724.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 936.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1013.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6045.0,\n      \"border_NO1_NO5\": 2876.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 366.0,\n      \"border_NO2_NO1\": 2869.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30569,\n      \"dateTimeUtc\": \"2026-04-20T08:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 821.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3717.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1196.0,\n      \"border_SE3_SE4\": 5724.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 936.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1013.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6045.0,\n      \"border_NO1_NO5\": 2876.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 366.0,\n      \"border_NO2_NO1\": 2869.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30570,\n      \"dateTimeUtc\": \"2026-04-20T08:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 821.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3717.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1196.0,\n      \"border_SE3_SE4\": 5724.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 936.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1013.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6045.0,\n      \"border_NO1_NO5\": 2876.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 366.0,\n      \"border_NO2_NO1\": 2869.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30571,\n      \"dateTimeUtc\": \"2026-04-20T08:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 65.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 821.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3717.0,\n      \"border_NO1_SE3\": 1761.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2361.0,\n      \"border_DK2_SE4\": 1196.0,\n      \"border_SE3_SE4\": 5724.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 936.0,\n      \"border_SE2_SE1\": 2534.0,\n      \"border_SE2_NO3\": 1013.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6045.0,\n      \"border_NO1_NO5\": 2876.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 366.0,\n      \"border_NO2_NO1\": 2869.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1944.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 671.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30572,\n      \"dateTimeUtc\": \"2026-04-20T09:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 72.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 798.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3527.0,\n      \"border_NO1_SE3\": 1741.0,\n      \"border_NO5_NO2\": 596.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1123.0,\n      \"border_SE3_SE4\": 5725.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 238.0,\n      \"border_NO3_NO4\": 926.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1020.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6063.0,\n      \"border_NO1_NO5\": 2999.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 391.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1878.0,\n      \"border_NO5_NO3\": 103.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30573,\n      \"dateTimeUtc\": \"2026-04-20T09:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 72.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 798.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3527.0,\n      \"border_NO1_SE3\": 1741.0,\n      \"border_NO5_NO2\": 596.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1123.0,\n      \"border_SE3_SE4\": 5725.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 238.0,\n      \"border_NO3_NO4\": 926.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1020.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6063.0,\n      \"border_NO1_NO5\": 2999.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 391.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1878.0,\n      \"border_NO5_NO3\": 103.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30574,\n      \"dateTimeUtc\": \"2026-04-20T09:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 72.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 798.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3527.0,\n      \"border_NO1_SE3\": 1741.0,\n      \"border_NO5_NO2\": 596.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1123.0,\n      \"border_SE3_SE4\": 5725.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 238.0,\n      \"border_NO3_NO4\": 926.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1020.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6063.0,\n      \"border_NO1_NO5\": 2999.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 391.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1878.0,\n      \"border_NO5_NO3\": 103.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30575,\n      \"dateTimeUtc\": \"2026-04-20T09:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 72.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 864.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 798.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3527.0,\n      \"border_NO1_SE3\": 1741.0,\n      \"border_NO5_NO2\": 596.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1123.0,\n      \"border_SE3_SE4\": 5725.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 238.0,\n      \"border_NO3_NO4\": 926.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1020.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6063.0,\n      \"border_NO1_NO5\": 2999.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 391.0,\n      \"border_NO2_NO1\": 2921.0,\n      \"border_SE4_DK2\": 1267.0,\n      \"border_SE4_SE3\": 1958.0,\n      \"border_FI_SE1\": 1878.0,\n      \"border_NO5_NO3\": 103.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30576,\n      \"dateTimeUtc\": \"2026-04-20T10:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 77.0,\n      \"border_NO4_SE2\": 201.0,\n      \"border_NO4_NO3\": 904.0,\n      \"border_SE1_SE2\": 1734.0,\n      \"border_NO3_SE2\": 785.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3609.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 597.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1130.0,\n      \"border_SE3_SE4\": 5598.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 243.0,\n      \"border_NO3_NO4\": 924.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1026.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6081.0,\n      \"border_NO1_NO5\": 2930.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 381.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 90.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30577,\n      \"dateTimeUtc\": \"2026-04-20T10:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 77.0,\n      \"border_NO4_SE2\": 201.0,\n      \"border_NO4_NO3\": 904.0,\n      \"border_SE1_SE2\": 1734.0,\n      \"border_NO3_SE2\": 785.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3609.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 597.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1130.0,\n      \"border_SE3_SE4\": 5598.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 243.0,\n      \"border_NO3_NO4\": 924.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1026.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6081.0,\n      \"border_NO1_NO5\": 2930.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 381.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 90.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30578,\n      \"dateTimeUtc\": \"2026-04-20T10:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 77.0,\n      \"border_NO4_SE2\": 201.0,\n      \"border_NO4_NO3\": 904.0,\n      \"border_SE1_SE2\": 1734.0,\n      \"border_NO3_SE2\": 785.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3609.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 597.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1130.0,\n      \"border_SE3_SE4\": 5598.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 243.0,\n      \"border_NO3_NO4\": 924.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1026.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6081.0,\n      \"border_NO1_NO5\": 2930.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 381.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 90.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30579,\n      \"dateTimeUtc\": \"2026-04-20T10:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 77.0,\n      \"border_NO4_SE2\": 201.0,\n      \"border_NO4_NO3\": 904.0,\n      \"border_SE1_SE2\": 1734.0,\n      \"border_NO3_SE2\": 785.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3609.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 597.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1130.0,\n      \"border_SE3_SE4\": 5598.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 243.0,\n      \"border_NO3_NO4\": 924.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1026.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6081.0,\n      \"border_NO1_NO5\": 2930.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 381.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1957.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 90.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30580,\n      \"dateTimeUtc\": \"2026-04-20T11:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 82.0,\n      \"border_NO4_SE2\": 199.0,\n      \"border_NO4_NO3\": 932.0,\n      \"border_SE1_SE2\": 1711.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7495.0,\n      \"border_NO5_NO1\": 3604.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1132.0,\n      \"border_SE3_SE4\": 5581.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 18.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 916.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6087.0,\n      \"border_NO1_NO5\": 2915.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 376.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 108.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30581,\n      \"dateTimeUtc\": \"2026-04-20T11:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 82.0,\n      \"border_NO4_SE2\": 199.0,\n      \"border_NO4_NO3\": 932.0,\n      \"border_SE1_SE2\": 1711.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7495.0,\n      \"border_NO5_NO1\": 3604.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1132.0,\n      \"border_SE3_SE4\": 5581.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 18.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 916.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6087.0,\n      \"border_NO1_NO5\": 2915.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 376.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 108.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30582,\n      \"dateTimeUtc\": \"2026-04-20T11:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 82.0,\n      \"border_NO4_SE2\": 199.0,\n      \"border_NO4_NO3\": 932.0,\n      \"border_SE1_SE2\": 1711.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7495.0,\n      \"border_NO5_NO1\": 3604.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1132.0,\n      \"border_SE3_SE4\": 5581.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 18.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 916.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6087.0,\n      \"border_NO1_NO5\": 2915.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 376.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 108.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30583,\n      \"dateTimeUtc\": \"2026-04-20T11:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 82.0,\n      \"border_NO4_SE2\": 199.0,\n      \"border_NO4_NO3\": 932.0,\n      \"border_SE1_SE2\": 1711.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7495.0,\n      \"border_NO5_NO1\": 3604.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1132.0,\n      \"border_SE3_SE4\": 5581.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 18.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 916.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6087.0,\n      \"border_NO1_NO5\": 2915.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 376.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1935.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 108.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30584,\n      \"dateTimeUtc\": \"2026-04-20T12:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 191.0,\n      \"border_NO4_NO3\": 938.0,\n      \"border_SE1_SE2\": 1720.0,\n      \"border_NO3_SE2\": 779.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7498.0,\n      \"border_NO5_NO1\": 3590.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2370.0,\n      \"border_DK2_SE4\": 1258.0,\n      \"border_SE3_SE4\": 5485.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1056.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6082.0,\n      \"border_NO1_NO5\": 3008.0,\n      \"border_SE3_NO1\": 1373.0,\n      \"border_NO2_NO5\": 389.0,\n      \"border_NO2_NO1\": 2917.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30585,\n      \"dateTimeUtc\": \"2026-04-20T12:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 191.0,\n      \"border_NO4_NO3\": 938.0,\n      \"border_SE1_SE2\": 1720.0,\n      \"border_NO3_SE2\": 779.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7498.0,\n      \"border_NO5_NO1\": 3590.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2370.0,\n      \"border_DK2_SE4\": 1258.0,\n      \"border_SE3_SE4\": 5485.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1056.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6082.0,\n      \"border_NO1_NO5\": 3008.0,\n      \"border_SE3_NO1\": 1373.0,\n      \"border_NO2_NO5\": 389.0,\n      \"border_NO2_NO1\": 2917.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30586,\n      \"dateTimeUtc\": \"2026-04-20T12:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 191.0,\n      \"border_NO4_NO3\": 938.0,\n      \"border_SE1_SE2\": 1720.0,\n      \"border_NO3_SE2\": 779.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7498.0,\n      \"border_NO5_NO1\": 3590.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2370.0,\n      \"border_DK2_SE4\": 1258.0,\n      \"border_SE3_SE4\": 5485.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1056.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6082.0,\n      \"border_NO1_NO5\": 3008.0,\n      \"border_SE3_NO1\": 1373.0,\n      \"border_NO2_NO5\": 389.0,\n      \"border_NO2_NO1\": 2917.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30587,\n      \"dateTimeUtc\": \"2026-04-20T12:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 191.0,\n      \"border_NO4_NO3\": 938.0,\n      \"border_SE1_SE2\": 1720.0,\n      \"border_NO3_SE2\": 779.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7498.0,\n      \"border_NO5_NO1\": 3590.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2370.0,\n      \"border_DK2_SE4\": 1258.0,\n      \"border_SE3_SE4\": 5485.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 709.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 245.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1056.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6082.0,\n      \"border_NO1_NO5\": 3008.0,\n      \"border_SE3_NO1\": 1373.0,\n      \"border_NO2_NO5\": 389.0,\n      \"border_NO2_NO1\": 2917.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1931.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 75.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30588,\n      \"dateTimeUtc\": \"2026-04-20T13:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1729.0,\n      \"border_NO3_SE2\": 812.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7515.0,\n      \"border_NO5_NO1\": 3558.0,\n      \"border_NO1_SE3\": 1746.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2373.0,\n      \"border_DK2_SE4\": 1403.0,\n      \"border_SE3_SE4\": 5513.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2995.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 380.0,\n      \"border_NO2_NO1\": 2934.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 106.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30589,\n      \"dateTimeUtc\": \"2026-04-20T13:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1729.0,\n      \"border_NO3_SE2\": 812.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7515.0,\n      \"border_NO5_NO1\": 3558.0,\n      \"border_NO1_SE3\": 1746.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2373.0,\n      \"border_DK2_SE4\": 1403.0,\n      \"border_SE3_SE4\": 5513.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2995.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 380.0,\n      \"border_NO2_NO1\": 2934.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 106.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30590,\n      \"dateTimeUtc\": \"2026-04-20T13:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1729.0,\n      \"border_NO3_SE2\": 812.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7515.0,\n      \"border_NO5_NO1\": 3558.0,\n      \"border_NO1_SE3\": 1746.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2373.0,\n      \"border_DK2_SE4\": 1403.0,\n      \"border_SE3_SE4\": 5513.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2995.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 380.0,\n      \"border_NO2_NO1\": 2934.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 106.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30591,\n      \"dateTimeUtc\": \"2026-04-20T13:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1729.0,\n      \"border_NO3_SE2\": 812.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7515.0,\n      \"border_NO5_NO1\": 3558.0,\n      \"border_NO1_SE3\": 1746.0,\n      \"border_NO5_NO2\": 601.0,\n      \"border_NO1_NO2\": 2373.0,\n      \"border_DK2_SE4\": 1403.0,\n      \"border_SE3_SE4\": 5513.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 912.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2995.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 380.0,\n      \"border_NO2_NO1\": 2934.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 106.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30592,\n      \"dateTimeUtc\": \"2026-04-20T14:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 89.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1684.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3500.0,\n      \"border_NO1_SE3\": 1808.0,\n      \"border_NO5_NO2\": 594.0,\n      \"border_NO1_NO2\": 2376.0,\n      \"border_DK2_SE4\": 860.0,\n      \"border_SE3_SE4\": 5522.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 895.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 234.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1092.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6088.0,\n      \"border_NO1_NO5\": 3031.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 409.0,\n      \"border_NO2_NO1\": 2830.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 72.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30593,\n      \"dateTimeUtc\": \"2026-04-20T14:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 89.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1684.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3500.0,\n      \"border_NO1_SE3\": 1808.0,\n      \"border_NO5_NO2\": 594.0,\n      \"border_NO1_NO2\": 2376.0,\n      \"border_DK2_SE4\": 860.0,\n      \"border_SE3_SE4\": 5522.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 895.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 234.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1092.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6088.0,\n      \"border_NO1_NO5\": 3031.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 409.0,\n      \"border_NO2_NO1\": 2830.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 72.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30594,\n      \"dateTimeUtc\": \"2026-04-20T14:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 89.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1684.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3500.0,\n      \"border_NO1_SE3\": 1808.0,\n      \"border_NO5_NO2\": 594.0,\n      \"border_NO1_NO2\": 2376.0,\n      \"border_DK2_SE4\": 860.0,\n      \"border_SE3_SE4\": 5522.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 895.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 234.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1092.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6088.0,\n      \"border_NO1_NO5\": 3031.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 409.0,\n      \"border_NO2_NO1\": 2830.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 72.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30595,\n      \"dateTimeUtc\": \"2026-04-20T14:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 89.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1684.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3500.0,\n      \"border_NO1_SE3\": 1808.0,\n      \"border_NO5_NO2\": 594.0,\n      \"border_NO1_NO2\": 2376.0,\n      \"border_DK2_SE4\": 860.0,\n      \"border_SE3_SE4\": 5522.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 895.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 234.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2556.0,\n      \"border_SE2_NO3\": 1092.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6088.0,\n      \"border_NO1_NO5\": 3031.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 409.0,\n      \"border_NO2_NO1\": 2830.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1937.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 72.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30596,\n      \"dateTimeUtc\": \"2026-04-20T15:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 83.0,\n      \"border_NO4_SE2\": 186.0,\n      \"border_NO4_NO3\": 939.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3733.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2398.0,\n      \"border_DK2_SE4\": 1375.0,\n      \"border_SE3_SE4\": 5605.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 909.0,\n      \"border_SE2_SE1\": 2549.0,\n      \"border_SE2_NO3\": 1087.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6053.0,\n      \"border_NO1_NO5\": 2770.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 373.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 93.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30597,\n      \"dateTimeUtc\": \"2026-04-20T15:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 83.0,\n      \"border_NO4_SE2\": 186.0,\n      \"border_NO4_NO3\": 939.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3733.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2398.0,\n      \"border_DK2_SE4\": 1375.0,\n      \"border_SE3_SE4\": 5605.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 909.0,\n      \"border_SE2_SE1\": 2549.0,\n      \"border_SE2_NO3\": 1087.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6053.0,\n      \"border_NO1_NO5\": 2770.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 373.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 93.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30598,\n      \"dateTimeUtc\": \"2026-04-20T15:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 83.0,\n      \"border_NO4_SE2\": 186.0,\n      \"border_NO4_NO3\": 939.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3733.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2398.0,\n      \"border_DK2_SE4\": 1375.0,\n      \"border_SE3_SE4\": 5605.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 909.0,\n      \"border_SE2_SE1\": 2549.0,\n      \"border_SE2_NO3\": 1087.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6053.0,\n      \"border_NO1_NO5\": 2770.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 373.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 93.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30599,\n      \"dateTimeUtc\": \"2026-04-20T15:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 83.0,\n      \"border_NO4_SE2\": 186.0,\n      \"border_NO4_NO3\": 939.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 800.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3733.0,\n      \"border_NO1_SE3\": 1743.0,\n      \"border_NO5_NO2\": 603.0,\n      \"border_NO1_NO2\": 2398.0,\n      \"border_DK2_SE4\": 1375.0,\n      \"border_SE3_SE4\": 5605.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 710.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 909.0,\n      \"border_SE2_SE1\": 2549.0,\n      \"border_SE2_NO3\": 1087.0,\n      \"border_NO1_NO3\": 602.0,\n      \"border_SE3_SE2\": 6053.0,\n      \"border_NO1_NO5\": 2770.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 373.0,\n      \"border_NO2_NO1\": 2862.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1917.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 93.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 646.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30600,\n      \"dateTimeUtc\": \"2026-04-20T16:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 172.0,\n      \"border_NO4_NO3\": 937.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 802.0,\n      \"border_NO3_NO1\": 668.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3322.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1388.0,\n      \"border_SE3_SE4\": 5597.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 714.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 917.0,\n      \"border_SE2_SE1\": 2547.0,\n      \"border_SE2_NO3\": 1083.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6060.0,\n      \"border_NO1_NO5\": 2947.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 392.0,\n      \"border_NO2_NO1\": 2818.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 91.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30601,\n      \"dateTimeUtc\": \"2026-04-20T16:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 172.0,\n      \"border_NO4_NO3\": 937.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 802.0,\n      \"border_NO3_NO1\": 668.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3322.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1388.0,\n      \"border_SE3_SE4\": 5597.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 714.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 917.0,\n      \"border_SE2_SE1\": 2547.0,\n      \"border_SE2_NO3\": 1083.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6060.0,\n      \"border_NO1_NO5\": 2947.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 392.0,\n      \"border_NO2_NO1\": 2818.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 91.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30602,\n      \"dateTimeUtc\": \"2026-04-20T16:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 172.0,\n      \"border_NO4_NO3\": 937.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 802.0,\n      \"border_NO3_NO1\": 668.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3322.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1388.0,\n      \"border_SE3_SE4\": 5597.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 714.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 917.0,\n      \"border_SE2_SE1\": 2547.0,\n      \"border_SE2_NO3\": 1083.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6060.0,\n      \"border_NO1_NO5\": 2947.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 392.0,\n      \"border_NO2_NO1\": 2818.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 91.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30603,\n      \"dateTimeUtc\": \"2026-04-20T16:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 263.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 172.0,\n      \"border_NO4_NO3\": 937.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 802.0,\n      \"border_NO3_NO1\": 668.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3322.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1388.0,\n      \"border_SE3_SE4\": 5597.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 714.0,\n      \"border_SE1_NO4\": 900.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 917.0,\n      \"border_SE2_SE1\": 2547.0,\n      \"border_SE2_NO3\": 1083.0,\n      \"border_NO1_NO3\": 601.0,\n      \"border_SE3_SE2\": 6060.0,\n      \"border_NO1_NO5\": 2947.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 392.0,\n      \"border_NO2_NO1\": 2818.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1914.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 91.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30604,\n      \"dateTimeUtc\": \"2026-04-20T17:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 179.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1667.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3455.0,\n      \"border_NO1_SE3\": 1736.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1402.0,\n      \"border_SE3_SE4\": 5636.0,\n      \"border_SE1_FI\": 483.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2555.0,\n      \"border_SE2_NO3\": 1098.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6069.0,\n      \"border_NO1_NO5\": 2906.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 400.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30605,\n      \"dateTimeUtc\": \"2026-04-20T17:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 179.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1667.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3455.0,\n      \"border_NO1_SE3\": 1736.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1402.0,\n      \"border_SE3_SE4\": 5636.0,\n      \"border_SE1_FI\": 483.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2555.0,\n      \"border_SE2_NO3\": 1098.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6069.0,\n      \"border_NO1_NO5\": 2906.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 400.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30606,\n      \"dateTimeUtc\": \"2026-04-20T17:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 179.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1667.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3455.0,\n      \"border_NO1_SE3\": 1736.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1402.0,\n      \"border_SE3_SE4\": 5636.0,\n      \"border_SE1_FI\": 483.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2555.0,\n      \"border_SE2_NO3\": 1098.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6069.0,\n      \"border_NO1_NO5\": 2906.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 400.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30607,\n      \"dateTimeUtc\": \"2026-04-20T17:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 79.0,\n      \"border_NO4_SE2\": 179.0,\n      \"border_NO4_NO3\": 941.0,\n      \"border_SE1_SE2\": 1667.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 667.0,\n      \"border_SE2_SE3\": 7529.0,\n      \"border_NO5_NO1\": 3455.0,\n      \"border_NO1_SE3\": 1736.0,\n      \"border_NO5_NO2\": 592.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1402.0,\n      \"border_SE3_SE4\": 5636.0,\n      \"border_SE1_FI\": 483.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 898.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2555.0,\n      \"border_SE2_NO3\": 1098.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6069.0,\n      \"border_NO1_NO5\": 2906.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 400.0,\n      \"border_NO2_NO1\": 2843.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1929.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 49.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 688.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30608,\n      \"dateTimeUtc\": \"2026-04-20T18:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 176.0,\n      \"border_NO4_NO3\": 951.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3464.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 5806.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6084.0,\n      \"border_NO1_NO5\": 2850.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 386.0,\n      \"border_NO2_NO1\": 2747.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 43.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30609,\n      \"dateTimeUtc\": \"2026-04-20T18:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 176.0,\n      \"border_NO4_NO3\": 951.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3464.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 5806.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6084.0,\n      \"border_NO1_NO5\": 2850.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 386.0,\n      \"border_NO2_NO1\": 2747.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 43.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30610,\n      \"dateTimeUtc\": \"2026-04-20T18:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 176.0,\n      \"border_NO4_NO3\": 951.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3464.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 5806.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6084.0,\n      \"border_NO1_NO5\": 2850.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 386.0,\n      \"border_NO2_NO1\": 2747.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 43.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30611,\n      \"dateTimeUtc\": \"2026-04-20T18:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 262.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 176.0,\n      \"border_NO4_NO3\": 951.0,\n      \"border_SE1_SE2\": 1665.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7528.0,\n      \"border_NO5_NO1\": 3464.0,\n      \"border_NO1_SE3\": 1735.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2359.0,\n      \"border_DK2_SE4\": 1448.0,\n      \"border_SE3_SE4\": 5806.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 713.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 235.0,\n      \"border_NO3_NO4\": 901.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 604.0,\n      \"border_SE3_SE2\": 6084.0,\n      \"border_NO1_NO5\": 2850.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 386.0,\n      \"border_NO2_NO1\": 2747.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1924.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 43.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30612,\n      \"dateTimeUtc\": \"2026-04-20T19:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 181.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7527.0,\n      \"border_NO5_NO1\": 3520.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 564.0,\n      \"border_NO1_NO2\": 2274.0,\n      \"border_DK2_SE4\": 1446.0,\n      \"border_SE3_SE4\": 5949.0,\n      \"border_SE1_FI\": 495.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 1086.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2849.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 383.0,\n      \"border_NO2_NO1\": 2743.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 79.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30613,\n      \"dateTimeUtc\": \"2026-04-20T19:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 181.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7527.0,\n      \"border_NO5_NO1\": 3520.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 564.0,\n      \"border_NO1_NO2\": 2274.0,\n      \"border_DK2_SE4\": 1446.0,\n      \"border_SE3_SE4\": 5949.0,\n      \"border_SE1_FI\": 495.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 1086.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2849.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 383.0,\n      \"border_NO2_NO1\": 2743.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 79.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30614,\n      \"dateTimeUtc\": \"2026-04-20T19:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 181.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7527.0,\n      \"border_NO5_NO1\": 3520.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 564.0,\n      \"border_NO1_NO2\": 2274.0,\n      \"border_DK2_SE4\": 1446.0,\n      \"border_SE3_SE4\": 5949.0,\n      \"border_SE1_FI\": 495.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 1086.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2849.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 383.0,\n      \"border_NO2_NO1\": 2743.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 79.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30615,\n      \"dateTimeUtc\": \"2026-04-20T19:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 181.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7527.0,\n      \"border_NO5_NO1\": 3520.0,\n      \"border_NO1_SE3\": 1749.0,\n      \"border_NO5_NO2\": 564.0,\n      \"border_NO1_NO2\": 2274.0,\n      \"border_DK2_SE4\": 1446.0,\n      \"border_SE3_SE4\": 5949.0,\n      \"border_SE1_FI\": 495.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 897.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 239.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 1086.0,\n      \"border_NO1_NO3\": 603.0,\n      \"border_SE3_SE2\": 6089.0,\n      \"border_NO1_NO5\": 2849.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 383.0,\n      \"border_NO2_NO1\": 2743.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1918.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 79.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30616,\n      \"dateTimeUtc\": \"2026-04-20T20:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3729.0,\n      \"border_NO1_SE3\": 1759.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2416.0,\n      \"border_DK2_SE4\": 1450.0,\n      \"border_SE3_SE4\": 5971.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 907.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1100.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6075.0,\n      \"border_NO1_NO5\": 2965.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 395.0,\n      \"border_NO2_NO1\": 2802.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30617,\n      \"dateTimeUtc\": \"2026-04-20T20:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3729.0,\n      \"border_NO1_SE3\": 1759.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2416.0,\n      \"border_DK2_SE4\": 1450.0,\n      \"border_SE3_SE4\": 5971.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 907.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1100.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6075.0,\n      \"border_NO1_NO5\": 2965.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 395.0,\n      \"border_NO2_NO1\": 2802.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30618,\n      \"dateTimeUtc\": \"2026-04-20T20:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3729.0,\n      \"border_NO1_SE3\": 1759.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2416.0,\n      \"border_DK2_SE4\": 1450.0,\n      \"border_SE3_SE4\": 5971.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 907.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1100.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6075.0,\n      \"border_NO1_NO5\": 2965.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 395.0,\n      \"border_NO2_NO1\": 2802.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30619,\n      \"dateTimeUtc\": \"2026-04-20T20:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 177.0,\n      \"border_NO4_NO3\": 944.0,\n      \"border_SE1_SE2\": 1666.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 666.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 3729.0,\n      \"border_NO1_SE3\": 1759.0,\n      \"border_NO5_NO2\": 612.0,\n      \"border_NO1_NO2\": 2416.0,\n      \"border_DK2_SE4\": 1450.0,\n      \"border_SE3_SE4\": 5971.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 711.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 242.0,\n      \"border_NO3_NO4\": 907.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1100.0,\n      \"border_NO1_NO3\": 608.0,\n      \"border_SE3_SE2\": 6075.0,\n      \"border_NO1_NO5\": 2965.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 395.0,\n      \"border_NO2_NO1\": 2802.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1947.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30620,\n      \"dateTimeUtc\": \"2026-04-20T21:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 940.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 832.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3502.0,\n      \"border_NO1_SE3\": 1956.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2347.0,\n      \"border_DK2_SE4\": 1452.0,\n      \"border_SE3_SE4\": 5886.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 703.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 248.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1108.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6072.0,\n      \"border_NO1_NO5\": 3314.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 481.0,\n      \"border_NO2_NO1\": 3063.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 138.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30621,\n      \"dateTimeUtc\": \"2026-04-20T21:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 940.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 832.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3502.0,\n      \"border_NO1_SE3\": 1956.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2347.0,\n      \"border_DK2_SE4\": 1452.0,\n      \"border_SE3_SE4\": 5886.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 703.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 248.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1108.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6072.0,\n      \"border_NO1_NO5\": 3314.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 481.0,\n      \"border_NO2_NO1\": 3063.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 138.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30622,\n      \"dateTimeUtc\": \"2026-04-20T21:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 940.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 832.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3502.0,\n      \"border_NO1_SE3\": 1956.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2347.0,\n      \"border_DK2_SE4\": 1452.0,\n      \"border_SE3_SE4\": 5886.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 703.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 248.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1108.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6072.0,\n      \"border_NO1_NO5\": 3314.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 481.0,\n      \"border_NO2_NO1\": 3063.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 138.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30623,\n      \"dateTimeUtc\": \"2026-04-20T21:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-19T07:57:31.367\",\n      \"border_NO4_SE1\": 260.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 940.0,\n      \"border_SE1_SE2\": 1668.0,\n      \"border_NO3_SE2\": 832.0,\n      \"border_NO3_NO1\": 664.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3502.0,\n      \"border_NO1_SE3\": 1956.0,\n      \"border_NO5_NO2\": 591.0,\n      \"border_NO1_NO2\": 2347.0,\n      \"border_DK2_SE4\": 1452.0,\n      \"border_SE3_SE4\": 5886.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 703.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 248.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2545.0,\n      \"border_SE2_NO3\": 1108.0,\n      \"border_NO1_NO3\": 606.0,\n      \"border_SE3_SE2\": 6072.0,\n      \"border_NO1_NO5\": 3314.0,\n      \"border_SE3_NO1\": 1376.0,\n      \"border_NO2_NO5\": 481.0,\n      \"border_NO2_NO1\": 3063.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1940.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 138.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1632.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1632.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30624,\n      \"dateTimeUtc\": \"2026-04-20T22:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 886.0,\n      \"border_SE1_SE2\": 1673.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 639.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3185.0,\n      \"border_NO1_SE3\": 2069.0,\n      \"border_NO5_NO2\": 555.0,\n      \"border_NO1_NO2\": 2489.0,\n      \"border_DK2_SE4\": 1455.0,\n      \"border_SE3_SE4\": 5970.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 875.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1090.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3132.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 574.0,\n      \"border_NO2_NO1\": 3375.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 155.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30625,\n      \"dateTimeUtc\": \"2026-04-20T22:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 886.0,\n      \"border_SE1_SE2\": 1673.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 639.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3185.0,\n      \"border_NO1_SE3\": 2069.0,\n      \"border_NO5_NO2\": 555.0,\n      \"border_NO1_NO2\": 2489.0,\n      \"border_DK2_SE4\": 1455.0,\n      \"border_SE3_SE4\": 5970.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 875.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1090.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3132.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 574.0,\n      \"border_NO2_NO1\": 3375.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 155.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30626,\n      \"dateTimeUtc\": \"2026-04-20T22:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 886.0,\n      \"border_SE1_SE2\": 1673.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 639.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3185.0,\n      \"border_NO1_SE3\": 2069.0,\n      \"border_NO5_NO2\": 555.0,\n      \"border_NO1_NO2\": 2489.0,\n      \"border_DK2_SE4\": 1455.0,\n      \"border_SE3_SE4\": 5970.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 875.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1090.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3132.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 574.0,\n      \"border_NO2_NO1\": 3375.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 155.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30627,\n      \"dateTimeUtc\": \"2026-04-20T22:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 886.0,\n      \"border_SE1_SE2\": 1673.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 639.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3185.0,\n      \"border_NO1_SE3\": 2069.0,\n      \"border_NO5_NO2\": 555.0,\n      \"border_NO1_NO2\": 2489.0,\n      \"border_DK2_SE4\": 1455.0,\n      \"border_SE3_SE4\": 5970.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 15.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 875.0,\n      \"border_SE2_SE1\": 2553.0,\n      \"border_SE2_NO3\": 1090.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3132.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 574.0,\n      \"border_NO2_NO1\": 3375.0,\n      \"border_SE4_DK2\": 1282.0,\n      \"border_SE4_SE3\": 1915.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 155.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30628,\n      \"dateTimeUtc\": \"2026-04-20T23:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 874.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 828.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 2959.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 456.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5957.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 642.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6124.0,\n      \"border_NO1_NO5\": 3177.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 595.0,\n      \"border_NO2_NO1\": 3149.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 177.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30629,\n      \"dateTimeUtc\": \"2026-04-20T23:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 874.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 828.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 2959.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 456.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5957.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 642.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6124.0,\n      \"border_NO1_NO5\": 3177.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 595.0,\n      \"border_NO2_NO1\": 3149.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 177.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30630,\n      \"dateTimeUtc\": \"2026-04-20T23:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 874.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 828.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 2959.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 456.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5957.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 642.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6124.0,\n      \"border_NO1_NO5\": 3177.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 595.0,\n      \"border_NO2_NO1\": 3149.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 177.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30631,\n      \"dateTimeUtc\": \"2026-04-20T23:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 255.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 204.0,\n      \"border_NO4_NO3\": 874.0,\n      \"border_SE1_SE2\": 1672.0,\n      \"border_NO3_SE2\": 828.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 2959.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 456.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5957.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 642.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 13.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 1078.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6124.0,\n      \"border_NO1_NO5\": 3177.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 595.0,\n      \"border_NO2_NO1\": 3149.0,\n      \"border_SE4_DK2\": 1259.0,\n      \"border_SE4_SE3\": 1932.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 177.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30632,\n      \"dateTimeUtc\": \"2026-04-21T00:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 206.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3010.0,\n      \"border_NO1_SE3\": 2072.0,\n      \"border_NO5_NO2\": 457.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1481.0,\n      \"border_SE3_SE4\": 5925.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 587.0,\n      \"border_SE3_SE2\": 6180.0,\n      \"border_NO1_NO5\": 3184.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3114.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 159.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30633,\n      \"dateTimeUtc\": \"2026-04-21T00:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 206.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3010.0,\n      \"border_NO1_SE3\": 2072.0,\n      \"border_NO5_NO2\": 457.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1481.0,\n      \"border_SE3_SE4\": 5925.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 587.0,\n      \"border_SE3_SE2\": 6180.0,\n      \"border_NO1_NO5\": 3184.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3114.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 159.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30634,\n      \"dateTimeUtc\": \"2026-04-21T00:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 206.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3010.0,\n      \"border_NO1_SE3\": 2072.0,\n      \"border_NO5_NO2\": 457.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1481.0,\n      \"border_SE3_SE4\": 5925.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 587.0,\n      \"border_SE3_SE2\": 6180.0,\n      \"border_NO1_NO5\": 3184.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3114.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 159.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30635,\n      \"dateTimeUtc\": \"2026-04-21T00:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 98.0,\n      \"border_NO4_SE2\": 206.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1671.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3010.0,\n      \"border_NO1_SE3\": 2072.0,\n      \"border_NO5_NO2\": 457.0,\n      \"border_NO1_NO2\": 2501.0,\n      \"border_DK2_SE4\": 1481.0,\n      \"border_SE3_SE4\": 5925.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 12.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 587.0,\n      \"border_SE3_SE2\": 6180.0,\n      \"border_NO1_NO5\": 3184.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3114.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 159.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30636,\n      \"dateTimeUtc\": \"2026-04-21T01:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 203.0,\n      \"border_NO4_NO3\": 856.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 532.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5954.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 643.0,\n      \"border_SE1_NO4\": 912.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 232.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1072.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6221.0,\n      \"border_NO1_NO5\": 3172.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3184.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 183.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30637,\n      \"dateTimeUtc\": \"2026-04-21T01:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 203.0,\n      \"border_NO4_NO3\": 856.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 532.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5954.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 643.0,\n      \"border_SE1_NO4\": 912.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 232.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1072.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6221.0,\n      \"border_NO1_NO5\": 3172.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3184.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 183.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30638,\n      \"dateTimeUtc\": \"2026-04-21T01:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 203.0,\n      \"border_NO4_NO3\": 856.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 532.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5954.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 643.0,\n      \"border_SE1_NO4\": 912.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 232.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1072.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6221.0,\n      \"border_NO1_NO5\": 3172.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3184.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 183.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30639,\n      \"dateTimeUtc\": \"2026-04-21T01:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 95.0,\n      \"border_NO4_SE2\": 203.0,\n      \"border_NO4_NO3\": 856.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 825.0,\n      \"border_NO3_NO1\": 532.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2505.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5954.0,\n      \"border_SE1_FI\": 489.0,\n      \"border_NO3_NO5\": 643.0,\n      \"border_SE1_NO4\": 912.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 232.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 1072.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6221.0,\n      \"border_NO1_NO5\": 3172.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3184.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1946.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 183.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30640,\n      \"dateTimeUtc\": \"2026-04-21T02:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 103.0,\n      \"border_NO4_SE2\": 196.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1679.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3018.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2495.0,\n      \"border_DK2_SE4\": 1514.0,\n      \"border_SE3_SE4\": 5978.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2583.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6189.0,\n      \"border_NO1_NO5\": 3139.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3176.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 181.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30641,\n      \"dateTimeUtc\": \"2026-04-21T02:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 103.0,\n      \"border_NO4_SE2\": 196.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1679.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3018.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2495.0,\n      \"border_DK2_SE4\": 1514.0,\n      \"border_SE3_SE4\": 5978.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2583.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6189.0,\n      \"border_NO1_NO5\": 3139.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3176.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 181.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30642,\n      \"dateTimeUtc\": \"2026-04-21T02:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 103.0,\n      \"border_NO4_SE2\": 196.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1679.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3018.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2495.0,\n      \"border_DK2_SE4\": 1514.0,\n      \"border_SE3_SE4\": 5978.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2583.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6189.0,\n      \"border_NO1_NO5\": 3139.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3176.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 181.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30643,\n      \"dateTimeUtc\": \"2026-04-21T02:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 253.0,\n      \"border_NO4_FI\": 103.0,\n      \"border_NO4_SE2\": 196.0,\n      \"border_NO4_NO3\": 853.0,\n      \"border_SE1_SE2\": 1679.0,\n      \"border_NO3_SE2\": 830.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7534.0,\n      \"border_NO5_NO1\": 3018.0,\n      \"border_NO1_SE3\": 2073.0,\n      \"border_NO5_NO2\": 454.0,\n      \"border_NO1_NO2\": 2495.0,\n      \"border_DK2_SE4\": 1514.0,\n      \"border_SE3_SE4\": 5978.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 14.0,\n      \"border_SE2_NO4\": 231.0,\n      \"border_NO3_NO4\": 893.0,\n      \"border_SE2_SE1\": 2583.0,\n      \"border_SE2_NO3\": 1088.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6189.0,\n      \"border_NO1_NO5\": 3139.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 593.0,\n      \"border_NO2_NO1\": 3176.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1952.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 181.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30644,\n      \"dateTimeUtc\": \"2026-04-21T03:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 254.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3059.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 451.0,\n      \"border_NO1_NO2\": 2491.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5869.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 615.0,\n      \"border_SE1_NO4\": 911.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 894.0,\n      \"border_SE2_SE1\": 2582.0,\n      \"border_SE2_NO3\": 1084.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6206.0,\n      \"border_NO1_NO5\": 3079.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 585.0,\n      \"border_NO2_NO1\": 2806.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 207.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30645,\n      \"dateTimeUtc\": \"2026-04-21T03:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 254.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3059.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 451.0,\n      \"border_NO1_NO2\": 2491.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5869.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 615.0,\n      \"border_SE1_NO4\": 911.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 894.0,\n      \"border_SE2_SE1\": 2582.0,\n      \"border_SE2_NO3\": 1084.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6206.0,\n      \"border_NO1_NO5\": 3079.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 585.0,\n      \"border_NO2_NO1\": 2806.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 207.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30646,\n      \"dateTimeUtc\": \"2026-04-21T03:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 254.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3059.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 451.0,\n      \"border_NO1_NO2\": 2491.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5869.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 615.0,\n      \"border_SE1_NO4\": 911.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 894.0,\n      \"border_SE2_SE1\": 2582.0,\n      \"border_SE2_NO3\": 1084.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6206.0,\n      \"border_NO1_NO5\": 3079.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 585.0,\n      \"border_NO2_NO1\": 2806.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 207.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30647,\n      \"dateTimeUtc\": \"2026-04-21T03:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 254.0,\n      \"border_NO4_FI\": 96.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 1680.0,\n      \"border_NO3_SE2\": 829.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7535.0,\n      \"border_NO5_NO1\": 3059.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 451.0,\n      \"border_NO1_NO2\": 2491.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5869.0,\n      \"border_SE1_FI\": 497.0,\n      \"border_NO3_NO5\": 615.0,\n      \"border_SE1_NO4\": 911.0,\n      \"border_FI_NO4\": 16.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 894.0,\n      \"border_SE2_SE1\": 2582.0,\n      \"border_SE2_NO3\": 1084.0,\n      \"border_NO1_NO3\": 591.0,\n      \"border_SE3_SE2\": 6206.0,\n      \"border_NO1_NO5\": 3079.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 585.0,\n      \"border_NO2_NO1\": 2806.0,\n      \"border_SE4_DK2\": 1205.0,\n      \"border_SE4_SE3\": 1950.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 207.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30648,\n      \"dateTimeUtc\": \"2026-04-21T04:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 860.0,\n      \"border_SE1_SE2\": 1670.0,\n      \"border_NO3_SE2\": 823.0,\n      \"border_NO3_NO1\": 528.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3154.0,\n      \"border_NO1_SE3\": 2066.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5951.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 628.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1059.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6234.0,\n      \"border_NO1_NO5\": 2961.0,\n      \"border_SE3_NO1\": 1384.0,\n      \"border_NO2_NO5\": 576.0,\n      \"border_NO2_NO1\": 2851.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 201.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30649,\n      \"dateTimeUtc\": \"2026-04-21T04:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 860.0,\n      \"border_SE1_SE2\": 1670.0,\n      \"border_NO3_SE2\": 823.0,\n      \"border_NO3_NO1\": 528.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3154.0,\n      \"border_NO1_SE3\": 2066.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5951.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 628.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1059.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6234.0,\n      \"border_NO1_NO5\": 2961.0,\n      \"border_SE3_NO1\": 1384.0,\n      \"border_NO2_NO5\": 576.0,\n      \"border_NO2_NO1\": 2851.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 201.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30650,\n      \"dateTimeUtc\": \"2026-04-21T04:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 860.0,\n      \"border_SE1_SE2\": 1670.0,\n      \"border_NO3_SE2\": 823.0,\n      \"border_NO3_NO1\": 528.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3154.0,\n      \"border_NO1_SE3\": 2066.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5951.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 628.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1059.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6234.0,\n      \"border_NO1_NO5\": 2961.0,\n      \"border_SE3_NO1\": 1384.0,\n      \"border_NO2_NO5\": 576.0,\n      \"border_NO2_NO1\": 2851.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 201.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30651,\n      \"dateTimeUtc\": \"2026-04-21T04:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 860.0,\n      \"border_SE1_SE2\": 1670.0,\n      \"border_NO3_SE2\": 823.0,\n      \"border_NO3_NO1\": 528.0,\n      \"border_SE2_SE3\": 7532.0,\n      \"border_NO5_NO1\": 3154.0,\n      \"border_NO1_SE3\": 2066.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2401.0,\n      \"border_DK2_SE4\": 1485.0,\n      \"border_SE3_SE4\": 5951.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 628.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 19.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2561.0,\n      \"border_SE2_NO3\": 1059.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6234.0,\n      \"border_NO1_NO5\": 2961.0,\n      \"border_SE3_NO1\": 1384.0,\n      \"border_NO2_NO5\": 576.0,\n      \"border_NO2_NO1\": 2851.0,\n      \"border_SE4_DK2\": 1225.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 201.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 1441.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 1400.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30652,\n      \"dateTimeUtc\": \"2026-04-21T05:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 872.0,\n      \"border_SE1_SE2\": 1723.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 559.0,\n      \"border_SE2_SE3\": 7487.0,\n      \"border_NO5_NO1\": 3199.0,\n      \"border_NO1_SE3\": 2062.0,\n      \"border_NO5_NO2\": 466.0,\n      \"border_NO1_NO2\": 2418.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5793.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 640.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2901.0,\n      \"border_SE3_NO1\": 1388.0,\n      \"border_NO2_NO5\": 566.0,\n      \"border_NO2_NO1\": 2749.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 187.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30653,\n      \"dateTimeUtc\": \"2026-04-21T05:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 872.0,\n      \"border_SE1_SE2\": 1723.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 559.0,\n      \"border_SE2_SE3\": 7487.0,\n      \"border_NO5_NO1\": 3199.0,\n      \"border_NO1_SE3\": 2062.0,\n      \"border_NO5_NO2\": 466.0,\n      \"border_NO1_NO2\": 2418.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5793.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 640.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2901.0,\n      \"border_SE3_NO1\": 1388.0,\n      \"border_NO2_NO5\": 566.0,\n      \"border_NO2_NO1\": 2749.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 187.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30654,\n      \"dateTimeUtc\": \"2026-04-21T05:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 872.0,\n      \"border_SE1_SE2\": 1723.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 559.0,\n      \"border_SE2_SE3\": 7487.0,\n      \"border_NO5_NO1\": 3199.0,\n      \"border_NO1_SE3\": 2062.0,\n      \"border_NO5_NO2\": 466.0,\n      \"border_NO1_NO2\": 2418.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5793.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 640.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2901.0,\n      \"border_SE3_NO1\": 1388.0,\n      \"border_NO2_NO5\": 566.0,\n      \"border_NO2_NO1\": 2749.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 187.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30655,\n      \"dateTimeUtc\": \"2026-04-21T05:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 85.0,\n      \"border_NO4_SE2\": 189.0,\n      \"border_NO4_NO3\": 872.0,\n      \"border_SE1_SE2\": 1723.0,\n      \"border_NO3_SE2\": 814.0,\n      \"border_NO3_NO1\": 559.0,\n      \"border_SE2_SE3\": 7487.0,\n      \"border_NO5_NO1\": 3199.0,\n      \"border_NO1_SE3\": 2062.0,\n      \"border_NO5_NO2\": 466.0,\n      \"border_NO1_NO2\": 2418.0,\n      \"border_DK2_SE4\": 1490.0,\n      \"border_SE3_SE4\": 5793.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 640.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 223.0,\n      \"border_NO3_NO4\": 884.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 1058.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2901.0,\n      \"border_SE3_NO1\": 1388.0,\n      \"border_NO2_NO5\": 566.0,\n      \"border_NO2_NO1\": 2749.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1987.0,\n      \"border_FI_SE1\": 1875.0,\n      \"border_NO5_NO3\": 187.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30656,\n      \"dateTimeUtc\": \"2026-04-21T06:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 835.0,\n      \"border_SE1_SE2\": 1758.0,\n      \"border_NO3_SE2\": 859.0,\n      \"border_NO3_NO1\": 605.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3228.0,\n      \"border_NO1_SE3\": 2070.0,\n      \"border_NO5_NO2\": 508.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1501.0,\n      \"border_SE3_SE4\": 5805.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 593.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 221.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2559.0,\n      \"border_SE2_NO3\": 952.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2886.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 575.0,\n      \"border_NO2_NO1\": 2774.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 127.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30657,\n      \"dateTimeUtc\": \"2026-04-21T06:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 835.0,\n      \"border_SE1_SE2\": 1758.0,\n      \"border_NO3_SE2\": 859.0,\n      \"border_NO3_NO1\": 605.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3228.0,\n      \"border_NO1_SE3\": 2070.0,\n      \"border_NO5_NO2\": 508.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1501.0,\n      \"border_SE3_SE4\": 5805.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 593.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 221.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2559.0,\n      \"border_SE2_NO3\": 952.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2886.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 575.0,\n      \"border_NO2_NO1\": 2774.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 127.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30658,\n      \"dateTimeUtc\": \"2026-04-21T06:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 835.0,\n      \"border_SE1_SE2\": 1758.0,\n      \"border_NO3_SE2\": 859.0,\n      \"border_NO3_NO1\": 605.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3228.0,\n      \"border_NO1_SE3\": 2070.0,\n      \"border_NO5_NO2\": 508.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1501.0,\n      \"border_SE3_SE4\": 5805.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 593.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 221.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2559.0,\n      \"border_SE2_NO3\": 952.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2886.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 575.0,\n      \"border_NO2_NO1\": 2774.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 127.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30659,\n      \"dateTimeUtc\": \"2026-04-21T06:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 258.0,\n      \"border_NO4_FI\": 92.0,\n      \"border_NO4_SE2\": 202.0,\n      \"border_NO4_NO3\": 835.0,\n      \"border_SE1_SE2\": 1758.0,\n      \"border_NO3_SE2\": 859.0,\n      \"border_NO3_NO1\": 605.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3228.0,\n      \"border_NO1_SE3\": 2070.0,\n      \"border_NO5_NO2\": 508.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1501.0,\n      \"border_SE3_SE4\": 5805.0,\n      \"border_SE1_FI\": 496.0,\n      \"border_NO3_NO5\": 593.0,\n      \"border_SE1_NO4\": 905.0,\n      \"border_FI_NO4\": 24.0,\n      \"border_SE2_NO4\": 221.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2559.0,\n      \"border_SE2_NO3\": 952.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6273.0,\n      \"border_NO1_NO5\": 2886.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 575.0,\n      \"border_NO2_NO1\": 2774.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1967.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 127.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30660,\n      \"dateTimeUtc\": \"2026-04-21T07:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 190.0,\n      \"border_NO4_NO3\": 814.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 624.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3366.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 533.0,\n      \"border_NO1_NO2\": 2408.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5718.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 598.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 879.0,\n      \"border_SE2_SE1\": 2566.0,\n      \"border_SE2_NO3\": 950.0,\n      \"border_NO1_NO3\": 589.0,\n      \"border_SE3_SE2\": 6272.0,\n      \"border_NO1_NO5\": 3048.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 591.0,\n      \"border_NO2_NO1\": 2975.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 120.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30661,\n      \"dateTimeUtc\": \"2026-04-21T07:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 190.0,\n      \"border_NO4_NO3\": 814.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 624.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3366.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 533.0,\n      \"border_NO1_NO2\": 2408.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5718.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 598.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 879.0,\n      \"border_SE2_SE1\": 2566.0,\n      \"border_SE2_NO3\": 950.0,\n      \"border_NO1_NO3\": 589.0,\n      \"border_SE3_SE2\": 6272.0,\n      \"border_NO1_NO5\": 3048.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 591.0,\n      \"border_NO2_NO1\": 2975.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 120.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30662,\n      \"dateTimeUtc\": \"2026-04-21T07:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 190.0,\n      \"border_NO4_NO3\": 814.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 624.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3366.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 533.0,\n      \"border_NO1_NO2\": 2408.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5718.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 598.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 879.0,\n      \"border_SE2_SE1\": 2566.0,\n      \"border_SE2_NO3\": 950.0,\n      \"border_NO1_NO3\": 589.0,\n      \"border_SE3_SE2\": 6272.0,\n      \"border_NO1_NO5\": 3048.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 591.0,\n      \"border_NO2_NO1\": 2975.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 120.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30663,\n      \"dateTimeUtc\": \"2026-04-21T07:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 93.0,\n      \"border_NO4_SE2\": 190.0,\n      \"border_NO4_NO3\": 814.0,\n      \"border_SE1_SE2\": 1669.0,\n      \"border_NO3_SE2\": 847.0,\n      \"border_NO3_NO1\": 624.0,\n      \"border_SE2_SE3\": 7531.0,\n      \"border_NO5_NO1\": 3366.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 533.0,\n      \"border_NO1_NO2\": 2408.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5718.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 598.0,\n      \"border_SE1_NO4\": 901.0,\n      \"border_FI_NO4\": 23.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 879.0,\n      \"border_SE2_SE1\": 2566.0,\n      \"border_SE2_NO3\": 950.0,\n      \"border_NO1_NO3\": 589.0,\n      \"border_SE3_SE2\": 6272.0,\n      \"border_NO1_NO5\": 3048.0,\n      \"border_SE3_NO1\": 1385.0,\n      \"border_NO2_NO5\": 591.0,\n      \"border_NO2_NO1\": 2975.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1962.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 120.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 704.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30664,\n      \"dateTimeUtc\": \"2026-04-21T08:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 173.0,\n      \"border_NO4_NO3\": 772.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 850.0,\n      \"border_NO3_NO1\": 581.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3020.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 471.0,\n      \"border_NO1_NO2\": 2341.0,\n      \"border_DK2_SE4\": 1464.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 893.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 870.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 928.0,\n      \"border_NO1_NO3\": 581.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 3075.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 614.0,\n      \"border_NO2_NO1\": 3047.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 36.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30665,\n      \"dateTimeUtc\": \"2026-04-21T08:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 173.0,\n      \"border_NO4_NO3\": 772.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 850.0,\n      \"border_NO3_NO1\": 581.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3020.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 471.0,\n      \"border_NO1_NO2\": 2341.0,\n      \"border_DK2_SE4\": 1464.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 893.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 870.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 928.0,\n      \"border_NO1_NO3\": 581.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 3075.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 614.0,\n      \"border_NO2_NO1\": 3047.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 36.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30666,\n      \"dateTimeUtc\": \"2026-04-21T08:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 173.0,\n      \"border_NO4_NO3\": 772.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 850.0,\n      \"border_NO3_NO1\": 581.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3020.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 471.0,\n      \"border_NO1_NO2\": 2341.0,\n      \"border_DK2_SE4\": 1464.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 893.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 870.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 928.0,\n      \"border_NO1_NO3\": 581.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 3075.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 614.0,\n      \"border_NO2_NO1\": 3047.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 36.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30667,\n      \"dateTimeUtc\": \"2026-04-21T08:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 256.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 173.0,\n      \"border_NO4_NO3\": 772.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 850.0,\n      \"border_NO3_NO1\": 581.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 3020.0,\n      \"border_NO1_SE3\": 2077.0,\n      \"border_NO5_NO2\": 471.0,\n      \"border_NO1_NO2\": 2341.0,\n      \"border_DK2_SE4\": 1464.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 893.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 870.0,\n      \"border_SE2_SE1\": 2554.0,\n      \"border_SE2_NO3\": 928.0,\n      \"border_NO1_NO3\": 581.0,\n      \"border_SE3_SE2\": 6168.0,\n      \"border_NO1_NO5\": 3075.0,\n      \"border_SE3_NO1\": 1374.0,\n      \"border_NO2_NO5\": 614.0,\n      \"border_NO2_NO1\": 3047.0,\n      \"border_SE4_DK2\": 1254.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 36.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30668,\n      \"dateTimeUtc\": \"2026-04-21T09:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 180.0,\n      \"border_NO4_NO3\": 800.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 836.0,\n      \"border_NO3_NO1\": 545.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 2894.0,\n      \"border_NO1_SE3\": 2082.0,\n      \"border_NO5_NO2\": 433.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1436.0,\n      \"border_SE3_SE4\": 5627.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 868.0,\n      \"border_SE2_SE1\": 2563.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 579.0,\n      \"border_SE3_SE2\": 6133.0,\n      \"border_NO1_NO5\": 3021.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3097.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 28.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30669,\n      \"dateTimeUtc\": \"2026-04-21T09:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 180.0,\n      \"border_NO4_NO3\": 800.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 836.0,\n      \"border_NO3_NO1\": 545.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 2894.0,\n      \"border_NO1_SE3\": 2082.0,\n      \"border_NO5_NO2\": 433.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1436.0,\n      \"border_SE3_SE4\": 5627.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 868.0,\n      \"border_SE2_SE1\": 2563.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 579.0,\n      \"border_SE3_SE2\": 6133.0,\n      \"border_NO1_NO5\": 3021.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3097.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 28.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30670,\n      \"dateTimeUtc\": \"2026-04-21T09:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 180.0,\n      \"border_NO4_NO3\": 800.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 836.0,\n      \"border_NO3_NO1\": 545.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 2894.0,\n      \"border_NO1_SE3\": 2082.0,\n      \"border_NO5_NO2\": 433.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1436.0,\n      \"border_SE3_SE4\": 5627.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 868.0,\n      \"border_SE2_SE1\": 2563.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 579.0,\n      \"border_SE3_SE2\": 6133.0,\n      \"border_NO1_NO5\": 3021.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3097.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 28.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30671,\n      \"dateTimeUtc\": \"2026-04-21T09:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 97.0,\n      \"border_NO4_SE2\": 180.0,\n      \"border_NO4_NO3\": 800.0,\n      \"border_SE1_SE2\": 1664.0,\n      \"border_NO3_SE2\": 836.0,\n      \"border_NO3_NO1\": 545.0,\n      \"border_SE2_SE3\": 7523.0,\n      \"border_NO5_NO1\": 2894.0,\n      \"border_NO1_SE3\": 2082.0,\n      \"border_NO5_NO2\": 433.0,\n      \"border_NO1_NO2\": 2355.0,\n      \"border_DK2_SE4\": 1436.0,\n      \"border_SE3_SE4\": 5627.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 894.0,\n      \"border_FI_NO4\": 21.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 868.0,\n      \"border_SE2_SE1\": 2563.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 579.0,\n      \"border_SE3_SE2\": 6133.0,\n      \"border_NO1_NO5\": 3021.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3097.0,\n      \"border_SE4_DK2\": 1251.0,\n      \"border_SE4_SE3\": 1909.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 28.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 654.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30672,\n      \"dateTimeUtc\": \"2026-04-21T10:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 826.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 796.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7521.0,\n      \"border_NO5_NO1\": 2954.0,\n      \"border_NO1_SE3\": 2064.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2333.0,\n      \"border_DK2_SE4\": 1373.0,\n      \"border_SE3_SE4\": 5583.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 679.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 886.0,\n      \"border_SE2_SE1\": 2568.0,\n      \"border_SE2_NO3\": 974.0,\n      \"border_NO1_NO3\": 576.0,\n      \"border_SE3_SE2\": 6152.0,\n      \"border_NO1_NO5\": 3061.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3083.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 69.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30673,\n      \"dateTimeUtc\": \"2026-04-21T10:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 826.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 796.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7521.0,\n      \"border_NO5_NO1\": 2954.0,\n      \"border_NO1_SE3\": 2064.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2333.0,\n      \"border_DK2_SE4\": 1373.0,\n      \"border_SE3_SE4\": 5583.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 679.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 886.0,\n      \"border_SE2_SE1\": 2568.0,\n      \"border_SE2_NO3\": 974.0,\n      \"border_NO1_NO3\": 576.0,\n      \"border_SE3_SE2\": 6152.0,\n      \"border_NO1_NO5\": 3061.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3083.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 69.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30674,\n      \"dateTimeUtc\": \"2026-04-21T10:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 826.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 796.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7521.0,\n      \"border_NO5_NO1\": 2954.0,\n      \"border_NO1_SE3\": 2064.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2333.0,\n      \"border_DK2_SE4\": 1373.0,\n      \"border_SE3_SE4\": 5583.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 679.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 886.0,\n      \"border_SE2_SE1\": 2568.0,\n      \"border_SE2_NO3\": 974.0,\n      \"border_NO1_NO3\": 576.0,\n      \"border_SE3_SE2\": 6152.0,\n      \"border_NO1_NO5\": 3061.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3083.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 69.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30675,\n      \"dateTimeUtc\": \"2026-04-21T10:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 252.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 826.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 796.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7521.0,\n      \"border_NO5_NO1\": 2954.0,\n      \"border_NO1_SE3\": 2064.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2333.0,\n      \"border_DK2_SE4\": 1373.0,\n      \"border_SE3_SE4\": 5583.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 679.0,\n      \"border_SE1_NO4\": 913.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 886.0,\n      \"border_SE2_SE1\": 2568.0,\n      \"border_SE2_NO3\": 974.0,\n      \"border_NO1_NO3\": 576.0,\n      \"border_SE3_SE2\": 6152.0,\n      \"border_NO1_NO5\": 3061.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 604.0,\n      \"border_NO2_NO1\": 3083.0,\n      \"border_SE4_DK2\": 1243.0,\n      \"border_SE4_SE3\": 1919.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 69.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30676,\n      \"dateTimeUtc\": \"2026-04-21T11:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 81.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 812.0,\n      \"border_SE1_SE2\": 1682.0,\n      \"border_NO3_SE2\": 795.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3014.0,\n      \"border_NO1_SE3\": 2060.0,\n      \"border_NO5_NO2\": 424.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1439.0,\n      \"border_SE3_SE4\": 5504.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 904.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2565.0,\n      \"border_SE2_NO3\": 968.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 3105.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 612.0,\n      \"border_NO2_NO1\": 3144.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 50.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30677,\n      \"dateTimeUtc\": \"2026-04-21T11:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 81.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 812.0,\n      \"border_SE1_SE2\": 1682.0,\n      \"border_NO3_SE2\": 795.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3014.0,\n      \"border_NO1_SE3\": 2060.0,\n      \"border_NO5_NO2\": 424.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1439.0,\n      \"border_SE3_SE4\": 5504.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 904.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2565.0,\n      \"border_SE2_NO3\": 968.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 3105.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 612.0,\n      \"border_NO2_NO1\": 3144.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 50.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30678,\n      \"dateTimeUtc\": \"2026-04-21T11:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 81.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 812.0,\n      \"border_SE1_SE2\": 1682.0,\n      \"border_NO3_SE2\": 795.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3014.0,\n      \"border_NO1_SE3\": 2060.0,\n      \"border_NO5_NO2\": 424.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1439.0,\n      \"border_SE3_SE4\": 5504.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 904.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2565.0,\n      \"border_SE2_NO3\": 968.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 3105.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 612.0,\n      \"border_NO2_NO1\": 3144.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 50.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30679,\n      \"dateTimeUtc\": \"2026-04-21T11:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 259.0,\n      \"border_NO4_FI\": 81.0,\n      \"border_NO4_SE2\": 193.0,\n      \"border_NO4_NO3\": 812.0,\n      \"border_SE1_SE2\": 1682.0,\n      \"border_NO3_SE2\": 795.0,\n      \"border_NO3_NO1\": 535.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3014.0,\n      \"border_NO1_SE3\": 2060.0,\n      \"border_NO5_NO2\": 424.0,\n      \"border_NO1_NO2\": 2364.0,\n      \"border_DK2_SE4\": 1439.0,\n      \"border_SE3_SE4\": 5504.0,\n      \"border_SE1_FI\": 481.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 904.0,\n      \"border_FI_NO4\": 20.0,\n      \"border_SE2_NO4\": 230.0,\n      \"border_NO3_NO4\": 876.0,\n      \"border_SE2_SE1\": 2565.0,\n      \"border_SE2_NO3\": 968.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6150.0,\n      \"border_NO1_NO5\": 3105.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 612.0,\n      \"border_NO2_NO1\": 3144.0,\n      \"border_SE4_DK2\": 1247.0,\n      \"border_SE4_SE3\": 1910.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 50.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30680,\n      \"dateTimeUtc\": \"2026-04-21T12:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 250.0,\n      \"border_NO4_FI\": 75.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1663.0,\n      \"border_NO3_SE2\": 784.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7517.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 420.0,\n      \"border_NO1_NO2\": 2350.0,\n      \"border_DK2_SE4\": 1425.0,\n      \"border_SE3_SE4\": 5444.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 675.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 572.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3042.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 598.0,\n      \"border_NO2_NO1\": 3053.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 18.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30681,\n      \"dateTimeUtc\": \"2026-04-21T12:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 250.0,\n      \"border_NO4_FI\": 75.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1663.0,\n      \"border_NO3_SE2\": 784.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7517.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 420.0,\n      \"border_NO1_NO2\": 2350.0,\n      \"border_DK2_SE4\": 1425.0,\n      \"border_SE3_SE4\": 5444.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 675.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 572.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3042.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 598.0,\n      \"border_NO2_NO1\": 3053.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 18.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30682,\n      \"dateTimeUtc\": \"2026-04-21T12:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 250.0,\n      \"border_NO4_FI\": 75.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1663.0,\n      \"border_NO3_SE2\": 784.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7517.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 420.0,\n      \"border_NO1_NO2\": 2350.0,\n      \"border_DK2_SE4\": 1425.0,\n      \"border_SE3_SE4\": 5444.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 675.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 572.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3042.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 598.0,\n      \"border_NO2_NO1\": 3053.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 18.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30683,\n      \"dateTimeUtc\": \"2026-04-21T12:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 250.0,\n      \"border_NO4_FI\": 75.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 813.0,\n      \"border_SE1_SE2\": 1663.0,\n      \"border_NO3_SE2\": 784.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7517.0,\n      \"border_NO5_NO1\": 3015.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 420.0,\n      \"border_NO1_NO2\": 2350.0,\n      \"border_DK2_SE4\": 1425.0,\n      \"border_SE3_SE4\": 5444.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 675.0,\n      \"border_SE1_NO4\": 899.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 878.0,\n      \"border_SE2_SE1\": 2560.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 572.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3042.0,\n      \"border_SE3_NO1\": 1372.0,\n      \"border_NO2_NO5\": 598.0,\n      \"border_NO2_NO1\": 3053.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1930.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 18.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3466.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30684,\n      \"dateTimeUtc\": \"2026-04-21T13:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 249.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 195.0,\n      \"border_NO4_NO3\": 801.0,\n      \"border_SE1_SE2\": 1662.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3156.0,\n      \"border_NO1_SE3\": 2049.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2422.0,\n      \"border_DK2_SE4\": 1426.0,\n      \"border_SE3_SE4\": 5368.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 881.0,\n      \"border_SE2_SE1\": 2558.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3093.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 590.0,\n      \"border_NO2_NO1\": 3112.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 2.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30685,\n      \"dateTimeUtc\": \"2026-04-21T13:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 249.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 195.0,\n      \"border_NO4_NO3\": 801.0,\n      \"border_SE1_SE2\": 1662.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3156.0,\n      \"border_NO1_SE3\": 2049.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2422.0,\n      \"border_DK2_SE4\": 1426.0,\n      \"border_SE3_SE4\": 5368.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 881.0,\n      \"border_SE2_SE1\": 2558.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3093.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 590.0,\n      \"border_NO2_NO1\": 3112.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 2.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30686,\n      \"dateTimeUtc\": \"2026-04-21T13:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 249.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 195.0,\n      \"border_NO4_NO3\": 801.0,\n      \"border_SE1_SE2\": 1662.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3156.0,\n      \"border_NO1_SE3\": 2049.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2422.0,\n      \"border_DK2_SE4\": 1426.0,\n      \"border_SE3_SE4\": 5368.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 881.0,\n      \"border_SE2_SE1\": 2558.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3093.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 590.0,\n      \"border_NO2_NO1\": 3112.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 2.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30687,\n      \"dateTimeUtc\": \"2026-04-21T13:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 249.0,\n      \"border_NO4_FI\": 80.0,\n      \"border_NO4_SE2\": 195.0,\n      \"border_NO4_NO3\": 801.0,\n      \"border_SE1_SE2\": 1662.0,\n      \"border_NO3_SE2\": 788.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3156.0,\n      \"border_NO1_SE3\": 2049.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2422.0,\n      \"border_DK2_SE4\": 1426.0,\n      \"border_SE3_SE4\": 5368.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 881.0,\n      \"border_SE2_SE1\": 2558.0,\n      \"border_SE2_NO3\": 966.0,\n      \"border_NO1_NO3\": 575.0,\n      \"border_SE3_SE2\": 6127.0,\n      \"border_NO1_NO5\": 3093.0,\n      \"border_SE3_NO1\": 1375.0,\n      \"border_NO2_NO5\": 590.0,\n      \"border_NO2_NO1\": 3112.0,\n      \"border_SE4_DK2\": 1241.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 2.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3117.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30688,\n      \"dateTimeUtc\": \"2026-04-21T14:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 765.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3097.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 444.0,\n      \"border_NO1_NO2\": 2421.0,\n      \"border_DK2_SE4\": 1427.0,\n      \"border_SE3_SE4\": 5438.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 939.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1380.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3074.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 58.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30689,\n      \"dateTimeUtc\": \"2026-04-21T14:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 765.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3097.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 444.0,\n      \"border_NO1_NO2\": 2421.0,\n      \"border_DK2_SE4\": 1427.0,\n      \"border_SE3_SE4\": 5438.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 939.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1380.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3074.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 58.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30690,\n      \"dateTimeUtc\": \"2026-04-21T14:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 765.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3097.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 444.0,\n      \"border_NO1_NO2\": 2421.0,\n      \"border_DK2_SE4\": 1427.0,\n      \"border_SE3_SE4\": 5438.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 939.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1380.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3074.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 58.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30691,\n      \"dateTimeUtc\": \"2026-04-21T14:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 257.0,\n      \"border_NO4_FI\": 78.0,\n      \"border_NO4_SE2\": 197.0,\n      \"border_NO4_NO3\": 785.0,\n      \"border_SE1_SE2\": 1675.0,\n      \"border_NO3_SE2\": 765.0,\n      \"border_NO3_NO1\": 534.0,\n      \"border_SE2_SE3\": 7530.0,\n      \"border_NO5_NO1\": 3097.0,\n      \"border_NO1_SE3\": 2074.0,\n      \"border_NO5_NO2\": 444.0,\n      \"border_NO1_NO2\": 2421.0,\n      \"border_DK2_SE4\": 1427.0,\n      \"border_SE3_SE4\": 5438.0,\n      \"border_SE1_FI\": 482.0,\n      \"border_NO3_NO5\": 673.0,\n      \"border_SE1_NO4\": 907.0,\n      \"border_FI_NO4\": 22.0,\n      \"border_SE2_NO4\": 227.0,\n      \"border_NO3_NO4\": 891.0,\n      \"border_SE2_SE1\": 2562.0,\n      \"border_SE2_NO3\": 939.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6134.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1380.0,\n      \"border_NO2_NO5\": 597.0,\n      \"border_NO2_NO1\": 3074.0,\n      \"border_SE4_DK2\": 1236.0,\n      \"border_SE4_SE3\": 1922.0,\n      \"border_FI_SE1\": 1874.0,\n      \"border_NO5_NO3\": 58.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 644.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3433.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30692,\n      \"dateTimeUtc\": \"2026-04-21T15:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 833.0,\n      \"border_NO4_FI\": 128.0,\n      \"border_NO4_SE2\": 259.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 2694.0,\n      \"border_NO3_SE2\": 851.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3051.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 436.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1538.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1895.0,\n      \"border_NO3_NO5\": 674.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 890.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 961.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6194.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1383.0,\n      \"border_NO2_NO5\": 599.0,\n      \"border_NO2_NO1\": 3169.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1835.0,\n      \"border_NO5_NO3\": 16.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30693,\n      \"dateTimeUtc\": \"2026-04-21T15:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 833.0,\n      \"border_NO4_FI\": 128.0,\n      \"border_NO4_SE2\": 259.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 2694.0,\n      \"border_NO3_SE2\": 851.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3051.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 436.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1538.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1895.0,\n      \"border_NO3_NO5\": 674.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 890.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 961.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6194.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1383.0,\n      \"border_NO2_NO5\": 599.0,\n      \"border_NO2_NO1\": 3169.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1835.0,\n      \"border_NO5_NO3\": 16.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30694,\n      \"dateTimeUtc\": \"2026-04-21T15:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 833.0,\n      \"border_NO4_FI\": 128.0,\n      \"border_NO4_SE2\": 259.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 2694.0,\n      \"border_NO3_SE2\": 851.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3051.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 436.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1538.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1895.0,\n      \"border_NO3_NO5\": 674.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 890.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 961.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6194.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1383.0,\n      \"border_NO2_NO5\": 599.0,\n      \"border_NO2_NO1\": 3169.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1835.0,\n      \"border_NO5_NO3\": 16.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30695,\n      \"dateTimeUtc\": \"2026-04-21T15:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 833.0,\n      \"border_NO4_FI\": 128.0,\n      \"border_NO4_SE2\": 259.0,\n      \"border_NO4_NO3\": 846.0,\n      \"border_SE1_SE2\": 2694.0,\n      \"border_NO3_SE2\": 851.0,\n      \"border_NO3_NO1\": 533.0,\n      \"border_SE2_SE3\": 7526.0,\n      \"border_NO5_NO1\": 3051.0,\n      \"border_NO1_SE3\": 2050.0,\n      \"border_NO5_NO2\": 436.0,\n      \"border_NO1_NO2\": 2413.0,\n      \"border_DK2_SE4\": 1538.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1895.0,\n      \"border_NO3_NO5\": 674.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 32.0,\n      \"border_SE2_NO4\": 222.0,\n      \"border_NO3_NO4\": 890.0,\n      \"border_SE2_SE1\": 2576.0,\n      \"border_SE2_NO3\": 961.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6194.0,\n      \"border_NO1_NO5\": 3073.0,\n      \"border_SE3_NO1\": 1383.0,\n      \"border_NO2_NO5\": 599.0,\n      \"border_NO2_NO1\": 3169.0,\n      \"border_SE4_DK2\": 1213.0,\n      \"border_SE4_SE3\": 1938.0,\n      \"border_FI_SE1\": 1835.0,\n      \"border_NO5_NO3\": 16.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 720.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 700.0,\n      \"border_SE3_DK1\": 715.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30696,\n      \"dateTimeUtc\": \"2026-04-21T16:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 827.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 247.0,\n      \"border_NO4_NO3\": 833.0,\n      \"border_SE1_SE2\": 2860.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 544.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3149.0,\n      \"border_NO1_SE3\": 2031.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2410.0,\n      \"border_DK2_SE4\": 1575.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1897.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 915.0,\n      \"border_FI_NO4\": 34.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 895.0,\n      \"border_SE2_SE1\": 2572.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 578.0,\n      \"border_SE3_SE2\": 6204.0,\n      \"border_NO1_NO5\": 3183.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 498.0,\n      \"border_NO2_NO1\": 2704.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 29.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30697,\n      \"dateTimeUtc\": \"2026-04-21T16:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 827.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 247.0,\n      \"border_NO4_NO3\": 833.0,\n      \"border_SE1_SE2\": 2860.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 544.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3149.0,\n      \"border_NO1_SE3\": 2031.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2410.0,\n      \"border_DK2_SE4\": 1575.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1897.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 915.0,\n      \"border_FI_NO4\": 34.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 895.0,\n      \"border_SE2_SE1\": 2572.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 578.0,\n      \"border_SE3_SE2\": 6204.0,\n      \"border_NO1_NO5\": 3183.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 498.0,\n      \"border_NO2_NO1\": 2704.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 29.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30698,\n      \"dateTimeUtc\": \"2026-04-21T16:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 827.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 247.0,\n      \"border_NO4_NO3\": 833.0,\n      \"border_SE1_SE2\": 2860.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 544.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3149.0,\n      \"border_NO1_SE3\": 2031.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2410.0,\n      \"border_DK2_SE4\": 1575.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1897.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 915.0,\n      \"border_FI_NO4\": 34.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 895.0,\n      \"border_SE2_SE1\": 2572.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 578.0,\n      \"border_SE3_SE2\": 6204.0,\n      \"border_NO1_NO5\": 3183.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 498.0,\n      \"border_NO2_NO1\": 2704.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 29.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30699,\n      \"dateTimeUtc\": \"2026-04-21T16:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 827.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 247.0,\n      \"border_NO4_NO3\": 833.0,\n      \"border_SE1_SE2\": 2860.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 544.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3149.0,\n      \"border_NO1_SE3\": 2031.0,\n      \"border_NO5_NO2\": 435.0,\n      \"border_NO1_NO2\": 2410.0,\n      \"border_DK2_SE4\": 1575.0,\n      \"border_SE3_SE4\": 5571.0,\n      \"border_SE1_FI\": 1897.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 915.0,\n      \"border_FI_NO4\": 34.0,\n      \"border_SE2_NO4\": 226.0,\n      \"border_NO3_NO4\": 895.0,\n      \"border_SE2_SE1\": 2572.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 578.0,\n      \"border_SE3_SE2\": 6204.0,\n      \"border_NO1_NO5\": 3183.0,\n      \"border_SE3_NO1\": 1379.0,\n      \"border_NO2_NO5\": 498.0,\n      \"border_NO2_NO1\": 2704.0,\n      \"border_SE4_DK2\": 1233.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 29.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 695.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30700,\n      \"dateTimeUtc\": \"2026-04-21T17:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 816.0,\n      \"border_NO4_FI\": 123.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 819.0,\n      \"border_SE1_SE2\": 2849.0,\n      \"border_NO3_SE2\": 856.0,\n      \"border_NO3_NO1\": 638.0,\n      \"border_SE2_SE3\": 7514.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2034.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1606.0,\n      \"border_SE3_SE4\": 5746.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 923.0,\n      \"border_FI_NO4\": 38.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2573.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2903.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 463.0,\n      \"border_NO2_NO1\": 3151.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 37.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30701,\n      \"dateTimeUtc\": \"2026-04-21T17:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 816.0,\n      \"border_NO4_FI\": 123.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 819.0,\n      \"border_SE1_SE2\": 2849.0,\n      \"border_NO3_SE2\": 856.0,\n      \"border_NO3_NO1\": 638.0,\n      \"border_SE2_SE3\": 7514.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2034.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1606.0,\n      \"border_SE3_SE4\": 5746.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 923.0,\n      \"border_FI_NO4\": 38.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2573.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2903.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 463.0,\n      \"border_NO2_NO1\": 3151.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 37.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30702,\n      \"dateTimeUtc\": \"2026-04-21T17:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 816.0,\n      \"border_NO4_FI\": 123.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 819.0,\n      \"border_SE1_SE2\": 2849.0,\n      \"border_NO3_SE2\": 856.0,\n      \"border_NO3_NO1\": 638.0,\n      \"border_SE2_SE3\": 7514.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2034.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1606.0,\n      \"border_SE3_SE4\": 5746.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 923.0,\n      \"border_FI_NO4\": 38.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2573.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2903.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 463.0,\n      \"border_NO2_NO1\": 3151.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 37.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30703,\n      \"dateTimeUtc\": \"2026-04-21T17:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 816.0,\n      \"border_NO4_FI\": 123.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 819.0,\n      \"border_SE1_SE2\": 2849.0,\n      \"border_NO3_SE2\": 856.0,\n      \"border_NO3_NO1\": 638.0,\n      \"border_SE2_SE3\": 7514.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2034.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1606.0,\n      \"border_SE3_SE4\": 5746.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 678.0,\n      \"border_SE1_NO4\": 923.0,\n      \"border_FI_NO4\": 38.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 905.0,\n      \"border_SE2_SE1\": 2573.0,\n      \"border_SE2_NO3\": 964.0,\n      \"border_NO1_NO3\": 582.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2903.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 463.0,\n      \"border_NO2_NO1\": 3151.0,\n      \"border_SE4_DK2\": 1217.0,\n      \"border_SE4_SE3\": 1976.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 37.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30704,\n      \"dateTimeUtc\": \"2026-04-21T18:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 819.0,\n      \"border_NO4_FI\": 125.0,\n      \"border_NO4_SE2\": 266.0,\n      \"border_NO4_NO3\": 810.0,\n      \"border_SE1_SE2\": 2809.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 637.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3353.0,\n      \"border_NO1_SE3\": 1758.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1590.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 916.0,\n      \"border_FI_NO4\": 33.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2578.0,\n      \"border_SE2_NO3\": 965.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6292.0,\n      \"border_NO1_NO5\": 2720.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 340.0,\n      \"border_NO2_NO1\": 3100.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 15.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30705,\n      \"dateTimeUtc\": \"2026-04-21T18:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 819.0,\n      \"border_NO4_FI\": 125.0,\n      \"border_NO4_SE2\": 266.0,\n      \"border_NO4_NO3\": 810.0,\n      \"border_SE1_SE2\": 2809.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 637.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3353.0,\n      \"border_NO1_SE3\": 1758.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1590.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 916.0,\n      \"border_FI_NO4\": 33.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2578.0,\n      \"border_SE2_NO3\": 965.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6292.0,\n      \"border_NO1_NO5\": 2720.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 340.0,\n      \"border_NO2_NO1\": 3100.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 15.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30706,\n      \"dateTimeUtc\": \"2026-04-21T18:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 819.0,\n      \"border_NO4_FI\": 125.0,\n      \"border_NO4_SE2\": 266.0,\n      \"border_NO4_NO3\": 810.0,\n      \"border_SE1_SE2\": 2809.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 637.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3353.0,\n      \"border_NO1_SE3\": 1758.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1590.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 916.0,\n      \"border_FI_NO4\": 33.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2578.0,\n      \"border_SE2_NO3\": 965.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6292.0,\n      \"border_NO1_NO5\": 2720.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 340.0,\n      \"border_NO2_NO1\": 3100.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 15.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30707,\n      \"dateTimeUtc\": \"2026-04-21T18:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 819.0,\n      \"border_NO4_FI\": 125.0,\n      \"border_NO4_SE2\": 266.0,\n      \"border_NO4_NO3\": 810.0,\n      \"border_SE1_SE2\": 2809.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 637.0,\n      \"border_SE2_SE3\": 7518.0,\n      \"border_NO5_NO1\": 3353.0,\n      \"border_NO1_SE3\": 1758.0,\n      \"border_NO5_NO2\": 532.0,\n      \"border_NO1_NO2\": 2330.0,\n      \"border_DK2_SE4\": 1590.0,\n      \"border_SE3_SE4\": 5701.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 916.0,\n      \"border_FI_NO4\": 33.0,\n      \"border_SE2_NO4\": 229.0,\n      \"border_NO3_NO4\": 904.0,\n      \"border_SE2_SE1\": 2578.0,\n      \"border_SE2_NO3\": 965.0,\n      \"border_NO1_NO3\": 585.0,\n      \"border_SE3_SE2\": 6292.0,\n      \"border_NO1_NO5\": 2720.0,\n      \"border_SE3_NO1\": 1381.0,\n      \"border_NO2_NO5\": 340.0,\n      \"border_NO2_NO1\": 3100.0,\n      \"border_SE4_DK2\": 1220.0,\n      \"border_SE4_SE3\": 1974.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 15.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30708,\n      \"dateTimeUtc\": \"2026-04-21T19:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 773.0,\n      \"border_SE1_SE2\": 2675.0,\n      \"border_NO3_SE2\": 855.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2067.0,\n      \"border_NO5_NO2\": 540.0,\n      \"border_NO1_NO2\": 2338.0,\n      \"border_DK2_SE4\": 1533.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 31.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2579.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2926.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 450.0,\n      \"border_NO2_NO1\": 3161.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 4.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30709,\n      \"dateTimeUtc\": \"2026-04-21T19:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 773.0,\n      \"border_SE1_SE2\": 2675.0,\n      \"border_NO3_SE2\": 855.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2067.0,\n      \"border_NO5_NO2\": 540.0,\n      \"border_NO1_NO2\": 2338.0,\n      \"border_DK2_SE4\": 1533.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 31.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2579.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2926.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 450.0,\n      \"border_NO2_NO1\": 3161.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 4.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30710,\n      \"dateTimeUtc\": \"2026-04-21T19:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 773.0,\n      \"border_SE1_SE2\": 2675.0,\n      \"border_NO3_SE2\": 855.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2067.0,\n      \"border_NO5_NO2\": 540.0,\n      \"border_NO1_NO2\": 2338.0,\n      \"border_DK2_SE4\": 1533.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 31.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2579.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2926.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 450.0,\n      \"border_NO2_NO1\": 3161.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 4.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30711,\n      \"dateTimeUtc\": \"2026-04-21T19:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 129.0,\n      \"border_NO4_SE2\": 263.0,\n      \"border_NO4_NO3\": 773.0,\n      \"border_SE1_SE2\": 2675.0,\n      \"border_NO3_SE2\": 855.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7520.0,\n      \"border_NO5_NO1\": 3382.0,\n      \"border_NO1_SE3\": 2067.0,\n      \"border_NO5_NO2\": 540.0,\n      \"border_NO1_NO2\": 2338.0,\n      \"border_DK2_SE4\": 1533.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 31.0,\n      \"border_SE2_NO4\": 228.0,\n      \"border_NO3_NO4\": 914.0,\n      \"border_SE2_SE1\": 2579.0,\n      \"border_SE2_NO3\": 951.0,\n      \"border_NO1_NO3\": 588.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 2926.0,\n      \"border_SE3_NO1\": 1378.0,\n      \"border_NO2_NO5\": 450.0,\n      \"border_NO2_NO1\": 3161.0,\n      \"border_SE4_DK2\": 1252.0,\n      \"border_SE4_SE3\": 1942.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 4.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30712,\n      \"dateTimeUtc\": \"2026-04-21T20:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 115.0,\n      \"border_NO4_SE2\": 286.0,\n      \"border_NO4_NO3\": 740.0,\n      \"border_SE1_SE2\": 2677.0,\n      \"border_NO3_SE2\": 887.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7522.0,\n      \"border_NO5_NO1\": 3375.0,\n      \"border_NO1_SE3\": 2078.0,\n      \"border_NO5_NO2\": 546.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 919.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 971.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 3215.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 491.0,\n      \"border_NO2_NO1\": 2889.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 42.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30713,\n      \"dateTimeUtc\": \"2026-04-21T20:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 115.0,\n      \"border_NO4_SE2\": 286.0,\n      \"border_NO4_NO3\": 740.0,\n      \"border_SE1_SE2\": 2677.0,\n      \"border_NO3_SE2\": 887.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7522.0,\n      \"border_NO5_NO1\": 3375.0,\n      \"border_NO1_SE3\": 2078.0,\n      \"border_NO5_NO2\": 546.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 919.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 971.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 3215.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 491.0,\n      \"border_NO2_NO1\": 2889.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 42.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30714,\n      \"dateTimeUtc\": \"2026-04-21T20:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 115.0,\n      \"border_NO4_SE2\": 286.0,\n      \"border_NO4_NO3\": 740.0,\n      \"border_SE1_SE2\": 2677.0,\n      \"border_NO3_SE2\": 887.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7522.0,\n      \"border_NO5_NO1\": 3375.0,\n      \"border_NO1_SE3\": 2078.0,\n      \"border_NO5_NO2\": 546.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 919.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 971.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 3215.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 491.0,\n      \"border_NO2_NO1\": 2889.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 42.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30715,\n      \"dateTimeUtc\": \"2026-04-21T20:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 814.0,\n      \"border_NO4_FI\": 115.0,\n      \"border_NO4_SE2\": 286.0,\n      \"border_NO4_NO3\": 740.0,\n      \"border_SE1_SE2\": 2677.0,\n      \"border_NO3_SE2\": 887.0,\n      \"border_NO3_NO1\": 636.0,\n      \"border_SE2_SE3\": 7522.0,\n      \"border_NO5_NO1\": 3375.0,\n      \"border_NO1_SE3\": 2078.0,\n      \"border_NO5_NO2\": 546.0,\n      \"border_NO1_NO2\": 2402.0,\n      \"border_DK2_SE4\": 1503.0,\n      \"border_SE3_SE4\": 5799.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 677.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 30.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 919.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 971.0,\n      \"border_NO1_NO3\": 590.0,\n      \"border_SE3_SE2\": 6287.0,\n      \"border_NO1_NO5\": 3215.0,\n      \"border_SE3_NO1\": 1377.0,\n      \"border_NO2_NO5\": 491.0,\n      \"border_NO2_NO1\": 2889.0,\n      \"border_SE4_DK2\": 1226.0,\n      \"border_SE4_SE3\": 1965.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 42.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30716,\n      \"dateTimeUtc\": \"2026-04-21T21:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 808.0,\n      \"border_NO4_FI\": 117.0,\n      \"border_NO4_SE2\": 292.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 2671.0,\n      \"border_NO3_SE2\": 879.0,\n      \"border_NO3_NO1\": 503.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3174.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 421.0,\n      \"border_NO1_NO2\": 2374.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5834.0,\n      \"border_SE1_FI\": 1879.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 28.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 963.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6222.0,\n      \"border_NO1_NO5\": 2827.0,\n      \"border_SE3_NO1\": 1370.0,\n      \"border_NO2_NO5\": 476.0,\n      \"border_NO2_NO1\": 3422.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 54.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30717,\n      \"dateTimeUtc\": \"2026-04-21T21:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 808.0,\n      \"border_NO4_FI\": 117.0,\n      \"border_NO4_SE2\": 292.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 2671.0,\n      \"border_NO3_SE2\": 879.0,\n      \"border_NO3_NO1\": 503.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3174.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 421.0,\n      \"border_NO1_NO2\": 2374.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5834.0,\n      \"border_SE1_FI\": 1879.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 28.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 963.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6222.0,\n      \"border_NO1_NO5\": 2827.0,\n      \"border_SE3_NO1\": 1370.0,\n      \"border_NO2_NO5\": 476.0,\n      \"border_NO2_NO1\": 3422.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 54.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30718,\n      \"dateTimeUtc\": \"2026-04-21T21:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 808.0,\n      \"border_NO4_FI\": 117.0,\n      \"border_NO4_SE2\": 292.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 2671.0,\n      \"border_NO3_SE2\": 879.0,\n      \"border_NO3_NO1\": 503.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3174.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 421.0,\n      \"border_NO1_NO2\": 2374.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5834.0,\n      \"border_SE1_FI\": 1879.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 28.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 963.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6222.0,\n      \"border_NO1_NO5\": 2827.0,\n      \"border_SE3_NO1\": 1370.0,\n      \"border_NO2_NO5\": 476.0,\n      \"border_NO2_NO1\": 3422.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 54.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30719,\n      \"dateTimeUtc\": \"2026-04-21T21:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-20T07:23:59.407\",\n      \"border_NO4_SE1\": 808.0,\n      \"border_NO4_FI\": 117.0,\n      \"border_NO4_SE2\": 292.0,\n      \"border_NO4_NO3\": 709.0,\n      \"border_SE1_SE2\": 2671.0,\n      \"border_NO3_SE2\": 879.0,\n      \"border_NO3_NO1\": 503.0,\n      \"border_SE2_SE3\": 7516.0,\n      \"border_NO5_NO1\": 3174.0,\n      \"border_NO1_SE3\": 2076.0,\n      \"border_NO5_NO2\": 421.0,\n      \"border_NO1_NO2\": 2374.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5834.0,\n      \"border_SE1_FI\": 1879.0,\n      \"border_NO3_NO5\": 676.0,\n      \"border_SE1_NO4\": 903.0,\n      \"border_FI_NO4\": 28.0,\n      \"border_SE2_NO4\": 233.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2570.0,\n      \"border_SE2_NO3\": 963.0,\n      \"border_NO1_NO3\": 586.0,\n      \"border_SE3_SE2\": 6222.0,\n      \"border_NO1_NO5\": 2827.0,\n      \"border_SE3_NO1\": 1370.0,\n      \"border_NO2_NO5\": 476.0,\n      \"border_NO2_NO1\": 3422.0,\n      \"border_SE4_DK2\": 1185.0,\n      \"border_SE4_SE3\": 1949.0,\n      \"border_FI_SE1\": 1833.0,\n      \"border_NO5_NO3\": 54.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30912,\n      \"dateTimeUtc\": \"2026-04-21T22:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 823.0,\n      \"border_NO4_FI\": 142.0,\n      \"border_NO4_SE2\": 280.0,\n      \"border_NO4_NO3\": 783.0,\n      \"border_SE1_SE2\": 2702.0,\n      \"border_NO3_SE2\": 874.0,\n      \"border_NO3_NO1\": 529.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2726.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 440.0,\n      \"border_NO1_NO2\": 2480.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5865.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 620.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 236.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 1004.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6284.0,\n      \"border_NO1_NO5\": 3137.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 611.0,\n      \"border_NO2_NO1\": 3111.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 110.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30913,\n      \"dateTimeUtc\": \"2026-04-21T22:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 823.0,\n      \"border_NO4_FI\": 142.0,\n      \"border_NO4_SE2\": 280.0,\n      \"border_NO4_NO3\": 783.0,\n      \"border_SE1_SE2\": 2702.0,\n      \"border_NO3_SE2\": 874.0,\n      \"border_NO3_NO1\": 529.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2726.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 440.0,\n      \"border_NO1_NO2\": 2480.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5865.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 620.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 236.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 1004.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6284.0,\n      \"border_NO1_NO5\": 3137.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 611.0,\n      \"border_NO2_NO1\": 3111.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 110.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30914,\n      \"dateTimeUtc\": \"2026-04-21T22:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 823.0,\n      \"border_NO4_FI\": 142.0,\n      \"border_NO4_SE2\": 280.0,\n      \"border_NO4_NO3\": 783.0,\n      \"border_SE1_SE2\": 2702.0,\n      \"border_NO3_SE2\": 874.0,\n      \"border_NO3_NO1\": 529.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2726.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 440.0,\n      \"border_NO1_NO2\": 2480.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5865.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 620.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 236.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 1004.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6284.0,\n      \"border_NO1_NO5\": 3137.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 611.0,\n      \"border_NO2_NO1\": 3111.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 110.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30915,\n      \"dateTimeUtc\": \"2026-04-21T22:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 823.0,\n      \"border_NO4_FI\": 142.0,\n      \"border_NO4_SE2\": 280.0,\n      \"border_NO4_NO3\": 783.0,\n      \"border_SE1_SE2\": 2702.0,\n      \"border_NO3_SE2\": 874.0,\n      \"border_NO3_NO1\": 529.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2726.0,\n      \"border_NO1_SE3\": 2088.0,\n      \"border_NO5_NO2\": 440.0,\n      \"border_NO1_NO2\": 2480.0,\n      \"border_DK2_SE4\": 1484.0,\n      \"border_SE3_SE4\": 5865.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 620.0,\n      \"border_SE1_NO4\": 906.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 236.0,\n      \"border_NO3_NO4\": 920.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 1004.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6284.0,\n      \"border_NO1_NO5\": 3137.0,\n      \"border_SE3_NO1\": 1387.0,\n      \"border_NO2_NO5\": 611.0,\n      \"border_NO2_NO1\": 3111.0,\n      \"border_SE4_DK2\": 1160.0,\n      \"border_SE4_SE3\": 1923.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 110.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30916,\n      \"dateTimeUtc\": \"2026-04-21T23:00:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 825.0,\n      \"border_NO4_FI\": 136.0,\n      \"border_NO4_SE2\": 285.0,\n      \"border_NO4_NO3\": 738.0,\n      \"border_SE1_SE2\": 2703.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 504.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2797.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2481.0,\n      \"border_DK2_SE4\": 1482.0,\n      \"border_SE3_SE4\": 5910.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 670.0,\n      \"border_SE1_NO4\": 909.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 237.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 997.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6260.0,\n      \"border_NO1_NO5\": 3153.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 610.0,\n      \"border_NO2_NO1\": 3207.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30917,\n      \"dateTimeUtc\": \"2026-04-21T23:15:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 825.0,\n      \"border_NO4_FI\": 136.0,\n      \"border_NO4_SE2\": 285.0,\n      \"border_NO4_NO3\": 738.0,\n      \"border_SE1_SE2\": 2703.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 504.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2797.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2481.0,\n      \"border_DK2_SE4\": 1482.0,\n      \"border_SE3_SE4\": 5910.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 670.0,\n      \"border_SE1_NO4\": 909.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 237.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 997.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6260.0,\n      \"border_NO1_NO5\": 3153.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 610.0,\n      \"border_NO2_NO1\": 3207.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30918,\n      \"dateTimeUtc\": \"2026-04-21T23:30:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 825.0,\n      \"border_NO4_FI\": 136.0,\n      \"border_NO4_SE2\": 285.0,\n      \"border_NO4_NO3\": 738.0,\n      \"border_SE1_SE2\": 2703.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 504.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2797.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2481.0,\n      \"border_DK2_SE4\": 1482.0,\n      \"border_SE3_SE4\": 5910.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 670.0,\n      \"border_SE1_NO4\": 909.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 237.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 997.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6260.0,\n      \"border_NO1_NO5\": 3153.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 610.0,\n      \"border_NO2_NO1\": 3207.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    },\n    {\n      \"id\": 30919,\n      \"dateTimeUtc\": \"2026-04-21T23:45:00Z\",\n      \"lastModifiedOn\": \"2026-04-21T08:31:15.147\",\n      \"border_NO4_SE1\": 825.0,\n      \"border_NO4_FI\": 136.0,\n      \"border_NO4_SE2\": 285.0,\n      \"border_NO4_NO3\": 738.0,\n      \"border_SE1_SE2\": 2703.0,\n      \"border_NO3_SE2\": 858.0,\n      \"border_NO3_NO1\": 504.0,\n      \"border_SE2_SE3\": 7533.0,\n      \"border_NO5_NO1\": 2797.0,\n      \"border_NO1_SE3\": 2087.0,\n      \"border_NO5_NO2\": 415.0,\n      \"border_NO1_NO2\": 2481.0,\n      \"border_DK2_SE4\": 1482.0,\n      \"border_SE3_SE4\": 5910.0,\n      \"border_SE1_FI\": 1898.0,\n      \"border_NO3_NO5\": 670.0,\n      \"border_SE1_NO4\": 909.0,\n      \"border_FI_NO4\": 26.0,\n      \"border_SE2_NO4\": 237.0,\n      \"border_NO3_NO4\": 932.0,\n      \"border_SE2_SE1\": 2581.0,\n      \"border_SE2_NO3\": 997.0,\n      \"border_NO1_NO3\": 592.0,\n      \"border_SE3_SE2\": 6260.0,\n      \"border_NO1_NO5\": 3153.0,\n      \"border_SE3_NO1\": 1386.0,\n      \"border_NO2_NO5\": 610.0,\n      \"border_NO2_NO1\": 3207.0,\n      \"border_SE4_DK2\": 1196.0,\n      \"border_SE4_SE3\": 1933.0,\n      \"border_FI_SE1\": 1834.0,\n      \"border_NO5_NO3\": 107.0,\n      \"border_SE3_FI\": 1200.0,\n      \"border_NO2_DK1\": 953.0,\n      \"border_DK1_SE3\": 715.0,\n      \"border_DK1_DK2\": 0.0,\n      \"border_FI_SE3\": 1200.0,\n      \"border_DK1_NO2\": 953.0,\n      \"border_SE3_DK1\": 675.0,\n      \"border_DK2_DK1\": 0.0,\n      \"border_NL_DK1\": 700.0,\n      \"border_DE_DK1\": 3500.0,\n      \"border_DE_DK2\": 1000.0,\n      \"border_NL_NO2\": 700.0,\n      \"border_DE_NO2\": 1400.0,\n      \"border_DE_SE4\": 600.0,\n      \"border_LT_SE4\": 700.0,\n      \"border_PL_SE4\": 0.0,\n      \"border_EE_FI\": 1016.0,\n      \"border_DK1_NL\": 700.0,\n      \"border_DK1_DE\": 3500.0,\n      \"border_DK2_DE\": 985.0,\n      \"border_NO2_NL\": 723.0,\n      \"border_NO2_DE\": 1444.0,\n      \"border_SE4_DE\": 615.0,\n      \"border_SE4_LT\": 700.0,\n      \"border_SE4_PL\": 0.0,\n      \"border_FI_EE\": 1016.0,\n      \"border_SE3SWL_SE4\": 1200.0,\n      \"border_SE4SWL_SE3\": 0.0,\n      \"border_SE4_SE3SWL\": 0.0,\n      \"border_SE3_SE4SWL\": 1200.0\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JAO/shadow_auction_atc.json",
    "content": "{\n  \"data\": [\n    {\n      \"id\": 39427,\n      \"dateTimeUtc\": \"2025-10-01T00:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 607,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 693,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39428,\n      \"dateTimeUtc\": \"2025-10-01T01:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 605,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 695,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39429,\n      \"dateTimeUtc\": \"2025-10-01T02:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 605,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 695,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39430,\n      \"dateTimeUtc\": \"2025-10-01T03:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 602,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 698,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39431,\n      \"dateTimeUtc\": \"2025-10-01T04:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 573,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 727,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39432,\n      \"dateTimeUtc\": \"2025-10-01T05:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 562,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 738,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39433,\n      \"dateTimeUtc\": \"2025-10-01T06:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 560,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 740,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39434,\n      \"dateTimeUtc\": \"2025-10-01T07:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 563,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 737,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39435,\n      \"dateTimeUtc\": \"2025-10-01T08:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 565,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 735,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39436,\n      \"dateTimeUtc\": \"2025-10-01T09:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 562,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 738,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39437,\n      \"dateTimeUtc\": \"2025-10-01T10:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 565,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 735,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39438,\n      \"dateTimeUtc\": \"2025-10-01T11:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 575,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 725,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39439,\n      \"dateTimeUtc\": \"2025-10-01T12:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 575,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 725,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39440,\n      \"dateTimeUtc\": \"2025-10-01T13:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 580,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 720,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39441,\n      \"dateTimeUtc\": \"2025-10-01T14:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 581,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 719,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39442,\n      \"dateTimeUtc\": \"2025-10-01T15:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 582,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 718,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39443,\n      \"dateTimeUtc\": \"2025-10-01T16:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 578,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 722,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39444,\n      \"dateTimeUtc\": \"2025-10-01T17:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 576,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 724,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39445,\n      \"dateTimeUtc\": \"2025-10-01T18:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 585,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 715,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39446,\n      \"dateTimeUtc\": \"2025-10-01T19:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 597,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 703,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39447,\n      \"dateTimeUtc\": \"2025-10-01T20:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 600,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 700,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39448,\n      \"dateTimeUtc\": \"2025-10-01T21:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 601,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 699,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39449,\n      \"dateTimeUtc\": \"2025-10-01T22:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 603,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 697,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39450,\n      \"dateTimeUtc\": \"2025-10-01T23:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 603,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 697,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39451,\n      \"dateTimeUtc\": \"2025-10-02T00:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 606,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 694,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39452,\n      \"dateTimeUtc\": \"2025-10-02T01:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 604,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 696,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39453,\n      \"dateTimeUtc\": \"2025-10-02T02:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 601,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 699,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39454,\n      \"dateTimeUtc\": \"2025-10-02T03:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 599,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 701,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39455,\n      \"dateTimeUtc\": \"2025-10-02T04:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 570,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 730,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39456,\n      \"dateTimeUtc\": \"2025-10-02T05:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 559,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 741,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39457,\n      \"dateTimeUtc\": \"2025-10-02T06:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 557,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 743,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39458,\n      \"dateTimeUtc\": \"2025-10-02T07:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 561,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 739,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39459,\n      \"dateTimeUtc\": \"2025-10-02T08:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 558,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 742,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39460,\n      \"dateTimeUtc\": \"2025-10-02T09:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 560,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 740,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39461,\n      \"dateTimeUtc\": \"2025-10-02T10:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 562,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 738,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39462,\n      \"dateTimeUtc\": \"2025-10-02T11:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 571,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 729,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39463,\n      \"dateTimeUtc\": \"2025-10-02T12:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 570,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 730,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39464,\n      \"dateTimeUtc\": \"2025-10-02T13:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 574,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 726,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39465,\n      \"dateTimeUtc\": \"2025-10-02T14:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 579,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 721,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39466,\n      \"dateTimeUtc\": \"2025-10-02T15:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 581,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 719,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39467,\n      \"dateTimeUtc\": \"2025-10-02T16:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 576,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 724,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39468,\n      \"dateTimeUtc\": \"2025-10-02T17:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 581,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 719,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39469,\n      \"dateTimeUtc\": \"2025-10-02T18:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 588,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 712,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39470,\n      \"dateTimeUtc\": \"2025-10-02T19:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 599,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 701,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39471,\n      \"dateTimeUtc\": \"2025-10-02T20:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 601,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 699,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39472,\n      \"dateTimeUtc\": \"2025-10-02T21:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 603,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 697,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39473,\n      \"dateTimeUtc\": \"2025-10-02T22:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 604,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 696,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39474,\n      \"dateTimeUtc\": \"2025-10-02T23:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 604,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 696,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39475,\n      \"dateTimeUtc\": \"2025-10-03T00:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 608,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 692,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39476,\n      \"dateTimeUtc\": \"2025-10-03T01:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 607,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 693,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39477,\n      \"dateTimeUtc\": \"2025-10-03T02:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 604,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 696,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39478,\n      \"dateTimeUtc\": \"2025-10-03T03:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 600,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 700,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39479,\n      \"dateTimeUtc\": \"2025-10-03T04:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 575,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 725,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39480,\n      \"dateTimeUtc\": \"2025-10-03T05:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 562,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 738,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39481,\n      \"dateTimeUtc\": \"2025-10-03T06:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 562,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 738,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39482,\n      \"dateTimeUtc\": \"2025-10-03T07:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 567,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 733,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39483,\n      \"dateTimeUtc\": \"2025-10-03T08:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 565,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 735,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39484,\n      \"dateTimeUtc\": \"2025-10-03T09:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 567,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 733,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39485,\n      \"dateTimeUtc\": \"2025-10-03T10:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 572,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 728,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39486,\n      \"dateTimeUtc\": \"2025-10-03T11:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 584,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 716,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39487,\n      \"dateTimeUtc\": \"2025-10-03T12:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 585,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 715,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39488,\n      \"dateTimeUtc\": \"2025-10-03T13:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 587,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 713,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39489,\n      \"dateTimeUtc\": \"2025-10-03T14:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 590,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 710,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39490,\n      \"dateTimeUtc\": \"2025-10-03T15:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 594,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 706,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39491,\n      \"dateTimeUtc\": \"2025-10-03T16:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 588,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 712,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39492,\n      \"dateTimeUtc\": \"2025-10-03T17:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 588,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 712,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39493,\n      \"dateTimeUtc\": \"2025-10-03T18:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 594,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 706,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39494,\n      \"dateTimeUtc\": \"2025-10-03T19:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 602,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 698,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39495,\n      \"dateTimeUtc\": \"2025-10-03T20:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 603,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 697,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39496,\n      \"dateTimeUtc\": \"2025-10-03T21:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 604,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 696,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39497,\n      \"dateTimeUtc\": \"2025-10-03T22:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 605,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 695,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    },\n    {\n      \"id\": 39498,\n      \"dateTimeUtc\": \"2025-10-03T23:00:00Z\",\n      \"border_AT_CZ\": 200,\n      \"border_AT_DE\": 3831,\n      \"border_AT_HU\": 400,\n      \"border_AT_SI\": 600,\n      \"border_BE_DE\": 399,\n      \"border_BE_FR\": 498,\n      \"border_BE_NL\": 617,\n      \"border_CZ_AT\": 200,\n      \"border_CZ_DE\": 900,\n      \"border_CZ_PL\": 0,\n      \"border_CZ_SK\": 800,\n      \"border_DE_AT\": 4056,\n      \"border_DE_CZ\": 480,\n      \"border_DE_BE\": 400,\n      \"border_DE_FR\": 595,\n      \"border_DE_NL\": 1081,\n      \"border_DE_PL\": 0,\n      \"border_FR_BE\": 1800,\n      \"border_FR_DE\": 1000,\n      \"border_HU_AT\": 278,\n      \"border_HU_SI\": 200,\n      \"border_HU_SK\": 850,\n      \"border_HU_HR\": 500,\n      \"border_HU_RO\": 469,\n      \"border_HR_HU\": 450,\n      \"border_HR_SI\": 608,\n      \"border_NL_BE\": 619,\n      \"border_NL_DE\": 1081,\n      \"border_PL_CZ\": 0,\n      \"border_PL_DE\": 0,\n      \"border_PL_SK\": 0,\n      \"border_RO_HU\": 469,\n      \"border_SI_AT\": 337,\n      \"border_SI_HR\": 692,\n      \"border_SI_HU\": 199,\n      \"border_SK_CZ\": 700,\n      \"border_SK_HU\": 850,\n      \"border_SK_PL\": 0\n    }\n  ],\n  \"rejected\": false,\n  \"messages\": null,\n  \"totalRows\": 72,\n  \"totalRowsWithFilter\": 72\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-CB/keito_yosoku_cepco003.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n2025/04/16,20:00:22,2025/04/16,,,,[kWh]\nt,ԃR},ԑ_,ԑ_,GAv,GAd,GÁEzd\n2025/04/16,1,00:00,00:30,6608599,5793599,72468\n2025/04/16,2,00:30,01:00,6392315,5486315,71792\n2025/04/16,3,01:00,01:30,6339057,5437057,72704\n2025/04/16,4,01:30,02:00,6354942,5474942,72201\n2025/04/16,5,02:00,02:30,6377117,5451117,71041\n2025/04/16,6,02:30,03:00,6463577,5620577,69222\n2025/04/16,7,03:00,03:30,6550257,5756257,66753\n2025/04/16,8,03:30,04:00,6582905,5783905,63636\n2025/04/16,9,04:00,04:30,6614251,5801251,60312\n2025/04/16,10,04:30,05:00,6642166,5809166,56781\n2025/04/16,11,05:00,05:30,6728464,5944464,52993\n2025/04/16,12,05:30,06:00,6785060,5853060,65999\n2025/04/16,13,06:00,06:30,6911720,6065720,452458\n2025/04/16,14,06:30,07:00,7085223,6244223,1084682\n2025/04/16,15,07:00,07:30,7183431,6463431,1803016\n2025/04/16,16,07:30,08:00,7349133,6651133,2442883\n2025/04/16,17,08:00,08:30,7900987,7153987,3093361\n2025/04/16,18,08:30,09:00,8171832,7360832,3631142\n2025/04/16,19,09:00,09:30,8374556,7676556,4080085\n2025/04/16,20,09:30,10:00,8311380,7485380,4375502\n2025/04/16,21,10:00,10:30,8219742,6993742,4624295\n2025/04/16,22,10:30,11:00,8219465,7178465,4795111\n2025/04/16,23,11:00,11:30,8192562,7172562,4880848\n2025/04/16,24,11:30,12:00,8049675,7186675,4914113\n2025/04/16,25,12:00,12:30,7613401,6660401,4693596\n2025/04/16,26,12:30,13:00,7493574,6597574,4660154\n2025/04/16,27,13:00,13:30,7758607,6728607,4436400\n2025/04/16,28,13:30,14:00,7801982,6752982,4240481\n2025/04/16,29,14:00,14:30,7774293,6764293,3983080\n2025/04/16,30,14:30,15:00,7670008,6523008,3616618\n2025/04/16,31,15:00,15:30,7550910,6500910,3108539\n2025/04/16,32,15:30,16:00,7588465,6562465,2548508\n2025/04/16,33,16:00,16:30,7547180,6661180,1942212\n2025/04/16,34,16:30,17:00,7419799,6383799,1307231\n2025/04/16,35,17:00,17:30,7259918,6139918,660178\n2025/04/16,36,17:30,18:00,7300546,6382546,182551\n2025/04/16,37,18:00,18:30,7452516,6464516,43945\n2025/04/16,38,18:30,19:00,7472181,6368181,36593\n2025/04/16,39,19:00,19:30,7545568,6498568,24525\n2025/04/16,40,19:30,20:00,7466132,6440132,20007\n2025/04/16,41,20:00,20:30,7385005,6404005,16256\n2025/04/16,42,20:30,21:00,7356880,6190880,13158\n2025/04/16,43,21:00,21:30,7280981,6061981,10926\n2025/04/16,44,21:30,22:00,7117805,6049805,9336\n2025/04/16,45,22:00,22:30,7068785,5948785,8007\n2025/04/16,46,22:30,23:00,6904132,5904132,7277\n2025/04/16,47,23:00,23:30,6822696,5778696,7075\n2025/04/16,48,23:30,24:00,6684627,5828627,7337\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-HKD/20250415_hokkaido_yosoku.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250415,22:41:31,20250415\nt,ԃR},ԑ_,ԑ_,GAv(kWh),GAd(kWh),GÁEzd(kWh)\n20250415,1,0:00,0:30,1434000,1731270,164500\n20250415,2,0:30,1:00,1407500,1706840,175000\n20250415,3,1:00,1:30,1439000,1737470,185000\n20250415,4,1:30,2:00,1452000,1750250,183000\n20250415,5,2:00,2:30,1486500,1773685,204000\n20250415,6,2:30,3:00,1524000,1772905,220000\n20250415,7,3:00,3:30,1566000,1780515,229500\n20250415,8,3:30,4:00,1599500,1780165,224000\n20250415,9,4:00,4:30,1605500,1787915,208500\n20250415,10,4:30,5:00,1584000,1791690,202000\n20250415,11,5:00,5:30,1592500,1790815,224500\n20250415,12,5:30,6:00,1573500,1782310,217500\n20250415,13,6:00,6:30,1592500,1779895,250500\n20250415,14,6:30,7:00,1620500,1842920,295000\n20250415,15,7:00,7:30,1608500,1789130,361000\n20250415,16,7:30,8:00,1655500,1842435,441000\n20250415,17,8:00,8:30,1741000,2055705,492000\n20250415,18,8:30,9:00,1805000,2136465,557500\n20250415,19,9:00,9:30,1867000,2214370,605500\n20250415,20,9:30,10:00,1848000,2195275,641000\n20250415,21,10:00,10:30,1837000,2290465,663000\n20250415,22,10:30,11:00,1848500,2306155,635500\n20250415,23,11:00,11:30,1868000,2325690,607500\n20250415,24,11:30,12:00,1849500,2288150,581000\n20250415,25,12:00,12:30,1789500,2112945,559000\n20250415,26,12:30,13:00,1740500,1941265,534500\n20250415,27,13:00,13:30,1729500,2000530,514500\n20250415,28,13:30,14:00,1743000,2002415,465000\n20250415,29,14:00,14:30,1716500,2036040,425500\n20250415,30,14:30,15:00,1718500,1999755,358500\n20250415,31,15:00,15:30,1734500,1994230,287000\n20250415,32,15:30,16:00,1765500,2019245,228500\n20250415,33,16:00,16:30,1752000,1915805,170500\n20250415,34,16:30,17:00,1752000,1876550,127500\n20250415,35,17:00,17:30,1729500,1842770,92000\n20250415,36,17:30,18:00,1734500,1813855,82000\n20250415,37,18:00,18:30,1737500,1855055,77000\n20250415,38,18:30,19:00,1740500,1860045,81500\n20250415,39,19:00,19:30,1722500,1857105,82000\n20250415,40,19:30,20:00,1682000,1849310,83500\n20250415,41,20:00,20:30,1636500,1830825,80500\n20250415,42,20:30,21:00,1588000,1846955,79500\n20250415,43,21:00,21:30,1536000,1775475,77000\n20250415,44,21:30,22:00,1498000,1760180,78000\n20250415,45,22:00,22:30,1477500,1663110,76000\n20250415,46,22:30,23:00,1441000,1682880,71500\n20250415,47,23:00,23:30,1461500,1729185,73000\n20250415,48,23:30,24:00,1428000,1686825,95500\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-HR/yosoku_05_20250415.csv",
    "content": "2025/4/15 22:51 UPDATE\nt,ԃR},ԑ_,ԑ_,GAv(kWh),GAd(kWh),GÁEzd(kWh)\n2025/4/15,1,0:00,0:30,1279166,1615348,10380\n2025/4/15,2,0:30,1:00,1267833,1625934,10234\n2025/4/15,3,1:00,1:30,1277333,1582919,10139\n2025/4/15,4,1:30,2:00,1314250,1616994,10300\n2025/4/15,5,2:00,2:30,1355249,1601734,10850\n2025/4/15,6,2:30,3:00,1402500,1583397,11584\n2025/4/15,7,3:00,3:30,1452750,1607143,12500\n2025/4/15,8,3:30,4:00,1490000,1632214,13519\n2025/4/15,9,4:00,4:30,1518166,1663005,14679\n2025/4/15,10,4:30,5:00,1522666,1653684,16039\n2025/4/15,11,5:00,5:30,1543083,1684053,17550\n2025/4/15,12,5:30,6:00,1524750,1669374,15342\n2025/4/15,13,6:00,6:30,1521083,1668204,25825\n2025/4/15,14,6:30,7:00,1512166,1695457,42420\n2025/4/15,15,7:00,7:30,1520333,1735491,64839\n2025/4/15,16,7:30,8:00,1543083,1684360,96027\n2025/4/15,17,8:00,8:30,1613666,1724993,110154\n2025/4/15,18,8:30,9:00,1692500,1638665,138400\n2025/4/15,19,9:00,9:30,1742166,1796277,214402\n2025/4/15,20,9:30,10:00,1767250,1840567,250897\n2025/4/15,21,10:00,10:30,1752083,1798447,291212\n2025/4/15,22,10:30,11:00,1755583,1956040,316431\n2025/4/15,23,11:00,11:30,1766750,1921969,326005\n2025/4/15,24,11:30,12:00,1754500,2007669,420656\n2025/4/15,25,12:00,12:30,1673416,1808146,355885\n2025/4/15,26,12:30,13:00,1655500,1774943,330934\n2025/4/15,27,13:00,13:30,1732666,1836095,273208\n2025/4/15,28,13:30,14:00,1759333,1795848,142432\n2025/4/15,29,14:00,14:30,1776750,1742821,105090\n2025/4/15,30,14:30,15:00,1792000,1783116,96655\n2025/4/15,31,15:00,15:30,1768083,1776725,64378\n2025/4/15,32,15:30,16:00,1786083,1773309,47385\n2025/4/15,33,16:00,16:30,1798000,1822144,39609\n2025/4/15,34,16:30,17:00,1792250,1826933,36262\n2025/4/15,35,17:00,17:30,1764750,1688472,56353\n2025/4/15,36,17:30,18:00,1757833,1793825,45377\n2025/4/15,37,18:00,18:30,1763416,1866582,32151\n2025/4/15,38,18:30,19:00,1778666,1941347,31721\n2025/4/15,39,19:00,19:30,1747166,1938651,31520\n2025/4/15,40,19:30,20:00,1723666,1856795,31344\n2025/4/15,41,20:00,20:30,1693750,1763599,30839\n2025/4/15,42,20:30,21:00,1670916,1754976,29565\n2025/4/15,43,21:00,21:30,1654916,1771709,27994\n2025/4/15,44,21:30,22:00,1639750,1721953,26590\n2025/4/15,45,22:00,22:30,1616833,1685523,25310\n2025/4/15,46,22:30,23:00,1574250,1666011,23910\n2025/4/15,47,23:00,23:30,1548333,1675431,22565\n2025/4/15,48,23:30,24:00,1515666,1667887,21450\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-KN/20250416_yosoku.csv",
    "content": "\\li`|QEa|QEa|Tj\nt@CXV,t@CXV,Ώ۔N\n20250416,19:43:11,20250416\nt,ԃR},ԑсQ,ԑсQ,GAv,GAd,GÁEz\n20250416,1,00:00,00:30,6379000,6391000,30064\n20250416,2,00:30,01:00,6221000,6228000,28064\n20250416,3,01:00,01:30,6055000,6072000,28079\n20250416,4,01:30,02:00,6045000,6019000,25907\n20250416,5,02:00,02:30,6120000,6072000,19771\n20250416,6,02:30,03:00,6280000,6309000,18759\n20250416,7,03:00,03:30,6444000,6431000,9718\n20250416,8,03:30,04:00,6556000,6637000,8869\n20250416,9,04:00,04:30,6575000,6715000,7432\n20250416,10,04:30,05:00,6525000,6796000,6218\n20250416,11,05:00,05:30,6546000,6658000,6060\n20250416,12,05:30,06:00,6554000,6782000,11936\n20250416,13,06:00,06:30,6629000,6843000,151710\n20250416,14,06:30,07:00,6770000,6762000,377204\n20250416,15,07:00,07:30,6987000,6387000,668400\n20250416,16,07:30,08:00,7213000,6328000,1235636\n20250416,17,08:00,08:30,7572000,6616000,1637220\n20250416,18,08:30,09:00,7928000,6899000,1894620\n20250416,19,09:00,09:30,8146000,6835000,2082243\n20250416,20,09:30,10:00,8254000,7126000,2148752\n20250416,21,10:00,10:30,8230000,7172000,2334587\n20250416,22,10:30,11:00,8170000,7078000,2626083\n20250416,23,11:00,11:30,8053000,6872000,2703977\n20250416,24,11:30,12:00,7947000,6614000,2708247\n20250416,25,12:00,12:30,7682000,6523000,2618547\n20250416,26,12:30,13:00,7618000,6408000,2628371\n20250416,27,13:00,13:30,7804000,6573000,2664997\n20250416,28,13:30,14:00,7796000,6639000,2668480\n20250416,29,14:00,14:30,7761000,6712000,2558152\n20250416,30,14:30,15:00,7739000,6892000,2319605\n20250416,31,15:00,15:30,7686000,7111000,2013836\n20250416,32,15:30,16:00,7714000,7023000,1647880\n20250416,33,16:00,16:30,7721000,6947000,1241077\n20250416,34,16:30,17:00,7679000,6904000,839665\n20250416,35,17:00,17:30,7574000,7083000,475352\n20250416,36,17:30,18:00,7726000,7007000,198058\n20250416,37,18:00,18:30,7837000,7174000,37936\n20250416,38,18:30,19:00,7763000,7026000,7205\n20250416,39,19:00,19:30,7708000,6989000,8183\n20250416,40,19:30,20:00,7692000,7043000,8844\n20250416,41,20:00,20:30,7565000,6961000,7962\n20250416,42,20:30,21:00,7435000,7024000,7554\n20250416,43,21:00,21:30,7306000,7176000,6904\n20250416,44,21:30,22:00,7094000,7073000,6026\n20250416,45,22:00,22:30,6883000,7025000,4602\n20250416,46,22:30,23:00,6717000,6899000,4269\n20250416,47,23:00,23:30,6571000,6782000,3692\n20250416,48,23:30,24:00,6329000,6534000,3250"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-KY/21110_TSO9_0_20250407.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250407,22:50:00,20250407\nt,ԃR},ԑсQ,ԑсQ,GAv,GAd,GÁEzd\n-,-,-,-,v,v,v\n20250407,1,0:00,0:30,3658000,4032000,27346\n20250407,2,0:30,1:00,3575000,3937000,28044\n20250407,3,1:00,1:30,3550000,3936000,25345\n20250407,4,1:30,2:00,3609500,3920500,22662\n20250407,5,2:00,2:30,3753500,4038500,24287\n20250407,6,2:30,3:00,3922000,4237000,23128\n20250407,7,3:00,3:30,4107000,4368000,20699\n20250407,8,3:30,4:00,4264500,4556500,18670\n20250407,9,4:00,4:30,4378000,4639000,16199\n20250407,10,4:30,5:00,4452500,4706500,15964\n20250407,11,5:00,5:30,4482500,4832500,16246\n20250407,12,5:30,6:00,4486500,4809500,15952\n20250407,13,6:00,6:30,4615000,4978000,74769\n20250407,14,6:30,7:00,4542500,4954500,352465\n20250407,15,7:00,7:30,4410000,5027000,887525\n20250407,16,7:30,8:00,4228500,4935500,1558527\n20250407,17,8:00,8:30,4179500,5308500,2179667\n20250407,18,8:30,9:00,4388500,5803500,2734223\n20250407,19,9:00,9:30,4530000,5934000,3041974\n20250407,20,9:30,10:00,4589500,6008500,3146221\n20250407,21,10:00,10:30,4612000,6031000,3297733\n20250407,22,10:30,11:00,4627000,6196000,3487060\n20250407,23,11:00,11:30,4641000,6211000,3543197\n20250407,24,11:30,12:00,4650000,6219000,3495987\n20250407,25,12:00,12:30,4546500,6111500,3432813\n20250407,26,12:30,13:00,4400000,5965000,3344122\n20250407,27,13:00,13:30,4519000,6089000,3325779\n20250407,28,13:30,14:00,4550000,6119000,3366190\n20250407,29,14:00,14:30,4489000,6059000,3303789\n20250407,30,14:30,15:00,4427000,5992000,3201114\n20250407,31,15:00,15:30,4367500,5821000,3057361\n20250407,32,15:30,16:00,4351500,5830000,2877672\n20250407,33,16:00,16:30,4375000,5697500,2599160\n20250407,34,16:30,17:00,4422000,5352500,2000258\n20250407,35,17:00,17:30,4458500,5377000,1273207\n20250407,36,17:30,18:00,4500500,5006000,634453\n20250407,37,18:00,18:30,4560500,4755085,209710\n20250407,38,18:30,19:00,4648000,4965835,30879\n20250407,39,19:00,19:30,4700000,4756085,16544\n20250407,40,19:30,20:00,4676000,4894000,17097\n20250407,41,20:00,20:30,4600500,4786500,16200\n20250407,42,20:30,21:00,4518500,4768500,17202\n20250407,43,21:00,21:30,4432500,4640500,19024\n20250407,44,21:30,22:00,4332500,4554500,18909\n20250407,45,22:00,22:30,4244000,4525000,19397\n20250407,46,22:30,23:00,4154000,4436000,19625\n20250407,47,23:00,23:30,4073000,4402500,19881\n20250407,48,23:30,24:00,3968000,4321500,20034\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-ON/jukyu_yosoku_20250415.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250415,23:43:06,20250415\nDATE,ԃR},ԑ_,ԑ_,GAv(kWh),GAd(kWh),GÁEzd(kWh)\n2025/04/15,01,00:00,00:30,347500,347500,2392\n2025/04/15,02,00:30,01:00,342000,342000,2100\n2025/04/15,03,01:00,01:30,333500,333500,2137\n2025/04/15,04,01:30,02:00,336500,336500,2323\n2025/04/15,05,02:00,02:30,333000,333000,2499\n2025/04/15,06,02:30,03:00,349500,349500,2553\n2025/04/15,07,03:00,03:30,351500,351500,1965\n2025/04/15,08,03:30,04:00,362000,362000,1941\n2025/04/15,09,04:00,04:30,358000,358000,1925\n2025/04/15,10,04:30,05:00,366000,366000,1998\n2025/04/15,11,05:00,05:30,362000,362000,2162\n2025/04/15,12,05:30,06:00,362000,362000,2355\n2025/04/15,13,06:00,06:30,362000,362000,2394\n2025/04/15,14,06:30,07:00,373000,373000,9995\n2025/04/15,15,07:00,07:30,385500,385500,21002\n2025/04/15,16,07:30,08:00,395500,395500,41410\n2025/04/15,17,08:00,08:30,418000,418000,62081\n2025/04/15,18,08:30,09:00,411000,411000,83835\n2025/04/15,19,09:00,09:30,407500,407500,106307\n2025/04/15,20,09:30,10:00,416500,416500,123684\n2025/04/15,21,10:00,10:30,422500,422500,139291\n2025/04/15,22,10:30,11:00,427000,427000,150850\n2025/04/15,23,11:00,11:30,431500,431500,159357\n2025/04/15,24,11:30,12:00,440500,440500,165737\n2025/04/15,25,12:00,12:30,435500,435500,168956\n2025/04/15,26,12:30,13:00,431000,431000,169107\n2025/04/15,27,13:00,13:30,438500,438500,165581\n2025/04/15,28,13:30,14:00,438000,438000,158731\n2025/04/15,29,14:00,14:30,432500,432500,148859\n2025/04/15,30,14:30,15:00,425500,425500,136486\n2025/04/15,31,15:00,15:30,416000,416000,121433\n2025/04/15,32,15:30,16:00,411500,411500,104273\n2025/04/15,33,16:00,16:30,408500,408500,84964\n2025/04/15,34,16:30,17:00,406000,406000,64395\n2025/04/15,35,17:00,17:30,402000,402000,43626\n2025/04/15,36,17:30,18:00,400000,400000,23295\n2025/04/15,37,18:00,18:30,410000,410000,7901\n2025/04/15,38,18:30,19:00,420000,420000,337\n2025/04/15,39,19:00,19:30,428000,428000,281\n2025/04/15,40,19:30,20:00,427000,427000,260\n2025/04/15,41,20:00,20:30,422000,422000,201\n2025/04/15,42,20:30,21:00,416000,416000,152\n2025/04/15,43,21:00,21:30,387000,387000,32\n2025/04/15,44,21:30,22:00,387000,387000,32\n2025/04/15,45,22:00,22:30,374000,374000,26\n2025/04/15,46,22:30,23:00,363500,363500,9\n2025/04/15,47,23:00,23:30,357000,357000,1\n2025/04/15,48,23:30,00:00,346500,346500,1\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-SK/jp-sk-nuclear-html-page.html",
    "content": "\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n<meta charset=\"UTF-8\">\n<title>発電機出力のグラフ(3号機) | 四国電力</title>\n<meta property=\"og:title\" content=\"発電機出力のグラフ(3号機) | 四国電力\">\n<meta property=\"og:image\" content=\"https://www.yonden.co.jp/assets/img/ogp.png\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:site_name\" content=\"四国電力\">\n<meta name=\"viewport\" content=\"width=1024\">\n<meta name=\"format-detection\" content=\"telephone=no\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta name=\"copyright\" content=\"YONDEN Shikoku Electric Power CO.,Inc. / Kagawa,Japan\">\n<link href=\"/assets_sys/css/style.css\" rel=\"stylesheet\">\n<link href=\"/assets_sys/css/style.css\" rel=\"stylesheet\"><!--[if lt IE 9]>\n<script src=\"/assets/js/html5shiv.js\"></script><![endif]-->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-TG5F54X');</script>\n</head>\n<body>\n<noscript>\n<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TG5F54X\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n</noscript>\n<header id=\"header\" class=\"header\" role=\"banner\">\n    <div class=\"container01\">\n        <h1 class=\"l-header_logo\"><a href=\"/index.html\"><img src=\"/assets_sys/img/logo.png\" alt=\"四国電力株式会社\"/></a></h1>\n    </div>\n</header>\n\n<main role=\"main\">\n    <div class=\"container01\">\n        <ul class=\"c-breadnav\">\n            <li><a href=\"page_03.html\">現在の発電機出力</a></li>\n            <li>発電機出力のグラフ(3号機)</li>\n        </ul>\n    </div>\n    <div class=\"c-heading_container\">\n        <div class=\"container01\">\n            <h1 class=\"c-heading_lv01\">発電機出力のグラフ(3号機)</h1>\n        </div>\n    </div>\n    <div class=\"container02\">\n        <p class=\"center\"> <img src=\"ikt701da.gif?202402060021\" alt=\"\"> <img src=\"ikt701ti.gif?202402060021\" alt=\"\"> </p>\n        <div class=\"clearfix\">\n            <div class=\"float-box\" style=\"width: 537px;\">\n                <p><img src=\"ikt721-1.gif?202402060021\" border=\"0\" alt=\"現在の発電機出力\"></p>\n            </div>\n            <div class=\"float-box\" style=\"width: 193px; margin-left: 20px;\">\n                <div class=\"word\" style=\"height: 239px;\">\n                    <h2>用語解説</h2>\n                    <ul class=\"word-list\">\n                        <li><a href=\"../word/page_01_utf8.html\" target=\"_blank\">定格熱出力一定運転とは？</a></li>\n                    </ul>\n                </div>\n            </div>\n        </div>\n        <p><img src=\"ikt722-1.gif?202402060021\" alt=\"発電機出力のグラフ一覧\" border=\"0\">\n        </p>\n    </div>\n    <div class=\"container01\">\n        <p>■運転中の蒸気弁の動作テスト、号機間の蒸気融通、復水器水室清掃作業などにより、発電機出力が低下することがあります。<br>\n           ■海水温度が高くなると、発電所の熱効率が低下するため、定格電気出力を下回ることがあります。<br>\n           ■機器点検中の場合はデータが欠測になる場合があります。<br>\n           ■実際の発電機出力は、通常の定格熱出力一定運転中は、定格電気出力と異なる場合があります。<br>\n           ■1号機については2016年5月10日に、2号機については2018年5月23日に運転終了しました。<br>\n<br>\n\n        </p>\n    </div>\n</main>\n\n<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">\n<div id=\"footer_copyright\">\n    <address>\n    Copyright © YONDEN Shikoku Electric Power CO.,Inc. / Kagawa,Japan\n    </address>\n</div>\n</footer>\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-SK/yosoku_today.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250416,19:43:35,20250416\nt,ԃR},ԑ_,ԑ_,GAv,GAd,GÁEzd\n20250416,1,0:00,0:30,1238618,1629618,48000\n20250416,2,0:30,1:00,1229043,1616343,40000\n20250416,3,1:00,1:30,1234089,1608689,34500\n20250416,4,1:30,2:00,1253627,1596027,31500\n20250416,5,2:00,2:30,1294439,1578739,24000\n20250416,6,2:30,3:00,1344312,1592412,19000\n20250416,7,3:00,3:30,1398770,1643070,16000\n20250416,8,3:30,4:00,1441026,1657626,13000\n20250416,9,4:00,4:30,1464285,1679985,10000\n20250416,10,4:30,5:00,1482785,1683185,8500\n20250416,11,5:00,5:30,1502156,1728256,5500\n20250416,12,5:30,6:00,1491496,1702296,5000\n20250416,13,6:00,6:30,1497076,1756476,51500\n20250416,14,6:30,7:00,1460652,1881352,197000\n20250416,15,7:00,7:30,1401853,1936053,324000\n20250416,16,7:30,8:00,1401805,1818605,437500\n20250416,17,8:00,8:30,1450914,1798714,532500\n20250416,18,8:30,9:00,1491293,1994493,690500\n20250416,19,9:00,9:30,1503163,2021163,841000\n20250416,20,9:30,10:00,1501067,2098967,951000\n20250416,21,10:00,10:30,1440892,2045192,1024500\n20250416,22,10:30,11:00,1442907,2042607,1027000\n20250416,23,11:00,11:30,1439190,2040490,1067500\n20250416,24,11:30,12:00,1414363,2016063,1086500\n20250416,25,12:00,12:30,1358792,1953992,1044000\n20250416,26,12:30,13:00,1366234,1962134,1038500\n20250416,27,13:00,13:30,1408591,2008091,1064000\n20250416,28,13:30,14:00,1390591,1993091,1039500\n20250416,29,14:00,14:30,1364691,1972191,989500\n20250416,30,14:30,15:00,1338575,1950575,897000\n20250416,31,15:00,15:30,1314715,1916715,788000\n20250416,32,15:30,16:00,1326540,1835140,657500\n20250416,33,16:00,16:30,1356104,1841804,564000\n20250416,34,16:30,17:00,1408900,2053500,409500\n20250416,35,17:00,17:30,1423992,2076492,249000\n20250416,36,17:30,18:00,1433044,2086344,115000\n20250416,37,18:00,18:30,1446640,2030440,33000\n20250416,38,18:30,19:00,1461961,1994561,7000\n20250416,39,19:00,19:30,1424501,1963301,7500\n20250416,40,19:30,20:00,1397758,1842058,8000\n20250416,41,20:00,20:30,1386765,1840065,8000\n20250416,42,20:30,21:00,1366055,1792555,8500\n20250416,43,21:00,21:30,1326618,1795518,9500\n20250416,44,21:30,22:00,1285621,1797621,10500\n20250416,45,22:00,22:30,1251838,1723638,11000\n20250416,46,22:30,23:00,1209863,1711863,11000\n20250416,47,23:00,23:30,1203625,1671925,11000\n20250416,48,23:30,24:00,1181973,1616273,11000\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-SK/yosoku_tomorrow.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250416,16:59:00,20250417\nt,ԃR},ԑ_,ԑ_,GAv,GAd,GÁEzd\n20250417,1,0:00,0:30,1137749,1559349,17500\n20250417,2,0:30,1:00,1113211,1528111,16500\n20250417,3,1:00,1:30,1120775,1525675,15500\n20250417,4,1:30,2:00,1139989,1521689,17000\n20250417,5,2:00,2:30,1177108,1550508,19000\n20250417,6,2:30,3:00,1231866,1548566,21000\n20250417,7,3:00,3:30,1290403,1568203,22000\n20250417,8,3:30,4:00,1332353,1592353,22500\n20250417,9,4:00,4:30,1361967,1622867,25500\n20250417,10,4:30,5:00,1373660,1622360,30500\n20250417,11,5:00,5:30,1381788,1626588,32500\n20250417,12,5:30,6:00,1361870,1631670,36500\n20250417,13,6:00,6:30,1342409,1657409,89500\n20250417,14,6:30,7:00,1311069,1812969,200500\n20250417,15,7:00,7:30,1281445,1857145,338500\n20250417,16,7:30,8:00,1290783,1704883,487000\n20250417,17,8:00,8:30,1337342,1627842,587500\n20250417,18,8:30,9:00,1381419,1752019,738000\n20250417,19,9:00,9:30,1404850,1897150,875000\n20250417,20,9:30,10:00,1423907,2036707,991500\n20250417,21,10:00,10:30,1429936,2039236,1084500\n20250417,22,10:30,11:00,1448908,2055708,1150500\n20250417,23,11:00,11:30,1437809,2042609,1192500\n20250417,24,11:30,12:00,1415803,2021003,1213500\n20250417,25,12:00,12:30,1350546,1941946,1216500\n20250417,26,12:30,13:00,1338546,1929146,1204500\n20250417,27,13:00,13:30,1393259,1985459,1177000\n20250417,28,13:30,14:00,1398579,1996179,1130000\n20250417,29,14:00,14:30,1392623,1992323,1058500\n20250417,30,14:30,15:00,1372053,1977853,962500\n20250417,31,15:00,15:30,1350557,1938957,848000\n20250417,32,15:30,16:00,1377100,1870200,720500\n20250417,33,16:00,16:30,1389665,1942565,651000\n20250417,34,16:30,17:00,1398392,1987392,497500\n20250417,35,17:00,17:30,1392705,2018505,344000\n20250417,36,17:30,18:00,1390768,1957468,201000\n20250417,37,18:00,18:30,1398030,1995930,93500\n20250417,38,18:30,19:00,1411133,1951733,55000\n20250417,39,19:00,19:30,1397130,1948330,50500\n20250417,40,19:30,20:00,1378593,1950493,47000\n20250417,41,20:00,20:30,1348667,1935167,45500\n20250417,42,20:30,21:00,1323207,1927907,44000\n20250417,43,21:00,21:30,1293547,1792347,48000\n20250417,44,21:30,22:00,1260070,1793970,53500\n20250417,45,22:00,22:30,1232802,1745502,51500\n20250417,46,22:30,23:00,1199557,1747957,46500\n20250417,47,23:00,23:30,1196574,1703774,42500\n20250417,48,23:30,24:00,1170506,1634206,42500\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-TH/area_tso_yosoku_20250416.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250416,19:42:46,20250416\nDATE,ԃR},ԑ_,ԑ_,GAv(kWh),GAd(kWh),GÁEzd(kWh)\n2025/4/16,1,0:00,0:30,3693197,4894778,320029\n2025/4/16,2,0:30,1:00,3692798,4911664,335028\n2025/4/16,3,1:00,1:30,3736924,5117396,520364\n2025/4/16,4,1:30,2:00,3772741,5295138,640871\n2025/4/16,5,2:00,2:30,3838645,5418900,694579\n2025/4/16,6,2:30,3:00,3933255,5576520,761220\n2025/4/16,7,3:00,3:30,3975052,5651553,801323\n2025/4/16,8,3:30,4:00,4068329,6077016,835526\n2025/4/16,9,4:00,4:30,4146534,6116104,868682\n2025/4/16,10,4:30,5:00,4210505,6133600,870345\n2025/4/16,11,5:00,5:30,4257212,6168060,859381\n2025/4/16,12,5:30,6:00,4310801,6235993,985374\n2025/4/16,13,6:00,6:30,4330978,6314766,1219440\n2025/4/16,14,6:30,7:00,4269400,6309689,1486232\n2025/4/16,15,7:00,7:30,4203929,6318930,1794328\n2025/4/16,16,7:30,8:00,4295451,6541518,2112510\n2025/4/16,17,8:00,8:30,4590980,7032591,2274222\n2025/4/16,18,8:30,9:00,4809323,7276879,2514758\n2025/4/16,19,9:00,9:30,4840687,7049716,2769216\n2025/4/16,20,9:30,10:00,4862458,7125067,2989508\n2025/4/16,21,10:00,10:30,4805709,6981559,3118459\n2025/4/16,22,10:30,11:00,4843652,7009578,3223841\n2025/4/16,23,11:00,11:30,4781827,6971502,3264594\n2025/4/16,24,11:30,12:00,4699985,6889279,3261965\n2025/4/16,25,12:00,12:30,4623500,6861624,3215847\n2025/4/16,26,12:30,13:00,4576000,6717073,3065928\n2025/4/16,27,13:00,13:30,4670843,6730048,2986361\n2025/4/16,28,13:30,14:00,4750423,6654772,2872673\n2025/4/16,29,14:00,14:30,4766135,6697248,2779859\n2025/4/16,30,14:30,15:00,4726782,6674987,2565813\n2025/4/16,31,15:00,15:30,4772000,6657989,2312797\n2025/4/16,32,15:30,16:00,4825000,6583529,1963825\n2025/4/16,33,16:00,16:30,4772500,6635849,1770600\n2025/4/16,34,16:30,17:00,4762000,6620891,1417608\n2025/4/16,35,17:00,17:30,4835169,6753125,1146568\n2025/4/16,36,17:30,18:00,4863683,6809026,924737\n2025/4/16,37,18:00,18:30,4909447,6857105,882955\n2025/4/16,38,18:30,19:00,4896995,6806477,869508\n2025/4/16,39,19:00,19:30,4901288,6938871,871267\n2025/4/16,40,19:30,20:00,4783527,6837400,871344\n2025/4/16,41,20:00,20:30,4628989,6680505,865986\n2025/4/16,42,20:30,21:00,4550233,6596943,859643\n2025/4/16,43,21:00,21:30,4365599,6473192,853304\n2025/4/16,44,21:30,22:00,4213183,6312375,849173\n2025/4/16,45,22:00,22:30,4048200,5774819,841371\n2025/4/16,46,22:30,23:00,3933294,5664429,833525\n2025/4/16,47,23:00,23:30,3870860,5493248,819546\n2025/4/16,48,23:30,24:00,3824793,5435073,804221\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-TH/area_tso_yosoku_y.csv",
    "content": "t@CXV,t@CXV,Ώ۔N\n20250416,19:42:46,20250417\nDATE,ԃR},ԑ_,ԑ_,GAv(kWh),GAd(kWh),GÁEzd(kWh)\n2025/4/17,1,0:00,0:30,3669485,5349463,713471\n2025/4/17,2,0:30,1:00,3636599,5312069,712459\n2025/4/17,3,1:00,1:30,3659749,5356967,710486\n2025/4/17,4,1:30,2:00,3684095,5379111,700845\n2025/4/17,5,2:00,2:30,3756230,5403657,682945\n2025/4/17,6,2:30,3:00,3815184,5449841,658040\n2025/4/17,7,3:00,3:30,3903162,5539910,640800\n2025/4/17,8,3:30,4:00,3949510,5698236,628416\n2025/4/17,9,4:00,4:30,4034370,5659117,607780\n2025/4/17,10,4:30,5:00,4098248,5699007,580411\n2025/4/17,11,5:00,5:30,4160171,5769608,561587\n2025/4/17,12,5:30,6:00,4191167,5898904,689116\n2025/4/17,13,6:00,6:30,4204173,5953009,1075323\n2025/4/17,14,6:30,7:00,4196016,6030356,1489384\n2025/4/17,15,7:00,7:30,4153526,6023118,1921485\n2025/4/17,16,7:30,8:00,4209078,6335862,2360079\n2025/4/17,17,8:00,8:30,4376712,6525285,2346902\n2025/4/17,18,8:30,9:00,4533568,6755161,2631129\n2025/4/17,19,9:00,9:30,4538483,6889929,2824001\n2025/4/17,20,9:30,10:00,4561492,6862759,2985050\n2025/4/17,21,10:00,10:30,4453358,6746379,3052284\n2025/4/17,22,10:30,11:00,4475764,6760484,3117608\n2025/4/17,23,11:00,11:30,4408904,6735300,3102333\n2025/4/17,24,11:30,12:00,4290211,6708511,3057332\n2025/4/17,25,12:00,12:30,4076294,6748626,3002219\n2025/4/17,26,12:30,13:00,4039641,6712694,2918022\n2025/4/17,27,13:00,13:30,4240755,6603986,2806077\n2025/4/17,28,13:30,14:00,4298640,6611886,2632236\n2025/4/17,29,14:00,14:30,4356916,6659167,2403812\n2025/4/17,30,14:30,15:00,4341921,6555909,2122552\n2025/4/17,31,15:00,15:30,4263731,6405863,1820194\n2025/4/17,32,15:30,16:00,4263104,6233700,1481372\n2025/4/17,33,16:00,16:30,4300620,6402386,1320263\n2025/4/17,34,16:30,17:00,4296676,6275813,913258\n2025/4/17,35,17:00,17:30,4284516,6037207,571443\n2025/4/17,36,17:30,18:00,4315160,5972811,360647\n2025/4/17,37,18:00,18:30,4450058,5979416,298592\n2025/4/17,38,18:30,19:00,4448781,5993344,279657\n2025/4/17,39,19:00,19:30,4302424,5900678,264568\n2025/4/17,40,19:30,20:00,4215919,5825542,248523\n2025/4/17,41,20:00,20:30,4175919,5834046,234563\n2025/4/17,42,20:30,21:00,4111260,5715951,224465\n2025/4/17,43,21:00,21:30,4009075,5716403,216797\n2025/4/17,44,21:30,22:00,3910857,5615706,213508\n2025/4/17,45,22:00,22:30,3870786,5470862,203288\n2025/4/17,46,22:30,23:00,3797931,5412081,203738\n2025/4/17,47,23:00,23:30,3738475,5251708,201793\n2025/4/17,48,23:30,24:00,3694644,5228820,199938\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-TK/AREA_ONCE_YOSOKU.csv",
    "content": "t@CXV(yyyymmdd),t@CXV(HH:MI:SS),Ώ۔N(yyyymmdd)\n20250416,18:55:13,20250417\nt(yyyymmdd),ԃR}(1`48),ԑ_(HH:MI),ԑ_(HH:MI),GAv[30kWh],GAd[30kWh],GÁEzd[30kWh]\n20250417,1,0000,0030,11913500,9953450,120566\n20250417,2,0030,0100,11489000,9635350,118599\n20250417,3,0100,0130,11355500,9477750,119766\n20250417,4,0130,0200,11301000,9409800,129483\n20250417,5,0200,0230,11334000,9440750,126163\n20250417,6,0230,0300,11445000,9549050,121365\n20250417,7,0300,0330,11577500,9608350,103001\n20250417,8,0330,0400,11668500,9828100,93720\n20250417,9,0400,0430,11816500,10045800,85290\n20250417,10,0430,0500,11949500,10092300,80264\n20250417,11,0500,0530,12136000,10309350,78757\n20250417,12,0530,0600,12203000,10335550,288323\n20250417,13,0600,0630,12391500,10360300,811890\n20250417,14,0630,0700,12704000,10449400,1612235\n20250417,15,0700,0730,12895500,10604550,2585627\n20250417,16,0730,0800,13176500,10909050,3570838\n20250417,17,0800,0830,13813000,11771350,4504122\n20250417,18,0830,0900,14259000,12550500,5344731\n20250417,19,0900,0930,14596500,13217750,6038418\n20250417,20,0930,1000,15012000,13783600,6622791\n20250417,21,1000,1030,15044500,14185650,7074195\n20250417,22,1030,1100,15225000,14445900,7379479\n20250417,23,1100,1130,15153000,14504550,7559057\n20250417,24,1130,1200,15052500,14615800,7593761\n20250417,25,1200,1230,14878500,14286250,7467374\n20250417,26,1230,1300,14782000,14105900,7202963\n20250417,27,1300,1330,15385500,13787700,6816133\n20250417,28,1330,1400,15295000,13434050,6311139\n20250417,29,1400,1430,15297000,12974700,5750296\n20250417,30,1430,1500,15182000,12493700,5059640\n20250417,31,1500,1530,15012000,12271650,4222570\n20250417,32,1530,1600,15079000,12446200,3266840\n20250417,33,1600,1630,15128500,12381150,2280383\n20250417,34,1630,1700,15031000,12315500,1357482\n20250417,35,1700,1730,14771000,12323250,623033\n20250417,36,1730,1800,14894000,12641000,162552\n20250417,37,1800,1830,15160000,13262950,72247\n20250417,38,1830,1900,15325000,13422850,69088\n20250417,39,1900,1930,15069500,13134950,71541\n20250417,40,1930,2000,14825000,12818400,72114\n20250417,41,2000,2030,14502000,12419000,76796\n20250417,42,2030,2100,14250000,11921400,76061\n20250417,43,2100,2130,13892000,11553600,77451\n20250417,44,2130,2200,13555500,11099900,81037\n20250417,45,2200,2230,13279500,11097150,75200\n20250417,46,2230,2300,12896500,10731450,70882\n20250417,47,2300,2330,12640500,10505800,75592\n20250417,48,2330,2400,12184000,9911850,74163\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP-TK/AREA_YOSOKU.csv",
    "content": "t@CXV(yyyymmdd),t@CXV(HH:MI:SS),Ώ۔N(yyyymmdd)\n20250416,19:44:07,20250416\nt(yyyymmdd),ԃR}(1`48),ԑ_(HH:MI),ԑ_(HH:MI),GAv[30kWh],GAd[30kWh],GÁEzd[30kWh]\n20250416,1,0000,0030,12038000,10056000,136469\n20250416,2,0030,0100,11640500,9692500,137406\n20250416,3,0100,0130,11461000,9496000,139455\n20250416,4,0130,0200,11390000,9522000,136954\n20250416,5,0200,0230,11435500,9647500,136644\n20250416,6,0230,0300,11534000,9799000,132440\n20250416,7,0300,0330,11660000,9926000,118030\n20250416,8,0330,0400,11731000,10003000,114597\n20250416,9,0400,0430,11851000,10092000,112748\n20250416,10,0430,0500,12000500,10195500,123485\n20250416,11,0500,0530,12232000,10426000,133590\n20250416,12,0530,0600,12335500,10537500,358926\n20250416,13,0600,0630,12553500,10892500,873502\n20250416,14,0630,0700,12957000,11082000,1664235\n20250416,15,0700,0730,13222000,11210000,2668237\n20250416,16,0730,0800,13448500,11436500,3764096\n20250416,17,0800,0830,13999000,12295500,4834161\n20250416,18,0830,0900,14262000,12996500,5690190\n20250416,19,0900,0930,14620500,13594000,6474659\n20250416,20,0930,1000,14825000,14235000,6986433\n20250416,21,1000,1030,14818500,14742500,7458402\n20250416,22,1030,1100,15111000,15250000,7683106\n20250416,23,1100,1130,15429500,15626000,7777480\n20250416,24,1130,1200,15400500,15777000,7705640\n20250416,25,1200,1230,15107000,15746500,7557453\n20250416,26,1230,1300,15070000,15721500,7264270\n20250416,27,1300,1330,15347000,15425500,6870403\n20250416,28,1330,1400,15090500,15102000,6513321\n20250416,29,1400,1430,14816500,14762500,6058649\n20250416,30,1430,1500,14752000,14094500,5099769\n20250416,31,1500,1530,14531500,13410000,4199221\n20250416,32,1530,1600,14642500,13091000,3317154\n20250416,33,1600,1630,14675500,12641000,2377436\n20250416,34,1630,1700,14552500,12564000,1450716\n20250416,35,1700,1730,14694500,12635500,713451\n20250416,36,1730,1800,14870500,12705500,228462\n20250416,37,1800,1830,15123500,13312500,118610\n20250416,38,1830,1900,15399000,13792500,116478\n20250416,39,1900,1930,15299500,13567500,118535\n20250416,40,1930,2000,15104000,13326500,115735\n20250416,41,2000,2030,14831000,13063000,115389\n20250416,42,2030,2100,14672500,12832000,131870\n20250416,43,2100,2130,14300500,12011000,139183\n20250416,44,2130,2200,13896500,11498000,137332\n20250416,45,2200,2230,13698500,11869000,126103\n20250416,46,2230,2300,13277000,11271000,123991\n20250416,47,2300,2330,12976000,11001500,133838\n20250416,48,2330,2400,12534000,10391500,133166\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP_KY/genkai.html",
    "content": "\ng_power_1gouki=�^�]�I��&amp;g_power_2gouki=�^�]�I��&amp;g_power_3gouki=���������&amp;g_power_4gouki=119.7&amp;&amp;g_state1=�Q�O�P�T�N�S���Q�V���^�]�I��&amp;g_state2=�Q�O�P�X�N�S���X���^�]�I��&amp;g_state3=��P�W����������&amp;g_state4=�ʏ�^�]��&amp;s_state1=�ʏ�^�]��&amp;s_state2=�ʏ�^�]��&amp;&amp;lastupdate=2025�N4��25�� 16��02��&amp;wind_sp=3.6m/s&amp;wind_pc=3.6m/s&amp;wind=3.6m/s"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP_KY/sendai.html",
    "content": "\ns_power_1gouki=96.1&amp;s_power_2gouki=96.1&amp;&amp;g_state1=�Q�O�P�T�N�S���Q�V���^�]�I��&amp;g_state2=�Q�O�P�X�N�S���X���^�]�I��&amp;g_state3=��P�W����������&amp;g_state4=�ʏ�^�]��&amp;s_state1=�ʏ�^�]��&amp;s_state2=�ʏ�^�]��&amp;&amp;lastupdate=2025�N4��25�� 16��00��&amp;wind_sp=5.1m/s&amp;wind_pc=5.1m/s&amp;wind=5.1m/s"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP_KY/solar_and_consumption.csv",
    "content": "2025/4/24 22:56 UPDATE\n�s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�s�[�N���\\����(%),�s�[�N���g�p��(%)\n1263,14:00�`15:00,4/24,22:48,38,73\n\n�\\�z�ő�d��(��kW),���ԑ�,�\\�z�ő�d�͏��X�V��,�\\�z�ő�d�͏��X�V����\n918,14:00�`15:00,4/24,22:48\n\n�g�p���s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�g�p���s�[�N���\\����(%),�g�p���s�[�N���g�p��(%)\n988,19:00�`20:00,4/24,22:48,8,93\n\n�g�p���s�[�N���\\�z�d��(��kW),���ԑ�,�\\�z�d�͏��X�V��,�\\�z�d�͏��X�V����\n917,19:00�`20:00,4/24,22:48\n\nDATE,TIME,��������(��kW),�\\���l(��kW),�g�p��(%),�\\����(%),�����͑z��l(��kW)\n2025/4/24,0:00,743,747,88,14,844\n2025/4/24,1:00,724,726,86,16,840\n2025/4/24,2:00,750,753,87,14,858\n2025/4/24,3:00,809,810,89,13,913\n2025/4/24,4:00,845,850,88,14,962\n2025/4/24,5:00,856,860,86,16,991\n2025/4/24,6:00,831,836,81,23,1023\n2025/4/24,7:00,804,807,78,29,1035\n2025/4/24,8:00,842,820,73,37,1155\n2025/4/24,9:00,906,881,80,25,1134\n2025/4/24,10:00,925,904,78,28,1187\n2025/4/24,11:00,940,908,75,34,1259\n2025/4/24,12:00,901,880,72,38,1245\n2025/4/24,13:00,916,909,71,40,1282\n2025/4/24,14:00,916,918,73,38,1263\n2025/4/24,15:00,908,902,72,39,1264\n2025/4/24,16:00,904,909,82,22,1101\n2025/4/24,17:00,913,906,85,18,1075\n2025/4/24,18:00,900,911,89,12,1010\n2025/4/24,19:00,907,917,92,9,988\n2025/4/24,20:00,872,890,91,10,962\n2025/4/24,21:00,843,854,91,10,930\n2025/4/24,22:00,0,822,0,0,903\n2025/4/24,23:00,0,790,0,0,880\n\n�ő�g�p��(%),���ԑ�\n92,19:00�`20:00\n\n�����̃s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�s�[�N���\\����(%),�s�[�N���g�p��(%)\n1261,11:00�`12:00,,,34,74\n\n�����̗\\�z�ő�d��(��kW),���ԑ�,�\\�z�ő�d�͏��X�V��,�\\�z�ő�d�͏��X�V����\n938,11:00�`12:00,,\n\n�����̎g�p���s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�g�p���s�[�N���\\����(%),�g�p���s�[�N���g�p��(%)\n990,19:00�`20:00,,,9,92\n\n�����̎g�p���s�[�N���\\�z�d��(��kW),���ԑ�,�\\�z�d�͏��X�V��,�\\�z�d�͏��X�V����\n908,19:00�`20:00,,\n\nDATE,TIME,��������(�T���Ԋu�l�j(��kW),���z�����d����(�T���Ԋu�l�j(��kW)\n2025/4/24,0:00,773,0\n2025/4/24,0:05,760,0\n2025/4/24,0:10,770,0\n2025/4/24,0:15,761,0\n2025/4/24,0:20,760,0\n2025/4/24,0:25,741,0\n2025/4/24,0:30,738,0\n2025/4/24,0:35,736,0\n2025/4/24,0:40,737,0\n2025/4/24,0:45,738,0\n2025/4/24,0:50,727,0\n2025/4/24,0:55,735,0\n2025/4/24,1:00,733,0\n2025/4/24,1:05,728,0\n2025/4/24,1:10,717,0\n2025/4/24,1:15,717,0\n2025/4/24,1:20,720,0\n2025/4/24,1:25,722,0\n2025/4/24,1:30,726,0\n2025/4/24,1:35,721,0\n2025/4/24,1:40,734,0\n2025/4/24,1:45,735,0\n2025/4/24,1:50,729,0\n2025/4/24,1:55,719,0\n2025/4/24,2:00,724,0\n2025/4/24,2:05,743,0\n2025/4/24,2:10,739,0\n2025/4/24,2:15,746,0\n2025/4/24,2:20,736,0\n2025/4/24,2:25,750,0\n2025/4/24,2:30,753,0\n2025/4/24,2:35,764,0\n2025/4/24,2:40,760,0\n2025/4/24,2:45,756,0\n2025/4/24,2:50,777,0\n2025/4/24,2:55,778,0\n2025/4/24,3:00,793,0\n2025/4/24,3:05,794,0\n2025/4/24,3:10,784,0\n2025/4/24,3:15,801,0\n2025/4/24,3:20,817,0\n2025/4/24,3:25,814,0\n2025/4/24,3:30,809,0\n2025/4/24,3:35,814,0\n2025/4/24,3:40,822,0\n2025/4/24,3:45,829,0\n2025/4/24,3:50,829,0\n2025/4/24,3:55,825,0\n2025/4/24,4:00,833,0\n2025/4/24,4:05,842,0\n2025/4/24,4:10,850,0\n2025/4/24,4:15,849,0\n2025/4/24,4:20,848,0\n2025/4/24,4:25,849,0\n2025/4/24,4:30,844,0\n2025/4/24,4:35,845,0\n2025/4/24,4:40,861,0\n2025/4/24,4:45,861,0\n2025/4/24,4:50,869,0\n2025/4/24,4:55,860,0\n2025/4/24,5:00,861,0\n2025/4/24,5:05,865,0\n2025/4/24,5:10,870,0\n2025/4/24,5:15,863,0\n2025/4/24,5:20,869,0\n2025/4/24,5:25,868,0\n2025/4/24,5:30,858,0\n2025/4/24,5:35,858,0\n2025/4/24,5:40,868,0\n2025/4/24,5:45,861,0\n2025/4/24,5:50,839,1\n2025/4/24,5:55,834,2\n2025/4/24,6:00,836,6\n2025/4/24,6:05,837,12\n2025/4/24,6:10,839,22\n2025/4/24,6:15,833,30\n2025/4/24,6:20,848,41\n2025/4/24,6:25,858,56\n2025/4/24,6:30,849,69\n2025/4/24,6:35,831,73\n2025/4/24,6:40,819,83\n2025/4/24,6:45,814,96\n2025/4/24,6:50,801,106\n2025/4/24,6:55,814,121\n2025/4/24,7:00,799,135\n2025/4/24,7:05,804,168\n2025/4/24,7:10,810,191\n2025/4/24,7:15,809,213\n2025/4/24,7:20,820,238\n2025/4/24,7:25,816,258\n2025/4/24,7:30,812,280\n2025/4/24,7:35,801,285\n2025/4/24,7:40,799,297\n2025/4/24,7:45,788,314\n2025/4/24,7:50,793,325\n2025/4/24,7:55,790,335\n2025/4/24,8:00,795,353\n2025/4/24,8:05,820,384\n2025/4/24,8:10,813,399\n2025/4/24,8:15,826,416\n2025/4/24,8:20,831,434\n2025/4/24,8:25,826,447\n2025/4/24,8:30,827,456\n2025/4/24,8:35,867,477\n2025/4/24,8:40,884,494\n2025/4/24,8:45,884,506\n2025/4/24,8:50,884,516\n2025/4/24,8:55,889,524\n2025/4/24,9:00,903,528\n2025/4/24,9:05,911,504\n2025/4/24,9:10,906,514\n2025/4/24,9:15,908,529\n2025/4/24,9:20,911,544\n2025/4/24,9:25,899,554\n2025/4/24,9:30,892,567\n2025/4/24,9:35,904,623\n2025/4/24,9:40,906,651\n2025/4/24,9:45,903,659\n2025/4/24,9:50,901,675\n2025/4/24,9:55,924,692\n2025/4/24,10:00,938,707\n2025/4/24,10:05,910,690\n2025/4/24,10:10,913,690\n2025/4/24,10:15,908,702\n2025/4/24,10:20,927,717\n2025/4/24,10:25,922,728\n2025/4/24,10:30,931,732\n2025/4/24,10:35,931,713\n2025/4/24,10:40,929,712\n2025/4/24,10:45,936,722\n2025/4/24,10:50,933,730\n2025/4/24,10:55,944,734\n2025/4/24,11:00,945,733\n2025/4/24,11:05,945,712\n2025/4/24,11:10,937,706\n2025/4/24,11:15,946,709\n2025/4/24,11:20,942,716\n2025/4/24,11:25,943,721\n2025/4/24,11:30,947,717\n2025/4/24,11:35,946,692\n2025/4/24,11:40,944,686\n2025/4/24,11:45,939,688\n2025/4/24,11:50,934,686\n2025/4/24,11:55,936,689\n2025/4/24,12:00,931,683\n2025/4/24,12:05,920,669\n2025/4/24,12:10,908,666\n2025/4/24,12:15,912,667\n2025/4/24,12:20,905,665\n2025/4/24,12:25,905,668\n2025/4/24,12:30,891,666\n2025/4/24,12:35,905,675\n2025/4/24,12:40,897,669\n2025/4/24,12:45,894,665\n2025/4/24,12:50,898,661\n2025/4/24,12:55,896,659\n2025/4/24,13:00,895,662\n2025/4/24,13:05,906,689\n2025/4/24,13:10,918,697\n2025/4/24,13:15,925,695\n2025/4/24,13:20,924,691\n2025/4/24,13:25,924,689\n2025/4/24,13:30,926,684\n2025/4/24,13:35,917,675\n2025/4/24,13:40,924,680\n2025/4/24,13:45,915,676\n2025/4/24,13:50,921,671\n2025/4/24,13:55,926,668\n2025/4/24,14:00,922,665\n2025/4/24,14:05,920,703\n2025/4/24,14:10,927,706\n2025/4/24,14:15,933,706\n2025/4/24,14:20,935,696\n2025/4/24,14:25,924,680\n2025/4/24,14:30,898,678\n2025/4/24,14:35,900,701\n2025/4/24,14:40,918,710\n2025/4/24,14:45,923,709\n2025/4/24,14:50,927,702\n2025/4/24,14:55,931,700\n2025/4/24,15:00,915,690\n2025/4/24,15:05,914,700\n2025/4/24,15:10,921,705\n2025/4/24,15:15,920,704\n2025/4/24,15:20,929,698\n2025/4/24,15:25,930,690\n2025/4/24,15:30,931,688\n2025/4/24,15:35,893,693\n2025/4/24,15:40,903,681\n2025/4/24,15:45,897,658\n2025/4/24,15:50,901,636\n2025/4/24,15:55,913,620\n2025/4/24,16:00,909,602\n2025/4/24,16:05,918,585\n2025/4/24,16:10,913,563\n2025/4/24,16:15,919,541\n2025/4/24,16:20,916,519\n2025/4/24,16:25,914,496\n2025/4/24,16:30,925,478\n2025/4/24,16:35,926,450\n2025/4/24,16:40,920,420\n2025/4/24,16:45,915,397\n2025/4/24,16:50,928,380\n2025/4/24,16:55,927,353\n2025/4/24,17:00,928,334\n2025/4/24,17:05,926,317\n2025/4/24,17:10,928,289\n2025/4/24,17:15,922,267\n2025/4/24,17:20,915,245\n2025/4/24,17:25,918,227\n2025/4/24,17:30,913,212\n2025/4/24,17:35,921,198\n2025/4/24,17:40,916,183\n2025/4/24,17:45,918,159\n2025/4/24,17:50,922,139\n2025/4/24,17:55,906,120\n2025/4/24,18:00,908,104\n2025/4/24,18:05,913,87\n2025/4/24,18:10,907,70\n2025/4/24,18:15,904,56\n2025/4/24,18:20,901,42\n2025/4/24,18:25,893,29\n2025/4/24,18:30,899,18\n2025/4/24,18:35,901,9\n2025/4/24,18:40,899,3\n2025/4/24,18:45,907,0\n2025/4/24,18:50,906,0\n2025/4/24,18:55,913,0\n2025/4/24,19:00,911,0\n2025/4/24,19:05,912,0\n2025/4/24,19:10,910,0\n2025/4/24,19:15,917,0\n2025/4/24,19:20,916,0\n2025/4/24,19:25,910,0\n2025/4/24,19:30,907,0\n2025/4/24,19:35,907,0\n2025/4/24,19:40,894,0\n2025/4/24,19:45,900,0\n2025/4/24,19:50,899,0\n2025/4/24,19:55,888,0\n2025/4/24,20:00,888,0\n2025/4/24,20:05,892,0\n2025/4/24,20:10,882,0\n2025/4/24,20:15,881,0\n2025/4/24,20:20,883,0\n2025/4/24,20:25,870,0\n2025/4/24,20:30,867,0\n2025/4/24,20:35,870,0\n2025/4/24,20:40,866,0\n2025/4/24,20:45,862,0\n2025/4/24,20:50,858,0\n2025/4/24,20:55,863,0\n2025/4/24,21:00,856,0\n2025/4/24,21:05,851,0\n2025/4/24,21:10,859,0\n2025/4/24,21:15,860,0\n2025/4/24,21:20,857,0\n2025/4/24,21:25,845,0\n2025/4/24,21:30,840,0\n2025/4/24,21:35,843,0\n2025/4/24,21:40,843,0\n2025/4/24,21:45,834,0\n2025/4/24,21:50,834,0\n2025/4/24,21:55,832,0\n2025/4/24,22:00,825,0\n2025/4/24,22:05,825,0\n2025/4/24,22:10,825,0\n2025/4/24,22:15,827,0\n2025/4/24,22:20,824,0\n2025/4/24,22:25,821,0\n2025/4/24,22:30,816,0\n2025/4/24,22:35,807,0\n2025/4/24,22:40,810,0\n2025/4/24,22:45,802,0\n2025/4/24,22:50,801,0\n2025/4/24,22:55,,\n2025/4/24,23:00,,\n2025/4/24,23:05,,\n2025/4/24,23:10,,\n2025/4/24,23:15,,\n2025/4/24,23:20,,\n2025/4/24,23:25,,\n2025/4/24,23:30,,\n2025/4/24,23:35,,\n2025/4/24,23:40,,\n2025/4/24,23:45,,\n2025/4/24,23:50,,\n2025/4/24,23:55,,\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/JP_KY/solar_and_consumption_day.csv",
    "content": "2025/4/24 22:56 UPDATE\n�s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�s�[�N���\\����(%),�s�[�N���g�p��(%)\n1263,14:00�`15:00,4/24,22:48,38,73\n\n�\\�z�ő�d��(��kW),���ԑ�,�\\�z�ő�d�͏��X�V��,�\\�z�ő�d�͏��X�V����\n918,14:00�`15:00,4/24,22:48\n\n�g�p���s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�g�p���s�[�N���\\����(%),�g�p���s�[�N���g�p��(%)\n988,19:00�`20:00,4/24,22:48,8,93\n\n�g�p���s�[�N���\\�z�d��(��kW),���ԑ�,�\\�z�d�͏��X�V��,�\\�z�d�͏��X�V����\n917,19:00�`20:00,4/24,22:48\n\nDATE,TIME,��������(��kW),�\\���l(��kW),�g�p��(%),�\\����(%),�����͑z��l(��kW)\n2025/4/24,0:00,743,747,88,14,844\n2025/4/24,1:00,724,726,86,16,840\n2025/4/24,2:00,750,753,87,14,858\n2025/4/24,3:00,809,810,89,13,913\n2025/4/24,4:00,845,850,88,14,962\n2025/4/24,5:00,856,860,86,16,991\n2025/4/24,6:00,831,836,81,23,1023\n2025/4/24,7:00,804,807,78,29,1035\n2025/4/24,8:00,842,820,73,37,1155\n2025/4/24,9:00,906,881,80,25,1134\n2025/4/24,10:00,925,904,78,28,1187\n2025/4/24,11:00,940,908,75,34,1259\n2025/4/24,12:00,901,880,72,38,1245\n2025/4/24,13:00,916,909,71,40,1282\n2025/4/24,14:00,916,918,73,38,1263\n2025/4/24,15:00,908,902,72,39,1264\n2025/4/24,16:00,904,909,82,22,1101\n2025/4/24,17:00,913,906,85,18,1075\n2025/4/24,18:00,900,911,89,12,1010\n2025/4/24,19:00,907,917,92,9,988\n2025/4/24,20:00,872,890,91,10,962\n2025/4/24,21:00,843,854,91,10,930\n2025/4/24,22:00,0,822,0,0,903\n2025/4/24,23:00,0,790,0,0,880\n\n�ő�g�p��(%),���ԑ�\n92,19:00�`20:00\n\n�����̃s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�s�[�N���\\����(%),�s�[�N���g�p��(%)\n1261,11:00�`12:00,,,34,74\n\n�����̗\\�z�ő�d��(��kW),���ԑ�,�\\�z�ő�d�͏��X�V��,�\\�z�ő�d�͏��X�V����\n938,11:00�`12:00,,\n\n�����̎g�p���s�[�N��������(��kW),���ԑ�,�����͏��X�V��,�����͏��X�V����,�g�p���s�[�N���\\����(%),�g�p���s�[�N���g�p��(%)\n990,19:00�`20:00,,,9,92\n\n�����̎g�p���s�[�N���\\�z�d��(��kW),���ԑ�,�\\�z�d�͏��X�V��,�\\�z�d�͏��X�V����\n908,19:00�`20:00,,\n\nDATE,TIME,��������(�T���Ԋu�l�j(��kW),���z�����d����(�T���Ԋu�l�j(��kW)\n2025/4/25,0:00,750,0\n2025/4/25,0:05,758,0\n2025/4/25,0:10,756,0\n2025/4/25,0:15,744,0\n2025/4/25,0:20,742,0\n2025/4/25,0:25,739,0\n2025/4/25,0:30,721,0\n2025/4/25,0:35,715,0\n2025/4/25,0:40,722,0\n2025/4/25,0:45,716,0\n2025/4/25,0:50,721,0\n2025/4/25,0:55,718,0\n2025/4/25,1:00,720,0\n2025/4/25,1:05,725,0\n2025/4/25,1:10,716,0\n2025/4/25,1:15,709,0\n2025/4/25,1:20,708,0\n2025/4/25,1:25,707,0\n2025/4/25,1:30,712,0\n2025/4/25,1:35,715,0\n2025/4/25,1:40,716,0\n2025/4/25,1:45,710,0\n2025/4/25,1:50,725,0\n2025/4/25,1:55,726,0\n2025/4/25,2:00,727,0\n2025/4/25,2:05,723,0\n2025/4/25,2:10,728,0\n2025/4/25,2:15,730,0\n2025/4/25,2:20,725,0\n2025/4/25,2:25,736,0\n2025/4/25,2:30,733,0\n2025/4/25,2:35,753,0\n2025/4/25,2:40,751,0\n2025/4/25,2:45,760,0\n2025/4/25,2:50,762,0\n2025/4/25,2:55,753,0\n2025/4/25,3:00,767,0\n2025/4/25,3:05,772,0\n2025/4/25,3:10,782,0\n2025/4/25,3:15,780,0\n2025/4/25,3:20,792,0\n2025/4/25,3:25,807,0\n2025/4/25,3:30,800,0\n2025/4/25,3:35,798,0\n2025/4/25,3:40,801,0\n2025/4/25,3:45,809,0\n2025/4/25,3:50,811,0\n2025/4/25,3:55,819,0\n2025/4/25,4:00,814,0\n2025/4/25,4:05,821,0\n2025/4/25,4:10,828,0\n2025/4/25,4:15,836,0\n2025/4/25,4:20,825,0\n2025/4/25,4:25,825,0\n2025/4/25,4:30,831,0\n2025/4/25,4:35,834,0\n2025/4/25,4:40,844,0\n2025/4/25,4:45,836,0\n2025/4/25,4:50,838,0\n2025/4/25,4:55,842,0\n2025/4/25,5:00,844,0\n2025/4/25,5:05,848,0\n2025/4/25,5:10,856,0\n2025/4/25,5:15,847,0\n2025/4/25,5:20,841,0\n2025/4/25,5:25,855,0\n2025/4/25,5:30,843,0\n2025/4/25,5:35,851,0\n2025/4/25,5:40,839,0\n2025/4/25,5:45,836,0\n2025/4/25,5:50,824,0\n2025/4/25,5:55,828,0\n2025/4/25,6:00,818,0\n2025/4/25,6:05,813,2\n2025/4/25,6:10,807,5\n2025/4/25,6:15,815,11\n2025/4/25,6:20,810,18\n2025/4/25,6:25,817,26\n2025/4/25,6:30,809,33\n2025/4/25,6:35,788,37\n2025/4/25,6:40,800,45\n2025/4/25,6:45,790,51\n2025/4/25,6:50,781,56\n2025/4/25,6:55,800,62\n2025/4/25,7:00,793,72\n2025/4/25,7:05,796,87\n2025/4/25,7:10,790,96\n2025/4/25,7:15,781,109\n2025/4/25,7:20,787,120\n2025/4/25,7:25,793,132\n2025/4/25,7:30,793,147\n2025/4/25,7:35,791,151\n2025/4/25,7:40,806,160\n2025/4/25,7:45,801,163\n2025/4/25,7:50,796,174\n2025/4/25,7:55,786,189\n2025/4/25,8:00,796,207\n2025/4/25,8:05,812,219\n2025/4/25,8:10,813,230\n2025/4/25,8:15,802,242\n2025/4/25,8:20,816,259\n2025/4/25,8:25,811,266\n2025/4/25,8:30,819,289\n2025/4/25,8:35,828,314\n2025/4/25,8:40,843,332\n2025/4/25,8:45,842,337\n2025/4/25,8:50,829,348\n2025/4/25,8:55,844,359\n2025/4/25,9:00,852,369\n2025/4/25,9:05,861,380\n2025/4/25,9:10,856,389\n2025/4/25,9:15,865,400\n2025/4/25,9:20,871,407\n2025/4/25,9:25,874,411\n2025/4/25,9:30,870,419\n2025/4/25,9:35,877,428\n2025/4/25,9:40,869,429\n2025/4/25,9:45,867,441\n2025/4/25,9:50,872,460\n2025/4/25,9:55,882,472\n2025/4/25,10:00,876,484\n2025/4/25,10:05,868,496\n2025/4/25,10:10,865,502\n2025/4/25,10:15,863,520\n2025/4/25,10:20,855,524\n2025/4/25,10:25,856,533\n2025/4/25,10:30,866,539\n2025/4/25,10:35,869,539\n2025/4/25,10:40,866,549\n2025/4/25,10:45,856,572\n2025/4/25,10:50,858,594\n2025/4/25,10:55,880,603\n2025/4/25,11:00,861,597\n2025/4/25,11:05,857,593\n2025/4/25,11:10,856,584\n2025/4/25,11:15,847,579\n2025/4/25,11:20,860,584\n2025/4/25,11:25,871,594\n2025/4/25,11:30,858,587\n2025/4/25,11:35,847,584\n2025/4/25,11:40,850,581\n2025/4/25,11:45,856,577\n2025/4/25,11:50,843,574\n2025/4/25,11:55,873,579\n2025/4/25,12:00,858,568\n2025/4/25,12:05,852,544\n2025/4/25,12:10,859,530\n2025/4/25,12:15,845,524\n2025/4/25,12:20,851,526\n2025/4/25,12:25,849,516\n2025/4/25,12:30,842,506\n2025/4/25,12:35,834,491\n2025/4/25,12:40,831,475\n2025/4/25,12:45,823,469\n2025/4/25,12:50,824,461\n2025/4/25,12:55,836,448\n2025/4/25,13:00,832,444\n2025/4/25,13:05,829,464\n2025/4/25,13:10,851,468\n2025/4/25,13:15,858,453\n2025/4/25,13:20,860,447\n2025/4/25,13:25,866,434\n2025/4/25,13:30,848,426\n2025/4/25,13:35,849,419\n2025/4/25,13:40,844,422\n2025/4/25,13:45,846,420\n2025/4/25,13:50,848,418\n2025/4/25,13:55,840,408\n2025/4/25,14:00,861,413\n2025/4/25,14:05,854,411\n2025/4/25,14:10,851,405\n2025/4/25,14:15,848,398\n2025/4/25,14:20,858,396\n2025/4/25,14:25,858,383\n2025/4/25,14:30,863,378\n2025/4/25,14:35,853,369\n2025/4/25,14:40,859,363\n2025/4/25,14:45,864,354\n2025/4/25,14:50,854,350\n2025/4/25,14:55,858,348\n2025/4/25,15:00,854,339\n2025/4/25,15:05,848,334\n2025/4/25,15:10,842,331\n2025/4/25,15:15,849,330\n2025/4/25,15:20,850,326\n2025/4/25,15:25,863,328\n2025/4/25,15:30,861,317\n2025/4/25,15:35,864,310\n2025/4/25,15:40,868,301\n2025/4/25,15:45,874,292\n2025/4/25,15:50,867,287\n2025/4/25,15:55,860,282\n2025/4/25,16:00,876,271\n2025/4/25,16:05,884,261\n2025/4/25,16:10,877,247\n2025/4/25,16:15,873,235\n2025/4/25,16:20,867,228\n2025/4/25,16:25,866,222\n2025/4/25,16:30,860,216\n2025/4/25,16:35,876,214\n2025/4/25,16:40,868,210\n2025/4/25,16:45,,\n2025/4/25,16:50,,\n2025/4/25,16:55,,\n2025/4/25,17:00,,\n2025/4/25,17:05,,\n2025/4/25,17:10,,\n2025/4/25,17:15,,\n2025/4/25,17:20,,\n2025/4/25,17:25,,\n2025/4/25,17:30,,\n2025/4/25,17:35,,\n2025/4/25,17:40,,\n2025/4/25,17:45,,\n2025/4/25,17:50,,\n2025/4/25,17:55,,\n2025/4/25,18:00,,\n2025/4/25,18:05,,\n2025/4/25,18:10,,\n2025/4/25,18:15,,\n2025/4/25,18:20,,\n2025/4/25,18:25,,\n2025/4/25,18:30,,\n2025/4/25,18:35,,\n2025/4/25,18:40,,\n2025/4/25,18:45,,\n2025/4/25,18:50,,\n2025/4/25,18:55,,\n2025/4/25,19:00,,\n2025/4/25,19:05,,\n2025/4/25,19:10,,\n2025/4/25,19:15,,\n2025/4/25,19:20,,\n2025/4/25,19:25,,\n2025/4/25,19:30,,\n2025/4/25,19:35,,\n2025/4/25,19:40,,\n2025/4/25,19:45,,\n2025/4/25,19:50,,\n2025/4/25,19:55,,\n2025/4/25,20:00,,\n2025/4/25,20:05,,\n2025/4/25,20:10,,\n2025/4/25,20:15,,\n2025/4/25,20:20,,\n2025/4/25,20:25,,\n2025/4/25,20:30,,\n2025/4/25,20:35,,\n2025/4/25,20:40,,\n2025/4/25,20:45,,\n2025/4/25,20:50,,\n2025/4/25,20:55,,\n2025/4/25,21:00,,\n2025/4/25,21:05,,\n2025/4/25,21:10,,\n2025/4/25,21:15,,\n2025/4/25,21:20,,\n2025/4/25,21:25,,\n2025/4/25,21:30,,\n2025/4/25,21:35,,\n2025/4/25,21:40,,\n2025/4/25,21:45,,\n2025/4/25,21:50,,\n2025/4/25,21:55,,\n2025/4/25,22:00,,\n2025/4/25,22:05,,\n2025/4/25,22:10,,\n2025/4/25,22:15,,\n2025/4/25,22:20,,\n2025/4/25,22:25,,\n2025/4/25,22:30,,\n2025/4/25,22:35,,\n2025/4/25,22:40,,\n2025/4/25,22:45,,\n2025/4/25,22:50,,\n2025/4/25,22:55,,\n2025/4/25,23:00,,\n2025/4/25,23:05,,\n2025/4/25,23:10,,\n2025/4/25,23:15,,\n2025/4/25,23:20,,\n2025/4/25,23:25,,\n2025/4/25,23:30,,\n2025/4/25,23:35,,\n2025/4/25,23:40,,\n2025/4/25,23:45,,\n2025/4/25,23:50,,\n2025/4/25,23:55,,\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/KPX/historical.html",
    "content": "\r\r\r\r\r\r\n\r\n<script src=\"/jquery/js/jquery-1.11.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/kpx_src/js/highcharts.js\"></script>\r\n<script type=\"text/javascript\" src=\"/kpx_src/js/exporting.js\"></script>\r\n\r\n<link rel=\"stylesheet\" href=\"/main/css/content.css\" />\r\n<link rel=\"stylesheet\" href=\"/css/common.css\" />\r\n<link rel=\"stylesheet\" href=\"/main/css/sub.css\" />\r\n\r\n<script type=\"text/javascript\">\r\n\t$(document).ready(function(){\r\n\t\tdrawChart2(null, null, null);\r\n\t});\r\n\tfunction lPad(str, num, chr){\r\n\t\tstr = str +\"\";\r\n\t\tif(!str || !chr || str.length >= num){\r\n\t\t\treturn str;\r\n\t\t}\r\n\t\tvar max = num - str.length;\r\n\t\tfor(var i =0; i < max; i++){\r\n\t\t\tstr = chr+str;\r\n\t\t}\r\n\t\treturn str;\r\n\t}\r\n\r\n\tfunction drawChart2(par1, par2, par3){\r\n\tvar ictArr = [{\"localCoal\":\"373.953\",\"newRenewable\":\"3591.31\",\"sunlight\":\"0.0\",\"oil\":\"233.421\",\"once\":\"20230901000000\",\"gas\":\"13844.6\",\"nuclearPower\":\"21038.2\",\"coal\":\"22535.0\",\"regDate\":\"2023-09-01 00:00\",\"raisingWater\":\"516.098\",\"waterPower\":\"903.194\",\"seq\":0},{\"localCoal\":\"372.433\",\"newRenewable\":\"3585.74\",\"sunlight\":\"0.0\",\"oil\":\"232.243\",\"once\":\"20230901000500\",\"gas\":\"13555.1\",\"nuclearPower\":\"21011.6\",\"coal\":\"22566.0\",\"regDate\":\"2023-09-01 00:05\",\"raisingWater\":\"589.946\",\"waterPower\":\"896.427\",\"seq\":0},{\"localCoal\":\"372.543\",\"newRenewable\":\"3580.93\",\"sunlight\":\"0.0\",\"oil\":\"232.751\",\"once\":\"20230901001000\",\"gas\":\"13276.3\",\"nuclearPower\":\"21025.6\",\"coal\":\"22668.6\",\"regDate\":\"2023-09-01 00:10\",\"raisingWater\":\"340.346\",\"waterPower\":\"916.608\",\"seq\":0},{\"localCoal\":\"373.88\",\"newRenewable\":\"3578.75\",\"sunlight\":\"0.0\",\"oil\":\"233.916\",\"once\":\"20230901001500\",\"gas\":\"13092.5\",\"nuclearPower\":\"21037.4\",\"coal\":\"22707.8\",\"regDate\":\"2023-09-01 00:15\",\"raisingWater\":\"339.555\",\"waterPower\":\"913.775\",\"seq\":0},{\"localCoal\":\"371.884\",\"newRenewable\":\"3585.31\",\"sunlight\":\"0.0\",\"oil\":\"233.141\",\"once\":\"20230901002000\",\"gas\":\"12739.8\",\"nuclearPower\":\"21036.2\",\"coal\":\"22537.6\",\"regDate\":\"2023-09-01 00:20\",\"raisingWater\":\"316.703\",\"waterPower\":\"916.159\",\"seq\":0},{\"localCoal\":\"372.415\",\"newRenewable\":\"3589.98\",\"sunlight\":\"0.0\",\"oil\":\"233.234\",\"once\":\"20230901002500\",\"gas\":\"12579.7\",\"nuclearPower\":\"21020.4\",\"coal\":\"22593.6\",\"regDate\":\"2023-09-01 00:25\",\"raisingWater\":\"329.967\",\"waterPower\":\"916.721\",\"seq\":0},{\"localCoal\":\"373.038\",\"newRenewable\":\"3587.11\",\"sunlight\":\"0.0\",\"oil\":\"232.829\",\"once\":\"20230901003000\",\"gas\":\"12370.4\",\"nuclearPower\":\"21037.5\",\"coal\":\"22437.2\",\"regDate\":\"2023-09-01 00:30\",\"raisingWater\":\"305.277\",\"waterPower\":\"916.446\",\"seq\":0},{\"localCoal\":\"373.147\",\"newRenewable\":\"3597.75\",\"sunlight\":\"0.0\",\"oil\":\"232.736\",\"once\":\"20230901003500\",\"gas\":\"12195.8\",\"nuclearPower\":\"21039.3\",\"coal\":\"22287.3\",\"regDate\":\"2023-09-01 00:35\",\"raisingWater\":\"303.092\",\"waterPower\":\"915.268\",\"seq\":0},{\"localCoal\":\"370.804\",\"newRenewable\":\"3600.07\",\"sunlight\":\"0.0\",\"oil\":\"232.921\",\"once\":\"20230901004000\",\"gas\":\"12057.4\",\"nuclearPower\":\"21029.8\",\"coal\":\"22431.3\",\"regDate\":\"2023-09-01 00:40\",\"raisingWater\":\"335.48\",\"waterPower\":\"917.746\",\"seq\":0},{\"localCoal\":\"371.316\",\"newRenewable\":\"3601.07\",\"sunlight\":\"0.0\",\"oil\":\"232.963\",\"once\":\"20230901004500\",\"gas\":\"11852.1\",\"nuclearPower\":\"21031.1\",\"coal\":\"22330.0\",\"regDate\":\"2023-09-01 00:45\",\"raisingWater\":\"312.628\",\"waterPower\":\"914.957\",\"seq\":0},{\"localCoal\":\"374.338\",\"newRenewable\":\"3602.41\",\"sunlight\":\"0.0\",\"oil\":\"233.214\",\"once\":\"20230901005000\",\"gas\":\"11671.5\",\"nuclearPower\":\"21039.4\",\"coal\":\"22297.8\",\"regDate\":\"2023-09-01 00:50\",\"raisingWater\":\"313.871\",\"waterPower\":\"915.434\",\"seq\":0},{\"localCoal\":\"373.056\",\"newRenewable\":\"3600.5\",\"sunlight\":\"0.0\",\"oil\":\"233.604\",\"once\":\"20230901005500\",\"gas\":\"11507.0\",\"nuclearPower\":\"21037.6\",\"coal\":\"22256.6\",\"regDate\":\"2023-09-01 00:55\",\"raisingWater\":\"199.764\",\"waterPower\":\"915.273\",\"seq\":0},{\"localCoal\":\"374.722\",\"newRenewable\":\"3584.35\",\"sunlight\":\"0.0\",\"oil\":\"232.666\",\"once\":\"20230901010000\",\"gas\":\"11554.4\",\"nuclearPower\":\"21029.6\",\"coal\":\"22306.1\",\"regDate\":\"2023-09-01 01:00\",\"raisingWater\":\"1.40728\",\"waterPower\":\"917.218\",\"seq\":0},{\"localCoal\":\"373.807\",\"newRenewable\":\"3583.21\",\"sunlight\":\"0.0\",\"oil\":\"233.454\",\"once\":\"20230901010500\",\"gas\":\"11538.1\",\"nuclearPower\":\"21030.7\",\"coal\":\"22222.6\",\"regDate\":\"2023-09-01 01:05\",\"raisingWater\":\"1.30742\",\"waterPower\":\"915.729\",\"seq\":0},{\"localCoal\":\"372.433\",\"newRenewable\":\"3573.55\",\"sunlight\":\"0.0\",\"oil\":\"232.218\",\"once\":\"20230901011000\",\"gas\":\"11496.0\",\"nuclearPower\":\"21035.8\",\"coal\":\"22290.1\",\"regDate\":\"2023-09-01 01:10\",\"raisingWater\":\"1.40728\",\"waterPower\":\"918.72\",\"seq\":0},{\"localCoal\":\"373.385\",\"newRenewable\":\"3578.28\",\"sunlight\":\"0.0\",\"oil\":\"232.794\",\"once\":\"20230901011500\",\"gas\":\"11290.9\",\"nuclearPower\":\"21032.2\",\"coal\":\"22139.8\",\"regDate\":\"2023-09-01 01:15\",\"raisingWater\":\"1.40728\",\"waterPower\":\"916.142\",\"seq\":0},{\"localCoal\":\"373.733\",\"newRenewable\":\"3565.86\",\"sunlight\":\"0.0\",\"oil\":\"232.961\",\"once\":\"20230901012000\",\"gas\":\"11000.5\",\"nuclearPower\":\"21022.5\",\"coal\":\"22149.6\",\"regDate\":\"2023-09-01 01:20\",\"raisingWater\":\"1.40728\",\"waterPower\":\"918.401\",\"seq\":0},{\"localCoal\":\"374.008\",\"newRenewable\":\"3558.27\",\"sunlight\":\"0.0\",\"oil\":\"233.034\",\"once\":\"20230901012500\",\"gas\":\"11000.1\",\"nuclearPower\":\"21024.3\",\"coal\":\"22210.4\",\"regDate\":\"2023-09-01 01:25\",\"raisingWater\":\"1.50762\",\"waterPower\":\"923.6\",\"seq\":0},{\"localCoal\":\"371.664\",\"newRenewable\":\"3559.68\",\"sunlight\":\"0.0\",\"oil\":\"233.258\",\"once\":\"20230901013000\",\"gas\":\"10939.0\",\"nuclearPower\":\"21017.8\",\"coal\":\"22184.5\",\"regDate\":\"2023-09-01 01:30\",\"raisingWater\":\"1.30742\",\"waterPower\":\"921.644\",\"seq\":0},{\"localCoal\":\"374.173\",\"newRenewable\":\"3552.51\",\"sunlight\":\"0.0\",\"oil\":\"233.464\",\"once\":\"20230901013500\",\"gas\":\"10969.8\",\"nuclearPower\":\"21013.4\",\"coal\":\"22217.3\",\"regDate\":\"2023-09-01 01:35\",\"raisingWater\":\"1.30742\",\"waterPower\":\"921.963\",\"seq\":0},{\"localCoal\":\"373.111\",\"newRenewable\":\"3549.66\",\"sunlight\":\"0.0\",\"oil\":\"233.445\",\"once\":\"20230901014000\",\"gas\":\"10821.3\",\"nuclearPower\":\"21024.7\",\"coal\":\"22157.9\",\"regDate\":\"2023-09-01 01:40\",\"raisingWater\":\"0.999805\",\"waterPower\":\"917.243\",\"seq\":0},{\"localCoal\":\"370.95\",\"newRenewable\":\"3543.52\",\"sunlight\":\"0.0\",\"oil\":\"232.55\",\"once\":\"20230901014500\",\"gas\":\"10769.7\",\"nuclearPower\":\"21020.0\",\"coal\":\"22241.1\",\"regDate\":\"2023-09-01 01:45\",\"raisingWater\":\"1.09966\",\"waterPower\":\"925.234\",\"seq\":0},{\"localCoal\":\"371.957\",\"newRenewable\":\"3541.2\",\"sunlight\":\"0.0\",\"oil\":\"233.215\",\"once\":\"20230901015000\",\"gas\":\"10520.8\",\"nuclearPower\":\"21024.1\",\"coal\":\"22065.5\",\"regDate\":\"2023-09-01 01:50\",\"raisingWater\":\"0.899951\",\"waterPower\":\"917.516\",\"seq\":0},{\"localCoal\":\"371.609\",\"newRenewable\":\"3547.21\",\"sunlight\":\"0.0\",\"oil\":\"232.677\",\"once\":\"20230901015500\",\"gas\":\"10555.8\",\"nuclearPower\":\"21024.3\",\"coal\":\"22208.7\",\"regDate\":\"2023-09-01 01:55\",\"raisingWater\":\"-342.369\",\"waterPower\":\"929.261\",\"seq\":0},{\"localCoal\":\"371.151\",\"newRenewable\":\"3623.64\",\"sunlight\":\"0.0\",\"oil\":\"232.472\",\"once\":\"20230901020000\",\"gas\":\"10613.8\",\"nuclearPower\":\"21028.0\",\"coal\":\"22377.6\",\"regDate\":\"2023-09-01 02:00\",\"raisingWater\":\"-631.47\",\"waterPower\":\"922.483\",\"seq\":0},{\"localCoal\":\"372.03\",\"newRenewable\":\"3635.64\",\"sunlight\":\"0.0\",\"oil\":\"233.074\",\"once\":\"20230901020500\",\"gas\":\"10728.1\",\"nuclearPower\":\"21027.0\",\"coal\":\"22418.8\",\"regDate\":\"2023-09-01 02:05\",\"raisingWater\":\"-641.114\",\"waterPower\":\"918.194\",\"seq\":0},{\"localCoal\":\"372.378\",\"newRenewable\":\"3643.75\",\"sunlight\":\"0.0\",\"oil\":\"232.943\",\"once\":\"20230901021000\",\"gas\":\"10230.1\",\"nuclearPower\":\"21019.2\",\"coal\":\"22463.0\",\"regDate\":\"2023-09-01 02:10\",\"raisingWater\":\"-639.205\",\"waterPower\":\"918.713\",\"seq\":0},{\"localCoal\":\"371.335\",\"newRenewable\":\"3644.67\",\"sunlight\":\"0.0\",\"oil\":\"233.13\",\"once\":\"20230901021500\",\"gas\":\"9954.98\",\"nuclearPower\":\"21011.1\",\"coal\":\"22601.9\",\"regDate\":\"2023-09-01 02:15\",\"raisingWater\":\"-637.734\",\"waterPower\":\"920.206\",\"seq\":0},{\"localCoal\":\"371.957\",\"newRenewable\":\"3658.83\",\"sunlight\":\"0.0\",\"oil\":\"233.043\",\"once\":\"20230901022000\",\"gas\":\"10116.1\",\"nuclearPower\":\"21022.5\",\"coal\":\"22496.9\",\"regDate\":\"2023-09-01 02:20\",\"raisingWater\":\"-659.42\",\"waterPower\":\"916.905\",\"seq\":0},{\"localCoal\":\"370.822\",\"newRenewable\":\"3667.92\",\"sunlight\":\"0.0\",\"oil\":\"232.87\",\"once\":\"20230901022500\",\"gas\":\"10383.8\",\"nuclearPower\":\"21006.0\",\"coal\":\"22390.9\",\"regDate\":\"2023-09-01 02:25\",\"raisingWater\":\"-845.45\",\"waterPower\":\"920.219\",\"seq\":0},{\"localCoal\":\"370.913\",\"newRenewable\":\"3665.5\",\"sunlight\":\"0.0\",\"oil\":\"233.608\",\"once\":\"20230901023000\",\"gas\":\"10453.0\",\"nuclearPower\":\"21009.2\",\"coal\":\"22475.8\",\"regDate\":\"2023-09-01 02:30\",\"raisingWater\":\"-1165.58\",\"waterPower\":\"925.53\",\"seq\":0},{\"localCoal\":\"370.053\",\"newRenewable\":\"3669.83\",\"sunlight\":\"0.0\",\"oil\":\"233.967\",\"once\":\"20230901023500\",\"gas\":\"10366.4\",\"nuclearPower\":\"21013.3\",\"coal\":\"22492.8\",\"regDate\":\"2023-09-01 02:35\",\"raisingWater\":\"-1185.96\",\"waterPower\":\"918.127\",\"seq\":0},{\"localCoal\":\"369.21\",\"newRenewable\":\"3679.21\",\"sunlight\":\"0.0\",\"oil\":\"234.501\",\"once\":\"20230901024000\",\"gas\":\"10386.3\",\"nuclearPower\":\"21000.6\",\"coal\":\"22717.3\",\"regDate\":\"2023-09-01 02:40\",\"raisingWater\":\"-1523.29\",\"waterPower\":\"928.378\",\"seq\":0},{\"localCoal\":\"371.701\",\"newRenewable\":\"3688.4\",\"sunlight\":\"0.0\",\"oil\":\"233.943\",\"once\":\"20230901024500\",\"gas\":\"10409.3\",\"nuclearPower\":\"20993.0\",\"coal\":\"22688.3\",\"regDate\":\"2023-09-01 02:45\",\"raisingWater\":\"-1548.74\",\"waterPower\":\"922.15\",\"seq\":0},{\"localCoal\":\"371.975\",\"newRenewable\":\"3693.8\",\"sunlight\":\"0.0\",\"oil\":\"233.809\",\"once\":\"20230901025000\",\"gas\":\"10255.8\",\"nuclearPower\":\"21010.4\",\"coal\":\"22624.4\",\"regDate\":\"2023-09-01 02:50\",\"raisingWater\":\"-1550.86\",\"waterPower\":\"916.227\",\"seq\":0},{\"localCoal\":\"369.137\",\"newRenewable\":\"3703.1\",\"sunlight\":\"0.0\",\"oil\":\"233.371\",\"once\":\"20230901025500\",\"gas\":\"10013.8\",\"nuclearPower\":\"20991.4\",\"coal\":\"22383.3\",\"regDate\":\"2023-09-01 02:55\",\"raisingWater\":\"-1227.1\",\"waterPower\":\"905.551\",\"seq\":0},{\"localCoal\":\"370.364\",\"newRenewable\":\"3715.19\",\"sunlight\":\"0.0\",\"oil\":\"232.101\",\"once\":\"20230901030000\",\"gas\":\"9986.0\",\"nuclearPower\":\"20983.0\",\"coal\":\"22332.7\",\"regDate\":\"2023-09-01 03:00\",\"raisingWater\":\"-1221.35\",\"waterPower\":\"920.526\",\"seq\":0},{\"localCoal\":\"370.675\",\"newRenewable\":\"3718.35\",\"sunlight\":\"0.0\",\"oil\":\"233.94\",\"once\":\"20230901030500\",\"gas\":\"9871.57\",\"nuclearPower\":\"20974.4\",\"coal\":\"22273.5\",\"regDate\":\"2023-09-01 03:05\",\"raisingWater\":\"-1223.54\",\"waterPower\":\"914.427\",\"seq\":0},{\"localCoal\":\"370.767\",\"newRenewable\":\"3728.66\",\"sunlight\":\"0.0\",\"oil\":\"232.953\",\"once\":\"20230901031000\",\"gas\":\"9940.93\",\"nuclearPower\":\"20959.5\",\"coal\":\"22228.0\",\"regDate\":\"2023-09-01 03:10\",\"raisingWater\":\"-1225.07\",\"waterPower\":\"919.945\",\"seq\":0},{\"localCoal\":\"368.826\",\"newRenewable\":\"3737.59\",\"sunlight\":\"0.0\",\"oil\":\"233.711\",\"once\":\"20230901031500\",\"gas\":\"10045.3\",\"nuclearPower\":\"20986.7\",\"coal\":\"22196.5\",\"regDate\":\"2023-09-01 03:15\",\"raisingWater\":\"-1223.0\",\"waterPower\":\"919.4\",\"seq\":0},{\"localCoal\":\"371.243\",\"newRenewable\":\"3750.42\",\"sunlight\":\"0.0\",\"oil\":\"233.46\",\"once\":\"20230901032000\",\"gas\":\"9987.6\",\"nuclearPower\":\"20981.8\",\"coal\":\"22112.1\",\"regDate\":\"2023-09-01 03:20\",\"raisingWater\":\"-1226.11\",\"waterPower\":\"912.955\",\"seq\":0},{\"localCoal\":\"366.189\",\"newRenewable\":\"3763.87\",\"sunlight\":\"0.0\",\"oil\":\"233.364\",\"once\":\"20230901032500\",\"gas\":\"10102.7\",\"nuclearPower\":\"20965.3\",\"coal\":\"22213.7\",\"regDate\":\"2023-09-01 03:25\",\"raisingWater\":\"-1556.91\",\"waterPower\":\"919.885\",\"seq\":0},{\"localCoal\":\"367.16\",\"newRenewable\":\"3777.19\",\"sunlight\":\"0.0\",\"oil\":\"233.653\",\"once\":\"20230901033000\",\"gas\":\"10148.5\",\"nuclearPower\":\"20962.8\",\"coal\":\"22233.0\",\"regDate\":\"2023-09-01 03:30\",\"raisingWater\":\"-1576.82\",\"waterPower\":\"915.215\",\"seq\":0},{\"localCoal\":\"367.434\",\"newRenewable\":\"3779.67\",\"sunlight\":\"0.0\",\"oil\":\"233.114\",\"once\":\"20230901033500\",\"gas\":\"10120.0\",\"nuclearPower\":\"20969.8\",\"coal\":\"22526.6\",\"regDate\":\"2023-09-01 03:35\",\"raisingWater\":\"-1583.7\",\"waterPower\":\"921.237\",\"seq\":0},{\"localCoal\":\"366.317\",\"newRenewable\":\"3797.79\",\"sunlight\":\"0.0\",\"oil\":\"233.036\",\"once\":\"20230901034000\",\"gas\":\"10091.0\",\"nuclearPower\":\"20966.6\",\"coal\":\"22594.6\",\"regDate\":\"2023-09-01 03:40\",\"raisingWater\":\"-1973.77\",\"waterPower\":\"914.431\",\"seq\":0},{\"localCoal\":\"366.281\",\"newRenewable\":\"3798.08\",\"sunlight\":\"0.0\",\"oil\":\"233.838\",\"once\":\"20230901034500\",\"gas\":\"10287.4\",\"nuclearPower\":\"20960.3\",\"coal\":\"22573.2\",\"regDate\":\"2023-09-01 03:45\",\"raisingWater\":\"-1974.83\",\"waterPower\":\"918.869\",\"seq\":0},{\"localCoal\":\"364.614\",\"newRenewable\":\"3807.87\",\"sunlight\":\"0.0\",\"oil\":\"233.387\",\"once\":\"20230901035000\",\"gas\":\"10188.4\",\"nuclearPower\":\"20947.6\",\"coal\":\"22580.5\",\"regDate\":\"2023-09-01 03:50\",\"raisingWater\":\"-1973.13\",\"waterPower\":\"916.919\",\"seq\":0},{\"localCoal\":\"365.457\",\"newRenewable\":\"3804.7\",\"sunlight\":\"0.0\",\"oil\":\"232.425\",\"once\":\"20230901035500\",\"gas\":\"10053.7\",\"nuclearPower\":\"20985.6\",\"coal\":\"22492.8\",\"regDate\":\"2023-09-01 03:55\",\"raisingWater\":\"-1973.54\",\"waterPower\":\"914.063\",\"seq\":0},{\"localCoal\":\"365.036\",\"newRenewable\":\"3809.74\",\"sunlight\":\"13.2724\",\"oil\":\"233.123\",\"once\":\"20230901040000\",\"gas\":\"10154.9\",\"nuclearPower\":\"20981.2\",\"coal\":\"22448.2\",\"regDate\":\"2023-09-01 04:00\",\"raisingWater\":\"-1977.58\",\"waterPower\":\"915.895\",\"seq\":0},{\"localCoal\":\"365.475\",\"newRenewable\":\"3806.17\",\"sunlight\":\"14.3104\",\"oil\":\"232.885\",\"once\":\"20230901040500\",\"gas\":\"10201.8\",\"nuclearPower\":\"20955.6\",\"coal\":\"22328.0\",\"regDate\":\"2023-09-01 04:05\",\"raisingWater\":\"-1974.98\",\"waterPower\":\"916.49\",\"seq\":0},{\"localCoal\":\"365.255\",\"newRenewable\":\"3808.91\",\"sunlight\":\"14.3104\",\"oil\":\"233.855\",\"once\":\"20230901041000\",\"gas\":\"10053.5\",\"nuclearPower\":\"20961.6\",\"coal\":\"22525.7\",\"regDate\":\"2023-09-01 04:10\",\"raisingWater\":\"-1967.6\",\"waterPower\":\"912.207\",\"seq\":0},{\"localCoal\":\"364.871\",\"newRenewable\":\"3813.08\",\"sunlight\":\"13.9313\",\"oil\":\"233.099\",\"once\":\"20230901041500\",\"gas\":\"10111.0\",\"nuclearPower\":\"20962.4\",\"coal\":\"22587.6\",\"regDate\":\"2023-09-01 04:15\",\"raisingWater\":\"-1964.76\",\"waterPower\":\"913.066\",\"seq\":0},{\"localCoal\":\"364.578\",\"newRenewable\":\"3818.03\",\"sunlight\":\"13.1479\",\"oil\":\"233.72\",\"once\":\"20230901042000\",\"gas\":\"9998.75\",\"nuclearPower\":\"20966.0\",\"coal\":\"22340.0\",\"regDate\":\"2023-09-01 04:20\",\"raisingWater\":\"-1966.67\",\"waterPower\":\"910.253\",\"seq\":0},{\"localCoal\":\"363.9\",\"newRenewable\":\"3822.17\",\"sunlight\":\"14.2535\",\"oil\":\"233.557\",\"once\":\"20230901042500\",\"gas\":\"10068.3\",\"nuclearPower\":\"20960.3\",\"coal\":\"22387.2\",\"regDate\":\"2023-09-01 04:25\",\"raisingWater\":\"-1965.06\",\"waterPower\":\"913.646\",\"seq\":0},{\"localCoal\":\"365.091\",\"newRenewable\":\"3821.88\",\"sunlight\":\"13.877\",\"oil\":\"234.468\",\"once\":\"20230901043000\",\"gas\":\"10200.6\",\"nuclearPower\":\"20957.3\",\"coal\":\"22637.6\",\"regDate\":\"2023-09-01 04:30\",\"raisingWater\":\"-1968.35\",\"waterPower\":\"916.09\",\"seq\":0},{\"localCoal\":\"365.219\",\"newRenewable\":\"3820.72\",\"sunlight\":\"13.7207\",\"oil\":\"233.952\",\"once\":\"20230901043500\",\"gas\":\"10318.3\",\"nuclearPower\":\"20962.2\",\"coal\":\"22616.8\",\"regDate\":\"2023-09-01 04:35\",\"raisingWater\":\"-1963.73\",\"waterPower\":\"913.666\",\"seq\":0},{\"localCoal\":\"359.341\",\"newRenewable\":\"3816.82\",\"sunlight\":\"14.1723\",\"oil\":\"234.134\",\"once\":\"20230901044000\",\"gas\":\"10203.0\",\"nuclearPower\":\"20965.5\",\"coal\":\"22433.3\",\"regDate\":\"2023-09-01 04:40\",\"raisingWater\":\"-1968.08\",\"waterPower\":\"908.195\",\"seq\":0},{\"localCoal\":\"356.008\",\"newRenewable\":\"3817.51\",\"sunlight\":\"13.9179\",\"oil\":\"233.51\",\"once\":\"20230901044500\",\"gas\":\"10172.8\",\"nuclearPower\":\"20972.8\",\"coal\":\"22425.9\",\"regDate\":\"2023-09-01 04:45\",\"raisingWater\":\"-1967.17\",\"waterPower\":\"908.601\",\"seq\":0},{\"localCoal\":\"351.54\",\"newRenewable\":\"3819.66\",\"sunlight\":\"13.2749\",\"oil\":\"234.021\",\"once\":\"20230901045000\",\"gas\":\"10362.2\",\"nuclearPower\":\"20981.3\",\"coal\":\"22579.6\",\"regDate\":\"2023-09-01 04:50\",\"raisingWater\":\"-1961.68\",\"waterPower\":\"911.604\",\"seq\":0},{\"localCoal\":\"353.152\",\"newRenewable\":\"3816.58\",\"sunlight\":\"14.8167\",\"oil\":\"233.764\",\"once\":\"20230901045500\",\"gas\":\"10387.5\",\"nuclearPower\":\"20989.6\",\"coal\":\"22501.1\",\"regDate\":\"2023-09-01 04:55\",\"raisingWater\":\"-1965.51\",\"waterPower\":\"910.003\",\"seq\":0},{\"localCoal\":\"352.584\",\"newRenewable\":\"3819.89\",\"sunlight\":\"14.3421\",\"oil\":\"233.913\",\"once\":\"20230901050000\",\"gas\":\"10259.4\",\"nuclearPower\":\"20961.4\",\"coal\":\"22589.3\",\"regDate\":\"2023-09-01 05:00\",\"raisingWater\":\"-1958.83\",\"waterPower\":\"915.017\",\"seq\":0},{\"localCoal\":\"352.639\",\"newRenewable\":\"3824.07\",\"sunlight\":\"21.5336\",\"oil\":\"234.046\",\"once\":\"20230901050500\",\"gas\":\"10446.5\",\"nuclearPower\":\"20969.3\",\"coal\":\"22641.3\",\"regDate\":\"2023-09-01 05:05\",\"raisingWater\":\"-1962.18\",\"waterPower\":\"913.565\",\"seq\":0},{\"localCoal\":\"351.961\",\"newRenewable\":\"3826.77\",\"sunlight\":\"20.6069\",\"oil\":\"233.882\",\"once\":\"20230901051000\",\"gas\":\"10618.2\",\"nuclearPower\":\"20981.5\",\"coal\":\"22705.7\",\"regDate\":\"2023-09-01 05:10\",\"raisingWater\":\"-1963.77\",\"waterPower\":\"904.875\",\"seq\":0},{\"localCoal\":\"351.778\",\"newRenewable\":\"3813.24\",\"sunlight\":\"20.8437\",\"oil\":\"234.061\",\"once\":\"20230901051500\",\"gas\":\"10340.2\",\"nuclearPower\":\"21011.9\",\"coal\":\"22411.2\",\"regDate\":\"2023-09-01 05:15\",\"raisingWater\":\"-1548.86\",\"waterPower\":\"899.208\",\"seq\":0},{\"localCoal\":\"352.364\",\"newRenewable\":\"3813.21\",\"sunlight\":\"20.6732\",\"oil\":\"233.101\",\"once\":\"20230901052000\",\"gas\":\"10470.5\",\"nuclearPower\":\"20990.1\",\"coal\":\"22656.9\",\"regDate\":\"2023-09-01 05:20\",\"raisingWater\":\"-1545.28\",\"waterPower\":\"905.958\",\"seq\":0},{\"localCoal\":\"350.423\",\"newRenewable\":\"3838.96\",\"sunlight\":\"20.3991\",\"oil\":\"234.32\",\"once\":\"20230901052500\",\"gas\":\"10626.6\",\"nuclearPower\":\"20988.2\",\"coal\":\"22458.1\",\"regDate\":\"2023-09-01 05:25\",\"raisingWater\":\"-1546.0\",\"waterPower\":\"901.12\",\"seq\":0},{\"localCoal\":\"350.313\",\"newRenewable\":\"3833.91\",\"sunlight\":\"20.8724\",\"oil\":\"233.922\",\"once\":\"20230901053000\",\"gas\":\"10615.6\",\"nuclearPower\":\"20987.1\",\"coal\":\"22451.1\",\"regDate\":\"2023-09-01 05:30\",\"raisingWater\":\"-1545.11\",\"waterPower\":\"901.758\",\"seq\":0},{\"localCoal\":\"350.789\",\"newRenewable\":\"3837.88\",\"sunlight\":\"20.6112\",\"oil\":\"233.233\",\"once\":\"20230901053500\",\"gas\":\"10810.3\",\"nuclearPower\":\"20988.5\",\"coal\":\"22502.4\",\"regDate\":\"2023-09-01 05:35\",\"raisingWater\":\"-1543.86\",\"waterPower\":\"903.4\",\"seq\":0},{\"localCoal\":\"348.794\",\"newRenewable\":\"3840.72\",\"sunlight\":\"20.4901\",\"oil\":\"233.556\",\"once\":\"20230901054000\",\"gas\":\"10925.9\",\"nuclearPower\":\"20956.3\",\"coal\":\"22716.0\",\"regDate\":\"2023-09-01 05:40\",\"raisingWater\":\"-1542.06\",\"waterPower\":\"909.948\",\"seq\":0},{\"localCoal\":\"348.83\",\"newRenewable\":\"3842.84\",\"sunlight\":\"20.4734\",\"oil\":\"234.543\",\"once\":\"20230901054500\",\"gas\":\"10947.6\",\"nuclearPower\":\"20982.7\",\"coal\":\"22612.5\",\"regDate\":\"2023-09-01 05:45\",\"raisingWater\":\"-1541.33\",\"waterPower\":\"907.209\",\"seq\":0},{\"localCoal\":\"347.585\",\"newRenewable\":\"3838.8\",\"sunlight\":\"20.7031\",\"oil\":\"234.307\",\"once\":\"20230901055000\",\"gas\":\"11038.7\",\"nuclearPower\":\"20986.6\",\"coal\":\"22500.2\",\"regDate\":\"2023-09-01 05:50\",\"raisingWater\":\"-1542.14\",\"waterPower\":\"901.711\",\"seq\":0},{\"localCoal\":\"348.794\",\"newRenewable\":\"3845.59\",\"sunlight\":\"20.7771\",\"oil\":\"233.171\",\"once\":\"20230901055500\",\"gas\":\"11238.6\",\"nuclearPower\":\"21001.0\",\"coal\":\"22355.4\",\"regDate\":\"2023-09-01 05:55\",\"raisingWater\":\"-1543.37\",\"waterPower\":\"901.749\",\"seq\":0},{\"localCoal\":\"348.281\",\"newRenewable\":\"3838.42\",\"sunlight\":\"20.4454\",\"oil\":\"233.47\",\"once\":\"20230901060000\",\"gas\":\"11449.5\",\"nuclearPower\":\"20984.7\",\"coal\":\"22565.1\",\"regDate\":\"2023-09-01 06:00\",\"raisingWater\":\"-1539.31\",\"waterPower\":\"927.439\",\"seq\":0},{\"localCoal\":\"348.336\",\"newRenewable\":\"3850.87\",\"sunlight\":\"20.7108\",\"oil\":\"233.067\",\"once\":\"20230901060500\",\"gas\":\"11830.9\",\"nuclearPower\":\"20994.8\",\"coal\":\"22678.6\",\"regDate\":\"2023-09-01 06:05\",\"raisingWater\":\"-1542.4\",\"waterPower\":\"944.4\",\"seq\":0},{\"localCoal\":\"347.75\",\"newRenewable\":\"3849.52\",\"sunlight\":\"21.1791\",\"oil\":\"233.031\",\"once\":\"20230901061000\",\"gas\":\"11902.0\",\"nuclearPower\":\"20995.9\",\"coal\":\"22515.6\",\"regDate\":\"2023-09-01 06:10\",\"raisingWater\":\"-1215.03\",\"waterPower\":\"930.89\",\"seq\":0},{\"localCoal\":\"349.032\",\"newRenewable\":\"3847.7\",\"sunlight\":\"21.3822\",\"oil\":\"232.192\",\"once\":\"20230901061500\",\"gas\":\"12087.2\",\"nuclearPower\":\"21012.3\",\"coal\":\"22527.5\",\"regDate\":\"2023-09-01 06:15\",\"raisingWater\":\"-1213.15\",\"waterPower\":\"930.786\",\"seq\":0},{\"localCoal\":\"348.61\",\"newRenewable\":\"3851.76\",\"sunlight\":\"22.2722\",\"oil\":\"231.933\",\"once\":\"20230901062000\",\"gas\":\"12184.7\",\"nuclearPower\":\"20995.9\",\"coal\":\"22462.9\",\"regDate\":\"2023-09-01 06:20\",\"raisingWater\":\"-908.016\",\"waterPower\":\"931.446\",\"seq\":0},{\"localCoal\":\"349.435\",\"newRenewable\":\"3850.6\",\"sunlight\":\"24.3191\",\"oil\":\"231.372\",\"once\":\"20230901062500\",\"gas\":\"12385.7\",\"nuclearPower\":\"20989.3\",\"coal\":\"22428.1\",\"regDate\":\"2023-09-01 06:25\",\"raisingWater\":\"-906.428\",\"waterPower\":\"933.499\",\"seq\":0},{\"localCoal\":\"349.581\",\"newRenewable\":\"3863.03\",\"sunlight\":\"28.7164\",\"oil\":\"232.082\",\"once\":\"20230901063000\",\"gas\":\"12623.1\",\"nuclearPower\":\"21005.2\",\"coal\":\"22470.9\",\"regDate\":\"2023-09-01 06:30\",\"raisingWater\":\"-905.752\",\"waterPower\":\"933.495\",\"seq\":0},{\"localCoal\":\"350.716\",\"newRenewable\":\"3864.4\",\"sunlight\":\"40.576\",\"oil\":\"231.623\",\"once\":\"20230901063500\",\"gas\":\"12924.5\",\"nuclearPower\":\"20987.4\",\"coal\":\"22554.5\",\"regDate\":\"2023-09-01 06:35\",\"raisingWater\":\"-907.837\",\"waterPower\":\"930.044\",\"seq\":0},{\"localCoal\":\"348.318\",\"newRenewable\":\"3850.35\",\"sunlight\":\"56.2159\",\"oil\":\"231.889\",\"once\":\"20230901064000\",\"gas\":\"13079.4\",\"nuclearPower\":\"21005.1\",\"coal\":\"22473.3\",\"regDate\":\"2023-09-01 06:40\",\"raisingWater\":\"-907.772\",\"waterPower\":\"932.116\",\"seq\":0},{\"localCoal\":\"348.208\",\"newRenewable\":\"3854.44\",\"sunlight\":\"77.6794\",\"oil\":\"232.754\",\"once\":\"20230901064500\",\"gas\":\"13161.6\",\"nuclearPower\":\"21003.1\",\"coal\":\"22721.7\",\"regDate\":\"2023-09-01 06:45\",\"raisingWater\":\"-903.596\",\"waterPower\":\"946.032\",\"seq\":0},{\"localCoal\":\"350.039\",\"newRenewable\":\"3850.27\",\"sunlight\":\"104.674\",\"oil\":\"231.58\",\"once\":\"20230901065000\",\"gas\":\"13448.3\",\"nuclearPower\":\"21008.3\",\"coal\":\"22706.4\",\"regDate\":\"2023-09-01 06:50\",\"raisingWater\":\"-905.15\",\"waterPower\":\"933.88\",\"seq\":0},{\"localCoal\":\"346.871\",\"newRenewable\":\"3846.07\",\"sunlight\":\"137.396\",\"oil\":\"232.687\",\"once\":\"20230901065500\",\"gas\":\"13883.5\",\"nuclearPower\":\"21014.5\",\"coal\":\"22764.2\",\"regDate\":\"2023-09-01 06:55\",\"raisingWater\":\"-904.614\",\"waterPower\":\"929.089\",\"seq\":0},{\"localCoal\":\"348.171\",\"newRenewable\":\"3828.28\",\"sunlight\":\"175.106\",\"oil\":\"231.82\",\"once\":\"20230901070000\",\"gas\":\"14017.6\",\"nuclearPower\":\"21014.7\",\"coal\":\"22567.9\",\"regDate\":\"2023-09-01 07:00\",\"raisingWater\":\"-579.317\",\"waterPower\":\"923.634\",\"seq\":0},{\"localCoal\":\"349.508\",\"newRenewable\":\"3816.92\",\"sunlight\":\"221.164\",\"oil\":\"232.139\",\"once\":\"20230901070500\",\"gas\":\"14329.0\",\"nuclearPower\":\"21008.6\",\"coal\":\"22761.5\",\"regDate\":\"2023-09-01 07:05\",\"raisingWater\":\"-376.478\",\"waterPower\":\"943.322\",\"seq\":0},{\"localCoal\":\"355.001\",\"newRenewable\":\"3811.15\",\"sunlight\":\"272.013\",\"oil\":\"232.339\",\"once\":\"20230901071000\",\"gas\":\"14512.1\",\"nuclearPower\":\"21006.3\",\"coal\":\"22874.2\",\"regDate\":\"2023-09-01 07:10\",\"raisingWater\":\"-375.524\",\"waterPower\":\"934.1\",\"seq\":0},{\"localCoal\":\"352.639\",\"newRenewable\":\"3804.44\",\"sunlight\":\"325.857\",\"oil\":\"232.299\",\"once\":\"20230901071500\",\"gas\":\"14674.6\",\"nuclearPower\":\"21023.5\",\"coal\":\"22915.7\",\"regDate\":\"2023-09-01 07:15\",\"raisingWater\":\"-376.271\",\"waterPower\":\"933.921\",\"seq\":0},{\"localCoal\":\"352.822\",\"newRenewable\":\"3787.41\",\"sunlight\":\"374.01\",\"oil\":\"232.326\",\"once\":\"20230901072000\",\"gas\":\"14942.8\",\"nuclearPower\":\"21008.3\",\"coal\":\"22919.8\",\"regDate\":\"2023-09-01 07:20\",\"raisingWater\":\"-376.466\",\"waterPower\":\"932.331\",\"seq\":0},{\"localCoal\":\"353.793\",\"newRenewable\":\"3776.64\",\"sunlight\":\"425.773\",\"oil\":\"232.488\",\"once\":\"20230901072500\",\"gas\":\"15193.3\",\"nuclearPower\":\"21023.0\",\"coal\":\"23042.0\",\"regDate\":\"2023-09-01 07:25\",\"raisingWater\":\"-375.875\",\"waterPower\":\"936.885\",\"seq\":0},{\"localCoal\":\"355.331\",\"newRenewable\":\"3761.29\",\"sunlight\":\"483.597\",\"oil\":\"232.489\",\"once\":\"20230901073000\",\"gas\":\"15641.6\",\"nuclearPower\":\"21008.9\",\"coal\":\"23094.1\",\"regDate\":\"2023-09-01 07:30\",\"raisingWater\":\"-375.883\",\"waterPower\":\"943.498\",\"seq\":0},{\"localCoal\":\"353.994\",\"newRenewable\":\"3746.04\",\"sunlight\":\"543.612\",\"oil\":\"232.946\",\"once\":\"20230901073500\",\"gas\":\"15513.2\",\"nuclearPower\":\"21007.7\",\"coal\":\"23141.6\",\"regDate\":\"2023-09-01 07:35\",\"raisingWater\":\"2.60625\",\"waterPower\":\"929.45\",\"seq\":0},{\"localCoal\":\"361.154\",\"newRenewable\":\"3736.41\",\"sunlight\":\"605.583\",\"oil\":\"232.581\",\"once\":\"20230901074000\",\"gas\":\"15750.1\",\"nuclearPower\":\"21025.0\",\"coal\":\"23188.7\",\"regDate\":\"2023-09-01 07:40\",\"raisingWater\":\"1.40728\",\"waterPower\":\"934.109\",\"seq\":0},{\"localCoal\":\"363.699\",\"newRenewable\":\"3721.42\",\"sunlight\":\"662.125\",\"oil\":\"233.097\",\"once\":\"20230901074500\",\"gas\":\"15960.1\",\"nuclearPower\":\"21015.0\",\"coal\":\"23015.3\",\"regDate\":\"2023-09-01 07:45\",\"raisingWater\":\"1.30742\",\"waterPower\":\"933.739\",\"seq\":0},{\"localCoal\":\"366.134\",\"newRenewable\":\"3713.81\",\"sunlight\":\"726.851\",\"oil\":\"231.761\",\"once\":\"20230901075000\",\"gas\":\"16148.9\",\"nuclearPower\":\"21015.6\",\"coal\":\"23197.0\",\"regDate\":\"2023-09-01 07:50\",\"raisingWater\":\"0.999805\",\"waterPower\":\"934.341\",\"seq\":0},{\"localCoal\":\"365.786\",\"newRenewable\":\"3698.33\",\"sunlight\":\"793.448\",\"oil\":\"232.995\",\"once\":\"20230901075500\",\"gas\":\"16333.2\",\"nuclearPower\":\"21010.5\",\"coal\":\"23169.7\",\"regDate\":\"2023-09-01 07:55\",\"raisingWater\":\"1.40728\",\"waterPower\":\"935.443\",\"seq\":0},{\"localCoal\":\"367.013\",\"newRenewable\":\"3682.35\",\"sunlight\":\"866.994\",\"oil\":\"232.01\",\"once\":\"20230901080000\",\"gas\":\"16786.0\",\"nuclearPower\":\"21003.3\",\"coal\":\"23432.8\",\"regDate\":\"2023-09-01 08:00\",\"raisingWater\":\"0.79961\",\"waterPower\":\"1029.96\",\"seq\":0},{\"localCoal\":\"364.852\",\"newRenewable\":\"3668.94\",\"sunlight\":\"928.233\",\"oil\":\"232.238\",\"once\":\"20230901080500\",\"gas\":\"17295.6\",\"nuclearPower\":\"21015.9\",\"coal\":\"23664.7\",\"regDate\":\"2023-09-01 08:05\",\"raisingWater\":\"1.40728\",\"waterPower\":\"1041.29\",\"seq\":0},{\"localCoal\":\"368.918\",\"newRenewable\":\"3623.31\",\"sunlight\":\"1031.01\",\"oil\":\"232.348\",\"once\":\"20230901081000\",\"gas\":\"17573.2\",\"nuclearPower\":\"21007.4\",\"coal\":\"23725.5\",\"regDate\":\"2023-09-01 08:10\",\"raisingWater\":\"0.899707\",\"waterPower\":\"1033.38\",\"seq\":0},{\"localCoal\":\"369.284\",\"newRenewable\":\"3602.88\",\"sunlight\":\"1113.68\",\"oil\":\"232.773\",\"once\":\"20230901081500\",\"gas\":\"17914.5\",\"nuclearPower\":\"21012.6\",\"coal\":\"23943.7\",\"regDate\":\"2023-09-01 08:15\",\"raisingWater\":\"0.899707\",\"waterPower\":\"1038.94\",\"seq\":0},{\"localCoal\":\"369.265\",\"newRenewable\":\"3576.59\",\"sunlight\":\"1203.87\",\"oil\":\"232.331\",\"once\":\"20230901082000\",\"gas\":\"18084.6\",\"nuclearPower\":\"21002.8\",\"coal\":\"23847.5\",\"regDate\":\"2023-09-01 08:20\",\"raisingWater\":\"1.09966\",\"waterPower\":\"1018.38\",\"seq\":0},{\"localCoal\":\"371.005\",\"newRenewable\":\"3542.12\",\"sunlight\":\"1286.55\",\"oil\":\"231.759\",\"once\":\"20230901082500\",\"gas\":\"18597.7\",\"nuclearPower\":\"21012.7\",\"coal\":\"23823.4\",\"regDate\":\"2023-09-01 08:25\",\"raisingWater\":\"1.40728\",\"waterPower\":\"1033.72\",\"seq\":0},{\"localCoal\":\"372.397\",\"newRenewable\":\"3531.96\",\"sunlight\":\"1360.22\",\"oil\":\"232.242\",\"once\":\"20230901083000\",\"gas\":\"19118.7\",\"nuclearPower\":\"21017.9\",\"coal\":\"23872.8\",\"regDate\":\"2023-09-01 08:30\",\"raisingWater\":\"0.999805\",\"waterPower\":\"1034.47\",\"seq\":0},{\"localCoal\":\"370.968\",\"newRenewable\":\"3519.0\",\"sunlight\":\"1443.77\",\"oil\":\"232.642\",\"once\":\"20230901083500\",\"gas\":\"19637.3\",\"nuclearPower\":\"21018.9\",\"coal\":\"24060.7\",\"regDate\":\"2023-09-01 08:35\",\"raisingWater\":\"1.09966\",\"waterPower\":\"1038.85\",\"seq\":0},{\"localCoal\":\"370.858\",\"newRenewable\":\"3488.88\",\"sunlight\":\"1541.51\",\"oil\":\"232.688\",\"once\":\"20230901084000\",\"gas\":\"19788.6\",\"nuclearPower\":\"21019.2\",\"coal\":\"23952.3\",\"regDate\":\"2023-09-01 08:40\",\"raisingWater\":\"1.09966\",\"waterPower\":\"1022.21\",\"seq\":0},{\"localCoal\":\"370.108\",\"newRenewable\":\"3456.22\",\"sunlight\":\"1656.12\",\"oil\":\"232.251\",\"once\":\"20230901084500\",\"gas\":\"19988.9\",\"nuclearPower\":\"21028.6\",\"coal\":\"24033.4\",\"regDate\":\"2023-09-01 08:45\",\"raisingWater\":\"1.20732\",\"waterPower\":\"1024.22\",\"seq\":0},{\"localCoal\":\"371.261\",\"newRenewable\":\"3444.12\",\"sunlight\":\"1745.01\",\"oil\":\"232.501\",\"once\":\"20230901085000\",\"gas\":\"19883.6\",\"nuclearPower\":\"21007.5\",\"coal\":\"23943.7\",\"regDate\":\"2023-09-01 08:50\",\"raisingWater\":\"201.754\",\"waterPower\":\"1014.86\",\"seq\":0},{\"localCoal\":\"371.298\",\"newRenewable\":\"3430.76\",\"sunlight\":\"1822.87\",\"oil\":\"233.106\",\"once\":\"20230901085500\",\"gas\":\"20176.3\",\"nuclearPower\":\"21015.7\",\"coal\":\"23968.5\",\"regDate\":\"2023-09-01 08:55\",\"raisingWater\":\"199.469\",\"waterPower\":\"1021.87\",\"seq\":0},{\"localCoal\":\"372.268\",\"newRenewable\":\"3406.77\",\"sunlight\":\"1919.27\",\"oil\":\"232.718\",\"once\":\"20230901090000\",\"gas\":\"20135.7\",\"nuclearPower\":\"21007.1\",\"coal\":\"23926.5\",\"regDate\":\"2023-09-01 09:00\",\"raisingWater\":\"201.007\",\"waterPower\":\"1005.86\",\"seq\":0},{\"localCoal\":\"373.166\",\"newRenewable\":\"3384.27\",\"sunlight\":\"2007.82\",\"oil\":\"232.66\",\"once\":\"20230901090500\",\"gas\":\"20480.5\",\"nuclearPower\":\"21019.3\",\"coal\":\"23921.3\",\"regDate\":\"2023-09-01 09:05\",\"raisingWater\":\"199.469\",\"waterPower\":\"981.258\",\"seq\":0},{\"localCoal\":\"373.935\",\"newRenewable\":\"3345.61\",\"sunlight\":\"2119.28\",\"oil\":\"231.773\",\"once\":\"20230901091000\",\"gas\":\"20421.7\",\"nuclearPower\":\"21021.6\",\"coal\":\"23925.6\",\"regDate\":\"2023-09-01 09:10\",\"raisingWater\":\"409.921\",\"waterPower\":\"983.337\",\"seq\":0},{\"localCoal\":\"370.364\",\"newRenewable\":\"3297.6\",\"sunlight\":\"2262.66\",\"oil\":\"232.527\",\"once\":\"20230901091500\",\"gas\":\"20299.3\",\"nuclearPower\":\"21020.3\",\"coal\":\"23940.2\",\"regDate\":\"2023-09-01 09:15\",\"raisingWater\":\"420.585\",\"waterPower\":\"983.098\",\"seq\":0},{\"localCoal\":\"369.87\",\"newRenewable\":\"3259.45\",\"sunlight\":\"2386.14\",\"oil\":\"230.906\",\"once\":\"20230901092000\",\"gas\":\"20355.3\",\"nuclearPower\":\"21010.1\",\"coal\":\"23955.3\",\"regDate\":\"2023-09-01 09:20\",\"raisingWater\":\"417.664\",\"waterPower\":\"988.446\",\"seq\":0},{\"localCoal\":\"372.543\",\"newRenewable\":\"3237.67\",\"sunlight\":\"2489.65\",\"oil\":\"231.732\",\"once\":\"20230901092500\",\"gas\":\"20354.7\",\"nuclearPower\":\"21028.6\",\"coal\":\"23880.3\",\"regDate\":\"2023-09-01 09:25\",\"raisingWater\":\"417.583\",\"waterPower\":\"976.448\",\"seq\":0},{\"localCoal\":\"370.419\",\"newRenewable\":\"3209.98\",\"sunlight\":\"2594.14\",\"oil\":\"233.347\",\"once\":\"20230901093000\",\"gas\":\"20354.8\",\"nuclearPower\":\"21005.1\",\"coal\":\"23870.2\",\"regDate\":\"2023-09-01 09:30\",\"raisingWater\":\"418.582\",\"waterPower\":\"989.42\",\"seq\":0},{\"localCoal\":\"369.906\",\"newRenewable\":\"3201.04\",\"sunlight\":\"2712.31\",\"oil\":\"233.094\",\"once\":\"20230901093500\",\"gas\":\"20239.9\",\"nuclearPower\":\"21016.8\",\"coal\":\"23856.3\",\"regDate\":\"2023-09-01 09:35\",\"raisingWater\":\"417.125\",\"waterPower\":\"971.37\",\"seq\":0},{\"localCoal\":\"371.994\",\"newRenewable\":\"3187.1\",\"sunlight\":\"2796.3\",\"oil\":\"232.779\",\"once\":\"20230901094000\",\"gas\":\"20123.9\",\"nuclearPower\":\"21005.5\",\"coal\":\"23583.8\",\"regDate\":\"2023-09-01 09:40\",\"raisingWater\":\"411.681\",\"waterPower\":\"959.183\",\"seq\":0},{\"localCoal\":\"370.675\",\"newRenewable\":\"3159.69\",\"sunlight\":\"2944.3\",\"oil\":\"233.21\",\"once\":\"20230901094500\",\"gas\":\"20147.9\",\"nuclearPower\":\"21017.8\",\"coal\":\"23594.5\",\"regDate\":\"2023-09-01 09:45\",\"raisingWater\":\"416.756\",\"waterPower\":\"966.191\",\"seq\":0},{\"localCoal\":\"368.972\",\"newRenewable\":\"3150.65\",\"sunlight\":\"3044.42\",\"oil\":\"231.385\",\"once\":\"20230901095000\",\"gas\":\"20189.7\",\"nuclearPower\":\"21007.4\",\"coal\":\"23464.7\",\"regDate\":\"2023-09-01 09:50\",\"raisingWater\":\"411.234\",\"waterPower\":\"956.031\",\"seq\":0},{\"localCoal\":\"371.628\",\"newRenewable\":\"3144.21\",\"sunlight\":\"3127.01\",\"oil\":\"233.416\",\"once\":\"20230901095500\",\"gas\":\"19957.2\",\"nuclearPower\":\"21008.7\",\"coal\":\"23397.0\",\"regDate\":\"2023-09-01 09:55\",\"raisingWater\":\"415.065\",\"waterPower\":\"964.672\",\"seq\":0},{\"localCoal\":\"369.687\",\"newRenewable\":\"3122.56\",\"sunlight\":\"3199.22\",\"oil\":\"233.735\",\"once\":\"20230901100000\",\"gas\":\"19850.4\",\"nuclearPower\":\"21008.8\",\"coal\":\"23202.7\",\"regDate\":\"2023-09-01 10:00\",\"raisingWater\":\"412.934\",\"waterPower\":\"882.371\",\"seq\":0},{\"localCoal\":\"371.042\",\"newRenewable\":\"3079.66\",\"sunlight\":\"3355.96\",\"oil\":\"231.985\",\"once\":\"20230901100500\",\"gas\":\"19683.6\",\"nuclearPower\":\"21033.2\",\"coal\":\"22944.2\",\"regDate\":\"2023-09-01 10:05\",\"raisingWater\":\"405.847\",\"waterPower\":\"874.296\",\"seq\":0},{\"localCoal\":\"371.06\",\"newRenewable\":\"3043.96\",\"sunlight\":\"3464.57\",\"oil\":\"248.189\",\"once\":\"20230901101000\",\"gas\":\"20171.2\",\"nuclearPower\":\"21011.0\",\"coal\":\"22891.4\",\"regDate\":\"2023-09-01 10:10\",\"raisingWater\":\"214.761\",\"waterPower\":\"886.226\",\"seq\":0},{\"localCoal\":\"370.327\",\"newRenewable\":\"2996.99\",\"sunlight\":\"3556.77\",\"oil\":\"256.945\",\"once\":\"20230901101500\",\"gas\":\"20375.8\",\"nuclearPower\":\"21004.9\",\"coal\":\"22912.9\",\"regDate\":\"2023-09-01 10:15\",\"raisingWater\":\"220.824\",\"waterPower\":\"898.505\",\"seq\":0},{\"localCoal\":\"370.071\",\"newRenewable\":\"2874.35\",\"sunlight\":\"3699.84\",\"oil\":\"236.664\",\"once\":\"20230901102000\",\"gas\":\"20443.5\",\"nuclearPower\":\"21020.2\",\"coal\":\"22987.0\",\"regDate\":\"2023-09-01 10:20\",\"raisingWater\":\"219.816\",\"waterPower\":\"895.03\",\"seq\":0},{\"localCoal\":\"368.094\",\"newRenewable\":\"2840.05\",\"sunlight\":\"3814.88\",\"oil\":\"233.152\",\"once\":\"20230901102500\",\"gas\":\"20277.2\",\"nuclearPower\":\"21018.8\",\"coal\":\"22812.0\",\"regDate\":\"2023-09-01 10:25\",\"raisingWater\":\"218.743\",\"waterPower\":\"886.669\",\"seq\":0},{\"localCoal\":\"369.943\",\"newRenewable\":\"2847.5\",\"sunlight\":\"3815.97\",\"oil\":\"233.034\",\"once\":\"20230901103000\",\"gas\":\"20204.1\",\"nuclearPower\":\"21031.6\",\"coal\":\"22698.9\",\"regDate\":\"2023-09-01 10:30\",\"raisingWater\":\"216.93\",\"waterPower\":\"877.879\",\"seq\":0},{\"localCoal\":\"369.21\",\"newRenewable\":\"2819.86\",\"sunlight\":\"3926.41\",\"oil\":\"233.707\",\"once\":\"20230901103500\",\"gas\":\"20269.6\",\"nuclearPower\":\"21031.1\",\"coal\":\"22539.8\",\"regDate\":\"2023-09-01 10:35\",\"raisingWater\":\"216.923\",\"waterPower\":\"879.457\",\"seq\":0},{\"localCoal\":\"369.742\",\"newRenewable\":\"2800.78\",\"sunlight\":\"3996.47\",\"oil\":\"232.979\",\"once\":\"20230901104000\",\"gas\":\"20475.9\",\"nuclearPower\":\"21024.9\",\"coal\":\"22546.6\",\"regDate\":\"2023-09-01 10:40\",\"raisingWater\":\"1.30742\",\"waterPower\":\"901.524\",\"seq\":0},{\"localCoal\":\"370.163\",\"newRenewable\":\"2780.3\",\"sunlight\":\"4082.28\",\"oil\":\"232.906\",\"once\":\"20230901104500\",\"gas\":\"20341.2\",\"nuclearPower\":\"21024.9\",\"coal\":\"22551.6\",\"regDate\":\"2023-09-01 10:45\",\"raisingWater\":\"0.999805\",\"waterPower\":\"893.648\",\"seq\":0},{\"localCoal\":\"370.144\",\"newRenewable\":\"2753.13\",\"sunlight\":\"4158.27\",\"oil\":\"232.82\",\"once\":\"20230901105000\",\"gas\":\"20362.5\",\"nuclearPower\":\"21026.6\",\"coal\":\"22607.7\",\"regDate\":\"2023-09-01 10:50\",\"raisingWater\":\"0.899707\",\"waterPower\":\"900.818\",\"seq\":0},{\"localCoal\":\"368.936\",\"newRenewable\":\"2718.5\",\"sunlight\":\"4251.71\",\"oil\":\"234.384\",\"once\":\"20230901105500\",\"gas\":\"20195.2\",\"nuclearPower\":\"21035.4\",\"coal\":\"22406.7\",\"regDate\":\"2023-09-01 10:55\",\"raisingWater\":\"1.20732\",\"waterPower\":\"886.276\",\"seq\":0},{\"localCoal\":\"369.778\",\"newRenewable\":\"2717.62\",\"sunlight\":\"4286.65\",\"oil\":\"238.784\",\"once\":\"20230901110000\",\"gas\":\"20062.0\",\"nuclearPower\":\"21042.2\",\"coal\":\"22128.8\",\"regDate\":\"2023-09-01 11:00\",\"raisingWater\":\"1.09966\",\"waterPower\":\"880.7\",\"seq\":0},{\"localCoal\":\"370.749\",\"newRenewable\":\"2691.23\",\"sunlight\":\"4390.68\",\"oil\":\"241.662\",\"once\":\"20230901110500\",\"gas\":\"19736.9\",\"nuclearPower\":\"21033.5\",\"coal\":\"22021.4\",\"regDate\":\"2023-09-01 11:05\",\"raisingWater\":\"0.999805\",\"waterPower\":\"889.539\",\"seq\":0},{\"localCoal\":\"365.036\",\"newRenewable\":\"2683.08\",\"sunlight\":\"4437.31\",\"oil\":\"236.698\",\"once\":\"20230901111000\",\"gas\":\"19830.8\",\"nuclearPower\":\"21017.8\",\"coal\":\"21818.2\",\"regDate\":\"2023-09-01 11:10\",\"raisingWater\":\"1.20732\",\"waterPower\":\"890.757\",\"seq\":0},{\"localCoal\":\"363.662\",\"newRenewable\":\"2679.68\",\"sunlight\":\"4582.73\",\"oil\":\"238.121\",\"once\":\"20230901111500\",\"gas\":\"19855.5\",\"nuclearPower\":\"21021.2\",\"coal\":\"21450.3\",\"regDate\":\"2023-09-01 11:15\",\"raisingWater\":\"1.20732\",\"waterPower\":\"895.391\",\"seq\":0},{\"localCoal\":\"364.376\",\"newRenewable\":\"2662.41\",\"sunlight\":\"4673.27\",\"oil\":\"246.419\",\"once\":\"20230901112000\",\"gas\":\"19977.0\",\"nuclearPower\":\"21019.7\",\"coal\":\"21245.5\",\"regDate\":\"2023-09-01 11:20\",\"raisingWater\":\"1.30742\",\"waterPower\":\"885.335\",\"seq\":0},{\"localCoal\":\"362.435\",\"newRenewable\":\"2625.36\",\"sunlight\":\"4795.46\",\"oil\":\"264.923\",\"once\":\"20230901112500\",\"gas\":\"19919.8\",\"nuclearPower\":\"21029.4\",\"coal\":\"20922.7\",\"regDate\":\"2023-09-01 11:25\",\"raisingWater\":\"1.10723\",\"waterPower\":\"886.234\",\"seq\":0},{\"localCoal\":\"361.758\",\"newRenewable\":\"2636.38\",\"sunlight\":\"4796.81\",\"oil\":\"263.223\",\"once\":\"20230901113000\",\"gas\":\"19737.7\",\"nuclearPower\":\"21026.6\",\"coal\":\"20672.8\",\"regDate\":\"2023-09-01 11:30\",\"raisingWater\":\"1.20732\",\"waterPower\":\"851.448\",\"seq\":0},{\"localCoal\":\"360.934\",\"newRenewable\":\"2622.48\",\"sunlight\":\"4795.74\",\"oil\":\"237.513\",\"once\":\"20230901113500\",\"gas\":\"19722.2\",\"nuclearPower\":\"21028.6\",\"coal\":\"20375.1\",\"regDate\":\"2023-09-01 11:35\",\"raisingWater\":\"-8.22047\",\"waterPower\":\"852.701\",\"seq\":0},{\"localCoal\":\"353.042\",\"newRenewable\":\"2597.55\",\"sunlight\":\"4820.04\",\"oil\":\"233.146\",\"once\":\"20230901114000\",\"gas\":\"19869.8\",\"nuclearPower\":\"21023.7\",\"coal\":\"20241.5\",\"regDate\":\"2023-09-01 11:40\",\"raisingWater\":\"-327.974\",\"waterPower\":\"853.62\",\"seq\":0},{\"localCoal\":\"352.804\",\"newRenewable\":\"2583.43\",\"sunlight\":\"4928.32\",\"oil\":\"233.358\",\"once\":\"20230901114500\",\"gas\":\"19668.3\",\"nuclearPower\":\"21009.0\",\"coal\":\"20145.3\",\"regDate\":\"2023-09-01 11:45\",\"raisingWater\":\"-335.906\",\"waterPower\":\"849.806\",\"seq\":0},{\"localCoal\":\"354.012\",\"newRenewable\":\"2597.66\",\"sunlight\":\"4916.27\",\"oil\":\"233.415\",\"once\":\"20230901115000\",\"gas\":\"19413.6\",\"nuclearPower\":\"21012.1\",\"coal\":\"19950.4\",\"regDate\":\"2023-09-01 11:50\",\"raisingWater\":\"-360.997\",\"waterPower\":\"847.451\",\"seq\":0},{\"localCoal\":\"351.192\",\"newRenewable\":\"2572.76\",\"sunlight\":\"4994.97\",\"oil\":\"231.824\",\"once\":\"20230901115500\",\"gas\":\"19505.0\",\"nuclearPower\":\"21021.6\",\"coal\":\"19768.1\",\"regDate\":\"2023-09-01 11:55\",\"raisingWater\":\"-703.403\",\"waterPower\":\"849.896\",\"seq\":0},{\"localCoal\":\"350.918\",\"newRenewable\":\"2545.3\",\"sunlight\":\"5089.53\",\"oil\":\"233.887\",\"once\":\"20230901120000\",\"gas\":\"19412.6\",\"nuclearPower\":\"21021.4\",\"coal\":\"19582.1\",\"regDate\":\"2023-09-01 12:00\",\"raisingWater\":\"-908.985\",\"waterPower\":\"850.273\",\"seq\":0},{\"localCoal\":\"351.998\",\"newRenewable\":\"2566.43\",\"sunlight\":\"5090.95\",\"oil\":\"233.524\",\"once\":\"20230901120500\",\"gas\":\"19312.8\",\"nuclearPower\":\"21038.8\",\"coal\":\"19715.8\",\"regDate\":\"2023-09-01 12:05\",\"raisingWater\":\"-1151.04\",\"waterPower\":\"882.901\",\"seq\":0},{\"localCoal\":\"351.705\",\"newRenewable\":\"2622.9\",\"sunlight\":\"5060.54\",\"oil\":\"233.192\",\"once\":\"20230901121000\",\"gas\":\"19321.2\",\"nuclearPower\":\"21014.0\",\"coal\":\"19650.7\",\"regDate\":\"2023-09-01 12:10\",\"raisingWater\":\"-1246.87\",\"waterPower\":\"890.994\",\"seq\":0},{\"localCoal\":\"350.46\",\"newRenewable\":\"2629.92\",\"sunlight\":\"5116.24\",\"oil\":\"233.507\",\"once\":\"20230901121500\",\"gas\":\"18932.9\",\"nuclearPower\":\"21025.6\",\"coal\":\"19812.9\",\"regDate\":\"2023-09-01 12:15\",\"raisingWater\":\"-1241.83\",\"waterPower\":\"914.288\",\"seq\":0},{\"localCoal\":\"349.782\",\"newRenewable\":\"2645.37\",\"sunlight\":\"5172.4\",\"oil\":\"234.224\",\"once\":\"20230901122000\",\"gas\":\"19060.9\",\"nuclearPower\":\"21023.5\",\"coal\":\"19643.1\",\"regDate\":\"2023-09-01 12:20\",\"raisingWater\":\"-1269.8\",\"waterPower\":\"856.88\",\"seq\":0},{\"localCoal\":\"350.588\",\"newRenewable\":\"2648.76\",\"sunlight\":\"5206.12\",\"oil\":\"233.693\",\"once\":\"20230901122500\",\"gas\":\"19329.0\",\"nuclearPower\":\"21023.9\",\"coal\":\"19565.9\",\"regDate\":\"2023-09-01 12:25\",\"raisingWater\":\"-1655.73\",\"waterPower\":\"910.889\",\"seq\":0},{\"localCoal\":\"349.288\",\"newRenewable\":\"2645.0\",\"sunlight\":\"5201.7\",\"oil\":\"234.993\",\"once\":\"20230901123000\",\"gas\":\"19112.0\",\"nuclearPower\":\"21028.8\",\"coal\":\"19632.8\",\"regDate\":\"2023-09-01 12:30\",\"raisingWater\":\"-1651.46\",\"waterPower\":\"903.05\",\"seq\":0},{\"localCoal\":\"350.515\",\"newRenewable\":\"2652.51\",\"sunlight\":\"5224.77\",\"oil\":\"235.598\",\"once\":\"20230901123500\",\"gas\":\"19157.2\",\"nuclearPower\":\"21015.9\",\"coal\":\"19607.1\",\"regDate\":\"2023-09-01 12:35\",\"raisingWater\":\"-1650.43\",\"waterPower\":\"877.041\",\"seq\":0},{\"localCoal\":\"349.563\",\"newRenewable\":\"2665.38\",\"sunlight\":\"5172.07\",\"oil\":\"234.692\",\"once\":\"20230901124000\",\"gas\":\"19151.4\",\"nuclearPower\":\"21016.1\",\"coal\":\"19511.3\",\"regDate\":\"2023-09-01 12:40\",\"raisingWater\":\"-1653.71\",\"waterPower\":\"893.316\",\"seq\":0},{\"localCoal\":\"350.57\",\"newRenewable\":\"2681.03\",\"sunlight\":\"5192.14\",\"oil\":\"235.0\",\"once\":\"20230901124500\",\"gas\":\"19121.6\",\"nuclearPower\":\"21033.5\",\"coal\":\"19598.8\",\"regDate\":\"2023-09-01 12:45\",\"raisingWater\":\"-1651.1\",\"waterPower\":\"892.813\",\"seq\":0},{\"localCoal\":\"348.94\",\"newRenewable\":\"2705.32\",\"sunlight\":\"5198.02\",\"oil\":\"233.382\",\"once\":\"20230901125000\",\"gas\":\"19183.4\",\"nuclearPower\":\"21009.2\",\"coal\":\"19771.7\",\"regDate\":\"2023-09-01 12:50\",\"raisingWater\":\"-1645.61\",\"waterPower\":\"917.62\",\"seq\":0},{\"localCoal\":\"349.526\",\"newRenewable\":\"2700.59\",\"sunlight\":\"5293.94\",\"oil\":\"233.265\",\"once\":\"20230901125500\",\"gas\":\"19144.7\",\"nuclearPower\":\"21029.9\",\"coal\":\"19733.9\",\"regDate\":\"2023-09-01 12:55\",\"raisingWater\":\"-1653.16\",\"waterPower\":\"915.343\",\"seq\":0},{\"localCoal\":\"350.844\",\"newRenewable\":\"2749.34\",\"sunlight\":\"5260.5\",\"oil\":\"234.335\",\"once\":\"20230901130000\",\"gas\":\"19427.9\",\"nuclearPower\":\"21017.5\",\"coal\":\"19939.0\",\"regDate\":\"2023-09-01 13:00\",\"raisingWater\":\"-1322.76\",\"waterPower\":\"917.044\",\"seq\":0},{\"localCoal\":\"350.863\",\"newRenewable\":\"2792.22\",\"sunlight\":\"5248.5\",\"oil\":\"233.905\",\"once\":\"20230901130500\",\"gas\":\"19480.7\",\"nuclearPower\":\"21027.1\",\"coal\":\"19980.9\",\"regDate\":\"2023-09-01 13:05\",\"raisingWater\":\"-703.152\",\"waterPower\":\"958.656\",\"seq\":0},{\"localCoal\":\"349.764\",\"newRenewable\":\"2833.81\",\"sunlight\":\"5207.77\",\"oil\":\"235.648\",\"once\":\"20230901131000\",\"gas\":\"19681.1\",\"nuclearPower\":\"21034.4\",\"coal\":\"20122.8\",\"regDate\":\"2023-09-01 13:10\",\"raisingWater\":\"-702.718\",\"waterPower\":\"961.688\",\"seq\":0},{\"localCoal\":\"351.156\",\"newRenewable\":\"2878.62\",\"sunlight\":\"5244.68\",\"oil\":\"235.95\",\"once\":\"20230901131500\",\"gas\":\"19765.7\",\"nuclearPower\":\"21030.0\",\"coal\":\"20225.3\",\"regDate\":\"2023-09-01 13:15\",\"raisingWater\":\"-702.062\",\"waterPower\":\"959.744\",\"seq\":0},{\"localCoal\":\"351.943\",\"newRenewable\":\"2929.4\",\"sunlight\":\"5218.25\",\"oil\":\"235.403\",\"once\":\"20230901132000\",\"gas\":\"19973.1\",\"nuclearPower\":\"21032.0\",\"coal\":\"20300.7\",\"regDate\":\"2023-09-01 13:20\",\"raisingWater\":\"-697.601\",\"waterPower\":\"959.823\",\"seq\":0},{\"localCoal\":\"350.313\",\"newRenewable\":\"2986.54\",\"sunlight\":\"5188.62\",\"oil\":\"235.427\",\"once\":\"20230901132500\",\"gas\":\"19929.4\",\"nuclearPower\":\"21020.5\",\"coal\":\"20339.1\",\"regDate\":\"2023-09-01 13:25\",\"raisingWater\":\"-374.381\",\"waterPower\":\"961.871\",\"seq\":0},{\"localCoal\":\"350.863\",\"newRenewable\":\"3015.54\",\"sunlight\":\"5146.38\",\"oil\":\"234.867\",\"once\":\"20230901133000\",\"gas\":\"19680.9\",\"nuclearPower\":\"21041.0\",\"coal\":\"20312.6\",\"regDate\":\"2023-09-01 13:30\",\"raisingWater\":\"1.09966\",\"waterPower\":\"942.44\",\"seq\":0},{\"localCoal\":\"352.291\",\"newRenewable\":\"3041.91\",\"sunlight\":\"5073.97\",\"oil\":\"233.635\",\"once\":\"20230901133500\",\"gas\":\"20271.7\",\"nuclearPower\":\"21015.9\",\"coal\":\"20215.3\",\"regDate\":\"2023-09-01 13:35\",\"raisingWater\":\"1.09966\",\"waterPower\":\"957.865\",\"seq\":0},{\"localCoal\":\"350.698\",\"newRenewable\":\"3034.28\",\"sunlight\":\"5098.27\",\"oil\":\"233.194\",\"once\":\"20230901134000\",\"gas\":\"20468.5\",\"nuclearPower\":\"21035.1\",\"coal\":\"20158.6\",\"regDate\":\"2023-09-01 13:40\",\"raisingWater\":\"121.366\",\"waterPower\":\"952.908\",\"seq\":0},{\"localCoal\":\"351.156\",\"newRenewable\":\"3056.77\",\"sunlight\":\"5077.93\",\"oil\":\"234.202\",\"once\":\"20230901134500\",\"gas\":\"20552.3\",\"nuclearPower\":\"21023.9\",\"coal\":\"20418.1\",\"regDate\":\"2023-09-01 13:45\",\"raisingWater\":\"136.321\",\"waterPower\":\"932.684\",\"seq\":0},{\"localCoal\":\"351.339\",\"newRenewable\":\"3091.02\",\"sunlight\":\"5000.35\",\"oil\":\"232.768\",\"once\":\"20230901135000\",\"gas\":\"20490.2\",\"nuclearPower\":\"21033.4\",\"coal\":\"20423.8\",\"regDate\":\"2023-09-01 13:50\",\"raisingWater\":\"121.56\",\"waterPower\":\"923.415\",\"seq\":0},{\"localCoal\":\"351.522\",\"newRenewable\":\"3142.22\",\"sunlight\":\"4960.38\",\"oil\":\"234.687\",\"once\":\"20230901135500\",\"gas\":\"20375.3\",\"nuclearPower\":\"21025.2\",\"coal\":\"20550.1\",\"regDate\":\"2023-09-01 13:55\",\"raisingWater\":\"122.748\",\"waterPower\":\"920.65\",\"seq\":0},{\"localCoal\":\"353.023\",\"newRenewable\":\"3160.94\",\"sunlight\":\"4978.05\",\"oil\":\"234.614\",\"once\":\"20230901140000\",\"gas\":\"20493.4\",\"nuclearPower\":\"21016.2\",\"coal\":\"20723.3\",\"regDate\":\"2023-09-01 14:00\",\"raisingWater\":\"128.258\",\"waterPower\":\"928.62\",\"seq\":0},{\"localCoal\":\"350.716\",\"newRenewable\":\"3166.22\",\"sunlight\":\"5016.2\",\"oil\":\"241.185\",\"once\":\"20230901140500\",\"gas\":\"20615.7\",\"nuclearPower\":\"21016.3\",\"coal\":\"20738.0\",\"regDate\":\"2023-09-01 14:05\",\"raisingWater\":\"125.284\",\"waterPower\":\"922.024\",\"seq\":0},{\"localCoal\":\"356.283\",\"newRenewable\":\"3181.12\",\"sunlight\":\"5001.76\",\"oil\":\"244.85\",\"once\":\"20230901141000\",\"gas\":\"20710.3\",\"nuclearPower\":\"21031.9\",\"coal\":\"20805.8\",\"regDate\":\"2023-09-01 14:10\",\"raisingWater\":\"121.494\",\"waterPower\":\"896.256\",\"seq\":0},{\"localCoal\":\"359.286\",\"newRenewable\":\"3211.39\",\"sunlight\":\"4960.57\",\"oil\":\"246.499\",\"once\":\"20230901141500\",\"gas\":\"20880.3\",\"nuclearPower\":\"21026.2\",\"coal\":\"20742.3\",\"regDate\":\"2023-09-01 14:15\",\"raisingWater\":\"120.729\",\"waterPower\":\"883.763\",\"seq\":0},{\"localCoal\":\"359.762\",\"newRenewable\":\"3283.17\",\"sunlight\":\"4782.86\",\"oil\":\"248.066\",\"once\":\"20230901142000\",\"gas\":\"21116.1\",\"nuclearPower\":\"21025.3\",\"coal\":\"20677.6\",\"regDate\":\"2023-09-01 14:20\",\"raisingWater\":\"121.012\",\"waterPower\":\"882.38\",\"seq\":0},{\"localCoal\":\"362.38\",\"newRenewable\":\"3292.72\",\"sunlight\":\"4798.94\",\"oil\":\"249.847\",\"once\":\"20230901142500\",\"gas\":\"21369.1\",\"nuclearPower\":\"21029.2\",\"coal\":\"20570.7\",\"regDate\":\"2023-09-01 14:25\",\"raisingWater\":\"123.551\",\"waterPower\":\"905.954\",\"seq\":0},{\"localCoal\":\"360.732\",\"newRenewable\":\"3300.53\",\"sunlight\":\"4817.08\",\"oil\":\"250.851\",\"once\":\"20230901143000\",\"gas\":\"21266.1\",\"nuclearPower\":\"21041.2\",\"coal\":\"20485.2\",\"regDate\":\"2023-09-01 14:30\",\"raisingWater\":\"119.827\",\"waterPower\":\"873.253\",\"seq\":0},{\"localCoal\":\"362.087\",\"newRenewable\":\"3354.74\",\"sunlight\":\"4734.68\",\"oil\":\"253.451\",\"once\":\"20230901143500\",\"gas\":\"21556.8\",\"nuclearPower\":\"21039.9\",\"coal\":\"20516.7\",\"regDate\":\"2023-09-01 14:35\",\"raisingWater\":\"122.252\",\"waterPower\":\"891.695\",\"seq\":0},{\"localCoal\":\"361.538\",\"newRenewable\":\"3407.11\",\"sunlight\":\"4632.75\",\"oil\":\"253.318\",\"once\":\"20230901144000\",\"gas\":\"21799.6\",\"nuclearPower\":\"21028.4\",\"coal\":\"20271.7\",\"regDate\":\"2023-09-01 14:40\",\"raisingWater\":\"120.94\",\"waterPower\":\"889.43\",\"seq\":0},{\"localCoal\":\"360.403\",\"newRenewable\":\"3435.56\",\"sunlight\":\"4566.15\",\"oil\":\"254.126\",\"once\":\"20230901144500\",\"gas\":\"21992.1\",\"nuclearPower\":\"21042.5\",\"coal\":\"20244.8\",\"regDate\":\"2023-09-01 14:45\",\"raisingWater\":\"122.814\",\"waterPower\":\"894.862\",\"seq\":0},{\"localCoal\":\"360.0\",\"newRenewable\":\"3492.45\",\"sunlight\":\"4508.12\",\"oil\":\"255.556\",\"once\":\"20230901145000\",\"gas\":\"22130.5\",\"nuclearPower\":\"21026.0\",\"coal\":\"20321.5\",\"regDate\":\"2023-09-01 14:50\",\"raisingWater\":\"145.348\",\"waterPower\":\"915.617\",\"seq\":0},{\"localCoal\":\"363.699\",\"newRenewable\":\"3517.08\",\"sunlight\":\"4469.12\",\"oil\":\"261.015\",\"once\":\"20230901145500\",\"gas\":\"22167.6\",\"nuclearPower\":\"21021.1\",\"coal\":\"20271.8\",\"regDate\":\"2023-09-01 14:55\",\"raisingWater\":\"123.9\",\"waterPower\":\"933.358\",\"seq\":0},{\"localCoal\":\"363.662\",\"newRenewable\":\"3516.72\",\"sunlight\":\"4437.5\",\"oil\":\"261.216\",\"once\":\"20230901150000\",\"gas\":\"22052.2\",\"nuclearPower\":\"21031.1\",\"coal\":\"20303.9\",\"regDate\":\"2023-09-01 15:00\",\"raisingWater\":\"121.243\",\"waterPower\":\"917.015\",\"seq\":0},{\"localCoal\":\"362.509\",\"newRenewable\":\"3565.92\",\"sunlight\":\"4373.81\",\"oil\":\"269.401\",\"once\":\"20230901150500\",\"gas\":\"22142.6\",\"nuclearPower\":\"21035.0\",\"coal\":\"20017.7\",\"regDate\":\"2023-09-01 15:05\",\"raisingWater\":\"120.939\",\"waterPower\":\"950.536\",\"seq\":0},{\"localCoal\":\"361.996\",\"newRenewable\":\"3593.17\",\"sunlight\":\"4237.49\",\"oil\":\"269.344\",\"once\":\"20230901151000\",\"gas\":\"22385.7\",\"nuclearPower\":\"21031.2\",\"coal\":\"20038.6\",\"regDate\":\"2023-09-01 15:10\",\"raisingWater\":\"120.922\",\"waterPower\":\"982.388\",\"seq\":0},{\"localCoal\":\"364.578\",\"newRenewable\":\"3665.74\",\"sunlight\":\"4187.71\",\"oil\":\"268.787\",\"once\":\"20230901151500\",\"gas\":\"22448.1\",\"nuclearPower\":\"21030.0\",\"coal\":\"20100.9\",\"regDate\":\"2023-09-01 15:15\",\"raisingWater\":\"126.721\",\"waterPower\":\"962.61\",\"seq\":0},{\"localCoal\":\"363.882\",\"newRenewable\":\"3678.88\",\"sunlight\":\"4062.48\",\"oil\":\"268.415\",\"once\":\"20230901152000\",\"gas\":\"22632.0\",\"nuclearPower\":\"21028.0\",\"coal\":\"20310.4\",\"regDate\":\"2023-09-01 15:20\",\"raisingWater\":\"129.043\",\"waterPower\":\"1014.95\",\"seq\":0},{\"localCoal\":\"361.648\",\"newRenewable\":\"3680.18\",\"sunlight\":\"4019.99\",\"oil\":\"267.968\",\"once\":\"20230901152500\",\"gas\":\"22615.5\",\"nuclearPower\":\"21019.2\",\"coal\":\"20738.5\",\"regDate\":\"2023-09-01 15:25\",\"raisingWater\":\"507.633\",\"waterPower\":\"1008.96\",\"seq\":0},{\"localCoal\":\"363.827\",\"newRenewable\":\"3699.52\",\"sunlight\":\"3960.18\",\"oil\":\"269.185\",\"once\":\"20230901153000\",\"gas\":\"22289.6\",\"nuclearPower\":\"21012.7\",\"coal\":\"20610.8\",\"regDate\":\"2023-09-01 15:30\",\"raisingWater\":\"905.932\",\"waterPower\":\"977.948\",\"seq\":0},{\"localCoal\":\"363.223\",\"newRenewable\":\"3696.9\",\"sunlight\":\"3830.49\",\"oil\":\"269.466\",\"once\":\"20230901153500\",\"gas\":\"22225.1\",\"nuclearPower\":\"21020.5\",\"coal\":\"20724.3\",\"regDate\":\"2023-09-01 15:35\",\"raisingWater\":\"913.298\",\"waterPower\":\"1002.26\",\"seq\":0},{\"localCoal\":\"363.571\",\"newRenewable\":\"3708.89\",\"sunlight\":\"3744.75\",\"oil\":\"269.124\",\"once\":\"20230901154000\",\"gas\":\"22439.5\",\"nuclearPower\":\"21024.6\",\"coal\":\"20846.0\",\"regDate\":\"2023-09-01 15:40\",\"raisingWater\":\"920.338\",\"waterPower\":\"999.981\",\"seq\":0},{\"localCoal\":\"365.731\",\"newRenewable\":\"3720.5\",\"sunlight\":\"3666.75\",\"oil\":\"269.245\",\"once\":\"20230901154500\",\"gas\":\"22699.2\",\"nuclearPower\":\"21018.4\",\"coal\":\"21073.1\",\"regDate\":\"2023-09-01 15:45\",\"raisingWater\":\"1075.33\",\"waterPower\":\"1001.73\",\"seq\":0},{\"localCoal\":\"366.244\",\"newRenewable\":\"3722.35\",\"sunlight\":\"3494.94\",\"oil\":\"275.435\",\"once\":\"20230901155000\",\"gas\":\"22784.1\",\"nuclearPower\":\"21037.2\",\"coal\":\"21191.3\",\"regDate\":\"2023-09-01 15:50\",\"raisingWater\":\"1103.41\",\"waterPower\":\"1005.31\",\"seq\":0},{\"localCoal\":\"366.537\",\"newRenewable\":\"3726.69\",\"sunlight\":\"3369.7\",\"oil\":\"272.401\",\"once\":\"20230901155500\",\"gas\":\"22930.8\",\"nuclearPower\":\"21042.5\",\"coal\":\"21320.6\",\"regDate\":\"2023-09-01 15:55\",\"raisingWater\":\"1146.95\",\"waterPower\":\"1001.21\",\"seq\":0},{\"localCoal\":\"365.86\",\"newRenewable\":\"3730.55\",\"sunlight\":\"3418.18\",\"oil\":\"274.781\",\"once\":\"20230901160000\",\"gas\":\"22966.4\",\"nuclearPower\":\"21025.0\",\"coal\":\"21399.8\",\"regDate\":\"2023-09-01 16:00\",\"raisingWater\":\"1145.72\",\"waterPower\":\"1003.42\",\"seq\":0},{\"localCoal\":\"366.153\",\"newRenewable\":\"3735.24\",\"sunlight\":\"3374.82\",\"oil\":\"274.326\",\"once\":\"20230901160500\",\"gas\":\"22687.9\",\"nuclearPower\":\"21034.3\",\"coal\":\"21768.3\",\"regDate\":\"2023-09-01 16:05\",\"raisingWater\":\"1101.39\",\"waterPower\":\"970.734\",\"seq\":0},{\"localCoal\":\"364.944\",\"newRenewable\":\"3758.45\",\"sunlight\":\"3224.49\",\"oil\":\"275.474\",\"once\":\"20230901161000\",\"gas\":\"22920.9\",\"nuclearPower\":\"21024.8\",\"coal\":\"21947.9\",\"regDate\":\"2023-09-01 16:10\",\"raisingWater\":\"1147.8\",\"waterPower\":\"963.291\",\"seq\":0},{\"localCoal\":\"367.434\",\"newRenewable\":\"3916.69\",\"sunlight\":\"3033.74\",\"oil\":\"277.562\",\"once\":\"20230901161500\",\"gas\":\"23003.0\",\"nuclearPower\":\"21038.4\",\"coal\":\"22071.3\",\"regDate\":\"2023-09-01 16:15\",\"raisingWater\":\"1344.36\",\"waterPower\":\"969.377\",\"seq\":0},{\"localCoal\":\"368.533\",\"newRenewable\":\"4004.88\",\"sunlight\":\"2869.86\",\"oil\":\"296.039\",\"once\":\"20230901162000\",\"gas\":\"22967.8\",\"nuclearPower\":\"21020.5\",\"coal\":\"22258.3\",\"regDate\":\"2023-09-01 16:20\",\"raisingWater\":\"1341.93\",\"waterPower\":\"966.654\",\"seq\":0},{\"localCoal\":\"366.116\",\"newRenewable\":\"3998.73\",\"sunlight\":\"2795.02\",\"oil\":\"311.159\",\"once\":\"20230901162500\",\"gas\":\"23153.9\",\"nuclearPower\":\"21035.4\",\"coal\":\"22424.4\",\"regDate\":\"2023-09-01 16:25\",\"raisingWater\":\"1200.94\",\"waterPower\":\"966.915\",\"seq\":0},{\"localCoal\":\"365.695\",\"newRenewable\":\"4041.31\",\"sunlight\":\"2676.43\",\"oil\":\"330.133\",\"once\":\"20230901163000\",\"gas\":\"23084.9\",\"nuclearPower\":\"21031.8\",\"coal\":\"22706.5\",\"regDate\":\"2023-09-01 16:30\",\"raisingWater\":\"1158.44\",\"waterPower\":\"1029.02\",\"seq\":0},{\"localCoal\":\"367.855\",\"newRenewable\":\"4020.09\",\"sunlight\":\"2655.07\",\"oil\":\"331.038\",\"once\":\"20230901163500\",\"gas\":\"23244.5\",\"nuclearPower\":\"21040.6\",\"coal\":\"22740.8\",\"regDate\":\"2023-09-01 16:35\",\"raisingWater\":\"1027.02\",\"waterPower\":\"1051.41\",\"seq\":0},{\"localCoal\":\"367.801\",\"newRenewable\":\"4053.74\",\"sunlight\":\"2569.48\",\"oil\":\"332.266\",\"once\":\"20230901164000\",\"gas\":\"23321.6\",\"nuclearPower\":\"21031.2\",\"coal\":\"22922.6\",\"regDate\":\"2023-09-01 16:40\",\"raisingWater\":\"1054.35\",\"waterPower\":\"1065.33\",\"seq\":0},{\"localCoal\":\"365.805\",\"newRenewable\":\"4066.04\",\"sunlight\":\"2495.83\",\"oil\":\"332.05\",\"once\":\"20230901164500\",\"gas\":\"23505.8\",\"nuclearPower\":\"21004.5\",\"coal\":\"22839.6\",\"regDate\":\"2023-09-01 16:45\",\"raisingWater\":\"1037.2\",\"waterPower\":\"1059.62\",\"seq\":0},{\"localCoal\":\"367.178\",\"newRenewable\":\"4107.01\",\"sunlight\":\"2360.98\",\"oil\":\"331.45\",\"once\":\"20230901165000\",\"gas\":\"23533.2\",\"nuclearPower\":\"21008.6\",\"coal\":\"22930.3\",\"regDate\":\"2023-09-01 16:50\",\"raisingWater\":\"1039.95\",\"waterPower\":\"1059.55\",\"seq\":0},{\"localCoal\":\"365.017\",\"newRenewable\":\"4100.21\",\"sunlight\":\"2306.01\",\"oil\":\"332.389\",\"once\":\"20230901165500\",\"gas\":\"23221.7\",\"nuclearPower\":\"21009.4\",\"coal\":\"22874.0\",\"regDate\":\"2023-09-01 16:55\",\"raisingWater\":\"1264.01\",\"waterPower\":\"1043.44\",\"seq\":0},{\"localCoal\":\"366.226\",\"newRenewable\":\"4131.3\",\"sunlight\":\"2208.98\",\"oil\":\"332.291\",\"once\":\"20230901170000\",\"gas\":\"22950.6\",\"nuclearPower\":\"21005.9\",\"coal\":\"23141.5\",\"regDate\":\"2023-09-01 17:00\",\"raisingWater\":\"1295.98\",\"waterPower\":\"1014.25\",\"seq\":0},{\"localCoal\":\"367.416\",\"newRenewable\":\"4138.24\",\"sunlight\":\"2123.1\",\"oil\":\"331.942\",\"once\":\"20230901170500\",\"gas\":\"22943.2\",\"nuclearPower\":\"21001.4\",\"coal\":\"23068.6\",\"regDate\":\"2023-09-01 17:05\",\"raisingWater\":\"1270.64\",\"waterPower\":\"996.338\",\"seq\":0},{\"localCoal\":\"364.724\",\"newRenewable\":\"4210.38\",\"sunlight\":\"1919.18\",\"oil\":\"332.183\",\"once\":\"20230901171000\",\"gas\":\"23177.7\",\"nuclearPower\":\"21007.7\",\"coal\":\"23020.8\",\"regDate\":\"2023-09-01 17:10\",\"raisingWater\":\"1277.06\",\"waterPower\":\"1000.92\",\"seq\":0},{\"localCoal\":\"366.482\",\"newRenewable\":\"4282.59\",\"sunlight\":\"1760.64\",\"oil\":\"331.491\",\"once\":\"20230901171500\",\"gas\":\"23153.8\",\"nuclearPower\":\"20999.5\",\"coal\":\"23189.8\",\"regDate\":\"2023-09-01 17:15\",\"raisingWater\":\"1306.59\",\"waterPower\":\"1024.1\",\"seq\":0},{\"localCoal\":\"366.702\",\"newRenewable\":\"4334.85\",\"sunlight\":\"1654.15\",\"oil\":\"331.888\",\"once\":\"20230901172000\",\"gas\":\"23199.4\",\"nuclearPower\":\"21006.1\",\"coal\":\"23427.9\",\"regDate\":\"2023-09-01 17:20\",\"raisingWater\":\"1306.89\",\"waterPower\":\"1023.72\",\"seq\":0},{\"localCoal\":\"367.965\",\"newRenewable\":\"4360.17\",\"sunlight\":\"1514.45\",\"oil\":\"331.534\",\"once\":\"20230901172500\",\"gas\":\"23328.3\",\"nuclearPower\":\"21007.6\",\"coal\":\"23460.5\",\"regDate\":\"2023-09-01 17:25\",\"raisingWater\":\"1291.63\",\"waterPower\":\"999.186\",\"seq\":0},{\"localCoal\":\"365.86\",\"newRenewable\":\"4423.32\",\"sunlight\":\"1405.17\",\"oil\":\"332.576\",\"once\":\"20230901173000\",\"gas\":\"23286.7\",\"nuclearPower\":\"21015.0\",\"coal\":\"23558.5\",\"regDate\":\"2023-09-01 17:30\",\"raisingWater\":\"1293.88\",\"waterPower\":\"998.604\",\"seq\":0},{\"localCoal\":\"365.182\",\"newRenewable\":\"4433.77\",\"sunlight\":\"1321.33\",\"oil\":\"330.707\",\"once\":\"20230901173500\",\"gas\":\"23244.8\",\"nuclearPower\":\"20999.6\",\"coal\":\"23516.5\",\"regDate\":\"2023-09-01 17:35\",\"raisingWater\":\"1278.85\",\"waterPower\":\"998.337\",\"seq\":0},{\"localCoal\":\"365.53\",\"newRenewable\":\"4443.53\",\"sunlight\":\"1236.3\",\"oil\":\"332.131\",\"once\":\"20230901174000\",\"gas\":\"23097.5\",\"nuclearPower\":\"21012.3\",\"coal\":\"23554.0\",\"regDate\":\"2023-09-01 17:40\",\"raisingWater\":\"1276.55\",\"waterPower\":\"945.125\",\"seq\":0},{\"localCoal\":\"366.482\",\"newRenewable\":\"4457.89\",\"sunlight\":\"1141.55\",\"oil\":\"331.701\",\"once\":\"20230901174500\",\"gas\":\"23214.9\",\"nuclearPower\":\"20991.7\",\"coal\":\"23842.6\",\"regDate\":\"2023-09-01 17:45\",\"raisingWater\":\"1306.85\",\"waterPower\":\"955.911\",\"seq\":0},{\"localCoal\":\"365.768\",\"newRenewable\":\"4473.56\",\"sunlight\":\"1044.35\",\"oil\":\"331.603\",\"once\":\"20230901175000\",\"gas\":\"23382.2\",\"nuclearPower\":\"21000.3\",\"coal\":\"23680.4\",\"regDate\":\"2023-09-01 17:50\",\"raisingWater\":\"1275.85\",\"waterPower\":\"947.537\",\"seq\":0},{\"localCoal\":\"366.098\",\"newRenewable\":\"4495.42\",\"sunlight\":\"938.44\",\"oil\":\"331.694\",\"once\":\"20230901175500\",\"gas\":\"23429.0\",\"nuclearPower\":\"21005.8\",\"coal\":\"23554.9\",\"regDate\":\"2023-09-01 17:55\",\"raisingWater\":\"1271.18\",\"waterPower\":\"944.57\",\"seq\":0},{\"localCoal\":\"366.409\",\"newRenewable\":\"4520.28\",\"sunlight\":\"827.543\",\"oil\":\"331.766\",\"once\":\"20230901180000\",\"gas\":\"23412.3\",\"nuclearPower\":\"21017.3\",\"coal\":\"23703.7\",\"regDate\":\"2023-09-01 18:00\",\"raisingWater\":\"1285.29\",\"waterPower\":\"854.475\",\"seq\":0},{\"localCoal\":\"365.383\",\"newRenewable\":\"4527.9\",\"sunlight\":\"739.265\",\"oil\":\"333.226\",\"once\":\"20230901180500\",\"gas\":\"23177.3\",\"nuclearPower\":\"20996.7\",\"coal\":\"23663.3\",\"regDate\":\"2023-09-01 18:05\",\"raisingWater\":\"1246.67\",\"waterPower\":\"811.484\",\"seq\":0},{\"localCoal\":\"365.988\",\"newRenewable\":\"4533.51\",\"sunlight\":\"653.718\",\"oil\":\"331.27\",\"once\":\"20230901181000\",\"gas\":\"23102.9\",\"nuclearPower\":\"21007.5\",\"coal\":\"23623.2\",\"regDate\":\"2023-09-01 18:10\",\"raisingWater\":\"1280.88\",\"waterPower\":\"838.787\",\"seq\":0},{\"localCoal\":\"364.578\",\"newRenewable\":\"4576.04\",\"sunlight\":\"563.402\",\"oil\":\"330.909\",\"once\":\"20230901181500\",\"gas\":\"23280.3\",\"nuclearPower\":\"21001.0\",\"coal\":\"23684.5\",\"regDate\":\"2023-09-01 18:15\",\"raisingWater\":\"1284.62\",\"waterPower\":\"836.698\",\"seq\":0},{\"localCoal\":\"366.006\",\"newRenewable\":\"4647.37\",\"sunlight\":\"454.824\",\"oil\":\"332.62\",\"once\":\"20230901182000\",\"gas\":\"23383.5\",\"nuclearPower\":\"20995.7\",\"coal\":\"23636.9\",\"regDate\":\"2023-09-01 18:20\",\"raisingWater\":\"1288.83\",\"waterPower\":\"836.092\",\"seq\":0},{\"localCoal\":\"366.134\",\"newRenewable\":\"4667.91\",\"sunlight\":\"372.871\",\"oil\":\"332.416\",\"once\":\"20230901182500\",\"gas\":\"23459.0\",\"nuclearPower\":\"20989.4\",\"coal\":\"23721.8\",\"regDate\":\"2023-09-01 18:25\",\"raisingWater\":\"1283.54\",\"waterPower\":\"839.571\",\"seq\":0},{\"localCoal\":\"366.574\",\"newRenewable\":\"4684.53\",\"sunlight\":\"313.835\",\"oil\":\"333.451\",\"once\":\"20230901183000\",\"gas\":\"23570.9\",\"nuclearPower\":\"21004.7\",\"coal\":\"23648.4\",\"regDate\":\"2023-09-01 18:30\",\"raisingWater\":\"1281.06\",\"waterPower\":\"834.371\",\"seq\":0},{\"localCoal\":\"365.493\",\"newRenewable\":\"4698.36\",\"sunlight\":\"255.266\",\"oil\":\"338.392\",\"once\":\"20230901183500\",\"gas\":\"23455.8\",\"nuclearPower\":\"20983.3\",\"coal\":\"23716.2\",\"regDate\":\"2023-09-01 18:35\",\"raisingWater\":\"1298.21\",\"waterPower\":\"836.632\",\"seq\":0},{\"localCoal\":\"366.684\",\"newRenewable\":\"4711.61\",\"sunlight\":\"195.595\",\"oil\":\"341.546\",\"once\":\"20230901184000\",\"gas\":\"23512.7\",\"nuclearPower\":\"20993.2\",\"coal\":\"23663.2\",\"regDate\":\"2023-09-01 18:40\",\"raisingWater\":\"1297.7\",\"waterPower\":\"830.666\",\"seq\":0},{\"localCoal\":\"365.841\",\"newRenewable\":\"4723.56\",\"sunlight\":\"149.08\",\"oil\":\"346.372\",\"once\":\"20230901184500\",\"gas\":\"23676.2\",\"nuclearPower\":\"20968.8\",\"coal\":\"23704.2\",\"regDate\":\"2023-09-01 18:45\",\"raisingWater\":\"1281.29\",\"waterPower\":\"834.854\",\"seq\":0},{\"localCoal\":\"363.864\",\"newRenewable\":\"4734.47\",\"sunlight\":\"105.487\",\"oil\":\"345.49\",\"once\":\"20230901185000\",\"gas\":\"23759.8\",\"nuclearPower\":\"20983.8\",\"coal\":\"23615.2\",\"regDate\":\"2023-09-01 18:50\",\"raisingWater\":\"1280.55\",\"waterPower\":\"834.088\",\"seq\":0},{\"localCoal\":\"366.207\",\"newRenewable\":\"4741.69\",\"sunlight\":\"61.0313\",\"oil\":\"346.197\",\"once\":\"20230901185500\",\"gas\":\"23722.8\",\"nuclearPower\":\"20968.3\",\"coal\":\"23724.4\",\"regDate\":\"2023-09-01 18:55\",\"raisingWater\":\"1307.52\",\"waterPower\":\"844.691\",\"seq\":0},{\"localCoal\":\"366.208\",\"newRenewable\":\"4747.15\",\"sunlight\":\"28.8268\",\"oil\":\"346.234\",\"once\":\"20230901190000\",\"gas\":\"23885.8\",\"nuclearPower\":\"20991.0\",\"coal\":\"23684.3\",\"regDate\":\"2023-09-01 19:00\",\"raisingWater\":\"1281.68\",\"waterPower\":\"835.146\",\"seq\":0},{\"localCoal\":\"364.486\",\"newRenewable\":\"4761.33\",\"sunlight\":\"5.26572\",\"oil\":\"346.323\",\"once\":\"20230901190500\",\"gas\":\"23663.5\",\"nuclearPower\":\"20978.5\",\"coal\":\"23599.5\",\"regDate\":\"2023-09-01 19:05\",\"raisingWater\":\"1281.82\",\"waterPower\":\"835.415\",\"seq\":0},{\"localCoal\":\"365.768\",\"newRenewable\":\"4794.44\",\"sunlight\":\"0.0\",\"oil\":\"346.328\",\"once\":\"20230901191000\",\"gas\":\"23747.8\",\"nuclearPower\":\"20983.1\",\"coal\":\"23800.4\",\"regDate\":\"2023-09-01 19:10\",\"raisingWater\":\"1298.4\",\"waterPower\":\"846.884\",\"seq\":0},{\"localCoal\":\"363.809\",\"newRenewable\":\"4827.14\",\"sunlight\":\"0.0\",\"oil\":\"346.323\",\"once\":\"20230901191500\",\"gas\":\"23921.9\",\"nuclearPower\":\"20977.2\",\"coal\":\"23805.2\",\"regDate\":\"2023-09-01 19:15\",\"raisingWater\":\"1294.88\",\"waterPower\":\"837.595\",\"seq\":0},{\"localCoal\":\"364.45\",\"newRenewable\":\"4849.31\",\"sunlight\":\"0.0\",\"oil\":\"344.999\",\"once\":\"20230901192000\",\"gas\":\"23734.7\",\"nuclearPower\":\"20983.9\",\"coal\":\"23664.2\",\"regDate\":\"2023-09-01 19:20\",\"raisingWater\":\"1286.78\",\"waterPower\":\"830.536\",\"seq\":0},{\"localCoal\":\"367.251\",\"newRenewable\":\"4865.52\",\"sunlight\":\"0.0\",\"oil\":\"344.973\",\"once\":\"20230901192500\",\"gas\":\"23580.2\",\"nuclearPower\":\"20973.7\",\"coal\":\"23719.3\",\"regDate\":\"2023-09-01 19:25\",\"raisingWater\":\"1291.91\",\"waterPower\":\"822.088\",\"seq\":0},{\"localCoal\":\"364.523\",\"newRenewable\":\"4857.07\",\"sunlight\":\"0.0\",\"oil\":\"346.636\",\"once\":\"20230901193000\",\"gas\":\"23400.1\",\"nuclearPower\":\"20985.0\",\"coal\":\"23719.3\",\"regDate\":\"2023-09-01 19:30\",\"raisingWater\":\"1274.64\",\"waterPower\":\"789.092\",\"seq\":0},{\"localCoal\":\"366.445\",\"newRenewable\":\"4843.59\",\"sunlight\":\"0.0\",\"oil\":\"346.614\",\"once\":\"20230901193500\",\"gas\":\"23361.1\",\"nuclearPower\":\"20994.1\",\"coal\":\"23760.3\",\"regDate\":\"2023-09-01 19:35\",\"raisingWater\":\"1291.81\",\"waterPower\":\"789.31\",\"seq\":0},{\"localCoal\":\"365.786\",\"newRenewable\":\"4844.53\",\"sunlight\":\"0.0\",\"oil\":\"346.234\",\"once\":\"20230901194000\",\"gas\":\"23265.8\",\"nuclearPower\":\"20998.4\",\"coal\":\"23804.1\",\"regDate\":\"2023-09-01 19:40\",\"raisingWater\":\"1287.52\",\"waterPower\":\"787.382\",\"seq\":0},{\"localCoal\":\"365.091\",\"newRenewable\":\"4833.72\",\"sunlight\":\"0.0\",\"oil\":\"344.79\",\"once\":\"20230901194500\",\"gas\":\"23017.2\",\"nuclearPower\":\"20995.2\",\"coal\":\"23639.2\",\"regDate\":\"2023-09-01 19:45\",\"raisingWater\":\"1275.81\",\"waterPower\":\"782.884\",\"seq\":0},{\"localCoal\":\"366.299\",\"newRenewable\":\"4815.18\",\"sunlight\":\"0.0\",\"oil\":\"346.369\",\"once\":\"20230901195000\",\"gas\":\"22711.5\",\"nuclearPower\":\"20997.4\",\"coal\":\"23633.0\",\"regDate\":\"2023-09-01 19:50\",\"raisingWater\":\"1251.39\",\"waterPower\":\"774.939\",\"seq\":0},{\"localCoal\":\"366.372\",\"newRenewable\":\"4815.27\",\"sunlight\":\"0.0\",\"oil\":\"346.435\",\"once\":\"20230901195500\",\"gas\":\"22464.1\",\"nuclearPower\":\"20995.5\",\"coal\":\"23537.5\",\"regDate\":\"2023-09-01 19:55\",\"raisingWater\":\"1263.1\",\"waterPower\":\"778.613\",\"seq\":0},{\"localCoal\":\"365.274\",\"newRenewable\":\"4787.85\",\"sunlight\":\"0.0\",\"oil\":\"345.956\",\"once\":\"20230901200000\",\"gas\":\"22343.4\",\"nuclearPower\":\"21008.8\",\"coal\":\"23539.0\",\"regDate\":\"2023-09-01 20:00\",\"raisingWater\":\"1261.56\",\"waterPower\":\"753.673\",\"seq\":0},{\"localCoal\":\"367.031\",\"newRenewable\":\"4757.17\",\"sunlight\":\"0.0\",\"oil\":\"345.877\",\"once\":\"20230901200500\",\"gas\":\"22163.1\",\"nuclearPower\":\"21008.9\",\"coal\":\"23368.5\",\"regDate\":\"2023-09-01 20:05\",\"raisingWater\":\"1246.36\",\"waterPower\":\"688.229\",\"seq\":0},{\"localCoal\":\"364.523\",\"newRenewable\":\"4704.33\",\"sunlight\":\"0.0\",\"oil\":\"337.453\",\"once\":\"20230901201000\",\"gas\":\"22228.9\",\"nuclearPower\":\"20994.2\",\"coal\":\"23424.1\",\"regDate\":\"2023-09-01 20:10\",\"raisingWater\":\"1310.47\",\"waterPower\":\"695.648\",\"seq\":0},{\"localCoal\":\"365.383\",\"newRenewable\":\"4694.21\",\"sunlight\":\"0.0\",\"oil\":\"331.938\",\"once\":\"20230901201500\",\"gas\":\"22062.2\",\"nuclearPower\":\"20991.9\",\"coal\":\"23350.9\",\"regDate\":\"2023-09-01 20:15\",\"raisingWater\":\"1280.17\",\"waterPower\":\"689.704\",\"seq\":0},{\"localCoal\":\"366.867\",\"newRenewable\":\"4683.1\",\"sunlight\":\"0.0\",\"oil\":\"322.073\",\"once\":\"20230901202000\",\"gas\":\"21668.2\",\"nuclearPower\":\"20992.7\",\"coal\":\"23498.2\",\"regDate\":\"2023-09-01 20:20\",\"raisingWater\":\"1271.47\",\"waterPower\":\"689.265\",\"seq\":0},{\"localCoal\":\"365.475\",\"newRenewable\":\"4663.02\",\"sunlight\":\"0.0\",\"oil\":\"313.086\",\"once\":\"20230901202500\",\"gas\":\"21589.5\",\"nuclearPower\":\"21006.3\",\"coal\":\"23312.5\",\"regDate\":\"2023-09-01 20:25\",\"raisingWater\":\"1279.87\",\"waterPower\":\"689.471\",\"seq\":0},{\"localCoal\":\"367.288\",\"newRenewable\":\"4644.38\",\"sunlight\":\"0.0\",\"oil\":\"309.16\",\"once\":\"20230901203000\",\"gas\":\"21194.2\",\"nuclearPower\":\"21008.5\",\"coal\":\"23205.4\",\"regDate\":\"2023-09-01 20:30\",\"raisingWater\":\"1257.48\",\"waterPower\":\"688.682\",\"seq\":0},{\"localCoal\":\"370.84\",\"newRenewable\":\"4631.19\",\"sunlight\":\"0.0\",\"oil\":\"307.448\",\"once\":\"20230901203500\",\"gas\":\"21045.2\",\"nuclearPower\":\"20996.8\",\"coal\":\"23344.2\",\"regDate\":\"2023-09-01 20:35\",\"raisingWater\":\"1294.29\",\"waterPower\":\"693.281\",\"seq\":0},{\"localCoal\":\"371.371\",\"newRenewable\":\"4611.86\",\"sunlight\":\"0.0\",\"oil\":\"305.505\",\"once\":\"20230901204000\",\"gas\":\"20979.4\",\"nuclearPower\":\"21003.6\",\"coal\":\"23308.7\",\"regDate\":\"2023-09-01 20:40\",\"raisingWater\":\"1278.44\",\"waterPower\":\"689.066\",\"seq\":0},{\"localCoal\":\"370.016\",\"newRenewable\":\"4592.39\",\"sunlight\":\"0.0\",\"oil\":\"304.776\",\"once\":\"20230901204500\",\"gas\":\"20634.5\",\"nuclearPower\":\"20992.1\",\"coal\":\"23303.8\",\"regDate\":\"2023-09-01 20:45\",\"raisingWater\":\"1280.56\",\"waterPower\":\"690.19\",\"seq\":0},{\"localCoal\":\"373.092\",\"newRenewable\":\"4562.1\",\"sunlight\":\"0.0\",\"oil\":\"305.783\",\"once\":\"20230901205000\",\"gas\":\"20176.3\",\"nuclearPower\":\"20981.6\",\"coal\":\"23225.0\",\"regDate\":\"2023-09-01 20:50\",\"raisingWater\":\"1269.15\",\"waterPower\":\"688.88\",\"seq\":0},{\"localCoal\":\"372.58\",\"newRenewable\":\"4538.52\",\"sunlight\":\"0.0\",\"oil\":\"305.385\",\"once\":\"20230901205500\",\"gas\":\"20296.1\",\"nuclearPower\":\"20982.5\",\"coal\":\"23406.0\",\"regDate\":\"2023-09-01 20:55\",\"raisingWater\":\"1293.62\",\"waterPower\":\"691.368\",\"seq\":0},{\"localCoal\":\"370.95\",\"newRenewable\":\"4501.14\",\"sunlight\":\"0.0\",\"oil\":\"306.015\",\"once\":\"20230901210000\",\"gas\":\"20034.2\",\"nuclearPower\":\"21012.8\",\"coal\":\"23359.3\",\"regDate\":\"2023-09-01 21:00\",\"raisingWater\":\"1152.1\",\"waterPower\":\"689.224\",\"seq\":0},{\"localCoal\":\"373.092\",\"newRenewable\":\"4476.68\",\"sunlight\":\"0.0\",\"oil\":\"304.472\",\"once\":\"20230901210500\",\"gas\":\"20144.6\",\"nuclearPower\":\"20991.8\",\"coal\":\"23300.2\",\"regDate\":\"2023-09-01 21:05\",\"raisingWater\":\"929.355\",\"waterPower\":\"688.457\",\"seq\":0},{\"localCoal\":\"371.811\",\"newRenewable\":\"4430.08\",\"sunlight\":\"0.0\",\"oil\":\"304.064\",\"once\":\"20230901211000\",\"gas\":\"20034.4\",\"nuclearPower\":\"21005.4\",\"coal\":\"23353.9\",\"regDate\":\"2023-09-01 21:10\",\"raisingWater\":\"940.006\",\"waterPower\":\"689.515\",\"seq\":0},{\"localCoal\":\"372.598\",\"newRenewable\":\"4340.73\",\"sunlight\":\"0.0\",\"oil\":\"304.905\",\"once\":\"20230901211500\",\"gas\":\"19838.2\",\"nuclearPower\":\"21005.8\",\"coal\":\"23437.6\",\"regDate\":\"2023-09-01 21:15\",\"raisingWater\":\"932.272\",\"waterPower\":\"689.44\",\"seq\":0},{\"localCoal\":\"372.873\",\"newRenewable\":\"4294.17\",\"sunlight\":\"0.0\",\"oil\":\"303.648\",\"once\":\"20230901212000\",\"gas\":\"19526.7\",\"nuclearPower\":\"21005.9\",\"coal\":\"23165.2\",\"regDate\":\"2023-09-01 21:20\",\"raisingWater\":\"927.656\",\"waterPower\":\"688.734\",\"seq\":0},{\"localCoal\":\"374.026\",\"newRenewable\":\"4252.9\",\"sunlight\":\"0.0\",\"oil\":\"305.12\",\"once\":\"20230901212500\",\"gas\":\"19350.6\",\"nuclearPower\":\"21013.3\",\"coal\":\"23187.4\",\"regDate\":\"2023-09-01 21:25\",\"raisingWater\":\"912.148\",\"waterPower\":\"688.647\",\"seq\":0},{\"localCoal\":\"373.916\",\"newRenewable\":\"4221.58\",\"sunlight\":\"0.0\",\"oil\":\"305.641\",\"once\":\"20230901213000\",\"gas\":\"19256.3\",\"nuclearPower\":\"20984.5\",\"coal\":\"23131.0\",\"regDate\":\"2023-09-01 21:30\",\"raisingWater\":\"931.385\",\"waterPower\":\"689.332\",\"seq\":0},{\"localCoal\":\"375.18\",\"newRenewable\":\"4205.84\",\"sunlight\":\"0.0\",\"oil\":\"305.329\",\"once\":\"20230901213500\",\"gas\":\"19025.8\",\"nuclearPower\":\"21003.7\",\"coal\":\"23178.5\",\"regDate\":\"2023-09-01 21:35\",\"raisingWater\":\"823.368\",\"waterPower\":\"689.052\",\"seq\":0},{\"localCoal\":\"373.916\",\"newRenewable\":\"4162.06\",\"sunlight\":\"0.0\",\"oil\":\"305.148\",\"once\":\"20230901214000\",\"gas\":\"18836.5\",\"nuclearPower\":\"21013.5\",\"coal\":\"23163.1\",\"regDate\":\"2023-09-01 21:40\",\"raisingWater\":\"644.575\",\"waterPower\":\"689.584\",\"seq\":0},{\"localCoal\":\"372.122\",\"newRenewable\":\"4129.88\",\"sunlight\":\"0.0\",\"oil\":\"303.072\",\"once\":\"20230901214500\",\"gas\":\"18769.6\",\"nuclearPower\":\"20990.4\",\"coal\":\"23142.2\",\"regDate\":\"2023-09-01 21:45\",\"raisingWater\":\"643.789\",\"waterPower\":\"690.643\",\"seq\":0},{\"localCoal\":\"373.385\",\"newRenewable\":\"4098.81\",\"sunlight\":\"0.0\",\"oil\":\"304.466\",\"once\":\"20230901215000\",\"gas\":\"18448.1\",\"nuclearPower\":\"21014.8\",\"coal\":\"23116.1\",\"regDate\":\"2023-09-01 21:50\",\"raisingWater\":\"648.847\",\"waterPower\":\"689.612\",\"seq\":0},{\"localCoal\":\"371.957\",\"newRenewable\":\"4072.03\",\"sunlight\":\"0.0\",\"oil\":\"304.172\",\"once\":\"20230901215500\",\"gas\":\"18438.6\",\"nuclearPower\":\"21021.0\",\"coal\":\"23098.5\",\"regDate\":\"2023-09-01 21:55\",\"raisingWater\":\"648.185\",\"waterPower\":\"689.492\",\"seq\":0},{\"localCoal\":\"372.818\",\"newRenewable\":\"4047.08\",\"sunlight\":\"0.0\",\"oil\":\"306.343\",\"once\":\"20230901220000\",\"gas\":\"18335.7\",\"nuclearPower\":\"20998.1\",\"coal\":\"23161.2\",\"regDate\":\"2023-09-01 22:00\",\"raisingWater\":\"650.269\",\"waterPower\":\"686.214\",\"seq\":0},{\"localCoal\":\"371.078\",\"newRenewable\":\"4018.27\",\"sunlight\":\"0.0\",\"oil\":\"305.183\",\"once\":\"20230901220500\",\"gas\":\"18449.6\",\"nuclearPower\":\"20993.3\",\"coal\":\"23080.8\",\"regDate\":\"2023-09-01 22:05\",\"raisingWater\":\"656.417\",\"waterPower\":\"686.773\",\"seq\":0},{\"localCoal\":\"372.745\",\"newRenewable\":\"3979.79\",\"sunlight\":\"0.0\",\"oil\":\"304.958\",\"once\":\"20230901221000\",\"gas\":\"18351.9\",\"nuclearPower\":\"21024.5\",\"coal\":\"23273.5\",\"regDate\":\"2023-09-01 22:10\",\"raisingWater\":\"669.735\",\"waterPower\":\"663.805\",\"seq\":0},{\"localCoal\":\"374.154\",\"newRenewable\":\"3963.38\",\"sunlight\":\"0.0\",\"oil\":\"305.379\",\"once\":\"20230901221500\",\"gas\":\"18242.5\",\"nuclearPower\":\"21025.4\",\"coal\":\"23314.8\",\"regDate\":\"2023-09-01 22:15\",\"raisingWater\":\"635.765\",\"waterPower\":\"662.178\",\"seq\":0},{\"localCoal\":\"370.913\",\"newRenewable\":\"3934.55\",\"sunlight\":\"0.0\",\"oil\":\"305.107\",\"once\":\"20230901222000\",\"gas\":\"18128.7\",\"nuclearPower\":\"21017.5\",\"coal\":\"23518.4\",\"regDate\":\"2023-09-01 22:20\",\"raisingWater\":\"668.872\",\"waterPower\":\"665.263\",\"seq\":0},{\"localCoal\":\"370.657\",\"newRenewable\":\"3904.66\",\"sunlight\":\"0.0\",\"oil\":\"306.52\",\"once\":\"20230901222500\",\"gas\":\"17945.8\",\"nuclearPower\":\"20998.8\",\"coal\":\"23452.5\",\"regDate\":\"2023-09-01 22:25\",\"raisingWater\":\"638.573\",\"waterPower\":\"661.232\",\"seq\":0},{\"localCoal\":\"373.147\",\"newRenewable\":\"3887.86\",\"sunlight\":\"0.0\",\"oil\":\"305.455\",\"once\":\"20230901223000\",\"gas\":\"17659.7\",\"nuclearPower\":\"21017.3\",\"coal\":\"23365.8\",\"regDate\":\"2023-09-01 22:30\",\"raisingWater\":\"650.65\",\"waterPower\":\"650.865\",\"seq\":0},{\"localCoal\":\"373.477\",\"newRenewable\":\"3879.18\",\"sunlight\":\"0.0\",\"oil\":\"305.077\",\"once\":\"20230901223500\",\"gas\":\"17514.7\",\"nuclearPower\":\"21019.3\",\"coal\":\"23299.6\",\"regDate\":\"2023-09-01 22:35\",\"raisingWater\":\"638.921\",\"waterPower\":\"649.58\",\"seq\":0},{\"localCoal\":\"372.653\",\"newRenewable\":\"3864.85\",\"sunlight\":\"0.0\",\"oil\":\"305.566\",\"once\":\"20230901224000\",\"gas\":\"17397.9\",\"nuclearPower\":\"21026.4\",\"coal\":\"23387.7\",\"regDate\":\"2023-09-01 22:40\",\"raisingWater\":\"646.358\",\"waterPower\":\"652.48\",\"seq\":0},{\"localCoal\":\"371.335\",\"newRenewable\":\"3860.11\",\"sunlight\":\"0.0\",\"oil\":\"305.415\",\"once\":\"20230901224500\",\"gas\":\"17108.9\",\"nuclearPower\":\"21016.0\",\"coal\":\"23386.4\",\"regDate\":\"2023-09-01 22:45\",\"raisingWater\":\"656.59\",\"waterPower\":\"651.954\",\"seq\":0},{\"localCoal\":\"372.983\",\"newRenewable\":\"3858.19\",\"sunlight\":\"0.0\",\"oil\":\"304.212\",\"once\":\"20230901225000\",\"gas\":\"16936.5\",\"nuclearPower\":\"21018.3\",\"coal\":\"23414.1\",\"regDate\":\"2023-09-01 22:50\",\"raisingWater\":\"636.344\",\"waterPower\":\"651.208\",\"seq\":0},{\"localCoal\":\"371.536\",\"newRenewable\":\"3854.5\",\"sunlight\":\"0.0\",\"oil\":\"305.759\",\"once\":\"20230901225500\",\"gas\":\"16769.4\",\"nuclearPower\":\"21023.1\",\"coal\":\"23281.9\",\"regDate\":\"2023-09-01 22:55\",\"raisingWater\":\"635.101\",\"waterPower\":\"648.488\",\"seq\":0},{\"localCoal\":\"371.994\",\"newRenewable\":\"3852.83\",\"sunlight\":\"0.0\",\"oil\":\"304.292\",\"once\":\"20230901230000\",\"gas\":\"16684.1\",\"nuclearPower\":\"21023.6\",\"coal\":\"23292.9\",\"regDate\":\"2023-09-01 23:00\",\"raisingWater\":\"641.672\",\"waterPower\":\"651.528\",\"seq\":0},{\"localCoal\":\"370.95\",\"newRenewable\":\"3850.78\",\"sunlight\":\"0.0\",\"oil\":\"304.974\",\"once\":\"20230901230500\",\"gas\":\"16717.7\",\"nuclearPower\":\"21012.8\",\"coal\":\"23168.5\",\"regDate\":\"2023-09-01 23:05\",\"raisingWater\":\"632.988\",\"waterPower\":\"649.613\",\"seq\":0},{\"localCoal\":\"370.62\",\"newRenewable\":\"3835.13\",\"sunlight\":\"0.0\",\"oil\":\"304.305\",\"once\":\"20230901231000\",\"gas\":\"16600.0\",\"nuclearPower\":\"21028.5\",\"coal\":\"23265.4\",\"regDate\":\"2023-09-01 23:10\",\"raisingWater\":\"445.401\",\"waterPower\":\"651.319\",\"seq\":0},{\"localCoal\":\"369.815\",\"newRenewable\":\"3820.16\",\"sunlight\":\"0.0\",\"oil\":\"304.412\",\"once\":\"20230901231500\",\"gas\":\"16460.8\",\"nuclearPower\":\"21022.0\",\"coal\":\"23198.3\",\"regDate\":\"2023-09-01 23:15\",\"raisingWater\":\"448.64\",\"waterPower\":\"651.741\",\"seq\":0},{\"localCoal\":\"371.371\",\"newRenewable\":\"3812.62\",\"sunlight\":\"0.0\",\"oil\":\"305.195\",\"once\":\"20230901232000\",\"gas\":\"16313.8\",\"nuclearPower\":\"21017.5\",\"coal\":\"23193.0\",\"regDate\":\"2023-09-01 23:20\",\"raisingWater\":\"449.037\",\"waterPower\":\"653.166\",\"seq\":0},{\"localCoal\":\"371.28\",\"newRenewable\":\"3810.68\",\"sunlight\":\"0.0\",\"oil\":\"305.771\",\"once\":\"20230901232500\",\"gas\":\"15918.8\",\"nuclearPower\":\"21017.2\",\"coal\":\"23090.7\",\"regDate\":\"2023-09-01 23:25\",\"raisingWater\":\"442.143\",\"waterPower\":\"652.409\",\"seq\":0},{\"localCoal\":\"370.804\",\"newRenewable\":\"3812.09\",\"sunlight\":\"0.0\",\"oil\":\"304.393\",\"once\":\"20230901233000\",\"gas\":\"15557.2\",\"nuclearPower\":\"21029.4\",\"coal\":\"22913.1\",\"regDate\":\"2023-09-01 23:30\",\"raisingWater\":\"440.388\",\"waterPower\":\"652.589\",\"seq\":0},{\"localCoal\":\"370.913\",\"newRenewable\":\"3803.64\",\"sunlight\":\"0.0\",\"oil\":\"305.209\",\"once\":\"20230901233500\",\"gas\":\"15435.1\",\"nuclearPower\":\"21018.6\",\"coal\":\"22900.3\",\"regDate\":\"2023-09-01 23:35\",\"raisingWater\":\"439.749\",\"waterPower\":\"654.279\",\"seq\":0},{\"localCoal\":\"370.511\",\"newRenewable\":\"3789.01\",\"sunlight\":\"0.0\",\"oil\":\"305.323\",\"once\":\"20230901234000\",\"gas\":\"15103.3\",\"nuclearPower\":\"21024.4\",\"coal\":\"22898.2\",\"regDate\":\"2023-09-01 23:40\",\"raisingWater\":\"442.203\",\"waterPower\":\"652.968\",\"seq\":0},{\"localCoal\":\"368.972\",\"newRenewable\":\"3787.08\",\"sunlight\":\"0.0\",\"oil\":\"304.956\",\"once\":\"20230901234500\",\"gas\":\"14911.3\",\"nuclearPower\":\"21015.4\",\"coal\":\"22932.9\",\"regDate\":\"2023-09-01 23:45\",\"raisingWater\":\"453.978\",\"waterPower\":\"630.929\",\"seq\":0},{\"localCoal\":\"371.316\",\"newRenewable\":\"3783.48\",\"sunlight\":\"0.0\",\"oil\":\"304.444\",\"once\":\"20230901235000\",\"gas\":\"14573.8\",\"nuclearPower\":\"21023.7\",\"coal\":\"22824.8\",\"regDate\":\"2023-09-01 23:50\",\"raisingWater\":\"445.314\",\"waterPower\":\"619.958\",\"seq\":0},{\"localCoal\":\"371.28\",\"newRenewable\":\"3787.59\",\"sunlight\":\"0.0\",\"oil\":\"305.52\",\"once\":\"20230901235500\",\"gas\":\"14224.4\",\"nuclearPower\":\"21027.5\",\"coal\":\"22525.5\",\"regDate\":\"2023-09-01 23:55\",\"raisingWater\":\"437.866\",\"waterPower\":\"637.67\",\"seq\":0}];\r\n\tvar onceArr = new Array();\r\n  \tvar raisingWaterArr = new Array();\r\n  \tvar waterPowerArr = new Array();\r\n  \tvar gasArr = new Array();\r\n  \tvar oilArr = new Array();\r\n  \tvar newRenewableArr = new Array();\r\n  \tvar localCoalArr = new Array();\r\n  \tvar coalArr = new Array();\r\n  \tvar nuclearPowerArr = new Array();\r\n  \tvar sunligthArr = new Array();\r\n  \tvar etcArr = new Array();\r\n  \tfor (var k in ictArr){\r\n  \t\tvar xobj = ictArr[k];\r\n  \t\tonceArr.push(Number(xobj.once.replace(/ /gi,\"\")));\r\n  \t\traisingWaterArr.push(Number(xobj.raisingWater.replace(/ /gi,\"\")));\r\n  \t\twaterPowerArr.push(Number(xobj.waterPower.replace(/ /gi,\"\")));\r\n  \t\toilArr.push(Number(xobj.oil.replace(/ /gi,\"\")));\r\n  \t\tlocalCoalArr.push(Number(xobj.localCoal.replace(/ /gi,\"\")));\r\n  \t\t//etcArr.push(Number(xobj.raisingWater.replace(/ /gi,\"\"))+Number(xobj.waterPower.replace(/ /gi,\"\"))+Number(xobj.oil.replace(/ /gi,\"\")));\r\n  \t\tgasArr.push(Number(xobj.gas.replace(/ /gi,\"\")));\r\n  \t\tnewRenewableArr.push(Number(xobj.newRenewable.replace(/ /gi,\"\")));\r\n  \t\tlocalCoalArr.push(Number(xobj.localCoal.replace(/ /gi,\"\")));\r\n  \t\tcoalArr.push(Number(xobj.coal.replace(/ /gi,\"\")));\r\n  \t\tnuclearPowerArr.push(Number(xobj.nuclearPower.replace(/ /gi,\"\")));\r\n  \t\tsunligthArr.push(Number(xobj.sunlight.replace(/ /gi,\"\")));\r\n  \t}\r\n\t\r\n\tvar x1 = raisingWaterArr;\r\n\tvar xx2 = gasArr;\r\n\tvar xx3 = newRenewableArr;\r\n\tvar xx4 = oilArr;\r\n\tvar xx5 = coalArr; \r\n\tvar xx6 = nuclearPowerArr;\r\n\tvar xx7 = onceArr;\r\n\tvar xx8 = sunligthArr;\r\n\tvar xx9 = waterPowerArr;\r\n\tvar xx10 = localCoalArr; \r\n\t\r\n\tvar x1_1 = new Array();\r\n\tvar x1_2 = new Array();\r\n\t\r\n\tfor (var x in x1){\r\n\t\tvar y = x1[x];\r\n\t\tif(y <= 0){\r\n\t\t\tif(y == 0) y = null;\r\n\t\t\tx1_1.push(y);\r\n\t\t\tx1_2.push(0);\r\n\t\t}else{\r\n\t\t\tif(y == 0) y = null;\r\n\t\t\tx1_1.push(0);\r\n\t\t\tx1_2.push(y);\r\n\t\t}\r\n\t}\r\n\t\r\n\tvar x2 = new Array();\r\n\tvar x3 = new Array();\r\n\tvar x4 = new Array();\r\n\tvar x5 = new Array();\r\n\tvar x6 = new Array();\r\n\tvar x7 = new Array();\r\n\tvar x8 = new Array();\r\n\tvar x9 = new Array();\r\n\tvar x10 = new Array();\r\n\t\r\n\t\r\n\tfor (var z in xx2){\r\n\t\t\r\n\t\tvar y2 = xx2[z];\r\n\t\tvar y3 = xx3[z];\r\n\t\tvar y4 = xx4[z];\r\n\t\tvar y5 = xx5[z];\r\n\t\tvar y6 = xx6[z];\r\n\t\tvar y7 = xx7[z];\r\n\t\tvar y8 = xx8[z];\r\n\t\tvar y9 = xx9[z];\r\n\t\tvar y10 = xx10[z];\r\n\t\r\n\t\tif(y2 == 0) y2 = null;\r\n\t\tif(y3 == 0) y3 = null;\r\n\t\tif(y4 == 0) y4 = null;\r\n\t\tif(y5 == 0) y5 = null;\r\n\t\tif(y6 == 0) y6 = null;\r\n\t\tif(y7 == 0) y7 = null;\r\n\t\tif(y8 == 0) y8 = null;\r\n\t\tif(y9 == 0) y9 = null;\r\n\t\tif(y10 == 0) y10 = null;\r\n\r\n\t\tx2.push(y2);\r\n\t\tx3.push(y3);\r\n\t\tx4.push(y4);\r\n\t\tx5.push(y5);\r\n\t\tx6.push(y6);\r\n\t\tx7.push(y7);\r\n\t\tx8.push(y8);\r\n\t\tx9.push(y9);\r\n\t\tx10.push(y10);\r\n\t}\r\n\t\r\n\tvar todayTime = '';\r\n\tvar zz = '';\r\n\tvar dateType = {\r\n\t\t'xDateFormat' : '시간:'+'%H:%M'\r\n\t}\r\n\t\r\n\tHighcharts.setOptions({\r\n\t    lang: {\r\n\tthousandsSep: ','\r\n\t    }\r\n\t})\r\n\t\r\n\tvar option = {\r\n\t\t\t\r\n\t\t\ttitle : {\r\n\t\t\t\ttext: ''\r\n\t\t\t},\r\n\t\t\tsubtitle : {\r\n\t\t\t\t//text: '날짜' \r\n\t\t\t},\r\n\t\t\txAxis : {\r\n\t\t\t\ttype: 'datetime',\r\n\t\t\t\tlabels:{\r\n\t\t\t\t\tformatter: function(){\r\n\t\t\t\t\t\tvar ret = Highcharts.dateFormat('%H', this.value);\r\n\t\t\t\t\t\tvar cnt = 0;\r\n\t\t\t\t\t\tif(this.value == 86400000){\r\n\t\t\t\t\t\t\tret = 24;\r\n\t\t\t\t\t\t}  \r\n\t\t\t\t\t\treturn ret;\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\r\n\t\t\t\ttickInterval : 3600000*3, \r\n\t\t\t\ttitle: {\r\n\t\t\t\t\ttext:'시간',\r\n\t\t\t\t\tstyle: {\r\n\t\t\t\t\t\tfontSize : '12px', \r\n\t\t\t\t\t\tfontWeight : 'bold',\r\n\t\t\t\t\t\tcolor : 'blue'\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tgridLineWidth: 1\r\n\t\t\t\t\r\n\t\t\t},\r\n\t\t\tyAxis: {\r\n\t\t\t\ttitle: {\r\n\t\t\t\t\ttext:'',\r\n\t\t\t\t\tstyle: {\r\n\t\t\t\t\t\tfontSize : '13px', \r\n\t\t\t\t\t\tcolor : 'blue'\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tlabels:{\r\n\t\t\t\t\tformat:'{value:,.0f}'\r\n\t\t\t\t}\r\n\t\t\t\t//,min:0\r\n\t\t\t\t,minPadding:0\r\n\t\t\t\t,startOnTick:true\r\n\t\t\t\t,minRange:0.5\r\n\t\t\t},\r\n\t\t\tcolors: [\r\n\t\t\t\t'red','green'\r\n\t\t\t],\r\n\t\t\t\r\n\t\t\ttooltip: {\r\n\t\t\t\tformatter:function(){\r\n\t\t\t\t\tvar hr ='';\r\n\t\t\t\t\tvar min = '';\r\n\t\t\t\t\tvar seriesName = '';\r\n\t\t\t\t\tvar week = ['(일)','(월)','(화)','(수)','(목)','(금)','(토)',];\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar currentPoint = this;\r\n\t\t\t\t\tvar currentSeries = currentPoint.series;\r\n\t\t\t\t\tvar chart = currentSeries.chart;\r\n\t\t\t\t\tvar stackName = this.series.userOptions.stack;\r\n\t\t\t\t\tvar stackSeriesVal1 = '';\r\n\t\t\t\t\tvar stackSeriesVal2 = '';\r\n\t\t\t\t\tvar stackSeriesVal3 = '';\r\n\t\t\t\t\tvar stackSeriesVal4 = '';\r\n\t\t\t\t\tvar stackSeriesVal5 = '';\r\n\t\t\t\t\tvar stackSeriesVal6 = '';\r\n\t\t\t\t\tvar stackSeriesVal8 = '';\r\n\t\t\t\t\tvar stackSeriesVal9 = '';\r\n\t\t\t\t\tvar stackSeriesVal10 = '';\r\n\t\t\t\t\t\r\n\t\t\t\t\tchart.series.forEach(function(series){\r\n\t\t\t\t\t\tseries.points.forEach(function(point){\r\n\t\t\t\t\t\t\tif(currentSeries.userOptions.stack === series.userOptions.stack && currentPoint.key === point.category){\r\n\t\t\t\t\t\t\t\tseriesName = x7[point.index].toString();\r\n\t\t\t\t\t\t\t\tseriesNameDash = seriesName.substr(0,4)+'-'+seriesName.substr(4,2)+'-'+seriesName.substr(6,2);\r\n\t\t\t\t\t\t\t\thr = seriesName.substr(8,2);\r\n\t\t\t\t\t\t\t\tmin = seriesName.substr(10,2);\r\n\t\t\t\t\t\t\t\thr = lPad(hr,2,'0');\r\n\t\t\t\t\t\t\t\tmin = lPad(min,2,'0');\r\n\t\t\t\t\t\t\t\tvar dayOfWeek = week[new Date(seriesNameDash).getDay()];\r\n\t\t\t\t\t\t\t\tseriesName = seriesName.substr(0,4)+'.'+seriesName.substr(4,2)+'.'+seriesName.substr(6,2)+dayOfWeek;\r\n\t\t\t\t\t\t\t\tstackSeriesVal1 = x1[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal2 = x2[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal3 = x3[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal4 = x4[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal5 = x5[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal6 = x6[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal8 = x8[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal9 = x9[point.index];\r\n\t\t\t\t\t\t\t\tstackSeriesVal10 = x10[point.index];\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar totStackSeriesVal = stackSeriesVal1+stackSeriesVal2+stackSeriesVal3+stackSeriesVal4+stackSeriesVal5+stackSeriesVal6+stackSeriesVal8+stackSeriesVal9+stackSeriesVal10;\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(totStackSeriesVal == 0){\r\n\t\t\t\t\t\treturn false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar s =  seriesName+' '+hr+':'+min\r\n\t\t\t\t\t+'<br>양<span style=\"visibility:hidden\">가</span>수 : '+ commaToString(stackSeriesVal1.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>수<span style=\"visibility:hidden\">가</span>력 : '+ commaToString(stackSeriesVal9.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>가<span style=\"visibility:hidden\">가</span>스 : '+ commaToString(stackSeriesVal2.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>태양광 : '+ commaToString((stackSeriesVal8+0).toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>신재생 : '+ commaToString(stackSeriesVal3.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>유<span style=\"visibility:hidden\">가</span>류 : '+ commaToString(stackSeriesVal4.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>국내탄 : '+ commaToString(stackSeriesVal10.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>유연탄 : '+ commaToString(stackSeriesVal5.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>원자력 : '+ commaToString(stackSeriesVal6.toFixed(0)) + 'MW'\r\n\t\t\t\t\t+'<br>합<span style=\"visibility:hidden\">가</span>계 : '+ commaToString(totStackSeriesVal.toFixed(0)) + 'MW'\r\n\t\t\t\t\t;\r\n\t\t\t\t\t\r\n\t\t\t\t\treturn s;\r\n\t\t\t\t}\t\t\t\t\t\t\r\n\t\t\t},\r\n\t\t\tchart: {\r\n\t\t\t\tdefaultSeriesType: 'area'\r\n\t\t\t\t//,backgroundColor : 'rgba(255,139,0,0.85)'\r\n\t\t\t},\r\n\t\t\tplotOptions: {\r\n\t\t\t\tarea: {\r\n\t\t\t\t\tstacking : 'normal'\r\n\t\t\t\t\t,pointInterval: 300000\r\n\t\t\t\t\t,softThreshold:false\r\n\t\t\t\t\t,connectNulls : true\r\n\t\t\t\t\t,lineWidth : 0\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\tlegend: {\r\n\t\t\t\t/* align: 'left',\r\n\t\t\t\tverticalAlign: 'top',\r\n\t\t\t\tmargin:25,\r\n\t\t\t\tenabled:false */\r\n\t\t\t},\r\n\t\t\tseries : null\r\n\t\t\t\r\n\t}\r\n\t\r\n\t$('#chart2').highcharts($.extend(true, option,{\r\n\t\t\r\n\t\tseries: [{\r\n\t\t\t\"name\": \"양수발전\",\r\n\t\t\t\"data\": x1_2, \r\n\t\t\t\"color\" : 'rgba(0,155,209,0.85)' //양수:0,155,209,0.85, 수력:172,231,252,0.85, 유류:196,0,20,0.85\r\n\t\t},{\r\n\t\t\t\"name\": \"양수펌핑\",\r\n\t\t\t\"data\": x1_1, \r\n\t\t\t\"color\" : 'rgba(215,215,215,0.85)',\r\n\t\t\t'zIndex' : 1\r\n\t\t},{\r\n\t\t\t\"name\": \"수력\",\r\n\t\t\t\"data\": x9, \r\n\t\t\t\"color\" : 'rgba(88,250,250,0.85)',\r\n\t\t\t'zIndex' : 1\r\n\t\t},{\r\n\t\t\t\"name\": \"가스\",\r\n\t\t\t\"data\": x2,\r\n\t\t\t\"color\" : 'rgba(255,246,0,0.85)'\r\n\t\t},{\r\n\t\t\t\"name\": \"태양광\",\r\n\t\t\t\"data\": x8,\r\n\t\t\t\"color\" : 'rgba(196,0,20,0.85)'\r\n\t\t},{\r\n\t\t\t\"name\": \"신재생\",\r\n\t\t\t\"data\": x3,\r\n\t\t\t\"color\" : 'rgba(120,194,82,0.85)'\r\n\t\t},{\r\n\t\t\t\"name\": \"유류\",\r\n\t\t\t\"data\": x4,\r\n\t\t\t// \"color\" : 'rgba(196,0,20,0.85)'\r\n\t\t\t \"color\" : 'rgba(215,215,215,0.85)'\r\n\t\t},{\r\n\t\t\t\"name\": \"국내탄\",\r\n\t\t\t\"data\": x10,\r\n\t\t\t\"color\" : 'rgba(57,57,57,0.85)' //국내탄:57,57,57,0.85, 유연탄:163,115,81,0.85\r\n\t\t},{\r\n\t\t\t\"name\": \"유연탄\",\r\n\t\t\t\"data\": x5,\r\n\t\t\t\"color\" : 'rgba(163,115,81,0.85)' //국내탄:57,57,57,0.85, 유연탄:163,115,81,0.85\r\n\t\t},{\r\n\t\t\t\"name\": \"원자력\",\r\n\t\t\t\"data\": x6,\r\n\t\t\t\"color\" : 'rgba(255,139,0,0.85)'\r\n\t\t}]\r\n\t}));\r\n}\r\n\r\nfunction fncSearch(){\r\n\tvar fm = document.srhForm;\r\n\t$('#view_edate').val($('#view_sdate').val());\r\n\tfm.submit();\r\n}\r\nfunction commaToString(par){\r\n\treturn par.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\");\r\n}\r\n</script>\r\n<link rel=\"stylesheet\" href=\"/css/board.css\" />\r\n\r\n\r\n <form id=\"srhForm\" name=\"srhForm\" action=\"/powerSource.es?mid=a10606030000&amp;device=chart\" method=\"post\">\r\n\t<input type=\"hidden\" name=\"mid\" value=\"a10606030000\" />\r\n\t<input type=\"hidden\" name=\"device\" value=\"chart\" />\r\n\t<div class=\"search_box\">\r\n\t\t<div class=\"box01\">\r\n\t\t\t<input type=\"date\" class=\"form_textbox calendar\" id=\"view_sdate\" name=\"view_sdate\" value=\"2023-09-01\" size=\"10\" maxlength=\"10\" title=\"날짜를 선택하세요.\" placeholder=\"2021-01-01\"/>\r\n\t\t\t<input type=\"hidden\" class=\"form_textbox calendar\" id=\"view_edate\" name=\"view_edate\" value=\"2023-09-01\" size=\"10\" maxlength=\"10\" title=\"날짜를 선택하세요.\" placeholder=\"2021-01-01\"/>\r\n\t\t\t<input type=\"button\" value=\"검색\" onclick=\"fncSearch(); return false;\">\r\n\t\t</div>\r\n\t</div>\r\n\t\r\n<div>\n<input type=\"hidden\" name=\"_csrf\" value=\"1b46d0b3-b065-48b5-88be-a072a716eb30\" />\n</div></form>\r\n<div class=\"conTableGroup\">\r\n\t<span class=\"grape_top\">MW</span>\r\n\t<div id=\"chart2\" class=\"grape2\" style=\"height:85%;\"> \r\n\t\t그래프 영역 <br />640 이상사이즈 100%*306 <br />640 이하사이즈 100%*153\r\n\t</div>\r\n</div>\r\n<div class=\"IR\">\r\n\t<table class=\"conTable tdCenter\">\r\n\t\t<caption>발전원별실시간 전력수급현황 차트 정보를 제공합니다.</caption>\r\n\t\t<thead>\r\n\t\t\t<tr>\r\n\t\t\t\t<th>일시</th>\r\n\t\t\t\t<th>기타</th>\r\n\t\t\t\t<th>가스</th>\r\n\t\t\t\t<th>신재생</th>\r\n\t\t\t\t<th>석탄</th>\r\n\t\t\t\t<th>원자력</th>\r\n\t\t\t</tr>\r\n\t\t</thead>\r\n\t\t<tbody>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 00분</td>\r\n\t\t\t\t\t<td>1,653</td>\r\n\t\t\t\t\t<td>13,845</td>\r\n\t\t\t\t\t<td>3,591</td>\r\n\t\t\t\t\t<td>22,909</td>\r\n\t\t\t\t\t<td>21,038</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 05분</td>\r\n\t\t\t\t\t<td>1,719</td>\r\n\t\t\t\t\t<td>13,555</td>\r\n\t\t\t\t\t<td>3,586</td>\r\n\t\t\t\t\t<td>22,938</td>\r\n\t\t\t\t\t<td>21,012</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 10분</td>\r\n\t\t\t\t\t<td>1,490</td>\r\n\t\t\t\t\t<td>13,276</td>\r\n\t\t\t\t\t<td>3,581</td>\r\n\t\t\t\t\t<td>23,041</td>\r\n\t\t\t\t\t<td>21,026</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 15분</td>\r\n\t\t\t\t\t<td>1,487</td>\r\n\t\t\t\t\t<td>13,092</td>\r\n\t\t\t\t\t<td>3,579</td>\r\n\t\t\t\t\t<td>23,082</td>\r\n\t\t\t\t\t<td>21,037</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 20분</td>\r\n\t\t\t\t\t<td>1,466</td>\r\n\t\t\t\t\t<td>12,740</td>\r\n\t\t\t\t\t<td>3,585</td>\r\n\t\t\t\t\t<td>22,909</td>\r\n\t\t\t\t\t<td>21,036</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 25분</td>\r\n\t\t\t\t\t<td>1,480</td>\r\n\t\t\t\t\t<td>12,580</td>\r\n\t\t\t\t\t<td>3,590</td>\r\n\t\t\t\t\t<td>22,966</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 30분</td>\r\n\t\t\t\t\t<td>1,455</td>\r\n\t\t\t\t\t<td>12,370</td>\r\n\t\t\t\t\t<td>3,587</td>\r\n\t\t\t\t\t<td>22,810</td>\r\n\t\t\t\t\t<td>21,038</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 35분</td>\r\n\t\t\t\t\t<td>1,451</td>\r\n\t\t\t\t\t<td>12,196</td>\r\n\t\t\t\t\t<td>3,598</td>\r\n\t\t\t\t\t<td>22,660</td>\r\n\t\t\t\t\t<td>21,039</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 40분</td>\r\n\t\t\t\t\t<td>1,486</td>\r\n\t\t\t\t\t<td>12,057</td>\r\n\t\t\t\t\t<td>3,600</td>\r\n\t\t\t\t\t<td>22,802</td>\r\n\t\t\t\t\t<td>21,030</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 45분</td>\r\n\t\t\t\t\t<td>1,461</td>\r\n\t\t\t\t\t<td>11,852</td>\r\n\t\t\t\t\t<td>3,601</td>\r\n\t\t\t\t\t<td>22,701</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 50분</td>\r\n\t\t\t\t\t<td>1,463</td>\r\n\t\t\t\t\t<td>11,672</td>\r\n\t\t\t\t\t<td>3,602</td>\r\n\t\t\t\t\t<td>22,672</td>\r\n\t\t\t\t\t<td>21,039</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 00시 55분</td>\r\n\t\t\t\t\t<td>1,349</td>\r\n\t\t\t\t\t<td>11,507</td>\r\n\t\t\t\t\t<td>3,600</td>\r\n\t\t\t\t\t<td>22,630</td>\r\n\t\t\t\t\t<td>21,038</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 00분</td>\r\n\t\t\t\t\t<td>1,151</td>\r\n\t\t\t\t\t<td>11,554</td>\r\n\t\t\t\t\t<td>3,584</td>\r\n\t\t\t\t\t<td>22,681</td>\r\n\t\t\t\t\t<td>21,030</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 05분</td>\r\n\t\t\t\t\t<td>1,150</td>\r\n\t\t\t\t\t<td>11,538</td>\r\n\t\t\t\t\t<td>3,583</td>\r\n\t\t\t\t\t<td>22,596</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 10분</td>\r\n\t\t\t\t\t<td>1,152</td>\r\n\t\t\t\t\t<td>11,496</td>\r\n\t\t\t\t\t<td>3,574</td>\r\n\t\t\t\t\t<td>22,663</td>\r\n\t\t\t\t\t<td>21,036</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 15분</td>\r\n\t\t\t\t\t<td>1,150</td>\r\n\t\t\t\t\t<td>11,291</td>\r\n\t\t\t\t\t<td>3,578</td>\r\n\t\t\t\t\t<td>22,513</td>\r\n\t\t\t\t\t<td>21,032</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 20분</td>\r\n\t\t\t\t\t<td>1,153</td>\r\n\t\t\t\t\t<td>11,000</td>\r\n\t\t\t\t\t<td>3,566</td>\r\n\t\t\t\t\t<td>22,523</td>\r\n\t\t\t\t\t<td>21,022</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 25분</td>\r\n\t\t\t\t\t<td>1,158</td>\r\n\t\t\t\t\t<td>11,000</td>\r\n\t\t\t\t\t<td>3,558</td>\r\n\t\t\t\t\t<td>22,584</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 30분</td>\r\n\t\t\t\t\t<td>1,156</td>\r\n\t\t\t\t\t<td>10,939</td>\r\n\t\t\t\t\t<td>3,560</td>\r\n\t\t\t\t\t<td>22,556</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 35분</td>\r\n\t\t\t\t\t<td>1,157</td>\r\n\t\t\t\t\t<td>10,970</td>\r\n\t\t\t\t\t<td>3,553</td>\r\n\t\t\t\t\t<td>22,591</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 40분</td>\r\n\t\t\t\t\t<td>1,152</td>\r\n\t\t\t\t\t<td>10,821</td>\r\n\t\t\t\t\t<td>3,550</td>\r\n\t\t\t\t\t<td>22,531</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 45분</td>\r\n\t\t\t\t\t<td>1,159</td>\r\n\t\t\t\t\t<td>10,770</td>\r\n\t\t\t\t\t<td>3,544</td>\r\n\t\t\t\t\t<td>22,612</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 50분</td>\r\n\t\t\t\t\t<td>1,152</td>\r\n\t\t\t\t\t<td>10,521</td>\r\n\t\t\t\t\t<td>3,541</td>\r\n\t\t\t\t\t<td>22,437</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 01시 55분</td>\r\n\t\t\t\t\t<td>820</td>\r\n\t\t\t\t\t<td>10,556</td>\r\n\t\t\t\t\t<td>3,547</td>\r\n\t\t\t\t\t<td>22,580</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 00분</td>\r\n\t\t\t\t\t<td>523</td>\r\n\t\t\t\t\t<td>10,614</td>\r\n\t\t\t\t\t<td>3,624</td>\r\n\t\t\t\t\t<td>22,749</td>\r\n\t\t\t\t\t<td>21,028</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 05분</td>\r\n\t\t\t\t\t<td>510</td>\r\n\t\t\t\t\t<td>10,728</td>\r\n\t\t\t\t\t<td>3,636</td>\r\n\t\t\t\t\t<td>22,791</td>\r\n\t\t\t\t\t<td>21,027</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 10분</td>\r\n\t\t\t\t\t<td>512</td>\r\n\t\t\t\t\t<td>10,230</td>\r\n\t\t\t\t\t<td>3,644</td>\r\n\t\t\t\t\t<td>22,835</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 15분</td>\r\n\t\t\t\t\t<td>516</td>\r\n\t\t\t\t\t<td>9,955</td>\r\n\t\t\t\t\t<td>3,645</td>\r\n\t\t\t\t\t<td>22,973</td>\r\n\t\t\t\t\t<td>21,011</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 20분</td>\r\n\t\t\t\t\t<td>491</td>\r\n\t\t\t\t\t<td>10,116</td>\r\n\t\t\t\t\t<td>3,659</td>\r\n\t\t\t\t\t<td>22,869</td>\r\n\t\t\t\t\t<td>21,022</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 25분</td>\r\n\t\t\t\t\t<td>308</td>\r\n\t\t\t\t\t<td>10,384</td>\r\n\t\t\t\t\t<td>3,668</td>\r\n\t\t\t\t\t<td>22,762</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 30분</td>\r\n\t\t\t\t\t<td>-6</td>\r\n\t\t\t\t\t<td>10,453</td>\r\n\t\t\t\t\t<td>3,666</td>\r\n\t\t\t\t\t<td>22,847</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 35분</td>\r\n\t\t\t\t\t<td>-34</td>\r\n\t\t\t\t\t<td>10,366</td>\r\n\t\t\t\t\t<td>3,670</td>\r\n\t\t\t\t\t<td>22,863</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 40분</td>\r\n\t\t\t\t\t<td>-360</td>\r\n\t\t\t\t\t<td>10,386</td>\r\n\t\t\t\t\t<td>3,679</td>\r\n\t\t\t\t\t<td>23,087</td>\r\n\t\t\t\t\t<td>21,001</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 45분</td>\r\n\t\t\t\t\t<td>-393</td>\r\n\t\t\t\t\t<td>10,409</td>\r\n\t\t\t\t\t<td>3,688</td>\r\n\t\t\t\t\t<td>23,060</td>\r\n\t\t\t\t\t<td>20,993</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 50분</td>\r\n\t\t\t\t\t<td>-401</td>\r\n\t\t\t\t\t<td>10,256</td>\r\n\t\t\t\t\t<td>3,694</td>\r\n\t\t\t\t\t<td>22,996</td>\r\n\t\t\t\t\t<td>21,010</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 02시 55분</td>\r\n\t\t\t\t\t<td>-88</td>\r\n\t\t\t\t\t<td>10,014</td>\r\n\t\t\t\t\t<td>3,703</td>\r\n\t\t\t\t\t<td>22,752</td>\r\n\t\t\t\t\t<td>20,991</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 00분</td>\r\n\t\t\t\t\t<td>-69</td>\r\n\t\t\t\t\t<td>9,986</td>\r\n\t\t\t\t\t<td>3,715</td>\r\n\t\t\t\t\t<td>22,703</td>\r\n\t\t\t\t\t<td>20,983</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 05분</td>\r\n\t\t\t\t\t<td>-75</td>\r\n\t\t\t\t\t<td>9,872</td>\r\n\t\t\t\t\t<td>3,718</td>\r\n\t\t\t\t\t<td>22,644</td>\r\n\t\t\t\t\t<td>20,974</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 10분</td>\r\n\t\t\t\t\t<td>-72</td>\r\n\t\t\t\t\t<td>9,941</td>\r\n\t\t\t\t\t<td>3,729</td>\r\n\t\t\t\t\t<td>22,599</td>\r\n\t\t\t\t\t<td>20,960</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 15분</td>\r\n\t\t\t\t\t<td>-70</td>\r\n\t\t\t\t\t<td>10,045</td>\r\n\t\t\t\t\t<td>3,738</td>\r\n\t\t\t\t\t<td>22,565</td>\r\n\t\t\t\t\t<td>20,987</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 20분</td>\r\n\t\t\t\t\t<td>-80</td>\r\n\t\t\t\t\t<td>9,988</td>\r\n\t\t\t\t\t<td>3,750</td>\r\n\t\t\t\t\t<td>22,483</td>\r\n\t\t\t\t\t<td>20,982</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 25분</td>\r\n\t\t\t\t\t<td>-404</td>\r\n\t\t\t\t\t<td>10,103</td>\r\n\t\t\t\t\t<td>3,764</td>\r\n\t\t\t\t\t<td>22,580</td>\r\n\t\t\t\t\t<td>20,965</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 30분</td>\r\n\t\t\t\t\t<td>-428</td>\r\n\t\t\t\t\t<td>10,148</td>\r\n\t\t\t\t\t<td>3,777</td>\r\n\t\t\t\t\t<td>22,600</td>\r\n\t\t\t\t\t<td>20,963</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 35분</td>\r\n\t\t\t\t\t<td>-429</td>\r\n\t\t\t\t\t<td>10,120</td>\r\n\t\t\t\t\t<td>3,780</td>\r\n\t\t\t\t\t<td>22,894</td>\r\n\t\t\t\t\t<td>20,970</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 40분</td>\r\n\t\t\t\t\t<td>-826</td>\r\n\t\t\t\t\t<td>10,091</td>\r\n\t\t\t\t\t<td>3,798</td>\r\n\t\t\t\t\t<td>22,961</td>\r\n\t\t\t\t\t<td>20,967</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 45분</td>\r\n\t\t\t\t\t<td>-822</td>\r\n\t\t\t\t\t<td>10,287</td>\r\n\t\t\t\t\t<td>3,798</td>\r\n\t\t\t\t\t<td>22,939</td>\r\n\t\t\t\t\t<td>20,960</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 50분</td>\r\n\t\t\t\t\t<td>-823</td>\r\n\t\t\t\t\t<td>10,188</td>\r\n\t\t\t\t\t<td>3,808</td>\r\n\t\t\t\t\t<td>22,945</td>\r\n\t\t\t\t\t<td>20,948</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 03시 55분</td>\r\n\t\t\t\t\t<td>-827</td>\r\n\t\t\t\t\t<td>10,054</td>\r\n\t\t\t\t\t<td>3,805</td>\r\n\t\t\t\t\t<td>22,858</td>\r\n\t\t\t\t\t<td>20,986</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 00분</td>\r\n\t\t\t\t\t<td>-829</td>\r\n\t\t\t\t\t<td>10,155</td>\r\n\t\t\t\t\t<td>3,810</td>\r\n\t\t\t\t\t<td>22,813</td>\r\n\t\t\t\t\t<td>20,981</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 05분</td>\r\n\t\t\t\t\t<td>-826</td>\r\n\t\t\t\t\t<td>10,202</td>\r\n\t\t\t\t\t<td>3,806</td>\r\n\t\t\t\t\t<td>22,693</td>\r\n\t\t\t\t\t<td>20,956</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 10분</td>\r\n\t\t\t\t\t<td>-822</td>\r\n\t\t\t\t\t<td>10,054</td>\r\n\t\t\t\t\t<td>3,809</td>\r\n\t\t\t\t\t<td>22,891</td>\r\n\t\t\t\t\t<td>20,962</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 15분</td>\r\n\t\t\t\t\t<td>-819</td>\r\n\t\t\t\t\t<td>10,111</td>\r\n\t\t\t\t\t<td>3,813</td>\r\n\t\t\t\t\t<td>22,952</td>\r\n\t\t\t\t\t<td>20,962</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 20분</td>\r\n\t\t\t\t\t<td>-823</td>\r\n\t\t\t\t\t<td>9,999</td>\r\n\t\t\t\t\t<td>3,818</td>\r\n\t\t\t\t\t<td>22,705</td>\r\n\t\t\t\t\t<td>20,966</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 25분</td>\r\n\t\t\t\t\t<td>-818</td>\r\n\t\t\t\t\t<td>10,068</td>\r\n\t\t\t\t\t<td>3,822</td>\r\n\t\t\t\t\t<td>22,751</td>\r\n\t\t\t\t\t<td>20,960</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 30분</td>\r\n\t\t\t\t\t<td>-818</td>\r\n\t\t\t\t\t<td>10,201</td>\r\n\t\t\t\t\t<td>3,822</td>\r\n\t\t\t\t\t<td>23,003</td>\r\n\t\t\t\t\t<td>20,957</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 35분</td>\r\n\t\t\t\t\t<td>-816</td>\r\n\t\t\t\t\t<td>10,318</td>\r\n\t\t\t\t\t<td>3,821</td>\r\n\t\t\t\t\t<td>22,982</td>\r\n\t\t\t\t\t<td>20,962</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 40분</td>\r\n\t\t\t\t\t<td>-826</td>\r\n\t\t\t\t\t<td>10,203</td>\r\n\t\t\t\t\t<td>3,817</td>\r\n\t\t\t\t\t<td>22,793</td>\r\n\t\t\t\t\t<td>20,966</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 45분</td>\r\n\t\t\t\t\t<td>-825</td>\r\n\t\t\t\t\t<td>10,173</td>\r\n\t\t\t\t\t<td>3,818</td>\r\n\t\t\t\t\t<td>22,782</td>\r\n\t\t\t\t\t<td>20,973</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 50분</td>\r\n\t\t\t\t\t<td>-816</td>\r\n\t\t\t\t\t<td>10,362</td>\r\n\t\t\t\t\t<td>3,820</td>\r\n\t\t\t\t\t<td>22,931</td>\r\n\t\t\t\t\t<td>20,981</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 04시 55분</td>\r\n\t\t\t\t\t<td>-822</td>\r\n\t\t\t\t\t<td>10,388</td>\r\n\t\t\t\t\t<td>3,817</td>\r\n\t\t\t\t\t<td>22,854</td>\r\n\t\t\t\t\t<td>20,990</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 00분</td>\r\n\t\t\t\t\t<td>-810</td>\r\n\t\t\t\t\t<td>10,259</td>\r\n\t\t\t\t\t<td>3,820</td>\r\n\t\t\t\t\t<td>22,942</td>\r\n\t\t\t\t\t<td>20,961</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 05분</td>\r\n\t\t\t\t\t<td>-815</td>\r\n\t\t\t\t\t<td>10,446</td>\r\n\t\t\t\t\t<td>3,824</td>\r\n\t\t\t\t\t<td>22,994</td>\r\n\t\t\t\t\t<td>20,969</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 10분</td>\r\n\t\t\t\t\t<td>-825</td>\r\n\t\t\t\t\t<td>10,618</td>\r\n\t\t\t\t\t<td>3,827</td>\r\n\t\t\t\t\t<td>23,058</td>\r\n\t\t\t\t\t<td>20,982</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 15분</td>\r\n\t\t\t\t\t<td>-416</td>\r\n\t\t\t\t\t<td>10,340</td>\r\n\t\t\t\t\t<td>3,813</td>\r\n\t\t\t\t\t<td>22,763</td>\r\n\t\t\t\t\t<td>21,012</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 20분</td>\r\n\t\t\t\t\t<td>-406</td>\r\n\t\t\t\t\t<td>10,470</td>\r\n\t\t\t\t\t<td>3,813</td>\r\n\t\t\t\t\t<td>23,009</td>\r\n\t\t\t\t\t<td>20,990</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 25분</td>\r\n\t\t\t\t\t<td>-411</td>\r\n\t\t\t\t\t<td>10,627</td>\r\n\t\t\t\t\t<td>3,839</td>\r\n\t\t\t\t\t<td>22,809</td>\r\n\t\t\t\t\t<td>20,988</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 30분</td>\r\n\t\t\t\t\t<td>-409</td>\r\n\t\t\t\t\t<td>10,616</td>\r\n\t\t\t\t\t<td>3,834</td>\r\n\t\t\t\t\t<td>22,801</td>\r\n\t\t\t\t\t<td>20,987</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 35분</td>\r\n\t\t\t\t\t<td>-407</td>\r\n\t\t\t\t\t<td>10,810</td>\r\n\t\t\t\t\t<td>3,838</td>\r\n\t\t\t\t\t<td>22,853</td>\r\n\t\t\t\t\t<td>20,988</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 40분</td>\r\n\t\t\t\t\t<td>-399</td>\r\n\t\t\t\t\t<td>10,926</td>\r\n\t\t\t\t\t<td>3,841</td>\r\n\t\t\t\t\t<td>23,065</td>\r\n\t\t\t\t\t<td>20,956</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 45분</td>\r\n\t\t\t\t\t<td>-400</td>\r\n\t\t\t\t\t<td>10,948</td>\r\n\t\t\t\t\t<td>3,843</td>\r\n\t\t\t\t\t<td>22,961</td>\r\n\t\t\t\t\t<td>20,983</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 50분</td>\r\n\t\t\t\t\t<td>-406</td>\r\n\t\t\t\t\t<td>11,039</td>\r\n\t\t\t\t\t<td>3,839</td>\r\n\t\t\t\t\t<td>22,848</td>\r\n\t\t\t\t\t<td>20,987</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 05시 55분</td>\r\n\t\t\t\t\t<td>-408</td>\r\n\t\t\t\t\t<td>11,239</td>\r\n\t\t\t\t\t<td>3,846</td>\r\n\t\t\t\t\t<td>22,704</td>\r\n\t\t\t\t\t<td>21,001</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 00분</td>\r\n\t\t\t\t\t<td>-378</td>\r\n\t\t\t\t\t<td>11,450</td>\r\n\t\t\t\t\t<td>3,838</td>\r\n\t\t\t\t\t<td>22,913</td>\r\n\t\t\t\t\t<td>20,985</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 05분</td>\r\n\t\t\t\t\t<td>-365</td>\r\n\t\t\t\t\t<td>11,831</td>\r\n\t\t\t\t\t<td>3,851</td>\r\n\t\t\t\t\t<td>23,027</td>\r\n\t\t\t\t\t<td>20,995</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 10분</td>\r\n\t\t\t\t\t<td>-51</td>\r\n\t\t\t\t\t<td>11,902</td>\r\n\t\t\t\t\t<td>3,850</td>\r\n\t\t\t\t\t<td>22,863</td>\r\n\t\t\t\t\t<td>20,996</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 15분</td>\r\n\t\t\t\t\t<td>-50</td>\r\n\t\t\t\t\t<td>12,087</td>\r\n\t\t\t\t\t<td>3,848</td>\r\n\t\t\t\t\t<td>22,877</td>\r\n\t\t\t\t\t<td>21,012</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 20분</td>\r\n\t\t\t\t\t<td>255</td>\r\n\t\t\t\t\t<td>12,185</td>\r\n\t\t\t\t\t<td>3,852</td>\r\n\t\t\t\t\t<td>22,812</td>\r\n\t\t\t\t\t<td>20,996</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 25분</td>\r\n\t\t\t\t\t<td>258</td>\r\n\t\t\t\t\t<td>12,386</td>\r\n\t\t\t\t\t<td>3,851</td>\r\n\t\t\t\t\t<td>22,778</td>\r\n\t\t\t\t\t<td>20,989</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 30분</td>\r\n\t\t\t\t\t<td>260</td>\r\n\t\t\t\t\t<td>12,623</td>\r\n\t\t\t\t\t<td>3,863</td>\r\n\t\t\t\t\t<td>22,820</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 35분</td>\r\n\t\t\t\t\t<td>254</td>\r\n\t\t\t\t\t<td>12,924</td>\r\n\t\t\t\t\t<td>3,864</td>\r\n\t\t\t\t\t<td>22,905</td>\r\n\t\t\t\t\t<td>20,987</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 40분</td>\r\n\t\t\t\t\t<td>256</td>\r\n\t\t\t\t\t<td>13,079</td>\r\n\t\t\t\t\t<td>3,850</td>\r\n\t\t\t\t\t<td>22,822</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 45분</td>\r\n\t\t\t\t\t<td>275</td>\r\n\t\t\t\t\t<td>13,162</td>\r\n\t\t\t\t\t<td>3,854</td>\r\n\t\t\t\t\t<td>23,070</td>\r\n\t\t\t\t\t<td>21,003</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 50분</td>\r\n\t\t\t\t\t<td>260</td>\r\n\t\t\t\t\t<td>13,448</td>\r\n\t\t\t\t\t<td>3,850</td>\r\n\t\t\t\t\t<td>23,056</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 06시 55분</td>\r\n\t\t\t\t\t<td>257</td>\r\n\t\t\t\t\t<td>13,884</td>\r\n\t\t\t\t\t<td>3,846</td>\r\n\t\t\t\t\t<td>23,111</td>\r\n\t\t\t\t\t<td>21,014</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 00분</td>\r\n\t\t\t\t\t<td>576</td>\r\n\t\t\t\t\t<td>14,018</td>\r\n\t\t\t\t\t<td>3,828</td>\r\n\t\t\t\t\t<td>22,916</td>\r\n\t\t\t\t\t<td>21,015</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 05분</td>\r\n\t\t\t\t\t<td>799</td>\r\n\t\t\t\t\t<td>14,329</td>\r\n\t\t\t\t\t<td>3,817</td>\r\n\t\t\t\t\t<td>23,111</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 10분</td>\r\n\t\t\t\t\t<td>791</td>\r\n\t\t\t\t\t<td>14,512</td>\r\n\t\t\t\t\t<td>3,811</td>\r\n\t\t\t\t\t<td>23,229</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 15분</td>\r\n\t\t\t\t\t<td>790</td>\r\n\t\t\t\t\t<td>14,675</td>\r\n\t\t\t\t\t<td>3,804</td>\r\n\t\t\t\t\t<td>23,268</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 20분</td>\r\n\t\t\t\t\t<td>788</td>\r\n\t\t\t\t\t<td>14,943</td>\r\n\t\t\t\t\t<td>3,787</td>\r\n\t\t\t\t\t<td>23,273</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 25분</td>\r\n\t\t\t\t\t<td>793</td>\r\n\t\t\t\t\t<td>15,193</td>\r\n\t\t\t\t\t<td>3,777</td>\r\n\t\t\t\t\t<td>23,396</td>\r\n\t\t\t\t\t<td>21,023</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 30분</td>\r\n\t\t\t\t\t<td>800</td>\r\n\t\t\t\t\t<td>15,642</td>\r\n\t\t\t\t\t<td>3,761</td>\r\n\t\t\t\t\t<td>23,449</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 35분</td>\r\n\t\t\t\t\t<td>1,165</td>\r\n\t\t\t\t\t<td>15,513</td>\r\n\t\t\t\t\t<td>3,746</td>\r\n\t\t\t\t\t<td>23,496</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 40분</td>\r\n\t\t\t\t\t<td>1,168</td>\r\n\t\t\t\t\t<td>15,750</td>\r\n\t\t\t\t\t<td>3,736</td>\r\n\t\t\t\t\t<td>23,550</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 45분</td>\r\n\t\t\t\t\t<td>1,168</td>\r\n\t\t\t\t\t<td>15,960</td>\r\n\t\t\t\t\t<td>3,721</td>\r\n\t\t\t\t\t<td>23,379</td>\r\n\t\t\t\t\t<td>21,015</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 50분</td>\r\n\t\t\t\t\t<td>1,167</td>\r\n\t\t\t\t\t<td>16,149</td>\r\n\t\t\t\t\t<td>3,714</td>\r\n\t\t\t\t\t<td>23,563</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 07시 55분</td>\r\n\t\t\t\t\t<td>1,170</td>\r\n\t\t\t\t\t<td>16,333</td>\r\n\t\t\t\t\t<td>3,698</td>\r\n\t\t\t\t\t<td>23,535</td>\r\n\t\t\t\t\t<td>21,010</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 00분</td>\r\n\t\t\t\t\t<td>1,263</td>\r\n\t\t\t\t\t<td>16,786</td>\r\n\t\t\t\t\t<td>3,682</td>\r\n\t\t\t\t\t<td>23,800</td>\r\n\t\t\t\t\t<td>21,003</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 05분</td>\r\n\t\t\t\t\t<td>1,275</td>\r\n\t\t\t\t\t<td>17,296</td>\r\n\t\t\t\t\t<td>3,669</td>\r\n\t\t\t\t\t<td>24,030</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 10분</td>\r\n\t\t\t\t\t<td>1,267</td>\r\n\t\t\t\t\t<td>17,573</td>\r\n\t\t\t\t\t<td>3,623</td>\r\n\t\t\t\t\t<td>24,094</td>\r\n\t\t\t\t\t<td>21,007</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 15분</td>\r\n\t\t\t\t\t<td>1,273</td>\r\n\t\t\t\t\t<td>17,914</td>\r\n\t\t\t\t\t<td>3,603</td>\r\n\t\t\t\t\t<td>24,313</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 20분</td>\r\n\t\t\t\t\t<td>1,252</td>\r\n\t\t\t\t\t<td>18,085</td>\r\n\t\t\t\t\t<td>3,577</td>\r\n\t\t\t\t\t<td>24,217</td>\r\n\t\t\t\t\t<td>21,003</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 25분</td>\r\n\t\t\t\t\t<td>1,267</td>\r\n\t\t\t\t\t<td>18,598</td>\r\n\t\t\t\t\t<td>3,542</td>\r\n\t\t\t\t\t<td>24,194</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 30분</td>\r\n\t\t\t\t\t<td>1,268</td>\r\n\t\t\t\t\t<td>19,119</td>\r\n\t\t\t\t\t<td>3,532</td>\r\n\t\t\t\t\t<td>24,245</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 35분</td>\r\n\t\t\t\t\t<td>1,273</td>\r\n\t\t\t\t\t<td>19,637</td>\r\n\t\t\t\t\t<td>3,519</td>\r\n\t\t\t\t\t<td>24,432</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 40분</td>\r\n\t\t\t\t\t<td>1,256</td>\r\n\t\t\t\t\t<td>19,789</td>\r\n\t\t\t\t\t<td>3,489</td>\r\n\t\t\t\t\t<td>24,323</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 45분</td>\r\n\t\t\t\t\t<td>1,258</td>\r\n\t\t\t\t\t<td>19,989</td>\r\n\t\t\t\t\t<td>3,456</td>\r\n\t\t\t\t\t<td>24,404</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 50분</td>\r\n\t\t\t\t\t<td>1,449</td>\r\n\t\t\t\t\t<td>19,884</td>\r\n\t\t\t\t\t<td>3,444</td>\r\n\t\t\t\t\t<td>24,315</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 08시 55분</td>\r\n\t\t\t\t\t<td>1,454</td>\r\n\t\t\t\t\t<td>20,176</td>\r\n\t\t\t\t\t<td>3,431</td>\r\n\t\t\t\t\t<td>24,340</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 00분</td>\r\n\t\t\t\t\t<td>1,440</td>\r\n\t\t\t\t\t<td>20,136</td>\r\n\t\t\t\t\t<td>3,407</td>\r\n\t\t\t\t\t<td>24,299</td>\r\n\t\t\t\t\t<td>21,007</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 05분</td>\r\n\t\t\t\t\t<td>1,413</td>\r\n\t\t\t\t\t<td>20,480</td>\r\n\t\t\t\t\t<td>3,384</td>\r\n\t\t\t\t\t<td>24,294</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 10분</td>\r\n\t\t\t\t\t<td>1,625</td>\r\n\t\t\t\t\t<td>20,422</td>\r\n\t\t\t\t\t<td>3,346</td>\r\n\t\t\t\t\t<td>24,300</td>\r\n\t\t\t\t\t<td>21,022</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 15분</td>\r\n\t\t\t\t\t<td>1,636</td>\r\n\t\t\t\t\t<td>20,299</td>\r\n\t\t\t\t\t<td>3,298</td>\r\n\t\t\t\t\t<td>24,311</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 20분</td>\r\n\t\t\t\t\t<td>1,637</td>\r\n\t\t\t\t\t<td>20,355</td>\r\n\t\t\t\t\t<td>3,259</td>\r\n\t\t\t\t\t<td>24,325</td>\r\n\t\t\t\t\t<td>21,010</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 25분</td>\r\n\t\t\t\t\t<td>1,626</td>\r\n\t\t\t\t\t<td>20,355</td>\r\n\t\t\t\t\t<td>3,238</td>\r\n\t\t\t\t\t<td>24,253</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 30분</td>\r\n\t\t\t\t\t<td>1,641</td>\r\n\t\t\t\t\t<td>20,355</td>\r\n\t\t\t\t\t<td>3,210</td>\r\n\t\t\t\t\t<td>24,241</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 35분</td>\r\n\t\t\t\t\t<td>1,622</td>\r\n\t\t\t\t\t<td>20,240</td>\r\n\t\t\t\t\t<td>3,201</td>\r\n\t\t\t\t\t<td>24,226</td>\r\n\t\t\t\t\t<td>21,017</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 40분</td>\r\n\t\t\t\t\t<td>1,604</td>\r\n\t\t\t\t\t<td>20,124</td>\r\n\t\t\t\t\t<td>3,187</td>\r\n\t\t\t\t\t<td>23,956</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 45분</td>\r\n\t\t\t\t\t<td>1,616</td>\r\n\t\t\t\t\t<td>20,148</td>\r\n\t\t\t\t\t<td>3,160</td>\r\n\t\t\t\t\t<td>23,965</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 50분</td>\r\n\t\t\t\t\t<td>1,599</td>\r\n\t\t\t\t\t<td>20,190</td>\r\n\t\t\t\t\t<td>3,151</td>\r\n\t\t\t\t\t<td>23,834</td>\r\n\t\t\t\t\t<td>21,007</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 09시 55분</td>\r\n\t\t\t\t\t<td>1,613</td>\r\n\t\t\t\t\t<td>19,957</td>\r\n\t\t\t\t\t<td>3,144</td>\r\n\t\t\t\t\t<td>23,769</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 00분</td>\r\n\t\t\t\t\t<td>1,529</td>\r\n\t\t\t\t\t<td>19,850</td>\r\n\t\t\t\t\t<td>3,123</td>\r\n\t\t\t\t\t<td>23,572</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 05분</td>\r\n\t\t\t\t\t<td>1,512</td>\r\n\t\t\t\t\t<td>19,684</td>\r\n\t\t\t\t\t<td>3,080</td>\r\n\t\t\t\t\t<td>23,315</td>\r\n\t\t\t\t\t<td>21,033</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 10분</td>\r\n\t\t\t\t\t<td>1,349</td>\r\n\t\t\t\t\t<td>20,171</td>\r\n\t\t\t\t\t<td>3,044</td>\r\n\t\t\t\t\t<td>23,262</td>\r\n\t\t\t\t\t<td>21,011</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 15분</td>\r\n\t\t\t\t\t<td>1,376</td>\r\n\t\t\t\t\t<td>20,376</td>\r\n\t\t\t\t\t<td>2,997</td>\r\n\t\t\t\t\t<td>23,283</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 20분</td>\r\n\t\t\t\t\t<td>1,352</td>\r\n\t\t\t\t\t<td>20,444</td>\r\n\t\t\t\t\t<td>2,874</td>\r\n\t\t\t\t\t<td>23,357</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 25분</td>\r\n\t\t\t\t\t<td>1,339</td>\r\n\t\t\t\t\t<td>20,277</td>\r\n\t\t\t\t\t<td>2,840</td>\r\n\t\t\t\t\t<td>23,180</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 30분</td>\r\n\t\t\t\t\t<td>1,328</td>\r\n\t\t\t\t\t<td>20,204</td>\r\n\t\t\t\t\t<td>2,848</td>\r\n\t\t\t\t\t<td>23,069</td>\r\n\t\t\t\t\t<td>21,032</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 35분</td>\r\n\t\t\t\t\t<td>1,330</td>\r\n\t\t\t\t\t<td>20,270</td>\r\n\t\t\t\t\t<td>2,820</td>\r\n\t\t\t\t\t<td>22,909</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 40분</td>\r\n\t\t\t\t\t<td>1,136</td>\r\n\t\t\t\t\t<td>20,476</td>\r\n\t\t\t\t\t<td>2,801</td>\r\n\t\t\t\t\t<td>22,916</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 45분</td>\r\n\t\t\t\t\t<td>1,128</td>\r\n\t\t\t\t\t<td>20,341</td>\r\n\t\t\t\t\t<td>2,780</td>\r\n\t\t\t\t\t<td>22,922</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 50분</td>\r\n\t\t\t\t\t<td>1,135</td>\r\n\t\t\t\t\t<td>20,362</td>\r\n\t\t\t\t\t<td>2,753</td>\r\n\t\t\t\t\t<td>22,978</td>\r\n\t\t\t\t\t<td>21,027</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 10시 55분</td>\r\n\t\t\t\t\t<td>1,122</td>\r\n\t\t\t\t\t<td>20,195</td>\r\n\t\t\t\t\t<td>2,718</td>\r\n\t\t\t\t\t<td>22,776</td>\r\n\t\t\t\t\t<td>21,035</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 00분</td>\r\n\t\t\t\t\t<td>1,121</td>\r\n\t\t\t\t\t<td>20,062</td>\r\n\t\t\t\t\t<td>2,718</td>\r\n\t\t\t\t\t<td>22,499</td>\r\n\t\t\t\t\t<td>21,042</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 05분</td>\r\n\t\t\t\t\t<td>1,132</td>\r\n\t\t\t\t\t<td>19,737</td>\r\n\t\t\t\t\t<td>2,691</td>\r\n\t\t\t\t\t<td>22,392</td>\r\n\t\t\t\t\t<td>21,034</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 10분</td>\r\n\t\t\t\t\t<td>1,129</td>\r\n\t\t\t\t\t<td>19,831</td>\r\n\t\t\t\t\t<td>2,683</td>\r\n\t\t\t\t\t<td>22,183</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 15분</td>\r\n\t\t\t\t\t<td>1,135</td>\r\n\t\t\t\t\t<td>19,856</td>\r\n\t\t\t\t\t<td>2,680</td>\r\n\t\t\t\t\t<td>21,814</td>\r\n\t\t\t\t\t<td>21,021</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 20분</td>\r\n\t\t\t\t\t<td>1,133</td>\r\n\t\t\t\t\t<td>19,977</td>\r\n\t\t\t\t\t<td>2,662</td>\r\n\t\t\t\t\t<td>21,610</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 25분</td>\r\n\t\t\t\t\t<td>1,152</td>\r\n\t\t\t\t\t<td>19,920</td>\r\n\t\t\t\t\t<td>2,625</td>\r\n\t\t\t\t\t<td>21,285</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 30분</td>\r\n\t\t\t\t\t<td>1,116</td>\r\n\t\t\t\t\t<td>19,738</td>\r\n\t\t\t\t\t<td>2,636</td>\r\n\t\t\t\t\t<td>21,035</td>\r\n\t\t\t\t\t<td>21,027</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 35분</td>\r\n\t\t\t\t\t<td>1,082</td>\r\n\t\t\t\t\t<td>19,722</td>\r\n\t\t\t\t\t<td>2,622</td>\r\n\t\t\t\t\t<td>20,736</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 40분</td>\r\n\t\t\t\t\t<td>759</td>\r\n\t\t\t\t\t<td>19,870</td>\r\n\t\t\t\t\t<td>2,598</td>\r\n\t\t\t\t\t<td>20,595</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 45분</td>\r\n\t\t\t\t\t<td>747</td>\r\n\t\t\t\t\t<td>19,668</td>\r\n\t\t\t\t\t<td>2,583</td>\r\n\t\t\t\t\t<td>20,498</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 50분</td>\r\n\t\t\t\t\t<td>720</td>\r\n\t\t\t\t\t<td>19,414</td>\r\n\t\t\t\t\t<td>2,598</td>\r\n\t\t\t\t\t<td>20,304</td>\r\n\t\t\t\t\t<td>21,012</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 11시 55분</td>\r\n\t\t\t\t\t<td>378</td>\r\n\t\t\t\t\t<td>19,505</td>\r\n\t\t\t\t\t<td>2,573</td>\r\n\t\t\t\t\t<td>20,119</td>\r\n\t\t\t\t\t<td>21,022</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 00분</td>\r\n\t\t\t\t\t<td>175</td>\r\n\t\t\t\t\t<td>19,413</td>\r\n\t\t\t\t\t<td>2,545</td>\r\n\t\t\t\t\t<td>19,933</td>\r\n\t\t\t\t\t<td>21,021</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 05분</td>\r\n\t\t\t\t\t<td>-35</td>\r\n\t\t\t\t\t<td>19,313</td>\r\n\t\t\t\t\t<td>2,566</td>\r\n\t\t\t\t\t<td>20,068</td>\r\n\t\t\t\t\t<td>21,039</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 10분</td>\r\n\t\t\t\t\t<td>-123</td>\r\n\t\t\t\t\t<td>19,321</td>\r\n\t\t\t\t\t<td>2,623</td>\r\n\t\t\t\t\t<td>20,002</td>\r\n\t\t\t\t\t<td>21,014</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 15분</td>\r\n\t\t\t\t\t<td>-94</td>\r\n\t\t\t\t\t<td>18,933</td>\r\n\t\t\t\t\t<td>2,630</td>\r\n\t\t\t\t\t<td>20,163</td>\r\n\t\t\t\t\t<td>21,026</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 20분</td>\r\n\t\t\t\t\t<td>-179</td>\r\n\t\t\t\t\t<td>19,061</td>\r\n\t\t\t\t\t<td>2,645</td>\r\n\t\t\t\t\t<td>19,993</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 25분</td>\r\n\t\t\t\t\t<td>-511</td>\r\n\t\t\t\t\t<td>19,329</td>\r\n\t\t\t\t\t<td>2,649</td>\r\n\t\t\t\t\t<td>19,916</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 30분</td>\r\n\t\t\t\t\t<td>-513</td>\r\n\t\t\t\t\t<td>19,112</td>\r\n\t\t\t\t\t<td>2,645</td>\r\n\t\t\t\t\t<td>19,982</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 35분</td>\r\n\t\t\t\t\t<td>-538</td>\r\n\t\t\t\t\t<td>19,157</td>\r\n\t\t\t\t\t<td>2,653</td>\r\n\t\t\t\t\t<td>19,958</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 40분</td>\r\n\t\t\t\t\t<td>-526</td>\r\n\t\t\t\t\t<td>19,151</td>\r\n\t\t\t\t\t<td>2,665</td>\r\n\t\t\t\t\t<td>19,861</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 45분</td>\r\n\t\t\t\t\t<td>-523</td>\r\n\t\t\t\t\t<td>19,122</td>\r\n\t\t\t\t\t<td>2,681</td>\r\n\t\t\t\t\t<td>19,949</td>\r\n\t\t\t\t\t<td>21,034</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 50분</td>\r\n\t\t\t\t\t<td>-495</td>\r\n\t\t\t\t\t<td>19,183</td>\r\n\t\t\t\t\t<td>2,705</td>\r\n\t\t\t\t\t<td>20,121</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 12시 55분</td>\r\n\t\t\t\t\t<td>-505</td>\r\n\t\t\t\t\t<td>19,145</td>\r\n\t\t\t\t\t<td>2,701</td>\r\n\t\t\t\t\t<td>20,083</td>\r\n\t\t\t\t\t<td>21,030</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 00분</td>\r\n\t\t\t\t\t<td>-171</td>\r\n\t\t\t\t\t<td>19,428</td>\r\n\t\t\t\t\t<td>2,749</td>\r\n\t\t\t\t\t<td>20,290</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 05분</td>\r\n\t\t\t\t\t<td>489</td>\r\n\t\t\t\t\t<td>19,481</td>\r\n\t\t\t\t\t<td>2,792</td>\r\n\t\t\t\t\t<td>20,332</td>\r\n\t\t\t\t\t<td>21,027</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 10분</td>\r\n\t\t\t\t\t<td>495</td>\r\n\t\t\t\t\t<td>19,681</td>\r\n\t\t\t\t\t<td>2,834</td>\r\n\t\t\t\t\t<td>20,473</td>\r\n\t\t\t\t\t<td>21,034</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 15분</td>\r\n\t\t\t\t\t<td>494</td>\r\n\t\t\t\t\t<td>19,766</td>\r\n\t\t\t\t\t<td>2,879</td>\r\n\t\t\t\t\t<td>20,576</td>\r\n\t\t\t\t\t<td>21,030</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 20분</td>\r\n\t\t\t\t\t<td>498</td>\r\n\t\t\t\t\t<td>19,973</td>\r\n\t\t\t\t\t<td>2,929</td>\r\n\t\t\t\t\t<td>20,653</td>\r\n\t\t\t\t\t<td>21,032</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 25분</td>\r\n\t\t\t\t\t<td>823</td>\r\n\t\t\t\t\t<td>19,929</td>\r\n\t\t\t\t\t<td>2,987</td>\r\n\t\t\t\t\t<td>20,689</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 30분</td>\r\n\t\t\t\t\t<td>1,178</td>\r\n\t\t\t\t\t<td>19,681</td>\r\n\t\t\t\t\t<td>3,016</td>\r\n\t\t\t\t\t<td>20,663</td>\r\n\t\t\t\t\t<td>21,041</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 35분</td>\r\n\t\t\t\t\t<td>1,193</td>\r\n\t\t\t\t\t<td>20,272</td>\r\n\t\t\t\t\t<td>3,042</td>\r\n\t\t\t\t\t<td>20,568</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 40분</td>\r\n\t\t\t\t\t<td>1,307</td>\r\n\t\t\t\t\t<td>20,468</td>\r\n\t\t\t\t\t<td>3,034</td>\r\n\t\t\t\t\t<td>20,509</td>\r\n\t\t\t\t\t<td>21,035</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 45분</td>\r\n\t\t\t\t\t<td>1,303</td>\r\n\t\t\t\t\t<td>20,552</td>\r\n\t\t\t\t\t<td>3,057</td>\r\n\t\t\t\t\t<td>20,769</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 50분</td>\r\n\t\t\t\t\t<td>1,278</td>\r\n\t\t\t\t\t<td>20,490</td>\r\n\t\t\t\t\t<td>3,091</td>\r\n\t\t\t\t\t<td>20,775</td>\r\n\t\t\t\t\t<td>21,033</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 13시 55분</td>\r\n\t\t\t\t\t<td>1,278</td>\r\n\t\t\t\t\t<td>20,375</td>\r\n\t\t\t\t\t<td>3,142</td>\r\n\t\t\t\t\t<td>20,902</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 00분</td>\r\n\t\t\t\t\t<td>1,291</td>\r\n\t\t\t\t\t<td>20,493</td>\r\n\t\t\t\t\t<td>3,161</td>\r\n\t\t\t\t\t<td>21,076</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 05분</td>\r\n\t\t\t\t\t<td>1,288</td>\r\n\t\t\t\t\t<td>20,616</td>\r\n\t\t\t\t\t<td>3,166</td>\r\n\t\t\t\t\t<td>21,089</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 10분</td>\r\n\t\t\t\t\t<td>1,263</td>\r\n\t\t\t\t\t<td>20,710</td>\r\n\t\t\t\t\t<td>3,181</td>\r\n\t\t\t\t\t<td>21,162</td>\r\n\t\t\t\t\t<td>21,032</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 15분</td>\r\n\t\t\t\t\t<td>1,251</td>\r\n\t\t\t\t\t<td>20,880</td>\r\n\t\t\t\t\t<td>3,211</td>\r\n\t\t\t\t\t<td>21,102</td>\r\n\t\t\t\t\t<td>21,026</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 20분</td>\r\n\t\t\t\t\t<td>1,251</td>\r\n\t\t\t\t\t<td>21,116</td>\r\n\t\t\t\t\t<td>3,283</td>\r\n\t\t\t\t\t<td>21,037</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 25분</td>\r\n\t\t\t\t\t<td>1,279</td>\r\n\t\t\t\t\t<td>21,369</td>\r\n\t\t\t\t\t<td>3,293</td>\r\n\t\t\t\t\t<td>20,933</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 30분</td>\r\n\t\t\t\t\t<td>1,244</td>\r\n\t\t\t\t\t<td>21,266</td>\r\n\t\t\t\t\t<td>3,301</td>\r\n\t\t\t\t\t<td>20,846</td>\r\n\t\t\t\t\t<td>21,041</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 35분</td>\r\n\t\t\t\t\t<td>1,267</td>\r\n\t\t\t\t\t<td>21,557</td>\r\n\t\t\t\t\t<td>3,355</td>\r\n\t\t\t\t\t<td>20,879</td>\r\n\t\t\t\t\t<td>21,040</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 40분</td>\r\n\t\t\t\t\t<td>1,264</td>\r\n\t\t\t\t\t<td>21,800</td>\r\n\t\t\t\t\t<td>3,407</td>\r\n\t\t\t\t\t<td>20,633</td>\r\n\t\t\t\t\t<td>21,028</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 45분</td>\r\n\t\t\t\t\t<td>1,272</td>\r\n\t\t\t\t\t<td>21,992</td>\r\n\t\t\t\t\t<td>3,436</td>\r\n\t\t\t\t\t<td>20,605</td>\r\n\t\t\t\t\t<td>21,042</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 50분</td>\r\n\t\t\t\t\t<td>1,317</td>\r\n\t\t\t\t\t<td>22,130</td>\r\n\t\t\t\t\t<td>3,492</td>\r\n\t\t\t\t\t<td>20,682</td>\r\n\t\t\t\t\t<td>21,026</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 14시 55분</td>\r\n\t\t\t\t\t<td>1,318</td>\r\n\t\t\t\t\t<td>22,168</td>\r\n\t\t\t\t\t<td>3,517</td>\r\n\t\t\t\t\t<td>20,635</td>\r\n\t\t\t\t\t<td>21,021</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 00분</td>\r\n\t\t\t\t\t<td>1,299</td>\r\n\t\t\t\t\t<td>22,052</td>\r\n\t\t\t\t\t<td>3,517</td>\r\n\t\t\t\t\t<td>20,668</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 05분</td>\r\n\t\t\t\t\t<td>1,341</td>\r\n\t\t\t\t\t<td>22,143</td>\r\n\t\t\t\t\t<td>3,566</td>\r\n\t\t\t\t\t<td>20,380</td>\r\n\t\t\t\t\t<td>21,035</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 10분</td>\r\n\t\t\t\t\t<td>1,373</td>\r\n\t\t\t\t\t<td>22,386</td>\r\n\t\t\t\t\t<td>3,593</td>\r\n\t\t\t\t\t<td>20,401</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 15분</td>\r\n\t\t\t\t\t<td>1,358</td>\r\n\t\t\t\t\t<td>22,448</td>\r\n\t\t\t\t\t<td>3,666</td>\r\n\t\t\t\t\t<td>20,465</td>\r\n\t\t\t\t\t<td>21,030</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 20분</td>\r\n\t\t\t\t\t<td>1,412</td>\r\n\t\t\t\t\t<td>22,632</td>\r\n\t\t\t\t\t<td>3,679</td>\r\n\t\t\t\t\t<td>20,674</td>\r\n\t\t\t\t\t<td>21,028</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 25분</td>\r\n\t\t\t\t\t<td>1,785</td>\r\n\t\t\t\t\t<td>22,616</td>\r\n\t\t\t\t\t<td>3,680</td>\r\n\t\t\t\t\t<td>21,100</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 30분</td>\r\n\t\t\t\t\t<td>2,153</td>\r\n\t\t\t\t\t<td>22,290</td>\r\n\t\t\t\t\t<td>3,700</td>\r\n\t\t\t\t\t<td>20,975</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 35분</td>\r\n\t\t\t\t\t<td>2,185</td>\r\n\t\t\t\t\t<td>22,225</td>\r\n\t\t\t\t\t<td>3,697</td>\r\n\t\t\t\t\t<td>21,088</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 40분</td>\r\n\t\t\t\t\t<td>2,189</td>\r\n\t\t\t\t\t<td>22,440</td>\r\n\t\t\t\t\t<td>3,709</td>\r\n\t\t\t\t\t<td>21,210</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 45분</td>\r\n\t\t\t\t\t<td>2,346</td>\r\n\t\t\t\t\t<td>22,699</td>\r\n\t\t\t\t\t<td>3,720</td>\r\n\t\t\t\t\t<td>21,439</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 50분</td>\r\n\t\t\t\t\t<td>2,384</td>\r\n\t\t\t\t\t<td>22,784</td>\r\n\t\t\t\t\t<td>3,722</td>\r\n\t\t\t\t\t<td>21,558</td>\r\n\t\t\t\t\t<td>21,037</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 15시 55분</td>\r\n\t\t\t\t\t<td>2,421</td>\r\n\t\t\t\t\t<td>22,931</td>\r\n\t\t\t\t\t<td>3,727</td>\r\n\t\t\t\t\t<td>21,687</td>\r\n\t\t\t\t\t<td>21,042</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 00분</td>\r\n\t\t\t\t\t<td>2,424</td>\r\n\t\t\t\t\t<td>22,966</td>\r\n\t\t\t\t\t<td>3,731</td>\r\n\t\t\t\t\t<td>21,766</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 05분</td>\r\n\t\t\t\t\t<td>2,346</td>\r\n\t\t\t\t\t<td>22,688</td>\r\n\t\t\t\t\t<td>3,735</td>\r\n\t\t\t\t\t<td>22,134</td>\r\n\t\t\t\t\t<td>21,034</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 10분</td>\r\n\t\t\t\t\t<td>2,387</td>\r\n\t\t\t\t\t<td>22,921</td>\r\n\t\t\t\t\t<td>3,758</td>\r\n\t\t\t\t\t<td>22,313</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 15분</td>\r\n\t\t\t\t\t<td>2,591</td>\r\n\t\t\t\t\t<td>23,003</td>\r\n\t\t\t\t\t<td>3,917</td>\r\n\t\t\t\t\t<td>22,439</td>\r\n\t\t\t\t\t<td>21,038</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 20분</td>\r\n\t\t\t\t\t<td>2,605</td>\r\n\t\t\t\t\t<td>22,968</td>\r\n\t\t\t\t\t<td>4,005</td>\r\n\t\t\t\t\t<td>22,627</td>\r\n\t\t\t\t\t<td>21,020</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 25분</td>\r\n\t\t\t\t\t<td>2,479</td>\r\n\t\t\t\t\t<td>23,154</td>\r\n\t\t\t\t\t<td>3,999</td>\r\n\t\t\t\t\t<td>22,791</td>\r\n\t\t\t\t\t<td>21,035</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 30분</td>\r\n\t\t\t\t\t<td>2,518</td>\r\n\t\t\t\t\t<td>23,085</td>\r\n\t\t\t\t\t<td>4,041</td>\r\n\t\t\t\t\t<td>23,072</td>\r\n\t\t\t\t\t<td>21,032</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 35분</td>\r\n\t\t\t\t\t<td>2,409</td>\r\n\t\t\t\t\t<td>23,244</td>\r\n\t\t\t\t\t<td>4,020</td>\r\n\t\t\t\t\t<td>23,109</td>\r\n\t\t\t\t\t<td>21,041</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 40분</td>\r\n\t\t\t\t\t<td>2,452</td>\r\n\t\t\t\t\t<td>23,322</td>\r\n\t\t\t\t\t<td>4,054</td>\r\n\t\t\t\t\t<td>23,290</td>\r\n\t\t\t\t\t<td>21,031</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 45분</td>\r\n\t\t\t\t\t<td>2,429</td>\r\n\t\t\t\t\t<td>23,506</td>\r\n\t\t\t\t\t<td>4,066</td>\r\n\t\t\t\t\t<td>23,205</td>\r\n\t\t\t\t\t<td>21,004</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 50분</td>\r\n\t\t\t\t\t<td>2,431</td>\r\n\t\t\t\t\t<td>23,533</td>\r\n\t\t\t\t\t<td>4,107</td>\r\n\t\t\t\t\t<td>23,297</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 16시 55분</td>\r\n\t\t\t\t\t<td>2,640</td>\r\n\t\t\t\t\t<td>23,222</td>\r\n\t\t\t\t\t<td>4,100</td>\r\n\t\t\t\t\t<td>23,239</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 00분</td>\r\n\t\t\t\t\t<td>2,643</td>\r\n\t\t\t\t\t<td>22,951</td>\r\n\t\t\t\t\t<td>4,131</td>\r\n\t\t\t\t\t<td>23,508</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 05분</td>\r\n\t\t\t\t\t<td>2,599</td>\r\n\t\t\t\t\t<td>22,943</td>\r\n\t\t\t\t\t<td>4,138</td>\r\n\t\t\t\t\t<td>23,436</td>\r\n\t\t\t\t\t<td>21,001</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 10분</td>\r\n\t\t\t\t\t<td>2,610</td>\r\n\t\t\t\t\t<td>23,178</td>\r\n\t\t\t\t\t<td>4,210</td>\r\n\t\t\t\t\t<td>23,386</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 15분</td>\r\n\t\t\t\t\t<td>2,662</td>\r\n\t\t\t\t\t<td>23,154</td>\r\n\t\t\t\t\t<td>4,283</td>\r\n\t\t\t\t\t<td>23,556</td>\r\n\t\t\t\t\t<td>21,000</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 20분</td>\r\n\t\t\t\t\t<td>2,662</td>\r\n\t\t\t\t\t<td>23,199</td>\r\n\t\t\t\t\t<td>4,335</td>\r\n\t\t\t\t\t<td>23,795</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 25분</td>\r\n\t\t\t\t\t<td>2,622</td>\r\n\t\t\t\t\t<td>23,328</td>\r\n\t\t\t\t\t<td>4,360</td>\r\n\t\t\t\t\t<td>23,828</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 30분</td>\r\n\t\t\t\t\t<td>2,625</td>\r\n\t\t\t\t\t<td>23,287</td>\r\n\t\t\t\t\t<td>4,423</td>\r\n\t\t\t\t\t<td>23,924</td>\r\n\t\t\t\t\t<td>21,015</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 35분</td>\r\n\t\t\t\t\t<td>2,608</td>\r\n\t\t\t\t\t<td>23,245</td>\r\n\t\t\t\t\t<td>4,434</td>\r\n\t\t\t\t\t<td>23,882</td>\r\n\t\t\t\t\t<td>21,000</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 40분</td>\r\n\t\t\t\t\t<td>2,554</td>\r\n\t\t\t\t\t<td>23,098</td>\r\n\t\t\t\t\t<td>4,444</td>\r\n\t\t\t\t\t<td>23,920</td>\r\n\t\t\t\t\t<td>21,012</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 45분</td>\r\n\t\t\t\t\t<td>2,594</td>\r\n\t\t\t\t\t<td>23,215</td>\r\n\t\t\t\t\t<td>4,458</td>\r\n\t\t\t\t\t<td>24,209</td>\r\n\t\t\t\t\t<td>20,992</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 50분</td>\r\n\t\t\t\t\t<td>2,555</td>\r\n\t\t\t\t\t<td>23,382</td>\r\n\t\t\t\t\t<td>4,474</td>\r\n\t\t\t\t\t<td>24,046</td>\r\n\t\t\t\t\t<td>21,000</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 17시 55분</td>\r\n\t\t\t\t\t<td>2,547</td>\r\n\t\t\t\t\t<td>23,429</td>\r\n\t\t\t\t\t<td>4,495</td>\r\n\t\t\t\t\t<td>23,921</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 00분</td>\r\n\t\t\t\t\t<td>2,472</td>\r\n\t\t\t\t\t<td>23,412</td>\r\n\t\t\t\t\t<td>4,520</td>\r\n\t\t\t\t\t<td>24,070</td>\r\n\t\t\t\t\t<td>21,017</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 05분</td>\r\n\t\t\t\t\t<td>2,391</td>\r\n\t\t\t\t\t<td>23,177</td>\r\n\t\t\t\t\t<td>4,528</td>\r\n\t\t\t\t\t<td>24,029</td>\r\n\t\t\t\t\t<td>20,997</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 10분</td>\r\n\t\t\t\t\t<td>2,451</td>\r\n\t\t\t\t\t<td>23,103</td>\r\n\t\t\t\t\t<td>4,534</td>\r\n\t\t\t\t\t<td>23,989</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 15분</td>\r\n\t\t\t\t\t<td>2,452</td>\r\n\t\t\t\t\t<td>23,280</td>\r\n\t\t\t\t\t<td>4,576</td>\r\n\t\t\t\t\t<td>24,049</td>\r\n\t\t\t\t\t<td>21,001</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 20분</td>\r\n\t\t\t\t\t<td>2,458</td>\r\n\t\t\t\t\t<td>23,384</td>\r\n\t\t\t\t\t<td>4,647</td>\r\n\t\t\t\t\t<td>24,003</td>\r\n\t\t\t\t\t<td>20,996</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 25분</td>\r\n\t\t\t\t\t<td>2,456</td>\r\n\t\t\t\t\t<td>23,459</td>\r\n\t\t\t\t\t<td>4,668</td>\r\n\t\t\t\t\t<td>24,088</td>\r\n\t\t\t\t\t<td>20,989</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 30분</td>\r\n\t\t\t\t\t<td>2,449</td>\r\n\t\t\t\t\t<td>23,571</td>\r\n\t\t\t\t\t<td>4,685</td>\r\n\t\t\t\t\t<td>24,015</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 35분</td>\r\n\t\t\t\t\t<td>2,473</td>\r\n\t\t\t\t\t<td>23,456</td>\r\n\t\t\t\t\t<td>4,698</td>\r\n\t\t\t\t\t<td>24,082</td>\r\n\t\t\t\t\t<td>20,983</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 40분</td>\r\n\t\t\t\t\t<td>2,470</td>\r\n\t\t\t\t\t<td>23,513</td>\r\n\t\t\t\t\t<td>4,712</td>\r\n\t\t\t\t\t<td>24,030</td>\r\n\t\t\t\t\t<td>20,993</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 45분</td>\r\n\t\t\t\t\t<td>2,463</td>\r\n\t\t\t\t\t<td>23,676</td>\r\n\t\t\t\t\t<td>4,724</td>\r\n\t\t\t\t\t<td>24,070</td>\r\n\t\t\t\t\t<td>20,969</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 50분</td>\r\n\t\t\t\t\t<td>2,460</td>\r\n\t\t\t\t\t<td>23,760</td>\r\n\t\t\t\t\t<td>4,734</td>\r\n\t\t\t\t\t<td>23,979</td>\r\n\t\t\t\t\t<td>20,984</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 18시 55분</td>\r\n\t\t\t\t\t<td>2,498</td>\r\n\t\t\t\t\t<td>23,723</td>\r\n\t\t\t\t\t<td>4,742</td>\r\n\t\t\t\t\t<td>24,091</td>\r\n\t\t\t\t\t<td>20,968</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 00분</td>\r\n\t\t\t\t\t<td>2,463</td>\r\n\t\t\t\t\t<td>23,886</td>\r\n\t\t\t\t\t<td>4,747</td>\r\n\t\t\t\t\t<td>24,051</td>\r\n\t\t\t\t\t<td>20,991</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 05분</td>\r\n\t\t\t\t\t<td>2,464</td>\r\n\t\t\t\t\t<td>23,664</td>\r\n\t\t\t\t\t<td>4,761</td>\r\n\t\t\t\t\t<td>23,964</td>\r\n\t\t\t\t\t<td>20,978</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 10분</td>\r\n\t\t\t\t\t<td>2,492</td>\r\n\t\t\t\t\t<td>23,748</td>\r\n\t\t\t\t\t<td>4,794</td>\r\n\t\t\t\t\t<td>24,166</td>\r\n\t\t\t\t\t<td>20,983</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 15분</td>\r\n\t\t\t\t\t<td>2,479</td>\r\n\t\t\t\t\t<td>23,922</td>\r\n\t\t\t\t\t<td>4,827</td>\r\n\t\t\t\t\t<td>24,169</td>\r\n\t\t\t\t\t<td>20,977</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 20분</td>\r\n\t\t\t\t\t<td>2,462</td>\r\n\t\t\t\t\t<td>23,735</td>\r\n\t\t\t\t\t<td>4,849</td>\r\n\t\t\t\t\t<td>24,029</td>\r\n\t\t\t\t\t<td>20,984</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 25분</td>\r\n\t\t\t\t\t<td>2,459</td>\r\n\t\t\t\t\t<td>23,580</td>\r\n\t\t\t\t\t<td>4,866</td>\r\n\t\t\t\t\t<td>24,087</td>\r\n\t\t\t\t\t<td>20,974</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 30분</td>\r\n\t\t\t\t\t<td>2,410</td>\r\n\t\t\t\t\t<td>23,400</td>\r\n\t\t\t\t\t<td>4,857</td>\r\n\t\t\t\t\t<td>24,084</td>\r\n\t\t\t\t\t<td>20,985</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 35분</td>\r\n\t\t\t\t\t<td>2,428</td>\r\n\t\t\t\t\t<td>23,361</td>\r\n\t\t\t\t\t<td>4,844</td>\r\n\t\t\t\t\t<td>24,127</td>\r\n\t\t\t\t\t<td>20,994</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 40분</td>\r\n\t\t\t\t\t<td>2,421</td>\r\n\t\t\t\t\t<td>23,266</td>\r\n\t\t\t\t\t<td>4,845</td>\r\n\t\t\t\t\t<td>24,170</td>\r\n\t\t\t\t\t<td>20,998</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 45분</td>\r\n\t\t\t\t\t<td>2,403</td>\r\n\t\t\t\t\t<td>23,017</td>\r\n\t\t\t\t\t<td>4,834</td>\r\n\t\t\t\t\t<td>24,004</td>\r\n\t\t\t\t\t<td>20,995</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 50분</td>\r\n\t\t\t\t\t<td>2,373</td>\r\n\t\t\t\t\t<td>22,712</td>\r\n\t\t\t\t\t<td>4,815</td>\r\n\t\t\t\t\t<td>23,999</td>\r\n\t\t\t\t\t<td>20,997</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 19시 55분</td>\r\n\t\t\t\t\t<td>2,388</td>\r\n\t\t\t\t\t<td>22,464</td>\r\n\t\t\t\t\t<td>4,815</td>\r\n\t\t\t\t\t<td>23,904</td>\r\n\t\t\t\t\t<td>20,996</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 00분</td>\r\n\t\t\t\t\t<td>2,361</td>\r\n\t\t\t\t\t<td>22,343</td>\r\n\t\t\t\t\t<td>4,788</td>\r\n\t\t\t\t\t<td>23,904</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 05분</td>\r\n\t\t\t\t\t<td>2,280</td>\r\n\t\t\t\t\t<td>22,163</td>\r\n\t\t\t\t\t<td>4,757</td>\r\n\t\t\t\t\t<td>23,736</td>\r\n\t\t\t\t\t<td>21,009</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 10분</td>\r\n\t\t\t\t\t<td>2,344</td>\r\n\t\t\t\t\t<td>22,229</td>\r\n\t\t\t\t\t<td>4,704</td>\r\n\t\t\t\t\t<td>23,789</td>\r\n\t\t\t\t\t<td>20,994</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 15분</td>\r\n\t\t\t\t\t<td>2,302</td>\r\n\t\t\t\t\t<td>22,062</td>\r\n\t\t\t\t\t<td>4,694</td>\r\n\t\t\t\t\t<td>23,716</td>\r\n\t\t\t\t\t<td>20,992</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 20분</td>\r\n\t\t\t\t\t<td>2,283</td>\r\n\t\t\t\t\t<td>21,668</td>\r\n\t\t\t\t\t<td>4,683</td>\r\n\t\t\t\t\t<td>23,865</td>\r\n\t\t\t\t\t<td>20,993</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 25분</td>\r\n\t\t\t\t\t<td>2,282</td>\r\n\t\t\t\t\t<td>21,590</td>\r\n\t\t\t\t\t<td>4,663</td>\r\n\t\t\t\t\t<td>23,678</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 30분</td>\r\n\t\t\t\t\t<td>2,255</td>\r\n\t\t\t\t\t<td>21,194</td>\r\n\t\t\t\t\t<td>4,644</td>\r\n\t\t\t\t\t<td>23,573</td>\r\n\t\t\t\t\t<td>21,008</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 35분</td>\r\n\t\t\t\t\t<td>2,295</td>\r\n\t\t\t\t\t<td>21,045</td>\r\n\t\t\t\t\t<td>4,631</td>\r\n\t\t\t\t\t<td>23,715</td>\r\n\t\t\t\t\t<td>20,997</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 40분</td>\r\n\t\t\t\t\t<td>2,273</td>\r\n\t\t\t\t\t<td>20,979</td>\r\n\t\t\t\t\t<td>4,612</td>\r\n\t\t\t\t\t<td>23,680</td>\r\n\t\t\t\t\t<td>21,004</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 45분</td>\r\n\t\t\t\t\t<td>2,276</td>\r\n\t\t\t\t\t<td>20,634</td>\r\n\t\t\t\t\t<td>4,592</td>\r\n\t\t\t\t\t<td>23,674</td>\r\n\t\t\t\t\t<td>20,992</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 50분</td>\r\n\t\t\t\t\t<td>2,264</td>\r\n\t\t\t\t\t<td>20,176</td>\r\n\t\t\t\t\t<td>4,562</td>\r\n\t\t\t\t\t<td>23,598</td>\r\n\t\t\t\t\t<td>20,982</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 20시 55분</td>\r\n\t\t\t\t\t<td>2,290</td>\r\n\t\t\t\t\t<td>20,296</td>\r\n\t\t\t\t\t<td>4,539</td>\r\n\t\t\t\t\t<td>23,779</td>\r\n\t\t\t\t\t<td>20,982</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 00분</td>\r\n\t\t\t\t\t<td>2,147</td>\r\n\t\t\t\t\t<td>20,034</td>\r\n\t\t\t\t\t<td>4,501</td>\r\n\t\t\t\t\t<td>23,730</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 05분</td>\r\n\t\t\t\t\t<td>1,922</td>\r\n\t\t\t\t\t<td>20,145</td>\r\n\t\t\t\t\t<td>4,477</td>\r\n\t\t\t\t\t<td>23,673</td>\r\n\t\t\t\t\t<td>20,992</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 10분</td>\r\n\t\t\t\t\t<td>1,934</td>\r\n\t\t\t\t\t<td>20,034</td>\r\n\t\t\t\t\t<td>4,430</td>\r\n\t\t\t\t\t<td>23,726</td>\r\n\t\t\t\t\t<td>21,005</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 15분</td>\r\n\t\t\t\t\t<td>1,927</td>\r\n\t\t\t\t\t<td>19,838</td>\r\n\t\t\t\t\t<td>4,341</td>\r\n\t\t\t\t\t<td>23,810</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 20분</td>\r\n\t\t\t\t\t<td>1,920</td>\r\n\t\t\t\t\t<td>19,527</td>\r\n\t\t\t\t\t<td>4,294</td>\r\n\t\t\t\t\t<td>23,538</td>\r\n\t\t\t\t\t<td>21,006</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 25분</td>\r\n\t\t\t\t\t<td>1,906</td>\r\n\t\t\t\t\t<td>19,351</td>\r\n\t\t\t\t\t<td>4,253</td>\r\n\t\t\t\t\t<td>23,561</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 30분</td>\r\n\t\t\t\t\t<td>1,926</td>\r\n\t\t\t\t\t<td>19,256</td>\r\n\t\t\t\t\t<td>4,222</td>\r\n\t\t\t\t\t<td>23,505</td>\r\n\t\t\t\t\t<td>20,984</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 35분</td>\r\n\t\t\t\t\t<td>1,818</td>\r\n\t\t\t\t\t<td>19,026</td>\r\n\t\t\t\t\t<td>4,206</td>\r\n\t\t\t\t\t<td>23,554</td>\r\n\t\t\t\t\t<td>21,004</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 40분</td>\r\n\t\t\t\t\t<td>1,639</td>\r\n\t\t\t\t\t<td>18,836</td>\r\n\t\t\t\t\t<td>4,162</td>\r\n\t\t\t\t\t<td>23,537</td>\r\n\t\t\t\t\t<td>21,014</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 45분</td>\r\n\t\t\t\t\t<td>1,638</td>\r\n\t\t\t\t\t<td>18,770</td>\r\n\t\t\t\t\t<td>4,130</td>\r\n\t\t\t\t\t<td>23,514</td>\r\n\t\t\t\t\t<td>20,990</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 50분</td>\r\n\t\t\t\t\t<td>1,643</td>\r\n\t\t\t\t\t<td>18,448</td>\r\n\t\t\t\t\t<td>4,099</td>\r\n\t\t\t\t\t<td>23,489</td>\r\n\t\t\t\t\t<td>21,015</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 21시 55분</td>\r\n\t\t\t\t\t<td>1,642</td>\r\n\t\t\t\t\t<td>18,439</td>\r\n\t\t\t\t\t<td>4,072</td>\r\n\t\t\t\t\t<td>23,470</td>\r\n\t\t\t\t\t<td>21,021</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 00분</td>\r\n\t\t\t\t\t<td>1,643</td>\r\n\t\t\t\t\t<td>18,336</td>\r\n\t\t\t\t\t<td>4,047</td>\r\n\t\t\t\t\t<td>23,534</td>\r\n\t\t\t\t\t<td>20,998</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 05분</td>\r\n\t\t\t\t\t<td>1,648</td>\r\n\t\t\t\t\t<td>18,450</td>\r\n\t\t\t\t\t<td>4,018</td>\r\n\t\t\t\t\t<td>23,452</td>\r\n\t\t\t\t\t<td>20,993</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 10분</td>\r\n\t\t\t\t\t<td>1,638</td>\r\n\t\t\t\t\t<td>18,352</td>\r\n\t\t\t\t\t<td>3,980</td>\r\n\t\t\t\t\t<td>23,646</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 15분</td>\r\n\t\t\t\t\t<td>1,603</td>\r\n\t\t\t\t\t<td>18,242</td>\r\n\t\t\t\t\t<td>3,963</td>\r\n\t\t\t\t\t<td>23,689</td>\r\n\t\t\t\t\t<td>21,025</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 20분</td>\r\n\t\t\t\t\t<td>1,639</td>\r\n\t\t\t\t\t<td>18,129</td>\r\n\t\t\t\t\t<td>3,935</td>\r\n\t\t\t\t\t<td>23,889</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 25분</td>\r\n\t\t\t\t\t<td>1,606</td>\r\n\t\t\t\t\t<td>17,946</td>\r\n\t\t\t\t\t<td>3,905</td>\r\n\t\t\t\t\t<td>23,823</td>\r\n\t\t\t\t\t<td>20,999</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 30분</td>\r\n\t\t\t\t\t<td>1,607</td>\r\n\t\t\t\t\t<td>17,660</td>\r\n\t\t\t\t\t<td>3,888</td>\r\n\t\t\t\t\t<td>23,739</td>\r\n\t\t\t\t\t<td>21,017</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 35분</td>\r\n\t\t\t\t\t<td>1,594</td>\r\n\t\t\t\t\t<td>17,515</td>\r\n\t\t\t\t\t<td>3,879</td>\r\n\t\t\t\t\t<td>23,673</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 40분</td>\r\n\t\t\t\t\t<td>1,604</td>\r\n\t\t\t\t\t<td>17,398</td>\r\n\t\t\t\t\t<td>3,865</td>\r\n\t\t\t\t\t<td>23,760</td>\r\n\t\t\t\t\t<td>21,026</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 45분</td>\r\n\t\t\t\t\t<td>1,614</td>\r\n\t\t\t\t\t<td>17,109</td>\r\n\t\t\t\t\t<td>3,860</td>\r\n\t\t\t\t\t<td>23,758</td>\r\n\t\t\t\t\t<td>21,016</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 50분</td>\r\n\t\t\t\t\t<td>1,592</td>\r\n\t\t\t\t\t<td>16,936</td>\r\n\t\t\t\t\t<td>3,858</td>\r\n\t\t\t\t\t<td>23,787</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 22시 55분</td>\r\n\t\t\t\t\t<td>1,589</td>\r\n\t\t\t\t\t<td>16,769</td>\r\n\t\t\t\t\t<td>3,854</td>\r\n\t\t\t\t\t<td>23,653</td>\r\n\t\t\t\t\t<td>21,023</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 00분</td>\r\n\t\t\t\t\t<td>1,597</td>\r\n\t\t\t\t\t<td>16,684</td>\r\n\t\t\t\t\t<td>3,853</td>\r\n\t\t\t\t\t<td>23,665</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 05분</td>\r\n\t\t\t\t\t<td>1,588</td>\r\n\t\t\t\t\t<td>16,718</td>\r\n\t\t\t\t\t<td>3,851</td>\r\n\t\t\t\t\t<td>23,539</td>\r\n\t\t\t\t\t<td>21,013</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 10분</td>\r\n\t\t\t\t\t<td>1,401</td>\r\n\t\t\t\t\t<td>16,600</td>\r\n\t\t\t\t\t<td>3,835</td>\r\n\t\t\t\t\t<td>23,636</td>\r\n\t\t\t\t\t<td>21,028</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 15분</td>\r\n\t\t\t\t\t<td>1,405</td>\r\n\t\t\t\t\t<td>16,461</td>\r\n\t\t\t\t\t<td>3,820</td>\r\n\t\t\t\t\t<td>23,568</td>\r\n\t\t\t\t\t<td>21,022</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 20분</td>\r\n\t\t\t\t\t<td>1,407</td>\r\n\t\t\t\t\t<td>16,314</td>\r\n\t\t\t\t\t<td>3,813</td>\r\n\t\t\t\t\t<td>23,564</td>\r\n\t\t\t\t\t<td>21,018</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 25분</td>\r\n\t\t\t\t\t<td>1,400</td>\r\n\t\t\t\t\t<td>15,919</td>\r\n\t\t\t\t\t<td>3,811</td>\r\n\t\t\t\t\t<td>23,462</td>\r\n\t\t\t\t\t<td>21,017</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 30분</td>\r\n\t\t\t\t\t<td>1,397</td>\r\n\t\t\t\t\t<td>15,557</td>\r\n\t\t\t\t\t<td>3,812</td>\r\n\t\t\t\t\t<td>23,284</td>\r\n\t\t\t\t\t<td>21,029</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 35분</td>\r\n\t\t\t\t\t<td>1,399</td>\r\n\t\t\t\t\t<td>15,435</td>\r\n\t\t\t\t\t<td>3,804</td>\r\n\t\t\t\t\t<td>23,271</td>\r\n\t\t\t\t\t<td>21,019</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 40분</td>\r\n\t\t\t\t\t<td>1,400</td>\r\n\t\t\t\t\t<td>15,103</td>\r\n\t\t\t\t\t<td>3,789</td>\r\n\t\t\t\t\t<td>23,269</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 45분</td>\r\n\t\t\t\t\t<td>1,390</td>\r\n\t\t\t\t\t<td>14,911</td>\r\n\t\t\t\t\t<td>3,787</td>\r\n\t\t\t\t\t<td>23,302</td>\r\n\t\t\t\t\t<td>21,015</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 50분</td>\r\n\t\t\t\t\t<td>1,370</td>\r\n\t\t\t\t\t<td>14,574</td>\r\n\t\t\t\t\t<td>3,783</td>\r\n\t\t\t\t\t<td>23,196</td>\r\n\t\t\t\t\t<td>21,024</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>2023년 09월 01일 23시 55분</td>\r\n\t\t\t\t\t<td>1,381</td>\r\n\t\t\t\t\t<td>14,224</td>\r\n\t\t\t\t\t<td>3,788</td>\r\n\t\t\t\t\t<td>22,897</td>\r\n\t\t\t\t\t<td>21,028</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\r\n\t\t</tbody>\r\n\t</table>\r\n</div>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/KPX/realtime.html",
    "content": "\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n\n\n\n\n\n\n\n\n<html lang=\"ko\">\n<head>\n<meta charset=\"UTF-8\" />\n<meta name=\"_csrf_parameter\" content=\"_csrf\" /><meta name=\"_csrf_header\" content=\"X-XSRF-TOKEN\" /><meta name=\"_csrf\" content=\"cc29bc11-037e-4e72-95ee-c4295424f505\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,minimum-scale=1.0,user-scalable=yes\" />\n\n<meta name=\"title\" content=\"실시간 전력수급현황 | 전력관련정보 | 부가메뉴 : 전력거래소\" />\n<meta name=\"description\" content=\"전력거래소,실시간 전력수급현황 | 전력관련정보 | 부가메뉴\" />\n<meta name=\"keyword\" content=\"KPX\" />\n<meta name=\"author\" content=\"전력거래소\" />\n\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:site_name\" content=\"전력거래소\" />\n<meta property=\"og:title\" content=\"실시간 전력수급현황 | 전력관련정보 | 부가메뉴 : 전력거래소\" />\n<meta property=\"og:url\" content=\"https://www.kpx.or.kr/powerinfoSubmain.es?mid=a10606030000\" />\n<meta property=\"og:description\" content=\"전력거래소\" />\n\n<title>실시간 전력수급현황 | 전력관련정보 | 부가메뉴 : 전력거래소</title>\n\n<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n\n\n                   \n<link rel=\"stylesheet\" href=\"/main/css/default.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/layout.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/layout_respond.css\" />\t\n\n                   \n\n<link rel=\"stylesheet\" href=\"/main/css/sub.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/sub_respond.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/sub_es.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/content.css\" />\n<link rel=\"stylesheet\" href=\"/main/css/content_respond.css\" />\n<link rel=\"stylesheet\" href=\"/jquery/css/jquery.mCustomScrollbar.min.css\" />\t\n\n\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/jquery/css/slick.css\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/jquery/css/fullpage.css\">\n<link rel=\"stylesheet\" href=\"/jquery/css/jquery.bxslider.css\" />\t\n                  \n<script src=\"/jquery/js/jquery-1.12.4.min.js\"></script>\n<script src=\"/jquery/js/jquery.fullPage.min.js\"></script>\n<script src=\"/js/global.js\"></script>\n<script src=\"/jquery/js/jquery.bxslider.min.js\"></script>\n<script src=\"/jquery/js/slick.js\"></script>\n<script src=\"/ease_src/js/captchaboard.js\"></script>\n\n                  \n<script src=\"/ease_src/sEditor/js/HuskyEZCreator.js\" charset=\"UTF-8\"></script>\n\n\n<script src=\"/jquery/js/jquery.mCustomScrollbar.concat.min.js\"></script>\n\n</head>\n<body>\n\n\n\n\n\n\n\n\n<link rel=\"stylesheet\" href=\"/css/modalpopup.css\" />\n\n\t\n\t\n\t\t<div id=\"issue\">\n\t\n\n\n\t\n\t<div class=\"tt\">\n\t\t<a href=\"\" class=\"control open\">\n\t\t\t<em>POPUP</em>\n\t\t\t<span class=\"count\"><strong>0</strong><span>건</span></span>\n\t\t</a>\n\t</div>\n\t\n\t<article class=\"modal group\">\n\t\t<h2 class=\"title\">주요알림</h2>\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"list\">\n\t\t\t\n\t\t\t<div class=\"img\">\n\t\t\t\t\n\t\t\t\t\t<a href=\"/board.es?mid=a10102090000&bid=0151&act=view&list_no=74050\" target=\"_self\"><img src=\"/upload/modalpopup/a1/20250103142126142.png\" onerror=\"this.src='/error/img/noimage.jpg'\" alt=\"국민권익위원회 주관 2022년도 공공기관 종합청렴도 평가 결과\" /></a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"img\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<img src=\"/upload/modalpopup/a1/20250102160134222.png\" onerror=\"this.src='/error/img/noimage.jpg'\" alt=\"여객기 사고 희생자 애도\" />\n\t\t\t\t\n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"img\">\n\t\t\t\t\n\t\t\t\t\t<a href=\"https://edu.kpx.or.kr\" target=\"_blank\" title=\"새창\" rel=\"noopener\"><img src=\"/upload/modalpopup/a1/20241219084635134.png\" onerror=\"this.src='/error/img/noimage.jpg'\" alt=\"25년 제1기 신재생창업스쿨 홍보팝업\" /></a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t</div>\n\t\t\t\n\t\t</div>\n\t\t\n\t\t\n\t\t\n\t    \n\t    <div class=\"item\">\n            <p class=\"label\">팝업건수 : 총 <span class=\"count\">0</span>건</p>\n            \n            <a href=\"\" class=\"control close\">닫기</a>\n            <a href=\"\" class=\"control close oneday\" data-focus=\"popup_focus01\" data-focus-next=\"popup_focus01\">오늘하루열지않기</a>\n        </div>\n        \n    \t<div class=\"close_box\">닫기</div>       \n    </article>\n</div>\n<script src=\"/jquery/jstree/_lib/jquery.cookie.js\"></script>\t\n<script>\n\n// 팝업 갯수\nvar issuecount = $(\"#issue .group .list .img\").length;\n$('#issue .count strong, #issue .item .count').text(issuecount);\n\n// 팝업 열고 닫기\n$('#issue').find('.control').on('click', function() {\n\tif ( $(this).hasClass('open') == true ) {\n\t\t$('#issue').addClass('active');\n\t}\n\telse {\n\t\t$('#issue').removeClass('active');\n\t}\n\treturn false;\n});\n$('#issue .close_box').on('click', function() {\n\t$('#issue').removeClass('active');\n\treturn false;\n});\n\n$('#issue .group .list').slick({\n\tdraggable: true,\n\tarrows: true,\n\tdots: true,\n\tspeed: 700,\n\tmobileFirst: true,\n\tpauseOnDotsHover: true,\n    responsive: [\n       {\n         breakpoint: 640,\n         settings: {\n           slidesToShow: 3,\n           slidesToScroll:1\n         }\n       },\n       {\n           breakpoint: 639,  \n           settings: {\n             slidesToShow: 2,\n             slidesToScroll:1\n           }\n         }\n     ]\n});\n\n\n\n\n$(function(){\n    //  오늘하루열지않기\n    $('.oneday').on('click', function () {\n    \t$('#issue').removeClass(\"active\");\n\t\t    // $('#issue').css(\"display\",\"none\");\n    \tvar name = \"a1.oneday.open\";\n    \tvar value\t= \"1\";\n    \tvar expiredays = 1;    \t\n\t\tvar expire_date = new Date() ;  //오늘날짜를  대입값으로 설정한다.\n\t\tvar secure = location.protocol == 'https:' ? ' secure;' : '';\n\t\texpire_date.setDate(expire_date.getDate() + expiredays) ;\n\t\t$.cookie(name,value,{expires: expiredays});\n\t\t// $.ajax(\"/ondayOpen.es?name=\"+name);\n    });\n    $(\"#popup_cnt\").html('03');\n    if(03 == 0){\n     $(\"#modal_popup\").css(\"display\",\"none\");\n    }\n    \n    // 팝업 열고 닫기\n\t$('#quick').find('.control').on('click', function() {\n\t\tif ( $(this).hasClass('open') == true ) {\n\t\t\t$('#issue').addClass('active');\n\t\t}\n\t\telse {\n\t\t\t$('#issue').removeClass('active');\n\t\t}\n\t\treturn false;\n\t});\n\t//$('.slick-slide').attr(\"tabindex\",\"1\");\n\t//$('.slick-cloned').attr(\"tabindex\",\"-1\");\n\t$('.slick-dots > li > button').attr(\"tabindex\",\"0\");\n\t//$('.modal .prev').attr(\"data-focus-next\",\"popup_focus_arrow01\");\n\t//$('.modal .next').attr(\"data-focus\",\"popup_focus_arrow01\");\n\t\n\t\n})\n</script>\n<p id=\"skip_nav\">\n\t<a href=\"#contents_body\" class=\"cont_link\">본문으로 바로가기</a>\n\t<a href=\"#main\" class=\"main_link\">메인 본문으로 바로가기</a>\n</p>\n\n<div id=\"hiddenLayer\" style=\"display:none\"></div>\n<div class=\"mw\" id=\"mw_temp\" style=\"display:none;\"></div>\n\n<div id=\"wrap\">\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t<header id=\"header\">\n\t\t\n\n<h1 class=\"logo\"><a href=\"/main/\">전력거래소</a></h1>\n<div id=\"hnb\">\n    <ul class=\"hnb2\">\n                                                                                                                                                                                                                                                                                                                                                              \n        <li class=\"global\" id=\"global\">\n            <a href=\"#main\" class=\"active\">KOR<span class=\"blind\">언어선택 열기</span></a>\n        \t<div class=\"lang\">\n\t            <a href=\"/main/\">KOR<span class=\"hidden\">국문 사이트</span></a>\n\t            <a href=\"/eng/\">ENG<span class=\"hidden\">영문 사이트</span></a>\n            </div>\n        </li>        \n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t<li class=\"login\" style=\"z-index: 999;margin:0 25px 0 11px;\"><a href=\"/loginPin_search.es?sid=a1\" title=\"로그인\"><i class=\"xi-lock-o\"></i>로그인</a></li>\n\t\t\t\n\t\t\t\n\n\t\t<li class=\"hnb_search\"><a href=\"\" class=\"label\">검색<span class=\"blind\">열기</span></a></li>\n\t</ul>\n</div>\n<div class=\"search\">\n\t<div class=\"form\">\n\t\t<form id=\"searchForm\" name=\"searchForm\" action=\"/findeepSearch.es?mid=a10700000000\" method=\"post\">\n\t\t\t<label for=\"search\" class=\"IR\">검색</label>\n\t\t\t<input type=\"text\" placeholder=\"검색어를 입력해 주세요\" class=\"search_keyword\" id=\"search\" name=\"allKeyWord\" value=\"\" title=\"검색\">\n\t\t\t<button type=\"submit\" name=\"button\" onclick=\"document.searchForm.submit(); return false;\">검색</button>\n\t\t<div>\n<input type=\"hidden\" name=\"_csrf\" value=\"cc29bc11-037e-4e72-95ee-c4295424f505\" />\n</div></form>\n\t</div>\n\t<button type=\"button\" class=\"close\">닫기</button>\n</div>\n\t\t<nav id=\"gnb\">\n\t\t\t\n\n<ul id=\"head_menu\" class=\"topmenu\">\n\t<li class=\"lnb1 mnfirst\">\n\t\t<a href=\"/menu.es?mid=a10301010000\">KPX소개</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub03\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10301010000\">전력거래소는?</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301010000\">회사개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301020000\">주요역할</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301030000\">비전 및 경영전략</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301060000\">CI소개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301070100\">찾아오시는 길</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10303010000\">CEO 소개</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10303010000\">인사말</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10303020000\">약력</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10302010000\">조직구성</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10302010200\">조직소개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10302020100\">임원구성 및 선임절차</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10304000000\">회원사 현황</a></li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"https://kpx.saramin.co.kr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"새창으로 이동\" class=\"linkWindow\">채용안내</a></li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb2\">\n\t\t<a href=\"/menu.es?mid=a10201000000\">열린경영</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub02\">\n\t\t\t\t<li class=\"sub11 subfirst\"><a href=\"/menu.es?mid=a10211010000\">국민의 의견을 듣습니다</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10211010000\">국민제안 이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10211020000\">국민제안 접수 및 조회</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub12\"><a href=\"/menu.es?mid=a10212010000\">적극행정</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212010000\">적극행정이란</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212020000\">전력거래소 적극행정 추진방안</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212030000\">적극행정 우수사례</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212040000\">적극행정 우수직원 추천</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212050000\">소극행정 신고센터</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212060000\">적극행정 소통 게시판</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212070000\">소극행정 혁파 소통 게시판</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub13\"><a href=\"/menu.es?mid=a10213010000\">기업성장응답센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10213010000\">기업성장응답센터는?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10213020000\">규제애로 접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub14\"><a href=\"/menu.es?mid=a10214010000\">행동강령.부패신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10214010000\">신문고이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10214020000\">행동강령.부패신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub15\"><a href=\"/menu.es?mid=a10215010000\">인권침해신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215010000\">인권침해 신고접수 및 상담</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215020000\">인권침해 사건처리 절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215030000\">사건처리 원칙</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub16\"><a href=\"/menu.es?mid=a10216010000\">공익신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216010000\">공익신고안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216020000\">공익신고자보호안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216030000\">구조금.보상금지급안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216040000\">공익신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub17\"><a href=\"/menu.es?mid=a10217010000\">예산낭비신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10217010000\">예산낭비 신고안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10217020000\">예산낭비 신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub18\"><a href=\"/menu.es?mid=a10218010000\">안전제안(신고)센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10218010000\">안전제안/신고센터는?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10218020000\">안전제안/신고접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub21\"><a href=\"/menu.es?mid=a10221010000\">인사위반 신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10221010000\">인사위반 신고센터?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10221020000\">인사위반 신고접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub19 sublast\"><a href=\"/menu.es?mid=a10219000000\">신고센터 바로가기</a></li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb3\">\n\t\t<a href=\"/menu.es?mid=a10901050000\">ESG경영</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub09\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10901050000\">ESG경영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901050000\">CEO 인사말</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901040000\">ESG 추진전략</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901110000\">ESG 추진조직</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901130000\">ESG 성과지표</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901120100\">ESG 수상 및 인증내역</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10902010000\">E(환경)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902010000\">환경경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902070100\">친환경정책지원</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902080100\">신재생 및 태양광 지표</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902090000\">녹색제품 구매</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10903020000\">S(사회)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903020100\">동반성장</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903030300\">안전경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903040100\">인권경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903050000\">다양성 존중</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10904010000\">G(지배구조)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904010200\">이사회</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904040100\">ESG전략위원회</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904050100\">윤리경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904070100\">청렴경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904030000\">비상임이사 경영활동</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10905000000\">지속가능경영보고서</a></li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb4\">\n\t\t<a href=\"/menu.es?mid=a11001010000\">법령·규칙</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub10\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11001010000\">법령 및 고시</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11001010000\">법령</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11001020000\">고시</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a11002010000\">전력시장운영규칙 및 세부규정</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002010000\">전력시장운영규칙 아카이브</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002020000\">세부운영규정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002030000\">규칙개정 제안 및 자문</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002040000\">기타</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"https://marketrule.kpx.or.kr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"새창으로 이동\" class=\"linkWindow\">전력시장운영규칙 웹서비스</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03 sublast\"><a href=\"/menu.es?mid=a11003010000\">내규</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11003010000\">내규 공개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11003020000\">내규·제·개정 예고</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb5\">\n\t\t<a href=\"/menu.es?mid=a10101010000\">정보공개</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub01\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10101010000\">정보공개제도</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101010000\">정보공개제도란?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101020000\">정보처리절차흐름도</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101030000\">정보공개 방법</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101040000\">비공개정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101050000\">불복구제절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101060000\">정보공개수수료</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub06\"><a href=\"/menu.es?mid=a10106000000\">공공기관정보공개청구</a></li>\n\t\t\t\t<li class=\"sub07\"><a href=\"/menu.es?mid=a10107010000\">공공데이터 제공</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107010000\">공공데이터 신청 및 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107020000\">공공데이터 목록</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107030000\">전력데이터 큐레이션 서비스</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107040000\">공공데이터 사업화 상담코너</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub11\"><a href=\"/menu.es?mid=a10111010000\">경영공시</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111010000\">경영공시 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111020000\">ALIO 통합공시</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111030000\">자율공시</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111040000\">담당자 현황</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10102090000\">사전정보공표</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102090000\">사전정보공표 목록</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102100000\">즐겨찾기 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102110000\">사전정보 모니터링</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub09\"><a href=\"/menu.es?mid=a10109010000\">전력시장·전력계통 운영정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109010000\">전력시장 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109020000\">전력계통 운영정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109040000\">IT시스템 운영정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109050000\">비중앙 출력제어 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109030000\">기타정보</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub10\"><a href=\"/menu.es?mid=a10110010000\">사업실명제</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10110010000\">사업실명제 개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10110020000\">대상사업 리스트</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10105000000\">정보목록</a></li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb6\">\n\t\t<a href=\"/menu.es?mid=a10401010000\">주요사업</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub04\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10401010000\">시장운영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401010000\">전력거래절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401040000\">시장가격결정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401050000\">정산처리일정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401080000\">정산스마트 매뉴얼</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401060000\">전력시장운영협의체</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401020000\">REC거래</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401030000\">전력거래시스템</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10801000000\">전력거래 준비 안내</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10402010000\">계통운영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402010000\">전력계통운영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402030000\">단기전력수급운영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402040000\">급전운영</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10403010000\">전력수급</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403010000\">전력수급개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403020000\">전력수급계획수립절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403030100\">전력수요전망</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403040000\">발전소건설현황</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403050100\">계통계획</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403060100\">발전사업허가업무</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403070000\">전력수급기본계획</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403090000\">계통 수용여유량 전망</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10404010000\">전력관련정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404010000\">최대부하전망</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404020000\">최대부하전망(제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404030000\">실시간 전력수급현황</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404040000\">실시간 전력수급현황 (제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404050000\">비상시 절전참여요령</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404060000\">전일 전력수급실적</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404070000\">전일 전력수급실적(제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404080100\">SMP(계통한계가격)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404090100\">하루전 발전계획용 수요예측</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub06\"><a href=\"/menu.es?mid=a10406010000\">제주시범사업 정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10406010100\">발전계획용 수요예측</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10406020100\">SMP(계통한계가격)</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10405010000\">해외동향</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10405010000\">전력산업동향</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10405020000\">스마트그리드동향</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb7\">\n\t\t<a href=\"/menu.es?mid=a11101000000\">통합계약정보</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub11\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11101010000\">입찰공고</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11101010000\">구매.용역.공사</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a11103010000\">계약절차안내</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103010000\">계약종류및방법</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103020000\">업무절차도</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103030000\">계약준비서류</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103040000\">예상소요일수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a11104000000\">통합자료실</a></li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a11105010000\">청렴계약안내</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11105010000\">청렵계약이란</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb8\">\n\t\t<a href=\"/menu.es?mid=a11201000000\">소식알림</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub12\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11201000000\">공지사항</a></li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a11202000000\">보도자료</a></li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a11203000000\">시장개선</a></li>\n\t\t\t\t<li class=\"sub04 sublast\"><a href=\"/menu.es?mid=a11204000000\">KPX 종합자료실</a></li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n\t<li class=\"lnb9 mnlast\">\n\t\t<a href=\"/menu.es?mid=a10501010000\">고객지원</a>\n\t\t<div class=\"submenu\" style=\"display:none;\">\n\t\t\t\n\n\t\t\t<ul class=\"sub05\">\n\t\t\t\t<li class=\"sub03 subfirst\"><a href=\"/menu.es?mid=a10503010100\">고객만족</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10503010100\">고객서비스 헌장 및 이행표준</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10503020000\">친절사원을 추천하세요</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10504010000\">KPX에 물어보세요</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504010000\">고객질의 이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504020000\">자주 받는 질문(FAQ)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504030000\">묻고 답하기(Q&A)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504040000\">분야별 업무담당자</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub21\"><a href=\"/menu.es?mid=a10521000000\">프로그램다운로드</a></li>\n\t\t\t\t<li class=\"sub22\"><a href=\"/menu.es?mid=a10522010000\">개인정보처리방침</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522010000\">알기 쉬운 개인정보처리방침</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522020000\">개인정보처리방침</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522030000\">정보주체 권리행사</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub23\"><a href=\"/menu.es?mid=a10523000000\">이메일 무단수집거부</a></li>\n\t\t\t\t<li class=\"sub24\"><a href=\"https://visit.kpx.or.kr\">방문신청</a></li>\n\t\t\t\t<li class=\"sub26 sublast\"><a href=\"/menu.es?mid=a10526010000\">전력계통 온라인 토론회</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10526010000\">공지사항 및 설명자료 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10526020000\">토론방</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t\n\n\t\t</div>\n\t</li>\n</ul>\n\n\n\t\t</nav>\n\t\t<nav id=\"gnb2\">\n\t\t\t<a href=\"\" class=\"control open\"><span class=\"bar\"></span>메뉴열기</a>\n\t\t\t<div class=\"gnb_wrap\">\n\t\t\t\t\t\t\n\t\t\t\t<div class=\"gnb_top\">\n\t\t\t\t\t<div class=\"gnb_search\">\n\t\t\t\t\t\t\t<form id=\"searchForm2\" name=\"searchForm\" action=\"/findeepSearch.es?mid=a10700000000\" method=\"post\">\n\t\t\t\t\t\t\t\t<label for=\"search\" class=\"IR\">검색</label>\n\t\t\t\t\t\t\t\t<input type=\"text\" placeholder=\"검색어를 입력해 주세요\" class=\"search_keyword\" id=\"search2\" name=\"allKeyWord\" value=\"\" title=\"검색\">\n\t\t\t\t\t\t\t\t<button type=\"submit\" name=\"button\" onclick=\"document.searchForm.submit(); return false;\">검색</button>\n\t\t\t\t\t\t\t<div>\n<input type=\"hidden\" name=\"_csrf\" value=\"cc29bc11-037e-4e72-95ee-c4295424f505\" />\n</div></form>\n\t\t\t\t\t</div>\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t<div class=\"topmenu_wrap\">\n\t\t\t\t\t\n\n<ul id=\"head_menu_all\" class=\"topmenu_all\">\n\t<li class=\"lnb1 mnfirst\">\n\t\t<a href=\"/menu.es?mid=a10301010000\">KPX소개</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub03\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10301010000\">전력거래소는?</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301010000\">회사개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301020000\">주요역할</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301030000\">비전 및 경영전략</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301060000\">CI소개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10301070100\">찾아오시는 길</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10303010000\">CEO 소개</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10303010000\">인사말</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10303020000\">약력</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10302010000\">조직구성</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10302010200\">조직소개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10302020100\">임원구성 및 선임절차</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10304000000\">회원사 현황</a></li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"https://kpx.saramin.co.kr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"새창으로 이동\" class=\"linkWindow\">채용안내</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb2\">\n\t\t<a href=\"/menu.es?mid=a10201000000\">열린경영</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub02\">\n\t\t\t\t<li class=\"sub11 subfirst\"><a href=\"/menu.es?mid=a10211010000\">국민의 의견을 듣습니다</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10211010000\">국민제안 이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10211020000\">국민제안 접수 및 조회</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub12\"><a href=\"/menu.es?mid=a10212010000\">적극행정</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212010000\">적극행정이란</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212020000\">전력거래소 적극행정 추진방안</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212030000\">적극행정 우수사례</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212040000\">적극행정 우수직원 추천</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212050000\">소극행정 신고센터</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212060000\">적극행정 소통 게시판</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10212070000\">소극행정 혁파 소통 게시판</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub13\"><a href=\"/menu.es?mid=a10213010000\">기업성장응답센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10213010000\">기업성장응답센터는?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10213020000\">규제애로 접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub14\"><a href=\"/menu.es?mid=a10214010000\">행동강령.부패신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10214010000\">신문고이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10214020000\">행동강령.부패신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub15\"><a href=\"/menu.es?mid=a10215010000\">인권침해신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215010000\">인권침해 신고접수 및 상담</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215020000\">인권침해 사건처리 절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10215030000\">사건처리 원칙</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub16\"><a href=\"/menu.es?mid=a10216010000\">공익신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216010000\">공익신고안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216020000\">공익신고자보호안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216030000\">구조금.보상금지급안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10216040000\">공익신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub17\"><a href=\"/menu.es?mid=a10217010000\">예산낭비신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10217010000\">예산낭비 신고안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10217020000\">예산낭비 신고/상담</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub18\"><a href=\"/menu.es?mid=a10218010000\">안전제안(신고)센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10218010000\">안전제안/신고센터는?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10218020000\">안전제안/신고접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub21\"><a href=\"/menu.es?mid=a10221010000\">인사위반 신고센터</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10221010000\">인사위반 신고센터?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10221020000\">인사위반 신고접수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub19 sublast\"><a href=\"/menu.es?mid=a10219000000\">신고센터 바로가기</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb3\">\n\t\t<a href=\"/menu.es?mid=a10901050000\">ESG경영</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub09\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10901050000\">ESG경영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901050000\">CEO 인사말</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901040000\">ESG 추진전략</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901110000\">ESG 추진조직</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901130000\">ESG 성과지표</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10901120100\">ESG 수상 및 인증내역</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10902010000\">E(환경)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902010000\">환경경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902070100\">친환경정책지원</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902080100\">신재생 및 태양광 지표</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10902090000\">녹색제품 구매</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10903020000\">S(사회)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903020100\">동반성장</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903030300\">안전경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903040100\">인권경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10903050000\">다양성 존중</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10904010000\">G(지배구조)</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904010200\">이사회</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904040100\">ESG전략위원회</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904050100\">윤리경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904070100\">청렴경영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10904030000\">비상임이사 경영활동</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10905000000\">지속가능경영보고서</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb4\">\n\t\t<a href=\"/menu.es?mid=a11001010000\">법령·규칙</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub10\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11001010000\">법령 및 고시</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11001010000\">법령</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11001020000\">고시</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a11002010000\">전력시장운영규칙 및 세부규정</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002010000\">전력시장운영규칙 아카이브</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002020000\">세부운영규정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002030000\">규칙개정 제안 및 자문</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11002040000\">기타</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"https://marketrule.kpx.or.kr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"새창으로 이동\" class=\"linkWindow\">전력시장운영규칙 웹서비스</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03 sublast\"><a href=\"/menu.es?mid=a11003010000\">내규</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11003010000\">내규 공개</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11003020000\">내규·제·개정 예고</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb5\">\n\t\t<a href=\"/menu.es?mid=a10101010000\">정보공개</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub01\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10101010000\">정보공개제도</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101010000\">정보공개제도란?</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101020000\">정보처리절차흐름도</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101030000\">정보공개 방법</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101040000\">비공개정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101050000\">불복구제절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10101060000\">정보공개수수료</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub06\"><a href=\"/menu.es?mid=a10106000000\">공공기관정보공개청구</a></li>\n\t\t\t\t<li class=\"sub07\"><a href=\"/menu.es?mid=a10107010000\">공공데이터 제공</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107010000\">공공데이터 신청 및 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107020000\">공공데이터 목록</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107030000\">전력데이터 큐레이션 서비스</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10107040000\">공공데이터 사업화 상담코너</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub11\"><a href=\"/menu.es?mid=a10111010000\">경영공시</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111010000\">경영공시 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111020000\">ALIO 통합공시</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111030000\">자율공시</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10111040000\">담당자 현황</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10102090000\">사전정보공표</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102090000\">사전정보공표 목록</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102100000\">즐겨찾기 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10102110000\">사전정보 모니터링</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub09\"><a href=\"/menu.es?mid=a10109010000\">전력시장·전력계통 운영정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109010000\">전력시장 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109020000\">전력계통 운영정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109040000\">IT시스템 운영정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109050000\">비중앙 출력제어 정보</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10109030000\">기타정보</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub10\"><a href=\"/menu.es?mid=a10110010000\">사업실명제</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10110010000\">사업실명제 개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10110020000\">대상사업 리스트</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10105000000\">정보목록</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb6\">\n\t\t<a href=\"/menu.es?mid=a10401010000\">주요사업</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub04\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a10401010000\">시장운영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401010000\">전력거래절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401040000\">시장가격결정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401050000\">정산처리일정</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401080000\">정산스마트 매뉴얼</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401060000\">전력시장운영협의체</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401020000\">REC거래</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10401030000\">전력거래시스템</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10801000000\">전력거래 준비 안내</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a10402010000\">계통운영</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402010000\">전력계통운영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402030000\">단기전력수급운영</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10402040000\">급전운영</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a10403010000\">전력수급</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403010000\">전력수급개요</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403020000\">전력수급계획수립절차</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403030100\">전력수요전망</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403040000\">발전소건설현황</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403050100\">계통계획</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403060100\">발전사업허가업무</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403070000\">전력수급기본계획</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10403090000\">계통 수용여유량 전망</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10404010000\">전력관련정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404010000\">최대부하전망</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404020000\">최대부하전망(제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404030000\">실시간 전력수급현황</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404040000\">실시간 전력수급현황 (제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404050000\">비상시 절전참여요령</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404060000\">전일 전력수급실적</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404070000\">전일 전력수급실적(제주)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404080100\">SMP(계통한계가격)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10404090100\">하루전 발전계획용 수요예측</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub06\"><a href=\"/menu.es?mid=a10406010000\">제주시범사업 정보</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10406010100\">발전계획용 수요예측</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10406020100\">SMP(계통한계가격)</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a10405010000\">해외동향</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10405010000\">전력산업동향</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10405020000\">스마트그리드동향</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb7\">\n\t\t<a href=\"/menu.es?mid=a11101000000\">통합계약정보</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub11\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11101010000\">입찰공고</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11101010000\">구매.용역.공사</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a11103010000\">계약절차안내</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103010000\">계약종류및방법</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103020000\">업무절차도</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103030000\">계약준비서류</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11103040000\">예상소요일수</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a11104000000\">통합자료실</a></li>\n\t\t\t\t<li class=\"sub05 sublast\"><a href=\"/menu.es?mid=a11105010000\">청렴계약안내</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a11105010000\">청렵계약이란</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb8\">\n\t\t<a href=\"/menu.es?mid=a11201000000\">소식알림</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub12\">\n\t\t\t\t<li class=\"sub01 subfirst\"><a href=\"/menu.es?mid=a11201000000\">공지사항</a></li>\n\t\t\t\t<li class=\"sub02\"><a href=\"/menu.es?mid=a11202000000\">보도자료</a></li>\n\t\t\t\t<li class=\"sub03\"><a href=\"/menu.es?mid=a11203000000\">시장개선</a></li>\n\t\t\t\t<li class=\"sub04 sublast\"><a href=\"/menu.es?mid=a11204000000\">KPX 종합자료실</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t<li class=\"lnb9 mnlast\">\n\t\t<a href=\"/menu.es?mid=a10501010000\">고객지원</a>\n\t\t<div class=\"submenu\">\n\t\t\t<ul class=\"sub05\">\n\t\t\t\t<li class=\"sub03 subfirst\"><a href=\"/menu.es?mid=a10503010100\">고객만족</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10503010100\">고객서비스 헌장 및 이행표준</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10503020000\">친절사원을 추천하세요</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub04\"><a href=\"/menu.es?mid=a10504010000\">KPX에 물어보세요</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504010000\">고객질의 이용안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504020000\">자주 받는 질문(FAQ)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504030000\">묻고 답하기(Q&A)</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10504040000\">분야별 업무담당자</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub21\"><a href=\"/menu.es?mid=a10521000000\">프로그램다운로드</a></li>\n\t\t\t\t<li class=\"sub22\"><a href=\"/menu.es?mid=a10522010000\">개인정보처리방침</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522010000\">알기 쉬운 개인정보처리방침</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522020000\">개인정보처리방침</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10522030000\">정보주체 권리행사</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"sub23\"><a href=\"/menu.es?mid=a10523000000\">이메일 무단수집거부</a></li>\n\t\t\t\t<li class=\"sub24\"><a href=\"https://visit.kpx.or.kr\">방문신청</a></li>\n\t\t\t\t<li class=\"sub26 sublast\"><a href=\"/menu.es?mid=a10526010000\">전력계통 온라인 토론회</a>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<ul class=\"lnb-detail\">\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10526010000\">공지사항 및 설명자료 안내</a></li>\n\t\t\t\t\t\t\t<li class=\"lnb-detail-item\"><a href=\"/menu.es?mid=a10526020000\">토론방</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</li>\n</ul>\n\n\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<a href=\"\" class=\"control close\">메뉴닫기</a>\n\t\t</nav>\n\t</header>\n\t<main id=\"main\">\n\t\t<div class=\"main_wrap\">\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\n\n\n\n\n\n<div id=\"visual\" class=\"visual6\">\n<strong class=\"title\">부가메뉴</strong>\n\n</div>\n\t\t\n\t\t<section id=\"snb\" class=\"sub06\">\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n   \t\t\t<h2 class=\"title\"><span>부가메뉴</span></h2>\n\t\t\t\t\n\t\t\t\n\t\t\t<nav class=\"list\">\n\t\t\n\t\t\t\n\n<ul id=\"left_menu_top\" class=\"head_menu_depth\">\n\t<li id=\"li0601000000\" class=\"first\"><a href=\"/menu.es?mid=a10601000000\">로그인</a>\n\t</li>\n\t<li id=\"li0609000000\"><a href=\"/menu.es?mid=a10609000000\">본인인증 로그인</a>\n\t</li>\n\t<li id=\"li0608000000\" class=\"last\"><a href=\"/menu.es?mid=a10608000000\">사이트맵</a>\n\t</li>\n</ul>\n\n\n\t\t\n\t\t\t</nav>\n\t\t\t\n\t\t</section>\n\t\t<section id=\"contents\">\n\t\t\t<div class=\"contents_util\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<h2 id=\"contents_title\"><span>실시간 전력수급현황</span></h2>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<nav class=\"location\">\n\t\t\t\t\t<ul class=\"path\">\n\t\t\t\t\t\t<li class=\"icon\"><a href=\"/main\"><span class=\"IR\">홈</span></a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t<li><a href=\"/menu.es?mid=a10600000000\">부가메뉴</a></li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t<li><a href=\"/menu.es?mid=a10606000000\">전력관련정보</a></li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t<li><a href=\"/menu.es?mid=a10606030000\" class=\"active\">실시간 전력수급현황</a></li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"nav-depth\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li class=\"home\"><a href=\"/main\">HOME</a></li>\n\t\t\t\t\t\t\n\n<li id=\"head_menu_depth1\" class=\"list depth1\">\n<button title=\"클릭시 탭메뉴 목록을 볼 수 있습니다.\" type=\"button\">메뉴</button>\n<ul class=\"sub\">\n\t<li id=\"depth1_li0300000000\"><a href=\"/menu.es?mid=a10301010000\">KPX소개</a></li>\n\t<li id=\"depth1_li0200000000\"><a href=\"/menu.es?mid=a10201000000\">열린경영</a></li>\n\t<li id=\"depth1_li0900000000\"><a href=\"/menu.es?mid=a10901050000\">ESG경영</a></li>\n\t<li id=\"depth1_li1000000000\"><a href=\"/menu.es?mid=a11001010000\">법령·규칙</a></li>\n\t<li id=\"depth1_li0100000000\"><a href=\"/menu.es?mid=a10101010000\">정보공개</a></li>\n\t<li id=\"depth1_li0400000000\"><a href=\"/menu.es?mid=a10401010000\">주요사업</a></li>\n\t<li id=\"depth1_li1100000000\"><a href=\"/menu.es?mid=a11101000000\">통합계약정보</a></li>\n\t<li id=\"depth1_li1200000000\"><a href=\"/menu.es?mid=a11201000000\">소식알림</a></li>\n\t<li id=\"depth1_li0500000000\"><a href=\"/menu.es?mid=a10501010000\">고객지원</a></li>\n\t<li id=\"depth1_li0600000000\"><a href=\"/menu.es?mid=a10608000000\">부가메뉴</a></li>\n\t<li id=\"depth1_li0800000000\"><a href=\"/menu.es?mid=a10801000000\">전력거래 시작하기</a></li>\n\t<li id=\"depth1_li0700000000\"><a href=\"/menu.es?mid=a10700000000\">통합검색</a></li>\n</ul>\n</li>\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n<li id=\"head_menu_depth2\" class=\"list depth2\">\n<button title=\"클릭시 탭메뉴 목록을 볼 수 있습니다.\" type=\"button\">메뉴</button>\n<ul class=\"sub\">\n\t<li id=\"depth2_li0601000000\"><a href=\"/menu.es?mid=a10601000000\">로그인</a></li>\n\t<li id=\"depth2_li0609000000\"><a href=\"/menu.es?mid=a10609000000\">본인인증 로그인</a></li>\n\t<li id=\"depth2_li0608000000\" class=\"last\"><a href=\"/menu.es?mid=a10608000000\">사이트맵</a></li>\n</ul>\n</li>\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n<li id=\"head_menu_depth3\" class=\"list depth3\">\n<button title=\"클릭시 탭메뉴 목록을 볼 수 있습니다.\" type=\"button\">메뉴</button>\n<ul class=\"sub\">\n\t<li id=\"depth3_li0606010000\"><a href=\"/menu.es?mid=a10606010000\">최대부하전망</a></li>\n\t<li id=\"depth3_li0606020000\"><a href=\"/menu.es?mid=a10606020000\">최대부하전망(제주)</a></li>\n\t<li id=\"depth3_li0606030000\"><a href=\"/menu.es?mid=a10606030000\">실시간 전력수급현황</a></li>\n\t<li id=\"depth3_li0606040000\"><a href=\"/menu.es?mid=a10606040000\">실시간 전력수급현황 (제주)</a></li>\n\t<li id=\"depth3_li0606050000\"><a href=\"/menu.es?mid=a10606050000\">비상시 절전참여요령</a></li>\n\t<li id=\"depth3_li0606060000\"><a href=\"/menu.es?mid=a10606060000\">전일 전력수급실적</a></li>\n\t<li id=\"depth3_li0606070000\"><a href=\"/menu.es?mid=a10606070000\">전일 전력수급실적(제주)</a></li>\n\t<li id=\"depth3_li0606080000\"><a href=\"/menu.es?mid=a10606080100\">SMP(계통한계가격)</a></li>\n\t<li id=\"depth3_li0606090000\" class=\"last\"><a href=\"/menu.es?mid=a10606090100\">하루전 발전계획용 수요예측</a></li>\n</ul>\n</li>\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</nav>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"util\">\n\t\t\t\t\t<span class=\"zoom\">\n\t\t\t\t\t\t<a href=\"#contents_body\" onclick=\"zoomInOut('plus'); return false;\" class=\"btn up\">글자 크게</a>\n\t\t\t\t\t\t<a href=\"#contents_body\" onclick=\"zoomInOut('minus'); return false;\" class=\"btn down\">글자 작게</a>\n\t\t\t\t\t</span>\n\t\t\t\t\t\n\t\t\t\t\t<article class=\"share\" id=\"shareWrap\" title=\"닫힘\">\n\t\t\t\t\t\t<h2 class=\"title\"><a href=\"\" class=\"btn open\" onclick=\"toggleTitle('#shareWrap');\">공유하기</a></h2>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<form id=\"snsForm\" name=\"snsForm\" action=\"/api/sns.es\" method=\"post\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"title\" value=\"\" />\n\t\t\t\t\t\t<input type=\"hidden\" name=\"mid\" value=\"a10606030000\" />\n\t\t\t\t\t\t<input type=\"hidden\" name=\"url\" value=\"\" />\n\t\t\t\t\t\t<input type=\"submit\" value=\"전송\" style=\"display:none;height:0;width:0;\" />\n\t\t\t\t\t\t<div>\n<input type=\"hidden\" name=\"_csrf\" value=\"cc29bc11-037e-4e72-95ee-c4295424f505\" />\n</div></form>\n\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t<ul id=\"share\" class=\"list\">\n\t\t\t\t\t\t\t\t<li class=\"facebook\"><a title=\"새 창 열림\" href=\"#share\" onclick=\"snsApi('facebook'); return false;\">페이스북</a></li>\n\t\t\t\t\t\t\t\t<li class=\"twitter\"><a title=\"새 창 열림\" href=\"#share\" onclick=\"snsApi('twitter'); return false;\">트위터</a></li>\n\t\t\t\t\t\t\t\t<li class=\"band\"><a title=\"새 창 열림\" href=\"#share\" onclick=\"snsApi('band'); return false;\">밴드</a></li>\n\t\t\t\t\t\t\t\t<li class=\"kakaostory\"><a title=\"새 창 열림\" href=\"#share\" onclick=\"snsApi('kakao'); return false;\">카카오스토리</a></li>\n                                                                                                                 \n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<li class=\"urlShare\"><a href=\"#share\" onclick=\"copyURI(document.location.href); return false;\" class=\"url\">URL 복사</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t\t//<![CDATA[\n\t\t\t\t\t\t\t\tvar now = escape(document.location.href);\n\t\t\t\t\t\t\t\tvar url = \"/ease_src/kakao.jsp?title=전력거래소&url=\"+now;\n\t\t\t\t\t\t\t\t$(\"#kakao-link-btn\").attr(\"href\",url);\n\t\t\t\t\t\t\t//]]>\n\t\t\t\t\t\t\t</script>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</article>\n\t\t\t\t\t<a class=\"btn print\" href=\"#contents_detail\" onclick=\"printAreaAction(); return false;\">인쇄</a>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t</div>\n\t\t\t\n\t\t\t<div id=\"contents_body\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"content_style\">\n\n\n<h3>실시간 전력수급현황</h3>\n\t\n\n\n\n\n\n\n<script>\nsetInterval(function(){document.location.reload(); return false;}, 1000*60*5);\n</script>\n\n<p class=\"info_top\">2025.01.05(일) 23:10 <a href=\"\" onclick=\"document.location.reload(); return false;\"><i class=\"xi-refresh\">새로고침</i></a></p>\n<div class=\"conTableGroup\">\n\t<table class=\"conTable tdCenter\">\n\t\t<caption>실시간 전력수급현황에 대한 공급능력, 현재부하, 공급예비력, 운영예비력 정보를 제공합니다</caption>\n\t\t<colgroup>\n\t\t\t<col style=\"width:40%\"><col>\n\t\t</colgroup>\n\t\t<tbody>\n\t\t\t<tr>\n\t\t\t\t<th scope=\"row\">공급능력</th>\n\t\t\t\t<td id=\"avil\">102,553 MW</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<th scope=\"row\">현재수요(전력시장)</th>\n\t\t\t\t<td id=\"load\">64,918 MW</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<th scope=\"row\">공급예비력</th>\n\t\t\t\t<td id=\"supPow\">37,635 MW</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<th scope=\"row\">공급예비율</th>\n\t\t\t\t<td id=\"supPer\">57.97 %</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n</div>\n\n<h4>실시간 전력수급 그래프</h4>\n\t\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/kpx_src/js/highcharts.js\"></script>\n<script type=\"text/javascript\" src=\"/kpx_src/js/exporting.js\"></script>\n\n<script type=\"text/javascript\">\n\t$(document).ready(function(){\n\t\tdrawChart(null, null, null);\n\t});\n\t\n\tfunction lPad(str, num, chr) {  \n\t\tstr = str+\"\";\n\t\tif ( !str || !chr || str.length >= num )\n\t\t\treturn str;\n\t\tvar max = num - str.length;\n\t\tfor ( var i = 0; i < max; i++ ) {\n\t\t\tstr = chr + str;\n\t\t}\n\t\treturn str;\n\t}\n\t\n\tfunction drawChart(par1, par2, par3){\n\t\tvar x = [ 64798,64505,64236,63929,63680,63305,63120,62837,62785,62386,62165,61709,61522,61325,61159,60742,60441,60361,60327,60246,60372,60168,59833,59714,59653,59393,59335,59290,58828,58905,58767,58524,58508,58249,58001,58077,58102,58072,57938,57876,57982,58001,57719,57569,57802,57782,57789,57740,57775,57780,57906,57664,57698,57542,57837,57748,57890,57702,57882,58095,58259,58290,58160,58285,58197,58090,58270,58472,58549,58790,59050,58964,58867,59194,59157,59342,59295,59505,59446,59758,59755,59897,59801,59722,60031,60264,60718,60630,60368,60510,60288,60458,60112,60357,60599,60842,61188,61145,61044,61352,61294,61476,61680,62028,62273,62332,62550,62451,62502,62566,62188,62735,63007,63012,63269,63348,63261,63359,63375,63321,63541,63783,63610,63514,63930,63806,63693,63769,63841,63711,63259,63398,63675,63768,63708,63730,63774,63926,63822,63741,63497,63799,63606,63539,63443,63366,63394,63346,63288,63456,63314,63381,63376,63265,63685,63533,63555,63599,63820,63733,63650,63490,63357,63619,63699,63383,63045,63406,63435,63394,63122,62966,62913,63205,63233,62914,62701,62883,63220,63115,63082,62988,63295,63248,63226,63468,63563,63535,63543,63707,63823,64123,64032,63709,63796,64156,64435,64650,64647,64559,65162,65504,65138,65670,65926,66386,66475,66871,66660,66955,67175,67392,67686,67907,68191,68287,68367,68177,68147,68174,68213,68331,68125,68011,67898,67796,67887,67713,67662,67903,67658,67419,67429,67317,67296,67029,66917,66985,66706,66583,66528,66358,66433,66135,66362,66158,66011,65735,65755,65873,65764,65432,65288,64873,65003,64668,64439,64274,64601,64303,64214,64287,63712,63908,64144,64365,64359,64458,64500,64300,64174,64146,63669,63678,63599,63436,63838,64632,64918 ];\n\t\tvar y = [ 63807,63449,63352,62890,62553,62393,62338,62020,61946,61850,61473,61250,60760,60594,60429,60186,60106,59804,59860,59516,59602,59411,59001,58776,58828,58807,58611,58264,58207,58224,58216,57949,57708,57605,57715,57377,57222,57106,57212,57128,57268,56992,56977,57253,57088,57115,57034,56710,56656,56793,57054,57140,57353,57407,57111,57127,57196,57177,57355,57205,57358,57442,57669,57543,57503,57640,57946,58013,57972,57945,57790,58372,58408,58582,58631,58549,58842,58861,59013,58905,59320,59440,59207,59397,59653,60027,60089,60172,59862,59882,60133,60071,60013,60313,60388,60263,60393,60460,60537,60437,60211,60344,60257,60106,59958,59797,59787,59518,59436,58795,58674,58355,58158,58134,57657,57413,57080,57064,57072,57038,56750,56610,56453,56389,56039,55813,55736,55463,55316,55067,55019,54925,54581,54248,53957,54053,54025,53832,53735,53677,53255,53243,53352,52916,52748,52614,52524,52501,52279,52533,52396,52344,52096,52237,51981,52235,52280,52470,52696,52728,52944,52862,52999,53038,52787,52573,52879,52829,53520,53680,53944,53902,54092,54678,54752,54840,54992,55165,55529,55766,56175,56291,56701,56730,57227,57693,57871,58410,58864,59187,59413,59671,59855,59635,60117,60823,61273,61867,62182,62570,62688,63084,63026,63540,63757,63610,64012,64637,64804,65073,65594,65766,66262,66226,66286,66565,66436,66402,66438,66499,66510,66770,66561,66529,66521,66472,66302,66293,66306,66257,66267,66093,66031,65971,66053,65755,65610,65789,65723,65632,65687,65736,65319,65335,65352,65246,64819,64439,64284,64139,64234,64201,64187,63687,63690,63548,63386,63437,63372,63232,62974,63019,62965,63076,63014,63250,63125,63068,63123,62844,62846,62696,62781,62486,62160,62321,62462,63173,63142,63046,62762,62607,62459,62186,61879,61761,61569,61181 ];\n\t\tvar v = [ 64798,64505,64236,63929,63680,63304,63120,62837,62785,62386,62165,61709,61522,61325,61159,60742,60441,60361,60327,60246,60372,60168,59833,59714,59653,59393,59335,59290,58828,58905,58767,58524,58508,58249,58001,58077,58102,58072,57938,57876,57982,58002,57719,57569,57802,57782,57789,57740,57776,57780,57906,57664,57698,57542,57837,57748,57890,57702,57882,58095,58259,58290,58160,58285,58197,58090,58270,58472,58549,58790,59050,58964,58882,59210,59172,59357,59311,59520,59461,59774,59771,59913,59817,59737,60047,60280,60735,60647,60384,60527,60306,60474,60129,60375,60617,60860,61207,61168,61074,61391,61346,61552,61782,62164,62458,62554,62828,62797,62936,63068,62744,63406,63713,63763,64134,64284,64281,64546,64655,64850,65153,65518,65481,65545,66071,66166,66187,66424,66363,66375,65871,66175,66532,66458,66410,66561,66803,67207,66964,66904,66463,66738,66390,66186,66103,65914,65912,65923,65977,66367,66206,66226,66332,66214,66724,66581,66598,66580,66877,66848,66860,66681,66500,66703,66716,66344,65915,66319,66363,66381,65999,65788,65835,66157,65951,65590,65283,65439,65676,65562,65521,65351,65593,65426,65301,65489,65618,65452,65412,65469,65549,65830,65604,65263,65246,65433,65585,65741,65622,65469,65993,66236,65769,66207,66402,66802,66798,67088,66816,66957,67142,67428,67707,67937,68226,68328,68406,68220,68190,68215,68255,68365,68158,68058,67946,67846,67934,67756,67662,67903,67658,67420,67429,67317,67296,67029,66917,66985,66706,66583,66528,66358,66433,66135,66362,66158,66011,65735,65755,65872,65764,65432,65288,64873,65003,64668,64439,64274,64602,64303,64214,64287,63712,63908,64144,64365,64359,64458,64500,64300,64174,64146,63669,63678,63599,63436,63838,64632,64918 ];\n\t\tvar w = [ 63807,63449,63352,62890,62554,62393,62338,62020,61946,61850,61474,61250,60760,60594,60429,60186,60106,59804,59860,59516,59602,59411,59001,58776,58828,58807,58611,58264,58207,58224,58216,57949,57708,57605,57715,57377,57222,57106,57212,57128,57268,56992,56977,57253,57088,57115,57034,56710,56656,56793,57054,57140,57353,57407,57111,57128,57196,57177,57355,57204,57358,57442,57668,57543,57503,57640,57946,58013,57972,57945,57790,58372,58422,58596,58645,58563,58860,58878,59028,58920,59337,59456,59223,59420,59676,60050,60112,60195,59884,59904,60157,60093,60036,60337,60420,60303,60458,60562,60696,60663,60533,60777,60804,60791,60818,60847,61013,60946,61132,60727,60879,60852,60940,61198,60913,60999,61047,61279,61547,62000,62042,62276,62592,62816,62894,62877,63083,63114,63193,63212,63322,63428,63320,63086,63017,63317,63535,63617,63716,63799,63554,63491,63767,63551,63525,63435,63434,63488,63200,63566,63710,63692,63407,63576,63575,63700,63532,63726,63942,64014,64614,64480,64606,64543,64152,63761,63921,63694,64271,64231,64427,64156,64230,64602,64405,64199,64198,64229,64306,64265,64429,64175,64224,63654,63921,63976,63768,63971,64096,64069,63948,63887,63716,63186,63283,63660,63754,64070,64122,64347,64229,64411,64158,64515,64585,64281,64465,64936,65010,65194,65666,65795,66254,66245,66301,66565,66436,66402,66438,66499,66510,66770,66561,66529,66521,66472,66302,66293,66306,66257,66267,66094,66031,65971,66054,65755,65610,65789,65723,65632,65687,65736,65319,65335,65352,65246,64820,64439,64284,64139,64234,64201,64186,63687,63690,63548,63386,63437,63372,63232,62974,63020,62965,63076,63014,63250,63125,63068,63123,62844,62846,62696,62781,62486,62160,62321,62462,63173,63142,63046,62762,62607,62459,62186,61879,61761,61569,61180 ];\n\t\tvar y_time = [ 20241229000000,20241229000500,20241229001000,20241229001500,20241229002000,20241229002500,20241229003000,20241229003500,20241229004000,20241229004500,20241229005000,20241229005500,20241229010000,20241229010500,20241229011000,20241229011500,20241229012000,20241229012500,20241229013000,20241229013500,20241229014000,20241229014500,20241229015000,20241229015500,20241229020000,20241229020500,20241229021000,20241229021500,20241229022000,20241229022500,20241229023000,20241229023500,20241229024000,20241229024500,20241229025000,20241229025500,20241229030000,20241229030500,20241229031000,20241229031500,20241229032000,20241229032500,20241229033000,20241229033500,20241229034000,20241229034500,20241229035000,20241229035500,20241229040000,20241229040500,20241229041000,20241229041500,20241229042000,20241229042500,20241229043000,20241229043500,20241229044000,20241229044500,20241229045000,20241229045500,20241229050000,20241229050500,20241229051000,20241229051500,20241229052000,20241229052500,20241229053000,20241229053500,20241229054000,20241229054500,20241229055000,20241229055500,20241229060000,20241229060500,20241229061000,20241229061500,20241229062000,20241229062500,20241229063000,20241229063500,20241229064000,20241229064500,20241229065000,20241229065500,20241229070000,20241229070500,20241229071000,20241229071500,20241229072000,20241229072500,20241229073000,20241229073500,20241229074000,20241229074500,20241229075000,20241229075500,20241229080000,20241229080500,20241229081000,20241229081500,20241229082000,20241229082500,20241229083000,20241229083500,20241229084000,20241229084500,20241229085000,20241229085500,20241229090000,20241229090500,20241229091000,20241229091500,20241229092000,20241229092500,20241229093000,20241229093500,20241229094000,20241229094500,20241229095000,20241229095500,20241229100000,20241229100500,20241229101000,20241229101500,20241229102000,20241229102500,20241229103000,20241229103500,20241229104000,20241229104500,20241229105000,20241229105500,20241229110000,20241229110500,20241229111000,20241229111500,20241229112000,20241229112500,20241229113000,20241229113500,20241229114000,20241229114500,20241229115000,20241229115500,20241229120000,20241229120500,20241229121000,20241229121500,20241229122000,20241229122500,20241229123000,20241229123500,20241229124000,20241229124500,20241229125000,20241229125500,20241229130000,20241229130500,20241229131000,20241229131500,20241229132000,20241229132500,20241229133000,20241229133500,20241229134000,20241229134500,20241229135000,20241229135500,20241229140000,20241229140500,20241229141000,20241229141500,20241229142000,20241229142500,20241229143000,20241229143500,20241229144000,20241229144500,20241229145000,20241229145500,20241229150000,20241229150500,20241229151000,20241229151500,20241229152000,20241229152500,20241229153000,20241229153500,20241229154000,20241229154500,20241229155000,20241229155500,20241229160000,20241229160500,20241229161000,20241229161500,20241229162000,20241229162500,20241229163000,20241229163500,20241229164000,20241229164500,20241229165000,20241229165500,20241229170000,20241229170500,20241229171000,20241229171500,20241229172000,20241229172500,20241229173000,20241229173500,20241229174000,20241229174500,20241229175000,20241229175500,20241229180000,20241229180500,20241229181000,20241229181500,20241229182000,20241229182500,20241229183000,20241229183500,20241229184000,20241229184500,20241229185000,20241229185500,20241229190000,20241229190500,20241229191000,20241229191500,20241229192000,20241229192500,20241229193000,20241229193500,20241229194000,20241229194500,20241229195000,20241229195500,20241229200000,20241229200500,20241229201000,20241229201500,20241229202000,20241229202500,20241229203000,20241229203500,20241229204000,20241229204500,20241229205000,20241229205500,20241229210000,20241229210500,20241229211000,20241229211500,20241229212000,20241229212500,20241229213000,20241229213500,20241229214000,20241229214500,20241229215000,20241229215500,20241229220000,20241229220500,20241229221000,20241229221500,20241229222000,20241229222500,20241229223000,20241229223500,20241229224000,20241229224500,20241229225000,20241229225500,20241229230000,20241229230500,20241229231000,20241229231500,20241229232000,20241229232500,20241229233000,20241229233500,20241229234000,20241229234500,20241229235000,20241229235500 ];\n\t\tvar t_time = [ 20250105000000,20250105000500,20250105001000,20250105001500,20250105002000,20250105002500,20250105003000,20250105003500,20250105004000,20250105004500,20250105005000,20250105005500,20250105010000,20250105010500,20250105011000,20250105011500,20250105012000,20250105012500,20250105013000,20250105013500,20250105014000,20250105014500,20250105015000,20250105015500,20250105020000,20250105020500,20250105021000,20250105021500,20250105022000,20250105022500,20250105023000,20250105023500,20250105024000,20250105024500,20250105025000,20250105025500,20250105030000,20250105030500,20250105031000,20250105031500,20250105032000,20250105032500,20250105033000,20250105033500,20250105034000,20250105034500,20250105035000,20250105035500,20250105040000,20250105040500,20250105041000,20250105041500,20250105042000,20250105042500,20250105043000,20250105043500,20250105044000,20250105044500,20250105045000,20250105045500,20250105050000,20250105050500,20250105051000,20250105051500,20250105052000,20250105052500,20250105053000,20250105053500,20250105054000,20250105054500,20250105055000,20250105055500,20250105060000,20250105060500,20250105061000,20250105061500,20250105062000,20250105062500,20250105063000,20250105063500,20250105064000,20250105064500,20250105065000,20250105065500,20250105070000,20250105070500,20250105071000,20250105071500,20250105072000,20250105072500,20250105073000,20250105073500,20250105074000,20250105074500,20250105075000,20250105075500,20250105080000,20250105080500,20250105081000,20250105081500,20250105082000,20250105082500,20250105083000,20250105083500,20250105084000,20250105084500,20250105085000,20250105085500,20250105090000,20250105090500,20250105091000,20250105091500,20250105092000,20250105092500,20250105093000,20250105093500,20250105094000,20250105094500,20250105095000,20250105095500,20250105100000,20250105100500,20250105101000,20250105101500,20250105102000,20250105102500,20250105103000,20250105103500,20250105104000,20250105104500,20250105105000,20250105105500,20250105110000,20250105110500,20250105111000,20250105111500,20250105112000,20250105112500,20250105113000,20250105113500,20250105114000,20250105114500,20250105115000,20250105115500,20250105120000,20250105120500,20250105121000,20250105121500,20250105122000,20250105122500,20250105123000,20250105123500,20250105124000,20250105124500,20250105125000,20250105125500,20250105130000,20250105130500,20250105131000,20250105131500,20250105132000,20250105132500,20250105133000,20250105133500,20250105134000,20250105134500,20250105135000,20250105135500,20250105140000,20250105140500,20250105141000,20250105141500,20250105142000,20250105142500,20250105143000,20250105143500,20250105144000,20250105144500,20250105145000,20250105145500,20250105150000,20250105150500,20250105151000,20250105151500,20250105152000,20250105152500,20250105153000,20250105153500,20250105154000,20250105154500,20250105155000,20250105155500,20250105160000,20250105160500,20250105161000,20250105161500,20250105162000,20250105162500,20250105163000,20250105163500,20250105164000,20250105164500,20250105165000,20250105165500,20250105170000,20250105170500,20250105171000,20250105171500,20250105172000,20250105172500,20250105173000,20250105173500,20250105174000,20250105174500,20250105175000,20250105175500,20250105180000,20250105180500,20250105181000,20250105181500,20250105182000,20250105182500,20250105183000,20250105183500,20250105184000,20250105184500,20250105185000,20250105185500,20250105190000,20250105190500,20250105191000,20250105191500,20250105192000,20250105192500,20250105193000,20250105193500,20250105194000,20250105194500,20250105195000,20250105195500,20250105200000,20250105200500,20250105201000,20250105201500,20250105202000,20250105202500,20250105203000,20250105203500,20250105204000,20250105204500,20250105205000,20250105205500,20250105210000,20250105210500,20250105211000,20250105211500,20250105212000,20250105212500,20250105213000,20250105213500,20250105214000,20250105214500,20250105215000,20250105215500,20250105220000,20250105220500,20250105221000,20250105221500,20250105222000,20250105222500,20250105223000,20250105223500,20250105224000,20250105224500,20250105225000,20250105225500,20250105230000,20250105230500,20250105231000 ];\n\t\tvar todayTime = '2025.01.05(일)';\n\t\tvar zz = '2024.12.29(일)';\n\t\tvar x1 = [];\n\t\tvar y1 = [];\n\t\t\n\t\t\n\t\tif(par1 != null){\n\t\t\tfor (var i = 0; i < par1.length; i++) {\n\t\t\t\t if(x1[i] != 0 ){\n\t\t\t\t\t if(x[i] != undefined){\n\t\t\t\t\t\t x1.push(x[i]);\n\t\t\t\t\t }\n\t\t\t\t }\n\t\t\t}\n\t\t\tif(x1.length > 0){\n\t\t\t\tx = x1.map(Number);\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(par2 != null){\n\t\t\tfor (var i = 0; i < par2.length; i++) {\n\t\t\t\t if(y1[i] != 0 ){\n\t\t\t\t\t if(y[i] != undefined){\n\t\t\t\t\t\t y1.push(y[i]);\n\t\t\t\t\t }\n\t\t\t\t }\n\t\t\t}\n\t\t\tif(y1.length > 0){\n\t\t\t\ty = y1.map(Number);\n\t\t\t}\n\t\t}\t\n\t\t\n\t\tvar dateType = {\n\t\t\t'xDateFormat' : '시간:'+'%H:%M'\n\t\t}\n\t\t\n\t\tHighcharts.setOptions({\n\t\t    lang: {\n\t\t      thousandsSep: ','\n\t\t    }\n\t\t})\n\t\t\n\t\tvar option = {\n\t\t\t\t\n\t\t\t\ttitle : {\n\t\t\t\t\ttext: ''\n\t\t\t\t},\n\t\t\t\tsubtitle : {\n\t\t\t\t\t//text: '날짜' \n\t\t\t\t},\n\t\t\t\txAxis : {\n\t\t\t\t\ttype: 'datetime',\n\t\t\t\t\tlabels:{\n\t\t\t\t\t\tformatter: function(){\n\t\t\t\t\t\t\tvar ret = Highcharts.dateFormat('%H', this.value);\n\t\t\t\t\t\t\tvar cnt = 0;\n\t\t\t\t\t\t\tif(this.value == 86400000){\n\t\t\t\t\t\t\t\tret = 24;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(ret == '01' || ret == '02' \n\t\t\t\t\t\t\t\t|| ret == '04' || ret == '05' \n\t\t\t\t\t\t\t\t|| ret == '07' || ret == '08' \n\t\t\t\t\t\t\t\t|| ret == '10' || ret == '11' \n\t\t\t\t\t\t\t\t|| ret == '13' || ret == '14' \n\t\t\t\t\t\t\t\t|| ret == '16' || ret == '17' \n\t\t\t\t\t\t\t\t|| ret == '19' || ret == '20' \n\t\t\t\t\t\t\t\t|| ret == '22' || ret == '23')ret = '';\n\t\t\t\t\t\t\treturn ret;\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tmin : 86400000/24,\n\t\t\t\t\tmax : 86400000,\n\t\t\t\t\ttickInterval : 3600000*1,\n\t\t\t\t\ttitle: {\n\t\t\t\t\t\ttext:'시간',\n\t\t\t\t\t\ty:-5,\n\t\t\t\t\t\tstyle: {\n\t\t\t\t\t\t\tfontSize : '12px', \n\t\t\t\t\t\t\tfontWeight : 'bold',\n\t\t\t\t\t\t\tcolor : 'blue'\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tgridLineWidth: 1\n\t\t\t\t\t\n\t\t\t\t},\n\t\t\t\tyAxis: {\n\t\t\t\t\ttitle: {\n\t\t\t\t\t\ttext:'',\n\t\t\t\t\t\ttextalign: 'right',\n\t\t\t\t\t\trotation : 0,\n\t\t\t\t\t\tx:21,\n\t\t\t\t\t\ty:-205,\n\t\t\t\t\t\tstyle: {\n\t\t\t\t\t\t\tfontSize : '13px', \n\t\t\t\t\t\t\tcolor : 'blue'\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tlabels:{\n\t\t\t\t\t\tformat:'{value:,.0f}'\n\t\t\t\t\t},\n\t\t\t\t\tmin : 40000,\n\t\t\t\t\tmax : 100000\n\t\t\t\t\t\n\t\t\t\t},\n\t\t\t\ttooltip: {\n\t\t\t\t\tformatter:function(){\n\t\t\t\t\t\t\n\t\t\t\t\t\tvar hr = '';\n\t\t\t\t\t\tvar min = '';\n\t\t\t\t\t\t\n\t\t\t\t\t\tvar seriesName = todayTime;\n\t\t\t\t\t\tvar currentPoint = this;\n\t\t\t\t\t\tvar currentSeries = currentPoint.series;\n\t\t\t\t\t\tvar chart = currentSeries.chart;\n\t\t\t\t\t\t\n\t\t\t\t\t\tif(this.series.name == '현재수요(전력시장)' || this.series.name == '현재수요(총수요)'){\n\t\t\t\t\t\t\tchart.series.forEach(function(series){\n\t\t\t\t\t\t\t\tseries.points.forEach(function(point){\n\t\t\t\t\t\t\t\t\tif(currentSeries.userOptions.stack === series.userOptions.stack && currentPoint.key === point.category){\n\t\t\t\t\t\t\t\t\t\thr = t_time[point.index].toString().substr(8,2);\n\t\t\t\t\t\t\t\t\t\tmin = t_time[point.index].toString().substr(10,2);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tseriesName = zz;\n\t\t\t\t\t\t\tchart.series.forEach(function(series){\n\t\t\t\t\t\t\t\tseries.points.forEach(function(point){\n\t\t\t\t\t\t\t\t\tif(currentSeries.userOptions.stack === series.userOptions.stack && currentPoint.key === point.category){\n\t\t\t\t\t\t\t\t\t\thr = y_time[point.index].toString().substr(8,2);\n\t\t\t\t\t\t\t\t\t\tmin = y_time[point.index].toString().substr(10,2);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}\n\t\t\t\t\t\thr = lPad(hr,2,'0');\n\t\t\t\t\t\tmin = lPad(min,2,'0');\n\t\t\t\t\t\t\n\t\t\t\t\t\tvar s =  seriesName+' : <b>'+this.y.toLocaleString(undefined,{maximumFractionDigits: 5}) +' MW'+'</b><br>'+'시간: '+hr+':'+min;\n\t\t\t\t\t\t\n\t\t\t\t\t\t                                                                              \n\t\t\t\t\t\t\n\t\t\t\t\t\treturn s;\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tchart: {\n\t\t\t\t\tdefaultSeriesType: 'spline',\n\t\t\t\t\tplotBackgroundImage: '/kpx_src/img/20210510035833830.png'\n\t\t\t\t},\n\t\t\t\tplotOptions: {\n\t\t\t\t\tspline: {\n\t\t\t\t\t\tpointStart : 0,\n\t\t\t\t\t\tpointEnd : 24,\n\t\t\t\t\t\tlineWidth: 3, \n\t\t\t\t\t\tstates: {\n\t\t\t\t\t\t\thover: {\n\t\t\t\t\t\t\t\t//lineWidth: 3\n\t\t\t\t\t\t\t\t//enabled:false\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmarker: {\n\t\t\t\t\t\t\tenabled: false\n\t\t\t\t\t\t},\n\t\t\t\t\t\ttooltip: {\n\t\t\t\t\t\t\t                                                                                                                                                                           \n\t\t\t\t\t\t},\n\t\t\t\t\t\tpointInterval: 300000\n\t\t\t\t\t},\n\t\t\t\t\tseries:{\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tlegend: {\n\t\t\t\t\t                                                                                                                                                                                               \t\n\t\t\t\t\titemStyle:{\n\t\t\t\t\t\tfontSize : '13px'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tseries : null\n\t\t}\n\t\t$('#chart').highcharts($.extend(true, option,{\n\t\t\tseries: [{\n\t\t\t\t\"name\": '현재수요(총수요)',\n\t\t\t\t\"data\": v,\n\t\t\t\t\"color\" : 'rgb(0,0,255)'\n\t\t\t},{\n\t\t\t\t\"name\": \"현재수요(전력시장)\",\n\t\t\t\t\"data\": x, \n\t\t\t\t\"color\" : 'rgb(223,70,74)',\n\t\t\t\t\"zIndex\" : 1\n\t\t\t},{\n\t\t\t\t\"name\": '과거수요(총수요)',\n\t\t\t\t\"data\": w,\n\t\t\t\t\"color\" : 'rgb(0,0,255,0.7)',\n\t\t\t\t\"dashStyle\" : 'ShortDot',\n\t\t\t\t\"lineWidth\" : 0.7\n\t\t\t\t\t\n\t\t\t},{\n\t\t\t\t\"name\": '과거수요(전력시장)',\n\t\t\t\t\"data\": y,\n\t\t\t\t\"color\" : 'rgb(223,70,74,0.7)',\n\t\t\t\t\"dashStyle\" : 'ShortDot',\n\t\t\t\t\"lineWidth\" : 0.7\n\t\t\t}]\n\t\t}));\n\t\t\n\t\t$($('.highcharts-legend-item')[2]).click();\n\t\t$($('.highcharts-legend-item')[3]).click();\n\t}\n\t\n</script>\n<div class=\"conTableGroup\">\n\t<table class=\"conTable tdCenter\">\n\t\t<caption>실시간 전력수급 그래프</caption>\n\t\t<colgroup>\n\t\t\t<col style=\"width:40%\"></col>\n\t\t\t<col style=\"width:30%\"></col>\n\t\t\t<col style=\"width:30%\"></col>\n\t\t</colgroup>\n\t\t<thead>\n\t\t\t<tr>\n\t\t\t\t<th>구분</th>\n\t\t\t\t<th>현재</th>\n\t\t\t\t<th>과거<br> <span id=\"nearByTime\">('24.12.29. 일)</span></th>\n\t\t\t</tr>\n\t\t</thead>\n\t\t<tbody>\n\t\t\t<tr>\n\t\t\t\t<td>총 수요</td>\n\t\t\t\t<td><span class=\"graph_bar02\"></span></td>\n\t\t\t\t<td><span class=\"graph_bar02d\"></span></td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td>시장 수요</td>\n\t\t\t\t<td><span class=\"graph_bar01\"></span></td>\n\t\t\t\t<td><span class=\"graph_bar01d\"></span></td>\n\t\t\t</tr>\t\t\n\t\t\t<tr>\n\t\t\t\t<td>기온(서울)<br>(최고/최저)</td>\n\t\t\t\t<td><span id=\"todayMaxTemp\"> 4 </span>℃ / <span id=\"todayMinTemp\"> 0 </span>℃</td>\n\t\t\t\t<td><span id=\"maxTemp\"> 5.3 </span>℃ / <span id=\"minTemp\"> -4.1 </span>℃</td>\n\t\t\t</tr>\n\t\t</tbody>\t\n\t</table>\n</div>\n<div class=\"MAT10 MAB10\">*실시간 전력수급현황은 5분주기 순시자료 입니다.<br><br>\n\t<span class=\"grape_top\">MW</span>\n\t<div id=\"chart\" class=\"grape2\" style=\"height:520px;\"> \n\t\t그래프 영역 <br />640 이상사이즈 100%*306 <br />640 이하사이즈 100%*153\n\t</div>\n</div>\n<div class=\"FloatLeft MAT10 MAB10\">*과거수요 그래프는 범례에서 선택시 표출됩니다.<br>\n*총수요는 실시간 추정값임을 참고하시기 바라며, 실시간 취득 데이터 누락 또는 지연 등으로 인한 오차가 포함될 수 있습니다.\n</div><br><br><br>\n<div class=\"btn_area graph_btn01_open\" >\n\t<a href=\"javascript:void(0);\" class=\"btn_basic\">표로 보기</a>\n</div>\n<div class=\"conTableGroup graph_table01 IR\">\n\t<div class=\"btn_area graph_btn01_close DisplayNone\">\n\t\t<a href=\"javascript:void(0);\" class=\"btn_basic\">표로보기 닫기</a>\n\t</div>\n\t<div>\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div style=\"text-align: right\">단위:MW</div>\n\t\t<table class=\"conTable tdCenter\">\n\t\t\t<caption>실시간 전력수급 그래프 차트 정보를 제공합니다.</caption>\n\t\t\t<thead>\n\t\t\t\t<tr>\n\t\t\t\t\t<th rowspan=\"2\">시간</th>\n\t\t\t\t\t<th colspan=\"2\">2024.12.29(일)</th>\n\t\t\t\t\t<th colspan=\"2\">2025.01.05(일)</th>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<th style=\"border-left: 1px solid #d8dee5;\">총수요</th>\n\t\t\t\t\t<th>시장수요</th>\n\t\t\t\t\t<th>총수요</th>\n\t\t\t\t\t<th>시장수요</th>\n\t\t\t\t</tr>\n\t\t\t</thead>\n\t\t\t<tbody>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 00분 </td>\n\t\t\t\t\t<td>63,807</td>\n\t\t\t\t\t<td>63,807</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,798\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,798\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 05분 </td>\n\t\t\t\t\t<td>63,449</td>\n\t\t\t\t\t<td>63,449</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,505\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,505\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 10분 </td>\n\t\t\t\t\t<td>63,352</td>\n\t\t\t\t\t<td>63,352</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,236\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,236\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 15분 </td>\n\t\t\t\t\t<td>62,890</td>\n\t\t\t\t\t<td>62,890</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,929\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,929\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 20분 </td>\n\t\t\t\t\t<td>62,554</td>\n\t\t\t\t\t<td>62,553</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,680\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,680\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 25분 </td>\n\t\t\t\t\t<td>62,393</td>\n\t\t\t\t\t<td>62,393</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,304\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,305\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 30분 </td>\n\t\t\t\t\t<td>62,338</td>\n\t\t\t\t\t<td>62,338</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,120\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,120\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 35분 </td>\n\t\t\t\t\t<td>62,020</td>\n\t\t\t\t\t<td>62,020</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,837\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,837\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 40분 </td>\n\t\t\t\t\t<td>61,946</td>\n\t\t\t\t\t<td>61,946</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,785\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,785\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 45분 </td>\n\t\t\t\t\t<td>61,850</td>\n\t\t\t\t\t<td>61,850</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,386\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,386\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 50분 </td>\n\t\t\t\t\t<td>61,474</td>\n\t\t\t\t\t<td>61,473</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,165\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,165\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>00시 55분 </td>\n\t\t\t\t\t<td>61,250</td>\n\t\t\t\t\t<td>61,250</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,709\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,709\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 00분 </td>\n\t\t\t\t\t<td>60,760</td>\n\t\t\t\t\t<td>60,760</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,522\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,522\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 05분 </td>\n\t\t\t\t\t<td>60,594</td>\n\t\t\t\t\t<td>60,594</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,325\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,325\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 10분 </td>\n\t\t\t\t\t<td>60,429</td>\n\t\t\t\t\t<td>60,429</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,159\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,159\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 15분 </td>\n\t\t\t\t\t<td>60,186</td>\n\t\t\t\t\t<td>60,186</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,742\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,742\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 20분 </td>\n\t\t\t\t\t<td>60,106</td>\n\t\t\t\t\t<td>60,106</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,441\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,441\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 25분 </td>\n\t\t\t\t\t<td>59,804</td>\n\t\t\t\t\t<td>59,804</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,361\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,361\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 30분 </td>\n\t\t\t\t\t<td>59,860</td>\n\t\t\t\t\t<td>59,860</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,327\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,327\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 35분 </td>\n\t\t\t\t\t<td>59,516</td>\n\t\t\t\t\t<td>59,516</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,246\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,246\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 40분 </td>\n\t\t\t\t\t<td>59,602</td>\n\t\t\t\t\t<td>59,602</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,372\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,372\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 45분 </td>\n\t\t\t\t\t<td>59,411</td>\n\t\t\t\t\t<td>59,411</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,168\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,168\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 50분 </td>\n\t\t\t\t\t<td>59,001</td>\n\t\t\t\t\t<td>59,001</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,833\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,833\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>01시 55분 </td>\n\t\t\t\t\t<td>58,776</td>\n\t\t\t\t\t<td>58,776</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,714\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,714\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 00분 </td>\n\t\t\t\t\t<td>58,828</td>\n\t\t\t\t\t<td>58,828</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,653\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,653\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 05분 </td>\n\t\t\t\t\t<td>58,807</td>\n\t\t\t\t\t<td>58,807</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,393\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,393\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 10분 </td>\n\t\t\t\t\t<td>58,611</td>\n\t\t\t\t\t<td>58,611</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,335\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,335\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 15분 </td>\n\t\t\t\t\t<td>58,264</td>\n\t\t\t\t\t<td>58,264</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,290\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,290\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 20분 </td>\n\t\t\t\t\t<td>58,207</td>\n\t\t\t\t\t<td>58,207</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,828\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,828\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 25분 </td>\n\t\t\t\t\t<td>58,224</td>\n\t\t\t\t\t<td>58,224</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,905\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,905\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 30분 </td>\n\t\t\t\t\t<td>58,216</td>\n\t\t\t\t\t<td>58,216</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,767\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,767\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 35분 </td>\n\t\t\t\t\t<td>57,949</td>\n\t\t\t\t\t<td>57,949</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,524\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,524\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 40분 </td>\n\t\t\t\t\t<td>57,708</td>\n\t\t\t\t\t<td>57,708</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,508\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,508\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 45분 </td>\n\t\t\t\t\t<td>57,605</td>\n\t\t\t\t\t<td>57,605</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,249\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,249\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 50분 </td>\n\t\t\t\t\t<td>57,715</td>\n\t\t\t\t\t<td>57,715</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,001\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,001\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>02시 55분 </td>\n\t\t\t\t\t<td>57,377</td>\n\t\t\t\t\t<td>57,377</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,077\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,077\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 00분 </td>\n\t\t\t\t\t<td>57,222</td>\n\t\t\t\t\t<td>57,222</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,102\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,102\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 05분 </td>\n\t\t\t\t\t<td>57,106</td>\n\t\t\t\t\t<td>57,106</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,072\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,072\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 10분 </td>\n\t\t\t\t\t<td>57,212</td>\n\t\t\t\t\t<td>57,212</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,938\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,938\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 15분 </td>\n\t\t\t\t\t<td>57,128</td>\n\t\t\t\t\t<td>57,128</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,876\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,876\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 20분 </td>\n\t\t\t\t\t<td>57,268</td>\n\t\t\t\t\t<td>57,268</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,982\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,982\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 25분 </td>\n\t\t\t\t\t<td>56,992</td>\n\t\t\t\t\t<td>56,992</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,002\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,001\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 30분 </td>\n\t\t\t\t\t<td>56,977</td>\n\t\t\t\t\t<td>56,977</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,719\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,719\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 35분 </td>\n\t\t\t\t\t<td>57,253</td>\n\t\t\t\t\t<td>57,253</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,569\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,569\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 40분 </td>\n\t\t\t\t\t<td>57,088</td>\n\t\t\t\t\t<td>57,088</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,802\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,802\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 45분 </td>\n\t\t\t\t\t<td>57,115</td>\n\t\t\t\t\t<td>57,115</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,782\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,782\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 50분 </td>\n\t\t\t\t\t<td>57,034</td>\n\t\t\t\t\t<td>57,034</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,789\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,789\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>03시 55분 </td>\n\t\t\t\t\t<td>56,710</td>\n\t\t\t\t\t<td>56,710</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,740\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,740\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 00분 </td>\n\t\t\t\t\t<td>56,656</td>\n\t\t\t\t\t<td>56,656</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,776\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,775\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 05분 </td>\n\t\t\t\t\t<td>56,793</td>\n\t\t\t\t\t<td>56,793</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,780\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,780\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 10분 </td>\n\t\t\t\t\t<td>57,054</td>\n\t\t\t\t\t<td>57,054</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,906\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,906\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 15분 </td>\n\t\t\t\t\t<td>57,140</td>\n\t\t\t\t\t<td>57,140</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,664\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,664\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 20분 </td>\n\t\t\t\t\t<td>57,353</td>\n\t\t\t\t\t<td>57,353</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,698\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,698\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 25분 </td>\n\t\t\t\t\t<td>57,407</td>\n\t\t\t\t\t<td>57,407</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,542\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,542\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 30분 </td>\n\t\t\t\t\t<td>57,111</td>\n\t\t\t\t\t<td>57,111</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,837\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,837\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 35분 </td>\n\t\t\t\t\t<td>57,128</td>\n\t\t\t\t\t<td>57,127</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,748\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,748\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 40분 </td>\n\t\t\t\t\t<td>57,196</td>\n\t\t\t\t\t<td>57,196</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,890\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,890\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 45분 </td>\n\t\t\t\t\t<td>57,177</td>\n\t\t\t\t\t<td>57,177</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,702\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,702\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 50분 </td>\n\t\t\t\t\t<td>57,355</td>\n\t\t\t\t\t<td>57,355</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,882\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t57,882\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>04시 55분 </td>\n\t\t\t\t\t<td>57,204</td>\n\t\t\t\t\t<td>57,205</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,095\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,095\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 00분 </td>\n\t\t\t\t\t<td>57,358</td>\n\t\t\t\t\t<td>57,358</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,259\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,259\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 05분 </td>\n\t\t\t\t\t<td>57,442</td>\n\t\t\t\t\t<td>57,442</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,290\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,290\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 10분 </td>\n\t\t\t\t\t<td>57,668</td>\n\t\t\t\t\t<td>57,669</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,160\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,160\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 15분 </td>\n\t\t\t\t\t<td>57,543</td>\n\t\t\t\t\t<td>57,543</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,285\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,285\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 20분 </td>\n\t\t\t\t\t<td>57,503</td>\n\t\t\t\t\t<td>57,503</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,197\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,197\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 25분 </td>\n\t\t\t\t\t<td>57,640</td>\n\t\t\t\t\t<td>57,640</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,090\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,090\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 30분 </td>\n\t\t\t\t\t<td>57,946</td>\n\t\t\t\t\t<td>57,946</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,270\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,270\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 35분 </td>\n\t\t\t\t\t<td>58,013</td>\n\t\t\t\t\t<td>58,013</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,472\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,472\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 40분 </td>\n\t\t\t\t\t<td>57,972</td>\n\t\t\t\t\t<td>57,972</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,549\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,549\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 45분 </td>\n\t\t\t\t\t<td>57,945</td>\n\t\t\t\t\t<td>57,945</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,790\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,790\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 50분 </td>\n\t\t\t\t\t<td>57,790</td>\n\t\t\t\t\t<td>57,790</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,050\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,050\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>05시 55분 </td>\n\t\t\t\t\t<td>58,372</td>\n\t\t\t\t\t<td>58,372</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,964\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,964\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 00분 </td>\n\t\t\t\t\t<td>58,422</td>\n\t\t\t\t\t<td>58,408</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,882\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t58,867\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 05분 </td>\n\t\t\t\t\t<td>58,596</td>\n\t\t\t\t\t<td>58,582</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,210\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,194\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 10분 </td>\n\t\t\t\t\t<td>58,645</td>\n\t\t\t\t\t<td>58,631</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,172\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,157\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 15분 </td>\n\t\t\t\t\t<td>58,563</td>\n\t\t\t\t\t<td>58,549</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,357\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,342\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 20분 </td>\n\t\t\t\t\t<td>58,860</td>\n\t\t\t\t\t<td>58,842</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,311\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,295\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 25분 </td>\n\t\t\t\t\t<td>58,878</td>\n\t\t\t\t\t<td>58,861</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,520\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,505\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 30분 </td>\n\t\t\t\t\t<td>59,028</td>\n\t\t\t\t\t<td>59,013</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,461\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,446\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 35분 </td>\n\t\t\t\t\t<td>58,920</td>\n\t\t\t\t\t<td>58,905</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,774\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,758\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 40분 </td>\n\t\t\t\t\t<td>59,337</td>\n\t\t\t\t\t<td>59,320</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,771\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,755\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 45분 </td>\n\t\t\t\t\t<td>59,456</td>\n\t\t\t\t\t<td>59,440</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,913\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,897\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 50분 </td>\n\t\t\t\t\t<td>59,223</td>\n\t\t\t\t\t<td>59,207</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,817\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,801\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>06시 55분 </td>\n\t\t\t\t\t<td>59,420</td>\n\t\t\t\t\t<td>59,397</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,737\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t59,722\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 00분 </td>\n\t\t\t\t\t<td>59,676</td>\n\t\t\t\t\t<td>59,653</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,047\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,031\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 05분 </td>\n\t\t\t\t\t<td>60,050</td>\n\t\t\t\t\t<td>60,027</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,280\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,264\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 10분 </td>\n\t\t\t\t\t<td>60,112</td>\n\t\t\t\t\t<td>60,089</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,735\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,718\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 15분 </td>\n\t\t\t\t\t<td>60,195</td>\n\t\t\t\t\t<td>60,172</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,647\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,630\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 20분 </td>\n\t\t\t\t\t<td>59,884</td>\n\t\t\t\t\t<td>59,862</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,384\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,368\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 25분 </td>\n\t\t\t\t\t<td>59,904</td>\n\t\t\t\t\t<td>59,882</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,527\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,510\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 30분 </td>\n\t\t\t\t\t<td>60,157</td>\n\t\t\t\t\t<td>60,133</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,306\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,288\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 35분 </td>\n\t\t\t\t\t<td>60,093</td>\n\t\t\t\t\t<td>60,071</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,474\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,458\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 40분 </td>\n\t\t\t\t\t<td>60,036</td>\n\t\t\t\t\t<td>60,013</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,129\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,112\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 45분 </td>\n\t\t\t\t\t<td>60,337</td>\n\t\t\t\t\t<td>60,313</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,375\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,357\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 50분 </td>\n\t\t\t\t\t<td>60,420</td>\n\t\t\t\t\t<td>60,388</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,617\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,599\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>07시 55분 </td>\n\t\t\t\t\t<td>60,303</td>\n\t\t\t\t\t<td>60,263</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,860\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t60,842\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 00분 </td>\n\t\t\t\t\t<td>60,458</td>\n\t\t\t\t\t<td>60,393</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,207\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,188\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 05분 </td>\n\t\t\t\t\t<td>60,562</td>\n\t\t\t\t\t<td>60,460</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,168\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,145\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 10분 </td>\n\t\t\t\t\t<td>60,696</td>\n\t\t\t\t\t<td>60,537</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,074\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,044\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 15분 </td>\n\t\t\t\t\t<td>60,663</td>\n\t\t\t\t\t<td>60,437</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,391\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,352\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 20분 </td>\n\t\t\t\t\t<td>60,533</td>\n\t\t\t\t\t<td>60,211</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,346\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,294\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 25분 </td>\n\t\t\t\t\t<td>60,777</td>\n\t\t\t\t\t<td>60,344</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,552\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,476\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 30분 </td>\n\t\t\t\t\t<td>60,804</td>\n\t\t\t\t\t<td>60,257</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,782\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t61,680\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 35분 </td>\n\t\t\t\t\t<td>60,791</td>\n\t\t\t\t\t<td>60,106</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,164\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,028\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 40분 </td>\n\t\t\t\t\t<td>60,818</td>\n\t\t\t\t\t<td>59,958</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,458\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,273\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 45분 </td>\n\t\t\t\t\t<td>60,847</td>\n\t\t\t\t\t<td>59,797</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,554\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,332\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 50분 </td>\n\t\t\t\t\t<td>61,013</td>\n\t\t\t\t\t<td>59,787</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,828\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,550\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>08시 55분 </td>\n\t\t\t\t\t<td>60,946</td>\n\t\t\t\t\t<td>59,518</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,797\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,451\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 00분 </td>\n\t\t\t\t\t<td>61,132</td>\n\t\t\t\t\t<td>59,436</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,936\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,502\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 05분 </td>\n\t\t\t\t\t<td>60,727</td>\n\t\t\t\t\t<td>58,795</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,068\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,566\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 10분 </td>\n\t\t\t\t\t<td>60,879</td>\n\t\t\t\t\t<td>58,674</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,744\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,188\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 15분 </td>\n\t\t\t\t\t<td>60,852</td>\n\t\t\t\t\t<td>58,355</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,406\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,735\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 20분 </td>\n\t\t\t\t\t<td>60,940</td>\n\t\t\t\t\t<td>58,158</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,713\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,007\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 25분 </td>\n\t\t\t\t\t<td>61,198</td>\n\t\t\t\t\t<td>58,134</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,763\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,012\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 30분 </td>\n\t\t\t\t\t<td>60,913</td>\n\t\t\t\t\t<td>57,657</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,134\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,269\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 35분 </td>\n\t\t\t\t\t<td>60,999</td>\n\t\t\t\t\t<td>57,413</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,284\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,348\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 40분 </td>\n\t\t\t\t\t<td>61,047</td>\n\t\t\t\t\t<td>57,080</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,281\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,261\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 45분 </td>\n\t\t\t\t\t<td>61,279</td>\n\t\t\t\t\t<td>57,064</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,546\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,359\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 50분 </td>\n\t\t\t\t\t<td>61,547</td>\n\t\t\t\t\t<td>57,072</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,655\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,375\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>09시 55분 </td>\n\t\t\t\t\t<td>62,000</td>\n\t\t\t\t\t<td>57,038</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,850\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,321\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 00분 </td>\n\t\t\t\t\t<td>62,042</td>\n\t\t\t\t\t<td>56,750</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,153\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,541\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 05분 </td>\n\t\t\t\t\t<td>62,276</td>\n\t\t\t\t\t<td>56,610</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,518\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,783\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 10분 </td>\n\t\t\t\t\t<td>62,592</td>\n\t\t\t\t\t<td>56,453</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,481\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,610\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 15분 </td>\n\t\t\t\t\t<td>62,816</td>\n\t\t\t\t\t<td>56,389</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,545\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,514\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 20분 </td>\n\t\t\t\t\t<td>62,894</td>\n\t\t\t\t\t<td>56,039</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,071\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,930\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 25분 </td>\n\t\t\t\t\t<td>62,877</td>\n\t\t\t\t\t<td>55,813</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,166\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,806\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 30분 </td>\n\t\t\t\t\t<td>63,083</td>\n\t\t\t\t\t<td>55,736</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,187\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,693\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 35분 </td>\n\t\t\t\t\t<td>63,114</td>\n\t\t\t\t\t<td>55,463</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,424\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,769\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 40분 </td>\n\t\t\t\t\t<td>63,193</td>\n\t\t\t\t\t<td>55,316</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,363\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,841\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 45분 </td>\n\t\t\t\t\t<td>63,212</td>\n\t\t\t\t\t<td>55,067</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,375\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,711\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 50분 </td>\n\t\t\t\t\t<td>63,322</td>\n\t\t\t\t\t<td>55,019</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,871\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,259\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>10시 55분 </td>\n\t\t\t\t\t<td>63,428</td>\n\t\t\t\t\t<td>54,925</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,175\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,398\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 00분 </td>\n\t\t\t\t\t<td>63,320</td>\n\t\t\t\t\t<td>54,581</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,532\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,675\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 05분 </td>\n\t\t\t\t\t<td>63,086</td>\n\t\t\t\t\t<td>54,248</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,458\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,768\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 10분 </td>\n\t\t\t\t\t<td>63,017</td>\n\t\t\t\t\t<td>53,957</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,410\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,708\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 15분 </td>\n\t\t\t\t\t<td>63,317</td>\n\t\t\t\t\t<td>54,053</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,561\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,730\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 20분 </td>\n\t\t\t\t\t<td>63,535</td>\n\t\t\t\t\t<td>54,025</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,803\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,774\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 25분 </td>\n\t\t\t\t\t<td>63,617</td>\n\t\t\t\t\t<td>53,832</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,207\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,926\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 30분 </td>\n\t\t\t\t\t<td>63,716</td>\n\t\t\t\t\t<td>53,735</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,964\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,822\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 35분 </td>\n\t\t\t\t\t<td>63,799</td>\n\t\t\t\t\t<td>53,677</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,904\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,741\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 40분 </td>\n\t\t\t\t\t<td>63,554</td>\n\t\t\t\t\t<td>53,255</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,463\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,497\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 45분 </td>\n\t\t\t\t\t<td>63,491</td>\n\t\t\t\t\t<td>53,243</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,738\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,799\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 50분 </td>\n\t\t\t\t\t<td>63,767</td>\n\t\t\t\t\t<td>53,352</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,390\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,606\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>11시 55분 </td>\n\t\t\t\t\t<td>63,551</td>\n\t\t\t\t\t<td>52,916</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,186\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,539\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 00분 </td>\n\t\t\t\t\t<td>63,525</td>\n\t\t\t\t\t<td>52,748</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,103\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,443\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 05분 </td>\n\t\t\t\t\t<td>63,435</td>\n\t\t\t\t\t<td>52,614</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,914\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,366\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 10분 </td>\n\t\t\t\t\t<td>63,434</td>\n\t\t\t\t\t<td>52,524</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,912\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,394\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 15분 </td>\n\t\t\t\t\t<td>63,488</td>\n\t\t\t\t\t<td>52,501</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,923\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,346\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 20분 </td>\n\t\t\t\t\t<td>63,200</td>\n\t\t\t\t\t<td>52,279</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,977\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,288\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 25분 </td>\n\t\t\t\t\t<td>63,566</td>\n\t\t\t\t\t<td>52,533</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,367\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,456\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 30분 </td>\n\t\t\t\t\t<td>63,710</td>\n\t\t\t\t\t<td>52,396</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,206\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,314\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 35분 </td>\n\t\t\t\t\t<td>63,692</td>\n\t\t\t\t\t<td>52,344</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,226\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,381\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 40분 </td>\n\t\t\t\t\t<td>63,407</td>\n\t\t\t\t\t<td>52,096</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,332\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,376\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 45분 </td>\n\t\t\t\t\t<td>63,576</td>\n\t\t\t\t\t<td>52,237</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,214\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,265\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 50분 </td>\n\t\t\t\t\t<td>63,575</td>\n\t\t\t\t\t<td>51,981</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,724\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,685\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>12시 55분 </td>\n\t\t\t\t\t<td>63,700</td>\n\t\t\t\t\t<td>52,235</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,581\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,533\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 00분 </td>\n\t\t\t\t\t<td>63,532</td>\n\t\t\t\t\t<td>52,280</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,598\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,555\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 05분 </td>\n\t\t\t\t\t<td>63,726</td>\n\t\t\t\t\t<td>52,470</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,580\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,599\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 10분 </td>\n\t\t\t\t\t<td>63,942</td>\n\t\t\t\t\t<td>52,696</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,877\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,820\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 15분 </td>\n\t\t\t\t\t<td>64,014</td>\n\t\t\t\t\t<td>52,728</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,848\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,733\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 20분 </td>\n\t\t\t\t\t<td>64,614</td>\n\t\t\t\t\t<td>52,944</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,860\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,650\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 25분 </td>\n\t\t\t\t\t<td>64,480</td>\n\t\t\t\t\t<td>52,862</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,681\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,490\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 30분 </td>\n\t\t\t\t\t<td>64,606</td>\n\t\t\t\t\t<td>52,999</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,500\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,357\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 35분 </td>\n\t\t\t\t\t<td>64,543</td>\n\t\t\t\t\t<td>53,038</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,703\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,619\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 40분 </td>\n\t\t\t\t\t<td>64,152</td>\n\t\t\t\t\t<td>52,787</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,716\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,699\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 45분 </td>\n\t\t\t\t\t<td>63,761</td>\n\t\t\t\t\t<td>52,573</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,344\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,383\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 50분 </td>\n\t\t\t\t\t<td>63,921</td>\n\t\t\t\t\t<td>52,879</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,915\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,045\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>13시 55분 </td>\n\t\t\t\t\t<td>63,694</td>\n\t\t\t\t\t<td>52,829</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,319\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,406\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 00분 </td>\n\t\t\t\t\t<td>64,271</td>\n\t\t\t\t\t<td>53,520</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,363\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,435\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 05분 </td>\n\t\t\t\t\t<td>64,231</td>\n\t\t\t\t\t<td>53,680</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,381\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,394\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 10분 </td>\n\t\t\t\t\t<td>64,427</td>\n\t\t\t\t\t<td>53,944</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,999\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,122\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 15분 </td>\n\t\t\t\t\t<td>64,156</td>\n\t\t\t\t\t<td>53,902</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,788\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,966\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 20분 </td>\n\t\t\t\t\t<td>64,230</td>\n\t\t\t\t\t<td>54,092</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,835\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,913\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 25분 </td>\n\t\t\t\t\t<td>64,602</td>\n\t\t\t\t\t<td>54,678</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,157\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,205\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 30분 </td>\n\t\t\t\t\t<td>64,405</td>\n\t\t\t\t\t<td>54,752</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,951\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,233\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 35분 </td>\n\t\t\t\t\t<td>64,199</td>\n\t\t\t\t\t<td>54,840</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,590\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,914\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 40분 </td>\n\t\t\t\t\t<td>64,198</td>\n\t\t\t\t\t<td>54,992</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,283\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,701\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 45분 </td>\n\t\t\t\t\t<td>64,229</td>\n\t\t\t\t\t<td>55,165</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,439\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,883\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 50분 </td>\n\t\t\t\t\t<td>64,306</td>\n\t\t\t\t\t<td>55,529</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,676\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,220\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>14시 55분 </td>\n\t\t\t\t\t<td>64,265</td>\n\t\t\t\t\t<td>55,766</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,562\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,115\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 00분 </td>\n\t\t\t\t\t<td>64,429</td>\n\t\t\t\t\t<td>56,175</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,521\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,082\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 05분 </td>\n\t\t\t\t\t<td>64,175</td>\n\t\t\t\t\t<td>56,291</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,351\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t62,988\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 10분 </td>\n\t\t\t\t\t<td>64,224</td>\n\t\t\t\t\t<td>56,701</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,593\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,295\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 15분 </td>\n\t\t\t\t\t<td>63,654</td>\n\t\t\t\t\t<td>56,730</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,426\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,248\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 20분 </td>\n\t\t\t\t\t<td>63,921</td>\n\t\t\t\t\t<td>57,227</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,301\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,226\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 25분 </td>\n\t\t\t\t\t<td>63,976</td>\n\t\t\t\t\t<td>57,693</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,489\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,468\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 30분 </td>\n\t\t\t\t\t<td>63,768</td>\n\t\t\t\t\t<td>57,871</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,618\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,563\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 35분 </td>\n\t\t\t\t\t<td>63,971</td>\n\t\t\t\t\t<td>58,410</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,452\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,535\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 40분 </td>\n\t\t\t\t\t<td>64,096</td>\n\t\t\t\t\t<td>58,864</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,412\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,543\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 45분 </td>\n\t\t\t\t\t<td>64,069</td>\n\t\t\t\t\t<td>59,187</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,469\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,707\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 50분 </td>\n\t\t\t\t\t<td>63,948</td>\n\t\t\t\t\t<td>59,413</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,549\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,823\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>15시 55분 </td>\n\t\t\t\t\t<td>63,887</td>\n\t\t\t\t\t<td>59,671</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,830\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,123\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 00분 </td>\n\t\t\t\t\t<td>63,716</td>\n\t\t\t\t\t<td>59,855</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,604\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,032\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 05분 </td>\n\t\t\t\t\t<td>63,186</td>\n\t\t\t\t\t<td>59,635</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,263\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,709\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 10분 </td>\n\t\t\t\t\t<td>63,283</td>\n\t\t\t\t\t<td>60,117</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,246\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,796\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 15분 </td>\n\t\t\t\t\t<td>63,660</td>\n\t\t\t\t\t<td>60,823</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,433\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,156\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 20분 </td>\n\t\t\t\t\t<td>63,754</td>\n\t\t\t\t\t<td>61,273</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,585\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,435\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 25분 </td>\n\t\t\t\t\t<td>64,070</td>\n\t\t\t\t\t<td>61,867</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,741\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,650\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 30분 </td>\n\t\t\t\t\t<td>64,122</td>\n\t\t\t\t\t<td>62,182</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,622\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,647\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 35분 </td>\n\t\t\t\t\t<td>64,347</td>\n\t\t\t\t\t<td>62,570</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,469\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,559\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 40분 </td>\n\t\t\t\t\t<td>64,229</td>\n\t\t\t\t\t<td>62,688</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,993\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,162\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 45분 </td>\n\t\t\t\t\t<td>64,411</td>\n\t\t\t\t\t<td>63,084</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,236\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,504\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 50분 </td>\n\t\t\t\t\t<td>64,158</td>\n\t\t\t\t\t<td>63,026</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,769\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,138\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>16시 55분 </td>\n\t\t\t\t\t<td>64,515</td>\n\t\t\t\t\t<td>63,540</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,207\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,670\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 00분 </td>\n\t\t\t\t\t<td>64,585</td>\n\t\t\t\t\t<td>63,757</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,402\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,926\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 05분 </td>\n\t\t\t\t\t<td>64,281</td>\n\t\t\t\t\t<td>63,610</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,802\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,386\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 10분 </td>\n\t\t\t\t\t<td>64,465</td>\n\t\t\t\t\t<td>64,012</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,798\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,475\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 15분 </td>\n\t\t\t\t\t<td>64,936</td>\n\t\t\t\t\t<td>64,637</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,088\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,871\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 20분 </td>\n\t\t\t\t\t<td>65,010</td>\n\t\t\t\t\t<td>64,804</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,816\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,660\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 25분 </td>\n\t\t\t\t\t<td>65,194</td>\n\t\t\t\t\t<td>65,073</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,957\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,955\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 30분 </td>\n\t\t\t\t\t<td>65,666</td>\n\t\t\t\t\t<td>65,594</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,142\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,175\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 35분 </td>\n\t\t\t\t\t<td>65,795</td>\n\t\t\t\t\t<td>65,766</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,428\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,392\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 40분 </td>\n\t\t\t\t\t<td>66,254</td>\n\t\t\t\t\t<td>66,262</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,707\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,686\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 45분 </td>\n\t\t\t\t\t<td>66,245</td>\n\t\t\t\t\t<td>66,226</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,937\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,907\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 50분 </td>\n\t\t\t\t\t<td>66,301</td>\n\t\t\t\t\t<td>66,286</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,226\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,191\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>17시 55분 </td>\n\t\t\t\t\t<td>66,565</td>\n\t\t\t\t\t<td>66,565</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,328\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,287\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 00분 </td>\n\t\t\t\t\t<td>66,436</td>\n\t\t\t\t\t<td>66,436</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,406\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,367\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 05분 </td>\n\t\t\t\t\t<td>66,402</td>\n\t\t\t\t\t<td>66,402</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,220\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,177\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 10분 </td>\n\t\t\t\t\t<td>66,438</td>\n\t\t\t\t\t<td>66,438</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,190\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,147\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 15분 </td>\n\t\t\t\t\t<td>66,499</td>\n\t\t\t\t\t<td>66,499</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,215\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,174\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 20분 </td>\n\t\t\t\t\t<td>66,510</td>\n\t\t\t\t\t<td>66,510</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,255\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,213\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 25분 </td>\n\t\t\t\t\t<td>66,770</td>\n\t\t\t\t\t<td>66,770</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,365\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,331\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 30분 </td>\n\t\t\t\t\t<td>66,561</td>\n\t\t\t\t\t<td>66,561</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,158\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,125\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 35분 </td>\n\t\t\t\t\t<td>66,529</td>\n\t\t\t\t\t<td>66,529</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,058\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t68,011\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 40분 </td>\n\t\t\t\t\t<td>66,521</td>\n\t\t\t\t\t<td>66,521</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,946\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,898\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 45분 </td>\n\t\t\t\t\t<td>66,472</td>\n\t\t\t\t\t<td>66,472</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,846\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,796\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 50분 </td>\n\t\t\t\t\t<td>66,302</td>\n\t\t\t\t\t<td>66,302</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,934\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,887\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>18시 55분 </td>\n\t\t\t\t\t<td>66,293</td>\n\t\t\t\t\t<td>66,293</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,756\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,713\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 00분 </td>\n\t\t\t\t\t<td>66,306</td>\n\t\t\t\t\t<td>66,306</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,662\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,662\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 05분 </td>\n\t\t\t\t\t<td>66,257</td>\n\t\t\t\t\t<td>66,257</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,903\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,903\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 10분 </td>\n\t\t\t\t\t<td>66,267</td>\n\t\t\t\t\t<td>66,267</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,658\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,658\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 15분 </td>\n\t\t\t\t\t<td>66,094</td>\n\t\t\t\t\t<td>66,093</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,420\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,419\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 20분 </td>\n\t\t\t\t\t<td>66,031</td>\n\t\t\t\t\t<td>66,031</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,429\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,429\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 25분 </td>\n\t\t\t\t\t<td>65,971</td>\n\t\t\t\t\t<td>65,971</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,317\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,317\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 30분 </td>\n\t\t\t\t\t<td>66,054</td>\n\t\t\t\t\t<td>66,053</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,296\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,296\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 35분 </td>\n\t\t\t\t\t<td>65,755</td>\n\t\t\t\t\t<td>65,755</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,029\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t67,029\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 40분 </td>\n\t\t\t\t\t<td>65,610</td>\n\t\t\t\t\t<td>65,610</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,917\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,917\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 45분 </td>\n\t\t\t\t\t<td>65,789</td>\n\t\t\t\t\t<td>65,789</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,985\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,985\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 50분 </td>\n\t\t\t\t\t<td>65,723</td>\n\t\t\t\t\t<td>65,723</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,706\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,706\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>19시 55분 </td>\n\t\t\t\t\t<td>65,632</td>\n\t\t\t\t\t<td>65,632</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,583\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,583\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 00분 </td>\n\t\t\t\t\t<td>65,687</td>\n\t\t\t\t\t<td>65,687</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,528\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,528\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 05분 </td>\n\t\t\t\t\t<td>65,736</td>\n\t\t\t\t\t<td>65,736</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,358\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,358\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 10분 </td>\n\t\t\t\t\t<td>65,319</td>\n\t\t\t\t\t<td>65,319</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,433\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,433\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 15분 </td>\n\t\t\t\t\t<td>65,335</td>\n\t\t\t\t\t<td>65,335</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,135\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,135\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 20분 </td>\n\t\t\t\t\t<td>65,352</td>\n\t\t\t\t\t<td>65,352</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,362\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,362\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 25분 </td>\n\t\t\t\t\t<td>65,246</td>\n\t\t\t\t\t<td>65,246</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,158\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,158\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 30분 </td>\n\t\t\t\t\t<td>64,820</td>\n\t\t\t\t\t<td>64,819</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,011\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t66,011\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 35분 </td>\n\t\t\t\t\t<td>64,439</td>\n\t\t\t\t\t<td>64,439</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,735\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,735\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 40분 </td>\n\t\t\t\t\t<td>64,284</td>\n\t\t\t\t\t<td>64,284</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,755\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,755\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 45분 </td>\n\t\t\t\t\t<td>64,139</td>\n\t\t\t\t\t<td>64,139</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,872\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,873\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 50분 </td>\n\t\t\t\t\t<td>64,234</td>\n\t\t\t\t\t<td>64,234</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,764\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,764\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>20시 55분 </td>\n\t\t\t\t\t<td>64,201</td>\n\t\t\t\t\t<td>64,201</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,432\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,432\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 00분 </td>\n\t\t\t\t\t<td>64,186</td>\n\t\t\t\t\t<td>64,187</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,288\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,288\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 05분 </td>\n\t\t\t\t\t<td>63,687</td>\n\t\t\t\t\t<td>63,687</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,873\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,873\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 10분 </td>\n\t\t\t\t\t<td>63,690</td>\n\t\t\t\t\t<td>63,690</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,003\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t65,003\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 15분 </td>\n\t\t\t\t\t<td>63,548</td>\n\t\t\t\t\t<td>63,548</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,668\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,668\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 20분 </td>\n\t\t\t\t\t<td>63,386</td>\n\t\t\t\t\t<td>63,386</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,439\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,439\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 25분 </td>\n\t\t\t\t\t<td>63,437</td>\n\t\t\t\t\t<td>63,437</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,274\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,274\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 30분 </td>\n\t\t\t\t\t<td>63,372</td>\n\t\t\t\t\t<td>63,372</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,602\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,601\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 35분 </td>\n\t\t\t\t\t<td>63,232</td>\n\t\t\t\t\t<td>63,232</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,303\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,303\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 40분 </td>\n\t\t\t\t\t<td>62,974</td>\n\t\t\t\t\t<td>62,974</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,214\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,214\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 45분 </td>\n\t\t\t\t\t<td>63,020</td>\n\t\t\t\t\t<td>63,019</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,287\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,287\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 50분 </td>\n\t\t\t\t\t<td>62,965</td>\n\t\t\t\t\t<td>62,965</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,712\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,712\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>21시 55분 </td>\n\t\t\t\t\t<td>63,076</td>\n\t\t\t\t\t<td>63,076</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,908\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,908\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 00분 </td>\n\t\t\t\t\t<td>63,014</td>\n\t\t\t\t\t<td>63,014</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,144\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,144\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 05분 </td>\n\t\t\t\t\t<td>63,250</td>\n\t\t\t\t\t<td>63,250</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,365\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,365\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 10분 </td>\n\t\t\t\t\t<td>63,125</td>\n\t\t\t\t\t<td>63,125</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,359\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,359\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 15분 </td>\n\t\t\t\t\t<td>63,068</td>\n\t\t\t\t\t<td>63,068</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,458\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,458\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 20분 </td>\n\t\t\t\t\t<td>63,123</td>\n\t\t\t\t\t<td>63,123</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,500\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,500\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 25분 </td>\n\t\t\t\t\t<td>62,844</td>\n\t\t\t\t\t<td>62,844</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,300\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,300\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 30분 </td>\n\t\t\t\t\t<td>62,846</td>\n\t\t\t\t\t<td>62,846</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,174\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,174\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 35분 </td>\n\t\t\t\t\t<td>62,696</td>\n\t\t\t\t\t<td>62,696</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,146\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,146\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 40분 </td>\n\t\t\t\t\t<td>62,781</td>\n\t\t\t\t\t<td>62,781</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,669\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,669\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 45분 </td>\n\t\t\t\t\t<td>62,486</td>\n\t\t\t\t\t<td>62,486</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,678\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,678\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 50분 </td>\n\t\t\t\t\t<td>62,160</td>\n\t\t\t\t\t<td>62,160</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,599\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,599\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>22시 55분 </td>\n\t\t\t\t\t<td>62,321</td>\n\t\t\t\t\t<td>62,321</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,436\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,436\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 00분 </td>\n\t\t\t\t\t<td>62,462</td>\n\t\t\t\t\t<td>62,462</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,838\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t63,838\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 05분 </td>\n\t\t\t\t\t<td>63,173</td>\n\t\t\t\t\t<td>63,173</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,632\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,632\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 10분 </td>\n\t\t\t\t\t<td>63,142</td>\n\t\t\t\t\t<td>63,142</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,918\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t64,918\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 15분 </td>\n\t\t\t\t\t<td>63,046</td>\n\t\t\t\t\t<td>63,046</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 20분 </td>\n\t\t\t\t\t<td>62,762</td>\n\t\t\t\t\t<td>62,762</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 25분 </td>\n\t\t\t\t\t<td>62,607</td>\n\t\t\t\t\t<td>62,607</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 30분 </td>\n\t\t\t\t\t<td>62,459</td>\n\t\t\t\t\t<td>62,459</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 35분 </td>\n\t\t\t\t\t<td>62,186</td>\n\t\t\t\t\t<td>62,186</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 40분 </td>\n\t\t\t\t\t<td>61,879</td>\n\t\t\t\t\t<td>61,879</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 45분 </td>\n\t\t\t\t\t<td>61,761</td>\n\t\t\t\t\t<td>61,761</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 50분 </td>\n\t\t\t\t\t<td>61,569</td>\n\t\t\t\t\t<td>61,569</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t<td>23시 55분 </td>\n\t\t\t\t\t<td>61,180</td>\n\t\t\t\t\t<td>61,181</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t</tbody>\n\t\t</table>\n\t</div>\n</div>\n \n\n<div class=\"btn_area AlignRight\">\n\t<a href=\"/powerinfoGraphSearch.es?mid=a10606030000&device=chart&view_sdate='2024.12.29(일)'&view_edate='2025.01.05(일)'\" target=\"_blank\" title=\"새창열림\" class=\"btn_link02\">차트보기</a>\n</div>\n\n<h4>발전원별실시간 전력수급현황</h4>\n\t\n\n\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/kpx_src/js/highcharts.js\"></script>\n<script type=\"text/javascript\" src=\"/kpx_src/js/exporting.js\"></script>\n\n<script type=\"text/javascript\">\n$(document).ready(function(){\n\tdrawChart2(null, null, null);\n});\n\nfunction lPad(str, num, chr){\n\tstr = str +\"\";\n\tif(!str || !chr || str.length >= num){\n\t\treturn str;\n\t}\n\tvar max = num - str.length;\n\tfor(var i =0; i < max; i++){\n\t\tstr = chr+str;\n\t}\n\treturn str;\n}\n\nfunction drawChart2(par1, par2, par3){\n\tvar ictArr = [{\"localCoal\":\"192.875\",\"ppa\":\"0\",\"windPower\":\"440.859\",\"nuclearPower\":\"24132.1\",\"regDate\":\"2025-01-05 00:00\",\"raisingWater\":\"1168.98\",\"newRenewable\":\"3212.03\",\"sunlight\":\"0.0\",\"oil\":\"361.51\",\"once\":\"20250105000000\",\"gas\":\"21242.1\",\"coal\":\"13998.2\",\"newRenewablePlusWindPower\":\"3652.89\",\"btm\":\"0\",\"waterPower\":\"38.1576\",\"seq\":0},{\"localCoal\":\"193.424\",\"ppa\":\"0\",\"windPower\":\"470.42\",\"nuclearPower\":\"24183.2\",\"regDate\":\"2025-01-05 00:05\",\"raisingWater\":\"1165.73\",\"newRenewable\":\"3214.68\",\"sunlight\":\"0.0\",\"oil\":\"361.527\",\"once\":\"20250105000500\",\"gas\":\"20873.5\",\"coal\":\"13997.1\",\"newRenewablePlusWindPower\":\"3685.1\",\"btm\":\"0\",\"waterPower\":\"36.1821\",\"seq\":0},{\"localCoal\":\"193.955\",\"ppa\":\"0\",\"windPower\":\"461.526\",\"nuclearPower\":\"24169.9\",\"regDate\":\"2025-01-05 00:10\",\"raisingWater\":\"1163.87\",\"newRenewable\":\"3198.27\",\"sunlight\":\"0.0\",\"oil\":\"361.922\",\"once\":\"20250105001000\",\"gas\":\"20567.0\",\"coal\":\"14075.5\",\"newRenewablePlusWindPower\":\"3659.8\",\"btm\":\"0\",\"waterPower\":\"36.0934\",\"seq\":0},{\"localCoal\":\"193.406\",\"ppa\":\"0\",\"windPower\":\"466.664\",\"nuclearPower\":\"24157.8\",\"regDate\":\"2025-01-05 00:15\",\"raisingWater\":\"1038.83\",\"newRenewable\":\"3181.6\",\"sunlight\":\"0.0\",\"oil\":\"361.538\",\"once\":\"20250105001500\",\"gas\":\"20524.3\",\"coal\":\"13959.5\",\"newRenewablePlusWindPower\":\"3648.27\",\"btm\":\"0\",\"waterPower\":\"36.0887\",\"seq\":0},{\"localCoal\":\"193.314\",\"ppa\":\"0\",\"windPower\":\"478.882\",\"nuclearPower\":\"24189.1\",\"regDate\":\"2025-01-05 00:20\",\"raisingWater\":\"693.423\",\"newRenewable\":\"3173.52\",\"sunlight\":\"0.0\",\"oil\":\"362.933\",\"once\":\"20250105002000\",\"gas\":\"20407.2\",\"coal\":\"14135.0\",\"newRenewablePlusWindPower\":\"3652.4\",\"btm\":\"0\",\"waterPower\":\"36.0563\",\"seq\":0},{\"localCoal\":\"192.82\",\"ppa\":\"0\",\"windPower\":\"463.816\",\"nuclearPower\":\"24170.2\",\"regDate\":\"2025-01-05 00:25\",\"raisingWater\":\"691.803\",\"newRenewable\":\"3170.81\",\"sunlight\":\"0.0\",\"oil\":\"362.799\",\"once\":\"20250105002500\",\"gas\":\"20069.5\",\"coal\":\"14136.5\",\"newRenewablePlusWindPower\":\"3634.62\",\"btm\":\"0\",\"waterPower\":\"36.0797\",\"seq\":0},{\"localCoal\":\"193.918\",\"ppa\":\"0\",\"windPower\":\"462.251\",\"nuclearPower\":\"24199.9\",\"regDate\":\"2025-01-05 00:30\",\"raisingWater\":\"694.062\",\"newRenewable\":\"3180.16\",\"sunlight\":\"0.0\",\"oil\":\"361.121\",\"once\":\"20250105003000\",\"gas\":\"19835.6\",\"coal\":\"14146.8\",\"newRenewablePlusWindPower\":\"3642.41\",\"btm\":\"0\",\"waterPower\":\"36.2887\",\"seq\":0},{\"localCoal\":\"191.941\",\"ppa\":\"0\",\"windPower\":\"468.733\",\"nuclearPower\":\"24151.4\",\"regDate\":\"2025-01-05 00:35\",\"raisingWater\":\"399.7\",\"newRenewable\":\"3163.46\",\"sunlight\":\"0.0\",\"oil\":\"362.47\",\"once\":\"20250105003500\",\"gas\":\"19896.6\",\"coal\":\"14154.8\",\"newRenewablePlusWindPower\":\"3632.19\",\"btm\":\"0\",\"waterPower\":\"36.2017\",\"seq\":0},{\"localCoal\":\"192.783\",\"ppa\":\"0\",\"windPower\":\"461.708\",\"nuclearPower\":\"24147.0\",\"regDate\":\"2025-01-05 00:40\",\"raisingWater\":\"399.101\",\"newRenewable\":\"3165.69\",\"sunlight\":\"0.0\",\"oil\":\"362.279\",\"once\":\"20250105004000\",\"gas\":\"19803.7\",\"coal\":\"14205.2\",\"newRenewablePlusWindPower\":\"3627.39\",\"btm\":\"0\",\"waterPower\":\"36.1953\",\"seq\":0},{\"localCoal\":\"191.904\",\"ppa\":\"0\",\"windPower\":\"464.734\",\"nuclearPower\":\"24121.1\",\"regDate\":\"2025-01-05 00:45\",\"raisingWater\":\"397.705\",\"newRenewable\":\"3164.28\",\"sunlight\":\"0.0\",\"oil\":\"362.252\",\"once\":\"20250105004500\",\"gas\":\"19471.2\",\"coal\":\"14166.4\",\"newRenewablePlusWindPower\":\"3629.02\",\"btm\":\"0\",\"waterPower\":\"36.165\",\"seq\":0},{\"localCoal\":\"191.904\",\"ppa\":\"0\",\"windPower\":\"460.769\",\"nuclearPower\":\"24166.3\",\"regDate\":\"2025-01-05 00:50\",\"raisingWater\":\"396.587\",\"newRenewable\":\"3171.72\",\"sunlight\":\"0.0\",\"oil\":\"361.124\",\"once\":\"20250105005000\",\"gas\":\"19210.3\",\"coal\":\"14159.0\",\"newRenewablePlusWindPower\":\"3632.49\",\"btm\":\"0\",\"waterPower\":\"36.1917\",\"seq\":0},{\"localCoal\":\"192.728\",\"ppa\":\"0\",\"windPower\":\"453.833\",\"nuclearPower\":\"24166.0\",\"regDate\":\"2025-01-05 00:55\",\"raisingWater\":\"395.35\",\"newRenewable\":\"3177.62\",\"sunlight\":\"0.0\",\"oil\":\"362.496\",\"once\":\"20250105005500\",\"gas\":\"18670.9\",\"coal\":\"14243.0\",\"newRenewablePlusWindPower\":\"3631.45\",\"btm\":\"0\",\"waterPower\":\"36.1654\",\"seq\":0},{\"localCoal\":\"193.003\",\"ppa\":\"0\",\"windPower\":\"456.347\",\"nuclearPower\":\"24157.6\",\"regDate\":\"2025-01-05 01:00\",\"raisingWater\":\"243.001\",\"newRenewable\":\"3175.42\",\"sunlight\":\"0.0\",\"oil\":\"362.67\",\"once\":\"20250105010000\",\"gas\":\"18609.3\",\"coal\":\"14278.6\",\"newRenewablePlusWindPower\":\"3631.76\",\"btm\":\"0\",\"waterPower\":\"36.2448\",\"seq\":0},{\"localCoal\":\"193.167\",\"ppa\":\"0\",\"windPower\":\"450.406\",\"nuclearPower\":\"24156.1\",\"regDate\":\"2025-01-05 01:05\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3173.46\",\"sunlight\":\"0.0\",\"oil\":\"360.827\",\"once\":\"20250105010500\",\"gas\":\"18661.9\",\"coal\":\"14282.2\",\"newRenewablePlusWindPower\":\"3623.87\",\"btm\":\"0\",\"waterPower\":\"36.3584\",\"seq\":0},{\"localCoal\":\"191.758\",\"ppa\":\"0\",\"windPower\":\"465.948\",\"nuclearPower\":\"24162.9\",\"regDate\":\"2025-01-05 01:10\",\"raisingWater\":\"-13.6875\",\"newRenewable\":\"3175.65\",\"sunlight\":\"0.0\",\"oil\":\"361.19\",\"once\":\"20250105011000\",\"gas\":\"18465.5\",\"coal\":\"14302.6\",\"newRenewablePlusWindPower\":\"3641.6\",\"btm\":\"0\",\"waterPower\":\"36.2203\",\"seq\":0},{\"localCoal\":\"192.655\",\"ppa\":\"0\",\"windPower\":\"467.07\",\"nuclearPower\":\"24167.3\",\"regDate\":\"2025-01-05 01:15\",\"raisingWater\":\"-263.156\",\"newRenewable\":\"3172.11\",\"sunlight\":\"0.0\",\"oil\":\"362.781\",\"once\":\"20250105011500\",\"gas\":\"18171.0\",\"coal\":\"14422.0\",\"newRenewablePlusWindPower\":\"3639.18\",\"btm\":\"0\",\"waterPower\":\"39.3681\",\"seq\":0},{\"localCoal\":\"192.417\",\"ppa\":\"0\",\"windPower\":\"473.956\",\"nuclearPower\":\"24150.6\",\"regDate\":\"2025-01-05 01:20\",\"raisingWater\":\"-319.661\",\"newRenewable\":\"3169.61\",\"sunlight\":\"0.0\",\"oil\":\"361.823\",\"once\":\"20250105012000\",\"gas\":\"17903.9\",\"coal\":\"14457.5\",\"newRenewablePlusWindPower\":\"3643.56\",\"btm\":\"0\",\"waterPower\":\"39.2688\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"0\",\"windPower\":\"469.297\",\"nuclearPower\":\"24178.0\",\"regDate\":\"2025-01-05 01:25\",\"raisingWater\":\"-750.092\",\"newRenewable\":\"3162.46\",\"sunlight\":\"0.0\",\"oil\":\"362.212\",\"once\":\"20250105012500\",\"gas\":\"18197.8\",\"coal\":\"14499.3\",\"newRenewablePlusWindPower\":\"3631.76\",\"btm\":\"0\",\"waterPower\":\"39.3378\",\"seq\":0},{\"localCoal\":\"192.453\",\"ppa\":\"0\",\"windPower\":\"463.928\",\"nuclearPower\":\"24169.7\",\"regDate\":\"2025-01-05 01:30\",\"raisingWater\":\"-1122.33\",\"newRenewable\":\"3169.86\",\"sunlight\":\"0.0\",\"oil\":\"362.154\",\"once\":\"20250105013000\",\"gas\":\"18476.2\",\"coal\":\"14566.2\",\"newRenewablePlusWindPower\":\"3633.79\",\"btm\":\"0\",\"waterPower\":\"39.3844\",\"seq\":0},{\"localCoal\":\"192.838\",\"ppa\":\"0\",\"windPower\":\"461.985\",\"nuclearPower\":\"24166.4\",\"regDate\":\"2025-01-05 01:35\",\"raisingWater\":\"-1445.14\",\"newRenewable\":\"3163.81\",\"sunlight\":\"0.0\",\"oil\":\"362.113\",\"once\":\"20250105013500\",\"gas\":\"18811.1\",\"coal\":\"14483.6\",\"newRenewablePlusWindPower\":\"3625.8\",\"btm\":\"0\",\"waterPower\":\"39.3406\",\"seq\":0},{\"localCoal\":\"192.38\",\"ppa\":\"0\",\"windPower\":\"447.686\",\"nuclearPower\":\"24179.5\",\"regDate\":\"2025-01-05 01:40\",\"raisingWater\":\"-1764.86\",\"newRenewable\":\"3170.49\",\"sunlight\":\"0.0\",\"oil\":\"362.655\",\"once\":\"20250105014000\",\"gas\":\"19150.4\",\"coal\":\"14583.7\",\"newRenewablePlusWindPower\":\"3618.18\",\"btm\":\"0\",\"waterPower\":\"39.3972\",\"seq\":0},{\"localCoal\":\"193.186\",\"ppa\":\"0\",\"windPower\":\"431.951\",\"nuclearPower\":\"24140.2\",\"regDate\":\"2025-01-05 01:45\",\"raisingWater\":\"-1772.93\",\"newRenewable\":\"3175.53\",\"sunlight\":\"0.0\",\"oil\":\"362.72\",\"once\":\"20250105014500\",\"gas\":\"19086.6\",\"coal\":\"14501.0\",\"newRenewablePlusWindPower\":\"3607.48\",\"btm\":\"0\",\"waterPower\":\"39.3567\",\"seq\":0},{\"localCoal\":\"192.289\",\"ppa\":\"0\",\"windPower\":\"426.055\",\"nuclearPower\":\"24150.0\",\"regDate\":\"2025-01-05 01:50\",\"raisingWater\":\"-1768.77\",\"newRenewable\":\"3177.2\",\"sunlight\":\"0.0\",\"oil\":\"362.101\",\"once\":\"20250105015000\",\"gas\":\"18789.5\",\"coal\":\"14455.5\",\"newRenewablePlusWindPower\":\"3603.25\",\"btm\":\"0\",\"waterPower\":\"39.3555\",\"seq\":0},{\"localCoal\":\"193.222\",\"ppa\":\"0\",\"windPower\":\"432.408\",\"nuclearPower\":\"24186.4\",\"regDate\":\"2025-01-05 01:55\",\"raisingWater\":\"-1952.31\",\"newRenewable\":\"3182.56\",\"sunlight\":\"0.0\",\"oil\":\"362.519\",\"once\":\"20250105015500\",\"gas\":\"18719.4\",\"coal\":\"14540.0\",\"newRenewablePlusWindPower\":\"3614.97\",\"btm\":\"0\",\"waterPower\":\"39.2489\",\"seq\":0},{\"localCoal\":\"193.222\",\"ppa\":\"0\",\"windPower\":\"430.339\",\"nuclearPower\":\"24172.7\",\"regDate\":\"2025-01-05 02:00\",\"raisingWater\":\"-2104.96\",\"newRenewable\":\"3187.62\",\"sunlight\":\"0.0\",\"oil\":\"361.968\",\"once\":\"20250105020000\",\"gas\":\"18862.6\",\"coal\":\"14500.3\",\"newRenewablePlusWindPower\":\"3617.96\",\"btm\":\"0\",\"waterPower\":\"39.326\",\"seq\":0},{\"localCoal\":\"192.435\",\"ppa\":\"0\",\"windPower\":\"436.087\",\"nuclearPower\":\"24169.1\",\"regDate\":\"2025-01-05 02:05\",\"raisingWater\":\"-2139.49\",\"newRenewable\":\"3186.8\",\"sunlight\":\"0.0\",\"oil\":\"362.311\",\"once\":\"20250105020500\",\"gas\":\"18588.2\",\"coal\":\"14548.2\",\"newRenewablePlusWindPower\":\"3622.89\",\"btm\":\"0\",\"waterPower\":\"39.2935\",\"seq\":0},{\"localCoal\":\"192.124\",\"ppa\":\"0\",\"windPower\":\"440.094\",\"nuclearPower\":\"24147.3\",\"regDate\":\"2025-01-05 02:10\",\"raisingWater\":\"-2362.89\",\"newRenewable\":\"3187.13\",\"sunlight\":\"0.0\",\"oil\":\"362.954\",\"once\":\"20250105021000\",\"gas\":\"18774.6\",\"coal\":\"14543.4\",\"newRenewablePlusWindPower\":\"3627.23\",\"btm\":\"0\",\"waterPower\":\"39.4017\",\"seq\":0},{\"localCoal\":\"192.875\",\"ppa\":\"0\",\"windPower\":\"423.166\",\"nuclearPower\":\"24176.9\",\"regDate\":\"2025-01-05 02:15\",\"raisingWater\":\"-2362.84\",\"newRenewable\":\"3185.98\",\"sunlight\":\"0.0\",\"oil\":\"362.97\",\"once\":\"20250105021500\",\"gas\":\"18670.2\",\"coal\":\"14591.7\",\"newRenewablePlusWindPower\":\"3609.14\",\"btm\":\"0\",\"waterPower\":\"39.3569\",\"seq\":0},{\"localCoal\":\"191.959\",\"ppa\":\"0\",\"windPower\":\"407.889\",\"nuclearPower\":\"24167.1\",\"regDate\":\"2025-01-05 02:20\",\"raisingWater\":\"-2362.9\",\"newRenewable\":\"3185.55\",\"sunlight\":\"0.0\",\"oil\":\"362.396\",\"once\":\"20250105022000\",\"gas\":\"18336.4\",\"coal\":\"14490.5\",\"newRenewablePlusWindPower\":\"3593.43\",\"btm\":\"0\",\"waterPower\":\"39.2663\",\"seq\":0},{\"localCoal\":\"193.076\",\"ppa\":\"0\",\"windPower\":\"414.812\",\"nuclearPower\":\"24171.9\",\"regDate\":\"2025-01-05 02:25\",\"raisingWater\":\"-2367.05\",\"newRenewable\":\"3182.78\",\"sunlight\":\"0.0\",\"oil\":\"363.39\",\"once\":\"20250105022500\",\"gas\":\"18301.8\",\"coal\":\"14595.1\",\"newRenewablePlusWindPower\":\"3597.59\",\"btm\":\"0\",\"waterPower\":\"39.3441\",\"seq\":0},{\"localCoal\":\"191.831\",\"ppa\":\"0\",\"windPower\":\"416.764\",\"nuclearPower\":\"24138.1\",\"regDate\":\"2025-01-05 02:30\",\"raisingWater\":\"-2796.41\",\"newRenewable\":\"3184.28\",\"sunlight\":\"0.0\",\"oil\":\"363.116\",\"once\":\"20250105023000\",\"gas\":\"18604.8\",\"coal\":\"14615.6\",\"newRenewablePlusWindPower\":\"3601.05\",\"btm\":\"0\",\"waterPower\":\"39.617\",\"seq\":0},{\"localCoal\":\"191.739\",\"ppa\":\"0\",\"windPower\":\"397.973\",\"nuclearPower\":\"24178.6\",\"regDate\":\"2025-01-05 02:35\",\"raisingWater\":\"-2798.87\",\"newRenewable\":\"3190.45\",\"sunlight\":\"0.0\",\"oil\":\"362.282\",\"once\":\"20250105023500\",\"gas\":\"18450.2\",\"coal\":\"14503.4\",\"newRenewablePlusWindPower\":\"3588.42\",\"btm\":\"0\",\"waterPower\":\"39.4541\",\"seq\":0},{\"localCoal\":\"192.087\",\"ppa\":\"0\",\"windPower\":\"405.127\",\"nuclearPower\":\"24177.2\",\"regDate\":\"2025-01-05 02:40\",\"raisingWater\":\"-2788.74\",\"newRenewable\":\"3191.95\",\"sunlight\":\"0.0\",\"oil\":\"362.544\",\"once\":\"20250105024000\",\"gas\":\"18321.5\",\"coal\":\"14596.8\",\"newRenewablePlusWindPower\":\"3597.08\",\"btm\":\"0\",\"waterPower\":\"39.3653\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"0\",\"windPower\":\"410.883\",\"nuclearPower\":\"24151.4\",\"regDate\":\"2025-01-05 02:45\",\"raisingWater\":\"-2789.84\",\"newRenewable\":\"3194.68\",\"sunlight\":\"0.0\",\"oil\":\"361.964\",\"once\":\"20250105024500\",\"gas\":\"18175.4\",\"coal\":\"14504.2\",\"newRenewablePlusWindPower\":\"3605.56\",\"btm\":\"0\",\"waterPower\":\"39.3838\",\"seq\":0},{\"localCoal\":\"192.27\",\"ppa\":\"0\",\"windPower\":\"427.397\",\"nuclearPower\":\"24169.7\",\"regDate\":\"2025-01-05 02:50\",\"raisingWater\":\"-2792.56\",\"newRenewable\":\"3193.64\",\"sunlight\":\"0.0\",\"oil\":\"320.95\",\"once\":\"20250105025000\",\"gas\":\"17937.5\",\"coal\":\"14503.4\",\"newRenewablePlusWindPower\":\"3621.04\",\"btm\":\"0\",\"waterPower\":\"39.363\",\"seq\":0},{\"localCoal\":\"193.79\",\"ppa\":\"0\",\"windPower\":\"439.239\",\"nuclearPower\":\"24134.4\",\"regDate\":\"2025-01-05 02:55\",\"raisingWater\":\"-2784.84\",\"newRenewable\":\"3193.79\",\"sunlight\":\"0.0\",\"oil\":\"305.934\",\"once\":\"20250105025500\",\"gas\":\"17934.9\",\"coal\":\"14611.5\",\"newRenewablePlusWindPower\":\"3633.03\",\"btm\":\"0\",\"waterPower\":\"39.4119\",\"seq\":0},{\"localCoal\":\"194.431\",\"ppa\":\"0\",\"windPower\":\"451.587\",\"nuclearPower\":\"24212.0\",\"regDate\":\"2025-01-05 03:00\",\"raisingWater\":\"-2793.69\",\"newRenewable\":\"3191.97\",\"sunlight\":\"0.0\",\"oil\":\"279.553\",\"once\":\"20250105030000\",\"gas\":\"18006.2\",\"coal\":\"14511.5\",\"newRenewablePlusWindPower\":\"3643.55\",\"btm\":\"0\",\"waterPower\":\"39.4556\",\"seq\":0},{\"localCoal\":\"194.889\",\"ppa\":\"0\",\"windPower\":\"459.863\",\"nuclearPower\":\"24149.0\",\"regDate\":\"2025-01-05 03:05\",\"raisingWater\":\"-2789.91\",\"newRenewable\":\"3189.44\",\"sunlight\":\"0.0\",\"oil\":\"290.725\",\"once\":\"20250105030500\",\"gas\":\"18006.2\",\"coal\":\"14523.3\",\"newRenewablePlusWindPower\":\"3649.31\",\"btm\":\"0\",\"waterPower\":\"39.4651\",\"seq\":0},{\"localCoal\":\"192.49\",\"ppa\":\"0\",\"windPower\":\"462.49\",\"nuclearPower\":\"24151.2\",\"regDate\":\"2025-01-05 03:10\",\"raisingWater\":\"-2791.12\",\"newRenewable\":\"3193.77\",\"sunlight\":\"0.0\",\"oil\":\"288.24\",\"once\":\"20250105031000\",\"gas\":\"18003.0\",\"coal\":\"14390.0\",\"newRenewablePlusWindPower\":\"3656.26\",\"btm\":\"0\",\"waterPower\":\"39.4675\",\"seq\":0},{\"localCoal\":\"192.71\",\"ppa\":\"0\",\"windPower\":\"466.616\",\"nuclearPower\":\"24144.9\",\"regDate\":\"2025-01-05 03:15\",\"raisingWater\":\"-3060.05\",\"newRenewable\":\"3203.45\",\"sunlight\":\"0.0\",\"oil\":\"291.148\",\"once\":\"20250105031500\",\"gas\":\"17955.3\",\"coal\":\"14634.8\",\"newRenewablePlusWindPower\":\"3670.07\",\"btm\":\"0\",\"waterPower\":\"39.4332\",\"seq\":0},{\"localCoal\":\"192.801\",\"ppa\":\"0\",\"windPower\":\"465.351\",\"nuclearPower\":\"24197.0\",\"regDate\":\"2025-01-05 03:20\",\"raisingWater\":\"-3100.4\",\"newRenewable\":\"3195.73\",\"sunlight\":\"0.0\",\"oil\":\"290.235\",\"once\":\"20250105032000\",\"gas\":\"18175.1\",\"coal\":\"14517.5\",\"newRenewablePlusWindPower\":\"3661.08\",\"btm\":\"0\",\"waterPower\":\"39.4767\",\"seq\":0},{\"localCoal\":\"191.574\",\"ppa\":\"0\",\"windPower\":\"479.103\",\"nuclearPower\":\"24171.4\",\"regDate\":\"2025-01-05 03:25\",\"raisingWater\":\"-3098.65\",\"newRenewable\":\"3199.28\",\"sunlight\":\"0.0\",\"oil\":\"289.782\",\"once\":\"20250105032500\",\"gas\":\"18190.4\",\"coal\":\"14530.8\",\"newRenewablePlusWindPower\":\"3678.38\",\"btm\":\"0\",\"waterPower\":\"39.411\",\"seq\":0},{\"localCoal\":\"191.886\",\"ppa\":\"0\",\"windPower\":\"494.02\",\"nuclearPower\":\"24165.9\",\"regDate\":\"2025-01-05 03:30\",\"raisingWater\":\"-3101.26\",\"newRenewable\":\"3197.2\",\"sunlight\":\"0.0\",\"oil\":\"289.824\",\"once\":\"20250105033000\",\"gas\":\"18054.0\",\"coal\":\"14380.2\",\"newRenewablePlusWindPower\":\"3691.22\",\"btm\":\"0\",\"waterPower\":\"39.4818\",\"seq\":0},{\"localCoal\":\"193.845\",\"ppa\":\"0\",\"windPower\":\"492.103\",\"nuclearPower\":\"24158.3\",\"regDate\":\"2025-01-05 03:35\",\"raisingWater\":\"-3093.01\",\"newRenewable\":\"3203.43\",\"sunlight\":\"0.0\",\"oil\":\"290.177\",\"once\":\"20250105033500\",\"gas\":\"17773.0\",\"coal\":\"14502.8\",\"newRenewablePlusWindPower\":\"3695.53\",\"btm\":\"0\",\"waterPower\":\"39.4472\",\"seq\":0},{\"localCoal\":\"193.497\",\"ppa\":\"0\",\"windPower\":\"488.163\",\"nuclearPower\":\"24165.5\",\"regDate\":\"2025-01-05 03:40\",\"raisingWater\":\"-3084.37\",\"newRenewable\":\"3207.68\",\"sunlight\":\"0.0\",\"oil\":\"291.794\",\"once\":\"20250105034000\",\"gas\":\"17861.3\",\"coal\":\"14629.6\",\"newRenewablePlusWindPower\":\"3695.84\",\"btm\":\"0\",\"waterPower\":\"39.5763\",\"seq\":0},{\"localCoal\":\"192.655\",\"ppa\":\"0\",\"windPower\":\"489.994\",\"nuclearPower\":\"24145.7\",\"regDate\":\"2025-01-05 03:45\",\"raisingWater\":\"-3094.06\",\"newRenewable\":\"3211.85\",\"sunlight\":\"0.0\",\"oil\":\"290.261\",\"once\":\"20250105034500\",\"gas\":\"17964.4\",\"coal\":\"14534.1\",\"newRenewablePlusWindPower\":\"3701.84\",\"btm\":\"0\",\"waterPower\":\"39.3303\",\"seq\":0},{\"localCoal\":\"191.941\",\"ppa\":\"0\",\"windPower\":\"492.009\",\"nuclearPower\":\"24178.1\",\"regDate\":\"2025-01-05 03:50\",\"raisingWater\":\"-3097.81\",\"newRenewable\":\"3213.14\",\"sunlight\":\"0.0\",\"oil\":\"289.872\",\"once\":\"20250105035000\",\"gas\":\"18028.6\",\"coal\":\"14444.8\",\"newRenewablePlusWindPower\":\"3705.15\",\"btm\":\"0\",\"waterPower\":\"39.4254\",\"seq\":0},{\"localCoal\":\"190.659\",\"ppa\":\"0\",\"windPower\":\"497.072\",\"nuclearPower\":\"24161.6\",\"regDate\":\"2025-01-05 03:55\",\"raisingWater\":\"-3091.93\",\"newRenewable\":\"3215.35\",\"sunlight\":\"0.0\",\"oil\":\"291.226\",\"once\":\"20250105035500\",\"gas\":\"17916.9\",\"coal\":\"14510.8\",\"newRenewablePlusWindPower\":\"3712.42\",\"btm\":\"0\",\"waterPower\":\"39.3915\",\"seq\":0},{\"localCoal\":\"190.036\",\"ppa\":\"0\",\"windPower\":\"510.679\",\"nuclearPower\":\"24190.6\",\"regDate\":\"2025-01-05 04:00\",\"raisingWater\":\"-3088.26\",\"newRenewable\":\"3211.28\",\"sunlight\":\"0.0\",\"oil\":\"290.64\",\"once\":\"20250105040000\",\"gas\":\"17857.0\",\"coal\":\"14558.1\",\"newRenewablePlusWindPower\":\"3721.96\",\"btm\":\"0\",\"waterPower\":\"47.3072\",\"seq\":0},{\"localCoal\":\"190.439\",\"ppa\":\"0\",\"windPower\":\"512.051\",\"nuclearPower\":\"24153.9\",\"regDate\":\"2025-01-05 04:05\",\"raisingWater\":\"-3121.96\",\"newRenewable\":\"3214.07\",\"sunlight\":\"0.0\",\"oil\":\"290.467\",\"once\":\"20250105040500\",\"gas\":\"17944.8\",\"coal\":\"14539.3\",\"newRenewablePlusWindPower\":\"3726.12\",\"btm\":\"0\",\"waterPower\":\"48.7064\",\"seq\":0},{\"localCoal\":\"190.403\",\"ppa\":\"0\",\"windPower\":\"513.986\",\"nuclearPower\":\"24182.5\",\"regDate\":\"2025-01-05 04:10\",\"raisingWater\":\"-3423.24\",\"newRenewable\":\"3213.25\",\"sunlight\":\"0.0\",\"oil\":\"290.046\",\"once\":\"20250105041000\",\"gas\":\"18350.0\",\"coal\":\"14532.3\",\"newRenewablePlusWindPower\":\"3727.24\",\"btm\":\"0\",\"waterPower\":\"48.8873\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"0\",\"windPower\":\"506.656\",\"nuclearPower\":\"24158.3\",\"regDate\":\"2025-01-05 04:15\",\"raisingWater\":\"-3420.25\",\"newRenewable\":\"3212.61\",\"sunlight\":\"0.0\",\"oil\":\"290.102\",\"once\":\"20250105041500\",\"gas\":\"18161.6\",\"coal\":\"14505.5\",\"newRenewablePlusWindPower\":\"3719.27\",\"btm\":\"0\",\"waterPower\":\"49.2758\",\"seq\":0},{\"localCoal\":\"192.783\",\"ppa\":\"0\",\"windPower\":\"502.092\",\"nuclearPower\":\"24172.3\",\"regDate\":\"2025-01-05 04:20\",\"raisingWater\":\"-3417.15\",\"newRenewable\":\"3203.26\",\"sunlight\":\"0.0\",\"oil\":\"289.5\",\"once\":\"20250105042000\",\"gas\":\"18190.5\",\"coal\":\"14506.3\",\"newRenewablePlusWindPower\":\"3705.36\",\"btm\":\"0\",\"waterPower\":\"50.1568\",\"seq\":0},{\"localCoal\":\"192.234\",\"ppa\":\"0\",\"windPower\":\"488.416\",\"nuclearPower\":\"24183.5\",\"regDate\":\"2025-01-05 04:25\",\"raisingWater\":\"-3418.97\",\"newRenewable\":\"3203.92\",\"sunlight\":\"0.0\",\"oil\":\"289.247\",\"once\":\"20250105042500\",\"gas\":\"18097.8\",\"coal\":\"14448.4\",\"newRenewablePlusWindPower\":\"3692.33\",\"btm\":\"0\",\"waterPower\":\"48.9218\",\"seq\":0},{\"localCoal\":\"192.49\",\"ppa\":\"0\",\"windPower\":\"490.07\",\"nuclearPower\":\"24190.8\",\"regDate\":\"2025-01-05 04:30\",\"raisingWater\":\"-3409.69\",\"newRenewable\":\"3200.8\",\"sunlight\":\"0.0\",\"oil\":\"290.495\",\"once\":\"20250105043000\",\"gas\":\"18302.0\",\"coal\":\"14524.1\",\"newRenewablePlusWindPower\":\"3690.87\",\"btm\":\"0\",\"waterPower\":\"47.8385\",\"seq\":0},{\"localCoal\":\"190.018\",\"ppa\":\"0\",\"windPower\":\"483.873\",\"nuclearPower\":\"24149.4\",\"regDate\":\"2025-01-05 04:35\",\"raisingWater\":\"-3412.79\",\"newRenewable\":\"3195.86\",\"sunlight\":\"0.0\",\"oil\":\"290.341\",\"once\":\"20250105043500\",\"gas\":\"18303.0\",\"coal\":\"14490.7\",\"newRenewablePlusWindPower\":\"3679.73\",\"btm\":\"0\",\"waterPower\":\"48.9115\",\"seq\":0},{\"localCoal\":\"190.183\",\"ppa\":\"0\",\"windPower\":\"478.861\",\"nuclearPower\":\"24158.4\",\"regDate\":\"2025-01-05 04:40\",\"raisingWater\":\"-3410.77\",\"newRenewable\":\"3195.83\",\"sunlight\":\"0.0\",\"oil\":\"291.257\",\"once\":\"20250105044000\",\"gas\":\"18398.0\",\"coal\":\"14529.8\",\"newRenewablePlusWindPower\":\"3674.69\",\"btm\":\"0\",\"waterPower\":\"49.7902\",\"seq\":0},{\"localCoal\":\"189.615\",\"ppa\":\"0\",\"windPower\":\"488.814\",\"nuclearPower\":\"24185.7\",\"regDate\":\"2025-01-05 04:45\",\"raisingWater\":\"-3413.35\",\"newRenewable\":\"3197.83\",\"sunlight\":\"0.0\",\"oil\":\"289.287\",\"once\":\"20250105044500\",\"gas\":\"18260.6\",\"coal\":\"14447.6\",\"newRenewablePlusWindPower\":\"3686.64\",\"btm\":\"0\",\"waterPower\":\"48.265\",\"seq\":0},{\"localCoal\":\"190.146\",\"ppa\":\"0\",\"windPower\":\"494.634\",\"nuclearPower\":\"24157.2\",\"regDate\":\"2025-01-05 04:50\",\"raisingWater\":\"-3408.92\",\"newRenewable\":\"3200.93\",\"sunlight\":\"0.0\",\"oil\":\"289.397\",\"once\":\"20250105045000\",\"gas\":\"18396.5\",\"coal\":\"14505.4\",\"newRenewablePlusWindPower\":\"3695.56\",\"btm\":\"0\",\"waterPower\":\"48.0326\",\"seq\":0},{\"localCoal\":\"190.073\",\"ppa\":\"0\",\"windPower\":\"492.765\",\"nuclearPower\":\"24184.3\",\"regDate\":\"2025-01-05 04:55\",\"raisingWater\":\"-3412.64\",\"newRenewable\":\"3194.68\",\"sunlight\":\"0.0\",\"oil\":\"289.645\",\"once\":\"20250105045500\",\"gas\":\"18657.9\",\"coal\":\"14440.7\",\"newRenewablePlusWindPower\":\"3687.44\",\"btm\":\"0\",\"waterPower\":\"48.31\",\"seq\":0},{\"localCoal\":\"192.453\",\"ppa\":\"0\",\"windPower\":\"505.327\",\"nuclearPower\":\"24175.1\",\"regDate\":\"2025-01-05 05:00\",\"raisingWater\":\"-2984.03\",\"newRenewable\":\"3194.66\",\"sunlight\":\"0.0\",\"oil\":\"289.317\",\"once\":\"20250105050000\",\"gas\":\"18411.7\",\"coal\":\"14416.7\",\"newRenewablePlusWindPower\":\"3699.99\",\"btm\":\"0\",\"waterPower\":\"49.6208\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"0\",\"windPower\":\"497.255\",\"nuclearPower\":\"24144.8\",\"regDate\":\"2025-01-05 05:05\",\"raisingWater\":\"-2973.38\",\"newRenewable\":\"3193.37\",\"sunlight\":\"0.0\",\"oil\":\"290.073\",\"once\":\"20250105050500\",\"gas\":\"18392.9\",\"coal\":\"14496.3\",\"newRenewablePlusWindPower\":\"3690.62\",\"btm\":\"0\",\"waterPower\":\"48.1514\",\"seq\":0},{\"localCoal\":\"191.245\",\"ppa\":\"0\",\"windPower\":\"502.937\",\"nuclearPower\":\"24153.9\",\"regDate\":\"2025-01-05 05:10\",\"raisingWater\":\"-2978.18\",\"newRenewable\":\"3190.7\",\"sunlight\":\"0.0\",\"oil\":\"289.584\",\"once\":\"20250105051000\",\"gas\":\"18321.7\",\"coal\":\"14430.1\",\"newRenewablePlusWindPower\":\"3693.64\",\"btm\":\"0\",\"waterPower\":\"49.1691\",\"seq\":0},{\"localCoal\":\"191.19\",\"ppa\":\"0\",\"windPower\":\"497.331\",\"nuclearPower\":\"24166.6\",\"regDate\":\"2025-01-05 05:15\",\"raisingWater\":\"-2969.85\",\"newRenewable\":\"3200.84\",\"sunlight\":\"0.0\",\"oil\":\"290.08\",\"once\":\"20250105051500\",\"gas\":\"18274.1\",\"coal\":\"14578.7\",\"newRenewablePlusWindPower\":\"3698.17\",\"btm\":\"0\",\"waterPower\":\"48.0088\",\"seq\":0},{\"localCoal\":\"190.366\",\"ppa\":\"0\",\"windPower\":\"470.329\",\"nuclearPower\":\"24186.3\",\"regDate\":\"2025-01-05 05:20\",\"raisingWater\":\"-2663.12\",\"newRenewable\":\"3200.82\",\"sunlight\":\"0.0\",\"oil\":\"290.068\",\"once\":\"20250105052000\",\"gas\":\"18086.1\",\"coal\":\"14378.8\",\"newRenewablePlusWindPower\":\"3671.15\",\"btm\":\"0\",\"waterPower\":\"48.0314\",\"seq\":0},{\"localCoal\":\"190.128\",\"ppa\":\"0\",\"windPower\":\"469.556\",\"nuclearPower\":\"24149.4\",\"regDate\":\"2025-01-05 05:25\",\"raisingWater\":\"-2335.84\",\"newRenewable\":\"3209.24\",\"sunlight\":\"0.0\",\"oil\":\"290.037\",\"once\":\"20250105052500\",\"gas\":\"17674.6\",\"coal\":\"14386.6\",\"newRenewablePlusWindPower\":\"3678.79\",\"btm\":\"0\",\"waterPower\":\"47.5713\",\"seq\":0},{\"localCoal\":\"190.659\",\"ppa\":\"0\",\"windPower\":\"457.452\",\"nuclearPower\":\"24198.8\",\"regDate\":\"2025-01-05 05:30\",\"raisingWater\":\"-2075.62\",\"newRenewable\":\"3200.67\",\"sunlight\":\"0.0\",\"oil\":\"291.21\",\"once\":\"20250105053000\",\"gas\":\"17513.7\",\"coal\":\"14436.2\",\"newRenewablePlusWindPower\":\"3658.12\",\"btm\":\"0\",\"waterPower\":\"48.9161\",\"seq\":0},{\"localCoal\":\"192.105\",\"ppa\":\"0\",\"windPower\":\"438.202\",\"nuclearPower\":\"24159.7\",\"regDate\":\"2025-01-05 05:35\",\"raisingWater\":\"-2074.13\",\"newRenewable\":\"3262.01\",\"sunlight\":\"0.0\",\"oil\":\"291.127\",\"once\":\"20250105053500\",\"gas\":\"17563.2\",\"coal\":\"14581.3\",\"newRenewablePlusWindPower\":\"3700.21\",\"btm\":\"0\",\"waterPower\":\"48.9603\",\"seq\":0},{\"localCoal\":\"191.849\",\"ppa\":\"0\",\"windPower\":\"435.451\",\"nuclearPower\":\"24153.1\",\"regDate\":\"2025-01-05 05:40\",\"raisingWater\":\"-1766.12\",\"newRenewable\":\"3292.84\",\"sunlight\":\"0.0\",\"oil\":\"290.285\",\"once\":\"20250105054000\",\"gas\":\"17315.3\",\"coal\":\"14578.9\",\"newRenewablePlusWindPower\":\"3728.29\",\"btm\":\"0\",\"waterPower\":\"47.8982\",\"seq\":0},{\"localCoal\":\"192.563\",\"ppa\":\"0\",\"windPower\":\"422.452\",\"nuclearPower\":\"24149.9\",\"regDate\":\"2025-01-05 05:45\",\"raisingWater\":\"-1173.91\",\"newRenewable\":\"3299.37\",\"sunlight\":\"0.0\",\"oil\":\"290.915\",\"once\":\"20250105054500\",\"gas\":\"17071.8\",\"coal\":\"14477.4\",\"newRenewablePlusWindPower\":\"3721.82\",\"btm\":\"0\",\"waterPower\":\"49.5586\",\"seq\":0},{\"localCoal\":\"191.446\",\"ppa\":\"0\",\"windPower\":\"412.971\",\"nuclearPower\":\"24174.4\",\"regDate\":\"2025-01-05 05:50\",\"raisingWater\":\"-1136.19\",\"newRenewable\":\"3300.97\",\"sunlight\":\"0.0\",\"oil\":\"290.556\",\"once\":\"20250105055000\",\"gas\":\"17269.1\",\"coal\":\"14485.6\",\"newRenewablePlusWindPower\":\"3713.94\",\"btm\":\"0\",\"waterPower\":\"50.4952\",\"seq\":0},{\"localCoal\":\"191.666\",\"ppa\":\"0\",\"windPower\":\"396.479\",\"nuclearPower\":\"24167.2\",\"regDate\":\"2025-01-05 05:55\",\"raisingWater\":\"-639.264\",\"newRenewable\":\"3305.23\",\"sunlight\":\"0.0\",\"oil\":\"290.891\",\"once\":\"20250105055500\",\"gas\":\"16730.1\",\"coal\":\"14464.5\",\"newRenewablePlusWindPower\":\"3701.71\",\"btm\":\"0\",\"waterPower\":\"48.1058\",\"seq\":0},{\"localCoal\":\"191.446\",\"ppa\":\"10.9509\",\"windPower\":\"383.186\",\"nuclearPower\":\"24175.7\",\"regDate\":\"2025-01-05 06:00\",\"raisingWater\":\"-639.917\",\"newRenewable\":\"3314.66\",\"sunlight\":\"8.2849\",\"oil\":\"289.901\",\"once\":\"20250105060000\",\"gas\":\"16677.6\",\"coal\":\"14415.7\",\"newRenewablePlusWindPower\":\"3697.85\",\"btm\":\"4.58673\",\"waterPower\":\"48.689\",\"seq\":0},{\"localCoal\":\"192.051\",\"ppa\":\"11.3039\",\"windPower\":\"377.016\",\"nuclearPower\":\"24168.9\",\"regDate\":\"2025-01-05 06:05\",\"raisingWater\":\"-638.587\",\"newRenewable\":\"3324.62\",\"sunlight\":\"8.28808\",\"oil\":\"291.073\",\"once\":\"20250105060500\",\"gas\":\"16834.6\",\"coal\":\"14585.4\",\"newRenewablePlusWindPower\":\"3701.64\",\"btm\":\"4.58849\",\"waterPower\":\"49.4709\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"10.8248\",\"windPower\":\"370.587\",\"nuclearPower\":\"24192.9\",\"regDate\":\"2025-01-05 06:10\",\"raisingWater\":\"-639.103\",\"newRenewable\":\"3328.11\",\"sunlight\":\"7.60632\",\"oil\":\"290.735\",\"once\":\"20250105061000\",\"gas\":\"16870.2\",\"coal\":\"14494.5\",\"newRenewablePlusWindPower\":\"3698.69\",\"btm\":\"4.21105\",\"waterPower\":\"47.7793\",\"seq\":0},{\"localCoal\":\"192.728\",\"ppa\":\"11.2885\",\"windPower\":\"399.828\",\"nuclearPower\":\"24158.0\",\"regDate\":\"2025-01-05 06:15\",\"raisingWater\":\"-381.401\",\"newRenewable\":\"3330.64\",\"sunlight\":\"8.19936\",\"oil\":\"290.446\",\"once\":\"20250105061500\",\"gas\":\"16841.0\",\"coal\":\"14451.4\",\"newRenewablePlusWindPower\":\"3730.47\",\"btm\":\"4.53937\",\"waterPower\":\"49.1992\",\"seq\":0},{\"localCoal\":\"193.076\",\"ppa\":\"11.1347\",\"windPower\":\"393.711\",\"nuclearPower\":\"24171.8\",\"regDate\":\"2025-01-05 06:20\",\"raisingWater\":\"-380.61\",\"newRenewable\":\"3327.75\",\"sunlight\":\"8.10165\",\"oil\":\"290.783\",\"once\":\"20250105062000\",\"gas\":\"16758.6\",\"coal\":\"14480.9\",\"newRenewablePlusWindPower\":\"3721.46\",\"btm\":\"4.48528\",\"waterPower\":\"49.4636\",\"seq\":0},{\"localCoal\":\"194.87\",\"ppa\":\"10.4119\",\"windPower\":\"402.175\",\"nuclearPower\":\"24175.1\",\"regDate\":\"2025-01-05 06:25\",\"raisingWater\":\"-380.259\",\"newRenewable\":\"3333.13\",\"sunlight\":\"7.63886\",\"oil\":\"289.892\",\"once\":\"20250105062500\",\"gas\":\"16945.6\",\"coal\":\"14484.8\",\"newRenewablePlusWindPower\":\"3735.3\",\"btm\":\"4.22906\",\"waterPower\":\"50.5755\",\"seq\":0},{\"localCoal\":\"195.054\",\"ppa\":\"10.9787\",\"windPower\":\"399.935\",\"nuclearPower\":\"24184.4\",\"regDate\":\"2025-01-05 06:30\",\"raisingWater\":\"-380.61\",\"newRenewable\":\"3335.56\",\"sunlight\":\"7.75512\",\"oil\":\"288.793\",\"once\":\"20250105063000\",\"gas\":\"16964.6\",\"coal\":\"14399.3\",\"newRenewablePlusWindPower\":\"3735.49\",\"btm\":\"4.29343\",\"waterPower\":\"49.3215\",\"seq\":0},{\"localCoal\":\"195.182\",\"ppa\":\"11.5842\",\"windPower\":\"398.118\",\"nuclearPower\":\"24167.5\",\"regDate\":\"2025-01-05 06:35\",\"raisingWater\":\"-380.61\",\"newRenewable\":\"3332.31\",\"sunlight\":\"8.52564\",\"oil\":\"289.915\",\"once\":\"20250105063500\",\"gas\":\"17219.9\",\"coal\":\"14476.3\",\"newRenewablePlusWindPower\":\"3730.43\",\"btm\":\"4.72001\",\"waterPower\":\"50.0124\",\"seq\":0},{\"localCoal\":\"193.351\",\"ppa\":\"11.2177\",\"windPower\":\"398.172\",\"nuclearPower\":\"24157.2\",\"regDate\":\"2025-01-05 06:40\",\"raisingWater\":\"-379.863\",\"newRenewable\":\"3338.66\",\"sunlight\":\"7.99887\",\"oil\":\"290.743\",\"once\":\"20250105064000\",\"gas\":\"17165.3\",\"coal\":\"14533.8\",\"newRenewablePlusWindPower\":\"3736.84\",\"btm\":\"4.42837\",\"waterPower\":\"48.4085\",\"seq\":0},{\"localCoal\":\"194.889\",\"ppa\":\"11.328\",\"windPower\":\"403.184\",\"nuclearPower\":\"24138.6\",\"regDate\":\"2025-01-05 06:45\",\"raisingWater\":\"-379.863\",\"newRenewable\":\"3350.17\",\"sunlight\":\"8.23244\",\"oil\":\"290.03\",\"once\":\"20250105064500\",\"gas\":\"17262.6\",\"coal\":\"14577.6\",\"newRenewablePlusWindPower\":\"3753.35\",\"btm\":\"4.55768\",\"waterPower\":\"50.0722\",\"seq\":0},{\"localCoal\":\"193.003\",\"ppa\":\"11.4362\",\"windPower\":\"410.254\",\"nuclearPower\":\"24174.7\",\"regDate\":\"2025-01-05 06:50\",\"raisingWater\":\"-381.401\",\"newRenewable\":\"3345.03\",\"sunlight\":\"8.34948\",\"oil\":\"289.822\",\"once\":\"20250105065000\",\"gas\":\"17302.5\",\"coal\":\"14409.2\",\"newRenewablePlusWindPower\":\"3755.28\",\"btm\":\"4.62248\",\"waterPower\":\"48.6016\",\"seq\":0},{\"localCoal\":\"191.153\",\"ppa\":\"10.7993\",\"windPower\":\"412.101\",\"nuclearPower\":\"24154.0\",\"regDate\":\"2025-01-05 06:55\",\"raisingWater\":\"-379.116\",\"newRenewable\":\"3352.17\",\"sunlight\":\"7.75305\",\"oil\":\"290.832\",\"once\":\"20250105065500\",\"gas\":\"17106.5\",\"coal\":\"14536.1\",\"newRenewablePlusWindPower\":\"3764.27\",\"btm\":\"4.29228\",\"waterPower\":\"49.6315\",\"seq\":0},{\"localCoal\":\"191.025\",\"ppa\":\"11.6494\",\"windPower\":\"383.169\",\"nuclearPower\":\"24135.2\",\"regDate\":\"2025-01-05 07:00\",\"raisingWater\":\"4.87793\",\"newRenewable\":\"3352.27\",\"sunlight\":\"8.62396\",\"oil\":\"291.207\",\"once\":\"20250105070000\",\"gas\":\"17126.5\",\"coal\":\"14488.9\",\"newRenewablePlusWindPower\":\"3735.44\",\"btm\":\"4.77444\",\"waterPower\":\"48.0471\",\"seq\":0},{\"localCoal\":\"190.732\",\"ppa\":\"11.6886\",\"windPower\":\"372.979\",\"nuclearPower\":\"24141.4\",\"regDate\":\"2025-01-05 07:05\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3353.47\",\"sunlight\":\"8.53475\",\"oil\":\"290.711\",\"once\":\"20250105070500\",\"gas\":\"17295.8\",\"coal\":\"14559.8\",\"newRenewablePlusWindPower\":\"3726.45\",\"btm\":\"4.72505\",\"waterPower\":\"49.3261\",\"seq\":0},{\"localCoal\":\"194.193\",\"ppa\":\"11.6696\",\"windPower\":\"395.363\",\"nuclearPower\":\"24177.1\",\"regDate\":\"2025-01-05 07:10\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3356.54\",\"sunlight\":\"8.45652\",\"oil\":\"290.701\",\"once\":\"20250105071000\",\"gas\":\"17600.1\",\"coal\":\"14645.1\",\"newRenewablePlusWindPower\":\"3751.9\",\"btm\":\"4.68174\",\"waterPower\":\"49.317\",\"seq\":0},{\"localCoal\":\"195.383\",\"ppa\":\"12.224\",\"windPower\":\"401.083\",\"nuclearPower\":\"24166.7\",\"regDate\":\"2025-01-05 07:15\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3360.59\",\"sunlight\":\"8.94349\",\"oil\":\"290.964\",\"once\":\"20250105071500\",\"gas\":\"17693.5\",\"coal\":\"14462.1\",\"newRenewablePlusWindPower\":\"3761.68\",\"btm\":\"4.95134\",\"waterPower\":\"49.0114\",\"seq\":0},{\"localCoal\":\"195.603\",\"ppa\":\"12.0393\",\"windPower\":\"422.309\",\"nuclearPower\":\"24149.5\",\"regDate\":\"2025-01-05 07:20\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3359.37\",\"sunlight\":\"8.68265\",\"oil\":\"290.516\",\"once\":\"20250105072000\",\"gas\":\"17498.6\",\"coal\":\"14393.3\",\"newRenewablePlusWindPower\":\"3781.68\",\"btm\":\"4.80693\",\"waterPower\":\"48.1119\",\"seq\":0},{\"localCoal\":\"195.932\",\"ppa\":\"11.8555\",\"windPower\":\"424.279\",\"nuclearPower\":\"24151.2\",\"regDate\":\"2025-01-05 07:25\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3360.5\",\"sunlight\":\"8.55931\",\"oil\":\"291.013\",\"once\":\"20250105072500\",\"gas\":\"17479.6\",\"coal\":\"14549.0\",\"newRenewablePlusWindPower\":\"3784.78\",\"btm\":\"4.73865\",\"waterPower\":\"49.1244\",\"seq\":0},{\"localCoal\":\"195.42\",\"ppa\":\"12.2238\",\"windPower\":\"424.484\",\"nuclearPower\":\"24166.5\",\"regDate\":\"2025-01-05 07:30\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3360.49\",\"sunlight\":\"9.22994\",\"oil\":\"291.117\",\"once\":\"20250105073000\",\"gas\":\"17286.0\",\"coal\":\"14504.9\",\"newRenewablePlusWindPower\":\"3784.97\",\"btm\":\"5.10992\",\"waterPower\":\"48.7974\",\"seq\":0},{\"localCoal\":\"195.273\",\"ppa\":\"11.1338\",\"windPower\":\"434.858\",\"nuclearPower\":\"24149.4\",\"regDate\":\"2025-01-05 07:35\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3355.67\",\"sunlight\":\"8.07907\",\"oil\":\"290.409\",\"once\":\"20250105073500\",\"gas\":\"17477.4\",\"coal\":\"14497.8\",\"newRenewablePlusWindPower\":\"3790.53\",\"btm\":\"4.47277\",\"waterPower\":\"48.0983\",\"seq\":0},{\"localCoal\":\"194.87\",\"ppa\":\"11.9559\",\"windPower\":\"446.586\",\"nuclearPower\":\"24160.8\",\"regDate\":\"2025-01-05 07:40\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3364.44\",\"sunlight\":\"8.8211\",\"oil\":\"289.84\",\"once\":\"20250105074000\",\"gas\":\"17256.1\",\"coal\":\"14341.3\",\"newRenewablePlusWindPower\":\"3811.03\",\"btm\":\"4.88358\",\"waterPower\":\"47.9\",\"seq\":0},{\"localCoal\":\"192.636\",\"ppa\":\"12.4348\",\"windPower\":\"452.669\",\"nuclearPower\":\"24180.9\",\"regDate\":\"2025-01-05 07:45\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3368.23\",\"sunlight\":\"9.27977\",\"oil\":\"290.589\",\"once\":\"20250105074500\",\"gas\":\"17291.6\",\"coal\":\"14521.0\",\"newRenewablePlusWindPower\":\"3820.9\",\"btm\":\"5.13762\",\"waterPower\":\"48.8649\",\"seq\":0},{\"localCoal\":\"191.959\",\"ppa\":\"12.3874\",\"windPower\":\"463.027\",\"nuclearPower\":\"24172.4\",\"regDate\":\"2025-01-05 07:50\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3366.41\",\"sunlight\":\"9.13717\",\"oil\":\"289.872\",\"once\":\"20250105075000\",\"gas\":\"17580.9\",\"coal\":\"14475.6\",\"newRenewablePlusWindPower\":\"3829.43\",\"btm\":\"5.0585\",\"waterPower\":\"48.7882\",\"seq\":0},{\"localCoal\":\"191.739\",\"ppa\":\"12.796\",\"windPower\":\"468.075\",\"nuclearPower\":\"24173.4\",\"regDate\":\"2025-01-05 07:55\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3361.25\",\"sunlight\":\"9.47443\",\"oil\":\"289.345\",\"once\":\"20250105075500\",\"gas\":\"17853.3\",\"coal\":\"14444.4\",\"newRenewablePlusWindPower\":\"3829.33\",\"btm\":\"5.24528\",\"waterPower\":\"49.5613\",\"seq\":0},{\"localCoal\":\"190.659\",\"ppa\":\"13.4599\",\"windPower\":\"474.854\",\"nuclearPower\":\"24157.5\",\"regDate\":\"2025-01-05 08:00\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3363.52\",\"sunlight\":\"9.87947\",\"oil\":\"290.073\",\"once\":\"20250105080000\",\"gas\":\"18016.5\",\"coal\":\"14570.6\",\"newRenewablePlusWindPower\":\"3838.37\",\"btm\":\"5.46929\",\"waterPower\":\"113.055\",\"seq\":0},{\"localCoal\":\"190.732\",\"ppa\":\"16.062\",\"windPower\":\"478.814\",\"nuclearPower\":\"24173.3\",\"regDate\":\"2025-01-05 08:05\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3362.45\",\"sunlight\":\"11.041\",\"oil\":\"290.366\",\"once\":\"20250105080500\",\"gas\":\"17810.0\",\"coal\":\"14474.5\",\"newRenewablePlusWindPower\":\"3841.27\",\"btm\":\"6.11256\",\"waterPower\":\"353.224\",\"seq\":0},{\"localCoal\":\"191.098\",\"ppa\":\"21.971\",\"windPower\":\"494.362\",\"nuclearPower\":\"24166.0\",\"regDate\":\"2025-01-05 08:10\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3356.18\",\"sunlight\":\"15.0904\",\"oil\":\"293.08\",\"once\":\"20250105081000\",\"gas\":\"17544.4\",\"coal\":\"14532.3\",\"newRenewablePlusWindPower\":\"3850.54\",\"btm\":\"8.35463\",\"waterPower\":\"449.797\",\"seq\":0},{\"localCoal\":\"191.977\",\"ppa\":\"28.3939\",\"windPower\":\"508.457\",\"nuclearPower\":\"24171.6\",\"regDate\":\"2025-01-05 08:15\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3354.46\",\"sunlight\":\"18.3638\",\"oil\":\"291.128\",\"once\":\"20250105081500\",\"gas\":\"17797.6\",\"coal\":\"14608.0\",\"newRenewablePlusWindPower\":\"3862.92\",\"btm\":\"10.1669\",\"waterPower\":\"409.347\",\"seq\":0},{\"localCoal\":\"191.977\",\"ppa\":\"39.4238\",\"windPower\":\"508.579\",\"nuclearPower\":\"24161.4\",\"regDate\":\"2025-01-05 08:20\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3362.0\",\"sunlight\":\"24.3175\",\"oil\":\"290.246\",\"once\":\"20250105082000\",\"gas\":\"17830.4\",\"coal\":\"14551.6\",\"newRenewablePlusWindPower\":\"3870.58\",\"btm\":\"13.4628\",\"waterPower\":\"371.559\",\"seq\":0},{\"localCoal\":\"192.655\",\"ppa\":\"57.4731\",\"windPower\":\"515.061\",\"nuclearPower\":\"24189.5\",\"regDate\":\"2025-01-05 08:25\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3356.71\",\"sunlight\":\"34.629\",\"oil\":\"291.626\",\"once\":\"20250105082500\",\"gas\":\"18015.8\",\"coal\":\"14486.1\",\"newRenewablePlusWindPower\":\"3871.77\",\"btm\":\"19.1715\",\"waterPower\":\"392.474\",\"seq\":0},{\"localCoal\":\"193.589\",\"ppa\":\"76.8524\",\"windPower\":\"522.871\",\"nuclearPower\":\"24173.9\",\"regDate\":\"2025-01-05 08:30\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3355.11\",\"sunlight\":\"45.4197\",\"oil\":\"294.834\",\"once\":\"20250105083000\",\"gas\":\"18245.0\",\"coal\":\"14456.4\",\"newRenewablePlusWindPower\":\"3877.98\",\"btm\":\"25.1455\",\"waterPower\":\"391.526\",\"seq\":0},{\"localCoal\":\"193.442\",\"ppa\":\"103.339\",\"windPower\":\"535.399\",\"nuclearPower\":\"24182.0\",\"regDate\":\"2025-01-05 08:35\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3347.44\",\"sunlight\":\"60.0754\",\"oil\":\"292.057\",\"once\":\"20250105083500\",\"gas\":\"18499.0\",\"coal\":\"14524.4\",\"newRenewablePlusWindPower\":\"3882.84\",\"btm\":\"33.2593\",\"waterPower\":\"392.857\",\"seq\":0},{\"localCoal\":\"192.179\",\"ppa\":\"139.554\",\"windPower\":\"526.627\",\"nuclearPower\":\"24128.4\",\"regDate\":\"2025-01-05 08:40\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3340.59\",\"sunlight\":\"81.5168\",\"oil\":\"291.557\",\"once\":\"20250105084000\",\"gas\":\"18711.1\",\"coal\":\"14581.3\",\"newRenewablePlusWindPower\":\"3867.22\",\"btm\":\"45.1297\",\"waterPower\":\"418.665\",\"seq\":0},{\"localCoal\":\"191.428\",\"ppa\":\"168.117\",\"windPower\":\"548.63\",\"nuclearPower\":\"24168.2\",\"regDate\":\"2025-01-05 08:45\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3338.49\",\"sunlight\":\"97.46\",\"oil\":\"291.471\",\"once\":\"20250105084500\",\"gas\":\"18748.7\",\"coal\":\"14542.4\",\"newRenewablePlusWindPower\":\"3887.12\",\"btm\":\"53.9563\",\"waterPower\":\"403.837\",\"seq\":0},{\"localCoal\":\"192.124\",\"ppa\":\"210.955\",\"windPower\":\"591.885\",\"nuclearPower\":\"24172.7\",\"regDate\":\"2025-01-05 08:50\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3342.07\",\"sunlight\":\"121.118\",\"oil\":\"291.656\",\"once\":\"20250105085000\",\"gas\":\"18881.6\",\"coal\":\"14552.3\",\"newRenewablePlusWindPower\":\"3933.96\",\"btm\":\"67.0531\",\"waterPower\":\"402.98\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"263.382\",\"windPower\":\"570.176\",\"nuclearPower\":\"24161.7\",\"regDate\":\"2025-01-05 08:55\",\"raisingWater\":\"-20.957\",\"newRenewable\":\"3334.82\",\"sunlight\":\"148.736\",\"oil\":\"289.86\",\"once\":\"20250105085500\",\"gas\":\"18909.1\",\"coal\":\"14464.0\",\"newRenewablePlusWindPower\":\"3905.0\",\"btm\":\"82.344\",\"waterPower\":\"401.236\",\"seq\":0},{\"localCoal\":\"189.597\",\"ppa\":\"333.384\",\"windPower\":\"556.178\",\"nuclearPower\":\"24156.5\",\"regDate\":\"2025-01-05 09:00\",\"raisingWater\":\"-32.6088\",\"newRenewable\":\"3332.79\",\"sunlight\":\"181.836\",\"oil\":\"289.308\",\"once\":\"20250105090000\",\"gas\":\"18982.3\",\"coal\":\"14377.5\",\"newRenewablePlusWindPower\":\"3888.97\",\"btm\":\"100.725\",\"waterPower\":\"466.645\",\"seq\":0},{\"localCoal\":\"190.476\",\"ppa\":\"384.355\",\"windPower\":\"568.06\",\"nuclearPower\":\"24139.5\",\"regDate\":\"2025-01-05 09:05\",\"raisingWater\":\"29.7058\",\"newRenewable\":\"3327.95\",\"sunlight\":\"213.058\",\"oil\":\"290.883\",\"once\":\"20250105090500\",\"gas\":\"18687.9\",\"coal\":\"14605.3\",\"newRenewablePlusWindPower\":\"3896.01\",\"btm\":\"117.954\",\"waterPower\":\"511.24\",\"seq\":0},{\"localCoal\":\"190.311\",\"ppa\":\"423.703\",\"windPower\":\"567.861\",\"nuclearPower\":\"24175.1\",\"regDate\":\"2025-01-05 09:10\",\"raisingWater\":\"18.3879\",\"newRenewable\":\"3322.17\",\"sunlight\":\"239.274\",\"oil\":\"290.972\",\"once\":\"20250105091000\",\"gas\":\"18448.6\",\"coal\":\"14397.7\",\"newRenewablePlusWindPower\":\"3890.03\",\"btm\":\"132.523\",\"waterPower\":\"536.358\",\"seq\":0},{\"localCoal\":\"190.934\",\"ppa\":\"509.54\",\"windPower\":\"568.236\",\"nuclearPower\":\"24136.1\",\"regDate\":\"2025-01-05 09:15\",\"raisingWater\":\"58.8004\",\"newRenewable\":\"3340.71\",\"sunlight\":\"291.485\",\"oil\":\"290.041\",\"once\":\"20250105091500\",\"gas\":\"18773.3\",\"coal\":\"14529.6\",\"newRenewablePlusWindPower\":\"3908.95\",\"btm\":\"161.373\",\"waterPower\":\"554.47\",\"seq\":0},{\"localCoal\":\"192.875\",\"ppa\":\"537.542\",\"windPower\":\"590.229\",\"nuclearPower\":\"24183.9\",\"regDate\":\"2025-01-05 09:20\",\"raisingWater\":\"42.4511\",\"newRenewable\":\"3359.1\",\"sunlight\":\"304.006\",\"oil\":\"291.617\",\"once\":\"20250105092000\",\"gas\":\"18872.4\",\"coal\":\"14624.3\",\"newRenewablePlusWindPower\":\"3949.33\",\"btm\":\"168.306\",\"waterPower\":\"544.932\",\"seq\":0},{\"localCoal\":\"193.076\",\"ppa\":\"575.799\",\"windPower\":\"594.327\",\"nuclearPower\":\"24182.1\",\"regDate\":\"2025-01-05 09:25\",\"raisingWater\":\"32.3917\",\"newRenewable\":\"3357.15\",\"sunlight\":\"316.577\",\"oil\":\"290.886\",\"once\":\"20250105092500\",\"gas\":\"19007.0\",\"coal\":\"14488.1\",\"newRenewablePlusWindPower\":\"3951.48\",\"btm\":\"175.265\",\"waterPower\":\"549.084\",\"seq\":0},{\"localCoal\":\"191.52\",\"ppa\":\"668.224\",\"windPower\":\"573.938\",\"nuclearPower\":\"24161.9\",\"regDate\":\"2025-01-05 09:30\",\"raisingWater\":\"64.1956\",\"newRenewable\":\"3350.46\",\"sunlight\":\"356.198\",\"oil\":\"291.496\",\"once\":\"20250105093000\",\"gas\":\"19190.6\",\"coal\":\"14518.2\",\"newRenewablePlusWindPower\":\"3924.39\",\"btm\":\"197.2\",\"waterPower\":\"569.188\",\"seq\":0},{\"localCoal\":\"193.076\",\"ppa\":\"719.48\",\"windPower\":\"572.116\",\"nuclearPower\":\"24165.1\",\"regDate\":\"2025-01-05 09:35\",\"raisingWater\":\"37.2565\",\"newRenewable\":\"3346.1\",\"sunlight\":\"392.004\",\"oil\":\"292.214\",\"once\":\"20250105093500\",\"gas\":\"19157.3\",\"coal\":\"14633.4\",\"newRenewablePlusWindPower\":\"3918.21\",\"btm\":\"217.134\",\"waterPower\":\"557.728\",\"seq\":0},{\"localCoal\":\"190.805\",\"ppa\":\"782.525\",\"windPower\":\"554.453\",\"nuclearPower\":\"24159.2\",\"regDate\":\"2025-01-05 09:40\",\"raisingWater\":\"23.5994\",\"newRenewable\":\"3334.8\",\"sunlight\":\"427.566\",\"oil\":\"291.624\",\"once\":\"20250105094000\",\"gas\":\"19201.8\",\"coal\":\"14527.2\",\"newRenewablePlusWindPower\":\"3889.25\",\"btm\":\"236.711\",\"waterPower\":\"548.785\",\"seq\":0},{\"localCoal\":\"191.446\",\"ppa\":\"919.224\",\"windPower\":\"564.087\",\"nuclearPower\":\"24157.9\",\"regDate\":\"2025-01-05 09:45\",\"raisingWater\":\"37.8255\",\"newRenewable\":\"3323.33\",\"sunlight\":\"482.627\",\"oil\":\"291.668\",\"once\":\"20250105094500\",\"gas\":\"19193.9\",\"coal\":\"14570.5\",\"newRenewablePlusWindPower\":\"3887.42\",\"btm\":\"267.194\",\"waterPower\":\"544.703\",\"seq\":0},{\"localCoal\":\"188.7\",\"ppa\":\"988.795\",\"windPower\":\"537.997\",\"nuclearPower\":\"24181.2\",\"regDate\":\"2025-01-05 09:50\",\"raisingWater\":\"37.126\",\"newRenewable\":\"3313.78\",\"sunlight\":\"526.981\",\"oil\":\"290.887\",\"once\":\"20250105095000\",\"gas\":\"19200.5\",\"coal\":\"14543.4\",\"newRenewablePlusWindPower\":\"3851.78\",\"btm\":\"291.694\",\"waterPower\":\"552.747\",\"seq\":0},{\"localCoal\":\"187.656\",\"ppa\":\"1202.18\",\"windPower\":\"528.816\",\"nuclearPower\":\"24194.1\",\"regDate\":\"2025-01-05 09:55\",\"raisingWater\":\"31.4571\",\"newRenewable\":\"3303.8\",\"sunlight\":\"590.959\",\"oil\":\"290.392\",\"once\":\"20250105095500\",\"gas\":\"19238.8\",\"coal\":\"14410.5\",\"newRenewablePlusWindPower\":\"3832.62\",\"btm\":\"327.17\",\"waterPower\":\"543.062\",\"seq\":0},{\"localCoal\":\"187.29\",\"ppa\":\"1275.34\",\"windPower\":\"521.126\",\"nuclearPower\":\"24170.3\",\"regDate\":\"2025-01-05 10:00\",\"raisingWater\":\"160.866\",\"newRenewable\":\"3298.74\",\"sunlight\":\"609.008\",\"oil\":\"291.081\",\"once\":\"20250105100000\",\"gas\":\"19326.6\",\"coal\":\"14421.7\",\"newRenewablePlusWindPower\":\"3819.87\",\"btm\":\"337.162\",\"waterPower\":\"552.608\",\"seq\":0},{\"localCoal\":\"186.576\",\"ppa\":\"1375.18\",\"windPower\":\"512.349\",\"nuclearPower\":\"24149.4\",\"regDate\":\"2025-01-05 10:05\",\"raisingWater\":\"281.161\",\"newRenewable\":\"3217.88\",\"sunlight\":\"650.243\",\"oil\":\"290.837\",\"once\":\"20250105100500\",\"gas\":\"19471.9\",\"coal\":\"14466.6\",\"newRenewablePlusWindPower\":\"3730.23\",\"btm\":\"359.991\",\"waterPower\":\"554.788\",\"seq\":0},{\"localCoal\":\"187.253\",\"ppa\":\"1480.38\",\"windPower\":\"508.621\",\"nuclearPower\":\"24170.1\",\"regDate\":\"2025-01-05 10:10\",\"raisingWater\":\"353.571\",\"newRenewable\":\"3213.01\",\"sunlight\":\"705.779\",\"oil\":\"290.654\",\"once\":\"20250105101000\",\"gas\":\"19267.8\",\"coal\":\"14365.4\",\"newRenewablePlusWindPower\":\"3721.63\",\"btm\":\"390.682\",\"waterPower\":\"546.776\",\"seq\":0},{\"localCoal\":\"187.784\",\"ppa\":\"1608.49\",\"windPower\":\"560.983\",\"nuclearPower\":\"24138.1\",\"regDate\":\"2025-01-05 10:15\",\"raisingWater\":\"361.701\",\"newRenewable\":\"3203.88\",\"sunlight\":\"764.141\",\"oil\":\"290.797\",\"once\":\"20250105101500\",\"gas\":\"19049.6\",\"coal\":\"14398.5\",\"newRenewablePlusWindPower\":\"3764.87\",\"btm\":\"422.991\",\"waterPower\":\"557.535\",\"seq\":0},{\"localCoal\":\"187.674\",\"ppa\":\"1689.8\",\"windPower\":\"560.831\",\"nuclearPower\":\"24143.8\",\"regDate\":\"2025-01-05 10:20\",\"raisingWater\":\"374.004\",\"newRenewable\":\"3198.86\",\"sunlight\":\"816.334\",\"oil\":\"291.537\",\"once\":\"20250105102000\",\"gas\":\"19181.6\",\"coal\":\"14619.9\",\"newRenewablePlusWindPower\":\"3759.69\",\"btm\":\"451.281\",\"waterPower\":\"554.33\",\"seq\":0},{\"localCoal\":\"188.901\",\"ppa\":\"1871.4\",\"windPower\":\"573.087\",\"nuclearPower\":\"24156.6\",\"regDate\":\"2025-01-05 10:25\",\"raisingWater\":\"352.37\",\"newRenewable\":\"3197.13\",\"sunlight\":\"882.947\",\"oil\":\"291.525\",\"once\":\"20250105102500\",\"gas\":\"19082.3\",\"coal\":\"14527.1\",\"newRenewablePlusWindPower\":\"3770.22\",\"btm\":\"488.824\",\"waterPower\":\"553.042\",\"seq\":0},{\"localCoal\":\"188.407\",\"ppa\":\"1981.17\",\"windPower\":\"565.107\",\"nuclearPower\":\"24186.3\",\"regDate\":\"2025-01-05 10:30\",\"raisingWater\":\"353.985\",\"newRenewable\":\"3193.53\",\"sunlight\":\"926.827\",\"oil\":\"291.109\",\"once\":\"20250105103000\",\"gas\":\"19060.6\",\"coal\":\"14398.5\",\"newRenewablePlusWindPower\":\"3758.64\",\"btm\":\"513.115\",\"waterPower\":\"527.095\",\"seq\":0},{\"localCoal\":\"188.462\",\"ppa\":\"2112.22\",\"windPower\":\"570.113\",\"nuclearPower\":\"24189.8\",\"regDate\":\"2025-01-05 10:35\",\"raisingWater\":\"363.405\",\"newRenewable\":\"3181.74\",\"sunlight\":\"980.047\",\"oil\":\"291.215\",\"once\":\"20250105103500\",\"gas\":\"19027.3\",\"coal\":\"14429.0\",\"newRenewablePlusWindPower\":\"3751.85\",\"btm\":\"542.579\",\"waterPower\":\"547.133\",\"seq\":0},{\"localCoal\":\"187.509\",\"ppa\":\"1987.08\",\"windPower\":\"569.466\",\"nuclearPower\":\"24155.4\",\"regDate\":\"2025-01-05 10:40\",\"raisingWater\":\"429.023\",\"newRenewable\":\"3164.57\",\"sunlight\":\"966.747\",\"oil\":\"291.326\",\"once\":\"20250105104000\",\"gas\":\"18984.8\",\"coal\":\"14542.7\",\"newRenewablePlusWindPower\":\"3734.04\",\"btm\":\"535.16\",\"waterPower\":\"548.364\",\"seq\":0},{\"localCoal\":\"187.161\",\"ppa\":\"2096.79\",\"windPower\":\"575.572\",\"nuclearPower\":\"24177.4\",\"regDate\":\"2025-01-05 10:45\",\"raisingWater\":\"372.251\",\"newRenewable\":\"3153.59\",\"sunlight\":\"1023.56\",\"oil\":\"291.051\",\"once\":\"20250105104500\",\"gas\":\"18880.6\",\"coal\":\"14497.0\",\"newRenewablePlusWindPower\":\"3729.17\",\"btm\":\"566.666\",\"waterPower\":\"551.981\",\"seq\":0},{\"localCoal\":\"186.704\",\"ppa\":\"2042.28\",\"windPower\":\"575.756\",\"nuclearPower\":\"24201.4\",\"regDate\":\"2025-01-05 10:50\",\"raisingWater\":\"158.265\",\"newRenewable\":\"3145.27\",\"sunlight\":\"1028.12\",\"oil\":\"291.103\",\"once\":\"20250105105000\",\"gas\":\"18638.1\",\"coal\":\"14481.4\",\"newRenewablePlusWindPower\":\"3721.03\",\"btm\":\"570.094\",\"waterPower\":\"551.368\",\"seq\":0},{\"localCoal\":\"187.015\",\"ppa\":\"2163.73\",\"windPower\":\"584.038\",\"nuclearPower\":\"24170.2\",\"regDate\":\"2025-01-05 10:55\",\"raisingWater\":\"154.36\",\"newRenewable\":\"3126.36\",\"sunlight\":\"1109.2\",\"oil\":\"291.089\",\"once\":\"20250105105500\",\"gas\":\"18687.3\",\"coal\":\"14533.0\",\"newRenewablePlusWindPower\":\"3710.4\",\"btm\":\"614.159\",\"waterPower\":\"554.062\",\"seq\":0},{\"localCoal\":\"186.704\",\"ppa\":\"2216.85\",\"windPower\":\"593.176\",\"nuclearPower\":\"24149.2\",\"regDate\":\"2025-01-05 11:00\",\"raisingWater\":\"196.818\",\"newRenewable\":\"3122.68\",\"sunlight\":\"1157.5\",\"oil\":\"290.622\",\"once\":\"20250105110000\",\"gas\":\"18897.2\",\"coal\":\"14505.2\",\"newRenewablePlusWindPower\":\"3715.85\",\"btm\":\"640.031\",\"waterPower\":\"575.413\",\"seq\":0},{\"localCoal\":\"187.546\",\"ppa\":\"2066.62\",\"windPower\":\"605.18\",\"nuclearPower\":\"24199.1\",\"regDate\":\"2025-01-05 11:05\",\"raisingWater\":\"135.023\",\"newRenewable\":\"3139.82\",\"sunlight\":\"1126.6\",\"oil\":\"290.803\",\"once\":\"20250105110500\",\"gas\":\"19156.6\",\"coal\":\"14387.2\",\"newRenewablePlusWindPower\":\"3745.0\",\"btm\":\"623.714\",\"waterPower\":\"539.535\",\"seq\":0},{\"localCoal\":\"187.308\",\"ppa\":\"2071.98\",\"windPower\":\"616.152\",\"nuclearPower\":\"24174.2\",\"regDate\":\"2025-01-05 11:10\",\"raisingWater\":\"133.773\",\"newRenewable\":\"3120.12\",\"sunlight\":\"1136.23\",\"oil\":\"291.294\",\"once\":\"20250105111000\",\"gas\":\"19175.4\",\"coal\":\"14320.9\",\"newRenewablePlusWindPower\":\"3736.27\",\"btm\":\"629.487\",\"waterPower\":\"552.111\",\"seq\":0},{\"localCoal\":\"188.022\",\"ppa\":\"2165.08\",\"windPower\":\"613.635\",\"nuclearPower\":\"24159.4\",\"regDate\":\"2025-01-05 11:15\",\"raisingWater\":\"167.962\",\"newRenewable\":\"3105.95\",\"sunlight\":\"1204.19\",\"oil\":\"292.115\",\"once\":\"20250105111500\",\"gas\":\"18979.4\",\"coal\":\"14461.3\",\"newRenewablePlusWindPower\":\"3719.59\",\"btm\":\"666.726\",\"waterPower\":\"556.676\",\"seq\":0},{\"localCoal\":\"185.678\",\"ppa\":\"2328.22\",\"windPower\":\"628.683\",\"nuclearPower\":\"24160.6\",\"regDate\":\"2025-01-05 11:20\",\"raisingWater\":\"143.448\",\"newRenewable\":\"3105.49\",\"sunlight\":\"1266.43\",\"oil\":\"291.422\",\"once\":\"20250105112000\",\"gas\":\"18996.2\",\"coal\":\"14457.0\",\"newRenewablePlusWindPower\":\"3734.17\",\"btm\":\"701.211\",\"waterPower\":\"538.153\",\"seq\":0},{\"localCoal\":\"186.191\",\"ppa\":\"2548.46\",\"windPower\":\"643.012\",\"nuclearPower\":\"24191.9\",\"regDate\":\"2025-01-05 11:25\",\"raisingWater\":\"120.466\",\"newRenewable\":\"3100.45\",\"sunlight\":\"1323.38\",\"oil\":\"291.298\",\"once\":\"20250105112500\",\"gas\":\"19262.8\",\"coal\":\"14275.3\",\"newRenewablePlusWindPower\":\"3743.46\",\"btm\":\"732.542\",\"waterPower\":\"529.975\",\"seq\":0},{\"localCoal\":\"186.447\",\"ppa\":\"2404.2\",\"windPower\":\"662.512\",\"nuclearPower\":\"24172.2\",\"regDate\":\"2025-01-05 11:30\",\"raisingWater\":\"149.156\",\"newRenewable\":\"3091.66\",\"sunlight\":\"1332.42\",\"oil\":\"291.901\",\"once\":\"20250105113000\",\"gas\":\"19070.7\",\"coal\":\"14360.6\",\"newRenewablePlusWindPower\":\"3754.17\",\"btm\":\"737.661\",\"waterPower\":\"503.623\",\"seq\":0},{\"localCoal\":\"185.422\",\"ppa\":\"2407.39\",\"windPower\":\"655.937\",\"nuclearPower\":\"24175.6\",\"regDate\":\"2025-01-05 11:35\",\"raisingWater\":\"181.837\",\"newRenewable\":\"3061.47\",\"sunlight\":\"1365.31\",\"oil\":\"291.597\",\"once\":\"20250105113500\",\"gas\":\"18870.7\",\"coal\":\"14443.3\",\"newRenewablePlusWindPower\":\"3717.41\",\"btm\":\"755.872\",\"waterPower\":\"508.818\",\"seq\":0},{\"localCoal\":\"187.015\",\"ppa\":\"2229.65\",\"windPower\":\"664.504\",\"nuclearPower\":\"24146.2\",\"regDate\":\"2025-01-05 11:40\",\"raisingWater\":\"141.792\",\"newRenewable\":\"3058.06\",\"sunlight\":\"1328.74\",\"oil\":\"291.377\",\"once\":\"20250105114000\",\"gas\":\"18880.1\",\"coal\":\"14297.8\",\"newRenewablePlusWindPower\":\"3722.56\",\"btm\":\"735.626\",\"waterPower\":\"500.667\",\"seq\":0},{\"localCoal\":\"186.74\",\"ppa\":\"2205.06\",\"windPower\":\"668.964\",\"nuclearPower\":\"24139.6\",\"regDate\":\"2025-01-05 11:45\",\"raisingWater\":\"180.468\",\"newRenewable\":\"3050.36\",\"sunlight\":\"1325.33\",\"oil\":\"291.562\",\"once\":\"20250105114500\",\"gas\":\"19033.3\",\"coal\":\"14423.9\",\"newRenewablePlusWindPower\":\"3719.33\",\"btm\":\"733.682\",\"waterPower\":\"497.856\",\"seq\":0},{\"localCoal\":\"187.509\",\"ppa\":\"2079.89\",\"windPower\":\"660.095\",\"nuclearPower\":\"24153.5\",\"regDate\":\"2025-01-05 11:50\",\"raisingWater\":\"126.47\",\"newRenewable\":\"3020.04\",\"sunlight\":\"1271.88\",\"oil\":\"290.838\",\"once\":\"20250105115000\",\"gas\":\"19137.8\",\"coal\":\"14266.7\",\"newRenewablePlusWindPower\":\"3680.13\",\"btm\":\"704.146\",\"waterPower\":\"490.207\",\"seq\":0},{\"localCoal\":\"188.7\",\"ppa\":\"1979.13\",\"windPower\":\"667.727\",\"nuclearPower\":\"24162.3\",\"regDate\":\"2025-01-05 11:55\",\"raisingWater\":\"149.574\",\"newRenewable\":\"3031.19\",\"sunlight\":\"1205.68\",\"oil\":\"293.089\",\"once\":\"20250105115500\",\"gas\":\"18915.0\",\"coal\":\"14408.2\",\"newRenewablePlusWindPower\":\"3698.91\",\"btm\":\"667.772\",\"waterPower\":\"516.52\",\"seq\":0},{\"localCoal\":\"188.407\",\"ppa\":\"1982.13\",\"windPower\":\"667.711\",\"nuclearPower\":\"24150.8\",\"regDate\":\"2025-01-05 12:00\",\"raisingWater\":\"-57.1039\",\"newRenewable\":\"3043.51\",\"sunlight\":\"1224.46\",\"oil\":\"291.447\",\"once\":\"20250105120000\",\"gas\":\"19094.8\",\"coal\":\"14407.2\",\"newRenewablePlusWindPower\":\"3711.22\",\"btm\":\"677.89\",\"waterPower\":\"430.18\",\"seq\":0},{\"localCoal\":\"189.084\",\"ppa\":\"1903.69\",\"windPower\":\"674.552\",\"nuclearPower\":\"24161.7\",\"regDate\":\"2025-01-05 12:05\",\"raisingWater\":\"-95.9953\",\"newRenewable\":\"3029.43\",\"sunlight\":\"1164.25\",\"oil\":\"292.526\",\"once\":\"20250105120500\",\"gas\":\"19035.6\",\"coal\":\"14497.6\",\"newRenewablePlusWindPower\":\"3703.99\",\"btm\":\"644.556\",\"waterPower\":\"416.175\",\"seq\":0},{\"localCoal\":\"188.059\",\"ppa\":\"1876.79\",\"windPower\":\"664.976\",\"nuclearPower\":\"24169.4\",\"regDate\":\"2025-01-05 12:10\",\"raisingWater\":\"-98.6626\",\"newRenewable\":\"3026.13\",\"sunlight\":\"1158.78\",\"oil\":\"292.301\",\"once\":\"20250105121000\",\"gas\":\"19153.8\",\"coal\":\"14427.1\",\"newRenewablePlusWindPower\":\"3691.1\",\"btm\":\"641.531\",\"waterPower\":\"411.622\",\"seq\":0},{\"localCoal\":\"188.352\",\"ppa\":\"1918.03\",\"windPower\":\"673.973\",\"nuclearPower\":\"24153.0\",\"regDate\":\"2025-01-05 12:15\",\"raisingWater\":\"-93.0684\",\"newRenewable\":\"3016.21\",\"sunlight\":\"1190.02\",\"oil\":\"291.867\",\"once\":\"20250105121500\",\"gas\":\"19043.2\",\"coal\":\"14466.6\",\"newRenewablePlusWindPower\":\"3690.18\",\"btm\":\"658.767\",\"waterPower\":\"414.848\",\"seq\":0},{\"localCoal\":\"187.949\",\"ppa\":\"1996.44\",\"windPower\":\"678.07\",\"nuclearPower\":\"24155.2\",\"regDate\":\"2025-01-05 12:20\",\"raisingWater\":\"-108.86\",\"newRenewable\":\"3026.98\",\"sunlight\":\"1249.97\",\"oil\":\"290.886\",\"once\":\"20250105122000\",\"gas\":\"18954.6\",\"coal\":\"14439.2\",\"newRenewablePlusWindPower\":\"3705.05\",\"btm\":\"692.013\",\"waterPower\":\"413.318\",\"seq\":0},{\"localCoal\":\"188.297\",\"ppa\":\"2149.94\",\"windPower\":\"660.871\",\"nuclearPower\":\"24180.2\",\"regDate\":\"2025-01-05 12:25\",\"raisingWater\":\"-298.502\",\"newRenewable\":\"3000.4\",\"sunlight\":\"1373.18\",\"oil\":\"290.742\",\"once\":\"20250105122500\",\"gas\":\"19135.1\",\"coal\":\"14491.9\",\"newRenewablePlusWindPower\":\"3661.27\",\"btm\":\"760.228\",\"waterPower\":\"432.96\",\"seq\":0},{\"localCoal\":\"189.066\",\"ppa\":\"2136.46\",\"windPower\":\"658.96\",\"nuclearPower\":\"24177.9\",\"regDate\":\"2025-01-05 12:30\",\"raisingWater\":\"-301.387\",\"newRenewable\":\"2990.25\",\"sunlight\":\"1364.36\",\"oil\":\"291.033\",\"once\":\"20250105123000\",\"gas\":\"19146.8\",\"coal\":\"14387.4\",\"newRenewablePlusWindPower\":\"3649.21\",\"btm\":\"755.344\",\"waterPower\":\"408.433\",\"seq\":0},{\"localCoal\":\"189.798\",\"ppa\":\"2096.14\",\"windPower\":\"678.654\",\"nuclearPower\":\"24195.0\",\"regDate\":\"2025-01-05 12:35\",\"raisingWater\":\"-303.134\",\"newRenewable\":\"2971.24\",\"sunlight\":\"1352.64\",\"oil\":\"290.692\",\"once\":\"20250105123500\",\"gas\":\"19188.4\",\"coal\":\"14387.4\",\"newRenewablePlusWindPower\":\"3649.89\",\"btm\":\"748.849\",\"waterPower\":\"429.221\",\"seq\":0},{\"localCoal\":\"192.234\",\"ppa\":\"2184.84\",\"windPower\":\"679.101\",\"nuclearPower\":\"24172.8\",\"regDate\":\"2025-01-05 12:40\",\"raisingWater\":\"-288.461\",\"newRenewable\":\"2972.93\",\"sunlight\":\"1392.76\",\"oil\":\"291.477\",\"once\":\"20250105124000\",\"gas\":\"19124.3\",\"coal\":\"14443.3\",\"newRenewablePlusWindPower\":\"3652.03\",\"btm\":\"771.064\",\"waterPower\":\"394.37\",\"seq\":0},{\"localCoal\":\"192.453\",\"ppa\":\"2186.17\",\"windPower\":\"693.453\",\"nuclearPower\":\"24181.4\",\"regDate\":\"2025-01-05 12:45\",\"raisingWater\":\"-300.964\",\"newRenewable\":\"2982.04\",\"sunlight\":\"1378.99\",\"oil\":\"291.232\",\"once\":\"20250105124500\",\"gas\":\"19063.5\",\"coal\":\"14408.4\",\"newRenewablePlusWindPower\":\"3675.5\",\"btm\":\"763.443\",\"waterPower\":\"373.054\",\"seq\":0},{\"localCoal\":\"192.563\",\"ppa\":\"2245.76\",\"windPower\":\"710.2\",\"nuclearPower\":\"24175.2\",\"regDate\":\"2025-01-05 12:50\",\"raisingWater\":\"-301.818\",\"newRenewable\":\"2960.5\",\"sunlight\":\"1432.5\",\"oil\":\"291.041\",\"once\":\"20250105125000\",\"gas\":\"19327.3\",\"coal\":\"14506.3\",\"newRenewablePlusWindPower\":\"3670.7\",\"btm\":\"793.124\",\"waterPower\":\"390.183\",\"seq\":0},{\"localCoal\":\"194.01\",\"ppa\":\"2259.73\",\"windPower\":\"704.391\",\"nuclearPower\":\"24144.1\",\"regDate\":\"2025-01-05 12:55\",\"raisingWater\":\"-283.424\",\"newRenewable\":\"2944.84\",\"sunlight\":\"1422.53\",\"oil\":\"291.346\",\"once\":\"20250105125500\",\"gas\":\"19222.2\",\"coal\":\"14520.3\",\"newRenewablePlusWindPower\":\"3649.23\",\"btm\":\"787.546\",\"waterPower\":\"371.566\",\"seq\":0},{\"localCoal\":\"193.442\",\"ppa\":\"2267.65\",\"windPower\":\"723.143\",\"nuclearPower\":\"24175.2\",\"regDate\":\"2025-01-05 13:00\",\"raisingWater\":\"-293.589\",\"newRenewable\":\"2958.97\",\"sunlight\":\"1399.71\",\"oil\":\"290.89\",\"once\":\"20250105130000\",\"gas\":\"19242.3\",\"coal\":\"14493.2\",\"newRenewablePlusWindPower\":\"3682.12\",\"btm\":\"774.804\",\"waterPower\":\"370.812\",\"seq\":0},{\"localCoal\":\"192.746\",\"ppa\":\"2221.43\",\"windPower\":\"701.737\",\"nuclearPower\":\"24177.4\",\"regDate\":\"2025-01-05 13:05\",\"raisingWater\":\"-287.116\",\"newRenewable\":\"2980.89\",\"sunlight\":\"1372.99\",\"oil\":\"290.839\",\"once\":\"20250105130500\",\"gas\":\"19230.5\",\"coal\":\"14564.3\",\"newRenewablePlusWindPower\":\"3682.63\",\"btm\":\"759.79\",\"waterPower\":\"373.023\",\"seq\":0},{\"localCoal\":\"193.003\",\"ppa\":\"2276.07\",\"windPower\":\"660.967\",\"nuclearPower\":\"24182.4\",\"regDate\":\"2025-01-05 13:10\",\"raisingWater\":\"-304.446\",\"newRenewable\":\"2990.37\",\"sunlight\":\"1411.2\",\"oil\":\"292.024\",\"once\":\"20250105131000\",\"gas\":\"19452.9\",\"coal\":\"14566.7\",\"newRenewablePlusWindPower\":\"3651.34\",\"btm\":\"781.278\",\"waterPower\":\"373.245\",\"seq\":0},{\"localCoal\":\"191.941\",\"ppa\":\"2292.54\",\"windPower\":\"654.307\",\"nuclearPower\":\"24192.7\",\"regDate\":\"2025-01-05 13:15\",\"raisingWater\":\"-306.963\",\"newRenewable\":\"2943.59\",\"sunlight\":\"1486.77\",\"oil\":\"290.438\",\"once\":\"20250105131500\",\"gas\":\"19414.1\",\"coal\":\"14499.3\",\"newRenewablePlusWindPower\":\"3597.9\",\"btm\":\"823.117\",\"waterPower\":\"364.769\",\"seq\":0},{\"localCoal\":\"191.355\",\"ppa\":\"2350.81\",\"windPower\":\"662.45\",\"nuclearPower\":\"24163.0\",\"regDate\":\"2025-01-05 13:20\",\"raisingWater\":\"-286.191\",\"newRenewable\":\"2908.14\",\"sunlight\":\"1552.29\",\"oil\":\"290.034\",\"once\":\"20250105132000\",\"gas\":\"19364.9\",\"coal\":\"14431.3\",\"newRenewablePlusWindPower\":\"3570.59\",\"btm\":\"859.388\",\"waterPower\":\"370.814\",\"seq\":0},{\"localCoal\":\"190.293\",\"ppa\":\"2334.14\",\"windPower\":\"663.923\",\"nuclearPower\":\"24189.7\",\"regDate\":\"2025-01-05 13:25\",\"raisingWater\":\"-426.89\",\"newRenewable\":\"2902.22\",\"sunlight\":\"1548.21\",\"oil\":\"290.46\",\"once\":\"20250105132500\",\"gas\":\"19325.8\",\"coal\":\"14434.3\",\"newRenewablePlusWindPower\":\"3566.15\",\"btm\":\"857.13\",\"waterPower\":\"370.649\",\"seq\":0},{\"localCoal\":\"191.959\",\"ppa\":\"2299.66\",\"windPower\":\"659.959\",\"nuclearPower\":\"24170.9\",\"regDate\":\"2025-01-05 13:30\",\"raisingWater\":\"-427.049\",\"newRenewable\":\"2889.73\",\"sunlight\":\"1524.91\",\"oil\":\"290.502\",\"once\":\"20250105133000\",\"gas\":\"19252.7\",\"coal\":\"14436.8\",\"newRenewablePlusWindPower\":\"3549.69\",\"btm\":\"844.228\",\"waterPower\":\"364.851\",\"seq\":0},{\"localCoal\":\"193.039\",\"ppa\":\"2257.95\",\"windPower\":\"656.43\",\"nuclearPower\":\"24152.6\",\"regDate\":\"2025-01-05 13:35\",\"raisingWater\":\"-425.892\",\"newRenewable\":\"2883.16\",\"sunlight\":\"1491.44\",\"oil\":\"291.019\",\"once\":\"20250105133500\",\"gas\":\"19589.4\",\"coal\":\"14420.5\",\"newRenewablePlusWindPower\":\"3539.59\",\"btm\":\"825.697\",\"waterPower\":\"366.027\",\"seq\":0},{\"localCoal\":\"193.369\",\"ppa\":\"2223.77\",\"windPower\":\"663.307\",\"nuclearPower\":\"24183.8\",\"regDate\":\"2025-01-05 13:40\",\"raisingWater\":\"-422.141\",\"newRenewable\":\"2886.26\",\"sunlight\":\"1431.42\",\"oil\":\"291.988\",\"once\":\"20250105134000\",\"gas\":\"19525.7\",\"coal\":\"14570.1\",\"newRenewablePlusWindPower\":\"3549.57\",\"btm\":\"792.578\",\"waterPower\":\"374.16\",\"seq\":0},{\"localCoal\":\"193.406\",\"ppa\":\"2192.74\",\"windPower\":\"672.089\",\"nuclearPower\":\"24160.5\",\"regDate\":\"2025-01-05 13:45\",\"raisingWater\":\"-422.061\",\"newRenewable\":\"2916.93\",\"sunlight\":\"1387.12\",\"oil\":\"291.326\",\"once\":\"20250105134500\",\"gas\":\"19420.8\",\"coal\":\"14393.5\",\"newRenewablePlusWindPower\":\"3589.02\",\"btm\":\"767.946\",\"waterPower\":\"368.122\",\"seq\":0},{\"localCoal\":\"193.497\",\"ppa\":\"2140.13\",\"windPower\":\"655.72\",\"nuclearPower\":\"24151.7\",\"regDate\":\"2025-01-05 13:50\",\"raisingWater\":\"-421.982\",\"newRenewable\":\"2959.87\",\"sunlight\":\"1318.13\",\"oil\":\"291.305\",\"once\":\"20250105135000\",\"gas\":\"19161.7\",\"coal\":\"14366.1\",\"newRenewablePlusWindPower\":\"3615.59\",\"btm\":\"729.751\",\"waterPower\":\"367.153\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"2181.59\",\"windPower\":\"635.004\",\"nuclearPower\":\"24196.7\",\"regDate\":\"2025-01-05 13:55\",\"raisingWater\":\"-422.54\",\"newRenewable\":\"2988.08\",\"sunlight\":\"1320.97\",\"oil\":\"291.732\",\"once\":\"20250105135500\",\"gas\":\"19320.0\",\"coal\":\"14492.3\",\"newRenewablePlusWindPower\":\"3623.08\",\"btm\":\"731.319\",\"waterPower\":\"390.73\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"2198.04\",\"windPower\":\"602.338\",\"nuclearPower\":\"24159.1\",\"regDate\":\"2025-01-05 14:00\",\"raisingWater\":\"-421.303\",\"newRenewable\":\"2989.81\",\"sunlight\":\"1317.72\",\"oil\":\"292.285\",\"once\":\"20250105140000\",\"gas\":\"19379.0\",\"coal\":\"14536.2\",\"newRenewablePlusWindPower\":\"3592.15\",\"btm\":\"729.524\",\"waterPower\":\"386.912\",\"seq\":0},{\"localCoal\":\"191.483\",\"ppa\":\"2252.25\",\"windPower\":\"608.524\",\"nuclearPower\":\"24159.9\",\"regDate\":\"2025-01-05 14:05\",\"raisingWater\":\"-425.334\",\"newRenewable\":\"2988.26\",\"sunlight\":\"1325.67\",\"oil\":\"291.58\",\"once\":\"20250105140500\",\"gas\":\"19397.7\",\"coal\":\"14448.8\",\"newRenewablePlusWindPower\":\"3596.78\",\"btm\":\"733.926\",\"waterPower\":\"406.766\",\"seq\":0},{\"localCoal\":\"191.245\",\"ppa\":\"2179.6\",\"windPower\":\"586.833\",\"nuclearPower\":\"24168.8\",\"regDate\":\"2025-01-05 14:10\",\"raisingWater\":\"-420.864\",\"newRenewable\":\"2996.7\",\"sunlight\":\"1260.42\",\"oil\":\"292.197\",\"once\":\"20250105141000\",\"gas\":\"19224.7\",\"coal\":\"14403.5\",\"newRenewablePlusWindPower\":\"3583.54\",\"btm\":\"697.853\",\"waterPower\":\"416.258\",\"seq\":0},{\"localCoal\":\"190.659\",\"ppa\":\"2146.53\",\"windPower\":\"571.947\",\"nuclearPower\":\"24173.2\",\"regDate\":\"2025-01-05 14:15\",\"raisingWater\":\"-421.224\",\"newRenewable\":\"2990.47\",\"sunlight\":\"1216.71\",\"oil\":\"292.396\",\"once\":\"20250105141500\",\"gas\":\"19055.1\",\"coal\":\"14476.9\",\"newRenewablePlusWindPower\":\"3562.41\",\"btm\":\"675.209\",\"waterPower\":\"418.705\",\"seq\":0},{\"localCoal\":\"192.142\",\"ppa\":\"2221.37\",\"windPower\":\"582.176\",\"nuclearPower\":\"24170.2\",\"regDate\":\"2025-01-05 14:20\",\"raisingWater\":\"-425.134\",\"newRenewable\":\"2970.39\",\"sunlight\":\"1265.56\",\"oil\":\"292.054\",\"once\":\"20250105142000\",\"gas\":\"18993.9\",\"coal\":\"14482.9\",\"newRenewablePlusWindPower\":\"3552.56\",\"btm\":\"700.59\",\"waterPower\":\"387.632\",\"seq\":0},{\"localCoal\":\"192.636\",\"ppa\":\"2271.75\",\"windPower\":\"588.008\",\"nuclearPower\":\"24168.7\",\"regDate\":\"2025-01-05 14:25\",\"raisingWater\":\"-421.782\",\"newRenewable\":\"2973.72\",\"sunlight\":\"1228.62\",\"oil\":\"291.359\",\"once\":\"20250105142500\",\"gas\":\"19251.3\",\"coal\":\"14514.7\",\"newRenewablePlusWindPower\":\"3561.73\",\"btm\":\"679.695\",\"waterPower\":\"416.438\",\"seq\":0},{\"localCoal\":\"194.028\",\"ppa\":\"2074.37\",\"windPower\":\"578.838\",\"nuclearPower\":\"24161.7\",\"regDate\":\"2025-01-05 14:30\",\"raisingWater\":\"-420.705\",\"newRenewable\":\"2967.43\",\"sunlight\":\"1161.41\",\"oil\":\"291.643\",\"once\":\"20250105143000\",\"gas\":\"19320.5\",\"coal\":\"14567.1\",\"newRenewablePlusWindPower\":\"3546.26\",\"btm\":\"642.985\",\"waterPower\":\"410.303\",\"seq\":0},{\"localCoal\":\"192.49\",\"ppa\":\"2047.95\",\"windPower\":\"581.741\",\"nuclearPower\":\"24205.8\",\"regDate\":\"2025-01-05 14:35\",\"raisingWater\":\"-425.453\",\"newRenewable\":\"2964.75\",\"sunlight\":\"1135.47\",\"oil\":\"290.39\",\"once\":\"20250105143500\",\"gas\":\"19157.1\",\"coal\":\"14399.7\",\"newRenewablePlusWindPower\":\"3546.49\",\"btm\":\"628.454\",\"waterPower\":\"410.04\",\"seq\":0},{\"localCoal\":\"194.028\",\"ppa\":\"1982.41\",\"windPower\":\"595.697\",\"nuclearPower\":\"24173.7\",\"regDate\":\"2025-01-05 14:40\",\"raisingWater\":\"-424.376\",\"newRenewable\":\"2991.5\",\"sunlight\":\"1084.0\",\"oil\":\"291.542\",\"once\":\"20250105144000\",\"gas\":\"18947.9\",\"coal\":\"14434.4\",\"newRenewablePlusWindPower\":\"3587.19\",\"btm\":\"600.24\",\"waterPower\":\"410.453\",\"seq\":0},{\"localCoal\":\"193.918\",\"ppa\":\"1958.86\",\"windPower\":\"580.94\",\"nuclearPower\":\"24166.4\",\"regDate\":\"2025-01-05 14:45\",\"raisingWater\":\"-419.149\",\"newRenewable\":\"3002.46\",\"sunlight\":\"1079.87\",\"oil\":\"295.164\",\"once\":\"20250105144500\",\"gas\":\"18962.9\",\"coal\":\"14600.6\",\"newRenewablePlusWindPower\":\"3583.4\",\"btm\":\"597.846\",\"waterPower\":\"417.95\",\"seq\":0},{\"localCoal\":\"194.01\",\"ppa\":\"1861.57\",\"windPower\":\"573.872\",\"nuclearPower\":\"24178.2\",\"regDate\":\"2025-01-05 14:50\",\"raisingWater\":\"-421.623\",\"newRenewable\":\"3009.28\",\"sunlight\":\"1073.03\",\"oil\":\"296.807\",\"once\":\"20250105145000\",\"gas\":\"19227.0\",\"coal\":\"14675.4\",\"newRenewablePlusWindPower\":\"3583.15\",\"btm\":\"594.281\",\"waterPower\":\"412.898\",\"seq\":0},{\"localCoal\":\"193.003\",\"ppa\":\"1854.08\",\"windPower\":\"574.368\",\"nuclearPower\":\"24182.2\",\"regDate\":\"2025-01-05 14:55\",\"raisingWater\":\"-422.381\",\"newRenewable\":\"2998.86\",\"sunlight\":\"1071.62\",\"oil\":\"295.367\",\"once\":\"20250105145500\",\"gas\":\"19307.7\",\"coal\":\"14497.1\",\"newRenewablePlusWindPower\":\"3573.23\",\"btm\":\"593.328\",\"waterPower\":\"415.406\",\"seq\":0},{\"localCoal\":\"191.904\",\"ppa\":\"1844.05\",\"windPower\":\"572.552\",\"nuclearPower\":\"24183.3\",\"regDate\":\"2025-01-05 15:00\",\"raisingWater\":\"-420.106\",\"newRenewable\":\"2993.25\",\"sunlight\":\"1075.16\",\"oil\":\"299.202\",\"once\":\"20250105150000\",\"gas\":\"19194.9\",\"coal\":\"14575.4\",\"newRenewablePlusWindPower\":\"3565.8\",\"btm\":\"595.236\",\"waterPower\":\"415.165\",\"seq\":0},{\"localCoal\":\"192.82\",\"ppa\":\"1776.46\",\"windPower\":\"537.308\",\"nuclearPower\":\"24168.1\",\"regDate\":\"2025-01-05 15:05\",\"raisingWater\":\"-421.423\",\"newRenewable\":\"2996.6\",\"sunlight\":\"1058.1\",\"oil\":\"305.483\",\"once\":\"20250105150500\",\"gas\":\"19292.9\",\"coal\":\"14449.6\",\"newRenewablePlusWindPower\":\"3533.91\",\"btm\":\"585.848\",\"waterPower\":\"407.403\",\"seq\":0},{\"localCoal\":\"190.879\",\"ppa\":\"1730.74\",\"windPower\":\"517.297\",\"nuclearPower\":\"24182.1\",\"regDate\":\"2025-01-05 15:10\",\"raisingWater\":\"-422.181\",\"newRenewable\":\"3039.79\",\"sunlight\":\"1024.82\",\"oil\":\"307.478\",\"once\":\"20250105151000\",\"gas\":\"19480.2\",\"coal\":\"14559.1\",\"newRenewablePlusWindPower\":\"3557.09\",\"btm\":\"567.701\",\"waterPower\":\"413.989\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"1639.08\",\"windPower\":\"495.789\",\"nuclearPower\":\"24180.5\",\"regDate\":\"2025-01-05 15:15\",\"raisingWater\":\"-423.977\",\"newRenewable\":\"3077.17\",\"sunlight\":\"974.464\",\"oil\":\"309.334\",\"once\":\"20250105151500\",\"gas\":\"19486.8\",\"coal\":\"14544.2\",\"newRenewablePlusWindPower\":\"3572.96\",\"btm\":\"539.542\",\"waterPower\":\"409.787\",\"seq\":0},{\"localCoal\":\"191.776\",\"ppa\":\"1554.87\",\"windPower\":\"508.195\",\"nuclearPower\":\"24187.2\",\"regDate\":\"2025-01-05 15:20\",\"raisingWater\":\"-421.343\",\"newRenewable\":\"3118.35\",\"sunlight\":\"939.301\",\"oil\":\"311.01\",\"once\":\"20250105152000\",\"gas\":\"19548.3\",\"coal\":\"14441.2\",\"newRenewablePlusWindPower\":\"3626.54\",\"btm\":\"520.02\",\"waterPower\":\"400.153\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"1516.36\",\"windPower\":\"493.631\",\"nuclearPower\":\"24177.1\",\"regDate\":\"2025-01-05 15:25\",\"raisingWater\":\"-420.226\",\"newRenewable\":\"3127.4\",\"sunlight\":\"911.634\",\"oil\":\"321.131\",\"once\":\"20250105152500\",\"gas\":\"19702.4\",\"coal\":\"14556.5\",\"newRenewablePlusWindPower\":\"3621.04\",\"btm\":\"504.648\",\"waterPower\":\"404.87\",\"seq\":0},{\"localCoal\":\"192.728\",\"ppa\":\"1558.96\",\"windPower\":\"491.481\",\"nuclearPower\":\"24167.1\",\"regDate\":\"2025-01-05 15:30\",\"raisingWater\":\"-421.263\",\"newRenewable\":\"3129.39\",\"sunlight\":\"895.852\",\"oil\":\"331.693\",\"once\":\"20250105153000\",\"gas\":\"19810.9\",\"coal\":\"14589.5\",\"newRenewablePlusWindPower\":\"3620.87\",\"btm\":\"495.966\",\"waterPower\":\"373.912\",\"seq\":0},{\"localCoal\":\"193.222\",\"ppa\":\"1451.99\",\"windPower\":\"478.708\",\"nuclearPower\":\"24171.6\",\"regDate\":\"2025-01-05 15:35\",\"raisingWater\":\"-420.745\",\"newRenewable\":\"3122.47\",\"sunlight\":\"839.816\",\"oil\":\"340.562\",\"once\":\"20250105153500\",\"gas\":\"19923.7\",\"coal\":\"14521.7\",\"newRenewablePlusWindPower\":\"3601.17\",\"btm\":\"464.777\",\"waterPower\":\"363.016\",\"seq\":0},{\"localCoal\":\"192.142\",\"ppa\":\"1423.4\",\"windPower\":\"452.412\",\"nuclearPower\":\"24182.7\",\"regDate\":\"2025-01-05 15:40\",\"raisingWater\":\"-421.543\",\"newRenewable\":\"3128.93\",\"sunlight\":\"804.817\",\"oil\":\"341.375\",\"once\":\"20250105154000\",\"gas\":\"20015.7\",\"coal\":\"14477.3\",\"newRenewablePlusWindPower\":\"3581.34\",\"btm\":\"445.401\",\"waterPower\":\"367.472\",\"seq\":0},{\"localCoal\":\"193.003\",\"ppa\":\"1343.03\",\"windPower\":\"465.97\",\"nuclearPower\":\"24188.1\",\"regDate\":\"2025-01-05 15:45\",\"raisingWater\":\"-420.226\",\"newRenewable\":\"3133.21\",\"sunlight\":\"757.541\",\"oil\":\"350.067\",\"once\":\"20250105154500\",\"gas\":\"20131.5\",\"coal\":\"14534.6\",\"newRenewablePlusWindPower\":\"3599.18\",\"btm\":\"419.397\",\"waterPower\":\"371.867\",\"seq\":0},{\"localCoal\":\"191.703\",\"ppa\":\"1325.96\",\"windPower\":\"451.627\",\"nuclearPower\":\"24189.1\",\"regDate\":\"2025-01-05 15:50\",\"raisingWater\":\"-419.867\",\"newRenewable\":\"3138.56\",\"sunlight\":\"722.779\",\"oil\":\"356.305\",\"once\":\"20250105155000\",\"gas\":\"20302.2\",\"coal\":\"14544.2\",\"newRenewablePlusWindPower\":\"3590.19\",\"btm\":\"400.148\",\"waterPower\":\"345.188\",\"seq\":0},{\"localCoal\":\"193.094\",\"ppa\":\"1317.96\",\"windPower\":\"450.143\",\"nuclearPower\":\"24173.0\",\"regDate\":\"2025-01-05 15:55\",\"raisingWater\":\"-420.346\",\"newRenewable\":\"3139.82\",\"sunlight\":\"702.94\",\"oil\":\"363.268\",\"once\":\"20250105155500\",\"gas\":\"20642.5\",\"coal\":\"14590.9\",\"newRenewablePlusWindPower\":\"3589.96\",\"btm\":\"389.111\",\"waterPower\":\"286.442\",\"seq\":0},{\"localCoal\":\"193.076\",\"ppa\":\"1208.7\",\"windPower\":\"432.687\",\"nuclearPower\":\"24179.8\",\"regDate\":\"2025-01-05 16:00\",\"raisingWater\":\"-418.311\",\"newRenewable\":\"3135.82\",\"sunlight\":\"657.667\",\"oil\":\"364.509\",\"once\":\"20250105160000\",\"gas\":\"20491.9\",\"coal\":\"14679.3\",\"newRenewablePlusWindPower\":\"3568.51\",\"btm\":\"364.101\",\"waterPower\":\"313.574\",\"seq\":0},{\"localCoal\":\"191.959\",\"ppa\":\"1186.5\",\"windPower\":\"430.974\",\"nuclearPower\":\"24184.5\",\"regDate\":\"2025-01-05 16:05\",\"raisingWater\":\"-419.149\",\"newRenewable\":\"3183.22\",\"sunlight\":\"664.524\",\"oil\":\"363.139\",\"once\":\"20250105160500\",\"gas\":\"20184.7\",\"coal\":\"14561.9\",\"newRenewablePlusWindPower\":\"3614.19\",\"btm\":\"367.454\",\"waterPower\":\"361.895\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"1108.47\",\"windPower\":\"408.765\",\"nuclearPower\":\"24167.8\",\"regDate\":\"2025-01-05 16:10\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3216.01\",\"sunlight\":\"616.197\",\"oil\":\"363.314\",\"once\":\"20250105161000\",\"gas\":\"19945.2\",\"coal\":\"14543.5\",\"newRenewablePlusWindPower\":\"3624.77\",\"btm\":\"341.142\",\"waterPower\":\"341.57\",\"seq\":0},{\"localCoal\":\"191.904\",\"ppa\":\"975.762\",\"windPower\":\"411.999\",\"nuclearPower\":\"24162.7\",\"regDate\":\"2025-01-05 16:15\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3455.13\",\"sunlight\":\"543.873\",\"oil\":\"362.646\",\"once\":\"20250105161500\",\"gas\":\"20045.9\",\"coal\":\"14608.2\",\"newRenewablePlusWindPower\":\"3867.13\",\"btm\":\"301.045\",\"waterPower\":\"372.413\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"881.21\",\"windPower\":\"397.056\",\"nuclearPower\":\"24162.8\",\"regDate\":\"2025-01-05 16:20\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3638.6\",\"sunlight\":\"485.55\",\"oil\":\"363.335\",\"once\":\"20250105162000\",\"gas\":\"20253.8\",\"coal\":\"14599.9\",\"newRenewablePlusWindPower\":\"4035.65\",\"btm\":\"268.868\",\"waterPower\":\"340.453\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"836.731\",\"windPower\":\"386.257\",\"nuclearPower\":\"24188.5\",\"regDate\":\"2025-01-05 16:25\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3706.9\",\"sunlight\":\"460.607\",\"oil\":\"363.225\",\"once\":\"20250105162500\",\"gas\":\"20360.4\",\"coal\":\"14626.9\",\"newRenewablePlusWindPower\":\"4093.15\",\"btm\":\"255.004\",\"waterPower\":\"363.175\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"748.237\",\"windPower\":\"392.203\",\"nuclearPower\":\"24151.5\",\"regDate\":\"2025-01-05 16:30\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3725.18\",\"sunlight\":\"410.101\",\"oil\":\"363.111\",\"once\":\"20250105163000\",\"gas\":\"20398.5\",\"coal\":\"14636.4\",\"newRenewablePlusWindPower\":\"4117.38\",\"btm\":\"227.042\",\"waterPower\":\"375.912\",\"seq\":0},{\"localCoal\":\"193.296\",\"ppa\":\"695.914\",\"windPower\":\"375.616\",\"nuclearPower\":\"24155.9\",\"regDate\":\"2025-01-05 16:35\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3699.56\",\"sunlight\":\"386.596\",\"oil\":\"362.973\",\"once\":\"20250105163500\",\"gas\":\"20502.0\",\"coal\":\"14509.6\",\"newRenewablePlusWindPower\":\"4075.17\",\"btm\":\"214.029\",\"waterPower\":\"371.888\",\"seq\":0},{\"localCoal\":\"191.831\",\"ppa\":\"640.316\",\"windPower\":\"369.501\",\"nuclearPower\":\"24176.8\",\"regDate\":\"2025-01-05 16:40\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3698.05\",\"sunlight\":\"344.756\",\"oil\":\"363.216\",\"once\":\"20250105164000\",\"gas\":\"20946.6\",\"coal\":\"14698.8\",\"newRenewablePlusWindPower\":\"4067.56\",\"btm\":\"190.866\",\"waterPower\":\"370.717\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"561.675\",\"windPower\":\"373.273\",\"nuclearPower\":\"24170.2\",\"regDate\":\"2025-01-05 16:45\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3684.45\",\"sunlight\":\"307.627\",\"oil\":\"363.674\",\"once\":\"20250105164500\",\"gas\":\"21313.6\",\"coal\":\"14728.3\",\"newRenewablePlusWindPower\":\"4057.72\",\"btm\":\"170.31\",\"waterPower\":\"370.003\",\"seq\":0},{\"localCoal\":\"192.142\",\"ppa\":\"484.186\",\"windPower\":\"365.88\",\"nuclearPower\":\"24152.4\",\"regDate\":\"2025-01-05 16:50\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3656.47\",\"sunlight\":\"265.391\",\"oil\":\"363.661\",\"once\":\"20250105165000\",\"gas\":\"21164.3\",\"coal\":\"14630.0\",\"newRenewablePlusWindPower\":\"4022.35\",\"btm\":\"146.927\",\"waterPower\":\"345.846\",\"seq\":0},{\"localCoal\":\"193.57\",\"ppa\":\"413.237\",\"windPower\":\"359.138\",\"nuclearPower\":\"24164.2\",\"regDate\":\"2025-01-05 16:55\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3627.55\",\"sunlight\":\"223.414\",\"oil\":\"364.016\",\"once\":\"20250105165500\",\"gas\":\"21714.0\",\"coal\":\"14657.3\",\"newRenewablePlusWindPower\":\"3986.68\",\"btm\":\"123.632\",\"waterPower\":\"365.679\",\"seq\":0},{\"localCoal\":\"193.589\",\"ppa\":\"364.913\",\"windPower\":\"370.775\",\"nuclearPower\":\"24157.5\",\"regDate\":\"2025-01-05 17:00\",\"raisingWater\":\"0.0\",\"newRenewable\":\"3592.4\",\"sunlight\":\"199.96\",\"oil\":\"364.31\",\"once\":\"20250105170000\",\"gas\":\"22011.0\",\"coal\":\"14705.8\",\"newRenewablePlusWindPower\":\"3963.17\",\"btm\":\"110.703\",\"waterPower\":\"329.568\",\"seq\":0},{\"localCoal\":\"194.01\",\"ppa\":\"315.368\",\"windPower\":\"373.549\",\"nuclearPower\":\"24176.4\",\"regDate\":\"2025-01-05 17:05\",\"raisingWater\":\"164.011\",\"newRenewable\":\"3554.01\",\"sunlight\":\"181.266\",\"oil\":\"363.478\",\"once\":\"20250105170500\",\"gas\":\"22335.2\",\"coal\":\"14719.5\",\"newRenewablePlusWindPower\":\"3927.56\",\"btm\":\"100.354\",\"waterPower\":\"323.62\",\"seq\":0},{\"localCoal\":\"193.79\",\"ppa\":\"243.409\",\"windPower\":\"356.858\",\"nuclearPower\":\"24145.2\",\"regDate\":\"2025-01-05 17:10\",\"raisingWater\":\"393.721\",\"newRenewable\":\"3525.21\",\"sunlight\":\"144.13\",\"oil\":\"364.74\",\"once\":\"20250105171000\",\"gas\":\"22304.7\",\"coal\":\"14717.2\",\"newRenewablePlusWindPower\":\"3882.07\",\"btm\":\"79.7939\",\"waterPower\":\"328.215\",\"seq\":0},{\"localCoal\":\"193.222\",\"ppa\":\"163.029\",\"windPower\":\"345.267\",\"nuclearPower\":\"24164.5\",\"regDate\":\"2025-01-05 17:15\",\"raisingWater\":\"519.969\",\"newRenewable\":\"3507.49\",\"sunlight\":\"97.0092\",\"oil\":\"363.766\",\"once\":\"20250105171500\",\"gas\":\"22564.0\",\"coal\":\"14797.0\",\"newRenewablePlusWindPower\":\"3852.76\",\"btm\":\"53.7067\",\"waterPower\":\"317.711\",\"seq\":0},{\"localCoal\":\"191.959\",\"ppa\":\"118.869\",\"windPower\":\"342.304\",\"nuclearPower\":\"24156.7\",\"regDate\":\"2025-01-05 17:20\",\"raisingWater\":\"522.492\",\"newRenewable\":\"3502.25\",\"sunlight\":\"67.4273\",\"oil\":\"363.315\",\"once\":\"20250105172000\",\"gas\":\"22382.2\",\"coal\":\"14818.1\",\"newRenewablePlusWindPower\":\"3844.56\",\"btm\":\"37.3294\",\"waterPower\":\"311.478\",\"seq\":0},{\"localCoal\":\"192.417\",\"ppa\":\"12.8709\",\"windPower\":\"343.144\",\"nuclearPower\":\"24164.3\",\"regDate\":\"2025-01-05 17:25\",\"raisingWater\":\"529.515\",\"newRenewable\":\"3490.41\",\"sunlight\":\"0.0\",\"oil\":\"363.591\",\"once\":\"20250105172500\",\"gas\":\"22764.9\",\"coal\":\"14780.2\",\"newRenewablePlusWindPower\":\"3833.55\",\"btm\":\"0\",\"waterPower\":\"325.164\",\"seq\":0},{\"localCoal\":\"190.586\",\"ppa\":\"0\",\"windPower\":\"365.388\",\"nuclearPower\":\"24144.2\",\"regDate\":\"2025-01-05 17:30\",\"raisingWater\":\"535.731\",\"newRenewable\":\"3466.91\",\"sunlight\":\"0.0\",\"oil\":\"363.596\",\"once\":\"20250105173000\",\"gas\":\"23010.9\",\"coal\":\"14770.6\",\"newRenewablePlusWindPower\":\"3832.29\",\"btm\":\"0\",\"waterPower\":\"325.283\",\"seq\":0},{\"localCoal\":\"191.758\",\"ppa\":\"26.2838\",\"windPower\":\"367.731\",\"nuclearPower\":\"24134.7\",\"regDate\":\"2025-01-05 17:35\",\"raisingWater\":\"937.306\",\"newRenewable\":\"3420.95\",\"sunlight\":\"17.1478\",\"oil\":\"363.831\",\"once\":\"20250105173500\",\"gas\":\"22779.4\",\"coal\":\"14859.4\",\"newRenewablePlusWindPower\":\"3788.68\",\"btm\":\"9.49344\",\"waterPower\":\"318.778\",\"seq\":0},{\"localCoal\":\"191.025\",\"ppa\":\"16.547\",\"windPower\":\"375.927\",\"nuclearPower\":\"24169.9\",\"regDate\":\"2025-01-05 17:40\",\"raisingWater\":\"939.786\",\"newRenewable\":\"3459.22\",\"sunlight\":\"9.69618\",\"oil\":\"362.026\",\"once\":\"20250105174000\",\"gas\":\"23009.8\",\"coal\":\"14838.8\",\"newRenewablePlusWindPower\":\"3835.14\",\"btm\":\"5.36805\",\"waterPower\":\"327.892\",\"seq\":0},{\"localCoal\":\"191.245\",\"ppa\":\"21.7757\",\"windPower\":\"373.002\",\"nuclearPower\":\"24131.2\",\"regDate\":\"2025-01-05 17:45\",\"raisingWater\":\"1375.72\",\"newRenewable\":\"3447.06\",\"sunlight\":\"15.624\",\"oil\":\"361.349\",\"once\":\"20250105174500\",\"gas\":\"22861.9\",\"coal\":\"14823.3\",\"newRenewablePlusWindPower\":\"3820.06\",\"btm\":\"8.64982\",\"waterPower\":\"325.953\",\"seq\":0},{\"localCoal\":\"192.838\",\"ppa\":\"24.8116\",\"windPower\":\"367.37\",\"nuclearPower\":\"24206.0\",\"regDate\":\"2025-01-05 17:50\",\"raisingWater\":\"1389.46\",\"newRenewable\":\"3437.6\",\"sunlight\":\"17.5567\",\"oil\":\"363.082\",\"once\":\"20250105175000\",\"gas\":\"23042.6\",\"coal\":\"14887.8\",\"newRenewablePlusWindPower\":\"3804.97\",\"btm\":\"9.71984\",\"waterPower\":\"286.321\",\"seq\":0},{\"localCoal\":\"191.355\",\"ppa\":\"28.8873\",\"windPower\":\"369.952\",\"nuclearPower\":\"24183.2\",\"regDate\":\"2025-01-05 17:55\",\"raisingWater\":\"1388.93\",\"newRenewable\":\"3418.34\",\"sunlight\":\"20.6998\",\"oil\":\"363.214\",\"once\":\"20250105175500\",\"gas\":\"23097.6\",\"coal\":\"14972.7\",\"newRenewablePlusWindPower\":\"3788.29\",\"btm\":\"11.5153\",\"waterPower\":\"280.46\",\"seq\":0},{\"localCoal\":\"192.435\",\"ppa\":\"27.393\",\"windPower\":\"369.12\",\"nuclearPower\":\"24168.9\",\"regDate\":\"2025-01-05 18:00\",\"raisingWater\":\"1391.25\",\"newRenewable\":\"3411.66\",\"sunlight\":\"21.0216\",\"oil\":\"363.602\",\"once\":\"20250105180000\",\"gas\":\"23232.0\",\"coal\":\"14929.4\",\"newRenewablePlusWindPower\":\"3780.78\",\"btm\":\"11.6381\",\"waterPower\":\"286.773\",\"seq\":0},{\"localCoal\":\"194.083\",\"ppa\":\"30.7639\",\"windPower\":\"396.499\",\"nuclearPower\":\"24174.1\",\"regDate\":\"2025-01-05 18:05\",\"raisingWater\":\"1374.12\",\"newRenewable\":\"3404.82\",\"sunlight\":\"22.8437\",\"oil\":\"363.612\",\"once\":\"20250105180500\",\"gas\":\"23109.4\",\"coal\":\"14851.2\",\"newRenewablePlusWindPower\":\"3801.31\",\"btm\":\"12.6468\",\"waterPower\":\"285.458\",\"seq\":0},{\"localCoal\":\"192.38\",\"ppa\":\"30.7707\",\"windPower\":\"406.653\",\"nuclearPower\":\"24159.1\",\"regDate\":\"2025-01-05 18:10\",\"raisingWater\":\"1380.13\",\"newRenewable\":\"3393.38\",\"sunlight\":\"22.5842\",\"oil\":\"363.175\",\"once\":\"20250105181000\",\"gas\":\"23083.1\",\"coal\":\"14863.5\",\"newRenewablePlusWindPower\":\"3800.03\",\"btm\":\"12.5032\",\"waterPower\":\"282.353\",\"seq\":0},{\"localCoal\":\"192.929\",\"ppa\":\"30.1746\",\"windPower\":\"408.84\",\"nuclearPower\":\"24169.1\",\"regDate\":\"2025-01-05 18:15\",\"raisingWater\":\"1392.15\",\"newRenewable\":\"3417.66\",\"sunlight\":\"19.4275\",\"oil\":\"363.358\",\"once\":\"20250105181500\",\"gas\":\"22969.8\",\"coal\":\"14960.7\",\"newRenewablePlusWindPower\":\"3826.5\",\"btm\":\"10.7556\",\"waterPower\":\"279.168\",\"seq\":0},{\"localCoal\":\"193.607\",\"ppa\":\"31.1248\",\"windPower\":\"403.449\",\"nuclearPower\":\"24134.7\",\"regDate\":\"2025-01-05 18:20\",\"raisingWater\":\"1381.98\",\"newRenewable\":\"3432.0\",\"sunlight\":\"19.6174\",\"oil\":\"363.124\",\"once\":\"20250105182000\",\"gas\":\"23131.0\",\"coal\":\"14876.1\",\"newRenewablePlusWindPower\":\"3835.45\",\"btm\":\"10.8607\",\"waterPower\":\"276.753\",\"seq\":0},{\"localCoal\":\"193.222\",\"ppa\":\"25.6389\",\"windPower\":\"396.95\",\"nuclearPower\":\"24190.5\",\"regDate\":\"2025-01-05 18:25\",\"raisingWater\":\"1377.06\",\"newRenewable\":\"3440.75\",\"sunlight\":\"14.7366\",\"oil\":\"363.772\",\"once\":\"20250105182500\",\"gas\":\"23168.2\",\"coal\":\"14906.8\",\"newRenewablePlusWindPower\":\"3837.7\",\"btm\":\"8.15857\",\"waterPower\":\"277.955\",\"seq\":0},{\"localCoal\":\"192.984\",\"ppa\":\"26.2322\",\"windPower\":\"395.697\",\"nuclearPower\":\"24153.2\",\"regDate\":\"2025-01-05 18:30\",\"raisingWater\":\"1403.42\",\"newRenewable\":\"3435.89\",\"sunlight\":\"13.5954\",\"oil\":\"363.759\",\"once\":\"20250105183000\",\"gas\":\"22967.7\",\"coal\":\"14911.2\",\"newRenewablePlusWindPower\":\"3831.59\",\"btm\":\"7.52673\",\"waterPower\":\"286.357\",\"seq\":0},{\"localCoal\":\"192.527\",\"ppa\":\"35.8471\",\"windPower\":\"393.809\",\"nuclearPower\":\"24177.1\",\"regDate\":\"2025-01-05 18:35\",\"raisingWater\":\"1382.6\",\"newRenewable\":\"3421.25\",\"sunlight\":\"21.2186\",\"oil\":\"362.826\",\"once\":\"20250105183500\",\"gas\":\"22967.6\",\"coal\":\"14809.9\",\"newRenewablePlusWindPower\":\"3815.06\",\"btm\":\"11.7471\",\"waterPower\":\"281.604\",\"seq\":0},{\"localCoal\":\"192.728\",\"ppa\":\"36.3436\",\"windPower\":\"392.791\",\"nuclearPower\":\"24194.8\",\"regDate\":\"2025-01-05 18:40\",\"raisingWater\":\"1367.49\",\"newRenewable\":\"3415.3\",\"sunlight\":\"22.147\",\"oil\":\"362.895\",\"once\":\"20250105184000\",\"gas\":\"22839.2\",\"coal\":\"14830.8\",\"newRenewablePlusWindPower\":\"3808.09\",\"btm\":\"12.2611\",\"waterPower\":\"278.87\",\"seq\":0},{\"localCoal\":\"193.699\",\"ppa\":\"37.0612\",\"windPower\":\"384.349\",\"nuclearPower\":\"24169.6\",\"regDate\":\"2025-01-05 18:45\",\"raisingWater\":\"1381.18\",\"newRenewable\":\"3419.01\",\"sunlight\":\"22.4842\",\"oil\":\"364.155\",\"once\":\"20250105184500\",\"gas\":\"22763.6\",\"coal\":\"14817.6\",\"newRenewablePlusWindPower\":\"3803.36\",\"btm\":\"12.4478\",\"waterPower\":\"279.684\",\"seq\":0},{\"localCoal\":\"190.952\",\"ppa\":\"34.9248\",\"windPower\":\"363.385\",\"nuclearPower\":\"24180.4\",\"regDate\":\"2025-01-05 18:50\",\"raisingWater\":\"1390.97\",\"newRenewable\":\"3425.37\",\"sunlight\":\"21.7964\",\"oil\":\"362.708\",\"once\":\"20250105185000\",\"gas\":\"22826.9\",\"coal\":\"14915.2\",\"newRenewablePlusWindPower\":\"3788.75\",\"btm\":\"12.067\",\"waterPower\":\"208.612\",\"seq\":0},{\"localCoal\":\"193.424\",\"ppa\":\"30.583\",\"windPower\":\"369.955\",\"nuclearPower\":\"24214.4\",\"regDate\":\"2025-01-05 18:55\",\"raisingWater\":\"1376.13\",\"newRenewable\":\"3422.35\",\"sunlight\":\"20.6323\",\"oil\":\"362.999\",\"once\":\"20250105185500\",\"gas\":\"22673.4\",\"coal\":\"14872.9\",\"newRenewablePlusWindPower\":\"3792.3\",\"btm\":\"11.4225\",\"waterPower\":\"206.65\",\"seq\":0},{\"localCoal\":\"193.094\",\"ppa\":\"0\",\"windPower\":\"380.291\",\"nuclearPower\":\"24176.1\",\"regDate\":\"2025-01-05 19:00\",\"raisingWater\":\"1381.12\",\"newRenewable\":\"3415.4\",\"sunlight\":\"0.0\",\"oil\":\"361.086\",\"once\":\"20250105190000\",\"gas\":\"22621.1\",\"coal\":\"14900.7\",\"newRenewablePlusWindPower\":\"3795.69\",\"btm\":\"0\",\"waterPower\":\"210.968\",\"seq\":0},{\"localCoal\":\"192.636\",\"ppa\":\"0\",\"windPower\":\"370.562\",\"nuclearPower\":\"24156.6\",\"regDate\":\"2025-01-05 19:05\",\"raisingWater\":\"1546.88\",\"newRenewable\":\"3410.18\",\"sunlight\":\"0.0\",\"oil\":\"361.936\",\"once\":\"20250105190500\",\"gas\":\"22655.0\",\"coal\":\"14977.5\",\"newRenewablePlusWindPower\":\"3780.74\",\"btm\":\"0\",\"waterPower\":\"213.499\",\"seq\":0},{\"localCoal\":\"192.636\",\"ppa\":\"0\",\"windPower\":\"382.182\",\"nuclearPower\":\"24157.6\",\"regDate\":\"2025-01-05 19:10\",\"raisingWater\":\"1521.46\",\"newRenewable\":\"3420.9\",\"sunlight\":\"0.0\",\"oil\":\"361.932\",\"once\":\"20250105191000\",\"gas\":\"22522.1\",\"coal\":\"14871.1\",\"newRenewablePlusWindPower\":\"3803.08\",\"btm\":\"0\",\"waterPower\":\"210.319\",\"seq\":0},{\"localCoal\":\"192.636\",\"ppa\":\"0\",\"windPower\":\"380.406\",\"nuclearPower\":\"24155.2\",\"regDate\":\"2025-01-05 19:15\",\"raisingWater\":\"1305.48\",\"newRenewable\":\"3427.53\",\"sunlight\":\"0.0\",\"oil\":\"363.469\",\"once\":\"20250105191500\",\"gas\":\"22457.5\",\"coal\":\"14906.7\",\"newRenewablePlusWindPower\":\"3807.94\",\"btm\":\"0\",\"waterPower\":\"214.224\",\"seq\":0},{\"localCoal\":\"192.801\",\"ppa\":\"0\",\"windPower\":\"385.446\",\"nuclearPower\":\"24165.7\",\"regDate\":\"2025-01-05 19:20\",\"raisingWater\":\"1259.4\",\"newRenewable\":\"3434.15\",\"sunlight\":\"0.0\",\"oil\":\"361.968\",\"once\":\"20250105192000\",\"gas\":\"22468.3\",\"coal\":\"14938.1\",\"newRenewablePlusWindPower\":\"3819.59\",\"btm\":\"0\",\"waterPower\":\"209.695\",\"seq\":0},{\"localCoal\":\"192.893\",\"ppa\":\"0\",\"windPower\":\"368.16\",\"nuclearPower\":\"24171.0\",\"regDate\":\"2025-01-05 19:25\",\"raisingWater\":\"1259.35\",\"newRenewable\":\"3422.09\",\"sunlight\":\"0.0\",\"oil\":\"362.25\",\"once\":\"20250105192500\",\"gas\":\"22441.9\",\"coal\":\"14878.3\",\"newRenewablePlusWindPower\":\"3790.25\",\"btm\":\"0\",\"waterPower\":\"205.009\",\"seq\":0},{\"localCoal\":\"193.662\",\"ppa\":\"0\",\"windPower\":\"379.804\",\"nuclearPower\":\"24158.8\",\"regDate\":\"2025-01-05 19:30\",\"raisingWater\":\"1302.98\",\"newRenewable\":\"3423.72\",\"sunlight\":\"0.0\",\"oil\":\"362.493\",\"once\":\"20250105193000\",\"gas\":\"22404.5\",\"coal\":\"14839.4\",\"newRenewablePlusWindPower\":\"3803.53\",\"btm\":\"0\",\"waterPower\":\"214.713\",\"seq\":0},{\"localCoal\":\"193.753\",\"ppa\":\"0\",\"windPower\":\"359.892\",\"nuclearPower\":\"24201.5\",\"regDate\":\"2025-01-05 19:35\",\"raisingWater\":\"1228.57\",\"newRenewable\":\"3424.47\",\"sunlight\":\"0.0\",\"oil\":\"362.516\",\"once\":\"20250105193500\",\"gas\":\"22215.5\",\"coal\":\"14825.4\",\"newRenewablePlusWindPower\":\"3784.36\",\"btm\":\"0\",\"waterPower\":\"202.077\",\"seq\":0},{\"localCoal\":\"192.801\",\"ppa\":\"0\",\"windPower\":\"395.03\",\"nuclearPower\":\"24169.7\",\"regDate\":\"2025-01-05 19:40\",\"raisingWater\":\"1238.19\",\"newRenewable\":\"3414.14\",\"sunlight\":\"0.0\",\"oil\":\"363.071\",\"once\":\"20250105194000\",\"gas\":\"22052.3\",\"coal\":\"14867.7\",\"newRenewablePlusWindPower\":\"3809.17\",\"btm\":\"0\",\"waterPower\":\"206.471\",\"seq\":0},{\"localCoal\":\"192.417\",\"ppa\":\"0\",\"windPower\":\"409.377\",\"nuclearPower\":\"24164.7\",\"regDate\":\"2025-01-05 19:45\",\"raisingWater\":\"1091.98\",\"newRenewable\":\"3422.09\",\"sunlight\":\"0.0\",\"oil\":\"362.617\",\"once\":\"20250105194500\",\"gas\":\"22184.1\",\"coal\":\"14931.2\",\"newRenewablePlusWindPower\":\"3831.46\",\"btm\":\"0\",\"waterPower\":\"211.018\",\"seq\":0},{\"localCoal\":\"191.025\",\"ppa\":\"0\",\"windPower\":\"400.987\",\"nuclearPower\":\"24156.4\",\"regDate\":\"2025-01-05 19:50\",\"raisingWater\":\"1038.85\",\"newRenewable\":\"3420.34\",\"sunlight\":\"0.0\",\"oil\":\"363.247\",\"once\":\"20250105195000\",\"gas\":\"21947.2\",\"coal\":\"14962.1\",\"newRenewablePlusWindPower\":\"3821.33\",\"btm\":\"0\",\"waterPower\":\"208.609\",\"seq\":0},{\"localCoal\":\"192.527\",\"ppa\":\"0\",\"windPower\":\"407.896\",\"nuclearPower\":\"24168.8\",\"regDate\":\"2025-01-05 19:55\",\"raisingWater\":\"1073.01\",\"newRenewable\":\"3417.81\",\"sunlight\":\"0.0\",\"oil\":\"361.608\",\"once\":\"20250105195500\",\"gas\":\"21826.3\",\"coal\":\"14907.0\",\"newRenewablePlusWindPower\":\"3825.71\",\"btm\":\"0\",\"waterPower\":\"210.411\",\"seq\":0},{\"localCoal\":\"192.893\",\"ppa\":\"0\",\"windPower\":\"388.231\",\"nuclearPower\":\"24155.9\",\"regDate\":\"2025-01-05 20:00\",\"raisingWater\":\"1064.16\",\"newRenewable\":\"3409.03\",\"sunlight\":\"0.0\",\"oil\":\"363.228\",\"once\":\"20250105200000\",\"gas\":\"21716.4\",\"coal\":\"15013.7\",\"newRenewablePlusWindPower\":\"3797.27\",\"btm\":\"0\",\"waterPower\":\"207.967\",\"seq\":0},{\"localCoal\":\"192.051\",\"ppa\":\"0\",\"windPower\":\"369.257\",\"nuclearPower\":\"24168.2\",\"regDate\":\"2025-01-05 20:05\",\"raisingWater\":\"1028.27\",\"newRenewable\":\"3408.22\",\"sunlight\":\"0.0\",\"oil\":\"361.629\",\"once\":\"20250105200500\",\"gas\":\"21674.5\",\"coal\":\"14897.4\",\"newRenewablePlusWindPower\":\"3777.48\",\"btm\":\"0\",\"waterPower\":\"241.604\",\"seq\":0},{\"localCoal\":\"193.589\",\"ppa\":\"0\",\"windPower\":\"387.884\",\"nuclearPower\":\"24170.6\",\"regDate\":\"2025-01-05 20:10\",\"raisingWater\":\"1069.51\",\"newRenewable\":\"3414.25\",\"sunlight\":\"0.0\",\"oil\":\"362.662\",\"once\":\"20250105201000\",\"gas\":\"21682.8\",\"coal\":\"14882.8\",\"newRenewablePlusWindPower\":\"3802.14\",\"btm\":\"0\",\"waterPower\":\"251.277\",\"seq\":0},{\"localCoal\":\"193.735\",\"ppa\":\"0\",\"windPower\":\"385.674\",\"nuclearPower\":\"24169.6\",\"regDate\":\"2025-01-05 20:15\",\"raisingWater\":\"1034.91\",\"newRenewable\":\"3414.45\",\"sunlight\":\"0.0\",\"oil\":\"362.548\",\"once\":\"20250105201500\",\"gas\":\"21440.2\",\"coal\":\"14869.7\",\"newRenewablePlusWindPower\":\"3800.12\",\"btm\":\"0\",\"waterPower\":\"245.796\",\"seq\":0},{\"localCoal\":\"191.776\",\"ppa\":\"0\",\"windPower\":\"389.992\",\"nuclearPower\":\"24185.6\",\"regDate\":\"2025-01-05 20:20\",\"raisingWater\":\"1088.81\",\"newRenewable\":\"3411.05\",\"sunlight\":\"0.0\",\"oil\":\"363.946\",\"once\":\"20250105202000\",\"gas\":\"21531.9\",\"coal\":\"14923.8\",\"newRenewablePlusWindPower\":\"3801.05\",\"btm\":\"0\",\"waterPower\":\"257.086\",\"seq\":0},{\"localCoal\":\"193.406\",\"ppa\":\"0\",\"windPower\":\"373.388\",\"nuclearPower\":\"24180.9\",\"regDate\":\"2025-01-05 20:25\",\"raisingWater\":\"1068.14\",\"newRenewable\":\"3410.78\",\"sunlight\":\"0.0\",\"oil\":\"363.032\",\"once\":\"20250105202500\",\"gas\":\"21449.1\",\"coal\":\"14849.9\",\"newRenewablePlusWindPower\":\"3784.17\",\"btm\":\"0\",\"waterPower\":\"250.5\",\"seq\":0},{\"localCoal\":\"192.527\",\"ppa\":\"0\",\"windPower\":\"370.487\",\"nuclearPower\":\"24173.4\",\"regDate\":\"2025-01-05 20:30\",\"raisingWater\":\"1040.67\",\"newRenewable\":\"3397.36\",\"sunlight\":\"0.0\",\"oil\":\"363.96\",\"once\":\"20250105203000\",\"gas\":\"21343.7\",\"coal\":\"14865.7\",\"newRenewablePlusWindPower\":\"3767.85\",\"btm\":\"0\",\"waterPower\":\"244.602\",\"seq\":0},{\"localCoal\":\"190.915\",\"ppa\":\"0\",\"windPower\":\"372.568\",\"nuclearPower\":\"24166.1\",\"regDate\":\"2025-01-05 20:35\",\"raisingWater\":\"1039.21\",\"newRenewable\":\"3396.42\",\"sunlight\":\"0.0\",\"oil\":\"363.862\",\"once\":\"20250105203500\",\"gas\":\"21098.8\",\"coal\":\"14840.4\",\"newRenewablePlusWindPower\":\"3768.99\",\"btm\":\"0\",\"waterPower\":\"247.437\",\"seq\":0},{\"localCoal\":\"192.545\",\"ppa\":\"0\",\"windPower\":\"366.65\",\"nuclearPower\":\"24191.7\",\"regDate\":\"2025-01-05 20:40\",\"raisingWater\":\"1102.78\",\"newRenewable\":\"3395.05\",\"sunlight\":\"0.0\",\"oil\":\"365.201\",\"once\":\"20250105204000\",\"gas\":\"20972.2\",\"coal\":\"14892.7\",\"newRenewablePlusWindPower\":\"3761.7\",\"btm\":\"0\",\"waterPower\":\"257.63\",\"seq\":0},{\"localCoal\":\"193.442\",\"ppa\":\"0\",\"windPower\":\"361.899\",\"nuclearPower\":\"24168.6\",\"regDate\":\"2025-01-05 20:45\",\"raisingWater\":\"1061.43\",\"newRenewable\":\"3398.73\",\"sunlight\":\"0.0\",\"oil\":\"364.206\",\"once\":\"20250105204500\",\"gas\":\"21056.6\",\"coal\":\"14999.5\",\"newRenewablePlusWindPower\":\"3760.63\",\"btm\":\"0\",\"waterPower\":\"250.522\",\"seq\":0},{\"localCoal\":\"194.23\",\"ppa\":\"0\",\"windPower\":\"354.807\",\"nuclearPower\":\"24184.1\",\"regDate\":\"2025-01-05 20:50\",\"raisingWater\":\"1089.88\",\"newRenewable\":\"3392.83\",\"sunlight\":\"0.0\",\"oil\":\"365.684\",\"once\":\"20250105205000\",\"gas\":\"21002.2\",\"coal\":\"14909.7\",\"newRenewablePlusWindPower\":\"3747.63\",\"btm\":\"0\",\"waterPower\":\"252.81\",\"seq\":0},{\"localCoal\":\"193.79\",\"ppa\":\"0\",\"windPower\":\"355.322\",\"nuclearPower\":\"24159.7\",\"regDate\":\"2025-01-05 20:55\",\"raisingWater\":\"1078.22\",\"newRenewable\":\"3391.43\",\"sunlight\":\"0.0\",\"oil\":\"365.518\",\"once\":\"20250105205500\",\"gas\":\"20741.9\",\"coal\":\"14875.4\",\"newRenewablePlusWindPower\":\"3746.75\",\"btm\":\"0\",\"waterPower\":\"252.049\",\"seq\":0},{\"localCoal\":\"192.289\",\"ppa\":\"0\",\"windPower\":\"368.897\",\"nuclearPower\":\"24144.6\",\"regDate\":\"2025-01-05 21:00\",\"raisingWater\":\"1054.75\",\"newRenewable\":\"3388.49\",\"sunlight\":\"0.0\",\"oil\":\"366.059\",\"once\":\"20250105210000\",\"gas\":\"20534.4\",\"coal\":\"14969.0\",\"newRenewablePlusWindPower\":\"3757.38\",\"btm\":\"0\",\"waterPower\":\"253.244\",\"seq\":0},{\"localCoal\":\"193.57\",\"ppa\":\"0\",\"windPower\":\"367.411\",\"nuclearPower\":\"24171.8\",\"regDate\":\"2025-01-05 21:05\",\"raisingWater\":\"1082.64\",\"newRenewable\":\"3382.07\",\"sunlight\":\"0.0\",\"oil\":\"365.067\",\"once\":\"20250105210500\",\"gas\":\"20194.8\",\"coal\":\"14844.8\",\"newRenewablePlusWindPower\":\"3749.48\",\"btm\":\"0\",\"waterPower\":\"251.977\",\"seq\":0},{\"localCoal\":\"191.428\",\"ppa\":\"0\",\"windPower\":\"381.618\",\"nuclearPower\":\"24187.8\",\"regDate\":\"2025-01-05 21:10\",\"raisingWater\":\"1094.59\",\"newRenewable\":\"3380.32\",\"sunlight\":\"0.0\",\"oil\":\"365.897\",\"once\":\"20250105211000\",\"gas\":\"20151.8\",\"coal\":\"14969.0\",\"newRenewablePlusWindPower\":\"3761.93\",\"btm\":\"0\",\"waterPower\":\"260.611\",\"seq\":0},{\"localCoal\":\"191.904\",\"ppa\":\"0\",\"windPower\":\"377.355\",\"nuclearPower\":\"24177.4\",\"regDate\":\"2025-01-05 21:15\",\"raisingWater\":\"1014.7\",\"newRenewable\":\"3373.35\",\"sunlight\":\"0.0\",\"oil\":\"364.606\",\"once\":\"20250105211500\",\"gas\":\"20059.6\",\"coal\":\"14852.2\",\"newRenewablePlusWindPower\":\"3750.7\",\"btm\":\"0\",\"waterPower\":\"240.238\",\"seq\":0},{\"localCoal\":\"192.179\",\"ppa\":\"0\",\"windPower\":\"367.716\",\"nuclearPower\":\"24175.9\",\"regDate\":\"2025-01-05 21:20\",\"raisingWater\":\"1073.26\",\"newRenewable\":\"3372.35\",\"sunlight\":\"0.0\",\"oil\":\"364.706\",\"once\":\"20250105212000\",\"gas\":\"19797.8\",\"coal\":\"14827.9\",\"newRenewablePlusWindPower\":\"3740.07\",\"btm\":\"0\",\"waterPower\":\"250.463\",\"seq\":0},{\"localCoal\":\"192.472\",\"ppa\":\"0\",\"windPower\":\"358.94\",\"nuclearPower\":\"24183.3\",\"regDate\":\"2025-01-05 21:25\",\"raisingWater\":\"994.249\",\"newRenewable\":\"3367.88\",\"sunlight\":\"0.0\",\"oil\":\"365.0\",\"once\":\"20250105212500\",\"gas\":\"19778.4\",\"coal\":\"14777.2\",\"newRenewablePlusWindPower\":\"3726.82\",\"btm\":\"0\",\"waterPower\":\"240.401\",\"seq\":0},{\"localCoal\":\"191.611\",\"ppa\":\"0\",\"windPower\":\"367.0\",\"nuclearPower\":\"24157.8\",\"regDate\":\"2025-01-05 21:30\",\"raisingWater\":\"1105.48\",\"newRenewable\":\"3347.86\",\"sunlight\":\"0.0\",\"oil\":\"363.631\",\"once\":\"20250105213000\",\"gas\":\"19913.5\",\"coal\":\"14887.3\",\"newRenewablePlusWindPower\":\"3714.86\",\"btm\":\"0\",\"waterPower\":\"251.38\",\"seq\":0},{\"localCoal\":\"192.344\",\"ppa\":\"0\",\"windPower\":\"374.939\",\"nuclearPower\":\"24203.5\",\"regDate\":\"2025-01-05 21:35\",\"raisingWater\":\"1031.37\",\"newRenewable\":\"3349.35\",\"sunlight\":\"0.0\",\"oil\":\"364.105\",\"once\":\"20250105213500\",\"gas\":\"19654.5\",\"coal\":\"14871.5\",\"newRenewablePlusWindPower\":\"3724.29\",\"btm\":\"0\",\"waterPower\":\"245.107\",\"seq\":0},{\"localCoal\":\"191.977\",\"ppa\":\"0\",\"windPower\":\"367.346\",\"nuclearPower\":\"24155.4\",\"regDate\":\"2025-01-05 21:40\",\"raisingWater\":\"1079.17\",\"newRenewable\":\"3343.2\",\"sunlight\":\"0.0\",\"oil\":\"363.265\",\"once\":\"20250105214000\",\"gas\":\"19575.4\",\"coal\":\"14872.1\",\"newRenewablePlusWindPower\":\"3710.54\",\"btm\":\"0\",\"waterPower\":\"250.389\",\"seq\":0},{\"localCoal\":\"192.911\",\"ppa\":\"0\",\"windPower\":\"378.451\",\"nuclearPower\":\"24194.1\",\"regDate\":\"2025-01-05 21:45\",\"raisingWater\":\"852.022\",\"newRenewable\":\"3343.79\",\"sunlight\":\"0.0\",\"oil\":\"364.416\",\"once\":\"20250105214500\",\"gas\":\"19798.2\",\"coal\":\"14903.9\",\"newRenewablePlusWindPower\":\"3722.24\",\"btm\":\"0\",\"waterPower\":\"242.278\",\"seq\":0},{\"localCoal\":\"191.758\",\"ppa\":\"0\",\"windPower\":\"381.915\",\"nuclearPower\":\"24188.9\",\"regDate\":\"2025-01-05 21:50\",\"raisingWater\":\"798.873\",\"newRenewable\":\"3336.49\",\"sunlight\":\"0.0\",\"oil\":\"363.456\",\"once\":\"20250105215000\",\"gas\":\"19370.0\",\"coal\":\"14830.2\",\"newRenewablePlusWindPower\":\"3718.4\",\"btm\":\"0\",\"waterPower\":\"233.194\",\"seq\":0},{\"localCoal\":\"191.318\",\"ppa\":\"0\",\"windPower\":\"379.939\",\"nuclearPower\":\"24156.2\",\"regDate\":\"2025-01-05 21:55\",\"raisingWater\":\"863.181\",\"newRenewable\":\"3334.89\",\"sunlight\":\"0.0\",\"oil\":\"364.077\",\"once\":\"20250105215500\",\"gas\":\"19446.2\",\"coal\":\"14915.8\",\"newRenewablePlusWindPower\":\"3714.83\",\"btm\":\"0\",\"waterPower\":\"240.337\",\"seq\":0},{\"localCoal\":\"192.051\",\"ppa\":\"0\",\"windPower\":\"392.434\",\"nuclearPower\":\"24165.7\",\"regDate\":\"2025-01-05 22:00\",\"raisingWater\":\"875.241\",\"newRenewable\":\"3327.99\",\"sunlight\":\"0.0\",\"oil\":\"364.928\",\"once\":\"20250105220000\",\"gas\":\"19615.1\",\"coal\":\"14945.1\",\"newRenewablePlusWindPower\":\"3720.42\",\"btm\":\"0\",\"waterPower\":\"248.136\",\"seq\":0},{\"localCoal\":\"192.197\",\"ppa\":\"0\",\"windPower\":\"400.036\",\"nuclearPower\":\"24169.9\",\"regDate\":\"2025-01-05 22:05\",\"raisingWater\":\"854.384\",\"newRenewable\":\"3319.88\",\"sunlight\":\"0.0\",\"oil\":\"364.482\",\"once\":\"20250105220500\",\"gas\":\"19895.9\",\"coal\":\"14909.4\",\"newRenewablePlusWindPower\":\"3719.92\",\"btm\":\"0\",\"waterPower\":\"241.583\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"0\",\"windPower\":\"404.564\",\"nuclearPower\":\"24150.7\",\"regDate\":\"2025-01-05 22:10\",\"raisingWater\":\"836.469\",\"newRenewable\":\"3312.43\",\"sunlight\":\"0.0\",\"oil\":\"364.008\",\"once\":\"20250105221000\",\"gas\":\"19938.2\",\"coal\":\"14906.6\",\"newRenewablePlusWindPower\":\"3717.0\",\"btm\":\"0\",\"waterPower\":\"237.936\",\"seq\":0},{\"localCoal\":\"193.259\",\"ppa\":\"0\",\"windPower\":\"379.915\",\"nuclearPower\":\"24146.8\",\"regDate\":\"2025-01-05 22:15\",\"raisingWater\":\"814.817\",\"newRenewable\":\"3305.77\",\"sunlight\":\"0.0\",\"oil\":\"364.559\",\"once\":\"20250105221500\",\"gas\":\"19971.8\",\"coal\":\"15015.5\",\"newRenewablePlusWindPower\":\"3685.68\",\"btm\":\"0\",\"waterPower\":\"248.014\",\"seq\":0},{\"localCoal\":\"193.314\",\"ppa\":\"0\",\"windPower\":\"385.55\",\"nuclearPower\":\"24188.4\",\"regDate\":\"2025-01-05 22:20\",\"raisingWater\":\"729.596\",\"newRenewable\":\"3297.85\",\"sunlight\":\"0.0\",\"oil\":\"363.853\",\"once\":\"20250105222000\",\"gas\":\"20129.5\",\"coal\":\"14994.6\",\"newRenewablePlusWindPower\":\"3683.4\",\"btm\":\"0\",\"waterPower\":\"199.699\",\"seq\":0},{\"localCoal\":\"192.838\",\"ppa\":\"0\",\"windPower\":\"398.197\",\"nuclearPower\":\"24169.6\",\"regDate\":\"2025-01-05 22:25\",\"raisingWater\":\"728.466\",\"newRenewable\":\"3305.82\",\"sunlight\":\"0.0\",\"oil\":\"363.962\",\"once\":\"20250105222500\",\"gas\":\"19947.9\",\"coal\":\"14977.7\",\"newRenewablePlusWindPower\":\"3704.02\",\"btm\":\"0\",\"waterPower\":\"197.662\",\"seq\":0},{\"localCoal\":\"194.394\",\"ppa\":\"0\",\"windPower\":\"408.872\",\"nuclearPower\":\"24133.6\",\"regDate\":\"2025-01-05 22:30\",\"raisingWater\":\"735.859\",\"newRenewable\":\"3300.46\",\"sunlight\":\"0.0\",\"oil\":\"364.404\",\"once\":\"20250105223000\",\"gas\":\"19858.7\",\"coal\":\"14959.1\",\"newRenewablePlusWindPower\":\"3709.33\",\"btm\":\"0\",\"waterPower\":\"200.638\",\"seq\":0},{\"localCoal\":\"192.563\",\"ppa\":\"0\",\"windPower\":\"407.016\",\"nuclearPower\":\"24151.1\",\"regDate\":\"2025-01-05 22:35\",\"raisingWater\":\"737.419\",\"newRenewable\":\"3292.85\",\"sunlight\":\"0.0\",\"oil\":\"363.392\",\"once\":\"20250105223500\",\"gas\":\"19949.8\",\"coal\":\"14918.1\",\"newRenewablePlusWindPower\":\"3699.87\",\"btm\":\"0\",\"waterPower\":\"115.798\",\"seq\":0},{\"localCoal\":\"192.82\",\"ppa\":\"0\",\"windPower\":\"407.101\",\"nuclearPower\":\"24173.6\",\"regDate\":\"2025-01-05 22:40\",\"raisingWater\":\"720.656\",\"newRenewable\":\"3289.28\",\"sunlight\":\"0.0\",\"oil\":\"364.19\",\"once\":\"20250105224000\",\"gas\":\"19575.5\",\"coal\":\"14890.4\",\"newRenewablePlusWindPower\":\"3696.38\",\"btm\":\"0\",\"waterPower\":\"39.2879\",\"seq\":0},{\"localCoal\":\"191.41\",\"ppa\":\"0\",\"windPower\":\"390.382\",\"nuclearPower\":\"24154.7\",\"regDate\":\"2025-01-05 22:45\",\"raisingWater\":\"739.031\",\"newRenewable\":\"3281.83\",\"sunlight\":\"0.0\",\"oil\":\"362.624\",\"once\":\"20250105224500\",\"gas\":\"19604.8\",\"coal\":\"14898.0\",\"newRenewablePlusWindPower\":\"3672.21\",\"btm\":\"0\",\"waterPower\":\"39.4359\",\"seq\":0},{\"localCoal\":\"189.853\",\"ppa\":\"0\",\"windPower\":\"382.7\",\"nuclearPower\":\"24147.0\",\"regDate\":\"2025-01-05 22:50\",\"raisingWater\":\"734.685\",\"newRenewable\":\"3278.0\",\"sunlight\":\"0.0\",\"oil\":\"362.858\",\"once\":\"20250105225000\",\"gas\":\"19548.0\",\"coal\":\"14899.8\",\"newRenewablePlusWindPower\":\"3660.7\",\"btm\":\"0\",\"waterPower\":\"39.4482\",\"seq\":0},{\"localCoal\":\"191.684\",\"ppa\":\"0\",\"windPower\":\"375.826\",\"nuclearPower\":\"24170.8\",\"regDate\":\"2025-01-05 22:55\",\"raisingWater\":\"729.511\",\"newRenewable\":\"3268.34\",\"sunlight\":\"0.0\",\"oil\":\"363.248\",\"once\":\"20250105225500\",\"gas\":\"19408.0\",\"coal\":\"14871.8\",\"newRenewablePlusWindPower\":\"3644.17\",\"btm\":\"0\",\"waterPower\":\"39.4033\",\"seq\":0},{\"localCoal\":\"190.879\",\"ppa\":\"0\",\"windPower\":\"382.195\",\"nuclearPower\":\"24187.0\",\"regDate\":\"2025-01-05 23:00\",\"raisingWater\":\"768.727\",\"newRenewable\":\"3256.59\",\"sunlight\":\"0.0\",\"oil\":\"364.105\",\"once\":\"20250105230000\",\"gas\":\"19565.2\",\"coal\":\"15066.0\",\"newRenewablePlusWindPower\":\"3638.78\",\"btm\":\"0\",\"waterPower\":\"39.5655\",\"seq\":0},{\"localCoal\":\"190.659\",\"ppa\":\"0\",\"windPower\":\"371.972\",\"nuclearPower\":\"24168.4\",\"regDate\":\"2025-01-05 23:05\",\"raisingWater\":\"749.907\",\"newRenewable\":\"3188.17\",\"sunlight\":\"0.0\",\"oil\":\"364.249\",\"once\":\"20250105230500\",\"gas\":\"20393.7\",\"coal\":\"15148.3\",\"newRenewablePlusWindPower\":\"3560.14\",\"btm\":\"0\",\"waterPower\":\"39.4069\",\"seq\":0},{\"localCoal\":\"191.391\",\"ppa\":\"0\",\"windPower\":\"390.882\",\"nuclearPower\":\"24174.8\",\"regDate\":\"2025-01-05 23:10\",\"raisingWater\":\"742.367\",\"newRenewable\":\"3191.41\",\"sunlight\":\"0.0\",\"oil\":\"364.165\",\"once\":\"20250105231000\",\"gas\":\"20716.8\",\"coal\":\"15089.4\",\"newRenewablePlusWindPower\":\"3582.29\",\"btm\":\"0\",\"waterPower\":\"39.4469\",\"seq\":0},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105231500\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105232000\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105232500\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105233000\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105233500\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105234000\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105234500\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105235000\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"},{\"localCoal\":\"0\",\"ppa\":\"0\",\"windPower\":\"0\",\"nuclearPower\":\"0\",\"regDate\":\"0\",\"raisingWater\":\"0\",\"newRenewable\":\"0\",\"sunlight\":\"0\",\"oil\":\"0\",\"once\":\"20250105235500\",\"gas\":\"0\",\"coal\":\"0\",\"newRenewablePlusWindPower\":\"0\",\"btm\":\"0\",\"waterPower\":\"0\",\"seq\":\"99999\"}];\n\tvar onceArr = new Array();\n  \tvar raisingWaterArr = new Array();\n  \tvar waterPowerArr = new Array();\n  \tvar windPowerArr = new Array();\n  \tvar gasArr = new Array();\n  \tvar oilArr = new Array();\n  \tvar newRenewableArr = new Array();\n  \tvar localCoalArr = new Array();\n  \tvar coalArr = new Array();\n  \tvar nuclearPowerArr = new Array();\n  \tvar sunligthArr = new Array();\n  \tvar ppaArr = new Array();\n  \tvar btmArr = new Array();\n  \tvar etcArr = new Array();\n  \tfor (var k in ictArr){\n  \t\tvar xobj = ictArr[k];\n  \t\tonceArr.push(Number(xobj.once.replace(/ /gi,\"\")));\n  \t\traisingWaterArr.push(Number(xobj.raisingWater.replace(/ /gi,\"\")));\n  \t\twaterPowerArr.push(Number(xobj.waterPower.replace(/ /gi,\"\")));\n  \t\twindPowerArr.push(Number(xobj.windPower.replace(/ /gi,\"\")));\n  \t\toilArr.push(Number(xobj.oil.replace(/ /gi,\"\")));\n  \t\tlocalCoalArr.push(Number(xobj.localCoal.replace(/ /gi,\"\")));\n  \t\t//etcArr.push(Number(xobj.raisingWater.replace(/ /gi,\"\"))+Number(xobj.waterPower.replace(/ /gi,\"\"))+Number(xobj.oil.replace(/ /gi,\"\")));\n  \t\tgasArr.push(Number(xobj.gas.replace(/ /gi,\"\")));\n  \t\tnewRenewableArr.push(Number(xobj.newRenewable.replace(/ /gi,\"\")));\n  \t\t//localCoalArr.push(Number(xobj.localCoal.replace(/ /gi,\"\")));\n  \t\tcoalArr.push(Number(xobj.coal.replace(/ /gi,\"\")));\n  \t\tnuclearPowerArr.push(Number(xobj.nuclearPower.replace(/ /gi,\"\")));\n  \t\tsunligthArr.push(Number(xobj.sunlight.replace(/ /gi,\"\")));\n  \t\tppaArr.push(Number(xobj.ppa.replace(/ /gi,\"\")));\n  \t\tbtmArr.push(Number(xobj.btm.replace(/ /gi,\"\")));\n  \t}\n\t\n\tvar x1 = raisingWaterArr;\n\tvar xx2 = gasArr;\n\tvar xx3 = newRenewableArr;\n\tvar xx4 = oilArr;\n\tvar xx5 = coalArr; \n\tvar xx6 = nuclearPowerArr;\n\tvar xx7 = onceArr;\n\tvar xx8 = sunligthArr;\n\tvar xx9 = waterPowerArr;\n\tvar xx10 = localCoalArr;\n\tvar xx11 = ppaArr;\n\tvar xx12 = btmArr;\n\tvar xx13 = windPowerArr;\n\t\n\tvar x1_1 = new Array();\n\tvar x1_2 = new Array();\n\t\n\tfor (var x in x1){\n\t\tvar y = x1[x];\n\t\tif(y <= 0){\n\t\t\tif(y == 0) y = null;\n\t\t\tx1_1.push(y);\n\t\t\tx1_2.push(0);\n\t\t}else{\n\t\t\tif(y == 0) y = null;\n\t\t\tx1_1.push(0);\n\t\t\tx1_2.push(y);\n\t\t}\n\t}\n\t\n\tvar x2 = new Array();\n\tvar x3 = new Array();\n\tvar x4 = new Array();\n\tvar x5 = new Array();\n\tvar x6 = new Array();\n\tvar x7 = new Array();\n\tvar x8 = new Array();\n\tvar x9 = new Array();\n\tvar x10 = new Array();\n\tvar x11 = new Array();\n\tvar x12 = new Array();\n\tvar x13 = new Array();\n\t\n\t\n\tfor (var z in xx2){\n\t\t\n\t\tvar y2 = xx2[z];\n\t\tvar y3 = xx3[z];\n\t\tvar y4 = xx4[z];\n\t\tvar y5 = xx5[z];\n\t\tvar y6 = xx6[z];\n\t\tvar y7 = xx7[z];\n\t\tvar y8 = xx8[z];\n\t\tvar y9 = xx9[z];\n\t\tvar y10 = xx10[z];\n\t\tvar y11 = xx11[z];\n\t\tvar y12 = xx12[z];\n\t\tvar y13 = xx13[z];\n\t\n\t\tif(y2 == 0) y2 = null;\n\t\tif(y3 == 0) y3 = null;\n\t\tif(y4 == 0) y4 = null;\n\t\tif(y5 == 0) y5 = null;\n\t\tif(y6 == 0) y6 = null;\n\t\tif(y7 == 0) y7 = null;\n\t\tif(y8 == 0) y8 = null;\n\t\tif(y9 == 0) y9 = null;\n\t\tif(y10 == 0) y10 = null;\n\t\tif(y11 == 0) y11 = null;\n\t\tif(y12 == 0) y12 = null;\n\t\tif(y13 == 0) y13 = null;\n\n\t\tx2.push(y2);\n\t\tx3.push(y3);\n\t\tx4.push(y4);\n\t\tx5.push(y5);\n\t\tx6.push(y6);\n\t\tx7.push(y7);\n\t\tx8.push(y8);\n\t\tx9.push(y9);\n\t\tx10.push(y10);\n\t\tx11.push(y11);\n\t\tx12.push(y12);\n\t\tx13.push(y13);\n\t}\n\t\n\tvar todayTime = '';\n\tvar zz = '';\n\tvar dateType = {\n\t\t'xDateFormat' : '시간:'+'%H:%M'\n\t}\n\t\n\tHighcharts.setOptions({\n\t    lang: {\n\tthousandsSep: ','\n\t    }\n\t})\n\t\n\tvar option = {\n\t\t\t\n\t\t\ttitle : {\n\t\t\t\ttext: ''\n\t\t\t},\n\t\t\tsubtitle : {\n\t\t\t\t//text: '날짜' \n\t\t\t},\n\t\t\txAxis : {\n\t\t\t\ttype: 'datetime',\n\t\t\t\tlabels:{\n\t\t\t\t\tformatter: function(){\n\t\t\t\t\t\tvar ret = Highcharts.dateFormat('%H', this.value);\n\t\t\t\t\t\tvar cnt = 0;\n\t\t\t\t\t\tif(this.value == 86400000){\n\t\t\t\t\t\t\tret = 24;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif(ret == '01' || ret == '02' \n\t\t\t\t\t\t\t\t|| ret == '04' || ret == '05' \n\t\t\t\t\t\t\t\t|| ret == '07' || ret == '08' \n\t\t\t\t\t\t\t\t|| ret == '10' || ret == '11' \n\t\t\t\t\t\t\t\t|| ret == '13' || ret == '14' \n\t\t\t\t\t\t\t\t|| ret == '16' || ret == '17' \n\t\t\t\t\t\t\t\t|| ret == '19' || ret == '20' \n\t\t\t\t\t\t\t\t|| ret == '22' || ret == '23')ret = '';  \n\t\t\t\t\t\treturn ret;\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\n\t\t\t\ttickInterval : 3600000*1, \n\t\t\t\ttitle: {\n\t\t\t\t\ttext:'시간',\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tfontSize : '12px', \n\t\t\t\t\t\tfontWeight : 'bold',\n\t\t\t\t\t\tcolor : 'blue'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tgridLineWidth: 1\n\t\t\t\t\n\t\t\t},\n\t\t\tyAxis: {\n\t\t\t\ttitle: {\n\t\t\t\t\ttext:'',\n\t\t\t\t\tstyle: {\n\t\t\t\t\t\tfontSize : '13px', \n\t\t\t\t\t\tcolor : 'blue'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tlabels:{\n\t\t\t\t\tformat:'{value:,.0f}'\n\t\t\t\t}\n\t\t\t\t//,min:0\n\t\t\t\t,minPadding:0\n\t\t\t\t,startOnTick:true\n\t\t\t\t,minRange:0.5\n\t\t\t},\n\t\t\tcolors: [\n\t\t\t\t'red','green'\n\t\t\t],\n\t\t\t\n\t\t\ttooltip: {\n\t\t\t\tformatter:function(){\n\t\t\t\t\tvar hr ='';\n\t\t\t\t\tvar min = '';\n\t\t\t\t\tvar seriesName = '';\n\t\t\t\t\tvar week = ['(일)','(월)','(화)','(수)','(목)','(금)','(토)',];\n\t\t\t\t\t\n\t\t\t\t\tvar currentPoint = this;\n\t\t\t\t\tvar currentSeries = currentPoint.series;\n\t\t\t\t\tvar chart = currentSeries.chart;\n\t\t\t\t\tvar stackName = this.series.userOptions.stack;\n\t\t\t\t\tvar stackSeriesVal1 = '';\n\t\t\t\t\tvar stackSeriesVal2 = '';\n\t\t\t\t\tvar stackSeriesVal3 = '';\n\t\t\t\t\tvar stackSeriesVal4 = '';\n\t\t\t\t\tvar stackSeriesVal5 = '';\n\t\t\t\t\tvar stackSeriesVal6 = '';\n\t\t\t\t\tvar stackSeriesVal8 = '';\n\t\t\t\t\tvar stackSeriesVal9 = '';\n\t\t\t\t\tvar stackSeriesVal10 = '';\n\t\t\t\t\tvar stackSeriesVal11 = '';\n\t\t\t\t\tvar stackSeriesVal12 = '';\n\t\t\t\t\tvar stackSeriesVal13 = '';\n\t\t\t\t\t\n\t\t\t\t\tchart.series.forEach(function(series){\n\t\t\t\t\t\tseries.points.forEach(function(point){\n\t\t\t\t\t\t\tif(currentSeries.userOptions.stack === series.userOptions.stack && currentPoint.key === point.category){\n\t\t\t\t\t\t\t\tseriesName = x7[point.index].toString();\n\t\t\t\t\t\t\t\tseriesNameDash = seriesName.substr(0,4)+'-'+seriesName.substr(4,2)+'-'+seriesName.substr(6,2);\n\t\t\t\t\t\t\t\thr = seriesName.substr(8,2);\n\t\t\t\t\t\t\t\tmin = seriesName.substr(10,2);\n\t\t\t\t\t\t\t\thr = lPad(hr,2,'0');\n\t\t\t\t\t\t\t\tmin = lPad(min,2,'0');\n\t\t\t\t\t\t\t\tvar dayOfWeek = week[new Date(seriesNameDash).getDay()];\n\t\t\t\t\t\t\t\tseriesName = seriesName.substr(0,4)+'.'+seriesName.substr(4,2)+'.'+seriesName.substr(6,2)+dayOfWeek;\n\t\t\t\t\t\t\t\tstackSeriesVal1 = x1[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal2 = x2[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal3 = x3[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal4 = x4[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal5 = x5[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal6 = x6[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal8 = x8[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal9 = x9[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal10 = x10[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal11 = x11[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal12 = x12[point.index];\n\t\t\t\t\t\t\t\tstackSeriesVal13 = x13[point.index];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t})\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t\tvar stackSeriesVal1_1 = 0;\n\t\t\t\t\t\n\t\t\t\t\tif(stackSeriesVal1 > 0){\n\t\t\t\t\t\tstackSeriesVal1_1 = stackSeriesVal1;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tvar totStackSeriesVal = stackSeriesVal1+stackSeriesVal2+stackSeriesVal3+stackSeriesVal4+stackSeriesVal5+stackSeriesVal6+stackSeriesVal8+stackSeriesVal9+stackSeriesVal10+stackSeriesVal13;\n\t\t\t\t\tvar totStackSeriesValTot = totStackSeriesVal+stackSeriesVal11+stackSeriesVal12;\n\t\t\t\t\tvar totStackSeriesValSun = stackSeriesVal8+(stackSeriesVal11+0)+(stackSeriesVal12+0);\n\t\t\t\t\tvar totStackSeriesValSunPer = ((totStackSeriesValSun/totStackSeriesValTot)*100).toFixed(1);\n\t\t\t\t\t\n\t\t\t\t\tif(totStackSeriesVal == 0){\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tvar s =  seriesName+' '+hr+':'+min\n\t\t\t\t\t+'<br><span style=\"visibility:hidden\">KPX</span>'\n\t\t\t\t\t+'<br>태양광(BTM,추정) : '+ commaToString((stackSeriesVal12+0).toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>태양광(PPA,추정) : '+ commaToString((stackSeriesVal11+0).toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>태양광(전력시장) : '+ commaToString((stackSeriesVal8+0).toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>태양광(합계) : '+ commaToString(totStackSeriesValSun.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br><span style=\"visibility:hidden\">태양광(합계) : </span>'+ '(총수요 대비 '+totStackSeriesValSunPer + '%)'\n\t\t\t\t\t+'<br><span style=\"visibility:hidden\">KPX</span>'\n\t\t\t\t\t+'<br>양<span style=\"visibility:hidden\">가</span>수 : '+ commaToString(stackSeriesVal1.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>수<span style=\"visibility:hidden\">가</span>력 : '+ commaToString(stackSeriesVal9.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>가<span style=\"visibility:hidden\">가</span>스 : '+ commaToString(stackSeriesVal2.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>풍<span style=\"visibility:hidden\">가</span>력 : '+ commaToString(stackSeriesVal13.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>신재생 : '+ commaToString(stackSeriesVal3.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>유<span style=\"visibility:hidden\">가</span>류 : '+ commaToString(stackSeriesVal4.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>국내탄 : '+ commaToString(stackSeriesVal10.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>유연탄 : '+ commaToString(stackSeriesVal5.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>원자력 : '+ commaToString(stackSeriesVal6.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br><span style=\"visibility:hidden\">KPX</span>'\n\t\t\t\t\t+'<br>합<span style=\"visibility:hidden\">가</span>계(전력시장) : '+ commaToString(totStackSeriesVal.toFixed(0)) + 'MW'\n\t\t\t\t\t+'<br>합<span style=\"visibility:hidden\">가</span>계(총수요) : '+ commaToString(totStackSeriesValTot.toFixed(0)) + 'MW'\n\t\t\t\t\t;\n\t\t\t\t\t\n\t\t\t\t\treturn s;\n\t\t\t\t}\t\t\t\t\t\t\n\t\t\t},\n\t\t\tchart: {\n\t\t\t\tdefaultSeriesType: 'area'\n\t\t\t\t//,backgroundColor : 'rgba(255,139,0,0.85)'\n\t\t\t},\n\t\t\tplotOptions: {\n\t\t\t\tarea: {\n\t\t\t\t\tstacking : 'normal'\n\t\t\t\t\t,pointInterval: 300000\n\t\t\t\t\t,softThreshold:false\n\t\t\t\t\t,connectNulls : true\n\t\t\t\t\t,lineWidth : 0\n\t\t\t\t}\n\t\t\t},\n\t\t\tlegend: {\n\t\t\t\t                                                                                  \n\t\t\t},\n\t\t\tseries : null\n\t\t\t\n\t}\n\t\n\t$('#chart2').highcharts($.extend(true, option,{\n\t\t\n\t\tseries: [\n\t\t{\n\t\t\t\"name\": \"양수펌핑\",\n\t\t\t\"data\": x1_1, \n\t\t\t\"color\" : 'rgba(215,215,215,0.85)',\n\t\t\t'zIndex' : 1,\n\t\t\t'legendIndex' : 5\n\t\t},{\n\t\t\t\"name\": \"태양광(BTM,추정)\",\n\t\t\t\"data\": x12,\n\t\t\t\"color\" : 'rgba(247,219,180,0.85)',\n\t\t\t'legendIndex' : 1\n\t\t},{\n\t\t\t\"name\": \"태양광(PPA,추정)\",\n\t\t\t\"data\": x11,\n\t\t\t\"color\" : 'rgba(251,183,191,0.85)',\n\t\t\t'legendIndex' : 2\n\t\t},{\n\t\t\t\"name\": \"태양광(전력시장)\",\n\t\t\t\"data\": x8,\n\t\t\t\"color\" : 'rgba(196,0,20,0.85)',\n\t\t\t'legendIndex' : 3\n\t\t},{\n\t\t\t\"name\": \"양수발전\",\n\t\t\t\"data\": x1_2, \n\t\t\t\"color\" : 'rgba(0,155,209,0.85)',\n\t\t\t'legendIndex' : 4\n\t\t},{\n\t\t\t\"name\": \"수력\",\n\t\t\t\"data\": x9, \n\t\t\t\"color\" : 'rgba(88,250,250,0.85)',\n\t\t\t'legendIndex' : 6\n\t\t},{\n\t\t\t\"name\": \"가스\",\n\t\t\t\"data\": x2,\n\t\t\t\"color\" : 'rgba(255,246,0,0.85)',\n\t\t\t'legendIndex' : 7\n\t\t},{\n\t\t\t\"name\": \"풍력\",\n\t\t\t\"data\": x13,\n\t\t\t\"color\" : 'rgba(100,242,121,0.85)',\n\t\t\t'legendIndex' : 8\n\t\t},{\n\t\t\t\"name\": \"신재생\",\n\t\t\t\"data\": x3,\n\t\t\t\"color\" : 'rgba(120,194,82,0.85)',\n\t\t\t'legendIndex' : 9\n\t\t},{\n\t\t\t\"name\": \"유류\",\n\t\t\t\"data\": x4,\n\t\t\t \"color\" : 'rgba(215,215,215,0.85)',\n\t\t\t'legendIndex' : 10\n\t\t},{\n\t\t\t\"name\": \"국내탄\",\n\t\t\t\"data\": x10,\n\t\t\t\"color\" : 'rgba(57,57,57,0.85)',\n\t\t\t'legendIndex' : 11\n\t\t},{\n\t\t\t\"name\": \"유연탄\",\n\t\t\t\"data\": x5,\n\t\t\t\"color\" : 'rgba(163,115,81,0.85)',\n\t\t\t'legendIndex' : 12\n\t\t},{\n\t\t\t\"name\": \"원자력\",\n\t\t\t\"data\": x6,\n\t\t\t\"color\" : 'rgba(255,139,0,0.85)',\n\t\t\t'legendIndex' : 13\n\t\t}]\n\t}));\n}\n\t\n\nfunction commaToString(par){\n\treturn par.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\");\n}\n</script>\t\n<div class=\"conTableGroup\">\n\t<span class=\"grape_top\">MW</span>\n\t<div id=\"chart2\" class=\"grape2\" style=\"height:520px;\"> \n\t\t그래프 영역 <br />640 이상사이즈 100%*306 <br />640 이하사이즈 100%*153\n\t</div>\n</div>\n<div class=\"btn_area graph_btn02_open\">\n\t<a href=\"javascript:void(0);\" class=\"btn_basic\">표로 보기</a>\n</div>\n<div class=\"conTableGroup graph_table02 IR\">\n\t<div class=\"btn_area graph_btn02_close DisplayNone\">\n\t\t<a href=\"javascript:void(0);\" class=\"btn_basic\">표로보기 닫기</a>\n\t</div>\n\t<div>\n\t\t<div style=\"text-align: right\">단위:MW</div>\n\t\t<table class=\"conTable tdCenter\">\n\t\t\t<caption>발전원별실시간 전력수급현황 차트 정보를 제공합니다.</caption>\n\t\t\t<thead>\n\t\t\t\t<tr>\n\t\t\t\t\t<th>일시<br>(2025년 01월 05일)</th>\n\t\t\t\t\t<th>태양광<br>(BTM,추정)</th>\n\t\t\t\t\t<th>태양광<br>(PPA,추정)</th>\n\t\t\t\t\t<th>태양광<br>(전력시장)</th>\n\t\t\t\t\t<th>양수</th>\n\t\t\t\t\t<th>수력</th>\n\t\t\t\t\t<th>가스</th>\n\t\t\t\t\t<th>풍력</th>\n\t\t\t\t\t<th>신재생</th>\n\t\t\t\t\t<th>유류</th>\n\t\t\t\t\t<th>국내탄</th>\n\t\t\t\t\t<th>유연탄</th>\n\t\t\t\t\t<th>원자력</th>\n\t\t\t\t</tr>\n\t\t\t</thead>\n\t\t\t<tbody>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,169</td> \n\t\t\t\t\t\t<td>38</td>\n\t\t\t\t\t\t<td>21,242</td>\n\t\t\t\t\t\t<td>441</td>\n\t\t\t\t\t\t<td>3,212</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>13,998</td>\n\t\t\t\t\t\t<td>24,132</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,166</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>20,874</td>\n\t\t\t\t\t\t<td>470</td>\n\t\t\t\t\t\t<td>3,215</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>13,997</td>\n\t\t\t\t\t\t<td>24,183</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,164</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>20,567</td>\n\t\t\t\t\t\t<td>462</td>\n\t\t\t\t\t\t<td>3,198</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,076</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,039</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>20,524</td>\n\t\t\t\t\t\t<td>467</td>\n\t\t\t\t\t\t<td>3,182</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>13,960</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>693</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>20,407</td>\n\t\t\t\t\t\t<td>479</td>\n\t\t\t\t\t\t<td>3,174</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,135</td>\n\t\t\t\t\t\t<td>24,189</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>692</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>20,070</td>\n\t\t\t\t\t\t<td>464</td>\n\t\t\t\t\t\t<td>3,171</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,136</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>694</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>19,836</td>\n\t\t\t\t\t\t<td>462</td>\n\t\t\t\t\t\t<td>3,180</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,147</td>\n\t\t\t\t\t\t<td>24,200</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>400</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>19,897</td>\n\t\t\t\t\t\t<td>469</td>\n\t\t\t\t\t\t<td>3,163</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,155</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>399</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>19,804</td>\n\t\t\t\t\t\t<td>462</td>\n\t\t\t\t\t\t<td>3,166</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,205</td>\n\t\t\t\t\t\t<td>24,147</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>398</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>19,471</td>\n\t\t\t\t\t\t<td>465</td>\n\t\t\t\t\t\t<td>3,164</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,166</td>\n\t\t\t\t\t\t<td>24,121</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>397</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>19,210</td>\n\t\t\t\t\t\t<td>461</td>\n\t\t\t\t\t\t<td>3,172</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,159</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>00시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>395</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>18,671</td>\n\t\t\t\t\t\t<td>454</td>\n\t\t\t\t\t\t<td>3,178</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,243</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>243</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>18,609</td>\n\t\t\t\t\t\t<td>456</td>\n\t\t\t\t\t\t<td>3,175</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,279</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>18,662</td>\n\t\t\t\t\t\t<td>450</td>\n\t\t\t\t\t\t<td>3,173</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,282</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-14</td> \n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>18,466</td>\n\t\t\t\t\t\t<td>466</td>\n\t\t\t\t\t\t<td>3,176</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,303</td>\n\t\t\t\t\t\t<td>24,163</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-263</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,171</td>\n\t\t\t\t\t\t<td>467</td>\n\t\t\t\t\t\t<td>3,172</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,422</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-320</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,904</td>\n\t\t\t\t\t\t<td>474</td>\n\t\t\t\t\t\t<td>3,170</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,458</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-750</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,198</td>\n\t\t\t\t\t\t<td>469</td>\n\t\t\t\t\t\t<td>3,162</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,499</td>\n\t\t\t\t\t\t<td>24,178</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,122</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,476</td>\n\t\t\t\t\t\t<td>464</td>\n\t\t\t\t\t\t<td>3,170</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,566</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,445</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,811</td>\n\t\t\t\t\t\t<td>462</td>\n\t\t\t\t\t\t<td>3,164</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,484</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,765</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,150</td>\n\t\t\t\t\t\t<td>448</td>\n\t\t\t\t\t\t<td>3,170</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,584</td>\n\t\t\t\t\t\t<td>24,180</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,773</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,087</td>\n\t\t\t\t\t\t<td>432</td>\n\t\t\t\t\t\t<td>3,176</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,501</td>\n\t\t\t\t\t\t<td>24,140</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,769</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,790</td>\n\t\t\t\t\t\t<td>426</td>\n\t\t\t\t\t\t<td>3,177</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,456</td>\n\t\t\t\t\t\t<td>24,150</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>01시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,952</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,719</td>\n\t\t\t\t\t\t<td>432</td>\n\t\t\t\t\t\t<td>3,183</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,540</td>\n\t\t\t\t\t\t<td>24,186</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,105</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,863</td>\n\t\t\t\t\t\t<td>430</td>\n\t\t\t\t\t\t<td>3,188</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,500</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,139</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,588</td>\n\t\t\t\t\t\t<td>436</td>\n\t\t\t\t\t\t<td>3,187</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,548</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,363</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,775</td>\n\t\t\t\t\t\t<td>440</td>\n\t\t\t\t\t\t<td>3,187</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,543</td>\n\t\t\t\t\t\t<td>24,147</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,363</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,670</td>\n\t\t\t\t\t\t<td>423</td>\n\t\t\t\t\t\t<td>3,186</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,592</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,363</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,336</td>\n\t\t\t\t\t\t<td>408</td>\n\t\t\t\t\t\t<td>3,186</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,490</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,367</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,302</td>\n\t\t\t\t\t\t<td>415</td>\n\t\t\t\t\t\t<td>3,183</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,595</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,796</td> \n\t\t\t\t\t\t<td>40</td>\n\t\t\t\t\t\t<td>18,605</td>\n\t\t\t\t\t\t<td>417</td>\n\t\t\t\t\t\t<td>3,184</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,616</td>\n\t\t\t\t\t\t<td>24,138</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,799</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,450</td>\n\t\t\t\t\t\t<td>398</td>\n\t\t\t\t\t\t<td>3,190</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,503</td>\n\t\t\t\t\t\t<td>24,179</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,789</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,322</td>\n\t\t\t\t\t\t<td>405</td>\n\t\t\t\t\t\t<td>3,192</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,597</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,790</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,175</td>\n\t\t\t\t\t\t<td>411</td>\n\t\t\t\t\t\t<td>3,195</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,504</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,793</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,938</td>\n\t\t\t\t\t\t<td>427</td>\n\t\t\t\t\t\t<td>3,194</td>\n\t\t\t\t\t\t<td>321</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,503</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>02시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,785</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,935</td>\n\t\t\t\t\t\t<td>439</td>\n\t\t\t\t\t\t<td>3,194</td>\n\t\t\t\t\t\t<td>306</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,612</td>\n\t\t\t\t\t\t<td>24,134</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,794</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,006</td>\n\t\t\t\t\t\t<td>452</td>\n\t\t\t\t\t\t<td>3,192</td>\n\t\t\t\t\t\t<td>280</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,512</td>\n\t\t\t\t\t\t<td>24,212</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,790</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,006</td>\n\t\t\t\t\t\t<td>460</td>\n\t\t\t\t\t\t<td>3,189</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,523</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,791</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,003</td>\n\t\t\t\t\t\t<td>462</td>\n\t\t\t\t\t\t<td>3,194</td>\n\t\t\t\t\t\t<td>288</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,390</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,060</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,955</td>\n\t\t\t\t\t\t<td>467</td>\n\t\t\t\t\t\t<td>3,203</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,635</td>\n\t\t\t\t\t\t<td>24,145</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,100</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,175</td>\n\t\t\t\t\t\t<td>465</td>\n\t\t\t\t\t\t<td>3,196</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,518</td>\n\t\t\t\t\t\t<td>24,197</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,099</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,190</td>\n\t\t\t\t\t\t<td>479</td>\n\t\t\t\t\t\t<td>3,199</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,531</td>\n\t\t\t\t\t\t<td>24,171</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,101</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,054</td>\n\t\t\t\t\t\t<td>494</td>\n\t\t\t\t\t\t<td>3,197</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,380</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,093</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,773</td>\n\t\t\t\t\t\t<td>492</td>\n\t\t\t\t\t\t<td>3,203</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,503</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,084</td> \n\t\t\t\t\t\t<td>40</td>\n\t\t\t\t\t\t<td>17,861</td>\n\t\t\t\t\t\t<td>488</td>\n\t\t\t\t\t\t<td>3,208</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,630</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,094</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,964</td>\n\t\t\t\t\t\t<td>490</td>\n\t\t\t\t\t\t<td>3,212</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,534</td>\n\t\t\t\t\t\t<td>24,146</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,098</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>18,029</td>\n\t\t\t\t\t\t<td>492</td>\n\t\t\t\t\t\t<td>3,213</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,445</td>\n\t\t\t\t\t\t<td>24,178</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>03시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,092</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>17,917</td>\n\t\t\t\t\t\t<td>497</td>\n\t\t\t\t\t\t<td>3,215</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,511</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,088</td> \n\t\t\t\t\t\t<td>47</td>\n\t\t\t\t\t\t<td>17,857</td>\n\t\t\t\t\t\t<td>511</td>\n\t\t\t\t\t\t<td>3,211</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,558</td>\n\t\t\t\t\t\t<td>24,191</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,122</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,945</td>\n\t\t\t\t\t\t<td>512</td>\n\t\t\t\t\t\t<td>3,214</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,539</td>\n\t\t\t\t\t\t<td>24,154</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,423</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>18,350</td>\n\t\t\t\t\t\t<td>514</td>\n\t\t\t\t\t\t<td>3,213</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,532</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,420</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>18,162</td>\n\t\t\t\t\t\t<td>507</td>\n\t\t\t\t\t\t<td>3,213</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,506</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,417</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>18,190</td>\n\t\t\t\t\t\t<td>502</td>\n\t\t\t\t\t\t<td>3,203</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,506</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,419</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>18,098</td>\n\t\t\t\t\t\t<td>488</td>\n\t\t\t\t\t\t<td>3,204</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,448</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,410</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,302</td>\n\t\t\t\t\t\t<td>490</td>\n\t\t\t\t\t\t<td>3,201</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,524</td>\n\t\t\t\t\t\t<td>24,191</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,413</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>18,303</td>\n\t\t\t\t\t\t<td>484</td>\n\t\t\t\t\t\t<td>3,196</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,491</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,411</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>18,398</td>\n\t\t\t\t\t\t<td>479</td>\n\t\t\t\t\t\t<td>3,196</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,530</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,413</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,261</td>\n\t\t\t\t\t\t<td>489</td>\n\t\t\t\t\t\t<td>3,198</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,448</td>\n\t\t\t\t\t\t<td>24,186</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,409</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,396</td>\n\t\t\t\t\t\t<td>495</td>\n\t\t\t\t\t\t<td>3,201</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,505</td>\n\t\t\t\t\t\t<td>24,157</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>04시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-3,413</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,658</td>\n\t\t\t\t\t\t<td>493</td>\n\t\t\t\t\t\t<td>3,195</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,441</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,984</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>18,412</td>\n\t\t\t\t\t\t<td>505</td>\n\t\t\t\t\t\t<td>3,195</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,417</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,973</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,393</td>\n\t\t\t\t\t\t<td>497</td>\n\t\t\t\t\t\t<td>3,193</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,496</td>\n\t\t\t\t\t\t<td>24,145</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,978</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>18,322</td>\n\t\t\t\t\t\t<td>503</td>\n\t\t\t\t\t\t<td>3,191</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,430</td>\n\t\t\t\t\t\t<td>24,154</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,970</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,274</td>\n\t\t\t\t\t\t<td>497</td>\n\t\t\t\t\t\t<td>3,201</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,579</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,663</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>18,086</td>\n\t\t\t\t\t\t<td>470</td>\n\t\t\t\t\t\t<td>3,201</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,379</td>\n\t\t\t\t\t\t<td>24,186</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,336</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,675</td>\n\t\t\t\t\t\t<td>470</td>\n\t\t\t\t\t\t<td>3,209</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,387</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,076</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,514</td>\n\t\t\t\t\t\t<td>457</td>\n\t\t\t\t\t\t<td>3,201</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,436</td>\n\t\t\t\t\t\t<td>24,199</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-2,074</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,563</td>\n\t\t\t\t\t\t<td>438</td>\n\t\t\t\t\t\t<td>3,262</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,581</td>\n\t\t\t\t\t\t<td>24,160</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,766</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,315</td>\n\t\t\t\t\t\t<td>435</td>\n\t\t\t\t\t\t<td>3,293</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,579</td>\n\t\t\t\t\t\t<td>24,153</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,174</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,072</td>\n\t\t\t\t\t\t<td>422</td>\n\t\t\t\t\t\t<td>3,299</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,477</td>\n\t\t\t\t\t\t<td>24,150</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-1,136</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,269</td>\n\t\t\t\t\t\t<td>413</td>\n\t\t\t\t\t\t<td>3,301</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,486</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>05시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>-639</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>16,730</td>\n\t\t\t\t\t\t<td>396</td>\n\t\t\t\t\t\t<td>3,305</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,464</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 00분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-640</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>16,678</td>\n\t\t\t\t\t\t<td>383</td>\n\t\t\t\t\t\t<td>3,315</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,416</td>\n\t\t\t\t\t\t<td>24,176</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 05분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-639</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>16,835</td>\n\t\t\t\t\t\t<td>377</td>\n\t\t\t\t\t\t<td>3,325</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,585</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 10분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-639</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>16,870</td>\n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>3,328</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,494</td>\n\t\t\t\t\t\t<td>24,193</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 15분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-381</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>16,841</td>\n\t\t\t\t\t\t<td>400</td>\n\t\t\t\t\t\t<td>3,331</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,451</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 20분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-381</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>16,759</td>\n\t\t\t\t\t\t<td>394</td>\n\t\t\t\t\t\t<td>3,328</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,481</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 25분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>10</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-380</td> \n\t\t\t\t\t\t<td>51</td>\n\t\t\t\t\t\t<td>16,946</td>\n\t\t\t\t\t\t<td>402</td>\n\t\t\t\t\t\t<td>3,333</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,485</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 30분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-381</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>16,965</td>\n\t\t\t\t\t\t<td>400</td>\n\t\t\t\t\t\t<td>3,336</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,399</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 35분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>-381</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,220</td>\n\t\t\t\t\t\t<td>398</td>\n\t\t\t\t\t\t<td>3,332</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,476</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 40분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-380</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,165</td>\n\t\t\t\t\t\t<td>398</td>\n\t\t\t\t\t\t<td>3,339</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,534</td>\n\t\t\t\t\t\t<td>24,157</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 45분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-380</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,263</td>\n\t\t\t\t\t\t<td>403</td>\n\t\t\t\t\t\t<td>3,350</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,578</td>\n\t\t\t\t\t\t<td>24,139</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 50분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-381</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,302</td>\n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>3,345</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,409</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>06시 55분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>-379</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,106</td>\n\t\t\t\t\t\t<td>412</td>\n\t\t\t\t\t\t<td>3,352</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,536</td>\n\t\t\t\t\t\t<td>24,154</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 00분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>5</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,126</td>\n\t\t\t\t\t\t<td>383</td>\n\t\t\t\t\t\t<td>3,352</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,489</td>\n\t\t\t\t\t\t<td>24,135</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 05분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,296</td>\n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>3,353</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,560</td>\n\t\t\t\t\t\t<td>24,141</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 10분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,600</td>\n\t\t\t\t\t\t<td>395</td>\n\t\t\t\t\t\t<td>3,357</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,645</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 15분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,694</td>\n\t\t\t\t\t\t<td>401</td>\n\t\t\t\t\t\t<td>3,361</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,462</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 20분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,499</td>\n\t\t\t\t\t\t<td>422</td>\n\t\t\t\t\t\t<td>3,359</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>196</td>\n\t\t\t\t\t\t<td>14,393</td>\n\t\t\t\t\t\t<td>24,150</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 25분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,480</td>\n\t\t\t\t\t\t<td>424</td>\n\t\t\t\t\t\t<td>3,360</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>196</td>\n\t\t\t\t\t\t<td>14,549</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 30분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,286</td>\n\t\t\t\t\t\t<td>424</td>\n\t\t\t\t\t\t<td>3,360</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,505</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 35분</td>\n\t\t\t\t\t\t<td>4</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,477</td>\n\t\t\t\t\t\t<td>435</td>\n\t\t\t\t\t\t<td>3,356</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,498</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 40분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>48</td>\n\t\t\t\t\t\t<td>17,256</td>\n\t\t\t\t\t\t<td>447</td>\n\t\t\t\t\t\t<td>3,364</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>195</td>\n\t\t\t\t\t\t<td>14,341</td>\n\t\t\t\t\t\t<td>24,161</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 45분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,292</td>\n\t\t\t\t\t\t<td>453</td>\n\t\t\t\t\t\t<td>3,368</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,521</td>\n\t\t\t\t\t\t<td>24,181</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 50분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>49</td>\n\t\t\t\t\t\t<td>17,581</td>\n\t\t\t\t\t\t<td>463</td>\n\t\t\t\t\t\t<td>3,366</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,476</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>07시 55분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>50</td>\n\t\t\t\t\t\t<td>17,853</td>\n\t\t\t\t\t\t<td>468</td>\n\t\t\t\t\t\t<td>3,361</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,444</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 00분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>10</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>113</td>\n\t\t\t\t\t\t<td>18,016</td>\n\t\t\t\t\t\t<td>475</td>\n\t\t\t\t\t\t<td>3,364</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,571</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 05분</td>\n\t\t\t\t\t\t<td>6</td>\n\t\t\t\t\t\t<td>16</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>353</td>\n\t\t\t\t\t\t<td>17,810</td>\n\t\t\t\t\t\t<td>479</td>\n\t\t\t\t\t\t<td>3,362</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,474</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 10분</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>22</td>\n\t\t\t\t\t\t<td>15</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>450</td>\n\t\t\t\t\t\t<td>17,544</td>\n\t\t\t\t\t\t<td>494</td>\n\t\t\t\t\t\t<td>3,356</td>\n\t\t\t\t\t\t<td>293</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,532</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 15분</td>\n\t\t\t\t\t\t<td>10</td>\n\t\t\t\t\t\t<td>28</td>\n\t\t\t\t\t\t<td>18</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>409</td>\n\t\t\t\t\t\t<td>17,798</td>\n\t\t\t\t\t\t<td>508</td>\n\t\t\t\t\t\t<td>3,354</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,608</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 20분</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>24</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>17,830</td>\n\t\t\t\t\t\t<td>509</td>\n\t\t\t\t\t\t<td>3,362</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,552</td>\n\t\t\t\t\t\t<td>24,161</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 25분</td>\n\t\t\t\t\t\t<td>19</td>\n\t\t\t\t\t\t<td>57</td>\n\t\t\t\t\t\t<td>35</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>392</td>\n\t\t\t\t\t\t<td>18,016</td>\n\t\t\t\t\t\t<td>515</td>\n\t\t\t\t\t\t<td>3,357</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,486</td>\n\t\t\t\t\t\t<td>24,190</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 30분</td>\n\t\t\t\t\t\t<td>25</td>\n\t\t\t\t\t\t<td>77</td>\n\t\t\t\t\t\t<td>45</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>392</td>\n\t\t\t\t\t\t<td>18,245</td>\n\t\t\t\t\t\t<td>523</td>\n\t\t\t\t\t\t<td>3,355</td>\n\t\t\t\t\t\t<td>295</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,456</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 35분</td>\n\t\t\t\t\t\t<td>33</td>\n\t\t\t\t\t\t<td>103</td>\n\t\t\t\t\t\t<td>60</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>393</td>\n\t\t\t\t\t\t<td>18,499</td>\n\t\t\t\t\t\t<td>535</td>\n\t\t\t\t\t\t<td>3,347</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,524</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 40분</td>\n\t\t\t\t\t\t<td>45</td>\n\t\t\t\t\t\t<td>140</td>\n\t\t\t\t\t\t<td>82</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>419</td>\n\t\t\t\t\t\t<td>18,711</td>\n\t\t\t\t\t\t<td>527</td>\n\t\t\t\t\t\t<td>3,341</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,581</td>\n\t\t\t\t\t\t<td>24,128</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 45분</td>\n\t\t\t\t\t\t<td>54</td>\n\t\t\t\t\t\t<td>168</td>\n\t\t\t\t\t\t<td>97</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>404</td>\n\t\t\t\t\t\t<td>18,749</td>\n\t\t\t\t\t\t<td>549</td>\n\t\t\t\t\t\t<td>3,338</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,542</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 50분</td>\n\t\t\t\t\t\t<td>67</td>\n\t\t\t\t\t\t<td>211</td>\n\t\t\t\t\t\t<td>121</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>403</td>\n\t\t\t\t\t\t<td>18,882</td>\n\t\t\t\t\t\t<td>592</td>\n\t\t\t\t\t\t<td>3,342</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,552</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>08시 55분</td>\n\t\t\t\t\t\t<td>82</td>\n\t\t\t\t\t\t<td>263</td>\n\t\t\t\t\t\t<td>149</td>\n\t\t\t\t\t\t<td>-21</td> \n\t\t\t\t\t\t<td>401</td>\n\t\t\t\t\t\t<td>18,909</td>\n\t\t\t\t\t\t<td>570</td>\n\t\t\t\t\t\t<td>3,335</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,464</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 00분</td>\n\t\t\t\t\t\t<td>101</td>\n\t\t\t\t\t\t<td>333</td>\n\t\t\t\t\t\t<td>182</td>\n\t\t\t\t\t\t<td>-33</td> \n\t\t\t\t\t\t<td>467</td>\n\t\t\t\t\t\t<td>18,982</td>\n\t\t\t\t\t\t<td>556</td>\n\t\t\t\t\t\t<td>3,333</td>\n\t\t\t\t\t\t<td>289</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,378</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 05분</td>\n\t\t\t\t\t\t<td>118</td>\n\t\t\t\t\t\t<td>384</td>\n\t\t\t\t\t\t<td>213</td>\n\t\t\t\t\t\t<td>30</td> \n\t\t\t\t\t\t<td>511</td>\n\t\t\t\t\t\t<td>18,688</td>\n\t\t\t\t\t\t<td>568</td>\n\t\t\t\t\t\t<td>3,328</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,605</td>\n\t\t\t\t\t\t<td>24,140</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 10분</td>\n\t\t\t\t\t\t<td>133</td>\n\t\t\t\t\t\t<td>424</td>\n\t\t\t\t\t\t<td>239</td>\n\t\t\t\t\t\t<td>18</td> \n\t\t\t\t\t\t<td>536</td>\n\t\t\t\t\t\t<td>18,449</td>\n\t\t\t\t\t\t<td>568</td>\n\t\t\t\t\t\t<td>3,322</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,398</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 15분</td>\n\t\t\t\t\t\t<td>161</td>\n\t\t\t\t\t\t<td>510</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>59</td> \n\t\t\t\t\t\t<td>554</td>\n\t\t\t\t\t\t<td>18,773</td>\n\t\t\t\t\t\t<td>568</td>\n\t\t\t\t\t\t<td>3,341</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,530</td>\n\t\t\t\t\t\t<td>24,136</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 20분</td>\n\t\t\t\t\t\t<td>168</td>\n\t\t\t\t\t\t<td>538</td>\n\t\t\t\t\t\t<td>304</td>\n\t\t\t\t\t\t<td>42</td> \n\t\t\t\t\t\t<td>545</td>\n\t\t\t\t\t\t<td>18,872</td>\n\t\t\t\t\t\t<td>590</td>\n\t\t\t\t\t\t<td>3,359</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,624</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 25분</td>\n\t\t\t\t\t\t<td>175</td>\n\t\t\t\t\t\t<td>576</td>\n\t\t\t\t\t\t<td>317</td>\n\t\t\t\t\t\t<td>32</td> \n\t\t\t\t\t\t<td>549</td>\n\t\t\t\t\t\t<td>19,007</td>\n\t\t\t\t\t\t<td>594</td>\n\t\t\t\t\t\t<td>3,357</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,488</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 30분</td>\n\t\t\t\t\t\t<td>197</td>\n\t\t\t\t\t\t<td>668</td>\n\t\t\t\t\t\t<td>356</td>\n\t\t\t\t\t\t<td>64</td> \n\t\t\t\t\t\t<td>569</td>\n\t\t\t\t\t\t<td>19,191</td>\n\t\t\t\t\t\t<td>574</td>\n\t\t\t\t\t\t<td>3,350</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,518</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 35분</td>\n\t\t\t\t\t\t<td>217</td>\n\t\t\t\t\t\t<td>719</td>\n\t\t\t\t\t\t<td>392</td>\n\t\t\t\t\t\t<td>37</td> \n\t\t\t\t\t\t<td>558</td>\n\t\t\t\t\t\t<td>19,157</td>\n\t\t\t\t\t\t<td>572</td>\n\t\t\t\t\t\t<td>3,346</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,633</td>\n\t\t\t\t\t\t<td>24,165</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 40분</td>\n\t\t\t\t\t\t<td>237</td>\n\t\t\t\t\t\t<td>783</td>\n\t\t\t\t\t\t<td>428</td>\n\t\t\t\t\t\t<td>24</td> \n\t\t\t\t\t\t<td>549</td>\n\t\t\t\t\t\t<td>19,202</td>\n\t\t\t\t\t\t<td>554</td>\n\t\t\t\t\t\t<td>3,335</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,527</td>\n\t\t\t\t\t\t<td>24,159</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 45분</td>\n\t\t\t\t\t\t<td>267</td>\n\t\t\t\t\t\t<td>919</td>\n\t\t\t\t\t\t<td>483</td>\n\t\t\t\t\t\t<td>38</td> \n\t\t\t\t\t\t<td>545</td>\n\t\t\t\t\t\t<td>19,194</td>\n\t\t\t\t\t\t<td>564</td>\n\t\t\t\t\t\t<td>3,323</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,570</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 50분</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>989</td>\n\t\t\t\t\t\t<td>527</td>\n\t\t\t\t\t\t<td>37</td> \n\t\t\t\t\t\t<td>553</td>\n\t\t\t\t\t\t<td>19,200</td>\n\t\t\t\t\t\t<td>538</td>\n\t\t\t\t\t\t<td>3,314</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>189</td>\n\t\t\t\t\t\t<td>14,543</td>\n\t\t\t\t\t\t<td>24,181</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>09시 55분</td>\n\t\t\t\t\t\t<td>327</td>\n\t\t\t\t\t\t<td>1,202</td>\n\t\t\t\t\t\t<td>591</td>\n\t\t\t\t\t\t<td>31</td> \n\t\t\t\t\t\t<td>543</td>\n\t\t\t\t\t\t<td>19,239</td>\n\t\t\t\t\t\t<td>529</td>\n\t\t\t\t\t\t<td>3,304</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,410</td>\n\t\t\t\t\t\t<td>24,194</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 00분</td>\n\t\t\t\t\t\t<td>337</td>\n\t\t\t\t\t\t<td>1,275</td>\n\t\t\t\t\t\t<td>609</td>\n\t\t\t\t\t\t<td>161</td> \n\t\t\t\t\t\t<td>553</td>\n\t\t\t\t\t\t<td>19,327</td>\n\t\t\t\t\t\t<td>521</td>\n\t\t\t\t\t\t<td>3,299</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,422</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 05분</td>\n\t\t\t\t\t\t<td>360</td>\n\t\t\t\t\t\t<td>1,375</td>\n\t\t\t\t\t\t<td>650</td>\n\t\t\t\t\t\t<td>281</td> \n\t\t\t\t\t\t<td>555</td>\n\t\t\t\t\t\t<td>19,472</td>\n\t\t\t\t\t\t<td>512</td>\n\t\t\t\t\t\t<td>3,218</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,467</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 10분</td>\n\t\t\t\t\t\t<td>391</td>\n\t\t\t\t\t\t<td>1,480</td>\n\t\t\t\t\t\t<td>706</td>\n\t\t\t\t\t\t<td>354</td> \n\t\t\t\t\t\t<td>547</td>\n\t\t\t\t\t\t<td>19,268</td>\n\t\t\t\t\t\t<td>509</td>\n\t\t\t\t\t\t<td>3,213</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,365</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 15분</td>\n\t\t\t\t\t\t<td>423</td>\n\t\t\t\t\t\t<td>1,608</td>\n\t\t\t\t\t\t<td>764</td>\n\t\t\t\t\t\t<td>362</td> \n\t\t\t\t\t\t<td>558</td>\n\t\t\t\t\t\t<td>19,050</td>\n\t\t\t\t\t\t<td>561</td>\n\t\t\t\t\t\t<td>3,204</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,398</td>\n\t\t\t\t\t\t<td>24,138</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 20분</td>\n\t\t\t\t\t\t<td>451</td>\n\t\t\t\t\t\t<td>1,690</td>\n\t\t\t\t\t\t<td>816</td>\n\t\t\t\t\t\t<td>374</td> \n\t\t\t\t\t\t<td>554</td>\n\t\t\t\t\t\t<td>19,182</td>\n\t\t\t\t\t\t<td>561</td>\n\t\t\t\t\t\t<td>3,199</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,620</td>\n\t\t\t\t\t\t<td>24,144</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 25분</td>\n\t\t\t\t\t\t<td>489</td>\n\t\t\t\t\t\t<td>1,871</td>\n\t\t\t\t\t\t<td>883</td>\n\t\t\t\t\t\t<td>352</td> \n\t\t\t\t\t\t<td>553</td>\n\t\t\t\t\t\t<td>19,082</td>\n\t\t\t\t\t\t<td>573</td>\n\t\t\t\t\t\t<td>3,197</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>189</td>\n\t\t\t\t\t\t<td>14,527</td>\n\t\t\t\t\t\t<td>24,157</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 30분</td>\n\t\t\t\t\t\t<td>513</td>\n\t\t\t\t\t\t<td>1,981</td>\n\t\t\t\t\t\t<td>927</td>\n\t\t\t\t\t\t<td>354</td> \n\t\t\t\t\t\t<td>527</td>\n\t\t\t\t\t\t<td>19,061</td>\n\t\t\t\t\t\t<td>565</td>\n\t\t\t\t\t\t<td>3,194</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,398</td>\n\t\t\t\t\t\t<td>24,186</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 35분</td>\n\t\t\t\t\t\t<td>543</td>\n\t\t\t\t\t\t<td>2,112</td>\n\t\t\t\t\t\t<td>980</td>\n\t\t\t\t\t\t<td>363</td> \n\t\t\t\t\t\t<td>547</td>\n\t\t\t\t\t\t<td>19,027</td>\n\t\t\t\t\t\t<td>570</td>\n\t\t\t\t\t\t<td>3,182</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,429</td>\n\t\t\t\t\t\t<td>24,190</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 40분</td>\n\t\t\t\t\t\t<td>535</td>\n\t\t\t\t\t\t<td>1,987</td>\n\t\t\t\t\t\t<td>967</td>\n\t\t\t\t\t\t<td>429</td> \n\t\t\t\t\t\t<td>548</td>\n\t\t\t\t\t\t<td>18,985</td>\n\t\t\t\t\t\t<td>569</td>\n\t\t\t\t\t\t<td>3,165</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,543</td>\n\t\t\t\t\t\t<td>24,155</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 45분</td>\n\t\t\t\t\t\t<td>567</td>\n\t\t\t\t\t\t<td>2,097</td>\n\t\t\t\t\t\t<td>1,024</td>\n\t\t\t\t\t\t<td>372</td> \n\t\t\t\t\t\t<td>552</td>\n\t\t\t\t\t\t<td>18,881</td>\n\t\t\t\t\t\t<td>576</td>\n\t\t\t\t\t\t<td>3,154</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,497</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 50분</td>\n\t\t\t\t\t\t<td>570</td>\n\t\t\t\t\t\t<td>2,042</td>\n\t\t\t\t\t\t<td>1,028</td>\n\t\t\t\t\t\t<td>158</td> \n\t\t\t\t\t\t<td>551</td>\n\t\t\t\t\t\t<td>18,638</td>\n\t\t\t\t\t\t<td>576</td>\n\t\t\t\t\t\t<td>3,145</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,481</td>\n\t\t\t\t\t\t<td>24,201</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>10시 55분</td>\n\t\t\t\t\t\t<td>614</td>\n\t\t\t\t\t\t<td>2,164</td>\n\t\t\t\t\t\t<td>1,109</td>\n\t\t\t\t\t\t<td>154</td> \n\t\t\t\t\t\t<td>554</td>\n\t\t\t\t\t\t<td>18,687</td>\n\t\t\t\t\t\t<td>584</td>\n\t\t\t\t\t\t<td>3,126</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,533</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 00분</td>\n\t\t\t\t\t\t<td>640</td>\n\t\t\t\t\t\t<td>2,217</td>\n\t\t\t\t\t\t<td>1,158</td>\n\t\t\t\t\t\t<td>197</td> \n\t\t\t\t\t\t<td>575</td>\n\t\t\t\t\t\t<td>18,897</td>\n\t\t\t\t\t\t<td>593</td>\n\t\t\t\t\t\t<td>3,123</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,505</td>\n\t\t\t\t\t\t<td>24,149</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 05분</td>\n\t\t\t\t\t\t<td>624</td>\n\t\t\t\t\t\t<td>2,067</td>\n\t\t\t\t\t\t<td>1,127</td>\n\t\t\t\t\t\t<td>135</td> \n\t\t\t\t\t\t<td>540</td>\n\t\t\t\t\t\t<td>19,157</td>\n\t\t\t\t\t\t<td>605</td>\n\t\t\t\t\t\t<td>3,140</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,387</td>\n\t\t\t\t\t\t<td>24,199</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 10분</td>\n\t\t\t\t\t\t<td>629</td>\n\t\t\t\t\t\t<td>2,072</td>\n\t\t\t\t\t\t<td>1,136</td>\n\t\t\t\t\t\t<td>134</td> \n\t\t\t\t\t\t<td>552</td>\n\t\t\t\t\t\t<td>19,175</td>\n\t\t\t\t\t\t<td>616</td>\n\t\t\t\t\t\t<td>3,120</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,321</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 15분</td>\n\t\t\t\t\t\t<td>667</td>\n\t\t\t\t\t\t<td>2,165</td>\n\t\t\t\t\t\t<td>1,204</td>\n\t\t\t\t\t\t<td>168</td> \n\t\t\t\t\t\t<td>557</td>\n\t\t\t\t\t\t<td>18,979</td>\n\t\t\t\t\t\t<td>614</td>\n\t\t\t\t\t\t<td>3,106</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,461</td>\n\t\t\t\t\t\t<td>24,159</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 20분</td>\n\t\t\t\t\t\t<td>701</td>\n\t\t\t\t\t\t<td>2,328</td>\n\t\t\t\t\t\t<td>1,266</td>\n\t\t\t\t\t\t<td>143</td> \n\t\t\t\t\t\t<td>538</td>\n\t\t\t\t\t\t<td>18,996</td>\n\t\t\t\t\t\t<td>629</td>\n\t\t\t\t\t\t<td>3,105</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>186</td>\n\t\t\t\t\t\t<td>14,457</td>\n\t\t\t\t\t\t<td>24,161</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 25분</td>\n\t\t\t\t\t\t<td>733</td>\n\t\t\t\t\t\t<td>2,548</td>\n\t\t\t\t\t\t<td>1,323</td>\n\t\t\t\t\t\t<td>120</td> \n\t\t\t\t\t\t<td>530</td>\n\t\t\t\t\t\t<td>19,263</td>\n\t\t\t\t\t\t<td>643</td>\n\t\t\t\t\t\t<td>3,100</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>186</td>\n\t\t\t\t\t\t<td>14,275</td>\n\t\t\t\t\t\t<td>24,192</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 30분</td>\n\t\t\t\t\t\t<td>738</td>\n\t\t\t\t\t\t<td>2,404</td>\n\t\t\t\t\t\t<td>1,332</td>\n\t\t\t\t\t\t<td>149</td> \n\t\t\t\t\t\t<td>504</td>\n\t\t\t\t\t\t<td>19,071</td>\n\t\t\t\t\t\t<td>663</td>\n\t\t\t\t\t\t<td>3,092</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>186</td>\n\t\t\t\t\t\t<td>14,361</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 35분</td>\n\t\t\t\t\t\t<td>756</td>\n\t\t\t\t\t\t<td>2,407</td>\n\t\t\t\t\t\t<td>1,365</td>\n\t\t\t\t\t\t<td>182</td> \n\t\t\t\t\t\t<td>509</td>\n\t\t\t\t\t\t<td>18,871</td>\n\t\t\t\t\t\t<td>656</td>\n\t\t\t\t\t\t<td>3,061</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>185</td>\n\t\t\t\t\t\t<td>14,443</td>\n\t\t\t\t\t\t<td>24,176</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 40분</td>\n\t\t\t\t\t\t<td>736</td>\n\t\t\t\t\t\t<td>2,230</td>\n\t\t\t\t\t\t<td>1,329</td>\n\t\t\t\t\t\t<td>142</td> \n\t\t\t\t\t\t<td>501</td>\n\t\t\t\t\t\t<td>18,880</td>\n\t\t\t\t\t\t<td>665</td>\n\t\t\t\t\t\t<td>3,058</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,298</td>\n\t\t\t\t\t\t<td>24,146</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 45분</td>\n\t\t\t\t\t\t<td>734</td>\n\t\t\t\t\t\t<td>2,205</td>\n\t\t\t\t\t\t<td>1,325</td>\n\t\t\t\t\t\t<td>180</td> \n\t\t\t\t\t\t<td>498</td>\n\t\t\t\t\t\t<td>19,033</td>\n\t\t\t\t\t\t<td>669</td>\n\t\t\t\t\t\t<td>3,050</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>187</td>\n\t\t\t\t\t\t<td>14,424</td>\n\t\t\t\t\t\t<td>24,140</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 50분</td>\n\t\t\t\t\t\t<td>704</td>\n\t\t\t\t\t\t<td>2,080</td>\n\t\t\t\t\t\t<td>1,272</td>\n\t\t\t\t\t\t<td>126</td> \n\t\t\t\t\t\t<td>490</td>\n\t\t\t\t\t\t<td>19,138</td>\n\t\t\t\t\t\t<td>660</td>\n\t\t\t\t\t\t<td>3,020</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,267</td>\n\t\t\t\t\t\t<td>24,154</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>11시 55분</td>\n\t\t\t\t\t\t<td>668</td>\n\t\t\t\t\t\t<td>1,979</td>\n\t\t\t\t\t\t<td>1,206</td>\n\t\t\t\t\t\t<td>150</td> \n\t\t\t\t\t\t<td>517</td>\n\t\t\t\t\t\t<td>18,915</td>\n\t\t\t\t\t\t<td>668</td>\n\t\t\t\t\t\t<td>3,031</td>\n\t\t\t\t\t\t<td>293</td>\n\t\t\t\t\t\t<td>189</td>\n\t\t\t\t\t\t<td>14,408</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 00분</td>\n\t\t\t\t\t\t<td>678</td>\n\t\t\t\t\t\t<td>1,982</td>\n\t\t\t\t\t\t<td>1,224</td>\n\t\t\t\t\t\t<td>-57</td> \n\t\t\t\t\t\t<td>430</td>\n\t\t\t\t\t\t<td>19,095</td>\n\t\t\t\t\t\t<td>668</td>\n\t\t\t\t\t\t<td>3,044</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,407</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 05분</td>\n\t\t\t\t\t\t<td>645</td>\n\t\t\t\t\t\t<td>1,904</td>\n\t\t\t\t\t\t<td>1,164</td>\n\t\t\t\t\t\t<td>-96</td> \n\t\t\t\t\t\t<td>416</td>\n\t\t\t\t\t\t<td>19,036</td>\n\t\t\t\t\t\t<td>675</td>\n\t\t\t\t\t\t<td>3,029</td>\n\t\t\t\t\t\t<td>293</td>\n\t\t\t\t\t\t<td>189</td>\n\t\t\t\t\t\t<td>14,498</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 10분</td>\n\t\t\t\t\t\t<td>642</td>\n\t\t\t\t\t\t<td>1,877</td>\n\t\t\t\t\t\t<td>1,159</td>\n\t\t\t\t\t\t<td>-99</td> \n\t\t\t\t\t\t<td>412</td>\n\t\t\t\t\t\t<td>19,154</td>\n\t\t\t\t\t\t<td>665</td>\n\t\t\t\t\t\t<td>3,026</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,427</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 15분</td>\n\t\t\t\t\t\t<td>659</td>\n\t\t\t\t\t\t<td>1,918</td>\n\t\t\t\t\t\t<td>1,190</td>\n\t\t\t\t\t\t<td>-93</td> \n\t\t\t\t\t\t<td>415</td>\n\t\t\t\t\t\t<td>19,043</td>\n\t\t\t\t\t\t<td>674</td>\n\t\t\t\t\t\t<td>3,016</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,467</td>\n\t\t\t\t\t\t<td>24,153</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 20분</td>\n\t\t\t\t\t\t<td>692</td>\n\t\t\t\t\t\t<td>1,996</td>\n\t\t\t\t\t\t<td>1,250</td>\n\t\t\t\t\t\t<td>-109</td> \n\t\t\t\t\t\t<td>413</td>\n\t\t\t\t\t\t<td>18,955</td>\n\t\t\t\t\t\t<td>678</td>\n\t\t\t\t\t\t<td>3,027</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,439</td>\n\t\t\t\t\t\t<td>24,155</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 25분</td>\n\t\t\t\t\t\t<td>760</td>\n\t\t\t\t\t\t<td>2,150</td>\n\t\t\t\t\t\t<td>1,373</td>\n\t\t\t\t\t\t<td>-299</td> \n\t\t\t\t\t\t<td>433</td>\n\t\t\t\t\t\t<td>19,135</td>\n\t\t\t\t\t\t<td>661</td>\n\t\t\t\t\t\t<td>3,000</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>188</td>\n\t\t\t\t\t\t<td>14,492</td>\n\t\t\t\t\t\t<td>24,180</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 30분</td>\n\t\t\t\t\t\t<td>755</td>\n\t\t\t\t\t\t<td>2,136</td>\n\t\t\t\t\t\t<td>1,364</td>\n\t\t\t\t\t\t<td>-301</td> \n\t\t\t\t\t\t<td>408</td>\n\t\t\t\t\t\t<td>19,147</td>\n\t\t\t\t\t\t<td>659</td>\n\t\t\t\t\t\t<td>2,990</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>189</td>\n\t\t\t\t\t\t<td>14,387</td>\n\t\t\t\t\t\t<td>24,178</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 35분</td>\n\t\t\t\t\t\t<td>749</td>\n\t\t\t\t\t\t<td>2,096</td>\n\t\t\t\t\t\t<td>1,353</td>\n\t\t\t\t\t\t<td>-303</td> \n\t\t\t\t\t\t<td>429</td>\n\t\t\t\t\t\t<td>19,188</td>\n\t\t\t\t\t\t<td>679</td>\n\t\t\t\t\t\t<td>2,971</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,387</td>\n\t\t\t\t\t\t<td>24,195</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 40분</td>\n\t\t\t\t\t\t<td>771</td>\n\t\t\t\t\t\t<td>2,185</td>\n\t\t\t\t\t\t<td>1,393</td>\n\t\t\t\t\t\t<td>-288</td> \n\t\t\t\t\t\t<td>394</td>\n\t\t\t\t\t\t<td>19,124</td>\n\t\t\t\t\t\t<td>679</td>\n\t\t\t\t\t\t<td>2,973</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,443</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 45분</td>\n\t\t\t\t\t\t<td>763</td>\n\t\t\t\t\t\t<td>2,186</td>\n\t\t\t\t\t\t<td>1,379</td>\n\t\t\t\t\t\t<td>-301</td> \n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>19,064</td>\n\t\t\t\t\t\t<td>693</td>\n\t\t\t\t\t\t<td>2,982</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,408</td>\n\t\t\t\t\t\t<td>24,181</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 50분</td>\n\t\t\t\t\t\t<td>793</td>\n\t\t\t\t\t\t<td>2,246</td>\n\t\t\t\t\t\t<td>1,432</td>\n\t\t\t\t\t\t<td>-302</td> \n\t\t\t\t\t\t<td>390</td>\n\t\t\t\t\t\t<td>19,327</td>\n\t\t\t\t\t\t<td>710</td>\n\t\t\t\t\t\t<td>2,960</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,506</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>12시 55분</td>\n\t\t\t\t\t\t<td>788</td>\n\t\t\t\t\t\t<td>2,260</td>\n\t\t\t\t\t\t<td>1,423</td>\n\t\t\t\t\t\t<td>-283</td> \n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>19,222</td>\n\t\t\t\t\t\t<td>704</td>\n\t\t\t\t\t\t<td>2,945</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,520</td>\n\t\t\t\t\t\t<td>24,144</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 00분</td>\n\t\t\t\t\t\t<td>775</td>\n\t\t\t\t\t\t<td>2,268</td>\n\t\t\t\t\t\t<td>1,400</td>\n\t\t\t\t\t\t<td>-294</td> \n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>19,242</td>\n\t\t\t\t\t\t<td>723</td>\n\t\t\t\t\t\t<td>2,959</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,493</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 05분</td>\n\t\t\t\t\t\t<td>760</td>\n\t\t\t\t\t\t<td>2,221</td>\n\t\t\t\t\t\t<td>1,373</td>\n\t\t\t\t\t\t<td>-287</td> \n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>19,230</td>\n\t\t\t\t\t\t<td>702</td>\n\t\t\t\t\t\t<td>2,981</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,564</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 10분</td>\n\t\t\t\t\t\t<td>781</td>\n\t\t\t\t\t\t<td>2,276</td>\n\t\t\t\t\t\t<td>1,411</td>\n\t\t\t\t\t\t<td>-304</td> \n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>19,453</td>\n\t\t\t\t\t\t<td>661</td>\n\t\t\t\t\t\t<td>2,990</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,567</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 15분</td>\n\t\t\t\t\t\t<td>823</td>\n\t\t\t\t\t\t<td>2,293</td>\n\t\t\t\t\t\t<td>1,487</td>\n\t\t\t\t\t\t<td>-307</td> \n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>19,414</td>\n\t\t\t\t\t\t<td>654</td>\n\t\t\t\t\t\t<td>2,944</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,499</td>\n\t\t\t\t\t\t<td>24,193</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 20분</td>\n\t\t\t\t\t\t<td>859</td>\n\t\t\t\t\t\t<td>2,351</td>\n\t\t\t\t\t\t<td>1,552</td>\n\t\t\t\t\t\t<td>-286</td> \n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>19,365</td>\n\t\t\t\t\t\t<td>662</td>\n\t\t\t\t\t\t<td>2,908</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,431</td>\n\t\t\t\t\t\t<td>24,163</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 25분</td>\n\t\t\t\t\t\t<td>857</td>\n\t\t\t\t\t\t<td>2,334</td>\n\t\t\t\t\t\t<td>1,548</td>\n\t\t\t\t\t\t<td>-427</td> \n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>19,326</td>\n\t\t\t\t\t\t<td>664</td>\n\t\t\t\t\t\t<td>2,902</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,434</td>\n\t\t\t\t\t\t<td>24,190</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 30분</td>\n\t\t\t\t\t\t<td>844</td>\n\t\t\t\t\t\t<td>2,300</td>\n\t\t\t\t\t\t<td>1,525</td>\n\t\t\t\t\t\t<td>-427</td> \n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>19,253</td>\n\t\t\t\t\t\t<td>660</td>\n\t\t\t\t\t\t<td>2,890</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,437</td>\n\t\t\t\t\t\t<td>24,171</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 35분</td>\n\t\t\t\t\t\t<td>826</td>\n\t\t\t\t\t\t<td>2,258</td>\n\t\t\t\t\t\t<td>1,491</td>\n\t\t\t\t\t\t<td>-426</td> \n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>19,589</td>\n\t\t\t\t\t\t<td>656</td>\n\t\t\t\t\t\t<td>2,883</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,420</td>\n\t\t\t\t\t\t<td>24,153</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 40분</td>\n\t\t\t\t\t\t<td>793</td>\n\t\t\t\t\t\t<td>2,224</td>\n\t\t\t\t\t\t<td>1,431</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>374</td>\n\t\t\t\t\t\t<td>19,526</td>\n\t\t\t\t\t\t<td>663</td>\n\t\t\t\t\t\t<td>2,886</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,570</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 45분</td>\n\t\t\t\t\t\t<td>768</td>\n\t\t\t\t\t\t<td>2,193</td>\n\t\t\t\t\t\t<td>1,387</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>368</td>\n\t\t\t\t\t\t<td>19,421</td>\n\t\t\t\t\t\t<td>672</td>\n\t\t\t\t\t\t<td>2,917</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,394</td>\n\t\t\t\t\t\t<td>24,160</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 50분</td>\n\t\t\t\t\t\t<td>730</td>\n\t\t\t\t\t\t<td>2,140</td>\n\t\t\t\t\t\t<td>1,318</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>19,162</td>\n\t\t\t\t\t\t<td>656</td>\n\t\t\t\t\t\t<td>2,960</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,366</td>\n\t\t\t\t\t\t<td>24,152</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>13시 55분</td>\n\t\t\t\t\t\t<td>731</td>\n\t\t\t\t\t\t<td>2,182</td>\n\t\t\t\t\t\t<td>1,321</td>\n\t\t\t\t\t\t<td>-423</td> \n\t\t\t\t\t\t<td>391</td>\n\t\t\t\t\t\t<td>19,320</td>\n\t\t\t\t\t\t<td>635</td>\n\t\t\t\t\t\t<td>2,988</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,492</td>\n\t\t\t\t\t\t<td>24,197</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 00분</td>\n\t\t\t\t\t\t<td>730</td>\n\t\t\t\t\t\t<td>2,198</td>\n\t\t\t\t\t\t<td>1,318</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>387</td>\n\t\t\t\t\t\t<td>19,379</td>\n\t\t\t\t\t\t<td>602</td>\n\t\t\t\t\t\t<td>2,990</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,536</td>\n\t\t\t\t\t\t<td>24,159</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 05분</td>\n\t\t\t\t\t\t<td>734</td>\n\t\t\t\t\t\t<td>2,252</td>\n\t\t\t\t\t\t<td>1,326</td>\n\t\t\t\t\t\t<td>-425</td> \n\t\t\t\t\t\t<td>407</td>\n\t\t\t\t\t\t<td>19,398</td>\n\t\t\t\t\t\t<td>609</td>\n\t\t\t\t\t\t<td>2,988</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,449</td>\n\t\t\t\t\t\t<td>24,160</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 10분</td>\n\t\t\t\t\t\t<td>698</td>\n\t\t\t\t\t\t<td>2,180</td>\n\t\t\t\t\t\t<td>1,260</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>416</td>\n\t\t\t\t\t\t<td>19,225</td>\n\t\t\t\t\t\t<td>587</td>\n\t\t\t\t\t\t<td>2,997</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,404</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 15분</td>\n\t\t\t\t\t\t<td>675</td>\n\t\t\t\t\t\t<td>2,147</td>\n\t\t\t\t\t\t<td>1,217</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>419</td>\n\t\t\t\t\t\t<td>19,055</td>\n\t\t\t\t\t\t<td>572</td>\n\t\t\t\t\t\t<td>2,990</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,477</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 20분</td>\n\t\t\t\t\t\t<td>701</td>\n\t\t\t\t\t\t<td>2,221</td>\n\t\t\t\t\t\t<td>1,266</td>\n\t\t\t\t\t\t<td>-425</td> \n\t\t\t\t\t\t<td>388</td>\n\t\t\t\t\t\t<td>18,994</td>\n\t\t\t\t\t\t<td>582</td>\n\t\t\t\t\t\t<td>2,970</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,483</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 25분</td>\n\t\t\t\t\t\t<td>680</td>\n\t\t\t\t\t\t<td>2,272</td>\n\t\t\t\t\t\t<td>1,229</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>416</td>\n\t\t\t\t\t\t<td>19,251</td>\n\t\t\t\t\t\t<td>588</td>\n\t\t\t\t\t\t<td>2,974</td>\n\t\t\t\t\t\t<td>291</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,515</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 30분</td>\n\t\t\t\t\t\t<td>643</td>\n\t\t\t\t\t\t<td>2,074</td>\n\t\t\t\t\t\t<td>1,161</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>19,320</td>\n\t\t\t\t\t\t<td>579</td>\n\t\t\t\t\t\t<td>2,967</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,567</td>\n\t\t\t\t\t\t<td>24,162</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 35분</td>\n\t\t\t\t\t\t<td>628</td>\n\t\t\t\t\t\t<td>2,048</td>\n\t\t\t\t\t\t<td>1,135</td>\n\t\t\t\t\t\t<td>-425</td> \n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>19,157</td>\n\t\t\t\t\t\t<td>582</td>\n\t\t\t\t\t\t<td>2,965</td>\n\t\t\t\t\t\t<td>290</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,400</td>\n\t\t\t\t\t\t<td>24,206</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 40분</td>\n\t\t\t\t\t\t<td>600</td>\n\t\t\t\t\t\t<td>1,982</td>\n\t\t\t\t\t\t<td>1,084</td>\n\t\t\t\t\t\t<td>-424</td> \n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>18,948</td>\n\t\t\t\t\t\t<td>596</td>\n\t\t\t\t\t\t<td>2,992</td>\n\t\t\t\t\t\t<td>292</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,434</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 45분</td>\n\t\t\t\t\t\t<td>598</td>\n\t\t\t\t\t\t<td>1,959</td>\n\t\t\t\t\t\t<td>1,080</td>\n\t\t\t\t\t\t<td>-419</td> \n\t\t\t\t\t\t<td>418</td>\n\t\t\t\t\t\t<td>18,963</td>\n\t\t\t\t\t\t<td>581</td>\n\t\t\t\t\t\t<td>3,002</td>\n\t\t\t\t\t\t<td>295</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,601</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 50분</td>\n\t\t\t\t\t\t<td>594</td>\n\t\t\t\t\t\t<td>1,862</td>\n\t\t\t\t\t\t<td>1,073</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>413</td>\n\t\t\t\t\t\t<td>19,227</td>\n\t\t\t\t\t\t<td>574</td>\n\t\t\t\t\t\t<td>3,009</td>\n\t\t\t\t\t\t<td>297</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,675</td>\n\t\t\t\t\t\t<td>24,178</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>14시 55분</td>\n\t\t\t\t\t\t<td>593</td>\n\t\t\t\t\t\t<td>1,854</td>\n\t\t\t\t\t\t<td>1,072</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>415</td>\n\t\t\t\t\t\t<td>19,308</td>\n\t\t\t\t\t\t<td>574</td>\n\t\t\t\t\t\t<td>2,999</td>\n\t\t\t\t\t\t<td>295</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,497</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 00분</td>\n\t\t\t\t\t\t<td>595</td>\n\t\t\t\t\t\t<td>1,844</td>\n\t\t\t\t\t\t<td>1,075</td>\n\t\t\t\t\t\t<td>-420</td> \n\t\t\t\t\t\t<td>415</td>\n\t\t\t\t\t\t<td>19,195</td>\n\t\t\t\t\t\t<td>573</td>\n\t\t\t\t\t\t<td>2,993</td>\n\t\t\t\t\t\t<td>299</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,575</td>\n\t\t\t\t\t\t<td>24,183</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 05분</td>\n\t\t\t\t\t\t<td>586</td>\n\t\t\t\t\t\t<td>1,776</td>\n\t\t\t\t\t\t<td>1,058</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>407</td>\n\t\t\t\t\t\t<td>19,293</td>\n\t\t\t\t\t\t<td>537</td>\n\t\t\t\t\t\t<td>2,997</td>\n\t\t\t\t\t\t<td>305</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,450</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 10분</td>\n\t\t\t\t\t\t<td>568</td>\n\t\t\t\t\t\t<td>1,731</td>\n\t\t\t\t\t\t<td>1,025</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>414</td>\n\t\t\t\t\t\t<td>19,480</td>\n\t\t\t\t\t\t<td>517</td>\n\t\t\t\t\t\t<td>3,040</td>\n\t\t\t\t\t\t<td>307</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,559</td>\n\t\t\t\t\t\t<td>24,182</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 15분</td>\n\t\t\t\t\t\t<td>540</td>\n\t\t\t\t\t\t<td>1,639</td>\n\t\t\t\t\t\t<td>974</td>\n\t\t\t\t\t\t<td>-424</td> \n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>19,487</td>\n\t\t\t\t\t\t<td>496</td>\n\t\t\t\t\t\t<td>3,077</td>\n\t\t\t\t\t\t<td>309</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,544</td>\n\t\t\t\t\t\t<td>24,180</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 20분</td>\n\t\t\t\t\t\t<td>520</td>\n\t\t\t\t\t\t<td>1,555</td>\n\t\t\t\t\t\t<td>939</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>400</td>\n\t\t\t\t\t\t<td>19,548</td>\n\t\t\t\t\t\t<td>508</td>\n\t\t\t\t\t\t<td>3,118</td>\n\t\t\t\t\t\t<td>311</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,441</td>\n\t\t\t\t\t\t<td>24,187</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 25분</td>\n\t\t\t\t\t\t<td>505</td>\n\t\t\t\t\t\t<td>1,516</td>\n\t\t\t\t\t\t<td>912</td>\n\t\t\t\t\t\t<td>-420</td> \n\t\t\t\t\t\t<td>405</td>\n\t\t\t\t\t\t<td>19,702</td>\n\t\t\t\t\t\t<td>494</td>\n\t\t\t\t\t\t<td>3,127</td>\n\t\t\t\t\t\t<td>321</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,556</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 30분</td>\n\t\t\t\t\t\t<td>496</td>\n\t\t\t\t\t\t<td>1,559</td>\n\t\t\t\t\t\t<td>896</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>374</td>\n\t\t\t\t\t\t<td>19,811</td>\n\t\t\t\t\t\t<td>491</td>\n\t\t\t\t\t\t<td>3,129</td>\n\t\t\t\t\t\t<td>332</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,590</td>\n\t\t\t\t\t\t<td>24,167</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 35분</td>\n\t\t\t\t\t\t<td>465</td>\n\t\t\t\t\t\t<td>1,452</td>\n\t\t\t\t\t\t<td>840</td>\n\t\t\t\t\t\t<td>-421</td> \n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>19,924</td>\n\t\t\t\t\t\t<td>479</td>\n\t\t\t\t\t\t<td>3,122</td>\n\t\t\t\t\t\t<td>341</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,522</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 40분</td>\n\t\t\t\t\t\t<td>445</td>\n\t\t\t\t\t\t<td>1,423</td>\n\t\t\t\t\t\t<td>805</td>\n\t\t\t\t\t\t<td>-422</td> \n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>20,016</td>\n\t\t\t\t\t\t<td>452</td>\n\t\t\t\t\t\t<td>3,129</td>\n\t\t\t\t\t\t<td>341</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,477</td>\n\t\t\t\t\t\t<td>24,183</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 45분</td>\n\t\t\t\t\t\t<td>419</td>\n\t\t\t\t\t\t<td>1,343</td>\n\t\t\t\t\t\t<td>758</td>\n\t\t\t\t\t\t<td>-420</td> \n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>20,132</td>\n\t\t\t\t\t\t<td>466</td>\n\t\t\t\t\t\t<td>3,133</td>\n\t\t\t\t\t\t<td>350</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,535</td>\n\t\t\t\t\t\t<td>24,188</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 50분</td>\n\t\t\t\t\t\t<td>400</td>\n\t\t\t\t\t\t<td>1,326</td>\n\t\t\t\t\t\t<td>723</td>\n\t\t\t\t\t\t<td>-420</td> \n\t\t\t\t\t\t<td>345</td>\n\t\t\t\t\t\t<td>20,302</td>\n\t\t\t\t\t\t<td>452</td>\n\t\t\t\t\t\t<td>3,139</td>\n\t\t\t\t\t\t<td>356</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,544</td>\n\t\t\t\t\t\t<td>24,189</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>15시 55분</td>\n\t\t\t\t\t\t<td>389</td>\n\t\t\t\t\t\t<td>1,318</td>\n\t\t\t\t\t\t<td>703</td>\n\t\t\t\t\t\t<td>-420</td> \n\t\t\t\t\t\t<td>286</td>\n\t\t\t\t\t\t<td>20,642</td>\n\t\t\t\t\t\t<td>450</td>\n\t\t\t\t\t\t<td>3,140</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,591</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 00분</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>1,209</td>\n\t\t\t\t\t\t<td>658</td>\n\t\t\t\t\t\t<td>-418</td> \n\t\t\t\t\t\t<td>314</td>\n\t\t\t\t\t\t<td>20,492</td>\n\t\t\t\t\t\t<td>433</td>\n\t\t\t\t\t\t<td>3,136</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,679</td>\n\t\t\t\t\t\t<td>24,180</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 05분</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>1,186</td>\n\t\t\t\t\t\t<td>665</td>\n\t\t\t\t\t\t<td>-419</td> \n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>20,185</td>\n\t\t\t\t\t\t<td>431</td>\n\t\t\t\t\t\t<td>3,183</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,562</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 10분</td>\n\t\t\t\t\t\t<td>341</td>\n\t\t\t\t\t\t<td>1,108</td>\n\t\t\t\t\t\t<td>616</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>342</td>\n\t\t\t\t\t\t<td>19,945</td>\n\t\t\t\t\t\t<td>409</td>\n\t\t\t\t\t\t<td>3,216</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,544</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 15분</td>\n\t\t\t\t\t\t<td>301</td>\n\t\t\t\t\t\t<td>976</td>\n\t\t\t\t\t\t<td>544</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>20,046</td>\n\t\t\t\t\t\t<td>412</td>\n\t\t\t\t\t\t<td>3,455</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,608</td>\n\t\t\t\t\t\t<td>24,163</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 20분</td>\n\t\t\t\t\t\t<td>269</td>\n\t\t\t\t\t\t<td>881</td>\n\t\t\t\t\t\t<td>486</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>340</td>\n\t\t\t\t\t\t<td>20,254</td>\n\t\t\t\t\t\t<td>397</td>\n\t\t\t\t\t\t<td>3,639</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,600</td>\n\t\t\t\t\t\t<td>24,163</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 25분</td>\n\t\t\t\t\t\t<td>255</td>\n\t\t\t\t\t\t<td>837</td>\n\t\t\t\t\t\t<td>461</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>20,360</td>\n\t\t\t\t\t\t<td>386</td>\n\t\t\t\t\t\t<td>3,707</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,627</td>\n\t\t\t\t\t\t<td>24,188</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 30분</td>\n\t\t\t\t\t\t<td>227</td>\n\t\t\t\t\t\t<td>748</td>\n\t\t\t\t\t\t<td>410</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>376</td>\n\t\t\t\t\t\t<td>20,398</td>\n\t\t\t\t\t\t<td>392</td>\n\t\t\t\t\t\t<td>3,725</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,636</td>\n\t\t\t\t\t\t<td>24,152</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 35분</td>\n\t\t\t\t\t\t<td>214</td>\n\t\t\t\t\t\t<td>696</td>\n\t\t\t\t\t\t<td>387</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>20,502</td>\n\t\t\t\t\t\t<td>376</td>\n\t\t\t\t\t\t<td>3,700</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,510</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 40분</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>640</td>\n\t\t\t\t\t\t<td>345</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>20,947</td>\n\t\t\t\t\t\t<td>370</td>\n\t\t\t\t\t\t<td>3,698</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,699</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 45분</td>\n\t\t\t\t\t\t<td>170</td>\n\t\t\t\t\t\t<td>562</td>\n\t\t\t\t\t\t<td>308</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>370</td>\n\t\t\t\t\t\t<td>21,314</td>\n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>3,684</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,728</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 50분</td>\n\t\t\t\t\t\t<td>147</td>\n\t\t\t\t\t\t<td>484</td>\n\t\t\t\t\t\t<td>265</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>346</td>\n\t\t\t\t\t\t<td>21,164</td>\n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>3,656</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,630</td>\n\t\t\t\t\t\t<td>24,152</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>16시 55분</td>\n\t\t\t\t\t\t<td>124</td>\n\t\t\t\t\t\t<td>413</td>\n\t\t\t\t\t\t<td>223</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>21,714</td>\n\t\t\t\t\t\t<td>359</td>\n\t\t\t\t\t\t<td>3,628</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,657</td>\n\t\t\t\t\t\t<td>24,164</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 00분</td>\n\t\t\t\t\t\t<td>111</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>200</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>330</td>\n\t\t\t\t\t\t<td>22,011</td>\n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>3,592</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,706</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 05분</td>\n\t\t\t\t\t\t<td>100</td>\n\t\t\t\t\t\t<td>315</td>\n\t\t\t\t\t\t<td>181</td>\n\t\t\t\t\t\t<td>164</td> \n\t\t\t\t\t\t<td>324</td>\n\t\t\t\t\t\t<td>22,335</td>\n\t\t\t\t\t\t<td>374</td>\n\t\t\t\t\t\t<td>3,554</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,720</td>\n\t\t\t\t\t\t<td>24,176</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 10분</td>\n\t\t\t\t\t\t<td>80</td>\n\t\t\t\t\t\t<td>243</td>\n\t\t\t\t\t\t<td>144</td>\n\t\t\t\t\t\t<td>394</td> \n\t\t\t\t\t\t<td>328</td>\n\t\t\t\t\t\t<td>22,305</td>\n\t\t\t\t\t\t<td>357</td>\n\t\t\t\t\t\t<td>3,525</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,717</td>\n\t\t\t\t\t\t<td>24,145</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 15분</td>\n\t\t\t\t\t\t<td>54</td>\n\t\t\t\t\t\t<td>163</td>\n\t\t\t\t\t\t<td>97</td>\n\t\t\t\t\t\t<td>520</td> \n\t\t\t\t\t\t<td>318</td>\n\t\t\t\t\t\t<td>22,564</td>\n\t\t\t\t\t\t<td>345</td>\n\t\t\t\t\t\t<td>3,507</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,797</td>\n\t\t\t\t\t\t<td>24,164</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 20분</td>\n\t\t\t\t\t\t<td>37</td>\n\t\t\t\t\t\t<td>119</td>\n\t\t\t\t\t\t<td>67</td>\n\t\t\t\t\t\t<td>522</td> \n\t\t\t\t\t\t<td>311</td>\n\t\t\t\t\t\t<td>22,382</td>\n\t\t\t\t\t\t<td>342</td>\n\t\t\t\t\t\t<td>3,502</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,818</td>\n\t\t\t\t\t\t<td>24,157</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>530</td> \n\t\t\t\t\t\t<td>325</td>\n\t\t\t\t\t\t<td>22,765</td>\n\t\t\t\t\t\t<td>343</td>\n\t\t\t\t\t\t<td>3,490</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,780</td>\n\t\t\t\t\t\t<td>24,164</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>536</td> \n\t\t\t\t\t\t<td>325</td>\n\t\t\t\t\t\t<td>23,011</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>3,467</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,771</td>\n\t\t\t\t\t\t<td>24,144</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 35분</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>26</td>\n\t\t\t\t\t\t<td>17</td>\n\t\t\t\t\t\t<td>937</td> \n\t\t\t\t\t\t<td>319</td>\n\t\t\t\t\t\t<td>22,779</td>\n\t\t\t\t\t\t<td>368</td>\n\t\t\t\t\t\t<td>3,421</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,859</td>\n\t\t\t\t\t\t<td>24,135</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 40분</td>\n\t\t\t\t\t\t<td>5</td>\n\t\t\t\t\t\t<td>17</td>\n\t\t\t\t\t\t<td>10</td>\n\t\t\t\t\t\t<td>940</td> \n\t\t\t\t\t\t<td>328</td>\n\t\t\t\t\t\t<td>23,010</td>\n\t\t\t\t\t\t<td>376</td>\n\t\t\t\t\t\t<td>3,459</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,839</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 45분</td>\n\t\t\t\t\t\t<td>9</td>\n\t\t\t\t\t\t<td>22</td>\n\t\t\t\t\t\t<td>16</td>\n\t\t\t\t\t\t<td>1,376</td> \n\t\t\t\t\t\t<td>326</td>\n\t\t\t\t\t\t<td>22,862</td>\n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>3,447</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,823</td>\n\t\t\t\t\t\t<td>24,131</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 50분</td>\n\t\t\t\t\t\t<td>10</td>\n\t\t\t\t\t\t<td>25</td>\n\t\t\t\t\t\t<td>18</td>\n\t\t\t\t\t\t<td>1,389</td> \n\t\t\t\t\t\t<td>286</td>\n\t\t\t\t\t\t<td>23,043</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>3,438</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,888</td>\n\t\t\t\t\t\t<td>24,206</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>17시 55분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>29</td>\n\t\t\t\t\t\t<td>21</td>\n\t\t\t\t\t\t<td>1,389</td> \n\t\t\t\t\t\t<td>280</td>\n\t\t\t\t\t\t<td>23,098</td>\n\t\t\t\t\t\t<td>370</td>\n\t\t\t\t\t\t<td>3,418</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,973</td>\n\t\t\t\t\t\t<td>24,183</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 00분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>27</td>\n\t\t\t\t\t\t<td>21</td>\n\t\t\t\t\t\t<td>1,391</td> \n\t\t\t\t\t\t<td>287</td>\n\t\t\t\t\t\t<td>23,232</td>\n\t\t\t\t\t\t<td>369</td>\n\t\t\t\t\t\t<td>3,412</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,929</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 05분</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>31</td>\n\t\t\t\t\t\t<td>23</td>\n\t\t\t\t\t\t<td>1,374</td> \n\t\t\t\t\t\t<td>285</td>\n\t\t\t\t\t\t<td>23,109</td>\n\t\t\t\t\t\t<td>396</td>\n\t\t\t\t\t\t<td>3,405</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,851</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 10분</td>\n\t\t\t\t\t\t<td>13</td>\n\t\t\t\t\t\t<td>31</td>\n\t\t\t\t\t\t<td>23</td>\n\t\t\t\t\t\t<td>1,380</td> \n\t\t\t\t\t\t<td>282</td>\n\t\t\t\t\t\t<td>23,083</td>\n\t\t\t\t\t\t<td>407</td>\n\t\t\t\t\t\t<td>3,393</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,864</td>\n\t\t\t\t\t\t<td>24,159</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 15분</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>30</td>\n\t\t\t\t\t\t<td>19</td>\n\t\t\t\t\t\t<td>1,392</td> \n\t\t\t\t\t\t<td>279</td>\n\t\t\t\t\t\t<td>22,970</td>\n\t\t\t\t\t\t<td>409</td>\n\t\t\t\t\t\t<td>3,418</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,961</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 20분</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>31</td>\n\t\t\t\t\t\t<td>20</td>\n\t\t\t\t\t\t<td>1,382</td> \n\t\t\t\t\t\t<td>277</td>\n\t\t\t\t\t\t<td>23,131</td>\n\t\t\t\t\t\t<td>403</td>\n\t\t\t\t\t\t<td>3,432</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,876</td>\n\t\t\t\t\t\t<td>24,135</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 25분</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>26</td>\n\t\t\t\t\t\t<td>15</td>\n\t\t\t\t\t\t<td>1,377</td> \n\t\t\t\t\t\t<td>278</td>\n\t\t\t\t\t\t<td>23,168</td>\n\t\t\t\t\t\t<td>397</td>\n\t\t\t\t\t\t<td>3,441</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,907</td>\n\t\t\t\t\t\t<td>24,190</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 30분</td>\n\t\t\t\t\t\t<td>8</td>\n\t\t\t\t\t\t<td>26</td>\n\t\t\t\t\t\t<td>14</td>\n\t\t\t\t\t\t<td>1,403</td> \n\t\t\t\t\t\t<td>286</td>\n\t\t\t\t\t\t<td>22,968</td>\n\t\t\t\t\t\t<td>396</td>\n\t\t\t\t\t\t<td>3,436</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,911</td>\n\t\t\t\t\t\t<td>24,153</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 35분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>21</td>\n\t\t\t\t\t\t<td>1,383</td> \n\t\t\t\t\t\t<td>282</td>\n\t\t\t\t\t\t<td>22,968</td>\n\t\t\t\t\t\t<td>394</td>\n\t\t\t\t\t\t<td>3,421</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,810</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 40분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>36</td>\n\t\t\t\t\t\t<td>22</td>\n\t\t\t\t\t\t<td>1,367</td> \n\t\t\t\t\t\t<td>279</td>\n\t\t\t\t\t\t<td>22,839</td>\n\t\t\t\t\t\t<td>393</td>\n\t\t\t\t\t\t<td>3,415</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,831</td>\n\t\t\t\t\t\t<td>24,195</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 45분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>37</td>\n\t\t\t\t\t\t<td>22</td>\n\t\t\t\t\t\t<td>1,381</td> \n\t\t\t\t\t\t<td>280</td>\n\t\t\t\t\t\t<td>22,764</td>\n\t\t\t\t\t\t<td>384</td>\n\t\t\t\t\t\t<td>3,419</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,818</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 50분</td>\n\t\t\t\t\t\t<td>12</td>\n\t\t\t\t\t\t<td>35</td>\n\t\t\t\t\t\t<td>22</td>\n\t\t\t\t\t\t<td>1,391</td> \n\t\t\t\t\t\t<td>209</td>\n\t\t\t\t\t\t<td>22,827</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>3,425</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,915</td>\n\t\t\t\t\t\t<td>24,180</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>18시 55분</td>\n\t\t\t\t\t\t<td>11</td>\n\t\t\t\t\t\t<td>31</td>\n\t\t\t\t\t\t<td>21</td>\n\t\t\t\t\t\t<td>1,376</td> \n\t\t\t\t\t\t<td>207</td>\n\t\t\t\t\t\t<td>22,673</td>\n\t\t\t\t\t\t<td>370</td>\n\t\t\t\t\t\t<td>3,422</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,873</td>\n\t\t\t\t\t\t<td>24,214</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,381</td> \n\t\t\t\t\t\t<td>211</td>\n\t\t\t\t\t\t<td>22,621</td>\n\t\t\t\t\t\t<td>380</td>\n\t\t\t\t\t\t<td>3,415</td>\n\t\t\t\t\t\t<td>361</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,901</td>\n\t\t\t\t\t\t<td>24,176</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,547</td> \n\t\t\t\t\t\t<td>213</td>\n\t\t\t\t\t\t<td>22,655</td>\n\t\t\t\t\t\t<td>371</td>\n\t\t\t\t\t\t<td>3,410</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,978</td>\n\t\t\t\t\t\t<td>24,157</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,521</td> \n\t\t\t\t\t\t<td>210</td>\n\t\t\t\t\t\t<td>22,522</td>\n\t\t\t\t\t\t<td>382</td>\n\t\t\t\t\t\t<td>3,421</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,871</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,305</td> \n\t\t\t\t\t\t<td>214</td>\n\t\t\t\t\t\t<td>22,458</td>\n\t\t\t\t\t\t<td>380</td>\n\t\t\t\t\t\t<td>3,428</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,907</td>\n\t\t\t\t\t\t<td>24,155</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,259</td> \n\t\t\t\t\t\t<td>210</td>\n\t\t\t\t\t\t<td>22,468</td>\n\t\t\t\t\t\t<td>385</td>\n\t\t\t\t\t\t<td>3,434</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,938</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,259</td> \n\t\t\t\t\t\t<td>205</td>\n\t\t\t\t\t\t<td>22,442</td>\n\t\t\t\t\t\t<td>368</td>\n\t\t\t\t\t\t<td>3,422</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,878</td>\n\t\t\t\t\t\t<td>24,171</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,303</td> \n\t\t\t\t\t\t<td>215</td>\n\t\t\t\t\t\t<td>22,404</td>\n\t\t\t\t\t\t<td>380</td>\n\t\t\t\t\t\t<td>3,424</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,839</td>\n\t\t\t\t\t\t<td>24,159</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,229</td> \n\t\t\t\t\t\t<td>202</td>\n\t\t\t\t\t\t<td>22,216</td>\n\t\t\t\t\t\t<td>360</td>\n\t\t\t\t\t\t<td>3,424</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,825</td>\n\t\t\t\t\t\t<td>24,202</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,238</td> \n\t\t\t\t\t\t<td>206</td>\n\t\t\t\t\t\t<td>22,052</td>\n\t\t\t\t\t\t<td>395</td>\n\t\t\t\t\t\t<td>3,414</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,868</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,092</td> \n\t\t\t\t\t\t<td>211</td>\n\t\t\t\t\t\t<td>22,184</td>\n\t\t\t\t\t\t<td>409</td>\n\t\t\t\t\t\t<td>3,422</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,931</td>\n\t\t\t\t\t\t<td>24,165</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,039</td> \n\t\t\t\t\t\t<td>209</td>\n\t\t\t\t\t\t<td>21,947</td>\n\t\t\t\t\t\t<td>401</td>\n\t\t\t\t\t\t<td>3,420</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,962</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>19시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,073</td> \n\t\t\t\t\t\t<td>210</td>\n\t\t\t\t\t\t<td>21,826</td>\n\t\t\t\t\t\t<td>408</td>\n\t\t\t\t\t\t<td>3,418</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,907</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,064</td> \n\t\t\t\t\t\t<td>208</td>\n\t\t\t\t\t\t<td>21,716</td>\n\t\t\t\t\t\t<td>388</td>\n\t\t\t\t\t\t<td>3,409</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>15,014</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,028</td> \n\t\t\t\t\t\t<td>242</td>\n\t\t\t\t\t\t<td>21,674</td>\n\t\t\t\t\t\t<td>369</td>\n\t\t\t\t\t\t<td>3,408</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,897</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,070</td> \n\t\t\t\t\t\t<td>251</td>\n\t\t\t\t\t\t<td>21,683</td>\n\t\t\t\t\t\t<td>388</td>\n\t\t\t\t\t\t<td>3,414</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,883</td>\n\t\t\t\t\t\t<td>24,171</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,035</td> \n\t\t\t\t\t\t<td>246</td>\n\t\t\t\t\t\t<td>21,440</td>\n\t\t\t\t\t\t<td>386</td>\n\t\t\t\t\t\t<td>3,414</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,870</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,089</td> \n\t\t\t\t\t\t<td>257</td>\n\t\t\t\t\t\t<td>21,532</td>\n\t\t\t\t\t\t<td>390</td>\n\t\t\t\t\t\t<td>3,411</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,924</td>\n\t\t\t\t\t\t<td>24,186</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,068</td> \n\t\t\t\t\t\t<td>250</td>\n\t\t\t\t\t\t<td>21,449</td>\n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>3,411</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,850</td>\n\t\t\t\t\t\t<td>24,181</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,041</td> \n\t\t\t\t\t\t<td>245</td>\n\t\t\t\t\t\t<td>21,344</td>\n\t\t\t\t\t\t<td>370</td>\n\t\t\t\t\t\t<td>3,397</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,866</td>\n\t\t\t\t\t\t<td>24,173</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,039</td> \n\t\t\t\t\t\t<td>247</td>\n\t\t\t\t\t\t<td>21,099</td>\n\t\t\t\t\t\t<td>373</td>\n\t\t\t\t\t\t<td>3,396</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,840</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,103</td> \n\t\t\t\t\t\t<td>258</td>\n\t\t\t\t\t\t<td>20,972</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>3,395</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,893</td>\n\t\t\t\t\t\t<td>24,192</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,061</td> \n\t\t\t\t\t\t<td>251</td>\n\t\t\t\t\t\t<td>21,057</td>\n\t\t\t\t\t\t<td>362</td>\n\t\t\t\t\t\t<td>3,399</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>15,000</td>\n\t\t\t\t\t\t<td>24,169</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,090</td> \n\t\t\t\t\t\t<td>253</td>\n\t\t\t\t\t\t<td>21,002</td>\n\t\t\t\t\t\t<td>355</td>\n\t\t\t\t\t\t<td>3,393</td>\n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,910</td>\n\t\t\t\t\t\t<td>24,184</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>20시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,078</td> \n\t\t\t\t\t\t<td>252</td>\n\t\t\t\t\t\t<td>20,742</td>\n\t\t\t\t\t\t<td>355</td>\n\t\t\t\t\t\t<td>3,391</td>\n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,875</td>\n\t\t\t\t\t\t<td>24,160</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,055</td> \n\t\t\t\t\t\t<td>253</td>\n\t\t\t\t\t\t<td>20,534</td>\n\t\t\t\t\t\t<td>369</td>\n\t\t\t\t\t\t<td>3,388</td>\n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,969</td>\n\t\t\t\t\t\t<td>24,145</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,083</td> \n\t\t\t\t\t\t<td>252</td>\n\t\t\t\t\t\t<td>20,195</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>3,382</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,845</td>\n\t\t\t\t\t\t<td>24,172</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,095</td> \n\t\t\t\t\t\t<td>261</td>\n\t\t\t\t\t\t<td>20,152</td>\n\t\t\t\t\t\t<td>382</td>\n\t\t\t\t\t\t<td>3,380</td>\n\t\t\t\t\t\t<td>366</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,969</td>\n\t\t\t\t\t\t<td>24,188</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,015</td> \n\t\t\t\t\t\t<td>240</td>\n\t\t\t\t\t\t<td>20,060</td>\n\t\t\t\t\t\t<td>377</td>\n\t\t\t\t\t\t<td>3,373</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,852</td>\n\t\t\t\t\t\t<td>24,177</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,073</td> \n\t\t\t\t\t\t<td>250</td>\n\t\t\t\t\t\t<td>19,798</td>\n\t\t\t\t\t\t<td>368</td>\n\t\t\t\t\t\t<td>3,372</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,828</td>\n\t\t\t\t\t\t<td>24,176</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>994</td> \n\t\t\t\t\t\t<td>240</td>\n\t\t\t\t\t\t<td>19,778</td>\n\t\t\t\t\t\t<td>359</td>\n\t\t\t\t\t\t<td>3,368</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,777</td>\n\t\t\t\t\t\t<td>24,183</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,105</td> \n\t\t\t\t\t\t<td>251</td>\n\t\t\t\t\t\t<td>19,914</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>3,348</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,887</td>\n\t\t\t\t\t\t<td>24,158</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,031</td> \n\t\t\t\t\t\t<td>245</td>\n\t\t\t\t\t\t<td>19,654</td>\n\t\t\t\t\t\t<td>375</td>\n\t\t\t\t\t\t<td>3,349</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,872</td>\n\t\t\t\t\t\t<td>24,204</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>1,079</td> \n\t\t\t\t\t\t<td>250</td>\n\t\t\t\t\t\t<td>19,575</td>\n\t\t\t\t\t\t<td>367</td>\n\t\t\t\t\t\t<td>3,343</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,872</td>\n\t\t\t\t\t\t<td>24,155</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>852</td> \n\t\t\t\t\t\t<td>242</td>\n\t\t\t\t\t\t<td>19,798</td>\n\t\t\t\t\t\t<td>378</td>\n\t\t\t\t\t\t<td>3,344</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,904</td>\n\t\t\t\t\t\t<td>24,194</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>799</td> \n\t\t\t\t\t\t<td>233</td>\n\t\t\t\t\t\t<td>19,370</td>\n\t\t\t\t\t\t<td>382</td>\n\t\t\t\t\t\t<td>3,336</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,830</td>\n\t\t\t\t\t\t<td>24,189</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>21시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>863</td> \n\t\t\t\t\t\t<td>240</td>\n\t\t\t\t\t\t<td>19,446</td>\n\t\t\t\t\t\t<td>380</td>\n\t\t\t\t\t\t<td>3,335</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,916</td>\n\t\t\t\t\t\t<td>24,156</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>875</td> \n\t\t\t\t\t\t<td>248</td>\n\t\t\t\t\t\t<td>19,615</td>\n\t\t\t\t\t\t<td>392</td>\n\t\t\t\t\t\t<td>3,328</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,945</td>\n\t\t\t\t\t\t<td>24,166</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>854</td> \n\t\t\t\t\t\t<td>242</td>\n\t\t\t\t\t\t<td>19,896</td>\n\t\t\t\t\t\t<td>400</td>\n\t\t\t\t\t\t<td>3,320</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,909</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>836</td> \n\t\t\t\t\t\t<td>238</td>\n\t\t\t\t\t\t<td>19,938</td>\n\t\t\t\t\t\t<td>405</td>\n\t\t\t\t\t\t<td>3,312</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,907</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>815</td> \n\t\t\t\t\t\t<td>248</td>\n\t\t\t\t\t\t<td>19,972</td>\n\t\t\t\t\t\t<td>380</td>\n\t\t\t\t\t\t<td>3,306</td>\n\t\t\t\t\t\t<td>365</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>15,016</td>\n\t\t\t\t\t\t<td>24,147</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>730</td> \n\t\t\t\t\t\t<td>200</td>\n\t\t\t\t\t\t<td>20,130</td>\n\t\t\t\t\t\t<td>386</td>\n\t\t\t\t\t\t<td>3,298</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,995</td>\n\t\t\t\t\t\t<td>24,188</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>728</td> \n\t\t\t\t\t\t<td>198</td>\n\t\t\t\t\t\t<td>19,948</td>\n\t\t\t\t\t\t<td>398</td>\n\t\t\t\t\t\t<td>3,306</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,978</td>\n\t\t\t\t\t\t<td>24,170</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>736</td> \n\t\t\t\t\t\t<td>201</td>\n\t\t\t\t\t\t<td>19,859</td>\n\t\t\t\t\t\t<td>409</td>\n\t\t\t\t\t\t<td>3,300</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>194</td>\n\t\t\t\t\t\t<td>14,959</td>\n\t\t\t\t\t\t<td>24,134</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>737</td> \n\t\t\t\t\t\t<td>116</td>\n\t\t\t\t\t\t<td>19,950</td>\n\t\t\t\t\t\t<td>407</td>\n\t\t\t\t\t\t<td>3,293</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,918</td>\n\t\t\t\t\t\t<td>24,151</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>721</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,576</td>\n\t\t\t\t\t\t<td>407</td>\n\t\t\t\t\t\t<td>3,289</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>193</td>\n\t\t\t\t\t\t<td>14,890</td>\n\t\t\t\t\t\t<td>24,174</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>739</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,605</td>\n\t\t\t\t\t\t<td>390</td>\n\t\t\t\t\t\t<td>3,282</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>14,898</td>\n\t\t\t\t\t\t<td>24,155</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>735</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,548</td>\n\t\t\t\t\t\t<td>383</td>\n\t\t\t\t\t\t<td>3,278</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>190</td>\n\t\t\t\t\t\t<td>14,900</td>\n\t\t\t\t\t\t<td>24,147</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>22시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>730</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>19,408</td>\n\t\t\t\t\t\t<td>376</td>\n\t\t\t\t\t\t<td>3,268</td>\n\t\t\t\t\t\t<td>363</td>\n\t\t\t\t\t\t<td>192</td>\n\t\t\t\t\t\t<td>14,872</td>\n\t\t\t\t\t\t<td>24,171</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 00분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>769</td> \n\t\t\t\t\t\t<td>40</td>\n\t\t\t\t\t\t<td>19,565</td>\n\t\t\t\t\t\t<td>382</td>\n\t\t\t\t\t\t<td>3,257</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>15,066</td>\n\t\t\t\t\t\t<td>24,187</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 05분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>750</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>20,394</td>\n\t\t\t\t\t\t<td>372</td>\n\t\t\t\t\t\t<td>3,188</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>15,148</td>\n\t\t\t\t\t\t<td>24,168</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 10분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>742</td> \n\t\t\t\t\t\t<td>39</td>\n\t\t\t\t\t\t<td>20,717</td>\n\t\t\t\t\t\t<td>391</td>\n\t\t\t\t\t\t<td>3,191</td>\n\t\t\t\t\t\t<td>364</td>\n\t\t\t\t\t\t<td>191</td>\n\t\t\t\t\t\t<td>15,089</td>\n\t\t\t\t\t\t<td>24,175</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 15분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 20분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 25분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 30분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 35분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 40분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 45분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 50분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>23시 55분</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td> \n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t\t<td>0</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t</tbody>\n\t\t</table>\n\t</div>\n</div>\n<div class=\"FloatLeft MAT10 MAB10\">\n*태양광(PPA,BTM)은 공식적인 계량 수치가 아닌 태양광(전력시장) 데이터에 기반한 실시간 추정값임을 참고하시기 바라며, 태양광(전력시장) 데이터의 누락이나 취득 지연 등으로 인한 오차가 포함될수 있습니다.<br>\n*국가 총수요 데이터는 '24.11.23일 이후 데이터만 조회 가능합니다.<br>\n*'24.11.23일 이후에는 신재생으로부터 풍력을 분리하였습니다.\n</div>\n<div class=\"btn_area AlignRight\">\n\t<a href=\"/powerSource.es?mid=a10606030000&device=chart\" target=\"_blank\" title=\"새창열림\" class=\"btn_link\">차트보기</a>\n</div>\n\n<h4>최근 5년 최대 전력 실적</h4>\n\t\n\n\n\n\n\n\n<p class=\"info_top\">단위 : MW,%</p>\n<div class=\"conTableGroup scroll\"> \n\t<table class=\"conTable tdCenter\" style=\"min-width:500px\">\n\t\t<caption>최근 5년 최대 전력 실적</caption>\n\t\t<colgroup>\n\t\t\t<col>\n\t\t\t<col>\n\t\t\t<col>\n\t\t\t<col>\n\t\t\t<col>\n\t\t</colgroup>\n\t\t<thead>\n\t\t\t<tr>\n\t\t\t\t<th rowspan=\"2\">일시</th>\n\t\t\t\t<th colspan=\"4\">전력시장</th>\n\t\t\t\t<th rowspan=\"2\">비고<br>(총수요 추정)</th>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<th style=\"border-left: 1px solid #d8dee5;\">공급능력</th>\n\t\t\t\t<th>최대수요</th>\n\t\t\t\t<th>예비전력</th>\n\t\t\t\t<th>예비율</th>\n\t\t\t</tr>\t\t\t\n\t\t</thead>\n\t\t<tbody>\n\n\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2024년 08월 20일</td>\n\t\t\t\t<td>105,360</td>\n\t\t\t\t<td>97,115</td>\n\t\t\t\t<td>8,245</td>\n\t\t\t\t<td>8.5</td>\n\t\t\t\t<td>103,553</td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2023년 12월 21일</td>\n\t\t\t\t<td>105,213</td>\n\t\t\t\t<td>91,556</td>\n\t\t\t\t<td>13,657</td>\n\t\t\t\t<td>14.9</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2023년 08월 07일</td>\n\t\t\t\t<td>104,297</td>\n\t\t\t\t<td>93,615</td>\n\t\t\t\t<td>10,682</td>\n\t\t\t\t<td>11.4</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2022년 12월 23일</td>\n\t\t\t\t<td>105,628</td>\n\t\t\t\t<td>94,509</td>\n\t\t\t\t<td>11,119</td>\n\t\t\t\t<td>11.8</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2022년 07월 07일</td>\n\t\t\t\t<td>99,716</td>\n\t\t\t\t<td>92,990</td>\n\t\t\t\t<td>6,726</td>\n\t\t\t\t<td>7.2</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2021년 12월 27일</td>\n\t\t\t\t<td>103,554</td>\n\t\t\t\t<td>90,708</td>\n\t\t\t\t<td>12,846</td>\n\t\t\t\t<td>14.2</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2021년 07월 27일</td>\n\t\t\t\t<td>100,739</td>\n\t\t\t\t<td>91,141</td>\n\t\t\t\t<td>9,598</td>\n\t\t\t\t<td>10.5</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\t\t\t<tr>\n\t\t\t\t<td>2021년 01월 11일</td>\n\t\t\t\t<td>99,189</td>\n\t\t\t\t<td>90,564</td>\n\t\t\t\t<td>8,625</td>\n\t\t\t\t<td>9.5</td>\n\t\t\t\t<td></td>\n\t\t\t</tr>\n\t\n\n\n\n\t\t</tbody>\n\t</table>\t\n</div>\t\t\t\n\n\n\n\n\n\n\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"contents_info\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<article class=\"duty\">\n\t\t\t\t\t\t<h2 class=\"title\">콘텐츠 정보책임자</h2>\n\t\t\t\t\t\t<ul class=\"list\">\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<strong class=\"label\">담당부서</strong>\n\t\t\t\t\t\t\t\t<span class=\"part\"></span>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<strong class=\"label\">담당자</strong>\n\t\t\t\t\t\t\t\t<span class=\"name\"></span>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<strong class=\"label\">문의전화</strong>\n\t\t\t\t\t\t\t\t<span class=\"tel\"><a href=\"tel:\"></a></span>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t<p class=\"date\">\n\t\t\t\t\t\t\t<strong class=\"label\">업데이트</strong>\n\t\t\t\t\t\t\t<span>2021/11/22</span>\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</article>\n\t\t\t\t\n\t\t\t\t<div class=\"group\">\n\t\t\t\t\n\t\t\t\t<article id=\"satisfy\" class=\"item\">\n\t\t\t\t\t\n\n\n\n\n\n<script type=\"text/javascript\">\n//<![CDATA[\n\tfunction satisfy_confirm(){\n\t\tvar fm = document.s_form;\n\t\tvar selChk = document.getElementsByName(\"chk_point\");\n\t\tfor(var i = 0 ; i < selChk.length ; i++){\n\t\t\tif(selChk[i].checked == true){\n\t\t\t\tfm.point.value = selChk[i].value;\n\t\t\t}\n\t\t}\n\t\tfm.action = \"/satisfy.es?mid=a10606030000&act=ins\";\n\t\tfm.submit();\n\t}\n//]]>\n</script>\n\n<fieldset>\n\t<legend>콘텐츠 만족도 조사</legend>\n\t<h2 class=\"title\">\n\t\t\n\t\t<strong>이 페이지에서 제공하는 정보에 대하여 만족하십니까?</strong>\n\t\t\n\t\t\n\t</h2>\n\t<div class=\"cont\">\n\t\t\n\t\t\n\t\t\n\t\t<form id=\"s_form\" name=\"s_form\" action=\"/satisfy.es\" method=\"post\">\n\t\t<input type=\"hidden\" name=\"mid\" value=\"a10606030000\" />\n\t\t<input type=\"hidden\" name=\"act\" value=\"ins\" />\n\t\t<input type=\"hidden\" name=\"point\" value=\"0\" />\n\t\t<ul class=\"list\">\n\t\t\t<li class=\"form_radio\"><input type=\"radio\" name=\"chk_point\" id=\"q1\" value=\"5\" checked=\"checked\" /><label for=\"q1\"> 매우만족</label></li>\n\t\t\t<li class=\"form_radio\"><input type=\"radio\" name=\"chk_point\" id=\"q2\" value=\"4\" /><label for=\"q2\"> 만족</label></li>\n\t\t\t<li class=\"form_radio\"><input type=\"radio\" name=\"chk_point\" id=\"q3\" value=\"3\" /><label for=\"q3\"> 보통</label></li>\n\t\t\t<li class=\"form_radio\"><input type=\"radio\" name=\"chk_point\" id=\"q4\" value=\"2\" /><label for=\"q4\"> 불만족</label></li>\n\t\t\t<li class=\"form_radio\"><input type=\"radio\" name=\"chk_point\" id=\"q5\" value=\"1\" /><label for=\"q5\"> 매우불만족</label></li>\n\t\t</ul>\n\t\t<p class=\"form\">\n\t\t\t<label for=\"opinionContents\" class=\"IR\">의견을 남겨주세요</label>\n\t\t\t<input type=\"text\" class=\"form_textbox\" name=\"contents\" id=\"opinionContents\" onkeyup=\"insertContentsMax('opinionLength2', '100', document.s_form.contents); return false;\" title=\"의견을 남겨주세요\" placeholder=\"의견을 남겨주세요\" />\n\t\t\t<input type=\"submit\" class=\"btn\" onclick=\"satisfy_confirm(); return false;\" value=\"의견등록\"  />\n\t\t\t<span class=\"length\"><strong><span id=\"opinionLength2\">0</span></strong>/100</span>\n\t\t</p>\n\t\t<div>\n<input type=\"hidden\" name=\"_csrf\" value=\"cc29bc11-037e-4e72-95ee-c4295424f505\" />\n</div></form>\n\t\t\n\t\t\n\t</div>\n</fieldset>\n\n\t\t\t\t</article>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</section>\n\n\n\n\n\n\n\t\t</div>\n\t</main>\n\t\n\t<footer id=\"footer\">\n\t\t<div class=\"footer_wrap\">\n\t\t\t\n\t\t<span class='visually_hidden'>smartKPX 전력거래소</span>\n\t\t                                 \n\t\t<div class=\"ismsp_icon\">\n\t\t\t<div class=\"ismsp_pop remove\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li><span>[인증범위] </span>\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t 대국민서비스(대표홈페이지, 방문예약시스템) 및 전력거래서비스(전력거래시스템, 신재생 에너지 공급인증서 거래시스템)\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li><span>[유효기간]</span> 2022.11.13. ~ 2025.11.12.</li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t\t<ul class=\"mark\" >\n\t\t\t\t<li><a href=\"https://isms.kisa.or.kr/main/ispims/issue/?certificationMode=list&searchCondition=2&searchKeyword=ISMS-P-KISA-2019-023\" target=\"_blank\" class=\"ismspImg\"><img src=\"/main/img/layout/mark_isms.png\" alt=\"ismsp\"></a></li>\n\t\t\t\t<li><a href=\"/menu.es?mid=a10607000000\"><img width=\"80px;\" src=\"/main/img/layout/mark_wa.png\" alt=\"(사단법인)한국장애인단체총연합회 웹와치 웹 접근성 우수사이트 인증마크(WA인증마크)\"></a></li>\n\t\t\t</ul>\t\t\t\n    \t</div>\n\t\t                           \n\t\t<script>\n\t\t                                 \n\t\t$(document).ready(function(){\n\t\t\t$(\".ismspImg\").mouseover(function(){\n\t\t\t\t$(\".ismsp_pop\").removeClass(\"remove\");\n\t\t\t});\n\t\t\n\t\t\t$(\".ismspImg\").mouseout(function(){\n\t\t\t\t$(\".ismsp_pop\").addClass(\"remove\");\n\t\t\t});\n\t\t});\n\t\t                                    \n\t\t</script>\t\t\t\n\t\t<div class=\"related\">\n\t\t\t\n\n\n\n\n\n\n\n\t<div class=\"group group1\">\n\t\t<a href=\"\" class=\"label\">관련유관기관</a>\n\t\t<ul class=\"list\">\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.kepco.co.kr/\" target=\"_blank\" title=\"새창\">한국전력공사</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.koenergy.kr\" target=\"_blank\" title=\"새창\">한국남동발전</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.komipo.co.kr/\" target=\"_blank\" title=\"새창\">한국중부발전</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.iwest.co.kr\" target=\"_blank\" title=\"새창\">한국서부발전</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.kospo.co.kr/\" target=\"_blank\" title=\"새창\">한국남부발전</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.ewp.co.kr/\" target=\"_blank\" title=\"새창\">한국동서발전</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.khnp.co.kr/\" target=\"_blank\" title=\"새창\">한국수력원자력</a>\n\t\t</li>\n\t\n\t\t</ul>\n\t</div>\n\n\n\n\t\t\t\n\n\n\n\n\n\n\n\t<div class=\"group group1\">\n\t\t<a href=\"\" class=\"label\">공공기관 사이트</a>\n\t\t<ul class=\"list\">\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.cwd.go.kr/\" target=\"_blank\" title=\"새창\">청와대</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mosf.go.kr/\" target=\"_blank\" title=\"새창\">기획재정부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.moe.go.kr/\" target=\"_blank\" title=\"새창\">교육부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mofa.go.kr/\" target=\"_blank\" title=\"새창\">외교부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.motie.go.kr\" target=\"_blank\" title=\"새창\">산업통상자원부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.unikorea.go.kr/\" target=\"_blank\" title=\"새창\">통일부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.moj.go.kr/\" target=\"_blank\" title=\"새창\">법무부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mnd.go.kr/\" target=\"_blank\" title=\"새창\">국방부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mois.go.kr\" target=\"_blank\" title=\"새창\">행정안전부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mcst.go.kr/\" target=\"_blank\" title=\"새창\">문화체육관광부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mafra.go.kr\" target=\"_blank\" title=\"새창\">농림축산식품부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mohw.go.kr/\" target=\"_blank\" title=\"새창\">보건복지부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.me.go.kr/\" target=\"_blank\" title=\"새창\">환경부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.moel.go.kr\" target=\"_blank\" title=\"새창\">고용노동부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mogef.go.kr/\" target=\"_blank\" title=\"새창\">여성부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.molit.go.kr/\" target=\"_blank\" title=\"새창\">국토교통부</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.moleg.go.kr/\" target=\"_blank\" title=\"새창\">법제처</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mpva.go.kr/\" target=\"_blank\" title=\"새창\">국가보훈처</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.police.go.kr/\" target=\"_blank\" title=\"새창\">경찰청</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.ftc.go.kr/\" target=\"_blank\" title=\"새창\">공정거래위원회</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.acrc.go.kr/\" target=\"_blank\" title=\"새창\">국민권익위원회</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.nts.go.kr/\" target=\"_blank\" title=\"새창\">국세청</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.nis.go.kr/\" target=\"_blank\" title=\"새창\">국가정보원</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.assembly.go.kr/\" target=\"_blank\" title=\"새창\">국회</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.fsc.go.kr/\" target=\"_blank\" title=\"새창\">금융위원회</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.mma.go.kr/\" target=\"_blank\" title=\"새창\">병무청</a>\n\t\t</li>\n\t\n\t\t<li>\n\t\t\t<a href=\"http://www.korec.go.kr/\" target=\"_blank\" title=\"새창\">전기위원회</a>\n\t\t</li>\n\t\n\t\t</ul>\n\t</div>\n\n\n\n\t\t</div>\n\t\t<div id=\"fnb\">\n\t\t\t<ul class=\"fnb1\">\n\t\t\t\t  <li><a href=\"/menu.es?mid=a10301010000\">KPX소개</a></li>\n\t\t\t      <li class=\"point\"><a href=\"/menu.es?mid=a10522000000\">개인정보처리방침</a></li>\n\t\t\t      <li><a href=\"/menu.es?mid=a10605030000\">이메일무단수집거부</a></li>\n\t\t\t      <li><a href=\"/menu.es?mid=a10605010000\">프로그램 다운로드</a></li>\n\t\t\t      <li><a href=\"https://mail.kpx.or.kr/login\" target=\"_blank\">전자메일(직원전용)</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div id=\"siteinfo\">\n\t\t\t<address><em>(58322)전라남도 나주시 빛가람로 625(빛가람동)</em> <span>Tel : <a href=\"tel:061-330-8100\">061.330.8100</a></span> <span>Fax : 061.330.8299</span> <span>REC문의 : rec@kpx.or.kr</span></address>\n\t\t\t<p class=\"copyright\">COPYRIGHT(C) 2021 KOREA POWER EXCHANGE(KPX) ALL RIGHTS RESERVED</p>\n\t\t</div>\n\t\t\n\n\n\n\t\t</div>\n\t\t\n<div id=\"quick\">\n\t<h2 class=\"blind\">퀵메뉴</h2>\n\t<a href=\"\" class=\"control_m open\">퀵메뉴 열기</a>\n\t                                                                                                                                                                                     \n\t\n\n\n\n\n\n\n\n\t<ul class=\"link_list\">\n\n\t\t<li class=\"link01\"><a href=\"/menu.es?mid=a10403010000\" target=\"_self\">전력수급계획</a></li>\n\n\t\t<li class=\"link02\"><a href=\"/menu.es?mid=a10504040000\" target=\"_self\">서비스 담당자 안내</a></li>\n\n\t\t<li class=\"link03\"><a href=\"/menu.es?mid=a10208000000\" target=\"_self\">입찰공고 및 수의계약</a></li>\n\n\t\t<li class=\"link04\"><a href=\"/main/#section-3rd\" target=\"_self\">홈으로 바로가기</a></li>\n\n\t\t<li class=\"link05\"><a href=\"/menu.es?mid=a10510000000\" target=\"_self\">실적증명서 발급</a></li>\n\n\t</ul>\n\n\n\n\t<ul class=\"member_list\">\n\t\t<li class=\"member01\"><a href=\"/menu.es?mid=a10605050000\">세무로 회원가입</a></li>\n\t</ul>\n\t<a href=\"\" class=\"control_m close\">퀵메뉴 닫기</a>\n</div>\n<div id=\"quick_nav\">\n\t<div class=\"anchor\">\n\t\t<a href=\"#main\" class=\"anchorLink up\">위로가기</a>\n\t</div>\n\t<div class=\"chat\">\n\t\t<div class=\"findeep-widget-container\">\n\t\t\t<a href=\"javascript:void;\" id=\"findeep-widget-chat-btn\" class=\"findeep-widget-fab\">챗봇</a>\n\t\t</div>\n\t\t<script src=\"/findeep/chat/findeep-widget.js\"></script>\n\t</div>\n</div>\n\n\t</footer>\n</div>\n\n<!--[if lt IE 9]><script src=\"/js/html5.js\"></script><![endif]-->\n<link rel=\"stylesheet\" href=\"/css/printArea.css\" media=\"print\" />\n\n                  \n<script src=\"/main/js/layout.js\"></script>\n\n                  \n<script src=\"/main/js/sub.js\"></script>\n\n<script src=\"/jquery/js/jquery.bxslider.min.js\"></script>\n<script src=\"/jquery/js/ui.datepicker.js\"></script>\n<script src=\"/jquery/js/jquery-ui.min.js\"></script>\n\n\n\t\n\n\t\n<script>\n\ttry { initNavigation('06'); } catch (e) { console.log(\"\"); }\t// 메인메뉴 활성화\n\t//try { initNavigationMbl('06'); } catch (e) { console.log(\"\"); }\t// 모바일 메인메뉴 활성화\n\ttry { initLeftMenuLI('0606', '060603'); } catch (e) { console.log(\"\"); }\t// 서브메뉴 활성화\n\ttry { init3DepthMenu('060603'); } catch (e) { console.log(\"\"); }\n\ttry { init4DepthMenu('06060300'); } catch (e) { console.log(\"\"); }\n\ttry { init5DepthMenu('0606030000'); } catch (e) { console.log(\"\"); }\n\ttry { init1DepthComboMenu('06'); } catch (e) { console.log(\"\"); }\n\ttry { init2DepthComboMenu('0606'); } catch (e) { console.log(\"\"); }\n\ttry { init3DepthComboMenu('060603'); } catch (e) { console.log(\"\"); }\n\ttry { init4DepthComboMenu('06060300'); } catch (e) { console.log(\"\"); }\n\ttry { init5DepthComboMenu('0606030000'); } catch (e) { console.log(\"\"); }\n\ttry { init1DepthComboMenu2('06'); } catch (e) { console.log(\"\"); }\n\ttry { init2DepthComboMenu2('0606'); } catch (e) { console.log(\"\"); }\n\ttry { init3DepthComboMenu2('060603'); } catch (e) { console.log(\"\"); }\n\t$.ajax({ url:'/logInsert.es?mid=a10606030000' });\t\t// 로그기록\n</script>\n\t\n\t\n\n</body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/MD/moldoelectrica_api_historical_20210725.json",
    "content": "[[\"2021-07-26 23:45\",\"709\",\"732\",\"568\",\"651\",\"527\",\"39\",\"2\",\"139\",\"0\",\"0\",\"87\"],[\"2021-07-26 23:30\",\"711\",\"732\",\"594\",\"651\",\"553\",\"39\",\"2\",\"114\",\"0\",\"0\",\"87\"],[\"2021-07-26 23:15\",\"726\",\"732\",\"651\",\"651\",\"610\",\"39\",\"2\",\"72\",\"0\",\"0\",\"87\"],[\"2021-07-26 23:00\",\"682\",\"732\",\"667\",\"651\",\"626\",\"39\",\"2\",\"13\",\"0\",\"0\",\"87\"],[\"2021-07-26 22:45\",\"824\",\"817\",\"765\",\"736\",\"724\",\"39\",\"2\",\"57\",\"0\",\"0\",\"87\"],[\"2021-07-26 22:30\",\"810\",\"817\",\"795\",\"736\",\"753\",\"39\",\"3\",\"14\",\"0\",\"0\",\"87\"],[\"2021-07-26 22:15\",\"837\",\"817\",\"804\",\"736\",\"763\",\"39\",\"2\",\"31\",\"0\",\"0\",\"87\"],[\"2021-07-26 22:00\",\"881\",\"817\",\"802\",\"736\",\"761\",\"39\",\"2\",\"77\",\"0\",\"0\",\"87\"],[\"2021-07-26 21:45\",\"809\",\"838\",\"797\",\"756\",\"756\",\"39\",\"2\",\"10\",\"0\",\"0\",\"88\"],[\"2021-07-26 21:30\",\"892\",\"838\",\"771\",\"756\",\"730\",\"39\",\"2\",\"118\",\"0\",\"0\",\"88\"],[\"2021-07-26 21:15\",\"796\",\"838\",\"771\",\"756\",\"730\",\"39\",\"2\",\"23\",\"0\",\"0\",\"88\"],[\"2021-07-26 21:00\",\"780\",\"838\",\"770\",\"756\",\"729\",\"39\",\"2\",\"7\",\"0\",\"0\",\"88\"],[\"2021-07-26 20:45\",\"836\",\"817\",\"771\",\"737\",\"730\",\"39\",\"2\",\"64\",\"0\",\"0\",\"87\"],[\"2021-07-26 20:30\",\"759\",\"817\",\"771\",\"737\",\"730\",\"39\",\"2\",\"-13\",\"0\",\"0\",\"87\"],[\"2021-07-26 20:15\",\"835\",\"817\",\"768\",\"737\",\"728\",\"39\",\"1\",\"64\",\"0\",\"0\",\"87\"],[\"2021-07-26 20:00\",\"821\",\"817\",\"771\",\"737\",\"730\",\"39\",\"2\",\"48\",\"0\",\"0\",\"87\"],[\"2021-07-26 19:45\",\"829\",\"818\",\"770\",\"737\",\"729\",\"39\",\"2\",\"57\",\"0\",\"0\",\"88\"],[\"2021-07-26 19:30\",\"764\",\"818\",\"768\",\"737\",\"727\",\"39\",\"2\",\"-6\",\"0\",\"0\",\"88\"],[\"2021-07-26 19:15\",\"848\",\"818\",\"769\",\"737\",\"728\",\"39\",\"2\",\"77\",\"0\",\"0\",\"88\"],[\"2021-07-26 19:00\",\"838\",\"818\",\"767\",\"737\",\"726\",\"39\",\"2\",\"68\",\"0\",\"0\",\"88\"],[\"2021-07-26 18:45\",\"870\",\"834\",\"771\",\"752\",\"730\",\"39\",\"2\",\"97\",\"0\",\"0\",\"89\"],[\"2021-07-26 18:30\",\"862\",\"834\",\"767\",\"752\",\"726\",\"39\",\"2\",\"92\",\"0\",\"0\",\"89\"],[\"2021-07-26 18:15\",\"792\",\"834\",\"799\",\"752\",\"758\",\"39\",\"2\",\"-9\",\"0\",\"0\",\"89\"],[\"2021-07-26 18:00\",\"877\",\"834\",\"800\",\"752\",\"759\",\"39\",\"2\",\"74\",\"0\",\"0\",\"89\"],[\"2021-07-26 17:45\",\"811\",\"859\",\"798\",\"777\",\"757\",\"39\",\"2\",\"10\",\"0\",\"0\",\"89\"],[\"2021-07-26 17:30\",\"883\",\"859\",\"799\",\"777\",\"758\",\"39\",\"2\",\"82\",\"0\",\"0\",\"89\"],[\"2021-07-26 17:15\",\"818\",\"859\",\"797\",\"777\",\"756\",\"39\",\"2\",\"18\",\"0\",\"0\",\"89\"],[\"2021-07-26 17:00\",\"899\",\"859\",\"805\",\"777\",\"764\",\"39\",\"2\",\"91\",\"0\",\"0\",\"89\"],[\"2021-07-26 16:45\",\"918\",\"884\",\"838\",\"802\",\"797\",\"39\",\"2\",\"78\",\"0\",\"0\",\"89\"],[\"2021-07-26 16:30\",\"917\",\"884\",\"840\",\"802\",\"799\",\"39\",\"2\",\"75\",\"0\",\"0\",\"89\"],[\"2021-07-26 16:15\",\"909\",\"884\",\"838\",\"802\",\"797\",\"39\",\"2\",\"69\",\"0\",\"0\",\"89\"],[\"2021-07-26 16:00\",\"850\",\"884\",\"860\",\"802\",\"819\",\"39\",\"2\",\"-12\",\"0\",\"0\",\"89\"],[\"2021-07-26 15:45\",\"928\",\"900\",\"863\",\"817\",\"821\",\"39\",\"3\",\"63\",\"0\",\"0\",\"89\"],[\"2021-07-26 15:30\",\"858\",\"900\",\"861\",\"817\",\"820\",\"39\",\"2\",\"-5\",\"0\",\"0\",\"89\"],[\"2021-07-26 15:15\",\"924\",\"900\",\"861\",\"817\",\"820\",\"39\",\"2\",\"59\",\"0\",\"0\",\"89\"],[\"2021-07-26 15:00\",\"859\",\"900\",\"859\",\"817\",\"818\",\"39\",\"2\",\"-2\",\"0\",\"0\",\"89\"],[\"2021-07-26 14:45\",\"932\",\"905\",\"858\",\"822\",\"817\",\"39\",\"2\",\"71\",\"0\",\"0\",\"89\"],[\"2021-07-26 14:30\",\"860\",\"905\",\"862\",\"822\",\"821\",\"39\",\"2\",\"-5\",\"0\",\"0\",\"89\"],[\"2021-07-26 14:15\",\"948\",\"905\",\"839\",\"822\",\"798\",\"39\",\"2\",\"106\",\"0\",\"0\",\"89\"],[\"2021-07-26 14:00\",\"940\",\"905\",\"840\",\"822\",\"798\",\"39\",\"3\",\"97\",\"0\",\"0\",\"89\"],[\"2021-07-26 13:45\",\"859\",\"902\",\"839\",\"822\",\"798\",\"39\",\"2\",\"17\",\"0\",\"0\",\"87\"],[\"2021-07-26 13:30\",\"933\",\"902\",\"843\",\"822\",\"801\",\"39\",\"3\",\"87\",\"0\",\"0\",\"87\"],[\"2021-07-26 13:15\",\"919\",\"902\",\"840\",\"822\",\"798\",\"39\",\"3\",\"77\",\"0\",\"0\",\"87\"],[\"2021-07-26 13:00\",\"926\",\"902\",\"840\",\"822\",\"798\",\"39\",\"3\",\"84\",\"0\",\"0\",\"87\"],[\"2021-07-26 12:45\",\"905\",\"894\",\"838\",\"817\",\"797\",\"39\",\"2\",\"65\",\"0\",\"0\",\"84\"],[\"2021-07-26 12:30\",\"860\",\"894\",\"837\",\"817\",\"796\",\"39\",\"2\",\"21\",\"0\",\"0\",\"84\"],[\"2021-07-26 12:15\",\"928\",\"894\",\"840\",\"817\",\"798\",\"39\",\"3\",\"85\",\"0\",\"0\",\"84\"],[\"2021-07-26 12:00\",\"916\",\"894\",\"840\",\"817\",\"798\",\"39\",\"3\",\"73\",\"0\",\"0\",\"84\"],[\"2021-07-26 11:45\",\"936\",\"820\",\"842\",\"758\",\"799\",\"39\",\"4\",\"92\",\"0\",\"0\",\"69\"],[\"2021-07-26 11:30\",\"842\",\"820\",\"842\",\"758\",\"800\",\"39\",\"3\",\"-1\",\"0\",\"0\",\"69\"],[\"2021-07-26 11:15\",\"843\",\"820\",\"842\",\"758\",\"800\",\"39\",\"3\",\"0\",\"0\",\"0\",\"69\"],[\"2021-07-26 11:00\",\"916\",\"820\",\"831\",\"758\",\"789\",\"39\",\"3\",\"83\",\"0\",\"0\",\"69\"],[\"2021-07-26 10:45\",\"902\",\"813\",\"818\",\"753\",\"777\",\"39\",\"2\",\"81\",\"0\",\"0\",\"67\"],[\"2021-07-26 10:30\",\"907\",\"813\",\"801\",\"753\",\"760\",\"39\",\"2\",\"103\",\"0\",\"0\",\"67\"],[\"2021-07-26 10:15\",\"908\",\"813\",\"801\",\"753\",\"760\",\"39\",\"2\",\"104\",\"0\",\"0\",\"67\"],[\"2021-07-26 10:00\",\"825\",\"813\",\"801\",\"753\",\"760\",\"39\",\"2\",\"22\",\"0\",\"0\",\"67\"],[\"2021-07-26 09:45\",\"800\",\"778\",\"779\",\"718\",\"738\",\"39\",\"2\",\"18\",\"0\",\"0\",\"67\"],[\"2021-07-26 09:30\",\"864\",\"778\",\"772\",\"718\",\"731\",\"39\",\"2\",\"89\",\"0\",\"0\",\"67\"],[\"2021-07-26 09:15\",\"778\",\"778\",\"772\",\"718\",\"731\",\"39\",\"2\",\"4\",\"0\",\"0\",\"67\"],[\"2021-07-26 09:00\",\"830\",\"778\",\"773\",\"718\",\"732\",\"39\",\"2\",\"55\",\"0\",\"0\",\"67\"],[\"2021-07-26 08:45\",\"823\",\"719\",\"770\",\"658\",\"729\",\"39\",\"2\",\"49\",\"0\",\"0\",\"68\"],[\"2021-07-26 08:30\",\"771\",\"719\",\"720\",\"658\",\"679\",\"39\",\"2\",\"49\",\"0\",\"0\",\"68\"],[\"2021-07-26 08:15\",\"716\",\"719\",\"678\",\"658\",\"637\",\"39\",\"2\",\"35\",\"0\",\"0\",\"68\"],[\"2021-07-26 08:00\",\"675\",\"719\",\"658\",\"658\",\"607\",\"49\",\"2\",\"15\",\"0\",\"0\",\"68\"],[\"2021-07-26 07:45\",\"699\",\"608\",\"608\",\"548\",\"557\",\"49\",\"2\",\"88\",\"0\",\"0\",\"64\"],[\"2021-07-26 07:30\",\"676\",\"608\",\"608\",\"548\",\"556\",\"49\",\"3\",\"65\",\"0\",\"0\",\"64\"],[\"2021-07-26 07:15\",\"605\",\"608\",\"602\",\"548\",\"550\",\"49\",\"3\",\"1\",\"0\",\"0\",\"64\"],[\"2021-07-26 07:00\",\"586\",\"608\",\"570\",\"548\",\"518\",\"49\",\"3\",\"14\",\"0\",\"0\",\"64\"],[\"2021-07-26 06:45\",\"611\",\"523\",\"556\",\"463\",\"504\",\"49\",\"3\",\"53\",\"0\",\"0\",\"64\"],[\"2021-07-26 06:30\",\"608\",\"523\",\"500\",\"463\",\"449\",\"49\",\"2\",\"106\",\"0\",\"0\",\"64\"],[\"2021-07-26 06:15\",\"550\",\"523\",\"501\",\"463\",\"450\",\"49\",\"2\",\"47\",\"0\",\"0\",\"64\"],[\"2021-07-26 06:00\",\"545\",\"523\",\"498\",\"463\",\"447\",\"49\",\"2\",\"44\",\"0\",\"0\",\"64\"],[\"2021-07-26 05:45\",\"511\",\"463\",\"471\",\"403\",\"420\",\"49\",\"2\",\"37\",\"0\",\"0\",\"64\"],[\"2021-07-26 05:30\",\"544\",\"463\",\"460\",\"403\",\"409\",\"49\",\"2\",\"80\",\"0\",\"0\",\"64\"],[\"2021-07-26 05:15\",\"464\",\"463\",\"461\",\"403\",\"410\",\"49\",\"2\",\"1\",\"0\",\"0\",\"64\"],[\"2021-07-26 05:00\",\"522\",\"463\",\"459\",\"403\",\"408\",\"49\",\"2\",\"60\",\"0\",\"0\",\"64\"],[\"2021-07-26 04:45\",\"500\",\"462\",\"462\",\"403\",\"411\",\"49\",\"2\",\"36\",\"0\",\"0\",\"63\"],[\"2021-07-26 04:30\",\"523\",\"462\",\"459\",\"403\",\"408\",\"49\",\"2\",\"61\",\"0\",\"0\",\"63\"],[\"2021-07-26 04:15\",\"509\",\"462\",\"459\",\"403\",\"408\",\"49\",\"2\",\"47\",\"0\",\"0\",\"63\"],[\"2021-07-26 04:00\",\"533\",\"462\",\"459\",\"403\",\"408\",\"49\",\"2\",\"72\",\"0\",\"0\",\"63\"],[\"2021-07-26 03:45\",\"460\",\"462\",\"459\",\"403\",\"408\",\"49\",\"2\",\"-1\",\"0\",\"0\",\"63\"],[\"2021-07-26 03:30\",\"463\",\"462\",\"461\",\"403\",\"409\",\"49\",\"3\",\"1\",\"0\",\"0\",\"63\"],[\"2021-07-26 03:15\",\"462\",\"462\",\"460\",\"403\",\"409\",\"49\",\"2\",\"0\",\"0\",\"0\",\"63\"],[\"2021-07-26 03:00\",\"452\",\"462\",\"461\",\"403\",\"410\",\"49\",\"2\",\"-10\",\"0\",\"0\",\"63\"],[\"2021-07-26 02:45\",\"527\",\"483\",\"460\",\"423\",\"409\",\"49\",\"2\",\"65\",\"0\",\"0\",\"63\"],[\"2021-07-26 02:30\",\"482\",\"483\",\"461\",\"423\",\"410\",\"49\",\"2\",\"19\",\"0\",\"0\",\"63\"],[\"2021-07-26 02:15\",\"549\",\"483\",\"468\",\"423\",\"417\",\"49\",\"2\",\"78\",\"0\",\"0\",\"63\"],[\"2021-07-26 02:00\",\"554\",\"483\",\"485\",\"423\",\"434\",\"49\",\"2\",\"67\",\"0\",\"0\",\"63\"],[\"2021-07-26 01:45\",\"562\",\"505\",\"510\",\"443\",\"459\",\"49\",\"2\",\"51\",\"0\",\"0\",\"34\"],[\"2021-07-26 01:30\",\"480\",\"505\",\"508\",\"443\",\"457\",\"49\",\"2\",\"-29\",\"0\",\"0\",\"34\"],[\"2021-07-26 01:15\",\"555\",\"505\",\"509\",\"443\",\"458\",\"49\",\"2\",\"43\",\"0\",\"0\",\"34\"],[\"2021-07-26 01:00\",\"557\",\"505\",\"512\",\"443\",\"461\",\"49\",\"2\",\"43\",\"0\",\"0\",\"34\"],[\"2021-07-26 00:45\",\"599\",\"551\",\"561\",\"488\",\"510\",\"49\",\"2\",\"36\",\"0\",\"0\",\"36\"],[\"2021-07-26 00:30\",\"494\",\"551\",\"560\",\"488\",\"509\",\"49\",\"2\",\"-67\",\"0\",\"0\",\"36\"],[\"2021-07-26 00:15\",\"604\",\"551\",\"561\",\"488\",\"510\",\"49\",\"2\",\"41\",\"0\",\"0\",\"36\"],[\"2021-07-26 00:00\",\"620\",\"551\",\"561\",\"488\",\"510\",\"49\",\"2\",\"56\",\"0\",\"0\",\"36\"],[\"2021-07-25 23:45\",\"636\",\"660\",\"560\",\"592\",\"509\",\"49\",\"2\",\"73\",\"0\",\"0\",\"70\"],[\"2021-07-25 23:30\",\"649\",\"660\",\"571\",\"592\",\"520\",\"49\",\"2\",\"75\",\"0\",\"0\",\"70\"],[\"2021-07-25 23:15\",\"615\",\"660\",\"612\",\"592\",\"561\",\"49\",\"2\",\"2\",\"0\",\"0\",\"70\"],[\"2021-07-25 23:00\",\"647\",\"660\",\"624\",\"592\",\"573\",\"49\",\"2\",\"21\",\"0\",\"0\",\"70\"],[\"2021-07-25 22:45\",\"672\",\"754\",\"642\",\"682\",\"591\",\"49\",\"2\",\"28\",\"0\",\"0\",\"73\"],[\"2021-07-25 22:30\",\"691\",\"754\",\"645\",\"682\",\"594\",\"49\",\"2\",\"44\",\"0\",\"0\",\"73\"],[\"2021-07-25 22:15\",\"710\",\"754\",\"646\",\"682\",\"595\",\"49\",\"2\",\"62\",\"0\",\"0\",\"73\"],[\"2021-07-25 22:00\",\"730\",\"754\",\"710\",\"682\",\"659\",\"49\",\"2\",\"19\",\"0\",\"0\",\"73\"],[\"2021-07-25 21:45\",\"740\",\"759\",\"720\",\"687\",\"669\",\"49\",\"2\",\"17\",\"0\",\"0\",\"73\"],[\"2021-07-25 21:30\",\"804\",\"759\",\"721\",\"687\",\"670\",\"49\",\"2\",\"82\",\"0\",\"0\",\"73\"],[\"2021-07-25 21:15\",\"708\",\"759\",\"705\",\"687\",\"654\",\"49\",\"2\",\"1\",\"0\",\"0\",\"73\"],[\"2021-07-25 21:00\",\"748\",\"759\",\"703\",\"687\",\"652\",\"49\",\"2\",\"43\",\"0\",\"0\",\"73\"],[\"2021-07-25 20:45\",\"672\",\"738\",\"701\",\"668\",\"650\",\"49\",\"2\",\"-30\",\"0\",\"0\",\"72\"],[\"2021-07-25 20:30\",\"737\",\"738\",\"702\",\"668\",\"651\",\"49\",\"2\",\"33\",\"0\",\"0\",\"72\"],[\"2021-07-25 20:15\",\"747\",\"738\",\"671\",\"668\",\"620\",\"49\",\"2\",\"74\",\"0\",\"0\",\"72\"],[\"2021-07-25 20:00\",\"749\",\"738\",\"662\",\"668\",\"611\",\"49\",\"2\",\"85\",\"0\",\"0\",\"72\"],[\"2021-07-25 19:45\",\"729\",\"758\",\"661\",\"688\",\"610\",\"49\",\"2\",\"66\",\"0\",\"0\",\"73\"],[\"2021-07-25 19:30\",\"671\",\"758\",\"661\",\"688\",\"610\",\"49\",\"2\",\"7\",\"0\",\"0\",\"73\"],[\"2021-07-25 19:15\",\"668\",\"758\",\"661\",\"688\",\"610\",\"49\",\"2\",\"5\",\"0\",\"0\",\"73\"],[\"2021-07-25 19:00\",\"671\",\"758\",\"659\",\"688\",\"608\",\"49\",\"2\",\"10\",\"0\",\"0\",\"73\"],[\"2021-07-25 18:45\",\"663\",\"769\",\"660\",\"698\",\"609\",\"49\",\"2\",\"0\",\"0\",\"0\",\"74\"],[\"2021-07-25 18:30\",\"664\",\"769\",\"660\",\"698\",\"609\",\"49\",\"2\",\"1\",\"0\",\"0\",\"74\"],[\"2021-07-25 18:15\",\"740\",\"769\",\"660\",\"698\",\"609\",\"49\",\"2\",\"77\",\"0\",\"0\",\"74\"],[\"2021-07-25 18:00\",\"666\",\"769\",\"660\",\"698\",\"609\",\"49\",\"2\",\"4\",\"0\",\"0\",\"74\"],[\"2021-07-25 17:45\",\"718\",\"789\",\"660\",\"718\",\"609\",\"49\",\"2\",\"56\",\"0\",\"0\",\"74\"],[\"2021-07-25 17:30\",\"725\",\"789\",\"657\",\"718\",\"606\",\"49\",\"2\",\"65\",\"0\",\"0\",\"74\"],[\"2021-07-25 17:15\",\"665\",\"789\",\"663\",\"718\",\"612\",\"49\",\"2\",\"0\",\"0\",\"0\",\"74\"],[\"2021-07-25 17:00\",\"751\",\"789\",\"659\",\"718\",\"608\",\"49\",\"2\",\"90\",\"0\",\"0\",\"74\"],[\"2021-07-25 16:45\",\"731\",\"815\",\"658\",\"743\",\"607\",\"49\",\"2\",\"70\",\"0\",\"0\",\"75\"],[\"2021-07-25 16:30\",\"734\",\"815\",\"662\",\"743\",\"611\",\"49\",\"2\",\"70\",\"0\",\"0\",\"75\"],[\"2021-07-25 16:15\",\"738\",\"815\",\"662\",\"743\",\"611\",\"49\",\"2\",\"74\",\"0\",\"0\",\"75\"],[\"2021-07-25 16:00\",\"685\",\"815\",\"661\",\"743\",\"610\",\"49\",\"2\",\"21\",\"0\",\"0\",\"75\"],[\"2021-07-25 15:45\",\"747\",\"831\",\"661\",\"758\",\"610\",\"49\",\"2\",\"83\",\"0\",\"0\",\"75\"],[\"2021-07-25 15:30\",\"740\",\"831\",\"661\",\"758\",\"610\",\"49\",\"2\",\"77\",\"0\",\"0\",\"75\"],[\"2021-07-25 15:15\",\"715\",\"831\",\"662\",\"758\",\"611\",\"49\",\"2\",\"51\",\"0\",\"0\",\"75\"],[\"2021-07-25 15:00\",\"669\",\"831\",\"672\",\"758\",\"621\",\"49\",\"2\",\"-4\",\"0\",\"0\",\"75\"],[\"2021-07-25 14:45\",\"668\",\"831\",\"690\",\"758\",\"639\",\"49\",\"2\",\"-23\",\"0\",\"0\",\"75\"],[\"2021-07-25 14:30\",\"722\",\"831\",\"690\",\"758\",\"639\",\"49\",\"2\",\"30\",\"0\",\"0\",\"75\"],[\"2021-07-25 14:15\",\"743\",\"831\",\"687\",\"758\",\"636\",\"49\",\"2\",\"54\",\"0\",\"0\",\"75\"],[\"2021-07-25 14:00\",\"733\",\"831\",\"693\",\"758\",\"642\",\"49\",\"2\",\"38\",\"0\",\"0\",\"75\"],[\"2021-07-25 13:45\",\"752\",\"828\",\"689\",\"758\",\"638\",\"49\",\"2\",\"61\",\"0\",\"0\",\"72\"],[\"2021-07-25 13:30\",\"671\",\"828\",\"689\",\"758\",\"638\",\"49\",\"2\",\"-19\",\"0\",\"0\",\"72\"],[\"2021-07-25 13:15\",\"760\",\"828\",\"690\",\"758\",\"639\",\"49\",\"2\",\"68\",\"0\",\"0\",\"72\"],[\"2021-07-25 13:00\",\"762\",\"828\",\"686\",\"758\",\"635\",\"49\",\"2\",\"74\",\"0\",\"0\",\"72\"],[\"2021-07-25 12:45\",\"743\",\"825\",\"676\",\"758\",\"625\",\"49\",\"2\",\"65\",\"0\",\"0\",\"69\"],[\"2021-07-25 12:30\",\"737\",\"825\",\"669\",\"758\",\"618\",\"49\",\"2\",\"66\",\"0\",\"0\",\"69\"],[\"2021-07-25 12:15\",\"685\",\"825\",\"664\",\"758\",\"613\",\"49\",\"2\",\"19\",\"0\",\"0\",\"69\"],[\"2021-07-25 12:00\",\"676\",\"825\",\"657\",\"758\",\"606\",\"49\",\"2\",\"16\",\"0\",\"0\",\"69\"],[\"2021-07-25 11:45\",\"757\",\"820\",\"661\",\"758\",\"610\",\"49\",\"2\",\"94\",\"0\",\"0\",\"69\"],[\"2021-07-25 11:30\",\"671\",\"820\",\"667\",\"758\",\"616\",\"49\",\"2\",\"2\",\"0\",\"0\",\"69\"],[\"2021-07-25 11:15\",\"735\",\"820\",\"668\",\"758\",\"617\",\"49\",\"2\",\"65\",\"0\",\"0\",\"69\"],[\"2021-07-25 11:00\",\"750\",\"820\",\"669\",\"758\",\"618\",\"49\",\"2\",\"79\",\"0\",\"0\",\"69\"],[\"2021-07-25 10:45\",\"693\",\"813\",\"666\",\"753\",\"615\",\"49\",\"2\",\"24\",\"0\",\"0\",\"67\"],[\"2021-07-25 10:30\",\"724\",\"813\",\"661\",\"753\",\"610\",\"49\",\"2\",\"60\",\"0\",\"0\",\"67\"],[\"2021-07-25 10:15\",\"724\",\"813\",\"659\",\"753\",\"608\",\"49\",\"2\",\"63\",\"0\",\"0\",\"67\"],[\"2021-07-25 10:00\",\"681\",\"813\",\"649\",\"753\",\"598\",\"49\",\"2\",\"29\",\"0\",\"0\",\"67\"],[\"2021-07-25 09:45\",\"632\",\"778\",\"634\",\"718\",\"583\",\"49\",\"2\",\"-4\",\"0\",\"0\",\"67\"],[\"2021-07-25 09:30\",\"698\",\"778\",\"583\",\"718\",\"532\",\"49\",\"2\",\"113\",\"0\",\"0\",\"67\"],[\"2021-07-25 09:15\",\"609\",\"778\",\"582\",\"718\",\"531\",\"49\",\"2\",\"25\",\"0\",\"0\",\"67\"],[\"2021-07-25 09:00\",\"594\",\"778\",\"581\",\"718\",\"530\",\"49\",\"2\",\"10\",\"0\",\"0\",\"67\"],[\"2021-07-25 08:45\",\"667\",\"719\",\"581\",\"658\",\"530\",\"49\",\"2\",\"84\",\"0\",\"0\",\"68\"],[\"2021-07-25 08:30\",\"642\",\"719\",\"582\",\"658\",\"531\",\"49\",\"2\",\"58\",\"0\",\"0\",\"68\"],[\"2021-07-25 08:15\",\"610\",\"719\",\"575\",\"658\",\"524\",\"49\",\"2\",\"32\",\"0\",\"0\",\"68\"],[\"2021-07-25 08:00\",\"582\",\"719\",\"567\",\"658\",\"516\",\"49\",\"2\",\"12\",\"0\",\"0\",\"68\"],[\"2021-07-25 07:45\",\"528\",\"608\",\"518\",\"548\",\"467\",\"49\",\"2\",\"7\",\"0\",\"0\",\"64\"],[\"2021-07-25 07:30\",\"580\",\"608\",\"520\",\"548\",\"469\",\"49\",\"2\",\"58\",\"0\",\"0\",\"64\"],[\"2021-07-25 07:15\",\"548\",\"608\",\"520\",\"548\",\"469\",\"49\",\"2\",\"26\",\"0\",\"0\",\"64\"],[\"2021-07-25 07:00\",\"552\",\"608\",\"507\",\"548\",\"457\",\"49\",\"1\",\"43\",\"0\",\"0\",\"64\"],[\"2021-07-25 06:45\",\"485\",\"523\",\"470\",\"463\",\"420\",\"49\",\"1\",\"12\",\"0\",\"0\",\"64\"],[\"2021-07-25 06:30\",\"550\",\"523\",\"470\",\"463\",\"420\",\"49\",\"1\",\"77\",\"0\",\"0\",\"64\"],[\"2021-07-25 06:15\",\"531\",\"523\",\"471\",\"463\",\"421\",\"49\",\"1\",\"57\",\"0\",\"0\",\"64\"],[\"2021-07-25 06:00\",\"522\",\"523\",\"471\",\"463\",\"421\",\"49\",\"1\",\"48\",\"0\",\"0\",\"64\"],[\"2021-07-25 05:45\",\"533\",\"463\",\"470\",\"403\",\"420\",\"49\",\"1\",\"60\",\"0\",\"0\",\"64\"],[\"2021-07-25 05:30\",\"453\",\"463\",\"471\",\"403\",\"421\",\"49\",\"1\",\"-20\",\"0\",\"0\",\"64\"],[\"2021-07-25 05:15\",\"518\",\"463\",\"470\",\"403\",\"420\",\"49\",\"1\",\"45\",\"0\",\"0\",\"64\"],[\"2021-07-25 05:00\",\"518\",\"463\",\"469\",\"403\",\"420\",\"49\",\"0\",\"46\",\"0\",\"0\",\"64\"],[\"2021-07-25 04:45\",\"537\",\"462\",\"469\",\"403\",\"420\",\"49\",\"0\",\"65\",\"0\",\"0\",\"63\"],[\"2021-07-25 04:30\",\"527\",\"462\",\"469\",\"403\",\"419\",\"49\",\"1\",\"57\",\"0\",\"0\",\"63\"],[\"2021-07-25 04:15\",\"442\",\"462\",\"466\",\"403\",\"417\",\"49\",\"0\",\"-25\",\"0\",\"0\",\"63\"],[\"2021-07-25 04:00\",\"524\",\"462\",\"469\",\"403\",\"418\",\"49\",\"2\",\"52\",\"0\",\"0\",\"63\"],[\"2021-07-25 03:45\",\"508\",\"462\",\"468\",\"403\",\"417\",\"49\",\"2\",\"38\",\"0\",\"0\",\"63\"],[\"2021-07-25 03:30\",\"519\",\"462\",\"469\",\"403\",\"418\",\"49\",\"2\",\"48\",\"0\",\"0\",\"63\"],[\"2021-07-25 03:15\",\"540\",\"462\",\"468\",\"403\",\"417\",\"49\",\"2\",\"69\",\"0\",\"0\",\"63\"],[\"2021-07-25 03:00\",\"468\",\"462\",\"469\",\"403\",\"418\",\"49\",\"2\",\"-2\",\"0\",\"0\",\"63\"],[\"2021-07-25 02:45\",\"472\",\"483\",\"470\",\"423\",\"419\",\"49\",\"2\",\"0\",\"0\",\"0\",\"63\"],[\"2021-07-25 02:30\",\"554\",\"483\",\"469\",\"423\",\"418\",\"49\",\"2\",\"83\",\"0\",\"0\",\"63\"],[\"2021-07-25 02:15\",\"469\",\"483\",\"470\",\"423\",\"419\",\"49\",\"2\",\"-3\",\"0\",\"0\",\"63\"],[\"2021-07-25 02:00\",\"470\",\"483\",\"495\",\"423\",\"444\",\"49\",\"2\",\"-26\",\"0\",\"0\",\"63\"],[\"2021-07-25 01:45\",\"494\",\"505\",\"519\",\"443\",\"468\",\"49\",\"2\",\"-26\",\"0\",\"0\",\"34\"],[\"2021-07-25 01:30\",\"484\",\"505\",\"519\",\"443\",\"468\",\"49\",\"2\",\"-36\",\"0\",\"0\",\"34\"],[\"2021-07-25 01:15\",\"572\",\"505\",\"519\",\"443\",\"468\",\"49\",\"2\",\"50\",\"0\",\"0\",\"34\"],[\"2021-07-25 01:00\",\"592\",\"505\",\"523\",\"443\",\"472\",\"49\",\"2\",\"67\",\"0\",\"0\",\"34\"],[\"2021-07-25 00:45\",\"530\",\"551\",\"561\",\"488\",\"510\",\"49\",\"2\",\"-32\",\"0\",\"0\",\"36\"],[\"2021-07-25 00:30\",\"530\",\"551\",\"564\",\"488\",\"513\",\"49\",\"2\",\"-36\",\"0\",\"0\",\"36\"],[\"2021-07-25 00:15\",\"602\",\"551\",\"557\",\"488\",\"506\",\"49\",\"2\",\"43\",\"0\",\"0\",\"36\"],[\"2021-07-25 00:00\",\"567\",\"551\",\"589\",\"488\",\"538\",\"49\",\"2\",\"-24\",\"0\",\"0\",\"36\"],[\"2021-07-24 23:45\",\"567\",\"660\",\"598\",\"592\",\"547\",\"49\",\"2\",\"-32\",\"0\",\"0\",\"70\"],[\"2021-07-24 23:30\",\"663\",\"660\",\"657\",\"592\",\"606\",\"49\",\"2\",\"4\",\"0\",\"0\",\"70\"],[\"2021-07-24 23:15\",\"640\",\"660\",\"688\",\"592\",\"637\",\"49\",\"2\",\"-49\",\"0\",\"0\",\"70\"],[\"2021-07-24 23:00\",\"691\",\"660\",\"741\",\"592\",\"690\",\"49\",\"2\",\"-51\",\"0\",\"0\",\"70\"],[\"2021-07-24 22:45\",\"662\",\"754\",\"736\",\"682\",\"685\",\"49\",\"2\",\"-75\",\"0\",\"0\",\"73\"],[\"2021-07-24 22:30\",\"770\",\"754\",\"760\",\"682\",\"709\",\"49\",\"2\",\"7\",\"0\",\"0\",\"73\"],[\"2021-07-24 22:15\",\"761\",\"754\",\"762\",\"682\",\"711\",\"49\",\"2\",\"-3\",\"0\",\"0\",\"73\"],[\"2021-07-24 22:00\",\"739\",\"754\",\"758\",\"682\",\"707\",\"49\",\"2\",\"-20\",\"0\",\"0\",\"73\"],[\"2021-07-24 21:45\",\"822\",\"759\",\"762\",\"687\",\"711\",\"49\",\"2\",\"58\",\"0\",\"0\",\"73\"],[\"2021-07-24 21:30\",\"825\",\"759\",\"722\",\"687\",\"671\",\"49\",\"2\",\"101\",\"0\",\"0\",\"73\"],[\"2021-07-24 21:15\",\"791\",\"759\",\"711\",\"687\",\"660\",\"49\",\"2\",\"78\",\"0\",\"0\",\"73\"],[\"2021-07-24 21:00\",\"689\",\"759\",\"711\",\"687\",\"660\",\"49\",\"2\",\"-23\",\"0\",\"0\",\"73\"],[\"2021-07-24 20:45\",\"683\",\"738\",\"714\",\"668\",\"663\",\"49\",\"2\",\"-33\",\"0\",\"0\",\"72\"],[\"2021-07-24 20:30\",\"701\",\"738\",\"714\",\"668\",\"663\",\"49\",\"2\",\"-14\",\"0\",\"0\",\"72\"],[\"2021-07-24 20:15\",\"670\",\"738\",\"714\",\"668\",\"663\",\"49\",\"2\",\"-45\",\"0\",\"0\",\"72\"],[\"2021-07-24 20:00\",\"750\",\"738\",\"717\",\"668\",\"666\",\"49\",\"2\",\"31\",\"0\",\"0\",\"72\"],[\"2021-07-24 19:45\",\"739\",\"758\",\"735\",\"688\",\"684\",\"49\",\"2\",\"3\",\"0\",\"0\",\"73\"],[\"2021-07-24 19:30\",\"691\",\"758\",\"734\",\"688\",\"683\",\"49\",\"2\",\"-45\",\"0\",\"0\",\"73\"],[\"2021-07-24 19:15\",\"758\",\"758\",\"735\",\"688\",\"684\",\"49\",\"2\",\"21\",\"0\",\"0\",\"73\"],[\"2021-07-24 19:00\",\"773\",\"758\",\"733\",\"688\",\"682\",\"49\",\"2\",\"38\",\"0\",\"0\",\"73\"],[\"2021-07-24 18:45\",\"703\",\"769\",\"734\",\"698\",\"683\",\"49\",\"2\",\"-32\",\"0\",\"0\",\"74\"],[\"2021-07-24 18:30\",\"716\",\"769\",\"732\",\"698\",\"681\",\"49\",\"2\",\"-17\",\"0\",\"0\",\"74\"],[\"2021-07-24 18:15\",\"773\",\"769\",\"733\",\"698\",\"682\",\"49\",\"2\",\"37\",\"0\",\"0\",\"74\"],[\"2021-07-24 18:00\",\"773\",\"769\",\"735\",\"698\",\"684\",\"49\",\"2\",\"36\",\"0\",\"0\",\"74\"],[\"2021-07-24 17:45\",\"715\",\"789\",\"733\",\"718\",\"682\",\"49\",\"2\",\"-19\",\"0\",\"0\",\"74\"],[\"2021-07-24 17:30\",\"725\",\"789\",\"733\",\"718\",\"682\",\"49\",\"2\",\"-10\",\"0\",\"0\",\"74\"],[\"2021-07-24 17:15\",\"715\",\"789\",\"732\",\"718\",\"681\",\"49\",\"2\",\"-18\",\"0\",\"0\",\"74\"],[\"2021-07-24 17:00\",\"719\",\"789\",\"731\",\"718\",\"680\",\"49\",\"2\",\"-13\",\"0\",\"0\",\"74\"],[\"2021-07-24 16:45\",\"801\",\"815\",\"732\",\"743\",\"681\",\"49\",\"2\",\"66\",\"0\",\"0\",\"75\"],[\"2021-07-24 16:30\",\"800\",\"815\",\"730\",\"743\",\"679\",\"49\",\"2\",\"68\",\"0\",\"0\",\"75\"],[\"2021-07-24 16:15\",\"717\",\"815\",\"733\",\"743\",\"682\",\"49\",\"2\",\"-17\",\"0\",\"0\",\"75\"],[\"2021-07-24 16:00\",\"794\",\"815\",\"731\",\"743\",\"680\",\"49\",\"2\",\"61\",\"0\",\"0\",\"75\"],[\"2021-07-24 15:45\",\"795\",\"831\",\"729\",\"758\",\"678\",\"49\",\"2\",\"64\",\"0\",\"0\",\"75\"],[\"2021-07-24 15:30\",\"727\",\"831\",\"729\",\"758\",\"678\",\"49\",\"2\",\"-4\",\"0\",\"0\",\"75\"],[\"2021-07-24 15:15\",\"798\",\"831\",\"729\",\"758\",\"678\",\"49\",\"2\",\"67\",\"0\",\"0\",\"75\"],[\"2021-07-24 15:00\",\"777\",\"831\",\"731\",\"758\",\"680\",\"49\",\"2\",\"43\",\"0\",\"0\",\"75\"],[\"2021-07-24 14:45\",\"828\",\"831\",\"731\",\"758\",\"680\",\"49\",\"2\",\"94\",\"0\",\"0\",\"75\"],[\"2021-07-24 14:30\",\"746\",\"831\",\"730\",\"758\",\"679\",\"49\",\"2\",\"13\",\"0\",\"0\",\"75\"],[\"2021-07-24 14:15\",\"744\",\"831\",\"734\",\"758\",\"683\",\"49\",\"2\",\"7\",\"0\",\"0\",\"75\"],[\"2021-07-24 14:00\",\"733\",\"831\",\"730\",\"758\",\"679\",\"49\",\"2\",\"1\",\"0\",\"0\",\"75\"],[\"2021-07-24 13:45\",\"736\",\"828\",\"731\",\"758\",\"680\",\"49\",\"2\",\"3\",\"0\",\"0\",\"72\"],[\"2021-07-24 13:30\",\"739\",\"828\",\"731\",\"758\",\"680\",\"49\",\"2\",\"6\",\"0\",\"0\",\"72\"],[\"2021-07-24 13:15\",\"856\",\"828\",\"731\",\"758\",\"680\",\"49\",\"2\",\"123\",\"0\",\"0\",\"72\"],[\"2021-07-24 13:00\",\"740\",\"828\",\"731\",\"758\",\"680\",\"49\",\"2\",\"7\",\"0\",\"0\",\"72\"],[\"2021-07-24 12:45\",\"738\",\"825\",\"731\",\"758\",\"680\",\"49\",\"2\",\"5\",\"0\",\"0\",\"69\"],[\"2021-07-24 12:30\",\"734\",\"825\",\"724\",\"758\",\"673\",\"49\",\"2\",\"8\",\"0\",\"0\",\"69\"],[\"2021-07-24 12:15\",\"731\",\"825\",\"709\",\"758\",\"658\",\"49\",\"2\",\"20\",\"0\",\"0\",\"69\"],[\"2021-07-24 12:00\",\"735\",\"825\",\"711\",\"758\",\"660\",\"49\",\"2\",\"22\",\"0\",\"0\",\"69\"],[\"2021-07-24 11:45\",\"734\",\"820\",\"710\",\"758\",\"659\",\"49\",\"2\",\"22\",\"0\",\"0\",\"69\"],[\"2021-07-24 11:30\",\"787\",\"820\",\"709\",\"758\",\"658\",\"49\",\"2\",\"76\",\"0\",\"0\",\"69\"],[\"2021-07-24 11:15\",\"727\",\"820\",\"697\",\"758\",\"646\",\"49\",\"2\",\"28\",\"0\",\"0\",\"69\"],[\"2021-07-24 11:00\",\"722\",\"820\",\"694\",\"758\",\"643\",\"49\",\"2\",\"26\",\"0\",\"0\",\"69\"],[\"2021-07-24 10:45\",\"772\",\"813\",\"673\",\"753\",\"622\",\"49\",\"2\",\"97\",\"0\",\"0\",\"67\"],[\"2021-07-24 10:30\",\"713\",\"813\",\"673\",\"753\",\"622\",\"49\",\"2\",\"38\",\"0\",\"0\",\"67\"],[\"2021-07-24 10:15\",\"760\",\"813\",\"674\",\"753\",\"623\",\"49\",\"2\",\"84\",\"0\",\"0\",\"67\"],[\"2021-07-24 10:00\",\"693\",\"813\",\"674\",\"753\",\"623\",\"49\",\"2\",\"17\",\"0\",\"0\",\"67\"],[\"2021-07-24 09:45\",\"689\",\"778\",\"673\",\"718\",\"622\",\"49\",\"2\",\"14\",\"0\",\"0\",\"67\"],[\"2021-07-24 09:30\",\"742\",\"778\",\"673\",\"718\",\"622\",\"49\",\"2\",\"67\",\"0\",\"0\",\"67\"],[\"2021-07-24 09:15\",\"666\",\"778\",\"673\",\"718\",\"622\",\"49\",\"2\",\"-8\",\"0\",\"0\",\"67\"],[\"2021-07-24 09:00\",\"655\",\"778\",\"672\",\"718\",\"621\",\"49\",\"2\",\"-18\",\"0\",\"0\",\"67\"],[\"2021-07-24 08:45\",\"641\",\"719\",\"671\",\"658\",\"620\",\"49\",\"2\",\"-32\",\"0\",\"0\",\"68\"],[\"2021-07-24 08:30\",\"616\",\"719\",\"621\",\"658\",\"570\",\"49\",\"2\",\"-6\",\"0\",\"0\",\"68\"],[\"2021-07-24 08:15\",\"612\",\"719\",\"555\",\"658\",\"504\",\"49\",\"2\",\"55\",\"0\",\"0\",\"68\"],[\"2021-07-24 08:00\",\"573\",\"719\",\"541\",\"658\",\"490\",\"49\",\"2\",\"29\",\"0\",\"0\",\"68\"],[\"2021-07-24 07:45\",\"553\",\"608\",\"538\",\"548\",\"487\",\"49\",\"2\",\"13\",\"0\",\"0\",\"64\"],[\"2021-07-24 07:30\",\"530\",\"608\",\"501\",\"548\",\"450\",\"49\",\"2\",\"26\",\"0\",\"0\",\"64\"],[\"2021-07-24 07:15\",\"513\",\"608\",\"458\",\"548\",\"407\",\"49\",\"2\",\"53\",\"0\",\"0\",\"64\"],[\"2021-07-24 07:00\",\"501\",\"608\",\"436\",\"548\",\"385\",\"49\",\"2\",\"62\",\"0\",\"0\",\"64\"],[\"2021-07-24 06:45\",\"481\",\"523\",\"436\",\"463\",\"385\",\"49\",\"2\",\"42\",\"0\",\"0\",\"64\"],[\"2021-07-24 06:30\",\"467\",\"523\",\"436\",\"463\",\"385\",\"49\",\"2\",\"29\",\"0\",\"0\",\"64\"],[\"2021-07-24 06:15\",\"449\",\"523\",\"425\",\"463\",\"374\",\"49\",\"2\",\"22\",\"0\",\"0\",\"64\"],[\"2021-07-24 06:00\",\"442\",\"523\",\"401\",\"463\",\"350\",\"49\",\"2\",\"40\",\"0\",\"0\",\"64\"],[\"2021-07-24 05:45\",\"440\",\"463\",\"401\",\"403\",\"350\",\"49\",\"2\",\"37\",\"0\",\"0\",\"64\"],[\"2021-07-24 05:30\",\"434\",\"463\",\"401\",\"403\",\"350\",\"49\",\"2\",\"31\",\"0\",\"0\",\"64\"],[\"2021-07-24 05:15\",\"430\",\"463\",\"401\",\"403\",\"350\",\"49\",\"2\",\"27\",\"0\",\"0\",\"64\"],[\"2021-07-24 05:00\",\"430\",\"463\",\"401\",\"403\",\"350\",\"49\",\"2\",\"26\",\"0\",\"0\",\"64\"],[\"2021-07-24 04:45\",\"431\",\"462\",\"400\",\"403\",\"349\",\"49\",\"2\",\"28\",\"0\",\"0\",\"63\"],[\"2021-07-24 04:30\",\"435\",\"462\",\"400\",\"403\",\"349\",\"49\",\"2\",\"33\",\"0\",\"0\",\"63\"],[\"2021-07-24 04:15\",\"432\",\"462\",\"399\",\"403\",\"348\",\"49\",\"2\",\"31\",\"0\",\"0\",\"63\"],[\"2021-07-24 04:00\",\"433\",\"462\",\"400\",\"403\",\"349\",\"49\",\"2\",\"32\",\"0\",\"0\",\"63\"],[\"2021-07-24 03:45\",\"433\",\"462\",\"399\",\"403\",\"348\",\"49\",\"2\",\"32\",\"0\",\"0\",\"63\"],[\"2021-07-24 03:30\",\"433\",\"462\",\"400\",\"403\",\"349\",\"49\",\"2\",\"31\",\"0\",\"0\",\"63\"],[\"2021-07-24 03:15\",\"437\",\"462\",\"402\",\"403\",\"351\",\"49\",\"2\",\"33\",\"0\",\"0\",\"63\"],[\"2021-07-24 03:00\",\"437\",\"462\",\"401\",\"403\",\"350\",\"49\",\"2\",\"34\",\"0\",\"0\",\"63\"],[\"2021-07-24 02:45\",\"441\",\"483\",\"399\",\"423\",\"348\",\"49\",\"2\",\"40\",\"0\",\"0\",\"63\"],[\"2021-07-24 02:30\",\"438\",\"483\",\"405\",\"423\",\"354\",\"49\",\"2\",\"31\",\"0\",\"0\",\"63\"],[\"2021-07-24 02:15\",\"446\",\"483\",\"421\",\"423\",\"370\",\"49\",\"2\",\"24\",\"0\",\"0\",\"63\"],[\"2021-07-24 02:00\",\"426\",\"483\",\"454\",\"423\",\"403\",\"49\",\"2\",\"-30\",\"0\",\"0\",\"63\"],[\"2021-07-24 01:45\",\"451\",\"505\",\"454\",\"443\",\"403\",\"49\",\"2\",\"-5\",\"0\",\"0\",\"34\"],[\"2021-07-24 01:30\",\"445\",\"505\",\"454\",\"443\",\"403\",\"49\",\"2\",\"-11\",\"0\",\"0\",\"34\"],[\"2021-07-24 01:15\",\"466\",\"505\",\"464\",\"443\",\"413\",\"49\",\"2\",\"1\",\"0\",\"0\",\"34\"],[\"2021-07-24 01:00\",\"481\",\"505\",\"484\",\"443\",\"433\",\"49\",\"2\",\"-4\",\"0\",\"0\",\"34\"],[\"2021-07-24 00:45\",\"491\",\"551\",\"490\",\"488\",\"439\",\"49\",\"2\",\"0\",\"0\",\"0\",\"36\"],[\"2021-07-24 00:30\",\"501\",\"551\",\"503\",\"488\",\"452\",\"49\",\"2\",\"-3\",\"0\",\"0\",\"36\"],[\"2021-07-24 00:15\",\"516\",\"551\",\"506\",\"488\",\"455\",\"49\",\"2\",\"8\",\"0\",\"0\",\"36\"],[\"2021-07-24 00:00\",\"517\",\"551\",\"511\",\"488\",\"460\",\"49\",\"2\",\"4\",\"0\",\"0\",\"36\"]]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/MD/moldoelectrica_api_live.json",
    "content": "[[\"2024-04-11 09:15\",\"659\",\"779\",\"694\",\"755\",\"648\",\"32\",\"14\",\"-530\",\"493\",\"-36\",\"24\"],[\"2024-04-11 09:00\",\"670\",\"779\",\"701\",\"755\",\"657\",\"32\",\"12\",\"-541\",\"507\",\"-33\",\"24\"],[\"2024-04-11 08:45\",\"674\",\"764\",\"704\",\"743\",\"657\",\"32\",\"15\",\"-540\",\"508\",\"-32\",\"21\"],[\"2024-04-11 08:30\",\"741\",\"764\",\"704\",\"743\",\"656\",\"32\",\"16\",\"-525\",\"559\",\"33\",\"21\"],[\"2024-04-11 08:15\",\"744\",\"764\",\"708\",\"743\",\"656\",\"32\",\"20\",\"-446\",\"479\",\"33\",\"21\"],[\"2024-04-11 08:00\",\"738\",\"764\",\"706\",\"743\",\"655\",\"32\",\"19\",\"-342\",\"371\",\"28\",\"21\"],[\"2024-04-11 07:45\",\"720\",\"716\",\"706\",\"722\",\"655\",\"32\",\"19\",\"-383\",\"394\",\"11\",\"-6\"],[\"2024-04-11 07:30\",\"704\",\"716\",\"702\",\"722\",\"652\",\"32\",\"18\",\"-451\",\"451\",\"0\",\"-6\"],[\"2024-04-11 07:15\",\"637\",\"716\",\"697\",\"722\",\"648\",\"32\",\"17\",\"-489\",\"425\",\"-63\",\"-6\"],[\"2024-04-11 07:00\",\"691\",\"716\",\"674\",\"722\",\"625\",\"32\",\"17\",\"-233\",\"246\",\"13\",\"-6\"],[\"2024-04-11 06:45\",\"562\",\"613\",\"587\",\"599\",\"538\",\"32\",\"17\",\"-229\",\"201\",\"-27\",\"14\"],[\"2024-04-11 06:30\",\"621\",\"613\",\"585\",\"599\",\"536\",\"32\",\"17\",\"-158\",\"192\",\"33\",\"14\"],[\"2024-04-11 06:15\",\"507\",\"613\",\"586\",\"599\",\"537\",\"32\",\"17\",\"-273\",\"192\",\"-81\",\"14\"],[\"2024-04-11 06:00\",\"548\",\"613\",\"524\",\"599\",\"475\",\"32\",\"17\",\"-31\",\"53\",\"22\",\"14\"],[\"2024-04-11 05:45\",\"511\",\"554\",\"509\",\"522\",\"462\",\"32\",\"15\",\"-102\",\"102\",\"0\",\"32\"],[\"2024-04-11 05:30\",\"453\",\"554\",\"507\",\"522\",\"460\",\"32\",\"15\",\"-191\",\"134\",\"-56\",\"32\"],[\"2024-04-11 05:15\",\"515\",\"554\",\"508\",\"522\",\"461\",\"32\",\"15\",\"-100\",\"105\",\"4\",\"32\"],[\"2024-04-11 05:00\",\"496\",\"554\",\"496\",\"522\",\"448\",\"32\",\"16\",\"-19\",\"16\",\"-2\",\"32\"],[\"2024-04-11 04:45\",\"401\",\"528\",\"484\",\"493\",\"436\",\"32\",\"16\",\"-134\",\"48\",\"-85\",\"35\"],[\"2024-04-11 04:30\",\"405\",\"528\",\"483\",\"493\",\"435\",\"32\",\"16\",\"-157\",\"76\",\"-80\",\"35\"],[\"2024-04-11 04:15\",\"398\",\"528\",\"484\",\"493\",\"435\",\"32\",\"17\",\"-131\",\"43\",\"-88\",\"35\"],[\"2024-04-11 04:00\",\"417\",\"528\",\"484\",\"493\",\"437\",\"32\",\"15\",\"-91\",\"22\",\"-68\",\"35\"],[\"2024-04-11 03:45\",\"428\",\"522\",\"475\",\"484\",\"430\",\"32\",\"13\",\"0\",\"-50\",\"-49\",\"38\"],[\"2024-04-11 03:30\",\"490\",\"522\",\"478\",\"484\",\"432\",\"32\",\"14\",\"35\",\"-25\",\"9\",\"38\"],[\"2024-04-11 03:15\",\"442\",\"522\",\"474\",\"484\",\"431\",\"32\",\"11\",\"4\",\"-39\",\"-34\",\"38\"],[\"2024-04-11 03:00\",\"416\",\"522\",\"483\",\"484\",\"443\",\"32\",\"8\",\"100\",\"-169\",\"-69\",\"38\"],[\"2024-04-11 02:45\",\"490\",\"541\",\"489\",\"499\",\"450\",\"32\",\"7\",\"141\",\"-142\",\"-1\",\"42\"],[\"2024-04-11 02:30\",\"504\",\"541\",\"491\",\"499\",\"452\",\"32\",\"7\",\"195\",\"-185\",\"10\",\"42\"],[\"2024-04-11 02:15\",\"531\",\"541\",\"489\",\"499\",\"450\",\"32\",\"7\",\"188\",\"-149\",\"39\",\"42\"],[\"2024-04-11 02:00\",\"446\",\"541\",\"488\",\"499\",\"450\",\"32\",\"6\",\"45\",\"-90\",\"-45\",\"42\"],[\"2024-04-11 01:45\",\"541\",\"555\",\"505\",\"510\",\"467\",\"32\",\"6\",\"95\",\"-61\",\"33\",\"45\"],[\"2024-04-11 01:30\",\"547\",\"555\",\"503\",\"510\",\"466\",\"32\",\"5\",\"151\",\"-109\",\"42\",\"45\"],[\"2024-04-11 01:15\",\"549\",\"555\",\"502\",\"510\",\"466\",\"32\",\"4\",\"106\",\"-61\",\"45\",\"45\"],[\"2024-04-11 01:00\",\"517\",\"555\",\"507\",\"510\",\"472\",\"32\",\"3\",\"11\",\"-4\",\"7\",\"45\"],[\"2024-04-11 00:45\",\"526\",\"590\",\"586\",\"593\",\"552\",\"32\",\"2\",\"-123\",\"61\",\"-62\",\"-3\"],[\"2024-04-11 00:30\",\"579\",\"590\",\"585\",\"593\",\"551\",\"32\",\"2\",\"-69\",\"61\",\"-8\",\"-3\"],[\"2024-04-11 00:15\",\"531\",\"590\",\"587\",\"593\",\"553\",\"32\",\"2\",\"-38\",\"-19\",\"-57\",\"-3\"],[\"2024-04-11 00:00\",\"616\",\"590\",\"642\",\"593\",\"608\",\"32\",\"2\",\"-84\",\"56\",\"-28\",\"-3\"],[\"2024-04-10 23:45\",\"536\",\"663\",\"660\",\"666\",\"626\",\"32\",\"2\",\"-210\",\"84\",\"-125\",\"-3\"],[\"2024-04-10 23:30\",\"676\",\"663\",\"659\",\"666\",\"626\",\"32\",\"1\",\"-100\",\"115\",\"14\",\"-3\"],[\"2024-04-10 23:15\",\"675\",\"663\",\"658\",\"666\",\"625\",\"32\",\"1\",\"-134\",\"148\",\"14\",\"-3\"],[\"2024-04-10 23:00\",\"680\",\"663\",\"659\",\"666\",\"626\",\"32\",\"1\",\"-110\",\"128\",\"17\",\"-3\"],[\"2024-04-10 22:45\",\"661\",\"728\",\"661\",\"665\",\"628\",\"32\",\"1\",\"-193\",\"190\",\"-2\",\"63\"],[\"2024-04-10 22:30\",\"698\",\"728\",\"660\",\"665\",\"626\",\"32\",\"2\",\"-173\",\"209\",\"35\",\"63\"],[\"2024-04-10 22:15\",\"708\",\"728\",\"659\",\"665\",\"625\",\"32\",\"2\",\"-149\",\"196\",\"46\",\"63\"],[\"2024-04-10 22:00\",\"750\",\"728\",\"672\",\"665\",\"638\",\"32\",\"2\",\"-92\",\"167\",\"75\",\"63\"],[\"2024-04-10 21:45\",\"751\",\"773\",\"685\",\"690\",\"651\",\"32\",\"2\",\"-52\",\"116\",\"64\",\"83\"],[\"2024-04-10 21:30\",\"766\",\"773\",\"686\",\"690\",\"652\",\"32\",\"2\",\"-40\",\"118\",\"77\",\"83\"],[\"2024-04-10 21:15\",\"784\",\"773\",\"686\",\"690\",\"652\",\"32\",\"2\",\"-52\",\"149\",\"96\",\"83\"],[\"2024-04-10 21:00\",\"795\",\"773\",\"686\",\"690\",\"652\",\"32\",\"2\",\"-100\",\"208\",\"107\",\"83\"],[\"2024-04-10 20:45\",\"794\",\"788\",\"685\",\"690\",\"651\",\"32\",\"2\",\"-2\",\"108\",\"106\",\"98\"],[\"2024-04-10 20:30\",\"809\",\"788\",\"686\",\"690\",\"651\",\"32\",\"3\",\"-94\",\"214\",\"120\",\"98\"],[\"2024-04-10 20:15\",\"754\",\"788\",\"687\",\"690\",\"652\",\"32\",\"3\",\"-122\",\"187\",\"65\",\"98\"],[\"2024-04-10 20:00\",\"726\",\"788\",\"688\",\"690\",\"653\",\"32\",\"3\",\"-172\",\"207\",\"35\",\"98\"],[\"2024-04-10 19:45\",\"716\",\"719\",\"684\",\"691\",\"650\",\"32\",\"2\",\"-243\",\"273\",\"29\",\"28\"],[\"2024-04-10 19:30\",\"704\",\"719\",\"685\",\"691\",\"651\",\"32\",\"2\",\"-286\",\"301\",\"15\",\"28\"],[\"2024-04-10 19:15\",\"700\",\"719\",\"686\",\"691\",\"652\",\"32\",\"2\",\"-260\",\"271\",\"11\",\"28\"],[\"2024-04-10 19:00\",\"687\",\"719\",\"681\",\"691\",\"647\",\"32\",\"2\",\"-250\",\"254\",\"3\",\"28\"],[\"2024-04-10 18:45\",\"705\",\"693\",\"679\",\"695\",\"645\",\"32\",\"2\",\"-322\",\"345\",\"23\",\"-2\"],[\"2024-04-10 18:30\",\"675\",\"693\",\"681\",\"695\",\"647\",\"32\",\"2\",\"-310\",\"302\",\"-8\",\"-2\"],[\"2024-04-10 18:15\",\"687\",\"693\",\"680\",\"695\",\"646\",\"32\",\"2\",\"-433\",\"438\",\"4\",\"-2\"],[\"2024-04-10 18:00\",\"670\",\"693\",\"677\",\"695\",\"643\",\"32\",\"2\",\"-302\",\"292\",\"-9\",\"-2\"],[\"2024-04-10 17:45\",\"636\",\"672\",\"646\",\"676\",\"611\",\"32\",\"3\",\"-252\",\"239\",\"-12\",\"-4\"],[\"2024-04-10 17:30\",\"649\",\"672\",\"648\",\"676\",\"613\",\"32\",\"3\",\"-302\",\"301\",\"-1\",\"-4\"],[\"2024-04-10 17:15\",\"627\",\"672\",\"639\",\"676\",\"603\",\"32\",\"4\",\"-354\",\"339\",\"-14\",\"-4\"],[\"2024-04-10 17:00\",\"625\",\"672\",\"560\",\"676\",\"523\",\"32\",\"5\",\"-206\",\"269\",\"62\",\"-4\"],[\"2024-04-10 16:45\",\"623\",\"667\",\"557\",\"622\",\"521\",\"32\",\"4\",\"-302\",\"364\",\"62\",\"45\"],[\"2024-04-10 16:30\",\"624\",\"667\",\"559\",\"622\",\"522\",\"32\",\"5\",\"-347\",\"410\",\"62\",\"45\"],[\"2024-04-10 16:15\",\"606\",\"667\",\"558\",\"622\",\"521\",\"32\",\"5\",\"-382\",\"427\",\"45\",\"45\"],[\"2024-04-10 16:00\",\"584\",\"667\",\"543\",\"622\",\"504\",\"32\",\"7\",\"-427\",\"465\",\"38\",\"45\"],[\"2024-04-10 15:45\",\"608\",\"661\",\"541\",\"618\",\"503\",\"32\",\"6\",\"-430\",\"495\",\"65\",\"43\"],[\"2024-04-10 15:30\",\"618\",\"661\",\"542\",\"618\",\"503\",\"32\",\"7\",\"-482\",\"557\",\"74\",\"43\"],[\"2024-04-10 15:15\",\"592\",\"661\",\"540\",\"618\",\"501\",\"32\",\"7\",\"-491\",\"539\",\"48\",\"43\"],[\"2024-04-10 15:00\",\"588\",\"661\",\"529\",\"618\",\"489\",\"32\",\"8\",\"-434\",\"491\",\"56\",\"43\"],[\"2024-04-10 14:45\",\"568\",\"665\",\"531\",\"620\",\"491\",\"32\",\"8\",\"-459\",\"493\",\"34\",\"45\"],[\"2024-04-10 14:30\",\"584\",\"665\",\"530\",\"620\",\"489\",\"32\",\"9\",\"-443\",\"494\",\"51\",\"45\"],[\"2024-04-10 14:15\",\"559\",\"665\",\"529\",\"620\",\"489\",\"32\",\"8\",\"-547\",\"574\",\"27\",\"45\"],[\"2024-04-10 14:00\",\"572\",\"665\",\"532\",\"620\",\"491\",\"32\",\"9\",\"-521\",\"559\",\"37\",\"45\"],[\"2024-04-10 13:45\",\"572\",\"664\",\"530\",\"627\",\"490\",\"32\",\"8\",\"-471\",\"510\",\"38\",\"37\"],[\"2024-04-10 13:30\",\"590\",\"664\",\"533\",\"627\",\"491\",\"32\",\"10\",\"-532\",\"587\",\"55\",\"37\"],[\"2024-04-10 13:15\",\"549\",\"664\",\"534\",\"627\",\"490\",\"32\",\"12\",\"-532\",\"545\",\"12\",\"37\"],[\"2024-04-10 13:00\",\"544\",\"664\",\"535\",\"627\",\"490\",\"32\",\"13\",\"-550\",\"557\",\"6\",\"37\"],[\"2024-04-10 12:45\",\"565\",\"665\",\"540\",\"630\",\"492\",\"32\",\"16\",\"-558\",\"580\",\"21\",\"35\"],[\"2024-04-10 12:30\",\"548\",\"665\",\"540\",\"630\",\"492\",\"32\",\"16\",\"-576\",\"582\",\"5\",\"35\"],[\"2024-04-10 12:15\",\"552\",\"665\",\"540\",\"630\",\"491\",\"32\",\"17\",\"-486\",\"495\",\"8\",\"35\"],[\"2024-04-10 12:00\",\"547\",\"665\",\"536\",\"630\",\"487\",\"32\",\"17\",\"-469\",\"478\",\"8\",\"35\"],[\"2024-04-10 11:45\",\"569\",\"676\",\"525\",\"625\",\"476\",\"32\",\"17\",\"-445\",\"486\",\"40\",\"51\"],[\"2024-04-10 11:30\",\"575\",\"676\",\"525\",\"625\",\"475\",\"32\",\"18\",\"-334\",\"381\",\"46\",\"51\"],[\"2024-04-10 11:15\",\"580\",\"676\",\"558\",\"625\",\"511\",\"32\",\"15\",\"-234\",\"253\",\"19\",\"51\"],[\"2024-04-10 11:00\",\"608\",\"676\",\"583\",\"625\",\"539\",\"32\",\"12\",\"-338\",\"361\",\"22\",\"51\"],[\"2024-04-10 10:45\",\"620\",\"698\",\"586\",\"659\",\"541\",\"32\",\"13\",\"-323\",\"354\",\"30\",\"39\"],[\"2024-04-10 10:30\",\"611\",\"698\",\"584\",\"659\",\"542\",\"32\",\"10\",\"-350\",\"375\",\"24\",\"39\"],[\"2024-04-10 10:15\",\"636\",\"698\",\"584\",\"659\",\"542\",\"32\",\"10\",\"-324\",\"373\",\"48\",\"39\"],[\"2024-04-10 10:00\",\"619\",\"698\",\"574\",\"659\",\"533\",\"32\",\"9\",\"-280\",\"322\",\"42\",\"39\"],[\"2024-04-10 09:45\",\"646\",\"688\",\"571\",\"648\",\"530\",\"32\",\"9\",\"-291\",\"363\",\"72\",\"40\"],[\"2024-04-10 09:30\",\"649\",\"688\",\"582\",\"648\",\"541\",\"32\",\"9\",\"-241\",\"305\",\"63\",\"40\"],[\"2024-04-10 09:15\",\"667\",\"688\",\"594\",\"648\",\"554\",\"32\",\"8\",\"-288\",\"358\",\"69\",\"40\"],[\"2024-04-10 09:00\",\"682\",\"688\",\"690\",\"648\",\"649\",\"32\",\"9\",\"-239\",\"229\",\"-10\",\"40\"],[\"2024-04-10 08:45\",\"670\",\"737\",\"692\",\"725\",\"651\",\"32\",\"9\",\"-286\",\"261\",\"-25\",\"12\"],[\"2024-04-10 08:30\",\"664\",\"737\",\"693\",\"725\",\"651\",\"32\",\"10\",\"-140\",\"108\",\"-31\",\"12\"],[\"2024-04-10 08:15\",\"694\",\"737\",\"695\",\"725\",\"652\",\"32\",\"11\",\"-132\",\"128\",\"-3\",\"12\"],[\"2024-04-10 08:00\",\"654\",\"737\",\"693\",\"725\",\"650\",\"32\",\"11\",\"-17\",\"-23\",\"-41\",\"12\"],[\"2024-04-10 07:45\",\"733\",\"723\",\"700\",\"709\",\"657\",\"32\",\"11\",\"-23\",\"53\",\"30\",\"14\"],[\"2024-04-10 07:30\",\"663\",\"723\",\"700\",\"709\",\"658\",\"32\",\"10\",\"-28\",\"-10\",\"-39\",\"14\"],[\"2024-04-10 07:15\",\"706\",\"723\",\"693\",\"709\",\"651\",\"32\",\"10\",\"-10\",\"21\",\"11\",\"14\"],[\"2024-04-10 07:00\",\"691\",\"723\",\"653\",\"709\",\"611\",\"32\",\"10\",\"30\",\"5\",\"35\",\"14\"],[\"2024-04-10 06:45\",\"686\",\"609\",\"612\",\"626\",\"571\",\"32\",\"9\",\"57\",\"15\",\"72\",\"-17\"],[\"2024-04-10 06:30\",\"560\",\"609\",\"611\",\"626\",\"571\",\"32\",\"8\",\"101\",\"-154\",\"-53\",\"-17\"],[\"2024-04-10 06:15\",\"604\",\"609\",\"612\",\"626\",\"571\",\"32\",\"9\",\"149\",\"-159\",\"-9\",\"-17\"],[\"2024-04-10 06:00\",\"511\",\"609\",\"567\",\"626\",\"526\",\"32\",\"9\",\"101\",\"-161\",\"-59\",\"-17\"],[\"2024-04-10 05:45\",\"487\",\"547\",\"552\",\"566\",\"510\",\"32\",\"10\",\"94\",\"-162\",\"-67\",\"-19\"],[\"2024-04-10 05:30\",\"545\",\"547\",\"550\",\"566\",\"508\",\"32\",\"10\",\"93\",\"-101\",\"-8\",\"-19\"],[\"2024-04-10 05:15\",\"454\",\"547\",\"550\",\"566\",\"508\",\"32\",\"10\",\"90\",\"-191\",\"-100\",\"-19\"],[\"2024-04-10 05:00\",\"437\",\"547\",\"527\",\"566\",\"484\",\"32\",\"11\",\"84\",\"-176\",\"-91\",\"-19\"],[\"2024-04-10 04:45\",\"438\",\"517\",\"522\",\"537\",\"478\",\"32\",\"12\",\"87\",\"-175\",\"-87\",\"-20\"],[\"2024-04-10 04:30\",\"439\",\"517\",\"524\",\"537\",\"480\",\"32\",\"12\",\"125\",\"-213\",\"-88\",\"-20\"],[\"2024-04-10 04:15\",\"422\",\"517\",\"522\",\"537\",\"478\",\"32\",\"12\",\"115\",\"-218\",\"-102\",\"-20\"],[\"2024-04-10 04:00\",\"401\",\"517\",\"521\",\"537\",\"477\",\"32\",\"12\",\"132\",\"-255\",\"-122\",\"-20\"],[\"2024-04-10 03:45\",\"423\",\"517\",\"522\",\"539\",\"478\",\"32\",\"12\",\"196\",\"-297\",\"-101\",\"-22\"],[\"2024-04-10 03:30\",\"451\",\"517\",\"523\",\"539\",\"479\",\"32\",\"12\",\"199\",\"-274\",\"-74\",\"-22\"],[\"2024-04-10 03:15\",\"421\",\"517\",\"524\",\"539\",\"479\",\"32\",\"13\",\"194\",\"-299\",\"-105\",\"-22\"],[\"2024-04-10 03:00\",\"485\",\"517\",\"517\",\"539\",\"474\",\"32\",\"11\",\"287\",\"-322\",\"-34\",\"-22\"],[\"2024-04-10 02:45\",\"441\",\"519\",\"526\",\"542\",\"481\",\"32\",\"13\",\"207\",\"-294\",\"-87\",\"-23\"],[\"2024-04-10 02:30\",\"512\",\"519\",\"524\",\"542\",\"480\",\"32\",\"12\",\"280\",\"-295\",\"-14\",\"-23\"],[\"2024-04-10 02:15\",\"444\",\"519\",\"527\",\"542\",\"482\",\"32\",\"13\",\"189\",\"-272\",\"-83\",\"-23\"],[\"2024-04-10 02:00\",\"441\",\"519\",\"543\",\"542\",\"497\",\"32\",\"14\",\"214\",\"-317\",\"-103\",\"-23\"],[\"2024-04-10 01:45\",\"531\",\"550\",\"556\",\"575\",\"510\",\"32\",\"14\",\"287\",\"-315\",\"-27\",\"-25\"],[\"2024-04-10 01:30\",\"465\",\"550\",\"557\",\"575\",\"512\",\"32\",\"13\",\"262\",\"-356\",\"-94\",\"-25\"],[\"2024-04-10 01:15\",\"547\",\"550\",\"554\",\"575\",\"510\",\"32\",\"12\",\"282\",\"-291\",\"-9\",\"-25\"],[\"2024-04-10 01:00\",\"515\",\"550\",\"556\",\"575\",\"512\",\"32\",\"12\",\"284\",\"-327\",\"-43\",\"-25\"],[\"2024-04-10 00:45\",\"460\",\"580\",\"552\",\"610\",\"507\",\"32\",\"13\",\"92\",\"-186\",\"-94\",\"-30\"],[\"2024-04-10 00:30\",\"552\",\"580\",\"581\",\"610\",\"535\",\"32\",\"14\",\"252\",\"-284\",\"-31\",\"-30\"],[\"2024-04-10 00:15\",\"500\",\"580\",\"597\",\"610\",\"551\",\"32\",\"14\",\"163\",\"-263\",\"-99\",\"-30\"],[\"2024-04-10 00:00\",\"555\",\"580\",\"673\",\"610\",\"628\",\"32\",\"13\",\"79\",\"-200\",\"-120\",\"-30\"]]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/MISO.html",
    "content": "{\"RefId\":\"25-Jan-2018 - Interval 04:30 EST\",\"TotalMW\":\"69728\",\"Fuel\":{\"Type\":[{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Coal\",\"ACT\":\"40384\",\"FUEL_CATEGORY\":\"Coal  (40,384 MW)\"},{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Natural Gas\",\"ACT\":\"14977\",\"FUEL_CATEGORY\":\"Natural Gas  (14,977 MW)\"},{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Nuclear\",\"ACT\":\"12223\",\"FUEL_CATEGORY\":\"Nuclear  (12,223 MW)\"},{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Wind\",\"ACT\":\"2675\",\"FUEL_CATEGORY\":\"Wind  (2,675 MW)\"},{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Other\",\"ACT\":\"531\",\"FUEL_CATEGORY\":\"Other  (531 MW)\"},{\"INTERVALEST\":\"2018-01-25 4:30:00 AM\",\"CATEGORY\":\"Antimatter\",\"ACT\":\"256\",\"FUEL_CATEGORY\":\"Antimatter  (256 MW)\"}]}}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NORDPOOL/fi_se1_current_day_exchange.json",
    "content": "[{\"deliveryArea\":\"FI\",\"status\":\"Available\",\"unit\":\"MW\",\"dailyTotalUnit\":\"MWh\",\"dailyTotalImport\":0.0,\"dailyTotalExport\":23345.5,\"dailyTotalNetPosition\":-23345.5,\"exchanges\":[{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":667,\"netPosition\":-667},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":81,\"netPosition\":-81}],\"totalImport\":0,\"totalExport\":2935,\"totalNetPosition\":-2935,\"deliveryStart\":\"2024-12-01T23:00:00Z\",\"deliveryEnd\":\"2024-12-01T23:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":667,\"netPosition\":-667},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":87,\"netPosition\":-87}],\"totalImport\":0,\"totalExport\":2941,\"totalNetPosition\":-2941,\"deliveryStart\":\"2024-12-01T23:15:00Z\",\"deliveryEnd\":\"2024-12-01T23:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":667,\"netPosition\":-667},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":92,\"netPosition\":-92}],\"totalImport\":0,\"totalExport\":2946,\"totalNetPosition\":-2946,\"deliveryStart\":\"2024-12-01T23:30:00Z\",\"deliveryEnd\":\"2024-12-01T23:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":667,\"netPosition\":-667},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":92,\"netPosition\":-92}],\"totalImport\":0,\"totalExport\":2946,\"totalNetPosition\":-2946,\"deliveryStart\":\"2024-12-01T23:45:00Z\",\"deliveryEnd\":\"2024-12-02T00:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":693,\"netPosition\":-693},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":89,\"netPosition\":-89}],\"totalImport\":0,\"totalExport\":2969,\"totalNetPosition\":-2969,\"deliveryStart\":\"2024-12-02T00:00:00Z\",\"deliveryEnd\":\"2024-12-02T00:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":693,\"netPosition\":-693},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":88,\"netPosition\":-88}],\"totalImport\":0,\"totalExport\":2968,\"totalNetPosition\":-2968,\"deliveryStart\":\"2024-12-02T00:15:00Z\",\"deliveryEnd\":\"2024-12-02T00:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":693,\"netPosition\":-693},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":88,\"netPosition\":-88}],\"totalImport\":0,\"totalExport\":2968,\"totalNetPosition\":-2968,\"deliveryStart\":\"2024-12-02T00:30:00Z\",\"deliveryEnd\":\"2024-12-02T00:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":693,\"netPosition\":-693},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":82,\"netPosition\":-82}],\"totalImport\":0,\"totalExport\":2962,\"totalNetPosition\":-2962,\"deliveryStart\":\"2024-12-02T00:45:00Z\",\"deliveryEnd\":\"2024-12-02T01:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":669,\"netPosition\":-669},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":81,\"netPosition\":-81}],\"totalImport\":0,\"totalExport\":2938,\"totalNetPosition\":-2938,\"deliveryStart\":\"2024-12-02T01:00:00Z\",\"deliveryEnd\":\"2024-12-02T01:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":669,\"netPosition\":-669},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":73,\"netPosition\":-73}],\"totalImport\":0,\"totalExport\":2930,\"totalNetPosition\":-2930,\"deliveryStart\":\"2024-12-02T01:15:00Z\",\"deliveryEnd\":\"2024-12-02T01:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":669,\"netPosition\":-669},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":70,\"netPosition\":-70}],\"totalImport\":0,\"totalExport\":2927,\"totalNetPosition\":-2927,\"deliveryStart\":\"2024-12-02T01:30:00Z\",\"deliveryEnd\":\"2024-12-02T01:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":669,\"netPosition\":-669},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":64,\"netPosition\":-64}],\"totalImport\":0,\"totalExport\":2921,\"totalNetPosition\":-2921,\"deliveryStart\":\"2024-12-02T01:45:00Z\",\"deliveryEnd\":\"2024-12-02T02:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":595,\"netPosition\":-595},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":62,\"netPosition\":-62}],\"totalImport\":0,\"totalExport\":2844,\"totalNetPosition\":-2844,\"deliveryStart\":\"2024-12-02T02:00:00Z\",\"deliveryEnd\":\"2024-12-02T02:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":595,\"netPosition\":-595},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":63,\"netPosition\":-63}],\"totalImport\":0,\"totalExport\":2845,\"totalNetPosition\":-2845,\"deliveryStart\":\"2024-12-02T02:15:00Z\",\"deliveryEnd\":\"2024-12-02T02:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":595,\"netPosition\":-595},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":59,\"netPosition\":-59}],\"totalImport\":0,\"totalExport\":2841,\"totalNetPosition\":-2841,\"deliveryStart\":\"2024-12-02T02:30:00Z\",\"deliveryEnd\":\"2024-12-02T02:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":595,\"netPosition\":-595},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":56,\"netPosition\":-56}],\"totalImport\":0,\"totalExport\":2838,\"totalNetPosition\":-2838,\"deliveryStart\":\"2024-12-02T02:45:00Z\",\"deliveryEnd\":\"2024-12-02T03:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":649,\"netPosition\":-649},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":2896,\"totalNetPosition\":-2896,\"deliveryStart\":\"2024-12-02T03:00:00Z\",\"deliveryEnd\":\"2024-12-02T03:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":649,\"netPosition\":-649},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":2896,\"totalNetPosition\":-2896,\"deliveryStart\":\"2024-12-02T03:15:00Z\",\"deliveryEnd\":\"2024-12-02T03:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":649,\"netPosition\":-649},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":59,\"netPosition\":-59}],\"totalImport\":0,\"totalExport\":2895,\"totalNetPosition\":-2895,\"deliveryStart\":\"2024-12-02T03:30:00Z\",\"deliveryEnd\":\"2024-12-02T03:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":649,\"netPosition\":-649},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":56,\"netPosition\":-56}],\"totalImport\":0,\"totalExport\":2892,\"totalNetPosition\":-2892,\"deliveryStart\":\"2024-12-02T03:45:00Z\",\"deliveryEnd\":\"2024-12-02T04:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":918,\"netPosition\":-918},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1171,\"netPosition\":-1171},{\"area\":\"NO4\",\"import\":0,\"export\":63,\"netPosition\":-63}],\"totalImport\":0,\"totalExport\":3166,\"totalNetPosition\":-3166,\"deliveryStart\":\"2024-12-02T04:00:00Z\",\"deliveryEnd\":\"2024-12-02T04:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":918,\"netPosition\":-918},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1171,\"netPosition\":-1171},{\"area\":\"NO4\",\"import\":0,\"export\":63,\"netPosition\":-63}],\"totalImport\":0,\"totalExport\":3166,\"totalNetPosition\":-3166,\"deliveryStart\":\"2024-12-02T04:15:00Z\",\"deliveryEnd\":\"2024-12-02T04:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":918,\"netPosition\":-918},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1171,\"netPosition\":-1171},{\"area\":\"NO4\",\"import\":0,\"export\":63,\"netPosition\":-63}],\"totalImport\":0,\"totalExport\":3166,\"totalNetPosition\":-3166,\"deliveryStart\":\"2024-12-02T04:30:00Z\",\"deliveryEnd\":\"2024-12-02T04:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":918,\"netPosition\":-918},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1171,\"netPosition\":-1171},{\"area\":\"NO4\",\"import\":0,\"export\":74,\"netPosition\":-74}],\"totalImport\":0,\"totalExport\":3177,\"totalNetPosition\":-3177,\"deliveryStart\":\"2024-12-02T04:45:00Z\",\"deliveryEnd\":\"2024-12-02T05:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":938,\"netPosition\":-938},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":957,\"netPosition\":-957},{\"area\":\"NO4\",\"import\":0,\"export\":82,\"netPosition\":-82}],\"totalImport\":0,\"totalExport\":2992,\"totalNetPosition\":-2992,\"deliveryStart\":\"2024-12-02T05:00:00Z\",\"deliveryEnd\":\"2024-12-02T05:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":938,\"netPosition\":-938},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":957,\"netPosition\":-957},{\"area\":\"NO4\",\"import\":0,\"export\":77,\"netPosition\":-77}],\"totalImport\":0,\"totalExport\":2987,\"totalNetPosition\":-2987,\"deliveryStart\":\"2024-12-02T05:15:00Z\",\"deliveryEnd\":\"2024-12-02T05:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":938,\"netPosition\":-938},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":957,\"netPosition\":-957},{\"area\":\"NO4\",\"import\":0,\"export\":72,\"netPosition\":-72}],\"totalImport\":0,\"totalExport\":2982,\"totalNetPosition\":-2982,\"deliveryStart\":\"2024-12-02T05:30:00Z\",\"deliveryEnd\":\"2024-12-02T05:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":938,\"netPosition\":-938},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":957,\"netPosition\":-957},{\"area\":\"NO4\",\"import\":0,\"export\":66,\"netPosition\":-66}],\"totalImport\":0,\"totalExport\":2976,\"totalNetPosition\":-2976,\"deliveryStart\":\"2024-12-02T05:45:00Z\",\"deliveryEnd\":\"2024-12-02T06:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":805,\"netPosition\":-805},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":684,\"netPosition\":-684},{\"area\":\"NO4\",\"import\":0,\"export\":57,\"netPosition\":-57}],\"totalImport\":0,\"totalExport\":2561,\"totalNetPosition\":-2561,\"deliveryStart\":\"2024-12-02T06:00:00Z\",\"deliveryEnd\":\"2024-12-02T06:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":805,\"netPosition\":-805},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":684,\"netPosition\":-684},{\"area\":\"NO4\",\"import\":0,\"export\":61,\"netPosition\":-61}],\"totalImport\":0,\"totalExport\":2565,\"totalNetPosition\":-2565,\"deliveryStart\":\"2024-12-02T06:15:00Z\",\"deliveryEnd\":\"2024-12-02T06:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":805,\"netPosition\":-805},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":684,\"netPosition\":-684},{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":2564,\"totalNetPosition\":-2564,\"deliveryStart\":\"2024-12-02T06:30:00Z\",\"deliveryEnd\":\"2024-12-02T06:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":805,\"netPosition\":-805},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":684,\"netPosition\":-684},{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":2564,\"totalNetPosition\":-2564,\"deliveryStart\":\"2024-12-02T06:45:00Z\",\"deliveryEnd\":\"2024-12-02T07:00:00Z\"},{\"byConnections\":[{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":60,\"totalNetPosition\":-60,\"deliveryStart\":\"2024-12-02T07:00:00Z\",\"deliveryEnd\":\"2024-12-02T07:15:00Z\"},{\"byConnections\":[{\"area\":\"NO4\",\"import\":0,\"export\":62,\"netPosition\":-62}],\"totalImport\":0,\"totalExport\":62,\"totalNetPosition\":-62,\"deliveryStart\":\"2024-12-02T07:15:00Z\",\"deliveryEnd\":\"2024-12-02T07:30:00Z\"},{\"byConnections\":[{\"area\":\"NO4\",\"import\":0,\"export\":54,\"netPosition\":-54}],\"totalImport\":0,\"totalExport\":54,\"totalNetPosition\":-54,\"deliveryStart\":\"2024-12-02T07:30:00Z\",\"deliveryEnd\":\"2024-12-02T07:45:00Z\"},{\"byConnections\":[{\"area\":\"NO4\",\"import\":0,\"export\":42,\"netPosition\":-42}],\"totalImport\":0,\"totalExport\":42,\"totalNetPosition\":-42,\"deliveryStart\":\"2024-12-02T07:45:00Z\",\"deliveryEnd\":\"2024-12-02T08:00:00Z\"}],\"deliveryDateCET\":\"2024-12-02\",\"updatedAt\":\"2024-12-02T08:21:03.3026027Z\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NORDPOOL/fi_se1_previous_day_exchange.json",
    "content": "[{\"deliveryArea\":\"FI\",\"status\":\"Available\",\"unit\":\"MW\",\"dailyTotalUnit\":\"MWh\",\"dailyTotalImport\":7788.5,\"dailyTotalExport\":51354.3,\"dailyTotalNetPosition\":-43565.8,\"exchanges\":[{\"byConnections\":[{\"area\":\"SE1\",\"import\":907,\"export\":0,\"netPosition\":907},{\"area\":\"EE\",\"import\":0,\"export\":942,\"netPosition\":-942},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":393,\"netPosition\":-393},{\"area\":\"NO4\",\"import\":12,\"export\":0,\"netPosition\":12}],\"totalImport\":919,\"totalExport\":1335,\"totalNetPosition\":-416,\"deliveryStart\":\"2024-11-30T23:00:00Z\",\"deliveryEnd\":\"2024-11-30T23:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":907,\"export\":0,\"netPosition\":907},{\"area\":\"EE\",\"import\":0,\"export\":942,\"netPosition\":-942},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":393,\"netPosition\":-393},{\"area\":\"NO4\",\"import\":8,\"export\":0,\"netPosition\":8}],\"totalImport\":915,\"totalExport\":1335,\"totalNetPosition\":-420,\"deliveryStart\":\"2024-11-30T23:15:00Z\",\"deliveryEnd\":\"2024-11-30T23:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":907,\"export\":0,\"netPosition\":907},{\"area\":\"EE\",\"import\":0,\"export\":942,\"netPosition\":-942},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":393,\"netPosition\":-393},{\"area\":\"NO4\",\"import\":1,\"export\":0,\"netPosition\":1}],\"totalImport\":908,\"totalExport\":1335,\"totalNetPosition\":-427,\"deliveryStart\":\"2024-11-30T23:30:00Z\",\"deliveryEnd\":\"2024-11-30T23:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":907,\"export\":0,\"netPosition\":907},{\"area\":\"EE\",\"import\":0,\"export\":942,\"netPosition\":-942},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":393,\"netPosition\":-393},{\"area\":\"NO4\",\"import\":2,\"export\":0,\"netPosition\":2}],\"totalImport\":909,\"totalExport\":1335,\"totalNetPosition\":-426,\"deliveryStart\":\"2024-11-30T23:45:00Z\",\"deliveryEnd\":\"2024-12-01T00:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":960,\"export\":0,\"netPosition\":960},{\"area\":\"EE\",\"import\":0,\"export\":937,\"netPosition\":-937},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"NO4\",\"import\":8,\"export\":0,\"netPosition\":8}],\"totalImport\":968,\"totalExport\":1375,\"totalNetPosition\":-407,\"deliveryStart\":\"2024-12-01T00:00:00Z\",\"deliveryEnd\":\"2024-12-01T00:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":960,\"export\":0,\"netPosition\":960},{\"area\":\"EE\",\"import\":0,\"export\":937,\"netPosition\":-937},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"NO4\",\"import\":10,\"export\":0,\"netPosition\":10}],\"totalImport\":970,\"totalExport\":1375,\"totalNetPosition\":-405,\"deliveryStart\":\"2024-12-01T00:15:00Z\",\"deliveryEnd\":\"2024-12-01T00:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":960,\"export\":0,\"netPosition\":960},{\"area\":\"EE\",\"import\":0,\"export\":937,\"netPosition\":-937},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"NO4\",\"import\":11,\"export\":0,\"netPosition\":11}],\"totalImport\":971,\"totalExport\":1375,\"totalNetPosition\":-404,\"deliveryStart\":\"2024-12-01T00:30:00Z\",\"deliveryEnd\":\"2024-12-01T00:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":960,\"export\":0,\"netPosition\":960},{\"area\":\"EE\",\"import\":0,\"export\":937,\"netPosition\":-937},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"NO4\",\"import\":18,\"export\":0,\"netPosition\":18}],\"totalImport\":978,\"totalExport\":1375,\"totalNetPosition\":-397,\"deliveryStart\":\"2024-12-01T00:45:00Z\",\"deliveryEnd\":\"2024-12-01T01:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":866,\"export\":0,\"netPosition\":866},{\"area\":\"EE\",\"import\":0,\"export\":941,\"netPosition\":-941},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":419,\"netPosition\":-419},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":891,\"totalExport\":1360,\"totalNetPosition\":-469,\"deliveryStart\":\"2024-12-01T01:00:00Z\",\"deliveryEnd\":\"2024-12-01T01:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":866,\"export\":0,\"netPosition\":866},{\"area\":\"EE\",\"import\":0,\"export\":941,\"netPosition\":-941},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":419,\"netPosition\":-419},{\"area\":\"NO4\",\"import\":31,\"export\":0,\"netPosition\":31}],\"totalImport\":897,\"totalExport\":1360,\"totalNetPosition\":-463,\"deliveryStart\":\"2024-12-01T01:15:00Z\",\"deliveryEnd\":\"2024-12-01T01:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":866,\"export\":0,\"netPosition\":866},{\"area\":\"EE\",\"import\":0,\"export\":941,\"netPosition\":-941},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":419,\"netPosition\":-419},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":891,\"totalExport\":1360,\"totalNetPosition\":-469,\"deliveryStart\":\"2024-12-01T01:30:00Z\",\"deliveryEnd\":\"2024-12-01T01:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":866,\"export\":0,\"netPosition\":866},{\"area\":\"EE\",\"import\":0,\"export\":941,\"netPosition\":-941},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":419,\"netPosition\":-419},{\"area\":\"NO4\",\"import\":19,\"export\":0,\"netPosition\":19}],\"totalImport\":885,\"totalExport\":1360,\"totalNetPosition\":-475,\"deliveryStart\":\"2024-12-01T01:45:00Z\",\"deliveryEnd\":\"2024-12-01T02:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":979,\"export\":0,\"netPosition\":979},{\"area\":\"EE\",\"import\":0,\"export\":950,\"netPosition\":-950},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":462,\"netPosition\":-462},{\"area\":\"NO4\",\"import\":29,\"export\":0,\"netPosition\":29}],\"totalImport\":1008,\"totalExport\":1412,\"totalNetPosition\":-404,\"deliveryStart\":\"2024-12-01T02:00:00Z\",\"deliveryEnd\":\"2024-12-01T02:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":979,\"export\":0,\"netPosition\":979},{\"area\":\"EE\",\"import\":0,\"export\":950,\"netPosition\":-950},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":462,\"netPosition\":-462},{\"area\":\"NO4\",\"import\":39,\"export\":0,\"netPosition\":39}],\"totalImport\":1018,\"totalExport\":1412,\"totalNetPosition\":-394,\"deliveryStart\":\"2024-12-01T02:15:00Z\",\"deliveryEnd\":\"2024-12-01T02:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":979,\"export\":0,\"netPosition\":979},{\"area\":\"EE\",\"import\":0,\"export\":950,\"netPosition\":-950},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":462,\"netPosition\":-462},{\"area\":\"NO4\",\"import\":31,\"export\":0,\"netPosition\":31}],\"totalImport\":1010,\"totalExport\":1412,\"totalNetPosition\":-402,\"deliveryStart\":\"2024-12-01T02:30:00Z\",\"deliveryEnd\":\"2024-12-01T02:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":979,\"export\":0,\"netPosition\":979},{\"area\":\"EE\",\"import\":0,\"export\":950,\"netPosition\":-950},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":462,\"netPosition\":-462},{\"area\":\"NO4\",\"import\":20,\"export\":0,\"netPosition\":20}],\"totalImport\":999,\"totalExport\":1412,\"totalNetPosition\":-413,\"deliveryStart\":\"2024-12-01T02:45:00Z\",\"deliveryEnd\":\"2024-12-01T03:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":769,\"export\":0,\"netPosition\":769},{\"area\":\"EE\",\"import\":0,\"export\":977,\"netPosition\":-977},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":281,\"netPosition\":-281},{\"area\":\"NO4\",\"import\":17,\"export\":0,\"netPosition\":17}],\"totalImport\":786,\"totalExport\":1258,\"totalNetPosition\":-472,\"deliveryStart\":\"2024-12-01T03:00:00Z\",\"deliveryEnd\":\"2024-12-01T03:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":769,\"export\":0,\"netPosition\":769},{\"area\":\"EE\",\"import\":0,\"export\":977,\"netPosition\":-977},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":281,\"netPosition\":-281},{\"area\":\"NO4\",\"import\":16,\"export\":0,\"netPosition\":16}],\"totalImport\":785,\"totalExport\":1258,\"totalNetPosition\":-473,\"deliveryStart\":\"2024-12-01T03:15:00Z\",\"deliveryEnd\":\"2024-12-01T03:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":769,\"export\":0,\"netPosition\":769},{\"area\":\"EE\",\"import\":0,\"export\":977,\"netPosition\":-977},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":281,\"netPosition\":-281},{\"area\":\"NO4\",\"import\":20,\"export\":0,\"netPosition\":20}],\"totalImport\":789,\"totalExport\":1258,\"totalNetPosition\":-469,\"deliveryStart\":\"2024-12-01T03:30:00Z\",\"deliveryEnd\":\"2024-12-01T03:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":769,\"export\":0,\"netPosition\":769},{\"area\":\"EE\",\"import\":0,\"export\":977,\"netPosition\":-977},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":281,\"netPosition\":-281},{\"area\":\"NO4\",\"import\":18,\"export\":0,\"netPosition\":18}],\"totalImport\":787,\"totalExport\":1258,\"totalNetPosition\":-471,\"deliveryStart\":\"2024-12-01T03:45:00Z\",\"deliveryEnd\":\"2024-12-01T04:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":702,\"export\":0,\"netPosition\":702},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":245,\"netPosition\":-245},{\"area\":\"NO4\",\"import\":23,\"export\":0,\"netPosition\":23}],\"totalImport\":725,\"totalExport\":1259,\"totalNetPosition\":-534,\"deliveryStart\":\"2024-12-01T04:00:00Z\",\"deliveryEnd\":\"2024-12-01T04:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":702,\"export\":0,\"netPosition\":702},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":245,\"netPosition\":-245},{\"area\":\"NO4\",\"import\":28,\"export\":0,\"netPosition\":28}],\"totalImport\":730,\"totalExport\":1259,\"totalNetPosition\":-529,\"deliveryStart\":\"2024-12-01T04:15:00Z\",\"deliveryEnd\":\"2024-12-01T04:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":702,\"export\":0,\"netPosition\":702},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":245,\"netPosition\":-245},{\"area\":\"NO4\",\"import\":28,\"export\":0,\"netPosition\":28}],\"totalImport\":730,\"totalExport\":1259,\"totalNetPosition\":-529,\"deliveryStart\":\"2024-12-01T04:30:00Z\",\"deliveryEnd\":\"2024-12-01T04:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":702,\"export\":0,\"netPosition\":702},{\"area\":\"EE\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":245,\"netPosition\":-245},{\"area\":\"NO4\",\"import\":30,\"export\":0,\"netPosition\":30}],\"totalImport\":732,\"totalExport\":1259,\"totalNetPosition\":-527,\"deliveryStart\":\"2024-12-01T04:45:00Z\",\"deliveryEnd\":\"2024-12-01T05:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":640,\"export\":0,\"netPosition\":640},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":382,\"netPosition\":-382},{\"area\":\"NO4\",\"import\":34,\"export\":0,\"netPosition\":34}],\"totalImport\":674,\"totalExport\":1397,\"totalNetPosition\":-723,\"deliveryStart\":\"2024-12-01T05:00:00Z\",\"deliveryEnd\":\"2024-12-01T05:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":640,\"export\":0,\"netPosition\":640},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":382,\"netPosition\":-382},{\"area\":\"NO4\",\"import\":32,\"export\":0,\"netPosition\":32}],\"totalImport\":672,\"totalExport\":1397,\"totalNetPosition\":-725,\"deliveryStart\":\"2024-12-01T05:15:00Z\",\"deliveryEnd\":\"2024-12-01T05:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":640,\"export\":0,\"netPosition\":640},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":382,\"netPosition\":-382},{\"area\":\"NO4\",\"import\":29,\"export\":0,\"netPosition\":29}],\"totalImport\":669,\"totalExport\":1397,\"totalNetPosition\":-728,\"deliveryStart\":\"2024-12-01T05:30:00Z\",\"deliveryEnd\":\"2024-12-01T05:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":640,\"export\":0,\"netPosition\":640},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":382,\"netPosition\":-382},{\"area\":\"NO4\",\"import\":27,\"export\":0,\"netPosition\":27}],\"totalImport\":667,\"totalExport\":1397,\"totalNetPosition\":-730,\"deliveryStart\":\"2024-12-01T05:45:00Z\",\"deliveryEnd\":\"2024-12-01T06:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":692,\"export\":0,\"netPosition\":692},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":381,\"netPosition\":-381},{\"area\":\"NO4\",\"import\":34,\"export\":0,\"netPosition\":34}],\"totalImport\":726,\"totalExport\":1396,\"totalNetPosition\":-670,\"deliveryStart\":\"2024-12-01T06:00:00Z\",\"deliveryEnd\":\"2024-12-01T06:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":692,\"export\":0,\"netPosition\":692},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":381,\"netPosition\":-381},{\"area\":\"NO4\",\"import\":34,\"export\":0,\"netPosition\":34}],\"totalImport\":726,\"totalExport\":1396,\"totalNetPosition\":-670,\"deliveryStart\":\"2024-12-01T06:15:00Z\",\"deliveryEnd\":\"2024-12-01T06:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":692,\"export\":0,\"netPosition\":692},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":381,\"netPosition\":-381},{\"area\":\"NO4\",\"import\":33,\"export\":0,\"netPosition\":33}],\"totalImport\":725,\"totalExport\":1396,\"totalNetPosition\":-671,\"deliveryStart\":\"2024-12-01T06:30:00Z\",\"deliveryEnd\":\"2024-12-01T06:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":692,\"export\":0,\"netPosition\":692},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":381,\"netPosition\":-381},{\"area\":\"NO4\",\"import\":31,\"export\":0,\"netPosition\":31}],\"totalImport\":723,\"totalExport\":1396,\"totalNetPosition\":-673,\"deliveryStart\":\"2024-12-01T06:45:00Z\",\"deliveryEnd\":\"2024-12-01T07:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":345,\"export\":0,\"netPosition\":345},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":448,\"netPosition\":-448},{\"area\":\"NO4\",\"import\":29,\"export\":0,\"netPosition\":29}],\"totalImport\":374,\"totalExport\":1463,\"totalNetPosition\":-1089,\"deliveryStart\":\"2024-12-01T07:00:00Z\",\"deliveryEnd\":\"2024-12-01T07:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":345,\"export\":0,\"netPosition\":345},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":448,\"netPosition\":-448},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":370,\"totalExport\":1463,\"totalNetPosition\":-1093,\"deliveryStart\":\"2024-12-01T07:15:00Z\",\"deliveryEnd\":\"2024-12-01T07:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":345,\"export\":0,\"netPosition\":345},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":448,\"netPosition\":-448},{\"area\":\"NO4\",\"import\":28,\"export\":0,\"netPosition\":28}],\"totalImport\":373,\"totalExport\":1463,\"totalNetPosition\":-1090,\"deliveryStart\":\"2024-12-01T07:30:00Z\",\"deliveryEnd\":\"2024-12-01T07:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":345,\"export\":0,\"netPosition\":345},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":448,\"netPosition\":-448},{\"area\":\"NO4\",\"import\":24,\"export\":0,\"netPosition\":24}],\"totalImport\":369,\"totalExport\":1463,\"totalNetPosition\":-1094,\"deliveryStart\":\"2024-12-01T07:45:00Z\",\"deliveryEnd\":\"2024-12-01T08:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":169,\"export\":0,\"netPosition\":169},{\"area\":\"EE\",\"import\":0,\"export\":1007,\"netPosition\":-1007},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":626,\"netPosition\":-626},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":194,\"totalExport\":1633,\"totalNetPosition\":-1439,\"deliveryStart\":\"2024-12-01T08:00:00Z\",\"deliveryEnd\":\"2024-12-01T08:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":169,\"export\":0,\"netPosition\":169},{\"area\":\"EE\",\"import\":0,\"export\":1007,\"netPosition\":-1007},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":626,\"netPosition\":-626},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":194,\"totalExport\":1633,\"totalNetPosition\":-1439,\"deliveryStart\":\"2024-12-01T08:15:00Z\",\"deliveryEnd\":\"2024-12-01T08:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":169,\"export\":0,\"netPosition\":169},{\"area\":\"EE\",\"import\":0,\"export\":1007,\"netPosition\":-1007},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":626,\"netPosition\":-626},{\"area\":\"NO4\",\"import\":24,\"export\":0,\"netPosition\":24}],\"totalImport\":193,\"totalExport\":1633,\"totalNetPosition\":-1440,\"deliveryStart\":\"2024-12-01T08:30:00Z\",\"deliveryEnd\":\"2024-12-01T08:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":169,\"export\":0,\"netPosition\":169},{\"area\":\"EE\",\"import\":0,\"export\":1007,\"netPosition\":-1007},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":626,\"netPosition\":-626},{\"area\":\"NO4\",\"import\":22,\"export\":0,\"netPosition\":22}],\"totalImport\":191,\"totalExport\":1633,\"totalNetPosition\":-1442,\"deliveryStart\":\"2024-12-01T08:45:00Z\",\"deliveryEnd\":\"2024-12-01T09:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":984,\"netPosition\":-984},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":801,\"netPosition\":-801},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":122,\"totalExport\":1785,\"totalNetPosition\":-1663,\"deliveryStart\":\"2024-12-01T09:00:00Z\",\"deliveryEnd\":\"2024-12-01T09:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":984,\"netPosition\":-984},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":801,\"netPosition\":-801},{\"area\":\"NO4\",\"import\":24,\"export\":0,\"netPosition\":24}],\"totalImport\":121,\"totalExport\":1785,\"totalNetPosition\":-1664,\"deliveryStart\":\"2024-12-01T09:15:00Z\",\"deliveryEnd\":\"2024-12-01T09:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":984,\"netPosition\":-984},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":801,\"netPosition\":-801},{\"area\":\"NO4\",\"import\":22,\"export\":0,\"netPosition\":22}],\"totalImport\":119,\"totalExport\":1785,\"totalNetPosition\":-1666,\"deliveryStart\":\"2024-12-01T09:30:00Z\",\"deliveryEnd\":\"2024-12-01T09:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":984,\"netPosition\":-984},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":801,\"netPosition\":-801},{\"area\":\"NO4\",\"import\":22,\"export\":0,\"netPosition\":22}],\"totalImport\":119,\"totalExport\":1785,\"totalNetPosition\":-1666,\"deliveryStart\":\"2024-12-01T09:45:00Z\",\"deliveryEnd\":\"2024-12-01T10:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":227,\"export\":0,\"netPosition\":227},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1028,\"netPosition\":-1028},{\"area\":\"NO4\",\"import\":24,\"export\":0,\"netPosition\":24}],\"totalImport\":251,\"totalExport\":2043,\"totalNetPosition\":-1792,\"deliveryStart\":\"2024-12-01T10:00:00Z\",\"deliveryEnd\":\"2024-12-01T10:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":227,\"export\":0,\"netPosition\":227},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1028,\"netPosition\":-1028},{\"area\":\"NO4\",\"import\":23,\"export\":0,\"netPosition\":23}],\"totalImport\":250,\"totalExport\":2043,\"totalNetPosition\":-1793,\"deliveryStart\":\"2024-12-01T10:15:00Z\",\"deliveryEnd\":\"2024-12-01T10:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":227,\"export\":0,\"netPosition\":227},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1028,\"netPosition\":-1028},{\"area\":\"NO4\",\"import\":25,\"export\":0,\"netPosition\":25}],\"totalImport\":252,\"totalExport\":2043,\"totalNetPosition\":-1791,\"deliveryStart\":\"2024-12-01T10:30:00Z\",\"deliveryEnd\":\"2024-12-01T10:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":227,\"export\":0,\"netPosition\":227},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1028,\"netPosition\":-1028},{\"area\":\"NO4\",\"import\":23,\"export\":0,\"netPosition\":23}],\"totalImport\":250,\"totalExport\":2043,\"totalNetPosition\":-1793,\"deliveryStart\":\"2024-12-01T10:45:00Z\",\"deliveryEnd\":\"2024-12-01T11:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":14,\"export\":0,\"netPosition\":14}],\"totalImport\":111,\"totalExport\":2185,\"totalNetPosition\":-2074,\"deliveryStart\":\"2024-12-01T11:00:00Z\",\"deliveryEnd\":\"2024-12-01T11:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":15,\"export\":0,\"netPosition\":15}],\"totalImport\":112,\"totalExport\":2185,\"totalNetPosition\":-2073,\"deliveryStart\":\"2024-12-01T11:15:00Z\",\"deliveryEnd\":\"2024-12-01T11:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":15,\"export\":0,\"netPosition\":15}],\"totalImport\":112,\"totalExport\":2185,\"totalNetPosition\":-2073,\"deliveryStart\":\"2024-12-01T11:30:00Z\",\"deliveryEnd\":\"2024-12-01T11:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":97,\"export\":0,\"netPosition\":97},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":12,\"export\":0,\"netPosition\":12}],\"totalImport\":109,\"totalExport\":2185,\"totalNetPosition\":-2076,\"deliveryStart\":\"2024-12-01T11:45:00Z\",\"deliveryEnd\":\"2024-12-01T12:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":34,\"export\":0,\"netPosition\":34},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":13,\"export\":0,\"netPosition\":13}],\"totalImport\":47,\"totalExport\":2188,\"totalNetPosition\":-2141,\"deliveryStart\":\"2024-12-01T12:00:00Z\",\"deliveryEnd\":\"2024-12-01T12:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":34,\"export\":0,\"netPosition\":34},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":11,\"export\":0,\"netPosition\":11}],\"totalImport\":45,\"totalExport\":2188,\"totalNetPosition\":-2143,\"deliveryStart\":\"2024-12-01T12:15:00Z\",\"deliveryEnd\":\"2024-12-01T12:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":34,\"export\":0,\"netPosition\":34},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":8,\"export\":0,\"netPosition\":8}],\"totalImport\":42,\"totalExport\":2188,\"totalNetPosition\":-2146,\"deliveryStart\":\"2024-12-01T12:30:00Z\",\"deliveryEnd\":\"2024-12-01T12:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":34,\"export\":0,\"netPosition\":34},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":7,\"export\":0,\"netPosition\":7}],\"totalImport\":41,\"totalExport\":2188,\"totalNetPosition\":-2147,\"deliveryStart\":\"2024-12-01T12:45:00Z\",\"deliveryEnd\":\"2024-12-01T13:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":71,\"netPosition\":-71},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":5,\"export\":0,\"netPosition\":5}],\"totalImport\":5,\"totalExport\":2259,\"totalNetPosition\":-2254,\"deliveryStart\":\"2024-12-01T13:00:00Z\",\"deliveryEnd\":\"2024-12-01T13:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":71,\"netPosition\":-71},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":0,\"netPosition\":0}],\"totalImport\":0,\"totalExport\":2259,\"totalNetPosition\":-2259,\"deliveryStart\":\"2024-12-01T13:15:00Z\",\"deliveryEnd\":\"2024-12-01T13:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":71,\"netPosition\":-71},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":2,\"export\":0,\"netPosition\":2}],\"totalImport\":2,\"totalExport\":2259,\"totalNetPosition\":-2257,\"deliveryStart\":\"2024-12-01T13:30:00Z\",\"deliveryEnd\":\"2024-12-01T13:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":71,\"netPosition\":-71},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":3,\"export\":0,\"netPosition\":3}],\"totalImport\":3,\"totalExport\":2259,\"totalNetPosition\":-2256,\"deliveryStart\":\"2024-12-01T13:45:00Z\",\"deliveryEnd\":\"2024-12-01T14:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":3,\"netPosition\":-3}],\"totalImport\":0,\"totalExport\":2629,\"totalNetPosition\":-2629,\"deliveryStart\":\"2024-12-01T14:00:00Z\",\"deliveryEnd\":\"2024-12-01T14:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":8,\"netPosition\":-8}],\"totalImport\":0,\"totalExport\":2634,\"totalNetPosition\":-2634,\"deliveryStart\":\"2024-12-01T14:15:00Z\",\"deliveryEnd\":\"2024-12-01T14:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":12,\"netPosition\":-12}],\"totalImport\":0,\"totalExport\":2638,\"totalNetPosition\":-2638,\"deliveryStart\":\"2024-12-01T14:30:00Z\",\"deliveryEnd\":\"2024-12-01T14:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":438,\"netPosition\":-438},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":7,\"netPosition\":-7}],\"totalImport\":0,\"totalExport\":2633,\"totalNetPosition\":-2633,\"deliveryStart\":\"2024-12-01T14:45:00Z\",\"deliveryEnd\":\"2024-12-01T15:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":638,\"netPosition\":-638},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1084,\"netPosition\":-1084},{\"area\":\"NO4\",\"import\":0,\"export\":14,\"netPosition\":-14}],\"totalImport\":0,\"totalExport\":2751,\"totalNetPosition\":-2751,\"deliveryStart\":\"2024-12-01T15:00:00Z\",\"deliveryEnd\":\"2024-12-01T15:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":638,\"netPosition\":-638},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1084,\"netPosition\":-1084},{\"area\":\"NO4\",\"import\":0,\"export\":21,\"netPosition\":-21}],\"totalImport\":0,\"totalExport\":2758,\"totalNetPosition\":-2758,\"deliveryStart\":\"2024-12-01T15:15:00Z\",\"deliveryEnd\":\"2024-12-01T15:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":638,\"netPosition\":-638},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1084,\"netPosition\":-1084},{\"area\":\"NO4\",\"import\":0,\"export\":25,\"netPosition\":-25}],\"totalImport\":0,\"totalExport\":2762,\"totalNetPosition\":-2762,\"deliveryStart\":\"2024-12-01T15:30:00Z\",\"deliveryEnd\":\"2024-12-01T15:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":638,\"netPosition\":-638},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1084,\"netPosition\":-1084},{\"area\":\"NO4\",\"import\":0,\"export\":22,\"netPosition\":-22}],\"totalImport\":0,\"totalExport\":2759,\"totalNetPosition\":-2759,\"deliveryStart\":\"2024-12-01T15:45:00Z\",\"deliveryEnd\":\"2024-12-01T16:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":857,\"netPosition\":-857},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":843,\"netPosition\":-843},{\"area\":\"NO4\",\"import\":0,\"export\":26,\"netPosition\":-26}],\"totalImport\":0,\"totalExport\":2741,\"totalNetPosition\":-2741,\"deliveryStart\":\"2024-12-01T16:00:00Z\",\"deliveryEnd\":\"2024-12-01T16:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":857,\"netPosition\":-857},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":843,\"netPosition\":-843},{\"area\":\"NO4\",\"import\":0,\"export\":29,\"netPosition\":-29}],\"totalImport\":0,\"totalExport\":2744,\"totalNetPosition\":-2744,\"deliveryStart\":\"2024-12-01T16:15:00Z\",\"deliveryEnd\":\"2024-12-01T16:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":857,\"netPosition\":-857},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":843,\"netPosition\":-843},{\"area\":\"NO4\",\"import\":0,\"export\":32,\"netPosition\":-32}],\"totalImport\":0,\"totalExport\":2747,\"totalNetPosition\":-2747,\"deliveryStart\":\"2024-12-01T16:30:00Z\",\"deliveryEnd\":\"2024-12-01T16:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":857,\"netPosition\":-857},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":843,\"netPosition\":-843},{\"area\":\"NO4\",\"import\":0,\"export\":45,\"netPosition\":-45}],\"totalImport\":0,\"totalExport\":2760,\"totalNetPosition\":-2760,\"deliveryStart\":\"2024-12-01T16:45:00Z\",\"deliveryEnd\":\"2024-12-01T17:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":610,\"netPosition\":-610},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1161,\"netPosition\":-1161},{\"area\":\"NO4\",\"import\":0,\"export\":46,\"netPosition\":-46}],\"totalImport\":0,\"totalExport\":2832,\"totalNetPosition\":-2832,\"deliveryStart\":\"2024-12-01T17:00:00Z\",\"deliveryEnd\":\"2024-12-01T17:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":610,\"netPosition\":-610},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1161,\"netPosition\":-1161},{\"area\":\"NO4\",\"import\":0,\"export\":47,\"netPosition\":-47}],\"totalImport\":0,\"totalExport\":2833,\"totalNetPosition\":-2833,\"deliveryStart\":\"2024-12-01T17:15:00Z\",\"deliveryEnd\":\"2024-12-01T17:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":610,\"netPosition\":-610},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1161,\"netPosition\":-1161},{\"area\":\"NO4\",\"import\":0,\"export\":51,\"netPosition\":-51}],\"totalImport\":0,\"totalExport\":2837,\"totalNetPosition\":-2837,\"deliveryStart\":\"2024-12-01T17:30:00Z\",\"deliveryEnd\":\"2024-12-01T17:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":610,\"netPosition\":-610},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1161,\"netPosition\":-1161},{\"area\":\"NO4\",\"import\":0,\"export\":57,\"netPosition\":-57}],\"totalImport\":0,\"totalExport\":2843,\"totalNetPosition\":-2843,\"deliveryStart\":\"2024-12-01T17:45:00Z\",\"deliveryEnd\":\"2024-12-01T18:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":609,\"netPosition\":-609},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":60,\"netPosition\":-60}],\"totalImport\":0,\"totalExport\":2857,\"totalNetPosition\":-2857,\"deliveryStart\":\"2024-12-01T18:00:00Z\",\"deliveryEnd\":\"2024-12-01T18:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":609,\"netPosition\":-609},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":62,\"netPosition\":-62}],\"totalImport\":0,\"totalExport\":2859,\"totalNetPosition\":-2859,\"deliveryStart\":\"2024-12-01T18:15:00Z\",\"deliveryEnd\":\"2024-12-01T18:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":609,\"netPosition\":-609},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":69,\"netPosition\":-69}],\"totalImport\":0,\"totalExport\":2866,\"totalNetPosition\":-2866,\"deliveryStart\":\"2024-12-01T18:30:00Z\",\"deliveryEnd\":\"2024-12-01T18:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":609,\"netPosition\":-609},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1173,\"netPosition\":-1173},{\"area\":\"NO4\",\"import\":0,\"export\":73,\"netPosition\":-73}],\"totalImport\":0,\"totalExport\":2870,\"totalNetPosition\":-2870,\"deliveryStart\":\"2024-12-01T18:45:00Z\",\"deliveryEnd\":\"2024-12-01T19:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1069,\"netPosition\":-1069},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":0,\"export\":77,\"netPosition\":-77}],\"totalImport\":0,\"totalExport\":3331,\"totalNetPosition\":-3331,\"deliveryStart\":\"2024-12-01T19:00:00Z\",\"deliveryEnd\":\"2024-12-01T19:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1069,\"netPosition\":-1069},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":0,\"export\":85,\"netPosition\":-85}],\"totalImport\":0,\"totalExport\":3339,\"totalNetPosition\":-3339,\"deliveryStart\":\"2024-12-01T19:15:00Z\",\"deliveryEnd\":\"2024-12-01T19:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1069,\"netPosition\":-1069},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":0,\"export\":88,\"netPosition\":-88}],\"totalImport\":0,\"totalExport\":3342,\"totalNetPosition\":-3342,\"deliveryStart\":\"2024-12-01T19:30:00Z\",\"deliveryEnd\":\"2024-12-01T19:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1069,\"netPosition\":-1069},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1170,\"netPosition\":-1170},{\"area\":\"NO4\",\"import\":0,\"export\":90,\"netPosition\":-90}],\"totalImport\":0,\"totalExport\":3344,\"totalNetPosition\":-3344,\"deliveryStart\":\"2024-12-01T19:45:00Z\",\"deliveryEnd\":\"2024-12-01T20:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":895,\"netPosition\":-895},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":85,\"netPosition\":-85}],\"totalImport\":0,\"totalExport\":3167,\"totalNetPosition\":-3167,\"deliveryStart\":\"2024-12-01T20:00:00Z\",\"deliveryEnd\":\"2024-12-01T20:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":895,\"netPosition\":-895},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":84,\"netPosition\":-84}],\"totalImport\":0,\"totalExport\":3166,\"totalNetPosition\":-3166,\"deliveryStart\":\"2024-12-01T20:15:00Z\",\"deliveryEnd\":\"2024-12-01T20:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":895,\"netPosition\":-895},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":87,\"netPosition\":-87}],\"totalImport\":0,\"totalExport\":3169,\"totalNetPosition\":-3169,\"deliveryStart\":\"2024-12-01T20:30:00Z\",\"deliveryEnd\":\"2024-12-01T20:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":895,\"netPosition\":-895},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":88,\"netPosition\":-88}],\"totalImport\":0,\"totalExport\":3170,\"totalNetPosition\":-3170,\"deliveryStart\":\"2024-12-01T20:45:00Z\",\"deliveryEnd\":\"2024-12-01T21:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1087,\"netPosition\":-1087},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":92,\"netPosition\":-92}],\"totalImport\":0,\"totalExport\":3366,\"totalNetPosition\":-3366,\"deliveryStart\":\"2024-12-01T21:00:00Z\",\"deliveryEnd\":\"2024-12-01T21:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1087,\"netPosition\":-1087},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":94,\"netPosition\":-94}],\"totalImport\":0,\"totalExport\":3368,\"totalNetPosition\":-3368,\"deliveryStart\":\"2024-12-01T21:15:00Z\",\"deliveryEnd\":\"2024-12-01T21:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1087,\"netPosition\":-1087},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":95,\"netPosition\":-95}],\"totalImport\":0,\"totalExport\":3369,\"totalNetPosition\":-3369,\"deliveryStart\":\"2024-12-01T21:30:00Z\",\"deliveryEnd\":\"2024-12-01T21:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1087,\"netPosition\":-1087},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":98,\"netPosition\":-98}],\"totalImport\":0,\"totalExport\":3372,\"totalNetPosition\":-3372,\"deliveryStart\":\"2024-12-01T21:45:00Z\",\"deliveryEnd\":\"2024-12-01T22:00:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":94,\"netPosition\":-94}],\"totalImport\":0,\"totalExport\":3295,\"totalNetPosition\":-3295,\"deliveryStart\":\"2024-12-01T22:00:00Z\",\"deliveryEnd\":\"2024-12-01T22:15:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":92,\"netPosition\":-92}],\"totalImport\":0,\"totalExport\":3293,\"totalNetPosition\":-3293,\"deliveryStart\":\"2024-12-01T22:15:00Z\",\"deliveryEnd\":\"2024-12-01T22:30:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":92,\"netPosition\":-92}],\"totalImport\":0,\"totalExport\":3293,\"totalNetPosition\":-3293,\"deliveryStart\":\"2024-12-01T22:30:00Z\",\"deliveryEnd\":\"2024-12-01T22:45:00Z\"},{\"byConnections\":[{\"area\":\"SE1\",\"import\":0,\"export\":1014,\"netPosition\":-1014},{\"area\":\"EE\",\"import\":0,\"export\":1015,\"netPosition\":-1015},{\"area\":\"RU\",\"import\":0,\"export\":0,\"netPosition\":0},{\"area\":\"SE3\",\"import\":0,\"export\":1172,\"netPosition\":-1172},{\"area\":\"NO4\",\"import\":0,\"export\":87,\"netPosition\":-87}],\"totalImport\":0,\"totalExport\":3288,\"totalNetPosition\":-3288,\"deliveryStart\":\"2024-12-01T22:45:00Z\",\"deliveryEnd\":\"2024-12-01T23:00:00Z\"}],\"deliveryDateCET\":\"2024-12-01\",\"updatedAt\":\"2024-12-02T00:42:31.2888021Z\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NORDPOOL/se_current_day_price.json",
    "content": "[{\"market\": \"DayAhead\", \"deliveryArea\": \"SE4\", \"status\": \"Final\", \"unit\": \"EUR/MWh\", \"currency\": \"EUR\", \"exchangeRate\": 1, \"marketMainCurrency\": \"EUR\", \"averagePrice\": 41.19, \"minPrice\": 24.54, \"maxPrice\": 79.67, \"blockPrices\": [{\"blockName\": \"Peak\", \"blockStart\": \"2024-07-08T06:00:00Z\", \"blockEnd\": \"2024-07-08T18:00:00Z\", \"minPrice\": 28.74, \"maxPrice\": 31.46, \"averagePrice\": 30.16}, {\"blockName\": \"Off-peak 1\", \"blockStart\": \"2024-07-07T22:00:00Z\", \"blockEnd\": \"2024-07-08T06:00:00Z\", \"minPrice\": 24.54, \"maxPrice\": 79.67, \"averagePrice\": 63.54}, {\"blockName\": \"Off-peak 2\", \"blockStart\": \"2024-07-08T18:00:00Z\", \"blockEnd\": \"2024-07-08T22:00:00Z\", \"minPrice\": 27.99, \"maxPrice\": 31.17, \"averagePrice\": 29.59}], \"prices\": [{\"price\": 79.67, \"deliveryStart\": \"2024-07-07T22:00:00Z\", \"deliveryEnd\": \"2024-07-07T23:00:00Z\"}, {\"price\": 74.81, \"deliveryStart\": \"2024-07-07T23:00:00Z\", \"deliveryEnd\": \"2024-07-08T00:00:00Z\"}, {\"price\": 72.3, \"deliveryStart\": \"2024-07-08T00:00:00Z\", \"deliveryEnd\": \"2024-07-08T01:00:00Z\"}, {\"price\": 75.86, \"deliveryStart\": \"2024-07-08T01:00:00Z\", \"deliveryEnd\": \"2024-07-08T02:00:00Z\"}, {\"price\": 74.45, \"deliveryStart\": \"2024-07-08T02:00:00Z\", \"deliveryEnd\": \"2024-07-08T03:00:00Z\"}, {\"price\": 78.51, \"deliveryStart\": \"2024-07-08T03:00:00Z\", \"deliveryEnd\": \"2024-07-08T04:00:00Z\"}, {\"price\": 24.54, \"deliveryStart\": \"2024-07-08T04:00:00Z\", \"deliveryEnd\": \"2024-07-08T05:00:00Z\"}, {\"price\": 28.14, \"deliveryStart\": \"2024-07-08T05:00:00Z\", \"deliveryEnd\": \"2024-07-08T06:00:00Z\"}, {\"price\": 30.29, \"deliveryStart\": \"2024-07-08T06:00:00Z\", \"deliveryEnd\": \"2024-07-08T07:00:00Z\"}, {\"price\": 30.61, \"deliveryStart\": \"2024-07-08T07:00:00Z\", \"deliveryEnd\": \"2024-07-08T08:00:00Z\"}, {\"price\": 30.56, \"deliveryStart\": \"2024-07-08T08:00:00Z\", \"deliveryEnd\": \"2024-07-08T09:00:00Z\"}, {\"price\": 30.19, \"deliveryStart\": \"2024-07-08T09:00:00Z\", \"deliveryEnd\": \"2024-07-08T10:00:00Z\"}, {\"price\": 30.36, \"deliveryStart\": \"2024-07-08T10:00:00Z\", \"deliveryEnd\": \"2024-07-08T11:00:00Z\"}, {\"price\": 28.74, \"deliveryStart\": \"2024-07-08T11:00:00Z\", \"deliveryEnd\": \"2024-07-08T12:00:00Z\"}, {\"price\": 28.85, \"deliveryStart\": \"2024-07-08T12:00:00Z\", \"deliveryEnd\": \"2024-07-08T13:00:00Z\"}, {\"price\": 29.98, \"deliveryStart\": \"2024-07-08T13:00:00Z\", \"deliveryEnd\": \"2024-07-08T14:00:00Z\"}, {\"price\": 29.98, \"deliveryStart\": \"2024-07-08T14:00:00Z\", \"deliveryEnd\": \"2024-07-08T15:00:00Z\"}, {\"price\": 30.15, \"deliveryStart\": \"2024-07-08T15:00:00Z\", \"deliveryEnd\": \"2024-07-08T16:00:00Z\"}, {\"price\": 30.74, \"deliveryStart\": \"2024-07-08T16:00:00Z\", \"deliveryEnd\": \"2024-07-08T17:00:00Z\"}, {\"price\": 31.46, \"deliveryStart\": \"2024-07-08T17:00:00Z\", \"deliveryEnd\": \"2024-07-08T18:00:00Z\"}, {\"price\": 31.17, \"deliveryStart\": \"2024-07-08T18:00:00Z\", \"deliveryEnd\": \"2024-07-08T19:00:00Z\"}, {\"price\": 30.17, \"deliveryStart\": \"2024-07-08T19:00:00Z\", \"deliveryEnd\": \"2024-07-08T20:00:00Z\"}, {\"price\": 29.03, \"deliveryStart\": \"2024-07-08T20:00:00Z\", \"deliveryEnd\": \"2024-07-08T21:00:00Z\"}, {\"price\": 27.99, \"deliveryStart\": \"2024-07-08T21:00:00Z\", \"deliveryEnd\": \"2024-07-08T22:00:00Z\"}], \"deliveryDateCET\": \"2024-07-08\", \"updatedAt\": \"2024-07-08T07:10:29.997923Z\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NORDPOOL/se_next_day_price.json",
    "content": "[{\"market\": \"DayAhead\", \"deliveryArea\": \"SE4\", \"status\": \"Final\", \"unit\": \"EUR/MWh\", \"currency\": \"EUR\", \"exchangeRate\": 1, \"marketMainCurrency\": \"EUR\", \"averagePrice\": 44.07, \"minPrice\": 25.27, \"maxPrice\": 112.8, \"blockPrices\": [{\"blockName\": \"Peak\", \"blockStart\": \"2024-07-09T06:00:00Z\", \"blockEnd\": \"2024-07-09T18:00:00Z\", \"minPrice\": 25.27, \"maxPrice\": 110.27, \"averagePrice\": 46.78}, {\"blockName\": \"Off-peak 1\", \"blockStart\": \"2024-07-08T22:00:00Z\", \"blockEnd\": \"2024-07-09T06:00:00Z\", \"minPrice\": 25.58, \"maxPrice\": 32.25, \"averagePrice\": 27.69}, {\"blockName\": \"Off-peak 2\", \"blockStart\": \"2024-07-09T18:00:00Z\", \"blockEnd\": \"2024-07-09T22:00:00Z\", \"minPrice\": 30.1, \"maxPrice\": 112.8, \"averagePrice\": 68.69}], \"prices\": [{\"price\": 27.46, \"deliveryStart\": \"2024-07-08T22:00:00Z\", \"deliveryEnd\": \"2024-07-08T23:00:00Z\"}, {\"price\": 26.69, \"deliveryStart\": \"2024-07-08T23:00:00Z\", \"deliveryEnd\": \"2024-07-09T00:00:00Z\"}, {\"price\": 26.06, \"deliveryStart\": \"2024-07-09T00:00:00Z\", \"deliveryEnd\": \"2024-07-09T01:00:00Z\"}, {\"price\": 25.65, \"deliveryStart\": \"2024-07-09T01:00:00Z\", \"deliveryEnd\": \"2024-07-09T02:00:00Z\"}, {\"price\": 25.58, \"deliveryStart\": \"2024-07-09T02:00:00Z\", \"deliveryEnd\": \"2024-07-09T03:00:00Z\"}, {\"price\": 27.27, \"deliveryStart\": \"2024-07-09T03:00:00Z\", \"deliveryEnd\": \"2024-07-09T04:00:00Z\"}, {\"price\": 30.52, \"deliveryStart\": \"2024-07-09T04:00:00Z\", \"deliveryEnd\": \"2024-07-09T05:00:00Z\"}, {\"price\": 32.25, \"deliveryStart\": \"2024-07-09T05:00:00Z\", \"deliveryEnd\": \"2024-07-09T06:00:00Z\"}, {\"price\": 33.81, \"deliveryStart\": \"2024-07-09T06:00:00Z\", \"deliveryEnd\": \"2024-07-09T07:00:00Z\"}, {\"price\": 33.65, \"deliveryStart\": \"2024-07-09T07:00:00Z\", \"deliveryEnd\": \"2024-07-09T08:00:00Z\"}, {\"price\": 31.42, \"deliveryStart\": \"2024-07-09T08:00:00Z\", \"deliveryEnd\": \"2024-07-09T09:00:00Z\"}, {\"price\": 30.44, \"deliveryStart\": \"2024-07-09T09:00:00Z\", \"deliveryEnd\": \"2024-07-09T10:00:00Z\"}, {\"price\": 28.83, \"deliveryStart\": \"2024-07-09T10:00:00Z\", \"deliveryEnd\": \"2024-07-09T11:00:00Z\"}, {\"price\": 25.27, \"deliveryStart\": \"2024-07-09T11:00:00Z\", \"deliveryEnd\": \"2024-07-09T12:00:00Z\"}, {\"price\": 26.68, \"deliveryStart\": \"2024-07-09T12:00:00Z\", \"deliveryEnd\": \"2024-07-09T13:00:00Z\"}, {\"price\": 29.72, \"deliveryStart\": \"2024-07-09T13:00:00Z\", \"deliveryEnd\": \"2024-07-09T14:00:00Z\"}, {\"price\": 32.29, \"deliveryStart\": \"2024-07-09T14:00:00Z\", \"deliveryEnd\": \"2024-07-09T15:00:00Z\"}, {\"price\": 79.73, \"deliveryStart\": \"2024-07-09T15:00:00Z\", \"deliveryEnd\": \"2024-07-09T16:00:00Z\"}, {\"price\": 99.27, \"deliveryStart\": \"2024-07-09T16:00:00Z\", \"deliveryEnd\": \"2024-07-09T17:00:00Z\"}, {\"price\": 110.27, \"deliveryStart\": \"2024-07-09T17:00:00Z\", \"deliveryEnd\": \"2024-07-09T18:00:00Z\"}, {\"price\": 112.8, \"deliveryStart\": \"2024-07-09T18:00:00Z\", \"deliveryEnd\": \"2024-07-09T19:00:00Z\"}, {\"price\": 100.32, \"deliveryStart\": \"2024-07-09T19:00:00Z\", \"deliveryEnd\": \"2024-07-09T20:00:00Z\"}, {\"price\": 31.54, \"deliveryStart\": \"2024-07-09T20:00:00Z\", \"deliveryEnd\": \"2024-07-09T21:00:00Z\"}, {\"price\": 30.1, \"deliveryStart\": \"2024-07-09T21:00:00Z\", \"deliveryEnd\": \"2024-07-09T22:00:00Z\"}], \"deliveryDateCET\": \"2024-07-09\", \"updatedAt\": \"2024-07-08T11:12:16.0856629Z\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NORDPOOL/token.json",
    "content": "{\"access_token\": \"token\", \"expires_in\": 3600, \"token_type\": \"Bearer\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NTESMO/as-7-days-forecast.json",
    "content": "{\"demand\":[[\"2025-04-04T11:00+09:30\",10.2],[\"2025-04-04T11:30+09:30\",10.4],[\"2025-04-04T12:00+09:30\",10.3],[\"2025-04-04T12:30+09:30\",10.7],[\"2025-04-04T13:00+09:30\",11.4],[\"2025-04-04T13:30+09:30\",11.8],[\"2025-04-04T14:00+09:30\",12.3],[\"2025-04-04T14:30+09:30\",13.3],[\"2025-04-04T15:00+09:30\",14.6],[\"2025-04-04T15:30+09:30\",16.0],[\"2025-04-04T16:00+09:30\",18.0],[\"2025-04-04T16:30+09:30\",19.4],[\"2025-04-04T17:00+09:30\",20.8],[\"2025-04-04T17:30+09:30\",21.9],[\"2025-04-04T18:00+09:30\",22.1],[\"2025-04-04T18:30+09:30\",22.2],[\"2025-04-04T19:00+09:30\",22.5],[\"2025-04-04T19:30+09:30\",22.0],[\"2025-04-04T20:00+09:30\",21.2],[\"2025-04-04T20:30+09:30\",20.4],[\"2025-04-04T21:00+09:30\",19.6],[\"2025-04-04T21:30+09:30\",18.8],[\"2025-04-04T22:00+09:30\",18.1],[\"2025-04-04T22:30+09:30\",17.5]],\"forecasted30min_p10\":[[\"2025-04-04T11:00+09:30\",10.302],[\"2025-04-04T11:30+09:30\",9.968],[\"2025-04-04T12:00+09:30\",10.104],[\"2025-04-04T12:30+09:30\",10.564],[\"2025-04-04T13:00+09:30\",9.887],[\"2025-04-04T13:30+09:30\",10.37],[\"2025-04-04T14:00+09:30\",10.416],[\"2025-04-04T14:30+09:30\",11.464],[\"2025-04-04T15:00+09:30\",12.45],[\"2025-04-04T15:30+09:30\",14.89],[\"2025-04-04T16:00+09:30\",16.662],[\"2025-04-04T16:30+09:30\",17.172],[\"2025-04-04T17:00+09:30\",18.531],[\"2025-04-04T17:30+09:30\",19.327],[\"2025-04-04T18:00+09:30\",20.027],[\"2025-04-04T18:30+09:30\",21.607],[\"2025-04-04T19:00+09:30\",22.062],[\"2025-04-04T19:30+09:30\",21.562],[\"2025-04-04T20:00+09:30\",20.405],[\"2025-04-04T20:30+09:30\",19.552],[\"2025-04-04T21:00+09:30\",17.994],[\"2025-04-04T21:30+09:30\",18.0],[\"2025-04-04T22:00+09:30\",16.921],[\"2025-04-04T22:30+09:30\",16.381],[\"2025-04-04T23:00+09:30\",15.918]],\"forecasted30min_p90\":[[\"2025-04-04T11:00+09:30\",13.781],[\"2025-04-04T11:30+09:30\",14.039],[\"2025-04-04T12:00+09:30\",14.236],[\"2025-04-04T12:30+09:30\",13.243],[\"2025-04-04T13:00+09:30\",12.983],[\"2025-04-04T13:30+09:30\",14.557],[\"2025-04-04T14:00+09:30\",14.629],[\"2025-04-04T14:30+09:30\",15.848],[\"2025-04-04T15:00+09:30\",17.475],[\"2025-04-04T15:30+09:30\",20.19],[\"2025-04-04T16:00+09:30\",21.428],[\"2025-04-04T16:30+09:30\",22.125],[\"2025-04-04T17:00+09:30\",23.442],[\"2025-04-04T17:30+09:30\",24.437],[\"2025-04-04T18:00+09:30\",25.24],[\"2025-04-04T18:30+09:30\",25.848],[\"2025-04-04T19:00+09:30\",26.108],[\"2025-04-04T19:30+09:30\",25.973],[\"2025-04-04T20:00+09:30\",24.344],[\"2025-04-04T20:30+09:30\",23.386],[\"2025-04-04T21:00+09:30\",21.731],[\"2025-04-04T21:30+09:30\",21.283],[\"2025-04-04T22:00+09:30\",19.991],[\"2025-04-04T22:30+09:30\",18.974],[\"2025-04-04T23:00+09:30\",18.372]],\"forecasted30min_demand\":[[\"2025-04-04T11:00+09:30\",12.214],[\"2025-04-04T11:30+09:30\",11.538],[\"2025-04-04T12:00+09:30\",11.705],[\"2025-04-04T12:30+09:30\",11.241],[\"2025-04-04T13:00+09:30\",11.492],[\"2025-04-04T13:30+09:30\",12.095],[\"2025-04-04T14:00+09:30\",12.451],[\"2025-04-04T14:30+09:30\",13.764],[\"2025-04-04T15:00+09:30\",14.804],[\"2025-04-04T15:30+09:30\",17.415],[\"2025-04-04T16:00+09:30\",18.929],[\"2025-04-04T16:30+09:30\",19.594],[\"2025-04-04T17:00+09:30\",20.709],[\"2025-04-04T17:30+09:30\",21.787],[\"2025-04-04T18:00+09:30\",22.708],[\"2025-04-04T18:30+09:30\",23.598],[\"2025-04-04T19:00+09:30\",24.126],[\"2025-04-04T19:30+09:30\",23.63],[\"2025-04-04T20:00+09:30\",21.881],[\"2025-04-04T20:30+09:30\",20.691],[\"2025-04-04T21:00+09:30\",19.313],[\"2025-04-04T21:30+09:30\",19.17],[\"2025-04-04T22:00+09:30\",18.605],[\"2025-04-04T22:30+09:30\",17.871],[\"2025-04-04T23:00+09:30\",16.602]],\"forecastedDemand\":[[\"2025-04-04T23:30+09:30\",16.559],[\"2025-04-05T00:00+09:30\",16.186],[\"2025-04-05T00:30+09:30\",15.603],[\"2025-04-05T01:00+09:30\",15.396],[\"2025-04-05T01:30+09:30\",14.647],[\"2025-04-05T02:00+09:30\",14.557],[\"2025-04-05T02:30+09:30\",14.154],[\"2025-04-05T03:00+09:30\",14.056],[\"2025-04-05T03:30+09:30\",14.118],[\"2025-04-05T04:00+09:30\",14.077],[\"2025-04-05T04:30+09:30\",14.093],[\"2025-04-05T05:00+09:30\",14.376],[\"2025-04-05T05:30+09:30\",14.67],[\"2025-04-05T06:00+09:30\",15.556],[\"2025-04-05T06:30+09:30\",15.926],[\"2025-04-05T07:00+09:30\",16.006],[\"2025-04-05T07:30+09:30\",15.694],[\"2025-04-05T08:00+09:30\",14.532],[\"2025-04-05T08:30+09:30\",14.641],[\"2025-04-05T09:00+09:30\",13.231],[\"2025-04-05T09:30+09:30\",11.202],[\"2025-04-05T10:00+09:30\",10.626],[\"2025-04-05T10:30+09:30\",9.718],[\"2025-04-05T11:00+09:30\",9.631],[\"2025-04-05T11:30+09:30\",8.781],[\"2025-04-05T12:00+09:30\",8.389],[\"2025-04-05T12:30+09:30\",10.01],[\"2025-04-05T13:00+09:30\",11.249],[\"2025-04-05T13:30+09:30\",11.497],[\"2025-04-05T14:00+09:30\",11.269],[\"2025-04-05T14:30+09:30\",11.437],[\"2025-04-05T15:00+09:30\",12.211],[\"2025-04-05T15:30+09:30\",13.736],[\"2025-04-05T16:00+09:30\",15.659],[\"2025-04-05T16:30+09:30\",18.07],[\"2025-04-05T17:00+09:30\",19.886],[\"2025-04-05T17:30+09:30\",22.227],[\"2025-04-05T18:00+09:30\",23.217],[\"2025-04-05T18:30+09:30\",23.436],[\"2025-04-05T19:00+09:30\",23.528],[\"2025-04-05T19:30+09:30\",22.468],[\"2025-04-05T20:00+09:30\",21.362],[\"2025-04-05T20:30+09:30\",20.696],[\"2025-04-05T21:00+09:30\",19.764],[\"2025-04-05T21:30+09:30\",18.777],[\"2025-04-05T22:00+09:30\",18.137],[\"2025-04-05T22:30+09:30\",17.824],[\"2025-04-05T23:00+09:30\",17.254],[\"2025-04-05T23:30+09:30\",17.276],[\"2025-04-06T00:00+09:30\",16.726],[\"2025-04-06T00:30+09:30\",16.265],[\"2025-04-06T01:00+09:30\",15.933],[\"2025-04-06T01:30+09:30\",16.029],[\"2025-04-06T02:00+09:30\",15.811],[\"2025-04-06T02:30+09:30\",15.263],[\"2025-04-06T03:00+09:30\",15.066],[\"2025-04-06T03:30+09:30\",14.919],[\"2025-04-06T04:00+09:30\",15.032],[\"2025-04-06T04:30+09:30\",15.239],[\"2025-04-06T05:00+09:30\",15.323],[\"2025-04-06T05:30+09:30\",15.609],[\"2025-04-06T06:00+09:30\",16.085],[\"2025-04-06T06:30+09:30\",16.096],[\"2025-04-06T07:00+09:30\",15.683],[\"2025-04-06T07:30+09:30\",15.426],[\"2025-04-06T08:00+09:30\",14.524],[\"2025-04-06T08:30+09:30\",13.574],[\"2025-04-06T09:00+09:30\",13.049],[\"2025-04-06T09:30+09:30\",12.492],[\"2025-04-06T10:00+09:30\",10.266],[\"2025-04-06T10:30+09:30\",10.583],[\"2025-04-06T11:00+09:30\",10.327],[\"2025-04-06T11:30+09:30\",10.371],[\"2025-04-06T12:00+09:30\",10.707],[\"2025-04-06T12:30+09:30\",10.089],[\"2025-04-06T13:00+09:30\",11.116],[\"2025-04-06T13:30+09:30\",11.087],[\"2025-04-06T14:00+09:30\",11.969],[\"2025-04-06T14:30+09:30\",12.988],[\"2025-04-06T15:00+09:30\",13.786],[\"2025-04-06T15:30+09:30\",15.554],[\"2025-04-06T16:00+09:30\",17.291],[\"2025-04-06T16:30+09:30\",19.502],[\"2025-04-06T17:00+09:30\",20.607],[\"2025-04-06T17:30+09:30\",22.939],[\"2025-04-06T18:00+09:30\",23.887],[\"2025-04-06T18:30+09:30\",24.622],[\"2025-04-06T19:00+09:30\",24.085],[\"2025-04-06T19:30+09:30\",24.051],[\"2025-04-06T20:00+09:30\",23.075],[\"2025-04-06T20:30+09:30\",22.466],[\"2025-04-06T21:00+09:30\",21.497],[\"2025-04-06T21:30+09:30\",20.807],[\"2025-04-06T22:00+09:30\",20.098],[\"2025-04-06T22:30+09:30\",19.26],[\"2025-04-06T23:00+09:30\",18.345],[\"2025-04-06T23:30+09:30\",18.294],[\"2025-04-07T00:00+09:30\",17.945],[\"2025-04-07T00:30+09:30\",17.049],[\"2025-04-07T01:00+09:30\",16.672],[\"2025-04-07T01:30+09:30\",16.34],[\"2025-04-07T02:00+09:30\",16.153],[\"2025-04-07T02:30+09:30\",15.797],[\"2025-04-07T03:00+09:30\",15.76],[\"2025-04-07T03:30+09:30\",15.74],[\"2025-04-07T04:00+09:30\",15.684],[\"2025-04-07T04:30+09:30\",15.751],[\"2025-04-07T05:00+09:30\",16.255],[\"2025-04-07T05:30+09:30\",16.547],[\"2025-04-07T06:00+09:30\",17.727],[\"2025-04-07T06:30+09:30\",18.102],[\"2025-04-07T07:00+09:30\",18.48],[\"2025-04-07T07:30+09:30\",18.059],[\"2025-04-07T08:00+09:30\",18.041],[\"2025-04-07T08:30+09:30\",16.72],[\"2025-04-07T09:00+09:30\",14.951],[\"2025-04-07T09:30+09:30\",14.605],[\"2025-04-07T10:00+09:30\",13.442],[\"2025-04-07T10:30+09:30\",13.277],[\"2025-04-07T11:00+09:30\",13.42],[\"2025-04-07T11:30+09:30\",13.87],[\"2025-04-07T12:00+09:30\",13.881],[\"2025-04-07T12:30+09:30\",13.978],[\"2025-04-07T13:00+09:30\",14.614],[\"2025-04-07T13:30+09:30\",15.607],[\"2025-04-07T14:00+09:30\",16.424],[\"2025-04-07T14:30+09:30\",17.003],[\"2025-04-07T15:00+09:30\",18.302],[\"2025-04-07T15:30+09:30\",20.56],[\"2025-04-07T16:00+09:30\",21.85],[\"2025-04-07T16:30+09:30\",22.398],[\"2025-04-07T17:00+09:30\",23.359],[\"2025-04-07T17:30+09:30\",26.088],[\"2025-04-07T18:00+09:30\",26.385],[\"2025-04-07T18:30+09:30\",26.02],[\"2025-04-07T19:00+09:30\",25.709],[\"2025-04-07T19:30+09:30\",24.929],[\"2025-04-07T20:00+09:30\",23.799],[\"2025-04-07T20:30+09:30\",23.235],[\"2025-04-07T21:00+09:30\",22.248],[\"2025-04-07T21:30+09:30\",20.943],[\"2025-04-07T22:00+09:30\",19.893],[\"2025-04-07T22:30+09:30\",19.133],[\"2025-04-07T23:00+09:30\",18.357],[\"2025-04-07T23:30+09:30\",17.893],[\"2025-04-08T00:00+09:30\",17.461],[\"2025-04-08T00:30+09:30\",16.6],[\"2025-04-08T01:00+09:30\",16.352],[\"2025-04-08T01:30+09:30\",16.246],[\"2025-04-08T02:00+09:30\",16.065],[\"2025-04-08T02:30+09:30\",15.893],[\"2025-04-08T03:00+09:30\",15.821],[\"2025-04-08T03:30+09:30\",15.648],[\"2025-04-08T04:00+09:30\",15.725],[\"2025-04-08T04:30+09:30\",15.885],[\"2025-04-08T05:00+09:30\",16.363],[\"2025-04-08T05:30+09:30\",16.923],[\"2025-04-08T06:00+09:30\",18.257],[\"2025-04-08T06:30+09:30\",18.485],[\"2025-04-08T07:00+09:30\",18.941],[\"2025-04-08T07:30+09:30\",18.272],[\"2025-04-08T08:00+09:30\",18.129],[\"2025-04-08T08:30+09:30\",16.774],[\"2025-04-08T09:00+09:30\",15.186],[\"2025-04-08T09:30+09:30\",14.856],[\"2025-04-08T10:00+09:30\",13.884],[\"2025-04-08T10:30+09:30\",13.834],[\"2025-04-08T11:00+09:30\",13.876],[\"2025-04-08T11:30+09:30\",13.87],[\"2025-04-08T12:00+09:30\",13.987],[\"2025-04-08T12:30+09:30\",14.074],[\"2025-04-08T13:00+09:30\",14.678],[\"2025-04-08T13:30+09:30\",15.624],[\"2025-04-08T14:00+09:30\",16.445],[\"2025-04-08T14:30+09:30\",17.754],[\"2025-04-08T15:00+09:30\",19.182],[\"2025-04-08T15:30+09:30\",21.256],[\"2025-04-08T16:00+09:30\",22.526],[\"2025-04-08T16:30+09:30\",23.552],[\"2025-04-08T17:00+09:30\",24.578],[\"2025-04-08T17:30+09:30\",25.541],[\"2025-04-08T18:00+09:30\",25.842],[\"2025-04-08T18:30+09:30\",25.942],[\"2025-04-08T19:00+09:30\",25.618],[\"2025-04-08T19:30+09:30\",24.674],[\"2025-04-08T20:00+09:30\",23.557],[\"2025-04-08T20:30+09:30\",22.82],[\"2025-04-08T21:00+09:30\",21.822],[\"2025-04-08T21:30+09:30\",20.465],[\"2025-04-08T22:00+09:30\",19.439],[\"2025-04-08T22:30+09:30\",18.935],[\"2025-04-08T23:00+09:30\",18.202],[\"2025-04-08T23:30+09:30\",17.7],[\"2025-04-09T00:00+09:30\",17.277],[\"2025-04-09T00:30+09:30\",16.645],[\"2025-04-09T01:00+09:30\",16.424],[\"2025-04-09T01:30+09:30\",16.286],[\"2025-04-09T02:00+09:30\",16.101],[\"2025-04-09T02:30+09:30\",15.838],[\"2025-04-09T03:00+09:30\",15.788],[\"2025-04-09T03:30+09:30\",15.729],[\"2025-04-09T04:00+09:30\",15.785],[\"2025-04-09T04:30+09:30\",15.76],[\"2025-04-09T05:00+09:30\",16.247],[\"2025-04-09T05:30+09:30\",16.893],[\"2025-04-09T06:00+09:30\",18.241],[\"2025-04-09T06:30+09:30\",18.494],[\"2025-04-09T07:00+09:30\",18.981],[\"2025-04-09T07:30+09:30\",17.994],[\"2025-04-09T08:00+09:30\",17.603],[\"2025-04-09T08:30+09:30\",16.641],[\"2025-04-09T09:00+09:30\",14.951],[\"2025-04-09T09:30+09:30\",14.567],[\"2025-04-09T10:00+09:30\",13.55],[\"2025-04-09T10:30+09:30\",14.007],[\"2025-04-09T11:00+09:30\",14.017],[\"2025-04-09T11:30+09:30\",14.275],[\"2025-04-09T12:00+09:30\",14.443],[\"2025-04-09T12:30+09:30\",14.43],[\"2025-04-09T13:00+09:30\",15.023],[\"2025-04-09T13:30+09:30\",15.838],[\"2025-04-09T14:00+09:30\",16.716],[\"2025-04-09T14:30+09:30\",18.336],[\"2025-04-09T15:00+09:30\",19.733],[\"2025-04-09T15:30+09:30\",21.985],[\"2025-04-09T16:00+09:30\",23.429],[\"2025-04-09T16:30+09:30\",24.119],[\"2025-04-09T17:00+09:30\",24.979],[\"2025-04-09T17:30+09:30\",25.862],[\"2025-04-09T18:00+09:30\",26.08],[\"2025-04-09T18:30+09:30\",26.451],[\"2025-04-09T19:00+09:30\",26.146],[\"2025-04-09T19:30+09:30\",25.148],[\"2025-04-09T20:00+09:30\",24.009],[\"2025-04-09T20:30+09:30\",23.133],[\"2025-04-09T21:00+09:30\",22.126],[\"2025-04-09T21:30+09:30\",20.654],[\"2025-04-09T22:00+09:30\",19.631],[\"2025-04-09T22:30+09:30\",18.995],[\"2025-04-09T23:00+09:30\",18.255],[\"2025-04-09T23:30+09:30\",17.775],[\"2025-04-10T00:00+09:30\",17.368],[\"2025-04-10T00:30+09:30\",16.807],[\"2025-04-10T01:00+09:30\",16.579],[\"2025-04-10T01:30+09:30\",16.421],[\"2025-04-10T02:00+09:30\",16.219],[\"2025-04-10T02:30+09:30\",16.035],[\"2025-04-10T03:00+09:30\",15.985],[\"2025-04-10T03:30+09:30\",15.767],[\"2025-04-10T04:00+09:30\",15.824],[\"2025-04-10T04:30+09:30\",15.848],[\"2025-04-10T05:00+09:30\",16.331],[\"2025-04-10T05:30+09:30\",16.951],[\"2025-04-10T06:00+09:30\",18.307],[\"2025-04-10T06:30+09:30\",18.58],[\"2025-04-10T07:00+09:30\",19.053],[\"2025-04-10T07:30+09:30\",18.285],[\"2025-04-10T08:00+09:30\",17.913],[\"2025-04-10T08:30+09:30\",17.035],[\"2025-04-10T09:00+09:30\",15.487],[\"2025-04-10T09:30+09:30\",15.247],[\"2025-04-10T10:00+09:30\",14.359],[\"2025-04-10T10:30+09:30\",14.449],[\"2025-04-10T11:00+09:30\",14.421],[\"2025-04-10T11:30+09:30\",14.392],[\"2025-04-10T12:00+09:30\",14.479],[\"2025-04-10T12:30+09:30\",14.535],[\"2025-04-10T13:00+09:30\",15.081],[\"2025-04-10T13:30+09:30\",16.268],[\"2025-04-10T14:00+09:30\",17.241],[\"2025-04-10T14:30+09:30\",18.65],[\"2025-04-10T15:00+09:30\",20.11],[\"2025-04-10T15:30+09:30\",22.158],[\"2025-04-10T16:00+09:30\",23.534],[\"2025-04-10T16:30+09:30\",24.342],[\"2025-04-10T17:00+09:30\",25.179],[\"2025-04-10T17:30+09:30\",26.729],[\"2025-04-10T18:00+09:30\",26.879],[\"2025-04-10T18:30+09:30\",26.735],[\"2025-04-10T19:00+09:30\",26.401],[\"2025-04-10T19:30+09:30\",25.459],[\"2025-04-10T20:00+09:30\",24.296],[\"2025-04-10T20:30+09:30\",23.346],[\"2025-04-10T21:00+09:30\",22.292],[\"2025-04-10T21:30+09:30\",20.838],[\"2025-04-10T22:00+09:30\",19.774],[\"2025-04-10T22:30+09:30\",19.037],[\"2025-04-10T23:00+09:30\",18.283],[\"2025-04-10T23:30+09:30\",18.018],[\"2025-04-11T00:00+09:30\",17.618]],\"p10\":[[\"2025-04-04T23:30+09:30\",15.898],[\"2025-04-05T00:00+09:30\",14.485],[\"2025-04-05T00:30+09:30\",14.064],[\"2025-04-05T01:00+09:30\",13.899],[\"2025-04-05T01:30+09:30\",13.183],[\"2025-04-05T02:00+09:30\",13.183],[\"2025-04-05T02:30+09:30\",12.8],[\"2025-04-05T03:00+09:30\",12.834],[\"2025-04-05T03:30+09:30\",13.002],[\"2025-04-05T04:00+09:30\",13.002],[\"2025-04-05T04:30+09:30\",13.109],[\"2025-04-05T05:00+09:30\",13.441],[\"2025-04-05T05:30+09:30\",13.753],[\"2025-04-05T06:00+09:30\",14.6],[\"2025-04-05T06:30+09:30\",15.087],[\"2025-04-05T07:00+09:30\",15.023],[\"2025-04-05T07:30+09:30\",14.741],[\"2025-04-05T08:00+09:30\",13.618],[\"2025-04-05T08:30+09:30\",13.168],[\"2025-04-05T09:00+09:30\",12.252],[\"2025-04-05T09:30+09:30\",9.81],[\"2025-04-05T10:00+09:30\",9.408],[\"2025-04-05T10:30+09:30\",8.078],[\"2025-04-05T11:00+09:30\",8.014],[\"2025-04-05T11:30+09:30\",7.297],[\"2025-04-05T12:00+09:30\",6.981],[\"2025-04-05T12:30+09:30\",8.379],[\"2025-04-05T13:00+09:30\",9.371],[\"2025-04-05T13:30+09:30\",9.576],[\"2025-04-05T14:00+09:30\",9.407],[\"2025-04-05T14:30+09:30\",9.513],[\"2025-04-05T15:00+09:30\",10.152],[\"2025-04-05T15:30+09:30\",11.473],[\"2025-04-05T16:00+09:30\",12.995],[\"2025-04-05T16:30+09:30\",15.348],[\"2025-04-05T17:00+09:30\",17.366],[\"2025-04-05T17:30+09:30\",19.727],[\"2025-04-05T18:00+09:30\",20.709],[\"2025-04-05T18:30+09:30\",21.413],[\"2025-04-05T19:00+09:30\",21.653],[\"2025-04-05T19:30+09:30\",20.661],[\"2025-04-05T20:00+09:30\",19.71],[\"2025-04-05T20:30+09:30\",18.803],[\"2025-04-05T21:00+09:30\",17.991],[\"2025-04-05T21:30+09:30\",17.124],[\"2025-04-05T22:00+09:30\",16.423],[\"2025-04-05T22:30+09:30\",15.941],[\"2025-04-05T23:00+09:30\",15.281],[\"2025-04-05T23:30+09:30\",15.038],[\"2025-04-06T00:00+09:30\",14.625],[\"2025-04-06T00:30+09:30\",14.263],[\"2025-04-06T01:00+09:30\",13.98],[\"2025-04-06T01:30+09:30\",14.213],[\"2025-04-06T02:00+09:30\",14.089],[\"2025-04-06T02:30+09:30\",13.589],[\"2025-04-06T03:00+09:30\",13.567],[\"2025-04-06T03:30+09:30\",13.662],[\"2025-04-06T04:00+09:30\",13.768],[\"2025-04-06T04:30+09:30\",14.304],[\"2025-04-06T05:00+09:30\",14.328],[\"2025-04-06T05:30+09:30\",14.39],[\"2025-04-06T06:00+09:30\",14.818],[\"2025-04-06T06:30+09:30\",14.64],[\"2025-04-06T07:00+09:30\",14.133],[\"2025-04-06T07:30+09:30\",14.384],[\"2025-04-06T08:00+09:30\",13.181],[\"2025-04-06T08:30+09:30\",12.087],[\"2025-04-06T09:00+09:30\",11.348],[\"2025-04-06T09:30+09:30\",10.564],[\"2025-04-06T10:00+09:30\",8.499],[\"2025-04-06T10:30+09:30\",8.831],[\"2025-04-06T11:00+09:30\",8.613],[\"2025-04-06T11:30+09:30\",8.592],[\"2025-04-06T12:00+09:30\",8.91],[\"2025-04-06T12:30+09:30\",8.355],[\"2025-04-06T13:00+09:30\",9.208],[\"2025-04-06T13:30+09:30\",9.192],[\"2025-04-06T14:00+09:30\",9.985],[\"2025-04-06T14:30+09:30\",10.784],[\"2025-04-06T15:00+09:30\",11.453],[\"2025-04-06T15:30+09:30\",12.942],[\"2025-04-06T16:00+09:30\",14.338],[\"2025-04-06T16:30+09:30\",16.167],[\"2025-04-06T17:00+09:30\",17.462],[\"2025-04-06T17:30+09:30\",19.872],[\"2025-04-06T18:00+09:30\",20.911],[\"2025-04-06T18:30+09:30\",21.785],[\"2025-04-06T19:00+09:30\",21.356],[\"2025-04-06T19:30+09:30\",21.618],[\"2025-04-06T20:00+09:30\",20.433],[\"2025-04-06T20:30+09:30\",20.092],[\"2025-04-06T21:00+09:30\",19.425],[\"2025-04-06T21:30+09:30\",18.835],[\"2025-04-06T22:00+09:30\",18.165],[\"2025-04-06T22:30+09:30\",17.337],[\"2025-04-06T23:00+09:30\",16.558],[\"2025-04-06T23:30+09:30\",16.846],[\"2025-04-07T00:00+09:30\",16.939],[\"2025-04-07T00:30+09:30\",16.042],[\"2025-04-07T01:00+09:30\",15.627],[\"2025-04-07T01:30+09:30\",15.269],[\"2025-04-07T02:00+09:30\",15.049],[\"2025-04-07T02:30+09:30\",14.761],[\"2025-04-07T03:00+09:30\",14.732],[\"2025-04-07T03:30+09:30\",14.743],[\"2025-04-07T04:00+09:30\",14.722],[\"2025-04-07T04:30+09:30\",14.844],[\"2025-04-07T05:00+09:30\",15.298],[\"2025-04-07T05:30+09:30\",15.604],[\"2025-04-07T06:00+09:30\",16.722],[\"2025-04-07T06:30+09:30\",16.961],[\"2025-04-07T07:00+09:30\",17.26],[\"2025-04-07T07:30+09:30\",16.832],[\"2025-04-07T08:00+09:30\",16.613],[\"2025-04-07T08:30+09:30\",15.079],[\"2025-04-07T09:00+09:30\",13.455],[\"2025-04-07T09:30+09:30\",12.859],[\"2025-04-07T10:00+09:30\",11.911],[\"2025-04-07T10:30+09:30\",11.374],[\"2025-04-07T11:00+09:30\",11.269],[\"2025-04-07T11:30+09:30\",11.566],[\"2025-04-07T12:00+09:30\",11.531],[\"2025-04-07T12:30+09:30\",11.796],[\"2025-04-07T13:00+09:30\",12.669],[\"2025-04-07T13:30+09:30\",13.241],[\"2025-04-07T14:00+09:30\",14.252],[\"2025-04-07T14:30+09:30\",14.221],[\"2025-04-07T15:00+09:30\",15.213],[\"2025-04-07T15:30+09:30\",17.227],[\"2025-04-07T16:00+09:30\",18.813],[\"2025-04-07T16:30+09:30\",18.926],[\"2025-04-07T17:00+09:30\",20.158],[\"2025-04-07T17:30+09:30\",22.714],[\"2025-04-07T18:00+09:30\",22.967],[\"2025-04-07T18:30+09:30\",22.983],[\"2025-04-07T19:00+09:30\",22.763],[\"2025-04-07T19:30+09:30\",22.296],[\"2025-04-07T20:00+09:30\",21.522],[\"2025-04-07T20:30+09:30\",20.954],[\"2025-04-07T21:00+09:30\",20.095],[\"2025-04-07T21:30+09:30\",18.986],[\"2025-04-07T22:00+09:30\",18.126],[\"2025-04-07T22:30+09:30\",17.575],[\"2025-04-07T23:00+09:30\",16.937],[\"2025-04-07T23:30+09:30\",16.464],[\"2025-04-08T00:00+09:30\",16.392],[\"2025-04-08T00:30+09:30\",15.555],[\"2025-04-08T01:00+09:30\",15.244],[\"2025-04-08T01:30+09:30\",15.07],[\"2025-04-08T02:00+09:30\",14.837],[\"2025-04-08T02:30+09:30\",14.682],[\"2025-04-08T03:00+09:30\",14.643],[\"2025-04-08T03:30+09:30\",14.473],[\"2025-04-08T04:00+09:30\",14.586],[\"2025-04-08T04:30+09:30\",14.838],[\"2025-04-08T05:00+09:30\",15.282],[\"2025-04-08T05:30+09:30\",15.831],[\"2025-04-08T06:00+09:30\",17.175],[\"2025-04-08T06:30+09:30\",17.253],[\"2025-04-08T07:00+09:30\",17.572],[\"2025-04-08T07:30+09:30\",16.773],[\"2025-04-08T08:00+09:30\",16.356],[\"2025-04-08T08:30+09:30\",14.648],[\"2025-04-08T09:00+09:30\",13.292],[\"2025-04-08T09:30+09:30\",12.886],[\"2025-04-08T10:00+09:30\",12.025],[\"2025-04-08T10:30+09:30\",11.56],[\"2025-04-08T11:00+09:30\",11.547],[\"2025-04-08T11:30+09:30\",11.564],[\"2025-04-08T12:00+09:30\",11.634],[\"2025-04-08T12:30+09:30\",11.726],[\"2025-04-08T13:00+09:30\",12.478],[\"2025-04-08T13:30+09:30\",13.087],[\"2025-04-08T14:00+09:30\",14.129],[\"2025-04-08T14:30+09:30\",14.726],[\"2025-04-08T15:00+09:30\",15.913],[\"2025-04-08T15:30+09:30\",17.615],[\"2025-04-08T16:00+09:30\",19.143],[\"2025-04-08T16:30+09:30\",19.802],[\"2025-04-08T17:00+09:30\",21.142],[\"2025-04-08T17:30+09:30\",22.062],[\"2025-04-08T18:00+09:30\",22.487],[\"2025-04-08T18:30+09:30\",22.765],[\"2025-04-08T19:00+09:30\",22.411],[\"2025-04-08T19:30+09:30\",21.775],[\"2025-04-08T20:00+09:30\",20.929],[\"2025-04-08T20:30+09:30\",20.377],[\"2025-04-08T21:00+09:30\",19.55],[\"2025-04-08T21:30+09:30\",18.281],[\"2025-04-08T22:00+09:30\",17.369],[\"2025-04-08T22:30+09:30\",17.141],[\"2025-04-08T23:00+09:30\",16.53],[\"2025-04-08T23:30+09:30\",16.049],[\"2025-04-09T00:00+09:30\",15.774],[\"2025-04-09T00:30+09:30\",15.154],[\"2025-04-09T01:00+09:30\",14.907],[\"2025-04-09T01:30+09:30\",14.816],[\"2025-04-09T02:00+09:30\",14.618],[\"2025-04-09T02:30+09:30\",14.336],[\"2025-04-09T03:00+09:30\",14.315],[\"2025-04-09T03:30+09:30\",14.343],[\"2025-04-09T04:00+09:30\",14.471],[\"2025-04-09T04:30+09:30\",14.5],[\"2025-04-09T05:00+09:30\",14.935],[\"2025-04-09T05:30+09:30\",15.578],[\"2025-04-09T06:00+09:30\",16.993],[\"2025-04-09T06:30+09:30\",17.164],[\"2025-04-09T07:00+09:30\",17.582],[\"2025-04-09T07:30+09:30\",16.374],[\"2025-04-09T08:00+09:30\",15.683],[\"2025-04-09T08:30+09:30\",14.465],[\"2025-04-09T09:00+09:30\",12.869],[\"2025-04-09T09:30+09:30\",12.392],[\"2025-04-09T10:00+09:30\",11.32],[\"2025-04-09T10:30+09:30\",11.652],[\"2025-04-09T11:00+09:30\",11.654],[\"2025-04-09T11:30+09:30\",11.873],[\"2025-04-09T12:00+09:30\",12.019],[\"2025-04-09T12:30+09:30\",12.022],[\"2025-04-09T13:00+09:30\",12.501],[\"2025-04-09T13:30+09:30\",13.123],[\"2025-04-09T14:00+09:30\",13.925],[\"2025-04-09T14:30+09:30\",15.236],[\"2025-04-09T15:00+09:30\",16.405],[\"2025-04-09T15:30+09:30\",18.258],[\"2025-04-09T16:00+09:30\",19.425],[\"2025-04-09T16:30+09:30\",20.033],[\"2025-04-09T17:00+09:30\",20.973],[\"2025-04-09T17:30+09:30\",21.675],[\"2025-04-09T18:00+09:30\",22.111],[\"2025-04-09T18:30+09:30\",22.809],[\"2025-04-09T19:00+09:30\",22.478],[\"2025-04-09T19:30+09:30\",21.744],[\"2025-04-09T20:00+09:30\",21.013],[\"2025-04-09T20:30+09:30\",20.287],[\"2025-04-09T21:00+09:30\",19.468],[\"2025-04-09T21:30+09:30\",18.287],[\"2025-04-09T22:00+09:30\",17.449],[\"2025-04-09T22:30+09:30\",17.009],[\"2025-04-09T23:00+09:30\",16.392],[\"2025-04-09T23:30+09:30\",15.94],[\"2025-04-10T00:00+09:30\",15.489],[\"2025-04-10T00:30+09:30\",15.041],[\"2025-04-10T01:00+09:30\",14.83],[\"2025-04-10T01:30+09:30\",14.723],[\"2025-04-10T02:00+09:30\",14.484],[\"2025-04-10T02:30+09:30\",14.28],[\"2025-04-10T03:00+09:30\",14.304],[\"2025-04-10T03:30+09:30\",14.153],[\"2025-04-10T04:00+09:30\",14.287],[\"2025-04-10T04:30+09:30\",14.347],[\"2025-04-10T05:00+09:30\",14.793],[\"2025-04-10T05:30+09:30\",15.479],[\"2025-04-10T06:00+09:30\",16.858],[\"2025-04-10T06:30+09:30\",17.023],[\"2025-04-10T07:00+09:30\",17.356],[\"2025-04-10T07:30+09:30\",16.343],[\"2025-04-10T08:00+09:30\",15.561],[\"2025-04-10T08:30+09:30\",14.223],[\"2025-04-10T09:00+09:30\",12.83],[\"2025-04-10T09:30+09:30\",12.693],[\"2025-04-10T10:00+09:30\",11.972],[\"2025-04-10T10:30+09:30\",11.982],[\"2025-04-10T11:00+09:30\",12.022],[\"2025-04-10T11:30+09:30\",11.935],[\"2025-04-10T12:00+09:30\",12.016],[\"2025-04-10T12:30+09:30\",12.092],[\"2025-04-10T13:00+09:30\",12.526],[\"2025-04-10T13:30+09:30\",13.586],[\"2025-04-10T14:00+09:30\",14.293],[\"2025-04-10T14:30+09:30\",15.472],[\"2025-04-10T15:00+09:30\",16.68],[\"2025-04-10T15:30+09:30\",18.418],[\"2025-04-10T16:00+09:30\",19.616],[\"2025-04-10T16:30+09:30\",20.235],[\"2025-04-10T17:00+09:30\",21.145],[\"2025-04-10T17:30+09:30\",22.371],[\"2025-04-10T18:00+09:30\",22.776],[\"2025-04-10T18:30+09:30\",22.859],[\"2025-04-10T19:00+09:30\",22.593],[\"2025-04-10T19:30+09:30\",21.925],[\"2025-04-10T20:00+09:30\",21.04],[\"2025-04-10T20:30+09:30\",20.215],[\"2025-04-10T21:00+09:30\",19.4],[\"2025-04-10T21:30+09:30\",18.256],[\"2025-04-10T22:00+09:30\",17.339],[\"2025-04-10T22:30+09:30\",16.798],[\"2025-04-10T23:00+09:30\",16.21],[\"2025-04-10T23:30+09:30\",15.984],[\"2025-04-11T00:00+09:30\",15.576]],\"p90\":[[\"2025-04-04T23:30+09:30\",18.023],[\"2025-04-05T00:00+09:30\",18.637],[\"2025-04-05T00:30+09:30\",17.743],[\"2025-04-05T01:00+09:30\",17.53],[\"2025-04-05T01:30+09:30\",16.67],[\"2025-04-05T02:00+09:30\",16.476],[\"2025-04-05T02:30+09:30\",15.91],[\"2025-04-05T03:00+09:30\",15.671],[\"2025-04-05T03:30+09:30\",15.549],[\"2025-04-05T04:00+09:30\",15.476],[\"2025-04-05T04:30+09:30\",15.362],[\"2025-04-05T05:00+09:30\",15.607],[\"2025-04-05T05:30+09:30\",15.841],[\"2025-04-05T06:00+09:30\",16.758],[\"2025-04-05T06:30+09:30\",16.968],[\"2025-04-05T07:00+09:30\",17.158],[\"2025-04-05T07:30+09:30\",16.78],[\"2025-04-05T08:00+09:30\",15.545],[\"2025-04-05T08:30+09:30\",16.185],[\"2025-04-05T09:00+09:30\",14.249],[\"2025-04-05T09:30+09:30\",12.674],[\"2025-04-05T10:00+09:30\",12.013],[\"2025-04-05T10:30+09:30\",11.366],[\"2025-04-05T11:00+09:30\",11.266],[\"2025-04-05T11:30+09:30\",10.26],[\"2025-04-05T12:00+09:30\",9.786],[\"2025-04-05T12:30+09:30\",11.772],[\"2025-04-05T13:00+09:30\",13.214],[\"2025-04-05T13:30+09:30\",13.452],[\"2025-04-05T14:00+09:30\",13.197],[\"2025-04-05T14:30+09:30\",13.374],[\"2025-04-05T15:00+09:30\",14.317],[\"2025-04-05T15:30+09:30\",16.117],[\"2025-04-05T16:00+09:30\",18.369],[\"2025-04-05T16:30+09:30\",20.869],[\"2025-04-05T17:00+09:30\",22.426],[\"2025-04-05T17:30+09:30\",24.746],[\"2025-04-05T18:00+09:30\",25.65],[\"2025-04-05T18:30+09:30\",25.423],[\"2025-04-05T19:00+09:30\",25.411],[\"2025-04-05T19:30+09:30\",24.217],[\"2025-04-05T20:00+09:30\",23.041],[\"2025-04-05T20:30+09:30\",22.541],[\"2025-04-05T21:00+09:30\",21.533],[\"2025-04-05T21:30+09:30\",20.423],[\"2025-04-05T22:00+09:30\",19.858],[\"2025-04-05T22:30+09:30\",19.87],[\"2025-04-05T23:00+09:30\",19.28],[\"2025-04-05T23:30+09:30\",19.57],[\"2025-04-06T00:00+09:30\",18.898],[\"2025-04-06T00:30+09:30\",18.202],[\"2025-04-06T01:00+09:30\",17.872],[\"2025-04-06T01:30+09:30\",17.833],[\"2025-04-06T02:00+09:30\",17.554],[\"2025-04-06T02:30+09:30\",16.921],[\"2025-04-06T03:00+09:30\",16.559],[\"2025-04-06T03:30+09:30\",16.204],[\"2025-04-06T04:00+09:30\",16.273],[\"2025-04-06T04:30+09:30\",16.192],[\"2025-04-06T05:00+09:30\",16.294],[\"2025-04-06T05:30+09:30\",16.809],[\"2025-04-06T06:00+09:30\",17.35],[\"2025-04-06T06:30+09:30\",17.491],[\"2025-04-06T07:00+09:30\",17.248],[\"2025-04-06T07:30+09:30\",16.466],[\"2025-04-06T08:00+09:30\",15.857],[\"2025-04-06T08:30+09:30\",15.088],[\"2025-04-06T09:00+09:30\",14.737],[\"2025-04-06T09:30+09:30\",14.428],[\"2025-04-06T10:00+09:30\",12.01],[\"2025-04-06T10:30+09:30\",12.384],[\"2025-04-06T11:00+09:30\",12.081],[\"2025-04-06T11:30+09:30\",12.11],[\"2025-04-06T12:00+09:30\",12.515],[\"2025-04-06T12:30+09:30\",11.807],[\"2025-04-06T13:00+09:30\",13.012],[\"2025-04-06T13:30+09:30\",12.949],[\"2025-04-06T14:00+09:30\",14.002],[\"2025-04-06T14:30+09:30\",15.168],[\"2025-04-06T15:00+09:30\",16.148],[\"2025-04-06T15:30+09:30\",18.14],[\"2025-04-06T16:00+09:30\",20.153],[\"2025-04-06T16:30+09:30\",22.728],[\"2025-04-06T17:00+09:30\",23.778],[\"2025-04-06T17:30+09:30\",26.023],[\"2025-04-06T18:00+09:30\",26.951],[\"2025-04-06T18:30+09:30\",27.464],[\"2025-04-06T19:00+09:30\",26.879],[\"2025-04-06T19:30+09:30\",26.465],[\"2025-04-06T20:00+09:30\",25.709],[\"2025-04-06T20:30+09:30\",24.844],[\"2025-04-06T21:00+09:30\",23.597],[\"2025-04-06T21:30+09:30\",22.79],[\"2025-04-06T22:00+09:30\",22.02],[\"2025-04-06T22:30+09:30\",21.15],[\"2025-04-06T23:00+09:30\",20.151],[\"2025-04-06T23:30+09:30\",19.737],[\"2025-04-07T00:00+09:30\",18.964],[\"2025-04-07T00:30+09:30\",18.041],[\"2025-04-07T01:00+09:30\",17.71],[\"2025-04-07T01:30+09:30\",17.416],[\"2025-04-07T02:00+09:30\",17.243],[\"2025-04-07T02:30+09:30\",16.839],[\"2025-04-07T03:00+09:30\",16.76],[\"2025-04-07T03:30+09:30\",16.743],[\"2025-04-07T04:00+09:30\",16.632],[\"2025-04-07T04:30+09:30\",16.678],[\"2025-04-07T05:00+09:30\",17.184],[\"2025-04-07T05:30+09:30\",17.488],[\"2025-04-07T06:00+09:30\",18.744],[\"2025-04-07T06:30+09:30\",19.241],[\"2025-04-07T07:00+09:30\",19.668],[\"2025-04-07T07:30+09:30\",19.246],[\"2025-04-07T08:00+09:30\",19.485],[\"2025-04-07T08:30+09:30\",18.37],[\"2025-04-07T09:00+09:30\",16.455],[\"2025-04-07T09:30+09:30\",16.417],[\"2025-04-07T10:00+09:30\",14.965],[\"2025-04-07T10:30+09:30\",15.189],[\"2025-04-07T11:00+09:30\",15.572],[\"2025-04-07T11:30+09:30\",16.241],[\"2025-04-07T12:00+09:30\",16.256],[\"2025-04-07T12:30+09:30\",16.129],[\"2025-04-07T13:00+09:30\",16.578],[\"2025-04-07T13:30+09:30\",18.022],[\"2025-04-07T14:00+09:30\",18.623],[\"2025-04-07T14:30+09:30\",19.722],[\"2025-04-07T15:00+09:30\",21.416],[\"2025-04-07T15:30+09:30\",23.899],[\"2025-04-07T16:00+09:30\",24.912],[\"2025-04-07T16:30+09:30\",25.81],[\"2025-04-07T17:00+09:30\",26.625],[\"2025-04-07T17:30+09:30\",29.458],[\"2025-04-07T18:00+09:30\",29.748],[\"2025-04-07T18:30+09:30\",29.042],[\"2025-04-07T19:00+09:30\",28.693],[\"2025-04-07T19:30+09:30\",27.52],[\"2025-04-07T20:00+09:30\",26.128],[\"2025-04-07T20:30+09:30\",25.469],[\"2025-04-07T21:00+09:30\",24.36],[\"2025-04-07T21:30+09:30\",22.838],[\"2025-04-07T22:00+09:30\",21.685],[\"2025-04-07T22:30+09:30\",20.692],[\"2025-04-07T23:00+09:30\",19.831],[\"2025-04-07T23:30+09:30\",19.351],[\"2025-04-08T00:00+09:30\",18.54],[\"2025-04-08T00:30+09:30\",17.653],[\"2025-04-08T01:00+09:30\",17.459],[\"2025-04-08T01:30+09:30\",17.391],[\"2025-04-08T02:00+09:30\",17.272],[\"2025-04-08T02:30+09:30\",17.082],[\"2025-04-08T03:00+09:30\",17.007],[\"2025-04-08T03:30+09:30\",16.796],[\"2025-04-08T04:00+09:30\",16.849],[\"2025-04-08T04:30+09:30\",16.954],[\"2025-04-08T05:00+09:30\",17.452],[\"2025-04-08T05:30+09:30\",18.01],[\"2025-04-08T06:00+09:30\",19.367],[\"2025-04-08T06:30+09:30\",19.737],[\"2025-04-08T07:00+09:30\",20.269],[\"2025-04-08T07:30+09:30\",19.755],[\"2025-04-08T08:00+09:30\",19.933],[\"2025-04-08T08:30+09:30\",18.876],[\"2025-04-08T09:00+09:30\",17.098],[\"2025-04-08T09:30+09:30\",16.893],[\"2025-04-08T10:00+09:30\",15.723],[\"2025-04-08T10:30+09:30\",16.131],[\"2025-04-08T11:00+09:30\",16.217],[\"2025-04-08T11:30+09:30\",16.232],[\"2025-04-08T12:00+09:30\",16.367],[\"2025-04-08T12:30+09:30\",16.452],[\"2025-04-08T13:00+09:30\",16.828],[\"2025-04-08T13:30+09:30\",18.147],[\"2025-04-08T14:00+09:30\",18.718],[\"2025-04-08T14:30+09:30\",20.723],[\"2025-04-08T15:00+09:30\",22.405],[\"2025-04-08T15:30+09:30\",24.873],[\"2025-04-08T16:00+09:30\",25.916],[\"2025-04-08T16:30+09:30\",27.288],[\"2025-04-08T17:00+09:30\",27.98],[\"2025-04-08T17:30+09:30\",28.978],[\"2025-04-08T18:00+09:30\",29.306],[\"2025-04-08T18:30+09:30\",29.194],[\"2025-04-08T19:00+09:30\",28.842],[\"2025-04-08T19:30+09:30\",27.556],[\"2025-04-08T20:00+09:30\",26.155],[\"2025-04-08T20:30+09:30\",25.247],[\"2025-04-08T21:00+09:30\",24.081],[\"2025-04-08T21:30+09:30\",22.635],[\"2025-04-08T22:00+09:30\",21.484],[\"2025-04-08T22:30+09:30\",20.762],[\"2025-04-08T23:00+09:30\",19.894],[\"2025-04-08T23:30+09:30\",19.346],[\"2025-04-09T00:00+09:30\",18.785],[\"2025-04-09T00:30+09:30\",18.161],[\"2025-04-09T01:00+09:30\",17.949],[\"2025-04-09T01:30+09:30\",17.756],[\"2025-04-09T02:00+09:30\",17.601],[\"2025-04-09T02:30+09:30\",17.329],[\"2025-04-09T03:00+09:30\",17.261],[\"2025-04-09T03:30+09:30\",17.106],[\"2025-04-09T04:00+09:30\",17.088],[\"2025-04-09T04:30+09:30\",17.035],[\"2025-04-09T05:00+09:30\",17.543],[\"2025-04-09T05:30+09:30\",18.183],[\"2025-04-09T06:00+09:30\",19.539],[\"2025-04-09T06:30+09:30\",19.842],[\"2025-04-09T07:00+09:30\",20.383],[\"2025-04-09T07:30+09:30\",19.602],[\"2025-04-09T08:00+09:30\",19.516],[\"2025-04-09T08:30+09:30\",18.892],[\"2025-04-09T09:00+09:30\",17.003],[\"2025-04-09T09:30+09:30\",16.792],[\"2025-04-09T10:00+09:30\",15.815],[\"2025-04-09T10:30+09:30\",16.376],[\"2025-04-09T11:00+09:30\",16.388],[\"2025-04-09T11:30+09:30\",16.7],[\"2025-04-09T12:00+09:30\",16.921],[\"2025-04-09T12:30+09:30\",16.881],[\"2025-04-09T13:00+09:30\",17.564],[\"2025-04-09T13:30+09:30\",18.525],[\"2025-04-09T14:00+09:30\",19.576],[\"2025-04-09T14:30+09:30\",21.422],[\"2025-04-09T15:00+09:30\",23.082],[\"2025-04-09T15:30+09:30\",25.662],[\"2025-04-09T16:00+09:30\",27.415],[\"2025-04-09T16:30+09:30\",28.227],[\"2025-04-09T17:00+09:30\",28.943],[\"2025-04-09T17:30+09:30\",29.988],[\"2025-04-09T18:00+09:30\",30.052],[\"2025-04-09T18:30+09:30\",30.142],[\"2025-04-09T19:00+09:30\",29.747],[\"2025-04-09T19:30+09:30\",28.465],[\"2025-04-09T20:00+09:30\",27.029],[\"2025-04-09T20:30+09:30\",25.95],[\"2025-04-09T21:00+09:30\",24.733],[\"2025-04-09T21:30+09:30\",22.934],[\"2025-04-09T22:00+09:30\",21.745],[\"2025-04-09T22:30+09:30\",20.959],[\"2025-04-09T23:00+09:30\",20.078],[\"2025-04-09T23:30+09:30\",19.622],[\"2025-04-10T00:00+09:30\",19.194],[\"2025-04-10T00:30+09:30\",18.612],[\"2025-04-10T01:00+09:30\",18.352],[\"2025-04-10T01:30+09:30\",18.173],[\"2025-04-10T02:00+09:30\",17.968],[\"2025-04-10T02:30+09:30\",17.759],[\"2025-04-10T03:00+09:30\",17.656],[\"2025-04-10T03:30+09:30\",17.383],[\"2025-04-10T04:00+09:30\",17.375],[\"2025-04-10T04:30+09:30\",17.363],[\"2025-04-10T05:00+09:30\",17.859],[\"2025-04-10T05:30+09:30\",18.406],[\"2025-04-10T06:00+09:30\",19.783],[\"2025-04-10T06:30+09:30\",20.13],[\"2025-04-10T07:00+09:30\",20.74],[\"2025-04-10T07:30+09:30\",20.287],[\"2025-04-10T08:00+09:30\",20.306],[\"2025-04-10T08:30+09:30\",19.904],[\"2025-04-10T09:00+09:30\",18.044],[\"2025-04-10T09:30+09:30\",17.851],[\"2025-04-10T10:00+09:30\",16.755],[\"2025-04-10T10:30+09:30\",16.851],[\"2025-04-10T11:00+09:30\",16.823],[\"2025-04-10T11:30+09:30\",16.785],[\"2025-04-10T12:00+09:30\",16.9],[\"2025-04-10T12:30+09:30\",17.005],[\"2025-04-10T13:00+09:30\",17.617],[\"2025-04-10T13:30+09:30\",18.967],[\"2025-04-10T14:00+09:30\",20.115],[\"2025-04-10T14:30+09:30\",21.774],[\"2025-04-10T15:00+09:30\",23.473],[\"2025-04-10T15:30+09:30\",25.919],[\"2025-04-10T16:00+09:30\",27.469],[\"2025-04-10T16:30+09:30\",28.477],[\"2025-04-10T17:00+09:30\",29.254],[\"2025-04-10T17:30+09:30\",30.981],[\"2025-04-10T18:00+09:30\",31.075],[\"2025-04-10T18:30+09:30\",30.578],[\"2025-04-10T19:00+09:30\",30.221],[\"2025-04-10T19:30+09:30\",29.041],[\"2025-04-10T20:00+09:30\",27.578],[\"2025-04-10T20:30+09:30\",26.365],[\"2025-04-10T21:00+09:30\",25.176],[\"2025-04-10T21:30+09:30\",23.457],[\"2025-04-10T22:00+09:30\",22.171],[\"2025-04-10T22:30+09:30\",21.268],[\"2025-04-10T23:00+09:30\",20.422],[\"2025-04-10T23:30+09:30\",20.071],[\"2025-04-11T00:00+09:30\",19.659]]}\n    \n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NTESMO/dk-7-days-forecast.json",
    "content": "{\"demand\":[[\"2025-04-04T10:00+09:30\",171.9],[\"2025-04-04T10:30+09:30\",170.6],[\"2025-04-04T11:00+09:30\",181.6],[\"2025-04-04T11:30+09:30\",185.8],[\"2025-04-04T12:00+09:30\",180.2],[\"2025-04-04T12:30+09:30\",173.7],[\"2025-04-04T13:00+09:30\",170.4],[\"2025-04-04T13:30+09:30\",176.4],[\"2025-04-04T14:00+09:30\",185.7],[\"2025-04-04T14:30+09:30\",199.1],[\"2025-04-04T15:00+09:30\",203.1],[\"2025-04-04T15:30+09:30\",206.9],[\"2025-04-04T16:00+09:30\",215.5],[\"2025-04-04T16:30+09:30\",220.2],[\"2025-04-04T17:00+09:30\",222.1],[\"2025-04-04T17:30+09:30\",223.3],[\"2025-04-04T18:00+09:30\",224.3],[\"2025-04-04T18:30+09:30\",228.3],[\"2025-04-04T19:00+09:30\",227.9],[\"2025-04-04T19:30+09:30\",224.4],[\"2025-04-04T20:00+09:30\",215.6],[\"2025-04-04T20:30+09:30\",209.2],[\"2025-04-04T21:00+09:30\",201.7],[\"2025-04-04T21:30+09:30\",195.0]],\"forecasted30min_p10\":[[\"2025-04-04T10:00+09:30\",167.601],[\"2025-04-04T10:30+09:30\",164.267],[\"2025-04-04T11:00+09:30\",161.535],[\"2025-04-04T11:30+09:30\",161.23],[\"2025-04-04T12:00+09:30\",162.401],[\"2025-04-04T12:30+09:30\",163.319],[\"2025-04-04T13:00+09:30\",170.217],[\"2025-04-04T13:30+09:30\",169.808],[\"2025-04-04T14:00+09:30\",172.806],[\"2025-04-04T14:30+09:30\",176.114],[\"2025-04-04T15:00+09:30\",181.825],[\"2025-04-04T15:30+09:30\",197.094],[\"2025-04-04T16:00+09:30\",204.302],[\"2025-04-04T16:30+09:30\",212.483],[\"2025-04-04T17:00+09:30\",213.635],[\"2025-04-04T17:30+09:30\",217.177],[\"2025-04-04T18:00+09:30\",217.913],[\"2025-04-04T18:30+09:30\",216.935],[\"2025-04-04T19:00+09:30\",215.925],[\"2025-04-04T19:30+09:30\",210.456],[\"2025-04-04T20:00+09:30\",202.794],[\"2025-04-04T20:30+09:30\",196.165],[\"2025-04-04T21:00+09:30\",190.24],[\"2025-04-04T21:30+09:30\",184.269],[\"2025-04-04T22:00+09:30\",175.825]],\"forecasted30min_p90\":[[\"2025-04-04T10:00+09:30\",191.617],[\"2025-04-04T10:30+09:30\",191.288],[\"2025-04-04T11:00+09:30\",188.169],[\"2025-04-04T11:30+09:30\",186.699],[\"2025-04-04T12:00+09:30\",187.943],[\"2025-04-04T12:30+09:30\",188.837],[\"2025-04-04T13:00+09:30\",199.241],[\"2025-04-04T13:30+09:30\",197.743],[\"2025-04-04T14:00+09:30\",199.713],[\"2025-04-04T14:30+09:30\",204.886],[\"2025-04-04T15:00+09:30\",209.98],[\"2025-04-04T15:30+09:30\",222.086],[\"2025-04-04T16:00+09:30\",226.587],[\"2025-04-04T16:30+09:30\",232.047],[\"2025-04-04T17:00+09:30\",236.198],[\"2025-04-04T17:30+09:30\",242.184],[\"2025-04-04T18:00+09:30\",241.649],[\"2025-04-04T18:30+09:30\",242.424],[\"2025-04-04T19:00+09:30\",240.217],[\"2025-04-04T19:30+09:30\",233.619],[\"2025-04-04T20:00+09:30\",226.642],[\"2025-04-04T20:30+09:30\",219.371],[\"2025-04-04T21:00+09:30\",212.464],[\"2025-04-04T21:30+09:30\",204.424],[\"2025-04-04T22:00+09:30\",193.714]],\"forecasted30min_demand\":[[\"2025-04-04T10:00+09:30\",176.1],[\"2025-04-04T10:30+09:30\",175.2],[\"2025-04-04T11:00+09:30\",174.9],[\"2025-04-04T11:30+09:30\",175.5],[\"2025-04-04T12:00+09:30\",176.0],[\"2025-04-04T12:30+09:30\",180.8],[\"2025-04-04T13:00+09:30\",188.7],[\"2025-04-04T13:30+09:30\",182.5],[\"2025-04-04T14:00+09:30\",183.6],[\"2025-04-04T14:30+09:30\",187.6],[\"2025-04-04T15:00+09:30\",196.3],[\"2025-04-04T15:30+09:30\",210.0],[\"2025-04-04T16:00+09:30\",219.0],[\"2025-04-04T16:30+09:30\",222.5],[\"2025-04-04T17:00+09:30\",222.7],[\"2025-04-04T17:30+09:30\",229.5],[\"2025-04-04T18:00+09:30\",229.0],[\"2025-04-04T18:30+09:30\",229.3],[\"2025-04-04T19:00+09:30\",225.6],[\"2025-04-04T19:30+09:30\",221.5],[\"2025-04-04T20:00+09:30\",214.5],[\"2025-04-04T20:30+09:30\",209.5],[\"2025-04-04T21:00+09:30\",201.2],[\"2025-04-04T21:30+09:30\",192.9],[\"2025-04-04T22:00+09:30\",186.0]],\"forecastedDemand\":[[\"2025-04-04T22:00+09:30\",186.0],[\"2025-04-04T22:30+09:30\",177.4],[\"2025-04-04T23:00+09:30\",170.9],[\"2025-04-04T23:30+09:30\",167.5],[\"2025-04-05T00:00+09:30\",161.6],[\"2025-04-05T00:30+09:30\",156.5],[\"2025-04-05T01:00+09:30\",152.7],[\"2025-04-05T01:30+09:30\",150.8],[\"2025-04-05T02:00+09:30\",148.4],[\"2025-04-05T02:30+09:30\",145.7],[\"2025-04-05T03:00+09:30\",144.7],[\"2025-04-05T03:30+09:30\",143.9],[\"2025-04-05T04:00+09:30\",143.6],[\"2025-04-05T04:30+09:30\",143.1],[\"2025-04-05T05:00+09:30\",144.3],[\"2025-04-05T05:30+09:30\",146.1],[\"2025-04-05T06:00+09:30\",151.0],[\"2025-04-05T06:30+09:30\",154.0],[\"2025-04-05T07:00+09:30\",156.4],[\"2025-04-05T07:30+09:30\",156.9],[\"2025-04-05T08:00+09:30\",156.8],[\"2025-04-05T08:30+09:30\",158.8],[\"2025-04-05T09:00+09:30\",157.2],[\"2025-04-05T09:30+09:30\",149.6],[\"2025-04-05T10:00+09:30\",143.6],[\"2025-04-05T10:30+09:30\",140.0],[\"2025-04-05T11:00+09:30\",141.9],[\"2025-04-05T11:30+09:30\",152.0],[\"2025-04-05T12:00+09:30\",157.5],[\"2025-04-05T12:30+09:30\",144.2],[\"2025-04-05T13:00+09:30\",143.1],[\"2025-04-05T13:30+09:30\",150.2],[\"2025-04-05T14:00+09:30\",152.0],[\"2025-04-05T14:30+09:30\",165.9],[\"2025-04-05T15:00+09:30\",176.9],[\"2025-04-05T15:30+09:30\",191.6],[\"2025-04-05T16:00+09:30\",200.4],[\"2025-04-05T16:30+09:30\",205.2],[\"2025-04-05T17:00+09:30\",210.4],[\"2025-04-05T17:30+09:30\",215.2],[\"2025-04-05T18:00+09:30\",218.6],[\"2025-04-05T18:30+09:30\",220.7],[\"2025-04-05T19:00+09:30\",219.8],[\"2025-04-05T19:30+09:30\",210.8],[\"2025-04-05T20:00+09:30\",204.0],[\"2025-04-05T20:30+09:30\",199.9],[\"2025-04-05T21:00+09:30\",194.8],[\"2025-04-05T21:30+09:30\",187.5],[\"2025-04-05T22:00+09:30\",180.1],[\"2025-04-05T22:30+09:30\",173.1],[\"2025-04-05T23:00+09:30\",167.5],[\"2025-04-05T23:30+09:30\",158.2],[\"2025-04-06T00:00+09:30\",152.8],[\"2025-04-06T00:30+09:30\",149.2],[\"2025-04-06T01:00+09:30\",145.7],[\"2025-04-06T01:30+09:30\",143.7],[\"2025-04-06T02:00+09:30\",141.6],[\"2025-04-06T02:30+09:30\",140.5],[\"2025-04-06T03:00+09:30\",139.2],[\"2025-04-06T03:30+09:30\",137.2],[\"2025-04-06T04:00+09:30\",136.7],[\"2025-04-06T04:30+09:30\",135.8],[\"2025-04-06T05:00+09:30\",137.0],[\"2025-04-06T05:30+09:30\",138.8],[\"2025-04-06T06:00+09:30\",142.7],[\"2025-04-06T06:30+09:30\",147.1],[\"2025-04-06T07:00+09:30\",147.6],[\"2025-04-06T07:30+09:30\",144.9],[\"2025-04-06T08:00+09:30\",139.7],[\"2025-04-06T08:30+09:30\",147.7],[\"2025-04-06T09:00+09:30\",156.4],[\"2025-04-06T09:30+09:30\",159.7],[\"2025-04-06T10:00+09:30\",152.8],[\"2025-04-06T10:30+09:30\",144.3],[\"2025-04-06T11:00+09:30\",149.1],[\"2025-04-06T11:30+09:30\",164.6],[\"2025-04-06T12:00+09:30\",186.0],[\"2025-04-06T12:30+09:30\",164.9],[\"2025-04-06T13:00+09:30\",156.1],[\"2025-04-06T13:30+09:30\",147.9],[\"2025-04-06T14:00+09:30\",152.3],[\"2025-04-06T14:30+09:30\",161.8],[\"2025-04-06T15:00+09:30\",171.1],[\"2025-04-06T15:30+09:30\",189.2],[\"2025-04-06T16:00+09:30\",188.7],[\"2025-04-06T16:30+09:30\",194.1],[\"2025-04-06T17:00+09:30\",195.3],[\"2025-04-06T17:30+09:30\",203.0],[\"2025-04-06T18:00+09:30\",202.6],[\"2025-04-06T18:30+09:30\",215.0],[\"2025-04-06T19:00+09:30\",214.7],[\"2025-04-06T19:30+09:30\",211.6],[\"2025-04-06T20:00+09:30\",204.5],[\"2025-04-06T20:30+09:30\",199.1],[\"2025-04-06T21:00+09:30\",191.3],[\"2025-04-06T21:30+09:30\",182.1],[\"2025-04-06T22:00+09:30\",172.5],[\"2025-04-06T22:30+09:30\",165.4],[\"2025-04-06T23:00+09:30\",158.8],[\"2025-04-06T23:30+09:30\",155.5],[\"2025-04-07T00:00+09:30\",151.1],[\"2025-04-07T00:30+09:30\",147.8],[\"2025-04-07T01:00+09:30\",146.1],[\"2025-04-07T01:30+09:30\",143.6],[\"2025-04-07T02:00+09:30\",142.3],[\"2025-04-07T02:30+09:30\",140.9],[\"2025-04-07T03:00+09:30\",140.4],[\"2025-04-07T03:30+09:30\",140.2],[\"2025-04-07T04:00+09:30\",140.3],[\"2025-04-07T04:30+09:30\",141.0],[\"2025-04-07T05:00+09:30\",145.6],[\"2025-04-07T05:30+09:30\",150.9],[\"2025-04-07T06:00+09:30\",163.8],[\"2025-04-07T06:30+09:30\",176.3],[\"2025-04-07T07:00+09:30\",189.6],[\"2025-04-07T07:30+09:30\",194.3],[\"2025-04-07T08:00+09:30\",197.4],[\"2025-04-07T08:30+09:30\",199.8],[\"2025-04-07T09:00+09:30\",192.1],[\"2025-04-07T09:30+09:30\",189.1],[\"2025-04-07T10:00+09:30\",191.0],[\"2025-04-07T10:30+09:30\",183.2],[\"2025-04-07T11:00+09:30\",184.2],[\"2025-04-07T11:30+09:30\",189.3],[\"2025-04-07T12:00+09:30\",184.2],[\"2025-04-07T12:30+09:30\",193.4],[\"2025-04-07T13:00+09:30\",201.6],[\"2025-04-07T13:30+09:30\",218.8],[\"2025-04-07T14:00+09:30\",226.7],[\"2025-04-07T14:30+09:30\",239.2],[\"2025-04-07T15:00+09:30\",242.2],[\"2025-04-07T15:30+09:30\",243.7],[\"2025-04-07T16:00+09:30\",252.2],[\"2025-04-07T16:30+09:30\",242.4],[\"2025-04-07T17:00+09:30\",241.1],[\"2025-04-07T17:30+09:30\",242.7],[\"2025-04-07T18:00+09:30\",240.7],[\"2025-04-07T18:30+09:30\",242.5],[\"2025-04-07T19:00+09:30\",240.5],[\"2025-04-07T19:30+09:30\",230.6],[\"2025-04-07T20:00+09:30\",220.6],[\"2025-04-07T20:30+09:30\",212.2],[\"2025-04-07T21:00+09:30\",203.7],[\"2025-04-07T21:30+09:30\",193.9],[\"2025-04-07T22:00+09:30\",184.8],[\"2025-04-07T22:30+09:30\",176.4],[\"2025-04-07T23:00+09:30\",169.0],[\"2025-04-07T23:30+09:30\",162.3],[\"2025-04-08T00:00+09:30\",157.2],[\"2025-04-08T00:30+09:30\",153.0],[\"2025-04-08T01:00+09:30\",150.6],[\"2025-04-08T01:30+09:30\",147.8],[\"2025-04-08T02:00+09:30\",146.1],[\"2025-04-08T02:30+09:30\",144.5],[\"2025-04-08T03:00+09:30\",143.6],[\"2025-04-08T03:30+09:30\",142.9],[\"2025-04-08T04:00+09:30\",142.7],[\"2025-04-08T04:30+09:30\",143.0],[\"2025-04-08T05:00+09:30\",147.2],[\"2025-04-08T05:30+09:30\",152.9],[\"2025-04-08T06:00+09:30\",164.9],[\"2025-04-08T06:30+09:30\",176.1],[\"2025-04-08T07:00+09:30\",189.4],[\"2025-04-08T07:30+09:30\",193.6],[\"2025-04-08T08:00+09:30\",196.0],[\"2025-04-08T08:30+09:30\",195.2],[\"2025-04-08T09:00+09:30\",187.7],[\"2025-04-08T09:30+09:30\",184.4],[\"2025-04-08T10:00+09:30\",185.6],[\"2025-04-08T10:30+09:30\",177.8],[\"2025-04-08T11:00+09:30\",178.8],[\"2025-04-08T11:30+09:30\",186.8],[\"2025-04-08T12:00+09:30\",183.0],[\"2025-04-08T12:30+09:30\",192.5],[\"2025-04-08T13:00+09:30\",200.7],[\"2025-04-08T13:30+09:30\",216.5],[\"2025-04-08T14:00+09:30\",223.5],[\"2025-04-08T14:30+09:30\",240.6],[\"2025-04-08T15:00+09:30\",243.3],[\"2025-04-08T15:30+09:30\",246.0],[\"2025-04-08T16:00+09:30\",252.6],[\"2025-04-08T16:30+09:30\",241.4],[\"2025-04-08T17:00+09:30\",240.3],[\"2025-04-08T17:30+09:30\",238.0],[\"2025-04-08T18:00+09:30\",236.1],[\"2025-04-08T18:30+09:30\",241.8],[\"2025-04-08T19:00+09:30\",240.2],[\"2025-04-08T19:30+09:30\",231.0],[\"2025-04-08T20:00+09:30\",221.2],[\"2025-04-08T20:30+09:30\",212.2],[\"2025-04-08T21:00+09:30\",203.8],[\"2025-04-08T21:30+09:30\",194.0],[\"2025-04-08T22:00+09:30\",184.8],[\"2025-04-08T22:30+09:30\",175.5],[\"2025-04-08T23:00+09:30\",167.9],[\"2025-04-08T23:30+09:30\",161.4],[\"2025-04-09T00:00+09:30\",156.4],[\"2025-04-09T00:30+09:30\",153.0],[\"2025-04-09T01:00+09:30\",150.4],[\"2025-04-09T01:30+09:30\",147.7],[\"2025-04-09T02:00+09:30\",146.2],[\"2025-04-09T02:30+09:30\",145.0],[\"2025-04-09T03:00+09:30\",144.1],[\"2025-04-09T03:30+09:30\",143.7],[\"2025-04-09T04:00+09:30\",143.5],[\"2025-04-09T04:30+09:30\",144.2],[\"2025-04-09T05:00+09:30\",148.6],[\"2025-04-09T05:30+09:30\",154.2],[\"2025-04-09T06:00+09:30\",166.1],[\"2025-04-09T06:30+09:30\",176.7],[\"2025-04-09T07:00+09:30\",190.1],[\"2025-04-09T07:30+09:30\",194.0],[\"2025-04-09T08:00+09:30\",196.5],[\"2025-04-09T08:30+09:30\",197.8],[\"2025-04-09T09:00+09:30\",191.6],[\"2025-04-09T09:30+09:30\",188.4],[\"2025-04-09T10:00+09:30\",191.7],[\"2025-04-09T10:30+09:30\",182.9],[\"2025-04-09T11:00+09:30\",185.3],[\"2025-04-09T11:30+09:30\",191.2],[\"2025-04-09T12:00+09:30\",186.3],[\"2025-04-09T12:30+09:30\",194.5],[\"2025-04-09T13:00+09:30\",202.6],[\"2025-04-09T13:30+09:30\",216.0],[\"2025-04-09T14:00+09:30\",221.8],[\"2025-04-09T14:30+09:30\",236.5],[\"2025-04-09T15:00+09:30\",238.2],[\"2025-04-09T15:30+09:30\",237.6],[\"2025-04-09T16:00+09:30\",243.7],[\"2025-04-09T16:30+09:30\",235.4],[\"2025-04-09T17:00+09:30\",234.1],[\"2025-04-09T17:30+09:30\",231.7],[\"2025-04-09T18:00+09:30\",229.6],[\"2025-04-09T18:30+09:30\",234.3],[\"2025-04-09T19:00+09:30\",232.5],[\"2025-04-09T19:30+09:30\",224.1],[\"2025-04-09T20:00+09:30\",215.3],[\"2025-04-09T20:30+09:30\",208.4],[\"2025-04-09T21:00+09:30\",200.2],[\"2025-04-09T21:30+09:30\",191.1],[\"2025-04-09T22:00+09:30\",182.3],[\"2025-04-09T22:30+09:30\",174.2],[\"2025-04-09T23:00+09:30\",166.9],[\"2025-04-09T23:30+09:30\",159.6],[\"2025-04-10T00:00+09:30\",154.4],[\"2025-04-10T00:30+09:30\",151.2],[\"2025-04-10T01:00+09:30\",148.8],[\"2025-04-10T01:30+09:30\",146.5],[\"2025-04-10T02:00+09:30\",144.8],[\"2025-04-10T02:30+09:30\",143.0],[\"2025-04-10T03:00+09:30\",142.2],[\"2025-04-10T03:30+09:30\",141.8],[\"2025-04-10T04:00+09:30\",141.6],[\"2025-04-10T04:30+09:30\",142.2],[\"2025-04-10T05:00+09:30\",146.4],[\"2025-04-10T05:30+09:30\",151.2],[\"2025-04-10T06:00+09:30\",162.5],[\"2025-04-10T06:30+09:30\",173.8],[\"2025-04-10T07:00+09:30\",186.4],[\"2025-04-10T07:30+09:30\",191.6],[\"2025-04-10T08:00+09:30\",193.7],[\"2025-04-10T08:30+09:30\",194.8],[\"2025-04-10T09:00+09:30\",187.4],[\"2025-04-10T09:30+09:30\",182.2],[\"2025-04-10T10:00+09:30\",184.4],[\"2025-04-10T10:30+09:30\",173.7],[\"2025-04-10T11:00+09:30\",175.3],[\"2025-04-10T11:30+09:30\",180.5],[\"2025-04-10T12:00+09:30\",175.9],[\"2025-04-10T12:30+09:30\",181.6],[\"2025-04-10T13:00+09:30\",189.2],[\"2025-04-10T13:30+09:30\",206.5],[\"2025-04-10T14:00+09:30\",212.9],[\"2025-04-10T14:30+09:30\",229.1],[\"2025-04-10T15:00+09:30\",232.2],[\"2025-04-10T15:30+09:30\",236.3],[\"2025-04-10T16:00+09:30\",242.5],[\"2025-04-10T16:30+09:30\",234.2],[\"2025-04-10T17:00+09:30\",232.9],[\"2025-04-10T17:30+09:30\",233.0],[\"2025-04-10T18:00+09:30\",231.8],[\"2025-04-10T18:30+09:30\",233.1],[\"2025-04-10T19:00+09:30\",231.5],[\"2025-04-10T19:30+09:30\",224.7],[\"2025-04-10T20:00+09:30\",216.7],[\"2025-04-10T20:30+09:30\",209.6],[\"2025-04-10T21:00+09:30\",201.6],[\"2025-04-10T21:30+09:30\",192.2],[\"2025-04-10T22:00+09:30\",183.2],[\"2025-04-10T22:30+09:30\",174.4],[\"2025-04-10T23:00+09:30\",167.1],[\"2025-04-10T23:30+09:30\",160.0],[\"2025-04-11T00:00+09:30\",154.4]],\"p10\":[[\"2025-04-04T22:00+09:30\",175.825],[\"2025-04-04T22:30+09:30\",168.8],[\"2025-04-04T23:00+09:30\",162.406],[\"2025-04-04T23:30+09:30\",159.38],[\"2025-04-05T00:00+09:30\",154.391],[\"2025-04-05T00:30+09:30\",149.486],[\"2025-04-05T01:00+09:30\",145.982],[\"2025-04-05T01:30+09:30\",144.292],[\"2025-04-05T02:00+09:30\",142.154],[\"2025-04-05T02:30+09:30\",139.461],[\"2025-04-05T03:00+09:30\",138.268],[\"2025-04-05T03:30+09:30\",137.641],[\"2025-04-05T04:00+09:30\",137.309],[\"2025-04-05T04:30+09:30\",136.959],[\"2025-04-05T05:00+09:30\",138.319],[\"2025-04-05T05:30+09:30\",140.696],[\"2025-04-05T06:00+09:30\",145.13],[\"2025-04-05T06:30+09:30\",147.604],[\"2025-04-05T07:00+09:30\",149.55],[\"2025-04-05T07:30+09:30\",148.727],[\"2025-04-05T08:00+09:30\",146.965],[\"2025-04-05T08:30+09:30\",147.462],[\"2025-04-05T09:00+09:30\",144.749],[\"2025-04-05T09:30+09:30\",137.664],[\"2025-04-05T10:00+09:30\",128.913],[\"2025-04-05T10:30+09:30\",128.326],[\"2025-04-05T11:00+09:30\",128.173],[\"2025-04-05T11:30+09:30\",139.487],[\"2025-04-05T12:00+09:30\",143.51],[\"2025-04-05T12:30+09:30\",130.788],[\"2025-04-05T13:00+09:30\",130.826],[\"2025-04-05T13:30+09:30\",137.638],[\"2025-04-05T14:00+09:30\",142.716],[\"2025-04-05T14:30+09:30\",155.04],[\"2025-04-05T15:00+09:30\",165.551],[\"2025-04-05T15:30+09:30\",179.856],[\"2025-04-05T16:00+09:30\",190.357],[\"2025-04-05T16:30+09:30\",195.495],[\"2025-04-05T17:00+09:30\",199.735],[\"2025-04-05T17:30+09:30\",202.803],[\"2025-04-05T18:00+09:30\",206.867],[\"2025-04-05T18:30+09:30\",208.006],[\"2025-04-05T19:00+09:30\",207.338],[\"2025-04-05T19:30+09:30\",199.533],[\"2025-04-05T20:00+09:30\",193.257],[\"2025-04-05T20:30+09:30\",189.396],[\"2025-04-05T21:00+09:30\",185.62],[\"2025-04-05T21:30+09:30\",178.436],[\"2025-04-05T22:00+09:30\",171.347],[\"2025-04-05T22:30+09:30\",164.92],[\"2025-04-05T23:00+09:30\",159.996],[\"2025-04-05T23:30+09:30\",150.882],[\"2025-04-06T00:00+09:30\",146.125],[\"2025-04-06T00:30+09:30\",142.666],[\"2025-04-06T01:00+09:30\",139.368],[\"2025-04-06T01:30+09:30\",137.341],[\"2025-04-06T02:00+09:30\",135.659],[\"2025-04-06T02:30+09:30\",134.619],[\"2025-04-06T03:00+09:30\",133.246],[\"2025-04-06T03:30+09:30\",131.03],[\"2025-04-06T04:00+09:30\",130.342],[\"2025-04-06T04:30+09:30\",129.78],[\"2025-04-06T05:00+09:30\",130.662],[\"2025-04-06T05:30+09:30\",132.674],[\"2025-04-06T06:00+09:30\",136.55],[\"2025-04-06T06:30+09:30\",140.778],[\"2025-04-06T07:00+09:30\",140.745],[\"2025-04-06T07:30+09:30\",137.533],[\"2025-04-06T08:00+09:30\",130.963],[\"2025-04-06T08:30+09:30\",138.37],[\"2025-04-06T09:00+09:30\",147.071],[\"2025-04-06T09:30+09:30\",149.86],[\"2025-04-06T10:00+09:30\",143.296],[\"2025-04-06T10:30+09:30\",135.113],[\"2025-04-06T11:00+09:30\",136.097],[\"2025-04-06T11:30+09:30\",149.777],[\"2025-04-06T12:00+09:30\",170.78],[\"2025-04-06T12:30+09:30\",150.974],[\"2025-04-06T13:00+09:30\",141.19],[\"2025-04-06T13:30+09:30\",134.4],[\"2025-04-06T14:00+09:30\",139.639],[\"2025-04-06T14:30+09:30\",149.641],[\"2025-04-06T15:00+09:30\",158.4],[\"2025-04-06T15:30+09:30\",177.446],[\"2025-04-06T16:00+09:30\",178.287],[\"2025-04-06T16:30+09:30\",185.119],[\"2025-04-06T17:00+09:30\",184.413],[\"2025-04-06T17:30+09:30\",190.777],[\"2025-04-06T18:00+09:30\",190.196],[\"2025-04-06T18:30+09:30\",202.309],[\"2025-04-06T19:00+09:30\",202.173],[\"2025-04-06T19:30+09:30\",200.796],[\"2025-04-06T20:00+09:30\",193.973],[\"2025-04-06T20:30+09:30\",189.047],[\"2025-04-06T21:00+09:30\",180.986],[\"2025-04-06T21:30+09:30\",172.645],[\"2025-04-06T22:00+09:30\",163.957],[\"2025-04-06T22:30+09:30\",157.441],[\"2025-04-06T23:00+09:30\",151.453],[\"2025-04-06T23:30+09:30\",147.972],[\"2025-04-07T00:00+09:30\",142.677],[\"2025-04-07T00:30+09:30\",139.972],[\"2025-04-07T01:00+09:30\",138.471],[\"2025-04-07T01:30+09:30\",136.471],[\"2025-04-07T02:00+09:30\",135.248],[\"2025-04-07T02:30+09:30\",133.919],[\"2025-04-07T03:00+09:30\",133.425],[\"2025-04-07T03:30+09:30\",133.325],[\"2025-04-07T04:00+09:30\",133.39],[\"2025-04-07T04:30+09:30\",134.252],[\"2025-04-07T05:00+09:30\",138.738],[\"2025-04-07T05:30+09:30\",144.115],[\"2025-04-07T06:00+09:30\",156.698],[\"2025-04-07T06:30+09:30\",168.871],[\"2025-04-07T07:00+09:30\",181.44],[\"2025-04-07T07:30+09:30\",185.259],[\"2025-04-07T08:00+09:30\",186.701],[\"2025-04-07T08:30+09:30\",188.199],[\"2025-04-07T09:00+09:30\",180.41],[\"2025-04-07T09:30+09:30\",176.2],[\"2025-04-07T10:00+09:30\",177.989],[\"2025-04-07T10:30+09:30\",168.885],[\"2025-04-07T11:00+09:30\",169.578],[\"2025-04-07T11:30+09:30\",175.376],[\"2025-04-07T12:00+09:30\",170.494],[\"2025-04-07T12:30+09:30\",178.827],[\"2025-04-07T13:00+09:30\",185.573],[\"2025-04-07T13:30+09:30\",203.334],[\"2025-04-07T14:00+09:30\",212.092],[\"2025-04-07T14:30+09:30\",223.984],[\"2025-04-07T15:00+09:30\",226.778],[\"2025-04-07T15:30+09:30\",229.945],[\"2025-04-07T16:00+09:30\",239.936],[\"2025-04-07T16:30+09:30\",230.839],[\"2025-04-07T17:00+09:30\",228.406],[\"2025-04-07T17:30+09:30\",228.167],[\"2025-04-07T18:00+09:30\",226.981],[\"2025-04-07T18:30+09:30\",228.285],[\"2025-04-07T19:00+09:30\",227.075],[\"2025-04-07T19:30+09:30\",217.482],[\"2025-04-07T20:00+09:30\",207.299],[\"2025-04-07T20:30+09:30\",199.918],[\"2025-04-07T21:00+09:30\",192.288],[\"2025-04-07T21:30+09:30\",182.982],[\"2025-04-07T22:00+09:30\",174.838],[\"2025-04-07T22:30+09:30\",167.97],[\"2025-04-07T23:00+09:30\",160.658],[\"2025-04-07T23:30+09:30\",153.836],[\"2025-04-08T00:00+09:30\",149.149],[\"2025-04-08T00:30+09:30\",145.647],[\"2025-04-08T01:00+09:30\",143.365],[\"2025-04-08T01:30+09:30\",140.741],[\"2025-04-08T02:00+09:30\",139.098],[\"2025-04-08T02:30+09:30\",137.741],[\"2025-04-08T03:00+09:30\",136.817],[\"2025-04-08T03:30+09:30\",136.305],[\"2025-04-08T04:00+09:30\",136.047],[\"2025-04-08T04:30+09:30\",136.24],[\"2025-04-08T05:00+09:30\",140.317],[\"2025-04-08T05:30+09:30\",146.209],[\"2025-04-08T06:00+09:30\",157.817],[\"2025-04-08T06:30+09:30\",168.521],[\"2025-04-08T07:00+09:30\",181.165],[\"2025-04-08T07:30+09:30\",184.366],[\"2025-04-08T08:00+09:30\",185.622],[\"2025-04-08T08:30+09:30\",183.66],[\"2025-04-08T09:00+09:30\",175.395],[\"2025-04-08T09:30+09:30\",172.041],[\"2025-04-08T10:00+09:30\",172.693],[\"2025-04-08T10:30+09:30\",163.794],[\"2025-04-08T11:00+09:30\",164.646],[\"2025-04-08T11:30+09:30\",173.035],[\"2025-04-08T12:00+09:30\",169.122],[\"2025-04-08T12:30+09:30\",177.802],[\"2025-04-08T13:00+09:30\",184.843],[\"2025-04-08T13:30+09:30\",201.468],[\"2025-04-08T14:00+09:30\",208.747],[\"2025-04-08T14:30+09:30\",225.421],[\"2025-04-08T15:00+09:30\",227.908],[\"2025-04-08T15:30+09:30\",232.118],[\"2025-04-08T16:00+09:30\",240.012],[\"2025-04-08T16:30+09:30\",229.386],[\"2025-04-08T17:00+09:30\",227.145],[\"2025-04-08T17:30+09:30\",224.191],[\"2025-04-08T18:00+09:30\",223.139],[\"2025-04-08T18:30+09:30\",227.786],[\"2025-04-08T19:00+09:30\",227.141],[\"2025-04-08T19:30+09:30\",218.318],[\"2025-04-08T20:00+09:30\",208.682],[\"2025-04-08T20:30+09:30\",200.395],[\"2025-04-08T21:00+09:30\",192.894],[\"2025-04-08T21:30+09:30\",183.947],[\"2025-04-08T22:00+09:30\",175.595],[\"2025-04-08T22:30+09:30\",167.365],[\"2025-04-08T23:00+09:30\",159.943],[\"2025-04-08T23:30+09:30\",153.606],[\"2025-04-09T00:00+09:30\",148.345],[\"2025-04-09T00:30+09:30\",146.285],[\"2025-04-09T01:00+09:30\",144.455],[\"2025-04-09T01:30+09:30\",142.453],[\"2025-04-09T02:00+09:30\",141.982],[\"2025-04-09T02:30+09:30\",140.904],[\"2025-04-09T03:00+09:30\",140.035],[\"2025-04-09T03:30+09:30\",139.746],[\"2025-04-09T04:00+09:30\",139.342],[\"2025-04-09T04:30+09:30\",139.223],[\"2025-04-09T05:00+09:30\",143.593],[\"2025-04-09T05:30+09:30\",150.126],[\"2025-04-09T06:00+09:30\",163.054],[\"2025-04-09T06:30+09:30\",174.547],[\"2025-04-09T07:00+09:30\",186.533],[\"2025-04-09T07:30+09:30\",188.948],[\"2025-04-09T08:00+09:30\",192.482],[\"2025-04-09T08:30+09:30\",188.888],[\"2025-04-09T09:00+09:30\",179.669],[\"2025-04-09T09:30+09:30\",175.59],[\"2025-04-09T10:00+09:30\",176.503],[\"2025-04-09T10:30+09:30\",168.667],[\"2025-04-09T11:00+09:30\",170.408],[\"2025-04-09T11:30+09:30\",178.739],[\"2025-04-09T12:00+09:30\",177.92],[\"2025-04-09T12:30+09:30\",188.177],[\"2025-04-09T13:00+09:30\",197.433],[\"2025-04-09T13:30+09:30\",203.561],[\"2025-04-09T14:00+09:30\",213.936],[\"2025-04-09T14:30+09:30\",231.906],[\"2025-04-09T15:00+09:30\",229.066],[\"2025-04-09T15:30+09:30\",230.473],[\"2025-04-09T16:00+09:30\",229.724],[\"2025-04-09T16:30+09:30\",223.048],[\"2025-04-09T17:00+09:30\",220.471],[\"2025-04-09T17:30+09:30\",219.219],[\"2025-04-09T18:00+09:30\",216.89],[\"2025-04-09T18:30+09:30\",219.503],[\"2025-04-09T19:00+09:30\",219.226],[\"2025-04-09T19:30+09:30\",210.207],[\"2025-04-09T20:00+09:30\",200.479],[\"2025-04-09T20:30+09:30\",193.735],[\"2025-04-09T21:00+09:30\",186.642],[\"2025-04-09T21:30+09:30\",180.197],[\"2025-04-09T22:00+09:30\",172.879],[\"2025-04-09T22:30+09:30\",165.382],[\"2025-04-09T23:00+09:30\",158.463],[\"2025-04-09T23:30+09:30\",151.917],[\"2025-04-10T00:00+09:30\",147.036],[\"2025-04-10T00:30+09:30\",143.658],[\"2025-04-10T01:00+09:30\",141.464],[\"2025-04-10T01:30+09:30\",139.311],[\"2025-04-10T02:00+09:30\",137.744],[\"2025-04-10T02:30+09:30\",136.13],[\"2025-04-10T03:00+09:30\",135.37],[\"2025-04-10T03:30+09:30\",134.895],[\"2025-04-10T04:00+09:30\",134.61],[\"2025-04-10T04:30+09:30\",135.228],[\"2025-04-10T05:00+09:30\",139.216],[\"2025-04-10T05:30+09:30\",144.631],[\"2025-04-10T06:00+09:30\",155.611],[\"2025-04-10T06:30+09:30\",166.308],[\"2025-04-10T07:00+09:30\",178.199],[\"2025-04-10T07:30+09:30\",182.403],[\"2025-04-10T08:00+09:30\",183.123],[\"2025-04-10T08:30+09:30\",183.393],[\"2025-04-10T09:00+09:30\",174.739],[\"2025-04-10T09:30+09:30\",169.377],[\"2025-04-10T10:00+09:30\",170.68],[\"2025-04-10T10:30+09:30\",159.369],[\"2025-04-10T11:00+09:30\",161.044],[\"2025-04-10T11:30+09:30\",166.568],[\"2025-04-10T12:00+09:30\",162.093],[\"2025-04-10T12:30+09:30\",166.93],[\"2025-04-10T13:00+09:30\",173.405],[\"2025-04-10T13:30+09:30\",191.576],[\"2025-04-10T14:00+09:30\",197.958],[\"2025-04-10T14:30+09:30\",214.192],[\"2025-04-10T15:00+09:30\",216.367],[\"2025-04-10T15:30+09:30\",221.688],[\"2025-04-10T16:00+09:30\",228.871],[\"2025-04-10T16:30+09:30\",221.407],[\"2025-04-10T17:00+09:30\",218.597],[\"2025-04-10T17:30+09:30\",217.679],[\"2025-04-10T18:00+09:30\",217.342],[\"2025-04-10T18:30+09:30\",218.479],[\"2025-04-10T19:00+09:30\",217.607],[\"2025-04-10T19:30+09:30\",211.721],[\"2025-04-10T20:00+09:30\",203.279],[\"2025-04-10T20:30+09:30\",196.789],[\"2025-04-10T21:00+09:30\",189.744],[\"2025-04-10T21:30+09:30\",180.986],[\"2025-04-10T22:00+09:30\",172.976],[\"2025-04-10T22:30+09:30\",165.189],[\"2025-04-10T23:00+09:30\",158.304],[\"2025-04-10T23:30+09:30\",151.558],[\"2025-04-11T00:00+09:30\",146.233]],\"p90\":[[\"2025-04-04T22:00+09:30\",193.714],[\"2025-04-04T22:30+09:30\",184.089],[\"2025-04-04T23:00+09:30\",177.887],[\"2025-04-04T23:30+09:30\",174.766],[\"2025-04-05T00:00+09:30\",167.937],[\"2025-04-05T00:30+09:30\",162.707],[\"2025-04-05T01:00+09:30\",158.811],[\"2025-04-05T01:30+09:30\",156.41],[\"2025-04-05T02:00+09:30\",153.854],[\"2025-04-05T02:30+09:30\",151.339],[\"2025-04-05T03:00+09:30\",150.541],[\"2025-04-05T03:30+09:30\",149.573],[\"2025-04-05T04:00+09:30\",149.306],[\"2025-04-05T04:30+09:30\",148.659],[\"2025-04-05T05:00+09:30\",149.487],[\"2025-04-05T05:30+09:30\",151.196],[\"2025-04-05T06:00+09:30\",156.616],[\"2025-04-05T06:30+09:30\",160.155],[\"2025-04-05T07:00+09:30\",162.869],[\"2025-04-05T07:30+09:30\",164.553],[\"2025-04-05T08:00+09:30\",166.004],[\"2025-04-05T08:30+09:30\",169.615],[\"2025-04-05T09:00+09:30\",169.514],[\"2025-04-05T09:30+09:30\",161.382],[\"2025-04-05T10:00+09:30\",157.881],[\"2025-04-05T10:30+09:30\",152.012],[\"2025-04-05T11:00+09:30\",155.722],[\"2025-04-05T11:30+09:30\",164.541],[\"2025-04-05T12:00+09:30\",171.092],[\"2025-04-05T12:30+09:30\",157.605],[\"2025-04-05T13:00+09:30\",155.507],[\"2025-04-05T13:30+09:30\",162.42],[\"2025-04-05T14:00+09:30\",161.251],[\"2025-04-05T14:30+09:30\",176.733],[\"2025-04-05T15:00+09:30\",188.57],[\"2025-04-05T15:30+09:30\",203.433],[\"2025-04-05T16:00+09:30\",210.37],[\"2025-04-05T16:30+09:30\",214.797],[\"2025-04-05T17:00+09:30\",220.95],[\"2025-04-05T17:30+09:30\",227.638],[\"2025-04-05T18:00+09:30\",230.341],[\"2025-04-05T18:30+09:30\",233.05],[\"2025-04-05T19:00+09:30\",232.381],[\"2025-04-05T19:30+09:30\",221.851],[\"2025-04-05T20:00+09:30\",214.849],[\"2025-04-05T20:30+09:30\",210.363],[\"2025-04-05T21:00+09:30\",204.105],[\"2025-04-05T21:30+09:30\",196.45],[\"2025-04-05T22:00+09:30\",189.084],[\"2025-04-05T22:30+09:30\",181.059],[\"2025-04-05T23:00+09:30\",174.855],[\"2025-04-05T23:30+09:30\",165.528],[\"2025-04-06T00:00+09:30\",159.427],[\"2025-04-06T00:30+09:30\",155.74],[\"2025-04-06T01:00+09:30\",151.948],[\"2025-04-06T01:30+09:30\",150.081],[\"2025-04-06T02:00+09:30\",147.554],[\"2025-04-06T02:30+09:30\",146.379],[\"2025-04-06T03:00+09:30\",145.152],[\"2025-04-06T03:30+09:30\",143.327],[\"2025-04-06T04:00+09:30\",142.993],[\"2025-04-06T04:30+09:30\",142.05],[\"2025-04-06T05:00+09:30\",143.277],[\"2025-04-06T05:30+09:30\",144.877],[\"2025-04-06T06:00+09:30\",148.901],[\"2025-04-06T06:30+09:30\",153.536],[\"2025-04-06T07:00+09:30\",154.383],[\"2025-04-06T07:30+09:30\",152.448],[\"2025-04-06T08:00+09:30\",148.307],[\"2025-04-06T08:30+09:30\",157.331],[\"2025-04-06T09:00+09:30\",165.92],[\"2025-04-06T09:30+09:30\",169.508],[\"2025-04-06T10:00+09:30\",162.369],[\"2025-04-06T10:30+09:30\",153.286],[\"2025-04-06T11:00+09:30\",162.312],[\"2025-04-06T11:30+09:30\",179.461],[\"2025-04-06T12:00+09:30\",201.167],[\"2025-04-06T12:30+09:30\",179.068],[\"2025-04-06T13:00+09:30\",170.939],[\"2025-04-06T13:30+09:30\",161.025],[\"2025-04-06T14:00+09:30\",164.573],[\"2025-04-06T14:30+09:30\",174.167],[\"2025-04-06T15:00+09:30\",183.688],[\"2025-04-06T15:30+09:30\",200.965],[\"2025-04-06T16:00+09:30\",199.238],[\"2025-04-06T16:30+09:30\",203.075],[\"2025-04-06T17:00+09:30\",206.316],[\"2025-04-06T17:30+09:30\",215.149],[\"2025-04-06T18:00+09:30\",215.044],[\"2025-04-06T18:30+09:30\",227.55],[\"2025-04-06T19:00+09:30\",226.879],[\"2025-04-06T19:30+09:30\",222.55],[\"2025-04-06T20:00+09:30\",215.092],[\"2025-04-06T20:30+09:30\",209.031],[\"2025-04-06T21:00+09:30\",201.565],[\"2025-04-06T21:30+09:30\",191.576],[\"2025-04-06T22:00+09:30\",180.838],[\"2025-04-06T22:30+09:30\",173.31],[\"2025-04-06T23:00+09:30\",166.151],[\"2025-04-06T23:30+09:30\",162.761],[\"2025-04-07T00:00+09:30\",159.489],[\"2025-04-07T00:30+09:30\",155.598],[\"2025-04-07T01:00+09:30\",153.624],[\"2025-04-07T01:30+09:30\",150.913],[\"2025-04-07T02:00+09:30\",149.44],[\"2025-04-07T02:30+09:30\",147.873],[\"2025-04-07T03:00+09:30\",147.269],[\"2025-04-07T03:30+09:30\",146.972],[\"2025-04-07T04:00+09:30\",147.21],[\"2025-04-07T04:30+09:30\",147.641],[\"2025-04-07T05:00+09:30\",152.452],[\"2025-04-07T05:30+09:30\",157.568],[\"2025-04-07T06:00+09:30\",170.902],[\"2025-04-07T06:30+09:30\",183.78],[\"2025-04-07T07:00+09:30\",197.859],[\"2025-04-07T07:30+09:30\",203.341],[\"2025-04-07T08:00+09:30\",207.959],[\"2025-04-07T08:30+09:30\",211.092],[\"2025-04-07T09:00+09:30\",204.163],[\"2025-04-07T09:30+09:30\",201.968],[\"2025-04-07T10:00+09:30\",204.257],[\"2025-04-07T10:30+09:30\",197.449],[\"2025-04-07T11:00+09:30\",198.655],[\"2025-04-07T11:30+09:30\",203.024],[\"2025-04-07T12:00+09:30\",197.906],[\"2025-04-07T12:30+09:30\",208.038],[\"2025-04-07T13:00+09:30\",217.774],[\"2025-04-07T13:30+09:30\",234.143],[\"2025-04-07T14:00+09:30\",241.689],[\"2025-04-07T14:30+09:30\",253.93],[\"2025-04-07T15:00+09:30\",257.495],[\"2025-04-07T15:30+09:30\",257.246],[\"2025-04-07T16:00+09:30\",264.634],[\"2025-04-07T16:30+09:30\",253.961],[\"2025-04-07T17:00+09:30\",254.194],[\"2025-04-07T17:30+09:30\",256.95],[\"2025-04-07T18:00+09:30\",254.493],[\"2025-04-07T18:30+09:30\",256.715],[\"2025-04-07T19:00+09:30\",254.225],[\"2025-04-07T19:30+09:30\",243.842],[\"2025-04-07T20:00+09:30\",234.209],[\"2025-04-07T20:30+09:30\",224.837],[\"2025-04-07T21:00+09:30\",215.306],[\"2025-04-07T21:30+09:30\",204.836],[\"2025-04-07T22:00+09:30\",194.862],[\"2025-04-07T22:30+09:30\",185.128],[\"2025-04-07T23:00+09:30\",177.484],[\"2025-04-07T23:30+09:30\",170.464],[\"2025-04-08T00:00+09:30\",165.129],[\"2025-04-08T00:30+09:30\",160.516],[\"2025-04-08T01:00+09:30\",157.692],[\"2025-04-08T01:30+09:30\",154.71],[\"2025-04-08T02:00+09:30\",152.849],[\"2025-04-08T02:30+09:30\",151.251],[\"2025-04-08T03:00+09:30\",150.276],[\"2025-04-08T03:30+09:30\",149.589],[\"2025-04-08T04:00+09:30\",149.347],[\"2025-04-08T04:30+09:30\",149.76],[\"2025-04-08T05:00+09:30\",153.983],[\"2025-04-08T05:30+09:30\",159.573],[\"2025-04-08T06:00+09:30\",171.905],[\"2025-04-08T06:30+09:30\",183.719],[\"2025-04-08T07:00+09:30\",197.835],[\"2025-04-08T07:30+09:30\",202.755],[\"2025-04-08T08:00+09:30\",206.582],[\"2025-04-08T08:30+09:30\",206.868],[\"2025-04-08T09:00+09:30\",200.206],[\"2025-04-08T09:30+09:30\",197.217],[\"2025-04-08T10:00+09:30\",198.752],[\"2025-04-08T10:30+09:30\",191.939],[\"2025-04-08T11:00+09:30\",193.076],[\"2025-04-08T11:30+09:30\",200.244],[\"2025-04-08T12:00+09:30\",196.717],[\"2025-04-08T12:30+09:30\",206.944],[\"2025-04-08T13:00+09:30\",216.847],[\"2025-04-08T13:30+09:30\",231.892],[\"2025-04-08T14:00+09:30\",238.496],[\"2025-04-08T14:30+09:30\",255.841],[\"2025-04-08T15:00+09:30\",258.747],[\"2025-04-08T15:30+09:30\",259.844],[\"2025-04-08T16:00+09:30\",265.488],[\"2025-04-08T16:30+09:30\",253.582],[\"2025-04-08T17:00+09:30\",253.515],[\"2025-04-08T17:30+09:30\",251.975],[\"2025-04-08T18:00+09:30\",249.049],[\"2025-04-08T18:30+09:30\",255.986],[\"2025-04-08T19:00+09:30\",253.284],[\"2025-04-08T19:30+09:30\",243.437],[\"2025-04-08T20:00+09:30\",233.902],[\"2025-04-08T20:30+09:30\",224.039],[\"2025-04-08T21:00+09:30\",214.668],[\"2025-04-08T21:30+09:30\",204.012],[\"2025-04-08T22:00+09:30\",193.986],[\"2025-04-08T22:30+09:30\",183.71],[\"2025-04-08T23:00+09:30\",175.994],[\"2025-04-08T23:30+09:30\",169.199],[\"2025-04-09T00:00+09:30\",164.234],[\"2025-04-09T00:30+09:30\",158.205],[\"2025-04-09T01:00+09:30\",155.092],[\"2025-04-09T01:30+09:30\",151.568],[\"2025-04-09T02:00+09:30\",149.249],[\"2025-04-09T02:30+09:30\",148.029],[\"2025-04-09T03:00+09:30\",147.196],[\"2025-04-09T03:30+09:30\",146.787],[\"2025-04-09T04:00+09:30\",146.616],[\"2025-04-09T04:30+09:30\",148.288],[\"2025-04-09T05:00+09:30\",152.81],[\"2025-04-09T05:30+09:30\",157.059],[\"2025-04-09T06:00+09:30\",168.312],[\"2025-04-09T06:30+09:30\",178.887],[\"2025-04-09T07:00+09:30\",194.446],[\"2025-04-09T07:30+09:30\",201.087],[\"2025-04-09T08:00+09:30\",202.483],[\"2025-04-09T08:30+09:30\",209.36],[\"2025-04-09T09:00+09:30\",205.849],[\"2025-04-09T09:30+09:30\",202.33],[\"2025-04-09T10:00+09:30\",207.189],[\"2025-04-09T10:30+09:30\",196.013],[\"2025-04-09T11:00+09:30\",199.192],[\"2025-04-09T11:30+09:30\",206.784],[\"2025-04-09T12:00+09:30\",197.547],[\"2025-04-09T12:30+09:30\",203.638],[\"2025-04-09T13:00+09:30\",208.508],[\"2025-04-09T13:30+09:30\",227.692],[\"2025-04-09T14:00+09:30\",228.628],[\"2025-04-09T14:30+09:30\",240.977],[\"2025-04-09T15:00+09:30\",247.064],[\"2025-04-09T15:30+09:30\",244.526],[\"2025-04-09T16:00+09:30\",257.788],[\"2025-04-09T16:30+09:30\",248.055],[\"2025-04-09T17:00+09:30\",248.541],[\"2025-04-09T17:30+09:30\",246.451],[\"2025-04-09T18:00+09:30\",244.71],[\"2025-04-09T18:30+09:30\",250.128],[\"2025-04-09T19:00+09:30\",247.086],[\"2025-04-09T19:30+09:30\",239.46],[\"2025-04-09T20:00+09:30\",231.17],[\"2025-04-09T20:30+09:30\",222.739],[\"2025-04-09T21:00+09:30\",213.415],[\"2025-04-09T21:30+09:30\",203.619],[\"2025-04-09T22:00+09:30\",193.226],[\"2025-04-09T22:30+09:30\",183.52],[\"2025-04-09T23:00+09:30\",175.939],[\"2025-04-09T23:30+09:30\",168.785],[\"2025-04-10T00:00+09:30\",162.964],[\"2025-04-10T00:30+09:30\",158.762],[\"2025-04-10T01:00+09:30\",156.145],[\"2025-04-10T01:30+09:30\",153.58],[\"2025-04-10T02:00+09:30\",151.853],[\"2025-04-10T02:30+09:30\",149.888],[\"2025-04-10T03:00+09:30\",149.236],[\"2025-04-10T03:30+09:30\",148.712],[\"2025-04-10T04:00+09:30\",148.581],[\"2025-04-10T04:30+09:30\",149.078],[\"2025-04-10T05:00+09:30\",153.475],[\"2025-04-10T05:30+09:30\",157.876],[\"2025-04-10T06:00+09:30\",169.439],[\"2025-04-10T06:30+09:30\",181.317],[\"2025-04-10T07:00+09:30\",194.515],[\"2025-04-10T07:30+09:30\",200.588],[\"2025-04-10T08:00+09:30\",203.884],[\"2025-04-10T08:30+09:30\",206.222],[\"2025-04-10T09:00+09:30\",199.969],[\"2025-04-10T09:30+09:30\",194.799],[\"2025-04-10T10:00+09:30\",198.37],[\"2025-04-10T10:30+09:30\",188.048],[\"2025-04-10T11:00+09:30\",190.024],[\"2025-04-10T11:30+09:30\",194.596],[\"2025-04-10T12:00+09:30\",189.836],[\"2025-04-10T12:30+09:30\",195.994],[\"2025-04-10T13:00+09:30\",205.115],[\"2025-04-10T13:30+09:30\",221.49],[\"2025-04-10T14:00+09:30\",227.741],[\"2025-04-10T14:30+09:30\",243.996],[\"2025-04-10T15:00+09:30\",248.309],[\"2025-04-10T15:30+09:30\",251.279],[\"2025-04-10T16:00+09:30\",256.217],[\"2025-04-10T16:30+09:30\",247.26],[\"2025-04-10T17:00+09:30\",247.161],[\"2025-04-10T17:30+09:30\",247.959],[\"2025-04-10T18:00+09:30\",246.353],[\"2025-04-10T18:30+09:30\",247.641],[\"2025-04-10T19:00+09:30\",245.431],[\"2025-04-10T19:30+09:30\",238.208],[\"2025-04-10T20:00+09:30\",229.842],[\"2025-04-10T20:30+09:30\",222.505],[\"2025-04-10T21:00+09:30\",213.482],[\"2025-04-10T21:30+09:30\",203.112],[\"2025-04-10T22:00+09:30\",193.111],[\"2025-04-10T22:30+09:30\",183.511],[\"2025-04-10T23:00+09:30\",175.863],[\"2025-04-10T23:30+09:30\",168.534],[\"2025-04-11T00:00+09:30\",162.564]]}\n    \n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NTESMO/tc-7-days-forecast.json",
    "content": "{\"demand\":[[\"2025-04-04T10:00+09:30\",2.6],[\"2025-04-04T10:30+09:30\",2.6],[\"2025-04-04T11:00+09:30\",2.6],[\"2025-04-04T11:30+09:30\",2.7],[\"2025-04-04T12:00+09:30\",2.9],[\"2025-04-04T12:30+09:30\",2.9],[\"2025-04-04T13:00+09:30\",2.9],[\"2025-04-04T13:30+09:30\",3.0],[\"2025-04-04T14:00+09:30\",3.2],[\"2025-04-04T14:30+09:30\",3.1],[\"2025-04-04T15:00+09:30\",3.3],[\"2025-04-04T15:30+09:30\",3.6],[\"2025-04-04T16:00+09:30\",3.6],[\"2025-04-04T16:30+09:30\",3.6],[\"2025-04-04T17:00+09:30\",3.6],[\"2025-04-04T17:30+09:30\",3.6],[\"2025-04-04T18:00+09:30\",3.6],[\"2025-04-04T18:30+09:30\",3.5],[\"2025-04-04T19:00+09:30\",3.6],[\"2025-04-04T19:30+09:30\",3.5],[\"2025-04-04T20:00+09:30\",3.3],[\"2025-04-04T20:30+09:30\",3.2],[\"2025-04-04T21:00+09:30\",3.0],[\"2025-04-04T21:30+09:30\",2.9]],\"forecasted30min_p10\":[[\"2025-04-04T10:00+09:30\",2.358],[\"2025-04-04T10:30+09:30\",2.417],[\"2025-04-04T11:00+09:30\",2.539],[\"2025-04-04T11:30+09:30\",2.601],[\"2025-04-04T12:00+09:30\",2.703],[\"2025-04-04T12:30+09:30\",2.737],[\"2025-04-04T13:00+09:30\",2.773],[\"2025-04-04T13:30+09:30\",3.086],[\"2025-04-04T14:00+09:30\",3.153],[\"2025-04-04T14:30+09:30\",3.334],[\"2025-04-04T15:00+09:30\",3.336],[\"2025-04-04T15:30+09:30\",3.416],[\"2025-04-04T16:00+09:30\",3.321],[\"2025-04-04T16:30+09:30\",3.348],[\"2025-04-04T17:00+09:30\",3.351],[\"2025-04-04T17:30+09:30\",3.476],[\"2025-04-04T18:00+09:30\",3.418],[\"2025-04-04T18:30+09:30\",3.379],[\"2025-04-04T19:00+09:30\",3.36],[\"2025-04-04T19:30+09:30\",3.219],[\"2025-04-04T20:00+09:30\",3.129],[\"2025-04-04T20:30+09:30\",3.082],[\"2025-04-04T21:00+09:30\",3.041],[\"2025-04-04T21:30+09:30\",2.878],[\"2025-04-04T22:00+09:30\",2.749]],\"forecasted30min_p90\":[[\"2025-04-04T10:00+09:30\",2.87],[\"2025-04-04T10:30+09:30\",2.989],[\"2025-04-04T11:00+09:30\",3.107],[\"2025-04-04T11:30+09:30\",3.156],[\"2025-04-04T12:00+09:30\",3.258],[\"2025-04-04T12:30+09:30\",3.372],[\"2025-04-04T13:00+09:30\",3.411],[\"2025-04-04T13:30+09:30\",3.613],[\"2025-04-04T14:00+09:30\",3.696],[\"2025-04-04T14:30+09:30\",3.864],[\"2025-04-04T15:00+09:30\",3.868],[\"2025-04-04T15:30+09:30\",3.98],[\"2025-04-04T16:00+09:30\",3.929],[\"2025-04-04T16:30+09:30\",3.953],[\"2025-04-04T17:00+09:30\",3.955],[\"2025-04-04T17:30+09:30\",3.908],[\"2025-04-04T18:00+09:30\",3.805],[\"2025-04-04T18:30+09:30\",3.743],[\"2025-04-04T19:00+09:30\",3.722],[\"2025-04-04T19:30+09:30\",3.606],[\"2025-04-04T20:00+09:30\",3.519],[\"2025-04-04T20:30+09:30\",3.47],[\"2025-04-04T21:00+09:30\",3.438],[\"2025-04-04T21:30+09:30\",3.304],[\"2025-04-04T22:00+09:30\",3.195]],\"forecasted30min_demand\":[[\"2025-04-04T10:00+09:30\",2.646],[\"2025-04-04T10:30+09:30\",2.747],[\"2025-04-04T11:00+09:30\",2.824],[\"2025-04-04T11:30+09:30\",2.887],[\"2025-04-04T12:00+09:30\",2.935],[\"2025-04-04T12:30+09:30\",2.985],[\"2025-04-04T13:00+09:30\",3.147],[\"2025-04-04T13:30+09:30\",3.409],[\"2025-04-04T14:00+09:30\",3.406],[\"2025-04-04T14:30+09:30\",3.517],[\"2025-04-04T15:00+09:30\",3.535],[\"2025-04-04T15:30+09:30\",3.674],[\"2025-04-04T16:00+09:30\",3.573],[\"2025-04-04T16:30+09:30\",3.614],[\"2025-04-04T17:00+09:30\",3.662],[\"2025-04-04T17:30+09:30\",3.699],[\"2025-04-04T18:00+09:30\",3.584],[\"2025-04-04T18:30+09:30\",3.511],[\"2025-04-04T19:00+09:30\",3.529],[\"2025-04-04T19:30+09:30\",3.459],[\"2025-04-04T20:00+09:30\",3.387],[\"2025-04-04T20:30+09:30\",3.332],[\"2025-04-04T21:00+09:30\",3.196],[\"2025-04-04T21:30+09:30\",3.059],[\"2025-04-04T22:00+09:30\",2.922]],\"forecastedDemand\":[[\"2025-04-04T22:30+09:30\",2.79],[\"2025-04-04T23:00+09:30\",2.734],[\"2025-04-04T23:30+09:30\",2.633],[\"2025-04-05T00:00+09:30\",2.671],[\"2025-04-05T00:30+09:30\",2.696],[\"2025-04-05T01:00+09:30\",2.651],[\"2025-04-05T01:30+09:30\",2.542],[\"2025-04-05T02:00+09:30\",2.493],[\"2025-04-05T02:30+09:30\",2.515],[\"2025-04-05T03:00+09:30\",2.502],[\"2025-04-05T03:30+09:30\",2.443],[\"2025-04-05T04:00+09:30\",2.45],[\"2025-04-05T04:30+09:30\",2.494],[\"2025-04-05T05:00+09:30\",2.505],[\"2025-04-05T05:30+09:30\",2.55],[\"2025-04-05T06:00+09:30\",2.573],[\"2025-04-05T06:30+09:30\",2.574],[\"2025-04-05T07:00+09:30\",2.662],[\"2025-04-05T07:30+09:30\",2.614],[\"2025-04-05T08:00+09:30\",2.675],[\"2025-04-05T08:30+09:30\",2.682],[\"2025-04-05T09:00+09:30\",2.682],[\"2025-04-05T09:30+09:30\",2.823],[\"2025-04-05T10:00+09:30\",2.745],[\"2025-04-05T10:30+09:30\",2.873],[\"2025-04-05T11:00+09:30\",2.889],[\"2025-04-05T11:30+09:30\",2.837],[\"2025-04-05T12:00+09:30\",2.857],[\"2025-04-05T12:30+09:30\",3.1],[\"2025-04-05T13:00+09:30\",3.145],[\"2025-04-05T13:30+09:30\",3.24],[\"2025-04-05T14:00+09:30\",3.164],[\"2025-04-05T14:30+09:30\",3.424],[\"2025-04-05T15:00+09:30\",3.447],[\"2025-04-05T15:30+09:30\",3.513],[\"2025-04-05T16:00+09:30\",3.676],[\"2025-04-05T16:30+09:30\",3.823],[\"2025-04-05T17:00+09:30\",3.866],[\"2025-04-05T17:30+09:30\",4.071],[\"2025-04-05T18:00+09:30\",4.006],[\"2025-04-05T18:30+09:30\",3.853],[\"2025-04-05T19:00+09:30\",3.752],[\"2025-04-05T19:30+09:30\",3.773],[\"2025-04-05T20:00+09:30\",3.624],[\"2025-04-05T20:30+09:30\",3.451],[\"2025-04-05T21:00+09:30\",3.377],[\"2025-04-05T21:30+09:30\",3.266],[\"2025-04-05T22:00+09:30\",3.15],[\"2025-04-05T22:30+09:30\",3.067],[\"2025-04-05T23:00+09:30\",2.987],[\"2025-04-05T23:30+09:30\",2.844],[\"2025-04-06T00:00+09:30\",2.788],[\"2025-04-06T00:30+09:30\",2.73],[\"2025-04-06T01:00+09:30\",2.664],[\"2025-04-06T01:30+09:30\",2.636],[\"2025-04-06T02:00+09:30\",2.605],[\"2025-04-06T02:30+09:30\",2.568],[\"2025-04-06T03:00+09:30\",2.534],[\"2025-04-06T03:30+09:30\",2.482],[\"2025-04-06T04:00+09:30\",2.456],[\"2025-04-06T04:30+09:30\",2.487],[\"2025-04-06T05:00+09:30\",2.552],[\"2025-04-06T05:30+09:30\",2.524],[\"2025-04-06T06:00+09:30\",2.579],[\"2025-04-06T06:30+09:30\",2.594],[\"2025-04-06T07:00+09:30\",2.63],[\"2025-04-06T07:30+09:30\",2.637],[\"2025-04-06T08:00+09:30\",2.663],[\"2025-04-06T08:30+09:30\",2.726],[\"2025-04-06T09:00+09:30\",2.65],[\"2025-04-06T09:30+09:30\",2.672],[\"2025-04-06T10:00+09:30\",2.694],[\"2025-04-06T10:30+09:30\",2.728],[\"2025-04-06T11:00+09:30\",2.755],[\"2025-04-06T11:30+09:30\",2.714],[\"2025-04-06T12:00+09:30\",2.867],[\"2025-04-06T12:30+09:30\",3.012],[\"2025-04-06T13:00+09:30\",3.052],[\"2025-04-06T13:30+09:30\",3.118],[\"2025-04-06T14:00+09:30\",3.228],[\"2025-04-06T14:30+09:30\",3.339],[\"2025-04-06T15:00+09:30\",3.445],[\"2025-04-06T15:30+09:30\",3.637],[\"2025-04-06T16:00+09:30\",3.761],[\"2025-04-06T16:30+09:30\",3.9],[\"2025-04-06T17:00+09:30\",4.026],[\"2025-04-06T17:30+09:30\",4.157],[\"2025-04-06T18:00+09:30\",4.106],[\"2025-04-06T18:30+09:30\",3.978],[\"2025-04-06T19:00+09:30\",4.008],[\"2025-04-06T19:30+09:30\",3.891],[\"2025-04-06T20:00+09:30\",3.718],[\"2025-04-06T20:30+09:30\",3.68],[\"2025-04-06T21:00+09:30\",3.529],[\"2025-04-06T21:30+09:30\",3.41],[\"2025-04-06T22:00+09:30\",3.245],[\"2025-04-06T22:30+09:30\",3.126],[\"2025-04-06T23:00+09:30\",3.03],[\"2025-04-06T23:30+09:30\",2.971],[\"2025-04-07T00:00+09:30\",2.92],[\"2025-04-07T00:30+09:30\",2.812],[\"2025-04-07T01:00+09:30\",2.766],[\"2025-04-07T01:30+09:30\",2.719],[\"2025-04-07T02:00+09:30\",2.653],[\"2025-04-07T02:30+09:30\",2.651],[\"2025-04-07T03:00+09:30\",2.62],[\"2025-04-07T03:30+09:30\",2.533],[\"2025-04-07T04:00+09:30\",2.526],[\"2025-04-07T04:30+09:30\",2.566],[\"2025-04-07T05:00+09:30\",2.59],[\"2025-04-07T05:30+09:30\",2.682],[\"2025-04-07T06:00+09:30\",2.794],[\"2025-04-07T06:30+09:30\",2.804],[\"2025-04-07T07:00+09:30\",2.93],[\"2025-04-07T07:30+09:30\",3.037],[\"2025-04-07T08:00+09:30\",3.03],[\"2025-04-07T08:30+09:30\",3.056],[\"2025-04-07T09:00+09:30\",2.98],[\"2025-04-07T09:30+09:30\",2.927],[\"2025-04-07T10:00+09:30\",2.949],[\"2025-04-07T10:30+09:30\",2.983],[\"2025-04-07T11:00+09:30\",3.062],[\"2025-04-07T11:30+09:30\",3.172],[\"2025-04-07T12:00+09:30\",3.326],[\"2025-04-07T12:30+09:30\",3.452],[\"2025-04-07T13:00+09:30\",3.557],[\"2025-04-07T13:30+09:30\",3.632],[\"2025-04-07T14:00+09:30\",3.765],[\"2025-04-07T14:30+09:30\",3.81],[\"2025-04-07T15:00+09:30\",3.918],[\"2025-04-07T15:30+09:30\",4.077],[\"2025-04-07T16:00+09:30\",4.149],[\"2025-04-07T16:30+09:30\",4.23],[\"2025-04-07T17:00+09:30\",4.262],[\"2025-04-07T17:30+09:30\",4.284],[\"2025-04-07T18:00+09:30\",4.235],[\"2025-04-07T18:30+09:30\",4.102],[\"2025-04-07T19:00+09:30\",4.066],[\"2025-04-07T19:30+09:30\",3.946],[\"2025-04-07T20:00+09:30\",3.72],[\"2025-04-07T20:30+09:30\",3.604],[\"2025-04-07T21:00+09:30\",3.459],[\"2025-04-07T21:30+09:30\",3.321],[\"2025-04-07T22:00+09:30\",3.202],[\"2025-04-07T22:30+09:30\",3.068],[\"2025-04-07T23:00+09:30\",2.96],[\"2025-04-07T23:30+09:30\",2.949],[\"2025-04-08T00:00+09:30\",2.893],[\"2025-04-08T00:30+09:30\",2.793],[\"2025-04-08T01:00+09:30\",2.743],[\"2025-04-08T01:30+09:30\",2.715],[\"2025-04-08T02:00+09:30\",2.659],[\"2025-04-08T02:30+09:30\",2.641],[\"2025-04-08T03:00+09:30\",2.613],[\"2025-04-08T03:30+09:30\",2.563],[\"2025-04-08T04:00+09:30\",2.544],[\"2025-04-08T04:30+09:30\",2.575],[\"2025-04-08T05:00+09:30\",2.616],[\"2025-04-08T05:30+09:30\",2.705],[\"2025-04-08T06:00+09:30\",2.825],[\"2025-04-08T06:30+09:30\",2.839],[\"2025-04-08T07:00+09:30\",2.952],[\"2025-04-08T07:30+09:30\",3.043],[\"2025-04-08T08:00+09:30\",3.025],[\"2025-04-08T08:30+09:30\",3.019],[\"2025-04-08T09:00+09:30\",2.965],[\"2025-04-08T09:30+09:30\",2.966],[\"2025-04-08T10:00+09:30\",2.994],[\"2025-04-08T10:30+09:30\",3.027],[\"2025-04-08T11:00+09:30\",3.134],[\"2025-04-08T11:30+09:30\",3.226],[\"2025-04-08T12:00+09:30\",3.373],[\"2025-04-08T12:30+09:30\",3.524],[\"2025-04-08T13:00+09:30\",3.637],[\"2025-04-08T13:30+09:30\",3.767],[\"2025-04-08T14:00+09:30\",3.883],[\"2025-04-08T14:30+09:30\",3.939],[\"2025-04-08T15:00+09:30\",4.074],[\"2025-04-08T15:30+09:30\",4.22],[\"2025-04-08T16:00+09:30\",4.28],[\"2025-04-08T16:30+09:30\",4.353],[\"2025-04-08T17:00+09:30\",4.404],[\"2025-04-08T17:30+09:30\",4.446],[\"2025-04-08T18:00+09:30\",4.373],[\"2025-04-08T18:30+09:30\",4.184],[\"2025-04-08T19:00+09:30\",4.127],[\"2025-04-08T19:30+09:30\",4.022],[\"2025-04-08T20:00+09:30\",3.775],[\"2025-04-08T20:30+09:30\",3.633],[\"2025-04-08T21:00+09:30\",3.477],[\"2025-04-08T21:30+09:30\",3.304],[\"2025-04-08T22:00+09:30\",3.177],[\"2025-04-08T22:30+09:30\",3.041],[\"2025-04-08T23:00+09:30\",2.933],[\"2025-04-08T23:30+09:30\",2.925],[\"2025-04-09T00:00+09:30\",2.86],[\"2025-04-09T00:30+09:30\",2.775],[\"2025-04-09T01:00+09:30\",2.727],[\"2025-04-09T01:30+09:30\",2.705],[\"2025-04-09T02:00+09:30\",2.654],[\"2025-04-09T02:30+09:30\",2.622],[\"2025-04-09T03:00+09:30\",2.589],[\"2025-04-09T03:30+09:30\",2.544],[\"2025-04-09T04:00+09:30\",2.532],[\"2025-04-09T04:30+09:30\",2.554],[\"2025-04-09T05:00+09:30\",2.592],[\"2025-04-09T05:30+09:30\",2.696],[\"2025-04-09T06:00+09:30\",2.818],[\"2025-04-09T06:30+09:30\",2.85],[\"2025-04-09T07:00+09:30\",2.97],[\"2025-04-09T07:30+09:30\",3.027],[\"2025-04-09T08:00+09:30\",2.993],[\"2025-04-09T08:30+09:30\",2.995],[\"2025-04-09T09:00+09:30\",2.935],[\"2025-04-09T09:30+09:30\",2.966],[\"2025-04-09T10:00+09:30\",3.007],[\"2025-04-09T10:30+09:30\",3.059],[\"2025-04-09T11:00+09:30\",3.173],[\"2025-04-09T11:30+09:30\",3.221],[\"2025-04-09T12:00+09:30\",3.368],[\"2025-04-09T12:30+09:30\",3.534],[\"2025-04-09T13:00+09:30\",3.643],[\"2025-04-09T13:30+09:30\",3.776],[\"2025-04-09T14:00+09:30\",3.896],[\"2025-04-09T14:30+09:30\",3.96],[\"2025-04-09T15:00+09:30\",4.092],[\"2025-04-09T15:30+09:30\",4.24],[\"2025-04-09T16:00+09:30\",4.291],[\"2025-04-09T16:30+09:30\",4.392],[\"2025-04-09T17:00+09:30\",4.416],[\"2025-04-09T17:30+09:30\",4.443],[\"2025-04-09T18:00+09:30\",4.336],[\"2025-04-09T18:30+09:30\",4.178],[\"2025-04-09T19:00+09:30\",4.111],[\"2025-04-09T19:30+09:30\",4.004],[\"2025-04-09T20:00+09:30\",3.77],[\"2025-04-09T20:30+09:30\",3.649],[\"2025-04-09T21:00+09:30\",3.513],[\"2025-04-09T21:30+09:30\",3.349],[\"2025-04-09T22:00+09:30\",3.224],[\"2025-04-09T22:30+09:30\",3.047],[\"2025-04-09T23:00+09:30\",2.946],[\"2025-04-09T23:30+09:30\",2.893],[\"2025-04-10T00:00+09:30\",2.835],[\"2025-04-10T00:30+09:30\",2.752],[\"2025-04-10T01:00+09:30\",2.696],[\"2025-04-10T01:30+09:30\",2.643],[\"2025-04-10T02:00+09:30\",2.601],[\"2025-04-10T02:30+09:30\",2.555],[\"2025-04-10T03:00+09:30\",2.534],[\"2025-04-10T03:30+09:30\",2.488],[\"2025-04-10T04:00+09:30\",2.477],[\"2025-04-10T04:30+09:30\",2.496],[\"2025-04-10T05:00+09:30\",2.545],[\"2025-04-10T05:30+09:30\",2.635],[\"2025-04-10T06:00+09:30\",2.758],[\"2025-04-10T06:30+09:30\",2.788],[\"2025-04-10T07:00+09:30\",2.9],[\"2025-04-10T07:30+09:30\",2.942],[\"2025-04-10T08:00+09:30\",2.902],[\"2025-04-10T08:30+09:30\",2.905],[\"2025-04-10T09:00+09:30\",2.857],[\"2025-04-10T09:30+09:30\",2.87],[\"2025-04-10T10:00+09:30\",2.916],[\"2025-04-10T10:30+09:30\",2.937],[\"2025-04-10T11:00+09:30\",3.052],[\"2025-04-10T11:30+09:30\",3.121],[\"2025-04-10T12:00+09:30\",3.264],[\"2025-04-10T12:30+09:30\",3.398],[\"2025-04-10T13:00+09:30\",3.503],[\"2025-04-10T13:30+09:30\",3.693],[\"2025-04-10T14:00+09:30\",3.816],[\"2025-04-10T14:30+09:30\",3.868],[\"2025-04-10T15:00+09:30\",4.016],[\"2025-04-10T15:30+09:30\",4.154],[\"2025-04-10T16:00+09:30\",4.213],[\"2025-04-10T16:30+09:30\",4.329],[\"2025-04-10T17:00+09:30\",4.344],[\"2025-04-10T17:30+09:30\",4.415],[\"2025-04-10T18:00+09:30\",4.32],[\"2025-04-10T18:30+09:30\",4.161],[\"2025-04-10T19:00+09:30\",4.099],[\"2025-04-10T19:30+09:30\",4.015],[\"2025-04-10T20:00+09:30\",3.788],[\"2025-04-10T20:30+09:30\",3.636],[\"2025-04-10T21:00+09:30\",3.496],[\"2025-04-10T21:30+09:30\",3.335],[\"2025-04-10T22:00+09:30\",3.22],[\"2025-04-10T22:30+09:30\",3.124],[\"2025-04-10T23:00+09:30\",3.013],[\"2025-04-10T23:30+09:30\",3.014],[\"2025-04-11T00:00+09:30\",2.932]],\"p10\":[[\"2025-04-04T22:30+09:30\",2.704],[\"2025-04-04T23:00+09:30\",2.609],[\"2025-04-04T23:30+09:30\",2.502],[\"2025-04-05T00:00+09:30\",2.53],[\"2025-04-05T00:30+09:30\",2.573],[\"2025-04-05T01:00+09:30\",2.531],[\"2025-04-05T01:30+09:30\",2.418],[\"2025-04-05T02:00+09:30\",2.357],[\"2025-04-05T02:30+09:30\",2.383],[\"2025-04-05T03:00+09:30\",2.366],[\"2025-04-05T03:30+09:30\",2.285],[\"2025-04-05T04:00+09:30\",2.318],[\"2025-04-05T04:30+09:30\",2.407],[\"2025-04-05T05:00+09:30\",2.405],[\"2025-04-05T05:30+09:30\",2.452],[\"2025-04-05T06:00+09:30\",2.487],[\"2025-04-05T06:30+09:30\",2.474],[\"2025-04-05T07:00+09:30\",2.555],[\"2025-04-05T07:30+09:30\",2.463],[\"2025-04-05T08:00+09:30\",2.53],[\"2025-04-05T08:30+09:30\",2.487],[\"2025-04-05T09:00+09:30\",2.494],[\"2025-04-05T09:30+09:30\",2.624],[\"2025-04-05T10:00+09:30\",2.538],[\"2025-04-05T10:30+09:30\",2.67],[\"2025-04-05T11:00+09:30\",2.695],[\"2025-04-05T11:30+09:30\",2.545],[\"2025-04-05T12:00+09:30\",2.545],[\"2025-04-05T12:30+09:30\",2.818],[\"2025-04-05T13:00+09:30\",2.833],[\"2025-04-05T13:30+09:30\",2.901],[\"2025-04-05T14:00+09:30\",2.843],[\"2025-04-05T14:30+09:30\",3.11],[\"2025-04-05T15:00+09:30\",3.19],[\"2025-04-05T15:30+09:30\",3.225],[\"2025-04-05T16:00+09:30\",3.411],[\"2025-04-05T16:30+09:30\",3.536],[\"2025-04-05T17:00+09:30\",3.571],[\"2025-04-05T17:30+09:30\",3.875],[\"2025-04-05T18:00+09:30\",3.845],[\"2025-04-05T18:30+09:30\",3.639],[\"2025-04-05T19:00+09:30\",3.535],[\"2025-04-05T19:30+09:30\",3.547],[\"2025-04-05T20:00+09:30\",3.415],[\"2025-04-05T20:30+09:30\",3.267],[\"2025-04-05T21:00+09:30\",3.201],[\"2025-04-05T21:30+09:30\",3.07],[\"2025-04-05T22:00+09:30\",2.956],[\"2025-04-05T22:30+09:30\",2.877],[\"2025-04-05T23:00+09:30\",2.803],[\"2025-04-05T23:30+09:30\",2.667],[\"2025-04-06T00:00+09:30\",2.621],[\"2025-04-06T00:30+09:30\",2.577],[\"2025-04-06T01:00+09:30\",2.515],[\"2025-04-06T01:30+09:30\",2.471],[\"2025-04-06T02:00+09:30\",2.438],[\"2025-04-06T02:30+09:30\",2.38],[\"2025-04-06T03:00+09:30\",2.369],[\"2025-04-06T03:30+09:30\",2.299],[\"2025-04-06T04:00+09:30\",2.306],[\"2025-04-06T04:30+09:30\",2.321],[\"2025-04-06T05:00+09:30\",2.401],[\"2025-04-06T05:30+09:30\",2.33],[\"2025-04-06T06:00+09:30\",2.396],[\"2025-04-06T06:30+09:30\",2.442],[\"2025-04-06T07:00+09:30\",2.488],[\"2025-04-06T07:30+09:30\",2.449],[\"2025-04-06T08:00+09:30\",2.463],[\"2025-04-06T08:30+09:30\",2.488],[\"2025-04-06T09:00+09:30\",2.357],[\"2025-04-06T09:30+09:30\",2.425],[\"2025-04-06T10:00+09:30\",2.461],[\"2025-04-06T10:30+09:30\",2.455],[\"2025-04-06T11:00+09:30\",2.478],[\"2025-04-06T11:30+09:30\",2.369],[\"2025-04-06T12:00+09:30\",2.458],[\"2025-04-06T12:30+09:30\",2.633],[\"2025-04-06T13:00+09:30\",2.683],[\"2025-04-06T13:30+09:30\",2.776],[\"2025-04-06T14:00+09:30\",2.769],[\"2025-04-06T14:30+09:30\",2.835],[\"2025-04-06T15:00+09:30\",2.94],[\"2025-04-06T15:30+09:30\",3.13],[\"2025-04-06T16:00+09:30\",3.192],[\"2025-04-06T16:30+09:30\",3.369],[\"2025-04-06T17:00+09:30\",3.619],[\"2025-04-06T17:30+09:30\",3.701],[\"2025-04-06T18:00+09:30\",3.669],[\"2025-04-06T18:30+09:30\",3.589],[\"2025-04-06T19:00+09:30\",3.617],[\"2025-04-06T19:30+09:30\",3.535],[\"2025-04-06T20:00+09:30\",3.354],[\"2025-04-06T20:30+09:30\",3.263],[\"2025-04-06T21:00+09:30\",3.111],[\"2025-04-06T21:30+09:30\",3.019],[\"2025-04-06T22:00+09:30\",2.827],[\"2025-04-06T22:30+09:30\",2.758],[\"2025-04-06T23:00+09:30\",2.694],[\"2025-04-06T23:30+09:30\",2.657],[\"2025-04-07T00:00+09:30\",2.61],[\"2025-04-07T00:30+09:30\",2.526],[\"2025-04-07T01:00+09:30\",2.492],[\"2025-04-07T01:30+09:30\",2.451],[\"2025-04-07T02:00+09:30\",2.399],[\"2025-04-07T02:30+09:30\",2.409],[\"2025-04-07T03:00+09:30\",2.402],[\"2025-04-07T03:30+09:30\",2.318],[\"2025-04-07T04:00+09:30\",2.327],[\"2025-04-07T04:30+09:30\",2.385],[\"2025-04-07T05:00+09:30\",2.395],[\"2025-04-07T05:30+09:30\",2.479],[\"2025-04-07T06:00+09:30\",2.599],[\"2025-04-07T06:30+09:30\",2.619],[\"2025-04-07T07:00+09:30\",2.783],[\"2025-04-07T07:30+09:30\",2.884],[\"2025-04-07T08:00+09:30\",2.867],[\"2025-04-07T08:30+09:30\",2.802],[\"2025-04-07T09:00+09:30\",2.726],[\"2025-04-07T09:30+09:30\",2.668],[\"2025-04-07T10:00+09:30\",2.665],[\"2025-04-07T10:30+09:30\",2.67],[\"2025-04-07T11:00+09:30\",2.713],[\"2025-04-07T11:30+09:30\",2.79],[\"2025-04-07T12:00+09:30\",2.913],[\"2025-04-07T12:30+09:30\",2.97],[\"2025-04-07T13:00+09:30\",3.028],[\"2025-04-07T13:30+09:30\",3.146],[\"2025-04-07T14:00+09:30\",3.276],[\"2025-04-07T14:30+09:30\",3.308],[\"2025-04-07T15:00+09:30\",3.427],[\"2025-04-07T15:30+09:30\",3.546],[\"2025-04-07T16:00+09:30\",3.562],[\"2025-04-07T16:30+09:30\",3.674],[\"2025-04-07T17:00+09:30\",3.72],[\"2025-04-07T17:30+09:30\",3.819],[\"2025-04-07T18:00+09:30\",3.806],[\"2025-04-07T18:30+09:30\",3.67],[\"2025-04-07T19:00+09:30\",3.643],[\"2025-04-07T19:30+09:30\",3.488],[\"2025-04-07T20:00+09:30\",3.261],[\"2025-04-07T20:30+09:30\",3.168],[\"2025-04-07T21:00+09:30\",3.024],[\"2025-04-07T21:30+09:30\",2.918],[\"2025-04-07T22:00+09:30\",2.804],[\"2025-04-07T22:30+09:30\",2.724],[\"2025-04-07T23:00+09:30\",2.602],[\"2025-04-07T23:30+09:30\",2.597],[\"2025-04-08T00:00+09:30\",2.544],[\"2025-04-08T00:30+09:30\",2.45],[\"2025-04-08T01:00+09:30\",2.414],[\"2025-04-08T01:30+09:30\",2.4],[\"2025-04-08T02:00+09:30\",2.358],[\"2025-04-08T02:30+09:30\",2.354],[\"2025-04-08T03:00+09:30\",2.362],[\"2025-04-08T03:30+09:30\",2.311],[\"2025-04-08T04:00+09:30\",2.308],[\"2025-04-08T04:30+09:30\",2.357],[\"2025-04-08T05:00+09:30\",2.389],[\"2025-04-08T05:30+09:30\",2.463],[\"2025-04-08T06:00+09:30\",2.596],[\"2025-04-08T06:30+09:30\",2.621],[\"2025-04-08T07:00+09:30\",2.772],[\"2025-04-08T07:30+09:30\",2.859],[\"2025-04-08T08:00+09:30\",2.819],[\"2025-04-08T08:30+09:30\",2.73],[\"2025-04-08T09:00+09:30\",2.66],[\"2025-04-08T09:30+09:30\",2.658],[\"2025-04-08T10:00+09:30\",2.665],[\"2025-04-08T10:30+09:30\",2.668],[\"2025-04-08T11:00+09:30\",2.744],[\"2025-04-08T11:30+09:30\",2.796],[\"2025-04-08T12:00+09:30\",2.879],[\"2025-04-08T12:30+09:30\",2.974],[\"2025-04-08T13:00+09:30\",3.036],[\"2025-04-08T13:30+09:30\",3.184],[\"2025-04-08T14:00+09:30\",3.309],[\"2025-04-08T14:30+09:30\",3.352],[\"2025-04-08T15:00+09:30\",3.513],[\"2025-04-08T15:30+09:30\",3.592],[\"2025-04-08T16:00+09:30\",3.595],[\"2025-04-08T16:30+09:30\",3.68],[\"2025-04-08T17:00+09:30\",3.743],[\"2025-04-08T17:30+09:30\",3.888],[\"2025-04-08T18:00+09:30\",3.847],[\"2025-04-08T18:30+09:30\",3.656],[\"2025-04-08T19:00+09:30\",3.606],[\"2025-04-08T19:30+09:30\",3.466],[\"2025-04-08T20:00+09:30\",3.204],[\"2025-04-08T20:30+09:30\",3.078],[\"2025-04-08T21:00+09:30\",2.954],[\"2025-04-08T21:30+09:30\",2.797],[\"2025-04-08T22:00+09:30\",2.686],[\"2025-04-08T22:30+09:30\",2.619],[\"2025-04-08T23:00+09:30\",2.506],[\"2025-04-08T23:30+09:30\",2.519],[\"2025-04-09T00:00+09:30\",2.515],[\"2025-04-09T00:30+09:30\",2.438],[\"2025-04-09T01:00+09:30\",2.384],[\"2025-04-09T01:30+09:30\",2.377],[\"2025-04-09T02:00+09:30\",2.337],[\"2025-04-09T02:30+09:30\",2.327],[\"2025-04-09T03:00+09:30\",2.313],[\"2025-04-09T03:30+09:30\",2.263],[\"2025-04-09T04:00+09:30\",2.264],[\"2025-04-09T04:30+09:30\",2.309],[\"2025-04-09T05:00+09:30\",2.34],[\"2025-04-09T05:30+09:30\",2.429],[\"2025-04-09T06:00+09:30\",2.56],[\"2025-04-09T06:30+09:30\",2.6],[\"2025-04-09T07:00+09:30\",2.754],[\"2025-04-09T07:30+09:30\",2.817],[\"2025-04-09T08:00+09:30\",2.755],[\"2025-04-09T08:30+09:30\",2.658],[\"2025-04-09T09:00+09:30\",2.582],[\"2025-04-09T09:30+09:30\",2.617],[\"2025-04-09T10:00+09:30\",2.63],[\"2025-04-09T10:30+09:30\",2.641],[\"2025-04-09T11:00+09:30\",2.706],[\"2025-04-09T11:30+09:30\",2.748],[\"2025-04-09T12:00+09:30\",2.809],[\"2025-04-09T12:30+09:30\",2.932],[\"2025-04-09T13:00+09:30\",3.042],[\"2025-04-09T13:30+09:30\",3.154],[\"2025-04-09T14:00+09:30\",3.283],[\"2025-04-09T14:30+09:30\",3.343],[\"2025-04-09T15:00+09:30\",3.48],[\"2025-04-09T15:30+09:30\",3.569],[\"2025-04-09T16:00+09:30\",3.563],[\"2025-04-09T16:30+09:30\",3.667],[\"2025-04-09T17:00+09:30\",3.687],[\"2025-04-09T17:30+09:30\",3.81],[\"2025-04-09T18:00+09:30\",3.74],[\"2025-04-09T18:30+09:30\",3.582],[\"2025-04-09T19:00+09:30\",3.538],[\"2025-04-09T19:30+09:30\",3.398],[\"2025-04-09T20:00+09:30\",3.164],[\"2025-04-09T20:30+09:30\",3.072],[\"2025-04-09T21:00+09:30\",2.963],[\"2025-04-09T21:30+09:30\",2.806],[\"2025-04-09T22:00+09:30\",2.697],[\"2025-04-09T22:30+09:30\",2.592],[\"2025-04-09T23:00+09:30\",2.489],[\"2025-04-09T23:30+09:30\",2.454],[\"2025-04-10T00:00+09:30\",2.475],[\"2025-04-10T00:30+09:30\",2.397],[\"2025-04-10T01:00+09:30\",2.349],[\"2025-04-10T01:30+09:30\",2.305],[\"2025-04-10T02:00+09:30\",2.265],[\"2025-04-10T02:30+09:30\",2.227],[\"2025-04-10T03:00+09:30\",2.238],[\"2025-04-10T03:30+09:30\",2.187],[\"2025-04-10T04:00+09:30\",2.188],[\"2025-04-10T04:30+09:30\",2.236],[\"2025-04-10T05:00+09:30\",2.264],[\"2025-04-10T05:30+09:30\",2.343],[\"2025-04-10T06:00+09:30\",2.479],[\"2025-04-10T06:30+09:30\",2.503],[\"2025-04-10T07:00+09:30\",2.667],[\"2025-04-10T07:30+09:30\",2.687],[\"2025-04-10T08:00+09:30\",2.647],[\"2025-04-10T08:30+09:30\",2.564],[\"2025-04-10T09:00+09:30\",2.511],[\"2025-04-10T09:30+09:30\",2.531],[\"2025-04-10T10:00+09:30\",2.566],[\"2025-04-10T10:30+09:30\",2.535],[\"2025-04-10T11:00+09:30\",2.603],[\"2025-04-10T11:30+09:30\",2.671],[\"2025-04-10T12:00+09:30\",2.777],[\"2025-04-10T12:30+09:30\",2.867],[\"2025-04-10T13:00+09:30\",2.942],[\"2025-04-10T13:30+09:30\",3.161],[\"2025-04-10T14:00+09:30\",3.311],[\"2025-04-10T14:30+09:30\",3.332],[\"2025-04-10T15:00+09:30\",3.472],[\"2025-04-10T15:30+09:30\",3.57],[\"2025-04-10T16:00+09:30\",3.585],[\"2025-04-10T16:30+09:30\",3.708],[\"2025-04-10T17:00+09:30\",3.699],[\"2025-04-10T17:30+09:30\",3.84],[\"2025-04-10T18:00+09:30\",3.777],[\"2025-04-10T18:30+09:30\",3.615],[\"2025-04-10T19:00+09:30\",3.586],[\"2025-04-10T19:30+09:30\",3.494],[\"2025-04-10T20:00+09:30\",3.264],[\"2025-04-10T20:30+09:30\",3.15],[\"2025-04-10T21:00+09:30\",3.03],[\"2025-04-10T21:30+09:30\",2.868],[\"2025-04-10T22:00+09:30\",2.781],[\"2025-04-10T22:30+09:30\",2.722],[\"2025-04-10T23:00+09:30\",2.605],[\"2025-04-10T23:30+09:30\",2.63],[\"2025-04-11T00:00+09:30\",2.604]],\"p90\":[[\"2025-04-04T22:30+09:30\",3.064],[\"2025-04-04T23:00+09:30\",3.005],[\"2025-04-04T23:30+09:30\",2.886],[\"2025-04-05T00:00+09:30\",2.913],[\"2025-04-05T00:30+09:30\",2.883],[\"2025-04-05T01:00+09:30\",2.826],[\"2025-04-05T01:30+09:30\",2.719],[\"2025-04-05T02:00+09:30\",2.682],[\"2025-04-05T02:30+09:30\",2.687],[\"2025-04-05T03:00+09:30\",2.671],[\"2025-04-05T03:30+09:30\",2.613],[\"2025-04-05T04:00+09:30\",2.587],[\"2025-04-05T04:30+09:30\",2.604],[\"2025-04-05T05:00+09:30\",2.63],[\"2025-04-05T05:30+09:30\",2.67],[\"2025-04-05T06:00+09:30\",2.681],[\"2025-04-05T06:30+09:30\",2.69],[\"2025-04-05T07:00+09:30\",2.792],[\"2025-04-05T07:30+09:30\",2.78],[\"2025-04-05T08:00+09:30\",2.827],[\"2025-04-05T08:30+09:30\",2.892],[\"2025-04-05T09:00+09:30\",2.887],[\"2025-04-05T09:30+09:30\",3.037],[\"2025-04-05T10:00+09:30\",2.962],[\"2025-04-05T10:30+09:30\",3.095],[\"2025-04-05T11:00+09:30\",3.107],[\"2025-04-05T11:30+09:30\",3.154],[\"2025-04-05T12:00+09:30\",3.183],[\"2025-04-05T12:30+09:30\",3.407],[\"2025-04-05T13:00+09:30\",3.475],[\"2025-04-05T13:30+09:30\",3.592],[\"2025-04-05T14:00+09:30\",3.503],[\"2025-04-05T14:30+09:30\",3.755],[\"2025-04-05T15:00+09:30\",3.71],[\"2025-04-05T15:30+09:30\",3.81],[\"2025-04-05T16:00+09:30\",3.949],[\"2025-04-05T16:30+09:30\",4.122],[\"2025-04-05T17:00+09:30\",4.164],[\"2025-04-05T17:30+09:30\",4.261],[\"2025-04-05T18:00+09:30\",4.16],[\"2025-04-05T18:30+09:30\",4.066],[\"2025-04-05T19:00+09:30\",3.967],[\"2025-04-05T19:30+09:30\",4.0],[\"2025-04-05T20:00+09:30\",3.835],[\"2025-04-05T20:30+09:30\",3.641],[\"2025-04-05T21:00+09:30\",3.555],[\"2025-04-05T21:30+09:30\",3.47],[\"2025-04-05T22:00+09:30\",3.348],[\"2025-04-05T22:30+09:30\",3.258],[\"2025-04-05T23:00+09:30\",3.168],[\"2025-04-05T23:30+09:30\",3.022],[\"2025-04-06T00:00+09:30\",2.959],[\"2025-04-06T00:30+09:30\",2.882],[\"2025-04-06T01:00+09:30\",2.814],[\"2025-04-06T01:30+09:30\",2.798],[\"2025-04-06T02:00+09:30\",2.774],[\"2025-04-06T02:30+09:30\",2.759],[\"2025-04-06T03:00+09:30\",2.701],[\"2025-04-06T03:30+09:30\",2.665],[\"2025-04-06T04:00+09:30\",2.604],[\"2025-04-06T04:30+09:30\",2.652],[\"2025-04-06T05:00+09:30\",2.701],[\"2025-04-06T05:30+09:30\",2.711],[\"2025-04-06T06:00+09:30\",2.761],[\"2025-04-06T06:30+09:30\",2.747],[\"2025-04-06T07:00+09:30\",2.772],[\"2025-04-06T07:30+09:30\",2.823],[\"2025-04-06T08:00+09:30\",2.864],[\"2025-04-06T08:30+09:30\",2.964],[\"2025-04-06T09:00+09:30\",2.941],[\"2025-04-06T09:30+09:30\",2.919],[\"2025-04-06T10:00+09:30\",2.925],[\"2025-04-06T10:30+09:30\",2.999],[\"2025-04-06T11:00+09:30\",3.03],[\"2025-04-06T11:30+09:30\",3.06],[\"2025-04-06T12:00+09:30\",3.27],[\"2025-04-06T12:30+09:30\",3.396],[\"2025-04-06T13:00+09:30\",3.422],[\"2025-04-06T13:30+09:30\",3.456],[\"2025-04-06T14:00+09:30\",3.677],[\"2025-04-06T14:30+09:30\",3.833],[\"2025-04-06T15:00+09:30\",3.945],[\"2025-04-06T15:30+09:30\",4.137],[\"2025-04-06T16:00+09:30\",4.337],[\"2025-04-06T16:30+09:30\",4.421],[\"2025-04-06T17:00+09:30\",4.432],[\"2025-04-06T17:30+09:30\",4.616],[\"2025-04-06T18:00+09:30\",4.535],[\"2025-04-06T18:30+09:30\",4.369],[\"2025-04-06T19:00+09:30\",4.41],[\"2025-04-06T19:30+09:30\",4.242],[\"2025-04-06T20:00+09:30\",4.079],[\"2025-04-06T20:30+09:30\",4.106],[\"2025-04-06T21:00+09:30\",3.953],[\"2025-04-06T21:30+09:30\",3.806],[\"2025-04-06T22:00+09:30\",3.669],[\"2025-04-06T22:30+09:30\",3.492],[\"2025-04-06T23:00+09:30\",3.368],[\"2025-04-06T23:30+09:30\",3.283],[\"2025-04-07T00:00+09:30\",3.226],[\"2025-04-07T00:30+09:30\",3.093],[\"2025-04-07T01:00+09:30\",3.041],[\"2025-04-07T01:30+09:30\",2.999],[\"2025-04-07T02:00+09:30\",2.914],[\"2025-04-07T02:30+09:30\",2.888],[\"2025-04-07T03:00+09:30\",2.836],[\"2025-04-07T03:30+09:30\",2.748],[\"2025-04-07T04:00+09:30\",2.724],[\"2025-04-07T04:30+09:30\",2.75],[\"2025-04-07T05:00+09:30\",2.787],[\"2025-04-07T05:30+09:30\",2.889],[\"2025-04-07T06:00+09:30\",2.99],[\"2025-04-07T06:30+09:30\",2.987],[\"2025-04-07T07:00+09:30\",3.077],[\"2025-04-07T07:30+09:30\",3.188],[\"2025-04-07T08:00+09:30\",3.195],[\"2025-04-07T08:30+09:30\",3.305],[\"2025-04-07T09:00+09:30\",3.234],[\"2025-04-07T09:30+09:30\",3.184],[\"2025-04-07T10:00+09:30\",3.225],[\"2025-04-07T10:30+09:30\",3.305],[\"2025-04-07T11:00+09:30\",3.409],[\"2025-04-07T11:30+09:30\",3.557],[\"2025-04-07T12:00+09:30\",3.738],[\"2025-04-07T12:30+09:30\",3.923],[\"2025-04-07T13:00+09:30\",4.091],[\"2025-04-07T13:30+09:30\",4.122],[\"2025-04-07T14:00+09:30\",4.272],[\"2025-04-07T14:30+09:30\",4.311],[\"2025-04-07T15:00+09:30\",4.406],[\"2025-04-07T15:30+09:30\",4.605],[\"2025-04-07T16:00+09:30\",4.738],[\"2025-04-07T16:30+09:30\",4.784],[\"2025-04-07T17:00+09:30\",4.785],[\"2025-04-07T17:30+09:30\",4.737],[\"2025-04-07T18:00+09:30\",4.674],[\"2025-04-07T18:30+09:30\",4.528],[\"2025-04-07T19:00+09:30\",4.486],[\"2025-04-07T19:30+09:30\",4.4],[\"2025-04-07T20:00+09:30\",4.177],[\"2025-04-07T20:30+09:30\",4.045],[\"2025-04-07T21:00+09:30\",3.886],[\"2025-04-07T21:30+09:30\",3.732],[\"2025-04-07T22:00+09:30\",3.606],[\"2025-04-07T22:30+09:30\",3.414],[\"2025-04-07T23:00+09:30\",3.321],[\"2025-04-07T23:30+09:30\",3.297],[\"2025-04-08T00:00+09:30\",3.236],[\"2025-04-08T00:30+09:30\",3.138],[\"2025-04-08T01:00+09:30\",3.077],[\"2025-04-08T01:30+09:30\",3.045],[\"2025-04-08T02:00+09:30\",2.966],[\"2025-04-08T02:30+09:30\",2.924],[\"2025-04-08T03:00+09:30\",2.871],[\"2025-04-08T03:30+09:30\",2.815],[\"2025-04-08T04:00+09:30\",2.782],[\"2025-04-08T04:30+09:30\",2.798],[\"2025-04-08T05:00+09:30\",2.839],[\"2025-04-08T05:30+09:30\",2.957],[\"2025-04-08T06:00+09:30\",3.06],[\"2025-04-08T06:30+09:30\",3.057],[\"2025-04-08T07:00+09:30\",3.129],[\"2025-04-08T07:30+09:30\",3.226],[\"2025-04-08T08:00+09:30\",3.23],[\"2025-04-08T08:30+09:30\",3.315],[\"2025-04-08T09:00+09:30\",3.272],[\"2025-04-08T09:30+09:30\",3.269],[\"2025-04-08T10:00+09:30\",3.31],[\"2025-04-08T10:30+09:30\",3.379],[\"2025-04-08T11:00+09:30\",3.536],[\"2025-04-08T11:30+09:30\",3.661],[\"2025-04-08T12:00+09:30\",3.861],[\"2025-04-08T12:30+09:30\",4.077],[\"2025-04-08T13:00+09:30\",4.256],[\"2025-04-08T13:30+09:30\",4.343],[\"2025-04-08T14:00+09:30\",4.464],[\"2025-04-08T14:30+09:30\",4.531],[\"2025-04-08T15:00+09:30\",4.633],[\"2025-04-08T15:30+09:30\",4.845],[\"2025-04-08T16:00+09:30\",4.98],[\"2025-04-08T16:30+09:30\",5.036],[\"2025-04-08T17:00+09:30\",5.069],[\"2025-04-08T17:30+09:30\",5.007],[\"2025-04-08T18:00+09:30\",4.91],[\"2025-04-08T18:30+09:30\",4.718],[\"2025-04-08T19:00+09:30\",4.653],[\"2025-04-08T19:30+09:30\",4.572],[\"2025-04-08T20:00+09:30\",4.335],[\"2025-04-08T20:30+09:30\",4.189],[\"2025-04-08T21:00+09:30\",4.009],[\"2025-04-08T21:30+09:30\",3.802],[\"2025-04-08T22:00+09:30\",3.658],[\"2025-04-08T22:30+09:30\",3.468],[\"2025-04-08T23:00+09:30\",3.368],[\"2025-04-08T23:30+09:30\",3.345],[\"2025-04-09T00:00+09:30\",3.203],[\"2025-04-09T00:30+09:30\",3.115],[\"2025-04-09T01:00+09:30\",3.067],[\"2025-04-09T01:30+09:30\",3.037],[\"2025-04-09T02:00+09:30\",2.974],[\"2025-04-09T02:30+09:30\",2.909],[\"2025-04-09T03:00+09:30\",2.855],[\"2025-04-09T03:30+09:30\",2.82],[\"2025-04-09T04:00+09:30\",2.799],[\"2025-04-09T04:30+09:30\",2.797],[\"2025-04-09T05:00+09:30\",2.849],[\"2025-04-09T05:30+09:30\",2.968],[\"2025-04-09T06:00+09:30\",3.08],[\"2025-04-09T06:30+09:30\",3.102],[\"2025-04-09T07:00+09:30\",3.187],[\"2025-04-09T07:30+09:30\",3.235],[\"2025-04-09T08:00+09:30\",3.234],[\"2025-04-09T08:30+09:30\",3.34],[\"2025-04-09T09:00+09:30\",3.289],[\"2025-04-09T09:30+09:30\",3.325],[\"2025-04-09T10:00+09:30\",3.387],[\"2025-04-09T10:30+09:30\",3.469],[\"2025-04-09T11:00+09:30\",3.643],[\"2025-04-09T11:30+09:30\",3.699],[\"2025-04-09T12:00+09:30\",3.916],[\"2025-04-09T12:30+09:30\",4.126],[\"2025-04-09T13:00+09:30\",4.26],[\"2025-04-09T13:30+09:30\",4.407],[\"2025-04-09T14:00+09:30\",4.512],[\"2025-04-09T14:30+09:30\",4.589],[\"2025-04-09T15:00+09:30\",4.698],[\"2025-04-09T15:30+09:30\",4.93],[\"2025-04-09T16:00+09:30\",5.008],[\"2025-04-09T16:30+09:30\",5.114],[\"2025-04-09T17:00+09:30\",5.141],[\"2025-04-09T17:30+09:30\",5.079],[\"2025-04-09T18:00+09:30\",4.932],[\"2025-04-09T18:30+09:30\",4.774],[\"2025-04-09T19:00+09:30\",4.692],[\"2025-04-09T19:30+09:30\",4.603],[\"2025-04-09T20:00+09:30\",4.372],[\"2025-04-09T20:30+09:30\",4.216],[\"2025-04-09T21:00+09:30\",4.06],[\"2025-04-09T21:30+09:30\",3.89],[\"2025-04-09T22:00+09:30\",3.745],[\"2025-04-09T22:30+09:30\",3.513],[\"2025-04-09T23:00+09:30\",3.415],[\"2025-04-09T23:30+09:30\",3.334],[\"2025-04-10T00:00+09:30\",3.195],[\"2025-04-10T00:30+09:30\",3.112],[\"2025-04-10T01:00+09:30\",3.051],[\"2025-04-10T01:30+09:30\",2.994],[\"2025-04-10T02:00+09:30\",2.941],[\"2025-04-10T02:30+09:30\",2.878],[\"2025-04-10T03:00+09:30\",2.833],[\"2025-04-10T03:30+09:30\",2.783],[\"2025-04-10T04:00+09:30\",2.77],[\"2025-04-10T04:30+09:30\",2.754],[\"2025-04-10T05:00+09:30\",2.824],[\"2025-04-10T05:30+09:30\",2.922],[\"2025-04-10T06:00+09:30\",3.037],[\"2025-04-10T06:30+09:30\",3.067],[\"2025-04-10T07:00+09:30\",3.129],[\"2025-04-10T07:30+09:30\",3.194],[\"2025-04-10T08:00+09:30\",3.155],[\"2025-04-10T08:30+09:30\",3.245],[\"2025-04-10T09:00+09:30\",3.211],[\"2025-04-10T09:30+09:30\",3.22],[\"2025-04-10T10:00+09:30\",3.264],[\"2025-04-10T10:30+09:30\",3.325],[\"2025-04-10T11:00+09:30\",3.501],[\"2025-04-10T11:30+09:30\",3.575],[\"2025-04-10T12:00+09:30\",3.754],[\"2025-04-10T12:30+09:30\",3.934],[\"2025-04-10T13:00+09:30\",4.077],[\"2025-04-10T13:30+09:30\",4.229],[\"2025-04-10T14:00+09:30\",4.321],[\"2025-04-10T14:30+09:30\",4.392],[\"2025-04-10T15:00+09:30\",4.553],[\"2025-04-10T15:30+09:30\",4.728],[\"2025-04-10T16:00+09:30\",4.846],[\"2025-04-10T16:30+09:30\",4.96],[\"2025-04-10T17:00+09:30\",4.997],[\"2025-04-10T17:30+09:30\",5.009],[\"2025-04-10T18:00+09:30\",4.865],[\"2025-04-10T18:30+09:30\",4.694],[\"2025-04-10T19:00+09:30\",4.608],[\"2025-04-10T19:30+09:30\",4.534],[\"2025-04-10T20:00+09:30\",4.323],[\"2025-04-10T20:30+09:30\",4.13],[\"2025-04-10T21:00+09:30\",3.972],[\"2025-04-10T21:30+09:30\",3.799],[\"2025-04-10T22:00+09:30\",3.664],[\"2025-04-10T22:30+09:30\",3.533],[\"2025-04-10T23:00+09:30\",3.414],[\"2025-04-10T23:30+09:30\",3.4],[\"2025-04-11T00:00+09:30\",3.252]]}\n    \n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NZ/response_2024_04_24_17_30.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta charset=\"utf-8\" />\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-NXWVYJGD67\"></script>\n<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"set\", \"developer_id.dMDhkMT\", true);gtag(\"config\", \"G-NXWVYJGD67\", {\"groups\":\"default\",\"page_placeholder\":\"PLACEHOLDER_page_location\"});gtag(\"config\", \"UA-2188348-3\", {\"groups\":\"default\",\"anonymize_ip\":true,\"page_placeholder\":\"PLACEHOLDER_page_path\"});</script>\n<meta name=\"description\" content=\"All live data and recent notices on one page.\" />\n<link rel=\"canonical\" href=\"https://www.transpower.co.nz/system-operator/live-system-and-market-data/consolidated-live-data\" />\n<meta property=\"og:site_name\" content=\"Transpower\" />\n<meta property=\"og:url\" content=\"https://www.transpower.co.nz/system-operator/live-system-and-market-data/consolidated-live-data\" />\n<meta property=\"og:title\" content=\"Consolidated live data\" />\n<meta property=\"og:description\" content=\"All live data and recent notices on one page.\" />\n<meta property=\"og:image\" content=\"https://static.transpower.co.nz/public/page-icons/2022/06/Grey-1.png?VersionId=I7dhiAK02wn1830JbhbnMEHJJCeHoCSE\" />\n<meta name=\"Generator\" content=\"Drupal 10 (https://www.drupal.org)\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<link rel=\"icon\" href=\"/themes/custom/tpow/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n\n    <title>Consolidated live data | Transpower</title>\n    <link rel=\"stylesheet\" media=\"all\" href=\"/sites/default/files/css/css_Mcvtr8InnCQcvBdMPVoUwAEhjRoHO1e0ltajDU7BQd8.css?delta=0&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/default/files/css/css_qlN5WsERx9Q2YWaR3FGNs6imsRoTnvWbn_CwzY27xic.css?delta=1&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\" />\n\n    \n  </head>\n  <body class=\"node-15435 node-type--page system-operator--live-system-and-market-data--consolidated-live-data path-node\">\n        <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Skip to main content\n    </a>\n    \n      <div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas>\n    \n\n<div class=\"page\">\n  \n  \n\n<nav class=\"navbar navbar-expand-lg   \">\n      <div class=\"container\">\n  \n                  \n  <div class=\"block block--tpow-branding\">\n\n  \n    \n\n        \n  <a href=\"/\" class=\"navbar-brand d-flex align-items-center \" aria-label=\"\">\n            \n  <img src=\"/themes/custom/tpow/assets/images/transpower.svg\" width=\"30\"  alt=\"Transpower Home page\" class=\"me-2\" />\n\n        \n  </a>\n\n  \n  </div>\n\n\n          \n                <div class=\"search-form\">\n            \n  <div class=\"views-exposed-form bef-exposed-form needs-validation block block--exposedformsearchsite\" novalidate=\"novalidate\" data-drupal-selector=\"views-exposed-form-search-site\">\n\n  \n    \n\n            \n<form data-block=\"exposedformsearchsite\" action=\"/search\" method=\"get\" id=\"views-exposed-form-search-site\" accept-charset=\"UTF-8\" class=\"form\">\n  <div class=\"js-form-item form-item js-form-type-textfield form-item-keywords js-form-item-keywords form-group\">\n      <label class=\"form-label\" for=\"edit-keywords\">Search</label>\n  \n  \n  \n  \n  \n<input placeholder=\"Search\" data-drupal-selector=\"edit-keywords\" type=\"text\" id=\"edit-keywords\" name=\"keywords\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-textfield form-control\">\n\n\n  \n  \n  \n  \n  </div>\n<div data-drupal-selector=\"edit-actions\" class=\"form-actions js-form-wrapper form-wrapper\" id=\"edit-actions\">\n\n<input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-search\" value=\"Apply search\" class=\"js-form-submit form-submit btn btn-primary\">\n</div>\n\n\n</form>\n\n      \n  </div>\n\n\n        </div>\n          \n  <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\".navbar-collapse\" aria-controls=\"navbar-menu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n    <span class=\"navbar-toggler-icon\"></span>\n  </button>\n\n  <div class=\"collapse navbar-collapse\" id=\"navbar-menu\">\n                    \n  <div class=\"block block--tpow-account-menu\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_account_menu\" class=\"nav navbar-nav\">\n                          \n                \n        <li class=\"nav-item\">\n                      <a href=\"/news\" class=\"nav-link\" data-drupal-link-system-path=\"news\">News</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/careers\" class=\"nav-link\" data-drupal-link-system-path=\"node/15393\">Vacancies</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/contact-us\" class=\"nav-link\" data-drupal-link-system-path=\"node/15184\">Contact</a>\n                  </li>\n                      \n                \n        <li rel=\"nofollow\" class=\"nav-item\">\n                      <a href=\"/user/login-ad\" class=\"nav-link\">Log in</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/user/register\" class=\"nav-link\" data-drupal-link-system-path=\"user/register\">Register</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n  <div class=\"block block--tpow-main-menu container\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_main_menu\" class=\"nav navbar-nav\">\n                                          <li class=\"nav-item dropdown\">\n                      <a href=\"/about-us\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15183\">About us</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/who-we-are\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15268\">Who we are</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/what-we-do\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15269\">What we do</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/our-strategy\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15270\">Our strategy</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/careers-transpower\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15945\">Careers at Transpower</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/our-work-community\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15271\">Our work in the community</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/sustainability\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15272\">Sustainability</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/celebrating-our-people\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15521\">Celebrating our people</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/connect-grid\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15190\">Connect to the grid</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/what-do-you-need\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15198\">What do you need?</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/our-connection-process\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15197\">Our connection process</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/customer-information\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15200\">Customer information</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/envision-spatial-tools\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15194\">Envision spatial tools</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/connection-enquiry-information\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15535\">Connection enquiry information</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/our-work\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15181\">Our work</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/industry\" title=\"Specialist information for those within the electricity industry\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15278\">Industry</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/landowners-and-developers\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15279\">Landowners and developers</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/consultations-webinars\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15300\">Consultations &amp; Webinars</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/distributed-energy-resources\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15310\">Distributed Energy Resources</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/investors\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15282\">Investors</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/grid-skills\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15520\">Grid Skills Training</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/subscribe\" title=\"Stay current with Transpower&#039;s activities by subscribing to our mailing lists and following our social channels\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15636\">Subscribe and Updates</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/your-safety\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15358\">Your safety</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-submission-form\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15359\">Safety submission form</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/star-awards\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15379\">STAR Awards</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-others\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15385\">Safety for others</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-transpower\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15386\">Safety at Transpower</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/projects\" class=\"nav-link\" data-drupal-link-system-path=\"projects\">Projects</a>\n                  </li>\n                                      <li class=\"nav-item active dropdown\">\n                      <a href=\"/system-operator\" class=\"nav-link active dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15205\">System Operator</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/our-system-operator-role\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15206\">Our System Operator role</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/planning-future\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15207\">Planning for the future</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/information-industry\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15208\">Information for industry</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/notices-and-reporting\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15210\">Notices and  reporting</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/learning-centre\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15215\">Learning centre</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data\" class=\"dropdown-item active\" data-drupal-link-system-path=\"node/15350\">Live system  and market data</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/resources\" class=\"nav-link\" data-drupal-link-system-path=\"resources\">Resources</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n\n            </div>\n\n      </div>\n  </nav>\n\n  <main>\n        <div class=\"pattern-background-container has-sidebar\">\n      <div class=\"pattern\"></div>\n    </div>\n    <a id=\"main-content\" tabindex=\"-1\"></a>\n          <header class=\"page__header\">\n        <div class=\"container\">\n          <div class=\"block block--tpow-breadcrumbs\">\n\n  \n    \n\n              <nav aria-label=\"breadcrumb\" class=\"\">\n    <ol class=\"breadcrumb\">\n              <li class=\"breadcrumb-item \">\n                      <a href=\"/system-operator\">System Operator</a>\n                  </li>\n              <li class=\"breadcrumb-item \">\n                      <a href=\"/system-operator/live-system-and-market-data\">Live system and market data</a>\n                  </li>\n              <li class=\"breadcrumb-item active\">\n                      Consolidated live data \n                  </li>\n          </ol>\n  </nav>\n\n      \n  </div>\n        </div>\n      </header>\n    \n    \n              <div class=\"container\">\n                  <div class=\"row\">\n        \n              \n      <div class=\"page__content col-lg-9\">\n        <a id=\"page-content\" tab-index=\"-1\"></a>\n          <div data-drupal-messages-fallback class=\"hidden\"></div>\n\n  <div class=\"block block--tpow-page-title\">\n\n  \n    \n\n            \n\n\n  \n\n\n  <h1  class=\"page-title\">\n                  \n<span>Consolidated live data </span>\n\n            </h1>\n\n\n      \n  </div>\n\n  <div class=\"block block--tpow-content block--system-main\">\n\n  \n    \n\n            \n\n\n<article class=\"node page page--full\">\n  \n  \n\n      \n    \n    <div class=\"node__content\">\n      \n            <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><p>HVDC data and Generation data sourced from <a href=\"https://app.em6.co.nz/\" target=\"_blank\">em6</a>.</p>\n\n<p><div class=\"row\">\n  <div class=\"col-md-4 col-12\">\n    \n  <div class=\"block block--livedatasummary\">\n\n  \n            <h2>Live Data Summary</h2>\n        \n\n            <div class=\"live-data-summary\">\n  <span class=\"ajax-progress\"><span class=\"throbber\"></span>Updating...</span>\n  <span class=\"last-updated\" style=\"display: none;\">Updated: <time datetime=\"\"></time></span>\n  <div class=\"content\">\n    \n  </div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--renewablesgenerating\">\n\n  \n            <h2>% Renewables Generating</h2>\n        \n\n            <div class=\"renewables-gauge\">\n  <div class=\"renewables-updated renewables-update-time\">\n    <span class=\"update-text\">% Renewables (as at)</span>:\n    <time><span class=\"update-time\"></span></time>\n    <div class=\"ajax-progress\"><span></span></div>\n  </div>\n  <div id=\"renewable-pgen-gauge\"></div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--currentgenerationtable\">\n\n  \n            <h2>Current Generation (MW)</h2>\n        \n\n            <div class=\"power-generation\">\n  <table id=\"pgen-table\" class=\"table table-striped totals\">\n    <thead>\n    <tr>\n      <th>Power Generation</th>\n      <th><span class=\"pgen-date\">(as at) 25 Apr 2024 05:30</span></th>\n    </tr>\n    </thead>\n    <tbody>\n          <tr id=\"newzealandbattery\" class=\"battery\">\n        <td><span class=\"name\">Battery</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandcogen\" class=\"cogen\">\n        <td><span class=\"name\">Co-Gen</span></td>\n        <td class=\"value\"><span class=\"generation\">118</span> MW</td>\n      </tr>\n          <tr id=\"newzealandcoal\" class=\"coal\">\n        <td><span class=\"name\">Coal</span></td>\n        <td class=\"value\"><span class=\"generation\">156</span> MW</td>\n      </tr>\n          <tr id=\"newzealandgas\" class=\"gas\">\n        <td><span class=\"name\">Gas</span></td>\n        <td class=\"value\"><span class=\"generation\">188</span> MW</td>\n      </tr>\n          <tr id=\"newzealandgeothermal\" class=\"geothermal\">\n        <td><span class=\"name\">Geothermal</span></td>\n        <td class=\"value\"><span class=\"generation\">968</span> MW</td>\n      </tr>\n          <tr id=\"newzealandhydro\" class=\"hydro\">\n        <td><span class=\"name\">Hydro</span></td>\n        <td class=\"value\"><span class=\"generation\">1560</span> MW</td>\n      </tr>\n          <tr id=\"newzealanddieseloil\" class=\"dieseloil\">\n        <td><span class=\"name\">Diesel/Oil</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandsolar\" class=\"solar\">\n        <td><span class=\"name\">Solar</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandwind\" class=\"wind\">\n        <td><span class=\"name\">Wind</span></td>\n        <td class=\"value\"><span class=\"generation\">784</span> MW</td>\n      </tr>\n        </tbody>\n  </table>\n</div>\n\n      \n  </div>\n\n  </div>\n  <div class=\"col-md-8 col-12\">\n    \n  <div class=\"block block--loaddatagraph\">\n\n  \n            <h2>Load Data Totals</h2>\n        \n\n            <div class=\"live-data-date load-data-graph-update-time\">\n  <div class=\"ajax-progress\"><span></span></div>\n  <span class=\"update-text\">Updated</span>:\n  <time></time>\n</div>\n<div id=\"load-data-chart\"></div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--hvdctransfersummary\">\n\n  \n            <h2>Today&#039;s HVDC Transfer Summary</h2>\n        \n\n            <div class=\"hvdc-today-wrapper\">\n  <div id=\"hvdc-today\"></div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--currentgenerationgraph\">\n\n  \n            <h2>Current Generation (MW)</h2>\n        \n\n            <div class=\"power-generation\">\n  <div id=\"pgen-graph\"></div>\n  <div class=\"info\">\n    <label for=\"pgen-date\">Total generation</label>\n    <span class=\"pgen-date\"></span>\n    <div class=\"totals\">\n      <div class=\"pgen-total\"><span class=\"total\"></span> MW</div>\n    </div>\n  </div>\n</div>\n\n      \n  </div>\n\n  </div>\n  <div class=\"col-12\">\n    \n  <div class=\"block block--recentnotices\">\n\n  \n            <h2>Recent Notices</h2>\n        \n\n            <div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-5d9056abdb8cf6dd17e783fdb6ab3620c42241a04f1dd8b217749397becc0490 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Customer Advice Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/customer-advice-notices-can\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/can/CAN%20WPI%20Station%203%20to%20be%20classified%20as%20a%20Secondary%20Risk%205345998928.pdf?VersionId=jFL_XLNV8aAiMvSVEqHNxRsUuveMyN9G\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">CAN WPI Station 3 to be classified as a Secondary Risk whilecommissioning</span></a>\n  <span>(PDF 132.09 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2024-04-23T16:30:29+12:00\">23/04/2024</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-d712a50be557fc5038472a8a4e5f3ba0d03de62846c84c18624851b166c71fa4 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent CANs (CE/ECE)</h3> <span>|</span> <a href=\"/system-operator/notices-and-reporting/information-under-frequency-reserves-and-secondary-risk\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--2\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--2\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--2\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/can/CAN%20Changes%20to%20the%20Reserve%20Management%20Tool%20%28RMT%29%203958261605.pdf?VersionId=IEW0NwBIE5yhm_AydD_iV3aMrnyApqWd\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">CAN Changes to the Reserve Management Tool (RMT)</span></a>\n  <span>(PDF 139.62 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--2\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2021-06-16T12:34:34+12:00\">16/06/2021</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-177d4e03c81ab96791f6d0d0a88c7e49cbdc657420d5f7de0c522ae33431d124 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Excursion Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/excursion-notices\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--3\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--3\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--3\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/exn/EXN%20Voltage%20South%20Island%20Highbank%20Generation%20Tripped%205347672514.pdf?VersionId=Y3g97Z2StQUtVr83fGXxN.F8giFc1c8a\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">EXN Voltage South Island Highbank Generation Tripped</span></a>\n  <span>(PDF 30.15 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--3\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2024-04-24T11:22:01+12:00\">24/04/2024</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-569eec2203f4ebbb9b9af844bd798e8cc952ee8d1253adfae7921a3509e7ff70 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Formal Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/formal-notices\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--4\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--4\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--4\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/gen-rpt/GEN%20RPT%20for%20Unplanned%20outage%20Bombay%204823615185.pdf?VersionId=LTnuaLqQ.ArmIe2y0eCdMqjG5DN07_6J\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">GEN RPT for Unplanned outage Bombay</span></a>\n  <span>(PDF 45.49 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--4\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2023-06-12T09:33:06+12:00\">12/06/2023</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n\n      \n  </div>\n\n  </div>\n</div>\n\n</p></div>\n      \n    </div>\n  </article>\n\n      \n  </div>\n\n\n      </div>\n\n                        <div class=\"page__sidebar col-lg-3\">\n              \n  <div class=\"block block--tpow-secondary-menu\">\n\n  \n            <h2>System Operator</h2>\n        \n\n            \n  \n\n\n  <ul data-block=\"tpow_secondary_menu\" class=\"nav\">\n                                          <li class=\"nav-item\">\n                      <a href=\"/system-operator/our-system-operator-role\" class=\"nav-link\" data-drupal-link-system-path=\"node/15206\">Our System Operator role</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/planning-future\" class=\"nav-link\" data-drupal-link-system-path=\"node/15207\">Planning for the future</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/information-industry\" class=\"nav-link\" data-drupal-link-system-path=\"node/15208\">Information for industry</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/notices-and-reporting\" class=\"nav-link\" data-drupal-link-system-path=\"node/15210\">Notices and  reporting</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/learning-centre\" class=\"nav-link\" data-drupal-link-system-path=\"node/15215\">Learning centre</a>\n                  </li>\n                                      <li class=\"nav-item active dropdown\">\n                      <a href=\"/system-operator/live-system-and-market-data\" class=\"nav-link active dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15350\">Live system  and market data</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/consolidated-live-data\" class=\"dropdown-item active is-active\" data-drupal-link-system-path=\"node/15435\">Consolidated live data</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/generation-fuel-type\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15498\">Generation by fuel type</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/hvdc-transfer\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15500\">HVDC transfer</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/live-load-data\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15501\">Live load data</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/load-operational-zone\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15503\">Load by operational zone</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/upper-north-island-loads\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15504\">Upper North Island loads</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/upper-south-island-loads\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15505\">Upper South Island loads</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n            </ul>\n\n\n      \n  </div>\n\n\n          </div>\n        \n                  </div>\n                </div>\n            </main>\n\n      <footer class=\"page__footer\">\n      <div class=\"container\">\n        <div class=\"d-flex justify-content-md-between align-items-md-center\">\n            \n  <div class=\"block block--tpow-footer\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_footer\" class=\"nav\">\n                                          <li class=\"nav-item\">\n                      <a href=\"/privacy-policy\" class=\"nav-link\" data-drupal-link-system-path=\"node/15185\">Privacy Policy</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/terms-and-conditions\" class=\"nav-link\" data-drupal-link-system-path=\"node/15179\">Terms and conditions</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/subscribe\" title=\"Subscribe and updates\" class=\"nav-link\" data-drupal-link-system-path=\"node/15636\">Subscribe</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n\n\n                      <div class=\"copyright\">\n              <p>&copy; Transpower 2022. All rights reserved</p>\n            </div>\n          \n                      <div class=\"social\">\n              <ul>\n                                  <li><a href=\"https://www.facebook.com/transpowernz\"><i class=\"fa fa-facebook\"></i>Visit us on Facebook</a></li>\n                                                  <li><a href=\"https://www.youtube.com/TranspowerNZ\"><i class=\"fa fa-youtube\"></i>Visit us on YouTube</a></li>\n                                                  <li><a href=\"https://nz.linkedin.com/company/transpower\"><i class=\"fa fa-linkedin\"></i>Visit us on LinkedIn</a></li>\n                              </ul>\n            </div>\n                  </div>\n      </div>\n    </footer>\n  </div>\n\n  </div>\n\n    \n    <script type=\"application/json\" data-drupal-selector=\"drupal-settings-json\">{\"path\":{\"baseUrl\":\"\\/\",\"pathPrefix\":\"\",\"currentPath\":\"node\\/15435\",\"currentPathIsAdmin\":false,\"isFront\":false,\"currentLanguage\":\"en\",\"themeUrl\":\"themes\\/custom\\/tpow\"},\"pluralDelimiter\":\"\\u0003\",\"suppressDeprecationErrors\":true,\"google_analytics\":{\"account\":\"G-NXWVYJGD67\",\"trackOutbound\":true,\"trackMailto\":true,\"trackTel\":true,\"trackDownload\":true,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip\"},\"ckeditorAccordion\":{\"accordionStyle\":{\"collapseAll\":1,\"keepRowsOpen\":1,\"animateAccordionOpenAndClose\":1,\"openTabsWithHash\":1}},\"soPgenGraph\":{\"data\":{\"New Zealand\":{\"Battery\":{\"generation\":0,\"capacity\":35},\"Co-Gen\":{\"generation\":118,\"capacity\":168},\"Coal\":{\"generation\":156,\"capacity\":750},\"Gas\":{\"generation\":188,\"capacity\":1280},\"Geothermal\":{\"generation\":968,\"capacity\":1062},\"Hydro\":{\"generation\":1560,\"capacity\":5415},\"Diesel\\/Oil\":{\"generation\":0,\"capacity\":156},\"Solar\":{\"generation\":0,\"capacity\":47},\"Wind\":{\"generation\":784,\"capacity\":1259},\"total\":3774}},\"date\":\"25 Apr 2024 05:30\",\"timestamp\":1713979800,\"update\":true},\"soHVDCDailyGraph\":{\"last_import\":1713979800,\"start_date\":{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},\"data\":{\"dcn_flow\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},100],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},212],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},384],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},349],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},466],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},425],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},422],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},434],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},455],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},441],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},477],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},510],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},404],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},312],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},275],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},249],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},245],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},125],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},49],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},0]],\"dcs_flow\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},-17],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},-22],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},-45],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},-101],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},-75],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},-162],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},-235],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},-225],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},-213],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},-212],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},-205],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},-203],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},-198],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},-95]],\"north_limit\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},1200]],\"south_limit\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},-750],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},-753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},-779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},-783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},-781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},-780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},-777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},-776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},-772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},-771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},-769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},-764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},-763],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},-760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},-762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},-762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},-760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},-765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},-771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},-781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},-790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},-800]]},\"latest_import_time\":\"05:30\"},\"soLoadDataGraph\":{\"update\":true,\"from\":1713897000,\"to\":\"1713983400\",\"data\":{\"nzPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},4721],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},4800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},4861],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},4941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},4992],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},5037],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},5094],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},5170],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},5220],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},5291],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},5340],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},5395],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},5446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},5446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},5469],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},5500],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},5516],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},5528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},5530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},5574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},5559],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},5561],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},5570],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},5567],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},5569],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},5551],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},5538],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},5529],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},5505],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},5492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},5476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},5452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},5437],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},5424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},5401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},5370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},5358],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},5344],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},5313],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},5307],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},5281],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},5276],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},5254],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},5218],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},5207],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},5188],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},5180],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},5156],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},5152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},5160],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},5142],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},5128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},5123],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},5102],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},5092],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},5086],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},5078],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},5057],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},5044],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},5037],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},5013],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},5008],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},4994],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},4988],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},4987],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},4987],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},4963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},4986],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},4978],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},4963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},4954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},4939],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},4917],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},4923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},4929],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},4928],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},4912],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},4914],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},4901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},4893],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},4900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},4877],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},4865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},4855],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},4854],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},4842],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},4834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},4834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},4832],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},4828],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},4833],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},4835],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},4768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},4759],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},4810],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},4819],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},4824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},4824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},4829],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},4841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},4845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},4833],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},4841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},4849],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},4840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},4862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},4842],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},4857],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},4887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},4884],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},4890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},4896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},4899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},4915],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},4923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},4935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},4947],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},4949],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},4966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},4998],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},5015],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},5034],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},5062],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},5065],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},5063],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},4967],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},5132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},5165],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},5191],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},5243],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},5274],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},5324],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},5369],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},5423],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},5450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},5472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},5495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},5523],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},5509],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},5493],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},5492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},5471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},5454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},5419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},5399],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},5393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},5383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},5367],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},5331],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},5329],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},5309],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},5293],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},5268],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},5256],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},5231],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},5204],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},5187],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},5159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},5144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},5112],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},5089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},5050],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},5036],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},5020],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},4990],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},4979],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},4965],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},4927],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},4953],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},4956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},4935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},4916],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},4889],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},4853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},4821],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},4794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},4782],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},4734],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},4710],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},4679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},4636],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},4608],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},4562],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},4530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},4503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},4466],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},4428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},4393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},4371],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},4347],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},4309],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},4261],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},4283],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},4269],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},4241],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},4221],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},4194],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},4164],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},4149],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},4119],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},4079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},4051],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},4013],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},3975],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},3929],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},3901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},3889],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},3862],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},3846],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},3806],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},3795],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},3772],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},3767],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},3732],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},3714],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},3698],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},3699],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},3681],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},3664],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},3662],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},3643],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},3633],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},3637],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},3614],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},3594],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},3582],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},3572],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},3565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},3546],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},3535],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},3513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},3520],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},3507],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},3491],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},3497],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},3480],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},3482],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},3471],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},3483],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},3467],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},3468],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},3463],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},3464],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},3466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},3457],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},3457],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},3454],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},3444],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},3429],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},3407],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},3395],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},3428],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},3452],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},3445],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},3447],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},3448],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},3446],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},3467],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},3476],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},3478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},3478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},3492],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},3498],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},3514],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},3560],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},3575],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},3581],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},3606],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},3616],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},3624],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},3654],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},3674],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},3677],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},3703],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},3715],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},3750],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},3796],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},3841],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},3871],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},3890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},3901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},3926]],\"niPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},2957],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},3015],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},3052],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},3114],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},3152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},3177],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},3216],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},3278],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},3313],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},3368],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},3401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},3452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},3480],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},3465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},3479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},3495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},3506],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},3515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},3511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},3547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},3530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},3539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},3547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},3542],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},3546],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},3534],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},3499],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},3498],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},3488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},3472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},3471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},3461],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},3447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},3429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},3428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},3419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},3394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},3395],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},3380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},3379],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},3364],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},3333],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},3329],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},3323],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},3315],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},3295],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},3292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},3302],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},3289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},3282],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},3275],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},3259],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},3255],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},3250],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},3246],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},3232],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},3219],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},3225],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},3210],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},3207],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},3198],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},3192],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},3197],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},3196],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},3173],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},3190],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},3190],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},3182],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},3183],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},3168],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},3155],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},3154],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},3164],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},3163],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},3145],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},3144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},3135],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},3132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},3132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},3133],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},3122],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},3116],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},3104],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},3103],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},3097],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},3079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},3088],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},3076],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},3072],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},3074],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},3080],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},3076],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},3075],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},3084],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},3079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},3095],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},3092],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},3078],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},3096],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},3123],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},3120],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},3121],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},3128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},3135],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},3139],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},3136],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},3141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},3144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},3152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},3163],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},3159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},3180],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},3205],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},3216],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},3233],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},3255],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},3250],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},3249],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},3265],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},3289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},3314],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},3333],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},3369],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},3392],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},3433],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},3464],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},3503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},3535],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},3551],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},3553],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},3556],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},3573],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},3554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},3558],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},3552],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},3559],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},3550],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},3531],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},3518],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},3496],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},3485],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},3482],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},3479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},3458],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},3432],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},3428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},3409],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},3398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},3383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},3370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},3349],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},3334],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},3324],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},3300],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},3292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},3267],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},3253],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},3222],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},3212],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},3204],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},3172],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},3169],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},3159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},3128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},3145],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},3141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},3129],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},3111],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},3096],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},3070],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},3050],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},3021],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},3016],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},2981],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},2963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},2938],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},2910],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},2887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},2856],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},2820],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},2798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},2775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},2748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},2718],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},2702],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},2689],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},2657],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},2619],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},2610],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},2590],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},2563],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},2546],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},2522],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},2506],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},2488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},2465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},2436],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},2417],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},2397],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},2374],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},2332],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},2318],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},2315],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},2295],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},2282],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},2260],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},2256],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},2236],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},2234],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},2208],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},2201],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},2190],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},2191],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},2180],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},2170],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},2167],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},2150],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},2143],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},2147],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},2132],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},2119],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},2109],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},2111],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},2106],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},2092],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},2083],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},2070],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},2078],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},2065],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},2059],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},2064],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},2046],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},2060],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},2050],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},2052],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},2058],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},2059],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},2045],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},2032],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},2014],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},2009],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},2040],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},2061],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},2055],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},2054],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},2061],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},2058],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},2071],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},2083],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},2075],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},2077],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},2085],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},2090],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},2099],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},2129],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},2140],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},2142],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},2161],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},2167],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},2175],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},2193],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},2208],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},2211],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},2226],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},2237],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},2264],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},2303],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},2333],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},2358],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},2369],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},2380],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},2400]],\"siPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},1785],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},1827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},1840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},1860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},1892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},1907],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},1923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},1939],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},1943],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},1981],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},1990],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},2005],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},2010],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},2013],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},2019],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},2027],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},2029],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},2022],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},2023],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},2025],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},2023],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},2017],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},2019],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},2010],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},2006],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},1994],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1988],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},1980],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},1966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},1963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},1954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},1941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1930],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},1925],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},1919],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},1912],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},1901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},1897],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},1885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},1878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},1865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},1865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},1861],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},1858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},1853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},1846],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},1848],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},1843],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1837],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},1836],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},1832],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},1825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},1825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},1812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1803],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},1801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},1791],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},1788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},1781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},1765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},1765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},1767],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},1761],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},1767],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},1755],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},1749],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1751],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},1751],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1749],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},1744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},1679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},1683],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},1738],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},1744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},1748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},1757],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},1760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},1756],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},1755],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1761],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},1768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1766],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},1763],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},1774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},1779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},1783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},1784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},1786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},1793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},1799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},1801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},1807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},1814],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},1702],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},1843],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},1851],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},1858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1874],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},1882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},1891],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},1905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},1920],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},1931],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1937],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},1944],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},1951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},1948],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},1950],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},1950],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},1941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},1945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},1942],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},1940],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},1936],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},1914],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},1911],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},1904],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},1909],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},1899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},1900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},1895],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},1885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},1886],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},1882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},1863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},1859],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},1852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},1845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},1836],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1828],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},1824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},1816],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},1818],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},1810],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},1806],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},1808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},1815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},1806],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},1805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},1793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},1773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},1766],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},1753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1741],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},1726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},1721],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},1706],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},1710],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},1705],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1691],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},1680],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},1675],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},1669],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},1658],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},1652],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1642],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},1673],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},1679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},1678],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},1675],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},1672],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1658],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},1661],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},1654],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},1643],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},1634],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},1616],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1601],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},1597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},1583],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},1574],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},1567],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},1564],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},1546],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},1539],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},1536],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},1533],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},1524],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},1513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},1501],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},1494],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},1495],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},1493],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},1490],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},1490],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},1482],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},1475],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},1473],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},1461],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},1459],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},1454],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},1452],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},1443],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},1442],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},1442],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},1432],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},1433],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},1432],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},1434],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},1425],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},1423],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},1417],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},1420],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},1412],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},1412],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},1408],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},1406],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},1398],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},1403],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},1399],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},1397],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},1386],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},1388],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},1391],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},1390],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},1387],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},1388],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},1396],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},1403],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},1401],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},1407],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},1408],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},1415],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},1431],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},1435],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},1439],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},1445],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},1449],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},1449],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},1461],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},1466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},1466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},1477],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},1478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},1486],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},1493],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},1513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},1521],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},1521],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1526]],\"uniPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1256],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},1280],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1303],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},1336],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},1351],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},1365],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1373],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},1407],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},1414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},1450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},1464],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},1487],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1509],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},1482],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},1488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},1500],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},1515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},1511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},1517],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},1539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},1524],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},1552],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},1548],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},1548],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},1567],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},1558],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},1539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},1545],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1544],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},1536],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},1541],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},1543],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},1533],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},1528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1524],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},1532],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},1517],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},1521],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},1514],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},1518],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1510],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},1493],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},1499],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},1494],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},1497],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},1479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},1492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},1483],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},1486],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},1484],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},1472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},1468],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},1477],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},1460],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},1458],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},1471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1456],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},1465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},1455],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},1446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},1448],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},1451],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1440],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},1450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},1452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},1448],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},1436],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1427],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},1430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},1441],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},1435],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},1431],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},1434],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1433],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},1429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},1437],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},1423],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},1427],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1420],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},1403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},1406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},1414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},1412],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},1415],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},1411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},1396],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},1400],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1385],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},1394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},1397],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},1388],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},1389],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},1383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1389],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},1406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},1403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},1398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},1408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},1417],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1409],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},1410],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},1418],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},1424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},1438],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},1454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},1449],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},1457],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},1463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},1463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},1476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},1502],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},1508],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},1528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},1542],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},1568],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},1572],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},1573],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},1580],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},1574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1576],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},1574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},1590],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},1584],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},1577],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},1568],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1563],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},1562],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},1547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},1550],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},1543],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},1521],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},1515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},1511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},1503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},1505],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},1492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1484],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},1478],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},1465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},1467],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},1457],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},1419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},1400],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},1398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},1397],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},1394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},1393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},1392],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},1380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},1377],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},1356],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},1345],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},1351],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},1321],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},1315],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1304],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},1292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},1289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},1269],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},1252],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},1244],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1228],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},1213],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},1203],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},1199],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},1188],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},1176],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},1141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},1132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},1122],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},1114],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},1102],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1100],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},1089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},1084],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},1075],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},1061],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},1052],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1041],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},1018],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},1015],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},1009],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},999],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},996],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},987],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},991],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},972],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},976],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},964],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},959],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},954],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},955],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},956],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},951],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},948],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},938],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},938],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},940],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},932],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},918],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},916],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},921],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},925],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},917],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},911],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},903],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},896],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},894],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},893],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},895],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},886],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},896],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},886],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},882],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},866],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},849],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},842],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},872],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},887],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},883],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},885],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},888],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},883],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},900],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},898],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},900],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},898],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},911],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},918],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},912],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},921],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},915],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},916],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},928],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},932],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},929],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},930],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},936],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},948],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},967],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},982],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},991],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},992],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},992],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1002]],\"usiPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},828],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},876],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},906],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},921],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},926],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},931],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},961],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},964],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},968],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},972],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},974],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},969],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},971],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},969],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},967],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},961],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},942],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},928],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},924],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},920],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},907],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},893],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},888],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},877],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},873],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},867],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},851],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},850],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},849],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},850],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},844],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},838],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},830],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},820],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},822],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},814],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},804],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},792],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},785],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},785],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},782],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},787],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},795],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},822],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},855],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},894],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},889],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},883],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},879],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},874],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},871],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},873],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},871],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},848],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},844],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},839],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},830],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},819],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},813],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},813],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},795],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},791],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},787],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},759],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},756],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},750],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},738],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},734],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},730],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},717],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},736],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},736],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},729],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},720],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},721],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},716],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},715],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},702],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},692],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},685],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},678],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},672],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},670],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},661],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},655],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},650],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},649],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},649],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},645],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},641],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},637],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},634],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},630],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},623],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},621],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},618],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},612],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},609],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},604],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},598],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},594],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},591],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},588],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},586],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},582],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},580],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},577],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},571],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},570],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},566],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},567],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},563],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},562],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},559],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},556],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},555],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},553],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},550],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},549],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},549],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},548],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},552],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},555],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},559],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},564],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},568],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},571],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},577],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},580],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},584],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},587],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},589],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},588],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},596],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},601],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},603],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},610],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},615],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},622],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},628],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},634],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},633],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},638]]},\"start_date\":{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},\"lastTimestamp\":\"1713983400\",\"displayTimestamp\":\"25 Apr 2024 06:30\"},\"ajaxTrustedUrl\":{\"\\/search\":true},\"user\":{\"uid\":0,\"permissionsHash\":\"b8b71128b0af75c90ae582460a2df4820847e4327c202257345ed166a489c9a9\"}}</script>\n<script src=\"/sites/default/files/js/js_sUsQIPl1CM5eiyVm2kt69ilmmWGfaFW6RatswwKhb8g.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\"></script>\n<script src=\"/modules/contrib/ckeditor_accordion/js/accordion.frontend.min.js?said3a\"></script>\n<script src=\"/sites/default/files/js/js_784h2EQj9-QV7Q-qYAOYO9U7r604gbraH2vPj4TQ2mc.js?scope=footer&amp;delta=2&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\"></script>\n\n  </body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NZ/response_2024_04_24_18_00.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta charset=\"utf-8\" />\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-NXWVYJGD67\"></script>\n<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"set\", \"developer_id.dMDhkMT\", true);gtag(\"config\", \"G-NXWVYJGD67\", {\"groups\":\"default\",\"page_placeholder\":\"PLACEHOLDER_page_location\"});gtag(\"config\", \"UA-2188348-3\", {\"groups\":\"default\",\"anonymize_ip\":true,\"page_placeholder\":\"PLACEHOLDER_page_path\"});</script>\n<meta name=\"description\" content=\"All live data and recent notices on one page.\" />\n<link rel=\"canonical\" href=\"https://www.transpower.co.nz/system-operator/live-system-and-market-data/consolidated-live-data\" />\n<meta property=\"og:site_name\" content=\"Transpower\" />\n<meta property=\"og:url\" content=\"https://www.transpower.co.nz/system-operator/live-system-and-market-data/consolidated-live-data\" />\n<meta property=\"og:title\" content=\"Consolidated live data\" />\n<meta property=\"og:description\" content=\"All live data and recent notices on one page.\" />\n<meta property=\"og:image\" content=\"https://static.transpower.co.nz/public/page-icons/2022/06/Grey-1.png?VersionId=I7dhiAK02wn1830JbhbnMEHJJCeHoCSE\" />\n<meta name=\"Generator\" content=\"Drupal 10 (https://www.drupal.org)\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<link rel=\"icon\" href=\"/themes/custom/tpow/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n\n    <title>Consolidated live data | Transpower</title>\n    <link rel=\"stylesheet\" media=\"all\" href=\"/sites/default/files/css/css_Mcvtr8InnCQcvBdMPVoUwAEhjRoHO1e0ltajDU7BQd8.css?delta=0&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/default/files/css/css_qlN5WsERx9Q2YWaR3FGNs6imsRoTnvWbn_CwzY27xic.css?delta=1&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\" />\n\n    \n  </head>\n  <body class=\"node-15435 node-type--page system-operator--live-system-and-market-data--consolidated-live-data path-node\">\n        <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Skip to main content\n    </a>\n    \n      <div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas>\n    \n\n<div class=\"page\">\n  \n  \n\n<nav class=\"navbar navbar-expand-lg   \">\n      <div class=\"container\">\n  \n                  \n  <div class=\"block block--tpow-branding\">\n\n  \n    \n\n        \n  <a href=\"/\" class=\"navbar-brand d-flex align-items-center \" aria-label=\"\">\n            \n  <img src=\"/themes/custom/tpow/assets/images/transpower.svg\" width=\"30\"  alt=\"Transpower Home page\" class=\"me-2\" />\n\n        \n  </a>\n\n  \n  </div>\n\n\n          \n                <div class=\"search-form\">\n            \n  <div class=\"views-exposed-form bef-exposed-form needs-validation block block--exposedformsearchsite\" novalidate=\"novalidate\" data-drupal-selector=\"views-exposed-form-search-site\">\n\n  \n    \n\n            \n<form data-block=\"exposedformsearchsite\" action=\"/search\" method=\"get\" id=\"views-exposed-form-search-site\" accept-charset=\"UTF-8\" class=\"form\">\n  <div class=\"js-form-item form-item js-form-type-textfield form-item-keywords js-form-item-keywords form-group\">\n      <label class=\"form-label\" for=\"edit-keywords\">Search</label>\n  \n  \n  \n  \n  \n<input placeholder=\"Search\" data-drupal-selector=\"edit-keywords\" type=\"text\" id=\"edit-keywords\" name=\"keywords\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-textfield form-control\">\n\n\n  \n  \n  \n  \n  </div>\n<div data-drupal-selector=\"edit-actions\" class=\"form-actions js-form-wrapper form-wrapper\" id=\"edit-actions\">\n\n<input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-search\" value=\"Apply search\" class=\"js-form-submit form-submit btn btn-primary\">\n</div>\n\n\n</form>\n\n      \n  </div>\n\n\n        </div>\n          \n  <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\".navbar-collapse\" aria-controls=\"navbar-menu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n    <span class=\"navbar-toggler-icon\"></span>\n  </button>\n\n  <div class=\"collapse navbar-collapse\" id=\"navbar-menu\">\n                    \n  <div class=\"block block--tpow-account-menu\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_account_menu\" class=\"nav navbar-nav\">\n                          \n                \n        <li class=\"nav-item\">\n                      <a href=\"/news\" class=\"nav-link\" data-drupal-link-system-path=\"news\">News</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/careers\" class=\"nav-link\" data-drupal-link-system-path=\"node/15393\">Vacancies</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/contact-us\" class=\"nav-link\" data-drupal-link-system-path=\"node/15184\">Contact</a>\n                  </li>\n                      \n                \n        <li rel=\"nofollow\" class=\"nav-item\">\n                      <a href=\"/user/login-ad\" class=\"nav-link\">Log in</a>\n                  </li>\n                      \n                \n        <li class=\"nav-item\">\n                      <a href=\"/user/register\" class=\"nav-link\" data-drupal-link-system-path=\"user/register\">Register</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n  <div class=\"block block--tpow-main-menu container\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_main_menu\" class=\"nav navbar-nav\">\n                                          <li class=\"nav-item dropdown\">\n                      <a href=\"/about-us\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15183\">About us</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/who-we-are\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15268\">Who we are</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/what-we-do\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15269\">What we do</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/our-strategy\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15270\">Our strategy</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/careers-transpower\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15945\">Careers at Transpower</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/our-work-community\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15271\">Our work in the community</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/sustainability\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15272\">Sustainability</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/about-us/celebrating-our-people\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15521\">Celebrating our people</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/connect-grid\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15190\">Connect to the grid</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/what-do-you-need\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15198\">What do you need?</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/our-connection-process\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15197\">Our connection process</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/customer-information\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15200\">Customer information</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/envision-spatial-tools\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15194\">Envision spatial tools</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/connect-grid/connection-enquiry-information\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15535\">Connection enquiry information</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/our-work\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15181\">Our work</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/industry\" title=\"Specialist information for those within the electricity industry\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15278\">Industry</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/landowners-and-developers\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15279\">Landowners and developers</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/consultations-webinars\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15300\">Consultations &amp; Webinars</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/distributed-energy-resources\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15310\">Distributed Energy Resources</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/investors\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15282\">Investors</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/our-work/grid-skills\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15520\">Grid Skills Training</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/subscribe\" title=\"Stay current with Transpower&#039;s activities by subscribing to our mailing lists and following our social channels\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15636\">Subscribe and Updates</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item dropdown\">\n                      <a href=\"/your-safety\" class=\"nav-link dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15358\">Your safety</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-submission-form\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15359\">Safety submission form</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/star-awards\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15379\">STAR Awards</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-others\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15385\">Safety for others</a>\n              </li>\n                      <li class=\"nav-item dropdown\">\n        <a href=\"/your-safety/safety-transpower\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15386\">Safety at Transpower</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/projects\" class=\"nav-link\" data-drupal-link-system-path=\"projects\">Projects</a>\n                  </li>\n                                      <li class=\"nav-item active dropdown\">\n                      <a href=\"/system-operator\" class=\"nav-link active dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15205\">System Operator</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/our-system-operator-role\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15206\">Our System Operator role</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/planning-future\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15207\">Planning for the future</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/information-industry\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15208\">Information for industry</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/notices-and-reporting\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15210\">Notices and  reporting</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/learning-centre\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15215\">Learning centre</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data\" class=\"dropdown-item active\" data-drupal-link-system-path=\"node/15350\">Live system  and market data</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/resources\" class=\"nav-link\" data-drupal-link-system-path=\"resources\">Resources</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n\n            </div>\n\n      </div>\n  </nav>\n\n  <main>\n        <div class=\"pattern-background-container has-sidebar\">\n      <div class=\"pattern\"></div>\n    </div>\n    <a id=\"main-content\" tabindex=\"-1\"></a>\n          <header class=\"page__header\">\n        <div class=\"container\">\n          <div class=\"block block--tpow-breadcrumbs\">\n\n  \n    \n\n              <nav aria-label=\"breadcrumb\" class=\"\">\n    <ol class=\"breadcrumb\">\n              <li class=\"breadcrumb-item \">\n                      <a href=\"/system-operator\">System Operator</a>\n                  </li>\n              <li class=\"breadcrumb-item \">\n                      <a href=\"/system-operator/live-system-and-market-data\">Live system and market data</a>\n                  </li>\n              <li class=\"breadcrumb-item active\">\n                      Consolidated live data \n                  </li>\n          </ol>\n  </nav>\n\n      \n  </div>\n        </div>\n      </header>\n    \n    \n              <div class=\"container\">\n                  <div class=\"row\">\n        \n              \n      <div class=\"page__content col-lg-9\">\n        <a id=\"page-content\" tab-index=\"-1\"></a>\n          <div data-drupal-messages-fallback class=\"hidden\"></div>\n\n  <div class=\"block block--tpow-page-title\">\n\n  \n    \n\n            \n\n\n  \n\n\n  <h1  class=\"page-title\">\n                  \n<span>Consolidated live data </span>\n\n            </h1>\n\n\n      \n  </div>\n\n  <div class=\"block block--tpow-content block--system-main\">\n\n  \n    \n\n            \n\n\n<article class=\"node page page--full\">\n  \n  \n\n      \n    \n    <div class=\"node__content\">\n      \n            <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><p>HVDC data and Generation data sourced from <a href=\"https://app.em6.co.nz/\" target=\"_blank\">em6</a>.</p>\n\n<p><div class=\"row\">\n  <div class=\"col-md-4 col-12\">\n    \n  <div class=\"block block--livedatasummary\">\n\n  \n            <h2>Live Data Summary</h2>\n        \n\n            <div class=\"live-data-summary\">\n  <span class=\"ajax-progress\"><span class=\"throbber\"></span>Updating...</span>\n  <span class=\"last-updated\" style=\"display: none;\">Updated: <time datetime=\"\"></time></span>\n  <div class=\"content\">\n    \n  </div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--renewablesgenerating\">\n\n  \n            <h2>% Renewables Generating</h2>\n        \n\n            <div class=\"renewables-gauge\">\n  <div class=\"renewables-updated renewables-update-time\">\n    <span class=\"update-text\">% Renewables (as at)</span>:\n    <time><span class=\"update-time\"></span></time>\n    <div class=\"ajax-progress\"><span></span></div>\n  </div>\n  <div id=\"renewable-pgen-gauge\"></div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--currentgenerationtable\">\n\n  \n            <h2>Current Generation (MW)</h2>\n        \n\n            <div class=\"power-generation\">\n  <table id=\"pgen-table\" class=\"table table-striped totals\">\n    <thead>\n    <tr>\n      <th>Power Generation</th>\n      <th><span class=\"pgen-date\">(as at) 25 Apr 2024 06:00</span></th>\n    </tr>\n    </thead>\n    <tbody>\n          <tr id=\"newzealandbattery\" class=\"battery\">\n        <td><span class=\"name\">Battery</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandcogen\" class=\"cogen\">\n        <td><span class=\"name\">Co-Gen</span></td>\n        <td class=\"value\"><span class=\"generation\">117</span> MW</td>\n      </tr>\n          <tr id=\"newzealandcoal\" class=\"coal\">\n        <td><span class=\"name\">Coal</span></td>\n        <td class=\"value\"><span class=\"generation\">156</span> MW</td>\n      </tr>\n          <tr id=\"newzealandgas\" class=\"gas\">\n        <td><span class=\"name\">Gas</span></td>\n        <td class=\"value\"><span class=\"generation\">252</span> MW</td>\n      </tr>\n          <tr id=\"newzealandgeothermal\" class=\"geothermal\">\n        <td><span class=\"name\">Geothermal</span></td>\n        <td class=\"value\"><span class=\"generation\">964</span> MW</td>\n      </tr>\n          <tr id=\"newzealandhydro\" class=\"hydro\">\n        <td><span class=\"name\">Hydro</span></td>\n        <td class=\"value\"><span class=\"generation\">1644</span> MW</td>\n      </tr>\n          <tr id=\"newzealanddieseloil\" class=\"dieseloil\">\n        <td><span class=\"name\">Diesel/Oil</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandsolar\" class=\"solar\">\n        <td><span class=\"name\">Solar</span></td>\n        <td class=\"value\"><span class=\"generation\">0</span> MW</td>\n      </tr>\n          <tr id=\"newzealandwind\" class=\"wind\">\n        <td><span class=\"name\">Wind</span></td>\n        <td class=\"value\"><span class=\"generation\">814</span> MW</td>\n      </tr>\n        </tbody>\n  </table>\n</div>\n\n      \n  </div>\n\n  </div>\n  <div class=\"col-md-8 col-12\">\n    \n  <div class=\"block block--loaddatagraph\">\n\n  \n            <h2>Load Data Totals</h2>\n        \n\n            <div class=\"live-data-date load-data-graph-update-time\">\n  <div class=\"ajax-progress\"><span></span></div>\n  <span class=\"update-text\">Updated</span>:\n  <time></time>\n</div>\n<div id=\"load-data-chart\"></div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--hvdctransfersummary\">\n\n  \n            <h2>Today&#039;s HVDC Transfer Summary</h2>\n        \n\n            <div class=\"hvdc-today-wrapper\">\n  <div id=\"hvdc-today\"></div>\n</div>\n\n      \n  </div>\n\n    \n  <div class=\"block block--currentgenerationgraph\">\n\n  \n            <h2>Current Generation (MW)</h2>\n        \n\n            <div class=\"power-generation\">\n  <div id=\"pgen-graph\"></div>\n  <div class=\"info\">\n    <label for=\"pgen-date\">Total generation</label>\n    <span class=\"pgen-date\"></span>\n    <div class=\"totals\">\n      <div class=\"pgen-total\"><span class=\"total\"></span> MW</div>\n    </div>\n  </div>\n</div>\n\n      \n  </div>\n\n  </div>\n  <div class=\"col-12\">\n    \n  <div class=\"block block--recentnotices\">\n\n  \n            <h2>Recent Notices</h2>\n        \n\n            <div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-5d9056abdb8cf6dd17e783fdb6ab3620c42241a04f1dd8b217749397becc0490 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Customer Advice Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/customer-advice-notices-can\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/can/CAN%20WPI%20Station%203%20to%20be%20classified%20as%20a%20Secondary%20Risk%205345998928.pdf?VersionId=jFL_XLNV8aAiMvSVEqHNxRsUuveMyN9G\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">CAN WPI Station 3 to be classified as a Secondary Risk whilecommissioning</span></a>\n  <span>(PDF 132.09 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2024-04-23T16:30:29+12:00\">23/04/2024</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-d712a50be557fc5038472a8a4e5f3ba0d03de62846c84c18624851b166c71fa4 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent CANs (CE/ECE)</h3> <span>|</span> <a href=\"/system-operator/notices-and-reporting/information-under-frequency-reserves-and-secondary-risk\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--2\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--2\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--2\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/can/CAN%20Changes%20to%20the%20Reserve%20Management%20Tool%20%28RMT%29%203958261605.pdf?VersionId=IEW0NwBIE5yhm_AydD_iV3aMrnyApqWd\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">CAN Changes to the Reserve Management Tool (RMT)</span></a>\n  <span>(PDF 139.62 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--2\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2021-06-16T12:34:34+12:00\">16/06/2021</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-177d4e03c81ab96791f6d0d0a88c7e49cbdc657420d5f7de0c522ae33431d124 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Excursion Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/excursion-notices\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--3\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--3\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--3\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/exn/EXN%20Voltage%20South%20Island%20Highbank%20Generation%20Tripped%205347672514.pdf?VersionId=Y3g97Z2StQUtVr83fGXxN.F8giFc1c8a\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">EXN Voltage South Island Highbank Generation Tripped</span></a>\n  <span>(PDF 30.15 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--3\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2024-04-24T11:22:01+12:00\">24/04/2024</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n<div class=\"views-element-container\">\n<div class=\"view js-view-dom-id-569eec2203f4ebbb9b9af844bd798e8cc952ee8d1253adfae7921a3509e7ff70 view-latest-notices\">\n       \n            <div class=\"view-header\">\n        <h3>Recent Formal Notices</h3> <span>|</span> <a href=\"/system-operator/notices-and-power-system-reporting/formal-notices\">View All</a>\n      </div>\n      \n        \n        \n            <div class=\"view-content\">\n        \n\n<div class=\"table-responsive\">\n  <table class=\"cols-2 table table-bordered\">\n    \n          <thead class=\"bg-light\">\n        <tr>\n                                                          <th id=\"view-nothing-table-column--4\" class=\"views-field views-field-nothing\" scope=\"col\">Notice</th>\n                                                          <th id=\"view-changed-table-column--4\" class=\"views-field views-field-changed\" scope=\"col\">Date</th>\n                  </tr>\n      </thead>\n    \n    <tbody>\n              <tr>\n                                                                                                      <td headers=\"view-nothing-table-column--4\" class=\"views-field views-field-nothing\">\n                        <span class=\"table-cell-header\">\n              Notice\n            </span><span class=\"file\">\n  <a href=\"https://static.transpower.co.nz/public/interfaces/gen-rpt/GEN%20RPT%20for%20Unplanned%20outage%20Bombay%204823615185.pdf?VersionId=LTnuaLqQ.ArmIe2y0eCdMqjG5DN07_6J\" type=\"application/pdf\" target=\"_blank\"><span class=\"icon icon-pdf\" aria-hidden=\"true\"></span>\n<span class=\"description\">GEN RPT for Unplanned outage Bombay</span></a>\n  <span>(PDF 45.49 KB)</span>\n<span>            </td>\n                                                                                                      <td headers=\"view-changed-table-column--4\" class=\"views-field views-field-changed\">\n                        <span class=\"table-cell-header\">\n              Date\n            </span><time datetime=\"2023-06-12T09:33:06+12:00\">12/06/2023</time>\n            </td>\n                  </tr>\n          </tbody>\n  </table>\n</div>\n\n      </div>\n      \n        \n        \n        \n        \n        </div>\n</div>\n\n      \n  </div>\n\n  </div>\n</div>\n\n</p></div>\n      \n    </div>\n  </article>\n\n      \n  </div>\n\n\n      </div>\n\n                        <div class=\"page__sidebar col-lg-3\">\n              \n  <div class=\"block block--tpow-secondary-menu\">\n\n  \n            <h2>System Operator</h2>\n        \n\n            \n  \n\n\n  <ul data-block=\"tpow_secondary_menu\" class=\"nav\">\n                                          <li class=\"nav-item\">\n                      <a href=\"/system-operator/our-system-operator-role\" class=\"nav-link\" data-drupal-link-system-path=\"node/15206\">Our System Operator role</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/planning-future\" class=\"nav-link\" data-drupal-link-system-path=\"node/15207\">Planning for the future</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/information-industry\" class=\"nav-link\" data-drupal-link-system-path=\"node/15208\">Information for industry</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/notices-and-reporting\" class=\"nav-link\" data-drupal-link-system-path=\"node/15210\">Notices and  reporting</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/system-operator/learning-centre\" class=\"nav-link\" data-drupal-link-system-path=\"node/15215\">Learning centre</a>\n                  </li>\n                                      <li class=\"nav-item active dropdown\">\n                      <a href=\"/system-operator/live-system-and-market-data\" class=\"nav-link active dropdown-bs-toggle\" data-bs-toggle=\"dropdown\" data-drupal-link-system-path=\"node/15350\">Live system  and market data</a>\n                          <div class=\"dropdown-menu\">\n  <ul>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/consolidated-live-data\" class=\"dropdown-item active is-active\" data-drupal-link-system-path=\"node/15435\">Consolidated live data</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/generation-fuel-type\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15498\">Generation by fuel type</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/hvdc-transfer\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15500\">HVDC transfer</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/live-load-data\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15501\">Live load data</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/load-operational-zone\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15503\">Load by operational zone</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/upper-north-island-loads\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15504\">Upper North Island loads</a>\n              </li>\n                      <li class=\"nav-item active dropdown\">\n        <a href=\"/system-operator/live-system-and-market-data/upper-south-island-loads\" class=\"dropdown-item\" data-drupal-link-system-path=\"node/15505\">Upper South Island loads</a>\n              </li>\n      </ul>\n</div>\n                              </li>\n            </ul>\n\n\n      \n  </div>\n\n\n          </div>\n        \n                  </div>\n                </div>\n            </main>\n\n      <footer class=\"page__footer\">\n      <div class=\"container\">\n        <div class=\"d-flex justify-content-md-between align-items-md-center\">\n            \n  <div class=\"block block--tpow-footer\">\n\n  \n    \n\n            \n  \n\n\n  <ul data-block=\"tpow_footer\" class=\"nav\">\n                                          <li class=\"nav-item\">\n                      <a href=\"/privacy-policy\" class=\"nav-link\" data-drupal-link-system-path=\"node/15185\">Privacy Policy</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/terms-and-conditions\" class=\"nav-link\" data-drupal-link-system-path=\"node/15179\">Terms and conditions</a>\n                  </li>\n                                      <li class=\"nav-item\">\n                      <a href=\"/subscribe\" title=\"Subscribe and updates\" class=\"nav-link\" data-drupal-link-system-path=\"node/15636\">Subscribe</a>\n                  </li>\n            </ul>\n\n\n      \n  </div>\n\n\n\n                      <div class=\"copyright\">\n              <p>&copy; Transpower 2022. All rights reserved</p>\n            </div>\n          \n                      <div class=\"social\">\n              <ul>\n                                  <li><a href=\"https://www.facebook.com/transpowernz\"><i class=\"fa fa-facebook\"></i>Visit us on Facebook</a></li>\n                                                  <li><a href=\"https://www.youtube.com/TranspowerNZ\"><i class=\"fa fa-youtube\"></i>Visit us on YouTube</a></li>\n                                                  <li><a href=\"https://nz.linkedin.com/company/transpower\"><i class=\"fa fa-linkedin\"></i>Visit us on LinkedIn</a></li>\n                              </ul>\n            </div>\n                  </div>\n      </div>\n    </footer>\n  </div>\n\n  </div>\n\n    \n    <script type=\"application/json\" data-drupal-selector=\"drupal-settings-json\">{\"path\":{\"baseUrl\":\"\\/\",\"pathPrefix\":\"\",\"currentPath\":\"node\\/15435\",\"currentPathIsAdmin\":false,\"isFront\":false,\"currentLanguage\":\"en\",\"themeUrl\":\"themes\\/custom\\/tpow\"},\"pluralDelimiter\":\"\\u0003\",\"suppressDeprecationErrors\":true,\"google_analytics\":{\"account\":\"G-NXWVYJGD67\",\"trackOutbound\":true,\"trackMailto\":true,\"trackTel\":true,\"trackDownload\":true,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip\"},\"ckeditorAccordion\":{\"accordionStyle\":{\"collapseAll\":1,\"keepRowsOpen\":1,\"animateAccordionOpenAndClose\":1,\"openTabsWithHash\":1}},\"soPgenGraph\":{\"data\":{\"New Zealand\":{\"Battery\":{\"generation\":0,\"capacity\":35},\"Co-Gen\":{\"generation\":117,\"capacity\":168},\"Coal\":{\"generation\":156,\"capacity\":750},\"Gas\":{\"generation\":252,\"capacity\":1280},\"Geothermal\":{\"generation\":964,\"capacity\":1062},\"Hydro\":{\"generation\":1644,\"capacity\":5415},\"Diesel\\/Oil\":{\"generation\":0,\"capacity\":156},\"Solar\":{\"generation\":0,\"capacity\":47},\"Wind\":{\"generation\":814,\"capacity\":1259},\"total\":3947}},\"date\":\"25 Apr 2024 06:00\",\"timestamp\":1713981600,\"update\":true},\"soHVDCDailyGraph\":{\"last_import\":1713981600,\"start_date\":{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},\"data\":{\"dcn_flow\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},100],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},212],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},384],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},349],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},466],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},425],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},422],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},434],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},455],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},441],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},477],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},510],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},404],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},312],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},275],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},249],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},245],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},125],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},49],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},0],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},0]],\"dcs_flow\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},0],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},-17],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},-22],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},-45],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},-101],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},-75],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},-162],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},-235],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},-225],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},-213],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},-212],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},-205],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},-203],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},-198],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},-95],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},-98]],\"north_limit\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1200],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},1200],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},1200]],\"south_limit\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},-750],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},-753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},-779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},-783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},-781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},-780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},-777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},-776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},-772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},-771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},-769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},-768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},-764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},-763],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},-760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},-762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},-762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},-760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},-765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},-771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},-781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},-790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},-800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},-800],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},-800]]},\"latest_import_time\":\"06:00\"},\"soLoadDataGraph\":{\"update\":true,\"from\":1713897600,\"to\":\"1713984000\",\"data\":{\"nzPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},4861],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},4941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},4992],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},5037],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},5094],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},5170],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},5220],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},5291],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},5340],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},5395],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},5446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},5446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},5469],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},5500],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},5516],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},5528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},5530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},5574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},5559],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},5561],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},5570],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},5567],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},5569],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},5551],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},5538],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},5529],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},5505],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},5492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},5476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},5452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},5437],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},5424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},5401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},5370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},5358],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},5344],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},5313],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},5307],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},5281],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},5276],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},5254],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},5218],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},5207],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},5188],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},5180],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},5156],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},5152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},5160],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},5142],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},5128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},5123],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},5102],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},5092],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},5086],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},5078],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},5057],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},5044],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},5037],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},5013],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},5008],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},4994],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},4988],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},4987],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},4987],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},4963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},4986],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},4978],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},4963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},4954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},4939],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},4917],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},4923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},4929],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},4928],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},4912],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},4914],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},4901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},4893],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},4900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},4877],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},4865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},4855],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},4854],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},4842],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},4834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},4834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},4832],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},4828],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},4833],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},4835],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},4768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},4759],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},4810],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},4819],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},4824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},4824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},4829],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},4841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},4845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},4833],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},4841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},4849],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},4840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},4862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},4842],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},4857],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},4887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},4884],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},4890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},4896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},4905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},4899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},4915],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},4923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},4935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},4947],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},4949],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},4966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},4998],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},5015],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},5034],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},5062],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},5065],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},5063],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},4967],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},5132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},5165],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},5191],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},5243],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},5274],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},5324],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},5369],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},5423],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},5450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},5472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},5495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},5523],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},5509],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},5493],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},5504],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},5492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},5471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},5454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},5419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},5399],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},5393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},5383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},5367],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},5331],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},5329],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},5309],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},5293],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},5268],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},5256],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},5231],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},5204],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},5187],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},5159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},5144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},5112],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},5089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},5050],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},5036],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},5020],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},4990],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},4979],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},4965],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},4927],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},4953],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},4956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},4935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},4916],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},4889],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},4853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},4821],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},4794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},4782],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},4734],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},4710],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},4679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},4636],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},4608],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},4562],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},4530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},4503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},4466],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},4428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},4393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},4371],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},4347],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},4309],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},4261],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},4283],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},4269],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},4241],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},4221],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},4194],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},4164],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},4149],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},4119],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},4079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},4051],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},4013],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},3975],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},3929],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},3901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},3889],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},3862],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},3846],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},3806],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},3795],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},3772],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},3767],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},3732],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},3714],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},3698],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},3699],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},3681],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},3664],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},3662],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},3643],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},3633],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},3637],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},3614],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},3594],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},3582],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},3572],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},3565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},3546],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},3535],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},3513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},3520],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},3507],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},3491],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},3497],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},3480],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},3482],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},3471],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},3483],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},3467],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},3468],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},3463],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},3464],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},3466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},3457],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},3457],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},3454],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},3444],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},3429],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},3407],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},3395],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},3428],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},3452],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},3445],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},3447],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},3448],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},3446],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},3467],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},3476],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},3478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},3478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},3492],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},3498],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},3514],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},3560],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},3575],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},3581],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},3606],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},3616],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},3624],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},3654],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},3674],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},3677],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},3703],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},3715],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},3750],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},3796],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},3841],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},3871],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},3890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},3901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},3926],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},3951],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},3988]],\"niPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},3052],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},3114],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},3152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},3177],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},3216],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},3278],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},3313],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},3368],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},3401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},3452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},3480],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},3465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},3479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},3495],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},3506],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},3515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},3511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},3547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},3530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},3539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},3547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},3542],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},3546],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},3534],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},3499],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},3498],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},3488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},3472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},3471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},3461],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},3447],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},3429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},3428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},3419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},3394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},3395],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},3380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},3379],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},3364],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},3333],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},3329],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},3323],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},3315],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},3295],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},3292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},3302],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},3289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},3282],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},3275],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},3259],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},3255],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},3250],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},3246],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},3232],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},3219],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},3225],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},3210],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},3207],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},3198],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},3192],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},3197],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},3196],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},3173],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},3190],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},3190],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},3182],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},3183],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},3168],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},3155],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},3154],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},3164],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},3163],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},3145],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},3144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},3135],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},3132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},3132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},3133],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},3122],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},3116],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},3104],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},3103],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},3097],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},3079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},3088],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},3089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},3076],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},3072],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},3074],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},3080],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},3076],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},3075],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},3084],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},3079],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},3095],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},3085],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},3092],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},3078],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},3096],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},3123],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},3120],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},3121],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},3128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},3135],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},3139],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},3136],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},3141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},3144],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},3152],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},3163],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},3159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},3180],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},3205],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},3216],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},3233],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},3255],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},3250],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},3249],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},3265],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},3289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},3314],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},3333],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},3369],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},3392],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},3433],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},3464],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},3503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},3519],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},3535],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},3551],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},3553],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},3556],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},3573],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},3554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},3558],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},3552],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},3559],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},3550],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},3531],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},3518],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},3496],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},3485],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},3482],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},3479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},3458],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},3432],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},3428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},3409],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},3398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},3383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},3370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},3349],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},3334],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},3324],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},3300],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},3292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},3267],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},3253],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},3222],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},3212],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},3204],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},3172],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},3169],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},3159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},3128],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},3145],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},3141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},3129],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},3111],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},3096],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},3070],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},3050],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},3021],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},3016],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},2981],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},2963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},2938],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},2910],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},2887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},2856],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},2820],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},2798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},2775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},2748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},2718],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},2702],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},2689],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},2657],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},2619],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},2610],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},2590],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},2563],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},2546],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},2522],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},2506],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},2488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},2465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},2436],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},2417],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},2397],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},2374],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},2332],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},2318],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},2315],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},2295],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},2282],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},2260],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},2256],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},2236],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},2234],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},2208],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},2201],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},2190],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},2191],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},2180],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},2170],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},2167],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},2150],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},2143],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},2147],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},2132],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},2119],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},2109],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},2111],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},2106],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},2092],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},2083],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},2070],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},2078],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},2065],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},2059],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},2064],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},2046],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},2060],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},2050],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},2048],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},2052],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},2058],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},2059],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},2051],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},2045],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},2032],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},2014],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},2009],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},2040],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},2061],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},2055],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},2054],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},2061],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},2058],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},2071],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},2083],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},2075],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},2077],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},2085],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},2090],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},2099],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},2129],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},2140],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},2142],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},2161],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},2167],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},2175],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},2193],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},2208],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},2211],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},2226],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},2237],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},2264],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},2303],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},2333],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},2358],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},2369],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},2380],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},2400],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},2428],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},2448]],\"siPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},1827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},1840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},1860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},1892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},1907],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},1923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},1939],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},1943],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},1981],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},1990],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},2005],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},2010],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},2013],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},2019],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},2027],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},2029],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},2022],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},2023],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},2025],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},2023],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},2017],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},2019],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},2010],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},2006],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},1994],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1988],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},1980],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},1966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},1963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},1954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},1941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1930],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},1925],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},1919],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},1912],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},1901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},1897],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},1885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},1878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},1865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},1865],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},1861],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},1858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},1853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},1846],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},1848],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},1843],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1837],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},1836],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},1832],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},1825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},1825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},1812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1803],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},1801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},1791],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},1796],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},1788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},1781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1762],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},1765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},1765],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},1767],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},1761],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},1767],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},1755],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},1749],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1751],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},1751],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1749],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},1744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},1679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},1683],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},1738],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1745],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},1744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},1748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},1757],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},1760],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},1756],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},1754],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},1755],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1761],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},1764],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},1769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},1768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},1770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1766],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},1763],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},1774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},1779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},1783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},1784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},1786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},1793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},1799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},1801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},1807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},1814],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},1702],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},1843],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},1851],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},1858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1874],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},1882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},1891],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},1905],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},1920],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},1931],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1937],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},1944],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},1951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},1948],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},1950],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},1950],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},1941],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},1945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},1942],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},1940],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},1936],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1923],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},1914],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},1911],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},1904],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},1909],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},1899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},1900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},1895],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},1885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},1886],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},1882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},1863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},1859],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},1852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},1845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},1836],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1828],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},1824],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},1816],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},1818],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},1810],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},1806],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},1808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},1815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},1806],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},1805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},1793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},1771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},1773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},1766],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},1753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},1747],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1741],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},1726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},1721],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},1706],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},1710],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},1705],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1691],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},1680],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},1675],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},1669],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},1658],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},1652],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1642],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},1673],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},1679],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},1678],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},1675],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},1672],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1658],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},1661],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},1654],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},1643],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},1634],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},1616],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1601],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},1597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},1583],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},1574],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},1567],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},1564],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},1546],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},1539],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},1536],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},1533],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},1524],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},1513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},1501],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},1494],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},1495],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},1493],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},1490],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},1490],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},1482],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},1475],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},1473],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},1461],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},1459],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},1454],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},1452],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},1443],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},1442],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},1442],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},1432],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},1433],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},1432],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},1434],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},1425],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},1423],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},1417],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},1420],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},1412],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},1412],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},1408],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},1406],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},1398],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},1403],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},1399],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},1397],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},1386],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},1388],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},1391],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},1390],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},1387],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},1388],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},1396],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},1393],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},1403],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},1401],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},1407],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},1408],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},1415],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},1431],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},1435],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},1439],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},1445],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},1449],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},1449],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},1461],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},1466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},1466],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},1477],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},1478],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},1486],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},1493],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},1508],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},1513],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},1521],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},1521],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1526],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},1523],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1540]],\"uniPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1303],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},1336],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},1351],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},1365],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},1373],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},1407],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},1414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},1450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},1464],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},1487],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},1509],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},1482],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},1488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},1500],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},1515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},1511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},1517],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},1539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},1524],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},1552],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},1548],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},1548],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},1567],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},1558],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},1539],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},1545],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},1544],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},1536],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},1541],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},1543],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},1533],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},1528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},1524],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},1532],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},1517],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},1521],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},1514],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},1518],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},1510],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},1493],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},1499],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},1494],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},1497],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},1479],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},1476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},1492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},1483],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},1486],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},1484],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},1472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},1472],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},1468],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},1477],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},1460],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},1458],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},1471],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},1456],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},1465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},1455],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},1446],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},1448],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},1451],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},1440],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},1450],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},1452],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},1448],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},1436],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},1427],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},1430],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},1441],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},1435],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},1431],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},1434],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},1433],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},1429],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},1437],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},1423],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},1427],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},1420],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},1403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},1406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},1414],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},1412],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},1408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},1415],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},1411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},1396],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},1401],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},1405],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},1402],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},1400],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},1385],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},1394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},1397],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},1388],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},1389],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},1383],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},1389],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},1406],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},1403],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},1398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},1408],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},1417],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},1409],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},1410],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},1413],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},1418],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},1411],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},1424],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},1438],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},1454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},1454],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},1449],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},1457],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},1463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},1463],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},1476],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},1488],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},1502],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},1508],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},1528],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},1542],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},1554],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},1568],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},1572],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},1573],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},1580],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},1574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},1576],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},1574],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},1590],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},1584],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},1577],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},1568],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},1563],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},1562],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},1547],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},1550],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},1543],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},1521],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},1530],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},1515],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},1511],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},1503],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},1505],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},1492],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},1484],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},1478],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},1465],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},1467],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},1457],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},1445],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},1428],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},1426],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},1419],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},1400],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},1398],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},1397],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},1380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},1394],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},1393],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},1392],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},1380],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},1377],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},1370],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},1356],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},1345],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},1351],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},1321],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},1315],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},1304],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},1292],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},1289],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},1269],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},1252],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},1244],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},1228],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},1213],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},1203],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},1199],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},1188],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},1176],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},1159],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},1141],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},1132],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},1122],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},1114],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},1102],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},1100],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},1089],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},1084],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},1075],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},1061],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},1052],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},1041],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},1018],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},1015],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},1009],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},999],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},996],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},987],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},991],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},972],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},976],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},964],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},959],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},954],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},955],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},956],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},951],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},948],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},938],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},938],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},940],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},932],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},918],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},916],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},921],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},925],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},917],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},911],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},901],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},903],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},904],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},896],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},894],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},893],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},895],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},886],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},890],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},896],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},886],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},882],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},866],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},849],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},842],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},872],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},887],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},883],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},885],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},888],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},883],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},900],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},892],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},898],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},900],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},897],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},898],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},911],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},918],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},912],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},921],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},915],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},916],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},928],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},932],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},929],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},930],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},936],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},948],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},967],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},982],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},991],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},992],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},992],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},1002],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},1018],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},1028]],\"usiPoints\":[[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},841],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":45},853],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":50},862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":55},876],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":0},882],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":5},890],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":10},906],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":15},921],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":20},926],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":25},931],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":30},945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":35},951],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":40},956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":45},961],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":50},964],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":7,\"minute\":55},966],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":0},968],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":5},972],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":10},974],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":15},969],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":20},971],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":25},969],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":30},967],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":35},963],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":40},961],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":45},956],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":50},954],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":8,\"minute\":55},945],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":0},942],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":5},935],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":10},928],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":15},924],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":20},920],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":25},907],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":30},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":35},893],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":40},888],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":45},887],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":50},877],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":9,\"minute\":55},873],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":0},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":5},867],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":10},863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":15},851],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":20},852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":25},850],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":30},849],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":35},850],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":40},844],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":45},838],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":50},840],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":10,\"minute\":55},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":0},827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":5},830],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":10},825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":15},820],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":20},822],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":25},814],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":30},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":35},807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":40},804],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":45},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":50},799],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":11,\"minute\":55},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":0},794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":5},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":10},792],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":15},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":20},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":25},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":30},779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":35},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":40},784],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":45},783],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":50},785],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":12,\"minute\":55},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":0},785],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":5},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":10},782],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":15},786],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":20},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":25},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":30},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":35},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":40},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":45},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":50},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":13,\"minute\":55},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":0},770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":5},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":10},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":15},770],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":20},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":25},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":30},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":35},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":40},772],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":45},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":50},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":14,\"minute\":55},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":0},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":5},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":10},769],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":15},771],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":20},776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":25},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":30},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":35},775],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":40},776],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":45},778],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":50},779],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":15,\"minute\":55},780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":0},777],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":5},774],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":10},781],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":15},787],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":20},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":25},788],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":30},793],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":35},794],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":40},795],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":45},798],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":50},801],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":16,\"minute\":55},807],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":0},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":5},808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":10},812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":15},822],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":20},827],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":25},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":30},845],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":35},855],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":40},860],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":45},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":50},878],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":17,\"minute\":55},885],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":0},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":5},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":10},899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":15},900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":20},900],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":25},899],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":30},901],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":35},894],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":40},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":45},896],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":50},892],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":18,\"minute\":55},889],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":0},883],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":5},879],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":10},874],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":15},871],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":20},873],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":25},870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":30},870],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":35},871],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":40},869],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":45},862],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":50},863],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":19,\"minute\":55},858],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":0},852],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":5},848],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":10},844],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":15},839],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":20},834],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":25},830],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":30},825],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":35},819],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":40},813],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":45},815],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":50},813],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":20,\"minute\":55},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":0},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":5},809],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":10},812],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":15},808],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":20},805],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":25},800],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":30},795],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":35},791],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":40},790],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":45},787],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":50},780],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":21,\"minute\":55},773],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":0},768],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":5},759],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":10},756],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":15},750],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":20},753],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":25},748],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":30},744],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":35},738],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":40},734],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":45},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":50},730],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":22,\"minute\":55},726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":0},717],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":5},736],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":10},736],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":15},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":20},732],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":25},729],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":30},720],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":35},726],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":40},721],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":45},716],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":50},715],[{\"day\":24,\"month\":3,\"year\":2024,\"hour\":23,\"minute\":55},702],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":0},692],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":5},685],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":10},678],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":15},672],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":20},670],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":25},661],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":30},655],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":35},650],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":40},649],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":45},649],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":50},645],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":0,\"minute\":55},641],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":0},637],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":5},634],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":10},630],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":15},623],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":20},621],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":25},618],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":30},612],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":35},609],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":40},604],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":45},598],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":50},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":1,\"minute\":55},594],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":0},591],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":5},588],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":10},586],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":15},582],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":20},580],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":25},577],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":30},571],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":35},570],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":40},566],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":45},567],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":50},563],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":2,\"minute\":55},562],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":0},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":5},559],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":10},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":15},556],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":20},555],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":25},553],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":30},550],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":35},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":40},549],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":45},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":50},551],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":3,\"minute\":55},549],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":0},548],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":5},552],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":10},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":15},555],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":20},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":25},554],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":30},559],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":35},558],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":40},565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":45},564],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":50},565],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":4,\"minute\":55},568],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":0},571],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":5},577],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":10},580],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":15},584],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":20},587],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":25},589],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":30},588],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":35},596],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":40},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":45},597],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":50},601],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":5,\"minute\":55},603],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":0},610],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":5},615],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":10},622],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":15},628],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":20},634],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":25},633],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":30},638],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":35},637],[{\"day\":25,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},646]]},\"start_date\":{\"day\":24,\"month\":3,\"year\":2024,\"hour\":6,\"minute\":40},\"lastTimestamp\":\"1713984000\",\"displayTimestamp\":\"25 Apr 2024 06:40\"},\"ajaxTrustedUrl\":{\"\\/search\":true},\"user\":{\"uid\":0,\"permissionsHash\":\"b8b71128b0af75c90ae582460a2df4820847e4327c202257345ed166a489c9a9\"}}</script>\n<script src=\"/sites/default/files/js/js_sUsQIPl1CM5eiyVm2kt69ilmmWGfaFW6RatswwKhb8g.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\"></script>\n<script src=\"/modules/contrib/ckeditor_accordion/js/accordion.frontend.min.js?said3a\"></script>\n<script src=\"/sites/default/files/js/js_784h2EQj9-QV7Q-qYAOYO9U7r604gbraH2vPj4TQ2mc.js?scope=footer&amp;delta=2&amp;language=en&amp;theme=tpow&amp;include=eJxdj0GOwzAIRS9k1bteBxH7x7XGNhGQpLn9WKnURTcIPrwnUURKA_HgdnlNFstPEOwyR48LG4JvckbzqyGkP-TqosQpieYqI367x6oyHCOHo-K0eNdHl7xPEP0Z066K4VQwoOwTuePXkRO58rAVGkyoTouunGCxCWfK7ExFeXvd99OBk5cG-5pG-eXqgQ9ne--sV1jgc0t4b2LItNY2x_n4bWj_jFxrrg\"></script>\n\n  </body>\n</html>\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NZ/response_2024_04_24_18_00.json",
    "content": "{\"items\": [{\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 2, \"grid_zone_name\": \"Auckland\", \"price\": 112.76}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 7, \"grid_zone_name\": \"Bunnythorpe\", \"price\": 105.13}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 11, \"grid_zone_name\": \"Canterbury\", \"price\": 116.35}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 10, \"grid_zone_name\": \"Christchurch\", \"price\": 121.11}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 4, \"grid_zone_name\": \"Edgecumbe\", \"price\": 106.68}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 3, \"grid_zone_name\": \"Hamilton\", \"price\": 110.51}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 5, \"grid_zone_name\": \"Hawkes Bay\", \"price\": 107.5}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 9, \"grid_zone_name\": \"Nelson\", \"price\": 125.2}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 1, \"grid_zone_name\": \"Northland\", \"price\": 111.81}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 13, \"grid_zone_name\": \"Otago\", \"price\": 114.32}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 14, \"grid_zone_name\": \"Southland\", \"price\": 112.62}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 6, \"grid_zone_name\": \"Taranaki\", \"price\": 105.69}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 8, \"grid_zone_name\": \"Wellington\", \"price\": 105.04}, {\"timestamp\": \"2024-04-24T18:00:00Z\", \"trading_period\": 13, \"grid_zone_id\": 12, \"grid_zone_name\": \"West Coast\", \"price\": 119.63}], \"hasMore\": false, \"limit\": 0, \"offset\": 0, \"count\": 14, \"links\": [{\"rel\": \"self\", \"href\": \"https://api.em6.co.nz/ords/em6/data_api/region/price/\"}, {\"rel\": \"describedby\", \"href\": \"https://api.em6.co.nz/ords/em6/metadata-catalog/data_api/region/price/\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/NZ/response_2024_04_24_18_30.json",
    "content": "{\"items\": [{\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 2, \"grid_zone_name\": \"Auckland\", \"price\": 80.5}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 7, \"grid_zone_name\": \"Bunnythorpe\", \"price\": 76.65}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 11, \"grid_zone_name\": \"Canterbury\", \"price\": 80.1}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 10, \"grid_zone_name\": \"Christchurch\", \"price\": 83.4}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 4, \"grid_zone_name\": \"Edgecumbe\", \"price\": 77.54}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 3, \"grid_zone_name\": \"Hamilton\", \"price\": 80.33}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 5, \"grid_zone_name\": \"Hawkes Bay\", \"price\": 77.79}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 9, \"grid_zone_name\": \"Nelson\", \"price\": 84.94}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 1, \"grid_zone_name\": \"Northland\", \"price\": 81.76}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 13, \"grid_zone_name\": \"Otago\", \"price\": 78.1}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 14, \"grid_zone_name\": \"Southland\", \"price\": 75.99}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 6, \"grid_zone_name\": \"Taranaki\", \"price\": 76.64}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 8, \"grid_zone_name\": \"Wellington\", \"price\": 76.88}, {\"timestamp\": \"2024-04-24T18:30:00Z\", \"trading_period\": 14, \"grid_zone_id\": 12, \"grid_zone_name\": \"West Coast\", \"price\": 83.58}], \"hasMore\": false, \"limit\": 0, \"offset\": 0, \"count\": 14, \"links\": [{\"rel\": \"self\", \"href\": \"https://api.em6.co.nz/ords/em6/data_api/region/price/\"}, {\"rel\": \"describedby\", \"href\": \"https://api.em6.co.nz/ords/em6/metadata-catalog/data_api/region/price/\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ONS/BR.json",
    "content": "{\n    \"Data\": \"2018-01-27T20:19:00-02:00\",\n    \"sudesteECentroOeste\": {\n        \"geracao\": {\n            \"total\": 40224.28,\n            \"hidraulica\": 24344.7949,\n            \"termica\": 2507.78833,\n            \"eolica\": 4.2,\n            \"nuclear\": 1829.29529,\n            \"solar\": 2.85705,\n            \"itaipu50HzBrasil\": 4684.81,\n            \"itaipu60Hz\": 6858.44873\n        },\n        \"cargaVerificada\": 42052.4,\n        \"importacao\": 2816.56787,\n        \"exportacao\": 988.4497\n    },\n    \"sul\": {\n        \"geracao\": {\n            \"total\": 11444.7012,\n            \"hidraulica\": 9273.746,\n            \"termica\": 855.8522,\n            \"eolica\": 1315.103,\n            \"nuclear\": 0.0,\n            \"solar\": 0.0\n        },\n        \"cargaVerificada\": 11648.0244,\n        \"importacao\": 203.333054,\n        \"exportacao\": 0.00993589\n    },\n    \"nordeste\": {\n        \"geracao\": {\n            \"total\": 7459.687,\n            \"hidraulica\": 1921.36816,\n            \"termica\": 2700.472,\n            \"eolica\": 2837.92188,\n            \"nuclear\": 0.0,\n            \"solar\": -0.0751945451\n        },\n        \"cargaVerificada\": 11212.625,\n        \"importacao\": 3752.88477,\n        \"exportacao\": 0.0\n    },\n    \"norte\": {\n        \"geracao\": {\n            \"total\": 11360.0811,\n            \"hidraulica\": 9856.75,\n            \"termica\": 1346.79175,\n            \"eolica\": 156.539352,\n            \"nuclear\": 0.0,\n            \"solar\": 0.0\n        },\n        \"cargaVerificada\": 5575.745,\n        \"importacao\": 0.0,\n        \"exportacao\": 5784.336\n    },\n    \"internacional\": {\n        \"argentina\": 0.00993589,\n        \"paraguai\": 0.0,\n        \"uruguai\": 14.0\n    },\n    \"intercambio\": {\n        \"internacional_sul\": -0.00993589,\n        \"sul_sudeste\": -203.333054,\n        \"sudeste_nordeste\": 785.116638,\n        \"sudeste_norteFic\": -2816.56787,\n        \"norte_norteFic\": 5784.336,\n        \"norteFic_nordeste\": 2967.768\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ONS/BR_negative_solar.json",
    "content": "{\n    \"Data\": \"2018-01-27T20:19:00-02:00\",\n    \"sudesteECentroOeste\": {\n        \"geracao\": {\n            \"total\": 40224.28,\n            \"hidraulica\": 24344.7949,\n            \"termica\": 2507.78833,\n            \"eolica\": 4.2,\n            \"nuclear\": 1829.29529,\n            \"solar\": -2.85705,\n            \"itaipu50HzBrasil\": 4684.81,\n            \"itaipu60Hz\": 6858.44873\n        },\n        \"cargaVerificada\": 42052.4,\n        \"importacao\": 2816.56787,\n        \"exportacao\": 988.4497\n    },\n    \"sul\": {\n        \"geracao\": {\n            \"total\": 11444.7012,\n            \"hidraulica\": 9273.746,\n            \"termica\": 855.8522,\n            \"eolica\": 1315.103,\n            \"nuclear\": 0.0,\n            \"solar\": 0.0\n        },\n        \"cargaVerificada\": 11648.0244,\n        \"importacao\": 203.333054,\n        \"exportacao\": 0.00993589\n    },\n    \"nordeste\": {\n        \"geracao\": {\n            \"total\": 7459.687,\n            \"hidraulica\": 1921.36816,\n            \"termica\": 2700.472,\n            \"eolica\": 2837.92188,\n            \"nuclear\": 0.0,\n            \"solar\": -0.0751945451\n        },\n        \"cargaVerificada\": 11212.625,\n        \"importacao\": 3752.88477,\n        \"exportacao\": 0.0\n    },\n    \"norte\": {\n        \"geracao\": {\n            \"total\": 11360.0811,\n            \"hidraulica\": 9856.75,\n            \"termica\": 1346.79175,\n            \"eolica\": 156.539352,\n            \"nuclear\": 0.0,\n            \"solar\": 0.0\n        },\n        \"cargaVerificada\": 5575.745,\n        \"importacao\": 0.0,\n        \"exportacao\": 5784.336\n    },\n    \"internacional\": {\n        \"argentina\": 0.00993589,\n        \"paraguai\": 0.0,\n        \"uruguai\": 14.0\n    },\n    \"intercambio\": {\n        \"internacional_sul\": -0.00993589,\n        \"sul_sudeste\": -203.333054,\n        \"sudeste_nordeste\": 785.116638,\n        \"sudeste_norteFic\": -2816.56787,\n        \"norte_norteFic\": 5784.336,\n        \"norteFic_nordeste\": 2967.768\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/ONS/data.json",
    "content": "{\n  \"Data\": \"2025-07-22T08:54:00-03:00\",\n  \"sudesteECentroOeste\": {\n    \"geracao\": {\n      \"total\": 39440.89,\n      \"hidraulica\": 14335.7988,\n      \"termica\": 8401.434,\n      \"eolica\": 165.185547,\n      \"nuclear\": 2011.05078,\n      \"solar\": 11259.3008,\n      \"itaipu50HzBrasil\": 901.34,\n      \"itaipu60Hz\": 2366.781\n    },\n    \"cargaVerificada\": 43949.43,\n    \"importacao\": 8866.092,\n    \"exportacao\": 4357.55273\n  },\n  \"sul\": {\n    \"geracao\": {\n      \"total\": 12510.74,\n      \"hidraulica\": 8748.055,\n      \"termica\": 1583.74609,\n      \"eolica\": 342.625763,\n      \"nuclear\": 0.0,\n      \"solar\": 1836.314\n    },\n    \"cargaVerificada\": 15927.1436,\n    \"importacao\": 4357.55273,\n    \"exportacao\": 941.1496\n  },\n  \"nordeste\": {\n    \"geracao\": {\n      \"total\": 21959.5313,\n      \"hidraulica\": 2081.71338,\n      \"termica\": 153.992935,\n      \"eolica\": 11871.0967,\n      \"nuclear\": 0.0,\n      \"solar\": 7852.72754\n    },\n    \"cargaVerificada\": 12208.2559,\n    \"importacao\": 0.0,\n    \"exportacao\": 9750.228\n  },\n  \"norte\": {\n    \"geracao\": {\n      \"total\": 7213.76758,\n      \"hidraulica\": 2854.34839,\n      \"termica\": 2756.85742,\n      \"eolica\": 324.584167,\n      \"nuclear\": 0.0,\n      \"solar\": 1277.97778\n    },\n    \"cargaVerificada\": 8097.90332,\n    \"importacao\": 884.135559,\n    \"exportacao\": 0.0\n  },\n  \"internacional\": {\n    \"argentina\": 942.2021,\n    \"paraguai\": 0.0,\n    \"uruguai\": -0.9615\n  },\n  \"intercambio\": {\n    \"internacional_sul\": -941.1496,\n    \"sul_sudeste\": -4357.55273,\n    \"sudeste_nordeste\": -5336.844,\n    \"sudeste_norteFic\": -3529.24756,\n    \"norte_norteFic\": -884.135559,\n    \"norteFic_nordeste\": -4413.3833\n  }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-NSW.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.14\",\n  \"network\": \"nem\",\n  \"code\": \"NSW1\",\n  \"region\": \"NSW1\",\n  \"created_at\": \"2025-07-17T21:16:10+10:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.nem.nsw1.demand\",\n      \"type\": \"power\",\n      \"code\": \"NEM\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          10731.86,\n          10633.64,\n          10613.18,\n          10551.28,\n          10403.67,\n          10382.14,\n          10186.4,\n          10116.07,\n          10118.27,\n          10001.86,\n          9877.45,\n          9954.16,\n          9889.09,\n          9836.8,\n          9837.88,\n          9753.82,\n          9622.98,\n          9594.96,\n          9589.53,\n          9506.35,\n          9408.53,\n          9294.62,\n          9318.81,\n          9311.03,\n          9259.58,\n          9131.1,\n          9048.89,\n          9061.56,\n          9008.99,\n          9021.4,\n          8822.82,\n          8789.41,\n          8879.61,\n          8768.96,\n          8641.84,\n          8703.86,\n          8541.11,\n          8515.18,\n          8506.78,\n          8504.56,\n          8402.9,\n          8375.54,\n          8336.06,\n          8370.72,\n          8344.82,\n          8318.33,\n          8276.78,\n          8329.65,\n          8278.73,\n          8230.52,\n          8195.45,\n          8150.35,\n          7985.63,\n          7948.61,\n          7954.32,\n          7900.55,\n          7899.81,\n          7852.63,\n          7743.23,\n          7733.95,\n          7736.99,\n          7751.2,\n          7703.46,\n          7578.79,\n          7566.5,\n          7642.69,\n          7579.55,\n          7557.26,\n          7552.11,\n          7540.11,\n          7438.46,\n          7619.38,\n          7597.13,\n          7555.16,\n          7514.87,\n          7506.17,\n          7486.69,\n          7653.18,\n          7620.18,\n          7593.52,\n          7555.41,\n          7490.04,\n          7517.61,\n          7542.33,\n          7534.96,\n          7498.83,\n          7495.99,\n          7546.7,\n          7580.65,\n          7612.94,\n          7644.39,\n          7621.63,\n          7571.93,\n          7653.48,\n          7746.94,\n          7865.47,\n          7952.88,\n          7903.6,\n          7944.23,\n          8047.03,\n          8154.76,\n          8249.78,\n          8308.45,\n          8347.71,\n          8406.01,\n          8460.46,\n          8616.94,\n          8812.51,\n          8946.42,\n          9013.29,\n          9154.61,\n          9235.39,\n          9264.25,\n          9455.59,\n          9573.34,\n          9642.14,\n          9757.56,\n          9811.91,\n          9858.75,\n          9995.37,\n          10107.66,\n          10187.53,\n          10191.86,\n          10313.22,\n          10333.48,\n          10285.49,\n          10348.8,\n          10348.24,\n          10291.87,\n          10196.2,\n          10189.28,\n          10171.31,\n          10150.59,\n          10040.39,\n          10023.04,\n          9930.63,\n          9781.4,\n          9732.99,\n          9629.93,\n          9515.44,\n          9277.71,\n          9235.23,\n          9189.71,\n          9118.58,\n          8925.51,\n          8816.69,\n          8768.92,\n          8635.08,\n          8491.14,\n          8354.81,\n          8228.09,\n          8179.62,\n          8040.09,\n          7949.43,\n          7787.62,\n          7834.22,\n          7743.0,\n          7651.47,\n          7538.63,\n          7477.73,\n          7379.25,\n          7494.51,\n          7347.7,\n          7366.16,\n          7208.37,\n          7295.47,\n          7237.93,\n          7316.45,\n          7198.14,\n          7077.05,\n          6965.62,\n          6945.7,\n          6860.41,\n          6856.22,\n          6746.77,\n          6741.08,\n          6727.03,\n          6713.0,\n          6638.43,\n          6594.97,\n          6519.07,\n          6587.97,\n          6502.64,\n          6536.24,\n          6498.75,\n          6518.5,\n          6489.21,\n          6584.39,\n          6703.67,\n          6563.63,\n          6655.34,\n          6641.57,\n          6711.37,\n          6743.45,\n          6626.59,\n          6742.96,\n          6636.95,\n          6776.77,\n          6754.42,\n          6766.87,\n          6798.0,\n          6865.6,\n          6868.76,\n          6976.74,\n          7067.1,\n          7068.42,\n          7137.37,\n          7125.71,\n          7228.59,\n          7244.59,\n          7282.52,\n          7462.9,\n          7507.82,\n          7638.07,\n          7664.15,\n          7860.99,\n          7913.12,\n          8045.28,\n          8134.71,\n          8163.87,\n          8258.73,\n          8370.36,\n          8399.42,\n          8560.47,\n          8717.97,\n          8792.2,\n          8940.58,\n          9095.89,\n          9177.98,\n          9292.33,\n          9389.97,\n          9546.84,\n          9600.36,\n          9748.61,\n          9803.61,\n          9939.77,\n          10025.57,\n          10129.0,\n          10253.79,\n          10261.76,\n          10381.29,\n          10460.48,\n          10596.43,\n          10722.46,\n          10777.03,\n          10818.5,\n          10825.66,\n          10944.86,\n          10891.56,\n          10999.12,\n          10928.33,\n          10996.39,\n          10824.92,\n          10872.92,\n          10876.5,\n          10962.14,\n          10956.17,\n          10784.11,\n          10804.1,\n          10809.33,\n          10823.78,\n          10737.91,\n          10776.27,\n          10725.69,\n          10744.49,\n          10666.08,\n          10700.13,\n          10685.35,\n          10694.2,\n          10581.59,\n          10556.8,\n          10568.75,\n          10568.89,\n          10569.74,\n          10443.26,\n          10506.79,\n          10460.45,\n          10522.58,\n          10455.53,\n          10387.06,\n          10308.85,\n          10307.47,\n          10312.49,\n          10281.74,\n          10195.27,\n          10242.48,\n          10216.85,\n          10198.39\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.battery_charging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_charging\",\n      \"code\": \"battery_charging\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          10.6204,\n          41.8861,\n          42.3466,\n          42.0219,\n          43.7855,\n          42.2365,\n          48.8177,\n          41.499,\n          42.8491,\n          52.544,\n          51.527,\n          64.6597,\n          63.6568,\n          71.0208,\n          63.809,\n          62.04,\n          60.5735,\n          61.515,\n          63.5694,\n          63.884,\n          64.0994,\n          63.4164,\n          61.2844,\n          63.1143,\n          21.5663,\n          28.7378,\n          25.6196,\n          19.9704,\n          21.5886,\n          25.4972,\n          23.9388,\n          24.0104,\n          20.0238,\n          22.8046,\n          22.0994,\n          11.3493,\n          21.0013,\n          14.6243,\n          12.8359,\n          11.7599,\n          12.7369,\n          13.7333,\n          11.9582,\n          12.3033,\n          22.4055,\n          10.4378,\n          15.5354,\n          17.1603,\n          13.9743,\n          17.0316,\n          12.8444,\n          13.7383,\n          11.5638,\n          38.0478,\n          35.8885,\n          37.3498,\n          44.996,\n          46.4299,\n          42.7995,\n          41.5689,\n          44.8391,\n          12.2551,\n          24.5185,\n          37.6282,\n          42.333,\n          48.9715,\n          40.5424,\n          37.7472,\n          40.3081,\n          41.7752,\n          42.8081,\n          85.8537,\n          81.777,\n          85.9934,\n          81.9511,\n          80.5383,\n          81.505,\n          82.6514,\n          82.8036,\n          81.8918,\n          80.4718,\n          83.6623,\n          81.6063,\n          65.9242,\n          69.1088,\n          67.6392,\n          73.4381,\n          66.1629,\n          67.8375,\n          68.3589,\n          65.6539,\n          68.1758,\n          36.9411,\n          7.5765,\n          7.4765,\n          2.8087,\n          3.2336,\n          20.6206,\n          10.9741,\n          7.7441,\n          4.9889,\n          13.3381,\n          13.0989,\n          9.2662,\n          9.7008,\n          8.5379,\n          12.8155,\n          5.7043,\n          8.1111,\n          10.5336,\n          10.693,\n          15.3866,\n          14.6794,\n          9.2903,\n          7.6063,\n          10.6792,\n          28.2278,\n          10.6138,\n          8.1521,\n          13.1472,\n          8.246,\n          7.9812,\n          12.6829,\n          9.7507,\n          10.9377,\n          10.4527,\n          8.4974,\n          9.9669,\n          9.1515,\n          6.708,\n          6.076,\n          5.619,\n          6.2673,\n          6.2809,\n          5.8101,\n          6.7151,\n          26.4133,\n          4.6454,\n          5.7694,\n          5.598,\n          9.515,\n          6.6457,\n          5.715,\n          3.5059,\n          12.6245,\n          4.1849,\n          2.9815,\n          7.7319,\n          5.5828,\n          2.8758,\n          2.5787,\n          3.8382,\n          10.1181,\n          3.4578,\n          13.8364,\n          2.55,\n          2.6781,\n          7.6191,\n          3.0598,\n          14.275,\n          32.4335,\n          10.5168,\n          56.2307,\n          101.9482,\n          65.0064,\n          62.7068,\n          76.345,\n          99.1085,\n          248.6822,\n          259.5998,\n          258.8441,\n          265.6887,\n          259.3534,\n          289.685,\n          286.4972,\n          285.4674,\n          284.0547,\n          286.077,\n          286.596,\n          288.9369,\n          167.5539,\n          233.8892,\n          230.6233,\n          223.9037,\n          203.8215,\n          190.816,\n          122.5903,\n          103.2091,\n          281.999,\n          612.0968,\n          646.0582,\n          645.2441,\n          641.8987,\n          643.7964,\n          671.9476,\n          645.372,\n          652.0694,\n          642.5595,\n          655.5836,\n          78.1056,\n          58.21,\n          61.1822,\n          58.4071,\n          62.935,\n          73.7784,\n          5.0862,\n          1.679,\n          9.8306,\n          1.8549,\n          42.8592,\n          349.1959,\n          360.9209,\n          369.9342,\n          625.8602,\n          293.7705,\n          279.445,\n          298.1442,\n          143.6782,\n          137.524,\n          19.6247,\n          4.5834,\n          1.2919,\n          32.5946,\n          0.9428,\n          6.0094,\n          4.1681,\n          179.7812,\n          281.4812,\n          337.4386,\n          316.186,\n          300.5589,\n          301.0848,\n          295.1881,\n          292.9053,\n          302.2566,\n          296.511,\n          299.8254,\n          300.6733,\n          302.6952,\n          303.1384,\n          209.2649,\n          107.9232,\n          12.176,\n          8.7717,\n          15.8011,\n          8.4619,\n          2.5455,\n          2.2095,\n          2.1119,\n          2.0874,\n          2.2838,\n          2.4425,\n          1.9898,\n          1.8189,\n          3.8298,\n          1.799,\n          1.77,\n          2.0073,\n          1.6968,\n          3.9677,\n          1.6236,\n          5.4528,\n          3.2335,\n          3.1222,\n          5.4196,\n          1.6774,\n          2.7011,\n          3.3611,\n          1.6808,\n          9.612,\n          1.7362,\n          3.2509,\n          1.6196,\n          1.6765,\n          1.5942,\n          1.7363,\n          2.511,\n          1.6138,\n          13.6207,\n          1.6438,\n          1.5503,\n          1.6342,\n          1.7677,\n          1.5838,\n          9.1362,\n          1.5503,\n          6.892,\n          3.5403\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.battery_discharging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_discharging\",\n      \"code\": \"battery_discharging\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0015,\n          0.0194,\n          0.1077,\n          0.0264,\n          0.1586,\n          0.1151,\n          null,\n          1.2834,\n          0.0179,\n          0.0158,\n          0.615,\n          0.7819,\n          17.3017,\n          5.1457,\n          0.4836,\n          0.236,\n          0.3842,\n          0.3195,\n          0.0493,\n          0.1309,\n          0.1002,\n          0.2814,\n          0.5388,\n          0.0654,\n          2.4328,\n          null,\n          0.1538,\n          1.4506,\n          0.1244,\n          0.0184,\n          0.0434,\n          0.2004,\n          6.2892,\n          0.0,\n          0.0553,\n          3.463,\n          0.2722,\n          5.7106,\n          1.559,\n          0.1163,\n          0.0,\n          0.3529,\n          0.1061,\n          0.1106,\n          0.172,\n          2.1311,\n          0.0105,\n          0.0215,\n          0.1594,\n          0.1145,\n          0.0,\n          0.3066,\n          0.0809,\n          0.0015,\n          0.8329,\n          0.0,\n          0.1104,\n          0.8779,\n          null,\n          0.3824,\n          0.0915,\n          2.2088,\n          0.04,\n          0.0897,\n          0.2199,\n          1.3968,\n          0.0015,\n          2.0189,\n          0.8618,\n          0.1189,\n          0.0215,\n          2.9405,\n          0.1465,\n          0.0508,\n          0.1628,\n          0.5115,\n          1.8068,\n          16.8235,\n          0.5096,\n          0.2773,\n          8.4221,\n          0.0329,\n          0.5719,\n          1.0269,\n          0.0,\n          0.2974,\n          0.2273,\n          0.8335,\n          0.1675,\n          0.0,\n          1.6286,\n          0.1139,\n          0.1346,\n          10.6994,\n          0.8887,\n          7.4696,\n          4.017,\n          0.1107,\n          0.0404,\n          5.5805,\n          36.1133,\n          0.2333,\n          0.0838,\n          0.6645,\n          1.8596,\n          1.4664,\n          2.6523,\n          3.4572,\n          1.4628,\n          4.3754,\n          4.7669,\n          0.7508,\n          22.5679,\n          29.7273,\n          29.5141,\n          28.0166,\n          44.3813,\n          41.4894,\n          38.4327,\n          36.9493,\n          35.0106,\n          35.8914,\n          34.7836,\n          35.2215,\n          60.091,\n          60.2294,\n          60.1213,\n          65.3375,\n          123.7977,\n          63.6742,\n          26.6644,\n          85.2338,\n          7.2404,\n          0.0,\n          1.348,\n          5.2911,\n          0.0,\n          0.0409,\n          0.0295,\n          0.2493,\n          0.0,\n          0.0285,\n          0.3895,\n          2.7492,\n          0.0,\n          0.0,\n          0.3717,\n          0.0,\n          0.0,\n          0.013,\n          1.3019,\n          2.6701,\n          0.0,\n          1.0569,\n          0.0,\n          1.6299,\n          0.1181,\n          0.0164,\n          0.0733,\n          0.0,\n          0.0,\n          4.0178,\n          12.2568,\n          353.917,\n          364.2479,\n          362.7772,\n          354.6113,\n          367.6649,\n          497.3636,\n          629.6322,\n          630.9614,\n          628.1628,\n          629.6903,\n          627.6058,\n          628.4955,\n          629.6781,\n          632.597,\n          627.7722,\n          628.1445,\n          625.8557,\n          626.7071,\n          629.1522,\n          629.3392,\n          359.7373,\n          353.8392,\n          353.8761,\n          354.0117,\n          353.061,\n          204.6804,\n          null,\n          0.5448,\n          1.9286,\n          0.01,\n          null,\n          null,\n          7.4129,\n          0.05,\n          3.4236,\n          null,\n          0.6196,\n          146.3571,\n          116.3445,\n          33.1237,\n          287.8198,\n          284.0337,\n          287.1715,\n          289.1535,\n          284.0856,\n          287.3096,\n          18.3009,\n          4.6004,\n          16.7784,\n          95.0525,\n          122.2388,\n          11.1393,\n          222.9961,\n          220.6355,\n          282.6679,\n          277.8905,\n          280.2083,\n          278.5877,\n          72.4622,\n          54.9447,\n          58.4423,\n          56.1455,\n          92.8632,\n          97.5941,\n          0.8001,\n          0.0404,\n          0.2198,\n          276.1262,\n          276.2213,\n          278.4722,\n          289.0937,\n          280.3245,\n          282.1538,\n          280.3719,\n          409.0229,\n          213.8362,\n          210.0608,\n          215.314,\n          213.885,\n          211.4689,\n          236.6331,\n          196.7323,\n          140.5049,\n          63.537,\n          87.5732,\n          315.8737,\n          136.5828,\n          322.2151,\n          301.7625,\n          283.8254,\n          225.2733,\n          274.6521,\n          267.5192,\n          260.4176,\n          217.099,\n          262.3532,\n          84.792,\n          88.4173,\n          79.2894,\n          229.974,\n          53.0287,\n          79.6754,\n          51.8106,\n          49.4047,\n          49.8322,\n          90.9382,\n          49.0165,\n          56.4518,\n          98.709,\n          73.4849,\n          32.9587,\n          5.0001,\n          41.0209,\n          1.3636,\n          21.1082,\n          null,\n          0.0948,\n          0.0458,\n          4.4268,\n          0.0568,\n          3.8732,\n          3.5882,\n          15.4534,\n          0.0,\n          18.7099\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.bioenergy_biomass.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0739,\n          0.0776,\n          0.073,\n          0.0736,\n          0.0756,\n          0.073,\n          0.0736,\n          0.0727,\n          0.0731,\n          0.0764,\n          0.0837,\n          0.0905,\n          0.099,\n          0.1018,\n          0.1057,\n          0.1066,\n          0.1072,\n          0.106,\n          0.1094,\n          0.1091,\n          0.1117,\n          0.112,\n          0.1124,\n          0.1099,\n          0.1097,\n          0.112,\n          0.1115,\n          0.1106,\n          0.1105,\n          0.1076,\n          0.1095,\n          0.1098,\n          0.1096,\n          0.1115,\n          0.1116,\n          0.1169,\n          0.119,\n          0.1218,\n          0.1149,\n          0.118,\n          0.1206,\n          0.1196,\n          0.1258,\n          0.127,\n          0.1272,\n          0.1278,\n          0.125,\n          0.1243,\n          0.1272,\n          0.1272,\n          0.1315,\n          0.1308,\n          0.1313,\n          0.1284,\n          0.1315,\n          0.1285,\n          0.1313,\n          0.1305,\n          0.1314,\n          0.1333,\n          0.1347,\n          0.1335,\n          0.1334,\n          0.1345,\n          0.1424,\n          0.142,\n          0.142,\n          0.142,\n          0.1428,\n          0.1395,\n          0.1386,\n          0.139,\n          0.1382,\n          0.1392,\n          0.1397,\n          0.1398,\n          0.1392,\n          0.1384,\n          0.1381,\n          0.1381,\n          0.1309,\n          0.1358,\n          0.1357,\n          0.1355,\n          0.1357,\n          0.1336,\n          0.1312,\n          0.1251,\n          0.1296,\n          0.135,\n          0.1328,\n          0.1337,\n          0.134,\n          0.1336,\n          0.1332,\n          0.1348,\n          0.1336,\n          0.1341,\n          0.1342,\n          0.1334,\n          0.1348,\n          0.1333,\n          0.1359,\n          0.1362,\n          0.1372,\n          0.1349,\n          0.1357,\n          0.136,\n          0.135,\n          0.1372,\n          0.1338,\n          0.1335,\n          0.1333,\n          0.1327,\n          0.136,\n          0.1352,\n          0.1411,\n          0.141,\n          0.1405,\n          0.1404,\n          0.1403,\n          0.1405,\n          0.1407,\n          0.1396,\n          0.1418,\n          0.1409,\n          0.1387,\n          0.1377,\n          0.1362,\n          0.1359,\n          0.136,\n          0.1399,\n          0.1396,\n          0.1341,\n          0.1309,\n          0.1309,\n          0.1139,\n          0.1039,\n          0.1034,\n          0.0998,\n          0.1016,\n          0.1007,\n          0.0961,\n          0.0918,\n          0.091,\n          0.092,\n          0.0893,\n          0.0873,\n          0.0871,\n          0.0958,\n          0.0881,\n          0.0885,\n          0.0924,\n          0.0911,\n          0.0935,\n          0.093,\n          0.0951,\n          0.0958,\n          0.0957,\n          0.0966,\n          0.1002,\n          0.0966,\n          0.0954,\n          0.0978,\n          0.0954,\n          0.0981,\n          0.0989,\n          0.0999,\n          0.0981,\n          0.0967,\n          0.0958,\n          0.0947,\n          0.0924,\n          0.0886,\n          0.0839,\n          0.0834,\n          0.0819,\n          0.0824,\n          0.0828,\n          0.0817,\n          0.0815,\n          0.0819,\n          0.0822,\n          0.0821,\n          0.0801,\n          0.0828,\n          0.0837,\n          0.0894,\n          0.084,\n          0.085,\n          0.0834,\n          0.0827,\n          0.0829,\n          0.087,\n          0.0875,\n          0.0645,\n          0.0619,\n          0.0623,\n          0.0651,\n          0.0644,\n          0.0616,\n          0.0616,\n          0.0621,\n          0.0608,\n          0.0608,\n          0.0612,\n          0.0605,\n          0.0603,\n          0.0615,\n          0.0616,\n          0.0623,\n          0.0673,\n          0.0669,\n          0.0657,\n          0.063,\n          0.0605,\n          0.0596,\n          0.0592,\n          0.0613,\n          0.0643,\n          0.0642,\n          0.0645,\n          0.0697,\n          0.0716,\n          0.0692,\n          0.0689,\n          0.0705,\n          0.0731,\n          0.0732,\n          0.0788,\n          0.0769,\n          0.0781,\n          0.0761,\n          0.0751,\n          0.0731,\n          0.0753,\n          0.0776,\n          0.0756,\n          0.0727,\n          0.0728,\n          0.0718,\n          0.0713,\n          0.073,\n          0.0738,\n          0.0739,\n          0.0728,\n          0.0734,\n          0.0733,\n          0.0727,\n          0.0729,\n          0.0736,\n          0.0731,\n          0.0728,\n          0.0736,\n          0.0737,\n          0.0737,\n          0.0724,\n          0.0726,\n          0.0728,\n          0.0734,\n          0.0727,\n          0.0731,\n          0.0722,\n          0.074,\n          0.0721,\n          0.0734,\n          0.0728,\n          0.0731,\n          0.074,\n          0.0729,\n          0.0739,\n          0.073,\n          0.074,\n          0.0736,\n          0.0753,\n          0.0751,\n          0.0748,\n          0.0756,\n          0.075,\n          0.0755,\n          0.0747,\n          0.0752,\n          0.0751,\n          0.0755,\n          0.0746,\n          0.0745,\n          0.0752,\n          0.0753\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.bioenergy_biomass.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0037,\n          0.0036,\n          0.0041,\n          0.0041,\n          0.0042,\n          0.0042,\n          0.0041,\n          0.0036,\n          0.0033,\n          0.003,\n          0.0029,\n          0.0029,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0027,\n          0.0028,\n          0.0028,\n          0.0028,\n          0.0029,\n          0.0028,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0028,\n          0.0029,\n          0.0029,\n          0.0029,\n          0.0053,\n          0.0057,\n          0.0054,\n          0.0051,\n          0.0051,\n          0.0053,\n          0.0054,\n          0.0053,\n          0.0054,\n          0.0056,\n          0.0053,\n          0.0053,\n          0.0056,\n          0.0055,\n          0.0054,\n          0.0054,\n          0.0051,\n          0.0051,\n          0.0052,\n          0.0051,\n          0.0055,\n          0.0055,\n          0.0056,\n          0.0054,\n          0.005,\n          0.0052,\n          0.0052,\n          0.0048,\n          0.0049,\n          0.0049,\n          0.005,\n          0.006,\n          0.0061,\n          0.0094,\n          0.0246,\n          1.2903,\n          0.1737,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.1683,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.7632,\n          0.0,\n          0.0,\n          1.0965,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.bioenergy_biomass.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          20.0473,\n          21.2773,\n          17.8339,\n          17.9467,\n          18.0923,\n          17.5281,\n          17.7381,\n          20.4004,\n          22.0266,\n          25.3662,\n          28.4514,\n          31.2165,\n          34.7432,\n          35.8163,\n          37.4798,\n          37.7798,\n          38.0627,\n          37.6627,\n          38.7827,\n          38.8959,\n          40.012,\n          40.102,\n          40.222,\n          39.1974,\n          39.1574,\n          40.019,\n          39.8104,\n          39.5132,\n          39.4632,\n          38.2972,\n          39.0774,\n          39.1674,\n          39.1074,\n          39.9133,\n          39.8547,\n          42.1054,\n          43.0558,\n          44.2046,\n          41.2179,\n          42.5755,\n          43.6444,\n          43.2944,\n          45.8108,\n          46.3739,\n          46.4239,\n          46.6439,\n          45.4678,\n          45.2378,\n          46.4239,\n          46.4439,\n          48.1357,\n          47.9057,\n          48.09,\n          46.9168,\n          48.1457,\n          46.9197,\n          48.1029,\n          47.8429,\n          48.1229,\n          48.7529,\n          49.5047,\n          48.9974,\n          48.9674,\n          49.4447,\n          52.6928,\n          52.5628,\n          52.5528,\n          52.5628,\n          52.8128,\n          51.4138,\n          51.1782,\n          51.3082,\n          51.0582,\n          51.3782,\n          51.5482,\n          51.5582,\n          51.3582,\n          51.0982,\n          51.0182,\n          50.9524,\n          47.9672,\n          49.9292,\n          49.8992,\n          49.8392,\n          49.8992,\n          49.1462,\n          48.3462,\n          46.3462,\n          47.6488,\n          49.4288,\n          48.6988,\n          48.9988,\n          49.0988,\n          48.9688,\n          48.8388,\n          49.3688,\n          48.9588,\n          49.2261,\n          49.2661,\n          49.0161,\n          49.4661,\n          48.7544,\n          49.9134,\n          50.0034,\n          50.3434,\n          49.5332,\n          49.9048,\n          50.0048,\n          49.6748,\n          50.4864,\n          49.1174,\n          49.0074,\n          48.9274,\n          48.7474,\n          49.8274,\n          49.669,\n          52.1269,\n          52.0869,\n          51.9469,\n          51.9069,\n          51.8569,\n          51.9469,\n          52.0169,\n          51.6269,\n          52.1037,\n          51.7937,\n          51.0937,\n          50.7637,\n          50.1708,\n          50.0908,\n          50.1108,\n          51.4108,\n          51.3108,\n          48.9514,\n          47.9114,\n          47.9214,\n          40.8607,\n          36.7367,\n          36.5109,\n          34.9661,\n          35.6877,\n          35.0472,\n          33.3941,\n          31.9426,\n          31.6583,\n          32.0956,\n          31.157,\n          30.3567,\n          30.2867,\n          33.3284,\n          30.6254,\n          30.7482,\n          32.1941,\n          31.7613,\n          32.5513,\n          32.304,\n          32.9768,\n          33.1968,\n          33.1868,\n          33.5828,\n          34.7999,\n          33.5956,\n          33.1183,\n          34.0271,\n          33.1012,\n          33.9812,\n          34.2412,\n          34.5712,\n          33.9612,\n          33.5012,\n          33.3428,\n          32.9684,\n          32.1884,\n          30.8325,\n          29.2697,\n          29.197,\n          28.727,\n          28.887,\n          29.0413,\n          28.614,\n          28.577,\n          28.727,\n          28.807,\n          28.797,\n          28.011,\n          28.9197,\n          29.1954,\n          31.2084,\n          29.3612,\n          29.7956,\n          29.2341,\n          29.0356,\n          29.0326,\n          30.3726,\n          30.4625,\n          12.0616,\n          10.8014,\n          11.513,\n          12.756,\n          12.5932,\n          11.6932,\n          11.5017,\n          11.7188,\n          11.3188,\n          10.8316,\n          11.6475,\n          11.3903,\n          10.843,\n          11.243,\n          11.3402,\n          11.5702,\n          13.143,\n          13.023,\n          12.633,\n          12.2475,\n          10.913,\n          10.8045,\n          10.6645,\n          11.2874,\n          12.8961,\n          12.4088,\n          12.3374,\n          14.5046,\n          14.4859,\n          14.1832,\n          13.7202,\n          11.8123,\n          11.8992,\n          7.8137,\n          3.2046,\n          0.0596,\n          0.4496,\n          -1.4479,\n          -1.7779,\n          -0.9989,\n          -0.2989,\n          0.4611,\n          -0.1789,\n          -1.1289,\n          -1.1089,\n          -1.4389,\n          -2.0662,\n          -1.4962,\n          -1.2462,\n          -1.2162,\n          -3.2138,\n          -3.7198,\n          -0.8346,\n          -1.0346,\n          -0.9546,\n          -0.3245,\n          -0.4945,\n          -0.6045,\n          -0.3245,\n          -0.3145,\n          -0.2945,\n          -0.7145,\n          -2.3793,\n          -0.7088,\n          -0.8518,\n          -1.0818,\n          -0.9418,\n          -1.2418,\n          -0.6518,\n          -1.2718,\n          -0.8518,\n          -1.0518,\n          -0.9518,\n          -0.4331,\n          -0.7831,\n          -0.4531,\n          -0.7431,\n          -0.4231,\n          -0.5731,\n          -0.7462,\n          0.0984,\n          -1.2963,\n          -0.1318,\n          0.0684,\n          -1.0763,\n          -1.3363,\n          -1.1763,\n          -1.2063,\n          -1.0863,\n          -1.3863,\n          -1.4063,\n          -0.7762,\n          -0.7462\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.coal_black.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          548.5391,\n          547.6454,\n          546.2046,\n          546.4166,\n          546.6617,\n          538.0316,\n          531.6178,\n          522.7257,\n          513.4297,\n          507.8818,\n          503.3687,\n          508.775,\n          514.1815,\n          515.8769,\n          511.9194,\n          516.9015,\n          509.0019,\n          507.8224,\n          501.3346,\n          496.2979,\n          490.2357,\n          479.0939,\n          467.1155,\n          460.016,\n          455.6331,\n          447.1675,\n          441.3701,\n          438.3627,\n          436.458,\n          431.7161,\n          432.0804,\n          417.3533,\n          414.0176,\n          416.3105,\n          405.375,\n          402.042,\n          403.9029,\n          394.6035,\n          388.8668,\n          383.7948,\n          378.6926,\n          375.2581,\n          373.9329,\n          367.2125,\n          360.9817,\n          361.4509,\n          358.5857,\n          360.409,\n          357.9577,\n          352.669,\n          350.2407,\n          351.245,\n          350.9158,\n          345.3645,\n          346.234,\n          344.1081,\n          347.4379,\n          343.6822,\n          338.6661,\n          332.2399,\n          325.9533,\n          319.459,\n          316.1498,\n          312.9117,\n          315.6381,\n          317.4645,\n          313.698,\n          316.9079,\n          316.6731,\n          315.3663,\n          313.8536,\n          320.0132,\n          322.3048,\n          315.3674,\n          316.1334,\n          315.0277,\n          313.4099,\n          318.8147,\n          320.662,\n          318.0249,\n          320.6445,\n          318.9962,\n          319.6496,\n          323.8699,\n          327.3833,\n          326.805,\n          326.4557,\n          329.3499,\n          332.5197,\n          335.7384,\n          339.0639,\n          340.9418,\n          337.1486,\n          337.0696,\n          342.8747,\n          351.7988,\n          362.7896,\n          366.8981,\n          365.3802,\n          367.3152,\n          382.2507,\n          396.6213,\n          413.2845,\n          427.4488,\n          439.0681,\n          450.6445,\n          457.3716,\n          474.062,\n          485.5766,\n          492.1858,\n          497.6643,\n          500.876,\n          504.591,\n          509.1207,\n          514.8042,\n          518.6925,\n          529.0462,\n          534.0665,\n          534.404,\n          540.1864,\n          544.0071,\n          546.0984,\n          541.7015,\n          545.1966,\n          542.8217,\n          544.123,\n          542.6797,\n          543.5388,\n          537.9036,\n          531.8718,\n          517.9281,\n          510.9107,\n          502.7722,\n          498.0702,\n          487.601,\n          482.3856,\n          465.7335,\n          457.4706,\n          447.0913,\n          438.4532,\n          425.5542,\n          415.0485,\n          409.3788,\n          405.1453,\n          397.5447,\n          385.9747,\n          376.6089,\n          367.218,\n          352.7392,\n          341.9643,\n          333.2512,\n          322.207,\n          312.772,\n          306.5041,\n          297.1889,\n          298.2548,\n          290.6969,\n          286.1485,\n          281.4049,\n          276.0233,\n          269.6577,\n          273.0427,\n          272.2986,\n          269.119,\n          264.7667,\n          261.7842,\n          262.5099,\n          263.4203,\n          260.0168,\n          255.6376,\n          254.7638,\n          251.0356,\n          251.8023,\n          249.4851,\n          251.1208,\n          251.2048,\n          253.3749,\n          250.9912,\n          253.1382,\n          251.2232,\n          250.4137,\n          253.1961,\n          250.5316,\n          253.6163,\n          252.138,\n          254.1929,\n          252.4972,\n          251.4954,\n          258.3672,\n          260.1528,\n          262.4966,\n          262.4958,\n          259.9558,\n          259.8166,\n          259.2005,\n          261.9564,\n          259.9763,\n          261.3694,\n          260.8837,\n          259.9573,\n          259.0674,\n          254.3249,\n          259.9241,\n          259.9004,\n          256.9882,\n          261.518,\n          263.2622,\n          263.1385,\n          268.0442,\n          271.7147,\n          285.7915,\n          285.987,\n          288.3643,\n          302.2705,\n          310.5534,\n          316.0122,\n          321.5465,\n          329.2673,\n          338.3456,\n          343.6685,\n          348.2385,\n          360.4245,\n          372.3712,\n          385.8607,\n          399.2419,\n          407.2403,\n          425.9199,\n          439.9423,\n          453.8298,\n          463.5315,\n          465.5435,\n          472.1708,\n          481.1739,\n          488.3643,\n          496.2412,\n          505.6471,\n          512.3767,\n          515.6789,\n          522.0322,\n          526.169,\n          532.4672,\n          535.9802,\n          539.187,\n          543.7519,\n          547.0705,\n          550.4741,\n          552.9374,\n          555.7539,\n          556.4148,\n          559.2094,\n          555.2961,\n          557.9664,\n          557.5488,\n          559.2999,\n          558.387,\n          559.644,\n          558.9036,\n          559.0937,\n          558.6396,\n          558.5645,\n          560.1862,\n          558.6029,\n          559.477,\n          558.5317,\n          558.9268,\n          559.8727,\n          558.9378,\n          558.9343,\n          559.2772,\n          557.2314,\n          559.5402,\n          558.4778,\n          559.9256,\n          558.8487,\n          558.7003,\n          558.3575,\n          557.1828,\n          557.6799,\n          555.3078,\n          558.5163,\n          559.0162,\n          559.5353,\n          558.2427,\n          558.1922,\n          557.7259,\n          559.7144,\n          557.5813,\n          558.133\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.coal_black.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0756,\n          0.0757,\n          0.0757,\n          0.0757,\n          0.0757,\n          0.0757,\n          0.0757,\n          0.0757,\n          0.0756,\n          0.0756,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0752,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0754,\n          0.0753,\n          0.0753,\n          0.0752,\n          0.0752,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.075,\n          0.0749,\n          0.0749,\n          0.0749,\n          0.0749,\n          0.0749,\n          0.0749,\n          0.0749,\n          0.075,\n          0.075,\n          0.075,\n          0.075,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0752,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.0751,\n          0.075,\n          0.075,\n          0.0751,\n          0.0752,\n          0.0752,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0753,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0755,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754,\n          0.0754\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.coal_black.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          7271.5768,\n          7257.8559,\n          7237.8604,\n          7241.2054,\n          7243.4516,\n          7126.9703,\n          7040.8608,\n          6920.1559,\n          6794.4944,\n          6720.1035,\n          6659.1167,\n          6731.3345,\n          6804.8464,\n          6827.4054,\n          6775.4023,\n          6841.6144,\n          6733.8983,\n          6719.3959,\n          6634.5308,\n          6567.7331,\n          6487.3117,\n          6339.0666,\n          6179.2497,\n          6090.0628,\n          6037.7421,\n          5928.4135,\n          5852.2398,\n          5814.1043,\n          5790.5196,\n          5726.578,\n          5726.8962,\n          5533.5331,\n          5488.4641,\n          5518.9091,\n          5371.2017,\n          5326.9138,\n          5347.618,\n          5227.1564,\n          5149.1767,\n          5081.1093,\n          5012.4316,\n          4966.4102,\n          4948.368,\n          4858.0103,\n          4774.3907,\n          4780.4699,\n          4742.066,\n          4766.6513,\n          4733.3747,\n          4662.6702,\n          4629.7597,\n          4643.212,\n          4638.5978,\n          4563.9628,\n          4576.0967,\n          4547.3367,\n          4591.8686,\n          4541.3551,\n          4473.1654,\n          4392.4751,\n          4313.3712,\n          4231.0206,\n          4190.1748,\n          4146.5949,\n          4182.997,\n          4207.8995,\n          4156.8977,\n          4200.0628,\n          4197.0106,\n          4179.0662,\n          4159.0706,\n          4242.1532,\n          4273.0616,\n          4179.115,\n          4189.54,\n          4174.7935,\n          4153.2358,\n          4225.8686,\n          4250.7957,\n          4215.6877,\n          4249.8437,\n          4228.1392,\n          4236.5377,\n          4293.7164,\n          4341.3,\n          4333.2435,\n          4328.3117,\n          4367.3013,\n          4410.5149,\n          4453.8749,\n          4498.4802,\n          4523.3585,\n          4472.8694,\n          4471.2337,\n          4549.3111,\n          4670.0162,\n          4818.9197,\n          4875.1461,\n          4855.1997,\n          4881.5182,\n          5078.0307,\n          5265.4614,\n          5485.314,\n          5671.0842,\n          5825.8721,\n          5977.1933,\n          6062.1563,\n          6281.4964,\n          6434.1115,\n          6521.7838,\n          6595.0273,\n          6639.0706,\n          6688.6567,\n          6749.4971,\n          6826.0854,\n          6878.4785,\n          7012.295,\n          7074.5526,\n          7079.2644,\n          7156.9265,\n          7208.7587,\n          7235.9075,\n          7177.3373,\n          7224.4085,\n          7192.3765,\n          7215.1545,\n          7201.5795,\n          7212.2974,\n          7137.1495,\n          7061.2689,\n          6878.5259,\n          6782.8703,\n          6674.4943,\n          6610.5289,\n          6468.6073,\n          6404.8119,\n          6186.1067,\n          6080.5377,\n          5947.112,\n          5836.5628,\n          5667.3456,\n          5525.5465,\n          5449.4225,\n          5396.7355,\n          5299.8095,\n          5149.904,\n          5026.1958,\n          4903.4639,\n          4711.6147,\n          4567.3252,\n          4449.3304,\n          4300.4509,\n          4172.2994,\n          4087.4839,\n          3961.0902,\n          3974.3475,\n          3873.1007,\n          3812.1867,\n          3748.4405,\n          3675.9543,\n          3590.0886,\n          3635.6216,\n          3626.0267,\n          3582.6666,\n          3524.3894,\n          3484.2032,\n          3494.1887,\n          3505.7856,\n          3460.4723,\n          3401.4139,\n          3389.9879,\n          3339.9627,\n          3349.997,\n          3319.137,\n          3340.6463,\n          3341.8916,\n          3371.3353,\n          3338.9862,\n          3367.5999,\n          3342.4529,\n          3330.8075,\n          3368.1371,\n          3332.9559,\n          3374.2406,\n          3354.6847,\n          3381.9801,\n          3359.1769,\n          3344.1623,\n          3435.7165,\n          3460.2773,\n          3491.1617,\n          3491.6988,\n          3457.3478,\n          3455.6629,\n          3447.4354,\n          3484.3012,\n          3458.0555,\n          3476.513,\n          3469.4818,\n          3456.9816,\n          3445.5066,\n          3381.7851,\n          3457.1034,\n          3456.7374,\n          3417.6253,\n          3478.6859,\n          3502.319,\n          3500.2681,\n          3566.2849,\n          3616.0659,\n          3806.1568,\n          3808.5003,\n          3839.9707,\n          4027.9374,\n          4140.0729,\n          4209.9964,\n          4278.2358,\n          4377.896,\n          4494.3293,\n          4564.2527,\n          4626.7046,\n          4784.7402,\n          4940.6029,\n          5116.1191,\n          5290.5853,\n          5400.4989,\n          5645.6696,\n          5827.9974,\n          6010.4959,\n          6136.0113,\n          6163.5751,\n          6253.1027,\n          6373.1975,\n          6467.0226,\n          6570.2961,\n          6693.6628,\n          6782.7511,\n          6827.6735,\n          6912.465,\n          6966.2745,\n          7048.5029,\n          7099.504,\n          7143.9871,\n          7205.1941,\n          7249.6529,\n          7295.0883,\n          7328.3404,\n          7365.0843,\n          7372.6287,\n          7409.4947,\n          7357.5161,\n          7393.1858,\n          7387.3263,\n          7410.7886,\n          7398.4593,\n          7415.403,\n          7405.8324,\n          7407.7612,\n          7402.2679,\n          7401.0715,\n          7422.5319,\n          7401.4133,\n          7413.3033,\n          7400.6321,\n          7406.0032,\n          7418.772,\n          7406.0035,\n          7406.101,\n          7410.3491,\n          7383.5175,\n          7414.353,\n          7399.7776,\n          7419.2604,\n          7404.7825,\n          7402.9759,\n          7399.6065,\n          7385.1284,\n          7392.0376,\n          7360.8117,\n          7403.5857,\n          7410.202,\n          7416.7696,\n          7400.1432,\n          7398.8495,\n          7392.8923,\n          7419.3822,\n          7391.0613,\n          7398.6296\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.exports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          13.7006,\n          14.5379,\n          11.8183,\n          14.9176,\n          16.7803,\n          14.1165,\n          12.3735,\n          10.7744,\n          14.998,\n          16.9064,\n          14.7048,\n          14.7946,\n          15.3778,\n          15.4138,\n          14.9821,\n          12.3122,\n          11.3241,\n          10.682,\n          11.9632,\n          7.2216,\n          7.2295,\n          6.3867,\n          5.5915,\n          8.4717,\n          8.716,\n          6.8342,\n          6.8496,\n          10.6661,\n          11.4587,\n          10.9496,\n          12.8107,\n          11.5084,\n          11.2578,\n          10.732,\n          10.8158,\n          6.1232,\n          6.1508,\n          6.7379,\n          7.8458,\n          6.1249,\n          5.4638,\n          7.0628,\n          9.5173,\n          6.1794,\n          8.6934,\n          9.3582,\n          8.6664,\n          8.9382,\n          10.4104,\n          9.0189,\n          8.9869,\n          10.6799,\n          7.2709,\n          0.7491,\n          0.0,\n          0.0,\n          1.354,\n          0.5477,\n          0.2979,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          6.2148,\n          7.021,\n          7.7698,\n          6.7865,\n          6.3377,\n          6.5078,\n          8.158,\n          8.5689,\n          6.4351,\n          2.8098,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.1385,\n          0.782,\n          3.6773,\n          4.349,\n          6.6081,\n          6.5309,\n          9.3488,\n          7.0295,\n          3.4378,\n          2.7045,\n          7.3947,\n          3.9298,\n          4.9668,\n          5.9059,\n          9.4268,\n          9.4036,\n          8.4596,\n          6.3684,\n          9.0501,\n          13.7149,\n          11.629,\n          9.9579,\n          10.7579,\n          8.0184,\n          8.2678,\n          10.0151,\n          9.8482,\n          14.5281,\n          10.0349,\n          9.0092,\n          12.2151,\n          25.6625,\n          23.2555,\n          26.3221,\n          23.9674,\n          25.7571,\n          26.0047,\n          28.0496,\n          24.8918,\n          26.8208,\n          26.3869,\n          25.7162,\n          25.9313,\n          26.3396,\n          24.0442,\n          24.6953,\n          27.3552,\n          27.5109,\n          27.4087,\n          28.3377,\n          28.9547,\n          29.1478,\n          29.545,\n          29.1986,\n          29.0989,\n          29.5636,\n          28.4158,\n          30.2295,\n          27.963,\n          30.9272,\n          30.4995,\n          33.3003,\n          28.9432,\n          29.4895,\n          29.2902,\n          30.0603,\n          27.5526,\n          26.4,\n          32.0996,\n          30.5634,\n          31.5422,\n          34.1392,\n          28.7549\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.exports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.5941,\n          0.5933,\n          0.587,\n          0.5852,\n          0.5794,\n          0.5758,\n          0.5775,\n          0.5779,\n          0.5697,\n          0.568,\n          0.5661,\n          0.5632,\n          0.5557,\n          0.552,\n          0.5506,\n          0.5453,\n          0.5418,\n          0.541,\n          0.5382,\n          0.5344,\n          0.53,\n          0.5268,\n          0.5268,\n          0.5232,\n          0.5221,\n          0.5217,\n          0.5201,\n          0.507,\n          0.5049,\n          0.5025,\n          0.4994,\n          0.5021,\n          0.4993,\n          0.5014,\n          0.5016,\n          0.4085,\n          0.3932,\n          0.3924,\n          0.4098,\n          0.4129,\n          0.4048,\n          0.4124,\n          0.4004,\n          0.42,\n          0.4187,\n          0.422,\n          0.4286,\n          0.4246,\n          0.423,\n          0.4229,\n          0.422,\n          0.4135,\n          0.418,\n          0.4219,\n          0.0,\n          0.0,\n          0.4173,\n          0.4168,\n          0.4194,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.4306,\n          0.4271,\n          0.4209,\n          0.4299,\n          0.4274,\n          0.4272,\n          0.4292,\n          0.4305,\n          0.4284,\n          0.4274,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.4688,\n          0.4721,\n          0.4817,\n          0.4892,\n          0.4965,\n          0.4956,\n          0.5192,\n          0.5258,\n          0.5392,\n          0.5537,\n          0.5587,\n          0.5726,\n          0.6095,\n          0.6187,\n          0.6207,\n          0.6117,\n          0.6109,\n          0.6199,\n          0.6201,\n          0.6181,\n          0.6183,\n          0.6241,\n          0.6169,\n          0.6262,\n          0.633,\n          0.6361,\n          0.6354,\n          0.6352,\n          0.6351,\n          0.6387,\n          0.6035,\n          0.6236,\n          0.6214,\n          0.6157,\n          0.6254,\n          0.6116,\n          0.6163,\n          0.6168,\n          0.6207,\n          0.6178,\n          0.6166,\n          0.618,\n          0.6199,\n          0.6181,\n          0.6285,\n          0.6279,\n          0.6305,\n          0.6252,\n          0.632,\n          0.6309,\n          0.6308,\n          0.6331,\n          0.6335,\n          0.6319,\n          0.6339,\n          0.6348,\n          0.6335,\n          0.6348,\n          0.6372,\n          0.6398,\n          0.6371,\n          0.6392,\n          0.6386,\n          0.6426,\n          0.6498,\n          0.6452,\n          0.6446,\n          0.6411,\n          0.6474,\n          0.6514,\n          0.6527,\n          0.6559,\n          0.674\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.exports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          276.7286,\n          294.0627,\n          241.5947,\n          305.9018,\n          347.5388,\n          294.2208,\n          257.1101,\n          223.7436,\n          315.9066,\n          357.1554,\n          311.73,\n          315.2454,\n          332.0765,\n          335.0639,\n          326.5204,\n          270.9337,\n          250.7996,\n          236.9566,\n          266.7138,\n          162.1503,\n          163.6864,\n          145.49,\n          127.3717,\n          194.3024,\n          200.3423,\n          157.2018,\n          158.0402,\n          252.4646,\n          272.3149,\n          261.5001,\n          307.827,\n          275.0606,\n          270.5547,\n          256.8602,\n          258.7387,\n          179.8729,\n          187.7217,\n          206.0706,\n          229.7183,\n          178.0161,\n          161.9813,\n          205.5299,\n          285.2651,\n          176.5459,\n          249.1763,\n          266.1256,\n          242.6462,\n          252.6049,\n          295.3262,\n          255.9056,\n          255.5588,\n          309.9466,\n          208.723,\n          21.3057,\n          0.0,\n          0.0,\n          38.9356,\n          15.7659,\n          8.5233,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          173.2092,\n          197.2491,\n          221.5318,\n          189.428,\n          177.945,\n          182.8212,\n          228.067,\n          238.8484,\n          180.2565,\n          78.8828,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          3.5443,\n          19.876,\n          91.6039,\n          106.6747,\n          159.7229,\n          158.1407,\n          216.06,\n          160.4436,\n          76.503,\n          58.6157,\n          158.835,\n          82.3598,\n          97.793,\n          114.5459,\n          182.2526,\n          184.4798,\n          166.1824,\n          123.2821,\n          175.1323,\n          266.2805,\n          225.6927,\n          191.458,\n          209.2737,\n          153.6658,\n          156.7369,\n          188.9305,\n          185.9966,\n          274.4491,\n          189.613,\n          169.2765,\n          242.9043,\n          493.8298,\n          449.0957,\n          513.0169,\n          459.8695,\n          505.3838,\n          506.3134,\n          545.6962,\n          481.2,\n          520.9198,\n          513.5366,\n          499.3591,\n          501.9439,\n          511.3892,\n          459.0755,\n          471.9863,\n          520.631,\n          528.0112,\n          520.4092,\n          538.9619,\n          550.8553,\n          552.5066,\n          559.6837,\n          554.4971,\n          550.846,\n          558.8705,\n          538.2668,\n          571.4187,\n          526.6486,\n          580.1022,\n          574.4254,\n          625.153,\n          543.8507,\n          550.7302,\n          540.9387,\n          559.0706,\n          512.9536,\n          494.1522,\n          595.0115,\n          563.0204,\n          579.9488,\n          624.6104,\n          511.9898\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ccgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          7.7149,\n          6.4445,\n          5.9178,\n          5.9488,\n          5.9178,\n          5.9178,\n          5.9178,\n          5.9488,\n          5.9178,\n          5.9178,\n          5.9488,\n          5.9178,\n          5.9178,\n          3.9349,\n          1.1464,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.2169,\n          0.8985,\n          1.0844,\n          1.0844,\n          2.2308,\n          2.1998,\n          2.2308,\n          3.9039,\n          5.8868,\n          5.9178,\n          5.9488,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8868,\n          5.8559,\n          6.7544,\n          5.8868,\n          5.8868,\n          6.8473,\n          8.2416,\n          9.357,\n          9.4189,\n          10.7202,\n          12.7032,\n          13.8496,\n          13.9425,\n          13.9115,\n          13.8496,\n          13.7876,\n          13.8496,\n          13.8186,\n          13.7566,\n          13.8805,\n          13.9115,\n          13.7256,\n          13.6946,\n          13.8496,\n          13.9115,\n          13.8805,\n          13.7256,\n          13.8805,\n          13.6637,\n          13.7566,\n          13.7566,\n          13.8496,\n          13.7256,\n          13.9425,\n          13.7566,\n          13.7566,\n          13.7256,\n          13.7876,\n          13.9425,\n          13.8805,\n          13.7876,\n          13.7876,\n          13.8186,\n          13.8805,\n          13.8496,\n          13.7566,\n          13.8186,\n          13.7566,\n          13.8496,\n          13.7566,\n          13.8496,\n          13.7566,\n          13.7876,\n          13.9115,\n          13.9425,\n          13.9425,\n          13.7256,\n          13.9425,\n          13.8186,\n          13.9735,\n          13.8186,\n          13.9425,\n          13.7566,\n          13.9735,\n          13.7876,\n          13.7876\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ccgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031,\n          0.031\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ccgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          249.0,\n          208.0,\n          191.0,\n          192.0,\n          191.0,\n          191.0,\n          191.0,\n          192.0,\n          191.0,\n          191.0,\n          192.0,\n          191.0,\n          191.0,\n          127.0,\n          37.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          7.0,\n          29.0,\n          35.0,\n          35.0,\n          72.0,\n          71.0,\n          72.0,\n          126.0,\n          190.0,\n          191.0,\n          192.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          190.0,\n          189.0,\n          218.0,\n          190.0,\n          190.0,\n          221.0,\n          266.0,\n          302.0,\n          304.0,\n          346.0,\n          410.0,\n          447.0,\n          450.0,\n          449.0,\n          447.0,\n          445.0,\n          447.0,\n          446.0,\n          444.0,\n          448.0,\n          449.0,\n          443.0,\n          442.0,\n          447.0,\n          449.0,\n          448.0,\n          443.0,\n          448.0,\n          441.0,\n          444.0,\n          444.0,\n          447.0,\n          443.0,\n          450.0,\n          444.0,\n          444.0,\n          443.0,\n          445.0,\n          450.0,\n          448.0,\n          445.0,\n          445.0,\n          446.0,\n          448.0,\n          447.0,\n          444.0,\n          446.0,\n          444.0,\n          447.0,\n          444.0,\n          447.0,\n          444.0,\n          445.0,\n          449.0,\n          450.0,\n          450.0,\n          443.0,\n          450.0,\n          446.0,\n          451.0,\n          446.0,\n          450.0,\n          444.0,\n          451.0,\n          445.0,\n          445.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2.0068,\n          2.0008,\n          2.0249,\n          2.049,\n          2.0284,\n          2.0194,\n          2.0349,\n          2.0359,\n          2.0249,\n          2.046,\n          2.049,\n          2.0731,\n          2.061,\n          2.051,\n          2.0716,\n          2.0856,\n          2.0786,\n          2.0901,\n          2.0761,\n          2.0655,\n          2.0921,\n          2.0766,\n          2.0826,\n          2.0671,\n          2.0826,\n          2.0655,\n          2.1047,\n          2.1062,\n          2.1067,\n          2.1122,\n          2.1192,\n          2.1117,\n          2.1378,\n          2.1092,\n          2.1418,\n          2.1253,\n          2.1263,\n          2.1343,\n          2.1343,\n          2.1243,\n          2.1398,\n          2.1363,\n          2.1453,\n          2.1629,\n          2.1489,\n          2.1524,\n          2.1529,\n          2.1509,\n          2.1468,\n          2.1744,\n          2.1945,\n          2.179,\n          2.191,\n          2.2086,\n          2.1749,\n          2.1714,\n          2.1835,\n          2.1679,\n          2.1905,\n          2.197,\n          2.1795,\n          2.1714,\n          2.1739,\n          2.1298,\n          2.1207,\n          2.1187,\n          2.1443,\n          2.1534,\n          2.1398,\n          2.1408,\n          2.1373,\n          2.1353,\n          2.1559,\n          2.1805,\n          2.184,\n          2.1664,\n          2.1283,\n          2.1438,\n          2.1418,\n          2.1529,\n          2.1353,\n          2.1504,\n          2.1473,\n          2.1423,\n          2.1468,\n          2.1448,\n          2.1509,\n          2.1549,\n          2.1644,\n          2.1383,\n          2.1273,\n          2.1383,\n          2.1514,\n          2.1418,\n          2.1413,\n          2.1499,\n          2.178,\n          2.1775,\n          2.1825,\n          2.19,\n          2.1559,\n          2.179,\n          2.1765,\n          2.1775,\n          2.1714,\n          2.1825,\n          2.2036,\n          2.194,\n          2.1955,\n          2.2086,\n          2.1985,\n          2.1759,\n          2.1654,\n          2.1609,\n          2.1694,\n          2.1609,\n          2.1524,\n          2.1619,\n          2.183,\n          2.1754,\n          2.1825,\n          2.19,\n          2.1689,\n          2.1378,\n          2.1207,\n          2.1022,\n          2.0906,\n          2.0786,\n          2.0615,\n          2.0585,\n          2.0615,\n          2.0234,\n          2.04,\n          2.0465,\n          2.0645,\n          2.05,\n          1.9948,\n          1.8949,\n          1.8989,\n          1.8994,\n          1.9009,\n          1.9014,\n          1.9014,\n          1.9025,\n          1.904,\n          1.8989,\n          1.8964,\n          1.8974,\n          1.9004,\n          1.8964,\n          1.9075,\n          1.8949,\n          1.8974,\n          1.8989,\n          1.8959,\n          1.8989,\n          1.8949,\n          1.8959,\n          1.8979,\n          1.8969,\n          1.8964,\n          1.8964,\n          1.8954,\n          1.8994,\n          1.8969,\n          1.8959,\n          1.8969,\n          1.9075,\n          1.908,\n          1.9075,\n          1.8979,\n          1.9009,\n          1.9014,\n          1.8959,\n          1.8954,\n          1.8959,\n          1.905,\n          1.9035,\n          1.905,\n          1.8944,\n          1.8884,\n          1.8934,\n          1.8698,\n          1.8874,\n          1.8819,\n          1.8743,\n          1.8658,\n          1.8738,\n          1.8919,\n          1.8748,\n          1.8789,\n          1.8653,\n          1.8618,\n          1.8543,\n          1.8568,\n          1.8653,\n          1.8708,\n          1.8874,\n          1.8984,\n          1.9014,\n          1.9175,\n          1.9019,\n          1.9285,\n          1.922,\n          1.923,\n          1.925,\n          1.9316,\n          1.9095,\n          1.9205,\n          1.9311,\n          1.909,\n          1.9125,\n          1.9009,\n          1.908,\n          1.9019,\n          1.9035,\n          1.921,\n          1.8984,\n          1.9045,\n          1.9471,\n          1.9647,\n          1.9978,\n          1.9983,\n          1.9973,\n          2.0284,\n          2.0796,\n          2.1002,\n          2.0846,\n          2.0972,\n          2.0992,\n          2.1172,\n          2.1212,\n          2.1238,\n          2.1408,\n          4.1965,\n          5.8766,\n          8.0577,\n          7.884,\n          9.8598,\n          9.8879,\n          9.8744,\n          9.892,\n          9.9215,\n          9.9188,\n          9.8851,\n          9.9408,\n          9.9341,\n          9.9341,\n          9.977,\n          9.9439,\n          9.9853,\n          9.9675,\n          9.9627,\n          9.971,\n          9.956,\n          9.9286,\n          9.9424,\n          9.9205,\n          9.9378,\n          9.8978,\n          9.8963,\n          9.8965,\n          9.8725,\n          9.876,\n          9.8715,\n          9.9128,\n          9.9253,\n          9.9055,\n          9.9155,\n          9.9699,\n          9.9939,\n          9.99,\n          10.0302,\n          9.9824,\n          9.9921,\n          7.9852,\n          10.0099,\n          10.0479,\n          7.8916,\n          5.5028,\n          3.2274,\n          2.1594,\n          2.1529,\n          2.181,\n          2.1478,\n          2.1659,\n          2.1438,\n          2.1699\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0554,\n          0.0486,\n          0.0481,\n          0.0478,\n          0.0478,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0477,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0478,\n          0.0476,\n          0.0477,\n          0.0478,\n          0.0482,\n          0.0491,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502,\n          0.0502\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          39.99,\n          39.87,\n          40.35,\n          40.83,\n          40.42,\n          40.24,\n          40.55,\n          40.57,\n          40.35,\n          40.77,\n          40.83,\n          41.31,\n          41.07,\n          40.87,\n          41.28,\n          41.56,\n          41.42,\n          41.65,\n          41.37,\n          41.16,\n          41.69,\n          41.38,\n          41.5,\n          41.19,\n          41.5,\n          41.16,\n          41.94,\n          41.97,\n          41.98,\n          42.09,\n          42.23,\n          42.08,\n          42.6,\n          42.03,\n          42.68,\n          42.35,\n          42.37,\n          42.53,\n          42.53,\n          42.33,\n          42.64,\n          42.57,\n          42.75,\n          43.1,\n          42.82,\n          42.89,\n          42.9,\n          42.86,\n          42.78,\n          43.33,\n          43.73,\n          43.42,\n          43.66,\n          44.01,\n          43.34,\n          43.27,\n          43.51,\n          43.2,\n          43.65,\n          43.78,\n          43.43,\n          43.27,\n          43.32,\n          42.44,\n          42.26,\n          42.22,\n          42.73,\n          42.91,\n          42.64,\n          42.66,\n          42.59,\n          42.55,\n          42.96,\n          43.45,\n          43.52,\n          43.17,\n          42.41,\n          42.72,\n          42.68,\n          42.9,\n          42.55,\n          42.85,\n          42.79,\n          42.69,\n          42.78,\n          42.74,\n          42.86,\n          42.94,\n          43.13,\n          42.61,\n          42.39,\n          42.61,\n          42.87,\n          42.68,\n          42.67,\n          42.84,\n          43.4,\n          43.39,\n          43.49,\n          43.64,\n          42.96,\n          43.42,\n          43.37,\n          43.39,\n          43.27,\n          43.49,\n          43.91,\n          43.72,\n          43.75,\n          44.01,\n          43.81,\n          43.36,\n          43.15,\n          43.06,\n          43.23,\n          43.06,\n          42.89,\n          43.08,\n          43.5,\n          43.35,\n          43.49,\n          43.64,\n          43.22,\n          42.6,\n          42.26,\n          41.89,\n          41.66,\n          41.42,\n          41.08,\n          41.02,\n          41.08,\n          40.32,\n          40.65,\n          40.78,\n          41.14,\n          40.85,\n          39.75,\n          37.76,\n          37.84,\n          37.85,\n          37.88,\n          37.89,\n          37.89,\n          37.91,\n          37.94,\n          37.84,\n          37.79,\n          37.81,\n          37.87,\n          37.79,\n          38.01,\n          37.76,\n          37.81,\n          37.84,\n          37.78,\n          37.84,\n          37.76,\n          37.78,\n          37.82,\n          37.8,\n          37.79,\n          37.79,\n          37.77,\n          37.85,\n          37.8,\n          37.78,\n          37.8,\n          38.01,\n          38.02,\n          38.01,\n          37.82,\n          37.88,\n          37.89,\n          37.78,\n          37.77,\n          37.78,\n          37.96,\n          37.93,\n          37.96,\n          37.75,\n          37.63,\n          37.73,\n          37.26,\n          37.61,\n          37.5,\n          37.35,\n          37.18,\n          37.34,\n          37.7,\n          37.36,\n          37.44,\n          37.17,\n          37.1,\n          36.95,\n          37.0,\n          37.17,\n          37.28,\n          37.61,\n          37.83,\n          37.89,\n          38.21,\n          37.9,\n          38.43,\n          38.3,\n          38.32,\n          38.36,\n          38.49,\n          38.05,\n          38.27,\n          38.48,\n          38.04,\n          38.11,\n          37.88,\n          38.02,\n          37.9,\n          37.93,\n          38.28,\n          37.83,\n          37.95,\n          38.8,\n          39.15,\n          39.81,\n          39.82,\n          39.8,\n          40.42,\n          41.44,\n          41.85,\n          41.54,\n          41.79,\n          41.83,\n          42.19,\n          42.27,\n          42.32,\n          38.6103,\n          86.3947,\n          122.1734,\n          168.5245,\n          164.8406,\n          206.8782,\n          207.4818,\n          207.2085,\n          207.5498,\n          208.1523,\n          208.1279,\n          207.4039,\n          208.5716,\n          208.4094,\n          208.4094,\n          209.2993,\n          208.636,\n          209.4894,\n          209.1692,\n          209.0372,\n          209.2278,\n          208.9082,\n          208.3436,\n          208.672,\n          208.2113,\n          208.5711,\n          207.7618,\n          207.7351,\n          207.7771,\n          207.2993,\n          207.3552,\n          207.257,\n          208.1169,\n          208.3728,\n          207.9457,\n          208.1658,\n          209.2852,\n          209.7689,\n          209.677,\n          210.5195,\n          209.5335,\n          209.7219,\n          167.007,\n          210.0916,\n          210.8603,\n          164.9682,\n          114.1763,\n          65.7425,\n          43.03,\n          42.9,\n          43.46,\n          42.8,\n          43.16,\n          42.72,\n          43.24\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.hydro.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"hydro\",\n      \"code\": \"hydro\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          26.4792,\n          -0.9811,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.3061,\n          -0.3061,\n          -0.3061,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3645,\n          -0.3645,\n          -0.3061,\n          -0.3061,\n          -0.3061,\n          -0.3368,\n          -0.3645,\n          -0.3953,\n          -0.3953,\n          -0.3368,\n          -0.3061,\n          -0.3061,\n          -0.3368,\n          -0.3368,\n          -0.3645,\n          0.0,\n          -0.3061,\n          -0.3368,\n          -0.2753,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3061,\n          -0.3645,\n          -0.3061,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3645,\n          -0.3061,\n          -0.3645,\n          -0.3645,\n          -0.3645,\n          -0.3061,\n          -0.3645,\n          -0.3368,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3368,\n          -0.2753,\n          -0.3368,\n          -0.3368,\n          -0.3061,\n          -0.3061,\n          -0.3645,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3645,\n          -0.3368,\n          -0.3645,\n          -0.3645,\n          -0.3645,\n          -0.3061,\n          -0.3061,\n          -0.3368,\n          -0.3061,\n          -0.3645,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3645,\n          -0.3368,\n          -0.3368,\n          -0.3368,\n          -0.3645,\n          -0.3953,\n          -0.3645,\n          -0.3368,\n          -0.2476,\n          -0.3645,\n          -0.3645,\n          -0.2753,\n          -0.3645,\n          -0.2753,\n          -0.3061,\n          37.6867,\n          48.2991,\n          53.417,\n          53.8237,\n          54.5576,\n          53.4616,\n          43.0174,\n          144.1245,\n          151.2545,\n          148.0782,\n          142.3631,\n          143.5385,\n          179.4205,\n          261.2057,\n          296.5875,\n          263.383,\n          269.6324,\n          393.69,\n          446.7309,\n          460.5426,\n          548.7324,\n          572.4312,\n          481.4236,\n          560.6263,\n          454.2525,\n          361.266,\n          275.1833,\n          267.4071,\n          272.5538,\n          217.3209,\n          207.7188,\n          144.5423,\n          135.5883,\n          138.9647,\n          47.6077,\n          30.2041,\n          0.1181,\n          0.7208,\n          0.0314,\n          -0.3356,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          41.1478,\n          30.5846,\n          0.1149,\n          0.5216,\n          33.5105,\n          114.0646,\n          129.5871,\n          183.0091,\n          354.7419,\n          452.4095,\n          463.3108,\n          517.7279,\n          638.1193,\n          612.9177,\n          627.1818,\n          648.9787,\n          659.7908,\n          646.06,\n          637.086,\n          933.0109,\n          1029.6493,\n          1063.5857,\n          954.3403,\n          973.5099,\n          1003.0453,\n          935.146,\n          928.173,\n          939.4622,\n          934.6737,\n          954.6937,\n          937.5389,\n          953.6613,\n          953.4584,\n          950.276,\n          987.6209,\n          958.3081,\n          957.2414,\n          964.5002,\n          965.9018,\n          985.12,\n          966.0077,\n          966.5788,\n          967.7837,\n          956.537,\n          976.2226,\n          954.5869,\n          967.953,\n          960.1124,\n          954.9912,\n          968.6162,\n          971.1538,\n          979.9106,\n          941.9591,\n          853.0416,\n          933.4463,\n          961.6223,\n          889.2331,\n          951.9448,\n          928.9166,\n          971.1473,\n          949.1581,\n          652.7289\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.imports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          45.0031,\n          45.2346,\n          45.7076,\n          43.7057,\n          39.7249,\n          42.1849,\n          39.8272,\n          40.5252,\n          44.5979,\n          43.667,\n          42.0946,\n          41.3499,\n          37.9012,\n          38.7104,\n          41.3884,\n          38.3088,\n          38.1194,\n          37.3147,\n          39.5977,\n          39.1278,\n          39.1015,\n          39.1724,\n          42.7482,\n          45.8188,\n          44.8053,\n          45.7138,\n          45.2451,\n          52.0423,\n          46.444,\n          48.7176,\n          44.3762,\n          48.4759,\n          51.9335,\n          58.7402,\n          58.4538,\n          60.002,\n          56.2819,\n          60.8693,\n          64.5723,\n          63.8053,\n          62.3092,\n          62.4632,\n          62.1845,\n          65.3053,\n          67.0115,\n          65.6649,\n          66.3093,\n          66.5621,\n          66.9025,\n          67.8291,\n          66.8475,\n          65.7827,\n          62.4927,\n          64.319,\n          65.0589,\n          63.8962,\n          62.9704,\n          63.9129,\n          63.1912,\n          64.6149,\n          67.9539,\n          69.6692,\n          68.7727,\n          66.003,\n          64.4947,\n          65.6632,\n          64.6276,\n          63.1589,\n          62.6083,\n          64.3279,\n          61.684,\n          68.0166,\n          67.2371,\n          68.8951,\n          67.3059,\n          67.4194,\n          66.9858,\n          69.2973,\n          69.0764,\n          70.2739,\n          68.34,\n          68.6835,\n          69.2634,\n          68.2887,\n          67.3056,\n          66.1676,\n          66.8371,\n          67.473,\n          67.1517,\n          66.5699,\n          65.7868,\n          64.6986,\n          64.4363,\n          66.1565,\n          68.3149,\n          65.8933,\n          65.3531,\n          63.3614,\n          64.7035,\n          70.0058,\n          67.9929,\n          67.0006,\n          62.5231,\n          59.3712,\n          57.445,\n          56.2079,\n          59.3313,\n          58.7896,\n          56.3715,\n          56.4887,\n          57.5663,\n          60.067,\n          58.3379,\n          60.882,\n          59.3241,\n          58.8472,\n          58.3675,\n          58.0856,\n          55.4136,\n          54.8022,\n          56.0957,\n          55.6647,\n          57.0766,\n          59.7488,\n          57.1241,\n          55.684,\n          57.9239,\n          56.5632,\n          53.7385,\n          52.1765,\n          55.5508,\n          54.5063,\n          56.5576,\n          51.0708,\n          53.8071,\n          51.6072,\n          42.2603,\n          44.1121,\n          38.1722,\n          41.4272,\n          39.7332,\n          38.5892,\n          39.9125,\n          38.3982,\n          36.1356,\n          39.6823,\n          39.7637,\n          39.151,\n          38.538,\n          38.8473,\n          38.6714,\n          40.6176,\n          39.1156,\n          38.6433,\n          39.62,\n          36.296,\n          39.3895,\n          37.1963,\n          36.7564,\n          38.5721,\n          39.7723,\n          40.1644,\n          40.1304,\n          41.3419,\n          39.1838,\n          41.0731,\n          38.9747,\n          41.2827,\n          41.1366,\n          42.0649,\n          39.797,\n          40.1584,\n          38.8714,\n          38.3452,\n          39.7903,\n          39.8566,\n          40.6942,\n          41.9974,\n          40.1809,\n          40.8342,\n          38.3951,\n          42.2322,\n          46.9949,\n          45.9886,\n          45.0999,\n          41.9865,\n          41.9839,\n          40.7677,\n          41.9871,\n          39.8807,\n          44.5394,\n          42.009,\n          41.3471,\n          41.216,\n          41.636,\n          42.556,\n          43.7573,\n          44.4455,\n          41.5294,\n          38.7666,\n          40.6926,\n          41.2443,\n          43.5447,\n          40.9844,\n          42.6579,\n          40.995,\n          42.7325,\n          40.149,\n          34.7495,\n          38.578,\n          38.7035,\n          42.6261,\n          40.9221,\n          45.5802,\n          36.1549,\n          35.0205,\n          34.044,\n          35.7222,\n          34.5515,\n          34.7391,\n          33.9001,\n          34.8107,\n          30.6396,\n          28.5373,\n          30.2554,\n          36.0766,\n          37.0962,\n          38.0061,\n          39.2445,\n          41.0553,\n          40.0776,\n          39.6709,\n          37.2024,\n          40.1336,\n          41.7324,\n          36.9345,\n          36.3691,\n          34.9593,\n          35.7338,\n          37.3703,\n          38.2616,\n          35.2338,\n          40.0607,\n          36.2119,\n          37.1236,\n          32.6211,\n          23.0846,\n          21.4842,\n          20.5331,\n          23.8655,\n          19.9536,\n          22.8203,\n          21.5792,\n          19.6859,\n          21.7276,\n          21.9479,\n          22.3695,\n          18.5706,\n          18.25,\n          21.3576,\n          20.9564,\n          23.9251,\n          21.0347,\n          23.8245,\n          24.6386,\n          22.1963,\n          25.0548,\n          25.1881,\n          23.9514,\n          23.0581,\n          21.6204,\n          20.7301,\n          22.3083,\n          21.7659,\n          22.7588,\n          23.9206,\n          25.9237,\n          22.4144,\n          25.6529,\n          25.2804,\n          23.5406,\n          21.3831,\n          24.6556,\n          27.658,\n          25.5355,\n          26.624,\n          31.0919,\n          30.9484\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.imports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.659,\n          0.6582,\n          0.6565,\n          0.6515,\n          0.6472,\n          0.6453,\n          0.6429,\n          0.6353,\n          0.6311,\n          0.6311,\n          0.6258,\n          0.6232,\n          0.6207,\n          0.6196,\n          0.6153,\n          0.6132,\n          0.6171,\n          0.6138,\n          0.6048,\n          0.6001,\n          0.5975,\n          0.5987,\n          0.5899,\n          0.6012,\n          0.605,\n          0.6063,\n          0.6014,\n          0.5757,\n          0.6168,\n          0.6191,\n          0.6209,\n          0.6166,\n          0.6196,\n          0.5984,\n          0.5952,\n          0.5973,\n          0.598,\n          0.6021,\n          0.5986,\n          0.5943,\n          0.5908,\n          0.5946,\n          0.5998,\n          0.5981,\n          0.595,\n          0.599,\n          0.6012,\n          0.5975,\n          0.6007,\n          0.5988,\n          0.5921,\n          0.5936,\n          0.598,\n          0.6007,\n          0.6025,\n          0.6003,\n          0.5992,\n          0.6053,\n          0.6066,\n          0.6044,\n          0.6099,\n          0.6115,\n          0.6068,\n          0.5975,\n          0.5962,\n          0.5944,\n          0.5918,\n          0.6,\n          0.5969,\n          0.603,\n          0.5997,\n          0.6074,\n          0.6091,\n          0.6087,\n          0.6055,\n          0.6043,\n          0.5992,\n          0.601,\n          0.6037,\n          0.6044,\n          0.6034,\n          0.6011,\n          0.6032,\n          0.6009,\n          0.594,\n          0.5926,\n          0.5924,\n          0.6041,\n          0.599,\n          0.5955,\n          0.5957,\n          0.5963,\n          0.5944,\n          0.5951,\n          0.5965,\n          0.5958,\n          0.5922,\n          0.593,\n          0.5969,\n          0.5916,\n          0.5961,\n          0.6066,\n          0.6084,\n          0.6137,\n          0.6148,\n          0.6295,\n          0.6345,\n          0.6341,\n          0.6397,\n          0.6441,\n          0.648,\n          0.648,\n          0.6492,\n          0.6503,\n          0.6518,\n          0.6527,\n          0.6486,\n          0.6498,\n          0.6502,\n          0.6474,\n          0.6467,\n          0.6452,\n          0.6438,\n          0.6415,\n          0.6391,\n          0.636,\n          0.6332,\n          0.6278,\n          0.6276,\n          0.6272,\n          0.6219,\n          0.622,\n          0.6175,\n          0.6257,\n          0.6204,\n          0.6186,\n          0.5064,\n          0.5054,\n          0.4987,\n          0.4973,\n          0.4946,\n          0.4938,\n          0.4928,\n          0.491,\n          0.4828,\n          0.4835,\n          0.4817,\n          0.4797,\n          0.484,\n          0.4894,\n          0.4888,\n          0.4898,\n          0.4901,\n          0.4919,\n          0.494,\n          0.4956,\n          0.4928,\n          0.4976,\n          0.5061,\n          0.499,\n          0.4969,\n          0.5012,\n          0.5022,\n          0.5109,\n          0.5247,\n          0.5297,\n          0.5286,\n          0.529,\n          0.5283,\n          0.5237,\n          0.5268,\n          0.5081,\n          0.5152,\n          0.5191,\n          0.5181,\n          0.529,\n          0.5323,\n          0.5294,\n          0.5408,\n          0.5387,\n          0.5366,\n          0.5382,\n          0.5335,\n          0.5375,\n          0.5431,\n          0.5516,\n          0.5535,\n          0.5678,\n          0.5773,\n          0.5795,\n          0.5839,\n          0.5878,\n          0.5758,\n          0.578,\n          0.574,\n          0.5734,\n          0.574,\n          0.5768,\n          0.5593,\n          0.5538,\n          0.5507,\n          0.5455,\n          0.5507,\n          0.5387,\n          0.518,\n          0.5196,\n          0.516,\n          0.5214,\n          0.5277,\n          0.5354,\n          0.5383,\n          0.5292,\n          0.5279,\n          0.537,\n          0.4976,\n          0.485,\n          0.4736,\n          0.4682,\n          0.4594,\n          0.4615,\n          0.4676,\n          0.4862,\n          0.4905,\n          0.5043,\n          0.5142,\n          0.545,\n          0.5612,\n          0.58,\n          0.5947,\n          0.6098,\n          0.6245,\n          0.6382,\n          0.6557,\n          0.6618,\n          0.6806,\n          0.6903,\n          0.7042,\n          0.7074,\n          0.7049,\n          0.707,\n          0.7175,\n          0.7205,\n          0.7164,\n          0.7162,\n          0.7137,\n          0.7035,\n          0.7014,\n          0.7066,\n          0.7097,\n          0.7078,\n          0.7049,\n          0.7086,\n          0.705,\n          0.7043,\n          0.7022,\n          0.6991,\n          0.7001,\n          0.7063,\n          0.7097,\n          0.6996,\n          0.6987,\n          0.7,\n          0.7068,\n          0.6895,\n          0.6832,\n          0.6794,\n          0.6792,\n          0.6759,\n          0.6775,\n          0.6844,\n          0.6822,\n          0.6803,\n          0.6782,\n          0.6812,\n          0.6799,\n          0.6781,\n          0.6739,\n          0.6782,\n          0.6725,\n          0.6726,\n          0.6749,\n          0.6901,\n          0.7242,\n          0.6906,\n          0.6897,\n          0.6886,\n          0.6888,\n          0.6794\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.imports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          819.4726,\n          824.7521,\n          835.5375,\n          804.9817,\n          736.5419,\n          784.4202,\n          743.3483,\n          765.5279,\n          848.0299,\n          830.2395,\n          807.136,\n          796.1724,\n          732.6965,\n          749.6754,\n          807.1563,\n          749.7197,\n          741.2815,\n          729.497,\n          785.6219,\n          782.3707,\n          785.2984,\n          785.1863,\n          869.624,\n          914.4727,\n          888.6864,\n          904.7486,\n          902.802,\n          1084.6969,\n          903.5249,\n          944.2694,\n          857.7055,\n          943.3702,\n          1005.8845,\n          1177.9302,\n          1178.5401,\n          1205.5502,\n          1129.3658,\n          1213.0621,\n          1294.565,\n          1288.3195,\n          1265.6795,\n          1260.6673,\n          1244.2023,\n          1310.1535,\n          1351.5485,\n          1315.3907,\n          1323.5228,\n          1336.8055,\n          1336.5135,\n          1359.3016,\n          1354.7027,\n          1329.9194,\n          1254.0337,\n          1284.9044,\n          1295.6789,\n          1277.187,\n          1260.9904,\n          1267.1351,\n          1250.0364,\n          1282.9155,\n          1336.9536,\n          1367.2917,\n          1360.0303,\n          1325.671,\n          1298.1376,\n          1325.5693,\n          1310.5555,\n          1263.1195,\n          1258.7617,\n          1280.0636,\n          1234.2652,\n          1343.8056,\n          1324.5653,\n          1358.2762,\n          1333.955,\n          1338.8434,\n          1341.5377,\n          1383.6425,\n          1372.9805,\n          1395.2231,\n          1359.0675,\n          1371.0975,\n          1378.0136,\n          1363.8371,\n          1359.7897,\n          1339.9848,\n          1353.8708,\n          1340.3212,\n          1345.2574,\n          1341.5407,\n          1325.209,\n          1302.1,\n          1300.9612,\n          1334.1028,\n          1374.3386,\n          1327.1446,\n          1324.2379,\n          1282.1328,\n          1300.8487,\n          1419.9966,\n          1368.8007,\n          1325.4842,\n          1233.2265,\n          1160.8542,\n          1121.1627,\n          1071.4375,\n          1122.1566,\n          1112.5021,\n          1057.5286,\n          1052.3785,\n          1066.0365,\n          1112.2746,\n          1078.3481,\n          1123.4738,\n          1092.1345,\n          1081.9483,\n          1079.8316,\n          1072.6588,\n          1022.7501,\n          1015.8385,\n          1040.9415,\n          1035.2669,\n          1063.8103,\n          1117.7213,\n          1072.6003,\n          1050.618,\n          1097.7454,\n          1081.116,\n          1027.4727,\n          998.2445,\n          1071.9123,\n          1051.5516,\n          1099.0399,\n          979.4798,\n          1040.7866,\n          1001.1396,\n          1001.4001,\n          1047.4001,\n          918.6001,\n          999.6501,\n          964.0001,\n          937.8501,\n          971.9501,\n          938.4001,\n          898.2001,\n          984.9501,\n          990.6001,\n          979.3501,\n          955.4501,\n          952.5501,\n          949.4501,\n          995.2001,\n          957.7001,\n          942.7501,\n          962.4001,\n          878.7501,\n          959.2001,\n          896.9501,\n          871.5501,\n          927.5001,\n          960.5001,\n          961.7001,\n          958.9501,\n          971.0501,\n          896.1001,\n          930.4501,\n          884.7001,\n          936.4501,\n          934.4501,\n          963.8501,\n          906.5501,\n          948.4001,\n          905.4001,\n          886.4001,\n          921.5501,\n          904.2001,\n          917.3501,\n          951.9501,\n          891.6501,\n          909.7001,\n          858.6501,\n          941.6001,\n          1057.0001,\n          1026.7001,\n          996.5501,\n          913.4501,\n          910.2001,\n          861.5501,\n          872.8001,\n          825.8001,\n          915.3278,\n          857.6771,\n          861.7501,\n          855.6501,\n          870.4001,\n          890.6053,\n          914.7163,\n          924.6631,\n          891.0152,\n          839.9501,\n          886.7001,\n          907.3001,\n          948.9001,\n          913.0001,\n          988.1501,\n          946.7001,\n          993.8501,\n          924.1001,\n          790.2001,\n          864.7232,\n          862.7881,\n          966.6655,\n          930.2267,\n          1018.5076,\n          871.8915,\n          866.45,\n          862.6001,\n          915.5001,\n          902.6001,\n          903.2501,\n          869.9501,\n          859.1501,\n          749.5501,\n          679.0501,\n          706.0501,\n          794.3501,\n          793.1501,\n          786.3501,\n          791.9501,\n          807.9001,\n          770.1001,\n          745.9501,\n          680.8001,\n          727.7001,\n          735.8001,\n          642.0501,\n          619.7501,\n          593.0001,\n          608.3501,\n          634.3001,\n          639.9501,\n          586.8001,\n          671.0001,\n          606.7001,\n          624.2001,\n          556.4501,\n          394.9501,\n          364.8501,\n          347.2001,\n          404.6001,\n          339.7001,\n          386.4501,\n          367.3001,\n          335.4001,\n          371.3001,\n          376.7501,\n          383.4501,\n          315.5001,\n          308.6001,\n          366.3501,\n          359.9001,\n          410.1501,\n          357.1501,\n          414.6501,\n          432.7501,\n          392.0501,\n          442.6501,\n          447.2001,\n          424.2501,\n          404.3001,\n          380.3001,\n          365.6501,\n          394.7001,\n          383.4501,\n          401.7001,\n          423.3001,\n          461.6001,\n          396.6001,\n          457.7501,\n          451.0001,\n          418.5501,\n          371.8501,\n          408.5501,\n          480.6001,\n          444.3001,\n          463.9501,\n          541.6501,\n          546.6501\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.pumps.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"pumps\",\n      \"code\": \"pumps\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          79.8251,\n          80.8475,\n          80.7453,\n          80.7453,\n          80.7453,\n          80.643,\n          80.8475,\n          80.7453,\n          80.3363,\n          80.8475,\n          80.5408,\n          80.4386,\n          80.7453,\n          80.643,\n          80.4386,\n          80.5408,\n          80.8475,\n          80.643,\n          80.5408,\n          80.8475,\n          80.3363,\n          80.8475,\n          80.4386,\n          80.643,\n          80.8475,\n          80.8475,\n          80.7453,\n          80.7453,\n          80.3363,\n          80.643,\n          80.3363,\n          80.4386,\n          80.643,\n          80.3363,\n          80.3363,\n          80.5408,\n          80.7453,\n          80.643,\n          80.4386,\n          80.7453,\n          80.5408,\n          80.234,\n          80.7453,\n          80.4386,\n          80.643,\n          80.5408,\n          80.3363,\n          80.643,\n          80.4386,\n          80.643,\n          80.3363,\n          80.643,\n          80.5408,\n          80.3363,\n          80.4386,\n          80.7453,\n          80.1318,\n          80.234,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          80.5408,\n          81.052,\n          80.7453,\n          80.7453,\n          170.2453,\n          263.7453,\n          272.9453,\n          271.9475,\n          273.3475,\n          274.4498,\n          341.843,\n          443.3453,\n          470.243,\n          466.934,\n          467.7408,\n          468.043,\n          468.7408,\n          468.143,\n          469.8475,\n          469.3386,\n          470.4475,\n          469.0408,\n          471.1475,\n          470.0475,\n          469.143,\n          468.7408,\n          469.3475,\n          468.9363,\n          470.643,\n          470.0453,\n          468.443,\n          469.6453,\n          467.4386,\n          469.343,\n          469.143,\n          469.0453,\n          469.143,\n          468.1386,\n          468.4475,\n          468.643,\n          468.543,\n          469.043,\n          468.2475,\n          468.743,\n          467.3386,\n          468.2453,\n          466.6453,\n          469.8498,\n          467.4408,\n          466.2386,\n          467.2386,\n          465.6363,\n          470.143,\n          469.7475,\n          466.9386,\n          467.1453,\n          467.8475,\n          467.6453,\n          470.3575,\n          467.043,\n          467.334,\n          468.4408,\n          465.2386,\n          466.8386,\n          468.1453,\n          471.4475,\n          467.243,\n          468.8475,\n          466.2363,\n          468.4386,\n          276.3363,\n          277.143,\n          276.4386,\n          277.2453,\n          276.6386,\n          275.8386,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.237,\n          0.474,\n          0.711,\n          0.948,\n          1.185,\n          1.422,\n          12.8652,\n          24.3083,\n          35.7515,\n          47.1947,\n          58.6378,\n          70.081,\n          119.3518,\n          168.6227,\n          217.8935,\n          267.1643,\n          316.4352,\n          365.706,\n          447.6325,\n          529.559,\n          611.4855,\n          693.412,\n          775.3385,\n          857.265,\n          947.6003,\n          1037.9357,\n          1128.271,\n          1218.6063,\n          1308.9417,\n          1399.277,\n          1488.1965,\n          1577.116,\n          1666.0355,\n          1754.955,\n          1843.8745,\n          1932.794,\n          2019.8085,\n          2106.823,\n          2193.8375,\n          2280.852,\n          2367.8665,\n          2454.881,\n          2513.4895,\n          2572.098,\n          2630.7065,\n          2689.315,\n          2747.9235,\n          2806.532,\n          2861.5615,\n          2916.591,\n          2971.6205,\n          3026.65,\n          3081.6795,\n          3136.709,\n          3169.3065,\n          3201.904,\n          3234.5015,\n          3267.099,\n          3299.6965,\n          3332.294,\n          3349.7908,\n          3367.2877,\n          3384.7845,\n          3402.2813,\n          3419.7782,\n          3437.275,\n          3441.4885,\n          3445.702,\n          3449.9155,\n          3454.129,\n          3458.3425,\n          3462.556,\n          3443.6648,\n          3424.7737,\n          3405.8825,\n          3386.9913,\n          3368.1002,\n          3349.209,\n          3306.574,\n          3263.939,\n          3221.304,\n          3178.669,\n          3136.034,\n          3093.399,\n          3041.1738,\n          2988.9487,\n          2936.7235,\n          2884.4983,\n          2832.2732,\n          2780.048,\n          2716.9057,\n          2653.7633,\n          2590.621,\n          2527.4787,\n          2464.3363,\n          2401.194,\n          2322.618,\n          2244.042,\n          2165.466,\n          2086.89,\n          2008.314,\n          1929.738,\n          1840.7537,\n          1751.7693,\n          1662.785,\n          1573.8007,\n          1484.8163,\n          1395.832,\n          1307.4847,\n          1219.1373,\n          1130.79,\n          1042.4427,\n          954.0953,\n          865.748,\n          786.08,\n          706.412,\n          626.744,\n          547.076,\n          467.408,\n          387.74,\n          334.7442,\n          281.7483,\n          228.7525,\n          175.7567,\n          122.7608,\n          69.765,\n          58.2277,\n          46.6903,\n          35.153,\n          23.6157,\n          12.0783,\n          0.541,\n          0.4508,\n          0.3607,\n          0.2705,\n          0.1803,\n          0.0902,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      },\n      \"forecast\": {\n        \"start\": \"2025-07-17T21:15:00+10:00\",\n        \"last\": \"2025-07-18T21:15:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          14.2427,\n          28.4853,\n          42.728,\n          56.9707,\n          71.2133,\n          85.456,\n          133.7708,\n          182.0857,\n          230.4005,\n          278.7153,\n          327.0302,\n          375.345,\n          447.3598,\n          519.3747,\n          591.3895,\n          663.4043,\n          735.4192,\n          807.434,\n          885.3977,\n          963.3613,\n          1041.325,\n          1119.2887,\n          1197.2523,\n          1275.216,\n          1345.9722,\n          1416.7283,\n          1487.4845,\n          1558.2407,\n          1628.9968,\n          1699.753,\n          1757.5087,\n          1815.2643,\n          1873.02,\n          1930.7757,\n          1988.5313,\n          2046.287,\n          2087.934,\n          2129.581,\n          2171.228,\n          2212.875,\n          2254.522,\n          2296.169,\n          2323.9298,\n          2351.6907,\n          2379.4515,\n          2407.2123,\n          2434.9732,\n          2462.734,\n          2478.1107,\n          2493.4873,\n          2508.864,\n          2524.2407,\n          2539.6173,\n          2554.994,\n          2561.0628,\n          2567.1317,\n          2573.2005,\n          2579.2693,\n          2585.3382,\n          2591.407,\n          2589.6627,\n          2587.9183,\n          2586.174,\n          2584.4297,\n          2582.6853,\n          2580.941,\n          2567.6198,\n          2554.2987,\n          2540.9775,\n          2527.6563,\n          2514.3352,\n          2501.014,\n          2477.3843,\n          2453.7547,\n          2430.125,\n          2406.4953,\n          2382.8657,\n          2359.236,\n          2323.95,\n          2288.664,\n          2253.378,\n          2218.092,\n          2182.806,\n          2147.52,\n          2099.7065,\n          2051.893,\n          2004.0795,\n          1956.266,\n          1908.4525,\n          1860.639,\n          1803.9167,\n          1747.1943,\n          1690.472,\n          1633.7497,\n          1577.0273,\n          1520.305,\n          1458.3012,\n          1396.2973,\n          1334.2935,\n          1272.2897,\n          1210.2858,\n          1148.282,\n          1082.2733,\n          1016.2647,\n          950.256,\n          884.2473,\n          818.2387,\n          752.23,\n          688.6127,\n          624.9953,\n          561.378,\n          497.7607,\n          434.1433,\n          370.526,\n          324.7638,\n          279.0017,\n          233.2395,\n          187.4773,\n          141.7152,\n          95.953,\n          79.9608,\n          63.9687,\n          47.9765,\n          31.9843,\n          15.9922,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.solar_utility.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_utility\",\n      \"code\": \"solar_utility\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.0532,\n          0.1338,\n          1.1152,\n          7.9582,\n          20.2121,\n          38.6911,\n          61.4724,\n          82.5533,\n          137.5101,\n          198.5844,\n          271.9428,\n          347.4242,\n          449.9212,\n          547.5092,\n          648.8284,\n          730.1323,\n          839.4984,\n          1008.2019,\n          1227.0608,\n          1239.8264,\n          1352.1796,\n          1396.1529,\n          1406.1594,\n          1562.1124,\n          1562.9886,\n          1672.9102,\n          1738.5304,\n          1690.01,\n          1677.8718,\n          1851.1223,\n          1831.4728,\n          1820.0826,\n          1844.0122,\n          1915.4622,\n          1906.8956,\n          1891.8506,\n          1872.1752,\n          1889.6536,\n          1855.7896,\n          1847.7494,\n          1875.2889,\n          1865.158,\n          1952.3831,\n          1914.9083,\n          1992.1529,\n          1965.5421,\n          1913.6728,\n          1966.4508,\n          1911.2249,\n          1956.4499,\n          2033.1984,\n          2141.5278,\n          2055.8376,\n          1977.8962,\n          1772.6294,\n          1725.575,\n          1727.0991,\n          1738.3428,\n          1772.7102,\n          1705.0815,\n          1636.9701,\n          1466.495,\n          1572.5753,\n          1593.084,\n          1445.7915,\n          1434.9314,\n          1381.7187,\n          1110.8819,\n          1382.9206,\n          1523.8182,\n          1561.9634,\n          1484.2493,\n          1720.5472,\n          1788.2119,\n          1857.6203,\n          1826.5544,\n          1887.9815,\n          2011.4236,\n          2008.8046,\n          1902.4543,\n          1842.7489,\n          1733.9731,\n          1779.9345,\n          1862.3622,\n          1769.5059,\n          1572.0659,\n          1765.2113,\n          1601.3228,\n          1548.979,\n          1539.7192,\n          1487.0897,\n          1465.6054,\n          1407.9169,\n          1363.8355,\n          1406.286,\n          1473.4466,\n          1388.0209,\n          1392.8918,\n          1381.97,\n          1373.6158,\n          1346.1609,\n          1333.5075,\n          1234.5852,\n          1212.9334,\n          1095.9445,\n          1169.3523,\n          1276.9027,\n          1287.7214,\n          1190.9659,\n          1069.1158,\n          1011.1472,\n          916.9445,\n          822.3029,\n          771.2974,\n          761.5474,\n          604.8164,\n          558.4533,\n          455.3044,\n          404.8181,\n          315.1374,\n          249.1724,\n          186.2175,\n          121.4513,\n          78.8777,\n          49.8881,\n          27.7339,\n          11.4593,\n          8.3588,\n          3.6513,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152,\n          0.0152\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2487.3957,\n          2491.0016,\n          2493.5302,\n          2490.9921,\n          2477.4911,\n          2477.0357,\n          2467.2457,\n          2476.8184,\n          2449.7739,\n          2450.2262,\n          2454.4298,\n          2445.9301,\n          2432.0521,\n          2413.6221,\n          2428.4859,\n          2425.0796,\n          2426.4941,\n          2435.5891,\n          2428.0651,\n          2424.3011,\n          2414.2415,\n          2434.4619,\n          2424.901,\n          2412.9573,\n          2419.2998,\n          2398.063,\n          2406.7297,\n          2400.4029,\n          2380.8953,\n          2370.3867,\n          2366.1355,\n          2362.103,\n          2356.9815,\n          2316.2278,\n          2337.7166,\n          2340.8717,\n          2351.339,\n          2354.2961,\n          2330.5196,\n          2341.2551,\n          2370.9084,\n          2393.3027,\n          2409.9755,\n          2409.827,\n          2384.3668,\n          2389.6805,\n          2391.8596,\n          2375.6926,\n          2371.3896,\n          2351.0952,\n          2370.092,\n          2341.3634,\n          2332.6348,\n          2339.1971,\n          2319.6625,\n          2326.5627,\n          2319.698,\n          2306.453,\n          2294.7873,\n          2297.2875,\n          2286.5334,\n          2276.2807,\n          2294.7144,\n          2303.1841,\n          2299.7111,\n          2299.2595,\n          2314.1164,\n          2341.9598,\n          2350.8728,\n          2323.0947,\n          2327.9273,\n          2347.3194,\n          2346.4232,\n          2315.7014,\n          2299.4227,\n          2289.2751,\n          2292.4539,\n          2287.3388,\n          2275.56,\n          2246.1151,\n          2225.5078,\n          2174.6867,\n          2165.6897,\n          2141.2252,\n          2107.3666,\n          2106.9698,\n          2093.8647,\n          2096.0049,\n          2081.0616,\n          2070.5457,\n          2074.6826,\n          2078.874,\n          2049.8039,\n          2025.1167,\n          1971.0917,\n          1954.3937,\n          1908.5312,\n          1907.7598,\n          1913.1701,\n          1873.8534,\n          1829.8159,\n          1809.0846,\n          1789.1013,\n          1774.5076,\n          1754.9038,\n          1746.7582,\n          1730.2509,\n          1728.4698,\n          1733.9463,\n          1708.9785,\n          1727.0434,\n          1702.3533,\n          1702.8489,\n          1710.7988,\n          1730.8961,\n          1742.4057,\n          1768.4919,\n          1768.7471,\n          1795.0515,\n          1813.6053,\n          1790.1629,\n          1748.8482,\n          1722.1998,\n          1722.6559,\n          1720.3084,\n          1728.8181,\n          1761.8854,\n          1788.0794,\n          1786.6809,\n          1784.0747,\n          1835.7479,\n          1810.2277,\n          1799.0052,\n          1785.2701,\n          1798.2128,\n          1785.807,\n          1756.2484,\n          1745.0766,\n          1741.2593,\n          1733.7595,\n          1711.7124,\n          1686.6872,\n          1643.9513,\n          1608.4543,\n          1630.2373,\n          1614.0262,\n          1614.0874,\n          1610.5966,\n          1658.1011,\n          1687.3416,\n          1677.0322,\n          1690.565,\n          1705.6475,\n          1712.2155,\n          1721.2982,\n          1735.0761,\n          1727.0058,\n          1693.6216,\n          1687.369,\n          1674.5973,\n          1676.0163,\n          1701.8259,\n          1661.0752,\n          1673.9603,\n          1643.3036,\n          1625.5115,\n          1635.7254,\n          1627.863,\n          1637.7404,\n          1613.8498,\n          1649.0745,\n          1504.3276,\n          1470.6876,\n          1465.8243,\n          1483.1561,\n          1470.6199,\n          1455.251,\n          1524.9462,\n          1505.0997,\n          1508.9692,\n          1554.8491,\n          1585.0949,\n          1564.6855,\n          1613.0122,\n          1584.5109,\n          1569.2452,\n          1573.0289,\n          1618.9538,\n          1647.3833,\n          1685.1138,\n          1612.1024,\n          1624.978,\n          1690.8553,\n          1706.7928,\n          1713.4874,\n          1727.5538,\n          1725.674,\n          1741.3025,\n          1744.9534,\n          1724.5527,\n          1749.8747,\n          1735.3559,\n          1753.5583,\n          1703.9325,\n          1686.5091,\n          1733.6292,\n          1735.5495,\n          1789.3528,\n          1827.8849,\n          1786.1006,\n          1819.8538,\n          1844.0183,\n          1854.5278,\n          1846.4216,\n          1838.327,\n          1794.7773,\n          1820.7203,\n          1788.1284,\n          1789.6766,\n          1841.1909,\n          1830.6916,\n          1852.078,\n          1867.634,\n          1868.8516,\n          1870.5368,\n          1884.7244,\n          1862.9118,\n          1871.2774,\n          1890.2876,\n          1916.6714,\n          1911.4384,\n          1913.4705,\n          1889.4668,\n          1903.1523,\n          1907.4935,\n          1925.6949,\n          1920.4339,\n          1944.0161,\n          1939.0881,\n          1909.1219,\n          1898.4566,\n          1920.2405,\n          1932.672,\n          1955.7015,\n          1966.3879,\n          1993.219,\n          1997.5783,\n          1996.9957,\n          1988.8919,\n          1988.098,\n          2003.5789,\n          2019.7415,\n          2033.5762,\n          2018.2117,\n          2022.6416,\n          2037.5405,\n          2034.1966,\n          2027.3509,\n          2043.1232,\n          2005.2768,\n          1983.3856,\n          1966.5948,\n          1957.8995,\n          1960.7331,\n          1953.8184,\n          1969.5941,\n          1946.2404,\n          1939.3038,\n          1925.5991,\n          1932.7237,\n          1904.26,\n          1899.4495,\n          1894.3842,\n          1898.1824,\n          1884.6183,\n          1879.9849,\n          1868.8592,\n          1852.4517,\n          1840.3944,\n          1829.6426,\n          1835.2322,\n          1817.2255,\n          1815.905,\n          1774.2599,\n          1731.7864,\n          1664.6883,\n          1641.7481,\n          1640.1689\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.price\",\n      \"type\": \"price\",\n      \"network\": \"nem\",\n      \"region\": \"nsw1\",\n      \"data_type\": \"price\",\n      \"units\": \"AUD/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          84.85,\n          78.52,\n          78.49,\n          77.22,\n          76.29,\n          76.8,\n          55.06,\n          54.03,\n          53.76,\n          43.14,\n          57.01,\n          71.63,\n          71.9,\n          57.01,\n          72.09,\n          56.98,\n          70.92,\n          64.89,\n          71.81,\n          64.89,\n          43.15,\n          42.94,\n          75.15,\n          75.14,\n          75.63,\n          57.01,\n          57.01,\n          57.01,\n          76.58,\n          76.8,\n          56.98,\n          57.01,\n          64.89,\n          56.98,\n          57.01,\n          76.58,\n          57.01,\n          57.01,\n          56.98,\n          57.01,\n          57.01,\n          57.01,\n          57.01,\n          56.98,\n          48.01,\n          56.98,\n          36.91,\n          48.35,\n          48.02,\n          48.05,\n          36.98,\n          47.52,\n          53.42,\n          36.5,\n          46.94,\n          56.98,\n          36.5,\n          36.1,\n          47.3,\n          47.6,\n          56.98,\n          56.98,\n          48.25,\n          36.87,\n          36.88,\n          52.71,\n          47.07,\n          46.78,\n          46.77,\n          36.42,\n          36.38,\n          56.98,\n          54.46,\n          54.46,\n          36.9,\n          36.65,\n          36.42,\n          56.98,\n          56.98,\n          56.98,\n          56.98,\n          56.98,\n          56.98,\n          57.01,\n          56.98,\n          57.01,\n          56.98,\n          57.01,\n          57.01,\n          57.01,\n          57.01,\n          57.01,\n          57.01,\n          64.89,\n          56.6,\n          56.98,\n          57.01,\n          56.98,\n          56.98,\n          76.97,\n          78.02,\n          87.2,\n          82.5,\n          84.85,\n          84.85,\n          80.3,\n          77.64,\n          79.05,\n          79.24,\n          84.02,\n          97.48,\n          84.85,\n          80.76,\n          98.55,\n          100.02,\n          97.96,\n          100.02,\n          101.5,\n          100.02,\n          100.02,\n          100.02,\n          103.94,\n          96.52,\n          100.02,\n          93.83,\n          92.7,\n          85.97,\n          84.35,\n          84.85,\n          -11.79,\n          62.42,\n          57.01,\n          61.82,\n          -2.06,\n          56.98,\n          39.41,\n          57.01,\n          57.01,\n          57.01,\n          57.01,\n          -8.28,\n          12.0,\n          76.58,\n          74.81,\n          57.01,\n          57.01,\n          57.01,\n          0.0,\n          36.5,\n          40.29,\n          41.49,\n          32.74,\n          32.81,\n          33.14,\n          41.35,\n          20.47,\n          32.71,\n          20.33,\n          5.35,\n          0.05,\n          32.14,\n          37.51,\n          -9.5,\n          0.04,\n          0.0,\n          14.99,\n          -14.01,\n          -14.01,\n          -23.0,\n          -20.0,\n          -20.0,\n          -20.0,\n          -22.01,\n          -22.01,\n          -26.22,\n          -23.5,\n          -22.01,\n          -23.0,\n          -23.5,\n          -25.93,\n          -27.9,\n          -28.83,\n          -23.0,\n          -23.0,\n          -23.01,\n          -22.01,\n          -14.01,\n          13.35,\n          46.39,\n          21.51,\n          22.0,\n          21.64,\n          13.96,\n          16.17,\n          14.5,\n          20.73,\n          20.99,\n          46.1,\n          0.04,\n          -22.67,\n          7.23,\n          9.75,\n          16.99,\n          20.56,\n          20.3,\n          19.46,\n          24.0,\n          37.06,\n          75.15,\n          70.98,\n          46.74,\n          56.98,\n          70.9,\n          65.87,\n          43.42,\n          43.77,\n          -11.05,\n          56.96,\n          12.0,\n          52.22,\n          35.55,\n          36.5,\n          37.74,\n          88.89,\n          62.52,\n          88.12,\n          61.56,\n          63.19,\n          63.4,\n          61.75,\n          88.89,\n          101.05,\n          90.82,\n          100.01,\n          100.59,\n          136.63,\n          108.08,\n          163.78,\n          147.22,\n          135.69,\n          135.2,\n          137.91,\n          137.76,\n          152.58,\n          133.8,\n          167.68,\n          163.45,\n          140.01,\n          140.01,\n          164.86,\n          132.95,\n          136.41,\n          129.05,\n          131.8,\n          136.8,\n          132.69,\n          132.69,\n          126.54,\n          133.6,\n          129.96,\n          132.31,\n          124.89,\n          128.03,\n          101.24,\n          123.74,\n          117.37,\n          118.99,\n          113.92,\n          128.49,\n          112.65,\n          111.94,\n          112.66,\n          118.58,\n          118.55,\n          100.35,\n          114.96,\n          96.23,\n          107.27,\n          100.01,\n          95.92,\n          95.8,\n          100.01,\n          96.52,\n          96.54,\n          95.32,\n          106.34,\n          99.15,\n          111.03\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.nsw1.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"066214\",\n      \"network\": \"nem\",\n      \"region\": \"NSW1\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:00:00+10:00\",\n        \"last\": \"2025-07-11T20:30:00+10:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          11.2,\n          10.9,\n          10.8,\n          11.1,\n          11.4,\n          11.5,\n          11.4,\n          11.3,\n          11.1,\n          11.2,\n          11.1,\n          10.8,\n          10.6,\n          10.5,\n          10.6,\n          10.2,\n          9.9,\n          10.1,\n          10.4,\n          10.0,\n          10.3,\n          10.4,\n          10.4,\n          11.5,\n          12.6,\n          14.0,\n          14.5,\n          15.2,\n          15.8,\n          16.6,\n          17.6,\n          17.6,\n          17.9,\n          18.0,\n          17.9,\n          17.3,\n          16.9,\n          17.0,\n          16.1,\n          15.8,\n          15.4,\n          15.1,\n          14.8,\n          14.8,\n          13.9,\n          13.0,\n          13.2,\n          13.3\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-NSW.v4.json",
    "content": "{\n  \"version\": \"4.4.5\",\n  \"created_at\": \"2025-07-17T21:16:10+10:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"NEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2025-07-10T21:15:00+10:00\",\n      \"date_end\": \"2025-07-11T21:10:00+10:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_NSW1|BATTERY_CHARGING\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"BATTERY_CHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              10.6204\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              41.8861\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              42.3466\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              42.0219\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              43.7855\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              42.2365\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              48.8177\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              41.499\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              42.8491\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              52.544\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              51.527\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              64.6597\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              63.6568\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              71.0208\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              63.809\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              62.04\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              60.5735\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              61.515\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              63.5694\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              63.884\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              64.0994\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              63.4164\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              61.2844\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              63.1143\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              21.5663\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              28.7378\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              25.6196\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              19.9704\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              21.5886\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              25.4972\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              23.9388\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              24.0104\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              20.0238\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              22.8046\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              22.0994\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              11.3493\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              21.0013\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              14.6243\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              12.8359\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              11.7599\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              12.7369\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              13.7333\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              11.9582\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              12.3033\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              22.4055\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              10.4378\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              15.5354\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              17.1603\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              13.9743\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              17.0316\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              12.8444\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              13.7383\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              11.5638\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              38.0478\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              35.8885\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              37.3498\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              44.996\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              46.4299\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              42.7995\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              41.5689\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              44.8391\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              12.2551\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              24.5185\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              37.6282\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              42.333\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              48.9715\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              40.5424\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              37.7472\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              40.3081\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              41.7752\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              42.8081\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              85.8537\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              81.777\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              85.9934\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              81.9511\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              80.5383\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              81.505\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              82.6514\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              82.8036\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              81.8918\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              80.4718\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              83.6623\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              81.6063\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              65.9242\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              69.1088\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              67.6392\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              73.4381\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              66.1629\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              67.8375\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              68.3589\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              65.6539\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              68.1758\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              36.9411\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              7.5765\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              7.4765\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              2.8087\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              3.2336\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              20.6206\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              10.9741\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              7.7441\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              4.9889\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              13.3381\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              13.0989\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              9.2662\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              9.7008\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              8.5379\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              12.8155\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              5.7043\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              8.1111\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              10.5336\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              10.693\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              15.3866\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              14.6794\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              9.2903\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              7.6063\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              10.6792\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              28.2278\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              10.6138\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              8.1521\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              13.1472\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              8.246\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              7.9812\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              12.6829\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              9.7507\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              10.9377\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              10.4527\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              8.4974\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              9.9669\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              9.1515\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              6.708\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              6.076\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              5.619\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              6.2673\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              6.2809\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              5.8101\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              6.7151\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              26.4133\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              4.6454\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              5.7694\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              5.598\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              9.515\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              6.6457\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              5.715\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              3.5059\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              12.6245\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              4.1849\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              2.9815\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              7.7319\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              5.5828\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              2.8758\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              2.5787\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              3.8382\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              10.1181\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              3.4578\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              13.8364\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              2.55\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              2.6781\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              7.6191\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              3.0598\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              14.275\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              32.4335\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              10.5168\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              56.2307\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              101.9482\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              65.0064\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              62.7068\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              76.345\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              99.1085\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              248.6822\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              259.5998\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              258.8441\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              265.6887\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              259.3534\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              289.685\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              286.4972\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              285.4674\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              284.0547\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              286.077\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              286.596\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              288.9369\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              167.5539\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              233.8892\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              230.6233\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              223.9037\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              203.8215\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              190.816\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              122.5903\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              103.2091\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              281.999\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              612.0968\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              646.0582\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              645.2441\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              641.8987\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              643.7964\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              671.9476\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              645.372\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              652.0694\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              642.5595\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              655.5836\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              78.1056\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              58.21\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              61.1822\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              58.4071\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              62.935\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              73.7784\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              5.0862\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              1.679\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              9.8306\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              1.8549\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              42.8592\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              349.1959\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              360.9209\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              369.9342\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              625.8602\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              293.7705\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              279.445\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              298.1442\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              143.6782\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              137.524\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              19.6247\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              4.5834\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1.2919\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              32.5946\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.9428\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              6.0094\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              4.1681\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              179.7812\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              281.4812\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              337.4386\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              316.186\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              300.5589\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              301.0848\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              295.1881\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              292.9053\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              302.2566\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              296.511\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              299.8254\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              300.6733\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              302.6952\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              303.1384\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              209.2649\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              107.9232\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              12.176\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              8.7717\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              15.8011\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              8.4619\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              2.5455\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              2.2095\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              2.1119\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              2.0874\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              2.2838\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              2.4425\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              1.9898\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              1.8189\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              3.8298\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              1.799\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              1.77\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              2.0073\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              1.6968\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              3.9677\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              1.6236\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              5.4528\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              3.2335\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              3.1222\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              5.4196\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              1.6774\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              2.7011\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              3.3611\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              1.6808\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              9.612\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              1.7362\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              3.2509\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              1.6196\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              1.6765\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              1.5942\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              1.7363\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              2.511\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              1.6138\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              13.6207\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              1.6438\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              1.5503\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              1.6342\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              1.7677\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              1.5838\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              9.1362\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              1.5503\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              6.892\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              3.5403\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|BATTERY_DISCHARGING\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"BATTERY_DISCHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0015\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0194\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.1077\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0264\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.1586\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.1151\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              1.2834\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0179\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0158\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.615\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.7819\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              17.3017\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              5.1457\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.4836\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.236\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.3842\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.3195\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0493\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.1309\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.1002\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.2814\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.5388\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0654\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              2.4328\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.1538\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              1.4506\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.1244\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0184\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0434\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.2004\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              6.2892\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0553\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              3.463\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.2722\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              5.7106\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              1.559\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.1163\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.3529\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.1061\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.1106\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.172\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              2.1311\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0105\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0215\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.1594\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.1145\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.3066\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0809\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0015\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.8329\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.1104\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.8779\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.3824\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0915\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              2.2088\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0897\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.2199\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              1.3968\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0015\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              2.0189\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.8618\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.1189\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0215\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              2.9405\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.1465\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0508\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.1628\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.5115\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              1.8068\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              16.8235\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.5096\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.2773\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              8.4221\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0329\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.5719\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              1.0269\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.2974\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.2273\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.8335\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.1675\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              1.6286\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.1139\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.1346\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              10.6994\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.8887\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              7.4696\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              4.017\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.1107\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              5.5805\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              36.1133\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.2333\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0838\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.6645\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              1.8596\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              1.4664\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              2.6523\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              3.4572\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              1.4628\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              4.3754\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              4.7669\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.7508\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              22.5679\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              29.7273\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              29.5141\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              28.0166\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              44.3813\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              41.4894\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              38.4327\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              36.9493\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              35.0106\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              35.8914\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              34.7836\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              35.2215\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              60.091\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              60.2294\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              60.1213\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              65.3375\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              123.7977\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              63.6742\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              26.6644\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              85.2338\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              7.2404\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1.348\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              5.2911\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0409\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0295\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.2493\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0285\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.3895\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              2.7492\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.3717\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.013\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              1.3019\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              2.6701\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              1.0569\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              1.6299\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.1181\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0164\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0733\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              4.0178\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              12.2568\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              353.917\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              364.2479\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              362.7772\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              354.6113\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              367.6649\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              497.3636\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              629.6322\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              630.9614\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              628.1628\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              629.6903\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              627.6058\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              628.4955\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              629.6781\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              632.597\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              627.7722\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              628.1445\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              625.8557\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              626.7071\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              629.1522\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              629.3392\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              359.7373\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              353.8392\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              353.8761\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              354.0117\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              353.061\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              204.6804\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.5448\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              1.9286\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              7.4129\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              3.4236\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.6196\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              146.3571\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              116.3445\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              33.1237\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              287.8198\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              284.0337\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              287.1715\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              289.1535\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              284.0856\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              287.3096\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              18.3009\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              4.6004\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              16.7784\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              95.0525\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              122.2388\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              11.1393\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              222.9961\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              220.6355\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              282.6679\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              277.8905\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              280.2083\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              278.5877\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              72.4622\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              54.9447\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              58.4423\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              56.1455\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              92.8632\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              97.5941\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.8001\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.2198\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              276.1262\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              276.2213\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              278.4722\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              289.0937\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              280.3245\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              282.1538\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              280.3719\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              409.0229\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              213.8362\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              210.0608\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              215.314\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              213.885\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              211.4689\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              236.6331\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              196.7323\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              140.5049\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              63.537\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              87.5732\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              315.8737\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              136.5828\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              322.2151\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              301.7625\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              283.8254\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              225.2733\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              274.6521\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              267.5192\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              260.4176\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              217.099\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              262.3532\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              84.792\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              88.4173\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              79.2894\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              229.974\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              53.0287\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              79.6754\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              51.8106\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              49.4047\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              49.8322\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              90.9382\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              49.0165\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              56.4518\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              98.709\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              73.4849\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              32.9587\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              5.0001\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              41.0209\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              1.3636\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              21.1082\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0948\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0458\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              4.4268\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0568\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              3.8732\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              3.5882\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              15.4534\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              18.7099\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|BIOENERGY_BIOMASS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"BIOENERGY_BIOMASS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              20.0473\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              21.2773\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              17.8339\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              17.9467\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              18.0923\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              17.5281\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              17.7381\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              20.4004\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              22.0266\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              25.3662\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              28.4514\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              31.2165\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              34.7432\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              35.8163\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              37.4798\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              37.7798\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              38.0627\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              37.6627\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              38.7827\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              38.8959\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              40.012\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              40.102\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              40.222\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              39.1974\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              39.1574\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              40.019\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              39.8104\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              39.5132\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              39.4632\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              38.2972\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              39.0774\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              39.1674\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              39.1074\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              39.9133\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              39.8547\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              42.1054\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              43.0558\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              44.2046\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              41.2179\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              42.5755\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              43.6444\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              43.2944\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              45.8108\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              46.3739\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              46.4239\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              46.6439\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              45.4678\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              45.2378\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              46.4239\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              46.4439\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              48.1357\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              47.9057\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              48.09\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              46.9168\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              48.1457\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              46.9197\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              48.1029\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              47.8429\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              48.1229\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              48.7529\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              49.5047\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              48.9974\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              48.9674\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              49.4447\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              52.6928\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              52.5628\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              52.5528\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              52.5628\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              52.8128\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              51.4138\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              51.1782\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              51.3082\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              51.0582\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              51.3782\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              51.5482\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              51.5582\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              51.3582\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              51.0982\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              51.0182\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              50.9524\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              47.9672\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              49.9292\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              49.8992\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              49.8392\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              49.8992\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              49.1462\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              48.3462\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              46.3462\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              47.6488\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              49.4288\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              48.6988\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              48.9988\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              49.0988\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              48.9688\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              48.8388\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              49.3688\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              48.9588\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              49.2261\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              49.2661\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              49.0161\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              49.4661\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              48.7544\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              49.9134\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              50.0034\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              50.3434\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              49.5332\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              49.9048\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              50.0048\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              49.6748\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              50.4864\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              49.1174\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              49.0074\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              48.9274\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              48.7474\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              49.8274\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              49.669\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              52.1269\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              52.0869\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              51.9469\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              51.9069\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              51.8569\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              51.9469\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              52.0169\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              51.6269\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              52.1037\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              51.7937\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              51.0937\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              50.7637\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              50.1708\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              50.0908\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              50.1108\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              51.4108\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              51.3108\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              48.9514\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              47.9114\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              47.9214\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              40.8607\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              36.7367\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              36.5109\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              34.9661\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              35.6877\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              35.0472\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              33.3941\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              31.9426\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              31.6583\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              32.0956\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              31.157\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              30.3567\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              30.2867\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              33.3284\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              30.6254\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              30.7482\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              32.1941\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              31.7613\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              32.5513\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              32.304\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              32.9768\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              33.1968\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              33.1868\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              33.5828\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              34.7999\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              33.5956\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              33.1183\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              34.0271\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              33.1012\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              33.9812\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              34.2412\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              34.5712\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              33.9612\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              33.5012\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              33.3428\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              32.9684\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              32.1884\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              30.8325\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              29.2697\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              29.197\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              28.727\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              28.887\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              29.0413\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              28.614\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              28.577\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              28.727\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              28.807\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              28.797\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              28.011\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              28.9197\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              29.1954\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              31.2084\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              29.3612\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              29.7956\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              29.2341\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              29.0356\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              29.0326\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              30.3726\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              30.4625\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              12.0616\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              10.8014\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              11.513\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              12.756\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              12.5932\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              11.6932\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              11.5017\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              11.7188\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              11.3188\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              10.8316\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              11.6475\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              11.3903\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              10.843\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              11.243\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              11.3402\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              11.5702\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              13.143\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              13.023\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              12.633\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              12.2475\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              10.913\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              10.8045\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              10.6645\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              11.2874\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              12.8961\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              12.4088\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              12.3374\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              14.5046\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              14.4859\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              14.1832\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              13.7202\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              11.8123\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              11.8992\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              7.8137\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              3.2046\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.0596\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.4496\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              -1.4479\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              -1.7779\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              -0.9989\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              -0.2989\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.4611\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              -0.1789\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              -1.1289\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              -1.1089\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              -1.4389\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              -2.0662\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              -1.4962\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              -1.2462\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              -1.2162\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              -3.2138\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              -3.7198\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              -0.8346\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              -1.0346\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              -0.9546\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              -0.3245\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              -0.4945\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              -0.6045\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              -0.3245\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              -0.3145\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              -0.2945\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              -0.7145\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              -2.3793\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              -0.7088\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              -0.8518\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              -1.0818\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              -0.9418\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              -1.2418\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              -0.6518\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              -1.2718\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              -0.8518\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              -1.0518\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              -0.9518\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              -0.4331\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              -0.7831\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              -0.4531\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              -0.7431\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              -0.4231\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              -0.5731\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              -0.7462\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0984\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              -1.2963\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              -0.1318\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0684\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              -1.0763\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              -1.3363\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              -1.1763\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              -1.2063\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              -1.0863\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              -1.3863\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              -1.4063\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              -0.7762\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              -0.7462\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|COAL_BLACK\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"COAL_BLACK\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              7271.5768\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              7257.8559\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              7237.8604\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              7241.2054\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              7243.4516\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              7126.9703\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              7040.8608\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              6920.1559\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              6794.4944\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              6720.1035\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              6659.1167\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              6731.3345\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              6804.8464\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              6827.4054\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              6775.4023\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              6841.6144\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              6733.8983\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              6719.3959\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              6634.5308\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              6567.7331\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              6487.3117\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              6339.0666\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              6179.2497\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              6090.0628\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              6037.7421\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              5928.4135\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              5852.2398\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              5814.1043\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              5790.5196\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              5726.578\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              5726.8962\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              5533.5331\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              5488.4641\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              5518.9091\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              5371.2017\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              5326.9138\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              5347.618\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              5227.1564\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              5149.1767\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              5081.1093\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              5012.4316\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              4966.4102\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              4948.368\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              4858.0103\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              4774.3907\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              4780.4699\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              4742.066\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              4766.6513\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              4733.3747\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              4662.6702\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              4629.7597\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              4643.212\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              4638.5978\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              4563.9628\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              4576.0967\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              4547.3367\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              4591.8686\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              4541.3551\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              4473.1654\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              4392.4751\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              4313.3712\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              4231.0206\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              4190.1748\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              4146.5949\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              4182.997\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              4207.8995\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              4156.8977\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              4200.0628\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              4197.0106\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              4179.0662\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              4159.0706\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              4242.1532\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              4273.0616\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              4179.115\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              4189.54\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              4174.7935\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              4153.2358\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              4225.8686\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              4250.7957\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              4215.6877\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              4249.8437\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              4228.1392\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              4236.5377\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              4293.7164\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              4341.3\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              4333.2435\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              4328.3117\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              4367.3013\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              4410.5149\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              4453.8749\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              4498.4802\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              4523.3585\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              4472.8694\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              4471.2337\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              4549.3111\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              4670.0162\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              4818.9197\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              4875.1461\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              4855.1997\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              4881.5182\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              5078.0307\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              5265.4614\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              5485.314\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              5671.0842\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              5825.8721\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              5977.1933\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              6062.1563\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              6281.4964\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              6434.1115\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              6521.7838\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              6595.0273\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              6639.0706\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              6688.6567\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              6749.4971\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              6826.0854\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              6878.4785\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              7012.295\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              7074.5526\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              7079.2644\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              7156.9265\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              7208.7587\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              7235.9075\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              7177.3373\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              7224.4085\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              7192.3765\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              7215.1545\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              7201.5795\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              7212.2974\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              7137.1495\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              7061.2689\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              6878.5259\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              6782.8703\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              6674.4943\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              6610.5289\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              6468.6073\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              6404.8119\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              6186.1067\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              6080.5377\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              5947.112\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              5836.5628\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              5667.3456\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              5525.5465\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              5449.4225\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              5396.7355\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              5299.8095\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              5149.904\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              5026.1958\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              4903.4639\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              4711.6147\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              4567.3252\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              4449.3304\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              4300.4509\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              4172.2994\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              4087.4839\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              3961.0902\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              3974.3475\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              3873.1007\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              3812.1867\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              3748.4405\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              3675.9543\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              3590.0886\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              3635.6216\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              3626.0267\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              3582.6666\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              3524.3894\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              3484.2032\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              3494.1887\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              3505.7856\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              3460.4723\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              3401.4139\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              3389.9879\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              3339.9627\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              3349.997\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              3319.137\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              3340.6463\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              3341.8916\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              3371.3353\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              3338.9862\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              3367.5999\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              3342.4529\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              3330.8075\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              3368.1371\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              3332.9559\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              3374.2406\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              3354.6847\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              3381.9801\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              3359.1769\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              3344.1623\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              3435.7165\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              3460.2773\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              3491.1617\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              3491.6988\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              3457.3478\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              3455.6629\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              3447.4354\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              3484.3012\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              3458.0555\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              3476.513\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              3469.4818\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              3456.9816\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              3445.5066\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              3381.7851\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              3457.1034\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              3456.7374\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              3417.6253\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              3478.6859\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              3502.319\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              3500.2681\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              3566.2849\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              3616.0659\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              3806.1568\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              3808.5003\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              3839.9707\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              4027.9374\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              4140.0729\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              4209.9964\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              4278.2358\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              4377.896\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              4494.3293\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              4564.2527\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              4626.7046\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              4784.7402\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              4940.6029\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              5116.1191\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              5290.5853\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              5400.4989\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              5645.6696\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              5827.9974\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              6010.4959\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              6136.0113\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              6163.5751\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              6253.1027\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              6373.1975\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              6467.0226\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              6570.2961\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              6693.6628\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              6782.7511\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              6827.6735\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              6912.465\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              6966.2745\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              7048.5029\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              7099.504\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              7143.9871\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              7205.1941\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              7249.6529\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              7295.0883\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              7328.3404\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              7365.0843\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              7372.6287\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              7409.4947\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              7357.5161\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              7393.1858\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              7387.3263\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              7410.7886\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              7398.4593\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              7415.403\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              7405.8324\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              7407.7612\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              7402.2679\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              7401.0715\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              7422.5319\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              7401.4133\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              7413.3033\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              7400.6321\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              7406.0032\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              7418.772\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              7406.0035\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              7406.101\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              7410.3491\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              7383.5175\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              7414.353\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              7399.7776\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              7419.2604\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              7404.7825\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              7402.9759\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              7399.6065\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              7385.1284\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              7392.0376\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              7360.8117\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              7403.5857\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              7410.202\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              7416.7696\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              7400.1432\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              7398.8495\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              7392.8923\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              7419.3822\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              7391.0613\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              7398.6296\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|EXPORTS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"EXPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              276.7286\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              294.0627\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              241.5947\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              305.9018\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              347.5388\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              294.2208\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              257.1101\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              223.7436\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              315.9066\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              357.1554\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              311.73\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              315.2454\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              332.0765\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              335.0639\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              326.5204\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              270.9337\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              250.7996\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              236.9566\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              266.7138\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              162.1503\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              163.6864\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              145.49\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              127.3717\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              194.3024\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              200.3423\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              157.2018\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              158.0402\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              252.4646\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              272.3149\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              261.5001\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              307.827\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              275.0606\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              270.5547\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              256.8602\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              258.7387\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              179.8729\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              187.7217\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              206.0706\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              229.7183\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              178.0161\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              161.9813\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              205.5299\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              285.2651\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              176.5459\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              249.1763\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              266.1256\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              242.6462\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              252.6049\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              295.3262\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              255.9056\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              255.5588\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              309.9466\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              208.723\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              21.3057\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              38.9356\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              15.7659\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              8.5233\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              173.2092\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              197.2491\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              221.5318\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              189.428\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              177.945\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              182.8212\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              228.067\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              238.8484\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              180.2565\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              78.8828\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              3.5443\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              19.876\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              91.6039\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              106.6747\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              159.7229\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              158.1407\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              216.06\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              160.4436\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              76.503\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              58.6157\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              158.835\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              82.3598\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              97.793\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              114.5459\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              182.2526\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              184.4798\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              166.1824\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              123.2821\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              175.1323\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              266.2805\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              225.6927\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              191.458\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              209.2737\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              153.6658\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              156.7369\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              188.9305\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              185.9966\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              274.4491\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              189.613\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              169.2765\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              242.9043\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              493.8298\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              449.0957\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              513.0169\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              459.8695\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              505.3838\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              506.3134\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              545.6962\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              481.2\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              520.9198\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              513.5366\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              499.3591\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              501.9439\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              511.3892\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              459.0755\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              471.9863\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              520.631\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              528.0112\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              520.4092\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              538.9619\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              550.8553\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              552.5066\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              559.6837\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              554.4971\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              550.846\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              558.8705\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              538.2668\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              571.4187\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              526.6486\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              580.1022\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              574.4254\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              625.153\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              543.8507\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              550.7302\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              540.9387\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              559.0706\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              512.9536\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              494.1522\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              595.0115\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              563.0204\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              579.9488\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              624.6104\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              511.9898\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|GAS_CCGT\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"GAS_CCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              249.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              208.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              192.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              192.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              192.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              127.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              37.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              7.0\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              29.0\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              35.0\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              35.0\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              72.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              71.0\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              72.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              126.0\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              191.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              192.0\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              189.0\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              218.0\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              190.0\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              221.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              266.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              302.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              304.0\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              346.0\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              410.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              449.0\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              446.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              448.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              449.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              443.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              442.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              449.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              448.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              443.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              448.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              441.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              443.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              443.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              448.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              446.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              448.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              446.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              447.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              449.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              443.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              446.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              451.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              446.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              450.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              444.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              451.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              445.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              445.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|GAS_OCGT\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"GAS_OCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              39.99\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              39.87\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              40.35\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              40.83\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              40.42\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              40.24\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              40.55\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              40.57\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              40.35\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              40.77\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              40.83\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              41.31\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              41.07\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              40.87\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              41.28\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              41.56\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              41.42\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              41.65\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              41.37\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              41.16\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              41.69\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              41.38\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              41.5\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              41.19\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              41.5\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              41.16\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              41.94\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              41.97\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              41.98\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              42.09\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              42.23\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              42.08\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              42.6\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              42.03\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              42.68\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              42.35\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              42.37\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              42.53\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              42.53\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              42.33\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              42.64\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              42.57\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              42.75\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              43.1\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              42.82\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              42.89\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              42.9\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              42.86\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              42.78\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              43.33\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              43.73\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              43.42\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              43.66\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              44.01\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              43.34\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              43.27\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              43.51\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              43.2\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              43.65\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              43.78\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              43.43\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              43.27\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              43.32\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              42.44\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              42.26\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              42.22\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              42.73\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              42.91\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              42.64\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              42.66\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              42.59\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              42.55\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              42.96\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              43.45\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              43.52\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              43.17\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              42.41\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              42.72\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              42.68\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              42.9\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              42.55\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              42.85\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              42.79\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              42.69\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              42.78\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              42.74\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              42.86\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              42.94\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              43.13\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              42.61\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              42.39\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              42.61\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              42.87\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              42.68\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              42.67\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              42.84\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              43.4\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              43.39\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              43.49\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              43.64\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              42.96\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              43.42\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              43.37\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              43.39\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              43.27\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              43.49\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              43.91\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              43.72\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              43.75\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              44.01\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              43.81\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              43.36\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              43.15\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              43.06\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              43.23\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              43.06\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              42.89\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              43.08\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              43.5\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              43.35\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              43.49\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              43.64\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              43.22\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              42.6\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              42.26\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              41.89\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              41.66\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              41.42\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              41.08\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              41.02\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              41.08\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              40.32\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              40.65\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              40.78\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              41.14\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              40.85\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              39.75\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              37.76\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              37.84\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              37.85\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              37.88\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              37.89\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              37.89\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              37.91\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              37.94\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              37.84\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              37.79\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              37.81\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              37.87\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              37.79\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              38.01\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              37.76\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              37.81\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              37.84\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              37.78\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              37.84\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              37.76\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              37.78\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              37.82\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              37.8\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              37.79\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              37.79\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              37.77\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              37.85\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              37.8\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              37.78\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              37.8\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              38.01\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              38.02\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              38.01\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              37.82\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              37.88\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              37.89\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              37.78\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              37.77\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              37.78\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              37.96\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              37.93\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              37.96\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              37.75\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              37.63\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              37.73\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              37.26\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              37.61\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              37.5\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              37.35\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              37.18\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              37.34\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              37.7\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              37.36\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              37.44\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              37.17\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              37.1\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              36.95\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              37.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              37.17\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              37.28\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              37.61\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              37.83\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              37.89\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              38.21\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              37.9\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              38.43\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              38.3\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              38.32\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              38.36\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              38.49\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              38.05\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              38.27\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              38.48\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              38.04\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              38.11\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              37.88\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              38.02\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              37.9\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              37.93\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              38.28\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              37.83\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              37.95\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              38.8\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              39.15\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              39.81\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              39.82\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              39.8\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              40.42\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              41.44\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              41.85\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              41.54\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              41.79\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              41.83\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              42.19\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              42.27\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              42.32\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              38.6103\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              86.3947\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              122.1734\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              168.5245\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              164.8406\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              206.8782\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              207.4818\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              207.2085\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              207.5498\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              208.1523\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              208.1279\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              207.4039\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              208.5716\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              208.4094\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              208.4094\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              209.2993\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              208.636\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              209.4894\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              209.1692\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              209.0372\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              209.2278\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              208.9082\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              208.3436\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              208.672\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              208.2113\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              208.5711\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              207.7618\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              207.7351\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              207.7771\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              207.2993\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              207.3552\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              207.257\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              208.1169\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              208.3728\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              207.9457\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              208.1658\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              209.2852\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              209.7689\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              209.677\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              210.5195\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              209.5335\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              209.7219\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              167.007\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              210.0916\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              210.8603\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              164.9682\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              114.1763\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              65.7425\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              43.03\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              42.9\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              43.46\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              42.8\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              43.16\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              42.72\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              43.24\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|HYDRO\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"HYDRO\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              26.4792\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              -0.9811\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              -0.3953\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              -0.3953\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              -0.2753\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              -0.2753\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              -0.3953\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              -0.3368\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              -0.2476\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              -0.2753\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              -0.3645\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              -0.2753\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              -0.3061\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              37.6867\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              48.2991\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              53.417\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              53.8237\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              54.5576\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              53.4616\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              43.0174\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              144.1245\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              151.2545\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              148.0782\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              142.3631\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              143.5385\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              179.4205\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              261.2057\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              296.5875\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              263.383\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              269.6324\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              393.69\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              446.7309\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              460.5426\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              548.7324\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              572.4312\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              481.4236\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              560.6263\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              454.2525\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              361.266\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              275.1833\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              267.4071\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              272.5538\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              217.3209\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              207.7188\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              144.5423\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              135.5883\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              138.9647\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              47.6077\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              30.2041\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.1181\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.7208\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.0314\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              -0.3356\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              41.1478\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              30.5846\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.1149\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.5216\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              33.5105\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              114.0646\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              129.5871\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              183.0091\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              354.7419\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              452.4095\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              463.3108\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              517.7279\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              638.1193\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              612.9177\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              627.1818\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              648.9787\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              659.7908\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              646.06\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              637.086\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              933.0109\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              1029.6493\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              1063.5857\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              954.3403\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              973.5099\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              1003.0453\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              935.146\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              928.173\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              939.4622\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              934.6737\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              954.6937\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              937.5389\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              953.6613\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              953.4584\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              950.276\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              987.6209\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              958.3081\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              957.2414\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              964.5002\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              965.9018\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              985.12\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              966.0077\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              966.5788\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              967.7837\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              956.537\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              976.2226\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              954.5869\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              967.953\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              960.1124\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              954.9912\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              968.6162\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              971.1538\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              979.9106\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              941.9591\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              853.0416\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              933.4463\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              961.6223\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              889.2331\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              951.9448\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              928.9166\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              971.1473\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              949.1581\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              652.7289\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|IMPORTS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"IMPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              819.4726\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              824.7521\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              835.5375\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              804.9817\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              736.5419\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              784.4202\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              743.3483\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              765.5279\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              848.0299\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              830.2395\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              807.136\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              796.1724\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              732.6965\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              749.6754\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              807.1563\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              749.7197\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              741.2815\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              729.497\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              785.6219\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              782.3707\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              785.2984\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              785.1863\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              869.624\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              914.4727\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              888.6864\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              904.7486\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              902.802\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              1084.6969\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              903.5249\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              944.2694\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              857.7055\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              943.3702\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              1005.8845\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              1177.9302\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              1178.5401\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              1205.5502\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              1129.3658\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              1213.0621\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              1294.565\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              1288.3195\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              1265.6795\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              1260.6673\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              1244.2023\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              1310.1535\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              1351.5485\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              1315.3907\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              1323.5228\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              1336.8055\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              1336.5135\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              1359.3016\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              1354.7027\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              1329.9194\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              1254.0337\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              1284.9044\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              1295.6789\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              1277.187\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              1260.9904\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              1267.1351\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              1250.0364\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              1282.9155\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              1336.9536\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              1367.2917\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              1360.0303\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              1325.671\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              1298.1376\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              1325.5693\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              1310.5555\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              1263.1195\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              1258.7617\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              1280.0636\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              1234.2652\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              1343.8056\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              1324.5653\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              1358.2762\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              1333.955\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              1338.8434\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              1341.5377\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              1383.6425\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              1372.9805\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              1395.2231\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              1359.0675\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              1371.0975\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              1378.0136\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              1363.8371\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              1359.7897\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              1339.9848\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              1353.8708\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              1340.3212\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              1345.2574\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              1341.5407\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              1325.209\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              1302.1\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              1300.9612\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              1334.1028\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              1374.3386\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              1327.1446\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              1324.2379\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              1282.1328\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              1300.8487\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              1419.9966\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              1368.8007\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              1325.4842\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              1233.2265\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              1160.8542\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              1121.1627\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              1071.4375\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              1122.1566\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              1112.5021\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              1057.5286\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              1052.3785\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              1066.0365\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              1112.2746\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              1078.3481\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              1123.4738\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              1092.1345\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              1081.9483\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              1079.8316\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              1072.6588\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              1022.7501\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              1015.8385\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              1040.9415\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              1035.2669\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              1063.8103\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              1117.7213\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              1072.6003\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              1050.618\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              1097.7454\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              1081.116\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              1027.4727\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              998.2445\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              1071.9123\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              1051.5516\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1099.0399\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              979.4798\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1040.7866\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              1001.1396\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              1001.4001\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1047.4001\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              918.6001\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              999.6501\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              964.0001\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              937.8501\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              971.9501\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              938.4001\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              898.2001\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              984.9501\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              990.6001\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              979.3501\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              955.4501\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              952.5501\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              949.4501\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              995.2001\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              957.7001\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              942.7501\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              962.4001\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              878.7501\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              959.2001\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              896.9501\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              871.5501\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              927.5001\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              960.5001\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              961.7001\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              958.9501\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              971.0501\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              896.1001\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              930.4501\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              884.7001\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              936.4501\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              934.4501\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              963.8501\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              906.5501\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              948.4001\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              905.4001\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              886.4001\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              921.5501\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              904.2001\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              917.3501\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              951.9501\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              891.6501\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              909.7001\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              858.6501\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              941.6001\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              1057.0001\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              1026.7001\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              996.5501\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              913.4501\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              910.2001\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              861.5501\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              872.8001\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              825.8001\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              915.3278\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              857.6771\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              861.7501\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              855.6501\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              870.4001\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              890.6053\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              914.7163\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              924.6631\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              891.0152\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              839.9501\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              886.7001\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              907.3001\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              948.9001\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              913.0001\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              988.1501\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              946.7001\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              993.8501\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              924.1001\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              790.2001\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              864.7232\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              862.7881\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              966.6655\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              930.2267\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1018.5076\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              871.8915\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              866.45\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              862.6001\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              915.5001\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              902.6001\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              903.2501\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              869.9501\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              859.1501\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              749.5501\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              679.0501\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              706.0501\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              794.3501\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              793.1501\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              786.3501\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              791.9501\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              807.9001\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              770.1001\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              745.9501\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              680.8001\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              727.7001\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              735.8001\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              642.0501\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              619.7501\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              593.0001\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              608.3501\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              634.3001\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              639.9501\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              586.8001\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              671.0001\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              606.7001\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              624.2001\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              556.4501\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              394.9501\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              364.8501\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              347.2001\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              404.6001\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              339.7001\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              386.4501\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              367.3001\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              335.4001\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              371.3001\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              376.7501\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              383.4501\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              315.5001\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              308.6001\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              366.3501\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              359.9001\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              410.1501\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              357.1501\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              414.6501\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              432.7501\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              392.0501\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              442.6501\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              447.2001\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              424.2501\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              404.3001\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              380.3001\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              365.6501\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              394.7001\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              383.4501\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              401.7001\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              423.3001\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              461.6001\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              396.6001\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              457.7501\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              451.0001\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              418.5501\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              371.8501\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              408.5501\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              480.6001\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              444.3001\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              463.9501\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              541.6501\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              546.6501\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|PUMPS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"PUMPS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              79.8251\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              80.8475\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              80.234\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              80.643\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              80.3363\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              80.4386\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              80.1318\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              80.234\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              80.5408\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              81.052\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              80.7453\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              170.2453\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              263.7453\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              272.9453\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              271.9475\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              273.3475\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              274.4498\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              341.843\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              443.3453\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              470.243\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              466.934\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              467.7408\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              468.043\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              468.7408\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              468.143\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              469.8475\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              469.3386\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              470.4475\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              469.0408\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              471.1475\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              470.0475\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              469.143\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              468.7408\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              469.3475\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              468.9363\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              470.643\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              470.0453\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              468.443\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              469.6453\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              467.4386\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              469.343\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              469.143\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              469.0453\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              469.143\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              468.1386\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              468.4475\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              468.643\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              468.543\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              469.043\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              468.2475\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              468.743\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              467.3386\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              468.2453\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              466.6453\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              469.8498\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              467.4408\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              466.2386\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              467.2386\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              465.6363\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              470.143\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              469.7475\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              466.9386\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              467.1453\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              467.8475\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              467.6453\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              470.3575\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              467.043\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              467.334\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              468.4408\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              465.2386\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              466.8386\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              468.1453\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              471.4475\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              467.243\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              468.8475\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              466.2363\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              468.4386\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              276.3363\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              277.143\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              276.4386\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              277.2453\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              276.6386\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              275.8386\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|SOLAR_ROOFTOP\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"SOLAR_ROOFTOP\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.237\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.474\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.711\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.948\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              1.185\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              1.422\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              12.8652\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              24.3083\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              35.7515\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              47.1947\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              58.6378\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              70.081\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              119.3518\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              168.6227\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              217.8935\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              267.1643\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              316.4352\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              365.706\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              447.6325\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              529.559\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              611.4855\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              693.412\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              775.3385\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              857.265\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              947.6003\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1037.9357\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              1128.271\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              1218.6063\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              1308.9417\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              1399.277\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              1488.1965\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              1577.116\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              1666.0355\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              1754.955\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              1843.8745\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              1932.794\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              2019.8085\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              2106.823\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              2193.8375\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              2280.852\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              2367.8665\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              2454.881\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              2513.4895\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              2572.098\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              2630.7065\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              2689.315\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              2747.9235\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              2806.532\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              2861.5615\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              2916.591\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              2971.6205\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              3026.65\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              3081.6795\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              3136.709\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              3169.3065\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              3201.904\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              3234.5015\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              3267.099\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              3299.6965\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              3332.294\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              3349.7908\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              3367.2877\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              3384.7845\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              3402.2813\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              3419.7782\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              3437.275\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              3441.4885\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              3445.702\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              3449.9155\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              3454.129\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              3458.3425\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              3462.556\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              3443.6648\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              3424.7737\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              3405.8825\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              3386.9913\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              3368.1002\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              3349.209\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              3306.574\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              3263.939\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              3221.304\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              3178.669\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              3136.034\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              3093.399\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              3041.1738\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              2988.9487\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              2936.7235\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              2884.4983\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              2832.2732\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              2780.048\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              2716.9057\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              2653.7633\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              2590.621\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              2527.4787\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              2464.3363\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              2401.194\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              2322.618\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              2244.042\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              2165.466\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              2086.89\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              2008.314\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1929.738\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              1840.7537\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              1751.7693\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              1662.785\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              1573.8007\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              1484.8163\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              1395.832\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              1307.4847\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1219.1373\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              1130.79\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              1042.4427\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              954.0953\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              865.748\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              786.08\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              706.412\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              626.744\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              547.076\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              467.408\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              387.74\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              334.7442\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              281.7483\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              228.7525\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              175.7567\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              122.7608\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              69.765\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              58.2277\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              46.6903\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              35.153\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              23.6157\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              12.0783\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.541\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.4508\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.3607\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.2705\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.1803\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0902\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|SOLAR_UTILITY\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"SOLAR_UTILITY\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0532\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.1338\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              1.1152\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              7.9582\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              20.2121\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              38.6911\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              61.4724\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              82.5533\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              137.5101\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              198.5844\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              271.9428\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              347.4242\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              449.9212\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              547.5092\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              648.8284\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              730.1323\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              839.4984\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1008.2019\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              1227.0608\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1239.8264\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              1352.1796\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              1396.1529\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1406.1594\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              1562.1124\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              1562.9886\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              1672.9102\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              1738.5304\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              1690.01\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              1677.8718\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              1851.1223\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              1831.4728\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              1820.0826\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              1844.0122\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              1915.4622\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              1906.8956\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              1891.8506\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              1872.1752\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              1889.6536\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              1855.7896\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              1847.7494\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              1875.2889\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              1865.158\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              1952.3831\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              1914.9083\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              1992.1529\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              1965.5421\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              1913.6728\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              1966.4508\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              1911.2249\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              1956.4499\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              2033.1984\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              2141.5278\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              2055.8376\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              1977.8962\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              1772.6294\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              1725.575\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              1727.0991\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              1738.3428\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              1772.7102\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              1705.0815\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              1636.9701\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              1466.495\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              1572.5753\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              1593.084\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              1445.7915\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              1434.9314\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              1381.7187\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              1110.8819\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              1382.9206\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              1523.8182\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              1561.9634\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              1484.2493\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              1720.5472\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              1788.2119\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              1857.6203\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              1826.5544\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              1887.9815\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              2011.4236\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              2008.8046\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              1902.4543\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              1842.7489\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              1733.9731\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              1779.9345\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              1862.3622\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              1769.5059\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              1572.0659\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              1765.2113\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              1601.3228\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              1548.979\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              1539.7192\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              1487.0897\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              1465.6054\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              1407.9169\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              1363.8355\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              1406.286\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              1473.4466\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              1388.0209\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              1392.8918\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1381.97\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              1373.6158\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              1346.1609\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              1333.5075\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              1234.5852\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              1212.9334\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              1095.9445\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              1169.3523\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1276.9027\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              1287.7214\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              1190.9659\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              1069.1158\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              1011.1472\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              916.9445\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              822.3029\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              771.2974\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              761.5474\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              604.8164\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              558.4533\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              455.3044\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              404.8181\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              315.1374\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              249.1724\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              186.2175\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              121.4513\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              78.8777\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              49.8881\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              27.7339\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              11.4593\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              8.3588\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              3.6513\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0152\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0152\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_NSW1|WIND\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"NSW1\",\n            \"fueltech\": \"WIND\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              2487.3957\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              2491.0016\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              2493.5302\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              2490.9921\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              2477.4911\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              2477.0357\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              2467.2457\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              2476.8184\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              2449.7739\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              2450.2262\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              2454.4298\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              2445.9301\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              2432.0521\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              2413.6221\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              2428.4859\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              2425.0796\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              2426.4941\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              2435.5891\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              2428.0651\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              2424.3011\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              2414.2415\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              2434.4619\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              2424.901\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              2412.9573\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              2419.2998\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              2398.063\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              2406.7297\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              2400.4029\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              2380.8953\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              2370.3867\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              2366.1355\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              2362.103\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              2356.9815\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              2316.2278\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              2337.7166\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              2340.8717\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              2351.339\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              2354.2961\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              2330.5196\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              2341.2551\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              2370.9084\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              2393.3027\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              2409.9755\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              2409.827\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              2384.3668\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              2389.6805\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              2391.8596\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              2375.6926\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              2371.3896\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              2351.0952\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              2370.092\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              2341.3634\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              2332.6348\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              2339.1971\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              2319.6625\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              2326.5627\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              2319.698\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              2306.453\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              2294.7873\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              2297.2875\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              2286.5334\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              2276.2807\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              2294.7144\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              2303.1841\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              2299.7111\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              2299.2595\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              2314.1164\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              2341.9598\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              2350.8728\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              2323.0947\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              2327.9273\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              2347.3194\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              2346.4232\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              2315.7014\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              2299.4227\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              2289.2751\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              2292.4539\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              2287.3388\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              2275.56\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              2246.1151\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              2225.5078\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              2174.6867\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              2165.6897\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              2141.2252\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              2107.3666\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              2106.9698\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              2093.8647\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              2096.0049\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              2081.0616\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              2070.5457\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              2074.6826\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              2078.874\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              2049.8039\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              2025.1167\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              1971.0917\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              1954.3937\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              1908.5312\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              1907.7598\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              1913.1701\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              1873.8534\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              1829.8159\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              1809.0846\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              1789.1013\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              1774.5076\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              1754.9038\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              1746.7582\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              1730.2509\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              1728.4698\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              1733.9463\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              1708.9785\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              1727.0434\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              1702.3533\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              1702.8489\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              1710.7988\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              1730.8961\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              1742.4057\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              1768.4919\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              1768.7471\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              1795.0515\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              1813.6053\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              1790.1629\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              1748.8482\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              1722.1998\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              1722.6559\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              1720.3084\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              1728.8181\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              1761.8854\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              1788.0794\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              1786.6809\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              1784.0747\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              1835.7479\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              1810.2277\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1799.0052\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              1785.2701\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1798.2128\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              1785.807\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              1756.2484\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1745.0766\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              1741.2593\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              1733.7595\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              1711.7124\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              1686.6872\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              1643.9513\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              1608.4543\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              1630.2373\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              1614.0262\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              1614.0874\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              1610.5966\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              1658.1011\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              1687.3416\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              1677.0322\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              1690.565\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              1705.6475\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              1712.2155\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              1721.2982\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              1735.0761\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              1727.0058\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              1693.6216\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              1687.369\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              1674.5973\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              1676.0163\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              1701.8259\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              1661.0752\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              1673.9603\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              1643.3036\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              1625.5115\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              1635.7254\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              1627.863\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              1637.7404\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              1613.8498\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              1649.0745\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              1504.3276\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              1470.6876\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              1465.8243\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              1483.1561\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              1470.6199\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              1455.251\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              1524.9462\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              1505.0997\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              1508.9692\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              1554.8491\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              1585.0949\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              1564.6855\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              1613.0122\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              1584.5109\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              1569.2452\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              1573.0289\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              1618.9538\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              1647.3833\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              1685.1138\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              1612.1024\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              1624.978\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              1690.8553\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              1706.7928\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              1713.4874\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              1727.5538\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              1725.674\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              1741.3025\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              1744.9534\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              1724.5527\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              1749.8747\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              1735.3559\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              1753.5583\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              1703.9325\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              1686.5091\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              1733.6292\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              1735.5495\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              1789.3528\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              1827.8849\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              1786.1006\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              1819.8538\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              1844.0183\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              1854.5278\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1846.4216\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              1838.327\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              1794.7773\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              1820.7203\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              1788.1284\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              1789.6766\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              1841.1909\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              1830.6916\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1852.078\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              1867.634\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              1868.8516\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              1870.5368\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              1884.7244\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              1862.9118\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              1871.2774\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              1890.2876\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              1916.6714\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              1911.4384\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              1913.4705\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              1889.4668\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              1903.1523\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              1907.4935\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              1925.6949\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              1920.4339\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              1944.0161\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              1939.0881\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              1909.1219\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              1898.4566\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              1920.2405\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              1932.672\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              1955.7015\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              1966.3879\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              1993.219\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              1997.5783\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              1996.9957\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              1988.8919\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              1988.098\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              2003.5789\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              2019.7415\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              2033.5762\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              2018.2117\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              2022.6416\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              2037.5405\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              2034.1966\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              2027.3509\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              2043.1232\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              2005.2768\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              1983.3856\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              1966.5948\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              1957.8995\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              1960.7331\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              1953.8184\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              1969.5941\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              1946.2404\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              1939.3038\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              1925.5991\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              1932.7237\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              1904.26\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              1899.4495\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              1894.3842\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              1898.1824\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              1884.6183\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              1879.9849\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              1868.8592\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              1852.4517\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              1840.3944\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              1829.6426\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              1835.2322\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              1817.2255\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              1815.905\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              1774.2599\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              1731.7864\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              1664.6883\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              1641.7481\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              1640.1689\n            ]\n          ]\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-QLD.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.14\",\n  \"network\": \"nem\",\n  \"code\": \"QLD1\",\n  \"region\": \"QLD1\",\n  \"created_at\": \"2025-07-17T21:16:04+10:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.nem.qld1.demand\",\n      \"type\": \"power\",\n      \"code\": \"NEM\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          7183.1,\n          7130.52,\n          7048.67,\n          6967.97,\n          6989.72,\n          6848.87,\n          6770.81,\n          6820.38,\n          6750.5,\n          6669.2,\n          6619.91,\n          6624.89,\n          6684.44,\n          6661.05,\n          6605.07,\n          6549.46,\n          6555.4,\n          6568.22,\n          6527.03,\n          6544.98,\n          6411.91,\n          6365.09,\n          6341.04,\n          6350.93,\n          6351.73,\n          6302.22,\n          6235.71,\n          6196.38,\n          6167.44,\n          6142.81,\n          6136.61,\n          6095.63,\n          6030.74,\n          6021.55,\n          6021.34,\n          5999.35,\n          5918.39,\n          5897.27,\n          5841.22,\n          5800.29,\n          5842.51,\n          5820.31,\n          5821.95,\n          5785.75,\n          5728.88,\n          5787.64,\n          5708.41,\n          5683.67,\n          5718.98,\n          5691.41,\n          5607.12,\n          5631.75,\n          5678.25,\n          5634.04,\n          5685.44,\n          5707.8,\n          5643.27,\n          5652.08,\n          5637.89,\n          5641.52,\n          5597.86,\n          5562.42,\n          5590.66,\n          5629.33,\n          5636.57,\n          5610.17,\n          5602.44,\n          5605.35,\n          5614.21,\n          5564.29,\n          5539.9,\n          5572.39,\n          5554.59,\n          5579.91,\n          5603.45,\n          5587.29,\n          5585.15,\n          5608.55,\n          5605.44,\n          5621.41,\n          5653.94,\n          5634.96,\n          5684.93,\n          5743.27,\n          5703.5,\n          5742.27,\n          5765.16,\n          5798.93,\n          5839.73,\n          5862.96,\n          5859.37,\n          5893.95,\n          5933.68,\n          5990.92,\n          5992.47,\n          6122.18,\n          6142.46,\n          6161.07,\n          6200.8,\n          6223.39,\n          6323.4,\n          6345.78,\n          6420.7,\n          6482.88,\n          6497.67,\n          6546.29,\n          6564.38,\n          6675.66,\n          6870.25,\n          6931.49,\n          6947.44,\n          7009.48,\n          7097.05,\n          7008.84,\n          7117.39,\n          7170.01,\n          7233.27,\n          7288.21,\n          7247.12,\n          7319.03,\n          7305.2,\n          7356.02,\n          7200.0,\n          7179.9,\n          7127.23,\n          7100.43,\n          7048.78,\n          6960.76,\n          6790.4,\n          6702.64,\n          6744.16,\n          6703.25,\n          6541.35,\n          6513.59,\n          6378.81,\n          6352.83,\n          6220.62,\n          6095.7,\n          6102.83,\n          5977.74,\n          5867.45,\n          5739.84,\n          5597.46,\n          5589.3,\n          5517.72,\n          5450.85,\n          5362.28,\n          5253.67,\n          5178.68,\n          5087.1,\n          5138.29,\n          5021.68,\n          4844.32,\n          4832.65,\n          4751.53,\n          4803.46,\n          4729.62,\n          4707.52,\n          4728.51,\n          4700.36,\n          4627.84,\n          4714.67,\n          4561.31,\n          4363.33,\n          4435.94,\n          4295.79,\n          4400.05,\n          4414.26,\n          4436.66,\n          4344.94,\n          4381.54,\n          4326.25,\n          4363.43,\n          4352.24,\n          4343.0,\n          4369.56,\n          4316.8,\n          4262.17,\n          4279.66,\n          4271.54,\n          4291.73,\n          4163.04,\n          4096.56,\n          4078.08,\n          3931.99,\n          4038.86,\n          4015.16,\n          4013.29,\n          3959.65,\n          4070.81,\n          4055.47,\n          4123.6,\n          4135.67,\n          4148.39,\n          4156.32,\n          4169.32,\n          4143.16,\n          4241.24,\n          4235.78,\n          4289.81,\n          4359.79,\n          4359.57,\n          4459.48,\n          4507.64,\n          4427.88,\n          4599.99,\n          4630.46,\n          4614.63,\n          4741.81,\n          4709.43,\n          4917.64,\n          4970.11,\n          5055.01,\n          5146.53,\n          5217.64,\n          5258.37,\n          5430.89,\n          5499.65,\n          5625.53,\n          5661.8,\n          5761.43,\n          5871.64,\n          5951.98,\n          6039.79,\n          6130.36,\n          6216.11,\n          6323.92,\n          6443.58,\n          6580.01,\n          6640.96,\n          6729.19,\n          6809.73,\n          6997.57,\n          7083.06,\n          7132.47,\n          7300.96,\n          7376.34,\n          7453.58,\n          7425.91,\n          7479.7,\n          7441.54,\n          7528.64,\n          7592.58,\n          7700.69,\n          7676.96,\n          7791.43,\n          7895.56,\n          7952.6,\n          7902.33,\n          7970.96,\n          7966.01,\n          7892.53,\n          7972.34,\n          7993.81,\n          7946.35,\n          7995.94,\n          7918.38,\n          8014.26,\n          7941.4,\n          7917.48,\n          7948.09,\n          7949.66,\n          7915.9,\n          7859.11,\n          7867.62,\n          7946.7,\n          7859.39,\n          7820.09,\n          7795.64,\n          7757.3,\n          7778.92,\n          7757.95,\n          7710.52,\n          7724.48,\n          7703.68,\n          7662.87,\n          7602.81,\n          7613.88,\n          7562.84,\n          7552.88,\n          7518.28,\n          7500.18,\n          7446.48,\n          7436.38,\n          7483.48,\n          7478.44,\n          7346.25,\n          7359.38\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.battery_charging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_charging\",\n      \"code\": \"battery_charging\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          4.3509,\n          0.1838,\n          0.0,\n          0.1908,\n          0.0,\n          0.2876,\n          6.6774,\n          0.0112,\n          0.0869,\n          0.0106,\n          2.9855,\n          17.8763,\n          0.0,\n          0.0,\n          22.0452,\n          0.9919,\n          0.1903,\n          0.0,\n          0.0808,\n          0.226,\n          2.8423,\n          0.4087,\n          0.2525,\n          0.0,\n          0.0,\n          3.1568,\n          0.2026,\n          0.0,\n          0.1041,\n          0.2654,\n          0.0,\n          0.0,\n          0.0,\n          1.0966,\n          4.766,\n          0.0,\n          8.3298,\n          0.7812,\n          3.5524,\n          0.1378,\n          2.9953,\n          0.355,\n          0.5487,\n          3.1524,\n          2.3685,\n          0.0,\n          4.1015,\n          0.2992,\n          0.407,\n          0.4072,\n          3.8569,\n          1.3039,\n          3.0038,\n          15.8958,\n          15.5226,\n          25.6834,\n          27.5933,\n          11.078,\n          8.3356,\n          0.478,\n          0.0564,\n          0.9653,\n          1.9616,\n          5.9694,\n          2.1717,\n          0.1547,\n          9.4123,\n          8.0932,\n          13.6354,\n          22.5696,\n          3.8896,\n          51.4112,\n          77.2821,\n          31.1073,\n          37.0148,\n          20.4461,\n          11.3014,\n          0.0,\n          0.0,\n          1.6985,\n          0.5171,\n          1.255,\n          0.2619,\n          0.0,\n          1.5929,\n          1.4414,\n          10.8516,\n          0.0,\n          0.8945,\n          1.7656,\n          0.0,\n          0.0,\n          0.781,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          4.4519,\n          0.6206,\n          0.5278,\n          0.0,\n          4.4323,\n          0.7287,\n          0.3038,\n          1.0337,\n          0.0,\n          0.2474,\n          0.0,\n          0.0,\n          0.0,\n          0.5793,\n          3.31,\n          1.0,\n          0.3888,\n          0.617,\n          2.2215,\n          0.0,\n          0.9754,\n          1.3951,\n          0.0232,\n          0.0,\n          0.0,\n          1.484,\n          0.0,\n          0.2141,\n          0.0,\n          0.0868,\n          0.0868,\n          0.2281,\n          2.1661,\n          1.9413,\n          1.4,\n          0.8433,\n          1.3873,\n          1.2,\n          45.253,\n          2.2371,\n          15.8738,\n          18.9115,\n          1.7,\n          4.7812,\n          2.0584,\n          1.9222,\n          8.6048,\n          12.2622,\n          2.9951,\n          1.7,\n          5.2261,\n          16.2525,\n          4.3601,\n          1.1154,\n          0.7,\n          137.5079,\n          125.1473,\n          138.4964,\n          160.7532,\n          151.4101,\n          153.9451,\n          179.3649,\n          156.5239,\n          183.6872,\n          147.0402,\n          168.1677,\n          182.2374,\n          161.7762,\n          146.2512,\n          183.9437,\n          192.3751,\n          190.8113,\n          200.3957,\n          231.2615,\n          254.3876,\n          226.2568,\n          218.1028,\n          247.9864,\n          204.2961,\n          220.5243,\n          187.7707,\n          232.5365,\n          230.8836,\n          339.9653,\n          348.8994,\n          348.7108,\n          343.7993,\n          347.3098,\n          290.9984,\n          248.4682,\n          279.1207,\n          263.6109,\n          192.0044,\n          98.6141,\n          95.6848,\n          160.9474,\n          97.9403,\n          103.0063,\n          99.0093,\n          56.0926,\n          47.5652,\n          68.8134,\n          47.1636,\n          43.9601,\n          57.1483,\n          43.8781,\n          27.1324,\n          44.8666,\n          15.3927,\n          1.0214,\n          37.3737,\n          8.917,\n          56.9702,\n          5.2795,\n          12.4603,\n          3.0002,\n          2.7252,\n          3.317,\n          8.5797,\n          11.7952,\n          0.1,\n          1.2755,\n          0.1,\n          0.1418,\n          1.2376,\n          3.5593,\n          0.1,\n          0.1,\n          0.1,\n          0.1,\n          11.7167,\n          6.4406,\n          38.7138,\n          2.5427,\n          1.1426,\n          0.1,\n          0.1,\n          1.072,\n          0.5612,\n          0.1358,\n          0.2878,\n          2.3994,\n          0.0,\n          0.3582,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.3249,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.7022,\n          0.0,\n          0.0,\n          0.0,\n          0.3445,\n          0.7139,\n          0.7943,\n          0.1135,\n          0.1,\n          0.3046,\n          0.1939,\n          1.2571,\n          0.1024,\n          0.7573,\n          0.1024,\n          0.1024,\n          0.1024,\n          0.0136,\n          0.0,\n          0.0,\n          1.8335,\n          0.0774,\n          0.0774,\n          0.0,\n          0.1132,\n          0.166,\n          2.5051,\n          0.0,\n          0.815,\n          0.0849\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.battery_discharging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_discharging\",\n      \"code\": \"battery_discharging\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2.0606,\n          1.0235,\n          3.1545,\n          0.0425,\n          0.9731,\n          1.055,\n          0.0137,\n          1.4403,\n          1.1317,\n          0.7465,\n          1.5816,\n          9.303,\n          9.8879,\n          1.5873,\n          0.1746,\n          0.5904,\n          0.3238,\n          2.7915,\n          0.0709,\n          6.7636,\n          0.0,\n          0.1617,\n          0.6085,\n          1.4198,\n          3.5136,\n          0.0759,\n          2.5252,\n          23.7206,\n          0.52,\n          13.219,\n          4.7685,\n          16.5901,\n          29.4694,\n          13.3601,\n          0.0,\n          24.0479,\n          0.0,\n          7.6477,\n          4.2764,\n          5.0636,\n          0.0,\n          0.4486,\n          0.4627,\n          0.0,\n          0.0,\n          4.7469,\n          0.0,\n          13.5412,\n          9.2893,\n          4.7188,\n          0.0,\n          4.5385,\n          0.2048,\n          0.0917,\n          2.5783,\n          0.0917,\n          0.0917,\n          0.0917,\n          0.0,\n          0.0406,\n          0.2851,\n          0.0406,\n          0.0022,\n          0.0,\n          0.0274,\n          3.4425,\n          0.0,\n          3.8447,\n          2.905,\n          0.0,\n          0.3481,\n          6.5115,\n          0.0,\n          0.0,\n          0.4677,\n          0.7659,\n          0.1583,\n          2.8011,\n          3.2883,\n          0.3499,\n          0.3933,\n          0.0,\n          0.6253,\n          4.5605,\n          1.752,\n          11.2306,\n          0.0,\n          3.6921,\n          2.5871,\n          0.0,\n          1.0734,\n          0.452,\n          0.4114,\n          6.501,\n          2.6423,\n          12.4378,\n          8.2135,\n          1.0296,\n          0.0,\n          0.0348,\n          26.1752,\n          5.494,\n          0.8844,\n          0.0645,\n          10.1006,\n          3.0738,\n          11.0846,\n          46.7013,\n          35.623,\n          27.4987,\n          14.7254,\n          4.019,\n          0.0,\n          43.4398,\n          121.497,\n          145.1728,\n          190.3057,\n          175.1188,\n          168.9474,\n          204.0343,\n          239.3473,\n          206.9277,\n          197.3781,\n          200.1125,\n          163.0458,\n          162.5142,\n          159.8287,\n          151.633,\n          148.934,\n          146.0189,\n          151.3852,\n          9.5802,\n          4.4324,\n          0.208,\n          5.6712,\n          2.0917,\n          0.2113,\n          0.1148,\n          0.0,\n          0.954,\n          0.0,\n          0.0,\n          0.0,\n          0.1647,\n          0.0,\n          0.163,\n          6.4911,\n          0.2012,\n          0.0,\n          0.196,\n          6.6018,\n          4.8831,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.9421,\n          0.0,\n          0.0,\n          0.0,\n          1.9687,\n          0.0143,\n          1.289,\n          7.5356,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.5324,\n          0.0,\n          0.5216,\n          0.6665,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.9576,\n          0.0,\n          0.0,\n          4.3525,\n          0.2508,\n          2.967,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          2.7977,\n          5.3734,\n          0.0,\n          1.5483,\n          28.9724,\n          0.0,\n          0.0,\n          1.2858,\n          0.3416,\n          1.4276,\n          1.247,\n          0.0243,\n          0.0,\n          1.449,\n          0.9624,\n          5.6475,\n          9.0153,\n          2.2083,\n          0.0,\n          0.0,\n          1.4678,\n          5.2152,\n          17.1957,\n          34.125,\n          24.0252,\n          34.0225,\n          27.5999,\n          23.147,\n          36.9658,\n          121.6855,\n          99.6382,\n          146.7234,\n          171.6691,\n          164.6283,\n          207.7791,\n          209.3557,\n          310.3008,\n          287.4611,\n          200.1092,\n          187.7934,\n          230.1153,\n          251.0593,\n          245.184,\n          245.4897,\n          255.9529,\n          247.0389,\n          249.5678,\n          247.1723,\n          178.0614,\n          241.1714,\n          226.2038,\n          159.168,\n          114.1888,\n          109.3101,\n          189.2319,\n          208.8141,\n          209.1136,\n          208.3817,\n          175.1364,\n          97.8621,\n          101.4118,\n          98.348,\n          100.3184,\n          50.3522,\n          49.9526,\n          49.3855,\n          49.0926,\n          1.3102,\n          45.6522,\n          1.5646,\n          0.1033,\n          2.7651,\n          0.5734,\n          3.435,\n          6.692,\n          6.6587,\n          47.8196,\n          0.0415\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.bioenergy_biomass.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.1543,\n          0.1534,\n          0.1506,\n          0.1632,\n          0.1639,\n          0.1663,\n          0.1605,\n          0.1594,\n          0.1588,\n          0.1541,\n          0.1567,\n          0.1508,\n          0.1333,\n          0.1298,\n          0.1261,\n          0.1244,\n          0.1266,\n          0.1183,\n          0.1269,\n          0.1292,\n          0.1288,\n          0.1305,\n          0.1339,\n          0.1253,\n          0.1254,\n          0.1257,\n          0.1258,\n          0.1205,\n          0.1194,\n          0.1222,\n          0.1287,\n          0.1336,\n          0.128,\n          0.1358,\n          0.1193,\n          0.1351,\n          0.1277,\n          0.1233,\n          0.1198,\n          0.1258,\n          0.132,\n          0.133,\n          0.1377,\n          0.138,\n          0.1364,\n          0.1377,\n          0.1363,\n          0.1343,\n          0.1333,\n          0.1335,\n          0.1335,\n          0.1322,\n          0.131,\n          0.1273,\n          0.1321,\n          0.139,\n          0.1387,\n          0.1361,\n          0.1353,\n          0.1341,\n          0.137,\n          0.1339,\n          0.1329,\n          0.1319,\n          0.1302,\n          0.1329,\n          0.1339,\n          0.1324,\n          0.1376,\n          0.1317,\n          0.1364,\n          0.132,\n          0.1399,\n          0.1398,\n          0.1418,\n          0.1428,\n          0.1452,\n          0.1389,\n          0.1393,\n          0.1453,\n          0.1536,\n          0.1538,\n          0.15,\n          0.1497,\n          0.1584,\n          0.1504,\n          0.1484,\n          0.1527,\n          0.15,\n          0.1505,\n          0.1488,\n          0.1495,\n          0.1492,\n          0.1494,\n          0.1406,\n          0.1396,\n          0.1487,\n          0.161,\n          0.1596,\n          0.1469,\n          0.1488,\n          0.1502,\n          0.1512,\n          0.15,\n          0.1478,\n          0.1479,\n          0.1469,\n          0.1449,\n          0.15,\n          0.1421,\n          0.146,\n          0.1433,\n          0.1444,\n          0.1447,\n          0.1303,\n          0.131,\n          0.1344,\n          0.1371,\n          0.1399,\n          0.1453,\n          0.1473,\n          0.1492,\n          0.1416,\n          0.1471,\n          0.1705,\n          0.1642,\n          0.156,\n          0.1562,\n          0.1523,\n          0.1437,\n          0.1246,\n          0.1174,\n          0.12,\n          0.1188,\n          0.1188,\n          0.1125,\n          0.0988,\n          0.1055,\n          0.109,\n          0.1103,\n          0.0617,\n          0.0459,\n          0.0432,\n          0.0415,\n          0.044,\n          0.0472,\n          0.0502,\n          0.0536,\n          0.0546,\n          0.0536,\n          0.0534,\n          0.0534,\n          0.0544,\n          0.0518,\n          0.0505,\n          0.0485,\n          0.049,\n          0.0478,\n          0.0492,\n          0.0484,\n          0.05,\n          0.0527,\n          0.0584,\n          0.0582,\n          0.0572,\n          0.0562,\n          0.0555,\n          0.0494,\n          0.0521,\n          0.0536,\n          0.0478,\n          0.0411,\n          0.0363,\n          0.032,\n          0.0339,\n          0.0346,\n          0.0344,\n          0.0333,\n          0.0341,\n          0.0343,\n          0.0329,\n          0.0303,\n          0.0338,\n          0.031,\n          0.0291,\n          0.0336,\n          0.0308,\n          0.0315,\n          0.0432,\n          0.0376,\n          0.0359,\n          0.0373,\n          0.0365,\n          0.0347,\n          0.0358,\n          0.0353,\n          0.0318,\n          0.0353,\n          0.0375,\n          0.0365,\n          0.0356,\n          0.0328,\n          0.0366,\n          0.0316,\n          0.0334,\n          0.0359,\n          0.0374,\n          0.0413,\n          0.0427,\n          0.0437,\n          0.0431,\n          0.0452,\n          0.0448,\n          0.0637,\n          0.0593,\n          0.0648,\n          0.0742,\n          0.074,\n          0.0782,\n          0.0837,\n          0.0856,\n          0.0948,\n          0.1034,\n          0.1122,\n          0.1115,\n          0.1129,\n          0.1039,\n          0.0978,\n          0.0947,\n          0.0968,\n          0.0996,\n          0.1267,\n          0.1261,\n          0.1103,\n          0.1031,\n          0.1136,\n          0.1022,\n          0.1086,\n          0.1099,\n          0.1065,\n          0.1061,\n          0.1046,\n          0.1078,\n          0.1028,\n          0.1119,\n          0.1192,\n          0.1161,\n          0.1282,\n          0.1217,\n          0.1245,\n          0.1223,\n          0.1203,\n          0.1217,\n          0.1221,\n          0.1254,\n          0.1246,\n          0.1204,\n          0.1232,\n          0.1179,\n          0.1221,\n          0.1215,\n          0.1259,\n          0.1265,\n          0.1254,\n          0.1307,\n          0.1328,\n          0.133,\n          0.1316,\n          0.1326,\n          0.1311,\n          0.1317,\n          0.1328,\n          0.128,\n          0.1312,\n          0.1358,\n          0.1353,\n          0.1343,\n          0.1343,\n          0.1339,\n          0.1344,\n          0.1335,\n          0.1327,\n          0.1361,\n          0.1392,\n          0.1388,\n          0.138,\n          0.1388,\n          0.1387\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.bioenergy_biomass.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0022,\n          0.0022,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0025,\n          0.0025,\n          0.0025,\n          0.0025,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0025,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0025,\n          0.0025,\n          0.0023,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0025,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0025,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0023,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0023,\n          0.0024,\n          0.0024,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0021,\n          0.0022,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0021,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0021,\n          0.0022,\n          0.0022,\n          0.0021,\n          0.0021,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0017,\n          0.0016,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0017,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0018,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0017,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0019,\n          0.0019,\n          0.0019,\n          0.0019,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.0017,\n          0.0018,\n          0.0018,\n          0.0018,\n          0.002,\n          0.002,\n          0.002,\n          0.0021,\n          0.0021,\n          0.0021,\n          0.0021,\n          0.0022,\n          0.0022,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0023,\n          0.0025,\n          0.0025,\n          0.0024,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0024,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0023,\n          0.0022,\n          0.0023,\n          0.0023,\n          0.0022,\n          0.0023,\n          0.0023,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022,\n          0.0022\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.bioenergy_biomass.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          68.7,\n          68.3,\n          66.6,\n          70.6,\n          71.1,\n          71.2,\n          69.5,\n          68.9,\n          68.5,\n          65.4,\n          68.9,\n          65.5,\n          55.1,\n          53.0,\n          52.6,\n          51.6,\n          52.9,\n          49.6,\n          51.2,\n          52.4,\n          52.2,\n          53.2,\n          55.2,\n          51.9,\n          51.9,\n          52.1,\n          50.9,\n          49.5,\n          48.8,\n          50.5,\n          52.7,\n          55.6,\n          52.3,\n          55.3,\n          47.1,\n          58.2,\n          53.8,\n          51.2,\n          49.1,\n          51.1,\n          54.8,\n          55.4,\n          58.2,\n          58.4,\n          57.4,\n          58.2,\n          57.3,\n          56.2,\n          55.6,\n          55.7,\n          55.7,\n          54.9,\n          54.2,\n          52.0,\n          53.1,\n          57.3,\n          57.1,\n          56.9,\n          56.4,\n          55.7,\n          57.4,\n          55.6,\n          55.0,\n          54.4,\n          53.5,\n          55.1,\n          55.7,\n          54.8,\n          57.9,\n          54.4,\n          57.2,\n          56.2,\n          58.9,\n          58.9,\n          60.3,\n          60.9,\n          60.6,\n          58.5,\n          58.6,\n          62.5,\n          65.8,\n          65.9,\n          65.0,\n          64.7,\n          68.5,\n          66.8,\n          65.6,\n          66.3,\n          64.7,\n          65.0,\n          64.0,\n          64.4,\n          64.2,\n          64.3,\n          60.9,\n          60.3,\n          64.4,\n          70.0,\n          69.1,\n          63.5,\n          64.6,\n          63.8,\n          66.1,\n          65.6,\n          64.0,\n          64.1,\n          63.5,\n          62.3,\n          63.8,\n          60.9,\n          61.8,\n          61.7,\n          62.4,\n          64.3,\n          59.5,\n          59.9,\n          60.6,\n          62.2,\n          63.9,\n          65.3,\n          66.4,\n          67.7,\n          66.6,\n          68.3,\n          75.0,\n          73.1,\n          71.2,\n          71.3,\n          70.9,\n          65.9,\n          55.9,\n          53.0,\n          55.9,\n          55.2,\n          55.2,\n          53.2,\n          46.8,\n          48.4,\n          48.9,\n          49.7,\n          35.3,\n          27.9,\n          23.9,\n          22.9,\n          24.4,\n          26.3,\n          28.1,\n          30.1,\n          31.0,\n          30.5,\n          30.5,\n          30.5,\n          31.1,\n          29.6,\n          28.8,\n          27.6,\n          27.9,\n          27.2,\n          29.0,\n          28.5,\n          29.5,\n          31.1,\n          34.5,\n          34.4,\n          33.8,\n          33.2,\n          32.8,\n          29.1,\n          30.7,\n          31.6,\n          28.2,\n          24.0,\n          20.9,\n          18.2,\n          19.4,\n          19.9,\n          19.7,\n          19.2,\n          19.7,\n          19.8,\n          19.0,\n          16.4,\n          18.5,\n          16.8,\n          15.4,\n          18.1,\n          16.4,\n          16.8,\n          24.1,\n          20.8,\n          19.8,\n          20.7,\n          20.2,\n          19.2,\n          19.8,\n          19.5,\n          17.4,\n          19.5,\n          21.0,\n          20.3,\n          19.8,\n          18.1,\n          20.2,\n          17.2,\n          18.3,\n          19.8,\n          20.7,\n          23.0,\n          23.9,\n          24.6,\n          24.3,\n          25.5,\n          26.2,\n          35.6,\n          33.1,\n          36.4,\n          37.3,\n          37.2,\n          39.7,\n          40.3,\n          41.4,\n          45.0,\n          48.3,\n          51.5,\n          51.1,\n          48.7,\n          46.2,\n          44.0,\n          42.1,\n          43.4,\n          43.8,\n          51.3,\n          51.0,\n          46.0,\n          43.6,\n          49.9,\n          44.8,\n          46.0,\n          48.2,\n          47.6,\n          47.4,\n          46.5,\n          47.1,\n          45.5,\n          49.2,\n          51.7,\n          49.8,\n          54.4,\n          51.9,\n          53.6,\n          52.3,\n          50.9,\n          52.3,\n          52.6,\n          54.6,\n          54.1,\n          52.9,\n          53.3,\n          51.4,\n          52.6,\n          52.3,\n          55.0,\n          55.4,\n          54.7,\n          57.8,\n          59.1,\n          59.2,\n          58.4,\n          59.0,\n          58.1,\n          58.4,\n          59.1,\n          56.0,\n          58.1,\n          60.9,\n          60.6,\n          60.0,\n          60.0,\n          59.8,\n          60.1,\n          59.5,\n          59.1,\n          61.1,\n          62.9,\n          62.7,\n          62.2,\n          62.7,\n          62.6\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.coal_black.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          426.3602,\n          422.4879,\n          417.5765,\n          408.1579,\n          398.6387,\n          396.5316,\n          391.6908,\n          384.5417,\n          382.3446,\n          376.5296,\n          366.8277,\n          366.1039,\n          362.8521,\n          366.6532,\n          363.9428,\n          364.4092,\n          362.0367,\n          363.4145,\n          361.2771,\n          363.1707,\n          359.9547,\n          359.4761,\n          353.9733,\n          366.4388,\n          370.7818,\n          370.7747,\n          365.7573,\n          366.2724,\n          365.887,\n          368.0308,\n          366.3814,\n          365.2885,\n          365.8444,\n          364.928,\n          363.0046,\n          362.7358,\n          357.0012,\n          357.174,\n          355.6048,\n          354.7997,\n          349.679,\n          349.4421,\n          348.691,\n          348.5362,\n          347.0731,\n          349.0374,\n          348.005,\n          341.9363,\n          344.139,\n          345.9183,\n          344.0347,\n          336.8491,\n          333.9837,\n          339.3245,\n          335.2365,\n          334.2459,\n          340.481,\n          332.8633,\n          324.4993,\n          324.6174,\n          327.3883,\n          330.2541,\n          334.5541,\n          330.136,\n          326.5963,\n          325.5724,\n          327.6076,\n          331.4532,\n          327.8269,\n          326.1527,\n          320.9717,\n          324.9573,\n          329.6947,\n          330.5532,\n          335.3671,\n          332.3545,\n          325.169,\n          322.7072,\n          324.7224,\n          328.409,\n          330.805,\n          327.8429,\n          328.4031,\n          330.0511,\n          329.4249,\n          332.5482,\n          330.792,\n          332.8572,\n          333.6415,\n          335.0227,\n          337.5158,\n          337.4712,\n          340.1882,\n          344.0212,\n          345.8017,\n          352.4011,\n          357.4202,\n          356.4085,\n          360.2806,\n          360.8658,\n          363.423,\n          372.4064,\n          375.2511,\n          376.1922,\n          376.7525,\n          376.7051,\n          376.3886,\n          383.8891,\n          389.3985,\n          390.4086,\n          392.8229,\n          397.191,\n          391.0994,\n          390.8593,\n          399.4717,\n          409.0476,\n          406.4349,\n          411.6029,\n          414.3716,\n          410.2915,\n          410.2064,\n          410.8793,\n          408.6976,\n          402.3682,\n          399.2075,\n          398.1872,\n          392.1772,\n          388.1514,\n          376.0665,\n          369.8837,\n          359.495,\n          359.9252,\n          346.6361,\n          338.7692,\n          328.6447,\n          321.977,\n          312.3419,\n          310.285,\n          311.4349,\n          310.751,\n          300.2596,\n          292.9931,\n          286.2042,\n          282.5767,\n          284.4497,\n          288.2853,\n          284.6955,\n          278.4371,\n          278.5299,\n          279.1266,\n          279.5476,\n          279.0135,\n          277.7886,\n          279.5261,\n          278.0924,\n          279.614,\n          279.3629,\n          278.2205,\n          279.6937,\n          278.7684,\n          277.4655,\n          282.533,\n          280.743,\n          283.324,\n          286.6978,\n          287.2095,\n          287.1677,\n          290.5123,\n          289.4571,\n          287.3225,\n          287.758,\n          286.8424,\n          288.4822,\n          289.4393,\n          291.9106,\n          294.3486,\n          296.6494,\n          295.7359,\n          297.6081,\n          297.7815,\n          296.503,\n          298.0018,\n          296.5669,\n          296.3977,\n          294.6729,\n          295.2452,\n          295.2473,\n          293.6843,\n          295.9795,\n          292.9693,\n          294.8391,\n          295.2573,\n          292.3109,\n          291.3423,\n          289.1538,\n          289.7209,\n          287.4418,\n          287.2627,\n          283.4141,\n          285.226,\n          285.3556,\n          283.5994,\n          287.9877,\n          283.8922,\n          280.5788,\n          282.7938,\n          282.4995,\n          281.2468,\n          282.5958,\n          278.4487,\n          283.9946,\n          284.1425,\n          282.6444,\n          285.8122,\n          283.6277,\n          282.9497,\n          281.6931,\n          284.6941,\n          282.1851,\n          283.0935,\n          288.5336,\n          284.9795,\n          281.5672,\n          286.6348,\n          298.6606,\n          307.1452,\n          321.5416,\n          337.0414,\n          351.2435,\n          366.0105,\n          372.5987,\n          382.9298,\n          395.2614,\n          408.5081,\n          423.6164,\n          427.998,\n          438.9749,\n          439.5882,\n          441.1245,\n          445.318,\n          447.2339,\n          451.0376,\n          453.5744,\n          454.427,\n          452.5523,\n          452.5681,\n          457.2062,\n          458.9379,\n          456.8068,\n          458.75,\n          455.738,\n          456.982,\n          456.1866,\n          454.3023,\n          453.1546,\n          457.7407,\n          453.1141,\n          453.4166,\n          453.3382,\n          453.702,\n          455.1568,\n          453.0368,\n          454.1871,\n          453.4865,\n          444.0179,\n          451.6688,\n          452.0781,\n          448.4169,\n          445.2859,\n          446.5515,\n          443.0729,\n          439.6433,\n          439.2367,\n          440.6613,\n          441.0477,\n          439.5194,\n          438.9934,\n          435.5998,\n          436.3903,\n          434.4632,\n          433.1866,\n          436.0085,\n          436.1855,\n          436.4889,\n          435.2961,\n          436.5772,\n          437.4924,\n          434.167\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.coal_black.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.074,\n          0.074,\n          0.074,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0738,\n          0.0737,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0736,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0738,\n          0.0737,\n          0.0737,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.074,\n          0.0739,\n          0.074,\n          0.0741,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0737,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0737,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0738,\n          0.0739,\n          0.0738,\n          0.0738,\n          0.0738,\n          0.0737,\n          0.0738,\n          0.0739,\n          0.0739,\n          0.074,\n          0.074,\n          0.074,\n          0.0741,\n          0.0741,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.0742,\n          0.074,\n          0.0741,\n          0.0741,\n          0.0741,\n          0.074,\n          0.0741,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.074,\n          0.0739,\n          0.074,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739,\n          0.0739\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.coal_black.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          5757.7921,\n          5707.2007,\n          5643.9034,\n          5524.3427,\n          5399.1972,\n          5371.4282,\n          5303.0824,\n          5202.8487,\n          5174.2196,\n          5101.3838,\n          4974.533,\n          4963.2578,\n          4918.9446,\n          4968.6982,\n          4932.8668,\n          4939.1821,\n          4906.9616,\n          4925.3666,\n          4896.7154,\n          4922.3799,\n          4878.4882,\n          4873.2592,\n          4798.2214,\n          4961.0846,\n          5022.5019,\n          5021.3514,\n          4959.6442,\n          4966.8304,\n          4961.4267,\n          4990.9319,\n          4968.3275,\n          4953.4502,\n          4960.9742,\n          4948.7712,\n          4922.4573,\n          4919.7806,\n          4843.1292,\n          4847.5977,\n          4827.6749,\n          4817.7965,\n          4748.4216,\n          4745.0696,\n          4735.027,\n          4732.5994,\n          4712.8674,\n          4739.2993,\n          4725.691,\n          4641.9033,\n          4671.6752,\n          4696.1408,\n          4668.994,\n          4569.284,\n          4528.4351,\n          4602.5467,\n          4546.1002,\n          4531.5554,\n          4616.4984,\n          4510.465,\n          4394.9588,\n          4395.8958,\n          4434.0213,\n          4474.4622,\n          4534.5205,\n          4473.2579,\n          4423.6404,\n          4408.721,\n          4437.6492,\n          4490.307,\n          4439.988,\n          4417.0035,\n          4345.8415,\n          4399.5017,\n          4465.5466,\n          4478.731,\n          4545.7294,\n          4503.5935,\n          4404.1867,\n          4370.0534,\n          4398.7857,\n          4450.7555,\n          4484.3136,\n          4443.9754,\n          4451.7189,\n          4474.2299,\n          4465.9932,\n          4509.5586,\n          4485.5773,\n          4513.8593,\n          4524.4389,\n          4542.9326,\n          4576.675,\n          4576.3752,\n          4613.3367,\n          4665.3098,\n          4690.9388,\n          4773.6915,\n          4835.2738,\n          4821.6027,\n          4875.0976,\n          4884.6148,\n          4919.7749,\n          5035.3246,\n          5074.3033,\n          5086.5438,\n          5094.1403,\n          5093.3975,\n          5089.2978,\n          5193.2314,\n          5269.6236,\n          5284.786,\n          5319.2856,\n          5376.9892,\n          5294.4621,\n          5291.9323,\n          5407.2018,\n          5528.1283,\n          5499.5669,\n          5561.9554,\n          5594.8208,\n          5543.5602,\n          5542.6561,\n          5551.5784,\n          5521.239,\n          5442.6377,\n          5400.3958,\n          5389.1515,\n          5308.5332,\n          5254.9194,\n          5097.6416,\n          5011.2234,\n          4866.8758,\n          4873.9947,\n          4699.4052,\n          4594.1085,\n          4456.3248,\n          4363.8397,\n          4232.2395,\n          4203.5402,\n          4219.0826,\n          4209.9147,\n          4066.3275,\n          3967.0918,\n          3875.3212,\n          3825.0735,\n          3850.365,\n          3901.7673,\n          3852.8391,\n          3767.3691,\n          3768.4083,\n          3776.3835,\n          3782.2236,\n          3775.0371,\n          3758.332,\n          3781.7782,\n          3762.3554,\n          3783.3462,\n          3779.7363,\n          3764.0639,\n          3784.1373,\n          3771.8732,\n          3753.8462,\n          3823.4093,\n          3799.2815,\n          3835.089,\n          3882.0688,\n          3889.1649,\n          3889.0747,\n          3935.1347,\n          3920.4409,\n          3891.2621,\n          3897.3533,\n          3884.8348,\n          3907.8607,\n          3921.7333,\n          3956.5176,\n          3990.8481,\n          4023.0223,\n          4011.0986,\n          4036.8966,\n          4039.444,\n          4022.1816,\n          4042.9811,\n          4023.2358,\n          4021.3228,\n          3997.6898,\n          4005.3887,\n          4004.5745,\n          3983.4617,\n          4014.3546,\n          3973.546,\n          3998.8777,\n          4004.3529,\n          3963.9136,\n          3949.6319,\n          3919.5309,\n          3926.7341,\n          3895.34,\n          3892.4434,\n          3839.7847,\n          3863.9309,\n          3865.3757,\n          3841.1715,\n          3900.7119,\n          3845.3452,\n          3800.3521,\n          3830.1403,\n          3826.3233,\n          3809.4209,\n          3827.8877,\n          3771.8973,\n          3846.6664,\n          3849.0259,\n          3828.4294,\n          3871.4419,\n          3841.8001,\n          3832.5175,\n          3815.4547,\n          3856.1926,\n          3822.2173,\n          3834.5592,\n          3909.3446,\n          3860.6206,\n          3813.9009,\n          3882.7093,\n          4047.3847,\n          4164.1789,\n          4361.6361,\n          4566.1622,\n          4754.7844,\n          4956.1881,\n          5046.5246,\n          5190.235,\n          5361.5469,\n          5534.5882,\n          5732.7641,\n          5791.7374,\n          5932.8579,\n          5939.0004,\n          5959.7547,\n          6010.8007,\n          6033.8861,\n          6082.1869,\n          6115.7052,\n          6125.4069,\n          6099.3607,\n          6102.837,\n          6160.1416,\n          6182.836,\n          6154.1806,\n          6180.7074,\n          6139.4909,\n          6156.8162,\n          6145.7619,\n          6125.1456,\n          6109.7811,\n          6166.9332,\n          6108.6173,\n          6113.1288,\n          6112.2555,\n          6116.5083,\n          6136.4883,\n          6108.0372,\n          6123.9227,\n          6114.3209,\n          5996.492,\n          6092.5857,\n          6099.0559,\n          6053.8753,\n          6015.4211,\n          6029.018,\n          5989.1359,\n          5944.9191,\n          5939.4696,\n          5957.2623,\n          5962.7972,\n          5944.3127,\n          5935.6921,\n          5894.7111,\n          5902.0929,\n          5879.4775,\n          5862.6545,\n          5902.5748,\n          5904.5843,\n          5908.6251,\n          5892.4941,\n          5909.0957,\n          5919.6075,\n          5878.3962\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.distillate.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.distillate.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.distillate.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.exports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          30.0322,\n          29.5884,\n          30.3482,\n          29.4735,\n          23.4143,\n          24.3185,\n          23.3266,\n          19.0789,\n          19.3755,\n          18.3269,\n          14.8756,\n          13.5442,\n          10.007,\n          10.7564,\n          10.8238,\n          12.5618,\n          12.4216,\n          9.7026,\n          10.1162,\n          10.6328,\n          11.9366,\n          13.1758,\n          12.512,\n          16.8221,\n          18.6615,\n          18.9273,\n          18.4825,\n          7.3731,\n          20.0512,\n          22.3652,\n          21.5851,\n          22.1881,\n          24.6146,\n          15.3858,\n          14.1355,\n          16.7817,\n          14.9309,\n          16.6996,\n          19.3255,\n          19.1421,\n          16.3446,\n          17.4005,\n          17.1263,\n          17.9708,\n          19.8448,\n          19.5858,\n          21.1198,\n          20.1659,\n          19.6043,\n          21.1514,\n          21.1096,\n          18.5941,\n          15.4548,\n          17.7833,\n          15.7995,\n          14.8731,\n          14.652,\n          16.2383,\n          15.069,\n          15.8016,\n          17.9798,\n          20.0938,\n          21.0978,\n          18.5473,\n          17.1817,\n          17.9068,\n          17.4997,\n          16.7937,\n          14.9472,\n          16.1313,\n          16.7698,\n          16.4146,\n          16.2327,\n          18.2527,\n          17.4179,\n          20.5174,\n          18.7541,\n          18.1663,\n          19.1198,\n          20.4371,\n          20.3152,\n          20.0012,\n          18.7302,\n          18.4434,\n          18.7921,\n          19.0083,\n          17.3301,\n          17.9575,\n          17.3189,\n          17.1755,\n          17.8743,\n          16.541,\n          16.0979,\n          16.6291,\n          16.7454,\n          16.546,\n          17.3465,\n          15.0019,\n          15.8885,\n          12.2966,\n          11.8757,\n          13.4781,\n          14.7063,\n          14.9296,\n          12.6859,\n          11.4789,\n          12.6559,\n          11.0818,\n          7.9292,\n          9.2337,\n          11.5107,\n          10.5376,\n          12.0665,\n          9.7467,\n          11.819,\n          14.3263,\n          14.5934,\n          14.2557,\n          12.9644,\n          11.3491,\n          14.547,\n          14.3412,\n          19.3616,\n          23.944,\n          23.1418,\n          25.3151,\n          27.7967,\n          30.7099,\n          29.5744,\n          28.7724,\n          28.671,\n          29.4978,\n          30.8988,\n          26.4884,\n          29.0404,\n          23.8775,\n          42.2603,\n          44.1121,\n          38.1722,\n          41.4272,\n          39.7332,\n          38.5892,\n          39.9125,\n          38.3982,\n          36.1356,\n          39.6823,\n          39.7637,\n          39.151,\n          38.538,\n          38.8473,\n          38.6714,\n          40.6176,\n          39.1156,\n          38.6433,\n          39.62,\n          36.296,\n          39.3895,\n          37.1963,\n          36.7564,\n          38.5721,\n          39.7723,\n          40.1644,\n          40.1304,\n          41.3419,\n          39.1838,\n          41.0731,\n          38.9747,\n          41.2827,\n          41.1366,\n          42.0649,\n          39.797,\n          40.1584,\n          38.8714,\n          38.3452,\n          39.7903,\n          39.8566,\n          40.6942,\n          41.9974,\n          40.1809,\n          40.8342,\n          38.3951,\n          42.2322,\n          46.9949,\n          45.9886,\n          45.0999,\n          41.9865,\n          41.9839,\n          40.7677,\n          41.9871,\n          39.8807,\n          43.079,\n          40.7686,\n          41.3471,\n          41.216,\n          41.636,\n          42.3731,\n          41.8922,\n          38.9964,\n          39.0791,\n          38.7666,\n          40.6926,\n          41.2443,\n          43.5447,\n          40.9844,\n          42.6579,\n          40.995,\n          42.7325,\n          40.149,\n          34.7495,\n          33.4409,\n          33.529,\n          36.0813,\n          34.3216,\n          34.9257,\n          34.7735,\n          35.0205,\n          34.044,\n          35.7222,\n          34.5515,\n          34.7391,\n          33.9001,\n          34.8107,\n          30.6396,\n          28.5373,\n          30.2554,\n          36.0766,\n          37.0962,\n          38.0061,\n          39.2445,\n          41.0553,\n          40.0776,\n          39.6709,\n          37.2024,\n          40.1336,\n          41.7324,\n          36.9345,\n          36.3691,\n          34.9593,\n          35.7338,\n          37.3703,\n          38.2616,\n          35.2338,\n          40.0607,\n          36.2119,\n          37.1236,\n          32.6211,\n          23.0846,\n          21.4842,\n          20.5331,\n          23.8655,\n          19.9536,\n          22.8203,\n          21.5792,\n          19.6859,\n          21.7276,\n          21.9479,\n          22.3695,\n          18.5706,\n          18.25,\n          21.3576,\n          20.9564,\n          23.9251,\n          21.0347,\n          23.8245,\n          24.6386,\n          22.1963,\n          25.0548,\n          25.1881,\n          23.9514,\n          23.0581,\n          21.6204,\n          20.7301,\n          22.3083,\n          21.7659,\n          22.7588,\n          23.9206,\n          25.9237,\n          22.4144,\n          25.6529,\n          25.2804,\n          23.5406,\n          21.3831,\n          24.6556,\n          27.658,\n          25.5355,\n          26.624,\n          31.0919,\n          30.9484\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.exports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.674,\n          0.6743,\n          0.6713,\n          0.6643,\n          0.6624,\n          0.6632,\n          0.6625,\n          0.6615,\n          0.661,\n          0.6604,\n          0.6558,\n          0.6554,\n          0.6582,\n          0.6621,\n          0.6605,\n          0.6613,\n          0.6603,\n          0.6773,\n          0.6757,\n          0.6756,\n          0.6758,\n          0.675,\n          0.6701,\n          0.6798,\n          0.683,\n          0.6836,\n          0.6823,\n          0.6803,\n          0.6828,\n          0.6832,\n          0.684,\n          0.6818,\n          0.6824,\n          0.6838,\n          0.6865,\n          0.6778,\n          0.6804,\n          0.6782,\n          0.677,\n          0.6755,\n          0.671,\n          0.6701,\n          0.6694,\n          0.6687,\n          0.6648,\n          0.6647,\n          0.6634,\n          0.6578,\n          0.6602,\n          0.661,\n          0.6605,\n          0.6584,\n          0.6581,\n          0.6623,\n          0.6583,\n          0.6558,\n          0.6599,\n          0.6539,\n          0.6465,\n          0.6453,\n          0.6473,\n          0.6487,\n          0.6504,\n          0.6474,\n          0.6445,\n          0.644,\n          0.6458,\n          0.6489,\n          0.6468,\n          0.6473,\n          0.6659,\n          0.646,\n          0.6487,\n          0.6492,\n          0.6524,\n          0.6488,\n          0.6469,\n          0.6453,\n          0.6441,\n          0.6442,\n          0.6463,\n          0.6432,\n          0.6452,\n          0.6446,\n          0.6449,\n          0.6456,\n          0.6458,\n          0.6465,\n          0.6463,\n          0.6467,\n          0.6482,\n          0.6487,\n          0.6501,\n          0.6502,\n          0.6518,\n          0.6526,\n          0.6549,\n          0.655,\n          0.656,\n          0.6683,\n          0.6664,\n          0.67,\n          0.6691,\n          0.6702,\n          0.67,\n          0.6706,\n          0.6696,\n          0.6691,\n          0.6708,\n          0.6717,\n          0.665,\n          0.6659,\n          0.6657,\n          0.6619,\n          0.6615,\n          0.6631,\n          0.6585,\n          0.6625,\n          0.6636,\n          0.6586,\n          0.6545,\n          0.6501,\n          0.6474,\n          0.6395,\n          0.6339,\n          0.63,\n          0.6231,\n          0.6176,\n          0.6155,\n          0.6149,\n          0.6027,\n          0.6042,\n          0.5983,\n          0.6123,\n          0.604,\n          0.5959,\n          0.5064,\n          0.5054,\n          0.4987,\n          0.4973,\n          0.4946,\n          0.4938,\n          0.4928,\n          0.491,\n          0.4828,\n          0.4835,\n          0.4817,\n          0.4797,\n          0.484,\n          0.4894,\n          0.4888,\n          0.4898,\n          0.4901,\n          0.4919,\n          0.494,\n          0.4956,\n          0.4928,\n          0.4976,\n          0.5061,\n          0.499,\n          0.4969,\n          0.5012,\n          0.5022,\n          0.5109,\n          0.5247,\n          0.5297,\n          0.5286,\n          0.529,\n          0.5283,\n          0.5237,\n          0.5268,\n          0.5081,\n          0.5152,\n          0.5191,\n          0.5181,\n          0.529,\n          0.5323,\n          0.5294,\n          0.5408,\n          0.5387,\n          0.5366,\n          0.5382,\n          0.5335,\n          0.5375,\n          0.5431,\n          0.5516,\n          0.5535,\n          0.5678,\n          0.5773,\n          0.5795,\n          0.5844,\n          0.5883,\n          0.5758,\n          0.578,\n          0.574,\n          0.5734,\n          0.5744,\n          0.5781,\n          0.5585,\n          0.5538,\n          0.5507,\n          0.5455,\n          0.5507,\n          0.5387,\n          0.518,\n          0.5196,\n          0.516,\n          0.5214,\n          0.5277,\n          0.5244,\n          0.5258,\n          0.5119,\n          0.5086,\n          0.5058,\n          0.4923,\n          0.485,\n          0.4736,\n          0.4682,\n          0.4594,\n          0.4615,\n          0.4676,\n          0.4862,\n          0.4905,\n          0.5043,\n          0.5142,\n          0.545,\n          0.5612,\n          0.58,\n          0.5947,\n          0.6098,\n          0.6245,\n          0.6382,\n          0.6557,\n          0.6618,\n          0.6806,\n          0.6903,\n          0.7042,\n          0.7074,\n          0.7049,\n          0.707,\n          0.7175,\n          0.7205,\n          0.7164,\n          0.7162,\n          0.7137,\n          0.7035,\n          0.7014,\n          0.7066,\n          0.7097,\n          0.7078,\n          0.7049,\n          0.7086,\n          0.705,\n          0.7043,\n          0.7022,\n          0.6991,\n          0.7001,\n          0.7063,\n          0.7097,\n          0.6996,\n          0.6987,\n          0.7,\n          0.7068,\n          0.6895,\n          0.6832,\n          0.6794,\n          0.6792,\n          0.6759,\n          0.6775,\n          0.6844,\n          0.6822,\n          0.6803,\n          0.6782,\n          0.6812,\n          0.6799,\n          0.6781,\n          0.6739,\n          0.6782,\n          0.6725,\n          0.6726,\n          0.6749,\n          0.6901,\n          0.7242,\n          0.6906,\n          0.6897,\n          0.6886,\n          0.6888,\n          0.6794\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.exports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          534.7001,\n          526.6001,\n          542.5001,\n          532.4001,\n          424.2001,\n          440.0501,\n          422.5001,\n          346.1001,\n          351.7501,\n          333.0001,\n          272.2001,\n          248.0001,\n          182.4501,\n          194.9501,\n          196.6501,\n          227.9501,\n          225.7501,\n          171.9001,\n          179.6501,\n          188.8501,\n          211.9501,\n          234.2501,\n          224.0501,\n          296.9501,\n          327.8501,\n          332.2501,\n          325.0501,\n          130.0501,\n          352.4001,\n          392.8501,\n          378.7001,\n          390.5001,\n          432.8501,\n          270.0001,\n          247.1001,\n          297.1001,\n          263.3501,\n          295.5001,\n          342.5501,\n          340.0501,\n          292.3001,\n          311.6001,\n          307.0001,\n          322.5001,\n          358.2001,\n          353.6001,\n          382.0001,\n          367.9001,\n          356.3501,\n          384.0001,\n          383.5001,\n          338.9001,\n          281.8001,\n          322.2001,\n          288.0001,\n          272.1501,\n          266.4501,\n          298.0001,\n          279.7001,\n          293.8501,\n          333.3001,\n          371.7001,\n          389.2501,\n          343.8001,\n          319.9001,\n          333.6501,\n          325.1501,\n          310.5501,\n          277.3001,\n          299.0501,\n          302.2001,\n          304.9001,\n          300.3001,\n          337.4001,\n          320.4001,\n          379.5001,\n          347.9001,\n          337.8001,\n          356.2001,\n          380.7001,\n          377.2001,\n          373.1501,\n          348.3501,\n          343.3501,\n          349.7001,\n          353.3001,\n          322.0001,\n          333.3001,\n          321.5501,\n          318.7001,\n          330.9001,\n          306.0001,\n          297.1501,\n          306.9001,\n          308.3001,\n          304.2501,\n          317.8501,\n          274.8501,\n          290.6501,\n          220.8001,\n          213.8501,\n          241.4001,\n          263.7501,\n          267.3001,\n          227.2001,\n          205.4001,\n          226.8001,\n          198.7501,\n          141.8501,\n          164.9501,\n          207.7001,\n          189.9001,\n          217.5001,\n          176.7001,\n          214.4001,\n          259.2501,\n          265.9501,\n          258.2001,\n          234.4501,\n          206.8001,\n          266.7001,\n          264.7001,\n          358.9001,\n          449.3001,\n          438.0501,\n          482.2001,\n          535.3001,\n          596.7001,\n          576.5501,\n          561.5001,\n          570.8501,\n          585.8501,\n          619.7001,\n          519.1501,\n          577.0001,\n          480.8001,\n          1001.4001,\n          1047.4001,\n          918.6001,\n          999.6501,\n          964.0001,\n          937.8501,\n          971.9501,\n          938.4001,\n          898.2001,\n          984.9501,\n          990.6001,\n          979.3501,\n          955.4501,\n          952.5501,\n          949.4501,\n          995.2001,\n          957.7001,\n          942.7501,\n          962.4001,\n          878.7501,\n          959.2001,\n          896.9501,\n          871.5501,\n          927.5001,\n          960.5001,\n          961.7001,\n          958.9501,\n          971.0501,\n          896.1001,\n          930.4501,\n          884.7001,\n          936.4501,\n          934.4501,\n          963.8501,\n          906.5501,\n          948.4001,\n          905.4001,\n          886.4001,\n          921.5501,\n          904.2001,\n          917.3501,\n          951.9501,\n          891.6501,\n          909.7001,\n          858.6501,\n          941.6001,\n          1057.0001,\n          1026.7001,\n          996.5501,\n          913.4501,\n          910.2001,\n          861.5501,\n          872.8001,\n          825.8001,\n          884.6501,\n          831.6001,\n          861.7501,\n          855.6501,\n          870.4001,\n          886.7001,\n          875.2501,\n          809.4501,\n          839.7001,\n          839.9501,\n          886.7001,\n          907.3001,\n          948.9001,\n          913.0001,\n          988.1501,\n          946.7001,\n          993.8501,\n          924.1001,\n          790.2001,\n          765.3001,\n          765.2501,\n          845.8501,\n          809.8501,\n          828.6501,\n          847.5501,\n          866.45,\n          862.6001,\n          915.5001,\n          902.6001,\n          903.2501,\n          869.9501,\n          859.1501,\n          749.5501,\n          679.0501,\n          706.0501,\n          794.3501,\n          793.1501,\n          786.3501,\n          791.9501,\n          807.9001,\n          770.1001,\n          745.9501,\n          680.8001,\n          727.7001,\n          735.8001,\n          642.0501,\n          619.7501,\n          593.0001,\n          608.3501,\n          634.3001,\n          639.9501,\n          586.8001,\n          671.0001,\n          606.7001,\n          624.2001,\n          556.4501,\n          394.9501,\n          364.8501,\n          347.2001,\n          404.6001,\n          339.7001,\n          386.4501,\n          367.3001,\n          335.4001,\n          371.3001,\n          376.7501,\n          383.4501,\n          315.5001,\n          308.6001,\n          366.3501,\n          359.9001,\n          410.1501,\n          357.1501,\n          414.6501,\n          432.7501,\n          392.0501,\n          442.6501,\n          447.2001,\n          424.2501,\n          404.3001,\n          380.3001,\n          365.6501,\n          394.7001,\n          383.4501,\n          401.7001,\n          423.3001,\n          461.6001,\n          396.6001,\n          457.7501,\n          451.0001,\n          418.5501,\n          371.8501,\n          408.5501,\n          480.6001,\n          444.3001,\n          463.9501,\n          541.6501,\n          546.6501\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ccgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          12.7793,\n          12.7108,\n          12.7577,\n          12.8054,\n          10.5652,\n          7.4639,\n          6.2244,\n          5.9792,\n          4.5877,\n          3.0996,\n          1.706,\n          0.7276,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.0073,\n          0.3052,\n          0.3384,\n          0.7232,\n          0.7309,\n          0.8029,\n          1.6313,\n          2.3513,\n          2.3308,\n          0.7927,\n          1.967,\n          2.2767,\n          2.3308,\n          3.6236,\n          3.6185,\n          3.6032,\n          3.6701,\n          3.6109,\n          3.639,\n          3.6262,\n          3.6211,\n          3.6466,\n          3.6313,\n          3.6032,\n          4.3851,\n          4.3717,\n          4.4202,\n          4.9758,\n          5.0193,\n          5.0409,\n          6.2796,\n          6.8332,\n          8.3895,\n          8.5909,\n          8.7959,\n          8.6709,\n          8.6579,\n          8.746,\n          8.7018,\n          9.7256,\n          11.6349,\n          11.5722,\n          11.5717,\n          11.5421,\n          11.6911,\n          11.6294,\n          11.6574,\n          12.1145,\n          14.0628,\n          15.8061,\n          16.614,\n          17.2203,\n          17.284,\n          17.903,\n          18.0314,\n          18.2806,\n          18.5484,\n          18.8792,\n          19.0388,\n          19.4209,\n          19.7439,\n          20.8223,\n          21.5238,\n          21.639,\n          23.0063,\n          22.928,\n          23.404,\n          23.9612,\n          23.9907,\n          26.0519,\n          28.2618,\n          27.9448,\n          28.1307,\n          28.0339,\n          28.1807,\n          28.1125,\n          28.2058,\n          28.1389,\n          27.4598,\n          27.5397,\n          29.4009,\n          29.6919,\n          29.502,\n          28.5029,\n          28.4072,\n          27.4938,\n          28.1664,\n          27.5416,\n          27.522,\n          27.5573,\n          28.3504,\n          27.6871,\n          27.5346,\n          27.6485,\n          27.4519,\n          27.5155,\n          27.7341,\n          27.5981,\n          26.7779,\n          27.5435,\n          27.9793,\n          25.4851,\n          26.0367,\n          27.382,\n          25.1874,\n          24.5833,\n          24.2607,\n          25.0438,\n          23.0396\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ccgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0354,\n          0.0354,\n          0.0354,\n          0.0354,\n          0.0359,\n          0.0362,\n          0.0362,\n          0.0362,\n          0.0362,\n          0.0362,\n          0.0362,\n          0.0362,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0336,\n          0.0505,\n          0.0505,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.051,\n          0.051,\n          0.051,\n          0.0509,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.051,\n          0.0476,\n          0.0476,\n          0.0476,\n          0.0456,\n          0.0458,\n          0.0458,\n          0.0435,\n          0.0428,\n          0.0415,\n          0.0412,\n          0.0413,\n          0.0413,\n          0.0413,\n          0.0412,\n          0.0412,\n          0.0407,\n          0.0399,\n          0.0399,\n          0.0398,\n          0.0399,\n          0.0398,\n          0.0399,\n          0.0399,\n          0.0397,\n          0.0391,\n          0.0388,\n          0.0387,\n          0.0386,\n          0.0386,\n          0.0385,\n          0.0385,\n          0.0385,\n          0.0384,\n          0.0387,\n          0.0385,\n          0.0383,\n          0.0382,\n          0.038,\n          0.0379,\n          0.0379,\n          0.0376,\n          0.0376,\n          0.0376,\n          0.0375,\n          0.0375,\n          0.0371,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0368,\n          0.0369,\n          0.0369,\n          0.0366,\n          0.0366,\n          0.0366,\n          0.0368,\n          0.0368,\n          0.0369,\n          0.0368,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.0368,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.0369,\n          0.037,\n          0.0369,\n          0.0369,\n          0.0372,\n          0.0371,\n          0.0369,\n          0.0371,\n          0.0371,\n          0.0371,\n          0.0369,\n          0.0372\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ccgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          360.8835,\n          358.9927,\n          360.2706,\n          361.6032,\n          294.3814,\n          205.9482,\n          171.7618,\n          164.9969,\n          126.6031,\n          85.5433,\n          47.0877,\n          20.0938,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          0.2175,\n          6.0475,\n          6.6975,\n          14.2275,\n          14.3775,\n          15.7875,\n          31.9975,\n          46.0875,\n          45.6875,\n          15.5875,\n          38.5675,\n          44.6275,\n          45.6875,\n          70.9875,\n          70.8875,\n          70.5875,\n          71.8975,\n          70.7375,\n          71.2875,\n          71.0375,\n          70.9375,\n          71.4375,\n          71.1375,\n          70.5875,\n          92.0576,\n          91.792,\n          92.7826,\n          109.045,\n          109.5181,\n          110.0306,\n          144.4157,\n          159.4869,\n          202.0965,\n          208.6514,\n          212.8961,\n          210.0714,\n          209.8136,\n          212.1621,\n          211.0449,\n          239.1718,\n          291.937,\n          290.2651,\n          290.7095,\n          289.1243,\n          293.5681,\n          291.704,\n          292.3283,\n          305.2303,\n          359.4232,\n          407.297,\n          429.2999,\n          445.9699,\n          448.2869,\n          464.5573,\n          467.7897,\n          475.2264,\n          482.6163,\n          488.0996,\n          494.1148,\n          506.4803,\n          516.3852,\n          547.784,\n          567.7154,\n          571.4705,\n          611.4309,\n          609.1793,\n          623.2503,\n          639.3807,\n          640.3427,\n          702.2687,\n          767.7584,\n          759.4578,\n          764.3918,\n          761.754,\n          765.9132,\n          763.9285,\n          766.4147,\n          764.554,\n          744.3928,\n          746.9118,\n          802.2758,\n          810.6488,\n          805.2815,\n          775.152,\n          772.7876,\n          745.7588,\n          764.8125,\n          746.4286,\n          746.1852,\n          747.0375,\n          770.945,\n          750.6817,\n          746.5199,\n          749.7193,\n          744.8774,\n          746.1769,\n          751.9172,\n          748.5188,\n          723.09,\n          746.5942,\n          759.0675,\n          685.5179,\n          702.39,\n          743.0463,\n          678.238,\n          662.6869,\n          653.0963,\n          677.776,\n          618.7308\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078,\n          0.0078\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484,\n          0.0484\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611,\n          0.1611\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_wcmg.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_wcmg\",\n      \"code\": \"gas_wcmg\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1.7924,\n          1.8017,\n          1.7847,\n          1.8083,\n          1.8042,\n          1.7796,\n          1.7938,\n          1.8022,\n          1.7756,\n          1.8101,\n          1.7815,\n          1.8051,\n          1.7935,\n          1.7939,\n          1.7704,\n          1.8028,\n          1.803,\n          1.7862,\n          1.7964,\n          1.8109,\n          1.8115,\n          1.8038,\n          1.8163,\n          1.7807,\n          1.8009,\n          1.8078,\n          1.8045,\n          1.812,\n          1.7901,\n          1.8016,\n          1.7977,\n          1.8139,\n          1.8097,\n          1.8195,\n          1.8142,\n          1.8046,\n          1.8142,\n          1.8134,\n          1.8208,\n          1.8077,\n          1.8188,\n          1.8034,\n          1.822,\n          1.8091,\n          1.8185,\n          1.8214,\n          1.8104,\n          1.8077,\n          1.8115,\n          1.8214,\n          1.8111,\n          1.8057,\n          1.829,\n          1.8154,\n          1.8101,\n          1.817,\n          1.798,\n          1.8095,\n          1.8129,\n          1.8091,\n          1.8292,\n          1.8119,\n          1.8001,\n          1.8072,\n          1.699,\n          1.7389,\n          1.7154,\n          1.7361,\n          1.7083,\n          1.7202,\n          1.7107,\n          1.714,\n          1.7154,\n          1.71,\n          1.7212,\n          1.737,\n          1.7288,\n          1.7127,\n          1.7216,\n          1.7258,\n          1.7082,\n          1.7266,\n          1.7198,\n          1.7124,\n          1.7319,\n          1.7134,\n          1.7186,\n          1.7203,\n          1.7234,\n          1.7402,\n          1.7372,\n          1.7349,\n          1.7227,\n          1.7236,\n          1.7343,\n          1.7276,\n          1.7296,\n          1.5551,\n          1.7229,\n          1.6948,\n          1.7149,\n          1.7002,\n          1.7108,\n          1.7035,\n          1.6927,\n          1.7047,\n          1.759,\n          1.7732,\n          1.814,\n          1.8117,\n          1.7663,\n          1.7266,\n          1.7326,\n          1.6386,\n          1.6896,\n          1.6205,\n          1.7068,\n          1.6281,\n          1.6839,\n          1.6655,\n          1.637,\n          1.6461,\n          1.6698,\n          1.648,\n          1.682,\n          1.6734,\n          1.6789,\n          1.5949,\n          1.6642,\n          1.6383,\n          1.6152,\n          1.6631,\n          1.6677,\n          1.6618,\n          1.6501,\n          1.6128,\n          1.7077,\n          1.651,\n          1.5831,\n          1.6368,\n          1.7176,\n          1.6301,\n          1.512,\n          1.5146,\n          1.6469,\n          1.5823,\n          1.6544,\n          1.5544,\n          1.4711,\n          1.4958,\n          1.5425,\n          1.7242,\n          1.4998,\n          1.4147,\n          1.4138,\n          1.4924,\n          1.6007,\n          1.4564,\n          1.3573,\n          1.3981,\n          1.4365,\n          1.482,\n          1.516,\n          1.4886,\n          1.5032,\n          1.5621,\n          1.4623,\n          1.3756,\n          1.3701,\n          1.367,\n          1.372,\n          1.478,\n          1.3798,\n          1.4025,\n          1.4557,\n          1.5037,\n          1.4442,\n          1.4242,\n          1.3884,\n          1.3677,\n          1.3523,\n          1.3493,\n          1.2599,\n          1.364,\n          1.3566,\n          1.3507,\n          1.4759,\n          1.3977,\n          1.3962,\n          1.4018,\n          1.3821,\n          1.3956,\n          1.4712,\n          1.4628,\n          1.37,\n          1.3771,\n          1.4234,\n          1.4428,\n          1.3435,\n          1.3693,\n          1.3792,\n          1.3518,\n          1.4142,\n          1.5282,\n          1.41,\n          1.4027,\n          1.3406,\n          1.4386,\n          1.5188,\n          1.3963,\n          1.3875,\n          1.4902,\n          1.4984,\n          1.4159,\n          1.4036,\n          1.5603,\n          1.4799,\n          1.3188,\n          1.3348,\n          1.4154,\n          1.3503,\n          1.416,\n          1.4028,\n          1.4559,\n          1.4985,\n          1.4071,\n          1.4973,\n          1.4759,\n          1.398,\n          1.4134,\n          1.3331,\n          1.348,\n          1.3221,\n          1.381,\n          1.4882,\n          1.4794,\n          1.5415,\n          1.5488,\n          1.5608,\n          1.6314,\n          1.5723,\n          1.6091,\n          1.55,\n          1.5167,\n          1.6114,\n          1.5428,\n          1.5296,\n          1.4966,\n          1.5828,\n          1.6186,\n          1.5749,\n          1.5192,\n          1.5515,\n          1.6168,\n          1.5835,\n          1.5702,\n          1.5376,\n          1.5821,\n          1.625,\n          1.5734,\n          1.5748,\n          1.5116,\n          1.6246,\n          1.6661,\n          1.5457,\n          1.5033,\n          1.6479,\n          1.6149,\n          1.5775,\n          1.5387,\n          1.5287,\n          1.6525,\n          1.6588,\n          1.5253,\n          1.5126,\n          1.6493,\n          1.5912,\n          1.5175,\n          1.5198,\n          1.6371,\n          1.6008,\n          1.5291,\n          1.5215,\n          1.6762,\n          1.5614,\n          1.5172,\n          1.6501,\n          1.6324\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_wcmg.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_wcmg\",\n      \"code\": \"gas_wcmg\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0511,\n          0.051,\n          0.0511,\n          0.051,\n          0.051,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.051,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.051,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0516,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0511,\n          0.0512,\n          0.051,\n          0.051,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0506,\n          0.0508,\n          0.0506,\n          0.0507,\n          0.0507,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0507,\n          0.0507,\n          0.0506,\n          0.0505,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0507,\n          0.0507,\n          0.0506,\n          0.0506,\n          0.0507,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0507,\n          0.0506,\n          0.0504,\n          0.0504,\n          0.0506,\n          0.0505,\n          0.0507,\n          0.0505,\n          0.0507,\n          0.0508,\n          0.0508,\n          0.0511,\n          0.0508,\n          0.0506,\n          0.0506,\n          0.0507,\n          0.0505,\n          0.0506,\n          0.0508,\n          0.0506,\n          0.0505,\n          0.0505,\n          0.0504,\n          0.0504,\n          0.0504,\n          0.0508,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0508,\n          0.0507,\n          0.0509,\n          0.0507,\n          0.0507,\n          0.0505,\n          0.0508,\n          0.0505,\n          0.0506,\n          0.0508,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0517,\n          0.0508,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0507,\n          0.0508,\n          0.0508,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0508,\n          0.0508,\n          0.0507,\n          0.0507,\n          0.0508,\n          0.0507,\n          0.0508,\n          0.0506,\n          0.0507,\n          0.0508,\n          0.0508,\n          0.0509,\n          0.0507,\n          0.0507,\n          0.0508,\n          0.0509,\n          0.0507,\n          0.0507,\n          0.0509,\n          0.0509,\n          0.0509,\n          0.0508,\n          0.0513,\n          0.0509,\n          0.0506,\n          0.0507,\n          0.0507,\n          0.0508,\n          0.0506,\n          0.0508,\n          0.0507,\n          0.0506,\n          0.0507,\n          0.0509,\n          0.0508,\n          0.0509,\n          0.0509,\n          0.0511,\n          0.0508,\n          0.0507,\n          0.0505,\n          0.0506,\n          0.0507,\n          0.0505,\n          0.0506,\n          0.0504,\n          0.0504,\n          0.0507,\n          0.0505,\n          0.0504,\n          0.0504,\n          0.0505,\n          0.0506,\n          0.0505,\n          0.0505,\n          0.0503,\n          0.0506,\n          0.0505,\n          0.0505,\n          0.0504,\n          0.0505,\n          0.0506,\n          0.0505,\n          0.0505,\n          0.0504,\n          0.0506,\n          0.0506,\n          0.0505,\n          0.0504,\n          0.0506,\n          0.0505,\n          0.0505,\n          0.0505,\n          0.0505,\n          0.0506,\n          0.0505,\n          0.0504,\n          0.0504,\n          0.0507,\n          0.0505,\n          0.0504,\n          0.0504,\n          0.0506,\n          0.0505,\n          0.0504,\n          0.0504,\n          0.0507,\n          0.0506,\n          0.0505,\n          0.0506,\n          0.0504\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.gas_wcmg.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_wcmg\",\n      \"code\": \"gas_wcmg\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          35.206,\n          35.415,\n          35.054,\n          35.543,\n          35.455,\n          34.946,\n          35.247,\n          35.414,\n          34.862,\n          35.594,\n          34.986,\n          35.474,\n          35.24,\n          35.237,\n          34.815,\n          35.426,\n          35.443,\n          35.087,\n          35.355,\n          35.597,\n          35.611,\n          35.459,\n          35.712,\n          35.034,\n          35.385,\n          35.545,\n          35.462,\n          35.621,\n          35.182,\n          35.401,\n          35.318,\n          35.661,\n          35.585,\n          35.781,\n          35.667,\n          35.465,\n          35.668,\n          35.663,\n          35.808,\n          35.529,\n          35.778,\n          35.451,\n          35.833,\n          35.56,\n          35.759,\n          35.832,\n          35.625,\n          35.542,\n          35.622,\n          35.832,\n          35.615,\n          35.487,\n          35.982,\n          35.705,\n          35.58,\n          35.728,\n          35.337,\n          35.567,\n          35.639,\n          35.624,\n          35.985,\n          35.619,\n          35.394,\n          35.531,\n          33.249,\n          34.083,\n          33.572,\n          34.01,\n          33.47,\n          33.685,\n          33.485,\n          33.554,\n          33.572,\n          33.495,\n          33.695,\n          34.031,\n          33.855,\n          33.528,\n          33.716,\n          33.792,\n          33.431,\n          33.809,\n          33.666,\n          33.534,\n          33.922,\n          33.542,\n          33.652,\n          33.676,\n          33.754,\n          34.073,\n          34.01,\n          33.972,\n          33.701,\n          33.782,\n          33.947,\n          33.818,\n          33.848,\n          30.147,\n          33.718,\n          33.16,\n          33.548,\n          33.25,\n          33.45,\n          33.306,\n          33.115,\n          33.32,\n          34.472,\n          34.773,\n          35.65,\n          35.64,\n          34.766,\n          34.024,\n          34.167,\n          32.338,\n          33.317,\n          32.057,\n          33.631,\n          32.178,\n          33.235,\n          32.87,\n          32.341,\n          32.511,\n          32.974,\n          32.6,\n          33.182,\n          33.025,\n          33.155,\n          31.562,\n          32.894,\n          32.381,\n          31.916,\n          32.859,\n          32.905,\n          32.766,\n          32.62,\n          31.853,\n          33.7,\n          32.614,\n          31.299,\n          32.325,\n          33.886,\n          32.207,\n          29.997,\n          30.064,\n          32.54,\n          31.323,\n          32.646,\n          30.781,\n          29.0,\n          29.473,\n          30.362,\n          33.734,\n          29.533,\n          27.945,\n          27.927,\n          29.441,\n          31.673,\n          28.766,\n          26.728,\n          27.606,\n          28.421,\n          29.373,\n          30.095,\n          29.513,\n          29.835,\n          30.74,\n          28.852,\n          27.116,\n          26.999,\n          26.934,\n          27.039,\n          29.046,\n          27.205,\n          27.686,\n          28.815,\n          29.629,\n          28.583,\n          28.148,\n          27.349,\n          26.896,\n          26.634,\n          26.558,\n          24.356,\n          26.87,\n          26.712,\n          26.6,\n          29.001,\n          27.573,\n          27.554,\n          27.672,\n          27.253,\n          27.54,\n          28.965,\n          28.8,\n          26.97,\n          27.108,\n          27.988,\n          28.375,\n          26.436,\n          26.983,\n          27.193,\n          26.611,\n          27.87,\n          30.072,\n          27.846,\n          27.691,\n          26.386,\n          28.311,\n          29.848,\n          27.555,\n          27.38,\n          29.318,\n          29.439,\n          27.931,\n          27.711,\n          30.651,\n          29.099,\n          25.923,\n          26.251,\n          27.564,\n          26.528,\n          27.974,\n          27.692,\n          28.704,\n          29.481,\n          27.796,\n          29.479,\n          29.09,\n          27.603,\n          27.867,\n          26.215,\n          26.543,\n          25.981,\n          27.114,\n          29.148,\n          29.14,\n          30.429,\n          30.686,\n          30.826,\n          32.186,\n          31.159,\n          31.775,\n          30.739,\n          30.11,\n          31.799,\n          30.574,\n          30.344,\n          29.682,\n          31.318,\n          31.976,\n          31.178,\n          30.097,\n          30.847,\n          31.966,\n          31.348,\n          31.078,\n          30.5,\n          31.343,\n          32.125,\n          31.146,\n          31.175,\n          29.975,\n          32.116,\n          32.947,\n          30.635,\n          29.825,\n          32.561,\n          31.974,\n          31.257,\n          30.487,\n          30.3,\n          32.633,\n          32.817,\n          30.291,\n          30.023,\n          32.526,\n          31.537,\n          30.099,\n          30.163,\n          32.331,\n          31.701,\n          30.333,\n          30.21,\n          33.071,\n          30.879,\n          30.055,\n          32.632,\n          32.37\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.hydro.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"hydro\",\n      \"code\": \"hydro\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          300.6025,\n          286.3225,\n          287.0375,\n          287.115,\n          286.08,\n          288.2225,\n          286.605,\n          289.34,\n          287.815,\n          289.31,\n          289.8975,\n          292.2275,\n          290.225,\n          289.8,\n          289.015,\n          289.9875,\n          287.2525,\n          122.6775,\n          121.8225,\n          121.7475,\n          121.7175,\n          121.6425,\n          122.2575,\n          105.545,\n          97.605,\n          96.4825,\n          96.8375,\n          97.6225,\n          97.3425,\n          97.0775,\n          96.4925,\n          96.7525,\n          97.415,\n          97.105,\n          96.0,\n          97.4225,\n          95.9925,\n          96.585,\n          96.6975,\n          96.78,\n          96.68,\n          97.1175,\n          96.94,\n          96.745,\n          96.385,\n          97.3025,\n          96.4525,\n          97.2225,\n          96.9875,\n          96.78,\n          96.285,\n          96.9225,\n          96.915,\n          96.9975,\n          97.11,\n          97.0225,\n          96.6675,\n          96.8375,\n          96.59,\n          96.9225,\n          97.1625,\n          96.88,\n          96.76,\n          96.5975,\n          96.7025,\n          97.4075,\n          96.5875,\n          96.76,\n          97.545,\n          96.5675,\n          96.2875,\n          98.0075,\n          97.445,\n          96.265,\n          96.4975,\n          97.2925,\n          97.025,\n          97.2825,\n          97.86,\n          96.8075,\n          96.89,\n          96.42,\n          97.09,\n          97.48,\n          96.455,\n          96.7225,\n          95.9,\n          97.01,\n          97.08,\n          96.79,\n          96.9375,\n          97.215,\n          96.7625,\n          97.34,\n          97.47,\n          97.76,\n          97.8325,\n          96.3725,\n          96.6025,\n          97.185,\n          97.3325,\n          97.07,\n          108.0425,\n          96.9125,\n          96.935,\n          100.2525,\n          97.04,\n          98.01,\n          110.96,\n          122.485,\n          297.0675,\n          301.19,\n          299.165,\n          315.16,\n          308.36,\n          307.2375,\n          323.03,\n          306.54,\n          306.4825,\n          311.7375,\n          308.92,\n          319.9575,\n          304.585,\n          309.5425,\n          307.9475,\n          300.1875,\n          300.6075,\n          285.6075,\n          121.6775,\n          121.335,\n          122.46,\n          106.07,\n          96.8225,\n          96.3825,\n          96.8475,\n          99.49,\n          96.005,\n          79.5075,\n          71.7225,\n          71.825,\n          71.465,\n          71.755,\n          72.0275,\n          72.1475,\n          84.3625,\n          71.6,\n          71.8,\n          71.1975,\n          71.2025,\n          71.5775,\n          71.765,\n          71.5425,\n          70.76,\n          71.84,\n          67.5475,\n          71.9375,\n          71.52,\n          62.56,\n          14.5075,\n          71.98,\n          69.335,\n          72.07,\n          71.6125,\n          19.3775,\n          4.785,\n          4.845,\n          4.8175,\n          4.715,\n          4.7175,\n          4.53,\n          4.6725,\n          4.2775,\n          4.4175,\n          4.3125,\n          4.445,\n          4.315,\n          4.7375,\n          4.44,\n          4.3875,\n          4.5775,\n          4.235,\n          4.33,\n          4.6,\n          4.81,\n          4.6175,\n          4.425,\n          4.6975,\n          4.34,\n          4.6975,\n          4.365,\n          4.5725,\n          4.6125,\n          4.39,\n          4.6275,\n          4.52,\n          4.545,\n          4.67,\n          4.6775,\n          4.075,\n          4.7475,\n          4.67,\n          4.7425,\n          4.8,\n          4.53,\n          4.2775,\n          4.54,\n          4.92,\n          4.25,\n          4.2,\n          3.92,\n          9.8225,\n          10.45,\n          9.995,\n          10.075,\n          80.4175,\n          86.965,\n          92.88,\n          97.3425,\n          96.56,\n          97.0625,\n          97.0225,\n          96.63,\n          95.6125,\n          96.9325,\n          110.665,\n          111.1875,\n          111.875,\n          111.2675,\n          118.9825,\n          136.395,\n          136.545,\n          136.915,\n          142.405,\n          300.05,\n          305.895,\n          392.7975,\n          433.4225,\n          564.0875,\n          676.6725,\n          658.6925,\n          622.7575,\n          583.9075,\n          632.72,\n          658.2975,\n          652.2475,\n          561.1475,\n          681.1625,\n          667.8825,\n          652.8225,\n          666.36,\n          656.13,\n          568.175,\n          592.1275,\n          572.045,\n          564.05,\n          614.695,\n          551.445,\n          477.32,\n          477.7925,\n          470.48,\n          473.8875,\n          486.2075,\n          472.075,\n          471.4625,\n          471.915,\n          478.57,\n          471.825,\n          483.3725,\n          480.225,\n          479.0625,\n          483.97,\n          474.5975,\n          476.8275,\n          474.9675,\n          474.1175,\n          476.175,\n          503.285,\n          481.4775,\n          487.5925,\n          503.74,\n          479.125,\n          319.44,\n          316.7775,\n          312.68,\n          306.51,\n          312.1375,\n          309.3,\n          474.13\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.imports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.imports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.imports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.pumps.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"pumps\",\n      \"code\": \"pumps\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          248.01,\n          248.38,\n          246.94,\n          248.12,\n          246.35,\n          245.24,\n          492.49,\n          491.94,\n          490.76,\n          492.06,\n          490.62,\n          491.02,\n          492.08,\n          491.96,\n          491.27,\n          491.81,\n          491.56,\n          490.22,\n          491.98,\n          492.41,\n          490.15,\n          491.12,\n          492.11,\n          489.22,\n          490.61,\n          490.74,\n          487.89,\n          488.38,\n          489.87,\n          487.54,\n          490.32,\n          488.11,\n          487.22,\n          490.46,\n          488.57,\n          489.59,\n          490.44,\n          487.56,\n          488.62,\n          490.51,\n          488.7,\n          488.59,\n          490.64,\n          488.9,\n          488.75,\n          486.79,\n          487.23,\n          488.87,\n          487.11,\n          491.13,\n          486.4,\n          488.86,\n          487.86,\n          485.9,\n          487.8,\n          487.41,\n          485.92,\n          486.38,\n          487.65,\n          486.58,\n          486.77,\n          485.88,\n          485.78,\n          486.45,\n          482.88,\n          487.81,\n          487.3,\n          484.3,\n          485.82,\n          486.9,\n          485.98,\n          487.89,\n          485.95,\n          483.8,\n          486.05,\n          483.56,\n          483.89,\n          486.19,\n          485.26,\n          485.75,\n          485.58,\n          484.73,\n          483.99,\n          243.01,\n          243.3,\n          242.48,\n          243.63,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          5.0948,\n          10.1897,\n          15.2845,\n          20.3793,\n          25.4742,\n          30.569,\n          74.182,\n          117.795,\n          161.408,\n          205.021,\n          248.634,\n          292.247,\n          373.958,\n          455.669,\n          537.38,\n          619.091,\n          700.802,\n          782.513,\n          882.0022,\n          981.4913,\n          1080.9805,\n          1180.4697,\n          1279.9588,\n          1379.448,\n          1475.1998,\n          1570.9517,\n          1666.7035,\n          1762.4553,\n          1858.2072,\n          1953.959,\n          2041.2127,\n          2128.4663,\n          2215.72,\n          2302.9737,\n          2390.2273,\n          2477.481,\n          2552.9713,\n          2628.4617,\n          2703.952,\n          2779.4423,\n          2854.9327,\n          2930.423,\n          2992.7175,\n          3055.012,\n          3117.3065,\n          3179.601,\n          3241.8955,\n          3304.19,\n          3342.565,\n          3380.94,\n          3419.315,\n          3457.69,\n          3496.065,\n          3534.44,\n          3553.0113,\n          3571.5827,\n          3590.154,\n          3608.7253,\n          3627.2967,\n          3645.868,\n          3651.714,\n          3657.56,\n          3663.406,\n          3669.252,\n          3675.098,\n          3680.944,\n          3680.572,\n          3680.2,\n          3679.828,\n          3679.456,\n          3679.084,\n          3678.712,\n          3660.1678,\n          3641.6237,\n          3623.0795,\n          3604.5353,\n          3585.9912,\n          3567.447,\n          3538.3445,\n          3509.242,\n          3480.1395,\n          3451.037,\n          3421.9345,\n          3392.832,\n          3354.4725,\n          3316.113,\n          3277.7535,\n          3239.394,\n          3201.0345,\n          3162.675,\n          3098.3292,\n          3033.9833,\n          2969.6375,\n          2905.2917,\n          2840.9458,\n          2776.6,\n          2697.3562,\n          2618.1123,\n          2538.8685,\n          2459.6247,\n          2380.3808,\n          2301.137,\n          2209.3525,\n          2117.568,\n          2025.7835,\n          1933.999,\n          1842.2145,\n          1750.43,\n          1648.7583,\n          1547.0867,\n          1445.415,\n          1343.7433,\n          1242.0717,\n          1140.4,\n          1046.5227,\n          952.6453,\n          858.768,\n          764.8907,\n          671.0133,\n          577.136,\n          510.7808,\n          444.4257,\n          378.0705,\n          311.7153,\n          245.3602,\n          179.005,\n          153.7077,\n          128.4103,\n          103.113,\n          77.8157,\n          52.5183,\n          27.221,\n          22.9003,\n          18.5797,\n          14.259,\n          9.9383,\n          5.6177,\n          1.297,\n          1.0808,\n          0.8647,\n          0.6485,\n          0.4323,\n          0.2162,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      },\n      \"forecast\": {\n        \"start\": \"2025-07-17T21:15:00+10:00\",\n        \"last\": \"2025-07-18T21:15:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          17.5845,\n          35.169,\n          52.7535,\n          70.338,\n          87.9225,\n          105.507,\n          148.3033,\n          191.0997,\n          233.896,\n          276.6923,\n          319.4887,\n          362.285,\n          415.9712,\n          469.6573,\n          523.3435,\n          577.0297,\n          630.7158,\n          684.402,\n          737.5023,\n          790.6027,\n          843.703,\n          896.8033,\n          949.9037,\n          1003.004,\n          1052.7257,\n          1102.4473,\n          1152.169,\n          1201.8907,\n          1251.6123,\n          1301.334,\n          1345.9123,\n          1390.4907,\n          1435.069,\n          1479.6473,\n          1524.2257,\n          1568.804,\n          1608.8155,\n          1648.827,\n          1688.8385,\n          1728.85,\n          1768.8615,\n          1808.873,\n          1843.4007,\n          1877.9283,\n          1912.456,\n          1946.9837,\n          1981.5113,\n          2016.039,\n          2044.7025,\n          2073.366,\n          2102.0295,\n          2130.693,\n          2159.3565,\n          2188.02,\n          2205.9317,\n          2223.8433,\n          2241.755,\n          2259.6667,\n          2277.5783,\n          2295.49,\n          2302.9195,\n          2310.349,\n          2317.7785,\n          2325.208,\n          2332.6375,\n          2340.067,\n          2337.633,\n          2335.199,\n          2332.765,\n          2330.331,\n          2327.897,\n          2325.463,\n          2311.2962,\n          2297.1293,\n          2282.9625,\n          2268.7957,\n          2254.6288,\n          2240.462,\n          2214.5127,\n          2188.5633,\n          2162.614,\n          2136.6647,\n          2110.7153,\n          2084.766,\n          2048.7125,\n          2012.659,\n          1976.6055,\n          1940.552,\n          1904.4985,\n          1868.445,\n          1820.9822,\n          1773.5193,\n          1726.0565,\n          1678.5937,\n          1631.1308,\n          1583.668,\n          1526.002,\n          1468.336,\n          1410.67,\n          1353.004,\n          1295.338,\n          1237.672,\n          1174.3605,\n          1111.049,\n          1047.7375,\n          984.426,\n          921.1145,\n          857.803,\n          794.4082,\n          731.0133,\n          667.6185,\n          604.2237,\n          540.8288,\n          477.434,\n          427.3578,\n          377.2817,\n          327.2055,\n          277.1293,\n          227.0532,\n          176.977,\n          147.4808,\n          117.9847,\n          88.4885,\n          58.9923,\n          29.4962,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.solar_utility.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_utility\",\n      \"code\": \"solar_utility\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.6619,\n          0.4619,\n          0.4619,\n          0.4619,\n          0.4619,\n          0.4619,\n          0.4619,\n          0.4619,\n          0.2332,\n          0.2332,\n          0.2332,\n          26.7332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.3259,\n          0.4396,\n          24.4396,\n          0.4396,\n          0.4396,\n          0.5396,\n          0.3332,\n          0.3332,\n          0.2332,\n          0.2332,\n          0.2332,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          0.1109,\n          -0.1,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.1404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          23.8404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.1404,\n          0.1404,\n          0.1404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.0404,\n          0.2776,\n          1.6717,\n          5.6465,\n          16.4587,\n          34.0246,\n          75.9011,\n          142.8426,\n          263.5372,\n          394.2368,\n          515.0232,\n          669.6537,\n          797.5233,\n          971.0203,\n          1137.4182,\n          1305.4391,\n          1458.6106,\n          1588.8632,\n          1731.4712,\n          1843.3278,\n          1947.3716,\n          2073.2176,\n          1899.3216,\n          2172.4402,\n          2214.3139,\n          2235.1342,\n          2281.7768,\n          2312.0979,\n          2307.7274,\n          2296.9466,\n          2311.9625,\n          2361.9181,\n          2372.8673,\n          2405.0453,\n          2415.0622,\n          2267.2909,\n          2169.0397,\n          2164.771,\n          2152.9,\n          2107.7489,\n          2144.6278,\n          2091.5305,\n          2052.1195,\n          2122.1448,\n          1979.0984,\n          1957.7389,\n          1980.548,\n          2022.3399,\n          1939.6776,\n          1925.2372,\n          1763.0077,\n          1617.9385,\n          1531.3571,\n          1565.4448,\n          1615.6754,\n          1648.4228,\n          1688.961,\n          1620.9925,\n          1767.0588,\n          1624.2124,\n          1606.0168,\n          1667.2089,\n          1546.2191,\n          1575.4599,\n          1465.4571,\n          1415.6195,\n          1413.138,\n          1428.2664,\n          1446.3839,\n          1465.8876,\n          1369.7702,\n          1244.1431,\n          1030.2478,\n          1003.6864,\n          959.9515,\n          892.1535,\n          822.9312,\n          783.9479,\n          738.1858,\n          934.5539,\n          895.4285,\n          956.9556,\n          964.4513,\n          909.9964,\n          856.4302,\n          1009.0309,\n          1065.1063,\n          1208.3924,\n          1242.8191,\n          1226.2999,\n          1361.9328,\n          1618.7085,\n          1602.977,\n          1628.2903,\n          1526.3357,\n          1480.2471,\n          1438.6769,\n          1477.9783,\n          1665.5384,\n          1715.5143,\n          1804.0574,\n          1869.9477,\n          1990.1072,\n          2133.0408,\n          2257.5874,\n          2394.6502,\n          2383.4274,\n          2342.8173,\n          2279.2807,\n          2175.9632,\n          2011.225,\n          1997.3068,\n          1885.2699,\n          1795.0276,\n          1692.8962,\n          1567.6403,\n          1441.1705,\n          1308.2911,\n          1196.2427,\n          1039.4492,\n          903.3978,\n          750.9682,\n          575.0987,\n          459.6757,\n          322.0833,\n          248.4614,\n          190.4269,\n          125.132,\n          86.0356,\n          51.2807,\n          25.7358,\n          11.6214,\n          6.8163,\n          4.7667,\n          2.8667,\n          1.0585,\n          0.5585,\n          0.5585,\n          0.6762,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5061,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.5838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838,\n          0.3838\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1326.0059,\n          1321.0536,\n          1329.2355,\n          1358.5795,\n          1360.1322,\n          1370.9003,\n          1374.4594,\n          1354.9609,\n          1364.8107,\n          1353.8844,\n          1360.3776,\n          1338.6017,\n          1339.5594,\n          1330.0388,\n          1335.4008,\n          1329.0641,\n          1330.0512,\n          1335.0403,\n          1343.0044,\n          1344.085,\n          1336.0996,\n          1339.9445,\n          1359.6897,\n          1345.382,\n          1335.053,\n          1335.1,\n          1319.2472,\n          1319.4059,\n          1318.8802,\n          1309.3278,\n          1302.2879,\n          1303.2459,\n          1289.8418,\n          1286.114,\n          1276.1834,\n          1295.2296,\n          1300.4193,\n          1313.7809,\n          1321.9366,\n          1329.0295,\n          1350.8138,\n          1357.0459,\n          1357.4056,\n          1364.6199,\n          1395.8873,\n          1399.8209,\n          1412.9466,\n          1427.5405,\n          1419.979,\n          1424.7305,\n          1427.175,\n          1411.9973,\n          1408.1541,\n          1394.122,\n          1410.0924,\n          1428.5022,\n          1419.5835,\n          1442.7932,\n          1474.0211,\n          1486.9556,\n          1478.9037,\n          1480.85,\n          1484.9911,\n          1494.0894,\n          1495.3174,\n          1500.7989,\n          1496.3105,\n          1482.4886,\n          1482.6876,\n          1477.4698,\n          1468.8201,\n          1474.9901,\n          1476.5364,\n          1475.4678,\n          1465.043,\n          1483.9958,\n          1469.4407,\n          1471.2659,\n          1490.3743,\n          1506.6129,\n          1494.3314,\n          1509.7576,\n          1493.4527,\n          1509.287,\n          1501.2432,\n          1493.0071,\n          1493.516,\n          1484.9579,\n          1495.5165,\n          1498.034,\n          1481.82,\n          1472.6278,\n          1459.2476,\n          1468.3455,\n          1452.6774,\n          1442.6328,\n          1453.328,\n          1451.5968,\n          1451.075,\n          1432.7369,\n          1429.0819,\n          1430.5721,\n          1451.5915,\n          1446.1337,\n          1444.1692,\n          1431.0605,\n          1445.0342,\n          1450.5988,\n          1435.5309,\n          1418.3254,\n          1405.7268,\n          1416.0409,\n          1416.684,\n          1412.8213,\n          1409.9154,\n          1404.2067,\n          1398.9835,\n          1382.7271,\n          1365.283,\n          1346.5331,\n          1332.0457,\n          1330.9728,\n          1297.097,\n          1283.5929,\n          1269.8509,\n          1234.6911,\n          1209.6094,\n          1172.2446,\n          1141.5484,\n          977.3211,\n          1077.8838,\n          1042.204,\n          1015.6045,\n          790.1358,\n          765.0312,\n          838.3678,\n          859.1037,\n          846.8631,\n          823.0087,\n          807.5982,\n          765.8157,\n          733.2031,\n          702.5503,\n          700.8992,\n          664.3738,\n          686.735,\n          661.9988,\n          646.2107,\n          663.6321,\n          642.1557,\n          662.0648,\n          660.2724,\n          667.831,\n          675.2298,\n          655.4865,\n          661.6766,\n          671.8684,\n          670.2002,\n          629.1445,\n          625.0092,\n          632.4464,\n          642.5827,\n          606.3854,\n          602.4669,\n          604.9468,\n          588.6916,\n          619.3746,\n          614.0581,\n          600.6957,\n          606.5434,\n          607.3522,\n          607.3386,\n          624.3037,\n          658.6723,\n          557.0686,\n          571.6994,\n          594.6572,\n          606.2465,\n          609.3092,\n          618.8833,\n          642.4489,\n          660.0105,\n          679.2993,\n          678.9623,\n          660.7693,\n          673.9574,\n          665.5938,\n          664.5983,\n          664.3273,\n          668.1716,\n          689.5849,\n          658.0422,\n          635.2774,\n          621.9339,\n          630.3626,\n          639.5206,\n          659.265,\n          634.29,\n          638.9756,\n          639.4722,\n          627.4541,\n          645.4932,\n          636.6353,\n          621.8836,\n          618.4839,\n          615.8527,\n          613.1435,\n          625.4403,\n          610.0714,\n          645.9828,\n          631.8868,\n          618.6852,\n          601.253,\n          576.0794,\n          582.8595,\n          581.0699,\n          592.0595,\n          581.3934,\n          556.8981,\n          539.9869,\n          544.3779,\n          511.8877,\n          512.1967,\n          526.235,\n          505.1433,\n          516.6474,\n          508.3917,\n          490.6518,\n          517.4887,\n          523.549,\n          507.9247,\n          497.1348,\n          483.9701,\n          446.6841,\n          456.4231,\n          433.6217,\n          408.164,\n          384.6328,\n          360.3537,\n          344.1201,\n          347.5776,\n          352.6721,\n          365.4244,\n          363.7319,\n          361.2735,\n          376.4091,\n          383.1673,\n          392.3419,\n          398.6679,\n          396.0079,\n          392.8512,\n          419.5002,\n          440.6549,\n          455.0094,\n          472.0758,\n          488.6306,\n          525.9705,\n          530.2582,\n          560.5926,\n          599.8553,\n          623.3111,\n          654.8429,\n          675.3811,\n          860.8427,\n          859.4893,\n          868.5835,\n          884.9927,\n          896.9679,\n          895.8201,\n          888.8759,\n          894.0722,\n          913.8783,\n          935.185,\n          958.2233,\n          973.5452,\n          983.3281,\n          1008.9062,\n          1017.991,\n          1034.1818,\n          1043.407,\n          1065.5216,\n          1045.3571,\n          1030.6015,\n          1053.0754,\n          1067.3568,\n          1054.3555,\n          1037.2864,\n          1038.9155\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.price\",\n      \"type\": \"price\",\n      \"network\": \"nem\",\n      \"region\": \"qld1\",\n      \"data_type\": \"price\",\n      \"units\": \"AUD/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:15:00+10:00\",\n        \"last\": \"2025-07-11T21:10:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          81.54,\n          75.83,\n          75.75,\n          75.75,\n          75.75,\n          75.75,\n          54.76,\n          54.76,\n          54.76,\n          44.94,\n          59.68,\n          75.45,\n          75.83,\n          60.81,\n          75.45,\n          59.21,\n          75.45,\n          69.04,\n          75.45,\n          68.99,\n          44.94,\n          44.94,\n          75.83,\n          75.83,\n          75.83,\n          57.46,\n          57.02,\n          56.63,\n          75.45,\n          75.45,\n          56.1,\n          55.8,\n          62.7,\n          55.02,\n          55.7,\n          74.81,\n          54.91,\n          54.76,\n          54.14,\n          54.13,\n          54.76,\n          54.45,\n          54.45,\n          53.73,\n          44.94,\n          53.71,\n          34.75,\n          44.94,\n          44.94,\n          44.94,\n          34.75,\n          44.94,\n          50.84,\n          35.0,\n          44.94,\n          55.25,\n          35.13,\n          34.75,\n          44.94,\n          44.94,\n          53.09,\n          52.4,\n          44.94,\n          35.0,\n          35.0,\n          49.41,\n          44.94,\n          44.94,\n          44.94,\n          34.75,\n          35.0,\n          54.76,\n          51.33,\n          51.65,\n          35.0,\n          34.75,\n          34.75,\n          53.75,\n          53.42,\n          53.42,\n          53.78,\n          53.75,\n          53.79,\n          54.21,\n          53.81,\n          54.2,\n          54.53,\n          54.76,\n          54.76,\n          54.76,\n          54.76,\n          54.76,\n          55.06,\n          63.14,\n          54.76,\n          55.58,\n          55.63,\n          55.63,\n          55.69,\n          75.75,\n          76.43,\n          84.45,\n          80.0,\n          83.9,\n          84.24,\n          80.0,\n          77.9,\n          80.0,\n          80.0,\n          84.45,\n          97.45,\n          84.42,\n          84.45,\n          97.83,\n          98.58,\n          97.83,\n          98.8,\n          101.83,\n          100.11,\n          100.25,\n          99.06,\n          101.82,\n          90.31,\n          94.13,\n          85.55,\n          84.45,\n          75.83,\n          75.75,\n          75.45,\n          -10.4,\n          54.76,\n          49.34,\n          54.76,\n          -1.88,\n          -14.73,\n          34.75,\n          34.75,\n          44.94,\n          44.94,\n          0.0,\n          -7.16,\n          10.42,\n          0.0,\n          55.63,\n          44.94,\n          0.0,\n          -10.4,\n          -14.03,\n          -14.03,\n          -14.03,\n          -14.03,\n          -14.99,\n          -15.01,\n          -16.22,\n          -16.0,\n          -16.0,\n          -16.22,\n          -16.36,\n          -16.0,\n          -15.01,\n          -16.0,\n          -15.5,\n          -16.36,\n          -21.5,\n          -22.0,\n          -22.59,\n          -22.59,\n          -22.0,\n          -19.88,\n          -22.59,\n          -18.5,\n          -22.59,\n          -22.59,\n          -19.5,\n          -22.59,\n          -22.0,\n          -22.59,\n          -22.73,\n          -22.73,\n          -22.73,\n          -24.46,\n          -23.48,\n          -33.1,\n          -33.1,\n          -41.0,\n          -40.97,\n          -40.97,\n          -41.16,\n          -41.51,\n          -41.51,\n          -41.83,\n          -40.97,\n          -41.16,\n          -40.97,\n          -40.97,\n          -41.16,\n          -41.16,\n          -33.1,\n          -33.1,\n          -33.1,\n          -33.1,\n          -33.1,\n          -32.82,\n          -16.44,\n          -16.44,\n          -16.43,\n          -19.5,\n          -21.5,\n          -22.59,\n          -22.59,\n          -19.5,\n          -19.5,\n          -16.44,\n          -16.22,\n          -16.0,\n          -15.01,\n          -14.03,\n          -7.16,\n          10.33,\n          44.94,\n          -7.16,\n          32.52,\n          34.75,\n          81.46,\n          55.63,\n          78.73,\n          54.44,\n          55.63,\n          56.32,\n          55.63,\n          81.24,\n          93.02,\n          83.41,\n          93.2,\n          95.59,\n          133.5,\n          105.78,\n          162.55,\n          143.47,\n          133.98,\n          133.5,\n          133.9,\n          133.98,\n          148.73,\n          132.83,\n          162.73,\n          160.92,\n          140.55,\n          136.18,\n          162.55,\n          133.5,\n          133.5,\n          128.73,\n          131.52,\n          133.95,\n          132.83,\n          130.64,\n          128.73,\n          132.83,\n          128.73,\n          128.73,\n          124.51,\n          125.26,\n          97.73,\n          118.0,\n          114.84,\n          114.83,\n          110.53,\n          123.87,\n          110.53,\n          110.53,\n          110.53,\n          114.84,\n          114.84,\n          97.73,\n          110.53,\n          93.01,\n          101.82,\n          95.43,\n          92.28,\n          93.01,\n          96.45,\n          93.01,\n          93.01,\n          93.01,\n          101.82,\n          93.01,\n          101.57\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.qld1.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"040913\",\n      \"network\": \"nem\",\n      \"region\": \"QLD1\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-07-10T21:00:00+10:00\",\n        \"last\": \"2025-07-11T20:30:00+10:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          16.3,\n          16.6,\n          16.4,\n          16.3,\n          15.9,\n          15.2,\n          15.0,\n          14.3,\n          14.2,\n          14.0,\n          13.2,\n          13.0,\n          12.8,\n          12.8,\n          12.5,\n          11.9,\n          11.2,\n          10.6,\n          10.7,\n          11.3,\n          11.4,\n          12.1,\n          13.0,\n          14.5,\n          15.2,\n          15.6,\n          16.2,\n          17.0,\n          17.6,\n          18.2,\n          18.8,\n          19.1,\n          19.7,\n          20.4,\n          21.2,\n          21.0,\n          21.4,\n          21.3,\n          20.8,\n          19.5,\n          18.5,\n          16.1,\n          14.8,\n          15.1,\n          15.6,\n          15.9,\n          15.1,\n          15.1\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-QLD.v4.json",
    "content": "{\n  \"version\": \"4.4.5\",\n  \"created_at\": \"2025-07-17T21:16:04+10:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"NEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2025-07-10T21:15:00+10:00\",\n      \"date_end\": \"2025-07-11T21:10:00+10:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_QLD1|BATTERY_CHARGING\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"BATTERY_CHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              4.3509\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.1838\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.1908\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.2876\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              6.6774\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0112\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0869\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0106\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              2.9855\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              17.8763\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              22.0452\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.9919\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.1903\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0808\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.226\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              2.8423\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.4087\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.2525\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              3.1568\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.2026\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.1041\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.2654\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              1.0966\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              4.766\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              8.3298\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.7812\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              3.5524\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.1378\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              2.9953\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.355\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.5487\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              3.1524\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              2.3685\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              4.1015\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.2992\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.407\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.4072\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              3.8569\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              1.3039\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              3.0038\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              15.8958\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              15.5226\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              25.6834\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              27.5933\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              11.078\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              8.3356\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.478\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0564\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.9653\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              1.9616\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              5.9694\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              2.1717\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.1547\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              9.4123\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              8.0932\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              13.6354\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              22.5696\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              3.8896\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              51.4112\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              77.2821\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              31.1073\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              37.0148\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              20.4461\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              11.3014\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              1.6985\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.5171\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              1.255\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.2619\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              1.5929\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              1.4414\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              10.8516\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.8945\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              1.7656\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.781\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              4.4519\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.6206\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.5278\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              4.4323\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.7287\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.3038\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              1.0337\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.2474\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.5793\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              3.31\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              1.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.3888\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.617\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              2.2215\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.9754\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              1.3951\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0232\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              1.484\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.2141\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0868\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0868\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.2281\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              2.1661\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              1.9413\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              1.4\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.8433\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              1.3873\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1.2\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              45.253\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              2.2371\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              15.8738\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              18.9115\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              1.7\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              4.7812\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              2.0584\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              1.9222\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              8.6048\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              12.2622\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              2.9951\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              1.7\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              5.2261\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              16.2525\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              4.3601\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              1.1154\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.7\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              137.5079\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              125.1473\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              138.4964\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              160.7532\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              151.4101\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              153.9451\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              179.3649\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              156.5239\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              183.6872\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              147.0402\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              168.1677\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              182.2374\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              161.7762\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              146.2512\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              183.9437\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              192.3751\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              190.8113\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              200.3957\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              231.2615\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              254.3876\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              226.2568\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              218.1028\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              247.9864\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              204.2961\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              220.5243\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              187.7707\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              232.5365\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              230.8836\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              339.9653\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              348.8994\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              348.7108\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              343.7993\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              347.3098\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              290.9984\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              248.4682\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              279.1207\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              263.6109\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              192.0044\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              98.6141\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              95.6848\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              160.9474\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              97.9403\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              103.0063\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              99.0093\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              56.0926\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              47.5652\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              68.8134\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              47.1636\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              43.9601\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              57.1483\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              43.8781\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              27.1324\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              44.8666\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              15.3927\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              1.0214\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              37.3737\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              8.917\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              56.9702\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              5.2795\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              12.4603\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              3.0002\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              2.7252\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              3.317\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              8.5797\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              11.7952\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              1.2755\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              0.1418\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1.2376\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              3.5593\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              11.7167\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              6.4406\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              38.7138\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              2.5427\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              1.1426\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              1.072\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.5612\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.1358\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.2878\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              2.3994\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.3582\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              1.3249\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.7022\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.3445\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.7139\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.7943\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.1135\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.3046\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.1939\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              1.2571\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.1024\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.7573\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.1024\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.1024\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.1024\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0136\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              1.8335\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0774\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0774\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.1132\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.166\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              2.5051\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.815\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0849\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|BATTERY_DISCHARGING\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"BATTERY_DISCHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              2.0606\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              1.0235\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              3.1545\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0425\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.9731\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              1.055\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0137\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              1.4403\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              1.1317\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.7465\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              1.5816\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              9.303\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              9.8879\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              1.5873\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.1746\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.5904\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.3238\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              2.7915\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0709\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              6.7636\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.1617\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.6085\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              1.4198\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              3.5136\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0759\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              2.5252\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              23.7206\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.52\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              13.219\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              4.7685\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              16.5901\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              29.4694\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              13.3601\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              24.0479\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              7.6477\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              4.2764\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              5.0636\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.4486\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.4627\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              4.7469\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              13.5412\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              9.2893\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              4.7188\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              4.5385\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.2048\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0917\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              2.5783\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0917\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0917\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0917\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0406\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.2851\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0406\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0022\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0274\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              3.4425\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              3.8447\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              2.905\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.3481\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              6.5115\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.4677\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.7659\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.1583\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              2.8011\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              3.2883\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.3499\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.3933\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.6253\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              4.5605\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              1.752\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              11.2306\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              3.6921\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              2.5871\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              1.0734\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.452\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.4114\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              6.501\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              2.6423\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              12.4378\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              8.2135\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              1.0296\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0348\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              26.1752\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              5.494\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.8844\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0645\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              10.1006\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              3.0738\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              11.0846\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              46.7013\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              35.623\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              27.4987\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              14.7254\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              4.019\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              43.4398\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              121.497\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              145.1728\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              190.3057\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              175.1188\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              168.9474\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              204.0343\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              239.3473\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              206.9277\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              197.3781\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              200.1125\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              163.0458\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              162.5142\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              159.8287\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              151.633\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              148.934\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              146.0189\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              151.3852\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              9.5802\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              4.4324\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.208\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              5.6712\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              2.0917\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.2113\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.1148\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.954\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.1647\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.163\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              6.4911\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.2012\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.196\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              6.6018\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              4.8831\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.9421\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              1.9687\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.0143\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              1.289\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              7.5356\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.5324\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.5216\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.6665\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.9576\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              4.3525\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.2508\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              2.967\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              2.7977\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              5.3734\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1.5483\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              28.9724\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              1.2858\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              0.3416\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              1.4276\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              1.247\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              0.0243\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              1.449\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.9624\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              5.6475\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              9.0153\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              2.2083\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              1.4678\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              5.2152\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              17.1957\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              34.125\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              24.0252\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              34.0225\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              27.5999\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              23.147\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              36.9658\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              121.6855\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              99.6382\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              146.7234\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              171.6691\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              164.6283\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              207.7791\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              209.3557\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              310.3008\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              287.4611\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              200.1092\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              187.7934\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              230.1153\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              251.0593\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              245.184\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              245.4897\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              255.9529\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              247.0389\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              249.5678\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              247.1723\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              178.0614\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              241.1714\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              226.2038\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              159.168\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              114.1888\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              109.3101\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              189.2319\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              208.8141\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              209.1136\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              208.3817\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              175.1364\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              97.8621\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              101.4118\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              98.348\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              100.3184\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              50.3522\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              49.9526\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              49.3855\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              49.0926\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              1.3102\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              45.6522\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              1.5646\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.1033\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              2.7651\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.5734\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              3.435\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              6.692\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              6.6587\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              47.8196\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0415\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|BIOENERGY_BIOMASS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"BIOENERGY_BIOMASS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              68.7\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              68.3\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              66.6\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              70.6\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              71.1\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              71.2\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              69.5\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              68.9\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              68.5\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              65.4\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              68.9\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              65.5\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              55.1\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              53.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              52.6\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              51.6\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              52.9\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              49.6\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              51.2\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              52.4\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              52.2\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              53.2\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              55.2\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              51.9\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              51.9\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              52.1\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              50.9\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              49.5\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              48.8\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              50.5\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              52.7\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              55.6\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              52.3\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              55.3\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              47.1\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              58.2\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              53.8\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              51.2\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              49.1\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              51.1\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              54.8\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              55.4\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              58.2\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              58.4\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              57.4\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              58.2\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              57.3\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              56.2\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              55.6\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              55.7\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              55.7\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              54.9\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              54.2\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              52.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              53.1\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              57.3\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              57.1\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              56.9\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              56.4\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              55.7\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              57.4\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              55.6\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              55.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              54.4\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              53.5\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              55.1\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              55.7\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              54.8\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              57.9\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              54.4\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              57.2\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              56.2\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              58.9\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              58.9\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              60.3\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              60.9\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              60.6\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              58.5\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              58.6\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              62.5\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              65.8\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              65.9\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              64.7\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              68.5\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              66.8\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              65.6\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              66.3\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              64.7\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              64.4\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              64.2\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              64.3\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              60.9\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              60.3\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              64.4\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              70.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              69.1\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              63.5\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              64.6\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              63.8\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              66.1\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              65.6\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              64.1\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              63.5\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              62.3\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              63.8\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              60.9\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              61.8\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              61.7\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              62.4\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              64.3\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              59.5\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              59.9\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              60.6\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              62.2\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              63.9\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              65.3\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              66.4\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              67.7\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              66.6\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              68.3\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              75.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              73.1\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              71.2\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              71.3\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              70.9\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              65.9\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              55.9\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              53.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              55.9\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              55.2\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              55.2\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              53.2\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              46.8\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              48.4\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              48.9\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              49.7\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              35.3\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              27.9\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              23.9\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              22.9\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              24.4\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              26.3\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              28.1\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              30.1\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              31.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              30.5\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              30.5\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              30.5\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              31.1\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              29.6\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              28.8\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              27.6\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              27.9\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              27.2\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              29.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              28.5\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              29.5\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              31.1\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              34.5\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              34.4\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              33.8\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              33.2\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              32.8\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              29.1\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              30.7\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              31.6\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              28.2\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              24.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              20.9\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              18.2\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              19.4\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              19.9\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              19.7\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              19.2\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              19.7\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              19.8\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              19.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              16.4\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              18.5\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              16.8\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              15.4\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              18.1\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              16.4\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              16.8\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              24.1\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              20.8\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              19.8\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              20.7\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              20.2\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              19.2\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              19.8\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              19.5\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              17.4\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              19.5\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              21.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              20.3\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              19.8\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              18.1\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              20.2\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              17.2\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              18.3\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              19.8\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              20.7\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              23.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              23.9\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              24.6\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              24.3\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              25.5\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              26.2\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              35.6\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              33.1\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              36.4\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              37.3\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              37.2\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              39.7\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              40.3\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              41.4\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              48.3\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              51.5\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              51.1\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              48.7\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              46.2\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              42.1\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              43.4\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              43.8\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              51.3\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              51.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              46.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              43.6\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              49.9\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              44.8\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              46.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              48.2\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              47.6\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              47.4\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              46.5\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              47.1\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              45.5\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              49.2\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              51.7\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              49.8\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              54.4\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              51.9\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              53.6\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              52.3\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              50.9\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              52.3\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              52.6\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              54.6\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              54.1\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              52.9\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              53.3\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              51.4\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              52.6\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              52.3\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              55.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              55.4\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              54.7\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              57.8\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              59.1\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              59.2\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              58.4\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              58.1\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              58.4\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              59.1\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              56.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              58.1\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              60.9\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              60.6\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              59.8\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              60.1\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              59.5\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              59.1\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              61.1\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              62.9\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              62.7\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              62.2\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              62.7\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              62.6\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|COAL_BLACK\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"COAL_BLACK\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              5757.7921\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              5707.2007\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              5643.9034\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              5524.3427\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              5399.1972\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              5371.4282\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              5303.0824\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              5202.8487\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              5174.2196\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              5101.3838\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              4974.533\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              4963.2578\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              4918.9446\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              4968.6982\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              4932.8668\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              4939.1821\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              4906.9616\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              4925.3666\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              4896.7154\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              4922.3799\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              4878.4882\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              4873.2592\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              4798.2214\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              4961.0846\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              5022.5019\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              5021.3514\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              4959.6442\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              4966.8304\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              4961.4267\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              4990.9319\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              4968.3275\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              4953.4502\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              4960.9742\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              4948.7712\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              4922.4573\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              4919.7806\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              4843.1292\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              4847.5977\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              4827.6749\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              4817.7965\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              4748.4216\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              4745.0696\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              4735.027\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              4732.5994\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              4712.8674\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              4739.2993\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              4725.691\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              4641.9033\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              4671.6752\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              4696.1408\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              4668.994\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              4569.284\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              4528.4351\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              4602.5467\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              4546.1002\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              4531.5554\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              4616.4984\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              4510.465\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              4394.9588\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              4395.8958\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              4434.0213\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              4474.4622\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              4534.5205\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              4473.2579\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              4423.6404\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              4408.721\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              4437.6492\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              4490.307\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              4439.988\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              4417.0035\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              4345.8415\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              4399.5017\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              4465.5466\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              4478.731\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              4545.7294\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              4503.5935\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              4404.1867\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              4370.0534\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              4398.7857\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              4450.7555\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              4484.3136\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              4443.9754\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              4451.7189\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              4474.2299\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              4465.9932\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              4509.5586\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              4485.5773\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              4513.8593\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              4524.4389\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              4542.9326\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              4576.675\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              4576.3752\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              4613.3367\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              4665.3098\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              4690.9388\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              4773.6915\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              4835.2738\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              4821.6027\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              4875.0976\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              4884.6148\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              4919.7749\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              5035.3246\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              5074.3033\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              5086.5438\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              5094.1403\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              5093.3975\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              5089.2978\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              5193.2314\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              5269.6236\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              5284.786\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              5319.2856\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              5376.9892\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              5294.4621\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              5291.9323\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              5407.2018\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              5528.1283\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              5499.5669\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              5561.9554\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              5594.8208\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              5543.5602\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              5542.6561\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              5551.5784\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              5521.239\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              5442.6377\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              5400.3958\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              5389.1515\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              5308.5332\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              5254.9194\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              5097.6416\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              5011.2234\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              4866.8758\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              4873.9947\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              4699.4052\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              4594.1085\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              4456.3248\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              4363.8397\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              4232.2395\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              4203.5402\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              4219.0826\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              4209.9147\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              4066.3275\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              3967.0918\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              3875.3212\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              3825.0735\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              3850.365\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              3901.7673\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              3852.8391\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              3767.3691\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              3768.4083\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              3776.3835\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              3782.2236\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              3775.0371\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              3758.332\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              3781.7782\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              3762.3554\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              3783.3462\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              3779.7363\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              3764.0639\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              3784.1373\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              3771.8732\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              3753.8462\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              3823.4093\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              3799.2815\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              3835.089\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              3882.0688\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              3889.1649\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              3889.0747\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              3935.1347\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              3920.4409\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              3891.2621\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              3897.3533\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              3884.8348\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              3907.8607\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              3921.7333\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              3956.5176\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              3990.8481\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              4023.0223\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              4011.0986\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              4036.8966\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              4039.444\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              4022.1816\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              4042.9811\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              4023.2358\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              4021.3228\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              3997.6898\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              4005.3887\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              4004.5745\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              3983.4617\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              4014.3546\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              3973.546\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              3998.8777\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              4004.3529\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              3963.9136\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              3949.6319\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              3919.5309\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              3926.7341\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              3895.34\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              3892.4434\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              3839.7847\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              3863.9309\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              3865.3757\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              3841.1715\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              3900.7119\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              3845.3452\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              3800.3521\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              3830.1403\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              3826.3233\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              3809.4209\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              3827.8877\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              3771.8973\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              3846.6664\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              3849.0259\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              3828.4294\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              3871.4419\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              3841.8001\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              3832.5175\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              3815.4547\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              3856.1926\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              3822.2173\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              3834.5592\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              3909.3446\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              3860.6206\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              3813.9009\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              3882.7093\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              4047.3847\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              4164.1789\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              4361.6361\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              4566.1622\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              4754.7844\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              4956.1881\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              5046.5246\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              5190.235\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              5361.5469\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              5534.5882\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              5732.7641\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              5791.7374\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              5932.8579\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              5939.0004\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              5959.7547\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              6010.8007\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              6033.8861\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              6082.1869\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              6115.7052\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              6125.4069\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              6099.3607\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              6102.837\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              6160.1416\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              6182.836\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              6154.1806\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              6180.7074\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              6139.4909\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              6156.8162\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              6145.7619\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              6125.1456\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              6109.7811\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              6166.9332\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              6108.6173\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              6113.1288\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              6112.2555\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              6116.5083\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              6136.4883\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              6108.0372\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              6123.9227\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              6114.3209\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              5996.492\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              6092.5857\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              6099.0559\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              6053.8753\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              6015.4211\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              6029.018\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              5989.1359\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              5944.9191\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              5939.4696\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              5957.2623\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              5962.7972\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              5944.3127\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              5935.6921\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              5894.7111\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              5902.0929\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              5879.4775\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              5862.6545\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              5902.5748\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              5904.5843\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              5908.6251\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              5892.4941\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              5909.0957\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              5919.6075\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              5878.3962\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|DISTILLATE\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"DISTILLATE\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|EXPORTS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"EXPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              534.7001\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              526.6001\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              542.5001\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              532.4001\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              424.2001\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              440.0501\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              422.5001\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              346.1001\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              351.7501\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              333.0001\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              272.2001\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              248.0001\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              182.4501\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              194.9501\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              196.6501\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              227.9501\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              225.7501\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              171.9001\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              179.6501\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              188.8501\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              211.9501\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              234.2501\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              224.0501\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              296.9501\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              327.8501\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              332.2501\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              325.0501\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              130.0501\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              352.4001\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              392.8501\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              378.7001\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              390.5001\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              432.8501\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              270.0001\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              247.1001\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              297.1001\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              263.3501\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              295.5001\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              342.5501\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              340.0501\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              292.3001\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              311.6001\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              307.0001\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              322.5001\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              358.2001\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              353.6001\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              382.0001\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              367.9001\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              356.3501\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              384.0001\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              383.5001\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              338.9001\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              281.8001\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              322.2001\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              288.0001\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              272.1501\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              266.4501\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              298.0001\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              279.7001\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              293.8501\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              333.3001\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              371.7001\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              389.2501\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              343.8001\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              319.9001\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              333.6501\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              325.1501\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              310.5501\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              277.3001\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              299.0501\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              302.2001\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              304.9001\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              300.3001\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              337.4001\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              320.4001\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              379.5001\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              347.9001\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              337.8001\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              356.2001\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              380.7001\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              377.2001\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              373.1501\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              348.3501\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              343.3501\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              349.7001\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              353.3001\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              322.0001\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              333.3001\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              321.5501\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              318.7001\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              330.9001\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              306.0001\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              297.1501\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              306.9001\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              308.3001\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              304.2501\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              317.8501\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              274.8501\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              290.6501\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              220.8001\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              213.8501\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              241.4001\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              263.7501\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              267.3001\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              227.2001\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              205.4001\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              226.8001\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              198.7501\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              141.8501\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              164.9501\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              207.7001\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              189.9001\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              217.5001\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              176.7001\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              214.4001\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              259.2501\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              265.9501\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              258.2001\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              234.4501\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              206.8001\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              266.7001\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              264.7001\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              358.9001\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              449.3001\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              438.0501\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              482.2001\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              535.3001\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              596.7001\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              576.5501\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              561.5001\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              570.8501\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              585.8501\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              619.7001\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              519.1501\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              577.0001\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              480.8001\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              1001.4001\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1047.4001\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              918.6001\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              999.6501\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              964.0001\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              937.8501\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              971.9501\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              938.4001\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              898.2001\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              984.9501\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              990.6001\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              979.3501\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              955.4501\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              952.5501\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              949.4501\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              995.2001\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              957.7001\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              942.7501\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              962.4001\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              878.7501\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              959.2001\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              896.9501\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              871.5501\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              927.5001\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              960.5001\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              961.7001\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              958.9501\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              971.0501\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              896.1001\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              930.4501\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              884.7001\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              936.4501\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              934.4501\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              963.8501\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              906.5501\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              948.4001\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              905.4001\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              886.4001\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              921.5501\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              904.2001\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              917.3501\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              951.9501\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              891.6501\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              909.7001\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              858.6501\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              941.6001\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              1057.0001\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              1026.7001\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              996.5501\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              913.4501\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              910.2001\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              861.5501\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              872.8001\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              825.8001\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              884.6501\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              831.6001\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              861.7501\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              855.6501\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              870.4001\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              886.7001\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              875.2501\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              809.4501\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              839.7001\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              839.9501\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              886.7001\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              907.3001\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              948.9001\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              913.0001\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              988.1501\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              946.7001\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              993.8501\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              924.1001\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              790.2001\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              765.3001\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              765.2501\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              845.8501\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              809.8501\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              828.6501\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              847.5501\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              866.45\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              862.6001\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              915.5001\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              902.6001\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              903.2501\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              869.9501\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              859.1501\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              749.5501\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              679.0501\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              706.0501\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              794.3501\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              793.1501\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              786.3501\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              791.9501\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              807.9001\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              770.1001\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              745.9501\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              680.8001\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              727.7001\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              735.8001\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              642.0501\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              619.7501\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              593.0001\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              608.3501\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              634.3001\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              639.9501\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              586.8001\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              671.0001\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              606.7001\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              624.2001\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              556.4501\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              394.9501\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              364.8501\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              347.2001\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              404.6001\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              339.7001\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              386.4501\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              367.3001\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              335.4001\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              371.3001\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              376.7501\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              383.4501\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              315.5001\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              308.6001\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              366.3501\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              359.9001\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              410.1501\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              357.1501\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              414.6501\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              432.7501\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              392.0501\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              442.6501\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              447.2001\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              424.2501\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              404.3001\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              380.3001\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              365.6501\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              394.7001\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              383.4501\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              401.7001\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              423.3001\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              461.6001\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              396.6001\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              457.7501\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              451.0001\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              418.5501\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              371.8501\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              408.5501\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              480.6001\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              444.3001\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              463.9501\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              541.6501\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              546.6501\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|GAS_CCGT\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"GAS_CCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              360.8835\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              358.9927\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              360.2706\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              361.6032\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              294.3814\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              205.9482\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              171.7618\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              164.9969\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              126.6031\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              85.5433\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              47.0877\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              20.0938\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.2175\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              6.0475\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              6.6975\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              14.2275\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              14.3775\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              15.7875\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              31.9975\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              46.0875\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              45.6875\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              15.5875\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              38.5675\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              44.6275\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              45.6875\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              70.9875\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              70.8875\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              70.5875\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              71.8975\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              70.7375\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              71.2875\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              71.0375\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              70.9375\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              71.4375\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              71.1375\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              70.5875\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              92.0576\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              91.792\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              92.7826\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              109.045\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              109.5181\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              110.0306\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              144.4157\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              159.4869\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              202.0965\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              208.6514\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              212.8961\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              210.0714\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              209.8136\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              212.1621\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              211.0449\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              239.1718\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              291.937\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              290.2651\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              290.7095\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              289.1243\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              293.5681\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              291.704\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              292.3283\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              305.2303\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              359.4232\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              407.297\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              429.2999\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              445.9699\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              448.2869\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              464.5573\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              467.7897\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              475.2264\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              482.6163\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              488.0996\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              494.1148\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              506.4803\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              516.3852\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              547.784\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              567.7154\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              571.4705\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              611.4309\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              609.1793\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              623.2503\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              639.3807\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              640.3427\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              702.2687\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              767.7584\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              759.4578\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              764.3918\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              761.754\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              765.9132\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              763.9285\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              766.4147\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              764.554\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              744.3928\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              746.9118\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              802.2758\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              810.6488\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              805.2815\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              775.152\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              772.7876\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              745.7588\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              764.8125\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              746.4286\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              746.1852\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              747.0375\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              770.945\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              750.6817\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              746.5199\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              749.7193\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              744.8774\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              746.1769\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              751.9172\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              748.5188\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              723.09\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              746.5942\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              759.0675\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              685.5179\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              702.39\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              743.0463\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              678.238\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              662.6869\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              653.0963\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              677.776\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              618.7308\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|GAS_OCGT\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"GAS_OCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.1611\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.1611\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|GAS_WCMG\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"GAS_WCMG\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              35.206\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              35.415\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              35.054\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              35.543\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              35.455\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              34.946\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              35.247\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              35.414\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              34.862\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              35.594\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              34.986\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              35.474\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              35.24\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              35.237\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              34.815\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              35.426\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              35.443\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              35.087\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              35.355\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              35.597\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              35.611\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              35.459\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              35.712\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              35.034\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              35.385\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              35.545\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              35.462\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              35.621\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              35.182\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              35.401\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              35.318\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              35.661\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              35.585\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              35.781\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              35.667\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              35.465\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              35.668\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              35.663\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              35.808\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              35.529\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              35.778\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              35.451\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              35.833\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              35.56\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              35.759\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              35.832\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              35.625\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              35.542\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              35.622\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              35.832\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              35.615\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              35.487\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              35.982\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              35.705\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              35.58\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              35.728\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              35.337\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              35.567\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              35.639\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              35.624\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              35.985\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              35.619\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              35.394\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              35.531\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              33.249\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              34.083\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              33.572\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              34.01\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              33.47\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              33.685\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              33.485\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              33.554\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              33.572\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              33.495\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              33.695\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              34.031\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              33.855\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              33.528\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              33.716\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              33.792\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              33.431\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              33.809\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              33.666\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              33.534\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              33.922\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              33.542\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              33.652\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              33.676\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              33.754\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              34.073\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              34.01\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              33.972\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              33.701\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              33.782\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              33.947\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              33.818\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              33.848\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              30.147\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              33.718\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              33.16\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              33.548\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              33.25\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              33.45\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              33.306\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              33.115\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              33.32\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              34.472\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              34.773\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              35.65\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              35.64\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              34.766\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              34.024\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              34.167\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              32.338\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              33.317\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              32.057\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              33.631\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              32.178\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              33.235\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              32.87\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              32.341\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              32.511\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              32.974\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              32.6\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              33.182\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              33.025\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              33.155\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              31.562\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              32.894\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              32.381\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              31.916\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              32.859\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              32.905\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              32.766\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              32.62\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              31.853\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              33.7\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              32.614\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              31.299\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              32.325\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              33.886\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              32.207\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              29.997\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              30.064\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              32.54\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              31.323\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              32.646\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              30.781\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              29.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              29.473\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              30.362\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              33.734\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              29.533\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              27.945\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              27.927\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              29.441\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              31.673\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              28.766\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              26.728\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              27.606\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              28.421\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              29.373\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              30.095\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              29.513\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              29.835\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              30.74\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              28.852\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              27.116\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              26.999\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              26.934\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              27.039\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              29.046\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              27.205\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              27.686\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              28.815\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              29.629\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              28.583\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              28.148\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              27.349\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              26.896\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              26.634\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              26.558\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              24.356\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              26.87\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              26.712\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              26.6\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              29.001\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              27.573\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              27.554\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              27.672\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              27.253\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              27.54\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              28.965\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              28.8\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              26.97\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              27.108\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              27.988\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              28.375\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              26.436\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              26.983\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              27.193\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              26.611\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              27.87\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              30.072\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              27.846\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              27.691\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              26.386\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              28.311\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              29.848\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              27.555\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              27.38\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              29.318\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              29.439\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              27.931\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              27.711\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              30.651\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              29.099\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              25.923\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              26.251\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              27.564\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              26.528\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              27.974\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              27.692\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              28.704\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              29.481\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              27.796\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              29.479\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              29.09\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              27.603\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              27.867\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              26.215\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              26.543\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              25.981\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              27.114\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              29.148\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              29.14\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              30.429\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              30.686\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              30.826\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              32.186\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              31.159\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              31.775\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              30.739\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              30.11\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              31.799\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              30.574\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              30.344\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              29.682\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              31.318\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              31.976\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              31.178\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              30.097\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              30.847\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              31.966\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              31.348\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              31.078\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              30.5\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              31.343\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              32.125\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              31.146\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              31.175\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              29.975\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              32.116\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              32.947\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              30.635\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              29.825\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              32.561\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              31.974\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              31.257\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              30.487\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              30.3\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              32.633\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              32.817\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              30.291\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              30.023\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              32.526\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              31.537\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              30.099\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              30.163\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              32.331\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              31.701\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              30.333\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              30.21\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              33.071\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              30.879\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              30.055\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              32.632\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              32.37\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|HYDRO\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"HYDRO\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              300.6025\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              286.3225\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              287.0375\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              287.115\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              286.08\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              288.2225\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              286.605\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              289.34\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              287.815\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              289.31\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              289.8975\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              292.2275\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              290.225\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              289.8\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              289.015\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              289.9875\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              287.2525\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              122.6775\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              121.8225\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              121.7475\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              121.7175\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              121.6425\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              122.2575\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              105.545\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              97.605\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              96.4825\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              96.8375\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              97.6225\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              97.3425\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              97.0775\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              96.4925\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              96.7525\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              97.415\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              97.105\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              96.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              97.4225\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              95.9925\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              96.585\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              96.6975\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              96.78\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              96.68\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              97.1175\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              96.94\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              96.745\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              96.385\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              97.3025\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              96.4525\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              97.2225\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              96.9875\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              96.78\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              96.285\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              96.9225\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              96.915\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              96.9975\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              97.11\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              97.0225\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              96.6675\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              96.8375\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              96.59\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              96.9225\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              97.1625\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              96.88\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              96.76\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              96.5975\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              96.7025\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              97.4075\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              96.5875\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              96.76\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              97.545\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              96.5675\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              96.2875\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              98.0075\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              97.445\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              96.265\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              96.4975\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              97.2925\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              97.025\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              97.2825\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              97.86\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              96.8075\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              96.89\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              96.42\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              97.09\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              97.48\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              96.455\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              96.7225\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              95.9\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              97.01\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              97.08\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              96.79\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              96.9375\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              97.215\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              96.7625\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              97.34\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              97.47\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              97.76\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              97.8325\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              96.3725\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              96.6025\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              97.185\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              97.3325\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              97.07\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              108.0425\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              96.9125\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              96.935\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              100.2525\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              97.04\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              98.01\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              110.96\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              122.485\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              297.0675\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              301.19\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              299.165\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              315.16\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              308.36\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              307.2375\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              323.03\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              306.54\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              306.4825\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              311.7375\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              308.92\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              319.9575\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              304.585\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              309.5425\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              307.9475\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              300.1875\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              300.6075\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              285.6075\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              121.6775\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              121.335\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              122.46\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              106.07\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              96.8225\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              96.3825\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              96.8475\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              99.49\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              96.005\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              79.5075\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              71.7225\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              71.825\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              71.465\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              71.755\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              72.0275\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              72.1475\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              84.3625\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              71.6\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              71.8\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              71.1975\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              71.2025\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              71.5775\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              71.765\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              71.5425\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              70.76\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              71.84\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              67.5475\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              71.9375\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              71.52\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              62.56\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              14.5075\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              71.98\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              69.335\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              72.07\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              71.6125\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              19.3775\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              4.785\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              4.845\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              4.8175\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              4.715\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              4.7175\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              4.53\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              4.6725\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              4.2775\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              4.4175\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              4.3125\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              4.445\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              4.315\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              4.7375\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              4.44\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              4.3875\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              4.5775\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              4.235\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              4.33\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              4.6\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              4.81\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              4.6175\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              4.425\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              4.6975\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              4.34\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              4.6975\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              4.365\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              4.5725\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              4.6125\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              4.39\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              4.6275\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              4.52\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              4.545\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              4.67\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              4.6775\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              4.075\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              4.7475\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              4.67\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              4.7425\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              4.8\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              4.53\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              4.2775\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              4.54\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              4.92\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              4.25\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              4.2\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              3.92\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              9.8225\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              10.45\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              9.995\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              10.075\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              80.4175\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              86.965\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              92.88\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              97.3425\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              96.56\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              97.0625\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              97.0225\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              96.63\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              95.6125\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              96.9325\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              110.665\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              111.1875\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              111.875\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              111.2675\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              118.9825\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              136.395\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              136.545\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              136.915\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              142.405\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              300.05\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              305.895\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              392.7975\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              433.4225\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              564.0875\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              676.6725\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              658.6925\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              622.7575\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              583.9075\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              632.72\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              658.2975\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              652.2475\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              561.1475\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              681.1625\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              667.8825\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              652.8225\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              666.36\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              656.13\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              568.175\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              592.1275\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              572.045\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              564.05\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              614.695\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              551.445\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              477.32\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              477.7925\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              470.48\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              473.8875\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              486.2075\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              472.075\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              471.4625\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              471.915\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              478.57\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              471.825\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              483.3725\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              480.225\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              479.0625\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              483.97\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              474.5975\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              476.8275\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              474.9675\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              474.1175\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              476.175\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              503.285\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              481.4775\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              487.5925\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              503.74\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              479.125\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              319.44\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              316.7775\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              312.68\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              306.51\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              312.1375\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              309.3\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              474.13\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|IMPORTS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"IMPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|PUMPS\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"PUMPS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              248.01\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              248.38\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              246.94\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              248.12\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              246.35\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              245.24\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              492.49\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              491.94\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              490.76\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              492.06\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              490.62\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              491.02\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              492.08\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              491.96\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              491.27\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              491.81\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              491.56\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              490.22\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              491.98\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              492.41\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              490.15\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              491.12\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              492.11\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              489.22\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              490.61\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              490.74\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              487.89\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              488.38\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              489.87\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              487.54\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              490.32\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              488.11\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              487.22\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              490.46\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              488.57\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              489.59\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              490.44\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              487.56\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              488.62\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              490.51\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              488.7\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              488.59\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              490.64\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              488.9\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              488.75\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              486.79\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              487.23\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              488.87\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              487.11\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              491.13\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              486.4\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              488.86\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              487.86\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              485.9\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              487.8\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              487.41\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              485.92\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              486.38\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              487.65\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              486.58\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              486.77\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              485.88\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              485.78\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              486.45\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              482.88\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              487.81\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              487.3\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              484.3\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              485.82\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              486.9\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              485.98\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              487.89\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              485.95\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              483.8\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              486.05\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              483.56\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              483.89\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              486.19\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              485.26\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              485.75\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              485.58\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              484.73\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              483.99\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              243.01\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              243.3\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              242.48\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              243.63\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|SOLAR_ROOFTOP\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"SOLAR_ROOFTOP\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              5.0948\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              10.1897\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              15.2845\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              20.3793\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              25.4742\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              30.569\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              74.182\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              117.795\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              161.408\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              205.021\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              248.634\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              292.247\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              373.958\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              455.669\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              537.38\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              619.091\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              700.802\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              782.513\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              882.0022\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              981.4913\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1080.9805\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              1180.4697\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              1279.9588\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              1379.448\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              1475.1998\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              1570.9517\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              1666.7035\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              1762.4553\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              1858.2072\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              1953.959\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              2041.2127\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              2128.4663\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              2215.72\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              2302.9737\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              2390.2273\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              2477.481\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              2552.9713\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              2628.4617\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              2703.952\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              2779.4423\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              2854.9327\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              2930.423\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              2992.7175\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              3055.012\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              3117.3065\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              3179.601\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              3241.8955\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              3304.19\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              3342.565\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              3380.94\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              3419.315\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              3457.69\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              3496.065\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              3534.44\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              3553.0113\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              3571.5827\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              3590.154\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              3608.7253\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              3627.2967\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              3645.868\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              3651.714\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              3657.56\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              3663.406\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              3669.252\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              3675.098\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              3680.944\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              3680.572\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              3680.2\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              3679.828\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              3679.456\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              3679.084\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              3678.712\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              3660.1678\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              3641.6237\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              3623.0795\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              3604.5353\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              3585.9912\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              3567.447\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              3538.3445\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              3509.242\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              3480.1395\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              3451.037\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              3421.9345\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              3392.832\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              3354.4725\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              3316.113\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              3277.7535\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              3239.394\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              3201.0345\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              3162.675\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              3098.3292\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              3033.9833\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              2969.6375\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              2905.2917\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              2840.9458\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              2776.6\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              2697.3562\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              2618.1123\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              2538.8685\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              2459.6247\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              2380.3808\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              2301.137\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              2209.3525\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              2117.568\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              2025.7835\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              1933.999\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              1842.2145\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              1750.43\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              1648.7583\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              1547.0867\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              1445.415\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              1343.7433\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              1242.0717\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              1140.4\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              1046.5227\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              952.6453\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              858.768\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              764.8907\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              671.0133\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              577.136\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              510.7808\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              444.4257\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              378.0705\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              311.7153\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              245.3602\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              179.005\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              153.7077\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              128.4103\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              103.113\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              77.8157\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              52.5183\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              27.221\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              22.9003\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              18.5797\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              14.259\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              9.9383\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              5.6177\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              1.297\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              1.0808\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.8647\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.6485\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.4323\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.2162\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|SOLAR_UTILITY\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"SOLAR_UTILITY\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              0.6619\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              0.4619\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              26.7332\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              0.3259\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              0.4396\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              24.4396\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              0.4396\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              0.4396\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              0.5396\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              0.3332\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              0.3332\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              0.2332\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              0.1109\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              0.1404\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              23.8404\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              0.1404\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              0.1404\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              0.1404\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              0.0404\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              0.2776\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              1.6717\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              5.6465\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              16.4587\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              34.0246\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              75.9011\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              142.8426\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              263.5372\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              394.2368\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              515.0232\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              669.6537\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              797.5233\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              971.0203\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              1137.4182\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              1305.4391\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              1458.6106\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              1588.8632\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              1731.4712\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1843.3278\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              1947.3716\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              2073.2176\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              1899.3216\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              2172.4402\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              2214.3139\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              2235.1342\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              2281.7768\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              2312.0979\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              2307.7274\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              2296.9466\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              2311.9625\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              2361.9181\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              2372.8673\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              2405.0453\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              2415.0622\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              2267.2909\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              2169.0397\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              2164.771\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              2152.9\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              2107.7489\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              2144.6278\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              2091.5305\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              2052.1195\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              2122.1448\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              1979.0984\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              1957.7389\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              1980.548\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              2022.3399\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              1939.6776\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              1925.2372\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              1763.0077\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              1617.9385\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              1531.3571\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              1565.4448\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              1615.6754\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              1648.4228\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              1688.961\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              1620.9925\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              1767.0588\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              1624.2124\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              1606.0168\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              1667.2089\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              1546.2191\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              1575.4599\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              1465.4571\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              1415.6195\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              1413.138\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              1428.2664\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              1446.3839\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              1465.8876\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              1369.7702\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              1244.1431\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              1030.2478\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              1003.6864\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              959.9515\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              892.1535\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              822.9312\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              783.9479\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              738.1858\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              934.5539\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              895.4285\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              956.9556\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              964.4513\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              909.9964\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              856.4302\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              1009.0309\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              1065.1063\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              1208.3924\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              1242.8191\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              1226.2999\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              1361.9328\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              1618.7085\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              1602.977\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              1628.2903\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              1526.3357\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              1480.2471\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              1438.6769\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              1477.9783\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              1665.5384\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              1715.5143\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              1804.0574\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              1869.9477\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              1990.1072\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              2133.0408\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              2257.5874\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              2394.6502\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              2383.4274\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              2342.8173\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              2279.2807\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              2175.9632\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              2011.225\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              1997.3068\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              1885.2699\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              1795.0276\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              1692.8962\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              1567.6403\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              1441.1705\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              1308.2911\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              1196.2427\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              1039.4492\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              903.3978\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              750.9682\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              575.0987\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              459.6757\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              322.0833\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              248.4614\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              190.4269\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              125.132\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              86.0356\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              51.2807\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              25.7358\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              11.6214\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              6.8163\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              4.7667\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              2.8667\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              1.0585\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              0.5585\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              0.5585\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              0.6762\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              0.5061\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              0.5838\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              0.3838\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              0.3838\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_QLD1|WIND\",\n          \"date_start\": \"2025-07-10T21:15:00+10:00\",\n          \"date_end\": \"2025-07-11T21:10:00+10:00\",\n          \"columns\": {\n            \"region\": \"QLD1\",\n            \"fueltech\": \"WIND\"\n          },\n          \"data\": [\n            [\n              \"2025-07-10T21:15:00+10:00\",\n              1326.0059\n            ],\n            [\n              \"2025-07-10T21:20:00+10:00\",\n              1321.0536\n            ],\n            [\n              \"2025-07-10T21:25:00+10:00\",\n              1329.2355\n            ],\n            [\n              \"2025-07-10T21:30:00+10:00\",\n              1358.5795\n            ],\n            [\n              \"2025-07-10T21:35:00+10:00\",\n              1360.1322\n            ],\n            [\n              \"2025-07-10T21:40:00+10:00\",\n              1370.9003\n            ],\n            [\n              \"2025-07-10T21:45:00+10:00\",\n              1374.4594\n            ],\n            [\n              \"2025-07-10T21:50:00+10:00\",\n              1354.9609\n            ],\n            [\n              \"2025-07-10T21:55:00+10:00\",\n              1364.8107\n            ],\n            [\n              \"2025-07-10T22:00:00+10:00\",\n              1353.8844\n            ],\n            [\n              \"2025-07-10T22:05:00+10:00\",\n              1360.3776\n            ],\n            [\n              \"2025-07-10T22:10:00+10:00\",\n              1338.6017\n            ],\n            [\n              \"2025-07-10T22:15:00+10:00\",\n              1339.5594\n            ],\n            [\n              \"2025-07-10T22:20:00+10:00\",\n              1330.0388\n            ],\n            [\n              \"2025-07-10T22:25:00+10:00\",\n              1335.4008\n            ],\n            [\n              \"2025-07-10T22:30:00+10:00\",\n              1329.0641\n            ],\n            [\n              \"2025-07-10T22:35:00+10:00\",\n              1330.0512\n            ],\n            [\n              \"2025-07-10T22:40:00+10:00\",\n              1335.0403\n            ],\n            [\n              \"2025-07-10T22:45:00+10:00\",\n              1343.0044\n            ],\n            [\n              \"2025-07-10T22:50:00+10:00\",\n              1344.085\n            ],\n            [\n              \"2025-07-10T22:55:00+10:00\",\n              1336.0996\n            ],\n            [\n              \"2025-07-10T23:00:00+10:00\",\n              1339.9445\n            ],\n            [\n              \"2025-07-10T23:05:00+10:00\",\n              1359.6897\n            ],\n            [\n              \"2025-07-10T23:10:00+10:00\",\n              1345.382\n            ],\n            [\n              \"2025-07-10T23:15:00+10:00\",\n              1335.053\n            ],\n            [\n              \"2025-07-10T23:20:00+10:00\",\n              1335.1\n            ],\n            [\n              \"2025-07-10T23:25:00+10:00\",\n              1319.2472\n            ],\n            [\n              \"2025-07-10T23:30:00+10:00\",\n              1319.4059\n            ],\n            [\n              \"2025-07-10T23:35:00+10:00\",\n              1318.8802\n            ],\n            [\n              \"2025-07-10T23:40:00+10:00\",\n              1309.3278\n            ],\n            [\n              \"2025-07-10T23:45:00+10:00\",\n              1302.2879\n            ],\n            [\n              \"2025-07-10T23:50:00+10:00\",\n              1303.2459\n            ],\n            [\n              \"2025-07-10T23:55:00+10:00\",\n              1289.8418\n            ],\n            [\n              \"2025-07-11T00:00:00+10:00\",\n              1286.114\n            ],\n            [\n              \"2025-07-11T00:05:00+10:00\",\n              1276.1834\n            ],\n            [\n              \"2025-07-11T00:10:00+10:00\",\n              1295.2296\n            ],\n            [\n              \"2025-07-11T00:15:00+10:00\",\n              1300.4193\n            ],\n            [\n              \"2025-07-11T00:20:00+10:00\",\n              1313.7809\n            ],\n            [\n              \"2025-07-11T00:25:00+10:00\",\n              1321.9366\n            ],\n            [\n              \"2025-07-11T00:30:00+10:00\",\n              1329.0295\n            ],\n            [\n              \"2025-07-11T00:35:00+10:00\",\n              1350.8138\n            ],\n            [\n              \"2025-07-11T00:40:00+10:00\",\n              1357.0459\n            ],\n            [\n              \"2025-07-11T00:45:00+10:00\",\n              1357.4056\n            ],\n            [\n              \"2025-07-11T00:50:00+10:00\",\n              1364.6199\n            ],\n            [\n              \"2025-07-11T00:55:00+10:00\",\n              1395.8873\n            ],\n            [\n              \"2025-07-11T01:00:00+10:00\",\n              1399.8209\n            ],\n            [\n              \"2025-07-11T01:05:00+10:00\",\n              1412.9466\n            ],\n            [\n              \"2025-07-11T01:10:00+10:00\",\n              1427.5405\n            ],\n            [\n              \"2025-07-11T01:15:00+10:00\",\n              1419.979\n            ],\n            [\n              \"2025-07-11T01:20:00+10:00\",\n              1424.7305\n            ],\n            [\n              \"2025-07-11T01:25:00+10:00\",\n              1427.175\n            ],\n            [\n              \"2025-07-11T01:30:00+10:00\",\n              1411.9973\n            ],\n            [\n              \"2025-07-11T01:35:00+10:00\",\n              1408.1541\n            ],\n            [\n              \"2025-07-11T01:40:00+10:00\",\n              1394.122\n            ],\n            [\n              \"2025-07-11T01:45:00+10:00\",\n              1410.0924\n            ],\n            [\n              \"2025-07-11T01:50:00+10:00\",\n              1428.5022\n            ],\n            [\n              \"2025-07-11T01:55:00+10:00\",\n              1419.5835\n            ],\n            [\n              \"2025-07-11T02:00:00+10:00\",\n              1442.7932\n            ],\n            [\n              \"2025-07-11T02:05:00+10:00\",\n              1474.0211\n            ],\n            [\n              \"2025-07-11T02:10:00+10:00\",\n              1486.9556\n            ],\n            [\n              \"2025-07-11T02:15:00+10:00\",\n              1478.9037\n            ],\n            [\n              \"2025-07-11T02:20:00+10:00\",\n              1480.85\n            ],\n            [\n              \"2025-07-11T02:25:00+10:00\",\n              1484.9911\n            ],\n            [\n              \"2025-07-11T02:30:00+10:00\",\n              1494.0894\n            ],\n            [\n              \"2025-07-11T02:35:00+10:00\",\n              1495.3174\n            ],\n            [\n              \"2025-07-11T02:40:00+10:00\",\n              1500.7989\n            ],\n            [\n              \"2025-07-11T02:45:00+10:00\",\n              1496.3105\n            ],\n            [\n              \"2025-07-11T02:50:00+10:00\",\n              1482.4886\n            ],\n            [\n              \"2025-07-11T02:55:00+10:00\",\n              1482.6876\n            ],\n            [\n              \"2025-07-11T03:00:00+10:00\",\n              1477.4698\n            ],\n            [\n              \"2025-07-11T03:05:00+10:00\",\n              1468.8201\n            ],\n            [\n              \"2025-07-11T03:10:00+10:00\",\n              1474.9901\n            ],\n            [\n              \"2025-07-11T03:15:00+10:00\",\n              1476.5364\n            ],\n            [\n              \"2025-07-11T03:20:00+10:00\",\n              1475.4678\n            ],\n            [\n              \"2025-07-11T03:25:00+10:00\",\n              1465.043\n            ],\n            [\n              \"2025-07-11T03:30:00+10:00\",\n              1483.9958\n            ],\n            [\n              \"2025-07-11T03:35:00+10:00\",\n              1469.4407\n            ],\n            [\n              \"2025-07-11T03:40:00+10:00\",\n              1471.2659\n            ],\n            [\n              \"2025-07-11T03:45:00+10:00\",\n              1490.3743\n            ],\n            [\n              \"2025-07-11T03:50:00+10:00\",\n              1506.6129\n            ],\n            [\n              \"2025-07-11T03:55:00+10:00\",\n              1494.3314\n            ],\n            [\n              \"2025-07-11T04:00:00+10:00\",\n              1509.7576\n            ],\n            [\n              \"2025-07-11T04:05:00+10:00\",\n              1493.4527\n            ],\n            [\n              \"2025-07-11T04:10:00+10:00\",\n              1509.287\n            ],\n            [\n              \"2025-07-11T04:15:00+10:00\",\n              1501.2432\n            ],\n            [\n              \"2025-07-11T04:20:00+10:00\",\n              1493.0071\n            ],\n            [\n              \"2025-07-11T04:25:00+10:00\",\n              1493.516\n            ],\n            [\n              \"2025-07-11T04:30:00+10:00\",\n              1484.9579\n            ],\n            [\n              \"2025-07-11T04:35:00+10:00\",\n              1495.5165\n            ],\n            [\n              \"2025-07-11T04:40:00+10:00\",\n              1498.034\n            ],\n            [\n              \"2025-07-11T04:45:00+10:00\",\n              1481.82\n            ],\n            [\n              \"2025-07-11T04:50:00+10:00\",\n              1472.6278\n            ],\n            [\n              \"2025-07-11T04:55:00+10:00\",\n              1459.2476\n            ],\n            [\n              \"2025-07-11T05:00:00+10:00\",\n              1468.3455\n            ],\n            [\n              \"2025-07-11T05:05:00+10:00\",\n              1452.6774\n            ],\n            [\n              \"2025-07-11T05:10:00+10:00\",\n              1442.6328\n            ],\n            [\n              \"2025-07-11T05:15:00+10:00\",\n              1453.328\n            ],\n            [\n              \"2025-07-11T05:20:00+10:00\",\n              1451.5968\n            ],\n            [\n              \"2025-07-11T05:25:00+10:00\",\n              1451.075\n            ],\n            [\n              \"2025-07-11T05:30:00+10:00\",\n              1432.7369\n            ],\n            [\n              \"2025-07-11T05:35:00+10:00\",\n              1429.0819\n            ],\n            [\n              \"2025-07-11T05:40:00+10:00\",\n              1430.5721\n            ],\n            [\n              \"2025-07-11T05:45:00+10:00\",\n              1451.5915\n            ],\n            [\n              \"2025-07-11T05:50:00+10:00\",\n              1446.1337\n            ],\n            [\n              \"2025-07-11T05:55:00+10:00\",\n              1444.1692\n            ],\n            [\n              \"2025-07-11T06:00:00+10:00\",\n              1431.0605\n            ],\n            [\n              \"2025-07-11T06:05:00+10:00\",\n              1445.0342\n            ],\n            [\n              \"2025-07-11T06:10:00+10:00\",\n              1450.5988\n            ],\n            [\n              \"2025-07-11T06:15:00+10:00\",\n              1435.5309\n            ],\n            [\n              \"2025-07-11T06:20:00+10:00\",\n              1418.3254\n            ],\n            [\n              \"2025-07-11T06:25:00+10:00\",\n              1405.7268\n            ],\n            [\n              \"2025-07-11T06:30:00+10:00\",\n              1416.0409\n            ],\n            [\n              \"2025-07-11T06:35:00+10:00\",\n              1416.684\n            ],\n            [\n              \"2025-07-11T06:40:00+10:00\",\n              1412.8213\n            ],\n            [\n              \"2025-07-11T06:45:00+10:00\",\n              1409.9154\n            ],\n            [\n              \"2025-07-11T06:50:00+10:00\",\n              1404.2067\n            ],\n            [\n              \"2025-07-11T06:55:00+10:00\",\n              1398.9835\n            ],\n            [\n              \"2025-07-11T07:00:00+10:00\",\n              1382.7271\n            ],\n            [\n              \"2025-07-11T07:05:00+10:00\",\n              1365.283\n            ],\n            [\n              \"2025-07-11T07:10:00+10:00\",\n              1346.5331\n            ],\n            [\n              \"2025-07-11T07:15:00+10:00\",\n              1332.0457\n            ],\n            [\n              \"2025-07-11T07:20:00+10:00\",\n              1330.9728\n            ],\n            [\n              \"2025-07-11T07:25:00+10:00\",\n              1297.097\n            ],\n            [\n              \"2025-07-11T07:30:00+10:00\",\n              1283.5929\n            ],\n            [\n              \"2025-07-11T07:35:00+10:00\",\n              1269.8509\n            ],\n            [\n              \"2025-07-11T07:40:00+10:00\",\n              1234.6911\n            ],\n            [\n              \"2025-07-11T07:45:00+10:00\",\n              1209.6094\n            ],\n            [\n              \"2025-07-11T07:50:00+10:00\",\n              1172.2446\n            ],\n            [\n              \"2025-07-11T07:55:00+10:00\",\n              1141.5484\n            ],\n            [\n              \"2025-07-11T08:00:00+10:00\",\n              977.3211\n            ],\n            [\n              \"2025-07-11T08:05:00+10:00\",\n              1077.8838\n            ],\n            [\n              \"2025-07-11T08:10:00+10:00\",\n              1042.204\n            ],\n            [\n              \"2025-07-11T08:15:00+10:00\",\n              1015.6045\n            ],\n            [\n              \"2025-07-11T08:20:00+10:00\",\n              790.1358\n            ],\n            [\n              \"2025-07-11T08:25:00+10:00\",\n              765.0312\n            ],\n            [\n              \"2025-07-11T08:30:00+10:00\",\n              838.3678\n            ],\n            [\n              \"2025-07-11T08:35:00+10:00\",\n              859.1037\n            ],\n            [\n              \"2025-07-11T08:40:00+10:00\",\n              846.8631\n            ],\n            [\n              \"2025-07-11T08:45:00+10:00\",\n              823.0087\n            ],\n            [\n              \"2025-07-11T08:50:00+10:00\",\n              807.5982\n            ],\n            [\n              \"2025-07-11T08:55:00+10:00\",\n              765.8157\n            ],\n            [\n              \"2025-07-11T09:00:00+10:00\",\n              733.2031\n            ],\n            [\n              \"2025-07-11T09:05:00+10:00\",\n              702.5503\n            ],\n            [\n              \"2025-07-11T09:10:00+10:00\",\n              700.8992\n            ],\n            [\n              \"2025-07-11T09:15:00+10:00\",\n              664.3738\n            ],\n            [\n              \"2025-07-11T09:20:00+10:00\",\n              686.735\n            ],\n            [\n              \"2025-07-11T09:25:00+10:00\",\n              661.9988\n            ],\n            [\n              \"2025-07-11T09:30:00+10:00\",\n              646.2107\n            ],\n            [\n              \"2025-07-11T09:35:00+10:00\",\n              663.6321\n            ],\n            [\n              \"2025-07-11T09:40:00+10:00\",\n              642.1557\n            ],\n            [\n              \"2025-07-11T09:45:00+10:00\",\n              662.0648\n            ],\n            [\n              \"2025-07-11T09:50:00+10:00\",\n              660.2724\n            ],\n            [\n              \"2025-07-11T09:55:00+10:00\",\n              667.831\n            ],\n            [\n              \"2025-07-11T10:00:00+10:00\",\n              675.2298\n            ],\n            [\n              \"2025-07-11T10:05:00+10:00\",\n              655.4865\n            ],\n            [\n              \"2025-07-11T10:10:00+10:00\",\n              661.6766\n            ],\n            [\n              \"2025-07-11T10:15:00+10:00\",\n              671.8684\n            ],\n            [\n              \"2025-07-11T10:20:00+10:00\",\n              670.2002\n            ],\n            [\n              \"2025-07-11T10:25:00+10:00\",\n              629.1445\n            ],\n            [\n              \"2025-07-11T10:30:00+10:00\",\n              625.0092\n            ],\n            [\n              \"2025-07-11T10:35:00+10:00\",\n              632.4464\n            ],\n            [\n              \"2025-07-11T10:40:00+10:00\",\n              642.5827\n            ],\n            [\n              \"2025-07-11T10:45:00+10:00\",\n              606.3854\n            ],\n            [\n              \"2025-07-11T10:50:00+10:00\",\n              602.4669\n            ],\n            [\n              \"2025-07-11T10:55:00+10:00\",\n              604.9468\n            ],\n            [\n              \"2025-07-11T11:00:00+10:00\",\n              588.6916\n            ],\n            [\n              \"2025-07-11T11:05:00+10:00\",\n              619.3746\n            ],\n            [\n              \"2025-07-11T11:10:00+10:00\",\n              614.0581\n            ],\n            [\n              \"2025-07-11T11:15:00+10:00\",\n              600.6957\n            ],\n            [\n              \"2025-07-11T11:20:00+10:00\",\n              606.5434\n            ],\n            [\n              \"2025-07-11T11:25:00+10:00\",\n              607.3522\n            ],\n            [\n              \"2025-07-11T11:30:00+10:00\",\n              607.3386\n            ],\n            [\n              \"2025-07-11T11:35:00+10:00\",\n              624.3037\n            ],\n            [\n              \"2025-07-11T11:40:00+10:00\",\n              658.6723\n            ],\n            [\n              \"2025-07-11T11:45:00+10:00\",\n              557.0686\n            ],\n            [\n              \"2025-07-11T11:50:00+10:00\",\n              571.6994\n            ],\n            [\n              \"2025-07-11T11:55:00+10:00\",\n              594.6572\n            ],\n            [\n              \"2025-07-11T12:00:00+10:00\",\n              606.2465\n            ],\n            [\n              \"2025-07-11T12:05:00+10:00\",\n              609.3092\n            ],\n            [\n              \"2025-07-11T12:10:00+10:00\",\n              618.8833\n            ],\n            [\n              \"2025-07-11T12:15:00+10:00\",\n              642.4489\n            ],\n            [\n              \"2025-07-11T12:20:00+10:00\",\n              660.0105\n            ],\n            [\n              \"2025-07-11T12:25:00+10:00\",\n              679.2993\n            ],\n            [\n              \"2025-07-11T12:30:00+10:00\",\n              678.9623\n            ],\n            [\n              \"2025-07-11T12:35:00+10:00\",\n              660.7693\n            ],\n            [\n              \"2025-07-11T12:40:00+10:00\",\n              673.9574\n            ],\n            [\n              \"2025-07-11T12:45:00+10:00\",\n              665.5938\n            ],\n            [\n              \"2025-07-11T12:50:00+10:00\",\n              664.5983\n            ],\n            [\n              \"2025-07-11T12:55:00+10:00\",\n              664.3273\n            ],\n            [\n              \"2025-07-11T13:00:00+10:00\",\n              668.1716\n            ],\n            [\n              \"2025-07-11T13:05:00+10:00\",\n              689.5849\n            ],\n            [\n              \"2025-07-11T13:10:00+10:00\",\n              658.0422\n            ],\n            [\n              \"2025-07-11T13:15:00+10:00\",\n              635.2774\n            ],\n            [\n              \"2025-07-11T13:20:00+10:00\",\n              621.9339\n            ],\n            [\n              \"2025-07-11T13:25:00+10:00\",\n              630.3626\n            ],\n            [\n              \"2025-07-11T13:30:00+10:00\",\n              639.5206\n            ],\n            [\n              \"2025-07-11T13:35:00+10:00\",\n              659.265\n            ],\n            [\n              \"2025-07-11T13:40:00+10:00\",\n              634.29\n            ],\n            [\n              \"2025-07-11T13:45:00+10:00\",\n              638.9756\n            ],\n            [\n              \"2025-07-11T13:50:00+10:00\",\n              639.4722\n            ],\n            [\n              \"2025-07-11T13:55:00+10:00\",\n              627.4541\n            ],\n            [\n              \"2025-07-11T14:00:00+10:00\",\n              645.4932\n            ],\n            [\n              \"2025-07-11T14:05:00+10:00\",\n              636.6353\n            ],\n            [\n              \"2025-07-11T14:10:00+10:00\",\n              621.8836\n            ],\n            [\n              \"2025-07-11T14:15:00+10:00\",\n              618.4839\n            ],\n            [\n              \"2025-07-11T14:20:00+10:00\",\n              615.8527\n            ],\n            [\n              \"2025-07-11T14:25:00+10:00\",\n              613.1435\n            ],\n            [\n              \"2025-07-11T14:30:00+10:00\",\n              625.4403\n            ],\n            [\n              \"2025-07-11T14:35:00+10:00\",\n              610.0714\n            ],\n            [\n              \"2025-07-11T14:40:00+10:00\",\n              645.9828\n            ],\n            [\n              \"2025-07-11T14:45:00+10:00\",\n              631.8868\n            ],\n            [\n              \"2025-07-11T14:50:00+10:00\",\n              618.6852\n            ],\n            [\n              \"2025-07-11T14:55:00+10:00\",\n              601.253\n            ],\n            [\n              \"2025-07-11T15:00:00+10:00\",\n              576.0794\n            ],\n            [\n              \"2025-07-11T15:05:00+10:00\",\n              582.8595\n            ],\n            [\n              \"2025-07-11T15:10:00+10:00\",\n              581.0699\n            ],\n            [\n              \"2025-07-11T15:15:00+10:00\",\n              592.0595\n            ],\n            [\n              \"2025-07-11T15:20:00+10:00\",\n              581.3934\n            ],\n            [\n              \"2025-07-11T15:25:00+10:00\",\n              556.8981\n            ],\n            [\n              \"2025-07-11T15:30:00+10:00\",\n              539.9869\n            ],\n            [\n              \"2025-07-11T15:35:00+10:00\",\n              544.3779\n            ],\n            [\n              \"2025-07-11T15:40:00+10:00\",\n              511.8877\n            ],\n            [\n              \"2025-07-11T15:45:00+10:00\",\n              512.1967\n            ],\n            [\n              \"2025-07-11T15:50:00+10:00\",\n              526.235\n            ],\n            [\n              \"2025-07-11T15:55:00+10:00\",\n              505.1433\n            ],\n            [\n              \"2025-07-11T16:00:00+10:00\",\n              516.6474\n            ],\n            [\n              \"2025-07-11T16:05:00+10:00\",\n              508.3917\n            ],\n            [\n              \"2025-07-11T16:10:00+10:00\",\n              490.6518\n            ],\n            [\n              \"2025-07-11T16:15:00+10:00\",\n              517.4887\n            ],\n            [\n              \"2025-07-11T16:20:00+10:00\",\n              523.549\n            ],\n            [\n              \"2025-07-11T16:25:00+10:00\",\n              507.9247\n            ],\n            [\n              \"2025-07-11T16:30:00+10:00\",\n              497.1348\n            ],\n            [\n              \"2025-07-11T16:35:00+10:00\",\n              483.9701\n            ],\n            [\n              \"2025-07-11T16:40:00+10:00\",\n              446.6841\n            ],\n            [\n              \"2025-07-11T16:45:00+10:00\",\n              456.4231\n            ],\n            [\n              \"2025-07-11T16:50:00+10:00\",\n              433.6217\n            ],\n            [\n              \"2025-07-11T16:55:00+10:00\",\n              408.164\n            ],\n            [\n              \"2025-07-11T17:00:00+10:00\",\n              384.6328\n            ],\n            [\n              \"2025-07-11T17:05:00+10:00\",\n              360.3537\n            ],\n            [\n              \"2025-07-11T17:10:00+10:00\",\n              344.1201\n            ],\n            [\n              \"2025-07-11T17:15:00+10:00\",\n              347.5776\n            ],\n            [\n              \"2025-07-11T17:20:00+10:00\",\n              352.6721\n            ],\n            [\n              \"2025-07-11T17:25:00+10:00\",\n              365.4244\n            ],\n            [\n              \"2025-07-11T17:30:00+10:00\",\n              363.7319\n            ],\n            [\n              \"2025-07-11T17:35:00+10:00\",\n              361.2735\n            ],\n            [\n              \"2025-07-11T17:40:00+10:00\",\n              376.4091\n            ],\n            [\n              \"2025-07-11T17:45:00+10:00\",\n              383.1673\n            ],\n            [\n              \"2025-07-11T17:50:00+10:00\",\n              392.3419\n            ],\n            [\n              \"2025-07-11T17:55:00+10:00\",\n              398.6679\n            ],\n            [\n              \"2025-07-11T18:00:00+10:00\",\n              396.0079\n            ],\n            [\n              \"2025-07-11T18:05:00+10:00\",\n              392.8512\n            ],\n            [\n              \"2025-07-11T18:10:00+10:00\",\n              419.5002\n            ],\n            [\n              \"2025-07-11T18:15:00+10:00\",\n              440.6549\n            ],\n            [\n              \"2025-07-11T18:20:00+10:00\",\n              455.0094\n            ],\n            [\n              \"2025-07-11T18:25:00+10:00\",\n              472.0758\n            ],\n            [\n              \"2025-07-11T18:30:00+10:00\",\n              488.6306\n            ],\n            [\n              \"2025-07-11T18:35:00+10:00\",\n              525.9705\n            ],\n            [\n              \"2025-07-11T18:40:00+10:00\",\n              530.2582\n            ],\n            [\n              \"2025-07-11T18:45:00+10:00\",\n              560.5926\n            ],\n            [\n              \"2025-07-11T18:50:00+10:00\",\n              599.8553\n            ],\n            [\n              \"2025-07-11T18:55:00+10:00\",\n              623.3111\n            ],\n            [\n              \"2025-07-11T19:00:00+10:00\",\n              654.8429\n            ],\n            [\n              \"2025-07-11T19:05:00+10:00\",\n              675.3811\n            ],\n            [\n              \"2025-07-11T19:10:00+10:00\",\n              860.8427\n            ],\n            [\n              \"2025-07-11T19:15:00+10:00\",\n              859.4893\n            ],\n            [\n              \"2025-07-11T19:20:00+10:00\",\n              868.5835\n            ],\n            [\n              \"2025-07-11T19:25:00+10:00\",\n              884.9927\n            ],\n            [\n              \"2025-07-11T19:30:00+10:00\",\n              896.9679\n            ],\n            [\n              \"2025-07-11T19:35:00+10:00\",\n              895.8201\n            ],\n            [\n              \"2025-07-11T19:40:00+10:00\",\n              888.8759\n            ],\n            [\n              \"2025-07-11T19:45:00+10:00\",\n              894.0722\n            ],\n            [\n              \"2025-07-11T19:50:00+10:00\",\n              913.8783\n            ],\n            [\n              \"2025-07-11T19:55:00+10:00\",\n              935.185\n            ],\n            [\n              \"2025-07-11T20:00:00+10:00\",\n              958.2233\n            ],\n            [\n              \"2025-07-11T20:05:00+10:00\",\n              973.5452\n            ],\n            [\n              \"2025-07-11T20:10:00+10:00\",\n              983.3281\n            ],\n            [\n              \"2025-07-11T20:15:00+10:00\",\n              1008.9062\n            ],\n            [\n              \"2025-07-11T20:20:00+10:00\",\n              1017.991\n            ],\n            [\n              \"2025-07-11T20:25:00+10:00\",\n              1034.1818\n            ],\n            [\n              \"2025-07-11T20:30:00+10:00\",\n              1043.407\n            ],\n            [\n              \"2025-07-11T20:35:00+10:00\",\n              1065.5216\n            ],\n            [\n              \"2025-07-11T20:40:00+10:00\",\n              1045.3571\n            ],\n            [\n              \"2025-07-11T20:45:00+10:00\",\n              1030.6015\n            ],\n            [\n              \"2025-07-11T20:50:00+10:00\",\n              1053.0754\n            ],\n            [\n              \"2025-07-11T20:55:00+10:00\",\n              1067.3568\n            ],\n            [\n              \"2025-07-11T21:00:00+10:00\",\n              1054.3555\n            ],\n            [\n              \"2025-07-11T21:05:00+10:00\",\n              1037.2864\n            ],\n            [\n              \"2025-07-11T21:10:00+10:00\",\n              1038.9155\n            ]\n          ]\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-SA.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.14\",\n  \"network\": \"nem\",\n  \"code\": \"SA1\",\n  \"region\": \"SA1\",\n  \"created_at\": \"2025-07-30T01:46:11+10:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.nem.sa1.demand\",\n      \"type\": \"power\",\n      \"code\": \"NEM\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1638.02,\n          1626.93,\n          1596.04,\n          1599.78,\n          1604.25,\n          1582.72,\n          1576.73,\n          1581.04,\n          1579.59,\n          1558.21,\n          1579.04,\n          1573.66,\n          1556.84,\n          1573.03,\n          1548.52,\n          1549.36,\n          1535.49,\n          1534.23,\n          1515.54,\n          1511.55,\n          1545.94,\n          1537.35,\n          1528.26,\n          1571.4,\n          1543.63,\n          1544.1,\n          1537.87,\n          1513.39,\n          1514.86,\n          1508.4,\n          1514.28,\n          1496.36,\n          1492.56,\n          1478.61,\n          1475.68,\n          1496.72,\n          1493.82,\n          1486.22,\n          1478.55,\n          1475.47,\n          1491.21,\n          1494.59,\n          1486.7,\n          1489.26,\n          1492.7,\n          1492.6,\n          1495.34,\n          1529.5,\n          1528.52,\n          1535.87,\n          1542.79,\n          1578.4,\n          1605.52,\n          1611.21,\n          1619.58,\n          1632.2,\n          1636.21,\n          1662.73,\n          1689.97,\n          1674.82,\n          1713.95,\n          1741.35,\n          1771.67,\n          1801.91,\n          1830.95,\n          1836.21,\n          1855.66,\n          1888.68,\n          1894.28,\n          1930.29,\n          1981.31,\n          1990.81,\n          2034.5,\n          2013.05,\n          2081.7,\n          2082.18,\n          2095.06,\n          2138.18,\n          2138.48,\n          2132.25,\n          2117.91,\n          2094.0,\n          2081.68,\n          2061.09,\n          2023.02,\n          2002.83,\n          1986.44,\n          1918.62,\n          1878.82,\n          1866.64,\n          1790.2,\n          1764.82,\n          1723.38,\n          1709.47,\n          1662.69,\n          1642.99,\n          1610.22,\n          1594.21,\n          1564.77,\n          1534.11,\n          1493.45,\n          1493.63,\n          1458.7,\n          1503.98,\n          1475.84,\n          1467.14,\n          1405.39,\n          1419.12,\n          1388.27,\n          1371.19,\n          1376.33,\n          1371.74,\n          1369.9,\n          1397.96,\n          1346.98,\n          1305.9,\n          1272.91,\n          1216.11,\n          1173.24,\n          1167.33,\n          1133.62,\n          1061.8,\n          1034.65,\n          1014.41,\n          1044.2,\n          1039.74,\n          999.35,\n          957.8,\n          910.7,\n          943.76,\n          916.81,\n          900.29,\n          874.12,\n          831.97,\n          800.52,\n          809.27,\n          823.32,\n          834.96,\n          808.2,\n          785.1,\n          760.75,\n          784.11,\n          754.31,\n          761.79,\n          761.93,\n          767.04,\n          779.19,\n          791.11,\n          763.27,\n          799.59,\n          803.22,\n          815.44,\n          812.73,\n          841.1,\n          835.5,\n          825.59,\n          816.75,\n          818.37,\n          850.17,\n          858.94,\n          840.61,\n          831.23,\n          862.12,\n          893.26,\n          901.65,\n          926.95,\n          952.03,\n          948.13,\n          986.71,\n          1004.92,\n          1016.29,\n          1046.59,\n          1054.59,\n          1097.5,\n          1151.33,\n          1177.22,\n          1223.93,\n          1266.51,\n          1266.43,\n          1330.74,\n          1369.57,\n          1392.45,\n          1446.04,\n          1517.78,\n          1545.22,\n          1589.2,\n          1674.24,\n          1704.76,\n          1755.99,\n          1804.98,\n          1848.55,\n          1894.61,\n          1907.33,\n          1957.35,\n          1979.2,\n          1998.27,\n          2032.51,\n          2056.59,\n          2102.72,\n          2139.01,\n          2161.1,\n          2187.37,\n          2192.93,\n          2188.51,\n          2186.32,\n          2193.21,\n          2199.09,\n          2218.87,\n          2212.2,\n          2225.18,\n          2242.06,\n          2247.91,\n          2242.15,\n          2239.42,\n          2233.62,\n          2228.87,\n          2239.12,\n          2234.92,\n          2246.12,\n          2227.81,\n          2246.04,\n          2235.18,\n          2241.0,\n          2249.56,\n          2234.6,\n          2208.67,\n          2221.2,\n          2190.83,\n          2193.3,\n          2192.89,\n          2179.18,\n          2169.63,\n          2151.13,\n          2153.77,\n          2150.84,\n          2137.8,\n          2140.38,\n          2132.22,\n          2117.75,\n          2100.0,\n          2083.33,\n          2077.64,\n          2077.58,\n          2053.49,\n          2033.19,\n          2010.02,\n          1973.85,\n          1960.42,\n          1953.58,\n          1942.47,\n          1913.59,\n          1886.9,\n          1842.6,\n          1830.93,\n          1815.09,\n          1801.19,\n          1785.71,\n          1769.17,\n          1745.28,\n          1728.89,\n          1714.68,\n          1727.85,\n          1746.32,\n          1793.5,\n          1760.44,\n          1743.11,\n          1729.27,\n          1716.8,\n          1720.85,\n          1708.11,\n          1695.17,\n          1702.25,\n          1715.51,\n          1699.46,\n          1704.51,\n          1708.99,\n          1670.41,\n          1673.11,\n          1673.67,\n          1670.98,\n          1666.14,\n          1655.23,\n          1649.99,\n          1645.94,\n          1641.76,\n          1640.64,\n          1636.36,\n          1652.83\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.battery_charging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_charging\",\n      \"code\": \"battery_charging\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          9.0216,\n          13.1284,\n          29.2093,\n          45.143,\n          20.7881,\n          0.6218,\n          96.4273,\n          158.9846,\n          57.9883,\n          95.9267,\n          128.5257,\n          144.3445,\n          159.2159,\n          61.6838,\n          193.765,\n          46.4055,\n          208.7813,\n          67.0641,\n          163.146,\n          206.0045,\n          232.9207,\n          94.0323,\n          141.5513,\n          59.0757,\n          109.2448,\n          16.6703,\n          68.9803,\n          14.9414,\n          15.823,\n          1.413,\n          0.9214,\n          9.133,\n          4.3929,\n          0.9605,\n          2.1993,\n          50.8547,\n          16.72,\n          11.2906,\n          9.8287,\n          9.0904,\n          41.7971,\n          1.6158,\n          14.3588,\n          52.7015,\n          3.2204,\n          1.1201,\n          3.3478,\n          12.326,\n          3.268,\n          3.531,\n          5.7059,\n          8.0056,\n          8.0704,\n          8.2101,\n          8.3122,\n          11.0478,\n          13.6707,\n          12.9088,\n          10.8671,\n          10.7343,\n          11.1737,\n          9.47,\n          10.9884,\n          11.1493,\n          8.4239,\n          0.4354,\n          0.4992,\n          1.137,\n          0.9508,\n          0.516,\n          0.7711,\n          0.3725,\n          0.4833,\n          1.0407,\n          0.5473,\n          0.5583,\n          2.8036,\n          0.6171,\n          1.5483,\n          1.775,\n          0.5841,\n          1.1192,\n          1.3581,\n          0.8554,\n          1.0854,\n          2.9209,\n          0.7703,\n          10.8924,\n          1.7058,\n          0.6258,\n          0.6877,\n          0.7161,\n          1.424,\n          6.5943,\n          0.5848,\n          28.1568,\n          42.8411,\n          98.7252,\n          81.3876,\n          133.305,\n          138.0461,\n          46.0855,\n          102.4236,\n          0.8001,\n          79.4988,\n          150.1381,\n          93.1436,\n          133.8733,\n          96.6683,\n          162.2197,\n          106.4384,\n          137.2471,\n          180.7685,\n          56.7916,\n          99.1579,\n          136.4046,\n          61.2965,\n          153.8945,\n          156.598,\n          185.6486,\n          196.9225,\n          166.5691,\n          243.6457,\n          272.0735,\n          191.8676,\n          208.4043,\n          137.4042,\n          104.5914,\n          150.7096,\n          110.6011,\n          150.8567,\n          266.2793,\n          210.0757,\n          215.1318,\n          202.4343,\n          157.4549,\n          96.4057,\n          116.4184,\n          124.5689,\n          102.5296,\n          81.1954,\n          146.1172,\n          100.3809,\n          127.1665,\n          132.0086,\n          129.8879,\n          193.1478,\n          144.0944,\n          278.4922,\n          229.006,\n          313.2799,\n          371.7039,\n          248.4908,\n          181.8304,\n          166.979,\n          252.3573,\n          222.033,\n          194.5696,\n          59.1494,\n          47.184,\n          52.9393,\n          200.7887,\n          171.3882,\n          175.2748,\n          52.7967,\n          37.745,\n          40.371,\n          37.2495,\n          51.943,\n          0.36,\n          25.4904,\n          46.4428,\n          96.8863,\n          175.9436,\n          75.6107,\n          83.9688,\n          3.6785,\n          5.694,\n          5.6497,\n          0.35,\n          2.187,\n          0.4549,\n          0.3757,\n          0.339,\n          0.5146,\n          0.6201,\n          0.5247,\n          0.36,\n          0.8902,\n          0.3797,\n          0.4581,\n          0.375,\n          0.375,\n          0.365,\n          0.354,\n          0.34,\n          0.35,\n          0.32,\n          0.38,\n          0.878,\n          0.348,\n          0.374,\n          0.4615,\n          0.33,\n          0.4514,\n          0.3982,\n          0.4392,\n          0.4392,\n          0.7707,\n          0.7671,\n          1.0567,\n          0.9303,\n          2.2379,\n          1.162,\n          0.5319,\n          1.4389,\n          1.5339,\n          1.1993,\n          2.1458,\n          1.7699,\n          0.7768,\n          2.6819,\n          0.8823,\n          0.8198,\n          0.7409,\n          0.9676,\n          0.9352,\n          0.9214,\n          0.6966,\n          0.8932,\n          0.3742,\n          0.7916,\n          3.0152,\n          0.8974,\n          0.7273,\n          1.7913,\n          1.4806,\n          0.9037,\n          11.5749,\n          29.0363,\n          31.7644,\n          117.4388,\n          136.8403,\n          133.3222,\n          131.3389,\n          34.1518,\n          50.3548,\n          57.4535,\n          168.683,\n          175.6346,\n          234.3635,\n          177.603,\n          45.0837,\n          18.3163,\n          34.791,\n          26.1182,\n          30.4695,\n          7.7713,\n          16.6649,\n          3.9953,\n          3.3966,\n          121.153,\n          166.8305,\n          0.7284,\n          7.9941,\n          9.9337,\n          6.6373,\n          5.5565,\n          12.5232,\n          0.4165,\n          8.683,\n          86.406,\n          8.8388,\n          0.5309,\n          3.9391,\n          0.3871,\n          0.5518,\n          2.03,\n          13.2033,\n          12.9185,\n          10.2047,\n          2.0141,\n          3.0724,\n          19.2966,\n          91.3238,\n          7.0674,\n          117.5774,\n          87.859\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.battery_discharging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_discharging\",\n      \"code\": \"battery_discharging\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          8.4881,\n          77.5804,\n          22.882,\n          46.6522,\n          35.3187,\n          9.9509,\n          null,\n          null,\n          1.5565,\n          0.09,\n          0.0503,\n          0.39,\n          null,\n          0.083,\n          0.0839,\n          null,\n          0.1287,\n          39.8946,\n          0.029,\n          0.0473,\n          0.0351,\n          null,\n          0.029,\n          41.4926,\n          1.8,\n          39.2695,\n          39.0509,\n          0.0703,\n          0.0208,\n          26.7995,\n          20.981,\n          9.681,\n          0.791,\n          11.4396,\n          23.23,\n          24.58,\n          18.7215,\n          14.41,\n          13.08,\n          11.18,\n          20.08,\n          25.057,\n          46.15,\n          11.3771,\n          46.7507,\n          33.5691,\n          33.244,\n          38.27,\n          34.485,\n          11.949,\n          6.422,\n          3.62,\n          9.919,\n          82.4514,\n          55.2629,\n          11.293,\n          35.573,\n          37.19,\n          60.883,\n          2.7183,\n          72.343,\n          29.8371,\n          53.831,\n          41.293,\n          103.5874,\n          108.4491,\n          97.1244,\n          95.6422,\n          92.4533,\n          64.9885,\n          101.5547,\n          189.3768,\n          117.2644,\n          192.2369,\n          156.6547,\n          32.2396,\n          46.278,\n          55.1038,\n          116.5644,\n          100.0441,\n          31.0432,\n          28.9522,\n          40.5106,\n          54.0912,\n          17.0506,\n          80.012,\n          14.6075,\n          3.487,\n          18.8565,\n          141.3841,\n          92.9256,\n          42.259,\n          10.621,\n          0.582,\n          10.4317,\n          20.3402,\n          0.0,\n          2.002,\n          0.047,\n          0.028,\n          0.009,\n          12.4152,\n          0.03,\n          14.116,\n          0.03,\n          0.691,\n          2.749,\n          6.787,\n          0.081,\n          1.602,\n          4.09,\n          1.051,\n          0.983,\n          16.261,\n          6.16,\n          null,\n          12.8189,\n          7.2678,\n          3.0849,\n          6.8249,\n          0.5231,\n          1.063,\n          0.002,\n          0.001,\n          0.2319,\n          0.2452,\n          5.436,\n          0.092,\n          0.0,\n          41.647,\n          null,\n          1.665,\n          2.071,\n          2.009,\n          1.936,\n          1.992,\n          6.6569,\n          85.986,\n          62.079,\n          38.713,\n          139.625,\n          73.658,\n          71.69,\n          3.402,\n          5.555,\n          29.945,\n          3.93,\n          7.217,\n          3.92,\n          4.06,\n          3.91,\n          0.97,\n          0.1016,\n          5.375,\n          2.652,\n          null,\n          0.357,\n          0.899,\n          30.57,\n          114.8423,\n          29.1929,\n          1.2037,\n          0.352,\n          0.4078,\n          31.1576,\n          2.5818,\n          89.5928,\n          0.032,\n          5.9823,\n          143.1287,\n          0.034,\n          25.4042,\n          0.002,\n          0.1287,\n          22.2328,\n          10.38,\n          41.4821,\n          28.0829,\n          24.03,\n          47.9669,\n          71.5243,\n          78.728,\n          73.3813,\n          132.6478,\n          58.332,\n          44.0235,\n          60.4724,\n          75.5892,\n          57.508,\n          277.083,\n          293.657,\n          380.5849,\n          313.6901,\n          231.6671,\n          351.8209,\n          232.4298,\n          196.0956,\n          181.8644,\n          299.5597,\n          336.8681,\n          186.0252,\n          364.4534,\n          363.0725,\n          236.8065,\n          241.8479,\n          276.7277,\n          214.1544,\n          195.0632,\n          137.332,\n          213.392,\n          211.07,\n          203.684,\n          215.61,\n          132.0547,\n          137.2809,\n          136.5618,\n          249.128,\n          224.0753,\n          58.6995,\n          14.2064,\n          32.312,\n          99.811,\n          226.093,\n          5.298,\n          34.313,\n          140.969,\n          91.742,\n          114.071,\n          50.4122,\n          180.672,\n          28.2789,\n          33.68,\n          3.069,\n          24.656,\n          28.098,\n          27.85,\n          0.358,\n          2.293,\n          5.714,\n          1.289,\n          0.57,\n          0.04,\n          0.74,\n          0.04,\n          0.04,\n          1.2649,\n          0.047,\n          0.137,\n          null,\n          0.032,\n          0.0,\n          null,\n          0.771,\n          48.015,\n          7.4,\n          4.4822,\n          0.626,\n          3.377,\n          0.09,\n          2.3983,\n          3.4929,\n          0.3096,\n          2.108,\n          3.949,\n          37.06,\n          21.2135,\n          100.227,\n          2.453,\n          84.3698,\n          105.9523,\n          null,\n          0.0,\n          2.021,\n          6.495,\n          0.24,\n          89.2355,\n          19.0476,\n          2.465,\n          0.28,\n          0.0107,\n          0.828,\n          1.8412,\n          0.815,\n          44.1586,\n          3.3208,\n          0.487,\n          1.0262,\n          7.4919\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.distillate.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          3.2447,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          3.2571,\n          0.0,\n          0.0,\n          3.916,\n          0.0,\n          0.2113,\n          9.2662,\n          9.2964,\n          9.3033,\n          0.0,\n          0.0,\n          2.0139,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.distillate.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.1243,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.1243,\n          0.0,\n          0.0,\n          0.1243,\n          0.0,\n          0.1321,\n          0.0964,\n          0.0959,\n          0.096,\n          0.0,\n          0.0,\n          0.1283,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.distillate.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.2,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.2,\n          -0.2,\n          -0.2,\n          -0.2,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.2,\n          -0.2,\n          -0.1,\n          -0.1,\n          -0.2,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.2,\n          -0.2,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.2,\n          0.0,\n          -0.1,\n          0.0,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          26.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          26.2,\n          0.0,\n          0.0,\n          31.5,\n          -0.1,\n          1.6,\n          96.1,\n          96.9,\n          96.9,\n          -0.5,\n          -0.5,\n          15.7,\n          -0.5,\n          -0.5,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          -0.1,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.exports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.2993,\n          0.0797,\n          0.2762,\n          0.297,\n          0.5208,\n          0.3768,\n          0.8831,\n          1.0858,\n          0.9232,\n          1.0412,\n          1.628,\n          0.8772,\n          0.9232,\n          0.6628,\n          0.8984,\n          0.8795,\n          0.5178,\n          0.7803,\n          0.2724,\n          0.5003,\n          0.3745,\n          0.4549,\n          0.473,\n          1.034,\n          0.7642,\n          0.5058,\n          0.7173,\n          0.7291,\n          1.1068,\n          1.3564,\n          1.0842,\n          0.0,\n          0.0,\n          0.0,\n          0.7363,\n          0.2181,\n          0.4538,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.exports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0873,\n          0.085,\n          0.0879,\n          0.0889,\n          0.088,\n          0.0954,\n          0.0906,\n          0.085,\n          0.0894,\n          0.0898,\n          0.0787,\n          0.0894,\n          0.0933,\n          0.0976,\n          0.0898,\n          0.0903,\n          0.0928,\n          0.0931,\n          0.0909,\n          0.0919,\n          0.0899,\n          0.0833,\n          0.096,\n          0.0877,\n          0.0937,\n          0.0927,\n          0.093,\n          0.0937,\n          0.1003,\n          0.0926,\n          0.0977,\n          0.0,\n          0.0,\n          0.0,\n          0.1232,\n          0.1403,\n          0.1302,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.exports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          41.1376,\n          11.2525,\n          37.7091,\n          40.085,\n          71.0154,\n          47.4191,\n          116.9145,\n          153.3134,\n          123.9243,\n          139.1801,\n          248.348,\n          117.7949,\n          118.7269,\n          81.4842,\n          119.9875,\n          116.9291,\n          66.9805,\n          100.5749,\n          35.9585,\n          65.2983,\n          49.9932,\n          65.5302,\n          59.1362,\n          141.544,\n          97.8671,\n          65.4677,\n          92.5876,\n          93.3811,\n          132.4449,\n          175.765,\n          133.214,\n          0.0,\n          0.0,\n          0.0,\n          71.6854,\n          18.6542,\n          41.839,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ccgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          7.2434,\n          7.2866,\n          7.2216,\n          7.3062,\n          7.2692,\n          7.3132,\n          7.2313,\n          7.263,\n          7.2641,\n          7.2458,\n          7.2907,\n          7.232,\n          7.2399,\n          7.2493,\n          7.2942,\n          7.2959,\n          7.3218,\n          7.2917,\n          7.2509,\n          7.2907,\n          7.2813,\n          7.3263,\n          7.3401,\n          7.2942,\n          7.2675,\n          7.2873,\n          7.2561,\n          7.2261,\n          7.2562,\n          7.2768,\n          7.2682,\n          7.2797,\n          7.2417,\n          7.3236,\n          7.2837,\n          7.2675,\n          7.2458,\n          7.251,\n          7.2399,\n          7.2838,\n          7.3114,\n          7.2561,\n          7.2803,\n          8.0886,\n          7.5493,\n          7.2434,\n          7.3426,\n          7.2665,\n          7.2959,\n          7.2675,\n          7.2492,\n          7.4629,\n          8.25,\n          8.1145,\n          8.1249,\n          8.6309,\n          9.6045,\n          8.3101,\n          8.367,\n          8.1795,\n          8.212,\n          8.1602,\n          9.442,\n          10.2633,\n          10.9578,\n          11.4211,\n          11.5287,\n          11.5289,\n          11.5584,\n          12.3103,\n          11.579,\n          11.5818,\n          12.4035,\n          11.5593,\n          11.5773,\n          13.4313,\n          12.4737,\n          12.0364,\n          11.6284,\n          11.8548,\n          11.6547,\n          12.2856,\n          11.6481,\n          10.8922,\n          10.7437,\n          10.7178,\n          10.8476,\n          10.8473,\n          10.837,\n          9.5395,\n          10.6517,\n          9.1178,\n          8.1015,\n          7.1269,\n          7.2438,\n          7.1884,\n          7.2462,\n          8.3027,\n          8.1025,\n          7.1743,\n          7.185,\n          7.2171,\n          7.2185,\n          7.1902,\n          7.2479,\n          7.8238,\n          7.1946,\n          7.1329,\n          7.1128,\n          7.1197,\n          7.1615,\n          7.1532,\n          7.1426,\n          6.68,\n          6.6177,\n          6.6222,\n          6.5192,\n          6.4805,\n          6.4839,\n          6.5099,\n          6.5192,\n          6.4933,\n          6.4926,\n          6.495,\n          6.4794,\n          6.4718,\n          6.4787,\n          6.4604,\n          6.4484,\n          6.4725,\n          6.4346,\n          6.4788,\n          6.4618,\n          6.43,\n          6.4221,\n          6.4507,\n          6.4266,\n          6.4732,\n          6.4446,\n          6.4317,\n          6.4473,\n          6.4342,\n          6.4484,\n          6.4324,\n          6.4404,\n          6.4542,\n          6.4497,\n          6.4362,\n          6.4439,\n          6.4722,\n          6.4359,\n          6.4594,\n          6.4687,\n          6.4612,\n          6.4359,\n          6.4411,\n          6.4664,\n          6.4359,\n          6.4733,\n          6.4473,\n          6.4169,\n          7.0749,\n          7.0765,\n          7.0887,\n          7.0662,\n          7.1152,\n          7.004,\n          9.1861,\n          11.1483,\n          11.854,\n          14.3809,\n          13.2366,\n          14.1523,\n          14.7496,\n          15.9556,\n          16.9271,\n          17.5477,\n          20.0092,\n          19.9701,\n          18.6848,\n          18.6277,\n          19.8699,\n          19.5726,\n          18.5811,\n          20.5613,\n          18.5631,\n          18.449,\n          20.4714,\n          21.4687,\n          19.7824,\n          18.5275,\n          18.3799,\n          20.2093,\n          21.7366,\n          21.6952,\n          21.6727,\n          21.7049,\n          21.6574,\n          21.7601,\n          21.7041,\n          21.6972,\n          21.7445,\n          21.8275,\n          21.71,\n          21.7377,\n          21.71,\n          21.711,\n          21.7387,\n          21.7359,\n          21.7601,\n          21.6782,\n          21.7463,\n          21.6564,\n          21.73,\n          21.8009,\n          21.6817,\n          21.8794,\n          21.7601,\n          21.7307,\n          21.7058,\n          21.7991,\n          21.6598,\n          21.4818,\n          21.9996,\n          21.8966,\n          21.7455,\n          21.723,\n          21.7161,\n          21.73,\n          21.768,\n          21.7895,\n          21.8804,\n          21.7722,\n          21.9841,\n          21.9035,\n          21.7784,\n          21.7483,\n          21.852,\n          21.731,\n          21.7963,\n          19.8814,\n          18.4841,\n          18.6292,\n          18.5274,\n          18.5799,\n          18.649,\n          18.6413,\n          18.6455,\n          18.6299,\n          20.7405,\n          21.8018,\n          20.8926,\n          19.0759,\n          18.8263,\n          18.6224,\n          18.8425,\n          18.6465,\n          18.7873,\n          18.5636,\n          18.8322,\n          18.7596,\n          18.7019,\n          18.8495,\n          17.1434,\n          15.2611,\n          14.3288,\n          12.6365,\n          14.3847,\n          12.6337,\n          11.664,\n          11.691,\n          11.6692,\n          11.6409,\n          11.6391,\n          11.6692,\n          11.6381,\n          13.1032,\n          11.3863,\n          10.7057,\n          10.0608,\n          8.516,\n          8.4986,\n          8.4243,\n          7.2054,\n          9.0549,\n          7.4985,\n          9.4716,\n          9.4179\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ccgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0341,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.034,\n          0.034,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.034,\n          0.0341,\n          0.0341,\n          0.034,\n          0.0341,\n          0.0341,\n          0.034,\n          0.034,\n          0.034,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.034,\n          0.0341,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.0341,\n          0.0341,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0341,\n          0.0341,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0343,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0341,\n          0.034,\n          0.0339,\n          0.0339,\n          0.0339,\n          0.0339,\n          0.0338,\n          0.0339,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0339,\n          0.0338,\n          0.0339,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0339,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0338,\n          0.0339,\n          0.0339,\n          0.034,\n          0.034,\n          0.034,\n          0.034,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.034,\n          0.0341,\n          0.034,\n          0.034,\n          0.0341,\n          0.0341,\n          0.0341,\n          0.0342,\n          0.0341,\n          0.0342,\n          0.0341,\n          0.034\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ccgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          211.6389,\n          212.9311,\n          210.9878,\n          213.5011,\n          212.41,\n          213.7011,\n          211.2889,\n          212.23,\n          212.26,\n          211.7089,\n          213.03,\n          211.3089,\n          211.5389,\n          211.8089,\n          213.1511,\n          213.2011,\n          213.9722,\n          213.0811,\n          211.88,\n          213.0511,\n          212.76,\n          214.1022,\n          214.5233,\n          213.1511,\n          212.36,\n          212.9511,\n          212.03,\n          211.1389,\n          212.0089,\n          212.63,\n          212.38,\n          212.7311,\n          211.5889,\n          214.0222,\n          212.83,\n          212.36,\n          211.7089,\n          211.8589,\n          211.5389,\n          212.8511,\n          213.6511,\n          212.03,\n          212.7511,\n          236.8697,\n          220.7632,\n          211.6389,\n          214.6144,\n          212.33,\n          213.2011,\n          212.36,\n          211.83,\n          218.1999,\n          241.6874,\n          237.6619,\n          237.9619,\n          252.7385,\n          281.8482,\n          243.3641,\n          245.0352,\n          239.6052,\n          240.5663,\n          239.0241,\n          277.2859,\n          301.7635,\n          321.8313,\n          335.2302,\n          338.3824,\n          338.3713,\n          339.2424,\n          361.7099,\n          339.8635,\n          339.9435,\n          364.4943,\n          339.2513,\n          339.7924,\n          395.1529,\n          366.5454,\n          353.4945,\n          341.2935,\n          348.0545,\n          342.0746,\n          360.9155,\n          341.8846,\n          319.9735,\n          315.6946,\n          314.9024,\n          318.6835,\n          318.6735,\n          318.3524,\n          280.1904,\n          312.9291,\n          267.6316,\n          237.3241,\n          208.2266,\n          211.7122,\n          210.07,\n          211.7611,\n          243.3341,\n          237.3752,\n          209.6389,\n          209.9489,\n          210.9211,\n          210.9611,\n          210.0989,\n          211.8322,\n          229.0198,\n          210.25,\n          208.4389,\n          207.8378,\n          208.0378,\n          209.2689,\n          209.05,\n          208.7189,\n          194.8957,\n          193.0535,\n          193.1835,\n          190.098,\n          188.9568,\n          189.0568,\n          189.828,\n          190.098,\n          189.3268,\n          189.3068,\n          189.3768,\n          188.9057,\n          188.6857,\n          188.8857,\n          188.3557,\n          187.9846,\n          188.7057,\n          187.5846,\n          188.9068,\n          188.3957,\n          187.4757,\n          187.2457,\n          188.0757,\n          187.3757,\n          188.7468,\n          187.9168,\n          187.5257,\n          187.9968,\n          187.5957,\n          188.0268,\n          187.5457,\n          187.7757,\n          188.1968,\n          188.0457,\n          187.6557,\n          187.8968,\n          188.7168,\n          187.6457,\n          188.3468,\n          188.6168,\n          188.3968,\n          187.6668,\n          187.8168,\n          188.568,\n          187.6668,\n          188.768,\n          187.9968,\n          187.1168,\n          206.7589,\n          206.7878,\n          207.1589,\n          206.4878,\n          207.95,\n          204.6244,\n          269.6116,\n          328.2288,\n          349.3141,\n          424.0802,\n          390.4115,\n          417.4602,\n          435.7965,\n          471.1497,\n          500.4637,\n          518.7403,\n          591.7963,\n          590.5608,\n          552.1779,\n          550.4857,\n          587.5764,\n          578.702,\n          549.0935,\n          608.2306,\n          548.5523,\n          545.1468,\n          605.5462,\n          635.3248,\n          584.962,\n          547.4802,\n          543.0624,\n          597.6918,\n          643.3069,\n          642.0647,\n          641.3936,\n          642.3447,\n          640.9325,\n          643.9869,\n          642.3036,\n          642.1036,\n          643.5158,\n          646.0002,\n          642.4736,\n          643.2947,\n          642.4736,\n          642.5036,\n          643.3247,\n          643.2447,\n          643.9658,\n          641.5114,\n          643.5447,\n          640.8603,\n          643.0536,\n          645.1669,\n          641.6114,\n          647.5213,\n          643.9447,\n          643.0736,\n          642.3325,\n          645.1169,\n          640.9603,\n          635.6415,\n          651.1069,\n          648.0213,\n          643.5036,\n          642.8325,\n          642.6325,\n          643.0325,\n          644.1747,\n          644.7947,\n          647.5091,\n          644.2947,\n          650.6146,\n          648.2002,\n          644.4536,\n          643.5414,\n          646.6469,\n          643.0203,\n          644.9736,\n          587.7687,\n          546.0402,\n          550.3668,\n          547.3324,\n          548.8946,\n          550.9579,\n          550.7168,\n          550.8368,\n          550.3868,\n          613.4206,\n          645.1125,\n          617.9472,\n          563.6878,\n          556.2357,\n          550.1457,\n          556.7057,\n          550.8668,\n          555.0635,\n          548.3824,\n          556.4057,\n          554.2423,\n          552.5091,\n          556.9268,\n          505.9729,\n          449.7501,\n          421.9149,\n          371.361,\n          423.5771,\n          371.281,\n          342.3235,\n          343.1246,\n          342.4735,\n          341.6324,\n          341.6035,\n          342.4735,\n          341.5524,\n          385.3041,\n          334.2413,\n          314.5735,\n          295.7557,\n          249.6729,\n          249.1518,\n          246.9596,\n          210.5389,\n          265.7694,\n          219.2932,\n          278.1248,\n          276.6071\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0065,\n          0.0069,\n          2.8148,\n          3.9026,\n          3.8925,\n          4.0229,\n          3.9268,\n          3.8888,\n          3.8825,\n          3.9157,\n          3.8926,\n          3.8798,\n          3.9173,\n          3.8946,\n          3.9083,\n          3.8296,\n          3.9072,\n          3.8745,\n          3.9021,\n          3.7884,\n          5.3524,\n          5.7281,\n          5.7827,\n          5.7556,\n          8.0702,\n          8.5371,\n          8.4874,\n          8.5854,\n          8.4408,\n          8.2945,\n          6.1235,\n          6.8056,\n          5.7832,\n          5.7939,\n          5.7938,\n          5.9465,\n          4.373,\n          1.9355,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          2.4542,\n          4.8642,\n          5.8637,\n          5.8733,\n          7.2636,\n          8.9655,\n          9.0342,\n          11.1522,\n          13.2608,\n          13.2903,\n          13.1932,\n          13.2622,\n          13.3135,\n          15.9394,\n          15.8745,\n          18.717,\n          17.3483,\n          21.3018,\n          23.1677,\n          28.9417,\n          22.7842,\n          22.6266,\n          28.8084,\n          25.145,\n          23.7978,\n          28.8064,\n          28.9703,\n          28.9889,\n          28.9475,\n          29.0287,\n          32.7366,\n          32.9105,\n          32.8037,\n          32.9018,\n          32.88,\n          32.9102,\n          32.9857,\n          33.1669,\n          33.3278,\n          31.3461,\n          33.0358,\n          33.1499,\n          31.3526,\n          31.3043,\n          23.0755,\n          28.3355,\n          31.2061,\n          29.1407,\n          29.2,\n          28.9339,\n          28.916,\n          21.9588,\n          27.9137,\n          26.0563,\n          25.9409,\n          21.3627,\n          22.1557,\n          22.0628,\n          23.9318,\n          23.384,\n          20.454,\n          16.3207,\n          16.8886,\n          17.2061,\n          17.3155,\n          17.2683,\n          17.2588,\n          12.1654,\n          11.5329,\n          11.5363,\n          11.5635,\n          9.3812,\n          9.3011,\n          6.8051,\n          3.6477,\n          3.6667,\n          3.6454,\n          3.6676,\n          3.6305,\n          0.2743,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0065,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069,\n          0.0069\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0681,\n          0.0655,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0528,\n          0.0549,\n          0.0552,\n          0.0552,\n          0.0552,\n          0.0545,\n          0.0544,\n          0.0544,\n          0.0544,\n          0.0544,\n          0.0545,\n          0.0551,\n          0.0549,\n          0.0552,\n          0.0552,\n          0.0552,\n          0.0552,\n          0.0561,\n          0.0608,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0528,\n          0.0541,\n          0.0551,\n          0.0551,\n          0.0547,\n          0.0519,\n          0.0518,\n          0.052,\n          0.0521,\n          0.0521,\n          0.0521,\n          0.0521,\n          0.0521,\n          0.0534,\n          0.0534,\n          0.0546,\n          0.0535,\n          0.0555,\n          0.0559,\n          0.0572,\n          0.0556,\n          0.0555,\n          0.0572,\n          0.0564,\n          0.0559,\n          0.0572,\n          0.0572,\n          0.0572,\n          0.0572,\n          0.0572,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0579,\n          0.0577,\n          0.0579,\n          0.0579,\n          0.0574,\n          0.0574,\n          0.0552,\n          0.057,\n          0.0573,\n          0.0568,\n          0.0569,\n          0.0568,\n          0.0568,\n          0.0549,\n          0.0566,\n          0.0563,\n          0.0563,\n          0.0547,\n          0.0551,\n          0.0552,\n          0.0559,\n          0.0556,\n          0.0544,\n          0.0549,\n          0.0545,\n          0.0544,\n          0.0544,\n          0.0544,\n          0.0544,\n          0.053,\n          0.0526,\n          0.0526,\n          0.0526,\n          0.0526,\n          0.053,\n          0.0553,\n          0.0608,\n          0.0608,\n          0.0608,\n          0.0608,\n          0.0608,\n          0.0609,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0681,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655,\n          0.0655\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.1054,\n          0.0954,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.0954,\n          0.1054,\n          53.2854,\n          73.8854,\n          73.6954,\n          76.1654,\n          74.3454,\n          73.6254,\n          73.5054,\n          74.1354,\n          73.6954,\n          73.4554,\n          74.1654,\n          73.7354,\n          73.9954,\n          72.5054,\n          73.9754,\n          73.3554,\n          73.8754,\n          71.7254,\n          97.4725,\n          103.7026,\n          104.6991,\n          104.182,\n          148.0083,\n          156.8889,\n          155.9375,\n          157.7725,\n          155.0755,\n          152.2828,\n          111.1449,\n          124.047,\n          104.6978,\n          104.9073,\n          104.9181,\n          107.7793,\n          77.9836,\n          31.8523,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          46.4554,\n          89.966,\n          106.407,\n          106.5356,\n          132.834,\n          172.6808,\n          174.3566,\n          214.5176,\n          254.4824,\n          255.03,\n          253.2176,\n          254.5205,\n          255.4444,\n          298.4163,\n          297.3086,\n          342.9447,\n          324.2011,\n          383.589,\n          414.3784,\n          505.8683,\n          410.0328,\n          407.3724,\n          504.0172,\n          445.6395,\n          425.4658,\n          503.8046,\n          506.6124,\n          506.9584,\n          506.2084,\n          507.5787,\n          565.6631,\n          568.678,\n          566.6449,\n          568.4122,\n          567.9902,\n          568.6116,\n          570.0195,\n          572.8995,\n          575.9465,\n          543.333,\n          570.7697,\n          572.6065,\n          545.9214,\n          544.9003,\n          417.7288,\n          497.3615,\n          544.3845,\n          512.7417,\n          513.3919,\n          509.4027,\n          509.2195,\n          400.2726,\n          493.1079,\n          462.8463,\n          460.9528,\n          390.7833,\n          401.8916,\n          399.9648,\n          428.2885,\n          420.2041,\n          375.6709,\n          297.3601,\n          310.164,\n          316.09,\n          318.0833,\n          317.1492,\n          317.047,\n          229.6128,\n          219.2371,\n          219.2575,\n          219.7668,\n          178.4044,\n          175.3835,\n          123.1053,\n          60.0361,\n          60.349,\n          59.998,\n          60.3642,\n          59.7538,\n          4.5077,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.0954,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054,\n          0.1054\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_recip.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_recip\",\n      \"code\": \"gas_recip\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          3.5289,\n          3.5977,\n          3.5849,\n          3.579,\n          3.5185,\n          3.5991,\n          3.5972,\n          6.0616,\n          5.9746,\n          7.1177,\n          7.4754,\n          7.6862,\n          7.7541,\n          7.7236,\n          7.6592,\n          7.6853,\n          7.7143,\n          7.6592,\n          7.5939,\n          7.6543,\n          7.6941,\n          7.7054,\n          7.7025,\n          7.6415,\n          7.6921,\n          7.6052,\n          4.1564,\n          5.1756,\n          5.0862,\n          3.438,\n          0.828,\n          0.5347,\n          0.4649,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          6.4951,\n          8.5718,\n          8.6091,\n          8.5624,\n          8.6352,\n          8.6637,\n          8.5605,\n          8.5821,\n          8.5924,\n          8.6081,\n          8.5138,\n          8.5334,\n          8.5693,\n          8.5433,\n          8.5433,\n          8.6106,\n          8.5565,\n          8.6126,\n          8.4578,\n          8.5379,\n          8.5792,\n          8.4455,\n          8.5339,\n          8.5678,\n          8.5747,\n          8.5049,\n          8.5182,\n          8.4357,\n          8.5305,\n          8.5821,\n          8.532,\n          8.6096,\n          8.5182,\n          8.4897,\n          8.4755,\n          8.562,\n          8.532,\n          8.5182,\n          8.6234,\n          8.6224,\n          8.5669,\n          8.5163,\n          8.5163,\n          8.5905,\n          8.5737,\n          8.6337,\n          8.6411,\n          8.5718,\n          8.4853,\n          7.8494,\n          8.5541,\n          8.5197,\n          8.5934,\n          8.4268,\n          8.4509,\n          8.6096,\n          8.5526,\n          8.589,\n          8.5964,\n          8.0504,\n          8.3787,\n          7.727,\n          7.014,\n          7.7462,\n          7.7624,\n          7.7226,\n          7.6936,\n          7.6828,\n          3.9564,\n          4.1476,\n          4.0193,\n          3.8871,\n          4.8837,\n          4.5569,\n          3.9697,\n          4.0419,\n          6.8867,\n          7.1334,\n          4.2404,\n          5.609,\n          7.1732,\n          6.4631,\n          7.1545,\n          3.8842,\n          5.0179,\n          7.0469,\n          7.7752,\n          4.005,\n          6.3978,\n          5.1658,\n          0.9239,\n          0.6742,\n          0.4673,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_recip.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_recip\",\n      \"code\": \"gas_recip\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0491,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_recip.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_recip\",\n      \"code\": \"gas_recip\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          71.81,\n          73.21,\n          72.95,\n          72.83,\n          71.6,\n          73.24,\n          73.2,\n          123.35,\n          121.58,\n          144.84,\n          152.12,\n          156.41,\n          157.79,\n          157.17,\n          155.86,\n          156.39,\n          156.98,\n          155.86,\n          154.53,\n          155.76,\n          156.57,\n          156.8,\n          156.74,\n          155.5,\n          156.53,\n          154.76,\n          84.58,\n          105.32,\n          103.5,\n          69.96,\n          16.85,\n          10.88,\n          9.46,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          132.17,\n          174.43,\n          175.19,\n          174.24,\n          175.72,\n          176.3,\n          174.2,\n          174.64,\n          174.85,\n          175.17,\n          173.25,\n          173.65,\n          174.38,\n          173.85,\n          173.85,\n          175.22,\n          174.12,\n          175.26,\n          172.11,\n          173.74,\n          174.58,\n          171.86,\n          173.66,\n          174.35,\n          174.49,\n          173.07,\n          173.34,\n          171.66,\n          173.59,\n          174.64,\n          173.62,\n          175.2,\n          173.34,\n          172.76,\n          172.47,\n          174.23,\n          173.62,\n          173.34,\n          175.48,\n          175.46,\n          174.33,\n          173.3,\n          173.3,\n          174.81,\n          174.47,\n          175.69,\n          175.84,\n          174.43,\n          172.67,\n          159.73,\n          174.07,\n          173.37,\n          174.87,\n          171.48,\n          171.97,\n          175.2,\n          174.04,\n          174.78,\n          174.93,\n          163.82,\n          170.5,\n          157.24,\n          142.73,\n          157.63,\n          157.96,\n          157.15,\n          156.56,\n          156.34,\n          80.51,\n          84.4,\n          81.79,\n          79.1,\n          99.38,\n          92.73,\n          80.78,\n          82.25,\n          140.14,\n          145.16,\n          86.29,\n          114.14,\n          145.97,\n          131.52,\n          145.59,\n          79.04,\n          102.11,\n          143.4,\n          158.22,\n          81.5,\n          130.19,\n          105.12,\n          18.8,\n          13.72,\n          9.51,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_steam.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_steam\",\n      \"code\": \"gas_steam\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2.0153,\n          1.9673,\n          1.9193,\n          1.9673,\n          1.9673,\n          2.0153,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          2.0633,\n          1.9193,\n          1.9193,\n          1.8714,\n          2.0633,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9673,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.8714,\n          2.0633,\n          2.0153,\n          1.9193,\n          1.9193,\n          1.9673,\n          2.0633,\n          2.0633,\n          1.9193,\n          1.9673,\n          1.9193,\n          1.9193,\n          2.0633,\n          2.927,\n          2.927,\n          3.2629,\n          2.879,\n          2.927,\n          2.927,\n          2.879,\n          2.783,\n          2.927,\n          2.975,\n          2.927,\n          3.0709,\n          3.2149,\n          3.2149,\n          3.1189,\n          2.879,\n          2.927,\n          3.023,\n          3.1189,\n          2.927,\n          3.1669,\n          3.0709,\n          2.831,\n          3.2149,\n          3.1669,\n          3.2629,\n          3.9826,\n          4.8463,\n          5.3741,\n          5.3262,\n          6.3818,\n          7.2455,\n          8.2052,\n          8.2531,\n          8.2531,\n          8.2052,\n          8.781,\n          7.9652,\n          8.0132,\n          8.685,\n          8.2531,\n          7.6773,\n          6.9096,\n          6.2378,\n          5.2782,\n          5.806,\n          4.8943,\n          3.9826,\n          2.831,\n          3.023,\n          2.831,\n          2.831,\n          2.7351,\n          3.023,\n          3.023,\n          2.7351,\n          2.879,\n          2.927,\n          2.7351,\n          2.831,\n          2.2072,\n          1.9193,\n          1.9193,\n          1.9193,\n          1.9673,\n          2.0633,\n          2.0633,\n          2.0153,\n          1.9193,\n          2.0633,\n          1.9193,\n          1.9193,\n          2.1113,\n          1.9673,\n          1.9193,\n          2.1113,\n          2.1113,\n          1.9193,\n          2.0633,\n          2.1113,\n          2.1593,\n          2.0153,\n          1.9193,\n          2.0633,\n          2.1113,\n          2.1113,\n          2.0633,\n          1.9193,\n          2.1593,\n          1.9193,\n          1.9193,\n          2.0153,\n          1.9193,\n          1.9193,\n          1.9193,\n          2.1113,\n          2.2552,\n          2.1593,\n          2.1113,\n          2.2072,\n          2.0633,\n          2.0153,\n          1.9673,\n          1.9193,\n          1.9193,\n          1.9193,\n          2.1113,\n          1.8714,\n          2.1593,\n          1.8714,\n          1.9193,\n          2.0633,\n          2.1113,\n          1.9673,\n          1.9193,\n          1.9673,\n          1.9193,\n          2.2072,\n          2.1593,\n          1.9193,\n          2.7351,\n          2.7351,\n          2.7351,\n          2.783,\n          3.023,\n          3.0709,\n          2.783,\n          3.2149,\n          3.5508,\n          2.831,\n          2.879,\n          2.6871,\n          2.831,\n          3.023,\n          3.0709,\n          3.023,\n          3.4548,\n          3.1189,\n          3.8387,\n          3.3109,\n          4.1266,\n          5.0383,\n          6.0459,\n          5.9979,\n          6.8136,\n          7.9173,\n          8.9249,\n          9.5487,\n          9.5967,\n          9.5487,\n          9.3088,\n          9.5007,\n          9.5007,\n          9.5487,\n          9.5007,\n          9.5007,\n          9.4527,\n          9.5487,\n          9.4527,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5487,\n          9.5487,\n          9.4527,\n          9.4527,\n          9.4527,\n          9.5007,\n          9.4527,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.4527,\n          9.5007,\n          9.4527,\n          9.4527,\n          9.4527,\n          9.5487,\n          9.5007,\n          9.5007,\n          9.5967,\n          9.5487,\n          9.5007,\n          9.5007,\n          9.4047,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5487,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          9.5007,\n          8.589,\n          9.4047,\n          9.5487,\n          8.9729,\n          8.1092,\n          8.637,\n          9.0689,\n          8.1092,\n          8.8769,\n          9.5967,\n          9.5487,\n          8.541,\n          7.6773,\n          6.6217,\n          5.5661,\n          4.7504,\n          3.5028,\n          3.0709,\n          2.879,\n          3.023,\n          2.975,\n          3.5508,\n          4.5584,\n          3.8387,\n          2.927,\n          4.0306,\n          3.1189,\n          3.9346,\n          3.2149,\n          3.2149,\n          2.831,\n          3.9346,\n          3.1189,\n          3.023,\n          3.0709,\n          3.1189,\n          2.879,\n          2.927,\n          2.879,\n          2.879,\n          2.879,\n          3.023,\n          2.927,\n          2.975,\n          2.879,\n          2.975,\n          2.927,\n          3.0709\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_steam.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_steam\",\n      \"code\": \"gas_steam\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048,\n          0.048\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.gas_steam.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_steam\",\n      \"code\": \"gas_steam\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          42.0,\n          41.0,\n          40.0,\n          41.0,\n          41.0,\n          42.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          43.0,\n          40.0,\n          40.0,\n          39.0,\n          43.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          41.0,\n          40.0,\n          40.0,\n          40.0,\n          40.0,\n          39.0,\n          43.0,\n          42.0,\n          40.0,\n          40.0,\n          41.0,\n          43.0,\n          43.0,\n          40.0,\n          41.0,\n          40.0,\n          40.0,\n          43.0,\n          61.0,\n          61.0,\n          68.0,\n          60.0,\n          61.0,\n          61.0,\n          60.0,\n          58.0,\n          61.0,\n          62.0,\n          61.0,\n          64.0,\n          67.0,\n          67.0,\n          65.0,\n          60.0,\n          61.0,\n          63.0,\n          65.0,\n          61.0,\n          66.0,\n          64.0,\n          59.0,\n          67.0,\n          66.0,\n          68.0,\n          83.0,\n          101.0,\n          112.0,\n          111.0,\n          133.0,\n          151.0,\n          171.0,\n          172.0,\n          172.0,\n          171.0,\n          183.0,\n          166.0,\n          167.0,\n          181.0,\n          172.0,\n          160.0,\n          144.0,\n          130.0,\n          110.0,\n          121.0,\n          102.0,\n          83.0,\n          59.0,\n          63.0,\n          59.0,\n          59.0,\n          57.0,\n          63.0,\n          63.0,\n          57.0,\n          60.0,\n          61.0,\n          57.0,\n          59.0,\n          46.0,\n          40.0,\n          40.0,\n          40.0,\n          41.0,\n          43.0,\n          43.0,\n          42.0,\n          40.0,\n          43.0,\n          40.0,\n          40.0,\n          44.0,\n          41.0,\n          40.0,\n          44.0,\n          44.0,\n          40.0,\n          43.0,\n          44.0,\n          45.0,\n          42.0,\n          40.0,\n          43.0,\n          44.0,\n          44.0,\n          43.0,\n          40.0,\n          45.0,\n          40.0,\n          40.0,\n          42.0,\n          40.0,\n          40.0,\n          40.0,\n          44.0,\n          47.0,\n          45.0,\n          44.0,\n          46.0,\n          43.0,\n          42.0,\n          41.0,\n          40.0,\n          40.0,\n          40.0,\n          44.0,\n          39.0,\n          45.0,\n          39.0,\n          40.0,\n          43.0,\n          44.0,\n          41.0,\n          40.0,\n          41.0,\n          40.0,\n          46.0,\n          45.0,\n          40.0,\n          57.0,\n          57.0,\n          57.0,\n          58.0,\n          63.0,\n          64.0,\n          58.0,\n          67.0,\n          74.0,\n          59.0,\n          60.0,\n          56.0,\n          59.0,\n          63.0,\n          64.0,\n          63.0,\n          72.0,\n          65.0,\n          80.0,\n          69.0,\n          86.0,\n          105.0,\n          126.0,\n          125.0,\n          142.0,\n          165.0,\n          186.0,\n          199.0,\n          200.0,\n          199.0,\n          194.0,\n          198.0,\n          198.0,\n          199.0,\n          198.0,\n          198.0,\n          197.0,\n          199.0,\n          197.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          199.0,\n          199.0,\n          197.0,\n          197.0,\n          197.0,\n          198.0,\n          197.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          197.0,\n          198.0,\n          197.0,\n          197.0,\n          197.0,\n          199.0,\n          198.0,\n          198.0,\n          200.0,\n          199.0,\n          198.0,\n          198.0,\n          196.0,\n          198.0,\n          198.0,\n          198.0,\n          199.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          198.0,\n          179.0,\n          196.0,\n          199.0,\n          187.0,\n          169.0,\n          180.0,\n          189.0,\n          169.0,\n          185.0,\n          200.0,\n          199.0,\n          178.0,\n          160.0,\n          138.0,\n          116.0,\n          99.0,\n          73.0,\n          64.0,\n          60.0,\n          63.0,\n          62.0,\n          74.0,\n          95.0,\n          80.0,\n          61.0,\n          84.0,\n          65.0,\n          82.0,\n          67.0,\n          67.0,\n          59.0,\n          82.0,\n          65.0,\n          63.0,\n          64.0,\n          65.0,\n          60.0,\n          61.0,\n          60.0,\n          60.0,\n          60.0,\n          63.0,\n          61.0,\n          62.0,\n          60.0,\n          62.0,\n          61.0,\n          64.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.imports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2.4162,\n          1.1449,\n          2.6292,\n          1.8896,\n          2.0961,\n          3.3336,\n          5.7585,\n          7.1475,\n          5.4308,\n          6.0439,\n          6.9061,\n          6.8838,\n          6.0445,\n          3.9353,\n          6.3006,\n          3.0837,\n          5.9251,\n          1.9574,\n          4.5607,\n          5.6549,\n          8.1763,\n          7.5845,\n          8.1486,\n          6.712,\n          8.2618,\n          5.5635,\n          6.9301,\n          6.6465,\n          6.819,\n          5.9388,\n          6.3744,\n          6.348,\n          5.8412,\n          4.9167,\n          4.716,\n          6.6674,\n          6.7564,\n          7.7296,\n          6.9771,\n          7.2766,\n          8.5823,\n          7.1504,\n          7.8861,\n          9.4207,\n          8.4869,\n          7.5554,\n          8.5662,\n          9.4151,\n          8.5421,\n          8.0589,\n          9.3675,\n          10.3337,\n          9.8302,\n          8.4351,\n          9.6633,\n          11.9764,\n          10.8327,\n          12.2129,\n          11.5154,\n          11.1299,\n          11.1676,\n          11.3145,\n          9.6975,\n          10.375,\n          8.4076,\n          8.8462,\n          7.998,\n          8.3862,\n          7.9298,\n          0.5912,\n          9.6069,\n          8.5803,\n          9.9369,\n          8.2626,\n          10.1464,\n          12.5575,\n          13.4239,\n          13.2708,\n          12.2375,\n          11.9309,\n          13.0034,\n          12.3129,\n          12.6501,\n          12.0094,\n          12.1719,\n          13.4419,\n          13.5734,\n          13.5409,\n          13.3236,\n          12.6848,\n          9.7746,\n          11.5033,\n          11.6936,\n          16.6624,\n          13.7925,\n          14.8985,\n          16.2323,\n          16.803,\n          15.4585,\n          17.2654,\n          16.3308,\n          13.8896,\n          15.7202,\n          13.3841,\n          14.9367,\n          15.7877,\n          13.0282,\n          15.097,\n          13.9022,\n          15.7106,\n          13.9645,\n          14.5867,\n          15.2148,\n          12.9255,\n          13.4306,\n          14.0324,\n          10.6331,\n          11.2412,\n          11.4314,\n          11.2242,\n          11.0848,\n          9.5916,\n          12.2322,\n          12.6032,\n          12.3524,\n          10.2424,\n          7.5086,\n          5.3872,\n          6.0979,\n          5.0438,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.5397,\n          1.3433,\n          1.9395,\n          0.0,\n          0.0,\n          0.0,\n          0.1409,\n          1.0414,\n          0.7923,\n          4.9963,\n          7.241,\n          8.7265,\n          13.184,\n          9.4165,\n          11.2905,\n          9.7084,\n          8.3802,\n          7.7663,\n          8.0587,\n          8.9847,\n          8.7871,\n          10.1477,\n          6.861,\n          8.3377,\n          6.7817,\n          6.19,\n          5.2122,\n          6.0324,\n          3.7249,\n          5.0137,\n          3.0129,\n          5.0596,\n          5.6176,\n          4.2407,\n          6.0336,\n          7.2237,\n          5.7817,\n          7.3884,\n          7.2638,\n          7.6377,\n          5.6996,\n          7.482,\n          7.0728,\n          15.2201,\n          14.072,\n          13.8507,\n          15.0956,\n          14.7961,\n          15.5098,\n          16.2083,\n          15.3745,\n          15.2614,\n          17.3378,\n          16.2466,\n          16.1504,\n          12.2149,\n          13.8617,\n          18.5795,\n          19.0354,\n          19.7322,\n          17.4614,\n          18.6468,\n          21.5036,\n          18.7702,\n          15.7612,\n          17.8995,\n          15.7625,\n          17.4908,\n          16.8678,\n          17.7748,\n          17.6736,\n          18.2098,\n          19.1633,\n          18.7913,\n          17.8186,\n          17.4555,\n          17.3993,\n          20.6465,\n          21.8144,\n          22.6959,\n          35.6988,\n          35.9558,\n          36.2924,\n          36.5704,\n          34.6296,\n          34.7011,\n          35.049,\n          37.1214,\n          36.6541,\n          37.4198,\n          36.6648,\n          34.4758,\n          35.3253,\n          36.9348,\n          36.5546,\n          38.3323,\n          37.4779,\n          37.7116,\n          37.0242,\n          36.4789,\n          38.7221,\n          38.0816,\n          38.3122,\n          38.7231,\n          37.8118,\n          37.014,\n          36.8052,\n          37.5301,\n          34.8001,\n          36.9445,\n          39.6555,\n          41.1305,\n          37.9304,\n          37.4643,\n          37.4011,\n          36.7598,\n          36.6835,\n          39.1593,\n          38.5815,\n          38.6081,\n          37.6933,\n          38.9963,\n          37.3463,\n          40.9962,\n          39.3799,\n          41.5835,\n          40.4876\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.imports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.5031,\n          0.5062,\n          0.5009,\n          0.5034,\n          0.5121,\n          0.5233,\n          0.5072,\n          0.4883,\n          0.5065,\n          0.5064,\n          0.5066,\n          0.5121,\n          0.5123,\n          0.5213,\n          0.5042,\n          0.5172,\n          0.5108,\n          0.525,\n          0.5149,\n          0.5196,\n          0.5217,\n          0.5102,\n          0.5093,\n          0.5218,\n          0.5113,\n          0.5154,\n          0.5111,\n          0.5149,\n          0.5129,\n          0.5231,\n          0.5268,\n          0.5316,\n          0.5308,\n          0.5317,\n          0.5322,\n          0.5341,\n          0.5319,\n          0.5325,\n          0.533,\n          0.5359,\n          0.5404,\n          0.5442,\n          0.55,\n          0.5545,\n          0.5586,\n          0.609,\n          0.6135,\n          0.6152,\n          0.6185,\n          0.6149,\n          0.6142,\n          0.6176,\n          0.6271,\n          0.6316,\n          0.6378,\n          0.6511,\n          0.652,\n          0.6514,\n          0.6597,\n          0.6422,\n          0.6475,\n          0.6628,\n          0.6642,\n          0.6686,\n          0.6711,\n          0.6795,\n          0.683,\n          0.6798,\n          0.6855,\n          0.6883,\n          0.6909,\n          0.6942,\n          0.6945,\n          0.683,\n          0.6872,\n          0.6853,\n          0.6836,\n          0.687,\n          0.6887,\n          0.6976,\n          0.6911,\n          0.6868,\n          0.6824,\n          0.6853,\n          0.6833,\n          0.6843,\n          0.6848,\n          0.684,\n          0.6815,\n          0.6813,\n          0.679,\n          0.6759,\n          0.6745,\n          0.6662,\n          0.6652,\n          0.6737,\n          0.6708,\n          0.6673,\n          0.6638,\n          0.6538,\n          0.6512,\n          0.6552,\n          0.6475,\n          0.6473,\n          0.6302,\n          0.6419,\n          0.6291,\n          0.6233,\n          0.628,\n          0.617,\n          0.6206,\n          0.5955,\n          0.6019,\n          0.601,\n          0.5834,\n          0.5756,\n          0.5683,\n          0.5632,\n          0.5627,\n          0.5626,\n          0.5513,\n          0.5626,\n          0.5677,\n          0.5723,\n          0.5809,\n          0.5645,\n          0.5604,\n          0.5569,\n          0.5733,\n          0.5899,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.6929,\n          0.6972,\n          0.7082,\n          0.0,\n          0.0,\n          0.0,\n          0.7421,\n          0.7539,\n          0.7575,\n          0.764,\n          0.7763,\n          0.7702,\n          0.7555,\n          0.7537,\n          0.7694,\n          0.7716,\n          0.7687,\n          0.778,\n          0.7748,\n          0.7739,\n          0.7695,\n          0.7746,\n          0.7835,\n          0.7714,\n          0.7681,\n          0.7627,\n          0.75,\n          0.7385,\n          0.7299,\n          0.7259,\n          0.7328,\n          0.7177,\n          0.7216,\n          0.7087,\n          0.7112,\n          0.7083,\n          0.7181,\n          0.7354,\n          0.7267,\n          0.741,\n          0.7453,\n          0.7419,\n          0.7471,\n          0.7548,\n          0.7505,\n          0.7633,\n          0.7711,\n          0.7747,\n          0.7723,\n          0.7735,\n          0.7773,\n          0.7735,\n          0.7741,\n          0.7807,\n          0.7792,\n          0.786,\n          0.7841,\n          0.7823,\n          0.7815,\n          0.7808,\n          0.786,\n          0.7988,\n          0.7968,\n          0.8023,\n          0.8121,\n          0.8165,\n          0.8202,\n          0.818,\n          0.8201,\n          0.8198,\n          0.8254,\n          0.8357,\n          0.8253,\n          0.827,\n          0.8268,\n          0.8336,\n          0.8386,\n          0.8402,\n          0.8147,\n          0.8125,\n          0.8143,\n          0.8168,\n          0.8188,\n          0.823,\n          0.8238,\n          0.8254,\n          0.8272,\n          0.8283,\n          0.8294,\n          0.8328,\n          0.8411,\n          0.8407,\n          0.8373,\n          0.8377,\n          0.84,\n          0.8429,\n          0.8433,\n          0.8407,\n          0.8428,\n          0.8501,\n          0.8478,\n          0.8485,\n          0.8494,\n          0.8445,\n          0.8621,\n          0.8581,\n          0.8599,\n          0.8566,\n          0.8516,\n          0.8474,\n          0.8411,\n          0.8347,\n          0.839,\n          0.8384,\n          0.8609,\n          0.8622,\n          0.8531,\n          0.8475,\n          0.8461,\n          0.8417,\n          0.8367,\n          0.8465,\n          0.8487,\n          0.8497,\n          0.8471,\n          0.8403,\n          0.8398\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.imports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          57.6331,\n          27.1397,\n          62.9826,\n          45.0467,\n          49.1213,\n          76.4374,\n          136.2296,\n          175.6356,\n          128.668,\n          143.2324,\n          163.6015,\n          161.3074,\n          141.5873,\n          90.5821,\n          149.9486,\n          71.5511,\n          139.1966,\n          44.742,\n          106.2841,\n          130.5999,\n          188.0661,\n          178.3934,\n          192.0023,\n          154.3552,\n          193.8912,\n          129.5357,\n          162.6998,\n          154.9109,\n          159.5306,\n          136.2461,\n          145.188,\n          143.2964,\n          132.0531,\n          110.9689,\n          106.3362,\n          149.8117,\n          152.4171,\n          174.1898,\n          157.0909,\n          162.9282,\n          190.5881,\n          157.6603,\n          172.0539,\n          203.8656,\n          182.3122,\n          148.8835,\n          167.5561,\n          183.6556,\n          165.7222,\n          157.2713,\n          183.0265,\n          200.7956,\n          188.0994,\n          160.2548,\n          181.8224,\n          220.7412,\n          199.3726,\n          224.9706,\n          209.4526,\n          207.9779,\n          206.9695,\n          204.8447,\n          175.2048,\n          186.2096,\n          150.3455,\n          156.2353,\n          140.5273,\n          148.0345,\n          138.8121,\n          10.3076,\n          166.8498,\n          148.3163,\n          171.6927,\n          145.165,\n          177.1791,\n          219.8774,\n          235.6614,\n          231.7972,\n          213.2196,\n          205.2251,\n          225.7739,\n          215.1287,\n          222.4579,\n          210.3063,\n          213.7739,\n          235.7115,\n          237.8638,\n          237.5696,\n          234.6143,\n          223.4164,\n          172.7516,\n          204.2239,\n          208.0561,\n          300.1216,\n          248.8167,\n          265.3894,\n          290.3985,\n          302.1589,\n          279.4744,\n          316.8859,\n          300.9223,\n          254.375,\n          291.3378,\n          248.1329,\n          284.4265,\n          295.157,\n          248.5279,\n          290.6379,\n          265.6482,\n          305.5318,\n          270.0256,\n          293.9384,\n          303.3391,\n          258.0621,\n          276.2495,\n          292.5639,\n          224.5425,\n          239.4997,\n          243.7844,\n          239.4056,\n          241.2756,\n          204.5978,\n          258.5737,\n          264.2756,\n          255.1932,\n          217.7426,\n          160.7823,\n          116.0907,\n          127.6484,\n          102.5971,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          9.3464,\n          23.1209,\n          32.8646,\n          0.0,\n          0.0,\n          0.0,\n          2.278,\n          16.5771,\n          12.5507,\n          78.472,\n          111.9245,\n          135.9549,\n          209.4181,\n          149.9236,\n          176.0858,\n          150.9902,\n          130.8292,\n          119.7949,\n          124.817,\n          139.3116,\n          137.0273,\n          157.2088,\n          105.0789,\n          129.7054,\n          105.9439,\n          97.3854,\n          83.399,\n          98.0262,\n          61.2437,\n          82.8776,\n          49.335,\n          84.594,\n          93.4195,\n          71.8091,\n          101.8074,\n          122.3831,\n          96.6229,\n          120.5582,\n          119.9537,\n          123.6886,\n          91.7702,\n          121.027,\n          113.6037,\n          241.9574,\n          224.9905,\n          217.7638,\n          234.9259,\n          229.2011,\n          240.9756,\n          251.4495,\n          237.3501,\n          236.7745,\n          268.7674,\n          249.7201,\n          248.7191,\n          186.4964,\n          212.1323,\n          285.0005,\n          292.3009,\n          303.273,\n          266.5956,\n          280.1192,\n          323.8376,\n          280.7535,\n          232.8926,\n          263.0677,\n          230.6159,\n          256.5757,\n          246.83,\n          260.1781,\n          256.9367,\n          261.4697,\n          278.6288,\n          272.656,\n          258.6133,\n          251.2681,\n          248.9903,\n          294.8807,\n          321.2987,\n          335.1924,\n          526.1102,\n          528.2437,\n          531.9087,\n          533.2412,\n          504.4379,\n          504.4813,\n          508.4383,\n          537.8115,\n          530.2904,\n          539.1643,\n          523.1193,\n          492.0983,\n          506.2787,\n          529.0983,\n          522.2326,\n          545.7303,\n          533.2986,\n          538.2681,\n          527.1574,\n          514.9528,\n          548.0549,\n          538.5795,\n          541.2673,\n          550.2652,\n          526.3211,\n          517.5931,\n          513.5956,\n          525.7537,\n          490.3467,\n          523.1498,\n          565.7413,\n          591.3437,\n          542.5186,\n          536.2167,\n          521.3294,\n          511.6078,\n          516.0186,\n          554.4525,\n          547.2187,\n          550.414,\n          540.6063,\n          552.8062,\n          528.0669,\n          579.0005,\n          557.8435,\n          593.8308,\n          578.5596\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.3632,\n          0.7263,\n          1.0895,\n          1.4527,\n          1.8158,\n          2.179,\n          9.8207,\n          17.4623,\n          25.104,\n          32.7457,\n          40.3873,\n          48.029,\n          66.369,\n          84.709,\n          103.049,\n          121.389,\n          139.729,\n          158.069,\n          185.1843,\n          212.2997,\n          239.415,\n          266.5303,\n          293.6457,\n          320.761,\n          347.4313,\n          374.1017,\n          400.772,\n          427.4423,\n          454.1127,\n          480.783,\n          505.0487,\n          529.3143,\n          553.58,\n          577.8457,\n          602.1113,\n          626.377,\n          644.7585,\n          663.14,\n          681.5215,\n          699.903,\n          718.2845,\n          736.666,\n          750.9813,\n          765.2967,\n          779.612,\n          793.9273,\n          808.2427,\n          822.558,\n          854.5892,\n          886.6203,\n          918.6515,\n          950.6827,\n          982.7138,\n          1014.745,\n          1033.9392,\n          1053.1333,\n          1072.3275,\n          1091.5217,\n          1110.7158,\n          1129.91,\n          1137.322,\n          1144.734,\n          1152.146,\n          1159.558,\n          1166.97,\n          1174.382,\n          1174.4155,\n          1174.449,\n          1174.4825,\n          1174.516,\n          1174.5495,\n          1174.583,\n          1167.164,\n          1159.745,\n          1152.326,\n          1144.907,\n          1137.488,\n          1130.069,\n          1119.7632,\n          1109.4573,\n          1099.1515,\n          1088.8457,\n          1078.5398,\n          1068.234,\n          1056.223,\n          1044.212,\n          1032.201,\n          1020.19,\n          1008.179,\n          996.168,\n          976.0933,\n          956.0187,\n          935.944,\n          915.8693,\n          895.7947,\n          875.72,\n          847.1933,\n          818.6667,\n          790.14,\n          761.6133,\n          733.0867,\n          704.56,\n          673.4747,\n          642.3893,\n          611.304,\n          580.2187,\n          549.1333,\n          518.048,\n          487.0925,\n          456.137,\n          425.1815,\n          394.226,\n          363.2705,\n          332.315,\n          300.0045,\n          267.694,\n          235.3835,\n          203.073,\n          170.7625,\n          138.452,\n          118.5157,\n          98.5793,\n          78.643,\n          58.7067,\n          38.7703,\n          18.834,\n          15.695,\n          12.556,\n          9.417,\n          6.278,\n          3.139,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      },\n      \"forecast\": {\n        \"start\": \"2025-07-30T01:45:00+10:00\",\n        \"last\": \"2025-07-31T01:45:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          11.4743,\n          22.9487,\n          34.423,\n          45.8973,\n          57.3717,\n          68.846,\n          94.5558,\n          120.2657,\n          145.9755,\n          171.6853,\n          197.3952,\n          223.105,\n          253.2532,\n          283.4013,\n          313.5495,\n          343.6977,\n          373.8458,\n          403.994,\n          435.2218,\n          466.4497,\n          497.6775,\n          528.9053,\n          560.1332,\n          591.361,\n          619.4325,\n          647.504,\n          675.5755,\n          703.647,\n          731.7185,\n          759.79,\n          782.625,\n          805.46,\n          828.295,\n          851.13,\n          873.965,\n          896.8,\n          914.2915,\n          931.783,\n          949.2745,\n          966.766,\n          984.2575,\n          1001.749,\n          1012.0878,\n          1022.4267,\n          1032.7655,\n          1043.1043,\n          1053.4432,\n          1063.782,\n          1066.9947,\n          1070.2073,\n          1073.42,\n          1076.6327,\n          1079.8453,\n          1083.058,\n          1080.8358,\n          1078.6137,\n          1076.3915,\n          1074.1693,\n          1071.9472,\n          1069.725,\n          1062.2727,\n          1054.8203,\n          1047.368,\n          1039.9157,\n          1032.4633,\n          1025.011,\n          1014.1303,\n          1003.2497,\n          992.369,\n          981.4883,\n          970.6077,\n          959.727,\n          944.946,\n          930.165,\n          915.384,\n          900.603,\n          885.822,\n          871.041,\n          854.8932,\n          838.7453,\n          822.5975,\n          806.4497,\n          790.3018,\n          774.154,\n          756.6393,\n          739.1247,\n          721.61,\n          704.0953,\n          686.5807,\n          669.066,\n          647.86,\n          626.654,\n          605.448,\n          584.242,\n          563.036,\n          541.83,\n          517.7742,\n          493.7183,\n          469.6625,\n          445.6067,\n          421.5508,\n          397.495,\n          372.6795,\n          347.864,\n          323.0485,\n          298.233,\n          273.4175,\n          248.602,\n          224.938,\n          201.274,\n          177.61,\n          153.946,\n          130.282,\n          106.618,\n          91.5255,\n          76.433,\n          61.3405,\n          46.248,\n          31.1555,\n          16.063,\n          13.3858,\n          10.7087,\n          8.0315,\n          5.3543,\n          2.6772,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.solar_utility.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_utility\",\n      \"code\": \"solar_utility\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.02,\n          0.408,\n          1.147,\n          3.6123,\n          7.1113,\n          12.0795,\n          20.1316,\n          34.2626,\n          45.2336,\n          59.6561,\n          75.5325,\n          95.0253,\n          120.5211,\n          136.7632,\n          159.3834,\n          177.4472,\n          198.8304,\n          222.6429,\n          242.8287,\n          264.2162,\n          282.3548,\n          297.4718,\n          318.716,\n          333.4202,\n          347.5958,\n          356.9311,\n          359.0946,\n          363.9835,\n          376.3062,\n          376.5474,\n          373.6047,\n          379.6452,\n          384.6131,\n          392.0232,\n          400.7628,\n          403.3545,\n          404.3201,\n          408.9252,\n          411.3581,\n          413.9936,\n          413.4359,\n          391.2826,\n          408.9791,\n          411.6376,\n          418.8537,\n          423.3701,\n          404.9925,\n          423.4111,\n          413.8965,\n          416.254,\n          398.219,\n          398.4086,\n          341.7571,\n          428.3579,\n          392.7171,\n          432.0082,\n          408.8001,\n          372.8688,\n          412.8893,\n          437.4579,\n          422.4804,\n          387.194,\n          416.2083,\n          328.9719,\n          381.8844,\n          400.4942,\n          360.3523,\n          361.2619,\n          418.6007,\n          312.5032,\n          281.326,\n          288.0619,\n          382.3815,\n          363.4651,\n          370.5465,\n          362.0234,\n          375.9294,\n          305.285,\n          289.5427,\n          379.4782,\n          297.1916,\n          395.3324,\n          396.3607,\n          407.8915,\n          416.9557,\n          413.2341,\n          381.1852,\n          390.6151,\n          437.7207,\n          298.5809,\n          300.9322,\n          328.4054,\n          411.576,\n          367.6176,\n          357.1152,\n          362.8392,\n          313.0091,\n          306.669,\n          323.294,\n          318.9645,\n          347.4194,\n          315.8771,\n          301.2726,\n          296.3597,\n          274.9547,\n          278.9792,\n          299.5206,\n          273.5759,\n          255.1344,\n          231.844,\n          210.7094,\n          185.6336,\n          163.394,\n          139.4163,\n          117.2723,\n          102.7366,\n          83.3261,\n          64.4196,\n          48.2403,\n          35.105,\n          23.3076,\n          13.5664,\n          7.135,\n          3.5099,\n          1.511,\n          0.411,\n          0.008,\n          0.008,\n          0.008,\n          0.008,\n          0.008,\n          0.008,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1422.545,\n          1408.7917,\n          1385.5851,\n          1412.228,\n          1397.5955,\n          1321.8516,\n          1296.5468,\n          1280.351,\n          1267.9622,\n          1247.2572,\n          1259.1316,\n          1283.931,\n          1328.6755,\n          1345.1468,\n          1340.1685,\n          1341.9187,\n          1354.9598,\n          1361.6111,\n          1364.6444,\n          1356.1177,\n          1293.3632,\n          1253.6981,\n          1263.2113,\n          1255.5136,\n          1249.0813,\n          1242.1754,\n          1232.6319,\n          1213.9908,\n          1201.0397,\n          1195.4965,\n          1187.5913,\n          1194.7307,\n          1223.6882,\n          1236.3532,\n          1230.0039,\n          1203.5723,\n          1175.4334,\n          1117.6085,\n          1137.4112,\n          1129.9126,\n          1110.6366,\n          1111.7089,\n          1066.5947,\n          1050.3958,\n          1043.4856,\n          1032.6822,\n          1020.9544,\n          1032.8567,\n          1063.4204,\n          1109.2284,\n          1057.7247,\n          1045.7514,\n          1061.9096,\n          1055.466,\n          1047.3211,\n          1029.4565,\n          1027.5544,\n          1043.781,\n          1054.6937,\n          1053.2437,\n          1022.1096,\n          1038.3272,\n          1048.6876,\n          1050.7601,\n          1030.1606,\n          1019.9056,\n          1018.7423,\n          1018.6719,\n          996.6017,\n          983.8461,\n          971.7712,\n          946.0172,\n          927.4729,\n          913.2742,\n          933.1897,\n          935.948,\n          937.2266,\n          963.3272,\n          975.6486,\n          957.8507,\n          940.9974,\n          915.4033,\n          895.7161,\n          859.1385,\n          861.1356,\n          814.8761,\n          789.0156,\n          762.7374,\n          740.3857,\n          747.0383,\n          765.7402,\n          787.3982,\n          800.726,\n          791.7191,\n          784.0167,\n          767.7215,\n          757.1031,\n          753.6555,\n          745.9157,\n          726.5472,\n          698.712,\n          693.286,\n          673.782,\n          660.002,\n          664.405,\n          660.1731,\n          650.9803,\n          626.6657,\n          618.7237,\n          590.3323,\n          593.81,\n          580.0825,\n          596.9642,\n          600.2196,\n          565.8046,\n          532.2413,\n          532.1332,\n          542.5191,\n          536.9887,\n          527.6133,\n          517.8707,\n          486.0173,\n          475.5273,\n          468.559,\n          467.6655,\n          470.9742,\n          499.636,\n          507.7367,\n          511.3018,\n          521.3607,\n          508.6278,\n          518.4423,\n          503.0599,\n          510.8517,\n          492.9552,\n          495.0107,\n          511.2043,\n          511.0358,\n          500.4108,\n          511.2536,\n          528.9713,\n          525.1226,\n          506.2034,\n          513.4421,\n          501.6169,\n          492.4336,\n          480.9009,\n          501.5353,\n          491.5383,\n          584.2875,\n          589.6536,\n          599.1904,\n          538.4905,\n          541.1324,\n          449.298,\n          447.152,\n          442.4993,\n          429.1503,\n          392.9637,\n          377.5758,\n          330.9941,\n          320.071,\n          284.1869,\n          263.6459,\n          252.3013,\n          226.5491,\n          214.045,\n          193.2979,\n          185.1318,\n          178.4089,\n          169.4154,\n          165.484,\n          152.9421,\n          137.5692,\n          135.5716,\n          122.4268,\n          111.0689,\n          99.167,\n          87.4483,\n          96.4346,\n          97.2347,\n          103.7985,\n          98.3498,\n          95.6237,\n          94.5547,\n          87.1815,\n          84.1237,\n          80.7427,\n          79.8719,\n          80.0816,\n          81.1151,\n          86.5624,\n          85.6103,\n          84.7364,\n          91.5369,\n          98.7347,\n          101.6387,\n          106.8513,\n          115.4586,\n          118.0553,\n          120.5872,\n          123.9784,\n          133.1902,\n          137.8895,\n          148.6408,\n          151.9749,\n          153.3556,\n          148.366,\n          151.4847,\n          161.1964,\n          162.3476,\n          178.3554,\n          191.2942,\n          199.7815,\n          226.927,\n          232.8152,\n          237.9392,\n          250.0575,\n          253.4554,\n          257.9566,\n          272.5315,\n          277.3439,\n          279.0696,\n          282.2844,\n          281.2272,\n          284.348,\n          288.7567,\n          305.1915,\n          318.1513,\n          323.4915,\n          345.0162,\n          369.2523,\n          386.7552,\n          395.3492,\n          407.1954,\n          414.1396,\n          426.0394,\n          415.0754,\n          402.2803,\n          423.6773,\n          448.0552,\n          456.7258,\n          455.0087,\n          436.6421,\n          429.2926,\n          441.8513,\n          446.5226,\n          462.8036,\n          486.4052,\n          487.3936,\n          485.3445,\n          494.612,\n          519.1162,\n          514.2375,\n          524.5537,\n          535.3494,\n          519.798,\n          544.4554,\n          545.2074,\n          533.0656,\n          536.8306,\n          552.3913,\n          555.2427,\n          557.3982,\n          560.3848,\n          567.0249,\n          575.4495,\n          576.9414,\n          605.8334,\n          637.7,\n          647.7322,\n          645.2196,\n          659.7773,\n          643.7264,\n          661.5812,\n          687.8993,\n          717.1342,\n          754.5276,\n          788.4719,\n          821.4647,\n          835.6049,\n          846.6634,\n          824.0975,\n          833.6492,\n          818.7476,\n          817.4355,\n          795.2654,\n          773.8168\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.price\",\n      \"type\": \"price\",\n      \"network\": \"nem\",\n      \"region\": \"sa1\",\n      \"data_type\": \"price\",\n      \"units\": \"AUD/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          14.06,\n          14.02,\n          13.95,\n          9.1,\n          11.47,\n          39.69,\n          32.63,\n          9.09,\n          10.34,\n          11.13,\n          13.6,\n          12.52,\n          9.1,\n          16.14,\n          10.43,\n          34.79,\n          2.07,\n          14.04,\n          10.44,\n          16.49,\n          11.07,\n          13.47,\n          9.1,\n          31.64,\n          11.09,\n          14.48,\n          13.88,\n          21.97,\n          14.4,\n          17.93,\n          14.88,\n          10.3,\n          10.29,\n          10.27,\n          26.15,\n          17.84,\n          17.44,\n          21.76,\n          24.11,\n          27.28,\n          26.69,\n          43.26,\n          71.39,\n          70.44,\n          68.9,\n          70.44,\n          55.24,\n          56.55,\n          53.83,\n          64.58,\n          70.44,\n          72.98,\n          70.44,\n          79.97,\n          96.44,\n          96.44,\n          94.0,\n          94.0,\n          82.15,\n          80.24,\n          81.51,\n          96.44,\n          107.0,\n          107.0,\n          125.0,\n          138.04,\n          139.76,\n          148.58,\n          170.44,\n          162.55,\n          151.23,\n          170.44,\n          160.97,\n          156.85,\n          170.44,\n          170.44,\n          170.44,\n          142.16,\n          170.44,\n          162.55,\n          170.44,\n          138.04,\n          138.04,\n          138.04,\n          138.0,\n          138.04,\n          138.04,\n          122.65,\n          96.44,\n          122.65,\n          96.44,\n          92.75,\n          57.52,\n          15.41,\n          66.11,\n          55.34,\n          96.44,\n          87.37,\n          68.33,\n          49.1,\n          47.59,\n          70.11,\n          0.3,\n          57.66,\n          70.44,\n          65.73,\n          65.73,\n          65.73,\n          29.15,\n          0.44,\n          28.74,\n          47.37,\n          -5.86,\n          18.38,\n          48.37,\n          6.22,\n          35.94,\n          10.84,\n          6.35,\n          5.96,\n          34.79,\n          12.15,\n          21.96,\n          -2.45,\n          5.96,\n          9.39,\n          8.35,\n          16.39,\n          0.0,\n          7.89,\n          8.23,\n          23.72,\n          19.76,\n          26.74,\n          3.84,\n          8.27,\n          28.58,\n          46.35,\n          41.81,\n          20.88,\n          -0.06,\n          38.11,\n          41.79,\n          36.25,\n          24.98,\n          11.46,\n          24.34,\n          4.13,\n          -8.5,\n          -14.25,\n          -8.5,\n          -16.0,\n          -8.5,\n          -16.0,\n          -0.01,\n          0.0,\n          0.01,\n          -9.03,\n          8.16,\n          37.7,\n          31.32,\n          33.15,\n          19.65,\n          8.41,\n          19.52,\n          37.95,\n          39.73,\n          31.61,\n          61.04,\n          99.45,\n          83.56,\n          94.0,\n          65.07,\n          94.0,\n          94.0,\n          94.0,\n          110.94,\n          99.21,\n          137.51,\n          132.51,\n          170.44,\n          170.44,\n          149.08,\n          200.02,\n          150.53,\n          159.33,\n          178.66,\n          170.44,\n          168.93,\n          167.93,\n          158.69,\n          201.02,\n          274.28,\n          222.21,\n          299.98,\n          273.06,\n          252.37,\n          197.18,\n          201.02,\n          299.98,\n          229.0,\n          215.04,\n          299.98,\n          275.98,\n          299.98,\n          307.79,\n          302.06,\n          302.06,\n          275.98,\n          275.98,\n          299.98,\n          275.98,\n          282.39,\n          278.89,\n          276.86,\n          267.14,\n          230.0,\n          280.54,\n          282.64,\n          239.05,\n          239.05,\n          170.44,\n          181.43,\n          282.04,\n          275.98,\n          275.98,\n          275.98,\n          275.98,\n          174.12,\n          230.0,\n          187.19,\n          177.77,\n          177.77,\n          177.77,\n          177.77,\n          190.19,\n          177.77,\n          170.45,\n          175.0,\n          138.04,\n          143.36,\n          149.0,\n          138.16,\n          138.0,\n          138.04,\n          138.42,\n          138.0,\n          149.0,\n          227.32,\n          178.7,\n          170.44,\n          139.58,\n          124.0,\n          138.0,\n          116.66,\n          132.36,\n          138.0,\n          138.0,\n          109.16,\n          110.54,\n          138.04,\n          149.0,\n          138.0,\n          138.0,\n          220.0,\n          138.0,\n          178.7,\n          124.0,\n          138.0,\n          138.0,\n          149.0,\n          108.92,\n          138.0,\n          138.0,\n          124.0,\n          220.59,\n          107.0,\n          107.0,\n          96.44,\n          79.05,\n          70.45,\n          89.08,\n          60.76,\n          96.44,\n          70.44,\n          107.0,\n          96.44,\n          96.44\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.sa1.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"023000\",\n      \"network\": \"nem\",\n      \"region\": \"SA1\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:30:00+10:00\",\n        \"last\": \"2025-07-24T01:00:00+10:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          9.4,\n          8.4,\n          7.6,\n          7.6,\n          7.6,\n          7.6,\n          6.9,\n          8.1,\n          8.1,\n          8.1,\n          8.1,\n          7.8,\n          8.1,\n          7.8,\n          8.0,\n          8.5,\n          9.2,\n          10.3,\n          11.1,\n          11.9,\n          12.4,\n          12.8,\n          13.1,\n          13.7,\n          14.0,\n          13.6,\n          13.8,\n          14.3,\n          14.3,\n          14.4,\n          14.2,\n          14.1,\n          13.2,\n          12.1,\n          11.4,\n          11.1,\n          10.8,\n          10.6,\n          10.5,\n          10.1,\n          10.0,\n          9.6,\n          8.9,\n          8.6,\n          8.6,\n          9.1,\n          8.9,\n          8.8\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-SA.v4.json",
    "content": "{\n  \"version\": \"4.4.5\",\n  \"created_at\": \"2025-07-30T01:46:11+10:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"NEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2025-07-23T01:45:00+10:00\",\n      \"date_end\": \"2025-07-24T01:40:00+10:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_SA1|BATTERY_CHARGING\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"BATTERY_CHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              9.0216\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              13.1284\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              29.2093\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              45.143\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              20.7881\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.6218\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              96.4273\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              158.9846\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              57.9883\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              95.9267\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              128.5257\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              144.3445\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              159.2159\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              61.6838\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              193.765\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              46.4055\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              208.7813\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              67.0641\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              163.146\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              206.0045\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              232.9207\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              94.0323\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              141.5513\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              59.0757\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              109.2448\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              16.6703\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              68.9803\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              14.9414\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              15.823\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              1.413\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.9214\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              9.133\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              4.3929\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.9605\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              2.1993\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              50.8547\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              16.72\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              11.2906\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              9.8287\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              9.0904\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              41.7971\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              1.6158\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              14.3588\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              52.7015\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              3.2204\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              1.1201\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              3.3478\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              12.326\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              3.268\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              3.531\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              5.7059\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              8.0056\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              8.0704\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              8.2101\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              8.3122\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              11.0478\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              13.6707\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              12.9088\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              10.8671\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              10.7343\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              11.1737\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              9.47\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              10.9884\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              11.1493\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              8.4239\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.4354\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.4992\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              1.137\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.9508\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.516\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.7711\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.3725\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.4833\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              1.0407\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.5473\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.5583\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              2.8036\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.6171\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              1.5483\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              1.775\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.5841\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              1.1192\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              1.3581\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.8554\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              1.0854\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              2.9209\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              0.7703\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              10.8924\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              1.7058\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              0.6258\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              0.6877\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              0.7161\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              1.424\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              6.5943\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              0.5848\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              28.1568\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              42.8411\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              98.7252\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              81.3876\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              133.305\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              138.0461\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              46.0855\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              102.4236\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.8001\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              79.4988\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              150.1381\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              93.1436\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              133.8733\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              96.6683\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              162.2197\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              106.4384\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              137.2471\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              180.7685\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              56.7916\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              99.1579\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              136.4046\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              61.2965\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              153.8945\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              156.598\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              185.6486\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              196.9225\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              166.5691\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              243.6457\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              272.0735\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              191.8676\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              208.4043\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              137.4042\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              104.5914\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              150.7096\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              110.6011\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              150.8567\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              266.2793\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              210.0757\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              215.1318\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              202.4343\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              157.4549\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              96.4057\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              116.4184\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              124.5689\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              102.5296\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              81.1954\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              146.1172\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              100.3809\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              127.1665\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              132.0086\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              129.8879\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              193.1478\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              144.0944\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              278.4922\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              229.006\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              313.2799\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              371.7039\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              248.4908\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              181.8304\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              166.979\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              252.3573\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              222.033\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              194.5696\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              59.1494\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              47.184\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              52.9393\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              200.7887\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              171.3882\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              175.2748\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              52.7967\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              37.745\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              40.371\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              37.2495\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              51.943\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.36\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              25.4904\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              46.4428\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              96.8863\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              175.9436\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              75.6107\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              83.9688\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              3.6785\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              5.694\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              5.6497\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.35\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              2.187\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              0.4549\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              0.3757\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.339\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.5146\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              0.6201\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.5247\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.36\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.8902\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.3797\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.4581\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.375\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.375\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.365\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.354\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              0.34\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.35\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.32\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.38\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.878\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.348\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.374\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.4615\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.33\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.4514\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.3982\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.4392\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.4392\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.7707\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.7671\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              1.0567\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.9303\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              2.2379\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              1.162\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.5319\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              1.4389\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              1.5339\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              1.1993\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              2.1458\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              1.7699\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.7768\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              2.6819\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.8823\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.8198\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.7409\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.9676\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.9352\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.9214\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.6966\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.8932\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.3742\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.7916\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              3.0152\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.8974\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.7273\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              1.7913\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              1.4806\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.9037\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              11.5749\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              29.0363\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              31.7644\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              117.4388\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              136.8403\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              133.3222\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              131.3389\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              34.1518\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              50.3548\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              57.4535\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              168.683\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              175.6346\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              234.3635\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              177.603\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              45.0837\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              18.3163\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              34.791\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              26.1182\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              30.4695\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              7.7713\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              16.6649\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              3.9953\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              3.3966\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              121.153\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              166.8305\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.7284\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              7.9941\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              9.9337\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              6.6373\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              5.5565\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              12.5232\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.4165\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              8.683\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              86.406\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              8.8388\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.5309\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              3.9391\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.3871\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.5518\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              2.03\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              13.2033\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              12.9185\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              10.2047\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              2.0141\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              3.0724\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              19.2966\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              91.3238\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              7.0674\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              117.5774\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              87.859\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|BATTERY_DISCHARGING\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"BATTERY_DISCHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              8.4881\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              77.5804\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              22.882\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              46.6522\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              35.3187\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              9.9509\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              1.5565\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.09\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0503\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.39\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.083\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0839\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.1287\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              39.8946\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.029\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0473\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0351\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.029\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              41.4926\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              1.8\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              39.2695\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              39.0509\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0703\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0208\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              26.7995\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              20.981\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              9.681\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.791\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              11.4396\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              23.23\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              24.58\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              18.7215\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              14.41\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              13.08\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              11.18\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              20.08\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              25.057\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              46.15\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              11.3771\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              46.7507\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              33.5691\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              33.244\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              38.27\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              34.485\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              11.949\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              6.422\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              3.62\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              9.919\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              82.4514\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              55.2629\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              11.293\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              35.573\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              37.19\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              60.883\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              2.7183\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              72.343\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              29.8371\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              53.831\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              41.293\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              103.5874\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              108.4491\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              97.1244\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              95.6422\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              92.4533\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              64.9885\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              101.5547\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              189.3768\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              117.2644\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              192.2369\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              156.6547\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              32.2396\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              46.278\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              55.1038\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              116.5644\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              100.0441\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              31.0432\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              28.9522\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              40.5106\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              54.0912\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              17.0506\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              80.012\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              14.6075\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              3.487\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              18.8565\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              141.3841\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              92.9256\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              42.259\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              10.621\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.582\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              10.4317\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              20.3402\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              2.002\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.047\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.028\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.009\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              12.4152\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.03\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              14.116\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.03\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.691\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              2.749\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              6.787\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.081\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              1.602\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              4.09\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              1.051\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.983\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              16.261\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              6.16\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              12.8189\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              7.2678\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              3.0849\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              6.8249\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.5231\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              1.063\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.002\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.001\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.2319\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.2452\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              5.436\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.092\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              41.647\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              1.665\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              2.071\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              2.009\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              1.936\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              1.992\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              6.6569\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              85.986\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              62.079\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              38.713\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              139.625\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              73.658\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              71.69\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              3.402\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              5.555\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              29.945\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              3.93\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              7.217\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              3.92\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              4.06\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              3.91\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.97\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.1016\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              5.375\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              2.652\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.357\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.899\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              30.57\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              114.8423\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              29.1929\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              1.2037\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.352\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.4078\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              31.1576\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              2.5818\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              89.5928\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.032\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              5.9823\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              143.1287\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.034\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              25.4042\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.002\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.1287\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              22.2328\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              10.38\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              41.4821\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              28.0829\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              24.03\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              47.9669\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              71.5243\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              78.728\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              73.3813\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              132.6478\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              58.332\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              44.0235\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              60.4724\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              75.5892\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              57.508\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              277.083\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              293.657\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              380.5849\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              313.6901\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              231.6671\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              351.8209\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              232.4298\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              196.0956\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              181.8644\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              299.5597\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              336.8681\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              186.0252\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              364.4534\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              363.0725\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              236.8065\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              241.8479\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              276.7277\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              214.1544\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              195.0632\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              137.332\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              213.392\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              211.07\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              203.684\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              215.61\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              132.0547\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              137.2809\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              136.5618\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              249.128\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              224.0753\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              58.6995\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              14.2064\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              32.312\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              99.811\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              226.093\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              5.298\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              34.313\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              140.969\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              91.742\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              114.071\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              50.4122\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              180.672\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              28.2789\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              33.68\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              3.069\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              24.656\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              28.098\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              27.85\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.358\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              2.293\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              5.714\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              1.289\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.57\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.74\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              1.2649\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.047\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.137\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.032\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.771\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              48.015\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              7.4\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              4.4822\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.626\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              3.377\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.09\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              2.3983\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              3.4929\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.3096\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              2.108\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              3.949\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              37.06\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              21.2135\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              100.227\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              2.453\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              84.3698\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              105.9523\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              2.021\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              6.495\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.24\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              89.2355\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              19.0476\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              2.465\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.28\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0107\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.828\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              1.8412\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.815\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              44.1586\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              3.3208\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.487\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              1.0262\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              7.4919\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|DISTILLATE\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"DISTILLATE\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              -0.2\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              26.1\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              26.2\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              31.5\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              1.6\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              96.1\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              96.9\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              96.9\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              -0.5\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              -0.5\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              15.7\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              -0.5\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              -0.5\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              -0.1\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|EXPORTS\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"EXPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              41.1376\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              11.2525\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              37.7091\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              40.085\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              71.0154\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              47.4191\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              116.9145\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              153.3134\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              123.9243\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              139.1801\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              248.348\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              117.7949\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              118.7269\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              81.4842\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              119.9875\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              116.9291\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              66.9805\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              100.5749\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              35.9585\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              65.2983\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              49.9932\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              65.5302\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              59.1362\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              141.544\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              97.8671\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              65.4677\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              92.5876\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              93.3811\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              132.4449\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              175.765\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              133.214\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              71.6854\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              18.6542\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              41.839\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|GAS_CCGT\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"GAS_CCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              211.6389\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              212.9311\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              210.9878\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              213.5011\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              212.41\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              213.7011\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              211.2889\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              212.23\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              212.26\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              211.7089\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              213.03\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              211.3089\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              211.5389\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              211.8089\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              213.1511\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              213.2011\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              213.9722\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              213.0811\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              211.88\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              213.0511\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              212.76\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              214.1022\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              214.5233\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              213.1511\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              212.36\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              212.9511\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              212.03\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              211.1389\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              212.0089\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              212.63\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              212.38\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              212.7311\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              211.5889\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              214.0222\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              212.83\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              212.36\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              211.7089\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              211.8589\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              211.5389\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              212.8511\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              213.6511\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              212.03\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              212.7511\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              236.8697\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              220.7632\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              211.6389\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              214.6144\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              212.33\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              213.2011\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              212.36\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              211.83\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              218.1999\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              241.6874\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              237.6619\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              237.9619\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              252.7385\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              281.8482\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              243.3641\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              245.0352\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              239.6052\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              240.5663\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              239.0241\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              277.2859\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              301.7635\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              321.8313\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              335.2302\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              338.3824\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              338.3713\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              339.2424\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              361.7099\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              339.8635\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              339.9435\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              364.4943\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              339.2513\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              339.7924\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              395.1529\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              366.5454\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              353.4945\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              341.2935\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              348.0545\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              342.0746\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              360.9155\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              341.8846\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              319.9735\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              315.6946\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              314.9024\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              318.6835\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              318.6735\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              318.3524\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              280.1904\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              312.9291\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              267.6316\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              237.3241\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              208.2266\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              211.7122\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              210.07\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              211.7611\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              243.3341\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              237.3752\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              209.6389\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              209.9489\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              210.9211\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              210.9611\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              210.0989\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              211.8322\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              229.0198\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              210.25\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              208.4389\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              207.8378\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              208.0378\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              209.2689\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              209.05\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              208.7189\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              194.8957\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              193.0535\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              193.1835\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              190.098\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              188.9568\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              189.0568\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              189.828\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              190.098\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              189.3268\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              189.3068\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              189.3768\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              188.9057\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              188.6857\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              188.8857\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              188.3557\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              187.9846\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              188.7057\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              187.5846\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              188.9068\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              188.3957\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              187.4757\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              187.2457\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              188.0757\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              187.3757\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              188.7468\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              187.9168\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              187.5257\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              187.9968\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              187.5957\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              188.0268\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              187.5457\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              187.7757\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              188.1968\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              188.0457\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              187.6557\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              187.8968\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              188.7168\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              187.6457\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              188.3468\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              188.6168\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              188.3968\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              187.6668\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              187.8168\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              188.568\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              187.6668\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              188.768\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              187.9968\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              187.1168\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              206.7589\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              206.7878\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              207.1589\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              206.4878\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              207.95\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              204.6244\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              269.6116\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              328.2288\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              349.3141\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              424.0802\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              390.4115\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              417.4602\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              435.7965\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              471.1497\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              500.4637\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              518.7403\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              591.7963\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              590.5608\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              552.1779\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              550.4857\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              587.5764\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              578.702\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              549.0935\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              608.2306\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              548.5523\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              545.1468\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              605.5462\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              635.3248\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              584.962\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              547.4802\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              543.0624\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              597.6918\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              643.3069\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              642.0647\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              641.3936\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              642.3447\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              640.9325\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              643.9869\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              642.3036\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              642.1036\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              643.5158\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              646.0002\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              642.4736\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              643.2947\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              642.4736\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              642.5036\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              643.3247\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              643.2447\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              643.9658\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              641.5114\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              643.5447\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              640.8603\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              643.0536\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              645.1669\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              641.6114\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              647.5213\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              643.9447\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              643.0736\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              642.3325\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              645.1169\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              640.9603\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              635.6415\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              651.1069\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              648.0213\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              643.5036\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              642.8325\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              642.6325\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              643.0325\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              644.1747\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              644.7947\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              647.5091\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              644.2947\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              650.6146\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              648.2002\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              644.4536\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              643.5414\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              646.6469\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              643.0203\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              644.9736\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              587.7687\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              546.0402\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              550.3668\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              547.3324\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              548.8946\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              550.9579\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              550.7168\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              550.8368\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              550.3868\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              613.4206\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              645.1125\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              617.9472\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              563.6878\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              556.2357\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              550.1457\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              556.7057\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              550.8668\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              555.0635\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              548.3824\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              556.4057\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              554.2423\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              552.5091\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              556.9268\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              505.9729\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              449.7501\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              421.9149\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              371.361\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              423.5771\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              371.281\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              342.3235\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              343.1246\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              342.4735\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              341.6324\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              341.6035\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              342.4735\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              341.5524\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              385.3041\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              334.2413\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              314.5735\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              295.7557\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              249.6729\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              249.1518\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              246.9596\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              210.5389\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              265.7694\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              219.2932\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              278.1248\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              276.6071\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|GAS_OCGT\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"GAS_OCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              53.2854\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              73.8854\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              73.6954\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              76.1654\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              74.3454\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              73.6254\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              73.5054\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              74.1354\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              73.6954\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              73.4554\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              74.1654\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              73.7354\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              73.9954\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              72.5054\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              73.9754\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              73.3554\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              73.8754\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              71.7254\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              97.4725\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              103.7026\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              104.6991\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              104.182\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              148.0083\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              156.8889\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              155.9375\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              157.7725\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              155.0755\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              152.2828\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              111.1449\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              124.047\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              104.6978\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              104.9073\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              104.9181\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              107.7793\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              77.9836\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              31.8523\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              46.4554\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              89.966\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              106.407\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              106.5356\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              132.834\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              172.6808\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              174.3566\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              214.5176\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              254.4824\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              255.03\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              253.2176\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              254.5205\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              255.4444\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              298.4163\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              297.3086\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              342.9447\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              324.2011\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              383.589\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              414.3784\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              505.8683\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              410.0328\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              407.3724\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              504.0172\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              445.6395\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              425.4658\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              503.8046\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              506.6124\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              506.9584\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              506.2084\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              507.5787\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              565.6631\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              568.678\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              566.6449\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              568.4122\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              567.9902\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              568.6116\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              570.0195\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              572.8995\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              575.9465\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              543.333\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              570.7697\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              572.6065\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              545.9214\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              544.9003\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              417.7288\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              497.3615\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              544.3845\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              512.7417\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              513.3919\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              509.4027\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              509.2195\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              400.2726\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              493.1079\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              462.8463\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              460.9528\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              390.7833\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              401.8916\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              399.9648\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              428.2885\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              420.2041\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              375.6709\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              297.3601\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              310.164\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              316.09\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              318.0833\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              317.1492\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              317.047\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              229.6128\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              219.2371\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              219.2575\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              219.7668\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              178.4044\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              175.3835\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              123.1053\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              60.0361\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              60.349\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              59.998\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              60.3642\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              59.7538\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              4.5077\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0954\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.1054\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.1054\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|GAS_RECIP\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"GAS_RECIP\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              71.81\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              73.21\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              72.95\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              72.83\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              71.6\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              73.24\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              73.2\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              123.35\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              121.58\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              144.84\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              152.12\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              156.41\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              157.79\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              157.17\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              155.86\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              156.39\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              156.98\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              155.86\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              154.53\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              155.76\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              156.57\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              156.8\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              156.74\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              155.5\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              156.53\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              154.76\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              84.58\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              105.32\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              103.5\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              69.96\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              16.85\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              10.88\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              9.46\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              132.17\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              174.43\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              175.19\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              174.24\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              175.72\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              176.3\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              174.2\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              174.64\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              174.85\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              175.17\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              173.25\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              173.65\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              174.38\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              173.85\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              173.85\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              175.22\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              174.12\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              175.26\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              172.11\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              173.74\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              174.58\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              171.86\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              173.66\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              174.35\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              174.49\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              173.07\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              173.34\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              171.66\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              173.59\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              174.64\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              173.62\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              175.2\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              173.34\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              172.76\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              172.47\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              174.23\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              173.62\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              173.34\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              175.48\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              175.46\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              174.33\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              173.3\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              173.3\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              174.81\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              174.47\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              175.69\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              175.84\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              174.43\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              172.67\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              159.73\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              174.07\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              173.37\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              174.87\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              171.48\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              171.97\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              175.2\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              174.04\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              174.78\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              174.93\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              163.82\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              170.5\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              157.24\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              142.73\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              157.63\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              157.96\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              157.15\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              156.56\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              156.34\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              80.51\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              84.4\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              81.79\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              79.1\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              99.38\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              92.73\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              80.78\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              82.25\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              140.14\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              145.16\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              86.29\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              114.14\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              145.97\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              131.52\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              145.59\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              79.04\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              102.11\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              143.4\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              158.22\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              81.5\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              130.19\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              105.12\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              18.8\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              13.72\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              9.51\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|GAS_STEAM\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"GAS_STEAM\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              39.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              39.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              68.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              58.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              62.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              66.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              66.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              68.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              83.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              101.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              112.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              111.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              133.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              151.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              171.0\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              172.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              172.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              171.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              183.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              166.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              167.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              181.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              172.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              160.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              144.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              130.0\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              110.0\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              121.0\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              102.0\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              83.0\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              46.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              47.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              46.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              42.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              39.0\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              39.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              43.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              44.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              41.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              46.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              45.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              40.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              57.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              58.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              58.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              74.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              56.0\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              72.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              80.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              69.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              86.0\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              105.0\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              126.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              125.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              142.0\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              165.0\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              186.0\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              200.0\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              194.0\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              197.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              200.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              196.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              198.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              179.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              196.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              187.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              169.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              180.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              189.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              169.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              185.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              200.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              199.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              178.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              160.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              138.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              116.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              99.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              73.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              62.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              74.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              95.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              80.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              84.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              82.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              67.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              59.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              82.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              64.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              65.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              63.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              62.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              60.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              62.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              61.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              64.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|IMPORTS\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"IMPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              57.6331\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              27.1397\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              62.9826\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              45.0467\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              49.1213\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              76.4374\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              136.2296\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              175.6356\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              128.668\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              143.2324\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              163.6015\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              161.3074\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              141.5873\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              90.5821\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              149.9486\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              71.5511\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              139.1966\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              44.742\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              106.2841\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              130.5999\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              188.0661\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              178.3934\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              192.0023\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              154.3552\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              193.8912\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              129.5357\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              162.6998\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              154.9109\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              159.5306\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              136.2461\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              145.188\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              143.2964\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              132.0531\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              110.9689\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              106.3362\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              149.8117\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              152.4171\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              174.1898\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              157.0909\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              162.9282\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              190.5881\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              157.6603\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              172.0539\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              203.8656\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              182.3122\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              148.8835\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              167.5561\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              183.6556\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              165.7222\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              157.2713\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              183.0265\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              200.7956\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              188.0994\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              160.2548\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              181.8224\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              220.7412\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              199.3726\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              224.9706\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              209.4526\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              207.9779\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              206.9695\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              204.8447\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              175.2048\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              186.2096\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              150.3455\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              156.2353\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              140.5273\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              148.0345\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              138.8121\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              10.3076\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              166.8498\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              148.3163\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              171.6927\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              145.165\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              177.1791\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              219.8774\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              235.6614\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              231.7972\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              213.2196\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              205.2251\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              225.7739\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              215.1287\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              222.4579\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              210.3063\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              213.7739\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              235.7115\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              237.8638\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              237.5696\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              234.6143\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              223.4164\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              172.7516\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              204.2239\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              208.0561\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              300.1216\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              248.8167\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              265.3894\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              290.3985\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              302.1589\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              279.4744\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              316.8859\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              300.9223\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              254.375\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              291.3378\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              248.1329\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              284.4265\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              295.157\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              248.5279\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              290.6379\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              265.6482\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              305.5318\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              270.0256\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              293.9384\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              303.3391\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              258.0621\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              276.2495\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              292.5639\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              224.5425\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              239.4997\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              243.7844\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              239.4056\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              241.2756\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              204.5978\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              258.5737\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              264.2756\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              255.1932\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              217.7426\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              160.7823\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              116.0907\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              127.6484\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              102.5971\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              9.3464\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              23.1209\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              32.8646\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              2.278\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              16.5771\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              12.5507\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              78.472\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              111.9245\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              135.9549\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              209.4181\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              149.9236\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              176.0858\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              150.9902\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              130.8292\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              119.7949\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              124.817\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              139.3116\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              137.0273\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              157.2088\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              105.0789\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              129.7054\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              105.9439\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              97.3854\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              83.399\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              98.0262\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              61.2437\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              82.8776\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              49.335\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              84.594\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              93.4195\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              71.8091\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              101.8074\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              122.3831\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              96.6229\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              120.5582\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              119.9537\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              123.6886\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              91.7702\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              121.027\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              113.6037\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              241.9574\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              224.9905\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              217.7638\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              234.9259\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              229.2011\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              240.9756\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              251.4495\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              237.3501\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              236.7745\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              268.7674\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              249.7201\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              248.7191\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              186.4964\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              212.1323\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              285.0005\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              292.3009\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              303.273\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              266.5956\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              280.1192\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              323.8376\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              280.7535\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              232.8926\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              263.0677\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              230.6159\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              256.5757\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              246.83\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              260.1781\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              256.9367\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              261.4697\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              278.6288\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              272.656\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              258.6133\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              251.2681\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              248.9903\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              294.8807\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              321.2987\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              335.1924\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              526.1102\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              528.2437\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              531.9087\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              533.2412\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              504.4379\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              504.4813\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              508.4383\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              537.8115\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              530.2904\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              539.1643\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              523.1193\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              492.0983\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              506.2787\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              529.0983\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              522.2326\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              545.7303\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              533.2986\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              538.2681\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              527.1574\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              514.9528\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              548.0549\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              538.5795\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              541.2673\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              550.2652\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              526.3211\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              517.5931\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              513.5956\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              525.7537\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              490.3467\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              523.1498\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              565.7413\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              591.3437\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              542.5186\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              536.2167\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              521.3294\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              511.6078\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              516.0186\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              554.4525\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              547.2187\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              550.414\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              540.6063\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              552.8062\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              528.0669\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              579.0005\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              557.8435\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              593.8308\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              578.5596\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|SOLAR_ROOFTOP\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"SOLAR_ROOFTOP\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.3632\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.7263\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              1.0895\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              1.4527\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              1.8158\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              2.179\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              9.8207\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              17.4623\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              25.104\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              32.7457\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              40.3873\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              48.029\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              66.369\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              84.709\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              103.049\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              121.389\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              139.729\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              158.069\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              185.1843\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              212.2997\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              239.415\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              266.5303\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              293.6457\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              320.761\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              347.4313\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              374.1017\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              400.772\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              427.4423\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              454.1127\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              480.783\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              505.0487\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              529.3143\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              553.58\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              577.8457\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              602.1113\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              626.377\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              644.7585\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              663.14\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              681.5215\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              699.903\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              718.2845\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              736.666\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              750.9813\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              765.2967\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              779.612\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              793.9273\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              808.2427\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              822.558\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              854.5892\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              886.6203\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              918.6515\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              950.6827\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              982.7138\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              1014.745\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              1033.9392\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              1053.1333\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              1072.3275\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              1091.5217\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              1110.7158\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              1129.91\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              1137.322\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              1144.734\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              1152.146\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              1159.558\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              1166.97\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              1174.382\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              1174.4155\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              1174.449\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              1174.4825\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              1174.516\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              1174.5495\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              1174.583\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              1167.164\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              1159.745\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              1152.326\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              1144.907\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              1137.488\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              1130.069\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              1119.7632\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              1109.4573\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              1099.1515\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              1088.8457\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              1078.5398\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              1068.234\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              1056.223\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              1044.212\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              1032.201\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              1020.19\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              1008.179\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              996.168\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              976.0933\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              956.0187\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              935.944\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              915.8693\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              895.7947\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              875.72\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              847.1933\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              818.6667\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              790.14\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              761.6133\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              733.0867\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              704.56\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              673.4747\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              642.3893\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              611.304\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              580.2187\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              549.1333\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              518.048\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              487.0925\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              456.137\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              425.1815\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              394.226\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              363.2705\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              332.315\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              300.0045\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              267.694\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              235.3835\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              203.073\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              170.7625\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              138.452\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              118.5157\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              98.5793\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              78.643\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              58.7067\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              38.7703\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              18.834\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              15.695\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              12.556\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              9.417\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              6.278\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              3.139\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|SOLAR_UTILITY\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"SOLAR_UTILITY\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.408\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              1.147\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              3.6123\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              7.1113\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              12.0795\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              20.1316\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              34.2626\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              45.2336\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              59.6561\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              75.5325\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              95.0253\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              120.5211\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              136.7632\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              159.3834\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              177.4472\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              198.8304\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              222.6429\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              242.8287\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              264.2162\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              282.3548\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              297.4718\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              318.716\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              333.4202\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              347.5958\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              356.9311\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              359.0946\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              363.9835\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              376.3062\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              376.5474\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              373.6047\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              379.6452\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              384.6131\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              392.0232\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              400.7628\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              403.3545\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              404.3201\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              408.9252\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              411.3581\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              413.9936\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              413.4359\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              391.2826\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              408.9791\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              411.6376\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              418.8537\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              423.3701\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              404.9925\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              423.4111\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              413.8965\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              416.254\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              398.219\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              398.4086\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              341.7571\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              428.3579\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              392.7171\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              432.0082\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              408.8001\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              372.8688\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              412.8893\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              437.4579\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              422.4804\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              387.194\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              416.2083\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              328.9719\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              381.8844\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              400.4942\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              360.3523\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              361.2619\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              418.6007\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              312.5032\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              281.326\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              288.0619\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              382.3815\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              363.4651\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              370.5465\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              362.0234\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              375.9294\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              305.285\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              289.5427\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              379.4782\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              297.1916\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              395.3324\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              396.3607\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              407.8915\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              416.9557\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              413.2341\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              381.1852\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              390.6151\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              437.7207\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              298.5809\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              300.9322\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              328.4054\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              411.576\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              367.6176\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              357.1152\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              362.8392\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              313.0091\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              306.669\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              323.294\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              318.9645\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              347.4194\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              315.8771\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              301.2726\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              296.3597\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              274.9547\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              278.9792\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              299.5206\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              273.5759\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              255.1344\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              231.844\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              210.7094\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              185.6336\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              163.394\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              139.4163\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              117.2723\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              102.7366\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              83.3261\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              64.4196\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              48.2403\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              35.105\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              23.3076\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              13.5664\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              7.135\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              3.5099\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              1.511\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.411\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.008\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_SA1|WIND\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"SA1\",\n            \"fueltech\": \"WIND\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              1422.545\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              1408.7917\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              1385.5851\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              1412.228\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              1397.5955\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              1321.8516\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              1296.5468\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              1280.351\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              1267.9622\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              1247.2572\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              1259.1316\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              1283.931\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              1328.6755\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              1345.1468\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              1340.1685\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              1341.9187\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              1354.9598\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              1361.6111\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              1364.6444\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              1356.1177\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              1293.3632\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              1253.6981\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              1263.2113\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              1255.5136\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              1249.0813\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              1242.1754\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              1232.6319\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              1213.9908\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              1201.0397\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              1195.4965\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              1187.5913\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              1194.7307\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              1223.6882\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              1236.3532\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              1230.0039\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              1203.5723\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              1175.4334\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              1117.6085\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              1137.4112\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              1129.9126\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              1110.6366\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              1111.7089\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              1066.5947\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              1050.3958\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              1043.4856\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              1032.6822\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              1020.9544\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              1032.8567\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              1063.4204\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              1109.2284\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              1057.7247\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              1045.7514\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              1061.9096\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              1055.466\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              1047.3211\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              1029.4565\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              1027.5544\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              1043.781\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              1054.6937\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              1053.2437\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              1022.1096\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              1038.3272\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              1048.6876\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              1050.7601\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              1030.1606\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              1019.9056\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              1018.7423\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              1018.6719\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              996.6017\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              983.8461\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              971.7712\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              946.0172\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              927.4729\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              913.2742\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              933.1897\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              935.948\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              937.2266\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              963.3272\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              975.6486\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              957.8507\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              940.9974\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              915.4033\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              895.7161\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              859.1385\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              861.1356\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              814.8761\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              789.0156\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              762.7374\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              740.3857\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              747.0383\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              765.7402\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              787.3982\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              800.726\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              791.7191\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              784.0167\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              767.7215\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              757.1031\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              753.6555\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              745.9157\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              726.5472\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              698.712\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              693.286\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              673.782\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              660.002\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              664.405\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              660.1731\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              650.9803\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              626.6657\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              618.7237\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              590.3323\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              593.81\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              580.0825\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              596.9642\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              600.2196\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              565.8046\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              532.2413\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              532.1332\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              542.5191\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              536.9887\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              527.6133\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              517.8707\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              486.0173\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              475.5273\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              468.559\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              467.6655\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              470.9742\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              499.636\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              507.7367\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              511.3018\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              521.3607\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              508.6278\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              518.4423\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              503.0599\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              510.8517\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              492.9552\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              495.0107\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              511.2043\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              511.0358\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              500.4108\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              511.2536\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              528.9713\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              525.1226\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              506.2034\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              513.4421\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              501.6169\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              492.4336\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              480.9009\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              501.5353\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              491.5383\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              584.2875\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              589.6536\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              599.1904\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              538.4905\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              541.1324\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              449.298\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              447.152\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              442.4993\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              429.1503\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              392.9637\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              377.5758\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              330.9941\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              320.071\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              284.1869\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              263.6459\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              252.3013\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              226.5491\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              214.045\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              193.2979\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              185.1318\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              178.4089\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              169.4154\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              165.484\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              152.9421\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              137.5692\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              135.5716\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              122.4268\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              111.0689\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              99.167\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              87.4483\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              96.4346\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              97.2347\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              103.7985\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              98.3498\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              95.6237\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              94.5547\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              87.1815\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              84.1237\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              80.7427\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              79.8719\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              80.0816\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              81.1151\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              86.5624\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              85.6103\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              84.7364\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              91.5369\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              98.7347\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              101.6387\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              106.8513\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              115.4586\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              118.0553\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              120.5872\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              123.9784\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              133.1902\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              137.8895\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              148.6408\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              151.9749\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              153.3556\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              148.366\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              151.4847\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              161.1964\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              162.3476\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              178.3554\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              191.2942\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              199.7815\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              226.927\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              232.8152\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              237.9392\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              250.0575\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              253.4554\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              257.9566\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              272.5315\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              277.3439\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              279.0696\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              282.2844\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              281.2272\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              284.348\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              288.7567\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              305.1915\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              318.1513\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              323.4915\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              345.0162\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              369.2523\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              386.7552\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              395.3492\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              407.1954\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              414.1396\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              426.0394\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              415.0754\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              402.2803\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              423.6773\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              448.0552\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              456.7258\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              455.0087\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              436.6421\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              429.2926\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              441.8513\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              446.5226\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              462.8036\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              486.4052\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              487.3936\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              485.3445\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              494.612\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              519.1162\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              514.2375\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              524.5537\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              535.3494\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              519.798\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              544.4554\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              545.2074\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              533.0656\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              536.8306\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              552.3913\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              555.2427\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              557.3982\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              560.3848\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              567.0249\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              575.4495\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              576.9414\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              605.8334\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              637.7\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              647.7322\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              645.2196\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              659.7773\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              643.7264\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              661.5812\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              687.8993\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              717.1342\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              754.5276\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              788.4719\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              821.4647\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              835.6049\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              846.6634\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              824.0975\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              833.6492\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              818.7476\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              817.4355\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              795.2654\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              773.8168\n            ]\n          ]\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-TAS.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.14\",\n  \"network\": \"nem\",\n  \"code\": \"TAS1\",\n  \"region\": \"TAS1\",\n  \"created_at\": \"2025-07-30T01:46:13+10:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.nem.tas1.demand\",\n      \"type\": \"power\",\n      \"code\": \"NEM\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          933.34,\n          939.86,\n          937.2,\n          931.15,\n          936.29,\n          926.02,\n          920.61,\n          941.55,\n          919.17,\n          915.77,\n          918.5,\n          911.78,\n          920.4,\n          915.01,\n          908.85,\n          911.67,\n          923.64,\n          907.33,\n          906.79,\n          895.68,\n          901.18,\n          898.92,\n          902.7,\n          898.0,\n          898.73,\n          900.33,\n          902.69,\n          902.42,\n          906.66,\n          897.95,\n          894.9,\n          901.54,\n          902.61,\n          906.07,\n          907.31,\n          911.63,\n          909.79,\n          916.22,\n          913.97,\n          918.51,\n          929.78,\n          937.61,\n          944.2,\n          952.4,\n          955.6,\n          962.08,\n          965.99,\n          978.43,\n          982.57,\n          985.75,\n          998.11,\n          1001.89,\n          991.63,\n          1019.34,\n          1044.09,\n          1054.21,\n          1065.33,\n          1077.27,\n          1094.54,\n          1095.97,\n          1132.19,\n          1121.42,\n          1136.39,\n          1150.66,\n          1136.87,\n          1156.01,\n          1201.04,\n          1186.34,\n          1216.49,\n          1202.8,\n          1212.15,\n          1218.42,\n          1223.88,\n          1247.07,\n          1231.64,\n          1236.78,\n          1238.31,\n          1231.23,\n          1224.03,\n          1227.53,\n          1224.72,\n          1220.91,\n          1209.48,\n          1211.15,\n          1227.56,\n          1213.84,\n          1227.5,\n          1220.09,\n          1228.79,\n          1209.66,\n          1209.84,\n          1207.55,\n          1210.47,\n          1203.94,\n          1182.83,\n          1172.94,\n          1167.25,\n          1160.28,\n          1151.59,\n          1141.99,\n          1163.72,\n          1156.68,\n          1157.15,\n          1176.95,\n          1141.17,\n          1157.5,\n          1136.27,\n          1136.79,\n          1127.32,\n          1148.52,\n          1133.32,\n          1137.1,\n          1134.28,\n          1116.24,\n          1105.06,\n          1103.94,\n          1096.4,\n          1118.42,\n          1076.96,\n          1101.26,\n          1072.49,\n          1067.04,\n          1061.03,\n          1053.57,\n          1046.87,\n          1044.12,\n          1038.32,\n          1038.55,\n          1028.63,\n          1059.32,\n          1035.21,\n          1036.75,\n          1054.65,\n          1038.77,\n          1046.67,\n          1056.83,\n          1051.06,\n          1051.8,\n          1079.78,\n          1069.09,\n          1086.47,\n          1082.9,\n          1097.8,\n          1100.24,\n          1088.22,\n          1109.13,\n          1091.75,\n          1117.52,\n          1106.55,\n          1102.13,\n          1122.6,\n          1100.72,\n          1103.62,\n          1120.73,\n          1095.38,\n          1090.09,\n          1100.2,\n          1106.67,\n          1099.21,\n          1100.05,\n          1117.7,\n          1097.67,\n          1106.98,\n          1108.86,\n          1105.89,\n          1119.65,\n          1137.85,\n          1122.15,\n          1136.98,\n          1141.4,\n          1176.11,\n          1188.27,\n          1176.06,\n          1164.69,\n          1185.64,\n          1201.37,\n          1231.37,\n          1217.46,\n          1216.42,\n          1224.29,\n          1247.69,\n          1248.26,\n          1238.85,\n          1271.18,\n          1280.0,\n          1284.74,\n          1287.72,\n          1296.41,\n          1300.9,\n          1310.84,\n          1314.52,\n          1313.4,\n          1324.37,\n          1324.7,\n          1331.51,\n          1335.09,\n          1326.36,\n          1331.48,\n          1341.21,\n          1333.09,\n          1327.33,\n          1328.36,\n          1316.61,\n          1317.42,\n          1318.2,\n          1320.88,\n          1315.84,\n          1315.19,\n          1305.25,\n          1318.81,\n          1331.19,\n          1339.68,\n          1335.29,\n          1325.79,\n          1326.16,\n          1289.71,\n          1289.27,\n          1286.03,\n          1301.1,\n          1296.96,\n          1289.3,\n          1292.13,\n          1292.64,\n          1288.91,\n          1273.07,\n          1275.11,\n          1286.4,\n          1273.82,\n          1268.97,\n          1252.85,\n          1269.1,\n          1272.82,\n          1272.89,\n          1281.54,\n          1266.8,\n          1257.34,\n          1262.11,\n          1249.03,\n          1242.93,\n          1233.28,\n          1224.09,\n          1210.22,\n          1212.47,\n          1203.0,\n          1195.03,\n          1176.65,\n          1164.24,\n          1165.53,\n          1154.44,\n          1148.4,\n          1152.3,\n          1168.65,\n          1144.57,\n          1133.73,\n          1131.13,\n          1124.19,\n          1127.14,\n          1125.76,\n          1102.1,\n          1099.05,\n          1092.54,\n          1079.89,\n          1078.2,\n          1078.17,\n          1058.46,\n          1077.34,\n          1082.04,\n          1084.44,\n          1078.82,\n          1089.37,\n          1092.26,\n          1089.28,\n          1084.8,\n          1079.96,\n          1074.72,\n          1071.35,\n          1082.18,\n          1091.19,\n          1092.66,\n          1089.02,\n          1066.54,\n          1057.98,\n          1051.26,\n          1063.31,\n          1073.07,\n          1085.35,\n          1085.12,\n          1081.5\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.exports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.exports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.exports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          22.85,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          25.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          23.8,\n          0.0,\n          0.0,\n          35.4,\n          48.2,\n          59.5,\n          30.5,\n          0.0,\n          0.0,\n          57.65,\n          80.85,\n          109.25,\n          107.1,\n          116.9,\n          116.9,\n          118.1,\n          128.5,\n          131.25,\n          123.6,\n          121.75,\n          117.2,\n          110.5,\n          104.05,\n          102.25,\n          100.7,\n          104.05,\n          97.95,\n          129.4,\n          102.55,\n          99.5,\n          99.5,\n          89.7,\n          92.75,\n          88.5,\n          83.6,\n          90.35,\n          97.95,\n          85.15,\n          170.3,\n          186.15,\n          221.25,\n          240.8,\n          234.1,\n          217.3,\n          235.6,\n          293.6,\n          235.0,\n          270.7,\n          238.65,\n          253.3,\n          215.15,\n          197.15,\n          234.4,\n          235.3,\n          205.7,\n          203.25,\n          189.2,\n          185.55,\n          230.75,\n          219.75,\n          226.15,\n          233.8,\n          205.4,\n          186.45,\n          177.0,\n          181.3,\n          177.0,\n          178.55,\n          179.75,\n          167.25,\n          165.4,\n          173.05,\n          176.7,\n          172.1,\n          181.3,\n          173.3,\n          163.55,\n          145.85,\n          148.0,\n          157.15,\n          165.4,\n          181.55,\n          176.35,\n          157.45,\n          157.15,\n          176.65,\n          168.45,\n          165.4,\n          152.25,\n          135.15,\n          166.3,\n          178.2,\n          169.95,\n          86.65,\n          86.65,\n          112.55,\n          86.65,\n          86.65,\n          86.65,\n          86.65,\n          86.65,\n          86.65,\n          86.65,\n          134.85,\n          149.2,\n          147.05,\n          122.95,\n          153.15,\n          150.75,\n          163.25,\n          156.55,\n          141.25,\n          112.9,\n          108.3,\n          117.8,\n          125.7,\n          118.7,\n          112.0,\n          103.15,\n          101.3,\n          98.25,\n          98.55\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.hydro.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"hydro\",\n      \"code\": \"hydro\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          573.0738,\n          587.6082,\n          574.3973,\n          566.6638,\n          578.9818,\n          580.8981,\n          593.3594,\n          612.0313,\n          570.3022,\n          587.6766,\n          588.6137,\n          593.0833,\n          593.1904,\n          592.1106,\n          579.6494,\n          587.3361,\n          559.8283,\n          571.7576,\n          561.3365,\n          550.7522,\n          561.3209,\n          542.5248,\n          504.1431,\n          517.3018,\n          511.6696,\n          499.0947,\n          503.9777,\n          517.7159,\n          524.0866,\n          520.4663,\n          515.1685,\n          519.6403,\n          514.5907,\n          510.8975,\n          527.9899,\n          539.1226,\n          543.5105,\n          553.709,\n          551.3529,\n          556.3478,\n          564.961,\n          561.7285,\n          556.626,\n          560.1587,\n          560.3856,\n          568.6401,\n          584.8978,\n          585.4675,\n          706.9212,\n          719.4389,\n          721.1503,\n          741.8669,\n          756.3945,\n          759.8902,\n          775.4967,\n          741.3371,\n          757.1215,\n          767.9674,\n          761.4464,\n          825.1168,\n          895.1109,\n          858.1966,\n          876.4871,\n          881.9956,\n          894.1626,\n          914.4594,\n          907.1252,\n          990.6848,\n          945.7675,\n          931.7814,\n          929.1939,\n          924.1277,\n          932.4789,\n          923.0388,\n          920.8017,\n          919.054,\n          907.1207,\n          907.5899,\n          918.8493,\n          932.0243,\n          917.6041,\n          924.5262,\n          932.314,\n          931.4605,\n          941.0997,\n          947.8822,\n          939.2075,\n          949.9355,\n          884.2265,\n          891.8645,\n          882.8967,\n          870.3859,\n          856.6453,\n          847.6816,\n          874.5508,\n          862.8961,\n          849.0583,\n          857.5349,\n          844.3634,\n          843.1145,\n          852.4896,\n          840.3254,\n          833.5984,\n          850.3443,\n          844.8123,\n          849.1825,\n          839.5319,\n          771.5558,\n          831.7594,\n          827.9509,\n          828.1622,\n          859.3196,\n          776.0268,\n          802.5469,\n          805.6807,\n          791.8981,\n          788.1094,\n          764.1267,\n          751.812,\n          749.0007,\n          741.2531,\n          745.6858,\n          718.6085,\n          724.6131,\n          731.646,\n          726.5395,\n          744.1984,\n          738.6047,\n          723.1806,\n          743.5244,\n          748.7076,\n          756.9497,\n          773.8838,\n          784.2594,\n          788.8639,\n          792.1221,\n          808.9029,\n          808.2241,\n          787.7032,\n          795.2204,\n          801.0464,\n          840.5478,\n          781.6355,\n          838.3601,\n          865.8107,\n          776.1285,\n          825.8626,\n          832.8771,\n          816.4068,\n          806.9993,\n          805.7085,\n          841.9373,\n          835.5384,\n          832.0955,\n          889.3743,\n          804.6806,\n          805.1941,\n          788.524,\n          785.2385,\n          797.5013,\n          885.1361,\n          822.9566,\n          828.9248,\n          911.0772,\n          961.8811,\n          970.0207,\n          912.281,\n          869.1787,\n          853.2024,\n          993.7885,\n          1061.5848,\n          1106.0673,\n          1104.4161,\n          1143.4269,\n          1163.6464,\n          1162.0745,\n          1179.3308,\n          1218.2151,\n          1218.3688,\n          1224.8855,\n          1231.0095,\n          1238.1859,\n          1235.5831,\n          1244.3626,\n          1244.9486,\n          1257.622,\n          1249.9558,\n          1303.2939,\n          1257.9364,\n          1246.687,\n          1247.5897,\n          1245.0965,\n          1247.3002,\n          1248.825,\n          1245.4473,\n          1247.0958,\n          1253.3373,\n          1251.9468,\n          1249.5613,\n          1270.9942,\n          1338.669,\n          1376.0417,\n          1355.5752,\n          1322.1861,\n          1378.9152,\n          1502.0254,\n          1369.0947,\n          1436.0957,\n          1380.5914,\n          1395.9255,\n          1308.0308,\n          1276.4226,\n          1357.2719,\n          1341.288,\n          1280.2566,\n          1277.9083,\n          1244.78,\n          1245.9411,\n          1332.7025,\n          1323.8373,\n          1311.698,\n          1326.6696,\n          1260.1177,\n          1231.9424,\n          1225.9379,\n          1226.4093,\n          1225.7888,\n          1229.3434,\n          1230.1656,\n          1226.2608,\n          1217.1534,\n          1223.3559,\n          1223.3963,\n          1189.9859,\n          1189.5157,\n          1169.8826,\n          1160.3654,\n          1119.1218,\n          1119.0965,\n          1119.6043,\n          1110.7032,\n          1111.7305,\n          1117.4564,\n          1126.175,\n          1132.7765,\n          1157.8097,\n          1113.0038,\n          1122.3074,\n          1117.9252,\n          1054.8211,\n          1108.6529,\n          1114.7756,\n          1110.8883,\n          935.3391,\n          934.3944,\n          990.6076,\n          916.7098,\n          925.6788,\n          907.492,\n          909.1332,\n          901.6902,\n          888.6125,\n          892.7397,\n          1016.9895,\n          1059.2091,\n          1044.1143,\n          1058.4882,\n          1049.6785,\n          1050.2957,\n          1087.8553,\n          1099.4104,\n          1091.54,\n          1082.3448,\n          1040.6272,\n          1037.9039,\n          1044.9818,\n          1044.9936,\n          1046.0738,\n          1042.1559,\n          1040.9006,\n          1041.4463,\n          1049.3453\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.imports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1.4569,\n          1.6347,\n          1.5404,\n          1.5605,\n          1.9394,\n          1.0641,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.0379,\n          1.3015,\n          1.6367,\n          1.0937,\n          1.4396,\n          1.7428,\n          2.3477,\n          3.9433,\n          4.6621,\n          4.1527,\n          4.1993,\n          4.7824,\n          4.2743,\n          3.913,\n          4.159,\n          4.0167,\n          4.0721,\n          4.4189,\n          4.5075,\n          4.1627,\n          4.0868,\n          4.0589,\n          4.22,\n          4.047,\n          4.1194,\n          4.4148,\n          4.3545,\n          4.2745,\n          4.6431,\n          4.4685,\n          4.6877,\n          2.6008,\n          4.8977,\n          4.6139,\n          4.8581,\n          4.7681,\n          5.0592,\n          5.0074,\n          4.5911,\n          5.1556,\n          2.7238,\n          2.7806,\n          2.7846,\n          2.7822,\n          2.8177,\n          2.7426,\n          2.7653,\n          4.2116,\n          4.2536,\n          4.4518,\n          4.1969,\n          2.9018,\n          1.5993,\n          2.9033,\n          2.9277,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.4024,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.2822,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.2145,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          1.379,\n          0.0,\n          0.0,\n          1.3917,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.imports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.5031,\n          0.5062,\n          0.5009,\n          0.5034,\n          0.5121,\n          0.5233,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.5042,\n          0.5172,\n          0.5108,\n          0.525,\n          0.5149,\n          0.5196,\n          0.5217,\n          0.5102,\n          0.5093,\n          0.5218,\n          0.5113,\n          0.5154,\n          0.5111,\n          0.5149,\n          0.5129,\n          0.5231,\n          0.5268,\n          0.5316,\n          0.5308,\n          0.5317,\n          0.5322,\n          0.5341,\n          0.5319,\n          0.5325,\n          0.533,\n          0.5359,\n          0.5404,\n          0.5442,\n          0.55,\n          0.5545,\n          0.5586,\n          0.609,\n          0.6135,\n          0.6152,\n          0.6185,\n          0.6149,\n          0.6142,\n          0.6176,\n          0.6271,\n          0.6316,\n          0.6378,\n          0.6511,\n          0.652,\n          0.6514,\n          0.6597,\n          0.6422,\n          0.6475,\n          0.6628,\n          0.6642,\n          0.6686,\n          0.6711,\n          0.6795,\n          0.683,\n          0.6798,\n          0.6855,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.6652,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.601,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.5627,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.6464,\n          0.0,\n          0.0,\n          0.6524,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.imports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          34.75,\n          38.75,\n          36.9,\n          37.2,\n          45.45,\n          24.4,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          24.7,\n          30.2,\n          38.45,\n          25.0,\n          33.55,\n          40.25,\n          54.0,\n          92.75,\n          109.85,\n          95.5,\n          98.55,\n          111.35,\n          100.35,\n          91.2,\n          97.3,\n          92.15,\n          92.75,\n          99.75,\n          101.9,\n          93.95,\n          92.15,\n          91.2,\n          95.2,\n          91.2,\n          92.75,\n          98.85,\n          96.7,\n          94.25,\n          101.3,\n          96.7,\n          100.7,\n          51.25,\n          95.8,\n          90.0,\n          94.25,\n          93.05,\n          98.85,\n          97.3,\n          87.85,\n          97.95,\n          51.25,\n          51.25,\n          51.25,\n          51.25,\n          51.25,\n          51.25,\n          51.25,\n          76.25,\n          76.85,\n          79.9,\n          75.05,\n          51.25,\n          28.1,\n          51.25,\n          51.25,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          25.3,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          25.6,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          25.9,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          25.6,\n          0.0,\n          0.0,\n          25.6,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.1807,\n          0.3613,\n          0.542,\n          0.7227,\n          0.9033,\n          1.084,\n          2.458,\n          3.832,\n          5.206,\n          6.58,\n          7.954,\n          9.328,\n          10.9963,\n          12.6647,\n          14.333,\n          16.0013,\n          17.6697,\n          19.338,\n          21.2922,\n          23.2463,\n          25.2005,\n          27.1547,\n          29.1088,\n          31.063,\n          33.1828,\n          35.3027,\n          37.4225,\n          39.5423,\n          41.6622,\n          43.782,\n          46.5985,\n          49.415,\n          52.2315,\n          55.048,\n          57.8645,\n          60.681,\n          61.3732,\n          62.0653,\n          62.7575,\n          63.4497,\n          64.1418,\n          64.834,\n          66.5848,\n          68.3357,\n          70.0865,\n          71.8373,\n          73.5882,\n          75.339,\n          77.0138,\n          78.6887,\n          80.3635,\n          82.0383,\n          83.7132,\n          85.388,\n          87.626,\n          89.864,\n          92.102,\n          94.34,\n          96.578,\n          98.816,\n          98.029,\n          97.242,\n          96.455,\n          95.668,\n          94.881,\n          94.094,\n          91.9557,\n          89.8173,\n          87.679,\n          85.5407,\n          83.4023,\n          81.264,\n          80.2355,\n          79.207,\n          78.1785,\n          77.15,\n          76.1215,\n          75.093,\n          72.5412,\n          69.9893,\n          67.4375,\n          64.8857,\n          62.3338,\n          59.782,\n          58.6692,\n          57.5563,\n          56.4435,\n          55.3307,\n          54.2178,\n          53.105,\n          51.1838,\n          49.2627,\n          47.3415,\n          45.4203,\n          43.4992,\n          41.578,\n          38.8882,\n          36.1983,\n          33.5085,\n          30.8187,\n          28.1288,\n          25.439,\n          22.853,\n          20.267,\n          17.681,\n          15.095,\n          12.509,\n          9.923,\n          8.5355,\n          7.148,\n          5.7605,\n          4.373,\n          2.9855,\n          1.598,\n          1.332,\n          1.066,\n          0.8,\n          0.534,\n          0.268,\n          0.002,\n          0.0017,\n          0.0013,\n          0.001,\n          0.0007,\n          0.0003,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      },\n      \"forecast\": {\n        \"start\": \"2025-07-30T01:45:00+10:00\",\n        \"last\": \"2025-07-31T01:45:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.199,\n          0.398,\n          0.597,\n          0.796,\n          0.995,\n          1.194,\n          3.7295,\n          6.265,\n          8.8005,\n          11.336,\n          13.8715,\n          16.407,\n          20.4857,\n          24.5643,\n          28.643,\n          32.7217,\n          36.8003,\n          40.879,\n          45.1208,\n          49.3627,\n          53.6045,\n          57.8463,\n          62.0882,\n          66.33,\n          70.1812,\n          74.0323,\n          77.8835,\n          81.7347,\n          85.5858,\n          89.437,\n          92.3813,\n          95.3257,\n          98.27,\n          101.2143,\n          104.1587,\n          107.103,\n          109.3002,\n          111.4973,\n          113.6945,\n          115.8917,\n          118.0888,\n          120.286,\n          121.9378,\n          123.5897,\n          125.2415,\n          126.8933,\n          128.5452,\n          130.197,\n          131.3298,\n          132.4627,\n          133.5955,\n          134.7283,\n          135.8612,\n          136.994,\n          137.6597,\n          138.3253,\n          138.991,\n          139.6567,\n          140.3223,\n          140.988,\n          141.1058,\n          141.2237,\n          141.3415,\n          141.4593,\n          141.5772,\n          141.695,\n          140.9782,\n          140.2613,\n          139.5445,\n          138.8277,\n          138.1108,\n          137.394,\n          135.8928,\n          134.3917,\n          132.8905,\n          131.3893,\n          129.8882,\n          128.387,\n          126.1105,\n          123.834,\n          121.5575,\n          119.281,\n          117.0045,\n          114.728,\n          111.5197,\n          108.3113,\n          105.103,\n          101.8947,\n          98.6863,\n          95.478,\n          91.6865,\n          87.895,\n          84.1035,\n          80.312,\n          76.5205,\n          72.729,\n          68.455,\n          64.181,\n          59.907,\n          55.633,\n          51.359,\n          47.085,\n          42.8827,\n          38.6803,\n          34.478,\n          30.2757,\n          26.0733,\n          21.871,\n          18.7535,\n          15.636,\n          12.5185,\n          9.401,\n          6.2835,\n          3.166,\n          2.6383,\n          2.1107,\n          1.583,\n          1.0553,\n          0.5277,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          461.2627,\n          456.0338,\n          469.6334,\n          471.8357,\n          464.572,\n          460.7743,\n          445.0473,\n          429.1799,\n          419.6672,\n          388.961,\n          377.0889,\n          397.2748,\n          380.2733,\n          367.8413,\n          357.2638,\n          380.4764,\n          377.5727,\n          392.5751,\n          399.0774,\n          385.4717,\n          399.3182,\n          436.5165,\n          466.8105,\n          466.1326,\n          465.7824,\n          470.8092,\n          461.3026,\n          468.9302,\n          465.6153,\n          477.4545,\n          473.1979,\n          483.9649,\n          489.4839,\n          485.52,\n          490.5842,\n          495.6511,\n          483.4889,\n          492.4695,\n          494.773,\n          481.3834,\n          491.9192,\n          517.4955,\n          520.265,\n          520.2487,\n          521.0031,\n          520.1434,\n          524.1917,\n          525.3653,\n          519.1738,\n          519.0531,\n          532.8846,\n          519.6366,\n          515.3811,\n          519.9444,\n          518.9577,\n          516.1324,\n          514.2859,\n          511.2465,\n          514.0804,\n          512.9003,\n          515.5091,\n          504.6836,\n          496.7822,\n          498.8539,\n          496.0925,\n          481.4006,\n          491.7207,\n          474.1285,\n          464.2299,\n          478.7967,\n          476.2766,\n          483.4982,\n          471.9969,\n          479.4422,\n          482.9305,\n          480.2906,\n          481.8945,\n          484.294,\n          490.1061,\n          468.7553,\n          493.8417,\n          483.2315,\n          471.377,\n          466.4341,\n          451.9879,\n          443.7427,\n          444.0822,\n          425.9143,\n          435.7531,\n          474.9352,\n          479.6277,\n          481.4464,\n          486.6473,\n          489.9547,\n          463.896,\n          486.8472,\n          499.6781,\n          483.2574,\n          489.0109,\n          484.8609,\n          474.7502,\n          480.4133,\n          481.268,\n          465.3412,\n          473.6192,\n          466.495,\n          469.4359,\n          475.8103,\n          464.1058,\n          463.1703,\n          455.5407,\n          428.7683,\n          442.6201,\n          457.1674,\n          445.911,\n          455.5486,\n          453.681,\n          474.5559,\n          475.9856,\n          472.3219,\n          475.9111,\n          472.3502,\n          490.9725,\n          489.7869,\n          477.2022,\n          480.4922,\n          470.3495,\n          472.1766,\n          489.7043,\n          479.4322,\n          474.6148,\n          462.5356,\n          464.0112,\n          457.0918,\n          452.9039,\n          456.6917,\n          450.6658,\n          452.7019,\n          464.3282,\n          454.7094,\n          449.4446,\n          422.4894,\n          432.0009,\n          424.4557,\n          403.896,\n          443.1556,\n          446.2479,\n          435.7592,\n          448.2793,\n          452.3833,\n          460.107,\n          424.7643,\n          433.9281,\n          434.3134,\n          441.4035,\n          464.7046,\n          470.7085,\n          489.8164,\n          491.9494,\n          485.9719,\n          459.1102,\n          474.5308,\n          475.0498,\n          465.4274,\n          457.6096,\n          481.2225,\n          484.4973,\n          455.1436,\n          481.9958,\n          470.5125,\n          459.6089,\n          492.964,\n          499.6834,\n          486.6968,\n          467.7584,\n          490.5007,\n          494.0849,\n          477.0329,\n          459.4659,\n          461.812,\n          457.2706,\n          448.8626,\n          445.6459,\n          445.5773,\n          447.8995,\n          448.2759,\n          452.7715,\n          447.4843,\n          437.409,\n          447.6948,\n          444.5649,\n          425.3522,\n          435.8044,\n          424.0951,\n          414.655,\n          427.1839,\n          430.7174,\n          408.8094,\n          405.234,\n          411.4741,\n          416.1202,\n          419.3881,\n          424.9088,\n          419.9802,\n          393.5598,\n          387.1122,\n          393.5297,\n          394.6738,\n          380.5691,\n          396.3147,\n          407.18,\n          398.7868,\n          386.3437,\n          402.1084,\n          399.5406,\n          404.8915,\n          401.9416,\n          389.4701,\n          376.7601,\n          360.2178,\n          393.0019,\n          384.8729,\n          386.9357,\n          364.7383,\n          370.3111,\n          374.7075,\n          361.671,\n          359.5458,\n          353.5409,\n          323.9426,\n          319.0184,\n          316.1709,\n          314.5443,\n          344.0728,\n          362.538,\n          356.4634,\n          341.7817,\n          327.4453,\n          323.3941,\n          333.5187,\n          356.1691,\n          387.9625,\n          365.8969,\n          303.809,\n          291.334,\n          319.5154,\n          335.6484,\n          317.1775,\n          285.4035,\n          299.0012,\n          318.7593,\n          335.821,\n          306.3942,\n          295.7327,\n          287.79,\n          274.6135,\n          282.8453,\n          270.1957,\n          285.843,\n          296.0493,\n          301.0874,\n          314.1086,\n          308.8416,\n          287.5377,\n          265.717,\n          274.4172,\n          268.8143,\n          278.5585,\n          275.0861,\n          252.9142,\n          228.2095,\n          204.616,\n          213.0977,\n          244.4737,\n          258.2245,\n          269.6053,\n          255.362,\n          243.0397,\n          225.5475,\n          221.7178,\n          210.0379,\n          203.2528\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.price\",\n      \"type\": \"price\",\n      \"network\": \"nem\",\n      \"region\": \"tas1\",\n      \"data_type\": \"price\",\n      \"units\": \"AUD/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:45:00+10:00\",\n        \"last\": \"2025-07-24T01:40:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          22.12,\n          21.12,\n          20.13,\n          20.13,\n          24.29,\n          30.81,\n          22.1,\n          26.33,\n          22.1,\n          22.1,\n          21.25,\n          26.33,\n          26.33,\n          30.84,\n          26.33,\n          30.85,\n          33.11,\n          26.33,\n          33.11,\n          25.78,\n          26.8,\n          23.12,\n          26.87,\n          23.12,\n          21.1,\n          23.12,\n          6.0,\n          6.98,\n          5.68,\n          6.16,\n          4.63,\n          5.67,\n          5.67,\n          5.62,\n          6.14,\n          5.7,\n          5.94,\n          6.52,\n          6.9,\n          7.04,\n          7.65,\n          8.8,\n          18.1,\n          11.4,\n          11.03,\n          18.1,\n          19.1,\n          18.1,\n          18.1,\n          7.93,\n          12.16,\n          14.55,\n          9.12,\n          16.19,\n          19.1,\n          21.1,\n          21.1,\n          32.81,\n          40.62,\n          40.62,\n          66.91,\n          77.53,\n          81.03,\n          106.11,\n          32.81,\n          58.67,\n          159.24,\n          159.24,\n          171.42,\n          81.1,\n          159.24,\n          159.24,\n          74.92,\n          159.24,\n          126.85,\n          130.52,\n          130.06,\n          34.52,\n          68.18,\n          68.18,\n          26.37,\n          26.37,\n          26.37,\n          26.37,\n          26.37,\n          26.37,\n          26.37,\n          26.37,\n          49.95,\n          32.81,\n          53.14,\n          46.3,\n          59.35,\n          35.29,\n          72.03,\n          32.81,\n          32.81,\n          25.69,\n          25.69,\n          25.47,\n          35.98,\n          35.98,\n          26.33,\n          35.98,\n          25.47,\n          25.47,\n          25.47,\n          25.47,\n          21.1,\n          20.45,\n          20.16,\n          20.16,\n          20.1,\n          30.81,\n          35.24,\n          30.81,\n          35.27,\n          37.08,\n          21.1,\n          30.82,\n          19.85,\n          20.1,\n          19.11,\n          19.11,\n          20.1,\n          20.1,\n          20.1,\n          20.1,\n          19.36,\n          20.1,\n          20.1,\n          20.1,\n          20.1,\n          20.1,\n          20.1,\n          20.1,\n          21.1,\n          20.1,\n          21.86,\n          21.1,\n          22.6,\n          20.1,\n          53.77,\n          53.14,\n          22.1,\n          21.1,\n          20.1,\n          30.82,\n          30.81,\n          22.1,\n          49.9,\n          33.02,\n          22.1,\n          52.74,\n          21.86,\n          19.47,\n          20.1,\n          20.1,\n          20.1,\n          21.92,\n          20.1,\n          20.1,\n          20.1,\n          19.36,\n          19.36,\n          20.1,\n          21.1,\n          20.1,\n          36.74,\n          59.34,\n          53.14,\n          47.42,\n          20.1,\n          19.36,\n          21.86,\n          34.13,\n          52.2,\n          52.13,\n          58.56,\n          61.55,\n          89.06,\n          88.14,\n          86.27,\n          113.95,\n          107.76,\n          114.25,\n          123.08,\n          120.14,\n          64.72,\n          98.61,\n          60.73,\n          72.36,\n          160.24,\n          103.07,\n          147.14,\n          140.3,\n          143.33,\n          98.87,\n          101.99,\n          152.97,\n          134.54,\n          105.4,\n          114.87,\n          152.97,\n          159.26,\n          160.26,\n          160.26,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          122.53,\n          160.24,\n          160.24,\n          121.44,\n          125.69,\n          63.28,\n          69.27,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          160.24,\n          68.1,\n          116.68,\n          107.86,\n          100.04,\n          98.7,\n          99.94,\n          100.15,\n          115.23,\n          101.58,\n          91.94,\n          92.42,\n          54.54,\n          51.13,\n          50.2,\n          39.34,\n          32.16,\n          32.16,\n          36.01,\n          31.73,\n          20.21,\n          31.62,\n          52.13,\n          55.84,\n          38.1,\n          33.45,\n          36.57,\n          20.16,\n          25.36,\n          25.03,\n          28.64,\n          20.1,\n          19.11,\n          20.1,\n          20.1,\n          19.1,\n          20.1,\n          18.1,\n          18.1,\n          13.17,\n          12.83,\n          21.08,\n          52.03,\n          49.05,\n          50.1,\n          36.57,\n          46.98,\n          52.38,\n          51.84,\n          52.1,\n          52.04,\n          49.1,\n          36.69,\n          29.5,\n          44.82,\n          28.62,\n          31.16,\n          29.69,\n          31.91,\n          36.97,\n          36.46\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.tas1.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"094029\",\n      \"network\": \"nem\",\n      \"region\": \"TAS1\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-07-23T01:30:00+10:00\",\n        \"last\": \"2025-07-24T01:00:00+10:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          9.4,\n          10.7,\n          11.5,\n          11.6,\n          11.5,\n          11.5,\n          11.4,\n          11.3,\n          11.1,\n          11.4,\n          11.4,\n          11.4,\n          11.3,\n          11.1,\n          11.3,\n          11.0,\n          11.4,\n          12.9,\n          14.0,\n          14.5,\n          14.9,\n          15.7,\n          16.1,\n          15.2,\n          14.7,\n          13.3,\n          13.6,\n          13.4,\n          13.6,\n          13.2,\n          13.0,\n          12.6,\n          12.2,\n          11.8,\n          11.2,\n          10.8,\n          10.5,\n          10.3,\n          10.1,\n          10.2,\n          9.6,\n          9.6,\n          9.2,\n          9.5,\n          9.55,\n          9.4,\n          9.3,\n          9.4\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-TAS.v4.json",
    "content": "{\n  \"version\": \"4.4.5\",\n  \"created_at\": \"2025-07-30T01:46:13+10:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"NEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2025-07-23T01:45:00+10:00\",\n      \"date_end\": \"2025-07-24T01:40:00+10:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_TAS1|EXPORTS\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"EXPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              22.85\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              25.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              23.8\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              35.4\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              48.2\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              59.5\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              30.5\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              57.65\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              80.85\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              109.25\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              107.1\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              116.9\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              116.9\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              118.1\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              128.5\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              131.25\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              123.6\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              121.75\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              117.2\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              110.5\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              104.05\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              102.25\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              100.7\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              104.05\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              97.95\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              129.4\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              102.55\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              99.5\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              99.5\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              89.7\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              92.75\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              88.5\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              83.6\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              90.35\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              97.95\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              85.15\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              170.3\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              186.15\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              221.25\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              240.8\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              234.1\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              217.3\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              235.6\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              293.6\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              235.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              270.7\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              238.65\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              253.3\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              215.15\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              197.15\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              234.4\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              235.3\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              205.7\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              203.25\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              189.2\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              185.55\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              230.75\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              219.75\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              226.15\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              233.8\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              205.4\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              186.45\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              177.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              181.3\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              177.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              178.55\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              179.75\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              167.25\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              165.4\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              173.05\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              176.7\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              172.1\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              181.3\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              173.3\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              163.55\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              145.85\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              148.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              157.15\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              165.4\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              181.55\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              176.35\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              157.45\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              157.15\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              176.65\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              168.45\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              165.4\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              152.25\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              135.15\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              166.3\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              178.2\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              169.95\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              112.55\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              86.65\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              134.85\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              149.2\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              147.05\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              122.95\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              153.15\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              150.75\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              163.25\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              156.55\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              141.25\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              112.9\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              108.3\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              117.8\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              125.7\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              118.7\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              112.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              103.15\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              101.3\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              98.25\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              98.55\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_TAS1|GAS_OCGT\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"GAS_OCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_TAS1|HYDRO\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"HYDRO\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              573.0738\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              587.6082\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              574.3973\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              566.6638\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              578.9818\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              580.8981\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              593.3594\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              612.0313\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              570.3022\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              587.6766\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              588.6137\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              593.0833\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              593.1904\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              592.1106\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              579.6494\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              587.3361\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              559.8283\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              571.7576\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              561.3365\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              550.7522\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              561.3209\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              542.5248\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              504.1431\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              517.3018\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              511.6696\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              499.0947\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              503.9777\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              517.7159\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              524.0866\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              520.4663\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              515.1685\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              519.6403\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              514.5907\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              510.8975\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              527.9899\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              539.1226\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              543.5105\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              553.709\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              551.3529\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              556.3478\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              564.961\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              561.7285\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              556.626\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              560.1587\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              560.3856\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              568.6401\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              584.8978\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              585.4675\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              706.9212\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              719.4389\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              721.1503\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              741.8669\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              756.3945\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              759.8902\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              775.4967\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              741.3371\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              757.1215\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              767.9674\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              761.4464\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              825.1168\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              895.1109\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              858.1966\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              876.4871\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              881.9956\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              894.1626\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              914.4594\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              907.1252\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              990.6848\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              945.7675\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              931.7814\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              929.1939\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              924.1277\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              932.4789\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              923.0388\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              920.8017\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              919.054\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              907.1207\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              907.5899\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              918.8493\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              932.0243\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              917.6041\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              924.5262\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              932.314\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              931.4605\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              941.0997\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              947.8822\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              939.2075\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              949.9355\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              884.2265\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              891.8645\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              882.8967\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              870.3859\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              856.6453\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              847.6816\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              874.5508\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              862.8961\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              849.0583\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              857.5349\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              844.3634\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              843.1145\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              852.4896\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              840.3254\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              833.5984\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              850.3443\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              844.8123\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              849.1825\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              839.5319\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              771.5558\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              831.7594\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              827.9509\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              828.1622\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              859.3196\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              776.0268\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              802.5469\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              805.6807\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              791.8981\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              788.1094\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              764.1267\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              751.812\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              749.0007\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              741.2531\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              745.6858\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              718.6085\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              724.6131\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              731.646\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              726.5395\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              744.1984\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              738.6047\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              723.1806\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              743.5244\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              748.7076\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              756.9497\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              773.8838\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              784.2594\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              788.8639\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              792.1221\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              808.9029\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              808.2241\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              787.7032\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              795.2204\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              801.0464\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              840.5478\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              781.6355\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              838.3601\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              865.8107\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              776.1285\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              825.8626\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              832.8771\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              816.4068\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              806.9993\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              805.7085\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              841.9373\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              835.5384\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              832.0955\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              889.3743\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              804.6806\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              805.1941\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              788.524\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              785.2385\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              797.5013\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              885.1361\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              822.9566\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              828.9248\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              911.0772\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              961.8811\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              970.0207\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              912.281\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              869.1787\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              853.2024\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              993.7885\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              1061.5848\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              1106.0673\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              1104.4161\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              1143.4269\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              1163.6464\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              1162.0745\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              1179.3308\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              1218.2151\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              1218.3688\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              1224.8855\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              1231.0095\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              1238.1859\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              1235.5831\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              1244.3626\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              1244.9486\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              1257.622\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              1249.9558\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              1303.2939\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              1257.9364\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              1246.687\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              1247.5897\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              1245.0965\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              1247.3002\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              1248.825\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              1245.4473\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              1247.0958\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              1253.3373\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              1251.9468\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              1249.5613\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              1270.9942\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              1338.669\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              1376.0417\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              1355.5752\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              1322.1861\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              1378.9152\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              1502.0254\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              1369.0947\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              1436.0957\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              1380.5914\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              1395.9255\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              1308.0308\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              1276.4226\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              1357.2719\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              1341.288\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              1280.2566\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              1277.9083\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              1244.78\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              1245.9411\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              1332.7025\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              1323.8373\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              1311.698\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              1326.6696\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              1260.1177\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              1231.9424\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              1225.9379\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              1226.4093\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              1225.7888\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              1229.3434\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              1230.1656\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              1226.2608\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              1217.1534\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              1223.3559\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              1223.3963\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              1189.9859\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              1189.5157\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              1169.8826\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              1160.3654\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              1119.1218\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              1119.0965\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              1119.6043\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              1110.7032\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              1111.7305\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              1117.4564\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              1126.175\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              1132.7765\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              1157.8097\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              1113.0038\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              1122.3074\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              1117.9252\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              1054.8211\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              1108.6529\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              1114.7756\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              1110.8883\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              935.3391\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              934.3944\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              990.6076\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              916.7098\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              925.6788\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              907.492\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              909.1332\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              901.6902\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              888.6125\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              892.7397\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              1016.9895\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              1059.2091\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              1044.1143\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              1058.4882\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              1049.6785\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              1050.2957\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              1087.8553\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              1099.4104\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              1091.54\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              1082.3448\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              1040.6272\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              1037.9039\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              1044.9818\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              1044.9936\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              1046.0738\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              1042.1559\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              1040.9006\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              1041.4463\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              1049.3453\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_TAS1|IMPORTS\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"IMPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              34.75\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              38.75\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              36.9\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              37.2\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              45.45\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              24.4\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              24.7\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              30.2\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              38.45\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              25.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              33.55\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              40.25\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              54.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              92.75\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              109.85\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              95.5\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              98.55\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              111.35\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              100.35\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              91.2\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              97.3\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              92.15\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              92.75\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              99.75\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              101.9\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              93.95\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              92.15\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              91.2\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              95.2\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              91.2\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              92.75\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              98.85\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              96.7\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              94.25\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              101.3\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              96.7\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              100.7\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              95.8\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              90.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              94.25\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              93.05\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              98.85\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              97.3\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              87.85\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              97.95\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              76.25\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              76.85\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              79.9\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              75.05\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              28.1\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              51.25\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              25.3\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              25.6\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              25.9\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              25.6\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              25.6\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_TAS1|SOLAR_ROOFTOP\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"SOLAR_ROOFTOP\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              0.1807\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              0.3613\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              0.542\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              0.7227\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              0.9033\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              1.084\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              2.458\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              3.832\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              5.206\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              6.58\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              7.954\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              9.328\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              10.9963\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              12.6647\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              14.333\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              16.0013\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              17.6697\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              19.338\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              21.2922\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              23.2463\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              25.2005\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              27.1547\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              29.1088\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              31.063\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              33.1828\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              35.3027\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              37.4225\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              39.5423\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              41.6622\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              43.782\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              46.5985\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              49.415\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              52.2315\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              55.048\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              57.8645\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              60.681\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              61.3732\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              62.0653\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              62.7575\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              63.4497\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              64.1418\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              64.834\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              66.5848\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              68.3357\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              70.0865\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              71.8373\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              73.5882\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              75.339\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              77.0138\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              78.6887\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              80.3635\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              82.0383\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              83.7132\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              85.388\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              87.626\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              89.864\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              92.102\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              94.34\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              96.578\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              98.816\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              98.029\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              97.242\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              96.455\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              95.668\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              94.881\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              94.094\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              91.9557\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              89.8173\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              87.679\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              85.5407\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              83.4023\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              81.264\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              80.2355\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              79.207\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              78.1785\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              77.15\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              76.1215\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              75.093\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              72.5412\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              69.9893\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              67.4375\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              64.8857\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              62.3338\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              59.782\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              58.6692\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              57.5563\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              56.4435\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              55.3307\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              54.2178\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              53.105\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              51.1838\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              49.2627\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              47.3415\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              45.4203\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              43.4992\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              41.578\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              38.8882\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              36.1983\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              33.5085\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              30.8187\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              28.1288\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              25.439\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              22.853\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              20.267\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              17.681\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              15.095\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              12.509\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              9.923\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              8.5355\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              7.148\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              5.7605\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              4.373\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              2.9855\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              1.598\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              1.332\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              1.066\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              0.8\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              0.534\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              0.268\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              0.002\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              0.0017\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              0.0013\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              0.001\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              0.0007\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              0.0003\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_TAS1|WIND\",\n          \"date_start\": \"2025-07-23T01:45:00+10:00\",\n          \"date_end\": \"2025-07-24T01:40:00+10:00\",\n          \"columns\": {\n            \"region\": \"TAS1\",\n            \"fueltech\": \"WIND\"\n          },\n          \"data\": [\n            [\n              \"2025-07-23T01:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T01:55:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:10:00+10:00\",\n              null\n            ],\n            [\n              \"2025-07-23T02:15:00+10:00\",\n              461.2627\n            ],\n            [\n              \"2025-07-23T02:20:00+10:00\",\n              456.0338\n            ],\n            [\n              \"2025-07-23T02:25:00+10:00\",\n              469.6334\n            ],\n            [\n              \"2025-07-23T02:30:00+10:00\",\n              471.8357\n            ],\n            [\n              \"2025-07-23T02:35:00+10:00\",\n              464.572\n            ],\n            [\n              \"2025-07-23T02:40:00+10:00\",\n              460.7743\n            ],\n            [\n              \"2025-07-23T02:45:00+10:00\",\n              445.0473\n            ],\n            [\n              \"2025-07-23T02:50:00+10:00\",\n              429.1799\n            ],\n            [\n              \"2025-07-23T02:55:00+10:00\",\n              419.6672\n            ],\n            [\n              \"2025-07-23T03:00:00+10:00\",\n              388.961\n            ],\n            [\n              \"2025-07-23T03:05:00+10:00\",\n              377.0889\n            ],\n            [\n              \"2025-07-23T03:10:00+10:00\",\n              397.2748\n            ],\n            [\n              \"2025-07-23T03:15:00+10:00\",\n              380.2733\n            ],\n            [\n              \"2025-07-23T03:20:00+10:00\",\n              367.8413\n            ],\n            [\n              \"2025-07-23T03:25:00+10:00\",\n              357.2638\n            ],\n            [\n              \"2025-07-23T03:30:00+10:00\",\n              380.4764\n            ],\n            [\n              \"2025-07-23T03:35:00+10:00\",\n              377.5727\n            ],\n            [\n              \"2025-07-23T03:40:00+10:00\",\n              392.5751\n            ],\n            [\n              \"2025-07-23T03:45:00+10:00\",\n              399.0774\n            ],\n            [\n              \"2025-07-23T03:50:00+10:00\",\n              385.4717\n            ],\n            [\n              \"2025-07-23T03:55:00+10:00\",\n              399.3182\n            ],\n            [\n              \"2025-07-23T04:00:00+10:00\",\n              436.5165\n            ],\n            [\n              \"2025-07-23T04:05:00+10:00\",\n              466.8105\n            ],\n            [\n              \"2025-07-23T04:10:00+10:00\",\n              466.1326\n            ],\n            [\n              \"2025-07-23T04:15:00+10:00\",\n              465.7824\n            ],\n            [\n              \"2025-07-23T04:20:00+10:00\",\n              470.8092\n            ],\n            [\n              \"2025-07-23T04:25:00+10:00\",\n              461.3026\n            ],\n            [\n              \"2025-07-23T04:30:00+10:00\",\n              468.9302\n            ],\n            [\n              \"2025-07-23T04:35:00+10:00\",\n              465.6153\n            ],\n            [\n              \"2025-07-23T04:40:00+10:00\",\n              477.4545\n            ],\n            [\n              \"2025-07-23T04:45:00+10:00\",\n              473.1979\n            ],\n            [\n              \"2025-07-23T04:50:00+10:00\",\n              483.9649\n            ],\n            [\n              \"2025-07-23T04:55:00+10:00\",\n              489.4839\n            ],\n            [\n              \"2025-07-23T05:00:00+10:00\",\n              485.52\n            ],\n            [\n              \"2025-07-23T05:05:00+10:00\",\n              490.5842\n            ],\n            [\n              \"2025-07-23T05:10:00+10:00\",\n              495.6511\n            ],\n            [\n              \"2025-07-23T05:15:00+10:00\",\n              483.4889\n            ],\n            [\n              \"2025-07-23T05:20:00+10:00\",\n              492.4695\n            ],\n            [\n              \"2025-07-23T05:25:00+10:00\",\n              494.773\n            ],\n            [\n              \"2025-07-23T05:30:00+10:00\",\n              481.3834\n            ],\n            [\n              \"2025-07-23T05:35:00+10:00\",\n              491.9192\n            ],\n            [\n              \"2025-07-23T05:40:00+10:00\",\n              517.4955\n            ],\n            [\n              \"2025-07-23T05:45:00+10:00\",\n              520.265\n            ],\n            [\n              \"2025-07-23T05:50:00+10:00\",\n              520.2487\n            ],\n            [\n              \"2025-07-23T05:55:00+10:00\",\n              521.0031\n            ],\n            [\n              \"2025-07-23T06:00:00+10:00\",\n              520.1434\n            ],\n            [\n              \"2025-07-23T06:05:00+10:00\",\n              524.1917\n            ],\n            [\n              \"2025-07-23T06:10:00+10:00\",\n              525.3653\n            ],\n            [\n              \"2025-07-23T06:15:00+10:00\",\n              519.1738\n            ],\n            [\n              \"2025-07-23T06:20:00+10:00\",\n              519.0531\n            ],\n            [\n              \"2025-07-23T06:25:00+10:00\",\n              532.8846\n            ],\n            [\n              \"2025-07-23T06:30:00+10:00\",\n              519.6366\n            ],\n            [\n              \"2025-07-23T06:35:00+10:00\",\n              515.3811\n            ],\n            [\n              \"2025-07-23T06:40:00+10:00\",\n              519.9444\n            ],\n            [\n              \"2025-07-23T06:45:00+10:00\",\n              518.9577\n            ],\n            [\n              \"2025-07-23T06:50:00+10:00\",\n              516.1324\n            ],\n            [\n              \"2025-07-23T06:55:00+10:00\",\n              514.2859\n            ],\n            [\n              \"2025-07-23T07:00:00+10:00\",\n              511.2465\n            ],\n            [\n              \"2025-07-23T07:05:00+10:00\",\n              514.0804\n            ],\n            [\n              \"2025-07-23T07:10:00+10:00\",\n              512.9003\n            ],\n            [\n              \"2025-07-23T07:15:00+10:00\",\n              515.5091\n            ],\n            [\n              \"2025-07-23T07:20:00+10:00\",\n              504.6836\n            ],\n            [\n              \"2025-07-23T07:25:00+10:00\",\n              496.7822\n            ],\n            [\n              \"2025-07-23T07:30:00+10:00\",\n              498.8539\n            ],\n            [\n              \"2025-07-23T07:35:00+10:00\",\n              496.0925\n            ],\n            [\n              \"2025-07-23T07:40:00+10:00\",\n              481.4006\n            ],\n            [\n              \"2025-07-23T07:45:00+10:00\",\n              491.7207\n            ],\n            [\n              \"2025-07-23T07:50:00+10:00\",\n              474.1285\n            ],\n            [\n              \"2025-07-23T07:55:00+10:00\",\n              464.2299\n            ],\n            [\n              \"2025-07-23T08:00:00+10:00\",\n              478.7967\n            ],\n            [\n              \"2025-07-23T08:05:00+10:00\",\n              476.2766\n            ],\n            [\n              \"2025-07-23T08:10:00+10:00\",\n              483.4982\n            ],\n            [\n              \"2025-07-23T08:15:00+10:00\",\n              471.9969\n            ],\n            [\n              \"2025-07-23T08:20:00+10:00\",\n              479.4422\n            ],\n            [\n              \"2025-07-23T08:25:00+10:00\",\n              482.9305\n            ],\n            [\n              \"2025-07-23T08:30:00+10:00\",\n              480.2906\n            ],\n            [\n              \"2025-07-23T08:35:00+10:00\",\n              481.8945\n            ],\n            [\n              \"2025-07-23T08:40:00+10:00\",\n              484.294\n            ],\n            [\n              \"2025-07-23T08:45:00+10:00\",\n              490.1061\n            ],\n            [\n              \"2025-07-23T08:50:00+10:00\",\n              468.7553\n            ],\n            [\n              \"2025-07-23T08:55:00+10:00\",\n              493.8417\n            ],\n            [\n              \"2025-07-23T09:00:00+10:00\",\n              483.2315\n            ],\n            [\n              \"2025-07-23T09:05:00+10:00\",\n              471.377\n            ],\n            [\n              \"2025-07-23T09:10:00+10:00\",\n              466.4341\n            ],\n            [\n              \"2025-07-23T09:15:00+10:00\",\n              451.9879\n            ],\n            [\n              \"2025-07-23T09:20:00+10:00\",\n              443.7427\n            ],\n            [\n              \"2025-07-23T09:25:00+10:00\",\n              444.0822\n            ],\n            [\n              \"2025-07-23T09:30:00+10:00\",\n              425.9143\n            ],\n            [\n              \"2025-07-23T09:35:00+10:00\",\n              435.7531\n            ],\n            [\n              \"2025-07-23T09:40:00+10:00\",\n              474.9352\n            ],\n            [\n              \"2025-07-23T09:45:00+10:00\",\n              479.6277\n            ],\n            [\n              \"2025-07-23T09:50:00+10:00\",\n              481.4464\n            ],\n            [\n              \"2025-07-23T09:55:00+10:00\",\n              486.6473\n            ],\n            [\n              \"2025-07-23T10:00:00+10:00\",\n              489.9547\n            ],\n            [\n              \"2025-07-23T10:05:00+10:00\",\n              463.896\n            ],\n            [\n              \"2025-07-23T10:10:00+10:00\",\n              486.8472\n            ],\n            [\n              \"2025-07-23T10:15:00+10:00\",\n              499.6781\n            ],\n            [\n              \"2025-07-23T10:20:00+10:00\",\n              483.2574\n            ],\n            [\n              \"2025-07-23T10:25:00+10:00\",\n              489.0109\n            ],\n            [\n              \"2025-07-23T10:30:00+10:00\",\n              484.8609\n            ],\n            [\n              \"2025-07-23T10:35:00+10:00\",\n              474.7502\n            ],\n            [\n              \"2025-07-23T10:40:00+10:00\",\n              480.4133\n            ],\n            [\n              \"2025-07-23T10:45:00+10:00\",\n              481.268\n            ],\n            [\n              \"2025-07-23T10:50:00+10:00\",\n              465.3412\n            ],\n            [\n              \"2025-07-23T10:55:00+10:00\",\n              473.6192\n            ],\n            [\n              \"2025-07-23T11:00:00+10:00\",\n              466.495\n            ],\n            [\n              \"2025-07-23T11:05:00+10:00\",\n              469.4359\n            ],\n            [\n              \"2025-07-23T11:10:00+10:00\",\n              475.8103\n            ],\n            [\n              \"2025-07-23T11:15:00+10:00\",\n              464.1058\n            ],\n            [\n              \"2025-07-23T11:20:00+10:00\",\n              463.1703\n            ],\n            [\n              \"2025-07-23T11:25:00+10:00\",\n              455.5407\n            ],\n            [\n              \"2025-07-23T11:30:00+10:00\",\n              428.7683\n            ],\n            [\n              \"2025-07-23T11:35:00+10:00\",\n              442.6201\n            ],\n            [\n              \"2025-07-23T11:40:00+10:00\",\n              457.1674\n            ],\n            [\n              \"2025-07-23T11:45:00+10:00\",\n              445.911\n            ],\n            [\n              \"2025-07-23T11:50:00+10:00\",\n              455.5486\n            ],\n            [\n              \"2025-07-23T11:55:00+10:00\",\n              453.681\n            ],\n            [\n              \"2025-07-23T12:00:00+10:00\",\n              474.5559\n            ],\n            [\n              \"2025-07-23T12:05:00+10:00\",\n              475.9856\n            ],\n            [\n              \"2025-07-23T12:10:00+10:00\",\n              472.3219\n            ],\n            [\n              \"2025-07-23T12:15:00+10:00\",\n              475.9111\n            ],\n            [\n              \"2025-07-23T12:20:00+10:00\",\n              472.3502\n            ],\n            [\n              \"2025-07-23T12:25:00+10:00\",\n              490.9725\n            ],\n            [\n              \"2025-07-23T12:30:00+10:00\",\n              489.7869\n            ],\n            [\n              \"2025-07-23T12:35:00+10:00\",\n              477.2022\n            ],\n            [\n              \"2025-07-23T12:40:00+10:00\",\n              480.4922\n            ],\n            [\n              \"2025-07-23T12:45:00+10:00\",\n              470.3495\n            ],\n            [\n              \"2025-07-23T12:50:00+10:00\",\n              472.1766\n            ],\n            [\n              \"2025-07-23T12:55:00+10:00\",\n              489.7043\n            ],\n            [\n              \"2025-07-23T13:00:00+10:00\",\n              479.4322\n            ],\n            [\n              \"2025-07-23T13:05:00+10:00\",\n              474.6148\n            ],\n            [\n              \"2025-07-23T13:10:00+10:00\",\n              462.5356\n            ],\n            [\n              \"2025-07-23T13:15:00+10:00\",\n              464.0112\n            ],\n            [\n              \"2025-07-23T13:20:00+10:00\",\n              457.0918\n            ],\n            [\n              \"2025-07-23T13:25:00+10:00\",\n              452.9039\n            ],\n            [\n              \"2025-07-23T13:30:00+10:00\",\n              456.6917\n            ],\n            [\n              \"2025-07-23T13:35:00+10:00\",\n              450.6658\n            ],\n            [\n              \"2025-07-23T13:40:00+10:00\",\n              452.7019\n            ],\n            [\n              \"2025-07-23T13:45:00+10:00\",\n              464.3282\n            ],\n            [\n              \"2025-07-23T13:50:00+10:00\",\n              454.7094\n            ],\n            [\n              \"2025-07-23T13:55:00+10:00\",\n              449.4446\n            ],\n            [\n              \"2025-07-23T14:00:00+10:00\",\n              422.4894\n            ],\n            [\n              \"2025-07-23T14:05:00+10:00\",\n              432.0009\n            ],\n            [\n              \"2025-07-23T14:10:00+10:00\",\n              424.4557\n            ],\n            [\n              \"2025-07-23T14:15:00+10:00\",\n              403.896\n            ],\n            [\n              \"2025-07-23T14:20:00+10:00\",\n              443.1556\n            ],\n            [\n              \"2025-07-23T14:25:00+10:00\",\n              446.2479\n            ],\n            [\n              \"2025-07-23T14:30:00+10:00\",\n              435.7592\n            ],\n            [\n              \"2025-07-23T14:35:00+10:00\",\n              448.2793\n            ],\n            [\n              \"2025-07-23T14:40:00+10:00\",\n              452.3833\n            ],\n            [\n              \"2025-07-23T14:45:00+10:00\",\n              460.107\n            ],\n            [\n              \"2025-07-23T14:50:00+10:00\",\n              424.7643\n            ],\n            [\n              \"2025-07-23T14:55:00+10:00\",\n              433.9281\n            ],\n            [\n              \"2025-07-23T15:00:00+10:00\",\n              434.3134\n            ],\n            [\n              \"2025-07-23T15:05:00+10:00\",\n              441.4035\n            ],\n            [\n              \"2025-07-23T15:10:00+10:00\",\n              464.7046\n            ],\n            [\n              \"2025-07-23T15:15:00+10:00\",\n              470.7085\n            ],\n            [\n              \"2025-07-23T15:20:00+10:00\",\n              489.8164\n            ],\n            [\n              \"2025-07-23T15:25:00+10:00\",\n              491.9494\n            ],\n            [\n              \"2025-07-23T15:30:00+10:00\",\n              485.9719\n            ],\n            [\n              \"2025-07-23T15:35:00+10:00\",\n              459.1102\n            ],\n            [\n              \"2025-07-23T15:40:00+10:00\",\n              474.5308\n            ],\n            [\n              \"2025-07-23T15:45:00+10:00\",\n              475.0498\n            ],\n            [\n              \"2025-07-23T15:50:00+10:00\",\n              465.4274\n            ],\n            [\n              \"2025-07-23T15:55:00+10:00\",\n              457.6096\n            ],\n            [\n              \"2025-07-23T16:00:00+10:00\",\n              481.2225\n            ],\n            [\n              \"2025-07-23T16:05:00+10:00\",\n              484.4973\n            ],\n            [\n              \"2025-07-23T16:10:00+10:00\",\n              455.1436\n            ],\n            [\n              \"2025-07-23T16:15:00+10:00\",\n              481.9958\n            ],\n            [\n              \"2025-07-23T16:20:00+10:00\",\n              470.5125\n            ],\n            [\n              \"2025-07-23T16:25:00+10:00\",\n              459.6089\n            ],\n            [\n              \"2025-07-23T16:30:00+10:00\",\n              492.964\n            ],\n            [\n              \"2025-07-23T16:35:00+10:00\",\n              499.6834\n            ],\n            [\n              \"2025-07-23T16:40:00+10:00\",\n              486.6968\n            ],\n            [\n              \"2025-07-23T16:45:00+10:00\",\n              467.7584\n            ],\n            [\n              \"2025-07-23T16:50:00+10:00\",\n              490.5007\n            ],\n            [\n              \"2025-07-23T16:55:00+10:00\",\n              494.0849\n            ],\n            [\n              \"2025-07-23T17:00:00+10:00\",\n              477.0329\n            ],\n            [\n              \"2025-07-23T17:05:00+10:00\",\n              459.4659\n            ],\n            [\n              \"2025-07-23T17:10:00+10:00\",\n              461.812\n            ],\n            [\n              \"2025-07-23T17:15:00+10:00\",\n              457.2706\n            ],\n            [\n              \"2025-07-23T17:20:00+10:00\",\n              448.8626\n            ],\n            [\n              \"2025-07-23T17:25:00+10:00\",\n              445.6459\n            ],\n            [\n              \"2025-07-23T17:30:00+10:00\",\n              445.5773\n            ],\n            [\n              \"2025-07-23T17:35:00+10:00\",\n              447.8995\n            ],\n            [\n              \"2025-07-23T17:40:00+10:00\",\n              448.2759\n            ],\n            [\n              \"2025-07-23T17:45:00+10:00\",\n              452.7715\n            ],\n            [\n              \"2025-07-23T17:50:00+10:00\",\n              447.4843\n            ],\n            [\n              \"2025-07-23T17:55:00+10:00\",\n              437.409\n            ],\n            [\n              \"2025-07-23T18:00:00+10:00\",\n              447.6948\n            ],\n            [\n              \"2025-07-23T18:05:00+10:00\",\n              444.5649\n            ],\n            [\n              \"2025-07-23T18:10:00+10:00\",\n              425.3522\n            ],\n            [\n              \"2025-07-23T18:15:00+10:00\",\n              435.8044\n            ],\n            [\n              \"2025-07-23T18:20:00+10:00\",\n              424.0951\n            ],\n            [\n              \"2025-07-23T18:25:00+10:00\",\n              414.655\n            ],\n            [\n              \"2025-07-23T18:30:00+10:00\",\n              427.1839\n            ],\n            [\n              \"2025-07-23T18:35:00+10:00\",\n              430.7174\n            ],\n            [\n              \"2025-07-23T18:40:00+10:00\",\n              408.8094\n            ],\n            [\n              \"2025-07-23T18:45:00+10:00\",\n              405.234\n            ],\n            [\n              \"2025-07-23T18:50:00+10:00\",\n              411.4741\n            ],\n            [\n              \"2025-07-23T18:55:00+10:00\",\n              416.1202\n            ],\n            [\n              \"2025-07-23T19:00:00+10:00\",\n              419.3881\n            ],\n            [\n              \"2025-07-23T19:05:00+10:00\",\n              424.9088\n            ],\n            [\n              \"2025-07-23T19:10:00+10:00\",\n              419.9802\n            ],\n            [\n              \"2025-07-23T19:15:00+10:00\",\n              393.5598\n            ],\n            [\n              \"2025-07-23T19:20:00+10:00\",\n              387.1122\n            ],\n            [\n              \"2025-07-23T19:25:00+10:00\",\n              393.5297\n            ],\n            [\n              \"2025-07-23T19:30:00+10:00\",\n              394.6738\n            ],\n            [\n              \"2025-07-23T19:35:00+10:00\",\n              380.5691\n            ],\n            [\n              \"2025-07-23T19:40:00+10:00\",\n              396.3147\n            ],\n            [\n              \"2025-07-23T19:45:00+10:00\",\n              407.18\n            ],\n            [\n              \"2025-07-23T19:50:00+10:00\",\n              398.7868\n            ],\n            [\n              \"2025-07-23T19:55:00+10:00\",\n              386.3437\n            ],\n            [\n              \"2025-07-23T20:00:00+10:00\",\n              402.1084\n            ],\n            [\n              \"2025-07-23T20:05:00+10:00\",\n              399.5406\n            ],\n            [\n              \"2025-07-23T20:10:00+10:00\",\n              404.8915\n            ],\n            [\n              \"2025-07-23T20:15:00+10:00\",\n              401.9416\n            ],\n            [\n              \"2025-07-23T20:20:00+10:00\",\n              389.4701\n            ],\n            [\n              \"2025-07-23T20:25:00+10:00\",\n              376.7601\n            ],\n            [\n              \"2025-07-23T20:30:00+10:00\",\n              360.2178\n            ],\n            [\n              \"2025-07-23T20:35:00+10:00\",\n              393.0019\n            ],\n            [\n              \"2025-07-23T20:40:00+10:00\",\n              384.8729\n            ],\n            [\n              \"2025-07-23T20:45:00+10:00\",\n              386.9357\n            ],\n            [\n              \"2025-07-23T20:50:00+10:00\",\n              364.7383\n            ],\n            [\n              \"2025-07-23T20:55:00+10:00\",\n              370.3111\n            ],\n            [\n              \"2025-07-23T21:00:00+10:00\",\n              374.7075\n            ],\n            [\n              \"2025-07-23T21:05:00+10:00\",\n              361.671\n            ],\n            [\n              \"2025-07-23T21:10:00+10:00\",\n              359.5458\n            ],\n            [\n              \"2025-07-23T21:15:00+10:00\",\n              353.5409\n            ],\n            [\n              \"2025-07-23T21:20:00+10:00\",\n              323.9426\n            ],\n            [\n              \"2025-07-23T21:25:00+10:00\",\n              319.0184\n            ],\n            [\n              \"2025-07-23T21:30:00+10:00\",\n              316.1709\n            ],\n            [\n              \"2025-07-23T21:35:00+10:00\",\n              314.5443\n            ],\n            [\n              \"2025-07-23T21:40:00+10:00\",\n              344.0728\n            ],\n            [\n              \"2025-07-23T21:45:00+10:00\",\n              362.538\n            ],\n            [\n              \"2025-07-23T21:50:00+10:00\",\n              356.4634\n            ],\n            [\n              \"2025-07-23T21:55:00+10:00\",\n              341.7817\n            ],\n            [\n              \"2025-07-23T22:00:00+10:00\",\n              327.4453\n            ],\n            [\n              \"2025-07-23T22:05:00+10:00\",\n              323.3941\n            ],\n            [\n              \"2025-07-23T22:10:00+10:00\",\n              333.5187\n            ],\n            [\n              \"2025-07-23T22:15:00+10:00\",\n              356.1691\n            ],\n            [\n              \"2025-07-23T22:20:00+10:00\",\n              387.9625\n            ],\n            [\n              \"2025-07-23T22:25:00+10:00\",\n              365.8969\n            ],\n            [\n              \"2025-07-23T22:30:00+10:00\",\n              303.809\n            ],\n            [\n              \"2025-07-23T22:35:00+10:00\",\n              291.334\n            ],\n            [\n              \"2025-07-23T22:40:00+10:00\",\n              319.5154\n            ],\n            [\n              \"2025-07-23T22:45:00+10:00\",\n              335.6484\n            ],\n            [\n              \"2025-07-23T22:50:00+10:00\",\n              317.1775\n            ],\n            [\n              \"2025-07-23T22:55:00+10:00\",\n              285.4035\n            ],\n            [\n              \"2025-07-23T23:00:00+10:00\",\n              299.0012\n            ],\n            [\n              \"2025-07-23T23:05:00+10:00\",\n              318.7593\n            ],\n            [\n              \"2025-07-23T23:10:00+10:00\",\n              335.821\n            ],\n            [\n              \"2025-07-23T23:15:00+10:00\",\n              306.3942\n            ],\n            [\n              \"2025-07-23T23:20:00+10:00\",\n              295.7327\n            ],\n            [\n              \"2025-07-23T23:25:00+10:00\",\n              287.79\n            ],\n            [\n              \"2025-07-23T23:30:00+10:00\",\n              274.6135\n            ],\n            [\n              \"2025-07-23T23:35:00+10:00\",\n              282.8453\n            ],\n            [\n              \"2025-07-23T23:40:00+10:00\",\n              270.1957\n            ],\n            [\n              \"2025-07-23T23:45:00+10:00\",\n              285.843\n            ],\n            [\n              \"2025-07-23T23:50:00+10:00\",\n              296.0493\n            ],\n            [\n              \"2025-07-23T23:55:00+10:00\",\n              301.0874\n            ],\n            [\n              \"2025-07-24T00:00:00+10:00\",\n              314.1086\n            ],\n            [\n              \"2025-07-24T00:05:00+10:00\",\n              308.8416\n            ],\n            [\n              \"2025-07-24T00:10:00+10:00\",\n              287.5377\n            ],\n            [\n              \"2025-07-24T00:15:00+10:00\",\n              265.717\n            ],\n            [\n              \"2025-07-24T00:20:00+10:00\",\n              274.4172\n            ],\n            [\n              \"2025-07-24T00:25:00+10:00\",\n              268.8143\n            ],\n            [\n              \"2025-07-24T00:30:00+10:00\",\n              278.5585\n            ],\n            [\n              \"2025-07-24T00:35:00+10:00\",\n              275.0861\n            ],\n            [\n              \"2025-07-24T00:40:00+10:00\",\n              252.9142\n            ],\n            [\n              \"2025-07-24T00:45:00+10:00\",\n              228.2095\n            ],\n            [\n              \"2025-07-24T00:50:00+10:00\",\n              204.616\n            ],\n            [\n              \"2025-07-24T00:55:00+10:00\",\n              213.0977\n            ],\n            [\n              \"2025-07-24T01:00:00+10:00\",\n              244.4737\n            ],\n            [\n              \"2025-07-24T01:05:00+10:00\",\n              258.2245\n            ],\n            [\n              \"2025-07-24T01:10:00+10:00\",\n              269.6053\n            ],\n            [\n              \"2025-07-24T01:15:00+10:00\",\n              255.362\n            ],\n            [\n              \"2025-07-24T01:20:00+10:00\",\n              243.0397\n            ],\n            [\n              \"2025-07-24T01:25:00+10:00\",\n              225.5475\n            ],\n            [\n              \"2025-07-24T01:30:00+10:00\",\n              221.7178\n            ],\n            [\n              \"2025-07-24T01:35:00+10:00\",\n              210.0379\n            ],\n            [\n              \"2025-07-24T01:40:00+10:00\",\n              203.2528\n            ]\n          ]\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-VIC.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.8\",\n  \"network\": \"nem\",\n  \"code\": \"VIC1\",\n  \"region\": \"VIC1\",\n  \"created_at\": \"2025-03-23T20:31:18+10:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.nem.vic1.demand\",\n      \"type\": \"power\",\n      \"code\": \"NEM\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          4549.77,\n          4458.79,\n          4503.88,\n          4533.67,\n          4435.9,\n          4472.81,\n          4398.26,\n          4360.04,\n          4306.99,\n          4320.3,\n          4214.74,\n          4178.62,\n          4175.2,\n          4248.29,\n          4237.68,\n          4161.96,\n          4195.37,\n          4171.61,\n          4143.98,\n          4041.0,\n          4035.93,\n          4137.19,\n          4035.45,\n          4058.77,\n          4087.35,\n          4072.97,\n          4031.56,\n          3967.1,\n          3961.83,\n          3989.08,\n          3953.62,\n          4075.83,\n          4179.61,\n          4187.43,\n          4240.23,\n          4213.88,\n          4202.49,\n          4144.93,\n          4149.45,\n          4141.94,\n          4127.62,\n          4038.21,\n          4084.35,\n          4111.76,\n          4071.36,\n          4055.93,\n          3986.33,\n          4031.42,\n          4019.88,\n          4024.2,\n          4034.24,\n          4058.53,\n          4037.55,\n          3983.52,\n          3884.27,\n          3931.44,\n          3969.43,\n          3971.03,\n          3933.48,\n          3920.34,\n          3912.99,\n          3887.09,\n          3832.48,\n          3825.03,\n          3875.71,\n          3850.18,\n          3853.16,\n          3839.82,\n          3857.29,\n          3839.34,\n          3802.12,\n          3734.82,\n          3726.13,\n          3769.78,\n          3756.26,\n          3769.96,\n          3774.57,\n          3765.63,\n          3768.6,\n          3758.8,\n          3716.85,\n          3733.18,\n          3814.42,\n          3830.91,\n          3866.63,\n          3827.34,\n          3875.93,\n          3897.21,\n          3926.13,\n          3845.9,\n          3849.6,\n          3949.4,\n          4038.22,\n          4047.76,\n          4095.5,\n          4135.41,\n          4152.89,\n          4104.71,\n          4151.09,\n          4163.41,\n          4196.63,\n          4302.22,\n          4370.66,\n          4320.95,\n          4512.3,\n          4556.57,\n          4610.1,\n          4670.82,\n          4658.25,\n          4790.71,\n          4897.7,\n          4945.89,\n          4988.8,\n          5101.31,\n          5160.07,\n          5224.37,\n          5281.53,\n          5340.35,\n          5493.34,\n          5549.99,\n          5519.98,\n          5585.38,\n          5651.35,\n          5674.14,\n          5629.26,\n          5603.85,\n          5590.8,\n          5570.62,\n          5534.03,\n          5474.01,\n          5477.42,\n          5457.72,\n          5418.88,\n          5360.37,\n          5216.96,\n          5178.17,\n          5176.48,\n          5117.22,\n          5056.79,\n          4999.91,\n          4979.12,\n          4906.55,\n          4808.97,\n          4777.05,\n          4789.57,\n          4699.65,\n          4621.26,\n          4623.29,\n          4579.45,\n          4538.1,\n          4407.9,\n          4372.18,\n          4403.08,\n          4321.21,\n          4124.75,\n          4101.9,\n          4010.13,\n          3969.37,\n          3905.47,\n          3901.71,\n          3881.06,\n          3964.68,\n          3835.15,\n          3739.57,\n          3910.91,\n          3846.39,\n          3808.02,\n          3824.68,\n          3812.24,\n          3768.56,\n          3818.03,\n          3851.91,\n          3809.13,\n          3842.06,\n          3772.37,\n          3904.36,\n          3869.11,\n          3756.79,\n          3898.31,\n          3835.24,\n          3791.65,\n          3679.68,\n          3616.2,\n          3778.32,\n          3603.38,\n          3630.63,\n          3615.37,\n          3445.71,\n          3526.45,\n          3455.14,\n          3394.95,\n          3324.37,\n          3243.71,\n          3219.42,\n          3182.8,\n          3198.12,\n          3258.5,\n          3196.51,\n          3301.08,\n          3218.66,\n          3293.52,\n          3214.62,\n          3244.53,\n          3154.12,\n          3131.77,\n          3230.84,\n          3208.8,\n          3155.32,\n          3170.25,\n          3198.06,\n          3156.58,\n          3260.73,\n          3248.61,\n          3258.89,\n          3317.67,\n          3353.82,\n          3367.01,\n          3405.84,\n          3422.55,\n          3413.48,\n          3445.6,\n          3475.24,\n          3501.04,\n          3544.84,\n          3690.64,\n          3703.7,\n          3750.12,\n          3825.24,\n          3847.28,\n          3905.73,\n          3899.19,\n          4053.76,\n          4079.45,\n          4236.41,\n          4382.96,\n          4501.4,\n          4411.32,\n          4536.83,\n          4576.93,\n          4658.18,\n          4649.91,\n          4692.69,\n          4838.98,\n          4906.92,\n          5027.62,\n          5071.15,\n          5105.67,\n          5157.16,\n          5166.86,\n          5224.13,\n          5159.11,\n          5246.32,\n          5257.99,\n          5339.99,\n          5392.11,\n          5380.37,\n          5456.44,\n          5539.86,\n          5573.47,\n          5602.4,\n          5607.27,\n          5545.14,\n          5539.36,\n          5659.64,\n          5670.11,\n          5660.82,\n          5611.8,\n          5665.57,\n          5684.08,\n          5682.67,\n          5618.03,\n          5655.24,\n          5636.98,\n          5601.63,\n          5698.05,\n          5632.79,\n          5599.73,\n          5571.43,\n          5518.69,\n          5498.51,\n          5503.03,\n          5369.3,\n          5322.75,\n          5333.15,\n          5327.81,\n          5254.28,\n          5272.9,\n          5272.29\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.battery_charging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_charging\",\n      \"code\": \"battery_charging\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          6.1062,\n          16.7815,\n          0.17,\n          24.8372,\n          57.9304,\n          25.7624,\n          29.7673,\n          9.0981,\n          47.51,\n          25.05,\n          40.3383,\n          54.4026,\n          53.1148,\n          37.07,\n          31.37,\n          33.6785,\n          35.0094,\n          65.953,\n          11.766,\n          30.829,\n          62.339,\n          21.38,\n          11.48,\n          20.3039,\n          33.9245,\n          51.6606,\n          38.187,\n          55.2283,\n          79.8193,\n          47.87,\n          52.2728,\n          19.39,\n          0.17,\n          28.6794,\n          15.5084,\n          0.1798,\n          9.1014,\n          18.3464,\n          11.8313,\n          14.2636,\n          1.0119,\n          5.6058,\n          0.16,\n          0.9059,\n          0.18,\n          0.8213,\n          0.9536,\n          1.4965,\n          0.6522,\n          0.2033,\n          3.4275,\n          1.8564,\n          4.1305,\n          3.0544,\n          14.9925,\n          12.3046,\n          0.18,\n          0.17,\n          5.2158,\n          1.1243,\n          0.17,\n          0.905,\n          0.7778,\n          1.3256,\n          2.1427,\n          6.8181,\n          1.5148,\n          0.576,\n          1.3408,\n          11.4673,\n          3.6032,\n          1.0453,\n          36.6469,\n          5.401,\n          8.3135,\n          9.2602,\n          6.3051,\n          4.905,\n          4.4247,\n          4.8311,\n          0.5056,\n          0.18,\n          0.18,\n          2.4128,\n          3.9464,\n          3.4903,\n          0.18,\n          0.2006,\n          0.5732,\n          0.8906,\n          0.5997,\n          0.2375,\n          0.17,\n          1.251,\n          42.8296,\n          14.7036,\n          1.2205,\n          0.9768,\n          16.78,\n          29.0935,\n          10.1895,\n          0.7405,\n          0.5882,\n          1.3639,\n          0.18,\n          0.76,\n          0.18,\n          0.6544,\n          0.18,\n          0.16,\n          0.18,\n          0.18,\n          0.17,\n          0.16,\n          0.18,\n          0.18,\n          0.15,\n          0.17,\n          0.8405,\n          0.1841,\n          0.6909,\n          0.5915,\n          1.2321,\n          0.16,\n          0.813,\n          0.8539,\n          0.4298,\n          3.8729,\n          2.6588,\n          4.4847,\n          3.5803,\n          0.7369,\n          7.9086,\n          6.9966,\n          1.4928,\n          0.15,\n          0.16,\n          13.42,\n          23.6671,\n          21.4219,\n          2.319,\n          10.8439,\n          3.9848,\n          1.618,\n          0.17,\n          50.8947,\n          48.1074,\n          0.17,\n          9.7061,\n          9.1942,\n          28.9261,\n          29.3662,\n          0.1,\n          6.6287,\n          41.4746,\n          57.261,\n          7.1431,\n          60.6516,\n          50.7593,\n          185.2675,\n          17.457,\n          83.749,\n          92.5207,\n          140.6119,\n          93.96,\n          25.1518,\n          71.5695,\n          160.0082,\n          175.7861,\n          251.6989,\n          292.9762,\n          307.954,\n          261.4094,\n          236.954,\n          291.3932,\n          209.507,\n          157.5372,\n          228.7431,\n          209.741,\n          206.3858,\n          270.8639,\n          211.994,\n          269.2386,\n          289.205,\n          226.385,\n          220.2071,\n          215.9503,\n          249.0125,\n          208.376,\n          235.4142,\n          266.68,\n          288.4827,\n          255.8919,\n          200.083,\n          236.7819,\n          46.1557,\n          18.66,\n          36.5056,\n          27.64,\n          21.5292,\n          20.45,\n          24.1151,\n          34.27,\n          8.8991,\n          24.2388,\n          1.64,\n          3.02,\n          0.7058,\n          13.7921,\n          0.18,\n          1.7654,\n          17.9352,\n          76.2295,\n          60.7136,\n          28.6277,\n          12.719,\n          16.0391,\n          1.68,\n          40.3295,\n          8.9953,\n          32.911,\n          7.3698,\n          0.16,\n          2.9345,\n          3.46,\n          15.55,\n          6.45,\n          0.3,\n          0.17,\n          1.0082,\n          15.8025,\n          0.18,\n          37.2178,\n          78.3709,\n          1.092,\n          24.2528,\n          46.1409,\n          28.78,\n          0.37,\n          0.16,\n          1.4524,\n          0.18,\n          0.17,\n          41.07,\n          5.94,\n          36.6657,\n          9.9063,\n          46.066,\n          6.46,\n          42.822,\n          51.625,\n          0.17,\n          6.6971,\n          5.1407,\n          2.4992,\n          1.4543,\n          1.0638,\n          0.8874,\n          3.5372,\n          0.8271,\n          0.6428,\n          1.3866,\n          0.855,\n          0.17,\n          0.9743,\n          2.6126,\n          0.7181,\n          1.2016,\n          0.8218,\n          1.466,\n          2.4247,\n          1.7082,\n          1.5742,\n          0.66,\n          0.78,\n          3.4732,\n          0.7141,\n          0.5909,\n          0.8258,\n          0.17,\n          0.8914,\n          12.0145,\n          0.17,\n          0.77,\n          0.9882,\n          3.9053,\n          0.871,\n          0.17\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.battery_discharging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_discharging\",\n      \"code\": \"battery_discharging\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.02,\n          6.1316,\n          0.05,\n          0.0,\n          0.02,\n          0.07,\n          0.0,\n          1.3154,\n          1.1914,\n          0.0,\n          0.025,\n          0.0,\n          2.0726,\n          10.4391,\n          0.69,\n          0.8,\n          2.4372,\n          1.1585,\n          1.202,\n          1.0112,\n          5.4314,\n          4.755,\n          1.1,\n          1.11,\n          0.97,\n          1.07,\n          1.15,\n          1.12,\n          1.5378,\n          1.18,\n          2.7612,\n          5.3373,\n          0.95,\n          0.86,\n          3.096,\n          0.89,\n          1.12,\n          1.1,\n          1.06,\n          1.679,\n          1.18,\n          8.3913,\n          2.395,\n          12.2837,\n          38.75,\n          40.84,\n          1.7,\n          38.73,\n          41.79,\n          30.3,\n          34.55,\n          38.44,\n          24.61,\n          17.72,\n          1.13,\n          49.3926,\n          48.6983,\n          41.41,\n          40.52,\n          21.5822,\n          1.85,\n          39.46,\n          40.05,\n          37.18,\n          31.73,\n          39.705,\n          41.733,\n          35.33,\n          16.27,\n          38.11,\n          30.47,\n          1.11,\n          22.7469,\n          35.51,\n          30.48,\n          35.13,\n          35.9144,\n          32.52,\n          26.145,\n          39.635,\n          44.3031,\n          45.5259,\n          41.49,\n          33.27,\n          29.17,\n          45.8767,\n          43.945,\n          41.86,\n          39.31,\n          39.235,\n          42.59,\n          36.8176,\n          30.29,\n          0.855,\n          0.97,\n          16.4,\n          8.1,\n          16.9969,\n          1.48,\n          5.62,\n          18.998,\n          44.467,\n          15.168,\n          47.3581,\n          25.8378,\n          15.5602,\n          80.11,\n          102.8385,\n          91.0313,\n          154.2682,\n          136.2355,\n          163.2752,\n          105.4334,\n          182.7669,\n          225.0908,\n          172.3746,\n          205.6363,\n          152.494,\n          117.193,\n          178.815,\n          164.36,\n          40.84,\n          53.2905,\n          51.003,\n          36.196,\n          28.545,\n          45.48,\n          43.21,\n          39.33,\n          32.02,\n          24.61,\n          13.862,\n          16.612,\n          10.7,\n          18.7355,\n          10.6405,\n          2.7486,\n          1.06,\n          1.13,\n          1.22,\n          1.16,\n          1.02,\n          1.1021,\n          7.566,\n          0.99,\n          1.14,\n          49.06,\n          33.723,\n          0.97,\n          0.93,\n          1.04,\n          37.6641,\n          9.3,\n          1.05,\n          1.5004,\n          34.35,\n          2.6,\n          1.1,\n          0.0,\n          6.5874,\n          0.0,\n          null,\n          null,\n          0.8581,\n          1.11,\n          1.27,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          null,\n          0.0035,\n          null,\n          0.4848,\n          0.0,\n          null,\n          0.343,\n          0.0,\n          null,\n          0.0329,\n          null,\n          0.0832,\n          0.0141,\n          0.0,\n          null,\n          null,\n          3.7429,\n          0.0,\n          0.4332,\n          null,\n          null,\n          5.9267,\n          null,\n          null,\n          4.266,\n          0.26,\n          2.9106,\n          0.153,\n          2.1907,\n          0.341,\n          3.4553,\n          1.24,\n          0.0,\n          9.0867,\n          0.3273,\n          4.04,\n          0.0,\n          28.1207,\n          31.0,\n          0.0,\n          null,\n          null,\n          0.46,\n          0.76,\n          1.38,\n          3.4036,\n          0.52,\n          1.45,\n          8.4697,\n          0.92,\n          41.0395,\n          7.15,\n          4.413,\n          2.8964,\n          4.5032,\n          6.8281,\n          45.1905,\n          32.54,\n          2.492,\n          9.7718,\n          0.84,\n          0.75,\n          11.65,\n          12.6,\n          1.75,\n          2.4389,\n          2.8585,\n          7.8468,\n          1.537,\n          9.1255,\n          29.1218,\n          21.6586,\n          2.2285,\n          98.486,\n          41.92,\n          11.991,\n          3.3335,\n          0.91,\n          1.04,\n          11.5048,\n          99.06,\n          99.93,\n          0.48,\n          7.452,\n          101.684,\n          101.592,\n          198.593,\n          108.863,\n          110.702,\n          102.399,\n          128.257,\n          129.5387,\n          115.89,\n          103.86,\n          139.46,\n          133.248,\n          102.8,\n          119.65,\n          98.18,\n          106.644,\n          170.12,\n          130.1904,\n          120.0859,\n          99.53,\n          103.78,\n          104.825,\n          101.64,\n          102.9443,\n          100.34,\n          99.96,\n          74.7449,\n          100.7842,\n          65.35,\n          0.65,\n          1.184,\n          3.5687\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.coal_brown.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"coal_brown\",\n      \"code\": \"coal_brown\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          236.1267,\n          236.6291,\n          250.1554,\n          254.0012,\n          260.7863,\n          261.2328,\n          260.98,\n          259.6653,\n          263.9346,\n          262.6464,\n          262.1304,\n          262.4523,\n          261.9992,\n          263.4743,\n          269.0434,\n          268.7527,\n          263.6987,\n          263.0371,\n          263.0729,\n          263.0493,\n          265.0197,\n          267.2197,\n          269.8652,\n          263.7459,\n          262.4368,\n          260.9447,\n          264.175,\n          265.1509,\n          265.4912,\n          268.6831,\n          265.6187,\n          268.9124,\n          267.4142,\n          264.7963,\n          270.7423,\n          272.9622,\n          270.8238,\n          269.8086,\n          270.1116,\n          271.8778,\n          267.503,\n          272.1621,\n          274.0067,\n          272.5969,\n          287.9148,\n          293.9222,\n          295.4437,\n          308.8108,\n          317.4494,\n          321.8921,\n          328.1104,\n          330.7314,\n          333.7629,\n          333.4957,\n          327.2532,\n          325.482,\n          328.5509,\n          326.8348,\n          326.7711,\n          324.4818,\n          323.071,\n          330.9103,\n          335.8513,\n          332.1158,\n          340.7667,\n          345.2813,\n          345.0752,\n          341.4281,\n          343.7284,\n          347.4885,\n          344.1834,\n          342.6205,\n          335.3364,\n          331.1997,\n          327.3524,\n          327.8405,\n          331.1245,\n          329.9807,\n          326.5534,\n          327.7727,\n          327.6974,\n          329.579,\n          334.6286,\n          339.8461,\n          341.9995,\n          345.381,\n          343.0312,\n          348.936,\n          356.2951,\n          354.7771,\n          354.4081,\n          353.2435,\n          368.3789,\n          378.4636,\n          388.329,\n          393.7927,\n          391.2973,\n          394.9467,\n          397.9007,\n          395.1585,\n          393.1523,\n          395.7555,\n          397.5702,\n          395.0467,\n          399.2396,\n          395.1716,\n          397.9435,\n          398.8442,\n          403.7757,\n          407.8076,\n          411.5577,\n          413.2093,\n          413.1616,\n          417.1352,\n          415.8683,\n          419.4109,\n          419.328,\n          418.9059,\n          417.253,\n          419.2504,\n          415.5556,\n          416.8888,\n          416.4036,\n          421.2195,\n          417.127,\n          417.4975,\n          419.2609,\n          416.8044,\n          412.583,\n          408.227,\n          405.0775,\n          403.697,\n          402.5651,\n          399.8802,\n          400.5424,\n          405.3143,\n          408.9633,\n          410.1353,\n          393.0668,\n          373.623,\n          379.594,\n          365.6958,\n          376.2089,\n          382.0446,\n          386.4153,\n          377.444,\n          376.9976,\n          366.524,\n          367.1766,\n          354.1253,\n          351.978,\n          341.1141,\n          343.78,\n          323.5146,\n          325.3853,\n          311.4268,\n          306.2915,\n          290.1357,\n          275.375,\n          262.8423,\n          262.9244,\n          251.7808,\n          236.8575,\n          233.2511,\n          237.9812,\n          231.3539,\n          229.9183,\n          228.5431,\n          228.5986,\n          228.7977,\n          228.2728,\n          231.5827,\n          227.7182,\n          229.1228,\n          226.0739,\n          229.5208,\n          225.5668,\n          223.8998,\n          227.0969,\n          224.1943,\n          223.1009,\n          226.0351,\n          225.2023,\n          223.2,\n          222.9091,\n          223.0906,\n          221.7824,\n          216.319,\n          220.0611,\n          216.2847,\n          219.9576,\n          216.4163,\n          216.4244,\n          220.611,\n          215.8627,\n          216.925,\n          227.5455,\n          217.4365,\n          221.6841,\n          218.8613,\n          222.8768,\n          218.9284,\n          221.2718,\n          218.9186,\n          219.9383,\n          225.0741,\n          230.4406,\n          234.5284,\n          226.6855,\n          234.0502,\n          228.8227,\n          222.4505,\n          223.1174,\n          224.1074,\n          226.9145,\n          225.6624,\n          225.6547,\n          228.2475,\n          224.7123,\n          228.1402,\n          231.5633,\n          227.0247,\n          232.5107,\n          229.7169,\n          237.7152,\n          239.0518,\n          245.1907,\n          255.6648,\n          261.2486,\n          264.1176,\n          269.5589,\n          277.2722,\n          277.5847,\n          281.7071,\n          289.689,\n          296.78,\n          305.7492,\n          311.9248,\n          319.9719,\n          332.3449,\n          335.814,\n          331.3604,\n          344.3941,\n          348.7321,\n          353.2906,\n          352.6206,\n          358.1076,\n          366.4818,\n          373.9841,\n          375.9379,\n          379.3904,\n          389.3289,\n          387.2245,\n          391.8508,\n          395.0854,\n          400.9073,\n          405.5502,\n          410.209,\n          410.8193,\n          417.8017,\n          419.5588,\n          418.8871,\n          419.4611,\n          421.96,\n          419.4946,\n          417.3691,\n          420.0219,\n          419.5657,\n          418.7593,\n          417.4777,\n          417.7656,\n          419.5054,\n          418.9395,\n          422.0709,\n          422.3174,\n          419.3069,\n          420.3185,\n          420.143,\n          419.5952,\n          419.7568,\n          418.9256,\n          418.3349,\n          420.3556,\n          418.3315,\n          418.2886,\n          418.0434,\n          419.9883,\n          420.4463\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.coal_brown.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"coal_brown\",\n      \"code\": \"coal_brown\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.1002,\n          0.1002,\n          0.1,\n          0.0998,\n          0.0996,\n          0.0995,\n          0.0996,\n          0.0996,\n          0.0995,\n          0.0996,\n          0.0996,\n          0.0995,\n          0.0996,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0997,\n          0.0996,\n          0.0996,\n          0.0997,\n          0.0996,\n          0.0996,\n          0.0995,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0996,\n          0.0996,\n          0.0996,\n          0.0996,\n          0.0996,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0996,\n          0.0995,\n          0.0995,\n          0.0995,\n          0.0992,\n          0.0991,\n          0.0992,\n          0.099,\n          0.0989,\n          0.099,\n          0.0991,\n          0.0992,\n          0.0993,\n          0.0994,\n          0.0995,\n          0.0995,\n          0.0996,\n          0.0997,\n          0.0998,\n          0.0999,\n          0.1,\n          0.1,\n          0.1,\n          0.1,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.1,\n          0.1,\n          0.1,\n          0.1,\n          0.1001,\n          0.1,\n          0.1,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0998,\n          0.0998,\n          0.0998,\n          0.0998,\n          0.0998,\n          0.0996,\n          0.0995,\n          0.0994,\n          0.0993,\n          0.0994,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0993,\n          0.0994,\n          0.0994,\n          0.0995,\n          0.0996,\n          0.0996,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0996,\n          0.0995,\n          0.0994,\n          0.0994,\n          0.0993,\n          0.0993,\n          0.0994,\n          0.0994,\n          0.0995,\n          0.0996,\n          0.0998,\n          0.0995,\n          0.0997,\n          0.0995,\n          0.0995,\n          0.0994,\n          0.0994,\n          0.0994,\n          0.0996,\n          0.0995,\n          0.0997,\n          0.0996,\n          0.0998,\n          0.0997,\n          0.0998,\n          0.0998,\n          0.0999,\n          0.0998,\n          0.0999,\n          0.1,\n          0.1001,\n          0.0999,\n          0.1001,\n          0.1002,\n          0.1002,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1002,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1,\n          0.1,\n          0.1,\n          0.0999,\n          0.1,\n          0.1,\n          0.0999,\n          0.1,\n          0.1,\n          0.0999,\n          0.1,\n          0.1002,\n          0.1001,\n          0.1002,\n          0.1001,\n          0.1002,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1,\n          0.1001,\n          0.1002,\n          0.1001,\n          0.1001,\n          0.1,\n          0.0998,\n          0.0999,\n          0.1,\n          0.0998,\n          0.0999,\n          0.1,\n          0.1,\n          0.1,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.1,\n          0.0999,\n          0.0999,\n          0.0998,\n          0.0999,\n          0.0998,\n          0.1,\n          0.1001,\n          0.1002,\n          0.1003,\n          0.1004,\n          0.1004,\n          0.1006,\n          0.1006,\n          0.1006,\n          0.1005,\n          0.1004,\n          0.1003,\n          0.1002,\n          0.1002,\n          0.1002,\n          0.1001,\n          0.1,\n          0.0999,\n          0.1,\n          0.0999,\n          0.0999,\n          0.1,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1001,\n          0.1,\n          0.1,\n          0.1,\n          0.0999,\n          0.0999,\n          0.0999,\n          0.0998,\n          0.0998,\n          0.0998,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997,\n          0.0997\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.coal_brown.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"coal_brown\",\n      \"code\": \"coal_brown\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          2355.8751,\n          2360.8125,\n          2501.375,\n          2546.2813,\n          2619.0313,\n          2624.2188,\n          2620.5626,\n          2607.1251,\n          2652.0938,\n          2636.8125,\n          2632.7188,\n          2636.5938,\n          2630.7813,\n          2646.6563,\n          2703.3438,\n          2701.2813,\n          2646.2188,\n          2640.0938,\n          2641.0,\n          2639.5313,\n          2660.0313,\n          2682.0626,\n          2713.4376,\n          2646.5625,\n          2633.5,\n          2618.3125,\n          2650.75,\n          2659.7813,\n          2664.0938,\n          2697.5,\n          2666.0938,\n          2699.5313,\n          2684.2813,\n          2658.5001,\n          2721.9688,\n          2744.1563,\n          2722.5625,\n          2712.4688,\n          2715.4375,\n          2732.4688,\n          2686.9063,\n          2736.1875,\n          2755.0625,\n          2740.7813,\n          2901.2188,\n          2966.375,\n          2979.2813,\n          3120.6563,\n          3210.8126,\n          3251.1563,\n          3311.8126,\n          3335.6563,\n          3360.0938,\n          3354.3125,\n          3288.8438,\n          3270.0313,\n          3298.2188,\n          3277.8751,\n          3272.875,\n          3247.1875,\n          3229.25,\n          3310.375,\n          3359.9375,\n          3320.5938,\n          3410.1563,\n          3456.875,\n          3453.8751,\n          3417.3125,\n          3440.6875,\n          3479.0938,\n          3445.2813,\n          3427.5313,\n          3353.9063,\n          3311.5625,\n          3272.0938,\n          3275.875,\n          3310.3438,\n          3298.5625,\n          3263.0625,\n          3275.625,\n          3274.3125,\n          3293.7813,\n          3345.9063,\n          3402.2813,\n          3423.1876,\n          3458.6563,\n          3432.875,\n          3494.6875,\n          3571.6875,\n          3555.0313,\n          3550.2813,\n          3539.75,\n          3697.0938,\n          3805.5,\n          3907.2813,\n          3964.5313,\n          3938.2813,\n          3976.5,\n          4006.5001,\n          3979.0,\n          3958.9375,\n          3986.0938,\n          4003.0626,\n          3978.75,\n          4021.0313,\n          3980.0626,\n          4007.4375,\n          4014.1876,\n          4061.3438,\n          4098.7188,\n          4133.75,\n          4148.6875,\n          4145.8751,\n          4183.9376,\n          4170.5938,\n          4205.9376,\n          4205.4375,\n          4201.4375,\n          4183.2813,\n          4203.7813,\n          4166.5001,\n          4179.5001,\n          4175.2813,\n          4224.2813,\n          4182.8125,\n          4185.9688,\n          4204.625,\n          4179.4688,\n          4140.2813,\n          4098.9688,\n          4070.6251,\n          4059.5938,\n          4050.0,\n          4025.6563,\n          4031.9688,\n          4078.125,\n          4112.2813,\n          4121.5313,\n          3945.6563,\n          3745.5938,\n          3813.1876,\n          3668.1563,\n          3780.8125,\n          3840.9688,\n          3889.0,\n          3797.1876,\n          3790.9375,\n          3680.0938,\n          3690.5,\n          3553.0938,\n          3533.0938,\n          3418.0938,\n          3447.4375,\n          3240.4376,\n          3260.4063,\n          3117.4688,\n          3069.1876,\n          2904.8438,\n          2754.4376,\n          2626.5313,\n          2631.1875,\n          2516.2501,\n          2362.8126,\n          2328.1251,\n          2377.0626,\n          2311.4063,\n          2297.3438,\n          2283.9063,\n          2283.6876,\n          2285.25,\n          2279.7813,\n          2311.5938,\n          2274.3125,\n          2289.0938,\n          2259.5938,\n          2295.1875,\n          2256.3438,\n          2239.2813,\n          2272.1876,\n          2243.0313,\n          2231.7813,\n          2261.5938,\n          2252.9063,\n          2231.4375,\n          2230.4063,\n          2230.9063,\n          2214.5001,\n          2160.0626,\n          2197.0313,\n          2160.0625,\n          2196.125,\n          2161.2188,\n          2161.25,\n          2202.8438,\n          2155.9063,\n          2166.5938,\n          2276.2188,\n          2171.4688,\n          2215.0313,\n          2186.4376,\n          2227.8126,\n          2186.9063,\n          2209.0626,\n          2187.0001,\n          2196.5938,\n          2250.6563,\n          2308.4688,\n          2348.1251,\n          2267.7813,\n          2345.2188,\n          2291.1251,\n          2225.0,\n          2231.5938,\n          2241.0626,\n          2271.2188,\n          2258.5313,\n          2258.3438,\n          2282.9375,\n          2248.3438,\n          2282.9063,\n          2320.1875,\n          2272.2813,\n          2329.1875,\n          2297.9688,\n          2374.4688,\n          2384.9688,\n          2443.4375,\n          2547.4063,\n          2600.8751,\n          2624.8126,\n          2679.625,\n          2757.3125,\n          2761.8125,\n          2804.5001,\n          2887.8438,\n          2962.6875,\n          3052.5313,\n          3113.2813,\n          3197.25,\n          3323.375,\n          3360.3438,\n          3315.1876,\n          3448.0,\n          3490.9375,\n          3533.5313,\n          3523.75,\n          3577.9375,\n          3661.0938,\n          3736.5313,\n          3757.0625,\n          3792.75,\n          3894.0313,\n          3873.6251,\n          3920.9688,\n          3954.7813,\n          4014.4688,\n          4062.6251,\n          4110.8126,\n          4117.7188,\n          4189.0313,\n          4207.5001,\n          4200.5626,\n          4206.8126,\n          4231.7188,\n          4206.7501,\n          4185.3438,\n          4212.2501,\n          4208.1563,\n          4199.1251,\n          4186.1876,\n          4189.0,\n          4206.9063,\n          4201.3126,\n          4232.8125,\n          4235.6563,\n          4205.3438,\n          4215.25,\n          4213.8438,\n          4208.0001,\n          4209.0625,\n          4201.5,\n          4194.4063,\n          4215.1251,\n          4195.1876,\n          4194.7813,\n          4191.8438,\n          4211.375,\n          4216.1251\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.exports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          23.698,\n          22.4344,\n          24.4677,\n          27.3757,\n          33.2516,\n          31.3941,\n          30.148,\n          34.0606,\n          37.2306,\n          37.3748,\n          33.191,\n          41.9511,\n          40.7071,\n          40.0459,\n          43.0162,\n          42.1777,\n          40.9019,\n          41.0851,\n          40.8651,\n          39.8275,\n          38.7037,\n          38.9494,\n          45.4892,\n          42.5558,\n          42.786,\n          42.4067,\n          41.3919,\n          39.4405,\n          36.5755,\n          39.1497,\n          40.7019,\n          43.1183,\n          44.0542,\n          41.4283,\n          44.9212,\n          45.0237,\n          43.867,\n          44.9672,\n          45.2271,\n          47.0879,\n          46.3263,\n          51.1655,\n          48.7469,\n          47.6931,\n          55.4066,\n          57.1308,\n          55.2004,\n          65.1101,\n          68.0175,\n          70.5985,\n          71.8253,\n          77.4821,\n          79.1837,\n          79.8709,\n          79.516,\n          79.3355,\n          82.0755,\n          79.9665,\n          73.7677,\n          78.7977,\n          78.1235,\n          80.5727,\n          84.4701,\n          89.4956,\n          91.6245,\n          93.9066,\n          95.1131,\n          96.187,\n          95.9598,\n          97.2175,\n          88.9613,\n          98.5968,\n          94.8148,\n          94.4467,\n          93.2682,\n          91.6363,\n          93.2154,\n          93.2267,\n          91.8195,\n          93.1218,\n          94.7872,\n          94.1613,\n          94.8846,\n          94.9621,\n          95.1986,\n          97.6026,\n          96.2719,\n          98.3156,\n          99.9996,\n          100.2889,\n          100.8244,\n          97.8065,\n          100.5416,\n          103.5699,\n          101.981,\n          104.0918,\n          102.4633,\n          105.0119,\n          104.5095,\n          101.2196,\n          99.9091,\n          99.8268,\n          98.4734,\n          96.7541,\n          94.0217,\n          89.4835,\n          90.0631,\n          77.231,\n          79.5396,\n          78.405,\n          80.4907,\n          79.1465,\n          75.9475,\n          66.6914,\n          64.2595,\n          62.7714,\n          58.9362,\n          44.4678,\n          53.5103,\n          24.6519,\n          26.9017,\n          21.0373,\n          12.6857,\n          13.9976,\n          13.3957,\n          14.8245,\n          19.8011,\n          31.8912,\n          31.8695,\n          31.3969,\n          23.8565,\n          33.6666,\n          33.7778,\n          35.5635,\n          36.8904,\n          41.9565,\n          39.4385,\n          42.5137,\n          42.3481,\n          39.679,\n          43.6086,\n          42.748,\n          39.2893,\n          54.5047,\n          49.6438,\n          58.3668,\n          54.6522,\n          64.0584,\n          55.8738,\n          61.3927,\n          59.2946,\n          64.5485,\n          55.6632,\n          62.0207,\n          52.5981,\n          64.0491,\n          61.2968,\n          55.3129,\n          54.9872,\n          58.1759,\n          56.1644,\n          53.9096,\n          53.2327,\n          56.1579,\n          56.512,\n          54.5122,\n          51.5976,\n          47.9887,\n          47.1452,\n          44.457,\n          42.9956,\n          35.6743,\n          35.3748,\n          36.2092,\n          34.3786,\n          33.726,\n          33.7233,\n          32.5916,\n          41.6856,\n          27.4309,\n          28.9829,\n          27.4329,\n          29.0785,\n          27.4098,\n          27.7924,\n          26.6567,\n          28.4514,\n          28.979,\n          27.8879,\n          27.7894,\n          28.4119,\n          28.0195,\n          28.9676,\n          27.7248,\n          37.5522,\n          48.9222,\n          48.4914,\n          47.5842,\n          48.428,\n          44.8308,\n          43.5354,\n          43.5708,\n          34.6099,\n          42.0056,\n          42.7394,\n          43.0156,\n          43.3375,\n          42.577,\n          40.8178,\n          37.049,\n          35.6798,\n          28.575,\n          26.8011,\n          27.547,\n          35.6802,\n          28.9852,\n          28.0887,\n          27.3986,\n          31.263,\n          38.2809,\n          38.4072,\n          39.2393,\n          38.9817,\n          42.7539,\n          43.4451,\n          42.937,\n          36.3326,\n          43.8942,\n          43.155,\n          43.9629,\n          47.4372,\n          47.1408,\n          46.0857,\n          46.5251,\n          45.3402,\n          33.2158,\n          35.8658,\n          34.2954,\n          39.2299,\n          26.2501,\n          26.7163,\n          25.6199,\n          40.2352,\n          51.14,\n          51.48,\n          48.9839,\n          50.6357,\n          41.3063,\n          41.6597,\n          38.164,\n          28.063,\n          35.411,\n          35.8621,\n          33.6433,\n          36.1224,\n          42.9789,\n          42.0386,\n          43.8385,\n          48.4402,\n          49.6417,\n          48.3204,\n          47.56,\n          34.284,\n          39.9986,\n          40.6018,\n          41.3133,\n          44.7957,\n          46.0879,\n          42.8756,\n          44.3785,\n          47.4941,\n          47.6025,\n          47.1648,\n          53.5112,\n          43.8872,\n          46.6338,\n          48.8414,\n          49.1695,\n          49.842,\n          51.0728,\n          51.5144,\n          51.7268,\n          53.6628,\n          54.8917,\n          53.2642,\n          54.7509,\n          53.6255,\n          58.2982\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.exports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.5288,\n          0.546,\n          0.5764,\n          0.5708,\n          0.5736,\n          0.5807,\n          0.5825,\n          0.5949,\n          0.5953,\n          0.6103,\n          0.6059,\n          0.6094,\n          0.6159,\n          0.6197,\n          0.6309,\n          0.6378,\n          0.6332,\n          0.6255,\n          0.633,\n          0.643,\n          0.6518,\n          0.6562,\n          0.6549,\n          0.6508,\n          0.6446,\n          0.6336,\n          0.6381,\n          0.6391,\n          0.637,\n          0.6431,\n          0.6377,\n          0.6421,\n          0.6446,\n          0.6508,\n          0.6541,\n          0.659,\n          0.6556,\n          0.6524,\n          0.6387,\n          0.6418,\n          0.6366,\n          0.6378,\n          0.6586,\n          0.6698,\n          0.6813,\n          0.6884,\n          0.7007,\n          0.7231,\n          0.7324,\n          0.7358,\n          0.745,\n          0.7499,\n          0.7548,\n          0.763,\n          0.7609,\n          0.7725,\n          0.7645,\n          0.7676,\n          0.773,\n          0.7675,\n          0.7726,\n          0.7807,\n          0.7783,\n          0.7793,\n          0.7894,\n          0.7956,\n          0.795,\n          0.7993,\n          0.8026,\n          0.8084,\n          0.804,\n          0.8012,\n          0.7986,\n          0.7924,\n          0.7873,\n          0.7906,\n          0.7866,\n          0.7849,\n          0.7835,\n          0.78,\n          0.782,\n          0.789,\n          0.7973,\n          0.8023,\n          0.8031,\n          0.8026,\n          0.8051,\n          0.8156,\n          0.8227,\n          0.8223,\n          0.8245,\n          0.8227,\n          0.8401,\n          0.8516,\n          0.8658,\n          0.8649,\n          0.8738,\n          0.8856,\n          0.8948,\n          0.8898,\n          0.8772,\n          0.8686,\n          0.8616,\n          0.8689,\n          0.8698,\n          0.8721,\n          0.8782,\n          0.8661,\n          0.866,\n          0.8692,\n          0.8425,\n          0.8526,\n          0.8613,\n          0.8756,\n          0.8635,\n          0.8643,\n          0.8814,\n          0.8662,\n          0.8816,\n          0.877,\n          0.8548,\n          0.8703,\n          0.9021,\n          0.8792,\n          0.8837,\n          0.8791,\n          0.8747,\n          0.8635,\n          0.8512,\n          0.8408,\n          0.83,\n          0.8268,\n          0.8247,\n          0.8322,\n          0.866,\n          0.8647,\n          0.8625,\n          0.8711,\n          0.8617,\n          0.8536,\n          0.8528,\n          0.8459,\n          0.8535,\n          0.8567,\n          0.8581,\n          0.8632,\n          0.8647,\n          0.8583,\n          0.8652,\n          0.8438,\n          0.8381,\n          0.8121,\n          0.7921,\n          0.7803,\n          0.7579,\n          0.7495,\n          0.7297,\n          0.706,\n          0.6817,\n          0.676,\n          0.6768,\n          0.6512,\n          0.633,\n          0.6503,\n          0.6608,\n          0.6629,\n          0.6669,\n          0.6595,\n          0.6807,\n          0.6764,\n          0.6738,\n          0.6889,\n          0.6839,\n          0.6953,\n          0.6831,\n          0.7087,\n          0.6883,\n          0.6979,\n          0.7189,\n          0.712,\n          0.7189,\n          0.7359,\n          0.7416,\n          0.7222,\n          0.7212,\n          0.7198,\n          0.736,\n          0.7422,\n          0.7379,\n          0.7373,\n          0.7395,\n          0.7349,\n          0.7377,\n          0.7401,\n          0.7146,\n          0.7134,\n          0.7408,\n          0.7205,\n          0.7323,\n          0.7271,\n          0.7112,\n          0.7076,\n          0.7306,\n          0.7057,\n          0.721,\n          0.7387,\n          0.7433,\n          0.7619,\n          0.7573,\n          0.7597,\n          0.7394,\n          0.7487,\n          0.7314,\n          0.7489,\n          0.7281,\n          0.7242,\n          0.7083,\n          0.6936,\n          0.6772,\n          0.6844,\n          0.6964,\n          0.6851,\n          0.6759,\n          0.6841,\n          0.7011,\n          0.693,\n          0.6968,\n          0.7027,\n          0.7047,\n          0.7084,\n          0.7118,\n          0.7124,\n          0.7191,\n          0.7273,\n          0.7292,\n          0.7362,\n          0.757,\n          0.7804,\n          0.7873,\n          0.7971,\n          0.7909,\n          0.7838,\n          0.7858,\n          0.8036,\n          0.8145,\n          0.8079,\n          0.8346,\n          0.8403,\n          0.8492,\n          0.8274,\n          0.8124,\n          0.8087,\n          0.801,\n          0.812,\n          0.8231,\n          0.8236,\n          0.8195,\n          0.819,\n          0.807,\n          0.8361,\n          0.8515,\n          0.8546,\n          0.8553,\n          0.8591,\n          0.8534,\n          0.8594,\n          0.8606,\n          0.8633,\n          0.8681,\n          0.8664,\n          0.8524,\n          0.8492,\n          0.8374,\n          0.842,\n          0.8421,\n          0.8453,\n          0.842,\n          0.8444,\n          0.8439,\n          0.848,\n          0.8555,\n          0.8582,\n          0.8727,\n          0.8698,\n          0.8498,\n          0.8501,\n          0.8728,\n          0.8717\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.exports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"exports\",\n      \"code\": \"exports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          537.7892,\n          493.0855,\n          509.4074,\n          575.4729,\n          695.5955,\n          648.7821,\n          621.0353,\n          687.1035,\n          750.4725,\n          734.8471,\n          657.3144,\n          826.071,\n          793.1324,\n          775.448,\n          818.1574,\n          793.5967,\n          775.1563,\n          788.2182,\n          774.6764,\n          743.3072,\n          712.5413,\n          712.2326,\n          833.4966,\n          784.6568,\n          796.5196,\n          803.1824,\n          778.35,\n          740.5207,\n          688.9754,\n          730.5098,\n          765.9565,\n          805.8581,\n          820.1024,\n          763.9461,\n          824.0737,\n          819.8156,\n          802.9833,\n          827.0554,\n          849.6845,\n          880.3763,\n          873.2067,\n          962.6891,\n          888.1258,\n          854.4995,\n          975.8472,\n          995.8254,\n          945.2987,\n          1080.4953,\n          1114.3964,\n          1151.3506,\n          1156.8981,\n          1239.9578,\n          1258.9626,\n          1256.1514,\n          1254.0797,\n          1232.4213,\n          1288.3751,\n          1250.0963,\n          1145.1054,\n          1231.9473,\n          1213.3421,\n          1238.4369,\n          1302.3212,\n          1378.092,\n          1392.7549,\n          1416.3401,\n          1435.7098,\n          1444.1382,\n          1434.7842,\n          1443.0594,\n          1327.775,\n          1476.7898,\n          1424.8031,\n          1430.3237,\n          1421.6617,\n          1390.8103,\n          1422.0795,\n          1425.2193,\n          1406.2431,\n          1432.6882,\n          1454.5248,\n          1432.1372,\n          1428.0329,\n          1420.3676,\n          1422.4413,\n          1459.3225,\n          1434.8459,\n          1446.5706,\n          1458.6493,\n          1463.6069,\n          1467.3993,\n          1426.6926,\n          1436.0773,\n          1459.4645,\n          1413.5323,\n          1444.2611,\n          1407.1829,\n          1422.9131,\n          1401.4818,\n          1365.1325,\n          1366.7853,\n          1379.0998,\n          1371.4922,\n          1336.2161,\n          1297.201,\n          1231.3143,\n          1230.5973,\n          1070.0349,\n          1102.1259,\n          1082.3948,\n          1146.4698,\n          1113.9047,\n          1058.072,\n          914.03,\n          893.0407,\n          871.5468,\n          802.3779,\n          616.0062,\n          728.3808,\n          337.3241,\n          377.6512,\n          290.0818,\n          168.75,\n          191.05,\n          181.9,\n          202.35,\n          271.65,\n          443.2,\n          449.3,\n          448.1,\n          344.9,\n          488.6189,\n          491.5028,\n          512.7876,\n          511.2089,\n          582.2481,\n          548.6925,\n          585.6627,\n          589.7365,\n          557.7996,\n          613.6549,\n          606.3981,\n          552.4114,\n          763.4315,\n          694.2497,\n          811.361,\n          758.4492,\n          895.655,\n          774.9694,\n          873.0397,\n          849.0245,\n          953.7506,\n          843.2807,\n          953.8076,\n          832.8044,\n          1025.4054,\n          1008.0131,\n          940.1437,\n          967.9403,\n          1032.7824,\n          995.778,\n          993.4277,\n          1009.0821,\n          1036.2509,\n          1026.2029,\n          986.7561,\n          928.4905,\n          873.1348,\n          831.1245,\n          788.7103,\n          765.6891,\n          621.4187,\n          620.6688,\n          624.9295,\n          603.9524,\n          571.0369,\n          587.9791,\n          560.3996,\n          695.8637,\n          462.3361,\n          483.7903,\n          447.3404,\n          470.5095,\n          455.433,\n          462.4504,\n          444.4,\n          463.9,\n          468.5563,\n          453.55,\n          452.3,\n          461.0696,\n          457.5,\n          471.2149,\n          449.55,\n          630.6162,\n          822.956,\n          785.5471,\n          792.5514,\n          793.6257,\n          739.9037,\n          734.5801,\n          738.8653,\n          568.4915,\n          714.3114,\n          711.3403,\n          698.7834,\n          699.6544,\n          670.6042,\n          646.7921,\n          585.2389,\n          579.0446,\n          458.0009,\n          439.7009,\n          441.3922,\n          588.0372,\n          480.2951,\n          475.8793,\n          474.0287,\n          553.9893,\n          671.217,\n          661.7851,\n          687.274,\n          692.0355,\n          749.9262,\n          743.584,\n          743.4777,\n          625.7424,\n          749.5945,\n          734.8547,\n          744.7461,\n          799.7568,\n          794.1073,\n          769.0759,\n          767.5951,\n          746.1004,\n          541.3864,\n          568.5338,\n          527.3222,\n          597.9125,\n          395.2041,\n          405.3582,\n          392.2618,\n          614.3971,\n          763.7066,\n          758.4568,\n          727.5578,\n          728.0602,\n          589.9095,\n          588.6927,\n          553.484,\n          414.5,\n          525.4767,\n          537.2528,\n          497.2,\n          526.6241,\n          626.1739,\n          615.5612,\n          642.3601,\n          720.306,\n          712.4505,\n          680.9983,\n          667.8298,\n          480.998,\n          558.7221,\n          570.9004,\n          576.8516,\n          624.5987,\n          640.6039,\n          592.6931,\n          614.6322,\n          668.6182,\n          672.6964,\n          675.8808,\n          762.6359,\n          625.3919,\n          661.9905,\n          696.1144,\n          698.7467,\n          708.7715,\n          722.7609,\n          722.5816,\n          723.2832,\n          737.8484,\n          757.2726,\n          752.1429,\n          772.8847,\n          737.2798,\n          802.5233\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          2.4112,\n          4.8778,\n          4.9548,\n          4.924,\n          4.8563,\n          3.8023,\n          6.2242,\n          6.749,\n          4.27,\n          3.6315,\n          3.7022,\n          9.2896,\n          12.7803,\n          12.9147,\n          18.3304,\n          18.9806,\n          16.5355,\n          18.9838,\n          18.927,\n          18.775,\n          18.9529,\n          15.1326,\n          18.8345,\n          19.0969,\n          19.1215,\n          19.1706,\n          19.0418,\n          17.9612,\n          17.8151,\n          19.0526,\n          19.1922,\n          18.9569,\n          16.5024,\n          14.0433,\n          16.1653,\n          16.1407,\n          13.7759,\n          10.6427,\n          9.4334,\n          9.4532,\n          9.4164,\n          9.4624\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0615,\n          0.0615,\n          0.0616,\n          0.0616,\n          0.0616,\n          0.0616,\n          0.0615,\n          0.0616,\n          0.0615,\n          0.066,\n          0.0615,\n          0.0553,\n          0.053,\n          0.0501,\n          0.0507,\n          0.0505,\n          0.0492,\n          0.0506,\n          0.0506,\n          0.0506,\n          0.0505,\n          0.0495,\n          0.0505,\n          0.0505,\n          0.0505,\n          0.0505,\n          0.0505,\n          0.0499,\n          0.0498,\n          0.0505,\n          0.0505,\n          0.0504,\n          0.0491,\n          0.0484,\n          0.0488,\n          0.0488,\n          0.0494,\n          0.0504,\n          0.0511,\n          0.051,\n          0.0511,\n          0.0511\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          39.175,\n          79.25,\n          80.5,\n          80.0,\n          78.9,\n          61.775,\n          101.125,\n          109.65,\n          69.375,\n          55.0,\n          60.15,\n          168.125,\n          241.025,\n          257.625,\n          361.8,\n          375.65,\n          335.925,\n          375.45,\n          374.275,\n          371.3,\n          375.2,\n          305.8,\n          373.025,\n          378.3,\n          378.7,\n          379.75,\n          376.9,\n          360.1,\n          357.475,\n          377.075,\n          380.1,\n          376.025,\n          336.4,\n          290.125,\n          331.175,\n          330.775,\n          278.95,\n          211.1,\n          184.625,\n          185.2,\n          184.35,\n          185.35\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.hydro.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"hydro\",\n      \"code\": \"hydro\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.06,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.05,\n          0.01,\n          0.05,\n          0.01,\n          0.05,\n          0.01,\n          0.01,\n          0.05,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.02,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.02,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          13.31,\n          13.01,\n          13.01,\n          12.91,\n          12.91,\n          12.91,\n          172.21,\n          177.41,\n          177.31,\n          176.81,\n          176.51,\n          177.81,\n          164.41,\n          235.01,\n          218.61,\n          337.61,\n          391.71,\n          267.43,\n          193.25,\n          393.04,\n          386.23,\n          408.89,\n          439.93,\n          434.33,\n          418.87,\n          419.15,\n          414.49,\n          382.99,\n          375.95,\n          273.63,\n          109.57,\n          107.75,\n          108.73,\n          81.41,\n          31.65,\n          2.49,\n          0.09,\n          0.09,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          26.01,\n          0.05,\n          25.53,\n          51.09,\n          53.17,\n          53.28,\n          53.41,\n          53.17,\n          53.13,\n          53.17,\n          53.13,\n          53.01,\n          53.33,\n          53.01,\n          53.13,\n          53.04,\n          53.53,\n          53.0,\n          52.85,\n          53.04,\n          52.89,\n          56.12,\n          30.575,\n          6.56,\n          3.585,\n          4.07,\n          3.41,\n          4.685,\n          4.025,\n          2.375,\n          0.505,\n          0.12,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.0,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.0,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.0,\n          0.01,\n          0.0,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.0,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          0.01,\n          20.11,\n          61.51,\n          61.81,\n          61.45,\n          61.25,\n          53.85,\n          0.05,\n          106.55,\n          161.55,\n          386.25,\n          542.75,\n          638.75,\n          641.83,\n          644.39,\n          722.47,\n          791.7101,\n          815.97,\n          868.43,\n          920.94,\n          854.35,\n          787.91,\n          824.8101,\n          852.87,\n          867.71,\n          944.07,\n          899.95,\n          868.35,\n          866.85,\n          864.71,\n          855.69,\n          965.43,\n          971.2101,\n          982.3701,\n          984.21,\n          983.49,\n          959.83,\n          963.39,\n          915.45,\n          906.01,\n          865.89,\n          784.73,\n          742.39,\n          688.39,\n          668.73,\n          802.09,\n          819.65,\n          642.57,\n          632.93\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.imports.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.3736,\n          0.3774,\n          0.4458,\n          0.4534,\n          0.483,\n          0.4693,\n          0.3842,\n          0.3351,\n          0.3693,\n          0.4768,\n          0.474,\n          0.6059,\n          0.5668,\n          0.6152,\n          0.6387,\n          0.6231,\n          0.6317,\n          0.6421,\n          0.6318,\n          0.5647,\n          0.5715,\n          0.5898,\n          0.6311,\n          0.6436,\n          0.641,\n          0.6249,\n          0.5446,\n          0.3997,\n          0.3165,\n          0.3505,\n          0.3963,\n          0.4138,\n          0.5188,\n          0.5319,\n          0.6933,\n          0.805,\n          0.778,\n          0.7702,\n          0.7291,\n          0.6762,\n          0.6755,\n          0.6953,\n          0.7271,\n          0.7248,\n          0.7452,\n          0.6932,\n          0.7061,\n          0.6239,\n          0.6029,\n          0.6292,\n          0.6004,\n          0.5574,\n          0.5478,\n          0.5706,\n          0.5739,\n          0.6433,\n          0.6997,\n          0.6777,\n          0.6562,\n          0.7307,\n          0.7435,\n          0.692,\n          0.6718,\n          0.6399,\n          0.6512,\n          0.6553,\n          0.6906,\n          0.7648,\n          0.7553,\n          0.7393,\n          0.7297,\n          0.7705,\n          0.7786,\n          0.8267,\n          0.8082,\n          0.8543,\n          0.8828,\n          0.8744,\n          0.8637,\n          0.882,\n          0.8934,\n          0.8961,\n          0.8465,\n          0.8524,\n          0.855,\n          0.8676,\n          0.9067,\n          0.8845,\n          0.8569,\n          0.8213,\n          0.8606,\n          0.8361,\n          0.845,\n          0.8015,\n          0.8244,\n          0.802,\n          0.775,\n          0.7816,\n          0.8464,\n          0.8125,\n          0.8014,\n          0.8459,\n          0.8264,\n          0.7833,\n          0.8426,\n          0.7917,\n          0.8115,\n          0.8176,\n          0.7071,\n          0.767,\n          0.7419,\n          0.7421,\n          0.7065,\n          0.7031,\n          0.6687,\n          0.6708,\n          0.6764,\n          0.5913,\n          0.6266,\n          0.5346,\n          0.4935,\n          0.4696,\n          2.9421,\n          10.7015,\n          12.1177,\n          11.8911,\n          15.797,\n          19.3466,\n          16.9236,\n          15.0543,\n          3.1381,\n          14.8547,\n          13.2869,\n          14.2615,\n          15.8335,\n          16.6806,\n          13.3252,\n          14.5455,\n          16.5342,\n          17.0945,\n          16.2909,\n          16.9377,\n          11.8591,\n          14.664,\n          11.6324,\n          16.8506,\n          14.3992,\n          18.157,\n          13.9775,\n          16.5821,\n          13.8302,\n          15.2364,\n          9.4656,\n          14.6012,\n          8.2201,\n          9.4013,\n          6.3753,\n          6.3575,\n          7.4129,\n          14.3913,\n          11.0876,\n          12.6548,\n          13.8826,\n          19.4427,\n          20.8905,\n          19.7135,\n          13.1051,\n          22.0574,\n          22.7829,\n          21.6668,\n          22.1449,\n          23.219,\n          22.0947,\n          23.5059,\n          21.7987,\n          23.9104,\n          22.0556,\n          21.5094,\n          23.3243,\n          23.1761,\n          24.685,\n          21.9675,\n          23.0251,\n          23.1364,\n          20.6265,\n          20.1621,\n          21.6245,\n          21.2312,\n          20.1141,\n          19.8268,\n          21.4856,\n          17.9997,\n          16.9844,\n          14.9752,\n          18.4881,\n          17.1218,\n          16.4592,\n          16.4063,\n          17.0778,\n          12.967,\n          11.7682,\n          11.8787,\n          14.0857,\n          9.5086,\n          9.8237,\n          10.1681,\n          9.2997,\n          6.3696,\n          7.5424,\n          4.7391,\n          4.0003,\n          4.0931,\n          2.6719,\n          3.5174,\n          9.2727,\n          4.9925,\n          3.9028,\n          2.4541,\n          5.0779,\n          5.9911,\n          6.8002,\n          7.6513,\n          5.8846,\n          8.5048,\n          9.5429,\n          9.1513,\n          8.7667,\n          10.4436,\n          8.8077,\n          10.7384,\n          12.2299,\n          9.0432,\n          10.2376,\n          13.3348,\n          11.1713,\n          8.0662,\n          7.6475,\n          9.3651,\n          10.7856,\n          4.2447,\n          2.9303,\n          3.7609,\n          12.8088,\n          20.4398,\n          22.4478,\n          22.1386,\n          23.7592,\n          24.4155,\n          23.1832,\n          18.5677,\n          2.7398,\n          0.0894,\n          0.1055,\n          0.0959,\n          0.6043,\n          0.8876,\n          0.8677,\n          1.0182,\n          1.5311,\n          0.5409,\n          0.3783,\n          0.1902,\n          0.0,\n          2.8428,\n          4.2924,\n          6.5874,\n          6.9927,\n          13.8795,\n          11.3071,\n          12.7031,\n          11.103,\n          10.1258,\n          7.6864,\n          12.1588,\n          5.5031,\n          8.3208,\n          8.4363,\n          8.679,\n          8.9889,\n          9.2027,\n          10.4483,\n          8.2537,\n          10.7778,\n          15.9073,\n          12.0571,\n          11.3114,\n          13.1124,\n          16.2922\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.imports.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.023,\n          0.0228,\n          0.0243,\n          0.023,\n          0.0219,\n          0.0228,\n          0.0239,\n          0.024,\n          0.0243,\n          0.023,\n          0.022,\n          0.0228,\n          0.0223,\n          0.0233,\n          0.023,\n          0.0222,\n          0.0222,\n          0.0222,\n          0.0237,\n          0.0233,\n          0.024,\n          0.0242,\n          0.0233,\n          0.0225,\n          0.0226,\n          0.0229,\n          0.0248,\n          0.0255,\n          0.0271,\n          0.0272,\n          0.0255,\n          0.0273,\n          0.0247,\n          0.0226,\n          0.0221,\n          0.0228,\n          0.0221,\n          0.022,\n          0.0223,\n          0.0223,\n          0.0229,\n          0.0222,\n          0.0234,\n          0.0224,\n          0.0225,\n          0.0221,\n          0.0224,\n          0.0226,\n          0.023,\n          0.0232,\n          0.023,\n          0.0226,\n          0.0228,\n          0.0227,\n          0.0225,\n          0.0227,\n          0.0233,\n          0.0228,\n          0.0222,\n          0.0227,\n          0.0233,\n          0.0229,\n          0.023,\n          0.0228,\n          0.0223,\n          0.0225,\n          0.0226,\n          0.0229,\n          0.0229,\n          0.0226,\n          0.0224,\n          0.0223,\n          0.0221,\n          0.0222,\n          0.022,\n          0.0218,\n          0.0226,\n          0.0221,\n          0.022,\n          0.0226,\n          0.0225,\n          0.0229,\n          0.0232,\n          0.0223,\n          0.0226,\n          0.0229,\n          0.0234,\n          0.0231,\n          0.0227,\n          0.0225,\n          0.0228,\n          0.0229,\n          0.0234,\n          0.0225,\n          0.0225,\n          0.0235,\n          0.0224,\n          0.0224,\n          0.0235,\n          0.0222,\n          0.0226,\n          0.023,\n          0.023,\n          0.0227,\n          0.0231,\n          0.0222,\n          0.0232,\n          0.0226,\n          0.0234,\n          0.0233,\n          0.0235,\n          0.0229,\n          0.0222,\n          0.0228,\n          0.0229,\n          0.0235,\n          0.0232,\n          0.0231,\n          0.0232,\n          0.024,\n          0.0236,\n          0.0238,\n          0.1373,\n          0.37,\n          0.4017,\n          0.4102,\n          0.4725,\n          0.5409,\n          0.4934,\n          0.4779,\n          0.1641,\n          0.5884,\n          0.5723,\n          0.5547,\n          0.5408,\n          0.5475,\n          0.5431,\n          0.5308,\n          0.499,\n          0.4818,\n          0.4731,\n          0.4561,\n          0.4479,\n          0.4353,\n          0.4287,\n          0.3976,\n          0.413,\n          0.3906,\n          0.3886,\n          0.368,\n          0.3608,\n          0.3463,\n          0.3426,\n          0.3291,\n          0.3293,\n          0.3206,\n          0.3296,\n          0.3265,\n          0.3295,\n          0.3169,\n          0.3187,\n          0.321,\n          0.3171,\n          0.3048,\n          0.3189,\n          0.3128,\n          0.3065,\n          0.3116,\n          0.3169,\n          0.319,\n          0.3184,\n          0.3215,\n          0.3162,\n          0.3212,\n          0.3132,\n          0.323,\n          0.3134,\n          0.31,\n          0.3137,\n          0.3074,\n          0.3095,\n          0.3094,\n          0.3089,\n          0.3123,\n          0.3103,\n          0.3126,\n          0.3115,\n          0.3133,\n          0.3161,\n          0.3056,\n          0.3188,\n          0.313,\n          0.3134,\n          0.3196,\n          0.3073,\n          0.3093,\n          0.32,\n          0.3104,\n          0.3104,\n          0.3116,\n          0.3147,\n          0.3099,\n          0.3029,\n          0.3118,\n          0.3051,\n          0.3039,\n          0.3063,\n          0.3128,\n          0.3149,\n          0.3228,\n          0.327,\n          0.3415,\n          0.36,\n          0.358,\n          0.3767,\n          0.3662,\n          0.3658,\n          0.381,\n          0.3778,\n          0.3734,\n          0.3738,\n          0.3759,\n          0.3812,\n          0.3743,\n          0.384,\n          0.3969,\n          0.4176,\n          0.4265,\n          0.429,\n          0.4469,\n          0.4686,\n          0.4828,\n          0.4817,\n          0.4828,\n          0.4855,\n          0.4897,\n          0.5019,\n          0.5068,\n          0.5133,\n          0.5202,\n          0.5276,\n          0.5378,\n          0.5361,\n          0.5397,\n          0.5447,\n          0.5447,\n          0.5495,\n          0.5567,\n          0.5724,\n          0.5828,\n          0.4939,\n          0.0369,\n          0.0323,\n          0.0316,\n          0.0583,\n          0.0575,\n          0.0595,\n          0.0751,\n          0.1069,\n          0.0851,\n          0.0854,\n          0.0885,\n          0.0,\n          0.6681,\n          0.6685,\n          0.668,\n          0.6687,\n          0.6692,\n          0.6667,\n          0.6662,\n          0.666,\n          0.6705,\n          0.6662,\n          0.6688,\n          0.6671,\n          0.6698,\n          0.6701,\n          0.6688,\n          0.6661,\n          0.664,\n          0.6643,\n          0.6635,\n          0.6651,\n          0.6638,\n          0.6612,\n          0.658,\n          0.6585,\n          0.6575\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.imports.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"imports\",\n      \"code\": \"imports\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          194.9775,\n          198.4888,\n          219.7712,\n          236.7316,\n          264.2481,\n          247.0365,\n          193.11,\n          167.589,\n          182.3265,\n          248.2496,\n          258.9072,\n          319.5456,\n          304.3652,\n          316.2816,\n          332.8565,\n          336.5301,\n          341.2273,\n          346.7565,\n          319.3311,\n          291.1246,\n          285.6496,\n          292.1357,\n          325.2358,\n          342.6719,\n          340.2868,\n          327.3095,\n          263.4623,\n          187.8133,\n          140.3513,\n          154.5902,\n          186.5447,\n          181.6355,\n          251.9876,\n          282.4382,\n          375.9191,\n          424.1079,\n          421.9357,\n          420.0384,\n          392.4852,\n          363.8951,\n          353.2697,\n          375.7269,\n          372.7526,\n          388.1682,\n          397.0363,\n          376.6758,\n          378.2863,\n          330.6592,\n          313.8752,\n          325.6577,\n          312.8474,\n          295.4409,\n          288.5366,\n          301.604,\n          306.1393,\n          340.6023,\n          360.9394,\n          357.4287,\n          354.2787,\n          385.7654,\n          382.1378,\n          362.6312,\n          350.3055,\n          337.2494,\n          349.6717,\n          349.4973,\n          366.189,\n          400.7931,\n          394.9359,\n          393.3063,\n          390.3131,\n          415.5275,\n          422.6763,\n          446.9145,\n          441.7548,\n          470.9701,\n          468.6093,\n          474.399,\n          471.6903,\n          468.9102,\n          477.4203,\n          469.9578,\n          437.1642,\n          459.4725,\n          454.9377,\n          454.2154,\n          465.0055,\n          459.2489,\n          452.9132,\n          438.9867,\n          452.3761,\n          439.089,\n          433.7423,\n          427.9615,\n          440.3003,\n          408.7677,\n          414.7105,\n          418.0697,\n          432.0885,\n          439.9099,\n          426.4021,\n          441.5453,\n          430.798,\n          414.138,\n          437.0784,\n          428.4527,\n          420.1894,\n          433.1993,\n          362.1266,\n          394.6056,\n          378.6459,\n          388.7693,\n          381.2593,\n          369.4763,\n          350.5759,\n          343.1809,\n          350.2269,\n          307.4496,\n          324.438,\n          266.7455,\n          250.8449,\n          237.1751,\n          257.2203,\n          347.0846,\n          361.9559,\n          347.8726,\n          401.2205,\n          429.188,\n          411.6381,\n          377.9953,\n          229.4807,\n          302.9319,\n          278.5788,\n          308.5049,\n          351.3609,\n          365.5771,\n          294.431,\n          328.8289,\n          397.5801,\n          425.7975,\n          413.1772,\n          445.6121,\n          317.7514,\n          404.2105,\n          325.5984,\n          508.5815,\n          418.3389,\n          557.753,\n          431.5905,\n          540.6923,\n          460.0215,\n          527.9468,\n          331.5236,\n          532.4205,\n          299.5794,\n          351.869,\n          232.1243,\n          233.6437,\n          269.9343,\n          544.9477,\n          417.4912,\n          473.1044,\n          525.4223,\n          765.586,\n          786.1339,\n          756.17,\n          513.0762,\n          849.3542,\n          862.7625,\n          815.1608,\n          834.596,\n          866.7046,\n          838.4474,\n          878.2002,\n          835.3088,\n          888.3011,\n          844.5661,\n          832.6708,\n          892.0896,\n          904.7799,\n          956.9667,\n          851.9636,\n          894.4526,\n          888.9275,\n          797.7285,\n          774.0419,\n          833.1266,\n          813.2975,\n          763.5519,\n          778.6286,\n          808.6719,\n          690.0274,\n          650.3113,\n          562.3224,\n          722.0583,\n          664.2218,\n          617.244,\n          634.2928,\n          660.2481,\n          499.437,\n          448.7919,\n          460.005,\n          558.0283,\n          365.9826,\n          386.431,\n          401.4956,\n          364.3248,\n          244.3711,\n          287.413,\n          176.1524,\n          146.8179,\n          143.8231,\n          89.0515,\n          117.9021,\n          295.4258,\n          163.5907,\n          128.0406,\n          77.296,\n          161.2828,\n          192.558,\n          218.2857,\n          244.2301,\n          185.2614,\n          272.6653,\n          298.1968,\n          276.7142,\n          251.9261,\n          293.8723,\n          246.3397,\n          288.3339,\n          313.1935,\n          224.7797,\n          255.061,\n          331.4411,\n          276.1096,\n          197.6779,\n          182.8633,\n          221.7542,\n          252.1524,\n          97.9255,\n          66.6432,\n          83.9133,\n          286.7295,\n          454.4698,\n          494.5778,\n          487.7567,\n          518.8461,\n          526.3202,\n          486.013,\n          382.2902,\n          66.5714,\n          29.1019,\n          39.1613,\n          36.4279,\n          124.3855,\n          185.2327,\n          175.1024,\n          162.6333,\n          171.8774,\n          76.2463,\n          53.1849,\n          25.8002,\n          0.0,\n          51.0613,\n          77.0549,\n          118.3438,\n          125.4851,\n          248.8935,\n          203.5313,\n          228.82,\n          200.0615,\n          181.2227,\n          138.4441,\n          218.1679,\n          98.9884,\n          149.0843,\n          151.0693,\n          155.7266,\n          161.9281,\n          166.3213,\n          188.7523,\n          149.2798,\n          194.4664,\n          287.5535,\n          218.8208,\n          206.2753,\n          238.9668,\n          297.3553\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.4168,\n          0.8337,\n          1.2505,\n          1.6673,\n          2.0842,\n          2.501,\n          16.4625,\n          30.424,\n          44.3855,\n          58.347,\n          72.3085,\n          86.27,\n          126.8135,\n          167.357,\n          207.9005,\n          248.444,\n          288.9875,\n          329.531,\n          383.3535,\n          437.176,\n          490.9985,\n          544.821,\n          598.6435,\n          652.466,\n          723.7648,\n          795.0637,\n          866.3625,\n          937.6613,\n          1008.9602,\n          1080.259,\n          1124.3207,\n          1168.3823,\n          1212.444,\n          1256.5057,\n          1300.5673,\n          1344.629,\n          1392.6622,\n          1440.6953,\n          1488.7285,\n          1536.7617,\n          1584.7948,\n          1632.828,\n          1689.0187,\n          1745.2093,\n          1801.4,\n          1857.5907,\n          1913.7813,\n          1969.972,\n          1980.772,\n          1991.572,\n          2002.372,\n          2013.172,\n          2023.972,\n          2034.772,\n          2065.5052,\n          2096.2383,\n          2126.9715,\n          2157.7047,\n          2188.4378,\n          2219.171,\n          2201.682,\n          2184.193,\n          2166.704,\n          2149.215,\n          2131.726,\n          2114.237,\n          2147.9505,\n          2181.664,\n          2215.3775,\n          2249.091,\n          2282.8045,\n          2316.518,\n          2355.9913,\n          2395.4647,\n          2434.938,\n          2474.4113,\n          2513.8847,\n          2553.358,\n          2558.0918,\n          2562.8257,\n          2567.5595,\n          2572.2933,\n          2577.0272,\n          2581.761,\n          2594.768,\n          2607.775,\n          2620.782,\n          2633.789,\n          2646.796,\n          2659.803,\n          2649.4655,\n          2639.128,\n          2628.7905,\n          2618.453,\n          2608.1155,\n          2597.778,\n          2571.1925,\n          2544.607,\n          2518.0215,\n          2491.436,\n          2464.8505,\n          2438.265,\n          2400.2543,\n          2362.2437,\n          2324.233,\n          2286.2223,\n          2248.2117,\n          2210.201,\n          2168.9407,\n          2127.6803,\n          2086.42,\n          2045.1597,\n          2003.8993,\n          1962.639,\n          1913.4248,\n          1864.2107,\n          1814.9965,\n          1765.7823,\n          1716.5682,\n          1667.354,\n          1591.1358,\n          1514.9177,\n          1438.6995,\n          1362.4813,\n          1286.2632,\n          1210.045,\n          1155.0778,\n          1100.1107,\n          1045.1435,\n          990.1763,\n          935.2092,\n          880.242,\n          824.129,\n          768.016,\n          711.903,\n          655.79,\n          599.677,\n          543.564,\n          498.3372,\n          453.1103,\n          407.8835,\n          362.6567,\n          317.4298,\n          272.203,\n          236.749,\n          201.295,\n          165.841,\n          130.387,\n          94.933,\n          59.479,\n          49.6582,\n          39.8373,\n          30.0165,\n          20.1957,\n          10.3748,\n          0.554,\n          0.4617,\n          0.3693,\n          0.277,\n          0.1847,\n          0.0923,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      },\n      \"forecast\": {\n        \"start\": \"2025-03-23T20:30:00+10:00\",\n        \"last\": \"2025-03-24T20:30:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          6.3398,\n          12.6797,\n          19.0195,\n          25.3593,\n          31.6992,\n          38.039,\n          68.584,\n          99.129,\n          129.674,\n          160.219,\n          190.764,\n          221.309,\n          267.3932,\n          313.4773,\n          359.5615,\n          405.6457,\n          451.7298,\n          497.814,\n          548.6435,\n          599.473,\n          650.3025,\n          701.132,\n          751.9615,\n          802.791,\n          855.5702,\n          908.3493,\n          961.1285,\n          1013.9077,\n          1066.6868,\n          1119.466,\n          1170.9607,\n          1222.4553,\n          1273.95,\n          1325.4447,\n          1376.9393,\n          1428.434,\n          1473.8773,\n          1519.3207,\n          1564.764,\n          1610.2073,\n          1655.6507,\n          1701.094,\n          1739.9152,\n          1778.7363,\n          1817.5575,\n          1856.3787,\n          1895.1998,\n          1934.021,\n          1964.3125,\n          1994.604,\n          2024.8955,\n          2055.187,\n          2085.4785,\n          2115.77,\n          2137.0153,\n          2158.2607,\n          2179.506,\n          2200.7513,\n          2221.9967,\n          2243.242,\n          2260.5733,\n          2277.9047,\n          2295.236,\n          2312.5673,\n          2329.8987,\n          2347.23,\n          2362.3553,\n          2377.4807,\n          2392.606,\n          2407.7313,\n          2422.8567,\n          2437.982,\n          2445.912,\n          2453.842,\n          2461.772,\n          2469.702,\n          2477.632,\n          2485.562,\n          2489.1765,\n          2492.791,\n          2496.4055,\n          2500.02,\n          2503.6345,\n          2507.249,\n          2502.2417,\n          2497.2343,\n          2492.227,\n          2487.2197,\n          2482.2123,\n          2477.205,\n          2461.9252,\n          2446.6453,\n          2431.3655,\n          2416.0857,\n          2400.8058,\n          2385.526,\n          2360.2498,\n          2334.9737,\n          2309.6975,\n          2284.4213,\n          2259.1452,\n          2233.869,\n          2197.52,\n          2161.171,\n          2124.822,\n          2088.473,\n          2052.124,\n          2015.775,\n          1964.5188,\n          1913.2627,\n          1862.0065,\n          1810.7503,\n          1759.4942,\n          1708.238,\n          1646.3203,\n          1584.4027,\n          1522.485,\n          1460.5673,\n          1398.6497,\n          1336.732,\n          1270.1052,\n          1203.4783,\n          1136.8515,\n          1070.2247,\n          1003.5978,\n          936.971,\n          872.9048,\n          808.8387,\n          744.7725,\n          680.7063,\n          616.6402,\n          552.574,\n          496.2622,\n          439.9503,\n          383.6385,\n          327.3267,\n          271.0148,\n          214.703,\n          182.8797,\n          151.0563,\n          119.233,\n          87.4097,\n          55.5863,\n          23.763,\n          19.8025,\n          15.842,\n          11.8815,\n          7.921,\n          3.9605,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.solar_utility.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_utility\",\n      \"code\": \"solar_utility\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.02,\n          1.22,\n          2.64,\n          6.43,\n          12.92,\n          24.2899,\n          37.4068,\n          61.5103,\n          94.0474,\n          130.3985,\n          170.6211,\n          215.5417,\n          285.3096,\n          354.1497,\n          417.2582,\n          483.4032,\n          473.0168,\n          521.0475,\n          578.6417,\n          587.3078,\n          659.1585,\n          708.257,\n          749.74,\n          792.5548,\n          784.5276,\n          820.9834,\n          857.64,\n          813.8259,\n          778.6845,\n          770.3335,\n          700.1407,\n          824.789,\n          788.912,\n          830.2575,\n          872.0947,\n          809.636,\n          898.5022,\n          796.5725,\n          814.2999,\n          861.7505,\n          865.1646,\n          824.8623,\n          764.5802,\n          911.2433,\n          884.3007,\n          789.5845,\n          860.0738,\n          792.2116,\n          707.4289,\n          752.4709,\n          670.9709,\n          666.9727,\n          728.4073,\n          728.9015,\n          738.9348,\n          724.5233,\n          722.0585,\n          679.992,\n          674.31,\n          639.9034,\n          615.0342,\n          573.6852,\n          581.3889,\n          608.0948,\n          600.4876,\n          676.5379,\n          693.5658,\n          709.6852,\n          708.8271,\n          635.3358,\n          619.9148,\n          626.9486,\n          621.6446,\n          625.0874,\n          618.6788,\n          627.6224,\n          739.4551,\n          739.9866,\n          726.6428,\n          748.4651,\n          737.8542,\n          738.8329,\n          812.5493,\n          808.2876,\n          680.4404,\n          802.0107,\n          721.1424,\n          654.4391,\n          657.226,\n          608.8035,\n          607.0148,\n          582.8153,\n          624.9929,\n          621.5958,\n          696.1206,\n          622.0284,\n          734.6539,\n          700.7198,\n          736.3187,\n          824.7052,\n          880.4848,\n          825.6789,\n          799.1699,\n          799.4248,\n          813.5538,\n          821.0524,\n          819.038,\n          828.1662,\n          842.5562,\n          837.8886,\n          835.7315,\n          839.701,\n          875.1981,\n          910.3315,\n          884.2897,\n          887.0942,\n          903.5268,\n          915.2685,\n          889.1477,\n          802.6271,\n          803.5833,\n          797.5262,\n          846.8968,\n          849.8149,\n          893.922,\n          847.6815,\n          816.1093,\n          779.0326,\n          737.8866,\n          707.1215,\n          654.8157,\n          648.287,\n          621.8421,\n          595.7687,\n          544.8438,\n          509.0875,\n          504.7356,\n          446.383,\n          382.9474,\n          325.2675,\n          265.9746,\n          213.5018,\n          160.227,\n          114.3667,\n          78.0318,\n          49.5859,\n          27.2785,\n          13.2819,\n          6.0482,\n          1.58,\n          0.68,\n          0.01,\n          0.0,\n          0.01,\n          0.0,\n          0.04,\n          0.04,\n          0.35,\n          0.0,\n          0.0,\n          0.0,\n          0.15,\n          0.06,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.02\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          3002.5982,\n          2839.9642,\n          2700.5597,\n          2793.0477,\n          2836.3445,\n          2774.2638,\n          2755.3868,\n          2631.0415,\n          2666.766,\n          2525.9799,\n          2558.4551,\n          2531.3392,\n          2473.9235,\n          2453.1245,\n          2403.2923,\n          2354.6951,\n          2350.4323,\n          2403.7812,\n          2344.8375,\n          2268.5337,\n          2217.9471,\n          2198.8489,\n          2226.4739,\n          2215.3032,\n          2250.9448,\n          2322.9492,\n          2315.7729,\n          2317.3835,\n          2335.8081,\n          2314.3648,\n          2331.2622,\n          2323.4759,\n          2288.4359,\n          2223.3801,\n          2243.8396,\n          2222.9306,\n          2233.9063,\n          2248.7849,\n          2358.0458,\n          2349.5679,\n          2353.5748,\n          2383.3614,\n          2228.6847,\n          2140.8256,\n          2157.3266,\n          2118.103,\n          2039.2856,\n          2002.3107,\n          1951.5189,\n          1956.5887,\n          1942.7808,\n          1922.5215,\n          1908.0307,\n          1866.0278,\n          1854.6574,\n          1784.9543,\n          1809.7759,\n          1782.7334,\n          1758.2056,\n          1785.3209,\n          1766.7871,\n          1773.9921,\n          1778.5826,\n          1753.3994,\n          1732.5284,\n          1719.0598,\n          1715.2267,\n          1667.0836,\n          1663.3642,\n          1662.6049,\n          1653.6279,\n          1673.7722,\n          1684.1373,\n          1681.439,\n          1682.1208,\n          1669.4237,\n          1706.0887,\n          1710.1423,\n          1705.6589,\n          1741.024,\n          1714.5984,\n          1674.593,\n          1644.7723,\n          1639.3556,\n          1653.6191,\n          1676.1732,\n          1633.798,\n          1595.4298,\n          1583.5494,\n          1583.2236,\n          1568.5157,\n          1570.3615,\n          1527.7761,\n          1497.3419,\n          1474.3699,\n          1498.3045,\n          1419.1916,\n          1366.9133,\n          1312.3678,\n          1348.936,\n          1413.8567,\n          1462.2216,\n          1489.6232,\n          1461.8249,\n          1426.5317,\n          1418.7339,\n          1401.3731,\n          1418.7648,\n          1417.7381,\n          1427.187,\n          1401.7825,\n          1353.151,\n          1269.5404,\n          1250.7954,\n          1249.6075,\n          1214.4456,\n          1166.6412,\n          1160.9578,\n          1125.2203,\n          1076.9925,\n          1093.978,\n          1130.7208,\n          1116.8763,\n          1054.2157,\n          1006.6866,\n          1006.1561,\n          984.6371,\n          1002.7466,\n          1043.6498,\n          1053.2602,\n          1053.8587,\n          1037.6943,\n          1000.6701,\n          966.5366,\n          925.2519,\n          899.0533,\n          879.4341,\n          856.9535,\n          836.277,\n          794.8304,\n          777.3593,\n          725.5668,\n          723.148,\n          688.1113,\n          649.6396,\n          634.8519,\n          661.0936,\n          625.1784,\n          642.3584,\n          656.9526,\n          691.4014,\n          739.7202,\n          797.7848,\n          862.6092,\n          938.5637,\n          1017.1218,\n          1065.9213,\n          1109.0114,\n          1173.5881,\n          1161.7563,\n          1205.8687,\n          1159.2169,\n          1189.6308,\n          1133.2839,\n          1029.968,\n          1030.1174,\n          1078.4425,\n          1068.8079,\n          1022.4096,\n          1050.7354,\n          1026.4298,\n          986.9222,\n          978.5882,\n          936.6869,\n          986.5098,\n          905.8004,\n          998.158,\n          968.2945,\n          902.8778,\n          961.8549,\n          910.875,\n          816.144,\n          790.5104,\n          800.5439,\n          785.085,\n          778.5819,\n          692.8168,\n          702.2007,\n          758.2061,\n          733.2147,\n          751.2622,\n          747.2964,\n          740.6178,\n          740.732,\n          729.6151,\n          742.4487,\n          679.0294,\n          701.3569,\n          677.0916,\n          686.7172,\n          718.07,\n          716.9881,\n          741.5585,\n          732.4724,\n          742.8241,\n          742.1022,\n          754.2653,\n          732.919,\n          717.2109,\n          740.9653,\n          766.4077,\n          718.8323,\n          732.7427,\n          727.819,\n          733.3778,\n          779.2774,\n          826.9854,\n          837.8935,\n          852.6036,\n          890.1585,\n          862.1584,\n          903.6776,\n          943.9141,\n          903.1653,\n          870.6771,\n          923.2578,\n          932.3074,\n          973.9313,\n          966.7866,\n          977.1666,\n          987.2274,\n          993.3288,\n          985.3539,\n          955.3816,\n          963.971,\n          946.6616,\n          903.2006,\n          877.7577,\n          873.0526,\n          874.7936,\n          866.3193,\n          837.7579,\n          826.0851,\n          786.1018,\n          791.9112,\n          782.3454,\n          786.6993,\n          737.4983,\n          718.0367,\n          651.0393,\n          638.1702,\n          631.9722,\n          633.787,\n          606.7003,\n          570.3036,\n          574.835,\n          569.1928,\n          572.6174,\n          554.6574,\n          558.1933,\n          543.2,\n          530.5716,\n          514.9475,\n          505.2213,\n          496.1544,\n          515.9719,\n          519.427,\n          526.4903,\n          508.756,\n          506.6103,\n          519.143,\n          534.53,\n          545.6519,\n          563.9193,\n          575.1251,\n          580.5936,\n          601.6158,\n          629.8836,\n          649.407,\n          670.7719,\n          685.1124,\n          707.6277,\n          711.9608,\n          742.2115,\n          792.9081,\n          837.2534,\n          864.1491,\n          880.0402\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.price\",\n      \"type\": \"price\",\n      \"network\": \"nem\",\n      \"region\": \"vic1\",\n      \"data_type\": \"price\",\n      \"units\": \"AUD/MWh\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:25:00+10:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          -21.0,\n          -21.1,\n          -13.57,\n          -2.51,\n          -19.99,\n          -19.99,\n          -20.0,\n          -19.99,\n          -20.0,\n          -13.57,\n          -19.48,\n          -19.99,\n          -13.57,\n          -9.31,\n          -19.99,\n          -20.0,\n          -20.0,\n          -21.75,\n          -22.03,\n          -21.69,\n          -21.64,\n          -20.0,\n          -21.86,\n          -22.02,\n          -21.91,\n          -22.36,\n          -22.37,\n          -25.85,\n          -25.55,\n          -26.01,\n          -26.03,\n          -22.09,\n          -20.0,\n          -19.99,\n          -19.48,\n          -9.56,\n          -19.99,\n          -19.48,\n          -20.0,\n          -20.0,\n          -9.4,\n          -19.99,\n          -2.51,\n          10.01,\n          9.14,\n          9.0,\n          26.06,\n          33.89,\n          9.0,\n          9.0,\n          9.0,\n          9.0,\n          8.95,\n          8.95,\n          -2.51,\n          6.55,\n          8.95,\n          8.95,\n          6.69,\n          0.0,\n          9.0,\n          9.0,\n          8.95,\n          9.0,\n          9.0,\n          8.95,\n          8.95,\n          8.95,\n          9.0,\n          8.95,\n          8.95,\n          3.38,\n          3.38,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          8.95,\n          9.0,\n          9.0,\n          9.0,\n          6.96,\n          9.0,\n          9.0,\n          9.0,\n          8.95,\n          8.95,\n          9.82,\n          19.99,\n          20.04,\n          20.04,\n          12.0,\n          63.3,\n          63.32,\n          64.42,\n          63.91,\n          63.39,\n          65.42,\n          67.67,\n          66.54,\n          77.81,\n          78.08,\n          83.66,\n          93.08,\n          97.02,\n          84.36,\n          105.11,\n          125.5,\n          138.89,\n          125.5,\n          139.41,\n          119.18,\n          160.0,\n          144.88,\n          160.0,\n          166.35,\n          156.0,\n          142.94,\n          115.57,\n          132.72,\n          115.39,\n          111.75,\n          97.39,\n          83.08,\n          77.53,\n          73.67,\n          57.77,\n          46.26,\n          37.77,\n          55.58,\n          90.19,\n          83.66,\n          89.78,\n          -2.06,\n          -15.89,\n          9.0,\n          8.95,\n          83.66,\n          12.0,\n          59.03,\n          47.87,\n          54.85,\n          2.08,\n          46.85,\n          -5.32,\n          33.18,\n          9.0,\n          57.99,\n          2.23,\n          56.79,\n          -9.07,\n          33.73,\n          -25.22,\n          33.0,\n          -13.57,\n          32.95,\n          -28.46,\n          -5.31,\n          0.0,\n          -27.44,\n          33.89,\n          -13.57,\n          -28.76,\n          -29.14,\n          -20.19,\n          -28.31,\n          -27.25,\n          -27.25,\n          -28.88,\n          -21.0,\n          -29.41,\n          -0.01,\n          -0.01,\n          -30.0,\n          -16.56,\n          -20.19,\n          -28.76,\n          -20.37,\n          -27.25,\n          -0.01,\n          -28.08,\n          -28.86,\n          -18.15,\n          -28.33,\n          -27.64,\n          -27.63,\n          -26.63,\n          -26.69,\n          -25.56,\n          -21.0,\n          -25.09,\n          -24.9,\n          -21.0,\n          -24.39,\n          -25.4,\n          -24.13,\n          -16.74,\n          -24.18,\n          32.12,\n          -19.41,\n          -19.12,\n          24.36,\n          37.39,\n          -27.25,\n          -13.57,\n          1.4,\n          -29.14,\n          -19.39,\n          -21.75,\n          -18.58,\n          -15.02,\n          -18.42,\n          -20.16,\n          31.01,\n          -1.52,\n          0.0,\n          29.69,\n          0.96,\n          38.06,\n          -22.17,\n          0.0,\n          24.88,\n          39.58,\n          64.01,\n          63.86,\n          0.97,\n          8.95,\n          11.9,\n          9.0,\n          10.36,\n          38.35,\n          20.04,\n          8.95,\n          27.86,\n          34.39,\n          33.89,\n          8.95,\n          33.89,\n          80.55,\n          83.11,\n          108.09,\n          91.85,\n          81.6,\n          77.97,\n          86.19,\n          90.0,\n          87.72,\n          132.22,\n          131.37,\n          88.51,\n          88.99,\n          91.85,\n          120.0,\n          153.88,\n          109.08,\n          117.99,\n          120.0,\n          103.85,\n          112.55,\n          120.0,\n          120.0,\n          112.51,\n          100.01,\n          131.01,\n          132.37,\n          127.41,\n          112.47,\n          153.88,\n          111.98,\n          111.98,\n          133.24,\n          112.51,\n          111.98,\n          106.19,\n          100.01,\n          104.77,\n          104.99,\n          91.85,\n          95.56,\n          91.85,\n          85.31,\n          79.0,\n          83.64,\n          91.85\n        ]\n      }\n    },\n    {\n      \"id\": \"au.nem.vic1.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"086338\",\n      \"network\": \"nem\",\n      \"region\": \"VIC1\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-03-16T20:30:00+10:00\",\n        \"last\": \"2025-03-17T20:00:00+10:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          14.7,\n          13.8,\n          13.3,\n          13.1,\n          12.6,\n          12.4,\n          12.4,\n          12.3,\n          12.3,\n          13.5,\n          11.5,\n          11.3,\n          11.35,\n          11.7,\n          12.3,\n          13.5,\n          11.6,\n          12.1,\n          12.0,\n          12.0,\n          11.9,\n          12.2,\n          12.8,\n          13.7,\n          14.1,\n          15.7,\n          17.4,\n          17.1,\n          17.7,\n          17.2,\n          17.7,\n          17.0,\n          18.1,\n          17.8,\n          18.5,\n          18.5,\n          18.5,\n          18.2,\n          18.0,\n          17.9,\n          18.4,\n          17.6,\n          17.2,\n          16.7,\n          16.5,\n          16.3,\n          15.9,\n          15.8\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-VIC.v4.json",
    "content": "{\n  \"version\": \"4.4.5\",\n  \"created_at\": \"2025-03-23T20:31:18+10:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"NEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2025-03-16T20:30:00+10:00\",\n      \"date_end\": \"2025-03-17T20:25:00+10:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_VIC1|BATTERY_CHARGING\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"BATTERY_CHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              6.1062\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              16.7815\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              24.8372\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              57.9304\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              25.7624\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              29.7673\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              9.0981\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              47.51\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              25.05\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              40.3383\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              54.4026\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              53.1148\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              37.07\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              31.37\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              33.6785\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              35.0094\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              65.953\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              11.766\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              30.829\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              62.339\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              21.38\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              11.48\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              20.3039\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              33.9245\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              51.6606\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              38.187\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              55.2283\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              79.8193\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              47.87\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              52.2728\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              19.39\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              28.6794\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              15.5084\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              0.1798\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              9.1014\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              18.3464\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              11.8313\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              14.2636\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              1.0119\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              5.6058\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              0.9059\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              0.8213\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              0.9536\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              1.4965\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              0.6522\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              0.2033\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              3.4275\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              1.8564\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              4.1305\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              3.0544\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              14.9925\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              12.3046\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              5.2158\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              1.1243\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              0.905\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              0.7778\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              1.3256\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              2.1427\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              6.8181\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              1.5148\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              0.576\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              1.3408\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              11.4673\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              3.6032\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              1.0453\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              36.6469\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              5.401\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              8.3135\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              9.2602\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              6.3051\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              4.905\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              4.4247\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              4.8311\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              0.5056\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              2.4128\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              3.9464\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              3.4903\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              0.2006\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              0.5732\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              0.8906\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              0.5997\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              0.2375\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              1.251\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              42.8296\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              14.7036\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              1.2205\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              0.9768\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              16.78\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              29.0935\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              10.1895\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              0.7405\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              0.5882\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              1.3639\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              0.76\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              0.6544\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              0.15\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              0.8405\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              0.1841\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              0.6909\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              0.5915\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              1.2321\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              0.813\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              0.8539\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              0.4298\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              3.8729\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              2.6588\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              4.4847\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              3.5803\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              0.7369\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              7.9086\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              6.9966\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              1.4928\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              0.15\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              13.42\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              23.6671\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              21.4219\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              2.319\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              10.8439\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              3.9848\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              1.618\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              50.8947\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              48.1074\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              9.7061\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              9.1942\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              28.9261\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              29.3662\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              0.1\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              6.6287\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              41.4746\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              57.261\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              7.1431\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              60.6516\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              50.7593\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              185.2675\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              17.457\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              83.749\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              92.5207\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              140.6119\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              93.96\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              25.1518\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              71.5695\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              160.0082\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              175.7861\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              251.6989\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              292.9762\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              307.954\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              261.4094\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              236.954\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              291.3932\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              209.507\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              157.5372\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              228.7431\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              209.741\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              206.3858\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              270.8639\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              211.994\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              269.2386\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              289.205\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              226.385\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              220.2071\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              215.9503\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              249.0125\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              208.376\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              235.4142\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              266.68\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              288.4827\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              255.8919\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              200.083\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              236.7819\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              46.1557\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              18.66\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              36.5056\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              27.64\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              21.5292\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              20.45\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              24.1151\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              34.27\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              8.8991\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              24.2388\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              1.64\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              3.02\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              0.7058\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              13.7921\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              1.7654\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              17.9352\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              76.2295\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              60.7136\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              28.6277\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              12.719\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              16.0391\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              1.68\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              40.3295\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              8.9953\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              32.911\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              7.3698\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              2.9345\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              3.46\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              15.55\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              6.45\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              0.3\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              1.0082\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              15.8025\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              37.2178\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              78.3709\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              1.092\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              24.2528\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              46.1409\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              28.78\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              0.37\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              0.16\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              1.4524\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              0.18\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              41.07\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              5.94\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              36.6657\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              9.9063\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              46.066\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              6.46\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              42.822\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              51.625\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              6.6971\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              5.1407\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              2.4992\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              1.4543\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              1.0638\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              0.8874\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              3.5372\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              0.8271\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              0.6428\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              1.3866\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              0.855\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              0.9743\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              2.6126\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              0.7181\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              1.2016\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              0.8218\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              1.466\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              2.4247\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              1.7082\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              1.5742\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              0.66\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              0.78\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              3.4732\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              0.7141\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              0.5909\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              0.8258\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              0.8914\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              12.0145\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              0.17\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              0.77\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              0.9882\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              3.9053\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              0.871\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              0.17\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|BATTERY_DISCHARGING\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"BATTERY_DISCHARGING\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              6.1316\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              0.07\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              1.3154\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              1.1914\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              0.025\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              2.0726\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              10.4391\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              0.69\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              0.8\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              2.4372\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              1.1585\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              1.202\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              1.0112\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              5.4314\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              4.755\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              1.1\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              1.11\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              0.97\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              1.07\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              1.15\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              1.12\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              1.5378\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              1.18\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              2.7612\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              5.3373\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              0.95\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              0.86\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              3.096\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              0.89\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              1.12\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              1.1\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              1.06\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              1.679\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              1.18\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              8.3913\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              2.395\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              12.2837\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              38.75\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              40.84\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              1.7\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              38.73\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              41.79\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              30.3\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              34.55\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              38.44\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              24.61\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              17.72\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              1.13\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              49.3926\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              48.6983\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              41.41\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              40.52\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              21.5822\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              1.85\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              39.46\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              40.05\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              37.18\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              31.73\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              39.705\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              41.733\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              35.33\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              16.27\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              38.11\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              30.47\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              1.11\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              22.7469\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              35.51\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              30.48\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              35.13\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              35.9144\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              32.52\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              26.145\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              39.635\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              44.3031\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              45.5259\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              41.49\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              33.27\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              29.17\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              45.8767\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              43.945\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              41.86\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              39.31\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              39.235\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              42.59\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              36.8176\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              30.29\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              0.855\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              0.97\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              16.4\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              8.1\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              16.9969\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              1.48\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              5.62\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              18.998\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              44.467\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              15.168\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              47.3581\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              25.8378\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              15.5602\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              80.11\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              102.8385\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              91.0313\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              154.2682\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              136.2355\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              163.2752\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              105.4334\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              182.7669\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              225.0908\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              172.3746\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              205.6363\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              152.494\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              117.193\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              178.815\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              164.36\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              40.84\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              53.2905\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              51.003\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              36.196\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              28.545\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              45.48\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              43.21\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              39.33\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              32.02\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              24.61\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              13.862\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              16.612\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              10.7\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              18.7355\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              10.6405\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              2.7486\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              1.06\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              1.13\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              1.22\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              1.16\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              1.02\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              1.1021\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              7.566\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              0.99\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              1.14\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              49.06\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              33.723\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              0.97\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              0.93\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              1.04\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              37.6641\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              9.3\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              1.05\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              1.5004\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              34.35\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              2.6\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              1.1\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              6.5874\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              0.8581\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              1.11\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              1.27\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              0.0035\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              0.4848\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              0.343\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              0.0329\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              0.0832\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              0.0141\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              3.7429\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              0.4332\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              5.9267\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              4.266\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              0.26\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              2.9106\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              0.153\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              2.1907\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              0.341\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              3.4553\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              1.24\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              9.0867\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              0.3273\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              4.04\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              28.1207\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              31.0\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              null\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              0.46\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              0.76\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              1.38\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              3.4036\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              0.52\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              1.45\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              8.4697\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              0.92\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              41.0395\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              7.15\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              4.413\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              2.8964\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              4.5032\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              6.8281\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              45.1905\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              32.54\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              2.492\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              9.7718\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              0.84\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              0.75\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              11.65\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              12.6\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              1.75\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              2.4389\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              2.8585\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              7.8468\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              1.537\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              9.1255\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              29.1218\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              21.6586\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              2.2285\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              98.486\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              41.92\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              11.991\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              3.3335\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              0.91\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              1.04\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              11.5048\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              99.06\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              99.93\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              0.48\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              7.452\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              101.684\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              101.592\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              198.593\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              108.863\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              110.702\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              102.399\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              128.257\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              129.5387\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              115.89\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              103.86\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              139.46\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              133.248\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              102.8\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              119.65\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              98.18\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              106.644\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              170.12\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              130.1904\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              120.0859\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              99.53\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              103.78\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              104.825\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              101.64\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              102.9443\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              100.34\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              99.96\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              74.7449\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              100.7842\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              65.35\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              0.65\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              1.184\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              3.5687\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|COAL_BROWN\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"COAL_BROWN\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              2355.8751\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              2360.8125\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              2501.375\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              2546.2813\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              2619.0313\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              2624.2188\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              2620.5626\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              2607.1251\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              2652.0938\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              2636.8125\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              2632.7188\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              2636.5938\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              2630.7813\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              2646.6563\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              2703.3438\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              2701.2813\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              2646.2188\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              2640.0938\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              2641.0\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              2639.5313\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              2660.0313\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              2682.0626\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              2713.4376\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              2646.5625\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              2633.5\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              2618.3125\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              2650.75\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              2659.7813\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              2664.0938\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              2697.5\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              2666.0938\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              2699.5313\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              2684.2813\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              2658.5001\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              2721.9688\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              2744.1563\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              2722.5625\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              2712.4688\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              2715.4375\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              2732.4688\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              2686.9063\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              2736.1875\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              2755.0625\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              2740.7813\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              2901.2188\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              2966.375\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              2979.2813\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              3120.6563\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              3210.8126\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              3251.1563\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              3311.8126\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              3335.6563\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              3360.0938\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              3354.3125\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              3288.8438\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              3270.0313\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              3298.2188\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              3277.8751\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              3272.875\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              3247.1875\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              3229.25\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              3310.375\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              3359.9375\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              3320.5938\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              3410.1563\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              3456.875\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              3453.8751\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              3417.3125\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              3440.6875\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              3479.0938\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              3445.2813\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              3427.5313\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              3353.9063\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              3311.5625\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              3272.0938\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              3275.875\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              3310.3438\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              3298.5625\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              3263.0625\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              3275.625\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              3274.3125\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              3293.7813\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              3345.9063\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              3402.2813\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              3423.1876\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              3458.6563\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              3432.875\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              3494.6875\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              3571.6875\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              3555.0313\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              3550.2813\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              3539.75\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              3697.0938\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              3805.5\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              3907.2813\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              3964.5313\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              3938.2813\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              3976.5\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              4006.5001\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              3979.0\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              3958.9375\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              3986.0938\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              4003.0626\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              3978.75\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              4021.0313\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              3980.0626\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              4007.4375\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              4014.1876\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              4061.3438\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              4098.7188\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              4133.75\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              4148.6875\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              4145.8751\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              4183.9376\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              4170.5938\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              4205.9376\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              4205.4375\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              4201.4375\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              4183.2813\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              4203.7813\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              4166.5001\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              4179.5001\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              4175.2813\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              4224.2813\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              4182.8125\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              4185.9688\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              4204.625\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              4179.4688\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              4140.2813\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              4098.9688\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              4070.6251\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              4059.5938\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              4050.0\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              4025.6563\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              4031.9688\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              4078.125\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              4112.2813\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              4121.5313\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              3945.6563\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              3745.5938\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              3813.1876\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              3668.1563\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              3780.8125\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              3840.9688\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              3889.0\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              3797.1876\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              3790.9375\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              3680.0938\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              3690.5\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              3553.0938\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              3533.0938\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              3418.0938\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              3447.4375\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              3240.4376\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              3260.4063\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              3117.4688\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              3069.1876\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              2904.8438\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              2754.4376\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              2626.5313\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              2631.1875\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              2516.2501\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              2362.8126\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              2328.1251\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              2377.0626\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              2311.4063\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              2297.3438\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              2283.9063\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              2283.6876\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              2285.25\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              2279.7813\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              2311.5938\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              2274.3125\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              2289.0938\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              2259.5938\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              2295.1875\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              2256.3438\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              2239.2813\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              2272.1876\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              2243.0313\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              2231.7813\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              2261.5938\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              2252.9063\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              2231.4375\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              2230.4063\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              2230.9063\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              2214.5001\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              2160.0626\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              2197.0313\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              2160.0625\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              2196.125\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              2161.2188\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              2161.25\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              2202.8438\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              2155.9063\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              2166.5938\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              2276.2188\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              2171.4688\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              2215.0313\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              2186.4376\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              2227.8126\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              2186.9063\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              2209.0626\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              2187.0001\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              2196.5938\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              2250.6563\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              2308.4688\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              2348.1251\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              2267.7813\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              2345.2188\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              2291.1251\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              2225.0\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              2231.5938\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              2241.0626\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              2271.2188\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              2258.5313\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              2258.3438\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              2282.9375\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              2248.3438\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              2282.9063\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              2320.1875\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              2272.2813\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              2329.1875\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              2297.9688\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              2374.4688\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              2384.9688\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              2443.4375\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              2547.4063\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              2600.8751\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              2624.8126\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              2679.625\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              2757.3125\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              2761.8125\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              2804.5001\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              2887.8438\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              2962.6875\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              3052.5313\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              3113.2813\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              3197.25\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              3323.375\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              3360.3438\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              3315.1876\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              3448.0\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              3490.9375\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              3533.5313\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              3523.75\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              3577.9375\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              3661.0938\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              3736.5313\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              3757.0625\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              3792.75\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              3894.0313\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              3873.6251\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              3920.9688\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              3954.7813\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              4014.4688\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              4062.6251\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              4110.8126\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              4117.7188\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              4189.0313\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              4207.5001\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              4200.5626\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              4206.8126\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              4231.7188\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              4206.7501\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              4185.3438\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              4212.2501\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              4208.1563\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              4199.1251\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              4186.1876\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              4189.0\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              4206.9063\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              4201.3126\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              4232.8125\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              4235.6563\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              4205.3438\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              4215.25\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              4213.8438\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              4208.0001\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              4209.0625\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              4201.5\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              4194.4063\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              4215.1251\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              4195.1876\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              4194.7813\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              4191.8438\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              4211.375\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              4216.1251\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|EXPORTS\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"EXPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              537.7892\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              493.0855\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              509.4074\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              575.4729\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              695.5955\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              648.7821\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              621.0353\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              687.1035\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              750.4725\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              734.8471\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              657.3144\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              826.071\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              793.1324\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              775.448\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              818.1574\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              793.5967\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              775.1563\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              788.2182\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              774.6764\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              743.3072\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              712.5413\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              712.2326\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              833.4966\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              784.6568\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              796.5196\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              803.1824\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              778.35\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              740.5207\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              688.9754\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              730.5098\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              765.9565\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              805.8581\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              820.1024\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              763.9461\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              824.0737\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              819.8156\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              802.9833\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              827.0554\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              849.6845\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              880.3763\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              873.2067\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              962.6891\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              888.1258\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              854.4995\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              975.8472\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              995.8254\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              945.2987\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              1080.4953\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              1114.3964\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              1151.3506\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              1156.8981\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              1239.9578\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              1258.9626\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              1256.1514\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              1254.0797\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              1232.4213\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              1288.3751\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              1250.0963\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              1145.1054\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              1231.9473\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              1213.3421\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              1238.4369\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              1302.3212\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              1378.092\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              1392.7549\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              1416.3401\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              1435.7098\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              1444.1382\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              1434.7842\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              1443.0594\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              1327.775\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              1476.7898\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              1424.8031\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              1430.3237\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              1421.6617\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              1390.8103\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              1422.0795\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              1425.2193\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              1406.2431\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              1432.6882\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              1454.5248\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              1432.1372\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              1428.0329\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              1420.3676\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              1422.4413\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              1459.3225\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              1434.8459\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              1446.5706\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              1458.6493\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              1463.6069\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              1467.3993\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              1426.6926\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              1436.0773\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              1459.4645\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              1413.5323\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              1444.2611\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              1407.1829\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              1422.9131\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              1401.4818\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              1365.1325\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              1366.7853\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              1379.0998\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              1371.4922\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              1336.2161\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              1297.201\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              1231.3143\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              1230.5973\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              1070.0349\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              1102.1259\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              1082.3948\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              1146.4698\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              1113.9047\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              1058.072\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              914.03\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              893.0407\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              871.5468\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              802.3779\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              616.0062\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              728.3808\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              337.3241\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              377.6512\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              290.0818\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              168.75\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              191.05\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              181.9\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              202.35\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              271.65\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              443.2\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              449.3\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              448.1\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              344.9\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              488.6189\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              491.5028\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              512.7876\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              511.2089\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              582.2481\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              548.6925\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              585.6627\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              589.7365\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              557.7996\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              613.6549\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              606.3981\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              552.4114\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              763.4315\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              694.2497\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              811.361\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              758.4492\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              895.655\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              774.9694\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              873.0397\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              849.0245\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              953.7506\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              843.2807\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              953.8076\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              832.8044\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              1025.4054\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              1008.0131\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              940.1437\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              967.9403\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              1032.7824\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              995.778\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              993.4277\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              1009.0821\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              1036.2509\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              1026.2029\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              986.7561\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              928.4905\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              873.1348\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              831.1245\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              788.7103\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              765.6891\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              621.4187\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              620.6688\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              624.9295\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              603.9524\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              571.0369\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              587.9791\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              560.3996\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              695.8637\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              462.3361\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              483.7903\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              447.3404\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              470.5095\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              455.433\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              462.4504\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              444.4\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              463.9\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              468.5563\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              453.55\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              452.3\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              461.0696\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              457.5\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              471.2149\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              449.55\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              630.6162\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              822.956\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              785.5471\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              792.5514\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              793.6257\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              739.9037\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              734.5801\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              738.8653\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              568.4915\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              714.3114\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              711.3403\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              698.7834\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              699.6544\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              670.6042\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              646.7921\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              585.2389\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              579.0446\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              458.0009\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              439.7009\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              441.3922\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              588.0372\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              480.2951\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              475.8793\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              474.0287\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              553.9893\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              671.217\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              661.7851\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              687.274\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              692.0355\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              749.9262\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              743.584\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              743.4777\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              625.7424\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              749.5945\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              734.8547\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              744.7461\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              799.7568\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              794.1073\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              769.0759\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              767.5951\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              746.1004\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              541.3864\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              568.5338\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              527.3222\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              597.9125\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              395.2041\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              405.3582\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              392.2618\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              614.3971\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              763.7066\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              758.4568\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              727.5578\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              728.0602\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              589.9095\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              588.6927\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              553.484\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              414.5\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              525.4767\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              537.2528\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              497.2\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              526.6241\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              626.1739\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              615.5612\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              642.3601\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              720.306\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              712.4505\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              680.9983\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              667.8298\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              480.998\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              558.7221\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              570.9004\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              576.8516\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              624.5987\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              640.6039\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              592.6931\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              614.6322\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              668.6182\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              672.6964\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              675.8808\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              762.6359\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              625.3919\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              661.9905\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              696.1144\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              698.7467\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              708.7715\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              722.7609\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              722.5816\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              723.2832\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              737.8484\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              757.2726\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              752.1429\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              772.8847\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              737.2798\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              802.5233\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|GAS_OCGT\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"GAS_OCGT\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              39.175\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              79.25\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              80.5\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              80.0\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              78.9\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              61.775\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              101.125\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              109.65\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              69.375\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              55.0\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              60.15\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              168.125\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              241.025\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              257.625\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              361.8\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              375.65\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              335.925\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              375.45\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              374.275\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              371.3\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              375.2\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              305.8\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              373.025\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              378.3\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              378.7\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              379.75\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              376.9\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              360.1\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              357.475\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              377.075\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              380.1\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              376.025\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              336.4\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              290.125\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              331.175\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              330.775\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              278.95\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              211.1\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              184.625\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              185.2\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              184.35\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              185.35\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|HYDRO\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"HYDRO\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              0.06\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              13.31\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              13.01\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              13.01\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              12.91\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              12.91\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              12.91\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              172.21\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              177.41\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              177.31\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              176.81\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              176.51\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              177.81\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              164.41\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              235.01\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              218.61\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              337.61\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              391.71\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              267.43\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              193.25\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              393.04\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              386.23\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              408.89\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              439.93\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              434.33\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              418.87\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              419.15\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              414.49\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              382.99\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              375.95\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              273.63\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              109.57\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              107.75\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              108.73\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              81.41\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              31.65\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              2.49\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              0.09\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              0.09\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              26.01\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              25.53\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              51.09\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              53.17\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              53.28\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              53.41\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              53.17\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              53.13\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              53.17\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              53.13\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              53.01\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              53.33\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              53.01\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              53.13\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              53.04\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              53.53\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              53.0\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              52.85\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              53.04\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              52.89\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              56.12\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              30.575\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              6.56\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              3.585\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              4.07\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              3.41\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              4.685\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              4.025\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              2.375\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              0.505\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              0.12\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              20.11\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              61.51\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              61.81\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              61.45\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              61.25\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              53.85\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              0.05\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              106.55\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              161.55\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              386.25\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              542.75\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              638.75\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              641.83\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              644.39\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              722.47\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              791.7101\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              815.97\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              868.43\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              920.94\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              854.35\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              787.91\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              824.8101\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              852.87\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              867.71\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              944.07\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              899.95\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              868.35\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              866.85\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              864.71\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              855.69\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              965.43\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              971.2101\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              982.3701\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              984.21\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              983.49\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              959.83\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              963.39\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              915.45\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              906.01\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              865.89\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              784.73\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              742.39\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              688.39\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              668.73\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              802.09\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              819.65\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              642.57\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              632.93\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|IMPORTS\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"IMPORTS\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              194.9775\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              198.4888\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              219.7712\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              236.7316\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              264.2481\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              247.0365\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              193.11\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              167.589\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              182.3265\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              248.2496\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              258.9072\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              319.5456\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              304.3652\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              316.2816\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              332.8565\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              336.5301\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              341.2273\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              346.7565\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              319.3311\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              291.1246\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              285.6496\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              292.1357\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              325.2358\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              342.6719\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              340.2868\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              327.3095\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              263.4623\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              187.8133\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              140.3513\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              154.5902\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              186.5447\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              181.6355\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              251.9876\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              282.4382\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              375.9191\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              424.1079\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              421.9357\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              420.0384\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              392.4852\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              363.8951\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              353.2697\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              375.7269\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              372.7526\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              388.1682\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              397.0363\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              376.6758\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              378.2863\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              330.6592\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              313.8752\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              325.6577\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              312.8474\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              295.4409\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              288.5366\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              301.604\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              306.1393\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              340.6023\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              360.9394\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              357.4287\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              354.2787\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              385.7654\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              382.1378\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              362.6312\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              350.3055\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              337.2494\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              349.6717\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              349.4973\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              366.189\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              400.7931\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              394.9359\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              393.3063\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              390.3131\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              415.5275\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              422.6763\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              446.9145\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              441.7548\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              470.9701\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              468.6093\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              474.399\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              471.6903\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              468.9102\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              477.4203\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              469.9578\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              437.1642\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              459.4725\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              454.9377\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              454.2154\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              465.0055\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              459.2489\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              452.9132\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              438.9867\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              452.3761\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              439.089\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              433.7423\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              427.9615\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              440.3003\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              408.7677\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              414.7105\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              418.0697\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              432.0885\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              439.9099\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              426.4021\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              441.5453\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              430.798\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              414.138\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              437.0784\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              428.4527\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              420.1894\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              433.1993\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              362.1266\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              394.6056\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              378.6459\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              388.7693\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              381.2593\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              369.4763\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              350.5759\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              343.1809\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              350.2269\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              307.4496\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              324.438\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              266.7455\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              250.8449\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              237.1751\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              257.2203\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              347.0846\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              361.9559\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              347.8726\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              401.2205\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              429.188\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              411.6381\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              377.9953\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              229.4807\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              302.9319\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              278.5788\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              308.5049\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              351.3609\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              365.5771\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              294.431\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              328.8289\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              397.5801\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              425.7975\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              413.1772\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              445.6121\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              317.7514\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              404.2105\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              325.5984\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              508.5815\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              418.3389\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              557.753\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              431.5905\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              540.6923\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              460.0215\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              527.9468\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              331.5236\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              532.4205\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              299.5794\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              351.869\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              232.1243\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              233.6437\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              269.9343\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              544.9477\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              417.4912\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              473.1044\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              525.4223\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              765.586\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              786.1339\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              756.17\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              513.0762\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              849.3542\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              862.7625\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              815.1608\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              834.596\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              866.7046\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              838.4474\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              878.2002\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              835.3088\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              888.3011\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              844.5661\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              832.6708\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              892.0896\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              904.7799\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              956.9667\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              851.9636\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              894.4526\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              888.9275\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              797.7285\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              774.0419\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              833.1266\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              813.2975\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              763.5519\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              778.6286\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              808.6719\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              690.0274\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              650.3113\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              562.3224\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              722.0583\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              664.2218\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              617.244\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              634.2928\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              660.2481\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              499.437\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              448.7919\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              460.005\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              558.0283\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              365.9826\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              386.431\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              401.4956\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              364.3248\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              244.3711\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              287.413\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              176.1524\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              146.8179\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              143.8231\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              89.0515\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              117.9021\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              295.4258\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              163.5907\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              128.0406\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              77.296\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              161.2828\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              192.558\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              218.2857\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              244.2301\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              185.2614\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              272.6653\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              298.1968\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              276.7142\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              251.9261\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              293.8723\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              246.3397\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              288.3339\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              313.1935\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              224.7797\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              255.061\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              331.4411\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              276.1096\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              197.6779\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              182.8633\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              221.7542\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              252.1524\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              97.9255\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              66.6432\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              83.9133\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              286.7295\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              454.4698\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              494.5778\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              487.7567\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              518.8461\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              526.3202\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              486.013\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              382.2902\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              66.5714\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              29.1019\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              39.1613\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              36.4279\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              124.3855\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              185.2327\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              175.1024\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              162.6333\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              171.8774\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              76.2463\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              53.1849\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              25.8002\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              51.0613\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              77.0549\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              118.3438\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              125.4851\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              248.8935\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              203.5313\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              228.82\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              200.0615\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              181.2227\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              138.4441\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              218.1679\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              98.9884\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              149.0843\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              151.0693\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              155.7266\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              161.9281\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              166.3213\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              188.7523\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              149.2798\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              194.4664\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              287.5535\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              218.8208\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              206.2753\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              238.9668\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              297.3553\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|SOLAR_ROOFTOP\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"SOLAR_ROOFTOP\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              0.4168\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              0.8337\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              1.2505\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              1.6673\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              2.0842\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              2.501\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              16.4625\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              30.424\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              44.3855\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              58.347\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              72.3085\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              86.27\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              126.8135\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              167.357\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              207.9005\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              248.444\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              288.9875\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              329.531\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              383.3535\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              437.176\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              490.9985\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              544.821\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              598.6435\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              652.466\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              723.7648\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              795.0637\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              866.3625\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              937.6613\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              1008.9602\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              1080.259\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              1124.3207\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              1168.3823\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              1212.444\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              1256.5057\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              1300.5673\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              1344.629\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              1392.6622\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              1440.6953\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              1488.7285\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              1536.7617\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              1584.7948\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              1632.828\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              1689.0187\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              1745.2093\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              1801.4\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              1857.5907\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              1913.7813\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              1969.972\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              1980.772\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              1991.572\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              2002.372\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              2013.172\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              2023.972\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              2034.772\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              2065.5052\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              2096.2383\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              2126.9715\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              2157.7047\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              2188.4378\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              2219.171\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              2201.682\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              2184.193\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              2166.704\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              2149.215\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              2131.726\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              2114.237\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              2147.9505\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              2181.664\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              2215.3775\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              2249.091\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              2282.8045\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              2316.518\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              2355.9913\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              2395.4647\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              2434.938\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              2474.4113\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              2513.8847\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              2553.358\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              2558.0918\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              2562.8257\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              2567.5595\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              2572.2933\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              2577.0272\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              2581.761\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              2594.768\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              2607.775\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              2620.782\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              2633.789\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              2646.796\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              2659.803\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              2649.4655\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              2639.128\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              2628.7905\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              2618.453\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              2608.1155\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              2597.778\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              2571.1925\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              2544.607\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              2518.0215\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              2491.436\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              2464.8505\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              2438.265\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              2400.2543\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              2362.2437\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              2324.233\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              2286.2223\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              2248.2117\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              2210.201\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              2168.9407\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              2127.6803\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              2086.42\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              2045.1597\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              2003.8993\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              1962.639\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              1913.4248\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              1864.2107\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              1814.9965\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              1765.7823\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              1716.5682\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              1667.354\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              1591.1358\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              1514.9177\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              1438.6995\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              1362.4813\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              1286.2632\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              1210.045\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              1155.0778\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              1100.1107\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              1045.1435\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              990.1763\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              935.2092\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              880.242\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              824.129\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              768.016\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              711.903\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              655.79\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              599.677\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              543.564\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              498.3372\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              453.1103\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              407.8835\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              362.6567\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              317.4298\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              272.203\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              236.749\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              201.295\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              165.841\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              130.387\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              94.933\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              59.479\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              49.6582\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              39.8373\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              30.0165\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              20.1957\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              10.3748\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              0.554\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              0.4617\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              0.3693\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              0.277\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              0.1847\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              0.0923\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|SOLAR_UTILITY\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"SOLAR_UTILITY\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              0.02\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              1.22\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              2.64\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              6.43\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              12.92\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              24.2899\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              37.4068\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              61.5103\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              94.0474\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              130.3985\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              170.6211\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              215.5417\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              285.3096\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              354.1497\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              417.2582\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              483.4032\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              473.0168\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              521.0475\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              578.6417\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              587.3078\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              659.1585\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              708.257\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              749.74\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              792.5548\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              784.5276\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              820.9834\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              857.64\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              813.8259\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              778.6845\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              770.3335\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              700.1407\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              824.789\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              788.912\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              830.2575\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              872.0947\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              809.636\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              898.5022\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              796.5725\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              814.2999\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              861.7505\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              865.1646\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              824.8623\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              764.5802\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              911.2433\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              884.3007\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              789.5845\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              860.0738\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              792.2116\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              707.4289\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              752.4709\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              670.9709\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              666.9727\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              728.4073\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              728.9015\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              738.9348\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              724.5233\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              722.0585\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              679.992\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              674.31\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              639.9034\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              615.0342\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              573.6852\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              581.3889\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              608.0948\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              600.4876\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              676.5379\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              693.5658\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              709.6852\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              708.8271\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              635.3358\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              619.9148\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              626.9486\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              621.6446\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              625.0874\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              618.6788\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              627.6224\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              739.4551\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              739.9866\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              726.6428\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              748.4651\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              737.8542\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              738.8329\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              812.5493\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              808.2876\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              680.4404\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              802.0107\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              721.1424\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              654.4391\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              657.226\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              608.8035\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              607.0148\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              582.8153\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              624.9929\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              621.5958\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              696.1206\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              622.0284\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              734.6539\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              700.7198\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              736.3187\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              824.7052\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              880.4848\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              825.6789\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              799.1699\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              799.4248\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              813.5538\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              821.0524\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              819.038\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              828.1662\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              842.5562\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              837.8886\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              835.7315\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              839.701\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              875.1981\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              910.3315\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              884.2897\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              887.0942\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              903.5268\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              915.2685\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              889.1477\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              802.6271\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              803.5833\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              797.5262\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              846.8968\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              849.8149\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              893.922\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              847.6815\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              816.1093\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              779.0326\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              737.8866\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              707.1215\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              654.8157\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              648.287\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              621.8421\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              595.7687\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              544.8438\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              509.0875\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              504.7356\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              446.383\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              382.9474\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              325.2675\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              265.9746\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              213.5018\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              160.227\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              114.3667\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              78.0318\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              49.5859\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              27.2785\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              13.2819\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              6.0482\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              1.58\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              0.68\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              0.01\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              0.04\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              0.35\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              0.15\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              0.06\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              0.0\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              0.02\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_VIC1|WIND\",\n          \"date_start\": \"2025-03-16T20:30:00+10:00\",\n          \"date_end\": \"2025-03-17T20:25:00+10:00\",\n          \"columns\": {\n            \"region\": \"VIC1\",\n            \"fueltech\": \"WIND\"\n          },\n          \"data\": [\n            [\n              \"2025-03-16T20:30:00+10:00\",\n              3002.5982\n            ],\n            [\n              \"2025-03-16T20:35:00+10:00\",\n              2839.9642\n            ],\n            [\n              \"2025-03-16T20:40:00+10:00\",\n              2700.5597\n            ],\n            [\n              \"2025-03-16T20:45:00+10:00\",\n              2793.0477\n            ],\n            [\n              \"2025-03-16T20:50:00+10:00\",\n              2836.3445\n            ],\n            [\n              \"2025-03-16T20:55:00+10:00\",\n              2774.2638\n            ],\n            [\n              \"2025-03-16T21:00:00+10:00\",\n              2755.3868\n            ],\n            [\n              \"2025-03-16T21:05:00+10:00\",\n              2631.0415\n            ],\n            [\n              \"2025-03-16T21:10:00+10:00\",\n              2666.766\n            ],\n            [\n              \"2025-03-16T21:15:00+10:00\",\n              2525.9799\n            ],\n            [\n              \"2025-03-16T21:20:00+10:00\",\n              2558.4551\n            ],\n            [\n              \"2025-03-16T21:25:00+10:00\",\n              2531.3392\n            ],\n            [\n              \"2025-03-16T21:30:00+10:00\",\n              2473.9235\n            ],\n            [\n              \"2025-03-16T21:35:00+10:00\",\n              2453.1245\n            ],\n            [\n              \"2025-03-16T21:40:00+10:00\",\n              2403.2923\n            ],\n            [\n              \"2025-03-16T21:45:00+10:00\",\n              2354.6951\n            ],\n            [\n              \"2025-03-16T21:50:00+10:00\",\n              2350.4323\n            ],\n            [\n              \"2025-03-16T21:55:00+10:00\",\n              2403.7812\n            ],\n            [\n              \"2025-03-16T22:00:00+10:00\",\n              2344.8375\n            ],\n            [\n              \"2025-03-16T22:05:00+10:00\",\n              2268.5337\n            ],\n            [\n              \"2025-03-16T22:10:00+10:00\",\n              2217.9471\n            ],\n            [\n              \"2025-03-16T22:15:00+10:00\",\n              2198.8489\n            ],\n            [\n              \"2025-03-16T22:20:00+10:00\",\n              2226.4739\n            ],\n            [\n              \"2025-03-16T22:25:00+10:00\",\n              2215.3032\n            ],\n            [\n              \"2025-03-16T22:30:00+10:00\",\n              2250.9448\n            ],\n            [\n              \"2025-03-16T22:35:00+10:00\",\n              2322.9492\n            ],\n            [\n              \"2025-03-16T22:40:00+10:00\",\n              2315.7729\n            ],\n            [\n              \"2025-03-16T22:45:00+10:00\",\n              2317.3835\n            ],\n            [\n              \"2025-03-16T22:50:00+10:00\",\n              2335.8081\n            ],\n            [\n              \"2025-03-16T22:55:00+10:00\",\n              2314.3648\n            ],\n            [\n              \"2025-03-16T23:00:00+10:00\",\n              2331.2622\n            ],\n            [\n              \"2025-03-16T23:05:00+10:00\",\n              2323.4759\n            ],\n            [\n              \"2025-03-16T23:10:00+10:00\",\n              2288.4359\n            ],\n            [\n              \"2025-03-16T23:15:00+10:00\",\n              2223.3801\n            ],\n            [\n              \"2025-03-16T23:20:00+10:00\",\n              2243.8396\n            ],\n            [\n              \"2025-03-16T23:25:00+10:00\",\n              2222.9306\n            ],\n            [\n              \"2025-03-16T23:30:00+10:00\",\n              2233.9063\n            ],\n            [\n              \"2025-03-16T23:35:00+10:00\",\n              2248.7849\n            ],\n            [\n              \"2025-03-16T23:40:00+10:00\",\n              2358.0458\n            ],\n            [\n              \"2025-03-16T23:45:00+10:00\",\n              2349.5679\n            ],\n            [\n              \"2025-03-16T23:50:00+10:00\",\n              2353.5748\n            ],\n            [\n              \"2025-03-16T23:55:00+10:00\",\n              2383.3614\n            ],\n            [\n              \"2025-03-17T00:00:00+10:00\",\n              2228.6847\n            ],\n            [\n              \"2025-03-17T00:05:00+10:00\",\n              2140.8256\n            ],\n            [\n              \"2025-03-17T00:10:00+10:00\",\n              2157.3266\n            ],\n            [\n              \"2025-03-17T00:15:00+10:00\",\n              2118.103\n            ],\n            [\n              \"2025-03-17T00:20:00+10:00\",\n              2039.2856\n            ],\n            [\n              \"2025-03-17T00:25:00+10:00\",\n              2002.3107\n            ],\n            [\n              \"2025-03-17T00:30:00+10:00\",\n              1951.5189\n            ],\n            [\n              \"2025-03-17T00:35:00+10:00\",\n              1956.5887\n            ],\n            [\n              \"2025-03-17T00:40:00+10:00\",\n              1942.7808\n            ],\n            [\n              \"2025-03-17T00:45:00+10:00\",\n              1922.5215\n            ],\n            [\n              \"2025-03-17T00:50:00+10:00\",\n              1908.0307\n            ],\n            [\n              \"2025-03-17T00:55:00+10:00\",\n              1866.0278\n            ],\n            [\n              \"2025-03-17T01:00:00+10:00\",\n              1854.6574\n            ],\n            [\n              \"2025-03-17T01:05:00+10:00\",\n              1784.9543\n            ],\n            [\n              \"2025-03-17T01:10:00+10:00\",\n              1809.7759\n            ],\n            [\n              \"2025-03-17T01:15:00+10:00\",\n              1782.7334\n            ],\n            [\n              \"2025-03-17T01:20:00+10:00\",\n              1758.2056\n            ],\n            [\n              \"2025-03-17T01:25:00+10:00\",\n              1785.3209\n            ],\n            [\n              \"2025-03-17T01:30:00+10:00\",\n              1766.7871\n            ],\n            [\n              \"2025-03-17T01:35:00+10:00\",\n              1773.9921\n            ],\n            [\n              \"2025-03-17T01:40:00+10:00\",\n              1778.5826\n            ],\n            [\n              \"2025-03-17T01:45:00+10:00\",\n              1753.3994\n            ],\n            [\n              \"2025-03-17T01:50:00+10:00\",\n              1732.5284\n            ],\n            [\n              \"2025-03-17T01:55:00+10:00\",\n              1719.0598\n            ],\n            [\n              \"2025-03-17T02:00:00+10:00\",\n              1715.2267\n            ],\n            [\n              \"2025-03-17T02:05:00+10:00\",\n              1667.0836\n            ],\n            [\n              \"2025-03-17T02:10:00+10:00\",\n              1663.3642\n            ],\n            [\n              \"2025-03-17T02:15:00+10:00\",\n              1662.6049\n            ],\n            [\n              \"2025-03-17T02:20:00+10:00\",\n              1653.6279\n            ],\n            [\n              \"2025-03-17T02:25:00+10:00\",\n              1673.7722\n            ],\n            [\n              \"2025-03-17T02:30:00+10:00\",\n              1684.1373\n            ],\n            [\n              \"2025-03-17T02:35:00+10:00\",\n              1681.439\n            ],\n            [\n              \"2025-03-17T02:40:00+10:00\",\n              1682.1208\n            ],\n            [\n              \"2025-03-17T02:45:00+10:00\",\n              1669.4237\n            ],\n            [\n              \"2025-03-17T02:50:00+10:00\",\n              1706.0887\n            ],\n            [\n              \"2025-03-17T02:55:00+10:00\",\n              1710.1423\n            ],\n            [\n              \"2025-03-17T03:00:00+10:00\",\n              1705.6589\n            ],\n            [\n              \"2025-03-17T03:05:00+10:00\",\n              1741.024\n            ],\n            [\n              \"2025-03-17T03:10:00+10:00\",\n              1714.5984\n            ],\n            [\n              \"2025-03-17T03:15:00+10:00\",\n              1674.593\n            ],\n            [\n              \"2025-03-17T03:20:00+10:00\",\n              1644.7723\n            ],\n            [\n              \"2025-03-17T03:25:00+10:00\",\n              1639.3556\n            ],\n            [\n              \"2025-03-17T03:30:00+10:00\",\n              1653.6191\n            ],\n            [\n              \"2025-03-17T03:35:00+10:00\",\n              1676.1732\n            ],\n            [\n              \"2025-03-17T03:40:00+10:00\",\n              1633.798\n            ],\n            [\n              \"2025-03-17T03:45:00+10:00\",\n              1595.4298\n            ],\n            [\n              \"2025-03-17T03:50:00+10:00\",\n              1583.5494\n            ],\n            [\n              \"2025-03-17T03:55:00+10:00\",\n              1583.2236\n            ],\n            [\n              \"2025-03-17T04:00:00+10:00\",\n              1568.5157\n            ],\n            [\n              \"2025-03-17T04:05:00+10:00\",\n              1570.3615\n            ],\n            [\n              \"2025-03-17T04:10:00+10:00\",\n              1527.7761\n            ],\n            [\n              \"2025-03-17T04:15:00+10:00\",\n              1497.3419\n            ],\n            [\n              \"2025-03-17T04:20:00+10:00\",\n              1474.3699\n            ],\n            [\n              \"2025-03-17T04:25:00+10:00\",\n              1498.3045\n            ],\n            [\n              \"2025-03-17T04:30:00+10:00\",\n              1419.1916\n            ],\n            [\n              \"2025-03-17T04:35:00+10:00\",\n              1366.9133\n            ],\n            [\n              \"2025-03-17T04:40:00+10:00\",\n              1312.3678\n            ],\n            [\n              \"2025-03-17T04:45:00+10:00\",\n              1348.936\n            ],\n            [\n              \"2025-03-17T04:50:00+10:00\",\n              1413.8567\n            ],\n            [\n              \"2025-03-17T04:55:00+10:00\",\n              1462.2216\n            ],\n            [\n              \"2025-03-17T05:00:00+10:00\",\n              1489.6232\n            ],\n            [\n              \"2025-03-17T05:05:00+10:00\",\n              1461.8249\n            ],\n            [\n              \"2025-03-17T05:10:00+10:00\",\n              1426.5317\n            ],\n            [\n              \"2025-03-17T05:15:00+10:00\",\n              1418.7339\n            ],\n            [\n              \"2025-03-17T05:20:00+10:00\",\n              1401.3731\n            ],\n            [\n              \"2025-03-17T05:25:00+10:00\",\n              1418.7648\n            ],\n            [\n              \"2025-03-17T05:30:00+10:00\",\n              1417.7381\n            ],\n            [\n              \"2025-03-17T05:35:00+10:00\",\n              1427.187\n            ],\n            [\n              \"2025-03-17T05:40:00+10:00\",\n              1401.7825\n            ],\n            [\n              \"2025-03-17T05:45:00+10:00\",\n              1353.151\n            ],\n            [\n              \"2025-03-17T05:50:00+10:00\",\n              1269.5404\n            ],\n            [\n              \"2025-03-17T05:55:00+10:00\",\n              1250.7954\n            ],\n            [\n              \"2025-03-17T06:00:00+10:00\",\n              1249.6075\n            ],\n            [\n              \"2025-03-17T06:05:00+10:00\",\n              1214.4456\n            ],\n            [\n              \"2025-03-17T06:10:00+10:00\",\n              1166.6412\n            ],\n            [\n              \"2025-03-17T06:15:00+10:00\",\n              1160.9578\n            ],\n            [\n              \"2025-03-17T06:20:00+10:00\",\n              1125.2203\n            ],\n            [\n              \"2025-03-17T06:25:00+10:00\",\n              1076.9925\n            ],\n            [\n              \"2025-03-17T06:30:00+10:00\",\n              1093.978\n            ],\n            [\n              \"2025-03-17T06:35:00+10:00\",\n              1130.7208\n            ],\n            [\n              \"2025-03-17T06:40:00+10:00\",\n              1116.8763\n            ],\n            [\n              \"2025-03-17T06:45:00+10:00\",\n              1054.2157\n            ],\n            [\n              \"2025-03-17T06:50:00+10:00\",\n              1006.6866\n            ],\n            [\n              \"2025-03-17T06:55:00+10:00\",\n              1006.1561\n            ],\n            [\n              \"2025-03-17T07:00:00+10:00\",\n              984.6371\n            ],\n            [\n              \"2025-03-17T07:05:00+10:00\",\n              1002.7466\n            ],\n            [\n              \"2025-03-17T07:10:00+10:00\",\n              1043.6498\n            ],\n            [\n              \"2025-03-17T07:15:00+10:00\",\n              1053.2602\n            ],\n            [\n              \"2025-03-17T07:20:00+10:00\",\n              1053.8587\n            ],\n            [\n              \"2025-03-17T07:25:00+10:00\",\n              1037.6943\n            ],\n            [\n              \"2025-03-17T07:30:00+10:00\",\n              1000.6701\n            ],\n            [\n              \"2025-03-17T07:35:00+10:00\",\n              966.5366\n            ],\n            [\n              \"2025-03-17T07:40:00+10:00\",\n              925.2519\n            ],\n            [\n              \"2025-03-17T07:45:00+10:00\",\n              899.0533\n            ],\n            [\n              \"2025-03-17T07:50:00+10:00\",\n              879.4341\n            ],\n            [\n              \"2025-03-17T07:55:00+10:00\",\n              856.9535\n            ],\n            [\n              \"2025-03-17T08:00:00+10:00\",\n              836.277\n            ],\n            [\n              \"2025-03-17T08:05:00+10:00\",\n              794.8304\n            ],\n            [\n              \"2025-03-17T08:10:00+10:00\",\n              777.3593\n            ],\n            [\n              \"2025-03-17T08:15:00+10:00\",\n              725.5668\n            ],\n            [\n              \"2025-03-17T08:20:00+10:00\",\n              723.148\n            ],\n            [\n              \"2025-03-17T08:25:00+10:00\",\n              688.1113\n            ],\n            [\n              \"2025-03-17T08:30:00+10:00\",\n              649.6396\n            ],\n            [\n              \"2025-03-17T08:35:00+10:00\",\n              634.8519\n            ],\n            [\n              \"2025-03-17T08:40:00+10:00\",\n              661.0936\n            ],\n            [\n              \"2025-03-17T08:45:00+10:00\",\n              625.1784\n            ],\n            [\n              \"2025-03-17T08:50:00+10:00\",\n              642.3584\n            ],\n            [\n              \"2025-03-17T08:55:00+10:00\",\n              656.9526\n            ],\n            [\n              \"2025-03-17T09:00:00+10:00\",\n              691.4014\n            ],\n            [\n              \"2025-03-17T09:05:00+10:00\",\n              739.7202\n            ],\n            [\n              \"2025-03-17T09:10:00+10:00\",\n              797.7848\n            ],\n            [\n              \"2025-03-17T09:15:00+10:00\",\n              862.6092\n            ],\n            [\n              \"2025-03-17T09:20:00+10:00\",\n              938.5637\n            ],\n            [\n              \"2025-03-17T09:25:00+10:00\",\n              1017.1218\n            ],\n            [\n              \"2025-03-17T09:30:00+10:00\",\n              1065.9213\n            ],\n            [\n              \"2025-03-17T09:35:00+10:00\",\n              1109.0114\n            ],\n            [\n              \"2025-03-17T09:40:00+10:00\",\n              1173.5881\n            ],\n            [\n              \"2025-03-17T09:45:00+10:00\",\n              1161.7563\n            ],\n            [\n              \"2025-03-17T09:50:00+10:00\",\n              1205.8687\n            ],\n            [\n              \"2025-03-17T09:55:00+10:00\",\n              1159.2169\n            ],\n            [\n              \"2025-03-17T10:00:00+10:00\",\n              1189.6308\n            ],\n            [\n              \"2025-03-17T10:05:00+10:00\",\n              1133.2839\n            ],\n            [\n              \"2025-03-17T10:10:00+10:00\",\n              1029.968\n            ],\n            [\n              \"2025-03-17T10:15:00+10:00\",\n              1030.1174\n            ],\n            [\n              \"2025-03-17T10:20:00+10:00\",\n              1078.4425\n            ],\n            [\n              \"2025-03-17T10:25:00+10:00\",\n              1068.8079\n            ],\n            [\n              \"2025-03-17T10:30:00+10:00\",\n              1022.4096\n            ],\n            [\n              \"2025-03-17T10:35:00+10:00\",\n              1050.7354\n            ],\n            [\n              \"2025-03-17T10:40:00+10:00\",\n              1026.4298\n            ],\n            [\n              \"2025-03-17T10:45:00+10:00\",\n              986.9222\n            ],\n            [\n              \"2025-03-17T10:50:00+10:00\",\n              978.5882\n            ],\n            [\n              \"2025-03-17T10:55:00+10:00\",\n              936.6869\n            ],\n            [\n              \"2025-03-17T11:00:00+10:00\",\n              986.5098\n            ],\n            [\n              \"2025-03-17T11:05:00+10:00\",\n              905.8004\n            ],\n            [\n              \"2025-03-17T11:10:00+10:00\",\n              998.158\n            ],\n            [\n              \"2025-03-17T11:15:00+10:00\",\n              968.2945\n            ],\n            [\n              \"2025-03-17T11:20:00+10:00\",\n              902.8778\n            ],\n            [\n              \"2025-03-17T11:25:00+10:00\",\n              961.8549\n            ],\n            [\n              \"2025-03-17T11:30:00+10:00\",\n              910.875\n            ],\n            [\n              \"2025-03-17T11:35:00+10:00\",\n              816.144\n            ],\n            [\n              \"2025-03-17T11:40:00+10:00\",\n              790.5104\n            ],\n            [\n              \"2025-03-17T11:45:00+10:00\",\n              800.5439\n            ],\n            [\n              \"2025-03-17T11:50:00+10:00\",\n              785.085\n            ],\n            [\n              \"2025-03-17T11:55:00+10:00\",\n              778.5819\n            ],\n            [\n              \"2025-03-17T12:00:00+10:00\",\n              692.8168\n            ],\n            [\n              \"2025-03-17T12:05:00+10:00\",\n              702.2007\n            ],\n            [\n              \"2025-03-17T12:10:00+10:00\",\n              758.2061\n            ],\n            [\n              \"2025-03-17T12:15:00+10:00\",\n              733.2147\n            ],\n            [\n              \"2025-03-17T12:20:00+10:00\",\n              751.2622\n            ],\n            [\n              \"2025-03-17T12:25:00+10:00\",\n              747.2964\n            ],\n            [\n              \"2025-03-17T12:30:00+10:00\",\n              740.6178\n            ],\n            [\n              \"2025-03-17T12:35:00+10:00\",\n              740.732\n            ],\n            [\n              \"2025-03-17T12:40:00+10:00\",\n              729.6151\n            ],\n            [\n              \"2025-03-17T12:45:00+10:00\",\n              742.4487\n            ],\n            [\n              \"2025-03-17T12:50:00+10:00\",\n              679.0294\n            ],\n            [\n              \"2025-03-17T12:55:00+10:00\",\n              701.3569\n            ],\n            [\n              \"2025-03-17T13:00:00+10:00\",\n              677.0916\n            ],\n            [\n              \"2025-03-17T13:05:00+10:00\",\n              686.7172\n            ],\n            [\n              \"2025-03-17T13:10:00+10:00\",\n              718.07\n            ],\n            [\n              \"2025-03-17T13:15:00+10:00\",\n              716.9881\n            ],\n            [\n              \"2025-03-17T13:20:00+10:00\",\n              741.5585\n            ],\n            [\n              \"2025-03-17T13:25:00+10:00\",\n              732.4724\n            ],\n            [\n              \"2025-03-17T13:30:00+10:00\",\n              742.8241\n            ],\n            [\n              \"2025-03-17T13:35:00+10:00\",\n              742.1022\n            ],\n            [\n              \"2025-03-17T13:40:00+10:00\",\n              754.2653\n            ],\n            [\n              \"2025-03-17T13:45:00+10:00\",\n              732.919\n            ],\n            [\n              \"2025-03-17T13:50:00+10:00\",\n              717.2109\n            ],\n            [\n              \"2025-03-17T13:55:00+10:00\",\n              740.9653\n            ],\n            [\n              \"2025-03-17T14:00:00+10:00\",\n              766.4077\n            ],\n            [\n              \"2025-03-17T14:05:00+10:00\",\n              718.8323\n            ],\n            [\n              \"2025-03-17T14:10:00+10:00\",\n              732.7427\n            ],\n            [\n              \"2025-03-17T14:15:00+10:00\",\n              727.819\n            ],\n            [\n              \"2025-03-17T14:20:00+10:00\",\n              733.3778\n            ],\n            [\n              \"2025-03-17T14:25:00+10:00\",\n              779.2774\n            ],\n            [\n              \"2025-03-17T14:30:00+10:00\",\n              826.9854\n            ],\n            [\n              \"2025-03-17T14:35:00+10:00\",\n              837.8935\n            ],\n            [\n              \"2025-03-17T14:40:00+10:00\",\n              852.6036\n            ],\n            [\n              \"2025-03-17T14:45:00+10:00\",\n              890.1585\n            ],\n            [\n              \"2025-03-17T14:50:00+10:00\",\n              862.1584\n            ],\n            [\n              \"2025-03-17T14:55:00+10:00\",\n              903.6776\n            ],\n            [\n              \"2025-03-17T15:00:00+10:00\",\n              943.9141\n            ],\n            [\n              \"2025-03-17T15:05:00+10:00\",\n              903.1653\n            ],\n            [\n              \"2025-03-17T15:10:00+10:00\",\n              870.6771\n            ],\n            [\n              \"2025-03-17T15:15:00+10:00\",\n              923.2578\n            ],\n            [\n              \"2025-03-17T15:20:00+10:00\",\n              932.3074\n            ],\n            [\n              \"2025-03-17T15:25:00+10:00\",\n              973.9313\n            ],\n            [\n              \"2025-03-17T15:30:00+10:00\",\n              966.7866\n            ],\n            [\n              \"2025-03-17T15:35:00+10:00\",\n              977.1666\n            ],\n            [\n              \"2025-03-17T15:40:00+10:00\",\n              987.2274\n            ],\n            [\n              \"2025-03-17T15:45:00+10:00\",\n              993.3288\n            ],\n            [\n              \"2025-03-17T15:50:00+10:00\",\n              985.3539\n            ],\n            [\n              \"2025-03-17T15:55:00+10:00\",\n              955.3816\n            ],\n            [\n              \"2025-03-17T16:00:00+10:00\",\n              963.971\n            ],\n            [\n              \"2025-03-17T16:05:00+10:00\",\n              946.6616\n            ],\n            [\n              \"2025-03-17T16:10:00+10:00\",\n              903.2006\n            ],\n            [\n              \"2025-03-17T16:15:00+10:00\",\n              877.7577\n            ],\n            [\n              \"2025-03-17T16:20:00+10:00\",\n              873.0526\n            ],\n            [\n              \"2025-03-17T16:25:00+10:00\",\n              874.7936\n            ],\n            [\n              \"2025-03-17T16:30:00+10:00\",\n              866.3193\n            ],\n            [\n              \"2025-03-17T16:35:00+10:00\",\n              837.7579\n            ],\n            [\n              \"2025-03-17T16:40:00+10:00\",\n              826.0851\n            ],\n            [\n              \"2025-03-17T16:45:00+10:00\",\n              786.1018\n            ],\n            [\n              \"2025-03-17T16:50:00+10:00\",\n              791.9112\n            ],\n            [\n              \"2025-03-17T16:55:00+10:00\",\n              782.3454\n            ],\n            [\n              \"2025-03-17T17:00:00+10:00\",\n              786.6993\n            ],\n            [\n              \"2025-03-17T17:05:00+10:00\",\n              737.4983\n            ],\n            [\n              \"2025-03-17T17:10:00+10:00\",\n              718.0367\n            ],\n            [\n              \"2025-03-17T17:15:00+10:00\",\n              651.0393\n            ],\n            [\n              \"2025-03-17T17:20:00+10:00\",\n              638.1702\n            ],\n            [\n              \"2025-03-17T17:25:00+10:00\",\n              631.9722\n            ],\n            [\n              \"2025-03-17T17:30:00+10:00\",\n              633.787\n            ],\n            [\n              \"2025-03-17T17:35:00+10:00\",\n              606.7003\n            ],\n            [\n              \"2025-03-17T17:40:00+10:00\",\n              570.3036\n            ],\n            [\n              \"2025-03-17T17:45:00+10:00\",\n              574.835\n            ],\n            [\n              \"2025-03-17T17:50:00+10:00\",\n              569.1928\n            ],\n            [\n              \"2025-03-17T17:55:00+10:00\",\n              572.6174\n            ],\n            [\n              \"2025-03-17T18:00:00+10:00\",\n              554.6574\n            ],\n            [\n              \"2025-03-17T18:05:00+10:00\",\n              558.1933\n            ],\n            [\n              \"2025-03-17T18:10:00+10:00\",\n              543.2\n            ],\n            [\n              \"2025-03-17T18:15:00+10:00\",\n              530.5716\n            ],\n            [\n              \"2025-03-17T18:20:00+10:00\",\n              514.9475\n            ],\n            [\n              \"2025-03-17T18:25:00+10:00\",\n              505.2213\n            ],\n            [\n              \"2025-03-17T18:30:00+10:00\",\n              496.1544\n            ],\n            [\n              \"2025-03-17T18:35:00+10:00\",\n              515.9719\n            ],\n            [\n              \"2025-03-17T18:40:00+10:00\",\n              519.427\n            ],\n            [\n              \"2025-03-17T18:45:00+10:00\",\n              526.4903\n            ],\n            [\n              \"2025-03-17T18:50:00+10:00\",\n              508.756\n            ],\n            [\n              \"2025-03-17T18:55:00+10:00\",\n              506.6103\n            ],\n            [\n              \"2025-03-17T19:00:00+10:00\",\n              519.143\n            ],\n            [\n              \"2025-03-17T19:05:00+10:00\",\n              534.53\n            ],\n            [\n              \"2025-03-17T19:10:00+10:00\",\n              545.6519\n            ],\n            [\n              \"2025-03-17T19:15:00+10:00\",\n              563.9193\n            ],\n            [\n              \"2025-03-17T19:20:00+10:00\",\n              575.1251\n            ],\n            [\n              \"2025-03-17T19:25:00+10:00\",\n              580.5936\n            ],\n            [\n              \"2025-03-17T19:30:00+10:00\",\n              601.6158\n            ],\n            [\n              \"2025-03-17T19:35:00+10:00\",\n              629.8836\n            ],\n            [\n              \"2025-03-17T19:40:00+10:00\",\n              649.407\n            ],\n            [\n              \"2025-03-17T19:45:00+10:00\",\n              670.7719\n            ],\n            [\n              \"2025-03-17T19:50:00+10:00\",\n              685.1124\n            ],\n            [\n              \"2025-03-17T19:55:00+10:00\",\n              707.6277\n            ],\n            [\n              \"2025-03-17T20:00:00+10:00\",\n              711.9608\n            ],\n            [\n              \"2025-03-17T20:05:00+10:00\",\n              742.2115\n            ],\n            [\n              \"2025-03-17T20:10:00+10:00\",\n              792.9081\n            ],\n            [\n              \"2025-03-17T20:15:00+10:00\",\n              837.2534\n            ],\n            [\n              \"2025-03-17T20:20:00+10:00\",\n              864.1491\n            ],\n            [\n              \"2025-03-17T20:25:00+10:00\",\n              880.0402\n            ]\n          ]\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-WA.json",
    "content": "{\n  \"type\": \"power\",\n  \"version\": \"4.0.14\",\n  \"network\": \"wem\",\n  \"code\": \"WEM\",\n  \"region\": \"WEM\",\n  \"created_at\": \"2025-07-29T23:31:51+08:00\",\n  \"feature_flags\": [\n    \"run_crawlers\",\n    \"redirect_api_static\",\n    \"show_emission_factors_in_power_outputs\",\n    \"run_milestones\"\n  ],\n  \"messages\": [\n    \"OpenNEM API has migrated to require authentication. Please see the discssion at https://github.com/opennem/opennem/discussions/243\"\n  ],\n  \"data\": [\n    {\n      \"id\": \"au.wem.fuel_tech.battery_charging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_charging\",\n      \"code\": \"battery_charging\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          null,\n          16.014,\n          18.7307,\n          20.134,\n          9.124,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          0.464,\n          22.894,\n          53.544,\n          73.834,\n          56.7473,\n          48.8506,\n          13.6373,\n          24.784,\n          82.886,\n          110.6347,\n          110.686,\n          155.8106,\n          144.8413,\n          140.618,\n          151.3493,\n          159.0473,\n          127.3026,\n          199.1847,\n          265.95,\n          204.6926,\n          145.772,\n          137.002,\n          88.1067,\n          103.3173,\n          87.8027,\n          99.9767,\n          69.504,\n          99.1767,\n          106.8707,\n          47.9626,\n          21.572,\n          46.8233,\n          36.604,\n          64.4107,\n          101.674,\n          100.9567,\n          111.308,\n          87.8993,\n          92.2133,\n          46.8614,\n          null,\n          null,\n          null,\n          null,\n          13.4967,\n          21.7934,\n          4.4633,\n          24.4767,\n          4.8234,\n          33.46,\n          80.94,\n          45.21,\n          32.564,\n          46.0773,\n          32.5913,\n          32.48,\n          50.736,\n          62.2767,\n          81.4214,\n          90.8713,\n          132.0846,\n          152.2433,\n          133.9627,\n          142.0573,\n          171.7033,\n          205.884,\n          242.364,\n          322.1206,\n          275.5001,\n          289.5433,\n          304.2633,\n          265.4353,\n          221.1826,\n          197.8692,\n          149.3599,\n          115.7813,\n          75.1307,\n          71.296,\n          70.2133,\n          76.6886,\n          63.0,\n          0.5387,\n          9.088,\n          11.92,\n          0.512,\n          28.5433,\n          42.54,\n          9.48,\n          3.8967,\n          null,\n          6.0467,\n          null,\n          7.5567,\n          null,\n          null,\n          16.9833,\n          18.3133,\n          null,\n          null,\n          0.5387,\n          0.5387,\n          0.5387,\n          0.5387,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          0.784,\n          0.784,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          8.4567,\n          27.06,\n          61.69,\n          94.96,\n          94.96,\n          69.8733,\n          20.21,\n          0.4967,\n          null,\n          null,\n          27.8433,\n          54.1067,\n          null,\n          null,\n          null,\n          0.9013,\n          0.9113,\n          10.3746,\n          21.4113,\n          3.9713,\n          4.128,\n          8.1246,\n          1.7646,\n          0.9013,\n          6.7627,\n          8.08,\n          1.1307,\n          1.1307,\n          1.1307,\n          37.214,\n          92.7574,\n          99.384,\n          101.7441,\n          105.7441,\n          109.6474,\n          99.854,\n          82.364,\n          94.2974,\n          96.724,\n          81.2907,\n          80.144,\n          88.5267,\n          78.62,\n          57.6167,\n          47.7433,\n          43.9267,\n          25.6067,\n          3.57,\n          3.57,\n          0.6133,\n          null,\n          null,\n          2.17,\n          2.8033,\n          2.8033,\n          2.8033,\n          0.1367,\n          5.88,\n          6.2233,\n          null,\n          null,\n          null,\n          3.2933,\n          3.2933,\n          3.16,\n          null,\n          6.4833,\n          40.9106,\n          74.016,\n          78.1027,\n          46.6881,\n          14.756,\n          28.2633,\n          16.95,\n          46.436,\n          73.5734,\n          81.1761,\n          97.9,\n          99.2434,\n          130.732,\n          125.476,\n          116.7666,\n          189.414,\n          203.1508,\n          217.2473,\n          173.5253,\n          118.9653,\n          142.7953,\n          131.5893,\n          113.7087,\n          125.1907,\n          89.2027,\n          116.5693,\n          104.65,\n          111.4901,\n          112.0747,\n          120.448,\n          123.0774,\n          121.8186,\n          98.976,\n          92.1413,\n          78.9086,\n          52.1287,\n          119.58,\n          105.5919,\n          31.17,\n          37.236,\n          103.9527,\n          127.4253,\n          140.204,\n          226.7541,\n          215.6607,\n          202.2433,\n          150.1634,\n          59.2333,\n          null,\n          null,\n          null,\n          4.0167,\n          21.6933,\n          14.7267,\n          3.2767,\n          20.7467,\n          38.94,\n          null,\n          1.71,\n          9.7233,\n          null,\n          2.0267,\n          12.2434,\n          9.95,\n          47.9567,\n          102.1934,\n          102.3334,\n          69.6966,\n          5.3667,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.battery_discharging.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"battery_discharging\",\n      \"code\": \"battery_discharging\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          223.816,\n          189.9241,\n          212.99,\n          222.8434,\n          214.6267,\n          202.06,\n          188.1266,\n          211.3033,\n          222.3033,\n          226.14,\n          237.7733,\n          241.6666,\n          231.4766,\n          227.0635,\n          212.1467,\n          123.0067,\n          11.8366,\n          null,\n          null,\n          null,\n          null,\n          null,\n          3.1167,\n          16.1,\n          18.6967,\n          20.3,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          9.3233,\n          25.0134,\n          84.8233,\n          54.03,\n          13.0633,\n          null,\n          20.4167,\n          26.4567,\n          null,\n          null,\n          26.8433,\n          12.7967,\n          7.5066,\n          8.83,\n          3.7067,\n          37.6533,\n          15.6133,\n          7.3333,\n          46.9567,\n          129.39,\n          181.8401,\n          234.6534,\n          128.5233,\n          2.904,\n          1.3333,\n          12.5066,\n          18.934,\n          11.9787,\n          10.9186,\n          16.332,\n          5.9386,\n          2.05,\n          0.8567,\n          null,\n          15.2433,\n          18.49,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          9.3467,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          7.5467,\n          38.07,\n          44.28,\n          21.72,\n          4.1434,\n          null,\n          null,\n          35.7933,\n          71.3867,\n          65.04,\n          30.4067,\n          28.5007,\n          4.3973,\n          1.0507,\n          6.5407,\n          8.8407,\n          26.674,\n          22.8874,\n          9.924,\n          7.6673,\n          24.614,\n          7.364,\n          7.6007,\n          31.484,\n          77.9607,\n          48.7034,\n          78.43,\n          63.5833,\n          5.2733,\n          65.1633,\n          156.2014,\n          170.5666,\n          145.4293,\n          118.73,\n          116.7967,\n          112.9913,\n          114.6233,\n          115.6313,\n          104.252,\n          120.7933,\n          84.2666,\n          104.94,\n          174.562,\n          262.1993,\n          250.7007,\n          235.5907,\n          240.0774,\n          247.0074,\n          186.5753,\n          82.7893,\n          0.3627,\n          12.9027,\n          17.6127,\n          69.636,\n          143.0047,\n          156.9166,\n          152.4646,\n          87.6793,\n          3.9826,\n          7.3333,\n          13.8933,\n          42.366,\n          60.3667,\n          41.2167,\n          18.7666,\n          2.1733,\n          null,\n          null,\n          null,\n          null,\n          null,\n          14.1733,\n          31.0967,\n          15.34,\n          30.15,\n          46.85,\n          17.0233,\n          8.1267,\n          7.59,\n          10.26,\n          1.5933,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          null,\n          0.88,\n          9.388,\n          6.7414,\n          5.498,\n          3.7614,\n          3.3647,\n          14.5614,\n          23.9347,\n          26.4347,\n          57.7514,\n          101.5647,\n          61.8447,\n          7.3047,\n          26.6647,\n          77.328,\n          59.718,\n          21.3614,\n          2.4914,\n          0.0747,\n          47.2513,\n          103.0547,\n          54.6113,\n          30.488,\n          73.508,\n          67.038,\n          36.8147,\n          0.0747,\n          5.0633,\n          7.8167,\n          null,\n          null,\n          1.11,\n          0.0907,\n          0.0907,\n          null,\n          null,\n          null,\n          2.4233,\n          null,\n          null,\n          0.0667,\n          null,\n          null,\n          null,\n          null,\n          9.5167,\n          33.9033,\n          31.15,\n          null,\n          3.9433,\n          1.36,\n          null,\n          null,\n          null,\n          null,\n          4.5067,\n          12.2467,\n          16.2533,\n          18.8534,\n          20.2233,\n          null,\n          null,\n          null,\n          2.5467,\n          null,\n          null,\n          14.8367,\n          13.8133,\n          3.7067,\n          null,\n          null,\n          null,\n          18.0994,\n          0.0427,\n          0.0427,\n          16.336,\n          8.5727,\n          33.9094,\n          39.6627,\n          27.0427,\n          22.4927,\n          17.7487,\n          41.5854,\n          72.7887,\n          38.3907,\n          4.5807,\n          8.8493,\n          29.2659,\n          0.142,\n          0.032,\n          0.032,\n          67.008,\n          149.3014,\n          135.0506,\n          62.9013,\n          1.082,\n          31.532,\n          70.7853,\n          85.3387,\n          92.5314,\n          109.74,\n          112.1867,\n          104.4646,\n          117.4833,\n          116.52,\n          105.072,\n          91.104,\n          107.3593,\n          117.8087\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.bioenergy_biogas.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"bioenergy_biogas\",\n      \"code\": \"bioenergy_biogas\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.0649,\n          0.065,\n          0.065,\n          0.065,\n          0.065,\n          0.0656,\n          0.0656,\n          0.0656,\n          0.0656,\n          0.0656,\n          0.0656,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0585,\n          0.0596,\n          0.0596,\n          0.0596,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.062,\n          0.0627,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0642,\n          0.0645,\n          0.0645,\n          0.0645,\n          0.0645,\n          0.0645,\n          0.0645,\n          0.0645,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0633,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0592,\n          0.0616,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0634,\n          0.0628,\n          0.0628,\n          0.0622,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0603,\n          0.0591,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0586,\n          0.0592,\n          0.0592,\n          0.0592,\n          0.0602,\n          0.0608,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0609,\n          0.0603,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0602,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0608,\n          0.0608,\n          0.0608,\n          0.0608,\n          0.0602,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0595,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593,\n          0.0593\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.bioenergy_biogas.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"bioenergy_biogas\",\n      \"code\": \"bioenergy_biogas\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0062,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0062,\n          0.0061,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.006,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0062,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0064,\n          0.0063,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0061,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0063,\n          0.0062,\n          0.0062,\n          0.0063,\n          0.0063,\n          0.0064,\n          0.0067,\n          0.0067,\n          0.0066,\n          0.0067\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.bioenergy_biogas.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"bioenergy_biogas\",\n      \"code\": \"bioenergy_biogas\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          10.5282,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5286,\n          10.5424,\n          10.5424,\n          10.5424,\n          10.5424,\n          10.6533,\n          10.6533,\n          10.6533,\n          10.6533,\n          10.6533,\n          10.6533,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0097,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          10.0052,\n          9.5091,\n          9.6599,\n          9.6599,\n          9.6599,\n          9.5394,\n          9.5394,\n          9.5394,\n          9.5394,\n          9.5394,\n          9.5394,\n          10.0635,\n          10.1846,\n          10.3069,\n          10.3069,\n          10.3069,\n          10.3069,\n          10.3069,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4271,\n          10.4313,\n          10.4313,\n          10.4745,\n          10.4745,\n          10.4745,\n          10.4745,\n          10.4745,\n          10.4745,\n          10.4745,\n          10.0914,\n          10.0914,\n          10.0914,\n          10.0914,\n          10.0914,\n          9.9703,\n          9.9703,\n          9.9703,\n          9.9703,\n          9.9703,\n          9.9703,\n          9.9703,\n          9.2309,\n          9.2309,\n          9.2309,\n          9.2309,\n          9.2309,\n          9.615,\n          10.1275,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.5003,\n          10.3802,\n          10.3802,\n          10.2448,\n          9.8486,\n          9.8598,\n          9.8598,\n          9.8598,\n          9.8598,\n          9.8598,\n          9.8598,\n          9.8598,\n          9.6028,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.2214,\n          9.3187,\n          9.3187,\n          9.441,\n          9.8203,\n          9.9446,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9557,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.9523,\n          9.8214,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.4176,\n          9.7904,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0369,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.0272,\n          10.031,\n          10.031,\n          10.031,\n          10.031,\n          10.031,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          10.037,\n          9.9152,\n          9.9152,\n          9.9152,\n          9.9152,\n          9.7944,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3967,\n          9.3984,\n          9.3984,\n          9.3984,\n          9.524,\n          9.653,\n          9.3936,\n          9.3936,\n          9.2698,\n          8.8727,\n          8.8727,\n          8.9968,\n          8.8719\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.bioenergy_biomass.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"bioenergy_biomass\",\n      \"code\": \"bioenergy_biomass\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          34.376,\n          33.1693,\n          33.1693,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          34.3733,\n          33.1573,\n          33.1573,\n          33.1573,\n          33.1573,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          34.3597,\n          33.152,\n          33.152,\n          33.152,\n          33.152,\n          34.358,\n          34.358,\n          34.358,\n          34.358,\n          28.624,\n          20.3913,\n          12.379,\n          4.4503,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          -2.3883,\n          1.9287,\n          9.917,\n          19.3527,\n          29.179,\n          33.0183,\n          33.0183,\n          34.2463,\n          34.2463,\n          34.2463,\n          34.2463,\n          34.2463,\n          35.4603,\n          35.4603,\n          35.4603,\n          35.4603,\n          35.4603,\n          35.4603,\n          35.4603,\n          34.2573,\n          34.2573,\n          34.2573,\n          33.0513,\n          33.0513,\n          34.2923,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          35.5037,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          34.2947,\n          26.0167,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          21.021,\n          22.2477,\n          22.2477,\n          22.2477,\n          23.449,\n          23.449,\n          23.449,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          22.2443,\n          23.4643,\n          23.4643,\n          23.4643,\n          22.2563,\n          22.2563,\n          22.2563,\n          22.2563,\n          22.2563,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          21.0263,\n          24.9347,\n          32.953,\n          32.953,\n          35.4357,\n          35.4357,\n          35.4357,\n          35.4357,\n          35.4357,\n          35.4357,\n          34.2307,\n          34.2307,\n          33.013,\n          33.013,\n          33.013,\n          33.013,\n          33.013,\n          33.013,\n          33.013,\n          34.2243,\n          34.2243,\n          34.2243,\n          34.2243,\n          34.2243,\n          34.2243\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.coal_black.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          60.9182,\n          61.521,\n          61.0707,\n          60.998,\n          61.1682,\n          61.252,\n          61.2044,\n          61.1606,\n          61.2395,\n          61.5996,\n          61.7715,\n          62.0387,\n          62.6374,\n          63.0336,\n          63.3242,\n          63.4663,\n          63.658,\n          63.2385,\n          62.9805,\n          62.412,\n          62.3473,\n          62.5901,\n          62.7142,\n          62.6621,\n          62.6035,\n          62.7187,\n          62.9908,\n          63.0925,\n          63.1961,\n          63.3892,\n          63.3471,\n          63.3349,\n          63.4434,\n          63.5158,\n          63.5003,\n          63.4565,\n          63.406,\n          63.398,\n          63.4892,\n          63.489,\n          63.4454,\n          63.4573,\n          63.4087,\n          63.2192,\n          62.4564,\n          61.92,\n          61.2151,\n          60.6669,\n          59.9992,\n          59.313,\n          58.7423,\n          58.2154,\n          57.3284,\n          57.0201,\n          57.1329,\n          57.1592,\n          57.1255,\n          57.2134,\n          57.3198,\n          57.3726,\n          57.224,\n          57.1474,\n          57.2454,\n          57.3603,\n          57.5881,\n          58.2204,\n          59.0021,\n          59.7671,\n          60.5662,\n          60.9269,\n          60.9794,\n          61.1208,\n          61.344,\n          61.5028,\n          61.833,\n          62.1816,\n          62.3152,\n          62.332,\n          62.5746,\n          62.8284,\n          63.0475,\n          63.2652,\n          63.3012,\n          63.3639,\n          63.3177,\n          63.3135,\n          63.291,\n          63.2995,\n          63.3252,\n          63.3956,\n          63.6963,\n          63.506,\n          63.5069,\n          63.6292,\n          63.5219,\n          63.4657,\n          63.452,\n          63.4243,\n          63.3165,\n          63.3067,\n          63.3411,\n          63.3199,\n          63.3193,\n          63.3439,\n          63.3078,\n          63.3018,\n          63.415,\n          63.3576,\n          63.2266,\n          62.9775,\n          63.1374,\n          63.3876,\n          63.3676,\n          63.3039,\n          63.334,\n          63.412,\n          63.3558,\n          63.3081,\n          63.3881,\n          63.3047,\n          63.2724,\n          63.2237,\n          63.2819,\n          63.3407,\n          63.2876,\n          63.2312,\n          63.2572,\n          63.3593,\n          63.393,\n          63.4043,\n          63.3771,\n          63.2773,\n          63.2352,\n          63.2855,\n          63.2965,\n          63.3064,\n          63.286,\n          63.2805,\n          63.2461,\n          63.2901,\n          63.4105,\n          63.3156,\n          63.3072,\n          63.2249,\n          63.3191,\n          63.4004,\n          63.3349,\n          63.2319,\n          63.2608,\n          63.4202,\n          63.4138,\n          63.2151,\n          63.2281,\n          63.3138,\n          63.2964,\n          63.3334,\n          63.3791,\n          63.3009,\n          63.2855,\n          63.2935,\n          63.2824,\n          63.3274,\n          63.339,\n          63.3059,\n          63.2704,\n          63.2999,\n          63.3421,\n          63.3776,\n          63.2914,\n          63.2467,\n          63.3192,\n          63.3467,\n          63.3844,\n          63.3152,\n          63.2491,\n          63.2487,\n          63.3132,\n          63.4043,\n          63.3316,\n          63.3141,\n          63.2742,\n          63.2426,\n          63.2902,\n          63.337,\n          63.3534,\n          63.5509,\n          63.5189,\n          63.244,\n          63.2129,\n          63.2949,\n          63.5201,\n          63.2981,\n          63.2527,\n          63.2086,\n          63.2229,\n          63.3236,\n          63.4049,\n          63.275,\n          63.2823,\n          63.408,\n          63.3606,\n          63.1784,\n          63.2772,\n          63.3551,\n          63.2783,\n          63.128,\n          62.7844,\n          62.4739,\n          62.2764,\n          62.2024,\n          62.2489,\n          62.3101,\n          62.4063,\n          62.157,\n          61.8414,\n          61.7506,\n          61.0484,\n          61.8026,\n          62.1554,\n          61.836,\n          61.7599,\n          60.1327,\n          60.7316,\n          61.5198,\n          61.5716,\n          61.9065,\n          61.8813,\n          60.9636,\n          61.7744,\n          62.0024,\n          62.35,\n          62.4204,\n          62.4627,\n          62.2154,\n          62.2264,\n          62.3124,\n          62.2672,\n          62.1798,\n          62.2307,\n          62.2366,\n          62.0456,\n          61.9088,\n          62.1409,\n          62.0037,\n          60.6713,\n          59.9487,\n          61.045,\n          61.3877,\n          61.0784,\n          60.7926,\n          59.8543,\n          59.6749,\n          59.2185,\n          57.7032,\n          58.0611,\n          57.6131,\n          56.263,\n          56.5384,\n          56.5548,\n          56.3625,\n          56.3145,\n          56.4679,\n          56.5191,\n          56.8601,\n          57.0281,\n          57.0939,\n          57.0558,\n          57.1343,\n          57.2386,\n          57.2336,\n          57.2317,\n          57.169,\n          57.3296,\n          57.3213,\n          57.2181,\n          57.1017,\n          57.3864,\n          57.3755,\n          57.1906,\n          57.0051,\n          57.127,\n          57.3615,\n          57.2205,\n          56.8948,\n          56.954,\n          57.1895,\n          57.0517,\n          57.0249\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.coal_black.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0695,\n          0.0694,\n          0.0695,\n          0.0695,\n          0.0695,\n          0.0695,\n          0.0695,\n          0.0695,\n          0.0695,\n          0.0694,\n          0.0693,\n          0.0693,\n          0.0692,\n          0.0691,\n          0.069,\n          0.069,\n          0.0689,\n          0.069,\n          0.0691,\n          0.0692,\n          0.0692,\n          0.0691,\n          0.0691,\n          0.0692,\n          0.0692,\n          0.0691,\n          0.0691,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.0689,\n          0.0688,\n          0.0687,\n          0.0687,\n          0.0686,\n          0.0685,\n          0.0684,\n          0.0684,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0683,\n          0.0682,\n          0.0682,\n          0.0682,\n          0.0683,\n          0.0683,\n          0.0684,\n          0.0685,\n          0.0686,\n          0.0687,\n          0.0687,\n          0.0687,\n          0.0687,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.0689,\n          0.0689,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.069,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0688,\n          0.0688,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0687,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0687,\n          0.0688,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0688,\n          0.0687,\n          0.0688,\n          0.0688,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0689,\n          0.0688,\n          0.0689,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0688,\n          0.0686,\n          0.0685,\n          0.0687,\n          0.0688,\n          0.0689,\n          0.0691,\n          0.0691,\n          0.0693,\n          0.0694,\n          0.0694,\n          0.0696,\n          0.0697,\n          0.0697,\n          0.07,\n          0.0701,\n          0.0702,\n          0.0703,\n          0.0703,\n          0.0703,\n          0.0703,\n          0.0703,\n          0.0703,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0703,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0703,\n          0.0704,\n          0.0704,\n          0.0703,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0703,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0704,\n          0.0704\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.coal_black.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"coal_black\",\n      \"code\": \"coal_black\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          876.8169,\n          886.3854,\n          878.842,\n          877.7807,\n          879.9638,\n          880.9277,\n          880.3608,\n          879.9081,\n          881.5699,\n          887.2929,\n          890.7424,\n          895.68,\n          905.6324,\n          912.8472,\n          917.8279,\n          920.1495,\n          923.4423,\n          916.312,\n          911.6709,\n          902.1393,\n          901.4586,\n          905.3417,\n          907.6263,\n          906.0961,\n          905.1199,\n          907.2749,\n          911.9941,\n          913.9202,\n          915.273,\n          918.6124,\n          918.4372,\n          918.3317,\n          919.7886,\n          920.5864,\n          920.4236,\n          919.867,\n          919.2303,\n          919.0565,\n          920.3275,\n          920.2462,\n          919.6373,\n          919.8575,\n          919.2047,\n          916.747,\n          906.8336,\n          899.768,\n          890.5704,\n          883.3884,\n          874.7763,\n          865.8311,\n          858.3383,\n          851.4527,\n          839.9837,\n          836.0519,\n          837.4786,\n          837.7236,\n          837.3299,\n          838.4096,\n          839.8556,\n          840.5555,\n          838.4826,\n          837.6717,\n          838.9224,\n          840.2909,\n          843.3043,\n          851.5652,\n          861.7284,\n          871.7328,\n          882.1191,\n          886.6826,\n          887.5947,\n          889.3678,\n          892.2431,\n          894.4089,\n          898.7072,\n          903.1936,\n          904.9867,\n          905.2468,\n          908.3579,\n          911.6783,\n          914.6073,\n          917.3786,\n          917.8092,\n          918.6431,\n          917.9497,\n          918.0669,\n          917.7749,\n          917.7723,\n          918.1188,\n          919.0358,\n          922.8382,\n          920.3513,\n          920.4148,\n          921.989,\n          920.566,\n          919.9023,\n          919.6984,\n          919.3835,\n          918.0141,\n          917.8903,\n          918.2908,\n          917.959,\n          918.1113,\n          918.3381,\n          917.8558,\n          917.8063,\n          919.3178,\n          918.5188,\n          916.8633,\n          913.7764,\n          915.7406,\n          918.8688,\n          918.6678,\n          917.872,\n          918.2157,\n          919.168,\n          918.4927,\n          917.8931,\n          918.9835,\n          917.871,\n          917.4385,\n          916.7253,\n          917.5958,\n          918.3351,\n          917.6316,\n          916.9561,\n          917.2017,\n          918.5018,\n          919.039,\n          919.1254,\n          918.7764,\n          917.5412,\n          917.0124,\n          917.5871,\n          917.8561,\n          917.8559,\n          917.6287,\n          917.5955,\n          917.1184,\n          917.68,\n          919.2363,\n          917.985,\n          917.9058,\n          916.8935,\n          918.0191,\n          919.0375,\n          918.2885,\n          916.9152,\n          917.3069,\n          919.3907,\n          919.2139,\n          916.7031,\n          916.8649,\n          917.9929,\n          917.6906,\n          918.2237,\n          918.8512,\n          917.822,\n          917.6007,\n          917.7359,\n          917.5952,\n          918.1591,\n          918.3022,\n          917.8629,\n          917.4347,\n          917.8113,\n          918.3474,\n          918.7651,\n          917.7057,\n          917.1301,\n          918.0672,\n          918.4015,\n          918.8523,\n          918.0428,\n          917.1637,\n          917.1656,\n          917.9815,\n          919.1071,\n          918.1843,\n          917.9748,\n          917.4296,\n          917.0255,\n          917.6677,\n          918.2647,\n          918.498,\n          920.9767,\n          920.5239,\n          917.0445,\n          916.7164,\n          917.6795,\n          920.5723,\n          917.7977,\n          917.2309,\n          916.6216,\n          916.7951,\n          918.1484,\n          919.2163,\n          917.4727,\n          917.5998,\n          919.1797,\n          918.5364,\n          916.2333,\n          917.539,\n          918.5181,\n          917.4765,\n          915.5912,\n          911.0936,\n          907.0655,\n          904.436,\n          903.4845,\n          904.1868,\n          904.9166,\n          906.2014,\n          902.766,\n          897.6194,\n          896.5827,\n          888.5804,\n          898.4313,\n          902.9873,\n          898.8667,\n          897.6471,\n          875.6318,\n          883.0701,\n          893.1017,\n          893.8671,\n          898.8479,\n          899.0331,\n          887.1616,\n          897.9057,\n          900.7832,\n          905.2671,\n          906.2636,\n          906.7545,\n          903.6115,\n          903.7718,\n          904.9375,\n          904.3149,\n          903.1871,\n          903.8365,\n          903.971,\n          901.4766,\n          899.6215,\n          902.6783,\n          900.9472,\n          883.9516,\n          874.7278,\n          888.6563,\n          892.0269,\n          885.8619,\n          880.0065,\n          865.8003,\n          861.4708,\n          853.5118,\n          831.9047,\n          834.3359,\n          826.3978,\n          806.8821,\n          808.2223,\n          806.3979,\n          803.2484,\n          801.5923,\n          803.5193,\n          804.2243,\n          808.6076,\n          810.784,\n          811.6467,\n          810.6648,\n          811.7383,\n          813.5546,\n          813.4757,\n          813.4863,\n          812.6571,\n          814.7221,\n          814.6567,\n          813.3321,\n          811.7991,\n          815.453,\n          815.265,\n          812.9804,\n          810.1917,\n          811.6556,\n          815.1795,\n          813.4324,\n          808.5425,\n          808.9229,\n          812.4283,\n          810.636,\n          810.4117\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.distillate.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.6347,\n          0.6342,\n          0.6342,\n          0.6342,\n          0.3826,\n          0.2487,\n          0.334,\n          0.334,\n          0.334,\n          0.334,\n          0.1875,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0328,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.0342,\n          0.1086,\n          0.3253,\n          0.3809,\n          0.4776,\n          0.4776,\n          0.5207,\n          0.6256,\n          0.6256,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.6353,\n          0.5648,\n          0.4277,\n          0.3397,\n          0.3397,\n          0.3397,\n          0.3397,\n          0.3397,\n          0.1896,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.037,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334,\n          0.0334\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.distillate.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0794,\n          0.0794,\n          0.0794,\n          0.0794,\n          0.0785,\n          0.0773,\n          0.0782,\n          0.0782,\n          0.0782,\n          0.0782,\n          0.0763,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0602,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.0591,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.058,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0588,\n          0.0723,\n          0.0778,\n          0.0782,\n          0.0787,\n          0.0787,\n          0.0789,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.0792,\n          0.079,\n          0.0785,\n          0.0779,\n          0.0779,\n          0.0779,\n          0.0779,\n          0.0779,\n          0.0757,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.06,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595,\n          0.0595\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.distillate.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"distillate\",\n      \"code\": \"distillate\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          7.9942,\n          7.9842,\n          7.9842,\n          7.9842,\n          4.8718,\n          3.2155,\n          4.2708,\n          4.2708,\n          4.2708,\n          4.2708,\n          2.4582,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.5448,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.555,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5651,\n          0.5818,\n          0.5818,\n          0.5818,\n          0.5818,\n          0.5818,\n          0.5818,\n          0.5818,\n          0.5818,\n          1.5025,\n          4.1838,\n          4.8718,\n          6.0678,\n          6.0678,\n          6.6005,\n          7.8981,\n          7.8981,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          8.0188,\n          7.1458,\n          5.4498,\n          4.3615,\n          4.3615,\n          4.3615,\n          4.3615,\n          4.3615,\n          2.5045,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6165,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.6064,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617,\n          0.5617\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ccgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          18.411,\n          18.3789,\n          18.4197,\n          18.359,\n          18.3237,\n          18.2635,\n          18.32,\n          18.3812,\n          18.411,\n          18.3885,\n          18.3945,\n          18.4009,\n          18.3904,\n          18.3824,\n          18.4051,\n          18.3858,\n          18.394,\n          18.3772,\n          18.3738,\n          18.3738,\n          18.3957,\n          18.3638,\n          18.3861,\n          18.3933,\n          18.3866,\n          18.1184,\n          17.6294,\n          17.28,\n          16.949,\n          16.7677,\n          16.369,\n          15.4957,\n          14.9667,\n          14.7653,\n          14.776,\n          14.7526,\n          14.7846,\n          14.7781,\n          14.8231,\n          14.8359,\n          14.7651,\n          14.7629,\n          14.7494,\n          14.7739,\n          14.7719,\n          14.7661,\n          14.7672,\n          14.7578,\n          14.7605,\n          14.7818,\n          14.7505,\n          14.8189,\n          14.751,\n          14.7469,\n          14.7713,\n          14.8158,\n          14.7863,\n          14.7594,\n          14.7549,\n          14.7734,\n          14.7578,\n          14.7775,\n          14.7542,\n          14.7419,\n          14.7509,\n          14.7557,\n          14.7636,\n          14.739,\n          15.1571,\n          15.7175,\n          15.7435,\n          16.1675,\n          17.0287,\n          17.7572,\n          18.2798,\n          18.3547,\n          18.3495,\n          18.3736,\n          18.361,\n          18.3621,\n          18.3793,\n          18.3753,\n          18.3758,\n          18.3966,\n          18.3719,\n          18.36,\n          18.3911,\n          18.3834,\n          18.3766,\n          18.3924,\n          18.404,\n          18.4094,\n          18.3954,\n          18.3807,\n          18.4066,\n          18.4004,\n          18.4193,\n          18.4077,\n          18.4263,\n          18.4005,\n          18.3987,\n          18.4173,\n          18.4021,\n          18.4236,\n          18.4343,\n          18.4217,\n          18.4327,\n          18.421,\n          18.4162,\n          18.4259,\n          18.4157,\n          18.409,\n          18.4179,\n          18.4109,\n          18.4212,\n          18.4002,\n          18.4254,\n          18.4174,\n          18.3971,\n          18.4294,\n          18.4091,\n          18.3859,\n          18.3828,\n          18.4097,\n          18.394,\n          18.3925,\n          18.4152,\n          18.392,\n          18.3982,\n          18.3891,\n          18.3943,\n          18.4055,\n          18.4096,\n          18.3891,\n          18.3865,\n          18.366,\n          18.3986,\n          18.3874,\n          18.3779,\n          18.3769,\n          18.3793,\n          18.3793,\n          18.3936,\n          18.3913,\n          18.3919,\n          18.3845,\n          18.3767,\n          18.3768,\n          18.3879,\n          18.3641,\n          18.4021,\n          18.4069,\n          18.3902,\n          18.3659,\n          18.3607,\n          18.3767,\n          18.367,\n          18.3539,\n          18.3671,\n          18.3776,\n          18.3647,\n          18.3818,\n          18.3853,\n          18.3721,\n          18.381,\n          18.379,\n          18.3708,\n          18.3675,\n          18.3638,\n          18.3678,\n          18.368,\n          18.3637,\n          18.3634,\n          18.3591,\n          18.3714,\n          18.3629,\n          18.3629,\n          18.3587,\n          18.3587,\n          18.3462,\n          18.3774,\n          18.3483,\n          18.3441,\n          18.3394,\n          18.3484,\n          18.3433,\n          18.3311,\n          18.0904,\n          17.5997,\n          17.2858,\n          16.9346,\n          16.7499,\n          16.3539,\n          15.4877,\n          14.9325,\n          14.7344,\n          14.7303,\n          14.7338,\n          14.735,\n          14.7397,\n          14.7072,\n          14.729,\n          14.7397,\n          14.724,\n          14.7158,\n          14.7158,\n          14.7241,\n          14.7188,\n          14.7066,\n          14.7116,\n          14.7026,\n          14.7171,\n          14.7164,\n          14.6994,\n          14.7178,\n          14.6795,\n          14.7091,\n          14.7031,\n          14.603,\n          14.7469,\n          14.7055,\n          14.722,\n          14.7215,\n          14.6847,\n          14.7494,\n          14.7298,\n          14.2686,\n          14.5741,\n          14.7404,\n          14.7243,\n          14.6918,\n          14.7107,\n          14.7331,\n          14.7288,\n          14.7366,\n          14.7239,\n          14.7283,\n          14.7283,\n          14.7265,\n          14.7221,\n          14.677,\n          14.7057,\n          14.7237,\n          14.6123,\n          14.6733,\n          14.7878,\n          14.7416,\n          14.7249,\n          14.6808,\n          14.562,\n          14.6257,\n          14.7391,\n          14.2056,\n          14.511,\n          15.1482,\n          15.7554,\n          15.788,\n          16.183,\n          17.044,\n          17.7294,\n          18.2209,\n          18.3581,\n          18.3806,\n          18.3769,\n          18.3682,\n          18.3797,\n          18.38,\n          18.3758,\n          18.3787,\n          18.3681,\n          18.3784,\n          18.3558,\n          18.381,\n          18.3622,\n          18.3821,\n          18.3993,\n          18.3865,\n          18.3904,\n          18.3831,\n          18.3873,\n          18.3805,\n          18.3921,\n          18.4113,\n          18.3738,\n          18.367,\n          18.3458,\n          18.3869,\n          18.3699\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ccgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0323,\n          0.0323,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0323,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0322,\n          0.0323,\n          0.0323,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324,\n          0.0324\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ccgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ccgt\",\n      \"code\": \"gas_ccgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          568.5467,\n          567.5434,\n          568.8166,\n          566.97,\n          565.9301,\n          564.1133,\n          565.83,\n          567.6268,\n          568.5434,\n          567.8467,\n          568.0467,\n          568.2398,\n          567.9133,\n          567.6567,\n          568.3766,\n          567.7566,\n          568.0134,\n          567.4834,\n          567.3935,\n          567.3934,\n          568.05,\n          567.0834,\n          567.7833,\n          568.0034,\n          567.7867,\n          559.7067,\n          545.0101,\n          534.5067,\n          524.5967,\n          519.1566,\n          507.1866,\n          480.96,\n          465.0801,\n          459.0634,\n          459.3834,\n          458.6667,\n          459.6267,\n          459.4201,\n          460.78,\n          461.1734,\n          459.0267,\n          458.96,\n          458.5734,\n          459.2801,\n          459.2235,\n          459.02,\n          459.0701,\n          458.79,\n          458.8566,\n          459.4801,\n          458.5399,\n          460.6068,\n          458.5634,\n          458.45,\n          459.1601,\n          460.5066,\n          459.6434,\n          458.8233,\n          458.71,\n          459.2535,\n          458.7767,\n          459.3367,\n          458.65,\n          458.28,\n          458.55,\n          458.7134,\n          458.9567,\n          458.2033,\n          470.77,\n          487.58,\n          488.36,\n          501.1033,\n          526.96,\n          548.81,\n          564.5067,\n          566.7567,\n          566.6033,\n          567.3268,\n          566.9734,\n          566.9966,\n          567.5435,\n          567.4035,\n          567.45,\n          568.0701,\n          567.3334,\n          566.9566,\n          567.9001,\n          567.67,\n          567.4833,\n          567.9534,\n          568.3035,\n          568.4634,\n          568.0434,\n          567.59,\n          568.3966,\n          568.1934,\n          568.7901,\n          568.4201,\n          568.9901,\n          568.1867,\n          568.1601,\n          568.7201,\n          568.2534,\n          568.9033,\n          569.2233,\n          568.8535,\n          569.2,\n          568.8367,\n          568.6866,\n          568.9634,\n          568.6666,\n          568.4735,\n          568.7334,\n          568.5334,\n          568.8534,\n          568.2135,\n          568.98,\n          568.74,\n          568.1301,\n          569.1,\n          568.5,\n          567.7834,\n          567.6799,\n          568.5033,\n          568.02,\n          567.9768,\n          568.6633,\n          567.9634,\n          568.1533,\n          567.8599,\n          568.0233,\n          568.3867,\n          568.5067,\n          567.8667,\n          567.8033,\n          567.1299,\n          568.1567,\n          567.81,\n          567.5067,\n          567.4801,\n          567.5501,\n          567.5501,\n          567.9766,\n          567.9066,\n          567.9266,\n          567.7232,\n          567.4699,\n          567.4667,\n          567.82,\n          567.0701,\n          568.22,\n          568.3534,\n          567.8534,\n          567.1333,\n          566.9734,\n          567.4801,\n          567.1567,\n          566.7566,\n          567.1567,\n          567.5033,\n          567.09,\n          567.63,\n          567.7433,\n          567.3266,\n          567.6034,\n          567.5267,\n          567.2799,\n          567.1799,\n          567.0633,\n          567.1834,\n          567.1967,\n          567.0502,\n          567.0532,\n          566.9232,\n          567.2933,\n          567.0267,\n          567.0267,\n          566.8932,\n          566.8932,\n          566.4998,\n          567.4732,\n          566.5634,\n          566.4133,\n          566.2733,\n          566.53,\n          566.3966,\n          566.02,\n          558.7867,\n          544.0567,\n          534.6433,\n          524.0966,\n          518.56,\n          506.6666,\n          480.6666,\n          463.9867,\n          458.0501,\n          457.9166,\n          458.03,\n          458.0568,\n          458.2066,\n          457.1733,\n          457.8634,\n          458.21,\n          457.7034,\n          457.45,\n          457.45,\n          457.7,\n          457.54,\n          457.1566,\n          457.3066,\n          457.0167,\n          457.47,\n          457.4599,\n          456.9132,\n          457.5033,\n          456.33,\n          457.2368,\n          457.0101,\n          453.8067,\n          458.4132,\n          457.1234,\n          457.6267,\n          457.6133,\n          456.4466,\n          458.4601,\n          457.89,\n          443.58,\n          452.9766,\n          458.2233,\n          457.7235,\n          456.6868,\n          457.2866,\n          457.9967,\n          457.8668,\n          458.11,\n          457.7135,\n          457.8434,\n          457.8434,\n          457.7966,\n          457.6566,\n          456.2066,\n          457.1299,\n          457.7065,\n          454.1267,\n          456.0765,\n          459.6735,\n          458.25,\n          457.73,\n          456.3735,\n          452.5468,\n          454.5301,\n          458.1868,\n          441.5968,\n          451.0033,\n          470.48,\n          488.7133,\n          489.6934,\n          501.5666,\n          527.4266,\n          547.99,\n          562.7602,\n          566.8801,\n          567.5634,\n          567.4235,\n          567.1733,\n          567.4933,\n          567.5401,\n          567.4067,\n          567.4968,\n          567.1634,\n          567.4966,\n          566.8,\n          567.5766,\n          566.99,\n          567.6034,\n          568.1334,\n          567.7468,\n          567.8633,\n          567.6369,\n          567.77,\n          567.5367,\n          567.9133,\n          568.5034,\n          567.3468,\n          567.1533,\n          566.4967,\n          567.76,\n          567.2433\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ocgt.emissions\",\n      \"type\": \"emissions\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions\",\n      \"units\": \"tCO2e\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          72.3146,\n          72.6397,\n          72.0625,\n          70.1598,\n          68.6452,\n          65.9601,\n          62.4335,\n          60.4246,\n          60.6892,\n          58.8437,\n          55.7127,\n          53.7476,\n          52.3578,\n          50.0284,\n          49.7644,\n          51.4704,\n          56.5363,\n          56.9201,\n          55.9294,\n          53.2045,\n          50.5187,\n          47.6146,\n          43.6878,\n          42.1098,\n          43.1843,\n          44.1343,\n          44.6452,\n          44.6647,\n          42.035,\n          40.289,\n          39.3441,\n          41.4294,\n          43.7877,\n          41.7029,\n          38.0231,\n          36.4029,\n          35.1806,\n          33.9332,\n          33.2705,\n          33.8474,\n          32.9406,\n          31.5289,\n          30.0108,\n          29.4,\n          29.4747,\n          29.6131,\n          29.5127,\n          29.4234,\n          29.6042,\n          29.0335,\n          24.6234,\n          23.0753,\n          24.8537,\n          24.2059,\n          26.3276,\n          27.7039,\n          29.9141,\n          29.9261,\n          30.2679,\n          30.7287,\n          30.6815,\n          31.3266,\n          32.4791,\n          34.514,\n          37.0038,\n          39.9693,\n          41.9694,\n          42.238,\n          42.2674,\n          41.5968,\n          41.8004,\n          41.7215,\n          41.7628,\n          41.5899,\n          41.6093,\n          41.7601,\n          42.117,\n          42.4502,\n          41.8636,\n          41.5137,\n          42.2258,\n          43.825,\n          46.5526,\n          50.3471,\n          49.7434,\n          50.5824,\n          53.2922,\n          53.3442,\n          50.4899,\n          50.0514,\n          49.5237,\n          50.5668,\n          51.289,\n          52.7147,\n          55.4958,\n          57.2651,\n          56.8246,\n          55.3536,\n          57.1576,\n          59.3122,\n          62.7753,\n          66.8781,\n          71.5456,\n          72.2577,\n          74.8977,\n          78.7717,\n          80.46,\n          82.5858,\n          82.7196,\n          82.9059,\n          83.1118,\n          83.1778,\n          83.4404,\n          85.1386,\n          83.8143,\n          83.2356,\n          83.7793,\n          85.9183,\n          86.0167,\n          86.0977,\n          86.1942,\n          86.0128,\n          86.0744,\n          86.082,\n          86.0086,\n          85.1381,\n          84.7608,\n          86.0152,\n          85.9765,\n          86.0457,\n          86.0161,\n          86.0209,\n          86.1098,\n          86.1025,\n          86.1181,\n          86.1387,\n          85.9559,\n          85.4538,\n          85.6225,\n          86.1938,\n          86.0471,\n          86.1997,\n          86.19,\n          86.2448,\n          86.3587,\n          86.2951,\n          86.3873,\n          86.3343,\n          86.3166,\n          84.2438,\n          82.2103,\n          80.4985,\n          80.3608,\n          80.4497,\n          77.9322,\n          74.6018,\n          73.5512,\n          72.3093,\n          69.8742,\n          67.869,\n          65.6654,\n          62.8071,\n          61.0491,\n          62.7217,\n          61.7092,\n          59.2077,\n          59.0901,\n          59.1235,\n          59.1229,\n          58.5831,\n          57.0964,\n          55.0823,\n          53.1043,\n          52.053,\n          49.5991,\n          45.3785,\n          42.856,\n          40.5794,\n          37.2589,\n          36.1456,\n          35.037,\n          33.5234,\n          31.5504,\n          30.1269,\n          28.9817,\n          27.1993,\n          25.1643,\n          24.2886,\n          24.2093,\n          23.4647,\n          23.2856,\n          23.3135,\n          22.9134,\n          21.7326,\n          20.8099,\n          20.7043,\n          20.6865,\n          20.1467,\n          19.9035,\n          20.7231,\n          20.697,\n          20.7128,\n          20.7239,\n          20.7085,\n          20.7427,\n          18.7857,\n          17.9037,\n          20.2479,\n          20.0909,\n          20.6793,\n          18.2341,\n          16.8747,\n          20.5464,\n          19.9187,\n          18.4823,\n          17.786,\n          17.6127,\n          18.5022,\n          18.4472,\n          18.6375,\n          19.608,\n          21.7447,\n          21.7422,\n          21.6644,\n          21.8622,\n          21.6446,\n          20.2279,\n          19.8954,\n          20.7125,\n          19.4631,\n          17.1121,\n          16.5258,\n          19.5799,\n          21.5856,\n          21.6592,\n          21.6209,\n          21.6113,\n          21.6333,\n          20.3472,\n          19.7285,\n          19.1416,\n          17.1694,\n          20.5104,\n          19.047,\n          15.3067,\n          15.3939,\n          16.5676,\n          18.3711,\n          19.3743,\n          21.4601,\n          21.6593,\n          21.6646,\n          20.9665,\n          20.5005,\n          18.7493,\n          15.3492,\n          16.424,\n          19.768,\n          21.6059,\n          22.0214,\n          23.1225,\n          23.1723,\n          22.6998,\n          23.4347,\n          26.2155,\n          27.8883,\n          29.7233,\n          33.0962,\n          35.0152,\n          35.6939,\n          35.2601,\n          33.908,\n          34.9037,\n          36.5693,\n          38.9471,\n          39.8593,\n          39.8488,\n          39.8647,\n          39.7849,\n          39.8083,\n          40.2345,\n          40.6153,\n          40.6068,\n          40.5491,\n          40.7734,\n          41.3102,\n          42.693,\n          44.32\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ocgt.emissions_factor\",\n      \"type\": \"emissions_factor\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"emissions_factor\",\n      \"units\": \"tCO2e/MWh\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          0.0604,\n          0.0605,\n          0.0604,\n          0.06,\n          0.0597,\n          0.0595,\n          0.0599,\n          0.0604,\n          0.0607,\n          0.0606,\n          0.0607,\n          0.0608,\n          0.061,\n          0.0611,\n          0.0614,\n          0.0614,\n          0.0615,\n          0.0616,\n          0.0618,\n          0.0622,\n          0.0625,\n          0.0629,\n          0.0623,\n          0.0619,\n          0.0622,\n          0.0625,\n          0.0625,\n          0.0625,\n          0.0621,\n          0.0614,\n          0.061,\n          0.0615,\n          0.0618,\n          0.0614,\n          0.0605,\n          0.06,\n          0.0597,\n          0.0601,\n          0.0605,\n          0.0603,\n          0.0606,\n          0.0617,\n          0.0633,\n          0.0644,\n          0.0642,\n          0.0641,\n          0.0642,\n          0.0642,\n          0.0641,\n          0.0649,\n          0.0674,\n          0.068,\n          0.0681,\n          0.068,\n          0.0679,\n          0.0667,\n          0.0648,\n          0.0647,\n          0.0644,\n          0.0642,\n          0.0642,\n          0.0641,\n          0.0631,\n          0.0632,\n          0.0638,\n          0.0647,\n          0.0652,\n          0.0654,\n          0.0654,\n          0.0657,\n          0.0658,\n          0.0655,\n          0.0653,\n          0.0654,\n          0.0654,\n          0.0652,\n          0.0651,\n          0.0652,\n          0.0651,\n          0.0651,\n          0.0642,\n          0.0629,\n          0.0617,\n          0.0602,\n          0.0599,\n          0.0599,\n          0.0601,\n          0.06,\n          0.0599,\n          0.0595,\n          0.0595,\n          0.0597,\n          0.06,\n          0.06,\n          0.0599,\n          0.0596,\n          0.0596,\n          0.06,\n          0.0597,\n          0.0592,\n          0.0589,\n          0.059,\n          0.0593,\n          0.0593,\n          0.0598,\n          0.0604,\n          0.0607,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.061,\n          0.0612,\n          0.061,\n          0.0609,\n          0.0609,\n          0.0612,\n          0.0612,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0613,\n          0.0612,\n          0.0612,\n          0.0614,\n          0.0614,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0614,\n          0.0614,\n          0.0613,\n          0.0613,\n          0.0614,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0615,\n          0.0612,\n          0.0609,\n          0.0608,\n          0.0607,\n          0.0607,\n          0.0605,\n          0.0604,\n          0.0605,\n          0.0606,\n          0.0609,\n          0.0611,\n          0.061,\n          0.061,\n          0.0611,\n          0.0613,\n          0.0617,\n          0.062,\n          0.0621,\n          0.0621,\n          0.0621,\n          0.0622,\n          0.0624,\n          0.0625,\n          0.0631,\n          0.0642,\n          0.0649,\n          0.0642,\n          0.0636,\n          0.0629,\n          0.0618,\n          0.0615,\n          0.0612,\n          0.0618,\n          0.0628,\n          0.0638,\n          0.0647,\n          0.0667,\n          0.0699,\n          0.0717,\n          0.0717,\n          0.0714,\n          0.0716,\n          0.0717,\n          0.0722,\n          0.0741,\n          0.0758,\n          0.0759,\n          0.076,\n          0.0764,\n          0.0766,\n          0.076,\n          0.076,\n          0.0761,\n          0.0759,\n          0.076,\n          0.0759,\n          0.0769,\n          0.0776,\n          0.0762,\n          0.0763,\n          0.0759,\n          0.0776,\n          0.0785,\n          0.0762,\n          0.0766,\n          0.0779,\n          0.0785,\n          0.0788,\n          0.0777,\n          0.0778,\n          0.0777,\n          0.0772,\n          0.0759,\n          0.0759,\n          0.076,\n          0.076,\n          0.0762,\n          0.077,\n          0.0773,\n          0.0765,\n          0.0772,\n          0.0789,\n          0.0795,\n          0.077,\n          0.0759,\n          0.0761,\n          0.0761,\n          0.0761,\n          0.0762,\n          0.0767,\n          0.0771,\n          0.0776,\n          0.0791,\n          0.0766,\n          0.0777,\n          0.0812,\n          0.0809,\n          0.0796,\n          0.0781,\n          0.0773,\n          0.0762,\n          0.0761,\n          0.076,\n          0.0763,\n          0.0767,\n          0.0776,\n          0.0807,\n          0.0791,\n          0.0763,\n          0.0754,\n          0.0754,\n          0.0751,\n          0.074,\n          0.0742,\n          0.0727,\n          0.0689,\n          0.0673,\n          0.0672,\n          0.0678,\n          0.0676,\n          0.0671,\n          0.0671,\n          0.0678,\n          0.0665,\n          0.0654,\n          0.066,\n          0.0662,\n          0.0663,\n          0.0662,\n          0.0663,\n          0.0663,\n          0.066,\n          0.0659,\n          0.0659,\n          0.0659,\n          0.0657,\n          0.0652,\n          0.0641,\n          0.0629\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.gas_ocgt.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"gas_ocgt\",\n      \"code\": \"gas_ocgt\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          1196.6574,\n          1201.2611,\n          1193.6863,\n          1168.895,\n          1150.0612,\n          1108.2145,\n          1042.7521,\n          999.7397,\n          999.0484,\n          971.151,\n          917.2097,\n          883.9678,\n          858.0709,\n          818.7937,\n          810.274,\n          837.6674,\n          919.2847,\n          924.3027,\n          904.8733,\n          855.245,\n          808.0665,\n          757.5561,\n          701.1172,\n          680.5518,\n          694.2899,\n          706.0666,\n          714.3157,\n          715.1142,\n          677.1943,\n          656.2699,\n          645.2649,\n          673.3471,\n          708.6423,\n          679.1692,\n          628.86,\n          606.7243,\n          588.9742,\n          564.1449,\n          549.9961,\n          561.2782,\n          543.7195,\n          510.9857,\n          474.0179,\n          456.6465,\n          459.1702,\n          461.9443,\n          459.3781,\n          458.1705,\n          461.9684,\n          447.5801,\n          365.3518,\n          339.543,\n          365.0726,\n          356.063,\n          388.0104,\n          415.3706,\n          461.3083,\n          462.5717,\n          469.7184,\n          478.6242,\n          477.8058,\n          489.0354,\n          514.8492,\n          545.9752,\n          579.6284,\n          617.6968,\n          643.3764,\n          646.1232,\n          645.9667,\n          633.2257,\n          635.7108,\n          636.8572,\n          639.2402,\n          635.5561,\n          636.2165,\n          640.0076,\n          646.5929,\n          650.8761,\n          642.6902,\n          637.801,\n          657.6267,\n          696.4055,\n          754.4885,\n          836.9437,\n          830.1685,\n          844.4493,\n          886.1323,\n          888.383,\n          843.3535,\n          840.6793,\n          832.9145,\n          846.395,\n          854.8544,\n          879.013,\n          926.9364,\n          961.4999,\n          953.4828,\n          923.2938,\n          958.1203,\n          1001.9842,\n          1064.9686,\n          1133.3177,\n          1206.7294,\n          1217.8334,\n          1252.266,\n          1303.1096,\n          1326.0899,\n          1353.4177,\n          1355.245,\n          1359.1315,\n          1362.6307,\n          1364.0535,\n          1368.3249,\n          1390.7289,\n          1373.1839,\n          1366.2078,\n          1374.606,\n          1403.3683,\n          1404.5665,\n          1405.5138,\n          1406.2853,\n          1402.2261,\n          1403.0724,\n          1403.3053,\n          1402.1154,\n          1390.1315,\n          1384.9349,\n          1400.4998,\n          1399.9409,\n          1400.0952,\n          1399.326,\n          1399.0718,\n          1400.3018,\n          1400.0345,\n          1400.8711,\n          1402.3455,\n          1400.1394,\n          1394.2141,\n          1396.1918,\n          1403.278,\n          1399.9848,\n          1401.8112,\n          1401.6826,\n          1402.2488,\n          1404.0893,\n          1403.0849,\n          1405.1369,\n          1403.8505,\n          1403.9102,\n          1376.4493,\n          1348.938,\n          1323.6704,\n          1323.3842,\n          1325.7993,\n          1288.4806,\n          1235.2916,\n          1215.9528,\n          1192.9949,\n          1147.6856,\n          1110.7156,\n          1075.8343,\n          1030.3806,\n          999.9775,\n          1023.339,\n          999.7831,\n          954.3417,\n          951.6301,\n          951.8694,\n          951.9079,\n          941.3346,\n          914.4532,\n          881.2454,\n          841.694,\n          810.5264,\n          763.9145,\n          706.8124,\n          674.3433,\n          644.864,\n          602.6998,\n          587.9096,\n          572.8248,\n          542.2447,\n          502.0958,\n          472.4326,\n          448.2732,\n          407.8255,\n          359.9408,\n          338.8192,\n          337.8108,\n          328.455,\n          325.3262,\n          325.1108,\n          317.2881,\n          293.4008,\n          274.651,\n          272.6974,\n          272.2934,\n          263.5617,\n          259.8168,\n          272.682,\n          272.4516,\n          272.3255,\n          272.9788,\n          272.4642,\n          273.3376,\n          244.4231,\n          230.5741,\n          265.864,\n          263.4776,\n          272.4294,\n          235.0899,\n          215.0989,\n          269.5037,\n          259.9261,\n          237.3352,\n          226.5818,\n          223.5858,\n          238.1092,\n          237.2251,\n          239.7505,\n          254.096,\n          286.3259,\n          286.5195,\n          284.8761,\n          287.5244,\n          284.1736,\n          262.7713,\n          257.4289,\n          270.6035,\n          252.0607,\n          216.9729,\n          207.999,\n          254.2737,\n          284.422,\n          284.7782,\n          284.0751,\n          283.8169,\n          283.9509,\n          265.2112,\n          255.9317,\n          246.7544,\n          217.1736,\n          267.6602,\n          245.0448,\n          188.5927,\n          190.3047,\n          208.1018,\n          235.1744,\n          250.6331,\n          281.4528,\n          284.4869,\n          284.9675,\n          274.6125,\n          267.4256,\n          241.7154,\n          190.1905,\n          207.5963,\n          259.0716,\n          286.4034,\n          292.2255,\n          307.9281,\n          313.2089,\n          306.0596,\n          322.5618,\n          380.4736,\n          414.2354,\n          442.0413,\n          487.8946,\n          518.3141,\n          532.014,\n          525.4559,\n          500.25,\n          525.0596,\n          559.4996,\n          590.4248,\n          601.7229,\n          601.0647,\n          601.8405,\n          600.4199,\n          600.4675,\n          609.3789,\n          616.621,\n          616.2534,\n          615.1716,\n          620.3255,\n          633.1206,\n          665.5308,\n          704.7023\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.solar_rooftop.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_rooftop\",\n      \"code\": \"solar_rooftop\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          null,\n          203.3956,\n          225.1292,\n          246.8627,\n          268.5963,\n          290.3299,\n          312.0634,\n          333.797,\n          366.2702,\n          398.7435,\n          431.2167,\n          463.69,\n          496.1632,\n          528.6365,\n          568.9659,\n          609.2953,\n          649.6247,\n          689.9541,\n          730.2835,\n          770.6129,\n          808.9927,\n          847.3725,\n          885.7523,\n          924.1321,\n          962.5119,\n          1000.8917,\n          1033.9682,\n          1067.0447,\n          1100.1212,\n          1133.1978,\n          1166.2743,\n          1199.3508,\n          1207.2276,\n          1215.1043,\n          1222.9811,\n          1230.8579,\n          1238.7346,\n          1246.6114,\n          1246.0337,\n          1245.456,\n          1244.8783,\n          1244.3006,\n          1243.7229,\n          1243.1452,\n          1237.4047,\n          1231.6642,\n          1225.9236,\n          1220.1831,\n          1214.4426,\n          1208.7021,\n          1166.3383,\n          1123.9745,\n          1081.6107,\n          1039.2468,\n          996.883,\n          954.5192,\n          946.0967,\n          937.6742,\n          929.2517,\n          920.8291,\n          912.4066,\n          903.9841,\n          908.5631,\n          913.1422,\n          917.7213,\n          922.3003,\n          926.8794,\n          931.4584,\n          927.5788,\n          923.6992,\n          919.8196,\n          915.94,\n          912.0604,\n          908.1808,\n          913.1137,\n          918.0466,\n          922.9795,\n          927.9123,\n          932.8452,\n          937.7781,\n          905.9786,\n          874.1791,\n          842.3796,\n          810.5801,\n          778.7806,\n          746.9811,\n          707.9098,\n          668.8384,\n          629.7671,\n          590.6957,\n          551.6244,\n          512.553,\n          493.046,\n          473.5391,\n          454.0321,\n          434.5251,\n          415.0182,\n          395.5112,\n          368.5474,\n          341.5836,\n          314.6198,\n          287.6561,\n          260.6923,\n          233.7285,\n          209.8395,\n          185.9504,\n          162.0614,\n          138.1724,\n          114.2833,\n          90.3943,\n          79.9936,\n          69.593,\n          59.1923,\n          48.7916,\n          38.391,\n          27.9903,\n          23.3253,\n          18.6602,\n          13.9952,\n          9.3301,\n          4.665,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.0,\n          0.757,\n          1.514,\n          2.271,\n          3.0279,\n          3.7849,\n          4.5419,\n          13.5525,\n          22.5631,\n          31.5738,\n          40.5844,\n          49.595,\n          58.6056,\n          72.6175,\n          86.6294,\n          100.6413,\n          114.6532\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.solar_utility.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"solar_utility\",\n      \"code\": \"solar_utility\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          9.579,\n          10.282,\n          11.126,\n          13.0733,\n          25.209,\n          34.31,\n          61.86,\n          56.6324,\n          40.2163,\n          36.9269,\n          35.1599,\n          33.5887,\n          29.8117,\n          31.126,\n          31.7437,\n          34.171,\n          35.918,\n          41.774,\n          73.7447,\n          87.5593,\n          82.8613,\n          84.2963,\n          66.2473,\n          55.9673,\n          53.1102,\n          49.057,\n          43.0082,\n          40.0709,\n          40.341,\n          41.0154,\n          45.034,\n          71.0287,\n          81.0317,\n          79.2036,\n          78.8746,\n          72.5476,\n          74.9045,\n          69.102,\n          55.9026,\n          51.2338,\n          47.9894,\n          43.2334,\n          54.9994,\n          69.7783,\n          53.5131,\n          26.7094,\n          19.7036,\n          22.4029,\n          28.0016,\n          32.1299,\n          35.4076,\n          35.1172,\n          29.9082,\n          43.5916,\n          47.5932,\n          48.3946,\n          44.9539,\n          38.8379,\n          42.9225,\n          59.4285,\n          74.1307,\n          70.4641,\n          56.6076,\n          47.2068,\n          38.6731,\n          29.2729,\n          30.0371,\n          38.3841,\n          41.3531,\n          42.0867,\n          37.5804,\n          25.6452,\n          22.4117,\n          18.9074,\n          17.355,\n          15.3647,\n          17.3214,\n          21.253,\n          25.2894,\n          28.6507,\n          32.746,\n          28.244,\n          27.041,\n          26.9534,\n          52.4977,\n          77.8924,\n          86.3104,\n          73.0008,\n          83.3195,\n          87.8973,\n          52.1966,\n          22.9609,\n          18.3736,\n          17.4461,\n          19.3485,\n          23.1181,\n          51.3561,\n          26.2521,\n          20.2821,\n          17.7008,\n          13.1741,\n          10.8334,\n          14.8005,\n          9.2761,\n          8.7321,\n          6.8221,\n          3.7795,\n          2.9653,\n          2.9653,\n          2.5877,\n          1.6487,\n          1.113,\n          0.9867,\n          0.8627,\n          17.7806,\n          43.6416,\n          45.0613,\n          45.0613,\n          45.0613,\n          45.0613,\n          46.2723,\n          46.2723,\n          46.2723,\n          46.2723,\n          46.2723,\n          43.7026,\n          42.445,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          44.9316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          46.1316,\n          43.555,\n          42.256,\n          41.025,\n          37.1926,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          30.756,\n          16.6736,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.9453,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          1.92,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          0.844,\n          1.1033,\n          1.6363,\n          2.583,\n          3.1163,\n          4.4137,\n          6.594,\n          7.3057,\n          7.5479,\n          8.0709\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.fuel_tech.wind.power\",\n      \"type\": \"power\",\n      \"fuel_tech\": \"wind\",\n      \"code\": \"wind\",\n      \"network\": \"wem\",\n      \"region\": \"WEM\",\n      \"data_type\": \"power\",\n      \"units\": \"MW\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:55:00+08:00\",\n        \"last\": \"2025-07-23T07:50:00+08:00\",\n        \"interval\": \"5m\",\n        \"data\": [\n          146.6089,\n          140.8379,\n          139.9744,\n          139.1696,\n          141.2072,\n          140.2277,\n          147.737,\n          146.4151,\n          145.5762,\n          142.8127,\n          155.5565,\n          161.9063,\n          165.8051,\n          170.791,\n          169.7925,\n          161.9598,\n          154.8882,\n          138.5146,\n          128.6916,\n          130.0555,\n          127.1694,\n          128.0083,\n          133.3452,\n          135.269,\n          135.7422,\n          135.7445,\n          130.2584,\n          120.2584,\n          111.5488,\n          112.4037,\n          107.6691,\n          101.0241,\n          98.2578,\n          96.1939,\n          97.7808,\n          99.4626,\n          95.9256,\n          92.4147,\n          88.4346,\n          79.2384,\n          77.4917,\n          71.2072,\n          65.5569,\n          65.7655,\n          66.2711,\n          67.7174,\n          73.8307,\n          79.6787,\n          85.3901,\n          86.6793,\n          85.1161,\n          79.5292,\n          83.4146,\n          90.9361,\n          95.9295,\n          100.5842,\n          99.1416,\n          108.4815,\n          103.2459,\n          91.1698,\n          94.6575,\n          95.6997,\n          93.7988,\n          92.7097,\n          92.575,\n          93.1113,\n          94.243,\n          93.098,\n          96.6904,\n          99.2941,\n          91.9226,\n          86.872,\n          82.7629,\n          89.5147,\n          94.9395,\n          93.5392,\n          94.7523,\n          97.427,\n          93.044,\n          91.7849,\n          96.9716,\n          103.818,\n          110.6068,\n          101.9997,\n          100.8142,\n          95.8079,\n          101.4883,\n          116.1478,\n          129.5683,\n          127.6672,\n          120.9141,\n          114.4228,\n          106.4539,\n          103.5781,\n          102.4908,\n          98.8083,\n          97.3747,\n          91.7717,\n          90.7537,\n          92.7278,\n          88.4966,\n          83.2183,\n          82.3927,\n          84.9118,\n          86.588,\n          80.4885,\n          80.6459,\n          81.6421,\n          85.2963,\n          82.6107,\n          79.9569,\n          82.1571,\n          91.5824,\n          99.3919,\n          106.2111,\n          108.6025,\n          109.9032,\n          113.5152,\n          117.235,\n          119.8704,\n          122.3989,\n          126.9463,\n          132.2023,\n          138.7814,\n          139.5339,\n          137.7639,\n          135.81,\n          139.1803,\n          137.7014,\n          130.2408,\n          129.3668,\n          130.1899,\n          129.2931,\n          120.2527,\n          112.7952,\n          108.4719,\n          105.0203,\n          103.3903,\n          100.6182,\n          102.8532,\n          105.2277,\n          107.7348,\n          105.1427,\n          105.5081,\n          103.951,\n          110.1088,\n          119.0491,\n          128.9487,\n          141.827,\n          149.3359,\n          156.2634,\n          163.2578,\n          170.0462,\n          172.8929,\n          181.1552,\n          184.2572,\n          188.3961,\n          188.9263,\n          189.043,\n          196.7554,\n          201.9256,\n          199.1316,\n          194.5851,\n          184.8632,\n          177.2688,\n          176.1919,\n          180.0348,\n          188.1432,\n          194.1964,\n          197.4971,\n          205.6527,\n          213.0346,\n          224.8472,\n          229.6227,\n          239.53,\n          253.0812,\n          268.7648,\n          276.339,\n          280.888,\n          276.1719,\n          274.1457,\n          271.0371,\n          268.741,\n          276.063,\n          274.3809,\n          268.3036,\n          269.2455,\n          275.9694,\n          280.5888,\n          283.9046,\n          284.5109,\n          292.4542,\n          307.3658,\n          320.9892,\n          331.2276,\n          338.0765,\n          350.6931,\n          351.3922,\n          347.7524,\n          337.7388,\n          338.8708,\n          341.9774,\n          349.1103,\n          348.8181,\n          343.2875,\n          345.1562,\n          349.0339,\n          349.6245,\n          353.9792,\n          363.189,\n          365.2918,\n          379.8273,\n          390.3589,\n          393.9223,\n          399.0305,\n          393.2644,\n          392.9558,\n          398.4897,\n          410.6593,\n          410.8166,\n          411.6851,\n          408.832,\n          412.4556,\n          417.1209,\n          409.4064,\n          411.3802,\n          420.5061,\n          421.3628,\n          405.1851,\n          398.7706,\n          400.9021,\n          425.3266,\n          432.2456,\n          437.2278,\n          440.7102,\n          443.8836,\n          448.7008,\n          448.0139,\n          442.3988,\n          459.2401,\n          472.521,\n          481.9322,\n          497.4602,\n          516.3256,\n          523.8228,\n          501.6893,\n          508.5801,\n          516.7865,\n          523.7095,\n          538.5532,\n          542.7927,\n          532.999,\n          552.5723,\n          559.6028,\n          560.7214,\n          558.8369,\n          530.4223,\n          493.96,\n          477.0909,\n          466.0383,\n          461.884,\n          470.1139,\n          488.6215,\n          489.6337,\n          502.6819,\n          516.0495,\n          523.3478,\n          542.6824,\n          556.9681,\n          576.2589,\n          597.1416,\n          626.2199,\n          663.124,\n          696.1031,\n          700.0384,\n          693.1986,\n          686.2676,\n          666.8819,\n          643.6177,\n          635.692,\n          623.7626,\n          617.5531,\n          599.7432,\n          591.0487,\n          597.1061,\n          602.2421,\n          604.237,\n          601.4566\n        ]\n      }\n    },\n    {\n      \"id\": \"au.wem.temperature\",\n      \"type\": \"temperature\",\n      \"code\": \"009021\",\n      \"network\": \"wem\",\n      \"data_type\": \"temperature\",\n      \"units\": \"C\",\n      \"history\": {\n        \"start\": \"2025-07-22T07:30:00+08:00\",\n        \"last\": \"2025-07-23T07:00:00+08:00\",\n        \"interval\": \"30m\",\n        \"data\": [\n          9.75,\n          9.95,\n          10.5,\n          11.25,\n          11.6,\n          12.9,\n          12.7,\n          14.1,\n          14.6,\n          15.65,\n          15.9,\n          14.6333,\n          14.0333,\n          14.6,\n          14.6,\n          15.0,\n          15.2,\n          13.8,\n          14.8,\n          14.9,\n          14.4,\n          13.65,\n          13.0,\n          12.9,\n          12.8,\n          12.9,\n          12.7,\n          12.5,\n          12.2,\n          12.0,\n          11.1,\n          10.4,\n          10.4,\n          10.5,\n          10.5,\n          10.5,\n          10.7,\n          10.7,\n          10.8,\n          11.1,\n          11.1,\n          10.8,\n          11.0,\n          10.85,\n          10.8,\n          10.9,\n          11.0,\n          11.1\n        ]\n      }\n    }\n  ]\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_AU-WA.v4.json",
    "content": "{\n  \"version\": \"4.4.11\",\n  \"created_at\": \"2026-02-11T01:58:28+11:00\",\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"network_code\": \"WEM\",\n      \"metric\": \"power\",\n      \"unit\": \"MW\",\n      \"interval\": \"5m\",\n      \"date_start\": \"2026-02-06T22:55:00+08:00\",\n      \"date_end\": \"2026-02-10T22:50:00+08:00\",\n      \"groupings\": [\n        \"network_region\",\n        \"fueltech\"\n      ],\n      \"results\": [\n        {\n          \"name\": \"power_WEM|solar_rooftop\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"solar_rooftop\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              66.7059\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              66.7059\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              66.7059\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              109.8758\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              109.8758\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              109.8758\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              201.3699\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              201.3699\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              201.3699\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              288.5245\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              288.5245\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              288.5245\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              399.8522\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              399.8522\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              399.8522\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              533.9708\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              533.9708\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              533.9708\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              683.7357\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              683.7357\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              683.7357\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              830.9974\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              830.9974\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              830.9974\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              961.6923\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              961.6923\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              961.6923\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              1079.3479\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              1079.3479\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              1079.3479\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              1242.2977\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              1242.2977\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              1242.2977\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              1375.8341\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              1375.8341\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              1375.8341\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              1534.4404\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              1534.4404\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              1534.4404\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              1649.0399\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              1649.0399\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              1649.0399\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              1751.0248\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              1751.0248\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              1751.0248\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              1866.8514\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              1866.8514\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              1866.8514\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              1935.6799\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              1935.6799\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              1935.6799\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              2011.402\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              2011.402\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              2011.402\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              2073.2453\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              2073.2453\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              2073.2453\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              2127.9233\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              2127.9233\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              2127.9233\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              2178.1036\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              2178.1036\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              2178.1036\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              2205.5027\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              2205.5027\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              2205.5027\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              2230.9026\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              2230.9026\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              2230.9026\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              2237.4061\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              2237.4061\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              2237.4061\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              2247.787\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              2247.787\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              2247.787\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              2256.4958\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              2256.4958\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              2256.4958\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              2249.759\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              2249.759\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              2249.759\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              2243.9567\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              2243.9567\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              2243.9567\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              2223.3416\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              2223.3416\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              2223.3416\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              2219.0395\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              2219.0395\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              2219.0395\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              2201.5174\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              2201.5174\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              2201.5174\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              2171.2602\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              2171.2602\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              2171.2602\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              2137.644\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              2137.644\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              2137.644\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              2087.6361\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              2087.6361\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              2087.6361\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              2028.1743\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              2028.1743\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              2028.1743\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              1968.2864\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              1968.2864\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              1968.2864\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              1879.3783\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              1879.3783\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              1879.3783\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              1797.0919\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              1797.0919\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              1797.0919\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              1681.369\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              1681.369\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              1681.369\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              1535.849\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              1535.849\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              1535.849\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              1416.0767\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              1416.0767\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              1416.0767\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              1285.1542\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              1285.1542\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              1285.1542\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              1150.5091\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              1150.5091\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              1150.5091\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              995.7512\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              995.7512\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              995.7512\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              851.3177\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              851.3177\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              851.3177\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              718.6978\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              718.6978\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              718.6978\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              579.5618\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              579.5618\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              579.5618\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              438.3684\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              438.3684\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              438.3684\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              315.5295\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              315.5295\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              315.5295\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              219.8645\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              219.8645\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              219.8645\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              127.9347\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              127.9347\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              127.9347\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              59.9131\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              59.9131\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              59.9131\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              6.1272\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              34.1309\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              56.3274\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              56.3274\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              56.3274\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              108.8818\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              108.8818\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              108.8818\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              191.872\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              191.872\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              191.872\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              281.9951\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              281.9951\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              281.9951\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              401.0451\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              401.0451\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              401.0451\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              503.6736\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              503.6736\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              503.6736\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              649.0725\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              649.0725\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              649.0725\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              807.2791\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              807.2791\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              807.2791\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              946.6631\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              946.6631\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              946.6631\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              1109.2794\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              1109.2794\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              1109.2794\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              1231.2003\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              1231.2003\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              1231.2003\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              1357.443\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              1357.443\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              1357.443\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              1495.7058\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              1495.7058\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              1495.7058\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              1584.5234\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              1584.5234\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              1584.5234\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              1703.8699\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              1703.8699\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              1703.8699\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              1801.4599\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              1801.4599\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              1801.4599\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              1890.9527\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              1890.9527\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              1890.9527\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              1969.9365\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              1969.9365\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              1969.9365\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              2024.666\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              2024.666\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              2024.666\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              2083.8825\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              2083.8825\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              2083.8825\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              2118.177\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              2118.177\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              2118.177\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              2152.4719\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              2152.4719\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              2152.4719\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              2162.1023\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              2162.1023\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              2162.1023\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              2181.7814\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              2181.7814\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              2181.7814\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              2188.4672\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              2188.4672\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              2188.4672\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              2217.193\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              2217.193\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              2217.193\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              2214.4703\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              2214.4703\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              2214.4703\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              2201.6356\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              2201.6356\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              2201.6356\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              2182.2453\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              2182.2453\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              2182.2453\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              2147.0619\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              2147.0619\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              2147.0619\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              2131.8185\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              2131.8185\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              2131.8185\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              2110.6283\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              2110.6283\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              2110.6283\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              2070.8656\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              2070.8656\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              2070.8656\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              2024.6721\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              2024.6721\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              2024.6721\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              1975.8789\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              1975.8789\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              1975.8789\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              1915.0274\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              1915.0274\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              1915.0274\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              1852.2568\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              1852.2568\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              1852.2568\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              1746.4879\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              1746.4879\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              1746.4879\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              1645.5429\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              1645.5429\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              1645.5429\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              1518.1803\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              1518.1803\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              1518.1803\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              1391.4317\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              1391.4317\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              1391.4317\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              1276.8881\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              1276.8881\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              1276.8881\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              1134.4362\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              1134.4362\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              1134.4362\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              995.8802\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              995.8802\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              995.8802\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              845.4588\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              845.4588\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              845.4588\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              726.3775\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              726.3775\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              726.3775\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              579.2652\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              579.2652\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              579.2652\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              439.3626\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              439.3626\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              439.3626\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              313.7059\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              313.7059\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              313.7059\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              220.0662\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              220.0662\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              220.0662\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              129.4458\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              129.4458\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              129.4458\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              63.0902\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              63.0902\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              63.0902\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              25.8898\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              25.8898\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              25.8898\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              19.4996\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              19.4996\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              19.4996\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              42.9803\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              42.9803\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              42.9803\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              104.5781\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              104.5781\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              104.5781\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              157.4822\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              157.4822\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              157.4822\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              245.5549\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              245.5549\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              245.5549\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              313.1622\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              313.1622\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              313.1622\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              413.7369\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              413.7369\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              413.7369\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              522.0129\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              522.0129\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              522.0129\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              673.6413\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              673.6413\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              673.6413\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              751.5832\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              751.5832\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              751.5832\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              912.9983\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              912.9983\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              912.9983\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              1024.7633\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              1024.7633\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              1024.7633\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              1042.6059\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              1042.6059\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              1042.6059\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              1100.272\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              1100.272\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              1100.272\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              1329.6034\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              1329.6034\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              1329.6034\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              1395.965\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              1395.965\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              1395.965\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              1518.2954\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              1518.2954\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              1518.2954\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              1613.4125\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              1613.4125\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              1613.4125\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              1630.2284\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              1630.2284\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              1630.2284\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              1753.5187\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              1753.5187\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              1753.5187\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              1701.6861\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              1701.6861\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              1701.6861\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              1696.3521\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              1696.3521\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              1696.3521\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              1584.4128\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              1584.4128\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              1584.4128\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              1650.7353\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              1650.7353\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              1650.7353\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              1698.0983\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              1698.0983\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              1698.0983\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              1765.3107\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              1765.3107\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              1765.3107\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              1644.4956\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              1644.4956\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              1644.4956\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              1527.2077\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              1527.2077\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              1527.2077\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              1523.8356\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              1523.8356\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              1523.8356\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              1500.8333\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              1500.8333\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              1500.8333\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              1454.0585\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              1454.0585\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              1454.0585\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              1392.7297\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              1392.7297\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              1392.7297\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              1464.4909\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              1464.4909\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              1464.4909\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              1443.483\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              1443.483\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              1443.483\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              1293.9621\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              1293.9621\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              1293.9621\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              1230.361\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              1230.361\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              1230.361\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              1146.1079\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              1146.1079\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              1146.1079\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              1053.2711\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              1053.2711\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              1053.2711\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              926.7712\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              926.7712\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              926.7712\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              786.7517\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              786.7517\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              786.7517\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              714.0464\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              714.0464\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              714.0464\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              598.3638\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              598.3638\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              598.3638\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              517.262\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              517.262\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              517.262\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              439.6431\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              439.6431\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              439.6431\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              383.0769\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              383.0769\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              383.0769\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              338.3072\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              338.3072\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              338.3072\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              287.2529\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              287.2529\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              287.2529\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              232.4395\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              232.4395\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              232.4395\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              176.576\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              176.576\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              176.576\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              123.7353\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              123.7353\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              123.7353\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              81.2186\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              81.2186\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              81.2186\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              42.8732\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              42.8732\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              42.8732\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              33.5688\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              33.5688\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              33.5688\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              null\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              4.2783\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              4.2783\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              4.2783\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              11.2606\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              11.2606\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              11.2606\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              43.8356\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              43.8356\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              43.8356\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              54.6668\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              54.6668\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              54.6668\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              95.0856\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              95.0856\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              95.0856\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              118.4341\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              118.4341\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              118.4341\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              142.9663\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              142.9663\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              142.9663\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              164.7928\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              164.7928\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              164.7928\n            ],\n            [\n              \"2026-02-10T08:00:00+08:00\",\n              208.7613\n            ],\n            [\n              \"2026-02-10T08:05:00+08:00\",\n              208.7613\n            ],\n            [\n              \"2026-02-10T08:10:00+08:00\",\n              208.7613\n            ],\n            [\n              \"2026-02-10T08:15:00+08:00\",\n              233.5485\n            ],\n            [\n              \"2026-02-10T08:20:00+08:00\",\n              233.5485\n            ],\n            [\n              \"2026-02-10T08:25:00+08:00\",\n              233.5485\n            ],\n            [\n              \"2026-02-10T08:30:00+08:00\",\n              269.6233\n            ],\n            [\n              \"2026-02-10T08:35:00+08:00\",\n              269.6233\n            ],\n            [\n              \"2026-02-10T08:40:00+08:00\",\n              269.6233\n            ],\n            [\n              \"2026-02-10T08:45:00+08:00\",\n              336.2239\n            ],\n            [\n              \"2026-02-10T08:50:00+08:00\",\n              336.2239\n            ],\n            [\n              \"2026-02-10T08:55:00+08:00\",\n              336.2239\n            ],\n            [\n              \"2026-02-10T09:00:00+08:00\",\n              406.5971\n            ],\n            [\n              \"2026-02-10T09:05:00+08:00\",\n              406.5971\n            ],\n            [\n              \"2026-02-10T09:10:00+08:00\",\n              406.5971\n            ],\n            [\n              \"2026-02-10T09:15:00+08:00\",\n              475.5568\n            ],\n            [\n              \"2026-02-10T09:20:00+08:00\",\n              475.5568\n            ],\n            [\n              \"2026-02-10T09:25:00+08:00\",\n              475.5568\n            ],\n            [\n              \"2026-02-10T09:30:00+08:00\",\n              573.8434\n            ],\n            [\n              \"2026-02-10T09:35:00+08:00\",\n              573.8434\n            ],\n            [\n              \"2026-02-10T09:40:00+08:00\",\n              573.8434\n            ],\n            [\n              \"2026-02-10T09:45:00+08:00\",\n              649.081\n            ],\n            [\n              \"2026-02-10T09:50:00+08:00\",\n              649.081\n            ],\n            [\n              \"2026-02-10T09:55:00+08:00\",\n              649.081\n            ],\n            [\n              \"2026-02-10T10:00:00+08:00\",\n              726.9249\n            ],\n            [\n              \"2026-02-10T10:05:00+08:00\",\n              726.9249\n            ],\n            [\n              \"2026-02-10T10:10:00+08:00\",\n              726.9249\n            ],\n            [\n              \"2026-02-10T10:15:00+08:00\",\n              697.2293\n            ],\n            [\n              \"2026-02-10T10:20:00+08:00\",\n              697.2293\n            ],\n            [\n              \"2026-02-10T10:25:00+08:00\",\n              697.2293\n            ],\n            [\n              \"2026-02-10T10:30:00+08:00\",\n              727.8798\n            ],\n            [\n              \"2026-02-10T10:35:00+08:00\",\n              727.8798\n            ],\n            [\n              \"2026-02-10T10:40:00+08:00\",\n              727.8798\n            ],\n            [\n              \"2026-02-10T10:45:00+08:00\",\n              781.374\n            ],\n            [\n              \"2026-02-10T10:50:00+08:00\",\n              781.374\n            ],\n            [\n              \"2026-02-10T10:55:00+08:00\",\n              781.374\n            ],\n            [\n              \"2026-02-10T11:00:00+08:00\",\n              855.7044\n            ],\n            [\n              \"2026-02-10T11:05:00+08:00\",\n              855.7044\n            ],\n            [\n              \"2026-02-10T11:10:00+08:00\",\n              855.7044\n            ],\n            [\n              \"2026-02-10T11:15:00+08:00\",\n              1046.846\n            ],\n            [\n              \"2026-02-10T11:20:00+08:00\",\n              1046.846\n            ],\n            [\n              \"2026-02-10T11:25:00+08:00\",\n              1046.846\n            ],\n            [\n              \"2026-02-10T11:30:00+08:00\",\n              1042.253\n            ],\n            [\n              \"2026-02-10T11:35:00+08:00\",\n              1042.253\n            ],\n            [\n              \"2026-02-10T11:40:00+08:00\",\n              1042.253\n            ],\n            [\n              \"2026-02-10T11:45:00+08:00\",\n              984.2309\n            ],\n            [\n              \"2026-02-10T11:50:00+08:00\",\n              984.2309\n            ],\n            [\n              \"2026-02-10T11:55:00+08:00\",\n              984.2309\n            ],\n            [\n              \"2026-02-10T12:00:00+08:00\",\n              970.4813\n            ],\n            [\n              \"2026-02-10T12:05:00+08:00\",\n              970.4813\n            ],\n            [\n              \"2026-02-10T12:10:00+08:00\",\n              970.4813\n            ],\n            [\n              \"2026-02-10T12:15:00+08:00\",\n              1028.4139\n            ],\n            [\n              \"2026-02-10T12:20:00+08:00\",\n              1028.4139\n            ],\n            [\n              \"2026-02-10T12:25:00+08:00\",\n              1028.4139\n            ],\n            [\n              \"2026-02-10T12:30:00+08:00\",\n              1179.4652\n            ],\n            [\n              \"2026-02-10T12:35:00+08:00\",\n              1179.4652\n            ],\n            [\n              \"2026-02-10T12:40:00+08:00\",\n              1179.4652\n            ],\n            [\n              \"2026-02-10T12:45:00+08:00\",\n              1220.7191\n            ],\n            [\n              \"2026-02-10T12:50:00+08:00\",\n              1220.7191\n            ],\n            [\n              \"2026-02-10T12:55:00+08:00\",\n              1220.7191\n            ],\n            [\n              \"2026-02-10T13:00:00+08:00\",\n              1184.4235\n            ],\n            [\n              \"2026-02-10T13:05:00+08:00\",\n              1184.4235\n            ],\n            [\n              \"2026-02-10T13:10:00+08:00\",\n              1184.4235\n            ],\n            [\n              \"2026-02-10T13:15:00+08:00\",\n              1219.1358\n            ],\n            [\n              \"2026-02-10T13:20:00+08:00\",\n              1219.1358\n            ],\n            [\n              \"2026-02-10T13:25:00+08:00\",\n              1219.1358\n            ],\n            [\n              \"2026-02-10T13:30:00+08:00\",\n              1300.1722\n            ],\n            [\n              \"2026-02-10T13:35:00+08:00\",\n              1300.1722\n            ],\n            [\n              \"2026-02-10T13:40:00+08:00\",\n              1300.1722\n            ],\n            [\n              \"2026-02-10T13:45:00+08:00\",\n              1370.7088\n            ],\n            [\n              \"2026-02-10T13:50:00+08:00\",\n              1370.7088\n            ],\n            [\n              \"2026-02-10T13:55:00+08:00\",\n              1370.7088\n            ],\n            [\n              \"2026-02-10T14:00:00+08:00\",\n              1270.875\n            ],\n            [\n              \"2026-02-10T14:05:00+08:00\",\n              1270.875\n            ],\n            [\n              \"2026-02-10T14:10:00+08:00\",\n              1270.875\n            ],\n            [\n              \"2026-02-10T14:15:00+08:00\",\n              1263.0625\n            ],\n            [\n              \"2026-02-10T14:20:00+08:00\",\n              1263.0625\n            ],\n            [\n              \"2026-02-10T14:25:00+08:00\",\n              1263.0625\n            ],\n            [\n              \"2026-02-10T14:30:00+08:00\",\n              1242.6135\n            ],\n            [\n              \"2026-02-10T14:35:00+08:00\",\n              1242.6135\n            ],\n            [\n              \"2026-02-10T14:40:00+08:00\",\n              1242.6135\n            ],\n            [\n              \"2026-02-10T14:45:00+08:00\",\n              1228.1344\n            ],\n            [\n              \"2026-02-10T14:50:00+08:00\",\n              1228.1344\n            ],\n            [\n              \"2026-02-10T14:55:00+08:00\",\n              1228.1344\n            ],\n            [\n              \"2026-02-10T15:00:00+08:00\",\n              1155.2762\n            ],\n            [\n              \"2026-02-10T15:05:00+08:00\",\n              1155.2762\n            ],\n            [\n              \"2026-02-10T15:10:00+08:00\",\n              1155.2762\n            ],\n            [\n              \"2026-02-10T15:15:00+08:00\",\n              1118.0087\n            ],\n            [\n              \"2026-02-10T15:20:00+08:00\",\n              1118.0087\n            ],\n            [\n              \"2026-02-10T15:25:00+08:00\",\n              1118.0087\n            ],\n            [\n              \"2026-02-10T15:30:00+08:00\",\n              1103.7072\n            ],\n            [\n              \"2026-02-10T15:35:00+08:00\",\n              1103.7072\n            ],\n            [\n              \"2026-02-10T15:40:00+08:00\",\n              1103.7072\n            ],\n            [\n              \"2026-02-10T15:45:00+08:00\",\n              1173.8444\n            ],\n            [\n              \"2026-02-10T15:50:00+08:00\",\n              1173.8444\n            ],\n            [\n              \"2026-02-10T15:55:00+08:00\",\n              1173.8444\n            ],\n            [\n              \"2026-02-10T16:00:00+08:00\",\n              1092.7827\n            ],\n            [\n              \"2026-02-10T16:05:00+08:00\",\n              1092.7827\n            ],\n            [\n              \"2026-02-10T16:10:00+08:00\",\n              1092.7827\n            ],\n            [\n              \"2026-02-10T16:15:00+08:00\",\n              978.3569\n            ],\n            [\n              \"2026-02-10T16:20:00+08:00\",\n              978.3569\n            ],\n            [\n              \"2026-02-10T16:25:00+08:00\",\n              978.3569\n            ],\n            [\n              \"2026-02-10T16:30:00+08:00\",\n              875.8127\n            ],\n            [\n              \"2026-02-10T16:35:00+08:00\",\n              875.8127\n            ],\n            [\n              \"2026-02-10T16:40:00+08:00\",\n              875.8127\n            ],\n            [\n              \"2026-02-10T16:45:00+08:00\",\n              776.1013\n            ],\n            [\n              \"2026-02-10T16:50:00+08:00\",\n              776.1013\n            ],\n            [\n              \"2026-02-10T16:55:00+08:00\",\n              776.1013\n            ],\n            [\n              \"2026-02-10T17:00:00+08:00\",\n              629.7054\n            ],\n            [\n              \"2026-02-10T17:05:00+08:00\",\n              629.7054\n            ],\n            [\n              \"2026-02-10T17:10:00+08:00\",\n              629.7054\n            ],\n            [\n              \"2026-02-10T17:15:00+08:00\",\n              525.932\n            ],\n            [\n              \"2026-02-10T17:20:00+08:00\",\n              525.932\n            ],\n            [\n              \"2026-02-10T17:25:00+08:00\",\n              525.932\n            ],\n            [\n              \"2026-02-10T17:30:00+08:00\",\n              437.8021\n            ],\n            [\n              \"2026-02-10T17:35:00+08:00\",\n              437.8021\n            ],\n            [\n              \"2026-02-10T17:40:00+08:00\",\n              437.8021\n            ],\n            [\n              \"2026-02-10T17:45:00+08:00\",\n              349.6461\n            ],\n            [\n              \"2026-02-10T17:50:00+08:00\",\n              349.6461\n            ],\n            [\n              \"2026-02-10T17:55:00+08:00\",\n              349.6461\n            ],\n            [\n              \"2026-02-10T18:00:00+08:00\",\n              258.8968\n            ],\n            [\n              \"2026-02-10T18:05:00+08:00\",\n              258.8968\n            ],\n            [\n              \"2026-02-10T18:10:00+08:00\",\n              258.8968\n            ],\n            [\n              \"2026-02-10T18:15:00+08:00\",\n              201.3242\n            ],\n            [\n              \"2026-02-10T18:20:00+08:00\",\n              201.3242\n            ],\n            [\n              \"2026-02-10T18:25:00+08:00\",\n              201.3242\n            ],\n            [\n              \"2026-02-10T18:30:00+08:00\",\n              130.4494\n            ],\n            [\n              \"2026-02-10T18:35:00+08:00\",\n              130.4494\n            ],\n            [\n              \"2026-02-10T18:40:00+08:00\",\n              130.4494\n            ],\n            [\n              \"2026-02-10T18:45:00+08:00\",\n              66.7124\n            ],\n            [\n              \"2026-02-10T18:50:00+08:00\",\n              66.7124\n            ],\n            [\n              \"2026-02-10T18:55:00+08:00\",\n              66.7124\n            ],\n            [\n              \"2026-02-10T19:00:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-10T19:05:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-10T19:10:00+08:00\",\n              29.0228\n            ],\n            [\n              \"2026-02-10T19:15:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-10T19:20:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-10T19:25:00+08:00\",\n              27.7134\n            ],\n            [\n              \"2026-02-10T19:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T19:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T19:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T19:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T19:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T19:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T20:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:50:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T21:55:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:00:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:05:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:10:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:15:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:20:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:25:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:30:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:35:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:40:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:45:00+08:00\",\n              0.0\n            ],\n            [\n              \"2026-02-10T22:50:00+08:00\",\n              0.0\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|battery\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"battery\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              109.9619\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              101.3586\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              119.1353\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              105.1753\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              100.8853\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              106.2786\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              101.0153\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              86.9554\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              97.1887\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              53.3586\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              35.7786\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              40.632\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              17.7387\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              16.5353\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              12.242\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              14.742\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              36.022\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              50.742\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              35.1254\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              25.7487\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              23.0753\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              14.172\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              22.6753\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              34.2727\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              40.266\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              40.0894\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              30.0093\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              19.6607\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              13.9007\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              6.8901\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              0.4067\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              0.43\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              8.1867\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              4.3167\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              -2.8087\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              -15.6053\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              -17.6454\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              -19.0753\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              -25.072\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              -21.8954\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              -13.4819\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              -22.9653\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              -40.686\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              -41.6193\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              -41.5693\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              -53.7227\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              -68.196\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              -75.2826\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              -78.766\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              -84.7293\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              -125.4334\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              -121.888\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              -92.9\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              -107.8746\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              -120.8313\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              -126.318\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              -127.7813\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              -138.5214\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              -156.1979\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              -165.0746\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              -164.5679\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              -165.5246\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              -155.1947\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              -167.4546\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              -179.2713\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              -191.0013\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              -191.2146\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              -198.828\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              -202.8147\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              -199.0313\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              -197.968\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              -193.5046\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              -193.1779\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              -174.2047\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              -150.7846\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              -127.7579\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              -99.1714\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              -80.5014\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              -86.6281\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              -50.6681\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              -34.7246\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              -42.5346\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              -29.2713\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              -29.4134\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              -44.0866\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              -22.1467\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              4.5999\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              10.2466\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              14.0466\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              17.7767\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              17.7233\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              13.9766\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              -18.2933\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              -58.2766\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              -122.3434\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              -165.5901\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              -205.864\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              -214.4147\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              -232.4\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              -245.76\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              -264.27\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              -275.7728\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              -290.434\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              -306.3606\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              -327.4807\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              -342.9407\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              -366.1707\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              -391.8407\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              -398.172\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              -406.1907\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              -409.6007\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              -426.114\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              -472.374\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              -527.362\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              -556.292\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              -577.7254\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              -607.7353\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              -611.412\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              -603.3554\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              -595.9734\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              -598.5901\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              -561.6468\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              -524.2975\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              -498.8287\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              -488.0827\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              -486.1961\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              -494.042\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              -502.124\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              -504.574\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              -520.6907\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              -573.4193\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              -573.3059\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              -573.8227\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              -599.4587\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              -623.9252\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              -627.2394\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              -613.5728\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              -606.3594\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              -602.5461\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              -602.676\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              -603.1194\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              -608.2761\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              -573.2381\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              -574.1301\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              -578.8434\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              -539.8334\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              -504.258\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              -491.0593\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              -474.9627\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              -429.4647\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              -348.876\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              -302.9926\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              -266.69\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              -232.8106\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              -202.6893\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              -179.9079\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              -167.6913\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              -191.4473\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              -184.5767\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              -159.9167\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              -148.9968\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              -134.3401\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              -131.6967\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              -142.0493\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              -183.8508\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              -204.8508\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              -197.2508\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              -204.6073\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              -205.1614\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              -189.9746\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              -168.5781\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              -157.818\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              -126.118\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              -96.5614\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              -65.4347\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              -54.7714\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              -34.8627\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              -47.2773\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              -40.5933\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              -16.6732\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              -52.1933\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              -66.5713\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              -54.6446\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              -38.4413\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              -53.5406\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              -38.9246\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              -29.3027\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              -35.2307\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              -23.0607\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              -36.9901\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              -28.7146\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              -19.604\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              -24.7133\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              5.2073\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              12.894\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              -1.2386\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              -5.0981\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              -24.5246\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              -28.5446\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              -78.6586\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              -98.9747\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              -63.64\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              -25.75\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              -30.8594\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              -24.19\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              -37.0047\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              -11.8293\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              14.2547\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              70.7839\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              153.0221\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              183.322\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              206.338\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              176.374\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              198.6533\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              223.9453\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              251.0834\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              258.46\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              266.7146\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              270.4419\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              280.116\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              282.3961\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              285.6621\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              288.8127\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              293.7526\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              309.5453\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              352.138\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              394.7754\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              426.7154\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              461.262\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              474.7793\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              507.2627\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              541.9393\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              553.166\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              551.476\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              552.4794\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              555.9188\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              551.1687\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              554.4754\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              560.2754\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              561.632\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              556.0787\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              539.0987\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              527.7053\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              531.6414\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              515.946\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              522.3447\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              528.2581\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              534.6814\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              530.428\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              536.5234\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              522.5534\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              496.5701\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              488.168\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              481.0181\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              460.5401\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              444.2647\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              436.428\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              426.798\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              401.518\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              370.8013\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              339.9546\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              294.1146\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              251.4113\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              217.248\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              188.8447\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              183.2021\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              181.872\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              183.0754\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              183.0887\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              184.2954\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              181.2353\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              192.7019\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              199.362\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              190.2387\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              178.9253\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              159.5587\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              127.5821\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              102.2787\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              106.0022\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              124.8487\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              153.7988\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              141.4853\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              159.4354\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              148.5526\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              167.8773\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              169.6839\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              156.0626\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              162.6794\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              164.7793\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              155.3739\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              162.4139\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              119.9506\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              77.7673\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              77.9412\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              54.938\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              23.5712\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              52.5246\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              56.1412\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              67.1846\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              79.7513\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              85.4013\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              83.0346\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              88.838\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              76.3812\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              52.0946\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              46.198\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              15.7473\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              -10.3794\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              4.8494\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              18.806\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              8.4694\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              5.8494\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              0.7794\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              9.5727\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              21.856\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              9.5827\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              10.7961\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              5.436\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              -3.464\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              -9.2206\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              -26.0633\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              -33.6619\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              -40.8706\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              -48.872\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              -65.1159\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              -77.482\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              -66.7674\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              -52.8574\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              -60.2441\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              -79.5207\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              -83.7107\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              -85.4007\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              -91.5307\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              -73.6074\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              -40.9307\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              -31.2607\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              -37.2441\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              -19.324\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              -14.544\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              -30.6807\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              -42.364\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              -29.9208\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              -51.9874\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              -62.9774\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              -75.2241\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              -81.5607\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              -83.8841\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              -99.9967\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              -100.8013\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              -66.8287\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              -60.7187\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              -61.8554\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              -55.2821\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              -56.8721\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              -65.5088\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              -56.3454\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              -71.9288\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              -86.0154\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              -85.9221\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              -83.8053\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              -84.396\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              -78.5627\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              -66.5393\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              -61.306\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              -69.356\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              -75.3993\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              -80.436\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              -75.1226\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              -63.4127\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              -67.8094\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              -62.9127\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              -58.1727\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              -47.8593\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              -23.3926\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              -8.5194\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              -9.926\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              -20.0093\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              -14.926\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              -0.8693\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              -0.9659\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              -5.2526\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              -26.8293\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              -46.3259\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              -60.4793\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              -83.4526\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              -86.0825\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              -91.7059\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              -130.1826\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              -174.4359\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              -189.3794\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              -217.5693\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              -240.4959\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              -253.6892\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              -280.1592\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              -291.146\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              -288.4627\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              -332.5673\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              -353.2173\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              -359.2506\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              -357.7953\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              -363.4588\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              -378.7053\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              -377.7354\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              -381.5722\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              -402.5487\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              -397.1448\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              -402.2454\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              -414.4154\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              -432.7033\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              -407.0001\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              -385.1633\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              -385.9942\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              -378.2975\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              -366.1774\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              -379.0608\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              -383.4875\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              -379.1141\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              -386.4307\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              -390.3773\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              -368.1607\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              -342.734\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              -346.6474\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              -364.7007\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              -367.1441\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              -366.2308\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              -335.1107\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              -322.2474\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              -298.1974\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              -281.8574\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              -234.224\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              -214.344\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              -187.6073\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              -153.7707\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              -130.1507\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              -114.094\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              -96.274\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              -68.2007\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              -63.8506\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              -51.9939\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              -42.5507\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              -24.934\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              -42.794\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              -72.9174\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              -36.7473\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              -21.9507\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              -16.864\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              -4.2274\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              12.246\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              27.166\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              41.946\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              39.2993\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              23.3426\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              51.766\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              72.2194\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              68.9827\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              78.6927\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              90.386\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              72.2493\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              61.476\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              52.5593\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              56.2993\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              84.0127\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              76.376\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              83.426\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              80.976\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              79.5026\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              53.896\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              38.926\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              28.1894\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              17.3194\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              -30.3139\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              -37.0473\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              -55.0839\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              -48.2107\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              -76.8906\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              -96.664\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              -129.714\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              -209.3506\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              -291.5593\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              -395.144\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              -467.1787\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              -504.6062\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              -522.0194\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              -496.5307\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              -495.132\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              -489.8001\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              -479.514\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              -464.6207\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              -444.0308\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              -376.75\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              -328.7086\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              -318.044\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              -294.0328\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              -156.2581\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              -49.598\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              6.3847\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              31.5548\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              78.738\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              118.9313\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              145.9981\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              167.8314\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              206.9981\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              238.3513\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              293.938\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              313.5347\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              327.4547\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              344.1914\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              363.2713\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              379.6247\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              402.7033\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              412.3846\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              365.5426\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              313.396\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              283.2059\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              287.916\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              313.2459\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              355.6767\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              383.5433\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              404.9801\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              438.262\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              492.2852\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              510.5719\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              595.8853\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              680.1587\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              731.2152\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              740.2753\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              734.972\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              730.9087\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              732.3253\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              703.6219\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              679.1679\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              606.6333\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              494.2753\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              507.042\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              530.7786\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              544.3029\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              558.2894\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              544.8581\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              520.46\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              504.2867\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              435.9553\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              376.9447\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              331.2173\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              297.5373\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              262.7639\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              230.0873\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              208.3906\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              188.0138\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              176.5072\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              189.274\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              216.7707\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              228.454\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              242.8007\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              258.0541\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              261.6247\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              227.5046\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              201.6147\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              184.8547\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              166.6946\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              180.3447\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              192.6187\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              186.3355\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              180.2554\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              130.652\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              58.992\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              14.2753\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              2.5487\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              -29.8013\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              -58.1179\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              -75.8212\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              -58.8046\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              4.1721\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              24.6621\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              27.3454\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              27.2188\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              29.8721\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              37.7021\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              45.6688\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              22.866\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              23.1288\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              11.7121\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              13.1467\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              10.652\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              -32.3154\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              -30.6254\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              -18.8926\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              -45.3894\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              -44.9161\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              -13.3681\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              -18.3301\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              -17.1468\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              -13.5201\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              -9.3701\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              -8.3701\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              42.2699\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              62.5333\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              57.9166\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              37.3533\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              11.2866\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              -14.5901\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              -35.7201\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              -56.1935\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              -81.0434\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              -95.9468\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              -103.91\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              -133.6367\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              -153.23\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              -172.6133\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              -205.5766\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              -198.2435\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              -218.2501\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              -235.7068\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              -246.0967\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              -229.9567\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              -222.04\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              -219.8967\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              -207.6301\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              -208.75\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              -216.1226\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              -227.0214\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              -206.8894\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              -190.4194\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              -183.8195\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              -178.3928\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              -183.2595\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              -183.6194\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              -193.546\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              -168.0727\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              -104.5394\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              -78.0061\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              -72.5261\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              -73.9894\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              -84.8193\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              -156.1794\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              -225.0761\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              -225.2561\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              -212.8494\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              -182.9028\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              -173.8061\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              -168.9694\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              -163.6127\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              -148.3994\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              -153.7327\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              -169.6293\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              -169.6926\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              -146.1794\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              -139.126\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              -142.4893\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              -141.0393\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              -111.1959\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              -86.8293\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              -86.3459\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              -87.6625\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              -86.3159\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              -70.1359\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              -59.0059\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              -67.6793\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              -92.9886\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              -134.8047\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              -150.1679\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              -133.7113\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              -94.2179\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              -72.0846\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              -98.3213\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              -98.3347\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              -83.278\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              -94.1048\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              -108.448\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              -97.6646\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              -89.6146\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              -96.068\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              -69.3814\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              -49.3814\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              -14.3347\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              38.2486\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              75.9554\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              64.1779\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              30.8946\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              35.22\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              -2.666\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              -12.6374\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              -37.0886\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              -24.5713\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              -47.6146\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              -57.7467\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              -67.1073\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              -24.4686\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              23.6855\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              -12.9612\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              -49.9526\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              -71.2059\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              -60.3327\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              -67.4626\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              -73.1147\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              -57.8546\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              -59.454\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              -46.8713\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              -51.9246\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              -28.6046\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              -60.7334\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              -184.2107\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              -366.3547\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              -479.442\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              -556.0102\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              -562.4814\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              -585.7594\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              -614.8074\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              -656.9686\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              -685.0172\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              -663.0633\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              -695.9125\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              -693.7986\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              -652.3087\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              -627.752\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              -675.2621\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              -706.162\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              -697.7439\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              -654.9639\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              -595.7779\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              -515.0033\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              -442.2048\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              -406.5407\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              -393.4673\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              -400.0493\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              -328.4848\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              -259.2059\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              -199.5647\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              -188.0886\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              -167.252\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              -194.1867\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              -263.1868\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              -232.9825\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              -244.0473\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              -311.3353\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              -353.8353\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              -375.1909\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              -316.596\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              -291.6833\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              -257.3068\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              -174.8579\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              -158.4854\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              -129.6534\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              -135.0068\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              -157.6201\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              -150.2126\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              -124.3647\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              -89.7\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              -111.0413\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              -60.8632\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              -8.048\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              57.1339\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              91.0053\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              58.848\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              21.8813\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              16.1146\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              23.8279\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              2.6079\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              11.3613\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              58.3893\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              78.0814\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              102.9827\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              83.616\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              -0.544\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              -52.344\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              -61.3774\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              -69.3187\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              -56.8447\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              5.6972\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              30.7272\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              1.5379\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              -33.3568\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              -49.1334\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              -50.8373\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              -56.8214\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              -11.6347\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              -5.7066\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              -17.4966\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              -68.4219\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              -124.4407\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              -153.3701\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              -151.7033\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              -165.1594\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              -164.8354\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              -179.6366\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              -278.8059\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              -327.5626\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              -308.646\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              -279.4913\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              -289.4513\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              -280.2113\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              -289.9713\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              -280.3446\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              -262.458\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              -189.4811\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              -149.2093\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              -131.7334\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              -110.6959\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              -126.0674\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              -110.9813\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              -120.9673\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              -109.9173\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              -29.978\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              59.2441\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              77.1507\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              72.0307\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              119.956\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              152.5828\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              189.148\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              207.9159\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              239.9113\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              274.1047\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              282.908\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              250.6813\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              236.6279\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              220.5813\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              190.0713\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              199.2214\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              202.8281\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              235.8014\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              257.6347\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              266.168\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              288.5347\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              310.7147\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              326.378\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              339.6714\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              333.688\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              328.2313\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              342.6648\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              371.398\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              406.9013\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              387.2847\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              383.3479\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              360.5313\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              344.1346\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              309.446\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              258.0759\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              250.3426\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              243.1326\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              230.5193\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              245.3993\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              267.6727\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              279.5093\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              280.2693\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              242.5561\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              190.5127\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              176.536\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              177.3874\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              159.1874\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              147.6174\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              116.964\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              112.4374\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              103.6874\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              92.4574\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              80.4007\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              94.1474\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              119.4807\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              147.0074\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              148.5741\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              126.2208\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              108.5707\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              92.0707\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              98.3607\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              74.3374\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              41.2941\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              25.3941\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              31.9308\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              64.8807\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              120.6941\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              157.3573\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              161.5607\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              135.2074\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              119.3074\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              86.284\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              57.2741\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              34.6506\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              14.3373\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              -1.776\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              -18.9693\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              -13.6327\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              17.9073\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              37.684\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              47.304\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              31.9839\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              1.0927\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              7.5359\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              2.4767\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              -13.448\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              2.7353\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              54.9754\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              131.5967\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              178.708\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              154.5214\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              119.3807\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              89.2873\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              67.6706\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              56.1174\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              46.6074\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              35.3707\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              23.3874\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              19.5774\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              -2.2666\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              -6.5254\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              20.4446\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              9.8274\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              17.428\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              35.2114\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              45.992\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              35.9281\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              26.5247\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              12.8514\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              -11.8686\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              -52.5414\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              -86.9793\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              -62.4094\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              -40.1027\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              -6.3528\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              28.974\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              40.824\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              -25.9567\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              -125.28\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              -138.2527\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              -117.0227\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              -100.0727\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              -90.4822\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              -96.3586\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              -147.352\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              -197.7753\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              -167.562\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              -100.8219\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              -107.7953\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              -95.2853\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              -71.1053\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              -62.722\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              -57.8467\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              -48.8674\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              -58.384\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              -86.334\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              -65.8993\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              -52.916\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              -44.4293\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              -27.3193\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              -23.6893\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              -42.406\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              -74.246\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              -83.4493\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              -90.3653\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              -101.2572\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              -113.224\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              -128.4173\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              -136.406\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              -124.156\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              -86.9573\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              -42.3333\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              -27.5232\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              -24.9419\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              -0.1958\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              38.8087\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              5.29\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              48.8628\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              42.7414\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              40.8933\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              58.0927\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              97.876\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              107.9879\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              108.4867\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              109.9367\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              121.5934\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              118.7301\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              120.1067\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              133.6701\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              132.3734\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              146.2767\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              161.1054\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|battery_discharging\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"battery_discharging\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              185.2385\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              126.1852\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              154.5052\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              130.4386\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              113.7752\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              120.4852\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              142.7586\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              168.1288\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              191.122\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              104.7052\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              64.4852\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              74.2553\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              34.8487\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              32.4419\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              23.8553\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              28.8553\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              71.4153\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              102.0586\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              70.8254\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              52.072\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              46.7252\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              28.9186\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              45.9252\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              71.4667\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              83.4533\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              83.1001\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              62.9399\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              44.8667\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              33.3467\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              16.8401\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              9.26\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              12.0\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              20.04\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              20.04\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              22.8479\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              36.1947\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              52.8479\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              33.6347\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              22.2213\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              10.7213\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              3.0081\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              2.6747\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              3.4934\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              24.2534\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              23.9668\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              9.8\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              0.4866\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              0.4866\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              8.5932\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              8.7799\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              3.0933\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              0.5566\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              0.5566\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              0.5566\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              1.7966\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              0.4866\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              0.54\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              2.02\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              2.02\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              10.8866\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              3.9\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              3.9\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              6.5266\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              15.14\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              15.0066\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              9.7934\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              2.2433\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              4.6833\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              27.6066\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              30.2132\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              0.3066\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              7.4199\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              33.0567\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              0.3066\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              0.3066\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              9.9799\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              33.88\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              19.8633\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              11.0465\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              15.4499\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              19.2499\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              25.4267\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              25.3733\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              20.3232\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              30.4333\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              50.1766\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              48.0133\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              66.1433\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              49.6467\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              4.2433\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              5.5767\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              5.5767\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              1.55\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              0.6066\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              0.6066\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              0.6899\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              1.4433\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              0.2\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              14.5967\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              22.0967\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              10.15\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              10.15\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              1.21\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              3.32\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              2.2933\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              12.9233\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              23.12\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              17.9034\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              23.0034\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              23.0501\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              21.1133\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              45.9467\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              48.64\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              46.98\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              33.9833\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              27.3867\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              13.8333\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              27.3633\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              36.94\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              38.7733\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              43.9167\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              33.9033\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              1.1653\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              18.4466\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              41.2086\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              37.7\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              29.0366\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              14.6067\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              0.6567\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              0.6567\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              7.85\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              37.42\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              37.4367\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              9.38\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              0.64\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              0.8533\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              0.8533\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              0.8533\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              0.8533\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              1.5399\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              1.2306\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              0.8999\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              0.8999\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              0.8999\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              0.6866\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              1.3819\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              0.6953\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              0.6953\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              1.2953\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              1.2953\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              1.2953\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              1.2953\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              10.5566\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              0.97\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              0.97\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              3.7266\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              17.0834\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              6.22\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              1.22\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              1.7167\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              0.6\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              0.7367\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              0.7367\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              4.78\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              2.22\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              5.37\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              2.6067\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              3.81\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              3.81\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              8.2333\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              18.194\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              7.8367\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              6.4433\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              3.8433\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              2.46\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              12.13\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              16.8134\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              26.06\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              73.9934\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              148.2199\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              295.8967\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              430.6733\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              465.3334\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              462.9\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              449.52\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              430.2753\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              494.3669\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              515.3401\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              551.6334\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              568.7\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              553.9033\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              560.3701\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              597.8701\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              645.68\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              650.8466\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              669.88\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              723.78\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              784.4534\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              852.3167\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              928.7866\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              951.21\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              1013.7234\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              1078.9566\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              1094.55\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              1079.2667\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              1054.6901\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              1063.0289\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              1056.7021\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              1057.3888\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              1063.1888\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              1067.1187\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              1060.1754\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              1039.3354\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              998.1953\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              998.5701\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              1028.1567\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              1036.548\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              1064.4914\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              1094.4334\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              1074.8565\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              1054.7901\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              1030.9634\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              981.5301\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              981.6466\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              986.8268\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              934.3668\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              849.7201\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              785.1533\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              764.78\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              746.2533\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              709.1799\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              655.6599\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              581.4732\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              495.0566\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              425.33\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              364.3734\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              339.8355\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              336.052\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              332.6121\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              333.2954\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              348.2154\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              352.1619\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              368.2718\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              377.4953\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              332.0687\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              293.9786\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              299.8587\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              244.6255\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              196.9354\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              183.839\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              229.4154\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              290.5622\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              255.6119\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              294.2421\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              260.0965\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              285.1633\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              335.1831\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              288.9099\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              296.4101\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              307.42\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              283.6372\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              292.6072\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              213.2273\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              132.9607\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              127.8998\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              90.5934\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              28.6832\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              83.3233\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              113.8132\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              137.1167\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              160.14\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              171.44\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              165.4899\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              177.0967\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              153.3898\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              104.8166\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              93.0234\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              44.8833\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              2.7233\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              6.66\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              27.4566\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              14.6234\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              12.0034\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              3.9033\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              11.9733\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              27.9266\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              14.33\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              18.0301\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              10.1066\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              3.1567\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              3.1567\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              3.1567\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              1.4167\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              1.4167\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              1.4167\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              1.12\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              12.4532\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              3.4666\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              3.7766\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              9.0166\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              9.3\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              0.76\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              26.6833\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              32.4833\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              27.0433\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              16.2433\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              21.5766\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              17.12\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              9.9566\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              0.7733\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              0.7733\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              0.7733\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              1.4466\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              10.3633\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              16.4733\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              1.4466\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              5.1532\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              5.1532\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              5.1532\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              5.1532\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              1.4466\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              1.1466\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              0.3666\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              3.96\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              3.8866\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              8.8866\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              11.5466\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              30.2766\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              31.5766\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              20.2433\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              22.92\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              29.3832\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              16.8999\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              22.0833\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              19.5566\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              26.6333\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              38.8066\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              33.2799\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              5.6199\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              3.4\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              3.4\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              1.54\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              13.0767\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              28.7867\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              23.4467\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              18.2634\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              15.4267\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              11.0434\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              21.4168\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              28.1201\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              30.5167\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              93.4534\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              65.8566\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              38.5\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              14.3601\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              13.1534\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              33.6667\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              38.7133\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              38.9067\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              27.8167\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              78.5227\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              99.0961\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              0.4267\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              0.25\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              0.25\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              6.3933\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              3.8633\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              4.7753\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              1.3333\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              0.2333\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              1.1133\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              12.6466\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              8.6133\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              1.6766\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              5.3866\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              0.2433\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              0.2433\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              6.2266\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              0.2433\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              0.2433\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              30.9\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              26.1234\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              12.7634\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              0.29\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              0.67\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              0.29\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              2.6433\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              9.1367\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              0.29\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              30.01\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              27.4366\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              0.36\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              0.36\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              0.36\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              0.36\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              7.2267\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              18.8833\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              13.8\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              0.36\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              7.8167\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              1.16\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              1.16\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              6.1167\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              4.9033\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              12.2867\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              5.17\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              10.26\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              22.7833\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              18.1\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              38.4967\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              55.8233\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              53.0933\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              31.8999\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              70.4533\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              105.8768\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              103.3334\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              120.1967\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              143.6167\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              131.4933\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              115.3567\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              83.65\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              76.76\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              135.6801\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              147.81\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              142.0667\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              122.1067\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              121.9399\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              98.0133\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              83.3433\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              53.9467\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              44.3667\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              0.9734\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              0.24\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              0.24\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              0.4373\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              0.4373\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              2.2593\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              4.816\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              0.3\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              0.3\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              64.4853\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              28.2754\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              13.3013\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              62.8215\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              153.3513\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              235.0079\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              311.2047\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              356.1113\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              411.4081\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              496.9546\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              584.5446\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              626.3347\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              652.9347\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              644.9547\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              625.9246\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              699.1947\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              836.0133\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              680.0512\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              472.3726\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              589.2161\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              530.6926\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              423.6527\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              520.2892\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              603.33\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              518.4566\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              663.3735\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              827.0386\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              963.6651\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              1015.4252\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              1178.0953\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              1327.7954\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              1408.3818\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              1448.292\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              1442.9887\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              1438.9254\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              1440.342\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              1388.5185\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              1352.3299\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              1067.7433\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              689.2186\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              720.172\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              811.2352\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              956.2896\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              1036.5194\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              947.6116\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              835.0533\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              784.9701\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              772.602\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              749.4947\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              661.7633\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              589.28\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              502.4999\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              437.15\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              402.9666\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              354.0864\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              327.7932\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              369.4134\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              422.1167\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              445.5533\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              457.6767\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              471.1835\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              486.9367\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              444.9033\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              407.5967\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              374.0767\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              342.0266\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              366.6934\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              387.1099\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              372.0302\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              356.02\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              259.0833\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              128.9\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              44.6466\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              175.0233\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              386.78\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              380.9867\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              344.3101\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              205.6067\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              55.4568\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              46.4067\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              51.7733\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              51.5201\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              54.5734\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              68.9867\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              82.4501\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              216.5199\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              443.9535\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              422.3301\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              246.0234\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              150.8933\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              379.4832\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              443.49\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              133.4535\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              1.3666\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              1.3666\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              14.1499\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              39.9366\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              37.1898\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              29.0832\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              34.7032\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              31.5799\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              95.5265\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              126.16\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              112.1432\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              69.7999\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              16.4932\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              3.0099\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              2.2566\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              2.0399\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              2.0399\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              2.0399\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              64.0\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              170.5566\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              187.84\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              70.84\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              104.1867\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              64.0466\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              25.0866\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              25.0866\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              2.2734\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              0.3366\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              0.3366\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              0.3366\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              4.6966\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              4.6966\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              0.5733\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              1.1266\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              3.63\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              4.5966\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              4.5966\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              4.5966\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              4.5966\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              5.8066\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              4.52\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              4.6766\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              19.3333\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              42.5232\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              49.7299\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              44.4499\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              34.4934\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              0.6333\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              3.2966\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              47.2434\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              64.1367\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              41.3766\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              1.0567\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              2.9067\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              6.71\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              0.2767\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              0.2767\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              0.2767\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              1.0101\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              8.5967\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              1.0101\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              1.5468\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              5.4568\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              9.3268\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              10.5301\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              14.5234\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              7.7434\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              10.1968\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              69.01\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              89.7434\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              11.6934\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              18.9567\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              75.7534\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              14.6833\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              18.5733\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              19.69\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              65.4101\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              0.2767\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              7.6267\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              12.4599\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              14.9532\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              24.362\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              44.5719\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              115.1921\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              108.4299\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              42.2366\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              55.78\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              24.0241\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              138.47\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              179.7068\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              83.9234\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              41.8955\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              26.4199\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              48.6594\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              100.4514\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              84.7288\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              17.4754\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              30.024\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              18.7907\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              23.4873\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              32.9274\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              61.3753\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              123.802\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              70.3733\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              31.36\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              32.8054\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              32.852\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              62.4266\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              94.0327\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              81.15\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              49.8381\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              32.6933\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              35.7933\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              34.4666\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              26.8193\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              10.128\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              1.1127\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              7.1733\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              9.7707\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              12.0247\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              14.748\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              14.8647\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              0.928\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              7.4327\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              22.776\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              18.06\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              15.54\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              2.34\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              58.6466\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              52.4067\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              4.4433\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              0.0267\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              16.9333\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              42.9433\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              30.5366\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              14.5493\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              83.8547\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              105.698\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              47.0926\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              34.974\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              47.1167\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              45.1066\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              32.1854\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              35.278\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              27.9766\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              20.0066\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              41.4066\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              60.4874\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              112.712\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              173.62\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              139.2787\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              127.2834\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              137.3154\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              110.3573\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              91.392\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              59.158\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              63.378\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              66.828\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              41.3513\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              19.5613\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              40.9613\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              121.3393\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              126.3081\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              102.9827\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              83.7127\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              50.4627\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              83.966\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              59.5326\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              61.9013\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              105.9487\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              93.3506\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              37.5339\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              99.868\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              93.4366\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              187.6066\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              455.6634\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              484.1333\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              487.1067\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              523.6334\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              525.4934\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              381.5567\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              203.9034\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              115.9466\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              118.9\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              173.1266\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              271.7666\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              241.2533\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              171.51\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              121.8833\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              140.7999\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              172.4466\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              162.4866\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              171.7266\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              161.9666\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              171.5933\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              181.1299\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              220.6801\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              135.3833\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              81.5599\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              55.3374\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              43.8293\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              40.3387\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              11.176\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              157.9094\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              300.9354\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              236.4774\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              149.0473\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              122.9807\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              120.3693\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              152.5828\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              189.148\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              207.9159\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              239.9113\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              274.1047\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              282.908\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              250.6813\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              236.6279\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              220.5813\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              192.4513\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              199.2214\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              202.8281\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              235.8014\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              257.6347\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              266.168\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              288.5347\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              310.7147\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              326.378\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              339.6714\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              333.688\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              328.2713\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              342.6648\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              371.398\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              406.9013\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              387.2847\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              383.3479\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              360.5313\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              344.1346\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              309.446\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              258.0759\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              250.6026\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              243.1326\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              230.5193\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              245.3993\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              267.6727\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              279.5093\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              280.2693\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              242.7894\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              190.746\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              176.7693\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              177.3874\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              159.1874\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              148.1674\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              119.524\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              112.9874\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              104.2374\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              93.0074\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              80.9507\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              94.6974\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              120.0307\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              147.5574\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              149.1241\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              126.7708\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              109.1207\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              92.6207\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              98.9107\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              74.8874\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              41.8441\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              25.9441\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              32.4808\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              65.4307\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              121.2441\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              157.9073\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              162.1107\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              135.7574\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              119.8574\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              86.834\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              58.8207\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              34.6506\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              14.3373\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              4.4473\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              1.7207\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              1.7207\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              18.464\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              38.2407\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              47.8607\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              33.424\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              183.6133\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              297.3533\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              121.7667\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              18.5\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              4.58\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              131.3867\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              327.92\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              298.37\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              154.5214\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              119.3807\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              89.2873\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              67.6706\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              56.1174\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              46.6074\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              35.3707\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              23.3874\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              20.9274\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              87.9967\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              95.3446\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              26.5113\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              17.2407\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              17.428\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              35.2114\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              45.992\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              35.9281\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              26.5247\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              20.8647\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              10.808\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              11.1586\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              23.5107\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              28.9073\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              30.1573\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              30.7006\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              56.574\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              51.124\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              49.1233\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              81.42\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              135.014\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              102.0973\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              31.6073\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              124.9212\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              246.3313\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              260.8813\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              260.8813\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              181.1113\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              100.678\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              56.5613\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              20.078\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              21.7847\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              20.078\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              9.48\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              1.2126\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              1.2126\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              0.6293\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              6.2767\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              9.0867\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              0.46\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              3.9767\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              29.818\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              39.2394\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              33.5727\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              19.746\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              22.244\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              34.604\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              21.4793\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              26.5433\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              32.1034\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              32.6067\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              37.8968\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              39.312\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              61.21\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              104.7668\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              86.0534\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              123.1066\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              183.73\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              187.83\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              109.2966\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              109.36\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              110.81\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              122.4667\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              119.6034\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              120.98\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              134.5434\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              133.2467\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              147.5867\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              161.1054\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|bioenergy_biogas\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"bioenergy_biogas\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              7.9393\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              8.0015\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              8.0015\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              8.0015\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              8.0753\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              8.0753\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              8.0753\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              8.1183\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              8.6386\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              8.6386\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              8.6386\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              8.6386\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              8.7598\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              8.7598\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              8.7598\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              8.7598\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              8.7655\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              8.6451\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              8.6451\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              8.6451\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              8.6451\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              8.7664\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              8.7664\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              8.7664\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              8.6812\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              8.7664\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              8.7664\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              8.6456\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              8.5809\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              8.5809\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              8.5809\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              8.5809\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              8.5809\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              8.7039\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              8.6875\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              8.6875\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              8.808\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              8.808\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              8.7908\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              8.6702\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              8.7911\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              8.6711\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              8.7913\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              8.6705\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              8.653\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              8.653\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              8.653\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              8.653\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              8.653\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              8.7771\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              8.6557\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              8.6931\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              8.6931\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              8.6931\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              8.6931\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              8.6996\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              8.7421\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              8.8648\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              8.8648\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              8.4768\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              8.2068\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              8.2068\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              8.0864\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              8.0864\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              8.0864\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              8.0864\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              8.0864\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              8.4891\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              8.7485\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              8.761\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              8.8727\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              8.8845\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              8.8795\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              8.7591\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              8.7591\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              8.7591\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              8.7591\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              8.7591\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              8.8806\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              8.8798\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              8.7584\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              8.7584\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              8.7584\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              8.8805\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              8.86\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              8.7392\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              8.8616\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              8.7397\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              8.7397\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              8.7397\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              8.7372\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              8.7372\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              8.7372\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              8.8576\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              8.7375\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              8.7375\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              8.7375\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              8.7243\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              8.3452\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              8.0668\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              8.0668\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              8.0668\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              8.7071\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              8.7071\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              8.7071\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              8.7178\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              8.7191\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              8.6552\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              8.6552\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              8.6552\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              8.7766\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              8.8985\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              8.9286\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              8.8082\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              8.8082\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              8.8214\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              8.6997\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              8.5789\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              8.6446\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              8.704\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              8.704\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              8.704\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              8.4201\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              8.0274\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              7.9047\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              7.6503\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              7.6503\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              7.7916\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              8.0397\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              7.9064\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              7.7821\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              7.7821\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              7.7821\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              7.9023\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              8.0286\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              8.5585\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              8.6819\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              8.8021\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              8.5403\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              8.1522\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              8.1522\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              8.1522\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              8.1501\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              8.1501\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              8.1501\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              8.1542\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              8.0269\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              7.4897\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              7.3692\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              7.2473\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              7.7625\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              7.9061\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              8.0268\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              7.9065\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              7.9065\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              7.7861\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              7.7861\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              7.5139\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              7.1279\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              7.7757\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              8.0227\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              8.1438\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              8.1285\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              8.1285\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              8.1041\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              8.1041\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              8.1041\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              7.9829\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              8.0533\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              8.1739\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              8.0539\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              8.0539\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              8.1741\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              8.1726\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              8.1726\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              8.1821\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              7.802\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              7.6702\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              7.5496\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              7.5496\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              7.5496\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              7.5496\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              7.5496\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              7.6891\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              8.0753\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              8.1975\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              8.0276\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              8.0276\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              8.0276\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              5.7874\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              4.2416\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              4.2416\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              4.2416\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              4.2416\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              6.0602\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              7.9601\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              7.3217\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              7.3696\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|bioenergy_biomass\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"bioenergy_biomass\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              36.2407\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              37.454\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              36.231\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              36.231\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              36.231\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              36.231\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              36.231\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              36.245\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              37.4473\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              36.236\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              36.236\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              36.236\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              37.449\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              35.3933\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              36.232\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              37.447\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              37.447\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              37.447\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              36.2357\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              35.0327\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              35.0327\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              36.2567\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              36.2567\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              35.0473\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              35.0473\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              35.0473\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              36.2527\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              36.2527\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              35.0373\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              35.0373\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              35.0373\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              36.2477\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              36.2477\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              35.037\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              35.037\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              35.037\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              36.2593\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              36.2593\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              36.2593\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              35.044\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              36.247\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              36.247\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              36.247\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              36.247\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              36.247\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              35.0397\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              36.2543\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              35.0503\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              35.0503\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              35.0503\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              36.2927\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              35.0163\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              35.0163\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              35.0163\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              33.7243\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              33.7243\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              33.7243\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              34.9283\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              36.16\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              34.9487\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              34.9487\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              34.9487\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              34.9487\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              34.9487\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              33.708\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              34.95\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              34.95\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              34.95\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              33.7363\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              33.7363\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              33.7363\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              34.948\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              36.1767\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              37.378\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              36.1603\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              37.3677\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              36.1657\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              36.1657\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              37.3863\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              36.161\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              34.9533\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              34.9533\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              36.1633\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              36.1633\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              36.1633\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              36.1633\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              36.1633\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              34.961\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              34.961\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              36.187\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              36.187\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              36.187\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              34.9803\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              34.9803\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              36.2167\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              36.2167\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              36.2167\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              35.0113\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              35.0113\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              36.2217\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              35.0207\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              35.0207\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              35.0207\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              35.0207\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              33.817\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              33.817\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              33.817\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              35.0347\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              35.0347\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              35.0347\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              35.0347\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              33.797\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              33.797\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              33.797\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              33.797\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              33.797\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              35.0217\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              33.8203\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              35.058\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              36.259\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              36.259\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              36.259\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              36.259\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              37.4743\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              37.4743\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              36.2603\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              35.0417\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              36.244\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              37.4533\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              36.2373\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              37.4413\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              37.4353\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              36.2917\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              36.233\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              36.233\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              37.4447\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              36.2197\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              37.4327\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              36.225\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              35.012\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              35.012\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              35.012\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              36.222\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              37.4297\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              37.4297\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              36.1943\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              37.4123\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              37.4123\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              36.194\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              36.194\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              37.404\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              37.404\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              37.404\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              37.404\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              37.404\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              36.1783\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              37.4053\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              36.2043\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              36.2043\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              35.0\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              35.0\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              35.0\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              33.7813\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              33.7813\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              33.7813\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              35.026\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              35.026\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              35.026\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              35.026\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              33.798\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              33.798\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              36.2393\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              37.4613\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              36.26\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              36.26\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              36.26\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              37.478\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              36.274\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              37.496\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              36.292\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              36.292\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              36.292\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              37.52\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              37.52\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              35.0583\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              35.0583\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              36.282\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              37.4877\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              36.2643\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              37.474\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              37.474\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              37.474\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              36.2727\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              37.4753\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              36.2623\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              37.4717\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              37.4717\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              37.4717\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              37.4717\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              36.2517\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              36.2517\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              37.4537\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              37.4537\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              37.4537\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              36.234\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|coal_black\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"coal_black\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              613.2799\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              605.8526\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              601.5587\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              596.5629\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              594.4502\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              593.4562\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              593.8494\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              592.858\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              593.3937\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              594.146\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              594.5786\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              594.4614\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              595.3509\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              594.7799\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              594.5345\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              594.2564\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              593.8452\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              593.945\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              593.6942\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              593.6509\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              593.7607\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              594.3507\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              594.1757\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              594.0233\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              593.9974\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              593.7434\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              593.3652\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              593.6115\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              593.7272\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              593.3515\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              593.8483\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              594.3458\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              594.6181\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              594.7764\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              594.6432\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              593.9865\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              594.2593\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              593.9925\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              594.5036\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              594.3648\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              594.6141\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              593.9312\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              594.332\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              594.3061\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              594.0235\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              594.2848\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              594.279\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              594.2799\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              594.1209\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              595.0417\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              595.42\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              593.9422\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              594.0608\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              594.4068\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              593.9148\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              594.1562\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              594.2792\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              594.5232\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              594.3014\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              595.009\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              595.5494\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              595.0195\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              594.9985\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              592.9448\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              594.4715\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              594.8469\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              594.8336\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              594.8383\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              594.7182\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              594.8455\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              595.1183\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              594.9765\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              595.2324\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              594.8341\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              594.4425\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              585.9525\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              569.3469\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              560.9595\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              554.3435\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              536.2675\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              536.8812\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              540.5688\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              520.9369\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              522.5414\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              541.7581\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              541.8247\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              524.4941\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              514.3785\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              506.3478\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              500.0993\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              492.4795\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              484.9804\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              487.1518\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              504.794\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              520.1182\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              536.3108\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              550.5656\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              559.4874\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              567.1809\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              570.7325\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              568.8009\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              562.2399\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              558.1153\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              553.0087\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              551.678\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              551.0086\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              551.1446\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              550.6605\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              551.1407\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              550.9377\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              551.1802\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              551.3272\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              551.5924\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              551.4836\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              551.0903\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              551.4839\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              551.6152\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              547.1207\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              538.0526\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              530.6533\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              518.6809\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              502.0626\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              485.6633\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              468.5907\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              451.555\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              435.0514\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              421.1186\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              411.721\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              403.5696\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              405.6341\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              421.6063\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              432.0528\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              442.4862\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              460.0143\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              476.2442\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              492.5066\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              508.4667\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              519.8782\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              525.3421\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              530.3288\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              536.7375\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              532.3775\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              513.7726\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              514.9325\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              517.4578\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              497.3476\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              489.8742\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              491.8753\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              487.0743\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              478.3211\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              466.2695\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              454.1806\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              446.2072\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              450.2569\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              453.6108\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              451.9337\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              472.6971\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              488.6847\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              503.3273\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              513.674\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              521.7657\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              530.5834\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              539.2176\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              546.9449\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              551.2164\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              551.2194\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              551.9896\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              552.2337\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              552.1072\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              552.1058\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              552.263\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              551.7468\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              551.8672\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              551.9976\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              551.48\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              551.0338\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              551.3952\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              551.6779\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              551.3099\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              551.5565\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              551.7986\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              551.6706\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              551.4149\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              551.4213\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              551.4226\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              551.2945\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              551.3212\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              551.3196\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              551.5731\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              551.8216\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              551.687\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              551.5656\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              551.3126\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              551.3259\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              551.7086\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              551.5681\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              551.8217\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              551.4474\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              551.6991\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              555.0441\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              555.9878\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              556.3737\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              556.254\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              555.5956\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              553.2082\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              552.0672\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              551.2942\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              551.0428\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              550.9164\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              550.6559\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              550.7979\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              550.5544\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              550.0653\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              552.5779\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              567.1327\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              575.7472\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              588.1258\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              596.2805\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              608.8555\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              620.6745\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              638.4051\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              649.6955\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              657.3265\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              661.8065\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              661.8155\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              659.2485\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              658.8932\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              656.1023\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              649.2777\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              644.5514\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              639.1259\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              635.1593\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              634.7672\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              637.3321\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              649.8931\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              660.0918\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              666.7883\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              668.6281\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              668.5655\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              667.7628\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              666.5295\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              667.0874\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              667.3491\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              660.6962\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              653.3682\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              648.0295\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              639.9844\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              630.9994\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              627.5791\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              622.1804\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              619.8101\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              620.5824\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              619.9838\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              608.5634\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              600.7498\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              595.4395\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              593.1064\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              593.7644\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              599.2964\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              611.6209\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              621.7684\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              637.2332\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              652.3429\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              663.3171\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              669.8438\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              667.4233\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              663.0342\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              652.6551\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              639.6431\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              628.8206\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              616.3775\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              604.9612\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              593.3662\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              589.4054\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              587.4259\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              587.0529\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              586.608\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              589.3017\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              589.475\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              589.8838\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              589.2488\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              589.8092\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              588.833\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              589.1241\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              587.7116\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              588.1174\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              589.1774\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              587.8606\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              588.4493\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              589.299\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              589.2382\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              589.6536\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              589.3463\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              587.996\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              588.4313\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              587.426\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              588.268\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              588.8444\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              588.0002\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              583.9953\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              579.5925\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              573.8156\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              571.8246\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              570.6563\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              563.0683\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              559.2162\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              553.0806\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              547.9679\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              544.0652\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              544.1645\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              544.5515\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              544.0605\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              543.7991\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              543.5503\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              543.5503\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              543.8064\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              543.8317\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              543.9443\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              544.1827\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              543.6907\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              544.0877\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              544.355\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              544.4659\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              544.0895\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              544.1122\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              544.4768\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              544.9738\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              544.3339\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              544.0819\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              544.4502\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              544.5729\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              544.3442\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              543.7126\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              544.4977\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              544.6097\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              544.3519\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              544.2377\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              544.1807\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              544.0674\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              544.3126\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              544.4319\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              543.8953\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              543.4833\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              543.7386\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              543.736\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              544.1104\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              544.2314\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              544.0849\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              543.1683\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              543.2945\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              542.5181\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              542.2775\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              542.413\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              542.5558\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              542.2708\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              542.278\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              542.2623\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              542.3675\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              542.7458\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              542.8592\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              542.4856\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              542.2203\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              542.9863\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              542.86\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              542.4168\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              542.1647\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              542.2714\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              542.2847\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              542.2847\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              542.7714\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              542.7799\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              542.5182\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              542.7901\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              543.4118\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              543.0646\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              542.2711\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              541.8761\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              542.0054\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              542.1444\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              542.5335\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              542.5354\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              543.036\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              543.412\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              542.6164\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              543.4177\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              543.8082\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              543.6673\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              544.2097\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              544.3329\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              543.8186\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              543.4119\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              543.4149\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              543.3996\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              543.8394\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              544.208\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              544.3457\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              544.7332\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              544.9764\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              544.5786\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              544.0794\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              544.1153\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              544.2357\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              544.1424\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              544.1445\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              544.5333\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              544.5201\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              545.1982\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              544.2652\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              543.9819\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              543.3317\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              543.559\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              543.683\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              543.932\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              544.0632\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              543.283\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              543.2816\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              543.3976\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              543.4019\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              543.4242\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              543.5424\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              543.2878\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              542.6816\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              542.8215\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              542.9608\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              542.6975\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              542.4376\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              542.5486\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              542.5383\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              542.6705\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              542.7825\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              542.7773\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              542.5297\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              542.521\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              542.5287\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              542.7767\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              543.026\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              542.3911\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              542.5301\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              542.7861\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              542.4045\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              542.3974\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              542.7801\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              542.5679\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              542.5726\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              549.8125\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              563.1698\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              566.1917\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              567.349\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              568.1236\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              568.6749\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              568.2844\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              568.543\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              571.2895\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              585.3018\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              593.7281\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              605.6713\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              611.7005\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              636.3016\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              650.1324\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              664.6689\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              698.808\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              696.7423\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              709.3797\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              698.7745\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              706.257\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              696.0111\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              711.1889\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              716.2488\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              728.1842\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              735.3388\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              760.5964\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              756.4409\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              763.6328\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              765.6392\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              788.6578\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              808.8229\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              829.0177\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              845.7775\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              858.5479\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              863.3778\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              864.6212\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              868.28\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              877.3457\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              884.1413\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              899.1422\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              913.7564\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              921.0106\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              925.8664\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              932.246\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              936.1935\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              934.0078\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              931.8175\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              925.6942\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              931.401\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              914.7046\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              911.6843\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              910.5485\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              911.6681\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              921.9132\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              930.369\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              938.5596\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              945.4416\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              953.838\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              957.687\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              965.0275\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              974.0328\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              981.4437\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              983.2946\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              986.0829\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              988.62\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              989.43\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              994.2462\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              1000.8842\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              1006.2487\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              1011.1419\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              1011.8459\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              1012.8155\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              1018.126\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              1026.3168\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              1031.0854\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              1036.5319\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              1043.6959\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              1047.5812\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              1055.1709\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              1062.2908\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              1065.9542\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              1070.8081\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              1075.5344\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              1079.3001\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              1079.8619\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              1088.1215\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              1098.0616\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              1103.5262\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              1106.9435\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              1105.3977\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              1104.7225\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              1103.0834\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              1105.0705\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              1103.7622\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              1103.4877\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              1099.8371\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              1102.5367\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              1102.8168\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              1100.0845\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              1101.8897\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              1107.3296\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              1117.5122\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              1121.414\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              1120.7119\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              1119.4845\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              1120.2198\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              1120.1325\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              1120.9688\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              1116.2139\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              1108.5863\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              1104.9004\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              1098.0678\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              1093.1378\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              1087.3365\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              1072.1655\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              1054.873\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              1039.2647\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              1034.2037\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              1034.4132\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              1025.7601\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              1013.7507\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              1003.01\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              996.3517\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              991.8079\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              987.0561\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              981.3919\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              968.3873\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              959.179\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              948.3434\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              934.7759\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              921.4474\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              916.5384\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              900.5639\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              891.337\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              889.7648\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              898.6956\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              896.7426\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              891.1968\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              897.2232\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              896.7248\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              889.4595\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              885.8411\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              876.673\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              864.4658\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              851.492\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              840.0506\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              828.8292\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              819.7791\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              810.0463\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              811.4341\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              818.9691\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              832.9857\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              844.0072\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              850.4594\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              849.9578\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              846.8938\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              842.222\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              829.4005\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              816.9118\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              808.5477\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              808.3156\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              808.1938\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              813.8213\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              832.2165\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              838.439\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              838.4802\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              844.1617\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              843.2264\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              839.1157\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              833.0344\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              821.5211\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              811.4779\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              802.3337\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              796.1241\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              796.3057\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              792.4254\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              790.5668\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              787.2846\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              786.4658\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              784.5794\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              784.4509\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              785.6556\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              786.5097\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              785.8112\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              785.2133\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              783.3\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              783.757\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              784.2739\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              784.6892\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              784.3838\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              784.9526\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              785.65\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              785.113\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              784.015\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              783.4469\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              784.7593\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              784.0833\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              785.017\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              781.9184\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              783.7369\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              784.2529\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              784.5496\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              783.9823\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              784.0966\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              784.7529\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              783.9081\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              784.5713\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              784.4517\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              785.0113\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              783.5406\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              783.9633\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              786.7809\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              796.2059\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              805.4759\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              812.5331\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              820.6681\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              829.2514\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              833.5444\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              840.9151\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              848.8985\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              855.3064\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              864.8395\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              876.8549\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              882.9301\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              891.2245\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              889.6535\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              885.937\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              886.0397\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              892.7385\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              904.753\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              903.9358\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              905.0342\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              912.5664\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              914.8925\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              915.6635\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              913.478\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              921.0996\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              910.9561\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              896.8201\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              887.1414\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              891.7273\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              897.135\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              895.7784\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              894.0405\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              893.1973\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              893.6375\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              895.9342\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              897.0757\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              900.9113\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              904.3262\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              906.2604\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              920.7798\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              937.0187\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              955.6687\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              971.7339\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              993.2184\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              1009.6769\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              1029.9896\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              1049.8655\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              1069.4185\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              1087.339\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              1093.749\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              1100.7486\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              1103.9951\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              1106.7051\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              1106.2972\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              1096.4787\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              1090.7717\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              1092.0483\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              1104.6161\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              1101.3158\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              1109.6434\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              1102.6282\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              1100.4365\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              1104.8862\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              1102.9682\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              1099.5989\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              1086.6236\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              1078.9952\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              1065.7152\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              1058.255\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              1045.1648\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              1031.8754\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              1034.7442\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              1031.1456\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              1044.7506\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              1042.6803\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              1034.0566\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              1042.4712\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              1048.1645\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              1056.4704\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              1060.0756\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              1068.7152\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              1066.4179\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              1059.4785\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              1060.1706\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              1055.5285\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              1048.7704\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              1047.8557\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              1050.848\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              1048.3859\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              1046.8619\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              1047.6596\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              1049.2604\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              1050.8529\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              1048.0927\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              1046.8342\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              1047.087\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              1055.2042\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              1053.1699\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              1037.4192\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              1033.6573\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              1037.4157\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              1042.0265\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              1042.7244\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              1039.2134\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              1040.9581\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              1044.6481\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              1045.6179\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              1042.9145\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              1036.1011\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              1032.0251\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              1028.1993\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              1022.526\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              1015.2988\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              1009.9821\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              1010.1856\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              1017.9448\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              1021.7272\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              1027.7405\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              1033.9371\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              1039.9116\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              1046.9056\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              1050.9659\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              1051.6394\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              1052.6421\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              1051.8519\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              1048.4906\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              1046.9752\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              1049.509\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              1049.1303\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              1053.8653\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              1063.2395\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              1071.5817\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              1072.8949\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              1069.88\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              1072.5374\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              1076.0958\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              1074.8541\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              1073.7869\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              1074.5781\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              1074.0146\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              1076.4315\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              1075.6074\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              1078.8633\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              1076.5169\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              1074.0668\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              1073.3154\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              1072.6343\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              1072.4048\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              1073.0761\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              1073.1679\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              1074.1603\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              1075.56\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              1075.7015\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              1075.714\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              1074.0458\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              1075.3707\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              1076.535\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              1073.4551\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              1073.6882\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              1074.9745\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              1075.6602\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              1066.365\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              1064.5788\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              1058.209\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              1056.6761\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              1057.3699\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              1058.1077\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              1056.717\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              1060.4581\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              1070.3464\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              1073.5427\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              1072.4085\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              1068.6231\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              1065.8913\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              1060.5174\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              1059.3488\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              1054.7408\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              1057.0813\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              1060.0031\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              1060.9204\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              1063.7643\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              1060.479\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              1061.0677\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              1061.9683\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              1062.2382\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              1063.0776\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              1060.3617\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              1061.4526\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              1054.5365\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              1041.4693\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              1039.7514\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              1033.9599\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              1027.5449\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              1019.788\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              1014.6835\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              1007.0565\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              1000.9818\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              997.6675\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              996.7928\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              996.116\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              994.7462\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              995.2468\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              995.0101\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              995.9865\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              994.8278\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              995.5144\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              994.8755\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              991.929\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              988.0727\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              987.6151\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              987.151\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              987.6615\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              988.3409\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              992.5985\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              995.948\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              997.0136\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              993.1197\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              985.6002\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              988.8807\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              984.2323\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              970.8567\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              955.2813\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              938.1351\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              926.218\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              913.9169\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              906.4599\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              911.4895\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              914.0482\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              916.3757\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              917.0039\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              913.8524\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              912.7495\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              912.9692\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              914.0871\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              917.9418\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              931.1178\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              941.5614\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              951.8896\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              959.3352\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              966.9227\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              974.776\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              980.7287\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              973.8945\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              974.8549\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              981.4527\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              973.6087\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              970.873\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              966.1383\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              961.515\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              956.8067\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              952.1783\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              945.5767\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              941.004\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              936.2765\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              932.7059\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              938.7983\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              942.8463\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              948.0432\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              950.7992\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              946.3832\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              942.9356\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              938.8508\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              948.1388\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              951.9124\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              959.0922\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              967.5765\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              975.2504\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              979.0891\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              986.3333\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              995.3453\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              1003.9457\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              1008.1704\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              1011.5453\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              1011.645\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              1010.8876\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              1009.9672\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              1004.7308\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              1000.0246\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              994.556\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              989.6372\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              982.3108\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              978.7542\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              972.8573\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              967.7432\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              961.4723\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              956.2077\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              951.4173\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              946.5093\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              941.6142\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              937.6832\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              932.2284\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              930.4372\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              927.21\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              926.2251\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              917.7288\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              902.9764\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              899.8319\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              900.7761\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              897.4802\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              895.597\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              901.1077\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              900.6247\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              894.5303\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              892.671\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              893.3986\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              887.5547\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              880.6784\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              874.8057\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              869.4078\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              857.7199\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              850.7174\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              842.9829\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              833.2787\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              828.7843\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              825.0739\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              827.644\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|distillate\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"distillate\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              0.5674\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              0.5627\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              0.5573\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              0.5476\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              2.2544\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              4.855\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              5.373\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              5.504\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              7.729\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              8.8584\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              9.6544\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              9.782\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              9.5107\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              9.5027\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              8.853\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              6.3854\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              4.9757\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              2.492\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              0.9597\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              0.588\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              0.588\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              0.588\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              2.4384\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              4.787\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              2.2574\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              1.0184\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              0.6404\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              0.515\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              0.5577\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              2.2357\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              4.8997\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              4.7737\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              4.8987\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              2.4497\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              1.2373\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              0.627\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              2.3297\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              4.84\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              4.84\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              6.5364\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              6.687\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              6.679\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              7.18\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              7.85\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              7.98\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              6.175\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              5.1714\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              4.9227\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              4.9227\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              4.9227\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              3.5577\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              1.9824\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              1.2794\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              1.0274\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              0.659\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              0.5367\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              0.525\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              3.0017\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              2.6243\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              3.7963\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              4.7777\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              5.7567\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              6.0023\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              4.982\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              4.862\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              4.862\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              4.862\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              4.862\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              6.4913\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              7.8573\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              7.9777\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              7.9777\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              7.2653\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              7.1423\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              5.6583\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              4.8387\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              4.8387\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              4.8387\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              2.311\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              3.7203\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              4.8627\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              2.3197\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              1.1857\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              0.6657\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              0.5357\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              0.556\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              0.5517\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|gas_ccgt\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"gas_ccgt\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              555.1133\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              554.7434\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              555.16\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              555.1967\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              554.9\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              555.1534\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              555.4933\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              554.9301\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              554.68\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              554.6334\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              554.8933\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              554.93\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              554.5367\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              554.8034\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              555.0535\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              554.5101\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              554.6366\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              554.6467\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              552.1333\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              543.3202\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              537.9334\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              538.6667\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              518.6334\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              484.0434\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              467.92\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              461.3934\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              455.2134\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              445.7833\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              439.7134\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              435.74\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              430.2333\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              414.3966\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              395.82\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              390.22\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              390.7668\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              393.4166\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              393.1501\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              392.7567\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              393.0067\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              380.2733\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              364.4199\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              363.3434\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              363.4933\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              363.3633\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              363.3699\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              363.3834\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              363.2534\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              363.4967\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              363.59\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              363.5801\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              388.87\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              397.8234\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              364.6133\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              363.0833\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              362.9467\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              362.9667\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              363.4733\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              363.48\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              363.7267\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              363.6033\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              363.3134\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              363.4333\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              363.5701\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              362.9467\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              363.1634\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              362.85\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              363.0967\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              363.2166\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              363.0933\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              363.2333\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              363.2167\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              363.3434\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              363.0567\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              354.6\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              338.73\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              333.3667\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              333.8833\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              334.0033\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              334.26\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              321.36\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              299.37\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              293.9367\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              293.8067\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              293.84\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              293.9633\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              294.3367\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              294.2967\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              294.0167\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              294.18\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              294.31\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              294.1533\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              294.0367\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              293.9167\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              293.5867\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              294.0367\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              294.1567\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              293.72\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              294.5734\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              294.16\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              294.3133\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              294.13\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              293.7167\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              294.3133\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              294.54\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              294.2367\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              294.74\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              294.6434\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              294.38\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              294.5267\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              294.88\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              294.9067\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              295.0667\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              294.9033\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              294.29\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              294.4234\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              294.4234\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              294.4133\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              294.45\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              294.4567\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              294.73\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              294.6067\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              295.0\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              296.61\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              295.6633\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              295.3033\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              294.9333\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              294.9434\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              294.77\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              294.6067\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              294.1467\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              295.42\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              295.1733\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              295.1533\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              295.11\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              294.55\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              295.02\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              295.0733\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              294.8867\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              295.4333\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              295.2733\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              294.6433\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              295.1\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              295.5\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              294.6233\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              295.1167\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              295.6767\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              295.2533\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              295.3933\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              295.7367\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              294.4866\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              295.58\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              295.28\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              295.7567\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              294.9867\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              295.3767\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              295.0467\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              294.7067\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              299.64\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              304.81\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              297.9733\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              295.4533\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              295.0667\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              302.13\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              308.3534\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              317.5467\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              344.3833\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              361.43\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              369.8934\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              379.0601\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              379.2201\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              377.2033\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              379.6767\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              376.7568\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              369.6733\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              366.8867\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              364.9433\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              368.3167\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              388.16\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              399.68\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              395.24\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              416.6567\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              457.9533\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              491.1267\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              490.8734\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              490.9634\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              502.5533\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              509.9\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              524.8166\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              543.84\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              548.4535\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              551.51\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              553.8868\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              555.1801\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              555.1334\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              555.1333\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              555.5466\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              555.5234\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              555.3834\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              556.0001\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              555.8768\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              556.0367\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              556.09\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              556.1034\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              556.5833\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              556.6\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              556.6\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              556.7267\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              556.6067\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              556.8834\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              556.8233\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              556.8233\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              556.3167\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              556.1933\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              556.3068\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              556.7866\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              556.3634\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              557.0267\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              556.88\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              555.91\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              556.5133\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              556.9468\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              556.26\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              556.5434\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              556.8033\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              556.4\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              556.8034\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              556.7733\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              556.6266\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              556.7799\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              556.4432\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              556.6034\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              556.46\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              556.7067\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              556.0201\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              556.4301\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              556.75\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              556.1268\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              556.27\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              556.2933\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              556.0334\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              555.9734\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              555.87\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              555.77\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              555.3768\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              556.4267\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              556.47\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              556.34\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              556.2633\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              555.9101\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              556.4533\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              556.0801\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              555.7733\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              556.0533\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              556.4234\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              555.62\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              555.8533\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              556.0034\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              555.6834\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              555.0834\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              556.0768\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              555.8568\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              555.9567\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              555.5968\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              555.6933\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              555.99\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              555.99\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              555.5368\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              555.9902\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              555.7202\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              556.0034\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              555.7934\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              555.53\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              555.5634\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              555.6901\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              554.8967\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              555.3032\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              555.1867\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              555.5834\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              555.3002\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              555.0067\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              555.2534\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              555.52\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              555.23\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              556.1667\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              555.4201\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              555.4367\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              555.75\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              555.3\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              555.7767\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              555.7134\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              555.7835\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              555.6699\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              555.6668\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              555.0867\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              555.3867\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              554.7567\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              555.33\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              554.92\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              554.9\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              555.5067\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              555.0401\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              555.32\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              549.79\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              549.21\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              554.9433\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              554.6234\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              554.7301\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              554.4034\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              549.0001\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              548.1901\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              544.6499\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              535.1434\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              530.92\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              516.01\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              508.7701\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              504.9767\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              491.7767\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              480.1366\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              474.2733\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              461.7334\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              460.03\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              458.56\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              457.8633\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              458.6134\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              457.2201\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              457.7268\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              459.1534\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              447.65\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              444.86\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              458.7733\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              453.0834\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              445.51\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              446.5767\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              428.1234\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              393.8267\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              378.8367\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              378.9467\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              378.0634\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              378.2\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              396.06\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              401.9134\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              387.4433\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              405.4434\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              411.75\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              420.1867\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              423.0333\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              405.5767\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              413.2901\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              414.4533\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              387.4033\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              381.2333\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              382.7867\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              371.2567\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              369.2267\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              370.7567\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              363.1468\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              363.1768\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              369.3967\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              371.1733\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              364.2035\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              364.8733\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              363.4433\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              363.2834\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              363.1235\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              363.1235\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              363.1235\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              363.2535\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              354.67\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              338.61\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              333.51\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              333.6467\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              333.3867\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              333.6901\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              326.8934\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              307.3767\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              295.1133\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              292.9967\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              296.9133\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              301.6767\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              298.5634\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              293.6033\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              293.47\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              293.8533\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              293.72\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              293.6033\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              293.9\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              294.1634\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              305.9134\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              322.7166\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              323.1534\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              324.6933\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              325.62\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              328.8434\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              352.1233\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              347.09\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              326.06\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              359.8567\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              361.0134\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              337.0367\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              321.69\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              306.3434\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              307.24\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              303.3867\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              302.0067\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              307.2567\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              302.0733\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              294.65\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              300.5833\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              308.4767\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              308.22\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              301.55\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              305.9233\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              315.7934\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              312.67\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              322.5767\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              321.9634\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              321.06\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              327.99\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              334.3667\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              335.5567\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              333.4767\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              353.15\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              382.0267\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              405.8568\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              425.33\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              425.1967\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              425.18\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              424.9201\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              424.9867\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              418.0067\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              413.24\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              413.4467\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              413.3134\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              413.9034\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              421.2367\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              433.8367\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              437.18\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              440.2533\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              445.85\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              446.5601\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              443.8533\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              446.3134\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              449.6866\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              441.1133\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              431.6034\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              431.83\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              431.85\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              436.61\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              447.57\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              450.0667\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              457.53\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              474.0567\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              477.48\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              478.9066\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              479.49\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              479.4134\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              479.95\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              479.9066\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              481.21\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              481.5534\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              481.1266\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              484.4966\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              498.0501\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              516.7367\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              527.4635\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              528.6233\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              528.7433\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              528.9267\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              525.6167\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              529.47\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              535.9901\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              544.0534\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              553.73\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              554.4534\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              554.39\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              554.2867\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              554.4467\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              549.9268\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              544.2034\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              554.16\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              554.9001\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              554.9967\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              555.01\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              554.8601\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              555.2701\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              555.2034\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              555.2367\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              555.4801\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              555.3667\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              555.3433\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              555.4733\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              555.1633\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              555.1633\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              396.4133\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              314.58\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              315.26\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              315.41\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              315.28\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              315.28\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              315.14\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              314.9999\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              315.12\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              315.12\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              314.99\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              314.85\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              314.8401\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              314.94\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              314.8\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              320.6101\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              321.74\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              321.61\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              321.7301\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              321.61\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              321.49\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              321.3601\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              320.5234\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              321.38\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              321.1767\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              318.2033\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              320.9533\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              316.66\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              323.7667\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              318.3033\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              316.61\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              316.4801\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              316.05\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              316.31\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              316.56\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              316.19\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              316.0201\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              315.81\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              320.5401\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              321.84\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              321.54\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              321.01\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              321.9301\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              321.67\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              317.95\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              321.42\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              321.57\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              330.5\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              351.2533\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              369.6368\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              382.6367\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              383.2868\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              387.2234\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              388.2933\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              388.2933\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              388.44\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              386.21\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              383.1766\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              382.9199\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              380.9\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              395.5567\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              421.9867\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              440.2167\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              460.3168\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              465.2701\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              463.8433\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              463.6734\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              463.86\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              463.9\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              469.01\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              486.09\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              513.2101\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              538.0368\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              553.0501\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              554.8533\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              554.5901\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              554.5901\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              555.1601\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              554.2667\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              553.64\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              554.0967\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              553.6901\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              553.9469\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              553.9434\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              554.0767\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              553.8467\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              553.6733\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              553.1634\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              554.1067\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              553.7367\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              554.01\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              554.29\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              553.3934\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              553.8634\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              553.7367\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              554.2933\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              554.23\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              554.82\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              554.6701\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              554.97\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              550.22\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              547.53\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              552.2667\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              554.9968\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              554.8035\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              554.9235\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              554.6367\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              554.5835\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              554.2901\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              554.4168\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              554.5467\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              554.03\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              554.4368\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              554.71\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              554.6801\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              555.2499\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              554.54\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              554.67\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              554.5367\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              555.7701\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              554.9334\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              554.9\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              555.03\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              554.78\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              554.6301\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              554.38\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              555.5635\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              554.7434\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              554.4835\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              554.6267\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              554.5968\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              554.4668\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              554.5934\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              554.4668\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              554.58\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              554.73\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              554.73\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              554.73\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              554.8932\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              554.7633\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              555.0232\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              554.7633\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              554.6334\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              554.6332\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              554.5034\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              554.3933\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              554.3933\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              554.9201\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              554.3801\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              554.8068\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              554.3668\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              554.8201\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              554.9401\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              554.82\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              555.0501\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              554.9167\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              555.1235\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              555.1433\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              555.6166\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              554.8033\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              555.0801\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              555.0101\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              555.46\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              555.3301\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              554.6301\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              555.1968\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              555.64\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              555.8567\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              556.0901\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              555.4634\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              555.43\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              555.6733\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              555.4134\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              556.0734\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              555.9733\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              556.0201\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              555.44\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              555.3967\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              556.18\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              556.1667\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              556.71\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              559.0067\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              557.4866\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              554.9768\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              556.1234\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              555.81\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              555.4567\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              555.6\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              555.6167\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              555.14\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              554.3701\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              556.3801\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              556.6067\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              558.41\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              555.9035\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              555.5201\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              556.1834\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              556.6\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              556.17\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              556.8167\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              557.03\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              556.66\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              556.27\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              556.3867\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              555.5134\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              555.96\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              555.4035\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              556.2133\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              554.8733\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              555.4234\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              556.9701\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              558.8934\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              557.4968\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              555.4567\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              555.0667\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              556.3634\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              555.5232\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              556.4934\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              556.7133\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              558.5834\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              555.9668\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              555.24\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              555.4232\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              557.0934\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              560.8801\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              549.98\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              524.93\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              499.8267\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              476.9\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              460.8733\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              460.82\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              459.7534\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              458.5467\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              458.3066\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              458.4233\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              458.5767\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              458.3435\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              470.86\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              474.84\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              473.06\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              501.06\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              521.2233\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              539.8367\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              552.5067\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              554.6334\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              555.6434\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              553.6666\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              557.4401\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              557.55\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              557.3001\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              557.1633\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              558.3135\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              557.8934\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              557.1934\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              557.3434\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              557.4767\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              557.5002\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              557.9334\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              557.0133\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              556.7034\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              556.9667\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              556.6834\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              556.6068\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              556.4267\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              544.61\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              531.9667\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              532.8866\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              535.4101\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              548.3534\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              556.1333\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              556.41\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              556.0632\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              555.5033\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              556.8234\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              557.0633\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              557.1035\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              556.3635\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              556.3966\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              555.6635\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              556.2334\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              557.0767\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              559.2535\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              554.9534\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              554.5634\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              553.5768\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              553.8668\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              554.8801\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              557.5333\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              561.0234\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              561.0501\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              560.8634\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              560.2667\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              559.63\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              555.9468\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              555.1502\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              556.27\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              561.3134\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              562.88\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              560.5668\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              556.57\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              557.3634\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              555.7467\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              555.9933\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              555.3668\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              554.77\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              554.9234\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              555.8134\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              556.8867\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              544.7067\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              530.45\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              530.34\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              530.9234\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              530.2167\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              530.5532\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              529.7433\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              530.39\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              529.92\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              531.1767\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              529.9801\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              541.2267\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              555.84\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              555.71\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              555.1168\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              555.2267\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              555.35\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              555.4701\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              555.21\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              555.4534\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              555.4068\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              555.34\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              544.51\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              527.05\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              526.5067\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              528.8067\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              528.9567\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              516.6967\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              494.8033\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              489.2601\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              489.2402\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              489.6567\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              501.4067\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              528.8268\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              548.4201\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              555.1469\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              555.29\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              555.2666\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              555.27\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              555.43\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              554.8799\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              554.46\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              554.6468\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              555.0533\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              554.5266\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              554.6866\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              554.5601\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              554.69\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              554.6767\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              554.28\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              554.1567\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              554.27\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              554.56\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              554.81\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              554.56\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              554.3\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              554.3\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              554.17\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              554.07\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              554.4666\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              554.4901\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              554.4865\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              554.2299\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              554.2299\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              554.2299\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              554.6199\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              554.6199\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              554.75\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              554.7435\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              554.6234\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              554.4934\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              554.4933\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              554.6234\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              554.9233\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              554.92\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              554.7833\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              554.7733\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              554.7701\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              554.7701\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              554.4034\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              554.5367\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              554.7967\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              554.6566\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              554.6666\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              554.3066\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              553.9234\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              554.0601\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              554.4202\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              552.97\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              552.7166\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              553.5267\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              553.6767\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              553.6867\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              553.6999\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              553.5699\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              553.5699\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              548.7267\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              542.91\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              543.0432\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              547.6366\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              541.1468\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              520.1667\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              519.6\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              519.4701\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              519.4701\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              521.84\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              528.7967\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              532.7267\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              525.2367\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              517.8167\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              524.5035\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              542.8301\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              543.1567\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              543.1733\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              532.4101\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              519.9199\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              525.5566\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              541.8167\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              553.8067\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              554.49\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              558.6033\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              562.0933\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              561.4033\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              560.98\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              560.86\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              561.3601\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              559.5234\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              553.7333\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              553.5768\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              553.56\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              553.9334\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              548.4933\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              532.4834\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              519.9633\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              520.39\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              520.2567\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              519.5699\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              519.97\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              520.09\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              519.7101\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              519.7733\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              519.9467\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              519.7267\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              520.0234\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              526.1235\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              532.3966\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              531.9833\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              532.0767\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              532.45\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              532.4434\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              521.7234\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              509.5933\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              510.0\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              520.4501\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              519.44\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              498.4534\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              509.5168\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              498.2033\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              498.4033\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              516.72\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              528.7234\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              524.9468\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              512.95\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              510.56\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              506.0233\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              507.83\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              513.3067\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              522.8\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              517.2701\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              519.0167\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              505.3\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              502.9567\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|gas_ocgt\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"gas_ocgt\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              289.9802\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              298.2677\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              263.2006\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              262.3145\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              258.6265\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              237.533\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              229.8135\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              233.8272\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              200.1936\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              220.8616\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              227.44\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              200.9903\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              199.6704\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              194.762\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              186.7538\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              177.0089\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              156.6501\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              127.0257\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              127.3389\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              128.4006\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              124.4201\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              127.2841\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              127.038\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              126.6658\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              126.0816\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              125.5694\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              124.1211\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              124.2219\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              125.3818\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              125.2672\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              125.4801\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              124.2314\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              122.9039\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              123.9053\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              126.8992\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              133.9613\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              134.8407\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              130.1712\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              128.0305\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              126.7659\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              125.3263\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              125.1237\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              125.6273\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              127.358\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              125.0579\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              125.3881\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              125.7991\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              127.2767\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              126.3852\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              124.4442\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              127.365\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              125.1745\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              126.1571\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              125.8684\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              126.2205\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              126.6193\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              126.3873\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              126.1238\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              131.845\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              136.9869\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              136.6551\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              139.624\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              139.4222\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              159.9556\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              164.4443\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              165.2423\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              164.4787\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              165.0306\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              164.4666\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              163.3761\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              162.497\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              161.5043\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              163.3024\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              164.3678\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              164.9109\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              158.0905\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              147.9755\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              141.2667\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              145.2657\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              142.3582\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              141.9441\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              142.1241\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              143.4097\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              142.2188\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              142.0759\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              126.1561\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              113.5082\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              114.4545\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              114.0574\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              106.5749\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              105.3333\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              104.8731\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              108.3939\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              110.8063\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              120.403\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              126.3345\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              123.9459\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              124.7194\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              125.0988\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              125.0311\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              123.8306\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              124.4759\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              127.3375\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              126.7072\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              127.871\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              124.9693\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              124.8868\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              126.8851\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              127.2449\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              127.4094\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              124.4198\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              124.2157\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              145.9783\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              180.2497\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              190.7898\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              191.2122\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              194.5663\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              188.1365\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              175.8766\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              172.2587\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              170.2749\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              173.5928\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              173.2908\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              172.6437\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              169.8026\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              169.9822\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              170.6852\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              169.8475\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              170.6004\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              175.1478\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              176.1314\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              175.105\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              179.2012\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              189.1396\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              195.1171\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              190.1637\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              178.075\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              172.9117\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              171.5999\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              169.912\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              176.2395\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              180.5798\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              172.0271\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              168.5874\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              170.3545\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              172.2078\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              168.1025\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              164.9556\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              164.3703\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              146.8725\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              113.3474\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              101.6831\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              103.6117\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              100.1071\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              99.2766\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              99.595\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              104.2866\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              118.5551\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              123.9285\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              122.1367\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              123.0168\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              122.1569\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              121.8118\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              141.782\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              176.7688\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              187.6076\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              188.2597\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              188.8498\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              192.2394\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              193.5536\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              192.6077\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              193.1921\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              192.5851\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              194.0824\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              194.1938\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              192.0915\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              191.7138\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              191.2713\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              192.0027\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              195.3846\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              208.9393\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              208.8457\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              208.4015\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              209.1626\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              210.7727\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              205.1416\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              220.9653\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              221.0649\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              227.8346\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              238.3928\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              242.8236\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              259.9038\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              289.0856\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              296.9589\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              328.8117\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              348.4793\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              359.9121\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              386.3185\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              417.3538\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              482.5982\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              521.8171\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              523.3842\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              515.8462\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              536.5905\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              538.623\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              538.1142\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              539.5852\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              539.2506\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              542.5976\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              540.002\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              540.7733\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              536.0143\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              534.6248\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              521.8132\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              525.9245\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              522.3353\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              524.627\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              522.4767\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              520.3576\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              523.1387\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              524.2942\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              525.3122\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              527.057\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              527.3912\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              528.6209\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              524.0987\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              510.4954\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              507.4987\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              507.5867\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              507.6288\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              509.3111\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              513.231\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              515.8186\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              517.4736\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              516.6661\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              518.3582\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              521.311\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              520.7511\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              520.1031\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              519.5588\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              518.4594\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              519.1282\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              520.8629\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              515.5195\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              513.1148\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              514.2829\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              511.2378\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              503.8151\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              497.6455\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              500.2545\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              509.0479\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              515.3549\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              515.0616\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              514.8769\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              521.4274\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              523.7399\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              523.9232\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              523.2857\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              522.9436\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              525.3502\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              524.5989\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              525.1928\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              525.6741\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              526.0798\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              526.4897\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              527.1566\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              520.5418\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              520.1734\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              520.1992\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              520.058\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              519.5128\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              518.666\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              525.3074\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              526.8807\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              526.5745\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              526.5402\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              526.7919\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              526.6826\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              526.268\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              495.4885\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              451.1864\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              448.4474\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              412.1443\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              370.6539\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              349.4562\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              326.5481\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              329.7089\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              319.7548\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              290.9094\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              297.1569\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              290.4896\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              303.7697\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              329.7633\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              319.4147\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              306.5451\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              322.3914\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              276.7725\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              254.2151\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              226.618\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              210.0709\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              201.4907\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              200.9086\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              193.8515\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              191.6691\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              201.1745\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              200.0073\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              213.7715\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              225.424\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              209.5127\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              191.8078\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              188.698\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              191.6759\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              182.8704\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              183.6056\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              180.2416\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              177.925\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              186.0979\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              189.579\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              181.7173\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              180.2886\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              181.9266\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              181.3293\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              182.4015\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              189.85\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              191.6279\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              191.9303\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              190.4276\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              189.7606\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              189.2082\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              190.8972\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              190.1145\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              190.8146\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              191.64\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              189.8492\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              190.7707\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              190.7992\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              191.6578\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              189.3621\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              188.5617\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              189.4141\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              187.7607\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              189.1301\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              188.9966\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              188.3114\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              189.5633\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              186.2346\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              187.5859\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              185.8959\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              190.4103\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              191.9631\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              191.7188\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              191.1928\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              190.4196\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              192.027\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              192.4013\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              189.3889\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              189.0333\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              191.869\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              193.226\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              192.662\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              192.5422\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              192.1774\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              189.208\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              182.771\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              183.2454\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              183.9582\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              183.0062\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              185.0769\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              184.9526\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              185.6927\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              179.8708\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              176.75\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              176.2327\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              174.8561\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              171.5414\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              170.0152\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              168.7924\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              151.0868\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              114.8659\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              104.318\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              102.3813\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              102.4307\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              102.9257\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              102.7266\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              101.5905\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              102.4824\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              101.3443\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              98.5658\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              100.2066\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              98.5139\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              98.4226\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              97.4383\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              98.733\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              97.2693\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              97.2276\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              97.5051\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              96.3629\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              119.6447\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              153.5347\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              162.3167\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              164.9271\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              168.2832\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              166.8446\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              165.9036\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              166.8279\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              166.6464\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              165.6256\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              164.86\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              166.7259\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              164.6596\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              164.7633\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              165.341\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              167.5288\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              163.9493\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              165.3243\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              164.0631\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              163.1237\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              162.7426\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              163.614\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              164.3474\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              162.219\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              162.0891\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              163.9836\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              163.0443\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              162.9212\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              162.9504\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              163.1171\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              164.4462\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              165.0849\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              162.9662\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              165.4429\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              164.9249\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              165.5123\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              164.3881\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              164.1764\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              169.0633\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              164.434\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              174.1514\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              186.8298\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              184.6519\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              195.064\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              235.2359\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              292.7406\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              295.4735\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              296.5233\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              300.8003\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              301.7252\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              302.1071\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              301.9361\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              302.6638\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              300.7066\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              299.5885\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              301.7249\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              306.3945\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              308.488\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              308.2008\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              301.2417\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              296.9623\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              298.0572\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              297.0663\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              296.328\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              296.1878\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              292.5829\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              286.6547\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              277.1416\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              276.2698\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              270.6155\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              270.2723\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              266.8297\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              278.431\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              302.1156\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              315.621\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              318.3001\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              317.5419\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              317.2143\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              316.8287\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              326.3598\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              387.2503\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              466.9869\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              546.4328\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              611.1433\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              630.8391\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              628.4895\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              612.9634\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              618.7674\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              621.066\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              632.2069\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              637.5664\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              636.6164\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              607.4151\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              586.0622\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              611.13\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              624.8166\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              651.2814\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              649.3474\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              632.8815\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              641.1926\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              643.8455\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              642.223\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              641.4484\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              649.3127\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              650.0849\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              651.0556\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              650.3737\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              649.4398\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              647.8465\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              655.301\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              683.1674\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              696.5551\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              696.8656\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              726.4065\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              783.7585\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              854.702\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              923.3291\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              964.0865\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              971.4656\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              982.3663\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              982.065\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              980.5892\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              967.3587\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              936.7496\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              934.623\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              886.9141\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              823.3726\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              785.1399\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              774.9472\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              769.1467\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              763.8397\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              757.0298\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              765.2144\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              766.2379\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              816.2444\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              894.5475\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              888.0446\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              862.5232\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              825.5971\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              812.8441\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              818.7709\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              813.1195\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              811.0628\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              862.5382\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              887.6501\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              890.3026\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              894.1421\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              905.6406\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              905.7341\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              901.4714\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              888.7061\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              881.9974\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              852.3218\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              792.192\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              760.1036\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              728.0446\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              690.8983\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              648.5909\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              654.8601\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              655.7462\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              628.6407\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              619.0247\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              598.549\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              585.5564\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              583.9741\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              582.2941\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              580.0353\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              587.8285\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              582.7652\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              581.1812\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              593.1017\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              591.3959\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              591.6035\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              561.004\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              505.389\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              466.7816\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              460.285\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              464.4131\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              468.4084\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              457.4574\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              464.6304\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              485.1165\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              490.4393\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              483.6442\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              469.7383\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              467.2264\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              491.1435\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              492.2573\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              463.8179\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              452.1592\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              438.2693\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              402.2028\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              417.906\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              417.6139\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              415.9997\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              415.0126\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              413.9245\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              357.989\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              313.7209\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              291.44\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              290.862\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              290.9651\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              291.2556\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              291.0076\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              288.9931\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              288.2834\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              290.2156\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              287.9979\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              289.3673\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              290.0202\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              289.6643\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              290.9806\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              290.2411\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              291.5987\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              292.0096\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              293.8791\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              292.4126\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              293.1578\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              292.5079\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              288.8612\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              290.8853\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              288.9238\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              292.0442\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              291.0285\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              291.3177\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              293.7411\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              293.2539\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              292.7427\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              292.0125\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              291.7466\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              253.1276\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              187.984\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              173.7252\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              172.3976\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              172.9316\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              172.9131\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              210.1689\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              278.453\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              289.9991\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              291.6436\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              291.8496\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              291.2829\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              290.5104\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              292.6544\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              293.1289\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              292.5503\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              290.9621\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              292.9815\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              292.5326\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              291.9596\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              292.771\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              293.4471\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              292.6527\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              292.3914\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              291.4432\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              290.5263\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              290.3722\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              292.1319\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              292.7549\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              293.7178\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              293.9869\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              296.1192\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              296.9211\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              297.2179\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              296.9766\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              295.6759\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              295.6491\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              295.0186\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              294.0724\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              294.0053\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              293.2296\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              293.8728\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              293.4708\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              292.5119\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              291.1698\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              292.8923\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              293.3327\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              293.79\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              292.1498\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              288.9114\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              289.6858\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              288.9185\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              289.4265\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              288.4176\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              286.4959\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              288.4853\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              288.8567\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              291.935\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              294.53\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              293.4899\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              288.4563\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              287.3151\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              289.0538\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              287.6475\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              285.9616\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              284.9114\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              286.8038\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              286.9098\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              285.8391\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              286.357\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              285.6887\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              281.5034\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              290.366\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              348.6767\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              439.1724\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              486.0859\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              509.2998\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              555.987\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              597.3132\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              625.0187\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              638.9007\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              643.5856\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              640.7417\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              644.7465\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              645.8704\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              652.8741\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              639.6849\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              638.0055\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              639.4663\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              638.2738\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              651.9542\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              655.3302\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              650.8429\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              618.8646\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              588.7451\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              642.1148\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              659.2819\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              653.0848\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              639.6443\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              641.2607\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              639.7409\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              639.4428\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              636.7432\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              643.4427\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              648.3004\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              665.8559\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              665.6444\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              659.7423\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              651.4956\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              651.8032\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              669.6859\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              687.6709\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              656.3583\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              678.1142\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              708.5624\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              715.2561\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              720.5322\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              725.7903\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              725.4888\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              725.4846\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              727.3761\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              732.1331\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              733.2086\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              699.041\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              681.6638\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              722.6026\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              735.5752\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              734.7401\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              713.1765\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              693.0146\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              674.2555\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              645.3487\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              657.0759\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              651.8687\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              686.329\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              771.6072\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              838.9787\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              841.0989\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              837.6744\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              850.6409\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              850.8313\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              862.8762\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              894.496\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              928.5326\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              930.0327\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              912.9144\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              953.2311\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              941.3641\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              911.3153\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              911.9238\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              906.3958\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              922.6845\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              952.4432\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              962.1628\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              965.6478\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              974.9301\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              987.5589\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              1071.7603\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              1137.6469\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              1155.8892\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              1109.6929\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              1135.1912\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              1135.8231\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              1134.5979\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              1098.5421\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              1099.0566\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              1016.7105\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              980.1037\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              965.6501\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              944.0843\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              926.157\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              878.5137\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              834.8515\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              831.049\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              768.5657\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              696.2768\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              695.3761\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              694.9693\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              676.1246\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              659.8652\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              654.0307\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              656.6671\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              662.8637\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              661.4836\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              655.2633\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              658.4754\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              659.0727\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              656.5989\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              656.9902\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              658.9805\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              659.9237\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              659.814\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              658.9428\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              658.9601\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              660.9142\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              659.5085\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              660.7721\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              657.1435\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              660.239\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              658.8853\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              659.2375\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              660.2784\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              653.7036\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              652.9236\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              653.4945\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              653.3843\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              654.6807\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              651.1201\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              654.2644\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              654.6161\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              653.4377\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              655.121\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              655.144\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              655.4856\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              652.6349\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              643.1779\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              642.2752\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              649.1784\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              650.4062\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              648.8005\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              644.1961\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              633.4344\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              620.1691\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              620.0829\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              619.844\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              611.1539\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              589.0591\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              573.1635\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              577.5619\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              577.5119\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              573.0932\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              573.0678\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              573.0764\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              573.5797\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              571.6698\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              568.8171\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              568.5731\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              569.6318\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              552.0605\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              515.4979\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              483.9379\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              459.7326\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              454.6183\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              454.1515\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              450.1123\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              454.8909\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              456.0482\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              456.9162\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              456.2895\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              456.0773\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              455.8068\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              457.722\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              460.1056\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              463.0286\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              462.2172\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              459.6605\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              461.7619\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              460.6098\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              459.7039\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              439.6933\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              414.5606\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              367.2946\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              300.5479\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              257.5806\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              254.6225\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              254.3992\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              255.0818\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              254.7706\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              254.73\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              254.5834\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              254.8373\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              254.0274\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              254.0135\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              254.0269\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              254.7931\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              254.7848\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              257.7456\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              256.7443\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              255.275\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              254.621\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              252.219\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              250.3397\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              250.4567\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              249.9307\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              251.2307\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              254.6267\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              254.5853\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              256.1122\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              255.3315\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              254.1983\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              255.6504\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              275.0512\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              304.6958\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              312.327\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              315.3871\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              315.8425\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              315.462\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              327.3296\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              359.7563\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              400.6645\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              382.8185\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              331.9081\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              329.2412\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              319.1749\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              285.8143\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              278.3039\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              279.574\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              279.9537\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              280.9429\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              282.8555\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              273.8705\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              257.3969\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              258.8377\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              258.5316\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              258.4623\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              257.5666\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              256.2112\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              257.912\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              258.1141\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              257.0375\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              257.5532\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              256.8748\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              257.1748\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              258.4304\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              259.5713\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              257.9908\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              258.705\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              258.7094\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              258.5595\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              258.1966\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              271.3598\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              260.8643\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              273.1044\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              276.7387\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              278.6435\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              279.318\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              275.1366\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              269.3178\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              265.2114\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              272.2555\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              274.5415\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              283.8032\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              280.051\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              284.47\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              286.4596\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              291.5053\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|hydro\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"hydro\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              0.0019\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              0.0025\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              0.0023\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              0.002\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              0.001\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              0.001\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|solar_utility\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"solar_utility\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              1.0345\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              1.014\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              0.761\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              0.761\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              1.0097\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              1.404\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              2.053\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              2.8503\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              5.0166\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              7.3906\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              13.9296\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              19.9373\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              27.7097\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              38.795\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              49.1684\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              60.8956\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              74.8804\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              89.1265\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              103.0354\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              115.3385\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              126.7399\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              138.5483\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              148.6401\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              157.902\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              165.879\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              175.1345\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              182.9456\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              191.2709\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              198.0235\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              205.296\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              211.0598\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              216.4679\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              220.8244\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              224.6687\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              228.4981\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              231.6807\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              234.832\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              237.3101\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              239.3354\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              242.1828\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              242.8095\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              243.0761\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              243.5628\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              243.7028\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              229.2036\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              211.4564\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              211.4564\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              212.0097\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              212.0097\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              212.5397\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              212.5397\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              212.5397\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              212.663\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              213.1497\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              214.3533\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              214.3533\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              214.4733\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              214.4733\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              214.7333\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              214.8533\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              214.9733\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              216.1803\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              216.4336\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              216.4336\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              216.5536\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              216.5536\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              216.677\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              216.677\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              216.5559\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              216.6759\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              216.5525\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              216.5525\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              216.3123\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              216.3123\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              216.3123\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              216.3123\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              212.4636\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              208.3958\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              211.629\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              214.7992\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              215.9922\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              215.9922\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              215.9922\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              215.4545\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              229.5655\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              246.9832\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              246.8439\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              247.3649\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              247.3649\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              247.3649\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              247.1986\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              247.0212\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              247.3065\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              247.4385\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              246.5889\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              246.6386\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              246.3756\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              246.4382\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              234.4692\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              218.1345\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              216.7836\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              217.0852\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              216.9699\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              202.9442\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              189.9939\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              162.1624\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              173.7804\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              186.1805\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              183.1431\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              177.5029\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              170.0334\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              168.143\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              180.3569\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              203.4302\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              214.7826\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              213.8256\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              212.1706\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              195.5621\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              180.8204\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              163.7807\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              171.3926\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              192.8702\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              214.2483\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              214.5108\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              208.6799\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              151.7249\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              127.7908\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              126.3021\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              143.0501\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              197.3133\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              205.3002\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              201.1798\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              196.3444\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              195.7488\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              194.7815\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              191.761\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              189.1994\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              185.0479\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              177.7257\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              171.7311\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              168.639\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              164.8021\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              154.082\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              141.1858\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              128.8086\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              117.7269\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              107.2501\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              94.796\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              77.5912\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              67.9049\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              68.4543\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              61.3296\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              53.3282\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              45.3031\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              42.2898\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              40.6966\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              38.726\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              37.452\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              35.9297\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              35.3203\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              35.3203\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              35.2397\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              35.1164\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              35.0197\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              32.4953\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              30.0127\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              30.0127\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              32.528\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              35.0153\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              35.0153\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              35.0153\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              35.0153\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              35.0153\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              35.0183\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              32.529\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              28.677\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              24.6763\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              23.4573\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              23.4573\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              23.4573\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              23.4573\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              17.869\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              10.0827\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              10.0827\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              10.0827\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              10.0827\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              10.0827\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              6.131\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              0.9167\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              0.352\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              0.4747\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              0.995\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              1.5017\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              2.2997\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              3.2196\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              5.2164\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              11.5945\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              18.0347\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              25.9867\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              38.4015\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              51.6302\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              65.0212\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              77.1849\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              88.1621\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              100.5855\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              112.8169\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              123.87\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              135.5102\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              146.2556\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              154.196\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              162.5784\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              171.0728\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              179.7788\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              181.0245\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              189.8388\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              199.6026\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              205.265\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              209.3964\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              209.269\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              206.7928\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              206.4657\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              206.5813\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              207.9775\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              208.3753\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              209.5616\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              212.2206\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              212.9963\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              213.5101\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              213.7901\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              214.0501\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              214.0599\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              214.1696\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              214.3099\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              214.8615\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              214.9949\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              215.0849\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              214.2433\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              214.3576\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              215.3769\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              215.6749\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              216.0362\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              211.7022\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              214.9735\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              216.1872\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              215.9942\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              215.8903\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              216.254\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              215.7073\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              216.721\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              216.3223\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              216.299\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              216.0096\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              215.5794\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              215.4504\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              215.279\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              213.9659\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              213.1029\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              213.1029\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              212.7374\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              212.7374\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              212.9813\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              213.26\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              214.4514\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              201.3824\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              202.4524\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              203.435\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              200.8974\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              206.206\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              205.7976\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              206.7709\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              207.6087\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              223.622\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              233.2653\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              223.2966\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              209.9343\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              217.7489\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              213.1157\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              209.2793\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              224.5626\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              220.4697\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              232.8839\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              226.4879\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              210.7937\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              209.8266\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              211.4099\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              212.8913\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              218.925\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              216.0546\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              216.5307\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              238.5926\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              240.5692\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              238.4626\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              241.8596\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              241.6083\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              241.3559\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              241.1126\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              241.1169\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              241.3673\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              241.3673\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              241.1149\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              241.2409\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              238.7342\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              239.8392\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              239.4152\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              238.3422\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              236.7455\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              234.8016\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              232.8016\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              233.8806\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              236.5942\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              235.8052\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              235.5812\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              234.5408\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              234.1634\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              230.7078\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              229.4531\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              228.8941\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              222.9699\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              201.0481\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              184.3045\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              184.6595\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              184.4234\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              185.0366\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              169.7852\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              159.4578\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              159.0091\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              163.9153\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              162.8889\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              153.4454\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              140.5169\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              132.55\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              131.0476\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              148.5328\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              161.2561\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              146.702\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              132.969\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              123.0179\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              104.8478\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              91.6359\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              83.9032\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              75.0511\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              64.0955\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              56.2186\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              42.5759\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              31.7935\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              26.1547\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              22.3691\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              20.2318\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              19.2393\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              19.8238\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              21.786\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              24.2434\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              25.6887\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              35.7973\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              35.6773\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              37.928\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              36.5863\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              31.2173\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              31.2173\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              28.7143\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              27.484\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              26.2553\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              23.648\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              19.84\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              19.84\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              24.9363\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              24.9363\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              18.279\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              14.3603\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              13.1443\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              13.1443\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              13.1443\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              13.1443\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              11.893\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              9.404\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              5.6683\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              5.6683\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              5.601\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              5.601\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              4.3887\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              3.1597\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              1.9217\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              0.721\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              1.253\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              2.0503\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              3.4337\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              3.9923\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              4.5465\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              5.8218\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              6.9203\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              7.6137\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              7.467\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              11.872\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              17.2624\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              17.26\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              17.6297\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              18.6671\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              18.6757\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              19.051\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              20.2476\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              21.1796\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              23.1566\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              21.8243\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              24.2663\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              26.7518\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              31.0288\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              30.5054\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              24.7094\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              22.3501\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              24.2561\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              24.331\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              24.1784\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              28.2843\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              29.5465\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              35.1774\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              34.9689\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              36.7042\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              39.8595\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              44.0605\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              38.8357\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              39.8499\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              45.1986\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              49.6751\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              62.4003\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              75.5749\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              61.2945\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              58.576\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              86.9842\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              112.6619\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              118.4265\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              137.5786\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              141.4873\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              142.7822\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              123.3855\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              103.5754\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              125.6114\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              125.9663\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              125.4097\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              128.3371\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              134.7523\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              125.8621\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              139.4615\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              148.1657\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              131.267\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              121.6872\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              138.5465\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              127.5597\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              118.2991\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              138.4057\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              152.062\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              151.7935\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              123.4306\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              132.1068\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              105.758\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              100.3619\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              110.7001\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              135.0796\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              126.3488\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              126.845\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              119.1856\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              119.9246\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              117.1684\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              134.5901\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              142.4563\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              132.2615\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              123.8243\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              126.8753\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              134.9737\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              135.565\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              107.0089\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              116.849\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              104.8008\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              104.4976\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              96.2482\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              83.9594\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              86.2928\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              88.5152\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              108.3947\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              114.4537\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              93.5425\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              87.8186\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              90.1964\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              98.9283\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              114.4657\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              109.5527\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              133.3671\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              127.2278\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              114.7164\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              108.8106\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              116.5391\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              137.2257\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              129.5871\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              101.0541\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              90.5523\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              79.6496\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              75.7074\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              65.4473\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              77.0152\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              80.4632\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              57.3205\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              44.4539\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              23.0549\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              21.9999\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              21.5849\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              27.2034\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              50.1385\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              71.7267\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              70.5607\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              69.9887\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              69.7171\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              61.2734\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              46.5379\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              49.4089\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              51.6788\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              48.828\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              62.4781\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              54.8164\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              35.9264\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              29.7108\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              20.5156\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              16.0963\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              11.3222\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              9.8039\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              8.0416\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              6.7571\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              5.3014\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              5.4388\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              6.0657\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              6.039\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              5.4113\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              4.1081\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              3.1491\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              2.8994\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              2.5221\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              2.2763\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              2.2763\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              2.0329\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              1.9102\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              1.7891\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              1.4288\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              1.121\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              1.121\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              1.0673\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              0.9273\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              0.8087\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              1.058\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              1.441\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              1.8237\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              2.213\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              2.612\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              2.8564\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              3.1097\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              3.9577\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              5.0573\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              6.6793\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              6.5423\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              6.42\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              6.5763\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              7.7417\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              8.0014\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              8.5983\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              8.734\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              7.8537\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              7.5967\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              7.3443\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              9.012\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              11.4156\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|wind\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"wind\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T22:55:00+08:00\",\n              805.2495\n            ],\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              799.4625\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              800.7106\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              801.6776\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              803.379\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              807.4366\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              811.0527\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              809.0102\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              810.8603\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              813.6898\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              819.565\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              828.1418\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              835.2807\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              835.0068\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              827.9155\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              818.8721\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              809.1301\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              806.395\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              811.2496\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              816.9755\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              818.3803\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              812.7506\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              816.8225\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              813.8214\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              813.2007\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              813.5289\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              820.3235\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              826.4091\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              829.6019\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              834.3733\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              836.2807\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              837.8647\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              838.9417\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              840.931\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              839.8045\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              839.0295\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              836.2138\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              839.8997\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              843.3803\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              847.9758\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              849.4397\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              855.059\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              865.7405\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              858.4403\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              858.3996\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              857.6334\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              864.0364\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              864.6923\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              867.2171\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              873.9921\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              873.8902\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              872.9407\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              869.8468\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              878.5649\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              878.9573\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              880.074\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              882.6652\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              882.8301\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              888.2862\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              888.8694\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              885.2915\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              886.4219\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              880.7147\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              879.279\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              882.519\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              889.0131\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              891.1799\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              892.1363\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              895.8769\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              892.3261\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              896.3694\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              892.6571\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              893.6468\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              898.0166\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              904.6696\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              903.6379\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              901.5089\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              896.9403\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              896.2816\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              894.4575\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              892.4087\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              895.2785\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              894.3705\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              889.1042\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              889.5154\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              889.2437\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              890.5193\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              883.0982\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              879.8166\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              870.8221\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              862.654\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              858.3346\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              856.2305\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              853.9301\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              854.3926\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              852.7737\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              849.865\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              833.2655\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              819.7379\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              814.9703\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              801.9503\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              796.8218\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              783.233\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              773.2706\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              770.8811\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              764.0281\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              756.691\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              754.1906\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              736.9577\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              731.4764\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              725.4409\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              716.7049\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              710.4541\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              708.4245\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              703.9672\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              697.0438\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              692.4573\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              684.7717\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              673.6773\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              662.8908\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              660.5846\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              642.8327\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              618.7599\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              601.0228\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              590.663\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              587.2906\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              587.3436\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              592.2139\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              574.7891\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              576.6904\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              587.7168\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              565.4094\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              540.9072\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              542.2708\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              535.6745\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              507.7469\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              490.7023\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              488.1098\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              474.3717\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              469.5382\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              456.482\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              459.6523\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              450.9579\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              453.4596\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              461.2623\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              437.4803\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              426.5087\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              419.7972\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              419.757\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              411.5921\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              385.2198\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              373.0743\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              355.9226\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              347.908\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              331.6253\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              325.0468\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              304.2211\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              294.3336\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              271.5644\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              264.136\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              256.0309\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              246.0276\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              246.9703\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              235.7085\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              243.3425\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              239.9874\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              238.3186\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              246.2738\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              241.9645\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              246.3215\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              246.5586\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              249.4278\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              246.97\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              244.8502\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              238.7877\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              243.04\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              235.5595\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              256.773\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              256.7921\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              256.3385\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              272.2123\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              281.6649\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              278.5782\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              296.7755\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              331.1404\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              342.8047\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              360.4108\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              389.6252\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              407.8112\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              429.486\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              416.5862\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              427.3399\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              436.3556\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              426.3708\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              428.2051\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              430.534\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              434.4702\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              451.1233\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              464.8463\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              470.5495\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              497.3719\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              508.0439\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              514.7477\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              522.1468\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              530.7918\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              551.614\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              548.3584\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              567.231\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              587.1198\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              581.9752\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              593.9193\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              600.7305\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              612.0038\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              627.6672\n            ],\n            [\n              \"2026-02-07T16:45:00+08:00\",\n              621.4893\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              636.6862\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              642.1394\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              656.4412\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              661.8351\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              673.5379\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              676.4045\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              694.7132\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              720.9045\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              739.5998\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              751.1598\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              756.9924\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              763.3884\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              770.9781\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              776.9036\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              787.5269\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              780.3609\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              780.5543\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              786.4653\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              791.7975\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              796.2019\n            ],\n            [\n              \"2026-02-07T18:30:00+08:00\",\n              801.8577\n            ],\n            [\n              \"2026-02-07T18:35:00+08:00\",\n              802.2501\n            ],\n            [\n              \"2026-02-07T18:40:00+08:00\",\n              804.0346\n            ],\n            [\n              \"2026-02-07T18:45:00+08:00\",\n              788.6838\n            ],\n            [\n              \"2026-02-07T18:50:00+08:00\",\n              786.8442\n            ],\n            [\n              \"2026-02-07T18:55:00+08:00\",\n              779.4972\n            ],\n            [\n              \"2026-02-07T19:00:00+08:00\",\n              782.8414\n            ],\n            [\n              \"2026-02-07T19:05:00+08:00\",\n              778.9798\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              776.8747\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              774.9713\n            ],\n            [\n              \"2026-02-07T19:20:00+08:00\",\n              757.6046\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              752.9686\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              751.2324\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              750.8421\n            ],\n            [\n              \"2026-02-07T19:40:00+08:00\",\n              749.1038\n            ],\n            [\n              \"2026-02-07T19:45:00+08:00\",\n              748.2285\n            ],\n            [\n              \"2026-02-07T19:50:00+08:00\",\n              743.4915\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              742.4327\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              746.3561\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              740.699\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              741.9985\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              730.5386\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              731.9754\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              740.4208\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              738.0927\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              743.7142\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              757.4416\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              766.6614\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              776.1428\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              777.7315\n            ],\n            [\n              \"2026-02-07T21:00:00+08:00\",\n              780.0624\n            ],\n            [\n              \"2026-02-07T21:05:00+08:00\",\n              783.4934\n            ],\n            [\n              \"2026-02-07T21:10:00+08:00\",\n              780.1284\n            ],\n            [\n              \"2026-02-07T21:15:00+08:00\",\n              779.1385\n            ],\n            [\n              \"2026-02-07T21:20:00+08:00\",\n              771.0538\n            ],\n            [\n              \"2026-02-07T21:25:00+08:00\",\n              770.9793\n            ],\n            [\n              \"2026-02-07T21:30:00+08:00\",\n              761.4549\n            ],\n            [\n              \"2026-02-07T21:35:00+08:00\",\n              748.9431\n            ],\n            [\n              \"2026-02-07T21:40:00+08:00\",\n              741.1649\n            ],\n            [\n              \"2026-02-07T21:45:00+08:00\",\n              742.4155\n            ],\n            [\n              \"2026-02-07T21:50:00+08:00\",\n              741.9822\n            ],\n            [\n              \"2026-02-07T21:55:00+08:00\",\n              748.997\n            ],\n            [\n              \"2026-02-07T22:00:00+08:00\",\n              757.3874\n            ],\n            [\n              \"2026-02-07T22:05:00+08:00\",\n              746.121\n            ],\n            [\n              \"2026-02-07T22:10:00+08:00\",\n              745.7966\n            ],\n            [\n              \"2026-02-07T22:15:00+08:00\",\n              747.3529\n            ],\n            [\n              \"2026-02-07T22:20:00+08:00\",\n              748.5091\n            ],\n            [\n              \"2026-02-07T22:25:00+08:00\",\n              754.2246\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              763.9858\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              762.4857\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              767.6027\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              766.844\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              767.3099\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              773.4635\n            ],\n            [\n              \"2026-02-07T23:00:00+08:00\",\n              774.6652\n            ],\n            [\n              \"2026-02-07T23:05:00+08:00\",\n              778.0399\n            ],\n            [\n              \"2026-02-07T23:10:00+08:00\",\n              789.1194\n            ],\n            [\n              \"2026-02-07T23:15:00+08:00\",\n              792.5355\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              800.2159\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              808.6552\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              811.2204\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              808.5159\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              808.8111\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              810.9959\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              809.9083\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              803.1897\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              799.223\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              806.2933\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              812.6959\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              813.9977\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              812.3938\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              823.0703\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              828.1185\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              823.6972\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              822.2179\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              828.1986\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              828.0658\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              837.9117\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              833.7319\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              821.9249\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              829.1964\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              826.6236\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              829.4388\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              835.5884\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              836.8412\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              842.0434\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              839.1729\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              839.7821\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              838.7016\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              848.5121\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              859.3235\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              854.1169\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              852.205\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              852.2862\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              851.3268\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              853.594\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              857.0041\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              853.3036\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              849.4196\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              844.4955\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              845.3613\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              849.6765\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              843.8365\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              841.0242\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              839.3436\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              845.672\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              843.1311\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              842.2621\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              842.7287\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              841.0589\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              837.727\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              841.4874\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              849.9793\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              850.7585\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              848.739\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              851.4436\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              848.3556\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              848.919\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              850.9444\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              852.1424\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              855.3073\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              856.2825\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              852.6806\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              852.3975\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              854.0191\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              856.861\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              859.416\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              855.5494\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              854.5863\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              858.5954\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              863.0824\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              864.8988\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              864.3467\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              863.182\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              857.9622\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              853.5848\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              849.8093\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              843.2846\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              840.5403\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              845.0021\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              845.9044\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              838.0771\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              828.6303\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              825.6551\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              818.5688\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              811.2527\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              807.7002\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              800.0303\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              789.6302\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              786.1271\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              772.3021\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              770.5221\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              764.3497\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              758.9143\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              752.8579\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              746.4051\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              743.7664\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              732.4815\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              714.7734\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              711.0055\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              704.24\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              693.6997\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              690.6209\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              682.4699\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              671.3627\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              662.2655\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              649.2045\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              630.5586\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              614.4402\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              606.1616\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              594.0698\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              578.7676\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              570.9154\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              561.38\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              541.2984\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              520.3128\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              493.5375\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              459.5309\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              437.9605\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              427.0079\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              429.1819\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              421.1221\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              410.3288\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              402.7598\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              380.9652\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              365.5668\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              355.0462\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              340.2181\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              318.5617\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              291.5294\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              270.2754\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              261.3327\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              247.3633\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              236.4532\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              219.2304\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              209.1535\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              196.4583\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              180.2453\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              180.7783\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              167.8474\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              157.7561\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              151.5794\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              142.6686\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              128.0017\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              125.3014\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              118.3023\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              112.5968\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              112.022\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              104.3939\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              102.5959\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              99.9402\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              92.9256\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              97.2934\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              96.0127\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              91.52\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              97.477\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              99.8611\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              97.5296\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              96.115\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              102.645\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              110.1194\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              119.2247\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              123.7717\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              135.5962\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              142.6481\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              135.3818\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              138.5343\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              144.5991\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              149.837\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              164.0857\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              192.3122\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              234.1651\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              259.3952\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              271.5219\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              280.5012\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              295.0559\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              305.3048\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              313.2073\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              329.0086\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              344.9986\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              368.5321\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              391.7228\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              419.4375\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              444.0466\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              476.4678\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              505.0915\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              535.7941\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              566.244\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              578.5147\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              580.8038\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              587.6188\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              588.9754\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              597.057\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              591.9796\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              592.0808\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              601.2368\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              600.748\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              608.4133\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              628.7144\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              652.2145\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              658.2291\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              660.6808\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              661.2372\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              669.591\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              674.7538\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              672.7713\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              669.7858\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              674.165\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              674.7232\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              681.8346\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              692.0311\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              684.9593\n            ],\n            [\n              \"2026-02-08T17:10:00+08:00\",\n              677.1312\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              681.2123\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              680.1935\n            ],\n            [\n              \"2026-02-08T17:25:00+08:00\",\n              676.8221\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              664.6447\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              657.936\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              664.4635\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              658.7404\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              659.7055\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              654.5752\n            ],\n            [\n              \"2026-02-08T18:00:00+08:00\",\n              651.0889\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              643.8947\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              638.2483\n            ],\n            [\n              \"2026-02-08T18:15:00+08:00\",\n              632.5047\n            ],\n            [\n              \"2026-02-08T18:20:00+08:00\",\n              626.3801\n            ],\n            [\n              \"2026-02-08T18:25:00+08:00\",\n              614.2489\n            ],\n            [\n              \"2026-02-08T18:30:00+08:00\",\n              612.6593\n            ],\n            [\n              \"2026-02-08T18:35:00+08:00\",\n              604.5943\n            ],\n            [\n              \"2026-02-08T18:40:00+08:00\",\n              596.8206\n            ],\n            [\n              \"2026-02-08T18:45:00+08:00\",\n              595.3141\n            ],\n            [\n              \"2026-02-08T18:50:00+08:00\",\n              588.3848\n            ],\n            [\n              \"2026-02-08T18:55:00+08:00\",\n              580.3987\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              580.9879\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              580.0783\n            ],\n            [\n              \"2026-02-08T19:10:00+08:00\",\n              569.6623\n            ],\n            [\n              \"2026-02-08T19:15:00+08:00\",\n              559.5894\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              539.6082\n            ],\n            [\n              \"2026-02-08T19:25:00+08:00\",\n              533.2953\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              530.6169\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              527.3965\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              534.6066\n            ],\n            [\n              \"2026-02-08T19:45:00+08:00\",\n              547.6285\n            ],\n            [\n              \"2026-02-08T19:50:00+08:00\",\n              548.3843\n            ],\n            [\n              \"2026-02-08T19:55:00+08:00\",\n              551.6141\n            ],\n            [\n              \"2026-02-08T20:00:00+08:00\",\n              556.3289\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              562.4442\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              560.6836\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              559.377\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              561.8588\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              568.4069\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              572.2531\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              573.2009\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              576.627\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              582.4751\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              577.4174\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              584.0778\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              581.824\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              578.0357\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              566.0808\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              565.6919\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              578.8447\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              583.7332\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              583.913\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              580.0326\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              582.3228\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              581.6089\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              587.6713\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              609.7053\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              617.4113\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              609.8541\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              612.9633\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              627.3583\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              632.6951\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              628.7782\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              626.1184\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              628.6743\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              626.6099\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              622.8567\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              617.8092\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              606.6255\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              595.7976\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              584.7208\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              574.6078\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              572.0307\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              567.8715\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              561.1907\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              550.2276\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              537.5749\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              552.9768\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              574.7265\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              587.5436\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              590.1441\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              581.1649\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              575.1375\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              572.2353\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              568.5658\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              569.1843\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              559.1412\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              558.4186\n            ],\n            [\n              \"2026-02-09T00:35:00+08:00\",\n              557.0206\n            ],\n            [\n              \"2026-02-09T00:40:00+08:00\",\n              558.451\n            ],\n            [\n              \"2026-02-09T00:45:00+08:00\",\n              564.5287\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              580.934\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              597.0719\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              620.7688\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              646.9239\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              661.8326\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              671.2619\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              682.8281\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              689.3011\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              701.4289\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              696.2361\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              688.5722\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              696.642\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              706.3689\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              707.5953\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              703.9169\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              695.0002\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              696.634\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              692.0668\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              692.398\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              695.3997\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              682.7661\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              660.0124\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              646.2797\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              639.1138\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              641.0276\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              645.6228\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              650.7978\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              655.8041\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              654.7401\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              650.498\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              632.1921\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              632.2237\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              629.6587\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              639.5876\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              657.9726\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              654.591\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              632.2712\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              607.9675\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              586.6126\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              583.6655\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              580.3572\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              571.9909\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              561.906\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              564.0777\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              571.9522\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              571.5355\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              563.9175\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              567.483\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              575.5476\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              581.488\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              571.7764\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              570.8294\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              576.3806\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              589.6565\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              593.2455\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              584.7771\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              579.9017\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              583.9815\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              601.4872\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              636.0325\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              648.0407\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              633.477\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              619.6029\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              621.2364\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              644.26\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              648.0776\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              642.2368\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              642.5218\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              640.6001\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              630.7746\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              626.2669\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              624.8049\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              606.6648\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              587.7421\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              563.8504\n            ],\n            [\n              \"2026-02-09T07:05:00+08:00\",\n              510.4788\n            ],\n            [\n              \"2026-02-09T07:10:00+08:00\",\n              490.4244\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              497.8725\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              512.9774\n            ],\n            [\n              \"2026-02-09T07:25:00+08:00\",\n              501.6262\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              519.8444\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              529.1083\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              533.1081\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              532.3723\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              539.5581\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              538.0371\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              536.8803\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              508.591\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              474.5325\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              470.0753\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              468.0142\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              461.1513\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              468.9925\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              464.2998\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              458.4338\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              467.1671\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              475.3287\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              479.1487\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              473.3695\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              449.2936\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              448.5564\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              448.1385\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              440.6214\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              420.1904\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              397.7363\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              381.4632\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              377.0699\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              369.8613\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              355.1736\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              346.4865\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              353.3654\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              355.4887\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              365.9603\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              358.3037\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              341.4311\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              319.1997\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              310.4596\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              301.278\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              289.6269\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              287.7892\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              285.1869\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              268.579\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              275.229\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              277.1663\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              280.7609\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              284.9461\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              272.958\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              269.4406\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              265.3246\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              260.9089\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              264.8291\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              258.2046\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              254.2845\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              261.4856\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              266.3243\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              260.9762\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              256.0171\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              242.8591\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              239.4369\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              245.2666\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              238.2706\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              237.8811\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              216.6313\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              212.3578\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              216.8856\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              227.9004\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              228.3653\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              222.2565\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              221.9698\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              206.9595\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              200.0869\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              203.8143\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              214.3459\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              211.5168\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              222.8901\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              234.5769\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              229.5967\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              236.4352\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              241.5604\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              238.0032\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              230.1303\n            ],\n            [\n              \"2026-02-09T14:15:00+08:00\",\n              223.8243\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              236.3874\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              249.3006\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              253.6311\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              257.363\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              265.0502\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              274.9598\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              280.3882\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              288.5052\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              305.2744\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              326.5399\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              336.4254\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              352.7376\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              370.6779\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              383.1715\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              419.9289\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              461.629\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              530.1033\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              580.663\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              602.5315\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              600.5748\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              593.3467\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              601.1965\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              625.3621\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              657.0832\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              662.1047\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              659.6206\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              658.0861\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              638.0179\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              619.956\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              628.1937\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              652.5877\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              651.8918\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              655.901\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              659.2612\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              661.2809\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              673.1684\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              703.8447\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              739.0248\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              775.2033\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              775.6365\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              769.9306\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              764.2855\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              753.5359\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              758.0874\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              714.7057\n            ],\n            [\n              \"2026-02-09T18:05:00+08:00\",\n              688.6882\n            ],\n            [\n              \"2026-02-09T18:10:00+08:00\",\n              666.2535\n            ],\n            [\n              \"2026-02-09T18:15:00+08:00\",\n              635.1456\n            ],\n            [\n              \"2026-02-09T18:20:00+08:00\",\n              601.1074\n            ],\n            [\n              \"2026-02-09T18:25:00+08:00\",\n              569.4068\n            ],\n            [\n              \"2026-02-09T18:30:00+08:00\",\n              569.6279\n            ],\n            [\n              \"2026-02-09T18:35:00+08:00\",\n              584.25\n            ],\n            [\n              \"2026-02-09T18:40:00+08:00\",\n              581.4721\n            ],\n            [\n              \"2026-02-09T18:45:00+08:00\",\n              595.7658\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              610.4142\n            ],\n            [\n              \"2026-02-09T18:55:00+08:00\",\n              592.8457\n            ],\n            [\n              \"2026-02-09T19:00:00+08:00\",\n              576.4268\n            ],\n            [\n              \"2026-02-09T19:05:00+08:00\",\n              550.8856\n            ],\n            [\n              \"2026-02-09T19:10:00+08:00\",\n              529.6303\n            ],\n            [\n              \"2026-02-09T19:15:00+08:00\",\n              511.0848\n            ],\n            [\n              \"2026-02-09T19:20:00+08:00\",\n              492.2565\n            ],\n            [\n              \"2026-02-09T19:25:00+08:00\",\n              478.2957\n            ],\n            [\n              \"2026-02-09T19:30:00+08:00\",\n              467.6908\n            ],\n            [\n              \"2026-02-09T19:35:00+08:00\",\n              476.3195\n            ],\n            [\n              \"2026-02-09T19:40:00+08:00\",\n              472.6555\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              454.8978\n            ],\n            [\n              \"2026-02-09T19:50:00+08:00\",\n              424.4172\n            ],\n            [\n              \"2026-02-09T19:55:00+08:00\",\n              390.7836\n            ],\n            [\n              \"2026-02-09T20:00:00+08:00\",\n              381.275\n            ],\n            [\n              \"2026-02-09T20:05:00+08:00\",\n              391.2089\n            ],\n            [\n              \"2026-02-09T20:10:00+08:00\",\n              392.6935\n            ],\n            [\n              \"2026-02-09T20:15:00+08:00\",\n              402.4406\n            ],\n            [\n              \"2026-02-09T20:20:00+08:00\",\n              395.9761\n            ],\n            [\n              \"2026-02-09T20:25:00+08:00\",\n              395.7086\n            ],\n            [\n              \"2026-02-09T20:30:00+08:00\",\n              390.3758\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              378.952\n            ],\n            [\n              \"2026-02-09T20:40:00+08:00\",\n              373.0925\n            ],\n            [\n              \"2026-02-09T20:45:00+08:00\",\n              356.7568\n            ],\n            [\n              \"2026-02-09T20:50:00+08:00\",\n              333.3639\n            ],\n            [\n              \"2026-02-09T20:55:00+08:00\",\n              297.1287\n            ],\n            [\n              \"2026-02-09T21:00:00+08:00\",\n              272.18\n            ],\n            [\n              \"2026-02-09T21:05:00+08:00\",\n              264.8518\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              287.354\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              316.3125\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              325.212\n            ],\n            [\n              \"2026-02-09T21:25:00+08:00\",\n              325.7743\n            ],\n            [\n              \"2026-02-09T21:30:00+08:00\",\n              329.3997\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              338.9156\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              367.9075\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              356.3841\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              356.3878\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              373.4583\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              394.2999\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              370.3327\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              326.1337\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              287.9227\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              272.1833\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              274.1505\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              272.8385\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              264.4714\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              249.1506\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              266.018\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              283.4012\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              283.249\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              283.916\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              268.976\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              234.7159\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              207.8071\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              205.8132\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              214.4027\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              217.1388\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              233.6675\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              249.5699\n            ],\n            [\n              \"2026-02-09T23:45:00+08:00\",\n              260.5962\n            ],\n            [\n              \"2026-02-09T23:50:00+08:00\",\n              269.5071\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              277.5531\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              285.6567\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              278.7491\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              250.4\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              231.8048\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              223.9557\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              242.649\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              251.9537\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              245.548\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              255.0064\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              276.4535\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              278.2669\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              268.2824\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              255.7757\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              252.8741\n            ],\n            [\n              \"2026-02-10T01:10:00+08:00\",\n              266.222\n            ],\n            [\n              \"2026-02-10T01:15:00+08:00\",\n              283.4758\n            ],\n            [\n              \"2026-02-10T01:20:00+08:00\",\n              289.8965\n            ],\n            [\n              \"2026-02-10T01:25:00+08:00\",\n              294.6707\n            ],\n            [\n              \"2026-02-10T01:30:00+08:00\",\n              290.4763\n            ],\n            [\n              \"2026-02-10T01:35:00+08:00\",\n              286.0362\n            ],\n            [\n              \"2026-02-10T01:40:00+08:00\",\n              285.3165\n            ],\n            [\n              \"2026-02-10T01:45:00+08:00\",\n              282.8025\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              283.5975\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              295.7948\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              301.9531\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              312.032\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              319.5912\n            ],\n            [\n              \"2026-02-10T02:15:00+08:00\",\n              311.2681\n            ],\n            [\n              \"2026-02-10T02:20:00+08:00\",\n              300.2171\n            ],\n            [\n              \"2026-02-10T02:25:00+08:00\",\n              288.3318\n            ],\n            [\n              \"2026-02-10T02:30:00+08:00\",\n              294.1165\n            ],\n            [\n              \"2026-02-10T02:35:00+08:00\",\n              303.229\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              328.6513\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              365.1051\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              392.5154\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              397.1424\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              370.2327\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              345.0528\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              321.2452\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              304.3119\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              287.9402\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              314.5636\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              350.6298\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              343.6605\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              321.7298\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              285.9072\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              267.0143\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              268.2282\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              280.9629\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              284.2\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              271.7699\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              262.9678\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              263.3638\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              266.8052\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              273.8425\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              290.0446\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              298.1731\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              313.8017\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              342.2658\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              371.2748\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              391.0963\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              411.432\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              412.9562\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              408.1103\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              410.5322\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              440.9802\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              489.0794\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              510.9172\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              528.7666\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              554.8249\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              578.8704\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              600.8171\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              629.5842\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              642.9965\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              646.8632\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              641.2545\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              639.0411\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              627.8554\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              625.5704\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              627.0904\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              632.2802\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              628.9465\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              627.5301\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              625.2265\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              627.4476\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              628.8818\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              647.3185\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              668.2436\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              690.835\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              697.8462\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              704.4738\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              710.0446\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              718.6787\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              719.9809\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              721.5482\n            ],\n            [\n              \"2026-02-10T07:55:00+08:00\",\n              719.8022\n            ]\n          ]\n        },\n        {\n          \"name\": \"power_WEM|battery_charging\",\n          \"date_start\": \"2026-02-06T22:55:00+08:00\",\n          \"date_end\": \"2026-02-10T22:50:00+08:00\",\n          \"columns\": {\n            \"region\": \"WEM\",\n            \"fueltech\": \"battery_charging\"\n          },\n          \"data\": [\n            [\n              \"2026-02-06T23:00:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:05:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:10:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:15:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:20:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:25:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:30:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:35:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:40:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:45:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:50:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-06T23:55:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:00:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:05:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:10:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:15:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:20:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:25:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:30:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:35:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:40:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:45:00+08:00\",\n              0.3533\n            ],\n            [\n              \"2026-02-07T00:50:00+08:00\",\n              1.484\n            ],\n            [\n              \"2026-02-07T00:55:00+08:00\",\n              1.484\n            ],\n            [\n              \"2026-02-07T01:00:00+08:00\",\n              1.484\n            ],\n            [\n              \"2026-02-07T01:05:00+08:00\",\n              1.484\n            ],\n            [\n              \"2026-02-07T01:10:00+08:00\",\n              2.796\n            ],\n            [\n              \"2026-02-07T01:15:00+08:00\",\n              2.796\n            ],\n            [\n              \"2026-02-07T01:20:00+08:00\",\n              1.5533\n            ],\n            [\n              \"2026-02-07T01:25:00+08:00\",\n              4.2233\n            ],\n            [\n              \"2026-02-07T01:30:00+08:00\",\n              5.57\n            ],\n            [\n              \"2026-02-07T01:35:00+08:00\",\n              1.8333\n            ],\n            [\n              \"2026-02-07T01:40:00+08:00\",\n              5.7033\n            ],\n            [\n              \"2026-02-07T01:45:00+08:00\",\n              14.2433\n            ],\n            [\n              \"2026-02-07T01:50:00+08:00\",\n              33.7133\n            ],\n            [\n              \"2026-02-07T01:55:00+08:00\",\n              44.08\n            ],\n            [\n              \"2026-02-07T02:00:00+08:00\",\n              35.9033\n            ],\n            [\n              \"2026-02-07T02:05:00+08:00\",\n              36.1933\n            ],\n            [\n              \"2026-02-07T02:10:00+08:00\",\n              28.1434\n            ],\n            [\n              \"2026-02-07T02:15:00+08:00\",\n              18.3999\n            ],\n            [\n              \"2026-02-07T02:20:00+08:00\",\n              27.5333\n            ],\n            [\n              \"2026-02-07T02:25:00+08:00\",\n              43.2994\n            ],\n            [\n              \"2026-02-07T02:30:00+08:00\",\n              59.8493\n            ],\n            [\n              \"2026-02-07T02:35:00+08:00\",\n              59.4627\n            ],\n            [\n              \"2026-02-07T02:40:00+08:00\",\n              84.1394\n            ],\n            [\n              \"2026-02-07T02:45:00+08:00\",\n              118.2694\n            ],\n            [\n              \"2026-02-07T02:50:00+08:00\",\n              102.2659\n            ],\n            [\n              \"2026-02-07T02:55:00+08:00\",\n              93.0926\n            ],\n            [\n              \"2026-02-07T03:00:00+08:00\",\n              100.0759\n            ],\n            [\n              \"2026-02-07T03:05:00+08:00\",\n              130.0567\n            ],\n            [\n              \"2026-02-07T03:10:00+08:00\",\n              174.6379\n            ],\n            [\n              \"2026-02-07T03:15:00+08:00\",\n              189.47\n            ],\n            [\n              \"2026-02-07T03:20:00+08:00\",\n              215.5512\n            ],\n            [\n              \"2026-02-07T03:25:00+08:00\",\n              241.4646\n            ],\n            [\n              \"2026-02-07T03:30:00+08:00\",\n              252.438\n            ],\n            [\n              \"2026-02-07T03:35:00+08:00\",\n              257.8446\n            ],\n            [\n              \"2026-02-07T03:40:00+08:00\",\n              276.5081\n            ],\n            [\n              \"2026-02-07T03:45:00+08:00\",\n              305.8312\n            ],\n            [\n              \"2026-02-07T03:50:00+08:00\",\n              327.5113\n            ],\n            [\n              \"2026-02-07T03:55:00+08:00\",\n              328.2979\n            ],\n            [\n              \"2026-02-07T04:00:00+08:00\",\n              329.6713\n            ],\n            [\n              \"2026-02-07T04:05:00+08:00\",\n              313.6048\n            ],\n            [\n              \"2026-02-07T04:10:00+08:00\",\n              336.8846\n            ],\n            [\n              \"2026-02-07T04:15:00+08:00\",\n              370.6579\n            ],\n            [\n              \"2026-02-07T04:20:00+08:00\",\n              356.768\n            ],\n            [\n              \"2026-02-07T04:25:00+08:00\",\n              314.0212\n            ],\n            [\n              \"2026-02-07T04:30:00+08:00\",\n              326.328\n            ],\n            [\n              \"2026-02-07T04:35:00+08:00\",\n              341.7747\n            ],\n            [\n              \"2026-02-07T04:40:00+08:00\",\n              321.3613\n            ],\n            [\n              \"2026-02-07T04:45:00+08:00\",\n              355.3346\n            ],\n            [\n              \"2026-02-07T04:50:00+08:00\",\n              346.8213\n            ],\n            [\n              \"2026-02-07T04:55:00+08:00\",\n              338.8645\n            ],\n            [\n              \"2026-02-07T05:00:00+08:00\",\n              352.1047\n            ],\n            [\n              \"2026-02-07T05:05:00+08:00\",\n              310.1445\n            ],\n            [\n              \"2026-02-07T05:10:00+08:00\",\n              221.9112\n            ],\n            [\n              \"2026-02-07T05:15:00+08:00\",\n              139.2514\n            ],\n            [\n              \"2026-02-07T05:20:00+08:00\",\n              100.5747\n            ],\n            [\n              \"2026-02-07T05:25:00+08:00\",\n              117.0648\n            ],\n            [\n              \"2026-02-07T05:30:00+08:00\",\n              115.0781\n            ],\n            [\n              \"2026-02-07T05:35:00+08:00\",\n              77.768\n            ],\n            [\n              \"2026-02-07T05:40:00+08:00\",\n              43.4212\n            ],\n            [\n              \"2026-02-07T05:45:00+08:00\",\n              32.8179\n            ],\n            [\n              \"2026-02-07T05:50:00+08:00\",\n              39.6967\n            ],\n            [\n              \"2026-02-07T05:55:00+08:00\",\n              73.1466\n            ],\n            [\n              \"2026-02-07T06:00:00+08:00\",\n              34.7\n            ],\n            [\n              \"2026-02-07T06:05:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:10:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:15:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:20:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:25:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:30:00+08:00\",\n              1.94\n            ],\n            [\n              \"2026-02-07T06:35:00+08:00\",\n              45.5866\n            ],\n            [\n              \"2026-02-07T06:40:00+08:00\",\n              174.3032\n            ],\n            [\n              \"2026-02-07T06:45:00+08:00\",\n              337.1934\n            ],\n            [\n              \"2026-02-07T06:50:00+08:00\",\n              458.6368\n            ],\n            [\n              \"2026-02-07T06:55:00+08:00\",\n              417.9507\n            ],\n            [\n              \"2026-02-07T07:00:00+08:00\",\n              345.1813\n            ],\n            [\n              \"2026-02-07T07:05:00+08:00\",\n              474.4267\n            ],\n            [\n              \"2026-02-07T07:10:00+08:00\",\n              501.1467\n            ],\n            [\n              \"2026-02-07T07:15:00+08:00\",\n              530.1133\n            ],\n            [\n              \"2026-02-07T07:20:00+08:00\",\n              541.9262\n            ],\n            [\n              \"2026-02-07T07:25:00+08:00\",\n              577.534\n            ],\n            [\n              \"2026-02-07T07:30:00+08:00\",\n              609.3872\n            ],\n            [\n              \"2026-02-07T07:35:00+08:00\",\n              652.9973\n            ],\n            [\n              \"2026-02-07T07:40:00+08:00\",\n              686.0307\n            ],\n            [\n              \"2026-02-07T07:45:00+08:00\",\n              731.2974\n            ],\n            [\n              \"2026-02-07T07:50:00+08:00\",\n              779.2841\n            ],\n            [\n              \"2026-02-07T07:55:00+08:00\",\n              793.852\n            ],\n            [\n              \"2026-02-07T08:00:00+08:00\",\n              841.3641\n            ],\n            [\n              \"2026-02-07T08:05:00+08:00\",\n              863.1841\n            ],\n            [\n              \"2026-02-07T08:10:00+08:00\",\n              872.3173\n            ],\n            [\n              \"2026-02-07T08:15:00+08:00\",\n              964.8373\n            ],\n            [\n              \"2026-02-07T08:20:00+08:00\",\n              1048.9153\n            ],\n            [\n              \"2026-02-07T08:25:00+08:00\",\n              1112.212\n            ],\n            [\n              \"2026-02-07T08:30:00+08:00\",\n              1159.2988\n            ],\n            [\n              \"2026-02-07T08:35:00+08:00\",\n              1209.5286\n            ],\n            [\n              \"2026-02-07T08:40:00+08:00\",\n              1182.012\n            ],\n            [\n              \"2026-02-07T08:45:00+08:00\",\n              1113.6221\n            ],\n            [\n              \"2026-02-07T08:50:00+08:00\",\n              1101.1467\n            ],\n            [\n              \"2026-02-07T08:55:00+08:00\",\n              1106.4868\n            ],\n            [\n              \"2026-02-07T09:00:00+08:00\",\n              1037.3802\n            ],\n            [\n              \"2026-02-07T09:05:00+08:00\",\n              818.8609\n            ],\n            [\n              \"2026-02-07T09:10:00+08:00\",\n              615.242\n            ],\n            [\n              \"2026-02-07T09:15:00+08:00\",\n              612.6694\n            ],\n            [\n              \"2026-02-07T09:20:00+08:00\",\n              628.3128\n            ],\n            [\n              \"2026-02-07T09:25:00+08:00\",\n              627.832\n            ],\n            [\n              \"2026-02-07T09:30:00+08:00\",\n              639.744\n            ],\n            [\n              \"2026-02-07T09:35:00+08:00\",\n              644.7941\n            ],\n            [\n              \"2026-02-07T09:40:00+08:00\",\n              829.7707\n            ],\n            [\n              \"2026-02-07T09:45:00+08:00\",\n              1163.0227\n            ],\n            [\n              \"2026-02-07T09:50:00+08:00\",\n              1212.5158\n            ],\n            [\n              \"2026-02-07T09:55:00+08:00\",\n              1240.2861\n            ],\n            [\n              \"2026-02-07T10:00:00+08:00\",\n              1264.3487\n            ],\n            [\n              \"2026-02-07T10:05:00+08:00\",\n              1300.0885\n            ],\n            [\n              \"2026-02-07T10:10:00+08:00\",\n              1280.8527\n            ],\n            [\n              \"2026-02-07T10:15:00+08:00\",\n              1280.5795\n            ],\n            [\n              \"2026-02-07T10:20:00+08:00\",\n              1285.3061\n            ],\n            [\n              \"2026-02-07T10:25:00+08:00\",\n              1282.1161\n            ],\n            [\n              \"2026-02-07T10:30:00+08:00\",\n              1292.6627\n            ],\n            [\n              \"2026-02-07T10:35:00+08:00\",\n              1272.6994\n            ],\n            [\n              \"2026-02-07T10:40:00+08:00\",\n              1200.0595\n            ],\n            [\n              \"2026-02-07T10:45:00+08:00\",\n              1098.2901\n            ],\n            [\n              \"2026-02-07T10:50:00+08:00\",\n              1080.7835\n            ],\n            [\n              \"2026-02-07T10:55:00+08:00\",\n              1104.9901\n            ],\n            [\n              \"2026-02-07T11:00:00+08:00\",\n              1116.08\n            ],\n            [\n              \"2026-02-07T11:05:00+08:00\",\n              1090.9332\n            ],\n            [\n              \"2026-02-07T11:10:00+08:00\",\n              1057.0493\n            ],\n            [\n              \"2026-02-07T11:15:00+08:00\",\n              1007.5293\n            ],\n            [\n              \"2026-02-07T11:20:00+08:00\",\n              884.4581\n            ],\n            [\n              \"2026-02-07T11:25:00+08:00\",\n              688.3861\n            ],\n            [\n              \"2026-02-07T11:30:00+08:00\",\n              587.8793\n            ],\n            [\n              \"2026-02-07T11:35:00+08:00\",\n              412.9933\n            ],\n            [\n              \"2026-02-07T11:40:00+08:00\",\n              292.7539\n            ],\n            [\n              \"2026-02-07T11:45:00+08:00\",\n              410.0093\n            ],\n            [\n              \"2026-02-07T11:50:00+08:00\",\n              389.7546\n            ],\n            [\n              \"2026-02-07T11:55:00+08:00\",\n              305.8813\n            ],\n            [\n              \"2026-02-07T12:00:00+08:00\",\n              300.7572\n            ],\n            [\n              \"2026-02-07T12:05:00+08:00\",\n              294.2666\n            ],\n            [\n              \"2026-02-07T12:10:00+08:00\",\n              277.3533\n            ],\n            [\n              \"2026-02-07T12:15:00+08:00\",\n              254.0968\n            ],\n            [\n              \"2026-02-07T12:20:00+08:00\",\n              218.5734\n            ],\n            [\n              \"2026-02-07T12:25:00+08:00\",\n              188.0666\n            ],\n            [\n              \"2026-02-07T12:30:00+08:00\",\n              207.9599\n            ],\n            [\n              \"2026-02-07T12:35:00+08:00\",\n              287.5874\n            ],\n            [\n              \"2026-02-07T12:40:00+08:00\",\n              335.0541\n            ],\n            [\n              \"2026-02-07T12:45:00+08:00\",\n              332.3841\n            ],\n            [\n              \"2026-02-07T12:50:00+08:00\",\n              331.9472\n            ],\n            [\n              \"2026-02-07T12:55:00+08:00\",\n              342.7067\n            ],\n            [\n              \"2026-02-07T13:00:00+08:00\",\n              313.7465\n            ],\n            [\n              \"2026-02-07T13:05:00+08:00\",\n              258.6601\n            ],\n            [\n              \"2026-02-07T13:10:00+08:00\",\n              233.6566\n            ],\n            [\n              \"2026-02-07T13:15:00+08:00\",\n              174.6766\n            ],\n            [\n              \"2026-02-07T13:20:00+08:00\",\n              135.3067\n            ],\n            [\n              \"2026-02-07T13:25:00+08:00\",\n              87.5033\n            ],\n            [\n              \"2026-02-07T13:30:00+08:00\",\n              78.9414\n            ],\n            [\n              \"2026-02-07T13:35:00+08:00\",\n              59.9594\n            ],\n            [\n              \"2026-02-07T13:40:00+08:00\",\n              54.9006\n            ],\n            [\n              \"2026-02-07T13:45:00+08:00\",\n              42.7599\n            ],\n            [\n              \"2026-02-07T13:50:00+08:00\",\n              25.7032\n            ],\n            [\n              \"2026-02-07T13:55:00+08:00\",\n              55.6066\n            ],\n            [\n              \"2026-02-07T14:00:00+08:00\",\n              67.4846\n            ],\n            [\n              \"2026-02-07T14:05:00+08:00\",\n              56.0546\n            ],\n            [\n              \"2026-02-07T14:10:00+08:00\",\n              48.4946\n            ],\n            [\n              \"2026-02-07T14:15:00+08:00\",\n              86.0773\n            ],\n            [\n              \"2026-02-07T14:20:00+08:00\",\n              72.7513\n            ],\n            [\n              \"2026-02-07T14:25:00+08:00\",\n              65.566\n            ],\n            [\n              \"2026-02-07T14:30:00+08:00\",\n              69.8307\n            ],\n            [\n              \"2026-02-07T14:35:00+08:00\",\n              53.7774\n            ],\n            [\n              \"2026-02-07T14:40:00+08:00\",\n              63.3968\n            ],\n            [\n              \"2026-02-07T14:45:00+08:00\",\n              47.018\n            ],\n            [\n              \"2026-02-07T14:50:00+08:00\",\n              34.9507\n            ],\n            [\n              \"2026-02-07T14:55:00+08:00\",\n              42.7033\n            ],\n            [\n              \"2026-02-07T15:00:00+08:00\",\n              2.1393\n            ],\n            [\n              \"2026-02-07T15:05:00+08:00\",\n              0.4567\n            ],\n            [\n              \"2026-02-07T15:10:00+08:00\",\n              11.5753\n            ],\n            [\n              \"2026-02-07T15:15:00+08:00\",\n              16.6681\n            ],\n            [\n              \"2026-02-07T15:20:00+08:00\",\n              42.0512\n            ],\n            [\n              \"2026-02-07T15:25:00+08:00\",\n              42.0379\n            ],\n            [\n              \"2026-02-07T15:30:00+08:00\",\n              123.0186\n            ],\n            [\n              \"2026-02-07T15:35:00+08:00\",\n              176.6147\n            ],\n            [\n              \"2026-02-07T15:40:00+08:00\",\n              116.27\n            ],\n            [\n              \"2026-02-07T15:45:00+08:00\",\n              35.3867\n            ],\n            [\n              \"2026-02-07T15:50:00+08:00\",\n              40.3461\n            ],\n            [\n              \"2026-02-07T15:55:00+08:00\",\n              53.4433\n            ],\n            [\n              \"2026-02-07T16:00:00+08:00\",\n              70.4581\n            ],\n            [\n              \"2026-02-07T16:05:00+08:00\",\n              30.376\n            ],\n            [\n              \"2026-02-07T16:10:00+08:00\",\n              33.9553\n            ],\n            [\n              \"2026-02-07T16:15:00+08:00\",\n              13.8994\n            ],\n            [\n              \"2026-02-07T16:20:00+08:00\",\n              2.4746\n            ],\n            [\n              \"2026-02-07T16:25:00+08:00\",\n              49.6146\n            ],\n            [\n              \"2026-02-07T16:30:00+08:00\",\n              34.0187\n            ],\n            [\n              \"2026-02-07T16:35:00+08:00\",\n              61.4827\n            ],\n            [\n              \"2026-02-07T16:40:00+08:00\",\n              34.9767\n            ],\n            [\n              \"2026-02-07T16:50:00+08:00\",\n              1.1267\n            ],\n            [\n              \"2026-02-07T16:55:00+08:00\",\n              1.4867\n            ],\n            [\n              \"2026-02-07T17:00:00+08:00\",\n              11.9321\n            ],\n            [\n              \"2026-02-07T17:05:00+08:00\",\n              15.6448\n            ],\n            [\n              \"2026-02-07T17:10:00+08:00\",\n              1.0173\n            ],\n            [\n              \"2026-02-07T17:15:00+08:00\",\n              1.0173\n            ],\n            [\n              \"2026-02-07T17:20:00+08:00\",\n              20.4346\n            ],\n            [\n              \"2026-02-07T17:25:00+08:00\",\n              45.8973\n            ],\n            [\n              \"2026-02-07T17:30:00+08:00\",\n              39.6874\n            ],\n            [\n              \"2026-02-07T17:35:00+08:00\",\n              28.3147\n            ],\n            [\n              \"2026-02-07T17:40:00+08:00\",\n              12.672\n            ],\n            [\n              \"2026-02-07T17:45:00+08:00\",\n              0.6613\n            ],\n            [\n              \"2026-02-07T17:50:00+08:00\",\n              0.6613\n            ],\n            [\n              \"2026-02-07T17:55:00+08:00\",\n              3.1513\n            ],\n            [\n              \"2026-02-07T18:00:00+08:00\",\n              1.9307\n            ],\n            [\n              \"2026-02-07T18:05:00+08:00\",\n              0.704\n            ],\n            [\n              \"2026-02-07T18:10:00+08:00\",\n              0.704\n            ],\n            [\n              \"2026-02-07T18:15:00+08:00\",\n              0.704\n            ],\n            [\n              \"2026-02-07T18:20:00+08:00\",\n              0.704\n            ],\n            [\n              \"2026-02-07T18:25:00+08:00\",\n              0.704\n            ],\n            [\n              \"2026-02-07T19:10:00+08:00\",\n              1.892\n            ],\n            [\n              \"2026-02-07T19:15:00+08:00\",\n              0.6507\n            ],\n            [\n              \"2026-02-07T19:25:00+08:00\",\n              4.3733\n            ],\n            [\n              \"2026-02-07T19:30:00+08:00\",\n              12.5353\n            ],\n            [\n              \"2026-02-07T19:35:00+08:00\",\n              7.1286\n            ],\n            [\n              \"2026-02-07T19:55:00+08:00\",\n              2.8353\n            ],\n            [\n              \"2026-02-07T20:00:00+08:00\",\n              12.3953\n            ],\n            [\n              \"2026-02-07T20:05:00+08:00\",\n              6.6433\n            ],\n            [\n              \"2026-02-07T20:10:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:15:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:20:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:25:00+08:00\",\n              1.6253\n            ],\n            [\n              \"2026-02-07T20:30:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:35:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:40:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:45:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:50:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T20:55:00+08:00\",\n              0.592\n            ],\n            [\n              \"2026-02-07T22:30:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-07T22:35:00+08:00\",\n              1.9427\n            ],\n            [\n              \"2026-02-07T22:40:00+08:00\",\n              1.8293\n            ],\n            [\n              \"2026-02-07T22:45:00+08:00\",\n              0.624\n            ],\n            [\n              \"2026-02-07T22:50:00+08:00\",\n              1.664\n            ],\n            [\n              \"2026-02-07T22:55:00+08:00\",\n              0.624\n            ],\n            [\n              \"2026-02-07T23:20:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-07T23:25:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-07T23:30:00+08:00\",\n              1.5254\n            ],\n            [\n              \"2026-02-07T23:35:00+08:00\",\n              1.5254\n            ],\n            [\n              \"2026-02-07T23:40:00+08:00\",\n              1.5254\n            ],\n            [\n              \"2026-02-07T23:45:00+08:00\",\n              1.5254\n            ],\n            [\n              \"2026-02-07T23:50:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-07T23:55:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:00:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:05:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:10:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:15:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:20:00+08:00\",\n              0.6187\n            ],\n            [\n              \"2026-02-08T00:25:00+08:00\",\n              6.8427\n            ],\n            [\n              \"2026-02-08T00:30:00+08:00\",\n              11.8894\n            ],\n            [\n              \"2026-02-08T00:35:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T00:40:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T00:45:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T00:50:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T00:55:00+08:00\",\n              1.3206\n            ],\n            [\n              \"2026-02-08T01:00:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T01:05:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T01:10:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T01:15:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T01:20:00+08:00\",\n              0.5973\n            ],\n            [\n              \"2026-02-08T01:25:00+08:00\",\n              5.1907\n            ],\n            [\n              \"2026-02-08T01:30:00+08:00\",\n              10.9473\n            ],\n            [\n              \"2026-02-08T01:35:00+08:00\",\n              27.79\n            ],\n            [\n              \"2026-02-08T01:40:00+08:00\",\n              34.8619\n            ],\n            [\n              \"2026-02-08T01:45:00+08:00\",\n              42.0706\n            ],\n            [\n              \"2026-02-08T01:50:00+08:00\",\n              50.072\n            ],\n            [\n              \"2026-02-08T01:55:00+08:00\",\n              66.0192\n            ],\n            [\n              \"2026-02-08T02:00:00+08:00\",\n              84.7619\n            ],\n            [\n              \"2026-02-08T02:05:00+08:00\",\n              93.0273\n            ],\n            [\n              \"2026-02-08T02:10:00+08:00\",\n              94.2707\n            ],\n            [\n              \"2026-02-08T02:15:00+08:00\",\n              105.1774\n            ],\n            [\n              \"2026-02-08T02:20:00+08:00\",\n              96.974\n            ],\n            [\n              \"2026-02-08T02:25:00+08:00\",\n              129.4573\n            ],\n            [\n              \"2026-02-08T02:30:00+08:00\",\n              166.344\n            ],\n            [\n              \"2026-02-08T02:35:00+08:00\",\n              189.0373\n            ],\n            [\n              \"2026-02-08T02:40:00+08:00\",\n              163.6707\n            ],\n            [\n              \"2026-02-08T02:45:00+08:00\",\n              98.4907\n            ],\n            [\n              \"2026-02-08T02:50:00+08:00\",\n              50.644\n            ],\n            [\n              \"2026-02-08T02:55:00+08:00\",\n              58.0074\n            ],\n            [\n              \"2026-02-08T03:00:00+08:00\",\n              91.2373\n            ],\n            [\n              \"2026-02-08T03:05:00+08:00\",\n              92.6573\n            ],\n            [\n              \"2026-02-08T03:10:00+08:00\",\n              114.0507\n            ],\n            [\n              \"2026-02-08T03:15:00+08:00\",\n              116.4373\n            ],\n            [\n              \"2026-02-08T03:20:00+08:00\",\n              102.2175\n            ],\n            [\n              \"2026-02-08T03:25:00+08:00\",\n              137.4375\n            ],\n            [\n              \"2026-02-08T03:30:00+08:00\",\n              145.0907\n            ],\n            [\n              \"2026-02-08T03:35:00+08:00\",\n              150.6908\n            ],\n            [\n              \"2026-02-08T03:40:00+08:00\",\n              158.3407\n            ],\n            [\n              \"2026-02-08T03:45:00+08:00\",\n              160.6575\n            ],\n            [\n              \"2026-02-08T03:50:00+08:00\",\n              148.3834\n            ],\n            [\n              \"2026-02-08T03:55:00+08:00\",\n              142.9079\n            ],\n            [\n              \"2026-02-08T04:00:00+08:00\",\n              153.0987\n            ],\n            [\n              \"2026-02-08T04:05:00+08:00\",\n              153.0987\n            ],\n            [\n              \"2026-02-08T04:10:00+08:00\",\n              100.8687\n            ],\n            [\n              \"2026-02-08T04:15:00+08:00\",\n              58.0087\n            ],\n            [\n              \"2026-02-08T04:20:00+08:00\",\n              59.5987\n            ],\n            [\n              \"2026-02-08T04:25:00+08:00\",\n              68.2354\n            ],\n            [\n              \"2026-02-08T04:30:00+08:00\",\n              59.072\n            ],\n            [\n              \"2026-02-08T04:35:00+08:00\",\n              74.7988\n            ],\n            [\n              \"2026-02-08T04:40:00+08:00\",\n              88.5854\n            ],\n            [\n              \"2026-02-08T04:45:00+08:00\",\n              97.9121\n            ],\n            [\n              \"2026-02-08T04:50:00+08:00\",\n              94.4719\n            ],\n            [\n              \"2026-02-08T04:55:00+08:00\",\n              86.376\n            ],\n            [\n              \"2026-02-08T05:00:00+08:00\",\n              84.436\n            ],\n            [\n              \"2026-02-08T05:05:00+08:00\",\n              97.0426\n            ],\n            [\n              \"2026-02-08T05:10:00+08:00\",\n              131.9826\n            ],\n            [\n              \"2026-02-08T05:15:00+08:00\",\n              186.6993\n            ],\n            [\n              \"2026-02-08T05:20:00+08:00\",\n              201.3859\n            ],\n            [\n              \"2026-02-08T05:25:00+08:00\",\n              193.6793\n            ],\n            [\n              \"2026-02-08T05:30:00+08:00\",\n              188.4059\n            ],\n            [\n              \"2026-02-08T05:35:00+08:00\",\n              175.4393\n            ],\n            [\n              \"2026-02-08T05:40:00+08:00\",\n              168.0327\n            ],\n            [\n              \"2026-02-08T05:45:00+08:00\",\n              168.6061\n            ],\n            [\n              \"2026-02-08T05:50:00+08:00\",\n              154.0727\n            ],\n            [\n              \"2026-02-08T05:55:00+08:00\",\n              147.5993\n            ],\n            [\n              \"2026-02-08T06:00:00+08:00\",\n              123.0125\n            ],\n            [\n              \"2026-02-08T06:05:00+08:00\",\n              82.2127\n            ],\n            [\n              \"2026-02-08T06:10:00+08:00\",\n              29.7059\n            ],\n            [\n              \"2026-02-08T06:15:00+08:00\",\n              22.6093\n            ],\n            [\n              \"2026-02-08T06:20:00+08:00\",\n              17.526\n            ],\n            [\n              \"2026-02-08T06:25:00+08:00\",\n              2.8193\n            ],\n            [\n              \"2026-02-08T06:30:00+08:00\",\n              26.0859\n            ],\n            [\n              \"2026-02-08T06:35:00+08:00\",\n              66.4459\n            ],\n            [\n              \"2026-02-08T06:40:00+08:00\",\n              98.9193\n            ],\n            [\n              \"2026-02-08T06:45:00+08:00\",\n              127.5459\n            ],\n            [\n              \"2026-02-08T06:50:00+08:00\",\n              150.1793\n            ],\n            [\n              \"2026-02-08T06:55:00+08:00\",\n              187.3593\n            ],\n            [\n              \"2026-02-08T07:00:00+08:00\",\n              214.2359\n            ],\n            [\n              \"2026-02-08T07:05:00+08:00\",\n              238.8893\n            ],\n            [\n              \"2026-02-08T07:10:00+08:00\",\n              319.7926\n            ],\n            [\n              \"2026-02-08T07:15:00+08:00\",\n              498.6126\n            ],\n            [\n              \"2026-02-08T07:20:00+08:00\",\n              500.7027\n            ],\n            [\n              \"2026-02-08T07:25:00+08:00\",\n              501.536\n            ],\n            [\n              \"2026-02-08T07:30:00+08:00\",\n              501.536\n            ],\n            [\n              \"2026-02-08T07:35:00+08:00\",\n              532.9225\n            ],\n            [\n              \"2026-02-08T07:40:00+08:00\",\n              627.5025\n            ],\n            [\n              \"2026-02-08T07:45:00+08:00\",\n              657.4293\n            ],\n            [\n              \"2026-02-08T07:50:00+08:00\",\n              652.4561\n            ],\n            [\n              \"2026-02-08T07:55:00+08:00\",\n              718.384\n            ],\n            [\n              \"2026-02-08T08:00:00+08:00\",\n              800.6734\n            ],\n            [\n              \"2026-02-08T08:05:00+08:00\",\n              830.5934\n            ],\n            [\n              \"2026-02-08T08:10:00+08:00\",\n              715.5253\n            ],\n            [\n              \"2026-02-08T08:15:00+08:00\",\n              697.8456\n            ],\n            [\n              \"2026-02-08T08:20:00+08:00\",\n              712.7486\n            ],\n            [\n              \"2026-02-08T08:25:00+08:00\",\n              734.2654\n            ],\n            [\n              \"2026-02-08T08:30:00+08:00\",\n              775.6323\n            ],\n            [\n              \"2026-02-08T08:35:00+08:00\",\n              812.5253\n            ],\n            [\n              \"2026-02-08T08:40:00+08:00\",\n              803.8402\n            ],\n            [\n              \"2026-02-08T08:45:00+08:00\",\n              806.7787\n            ],\n            [\n              \"2026-02-08T08:50:00+08:00\",\n              789.0054\n            ],\n            [\n              \"2026-02-08T08:55:00+08:00\",\n              819.1399\n            ],\n            [\n              \"2026-02-08T09:00:00+08:00\",\n              839.2934\n            ],\n            [\n              \"2026-02-08T09:05:00+08:00\",\n              787.5532\n            ],\n            [\n              \"2026-02-08T09:10:00+08:00\",\n              775.0109\n            ],\n            [\n              \"2026-02-08T09:15:00+08:00\",\n              767.0375\n            ],\n            [\n              \"2026-02-08T09:20:00+08:00\",\n              698.574\n            ],\n            [\n              \"2026-02-08T09:25:00+08:00\",\n              714.1108\n            ],\n            [\n              \"2026-02-08T09:30:00+08:00\",\n              779.0975\n            ],\n            [\n              \"2026-02-08T09:35:00+08:00\",\n              749.8241\n            ],\n            [\n              \"2026-02-08T09:40:00+08:00\",\n              772.1806\n            ],\n            [\n              \"2026-02-08T09:45:00+08:00\",\n              803.8373\n            ],\n            [\n              \"2026-02-08T09:50:00+08:00\",\n              724.1741\n            ],\n            [\n              \"2026-02-08T09:55:00+08:00\",\n              630.0574\n            ],\n            [\n              \"2026-02-08T10:00:00+08:00\",\n              653.2574\n            ],\n            [\n              \"2026-02-08T10:05:00+08:00\",\n              711.9807\n            ],\n            [\n              \"2026-02-08T10:10:00+08:00\",\n              711.6508\n            ],\n            [\n              \"2026-02-08T10:15:00+08:00\",\n              737.4175\n            ],\n            [\n              \"2026-02-08T10:20:00+08:00\",\n              688.1641\n            ],\n            [\n              \"2026-02-08T10:25:00+08:00\",\n              642.1208\n            ],\n            [\n              \"2026-02-08T10:30:00+08:00\",\n              578.9341\n            ],\n            [\n              \"2026-02-08T10:35:00+08:00\",\n              534.9907\n            ],\n            [\n              \"2026-02-08T10:40:00+08:00\",\n              409.174\n            ],\n            [\n              \"2026-02-08T10:45:00+08:00\",\n              390.8707\n            ],\n            [\n              \"2026-02-08T10:50:00+08:00\",\n              337.3973\n            ],\n            [\n              \"2026-02-08T10:55:00+08:00\",\n              269.7241\n            ],\n            [\n              \"2026-02-08T11:00:00+08:00\",\n              244.9207\n            ],\n            [\n              \"2026-02-08T11:05:00+08:00\",\n              242.0174\n            ],\n            [\n              \"2026-02-08T11:10:00+08:00\",\n              229.6906\n            ],\n            [\n              \"2026-02-08T11:15:00+08:00\",\n              136.4107\n            ],\n            [\n              \"2026-02-08T11:20:00+08:00\",\n              95.0672\n            ],\n            [\n              \"2026-02-08T11:25:00+08:00\",\n              118.9972\n            ],\n            [\n              \"2026-02-08T11:30:00+08:00\",\n              83.8774\n            ],\n            [\n              \"2026-02-08T11:35:00+08:00\",\n              50.1973\n            ],\n            [\n              \"2026-02-08T11:40:00+08:00\",\n              96.3974\n            ],\n            [\n              \"2026-02-08T11:45:00+08:00\",\n              154.2174\n            ],\n            [\n              \"2026-02-08T11:50:00+08:00\",\n              96.644\n            ],\n            [\n              \"2026-02-08T11:55:00+08:00\",\n              52.8174\n            ],\n            [\n              \"2026-02-08T12:00:00+08:00\",\n              52.824\n            ],\n            [\n              \"2026-02-08T12:05:00+08:00\",\n              52.5974\n            ],\n            [\n              \"2026-02-08T12:10:00+08:00\",\n              10.284\n            ],\n            [\n              \"2026-02-08T12:15:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:20:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:25:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:30:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:35:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:40:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:45:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:50:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T12:55:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:00:00+08:00\",\n              1.574\n            ],\n            [\n              \"2026-02-08T13:05:00+08:00\",\n              1.574\n            ],\n            [\n              \"2026-02-08T13:10:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:15:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:20:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:25:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:30:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:35:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:40:00+08:00\",\n              0.384\n            ],\n            [\n              \"2026-02-08T13:45:00+08:00\",\n              1.5573\n            ],\n            [\n              \"2026-02-08T13:50:00+08:00\",\n              8.2507\n            ],\n            [\n              \"2026-02-08T13:55:00+08:00\",\n              1.5573\n            ],\n            [\n              \"2026-02-08T14:00:00+08:00\",\n              4.8873\n            ],\n            [\n              \"2026-02-08T14:05:00+08:00\",\n              41.1239\n            ],\n            [\n              \"2026-02-08T14:10:00+08:00\",\n              56.034\n            ],\n            [\n              \"2026-02-08T14:15:00+08:00\",\n              77.9639\n            ],\n            [\n              \"2026-02-08T14:20:00+08:00\",\n              68.2341\n            ],\n            [\n              \"2026-02-08T14:25:00+08:00\",\n              110.7273\n            ],\n            [\n              \"2026-02-08T14:30:00+08:00\",\n              127.6774\n            ],\n            [\n              \"2026-02-08T14:35:00+08:00\",\n              170.2407\n            ],\n            [\n              \"2026-02-08T14:40:00+08:00\",\n              305.984\n            ],\n            [\n              \"2026-02-08T14:45:00+08:00\",\n              463.4293\n            ],\n            [\n              \"2026-02-08T14:50:00+08:00\",\n              671.884\n            ],\n            [\n              \"2026-02-08T14:55:00+08:00\",\n              825.4487\n            ],\n            [\n              \"2026-02-08T15:00:00+08:00\",\n              899.6603\n            ],\n            [\n              \"2026-02-08T15:05:00+08:00\",\n              935.7167\n            ],\n            [\n              \"2026-02-08T15:10:00+08:00\",\n              879.1107\n            ],\n            [\n              \"2026-02-08T15:15:00+08:00\",\n              881.2487\n            ],\n            [\n              \"2026-02-08T15:20:00+08:00\",\n              870.5768\n            ],\n            [\n              \"2026-02-08T15:25:00+08:00\",\n              897.754\n            ],\n            [\n              \"2026-02-08T15:30:00+08:00\",\n              930.0367\n            ],\n            [\n              \"2026-02-08T15:35:00+08:00\",\n              896.4569\n            ],\n            [\n              \"2026-02-08T15:40:00+08:00\",\n              722.7667\n            ],\n            [\n              \"2026-02-08T15:45:00+08:00\",\n              559.6919\n            ],\n            [\n              \"2026-02-08T15:50:00+08:00\",\n              535.974\n            ],\n            [\n              \"2026-02-08T15:55:00+08:00\",\n              484.0662\n            ],\n            [\n              \"2026-02-08T16:00:00+08:00\",\n              350.6968\n            ],\n            [\n              \"2026-02-08T16:05:00+08:00\",\n              142.6334\n            ],\n            [\n              \"2026-02-08T16:10:00+08:00\",\n              1.4633\n            ],\n            [\n              \"2026-02-08T16:15:00+08:00\",\n              0.6433\n            ],\n            [\n              \"2026-02-08T16:20:00+08:00\",\n              0.6433\n            ],\n            [\n              \"2026-02-08T16:25:00+08:00\",\n              0.6433\n            ],\n            [\n              \"2026-02-08T16:30:00+08:00\",\n              18.7799\n            ],\n            [\n              \"2026-02-08T16:35:00+08:00\",\n              20.0199\n            ],\n            [\n              \"2026-02-08T16:40:00+08:00\",\n              0.8666\n            ],\n            [\n              \"2026-02-08T16:45:00+08:00\",\n              19.9833\n            ],\n            [\n              \"2026-02-08T16:50:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-08T16:55:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-08T17:00:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-08T17:05:00+08:00\",\n              0.2733\n            ],\n            [\n              \"2026-02-08T17:15:00+08:00\",\n              1.59\n            ],\n            [\n              \"2026-02-08T17:20:00+08:00\",\n              29.39\n            ],\n            [\n              \"2026-02-08T17:30:00+08:00\",\n              51.5734\n            ],\n            [\n              \"2026-02-08T17:35:00+08:00\",\n              288.1068\n            ],\n            [\n              \"2026-02-08T17:40:00+08:00\",\n              250.4734\n            ],\n            [\n              \"2026-02-08T17:45:00+08:00\",\n              64.54\n            ],\n            [\n              \"2026-02-08T17:50:00+08:00\",\n              48.39\n            ],\n            [\n              \"2026-02-08T17:55:00+08:00\",\n              47.6533\n            ],\n            [\n              \"2026-02-08T18:05:00+08:00\",\n              147.72\n            ],\n            [\n              \"2026-02-08T18:10:00+08:00\",\n              130.8466\n            ],\n            [\n              \"2026-02-08T19:00:00+08:00\",\n              1.14\n            ],\n            [\n              \"2026-02-08T19:05:00+08:00\",\n              2.3187\n            ],\n            [\n              \"2026-02-08T19:20:00+08:00\",\n              0.48\n            ],\n            [\n              \"2026-02-08T19:30:00+08:00\",\n              33.4099\n            ],\n            [\n              \"2026-02-08T19:35:00+08:00\",\n              60.7866\n            ],\n            [\n              \"2026-02-08T19:40:00+08:00\",\n              30.0667\n            ],\n            [\n              \"2026-02-08T20:05:00+08:00\",\n              1.2127\n            ],\n            [\n              \"2026-02-08T20:10:00+08:00\",\n              1.2127\n            ],\n            [\n              \"2026-02-08T20:15:00+08:00\",\n              0.1227\n            ],\n            [\n              \"2026-02-08T20:20:00+08:00\",\n              0.1227\n            ],\n            [\n              \"2026-02-08T20:25:00+08:00\",\n              0.1227\n            ],\n            [\n              \"2026-02-08T20:30:00+08:00\",\n              0.1227\n            ],\n            [\n              \"2026-02-08T20:35:00+08:00\",\n              0.1227\n            ],\n            [\n              \"2026-02-08T20:40:00+08:00\",\n              2.4027\n            ],\n            [\n              \"2026-02-08T20:45:00+08:00\",\n              3.8293\n            ],\n            [\n              \"2026-02-08T20:50:00+08:00\",\n              2.5893\n            ],\n            [\n              \"2026-02-08T20:55:00+08:00\",\n              2.5893\n            ],\n            [\n              \"2026-02-08T21:00:00+08:00\",\n              2.5893\n            ],\n            [\n              \"2026-02-08T21:05:00+08:00\",\n              3.8053\n            ],\n            [\n              \"2026-02-08T21:10:00+08:00\",\n              2.3787\n            ],\n            [\n              \"2026-02-08T21:15:00+08:00\",\n              2.7653\n            ],\n            [\n              \"2026-02-08T21:20:00+08:00\",\n              2.7653\n            ],\n            [\n              \"2026-02-08T21:25:00+08:00\",\n              4.512\n            ],\n            [\n              \"2026-02-08T21:30:00+08:00\",\n              3.1953\n            ],\n            [\n              \"2026-02-08T21:35:00+08:00\",\n              1.5279\n            ],\n            [\n              \"2026-02-08T21:40:00+08:00\",\n              1.5279\n            ],\n            [\n              \"2026-02-08T21:45:00+08:00\",\n              1.5279\n            ],\n            [\n              \"2026-02-08T21:50:00+08:00\",\n              1.1413\n            ],\n            [\n              \"2026-02-08T21:55:00+08:00\",\n              9.168\n            ],\n            [\n              \"2026-02-08T22:00:00+08:00\",\n              14.358\n            ],\n            [\n              \"2026-02-08T22:05:00+08:00\",\n              170.8013\n            ],\n            [\n              \"2026-02-08T22:10:00+08:00\",\n              448.5013\n            ],\n            [\n              \"2026-02-08T22:15:00+08:00\",\n              500.5479\n            ],\n            [\n              \"2026-02-08T22:20:00+08:00\",\n              500.5479\n            ],\n            [\n              \"2026-02-08T22:25:00+08:00\",\n              331.5613\n            ],\n            [\n              \"2026-02-08T22:30:00+08:00\",\n              53.0213\n            ],\n            [\n              \"2026-02-08T22:35:00+08:00\",\n              1.7712\n            ],\n            [\n              \"2026-02-08T22:40:00+08:00\",\n              1.7712\n            ],\n            [\n              \"2026-02-08T22:45:00+08:00\",\n              1.7712\n            ],\n            [\n              \"2026-02-08T22:50:00+08:00\",\n              0.7479\n            ],\n            [\n              \"2026-02-08T22:55:00+08:00\",\n              0.7479\n            ],\n            [\n              \"2026-02-08T23:00:00+08:00\",\n              0.7479\n            ],\n            [\n              \"2026-02-08T23:05:00+08:00\",\n              88.6306\n            ],\n            [\n              \"2026-02-08T23:10:00+08:00\",\n              200.4413\n            ],\n            [\n              \"2026-02-08T23:15:00+08:00\",\n              200.4413\n            ],\n            [\n              \"2026-02-08T23:20:00+08:00\",\n              110.96\n            ],\n            [\n              \"2026-02-08T23:25:00+08:00\",\n              156.4346\n            ],\n            [\n              \"2026-02-08T23:30:00+08:00\",\n              406.3253\n            ],\n            [\n              \"2026-02-08T23:35:00+08:00\",\n              429.9921\n            ],\n            [\n              \"2026-02-08T23:40:00+08:00\",\n              170.1794\n            ],\n            [\n              \"2026-02-08T23:45:00+08:00\",\n              53.0227\n            ],\n            [\n              \"2026-02-08T23:50:00+08:00\",\n              50.0961\n            ],\n            [\n              \"2026-02-08T23:55:00+08:00\",\n              21.1714\n            ],\n            [\n              \"2026-02-09T00:00:00+08:00\",\n              39.0534\n            ],\n            [\n              \"2026-02-09T00:05:00+08:00\",\n              36.4967\n            ],\n            [\n              \"2026-02-09T00:10:00+08:00\",\n              28.8167\n            ],\n            [\n              \"2026-02-09T00:15:00+08:00\",\n              27.4767\n            ],\n            [\n              \"2026-02-09T00:20:00+08:00\",\n              24.7834\n            ],\n            [\n              \"2026-02-09T00:25:00+08:00\",\n              5.52\n            ],\n            [\n              \"2026-02-09T00:30:00+08:00\",\n              1.0\n            ],\n            [\n              \"2026-02-09T00:50:00+08:00\",\n              33.2134\n            ],\n            [\n              \"2026-02-09T00:55:00+08:00\",\n              73.4301\n            ],\n            [\n              \"2026-02-09T01:00:00+08:00\",\n              110.3068\n            ],\n            [\n              \"2026-02-09T01:05:00+08:00\",\n              154.95\n            ],\n            [\n              \"2026-02-09T01:10:00+08:00\",\n              192.8768\n            ],\n            [\n              \"2026-02-09T01:15:00+08:00\",\n              278.7033\n            ],\n            [\n              \"2026-02-09T01:20:00+08:00\",\n              450.2233\n            ],\n            [\n              \"2026-02-09T01:25:00+08:00\",\n              501.0767\n            ],\n            [\n              \"2026-02-09T01:30:00+08:00\",\n              415.2633\n            ],\n            [\n              \"2026-02-09T01:35:00+08:00\",\n              515.8132\n            ],\n            [\n              \"2026-02-09T01:40:00+08:00\",\n              418.8335\n            ],\n            [\n              \"2026-02-09T01:45:00+08:00\",\n              374.2867\n            ],\n            [\n              \"2026-02-09T01:50:00+08:00\",\n              455.5701\n            ],\n            [\n              \"2026-02-09T01:55:00+08:00\",\n              450.3201\n            ],\n            [\n              \"2026-02-09T02:00:00+08:00\",\n              367.3399\n            ],\n            [\n              \"2026-02-09T02:05:00+08:00\",\n              351.5065\n            ],\n            [\n              \"2026-02-09T02:10:00+08:00\",\n              389.2266\n            ],\n            [\n              \"2026-02-09T02:15:00+08:00\",\n              424.6534\n            ],\n            [\n              \"2026-02-09T02:20:00+08:00\",\n              426.8932\n            ],\n            [\n              \"2026-02-09T02:25:00+08:00\",\n              342.6425\n            ],\n            [\n              \"2026-02-09T02:30:00+08:00\",\n              345.7013\n            ],\n            [\n              \"2026-02-09T02:35:00+08:00\",\n              420.5028\n            ],\n            [\n              \"2026-02-09T02:40:00+08:00\",\n              389.776\n            ],\n            [\n              \"2026-02-09T02:45:00+08:00\",\n              376.5762\n            ],\n            [\n              \"2026-02-09T02:50:00+08:00\",\n              365.7228\n            ],\n            [\n              \"2026-02-09T02:55:00+08:00\",\n              375.4562\n            ],\n            [\n              \"2026-02-09T03:00:00+08:00\",\n              378.596\n            ],\n            [\n              \"2026-02-09T03:05:00+08:00\",\n              395.876\n            ],\n            [\n              \"2026-02-09T03:10:00+08:00\",\n              345.2426\n            ],\n            [\n              \"2026-02-09T03:15:00+08:00\",\n              232.9094\n            ],\n            [\n              \"2026-02-09T03:20:00+08:00\",\n              202.896\n            ],\n            [\n              \"2026-02-09T03:25:00+08:00\",\n              200.4694\n            ],\n            [\n              \"2026-02-09T03:30:00+08:00\",\n              198.116\n            ],\n            [\n              \"2026-02-09T03:35:00+08:00\",\n              208.496\n            ],\n            [\n              \"2026-02-09T03:40:00+08:00\",\n              313.3694\n            ],\n            [\n              \"2026-02-09T03:45:00+08:00\",\n              449.5861\n            ],\n            [\n              \"2026-02-09T03:50:00+08:00\",\n              456.8494\n            ],\n            [\n              \"2026-02-09T03:55:00+08:00\",\n              405.9194\n            ],\n            [\n              \"2026-02-09T04:00:00+08:00\",\n              324.2295\n            ],\n            [\n              \"2026-02-09T04:05:00+08:00\",\n              304.7495\n            ],\n            [\n              \"2026-02-09T04:10:00+08:00\",\n              315.4427\n            ],\n            [\n              \"2026-02-09T04:15:00+08:00\",\n              379.6628\n            ],\n            [\n              \"2026-02-09T04:20:00+08:00\",\n              368.5828\n            ],\n            [\n              \"2026-02-09T04:25:00+08:00\",\n              353.9826\n            ],\n            [\n              \"2026-02-09T04:30:00+08:00\",\n              340.186\n            ],\n            [\n              \"2026-02-09T04:35:00+08:00\",\n              344.9426\n            ],\n            [\n              \"2026-02-09T04:40:00+08:00\",\n              305.5228\n            ],\n            [\n              \"2026-02-09T04:45:00+08:00\",\n              242.2827\n            ],\n            [\n              \"2026-02-09T04:50:00+08:00\",\n              194.496\n            ],\n            [\n              \"2026-02-09T04:55:00+08:00\",\n              187.8993\n            ],\n            [\n              \"2026-02-09T05:00:00+08:00\",\n              131.4659\n            ],\n            [\n              \"2026-02-09T05:05:00+08:00\",\n              91.6393\n            ],\n            [\n              \"2026-02-09T05:10:00+08:00\",\n              119.6759\n            ],\n            [\n              \"2026-02-09T05:15:00+08:00\",\n              177.4292\n            ],\n            [\n              \"2026-02-09T05:20:00+08:00\",\n              182.556\n            ],\n            [\n              \"2026-02-09T05:25:00+08:00\",\n              157.936\n            ],\n            [\n              \"2026-02-09T05:30:00+08:00\",\n              138.0826\n            ],\n            [\n              \"2026-02-09T05:35:00+08:00\",\n              114.456\n            ],\n            [\n              \"2026-02-09T05:40:00+08:00\",\n              146.5386\n            ],\n            [\n              \"2026-02-09T05:45:00+08:00\",\n              265.2147\n            ],\n            [\n              \"2026-02-09T05:50:00+08:00\",\n              314.208\n            ],\n            [\n              \"2026-02-09T05:55:00+08:00\",\n              345.668\n            ],\n            [\n              \"2026-02-09T06:00:00+08:00\",\n              301.7746\n            ],\n            [\n              \"2026-02-09T06:05:00+08:00\",\n              167.428\n            ],\n            [\n              \"2026-02-09T06:10:00+08:00\",\n              233.378\n            ],\n            [\n              \"2026-02-09T06:15:00+08:00\",\n              297.4948\n            ],\n            [\n              \"2026-02-09T06:20:00+08:00\",\n              195.7946\n            ],\n            [\n              \"2026-02-09T06:25:00+08:00\",\n              225.2282\n            ],\n            [\n              \"2026-02-09T06:30:00+08:00\",\n              207.038\n            ],\n            [\n              \"2026-02-09T06:35:00+08:00\",\n              198.8713\n            ],\n            [\n              \"2026-02-09T06:40:00+08:00\",\n              139.6013\n            ],\n            [\n              \"2026-02-09T06:45:00+08:00\",\n              206.2547\n            ],\n            [\n              \"2026-02-09T06:50:00+08:00\",\n              162.788\n            ],\n            [\n              \"2026-02-09T06:55:00+08:00\",\n              127.7746\n            ],\n            [\n              \"2026-02-09T07:00:00+08:00\",\n              74.6734\n            ],\n            [\n              \"2026-02-09T07:15:00+08:00\",\n              0.1387\n            ],\n            [\n              \"2026-02-09T07:20:00+08:00\",\n              0.1387\n            ],\n            [\n              \"2026-02-09T07:30:00+08:00\",\n              23.9534\n            ],\n            [\n              \"2026-02-09T07:35:00+08:00\",\n              86.4574\n            ],\n            [\n              \"2026-02-09T07:40:00+08:00\",\n              138.512\n            ],\n            [\n              \"2026-02-09T07:45:00+08:00\",\n              71.118\n            ],\n            [\n              \"2026-02-09T07:50:00+08:00\",\n              76.5067\n            ],\n            [\n              \"2026-02-09T07:55:00+08:00\",\n              81.2733\n            ],\n            [\n              \"2026-02-09T08:00:00+08:00\",\n              115.7667\n            ],\n            [\n              \"2026-02-09T08:05:00+08:00\",\n              124.92\n            ],\n            [\n              \"2026-02-09T08:10:00+08:00\",\n              61.0433\n            ],\n            [\n              \"2026-02-09T08:15:00+08:00\",\n              30.4366\n            ],\n            [\n              \"2026-02-09T08:20:00+08:00\",\n              79.9766\n            ],\n            [\n              \"2026-02-09T08:25:00+08:00\",\n              89.9966\n            ],\n            [\n              \"2026-02-09T08:30:00+08:00\",\n              83.82\n            ],\n            [\n              \"2026-02-09T08:35:00+08:00\",\n              100.39\n            ],\n            [\n              \"2026-02-09T08:40:00+08:00\",\n              134.49\n            ],\n            [\n              \"2026-02-09T08:45:00+08:00\",\n              181.6566\n            ],\n            [\n              \"2026-02-09T08:50:00+08:00\",\n              129.8273\n            ],\n            [\n              \"2026-02-09T08:55:00+08:00\",\n              78.2313\n            ],\n            [\n              \"2026-02-09T09:00:00+08:00\",\n              84.73\n            ],\n            [\n              \"2026-02-09T09:05:00+08:00\",\n              61.4566\n            ],\n            [\n              \"2026-02-09T09:10:00+08:00\",\n              123.16\n            ],\n            [\n              \"2026-02-09T09:15:00+08:00\",\n              278.2434\n            ],\n            [\n              \"2026-02-09T09:20:00+08:00\",\n              447.5047\n            ],\n            [\n              \"2026-02-09T09:25:00+08:00\",\n              529.2801\n            ],\n            [\n              \"2026-02-09T09:30:00+08:00\",\n              588.7035\n            ],\n            [\n              \"2026-02-09T09:35:00+08:00\",\n              598.2747\n            ],\n            [\n              \"2026-02-09T09:40:00+08:00\",\n              620.226\n            ],\n            [\n              \"2026-02-09T09:45:00+08:00\",\n              641.6267\n            ],\n            [\n              \"2026-02-09T09:50:00+08:00\",\n              667.0966\n            ],\n            [\n              \"2026-02-09T09:55:00+08:00\",\n              686.1299\n            ],\n            [\n              \"2026-02-09T10:00:00+08:00\",\n              670.2366\n            ],\n            [\n              \"2026-02-09T10:05:00+08:00\",\n              705.6832\n            ],\n            [\n              \"2026-02-09T10:10:00+08:00\",\n              705.8233\n            ],\n            [\n              \"2026-02-09T10:15:00+08:00\",\n              667.0567\n            ],\n            [\n              \"2026-02-09T10:20:00+08:00\",\n              642.6167\n            ],\n            [\n              \"2026-02-09T10:25:00+08:00\",\n              675.2621\n            ],\n            [\n              \"2026-02-09T10:30:00+08:00\",\n              707.09\n            ],\n            [\n              \"2026-02-09T10:35:00+08:00\",\n              705.1766\n            ],\n            [\n              \"2026-02-09T10:40:00+08:00\",\n              677.7399\n            ],\n            [\n              \"2026-02-09T10:45:00+08:00\",\n              613.8379\n            ],\n            [\n              \"2026-02-09T10:50:00+08:00\",\n              530.5433\n            ],\n            [\n              \"2026-02-09T10:55:00+08:00\",\n              442.2048\n            ],\n            [\n              \"2026-02-09T11:00:00+08:00\",\n              406.5407\n            ],\n            [\n              \"2026-02-09T11:05:00+08:00\",\n              393.4673\n            ],\n            [\n              \"2026-02-09T11:10:00+08:00\",\n              402.3893\n            ],\n            [\n              \"2026-02-09T11:15:00+08:00\",\n              387.1314\n            ],\n            [\n              \"2026-02-09T11:20:00+08:00\",\n              311.6126\n            ],\n            [\n              \"2026-02-09T11:25:00+08:00\",\n              204.008\n            ],\n            [\n              \"2026-02-09T11:30:00+08:00\",\n              188.1153\n            ],\n            [\n              \"2026-02-09T11:35:00+08:00\",\n              184.1853\n            ],\n            [\n              \"2026-02-09T11:40:00+08:00\",\n              237.13\n            ],\n            [\n              \"2026-02-09T11:45:00+08:00\",\n              293.7234\n            ],\n            [\n              \"2026-02-09T11:50:00+08:00\",\n              232.9825\n            ],\n            [\n              \"2026-02-09T11:55:00+08:00\",\n              258.5966\n            ],\n            [\n              \"2026-02-09T12:00:00+08:00\",\n              395.19\n            ],\n            [\n              \"2026-02-09T12:05:00+08:00\",\n              459.5333\n            ],\n            [\n              \"2026-02-09T12:10:00+08:00\",\n              422.2835\n            ],\n            [\n              \"2026-02-09T12:15:00+08:00\",\n              351.57\n            ],\n            [\n              \"2026-02-09T12:20:00+08:00\",\n              338.8\n            ],\n            [\n              \"2026-02-09T12:25:00+08:00\",\n              302.4134\n            ],\n            [\n              \"2026-02-09T12:30:00+08:00\",\n              207.0433\n            ],\n            [\n              \"2026-02-09T12:35:00+08:00\",\n              193.7634\n            ],\n            [\n              \"2026-02-09T12:40:00+08:00\",\n              157.63\n            ],\n            [\n              \"2026-02-09T12:45:00+08:00\",\n              155.0134\n            ],\n            [\n              \"2026-02-09T12:50:00+08:00\",\n              199.0267\n            ],\n            [\n              \"2026-02-09T12:55:00+08:00\",\n              210.7\n            ],\n            [\n              \"2026-02-09T13:00:00+08:00\",\n              237.0767\n            ],\n            [\n              \"2026-02-09T13:05:00+08:00\",\n              263.32\n            ],\n            [\n              \"2026-02-09T13:10:00+08:00\",\n              250.32\n            ],\n            [\n              \"2026-02-09T13:15:00+08:00\",\n              188.1466\n            ],\n            [\n              \"2026-02-09T13:20:00+08:00\",\n              145.3634\n            ],\n            [\n              \"2026-02-09T13:25:00+08:00\",\n              53.2234\n            ],\n            [\n              \"2026-02-09T13:30:00+08:00\",\n              0.3867\n            ],\n            [\n              \"2026-02-09T13:35:00+08:00\",\n              0.31\n            ],\n            [\n              \"2026-02-09T13:40:00+08:00\",\n              41.4967\n            ],\n            [\n              \"2026-02-09T13:45:00+08:00\",\n              50.7134\n            ],\n            [\n              \"2026-02-09T13:50:00+08:00\",\n              17.5234\n            ],\n            [\n              \"2026-02-09T13:55:00+08:00\",\n              16.9534\n            ],\n            [\n              \"2026-02-09T14:00:00+08:00\",\n              29.6\n            ],\n            [\n              \"2026-02-09T14:05:00+08:00\",\n              62.95\n            ],\n            [\n              \"2026-02-09T14:10:00+08:00\",\n              48.2267\n            ],\n            [\n              \"2026-02-09T14:20:00+08:00\",\n              0.0967\n            ],\n            [\n              \"2026-02-09T14:25:00+08:00\",\n              51.0067\n            ],\n            [\n              \"2026-02-09T14:30:00+08:00\",\n              136.31\n            ],\n            [\n              \"2026-02-09T14:35:00+08:00\",\n              120.91\n            ],\n            [\n              \"2026-02-09T14:40:00+08:00\",\n              131.22\n            ],\n            [\n              \"2026-02-09T14:45:00+08:00\",\n              162.7934\n            ],\n            [\n              \"2026-02-09T14:50:00+08:00\",\n              87.6534\n            ],\n            [\n              \"2026-02-09T14:55:00+08:00\",\n              6.8067\n            ],\n            [\n              \"2026-02-09T15:00:00+08:00\",\n              98.3301\n            ],\n            [\n              \"2026-02-09T15:05:00+08:00\",\n              126.7934\n            ],\n            [\n              \"2026-02-09T15:10:00+08:00\",\n              236.74\n            ],\n            [\n              \"2026-02-09T15:15:00+08:00\",\n              506.5007\n            ],\n            [\n              \"2026-02-09T15:20:00+08:00\",\n              540.9547\n            ],\n            [\n              \"2026-02-09T15:25:00+08:00\",\n              498.7414\n            ],\n            [\n              \"2026-02-09T15:30:00+08:00\",\n              529.34\n            ],\n            [\n              \"2026-02-09T15:35:00+08:00\",\n              542.99\n            ],\n            [\n              \"2026-02-09T15:40:00+08:00\",\n              449.9786\n            ],\n            [\n              \"2026-02-09T15:45:00+08:00\",\n              328.3441\n            ],\n            [\n              \"2026-02-09T15:50:00+08:00\",\n              269.3167\n            ],\n            [\n              \"2026-02-09T15:55:00+08:00\",\n              270.6033\n            ],\n            [\n              \"2026-02-09T16:00:00+08:00\",\n              338.286\n            ],\n            [\n              \"2026-02-09T16:05:00+08:00\",\n              436.602\n            ],\n            [\n              \"2026-02-09T16:10:00+08:00\",\n              420.8899\n            ],\n            [\n              \"2026-02-09T16:15:00+08:00\",\n              450.3159\n            ],\n            [\n              \"2026-02-09T16:20:00+08:00\",\n              449.4459\n            ],\n            [\n              \"2026-02-09T16:25:00+08:00\",\n              449.4459\n            ],\n            [\n              \"2026-02-09T16:30:00+08:00\",\n              451.9379\n            ],\n            [\n              \"2026-02-09T16:35:00+08:00\",\n              451.9379\n            ],\n            [\n              \"2026-02-09T16:40:00+08:00\",\n              451.9379\n            ],\n            [\n              \"2026-02-09T16:45:00+08:00\",\n              451.9379\n            ],\n            [\n              \"2026-02-09T16:50:00+08:00\",\n              451.9379\n            ],\n            [\n              \"2026-02-09T16:55:00+08:00\",\n              443.5879\n            ],\n            [\n              \"2026-02-09T17:00:00+08:00\",\n              410.1612\n            ],\n            [\n              \"2026-02-09T17:05:00+08:00\",\n              284.5926\n            ],\n            [\n              \"2026-02-09T17:10:00+08:00\",\n              213.2933\n            ],\n            [\n              \"2026-02-09T17:15:00+08:00\",\n              166.0333\n            ],\n            [\n              \"2026-02-09T17:20:00+08:00\",\n              169.8967\n            ],\n            [\n              \"2026-02-09T17:25:00+08:00\",\n              151.32\n            ],\n            [\n              \"2026-02-09T17:30:00+08:00\",\n              132.1433\n            ],\n            [\n              \"2026-02-09T17:35:00+08:00\",\n              267.8267\n            ],\n            [\n              \"2026-02-09T17:40:00+08:00\",\n              330.9134\n            ],\n            [\n              \"2026-02-09T17:45:00+08:00\",\n              177.2333\n            ],\n            [\n              \"2026-02-09T17:50:00+08:00\",\n              71.8966\n            ],\n            [\n              \"2026-02-09T17:55:00+08:00\",\n              50.95\n            ],\n            [\n              \"2026-02-09T18:00:00+08:00\",\n              0.4133\n            ],\n            [\n              \"2026-02-09T18:50:00+08:00\",\n              2.38\n            ],\n            [\n              \"2026-02-09T19:45:00+08:00\",\n              0.04\n            ],\n            [\n              \"2026-02-09T20:35:00+08:00\",\n              0.26\n            ],\n            [\n              \"2026-02-09T21:10:00+08:00\",\n              0.2333\n            ],\n            [\n              \"2026-02-09T21:15:00+08:00\",\n              0.2333\n            ],\n            [\n              \"2026-02-09T21:20:00+08:00\",\n              0.2333\n            ],\n            [\n              \"2026-02-09T21:35:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T21:40:00+08:00\",\n              2.56\n            ],\n            [\n              \"2026-02-09T21:45:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T21:50:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T21:55:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:00:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:05:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:10:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:15:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:20:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:25:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:30:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:35:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:40:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:45:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:50:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T22:55:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:00:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:05:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:10:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:15:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:20:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:25:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:30:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:35:00+08:00\",\n              0.55\n            ],\n            [\n              \"2026-02-09T23:40:00+08:00\",\n              1.5466\n            ],\n            [\n              \"2026-02-09T23:55:00+08:00\",\n              6.2233\n            ],\n            [\n              \"2026-02-10T00:00:00+08:00\",\n              20.69\n            ],\n            [\n              \"2026-02-10T00:05:00+08:00\",\n              15.3534\n            ],\n            [\n              \"2026-02-10T00:10:00+08:00\",\n              0.5567\n            ],\n            [\n              \"2026-02-10T00:15:00+08:00\",\n              0.5567\n            ],\n            [\n              \"2026-02-10T00:20:00+08:00\",\n              0.5567\n            ],\n            [\n              \"2026-02-10T00:25:00+08:00\",\n              1.4401\n            ],\n            [\n              \"2026-02-10T00:30:00+08:00\",\n              182.5206\n            ],\n            [\n              \"2026-02-10T00:35:00+08:00\",\n              289.8174\n            ],\n            [\n              \"2026-02-10T00:40:00+08:00\",\n              119.29\n            ],\n            [\n              \"2026-02-10T00:45:00+08:00\",\n              31.948\n            ],\n            [\n              \"2026-02-10T00:50:00+08:00\",\n              1.8447\n            ],\n            [\n              \"2026-02-10T00:55:00+08:00\",\n              76.4113\n            ],\n            [\n              \"2026-02-10T01:00:00+08:00\",\n              196.3233\n            ],\n            [\n              \"2026-02-10T01:05:00+08:00\",\n              119.662\n            ],\n            [\n              \"2026-02-10T01:50:00+08:00\",\n              1.35\n            ],\n            [\n              \"2026-02-10T01:55:00+08:00\",\n              90.2633\n            ],\n            [\n              \"2026-02-10T02:00:00+08:00\",\n              101.87\n            ],\n            [\n              \"2026-02-10T02:05:00+08:00\",\n              6.0667\n            ],\n            [\n              \"2026-02-10T02:10:00+08:00\",\n              7.4133\n            ],\n            [\n              \"2026-02-10T02:40:00+08:00\",\n              8.0133\n            ],\n            [\n              \"2026-02-10T02:45:00+08:00\",\n              22.6766\n            ],\n            [\n              \"2026-02-10T02:50:00+08:00\",\n              63.7\n            ],\n            [\n              \"2026-02-10T02:55:00+08:00\",\n              110.49\n            ],\n            [\n              \"2026-02-10T03:00:00+08:00\",\n              91.3167\n            ],\n            [\n              \"2026-02-10T03:05:00+08:00\",\n              70.26\n            ],\n            [\n              \"2026-02-10T03:10:00+08:00\",\n              37.0534\n            ],\n            [\n              \"2026-02-10T03:15:00+08:00\",\n              27.6\n            ],\n            [\n              \"2026-02-10T03:20:00+08:00\",\n              10.3\n            ],\n            [\n              \"2026-02-10T03:25:00+08:00\",\n              75.08\n            ],\n            [\n              \"2026-02-10T03:30:00+08:00\",\n              206.7\n            ],\n            [\n              \"2026-02-10T03:35:00+08:00\",\n              273.2667\n            ],\n            [\n              \"2026-02-10T03:40:00+08:00\",\n              219.12\n            ],\n            [\n              \"2026-02-10T03:45:00+08:00\",\n              131.68\n            ],\n            [\n              \"2026-02-10T03:50:00+08:00\",\n              215.4034\n            ],\n            [\n              \"2026-02-10T03:55:00+08:00\",\n              342.6899\n            ],\n            [\n              \"2026-02-10T04:00:00+08:00\",\n              408.2333\n            ],\n            [\n              \"2026-02-10T04:05:00+08:00\",\n              458.6566\n            ],\n            [\n              \"2026-02-10T04:10:00+08:00\",\n              348.6733\n            ],\n            [\n              \"2026-02-10T04:15:00+08:00\",\n              201.4999\n            ],\n            [\n              \"2026-02-10T04:20:00+08:00\",\n              164.3566\n            ],\n            [\n              \"2026-02-10T04:25:00+08:00\",\n              115.3633\n            ],\n            [\n              \"2026-02-10T04:30:00+08:00\",\n              92.89\n            ],\n            [\n              \"2026-02-10T04:35:00+08:00\",\n              82.8\n            ],\n            [\n              \"2026-02-10T04:40:00+08:00\",\n              67.3267\n            ],\n            [\n              \"2026-02-10T04:45:00+08:00\",\n              50.08\n            ],\n            [\n              \"2026-02-10T04:50:00+08:00\",\n              59.5966\n            ],\n            [\n              \"2026-02-10T04:55:00+08:00\",\n              86.9633\n            ],\n            [\n              \"2026-02-10T05:00:00+08:00\",\n              65.8993\n            ],\n            [\n              \"2026-02-10T05:05:00+08:00\",\n              52.916\n            ],\n            [\n              \"2026-02-10T05:10:00+08:00\",\n              50.706\n            ],\n            [\n              \"2026-02-10T05:15:00+08:00\",\n              36.406\n            ],\n            [\n              \"2026-02-10T05:20:00+08:00\",\n              24.1493\n            ],\n            [\n              \"2026-02-10T05:25:00+08:00\",\n              42.406\n            ],\n            [\n              \"2026-02-10T05:30:00+08:00\",\n              74.246\n            ],\n            [\n              \"2026-02-10T05:35:00+08:00\",\n              87.426\n            ],\n            [\n              \"2026-02-10T05:40:00+08:00\",\n              120.1833\n            ],\n            [\n              \"2026-02-10T05:45:00+08:00\",\n              140.4966\n            ],\n            [\n              \"2026-02-10T05:50:00+08:00\",\n              146.7967\n            ],\n            [\n              \"2026-02-10T05:55:00+08:00\",\n              148.1633\n            ],\n            [\n              \"2026-02-10T06:00:00+08:00\",\n              158.65\n            ],\n            [\n              \"2026-02-10T06:05:00+08:00\",\n              158.76\n            ],\n            [\n              \"2026-02-10T06:10:00+08:00\",\n              108.4366\n            ],\n            [\n              \"2026-02-10T06:15:00+08:00\",\n              68.8766\n            ],\n            [\n              \"2026-02-10T06:20:00+08:00\",\n              59.6266\n            ],\n            [\n              \"2026-02-10T06:25:00+08:00\",\n              57.5486\n            ],\n            [\n              \"2026-02-10T06:30:00+08:00\",\n              38.0926\n            ],\n            [\n              \"2026-02-10T06:35:00+08:00\",\n              0.5033\n            ],\n            [\n              \"2026-02-10T06:40:00+08:00\",\n              55.92\n            ],\n            [\n              \"2026-02-10T06:45:00+08:00\",\n              55.904\n            ],\n            [\n              \"2026-02-10T06:50:00+08:00\",\n              43.312\n            ],\n            [\n              \"2026-02-10T06:55:00+08:00\",\n              82.2133\n            ],\n            [\n              \"2026-02-10T07:00:00+08:00\",\n              125.6373\n            ],\n            [\n              \"2026-02-10T07:05:00+08:00\",\n              89.954\n            ],\n            [\n              \"2026-02-10T07:10:00+08:00\",\n              1.3087\n            ],\n            [\n              \"2026-02-10T07:15:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:20:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:25:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:30:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:35:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:40:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:45:00+08:00\",\n              0.8733\n            ],\n            [\n              \"2026-02-10T07:50:00+08:00\",\n              1.31\n            ]\n          ]\n        }\n      ],\n      \"network_timezone_offset\": \"+08:00\"\n    }\n  ],\n  \"total_records\": null\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/OPENNEM/OPENNEM_price_AU-SA.json",
    "content": "{\n    \"version\": \"4.3.2\",\n    \"created_at\": \"2025-12-10T17:05:12+11:00\",\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"network_code\": \"NEM\",\n            \"metric\": \"price\",\n            \"unit\": \"$/MWh\",\n            \"interval\": \"5m\",\n            \"date_start\": \"2019-12-25T11:00:00+10:00\",\n            \"date_end\": \"2020-01-01T10:55:00+10:00\",\n            \"groupings\": [],\n            \"results\": [\n                {\n                    \"name\": \"price_SA1\",\n                    \"date_start\": \"2019-12-25T11:00:00+10:00\",\n                    \"date_end\": \"2020-01-01T10:55:00+10:00\",\n                    \"columns\": {\n                        \"region\": \"SA1\"\n                    },\n                    \"data\": [\n                        [\n                            \"2019-12-25T11:00:00+10:00\",\n                            40.01\n                        ],\n                        [\n                            \"2019-12-25T11:05:00+10:00\",\n                            41.27609\n                        ],\n                        [\n                            \"2019-12-25T11:10:00+10:00\",\n                            52.9388\n                        ],\n                        [\n                            \"2019-12-25T11:15:00+10:00\",\n                            52.08945\n                        ],\n                        [\n                            \"2019-12-25T11:20:00+10:00\",\n                            51.42824\n                        ],\n                        [\n                            \"2019-12-25T11:25:00+10:00\",\n                            42.13545\n                        ],\n                        [\n                            \"2019-12-25T11:30:00+10:00\",\n                            46.99\n                        ],\n                        [\n                            \"2019-12-25T11:35:00+10:00\",\n                            41.42981\n                        ],\n                        [\n                            \"2019-12-25T11:40:00+10:00\",\n                            41.38892\n                        ],\n                        [\n                            \"2019-12-25T11:45:00+10:00\",\n                            41.37482\n                        ],\n                        [\n                            \"2019-12-25T11:50:00+10:00\",\n                            41.64882\n                        ],\n                        [\n                            \"2019-12-25T11:55:00+10:00\",\n                            41.63892\n                        ],\n                        [\n                            \"2019-12-25T12:00:00+10:00\",\n                            41.43\n                        ],\n                        [\n                            \"2019-12-25T12:05:00+10:00\",\n                            41.32124\n                        ],\n                        [\n                            \"2019-12-25T12:10:00+10:00\",\n                            41.49598\n                        ],\n                        [\n                            \"2019-12-25T12:15:00+10:00\",\n                            41.50933\n                        ],\n                        [\n                            \"2019-12-25T12:20:00+10:00\",\n                            41.14736\n                        ],\n                        [\n                            \"2019-12-25T12:25:00+10:00\",\n                            40.81343\n                        ],\n                        [\n                            \"2019-12-25T12:30:00+10:00\",\n                            41.09\n                        ],\n                        [\n                            \"2019-12-25T12:35:00+10:00\",\n                            40.09564\n                        ],\n                        [\n                            \"2019-12-25T12:40:00+10:00\",\n                            40.25956\n                        ],\n                        [\n                            \"2019-12-25T12:45:00+10:00\",\n                            39.96975\n                        ],\n                        [\n                            \"2019-12-25T12:50:00+10:00\",\n                            40.24331\n                        ],\n                        [\n                            \"2019-12-25T12:55:00+10:00\",\n                            39.81586\n                        ],\n                        [\n                            \"2019-12-25T13:00:00+10:00\",\n                            39.95\n                        ],\n                        [\n                            \"2019-12-25T13:05:00+10:00\",\n                            39.61139\n                        ],\n                        [\n                            \"2019-12-25T13:10:00+10:00\",\n                            39.44961\n                        ],\n                        [\n                            \"2019-12-25T13:15:00+10:00\",\n                            38.88964\n                        ],\n                        [\n                            \"2019-12-25T13:20:00+10:00\",\n                            27.76947\n                        ],\n                        [\n                            \"2019-12-25T13:25:00+10:00\",\n                            33.15833\n                        ],\n                        [\n                            \"2019-12-25T13:30:00+10:00\",\n                            35.32\n                        ],\n                        [\n                            \"2019-12-25T13:35:00+10:00\",\n                            32.73842\n                        ],\n                        [\n                            \"2019-12-25T13:40:00+10:00\",\n                            37.8905\n                        ],\n                        [\n                            \"2019-12-25T13:45:00+10:00\",\n                            32.74151\n                        ],\n                        [\n                            \"2019-12-25T13:50:00+10:00\",\n                            0.00018\n                        ],\n                        [\n                            \"2019-12-25T13:55:00+10:00\",\n                            9.97618\n                        ],\n                        [\n                            \"2019-12-25T14:00:00+10:00\",\n                            23.73\n                        ],\n                        [\n                            \"2019-12-25T14:05:00+10:00\",\n                            17.39808\n                        ],\n                        [\n                            \"2019-12-25T14:10:00+10:00\",\n                            19.74866\n                        ],\n                        [\n                            \"2019-12-25T14:15:00+10:00\",\n                            28.62329\n                        ],\n                        [\n                            \"2019-12-25T14:20:00+10:00\",\n                            17.25149\n                        ],\n                        [\n                            \"2019-12-25T14:25:00+10:00\",\n                            19.97849\n                        ],\n                        [\n                            \"2019-12-25T14:30:00+10:00\",\n                            20.03\n                        ],\n                        [\n                            \"2019-12-25T14:35:00+10:00\",\n                            17.20988\n                        ],\n                        [\n                            \"2019-12-25T14:40:00+10:00\",\n                            28.5862\n                        ],\n                        [\n                            \"2019-12-25T14:45:00+10:00\",\n                            31.34599\n                        ],\n                        [\n                            \"2019-12-25T14:50:00+10:00\",\n                            31.93909\n                        ],\n                        [\n                            \"2019-12-25T14:55:00+10:00\",\n                            31.93689\n                        ],\n                        [\n                            \"2019-12-25T15:00:00+10:00\",\n                            28.8\n                        ],\n                        [\n                            \"2019-12-25T15:05:00+10:00\",\n                            26.5181\n                        ],\n                        [\n                            \"2019-12-25T15:10:00+10:00\",\n                            31.93941\n                        ],\n                        [\n                            \"2019-12-25T15:15:00+10:00\",\n                            31.97947\n                        ],\n                        [\n                            \"2019-12-25T15:20:00+10:00\",\n                            50.71972\n                        ],\n                        [\n                            \"2019-12-25T15:25:00+10:00\",\n                            37.60187\n                        ],\n                        [\n                            \"2019-12-25T15:30:00+10:00\",\n                            36.07\n                        ],\n                        [\n                            \"2019-12-25T15:35:00+10:00\",\n                            26.74894\n                        ],\n                        [\n                            \"2019-12-25T15:40:00+10:00\",\n                            31.92538\n                        ],\n                        [\n                            \"2019-12-25T15:45:00+10:00\",\n                            24.05591\n                        ],\n                        [\n                            \"2019-12-25T15:50:00+10:00\",\n                            9.59809\n                        ],\n                        [\n                            \"2019-12-25T15:55:00+10:00\",\n                            25.82915\n                        ],\n                        [\n                            \"2019-12-25T16:00:00+10:00\",\n                            23.65\n                        ],\n                        [\n                            \"2019-12-25T16:05:00+10:00\",\n                            26.72635\n                        ],\n                        [\n                            \"2019-12-25T16:10:00+10:00\",\n                            26.94538\n                        ],\n                        [\n                            \"2019-12-25T16:15:00+10:00\",\n                            23.37569\n                        ],\n                        [\n                            \"2019-12-25T16:20:00+10:00\",\n                            22.18741\n                        ],\n                        [\n                            \"2019-12-25T16:25:00+10:00\",\n                            22.87897\n                        ],\n                        [\n                            \"2019-12-25T16:30:00+10:00\",\n                            25.15\n                        ],\n                        [\n                            \"2019-12-25T16:35:00+10:00\",\n                            13.47149\n                        ],\n                        [\n                            \"2019-12-25T16:40:00+10:00\",\n                            16.70001\n                        ],\n                        [\n                            \"2019-12-25T16:45:00+10:00\",\n                            18.11506\n                        ],\n                        [\n                            \"2019-12-25T16:50:00+10:00\",\n                            20.90276\n                        ],\n                        [\n                            \"2019-12-25T16:55:00+10:00\",\n                            19.21663\n                        ],\n                        [\n                            \"2019-12-25T17:00:00+10:00\",\n                            18.27\n                        ],\n                        [\n                            \"2019-12-25T17:05:00+10:00\",\n                            9.52958\n                        ],\n                        [\n                            \"2019-12-25T17:10:00+10:00\",\n                            9.16886\n                        ],\n                        [\n                            \"2019-12-25T17:15:00+10:00\",\n                            18.29544\n                        ],\n                        [\n                            \"2019-12-25T17:20:00+10:00\",\n                            17.9602\n                        ],\n                        [\n                            \"2019-12-25T17:25:00+10:00\",\n                            27.1076\n                        ],\n                        [\n                            \"2019-12-25T17:30:00+10:00\",\n                            20.12\n                        ],\n                        [\n                            \"2019-12-25T17:35:00+10:00\",\n                            39.9276\n                        ],\n                        [\n                            \"2019-12-25T17:40:00+10:00\",\n                            39.5865\n                        ],\n                        [\n                            \"2019-12-25T17:45:00+10:00\",\n                            39.85655\n                        ],\n                        [\n                            \"2019-12-25T17:50:00+10:00\",\n                            40.40439\n                        ],\n                        [\n                            \"2019-12-25T17:55:00+10:00\",\n                            40.78587\n                        ],\n                        [\n                            \"2019-12-25T18:00:00+10:00\",\n                            40.33\n                        ],\n                        [\n                            \"2019-12-25T18:05:00+10:00\",\n                            41.33683\n                        ],\n                        [\n                            \"2019-12-25T18:10:00+10:00\",\n                            49.89345\n                        ],\n                        [\n                            \"2019-12-25T18:15:00+10:00\",\n                            49.44964\n                        ],\n                        [\n                            \"2019-12-25T18:20:00+10:00\",\n                            49.89842\n                        ],\n                        [\n                            \"2019-12-25T18:25:00+10:00\",\n                            50.21366\n                        ],\n                        [\n                            \"2019-12-25T18:30:00+10:00\",\n                            48.45\n                        ],\n                        [\n                            \"2019-12-25T18:35:00+10:00\",\n                            50.06269\n                        ],\n                        [\n                            \"2019-12-25T18:40:00+10:00\",\n                            49.79221\n                        ],\n                        [\n                            \"2019-12-25T18:45:00+10:00\",\n                            50.31784\n                        ],\n                        [\n                            \"2019-12-25T18:50:00+10:00\",\n                            43.61448\n                        ],\n                        [\n                            \"2019-12-25T18:55:00+10:00\",\n                            50.48797\n                        ],\n                        [\n                            \"2019-12-25T19:00:00+10:00\",\n                            49.32\n                        ],\n                        [\n                            \"2019-12-25T19:05:00+10:00\",\n                            57.93401\n                        ],\n                        [\n                            \"2019-12-25T19:10:00+10:00\",\n                            58.90221\n                        ],\n                        [\n                            \"2019-12-25T19:15:00+10:00\",\n                            60.72716\n                        ],\n                        [\n                            \"2019-12-25T19:20:00+10:00\",\n                            60.79805\n                        ],\n                        [\n                            \"2019-12-25T19:25:00+10:00\",\n                            61.77219\n                        ],\n                        [\n                            \"2019-12-25T19:30:00+10:00\",\n                            63.97\n                        ],\n                        [\n                            \"2019-12-25T19:35:00+10:00\",\n                            82.19333\n                        ],\n                        [\n                            \"2019-12-25T19:40:00+10:00\",\n                            94.49775\n                        ],\n                        [\n                            \"2019-12-25T19:45:00+10:00\",\n                            86.29\n                        ],\n                        [\n                            \"2019-12-25T19:50:00+10:00\",\n                            62.64355\n                        ],\n                        [\n                            \"2019-12-25T19:55:00+10:00\",\n                            73.19827\n                        ],\n                        [\n                            \"2019-12-25T20:00:00+10:00\",\n                            77.41\n                        ],\n                        [\n                            \"2019-12-25T20:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-25T20:10:00+10:00\",\n                            62.18386\n                        ],\n                        [\n                            \"2019-12-25T20:15:00+10:00\",\n                            62.81194\n                        ],\n                        [\n                            \"2019-12-25T20:20:00+10:00\",\n                            59.05153\n                        ],\n                        [\n                            \"2019-12-25T20:25:00+10:00\",\n                            58.69004\n                        ],\n                        [\n                            \"2019-12-25T20:30:00+10:00\",\n                            61.7\n                        ],\n                        [\n                            \"2019-12-25T20:35:00+10:00\",\n                            59.04101\n                        ],\n                        [\n                            \"2019-12-25T20:40:00+10:00\",\n                            57.50103\n                        ],\n                        [\n                            \"2019-12-25T20:45:00+10:00\",\n                            56.8926\n                        ],\n                        [\n                            \"2019-12-25T20:50:00+10:00\",\n                            57.96742\n                        ],\n                        [\n                            \"2019-12-25T20:55:00+10:00\",\n                            58.12253\n                        ],\n                        [\n                            \"2019-12-25T21:00:00+10:00\",\n                            57.72\n                        ],\n                        [\n                            \"2019-12-25T21:05:00+10:00\",\n                            56.45874\n                        ],\n                        [\n                            \"2019-12-25T21:10:00+10:00\",\n                            56.54067\n                        ],\n                        [\n                            \"2019-12-25T21:15:00+10:00\",\n                            53.81277\n                        ],\n                        [\n                            \"2019-12-25T21:20:00+10:00\",\n                            56.02511\n                        ],\n                        [\n                            \"2019-12-25T21:25:00+10:00\",\n                            56.09024\n                        ],\n                        [\n                            \"2019-12-25T21:30:00+10:00\",\n                            55.71\n                        ],\n                        [\n                            \"2019-12-25T21:35:00+10:00\",\n                            56.68373\n                        ],\n                        [\n                            \"2019-12-25T21:40:00+10:00\",\n                            56.93848\n                        ],\n                        [\n                            \"2019-12-25T21:45:00+10:00\",\n                            55.96626\n                        ],\n                        [\n                            \"2019-12-25T21:50:00+10:00\",\n                            54.45208\n                        ],\n                        [\n                            \"2019-12-25T21:55:00+10:00\",\n                            53.64864\n                        ],\n                        [\n                            \"2019-12-25T22:00:00+10:00\",\n                            55.25\n                        ],\n                        [\n                            \"2019-12-25T22:05:00+10:00\",\n                            54.8614\n                        ],\n                        [\n                            \"2019-12-25T22:10:00+10:00\",\n                            64.49661\n                        ],\n                        [\n                            \"2019-12-25T22:15:00+10:00\",\n                            58.65103\n                        ],\n                        [\n                            \"2019-12-25T22:20:00+10:00\",\n                            54.24807\n                        ],\n                        [\n                            \"2019-12-25T22:25:00+10:00\",\n                            54.12404\n                        ],\n                        [\n                            \"2019-12-25T22:30:00+10:00\",\n                            59.14\n                        ],\n                        [\n                            \"2019-12-25T22:35:00+10:00\",\n                            65.01733\n                        ],\n                        [\n                            \"2019-12-25T22:40:00+10:00\",\n                            65.303\n                        ],\n                        [\n                            \"2019-12-25T22:45:00+10:00\",\n                            60.47554\n                        ],\n                        [\n                            \"2019-12-25T22:50:00+10:00\",\n                            60.51476\n                        ],\n                        [\n                            \"2019-12-25T22:55:00+10:00\",\n                            54.06213\n                        ],\n                        [\n                            \"2019-12-25T23:00:00+10:00\",\n                            59.74\n                        ],\n                        [\n                            \"2019-12-25T23:05:00+10:00\",\n                            61.07801\n                        ],\n                        [\n                            \"2019-12-25T23:10:00+10:00\",\n                            65.33681\n                        ],\n                        [\n                            \"2019-12-25T23:15:00+10:00\",\n                            61.72903\n                        ],\n                        [\n                            \"2019-12-25T23:20:00+10:00\",\n                            61.85944\n                        ],\n                        [\n                            \"2019-12-25T23:25:00+10:00\",\n                            55.59071\n                        ],\n                        [\n                            \"2019-12-25T23:30:00+10:00\",\n                            59.5\n                        ],\n                        [\n                            \"2019-12-25T23:35:00+10:00\",\n                            61.13404\n                        ],\n                        [\n                            \"2019-12-25T23:40:00+10:00\",\n                            51.29954\n                        ],\n                        [\n                            \"2019-12-25T23:45:00+10:00\",\n                            50.02099\n                        ],\n                        [\n                            \"2019-12-25T23:50:00+10:00\",\n                            49.98392\n                        ],\n                        [\n                            \"2019-12-25T23:55:00+10:00\",\n                            47.89561\n                        ],\n                        [\n                            \"2019-12-26T00:00:00+10:00\",\n                            51.75\n                        ],\n                        [\n                            \"2019-12-26T00:05:00+10:00\",\n                            63.61204\n                        ],\n                        [\n                            \"2019-12-26T00:10:00+10:00\",\n                            52.91831\n                        ],\n                        [\n                            \"2019-12-26T00:15:00+10:00\",\n                            53.87399\n                        ],\n                        [\n                            \"2019-12-26T00:20:00+10:00\",\n                            54.15826\n                        ],\n                        [\n                            \"2019-12-26T00:25:00+10:00\",\n                            51.57737\n                        ],\n                        [\n                            \"2019-12-26T00:30:00+10:00\",\n                            55.0\n                        ],\n                        [\n                            \"2019-12-26T00:35:00+10:00\",\n                            68.58608\n                        ],\n                        [\n                            \"2019-12-26T00:40:00+10:00\",\n                            56.13507\n                        ],\n                        [\n                            \"2019-12-26T00:45:00+10:00\",\n                            55.23708\n                        ],\n                        [\n                            \"2019-12-26T00:50:00+10:00\",\n                            54.29729\n                        ],\n                        [\n                            \"2019-12-26T00:55:00+10:00\",\n                            53.23325\n                        ],\n                        [\n                            \"2019-12-26T01:00:00+10:00\",\n                            56.88\n                        ],\n                        [\n                            \"2019-12-26T01:05:00+10:00\",\n                            52.93929\n                        ],\n                        [\n                            \"2019-12-26T01:10:00+10:00\",\n                            52.19471\n                        ],\n                        [\n                            \"2019-12-26T01:15:00+10:00\",\n                            52.60118\n                        ],\n                        [\n                            \"2019-12-26T01:20:00+10:00\",\n                            47.58084\n                        ],\n                        [\n                            \"2019-12-26T01:25:00+10:00\",\n                            47.47943\n                        ],\n                        [\n                            \"2019-12-26T01:30:00+10:00\",\n                            49.14\n                        ],\n                        [\n                            \"2019-12-26T01:35:00+10:00\",\n                            40.35513\n                        ],\n                        [\n                            \"2019-12-26T01:40:00+10:00\",\n                            49.23857\n                        ],\n                        [\n                            \"2019-12-26T01:45:00+10:00\",\n                            46.50781\n                        ],\n                        [\n                            \"2019-12-26T01:50:00+10:00\",\n                            45.79308\n                        ],\n                        [\n                            \"2019-12-26T01:55:00+10:00\",\n                            39.47429\n                        ],\n                        [\n                            \"2019-12-26T02:00:00+10:00\",\n                            43.59\n                        ],\n                        [\n                            \"2019-12-26T02:05:00+10:00\",\n                            31.53662\n                        ],\n                        [\n                            \"2019-12-26T02:10:00+10:00\",\n                            38.9006\n                        ],\n                        [\n                            \"2019-12-26T02:15:00+10:00\",\n                            38.25206\n                        ],\n                        [\n                            \"2019-12-26T02:20:00+10:00\",\n                            38.61579\n                        ],\n                        [\n                            \"2019-12-26T02:25:00+10:00\",\n                            39.07004\n                        ],\n                        [\n                            \"2019-12-26T02:30:00+10:00\",\n                            37.57\n                        ],\n                        [\n                            \"2019-12-26T02:35:00+10:00\",\n                            39.15904\n                        ],\n                        [\n                            \"2019-12-26T02:40:00+10:00\",\n                            39.27835\n                        ],\n                        [\n                            \"2019-12-26T02:45:00+10:00\",\n                            38.57458\n                        ],\n                        [\n                            \"2019-12-26T02:50:00+10:00\",\n                            38.80689\n                        ],\n                        [\n                            \"2019-12-26T02:55:00+10:00\",\n                            38.28545\n                        ],\n                        [\n                            \"2019-12-26T03:00:00+10:00\",\n                            38.68\n                        ],\n                        [\n                            \"2019-12-26T03:05:00+10:00\",\n                            37.34018\n                        ],\n                        [\n                            \"2019-12-26T03:10:00+10:00\",\n                            37.49553\n                        ],\n                        [\n                            \"2019-12-26T03:15:00+10:00\",\n                            30.90418\n                        ],\n                        [\n                            \"2019-12-26T03:20:00+10:00\",\n                            30.97473\n                        ],\n                        [\n                            \"2019-12-26T03:25:00+10:00\",\n                            30.97473\n                        ],\n                        [\n                            \"2019-12-26T03:30:00+10:00\",\n                            34.03\n                        ],\n                        [\n                            \"2019-12-26T03:35:00+10:00\",\n                            30.90162\n                        ],\n                        [\n                            \"2019-12-26T03:40:00+10:00\",\n                            30.63727\n                        ],\n                        [\n                            \"2019-12-26T03:45:00+10:00\",\n                            36.24143\n                        ],\n                        [\n                            \"2019-12-26T03:50:00+10:00\",\n                            30.63486\n                        ],\n                        [\n                            \"2019-12-26T03:55:00+10:00\",\n                            35.3486\n                        ],\n                        [\n                            \"2019-12-26T04:00:00+10:00\",\n                            32.38\n                        ],\n                        [\n                            \"2019-12-26T04:05:00+10:00\",\n                            35.13887\n                        ],\n                        [\n                            \"2019-12-26T04:10:00+10:00\",\n                            30.47902\n                        ],\n                        [\n                            \"2019-12-26T04:15:00+10:00\",\n                            35.03193\n                        ],\n                        [\n                            \"2019-12-26T04:20:00+10:00\",\n                            30.10507\n                        ],\n                        [\n                            \"2019-12-26T04:25:00+10:00\",\n                            30.10556\n                        ],\n                        [\n                            \"2019-12-26T04:30:00+10:00\",\n                            31.85\n                        ],\n                        [\n                            \"2019-12-26T04:35:00+10:00\",\n                            30.22795\n                        ],\n                        [\n                            \"2019-12-26T04:40:00+10:00\",\n                            30.09782\n                        ],\n                        [\n                            \"2019-12-26T04:45:00+10:00\",\n                            29.83573\n                        ],\n                        [\n                            \"2019-12-26T04:50:00+10:00\",\n                            29.57658\n                        ],\n                        [\n                            \"2019-12-26T04:55:00+10:00\",\n                            34.30705\n                        ],\n                        [\n                            \"2019-12-26T05:00:00+10:00\",\n                            30.59\n                        ],\n                        [\n                            \"2019-12-26T05:05:00+10:00\",\n                            33.9436\n                        ],\n                        [\n                            \"2019-12-26T05:10:00+10:00\",\n                            33.96458\n                        ],\n                        [\n                            \"2019-12-26T05:15:00+10:00\",\n                            34.02785\n                        ],\n                        [\n                            \"2019-12-26T05:20:00+10:00\",\n                            29.18918\n                        ],\n                        [\n                            \"2019-12-26T05:25:00+10:00\",\n                            29.44914\n                        ],\n                        [\n                            \"2019-12-26T05:30:00+10:00\",\n                            31.6\n                        ],\n                        [\n                            \"2019-12-26T05:35:00+10:00\",\n                            29.05306\n                        ],\n                        [\n                            \"2019-12-26T05:40:00+10:00\",\n                            33.65099\n                        ],\n                        [\n                            \"2019-12-26T05:45:00+10:00\",\n                            29.17928\n                        ],\n                        [\n                            \"2019-12-26T05:50:00+10:00\",\n                            29.17505\n                        ],\n                        [\n                            \"2019-12-26T05:55:00+10:00\",\n                            34.45861\n                        ],\n                        [\n                            \"2019-12-26T06:00:00+10:00\",\n                            31.72\n                        ],\n                        [\n                            \"2019-12-26T06:05:00+10:00\",\n                            35.1811\n                        ],\n                        [\n                            \"2019-12-26T06:10:00+10:00\",\n                            34.92703\n                        ],\n                        [\n                            \"2019-12-26T06:15:00+10:00\",\n                            34.78152\n                        ],\n                        [\n                            \"2019-12-26T06:20:00+10:00\",\n                            34.2127\n                        ],\n                        [\n                            \"2019-12-26T06:25:00+10:00\",\n                            34.18734\n                        ],\n                        [\n                            \"2019-12-26T06:30:00+10:00\",\n                            34.59\n                        ],\n                        [\n                            \"2019-12-26T06:35:00+10:00\",\n                            34.00837\n                        ],\n                        [\n                            \"2019-12-26T06:40:00+10:00\",\n                            34.47855\n                        ],\n                        [\n                            \"2019-12-26T06:45:00+10:00\",\n                            34.47655\n                        ],\n                        [\n                            \"2019-12-26T06:50:00+10:00\",\n                            34.79849\n                        ],\n                        [\n                            \"2019-12-26T06:55:00+10:00\",\n                            29.41166\n                        ],\n                        [\n                            \"2019-12-26T07:00:00+10:00\",\n                            32.75\n                        ],\n                        [\n                            \"2019-12-26T07:05:00+10:00\",\n                            28.77878\n                        ],\n                        [\n                            \"2019-12-26T07:10:00+10:00\",\n                            29.18659\n                        ],\n                        [\n                            \"2019-12-26T07:15:00+10:00\",\n                            24.78563\n                        ],\n                        [\n                            \"2019-12-26T07:20:00+10:00\",\n                            25.25645\n                        ],\n                        [\n                            \"2019-12-26T07:25:00+10:00\",\n                            25.22113\n                        ],\n                        [\n                            \"2019-12-26T07:30:00+10:00\",\n                            27.07\n                        ],\n                        [\n                            \"2019-12-26T07:35:00+10:00\",\n                            29.45714\n                        ],\n                        [\n                            \"2019-12-26T07:40:00+10:00\",\n                            26.14265\n                        ],\n                        [\n                            \"2019-12-26T07:45:00+10:00\",\n                            28.65308\n                        ],\n                        [\n                            \"2019-12-26T07:50:00+10:00\",\n                            25.448\n                        ],\n                        [\n                            \"2019-12-26T07:55:00+10:00\",\n                            15.50246\n                        ],\n                        [\n                            \"2019-12-26T08:00:00+10:00\",\n                            25.04\n                        ],\n                        [\n                            \"2019-12-26T08:05:00+10:00\",\n                            0.00032\n                        ],\n                        [\n                            \"2019-12-26T08:10:00+10:00\",\n                            8.51221\n                        ],\n                        [\n                            \"2019-12-26T08:15:00+10:00\",\n                            8.47618\n                        ],\n                        [\n                            \"2019-12-26T08:20:00+10:00\",\n                            24.44839\n                        ],\n                        [\n                            \"2019-12-26T08:25:00+10:00\",\n                            24.82375\n                        ],\n                        [\n                            \"2019-12-26T08:30:00+10:00\",\n                            15.11\n                        ],\n                        [\n                            \"2019-12-26T08:35:00+10:00\",\n                            29.01786\n                        ],\n                        [\n                            \"2019-12-26T08:40:00+10:00\",\n                            24.84295\n                        ],\n                        [\n                            \"2019-12-26T08:45:00+10:00\",\n                            28.84082\n                        ],\n                        [\n                            \"2019-12-26T08:50:00+10:00\",\n                            24.31466\n                        ],\n                        [\n                            \"2019-12-26T08:55:00+10:00\",\n                            33.52746\n                        ],\n                        [\n                            \"2019-12-26T09:00:00+10:00\",\n                            28.94\n                        ],\n                        [\n                            \"2019-12-26T09:05:00+10:00\",\n                            28.85365\n                        ],\n                        [\n                            \"2019-12-26T09:10:00+10:00\",\n                            54.85174\n                        ],\n                        [\n                            \"2019-12-26T09:15:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-26T09:20:00+10:00\",\n                            32.02955\n                        ],\n                        [\n                            \"2019-12-26T09:25:00+10:00\",\n                            31.61204\n                        ],\n                        [\n                            \"2019-12-26T09:30:00+10:00\",\n                            37.87\n                        ],\n                        [\n                            \"2019-12-26T09:35:00+10:00\",\n                            32.2805\n                        ],\n                        [\n                            \"2019-12-26T09:40:00+10:00\",\n                            32.42592\n                        ],\n                        [\n                            \"2019-12-26T09:45:00+10:00\",\n                            32.91178\n                        ],\n                        [\n                            \"2019-12-26T09:50:00+10:00\",\n                            32.0611\n                        ],\n                        [\n                            \"2019-12-26T09:55:00+10:00\",\n                            32.23609\n                        ],\n                        [\n                            \"2019-12-26T10:00:00+10:00\",\n                            32.33\n                        ],\n                        [\n                            \"2019-12-26T10:05:00+10:00\",\n                            35.31306\n                        ],\n                        [\n                            \"2019-12-26T10:10:00+10:00\",\n                            32.04101\n                        ],\n                        [\n                            \"2019-12-26T10:15:00+10:00\",\n                            49.44179\n                        ],\n                        [\n                            \"2019-12-26T10:20:00+10:00\",\n                            33.0168\n                        ],\n                        [\n                            \"2019-12-26T10:25:00+10:00\",\n                            32.20063\n                        ],\n                        [\n                            \"2019-12-26T10:30:00+10:00\",\n                            35.74\n                        ],\n                        [\n                            \"2019-12-26T10:35:00+10:00\",\n                            41.04477\n                        ],\n                        [\n                            \"2019-12-26T10:40:00+10:00\",\n                            32.83454\n                        ],\n                        [\n                            \"2019-12-26T10:45:00+10:00\",\n                            32.98334\n                        ],\n                        [\n                            \"2019-12-26T10:50:00+10:00\",\n                            32.67463\n                        ],\n                        [\n                            \"2019-12-26T10:55:00+10:00\",\n                            29.86342\n                        ],\n                        [\n                            \"2019-12-26T11:00:00+10:00\",\n                            33.27\n                        ],\n                        [\n                            \"2019-12-26T11:05:00+10:00\",\n                            30.92373\n                        ],\n                        [\n                            \"2019-12-26T11:10:00+10:00\",\n                            30.36026\n                        ],\n                        [\n                            \"2019-12-26T11:15:00+10:00\",\n                            30.09821\n                        ],\n                        [\n                            \"2019-12-26T11:20:00+10:00\",\n                            30.36243\n                        ],\n                        [\n                            \"2019-12-26T11:25:00+10:00\",\n                            30.74321\n                        ],\n                        [\n                            \"2019-12-26T11:30:00+10:00\",\n                            32.33\n                        ],\n                        [\n                            \"2019-12-26T11:35:00+10:00\",\n                            32.77762\n                        ],\n                        [\n                            \"2019-12-26T11:40:00+10:00\",\n                            33.03989\n                        ],\n                        [\n                            \"2019-12-26T11:45:00+10:00\",\n                            33.10639\n                        ],\n                        [\n                            \"2019-12-26T11:50:00+10:00\",\n                            33.01951\n                        ],\n                        [\n                            \"2019-12-26T11:55:00+10:00\",\n                            32.88601\n                        ],\n                        [\n                            \"2019-12-26T12:00:00+10:00\",\n                            34.4\n                        ],\n                        [\n                            \"2019-12-26T12:05:00+10:00\",\n                            33.45973\n                        ],\n                        [\n                            \"2019-12-26T12:10:00+10:00\",\n                            33.00506\n                        ],\n                        [\n                            \"2019-12-26T12:15:00+10:00\",\n                            33.45773\n                        ],\n                        [\n                            \"2019-12-26T12:20:00+10:00\",\n                            33.23067\n                        ],\n                        [\n                            \"2019-12-26T12:25:00+10:00\",\n                            32.65693\n                        ],\n                        [\n                            \"2019-12-26T12:30:00+10:00\",\n                            33.01\n                        ],\n                        [\n                            \"2019-12-26T12:35:00+10:00\",\n                            32.50476\n                        ],\n                        [\n                            \"2019-12-26T12:40:00+10:00\",\n                            32.6764\n                        ],\n                        [\n                            \"2019-12-26T12:45:00+10:00\",\n                            32.48944\n                        ],\n                        [\n                            \"2019-12-26T12:50:00+10:00\",\n                            32.62854\n                        ],\n                        [\n                            \"2019-12-26T12:55:00+10:00\",\n                            32.74146\n                        ],\n                        [\n                            \"2019-12-26T13:00:00+10:00\",\n                            32.31\n                        ],\n                        [\n                            \"2019-12-26T13:05:00+10:00\",\n                            32.43051\n                        ],\n                        [\n                            \"2019-12-26T13:10:00+10:00\",\n                            32.43394\n                        ],\n                        [\n                            \"2019-12-26T13:15:00+10:00\",\n                            32.43968\n                        ],\n                        [\n                            \"2019-12-26T13:20:00+10:00\",\n                            32.20793\n                        ],\n                        [\n                            \"2019-12-26T13:25:00+10:00\",\n                            31.69868\n                        ],\n                        [\n                            \"2019-12-26T13:30:00+10:00\",\n                            32.26\n                        ],\n                        [\n                            \"2019-12-26T13:35:00+10:00\",\n                            31.83447\n                        ],\n                        [\n                            \"2019-12-26T13:40:00+10:00\",\n                            32.60318\n                        ],\n                        [\n                            \"2019-12-26T13:45:00+10:00\",\n                            32.57564\n                        ],\n                        [\n                            \"2019-12-26T13:50:00+10:00\",\n                            32.5788\n                        ],\n                        [\n                            \"2019-12-26T13:55:00+10:00\",\n                            32.69558\n                        ],\n                        [\n                            \"2019-12-26T14:00:00+10:00\",\n                            32.66\n                        ],\n                        [\n                            \"2019-12-26T14:05:00+10:00\",\n                            32.91466\n                        ],\n                        [\n                            \"2019-12-26T14:10:00+10:00\",\n                            33.17454\n                        ],\n                        [\n                            \"2019-12-26T14:15:00+10:00\",\n                            33.15993\n                        ],\n                        [\n                            \"2019-12-26T14:20:00+10:00\",\n                            33.16998\n                        ],\n                        [\n                            \"2019-12-26T14:25:00+10:00\",\n                            33.17454\n                        ],\n                        [\n                            \"2019-12-26T14:30:00+10:00\",\n                            34.16\n                        ],\n                        [\n                            \"2019-12-26T14:35:00+10:00\",\n                            33.11979\n                        ],\n                        [\n                            \"2019-12-26T14:40:00+10:00\",\n                            33.37494\n                        ],\n                        [\n                            \"2019-12-26T14:45:00+10:00\",\n                            40.00728\n                        ],\n                        [\n                            \"2019-12-26T14:50:00+10:00\",\n                            33.74748\n                        ],\n                        [\n                            \"2019-12-26T14:55:00+10:00\",\n                            44.12647\n                        ],\n                        [\n                            \"2019-12-26T15:00:00+10:00\",\n                            38.21\n                        ],\n                        [\n                            \"2019-12-26T15:05:00+10:00\",\n                            35.62656\n                        ],\n                        [\n                            \"2019-12-26T15:10:00+10:00\",\n                            45.7154\n                        ],\n                        [\n                            \"2019-12-26T15:15:00+10:00\",\n                            43.40579\n                        ],\n                        [\n                            \"2019-12-26T15:20:00+10:00\",\n                            35.27896\n                        ],\n                        [\n                            \"2019-12-26T15:25:00+10:00\",\n                            45.5853\n                        ],\n                        [\n                            \"2019-12-26T15:30:00+10:00\",\n                            41.94\n                        ],\n                        [\n                            \"2019-12-26T15:35:00+10:00\",\n                            25.88391\n                        ],\n                        [\n                            \"2019-12-26T15:40:00+10:00\",\n                            46.20921\n                        ],\n                        [\n                            \"2019-12-26T15:45:00+10:00\",\n                            47.218\n                        ],\n                        [\n                            \"2019-12-26T15:50:00+10:00\",\n                            46.38288\n                        ],\n                        [\n                            \"2019-12-26T15:55:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-26T16:00:00+10:00\",\n                            43.73\n                        ],\n                        [\n                            \"2019-12-26T16:05:00+10:00\",\n                            48.02\n                        ],\n                        [\n                            \"2019-12-26T16:10:00+10:00\",\n                            52.66943\n                        ],\n                        [\n                            \"2019-12-26T16:15:00+10:00\",\n                            59.3278\n                        ],\n                        [\n                            \"2019-12-26T16:20:00+10:00\",\n                            49.10825\n                        ],\n                        [\n                            \"2019-12-26T16:25:00+10:00\",\n                            58.43\n                        ],\n                        [\n                            \"2019-12-26T16:30:00+10:00\",\n                            52.76\n                        ],\n                        [\n                            \"2019-12-26T16:35:00+10:00\",\n                            49.65519\n                        ],\n                        [\n                            \"2019-12-26T16:40:00+10:00\",\n                            49.15882\n                        ],\n                        [\n                            \"2019-12-26T16:45:00+10:00\",\n                            52.11885\n                        ],\n                        [\n                            \"2019-12-26T16:50:00+10:00\",\n                            59.53886\n                        ],\n                        [\n                            \"2019-12-26T16:55:00+10:00\",\n                            57.98933\n                        ],\n                        [\n                            \"2019-12-26T17:00:00+10:00\",\n                            54.71\n                        ],\n                        [\n                            \"2019-12-26T17:05:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-26T17:10:00+10:00\",\n                            49.09858\n                        ],\n                        [\n                            \"2019-12-26T17:15:00+10:00\",\n                            55.06218\n                        ],\n                        [\n                            \"2019-12-26T17:20:00+10:00\",\n                            53.67598\n                        ],\n                        [\n                            \"2019-12-26T17:25:00+10:00\",\n                            62.40319\n                        ],\n                        [\n                            \"2019-12-26T17:30:00+10:00\",\n                            54.17\n                        ],\n                        [\n                            \"2019-12-26T17:35:00+10:00\",\n                            58.40107\n                        ],\n                        [\n                            \"2019-12-26T17:40:00+10:00\",\n                            59.14515\n                        ],\n                        [\n                            \"2019-12-26T17:45:00+10:00\",\n                            62.94366\n                        ],\n                        [\n                            \"2019-12-26T17:50:00+10:00\",\n                            64.6663\n                        ],\n                        [\n                            \"2019-12-26T17:55:00+10:00\",\n                            61.34632\n                        ],\n                        [\n                            \"2019-12-26T18:00:00+10:00\",\n                            61.02\n                        ],\n                        [\n                            \"2019-12-26T18:05:00+10:00\",\n                            52.79261\n                        ],\n                        [\n                            \"2019-12-26T18:10:00+10:00\",\n                            50.1332\n                        ],\n                        [\n                            \"2019-12-26T18:15:00+10:00\",\n                            61.00254\n                        ],\n                        [\n                            \"2019-12-26T18:20:00+10:00\",\n                            61.90656\n                        ],\n                        [\n                            \"2019-12-26T18:25:00+10:00\",\n                            51.59374\n                        ],\n                        [\n                            \"2019-12-26T18:30:00+10:00\",\n                            57.28\n                        ],\n                        [\n                            \"2019-12-26T18:35:00+10:00\",\n                            55.9715\n                        ],\n                        [\n                            \"2019-12-26T18:40:00+10:00\",\n                            56.21086\n                        ],\n                        [\n                            \"2019-12-26T18:45:00+10:00\",\n                            62.00507\n                        ],\n                        [\n                            \"2019-12-26T18:50:00+10:00\",\n                            59.72243\n                        ],\n                        [\n                            \"2019-12-26T18:55:00+10:00\",\n                            62.57917\n                        ],\n                        [\n                            \"2019-12-26T19:00:00+10:00\",\n                            59.86\n                        ],\n                        [\n                            \"2019-12-26T19:05:00+10:00\",\n                            70.03179\n                        ],\n                        [\n                            \"2019-12-26T19:10:00+10:00\",\n                            64.79446\n                        ],\n                        [\n                            \"2019-12-26T19:15:00+10:00\",\n                            67.46551\n                        ],\n                        [\n                            \"2019-12-26T19:20:00+10:00\",\n                            74.13199\n                        ],\n                        [\n                            \"2019-12-26T19:25:00+10:00\",\n                            74.47945\n                        ],\n                        [\n                            \"2019-12-26T19:30:00+10:00\",\n                            69.25\n                        ],\n                        [\n                            \"2019-12-26T19:35:00+10:00\",\n                            72.52172\n                        ],\n                        [\n                            \"2019-12-26T19:40:00+10:00\",\n                            66.86293\n                        ],\n                        [\n                            \"2019-12-26T19:45:00+10:00\",\n                            63.98552\n                        ],\n                        [\n                            \"2019-12-26T19:50:00+10:00\",\n                            67.74849\n                        ],\n                        [\n                            \"2019-12-26T19:55:00+10:00\",\n                            65.30805\n                        ],\n                        [\n                            \"2019-12-26T20:00:00+10:00\",\n                            67.57\n                        ],\n                        [\n                            \"2019-12-26T20:05:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:10:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:15:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:20:00+10:00\",\n                            68.90957\n                        ],\n                        [\n                            \"2019-12-26T20:25:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:30:00+10:00\",\n                            68.98\n                        ],\n                        [\n                            \"2019-12-26T20:35:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:40:00+10:00\",\n                            71.84492\n                        ],\n                        [\n                            \"2019-12-26T20:45:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:50:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2019-12-26T20:55:00+10:00\",\n                            65.91548\n                        ],\n                        [\n                            \"2019-12-26T21:00:00+10:00\",\n                            68.35\n                        ],\n                        [\n                            \"2019-12-26T21:05:00+10:00\",\n                            64.89355\n                        ],\n                        [\n                            \"2019-12-26T21:10:00+10:00\",\n                            64.57156\n                        ],\n                        [\n                            \"2019-12-26T21:15:00+10:00\",\n                            64.34052\n                        ],\n                        [\n                            \"2019-12-26T21:20:00+10:00\",\n                            53.334\n                        ],\n                        [\n                            \"2019-12-26T21:25:00+10:00\",\n                            52.53396\n                        ],\n                        [\n                            \"2019-12-26T21:30:00+10:00\",\n                            58.59\n                        ],\n                        [\n                            \"2019-12-26T21:35:00+10:00\",\n                            52.34796\n                        ],\n                        [\n                            \"2019-12-26T21:40:00+10:00\",\n                            57.18953\n                        ],\n                        [\n                            \"2019-12-26T21:45:00+10:00\",\n                            62.28844\n                        ],\n                        [\n                            \"2019-12-26T21:50:00+10:00\",\n                            61.94191\n                        ],\n                        [\n                            \"2019-12-26T21:55:00+10:00\",\n                            51.22908\n                        ],\n                        [\n                            \"2019-12-26T22:00:00+10:00\",\n                            56.2\n                        ],\n                        [\n                            \"2019-12-26T22:05:00+10:00\",\n                            51.57043\n                        ],\n                        [\n                            \"2019-12-26T22:10:00+10:00\",\n                            52.06247\n                        ],\n                        [\n                            \"2019-12-26T22:15:00+10:00\",\n                            54.86\n                        ],\n                        [\n                            \"2019-12-26T22:20:00+10:00\",\n                            52.92984\n                        ],\n                        [\n                            \"2019-12-26T22:25:00+10:00\",\n                            52.88318\n                        ],\n                        [\n                            \"2019-12-26T22:30:00+10:00\",\n                            52.69\n                        ],\n                        [\n                            \"2019-12-26T22:35:00+10:00\",\n                            61.03089\n                        ],\n                        [\n                            \"2019-12-26T22:40:00+10:00\",\n                            60.807\n                        ],\n                        [\n                            \"2019-12-26T22:45:00+10:00\",\n                            50.72526\n                        ],\n                        [\n                            \"2019-12-26T22:50:00+10:00\",\n                            49.72003\n                        ],\n                        [\n                            \"2019-12-26T22:55:00+10:00\",\n                            48.68677\n                        ],\n                        [\n                            \"2019-12-26T23:00:00+10:00\",\n                            53.17\n                        ],\n                        [\n                            \"2019-12-26T23:05:00+10:00\",\n                            68.535\n                        ],\n                        [\n                            \"2019-12-26T23:10:00+10:00\",\n                            62.4396\n                        ],\n                        [\n                            \"2019-12-26T23:15:00+10:00\",\n                            47.14779\n                        ],\n                        [\n                            \"2019-12-26T23:20:00+10:00\",\n                            47.9291\n                        ],\n                        [\n                            \"2019-12-26T23:25:00+10:00\",\n                            46.87018\n                        ],\n                        [\n                            \"2019-12-26T23:30:00+10:00\",\n                            53.43\n                        ],\n                        [\n                            \"2019-12-26T23:35:00+10:00\",\n                            55.1458\n                        ],\n                        [\n                            \"2019-12-26T23:40:00+10:00\",\n                            55.0\n                        ],\n                        [\n                            \"2019-12-26T23:45:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-26T23:50:00+10:00\",\n                            47.05261\n                        ],\n                        [\n                            \"2019-12-26T23:55:00+10:00\",\n                            46.92914\n                        ],\n                        [\n                            \"2019-12-27T00:00:00+10:00\",\n                            49.33\n                        ],\n                        [\n                            \"2019-12-27T00:05:00+10:00\",\n                            47.43976\n                        ],\n                        [\n                            \"2019-12-27T00:10:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-27T00:15:00+10:00\",\n                            49.14324\n                        ],\n                        [\n                            \"2019-12-27T00:20:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-27T00:25:00+10:00\",\n                            49.03672\n                        ],\n                        [\n                            \"2019-12-27T00:30:00+10:00\",\n                            48.35\n                        ],\n                        [\n                            \"2019-12-27T00:35:00+10:00\",\n                            63.52427\n                        ],\n                        [\n                            \"2019-12-27T00:40:00+10:00\",\n                            51.59423\n                        ],\n                        [\n                            \"2019-12-27T00:45:00+10:00\",\n                            51.84585\n                        ],\n                        [\n                            \"2019-12-27T00:50:00+10:00\",\n                            51.01737\n                        ],\n                        [\n                            \"2019-12-27T00:55:00+10:00\",\n                            48.0\n                        ],\n                        [\n                            \"2019-12-27T01:00:00+10:00\",\n                            52.33\n                        ],\n                        [\n                            \"2019-12-27T01:05:00+10:00\",\n                            43.97113\n                        ],\n                        [\n                            \"2019-12-27T01:10:00+10:00\",\n                            42.30338\n                        ],\n                        [\n                            \"2019-12-27T01:15:00+10:00\",\n                            41.52099\n                        ],\n                        [\n                            \"2019-12-27T01:20:00+10:00\",\n                            36.69851\n                        ],\n                        [\n                            \"2019-12-27T01:25:00+10:00\",\n                            35.96556\n                        ],\n                        [\n                            \"2019-12-27T01:30:00+10:00\",\n                            39.37\n                        ],\n                        [\n                            \"2019-12-27T01:35:00+10:00\",\n                            40.17852\n                        ],\n                        [\n                            \"2019-12-27T01:40:00+10:00\",\n                            38.79717\n                        ],\n                        [\n                            \"2019-12-27T01:45:00+10:00\",\n                            30.7785\n                        ],\n                        [\n                            \"2019-12-27T01:50:00+10:00\",\n                            30.19217\n                        ],\n                        [\n                            \"2019-12-27T01:55:00+10:00\",\n                            29.76666\n                        ],\n                        [\n                            \"2019-12-27T02:00:00+10:00\",\n                            33.13\n                        ],\n                        [\n                            \"2019-12-27T02:05:00+10:00\",\n                            29.65072\n                        ],\n                        [\n                            \"2019-12-27T02:10:00+10:00\",\n                            29.70311\n                        ],\n                        [\n                            \"2019-12-27T02:15:00+10:00\",\n                            29.52015\n                        ],\n                        [\n                            \"2019-12-27T02:20:00+10:00\",\n                            29.51682\n                        ],\n                        [\n                            \"2019-12-27T02:25:00+10:00\",\n                            29.37969\n                        ],\n                        [\n                            \"2019-12-27T02:30:00+10:00\",\n                            29.57\n                        ],\n                        [\n                            \"2019-12-27T02:35:00+10:00\",\n                            29.9108\n                        ],\n                        [\n                            \"2019-12-27T02:40:00+10:00\",\n                            29.90411\n                        ],\n                        [\n                            \"2019-12-27T02:45:00+10:00\",\n                            29.52207\n                        ],\n                        [\n                            \"2019-12-27T02:50:00+10:00\",\n                            29.52584\n                        ],\n                        [\n                            \"2019-12-27T02:55:00+10:00\",\n                            29.67271\n                        ],\n                        [\n                            \"2019-12-27T03:00:00+10:00\",\n                            29.79\n                        ],\n                        [\n                            \"2019-12-27T03:05:00+10:00\",\n                            29.77368\n                        ],\n                        [\n                            \"2019-12-27T03:10:00+10:00\",\n                            29.92214\n                        ],\n                        [\n                            \"2019-12-27T03:15:00+10:00\",\n                            29.92101\n                        ],\n                        [\n                            \"2019-12-27T03:20:00+10:00\",\n                            30.18568\n                        ],\n                        [\n                            \"2019-12-27T03:25:00+10:00\",\n                            29.77017\n                        ],\n                        [\n                            \"2019-12-27T03:30:00+10:00\",\n                            29.87\n                        ],\n                        [\n                            \"2019-12-27T03:35:00+10:00\",\n                            29.66578\n                        ],\n                        [\n                            \"2019-12-27T03:40:00+10:00\",\n                            29.6662\n                        ],\n                        [\n                            \"2019-12-27T03:45:00+10:00\",\n                            29.66173\n                        ],\n                        [\n                            \"2019-12-27T03:50:00+10:00\",\n                            29.66196\n                        ],\n                        [\n                            \"2019-12-27T03:55:00+10:00\",\n                            29.79339\n                        ],\n                        [\n                            \"2019-12-27T04:00:00+10:00\",\n                            29.77\n                        ],\n                        [\n                            \"2019-12-27T04:05:00+10:00\",\n                            29.77624\n                        ],\n                        [\n                            \"2019-12-27T04:10:00+10:00\",\n                            30.05767\n                        ],\n                        [\n                            \"2019-12-27T04:15:00+10:00\",\n                            30.18441\n                        ],\n                        [\n                            \"2019-12-27T04:20:00+10:00\",\n                            30.33095\n                        ],\n                        [\n                            \"2019-12-27T04:25:00+10:00\",\n                            30.46313\n                        ],\n                        [\n                            \"2019-12-27T04:30:00+10:00\",\n                            30.17\n                        ],\n                        [\n                            \"2019-12-27T04:35:00+10:00\",\n                            30.60326\n                        ],\n                        [\n                            \"2019-12-27T04:40:00+10:00\",\n                            29.26561\n                        ],\n                        [\n                            \"2019-12-27T04:45:00+10:00\",\n                            29.93652\n                        ],\n                        [\n                            \"2019-12-27T04:50:00+10:00\",\n                            29.93845\n                        ],\n                        [\n                            \"2019-12-27T04:55:00+10:00\",\n                            30.19741\n                        ],\n                        [\n                            \"2019-12-27T05:00:00+10:00\",\n                            29.98\n                        ],\n                        [\n                            \"2019-12-27T05:05:00+10:00\",\n                            29.93052\n                        ],\n                        [\n                            \"2019-12-27T05:10:00+10:00\",\n                            29.66095\n                        ],\n                        [\n                            \"2019-12-27T05:15:00+10:00\",\n                            29.78867\n                        ],\n                        [\n                            \"2019-12-27T05:20:00+10:00\",\n                            30.03398\n                        ],\n                        [\n                            \"2019-12-27T05:25:00+10:00\",\n                            29.92753\n                        ],\n                        [\n                            \"2019-12-27T05:30:00+10:00\",\n                            29.88\n                        ],\n                        [\n                            \"2019-12-27T05:35:00+10:00\",\n                            30.06186\n                        ],\n                        [\n                            \"2019-12-27T05:40:00+10:00\",\n                            30.17546\n                        ],\n                        [\n                            \"2019-12-27T05:45:00+10:00\",\n                            29.778\n                        ],\n                        [\n                            \"2019-12-27T05:50:00+10:00\",\n                            29.79601\n                        ],\n                        [\n                            \"2019-12-27T05:55:00+10:00\",\n                            29.62747\n                        ],\n                        [\n                            \"2019-12-27T06:00:00+10:00\",\n                            29.85\n                        ],\n                        [\n                            \"2019-12-27T06:05:00+10:00\",\n                            30.07527\n                        ],\n                        [\n                            \"2019-12-27T06:10:00+10:00\",\n                            32.8165\n                        ],\n                        [\n                            \"2019-12-27T06:15:00+10:00\",\n                            29.92103\n                        ],\n                        [\n                            \"2019-12-27T06:20:00+10:00\",\n                            32.85547\n                        ],\n                        [\n                            \"2019-12-27T06:25:00+10:00\",\n                            30.05723\n                        ],\n                        [\n                            \"2019-12-27T06:30:00+10:00\",\n                            30.94\n                        ],\n                        [\n                            \"2019-12-27T06:35:00+10:00\",\n                            30.05769\n                        ],\n                        [\n                            \"2019-12-27T06:40:00+10:00\",\n                            30.30838\n                        ],\n                        [\n                            \"2019-12-27T06:45:00+10:00\",\n                            37.50356\n                        ],\n                        [\n                            \"2019-12-27T06:50:00+10:00\",\n                            37.63455\n                        ],\n                        [\n                            \"2019-12-27T06:55:00+10:00\",\n                            38.27795\n                        ],\n                        [\n                            \"2019-12-27T07:00:00+10:00\",\n                            35.24\n                        ],\n                        [\n                            \"2019-12-27T07:05:00+10:00\",\n                            37.94312\n                        ],\n                        [\n                            \"2019-12-27T07:10:00+10:00\",\n                            40.60626\n                        ],\n                        [\n                            \"2019-12-27T07:15:00+10:00\",\n                            38.2373\n                        ],\n                        [\n                            \"2019-12-27T07:20:00+10:00\",\n                            38.22336\n                        ],\n                        [\n                            \"2019-12-27T07:25:00+10:00\",\n                            24.37751\n                        ],\n                        [\n                            \"2019-12-27T07:30:00+10:00\",\n                            36.5\n                        ],\n                        [\n                            \"2019-12-27T07:35:00+10:00\",\n                            35.81535\n                        ],\n                        [\n                            \"2019-12-27T07:40:00+10:00\",\n                            39.70551\n                        ],\n                        [\n                            \"2019-12-27T07:45:00+10:00\",\n                            40.44786\n                        ],\n                        [\n                            \"2019-12-27T07:50:00+10:00\",\n                            39.87138\n                        ],\n                        [\n                            \"2019-12-27T07:55:00+10:00\",\n                            25.4011\n                        ],\n                        [\n                            \"2019-12-27T08:00:00+10:00\",\n                            36.16\n                        ],\n                        [\n                            \"2019-12-27T08:05:00+10:00\",\n                            35.05618\n                        ],\n                        [\n                            \"2019-12-27T08:10:00+10:00\",\n                            44.69818\n                        ],\n                        [\n                            \"2019-12-27T08:15:00+10:00\",\n                            34.58394\n                        ],\n                        [\n                            \"2019-12-27T08:20:00+10:00\",\n                            34.42542\n                        ],\n                        [\n                            \"2019-12-27T08:25:00+10:00\",\n                            29.92147\n                        ],\n                        [\n                            \"2019-12-27T08:30:00+10:00\",\n                            35.42\n                        ],\n                        [\n                            \"2019-12-27T08:35:00+10:00\",\n                            34.58171\n                        ],\n                        [\n                            \"2019-12-27T08:40:00+10:00\",\n                            38.02878\n                        ],\n                        [\n                            \"2019-12-27T08:45:00+10:00\",\n                            38.36767\n                        ],\n                        [\n                            \"2019-12-27T08:50:00+10:00\",\n                            38.23005\n                        ],\n                        [\n                            \"2019-12-27T08:55:00+10:00\",\n                            38.39503\n                        ],\n                        [\n                            \"2019-12-27T09:00:00+10:00\",\n                            38.56\n                        ],\n                        [\n                            \"2019-12-27T09:05:00+10:00\",\n                            44.50309\n                        ],\n                        [\n                            \"2019-12-27T09:10:00+10:00\",\n                            44.98516\n                        ],\n                        [\n                            \"2019-12-27T09:15:00+10:00\",\n                            39.49591\n                        ],\n                        [\n                            \"2019-12-27T09:20:00+10:00\",\n                            45.60697\n                        ],\n                        [\n                            \"2019-12-27T09:25:00+10:00\",\n                            45.56346\n                        ],\n                        [\n                            \"2019-12-27T09:30:00+10:00\",\n                            44.29\n                        ],\n                        [\n                            \"2019-12-27T09:35:00+10:00\",\n                            45.75325\n                        ],\n                        [\n                            \"2019-12-27T09:40:00+10:00\",\n                            46.33618\n                        ],\n                        [\n                            \"2019-12-27T09:45:00+10:00\",\n                            39.47563\n                        ],\n                        [\n                            \"2019-12-27T09:50:00+10:00\",\n                            30.95642\n                        ],\n                        [\n                            \"2019-12-27T09:55:00+10:00\",\n                            35.3295\n                        ],\n                        [\n                            \"2019-12-27T10:00:00+10:00\",\n                            38.27\n                        ],\n                        [\n                            \"2019-12-27T10:05:00+10:00\",\n                            33.97051\n                        ],\n                        [\n                            \"2019-12-27T10:10:00+10:00\",\n                            40.70144\n                        ],\n                        [\n                            \"2019-12-27T10:15:00+10:00\",\n                            32.03903\n                        ],\n                        [\n                            \"2019-12-27T10:20:00+10:00\",\n                            39.05298\n                        ],\n                        [\n                            \"2019-12-27T10:25:00+10:00\",\n                            35.33207\n                        ],\n                        [\n                            \"2019-12-27T10:30:00+10:00\",\n                            38.09\n                        ],\n                        [\n                            \"2019-12-27T10:35:00+10:00\",\n                            45.15928\n                        ],\n                        [\n                            \"2019-12-27T10:40:00+10:00\",\n                            47.04919\n                        ],\n                        [\n                            \"2019-12-27T10:45:00+10:00\",\n                            46.36382\n                        ],\n                        [\n                            \"2019-12-27T10:50:00+10:00\",\n                            46.15054\n                        ],\n                        [\n                            \"2019-12-27T10:55:00+10:00\",\n                            46.91575\n                        ],\n                        [\n                            \"2019-12-27T11:00:00+10:00\",\n                            46.2\n                        ],\n                        [\n                            \"2019-12-27T11:05:00+10:00\",\n                            46.40256\n                        ],\n                        [\n                            \"2019-12-27T11:10:00+10:00\",\n                            48.26982\n                        ],\n                        [\n                            \"2019-12-27T11:15:00+10:00\",\n                            48.58748\n                        ],\n                        [\n                            \"2019-12-27T11:20:00+10:00\",\n                            47.53847\n                        ],\n                        [\n                            \"2019-12-27T11:25:00+10:00\",\n                            48.57533\n                        ],\n                        [\n                            \"2019-12-27T11:30:00+10:00\",\n                            48.11\n                        ],\n                        [\n                            \"2019-12-27T11:35:00+10:00\",\n                            47.88454\n                        ],\n                        [\n                            \"2019-12-27T11:40:00+10:00\",\n                            61.44668\n                        ],\n                        [\n                            \"2019-12-27T11:45:00+10:00\",\n                            60.81286\n                        ],\n                        [\n                            \"2019-12-27T11:50:00+10:00\",\n                            61.32999\n                        ],\n                        [\n                            \"2019-12-27T11:55:00+10:00\",\n                            50.16659\n                        ],\n                        [\n                            \"2019-12-27T12:00:00+10:00\",\n                            56.68\n                        ],\n                        [\n                            \"2019-12-27T12:05:00+10:00\",\n                            49.83671\n                        ],\n                        [\n                            \"2019-12-27T12:10:00+10:00\",\n                            50.98986\n                        ],\n                        [\n                            \"2019-12-27T12:15:00+10:00\",\n                            61.6109\n                        ],\n                        [\n                            \"2019-12-27T12:20:00+10:00\",\n                            50.30679\n                        ],\n                        [\n                            \"2019-12-27T12:25:00+10:00\",\n                            66.99943\n                        ],\n                        [\n                            \"2019-12-27T12:30:00+10:00\",\n                            57.72\n                        ],\n                        [\n                            \"2019-12-27T12:35:00+10:00\",\n                            58.70982\n                        ],\n                        [\n                            \"2019-12-27T12:40:00+10:00\",\n                            28.17692\n                        ],\n                        [\n                            \"2019-12-27T12:45:00+10:00\",\n                            50.7178\n                        ],\n                        [\n                            \"2019-12-27T12:50:00+10:00\",\n                            52.38898\n                        ],\n                        [\n                            \"2019-12-27T12:55:00+10:00\",\n                            57.39312\n                        ],\n                        [\n                            \"2019-12-27T13:00:00+10:00\",\n                            52.04\n                        ],\n                        [\n                            \"2019-12-27T13:05:00+10:00\",\n                            51.52655\n                        ],\n                        [\n                            \"2019-12-27T13:10:00+10:00\",\n                            51.70461\n                        ],\n                        [\n                            \"2019-12-27T13:15:00+10:00\",\n                            53.35632\n                        ],\n                        [\n                            \"2019-12-27T13:20:00+10:00\",\n                            52.6296\n                        ],\n                        [\n                            \"2019-12-27T13:25:00+10:00\",\n                            57.7991\n                        ],\n                        [\n                            \"2019-12-27T13:30:00+10:00\",\n                            55.18\n                        ],\n                        [\n                            \"2019-12-27T13:35:00+10:00\",\n                            53.59753\n                        ],\n                        [\n                            \"2019-12-27T13:40:00+10:00\",\n                            53.27387\n                        ],\n                        [\n                            \"2019-12-27T13:45:00+10:00\",\n                            54.84315\n                        ],\n                        [\n                            \"2019-12-27T13:50:00+10:00\",\n                            54.40058\n                        ],\n                        [\n                            \"2019-12-27T13:55:00+10:00\",\n                            60.91927\n                        ],\n                        [\n                            \"2019-12-27T14:00:00+10:00\",\n                            59.92\n                        ],\n                        [\n                            \"2019-12-27T14:05:00+10:00\",\n                            69.03981\n                        ],\n                        [\n                            \"2019-12-27T14:10:00+10:00\",\n                            69.89365\n                        ],\n                        [\n                            \"2019-12-27T14:15:00+10:00\",\n                            69.88355\n                        ],\n                        [\n                            \"2019-12-27T14:20:00+10:00\",\n                            71.42183\n                        ],\n                        [\n                            \"2019-12-27T14:25:00+10:00\",\n                            72.66669\n                        ],\n                        [\n                            \"2019-12-27T14:30:00+10:00\",\n                            71.38\n                        ],\n                        [\n                            \"2019-12-27T14:35:00+10:00\",\n                            82.47526\n                        ],\n                        [\n                            \"2019-12-27T14:40:00+10:00\",\n                            72.26866\n                        ],\n                        [\n                            \"2019-12-27T14:45:00+10:00\",\n                            83.25446\n                        ],\n                        [\n                            \"2019-12-27T14:50:00+10:00\",\n                            71.53462\n                        ],\n                        [\n                            \"2019-12-27T14:55:00+10:00\",\n                            82.47227\n                        ],\n                        [\n                            \"2019-12-27T15:00:00+10:00\",\n                            79.56\n                        ],\n                        [\n                            \"2019-12-27T15:05:00+10:00\",\n                            71.90541\n                        ],\n                        [\n                            \"2019-12-27T15:10:00+10:00\",\n                            72.49389\n                        ],\n                        [\n                            \"2019-12-27T15:15:00+10:00\",\n                            80.84922\n                        ],\n                        [\n                            \"2019-12-27T15:20:00+10:00\",\n                            73.10999\n                        ],\n                        [\n                            \"2019-12-27T15:25:00+10:00\",\n                            87.20015\n                        ],\n                        [\n                            \"2019-12-27T15:30:00+10:00\",\n                            79.17\n                        ],\n                        [\n                            \"2019-12-27T15:35:00+10:00\",\n                            101.76\n                        ],\n                        [\n                            \"2019-12-27T15:40:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T15:45:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T15:50:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T15:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T16:00:00+10:00\",\n                            102.63\n                        ],\n                        [\n                            \"2019-12-27T16:05:00+10:00\",\n                            87.00004\n                        ],\n                        [\n                            \"2019-12-27T16:10:00+10:00\",\n                            87.00004\n                        ],\n                        [\n                            \"2019-12-27T16:15:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-27T16:20:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-27T16:25:00+10:00\",\n                            379.95\n                        ],\n                        [\n                            \"2019-12-27T16:30:00+10:00\",\n                            148.83\n                        ],\n                        [\n                            \"2019-12-27T16:35:00+10:00\",\n                            115.00003\n                        ],\n                        [\n                            \"2019-12-27T16:40:00+10:00\",\n                            472.5\n                        ],\n                        [\n                            \"2019-12-27T16:45:00+10:00\",\n                            472.5\n                        ],\n                        [\n                            \"2019-12-27T16:50:00+10:00\",\n                            578.81\n                        ],\n                        [\n                            \"2019-12-27T16:55:00+10:00\",\n                            953.59834\n                        ],\n                        [\n                            \"2019-12-27T17:00:00+10:00\",\n                            451.23\n                        ],\n                        [\n                            \"2019-12-27T17:05:00+10:00\",\n                            93.76598\n                        ],\n                        [\n                            \"2019-12-27T17:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T17:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T17:20:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T17:25:00+10:00\",\n                            91.81525\n                        ],\n                        [\n                            \"2019-12-27T17:30:00+10:00\",\n                            89.39\n                        ],\n                        [\n                            \"2019-12-27T17:35:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T17:40:00+10:00\",\n                            101.01007\n                        ],\n                        [\n                            \"2019-12-27T17:45:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T17:50:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T17:55:00+10:00\",\n                            115.00007\n                        ],\n                        [\n                            \"2019-12-27T18:00:00+10:00\",\n                            112.5\n                        ],\n                        [\n                            \"2019-12-27T18:05:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T18:10:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T18:15:00+10:00\",\n                            114.99983\n                        ],\n                        [\n                            \"2019-12-27T18:20:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T18:25:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T18:30:00+10:00\",\n                            114.67\n                        ],\n                        [\n                            \"2019-12-27T18:35:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T18:40:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T18:45:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T18:50:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-27T18:55:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T19:00:00+10:00\",\n                            127.6\n                        ],\n                        [\n                            \"2019-12-27T19:05:00+10:00\",\n                            224.88256\n                        ],\n                        [\n                            \"2019-12-27T19:10:00+10:00\",\n                            278.81\n                        ],\n                        [\n                            \"2019-12-27T19:15:00+10:00\",\n                            125.14577\n                        ],\n                        [\n                            \"2019-12-27T19:20:00+10:00\",\n                            300.02\n                        ],\n                        [\n                            \"2019-12-27T19:25:00+10:00\",\n                            180.01\n                        ],\n                        [\n                            \"2019-12-27T19:30:00+10:00\",\n                            234.81\n                        ],\n                        [\n                            \"2019-12-27T19:35:00+10:00\",\n                            379.95\n                        ],\n                        [\n                            \"2019-12-27T19:40:00+10:00\",\n                            300.02\n                        ],\n                        [\n                            \"2019-12-27T19:45:00+10:00\",\n                            249.0\n                        ],\n                        [\n                            \"2019-12-27T19:50:00+10:00\",\n                            368.81\n                        ],\n                        [\n                            \"2019-12-27T19:55:00+10:00\",\n                            368.81\n                        ],\n                        [\n                            \"2019-12-27T20:00:00+10:00\",\n                            811.84\n                        ],\n                        [\n                            \"2019-12-27T20:05:00+10:00\",\n                            688.77972\n                        ],\n                        [\n                            \"2019-12-27T20:10:00+10:00\",\n                            108.70114\n                        ],\n                        [\n                            \"2019-12-27T20:15:00+10:00\",\n                            107.8621\n                        ],\n                        [\n                            \"2019-12-27T20:20:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T20:25:00+10:00\",\n                            93.81833\n                        ],\n                        [\n                            \"2019-12-27T20:30:00+10:00\",\n                            202.9\n                        ],\n                        [\n                            \"2019-12-27T20:35:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T20:40:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T20:45:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T20:50:00+10:00\",\n                            82.16104\n                        ],\n                        [\n                            \"2019-12-27T20:55:00+10:00\",\n                            72.21239\n                        ],\n                        [\n                            \"2019-12-27T21:00:00+10:00\",\n                            99.79\n                        ],\n                        [\n                            \"2019-12-27T21:05:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T21:10:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-27T21:15:00+10:00\",\n                            124.02\n                        ],\n                        [\n                            \"2019-12-27T21:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T21:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T21:30:00+10:00\",\n                            102.17\n                        ],\n                        [\n                            \"2019-12-27T21:35:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T21:40:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T21:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T21:50:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T21:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:00:00+10:00\",\n                            86.33\n                        ],\n                        [\n                            \"2019-12-27T22:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:10:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T22:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-27T22:25:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:30:00+10:00\",\n                            86.33\n                        ],\n                        [\n                            \"2019-12-27T22:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-27T22:50:00+10:00\",\n                            64.71873\n                        ],\n                        [\n                            \"2019-12-27T22:55:00+10:00\",\n                            62.5283\n                        ],\n                        [\n                            \"2019-12-27T23:00:00+10:00\",\n                            74.67\n                        ],\n                        [\n                            \"2019-12-27T23:05:00+10:00\",\n                            73.0\n                        ],\n                        [\n                            \"2019-12-27T23:10:00+10:00\",\n                            62.59897\n                        ],\n                        [\n                            \"2019-12-27T23:15:00+10:00\",\n                            71.03257\n                        ],\n                        [\n                            \"2019-12-27T23:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-27T23:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-27T23:30:00+10:00\",\n                            66.97\n                        ],\n                        [\n                            \"2019-12-27T23:35:00+10:00\",\n                            55.9991\n                        ],\n                        [\n                            \"2019-12-27T23:40:00+10:00\",\n                            52.19728\n                        ],\n                        [\n                            \"2019-12-27T23:45:00+10:00\",\n                            52.22138\n                        ],\n                        [\n                            \"2019-12-27T23:50:00+10:00\",\n                            50.79433\n                        ],\n                        [\n                            \"2019-12-27T23:55:00+10:00\",\n                            48.1484\n                        ],\n                        [\n                            \"2019-12-28T00:00:00+10:00\",\n                            51.52\n                        ],\n                        [\n                            \"2019-12-28T00:05:00+10:00\",\n                            51.56797\n                        ],\n                        [\n                            \"2019-12-28T00:10:00+10:00\",\n                            51.5931\n                        ],\n                        [\n                            \"2019-12-28T00:15:00+10:00\",\n                            53.01491\n                        ],\n                        [\n                            \"2019-12-28T00:20:00+10:00\",\n                            53.40301\n                        ],\n                        [\n                            \"2019-12-28T00:25:00+10:00\",\n                            54.66057\n                        ],\n                        [\n                            \"2019-12-28T00:30:00+10:00\",\n                            53.29\n                        ],\n                        [\n                            \"2019-12-28T00:35:00+10:00\",\n                            76.89778\n                        ],\n                        [\n                            \"2019-12-28T00:40:00+10:00\",\n                            72.08431\n                        ],\n                        [\n                            \"2019-12-28T00:45:00+10:00\",\n                            71.89129\n                        ],\n                        [\n                            \"2019-12-28T00:50:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T00:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T01:00:00+10:00\",\n                            71.06\n                        ],\n                        [\n                            \"2019-12-28T01:05:00+10:00\",\n                            65.79096\n                        ],\n                        [\n                            \"2019-12-28T01:10:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T01:15:00+10:00\",\n                            63.44417\n                        ],\n                        [\n                            \"2019-12-28T01:20:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T01:25:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T01:30:00+10:00\",\n                            62.58\n                        ],\n                        [\n                            \"2019-12-28T01:35:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T01:40:00+10:00\",\n                            61.90529\n                        ],\n                        [\n                            \"2019-12-28T01:45:00+10:00\",\n                            63.02526\n                        ],\n                        [\n                            \"2019-12-28T01:50:00+10:00\",\n                            63.52369\n                        ],\n                        [\n                            \"2019-12-28T01:55:00+10:00\",\n                            56.55047\n                        ],\n                        [\n                            \"2019-12-28T02:00:00+10:00\",\n                            60.29\n                        ],\n                        [\n                            \"2019-12-28T02:05:00+10:00\",\n                            58.76837\n                        ],\n                        [\n                            \"2019-12-28T02:10:00+10:00\",\n                            60.13381\n                        ],\n                        [\n                            \"2019-12-28T02:15:00+10:00\",\n                            58.75178\n                        ],\n                        [\n                            \"2019-12-28T02:20:00+10:00\",\n                            58.81209\n                        ],\n                        [\n                            \"2019-12-28T02:25:00+10:00\",\n                            57.41667\n                        ],\n                        [\n                            \"2019-12-28T02:30:00+10:00\",\n                            58.53\n                        ],\n                        [\n                            \"2019-12-28T02:35:00+10:00\",\n                            57.60187\n                        ],\n                        [\n                            \"2019-12-28T02:40:00+10:00\",\n                            58.47837\n                        ],\n                        [\n                            \"2019-12-28T02:45:00+10:00\",\n                            54.00221\n                        ],\n                        [\n                            \"2019-12-28T02:50:00+10:00\",\n                            54.26328\n                        ],\n                        [\n                            \"2019-12-28T02:55:00+10:00\",\n                            57.90447\n                        ],\n                        [\n                            \"2019-12-28T03:00:00+10:00\",\n                            55.8\n                        ],\n                        [\n                            \"2019-12-28T03:05:00+10:00\",\n                            54.9281\n                        ],\n                        [\n                            \"2019-12-28T03:10:00+10:00\",\n                            54.68935\n                        ],\n                        [\n                            \"2019-12-28T03:15:00+10:00\",\n                            54.70525\n                        ],\n                        [\n                            \"2019-12-28T03:20:00+10:00\",\n                            54.69789\n                        ],\n                        [\n                            \"2019-12-28T03:25:00+10:00\",\n                            54.69313\n                        ],\n                        [\n                            \"2019-12-28T03:30:00+10:00\",\n                            55.15\n                        ],\n                        [\n                            \"2019-12-28T03:35:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T03:40:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T03:45:00+10:00\",\n                            57.92206\n                        ],\n                        [\n                            \"2019-12-28T03:50:00+10:00\",\n                            57.80058\n                        ],\n                        [\n                            \"2019-12-28T03:55:00+10:00\",\n                            58.20282\n                        ],\n                        [\n                            \"2019-12-28T04:00:00+10:00\",\n                            58.24\n                        ],\n                        [\n                            \"2019-12-28T04:05:00+10:00\",\n                            57.76588\n                        ],\n                        [\n                            \"2019-12-28T04:10:00+10:00\",\n                            59.13509\n                        ],\n                        [\n                            \"2019-12-28T04:15:00+10:00\",\n                            60.3151\n                        ],\n                        [\n                            \"2019-12-28T04:20:00+10:00\",\n                            59.62208\n                        ],\n                        [\n                            \"2019-12-28T04:25:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T04:30:00+10:00\",\n                            59.65\n                        ],\n                        [\n                            \"2019-12-28T04:35:00+10:00\",\n                            60.15167\n                        ],\n                        [\n                            \"2019-12-28T04:40:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T04:45:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-28T04:50:00+10:00\",\n                            61.27795\n                        ],\n                        [\n                            \"2019-12-28T04:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T05:00:00+10:00\",\n                            64.81\n                        ],\n                        [\n                            \"2019-12-28T05:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T05:10:00+10:00\",\n                            76.26\n                        ],\n                        [\n                            \"2019-12-28T05:15:00+10:00\",\n                            76.38\n                        ],\n                        [\n                            \"2019-12-28T05:20:00+10:00\",\n                            83.68159\n                        ],\n                        [\n                            \"2019-12-28T05:25:00+10:00\",\n                            85.63561\n                        ],\n                        [\n                            \"2019-12-28T05:30:00+10:00\",\n                            79.41\n                        ],\n                        [\n                            \"2019-12-28T05:35:00+10:00\",\n                            79.53984\n                        ],\n                        [\n                            \"2019-12-28T05:40:00+10:00\",\n                            77.95428\n                        ],\n                        [\n                            \"2019-12-28T05:45:00+10:00\",\n                            76.5\n                        ],\n                        [\n                            \"2019-12-28T05:50:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T05:55:00+10:00\",\n                            72.78612\n                        ],\n                        [\n                            \"2019-12-28T06:00:00+10:00\",\n                            79.8\n                        ],\n                        [\n                            \"2019-12-28T06:05:00+10:00\",\n                            65.9227\n                        ],\n                        [\n                            \"2019-12-28T06:10:00+10:00\",\n                            56.598\n                        ],\n                        [\n                            \"2019-12-28T06:15:00+10:00\",\n                            61.1775\n                        ],\n                        [\n                            \"2019-12-28T06:20:00+10:00\",\n                            62.50192\n                        ],\n                        [\n                            \"2019-12-28T06:25:00+10:00\",\n                            58.89081\n                        ],\n                        [\n                            \"2019-12-28T06:30:00+10:00\",\n                            60.76\n                        ],\n                        [\n                            \"2019-12-28T06:35:00+10:00\",\n                            56.07532\n                        ],\n                        [\n                            \"2019-12-28T06:40:00+10:00\",\n                            57.05041\n                        ],\n                        [\n                            \"2019-12-28T06:45:00+10:00\",\n                            55.72806\n                        ],\n                        [\n                            \"2019-12-28T06:50:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-28T06:55:00+10:00\",\n                            56.55688\n                        ],\n                        [\n                            \"2019-12-28T07:00:00+10:00\",\n                            55.85\n                        ],\n                        [\n                            \"2019-12-28T07:05:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-28T07:10:00+10:00\",\n                            56.61065\n                        ],\n                        [\n                            \"2019-12-28T07:15:00+10:00\",\n                            56.60259\n                        ],\n                        [\n                            \"2019-12-28T07:20:00+10:00\",\n                            56.13035\n                        ],\n                        [\n                            \"2019-12-28T07:25:00+10:00\",\n                            56.12933\n                        ],\n                        [\n                            \"2019-12-28T07:30:00+10:00\",\n                            55.81\n                        ],\n                        [\n                            \"2019-12-28T07:35:00+10:00\",\n                            57.31576\n                        ],\n                        [\n                            \"2019-12-28T07:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T07:45:00+10:00\",\n                            56.84037\n                        ],\n                        [\n                            \"2019-12-28T07:50:00+10:00\",\n                            56.82732\n                        ],\n                        [\n                            \"2019-12-28T07:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T08:00:00+10:00\",\n                            65.66\n                        ],\n                        [\n                            \"2019-12-28T08:05:00+10:00\",\n                            50.46483\n                        ],\n                        [\n                            \"2019-12-28T08:10:00+10:00\",\n                            55.68989\n                        ],\n                        [\n                            \"2019-12-28T08:15:00+10:00\",\n                            56.35298\n                        ],\n                        [\n                            \"2019-12-28T08:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T08:25:00+10:00\",\n                            57.07895\n                        ],\n                        [\n                            \"2019-12-28T08:30:00+10:00\",\n                            57.49\n                        ],\n                        [\n                            \"2019-12-28T08:35:00+10:00\",\n                            55.90661\n                        ],\n                        [\n                            \"2019-12-28T08:40:00+10:00\",\n                            55.89197\n                        ],\n                        [\n                            \"2019-12-28T08:45:00+10:00\",\n                            55.11016\n                        ],\n                        [\n                            \"2019-12-28T08:50:00+10:00\",\n                            54.01339\n                        ],\n                        [\n                            \"2019-12-28T08:55:00+10:00\",\n                            53.81168\n                        ],\n                        [\n                            \"2019-12-28T09:00:00+10:00\",\n                            57.21\n                        ],\n                        [\n                            \"2019-12-28T09:05:00+10:00\",\n                            72.27\n                        ],\n                        [\n                            \"2019-12-28T09:10:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T09:15:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-28T09:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T09:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T09:30:00+10:00\",\n                            63.61\n                        ],\n                        [\n                            \"2019-12-28T09:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T09:40:00+10:00\",\n                            50.86\n                        ],\n                        [\n                            \"2019-12-28T09:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T09:50:00+10:00\",\n                            35.29607\n                        ],\n                        [\n                            \"2019-12-28T09:55:00+10:00\",\n                            34.55812\n                        ],\n                        [\n                            \"2019-12-28T10:00:00+10:00\",\n                            50.31\n                        ],\n                        [\n                            \"2019-12-28T10:05:00+10:00\",\n                            44.18946\n                        ],\n                        [\n                            \"2019-12-28T10:10:00+10:00\",\n                            43.82017\n                        ],\n                        [\n                            \"2019-12-28T10:15:00+10:00\",\n                            43.83245\n                        ],\n                        [\n                            \"2019-12-28T10:20:00+10:00\",\n                            43.70695\n                        ],\n                        [\n                            \"2019-12-28T10:25:00+10:00\",\n                            43.45505\n                        ],\n                        [\n                            \"2019-12-28T10:30:00+10:00\",\n                            42.12\n                        ],\n                        [\n                            \"2019-12-28T10:35:00+10:00\",\n                            43.07734\n                        ],\n                        [\n                            \"2019-12-28T10:40:00+10:00\",\n                            42.61063\n                        ],\n                        [\n                            \"2019-12-28T10:45:00+10:00\",\n                            33.73919\n                        ],\n                        [\n                            \"2019-12-28T10:50:00+10:00\",\n                            33.70053\n                        ],\n                        [\n                            \"2019-12-28T10:55:00+10:00\",\n                            40.45312\n                        ],\n                        [\n                            \"2019-12-28T11:00:00+10:00\",\n                            39.04\n                        ],\n                        [\n                            \"2019-12-28T11:05:00+10:00\",\n                            41.51173\n                        ],\n                        [\n                            \"2019-12-28T11:10:00+10:00\",\n                            49.48778\n                        ],\n                        [\n                            \"2019-12-28T11:15:00+10:00\",\n                            42.04068\n                        ],\n                        [\n                            \"2019-12-28T11:20:00+10:00\",\n                            43.29333\n                        ],\n                        [\n                            \"2019-12-28T11:25:00+10:00\",\n                            50.13651\n                        ],\n                        [\n                            \"2019-12-28T11:30:00+10:00\",\n                            46.03\n                        ],\n                        [\n                            \"2019-12-28T11:35:00+10:00\",\n                            49.7076\n                        ],\n                        [\n                            \"2019-12-28T11:40:00+10:00\",\n                            49.69823\n                        ],\n                        [\n                            \"2019-12-28T11:45:00+10:00\",\n                            50.95131\n                        ],\n                        [\n                            \"2019-12-28T11:50:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T11:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T12:00:00+10:00\",\n                            59.31\n                        ],\n                        [\n                            \"2019-12-28T12:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T12:10:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T12:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T12:20:00+10:00\",\n                            76.89642\n                        ],\n                        [\n                            \"2019-12-28T12:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T12:30:00+10:00\",\n                            71.63\n                        ],\n                        [\n                            \"2019-12-28T12:35:00+10:00\",\n                            79.89647\n                        ],\n                        [\n                            \"2019-12-28T12:40:00+10:00\",\n                            80.02447\n                        ],\n                        [\n                            \"2019-12-28T12:45:00+10:00\",\n                            79.56618\n                        ],\n                        [\n                            \"2019-12-28T12:50:00+10:00\",\n                            79.05211\n                        ],\n                        [\n                            \"2019-12-28T12:55:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-28T13:00:00+10:00\",\n                            79.72\n                        ],\n                        [\n                            \"2019-12-28T13:05:00+10:00\",\n                            80.52989\n                        ],\n                        [\n                            \"2019-12-28T13:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-28T13:15:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-28T13:20:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-28T13:25:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-28T13:30:00+10:00\",\n                            70.8\n                        ],\n                        [\n                            \"2019-12-28T13:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T13:40:00+10:00\",\n                            72.27003\n                        ],\n                        [\n                            \"2019-12-28T13:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T13:50:00+10:00\",\n                            73.90003\n                        ],\n                        [\n                            \"2019-12-28T13:55:00+10:00\",\n                            82.86938\n                        ],\n                        [\n                            \"2019-12-28T14:00:00+10:00\",\n                            75.0\n                        ],\n                        [\n                            \"2019-12-28T14:05:00+10:00\",\n                            84.01\n                        ],\n                        [\n                            \"2019-12-28T14:10:00+10:00\",\n                            84.9751\n                        ],\n                        [\n                            \"2019-12-28T14:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T14:20:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T14:25:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-28T14:30:00+10:00\",\n                            85.83\n                        ],\n                        [\n                            \"2019-12-28T14:35:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-28T14:40:00+10:00\",\n                            86.8597\n                        ],\n                        [\n                            \"2019-12-28T14:45:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-28T14:50:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-28T14:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:00:00+10:00\",\n                            86.64\n                        ],\n                        [\n                            \"2019-12-28T15:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:20:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:25:00+10:00\",\n                            87.00006\n                        ],\n                        [\n                            \"2019-12-28T15:30:00+10:00\",\n                            86.33\n                        ],\n                        [\n                            \"2019-12-28T15:35:00+10:00\",\n                            87.00008\n                        ],\n                        [\n                            \"2019-12-28T15:40:00+10:00\",\n                            85.92007\n                        ],\n                        [\n                            \"2019-12-28T15:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T15:50:00+10:00\",\n                            87.00007\n                        ],\n                        [\n                            \"2019-12-28T15:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T16:00:00+10:00\",\n                            86.49\n                        ],\n                        [\n                            \"2019-12-28T16:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T16:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T16:15:00+10:00\",\n                            86.58681\n                        ],\n                        [\n                            \"2019-12-28T16:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T16:25:00+10:00\",\n                            86.58681\n                        ],\n                        [\n                            \"2019-12-28T16:30:00+10:00\",\n                            86.36\n                        ],\n                        [\n                            \"2019-12-28T16:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T16:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T16:45:00+10:00\",\n                            82.99\n                        ],\n                        [\n                            \"2019-12-28T16:50:00+10:00\",\n                            77.57042\n                        ],\n                        [\n                            \"2019-12-28T16:55:00+10:00\",\n                            56.92126\n                        ],\n                        [\n                            \"2019-12-28T17:00:00+10:00\",\n                            76.33\n                        ],\n                        [\n                            \"2019-12-28T17:05:00+10:00\",\n                            62.02\n                        ],\n                        [\n                            \"2019-12-28T17:10:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T17:15:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-28T17:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T17:25:00+10:00\",\n                            83.85\n                        ],\n                        [\n                            \"2019-12-28T17:30:00+10:00\",\n                            70.54\n                        ],\n                        [\n                            \"2019-12-28T17:35:00+10:00\",\n                            69.92709\n                        ],\n                        [\n                            \"2019-12-28T17:40:00+10:00\",\n                            81.84644\n                        ],\n                        [\n                            \"2019-12-28T17:45:00+10:00\",\n                            73.01\n                        ],\n                        [\n                            \"2019-12-28T17:50:00+10:00\",\n                            81.20748\n                        ],\n                        [\n                            \"2019-12-28T17:55:00+10:00\",\n                            74.46568\n                        ],\n                        [\n                            \"2019-12-28T18:00:00+10:00\",\n                            76.84\n                        ],\n                        [\n                            \"2019-12-28T18:05:00+10:00\",\n                            74.88086\n                        ],\n                        [\n                            \"2019-12-28T18:10:00+10:00\",\n                            76.81917\n                        ],\n                        [\n                            \"2019-12-28T18:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T18:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T18:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T18:30:00+10:00\",\n                            83.12\n                        ],\n                        [\n                            \"2019-12-28T18:35:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T18:40:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T18:45:00+10:00\",\n                            87.00009\n                        ],\n                        [\n                            \"2019-12-28T18:50:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T18:55:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:00:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T19:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T19:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T19:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:30:00+10:00\",\n                            86.33\n                        ],\n                        [\n                            \"2019-12-28T19:35:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:40:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-28T19:45:00+10:00\",\n                            79.0\n                        ],\n                        [\n                            \"2019-12-28T19:50:00+10:00\",\n                            72.95136\n                        ],\n                        [\n                            \"2019-12-28T19:55:00+10:00\",\n                            71.47472\n                        ],\n                        [\n                            \"2019-12-28T20:00:00+10:00\",\n                            78.61\n                        ],\n                        [\n                            \"2019-12-28T20:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T20:10:00+10:00\",\n                            82.99\n                        ],\n                        [\n                            \"2019-12-28T20:15:00+10:00\",\n                            75.18498\n                        ],\n                        [\n                            \"2019-12-28T20:20:00+10:00\",\n                            75.91891\n                        ],\n                        [\n                            \"2019-12-28T20:25:00+10:00\",\n                            75.58024\n                        ],\n                        [\n                            \"2019-12-28T20:30:00+10:00\",\n                            78.32\n                        ],\n                        [\n                            \"2019-12-28T20:35:00+10:00\",\n                            75.84379\n                        ],\n                        [\n                            \"2019-12-28T20:40:00+10:00\",\n                            75.40998\n                        ],\n                        [\n                            \"2019-12-28T20:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T20:50:00+10:00\",\n                            72.04239\n                        ],\n                        [\n                            \"2019-12-28T20:55:00+10:00\",\n                            67.41617\n                        ],\n                        [\n                            \"2019-12-28T21:00:00+10:00\",\n                            70.89\n                        ],\n                        [\n                            \"2019-12-28T21:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T21:10:00+10:00\",\n                            72.98841\n                        ],\n                        [\n                            \"2019-12-28T21:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T21:20:00+10:00\",\n                            63.78419\n                        ],\n                        [\n                            \"2019-12-28T21:25:00+10:00\",\n                            60.1924\n                        ],\n                        [\n                            \"2019-12-28T21:30:00+10:00\",\n                            65.51\n                        ],\n                        [\n                            \"2019-12-28T21:35:00+10:00\",\n                            57.37328\n                        ],\n                        [\n                            \"2019-12-28T21:40:00+10:00\",\n                            58.46295\n                        ],\n                        [\n                            \"2019-12-28T21:45:00+10:00\",\n                            60.97061\n                        ],\n                        [\n                            \"2019-12-28T21:50:00+10:00\",\n                            57.21944\n                        ],\n                        [\n                            \"2019-12-28T21:55:00+10:00\",\n                            54.87619\n                        ],\n                        [\n                            \"2019-12-28T22:00:00+10:00\",\n                            57.55\n                        ],\n                        [\n                            \"2019-12-28T22:05:00+10:00\",\n                            58.17972\n                        ],\n                        [\n                            \"2019-12-28T22:10:00+10:00\",\n                            59.12019\n                        ],\n                        [\n                            \"2019-12-28T22:15:00+10:00\",\n                            58.81206\n                        ],\n                        [\n                            \"2019-12-28T22:20:00+10:00\",\n                            59.60471\n                        ],\n                        [\n                            \"2019-12-28T22:25:00+10:00\",\n                            57.19323\n                        ],\n                        [\n                            \"2019-12-28T22:30:00+10:00\",\n                            58.43\n                        ],\n                        [\n                            \"2019-12-28T22:35:00+10:00\",\n                            65.49033\n                        ],\n                        [\n                            \"2019-12-28T22:40:00+10:00\",\n                            62.82711\n                        ],\n                        [\n                            \"2019-12-28T22:45:00+10:00\",\n                            65.69566\n                        ],\n                        [\n                            \"2019-12-28T22:50:00+10:00\",\n                            61.73669\n                        ],\n                        [\n                            \"2019-12-28T22:55:00+10:00\",\n                            58.97367\n                        ],\n                        [\n                            \"2019-12-28T23:00:00+10:00\",\n                            62.11\n                        ],\n                        [\n                            \"2019-12-28T23:05:00+10:00\",\n                            62.0737\n                        ],\n                        [\n                            \"2019-12-28T23:10:00+10:00\",\n                            73.29903\n                        ],\n                        [\n                            \"2019-12-28T23:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T23:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-28T23:25:00+10:00\",\n                            62.41497\n                        ],\n                        [\n                            \"2019-12-28T23:30:00+10:00\",\n                            70.87\n                        ],\n                        [\n                            \"2019-12-28T23:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T23:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-28T23:45:00+10:00\",\n                            72.27\n                        ],\n                        [\n                            \"2019-12-28T23:50:00+10:00\",\n                            59.51673\n                        ],\n                        [\n                            \"2019-12-28T23:55:00+10:00\",\n                            60.46428\n                        ],\n                        [\n                            \"2019-12-29T00:00:00+10:00\",\n                            72.13\n                        ],\n                        [\n                            \"2019-12-29T00:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T00:10:00+10:00\",\n                            83.99\n                        ],\n                        [\n                            \"2019-12-29T00:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T00:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T00:25:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T00:30:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T00:35:00+10:00\",\n                            114.13658\n                        ],\n                        [\n                            \"2019-12-29T00:40:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T00:45:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T00:50:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T00:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T01:00:00+10:00\",\n                            91.19\n                        ],\n                        [\n                            \"2019-12-29T01:05:00+10:00\",\n                            95.21995\n                        ],\n                        [\n                            \"2019-12-29T01:10:00+10:00\",\n                            96.79759\n                        ],\n                        [\n                            \"2019-12-29T01:15:00+10:00\",\n                            75.40293\n                        ],\n                        [\n                            \"2019-12-29T01:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T01:25:00+10:00\",\n                            64.69398\n                        ],\n                        [\n                            \"2019-12-29T01:30:00+10:00\",\n                            78.19\n                        ],\n                        [\n                            \"2019-12-29T01:35:00+10:00\",\n                            72.88622\n                        ],\n                        [\n                            \"2019-12-29T01:40:00+10:00\",\n                            74.86605\n                        ],\n                        [\n                            \"2019-12-29T01:45:00+10:00\",\n                            71.48996\n                        ],\n                        [\n                            \"2019-12-29T01:50:00+10:00\",\n                            64.56428\n                        ],\n                        [\n                            \"2019-12-29T01:55:00+10:00\",\n                            67.47835\n                        ],\n                        [\n                            \"2019-12-29T02:00:00+10:00\",\n                            69.96\n                        ],\n                        [\n                            \"2019-12-29T02:05:00+10:00\",\n                            70.61223\n                        ],\n                        [\n                            \"2019-12-29T02:10:00+10:00\",\n                            81.37803\n                        ],\n                        [\n                            \"2019-12-29T02:15:00+10:00\",\n                            80.71508\n                        ],\n                        [\n                            \"2019-12-29T02:20:00+10:00\",\n                            75.52451\n                        ],\n                        [\n                            \"2019-12-29T02:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T02:30:00+10:00\",\n                            74.39\n                        ],\n                        [\n                            \"2019-12-29T02:35:00+10:00\",\n                            92.59463\n                        ],\n                        [\n                            \"2019-12-29T02:40:00+10:00\",\n                            91.32385\n                        ],\n                        [\n                            \"2019-12-29T02:45:00+10:00\",\n                            72.70669\n                        ],\n                        [\n                            \"2019-12-29T02:50:00+10:00\",\n                            73.397\n                        ],\n                        [\n                            \"2019-12-29T02:55:00+10:00\",\n                            66.17315\n                        ],\n                        [\n                            \"2019-12-29T03:00:00+10:00\",\n                            77.45\n                        ],\n                        [\n                            \"2019-12-29T03:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T03:10:00+10:00\",\n                            73.10228\n                        ],\n                        [\n                            \"2019-12-29T03:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T03:20:00+10:00\",\n                            73.37989\n                        ],\n                        [\n                            \"2019-12-29T03:25:00+10:00\",\n                            73.06464\n                        ],\n                        [\n                            \"2019-12-29T03:30:00+10:00\",\n                            70.84\n                        ],\n                        [\n                            \"2019-12-29T03:35:00+10:00\",\n                            72.69858\n                        ],\n                        [\n                            \"2019-12-29T03:40:00+10:00\",\n                            72.68401\n                        ],\n                        [\n                            \"2019-12-29T03:45:00+10:00\",\n                            73.29639\n                        ],\n                        [\n                            \"2019-12-29T03:50:00+10:00\",\n                            74.55028\n                        ],\n                        [\n                            \"2019-12-29T03:55:00+10:00\",\n                            73.95523\n                        ],\n                        [\n                            \"2019-12-29T04:00:00+10:00\",\n                            73.41\n                        ],\n                        [\n                            \"2019-12-29T04:05:00+10:00\",\n                            91.51\n                        ],\n                        [\n                            \"2019-12-29T04:10:00+10:00\",\n                            84.15921\n                        ],\n                        [\n                            \"2019-12-29T04:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T04:20:00+10:00\",\n                            74.22128\n                        ],\n                        [\n                            \"2019-12-29T04:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T04:30:00+10:00\",\n                            76.02\n                        ],\n                        [\n                            \"2019-12-29T04:35:00+10:00\",\n                            71.64875\n                        ],\n                        [\n                            \"2019-12-29T04:40:00+10:00\",\n                            76.01\n                        ],\n                        [\n                            \"2019-12-29T04:45:00+10:00\",\n                            61.23383\n                        ],\n                        [\n                            \"2019-12-29T04:50:00+10:00\",\n                            67.21454\n                        ],\n                        [\n                            \"2019-12-29T04:55:00+10:00\",\n                            61.58744\n                        ],\n                        [\n                            \"2019-12-29T05:00:00+10:00\",\n                            66.14\n                        ],\n                        [\n                            \"2019-12-29T05:05:00+10:00\",\n                            65.99717\n                        ],\n                        [\n                            \"2019-12-29T05:10:00+10:00\",\n                            66.25981\n                        ],\n                        [\n                            \"2019-12-29T05:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T05:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T05:25:00+10:00\",\n                            67.85991\n                        ],\n                        [\n                            \"2019-12-29T05:30:00+10:00\",\n                            68.28\n                        ],\n                        [\n                            \"2019-12-29T05:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T05:40:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T05:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T05:50:00+10:00\",\n                            68.34392\n                        ],\n                        [\n                            \"2019-12-29T05:55:00+10:00\",\n                            67.66671\n                        ],\n                        [\n                            \"2019-12-29T06:00:00+10:00\",\n                            68.34\n                        ],\n                        [\n                            \"2019-12-29T06:05:00+10:00\",\n                            68.84493\n                        ],\n                        [\n                            \"2019-12-29T06:10:00+10:00\",\n                            68.95878\n                        ],\n                        [\n                            \"2019-12-29T06:15:00+10:00\",\n                            68.98897\n                        ],\n                        [\n                            \"2019-12-29T06:20:00+10:00\",\n                            68.98256\n                        ],\n                        [\n                            \"2019-12-29T06:25:00+10:00\",\n                            69.20347\n                        ],\n                        [\n                            \"2019-12-29T06:30:00+10:00\",\n                            68.91\n                        ],\n                        [\n                            \"2019-12-29T06:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T06:40:00+10:00\",\n                            68.54434\n                        ],\n                        [\n                            \"2019-12-29T06:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T06:50:00+10:00\",\n                            69.45927\n                        ],\n                        [\n                            \"2019-12-29T06:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T07:00:00+10:00\",\n                            67.71\n                        ],\n                        [\n                            \"2019-12-29T07:05:00+10:00\",\n                            61.33775\n                        ],\n                        [\n                            \"2019-12-29T07:10:00+10:00\",\n                            62.01744\n                        ],\n                        [\n                            \"2019-12-29T07:15:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T07:20:00+10:00\",\n                            56.82732\n                        ],\n                        [\n                            \"2019-12-29T07:25:00+10:00\",\n                            57.63876\n                        ],\n                        [\n                            \"2019-12-29T07:30:00+10:00\",\n                            59.7\n                        ],\n                        [\n                            \"2019-12-29T07:35:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T07:40:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T07:45:00+10:00\",\n                            61.0859\n                        ],\n                        [\n                            \"2019-12-29T07:50:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T07:55:00+10:00\",\n                            62.86999\n                        ],\n                        [\n                            \"2019-12-29T08:00:00+10:00\",\n                            63.78\n                        ],\n                        [\n                            \"2019-12-29T08:05:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T08:10:00+10:00\",\n                            67.93035\n                        ],\n                        [\n                            \"2019-12-29T08:15:00+10:00\",\n                            65.22973\n                        ],\n                        [\n                            \"2019-12-29T08:20:00+10:00\",\n                            62.31307\n                        ],\n                        [\n                            \"2019-12-29T08:25:00+10:00\",\n                            62.09255\n                        ],\n                        [\n                            \"2019-12-29T08:30:00+10:00\",\n                            62.99\n                        ],\n                        [\n                            \"2019-12-29T08:35:00+10:00\",\n                            56.02052\n                        ],\n                        [\n                            \"2019-12-29T08:40:00+10:00\",\n                            57.18274\n                        ],\n                        [\n                            \"2019-12-29T08:45:00+10:00\",\n                            58.26003\n                        ],\n                        [\n                            \"2019-12-29T08:50:00+10:00\",\n                            60.7745\n                        ],\n                        [\n                            \"2019-12-29T08:55:00+10:00\",\n                            60.51559\n                        ],\n                        [\n                            \"2019-12-29T09:00:00+10:00\",\n                            58.96\n                        ],\n                        [\n                            \"2019-12-29T09:05:00+10:00\",\n                            57.94989\n                        ],\n                        [\n                            \"2019-12-29T09:10:00+10:00\",\n                            56.70962\n                        ],\n                        [\n                            \"2019-12-29T09:15:00+10:00\",\n                            56.69911\n                        ],\n                        [\n                            \"2019-12-29T09:20:00+10:00\",\n                            49.26414\n                        ],\n                        [\n                            \"2019-12-29T09:25:00+10:00\",\n                            56.70705\n                        ],\n                        [\n                            \"2019-12-29T09:30:00+10:00\",\n                            55.75\n                        ],\n                        [\n                            \"2019-12-29T09:35:00+10:00\",\n                            56.70378\n                        ],\n                        [\n                            \"2019-12-29T09:40:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T09:45:00+10:00\",\n                            55.14433\n                        ],\n                        [\n                            \"2019-12-29T09:50:00+10:00\",\n                            56.82732\n                        ],\n                        [\n                            \"2019-12-29T09:55:00+10:00\",\n                            48.68935\n                        ],\n                        [\n                            \"2019-12-29T10:00:00+10:00\",\n                            55.63\n                        ],\n                        [\n                            \"2019-12-29T10:05:00+10:00\",\n                            56.00354\n                        ],\n                        [\n                            \"2019-12-29T10:10:00+10:00\",\n                            55.56641\n                        ],\n                        [\n                            \"2019-12-29T10:15:00+10:00\",\n                            55.58091\n                        ],\n                        [\n                            \"2019-12-29T10:20:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T10:25:00+10:00\",\n                            55.33346\n                        ],\n                        [\n                            \"2019-12-29T10:30:00+10:00\",\n                            56.3\n                        ],\n                        [\n                            \"2019-12-29T10:35:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T10:40:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-29T10:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T10:50:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T10:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T11:00:00+10:00\",\n                            71.57\n                        ],\n                        [\n                            \"2019-12-29T11:05:00+10:00\",\n                            83.9297\n                        ],\n                        [\n                            \"2019-12-29T11:10:00+10:00\",\n                            82.65205\n                        ],\n                        [\n                            \"2019-12-29T11:15:00+10:00\",\n                            81.96557\n                        ],\n                        [\n                            \"2019-12-29T11:20:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T11:25:00+10:00\",\n                            96.72144\n                        ],\n                        [\n                            \"2019-12-29T11:30:00+10:00\",\n                            86.35\n                        ],\n                        [\n                            \"2019-12-29T11:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T11:40:00+10:00\",\n                            86.54741\n                        ],\n                        [\n                            \"2019-12-29T11:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T11:50:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T11:55:00+10:00\",\n                            111.26\n                        ],\n                        [\n                            \"2019-12-29T12:00:00+10:00\",\n                            91.77\n                        ],\n                        [\n                            \"2019-12-29T12:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T12:10:00+10:00\",\n                            92.49259\n                        ],\n                        [\n                            \"2019-12-29T12:15:00+10:00\",\n                            94.50211\n                        ],\n                        [\n                            \"2019-12-29T12:20:00+10:00\",\n                            87.73114\n                        ],\n                        [\n                            \"2019-12-29T12:25:00+10:00\",\n                            97.49087\n                        ],\n                        [\n                            \"2019-12-29T12:30:00+10:00\",\n                            93.47\n                        ],\n                        [\n                            \"2019-12-29T12:35:00+10:00\",\n                            106.69103\n                        ],\n                        [\n                            \"2019-12-29T12:40:00+10:00\",\n                            92.79314\n                        ],\n                        [\n                            \"2019-12-29T12:45:00+10:00\",\n                            99.34926\n                        ],\n                        [\n                            \"2019-12-29T12:50:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T12:55:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T13:00:00+10:00\",\n                            107.31\n                        ],\n                        [\n                            \"2019-12-29T13:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T13:10:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T13:15:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T13:20:00+10:00\",\n                            97.4838\n                        ],\n                        [\n                            \"2019-12-29T13:25:00+10:00\",\n                            146.69823\n                        ],\n                        [\n                            \"2019-12-29T13:30:00+10:00\",\n                            108.86\n                        ],\n                        [\n                            \"2019-12-29T13:35:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T13:40:00+10:00\",\n                            148.0\n                        ],\n                        [\n                            \"2019-12-29T13:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T13:50:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T13:55:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T14:00:00+10:00\",\n                            101.67\n                        ],\n                        [\n                            \"2019-12-29T14:05:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T14:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T14:15:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T14:20:00+10:00\",\n                            87.00008\n                        ],\n                        [\n                            \"2019-12-29T14:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T14:30:00+10:00\",\n                            87.16\n                        ],\n                        [\n                            \"2019-12-29T14:35:00+10:00\",\n                            72.59004\n                        ],\n                        [\n                            \"2019-12-29T14:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T14:45:00+10:00\",\n                            86.99987\n                        ],\n                        [\n                            \"2019-12-29T14:50:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T14:55:00+10:00\",\n                            89.19816\n                        ],\n                        [\n                            \"2019-12-29T15:00:00+10:00\",\n                            85.36\n                        ],\n                        [\n                            \"2019-12-29T15:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T15:10:00+10:00\",\n                            92.08645\n                        ],\n                        [\n                            \"2019-12-29T15:15:00+10:00\",\n                            104.98584\n                        ],\n                        [\n                            \"2019-12-29T15:20:00+10:00\",\n                            104.91998\n                        ],\n                        [\n                            \"2019-12-29T15:25:00+10:00\",\n                            92.46562\n                        ],\n                        [\n                            \"2019-12-29T15:30:00+10:00\",\n                            95.7\n                        ],\n                        [\n                            \"2019-12-29T15:35:00+10:00\",\n                            114.99998\n                        ],\n                        [\n                            \"2019-12-29T15:40:00+10:00\",\n                            114.99998\n                        ],\n                        [\n                            \"2019-12-29T15:45:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T15:50:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T15:55:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T16:00:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T16:05:00+10:00\",\n                            98.71114\n                        ],\n                        [\n                            \"2019-12-29T16:10:00+10:00\",\n                            101.75788\n                        ],\n                        [\n                            \"2019-12-29T16:15:00+10:00\",\n                            95.48484\n                        ],\n                        [\n                            \"2019-12-29T16:20:00+10:00\",\n                            94.20993\n                        ],\n                        [\n                            \"2019-12-29T16:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T16:30:00+10:00\",\n                            95.27\n                        ],\n                        [\n                            \"2019-12-29T16:35:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T16:40:00+10:00\",\n                            87.66667\n                        ],\n                        [\n                            \"2019-12-29T16:45:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T16:50:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T16:55:00+10:00\",\n                            99.45239\n                        ],\n                        [\n                            \"2019-12-29T17:00:00+10:00\",\n                            90.13\n                        ],\n                        [\n                            \"2019-12-29T17:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T17:10:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T17:15:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T17:20:00+10:00\",\n                            102.43686\n                        ],\n                        [\n                            \"2019-12-29T17:25:00+10:00\",\n                            120.5313\n                        ],\n                        [\n                            \"2019-12-29T17:30:00+10:00\",\n                            102.2\n                        ],\n                        [\n                            \"2019-12-29T17:35:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T17:40:00+10:00\",\n                            103.73266\n                        ],\n                        [\n                            \"2019-12-29T17:45:00+10:00\",\n                            105.09092\n                        ],\n                        [\n                            \"2019-12-29T17:50:00+10:00\",\n                            111.45876\n                        ],\n                        [\n                            \"2019-12-29T17:55:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T18:00:00+10:00\",\n                            107.85\n                        ],\n                        [\n                            \"2019-12-29T18:05:00+10:00\",\n                            119.3012\n                        ],\n                        [\n                            \"2019-12-29T18:10:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-29T18:15:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-29T18:20:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-29T18:25:00+10:00\",\n                            135.61009\n                        ],\n                        [\n                            \"2019-12-29T18:30:00+10:00\",\n                            129.13\n                        ],\n                        [\n                            \"2019-12-29T18:35:00+10:00\",\n                            158.07613\n                        ],\n                        [\n                            \"2019-12-29T18:40:00+10:00\",\n                            200.90682\n                        ],\n                        [\n                            \"2019-12-29T18:45:00+10:00\",\n                            299.46\n                        ],\n                        [\n                            \"2019-12-29T18:50:00+10:00\",\n                            246.10735\n                        ],\n                        [\n                            \"2019-12-29T18:55:00+10:00\",\n                            172.57\n                        ],\n                        [\n                            \"2019-12-29T19:00:00+10:00\",\n                            233.1\n                        ],\n                        [\n                            \"2019-12-29T19:05:00+10:00\",\n                            203.70263\n                        ],\n                        [\n                            \"2019-12-29T19:10:00+10:00\",\n                            156.01001\n                        ],\n                        [\n                            \"2019-12-29T19:15:00+10:00\",\n                            152.29621\n                        ],\n                        [\n                            \"2019-12-29T19:20:00+10:00\",\n                            322.73653\n                        ],\n                        [\n                            \"2019-12-29T19:25:00+10:00\",\n                            316.98069\n                        ],\n                        [\n                            \"2019-12-29T19:30:00+10:00\",\n                            233.45\n                        ],\n                        [\n                            \"2019-12-29T19:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T19:40:00+10:00\",\n                            75.85558\n                        ],\n                        [\n                            \"2019-12-29T19:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-29T19:50:00+10:00\",\n                            86.99956\n                        ],\n                        [\n                            \"2019-12-29T19:55:00+10:00\",\n                            86.99989\n                        ],\n                        [\n                            \"2019-12-29T20:00:00+10:00\",\n                            84.81\n                        ],\n                        [\n                            \"2019-12-29T20:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:10:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:15:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:30:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T20:35:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-29T20:40:00+10:00\",\n                            93.67498\n                        ],\n                        [\n                            \"2019-12-29T20:45:00+10:00\",\n                            92.33716\n                        ],\n                        [\n                            \"2019-12-29T20:50:00+10:00\",\n                            101.94441\n                        ],\n                        [\n                            \"2019-12-29T20:55:00+10:00\",\n                            88.56604\n                        ],\n                        [\n                            \"2019-12-29T21:00:00+10:00\",\n                            96.52\n                        ],\n                        [\n                            \"2019-12-29T21:05:00+10:00\",\n                            87.1366\n                        ],\n                        [\n                            \"2019-12-29T21:10:00+10:00\",\n                            87.19653\n                        ],\n                        [\n                            \"2019-12-29T21:15:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T21:20:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T21:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T21:30:00+10:00\",\n                            87.06\n                        ],\n                        [\n                            \"2019-12-29T21:35:00+10:00\",\n                            90.43263\n                        ],\n                        [\n                            \"2019-12-29T21:40:00+10:00\",\n                            90.65253\n                        ],\n                        [\n                            \"2019-12-29T21:45:00+10:00\",\n                            90.31838\n                        ],\n                        [\n                            \"2019-12-29T21:50:00+10:00\",\n                            90.42544\n                        ],\n                        [\n                            \"2019-12-29T21:55:00+10:00\",\n                            87.88449\n                        ],\n                        [\n                            \"2019-12-29T22:00:00+10:00\",\n                            89.54\n                        ],\n                        [\n                            \"2019-12-29T22:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T22:10:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T22:15:00+10:00\",\n                            86.66687\n                        ],\n                        [\n                            \"2019-12-29T22:20:00+10:00\",\n                            86.62362\n                        ],\n                        [\n                            \"2019-12-29T22:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-29T22:30:00+10:00\",\n                            85.36\n                        ],\n                        [\n                            \"2019-12-29T22:35:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-29T22:40:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-29T22:45:00+10:00\",\n                            55.29973\n                        ],\n                        [\n                            \"2019-12-29T22:50:00+10:00\",\n                            56.50252\n                        ],\n                        [\n                            \"2019-12-29T22:55:00+10:00\",\n                            56.77842\n                        ],\n                        [\n                            \"2019-12-29T23:00:00+10:00\",\n                            58.5\n                        ],\n                        [\n                            \"2019-12-29T23:05:00+10:00\",\n                            65.92535\n                        ],\n                        [\n                            \"2019-12-29T23:10:00+10:00\",\n                            65.05269\n                        ],\n                        [\n                            \"2019-12-29T23:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T23:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T23:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T23:30:00+10:00\",\n                            67.5\n                        ],\n                        [\n                            \"2019-12-29T23:35:00+10:00\",\n                            83.58002\n                        ],\n                        [\n                            \"2019-12-29T23:40:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-29T23:45:00+10:00\",\n                            81.22006\n                        ],\n                        [\n                            \"2019-12-29T23:50:00+10:00\",\n                            68.00998\n                        ],\n                        [\n                            \"2019-12-29T23:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T00:00:00+10:00\",\n                            78.89\n                        ],\n                        [\n                            \"2019-12-30T00:05:00+10:00\",\n                            84.2288\n                        ],\n                        [\n                            \"2019-12-30T00:10:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T00:15:00+10:00\",\n                            86.99998\n                        ],\n                        [\n                            \"2019-12-30T00:20:00+10:00\",\n                            86.99998\n                        ],\n                        [\n                            \"2019-12-30T00:25:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-30T00:30:00+10:00\",\n                            86.37\n                        ],\n                        [\n                            \"2019-12-30T00:35:00+10:00\",\n                            124.08675\n                        ],\n                        [\n                            \"2019-12-30T00:40:00+10:00\",\n                            148.0\n                        ],\n                        [\n                            \"2019-12-30T00:45:00+10:00\",\n                            129.02686\n                        ],\n                        [\n                            \"2019-12-30T00:50:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-30T00:55:00+10:00\",\n                            92.53947\n                        ],\n                        [\n                            \"2019-12-30T01:00:00+10:00\",\n                            115.94\n                        ],\n                        [\n                            \"2019-12-30T01:05:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-30T01:10:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-30T01:15:00+10:00\",\n                            115.0\n                        ],\n                        [\n                            \"2019-12-30T01:20:00+10:00\",\n                            98.819\n                        ],\n                        [\n                            \"2019-12-30T01:25:00+10:00\",\n                            86.60698\n                        ],\n                        [\n                            \"2019-12-30T01:30:00+10:00\",\n                            102.74\n                        ],\n                        [\n                            \"2019-12-30T01:35:00+10:00\",\n                            96.98232\n                        ],\n                        [\n                            \"2019-12-30T01:40:00+10:00\",\n                            133.27001\n                        ],\n                        [\n                            \"2019-12-30T01:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T01:50:00+10:00\",\n                            85.90935\n                        ],\n                        [\n                            \"2019-12-30T01:55:00+10:00\",\n                            78.36615\n                        ],\n                        [\n                            \"2019-12-30T02:00:00+10:00\",\n                            92.76\n                        ],\n                        [\n                            \"2019-12-30T02:05:00+10:00\",\n                            78.39557\n                        ],\n                        [\n                            \"2019-12-30T02:10:00+10:00\",\n                            64.86278\n                        ],\n                        [\n                            \"2019-12-30T02:15:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-30T02:20:00+10:00\",\n                            65.24205\n                        ],\n                        [\n                            \"2019-12-30T02:25:00+10:00\",\n                            56.62489\n                        ],\n                        [\n                            \"2019-12-30T02:30:00+10:00\",\n                            63.61\n                        ],\n                        [\n                            \"2019-12-30T02:35:00+10:00\",\n                            77.21878\n                        ],\n                        [\n                            \"2019-12-30T02:40:00+10:00\",\n                            55.6734\n                        ],\n                        [\n                            \"2019-12-30T02:45:00+10:00\",\n                            50.60329\n                        ],\n                        [\n                            \"2019-12-30T02:50:00+10:00\",\n                            53.1987\n                        ],\n                        [\n                            \"2019-12-30T02:55:00+10:00\",\n                            53.93191\n                        ],\n                        [\n                            \"2019-12-30T03:00:00+10:00\",\n                            57.54\n                        ],\n                        [\n                            \"2019-12-30T03:05:00+10:00\",\n                            64.44701\n                        ],\n                        [\n                            \"2019-12-30T03:10:00+10:00\",\n                            62.5692\n                        ],\n                        [\n                            \"2019-12-30T03:15:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-30T03:20:00+10:00\",\n                            55.81188\n                        ],\n                        [\n                            \"2019-12-30T03:25:00+10:00\",\n                            55.65288\n                        ],\n                        [\n                            \"2019-12-30T03:30:00+10:00\",\n                            58.68\n                        ],\n                        [\n                            \"2019-12-30T03:35:00+10:00\",\n                            53.39533\n                        ],\n                        [\n                            \"2019-12-30T03:40:00+10:00\",\n                            59.66946\n                        ],\n                        [\n                            \"2019-12-30T03:45:00+10:00\",\n                            50.19859\n                        ],\n                        [\n                            \"2019-12-30T03:50:00+10:00\",\n                            48.50585\n                        ],\n                        [\n                            \"2019-12-30T03:55:00+10:00\",\n                            46.18375\n                        ],\n                        [\n                            \"2019-12-30T04:00:00+10:00\",\n                            49.59\n                        ],\n                        [\n                            \"2019-12-30T04:05:00+10:00\",\n                            40.05762\n                        ],\n                        [\n                            \"2019-12-30T04:10:00+10:00\",\n                            44.03347\n                        ],\n                        [\n                            \"2019-12-30T04:15:00+10:00\",\n                            44.51762\n                        ],\n                        [\n                            \"2019-12-30T04:20:00+10:00\",\n                            39.38013\n                        ],\n                        [\n                            \"2019-12-30T04:25:00+10:00\",\n                            22.72166\n                        ],\n                        [\n                            \"2019-12-30T04:30:00+10:00\",\n                            36.08\n                        ],\n                        [\n                            \"2019-12-30T04:35:00+10:00\",\n                            34.20951\n                        ],\n                        [\n                            \"2019-12-30T04:40:00+10:00\",\n                            21.87582\n                        ],\n                        [\n                            \"2019-12-30T04:45:00+10:00\",\n                            21.70063\n                        ],\n                        [\n                            \"2019-12-30T04:50:00+10:00\",\n                            26.68032\n                        ],\n                        [\n                            \"2019-12-30T04:55:00+10:00\",\n                            31.46559\n                        ],\n                        [\n                            \"2019-12-30T05:00:00+10:00\",\n                            25.08\n                        ],\n                        [\n                            \"2019-12-30T05:05:00+10:00\",\n                            32.83398\n                        ],\n                        [\n                            \"2019-12-30T05:10:00+10:00\",\n                            37.4914\n                        ],\n                        [\n                            \"2019-12-30T05:15:00+10:00\",\n                            33.52338\n                        ],\n                        [\n                            \"2019-12-30T05:20:00+10:00\",\n                            37.1725\n                        ],\n                        [\n                            \"2019-12-30T05:25:00+10:00\",\n                            34.05262\n                        ],\n                        [\n                            \"2019-12-30T05:30:00+10:00\",\n                            34.85\n                        ],\n                        [\n                            \"2019-12-30T05:35:00+10:00\",\n                            34.23592\n                        ],\n                        [\n                            \"2019-12-30T05:40:00+10:00\",\n                            42.97209\n                        ],\n                        [\n                            \"2019-12-30T05:45:00+10:00\",\n                            43.07716\n                        ],\n                        [\n                            \"2019-12-30T05:50:00+10:00\",\n                            39.73702\n                        ],\n                        [\n                            \"2019-12-30T05:55:00+10:00\",\n                            34.75682\n                        ],\n                        [\n                            \"2019-12-30T06:00:00+10:00\",\n                            39.79\n                        ],\n                        [\n                            \"2019-12-30T06:05:00+10:00\",\n                            34.91675\n                        ],\n                        [\n                            \"2019-12-30T06:10:00+10:00\",\n                            44.90699\n                        ],\n                        [\n                            \"2019-12-30T06:15:00+10:00\",\n                            40.85858\n                        ],\n                        [\n                            \"2019-12-30T06:20:00+10:00\",\n                            44.39921\n                        ],\n                        [\n                            \"2019-12-30T06:25:00+10:00\",\n                            45.16173\n                        ],\n                        [\n                            \"2019-12-30T06:30:00+10:00\",\n                            42.47\n                        ],\n                        [\n                            \"2019-12-30T06:35:00+10:00\",\n                            39.64231\n                        ],\n                        [\n                            \"2019-12-30T06:40:00+10:00\",\n                            45.71827\n                        ],\n                        [\n                            \"2019-12-30T06:45:00+10:00\",\n                            42.45984\n                        ],\n                        [\n                            \"2019-12-30T06:50:00+10:00\",\n                            42.41464\n                        ],\n                        [\n                            \"2019-12-30T06:55:00+10:00\",\n                            41.36817\n                        ],\n                        [\n                            \"2019-12-30T07:00:00+10:00\",\n                            42.34\n                        ],\n                        [\n                            \"2019-12-30T07:05:00+10:00\",\n                            41.35404\n                        ],\n                        [\n                            \"2019-12-30T07:10:00+10:00\",\n                            42.61562\n                        ],\n                        [\n                            \"2019-12-30T07:15:00+10:00\",\n                            43.70144\n                        ],\n                        [\n                            \"2019-12-30T07:20:00+10:00\",\n                            73.89802\n                        ],\n                        [\n                            \"2019-12-30T07:25:00+10:00\",\n                            70.41088\n                        ],\n                        [\n                            \"2019-12-30T07:30:00+10:00\",\n                            57.97\n                        ],\n                        [\n                            \"2019-12-30T07:35:00+10:00\",\n                            58.31628\n                        ],\n                        [\n                            \"2019-12-30T07:40:00+10:00\",\n                            76.54001\n                        ],\n                        [\n                            \"2019-12-30T07:45:00+10:00\",\n                            95.76659\n                        ],\n                        [\n                            \"2019-12-30T07:50:00+10:00\",\n                            251.29796\n                        ],\n                        [\n                            \"2019-12-30T07:55:00+10:00\",\n                            101.418\n                        ],\n                        [\n                            \"2019-12-30T08:00:00+10:00\",\n                            109.59\n                        ],\n                        [\n                            \"2019-12-30T08:05:00+10:00\",\n                            74.40198\n                        ],\n                        [\n                            \"2019-12-30T08:10:00+10:00\",\n                            92.77001\n                        ],\n                        [\n                            \"2019-12-30T08:15:00+10:00\",\n                            41.26036\n                        ],\n                        [\n                            \"2019-12-30T08:20:00+10:00\",\n                            76.45538\n                        ],\n                        [\n                            \"2019-12-30T08:25:00+10:00\",\n                            96.63387\n                        ],\n                        [\n                            \"2019-12-30T08:30:00+10:00\",\n                            92.19\n                        ],\n                        [\n                            \"2019-12-30T08:35:00+10:00\",\n                            251.23254\n                        ],\n                        [\n                            \"2019-12-30T08:40:00+10:00\",\n                            378.85135\n                        ],\n                        [\n                            \"2019-12-30T08:45:00+10:00\",\n                            370.98726\n                        ],\n                        [\n                            \"2019-12-30T08:50:00+10:00\",\n                            130.4146\n                        ],\n                        [\n                            \"2019-12-30T08:55:00+10:00\",\n                            43.84771\n                        ],\n                        [\n                            \"2019-12-30T09:00:00+10:00\",\n                            205.92\n                        ],\n                        [\n                            \"2019-12-30T09:05:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T09:10:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T09:15:00+10:00\",\n                            299.22273\n                        ],\n                        [\n                            \"2019-12-30T09:20:00+10:00\",\n                            379.95\n                        ],\n                        [\n                            \"2019-12-30T09:25:00+10:00\",\n                            301.68812\n                        ],\n                        [\n                            \"2019-12-30T09:30:00+10:00\",\n                            239.69\n                        ],\n                        [\n                            \"2019-12-30T09:35:00+10:00\",\n                            299.46\n                        ],\n                        [\n                            \"2019-12-30T09:40:00+10:00\",\n                            300.46898\n                        ],\n                        [\n                            \"2019-12-30T09:45:00+10:00\",\n                            264.06814\n                        ],\n                        [\n                            \"2019-12-30T09:50:00+10:00\",\n                            126.91208\n                        ],\n                        [\n                            \"2019-12-30T09:55:00+10:00\",\n                            60.2\n                        ],\n                        [\n                            \"2019-12-30T10:00:00+10:00\",\n                            188.1\n                        ],\n                        [\n                            \"2019-12-30T10:05:00+10:00\",\n                            128.60506\n                        ],\n                        [\n                            \"2019-12-30T10:10:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T10:15:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T10:20:00+10:00\",\n                            302.18361\n                        ],\n                        [\n                            \"2019-12-30T10:25:00+10:00\",\n                            296.88325\n                        ],\n                        [\n                            \"2019-12-30T10:30:00+10:00\",\n                            167.59\n                        ],\n                        [\n                            \"2019-12-30T10:35:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T10:40:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T10:45:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T10:50:00+10:00\",\n                            100.27\n                        ],\n                        [\n                            \"2019-12-30T10:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T11:00:00+10:00\",\n                            102.38\n                        ],\n                        [\n                            \"2019-12-30T11:05:00+10:00\",\n                            115.86586\n                        ],\n                        [\n                            \"2019-12-30T11:10:00+10:00\",\n                            147.0\n                        ],\n                        [\n                            \"2019-12-30T11:15:00+10:00\",\n                            249.01\n                        ],\n                        [\n                            \"2019-12-30T11:20:00+10:00\",\n                            256.44861\n                        ],\n                        [\n                            \"2019-12-30T11:25:00+10:00\",\n                            259.09883\n                        ],\n                        [\n                            \"2019-12-30T11:30:00+10:00\",\n                            214.73\n                        ],\n                        [\n                            \"2019-12-30T11:35:00+10:00\",\n                            255.24737\n                        ],\n                        [\n                            \"2019-12-30T11:40:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T11:45:00+10:00\",\n                            119.05173\n                        ],\n                        [\n                            \"2019-12-30T11:50:00+10:00\",\n                            147.0\n                        ],\n                        [\n                            \"2019-12-30T11:55:00+10:00\",\n                            96.10017\n                        ],\n                        [\n                            \"2019-12-30T12:00:00+10:00\",\n                            143.23\n                        ],\n                        [\n                            \"2019-12-30T12:05:00+10:00\",\n                            144.99\n                        ],\n                        [\n                            \"2019-12-30T12:10:00+10:00\",\n                            144.99\n                        ],\n                        [\n                            \"2019-12-30T12:15:00+10:00\",\n                            250.00999\n                        ],\n                        [\n                            \"2019-12-30T12:20:00+10:00\",\n                            144.99\n                        ],\n                        [\n                            \"2019-12-30T12:25:00+10:00\",\n                            91.45864\n                        ],\n                        [\n                            \"2019-12-30T12:30:00+10:00\",\n                            138.66\n                        ],\n                        [\n                            \"2019-12-30T12:35:00+10:00\",\n                            101.72\n                        ],\n                        [\n                            \"2019-12-30T12:40:00+10:00\",\n                            95.36363\n                        ],\n                        [\n                            \"2019-12-30T12:45:00+10:00\",\n                            210.51209\n                        ],\n                        [\n                            \"2019-12-30T12:50:00+10:00\",\n                            87.00002\n                        ],\n                        [\n                            \"2019-12-30T12:55:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T13:00:00+10:00\",\n                            109.85\n                        ],\n                        [\n                            \"2019-12-30T13:05:00+10:00\",\n                            87.0\n                        ],\n                        [\n                            \"2019-12-30T13:10:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T13:15:00+10:00\",\n                            75.35689\n                        ],\n                        [\n                            \"2019-12-30T13:20:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T13:25:00+10:00\",\n                            89.90091\n                        ],\n                        [\n                            \"2019-12-30T13:30:00+10:00\",\n                            82.38\n                        ],\n                        [\n                            \"2019-12-30T13:35:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T13:40:00+10:00\",\n                            76.64419\n                        ],\n                        [\n                            \"2019-12-30T13:45:00+10:00\",\n                            101.72\n                        ],\n                        [\n                            \"2019-12-30T13:50:00+10:00\",\n                            83.25999\n                        ],\n                        [\n                            \"2019-12-30T13:55:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-30T14:00:00+10:00\",\n                            85.52\n                        ],\n                        [\n                            \"2019-12-30T14:05:00+10:00\",\n                            72.01986\n                        ],\n                        [\n                            \"2019-12-30T14:10:00+10:00\",\n                            86.99999\n                        ],\n                        [\n                            \"2019-12-30T14:15:00+10:00\",\n                            87.00005\n                        ],\n                        [\n                            \"2019-12-30T14:20:00+10:00\",\n                            97.51\n                        ],\n                        [\n                            \"2019-12-30T14:25:00+10:00\",\n                            115.00001\n                        ],\n                        [\n                            \"2019-12-30T14:30:00+10:00\",\n                            95.59\n                        ],\n                        [\n                            \"2019-12-30T14:35:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T14:40:00+10:00\",\n                            134.00002\n                        ],\n                        [\n                            \"2019-12-30T14:45:00+10:00\",\n                            250.01\n                        ],\n                        [\n                            \"2019-12-30T14:50:00+10:00\",\n                            231.81877\n                        ],\n                        [\n                            \"2019-12-30T14:55:00+10:00\",\n                            250.01\n                        ],\n                        [\n                            \"2019-12-30T15:00:00+10:00\",\n                            204.97\n                        ],\n                        [\n                            \"2019-12-30T15:05:00+10:00\",\n                            91.4502\n                        ],\n                        [\n                            \"2019-12-30T15:10:00+10:00\",\n                            94.45518\n                        ],\n                        [\n                            \"2019-12-30T15:15:00+10:00\",\n                            114.99999\n                        ],\n                        [\n                            \"2019-12-30T15:20:00+10:00\",\n                            148.00001\n                        ],\n                        [\n                            \"2019-12-30T15:25:00+10:00\",\n                            148.0\n                        ],\n                        [\n                            \"2019-12-30T15:30:00+10:00\",\n                            144.74\n                        ],\n                        [\n                            \"2019-12-30T15:35:00+10:00\",\n                            94.49321\n                        ],\n                        [\n                            \"2019-12-30T15:40:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T15:45:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T15:50:00+10:00\",\n                            278.81853\n                        ],\n                        [\n                            \"2019-12-30T15:55:00+10:00\",\n                            272.87624\n                        ],\n                        [\n                            \"2019-12-30T16:00:00+10:00\",\n                            191.91\n                        ],\n                        [\n                            \"2019-12-30T16:05:00+10:00\",\n                            380.0\n                        ],\n                        [\n                            \"2019-12-30T16:10:00+10:00\",\n                            380.0\n                        ],\n                        [\n                            \"2019-12-30T16:15:00+10:00\",\n                            7750.86\n                        ],\n                        [\n                            \"2019-12-30T16:20:00+10:00\",\n                            96.07538\n                        ],\n                        [\n                            \"2019-12-30T16:25:00+10:00\",\n                            95.22405\n                        ],\n                        [\n                            \"2019-12-30T16:30:00+10:00\",\n                            1455.96\n                        ],\n                        [\n                            \"2019-12-30T16:35:00+10:00\",\n                            249.0\n                        ],\n                        [\n                            \"2019-12-30T16:40:00+10:00\",\n                            97.90532\n                        ],\n                        [\n                            \"2019-12-30T16:45:00+10:00\",\n                            97.40189\n                        ],\n                        [\n                            \"2019-12-30T16:50:00+10:00\",\n                            96.92856\n                        ],\n                        [\n                            \"2019-12-30T16:55:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T17:00:00+10:00\",\n                            115.87\n                        ],\n                        [\n                            \"2019-12-30T17:05:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T17:10:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-30T17:15:00+10:00\",\n                            47.93997\n                        ],\n                        [\n                            \"2019-12-30T17:20:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T17:25:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-30T17:30:00+10:00\",\n                            98.58\n                        ],\n                        [\n                            \"2019-12-30T17:35:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-30T17:40:00+10:00\",\n                            78.78768\n                        ],\n                        [\n                            \"2019-12-30T17:45:00+10:00\",\n                            200.70996\n                        ],\n                        [\n                            \"2019-12-30T17:50:00+10:00\",\n                            129.01\n                        ],\n                        [\n                            \"2019-12-30T17:55:00+10:00\",\n                            250.00999\n                        ],\n                        [\n                            \"2019-12-30T18:00:00+10:00\",\n                            133.84\n                        ],\n                        [\n                            \"2019-12-30T18:05:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T18:10:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T18:15:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-30T18:20:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T18:25:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-30T18:30:00+10:00\",\n                            74.18\n                        ],\n                        [\n                            \"2019-12-30T18:35:00+10:00\",\n                            138.98999\n                        ],\n                        [\n                            \"2019-12-30T18:40:00+10:00\",\n                            135.98999\n                        ],\n                        [\n                            \"2019-12-30T18:45:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-30T18:50:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-30T18:55:00+10:00\",\n                            114.0\n                        ],\n                        [\n                            \"2019-12-30T19:00:00+10:00\",\n                            125.09\n                        ],\n                        [\n                            \"2019-12-30T19:05:00+10:00\",\n                            251.22943\n                        ],\n                        [\n                            \"2019-12-30T19:10:00+10:00\",\n                            102.20688\n                        ],\n                        [\n                            \"2019-12-30T19:15:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T19:20:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T19:25:00+10:00\",\n                            74.31013\n                        ],\n                        [\n                            \"2019-12-30T19:30:00+10:00\",\n                            104.37\n                        ],\n                        [\n                            \"2019-12-30T19:35:00+10:00\",\n                            53.0\n                        ],\n                        [\n                            \"2019-12-30T19:40:00+10:00\",\n                            43.16275\n                        ],\n                        [\n                            \"2019-12-30T19:45:00+10:00\",\n                            51.15319\n                        ],\n                        [\n                            \"2019-12-30T19:50:00+10:00\",\n                            40.45185\n                        ],\n                        [\n                            \"2019-12-30T19:55:00+10:00\",\n                            54.06375\n                        ],\n                        [\n                            \"2019-12-30T20:00:00+10:00\",\n                            46.18\n                        ],\n                        [\n                            \"2019-12-30T20:05:00+10:00\",\n                            41.75589\n                        ],\n                        [\n                            \"2019-12-30T20:10:00+10:00\",\n                            53.9192\n                        ],\n                        [\n                            \"2019-12-30T20:15:00+10:00\",\n                            59.87842\n                        ],\n                        [\n                            \"2019-12-30T20:20:00+10:00\",\n                            31.00115\n                        ],\n                        [\n                            \"2019-12-30T20:25:00+10:00\",\n                            30.72477\n                        ],\n                        [\n                            \"2019-12-30T20:30:00+10:00\",\n                            41.34\n                        ],\n                        [\n                            \"2019-12-30T20:35:00+10:00\",\n                            63.30669\n                        ],\n                        [\n                            \"2019-12-30T20:40:00+10:00\",\n                            59.18043\n                        ],\n                        [\n                            \"2019-12-30T20:45:00+10:00\",\n                            58.48182\n                        ],\n                        [\n                            \"2019-12-30T20:50:00+10:00\",\n                            56.69532\n                        ],\n                        [\n                            \"2019-12-30T20:55:00+10:00\",\n                            45.70316\n                        ],\n                        [\n                            \"2019-12-30T21:00:00+10:00\",\n                            54.95\n                        ],\n                        [\n                            \"2019-12-30T21:05:00+10:00\",\n                            57.24308\n                        ],\n                        [\n                            \"2019-12-30T21:10:00+10:00\",\n                            62.18898\n                        ],\n                        [\n                            \"2019-12-30T21:15:00+10:00\",\n                            59.43708\n                        ],\n                        [\n                            \"2019-12-30T21:20:00+10:00\",\n                            59.93622\n                        ],\n                        [\n                            \"2019-12-30T21:25:00+10:00\",\n                            60.09291\n                        ],\n                        [\n                            \"2019-12-30T21:30:00+10:00\",\n                            59.99\n                        ],\n                        [\n                            \"2019-12-30T21:35:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T21:40:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-30T21:45:00+10:00\",\n                            61.71607\n                        ],\n                        [\n                            \"2019-12-30T21:50:00+10:00\",\n                            56.47493\n                        ],\n                        [\n                            \"2019-12-30T21:55:00+10:00\",\n                            46.47179\n                        ],\n                        [\n                            \"2019-12-30T22:00:00+10:00\",\n                            59.38\n                        ],\n                        [\n                            \"2019-12-30T22:05:00+10:00\",\n                            59.45351\n                        ],\n                        [\n                            \"2019-12-30T22:10:00+10:00\",\n                            63.34422\n                        ],\n                        [\n                            \"2019-12-30T22:15:00+10:00\",\n                            58.15481\n                        ],\n                        [\n                            \"2019-12-30T22:20:00+10:00\",\n                            54.29886\n                        ],\n                        [\n                            \"2019-12-30T22:25:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T22:30:00+10:00\",\n                            58.6\n                        ],\n                        [\n                            \"2019-12-30T22:35:00+10:00\",\n                            55.16067\n                        ],\n                        [\n                            \"2019-12-30T22:40:00+10:00\",\n                            49.44593\n                        ],\n                        [\n                            \"2019-12-30T22:45:00+10:00\",\n                            48.79692\n                        ],\n                        [\n                            \"2019-12-30T22:50:00+10:00\",\n                            48.58797\n                        ],\n                        [\n                            \"2019-12-30T22:55:00+10:00\",\n                            48.01612\n                        ],\n                        [\n                            \"2019-12-30T23:00:00+10:00\",\n                            49.91\n                        ],\n                        [\n                            \"2019-12-30T23:05:00+10:00\",\n                            70.05025\n                        ],\n                        [\n                            \"2019-12-30T23:10:00+10:00\",\n                            69.4018\n                        ],\n                        [\n                            \"2019-12-30T23:15:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-30T23:20:00+10:00\",\n                            61.29192\n                        ],\n                        [\n                            \"2019-12-30T23:25:00+10:00\",\n                            50.00859\n                        ],\n                        [\n                            \"2019-12-30T23:30:00+10:00\",\n                            62.17\n                        ],\n                        [\n                            \"2019-12-30T23:35:00+10:00\",\n                            61.17413\n                        ],\n                        [\n                            \"2019-12-30T23:40:00+10:00\",\n                            50.52317\n                        ],\n                        [\n                            \"2019-12-30T23:45:00+10:00\",\n                            49.04049\n                        ],\n                        [\n                            \"2019-12-30T23:50:00+10:00\",\n                            51.10318\n                        ],\n                        [\n                            \"2019-12-30T23:55:00+10:00\",\n                            46.63507\n                        ],\n                        [\n                            \"2019-12-31T00:00:00+10:00\",\n                            51.19\n                        ],\n                        [\n                            \"2019-12-31T00:05:00+10:00\",\n                            58.91893\n                        ],\n                        [\n                            \"2019-12-31T00:10:00+10:00\",\n                            55.0422\n                        ],\n                        [\n                            \"2019-12-31T00:15:00+10:00\",\n                            79.10114\n                        ],\n                        [\n                            \"2019-12-31T00:20:00+10:00\",\n                            55.39779\n                        ],\n                        [\n                            \"2019-12-31T00:25:00+10:00\",\n                            77.5\n                        ],\n                        [\n                            \"2019-12-31T00:30:00+10:00\",\n                            67.24\n                        ],\n                        [\n                            \"2019-12-31T00:35:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-31T00:40:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-31T00:45:00+10:00\",\n                            86.0\n                        ],\n                        [\n                            \"2019-12-31T00:50:00+10:00\",\n                            55.88448\n                        ],\n                        [\n                            \"2019-12-31T00:55:00+10:00\",\n                            50.48866\n                        ],\n                        [\n                            \"2019-12-31T01:00:00+10:00\",\n                            69.54\n                        ],\n                        [\n                            \"2019-12-31T01:05:00+10:00\",\n                            44.78469\n                        ],\n                        [\n                            \"2019-12-31T01:10:00+10:00\",\n                            51.23256\n                        ],\n                        [\n                            \"2019-12-31T01:15:00+10:00\",\n                            47.0886\n                        ],\n                        [\n                            \"2019-12-31T01:20:00+10:00\",\n                            44.07648\n                        ],\n                        [\n                            \"2019-12-31T01:25:00+10:00\",\n                            38.9307\n                        ],\n                        [\n                            \"2019-12-31T01:30:00+10:00\",\n                            44.42\n                        ],\n                        [\n                            \"2019-12-31T01:35:00+10:00\",\n                            41.51052\n                        ],\n                        [\n                            \"2019-12-31T01:40:00+10:00\",\n                            38.90843\n                        ],\n                        [\n                            \"2019-12-31T01:45:00+10:00\",\n                            41.97044\n                        ],\n                        [\n                            \"2019-12-31T01:50:00+10:00\",\n                            42.55401\n                        ],\n                        [\n                            \"2019-12-31T01:55:00+10:00\",\n                            39.70197\n                        ],\n                        [\n                            \"2019-12-31T02:00:00+10:00\",\n                            40.34\n                        ],\n                        [\n                            \"2019-12-31T02:05:00+10:00\",\n                            44.96548\n                        ],\n                        [\n                            \"2019-12-31T02:10:00+10:00\",\n                            43.6311\n                        ],\n                        [\n                            \"2019-12-31T02:15:00+10:00\",\n                            43.95887\n                        ],\n                        [\n                            \"2019-12-31T02:20:00+10:00\",\n                            40.81683\n                        ],\n                        [\n                            \"2019-12-31T02:25:00+10:00\",\n                            40.16316\n                        ],\n                        [\n                            \"2019-12-31T02:30:00+10:00\",\n                            40.47\n                        ],\n                        [\n                            \"2019-12-31T02:35:00+10:00\",\n                            39.45516\n                        ],\n                        [\n                            \"2019-12-31T02:40:00+10:00\",\n                            40.22766\n                        ],\n                        [\n                            \"2019-12-31T02:45:00+10:00\",\n                            39.69127\n                        ],\n                        [\n                            \"2019-12-31T02:50:00+10:00\",\n                            39.64186\n                        ],\n                        [\n                            \"2019-12-31T02:55:00+10:00\",\n                            39.83916\n                        ],\n                        [\n                            \"2019-12-31T03:00:00+10:00\",\n                            39.66\n                        ],\n                        [\n                            \"2019-12-31T03:05:00+10:00\",\n                            39.47766\n                        ],\n                        [\n                            \"2019-12-31T03:10:00+10:00\",\n                            38.87289\n                        ],\n                        [\n                            \"2019-12-31T03:15:00+10:00\",\n                            38.90213\n                        ],\n                        [\n                            \"2019-12-31T03:20:00+10:00\",\n                            38.65673\n                        ],\n                        [\n                            \"2019-12-31T03:25:00+10:00\",\n                            38.3879\n                        ],\n                        [\n                            \"2019-12-31T03:30:00+10:00\",\n                            38.72\n                        ],\n                        [\n                            \"2019-12-31T03:35:00+10:00\",\n                            37.43719\n                        ],\n                        [\n                            \"2019-12-31T03:40:00+10:00\",\n                            36.27901\n                        ],\n                        [\n                            \"2019-12-31T03:45:00+10:00\",\n                            36.43649\n                        ],\n                        [\n                            \"2019-12-31T03:50:00+10:00\",\n                            35.7843\n                        ],\n                        [\n                            \"2019-12-31T03:55:00+10:00\",\n                            35.57732\n                        ],\n                        [\n                            \"2019-12-31T04:00:00+10:00\",\n                            36.1\n                        ],\n                        [\n                            \"2019-12-31T04:05:00+10:00\",\n                            34.46967\n                        ],\n                        [\n                            \"2019-12-31T04:10:00+10:00\",\n                            34.92304\n                        ],\n                        [\n                            \"2019-12-31T04:15:00+10:00\",\n                            40.12511\n                        ],\n                        [\n                            \"2019-12-31T04:20:00+10:00\",\n                            36.5985\n                        ],\n                        [\n                            \"2019-12-31T04:25:00+10:00\",\n                            41.57215\n                        ],\n                        [\n                            \"2019-12-31T04:30:00+10:00\",\n                            38.3\n                        ],\n                        [\n                            \"2019-12-31T04:35:00+10:00\",\n                            42.40212\n                        ],\n                        [\n                            \"2019-12-31T04:40:00+10:00\",\n                            40.21995\n                        ],\n                        [\n                            \"2019-12-31T04:45:00+10:00\",\n                            39.98749\n                        ],\n                        [\n                            \"2019-12-31T04:50:00+10:00\",\n                            40.32209\n                        ],\n                        [\n                            \"2019-12-31T04:55:00+10:00\",\n                            45.74066\n                        ],\n                        [\n                            \"2019-12-31T05:00:00+10:00\",\n                            42.42\n                        ],\n                        [\n                            \"2019-12-31T05:05:00+10:00\",\n                            53.36841\n                        ],\n                        [\n                            \"2019-12-31T05:10:00+10:00\",\n                            60.18935\n                        ],\n                        [\n                            \"2019-12-31T05:15:00+10:00\",\n                            53.36285\n                        ],\n                        [\n                            \"2019-12-31T05:20:00+10:00\",\n                            53.47293\n                        ],\n                        [\n                            \"2019-12-31T05:25:00+10:00\",\n                            53.08407\n                        ],\n                        [\n                            \"2019-12-31T05:30:00+10:00\",\n                            54.46\n                        ],\n                        [\n                            \"2019-12-31T05:35:00+10:00\",\n                            53.60031\n                        ],\n                        [\n                            \"2019-12-31T05:40:00+10:00\",\n                            53.46961\n                        ],\n                        [\n                            \"2019-12-31T05:45:00+10:00\",\n                            52.5617\n                        ],\n                        [\n                            \"2019-12-31T05:50:00+10:00\",\n                            52.9621\n                        ],\n                        [\n                            \"2019-12-31T05:55:00+10:00\",\n                            53.42881\n                        ],\n                        [\n                            \"2019-12-31T06:00:00+10:00\",\n                            53.14\n                        ],\n                        [\n                            \"2019-12-31T06:05:00+10:00\",\n                            53.10843\n                        ],\n                        [\n                            \"2019-12-31T06:10:00+10:00\",\n                            51.73129\n                        ],\n                        [\n                            \"2019-12-31T06:15:00+10:00\",\n                            51.49088\n                        ],\n                        [\n                            \"2019-12-31T06:20:00+10:00\",\n                            51.63327\n                        ],\n                        [\n                            \"2019-12-31T06:25:00+10:00\",\n                            52.11524\n                        ],\n                        [\n                            \"2019-12-31T06:30:00+10:00\",\n                            53.04\n                        ],\n                        [\n                            \"2019-12-31T06:35:00+10:00\",\n                            51.54153\n                        ],\n                        [\n                            \"2019-12-31T06:40:00+10:00\",\n                            52.13832\n                        ],\n                        [\n                            \"2019-12-31T06:45:00+10:00\",\n                            52.85642\n                        ],\n                        [\n                            \"2019-12-31T06:50:00+10:00\",\n                            47.26266\n                        ],\n                        [\n                            \"2019-12-31T06:55:00+10:00\",\n                            47.89686\n                        ],\n                        [\n                            \"2019-12-31T07:00:00+10:00\",\n                            51.09\n                        ],\n                        [\n                            \"2019-12-31T07:05:00+10:00\",\n                            56.09053\n                        ],\n                        [\n                            \"2019-12-31T07:10:00+10:00\",\n                            60.04521\n                        ],\n                        [\n                            \"2019-12-31T07:15:00+10:00\",\n                            51.95928\n                        ],\n                        [\n                            \"2019-12-31T07:20:00+10:00\",\n                            52.90066\n                        ],\n                        [\n                            \"2019-12-31T07:25:00+10:00\",\n                            61.78954\n                        ],\n                        [\n                            \"2019-12-31T07:30:00+10:00\",\n                            55.3\n                        ],\n                        [\n                            \"2019-12-31T07:35:00+10:00\",\n                            48.18124\n                        ],\n                        [\n                            \"2019-12-31T07:40:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2019-12-31T07:45:00+10:00\",\n                            48.30933\n                        ],\n                        [\n                            \"2019-12-31T07:50:00+10:00\",\n                            62.62683\n                        ],\n                        [\n                            \"2019-12-31T07:55:00+10:00\",\n                            62.75519\n                        ],\n                        [\n                            \"2019-12-31T08:00:00+10:00\",\n                            55.65\n                        ],\n                        [\n                            \"2019-12-31T08:05:00+10:00\",\n                            48.17925\n                        ],\n                        [\n                            \"2019-12-31T08:10:00+10:00\",\n                            48.16284\n                        ],\n                        [\n                            \"2019-12-31T08:15:00+10:00\",\n                            48.53069\n                        ],\n                        [\n                            \"2019-12-31T08:20:00+10:00\",\n                            56.38834\n                        ],\n                        [\n                            \"2019-12-31T08:25:00+10:00\",\n                            47.93683\n                        ],\n                        [\n                            \"2019-12-31T08:30:00+10:00\",\n                            49.44\n                        ],\n                        [\n                            \"2019-12-31T08:35:00+10:00\",\n                            46.20908\n                        ],\n                        [\n                            \"2019-12-31T08:40:00+10:00\",\n                            45.83276\n                        ],\n                        [\n                            \"2019-12-31T08:45:00+10:00\",\n                            40.94811\n                        ],\n                        [\n                            \"2019-12-31T08:50:00+10:00\",\n                            39.5824\n                        ],\n                        [\n                            \"2019-12-31T08:55:00+10:00\",\n                            38.40018\n                        ],\n                        [\n                            \"2019-12-31T09:00:00+10:00\",\n                            41.37\n                        ],\n                        [\n                            \"2019-12-31T09:05:00+10:00\",\n                            34.97599\n                        ],\n                        [\n                            \"2019-12-31T09:10:00+10:00\",\n                            35.73343\n                        ],\n                        [\n                            \"2019-12-31T09:15:00+10:00\",\n                            34.80398\n                        ],\n                        [\n                            \"2019-12-31T09:20:00+10:00\",\n                            25.28412\n                        ],\n                        [\n                            \"2019-12-31T09:25:00+10:00\",\n                            34.18617\n                        ],\n                        [\n                            \"2019-12-31T09:30:00+10:00\",\n                            33.12\n                        ],\n                        [\n                            \"2019-12-31T09:35:00+10:00\",\n                            33.30301\n                        ],\n                        [\n                            \"2019-12-31T09:40:00+10:00\",\n                            32.09611\n                        ],\n                        [\n                            \"2019-12-31T09:45:00+10:00\",\n                            31.92342\n                        ],\n                        [\n                            \"2019-12-31T09:50:00+10:00\",\n                            31.43919\n                        ],\n                        [\n                            \"2019-12-31T09:55:00+10:00\",\n                            31.52973\n                        ],\n                        [\n                            \"2019-12-31T10:00:00+10:00\",\n                            31.99\n                        ],\n                        [\n                            \"2019-12-31T10:05:00+10:00\",\n                            40.86813\n                        ],\n                        [\n                            \"2019-12-31T10:10:00+10:00\",\n                            37.99602\n                        ],\n                        [\n                            \"2019-12-31T10:15:00+10:00\",\n                            32.20528\n                        ],\n                        [\n                            \"2019-12-31T10:20:00+10:00\",\n                            31.19731\n                        ],\n                        [\n                            \"2019-12-31T10:25:00+10:00\",\n                            31.13203\n                        ],\n                        [\n                            \"2019-12-31T10:30:00+10:00\",\n                            34.08\n                        ],\n                        [\n                            \"2019-12-31T10:35:00+10:00\",\n                            30.25458\n                        ],\n                        [\n                            \"2019-12-31T10:40:00+10:00\",\n                            29.39537\n                        ],\n                        [\n                            \"2019-12-31T10:45:00+10:00\",\n                            29.9825\n                        ],\n                        [\n                            \"2019-12-31T10:50:00+10:00\",\n                            36.23502\n                        ],\n                        [\n                            \"2019-12-31T10:55:00+10:00\",\n                            29.32199\n                        ],\n                        [\n                            \"2019-12-31T11:00:00+10:00\",\n                            30.69\n                        ],\n                        [\n                            \"2019-12-31T11:05:00+10:00\",\n                            28.48136\n                        ],\n                        [\n                            \"2019-12-31T11:10:00+10:00\",\n                            34.94043\n                        ],\n                        [\n                            \"2019-12-31T11:15:00+10:00\",\n                            27.88385\n                        ],\n                        [\n                            \"2019-12-31T11:20:00+10:00\",\n                            27.78317\n                        ],\n                        [\n                            \"2019-12-31T11:25:00+10:00\",\n                            27.55864\n                        ],\n                        [\n                            \"2019-12-31T11:30:00+10:00\",\n                            30.19\n                        ],\n                        [\n                            \"2019-12-31T11:35:00+10:00\",\n                            26.34653\n                        ],\n                        [\n                            \"2019-12-31T11:40:00+10:00\",\n                            30.92178\n                        ],\n                        [\n                            \"2019-12-31T11:45:00+10:00\",\n                            33.41194\n                        ],\n                        [\n                            \"2019-12-31T11:50:00+10:00\",\n                            33.38607\n                        ],\n                        [\n                            \"2019-12-31T11:55:00+10:00\",\n                            32.54424\n                        ],\n                        [\n                            \"2019-12-31T12:00:00+10:00\",\n                            31.64\n                        ],\n                        [\n                            \"2019-12-31T12:05:00+10:00\",\n                            29.29129\n                        ],\n                        [\n                            \"2019-12-31T12:10:00+10:00\",\n                            29.27914\n                        ],\n                        [\n                            \"2019-12-31T12:15:00+10:00\",\n                            29.41732\n                        ],\n                        [\n                            \"2019-12-31T12:20:00+10:00\",\n                            29.08526\n                        ],\n                        [\n                            \"2019-12-31T12:25:00+10:00\",\n                            32.34516\n                        ],\n                        [\n                            \"2019-12-31T12:30:00+10:00\",\n                            29.77\n                        ],\n                        [\n                            \"2019-12-31T12:35:00+10:00\",\n                            28.76276\n                        ],\n                        [\n                            \"2019-12-31T12:40:00+10:00\",\n                            28.75288\n                        ],\n                        [\n                            \"2019-12-31T12:45:00+10:00\",\n                            28.32338\n                        ],\n                        [\n                            \"2019-12-31T12:50:00+10:00\",\n                            28.02678\n                        ],\n                        [\n                            \"2019-12-31T12:55:00+10:00\",\n                            27.88716\n                        ],\n                        [\n                            \"2019-12-31T13:00:00+10:00\",\n                            23.1\n                        ],\n                        [\n                            \"2019-12-31T13:05:00+10:00\",\n                            25.80792\n                        ],\n                        [\n                            \"2019-12-31T13:10:00+10:00\",\n                            27.72074\n                        ],\n                        [\n                            \"2019-12-31T13:15:00+10:00\",\n                            27.70425\n                        ],\n                        [\n                            \"2019-12-31T13:20:00+10:00\",\n                            27.3618\n                        ],\n                        [\n                            \"2019-12-31T13:25:00+10:00\",\n                            31.35751\n                        ],\n                        [\n                            \"2019-12-31T13:30:00+10:00\",\n                            28.46\n                        ],\n                        [\n                            \"2019-12-31T13:35:00+10:00\",\n                            29.06168\n                        ],\n                        [\n                            \"2019-12-31T13:40:00+10:00\",\n                            29.24926\n                        ],\n                        [\n                            \"2019-12-31T13:45:00+10:00\",\n                            28.96191\n                        ],\n                        [\n                            \"2019-12-31T13:50:00+10:00\",\n                            30.90825\n                        ],\n                        [\n                            \"2019-12-31T13:55:00+10:00\",\n                            27.6739\n                        ],\n                        [\n                            \"2019-12-31T14:00:00+10:00\",\n                            29.36\n                        ],\n                        [\n                            \"2019-12-31T14:05:00+10:00\",\n                            31.26492\n                        ],\n                        [\n                            \"2019-12-31T14:10:00+10:00\",\n                            30.65691\n                        ],\n                        [\n                            \"2019-12-31T14:15:00+10:00\",\n                            30.82399\n                        ],\n                        [\n                            \"2019-12-31T14:20:00+10:00\",\n                            -32.51874\n                        ],\n                        [\n                            \"2019-12-31T14:25:00+10:00\",\n                            14.68592\n                        ],\n                        [\n                            \"2019-12-31T14:30:00+10:00\",\n                            17.8\n                        ],\n                        [\n                            \"2019-12-31T14:35:00+10:00\",\n                            31.23958\n                        ],\n                        [\n                            \"2019-12-31T14:40:00+10:00\",\n                            31.36565\n                        ],\n                        [\n                            \"2019-12-31T14:45:00+10:00\",\n                            31.78151\n                        ],\n                        [\n                            \"2019-12-31T14:50:00+10:00\",\n                            31.38292\n                        ],\n                        [\n                            \"2019-12-31T14:55:00+10:00\",\n                            22.87899\n                        ],\n                        [\n                            \"2019-12-31T15:00:00+10:00\",\n                            28.55\n                        ],\n                        [\n                            \"2019-12-31T15:05:00+10:00\",\n                            20.93195\n                        ],\n                        [\n                            \"2019-12-31T15:10:00+10:00\",\n                            19.6097\n                        ],\n                        [\n                            \"2019-12-31T15:15:00+10:00\",\n                            20.01389\n                        ],\n                        [\n                            \"2019-12-31T15:20:00+10:00\",\n                            32.60543\n                        ],\n                        [\n                            \"2019-12-31T15:25:00+10:00\",\n                            22.60882\n                        ],\n                        [\n                            \"2019-12-31T15:30:00+10:00\",\n                            23.17\n                        ],\n                        [\n                            \"2019-12-31T15:35:00+10:00\",\n                            15.16666\n                        ],\n                        [\n                            \"2019-12-31T15:40:00+10:00\",\n                            34.16594\n                        ],\n                        [\n                            \"2019-12-31T15:45:00+10:00\",\n                            35.91463\n                        ],\n                        [\n                            \"2019-12-31T15:50:00+10:00\",\n                            35.1961\n                        ],\n                        [\n                            \"2019-12-31T15:55:00+10:00\",\n                            36.41785\n                        ],\n                        [\n                            \"2019-12-31T16:00:00+10:00\",\n                            32.3\n                        ],\n                        [\n                            \"2019-12-31T16:05:00+10:00\",\n                            36.8992\n                        ],\n                        [\n                            \"2019-12-31T16:10:00+10:00\",\n                            38.59195\n                        ],\n                        [\n                            \"2019-12-31T16:15:00+10:00\",\n                            42.12213\n                        ],\n                        [\n                            \"2019-12-31T16:20:00+10:00\",\n                            48.04895\n                        ],\n                        [\n                            \"2019-12-31T16:25:00+10:00\",\n                            50.04258\n                        ],\n                        [\n                            \"2019-12-31T16:30:00+10:00\",\n                            44.31\n                        ],\n                        [\n                            \"2019-12-31T16:35:00+10:00\",\n                            49.29312\n                        ],\n                        [\n                            \"2019-12-31T16:40:00+10:00\",\n                            49.15084\n                        ],\n                        [\n                            \"2019-12-31T16:45:00+10:00\",\n                            48.25617\n                        ],\n                        [\n                            \"2019-12-31T16:50:00+10:00\",\n                            49.00693\n                        ],\n                        [\n                            \"2019-12-31T16:55:00+10:00\",\n                            64.27706\n                        ],\n                        [\n                            \"2019-12-31T17:00:00+10:00\",\n                            54.66\n                        ],\n                        [\n                            \"2019-12-31T17:05:00+10:00\",\n                            53.92843\n                        ],\n                        [\n                            \"2019-12-31T17:10:00+10:00\",\n                            56.47483\n                        ],\n                        [\n                            \"2019-12-31T17:15:00+10:00\",\n                            66.77378\n                        ],\n                        [\n                            \"2019-12-31T17:20:00+10:00\",\n                            66.22939\n                        ],\n                        [\n                            \"2019-12-31T17:25:00+10:00\",\n                            52.56749\n                        ],\n                        [\n                            \"2019-12-31T17:30:00+10:00\",\n                            60.66\n                        ],\n                        [\n                            \"2019-12-31T17:35:00+10:00\",\n                            51.98734\n                        ],\n                        [\n                            \"2019-12-31T17:40:00+10:00\",\n                            53.38218\n                        ],\n                        [\n                            \"2019-12-31T17:45:00+10:00\",\n                            54.54899\n                        ],\n                        [\n                            \"2019-12-31T17:50:00+10:00\",\n                            54.42593\n                        ],\n                        [\n                            \"2019-12-31T17:55:00+10:00\",\n                            56.58736\n                        ],\n                        [\n                            \"2019-12-31T18:00:00+10:00\",\n                            54.2\n                        ],\n                        [\n                            \"2019-12-31T18:05:00+10:00\",\n                            55.09556\n                        ],\n                        [\n                            \"2019-12-31T18:10:00+10:00\",\n                            54.38677\n                        ],\n                        [\n                            \"2019-12-31T18:15:00+10:00\",\n                            47.44985\n                        ],\n                        [\n                            \"2019-12-31T18:20:00+10:00\",\n                            57.62105\n                        ],\n                        [\n                            \"2019-12-31T18:25:00+10:00\",\n                            46.26248\n                        ],\n                        [\n                            \"2019-12-31T18:30:00+10:00\",\n                            51.75\n                        ],\n                        [\n                            \"2019-12-31T18:35:00+10:00\",\n                            45.82724\n                        ],\n                        [\n                            \"2019-12-31T18:40:00+10:00\",\n                            46.00499\n                        ],\n                        [\n                            \"2019-12-31T18:45:00+10:00\",\n                            54.25302\n                        ],\n                        [\n                            \"2019-12-31T18:50:00+10:00\",\n                            48.86544\n                        ],\n                        [\n                            \"2019-12-31T18:55:00+10:00\",\n                            56.72498\n                        ],\n                        [\n                            \"2019-12-31T19:00:00+10:00\",\n                            52.37\n                        ],\n                        [\n                            \"2019-12-31T19:05:00+10:00\",\n                            56.34421\n                        ],\n                        [\n                            \"2019-12-31T19:10:00+10:00\",\n                            58.65004\n                        ],\n                        [\n                            \"2019-12-31T19:15:00+10:00\",\n                            57.42713\n                        ],\n                        [\n                            \"2019-12-31T19:20:00+10:00\",\n                            61.29405\n                        ],\n                        [\n                            \"2019-12-31T19:25:00+10:00\",\n                            63.38546\n                        ],\n                        [\n                            \"2019-12-31T19:30:00+10:00\",\n                            60.05\n                        ],\n                        [\n                            \"2019-12-31T19:35:00+10:00\",\n                            63.61518\n                        ],\n                        [\n                            \"2019-12-31T19:40:00+10:00\",\n                            66.75124\n                        ],\n                        [\n                            \"2019-12-31T19:45:00+10:00\",\n                            64.76194\n                        ],\n                        [\n                            \"2019-12-31T19:50:00+10:00\",\n                            64.86729\n                        ],\n                        [\n                            \"2019-12-31T19:55:00+10:00\",\n                            64.13074\n                        ],\n                        [\n                            \"2019-12-31T20:00:00+10:00\",\n                            65.15\n                        ],\n                        [\n                            \"2019-12-31T20:05:00+10:00\",\n                            65.50081\n                        ],\n                        [\n                            \"2019-12-31T20:10:00+10:00\",\n                            62.94158\n                        ],\n                        [\n                            \"2019-12-31T20:15:00+10:00\",\n                            56.86768\n                        ],\n                        [\n                            \"2019-12-31T20:20:00+10:00\",\n                            62.20468\n                        ],\n                        [\n                            \"2019-12-31T20:25:00+10:00\",\n                            51.78274\n                        ],\n                        [\n                            \"2019-12-31T20:30:00+10:00\",\n                            58.55\n                        ],\n                        [\n                            \"2019-12-31T20:35:00+10:00\",\n                            52.90652\n                        ],\n                        [\n                            \"2019-12-31T20:40:00+10:00\",\n                            52.69474\n                        ],\n                        [\n                            \"2019-12-31T20:45:00+10:00\",\n                            53.25226\n                        ],\n                        [\n                            \"2019-12-31T20:50:00+10:00\",\n                            53.3134\n                        ],\n                        [\n                            \"2019-12-31T20:55:00+10:00\",\n                            53.38999\n                        ],\n                        [\n                            \"2019-12-31T21:00:00+10:00\",\n                            53.2\n                        ],\n                        [\n                            \"2019-12-31T21:05:00+10:00\",\n                            54.43993\n                        ],\n                        [\n                            \"2019-12-31T21:10:00+10:00\",\n                            54.39939\n                        ],\n                        [\n                            \"2019-12-31T21:15:00+10:00\",\n                            55.22908\n                        ],\n                        [\n                            \"2019-12-31T21:20:00+10:00\",\n                            55.64335\n                        ],\n                        [\n                            \"2019-12-31T21:25:00+10:00\",\n                            58.14186\n                        ],\n                        [\n                            \"2019-12-31T21:30:00+10:00\",\n                            55.54\n                        ],\n                        [\n                            \"2019-12-31T21:35:00+10:00\",\n                            60.31407\n                        ],\n                        [\n                            \"2019-12-31T21:40:00+10:00\",\n                            60.8131\n                        ],\n                        [\n                            \"2019-12-31T21:45:00+10:00\",\n                            56.16406\n                        ],\n                        [\n                            \"2019-12-31T21:50:00+10:00\",\n                            57.09211\n                        ],\n                        [\n                            \"2019-12-31T21:55:00+10:00\",\n                            56.62074\n                        ],\n                        [\n                            \"2019-12-31T22:00:00+10:00\",\n                            58.02\n                        ],\n                        [\n                            \"2019-12-31T22:05:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-31T22:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-31T22:15:00+10:00\",\n                            62.40174\n                        ],\n                        [\n                            \"2019-12-31T22:20:00+10:00\",\n                            62.97768\n                        ],\n                        [\n                            \"2019-12-31T22:25:00+10:00\",\n                            57.60728\n                        ],\n                        [\n                            \"2019-12-31T22:30:00+10:00\",\n                            63.35\n                        ],\n                        [\n                            \"2019-12-31T22:35:00+10:00\",\n                            57.56073\n                        ],\n                        [\n                            \"2019-12-31T22:40:00+10:00\",\n                            57.58541\n                        ],\n                        [\n                            \"2019-12-31T22:45:00+10:00\",\n                            57.94581\n                        ],\n                        [\n                            \"2019-12-31T22:50:00+10:00\",\n                            57.0515\n                        ],\n                        [\n                            \"2019-12-31T22:55:00+10:00\",\n                            56.67365\n                        ],\n                        [\n                            \"2019-12-31T23:00:00+10:00\",\n                            57.12\n                        ],\n                        [\n                            \"2019-12-31T23:05:00+10:00\",\n                            67.19353\n                        ],\n                        [\n                            \"2019-12-31T23:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2019-12-31T23:15:00+10:00\",\n                            62.43428\n                        ],\n                        [\n                            \"2019-12-31T23:20:00+10:00\",\n                            57.43005\n                        ],\n                        [\n                            \"2019-12-31T23:25:00+10:00\",\n                            58.06357\n                        ],\n                        [\n                            \"2019-12-31T23:30:00+10:00\",\n                            61.83\n                        ],\n                        [\n                            \"2019-12-31T23:35:00+10:00\",\n                            58.44081\n                        ],\n                        [\n                            \"2019-12-31T23:40:00+10:00\",\n                            58.89533\n                        ],\n                        [\n                            \"2019-12-31T23:45:00+10:00\",\n                            58.53054\n                        ],\n                        [\n                            \"2019-12-31T23:50:00+10:00\",\n                            56.47319\n                        ],\n                        [\n                            \"2019-12-31T23:55:00+10:00\",\n                            55.262\n                        ],\n                        [\n                            \"2020-01-01T00:00:00+10:00\",\n                            57.42\n                        ],\n                        [\n                            \"2020-01-01T00:05:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T00:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T00:15:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T00:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T00:25:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T00:30:00+10:00\",\n                            68.58\n                        ],\n                        [\n                            \"2020-01-01T00:35:00+10:00\",\n                            148.517\n                        ],\n                        [\n                            \"2020-01-01T00:40:00+10:00\",\n                            77.85052\n                        ],\n                        [\n                            \"2020-01-01T00:45:00+10:00\",\n                            75.76376\n                        ],\n                        [\n                            \"2020-01-01T00:50:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T00:55:00+10:00\",\n                            75.5762\n                        ],\n                        [\n                            \"2020-01-01T01:00:00+10:00\",\n                            85.95\n                        ],\n                        [\n                            \"2020-01-01T01:05:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T01:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T01:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:25:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:30:00+10:00\",\n                            68.33\n                        ],\n                        [\n                            \"2020-01-01T01:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:40:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:45:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T01:50:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T01:55:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T02:00:00+10:00\",\n                            68.33\n                        ],\n                        [\n                            \"2020-01-01T02:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T02:10:00+10:00\",\n                            68.77\n                        ],\n                        [\n                            \"2020-01-01T02:15:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T02:20:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T02:25:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T02:30:00+10:00\",\n                            68.76\n                        ],\n                        [\n                            \"2020-01-01T02:35:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T02:40:00+10:00\",\n                            69.0\n                        ],\n                        [\n                            \"2020-01-01T02:45:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T02:50:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T02:55:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T03:00:00+10:00\",\n                            68.42\n                        ],\n                        [\n                            \"2020-01-01T03:05:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T03:10:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T03:15:00+10:00\",\n                            68.5\n                        ],\n                        [\n                            \"2020-01-01T03:20:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:25:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:30:00+10:00\",\n                            68.25\n                        ],\n                        [\n                            \"2020-01-01T03:35:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:40:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:45:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:50:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T03:55:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:00:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:05:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:10:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:15:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:20:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:25:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:30:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:35:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:40:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:45:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:50:00+10:00\",\n                            68.0\n                        ],\n                        [\n                            \"2020-01-01T04:55:00+10:00\",\n                            60.84371\n                        ],\n                        [\n                            \"2020-01-01T05:00:00+10:00\",\n                            65.65\n                        ],\n                        [\n                            \"2020-01-01T05:05:00+10:00\",\n                            61.01669\n                        ],\n                        [\n                            \"2020-01-01T05:10:00+10:00\",\n                            61.11461\n                        ],\n                        [\n                            \"2020-01-01T05:15:00+10:00\",\n                            60.78558\n                        ],\n                        [\n                            \"2020-01-01T05:20:00+10:00\",\n                            61.0\n                        ],\n                        [\n                            \"2020-01-01T05:25:00+10:00\",\n                            60.32328\n                        ],\n                        [\n                            \"2020-01-01T05:30:00+10:00\",\n                            60.66\n                        ],\n                        [\n                            \"2020-01-01T05:35:00+10:00\",\n                            59.4919\n                        ],\n                        [\n                            \"2020-01-01T05:40:00+10:00\",\n                            59.97251\n                        ],\n                        [\n                            \"2020-01-01T05:45:00+10:00\",\n                            52.66812\n                        ],\n                        [\n                            \"2020-01-01T05:50:00+10:00\",\n                            59.68903\n                        ],\n                        [\n                            \"2020-01-01T05:55:00+10:00\",\n                            53.07398\n                        ],\n                        [\n                            \"2020-01-01T06:00:00+10:00\",\n                            57.42\n                        ],\n                        [\n                            \"2020-01-01T06:05:00+10:00\",\n                            59.74431\n                        ],\n                        [\n                            \"2020-01-01T06:10:00+10:00\",\n                            60.78635\n                        ],\n                        [\n                            \"2020-01-01T06:15:00+10:00\",\n                            60.50727\n                        ],\n                        [\n                            \"2020-01-01T06:20:00+10:00\",\n                            59.4585\n                        ],\n                        [\n                            \"2020-01-01T06:25:00+10:00\",\n                            59.99933\n                        ],\n                        [\n                            \"2020-01-01T06:30:00+10:00\",\n                            59.95\n                        ],\n                        [\n                            \"2020-01-01T06:35:00+10:00\",\n                            58.00738\n                        ],\n                        [\n                            \"2020-01-01T06:40:00+10:00\",\n                            59.17576\n                        ],\n                        [\n                            \"2020-01-01T06:45:00+10:00\",\n                            58.67595\n                        ],\n                        [\n                            \"2020-01-01T06:50:00+10:00\",\n                            59.03628\n                        ],\n                        [\n                            \"2020-01-01T06:55:00+10:00\",\n                            53.3911\n                        ],\n                        [\n                            \"2020-01-01T07:00:00+10:00\",\n                            56.87\n                        ],\n                        [\n                            \"2020-01-01T07:05:00+10:00\",\n                            46.90007\n                        ],\n                        [\n                            \"2020-01-01T07:10:00+10:00\",\n                            46.74799\n                        ],\n                        [\n                            \"2020-01-01T07:15:00+10:00\",\n                            52.00225\n                        ],\n                        [\n                            \"2020-01-01T07:20:00+10:00\",\n                            45.68208\n                        ],\n                        [\n                            \"2020-01-01T07:25:00+10:00\",\n                            44.80125\n                        ],\n                        [\n                            \"2020-01-01T07:30:00+10:00\",\n                            45.85\n                        ],\n                        [\n                            \"2020-01-01T07:35:00+10:00\",\n                            43.60422\n                        ],\n                        [\n                            \"2020-01-01T07:40:00+10:00\",\n                            43.70859\n                        ],\n                        [\n                            \"2020-01-01T07:45:00+10:00\",\n                            29.21741\n                        ],\n                        [\n                            \"2020-01-01T07:50:00+10:00\",\n                            29.50278\n                        ],\n                        [\n                            \"2020-01-01T07:55:00+10:00\",\n                            29.97074\n                        ],\n                        [\n                            \"2020-01-01T08:00:00+10:00\",\n                            36.27\n                        ],\n                        [\n                            \"2020-01-01T08:05:00+10:00\",\n                            36.84857\n                        ],\n                        [\n                            \"2020-01-01T08:10:00+10:00\",\n                            42.41559\n                        ],\n                        [\n                            \"2020-01-01T08:15:00+10:00\",\n                            43.28613\n                        ],\n                        [\n                            \"2020-01-01T08:20:00+10:00\",\n                            44.41495\n                        ],\n                        [\n                            \"2020-01-01T08:25:00+10:00\",\n                            44.56478\n                        ],\n                        [\n                            \"2020-01-01T08:30:00+10:00\",\n                            42.56\n                        ],\n                        [\n                            \"2020-01-01T08:35:00+10:00\",\n                            43.60783\n                        ],\n                        [\n                            \"2020-01-01T08:40:00+10:00\",\n                            42.97049\n                        ],\n                        [\n                            \"2020-01-01T08:45:00+10:00\",\n                            42.50576\n                        ],\n                        [\n                            \"2020-01-01T08:50:00+10:00\",\n                            34.97241\n                        ],\n                        [\n                            \"2020-01-01T08:55:00+10:00\",\n                            30.98781\n                        ],\n                        [\n                            \"2020-01-01T09:00:00+10:00\",\n                            38.79\n                        ],\n                        [\n                            \"2020-01-01T09:05:00+10:00\",\n                            32.12925\n                        ],\n                        [\n                            \"2020-01-01T09:10:00+10:00\",\n                            30.94135\n                        ],\n                        [\n                            \"2020-01-01T09:15:00+10:00\",\n                            39.19411\n                        ],\n                        [\n                            \"2020-01-01T09:20:00+10:00\",\n                            29.33418\n                        ],\n                        [\n                            \"2020-01-01T09:25:00+10:00\",\n                            29.05345\n                        ],\n                        [\n                            \"2020-01-01T09:30:00+10:00\",\n                            31.55\n                        ],\n                        [\n                            \"2020-01-01T09:35:00+10:00\",\n                            0.00028\n                        ],\n                        [\n                            \"2020-01-01T09:40:00+10:00\",\n                            19.94558\n                        ],\n                        [\n                            \"2020-01-01T09:45:00+10:00\",\n                            0.00003\n                        ],\n                        [\n                            \"2020-01-01T09:50:00+10:00\",\n                            0.00033\n                        ],\n                        [\n                            \"2020-01-01T09:55:00+10:00\",\n                            0.00028\n                        ],\n                        [\n                            \"2020-01-01T10:00:00+10:00\",\n                            6.4\n                        ],\n                        [\n                            \"2020-01-01T10:05:00+10:00\",\n                            36.50273\n                        ],\n                        [\n                            \"2020-01-01T10:10:00+10:00\",\n                            26.13077\n                        ],\n                        [\n                            \"2020-01-01T10:15:00+10:00\",\n                            22.47927\n                        ],\n                        [\n                            \"2020-01-01T10:20:00+10:00\",\n                            16.24847\n                        ],\n                        [\n                            \"2020-01-01T10:25:00+10:00\",\n                            12.67393\n                        ],\n                        [\n                            \"2020-01-01T10:30:00+10:00\",\n                            21.7\n                        ],\n                        [\n                            \"2020-01-01T10:35:00+10:00\",\n                            0.00026\n                        ],\n                        [\n                            \"2020-01-01T10:40:00+10:00\",\n                            33.75579\n                        ],\n                        [\n                            \"2020-01-01T10:45:00+10:00\",\n                            33.5878\n                        ],\n                        [\n                            \"2020-01-01T10:50:00+10:00\",\n                            0.00014\n                        ],\n                        [\n                            \"2020-01-01T10:55:00+10:00\",\n                            0.00034\n                        ]\n                    ]\n                }\n            ],\n            \"network_timezone_offset\": \"+10:00\"\n        }\n    ],\n    \"total_records\": null\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/PA_nominal_generation.html",
    "content": "<!DOCTYPE html>\n<html class=\"fontawesome-i2svg-active fontawesome-i2svg-complete\" lang=\"es\"><head>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n    <!-- Global site tag (gtag.js) - Google Analytics -->\n    <script type=\"text/javascript\" async=\"\" src=\"PA_nominal_generation_files/analytics.js\"></script><script async=\"\" src=\"PA_nominal_generation_files/js.js\"></script>\n    <script>\n        if (!document.location.pathname.includes(\"test2\")) {\n            window.dataLayer = window.dataLayer || [];\n            function gtag() { dataLayer.push(arguments); }\n            gtag('js', new Date());\n\n            gtag('config', 'UA-143545287-1');\n        }\n    </script>\n\n  <title>SITR - Generación</title> \n  <style type=\"text/css\">svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}</style><link rel=\"icon\" type=\"image/png\" href=\"https://sitr.cnd.com.pa/m/icon.png\">\n  \n  <meta charset=\"utf-8\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">  \n  <meta name=\"description\" content=\"Sistema de Información en Tiempo Real\">  \n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no\">  \n  \n  <!-- Open Graph Meta-->\n  <meta property=\"og:type\" content=\"website\">\n  <meta property=\"og:site_name\" content=\"CND\">\n  <meta property=\"og:title\" content=\"CND - Sistema de Información en Tiempo Real\">\n  <meta property=\"og:url\" content=\"https://sitr.cnd.com.pa/m\">\n  <meta property=\"og:description\" content=\"El Centro Nacional de Despacho coordina las operaciones y transacciones que ocurren entre los participantes en el mercado eléctrico mayorista.\">\n  <meta property=\"og:image\" content=\"https://sitr.cnd.com.pa/m/icon.png\">\n\n    <!-- Main CSS-->\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"PA_nominal_generation_files/main.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"PA_nominal_generation_files/stylesnew.css\">\n\n    <script src=\"PA_nominal_generation_files/all.js\" data-auto-replace-svg=\"nest\"></script>\n\n    <!--<script src=\"https://kit.fontawesome.com/30bdb1bdbd.js\" crossorigin=\"anonymous\" SameSite=\"None\"></script>-->\n</head>\n\n<body class=\"app sidebar-mini\">\n    <!-- Navbar-->\n    <header class=\"app-header\">\n        <a class=\"app-header__logo\" href=\"https://sitr.cnd.com.pa/m/index.html\">\n            <img class=\"img-fluid\" src=\"PA_nominal_generation_files/SITR.png\" alt=\"\" width=\"115\" height=\"50\">\n        </a>\n\n        <!-- Sidebar toggle button-->\n        <a class=\"app-sidebar__toggle\" href=\"#\" data-toggle=\"sidebar\" aria-label=\"Hide Sidebar\">\n            <i class=\"\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-bars fa-w-14 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"bars\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg></i>\n        </a>\n    </header>\n\n    <!-- Sidebar menu-->\n    <div class=\"app-sidebar__overlay\" data-toggle=\"sidebar\"></div>\n    <aside class=\"app-sidebar\">\n        <ul class=\"app-menu\">\n            <li>\n                <a class=\"app-menu__item\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-tachometer-alt fa-w-18 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"tachometer-alt\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg></i><span class=\"app-menu__label pace\">Datos del <span class=\"notranslate\">SIN</span></span>\n                </a>\n            </li>\n            <li>\n                <a class=\"app-menu__item active\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-chart-pie fa-w-17 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"chart-pie\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 544 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"></path></svg></i><span class=\"app-menu__label pace\">Generación</span>\n                </a>\n            </li>\n            <li>\n                <a class=\"app-menu__item\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-water fa-w-18 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"water\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"></path></svg></i><span class=\"app-menu__label pace\">Seguimiento a la MRG</span>\n                </a>\n            </li>\n            <li>\n                <a class=\"app-menu__item\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-sitemap fa-w-20 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"sitemap\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"></path></svg></i><span class=\"app-menu__label pace\">Interconexión</span>\n                </a>\n            </li>\n            <li>\n                <a class=\"app-menu__item\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-route fa-w-16 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"route\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"></path></svg></i><span class=\"app-menu__label pace\">Flujo Occidente</span>\n                </a>\n            </li>\n            <li>\n                <a class=\"app-menu__item\">\n                    <i class=\"app-menu__icon\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-user-lock fa-w-20 fa-1x\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"user-lock\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"></path></svg></i><span class=\"app-menu__label pace\">Privado</span>\n                </a>\n            </li>\n        </ul>\n    </aside>\n    <main class=\"app-content\">\n        <div class=\"app-title\">\n            <div>\n                <h1>Centro Nacional de Despacho</h1>\n                <h3>\n                    <i class=\"\" data-fa-i2svg=\"\"><svg class=\"svg-inline--fa fa-chart-pie fa-w-17\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"chart-pie\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 544 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"></path></svg></i> Generación\n                </h3>\n                <!-- <p>Start a beautiful journey here</p> -->\n            </div>\n            <!-- <ul class=\"app-breadcrumb breadcrumb\">\n              <li class=\"breadcrumb-item\"><i class=\"fa fa-home fa-lg\"></i></li>\n              <li class=\"breadcrumb-item\"><a href=\"#\">Blank Page</a></li>\n            </ul> -->\n            <h3 class=\"app-breadcrumb breadcrumb sitr-update\">30-diciembre-2021 9:58:37</h3>\n        </div>\n\n        <div class=\"app-title-msg sr-only\" role=\"alert\">\n            <span></span>\n        </div>\n\n\n        <div class=\"row\">\n            <div class=\"col-md-6\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">Energía Renovable vs. Energía Térmica</h3>\n                    <div class=\"tile-body\">\n                        <div class=\"sitr-pie\" id=\"sitr-energy-pie\" style=\"height: 42.5vh; min-height: 250px; width: 100%; user-select: none; position: relative;\" _echarts_instance_=\"ec_1640876263963\"><div style=\"position: relative; width: 1038px; height: 564px; padding: 0px; margin: 0px; border-width: 0px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; width: 1038px; height: 564px; user-select: none; padding: 0px; margin: 0px; border-width: 0px;\" data-zr-dom-id=\"zr_0\" width=\"1038\" height=\"564\"></canvas></div><div class=\"\"></div></div>\n\n                    </div>\n                </div>\n            </div>\n            <div class=\"col-md-6\">\n                <div class=\"tile\">\n                    <div class=\"tile-title\">\n                        <h3 class=\"title\">Tipos de Generación</h3>\n                    </div>\n                    <div class=\"tile-body\">\n                        <div class=\"sitr-pie\" id=\"sitr-gen-pie\" style=\"height: 42.5vh; min-height: 272px; width: 100%; user-select: none; position: relative;\" _echarts_instance_=\"ec_1640876263964\"><div style=\"position: relative; width: 1038px; height: 564px; padding: 0px; margin: 0px; border-width: 0px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; width: 1038px; height: 564px; user-select: none; padding: 0px; margin: 0px; border-width: 0px;\" data-zr-dom-id=\"zr_0\" width=\"1038\" height=\"564\"></canvas></div><div class=\"\"></div></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Código de colores de las mediciones de generación\n                    </h3>\n                    <div class=\"tile-body\">\n\n                        <div class=\"d-flex bd-highlight\">\n                            <div class=\"p-2 w-100 bd-highlight align-middle text-center\">\n                                <span class=\"badge badge-pill badge-primary\" style=\"background-color:black;\">Normal.</span>\n                            </div>\n                            <div class=\"p-2 w-100 bd-highlight text-center\">\n                                <span class=\"badge badge-pill badge-primary\" style=\"background-color:ORCHID;\">Sin telemetría.</span>\n                            </div>\n                            <div class=\"p-2 w-100 bd-highlight align-middle text-center\">\n                                <span class=\"badge badge-pill badge-primary\" style=\"background-color:ROYALBLUE;\">Entrada manual.</span>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Hidroeléctricas (MW)\n                    </h3>\n                    <div class=\"tile-body\">\n\n                        <!-- Units -->\n                        <div class=\"table-responsive-sm moreSmall\">\n                            <table class=\"table sitr-table-gen\" cellspacing=\"0\" cellpadding=\"0\">\n                                <tbody>\n                                    <tr>\n                                        <td>\n                                            <table class=\"table sitr-gen-group table-hover table-striped table-sm\">\n                                                <tbody><tr><td><span>Algarrobos 1</span></td><td><span style=\"color:#222\" ;=\"\">2.32</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Algarrobos 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Baitún 1</span></td><td><span style=\"color:#222\" ;=\"\">34.16</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Baitún 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Baitún 4</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bajo del Totuma</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Bajo Mina 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bajo Mina 2</span></td><td><span style=\"color:#222\" ;=\"\">20.10</span></td></tr>\n                                                <tr><td><span>Bajo Mina 3</span></td><td><span style=\"color:#222\" ;=\"\">0.42</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Barro Blanco 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Barro Blanco 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Barro Blanco 3</span></td><td><span style=\"color:#222\" ;=\"\">1.55</span></td></tr>\n                                                <tr><td><span>Bayano 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bayano 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Bayano 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bonyic 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Bonyic 2</span></td><td><span style=\"color:#222\" ;=\"\">10.75</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bonyic 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Bugaba I 1</span></td><td><span style=\"color:#222\" ;=\"\">1.39</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bugaba I 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Bugaba I 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bugaba II 1</span></td><td><span style=\"color:#222\" ;=\"\">1.60</span></td></tr>\n                                                <tr><td><span>Bugaba II 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Bugaba II 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Changuinola 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Changuinola 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Changuinola 3</span></td><td><span style=\"color:#222\" ;=\"\">9.39</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cochea 1</span></td><td><span style=\"color:#222\" ;=\"\">6.79</span></td></tr>\n                                                <tr><td><span>Cochea 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Concepción 1</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Concepción 2</span></td><td><span style=\"color:ORCHID\" ;=\"\">4.72</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Dolega 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Dolega 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Dolega 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Eco Hidro Tizingal</span></td><td><span style=\"color:ROYALBLUE\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>El Alto 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>El Alto 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>El Alto 3</span></td><td><span style=\"color:#222\" ;=\"\">18.37</span></td></tr>\n                                                <tr><td><span>Estí 1</span></td><td><span style=\"color:#222\" ;=\"\">45.28</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Estí 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Estrella 1</span></td><td><span style=\"color:#222\" ;=\"\">13.92</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Estrella 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Fortuna 1</span></td><td><span style=\"color:#222\" ;=\"\">24.54</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Fortuna 2</span></td><td><span style=\"color:#222\" ;=\"\">29.46</span></td></tr>\n                                                <tr><td><span>Fortuna 3</span></td><td><span style=\"color:#222\" ;=\"\">27.06</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Fraile 1</span></td><td><span style=\"color:#222\" ;=\"\">2.09</span></td></tr>\n                                                <tr><td><span>Fraile 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Fraile 3</span></td><td><span style=\"color:#222\" ;=\"\">1.20</span></td></tr>\n                                                <tr><td><span>Gatún 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Gatún 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Gatún 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Gatún 4</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Gatún 5</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Gatún 6</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Gualaca 1</span></td><td><span style=\"color:#222\" ;=\"\">6.24</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Gualaca 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>La Cuchilla 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>La Cuchilla 2</span></td><td><span style=\"color:#222\" ;=\"\">3.47</span></td></tr>\n                                            </tbody></table>\n                                        </td>\n\n                                        <td>\n                                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                                <tbody><tr><td><span>La Potra 1</span></td><td><span style=\"color:#222\" ;=\"\">9.10</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>La Potra 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>La Potra 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>La Potra 4</span></td><td><span style=\"color:#222\" ;=\"\">1.82</span></td></tr>\n                                                <tr><td><span>Las Cruces 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Las Cruces 2</span></td><td><span style=\"color:#222\" ;=\"\">9.45</span></td></tr>\n                                                <tr><td><span>Las Cruces 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Lorena 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Lorena 2</span></td><td><span style=\"color:#222\" ;=\"\">5.86</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Macano 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Macano 2</span></td><td><span style=\"color:#222\" ;=\"\">1.92</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Macano 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Madden 1</span></td><td><span style=\"color:#222\" ;=\"\">6.17</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Madden 2</span></td><td><span style=\"color:#222\" ;=\"\">6.06</span></td></tr>\n                                                <tr><td><span>Madden 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Mendre 1</span></td><td><span style=\"color:#222\" ;=\"\">4.00</span></td></tr>\n                                                <tr><td><span>Mendre 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Mendre II 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Mendre II 2</span></td><td><span style=\"color:#222\" ;=\"\">1.88</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>M. Monte 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>M. Monte 2</span></td><td><span style=\"color:#222\" ;=\"\">1.06</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Monte Lirio 1</span></td><td><span style=\"color:#222\" ;=\"\">8.43</span></td></tr>\n                                                <tr><td><span>Monte Lirio 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Monte Lirio 3</span></td><td><span style=\"color:#222\" ;=\"\">15.39</span></td></tr>\n                                                <tr><td><span>Pando 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Pando 2</span></td><td><span style=\"color:#222\" ;=\"\">12.07</span></td></tr>\n                                                <tr><td><span>Paso Ancho 1</span></td><td><span style=\"color:#222\" ;=\"\">2.02</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Paso Ancho 2</span></td><td><span style=\"color:#222\" ;=\"\">2.19</span></td></tr>\n                                                <tr><td><span>Pedregalito I 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Pedregalito I 2</span></td><td><span style=\"color:#222\" ;=\"\">5.00</span></td></tr>\n                                                <tr><td><span>Pedregalito I 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Pedregalito II 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Pedregalito II 2</span></td><td><span style=\"color:#222\" ;=\"\">3.27</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Perlas Norte 1</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.01</span></td></tr>\n                                                <tr><td><span>Perlas Norte 2</span></td><td><span style=\"color:ORCHID\" ;=\"\">4.50</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Perlas Sur 1</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.01</span></td></tr>\n                                                <tr><td><span>Perlas Sur 2</span></td><td><span style=\"color:ORCHID\" ;=\"\">4.53</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Planetas I 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Planetas I 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Planetas I 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Planetas II 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Planetas II 2</span></td><td><span style=\"color:#222\" ;=\"\">2.99</span></td></tr>\n                                                <tr><td><span>Prudencia 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Prudencia 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>RP-490 1</span></td><td><span style=\"color:#222\" ;=\"\">4.95</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>RP-490 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Salsipuedes 1</span></td><td><span style=\"color:#222\" ;=\"\">9.26</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Salsipuedes 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Salsipuedes 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>San Andrés 1</span></td><td><span style=\"color:#222\" ;=\"\">2.08</span></td></tr>\n                                                <tr><td><span>San Andrés 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>San Lorenzo 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>San Lorenzo 2</span></td><td><span style=\"color:#222\" ;=\"\">3.61</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Valles 1</span></td><td><span style=\"color:#222\" ;=\"\">19.57</span></td></tr>\n                                                <tr><td><span>Valles 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Yeguada 1</span></td><td><span style=\"color:#222\" ;=\"\">2.59</span></td></tr>\n                                                <tr><td><span>Yeguada 2</span></td><td><span style=\"color:#222\" ;=\"\">2.56</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Yeguada 3</span></td><td><span style=\"color:#222\" ;=\"\">0.53</span></td></tr>\n                                            </tbody></table>\n                                        </td>\n                                    </tr>\n                                </tbody>\n                            </table>\n                        </div>\n\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Térmicas (MW)\n                    </h3>\n                    <div class=\"tile-body\">\n\n                        <div class=\"table-responsive-sm moreSmall\">\n                            <!-- Units -->\n                            <table class=\"table sitr-table-gen\" cellspacing=\"0\" cellpadding=\"0\">\n                                <tbody>\n                                    <tr>\n                                        <td>\n                                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                                <tbody><tr><td><span>ACP Miraflores 5</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>ACP Miraflores 9</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>ACP Miraflores 10</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>BLM 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>BLM 3</span></td><td><span style=\"color:ROYALBLUE\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>BLM 4</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>BLM 5</span></td><td><span style=\"color:ROYALBLUE\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>BLM 6</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>BLM 8</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>BLM 9</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>CADASA 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>CADASA 2</span></td><td><span style=\"color:#222\" ;=\"\">0.05</span></td></tr>\n                                                <tr><td><span>Cativá 1</span></td><td><span style=\"color:#222\" ;=\"\">7.03</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cativá 2</span></td><td><span style=\"color:#222\" ;=\"\">6.89</span></td></tr>\n                                                <tr><td><span>Cativá 3</span></td><td><span style=\"color:#222\" ;=\"\">6.56</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cativá 4</span></td><td><span style=\"color:#222\" ;=\"\">6.30</span></td></tr>\n                                                <tr><td><span>Cativá 5</span></td><td><span style=\"color:#222\" ;=\"\">7.06</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cativá 6</span></td><td><span style=\"color:#222\" ;=\"\">6.51</span></td></tr>\n                                                <tr><td><span>Cativá 7</span></td><td><span style=\"color:#222\" ;=\"\">1.37</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cativá 8</span></td><td><span style=\"color:#222\" ;=\"\">6.62</span></td></tr>\n                                                <tr><td><span>Cativá 9</span></td><td><span style=\"color:#222\" ;=\"\">7.07</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cativá 10</span></td><td><span style=\"color:#222\" ;=\"\">6.57</span></td></tr>\n                                                <tr><td><span>Cobre Panamá 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Cobre Panamá 2</span></td><td><span style=\"color:#222\" ;=\"\">149.60</span></td></tr>\n                                                <tr><td><span>Costa Norte 1</span></td><td><span style=\"color:#222\" ;=\"\">75.64</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Costa Norte 2</span></td><td><span style=\"color:#222\" ;=\"\">127.68</span></td></tr>\t\t\t\n                                                <tr><td><span>Costa Norte 3</span></td><td><span style=\"color:#222\" ;=\"\">76.21</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Costa Norte 4</span></td><td><span style=\"color:#222\" ;=\"\">76.35</span></td></tr>\t\t\t\t\t\t\t\t\t\t\t\t\t\n                                            </tbody></table>\n                                        </td>\n                                        <td>\n                                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                                <tbody><tr><td><span>PanAm 1</span></td><td><span style=\"color:#222\" ;=\"\">15.51</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>PanAm 2</span></td><td><span style=\"color:#222\" ;=\"\">15.61</span></td></tr>\n                                                <tr><td><span>PanAm 3</span></td><td><span style=\"color:#222\" ;=\"\">15.44</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>PanAm 4</span></td><td><span style=\"color:#222\" ;=\"\">15.53</span></td></tr>\n                                                <tr><td><span>PanAm 5</span></td><td><span style=\"color:#222\" ;=\"\">15.58</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>PanAm 6</span></td><td><span style=\"color:#222\" ;=\"\">15.63</span></td></tr>\n                                                <tr><td><span>PanAm 7</span></td><td><span style=\"color:#222\" ;=\"\">16.32</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>PanAm 8</span></td><td><span style=\"color:#222\" ;=\"\">16.13</span></td></tr>\n                                                <tr><td><span>PanAm 9</span></td><td><span style=\"color:#222\" ;=\"\">16.21</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sparkle Power 1</span></td><td><span style=\"color:#222\" ;=\"\">2.79</span></td></tr>\n                                                <tr><td><span>Sparkle Power 2</span></td><td><span style=\"color:#222\" ;=\"\">2.92</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sparkle Power 3</span></td><td><span style=\"color:#222\" ;=\"\">2.93</span></td></tr>\n                                                <tr><td><span>Sparkle Power 4</span></td><td><span style=\"color:#222\" ;=\"\">3.20</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sparkle Power 5</span></td><td><span style=\"color:#222\" ;=\"\">7.51</span></td></tr>\n                                                <tr><td><span>Sparkle Power 6</span></td><td><span style=\"color:#222\" ;=\"\">7.49</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sparkle Power 7</span></td><td><span style=\"color:#222\" ;=\"\">7.42</span></td></tr>\n                                                <tr><td><span>Sparkle Power 8</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Termocolón 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Termocolón 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Termocolón 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Tropitérmica 1</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Tropitérmica 2</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Tropitérmica 3</span></td><td><span style=\"color:#222\" ;=\"\">0.00</span></td></tr>\n\t\t\t\t\t\t\t\t\t\t\n                                            </tbody></table>\n                                        </td>\n                                    </tr>\n                                </tbody>\n                            </table>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Solares (MW)\n                    </h3>\n                    <div class=\"tile-body\">\n                        <div class=\"table-responsive-sm moreSmall\">\n                            <!-- Units -->\n                            <table class=\"table sitr-table-gen\" cellspacing=\"0\" cellpadding=\"0\">\n                                <tbody>\n                                    <tr>\n                                        <td>\n                                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                                <tbody><tr><td><span>Bejuco Solar</span></td><td><span style=\"color:#222\" ;=\"\">0.60</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Coclé Solar 1</span></td><td><span style=\"color:#222\" ;=\"\">0.41</span></td></tr>\n                                                <tr><td><span>Daconan Solar</span></td><td><span style=\"color:#222\" ;=\"\">-2.15</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Divisa Solar</span></td><td><span style=\"color:#222\" ;=\"\">5.73</span></td></tr>\n                                                <tr><td><span>Don Félix</span></td><td><span style=\"color:#222\" ;=\"\">5.95</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Ecosolar</span></td><td><span style=\"color:#222\" ;=\"\">6.45</span></td></tr>\n                                                <tr><td><span>Ecosolar 2</span></td><td><span style=\"color:#222\" ;=\"\">6.57</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>El Espinal</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>El Fraile Solar 1</span></td><td><span style=\"color:#222\" ;=\"\">0.31</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Estrella Solar</span></td><td><span style=\"color:#222\" ;=\"\">3.78</span></td></tr>\n                                                <tr><td><span>Farallón II</span></td><td><span style=\"color:#222\" ;=\"\">3.70</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Fotovoltaica Santiago Gen 1</span></td><td><span style=\"color:#222\" ;=\"\">3.64</span></td></tr>\n                                                <tr><td><span>Ikako</span></td><td><span style=\"color:#222\" ;=\"\">7.93</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Ikako I</span></td><td><span style=\"color:#222\" ;=\"\">5.76</span></td></tr>\n                                                <tr><td><span>Ikako II</span></td><td><span style=\"color:#222\" ;=\"\">7.27</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Ikako III</span></td><td><span style=\"color:#222\" ;=\"\">7.67</span></td></tr>\t\t\t\n                                                <tr><td><span>Jagüito Solar</span></td><td><span style=\"color:#222\" ;=\"\">3.95</span></td></tr>\t\t\t\t\t\t\t\t\t\t\t\t\n                                                <tr class=\"sitr-alt-row\"><td><span>La Esperanza Solar 20 MW</span></td><td><span style=\"color:#222\" ;=\"\">3.42</span></td></tr>\n                                                <tr><td><span>Las Mendozas Solar</span></td><td><span style=\"color:#222\" ;=\"\">2.45</span></td></tr>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t</tbody></table>\n                                        </td>\n                                        <td>\n                                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                                <tbody><tr><td><span>Macano Solar</span></td><td><span style=\"color:#222\" ;=\"\">1.53</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Mayorca Solar</span></td><td><span style=\"color:#222\" ;=\"\">9.62</span></td></tr>\n                                                <tr><td><span>Milton Solar</span></td><td><span style=\"color:#222\" ;=\"\">6.02</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Pacora II</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Panasolar</span></td><td><span style=\"color:#222\" ;=\"\">6.45</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Parque Solar Prudencia</span></td><td><span style=\"color:ORCHID\" ;=\"\">0.00</span></td></tr>\n                                                <tr><td><span>Pesé Solar</span></td><td><span style=\"color:#222\" ;=\"\">9.03</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sarigua</span></td><td><span style=\"color:#222\" ;=\"\">0.53</span></td></tr>\n                                                <tr><td><span>Sol de David</span></td><td><span style=\"color:#222\" ;=\"\">3.72</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Sol Real</span></td><td><span style=\"color:#222\" ;=\"\">6.66</span></td></tr>\n                                                <tr><td><span>Solar Bugaba</span></td><td><span style=\"color:#222\" ;=\"\">1.30</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Solar Caldera</span></td><td><span style=\"color:#222\" ;=\"\">2.15</span></td></tr>\n                                                <tr><td><span>Solar Chiriquí</span></td><td><span style=\"color:#222\" ;=\"\">6.39</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Solar Coclé</span></td><td><span style=\"color:#222\" ;=\"\">7.78</span></td></tr>\n                                                <tr><td><span>Solar Fotovoltaica Penonomé</span></td><td><span style=\"color:#222\" ;=\"\">94.45</span></td></tr>\t\n                                                <tr class=\"sitr-alt-row\"><td><span>Solar Los Ángeles</span></td><td><span style=\"color:#222\" ;=\"\">7.84</span></td></tr>\t\t\t\t\t\t\t\t\t\t\t\n                                                <tr><td><span>Solar Paris</span></td><td><span style=\"color:#222\" ;=\"\">6.40</span></td></tr>\n                                                <tr class=\"sitr-alt-row\"><td><span>Solar Pocrí</span></td><td><span style=\"color:#222\" ;=\"\">12.24</span></td></tr>\n                                                <tr><td><span>Vista Alegre</span></td><td><span style=\"color:#222\" ;=\"\">5.14</span></td></tr>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t</tbody></table>\n                                        </td>\n                                    </tr>\n                                </tbody>\n                            </table>\n\n                        </div>\n\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Eólicas (MW)\n                    </h3>\n                    <div class=\"tile-body\">\n                        <div class=\"table-responsive-sm moreSmall sitr-table-gen\">\n                            <!-- Units -->\n                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                <tbody>\n\n                                    <tr><td><span>Marañón GGC1</span></td><td><span style=\"color:#222\" ;=\"\">13.60</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>Nvo. Chagres I GGC1</span></td><td><span style=\"color:#222\" ;=\"\">6.50</span></td></tr>\n                                    <tr><td><span>Nvo. Chagres I GGC2</span></td><td><span style=\"color:#222\" ;=\"\">7.90</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>Nvo. Chagres I GGC3</span></td><td><span style=\"color:#222\" ;=\"\">3.60</span></td></tr>\n                                    <tr><td><span>Nvo. Chagres II GGC1</span></td><td><span style=\"color:#222\" ;=\"\">6.70</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>Nvo. Chagres II GGC2</span></td><td><span style=\"color:#222\" ;=\"\">15.50</span></td></tr>\n                                    <tr><td><span>Nvo. Chagres II GGC3</span></td><td><span style=\"color:#222\" ;=\"\">9.60</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>Portobelo GGC1</span></td><td><span style=\"color:#222\" ;=\"\">11.30</span></td></tr>\n                                    <tr><td><span>R. Vientos I GGC1</span></td><td><span style=\"color:#222\" ;=\"\">16.70</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>R. Vientos I GGC2</span></td><td><span style=\"color:#222\" ;=\"\">14.00</span></td></tr>\n                                    <tr><td><span>R. Vientos II GGC1</span></td><td><span style=\"color:#222\" ;=\"\">9.50</span></td></tr>\n                                    <tr class=\"sitr-alt-row\"><td><span>R. Vientos II GGC2</span></td><td><span style=\"color:#222\" ;=\"\">10.80</span></td></tr>\n\n                                </tbody>\n                            </table>\n                        </div>\n\n                    </div>\n                </div>\n            </div>\n        </div>\n\n\n        <div class=\"row\">\n            <div class=\"col-md\">\n                <div class=\"tile\">\n                    <h3 class=\"tile-title\">\n                        Biogás (MW)\n                    </h3>\n                    <div class=\"tile-body\">\n                        <!-- Biogas -->\n                        <!-- Units -->\n                        <div class=\"table-responsive-sm moreSmall sitr-table-gen\">\n                            <table class=\"table table-hover table-striped table-sm sitr-gen-group\">\n                                <tbody>\n\n                                    <tr><td><span>Cerro Patacón</span></td><td><span style=\"color:#222\" ;=\"\">2.70</span></td></tr>\n\n\n                                </tbody>\n                            </table>\n\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"row pt-1 my-md-2 pt-md-5\">\n            <div class=\"col-md-4 text-center\">\n                <a href=\"http://www.cnd.com.pa/\" target=\"_blank\"><img class=\"mb-2\" src=\"PA_nominal_generation_files/LogoPlanoCNDE.png\" alt=\"\" width=\"150\" height=\"150\"></a>\n            </div>\n            <div class=\"col-md-7 py-3 px-lg-5\">\n                <ul class=\"list-unstyled text-small text-justify footerCND\">\n                    <li>\n                        <small>\n                            “Por mandato de lo establecido en la Ley No.\n 6 de 1997, se pone a disposición de los interesados la información \ncontenida en este sitio, para su utilización por cualquier medio legal, \npero su uso deberá citar la fuente: EMPRESA DE TRANSMISIÓN ELÉCTRICA, \nS.A. (ETESA). Nuestra empresa no se hace responsable de ningún error, \nomisión, interpretación, pérdidas o daños que resulten de la utilización\n de la información o material contenidos en este sitio, por parte de \nusuarios, visitantes o terceras personas y su uso indebido y sin \nconfirmar, estará sujeto a sanciones penales (Artículos 289, 290 y 291 \ndel Código Penal) y/o administrativas. Además, en algunos casos que les \nsea aplicable, dicha información puede ser actualizada por ETESA, para \ncorregir errores o imprecisiones”.\n                        </small>\n                    </li>\n                    <li><small>Declaración de Privacidad © <span class=\"pace\" id=\"year\">2021</span> ETESA - Todos los Derechos Reservados.</small></li>\n                </ul>\n            </div>\n        </div>\n\n    </main>\n    <!-- Essential javascripts for application to work-->\n    <script src=\"PA_nominal_generation_files/jquery.js\"></script>\n    <script src=\"PA_nominal_generation_files/popper.js\"></script>\n    <script src=\"PA_nominal_generation_files/bootstrap.js\"></script>\n\n    <script src=\"PA_nominal_generation_files/main.js\"></script>\n\n    <script defer=\"defer\" src=\"PA_nominal_generation_files/scriptsnew.js\"></script>\n\n    <script src=\"PA_nominal_generation_files/echarts.js\"></script>\n\n    <script>\n        var localPie = [{name:\"Hídrica 421.84 (27.32%)\",value:421.84,color:\"#99ccee\"},{name:\"Térmica 741.51 (48.02%)\",value:741.51,color:\"#ee8822\"},{name:\"Solar 262.76 (17.02%)\",value:262.76,color:\"#ffff00\"},{name:\"Eólica 115.40 (7.47%)\",value:115.4,color:\"#ceceff\"},{name:\"Biogás 2.70 (0.17%)\",value:2.7,color:\"#72bf72\"}];\n        var localPie2 = [{name:\"Renovable 802.70 (51.98%)\",value:802.7,color:\"#98FB98\"},{name:\"Térmica 741.51 (48.02%)\",value:741.51,color:\"#ee8822\"}];\n    </script>\n\n    <script>\n        // Initialization\n        // Execute locally first\n        $(document).ready(function () {\n            sitr.initialize(false);\n            //localExecutionEnergy();\n            //localExecutionGen();\n\n            sitr.getData(sitr.dataSource.gen, sitr.fillGenData);\n            sitr.getData(sitr.dataSource.flow, sitr.fillMsg);\n\n        });\n\n        function localExecutionEnergy() {\n\n            var myEnergyPieChart = echarts.init(document.getElementById('sitr-energy-pie'));\n\n            var localChartData = [];\n            var localColorChartData = [];\n            var localNameChartData = [];\n\n            // Chart\n            $.each(localPie2, function () {\n                localChartData.push({\n                    value: this.value,\n                    name: this.name\n                });\n                localColorChartData.push(\n                    this.color);\n                localNameChartData.push(this.name);\n\n            });\n\n            option = {\n                tooltip: {\n                    position: 'bottom',\n                    trigger: 'item',\n                    formatter: '{b}'\n                },\n                legend: {\n                    position: 'inside',\n                    orient: 'vertical',\n                    left: 10,\n                    data: localNameChartData\n                },\n                series: [{\n                    name: 'Energía Renovable vs. Energía Térmica',\n                    type: 'pie',\n                    radius: ['40%', '50%'],\n                    center: ['50%', '60%'],\n                    avoidLabelOverlap: false,\n                    data: localChartData,\n                    color: localColorChartData,\n                    label: {\n                        show: false,\n                        position: 'center',\n                        formatter: '{b}',\n                        alignTo: 'labelLine',\n                        bleedMargin: 5\n                    },\n                    emphasis: {\n                        label: {\n                            show: false,\n                            color: '#c7dcfb',\n                            fontSize: '27',\n                            fontWeight: 'bold',\n                            textBorderColor: '#d9eaee',\n                            textShadowColor: '#778496',\n                            textShadowBlur: 2,\n                            textShadowOffsetY: 3,\n                            textShadowOffsetX: 1\n                        },\n                        itemStyle: {\n                            shadowBlur: 10,\n                            shadowOffsetX: 0,\n                            shadowColor: 'rgba(0, 0, 0, 0.5)'\n                        },\n                        labelLine: {\n                            show: false\n                        }\n                    }\n                }]\n            };\n\n            // use configuration item and data specified to show chart\n            myEnergyPieChart.setOption(option);\n        }\n\n        function localExecutionGen() {\n            var myGenPieChart = echarts.init(document.getElementById('sitr-gen-pie'));\n\n            var localChartData = [];\n            var localColorChartData = [];\n            var localNameChartData = [];\n\n            // Chart\n            $.each(localPie, function () {\n                localChartData.push({\n                    value: this.value,\n                    name: this.name\n                });\n                localColorChartData.push(\n                    this.color);\n                localNameChartData.push(this.name);\n            });\n\n            option = {\n                tooltip: {\n                    position: 'inside',\n                    trigger: 'item',\n                    formatter: '{b}'\n                },\n                legend: {\n                    orient: 'vertical',\n                    left: 10,\n                    data: localNameChartData\n                },\n                series: [{\n                    name: 'Tipos de Generación',\n                    type: 'pie',\n                    radius: '50%',\n                    center: ['50%', '65%'],\n                    data: localChartData,\n                    color: localColorChartData,\n                    label: {\n                        show: false,\n                        formatter: '{b}',\n                        position: 'outer',\n                        alignTo: 'labelLine',\n                        bleedMargin: 5\n                    },\n                    emphasis: {\n                        itemStyle: {\n                            shadowBlur: 10,\n                            shadowOffsetX: 0,\n                            shadowColor: 'rgba(0, 0, 0, 0.5)'\n                        }\n                    }\n                }]\n            };\n\n            // use configuration item and data specified to show chart\n            myGenPieChart.setOption(option);\n        }\n\n    </script>\n\n\n\n\n</body></html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/PE/response_20250909.json",
    "content": "{\n  \"GraficoTipoCombustible\": {\n    \"Series\": [\n      {\n        \"Name\": \"BAGAZO\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 49.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 61.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 60.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 62.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 62.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 62.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 61.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 62.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 61.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 63.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 65.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 70,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 70.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 72.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 72.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 70.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 68.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 69.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 67.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 66.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 64.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 63.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 66.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 66.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 68.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 70.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 70.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 70,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 69.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 70.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 71.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 72.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 72.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 72.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 71.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 71.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 71.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 72.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 72.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 72.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 72.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 71,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 69.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 68.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 70.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 70,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 70.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 71.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"BIOG\\u00c1S\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 8.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"CARB\\u00d3N\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"DIESEL\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"E\\u00d3LICA\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 440.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 398.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 299.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 227.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 205.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 195.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 165.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 143.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 130.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 119.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 115.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 116.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 112.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 97.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 97.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 99.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 91.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 104.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 106.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 137.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 165.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 182.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 223.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 276.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 273.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 297.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 356.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 378.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 442.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 519.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 634.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 646.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 683.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 686.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 667,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 649.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 696,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 755.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 803.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 797.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 779.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 772.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 784.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 751.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 741.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 741,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 742.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 681,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"GAS\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 2564.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 2562.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 2566.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 2609.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 2611.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 2605.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 2607.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 2607.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 2593.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 2624.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 2649.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 2661.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 2660.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 2660.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 2656.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 2652.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 2680.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 2732.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 2800.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 2853.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 2871.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 2861.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 2863.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 2860.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 2867.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 2868.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 2866.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 2869,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 2867.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 2877,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 2869.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 2878.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 2887.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 2892.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 2901.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 2899,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 2901,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 2899.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 2902.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 2902.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 2897.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 2895.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 2900.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 2901.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 2895.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 2777.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 2740.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 2700,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"H\\u00cdDRICO\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 2894.17461,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 2791.58554,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 2794.35019,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 2757.5811,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 2751.54497,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 2764.81065,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 2794.79668,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 2812.71926,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 2832.66006,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 2792.10862,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 2900.1771,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 2977.04898,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 2931.0984,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 2618.36962,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 2546.01311,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 2680.72631,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 2923.77389,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 2863.51697,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 2965.25292,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 2925.4176,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 2901,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 2769.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 2781.4361,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 2782.44443,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 2613.53627,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 2595.605,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 2529.55167,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 2427.8557,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 2479.45983,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 2450.53838,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 2368.53019,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 2329.74846,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 2517.25035,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 2812.6314,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 3071.71723,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 3037.11848,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 3228.48344,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 3158.95602,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 3131.27886,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 3087.98015,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 3101.95585,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 3072.52915,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 2999.83712,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 3036.87124,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 2864.72678,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 2714.68324,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 2519.59952,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 2453.26671,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"RESIDUAL\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"SOLAR\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/09 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 05:30:00\",\n            \"Valor\": 0.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:00:00\",\n            \"Valor\": 17.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 06:30:00\",\n            \"Valor\": 208.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:00:00\",\n            \"Valor\": 472.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 07:30:00\",\n            \"Valor\": 733.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:00:00\",\n            \"Valor\": 798.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 08:30:00\",\n            \"Valor\": 812.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:00:00\",\n            \"Valor\": 825.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 09:30:00\",\n            \"Valor\": 831,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:00:00\",\n            \"Valor\": 830.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 10:30:00\",\n            \"Valor\": 825.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:00:00\",\n            \"Valor\": 870.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 11:30:00\",\n            \"Valor\": 876,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:00:00\",\n            \"Valor\": 880.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 12:30:00\",\n            \"Valor\": 889.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:00:00\",\n            \"Valor\": 902.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 13:30:00\",\n            \"Valor\": 901.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:00:00\",\n            \"Valor\": 897.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 14:30:00\",\n            \"Valor\": 883.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:00:00\",\n            \"Valor\": 870.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 15:30:00\",\n            \"Valor\": 842.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:00:00\",\n            \"Valor\": 778.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 16:30:00\",\n            \"Valor\": 542,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:00:00\",\n            \"Valor\": 231.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 17:30:00\",\n            \"Valor\": 21.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/09 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      }\n    ]\n  },\n  \"Indicador\": 0\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/PE/response_20250910.json",
    "content": "{\n  \"GraficoTipoCombustible\": {\n    \"Series\": [\n      {\n        \"Name\": \"BAGAZO\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 58,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 60,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 58.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 59.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 58.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 60.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 60.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 60.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 59.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 58.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 59.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 60.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 61.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 61.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 58.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 60.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 60.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 61.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 61.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 59.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 60.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 59.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 61.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 60.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 61.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 59.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 56.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 59.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 60.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 60.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 60.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 60.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 61.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 61.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 60.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 58.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 59.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 61.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 58.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 59.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 60.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 59.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 60.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"BIOG\\u00c1S\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 9.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 7.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 9.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 9.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 9.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 9.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 9.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 9.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 9.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 9.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"CARB\\u00d3N\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"DIESEL\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"E\\u00d3LICA\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 646.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 594,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 600.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 588.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 538.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 468.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 459.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 511.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 547,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 563.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 578.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 687.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 751.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 762.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 769.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 758.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 771.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 777.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 790.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 802.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 814,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 819.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 821.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 833.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 814,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 805.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 791.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 783.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 772.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 776.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 789.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 796.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 814.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 833.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 818.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 813.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 802,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 810,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 810.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 778.8,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 726.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 684.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 629.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 603,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 576.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 477.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 495.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 586.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"GAS\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 2670.56,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 2669.26,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 2671.77,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 2679.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 2657.71,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 2654.28,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 2662.98,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 2673.53,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 2679.82,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 2684.58,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 2672.58,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 2684.68,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 2675.58,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 2578.63,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 2538.69,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 2452.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 2655.24,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 2653.51,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 2621,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 2608.77,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 2611.65,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 2597.83,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 2608.22,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 2616.86,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 2569.59,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 2588.21,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 2586.35,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 2561.61,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 2579.68,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 2590,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 2584.26,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 2472.79,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 2474.19,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 2608.84,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 2637.81,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 2647.85,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 2673.63,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 2673.53,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 2675.05,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 2671.28,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 2664.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 2674.22,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 2678.84,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 2677.01,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 2656.47,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 2625.7,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 2629.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 2629.3,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"H\\u00cdDRICO\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 2378.36283,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 2359.60994,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 2310.08169,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 2204.90675,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 2334.14447,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 2465.33184,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 2389.0597,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 2230.46354,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 2368.83039,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 2321.96826,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 2406.30903,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 2508.26754,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 2346.88848,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 2262.67341,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 2185.56919,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 2310.06397,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 2440.90285,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 2547.50999,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 2463.83706,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 2335.95179,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 2552.77706,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 2656.74776,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 2487.84383,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 2523.75705,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 2689.93279,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 2438.57097,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 2371.61629,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 2425.15655,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 2549.87939,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 2480.16985,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 2454.60187,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 2666.16598,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 2832.3449,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 2966.62992,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 3028.57252,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 2981.94386,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 3214.25808,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 3249.18184,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 3249.83932,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 3288.64984,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 3328.95449,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 3334.19632,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 3260.0971,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 3225.61949,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 3191.70329,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 3173.034,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 2894.72861,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 2713.82591,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"RESIDUAL\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      },\n      {\n        \"Name\": \"SOLAR\",\n        \"Data\": [\n          {\n            \"Nombre\": \"2025/09/10 00:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 01:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 02:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 03:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 04:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 05:30:00\",\n            \"Valor\": 0.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:00:00\",\n            \"Valor\": 20.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 06:30:00\",\n            \"Valor\": 206.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:00:00\",\n            \"Valor\": 474.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 07:30:00\",\n            \"Valor\": 747,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:00:00\",\n            \"Valor\": 822.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 08:30:00\",\n            \"Valor\": 665.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:00:00\",\n            \"Valor\": 681.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 09:30:00\",\n            \"Valor\": 699.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:00:00\",\n            \"Valor\": 834.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 10:30:00\",\n            \"Valor\": 791.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:00:00\",\n            \"Valor\": 795.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 11:30:00\",\n            \"Valor\": 839.5,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:00:00\",\n            \"Valor\": 897,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 12:30:00\",\n            \"Valor\": 751.4,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:00:00\",\n            \"Valor\": 785.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 13:30:00\",\n            \"Valor\": 908,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:00:00\",\n            \"Valor\": 903,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 14:30:00\",\n            \"Valor\": 894.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:00:00\",\n            \"Valor\": 876.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 15:30:00\",\n            \"Valor\": 842.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:00:00\",\n            \"Valor\": 772.2,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 16:30:00\",\n            \"Valor\": 546.6,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:00:00\",\n            \"Valor\": 230.1,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 17:30:00\",\n            \"Valor\": 21.9,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 18:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 19:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 20:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 21:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 22:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/10 23:30:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          },\n          {\n            \"Nombre\": \"2025/09/11 00:00:00\",\n            \"Valor\": 0,\n            \"CodColor\": null,\n            \"Valores\": null,\n            \"Valores_\": null,\n            \"Codigo\": 0,\n            \"RER\": null\n          }\n        ]\n      }\n    ]\n  },\n  \"Indicador\": 0\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/PF/production_live.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t<!DOCTYPE html>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<html class=\"ltr\" dir=\"ltr\" lang=\"fr-FR\">\n\n<head>\n\t<title>Transition énergétique - AEL EDT</title>\n\n\t<!-- CSS pour le Google FONT -->\n\t<link href=\"https://fonts.googleapis.com/css?family=Lato+Condensed:400,400i,700,700i|Lato:300,400,400i,500,700,700i\"; rel=\"stylesheet\">\n\n\t<meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\t\n\t<script src=\"https://www.edt.pf/o/AEL-Theme/js/jquery-3.7.1.min.js\"></script>\n\t<script src=\"https://www.edt.pf/o/AEL-Theme/js/popper.min.js\"></script>\n\t<script src=\"https://www.edt.pf/o/AEL-Theme/js/bootstrap.min.js\"></script>\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta content=\"text/html; charset=UTF-8\" http-equiv=\"content-type\" />\n\n\n\n\n\n\n\n\n\n<meta content=\"EDT ENGIE vous présente ses actions en matière de transition énergétique et de croissance verte.\" lang=\"fr-FR\" name=\"description\" /><meta content=\"transition énergétique, croissance verte\" lang=\"fr-FR\" name=\"keywords\" />\n\n\n<link data-senna-track=\"temporary\" href=\"https://www.edt.pf/transition-energetique-innovation\" rel=\"canonical\" />\n<meta property=\"og:description\" content=\"EDT ENGIE vous présente ses actions en matière de transition énergétique et de croissance verte.\">\n<meta property=\"og:locale\" content=\"fr_FR\">\n<meta property=\"og:locale:alternate\" content=\"fr_FR\">\n<meta property=\"og:site_name\" content=\"AEL EDT\">\n<meta property=\"og:title\" content=\"Transition énergétique - AEL EDT\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:url\" content=\"https://www.edt.pf/transition-energetique-innovation\">\n\n\n<link href=\"https://www.edt.pf/o/AEL-Theme/images/favicon.ico\" rel=\"icon\" />\n\n\n\n<link class=\"lfr-css-file\" data-senna-track=\"temporary\" href=\"https://www.edt.pf/o/AEL-Theme/css/clay.css?browserId=other&amp;themeId=ThemeAELpage_WAR_AELTheme&amp;minifierType=css&amp;languageId=fr_FR&amp;b=7304&amp;t=1704256652000\" id=\"liferayAUICSS\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n\n<link data-senna-track=\"temporary\" href=\"/o/frontend-css-web/main.css?browserId=other&amp;themeId=ThemeAELpage_WAR_AELTheme&amp;minifierType=css&amp;languageId=fr_FR&amp;b=7304&amp;t=1597187056496\" id=\"liferayPortalCSS\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n\n\n\n\n\n\t\n\n\n\n\t\n\n\t\t<link data-senna-track=\"temporary\" href=\"/combo?browserId=other&amp;minifierType=&amp;themeId=ThemeAELpage_WAR_AELTheme&amp;languageId=fr_FR&amp;b=7304&amp;com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv:%2Fcss%2Fmain.css&amp;com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch:%2Fcss%2Fmain.css&amp;com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet:%2Fcss%2Fmain.css&amp;t=1704256652000\" id=\"d920470a\" rel=\"stylesheet\" type=\"text/css\" />\n\n\t\n\n\n\n\n\n\n\n<script data-senna-track=\"temporary\" type=\"text/javascript\">\n\t// <![CDATA[\n\t\tvar Liferay = Liferay || {};\n\n\t\tLiferay.Browser = {\n\t\t\tacceptsGzip: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\n\t\t\t\n\n\t\t\tgetMajorVersion: function() {\n\t\t\t\treturn 0;\n\t\t\t},\n\n\t\t\tgetRevision: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetVersion: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\n\t\t\t\n\n\t\t\tisAir: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisChrome: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisEdge: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisFirefox: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisGecko: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisIe: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisIphone: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisLinux: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisMac: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisMobile: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisMozilla: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisOpera: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisRtf: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisSafari: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisSun: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisWebKit: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisWindows: function() {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t};\n\n\t\tLiferay.Data = Liferay.Data || {};\n\n\t\tLiferay.Data.ICONS_INLINE_SVG = true;\n\n\t\tLiferay.Data.NAV_SELECTOR = '#navigation';\n\n\t\tLiferay.Data.NAV_SELECTOR_MOBILE = '#navigationCollapse';\n\n\t\tLiferay.Data.isCustomizationView = function() {\n\t\t\treturn false;\n\t\t};\n\n\t\tLiferay.Data.notices = [\n\t\t\t\n\n\t\t\t\n\t\t];\n\n\t\tLiferay.PortletKeys = {\n\t\t\tDOCUMENT_LIBRARY: 'com_liferay_document_library_web_portlet_DLPortlet',\n\t\t\tDYNAMIC_DATA_MAPPING: 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',\n\t\t\tITEM_SELECTOR: 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet'\n\t\t};\n\n\t\tLiferay.PropsValues = {\n\t\t\tJAVASCRIPT_SINGLE_PAGE_APPLICATION_TIMEOUT: 0,\n\t\t\tNTLM_AUTH_ENABLED: false,\n\t\t\tUPLOAD_SERVLET_REQUEST_IMPL_MAX_SIZE: 104857600\n\t\t};\n\n\t\tLiferay.ThemeDisplay = {\n\n\t\t\t\n\n\t\t\t\n\t\t\t\tgetLayoutId: function() {\n\t\t\t\t\treturn '58';\n\t\t\t\t},\n\n\t\t\t\t\n\n\t\t\t\tgetLayoutRelativeControlPanelURL: function() {\n\t\t\t\t\treturn '/group/guest/~/control_panel/manage';\n\t\t\t\t},\n\n\t\t\t\tgetLayoutRelativeURL: function() {\n\t\t\t\t\treturn '/transition-energetique-innovation';\n\t\t\t\t},\n\t\t\t\tgetLayoutURL: function() {\n\t\t\t\t\treturn 'https://www.edt.pf/transition-energetique-innovation';\n\t\t\t\t},\n\t\t\t\tgetParentLayoutId: function() {\n\t\t\t\t\treturn '4';\n\t\t\t\t},\n\t\t\t\tisControlPanel: function() {\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\tisPrivateLayout: function() {\n\t\t\t\t\treturn 'false';\n\t\t\t\t},\n\t\t\t\tisVirtualLayout: function() {\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\n\n\t\t\tgetBCP47LanguageId: function() {\n\t\t\t\treturn 'fr-FR';\n\t\t\t},\n\t\t\tgetCanonicalURL: function() {\n\n\t\t\t\t\n\n\t\t\t\treturn 'https\\x3a\\x2f\\x2fwww\\x2eedt\\x2epf\\x2ftransition-energetique-innovation';\n\t\t\t},\n\t\t\tgetCDNBaseURL: function() {\n\t\t\t\treturn 'https://www.edt.pf';\n\t\t\t},\n\t\t\tgetCDNDynamicResourcesHost: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetCDNHost: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetCompanyGroupId: function() {\n\t\t\t\treturn '20135';\n\t\t\t},\n\t\t\tgetCompanyId: function() {\n\t\t\t\treturn '20099';\n\t\t\t},\n\t\t\tgetDefaultLanguageId: function() {\n\t\t\t\treturn 'fr_FR';\n\t\t\t},\n\t\t\tgetDoAsUserIdEncoded: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetLanguageId: function() {\n\t\t\t\treturn 'fr_FR';\n\t\t\t},\n\t\t\tgetParentGroupId: function() {\n\t\t\t\treturn '20126';\n\t\t\t},\n\t\t\tgetPathContext: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetPathImage: function() {\n\t\t\t\treturn '/image';\n\t\t\t},\n\t\t\tgetPathJavaScript: function() {\n\t\t\t\treturn '/o/frontend-js-web';\n\t\t\t},\n\t\t\tgetPathMain: function() {\n\t\t\t\treturn '/c';\n\t\t\t},\n\t\t\tgetPathThemeImages: function() {\n\t\t\t\treturn 'https://www.edt.pf/o/AEL-Theme/images';\n\t\t\t},\n\t\t\tgetPathThemeRoot: function() {\n\t\t\t\treturn '/o/AEL-Theme';\n\t\t\t},\n\t\t\tgetPlid: function() {\n\t\t\t\treturn '364803';\n\t\t\t},\n\t\t\tgetPortalURL: function() {\n\t\t\t\treturn 'https://www.edt.pf';\n\t\t\t},\n\t\t\tgetScopeGroupId: function() {\n\t\t\t\treturn '20126';\n\t\t\t},\n\t\t\tgetScopeGroupIdOrLiveGroupId: function() {\n\t\t\t\treturn '20126';\n\t\t\t},\n\t\t\tgetSessionId: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetSiteAdminURL: function() {\n\t\t\t\treturn 'https://www.edt.pf/group/guest/~/control_panel/manage?p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view';\n\t\t\t},\n\t\t\tgetSiteGroupId: function() {\n\t\t\t\treturn '20126';\n\t\t\t},\n\t\t\tgetURLControlPanel: function() {\n\t\t\t\treturn '/group/control_panel?refererPlid=364803';\n\t\t\t},\n\t\t\tgetURLHome: function() {\n\t\t\t\treturn 'https\\x3a\\x2f\\x2fwww\\x2eedt\\x2epf\\x2fweb\\x2fguest';\n\t\t\t},\n\t\t\tgetUserEmailAddress: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tgetUserId: function() {\n\t\t\t\treturn '20103';\n\t\t\t},\n\t\t\tgetUserName: function() {\n\t\t\t\treturn '';\n\t\t\t},\n\t\t\tisAddSessionIdToURL: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisImpersonated: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisSignedIn: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisStateExclusive: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisStateMaximized: function() {\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\tisStatePopUp: function() {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t};\n\n\t\tvar themeDisplay = Liferay.ThemeDisplay;\n\n\t\tLiferay.AUI = {\n\n\t\t\t\n\n\t\t\tgetAvailableLangPath: function() {\n\t\t\t\treturn 'available_languages.jsp?browserId=other&themeId=ThemeAELpage_WAR_AELTheme&colorSchemeId=05&minifierType=js&languageId=fr_FR&b=7304&t=1709923861571';\n\t\t\t},\n\t\t\tgetCombine: function() {\n\t\t\t\treturn true;\n\t\t\t},\n\t\t\tgetComboPath: function() {\n\t\t\t\treturn '/combo/?browserId=other&minifierType=&languageId=fr_FR&b=7304&t=1597187053109&';\n\t\t\t},\n\t\t\tgetDateFormat: function() {\n\t\t\t\treturn '%d/%m/%Y';\n\t\t\t},\n\t\t\tgetEditorCKEditorPath: function() {\n\t\t\t\treturn '/o/frontend-editor-ckeditor-web';\n\t\t\t},\n\t\t\tgetFilter: function() {\n\t\t\t\tvar filter = 'raw';\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tfilter = 'min';\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\treturn filter;\n\t\t\t},\n\t\t\tgetFilterConfig: function() {\n\t\t\t\tvar instance = this;\n\n\t\t\t\tvar filterConfig = null;\n\n\t\t\t\tif (!instance.getCombine()) {\n\t\t\t\t\tfilterConfig = {\n\t\t\t\t\t\treplaceStr: '.js' + instance.getStaticResourceURLParams(),\n\t\t\t\t\t\tsearchExp: '\\\\.js$'\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\treturn filterConfig;\n\t\t\t},\n\t\t\tgetJavaScriptRootPath: function() {\n\t\t\t\treturn '/o/frontend-js-web';\n\t\t\t},\n\t\t\tgetLangPath: function() {\n\t\t\t\treturn 'aui_lang.jsp?browserId=other&themeId=ThemeAELpage_WAR_AELTheme&colorSchemeId=05&minifierType=js&languageId=fr_FR&b=7304&t=1597187053109';\n\t\t\t},\n\t\t\tgetPortletRootPath: function() {\n\t\t\t\treturn '/html/portlet';\n\t\t\t},\n\t\t\tgetStaticResourceURLParams: function() {\n\t\t\t\treturn '?browserId=other&minifierType=&languageId=fr_FR&b=7304&t=1597187053109';\n\t\t\t}\n\t\t};\n\n\t\tLiferay.authToken = 'f3ihctdu';\n\n\t\t\n\n\t\tLiferay.currentURL = '\\x2ftransition-energetique-innovation';\n\t\tLiferay.currentURLEncoded = '\\x252Ftransition-energetique-innovation';\n\t// ]]>\n</script>\n\n<script src=\"/o/js_loader_config?t=1709923884246\" type=\"text/javascript\"></script>\n<script data-senna-track=\"permanent\" src=\"/combo?browserId=other&minifierType=js&languageId=fr_FR&b=7304&t=1597187053109&/o/frontend-js-aui-web/aui/aui/aui.js&/o/frontend-js-aui-web/liferay/modules.js&/o/frontend-js-aui-web/liferay/aui_sandbox.js&/o/frontend-js-aui-web/aui/attribute-base/attribute-base.js&/o/frontend-js-aui-web/aui/attribute-complex/attribute-complex.js&/o/frontend-js-aui-web/aui/attribute-core/attribute-core.js&/o/frontend-js-aui-web/aui/attribute-observable/attribute-observable.js&/o/frontend-js-aui-web/aui/attribute-extras/attribute-extras.js&/o/frontend-js-aui-web/aui/event-custom-base/event-custom-base.js&/o/frontend-js-aui-web/aui/event-custom-complex/event-custom-complex.js&/o/frontend-js-aui-web/aui/oop/oop.js&/o/frontend-js-aui-web/aui/aui-base-lang/aui-base-lang.js&/o/frontend-js-aui-web/liferay/dependency.js&/o/frontend-js-aui-web/liferay/util.js&/o/frontend-js-aui-web/aui/aui-base-html5-shiv/aui-base-html5-shiv.js&/o/frontend-js-aui-web/aui/arraylist-add/arraylist-add.js&/o/frontend-js-aui-web/aui/arraylist-filter/arraylist-filter.js&/o/frontend-js-aui-web/aui/arraylist/arraylist.js&/o/frontend-js-aui-web/aui/array-extras/array-extras.js&/o/frontend-js-aui-web/aui/array-invoke/array-invoke.js&/o/frontend-js-aui-web/aui/base-base/base-base.js&/o/frontend-js-aui-web/aui/base-pluginhost/base-pluginhost.js&/o/frontend-js-aui-web/aui/classnamemanager/classnamemanager.js&/o/frontend-js-aui-web/aui/datatype-xml-format/datatype-xml-format.js&/o/frontend-js-aui-web/aui/datatype-xml-parse/datatype-xml-parse.js&/o/frontend-js-aui-web/aui/dom-base/dom-base.js&/o/frontend-js-aui-web/aui/dom-core/dom-core.js&/o/frontend-js-aui-web/aui/dom-screen/dom-screen.js&/o/frontend-js-aui-web/aui/dom-style/dom-style.js&/o/frontend-js-aui-web/aui/event-base/event-base.js&/o/frontend-js-aui-web/aui/event-delegate/event-delegate.js&/o/frontend-js-aui-web/aui/event-focus/event-focus.js&/o/frontend-js-aui-web/aui/event-hover/event-hover.js&/o/frontend-js-aui-web/aui/event-key/event-key.js\" type=\"text/javascript\"></script>\n<script data-senna-track=\"permanent\" src=\"/combo?browserId=other&minifierType=js&languageId=fr_FR&b=7304&t=1597187053109&/o/frontend-js-aui-web/aui/event-mouseenter/event-mouseenter.js&/o/frontend-js-aui-web/aui/event-mousewheel/event-mousewheel.js&/o/frontend-js-aui-web/aui/event-outside/event-outside.js&/o/frontend-js-aui-web/aui/event-resize/event-resize.js&/o/frontend-js-aui-web/aui/event-simulate/event-simulate.js&/o/frontend-js-aui-web/aui/event-synthetic/event-synthetic.js&/o/frontend-js-aui-web/aui/intl/intl.js&/o/frontend-js-aui-web/aui/io-base/io-base.js&/o/frontend-js-aui-web/aui/io-form/io-form.js&/o/frontend-js-aui-web/aui/io-queue/io-queue.js&/o/frontend-js-aui-web/aui/io-upload-iframe/io-upload-iframe.js&/o/frontend-js-aui-web/aui/io-xdr/io-xdr.js&/o/frontend-js-aui-web/aui/json-parse/json-parse.js&/o/frontend-js-aui-web/aui/json-stringify/json-stringify.js&/o/frontend-js-aui-web/aui/node-base/node-base.js&/o/frontend-js-aui-web/aui/node-core/node-core.js&/o/frontend-js-aui-web/aui/node-event-delegate/node-event-delegate.js&/o/frontend-js-aui-web/aui/node-event-simulate/node-event-simulate.js&/o/frontend-js-aui-web/aui/node-focusmanager/node-focusmanager.js&/o/frontend-js-aui-web/aui/node-pluginhost/node-pluginhost.js&/o/frontend-js-aui-web/aui/node-screen/node-screen.js&/o/frontend-js-aui-web/aui/node-style/node-style.js&/o/frontend-js-aui-web/aui/plugin/plugin.js&/o/frontend-js-aui-web/aui/pluginhost-base/pluginhost-base.js&/o/frontend-js-aui-web/aui/pluginhost-config/pluginhost-config.js&/o/frontend-js-aui-web/aui/querystring-stringify-simple/querystring-stringify-simple.js&/o/frontend-js-aui-web/aui/queue-promote/queue-promote.js&/o/frontend-js-aui-web/aui/selector-css2/selector-css2.js&/o/frontend-js-aui-web/aui/selector-css3/selector-css3.js&/o/frontend-js-aui-web/aui/selector-native/selector-native.js&/o/frontend-js-aui-web/aui/selector/selector.js&/o/frontend-js-aui-web/aui/widget-base/widget-base.js&/o/frontend-js-aui-web/aui/widget-htmlparser/widget-htmlparser.js\" type=\"text/javascript\"></script>\n<script data-senna-track=\"permanent\" src=\"/combo?browserId=other&minifierType=js&languageId=fr_FR&b=7304&t=1597187053109&/o/frontend-js-aui-web/aui/widget-skin/widget-skin.js&/o/frontend-js-aui-web/aui/widget-uievents/widget-uievents.js&/o/frontend-js-aui-web/aui/yui-throttle/yui-throttle.js&/o/frontend-js-aui-web/aui/aui-base-core/aui-base-core.js&/o/frontend-js-aui-web/aui/aui-classnamemanager/aui-classnamemanager.js&/o/frontend-js-aui-web/aui/aui-component/aui-component.js&/o/frontend-js-aui-web/aui/aui-debounce/aui-debounce.js&/o/frontend-js-aui-web/aui/aui-delayed-task-deprecated/aui-delayed-task-deprecated.js&/o/frontend-js-aui-web/aui/aui-event-base/aui-event-base.js&/o/frontend-js-aui-web/aui/aui-event-input/aui-event-input.js&/o/frontend-js-aui-web/aui/aui-form-validator/aui-form-validator.js&/o/frontend-js-aui-web/aui/aui-node-base/aui-node-base.js&/o/frontend-js-aui-web/aui/aui-node-html5/aui-node-html5.js&/o/frontend-js-aui-web/aui/aui-selector/aui-selector.js&/o/frontend-js-aui-web/aui/aui-timer/aui-timer.js&/o/frontend-js-aui-web/liferay/browser_selectors.js&/o/frontend-js-aui-web/liferay/form.js&/o/frontend-js-aui-web/liferay/form_placeholders.js&/o/frontend-js-aui-web/liferay/icon.js&/o/frontend-js-aui-web/liferay/menu.js&/o/frontend-js-aui-web/liferay/notice.js&/o/frontend-js-aui-web/liferay/poller.js&/o/frontend-js-web/loader/config.js&/o/frontend-js-web/loader/loader.js&/o/frontend-js-web/misc/svg4everybody.js&/o/frontend-js-web/liferay/dom_task_runner.js&/o/frontend-js-web/liferay/events.js&/o/frontend-js-web/liferay/lazy_load.js&/o/frontend-js-web/liferay/liferay.js&/o/frontend-js-web/liferay/global.bundle.js&/o/frontend-js-web/liferay/portlet.js&/o/frontend-js-web/liferay/workflow.js\" type=\"text/javascript\"></script>\n\n\n\n\n\t\n\n\t<script data-senna-track=\"temporary\" src=\"/o/js_bundle_config?t=1709923906243\" type=\"text/javascript\"></script>\n\n\n<script data-senna-track=\"temporary\" type=\"text/javascript\">\n\t// <![CDATA[\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\t// ]]>\n</script>\n\n\n\n\n\n\t\n\t\t\n\n\t\t\t\n\n\t\t\t\n\t\t\n\t\t\n\n\n\n\t\n\t\t\n\n\t\t\t\n\n\t\t\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n\n\n\n\n\n\t\n\n\n\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<link class=\"lfr-css-file\" data-senna-track=\"temporary\" href=\"https://www.edt.pf/o/AEL-Theme/css/main.css?browserId=other&amp;themeId=ThemeAELpage_WAR_AELTheme&amp;minifierType=css&amp;languageId=fr_FR&amp;b=7304&amp;t=1704256652000\" id=\"liferayThemeCSS\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n\n\n\n\n\n\n\t<style data-senna-track=\"temporary\" type=\"text/css\">\n\n\t\t\n\n\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\t\n\n#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv_ .portlet-content {\n\n}\n\n\n\n\n\t\t\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\t\n\n#p_p_id_detailMesurePortlet_WAR_EDTAEL2018_ .portlet-content {\n\n}\n\n\n\n\n\t\t\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\t\n\n#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9_ .portlet-content {\nmargin-top: 40px\n}\n\n\n\n\n\t\t\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\t\n\n#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi_ .portlet-content {\nbackground-color: #;\nborder-top-color: #;\nborder-right-color: #;\nborder-bottom-color: #;\nborder-left-color: #;\ncolor: #\n}\n\n\n\n\n\t\t\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\t\n\n#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-content {\n\n}\n\n\n\n\n\t\t\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t\t\t\n\n\t\t\n\n\t</style>\n\n\n<style data-senna-track=\"temporary\" type=\"text/css\">\n</style>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script data-senna-track=\"temporary\" type=\"text/javascript\">\n\tif (window.Analytics) {\n\t\twindow._com_liferay_document_library_analytics_isViewFileEntry = false;\n\t}\n</script>\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n// <![CDATA[\nLiferay.on(\n\t'ddmFieldBlur', function(event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send(\n\t\t\t\t'fieldBlurred',\n\t\t\t\t'Form',\n\t\t\t\t{\n\t\t\t\t\tfieldName: event.fieldName,\n\t\t\t\t\tfocusDuration: event.focusDuration,\n\t\t\t\t\tformId: event.formId,\n\t\t\t\t\tpage: event.page\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n);\n\nLiferay.on(\n\t'ddmFieldFocus', function(event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send(\n\t\t\t\t'fieldFocused',\n\t\t\t\t'Form',\n\t\t\t\t{\n\t\t\t\t\tfieldName: event.fieldName,\n\t\t\t\t\tformId: event.formId,\n\t\t\t\t\tpage: event.page\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n);\n\nLiferay.on(\n\t'ddmFormPageShow', function(event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send(\n\t\t\t\t'pageViewed',\n\t\t\t\t'Form',\n\t\t\t\t{\n\t\t\t\t\tformId: event.formId,\n\t\t\t\t\tpage: event.page,\n\t\t\t\t\ttitle: event.title\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n);\n\nLiferay.on(\n\t'ddmFormSubmit', function(event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send(\n\t\t\t\t'formSubmitted',\n\t\t\t\t'Form',\n\t\t\t\t{\n\t\t\t\t\tformId: event.formId\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n);\n\nLiferay.on(\n\t'ddmFormView', function(event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send(\n\t\t\t\t'formViewed',\n\t\t\t\t'Form',\n\t\t\t\t{\n\t\t\t\t\tformId: event.formId,\n\t\t\t\t\ttitle: event.title\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n);\n// ]]>\n</script>\n\n\n\n\n\n\n\n\t\n\t<script type=\"text/javascript\" src=\"https://tarteaucitron.io/load.js?domain=www.edt.pf&uuid=816949965c27396681282c50f33d17b6e5ef12a9\"></script>\n\t\n</head>\n\n<body class=\"other controls-visible groupe yui3-skin-sam guest-site signed-out public-page site \">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"closed d-print-none lfr-product-menu-panel sidenav-fixed sidenav-menu-slider\" id=\"_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_sidenavSliderId\"><div class=\"product-menu sidebar sidenav-menu\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_  portlet-static portlet-static-end portlet-decorate  \" id=\"p_p_id_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_\">\n\t\t<span id=\"p_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"lfr-product-menu-sidebar lfr-applications-menu\" id=\"productMenuSidebar\">\n\t\n\n\t<div class=\"sidebar-body\">\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t</div>\n</div>\n\t\t\n\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n</div></div>\n\t\t\n<div class=\"header\" class=\"navbar-edt container-wrap\">\t\n\t\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"39705\" data-analytics-asset-title=\"Header\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t<div class=\"bg-edt\">\n\t<div class=\"container\">\n\t\t<div class=\"row align-items-start\">\n\t\t\t<div class=\"col-6 col-md-4\">\n\t\t\t\t<div class=\"logo\">\n\t\t\t\t\t<a href=\"/\" title=\"Agence en ligne EDT\">\n\t\t\t\t\t\t<img alt=\"Logo EDT\" src=\"https://www.edt.pf/o/AEL-Theme/images/logo-edt-engie.png\" height=\"85\" class=\"img-fluid\"> \n\t\t\t\t\t</a> \n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\n\t\t\t<div class=\"col-6 col-md-8 text-right\">\n\t\t\t\t<div class=\"row align-items-center justify-content-end\">\n\t\t\t\t\t<div class=\"col-sm-6 rsocial\">\n\t\t\t\t\t\t<ul class=\"menu-inline\">\n\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/ElectriciteDeTahiti/\" class=\"facebook\"><i class=\"fa fa-facebook-f\"></i></a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://www.linkedin.com/company/edt-engie/\" class=\"linkedin\"><i class=\"fa fa-linkedin\"> </i></a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://www.youtube.com/channel/UCHCjCMVGbDEP0dTtbTdYSHQ\" class=\"youtube\"><i class=\"fa fa-youtube-play\"> </i> </a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://www.instagram.com/edt_engie/\" class=\"instagram\"><i class=\"fa fa-instagram\"></i></a></li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"col-sm-6 rclient\">\n\t\t\t\t\t\t<div class=\"row\">\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"col-sm-7\"> \n\t\t\t\t\t\t\t\t\t<a id=\"sign-in\" href=\"https://www.edt.pf/c/portal/login?p_l_id=364803\" class=\"btn btn-lg btn-yellow btn-uppercase espace-client\" rel=\"nofollow\"><i class=\"fa fa-lock fa-lg btn-a-middle\"></i>Mon espace client</a> \n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t  \n\t\t\t\t\t<div class=\"col-12 col-md-4 rmenumobile\">\n\t\t\t\t\t\t<button type=\"button\" class=\"navbar-toggler collapsed\" data-toggle=\"collapse\" data-target=\"#navbar\" aria-expanded=\"false\" aria-controls=\"navbar\" aria-label=\"Toggle navigation\">\n\t\t\t\t\t\t\t<span class=\"icon-text\" >Menu</span>\n\t\t\t\t\t\t\t<div class=\"block-icon-bar\"> <span class=\"icon-bar top-bar\"></span> <span class=\"icon-bar middle-bar\"></span> <span class=\"icon-bar bottom-bar\"></span> </div>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"col-12 menu-service\">\n\t\t\t\t\t\t<ul class=\"nav-inline\">\n\t\t\t\t\t\t\t<li><a href=\"/particulier/e-services\">Vos e-services</a></li>\n\t\t\t\t\t\t\t<li> | </li>\n\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre\">Nous connaitre</a></li>\n\t\t\t\t\t\t\t<li> | </li>\n\t\t\t\t\t\t\t<li><a href=\"/mes-tarifs\">Tarifs</a></li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"search\"><a id=\"search_zone\" href=\"javascript:void(0)\" ><i class=\"fa fa-search fa-lg btn-a-middle\"></i></a><div id=\"searchZone\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_  portlet-static portlet-static-end portlet-barebone portlet-search-bar \" id=\"p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_\">\n\t\t<span id=\"p_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<form action=\"https://www.edt.pf/search\" class=\"form  \" data-fm-namespace=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_\" id=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm\" method=\"get\" name=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm\" >\n\t\n\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t<input  class=\"field form-control\"  id=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_formDate\"    name=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_formDate\"     type=\"hidden\" value=\"1711822990475\"   />\n\t\t\t\n\t\t\n\n\t\t\n\t\n\n\n\n\n\n\n\n\n\n\t\t\t\n\n\t\t\t\n\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t<fieldset class=\"fieldset search-bar\" ><div class=\"\">\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t<input  class=\"field search-bar-empty-search-input form-control\"  id=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_emptySearchEnabled\"    name=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_emptySearchEnabled\"     type=\"hidden\" value=\"false\"   />\n\t\t\t\n\t\t\n\n\t\t\n\t\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t<div class=\"input-group search-bar-simple\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"input-group-item search-bar-keywords-input-wrapper\">\n\t\t\t\t\t\t\t\t\t<input class=\"form-control input-group-inset input-group-inset-after search-bar-keywords-input\" data-qa-id=\"searchInput\" id=\"dkrk___q\" name=\"q\" placeholder=\"Recherche...\" title=\"Rechercher\" type=\"text\" value=\"\" />\n\n\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t<input  class=\"field form-control\"  id=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_scope\"    name=\"_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_scope\"     type=\"hidden\" value=\"\"   />\n\t\t\t\n\t\t\n\n\t\t\n\t\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t<div class=\"input-group-inset-item input-group-inset-item-after\">\n\t\t\t\t\t\t\t\t\t\t<button class=\"btn btn-monospaced btn-unstyled\"type=\"submit\" aria-label=\"Valider\" ><span class=\"inline-item\"><svg class=\"lexicon-icon lexicon-icon-search\" role=\"presentation\" viewBox=\"0 0 512 512\"><use xlink:href=\"https://www.edt.pf/o/AEL-Theme/images/clay/icons.svg#search\" /></svg></span></button>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t</div></fieldset>\n\t\t\t\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n</form>\n\n\n\n<script type=\"text/javascript\">\n// <![CDATA[\nAUI().use('liferay-form', function(A) {(function() {var $ = AUI.$;var _ = AUI._;\n\tLiferay.Form.register(\n\t\t{\n\t\t\tid: '_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm'\n\n\t\t\t\n\t\t\t\t, fieldRules: [\n\n\t\t\t\t\t\n\n\t\t\t\t]\n\t\t\t\n\n\t\t\t\n\n\t\t\t, validateOnBlur: true\n\t\t}\n\t);\n\n\tvar onDestroyPortlet = function(event) {\n\t\tif (event.portletId === 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch') {\n\t\t\tdelete Liferay.Form._INSTANCES['_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm'];\n\t\t}\n\t};\n\n\tLiferay.on('destroyPortlet', onDestroyPortlet);\n\n\t\n\n\tLiferay.fire(\n\t\t'_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_formReady',\n\t\t{\n\t\t\tformName: '_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm'\n\t\t}\n\t);\n})();});\n// ]]>\n</script>\n\n\t\t<script type=\"text/javascript\">\n// <![CDATA[\nAUI().use('liferay-search-bar', function(A) {(function() {var $ = AUI.$;var _ = AUI._;\n\t\t\tnew Liferay.Search.SearchBar(A.one('#_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_fm'));\n\t\t})();});\n// ]]>\n</script>\n\t\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n</div></li> </ul> </div> </div> </div> </div> </div> </div>\n</div>\n\n\n\n</div>\n\n\t<div class=\"navbar-edt\">\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_  portlet-static portlet-static-end portlet-barebone portlet-navigation \" id=\"p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu_\">\n\t\t<span id=\"p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t              <!----------------------  DEBUT SPECIFICITE MOBILE  -->\n<div class=\"container \">\n\n\t<div class=\"row justify-content-center mobile-version-on\">\n\t\t<div class=\"col-12 col-sm-6 m1\">\n\t\t\t<ul class=\"navbar navbar-right\">\n\t\t\t\t<li class=\"nav-item dropdown profilbouton\"> <a\n\t\t\t\t\t\tclass=\"nav-link dropdown-toggle profil-link\" href=\"https://www.edt.pf/nous-connaitre\" id=\"profilmobile\" data-toggle=\"dropdown\"\n\t\t\t\t\t\taria-haspopup=\"true\" aria-expanded=\"false\"><i class=\"fa fa-user fa-lg btn-a-middle \"></i>Nous connaître<span\n\t\t\t\t\t\tclass=\"fa fa-angle-down fa-2x btn-a-middle\"></span> </a> \n\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"profilmobile\">\n\t\t\t\t\t\t    \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120080\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/particulier\">Particulier</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120113\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/professionnel\">Professionnel</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120144\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/producteur\">Producteur</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120163\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/collectivite\">Collectivité</a>\n\t\t\t\t\t\t \n\t\t\t\t\t</div></li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div class=\"col-12 col-sm-6 m2\">\n\t\t\t <a id=\"sign-in2\" href=\"https://www.edt.pf/c/portal/login?p_l_id=364803\"\n\t\t\t\tclass=\"btn btn-lg btn-yellow btn-uppercase espace-client\" rel=\"nofollow\"><i\n\t\t\t\tclass=\"fa fa-lock fa-lg btn-a-middle\"></i>Mon espace client</a> \n\t\t</div>\n\t</div>\n</div>\n<!---------------------- FIN SPECIFICITE MOBILE -->\n<div class=\"container-wrap nav-profil\">\n\t<div class=\"navbar navbar-expand-xl container\">\n\t\t<div class=\"collapse navbar-collapse\" id=\"navbar\">\n\t\t\t<ul class=\"navbar-nav mr-auto\">\n\t\t\t\t<li class=\"nav-item dropdown profilbouton mobile-version\"> <a\n\t\t\t\t\t\tclass=\"nav-link dropdown-toggle profil-link\" href=\"https://www.edt.pf/nous-connaitre\" id=\"profil\" data-toggle=\"dropdown\"\n\t\t\t\t\t\taria-haspopup=\"true\" aria-expanded=\"false\"><i class=\"fa fa-user fa-lg btn-a-middle \"></i>Nous connaître<span\n\t\t\t\t\t\tclass=\"fa fa-angle-down fa-2x btn-a-middle\"></span> </a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"profil\">\n\t\t\t\t\t\t    \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120080\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/particulier\">Particulier</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120113\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/professionnel\">Professionnel</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120144\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/producteur\">Producteur</a>\n\t\t\t\t\t\t   \t\t\t\t\t\t <a class=\"dropdown-item\"\n\t\t\t\t\t\t\taria-labelledby=\"layout_2120163\"\n\t\t\t\t\t\t\t  role=\"menuitem\" href=\"https://www.edt.pf/collectivite\">Collectivité</a>\n\t\t\t\t\t\t \n\t\t\t\t\t</div>\n\t\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<ul class=\"navbar-nav justify-content-end menu-principal\">\n\t\t\t\t \n\t\t\t\t   \t\t\t\t<li class=\"nav-item dropdown\"><a class=\"nav-link dropdown-toggle\" href=\"https://www.edt.pf/nous-connaitre/actualites\" id=\"autoreleve\"\n\t\t\t\t\tdata-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Actualités<span\n\t\t\t\t\t\tclass=\"fa fa-lg fa-angle-down float-right arrow-down\"></span></a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"autoreleve\">\n\t\t\t\t\t\t <a class=\"dropdown-item\" href=\"https://blog.edt.pf/category/actus-edt/communiques-de-presse/\">Communiqués de presse</a>\n <a class=\"dropdown-item\" href=\"https://blog.edt.pf/category/actus-edt/monde-de-lenergie/\">Monde de l&#39;énergie</a>\n <a class=\"dropdown-item\" href=\"https://blog.edt.pf/category/actus-edt/nos-engagements/\">Nos engagements</a>\n\t\t\t\t\t</div></li>\n  \n\t\t\t\t   \t\t\t\t<li class=\"nav-item dropdown\"><a class=\"nav-link dropdown-toggle\" href=\"https://www.edt.pf/groupe/engie-polynesie-pole-electricite\" id=\"autoreleve\"\n\t\t\t\t\tdata-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Pôle électricité<span\n\t\t\t\t\t\tclass=\"fa fa-lg fa-angle-down float-right arrow-down\"></span></a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"autoreleve\">\n\t\t\t\t\t\t <a class=\"dropdown-item\" href=\"https://www.edt.pf/edt-engie\">EDT ENGIE</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/tahiti-sud-energie\">Tahiti Sud Énergie</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/marama-nui\">Marama Nui</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/edm\">Electricité des Marquises</a>\n\t\t\t\t\t</div></li>\n  \n\t\t\t\t   \t\t\t\t<li class=\"nav-item dropdown\"><a class=\"nav-link dropdown-toggle\" href=\"https://www.edt.pf/pole-services\" id=\"autoreleve\"\n\t\t\t\t\tdata-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Pôle services<span\n\t\t\t\t\t\tclass=\"fa fa-lg fa-angle-down float-right arrow-down\"></span></a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"autoreleve\">\n\t\t\t\t\t\t <a class=\"dropdown-item\" href=\"https://www.edt.pf/engie-services-polynesie\">ENGIE Services Polynésie</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/poly-diesel\">POLY-DIESEL</a>\n\t\t\t\t\t</div></li>\n  \n\t\t\t\t   \t\t\t\t<li class=\"nav-item dropdown\"><a class=\"nav-link dropdown-toggle\" href=\"https://www.edt.pf/nos-engagements\" id=\"autoreleve\"\n\t\t\t\t\tdata-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Nos engagements<span\n\t\t\t\t\t\tclass=\"fa fa-lg fa-angle-down float-right arrow-down\"></span></a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"autoreleve\">\n\t\t\t\t\t\t <a class=\"dropdown-item\" href=\"https://www.edt.pf/notre-charte-ethique1\">Notre charte éthique</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/actions-sociales-solidaires\">Nos Partenariats</a>\n\t\t\t\t\t</div></li>\n  \n\t\t\t\t    \t\t\t\t<li aria-selected='true' id=\"layout_2120217\" role=\"presentation\" class=\"nav-item\"><a\n\t\t\t\t\taria-labelledby=\"layout_2120217\" href=\"https://www.edt.pf/transition-energetique-innovation\" class=\"nav-link lnk-sub\"\n\t\t\t\t\thref=\"https://www.edt.pf/transition-energetique-innovation\"  class=\"nav-link\">Transition énergétique</a></li>  \n\t\t\t\t  \t\t\t\t<li  id=\"layout_2120218\" role=\"presentation\" class=\"nav-item\"><a\n\t\t\t\t\taria-labelledby=\"layout_2120218\" href=\"https://www.edt.pf/groupe/engie-polynesie-pole-electricite/notre-histoire\" class=\"nav-link lnk-sub\"\n\t\t\t\t\thref=\"https://www.edt.pf/groupe/engie-polynesie-pole-electricite/notre-histoire\"  class=\"nav-link\">Notre histoire</a></li>  \n\t\t\t\t   \t\t\t\t<li class=\"nav-item dropdown\"><a class=\"nav-link dropdown-toggle\" href=\"https://www.edt.pf/nous-connaitre/nous-rejoindre\" id=\"autoreleve\"\n\t\t\t\t\tdata-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Nous rejoindre<span\n\t\t\t\t\t\tclass=\"fa fa-lg fa-angle-down float-right arrow-down\"></span></a>\n\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"autoreleve\">\n\t\t\t\t\t\t <a class=\"dropdown-item\" href=\"https://www.edt.pf/nos-metiers\">Nos métiers</a>\n <a class=\"dropdown-item\" href=\"https://www.edt.pf/elagages\">Elagages</a>\n\t\t\t\t\t</div></li>\n \n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</div>\n\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\n\t\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\t</div>\t\n\n\n<div class=\"container-wrap subheader\">\n\t<div class=\"container text-center\">\n\t\t<div class=\"row\">\n  \t\t\t<div class=\"col-12\">\n\t\t\t\t<h1 class=\"titre\">Transition énergétique</h1>\n\t\t\t</div>\n\t\t\t<div class=\"col-12\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_  portlet-static portlet-static-end portlet-barebone portlet-breadcrumb \" id=\"p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_\">\n\t\t<span id=\"p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<nav aria-label=\"Fil d&#39;Ariane\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_breadcrumbs-defaultScreen\">\n\t\n\n\t\t\n\n\t\t    <nav aria-label=\"breadcrumb \">\n        <ol class=\"breadcrumb justify-content-center\">\n                <li class=\"breadcrumb-item\">\n                        <a href=\"https://www.edt.pf/nous-connaitre\">Nous connaître</a>\n                </li>\n                <li class=\"breadcrumb-item\">\n                        Transition énergétique\n                </li>\n        </ol>\n    </nav>\n\n\t\n</nav>\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\t\t\t\t</nav>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<div id=\"contenuPage\" class=\"container-fluid content\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\t<style type=\"text/css\">\n\t\t\t.master-layout-fragment .portlet-header {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t</style>\n\n\t\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\n\t\t\t<div class=\"columns-1\" id=\"main-content\" role=\"main\">\n\t<div class=\"portlet-layout row\">\n\t\t<div class=\"col-md-12 portlet-column portlet-column-only\" id=\"column-1\">\n\t\t\t<div class=\"portlet-dropzone portlet-column-content portlet-column-content-only\" id=\"layout-column_column-1\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv_\">\n\t\t<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"visible-interaction\">\n\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\t\n</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t<div class=\"\" data-fragments-editor-item-id=\"32119-1175251\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\" >\n\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"1175249\" data-analytics-asset-title=\"Transition énergétique Nous connaitre\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t\t<div class=\"image-head\" style=\"background-image: url(/documents/20126/39792/header-transition.jpg/aaa58cd9-b25c-b654-6b1f-d107ec2cae9d?t=1562589135068);\">\n\t</div>\n\n</div>\n\n\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\n\n\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_detailMesurePortlet_WAR_EDTAEL2018_  portlet-static portlet-static-end portlet-barebone  container\" id=\"p_p_id_detailMesurePortlet_WAR_EDTAEL2018_\">\n\t\t<span id=\"p_detailMesurePortlet_WAR_EDTAEL2018\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_detailMesurePortlet_WAR_EDTAEL2018\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n<script type=\"text/javascript\" src=\"https://www.gstatic.com/charts/loader.js\"></script>\n<script type=\"text/javascript\" id=\"id1____detailMesurePortlet__WAR__EDTAEL2018__Script\">\n/*<![CDATA[*/\ngoogle.charts.load('current', {\"packages\":[\"corechart\"],\"language\":\"fr\"});\ngoogle.charts.setOnLoadCallback(drawpieChart);\nfunction drawpieChart() {\nvar data = new google.visualization.DataTable({\"cols\":[{\"label\":\"Titre\",\"type\":\"string\"},{\"label\":\"Valeur\",\"type\":\"number\"}],\"rows\":[{\"c\":[{\"v\":\"Thermique\"},{\"v\":54520}]},{\"c\":[{\"v\":\"Hydro électricité\"},{\"v\":969}]},{\"c\":[{\"v\":\"Solaire\"},{\"v\":6909}]}]})\n\nvar options = {\"pieSliceText\":\"percentage\",\"slices\":{\"0\":{\"color\":\"#552382\"},\"1\":{\"color\":\"#00aaff\"},\"2\":{\"color\":\"#ffc300\"}},\"legend\":{\"position\":\"bottom\",\"maxLines\":3,\"textStyle\":{\"fontSize\":15}},\"is3D\":true,\"chartArea\":{\"left\":0,\"width\":\"100%\"},\"titleTextStyle\":{\"fontSize\":20},\"colors\":[\"#552382\",\"#00aaff\",\"#ffc300\"],\"height\":500};\n\nvar pieChartChart = new google.visualization.PieChart(document.getElementById('id1____detailMesurePortlet__WAR__EDTAEL2018__'))\npieChartChart.draw(data, options);\n}\n\n/*]]>*/\n</script>\n<script type=\"text/javascript\" src=\"/AEL-portlet-1.21/detailMesurePortlet/ps:ZGV0YWlsTWVzdXJlUG9ydGxldF9XQVJfRURUQUVMMjAxOF9MQVlPVVRfMzY0ODAz/wicket/resource/pf.edt.ael2018.porlet.AbstractDefaultApplication/jquery-vide-ver-D41D8CD98F00B204E9800998ECF8427E.js\"></script>\n<script type=\"text/javascript\" id=\"pieChartRedrawScript\">\n/*<![CDATA[*/\n$(window).resize(function(){drawpieChart();});\n/*]]>*/\n</script>\n\n<script type=\"text/javascript\" id=\"ChartLibLoaderBehavior\">\n/*<![CDATA[*/\ngoogle.charts.load('current', {\"packages\":[\"corechart\"],\"language\":\"fr\"});\n\n/*]]>*/\n</script>\n\n\n\n\t<div class=\"row justify-content-center\">\n\t\t<div class=\"col-12 col-lg-4 text-center mb-4\">\n\t\t\t<h4 class=\"mb-3\">Puissance instantanée (en kW)</h4>\n\t\t\t<div class=\"dropshadow rounded10\"><div id=\"id1____detailMesurePortlet__WAR__EDTAEL2018__\"></div></div>\n\t\t</div>\n\t</div>\n\n\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content container\" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9_\">\n\t\t<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"visible-interaction\">\n\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\t\n</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t<div class=\"\" data-fragments-editor-item-id=\"32119-1175222\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\" >\n\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"1175220\" data-analytics-asset-title=\"Transition énergétique Nous connaitre\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t<p><span style=\"font-size:11pt\"><span style=\"font-family:&quot;Calibri&quot;,sans-serif\"></span></span></p><p class=\"txt-22\">EDT : 1ER PRODUCTEUR D’ÉNERGIES RENOUVELABLES</p><p>EDT et sa filiale MARAMA NUI œuvrent en partenariat avec le Pays afin d’atteindre les objectifs du Plan de Transition Énergétique de la Polynésie.</p><p>En tant que premiers producteurs d’énergies renouvelables en Polynésie, EDT et sa filiale MARAMA NUI confirment leur positionnement à la pointe du renouvelable. Le projet « Cote 95 » dans la vallée de Papenoʻo en est un remarquable exemple, il permettra de produire +4,5 GWh d’hydroélectricit, au sein de la concession existante Moyenne Papeno’o.</p><p>Par ailleurs, le développement de solutions de production photovoltaïque avec stockage est une des priorités d’EDT pour assurer une croissance neutre en carbone dans toutes les îles et communes où elle intervient. EDT est implanté à Tahiti et dans 10 îles. Le professionnalisme de ses équipes, fortes d’une expérience pluridécennale, est reconnu en tous ces sites. Cela constitue toute sa force.</p><p>La mise en service de Putu Uira, facilite depuis fin 2022 le placement des énergies hydroélectrique et solaire conformément au souhait du Pays et permet la réduction de l’utilisation d’hydrocarbure et les émissions de CO2</p><p>L’intégration au sein du Groupe ENGIE, un des leaders mondiaux de l’énergie et des énergies renouvelables, renforce encore plus les compétences d’EDT et ses capacités à répondre dès à présent aux enjeux énergétiques de la Polynésie.</p><p>Parce que ce challenge est celui de tout un pays, parce que ce challenge conditionne l’avenir de plusieurs générations, parce que ce challenge demande d’innover aujourd’hui avec les solutions de demain, EDT répond présent.</p><strong><p>45 % d’énergies renouvelables (37% d’hydroélectricité et 8% de solaire)</p></strong><p><a class=\"btn btn-transition btn-yellow\" target=\"\" href=\"/edt-engie\"><i class=\"fa fa-lg fa-angle-right mr-2\"></i>À propos d’EDT ENGIE</a></p>\n</div>\n\n\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\n\n\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content container\" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi_\">\n\t\t<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"visible-interaction\">\n\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\t\n</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t<div class=\"\" data-fragments-editor-item-id=\"32119-3239032\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\" >\n\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"3239030\" data-analytics-asset-title=\"Transition énergétique Nous connaitre Putu uira\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t<p><span style=\"font-size:11pt\"><span style=\"font-family:&quot;Calibri&quot;,sans-serif\"></span></span></p><p class=\"txt-22\">PUTU UIRA</p><p>Putu Uira est une puissante batterie de 10 MWh. Elle est installée dans la vallée de la Punaruu dans 2 containers de 40 pieds. En plus, 4 containers de même taille d’onduleurs et 1 container poste 30 kV lui permettent de fournir une puissance totale de 15 MW et 20 MVAR dans des délais records de quelques centièmes de seconde.</p><p>Putu Uira permet de réguler la fréquence et d’assurer la stabilité de la tension du réseau. Elle joue le rôle de « réserve tournante » jusqu’alors attribué à l’un des groupes de la centrale Émile Martin. De ce fait, chaque année, <strong>les groupes économisent 6 000 heures de marche, ce qui réduit la consommation de ressources fossiles, les émissions de CO2 et prolonge leur durée de vie. </strong></p><p>Putu Uira permet également de réduire le minimum thermique qui est nécessaire pour le pilotage du réseau et donc d’écouler davantage d’hydroélectricité, principalement la nuit et les week-ends. Elle facilite le placement des énergies hydroélectrique et solaire conformément au souhait du Pays.</p><p>Elle a été mise en service fin 2022. Depuis, des pics d’énergie renouvelable (EnR) sont atteints le week-end dans le mix énergétique à Tahiti. En journée, au pic d’ensoleillement de midi et selon les conditions météorologiques, le pourcentage d’Enr peut aller jusqu’à 95 % (59 % hydro et 36 % solaire). Ce type de mix énergétique deviendra une normalité en 2024 avec la mise en service des fermes solaire de l’appel à projet lancé par le Pays il y a 2 ans.</p><p>Putu uira a un impact positif sur l’environnement. Avec ce projet emblématique représentant un investissement de 1,5 milliard  FCFP, EDT affirme sa volonté de décarboner sa production d’électricité et contribue à atteindre les objectifs fixés par le Pays afin de réussir la transition énergétique.</p>\n</div>\n\n\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\n\n\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\t\n\n\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n</div>\n\t\t</div>\n\t</div>\n</div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\n\n\t\n\n\n<form action=\"#\" aria-hidden=\"true\" class=\"hide\" id=\"hrefFm\" method=\"post\" name=\"hrefFm\"><span></span><input hidden type=\"submit\"/></form></div>\n\n<section class=\"home-assistance container-wrap\">\n  <div class=\"container text-center\">\n    <div class=\"row\">\n      <div class=\"col-xs-12\">\n        <h1  class=\"headline\"><span>Assistance et dépannage</span></h1>\n      </div>\n    </div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"40310\" data-analytics-asset-title=\"Assitance et dépannage Nous connaitre\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t<div class=\"row\">\n\t\t\t\t<article class=\"col-lg-2 col-sm-4 col-12 text-center\">\n\t\t\t\t<a href=\"/nous-connaitre/que-faire-en-cas-de-panne\" class=\"lnk-assistance\">\n\t\t\t\t\t\t<picture data-fileentryid=\"39871\"><source media=\"(max-width:120px)\" srcset=\"/o/adaptive-media/image/39871/Preview-1000x0/vig-en-cas-panne.png?t=1528547006890\" /><source media=\"(max-width:120px) and (min-width:120px)\" srcset=\"/o/adaptive-media/image/39871/thumbnail-300x300/vig-en-cas-panne.png?t=1528547006890\" /><img data-fileentryid=\"39871\" alt=\"Cas de panne\" src=\"/documents/20126/39768/vig-en-cas-panne.png/45ca4c63-a0f1-f655-d086-3c5b10307efc?t=1528547006890\" width=\"120\" height=\"120\" /></picture>\n\t\t\t\t\t<div class=\"txt-vig-assistance\">Que faire<br />\nen cas de panne</div>\n\t\t\t\t</a>\n\t\t\t</article>\n\t\t\t<article class=\"col-lg-2 col-sm-4 col-12 text-center\">\n\t\t\t\t<a href=\"/nous-connaitre/contacter-notre-service-depannage\" class=\"lnk-assistance\">\n\t\t\t\t\t\t<picture data-fileentryid=\"39886\"><source media=\"(max-width:120px)\" srcset=\"/o/adaptive-media/image/39886/Preview-1000x0/vig-service-depannage.png?t=1528547007166\" /><source media=\"(max-width:120px) and (min-width:120px)\" srcset=\"/o/adaptive-media/image/39886/thumbnail-300x300/vig-service-depannage.png?t=1528547007166\" /><img data-fileentryid=\"39886\" alt=\"Service Dépannage\" src=\"/documents/20126/39768/vig-service-depannage.png/b8cbe6d7-343b-cb92-78e3-edcc07676df0?t=1528547007166\" width=\"120\" height=\"120\" /></picture>\n\t\t\t\t\t<div class=\"txt-vig-assistance\">Contacter notre<br />\nservice Dépannage</div>\n\t\t\t\t</a>\n\t\t\t</article>\n\t\t\t<article class=\"col-lg-2 col-sm-4 col-12 text-center\">\n\t\t\t\t<a href=\"/nous-connaitre/nos-conseils-securite-et-branchements\" class=\"lnk-assistance\">\n\t\t\t\t\t\t<picture data-fileentryid=\"39861\"><source media=\"(max-width:120px)\" srcset=\"/o/adaptive-media/image/39861/Preview-1000x0/vig-conseil-securite.png?t=1528547006677\" /><source media=\"(max-width:120px) and (min-width:120px)\" srcset=\"/o/adaptive-media/image/39861/thumbnail-300x300/vig-conseil-securite.png?t=1528547006677\" /><img data-fileentryid=\"39861\" alt=\"Branchements\" src=\"/documents/20126/39768/vig-conseil-securite.png/6868fc1a-8a7c-3f62-1840-9544e9f20dd6?t=1528547006677\" width=\"120\" height=\"120\" /></picture>\n\t\t\t\t\t<div class=\"txt-vig-assistance\">Nos conseils sécurité<br />\net branchements</div>\n\t\t\t\t</a>\n\t\t\t</article>\n\t\t\t<article class=\"col-lg-2 col-sm-4 col-12 text-center\">\n\t\t\t\t<a href=\"/nous-connaitre/nos-conseils-elagage\" class=\"lnk-assistance\">\n\t\t\t\t\t\t<picture data-fileentryid=\"39866\"><source media=\"(max-width:120px)\" srcset=\"/o/adaptive-media/image/39866/Preview-1000x0/vig-elagage.png?t=1528547006793\" /><source media=\"(max-width:120px) and (min-width:120px)\" srcset=\"/o/adaptive-media/image/39866/thumbnail-300x300/vig-elagage.png?t=1528547006793\" /><img data-fileentryid=\"39866\" alt=\"Elagage\" src=\"/documents/20126/39768/vig-elagage.png/dcd89b0f-88a6-7798-c443-404717cd9eda?t=1528547006793\" width=\"120\" height=\"120\" /></picture>\n\t\t\t\t\t<div class=\"txt-vig-assistance\">Nos conseils<br />\nélagage</div>\n\t\t\t\t</a>\n\t\t\t</article>\n\t\t\t<article class=\"col-lg-2 col-sm-4 col-12 text-center\">\n\t\t\t\t<a href=\"/nous-connaitre/faq\" class=\"lnk-assistance\">\n\t\t\t\t\t\t<picture data-fileentryid=\"39876\"><source media=\"(max-width:120px)\" srcset=\"/o/adaptive-media/image/39876/Preview-1000x0/vig-question-reponses.png?t=1528547006983\" /><source media=\"(max-width:120px) and (min-width:120px)\" srcset=\"/o/adaptive-media/image/39876/thumbnail-300x300/vig-question-reponses.png?t=1528547006983\" /><img data-fileentryid=\"39876\" alt=\"Questions\" src=\"/documents/20126/39768/vig-question-reponses.png/a4b497bd-f699-4298-284d-6d94aeeafe27?t=1528547006983\" width=\"120\" height=\"120\" /></picture>\n\t\t\t\t\t<div class=\"txt-vig-assistance\">FAQ<br /></div>\n\t\t\t\t</a>\n\t\t\t</article>\n</div>\n</div>\n\n\n\n  </div>\n</section>\n\n<footer id=\"footer\" role=\"contentinfo\" class=\"footer\">\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"journal-content-article \" data-analytics-asset-id=\"39720\" data-analytics-asset-title=\"Footer\" data-analytics-asset-type=\"web-content\">\n\t\n\n\t<div class=\"flux-bar container-wrap\"><span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span></div>\n\t\n<div class=\"container\"> \n\t<div class=\"row\"> \n\t    \t\t<div class=\"col-12 col-md-4 footercol\">\n\t\t    <div class=\"row\">\n\t\t\t    <h3>Contacts</h3>\n                <div class=\"col-12\">\n\t\t\t        <div class=\"row\">\n\t\t\t\t        <div class=\"col-1\"> <i class=\"fa fa-map-marker\"></i> </div>\n\t\t\t\t        <div class=\"col-10\"><p>BP 8021<br />Route de Puurai<br />98 702 Faa'a<br />TAHITI<br />Polynésie française</p></div>\n\t\t\t        </div>\n\t\t        </div>\n                <div class=\"col-12\">\n\t\t\t        <div class=\"row\">\n\t\t\t\t        <div class=\"col-1\"> <i class=\"fa fa-phone\"></i> </div>\n\t\t\t\t        <div class=\"col-10\"><a href=\"tel:40867786\">40 86 77 86</a></div>\n\t\t\t        </div>\n\t\t        </div>\n                <div class=\"col-12\">\n\t\t\t        <div class=\"row\">\n        \t\t\t\t<div class=\"col-xs-1\"> <i class=\"fa fa-fax\"></i> </div>\n\t\t        \t\t<div class=\"col-xs-10\">40 83 12 97</div>\n\t\t\t        </div>\n\t\t        </div>\n                <div class=\"col-12\">\n\t\t\t        <div class=\"row\">\n        \t\t\t\t<div class=\"col-1\"> <i class=\"fa fa-envelope\"></i> </div>\n\t\t        \t\t<div class=\"col-10\"><a href=\"/formulaire-de-contact\">\n\tFormulaire de contact\n</a></div>\n\t\t\t        </div>\n\t\t        </div>\n\t        </div>\n        </div>\n\t\t<div class=\"col-12 col-md-4 footercol\">\n\t\t    <div class=\"row\">\n\t\t        <div class=\"col-12\">\n        \t\t\t<h3>Suivez-nous sur</h3>\n\t\t\t\t\t<ul class=\"menu-inline\">\n\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/ElectriciteDeTahiti/\" class=\"facebook\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.linkedin.com/company/edt-engie/\" class=\"linkedin\" target=\"_blank\"><i class=\"fa fa-linkedin\"> </i></a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.youtube.com/channel/UCHCjCMVGbDEP0dTtbTdYSHQ\" class=\"youtube\" target=\"_blank\"><i class=\"fa fa-youtube-play\"> </i> </a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.instagram.com/edt_engie/\" class=\"instagram\" target=\"_blank\"><i class=\"fa fa-instagram\"></i></a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t        <div class=\"col-12\">\n        \t\t\t<h3>Abonnez-vous à notre newsletter</h3>\n\t\t\t\t\t<div></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t<div class=\"portlet-boundary portlet-boundary_newsletterPortlet_WAR_EDTAEL2018_  portlet-static portlet-static-end portlet-barebone  \" id=\"p_p_id_newsletterPortlet_WAR_EDTAEL2018_\">\n\t\t<span id=\"p_newsletterPortlet_WAR_EDTAEL2018\"></span>\n\n\n\n\n\t\n\n\t\n\t\t\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n<section class=\"portlet\" id=\"portlet_newsletterPortlet_WAR_EDTAEL2018\">\n\n\n\t<div class=\"portlet-content\">\n\n\t\t<div class=\"autofit-float autofit-row portlet-header\">\n\n\t\t\t<div class=\"autofit-col autofit-col-end\">\n\t\t\t\t<div class=\"autofit-section\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\t\t\n\t\t\t<div class=\" portlet-content-container\">\n\t\t\t\t\n\n\n\t<div class=\"portlet-body\">\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\n\n\t\n\n\t\t\n\n<script type=\"text/javascript\" src=\"/AEL-portlet-1.21/newsletterPortlet/ps:bmV3c2xldHRlclBvcnRsZXRfV0FSX0VEVEFFTDIwMThfTEFZT1VUXzM2NDgwMw/wicket/resource/pf.edt.ael2018.porlet.AbstractDefaultApplication/jquery-vide-ver-D41D8CD98F00B204E9800998ECF8427E.js\"></script>\n<script type=\"text/javascript\" src=\"/AEL-portlet-1.21/newsletterPortlet/ps:bmV3c2xldHRlclBvcnRsZXRfV0FSX0VEVEFFTDIwMThfTEFZT1VUXzM2NDgwMw/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-C3754B973B77810139CEB050DAFE9A6A.js\"></script>\n<script type=\"text/javascript\" src=\"/AEL-portlet-1.21/newsletterPortlet/ps:bmV3c2xldHRlclBvcnRsZXRfV0FSX0VEVEFFTDIwMThfTEFZT1VUXzM2NDgwMw/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-ajax-jquery-ver-A08AA77086E32F0F43ACA0DA87065D4C.js\"></script>\n<script type=\"text/javascript\" src=\"/AEL-portlet-1.21/newsletterPortlet/ps:bmV3c2xldHRlclBvcnRsZXRfV0FSX0VEVEFFTDIwMThfTEFZT1VUXzM2NDgwMw/wicket/resource/org.apache.wicket.portlet.ajax.WicketPortletAjaxResourceReference/res/js/wicket-portlet-ajax-ver-75B381480E35DB4DE11AD5F302389320.js\"></script>\n<script type=\"text/javascript\" id=\"wicket-ajax-base-url\">\n/*<![CDATA[*/\nWicket.Ajax.baseUrl=\"\";\n/*]]>*/\n</script>\n\n<script type=\"text/javascript\" >\n/*<![CDATA[*/\nWicket.Event.add(window, \"domready\", function(event) { \n$('#id1____newsletterPortlet__WAR__EDTAEL2018__').modal({keyboard:true, show:false});$('#id1____newsletterPortlet__WAR__EDTAEL2018__').on('hidden', function () {   Wicket.Ajax.ajax({'u':'/transition-energetique-innovation?p_p_id=newsletterPortlet_WAR_EDTAEL2018&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=/newsletterPortlet/home%3F0-1.IBehaviorListener.0-modal&p_p_cacheability=cacheLevelPage','c':'id1____newsletterPortlet__WAR__EDTAEL2018__'});});\nWicket.Ajax.ajax({\"u\":\"/transition-energetique-innovation?p_p_id=newsletterPortlet_WAR_EDTAEL2018&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=/newsletterPortlet/home%3F0-1.IBehaviorListener.0-modal&p_p_cacheability=cacheLevelPage\",\"c\":\"id1____newsletterPortlet__WAR__EDTAEL2018__\",\"e\":\"hidden.bs.modal\"});;\n$.fn.modal.Constructor.prototype.enforceFocus = function() {};;\nWicket.Ajax.ajax({\"u\":\"/transition-energetique-innovation?p_p_id=newsletterPortlet_WAR_EDTAEL2018&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=/newsletterPortlet/home%3F0-1.IBehaviorListener.0-submitNl&p_p_cacheability=cacheLevelPage\",\"c\":\"id2____newsletterPortlet__WAR__EDTAEL2018__\",\"e\":\"click\"});;\nWicket.Event.publish(Wicket.Event.Topic.AJAX_HANDLERS_BOUND);\n;});\n/*]]>*/\n</script>\n\n\n\t<form\n\t\taction=\"https://edt.us15.list-manage.com/subscribe/post?u=e577544182f8f17485f048439&amp;id=a154158b60\"\n\t\tmethod=\"post\" id=\"mc-embedded-subscribe-form\"\n\t\tname=\"mc-embedded-subscribe-form\" target=\"_blank\" novalidate>\n\t\t<div class=\"mb-4\">\n\t\t\t<input type=\"email\" class=\"form-control\" value=\"\" name=\"EMAIL\"\n\t\t\t\tid=\"mce-EMAIL\" placeholder=\"Votre email\" required />\n\t\t\t<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->\n\t\t\t<div style=\"position: absolute; left: -5000px;\" aria-hidden=\"true\">\n\t\t\t\t<input type=\"text\" name=\"b_e577544182f8f17485f048439_a154158b60\"\n\t\t\t\t\ttabindex=\"-1\" value=\"\">\n\t\t\t</div>\n\t\t</div>\n\n\t\t<button type=\"button\" class=\"btn btn-lg btn-blue\" id=\"id2____newsletterPortlet__WAR__EDTAEL2018__\">S'inscrire</button>\n\t</form>\n\n\t<div id=\"id1____newsletterPortlet__WAR__EDTAEL2018__\" class=\"modal fade modal-wicket\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"id3____newsletterPortlet__WAR__EDTAEL2018__\" aria-hidden=\"true\">\n            <div class=\"modal-dialog modal-dialog-scrollable\">\n                <div class=\"modal-content\">\n                    <div class=\"modal-header\">\n                        <h4 class=\"modal-title\" id=\"id3____newsletterPortlet__WAR__EDTAEL2018__\">&nbsp;</h4>\n                        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\" id=\"id4____newsletterPortlet__WAR__EDTAEL2018__\">&times;</button>\n                    </div>\n                    <div class=\"modal-body\">\n                        \n            <div id=\"id5____newsletterPortlet__WAR__EDTAEL2018__\">\n</div>\n        \n                    </div>\n                    \n                </div>\n            </div>\n        </div>\n\n\n\n\n\t\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\n\n\t</div>\n\n\t\t\t</div>\n\t\t\n\t</div>\n</section>\n\t\n\n\t\t\n\t\t\n\n\n\n\n\n\n\n\t</div>\n\n\n\n\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\n\t\t<div class=\"col-12 col-md-4 footercol footer3\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<ul class=\"navbar\">\n\t\t\t\t\t\t<li class=\"nav-item dropdown profilbouton\">\n\t\t\t\t\t\t\t\t<a id=\"dLabel\" data-target=\"#\" href=\"https://www.edt.pf/nous-connaitre\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"nav-link dropdown-toggle profil-link\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-user fa-lg btn-a-middle \"></i>\n\t\t\t\t\t\t\t\t\tNous connaître\n\t\t\t\t\t\t\t\t\t<span class=\"fa fa-angle-down fa-2x btn-a-middle\"></span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<div class=\"dropdown-menu\" aria-labelledby=\"profilfooter\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"https://www.edt.pf/particulier\">\n\t\t\t\t\t\t\t\t\t\t\tParticulier\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"https://www.edt.pf/professionnel\">\n\t\t\t\t\t\t\t\t\t\t\tProfessionnel\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"https://www.edt.pf/producteur\">\n\t\t\t\t\t\t\t\t\t\t\tProducteur\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"https://www.edt.pf/collectivite\">\n\t\t\t\t\t\t\t\t\t\t\tCollectivité\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\t\t\t\t\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<ul class=\"menu\">\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre\"> > Nous connaître</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/nous-rejoindre\"> > Nous rejoindre</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/nos-agences\"> > Nos agences</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/mentions-legales\"> > Mentions légales</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/mentions-rgpd\"> > Mentions RGPD</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/cgvedt\"> > Cgv EDT</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/cgv-edt-%C3%8Eles\"> > Cgv EDT ÎLES</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/cgv-edp\"> > Cgv EDP</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/cgv-tse\"> > Cgv TSE</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/cgu\"> > Cgu</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/charte-cookies\"> > Cookies</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"/nous-connaitre/plan-du-site\"> > Plan du site</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<div class=\"container-fluid\">\n\t<div class=\"row\">\n\t\t<div class=\"copyrightbar col-12\"> </div>  \n\t\t<div class=\"col-12 text-center copyright-text\">\n\t\t\t<img src=\"https://www.edt.pf/o/AEL-Theme/images/logo-edt-engie-footer-copyright.png\" width=\"77\" height=\"35\" alt=\"\"/>Notre métier, votre énergie </div> </div> </div> \n</div>\n\n\n\n</footer>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"myAffix\" class=\"scroll-to-top float-right\"><a href=\"javaScript: void(0);\" onclick=\"window.history.back();\" class=\"smooth-scroll\"><i class=\"fa fa-chevron-left\"></i></a><a href=\"javaScript: void(0);\" onclick=\"$('html, body').animate({ scrollTop: 0 }, 'slow');\" class=\"smooth-scroll\"><i class=\"fa fa-chevron-up\"></i></a></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n\n\n\n\n\n\t\n\n\n\n\t\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n\n\n\n\n\n\t\n\n\n\n\t\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n// <![CDATA[\n\n\t\n\t\t\n\n\t\t\t\n\n\t\t\t\n\t\t\n\t\n\n// ]]>\n</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n\t// <![CDATA[\n\n\t\t\n\n\t\tLiferay.currentURL = '\\x2ftransition-energetique-innovation';\n\t\tLiferay.currentURLEncoded = '\\x252Ftransition-energetique-innovation';\n\n\t// ]]>\n</script>\n\n\n\n\t\n\n\t\n\n\t<script type=\"text/javascript\">\n\t\t// <![CDATA[\n\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\n\t\t// ]]>\n\t</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\n\n\t\t\n\n\t\t\n\t\n\n\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {var $ = AUI.$;var _ = AUI._;\n\tvar onDestroyPortlet = function () {\n\t\tLiferay.detach('messagePosted', onMessagePosted);\n\t\tLiferay.detach('destroyPortlet', onDestroyPortlet);\n\t};\n\n\tLiferay.on('destroyPortlet', onDestroyPortlet);\n\n\tvar onMessagePosted = function (event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send('posted', 'Comment', {\n\t\t\t\tclassName: event.className,\n\t\t\t\tclassPK: event.classPK,\n\t\t\t\tcommentId: event.commentId,\n\t\t\t\ttext: event.text,\n\t\t\t});\n\t\t}\n\t};\n\n\tLiferay.on('messagePosted', onMessagePosted);\n})();(function() {var $ = AUI.$;var _ = AUI._;\n\tvar pathnameRegexp = /\\/documents\\/(\\d+)\\/(\\d+)\\/(.+?)\\/([^&]+)/;\n\n\tfunction handleDownloadClick(event) {\n\t\tif (event.target.nodeName.toLowerCase() === 'a' && window.Analytics) {\n\t\t\tvar anchor = event.target;\n\t\t\tvar match = pathnameRegexp.exec(anchor.pathname);\n\n\t\t\tvar fileEntryId =\n\t\t\t\tanchor.dataset.analyticsFileEntryId ||\n\t\t\t\t(anchor.parentElement &&\n\t\t\t\t\tanchor.parentElement.dataset.analyticsFileEntryId);\n\n\t\t\tif (fileEntryId && match) {\n\t\t\t\tvar getParameterValue = function (parameterName) {\n\t\t\t\t\tvar result = null;\n\n\t\t\t\t\tanchor.search\n\t\t\t\t\t\t.substr(1)\n\t\t\t\t\t\t.split('&')\n\t\t\t\t\t\t.forEach(function (item) {\n\t\t\t\t\t\t\tvar tmp = item.split('=');\n\n\t\t\t\t\t\t\tif (tmp[0] === parameterName) {\n\t\t\t\t\t\t\t\tresult = decodeURIComponent(tmp[1]);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\n\t\t\t\t\treturn result;\n\t\t\t\t};\n\n\t\t\t\tAnalytics.send('documentDownloaded', 'Document', {\n\t\t\t\t\tgroupId: match[1],\n\t\t\t\t\tfileEntryId: fileEntryId,\n\t\t\t\t\tpreview: !!window._com_liferay_document_library_analytics_isViewFileEntry,\n\t\t\t\t\ttitle: decodeURIComponent(match[3].replace(/\\+/gi, ' ')),\n\t\t\t\t\tversion: getParameterValue('version'),\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n\tdocument.addEventListener('DOMContentLoaded', function () {\n\t\tdocument.body.addEventListener('click', handleDownloadClick);\n\t});\n\n\tvar onDestroyPortlet = function () {\n\t\tdocument.body.removeEventListener('click', handleDownloadClick);\n\t\tLiferay.detach('destroyPortlet', onDestroyPortlet);\n\t};\n\n\tLiferay.on('destroyPortlet', onDestroyPortlet);\n})();(function() {var $ = AUI.$;var _ = AUI._;\n\tvar onShare = function (data) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send('shared', 'SocialBookmarks', {\n\t\t\t\tclassName: data.className,\n\t\t\t\tclassPK: data.classPK,\n\t\t\t\ttype: data.type,\n\t\t\t\turl: data.url,\n\t\t\t});\n\t\t}\n\t};\n\n\tvar onDestroyPortlet = function () {\n\t\tLiferay.detach('socialBookmarks:share', onShare);\n\t\tLiferay.detach('destroyPortlet', onDestroyPortlet);\n\t};\n\n\tLiferay.on('socialBookmarks:share', onShare);\n\tLiferay.on('destroyPortlet', onDestroyPortlet);\n})();(function() {var $ = AUI.$;var _ = AUI._;\n\tvar onVote = function (event) {\n\t\tif (window.Analytics) {\n\t\t\tAnalytics.send('VOTE', 'Ratings', {\n\t\t\t\tclassName: event.className,\n\t\t\t\tclassPK: event.classPK,\n\t\t\t\tratingType: event.ratingType,\n\t\t\t\tscore: event.score,\n\t\t\t});\n\t\t}\n\t};\n\n\tvar onDestroyPortlet = function () {\n\t\tLiferay.detach('ratings:vote', onVote);\n\t\tLiferay.detach('destroyPortlet', onDestroyPortlet);\n\t};\n\n\tLiferay.on('ratings:vote', onVote);\n\tLiferay.on('destroyPortlet', onDestroyPortlet);\n})();\n\tif (Liferay.Data.ICONS_INLINE_SVG) {\n\t\tsvg4everybody(\n\t\t\t{\n\t\t\t\tattributeName: 'data-href',\n\t\t\t\tpolyfill: true,\n\t\t\t\tvalidate: function (src, svg, use) {\n\t\t\t\t\treturn !src || !src.startsWith('#');\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\t}\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_',\n\t\t\tportletId: 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dnull\\x26p_p_col_pos\\x3dnull\\x26p_p_col_count\\x3dnull\\x26p_p_static\\x3d1\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation\\x26settingsScope\\x3dportletInstance',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 2,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9_',\n\t\t\tportletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_prAhRcnsbKV9\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dcolumn-1\\x26p_p_col_pos\\x3d2\\x26p_p_col_count\\x3d4\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu_',\n\t\t\tportletId: 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_main_navigation_menu\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dnull\\x26p_p_col_pos\\x3dnull\\x26p_p_col_count\\x3dnull\\x26p_p_static\\x3d1\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation\\x26settingsScope\\x3dportletInstance',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv_',\n\t\t\tportletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_cK13JT3JAIEv\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dcolumn-1\\x26p_p_col_pos\\x3d0\\x26p_p_col_count\\x3d4\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('newsletterPortlet_WAR_EDTAEL2018');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_newsletterPortlet_WAR_EDTAEL2018_',\n\t\t\tportletId: 'newsletterPortlet_WAR_EDTAEL2018',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dnewsletterPortlet_WAR_EDTAEL2018\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dnull\\x26p_p_col_pos\\x3dnull\\x26p_p_col_count\\x3dnull\\x26p_p_static\\x3d1\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation\\x26settingsScope\\x3dportletInstance',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('detailMesurePortlet_WAR_EDTAEL2018');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 1,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_detailMesurePortlet_WAR_EDTAEL2018_',\n\t\t\tportletId: 'detailMesurePortlet_WAR_EDTAEL2018',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3ddetailMesurePortlet_WAR_EDTAEL2018\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dcolumn-1\\x26p_p_col_pos\\x3d1\\x26p_p_col_count\\x3d4\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_',\n\t\t\tportletId: 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dnull\\x26p_p_col_pos\\x3dnull\\x26p_p_col_count\\x3dnull\\x26p_p_static\\x3d1\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation\\x26settingsScope\\x3dportletInstance',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 3,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi_',\n\t\t\tportletId: 'com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_8FP2P3lp2rfi\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dcolumn-1\\x26p_p_col_pos\\x3d3\\x26p_p_col_count\\x3d4\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\n\n\t\n\t\tLiferay.Portlet.register('com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet');\n\t\n\n\tLiferay.Portlet.onLoad(\n\t\t{\n\t\t\tcanEditTitle: false,\n\t\t\tcolumnPos: 0,\n\t\t\tisStatic: 'end',\n\t\t\tnamespacedId: 'p_p_id_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_',\n\t\t\tportletId: 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',\n\t\t\trefreshURL: '\\x2fc\\x2fportal\\x2frender_portlet\\x3fp_l_id\\x3d364803\\x26p_p_id\\x3dcom_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet\\x26p_p_lifecycle\\x3d0\\x26p_t_lifecycle\\x3d0\\x26p_p_state\\x3dnormal\\x26p_p_mode\\x3dview\\x26p_p_col_id\\x3dnull\\x26p_p_col_pos\\x3dnull\\x26p_p_col_count\\x3dnull\\x26p_p_static\\x3d1\\x26p_p_isolated\\x3d1\\x26currentURL\\x3d\\x252Ftransition-energetique-innovation\\x26settingsScope\\x3dportletInstance',\n\t\t\trefreshURLData: {}\n\t\t}\n\t);\nLiferay.Loader.require('metal-dom/src/all/dom', 'frontend-js-web/liferay/toast/commands/OpenToast.es', function(metalDomSrcAllDom, frontendJsWebLiferayToastCommandsOpenToastEs) {\ntry {\n(function() {\nvar dom = metalDomSrcAllDom;\nvar $ = AUI.$;var _ = AUI._;\n\tvar focusInPortletHandler = dom.delegate(\n\t\tdocument,\n\t\t'focusin',\n\t\t'.portlet',\n\t\tfunction(event) {\n\t\t\tdom.addClasses(dom.closest(event.delegateTarget, '.portlet'), 'open');\n\t\t}\n\t);\n\n\tvar focusOutPortletHandler = dom.delegate(\n\t\tdocument,\n\t\t'focusout',\n\t\t'.portlet',\n\t\tfunction(event) {\n\t\t\tdom.removeClasses(dom.closest(event.delegateTarget, '.portlet'), 'open');\n\t\t}\n\t);\n\n})();\n(function() {\nvar toastCommands = frontendJsWebLiferayToastCommandsOpenToastEs;\nvar $ = AUI.$;var _ = AUI._;\n\t\t\tAUI().use(\n\t\t\t\t'liferay-session',\n\t\t\t\tfunction() {\n\t\t\t\t\tLiferay.Session = new Liferay.SessionBase(\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tautoExtend: true,\n\t\t\t\t\t\t\tredirectOnExpire: true,\n\t\t\t\t\t\t\tredirectUrl: 'https\\x3a\\x2f\\x2fwww\\x2eedt\\x2epf\\x2fweb\\x2fguest',\n\t\t\t\t\t\t\tsessionLength: 890,\n\t\t\t\t\t\t\twarningLength: 0\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t);\n\t\t\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});AUI().use('liferay-menu', 'aui-base', function(A) {(function() {var $ = AUI.$;var _ = AUI._;\n\tif (A.UA.mobile) {\n\t\tLiferay.Util.addInputCancel();\n\t}\n})();(function() {var $ = AUI.$;var _ = AUI._;\n\tnew Liferay.Menu();\n\n\tvar liferayNotices = Liferay.Data.notices;\n\n\tfor (var i = 0; i < liferayNotices.length; i++) {\n\t\tLiferay.Util.openToast(liferayNotices[i]);\n\t}\n\n})();});\n// ]]>\n</script>\n\n\n\n\n\n\n\n\n\n<script src=\"https://www.edt.pf/o/AEL-Theme/js/main.js?browserId=other&amp;minifierType=js&amp;languageId=fr_FR&amp;b=7304&amp;t=1704256652000\" type=\"text/javascript\"></script>\n\n\n\n\n<script type=\"text/javascript\">\n\t// <![CDATA[\n\t\tAUI().use(\n\t\t\t'aui-base',\n\t\t\tfunction(A) {\n\t\t\t\tvar frameElement = window.frameElement;\n\n\t\t\t\tif (frameElement && frameElement.getAttribute('id') === 'simulationDeviceIframe') {\n\t\t\t\t\tA.getBody().addClass('lfr-has-simulation-panel');\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\t// ]]>\n</script><script type=\"text/javascript\">\n// <![CDATA[\nLiferay.Loader.require('frontend-js-collapse-support-web@1.0.9/index', function(frontendJsCollapseSupportWeb109Index) {\ntry {\n(function() {\nvar CollapseProvider = frontendJsCollapseSupportWeb109Index;\nCollapseProvider.default()\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});\n// ]]>\n</script><script type=\"text/javascript\">\n// <![CDATA[\nLiferay.Loader.require('frontend-js-tooltip-support-web@1.0.17/index', function(frontendJsTooltipSupportWeb1017Index) {\ntry {\n(function() {\nvar TooltipSupport = frontendJsTooltipSupportWeb1017Index;\nTooltipSupport.default()\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});\n// ]]>\n</script><script type=\"text/javascript\">\n// <![CDATA[\nLiferay.Loader.require('frontend-js-tabs-support-web@1.0.7/index', function(frontendJsTabsSupportWeb107Index) {\ntry {\n(function() {\nvar TabsProvider = frontendJsTabsSupportWeb107Index;\nTabsProvider.default()\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});\n// ]]>\n</script><script type=\"text/javascript\">\n// <![CDATA[\nLiferay.Loader.require('frontend-js-dropdown-support-web@1.0.7/index', function(frontendJsDropdownSupportWeb107Index) {\ntry {\n(function() {\nvar DropdownProvider = frontendJsDropdownSupportWeb107Index;\nDropdownProvider.default()\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});\n// ]]>\n</script><script type=\"text/javascript\">\n// <![CDATA[\nLiferay.Loader.require('frontend-js-alert-support-web@1.0.6/index', function(frontendJsAlertSupportWeb106Index) {\ntry {\n(function() {\nvar AlertProvider = frontendJsAlertSupportWeb106Index;\nAlertProvider.default()\n})();\n} catch (err) {\n\tconsole.error(err);\n}\n});\n// ]]>\n</script>\n<div class=\"se-pre-con\"></div>\n\n\t<script src=\"https://www.edt.pf/o/AEL-Theme/js/bootstrap-hover-dropdown.min.js\"></script>\n\t<script src=\"https://www.edt.pf/o/AEL-Theme/js/bootstrap-show-password.min.js\"></script>\n\n\t<script>\n\t\t$( document ).ready(function() {\n\t\t\tif ($('.header .portlet-search-bar').length) {\n\t\t\t\t$(\"#search_zone\").popover({\n\t\t    \t\tcontent: $('#searchZone'),\n\t\t    \t\thtml: true,\n\t\t    \t\ttitle: \"Saisissez les mots recherchés\",\n\t\t\t\t\tplacement:'left'\n\t\t\t\t});\t\t\t\t\n\t\t\t} else {\n\t\t\t\t$('#search_zone').hide();\n\t\t\t}\t\t\t\n\t\t\t$(\".se-pre-con\").fadeOut();\n\t\t});\n\t\n\t</script>\n</body>\n\n</html>\n\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/RU/exchange_2025-07-28_10.json",
    "content": "{\"$id\":\"1\",\"Flows\":[{\"$id\":\"2\",\"Id\":34,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":1265.8670654296875,\"ArrowClass\":\"arrow-backward\",\"Value\":\"1265,87 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"3\",\"Id\":35,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-0.81531745195388794,\"ArrowClass\":\"arrow-forward\",\"Value\":\"0,82 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"4\",\"Id\":36,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":445.7557373046875,\"ArrowClass\":\"arrow-forward\",\"Value\":\"445,76 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"5\",\"Id\":37,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":989.88232421875,\"ArrowClass\":\"arrow-forward\",\"Value\":\"989,88 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"6\",\"Id\":96,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":-120.72997283935547,\"ArrowClass\":\"arrow-backward\",\"Value\":\"120,73 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"7\",\"Id\":187,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"8\",\"Id\":276,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-132.10043334960938,\"ArrowClass\":\"arrow-forward\",\"Value\":\"132,1 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"9\",\"Id\":321,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-42.7039909362793,\"ArrowClass\":\"arrow-forward\",\"Value\":\"42,7 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"10\",\"Id\":329,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"11\",\"Id\":598,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-15.369718551635742,\"ArrowClass\":\"arrow-forward\",\"Value\":\"15,37 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"12\",\"Id\":752,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":33.125675201416016,\"ArrowClass\":\"arrow-forward\",\"Value\":\"33,13 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"13\",\"Id\":764,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-10.538268089294434,\"ArrowClass\":\"arrow-forward\",\"Value\":\"10,54 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"14\",\"Id\":785,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":1524.5196533203125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"1524,52 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"15\",\"Id\":1611,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-79.9357681274414,\"ArrowClass\":\"arrow-forward\",\"Value\":\"79,94 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"16\",\"Id\":880,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-empty\"},{\"$id\":\"17\",\"Id\":139,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":-653.28900146484375,\"ArrowClass\":\"arrow-backward\",\"Value\":\"653,29 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"18\",\"Id\":212,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"19\",\"Id\":5688,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":333.64309692382813,\"ArrowClass\":\"arrow-forward\",\"Value\":\"333,64 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"20\",\"Id\":344,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":664.8331298828125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"664,83 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"21\",\"Id\":2394,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-2183.0078125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"2183,01 МВт\",\"VisibilityClass\":\"\"}],\"Nodes\":[{\"$id\":\"22\",\"Id\":530000,\"UsePlan\":32143.830078125,\"UseFact\":32060.6796875,\"GenPlan\":30455.109375,\"GenFact\":30339.228515625,\"AvgPrice\":3010.441},{\"$id\":\"23\",\"Id\":540000,\"UsePlan\":5390.09814453125,\"UseFact\":5419.603515625,\"GenPlan\":5472.330078125,\"GenFact\":5509.171875,\"AvgPrice\":2848.571},{\"$id\":\"24\",\"Id\":550000,\"UsePlan\":16974.333984375,\"UseFact\":16697.283203125,\"GenPlan\":17224.466796875,\"GenFact\":17529.841796875,\"AvgPrice\":3071.43652},{\"$id\":\"25\",\"Id\":600000,\"UsePlan\":13569.234375,\"UseFact\":13530.0908203125,\"GenPlan\":13291.7880859375,\"GenFact\":13026.908203125,\"AvgPrice\":2747.95044},{\"$id\":\"26\",\"Id\":610000,\"UsePlan\":24031.271484375,\"UseFact\":24066.115234375,\"GenPlan\":22228.494140625,\"GenFact\":22801.064453125,\"AvgPrice\":1838.72168},{\"$id\":\"27\",\"Id\":630000,\"UsePlan\":27907.60546875,\"UseFact\":27940.75,\"GenPlan\":30812.953125,\"GenFact\":30901.564453125,\"AvgPrice\":2467.149},{\"$id\":\"28\",\"Id\":840000,\"UsePlan\":10947.2666015625,\"UseFact\":10939.6806640625,\"GenPlan\":12550.01171875,\"GenFact\":12070.513671875,\"AvgPrice\":2043.606}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/RU/exchange_2025-07-28_11.json",
    "content": "{\"$id\":\"1\",\"Flows\":[{\"$id\":\"2\",\"Id\":34,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":1367.1923828125,\"ArrowClass\":\"arrow-backward\",\"Value\":\"1367,19 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"3\",\"Id\":35,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":101.63417816162109,\"ArrowClass\":\"arrow-backward\",\"Value\":\"101,63 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"4\",\"Id\":36,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":636.6163330078125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"636,62 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"5\",\"Id\":37,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":362.9515380859375,\"ArrowClass\":\"arrow-forward\",\"Value\":\"362,95 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"6\",\"Id\":96,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":238.94122314453125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"238,94 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"7\",\"Id\":187,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"8\",\"Id\":276,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-123.52476501464844,\"ArrowClass\":\"arrow-forward\",\"Value\":\"123,52 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"9\",\"Id\":321,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-188.19281005859375,\"ArrowClass\":\"arrow-forward\",\"Value\":\"188,19 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"10\",\"Id\":329,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"11\",\"Id\":598,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-18.529691696166992,\"ArrowClass\":\"arrow-forward\",\"Value\":\"18,53 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"12\",\"Id\":752,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":33.258380889892578,\"ArrowClass\":\"arrow-forward\",\"Value\":\"33,26 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"13\",\"Id\":764,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-9.51062297821045,\"ArrowClass\":\"arrow-forward\",\"Value\":\"9,51 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"14\",\"Id\":785,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":1641.8009033203125,\"ArrowClass\":\"arrow-forward\",\"Value\":\"1641,8 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"15\",\"Id\":1611,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":310.03115844726563,\"ArrowClass\":\"arrow-backward\",\"Value\":\"310,03 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"16\",\"Id\":880,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-empty\"},{\"$id\":\"17\",\"Id\":139,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":-640.33636474609375,\"ArrowClass\":\"arrow-backward\",\"Value\":\"640,34 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"18\",\"Id\":212,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":0.0,\"ArrowClass\":\"arrow-empty\",\"Value\":\"0 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"19\",\"Id\":5688,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":false,\"NumValue\":352.24960327148438,\"ArrowClass\":\"arrow-forward\",\"Value\":\"352,25 МВт\",\"VisibilityClass\":\"flow-invisible\"},{\"$id\":\"20\",\"Id\":344,\"Name\":null,\"PositiveDirection\":0,\"IsVisible\":true,\"NumValue\":576.43310546875,\"ArrowClass\":\"arrow-forward\",\"Value\":\"576,43 МВт\",\"VisibilityClass\":\"\"},{\"$id\":\"21\",\"Id\":2394,\"Name\":null,\"PositiveDirection\":1,\"IsVisible\":true,\"NumValue\":-2211.9833984375,\"ArrowClass\":\"arrow-forward\",\"Value\":\"2211,98 МВт\",\"VisibilityClass\":\"\"}],\"Nodes\":[{\"$id\":\"22\",\"Id\":530000,\"UsePlan\":31958.5546875,\"UseFact\":31845.404296875,\"GenPlan\":30257.42578125,\"GenFact\":30796.0546875,\"AvgPrice\":2972.90869},{\"$id\":\"23\",\"Id\":540000,\"UsePlan\":5373.32568359375,\"UseFact\":5275.16943359375,\"GenPlan\":5463.0400390625,\"GenFact\":5405.6796875,\"AvgPrice\":2962.76074},{\"$id\":\"24\",\"Id\":550000,\"UsePlan\":17136.0,\"UseFact\":17182.642578125,\"GenPlan\":16937.6015625,\"GenFact\":17031.392578125,\"AvgPrice\":3021.809},{\"$id\":\"25\",\"Id\":600000,\"UsePlan\":13532.037109375,\"UseFact\":13386.1181640625,\"GenPlan\":13300.92578125,\"GenFact\":13443.3125,\"AvgPrice\":2727.89258},{\"$id\":\"26\",\"Id\":610000,\"UsePlan\":24124.29296875,\"UseFact\":24033.720703125,\"GenPlan\":22606.072265625,\"GenFact\":22819.4765625,\"AvgPrice\":1900.53247},{\"$id\":\"27\",\"Id\":630000,\"UsePlan\":27987.693359375,\"UseFact\":28115.771484375,\"GenPlan\":30708.748046875,\"GenFact\":30630.42578125,\"AvgPrice\":2443.88184},{\"$id\":\"28\",\"Id\":840000,\"UsePlan\":10955.1201171875,\"UseFact\":10947.974609375,\"GenPlan\":12590.1279296875,\"GenFact\":12181.521484375,\"AvgPrice\":2090.44263}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/RU/production_RU-1_2025_07_28.json",
    "content": "[{\"$id\":\"1\",\"m_Item1\":1,\"m_Item2\":[{\"INTERVAL\":0,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26255.0,\"P_GES\":4346.501953125,\"P_TES\":43208.96484375,\"P_BS\":6964.68017578125,\"P_REN\":0.0,\"P_WIND\":926.97998046875},{\"INTERVAL\":1,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26214.0,\"P_GES\":3537.502197265625,\"P_TES\":42520.015625,\"P_BS\":6930.02978515625,\"P_REN\":0.0,\"P_WIND\":724.51800537109375},{\"INTERVAL\":2,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26224.0,\"P_GES\":3500.501953125,\"P_TES\":41197.25390625,\"P_BS\":6951.18017578125,\"P_REN\":1.7000000476837158,\"P_WIND\":898.51202392578125},{\"INTERVAL\":3,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26236.0,\"P_GES\":3494.501953125,\"P_TES\":40898.67578125,\"P_BS\":6967.666015625,\"P_REN\":7.75,\"P_WIND\":735.33197021484375},{\"INTERVAL\":4,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26270.0,\"P_GES\":3546.502197265625,\"P_TES\":41894.34375,\"P_BS\":7001.7900390625,\"P_REN\":44.26300048828125,\"P_WIND\":881.73101806640625},{\"INTERVAL\":5,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26319.0,\"P_GES\":4343.501953125,\"P_TES\":43294.2265625,\"P_BS\":7153.31787109375,\"P_REN\":144.78199768066406,\"P_WIND\":720.93902587890625},{\"INTERVAL\":6,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26328.30078125,\"P_GES\":5991.3017578125,\"P_TES\":47670.3984375,\"P_BS\":7241.255859375,\"P_REN\":331.67401123046875,\"P_WIND\":655.2760009765625},{\"INTERVAL\":7,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26289.30078125,\"P_GES\":6839.99951171875,\"P_TES\":51894.95703125,\"P_BS\":7418.8828125,\"P_REN\":577.50299072265625,\"P_WIND\":648.05999755859375},{\"INTERVAL\":8,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26260.30078125,\"P_GES\":8181.46826171875,\"P_TES\":55526.4609375,\"P_BS\":7465.93701171875,\"P_REN\":766.291015625,\"P_WIND\":590.26702880859375},{\"INTERVAL\":9,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26196.30078125,\"P_GES\":8614.6328125,\"P_TES\":58225.58984375,\"P_BS\":7531.662109375,\"P_REN\":881.2440185546875,\"P_WIND\":811.27398681640625},{\"INTERVAL\":10,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26135.30078125,\"P_GES\":9778.923828125,\"P_TES\":58971.3203125,\"P_BS\":7583.091796875,\"P_REN\":894.66802978515625,\"P_WIND\":980.77398681640625},{\"INTERVAL\":11,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26070.30078125,\"P_GES\":9524.998046875,\"P_TES\":58600.078125,\"P_BS\":7608.2080078125,\"P_REN\":907.239013671875,\"P_WIND\":1093.8070068359375},{\"INTERVAL\":12,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26025.0,\"P_GES\":10300.41015625,\"P_TES\":59078.40625,\"P_BS\":7612.09619140625,\"P_REN\":811.791015625,\"P_WIND\":991.333984375},{\"INTERVAL\":13,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":26000.0,\"P_GES\":10797.1396484375,\"P_TES\":59009.36328125,\"P_BS\":7591.7177734375,\"P_REN\":733.09100341796875,\"P_WIND\":1008.9329833984375},{\"INTERVAL\":14,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25977.30078125,\"P_GES\":10744.2294921875,\"P_TES\":59220.59375,\"P_BS\":7592.30419921875,\"P_REN\":618.656005859375,\"P_WIND\":853.73870849609375},{\"INTERVAL\":15,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25819.0,\"P_GES\":10400.150390625,\"P_TES\":59032.87890625,\"P_BS\":7545.1201171875,\"P_REN\":455.97299194335938,\"P_WIND\":621.2138671875},{\"INTERVAL\":16,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25763.94140625,\"P_GES\":8797.7421875,\"P_TES\":59849.54296875,\"P_BS\":7505.61376953125,\"P_REN\":250.94900512695313,\"P_WIND\":453.13217163085938},{\"INTERVAL\":17,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25650.0,\"P_GES\":9014.041015625,\"P_TES\":58661.921875,\"P_BS\":7460.56103515625,\"P_REN\":130.63400268554688,\"P_WIND\":575.74920654296875},{\"INTERVAL\":18,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25590.0,\"P_GES\":8586.8291015625,\"P_TES\":57775.9140625,\"P_BS\":7422.990234375,\"P_REN\":35.53900146484375,\"P_WIND\":821.947021484375},{\"INTERVAL\":19,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25560.0,\"P_GES\":8125.947265625,\"P_TES\":56936.25,\"P_BS\":7402.98193359375,\"P_REN\":5.0999999046325684,\"P_WIND\":1024.1180419921875},{\"INTERVAL\":20,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25545.0,\"P_GES\":8059.02587890625,\"P_TES\":56881.31640625,\"P_BS\":7410.60986328125,\"P_REN\":0.0,\"P_WIND\":956.10498046875},{\"INTERVAL\":21,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25596.0,\"P_GES\":7902.7021484375,\"P_TES\":54540.03515625,\"P_BS\":7333.33984375,\"P_REN\":0.0,\"P_WIND\":1121.364990234375},{\"INTERVAL\":22,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25615.0,\"P_GES\":7275.90234375,\"P_TES\":49587.09765625,\"P_BS\":7289.31982421875,\"P_REN\":0.0,\"P_WIND\":1262.905029296875},{\"INTERVAL\":23,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":25607.0,\"P_GES\":5289.2021484375,\"P_TES\":46933.47265625,\"P_BS\":7265.919921875,\"P_REN\":0.0,\"P_WIND\":1310.967041015625}]}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/RU/production_RU-2_2025_07_28.json",
    "content": "[{\"$id\":\"1\",\"m_Item1\":2,\"m_Item2\":[{\"INTERVAL\":0,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":11902.0078125,\"P_TES\":6814.30078125,\"P_BS\":873.10198974609375,\"P_REN\":28.350000381469727,\"P_WIND\":null},{\"INTERVAL\":1,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":11968.0302734375,\"P_TES\":6820.40478515625,\"P_BS\":873.10198974609375,\"P_REN\":72.199996948242188,\"P_WIND\":null},{\"INTERVAL\":2,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":12199.666015625,\"P_TES\":6834.30078125,\"P_BS\":873.10198974609375,\"P_REN\":131.89999389648438,\"P_WIND\":null},{\"INTERVAL\":3,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":12457.5,\"P_TES\":6878.30078125,\"P_BS\":873.10198974609375,\"P_REN\":192.25,\"P_WIND\":null},{\"INTERVAL\":4,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13121.564453125,\"P_TES\":7010.25830078125,\"P_BS\":870.60198974609375,\"P_REN\":184.25,\"P_WIND\":null},{\"INTERVAL\":5,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":14036.2822265625,\"P_TES\":7190.79345703125,\"P_BS\":870.7020263671875,\"P_REN\":248.37945556640625,\"P_WIND\":null},{\"INTERVAL\":6,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13385.181640625,\"P_TES\":7338.19384765625,\"P_BS\":871.802001953125,\"P_REN\":256.14999389648438,\"P_WIND\":null},{\"INTERVAL\":7,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13647.1044921875,\"P_TES\":7366.12353515625,\"P_BS\":873.00201416015625,\"P_REN\":256.27603149414063,\"P_WIND\":null},{\"INTERVAL\":8,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13966.7666015625,\"P_TES\":7426.95556640625,\"P_BS\":873.4019775390625,\"P_REN\":258.59368896484375,\"P_WIND\":null},{\"INTERVAL\":9,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":14082.2138671875,\"P_TES\":7472.6826171875,\"P_BS\":873.4019775390625,\"P_REN\":252.33689880371094,\"P_WIND\":null},{\"INTERVAL\":10,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13634.400390625,\"P_TES\":7480.7265625,\"P_BS\":872.2020263671875,\"P_REN\":241.16603088378906,\"P_WIND\":null},{\"INTERVAL\":11,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":14025.966796875,\"P_TES\":7494.802734375,\"P_BS\":871.802001953125,\"P_REN\":213.5,\"P_WIND\":null},{\"INTERVAL\":12,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13690.5205078125,\"P_TES\":7547.69384765625,\"P_BS\":870.64202880859375,\"P_REN\":169.60000610351563,\"P_WIND\":null},{\"INTERVAL\":13,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13629.388671875,\"P_TES\":7524.35888671875,\"P_BS\":870.60198974609375,\"P_REN\":108.55000305175781,\"P_WIND\":null},{\"INTERVAL\":14,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13720.8212890625,\"P_TES\":7558.3232421875,\"P_BS\":870.60198974609375,\"P_REN\":48.599998474121094,\"P_WIND\":null},{\"INTERVAL\":15,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":14000.8662109375,\"P_TES\":7923.2734375,\"P_BS\":870.60198974609375,\"P_REN\":12.0,\"P_WIND\":null},{\"INTERVAL\":16,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":14406.91796875,\"P_TES\":7857.52001953125,\"P_BS\":870.60198974609375,\"P_REN\":3.7000000476837158,\"P_WIND\":null},{\"INTERVAL\":17,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13838.9501953125,\"P_TES\":7919.96728515625,\"P_BS\":870.60198974609375,\"P_REN\":1.0499999523162842,\"P_WIND\":null},{\"INTERVAL\":18,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":13639.7861328125,\"P_TES\":7721.15087890625,\"P_BS\":870.60198974609375,\"P_REN\":0.20000000298023224,\"P_WIND\":null},{\"INTERVAL\":19,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":12841.951171875,\"P_TES\":7700.87939453125,\"P_BS\":870.60198974609375,\"P_REN\":0.0,\"P_WIND\":null},{\"INTERVAL\":20,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":12144.849609375,\"P_TES\":7755.11962890625,\"P_BS\":870.60198974609375,\"P_REN\":0.0,\"P_WIND\":null},{\"INTERVAL\":21,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":11886.1162109375,\"P_TES\":7695.9443359375,\"P_BS\":870.60198974609375,\"P_REN\":0.0,\"P_WIND\":null},{\"INTERVAL\":22,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":11135.40234375,\"P_TES\":7636.76220703125,\"P_BS\":870.60198974609375,\"P_REN\":0.60000002384185791,\"P_WIND\":null},{\"INTERVAL\":23,\"M_DATE\":\"2025-07-28T00:00:00+03:00\",\"P_AES\":null,\"P_GES\":10917.83203125,\"P_TES\":7637.44970703125,\"P_BS\":870.60198974609375,\"P_REN\":6.4499998092651367,\"P_WIND\":null}]}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/RU/production_RU-AS_2025_07_28.json",
    "content": "[{\"$id\":\"1\",\"m_Item1\":540000,\"m_Item2\":[{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":0,\"fHour\":\"0\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3083.6572459897907,\"Pmin_tes\":1384.3198553774309,\"P_tes\":1631.4450597466612,\"Pmax_tes\":2764.629860223431,\"priority_gen_SO\":1166.692,\"priority_gen_req\":340.499},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":1,\"fHour\":\"1\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3182.1694846645123,\"Pmin_tes\":1386.3198054358177,\"P_tes\":1819.363160062851,\"Pmax_tes\":2761.1418113148175,\"priority_gen_SO\":1167.475,\"priority_gen_req\":337.387},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":2,\"fHour\":\"2\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3344.528174481206,\"Pmin_tes\":1387.3207444130585,\"P_tes\":1874.1175397979407,\"Pmax_tes\":2755.7417508450585,\"priority_gen_SO\":1195.126,\"priority_gen_req\":333.59000000000003},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":3,\"fHour\":\"3\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3369.6265439082304,\"Pmin_tes\":1387.3198302560522,\"P_tes\":1944.8486035749372,\"Pmax_tes\":2775.4238414480524,\"priority_gen_SO\":1193.891,\"priority_gen_req\":329.765},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":4,\"fHour\":\"4\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3402.6290423120972,\"Pmin_tes\":1387.3197789576416,\"P_tes\":2006.2956686381488,\"Pmax_tes\":2769.0917795076411,\"priority_gen_SO\":1192.677,\"priority_gen_req\":326.003},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":5,\"fHour\":\"5\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3362.0474112704196,\"Pmin_tes\":1387.3198310691155,\"P_tes\":2046.5674080456517,\"Pmax_tes\":2765.1168350521152,\"priority_gen_SO\":1191.9119999999998,\"priority_gen_req\":323.668},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":6,\"fHour\":\"6\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3325.3110963050326,\"Pmin_tes\":1387.3198279647518,\"P_tes\":2086.2997757124122,\"Pmax_tes\":2759.1568389627514,\"priority_gen_SO\":1191.134,\"priority_gen_req\":321.36199999999997},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":7,\"fHour\":\"7\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3345.6807692971788,\"Pmin_tes\":1387.3198289062661,\"P_tes\":2063.0023183566209,\"Pmax_tes\":2755.2358361832657,\"priority_gen_SO\":1190.395,\"priority_gen_req\":319.05499999999995},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":8,\"fHour\":\"8\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3364.623898981712,\"Pmin_tes\":1387.3198297544122,\"P_tes\":2062.2972605700834,\"Pmax_tes\":2754.5518312934119,\"priority_gen_SO\":1190.2759999999998,\"priority_gen_req\":318.66499999999996},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":9,\"fHour\":\"9\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3336.3297199164913,\"Pmin_tes\":1387.3198268013575,\"P_tes\":2058.2907670823311,\"Pmax_tes\":2753.8708304913571,\"priority_gen_SO\":1190.157,\"priority_gen_req\":318.27700000000004},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":10,\"fHour\":\"10\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3341.3199692036974,\"Pmin_tes\":1387.3198264939351,\"P_tes\":2053.1565746656024,\"Pmax_tes\":2753.1958351399348,\"priority_gen_SO\":1190.039,\"priority_gen_req\":317.89300000000003},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":11,\"fHour\":\"11\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3373.015830515013,\"Pmin_tes\":1387.319774137093,\"P_tes\":2024.3472913665826,\"Pmax_tes\":2757.1717803320926,\"priority_gen_SO\":1190.801,\"priority_gen_req\":320.25},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":12,\"fHour\":\"12\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3405.0957052583854,\"Pmin_tes\":1387.3197745194366,\"P_tes\":2003.295351005698,\"Pmax_tes\":2763.1807776794362,\"priority_gen_SO\":1191.589,\"priority_gen_req\":322.613},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":13,\"fHour\":\"13\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3388.8073903854306,\"Pmin_tes\":1387.3198308613078,\"P_tes\":1942.1822208874244,\"Pmax_tes\":2767.2118402563074,\"priority_gen_SO\":1192.387,\"priority_gen_req\":324.98699999999997},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":14,\"fHour\":\"14\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3398.3778635059266,\"Pmin_tes\":1387.3197804241752,\"P_tes\":1921.0716720967916,\"Pmax_tes\":2774.8417946971749,\"priority_gen_SO\":1193.826,\"priority_gen_req\":329.481},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":15,\"fHour\":\"15\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3400.4950943006288,\"Pmin_tes\":1387.3198349570928,\"P_tes\":1720.1186120589114,\"Pmax_tes\":2783.9958447480926,\"priority_gen_SO\":1195.2939999999999,\"priority_gen_req\":334.068},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":16,\"fHour\":\"16\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3394.7436853614795,\"Pmin_tes\":1387.3210000000001,\"P_tes\":1527.2784287030397,\"Pmax_tes\":2791.8890080779997,\"priority_gen_SO\":1196.9899999999998,\"priority_gen_req\":338.567},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":17,\"fHour\":\"17\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3232.6611127982464,\"Pmin_tes\":1387.3180000000002,\"P_tes\":1403.6966500681092,\"Pmax_tes\":2796.7380054529995,\"priority_gen_SO\":1197.9789999999998,\"priority_gen_req\":341.274},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":18,\"fHour\":\"18\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":3020.4277287616865,\"Pmin_tes\":1387.32199695,\"P_tes\":1402.3983932244641,\"Pmax_tes\":2802.378003993,\"priority_gen_SO\":1198.985,\"priority_gen_req\":344.214},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":19,\"fHour\":\"19\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":2901.1857575561376,\"Pmin_tes\":1387.3219411286736,\"P_tes\":1401.1042279083649,\"Pmax_tes\":2807.4379457356736,\"priority_gen_SO\":1199.964,\"priority_gen_req\":347.005},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":20,\"fHour\":\"20\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":2846.3287849432818,\"Pmin_tes\":1387.3219508618004,\"P_tes\":1414.3073154061399,\"Pmax_tes\":2807.1759582438,\"priority_gen_SO\":1199.9319999999998,\"priority_gen_req\":346.879},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":21,\"fHour\":\"21\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":2886.8745788248943,\"Pmin_tes\":1387.3219495835624,\"P_tes\":1421.490354209488,\"Pmax_tes\":2807.1159594035621,\"priority_gen_SO\":1199.899,\"priority_gen_req\":346.755},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":22,\"fHour\":\"22\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":2947.6750026313089,\"Pmin_tes\":1387.3209773252997,\"P_tes\":1414.2269522702254,\"Pmax_tes\":2806.8529746612994,\"priority_gen_SO\":1199.866,\"priority_gen_req\":346.629},{\"date\":\"2025-07-28T00:00:00+03:00\",\"hour\":23,\"fHour\":\"23\",\"price_zone_id\":0,\"power_sys_id\":540000,\"aes_gen\":0.0,\"ges_gen\":2996.1208535631449,\"Pmin_tes\":1387.3189706134167,\"P_tes\":1529.3234046336242,\"Pmax_tes\":2801.6029782974165,\"priority_gen_SO\":1198.76,\"priority_gen_req\":343.64599999999996}]}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/consumption.json",
    "content": "{\"ErrorMessage\":null,\"LastUpdated\":\"06-Nov-2023 16:30:00\",\"Rows\":[{\"EffectiveTime\":\"04-Nov-2023 00:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":685},{\"EffectiveTime\":\"04-Nov-2023 00:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":670},{\"EffectiveTime\":\"04-Nov-2023 00:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":656},{\"EffectiveTime\":\"04-Nov-2023 00:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":641},{\"EffectiveTime\":\"04-Nov-2023 01:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":634},{\"EffectiveTime\":\"04-Nov-2023 01:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":653},{\"EffectiveTime\":\"04-Nov-2023 01:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":645},{\"EffectiveTime\":\"04-Nov-2023 01:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":632},{\"EffectiveTime\":\"04-Nov-2023 02:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":625},{\"EffectiveTime\":\"04-Nov-2023 02:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":629},{\"EffectiveTime\":\"04-Nov-2023 02:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":620},{\"EffectiveTime\":\"04-Nov-2023 02:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":612},{\"EffectiveTime\":\"04-Nov-2023 03:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":607},{\"EffectiveTime\":\"04-Nov-2023 03:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":604},{\"EffectiveTime\":\"04-Nov-2023 03:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":596},{\"EffectiveTime\":\"04-Nov-2023 03:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":593},{\"EffectiveTime\":\"04-Nov-2023 04:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":591},{\"EffectiveTime\":\"04-Nov-2023 04:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":592},{\"EffectiveTime\":\"04-Nov-2023 04:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":591},{\"EffectiveTime\":\"04-Nov-2023 04:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":588},{\"EffectiveTime\":\"04-Nov-2023 05:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":588},{\"EffectiveTime\":\"04-Nov-2023 05:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":593},{\"EffectiveTime\":\"04-Nov-2023 05:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":596},{\"EffectiveTime\":\"04-Nov-2023 05:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":604},{\"EffectiveTime\":\"04-Nov-2023 06:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":617},{\"EffectiveTime\":\"04-Nov-2023 06:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":642},{\"EffectiveTime\":\"04-Nov-2023 06:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":654},{\"EffectiveTime\":\"04-Nov-2023 06:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":672},{\"EffectiveTime\":\"04-Nov-2023 07:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":694},{\"EffectiveTime\":\"04-Nov-2023 07:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":722},{\"EffectiveTime\":\"04-Nov-2023 07:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":737},{\"EffectiveTime\":\"04-Nov-2023 07:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":757},{\"EffectiveTime\":\"04-Nov-2023 08:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":779},{\"EffectiveTime\":\"04-Nov-2023 08:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":805},{\"EffectiveTime\":\"04-Nov-2023 08:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":830},{\"EffectiveTime\":\"04-Nov-2023 08:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":853},{\"EffectiveTime\":\"04-Nov-2023 09:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":875},{\"EffectiveTime\":\"04-Nov-2023 09:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":902},{\"EffectiveTime\":\"04-Nov-2023 09:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":920},{\"EffectiveTime\":\"04-Nov-2023 09:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":933},{\"EffectiveTime\":\"04-Nov-2023 10:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":939},{\"EffectiveTime\":\"04-Nov-2023 10:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":944},{\"EffectiveTime\":\"04-Nov-2023 10:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":943},{\"EffectiveTime\":\"04-Nov-2023 10:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":940},{\"EffectiveTime\":\"04-Nov-2023 11:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":936},{\"EffectiveTime\":\"04-Nov-2023 11:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":941},{\"EffectiveTime\":\"04-Nov-2023 11:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":932},{\"EffectiveTime\":\"04-Nov-2023 11:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":943},{\"EffectiveTime\":\"04-Nov-2023 12:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":940},{\"EffectiveTime\":\"04-Nov-2023 12:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":947},{\"EffectiveTime\":\"04-Nov-2023 12:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":941},{\"EffectiveTime\":\"04-Nov-2023 12:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":933},{\"EffectiveTime\":\"04-Nov-2023 13:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":924},{\"EffectiveTime\":\"04-Nov-2023 13:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":924},{\"EffectiveTime\":\"04-Nov-2023 13:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":926},{\"EffectiveTime\":\"04-Nov-2023 13:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":916},{\"EffectiveTime\":\"04-Nov-2023 14:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":902},{\"EffectiveTime\":\"04-Nov-2023 14:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":895},{\"EffectiveTime\":\"04-Nov-2023 14:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":887},{\"EffectiveTime\":\"04-Nov-2023 14:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":890},{\"EffectiveTime\":\"04-Nov-2023 15:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":896},{\"EffectiveTime\":\"04-Nov-2023 15:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":903},{\"EffectiveTime\":\"04-Nov-2023 15:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":909},{\"EffectiveTime\":\"04-Nov-2023 15:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":916},{\"EffectiveTime\":\"04-Nov-2023 16:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":932},{\"EffectiveTime\":\"04-Nov-2023 16:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":955},{\"EffectiveTime\":\"04-Nov-2023 16:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":981},{\"EffectiveTime\":\"04-Nov-2023 16:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1020},{\"EffectiveTime\":\"04-Nov-2023 17:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1068},{\"EffectiveTime\":\"04-Nov-2023 17:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1113},{\"EffectiveTime\":\"04-Nov-2023 17:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1133},{\"EffectiveTime\":\"04-Nov-2023 17:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1130},{\"EffectiveTime\":\"04-Nov-2023 18:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1112},{\"EffectiveTime\":\"04-Nov-2023 18:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1091},{\"EffectiveTime\":\"04-Nov-2023 18:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1071},{\"EffectiveTime\":\"04-Nov-2023 18:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1048},{\"EffectiveTime\":\"04-Nov-2023 19:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1023},{\"EffectiveTime\":\"04-Nov-2023 19:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":997},{\"EffectiveTime\":\"04-Nov-2023 19:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":971},{\"EffectiveTime\":\"04-Nov-2023 19:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":954},{\"EffectiveTime\":\"04-Nov-2023 20:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":933},{\"EffectiveTime\":\"04-Nov-2023 20:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":918},{\"EffectiveTime\":\"04-Nov-2023 20:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":903},{\"EffectiveTime\":\"04-Nov-2023 20:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":891},{\"EffectiveTime\":\"04-Nov-2023 21:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":874},{\"EffectiveTime\":\"04-Nov-2023 21:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":854},{\"EffectiveTime\":\"04-Nov-2023 21:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":833},{\"EffectiveTime\":\"04-Nov-2023 21:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":818},{\"EffectiveTime\":\"04-Nov-2023 22:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":796},{\"EffectiveTime\":\"04-Nov-2023 22:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":779},{\"EffectiveTime\":\"04-Nov-2023 22:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":760},{\"EffectiveTime\":\"04-Nov-2023 22:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":735},{\"EffectiveTime\":\"04-Nov-2023 23:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":714},{\"EffectiveTime\":\"04-Nov-2023 23:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":694},{\"EffectiveTime\":\"04-Nov-2023 23:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":677},{\"EffectiveTime\":\"04-Nov-2023 23:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":659},{\"EffectiveTime\":\"05-Nov-2023 00:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":639},{\"EffectiveTime\":\"05-Nov-2023 00:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":625},{\"EffectiveTime\":\"05-Nov-2023 00:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":614},{\"EffectiveTime\":\"05-Nov-2023 00:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":602},{\"EffectiveTime\":\"05-Nov-2023 01:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":597},{\"EffectiveTime\":\"05-Nov-2023 01:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":612},{\"EffectiveTime\":\"05-Nov-2023 01:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":606},{\"EffectiveTime\":\"05-Nov-2023 01:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":599},{\"EffectiveTime\":\"05-Nov-2023 02:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":588},{\"EffectiveTime\":\"05-Nov-2023 02:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":585},{\"EffectiveTime\":\"05-Nov-2023 02:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":577},{\"EffectiveTime\":\"05-Nov-2023 02:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":569},{\"EffectiveTime\":\"05-Nov-2023 03:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":565},{\"EffectiveTime\":\"05-Nov-2023 03:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":557},{\"EffectiveTime\":\"05-Nov-2023 03:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":553},{\"EffectiveTime\":\"05-Nov-2023 03:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":547},{\"EffectiveTime\":\"05-Nov-2023 04:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":548},{\"EffectiveTime\":\"05-Nov-2023 04:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":548},{\"EffectiveTime\":\"05-Nov-2023 04:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":544},{\"EffectiveTime\":\"05-Nov-2023 04:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":541},{\"EffectiveTime\":\"05-Nov-2023 05:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":541},{\"EffectiveTime\":\"05-Nov-2023 05:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":542},{\"EffectiveTime\":\"05-Nov-2023 05:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":546},{\"EffectiveTime\":\"05-Nov-2023 05:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":549},{\"EffectiveTime\":\"05-Nov-2023 06:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":561},{\"EffectiveTime\":\"05-Nov-2023 06:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":580},{\"EffectiveTime\":\"05-Nov-2023 06:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":589},{\"EffectiveTime\":\"05-Nov-2023 06:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":607},{\"EffectiveTime\":\"05-Nov-2023 07:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":620},{\"EffectiveTime\":\"05-Nov-2023 07:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":628},{\"EffectiveTime\":\"05-Nov-2023 07:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":639},{\"EffectiveTime\":\"05-Nov-2023 07:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":652},{\"EffectiveTime\":\"05-Nov-2023 08:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":672},{\"EffectiveTime\":\"05-Nov-2023 08:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":695},{\"EffectiveTime\":\"05-Nov-2023 08:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":718},{\"EffectiveTime\":\"05-Nov-2023 08:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":741},{\"EffectiveTime\":\"05-Nov-2023 09:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":765},{\"EffectiveTime\":\"05-Nov-2023 09:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":787},{\"EffectiveTime\":\"05-Nov-2023 09:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":800},{\"EffectiveTime\":\"05-Nov-2023 09:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":820},{\"EffectiveTime\":\"05-Nov-2023 10:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":835},{\"EffectiveTime\":\"05-Nov-2023 10:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":852},{\"EffectiveTime\":\"05-Nov-2023 10:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":858},{\"EffectiveTime\":\"05-Nov-2023 10:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":857},{\"EffectiveTime\":\"05-Nov-2023 11:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":865},{\"EffectiveTime\":\"05-Nov-2023 11:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":875},{\"EffectiveTime\":\"05-Nov-2023 11:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":872},{\"EffectiveTime\":\"05-Nov-2023 11:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":879},{\"EffectiveTime\":\"05-Nov-2023 12:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":894},{\"EffectiveTime\":\"05-Nov-2023 12:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":903},{\"EffectiveTime\":\"05-Nov-2023 12:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":911},{\"EffectiveTime\":\"05-Nov-2023 12:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":916},{\"EffectiveTime\":\"05-Nov-2023 13:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":918},{\"EffectiveTime\":\"05-Nov-2023 13:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":909},{\"EffectiveTime\":\"05-Nov-2023 13:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":898},{\"EffectiveTime\":\"05-Nov-2023 13:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":889},{\"EffectiveTime\":\"05-Nov-2023 14:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":887},{\"EffectiveTime\":\"05-Nov-2023 14:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":880},{\"EffectiveTime\":\"05-Nov-2023 14:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":881},{\"EffectiveTime\":\"05-Nov-2023 14:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":877},{\"EffectiveTime\":\"05-Nov-2023 15:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":882},{\"EffectiveTime\":\"05-Nov-2023 15:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":893},{\"EffectiveTime\":\"05-Nov-2023 15:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":904},{\"EffectiveTime\":\"05-Nov-2023 15:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":920},{\"EffectiveTime\":\"05-Nov-2023 16:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":950},{\"EffectiveTime\":\"05-Nov-2023 16:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":971},{\"EffectiveTime\":\"05-Nov-2023 16:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":998},{\"EffectiveTime\":\"05-Nov-2023 16:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1034},{\"EffectiveTime\":\"05-Nov-2023 17:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1081},{\"EffectiveTime\":\"05-Nov-2023 17:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1116},{\"EffectiveTime\":\"05-Nov-2023 17:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1140},{\"EffectiveTime\":\"05-Nov-2023 17:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1127},{\"EffectiveTime\":\"05-Nov-2023 18:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1110},{\"EffectiveTime\":\"05-Nov-2023 18:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1085},{\"EffectiveTime\":\"05-Nov-2023 18:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1063},{\"EffectiveTime\":\"05-Nov-2023 18:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1047},{\"EffectiveTime\":\"05-Nov-2023 19:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1016},{\"EffectiveTime\":\"05-Nov-2023 19:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1000},{\"EffectiveTime\":\"05-Nov-2023 19:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":982},{\"EffectiveTime\":\"05-Nov-2023 19:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":967},{\"EffectiveTime\":\"05-Nov-2023 20:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":941},{\"EffectiveTime\":\"05-Nov-2023 20:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":933},{\"EffectiveTime\":\"05-Nov-2023 20:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":909},{\"EffectiveTime\":\"05-Nov-2023 20:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":888},{\"EffectiveTime\":\"05-Nov-2023 21:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":870},{\"EffectiveTime\":\"05-Nov-2023 21:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":844},{\"EffectiveTime\":\"05-Nov-2023 21:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":823},{\"EffectiveTime\":\"05-Nov-2023 21:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":797},{\"EffectiveTime\":\"05-Nov-2023 22:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":774},{\"EffectiveTime\":\"05-Nov-2023 22:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":752},{\"EffectiveTime\":\"05-Nov-2023 22:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":721},{\"EffectiveTime\":\"05-Nov-2023 22:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":695},{\"EffectiveTime\":\"05-Nov-2023 23:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":669},{\"EffectiveTime\":\"05-Nov-2023 23:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":648},{\"EffectiveTime\":\"05-Nov-2023 23:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":626},{\"EffectiveTime\":\"05-Nov-2023 23:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":611},{\"EffectiveTime\":\"06-Nov-2023 00:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":591},{\"EffectiveTime\":\"06-Nov-2023 00:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":574},{\"EffectiveTime\":\"06-Nov-2023 00:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":554},{\"EffectiveTime\":\"06-Nov-2023 00:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":544},{\"EffectiveTime\":\"06-Nov-2023 01:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":559},{\"EffectiveTime\":\"06-Nov-2023 01:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":580},{\"EffectiveTime\":\"06-Nov-2023 01:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":570},{\"EffectiveTime\":\"06-Nov-2023 01:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":567},{\"EffectiveTime\":\"06-Nov-2023 02:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":567},{\"EffectiveTime\":\"06-Nov-2023 02:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":564},{\"EffectiveTime\":\"06-Nov-2023 02:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":562},{\"EffectiveTime\":\"06-Nov-2023 02:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":559},{\"EffectiveTime\":\"06-Nov-2023 03:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":552},{\"EffectiveTime\":\"06-Nov-2023 03:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":553},{\"EffectiveTime\":\"06-Nov-2023 03:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":549},{\"EffectiveTime\":\"06-Nov-2023 03:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":545},{\"EffectiveTime\":\"06-Nov-2023 04:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":547},{\"EffectiveTime\":\"06-Nov-2023 04:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":560},{\"EffectiveTime\":\"06-Nov-2023 04:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":553},{\"EffectiveTime\":\"06-Nov-2023 04:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":556},{\"EffectiveTime\":\"06-Nov-2023 05:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":559},{\"EffectiveTime\":\"06-Nov-2023 05:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":576},{\"EffectiveTime\":\"06-Nov-2023 05:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":582},{\"EffectiveTime\":\"06-Nov-2023 05:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":602},{\"EffectiveTime\":\"06-Nov-2023 06:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":631},{\"EffectiveTime\":\"06-Nov-2023 06:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":683},{\"EffectiveTime\":\"06-Nov-2023 06:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":719},{\"EffectiveTime\":\"06-Nov-2023 06:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":768},{\"EffectiveTime\":\"06-Nov-2023 07:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":815},{\"EffectiveTime\":\"06-Nov-2023 07:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":889},{\"EffectiveTime\":\"06-Nov-2023 07:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":931},{\"EffectiveTime\":\"06-Nov-2023 07:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":968},{\"EffectiveTime\":\"06-Nov-2023 08:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1007},{\"EffectiveTime\":\"06-Nov-2023 08:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1027},{\"EffectiveTime\":\"06-Nov-2023 08:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1035},{\"EffectiveTime\":\"06-Nov-2023 08:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1048},{\"EffectiveTime\":\"06-Nov-2023 09:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1074},{\"EffectiveTime\":\"06-Nov-2023 09:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1080},{\"EffectiveTime\":\"06-Nov-2023 09:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1083},{\"EffectiveTime\":\"06-Nov-2023 09:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1081},{\"EffectiveTime\":\"06-Nov-2023 10:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1080},{\"EffectiveTime\":\"06-Nov-2023 10:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1072},{\"EffectiveTime\":\"06-Nov-2023 10:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1079},{\"EffectiveTime\":\"06-Nov-2023 10:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1071},{\"EffectiveTime\":\"06-Nov-2023 11:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1055},{\"EffectiveTime\":\"06-Nov-2023 11:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1044},{\"EffectiveTime\":\"06-Nov-2023 11:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1035},{\"EffectiveTime\":\"06-Nov-2023 11:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1019},{\"EffectiveTime\":\"06-Nov-2023 12:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1032},{\"EffectiveTime\":\"06-Nov-2023 12:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1035},{\"EffectiveTime\":\"06-Nov-2023 12:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1033},{\"EffectiveTime\":\"06-Nov-2023 12:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1035},{\"EffectiveTime\":\"06-Nov-2023 13:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1027},{\"EffectiveTime\":\"06-Nov-2023 13:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1011},{\"EffectiveTime\":\"06-Nov-2023 13:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1004},{\"EffectiveTime\":\"06-Nov-2023 13:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1000},{\"EffectiveTime\":\"06-Nov-2023 14:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1002},{\"EffectiveTime\":\"06-Nov-2023 14:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":997},{\"EffectiveTime\":\"06-Nov-2023 14:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":994},{\"EffectiveTime\":\"06-Nov-2023 14:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":994},{\"EffectiveTime\":\"06-Nov-2023 15:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":989},{\"EffectiveTime\":\"06-Nov-2023 15:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1010},{\"EffectiveTime\":\"06-Nov-2023 15:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1019},{\"EffectiveTime\":\"06-Nov-2023 15:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1040},{\"EffectiveTime\":\"06-Nov-2023 16:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1053},{\"EffectiveTime\":\"06-Nov-2023 16:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1080},{\"EffectiveTime\":\"06-Nov-2023 16:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":1118},{\"EffectiveTime\":\"06-Nov-2023 16:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 17:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 17:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 17:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 17:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 18:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 18:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 18:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 18:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 19:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 19:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 19:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 19:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 20:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 20:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 20:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 20:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 21:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 21:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 21:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 21:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 22:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 22:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 22:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 22:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 23:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 23:15:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 23:30:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"06-Nov-2023 23:45:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"07-Nov-2023 00:00:00\",\"FieldName\":\"SYSTEM_DEMAND\",\"Region\":\"NI\",\"Value\":null}],\"Status\":\"Success\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/consumptionForecast.json",
    "content": "{\"ErrorMessage\":null,\"LastUpdated\":\"09-Nov-2023 10:05:00\",\"Rows\":[{\"EffectiveTime\":\"09-Nov-2023 10:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4407},{\"EffectiveTime\":\"09-Nov-2023 11:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4364},{\"EffectiveTime\":\"09-Nov-2023 11:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4371},{\"EffectiveTime\":\"09-Nov-2023 12:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4358},{\"EffectiveTime\":\"09-Nov-2023 12:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4403},{\"EffectiveTime\":\"09-Nov-2023 13:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4384},{\"EffectiveTime\":\"09-Nov-2023 13:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4345},{\"EffectiveTime\":\"09-Nov-2023 14:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4325},{\"EffectiveTime\":\"09-Nov-2023 14:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4359},{\"EffectiveTime\":\"09-Nov-2023 15:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4410},{\"EffectiveTime\":\"09-Nov-2023 15:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4482},{\"EffectiveTime\":\"09-Nov-2023 16:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4534},{\"EffectiveTime\":\"09-Nov-2023 16:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4650},{\"EffectiveTime\":\"09-Nov-2023 17:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4850},{\"EffectiveTime\":\"09-Nov-2023 17:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4970},{\"EffectiveTime\":\"09-Nov-2023 18:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4976},{\"EffectiveTime\":\"09-Nov-2023 18:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4912},{\"EffectiveTime\":\"09-Nov-2023 19:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4834},{\"EffectiveTime\":\"09-Nov-2023 19:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4753},{\"EffectiveTime\":\"09-Nov-2023 20:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4618},{\"EffectiveTime\":\"09-Nov-2023 20:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4513},{\"EffectiveTime\":\"09-Nov-2023 21:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4454},{\"EffectiveTime\":\"09-Nov-2023 21:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4238},{\"EffectiveTime\":\"09-Nov-2023 22:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":4096},{\"EffectiveTime\":\"09-Nov-2023 22:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":3933},{\"EffectiveTime\":\"09-Nov-2023 23:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":3813},{\"EffectiveTime\":\"09-Nov-2023 23:30:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":3717},{\"EffectiveTime\":\"10-Nov-2023 00:00:00\",\"FieldName\":\"DEMAND_FORECAST_VALUE\",\"Region\":\"ROI\",\"Value\":3511}],\"Status\":\"Success\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/exchange.json",
    "content": "{\"ErrorMessage\":null,\"LastUpdated\":\"09-Nov-2023 10:15:00\",\"Rows\":[{\"EffectiveTime\":\"07-Nov-2023 00:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 00:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 00:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 00:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":369},{\"EffectiveTime\":\"07-Nov-2023 01:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":426},{\"EffectiveTime\":\"07-Nov-2023 01:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 01:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 01:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 02:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 02:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 02:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 02:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 03:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 03:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 03:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 03:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 04:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 04:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":369},{\"EffectiveTime\":\"07-Nov-2023 04:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":344},{\"EffectiveTime\":\"07-Nov-2023 04:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":274},{\"EffectiveTime\":\"07-Nov-2023 05:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":200},{\"EffectiveTime\":\"07-Nov-2023 05:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":127},{\"EffectiveTime\":\"07-Nov-2023 05:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":173},{\"EffectiveTime\":\"07-Nov-2023 05:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":222},{\"EffectiveTime\":\"07-Nov-2023 06:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":148},{\"EffectiveTime\":\"07-Nov-2023 06:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":72},{\"EffectiveTime\":\"07-Nov-2023 06:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-3},{\"EffectiveTime\":\"07-Nov-2023 06:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-78},{\"EffectiveTime\":\"07-Nov-2023 07:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-5},{\"EffectiveTime\":\"07-Nov-2023 07:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":8},{\"EffectiveTime\":\"07-Nov-2023 07:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":84},{\"EffectiveTime\":\"07-Nov-2023 07:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":160},{\"EffectiveTime\":\"07-Nov-2023 08:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":235},{\"EffectiveTime\":\"07-Nov-2023 08:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":309},{\"EffectiveTime\":\"07-Nov-2023 08:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":380},{\"EffectiveTime\":\"07-Nov-2023 08:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":335},{\"EffectiveTime\":\"07-Nov-2023 09:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":409},{\"EffectiveTime\":\"07-Nov-2023 09:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 09:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 09:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 10:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 10:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 10:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 10:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 11:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 11:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 11:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 11:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 12:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 12:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 12:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 12:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 13:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 13:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 13:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 13:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 14:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 14:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 14:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 14:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 15:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 15:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 15:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 15:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 16:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 16:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 16:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 16:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 17:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 17:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 17:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 17:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 18:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 18:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 18:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"07-Nov-2023 18:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":406},{\"EffectiveTime\":\"07-Nov-2023 19:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":333},{\"EffectiveTime\":\"07-Nov-2023 19:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":259},{\"EffectiveTime\":\"07-Nov-2023 19:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":195},{\"EffectiveTime\":\"07-Nov-2023 19:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":269},{\"EffectiveTime\":\"07-Nov-2023 20:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":321},{\"EffectiveTime\":\"07-Nov-2023 20:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":347},{\"EffectiveTime\":\"07-Nov-2023 20:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":362},{\"EffectiveTime\":\"07-Nov-2023 20:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":290},{\"EffectiveTime\":\"07-Nov-2023 21:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":216},{\"EffectiveTime\":\"07-Nov-2023 21:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":143},{\"EffectiveTime\":\"07-Nov-2023 21:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":66},{\"EffectiveTime\":\"07-Nov-2023 21:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-4},{\"EffectiveTime\":\"07-Nov-2023 22:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-4},{\"EffectiveTime\":\"07-Nov-2023 22:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-78},{\"EffectiveTime\":\"07-Nov-2023 22:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-152},{\"EffectiveTime\":\"07-Nov-2023 22:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-80},{\"EffectiveTime\":\"07-Nov-2023 23:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-5},{\"EffectiveTime\":\"07-Nov-2023 23:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-78},{\"EffectiveTime\":\"07-Nov-2023 23:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-152},{\"EffectiveTime\":\"07-Nov-2023 23:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-228},{\"EffectiveTime\":\"08-Nov-2023 00:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-304},{\"EffectiveTime\":\"08-Nov-2023 00:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-381},{\"EffectiveTime\":\"08-Nov-2023 00:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 00:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-381},{\"EffectiveTime\":\"08-Nov-2023 01:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-407},{\"EffectiveTime\":\"08-Nov-2023 01:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 01:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 01:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 02:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 02:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 02:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 02:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 03:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 03:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 03:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-407},{\"EffectiveTime\":\"08-Nov-2023 03:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 04:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"08-Nov-2023 04:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-407},{\"EffectiveTime\":\"08-Nov-2023 04:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-391},{\"EffectiveTime\":\"08-Nov-2023 04:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-318},{\"EffectiveTime\":\"08-Nov-2023 05:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-273},{\"EffectiveTime\":\"08-Nov-2023 05:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-270},{\"EffectiveTime\":\"08-Nov-2023 05:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-265},{\"EffectiveTime\":\"08-Nov-2023 05:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-264},{\"EffectiveTime\":\"08-Nov-2023 06:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-220},{\"EffectiveTime\":\"08-Nov-2023 06:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-151},{\"EffectiveTime\":\"08-Nov-2023 06:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-77},{\"EffectiveTime\":\"08-Nov-2023 06:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-4},{\"EffectiveTime\":\"08-Nov-2023 07:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-4},{\"EffectiveTime\":\"08-Nov-2023 07:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":70},{\"EffectiveTime\":\"08-Nov-2023 07:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":147},{\"EffectiveTime\":\"08-Nov-2023 07:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":222},{\"EffectiveTime\":\"08-Nov-2023 08:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":296},{\"EffectiveTime\":\"08-Nov-2023 08:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":370},{\"EffectiveTime\":\"08-Nov-2023 08:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 08:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 09:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 09:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 09:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 09:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 10:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 10:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 10:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 10:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 11:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 11:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 11:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 11:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":420},{\"EffectiveTime\":\"08-Nov-2023 12:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":340},{\"EffectiveTime\":\"08-Nov-2023 12:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":226},{\"EffectiveTime\":\"08-Nov-2023 12:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":172},{\"EffectiveTime\":\"08-Nov-2023 12:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":189},{\"EffectiveTime\":\"08-Nov-2023 13:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":113},{\"EffectiveTime\":\"08-Nov-2023 13:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":38},{\"EffectiveTime\":\"08-Nov-2023 13:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":45},{\"EffectiveTime\":\"08-Nov-2023 13:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":120},{\"EffectiveTime\":\"08-Nov-2023 14:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":129},{\"EffectiveTime\":\"08-Nov-2023 14:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":147},{\"EffectiveTime\":\"08-Nov-2023 14:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":222},{\"EffectiveTime\":\"08-Nov-2023 14:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":296},{\"EffectiveTime\":\"08-Nov-2023 15:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":370},{\"EffectiveTime\":\"08-Nov-2023 15:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 15:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 15:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 16:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 16:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 16:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 16:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 17:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 17:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 17:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 17:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 18:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 18:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 18:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 18:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 19:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 19:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 19:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 19:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 20:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 20:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 20:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 20:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 21:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 21:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 21:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 21:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"08-Nov-2023 22:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"08-Nov-2023 22:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":399},{\"EffectiveTime\":\"08-Nov-2023 22:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":326},{\"EffectiveTime\":\"08-Nov-2023 22:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":252},{\"EffectiveTime\":\"08-Nov-2023 23:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":181},{\"EffectiveTime\":\"08-Nov-2023 23:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":107},{\"EffectiveTime\":\"08-Nov-2023 23:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":32},{\"EffectiveTime\":\"08-Nov-2023 23:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-43},{\"EffectiveTime\":\"09-Nov-2023 00:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-118},{\"EffectiveTime\":\"09-Nov-2023 00:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-193},{\"EffectiveTime\":\"09-Nov-2023 00:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-269},{\"EffectiveTime\":\"09-Nov-2023 00:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-345},{\"EffectiveTime\":\"09-Nov-2023 01:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 01:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 01:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 01:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 02:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-331},{\"EffectiveTime\":\"09-Nov-2023 02:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-255},{\"EffectiveTime\":\"09-Nov-2023 02:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-212},{\"EffectiveTime\":\"09-Nov-2023 02:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-157},{\"EffectiveTime\":\"09-Nov-2023 03:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-185},{\"EffectiveTime\":\"09-Nov-2023 03:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-224},{\"EffectiveTime\":\"09-Nov-2023 03:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-147},{\"EffectiveTime\":\"09-Nov-2023 03:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-132},{\"EffectiveTime\":\"09-Nov-2023 04:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-209},{\"EffectiveTime\":\"09-Nov-2023 04:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-285},{\"EffectiveTime\":\"09-Nov-2023 04:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-273},{\"EffectiveTime\":\"09-Nov-2023 04:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-233},{\"EffectiveTime\":\"09-Nov-2023 05:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-310},{\"EffectiveTime\":\"09-Nov-2023 05:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-386},{\"EffectiveTime\":\"09-Nov-2023 05:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 05:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 06:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 06:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 06:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-408},{\"EffectiveTime\":\"09-Nov-2023 06:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-333},{\"EffectiveTime\":\"09-Nov-2023 07:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-257},{\"EffectiveTime\":\"09-Nov-2023 07:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-184},{\"EffectiveTime\":\"09-Nov-2023 07:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-109},{\"EffectiveTime\":\"09-Nov-2023 07:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-34},{\"EffectiveTime\":\"09-Nov-2023 08:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":-3},{\"EffectiveTime\":\"09-Nov-2023 08:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":70},{\"EffectiveTime\":\"09-Nov-2023 08:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":147},{\"EffectiveTime\":\"09-Nov-2023 08:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":222},{\"EffectiveTime\":\"09-Nov-2023 09:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":296},{\"EffectiveTime\":\"09-Nov-2023 09:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":370},{\"EffectiveTime\":\"09-Nov-2023 09:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":441},{\"EffectiveTime\":\"09-Nov-2023 09:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"09-Nov-2023 10:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"09-Nov-2023 10:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":442},{\"EffectiveTime\":\"09-Nov-2023 10:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 10:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 11:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 11:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 11:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 11:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 12:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 12:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 12:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 12:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 13:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 13:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 13:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 13:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 14:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 14:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 14:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 14:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 15:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 15:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 15:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 15:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 16:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 16:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 16:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 16:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 17:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 17:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 17:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 17:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 18:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 18:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 18:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 18:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 19:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 19:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 19:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 19:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 20:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 20:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 20:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 20:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 21:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 21:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 21:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 21:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 22:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 22:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 22:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 22:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 23:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 23:15:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 23:30:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"09-Nov-2023 23:45:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null},{\"EffectiveTime\":\"10-Nov-2023 00:00:00\",\"FieldName\":\"INTER_MOYLE\",\"Region\":\"NI\",\"Value\":null}],\"Status\":\"Success\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/generation.json",
    "content": "{\"Rows\":[{\"EffectiveTime\":\"04-Jun-2025 00:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2180},{\"EffectiveTime\":\"04-Jun-2025 00:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2166},{\"EffectiveTime\":\"04-Jun-2025 00:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2076},{\"EffectiveTime\":\"04-Jun-2025 00:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2046},{\"EffectiveTime\":\"04-Jun-2025 01:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2058},{\"EffectiveTime\":\"04-Jun-2025 01:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2031},{\"EffectiveTime\":\"04-Jun-2025 01:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1990},{\"EffectiveTime\":\"04-Jun-2025 01:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1960},{\"EffectiveTime\":\"04-Jun-2025 02:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1952},{\"EffectiveTime\":\"04-Jun-2025 02:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2007},{\"EffectiveTime\":\"04-Jun-2025 02:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1973},{\"EffectiveTime\":\"04-Jun-2025 02:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1971},{\"EffectiveTime\":\"04-Jun-2025 03:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1954},{\"EffectiveTime\":\"04-Jun-2025 03:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1958},{\"EffectiveTime\":\"04-Jun-2025 03:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1957},{\"EffectiveTime\":\"04-Jun-2025 03:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1928},{\"EffectiveTime\":\"04-Jun-2025 04:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1923},{\"EffectiveTime\":\"04-Jun-2025 04:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1938},{\"EffectiveTime\":\"04-Jun-2025 04:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1926},{\"EffectiveTime\":\"04-Jun-2025 04:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1905},{\"EffectiveTime\":\"04-Jun-2025 05:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1904},{\"EffectiveTime\":\"04-Jun-2025 05:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1913},{\"EffectiveTime\":\"04-Jun-2025 05:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1818},{\"EffectiveTime\":\"04-Jun-2025 05:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1826},{\"EffectiveTime\":\"04-Jun-2025 06:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1826},{\"EffectiveTime\":\"04-Jun-2025 06:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1866},{\"EffectiveTime\":\"04-Jun-2025 06:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1933},{\"EffectiveTime\":\"04-Jun-2025 06:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":1999},{\"EffectiveTime\":\"04-Jun-2025 07:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2194},{\"EffectiveTime\":\"04-Jun-2025 07:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2407},{\"EffectiveTime\":\"04-Jun-2025 07:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2484},{\"EffectiveTime\":\"04-Jun-2025 07:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2493},{\"EffectiveTime\":\"04-Jun-2025 08:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2525},{\"EffectiveTime\":\"04-Jun-2025 08:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2589},{\"EffectiveTime\":\"04-Jun-2025 08:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2572},{\"EffectiveTime\":\"04-Jun-2025 08:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2634},{\"EffectiveTime\":\"04-Jun-2025 09:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2633},{\"EffectiveTime\":\"04-Jun-2025 09:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2698},{\"EffectiveTime\":\"04-Jun-2025 09:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2756},{\"EffectiveTime\":\"04-Jun-2025 09:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2768},{\"EffectiveTime\":\"04-Jun-2025 10:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2787},{\"EffectiveTime\":\"04-Jun-2025 10:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2821},{\"EffectiveTime\":\"04-Jun-2025 10:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2888},{\"EffectiveTime\":\"04-Jun-2025 10:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2868},{\"EffectiveTime\":\"04-Jun-2025 11:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2817},{\"EffectiveTime\":\"04-Jun-2025 11:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2845},{\"EffectiveTime\":\"04-Jun-2025 11:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2939},{\"EffectiveTime\":\"04-Jun-2025 11:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3039},{\"EffectiveTime\":\"04-Jun-2025 12:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3100},{\"EffectiveTime\":\"04-Jun-2025 12:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3229},{\"EffectiveTime\":\"04-Jun-2025 12:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3277},{\"EffectiveTime\":\"04-Jun-2025 12:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3338},{\"EffectiveTime\":\"04-Jun-2025 13:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3349},{\"EffectiveTime\":\"04-Jun-2025 13:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3383},{\"EffectiveTime\":\"04-Jun-2025 13:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3375},{\"EffectiveTime\":\"04-Jun-2025 13:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3339},{\"EffectiveTime\":\"04-Jun-2025 14:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3393},{\"EffectiveTime\":\"04-Jun-2025 14:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3431},{\"EffectiveTime\":\"04-Jun-2025 14:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3400},{\"EffectiveTime\":\"04-Jun-2025 14:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3437},{\"EffectiveTime\":\"04-Jun-2025 15:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3448},{\"EffectiveTime\":\"04-Jun-2025 15:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3381},{\"EffectiveTime\":\"04-Jun-2025 15:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3339},{\"EffectiveTime\":\"04-Jun-2025 15:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3365},{\"EffectiveTime\":\"04-Jun-2025 16:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3222},{\"EffectiveTime\":\"04-Jun-2025 16:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3111},{\"EffectiveTime\":\"04-Jun-2025 16:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3017},{\"EffectiveTime\":\"04-Jun-2025 16:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3057},{\"EffectiveTime\":\"04-Jun-2025 17:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2943},{\"EffectiveTime\":\"04-Jun-2025 17:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":2934},{\"EffectiveTime\":\"04-Jun-2025 17:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3064},{\"EffectiveTime\":\"04-Jun-2025 17:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3178},{\"EffectiveTime\":\"04-Jun-2025 18:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3173},{\"EffectiveTime\":\"04-Jun-2025 18:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3087},{\"EffectiveTime\":\"04-Jun-2025 18:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":3062},{\"EffectiveTime\":\"04-Jun-2025 18:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 19:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 19:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 19:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 19:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 20:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 20:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 20:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 20:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 21:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 21:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 21:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 21:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 22:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 22:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 22:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 22:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 23:00:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 23:15:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 23:30:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null},{\"EffectiveTime\":\"04-Jun-2025 23:45:00\",\"FieldName\":\"GEN_EXP\",\"Region\":\"ROI\",\"Value\":null}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/solarForecast.json",
    "content": "{\"Rows\":[{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":5,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":10,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":15,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":20,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":53,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":87,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":120,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":168,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":220,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":272,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":324,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":376,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":417,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":458,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":499,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":540,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":568,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":597,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":625,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":654,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":666,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":679,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":691,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":704,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":706,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":709,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":711,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":714,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":711,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":708,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":705,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":672,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":669,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":665,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":662,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":659,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":639,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":620,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":600,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":581,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":522,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":462,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":403,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":344,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":318,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":293,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":267,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":242,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":222,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":202,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":182,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":162,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":141,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":121,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":101,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":80,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":67,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":53,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":40,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":26,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":20,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":13,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":7,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:45:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:00:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:15:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:30:00\",\"FieldName\":\"SOLAR_FCAST\"},{\"Value\":0,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:45:00\",\"FieldName\":\"SOLAR_FCAST\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/solarProduction.json",
    "content": "{\"Rows\":[{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":4,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":6,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":11,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":21,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":35,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":63,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":84,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":109,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":136,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":181,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":221,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":267,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":320,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":382,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":434,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":511,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":507,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":537,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":526,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":532,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":536,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":554,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":539,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":607,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":578,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":572,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":586,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":586,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":565,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":616,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":559,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":582,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":533,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":574,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":454,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":511,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":521,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":479,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":475,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":425,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":446,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":457,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":428,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":466,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":467,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":488,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":436,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":507,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":477,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":369,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":308,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":282,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":239,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":186,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":191,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":177,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:00:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:15:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:30:00\",\"FieldName\":\"SOLAR_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:45:00\",\"FieldName\":\"SOLAR_ACTUAL\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/windForecast.json",
    "content": "{\"Rows\":[{\"Value\":1419,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1434,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1449,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1464,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1387,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1405,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1423,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1441,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1459,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1466,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1473,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1479,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1486,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1487,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1488,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1489,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1490,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1476,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1463,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1449,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1435,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1392,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1349,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1306,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1263,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1253,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1244,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1235,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1103,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1134,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1166,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1197,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1229,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1287,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1345,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1403,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1462,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1502,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1542,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1582,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1622,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1647,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1672,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1696,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1721,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1763,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1805,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1847,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1890,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1914,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1938,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1963,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1840,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1856,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1873,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1889,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1906,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1879,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1853,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1827,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1801,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1776,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1752,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1727,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1703,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1673,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1644,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1614,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1585,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1540,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1495,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1451,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1406,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1371,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1336,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1301,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1266,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1217,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1168,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1120,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1071,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1054,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1037,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1019,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1002,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1015,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1028,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1040,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1053,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1067,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1081,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1095,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:45:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1109,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:00:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1097,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:15:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1085,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:30:00\",\"FieldName\":\"WIND_FCAST\"},{\"Value\":1073,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:45:00\",\"FieldName\":\"WIND_FCAST\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/SMARTGRIDDASHBOARD/windProduction.json",
    "content": "{\"Rows\":[{\"Value\":1527,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1508,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1434,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1359,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 00:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1376,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1339,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1305,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1280,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 01:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1282,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1318,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1286,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1292,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 02:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1271,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1270,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1276,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1259,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 03:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1233,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1239,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1241,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1213,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 04:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1210,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1231,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1129,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1139,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 05:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1132,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1087,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1087,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1038,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 06:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1073,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1068,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1021,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":977,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 07:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1015,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1015,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1100,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1155,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 08:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1228,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1297,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1222,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1229,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 09:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1267,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1298,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1377,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1488,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 10:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1440,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1450,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1512,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1625,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 11:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1682,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1701,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1691,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1743,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 12:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1717,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1628,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1773,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1792,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 13:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1861,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1947,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1861,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1966,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 14:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1960,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1946,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1846,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1819,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 15:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1709,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1699,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1651,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1624,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 16:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1603,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1584,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1533,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1508,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 17:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1502,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1497,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1525,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":1447,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 18:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 19:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 20:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 21:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 22:45:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:00:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:15:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:30:00\",\"FieldName\":\"WIND_ACTUAL\"},{\"Value\":null,\"Region\":\"ROI\",\"EffectiveTime\":\"04-Jun-2025 23:45:00\",\"FieldName\":\"WIND_ACTUAL\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/TAIPOWER/genary.json",
    "content": "{\n    \"\": \"2025-05-14 15:30\",\n    \"dataset\": [\n        [\n            \"<A NAME='nuclear'></A><b>NUCLEAR</b>\",\n            \"\",\n            \"NPP3#2\",\n            \"951.0\",\n            \"841.4\",\n            \"88.475%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='nuclear'></A><b>NUCLEAR</b>\",\n            \"\",\n            \"Subtotal\",\n            \"951.0(1.685%)\",\n            \"841.4(2.424%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Linkou#1\",\n            \"800.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Linkou#2\",\n            \"800.0\",\n            \"757.9\",\n            \"94.738%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Linkou#3\",\n            \"800.0\",\n            \"764.8\",\n            \"95.600%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#1\",\n            \"550.0\",\n            \"407.7\",\n            \"74.127%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#2\",\n            \"550.0\",\n            \"430.3\",\n            \"78.236%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#3\",\n            \"550.0\",\n            \"515.6\",\n            \"93.745%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#4\",\n            \"550.0\",\n            \"424.9\",\n            \"77.255%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#5\",\n            \"550.0\",\n            \"523.9\",\n            \"95.255%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#6\",\n            \"550.0\",\n            \"420.7\",\n            \"76.491%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#7\",\n            \"550.0\",\n            \"422.4\",\n            \"76.800%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#8\",\n            \"550.0\",\n            \"428.9\",\n            \"77.982%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#9\",\n            \"550.0\",\n            \"419.8\",\n            \"76.327%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Taichung#10\",\n            \"550.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Xinda#1(Remark XV)\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Xingda#2(Remark XV)\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Xingda#3(Remark XII)\",\n            \"550.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"28\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Xingda#4(Remark XII)\",\n            \"550.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"28\",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Dalin#1\",\n            \"800.0\",\n            \"761.0\",\n            \"95.125%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Dalin#2\",\n            \"800.0\",\n            \"757.9\",\n            \"94.738%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='coal'></A><b>COAL</b>\",\n            \"\",\n            \"Subtotal\",\n            \"10600.0(18.778%)\",\n            \"7035.8(20.266%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='cogen'></A><b>COGEN</b>\",\n            \"\",\n            \"Co-Generation\",\n            \"631.4\",\n            \"1791.3\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='cogen'></A><b>COGEN</b>\",\n            \"\",\n            \"Subtotal\",\n            \"631.4(1.119%)\",\n            \"1791.3(5.160%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ippcoal'></A><b>IPPCOAL</b>\",\n            \"\",\n            \"Hoping#1\",\n            \"648.6\",\n            \"608.1\",\n            \"93.763%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ippcoal'></A><b>IPPCOAL</b>\",\n            \"\",\n            \"Hoping#2\",\n            \"660.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"3\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ippcoal'></A><b>IPPCOAL</b>\",\n            \"\",\n            \"Mailiao#1\",\n            \"600.0\",\n            \"420.1\",\n            \"70.017%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ippcoal'></A><b>IPPCOAL</b>\",\n            \"\",\n            \"Mailiao#3\",\n            \"600.0\",\n            \"573.7\",\n            \"95.617%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ippcoal'></A><b>IPPCOAL</b>\",\n            \"\",\n            \"Subtotal\",\n            \"2508.6(4.444%)\",\n            \"1601.9(4.614%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#1\",\n            \"742.7\",\n            \"0.0\",\n            \"0.000%\",\n            \"16\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#2\",\n            \"742.7\",\n            \"687.9\",\n            \"92.622%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#3\",\n            \"724.7\",\n            \"659.6\",\n            \"91.017%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#4\",\n            \"724.7\",\n            \"677.2\",\n            \"93.446%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#5\",\n            \"724.7\",\n            \"690.3\",\n            \"95.253%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#6\",\n            \"724.7\",\n            \"686.3\",\n            \"94.701%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#7(Remark X)\",\n            \"-\",\n            \"887.8\",\n            \"-\",\n            \"19\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#8\",\n            \"1123.6\",\n            \"1059.9\",\n            \"94.331%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Datan#9(Remark X)\",\n            \"-\",\n            \"537.7\",\n            \"-\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Tongxiao#1\",\n            \"892.6\",\n            \"866.0\",\n            \"97.020%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Tongxiao#2\",\n            \"892.6\",\n            \"870.9\",\n            \"97.569%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Tongxiao#3\",\n            \"892.6\",\n            \"875.9\",\n            \"98.129%\",\n            \"3\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Tongxiao#6\",\n            \"321.2\",\n            \"337.1\",\n            \"104.950%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"TongxiaoGT#9\",\n            \"180.9\",\n            \"0.0\",\n            \"0.000%\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda New CC#1(Remark X)\",\n            \"-\",\n            \"0.7\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda CC#1\",\n            \"445.2\",\n            \"429.9\",\n            \"96.566%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda CC#2\",\n            \"445.2\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda CC#3\",\n            \"445.2\",\n            \"392.0\",\n            \"88.052%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda CC#4\",\n            \"445.2\",\n            \"333.0\",\n            \"74.800%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Xingda CC#5\",\n            \"445.2\",\n            \"431.8\",\n            \"96.992%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Nanbu#1\",\n            \"288.8\",\n            \"274.6\",\n            \"95.083%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Nanbu#2\",\n            \"288.8\",\n            \"83.9\",\n            \"29.051%\",\n            \"16\",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Nanbu#3\",\n            \"288.8\",\n            \"296.7\",\n            \"102.735%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Nanbu#4\",\n            \"251.4\",\n            \"230.3\",\n            \"91.607%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Dalin#5\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Dalin#6\",\n            \"550.0\",\n            \"223.3\",\n            \"40.600%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='lng'></A><b>LNG</b>\",\n            \"\",\n            \"Subtotal\",\n            \"12581.4(22.288%)\",\n            \"11532.8(33.220%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Haihu#1\",\n            \"450.0\",\n            \"442.6\",\n            \"98.356%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Haihu#2\",\n            \"450.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"6\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Hsintao#1\",\n            \"630.0\",\n            \"637.6\",\n            \"101.206%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Guoguang#1\",\n            \"480.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"6\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Xingzhang#1\",\n            \"506.9\",\n            \"174.4\",\n            \"34.408%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Xingyuan#1\",\n            \"549.1\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Jiahui#1\",\n            \"700.0\",\n            \"689.0\",\n            \"98.429%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Jiahui#2\",\n            \"510.0\",\n            \"447.4\",\n            \"87.725%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Fongde#1\",\n            \"506.9\",\n            \"478.3\",\n            \"94.366%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Fongde#2\",\n            \"506.9\",\n            \"0.0\",\n            \"0.000%\",\n            \"6\",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Fongde#3(Remark X)\",\n            \"-\",\n            \"953.6\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='ipplng'></A><b>IPPLNG</b>\",\n            \"\",\n            \"Subtotal\",\n            \"5289.7(9.371%)\",\n            \"3822.9(11.012%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='oil'></A><b>OIL</b>\",\n            \"\",\n            \"Xiehe#3\",\n            \"500.0\",\n            \"138.3\",\n            \"27.660%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='oil'></A><b>OIL</b>\",\n            \"\",\n            \"Xiehe#4\",\n            \"500.0\",\n            \"142.1\",\n            \"28.420%\",\n            \"4\",\n            \"\"\n        ],\n        [\n            \"<A NAME='oil'></A><b>OIL</b>\",\n            \"\",\n            \"Penghu-Jianshan(Remark IV)\",\n            \"129.8\",\n            \"44.0\",\n            \"33.898%\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='oil'></A><b>OIL</b>\",\n            \"\",\n            \"Subtotal\",\n            \"1129.8(2.001%)\",\n            \"324.4(0.934%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"NPP2 Gas1\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"NPP2 Gas2\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"NPP3 Gas1\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"NPP3 Gas2\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Taichung Gas1&amp;2\",\n            \"140.0\",\n            \"58.5\",\n            \"41.786%\",\n            \"31\",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Taichung Gas3&amp;4\",\n            \"140.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Kinmen-Tashan(Remark IV)\",\n            \"113.3\",\n            \"28.8\",\n            \"25.421%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Masu-Zhushan(Remark IV)\",\n            \"28.6\",\n            \"8.1\",\n            \"28.282%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Other outlying Islands(Remark IV)\",\n            \"40.2\",\n            \"N/A\",\n            \"N/A\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='diesel'></A><b>DIESEL</b>\",\n            \"\",\n            \"Subtotal(Remark V)\",\n            \"462.2(0.819%)\",\n            \"95.4(0.275%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Deji#1\",\n            \"78.0\",\n            \"33.0\",\n            \"42.308%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Deji#2\",\n            \"78.0\",\n            \"32.3\",\n            \"41.410%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Deji#3\",\n            \"78.0\",\n            \"32.7\",\n            \"41.923%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Qingshan#1\",\n            \"92.0\",\n            \"44.7\",\n            \"48.587%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Qingshan#2\",\n            \"92.0\",\n            \"44.5\",\n            \"48.370%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Qingshan#3\",\n            \"92.0\",\n            \"43.9\",\n            \"47.717%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Qingshan#4\",\n            \"92.0\",\n            \"43.2\",\n            \"46.957%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Guguan#1\",\n            \"54.4\",\n            \"42.5\",\n            \"78.053%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Guguan#2\",\n            \"54.4\",\n            \"41.6\",\n            \"76.400%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Guguan#3\",\n            \"54.4\",\n            \"41.6\",\n            \"76.400%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Guguan#4\",\n            \"54.4\",\n            \"41.0\",\n            \"75.298%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Tienlun#1\",\n            \"22.5\",\n            \"20.8\",\n            \"92.444%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Tienlun#2\",\n            \"22.5\",\n            \"20.6\",\n            \"91.556%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Tienlun#3\",\n            \"22.5\",\n            \"21.5\",\n            \"95.556%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Tienlun#4\",\n            \"22.5\",\n            \"18.8\",\n            \"83.556%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Tienlun#5\",\n            \"105.0\",\n            \"101.6\",\n            \"96.762%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Ma-an#1\",\n            \"66.7\",\n            \"65.6\",\n            \"98.292%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Ma-an#2\",\n            \"66.7\",\n            \"63.0\",\n            \"94.396%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Zhuolan#1\",\n            \"40.0\",\n            \"42.3\",\n            \"105.750%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Zhuolan#2\",\n            \"40.0\",\n            \"41.7\",\n            \"104.250%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Wanda#1\",\n            \"10.4\",\n            \"10.0\",\n            \"96.618%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Wanda#2\",\n            \"10.4\",\n            \"10.0\",\n            \"96.618%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Wanda#3\",\n            \"15.3\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Wanda#4\",\n            \"19.7\",\n            \"0.0\",\n            \"0.000%\",\n            \"2\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Songlin#1&amp;2\",\n            \"20.9\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Daguan1#1\",\n            \"22.0\",\n            \"4.9\",\n            \"22.273%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Daguan1#2\",\n            \"22.0\",\n            \"5.0\",\n            \"22.727%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Daguan1#3\",\n            \"22.0\",\n            \"5.5\",\n            \"25.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Daguan1#4\",\n            \"22.0\",\n            \"5.0\",\n            \"22.727%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Daguan1#5\",\n            \"22.0\",\n            \"4.7\",\n            \"21.364%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Jugong#1\",\n            \"21.8\",\n            \"3.9\",\n            \"17.931%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Jugong#2\",\n            \"21.8\",\n            \"5.9\",\n            \"27.126%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Shuili#1\",\n            \"12.8\",\n            \"2.5\",\n            \"19.608%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Liwu#1&amp;#2\",\n            \"32.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"2\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Longjian#1\",\n            \"48.6\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Longjian#2\",\n            \"48.6\",\n            \"10.3\",\n            \"21.193%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Bihai\",\n            \"61.2\",\n            \"10.2\",\n            \"16.667%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Wulai&amp;Gueishan&amp;Cukeng\",\n            \"40.5\",\n            \"34.5\",\n            \"85.185%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Small hydro in the northern region(Remark VI)\",\n            \"31.1\",\n            \"22.4\",\n            \"71.978%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Small hydro in the central region(Remark VI)\",\n            \"31.3\",\n            \"17.8\",\n            \"56.878%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Small hydro in the southern region(Remark VI)\",\n            \"7.2\",\n            \"2.6\",\n            \"36.262%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Small hydro in the eastern region(Remark VI)\",\n            \"54.6\",\n            \"33.8\",\n            \"61.905%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Feicuei#1\",\n            \"70.0\",\n            \"61.4\",\n            \"87.714%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Shihmen#1\",\n            \"45.0\",\n            \"25.1\",\n            \"55.778%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Shihmen#2\",\n            \"45.0\",\n            \"30.2\",\n            \"67.111%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Zengwun#1\",\n            \"50.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"2\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Yising#1\",\n            \"40.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"2\",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Mingjian\",\n            \"16.7\",\n            \"8.0\",\n            \"47.904%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Jiananxikou&amp;Wushantou&amp;Batian\",\n            \"22.5\",\n            \"6.3\",\n            \"28.042%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Beinan\",\n            \"2.0\",\n            \"1.0\",\n            \"50.505%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"GuanShan\",\n            \"1.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Remaining Small Hydropower Purchases\",\n            \"5.5\",\n            \"N/A\",\n            \"N/A\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='hydro'></A><b>HYDRO</b>\",\n            \"\",\n            \"Subtotal\",\n            \"2123.9(3.762%)\",\n            \"1157.9(3.335%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Guanyuan\",\n            \"30.0\",\n            \"2.5\",\n            \"8.333%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Taichung Harbor\",\n            \"35.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Wanggong\",\n            \"23.0\",\n            \"2.4\",\n            \"10.435%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Zhanggong\",\n            \"86.2\",\n            \"6.3\",\n            \"7.309%\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Yunmai\",\n            \"46.0\",\n            \"2.6\",\n            \"5.652%\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Sihhu\",\n            \"28.0\",\n            \"3.3\",\n            \"11.786%\",\n            \"17\",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind TPC(Remark XIII)\",\n            \"Remaining Wind TPC\",\n            \"91.0\",\n            \"2.9\",\n            \"3.185%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"Miaoli-Dapong\",\n            \"42.0\",\n            \"1.0\",\n            \"2.381%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"Luwei-Zhangbin\",\n            \"55.2\",\n            \"4.2\",\n            \"7.609%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"Guanwei-Guanyin&amp;Taowei-Xinwu\",\n            \"48.3\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"Zhongwei Da-an\",\n            \"75.9\",\n            \"6.2\",\n            \"8.169%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"ChuangWei Wind\",\n            \"49.2\",\n            \"4.0\",\n            \"8.130%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"wpd,SinYuan-Lunbei\",\n            \"25.2\",\n            \"4.7\",\n            \"18.651%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Onshore Wind Purchases(Remark XIII)\",\n            \"Remaining Wind Purchases\",\n            \"178.4\",\n            \"4.3\",\n            \"2.410%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind TPC(Remark XIII)\",\n            \"Offshore Wind Generation Project Phase I\",\n            \"109.2\",\n            \"11.5\",\n            \"10.531%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"Formosa 1 Offshore Wind Farm,HaiYang Zhunan\",\n            \"128.0\",\n            \"5.0\",\n            \"3.906%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"Formosa 2 Offshore Wind Farm,HaiNeng Wind\",\n            \"376.0\",\n            \"16.2\",\n            \"4.309%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"Orsted Greater Changhua-southeast,WoYi Wind\",\n            \"605.2\",\n            \"11.2\",\n            \"1.851%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"Orsted Greater Changhua-southwest,WoEr Wind\",\n            \"294.8\",\n            \"0.6\",\n            \"0.190%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"CHANGFANG-XIDAO OFFSHORE WIND FARMS I,FangYi Wind\",\n            \"96.0\",\n            \"6.4\",\n            \"6.708%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"Changfang - phase II Offshore Wind Farm,FangEr Wind\",\n            \"451.2\",\n            \"25.5\",\n            \"5.652%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"OWF Yunlin,YunHu(Remark X)\",\n            \"-\",\n            \"9.8\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"OWF Yunlin,YunSi(Remark X)\",\n            \"-\",\n            \"27.7\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"Offshore Wind Purchases(Remark XIII)\",\n            \"ZHONGNENG OFFSHORE WIND FARM(Remark X)\",\n            \"-\",\n            \"23.6\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='wind'></A><b>WIND</b>\",\n            \"\",\n            \"Subtotal\",\n            \"2873.8(5.091%)\",\n            \"181.9(0.524%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR TPC(Remark XIII)\",\n            \"Jhangbin Solar Power\",\n            \"100.0\",\n            \"50.260\",\n            \"50.261%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR TPC(Remark XIII)\",\n            \"Tainan Salt Field Solar\",\n            \"150.0\",\n            \"72.735\",\n            \"48.490%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR TPC(Remark XIII)\",\n            \"Remaining Solar TPC\",\n            \"24.3\",\n            \"5.539\",\n            \"22.794%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"Lunwei Solar Power\",\n            \"-\",\n            \"113.680\",\n            \"-\",\n            \"43\",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"TianChon PV\",\n            \"-\",\n            \"117.600\",\n            \"-\",\n            \"43\",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"TianPeng PV\",\n            \"80.0\",\n            \"39.760\",\n            \"49.712%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"Pau Shing PV(Remark X)\",\n            \"-\",\n            \"27.720\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"URECO/HuahSuan Green Energy/HEXA Renewables Taiwan,LianHua Solar\",\n            \"-\",\n            \"95.328\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"SunnyRichPower,SianYang PV(Remark X)\",\n            \"-\",\n            \"83.017\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"SingWeiPV(Remark X)\",\n            \"-\",\n            \"38.080\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"Shuo Li PV(Remark X)\",\n            \"-\",\n            \"141.848\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"TianYing Solar(Remark X)\",\n            \"-\",\n            \"66.640\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"JhihGuang Solar(Remark X)\",\n            \"-\",\n            \"44.240\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"YongYao Solar Power Plant(Remark X)\",\n            \"-\",\n            \"21.504\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"GreenPeak Renewables,Yu Chang Solar(Remark X)\",\n            \"-\",\n            \"11.550\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"ASTER RENEWABLE ENERGY, SinLun Solar(Remark X)\",\n            \"-\",\n            \"56.280\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"ARK Solar Energy Corp.,Sin He Solar(Remark X)\",\n            \"-\",\n            \"54.040\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"StarShiningEnergy,ShengLi PV(Remark X)\",\n            \"-\",\n            \"20.440\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"Ting Jie Electric Power,TingHe Solar(Remark X)\",\n            \"-\",\n            \"25.480\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"STAR Energy,SingGu Solar(Remark X)\",\n            \"-\",\n            \"20.720\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"SOLAR Purchases(Remark XIII)\",\n            \"Remaining Solar Purchases\",\n            \"13699.4\",\n            \"5669.528\",\n            \"41.385%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='solar'></A><b>SOLAR</b>\",\n            \"\",\n            \"Subtotal\",\n            \"14053.7(24.896%)\",\n            \"6776.0(19.518%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='OtherRenewableEnergy'></A><b>OTHERRENEWABLEENERGY</b>\",\n            \"\",\n            \"TPC Geothermal\",\n            \"0.8\",\n            \"0.3\",\n            \"35.714%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='OtherRenewableEnergy'></A><b>OTHERRENEWABLEENERGY</b>\",\n            \"\",\n            \"Geothermal Purchases\",\n            \"6.4\",\n            \"2.0\",\n            \"31.013%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='OtherRenewableEnergy'></A><b>OTHERRENEWABLEENERGY</b>\",\n            \"\",\n            \"Biofuel\",\n            \"60.7\",\n            \"31.9\",\n            \"52.588%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='OtherRenewableEnergy'></A><b>OTHERRENEWABLEENERGY</b>\",\n            \"\",\n            \"Subtotal\",\n            \"67.9(0.120%)\",\n            \"34.2(0.099%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#1\",\n            \"250.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#2\",\n            \"250.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#3\",\n            \"250.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#4\",\n            \"250.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#1\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#2\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#3\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#4\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#5\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#6\",\n            \"267.0\",\n            \"0.0\",\n            \"0.000%\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"Battery\",\n            \"Battery(Remark XVI)\",\n            \"573.3\",\n            \"0.0\",\n            \"0.000%\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystem'></A><b>ENERGYSTORAGESYSTEM</b>\",\n            \"\",\n            \"Subtotal\",\n            \"3175.3(5.625%)\",\n            \"0.0(0.000%)\",\n            \"\",\n            \"\",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#1\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#2\",\n            \"-\",\n            \"-238.4\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#3\",\n            \"-\",\n            \"-235.6\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"DaGuan2#4\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#1\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#2\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#3\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#4\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#5\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \" \",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Pumped Hydro\",\n            \"Mingtan#6\",\n            \"-\",\n            \"0.0\",\n            \"-\",\n            \"1\",\n            \"\"\n        ],\n        [\n            \"<A NAME='EnergyStorageSystemLoad'></A><b>ENERGYSTORAGESYSTEMLOAD</b>\",\n            \"Battery\",\n            \"Battery(Remark XVI)\",\n            \"-\",\n            \"-5.2\",\n            \"-\",\n            \" \",\n            \"\"\n        ]\n    ],\n    \"SubUnitSet\": []\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/TR/raw_production_response.json",
    "content": "{\n  \"items\": [\n    {\n      \"date\": \"2025-07-28T00:00:00+03:00\",\n      \"hour\": \"00:00\",\n      \"total\": 45844.22,\n      \"naturalGas\": 16407.06,\n      \"dammedHydro\": 10172.79,\n      \"lignite\": 4247.32,\n      \"river\": 1306.42,\n      \"importCoal\": 10071.9,\n      \"wind\": 689.05,\n      \"sun\": 0.01,\n      \"fueloil\": 93.95,\n      \"geothermal\": 1078.11,\n      \"asphaltiteCoal\": 187.67,\n      \"blackCoal\": 600.67,\n      \"biomass\": 891.87,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 97.4\n    },\n    {\n      \"date\": \"2025-07-28T01:00:00+03:00\",\n      \"hour\": \"01:00\",\n      \"total\": 43790.59,\n      \"naturalGas\": 16380.9,\n      \"dammedHydro\": 8252.9,\n      \"lignite\": 4176.02,\n      \"river\": 1332.77,\n      \"importCoal\": 10079.65,\n      \"wind\": 616.6,\n      \"sun\": 0.01,\n      \"fueloil\": 93.75,\n      \"geothermal\": 1094.75,\n      \"asphaltiteCoal\": 185.46,\n      \"blackCoal\": 593.97,\n      \"biomass\": 885.66,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 98.15\n    },\n    {\n      \"date\": \"2025-07-28T02:00:00+03:00\",\n      \"hour\": \"02:00\",\n      \"total\": 41953.92,\n      \"naturalGas\": 16634.73,\n      \"dammedHydro\": 6127.76,\n      \"lignite\": 4202.73,\n      \"river\": 1317.82,\n      \"importCoal\": 10075.45,\n      \"wind\": 629.53,\n      \"sun\": 0.01,\n      \"fueloil\": 90.75,\n      \"geothermal\": 1114.73,\n      \"asphaltiteCoal\": 185.46,\n      \"blackCoal\": 598.83,\n      \"biomass\": 878.79,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 97.33\n    },\n    {\n      \"date\": \"2025-07-28T03:00:00+03:00\",\n      \"hour\": \"03:00\",\n      \"total\": 40719.65,\n      \"naturalGas\": 16612.92,\n      \"dammedHydro\": 4948.45,\n      \"lignite\": 4217.87,\n      \"river\": 1269.48,\n      \"importCoal\": 10096.19,\n      \"wind\": 580.13,\n      \"sun\": 0.01,\n      \"fueloil\": 88.75,\n      \"geothermal\": 1124.57,\n      \"asphaltiteCoal\": 189.88,\n      \"blackCoal\": 607.23,\n      \"biomass\": 885.39,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 98.78\n    },\n    {\n      \"date\": \"2025-07-28T04:00:00+03:00\",\n      \"hour\": \"04:00\",\n      \"total\": 39832.56,\n      \"naturalGas\": 16509.65,\n      \"dammedHydro\": 4218.38,\n      \"lignite\": 4297.46,\n      \"river\": 1094.34,\n      \"importCoal\": 10090.14,\n      \"wind\": 606.15,\n      \"sun\": 0.01,\n      \"fueloil\": 89.05,\n      \"geothermal\": 1148.29,\n      \"asphaltiteCoal\": 187.67,\n      \"blackCoal\": 602.15,\n      \"biomass\": 887.61,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 101.66\n    },\n    {\n      \"date\": \"2025-07-28T05:00:00+03:00\",\n      \"hour\": \"05:00\",\n      \"total\": 38498.95,\n      \"naturalGas\": 16147.88,\n      \"dammedHydro\": 3397.28,\n      \"lignite\": 4340.45,\n      \"river\": 981.68,\n      \"importCoal\": 10092.87,\n      \"wind\": 531.5,\n      \"sun\": 2.51,\n      \"fueloil\": 92.05,\n      \"geothermal\": 1161.82,\n      \"asphaltiteCoal\": 189.88,\n      \"blackCoal\": 579.08,\n      \"biomass\": 885.41,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 96.54\n    },\n    {\n      \"date\": \"2025-07-28T06:00:00+03:00\",\n      \"hour\": \"06:00\",\n      \"total\": 37398.8,\n      \"naturalGas\": 15747.7,\n      \"dammedHydro\": 2405.73,\n      \"lignite\": 4368.19,\n      \"river\": 988.18,\n      \"importCoal\": 10095.01,\n      \"wind\": 544.84,\n      \"sun\": 242.4,\n      \"fueloil\": 94.46,\n      \"geothermal\": 1162.27,\n      \"asphaltiteCoal\": 192.09,\n      \"blackCoal\": 585.06,\n      \"biomass\": 874.08,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 98.79\n    },\n    {\n      \"date\": \"2025-07-28T07:00:00+03:00\",\n      \"hour\": \"07:00\",\n      \"total\": 35972.13,\n      \"naturalGas\": 15137.64,\n      \"dammedHydro\": 2372.87,\n      \"lignite\": 4151.53,\n      \"river\": 1046.61,\n      \"importCoal\": 8731.95,\n      \"wind\": 662.94,\n      \"sun\": 1119.42,\n      \"fueloil\": 91.75,\n      \"geothermal\": 994.27,\n      \"asphaltiteCoal\": 192.09,\n      \"blackCoal\": 591.46,\n      \"biomass\": 782.14,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 97.46\n    },\n    {\n      \"date\": \"2025-07-28T08:00:00+03:00\",\n      \"hour\": \"08:00\",\n      \"total\": 38960.03,\n      \"naturalGas\": 15493.45,\n      \"dammedHydro\": 5338.47,\n      \"lignite\": 3465.11,\n      \"river\": 1128.92,\n      \"importCoal\": 8728.74,\n      \"wind\": 610.03,\n      \"sun\": 1704.16,\n      \"fueloil\": 42.94,\n      \"geothermal\": 896.28,\n      \"asphaltiteCoal\": 194.29,\n      \"blackCoal\": 586.5,\n      \"biomass\": 676.7,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 94.44\n    },\n    {\n      \"date\": \"2025-07-28T09:00:00+03:00\",\n      \"hour\": \"09:00\",\n      \"total\": 37797.88,\n      \"naturalGas\": 15111.99,\n      \"dammedHydro\": 6422.54,\n      \"lignite\": 2925.93,\n      \"river\": 1114.19,\n      \"importCoal\": 7228.46,\n      \"wind\": 531,\n      \"sun\": 2121.44,\n      \"fueloil\": 1.74,\n      \"geothermal\": 835.9,\n      \"asphaltiteCoal\": 223,\n      \"blackCoal\": 581.33,\n      \"biomass\": 609.08,\n      \"naphta\": 0,\n      \"lng\": 0,\n      \"importExport\": 0,\n      \"wasteheat\": 91.28\n    }\n  ],\n  \"page\": {\n    \"number\": 1,\n    \"size\": 24,\n    \"total\": 10,\n    \"sort\": {\n      \"field\": \"date\",\n      \"direction\": \"ASC\"\n    }\n  },\n  \"totals\": {\n    \"fueloilTotal\": 779.19,\n    \"gasOilTotal\": null,\n    \"blackCoalTotal\": 5926.28,\n    \"ligniteTotal\": 40392.61,\n    \"geothermalTotal\": 10610.99,\n    \"naturalGasTotal\": 160183.92,\n    \"riverTotal\": 11580.41,\n    \"dammedHydroTotal\": 53657.17,\n    \"lngTotal\": 0,\n    \"biomassTotal\": 8256.73,\n    \"naphtaTotal\": 0,\n    \"importCoalTotal\": 95290.36,\n    \"asphaltiteCoalTotal\": 1927.49,\n    \"windTotal\": 6001.77,\n    \"nuclearTotal\": null,\n    \"sunTotal\": 5189.98,\n    \"importExportTotal\": 0,\n    \"wasteheatTotal\": 971.83,\n    \"totalTotal\": 400768.73\n  }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_ERCOT/load_forecast_by_forecast_zone.json",
    "content": "{\n    \"ListDocsByRptTypeRes\": {\n        \"DocumentList\": [\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10563\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.123000586.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085273815\",\n                    \"PublishDate\": \"2025-03-13T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12233\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.123000495.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085273566\",\n                    \"PublishDate\": \"2025-03-13T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10510\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.113000617.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085262862\",\n                    \"PublishDate\": \"2025-03-13T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12155\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.113000537.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085262673\",\n                    \"PublishDate\": \"2025-03-13T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.103000465.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085252145\",\n                    \"PublishDate\": \"2025-03-13T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12249\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.103000389.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085252331\",\n                    \"PublishDate\": \"2025-03-13T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10571\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.093000657.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085235910\",\n                    \"PublishDate\": \"2025-03-13T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12240\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.093000558.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085235907\",\n                    \"PublishDate\": \"2025-03-13T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.083000759.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085221343\",\n                    \"PublishDate\": \"2025-03-13T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12217\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.083000644.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085221341\",\n                    \"PublishDate\": \"2025-03-13T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10537\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.073000659.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085207089\",\n                    \"PublishDate\": \"2025-03-13T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12170\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.073000535.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085207520\",\n                    \"PublishDate\": \"2025-03-13T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10574\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.063000664.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085196326\",\n                    \"PublishDate\": \"2025-03-13T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12212\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.063000516.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085196325\",\n                    \"PublishDate\": \"2025-03-13T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.053000619.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085181594\",\n                    \"PublishDate\": \"2025-03-13T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12230\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.053000514.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085181434\",\n                    \"PublishDate\": \"2025-03-13T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10550\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.043000530.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085168408\",\n                    \"PublishDate\": \"2025-03-13T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12191\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.043000407.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085168407\",\n                    \"PublishDate\": \"2025-03-13T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10551\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.033000645.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085157918\",\n                    \"PublishDate\": \"2025-03-13T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12137\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.033000542.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085157915\",\n                    \"PublishDate\": \"2025-03-13T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10549\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.023000670.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085147761\",\n                    \"PublishDate\": \"2025-03-13T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12193\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.023000514.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085147756\",\n                    \"PublishDate\": \"2025-03-13T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10487\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.013000419.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085136897\",\n                    \"PublishDate\": \"2025-03-13T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12101\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.013000334.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085136896\",\n                    \"PublishDate\": \"2025-03-13T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.003001100.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085126607\",\n                    \"PublishDate\": \"2025-03-13T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12201\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250313.003000757.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085126602\",\n                    \"PublishDate\": \"2025-03-13T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10591\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.233000663.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085116107\",\n                    \"PublishDate\": \"2025-03-12T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12213\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.233000503.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085116103\",\n                    \"PublishDate\": \"2025-03-12T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10547\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.223000857.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085106028\",\n                    \"PublishDate\": \"2025-03-12T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12140\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.223000751.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085106152\",\n                    \"PublishDate\": \"2025-03-12T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10588\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.213000678.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085094447\",\n                    \"PublishDate\": \"2025-03-12T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12210\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.213000607.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085094444\",\n                    \"PublishDate\": \"2025-03-12T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10580\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.203000642.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085084302\",\n                    \"PublishDate\": \"2025-03-12T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12157\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.203000561.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085084298\",\n                    \"PublishDate\": \"2025-03-12T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.193000642.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085074118\",\n                    \"PublishDate\": \"2025-03-12T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12211\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.193000481.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085074113\",\n                    \"PublishDate\": \"2025-03-12T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10562\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.183000679.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085062956\",\n                    \"PublishDate\": \"2025-03-12T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12180\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.183000580.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085063122\",\n                    \"PublishDate\": \"2025-03-12T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10572\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.173000595.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085051487\",\n                    \"PublishDate\": \"2025-03-12T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12217\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.173000520.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085051481\",\n                    \"PublishDate\": \"2025-03-12T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10570\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.163000513.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085040769\",\n                    \"PublishDate\": \"2025-03-12T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12201\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.163000445.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085040766\",\n                    \"PublishDate\": \"2025-03-12T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10552\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.153000614.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085030531\",\n                    \"PublishDate\": \"2025-03-12T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12143\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.153000504.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085030527\",\n                    \"PublishDate\": \"2025-03-12T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10622\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.143000598.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085018216\",\n                    \"PublishDate\": \"2025-03-12T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12223\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.143000505.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085018210\",\n                    \"PublishDate\": \"2025-03-12T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10559\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.133000671.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1085005678\",\n                    \"PublishDate\": \"2025-03-12T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12148\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.133000515.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1085005772\",\n                    \"PublishDate\": \"2025-03-12T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.123000525.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084994617\",\n                    \"PublishDate\": \"2025-03-12T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12234\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.123000460.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084994615\",\n                    \"PublishDate\": \"2025-03-12T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10565\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.113000841.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084984415\",\n                    \"PublishDate\": \"2025-03-12T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.113000686.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084984414\",\n                    \"PublishDate\": \"2025-03-12T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10583\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.103000757.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084973263\",\n                    \"PublishDate\": \"2025-03-12T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12204\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.103000683.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084973260\",\n                    \"PublishDate\": \"2025-03-12T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10567\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.093000782.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084956172\",\n                    \"PublishDate\": \"2025-03-12T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12171\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.093000703.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084956170\",\n                    \"PublishDate\": \"2025-03-12T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10520\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.083000746.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084941511\",\n                    \"PublishDate\": \"2025-03-12T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12175\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.083000648.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084941510\",\n                    \"PublishDate\": \"2025-03-12T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10626\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.073000573.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084928220\",\n                    \"PublishDate\": \"2025-03-12T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12234\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.073000492.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084928219\",\n                    \"PublishDate\": \"2025-03-12T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10551\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.063000589.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084916524\",\n                    \"PublishDate\": \"2025-03-12T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12201\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.063000507.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084916790\",\n                    \"PublishDate\": \"2025-03-12T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10533\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.053000572.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084902850\",\n                    \"PublishDate\": \"2025-03-12T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12146\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.053000498.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084902848\",\n                    \"PublishDate\": \"2025-03-12T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10537\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.043000494.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084890271\",\n                    \"PublishDate\": \"2025-03-12T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12175\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.043000451.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084890270\",\n                    \"PublishDate\": \"2025-03-12T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10537\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.033000606.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084880080\",\n                    \"PublishDate\": \"2025-03-12T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12182\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.033000527.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084880078\",\n                    \"PublishDate\": \"2025-03-12T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10487\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.023000640.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084869537\",\n                    \"PublishDate\": \"2025-03-12T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12110\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.023000546.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084869424\",\n                    \"PublishDate\": \"2025-03-12T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.013000698.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084859443\",\n                    \"PublishDate\": \"2025-03-12T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12236\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.013000545.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084859441\",\n                    \"PublishDate\": \"2025-03-12T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10588\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.003000745.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084848786\",\n                    \"PublishDate\": \"2025-03-12T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12212\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250312.003000594.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084848782\",\n                    \"PublishDate\": \"2025-03-12T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10560\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.233001710.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084838456\",\n                    \"PublishDate\": \"2025-03-11T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12226\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.233000797.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084838300\",\n                    \"PublishDate\": \"2025-03-11T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10547\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.223001034.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084827953\",\n                    \"PublishDate\": \"2025-03-11T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12161\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.223000888.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084828208\",\n                    \"PublishDate\": \"2025-03-11T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10562\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.213000615.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084816738\",\n                    \"PublishDate\": \"2025-03-11T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.213000523.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084816735\",\n                    \"PublishDate\": \"2025-03-11T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10558\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.203000726.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084806695\",\n                    \"PublishDate\": \"2025-03-11T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12167\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.203000655.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084806495\",\n                    \"PublishDate\": \"2025-03-11T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10532\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.193000394.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084795345\",\n                    \"PublishDate\": \"2025-03-11T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12182\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.193000321.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084795154\",\n                    \"PublishDate\": \"2025-03-11T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10530\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.183000828.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084784487\",\n                    \"PublishDate\": \"2025-03-11T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12124\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.183000750.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084784191\",\n                    \"PublishDate\": \"2025-03-11T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10544\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.173000826.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084774132\",\n                    \"PublishDate\": \"2025-03-11T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12184\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.173000750.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084774129\",\n                    \"PublishDate\": \"2025-03-11T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10531\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.163000667.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084761536\",\n                    \"PublishDate\": \"2025-03-11T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12147\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.163000586.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084761534\",\n                    \"PublishDate\": \"2025-03-11T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10538\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.153000692.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084750617\",\n                    \"PublishDate\": \"2025-03-11T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12168\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.153000533.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084750614\",\n                    \"PublishDate\": \"2025-03-11T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10528\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.143000543.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084739743\",\n                    \"PublishDate\": \"2025-03-11T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12158\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.143000427.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084740031\",\n                    \"PublishDate\": \"2025-03-11T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10461\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.133000659.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084726945\",\n                    \"PublishDate\": \"2025-03-11T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12087\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.133000558.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084727648\",\n                    \"PublishDate\": \"2025-03-11T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10500\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.123000628.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084715747\",\n                    \"PublishDate\": \"2025-03-11T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12143\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.123000535.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084714216\",\n                    \"PublishDate\": \"2025-03-11T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10536\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.113000774.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084705401\",\n                    \"PublishDate\": \"2025-03-11T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12140\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.113000677.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084705454\",\n                    \"PublishDate\": \"2025-03-11T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10569\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.103000934.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084694538\",\n                    \"PublishDate\": \"2025-03-11T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.103000822.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084694536\",\n                    \"PublishDate\": \"2025-03-11T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10571\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.093000638.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084675906\",\n                    \"PublishDate\": \"2025-03-11T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12179\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.093000562.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084675995\",\n                    \"PublishDate\": \"2025-03-11T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10531\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.083000727.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084661506\",\n                    \"PublishDate\": \"2025-03-11T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12179\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.083000618.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084661502\",\n                    \"PublishDate\": \"2025-03-11T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10548\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.073000752.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084648248\",\n                    \"PublishDate\": \"2025-03-11T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12147\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.073000663.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084648246\",\n                    \"PublishDate\": \"2025-03-11T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10522\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.063000583.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084636576\",\n                    \"PublishDate\": \"2025-03-11T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12157\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.063000515.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084636574\",\n                    \"PublishDate\": \"2025-03-11T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10525\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.053000763.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084621897\",\n                    \"PublishDate\": \"2025-03-11T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12144\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.053000699.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084621894\",\n                    \"PublishDate\": \"2025-03-11T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10540\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.043000707.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084608745\",\n                    \"PublishDate\": \"2025-03-11T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12165\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.043000640.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084608743\",\n                    \"PublishDate\": \"2025-03-11T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10574\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.033000619.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084598410\",\n                    \"PublishDate\": \"2025-03-11T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12227\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.033000545.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084598407\",\n                    \"PublishDate\": \"2025-03-11T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10509\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.023000743.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084586633\",\n                    \"PublishDate\": \"2025-03-11T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12128\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.023000688.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084586631\",\n                    \"PublishDate\": \"2025-03-11T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10531\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.013000522.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084576431\",\n                    \"PublishDate\": \"2025-03-11T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12196\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.013000470.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084576429\",\n                    \"PublishDate\": \"2025-03-11T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10622\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.003000782.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084565216\",\n                    \"PublishDate\": \"2025-03-11T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12261\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250311.003000620.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084565210\",\n                    \"PublishDate\": \"2025-03-11T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10541\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.233000898.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084552995\",\n                    \"PublishDate\": \"2025-03-10T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12194\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.233000802.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084552993\",\n                    \"PublishDate\": \"2025-03-10T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.223001491.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084542676\",\n                    \"PublishDate\": \"2025-03-10T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12245\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.223001002.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084542672\",\n                    \"PublishDate\": \"2025-03-10T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10571\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.213000615.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084531268\",\n                    \"PublishDate\": \"2025-03-10T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12212\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.213000505.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084531264\",\n                    \"PublishDate\": \"2025-03-10T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10624\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.203000724.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084518751\",\n                    \"PublishDate\": \"2025-03-10T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12247\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.203000619.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084518748\",\n                    \"PublishDate\": \"2025-03-10T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10638\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.193000558.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084508321\",\n                    \"PublishDate\": \"2025-03-10T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12255\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.193000488.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084508318\",\n                    \"PublishDate\": \"2025-03-10T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.183000614.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084497305\",\n                    \"PublishDate\": \"2025-03-10T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12266\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.183000506.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084497148\",\n                    \"PublishDate\": \"2025-03-10T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10579\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.173000605.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084485422\",\n                    \"PublishDate\": \"2025-03-10T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12218\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.173000515.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084485418\",\n                    \"PublishDate\": \"2025-03-10T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10582\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.163000679.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084474672\",\n                    \"PublishDate\": \"2025-03-10T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12188\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.163000586.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084474828\",\n                    \"PublishDate\": \"2025-03-10T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10558\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.153000566.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084463630\",\n                    \"PublishDate\": \"2025-03-10T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12154\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.153000476.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084464594\",\n                    \"PublishDate\": \"2025-03-10T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10555\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.143000675.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084451337\",\n                    \"PublishDate\": \"2025-03-10T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12211\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.143000562.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084451335\",\n                    \"PublishDate\": \"2025-03-10T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10576\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.133000562.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084439013\",\n                    \"PublishDate\": \"2025-03-10T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12196\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.133000485.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084438750\",\n                    \"PublishDate\": \"2025-03-10T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10570\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.123000603.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084427653\",\n                    \"PublishDate\": \"2025-03-10T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12198\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.123000499.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084427650\",\n                    \"PublishDate\": \"2025-03-10T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10630\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.113000600.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084417345\",\n                    \"PublishDate\": \"2025-03-10T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12213\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.113000514.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084417342\",\n                    \"PublishDate\": \"2025-03-10T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10576\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.103000805.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084405528\",\n                    \"PublishDate\": \"2025-03-10T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12185\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.103000621.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084405525\",\n                    \"PublishDate\": \"2025-03-10T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.093000583.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084384983\",\n                    \"PublishDate\": \"2025-03-10T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12202\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.093000495.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084384903\",\n                    \"PublishDate\": \"2025-03-10T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10576\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.083000758.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084370538\",\n                    \"PublishDate\": \"2025-03-10T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12198\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.083000692.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084370533\",\n                    \"PublishDate\": \"2025-03-10T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10567\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.073000755.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084357213\",\n                    \"PublishDate\": \"2025-03-10T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12178\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.073000685.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084357070\",\n                    \"PublishDate\": \"2025-03-10T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10629\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.063000633.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084345040\",\n                    \"PublishDate\": \"2025-03-10T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12232\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.063000515.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084345309\",\n                    \"PublishDate\": \"2025-03-10T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10576\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.053000578.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084330451\",\n                    \"PublishDate\": \"2025-03-10T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12197\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.053000519.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084330227\",\n                    \"PublishDate\": \"2025-03-10T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10539\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.043000630.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084317151\",\n                    \"PublishDate\": \"2025-03-10T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12173\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.043000553.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084317052\",\n                    \"PublishDate\": \"2025-03-10T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10613\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.033000590.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084306905\",\n                    \"PublishDate\": \"2025-03-10T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12202\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.033000518.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084306900\",\n                    \"PublishDate\": \"2025-03-10T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10557\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.023000647.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084296205\",\n                    \"PublishDate\": \"2025-03-10T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12147\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.023000578.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084296300\",\n                    \"PublishDate\": \"2025-03-10T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10574\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.013000694.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084285716\",\n                    \"PublishDate\": \"2025-03-10T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12171\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.013000629.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084285876\",\n                    \"PublishDate\": \"2025-03-10T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10536\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.003000402.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084275413\",\n                    \"PublishDate\": \"2025-03-10T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12179\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250310.003000344.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084275411\",\n                    \"PublishDate\": \"2025-03-10T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10569\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.233000505.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084264365\",\n                    \"PublishDate\": \"2025-03-09T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12157\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.233000448.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084264363\",\n                    \"PublishDate\": \"2025-03-09T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10536\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.223000797.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084253829\",\n                    \"PublishDate\": \"2025-03-09T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12168\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.223000749.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084253827\",\n                    \"PublishDate\": \"2025-03-09T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10556\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.213000548.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084242610\",\n                    \"PublishDate\": \"2025-03-09T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12165\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.213000486.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084242607\",\n                    \"PublishDate\": \"2025-03-09T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10594\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.203000846.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084232308\",\n                    \"PublishDate\": \"2025-03-09T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12218\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.203000549.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084232301\",\n                    \"PublishDate\": \"2025-03-09T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10572\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.193000660.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084221873\",\n                    \"PublishDate\": \"2025-03-09T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12211\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.193000505.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084221802\",\n                    \"PublishDate\": \"2025-03-09T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10560\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.183000951.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084211091\",\n                    \"PublishDate\": \"2025-03-09T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12181\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.183000894.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084211090\",\n                    \"PublishDate\": \"2025-03-09T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10501\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.173000593.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084200595\",\n                    \"PublishDate\": \"2025-03-09T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12145\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.173000524.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084200594\",\n                    \"PublishDate\": \"2025-03-09T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10599\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.163000716.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084190307\",\n                    \"PublishDate\": \"2025-03-09T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12210\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.163000656.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084190305\",\n                    \"PublishDate\": \"2025-03-09T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10526\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.153000634.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084179946\",\n                    \"PublishDate\": \"2025-03-09T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12127\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.153000572.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084179752\",\n                    \"PublishDate\": \"2025-03-09T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10510\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.143002033.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084169486\",\n                    \"PublishDate\": \"2025-03-09T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12154\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.143000897.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084169484\",\n                    \"PublishDate\": \"2025-03-09T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10538\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.133000688.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084156894\",\n                    \"PublishDate\": \"2025-03-09T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12117\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.133000628.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084156892\",\n                    \"PublishDate\": \"2025-03-09T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10523\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.123000664.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084145684\",\n                    \"PublishDate\": \"2025-03-09T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12139\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.123000577.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084145681\",\n                    \"PublishDate\": \"2025-03-09T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10525\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.113000592.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084135299\",\n                    \"PublishDate\": \"2025-03-09T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12170\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.113000523.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084135297\",\n                    \"PublishDate\": \"2025-03-09T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10575\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.103000906.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084125139\",\n                    \"PublishDate\": \"2025-03-09T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12149\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.103000838.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084124947\",\n                    \"PublishDate\": \"2025-03-09T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10528\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.093001781.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084112879\",\n                    \"PublishDate\": \"2025-03-09T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12129\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.093000528.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084112876\",\n                    \"PublishDate\": \"2025-03-09T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.083000629.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084098763\",\n                    \"PublishDate\": \"2025-03-09T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12189\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.083000549.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084098759\",\n                    \"PublishDate\": \"2025-03-09T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.073000634.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084082562\",\n                    \"PublishDate\": \"2025-03-09T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.073000510.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084082560\",\n                    \"PublishDate\": \"2025-03-09T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10637\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.063001555.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084073953\",\n                    \"PublishDate\": \"2025-03-09T06:30:01-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12243\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.063001285.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084074097\",\n                    \"PublishDate\": \"2025-03-09T06:30:01-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10643\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.053000678.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084059609\",\n                    \"PublishDate\": \"2025-03-09T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12210\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.053000580.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084059605\",\n                    \"PublishDate\": \"2025-03-09T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10600\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.043000788.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084046367\",\n                    \"PublishDate\": \"2025-03-09T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12212\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.043000685.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084046363\",\n                    \"PublishDate\": \"2025-03-09T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.033000623.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084036131\",\n                    \"PublishDate\": \"2025-03-09T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12226\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.033000550.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084036129\",\n                    \"PublishDate\": \"2025-03-09T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10580\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.013000624.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084026034\",\n                    \"PublishDate\": \"2025-03-09T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12182\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.013000509.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084026028\",\n                    \"PublishDate\": \"2025-03-09T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10608\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.003000637.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084014983\",\n                    \"PublishDate\": \"2025-03-09T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12235\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250309.003000556.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084014982\",\n                    \"PublishDate\": \"2025-03-09T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10581\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.233000840.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1084004748\",\n                    \"PublishDate\": \"2025-03-08T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12168\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.233000790.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1084004745\",\n                    \"PublishDate\": \"2025-03-08T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10591\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.223000813.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083994171\",\n                    \"PublishDate\": \"2025-03-08T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12222\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.223000749.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083994438\",\n                    \"PublishDate\": \"2025-03-08T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10573\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.213000806.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083983152\",\n                    \"PublishDate\": \"2025-03-08T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12172\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.213000727.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083983148\",\n                    \"PublishDate\": \"2025-03-08T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10549\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.203000953.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083972640\",\n                    \"PublishDate\": \"2025-03-08T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12153\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.203000547.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083972628\",\n                    \"PublishDate\": \"2025-03-08T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10535\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.193001511.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083962499\",\n                    \"PublishDate\": \"2025-03-08T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12186\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.193001057.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083962205\",\n                    \"PublishDate\": \"2025-03-08T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10536\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.183000828.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083951629\",\n                    \"PublishDate\": \"2025-03-08T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12123\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.183000769.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083951626\",\n                    \"PublishDate\": \"2025-03-08T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10548\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.173000705.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083941467\",\n                    \"PublishDate\": \"2025-03-08T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12143\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.173000603.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083941233\",\n                    \"PublishDate\": \"2025-03-08T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10568\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.163000628.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083931152\",\n                    \"PublishDate\": \"2025-03-08T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12144\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.163000567.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083931015\",\n                    \"PublishDate\": \"2025-03-08T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10567\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.153000685.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083920321\",\n                    \"PublishDate\": \"2025-03-08T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12170\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.153000557.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083920552\",\n                    \"PublishDate\": \"2025-03-08T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10527\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.143001493.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083909850\",\n                    \"PublishDate\": \"2025-03-08T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12103\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.143001051.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083909847\",\n                    \"PublishDate\": \"2025-03-08T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10533\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.133000655.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083897379\",\n                    \"PublishDate\": \"2025-03-08T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12139\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.133000468.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083897374\",\n                    \"PublishDate\": \"2025-03-08T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10526\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.123000955.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083886060\",\n                    \"PublishDate\": \"2025-03-08T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12149\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.123000850.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083886057\",\n                    \"PublishDate\": \"2025-03-08T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10448\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.113000721.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083875748\",\n                    \"PublishDate\": \"2025-03-08T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12049\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.113000633.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083875746\",\n                    \"PublishDate\": \"2025-03-08T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10524\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.103000875.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083865545\",\n                    \"PublishDate\": \"2025-03-08T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12139\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.103000811.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083865543\",\n                    \"PublishDate\": \"2025-03-08T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10513\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.093000623.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083853000\",\n                    \"PublishDate\": \"2025-03-08T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12135\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.093000537.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083853215\",\n                    \"PublishDate\": \"2025-03-08T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10499\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.083001156.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083838819\",\n                    \"PublishDate\": \"2025-03-08T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12124\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.083000551.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083838894\",\n                    \"PublishDate\": \"2025-03-08T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10582\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.073000527.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083826227\",\n                    \"PublishDate\": \"2025-03-08T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.073000463.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083826251\",\n                    \"PublishDate\": \"2025-03-08T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10553\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.063000863.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083814188\",\n                    \"PublishDate\": \"2025-03-08T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12154\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.063000778.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083814185\",\n                    \"PublishDate\": \"2025-03-08T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10563\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.053000529.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083800917\",\n                    \"PublishDate\": \"2025-03-08T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12168\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.053000462.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083800915\",\n                    \"PublishDate\": \"2025-03-08T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10613\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.043000623.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083786836\",\n                    \"PublishDate\": \"2025-03-08T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12205\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.043000562.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083786832\",\n                    \"PublishDate\": \"2025-03-08T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10526\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.033000605.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083776540\",\n                    \"PublishDate\": \"2025-03-08T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12131\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.033000512.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083776537\",\n                    \"PublishDate\": \"2025-03-08T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10494\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.023000564.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083766212\",\n                    \"PublishDate\": \"2025-03-08T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12156\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.023000483.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083766022\",\n                    \"PublishDate\": \"2025-03-08T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10568\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.013000636.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083756062\",\n                    \"PublishDate\": \"2025-03-08T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12194\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.013000516.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083756250\",\n                    \"PublishDate\": \"2025-03-08T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10578\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.003000574.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083746024\",\n                    \"PublishDate\": \"2025-03-08T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12196\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250308.003000505.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083746023\",\n                    \"PublishDate\": \"2025-03-08T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10576\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.233000837.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083734856\",\n                    \"PublishDate\": \"2025-03-07T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12196\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.233000766.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083734854\",\n                    \"PublishDate\": \"2025-03-07T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10598\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.223000774.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083724642\",\n                    \"PublishDate\": \"2025-03-07T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12198\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.223000662.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083724640\",\n                    \"PublishDate\": \"2025-03-07T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10534\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.213000882.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083713204\",\n                    \"PublishDate\": \"2025-03-07T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12164\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.213000814.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083713054\",\n                    \"PublishDate\": \"2025-03-07T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10591\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.203000635.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083702782\",\n                    \"PublishDate\": \"2025-03-07T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12207\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.203000567.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083702723\",\n                    \"PublishDate\": \"2025-03-07T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10547\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.193000694.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083692454\",\n                    \"PublishDate\": \"2025-03-07T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12160\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.193000539.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083692272\",\n                    \"PublishDate\": \"2025-03-07T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10571\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.183000693.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083681481\",\n                    \"PublishDate\": \"2025-03-07T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12171\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.183000636.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083681478\",\n                    \"PublishDate\": \"2025-03-07T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10570\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.173000607.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083670224\",\n                    \"PublishDate\": \"2025-03-07T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12165\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.173000504.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083670222\",\n                    \"PublishDate\": \"2025-03-07T17:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10577\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.163000649.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083658123\",\n                    \"PublishDate\": \"2025-03-07T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12190\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.163000560.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083658116\",\n                    \"PublishDate\": \"2025-03-07T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10541\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.153000690.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083646659\",\n                    \"PublishDate\": \"2025-03-07T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12126\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.153000495.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083646327\",\n                    \"PublishDate\": \"2025-03-07T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10484\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.143000599.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083636171\",\n                    \"PublishDate\": \"2025-03-07T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12112\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.143000451.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083636164\",\n                    \"PublishDate\": \"2025-03-07T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10551\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.133000703.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083621892\",\n                    \"PublishDate\": \"2025-03-07T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12154\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.133000616.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083621888\",\n                    \"PublishDate\": \"2025-03-07T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10581\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.123000603.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083608814\",\n                    \"PublishDate\": \"2025-03-07T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12185\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.123000512.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083608812\",\n                    \"PublishDate\": \"2025-03-07T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10568\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.113000672.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083597863\",\n                    \"PublishDate\": \"2025-03-07T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12166\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.113000544.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083597859\",\n                    \"PublishDate\": \"2025-03-07T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10568\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.103000457.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083587368\",\n                    \"PublishDate\": \"2025-03-07T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12157\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.103000390.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083587365\",\n                    \"PublishDate\": \"2025-03-07T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10525\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.093000607.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083574199\",\n                    \"PublishDate\": \"2025-03-07T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12135\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.093000484.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083574194\",\n                    \"PublishDate\": \"2025-03-07T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10560\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.083000570.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083559822\",\n                    \"PublishDate\": \"2025-03-07T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12165\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.083000462.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083559675\",\n                    \"PublishDate\": \"2025-03-07T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10532\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.073000529.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083545622\",\n                    \"PublishDate\": \"2025-03-07T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12148\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.073000454.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083545619\",\n                    \"PublishDate\": \"2025-03-07T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10497\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.063000584.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083534697\",\n                    \"PublishDate\": \"2025-03-07T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12122\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.063000503.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083534696\",\n                    \"PublishDate\": \"2025-03-07T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10502\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.053000613.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083521295\",\n                    \"PublishDate\": \"2025-03-07T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12120\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.053000551.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083521291\",\n                    \"PublishDate\": \"2025-03-07T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10558\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.043000696.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083506597\",\n                    \"PublishDate\": \"2025-03-07T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12142\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.043000581.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083506875\",\n                    \"PublishDate\": \"2025-03-07T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10520\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.033000623.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083496751\",\n                    \"PublishDate\": \"2025-03-07T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12111\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.033000528.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083496689\",\n                    \"PublishDate\": \"2025-03-07T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10582\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.023000676.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083486276\",\n                    \"PublishDate\": \"2025-03-07T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12193\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.023000605.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083486325\",\n                    \"PublishDate\": \"2025-03-07T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10529\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.013000617.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083476068\",\n                    \"PublishDate\": \"2025-03-07T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12112\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.013000500.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083475840\",\n                    \"PublishDate\": \"2025-03-07T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10521\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.003000567.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083465671\",\n                    \"PublishDate\": \"2025-03-07T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12152\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250307.003000504.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083457360\",\n                    \"PublishDate\": \"2025-03-07T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10537\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.233000784.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083454672\",\n                    \"PublishDate\": \"2025-03-06T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12133\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.233000709.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083454669\",\n                    \"PublishDate\": \"2025-03-06T23:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10585\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.223000670.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083444147\",\n                    \"PublishDate\": \"2025-03-06T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12179\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.223000507.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083444478\",\n                    \"PublishDate\": \"2025-03-06T22:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10551\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.213000877.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083433031\",\n                    \"PublishDate\": \"2025-03-06T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12165\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.213000814.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083433245\",\n                    \"PublishDate\": \"2025-03-06T21:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10520\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.203000515.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083419913\",\n                    \"PublishDate\": \"2025-03-06T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12099\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.203000470.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083419910\",\n                    \"PublishDate\": \"2025-03-06T20:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10513\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.193000592.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083409197\",\n                    \"PublishDate\": \"2025-03-06T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12135\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.193000538.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083409098\",\n                    \"PublishDate\": \"2025-03-06T19:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10530\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.183000556.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083390216\",\n                    \"PublishDate\": \"2025-03-06T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12134\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.183000464.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083390215\",\n                    \"PublishDate\": \"2025-03-06T18:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10534\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.173001393.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083384951\",\n                    \"PublishDate\": \"2025-03-06T17:30:01-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12151\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.173001282.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083384948\",\n                    \"PublishDate\": \"2025-03-06T17:30:01-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10556\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.163001358.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083375037\",\n                    \"PublishDate\": \"2025-03-06T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12134\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.163001041.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083374913\",\n                    \"PublishDate\": \"2025-03-06T16:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10572\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.153000591.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083363720\",\n                    \"PublishDate\": \"2025-03-06T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12149\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.153000544.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083363983\",\n                    \"PublishDate\": \"2025-03-06T15:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10494\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.143001126.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083353959\",\n                    \"PublishDate\": \"2025-03-06T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12097\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.143001042.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083352001\",\n                    \"PublishDate\": \"2025-03-06T14:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10510\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.133001078.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083341290\",\n                    \"PublishDate\": \"2025-03-06T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12101\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.133000577.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083341439\",\n                    \"PublishDate\": \"2025-03-06T13:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10521\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.123001181.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083330091\",\n                    \"PublishDate\": \"2025-03-06T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12146\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.123001065.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083330393\",\n                    \"PublishDate\": \"2025-03-06T12:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10511\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.113001188.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083320303\",\n                    \"PublishDate\": \"2025-03-06T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12124\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.113001048.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083320298\",\n                    \"PublishDate\": \"2025-03-06T11:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10507\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.103000543.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083306976\",\n                    \"PublishDate\": \"2025-03-06T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12132\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.103000355.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083308780\",\n                    \"PublishDate\": \"2025-03-06T10:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10539\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.093000678.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083292333\",\n                    \"PublishDate\": \"2025-03-06T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12127\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.093000613.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083292331\",\n                    \"PublishDate\": \"2025-03-06T09:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10484\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.083000540.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083275696\",\n                    \"PublishDate\": \"2025-03-06T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12069\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.083000464.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083275691\",\n                    \"PublishDate\": \"2025-03-06T08:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10475\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.073000824.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083261285\",\n                    \"PublishDate\": \"2025-03-06T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12110\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.073000569.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083261282\",\n                    \"PublishDate\": \"2025-03-06T07:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10522\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.063001123.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083250830\",\n                    \"PublishDate\": \"2025-03-06T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12112\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.063001003.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083250827\",\n                    \"PublishDate\": \"2025-03-06T06:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10517\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.053001088.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083237053\",\n                    \"PublishDate\": \"2025-03-06T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12112\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.053000992.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083237049\",\n                    \"PublishDate\": \"2025-03-06T05:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10441\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.043000569.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083223893\",\n                    \"PublishDate\": \"2025-03-06T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12002\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.043000478.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083223891\",\n                    \"PublishDate\": \"2025-03-06T04:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10455\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.033001171.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083213528\",\n                    \"PublishDate\": \"2025-03-06T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12099\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.033001022.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083213522\",\n                    \"PublishDate\": \"2025-03-06T03:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10515\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.023001924.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083203256\",\n                    \"PublishDate\": \"2025-03-06T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12105\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.023001077.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083203253\",\n                    \"PublishDate\": \"2025-03-06T02:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10529\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.013000589.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083192856\",\n                    \"PublishDate\": \"2025-03-06T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12131\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.013000473.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083192855\",\n                    \"PublishDate\": \"2025-03-06T01:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10547\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_csv\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.003001086.LFCCONGESTNP3560_csv.zip\",\n                    \"DocID\": \"1083182519\",\n                    \"PublishDate\": \"2025-03-06T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"12177\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"12311\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"LFCCONGESTNP3560_xml\",\n                    \"ConstructedName\": \"cdr.00012311.0000000000000000.20250306.003000908.LFCCONGESTNP3560_xml.zip\",\n                    \"DocID\": \"1083182518\",\n                    \"PublishDate\": \"2025-03-06T00:30:00-05:00\",\n                    \"ReportName\": \"Seven-Day Load Forecast by Forecast Zone\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            }\n        ]\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_ERCOT/solar_power_production_hourly_averaged_actual_and_forecasted_values_rtid.json",
    "content": "{\n    \"ListDocsByRptTypeRes\": {\n        \"DocumentList\": [\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.125509546.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085279262\",\n                    \"PublishDate\": \"2025-03-13T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3680\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.125509107.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085279260\",\n                    \"PublishDate\": \"2025-03-13T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.115509016.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085267777\",\n                    \"PublishDate\": \"2025-03-13T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3695\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.115508972.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085267971\",\n                    \"PublishDate\": \"2025-03-13T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2631\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.105509516.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085256901\",\n                    \"PublishDate\": \"2025-03-13T10:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3691\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.105509469.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085256898\",\n                    \"PublishDate\": \"2025-03-13T10:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.095508589.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085244244\",\n                    \"PublishDate\": \"2025-03-13T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3683\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.095508514.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085244242\",\n                    \"PublishDate\": \"2025-03-13T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2626\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.085508088.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085227658\",\n                    \"PublishDate\": \"2025-03-13T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3664\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.085508046.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085227949\",\n                    \"PublishDate\": \"2025-03-13T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.075509562.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085213332\",\n                    \"PublishDate\": \"2025-03-13T07:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3702\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.075509500.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085213329\",\n                    \"PublishDate\": \"2025-03-13T07:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2647\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.065508441.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085201023\",\n                    \"PublishDate\": \"2025-03-13T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3683\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.065508374.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085201022\",\n                    \"PublishDate\": \"2025-03-13T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2630\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.055508751.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085189817\",\n                    \"PublishDate\": \"2025-03-13T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3695\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.055508698.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085189815\",\n                    \"PublishDate\": \"2025-03-13T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2645\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.045509533.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085172943\",\n                    \"PublishDate\": \"2025-03-13T04:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3689\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.045509481.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085172940\",\n                    \"PublishDate\": \"2025-03-13T04:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2643\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.035507983.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085162607\",\n                    \"PublishDate\": \"2025-03-13T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3706\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.035507945.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085162425\",\n                    \"PublishDate\": \"2025-03-13T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2644\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.025508407.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085151992\",\n                    \"PublishDate\": \"2025-03-13T02:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3704\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.025508344.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085151991\",\n                    \"PublishDate\": \"2025-03-13T02:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2647\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.015509798.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085141918\",\n                    \"PublishDate\": \"2025-03-13T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3704\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.015509761.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085141916\",\n                    \"PublishDate\": \"2025-03-13T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.005508697.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085131239\",\n                    \"PublishDate\": \"2025-03-13T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3683\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250313.005508550.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085131348\",\n                    \"PublishDate\": \"2025-03-13T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2646\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.235509555.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085120875\",\n                    \"PublishDate\": \"2025-03-12T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3691\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.235509488.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085120701\",\n                    \"PublishDate\": \"2025-03-12T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2655\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.225508793.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085110601\",\n                    \"PublishDate\": \"2025-03-12T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3705\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.225508681.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085110529\",\n                    \"PublishDate\": \"2025-03-12T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2648\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.215508472.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085100204\",\n                    \"PublishDate\": \"2025-03-12T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3705\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.215508424.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085100202\",\n                    \"PublishDate\": \"2025-03-12T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2643\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.205508561.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085088963\",\n                    \"PublishDate\": \"2025-03-12T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3707\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.205508509.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085088960\",\n                    \"PublishDate\": \"2025-03-12T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2635\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.195508558.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085078583\",\n                    \"PublishDate\": \"2025-03-12T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3685\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.195508469.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085078512\",\n                    \"PublishDate\": \"2025-03-12T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2637\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.185508381.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085067624\",\n                    \"PublishDate\": \"2025-03-12T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3700\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.185508271.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085067621\",\n                    \"PublishDate\": \"2025-03-12T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2636\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.175508527.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085056049\",\n                    \"PublishDate\": \"2025-03-12T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3707\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.175508482.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085056047\",\n                    \"PublishDate\": \"2025-03-12T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2625\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.165508079.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085045609\",\n                    \"PublishDate\": \"2025-03-12T16:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3691\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.165508030.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085045392\",\n                    \"PublishDate\": \"2025-03-12T16:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.155508015.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085035040\",\n                    \"PublishDate\": \"2025-03-12T15:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.155507967.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085035136\",\n                    \"PublishDate\": \"2025-03-12T15:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.145508633.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085022679\",\n                    \"PublishDate\": \"2025-03-12T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3681\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.145508539.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085022792\",\n                    \"PublishDate\": \"2025-03-12T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2625\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.135510559.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1085010193\",\n                    \"PublishDate\": \"2025-03-12T13:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3698\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.135510504.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1085010192\",\n                    \"PublishDate\": \"2025-03-12T13:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2629\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.125507990.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084999966\",\n                    \"PublishDate\": \"2025-03-12T12:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3680\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.125507925.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084999907\",\n                    \"PublishDate\": \"2025-03-12T12:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.115507908.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084988786\",\n                    \"PublishDate\": \"2025-03-12T11:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.115507853.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084988785\",\n                    \"PublishDate\": \"2025-03-12T11:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2622\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.105508449.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084977837\",\n                    \"PublishDate\": \"2025-03-12T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.105508054.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084977835\",\n                    \"PublishDate\": \"2025-03-12T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.095508486.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084964562\",\n                    \"PublishDate\": \"2025-03-12T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3679\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.095508442.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084964561\",\n                    \"PublishDate\": \"2025-03-12T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.085507635.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084948245\",\n                    \"PublishDate\": \"2025-03-12T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3675\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.085507562.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084948345\",\n                    \"PublishDate\": \"2025-03-12T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2624\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.075507548.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084933673\",\n                    \"PublishDate\": \"2025-03-12T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3673\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.075507494.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084933670\",\n                    \"PublishDate\": \"2025-03-12T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2634\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.065508445.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084921139\",\n                    \"PublishDate\": \"2025-03-12T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3673\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.065508103.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084921138\",\n                    \"PublishDate\": \"2025-03-12T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2636\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.055507605.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084910108\",\n                    \"PublishDate\": \"2025-03-12T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3689\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.055507496.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084910104\",\n                    \"PublishDate\": \"2025-03-12T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2651\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.045509492.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084894435\",\n                    \"PublishDate\": \"2025-03-12T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3690\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.045509065.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084894434\",\n                    \"PublishDate\": \"2025-03-12T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.035508752.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084884227\",\n                    \"PublishDate\": \"2025-03-12T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3683\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.035508695.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084884226\",\n                    \"PublishDate\": \"2025-03-12T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2640\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.025508871.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084873925\",\n                    \"PublishDate\": \"2025-03-12T02:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3678\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.025508823.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084873923\",\n                    \"PublishDate\": \"2025-03-12T02:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.015509541.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084862644\",\n                    \"PublishDate\": \"2025-03-12T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3690\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.015509492.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084863693\",\n                    \"PublishDate\": \"2025-03-12T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2632\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.005510523.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084853515\",\n                    \"PublishDate\": \"2025-03-12T00:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3682\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250312.005510470.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084853387\",\n                    \"PublishDate\": \"2025-03-12T00:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2629\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.235510620.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084843043\",\n                    \"PublishDate\": \"2025-03-11T23:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3688\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.235510569.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084843041\",\n                    \"PublishDate\": \"2025-03-11T23:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2629\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.225508911.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084832660\",\n                    \"PublishDate\": \"2025-03-11T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3695\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.225508860.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084832659\",\n                    \"PublishDate\": \"2025-03-11T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2625\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.215508743.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084822566\",\n                    \"PublishDate\": \"2025-03-11T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3704\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.215508703.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084822564\",\n                    \"PublishDate\": \"2025-03-11T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2617\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.205508667.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084811220\",\n                    \"PublishDate\": \"2025-03-11T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.205508612.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084811217\",\n                    \"PublishDate\": \"2025-03-11T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2614\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.195508978.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084800561\",\n                    \"PublishDate\": \"2025-03-11T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3706\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.195508936.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084800871\",\n                    \"PublishDate\": \"2025-03-11T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2629\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.185508888.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084789042\",\n                    \"PublishDate\": \"2025-03-11T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3710\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.185508844.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084788772\",\n                    \"PublishDate\": \"2025-03-11T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2638\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.175508857.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084778686\",\n                    \"PublishDate\": \"2025-03-11T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3704\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.175508826.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084778684\",\n                    \"PublishDate\": \"2025-03-11T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2630\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.165508919.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084768364\",\n                    \"PublishDate\": \"2025-03-11T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3724\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.165508836.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084768363\",\n                    \"PublishDate\": \"2025-03-11T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2650\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.155508827.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084755614\",\n                    \"PublishDate\": \"2025-03-11T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3726\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.155508771.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084755613\",\n                    \"PublishDate\": \"2025-03-11T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2631\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.145508714.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084744577\",\n                    \"PublishDate\": \"2025-03-11T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3726\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.145508664.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084744574\",\n                    \"PublishDate\": \"2025-03-11T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.135508923.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084732249\",\n                    \"PublishDate\": \"2025-03-11T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3726\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.135508875.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084732247\",\n                    \"PublishDate\": \"2025-03-11T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2637\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.125508588.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084721199\",\n                    \"PublishDate\": \"2025-03-11T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3730\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.125508520.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084721197\",\n                    \"PublishDate\": \"2025-03-11T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.115508729.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084709972\",\n                    \"PublishDate\": \"2025-03-11T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3712\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.115508695.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084709971\",\n                    \"PublishDate\": \"2025-03-11T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2632\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.105508925.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084698937\",\n                    \"PublishDate\": \"2025-03-11T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3713\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.105508867.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084698935\",\n                    \"PublishDate\": \"2025-03-11T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2625\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.095508760.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084684486\",\n                    \"PublishDate\": \"2025-03-11T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3691\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.095508686.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084684485\",\n                    \"PublishDate\": \"2025-03-11T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2637\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.085508656.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084668031\",\n                    \"PublishDate\": \"2025-03-11T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3714\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.085508606.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084668030\",\n                    \"PublishDate\": \"2025-03-11T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2633\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.075509484.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084653182\",\n                    \"PublishDate\": \"2025-03-11T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3700\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.075509027.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084653181\",\n                    \"PublishDate\": \"2025-03-11T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2632\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.065509442.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084641162\",\n                    \"PublishDate\": \"2025-03-11T06:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3685\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.065509391.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084641160\",\n                    \"PublishDate\": \"2025-03-11T06:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2636\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.055508561.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084630110\",\n                    \"PublishDate\": \"2025-03-11T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3694\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.055508507.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084630109\",\n                    \"PublishDate\": \"2025-03-11T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2626\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.045508548.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084613270\",\n                    \"PublishDate\": \"2025-03-11T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3676\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.045508439.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084613267\",\n                    \"PublishDate\": \"2025-03-11T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2628\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.035507959.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084603001\",\n                    \"PublishDate\": \"2025-03-11T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3687\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.035507918.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084603000\",\n                    \"PublishDate\": \"2025-03-11T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2631\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.025510533.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084592506\",\n                    \"PublishDate\": \"2025-03-11T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3689\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.025510076.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084592504\",\n                    \"PublishDate\": \"2025-03-11T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.015508569.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084580719\",\n                    \"PublishDate\": \"2025-03-11T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3670\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.015508418.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084580717\",\n                    \"PublishDate\": \"2025-03-11T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2631\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.005509487.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084570513\",\n                    \"PublishDate\": \"2025-03-11T00:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3694\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250311.005509067.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084570511\",\n                    \"PublishDate\": \"2025-03-11T00:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2642\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.235509403.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084558194\",\n                    \"PublishDate\": \"2025-03-10T23:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.235509097.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084558192\",\n                    \"PublishDate\": \"2025-03-10T23:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2622\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.225512572.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084547248\",\n                    \"PublishDate\": \"2025-03-10T22:55:12-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3685\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.225512490.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084547208\",\n                    \"PublishDate\": \"2025-03-10T22:55:12-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2632\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.215508599.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084537036\",\n                    \"PublishDate\": \"2025-03-10T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3680\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.215508559.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084537035\",\n                    \"PublishDate\": \"2025-03-10T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2633\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.205508422.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084524971\",\n                    \"PublishDate\": \"2025-03-10T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3682\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.205508375.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084524969\",\n                    \"PublishDate\": \"2025-03-10T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2609\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.195508596.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084512886\",\n                    \"PublishDate\": \"2025-03-10T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3660\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.195508542.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084512705\",\n                    \"PublishDate\": \"2025-03-10T19:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.185508057.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084501990\",\n                    \"PublishDate\": \"2025-03-10T18:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3660\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.185507983.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084501988\",\n                    \"PublishDate\": \"2025-03-10T18:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.175508607.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084489586\",\n                    \"PublishDate\": \"2025-03-10T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3673\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.175508530.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084489585\",\n                    \"PublishDate\": \"2025-03-10T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.165508604.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084479548\",\n                    \"PublishDate\": \"2025-03-10T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.165508525.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084479546\",\n                    \"PublishDate\": \"2025-03-10T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.155508560.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084469054\",\n                    \"PublishDate\": \"2025-03-10T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3662\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.155508441.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084468979\",\n                    \"PublishDate\": \"2025-03-10T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.145508506.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084456402\",\n                    \"PublishDate\": \"2025-03-10T14:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3677\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.145508151.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084456400\",\n                    \"PublishDate\": \"2025-03-10T14:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2601\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.135508606.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084443557\",\n                    \"PublishDate\": \"2025-03-10T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3653\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.135508519.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084443206\",\n                    \"PublishDate\": \"2025-03-10T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2587\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.125508560.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084431972\",\n                    \"PublishDate\": \"2025-03-10T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3658\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.125508493.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084431971\",\n                    \"PublishDate\": \"2025-03-10T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2586\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.115508344.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084421852\",\n                    \"PublishDate\": \"2025-03-10T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3655\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.115508296.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084421851\",\n                    \"PublishDate\": \"2025-03-10T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2598\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.105509658.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084409899\",\n                    \"PublishDate\": \"2025-03-10T10:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3655\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.105509620.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084409737\",\n                    \"PublishDate\": \"2025-03-10T10:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.095510760.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084395525\",\n                    \"PublishDate\": \"2025-03-10T09:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3645\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.095510646.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084395521\",\n                    \"PublishDate\": \"2025-03-10T09:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2582\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.085508049.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084377211\",\n                    \"PublishDate\": \"2025-03-10T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.085507903.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084377208\",\n                    \"PublishDate\": \"2025-03-10T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2604\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.075507637.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084362364\",\n                    \"PublishDate\": \"2025-03-10T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3649\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.075507587.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084362362\",\n                    \"PublishDate\": \"2025-03-10T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2598\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.065507634.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084349977\",\n                    \"PublishDate\": \"2025-03-10T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3677\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.065507541.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084349973\",\n                    \"PublishDate\": \"2025-03-10T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.055507852.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084338582\",\n                    \"PublishDate\": \"2025-03-10T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3650\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.055507802.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084338781\",\n                    \"PublishDate\": \"2025-03-10T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.045507732.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084321914\",\n                    \"PublishDate\": \"2025-03-10T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3647\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.045507692.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084321912\",\n                    \"PublishDate\": \"2025-03-10T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2587\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.035507759.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084311319\",\n                    \"PublishDate\": \"2025-03-10T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3646\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.035507705.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084311318\",\n                    \"PublishDate\": \"2025-03-10T03:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2586\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.025509514.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084300862\",\n                    \"PublishDate\": \"2025-03-10T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3665\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.025509084.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084300857\",\n                    \"PublishDate\": \"2025-03-10T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2610\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.015509953.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084290535\",\n                    \"PublishDate\": \"2025-03-10T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3669\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.015509902.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084290532\",\n                    \"PublishDate\": \"2025-03-10T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2595\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.005509564.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084280108\",\n                    \"PublishDate\": \"2025-03-10T00:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3640\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250310.005509509.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084280106\",\n                    \"PublishDate\": \"2025-03-10T00:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.235509619.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084268759\",\n                    \"PublishDate\": \"2025-03-09T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3648\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.235509523.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084268893\",\n                    \"PublishDate\": \"2025-03-09T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2602\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.225508708.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084258535\",\n                    \"PublishDate\": \"2025-03-09T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3663\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.225508567.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084258531\",\n                    \"PublishDate\": \"2025-03-09T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.215509624.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084248177\",\n                    \"PublishDate\": \"2025-03-09T21:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3652\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.215509565.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084248175\",\n                    \"PublishDate\": \"2025-03-09T21:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.205509864.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084236922\",\n                    \"PublishDate\": \"2025-03-09T20:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3647\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.205509807.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084236920\",\n                    \"PublishDate\": \"2025-03-09T20:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2579\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.195509554.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084226487\",\n                    \"PublishDate\": \"2025-03-09T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3624\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.195509413.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084226484\",\n                    \"PublishDate\": \"2025-03-09T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2587\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.185509060.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084214633\",\n                    \"PublishDate\": \"2025-03-09T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3652\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.185509002.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084215586\",\n                    \"PublishDate\": \"2025-03-09T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2586\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.175509035.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084205329\",\n                    \"PublishDate\": \"2025-03-09T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3663\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.175509000.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084205328\",\n                    \"PublishDate\": \"2025-03-09T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2582\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.165511662.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084194983\",\n                    \"PublishDate\": \"2025-03-09T16:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3655\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.165511596.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084194773\",\n                    \"PublishDate\": \"2025-03-09T16:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2584\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.155509595.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084184492\",\n                    \"PublishDate\": \"2025-03-09T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3652\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.155509532.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084184660\",\n                    \"PublishDate\": \"2025-03-09T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2594\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.145509531.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084174116\",\n                    \"PublishDate\": \"2025-03-09T14:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3656\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.145509076.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084174113\",\n                    \"PublishDate\": \"2025-03-09T14:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2591\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.135508675.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084161588\",\n                    \"PublishDate\": \"2025-03-09T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.135508565.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084161586\",\n                    \"PublishDate\": \"2025-03-09T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2574\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.125508526.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084151094\",\n                    \"PublishDate\": \"2025-03-09T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3644\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.125508451.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084151092\",\n                    \"PublishDate\": \"2025-03-09T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2599\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.115509167.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084139552\",\n                    \"PublishDate\": \"2025-03-09T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3648\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.115508972.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084139871\",\n                    \"PublishDate\": \"2025-03-09T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2578\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.105511733.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084129661\",\n                    \"PublishDate\": \"2025-03-09T10:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3643\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.105511688.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084129659\",\n                    \"PublishDate\": \"2025-03-09T10:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.095509592.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084119235\",\n                    \"PublishDate\": \"2025-03-09T09:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3652\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.095509516.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084119233\",\n                    \"PublishDate\": \"2025-03-09T09:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2598\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.085511568.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084105146\",\n                    \"PublishDate\": \"2025-03-09T08:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.085511518.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084105143\",\n                    \"PublishDate\": \"2025-03-09T08:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.075508435.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084090207\",\n                    \"PublishDate\": \"2025-03-09T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3665\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.075508401.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084090206\",\n                    \"PublishDate\": \"2025-03-09T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2610\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.065508630.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084078648\",\n                    \"PublishDate\": \"2025-03-09T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3686\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.065508564.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084078645\",\n                    \"PublishDate\": \"2025-03-09T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2614\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.055508959.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084066861\",\n                    \"PublishDate\": \"2025-03-09T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3674\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.055508631.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084066850\",\n                    \"PublishDate\": \"2025-03-09T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2620\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.045508692.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084051075\",\n                    \"PublishDate\": \"2025-03-09T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3703\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.045508652.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084051074\",\n                    \"PublishDate\": \"2025-03-09T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.035508564.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084040585\",\n                    \"PublishDate\": \"2025-03-09T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.035508509.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084040583\",\n                    \"PublishDate\": \"2025-03-09T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2621\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.015508577.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084030258\",\n                    \"PublishDate\": \"2025-03-09T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3693\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.015508497.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084030255\",\n                    \"PublishDate\": \"2025-03-09T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2617\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.005508579.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084020224\",\n                    \"PublishDate\": \"2025-03-09T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3668\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250309.005508539.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084020222\",\n                    \"PublishDate\": \"2025-03-09T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2618\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.235515086.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1084009240\",\n                    \"PublishDate\": \"2025-03-08T23:55:14-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3686\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.235515027.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1084009286\",\n                    \"PublishDate\": \"2025-03-08T23:55:14-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2612\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.225508594.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083998945\",\n                    \"PublishDate\": \"2025-03-08T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3686\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.225508533.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083998943\",\n                    \"PublishDate\": \"2025-03-08T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2600\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.215508655.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083988742\",\n                    \"PublishDate\": \"2025-03-08T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3679\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.215508547.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083988739\",\n                    \"PublishDate\": \"2025-03-08T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2598\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.205508936.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083977450\",\n                    \"PublishDate\": \"2025-03-08T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3681\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.205508898.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083977449\",\n                    \"PublishDate\": \"2025-03-08T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2585\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.195509545.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083967146\",\n                    \"PublishDate\": \"2025-03-08T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3675\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.195509495.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083967145\",\n                    \"PublishDate\": \"2025-03-08T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2586\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.185509384.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083956412\",\n                    \"PublishDate\": \"2025-03-08T18:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.185509230.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083956406\",\n                    \"PublishDate\": \"2025-03-08T18:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2605\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.175508124.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083945946\",\n                    \"PublishDate\": \"2025-03-08T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.175508052.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083945915\",\n                    \"PublishDate\": \"2025-03-08T17:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.165508640.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083935711\",\n                    \"PublishDate\": \"2025-03-08T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.165508575.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083935709\",\n                    \"PublishDate\": \"2025-03-08T16:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.155508664.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083925183\",\n                    \"PublishDate\": \"2025-03-08T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3674\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.155508583.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083925182\",\n                    \"PublishDate\": \"2025-03-08T15:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.145508641.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083914366\",\n                    \"PublishDate\": \"2025-03-08T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3658\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.145508544.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083914542\",\n                    \"PublishDate\": \"2025-03-08T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2610\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.135507876.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083901934\",\n                    \"PublishDate\": \"2025-03-08T13:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.135507833.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083901932\",\n                    \"PublishDate\": \"2025-03-08T13:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.125508643.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083891577\",\n                    \"PublishDate\": \"2025-03-08T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3665\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.125508497.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083891574\",\n                    \"PublishDate\": \"2025-03-08T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2593\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.115512582.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083880357\",\n                    \"PublishDate\": \"2025-03-08T11:55:12-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3656\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.115512515.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083880352\",\n                    \"PublishDate\": \"2025-03-08T11:55:12-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2601\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.105508047.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083870016\",\n                    \"PublishDate\": \"2025-03-08T10:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3654\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.105508001.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083870015\",\n                    \"PublishDate\": \"2025-03-08T10:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.095508428.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083859765\",\n                    \"PublishDate\": \"2025-03-08T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3656\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.095508356.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083859762\",\n                    \"PublishDate\": \"2025-03-08T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.085507935.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083845505\",\n                    \"PublishDate\": \"2025-03-08T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3653\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.085507885.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083845367\",\n                    \"PublishDate\": \"2025-03-08T08:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2599\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.075508570.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083831017\",\n                    \"PublishDate\": \"2025-03-08T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3657\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.075508521.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083831015\",\n                    \"PublishDate\": \"2025-03-08T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.065507610.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083818759\",\n                    \"PublishDate\": \"2025-03-08T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3663\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.065507570.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083818757\",\n                    \"PublishDate\": \"2025-03-08T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2626\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.055507525.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083807125\",\n                    \"PublishDate\": \"2025-03-08T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3674\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.055507484.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083807124\",\n                    \"PublishDate\": \"2025-03-08T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2627\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.045507584.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083791259\",\n                    \"PublishDate\": \"2025-03-08T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.045507534.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083791256\",\n                    \"PublishDate\": \"2025-03-08T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2618\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.035508707.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083780753\",\n                    \"PublishDate\": \"2025-03-08T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3664\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.035508610.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083781045\",\n                    \"PublishDate\": \"2025-03-08T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2628\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.025507842.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083770633\",\n                    \"PublishDate\": \"2025-03-08T02:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3673\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.025507682.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083770730\",\n                    \"PublishDate\": \"2025-03-08T02:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2609\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.015509553.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083760551\",\n                    \"PublishDate\": \"2025-03-08T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3681\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.015509501.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083760550\",\n                    \"PublishDate\": \"2025-03-08T01:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2613\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.005511521.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083750009\",\n                    \"PublishDate\": \"2025-03-08T00:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3655\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250308.005511053.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083750433\",\n                    \"PublishDate\": \"2025-03-08T00:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.235509601.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083739441\",\n                    \"PublishDate\": \"2025-03-07T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.235509522.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083739437\",\n                    \"PublishDate\": \"2025-03-07T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2613\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.225509032.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083729177\",\n                    \"PublishDate\": \"2025-03-07T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3669\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.225508985.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083729176\",\n                    \"PublishDate\": \"2025-03-07T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2588\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.215509571.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083718849\",\n                    \"PublishDate\": \"2025-03-07T21:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3669\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.215509486.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083718677\",\n                    \"PublishDate\": \"2025-03-07T21:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2622\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.205511876.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083707392\",\n                    \"PublishDate\": \"2025-03-07T20:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3694\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.205511827.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083707391\",\n                    \"PublishDate\": \"2025-03-07T20:55:11-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.195513797.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083697177\",\n                    \"PublishDate\": \"2025-03-07T19:55:13-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.195513759.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083697176\",\n                    \"PublishDate\": \"2025-03-07T19:55:13-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2610\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.185509541.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083686086\",\n                    \"PublishDate\": \"2025-03-07T18:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3681\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.185509092.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083686084\",\n                    \"PublishDate\": \"2025-03-07T18:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2605\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.175509574.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083675090\",\n                    \"PublishDate\": \"2025-03-07T17:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.175509498.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083674941\",\n                    \"PublishDate\": \"2025-03-07T17:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2608\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.165510091.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083664353\",\n                    \"PublishDate\": \"2025-03-07T16:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3674\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.165509990.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083664350\",\n                    \"PublishDate\": \"2025-03-07T16:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2602\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.155509527.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083651110\",\n                    \"PublishDate\": \"2025-03-07T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3681\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.155509073.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083651310\",\n                    \"PublishDate\": \"2025-03-07T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.145508992.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083640701\",\n                    \"PublishDate\": \"2025-03-07T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3674\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.145508937.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083640700\",\n                    \"PublishDate\": \"2025-03-07T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2599\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.135509584.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083628203\",\n                    \"PublishDate\": \"2025-03-07T13:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3675\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.135509521.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083628200\",\n                    \"PublishDate\": \"2025-03-07T13:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2600\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.125508684.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083614329\",\n                    \"PublishDate\": \"2025-03-07T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3662\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.125508636.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083614325\",\n                    \"PublishDate\": \"2025-03-07T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2597\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.115508626.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083602290\",\n                    \"PublishDate\": \"2025-03-07T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3658\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.115508579.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083602289\",\n                    \"PublishDate\": \"2025-03-07T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2602\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.105508546.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083592037\",\n                    \"PublishDate\": \"2025-03-07T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3649\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.105508502.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083592035\",\n                    \"PublishDate\": \"2025-03-07T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2599\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.095508583.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083580663\",\n                    \"PublishDate\": \"2025-03-07T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3651\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.095508517.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083580660\",\n                    \"PublishDate\": \"2025-03-07T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.085509077.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083566348\",\n                    \"PublishDate\": \"2025-03-07T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.085509023.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083566346\",\n                    \"PublishDate\": \"2025-03-07T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2595\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.075508862.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083551016\",\n                    \"PublishDate\": \"2025-03-07T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3667\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.075508822.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083551014\",\n                    \"PublishDate\": \"2025-03-07T07:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2605\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.065508556.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083539462\",\n                    \"PublishDate\": \"2025-03-07T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.065508481.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083539459\",\n                    \"PublishDate\": \"2025-03-07T06:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.055508759.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083526829\",\n                    \"PublishDate\": \"2025-03-07T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3648\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.055508713.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083526828\",\n                    \"PublishDate\": \"2025-03-07T05:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2621\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.045508578.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083511405\",\n                    \"PublishDate\": \"2025-03-07T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3652\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.045508523.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083511401\",\n                    \"PublishDate\": \"2025-03-07T04:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2625\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.035508560.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083501207\",\n                    \"PublishDate\": \"2025-03-07T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.035508497.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083501205\",\n                    \"PublishDate\": \"2025-03-07T03:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2612\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.025509733.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083490846\",\n                    \"PublishDate\": \"2025-03-07T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3663\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.025509681.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083490844\",\n                    \"PublishDate\": \"2025-03-07T02:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2608\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.015508749.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083480651\",\n                    \"PublishDate\": \"2025-03-07T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3661\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.015508688.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083480648\",\n                    \"PublishDate\": \"2025-03-07T01:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2612\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.005508792.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083470256\",\n                    \"PublishDate\": \"2025-03-07T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3687\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250307.005508750.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083470255\",\n                    \"PublishDate\": \"2025-03-07T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.235509560.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083459343\",\n                    \"PublishDate\": \"2025-03-06T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3682\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.235509485.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083459340\",\n                    \"PublishDate\": \"2025-03-06T23:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2617\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.225508697.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083449102\",\n                    \"PublishDate\": \"2025-03-06T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.225508656.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083449100\",\n                    \"PublishDate\": \"2025-03-06T22:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2614\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.215509008.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083438799\",\n                    \"PublishDate\": \"2025-03-06T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3668\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.215508945.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083438683\",\n                    \"PublishDate\": \"2025-03-06T21:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2609\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.205508612.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083425043\",\n                    \"PublishDate\": \"2025-03-06T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.205508526.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083425041\",\n                    \"PublishDate\": \"2025-03-06T20:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2587\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.195509477.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083413829\",\n                    \"PublishDate\": \"2025-03-06T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3648\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.195509412.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083413828\",\n                    \"PublishDate\": \"2025-03-06T19:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2588\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.185508533.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083402624\",\n                    \"PublishDate\": \"2025-03-06T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3657\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.185508497.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083401693\",\n                    \"PublishDate\": \"2025-03-06T18:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2595\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.175509630.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083389275\",\n                    \"PublishDate\": \"2025-03-06T17:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.175509576.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083389482\",\n                    \"PublishDate\": \"2025-03-06T17:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.165509574.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083379363\",\n                    \"PublishDate\": \"2025-03-06T16:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3662\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.165509499.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083379361\",\n                    \"PublishDate\": \"2025-03-06T16:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2590\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.155509781.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083369029\",\n                    \"PublishDate\": \"2025-03-06T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3676\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.155509681.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083368889\",\n                    \"PublishDate\": \"2025-03-06T15:55:09-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2600\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.145509215.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083358145\",\n                    \"PublishDate\": \"2025-03-06T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3675\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.145509047.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083358144\",\n                    \"PublishDate\": \"2025-03-06T14:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.135508581.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083345790\",\n                    \"PublishDate\": \"2025-03-06T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3688\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.135508534.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083345789\",\n                    \"PublishDate\": \"2025-03-06T13:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2620\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.125508294.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083335655\",\n                    \"PublishDate\": \"2025-03-06T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3683\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.125508199.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083335654\",\n                    \"PublishDate\": \"2025-03-06T12:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.115508421.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083324642\",\n                    \"PublishDate\": \"2025-03-06T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3680\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.115508359.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083324484\",\n                    \"PublishDate\": \"2025-03-06T11:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2619\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.105508451.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083314107\",\n                    \"PublishDate\": \"2025-03-06T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3672\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.105508398.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083314311\",\n                    \"PublishDate\": \"2025-03-06T10:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.095508537.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083300844\",\n                    \"PublishDate\": \"2025-03-06T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3678\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.095508479.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083300842\",\n                    \"PublishDate\": \"2025-03-06T09:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2611\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.085508371.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083282790\",\n                    \"PublishDate\": \"2025-03-06T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3679\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.085508327.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083282789\",\n                    \"PublishDate\": \"2025-03-06T08:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2628\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.075507963.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083266705\",\n                    \"PublishDate\": \"2025-03-06T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3698\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.075507914.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083266703\",\n                    \"PublishDate\": \"2025-03-06T07:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2630\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.065507724.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083255336\",\n                    \"PublishDate\": \"2025-03-06T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3702\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.065507571.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083255335\",\n                    \"PublishDate\": \"2025-03-06T06:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.055508224.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083243047\",\n                    \"PublishDate\": \"2025-03-06T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3679\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.055508092.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083243043\",\n                    \"PublishDate\": \"2025-03-06T05:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2608\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.045508125.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083228456\",\n                    \"PublishDate\": \"2025-03-06T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3661\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.045508046.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083228454\",\n                    \"PublishDate\": \"2025-03-06T04:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.035511038.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083218142\",\n                    \"PublishDate\": \"2025-03-06T03:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3666\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.035510531.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083218139\",\n                    \"PublishDate\": \"2025-03-06T03:55:10-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2609\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.025508190.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083207590\",\n                    \"PublishDate\": \"2025-03-06T02:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3684\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.025508093.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083207589\",\n                    \"PublishDate\": \"2025-03-06T02:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2603\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.015508213.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083197354\",\n                    \"PublishDate\": \"2025-03-06T01:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3669\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.015508113.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083197351\",\n                    \"PublishDate\": \"2025-03-06T01:55:07-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"2614\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_csv\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.005508294.PVGRHRLYAVGACTNP4737_csv.zip\",\n                    \"DocID\": \"1083186998\",\n                    \"PublishDate\": \"2025-03-06T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"3671\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13483\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"PVGRHRLYAVGACTNP4737_xml\",\n                    \"ConstructedName\": \"cdr.00013483.0000000000000000.20250306.005508240.PVGRHRLYAVGACTNP4737_xml.zip\",\n                    \"DocID\": \"1083186841\",\n                    \"PublishDate\": \"2025-03-06T00:55:08-05:00\",\n                    \"ReportName\": \"Solar Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            }\n        ]\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_ERCOT/wind_power_production_hourly_averaged_actual_and_forecasted_values_rtid.json",
    "content": "{\n    \"ListDocsByRptTypeRes\": {\n        \"DocumentList\": [\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10585\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.125509732.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085279266\",\n                    \"PublishDate\": \"2025-03-13T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15463\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.125509633.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085279137\",\n                    \"PublishDate\": \"2025-03-13T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10633\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.115510606.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085267985\",\n                    \"PublishDate\": \"2025-03-13T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15573\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.115510499.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085267983\",\n                    \"PublishDate\": \"2025-03-13T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10632\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.105509597.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085256905\",\n                    \"PublishDate\": \"2025-03-13T10:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15536\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.105509542.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085256902\",\n                    \"PublishDate\": \"2025-03-13T10:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10685\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.095509041.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085244254\",\n                    \"PublishDate\": \"2025-03-13T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15562\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.095508976.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085243983\",\n                    \"PublishDate\": \"2025-03-13T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10604\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.085509032.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085227961\",\n                    \"PublishDate\": \"2025-03-13T08:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15460\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.085508952.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085227960\",\n                    \"PublishDate\": \"2025-03-13T08:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.075508558.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085213311\",\n                    \"PublishDate\": \"2025-03-13T07:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15465\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.075508089.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085213310\",\n                    \"PublishDate\": \"2025-03-13T07:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10613\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.065508865.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085201035\",\n                    \"PublishDate\": \"2025-03-13T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15524\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.065508796.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085201033\",\n                    \"PublishDate\": \"2025-03-13T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10593\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.055508844.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085189820\",\n                    \"PublishDate\": \"2025-03-13T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15530\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.055508780.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085189818\",\n                    \"PublishDate\": \"2025-03-13T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10601\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.045509533.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085172944\",\n                    \"PublishDate\": \"2025-03-13T04:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15532\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.045509493.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085172941\",\n                    \"PublishDate\": \"2025-03-13T04:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10615\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.035508884.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085162429\",\n                    \"PublishDate\": \"2025-03-13T03:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15553\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.035508828.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085162428\",\n                    \"PublishDate\": \"2025-03-13T03:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10592\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.025508796.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085151995\",\n                    \"PublishDate\": \"2025-03-13T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15459\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.025508724.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085151953\",\n                    \"PublishDate\": \"2025-03-13T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10532\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.015509427.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085141904\",\n                    \"PublishDate\": \"2025-03-13T01:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15404\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.015509383.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085141902\",\n                    \"PublishDate\": \"2025-03-13T01:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10714\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.005508684.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085131238\",\n                    \"PublishDate\": \"2025-03-13T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-20T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15482\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250313.005508543.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085131347\",\n                    \"PublishDate\": \"2025-03-13T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10636\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.235509056.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085120872\",\n                    \"PublishDate\": \"2025-03-12T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15517\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.235508998.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085120700\",\n                    \"PublishDate\": \"2025-03-12T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10663\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.225511834.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085110614\",\n                    \"PublishDate\": \"2025-03-12T22:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15446\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.225511784.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085110755\",\n                    \"PublishDate\": \"2025-03-12T22:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10651\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.215510763.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085100227\",\n                    \"PublishDate\": \"2025-03-12T21:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15451\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.215510687.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085100224\",\n                    \"PublishDate\": \"2025-03-12T21:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10657\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.205510926.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085088994\",\n                    \"PublishDate\": \"2025-03-12T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15422\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.205510868.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085088991\",\n                    \"PublishDate\": \"2025-03-12T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10611\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.195511567.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085078595\",\n                    \"PublishDate\": \"2025-03-12T19:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15435\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.195511510.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085078737\",\n                    \"PublishDate\": \"2025-03-12T19:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10639\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.185510655.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085067641\",\n                    \"PublishDate\": \"2025-03-12T18:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15450\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.185510600.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085067640\",\n                    \"PublishDate\": \"2025-03-12T18:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10654\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.175510705.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085056080\",\n                    \"PublishDate\": \"2025-03-12T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15517\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.175510617.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085056076\",\n                    \"PublishDate\": \"2025-03-12T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10679\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.165510575.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085045403\",\n                    \"PublishDate\": \"2025-03-12T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15535\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.165510516.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085045629\",\n                    \"PublishDate\": \"2025-03-12T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10691\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.155510779.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085035061\",\n                    \"PublishDate\": \"2025-03-12T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15524\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.155510667.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085035145\",\n                    \"PublishDate\": \"2025-03-12T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10654\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.145510886.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085022701\",\n                    \"PublishDate\": \"2025-03-12T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15568\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.145510837.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085022804\",\n                    \"PublishDate\": \"2025-03-12T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10595\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.135510615.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1085010464\",\n                    \"PublishDate\": \"2025-03-12T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15579\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.135510509.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085010461\",\n                    \"PublishDate\": \"2025-03-12T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10636\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.125511552.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084999977\",\n                    \"PublishDate\": \"2025-03-12T12:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15578\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.125511498.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1085000129\",\n                    \"PublishDate\": \"2025-03-12T12:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10612\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.115510680.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084988490\",\n                    \"PublishDate\": \"2025-03-12T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15580\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.115510625.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084988810\",\n                    \"PublishDate\": \"2025-03-12T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10641\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.105510699.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084977879\",\n                    \"PublishDate\": \"2025-03-12T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15540\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.105510656.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084977877\",\n                    \"PublishDate\": \"2025-03-12T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10646\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.095510668.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084964582\",\n                    \"PublishDate\": \"2025-03-12T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15572\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.095510624.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084964581\",\n                    \"PublishDate\": \"2025-03-12T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10631\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.085510585.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084948275\",\n                    \"PublishDate\": \"2025-03-12T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15557\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.085510509.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084948274\",\n                    \"PublishDate\": \"2025-03-12T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10614\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.075510532.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084933722\",\n                    \"PublishDate\": \"2025-03-12T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15548\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.075510459.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084933719\",\n                    \"PublishDate\": \"2025-03-12T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10607\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.065510518.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084921363\",\n                    \"PublishDate\": \"2025-03-12T06:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15531\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.065510467.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084921361\",\n                    \"PublishDate\": \"2025-03-12T06:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.055510521.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084910150\",\n                    \"PublishDate\": \"2025-03-12T05:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15520\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.055510086.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084910148\",\n                    \"PublishDate\": \"2025-03-12T05:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10580\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.045514779.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084894694\",\n                    \"PublishDate\": \"2025-03-12T04:55:14-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15509\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.045514726.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084894691\",\n                    \"PublishDate\": \"2025-03-12T04:55:14-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10550\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.035510644.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084884345\",\n                    \"PublishDate\": \"2025-03-12T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15438\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.035510551.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084884344\",\n                    \"PublishDate\": \"2025-03-12T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10523\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.025510736.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084873838\",\n                    \"PublishDate\": \"2025-03-12T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15489\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.025510688.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084873837\",\n                    \"PublishDate\": \"2025-03-12T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10506\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.015510585.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084862651\",\n                    \"PublishDate\": \"2025-03-12T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15519\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.015510483.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084862649\",\n                    \"PublishDate\": \"2025-03-12T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10624\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.005510758.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084853520\",\n                    \"PublishDate\": \"2025-03-12T00:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-19T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15545\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250312.005510698.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084853518\",\n                    \"PublishDate\": \"2025-03-12T00:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10608\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.235511568.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084843056\",\n                    \"PublishDate\": \"2025-03-11T23:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15525\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.235511501.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084843052\",\n                    \"PublishDate\": \"2025-03-11T23:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10555\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.225509746.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084832669\",\n                    \"PublishDate\": \"2025-03-11T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15507\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.225509664.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084832433\",\n                    \"PublishDate\": \"2025-03-11T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10549\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.215513679.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084822639\",\n                    \"PublishDate\": \"2025-03-11T21:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15473\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.215513600.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084822636\",\n                    \"PublishDate\": \"2025-03-11T21:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10554\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.205509972.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084811234\",\n                    \"PublishDate\": \"2025-03-11T20:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15478\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.205509921.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084810978\",\n                    \"PublishDate\": \"2025-03-11T20:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10543\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.195509669.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084800564\",\n                    \"PublishDate\": \"2025-03-11T19:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15444\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.195509622.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084800563\",\n                    \"PublishDate\": \"2025-03-11T19:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10604\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.185510555.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084788780\",\n                    \"PublishDate\": \"2025-03-11T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15470\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.185510139.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084789052\",\n                    \"PublishDate\": \"2025-03-11T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10596\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.175509963.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084778706\",\n                    \"PublishDate\": \"2025-03-11T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15498\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.175509912.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084778704\",\n                    \"PublishDate\": \"2025-03-11T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10606\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.165509851.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084768381\",\n                    \"PublishDate\": \"2025-03-11T16:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15496\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.165509811.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084768379\",\n                    \"PublishDate\": \"2025-03-11T16:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10617\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.155509580.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084755620\",\n                    \"PublishDate\": \"2025-03-11T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15489\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.155509452.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084755619\",\n                    \"PublishDate\": \"2025-03-11T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10616\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.145509555.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084744586\",\n                    \"PublishDate\": \"2025-03-11T14:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15487\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.145509496.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084744584\",\n                    \"PublishDate\": \"2025-03-11T14:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10620\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.135509671.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084730886\",\n                    \"PublishDate\": \"2025-03-11T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15510\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.135509544.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084732255\",\n                    \"PublishDate\": \"2025-03-11T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10594\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.125509594.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084721215\",\n                    \"PublishDate\": \"2025-03-11T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15537\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.125509522.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084721212\",\n                    \"PublishDate\": \"2025-03-11T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10567\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.115509760.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084709991\",\n                    \"PublishDate\": \"2025-03-11T11:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15449\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.115509697.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084709989\",\n                    \"PublishDate\": \"2025-03-11T11:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10620\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.105509081.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084698941\",\n                    \"PublishDate\": \"2025-03-11T10:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15490\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.105509035.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084698940\",\n                    \"PublishDate\": \"2025-03-11T10:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10575\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.095508952.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084684490\",\n                    \"PublishDate\": \"2025-03-11T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15459\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.095508897.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084684488\",\n                    \"PublishDate\": \"2025-03-11T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10609\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.085508933.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084667968\",\n                    \"PublishDate\": \"2025-03-11T08:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15468\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.085508889.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084667966\",\n                    \"PublishDate\": \"2025-03-11T08:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10564\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.075508781.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084653178\",\n                    \"PublishDate\": \"2025-03-11T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15498\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.075508728.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084653177\",\n                    \"PublishDate\": \"2025-03-11T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10575\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.065509687.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084641169\",\n                    \"PublishDate\": \"2025-03-11T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15497\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.065509654.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084641168\",\n                    \"PublishDate\": \"2025-03-11T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10556\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.055509583.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084630131\",\n                    \"PublishDate\": \"2025-03-11T05:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15478\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.055509521.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084630128\",\n                    \"PublishDate\": \"2025-03-11T05:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10593\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.045508681.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084613278\",\n                    \"PublishDate\": \"2025-03-11T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15484\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.045508642.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084613275\",\n                    \"PublishDate\": \"2025-03-11T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10569\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.035509561.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084603016\",\n                    \"PublishDate\": \"2025-03-11T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15455\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.035509506.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084602766\",\n                    \"PublishDate\": \"2025-03-11T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10543\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.025508598.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084592475\",\n                    \"PublishDate\": \"2025-03-11T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15374\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.025508544.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084592472\",\n                    \"PublishDate\": \"2025-03-11T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10422\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.015508722.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084580724\",\n                    \"PublishDate\": \"2025-03-11T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15379\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.015508591.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084580720\",\n                    \"PublishDate\": \"2025-03-11T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10452\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.005509003.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084570508\",\n                    \"PublishDate\": \"2025-03-11T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-18T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15318\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250311.005508958.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084570506\",\n                    \"PublishDate\": \"2025-03-11T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10374\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.235509079.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084558426\",\n                    \"PublishDate\": \"2025-03-10T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15343\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.235509030.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084558425\",\n                    \"PublishDate\": \"2025-03-10T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10399\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.225508891.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084547185\",\n                    \"PublishDate\": \"2025-03-10T22:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15271\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.225508786.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084547184\",\n                    \"PublishDate\": \"2025-03-10T22:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10374\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.215508547.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084537033\",\n                    \"PublishDate\": \"2025-03-10T21:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15321\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.215508477.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084537031\",\n                    \"PublishDate\": \"2025-03-10T21:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10330\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.205510880.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084525017\",\n                    \"PublishDate\": \"2025-03-10T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15270\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.205510832.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084523163\",\n                    \"PublishDate\": \"2025-03-10T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10316\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.195511561.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084512720\",\n                    \"PublishDate\": \"2025-03-10T19:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15281\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.195511514.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084512719\",\n                    \"PublishDate\": \"2025-03-10T19:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10320\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.185510679.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084502017\",\n                    \"PublishDate\": \"2025-03-10T18:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15273\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.185510615.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084502015\",\n                    \"PublishDate\": \"2025-03-10T18:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10366\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.175511081.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084491710\",\n                    \"PublishDate\": \"2025-03-10T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15276\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.175511024.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084491709\",\n                    \"PublishDate\": \"2025-03-10T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10364\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.165511577.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084479593\",\n                    \"PublishDate\": \"2025-03-10T16:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15285\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.165511524.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084479591\",\n                    \"PublishDate\": \"2025-03-10T16:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10485\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.155510707.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084469061\",\n                    \"PublishDate\": \"2025-03-10T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15328\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.155510542.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084468993\",\n                    \"PublishDate\": \"2025-03-10T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10501\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.145510825.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084457834\",\n                    \"PublishDate\": \"2025-03-10T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15395\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.145510766.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084457832\",\n                    \"PublishDate\": \"2025-03-10T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10473\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.135510923.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084443621\",\n                    \"PublishDate\": \"2025-03-10T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15360\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.135510867.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084443581\",\n                    \"PublishDate\": \"2025-03-10T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10455\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.125510743.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084433176\",\n                    \"PublishDate\": \"2025-03-10T12:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15414\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.125510654.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084431982\",\n                    \"PublishDate\": \"2025-03-10T12:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10453\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.115511677.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084421886\",\n                    \"PublishDate\": \"2025-03-10T11:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15355\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.115511593.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084421882\",\n                    \"PublishDate\": \"2025-03-10T11:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10443\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.105510680.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084409911\",\n                    \"PublishDate\": \"2025-03-10T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15351\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.105510595.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084409907\",\n                    \"PublishDate\": \"2025-03-10T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10435\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.095513716.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084395785\",\n                    \"PublishDate\": \"2025-03-10T09:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15367\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.095513549.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084395779\",\n                    \"PublishDate\": \"2025-03-10T09:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10424\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.085510612.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084377243\",\n                    \"PublishDate\": \"2025-03-10T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15387\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.085510531.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084377240\",\n                    \"PublishDate\": \"2025-03-10T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10397\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.075509796.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084362387\",\n                    \"PublishDate\": \"2025-03-10T07:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15350\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.075509751.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084362386\",\n                    \"PublishDate\": \"2025-03-10T07:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10386\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.065510552.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084350010\",\n                    \"PublishDate\": \"2025-03-10T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15276\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.065510158.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084350008\",\n                    \"PublishDate\": \"2025-03-10T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10362\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.055510549.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084338809\",\n                    \"PublishDate\": \"2025-03-10T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15260\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.055510496.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084338807\",\n                    \"PublishDate\": \"2025-03-10T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10351\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.045510581.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084321952\",\n                    \"PublishDate\": \"2025-03-10T04:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15304\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.045510533.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084321950\",\n                    \"PublishDate\": \"2025-03-10T04:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10363\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.035510521.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084311356\",\n                    \"PublishDate\": \"2025-03-10T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15294\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.035510464.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084311354\",\n                    \"PublishDate\": \"2025-03-10T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10345\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.025510216.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084300878\",\n                    \"PublishDate\": \"2025-03-10T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15322\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.025510147.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084300876\",\n                    \"PublishDate\": \"2025-03-10T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10409\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.015510610.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084290543\",\n                    \"PublishDate\": \"2025-03-10T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15306\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.015510525.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084290539\",\n                    \"PublishDate\": \"2025-03-10T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10460\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.005510536.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084280121\",\n                    \"PublishDate\": \"2025-03-10T00:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-17T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15322\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250310.005510071.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084280119\",\n                    \"PublishDate\": \"2025-03-10T00:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10412\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.235510195.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084268766\",\n                    \"PublishDate\": \"2025-03-09T23:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15345\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.235509997.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084268897\",\n                    \"PublishDate\": \"2025-03-09T23:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10420\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.225510528.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084258561\",\n                    \"PublishDate\": \"2025-03-09T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15341\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.225510039.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084258559\",\n                    \"PublishDate\": \"2025-03-09T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10414\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.215510573.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084248186\",\n                    \"PublishDate\": \"2025-03-09T21:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15324\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.215510531.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084248185\",\n                    \"PublishDate\": \"2025-03-09T21:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10432\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.205510637.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084236930\",\n                    \"PublishDate\": \"2025-03-09T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15401\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.205510584.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084236928\",\n                    \"PublishDate\": \"2025-03-09T20:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10396\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.195509996.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084226494\",\n                    \"PublishDate\": \"2025-03-09T19:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15312\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.195509945.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084226493\",\n                    \"PublishDate\": \"2025-03-09T19:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10418\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.185509616.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084215592\",\n                    \"PublishDate\": \"2025-03-09T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15405\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.185509565.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084215590\",\n                    \"PublishDate\": \"2025-03-09T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10420\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.175509750.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084205335\",\n                    \"PublishDate\": \"2025-03-09T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15408\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.175509701.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084205334\",\n                    \"PublishDate\": \"2025-03-09T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10400\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.165511876.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084194987\",\n                    \"PublishDate\": \"2025-03-09T16:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15400\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.165511773.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084194775\",\n                    \"PublishDate\": \"2025-03-09T16:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10373\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.155509676.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084184493\",\n                    \"PublishDate\": \"2025-03-09T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15369\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.155509596.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084184662\",\n                    \"PublishDate\": \"2025-03-09T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10400\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.145509714.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084174125\",\n                    \"PublishDate\": \"2025-03-09T14:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15387\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.145509661.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084174122\",\n                    \"PublishDate\": \"2025-03-09T14:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10411\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.135509574.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084161606\",\n                    \"PublishDate\": \"2025-03-09T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15365\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.135509509.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084161603\",\n                    \"PublishDate\": \"2025-03-09T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10402\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.125509077.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084151223\",\n                    \"PublishDate\": \"2025-03-09T12:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15367\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.125509032.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084151104\",\n                    \"PublishDate\": \"2025-03-09T12:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10372\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.115509085.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084139875\",\n                    \"PublishDate\": \"2025-03-09T11:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15318\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.115509033.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084139873\",\n                    \"PublishDate\": \"2025-03-09T11:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10391\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.105511557.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084129655\",\n                    \"PublishDate\": \"2025-03-09T10:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15294\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.105511513.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084129652\",\n                    \"PublishDate\": \"2025-03-09T10:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10366\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.095509019.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084119227\",\n                    \"PublishDate\": \"2025-03-09T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15296\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.095508985.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084119225\",\n                    \"PublishDate\": \"2025-03-09T09:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10378\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.085511583.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084105148\",\n                    \"PublishDate\": \"2025-03-09T08:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15367\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.085511520.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084105145\",\n                    \"PublishDate\": \"2025-03-09T08:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10330\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.075508953.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084090219\",\n                    \"PublishDate\": \"2025-03-09T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15326\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.075508897.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084090218\",\n                    \"PublishDate\": \"2025-03-09T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10335\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.065509044.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084078662\",\n                    \"PublishDate\": \"2025-03-09T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15346\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.065508968.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084078660\",\n                    \"PublishDate\": \"2025-03-09T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10339\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.055508765.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084066856\",\n                    \"PublishDate\": \"2025-03-09T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15408\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.055508637.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084066853\",\n                    \"PublishDate\": \"2025-03-09T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10338\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.045508620.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084051073\",\n                    \"PublishDate\": \"2025-03-09T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15370\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.045508555.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084051071\",\n                    \"PublishDate\": \"2025-03-09T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10372\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.035507947.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084040266\",\n                    \"PublishDate\": \"2025-03-09T03:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15386\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.035507873.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084040576\",\n                    \"PublishDate\": \"2025-03-09T03:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10361\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.015508580.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084029456\",\n                    \"PublishDate\": \"2025-03-09T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15376\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.015508520.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084029455\",\n                    \"PublishDate\": \"2025-03-09T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10373\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.005508759.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084020230\",\n                    \"PublishDate\": \"2025-03-09T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-16T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15469\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250309.005508709.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084020228\",\n                    \"PublishDate\": \"2025-03-09T00:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10350\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.235508599.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1084008857\",\n                    \"PublishDate\": \"2025-03-08T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15434\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.235508514.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1084009179\",\n                    \"PublishDate\": \"2025-03-08T23:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10347\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.225508817.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083998949\",\n                    \"PublishDate\": \"2025-03-08T22:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15406\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.225508739.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083998947\",\n                    \"PublishDate\": \"2025-03-08T22:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10341\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.215507798.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083988732\",\n                    \"PublishDate\": \"2025-03-08T21:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15424\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.215507757.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083988731\",\n                    \"PublishDate\": \"2025-03-08T21:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10329\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.205508688.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083977447\",\n                    \"PublishDate\": \"2025-03-08T20:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15331\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.205508062.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083977441\",\n                    \"PublishDate\": \"2025-03-08T20:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10273\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.195513587.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083966956\",\n                    \"PublishDate\": \"2025-03-08T19:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15371\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.195513520.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083966955\",\n                    \"PublishDate\": \"2025-03-08T19:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10323\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.185511583.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083956447\",\n                    \"PublishDate\": \"2025-03-08T18:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15374\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.185511520.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083956444\",\n                    \"PublishDate\": \"2025-03-08T18:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10304\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.175510808.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083945957\",\n                    \"PublishDate\": \"2025-03-08T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15411\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.175510761.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083945936\",\n                    \"PublishDate\": \"2025-03-08T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10280\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.165510470.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083935745\",\n                    \"PublishDate\": \"2025-03-08T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15329\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.165510424.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083935742\",\n                    \"PublishDate\": \"2025-03-08T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10282\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.155510591.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083925374\",\n                    \"PublishDate\": \"2025-03-08T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15324\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.155510535.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083925190\",\n                    \"PublishDate\": \"2025-03-08T15:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10281\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.145510704.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083914389\",\n                    \"PublishDate\": \"2025-03-08T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15303\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.145510659.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083914388\",\n                    \"PublishDate\": \"2025-03-08T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10276\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.135510683.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083901973\",\n                    \"PublishDate\": \"2025-03-08T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15309\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.135510545.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083901970\",\n                    \"PublishDate\": \"2025-03-08T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10289\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.125515660.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083891454\",\n                    \"PublishDate\": \"2025-03-08T12:55:15-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15332\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.125515615.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083891638\",\n                    \"PublishDate\": \"2025-03-08T12:55:15-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10266\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.115510606.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083880327\",\n                    \"PublishDate\": \"2025-03-08T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15305\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.115510556.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083880324\",\n                    \"PublishDate\": \"2025-03-08T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10267\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.105515430.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083870136\",\n                    \"PublishDate\": \"2025-03-08T10:55:15-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15275\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.105515343.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083870133\",\n                    \"PublishDate\": \"2025-03-08T10:55:15-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10265\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.095510510.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083859798\",\n                    \"PublishDate\": \"2025-03-08T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15306\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.095510459.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083859796\",\n                    \"PublishDate\": \"2025-03-08T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10259\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.085510462.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083845523\",\n                    \"PublishDate\": \"2025-03-08T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15333\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.085510318.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083845521\",\n                    \"PublishDate\": \"2025-03-08T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10289\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.075510691.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083831048\",\n                    \"PublishDate\": \"2025-03-08T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15266\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.075510544.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083831046\",\n                    \"PublishDate\": \"2025-03-08T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10306\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.065510566.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083819013\",\n                    \"PublishDate\": \"2025-03-08T06:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15253\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.065510493.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083819010\",\n                    \"PublishDate\": \"2025-03-08T06:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10289\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.055510542.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083807157\",\n                    \"PublishDate\": \"2025-03-08T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15320\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.055510482.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083807871\",\n                    \"PublishDate\": \"2025-03-08T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10292\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.045510574.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083791309\",\n                    \"PublishDate\": \"2025-03-08T04:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15320\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.045510515.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083791307\",\n                    \"PublishDate\": \"2025-03-08T04:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10295\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.035510607.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083780761\",\n                    \"PublishDate\": \"2025-03-08T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15322\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.035510534.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083781065\",\n                    \"PublishDate\": \"2025-03-08T03:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10302\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.025510619.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083770740\",\n                    \"PublishDate\": \"2025-03-08T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15375\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.025510539.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083770849\",\n                    \"PublishDate\": \"2025-03-08T02:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10290\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.015510603.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083760564\",\n                    \"PublishDate\": \"2025-03-08T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15319\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.015510510.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083760561\",\n                    \"PublishDate\": \"2025-03-08T01:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10265\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.005511700.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083750437\",\n                    \"PublishDate\": \"2025-03-08T00:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-15T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15310\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250308.005511639.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083750010\",\n                    \"PublishDate\": \"2025-03-08T00:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10245\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.235513770.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083739486\",\n                    \"PublishDate\": \"2025-03-07T23:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15302\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.235513721.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083739485\",\n                    \"PublishDate\": \"2025-03-07T23:55:13-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10192\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.225509786.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083729077\",\n                    \"PublishDate\": \"2025-03-07T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15287\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.225509680.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083729182\",\n                    \"PublishDate\": \"2025-03-07T22:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10216\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.215511700.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083718869\",\n                    \"PublishDate\": \"2025-03-07T21:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15336\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.215511631.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083718687\",\n                    \"PublishDate\": \"2025-03-07T21:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10199\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.205511863.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083706165\",\n                    \"PublishDate\": \"2025-03-07T20:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15268\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.205511767.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083707390\",\n                    \"PublishDate\": \"2025-03-07T20:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10240\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.195514624.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083697187\",\n                    \"PublishDate\": \"2025-03-07T19:55:14-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15339\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.195514540.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083697185\",\n                    \"PublishDate\": \"2025-03-07T19:55:14-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10222\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.185509860.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083686166\",\n                    \"PublishDate\": \"2025-03-07T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15310\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.185509817.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083686090\",\n                    \"PublishDate\": \"2025-03-07T18:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10242\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.175509587.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083674945\",\n                    \"PublishDate\": \"2025-03-07T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15356\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.175509525.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083674942\",\n                    \"PublishDate\": \"2025-03-07T17:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10243\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.165509655.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083664347\",\n                    \"PublishDate\": \"2025-03-07T16:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15361\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.165509491.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083664343\",\n                    \"PublishDate\": \"2025-03-07T16:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10396\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.155509546.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083651313\",\n                    \"PublishDate\": \"2025-03-07T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15460\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.155509488.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083651311\",\n                    \"PublishDate\": \"2025-03-07T15:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10418\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.145510587.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083640714\",\n                    \"PublishDate\": \"2025-03-07T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15474\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.145510529.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083640504\",\n                    \"PublishDate\": \"2025-03-07T14:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10430\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.135509565.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083628202\",\n                    \"PublishDate\": \"2025-03-07T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15500\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.135509508.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083628198\",\n                    \"PublishDate\": \"2025-03-07T13:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10379\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.125509595.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083614344\",\n                    \"PublishDate\": \"2025-03-07T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15414\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.125509544.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083614342\",\n                    \"PublishDate\": \"2025-03-07T12:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10412\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.115509574.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083602323\",\n                    \"PublishDate\": \"2025-03-07T11:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15485\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.115509509.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083602322\",\n                    \"PublishDate\": \"2025-03-07T11:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10411\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.105509594.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083592059\",\n                    \"PublishDate\": \"2025-03-07T10:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15506\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.105509542.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083592056\",\n                    \"PublishDate\": \"2025-03-07T10:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10416\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.095509454.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083580677\",\n                    \"PublishDate\": \"2025-03-07T09:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15490\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.095509382.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083580675\",\n                    \"PublishDate\": \"2025-03-07T09:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10421\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.085509629.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083566352\",\n                    \"PublishDate\": \"2025-03-07T08:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15466\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.085509504.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083566349\",\n                    \"PublishDate\": \"2025-03-07T08:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10387\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.075509490.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083551027\",\n                    \"PublishDate\": \"2025-03-07T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15494\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.075509076.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083551025\",\n                    \"PublishDate\": \"2025-03-07T07:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10393\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.065508583.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083539465\",\n                    \"PublishDate\": \"2025-03-07T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15444\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.065508524.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083539461\",\n                    \"PublishDate\": \"2025-03-07T06:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10395\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.055508669.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083528171\",\n                    \"PublishDate\": \"2025-03-07T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15471\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.055508628.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083526827\",\n                    \"PublishDate\": \"2025-03-07T05:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10383\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.045508967.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083511415\",\n                    \"PublishDate\": \"2025-03-07T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15454\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.045508907.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083511414\",\n                    \"PublishDate\": \"2025-03-07T04:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10387\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.035509397.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083499799\",\n                    \"PublishDate\": \"2025-03-07T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15421\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.035509309.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083501216\",\n                    \"PublishDate\": \"2025-03-07T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10391\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.025508795.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083490828\",\n                    \"PublishDate\": \"2025-03-07T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15456\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.025508744.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083490825\",\n                    \"PublishDate\": \"2025-03-07T02:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10388\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.015508753.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083480652\",\n                    \"PublishDate\": \"2025-03-07T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15455\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.015508700.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083480649\",\n                    \"PublishDate\": \"2025-03-07T01:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10433\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.005509817.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083470267\",\n                    \"PublishDate\": \"2025-03-07T00:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-14T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15439\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250307.005509755.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083470407\",\n                    \"PublishDate\": \"2025-03-07T00:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10442\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.235508564.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083459325\",\n                    \"PublishDate\": \"2025-03-06T23:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15447\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.235508046.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083459321\",\n                    \"PublishDate\": \"2025-03-06T23:55:07-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10446\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.225510922.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083449142\",\n                    \"PublishDate\": \"2025-03-06T22:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15456\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.225510843.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083449139\",\n                    \"PublishDate\": \"2025-03-06T22:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10431\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.215508893.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083438796\",\n                    \"PublishDate\": \"2025-03-06T21:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15419\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.215508843.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083438795\",\n                    \"PublishDate\": \"2025-03-06T21:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10413\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.205508622.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083424215\",\n                    \"PublishDate\": \"2025-03-06T20:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15393\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.205508506.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083425039\",\n                    \"PublishDate\": \"2025-03-06T20:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10411\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.195508461.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083413817\",\n                    \"PublishDate\": \"2025-03-06T19:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15426\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.195508401.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083413816\",\n                    \"PublishDate\": \"2025-03-06T19:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10403\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.185508433.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083401692\",\n                    \"PublishDate\": \"2025-03-06T18:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15440\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.185508390.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083401691\",\n                    \"PublishDate\": \"2025-03-06T18:55:08-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10410\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.175510935.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083389281\",\n                    \"PublishDate\": \"2025-03-06T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15429\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.175510851.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083389493\",\n                    \"PublishDate\": \"2025-03-06T17:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10366\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.165511433.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083379383\",\n                    \"PublishDate\": \"2025-03-06T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15446\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.165511081.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083379380\",\n                    \"PublishDate\": \"2025-03-06T16:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10393\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.155518522.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083369057\",\n                    \"PublishDate\": \"2025-03-06T15:55:18-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15392\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.155518398.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083368945\",\n                    \"PublishDate\": \"2025-03-06T15:55:18-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10390\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.145511412.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083358159\",\n                    \"PublishDate\": \"2025-03-06T14:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15387\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.145511196.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083358209\",\n                    \"PublishDate\": \"2025-03-06T14:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10564\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.135511159.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083345818\",\n                    \"PublishDate\": \"2025-03-06T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15519\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.135511068.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083345815\",\n                    \"PublishDate\": \"2025-03-06T13:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10494\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.125511046.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083335679\",\n                    \"PublishDate\": \"2025-03-06T12:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15463\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.125510937.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083335677\",\n                    \"PublishDate\": \"2025-03-06T12:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10507\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.115511168.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083324659\",\n                    \"PublishDate\": \"2025-03-06T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15427\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.115511068.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083324657\",\n                    \"PublishDate\": \"2025-03-06T11:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10521\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.105511105.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083314335\",\n                    \"PublishDate\": \"2025-03-06T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15494\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.105511032.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083314333\",\n                    \"PublishDate\": \"2025-03-06T10:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10515\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.095510471.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083300870\",\n                    \"PublishDate\": \"2025-03-06T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15483\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.095510418.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083300868\",\n                    \"PublishDate\": \"2025-03-06T09:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10534\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.085510405.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083282816\",\n                    \"PublishDate\": \"2025-03-06T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15447\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.085510344.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083282814\",\n                    \"PublishDate\": \"2025-03-06T08:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10542\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.075510380.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083266323\",\n                    \"PublishDate\": \"2025-03-06T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15447\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.075510329.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083266728\",\n                    \"PublishDate\": \"2025-03-06T07:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10514\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.065510084.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083255356\",\n                    \"PublishDate\": \"2025-03-06T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15451\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.065510016.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083255090\",\n                    \"PublishDate\": \"2025-03-06T06:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10511\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.055510383.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083243075\",\n                    \"PublishDate\": \"2025-03-06T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15453\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.055510323.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083243073\",\n                    \"PublishDate\": \"2025-03-06T05:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10542\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.045510171.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083228473\",\n                    \"PublishDate\": \"2025-03-06T04:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15429\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.045510060.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083228472\",\n                    \"PublishDate\": \"2025-03-06T04:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10566\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.035510001.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083218127\",\n                    \"PublishDate\": \"2025-03-06T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15418\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.035509957.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083218125\",\n                    \"PublishDate\": \"2025-03-06T03:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10570\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.025512133.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083207604\",\n                    \"PublishDate\": \"2025-03-06T02:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15516\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.025512055.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083207510\",\n                    \"PublishDate\": \"2025-03-06T02:55:11-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10553\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.015509944.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083197379\",\n                    \"PublishDate\": \"2025-03-06T01:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15448\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.015509883.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083197376\",\n                    \"PublishDate\": \"2025-03-06T01:55:09-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"10516\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_csv\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.005510747.WPPHRLYAVGACTNP4732_csv.zip\",\n                    \"DocID\": \"1083186854\",\n                    \"PublishDate\": \"2025-03-06T00:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            },\n            {\n                \"Document\": {\n                    \"ExpiredDate\": \"2025-03-13T23:59:59-05:00\",\n                    \"ILMStatus\": \"EXT\",\n                    \"SecurityStatus\": \"P\",\n                    \"ContentSize\": \"15414\",\n                    \"Extension\": \"zip\",\n                    \"ReportTypeID\": \"13028\",\n                    \"Prefix\": \"cdr\",\n                    \"FriendlyName\": \"WPPHRLYAVGACTNP4732_xml\",\n                    \"ConstructedName\": \"cdr.00013028.0000000000000000.20250306.005510693.WPPHRLYAVGACTNP4732_xml.zip\",\n                    \"DocID\": \"1083186853\",\n                    \"PublishDate\": \"2025-03-06T00:55:10-05:00\",\n                    \"ReportName\": \"Wind Power Production - Hourly Averaged Actual and Forecasted Values\",\n                    \"DUNS\": \"0000000000000000\",\n                    \"DocCount\": \"0\"\n                }\n            }\n        ]\n    }\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_HI.htm",
    "content": "[{\"dateTime\":\"2021-11-16T00:30:00.000Z\",\"Fossil_Fuel\":537.3,\"Waste2Energy\":55.7,\"Solar\":57.4,\"WindFarm\":0.9,\"BioFuel\":0,\"Coal\":179.2}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_HI_hist.htm",
    "content": "[{\"dateTime\":\"2013-12-05T09:30:00.000Z\",\"Fossil_Fuel\":547.9,\"Waste2Energy\":36.9,\"Solar\":0,\"WindFarm\":2.4,\"BioFuel\":0,\"Coal\":179.8},\n{\"dateTime\": \"2013-12-04 09:30:00\", \"Fossil_Fuel\": 692.9,\"Waste2Energy\": 49.4, \"Solar\": 93.5, \"WindFarm\": 3.8,\n\"BioFuel\": 0, \"Coal\": 180.1}, {\"dateTime\": \"2013-12-04 09:00:00\",\"Fossil_Fuel\": 691.3, \"Waste2Energy\": 50.1,\"Solar\":\n81.1, \"WindFarm\": 4.1, \"BioFuel\": 0, \"Coal\": 179.5}, {\"dateTime\": \"2013-12-04 08:30:00\", \"Fossil_Fuel\":\n694.3,\"Waste2Energy\": 44.8, \"Solar\": 4.9, \"WindFarm\": 2.2, \"BioFuel\": 0, \"Coal\": 180}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_MISO/DataBrokerServicesgetSolarForecast.asmx.json",
    "content": "{\"MktDay\":\"03-10-2025\",\"RefId\":\"10-Mar-2025 - Interval 06:00 EST\",\"Forecast\":[{\"DateTimeEST\":\"2025-03-10 12:00:00 AM\",\"HourEndingEST\":\"1\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 1:00:00 AM\",\"HourEndingEST\":\"2\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 2:00:00 AM\",\"HourEndingEST\":\"3\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 3:00:00 AM\",\"HourEndingEST\":\"4\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 4:00:00 AM\",\"HourEndingEST\":\"5\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 5:00:00 AM\",\"HourEndingEST\":\"6\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 6:00:00 AM\",\"HourEndingEST\":\"7\",\"Value\":\"3.00\"},{\"DateTimeEST\":\"2025-03-10 7:00:00 AM\",\"HourEndingEST\":\"8\",\"Value\":\"1042.00\"},{\"DateTimeEST\":\"2025-03-10 8:00:00 AM\",\"HourEndingEST\":\"9\",\"Value\":\"6022.00\"},{\"DateTimeEST\":\"2025-03-10 9:00:00 AM\",\"HourEndingEST\":\"10\",\"Value\":\"10313.00\"},{\"DateTimeEST\":\"2025-03-10 10:00:00 AM\",\"HourEndingEST\":\"11\",\"Value\":\"11437.00\"},{\"DateTimeEST\":\"2025-03-10 11:00:00 AM\",\"HourEndingEST\":\"12\",\"Value\":\"11466.00\"},{\"DateTimeEST\":\"2025-03-10 12:00:00 PM\",\"HourEndingEST\":\"13\",\"Value\":\"11301.00\"},{\"DateTimeEST\":\"2025-03-10 1:00:00 PM\",\"HourEndingEST\":\"14\",\"Value\":\"11206.00\"},{\"DateTimeEST\":\"2025-03-10 2:00:00 PM\",\"HourEndingEST\":\"15\",\"Value\":\"11297.00\"},{\"DateTimeEST\":\"2025-03-10 3:00:00 PM\",\"HourEndingEST\":\"16\",\"Value\":\"11398.00\"},{\"DateTimeEST\":\"2025-03-10 4:00:00 PM\",\"HourEndingEST\":\"17\",\"Value\":\"10642.00\"},{\"DateTimeEST\":\"2025-03-10 5:00:00 PM\",\"HourEndingEST\":\"18\",\"Value\":\"6959.00\"},{\"DateTimeEST\":\"2025-03-10 6:00:00 PM\",\"HourEndingEST\":\"19\",\"Value\":\"1583.00\"},{\"DateTimeEST\":\"2025-03-10 7:00:00 PM\",\"HourEndingEST\":\"20\",\"Value\":\"8.00\"},{\"DateTimeEST\":\"2025-03-10 8:00:00 PM\",\"HourEndingEST\":\"21\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 9:00:00 PM\",\"HourEndingEST\":\"22\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 10:00:00 PM\",\"HourEndingEST\":\"23\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-10 11:00:00 PM\",\"HourEndingEST\":\"24\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 12:00:00 AM\",\"HourEndingEST\":\"1\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 1:00:00 AM\",\"HourEndingEST\":\"2\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 2:00:00 AM\",\"HourEndingEST\":\"3\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 3:00:00 AM\",\"HourEndingEST\":\"4\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 4:00:00 AM\",\"HourEndingEST\":\"5\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 5:00:00 AM\",\"HourEndingEST\":\"6\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 6:00:00 AM\",\"HourEndingEST\":\"7\",\"Value\":\"3.00\"},{\"DateTimeEST\":\"2025-03-11 7:00:00 AM\",\"HourEndingEST\":\"8\",\"Value\":\"1123.00\"},{\"DateTimeEST\":\"2025-03-11 8:00:00 AM\",\"HourEndingEST\":\"9\",\"Value\":\"6119.00\"},{\"DateTimeEST\":\"2025-03-11 9:00:00 AM\",\"HourEndingEST\":\"10\",\"Value\":\"10198.00\"},{\"DateTimeEST\":\"2025-03-11 10:00:00 AM\",\"HourEndingEST\":\"11\",\"Value\":\"11213.00\"},{\"DateTimeEST\":\"2025-03-11 11:00:00 AM\",\"HourEndingEST\":\"12\",\"Value\":\"11234.00\"},{\"DateTimeEST\":\"2025-03-11 12:00:00 PM\",\"HourEndingEST\":\"13\",\"Value\":\"11105.00\"},{\"DateTimeEST\":\"2025-03-11 1:00:00 PM\",\"HourEndingEST\":\"14\",\"Value\":\"11038.00\"},{\"DateTimeEST\":\"2025-03-11 2:00:00 PM\",\"HourEndingEST\":\"15\",\"Value\":\"11119.00\"},{\"DateTimeEST\":\"2025-03-11 3:00:00 PM\",\"HourEndingEST\":\"16\",\"Value\":\"11229.00\"},{\"DateTimeEST\":\"2025-03-11 4:00:00 PM\",\"HourEndingEST\":\"17\",\"Value\":\"10441.00\"},{\"DateTimeEST\":\"2025-03-11 5:00:00 PM\",\"HourEndingEST\":\"18\",\"Value\":\"6848.00\"},{\"DateTimeEST\":\"2025-03-11 6:00:00 PM\",\"HourEndingEST\":\"19\",\"Value\":\"1586.00\"},{\"DateTimeEST\":\"2025-03-11 7:00:00 PM\",\"HourEndingEST\":\"20\",\"Value\":\"9.00\"},{\"DateTimeEST\":\"2025-03-11 8:00:00 PM\",\"HourEndingEST\":\"21\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 9:00:00 PM\",\"HourEndingEST\":\"22\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 10:00:00 PM\",\"HourEndingEST\":\"23\",\"Value\":\"0.00\"},{\"DateTimeEST\":\"2025-03-11 11:00:00 PM\",\"HourEndingEST\":\"24\",\"Value\":\"0.00\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_MISO/DataBrokerServicesgetWindForecast.asmx.json",
    "content": "{\"MktDay\":\"03-10-2025\",\"RefId\":\"10-Mar-2025 - Interval 04:00 EST\",\"Forecast\":[{\"DateTimeEST\":\"2025-03-10 12:00:00 AM\",\"HourEndingEST\":\"1\",\"Value\":\"17716.00\"},{\"DateTimeEST\":\"2025-03-10 1:00:00 AM\",\"HourEndingEST\":\"2\",\"Value\":\"17168.00\"},{\"DateTimeEST\":\"2025-03-10 2:00:00 AM\",\"HourEndingEST\":\"3\",\"Value\":\"16628.00\"},{\"DateTimeEST\":\"2025-03-10 3:00:00 AM\",\"HourEndingEST\":\"4\",\"Value\":\"16249.00\"},{\"DateTimeEST\":\"2025-03-10 4:00:00 AM\",\"HourEndingEST\":\"5\",\"Value\":\"16089.00\"},{\"DateTimeEST\":\"2025-03-10 5:00:00 AM\",\"HourEndingEST\":\"6\",\"Value\":\"16192.00\"},{\"DateTimeEST\":\"2025-03-10 6:00:00 AM\",\"HourEndingEST\":\"7\",\"Value\":\"16583.00\"},{\"DateTimeEST\":\"2025-03-10 7:00:00 AM\",\"HourEndingEST\":\"8\",\"Value\":\"17076.00\"},{\"DateTimeEST\":\"2025-03-10 8:00:00 AM\",\"HourEndingEST\":\"9\",\"Value\":\"17386.00\"},{\"DateTimeEST\":\"2025-03-10 9:00:00 AM\",\"HourEndingEST\":\"10\",\"Value\":\"17154.00\"},{\"DateTimeEST\":\"2025-03-10 10:00:00 AM\",\"HourEndingEST\":\"11\",\"Value\":\"16391.00\"},{\"DateTimeEST\":\"2025-03-10 11:00:00 AM\",\"HourEndingEST\":\"12\",\"Value\":\"16389.00\"},{\"DateTimeEST\":\"2025-03-10 12:00:00 PM\",\"HourEndingEST\":\"13\",\"Value\":\"17767.00\"},{\"DateTimeEST\":\"2025-03-10 1:00:00 PM\",\"HourEndingEST\":\"14\",\"Value\":\"19703.00\"},{\"DateTimeEST\":\"2025-03-10 2:00:00 PM\",\"HourEndingEST\":\"15\",\"Value\":\"21282.00\"},{\"DateTimeEST\":\"2025-03-10 3:00:00 PM\",\"HourEndingEST\":\"16\",\"Value\":\"22330.00\"},{\"DateTimeEST\":\"2025-03-10 4:00:00 PM\",\"HourEndingEST\":\"17\",\"Value\":\"22727.00\"},{\"DateTimeEST\":\"2025-03-10 5:00:00 PM\",\"HourEndingEST\":\"18\",\"Value\":\"22525.00\"},{\"DateTimeEST\":\"2025-03-10 6:00:00 PM\",\"HourEndingEST\":\"19\",\"Value\":\"22427.00\"},{\"DateTimeEST\":\"2025-03-10 7:00:00 PM\",\"HourEndingEST\":\"20\",\"Value\":\"23044.00\"},{\"DateTimeEST\":\"2025-03-10 8:00:00 PM\",\"HourEndingEST\":\"21\",\"Value\":\"23647.00\"},{\"DateTimeEST\":\"2025-03-10 9:00:00 PM\",\"HourEndingEST\":\"22\",\"Value\":\"23981.00\"},{\"DateTimeEST\":\"2025-03-10 10:00:00 PM\",\"HourEndingEST\":\"23\",\"Value\":\"24047.00\"},{\"DateTimeEST\":\"2025-03-10 11:00:00 PM\",\"HourEndingEST\":\"24\",\"Value\":\"23881.00\"},{\"DateTimeEST\":\"2025-03-11 12:00:00 AM\",\"HourEndingEST\":\"1\",\"Value\":\"23596.00\"},{\"DateTimeEST\":\"2025-03-11 1:00:00 AM\",\"HourEndingEST\":\"2\",\"Value\":\"23196.00\"},{\"DateTimeEST\":\"2025-03-11 2:00:00 AM\",\"HourEndingEST\":\"3\",\"Value\":\"23034.00\"},{\"DateTimeEST\":\"2025-03-11 3:00:00 AM\",\"HourEndingEST\":\"4\",\"Value\":\"23022.00\"},{\"DateTimeEST\":\"2025-03-11 4:00:00 AM\",\"HourEndingEST\":\"5\",\"Value\":\"22831.00\"},{\"DateTimeEST\":\"2025-03-11 5:00:00 AM\",\"HourEndingEST\":\"6\",\"Value\":\"22327.00\"},{\"DateTimeEST\":\"2025-03-11 6:00:00 AM\",\"HourEndingEST\":\"7\",\"Value\":\"21393.00\"},{\"DateTimeEST\":\"2025-03-11 7:00:00 AM\",\"HourEndingEST\":\"8\",\"Value\":\"19830.00\"},{\"DateTimeEST\":\"2025-03-11 8:00:00 AM\",\"HourEndingEST\":\"9\",\"Value\":\"17808.00\"},{\"DateTimeEST\":\"2025-03-11 9:00:00 AM\",\"HourEndingEST\":\"10\",\"Value\":\"15679.00\"},{\"DateTimeEST\":\"2025-03-11 10:00:00 AM\",\"HourEndingEST\":\"11\",\"Value\":\"13413.00\"},{\"DateTimeEST\":\"2025-03-11 11:00:00 AM\",\"HourEndingEST\":\"12\",\"Value\":\"11073.00\"},{\"DateTimeEST\":\"2025-03-11 12:00:00 PM\",\"HourEndingEST\":\"13\",\"Value\":\"9176.00\"},{\"DateTimeEST\":\"2025-03-11 1:00:00 PM\",\"HourEndingEST\":\"14\",\"Value\":\"8033.00\"},{\"DateTimeEST\":\"2025-03-11 2:00:00 PM\",\"HourEndingEST\":\"15\",\"Value\":\"7338.00\"},{\"DateTimeEST\":\"2025-03-11 3:00:00 PM\",\"HourEndingEST\":\"16\",\"Value\":\"6885.00\"},{\"DateTimeEST\":\"2025-03-11 4:00:00 PM\",\"HourEndingEST\":\"17\",\"Value\":\"6934.00\"},{\"DateTimeEST\":\"2025-03-11 5:00:00 PM\",\"HourEndingEST\":\"18\",\"Value\":\"7577.00\"},{\"DateTimeEST\":\"2025-03-11 6:00:00 PM\",\"HourEndingEST\":\"19\",\"Value\":\"8756.00\"},{\"DateTimeEST\":\"2025-03-11 7:00:00 PM\",\"HourEndingEST\":\"20\",\"Value\":\"11393.00\"},{\"DateTimeEST\":\"2025-03-11 8:00:00 PM\",\"HourEndingEST\":\"21\",\"Value\":\"13542.00\"},{\"DateTimeEST\":\"2025-03-11 9:00:00 PM\",\"HourEndingEST\":\"22\",\"Value\":\"14719.00\"},{\"DateTimeEST\":\"2025-03-11 10:00:00 PM\",\"HourEndingEST\":\"23\",\"Value\":\"15219.00\"},{\"DateTimeEST\":\"2025-03-11 11:00:00 PM\",\"HourEndingEST\":\"24\",\"Value\":\"15321.00\"}]}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/day_ahead_load_forecast_20250317.xml",
    "content": "[{\"data\":{\"actual\":[{\"SystemLoadBtmPv\":10427.106,\"NativeLoadBtmPv\":10080.906,\"PumpMw\":346.2,\"LoadMw\":10427.106,\"Mw\":10080.906,\"BeginDate\":\"2025-03-17T00:00:00.000-04:00\"},{\"SystemLoadBtmPv\":10357.775,\"NativeLoadBtmPv\":10010.675,\"PumpMw\":347.1,\"LoadMw\":10357.775,\"Mw\":10010.675,\"BeginDate\":\"2025-03-17T00:05:00.000-04:00\"},{\"SystemLoadBtmPv\":10311.155,\"NativeLoadBtmPv\":9962.355,\"PumpMw\":348.8,\"LoadMw\":10311.155,\"Mw\":9962.355,\"BeginDate\":\"2025-03-17T00:10:00.000-04:00\"},{\"SystemLoadBtmPv\":10289.713,\"NativeLoadBtmPv\":9921.513,\"PumpMw\":368.2,\"LoadMw\":10289.713,\"Mw\":9921.513,\"BeginDate\":\"2025-03-17T00:15:00.000-04:00\"},{\"SystemLoadBtmPv\":10268.988,\"NativeLoadBtmPv\":9906.888,\"PumpMw\":362.1,\"LoadMw\":10268.988,\"Mw\":9906.888,\"BeginDate\":\"2025-03-17T00:20:00.000-04:00\"},{\"SystemLoadBtmPv\":10198.298,\"NativeLoadBtmPv\":9848.398,\"PumpMw\":349.9,\"LoadMw\":10198.298,\"Mw\":9848.398,\"BeginDate\":\"2025-03-17T00:25:00.000-04:00\"},{\"SystemLoadBtmPv\":10158.84,\"NativeLoadBtmPv\":9812.04,\"PumpMw\":346.8,\"LoadMw\":10158.84,\"Mw\":9812.04,\"BeginDate\":\"2025-03-17T00:30:00.000-04:00\"},{\"SystemLoadBtmPv\":10166.886,\"NativeLoadBtmPv\":9801.286,\"PumpMw\":365.6,\"LoadMw\":10166.886,\"Mw\":9801.286,\"BeginDate\":\"2025-03-17T00:35:00.000-04:00\"},{\"SystemLoadBtmPv\":10334.842,\"NativeLoadBtmPv\":9733.542,\"PumpMw\":601.3,\"LoadMw\":10334.842,\"Mw\":9733.542,\"BeginDate\":\"2025-03-17T00:40:00.000-04:00\"},{\"SystemLoadBtmPv\":10300.445,\"NativeLoadBtmPv\":9698.645,\"PumpMw\":601.8,\"LoadMw\":10300.445,\"Mw\":9698.645,\"BeginDate\":\"2025-03-17T00:45:00.000-04:00\"},{\"SystemLoadBtmPv\":10266.936,\"NativeLoadBtmPv\":9660.536,\"PumpMw\":606.4,\"LoadMw\":10266.936,\"Mw\":9660.536,\"BeginDate\":\"2025-03-17T00:50:00.000-04:00\"},{\"SystemLoadBtmPv\":10228.246,\"NativeLoadBtmPv\":9625.646,\"PumpMw\":602.6,\"LoadMw\":10228.246,\"Mw\":9625.646,\"BeginDate\":\"2025-03-17T00:55:00.000-04:00\"},{\"SystemLoadBtmPv\":10222.98,\"NativeLoadBtmPv\":9624.38,\"PumpMw\":598.6,\"LoadMw\":10222.98,\"Mw\":9624.38,\"BeginDate\":\"2025-03-17T01:00:00.000-04:00\"},{\"SystemLoadBtmPv\":10221.321,\"NativeLoadBtmPv\":9616.521,\"PumpMw\":604.8,\"LoadMw\":10221.321,\"Mw\":9616.521,\"BeginDate\":\"2025-03-17T01:05:00.000-04:00\"},{\"SystemLoadBtmPv\":10135.758,\"NativeLoadBtmPv\":9538.458,\"PumpMw\":597.3,\"LoadMw\":10135.758,\"Mw\":9538.458,\"BeginDate\":\"2025-03-17T01:10:00.000-04:00\"},{\"SystemLoadBtmPv\":10145.925,\"NativeLoadBtmPv\":9547.125,\"PumpMw\":598.8,\"LoadMw\":10145.925,\"Mw\":9547.125,\"BeginDate\":\"2025-03-17T01:15:00.000-04:00\"},{\"SystemLoadBtmPv\":10129.925,\"NativeLoadBtmPv\":9519.125,\"PumpMw\":610.8,\"LoadMw\":10129.925,\"Mw\":9519.125,\"BeginDate\":\"2025-03-17T01:20:00.000-04:00\"},{\"SystemLoadBtmPv\":10093.049,\"NativeLoadBtmPv\":9480.549,\"PumpMw\":612.5,\"LoadMw\":10093.049,\"Mw\":9480.549,\"BeginDate\":\"2025-03-17T01:25:00.000-04:00\"},{\"SystemLoadBtmPv\":10045.802,\"NativeLoadBtmPv\":9443.302,\"PumpMw\":602.5,\"LoadMw\":10045.802,\"Mw\":9443.302,\"BeginDate\":\"2025-03-17T01:30:00.000-04:00\"},{\"SystemLoadBtmPv\":10048.813,\"NativeLoadBtmPv\":9446.913,\"PumpMw\":601.9,\"LoadMw\":10048.813,\"Mw\":9446.913,\"BeginDate\":\"2025-03-17T01:35:00.000-04:00\"},{\"SystemLoadBtmPv\":10030.214,\"NativeLoadBtmPv\":9431.414,\"PumpMw\":598.8,\"LoadMw\":10030.214,\"Mw\":9431.414,\"BeginDate\":\"2025-03-17T01:40:00.000-04:00\"},{\"SystemLoadBtmPv\":9993.583,\"NativeLoadBtmPv\":9394.383,\"PumpMw\":599.2,\"LoadMw\":9993.583,\"Mw\":9394.383,\"BeginDate\":\"2025-03-17T01:45:00.000-04:00\"},{\"SystemLoadBtmPv\":10012.989,\"NativeLoadBtmPv\":9405.189,\"PumpMw\":607.8,\"LoadMw\":10012.989,\"Mw\":9405.189,\"BeginDate\":\"2025-03-17T01:50:00.000-04:00\"},{\"SystemLoadBtmPv\":9962.454,\"NativeLoadBtmPv\":9355.654,\"PumpMw\":606.8,\"LoadMw\":9962.454,\"Mw\":9355.654,\"BeginDate\":\"2025-03-17T01:55:00.000-04:00\"},{\"SystemLoadBtmPv\":9964.881,\"NativeLoadBtmPv\":9368.081,\"PumpMw\":596.8,\"LoadMw\":9964.881,\"Mw\":9368.081,\"BeginDate\":\"2025-03-17T02:00:00.000-04:00\"},{\"SystemLoadBtmPv\":9972.533,\"NativeLoadBtmPv\":9375.533,\"PumpMw\":597,\"LoadMw\":9972.533,\"Mw\":9375.533,\"BeginDate\":\"2025-03-17T02:05:00.000-04:00\"},{\"SystemLoadBtmPv\":9958.963,\"NativeLoadBtmPv\":9361.263,\"PumpMw\":597.7,\"LoadMw\":9958.963,\"Mw\":9361.263,\"BeginDate\":\"2025-03-17T02:10:00.000-04:00\"},{\"SystemLoadBtmPv\":9954.013,\"NativeLoadBtmPv\":9340.313,\"PumpMw\":613.7,\"LoadMw\":9954.013,\"Mw\":9340.313,\"BeginDate\":\"2025-03-17T02:15:00.000-04:00\"},{\"SystemLoadBtmPv\":9926.412,\"NativeLoadBtmPv\":9330.212,\"PumpMw\":596.2,\"LoadMw\":9926.412,\"Mw\":9330.212,\"BeginDate\":\"2025-03-17T02:20:00.000-04:00\"},{\"SystemLoadBtmPv\":9943.174,\"NativeLoadBtmPv\":9339.774,\"PumpMw\":603.4,\"LoadMw\":9943.174,\"Mw\":9339.774,\"BeginDate\":\"2025-03-17T02:25:00.000-04:00\"},{\"SystemLoadBtmPv\":9890.188,\"NativeLoadBtmPv\":9289.588,\"PumpMw\":600.6,\"LoadMw\":9890.188,\"Mw\":9289.588,\"BeginDate\":\"2025-03-17T02:30:00.000-04:00\"},{\"SystemLoadBtmPv\":9877.672,\"NativeLoadBtmPv\":9278.072,\"PumpMw\":599.6,\"LoadMw\":9877.672,\"Mw\":9278.072,\"BeginDate\":\"2025-03-17T02:35:00.000-04:00\"},{\"SystemLoadBtmPv\":9883.4,\"NativeLoadBtmPv\":9287.1,\"PumpMw\":596.3,\"LoadMw\":9883.4,\"Mw\":9287.1,\"BeginDate\":\"2025-03-17T02:40:00.000-04:00\"},{\"SystemLoadBtmPv\":9891.388,\"NativeLoadBtmPv\":9294.288,\"PumpMw\":597.1,\"LoadMw\":9891.388,\"Mw\":9294.288,\"BeginDate\":\"2025-03-17T02:45:00.000-04:00\"},{\"SystemLoadBtmPv\":9879.676,\"NativeLoadBtmPv\":9278.876,\"PumpMw\":600.8,\"LoadMw\":9879.676,\"Mw\":9278.876,\"BeginDate\":\"2025-03-17T02:50:00.000-04:00\"},{\"SystemLoadBtmPv\":9897.157,\"NativeLoadBtmPv\":9292.157,\"PumpMw\":605,\"LoadMw\":9897.157,\"Mw\":9292.157,\"BeginDate\":\"2025-03-17T02:55:00.000-04:00\"},{\"SystemLoadBtmPv\":9876.358,\"NativeLoadBtmPv\":9281.958,\"PumpMw\":594.4,\"LoadMw\":9876.358,\"Mw\":9281.958,\"BeginDate\":\"2025-03-17T03:00:00.000-04:00\"},{\"SystemLoadBtmPv\":9944.544,\"NativeLoadBtmPv\":9330.444,\"PumpMw\":614.1,\"LoadMw\":9944.544,\"Mw\":9330.444,\"BeginDate\":\"2025-03-17T03:05:00.000-04:00\"},{\"SystemLoadBtmPv\":9922.482,\"NativeLoadBtmPv\":9326.082,\"PumpMw\":596.4,\"LoadMw\":9922.482,\"Mw\":9326.082,\"BeginDate\":\"2025-03-17T03:10:00.000-04:00\"},{\"SystemLoadBtmPv\":9891.684,\"NativeLoadBtmPv\":9296.684,\"PumpMw\":595,\"LoadMw\":9891.684,\"Mw\":9296.684,\"BeginDate\":\"2025-03-17T03:15:00.000-04:00\"},{\"SystemLoadBtmPv\":9911.326,\"NativeLoadBtmPv\":9316.226,\"PumpMw\":595.1,\"LoadMw\":9911.326,\"Mw\":9316.226,\"BeginDate\":\"2025-03-17T03:20:00.000-04:00\"},{\"SystemLoadBtmPv\":9876.071,\"NativeLoadBtmPv\":9271.471,\"PumpMw\":604.6,\"LoadMw\":9876.071,\"Mw\":9271.471,\"BeginDate\":\"2025-03-17T03:25:00.000-04:00\"},{\"SystemLoadBtmPv\":9874.316,\"NativeLoadBtmPv\":9278.416,\"PumpMw\":595.9,\"LoadMw\":9874.316,\"Mw\":9278.416,\"BeginDate\":\"2025-03-17T03:30:00.000-04:00\"},{\"SystemLoadBtmPv\":9879.625,\"NativeLoadBtmPv\":9286.325,\"PumpMw\":593.3,\"LoadMw\":9879.625,\"Mw\":9286.325,\"BeginDate\":\"2025-03-17T03:35:00.000-04:00\"},{\"SystemLoadBtmPv\":9907.643,\"NativeLoadBtmPv\":9307.643,\"PumpMw\":600,\"LoadMw\":9907.643,\"Mw\":9307.643,\"BeginDate\":\"2025-03-17T03:40:00.000-04:00\"},{\"SystemLoadBtmPv\":9869.741,\"NativeLoadBtmPv\":9272.841,\"PumpMw\":596.9,\"LoadMw\":9869.741,\"Mw\":9272.841,\"BeginDate\":\"2025-03-17T03:45:00.000-04:00\"},{\"SystemLoadBtmPv\":9909.482,\"NativeLoadBtmPv\":9314.882,\"PumpMw\":594.6,\"LoadMw\":9909.482,\"Mw\":9314.882,\"BeginDate\":\"2025-03-17T03:50:00.000-04:00\"},{\"SystemLoadBtmPv\":9918.597,\"NativeLoadBtmPv\":9324.697,\"PumpMw\":593.9,\"LoadMw\":9918.597,\"Mw\":9324.697,\"BeginDate\":\"2025-03-17T03:55:00.000-04:00\"},{\"SystemLoadBtmPv\":9972.992,\"NativeLoadBtmPv\":9381.592,\"PumpMw\":591.4,\"LoadMw\":9972.992,\"Mw\":9381.592,\"BeginDate\":\"2025-03-17T04:00:00.000-04:00\"},{\"SystemLoadBtmPv\":10022.838,\"NativeLoadBtmPv\":9416.838,\"PumpMw\":606,\"LoadMw\":10022.838,\"Mw\":9416.838,\"BeginDate\":\"2025-03-17T04:05:00.000-04:00\"},{\"SystemLoadBtmPv\":10049.037,\"NativeLoadBtmPv\":9453.737,\"PumpMw\":595.3,\"LoadMw\":10049.037,\"Mw\":9453.737,\"BeginDate\":\"2025-03-17T04:10:00.000-04:00\"},{\"SystemLoadBtmPv\":10065.958,\"NativeLoadBtmPv\":9463.758,\"PumpMw\":602.2,\"LoadMw\":10065.958,\"Mw\":9463.758,\"BeginDate\":\"2025-03-17T04:15:00.000-04:00\"},{\"SystemLoadBtmPv\":10097.131,\"NativeLoadBtmPv\":9500.931,\"PumpMw\":596.2,\"LoadMw\":10097.131,\"Mw\":9500.931,\"BeginDate\":\"2025-03-17T04:20:00.000-04:00\"},{\"SystemLoadBtmPv\":10098.432,\"NativeLoadBtmPv\":9504.632,\"PumpMw\":593.8,\"LoadMw\":10098.432,\"Mw\":9504.632,\"BeginDate\":\"2025-03-17T04:25:00.000-04:00\"},{\"SystemLoadBtmPv\":10142.551,\"NativeLoadBtmPv\":9550.351,\"PumpMw\":592.2,\"LoadMw\":10142.551,\"Mw\":9550.351,\"BeginDate\":\"2025-03-17T04:30:00.000-04:00\"},{\"SystemLoadBtmPv\":10203.978,\"NativeLoadBtmPv\":9610.278,\"PumpMw\":593.7,\"LoadMw\":10203.978,\"Mw\":9610.278,\"BeginDate\":\"2025-03-17T04:35:00.000-04:00\"},{\"SystemLoadBtmPv\":10228.439,\"NativeLoadBtmPv\":9615.139,\"PumpMw\":613.3,\"LoadMw\":10228.439,\"Mw\":9615.139,\"BeginDate\":\"2025-03-17T04:40:00.000-04:00\"},{\"SystemLoadBtmPv\":10256.136,\"NativeLoadBtmPv\":9664.436,\"PumpMw\":591.7,\"LoadMw\":10256.136,\"Mw\":9664.436,\"BeginDate\":\"2025-03-17T04:45:00.000-04:00\"},{\"SystemLoadBtmPv\":10332.688,\"NativeLoadBtmPv\":9733.888,\"PumpMw\":598.8,\"LoadMw\":10332.688,\"Mw\":9733.888,\"BeginDate\":\"2025-03-17T04:50:00.000-04:00\"},{\"SystemLoadBtmPv\":10353.587,\"NativeLoadBtmPv\":9762.887,\"PumpMw\":590.7,\"LoadMw\":10353.587,\"Mw\":9762.887,\"BeginDate\":\"2025-03-17T04:55:00.000-04:00\"},{\"SystemLoadBtmPv\":10473.879,\"NativeLoadBtmPv\":9845.179,\"PumpMw\":628.7,\"LoadMw\":10473.879,\"Mw\":9845.179,\"BeginDate\":\"2025-03-17T05:00:00.000-04:00\"},{\"SystemLoadBtmPv\":10559.889,\"NativeLoadBtmPv\":9967.889,\"PumpMw\":592,\"LoadMw\":10559.889,\"Mw\":9967.889,\"BeginDate\":\"2025-03-17T05:05:00.000-04:00\"},{\"SystemLoadBtmPv\":10627.385,\"NativeLoadBtmPv\":10035.285,\"PumpMw\":592.1,\"LoadMw\":10627.385,\"Mw\":10035.285,\"BeginDate\":\"2025-03-17T05:10:00.000-04:00\"},{\"SystemLoadBtmPv\":10731.893,\"NativeLoadBtmPv\":10137.393,\"PumpMw\":594.5,\"LoadMw\":10731.893,\"Mw\":10137.393,\"BeginDate\":\"2025-03-17T05:15:00.000-04:00\"},{\"SystemLoadBtmPv\":10739.243,\"NativeLoadBtmPv\":10149.643,\"PumpMw\":589.6,\"LoadMw\":10739.243,\"Mw\":10149.643,\"BeginDate\":\"2025-03-17T05:20:00.000-04:00\"},{\"SystemLoadBtmPv\":10855.928,\"NativeLoadBtmPv\":10258.228,\"PumpMw\":597.7,\"LoadMw\":10855.928,\"Mw\":10258.228,\"BeginDate\":\"2025-03-17T05:25:00.000-04:00\"},{\"SystemLoadBtmPv\":10903.133,\"NativeLoadBtmPv\":10311.633,\"PumpMw\":591.5,\"LoadMw\":10903.133,\"Mw\":10311.633,\"BeginDate\":\"2025-03-17T05:30:00.000-04:00\"},{\"SystemLoadBtmPv\":11017.92,\"NativeLoadBtmPv\":10428.82,\"PumpMw\":589.1,\"LoadMw\":11017.92,\"Mw\":10428.82,\"BeginDate\":\"2025-03-17T05:35:00.000-04:00\"},{\"SystemLoadBtmPv\":11096.982,\"NativeLoadBtmPv\":10502.882,\"PumpMw\":594.1,\"LoadMw\":11096.982,\"Mw\":10502.882,\"BeginDate\":\"2025-03-17T05:40:00.000-04:00\"},{\"SystemLoadBtmPv\":10926.913,\"NativeLoadBtmPv\":10590.713,\"PumpMw\":336.2,\"LoadMw\":10926.913,\"Mw\":10590.713,\"BeginDate\":\"2025-03-17T05:45:00.000-04:00\"},{\"SystemLoadBtmPv\":11060.152,\"NativeLoadBtmPv\":10720.752,\"PumpMw\":339.4,\"LoadMw\":11060.152,\"Mw\":10720.752,\"BeginDate\":\"2025-03-17T05:50:00.000-04:00\"},{\"SystemLoadBtmPv\":11157.11,\"NativeLoadBtmPv\":10818.41,\"PumpMw\":338.7,\"LoadMw\":11157.11,\"Mw\":10818.41,\"BeginDate\":\"2025-03-17T05:55:00.000-04:00\"},{\"SystemLoadBtmPv\":11004.128,\"NativeLoadBtmPv\":10988.728,\"PumpMw\":15.4,\"LoadMw\":11004.128,\"Mw\":10988.728,\"BeginDate\":\"2025-03-17T06:00:00.000-04:00\"},{\"SystemLoadBtmPv\":11211.05,\"NativeLoadBtmPv\":11198.15,\"PumpMw\":12.9,\"LoadMw\":11211.05,\"Mw\":11198.15,\"BeginDate\":\"2025-03-17T06:05:00.000-04:00\"},{\"SystemLoadBtmPv\":11351.891,\"NativeLoadBtmPv\":11332.591,\"PumpMw\":19.3,\"LoadMw\":11351.891,\"Mw\":11332.591,\"BeginDate\":\"2025-03-17T06:10:00.000-04:00\"},{\"SystemLoadBtmPv\":11469.719,\"NativeLoadBtmPv\":11442.619,\"PumpMw\":27.1,\"LoadMw\":11469.719,\"Mw\":11442.619,\"BeginDate\":\"2025-03-17T06:15:00.000-04:00\"},{\"SystemLoadBtmPv\":11563.1,\"NativeLoadBtmPv\":11550.2,\"PumpMw\":12.9,\"LoadMw\":11563.1,\"Mw\":11550.2,\"BeginDate\":\"2025-03-17T06:20:00.000-04:00\"},{\"SystemLoadBtmPv\":11673.108,\"NativeLoadBtmPv\":11658.808,\"PumpMw\":14.3,\"LoadMw\":11673.108,\"Mw\":11658.808,\"BeginDate\":\"2025-03-17T06:25:00.000-04:00\"},{\"SystemLoadBtmPv\":11795.857,\"NativeLoadBtmPv\":11774.857,\"PumpMw\":21,\"LoadMw\":11795.857,\"Mw\":11774.857,\"BeginDate\":\"2025-03-17T06:30:00.000-04:00\"},{\"SystemLoadBtmPv\":11878.715,\"NativeLoadBtmPv\":11865.415,\"PumpMw\":13.3,\"LoadMw\":11878.715,\"Mw\":11865.415,\"BeginDate\":\"2025-03-17T06:35:00.000-04:00\"},{\"SystemLoadBtmPv\":11989.326,\"NativeLoadBtmPv\":11975.526,\"PumpMw\":13.8,\"LoadMw\":11989.326,\"Mw\":11975.526,\"BeginDate\":\"2025-03-17T06:40:00.000-04:00\"},{\"SystemLoadBtmPv\":12087.496,\"NativeLoadBtmPv\":12074.196,\"PumpMw\":13.3,\"LoadMw\":12087.496,\"Mw\":12074.196,\"BeginDate\":\"2025-03-17T06:45:00.000-04:00\"},{\"SystemLoadBtmPv\":12237.033,\"NativeLoadBtmPv\":12218.433,\"PumpMw\":18.6,\"LoadMw\":12236.283,\"Mw\":12217.683,\"BeginDate\":\"2025-03-17T06:50:00.000-04:00\"},{\"SystemLoadBtmPv\":12271.885,\"NativeLoadBtmPv\":12257.485,\"PumpMw\":14.4,\"LoadMw\":12269.635,\"Mw\":12255.235,\"BeginDate\":\"2025-03-17T06:55:00.000-04:00\"},{\"SystemLoadBtmPv\":12398.717,\"NativeLoadBtmPv\":12385.417,\"PumpMw\":13.3,\"LoadMw\":12395.717,\"Mw\":12382.417,\"BeginDate\":\"2025-03-17T07:00:00.000-04:00\"},{\"SystemLoadBtmPv\":12460.872,\"NativeLoadBtmPv\":12444.372,\"PumpMw\":16.5,\"LoadMw\":12455.622,\"Mw\":12439.122,\"BeginDate\":\"2025-03-17T07:05:00.000-04:00\"},{\"SystemLoadBtmPv\":12639.619,\"NativeLoadBtmPv\":12623.719,\"PumpMw\":15.9,\"LoadMw\":12631.369,\"Mw\":12615.469,\"BeginDate\":\"2025-03-17T07:10:00.000-04:00\"},{\"SystemLoadBtmPv\":12683.063,\"NativeLoadBtmPv\":12666.463,\"PumpMw\":16.6,\"LoadMw\":12671.813,\"Mw\":12655.213,\"BeginDate\":\"2025-03-17T07:15:00.000-04:00\"},{\"SystemLoadBtmPv\":12788.583,\"NativeLoadBtmPv\":12775.783,\"PumpMw\":12.8,\"LoadMw\":12774.333,\"Mw\":12761.533,\"BeginDate\":\"2025-03-17T07:20:00.000-04:00\"},{\"SystemLoadBtmPv\":12838.267,\"NativeLoadBtmPv\":12824.167,\"PumpMw\":14.1,\"LoadMw\":12820.767,\"Mw\":12806.667,\"BeginDate\":\"2025-03-17T07:25:00.000-04:00\"},{\"SystemLoadBtmPv\":12899.762,\"NativeLoadBtmPv\":12864.962,\"PumpMw\":34.8,\"LoadMw\":12879.512,\"Mw\":12844.712,\"BeginDate\":\"2025-03-17T07:30:00.000-04:00\"},{\"SystemLoadBtmPv\":12906.015,\"NativeLoadBtmPv\":12892.715,\"PumpMw\":13.3,\"LoadMw\":12880.015,\"Mw\":12866.715,\"BeginDate\":\"2025-03-17T07:35:00.000-04:00\"},{\"SystemLoadBtmPv\":12974.771,\"NativeLoadBtmPv\":12958.071,\"PumpMw\":16.7,\"LoadMw\":12943.771,\"Mw\":12927.071,\"BeginDate\":\"2025-03-17T07:40:00.000-04:00\"},{\"SystemLoadBtmPv\":12992.391,\"NativeLoadBtmPv\":12978.691,\"PumpMw\":13.7,\"LoadMw\":12954.891,\"Mw\":12941.191,\"BeginDate\":\"2025-03-17T07:45:00.000-04:00\"},{\"SystemLoadBtmPv\":13067.724,\"NativeLoadBtmPv\":13052.224,\"PumpMw\":15.5,\"LoadMw\":13023.224,\"Mw\":13007.724,\"BeginDate\":\"2025-03-17T07:50:00.000-04:00\"},{\"SystemLoadBtmPv\":13128.394,\"NativeLoadBtmPv\":13111.694,\"PumpMw\":16.7,\"LoadMw\":13077.144,\"Mw\":13060.444,\"BeginDate\":\"2025-03-17T07:55:00.000-04:00\"},{\"SystemLoadBtmPv\":13145.406,\"NativeLoadBtmPv\":13131.606,\"PumpMw\":13.8,\"LoadMw\":13087.656,\"Mw\":13073.856,\"BeginDate\":\"2025-03-17T08:00:00.000-04:00\"},{\"SystemLoadBtmPv\":13197.5,\"NativeLoadBtmPv\":13184.5,\"PumpMw\":13,\"LoadMw\":13134.75,\"Mw\":13121.75,\"BeginDate\":\"2025-03-17T08:05:00.000-04:00\"},{\"SystemLoadBtmPv\":13253.987,\"NativeLoadBtmPv\":13238.287,\"PumpMw\":15.7,\"LoadMw\":13182.987,\"Mw\":13167.287,\"BeginDate\":\"2025-03-17T08:10:00.000-04:00\"},{\"SystemLoadBtmPv\":13288.27,\"NativeLoadBtmPv\":13272.27,\"PumpMw\":16,\"LoadMw\":13208.02,\"Mw\":13192.02,\"BeginDate\":\"2025-03-17T08:15:00.000-04:00\"},{\"SystemLoadBtmPv\":13327.535,\"NativeLoadBtmPv\":13305.235,\"PumpMw\":22.3,\"LoadMw\":13243.535,\"Mw\":13221.235,\"BeginDate\":\"2025-03-17T08:20:00.000-04:00\"},{\"SystemLoadBtmPv\":13308.671,\"NativeLoadBtmPv\":13293.271,\"PumpMw\":15.4,\"LoadMw\":13226.171,\"Mw\":13210.771,\"BeginDate\":\"2025-03-17T08:25:00.000-04:00\"},{\"SystemLoadBtmPv\":13355.924,\"NativeLoadBtmPv\":13339.824,\"PumpMw\":16.1,\"LoadMw\":13270.424,\"Mw\":13254.324,\"BeginDate\":\"2025-03-17T08:30:00.000-04:00\"},{\"SystemLoadBtmPv\":13362.991,\"NativeLoadBtmPv\":13341.891,\"PumpMw\":21.1,\"LoadMw\":13273.741,\"Mw\":13252.641,\"BeginDate\":\"2025-03-17T08:35:00.000-04:00\"},{\"SystemLoadBtmPv\":13366.327,\"NativeLoadBtmPv\":13352.727,\"PumpMw\":13.6,\"LoadMw\":13264.327,\"Mw\":13250.727,\"BeginDate\":\"2025-03-17T08:40:00.000-04:00\"},{\"SystemLoadBtmPv\":13348.917,\"NativeLoadBtmPv\":13335.717,\"PumpMw\":13.2,\"LoadMw\":13248.667,\"Mw\":13235.467,\"BeginDate\":\"2025-03-17T08:45:00.000-04:00\"},{\"SystemLoadBtmPv\":13395.155,\"NativeLoadBtmPv\":13378.255,\"PumpMw\":16.9,\"LoadMw\":13279.155,\"Mw\":13262.255,\"BeginDate\":\"2025-03-17T08:50:00.000-04:00\"},{\"SystemLoadBtmPv\":13409.58,\"NativeLoadBtmPv\":13394.48,\"PumpMw\":15.1,\"LoadMw\":13282.83,\"Mw\":13267.73,\"BeginDate\":\"2025-03-17T08:55:00.000-04:00\"},{\"SystemLoadBtmPv\":13469.691,\"NativeLoadBtmPv\":13445.691,\"PumpMw\":24,\"LoadMw\":13327.691,\"Mw\":13303.691,\"BeginDate\":\"2025-03-17T09:00:00.000-04:00\"},{\"SystemLoadBtmPv\":13472.758,\"NativeLoadBtmPv\":13456.158,\"PumpMw\":16.6,\"LoadMw\":13312.508,\"Mw\":13295.908,\"BeginDate\":\"2025-03-17T09:05:00.000-04:00\"},{\"SystemLoadBtmPv\":13534.185,\"NativeLoadBtmPv\":13520.485,\"PumpMw\":13.7,\"LoadMw\":13359.435,\"Mw\":13345.735,\"BeginDate\":\"2025-03-17T09:10:00.000-04:00\"},{\"SystemLoadBtmPv\":13542.406,\"NativeLoadBtmPv\":13525.806,\"PumpMw\":16.6,\"LoadMw\":13362.656,\"Mw\":13346.056,\"BeginDate\":\"2025-03-17T09:15:00.000-04:00\"},{\"SystemLoadBtmPv\":13514.789,\"NativeLoadBtmPv\":13500.989,\"PumpMw\":13.8,\"LoadMw\":13323.789,\"Mw\":13309.989,\"BeginDate\":\"2025-03-17T09:20:00.000-04:00\"},{\"SystemLoadBtmPv\":13602.897,\"NativeLoadBtmPv\":13586.897,\"PumpMw\":16,\"LoadMw\":13393.147,\"Mw\":13377.147,\"BeginDate\":\"2025-03-17T09:25:00.000-04:00\"},{\"SystemLoadBtmPv\":13614.249,\"NativeLoadBtmPv\":13594.749,\"PumpMw\":19.5,\"LoadMw\":13389.499,\"Mw\":13369.999,\"BeginDate\":\"2025-03-17T09:30:00.000-04:00\"},{\"SystemLoadBtmPv\":13650.154,\"NativeLoadBtmPv\":13634.054,\"PumpMw\":16.1,\"LoadMw\":13399.904,\"Mw\":13383.804,\"BeginDate\":\"2025-03-17T09:35:00.000-04:00\"},{\"SystemLoadBtmPv\":13630.584,\"NativeLoadBtmPv\":13616.384,\"PumpMw\":14.2,\"LoadMw\":13367.834,\"Mw\":13353.634,\"BeginDate\":\"2025-03-17T09:40:00.000-04:00\"},{\"SystemLoadBtmPv\":13662.191,\"NativeLoadBtmPv\":13648.791,\"PumpMw\":13.4,\"LoadMw\":13379.691,\"Mw\":13366.291,\"BeginDate\":\"2025-03-17T09:45:00.000-04:00\"},{\"SystemLoadBtmPv\":13733.884,\"NativeLoadBtmPv\":13717.384,\"PumpMw\":16.5,\"LoadMw\":13436.634,\"Mw\":13420.134,\"BeginDate\":\"2025-03-17T09:50:00.000-04:00\"},{\"SystemLoadBtmPv\":13711.815,\"NativeLoadBtmPv\":13696.615,\"PumpMw\":15.2,\"LoadMw\":13393.065,\"Mw\":13377.865,\"BeginDate\":\"2025-03-17T09:55:00.000-04:00\"},{\"SystemLoadBtmPv\":13806.048,\"NativeLoadBtmPv\":13783.348,\"PumpMw\":22.7,\"LoadMw\":13473.798,\"Mw\":13451.098,\"BeginDate\":\"2025-03-17T10:00:00.000-04:00\"},{\"SystemLoadBtmPv\":13841.126,\"NativeLoadBtmPv\":13822.626,\"PumpMw\":18.5,\"LoadMw\":13491.376,\"Mw\":13472.876,\"BeginDate\":\"2025-03-17T10:05:00.000-04:00\"},{\"SystemLoadBtmPv\":13811.598,\"NativeLoadBtmPv\":13796.798,\"PumpMw\":14.8,\"LoadMw\":13449.348,\"Mw\":13434.548,\"BeginDate\":\"2025-03-17T10:10:00.000-04:00\"},{\"SystemLoadBtmPv\":13852.995,\"NativeLoadBtmPv\":13838.895,\"PumpMw\":14.1,\"LoadMw\":13472.995,\"Mw\":13458.895,\"BeginDate\":\"2025-03-17T10:15:00.000-04:00\"},{\"SystemLoadBtmPv\":13787.759,\"NativeLoadBtmPv\":13773.359,\"PumpMw\":14.4,\"LoadMw\":13397.759,\"Mw\":13383.359,\"BeginDate\":\"2025-03-17T10:20:00.000-04:00\"},{\"SystemLoadBtmPv\":13832.68,\"NativeLoadBtmPv\":13818.48,\"PumpMw\":14.2,\"LoadMw\":13430.43,\"Mw\":13416.23,\"BeginDate\":\"2025-03-17T10:25:00.000-04:00\"},{\"SystemLoadBtmPv\":13801.531,\"NativeLoadBtmPv\":13786.731,\"PumpMw\":14.8,\"LoadMw\":13387.781,\"Mw\":13372.981,\"BeginDate\":\"2025-03-17T10:30:00.000-04:00\"},{\"SystemLoadBtmPv\":13824.168,\"NativeLoadBtmPv\":13805.868,\"PumpMw\":18.3,\"LoadMw\":13392.668,\"Mw\":13374.368,\"BeginDate\":\"2025-03-17T10:35:00.000-04:00\"},{\"SystemLoadBtmPv\":13796.136,\"NativeLoadBtmPv\":13780.536,\"PumpMw\":15.6,\"LoadMw\":13351.886,\"Mw\":13336.286,\"BeginDate\":\"2025-03-17T10:40:00.000-04:00\"},{\"SystemLoadBtmPv\":13850.017,\"NativeLoadBtmPv\":13835.217,\"PumpMw\":14.8,\"LoadMw\":13358.517,\"Mw\":13343.717,\"BeginDate\":\"2025-03-17T10:45:00.000-04:00\"},{\"SystemLoadBtmPv\":13815.818,\"NativeLoadBtmPv\":13801.418,\"PumpMw\":14.4,\"LoadMw\":13313.318,\"Mw\":13298.918,\"BeginDate\":\"2025-03-17T10:50:00.000-04:00\"}],\"priorDay\":[{\"NetLoadMw\":9950,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":9950,\"BeginDate\":\"2025-03-17T00:00:00.000-04:00\"},{\"NetLoadMw\":9660,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":9660,\"BeginDate\":\"2025-03-17T01:00:00.000-04:00\"},{\"NetLoadMw\":9430,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":9430,\"BeginDate\":\"2025-03-17T02:00:00.000-04:00\"},{\"NetLoadMw\":9560,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":9560,\"BeginDate\":\"2025-03-17T03:00:00.000-04:00\"},{\"NetLoadMw\":9720,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":9720,\"BeginDate\":\"2025-03-17T04:00:00.000-04:00\"},{\"NetLoadMw\":10770,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":10770,\"BeginDate\":\"2025-03-17T05:00:00.000-04:00\"},{\"NetLoadMw\":12110,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":12110,\"BeginDate\":\"2025-03-17T06:00:00.000-04:00\"},{\"NetLoadMw\":13140,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13140,\"BeginDate\":\"2025-03-17T07:00:00.000-04:00\"},{\"NetLoadMw\":13560,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13560,\"BeginDate\":\"2025-03-17T08:00:00.000-04:00\"},{\"NetLoadMw\":13650,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13650,\"BeginDate\":\"2025-03-17T09:00:00.000-04:00\"},{\"NetLoadMw\":13690,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13690,\"BeginDate\":\"2025-03-17T10:00:00.000-04:00\"},{\"NetLoadMw\":13610,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13610,\"BeginDate\":\"2025-03-17T11:00:00.000-04:00\"},{\"NetLoadMw\":13550,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13550,\"BeginDate\":\"2025-03-17T12:00:00.000-04:00\"},{\"NetLoadMw\":13500,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13500,\"BeginDate\":\"2025-03-17T13:00:00.000-04:00\"},{\"NetLoadMw\":13300,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13300,\"BeginDate\":\"2025-03-17T14:00:00.000-04:00\"},{\"NetLoadMw\":13080,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13080,\"BeginDate\":\"2025-03-17T15:00:00.000-04:00\"},{\"NetLoadMw\":13390,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13390,\"BeginDate\":\"2025-03-17T16:00:00.000-04:00\"},{\"NetLoadMw\":13900,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13900,\"BeginDate\":\"2025-03-17T17:00:00.000-04:00\"},{\"NetLoadMw\":14190,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":14190,\"BeginDate\":\"2025-03-17T18:00:00.000-04:00\"},{\"NetLoadMw\":14350,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":14350,\"BeginDate\":\"2025-03-17T19:00:00.000-04:00\"},{\"NetLoadMw\":13830,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":13830,\"BeginDate\":\"2025-03-17T20:00:00.000-04:00\"},{\"NetLoadMw\":12960,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":12960,\"BeginDate\":\"2025-03-17T21:00:00.000-04:00\"},{\"NetLoadMw\":12010,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":12010,\"BeginDate\":\"2025-03-17T22:00:00.000-04:00\"},{\"NetLoadMw\":11090,\"CreationDate\":\"2025-03-16T09:23:32.000-04:00\",\"Mw\":11090,\"BeginDate\":\"2025-03-17T23:00:00.000-04:00\"},{\"NetLoadMw\":10680,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10680,\"BeginDate\":\"2025-03-18T00:00:00.000-04:00\"},{\"NetLoadMw\":10400,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10400,\"BeginDate\":\"2025-03-18T01:00:00.000-04:00\"},{\"NetLoadMw\":10240,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10240,\"BeginDate\":\"2025-03-18T02:00:00.000-04:00\"},{\"NetLoadMw\":10250,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10250,\"BeginDate\":\"2025-03-18T03:00:00.000-04:00\"},{\"NetLoadMw\":10630,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10630,\"BeginDate\":\"2025-03-18T04:00:00.000-04:00\"},{\"NetLoadMw\":11590,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11590,\"BeginDate\":\"2025-03-18T05:00:00.000-04:00\"},{\"NetLoadMw\":13120,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13120,\"BeginDate\":\"2025-03-18T06:00:00.000-04:00\"},{\"NetLoadMw\":13830,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13830,\"BeginDate\":\"2025-03-18T07:00:00.000-04:00\"},{\"NetLoadMw\":12860,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12860,\"BeginDate\":\"2025-03-18T08:00:00.000-04:00\"},{\"NetLoadMw\":11380,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11380,\"BeginDate\":\"2025-03-18T09:00:00.000-04:00\"},{\"NetLoadMw\":10200,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10200,\"BeginDate\":\"2025-03-18T10:00:00.000-04:00\"},{\"NetLoadMw\":9390,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9390,\"BeginDate\":\"2025-03-18T11:00:00.000-04:00\"},{\"NetLoadMw\":8880,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8880,\"BeginDate\":\"2025-03-18T12:00:00.000-04:00\"},{\"NetLoadMw\":8800,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8800,\"BeginDate\":\"2025-03-18T13:00:00.000-04:00\"},{\"NetLoadMw\":8910,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8910,\"BeginDate\":\"2025-03-18T14:00:00.000-04:00\"},{\"NetLoadMw\":9560,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9560,\"BeginDate\":\"2025-03-18T15:00:00.000-04:00\"},{\"NetLoadMw\":10640,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10640,\"BeginDate\":\"2025-03-18T16:00:00.000-04:00\"},{\"NetLoadMw\":12380,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12380,\"BeginDate\":\"2025-03-18T17:00:00.000-04:00\"},{\"NetLoadMw\":13390,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13390,\"BeginDate\":\"2025-03-18T18:00:00.000-04:00\"},{\"NetLoadMw\":14100,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":14100,\"BeginDate\":\"2025-03-18T19:00:00.000-04:00\"},{\"NetLoadMw\":13710,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13710,\"BeginDate\":\"2025-03-18T20:00:00.000-04:00\"},{\"NetLoadMw\":12970,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12970,\"BeginDate\":\"2025-03-18T21:00:00.000-04:00\"},{\"NetLoadMw\":11980,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11980,\"BeginDate\":\"2025-03-18T22:00:00.000-04:00\"},{\"NetLoadMw\":11110,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11110,\"BeginDate\":\"2025-03-18T23:00:00.000-04:00\"}],\"forecast\":[{\"NetLoadMw\":9950,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9950,\"BeginDate\":\"2025-03-17T00:00:00.000-04:00\"},{\"NetLoadMw\":9660,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9660,\"BeginDate\":\"2025-03-17T01:00:00.000-04:00\"},{\"NetLoadMw\":9430,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9430,\"BeginDate\":\"2025-03-17T02:00:00.000-04:00\"},{\"NetLoadMw\":9560,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9560,\"BeginDate\":\"2025-03-17T03:00:00.000-04:00\"},{\"NetLoadMw\":9720,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9720,\"BeginDate\":\"2025-03-17T04:00:00.000-04:00\"},{\"NetLoadMw\":10770,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10770,\"BeginDate\":\"2025-03-17T05:00:00.000-04:00\"},{\"NetLoadMw\":12110,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12110,\"BeginDate\":\"2025-03-17T06:00:00.000-04:00\"},{\"NetLoadMw\":13140,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13140,\"BeginDate\":\"2025-03-17T07:00:00.000-04:00\"},{\"NetLoadMw\":13460,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13460,\"BeginDate\":\"2025-03-17T08:00:00.000-04:00\"},{\"NetLoadMw\":13550,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13550,\"BeginDate\":\"2025-03-17T09:00:00.000-04:00\"},{\"NetLoadMw\":13590,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13590,\"BeginDate\":\"2025-03-17T10:00:00.000-04:00\"},{\"NetLoadMw\":13510,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13510,\"BeginDate\":\"2025-03-17T11:00:00.000-04:00\"},{\"NetLoadMw\":13450,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13450,\"BeginDate\":\"2025-03-17T12:00:00.000-04:00\"},{\"NetLoadMw\":13400,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13400,\"BeginDate\":\"2025-03-17T13:00:00.000-04:00\"},{\"NetLoadMw\":13200,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13200,\"BeginDate\":\"2025-03-17T14:00:00.000-04:00\"},{\"NetLoadMw\":12980,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12980,\"BeginDate\":\"2025-03-17T15:00:00.000-04:00\"},{\"NetLoadMw\":13290,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13290,\"BeginDate\":\"2025-03-17T16:00:00.000-04:00\"},{\"NetLoadMw\":13900,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13900,\"BeginDate\":\"2025-03-17T17:00:00.000-04:00\"},{\"NetLoadMw\":14190,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":14190,\"BeginDate\":\"2025-03-17T18:00:00.000-04:00\"},{\"NetLoadMw\":14350,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":14350,\"BeginDate\":\"2025-03-17T19:00:00.000-04:00\"},{\"NetLoadMw\":13830,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13830,\"BeginDate\":\"2025-03-17T20:00:00.000-04:00\"},{\"NetLoadMw\":12960,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12960,\"BeginDate\":\"2025-03-17T21:00:00.000-04:00\"},{\"NetLoadMw\":12010,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12010,\"BeginDate\":\"2025-03-17T22:00:00.000-04:00\"},{\"NetLoadMw\":11090,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11090,\"BeginDate\":\"2025-03-17T23:00:00.000-04:00\"},{\"NetLoadMw\":10680,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10680,\"BeginDate\":\"2025-03-18T00:00:00.000-04:00\"},{\"NetLoadMw\":10400,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10400,\"BeginDate\":\"2025-03-18T01:00:00.000-04:00\"},{\"NetLoadMw\":10240,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10240,\"BeginDate\":\"2025-03-18T02:00:00.000-04:00\"},{\"NetLoadMw\":10250,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10250,\"BeginDate\":\"2025-03-18T03:00:00.000-04:00\"},{\"NetLoadMw\":10630,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10630,\"BeginDate\":\"2025-03-18T04:00:00.000-04:00\"},{\"NetLoadMw\":11590,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11590,\"BeginDate\":\"2025-03-18T05:00:00.000-04:00\"},{\"NetLoadMw\":13120,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13120,\"BeginDate\":\"2025-03-18T06:00:00.000-04:00\"},{\"NetLoadMw\":13830,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13830,\"BeginDate\":\"2025-03-18T07:00:00.000-04:00\"},{\"NetLoadMw\":12860,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12860,\"BeginDate\":\"2025-03-18T08:00:00.000-04:00\"},{\"NetLoadMw\":11380,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11380,\"BeginDate\":\"2025-03-18T09:00:00.000-04:00\"},{\"NetLoadMw\":10200,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10200,\"BeginDate\":\"2025-03-18T10:00:00.000-04:00\"},{\"NetLoadMw\":9390,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9390,\"BeginDate\":\"2025-03-18T11:00:00.000-04:00\"},{\"NetLoadMw\":8880,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8880,\"BeginDate\":\"2025-03-18T12:00:00.000-04:00\"},{\"NetLoadMw\":8800,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8800,\"BeginDate\":\"2025-03-18T13:00:00.000-04:00\"},{\"NetLoadMw\":8910,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":8910,\"BeginDate\":\"2025-03-18T14:00:00.000-04:00\"},{\"NetLoadMw\":9560,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":9560,\"BeginDate\":\"2025-03-18T15:00:00.000-04:00\"},{\"NetLoadMw\":10640,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":10640,\"BeginDate\":\"2025-03-18T16:00:00.000-04:00\"},{\"NetLoadMw\":12380,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12380,\"BeginDate\":\"2025-03-18T17:00:00.000-04:00\"},{\"NetLoadMw\":13390,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13390,\"BeginDate\":\"2025-03-18T18:00:00.000-04:00\"},{\"NetLoadMw\":14100,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":14100,\"BeginDate\":\"2025-03-18T19:00:00.000-04:00\"},{\"NetLoadMw\":13710,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":13710,\"BeginDate\":\"2025-03-18T20:00:00.000-04:00\"},{\"NetLoadMw\":12970,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":12970,\"BeginDate\":\"2025-03-18T21:00:00.000-04:00\"},{\"NetLoadMw\":11980,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11980,\"BeginDate\":\"2025-03-18T22:00:00.000-04:00\"},{\"NetLoadMw\":11110,\"CreationDate\":\"2025-03-17T09:05:32.000-04:00\",\"Mw\":11110,\"BeginDate\":\"2025-03-18T23:00:00.000-04:00\"}],\"cleared\":[{\"Mw\":9673,\"BeginDate\":\"2025-03-17T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":9286,\"BeginDate\":\"2025-03-17T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":9137,\"BeginDate\":\"2025-03-17T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":8929,\"BeginDate\":\"2025-03-17T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":9217,\"BeginDate\":\"2025-03-17T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":10297,\"BeginDate\":\"2025-03-17T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":11423,\"BeginDate\":\"2025-03-17T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":12581,\"BeginDate\":\"2025-03-17T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":12780,\"BeginDate\":\"2025-03-17T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13123,\"BeginDate\":\"2025-03-17T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13244,\"BeginDate\":\"2025-03-17T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13004,\"BeginDate\":\"2025-03-17T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13130,\"BeginDate\":\"2025-03-17T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13226,\"BeginDate\":\"2025-03-17T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13049,\"BeginDate\":\"2025-03-17T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13100,\"BeginDate\":\"2025-03-17T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13148,\"BeginDate\":\"2025-03-17T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13621,\"BeginDate\":\"2025-03-17T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13703,\"BeginDate\":\"2025-03-17T18:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13442,\"BeginDate\":\"2025-03-17T19:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":13466,\"BeginDate\":\"2025-03-17T20:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":12536,\"BeginDate\":\"2025-03-17T21:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":11380,\"BeginDate\":\"2025-03-17T22:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}},{\"Mw\":10172,\"BeginDate\":\"2025-03-17T23:00:00.000-04:00\",\"Location\":{\"@LocId\":\"32\",\"$\":\"NEPOOL AREA\"}}]},\"namespace\":\"_nstmp_\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/exchange_CA-NB_US-NE-ISNE.json",
    "content": "[{\"data\":{\"4010\":[{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-112.412,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-110.903,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-107.148,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-101.507,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-98.284,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-112.183,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-115.144,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.47,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-91.746,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-85.547,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-100.552,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-84,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-93.338,\"Current\":-84,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-92.39,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-105.896,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-99.81,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-94.271,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-89.001,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-90.666,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-91.308,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-91.203,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-100.057,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.381,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-93.143,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-86,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-103.362,\"Current\":-86,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-109.792,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-106.697,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-95.124,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-114.237,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-110.767,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-97.051,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-95.803,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-95.683,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.176,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-88.65,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.673,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":39,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-84.698,\"Current\":-79,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-110.44,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-125.289,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-135.389,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-125.625,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-118.219,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-121.849,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-115.325,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-113.28,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-114.722,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-110.308,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-101.052,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":14,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-120.189,\"Current\":-104,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-148.005,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-135.854,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-136.659,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-134.433,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-129.62,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-125.894,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-123.555,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-122.405,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-124.316,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-120.508,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-122.791,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-118,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-134.303,\"Current\":-118,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-116.949,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-93.451,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-97.424,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-79.291,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-82.406,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.43,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-84.626,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-84.198,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-73.988,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-77.18,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-78.621,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-73,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.012,\"Current\":-73,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-50.387,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-54.353,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-59.165,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-50.074,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-63.29,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-63.695,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-54.765,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-61.71,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-52.312,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-43.045,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-44.368,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-41,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-37.078,\"Current\":-41,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-56.327,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-66.166,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-64.35,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-72.711,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-79.453,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-79.463,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-78.857,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-74.018,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-65.309,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-72.825,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-77.787,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-51,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-58.767,\"Current\":-51,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-64.511,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-64.797,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-50.82,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-50.474,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-60,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-74.343,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-69.318,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-57.057,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-57.277,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-60.494,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-65.567,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-43,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-66.526,\"Current\":-43,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-55.482,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-61.342,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-51.072,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-58.8,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-62.134,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-64.424,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-72.06,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-62.309,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-67.569,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-78.242,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-56.95,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-60.446,\"Current\":-38,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-68.138,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-51.868,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-58.685,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-61.556,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-60.763,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-65.015,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-60.978,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-51.84,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-51.485,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-50.776,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-58.997,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-63.461,\"Current\":-38,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-71.552,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-92.357,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-61.816,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-59.239,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-76.608,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-82.405,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-80.048,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-85.752,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.617,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-79.424,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-77.197,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-58,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-75.517,\"Current\":-58,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-92.562,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.938,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-73.08,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-90.784,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-93.431,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-111.936,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-106.097,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.882,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-109.77,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-109.578,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-129.744,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-111,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-134.532,\"Current\":-111,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-127.764,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-135.112,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-125.54,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-136.37,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-146.241,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-142.829,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-132.609,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-136.879,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-144.549,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-132.764,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-127.488,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-114,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-134.519,\"Current\":-114,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-124.554,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-128.46,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-104.406,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-132.979,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-137.258,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-122.33,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-123.685,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-117.773,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-117.211,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-108.844,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-111.239,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-102,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-114.119,\"Current\":-102,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-118.561,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-112.779,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.014,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-96.383,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-104.8,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-94.36,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-98.873,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-91.599,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.534,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-99.934,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-99.007,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-88,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-110.897,\"Current\":-88,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-100.605,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-106.986,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-108.895,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-101.182,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-92.462,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-80.992,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-78.46,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-78.28,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-76.246,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-75.83,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-86.939,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-75,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-81.199,\"Current\":-75,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-87.462,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-97.752,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-108.587,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-92,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-85.099,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-81.643,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-73.908,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-86.647,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-85.83,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-82.646,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-81.907,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":0,\"Purchase\":-69,\"TotalExports\":1890,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-73.97,\"Current\":-69,\"BeginDate\":\"2025-03-26T17:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":5,\"Purchase\":-66,\"TotalExports\":1950,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-88.419,\"Current\":-61,\"BeginDate\":\"2025-03-26T18:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":5,\"Purchase\":-66,\"TotalExports\":1950,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-64.949,\"Current\":-61,\"BeginDate\":\"2025-03-26T18:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":5,\"Purchase\":-66,\"TotalExports\":1950,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-80.706,\"Current\":-61,\"BeginDate\":\"2025-03-26T18:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":5,\"Purchase\":-66,\"TotalExports\":1950,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-89.219,\"Current\":-61,\"BeginDate\":\"2025-03-26T18:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}},{\"Sale\":5,\"Purchase\":-66,\"TotalExports\":1950,\"Import\":-1000,\"TotalImports\":-5131,\"Export\":200,\"Actual\":-84.237,\"Current\":-61,\"BeginDate\":\"2025-03-26T18:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4010\",\"$\":\".I.SALBRYNB345 1\"}}]},\"namespace\":\"_nstmp_\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/exchange_CA-QC_US-NE-ISNE.json",
    "content": "[{\"data\":{\"4012\":[{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}},{\"Sale\":0,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-1800,\"TotalImports\":-5131,\"Export\":0,\"Actual\":0,\"Current\":0,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4012\",\"$\":\".I.HQ_P1_P2345 5\"}}],\"4013\":[{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.284,\"Current\":0,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.278,\"Current\":0,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.28,\"Current\":0,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":36,\"Purchase\":-36,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.279,\"Current\":0,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.303,\"Current\":0,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.282,\"Current\":0,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.298,\"Current\":0,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.284,\"Current\":0,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.278,\"Current\":0,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.3,\"Current\":0,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.28,\"Current\":0,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.299,\"Current\":0,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.305,\"Current\":0,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.284,\"Current\":0,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.282,\"Current\":0,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":38,\"Purchase\":-38,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-2.66,\"Current\":0,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-42.947,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.147,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.17,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.17,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.198,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.215,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.189,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.206,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.212,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.162,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-47.161,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":0,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-46.991,\"Current\":-47,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-11.928,\"Current\":0,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.303,\"Current\":0,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.298,\"Current\":0,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.307,\"Current\":0,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.304,\"Current\":0,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":47,\"Purchase\":-47,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.284,\"Current\":0,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":74,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.301,\"Current\":0,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.303,\"Current\":0,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":66,\"Purchase\":-66,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.3,\"Current\":0,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":70,\"Purchase\":-70,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.303,\"Current\":0,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.302,\"Current\":0,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.294,\"Current\":0,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.298,\"Current\":0,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.302,\"Current\":0,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.3,\"Current\":0,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.296,\"Current\":0,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.299,\"Current\":0,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.281,\"Current\":0,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.298,\"Current\":0,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.272,\"Current\":0,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.301,\"Current\":0,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.293,\"Current\":0,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.283,\"Current\":0,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":72,\"Purchase\":-72,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.285,\"Current\":0,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.299,\"Current\":0,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.288,\"Current\":0,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.295,\"Current\":0,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.297,\"Current\":0,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.279,\"Current\":0,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.286,\"Current\":0,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":71,\"Purchase\":-71,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.289,\"Current\":0,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.284,\"Current\":0,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.292,\"Current\":0,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.291,\"Current\":0,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.3,\"Current\":0,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.287,\"Current\":0,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}},{\"Sale\":62,\"Purchase\":-62,\"TotalExports\":1890,\"Import\":-225,\"TotalImports\":-5131,\"Export\":0,\"Actual\":-0.29,\"Current\":0,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4013\",\"$\":\".I.HQHIGATE120 2\"}}]},\"namespace\":\"_nstmp_\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/exchange_US-NE-ISNE_US-NY-NYIS.json",
    "content": "[{\"data\":{\"4011\":[{\"Sale\":672,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-526.381,\"Current\":-395,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":672,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-441.785,\"Current\":-395,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":672,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-429.719,\"Current\":-395,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":803,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-376.112,\"Current\":-264,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":803,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-269.401,\"Current\":-264,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":803,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-203.086,\"Current\":-264,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":901,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-190.245,\"Current\":-166,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":901,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-192.328,\"Current\":-166,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":901,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-204.995,\"Current\":-166,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":880,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-206.288,\"Current\":-187,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":880,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-124.996,\"Current\":-187,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":880,\"Purchase\":-1067,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-162.638,\"Current\":-187,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":847,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-207.416,\"Current\":-184,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":847,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-194.75,\"Current\":-184,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":847,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-192.566,\"Current\":-184,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":805,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-223.46,\"Current\":-226,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":805,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-219.185,\"Current\":-226,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":805,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-211.578,\"Current\":-226,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":843,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-194.459,\"Current\":-188,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":843,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-199.787,\"Current\":-188,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":843,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-172.032,\"Current\":-188,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":849,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-196.179,\"Current\":-182,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":849,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-229.866,\"Current\":-182,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":849,\"Purchase\":-1031,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-232.772,\"Current\":-182,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-187.058,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-200.824,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-210.299,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-251.685,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-267.656,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-276.747,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-276.628,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-273.385,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-274.861,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-273.95,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-274.189,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":759,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-373.486,\"Current\":-250,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-453.985,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-429.508,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-377.949,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-355.642,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-337.481,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-392.505,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-421.01,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-361.266,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":602,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-358.504,\"Current\":-386,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":728,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-338.245,\"Current\":-260,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":728,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-329.223,\"Current\":-260,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":728,\"Purchase\":-988,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-239.53,\"Current\":-260,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":708,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-237.74,\"Current\":-274,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":708,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-276.932,\"Current\":-274,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":708,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-229.605,\"Current\":-274,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":721,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-321.02,\"Current\":-261,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":721,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-225.454,\"Current\":-261,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":721,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-143.082,\"Current\":-261,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":783,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-176.988,\"Current\":-199,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":783,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-182.19,\"Current\":-199,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":783,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-182.967,\"Current\":-199,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":705,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-225.995,\"Current\":-277,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":705,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-250.861,\"Current\":-277,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":705,\"Purchase\":-982,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-288.965,\"Current\":-277,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":435,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-376.671,\"Current\":-562,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":435,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-435.986,\"Current\":-562,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":435,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-465.008,\"Current\":-562,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":562,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-513.778,\"Current\":-435,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":562,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-420.037,\"Current\":-435,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":562,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-340.775,\"Current\":-435,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":680,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-365.511,\"Current\":-317,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":680,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-337.013,\"Current\":-317,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":680,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-247.787,\"Current\":-317,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":760,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-305.459,\"Current\":-237,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":760,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-306.914,\"Current\":-237,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":760,\"Purchase\":-997,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-239.9,\"Current\":-237,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":453,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-337.428,\"Current\":-537,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":453,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-540.002,\"Current\":-537,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":453,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-556.395,\"Current\":-537,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":532,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-525.569,\"Current\":-458,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":532,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-512.918,\"Current\":-458,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":532,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-421.909,\"Current\":-458,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":415,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-372.436,\"Current\":-575,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":415,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-487.819,\"Current\":-575,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":415,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-572.897,\"Current\":-575,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":449,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-565.979,\"Current\":-541,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":449,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-465.7,\"Current\":-541,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":449,\"Purchase\":-990,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-515.879,\"Current\":-541,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":601,\"Purchase\":-1081,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-537.03,\"Current\":-480,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":601,\"Purchase\":-1081,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-498.719,\"Current\":-480,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":601,\"Purchase\":-1081,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-420.004,\"Current\":-480,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":726,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-296.482,\"Current\":-337,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":726,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-264.309,\"Current\":-337,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":726,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-310.226,\"Current\":-337,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":651,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-367.002,\"Current\":-412,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":651,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-343.975,\"Current\":-412,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":651,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-356.717,\"Current\":-412,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":691,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-318.834,\"Current\":-372,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":691,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-339.503,\"Current\":-372,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":691,\"Purchase\":-1063,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-456.796,\"Current\":-372,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":646,\"Purchase\":-1298,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-600.466,\"Current\":-652,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":646,\"Purchase\":-1298,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-686.361,\"Current\":-652,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":646,\"Purchase\":-1298,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-716.225,\"Current\":-652,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":645,\"Purchase\":-1321,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-712.327,\"Current\":-676,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":645,\"Purchase\":-1321,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-684.306,\"Current\":-676,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":645,\"Purchase\":-1321,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-613.807,\"Current\":-676,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1169,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-549.6,\"Current\":-419,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1169,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-470.75,\"Current\":-419,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1169,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-407.194,\"Current\":-419,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-289.878,\"Current\":-259,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-162.451,\"Current\":-259,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":750,\"Purchase\":-1009,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-184.893,\"Current\":-259,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-190.599,\"Current\":5,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-121.656,\"Current\":5,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-42.002,\"Current\":5,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":7.961,\"Current\":5,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":17.175,\"Current\":5,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1155,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-69.681,\"Current\":5,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-150.747,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-214.678,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-219.114,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-161.515,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-194.106,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1160,\"Purchase\":-1395,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-151.261,\"Current\":-235,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-74.975,\"Current\":59,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-45.419,\"Current\":59,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":68.001,\"Current\":59,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":76.626,\"Current\":59,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":9.308,\"Current\":59,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-17.597,\"Current\":59,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-18.274,\"Current\":59,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":12.671,\"Current\":59,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1254,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":32.062,\"Current\":59,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1256,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":26.333,\"Current\":57,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1256,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":28.005,\"Current\":57,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1313,\"Purchase\":-1256,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-25.396,\"Current\":57,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1150,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-70.351,\"Current\":-243,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1150,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-130.96,\"Current\":-243,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1150,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-144.47,\"Current\":-243,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-218.815,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-342.544,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-361.841,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-365.381,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-365.541,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-456.877,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-435.573,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-380.582,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":970,\"Purchase\":-1393,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-413.85,\"Current\":-423,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":972,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-441.011,\"Current\":-424,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":972,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-438.55,\"Current\":-424,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":972,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-402.702,\"Current\":-424,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-393.877,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-365.783,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-218.765,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-232.032,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-231.975,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1142,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-274.654,\"Current\":-254,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1217,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-289.929,\"Current\":-179,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1217,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-219.318,\"Current\":-179,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1217,\"Purchase\":-1396,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-225.157,\"Current\":-179,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":998,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-351.24,\"Current\":-429,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":998,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-359.271,\"Current\":-429,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":998,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-338.907,\"Current\":-429,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1106,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-287.336,\"Current\":-321,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1106,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-252.504,\"Current\":-321,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1106,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-227.302,\"Current\":-321,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1007,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-239.46,\"Current\":-420,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1007,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-323.223,\"Current\":-420,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1007,\"Purchase\":-1427,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-338.071,\"Current\":-420,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1192,\"Purchase\":-1426,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-313.138,\"Current\":-234,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1192,\"Purchase\":-1426,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-217.249,\"Current\":-234,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1192,\"Purchase\":-1426,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-165.472,\"Current\":-234,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1303,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-123.034,\"Current\":-180,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1303,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-18.385,\"Current\":-180,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1303,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-23.802,\"Current\":-180,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1488,\"Purchase\":-1482,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":14.132,\"Current\":6,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1488,\"Purchase\":-1482,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":21.209,\"Current\":6,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1488,\"Purchase\":-1482,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-90.544,\"Current\":6,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1353,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-110.922,\"Current\":-130,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1353,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-158.19,\"Current\":-130,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1353,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-183.149,\"Current\":-130,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1247,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-162.561,\"Current\":-236,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1247,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-212.894,\"Current\":-236,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1247,\"Purchase\":-1483,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-266.751,\"Current\":-236,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1231,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-263.044,\"Current\":-327,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1231,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-302.038,\"Current\":-327,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1231,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-339.988,\"Current\":-327,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-374.246,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-343.123,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-229.81,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-262.964,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-211.961,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-308.917,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-206.814,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-238.564,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1227,\"Purchase\":-1558,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-363.731,\"Current\":-331,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1015,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-330.679,\"Current\":-423,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1015,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-425.682,\"Current\":-423,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1015,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-397.878,\"Current\":-423,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1033,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-381.217,\"Current\":-405,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1033,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-313.672,\"Current\":-405,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1033,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-280.982,\"Current\":-405,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1170,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-255.372,\"Current\":-268,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1170,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-284.221,\"Current\":-268,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1170,\"Purchase\":-1438,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-256.383,\"Current\":-268,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1220,\"Purchase\":-1437,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-229.044,\"Current\":-217,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1220,\"Purchase\":-1437,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-129.855,\"Current\":-217,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1220,\"Purchase\":-1437,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-240.126,\"Current\":-217,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":938,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-303.325,\"Current\":-468,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":938,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-349.396,\"Current\":-468,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":938,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-379.043,\"Current\":-468,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-529.301,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-475.386,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-456.529,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-528.24,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-631.16,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":837,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-554.076,\"Current\":-569,\"BeginDate\":\"2025-03-26T17:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":893,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-508.78,\"Current\":-513,\"BeginDate\":\"2025-03-26T17:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":893,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-505.142,\"Current\":-513,\"BeginDate\":\"2025-03-26T17:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":893,\"Purchase\":-1406,\"TotalExports\":1890,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-414.014,\"Current\":-513,\"BeginDate\":\"2025-03-26T17:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1070,\"Purchase\":-1377,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-261.862,\"Current\":-307,\"BeginDate\":\"2025-03-26T18:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1070,\"Purchase\":-1377,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-224.377,\"Current\":-307,\"BeginDate\":\"2025-03-26T18:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1070,\"Purchase\":-1377,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-268.065,\"Current\":-307,\"BeginDate\":\"2025-03-26T18:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1018,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-349.645,\"Current\":-361,\"BeginDate\":\"2025-03-26T18:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1018,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-375.388,\"Current\":-361,\"BeginDate\":\"2025-03-26T18:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":1018,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-383.678,\"Current\":-361,\"BeginDate\":\"2025-03-26T18:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":922,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-396.493,\"Current\":-457,\"BeginDate\":\"2025-03-26T18:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":922,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-351.588,\"Current\":-457,\"BeginDate\":\"2025-03-26T18:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":922,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-410.893,\"Current\":-457,\"BeginDate\":\"2025-03-26T18:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":893,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-415.835,\"Current\":-486,\"BeginDate\":\"2025-03-26T18:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}},{\"Sale\":893,\"Purchase\":-1379,\"TotalExports\":1950,\"Import\":-1600,\"TotalImports\":-5131,\"Export\":1200,\"Actual\":-357.361,\"Current\":-486,\"BeginDate\":\"2025-03-26T18:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4011\",\"$\":\".I.ROSETON 345 1\"}}],\"4017\":[{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":101.734,\"Current\":89,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":103.243,\"Current\":89,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":90.181,\"Current\":89,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":87.697,\"Current\":89,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":90.25,\"Current\":89,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":94.28,\"Current\":89,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":90.618,\"Current\":89,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":84.521,\"Current\":89,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":80.724,\"Current\":89,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":81.225,\"Current\":89,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":87.798,\"Current\":89,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":98.134,\"Current\":89,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":104.605,\"Current\":124,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":105.114,\"Current\":124,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":101.219,\"Current\":124,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":98.689,\"Current\":124,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":105.31,\"Current\":124,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":112.896,\"Current\":124,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":117.611,\"Current\":124,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":119.436,\"Current\":124,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":124.767,\"Current\":124,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":120.528,\"Current\":124,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":117.383,\"Current\":124,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":124,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":84.602,\"Current\":124,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":83.116,\"Current\":59,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":76.573,\"Current\":59,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":71.82,\"Current\":59,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":68.852,\"Current\":59,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.962,\"Current\":59,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":66.733,\"Current\":59,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.436,\"Current\":59,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.324,\"Current\":59,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.747,\"Current\":59,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.978,\"Current\":59,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.672,\"Current\":59,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":62.875,\"Current\":59,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":66.226,\"Current\":59,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":75.339,\"Current\":59,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":80.907,\"Current\":59,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":80.188,\"Current\":59,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":81.065,\"Current\":59,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":74.29,\"Current\":59,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":71.27,\"Current\":59,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":75.823,\"Current\":59,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":76.49,\"Current\":59,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":81.479,\"Current\":59,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":82.653,\"Current\":59,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":72.277,\"Current\":59,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":54.243,\"Current\":59,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":53.003,\"Current\":59,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":56.429,\"Current\":59,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":47.323,\"Current\":59,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":54.186,\"Current\":59,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":63.915,\"Current\":59,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":62.843,\"Current\":59,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":62.843,\"Current\":59,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":63.113,\"Current\":59,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":63.935,\"Current\":59,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.588,\"Current\":59,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":51.584,\"Current\":59,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":53.549,\"Current\":59,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":44.271,\"Current\":59,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":39.892,\"Current\":59,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":36.433,\"Current\":59,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":43.85,\"Current\":59,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.952,\"Current\":59,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":59.397,\"Current\":59,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":68.046,\"Current\":59,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":67.991,\"Current\":59,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.193,\"Current\":59,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":72.25,\"Current\":59,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":59,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":35.967,\"Current\":59,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":2.672,\"Current\":10,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-9.985,\"Current\":10,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-13.133,\"Current\":10,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-18.823,\"Current\":10,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-10.614,\"Current\":10,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-4.139,\"Current\":10,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-1.867,\"Current\":10,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-12.233,\"Current\":10,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-21.748,\"Current\":10,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-0.37,\"Current\":10,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":9.891,\"Current\":10,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":10,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":44.14,\"Current\":10,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":74.305,\"Current\":94,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":78.512,\"Current\":94,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":91.389,\"Current\":94,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":107.731,\"Current\":94,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":111.826,\"Current\":94,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":105.153,\"Current\":94,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":101.815,\"Current\":94,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":106.919,\"Current\":94,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":101.296,\"Current\":94,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":104.056,\"Current\":94,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":107.115,\"Current\":94,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":94,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":95.266,\"Current\":94,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":68.424,\"Current\":90,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":59.912,\"Current\":90,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":72.602,\"Current\":90,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":70.032,\"Current\":90,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.687,\"Current\":90,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":66.753,\"Current\":90,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.955,\"Current\":90,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":58.549,\"Current\":90,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":78.196,\"Current\":90,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":103.934,\"Current\":90,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":112.933,\"Current\":90,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":90,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":70.084,\"Current\":90,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":52.178,\"Current\":26,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":47.291,\"Current\":26,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":54.876,\"Current\":26,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":39.249,\"Current\":26,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":39.78,\"Current\":26,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":29.186,\"Current\":26,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":20.388,\"Current\":26,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":10.019,\"Current\":26,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":2.482,\"Current\":26,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":13.334,\"Current\":26,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":16.204,\"Current\":26,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":100,\"Purchase\":-74,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.141,\"Current\":26,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":83.57,\"Current\":61,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":83.663,\"Current\":61,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":58.889,\"Current\":61,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.486,\"Current\":61,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":43.42,\"Current\":61,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":46.339,\"Current\":61,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":64.249,\"Current\":61,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":61.727,\"Current\":61,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":63.576,\"Current\":61,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.55,\"Current\":61,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.579,\"Current\":61,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":111,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":33.331,\"Current\":61,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":6.124,\"Current\":14,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-6.714,\"Current\":14,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-0.326,\"Current\":14,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-9.091,\"Current\":14,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":9.944,\"Current\":14,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":16.549,\"Current\":14,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":26.441,\"Current\":14,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":17.138,\"Current\":14,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-0.479,\"Current\":14,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":1.399,\"Current\":14,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":3.103,\"Current\":14,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":64,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":57.686,\"Current\":14,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":88.945,\"Current\":114,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":129.677,\"Current\":114,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":124.461,\"Current\":114,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":125.486,\"Current\":114,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":134.901,\"Current\":114,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":117.391,\"Current\":114,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":105.765,\"Current\":114,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":99.953,\"Current\":114,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":89.506,\"Current\":114,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":94.62,\"Current\":114,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":128.053,\"Current\":114,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":114,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":131.922,\"Current\":114,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":133.257,\"Current\":115,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":118.809,\"Current\":115,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":117.579,\"Current\":115,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":121.798,\"Current\":115,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":116.496,\"Current\":115,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":103.204,\"Current\":115,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":91.874,\"Current\":115,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":100.285,\"Current\":115,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":112.307,\"Current\":115,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":120.084,\"Current\":115,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":139.966,\"Current\":115,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":115,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":87.839,\"Current\":115,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":30.531,\"Current\":41,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":56.23,\"Current\":41,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55,\"Current\":41,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":57.786,\"Current\":41,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":51.334,\"Current\":41,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":32.83,\"Current\":41,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.04,\"Current\":41,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":58.845,\"Current\":41,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":51.577,\"Current\":41,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.436,\"Current\":41,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":53.876,\"Current\":41,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":41,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":25.054,\"Current\":41,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":4.8,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":9.302,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":6.693,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":13.179,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":16.59,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":7.212,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-2.713,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":4.59,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":-5.526,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":12.067,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":5.663,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":44,\"Purchase\":-50,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":28.979,\"Current\":-6,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":55.748,\"Current\":51,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":27.633,\"Current\":51,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":84.652,\"Current\":51,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":51.358,\"Current\":51,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":54.646,\"Current\":51,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":65.318,\"Current\":51,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":71.181,\"Current\":51,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":67.307,\"Current\":51,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":70.069,\"Current\":51,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":64.394,\"Current\":51,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":74.826,\"Current\":51,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":51,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":68.996,\"Current\":51,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":71.922,\"Current\":101,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":89.209,\"Current\":101,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":75.44,\"Current\":101,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":81.22,\"Current\":101,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":91.132,\"Current\":101,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":92.251,\"Current\":101,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":81.205,\"Current\":101,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":70.188,\"Current\":101,\"BeginDate\":\"2025-03-26T17:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":100.903,\"Current\":101,\"BeginDate\":\"2025-03-26T17:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":96.442,\"Current\":101,\"BeginDate\":\"2025-03-26T17:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":90.988,\"Current\":101,\"BeginDate\":\"2025-03-26T17:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":101,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":103.74,\"Current\":101,\"BeginDate\":\"2025-03-26T17:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":119.086,\"Current\":89,\"BeginDate\":\"2025-03-26T18:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":85.049,\"Current\":89,\"BeginDate\":\"2025-03-26T18:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":60.04,\"Current\":89,\"BeginDate\":\"2025-03-26T18:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":80.403,\"Current\":89,\"BeginDate\":\"2025-03-26T18:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":75.218,\"Current\":89,\"BeginDate\":\"2025-03-26T18:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":71.543,\"Current\":89,\"BeginDate\":\"2025-03-26T18:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":69.683,\"Current\":89,\"BeginDate\":\"2025-03-26T18:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":60.165,\"Current\":89,\"BeginDate\":\"2025-03-26T18:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":75.311,\"Current\":89,\"BeginDate\":\"2025-03-26T18:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":84.246,\"Current\":89,\"BeginDate\":\"2025-03-26T18:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}},{\"Sale\":89,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-160,\"TotalImports\":-5131,\"Export\":160,\"Actual\":88.094,\"Current\":89,\"BeginDate\":\"2025-03-26T18:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4017\",\"$\":\".I.NRTHPORT138 5\"}}],\"4014\":[{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.546,\"Current\":150,\"BeginDate\":\"2025-03-26T00:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.563,\"Current\":150,\"BeginDate\":\"2025-03-26T00:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.433,\"Current\":150,\"BeginDate\":\"2025-03-26T00:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.46,\"Current\":150,\"BeginDate\":\"2025-03-26T00:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.555,\"Current\":150,\"BeginDate\":\"2025-03-26T00:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.511,\"Current\":150,\"BeginDate\":\"2025-03-26T00:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.544,\"Current\":150,\"BeginDate\":\"2025-03-26T00:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.513,\"Current\":150,\"BeginDate\":\"2025-03-26T00:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.598,\"Current\":150,\"BeginDate\":\"2025-03-26T00:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.489,\"Current\":150,\"BeginDate\":\"2025-03-26T00:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.401,\"Current\":150,\"BeginDate\":\"2025-03-26T00:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":174.206,\"Current\":150,\"BeginDate\":\"2025-03-26T00:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":219.593,\"Current\":240,\"BeginDate\":\"2025-03-26T01:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.265,\"Current\":240,\"BeginDate\":\"2025-03-26T01:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.245,\"Current\":240,\"BeginDate\":\"2025-03-26T01:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.242,\"Current\":240,\"BeginDate\":\"2025-03-26T01:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.204,\"Current\":240,\"BeginDate\":\"2025-03-26T01:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.122,\"Current\":240,\"BeginDate\":\"2025-03-26T01:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.199,\"Current\":240,\"BeginDate\":\"2025-03-26T01:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.112,\"Current\":240,\"BeginDate\":\"2025-03-26T01:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.157,\"Current\":240,\"BeginDate\":\"2025-03-26T01:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.15,\"Current\":240,\"BeginDate\":\"2025-03-26T01:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.158,\"Current\":240,\"BeginDate\":\"2025-03-26T01:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.167,\"Current\":240,\"BeginDate\":\"2025-03-26T01:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.288,\"Current\":240,\"BeginDate\":\"2025-03-26T02:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.155,\"Current\":240,\"BeginDate\":\"2025-03-26T02:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.21,\"Current\":240,\"BeginDate\":\"2025-03-26T02:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.203,\"Current\":240,\"BeginDate\":\"2025-03-26T02:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.151,\"Current\":240,\"BeginDate\":\"2025-03-26T02:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.269,\"Current\":240,\"BeginDate\":\"2025-03-26T02:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.897,\"Current\":240,\"BeginDate\":\"2025-03-26T02:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.854,\"Current\":240,\"BeginDate\":\"2025-03-26T02:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.886,\"Current\":240,\"BeginDate\":\"2025-03-26T02:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.841,\"Current\":240,\"BeginDate\":\"2025-03-26T02:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.828,\"Current\":240,\"BeginDate\":\"2025-03-26T02:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":223.231,\"Current\":240,\"BeginDate\":\"2025-03-26T02:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":177.881,\"Current\":150,\"BeginDate\":\"2025-03-26T03:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.498,\"Current\":150,\"BeginDate\":\"2025-03-26T03:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.615,\"Current\":150,\"BeginDate\":\"2025-03-26T03:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.648,\"Current\":150,\"BeginDate\":\"2025-03-26T03:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.673,\"Current\":150,\"BeginDate\":\"2025-03-26T03:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.693,\"Current\":150,\"BeginDate\":\"2025-03-26T03:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.76,\"Current\":150,\"BeginDate\":\"2025-03-26T03:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.735,\"Current\":150,\"BeginDate\":\"2025-03-26T03:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.604,\"Current\":150,\"BeginDate\":\"2025-03-26T03:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.671,\"Current\":150,\"BeginDate\":\"2025-03-26T03:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.631,\"Current\":150,\"BeginDate\":\"2025-03-26T03:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.675,\"Current\":150,\"BeginDate\":\"2025-03-26T03:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.658,\"Current\":150,\"BeginDate\":\"2025-03-26T04:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.73,\"Current\":150,\"BeginDate\":\"2025-03-26T04:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.611,\"Current\":150,\"BeginDate\":\"2025-03-26T04:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.651,\"Current\":150,\"BeginDate\":\"2025-03-26T04:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.709,\"Current\":150,\"BeginDate\":\"2025-03-26T04:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.562,\"Current\":150,\"BeginDate\":\"2025-03-26T04:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.56,\"Current\":150,\"BeginDate\":\"2025-03-26T04:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.6,\"Current\":150,\"BeginDate\":\"2025-03-26T04:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.553,\"Current\":150,\"BeginDate\":\"2025-03-26T04:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.47,\"Current\":150,\"BeginDate\":\"2025-03-26T04:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.401,\"Current\":150,\"BeginDate\":\"2025-03-26T04:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.501,\"Current\":150,\"BeginDate\":\"2025-03-26T04:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.41,\"Current\":150,\"BeginDate\":\"2025-03-26T05:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.498,\"Current\":150,\"BeginDate\":\"2025-03-26T05:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.535,\"Current\":150,\"BeginDate\":\"2025-03-26T05:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.477,\"Current\":150,\"BeginDate\":\"2025-03-26T05:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.5,\"Current\":150,\"BeginDate\":\"2025-03-26T05:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.484,\"Current\":150,\"BeginDate\":\"2025-03-26T05:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.525,\"Current\":150,\"BeginDate\":\"2025-03-26T05:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.556,\"Current\":150,\"BeginDate\":\"2025-03-26T05:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.52,\"Current\":150,\"BeginDate\":\"2025-03-26T05:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.465,\"Current\":150,\"BeginDate\":\"2025-03-26T05:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.539,\"Current\":150,\"BeginDate\":\"2025-03-26T05:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.448,\"Current\":150,\"BeginDate\":\"2025-03-26T05:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.448,\"Current\":150,\"BeginDate\":\"2025-03-26T06:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.423,\"Current\":150,\"BeginDate\":\"2025-03-26T06:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.565,\"Current\":150,\"BeginDate\":\"2025-03-26T06:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.462,\"Current\":150,\"BeginDate\":\"2025-03-26T06:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.455,\"Current\":150,\"BeginDate\":\"2025-03-26T06:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.46,\"Current\":150,\"BeginDate\":\"2025-03-26T06:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.458,\"Current\":150,\"BeginDate\":\"2025-03-26T06:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.452,\"Current\":150,\"BeginDate\":\"2025-03-26T06:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.488,\"Current\":150,\"BeginDate\":\"2025-03-26T06:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.458,\"Current\":150,\"BeginDate\":\"2025-03-26T06:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.495,\"Current\":150,\"BeginDate\":\"2025-03-26T06:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":175.266,\"Current\":150,\"BeginDate\":\"2025-03-26T06:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":220.854,\"Current\":240,\"BeginDate\":\"2025-03-26T07:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.879,\"Current\":240,\"BeginDate\":\"2025-03-26T07:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.901,\"Current\":240,\"BeginDate\":\"2025-03-26T07:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.801,\"Current\":240,\"BeginDate\":\"2025-03-26T07:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.718,\"Current\":240,\"BeginDate\":\"2025-03-26T07:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.71,\"Current\":240,\"BeginDate\":\"2025-03-26T07:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.691,\"Current\":240,\"BeginDate\":\"2025-03-26T07:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.821,\"Current\":240,\"BeginDate\":\"2025-03-26T07:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.856,\"Current\":240,\"BeginDate\":\"2025-03-26T07:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.806,\"Current\":240,\"BeginDate\":\"2025-03-26T07:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.984,\"Current\":240,\"BeginDate\":\"2025-03-26T07:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":266.423,\"Current\":240,\"BeginDate\":\"2025-03-26T07:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":311.85,\"Current\":330,\"BeginDate\":\"2025-03-26T08:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.435,\"Current\":330,\"BeginDate\":\"2025-03-26T08:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.441,\"Current\":330,\"BeginDate\":\"2025-03-26T08:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.391,\"Current\":330,\"BeginDate\":\"2025-03-26T08:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.405,\"Current\":330,\"BeginDate\":\"2025-03-26T08:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.499,\"Current\":330,\"BeginDate\":\"2025-03-26T08:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.482,\"Current\":330,\"BeginDate\":\"2025-03-26T08:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.471,\"Current\":330,\"BeginDate\":\"2025-03-26T08:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.451,\"Current\":330,\"BeginDate\":\"2025-03-26T08:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.577,\"Current\":330,\"BeginDate\":\"2025-03-26T08:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.613,\"Current\":330,\"BeginDate\":\"2025-03-26T08:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.521,\"Current\":330,\"BeginDate\":\"2025-03-26T08:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.548,\"Current\":330,\"BeginDate\":\"2025-03-26T09:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.52,\"Current\":330,\"BeginDate\":\"2025-03-26T09:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.36,\"Current\":330,\"BeginDate\":\"2025-03-26T09:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.54,\"Current\":330,\"BeginDate\":\"2025-03-26T09:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.53,\"Current\":330,\"BeginDate\":\"2025-03-26T09:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.487,\"Current\":330,\"BeginDate\":\"2025-03-26T09:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.377,\"Current\":330,\"BeginDate\":\"2025-03-26T09:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.399,\"Current\":330,\"BeginDate\":\"2025-03-26T09:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.568,\"Current\":330,\"BeginDate\":\"2025-03-26T09:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.564,\"Current\":330,\"BeginDate\":\"2025-03-26T09:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":335.593,\"Current\":330,\"BeginDate\":\"2025-03-26T09:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":314.405,\"Current\":330,\"BeginDate\":\"2025-03-26T09:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":268.856,\"Current\":240,\"BeginDate\":\"2025-03-26T10:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":245.11,\"Current\":240,\"BeginDate\":\"2025-03-26T10:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":245.022,\"Current\":240,\"BeginDate\":\"2025-03-26T10:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":244.992,\"Current\":240,\"BeginDate\":\"2025-03-26T10:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":245.079,\"Current\":240,\"BeginDate\":\"2025-03-26T10:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":245.016,\"Current\":240,\"BeginDate\":\"2025-03-26T10:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":245.035,\"Current\":240,\"BeginDate\":\"2025-03-26T10:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.643,\"Current\":240,\"BeginDate\":\"2025-03-26T10:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.308,\"Current\":240,\"BeginDate\":\"2025-03-26T10:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.361,\"Current\":240,\"BeginDate\":\"2025-03-26T10:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":243.434,\"Current\":240,\"BeginDate\":\"2025-03-26T10:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":240,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":263.538,\"Current\":240,\"BeginDate\":\"2025-03-26T10:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":308.804,\"Current\":330,\"BeginDate\":\"2025-03-26T11:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.138,\"Current\":330,\"BeginDate\":\"2025-03-26T11:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.14,\"Current\":330,\"BeginDate\":\"2025-03-26T11:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.037,\"Current\":330,\"BeginDate\":\"2025-03-26T11:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.091,\"Current\":330,\"BeginDate\":\"2025-03-26T11:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.185,\"Current\":330,\"BeginDate\":\"2025-03-26T11:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.359,\"Current\":330,\"BeginDate\":\"2025-03-26T11:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.316,\"Current\":330,\"BeginDate\":\"2025-03-26T11:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.273,\"Current\":330,\"BeginDate\":\"2025-03-26T11:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.365,\"Current\":330,\"BeginDate\":\"2025-03-26T11:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.228,\"Current\":330,\"BeginDate\":\"2025-03-26T11:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.397,\"Current\":330,\"BeginDate\":\"2025-03-26T11:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.057,\"Current\":330,\"BeginDate\":\"2025-03-26T12:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.173,\"Current\":330,\"BeginDate\":\"2025-03-26T12:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.075,\"Current\":330,\"BeginDate\":\"2025-03-26T12:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.177,\"Current\":330,\"BeginDate\":\"2025-03-26T12:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.138,\"Current\":330,\"BeginDate\":\"2025-03-26T12:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.173,\"Current\":330,\"BeginDate\":\"2025-03-26T12:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.119,\"Current\":330,\"BeginDate\":\"2025-03-26T12:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.165,\"Current\":330,\"BeginDate\":\"2025-03-26T12:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.106,\"Current\":330,\"BeginDate\":\"2025-03-26T12:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.091,\"Current\":330,\"BeginDate\":\"2025-03-26T12:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.093,\"Current\":330,\"BeginDate\":\"2025-03-26T12:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.109,\"Current\":330,\"BeginDate\":\"2025-03-26T12:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.101,\"Current\":330,\"BeginDate\":\"2025-03-26T13:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.155,\"Current\":330,\"BeginDate\":\"2025-03-26T13:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.34,\"Current\":330,\"BeginDate\":\"2025-03-26T13:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.214,\"Current\":330,\"BeginDate\":\"2025-03-26T13:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.285,\"Current\":330,\"BeginDate\":\"2025-03-26T13:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.246,\"Current\":330,\"BeginDate\":\"2025-03-26T13:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.375,\"Current\":330,\"BeginDate\":\"2025-03-26T13:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.324,\"Current\":330,\"BeginDate\":\"2025-03-26T13:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.353,\"Current\":330,\"BeginDate\":\"2025-03-26T13:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.31,\"Current\":330,\"BeginDate\":\"2025-03-26T13:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.387,\"Current\":330,\"BeginDate\":\"2025-03-26T13:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.245,\"Current\":330,\"BeginDate\":\"2025-03-26T13:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.257,\"Current\":330,\"BeginDate\":\"2025-03-26T14:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.292,\"Current\":330,\"BeginDate\":\"2025-03-26T14:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.443,\"Current\":330,\"BeginDate\":\"2025-03-26T14:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.27,\"Current\":330,\"BeginDate\":\"2025-03-26T14:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.349,\"Current\":330,\"BeginDate\":\"2025-03-26T14:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.345,\"Current\":330,\"BeginDate\":\"2025-03-26T14:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.269,\"Current\":330,\"BeginDate\":\"2025-03-26T14:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.301,\"Current\":330,\"BeginDate\":\"2025-03-26T14:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.391,\"Current\":330,\"BeginDate\":\"2025-03-26T14:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.354,\"Current\":330,\"BeginDate\":\"2025-03-26T14:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.274,\"Current\":330,\"BeginDate\":\"2025-03-26T14:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.307,\"Current\":330,\"BeginDate\":\"2025-03-26T14:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.217,\"Current\":330,\"BeginDate\":\"2025-03-26T15:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.082,\"Current\":330,\"BeginDate\":\"2025-03-26T15:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.135,\"Current\":330,\"BeginDate\":\"2025-03-26T15:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.217,\"Current\":330,\"BeginDate\":\"2025-03-26T15:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.25,\"Current\":330,\"BeginDate\":\"2025-03-26T15:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.285,\"Current\":330,\"BeginDate\":\"2025-03-26T15:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.267,\"Current\":330,\"BeginDate\":\"2025-03-26T15:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.406,\"Current\":330,\"BeginDate\":\"2025-03-26T15:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.294,\"Current\":330,\"BeginDate\":\"2025-03-26T15:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.347,\"Current\":330,\"BeginDate\":\"2025-03-26T15:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.284,\"Current\":330,\"BeginDate\":\"2025-03-26T15:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.303,\"Current\":330,\"BeginDate\":\"2025-03-26T15:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.385,\"Current\":330,\"BeginDate\":\"2025-03-26T16:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.349,\"Current\":330,\"BeginDate\":\"2025-03-26T16:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.242,\"Current\":330,\"BeginDate\":\"2025-03-26T16:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.25,\"Current\":330,\"BeginDate\":\"2025-03-26T16:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.268,\"Current\":330,\"BeginDate\":\"2025-03-26T16:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.282,\"Current\":330,\"BeginDate\":\"2025-03-26T16:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.353,\"Current\":330,\"BeginDate\":\"2025-03-26T16:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.362,\"Current\":330,\"BeginDate\":\"2025-03-26T16:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.293,\"Current\":330,\"BeginDate\":\"2025-03-26T16:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.208,\"Current\":330,\"BeginDate\":\"2025-03-26T16:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.198,\"Current\":330,\"BeginDate\":\"2025-03-26T16:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.422,\"Current\":330,\"BeginDate\":\"2025-03-26T16:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.335,\"Current\":330,\"BeginDate\":\"2025-03-26T17:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.432,\"Current\":330,\"BeginDate\":\"2025-03-26T17:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.346,\"Current\":330,\"BeginDate\":\"2025-03-26T17:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.395,\"Current\":330,\"BeginDate\":\"2025-03-26T17:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.299,\"Current\":330,\"BeginDate\":\"2025-03-26T17:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.28,\"Current\":330,\"BeginDate\":\"2025-03-26T17:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.32,\"Current\":330,\"BeginDate\":\"2025-03-26T17:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.337,\"Current\":330,\"BeginDate\":\"2025-03-26T17:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.278,\"Current\":330,\"BeginDate\":\"2025-03-26T17:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.359,\"Current\":330,\"BeginDate\":\"2025-03-26T17:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":333.404,\"Current\":330,\"BeginDate\":\"2025-03-26T17:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":330,\"Purchase\":0,\"TotalExports\":1890,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":290.274,\"Current\":330,\"BeginDate\":\"2025-03-26T17:55:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":199.813,\"Current\":150,\"BeginDate\":\"2025-03-26T18:00:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.703,\"Current\":150,\"BeginDate\":\"2025-03-26T18:05:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.719,\"Current\":150,\"BeginDate\":\"2025-03-26T18:10:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.785,\"Current\":150,\"BeginDate\":\"2025-03-26T18:15:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.94,\"Current\":150,\"BeginDate\":\"2025-03-26T18:20:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":153.048,\"Current\":150,\"BeginDate\":\"2025-03-26T18:25:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.997,\"Current\":150,\"BeginDate\":\"2025-03-26T18:30:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.93,\"Current\":150,\"BeginDate\":\"2025-03-26T18:35:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.851,\"Current\":150,\"BeginDate\":\"2025-03-26T18:40:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.72,\"Current\":150,\"BeginDate\":\"2025-03-26T18:45:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}},{\"Sale\":150,\"Purchase\":0,\"TotalExports\":1950,\"Import\":-346,\"TotalImports\":-5131,\"Export\":330,\"Actual\":152.744,\"Current\":150,\"BeginDate\":\"2025-03-26T18:50:00.000-04:00\",\"Location\":{\"@LocId\":\"4014\",\"$\":\".I.SHOREHAM138 99\"}}]},\"namespace\":\"_nstmp_\"}]"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/seven_day_solar_power_forecast_20250225.csv",
    "content": "\"C\",\"ISO New England Inc. Seven Day Solar Power Forecast Report\"\n\"C\",\"Filename: seven_day_solar_power_forecast_20250225.csv\"\n\"C\",\"Report for 02/25/2025\"\n\"C\",\"Report generated 02/25/2025 10:02:35 EST\"\n\"H\",\"\",,\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\"\n\"D\",\"Day\",,\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\",\"Sun\",\"Mon\",\"Tue\"\n\"D\",\"Date\",\"Hour Ending\",\"02/25/2025\",\"02/26/2025\",\"02/27/2025\",\"02/28/2025\",\"03/01/2025\",\"03/02/2025\",\"03/03/2025\",\"03/04/2025\"\n\"D\",,01,,0,0,0,0,0,0,0\n\"D\",,02,,0,0,0,0,0,0,0\n\"D\",,03,,0,0,0,0,0,0,0\n\"D\",,04,,0,0,0,0,0,0,0\n\"D\",,05,,0,0,0,0,0,0,0\n\"D\",,06,,0,0,0,0,0,0,0\n\"D\",,07,,21,7,0,0,0,0,0\n\"D\",,08,,173,33,0,0,0,0,0\n\"D\",,09,,454,69,59,22,97,84,213\n\"D\",,10,,705,100,366,205,449,404,439\n\"D\",,11,661,842,100,597,304,657,602,\n\"D\",,12,704,879,134,805,488,848,791,\n\"D\",,13,666,887,169,860,557,891,842,\n\"D\",,14,545,860,191,760,630,910,862,\n\"D\",,15,447,762,190,781,586,888,845,\n\"D\",,16,267,520,146,759,474,819,785,\n\"D\",,17,69,203,88,601,388,611,584,\n\"D\",,18,13,30,51,222,131,194,180,\n\"D\",,19,1,1,14,72,31,49,46,\n\"D\",,20,0,0,0,2,2,1,1,\n\"D\",,21,0,0,0,0,0,0,0,\n\"D\",,22,0,0,0,0,0,0,0,\n\"D\",,23,0,0,0,0,0,0,0,\n\"D\",,24,0,0,0,0,0,0,0,\n\"T\",\"24 lines\""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NEISO/seven_day_wind_power_forecast_20250225.csv",
    "content": "\"C\",\"ISO New England Inc. Seven Day Wind Power Forecast Report\"\n\"C\",\"Filename: seven_day_wind_power_forecast_20250225.csv\"\n\"C\",\"Report for 02/25/2025\"\n\"C\",\"Report generated 02/25/2025 10:08:14 EST\"\n\"H\",\"\",,\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\"\n\"D\",\"Day\",,\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\",\"Sun\",\"Mon\",\"Tue\"\n\"D\",\"Date\",\"Hour Ending\",\"02/25/2025\",\"02/26/2025\",\"02/27/2025\",\"02/28/2025\",\"03/01/2025\",\"03/02/2025\",\"03/03/2025\",\"03/04/2025\"\n\"D\",,01,,205,352,470,408,991,690,283\n\"D\",,02,,221,242,509,289,991,682,275\n\"D\",,03,,270,158,511,252,993,686,302\n\"D\",,04,,340,99,519,234,995,692,330\n\"D\",,05,,439,66,522,224,992,697,367\n\"D\",,06,,503,80,507,257,1002,710,356\n\"D\",,07,,568,112,495,304,1004,725,357\n\"D\",,08,,643,147,486,367,1006,738,356\n\"D\",,09,,655,178,592,434,1059,818,449\n\"D\",,10,,694,224,682,516,1114,898,525\n\"D\",,11,234,750,275,743,611,1152,962,\n\"D\",,12,147,811,313,869,652,1160,939,\n\"D\",,13,115,895,339,966,696,1168,909,\n\"D\",,14,109,966,365,1010,734,1170,877,\n\"D\",,15,117,998,360,1148,664,1154,836,\n\"D\",,16,116,1009,344,1248,589,1132,788,\n\"D\",,17,117,969,323,1279,530,1102,738,\n\"D\",,18,118,920,313,1254,612,1080,676,\n\"D\",,19,125,885,325,1226,716,1058,606,\n\"D\",,20,153,853,328,1164,823,1028,541,\n\"D\",,21,161,747,358,1052,864,927,455,\n\"D\",,22,148,700,385,882,912,817,378,\n\"D\",,23,152,599,400,717,966,704,309,\n\"D\",,24,165,483,434,554,981,698,294,\n\"T\",\"24 lines\""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_NY/20250219isolf.csv",
    "content": "\"Time Stamp\",\"Capitl\",\"Centrl\",\"Dunwod\",\"Genese\",\"Hud Vl\",\"Longil\",\"Mhk Vl\",\"Millwd\",\"N.Y.C.\",\"North\",\"West\",\"NYISO\"\n\"02/19/2025 00:00\",1492,1882,700,1132,1215,2257,1051,364,5527,653,1781,18054\n\"02/19/2025 01:00\",1470,1850,682,1121,1189,2184,1028,359,5339,657,1757,17636\n\"02/19/2025 02:00\",1461,1836,669,1110,1177,2141,1029,355,5227,656,1741,17402\n\"02/19/2025 03:00\",1465,1829,663,1112,1176,2130,1029,352,5180,658,1736,17330\n\"02/19/2025 04:00\",1497,1869,672,1138,1191,2171,1053,359,5227,663,1750,17590\n\"02/19/2025 05:00\",1568,1953,699,1195,1245,2286,1109,380,5448,673,1808,18364\n\"02/19/2025 06:00\",1681,2089,760,1282,1320,2462,1194,418,5916,691,1904,19717\n\"02/19/2025 07:00\",1723,2173,808,1329,1345,2523,1231,433,6333,699,1960,20557\n\"02/19/2025 08:00\",1640,2148,805,1343,1274,2447,1230,416,6545,700,1992,20540\n\"02/19/2025 09:00\",1528,2072,798,1320,1191,2385,1211,398,6669,694,1997,20263\n\"02/19/2025 10:00\",1460,2038,786,1304,1141,2328,1185,385,6680,686,1994,19987\n\"02/19/2025 11:00\",1425,1978,776,1284,1121,2264,1167,371,6653,685,1976,19700\n\"02/19/2025 12:00\",1393,1947,769,1264,1108,2220,1149,363,6616,680,1956,19465\n\"02/19/2025 13:00\",1414,1951,769,1254,1107,2247,1134,362,6593,679,1948,19458\n\"02/19/2025 14:00\",1446,1956,773,1246,1127,2312,1132,366,6587,676,1934,19555\n\"02/19/2025 15:00\",1538,1993,787,1259,1218,2455,1140,382,6682,680,1934,20068\n\"02/19/2025 16:00\",1666,2100,807,1292,1332,2624,1190,400,6771,686,1954,20822\n\"02/19/2025 17:00\",1780,2206,837,1348,1430,2791,1242,424,6852,695,1982,21587\n\"02/19/2025 18:00\",1823,2272,862,1384,1483,2894,1271,445,6847,705,2042,22028\n\"02/19/2025 19:00\",1803,2254,857,1368,1474,2870,1258,440,6770,704,2038,21836\n\"02/19/2025 20:00\",1755,2196,832,1326,1444,2794,1231,429,6617,700,2005,21329\n\"02/19/2025 21:00\",1682,2116,806,1269,1389,2662,1186,412,6405,689,1943,20559\n\"02/19/2025 22:00\",1601,2008,760,1195,1322,2509,1131,384,6108,679,1868,19565\n\"02/19/2025 23:00\",1545,1926,712,1138,1256,2349,1085,360,5776,675,1799,18621\n\"02/20/2025 00:00\",1490,1855,675,1107,1195,2198,1045,355,5467,675,1761,17823\n\"02/20/2025 01:00\",1471,1824,659,1094,1170,2128,1021,350,5282,679,1737,17415\n\"02/20/2025 02:00\",1463,1805,645,1082,1159,2084,1019,346,5173,677,1722,17175\n\"02/20/2025 03:00\",1469,1794,637,1085,1163,2072,1017,342,5123,678,1716,17096\n\"02/20/2025 04:00\",1498,1832,646,1110,1175,2113,1037,349,5167,682,1728,17337\n\"02/20/2025 05:00\",1567,1918,676,1165,1228,2227,1088,371,5384,693,1783,18100\n\"02/20/2025 06:00\",1676,2054,736,1250,1301,2395,1169,408,5833,712,1877,19411\n\"02/20/2025 07:00\",1734,2145,788,1297,1358,2502,1210,427,6257,720,1935,20373\n\"02/20/2025 08:00\",1716,2146,799,1315,1370,2519,1218,420,6493,719,1973,20688\n\"02/20/2025 09:00\",1679,2096,803,1299,1345,2497,1198,409,6643,713,1989,20671\n\"02/20/2025 10:00\",1643,2074,798,1288,1314,2477,1170,401,6692,708,1995,20560\n\"02/20/2025 11:00\",1614,2015,793,1274,1293,2448,1153,390,6686,704,1987,20357\n\"02/20/2025 12:00\",1572,1993,782,1265,1280,2414,1133,384,6670,701,1973,20167\n\"02/20/2025 13:00\",1558,2000,779,1266,1268,2412,1117,377,6642,699,1968,20086\n\"02/20/2025 14:00\",1555,1995,778,1258,1269,2434,1113,378,6625,694,1955,20054\n\"02/20/2025 15:00\",1600,2014,784,1260,1307,2509,1118,387,6685,696,1951,20311\n\"02/20/2025 16:00\",1675,2089,794,1275,1355,2620,1157,398,6735,700,1956,20754\n\"02/20/2025 17:00\",1745,2171,818,1320,1418,2747,1207,419,6785,709,1976,21315\n\"02/20/2025 18:00\",1776,2231,842,1355,1462,2847,1238,436,6771,717,2031,21706\n\"02/20/2025 19:00\",1760,2202,838,1338,1451,2827,1229,431,6688,714,2026,21504\n\"02/20/2025 20:00\",1714,2140,813,1296,1421,2752,1198,420,6534,707,1993,20988\n\"02/20/2025 21:00\",1642,2058,786,1238,1367,2624,1153,401,6324,696,1929,20218\n\"02/20/2025 22:00\",1559,1945,739,1164,1299,2475,1097,373,6032,686,1852,19221\n\"02/20/2025 23:00\",1501,1861,693,1107,1231,2322,1048,349,5711,677,1784,18284\n\"02/21/2025 00:00\",1444,1803,658,1078,1165,2179,1009,345,5403,676,1748,17508\n\"02/21/2025 01:00\",1418,1771,641,1064,1137,2104,982,338,5210,675,1722,17062\n\"02/21/2025 02:00\",1406,1749,625,1052,1121,2054,976,335,5087,672,1706,16783\n\"02/21/2025 03:00\",1408,1744,616,1054,1122,2037,971,331,5030,672,1701,16686\n\"02/21/2025 04:00\",1434,1784,622,1081,1134,2073,991,337,5067,676,1712,16911\n\"02/21/2025 05:00\",1494,1863,653,1136,1182,2183,1037,357,5278,689,1767,17639\n\"02/21/2025 06:00\",1591,1999,710,1221,1250,2363,1110,392,5734,710,1858,18938\n\"02/21/2025 07:00\",1638,2095,759,1270,1285,2446,1152,407,6136,722,1918,19828\n\"02/21/2025 08:00\",1592,2106,758,1293,1237,2386,1161,391,6334,727,1959,19944\n\"02/21/2025 09:00\",1500,2063,743,1283,1132,2285,1147,368,6437,719,1974,19651\n\"02/21/2025 10:00\",1432,2049,722,1271,1040,2202,1124,347,6429,712,1974,19302\n\"02/21/2025 11:00\",1388,1989,704,1256,986,2123,1103,329,6389,710,1962,18939\n\"02/21/2025 12:00\",1342,1958,690,1243,952,2041,1080,317,6328,706,1939,18596\n\"02/21/2025 13:00\",1336,1945,685,1233,971,2006,1064,313,6260,704,1927,18444\n\"02/21/2025 14:00\",1363,1926,691,1220,998,2038,1060,317,6231,699,1908,18451\n\"02/21/2025 15:00\",1446,1936,713,1212,1082,2178,1065,336,6314,702,1896,18880\n\"02/21/2025 16:00\",1571,2009,739,1232,1218,2384,1115,363,6414,712,1908,19665\n\"02/21/2025 17:00\",1668,2083,775,1267,1327,2583,1160,391,6544,718,1925,20441\n\"02/21/2025 18:00\",1706,2135,799,1298,1376,2705,1184,412,6556,724,1971,20866\n\"02/21/2025 19:00\",1688,2104,793,1280,1371,2693,1171,409,6482,722,1959,20672\n\"02/21/2025 20:00\",1652,2046,771,1241,1351,2635,1141,400,6324,720,1926,20207\n\"02/21/2025 21:00\",1603,1991,750,1195,1315,2541,1107,388,6146,712,1881,19629\n\"02/21/2025 22:00\",1545,1905,718,1134,1270,2439,1065,370,5915,705,1821,18887\n\"02/21/2025 23:00\",1499,1826,681,1081,1220,2315,1021,351,5651,698,1756,18099\n\"02/22/2025 00:00\",1435,1784,648,1053,1159,2161,983,343,5348,706,1719,17339\n\"02/22/2025 01:00\",1406,1760,628,1037,1130,2081,964,334,5167,706,1693,16906\n\"02/22/2025 02:00\",1392,1750,609,1023,1110,2036,956,332,5046,704,1673,16631\n\"02/22/2025 03:00\",1392,1736,601,1016,1109,2009,956,331,4965,704,1663,16482\n\"02/22/2025 04:00\",1401,1747,600,1022,1113,2020,967,331,4950,703,1667,16521\n\"02/22/2025 05:00\",1425,1791,614,1043,1132,2067,987,342,5022,712,1687,16822\n\"02/22/2025 06:00\",1474,1845,639,1080,1164,2151,1020,357,5184,718,1727,17359\n\"02/22/2025 07:00\",1523,1891,663,1114,1194,2189,1062,373,5369,730,1756,17864\n\"02/22/2025 08:00\",1531,1918,681,1150,1197,2185,1084,381,5569,742,1795,18233\n\"02/22/2025 09:00\",1498,1889,683,1148,1137,2136,1069,372,5701,741,1813,18187\n\"02/22/2025 10:00\",1458,1823,668,1131,1061,2060,1051,357,5758,734,1810,17911\n\"02/22/2025 11:00\",1418,1760,656,1121,1006,2007,1021,341,5773,727,1788,17618\n\"02/22/2025 12:00\",1369,1723,645,1098,972,1946,994,332,5721,719,1768,17287\n\"02/22/2025 13:00\",1327,1632,633,999,921,1912,909,321,5663,707,1711,16735\n\"02/22/2025 14:00\",1336,1645,637,998,942,1977,904,324,5656,702,1707,16828\n\"02/22/2025 15:00\",1390,1710,655,1039,1050,2112,948,338,5709,704,1732,17387\n\"02/22/2025 16:00\",1497,1840,682,1117,1186,2294,1018,362,5800,713,1790,18299\n\"02/22/2025 17:00\",1565,1921,708,1176,1259,2457,1071,379,5888,723,1837,18984\n\"02/22/2025 18:00\",1593,1971,728,1213,1298,2548,1097,389,5991,731,1879,19438\n\"02/22/2025 19:00\",1570,1953,721,1198,1289,2509,1086,384,5961,728,1868,19267\n\"02/22/2025 20:00\",1534,1901,710,1163,1264,2450,1066,377,5861,720,1828,18874\n\"02/22/2025 21:00\",1487,1835,691,1121,1226,2365,1033,361,5728,711,1777,18335\n\"02/22/2025 22:00\",1438,1763,666,1073,1184,2265,995,341,5543,705,1721,17694\n\"02/22/2025 23:00\",1396,1707,633,1023,1130,2149,957,323,5330,697,1670,17015\n\"02/23/2025 00:00\",1347,1683,606,1004,1082,2003,914,317,5069,693,1657,16375\n\"02/23/2025 01:00\",1317,1660,587,990,1053,1929,897,306,4903,691,1635,15968\n\"02/23/2025 02:00\",1303,1652,570,978,1031,1885,889,304,4788,690,1621,15711\n\"02/23/2025 03:00\",1302,1641,561,972,1030,1860,889,303,4719,690,1614,15581\n\"02/23/2025 04:00\",1307,1653,561,977,1034,1871,899,302,4713,692,1619,15628\n\"02/23/2025 05:00\",1324,1694,574,995,1053,1909,915,312,4777,700,1636,15889\n\"02/23/2025 06:00\",1363,1743,594,1027,1082,1971,944,324,4891,704,1666,16309\n\"02/23/2025 07:00\",1395,1787,613,1051,1104,2005,975,339,5029,710,1685,16693\n\"02/23/2025 08:00\",1396,1819,627,1074,1100,2000,981,349,5190,718,1710,16964\n\"02/23/2025 09:00\",1376,1806,631,1059,1032,1958,960,343,5304,716,1722,16907\n\"02/23/2025 10:00\",1365,1768,623,1039,979,1909,943,335,5377,709,1716,16763\n\"02/23/2025 11:00\",1367,1735,619,1040,967,1902,927,327,5433,703,1703,16723\n\"02/23/2025 12:00\",1353,1719,613,1032,974,1860,912,322,5419,697,1691,16592\n\"02/23/2025 13:00\",1348,1700,610,1022,981,1860,900,318,5417,691,1697,16544\n\"02/23/2025 14:00\",1363,1721,618,1027,1012,1925,896,321,5450,688,1699,16720\n\"02/23/2025 15:00\",1409,1782,632,1069,1090,2053,938,332,5529,693,1730,17257\n\"02/23/2025 16:00\",1495,1879,659,1129,1189,2223,994,354,5647,705,1779,18053\n\"02/23/2025 17:00\",1551,1934,689,1170,1256,2391,1038,370,5762,715,1813,18689\n\"02/23/2025 18:00\",1580,1982,715,1208,1298,2501,1066,382,5896,722,1861,19211\n\"02/23/2025 19:00\",1552,1964,710,1193,1284,2475,1056,380,5880,716,1852,19062\n\"02/23/2025 20:00\",1506,1911,703,1160,1250,2421,1031,373,5800,710,1821,18686\n\"02/23/2025 21:00\",1444,1838,681,1116,1203,2331,995,355,5676,701,1774,18114\n\"02/23/2025 22:00\",1385,1763,649,1067,1155,2223,955,332,5470,691,1722,17412\n\"02/23/2025 23:00\",1339,1712,611,1019,1098,2097,921,311,5221,686,1679,16694\n\"02/24/2025 00:00\",1297,1667,583,993,1046,1949,885,305,4954,680,1672,16031\n\"02/24/2025 01:00\",1278,1642,569,986,1022,1887,869,300,4804,679,1659,15695\n\"02/24/2025 02:00\",1273,1633,556,980,1011,1853,869,297,4712,680,1650,15514\n\"02/24/2025 03:00\",1278,1632,551,987,1015,1848,870,295,4670,681,1653,15480\n\"02/24/2025 04:00\",1307,1677,559,1016,1031,1893,894,302,4730,685,1672,15766\n\"02/24/2025 05:00\",1381,1775,589,1080,1088,2013,949,323,4967,698,1738,16601\n\"02/24/2025 06:00\",1496,1927,643,1176,1167,2195,1034,363,5400,723,1849,17973\n\"02/24/2025 07:00\",1561,2024,697,1231,1229,2311,1082,381,5812,736,1919,18983\n\"02/24/2025 08:00\",1549,2021,707,1245,1233,2305,1076,372,6020,734,1944,19206\n\"02/24/2025 09:00\",1511,1971,704,1220,1180,2206,1046,355,6119,726,1942,18980\n\"02/24/2025 10:00\",1481,1935,692,1201,1123,2109,1010,339,6114,718,1939,18661\n\"02/24/2025 11:00\",1457,1874,680,1183,1087,2045,991,325,6088,710,1920,18360\n\"02/24/2025 12:00\",1413,1843,665,1167,1054,1973,964,314,6029,704,1896,18022\n\"02/24/2025 13:00\",1390,1835,662,1158,1038,1978,935,309,5985,698,1887,17875\n\"02/24/2025 14:00\",1381,1820,664,1149,1042,2027,930,312,5959,697,1877,17858\n\"02/24/2025 15:00\",1417,1833,677,1155,1094,2133,946,324,6016,698,1880,18173\n\"02/24/2025 16:00\",1494,1914,695,1179,1170,2274,994,341,6095,707,1901,18764\n\"02/24/2025 17:00\",1568,1994,717,1219,1242,2434,1038,362,6164,715,1911,19364\n\"02/24/2025 18:00\",1612,2058,741,1253,1300,2570,1073,383,6181,723,1960,19854\n\"02/24/2025 19:00\",1589,2027,735,1235,1294,2558,1063,379,6106,718,1946,19650\n\"02/24/2025 20:00\",1538,1963,710,1191,1261,2482,1032,369,5949,711,1907,19113\n\"02/24/2025 21:00\",1467,1880,683,1131,1205,2351,988,352,5741,699,1844,18341\n\"02/24/2025 22:00\",1389,1773,641,1059,1137,2198,936,323,5439,685,1769,17349\n\"02/24/2025 23:00\",1332,1696,597,1005,1075,2053,896,301,5130,678,1702,16465\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_PJM/gen_by_fuel.json",
    "content": "{\n  \"links\": [\n    {\n      \"rel\": \"self\",\n      \"href\": \"https://api.pjm.com/api/v1/gen_by_fuel?RowCount=500&Order=Asc&StartRow=1&IsActiveMetadata=True&Fields=datetime_beginning_utc%2Cfuel_type%2Cmw&datetime_beginning_utc=2025-02-09T00%3A00%3A00.0000000\"\n    },\n    {\n      \"rel\": \"metadata\",\n      \"href\": \"https://api.pjm.com/api/v1/gen_by_fuel/metadata\"\n    }\n  ],\n  \"items\": [\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16908.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 47280.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 2971.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1179.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 32919.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 871.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 659.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 8.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T00:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 2782.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 17147.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 46725.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 2217.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 981.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 32940.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 837.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 660.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 3.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T01:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 3202.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 17055.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 45683.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 1464.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 902.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 32965.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 566.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 649.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T02:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 3504.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16889.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 43567.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 980.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 885.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 32987.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 206.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 655.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T03:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 4030.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16373.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 42175.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 638.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 179.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 32994.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 209.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 662.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T04:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 4468.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15849.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 41727.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 521.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33001.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 206.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 665.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T05:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 5096.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15450.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 40800.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 452.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33011.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 206.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 663.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T06:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 5070.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 14787.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 40089.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 412.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33027.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 206.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 664.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T07:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 4624.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 14447.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 39422.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 445.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33054.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 207.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 668.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T08:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 4225.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 14471.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 39989.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 442.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33076.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 209.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 671.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T09:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 3883.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 14664.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 40113.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 435.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33177.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 211.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 670.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T10:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 3144.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15121.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 40844.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 470.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33293.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 212.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 671.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 28.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T11:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 2900.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15494.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 41543.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 934.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33392.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 210.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 668.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 148.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T12:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 2861.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15427.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 41516.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 1015.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33499.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 211.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 666.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 2022.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T13:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 2575.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15530.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 41489.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 1080.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33581.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 210.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 668.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 4579.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T14:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 2100.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15649.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 42431.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 675.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33599.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 211.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 667.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 5452.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 5.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T15:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1630.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16072.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 43125.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 475.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33613.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 210.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 665.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 5622.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 7.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T16:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1221.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16384.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 42723.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 468.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33632.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 207.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 659.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 5502.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 4.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T17:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1061.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16411.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 42256.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 496.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 1.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33641.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 206.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 666.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 5407.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T18:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1052.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 16010.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 42027.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 457.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 53.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33640.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 205.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 671.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 5231.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T19:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1187.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15907.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 41535.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 522.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 309.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33629.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 205.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 658.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 4629.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T20:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1221.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Coal\",\n      \"mw\": 15772.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Gas\",\n      \"mw\": 43252.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Hydro\",\n      \"mw\": 1421.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Multiple Fuels\",\n      \"mw\": 431.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Nuclear\",\n      \"mw\": 33625.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Oil\",\n      \"mw\": 401.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Other Renewables\",\n      \"mw\": 651.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Solar\",\n      \"mw\": 2719.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Storage\",\n      \"mw\": 0.0\n    },\n    {\n      \"datetime_beginning_utc\": \"2025-02-09T21:00:00\",\n      \"fuel_type\": \"Wind\",\n      \"mw\": 1341.0\n    }\n  ],\n  \"searchSpecification\": {\n    \"rowCount\": 500,\n    \"order\": \"Asc\",\n    \"startRow\": 1,\n    \"isActiveMetadata\": true,\n    \"fields\": [\n      \"datetime_beginning_utc\",\n      \"fuel_type\",\n      \"mw\"\n    ],\n    \"filters\": [\n      {\n        \"datetime_beginning_utc\": \"2025-02-09T00:00:00.0000000\"\n      }\n    ]\n  },\n  \"totalRows\": 220\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_PJM/pjm_solar_forecast_2025-02-24.json",
    "content": "{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://api.pjm.com/api/v1/hourly_solar_power_forecast?RowCount=10000&Order=Asc&StartRow=1&IsActiveMetadata=True&Fields=datetime_beginning_ept%2Cdatetime_beginning_utc%2Cdatetime_ending_ept%2Cdatetime_ending_utc%2Cevaluated_at_ept%2Cevaluated_at_utc%2Csolar_forecast_btm_mwh%2Csolar_forecast_mwh&datetime_beginning_utc=2025-02-24T00%3A00%3A00.0000000\"\n        },\n        {\n            \"rel\": \"metadata\",\n            \"href\": \"https://api.pjm.com/api/v1/hourly_solar_power_forecast/metadata\"\n        }\n    ],\n    \"items\": [\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.312,\n            \"solar_forecast_btm_mwh\": 2.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.5,\n            \"solar_forecast_btm_mwh\": 2.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 988.914,\n            \"solar_forecast_btm_mwh\": 477.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4388.311,\n            \"solar_forecast_btm_mwh\": 1095.421\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 991.848,\n            \"solar_forecast_btm_mwh\": 477.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.314,\n            \"solar_forecast_btm_mwh\": 2.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.337,\n            \"solar_forecast_btm_mwh\": 2.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 995.7,\n            \"solar_forecast_btm_mwh\": 477.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4440.581,\n            \"solar_forecast_btm_mwh\": 1095.421\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6875.256,\n            \"solar_forecast_btm_mwh\": 1589.251\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.349,\n            \"solar_forecast_btm_mwh\": 2.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 999.249,\n            \"solar_forecast_btm_mwh\": 477.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4454.674,\n            \"solar_forecast_btm_mwh\": 1095.421\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6943.342,\n            \"solar_forecast_btm_mwh\": 1589.251\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7591.568,\n            \"solar_forecast_btm_mwh\": 2977.684\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7673.557,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7642.009,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6956.919,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4448.713,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 994.27,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.294,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.445,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1041.661,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4539.809,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7028.761,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7619.378,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7656.901,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7355.382,\n            \"solar_forecast_btm_mwh\": 3918.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7553.256,\n            \"solar_forecast_btm_mwh\": 1331.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7391.531,\n            \"solar_forecast_btm_mwh\": 3918.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7656.391,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7617.003,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7023.677,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4537.851,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1040.958,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.427,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.434,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1044.509,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4561.25,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7065.708,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7666.675,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7709.509,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7446.574,\n            \"solar_forecast_btm_mwh\": 3918.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7625.047,\n            \"solar_forecast_btm_mwh\": 1331.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7346.868,\n            \"solar_forecast_btm_mwh\": 1065.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.445,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1045.557,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4563.752,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7068.277,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7669.56,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7712.188,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7447.893,\n            \"solar_forecast_btm_mwh\": 3918.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7627.046,\n            \"solar_forecast_btm_mwh\": 1331.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7373.652,\n            \"solar_forecast_btm_mwh\": 1065.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6665.665,\n            \"solar_forecast_btm_mwh\": 691.005\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3828.329,\n            \"solar_forecast_btm_mwh\": 219.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6703.671,\n            \"solar_forecast_btm_mwh\": 691.005\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7384.677,\n            \"solar_forecast_btm_mwh\": 1065.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7634.308,\n            \"solar_forecast_btm_mwh\": 1331.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7460.616,\n            \"solar_forecast_btm_mwh\": 3918.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7728.003,\n            \"solar_forecast_btm_mwh\": 3981.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7688.251,\n            \"solar_forecast_btm_mwh\": 3718.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7089.797,\n            \"solar_forecast_btm_mwh\": 3506.219\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4582.031,\n            \"solar_forecast_btm_mwh\": 2502.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1050.241,\n            \"solar_forecast_btm_mwh\": 1179.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.443,\n            \"solar_forecast_btm_mwh\": 2.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 13.157,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1086.911,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4688.258,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7229.617,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7808.962,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7811.995,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7530.66,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7551.991,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7304.972,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6605.202,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3744.229,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 639.413,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.59,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1142.225,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4777.048,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7111.693,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7685.788,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7670.003,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7437.792,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7133.617,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6968.927,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6160.69,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3567.451,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 587.432,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.632,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.636,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 587.438,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3567.489,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6162.429,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6970.811,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7132.813,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7436.087,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7669.21,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7686.145,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7111.693,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4777.061,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1142.248,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.593,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.668,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 587.718,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3566.976,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6159.746,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6964.511,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7125.193,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7425.159,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7670.787,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7698.867,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7137.509,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4806.02,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1152.784,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.861,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.948,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1156.523,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4814.92,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7145.445,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7703.368,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7673.123,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7426.018,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7127.331,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6970.244,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6167.798,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3572.844,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 588.446,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.668,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.951,\n            \"solar_forecast_btm_mwh\": 2.884\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1159.063,\n            \"solar_forecast_btm_mwh\": 1208.808\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4824.34,\n            \"solar_forecast_btm_mwh\": 2553.423\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7154.368,\n            \"solar_forecast_btm_mwh\": 3571.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7710.4,\n            \"solar_forecast_btm_mwh\": 2867.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7677.362,\n            \"solar_forecast_btm_mwh\": 3076.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7427.725,\n            \"solar_forecast_btm_mwh\": 3028.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7120.752,\n            \"solar_forecast_btm_mwh\": 1980.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6967.333,\n            \"solar_forecast_btm_mwh\": 1588.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6167.534,\n            \"solar_forecast_btm_mwh\": 1030.075\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3572.372,\n            \"solar_forecast_btm_mwh\": 244.82\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 588.515,\n            \"solar_forecast_btm_mwh\": 3.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.668,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.542,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1149.911,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4832.364,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7066.388,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7681.557,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7579.426,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7342.727,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7152.806,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7009.173,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6076.516,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3538.252,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 563.24,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.644,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.301,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1155.54,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4824.165,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6990.613,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7634.852,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7597.054,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7460.208,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7346.655,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7104.624,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6253.766,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3634.011,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 595.317,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.656,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.362,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1160.643,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4843.682,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7012.809,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7652.825,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7608.529,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7464.777,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7349.454,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7105.335,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6256.473,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3638.593,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 595.017,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.572,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.458,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 589.244,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3617.927,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6221.422,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7065.673,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7312.308,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7430.305,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7580.052,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7628.454,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6996.003,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4837.157,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1159.705,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.323,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.458,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 576.934,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3616.761,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6214.452,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7054.931,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7300.589,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7418.403,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7567.756,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7616.149,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6986.708,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4832.826,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1159.446,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.329,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.327,\n            \"solar_forecast_btm_mwh\": 2.886\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1159.908,\n            \"solar_forecast_btm_mwh\": 1195.139\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4832.673,\n            \"solar_forecast_btm_mwh\": 2523.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6986.602,\n            \"solar_forecast_btm_mwh\": 3530.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7610.803,\n            \"solar_forecast_btm_mwh\": 3706.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7561.065,\n            \"solar_forecast_btm_mwh\": 3976.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7408.016,\n            \"solar_forecast_btm_mwh\": 3918.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7288.195,\n            \"solar_forecast_btm_mwh\": 2138.058\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7041.279,\n            \"solar_forecast_btm_mwh\": 1718.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6202.357,\n            \"solar_forecast_btm_mwh\": 1119.564\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3607.907,\n            \"solar_forecast_btm_mwh\": 224.919\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 574.973,\n            \"solar_forecast_btm_mwh\": 3.177\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.458,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.121,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1196.342,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4899.488,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7038.229,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7615.548,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7528.679,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7372.572,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7310.978,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7069.818,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6233.009,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3626.123,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 577.631,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.433,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.813,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1354.093,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5334.291,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7797.086,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8246.701,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7855.403,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7797.958,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7697.357,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7570.906,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6637.094,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3772.623,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 577.737,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.261,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.813,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1354.049,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5333.635,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7795.735,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8245.207,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7853.289,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7796.751,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7696.543,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7570.467,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6636.563,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3772.744,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 577.788,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.261,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.308,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 578.294,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3771.136,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6624.277,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7560.887,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7684.135,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7785.492,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7832.063,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8217.303,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7765.407,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5319.012,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1354.65,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.842,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.911,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1365.935,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5361.588,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7815.427,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8264.581,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7873.666,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7824.233,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7722.433,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7603.648,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6675.121,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3809.906,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 585.911,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.327,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.327,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 585.763,\n            \"solar_forecast_btm_mwh\": 3.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3809.119,\n            \"solar_forecast_btm_mwh\": 268.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6674.375,\n            \"solar_forecast_btm_mwh\": 1244.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7599.375,\n            \"solar_forecast_btm_mwh\": 1924.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7718.535,\n            \"solar_forecast_btm_mwh\": 2401.722\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7822.163,\n            \"solar_forecast_btm_mwh\": 3402.229\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7872.28,\n            \"solar_forecast_btm_mwh\": 3454.112\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8263.481,\n            \"solar_forecast_btm_mwh\": 3219.594\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7814.702,\n            \"solar_forecast_btm_mwh\": 3519.523\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5361.864,\n            \"solar_forecast_btm_mwh\": 2516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1365.91,\n            \"solar_forecast_btm_mwh\": 1193.206\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.903,\n            \"solar_forecast_btm_mwh\": 87.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.568,\n            \"solar_forecast_btm_mwh\": 88.332\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1364.613,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5361.047,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7812.648,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8259.922,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7871.721,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7821.573,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7718.952,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7601.317,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6672.118,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3808.133,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 585.613,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.326,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.958,\n            \"solar_forecast_btm_mwh\": 88.332\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1294.003,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5289.127,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7862.838,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8109.17,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 8103.054,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7542.031,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7273.794,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7439.747,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6333.224,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3639.746,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 609.336,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.898,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.161,\n            \"solar_forecast_btm_mwh\": 88.332\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1299.249,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5190.267,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7845.87,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8089.83,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 8084.576,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7523.147,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7257.214,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7428.368,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6325.014,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3630.056,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 607.113,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.856,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.182,\n            \"solar_forecast_btm_mwh\": 88.332\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1291.992,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5129.251,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7589.717,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 8064.311,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 8058.022,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7495.581,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7232.295,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7405.836,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6306.367,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3617.092,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 604.249,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.796,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.796,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 605.054,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3612.253,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6293.278,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7393.214,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7220.529,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7482.689,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 8046.956,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7776.695,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7515.621,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5118.79,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1298.971,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.243,\n            \"solar_forecast_btm_mwh\": 88.332\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.28,\n            \"solar_forecast_btm_mwh\": 70.369\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1298.743,\n            \"solar_forecast_btm_mwh\": 1352.499\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5134.053,\n            \"solar_forecast_btm_mwh\": 2717.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7536.799,\n            \"solar_forecast_btm_mwh\": 3755.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7778.53,\n            \"solar_forecast_btm_mwh\": 4154.671\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7737.46,\n            \"solar_forecast_btm_mwh\": 4397.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7482.295,\n            \"solar_forecast_btm_mwh\": 4390.462\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7217.76,\n            \"solar_forecast_btm_mwh\": 2534.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7388.406,\n            \"solar_forecast_btm_mwh\": 2023.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6286.639,\n            \"solar_forecast_btm_mwh\": 1299.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3609.038,\n            \"solar_forecast_btm_mwh\": 294.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 603.995,\n            \"solar_forecast_btm_mwh\": 3.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.796,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.787,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 606.733,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3634.248,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6332.878,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7453.576,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7315.064,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7308.724,\n            \"solar_forecast_btm_mwh\": 4289.483\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7778.437,\n            \"solar_forecast_btm_mwh\": 4443.407\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7810.153,\n            \"solar_forecast_btm_mwh\": 4161.948\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7579.507,\n            \"solar_forecast_btm_mwh\": 3714.551\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5096.31,\n            \"solar_forecast_btm_mwh\": 2649.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1291.822,\n            \"solar_forecast_btm_mwh\": 1339.028\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.869,\n            \"solar_forecast_btm_mwh\": 64.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 17.177,\n            \"solar_forecast_btm_mwh\": 64.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1299.075,\n            \"solar_forecast_btm_mwh\": 1342.433\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5028.563,\n            \"solar_forecast_btm_mwh\": 2750.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7283.507,\n            \"solar_forecast_btm_mwh\": 3714.551\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7720.778,\n            \"solar_forecast_btm_mwh\": 4161.948\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7580.844,\n            \"solar_forecast_btm_mwh\": 4443.407\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7411.66,\n            \"solar_forecast_btm_mwh\": 4289.483\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7099.877,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 7009.312,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6227.644,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3540.99,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 582.896,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.17,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.999,\n            \"solar_forecast_btm_mwh\": 64.653\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1284.695,\n            \"solar_forecast_btm_mwh\": 1341.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5000.532,\n            \"solar_forecast_btm_mwh\": 2749.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7239.446,\n            \"solar_forecast_btm_mwh\": 3864.466\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7588.871,\n            \"solar_forecast_btm_mwh\": 4161.948\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7588.252,\n            \"solar_forecast_btm_mwh\": 4443.407\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7347.03,\n            \"solar_forecast_btm_mwh\": 4289.483\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7111.277,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6788.708,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6227.072,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3540.76,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 582.882,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.17,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.854,\n            \"solar_forecast_btm_mwh\": 64.49\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1289.193,\n            \"solar_forecast_btm_mwh\": 1336.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5035.096,\n            \"solar_forecast_btm_mwh\": 2745.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7302.005,\n            \"solar_forecast_btm_mwh\": 3863.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7604.461,\n            \"solar_forecast_btm_mwh\": 4427.705\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7416.606,\n            \"solar_forecast_btm_mwh\": 4443.407\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7344.063,\n            \"solar_forecast_btm_mwh\": 4289.483\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7120.668,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6787.908,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6226.838,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3542.79,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 583.642,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.186,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.186,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 584.074,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3461.838,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6076.883,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6841.204,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7067.676,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7150.791,\n            \"solar_forecast_btm_mwh\": 4289.483\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7397.828,\n            \"solar_forecast_btm_mwh\": 4748.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7533.586,\n            \"solar_forecast_btm_mwh\": 4444.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7202.677,\n            \"solar_forecast_btm_mwh\": 3877.007\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4986.654,\n            \"solar_forecast_btm_mwh\": 2749.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1279.73,\n            \"solar_forecast_btm_mwh\": 1335.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.659,\n            \"solar_forecast_btm_mwh\": 64.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 4.186,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 562.79,\n            \"solar_forecast_btm_mwh\": 10.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3449.56,\n            \"solar_forecast_btm_mwh\": 506.015\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6064.436,\n            \"solar_forecast_btm_mwh\": 1576.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6787.192,\n            \"solar_forecast_btm_mwh\": 2531.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 6949.064,\n            \"solar_forecast_btm_mwh\": 3126.533\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7212.03,\n            \"solar_forecast_btm_mwh\": 4628.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7363.309,\n            \"solar_forecast_btm_mwh\": 4749.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7579.019,\n            \"solar_forecast_btm_mwh\": 4447.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7253.327,\n            \"solar_forecast_btm_mwh\": 3875.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4996.425,\n            \"solar_forecast_btm_mwh\": 2756.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1270.824,\n            \"solar_forecast_btm_mwh\": 1340.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.692,\n            \"solar_forecast_btm_mwh\": 64.541\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.376,\n            \"solar_forecast_btm_mwh\": 66.694\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1246.278,\n            \"solar_forecast_btm_mwh\": 1263.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4838.471,\n            \"solar_forecast_btm_mwh\": 2580.591\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7090.803,\n            \"solar_forecast_btm_mwh\": 3628.392\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7489.289,\n            \"solar_forecast_btm_mwh\": 4409.653\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7454.999,\n            \"solar_forecast_btm_mwh\": 4718.845\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7187.255,\n            \"solar_forecast_btm_mwh\": 4633.322\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7000.817,\n            \"solar_forecast_btm_mwh\": 3852.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6681.876,\n            \"solar_forecast_btm_mwh\": 2611.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6065.097,\n            \"solar_forecast_btm_mwh\": 1572.029\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3446.271,\n            \"solar_forecast_btm_mwh\": 471.076\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 577.732,\n            \"solar_forecast_btm_mwh\": 18.945\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.974,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 2.983,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 565.631,\n            \"solar_forecast_btm_mwh\": 18.945\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3567.116,\n            \"solar_forecast_btm_mwh\": 471.076\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6163.846,\n            \"solar_forecast_btm_mwh\": 1572.029\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6815.581,\n            \"solar_forecast_btm_mwh\": 3013.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7133.451,\n            \"solar_forecast_btm_mwh\": 3848.734\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7314.804,\n            \"solar_forecast_btm_mwh\": 4632.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7464.041,\n            \"solar_forecast_btm_mwh\": 4725.521\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7406.81,\n            \"solar_forecast_btm_mwh\": 4410.337\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7002.723,\n            \"solar_forecast_btm_mwh\": 3626.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4821.097,\n            \"solar_forecast_btm_mwh\": 2584.049\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1264.296,\n            \"solar_forecast_btm_mwh\": 1266.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.186,\n            \"solar_forecast_btm_mwh\": 66.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.308,\n            \"solar_forecast_btm_mwh\": 66.486\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1257.645,\n            \"solar_forecast_btm_mwh\": 1261.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4807.396,\n            \"solar_forecast_btm_mwh\": 2576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 6987.977,\n            \"solar_forecast_btm_mwh\": 3624.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7464.727,\n            \"solar_forecast_btm_mwh\": 4412.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7439.299,\n            \"solar_forecast_btm_mwh\": 4725.46\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7306.956,\n            \"solar_forecast_btm_mwh\": 4632.061\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7119.467,\n            \"solar_forecast_btm_mwh\": 3855.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6791.819,\n            \"solar_forecast_btm_mwh\": 3040.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6203.785,\n            \"solar_forecast_btm_mwh\": 1899.524\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3502.996,\n            \"solar_forecast_btm_mwh\": 471.076\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 568.623,\n            \"solar_forecast_btm_mwh\": 18.945\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.146,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.805,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 573.254,\n            \"solar_forecast_btm_mwh\": 18.945\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3699.921,\n            \"solar_forecast_btm_mwh\": 649.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6319.303,\n            \"solar_forecast_btm_mwh\": 1903.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6921.299,\n            \"solar_forecast_btm_mwh\": 3032.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7245.496,\n            \"solar_forecast_btm_mwh\": 3851.984\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7519.938,\n            \"solar_forecast_btm_mwh\": 4635.068\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7610.148,\n            \"solar_forecast_btm_mwh\": 4732.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7571.85,\n            \"solar_forecast_btm_mwh\": 4414.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7162.218,\n            \"solar_forecast_btm_mwh\": 3623.732\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4833.658,\n            \"solar_forecast_btm_mwh\": 2574.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1270.664,\n            \"solar_forecast_btm_mwh\": 1260.538\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 16.163,\n            \"solar_forecast_btm_mwh\": 66.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.828,\n            \"solar_forecast_btm_mwh\": 66.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1270.186,\n            \"solar_forecast_btm_mwh\": 1261.317\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 4933.525,\n            \"solar_forecast_btm_mwh\": 2580.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7188.115,\n            \"solar_forecast_btm_mwh\": 3631.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7690.419,\n            \"solar_forecast_btm_mwh\": 4416.553\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7666.839,\n            \"solar_forecast_btm_mwh\": 4736.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7475.322,\n            \"solar_forecast_btm_mwh\": 4635.917\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7292.555,\n            \"solar_forecast_btm_mwh\": 3852.943\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6950.859,\n            \"solar_forecast_btm_mwh\": 3038.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6373.712,\n            \"solar_forecast_btm_mwh\": 1905.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3728.029,\n            \"solar_forecast_btm_mwh\": 653.872\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 631.444,\n            \"solar_forecast_btm_mwh\": 28.79\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.508,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"solar_forecast_mwh\": 0.0,\n            \"solar_forecast_btm_mwh\": 0.0\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"solar_forecast_mwh\": 15.852,\n            \"solar_forecast_btm_mwh\": 66.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"solar_forecast_mwh\": 1275.265,\n            \"solar_forecast_btm_mwh\": 1268.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"solar_forecast_mwh\": 5048.272,\n            \"solar_forecast_btm_mwh\": 2581.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"solar_forecast_mwh\": 7336.233,\n            \"solar_forecast_btm_mwh\": 3631.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"solar_forecast_mwh\": 7802.926,\n            \"solar_forecast_btm_mwh\": 4414.181\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"solar_forecast_mwh\": 7680.094,\n            \"solar_forecast_btm_mwh\": 4742.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"solar_forecast_mwh\": 7496.111,\n            \"solar_forecast_btm_mwh\": 4639.319\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"solar_forecast_mwh\": 7269.733,\n            \"solar_forecast_btm_mwh\": 3849.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"solar_forecast_mwh\": 6945.879,\n            \"solar_forecast_btm_mwh\": 3035.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"solar_forecast_mwh\": 6374.432,\n            \"solar_forecast_btm_mwh\": 1905.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"solar_forecast_mwh\": 3759.787,\n            \"solar_forecast_btm_mwh\": 648.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"solar_forecast_mwh\": 637.059,\n            \"solar_forecast_btm_mwh\": 28.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"solar_forecast_mwh\": 3.684,\n            \"solar_forecast_btm_mwh\": 0.0\n        }\n    ],\n    \"searchSpecification\": {\n        \"rowCount\": 10000,\n        \"order\": \"Asc\",\n        \"startRow\": 1,\n        \"isActiveMetadata\": true,\n        \"fields\": [\n            \"datetime_beginning_ept\",\n            \"datetime_beginning_utc\",\n            \"datetime_ending_ept\",\n            \"datetime_ending_utc\",\n            \"evaluated_at_ept\",\n            \"evaluated_at_utc\",\n            \"solar_forecast_btm_mwh\",\n            \"solar_forecast_mwh\"\n        ],\n        \"filters\": [\n            {\n                \"datetime_beginning_utc\": \"2025-02-24T00:00:00.0000000\"\n            }\n        ]\n    },\n    \"totalRows\": 1061\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_PJM/pjm_wind_forecast_2025-02-24.json",
    "content": "{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://api.pjm.com/api/v1/hourly_wind_power_forecast?RowCount=10000&Order=Asc&StartRow=1&IsActiveMetadata=True&Fields=datetime_beginning_ept%2Cdatetime_beginning_utc%2Cdatetime_ending_ept%2Cdatetime_ending_utc%2Cevaluated_at_ept%2Cevaluated_at_utc%2Cwind_forecast_mwh&datetime_beginning_utc=2025-02-24T00%3A00%3A00.0000000\"\n        },\n        {\n            \"rel\": \"metadata\",\n            \"href\": \"https://api.pjm.com/api/v1/hourly_wind_power_forecast/metadata\"\n        }\n    ],\n    \"items\": [\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.953\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5468.064\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.464\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5467.848\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6211.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6674.185\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-21T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6844.341\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5475.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6195.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6578.159\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6658.427\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6605.093\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5403.147\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6125.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6588.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6691.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6567.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6435.468\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5303.876\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6081.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6586.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6712.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6622.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6503.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.572\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5402.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6207.443\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6711.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6714.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6524.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6464.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6500.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6587.695\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5945.418\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6533.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6710.822\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6659.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6526.414\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6505.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6550.952\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6684.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6889.354\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5096.931\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5909.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6455.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6674.04\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6708.255\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6500.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6437.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6525.72\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6657.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6812.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6978.085\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5189.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5984.635\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6511.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6729.056\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6794.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6637.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6604.654\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6697.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6793.145\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6917.13\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7073.485\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7207.32\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5054.774\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5843.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6389.158\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6656.378\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6769.542\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6614.066\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6538.458\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6591.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6683.016\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6842.325\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7034.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7192.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.359\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.618\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.85\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.881\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.847\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.413\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.277\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5032.184\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5798.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6332.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6602.155\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6721.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6585.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6516.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6559.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6631.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6772.969\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 6962.91\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7175.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7267.019\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7132.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6759.23\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6451.84\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6474.013\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.306\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.561\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.391\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6680.074\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.911\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7113.144\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.692\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.012\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6592.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4757.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5542.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6156.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6473.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6607.169\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6602.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6607.042\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6620.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6679.528\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6873.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7112.688\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7241.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7248.543\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7086.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6793.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6593.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6465.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6247.121\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4764.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5528.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6133.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6427.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6555.036\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6595.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6643.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6644.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6678.493\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6867.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7130.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7301.353\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7310.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7124.083\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6837.059\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6608.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6447.357\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6237.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.913\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.664\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.842\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.599\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.211\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.55\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.92\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4779.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5554.596\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6163.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6455.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6588.429\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6633.405\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6682.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6681.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 6712.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 6898.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7157.616\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7304.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7290.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7096.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.979\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6610.606\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6476.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.051\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5601.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5293.099\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 5087.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4809.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5619.959\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6150.638\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6387.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6590.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6769.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 6901.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 6963.678\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7022.927\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7157.267\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7340.857\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7451.807\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7411.045\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7161.095\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6807.173\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6574.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6435.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.718\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5904.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5559.237\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5187.639\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4945.033\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-22T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4908.925\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4882.909\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.565\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.368\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7273.749\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.525\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.497\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7451.778\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6815.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.582\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.296\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6278.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.188\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.568\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.619\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4735.014\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.292\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4883.356\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5741.889\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6309.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6572.426\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6812.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6982.644\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7067.408\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7095.122\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7147.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7274.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7504.901\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7452.044\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7181.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6816.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6627.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6511.577\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6279.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5915.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5501.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.52\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4812.415\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4734.941\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4810.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.389\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.583\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.488\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.05\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.6\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.097\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.496\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.819\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.491\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.077\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.259\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.77\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.893\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.209\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.518\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.836\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.589\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.316\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.855\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 4877.371\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5733.569\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6305.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6568.646\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6797.536\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6956.098\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7039.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7073.096\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7125.48\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7254.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7412.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7497.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7450.193\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7174.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6797.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6601.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6486.922\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6292.402\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5985.29\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5619.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5248.895\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4981.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4895.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-22T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4854.856\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5097.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5875.508\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6416.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6688.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6879.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.314\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7027.661\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7031.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7055.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7164.555\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7344.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7529.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7536.679\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7253.492\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6868.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6570.971\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6387.283\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6255.453\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5967.479\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5586.489\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5219.4\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4970.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4905.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.134\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5092.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5871.073\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.987\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6718.498\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6903.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6999.376\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7053.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7077.613\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7122.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7229.287\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7402.556\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7570.397\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7553.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7255.131\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6861.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6550.703\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6344.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6186.381\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5883.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5502.833\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5154.519\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4901.991\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4822.989\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4916.473\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5084.708\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5860.004\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6429.717\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6714.329\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6875.366\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6973.079\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7040.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7074.494\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7114.754\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7223.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7411.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7589.482\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7564.747\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7271.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6897.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6576.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6361.327\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6222.972\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5931.859\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5537.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5155.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4883.956\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4834.839\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4923.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.215\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.656\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.777\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.291\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.161\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.067\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.504\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.824\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.795\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.863\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.385\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.475\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.674\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.689\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.547\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.052\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5087.227\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 5870.693\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6440.336\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6722.797\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6891.403\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6996.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7065.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7096.092\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7134.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7237.367\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7424.792\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7599.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7566.003\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7268.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6900.386\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6586.864\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6369.449\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6221.614\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5927.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5534.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5153.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4882.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4840.218\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5023.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5222.996\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6018.374\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6525.668\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6748.791\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6900.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7012.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7093.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7143.527\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7225.239\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7365.136\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7527.081\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7639.1\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7586.307\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7293.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6946.634\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6668.548\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6394.604\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6167.831\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5902.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5516.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5071.318\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4790.011\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4821.854\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T11:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T06:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4989.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5294.89\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6116.055\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6597.109\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6787.651\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6961.441\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7092.769\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7159.416\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7184.031\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7417.816\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7573.047\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7681.057\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7631.404\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7333.648\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6992.431\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6717.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6446.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6225.961\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5950.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5536.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5094.99\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4851.748\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4872.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T12:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T07:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5036.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T13:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T08:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5265.707\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6150.221\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6656.544\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6823.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6987.755\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7100.729\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7129.666\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7116.451\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7190.372\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7390.16\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7586.982\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7711.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.715\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7335.981\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6990.899\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6724.25\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6461.224\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6233.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5933.196\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5493.916\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5022.601\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4744.896\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4731.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T14:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T09:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4909.552\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5268.866\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6149.444\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6651.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6816.377\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6967.61\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7068.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7098.751\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.217\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.9\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.815\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.946\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.152\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.75\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.784\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.64\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.669\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.571\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.928\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.741\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4708.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4700.125\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T15:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T10:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5256.511\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6136.393\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6647.305\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6815.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6965.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7069.315\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7099.786\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7094.39\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7180.311\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7388.796\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7584.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7710.141\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7647.744\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.785\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7006.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6740.846\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6478.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6248.505\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5936.697\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5478.78\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4991.579\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4707.986\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T16:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T11:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4896.585\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5544.724\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6290.27\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6737.645\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.637\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.101\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.793\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.59\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.264\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7441.887\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7739.995\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.756\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.779\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.344\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.665\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.875\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.539\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.93\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.739\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.436\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.587\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.103\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T17:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T12:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4863.954\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5592.712\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6317.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6745.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6881.809\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6966.226\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7032.352\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7102.998\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7174.867\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7273.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7442.157\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7629.877\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7740.171\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7648.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7344.737\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7035.216\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6523.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6265.289\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.667\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5369.461\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4914.19\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4705.442\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4699.063\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T18:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T13:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4864.041\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T20:00:00\",\n            \"wind_forecast_mwh\": 5674.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6348.968\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6750.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6864.512\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6930.832\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7004.342\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7084.88\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7156.742\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.67\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7445.231\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.248\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.888\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T19:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T14:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T21:00:00\",\n            \"wind_forecast_mwh\": 6406.127\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6789.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6890.509\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.274\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7001.873\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7085.871\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.633\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7261.478\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7446.03\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.799\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7725.595\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7607.7\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7287.98\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6949.794\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6687.111\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6449.617\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6195.545\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5808.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5309.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4865.358\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4648.335\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4662.983\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T20:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T15:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4880.598\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T22:00:00\",\n            \"wind_forecast_mwh\": 6771.246\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6884.349\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6937.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7000.459\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7083.782\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7158.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7259.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7444.132\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7641.628\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7731.675\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7622.69\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7305.406\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.438\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.597\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.631\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.396\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.672\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.938\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.233\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.626\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T21:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T16:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.165\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_ept\": \"2025-02-23T23:00:00\",\n            \"wind_forecast_mwh\": 6846.105\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6916.897\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6992.207\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7079.988\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7152.923\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7253.142\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7439.065\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7639.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7728.892\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7619.713\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7304.245\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 6962.681\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6689.588\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6443.603\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6192.38\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5807.683\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5315.937\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4874.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4649.743\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4655.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T22:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T17:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4862.258\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T00:00:00\",\n            \"wind_forecast_mwh\": 6889.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 6977.284\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7074.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7144.883\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7243.257\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7469.21\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7706.575\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7829.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7735.022\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7371.825\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7015.107\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6783.68\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6527.069\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6224.102\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5789.649\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5343.34\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 4999.967\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4781.084\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4759.813\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-23T23:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T18:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 4980.573\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T01:00:00\",\n            \"wind_forecast_mwh\": 7046.181\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7115.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7187.192\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7300.174\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7510.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7735.445\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7879.767\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.985\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7498.762\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.554\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6858.22\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.643\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5776.24\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.104\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5087.858\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4931.798\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.629\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T00:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T19:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5138.382\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T06:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T02:00:00\",\n            \"wind_forecast_mwh\": 7141.57\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7202.976\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7303.328\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7503.584\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7726.313\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7492.027\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7124.106\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6855.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6214.08\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5775.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5355.124\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T01:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T20:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T07:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T03:00:00\",\n            \"wind_forecast_mwh\": 7272.236\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7342.709\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7522.559\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7731.254\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7872.253\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7818.723\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7491.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7121.11\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6852.417\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6564.419\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6211.903\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5774.576\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5354.934\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5088.119\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4932.024\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4927.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T02:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T21:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5137.935\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T08:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T04:00:00\",\n            \"wind_forecast_mwh\": 7393.612\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7558.214\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7755.395\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7882.294\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7819.781\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7130.939\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6567.276\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6205.811\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5759.271\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5332.905\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5062.964\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.401\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.549\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T03:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T22:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5152.008\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T09:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T05:00:00\",\n            \"wind_forecast_mwh\": 7533.526\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:00:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:10:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:20:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:30:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:40:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7745.735\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7884.309\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7823.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7496.303\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7129.108\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6860.187\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.761\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6206.624\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5763.223\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5334.622\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5063.048\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4916.302\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4929.411\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T04:50:00\",\n            \"evaluated_at_ept\": \"2025-02-23T23:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5151.907\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T10:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T06:00:00\",\n            \"wind_forecast_mwh\": 7749.602\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7908.299\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.97\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7554.017\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7154.768\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6840.529\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6592.222\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6274.849\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5876.09\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5518.65\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5256.439\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4982.053\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4907.566\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T05:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T00:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5135.817\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T11:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T06:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T07:00:00\",\n            \"wind_forecast_mwh\": 7933.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7881.912\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7553.752\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7143.682\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6825.034\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6570.776\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6256.814\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5871.149\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5532.476\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5267.517\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4957.745\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4874.926\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T06:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T01:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5088.957\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T12:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T07:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T08:00:00\",\n            \"wind_forecast_mwh\": 7865.394\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7550.676\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7158.484\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6829.929\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.361\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T07:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T02:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T13:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T08:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T09:00:00\",\n            \"wind_forecast_mwh\": 7547.31\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7157.503\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6830.502\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6562.766\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6258.636\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5892.186\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5554.36\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5271.153\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4948.163\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4835.41\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T08:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T03:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.472\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T14:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T09:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T10:00:00\",\n            \"wind_forecast_mwh\": 7193.234\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6847.726\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6566.194\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6252.861\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5887.506\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5551.879\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5269.114\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4944.228\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4836.733\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T09:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T04:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5013.915\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T15:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T10:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T11:00:00\",\n            \"wind_forecast_mwh\": 6876.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:00:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:00:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:10:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:10:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:20:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:20:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:30:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:30:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:40:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:40:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T16:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T11:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T12:00:00\",\n            \"wind_forecast_mwh\": 6583.043\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T17:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T12:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T13:00:00\",\n            \"wind_forecast_mwh\": 6259.908\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T18:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T13:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T14:00:00\",\n            \"wind_forecast_mwh\": 5886.133\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T19:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T14:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T15:00:00\",\n            \"wind_forecast_mwh\": 5548.17\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T20:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T15:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T16:00:00\",\n            \"wind_forecast_mwh\": 5264.66\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T21:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T16:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T17:00:00\",\n            \"wind_forecast_mwh\": 4939.546\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T22:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T17:00:00\",\n            \"datetime_ending_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T18:00:00\",\n            \"wind_forecast_mwh\": 4831.753\n        },\n        {\n            \"evaluated_at_utc\": \"2025-02-24T10:50:00\",\n            \"evaluated_at_ept\": \"2025-02-24T05:50:00\",\n            \"datetime_beginning_utc\": \"2025-02-24T23:00:00\",\n            \"datetime_beginning_ept\": \"2025-02-24T18:00:00\",\n            \"datetime_ending_utc\": \"2025-02-25T00:00:00\",\n            \"datetime_ending_ept\": \"2025-02-24T19:00:00\",\n            \"wind_forecast_mwh\": 5007.297\n        }\n    ],\n    \"searchSpecification\": {\n        \"rowCount\": 10000,\n        \"order\": \"Asc\",\n        \"startRow\": 1,\n        \"isActiveMetadata\": true,\n        \"fields\": [\n            \"datetime_beginning_ept\",\n            \"datetime_beginning_utc\",\n            \"datetime_ending_ept\",\n            \"datetime_ending_utc\",\n            \"evaluated_at_ept\",\n            \"evaluated_at_utc\",\n            \"wind_forecast_mwh\"\n        ],\n        \"filters\": [\n            {\n                \"datetime_beginning_utc\": \"2025-02-24T00:00:00.0000000\"\n            }\n        ]\n    },\n    \"totalRows\": 5896\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_PJM/settings.json",
    "content": "{\n  \"baseUrl\": \"https://api.pjm.com/api/v1\",\n  \"baseAdminUrl\": \"http://localhost:44346/admin\",\n  \"baseSyndicationUrl\": \"https://api.pjm.com/syndication/v1\",\n  \"subscriptionKey\": \"aca459ab4b064b9ca31ca87ceaa23254\",\n  \"registerUrl\": \"https://apiportal.pjm.com/\",\n  \"connextUrl\": \"https://pjmconnext.com\",\n  \"feedbackUri\": \"https://www.pjm.com/AjaxService/FeedbackService.asmx/PostFeedback\",\n  \"feedbackKey\": \"SV_eJuz6ckkcfxzwJ7\",\n  \"tool\": \"Data Miner 2\"\n}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/DA-LMP-SL-202503190100.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/19/2025 01:00:00,03/19/2025 06:00:00,AEC,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_CSWS,CSWS_AECC_LA,19.0354,0.3797,6.9409,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,19.6555,0.3127,7.6279,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,17.1142,0.6159,4.7835,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,19.8398,0.1965,7.9284,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,18.8132,0.0737,7.0247,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,17.3079,0.1812,5.4118,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,20.1359,-0.1050,8.5261,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AECI,AECI,10.6506,0.0048,-1.0691,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,AEPM_CSWS,CSWS_LA,19.5590,0.2250,7.6192,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,ALTW,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,AMRN,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,107.2173,0.6707,94.8317,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,BBA,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BCA,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BEPM.ER01.DDR,ER01_DDR,-5.9322,-0.9583,-16.6888,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,BEPM_ER01,BEPM_ER01_LA,-5.9322,-0.9583,-16.6888,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-7.4146,-0.4540,-18.6754,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-9.5558,-0.0495,-21.2212,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,BEPM_UM01,BEPM_UM01_LA,-1.9968,0.0868,-13.7984,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BLKW,BLKW,115.3052,1.0332,102.5572,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-25.0000,-1.1004,-35.6144,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-25.0000,-1.1004,-35.6144,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,-2.1710,-0.9671,-12.9187,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-24.9868,-1.0872,-35.6144,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BRAZ,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BUBA,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-22.0121,-0.5065,-33.2204,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-21.2556,-0.6699,-32.3006,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,-5.2106,-0.5722,-16.3532,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,-5.2106,-0.5722,-16.3532,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CLEC,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,19.3693,0.1711,7.4833,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,COWP,COWP_LA,10.3507,0.1178,-1.4819,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,10.3507,0.1178,-1.4819,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,10.3507,0.1178,-1.4819,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CPLE,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CPLW,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,11.4044,0.2099,-0.5203,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,11.4044,0.2099,-0.5203,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,11.4044,0.2099,-0.5203,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,11.4044,0.2099,-0.5203,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CRTH_SPA,WRCRTH_SPA_LA,16.0160,0.0168,4.2843,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,18.9651,0.5904,6.6598,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-12.7286,-0.6415,-23.8019,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,20.1359,-0.1050,8.5261,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,19.8398,0.1965,7.9284,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,18.9665,0.5848,6.6669,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,18.9295,0.2341,6.9805,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,19.0143,0.4878,6.8116,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,19.0143,0.4878,6.8116,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,19.3365,0.2724,7.3493,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,19.3365,0.2724,7.3493,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,19.3366,0.2724,7.3493,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,19.3366,0.2724,7.3493,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,20.1359,-0.1050,8.5261,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,23.1065,0.3839,11.0078,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,39.7853,-0.0458,28.1163,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,39.6987,-0.1324,28.1163,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,23.0706,0.0641,11.2917,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,19.2078,0.1588,7.3342,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,19.2078,0.1588,7.3342,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,19.2105,0.1588,7.3369,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,19.2105,0.1588,7.3369,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-19.8328,-0.7037,-30.8439,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-11.9651,-0.5202,-23.1597,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,30.4273,0.0037,18.7088,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-16.5128,-0.6262,-27.6015,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-16.5239,-0.6372,-27.6015,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-15.8439,-0.5794,-26.9793,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.GRID.CDL1,CDL1_DDR,24.9561,0.1497,13.0916,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-14.5339,-0.5667,-25.6821,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-11.6923,-0.6624,-22.7447,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,24.9561,0.1497,13.0916,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.CSI1,CSI1_DDR,22.8830,0.2531,10.9151,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.CSI2,CSI2_DDR,22.8864,0.2564,10.9151,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,19.3706,0.1725,7.4833,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.GAZA,GAZA_DDR,24.9561,0.1497,13.0916,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,95.0000,0.3718,82.9134,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.NUEN.T201,NT201_DDR,20.1855,0.1688,8.3018,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-14.4131,-0.8187,-25.3092,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-14.4131,-0.8187,-25.3092,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,20.1359,-0.1050,8.5261,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,19.8071,0.6628,7.4295,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-15.8439,-0.5794,-26.9793,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-15.8439,-0.5794,-26.9793,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-17.8202,-0.7029,-28.8322,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-16.5239,-0.6372,-27.6015,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,18.4579,0.2167,6.5264,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,16.5043,0.0952,4.6943,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,16.5043,0.0952,4.6943,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,16.5043,0.0952,4.6943,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,-1.4310,-0.0734,-13.0725,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,-1.4310,-0.0734,-13.0725,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,19.0373,0.2120,7.1105,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,20.5498,0.1654,8.6696,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,18.9892,0.1990,7.0753,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,20.0463,0.8604,7.4710,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,25.2391,0.0937,13.4306,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,22.8864,0.2564,10.9151,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0057,OKMU_DDR,22.6105,0.2499,10.6457,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0060,LEHIGH_DDR,95.0000,0.3718,82.9134,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0086,WARRENM_DDR,19.6603,0.1984,7.7470,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,20.0713,0.5776,7.7788,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,31.2117,0.1624,19.3344,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0121,V121_DDR,19.0373,0.2120,7.1105,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0122,V122_DDR,29.6797,0.1508,17.8141,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0124,V124_DDR,48.9416,0.0875,37.1392,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0135,V135_DDR,20.6510,0.2011,8.7350,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0144,V144_DDR,-12.0906,-0.4712,-23.3342,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0145,V145_DDR,-12.2516,-0.5271,-23.4394,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,19.0884,0.2402,7.1333,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,20.5236,0.0742,8.7346,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0175,V175_DDR,19.3706,0.1725,7.4833,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,20.5236,0.0742,8.7346,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,20.5632,0.1419,8.7065,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,20.6510,0.2011,8.7350,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,21.0004,0.1816,9.1039,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,20.5916,0.1553,8.7215,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,35.7502,0.0365,23.9989,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,19.3038,0.1520,7.4370,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,21.0004,0.1816,9.1039,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0211,V211_DDR,19.0493,0.3475,6.9869,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,31.9606,0.1513,20.0944,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0213,V213_DDR,20.4533,0.1884,8.5500,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0215,V215_DDR,30.7133,0.1507,18.8478,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0217,V217_DDR,32.0210,0.1434,20.1628,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0218,V218_DDR,35.3005,0.0437,23.5420,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0228,V228_DDR,21.1356,0.1523,9.2685,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0232,V232_DDR,19.9864,0.1994,8.0722,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0233,V233_DDR,21.1339,0.1935,9.2256,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0240,V240_DDR,27.1609,0.1322,15.3138,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0244,V244_DDR,21.0004,0.1816,9.1039,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0246,MDT1_DDR,95.0000,0.3718,82.9134,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0249,V249_DDR,20.3962,0.1966,8.4848,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0250,V250_DDR,-13.0451,-0.6141,-24.1459,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0251,V251_DDR,19.7324,0.1737,7.8438,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.VOLT.0252,V252_DDR,35.7502,0.0365,23.9989,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-21.6735,-0.7187,-32.6696,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,-4.8448,-0.8027,-15.7570,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-19.6566,-1.0651,-30.3064,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,18.7360,-0.0219,7.0431,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-30.4545,-1.7603,-40.4091,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-22.8472,-0.7443,-33.8178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-22.8472,-0.7443,-33.8178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-22.8472,-0.7443,-33.8178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-22.8472,-0.7443,-33.8178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-22.8472,-0.7443,-33.8178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,20.1359,-0.1050,8.5261,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,17.6950,0.5895,5.3906,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,19.9763,0.1893,8.0722,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,19.9587,0.1716,8.0722,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,25.4193,0.2546,13.4499,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,25.4193,0.2546,13.4499,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWELSH1,CSWSWELSHUN1_RA,19.7708,0.1475,7.9085,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWELSH3,CSWSWELSHUN3_RA,19.7708,0.1475,7.9085,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWILKES1,CSWSWILKESUN1_RA,19.7596,0.3089,7.7358,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWILKES2,CSWSWILKESUN2_RA,19.7596,0.3089,7.7358,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,CSWWILKES3,CSWSWILKESUN3_RA,19.5068,0.2796,7.5123,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-16.5128,-0.6262,-27.6015,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,DENL,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,DERS,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,DOE,DOE,7.0036,0.0346,-4.7458,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,-5.0739,-0.2754,-16.5133,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,DPC,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,DUK,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDDY,EDDY,111.7272,1.6578,98.3546,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,15.1425,-0.0760,3.5036,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-19.1874,-0.2917,-30.6105,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,21.0611,-0.2149,9.5612,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE.SLCC,EDESTL4391_PLT,17.7788,-0.0745,6.1385,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,17.5655,-0.0490,5.8996,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,7.3588,-0.2756,-4.0804,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_EC_01,EDELAR3821UN1_RA,15.1425,-0.0760,3.5036,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_EC_02,EDELAR3821UN2_RA,15.1425,-0.0760,3.5036,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_EC_03,EDELAR3821UN3_RA,15.1425,-0.0760,3.5036,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_EC_04,EDELAR3821UN4_RA,15.1425,-0.0760,3.5036,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_EDE,EDE_LA,18.3651,0.1301,6.5201,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_ERW,EDEERWFUNG1_RA,-21.5292,-0.7108,-32.5332,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-14.2141,-0.8572,-25.0718,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,33.1200,0.3877,21.0175,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,33.1200,0.3877,21.0175,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,33.1200,0.3877,21.0175,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,33.1200,0.3877,21.0175,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,10.1396,0.1551,-1.7303,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_RIV_10,EDERIV1671UN10_RA,17.9702,-0.1244,6.3798,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_RIV_11,EDERIV1671UN11_RA,17.9702,-0.1244,6.3798,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_RIV_12,EDERIV453UN12_PLT,17.7633,-0.3313,6.3798,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_SL_01,EDESTL4391UN1_RA,17.7788,-0.0745,6.1385,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EDE_SWMP,EDE_SWMP_LA,13.1457,0.2095,1.2213,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,EEI,EEI,6.9683,0.0332,-4.7797,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EES,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-17.1711,-0.7555,-28.1305,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,ERCOTE,ERCOTE,19.7708,0.1475,7.9085,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,ERCOTN,ERCOTN,-14.3605,-0.7661,-25.3092,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-7.3601,-0.6620,-18.4129,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FMPP,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FPC,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FPL,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FREM_50T,OPPDFREM_GUN1_RA,-5.3251,-0.5451,-16.4949,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,FREM_6,OPPDFREM_AUN6_RA,-5.3299,-0.5479,-16.4968,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FREM_7,OPPDFREM_AUN7_RA,-5.3299,-0.5479,-16.4968,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FREM_8,OPPDFREM_AUN8_RA,-5.3665,-0.5845,-16.4968,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FREM_LOAD,FREM_LOAD_LA,-5.3358,-0.5538,-16.4968,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-22.5335,-0.6292,-33.6192,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,18.4579,0.2167,6.5264,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-18.5664,-0.5869,-29.6943,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-39.1889,-0.9881,-49.9157,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,19.3693,0.1711,7.4833,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,19.3693,0.1711,7.4833,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,19.3693,0.1711,7.4833,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,23.0712,0.1053,11.2511,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,23.0712,0.1053,11.2511,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,23.2069,0.1021,11.3899,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,23.2069,0.1021,11.3899,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-28.5971,-0.8991,-39.4129,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,39.8000,0.0016,28.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,39.8000,0.0016,28.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,39.8000,0.0016,28.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.VOLT.0130,V130_DDR,23.8196,0.2326,11.8722,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA.VOLT.0237,V237_DDR,24.0745,0.1572,12.2024,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDAHUB2,GRDAHUB2_H,7.8363,-0.1489,-3.7297,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDAHUB3,GRDAHUB3_H,3.2889,-0.2406,-8.1853,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA_GRDA,GRDA_LA,24.3255,0.1482,12.4625,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA_HUB,GRDA_H,14.4204,-0.0286,2.7342,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRDA_HUBSA,GRDASA_H,13.9765,-0.0413,2.3030,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GRE,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-9.6496,1.0169,-22.3814,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GSEC_SPS,SPS_GSEC_LA,78.3501,0.7210,65.9143,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GSPR2014HUB,GSPR2014HUB_H,46.3570,0.5045,34.1377,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,GSPR2015HUB,GSPR2015HUB_H,43.8306,0.4683,31.6474,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,0.0000,0.2458,-11.9606,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,HARRISON,CSWSLEBROCKPLT1,18.8465,0.1373,6.9943,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-7.5981,-0.7283,-18.5847,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,HQST,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,HST,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,-4.7465,-0.0849,-16.3764,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,-4.7465,-0.0849,-16.3764,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,-4.7824,-0.0923,-16.4050,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,-4.7824,-0.0923,-16.4050,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,-4.7067,-0.0855,-16.3361,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,-4.7067,-0.0855,-16.3361,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDN_INDN,INDN_LA,-4.7508,-0.0868,-16.3788,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,ISNE,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,JEA,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,-5.1678,-0.5318,-16.3508,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,-5.1678,-0.5318,-16.3508,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-8.3871,-0.3095,-19.7924,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYCT4,KACYNEARMANUNCT4_RA,-6.0372,-0.1500,-17.6020,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,46.1000,-0.1917,34.5769,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,-6.0372,-0.1500,-17.6020,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,-6.0094,-0.1396,-17.5847,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,-6.0145,-0.1399,-17.5895,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KACY_KACY,KACY_LA,-6.0078,-0.1402,-17.5824,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,-5.5573,-0.2022,-17.0700,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,-1.2963,0.1646,-13.1757,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-30.0430,-0.4508,-41.3070,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-49.4264,-0.9418,-60.1995,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0222,V222_DDR,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0223,V223_DDR,-5.6837,-0.2813,-17.1172,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0241,V241_DDR,0.2740,0.1295,-11.5704,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0243,V243_DDR,12.0086,-0.0463,0.3401,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0247,V247_DDR,-5.1324,-0.2049,-16.6423,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.VOLT.0253,V253_DDR,-5.5328,-0.1987,-17.0489,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-14.0000,-0.9825,-24.7323,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-7.5264,-0.3960,-18.8453,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-7.5264,-0.3960,-18.8453,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-7.5264,-0.3960,-18.8453,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-7.5264,-0.3960,-18.8453,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,-5.5484,-0.2042,-17.0591,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,-5.5484,-0.2042,-17.0591,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB,KCPLHUB_H,-11.0571,-0.6013,-22.1706,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB17,KCPLHUB17_H,-11.8891,-0.6347,-22.9693,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB18,KCPLHUB18_H,-11.6110,-0.6426,-22.6832,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB19,KCPLHUB19_H,-11.7823,-0.6195,-22.8776,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB20,KCPLHUB20_H,-12.2929,-0.6498,-23.3579,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB21,KCPLHUB21_H,-12.3697,-0.6248,-23.4598,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB22,KCPLHUB22_H,-11.6820,-0.6288,-22.7680,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB23,KCPLHUB23_H,-12.2398,-0.6456,-23.3091,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLHUB24,KCPLHUB24_H,-12.6551,-0.6606,-23.7094,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-6.7206,-0.3066,-18.1288,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-6.7206,-0.3066,-18.1288,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,-6.1058,-0.5405,-17.2802,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,-6.1058,-0.5405,-17.2802,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,-5.5573,-0.2022,-17.0700,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,-5.5573,-0.2022,-17.0700,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,-5.6878,-0.1760,-17.2266,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-13.1460,-0.3501,-24.5108,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,-5.3644,-0.1959,-16.8834,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KCPL_KCPL,KCPL_LA,-6.1368,-0.2159,-17.6357,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KENN,KENN_LA,9.9618,0.1440,-1.8971,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KEP2_SECI,KEP2_SECI_LA,-23.3874,-0.2735,-34.8288,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KERR_1,GRDAKERR_HYDUN1_RA,23.6665,0.1424,11.8093,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KERR_2,GRDAKERR_HYDUN2_RA,23.5302,0.1500,11.6654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KERR_3,GRDAKERR_HYDUN3_RA,23.5302,0.1500,11.6654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KERR_4,GRDAKERR_HYDUN4_RA,23.6665,0.1424,11.8093,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-7.5265,-0.3960,-18.8453,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-7.5265,-0.3960,-18.8453,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-7.2695,-0.3433,-18.6410,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-7.2695,-0.3433,-18.6410,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-9.4189,-0.3780,-20.7557,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-10.7525,-0.3542,-22.1132,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-10.7525,-0.3542,-22.1132,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-21.5480,-0.3503,-32.9125,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-21.5480,-0.3503,-32.9125,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-21.5480,-0.3503,-32.9125,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-14.8434,-0.2500,-26.3083,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-14.8434,-0.2500,-26.3083,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-21.9650,-0.3772,-33.3027,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-16.5242,-0.4611,-27.7780,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-13.6804,-0.6187,-24.7766,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,39.1426,-0.1889,27.6167,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,39.1426,-0.1889,27.6167,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-8.9923,-0.5359,-20.1712,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-8.9923,-0.5359,-20.1712,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-8.9923,-0.5359,-20.1712,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-15.9314,-0.7441,-26.9021,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-15.3297,-0.3648,-26.6797,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-8.0400,-0.5025,-19.2523,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-7.8820,-0.2750,-19.3218,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LAFA,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LAM345,LAM345,-22.0121,-0.5065,-33.2204,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LEPA,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,-5.2517,-0.6011,-16.3655,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_LES,LES_LA,-5.2689,-0.6060,-16.3777,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,-5.2030,-0.6416,-16.2763,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,-5.3728,-0.6297,-16.4580,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,-5.3728,-0.6297,-16.4580,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,-5.3728,-0.6297,-16.4580,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,-5.1950,-0.6335,-16.2763,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,-5.2030,-0.6416,-16.2763,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_WAVERLY,LES_WAVERLY_H,-5.2395,-0.6241,-16.3302,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,-5.0125,-0.5920,-16.1354,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,-5.0125,-0.5920,-16.1354,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,LGEE,LGEE,5.2833,-0.0460,-6.3856,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MALDEN,MALDEN_LA,9.5244,0.1282,-2.3187,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MCWEST,MCWEST,-2.5308,-0.1216,-14.1240,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MDU,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-8.6873,-0.0894,-20.3127,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,-6.5926,-0.4659,-17.8415,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,-4.9699,-0.1549,-16.5298,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MEAN_NPPD,NPPD_MEAN_LA,-8.8139,-0.7961,-19.7327,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MEC,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MHEB,MHEB,-2.0797,-0.2171,-13.5775,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-18.0000,-0.9489,-28.7659,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-16.1714,-0.8863,-27.0000,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-18.0000,-0.9489,-28.7659,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-18.0000,-0.9489,-28.7659,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-16.1714,-0.8863,-27.0000,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MISO,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-23.2182,-0.0905,-34.8425,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-23.2182,-0.0905,-34.8425,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-11.9224,-0.7900,-22.8472,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-20.7187,-0.7870,-31.6465,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-14.9748,-0.8163,-25.8734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-20.5776,-0.7418,-31.5507,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-19.1114,-0.6740,-30.1522,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-20.5182,-0.7055,-31.5276,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-18.5386,-0.6801,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-18.5386,-0.6801,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-18.5386,-0.6801,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-18.5386,-0.6801,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-18.5386,-0.6801,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,-2.1377,-0.2392,-13.6133,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,6.1539,0.0080,-5.5690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,6.1539,0.0080,-5.5690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,3.2308,-0.0926,-8.3914,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,0.4761,0.1741,-11.4128,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MOWR,AECI,10.6506,0.0048,-1.0691,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,3.4635,-0.1053,-8.1461,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,6.4188,0.0182,-5.3142,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.4548,-0.7682,-16.4015,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-5.1264,-0.5466,-16.2947,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-21.2279,-0.9095,-32.0332,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-5.4297,-0.7431,-16.4015,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,-5.0695,-0.2710,-16.5133,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,-5.0695,-0.2710,-16.5133,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,-5.0683,-0.2699,-16.5133,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,-5.0683,-0.2699,-16.5133,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-5.9516,-0.3184,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-5.9179,-0.2847,-17.3480,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,4.5188,0.1205,-7.3166,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,-4.5089,-0.2664,-15.9574,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,-5.3743,-0.2997,-16.7895,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,-5.3743,-0.2997,-16.7895,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,-5.3743,-0.2996,-16.7895,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,-5.7416,-0.2003,-17.2561,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,-5.7416,-0.2003,-17.2561,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,MPS_MPS,MPS_LA,-4.0154,-0.1608,-15.5695,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MSTNG,SPSMSTNGPLT1,110.4461,1.2254,97.5058,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MSTNG4,SPSMSTNGUN4_RA,110.3858,1.1651,97.5058,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MSTNG5,SPSMSTNGUN5_RA,110.4461,1.2254,97.5058,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,110.4461,1.2254,97.5058,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NBSO,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-5.5299,-0.7375,-16.5072,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-5.5311,-0.7387,-16.5072,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-2.9579,-0.2308,-14.4420,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NHC1,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,-5.1880,-0.5568,-16.3461,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,-5.1880,-0.5568,-16.3461,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,-5.1880,-0.5568,-16.3461,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-8.8830,-0.8703,-19.7275,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-8.2568,-1.0854,-18.8862,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-6.5077,-0.7620,-17.4606,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-8.3371,-0.8037,-19.2482,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-8.2568,-1.0854,-18.8862,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-8.1708,-0.6988,-19.1868,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-8.0446,-0.7025,-19.0570,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-8.1204,-0.6968,-19.1384,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-8.0127,-0.6954,-19.0322,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-9.7276,-0.8376,-20.6048,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-9.8045,-0.5092,-21.0101,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-9.8045,-0.5092,-21.0101,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-11.7282,-0.8018,-22.6412,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-9.7276,-0.8376,-20.6048,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,-4.2970,-1.4176,-14.5942,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-8.7980,-1.0741,-19.4388,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-12.2596,-0.3858,-23.5886,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-8.7980,-1.0741,-19.4388,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-7.8922,-1.0639,-18.5432,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-9.0938,-0.8866,-19.9220,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,-5.8221,-0.5366,-17.0003,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-8.2568,-1.0854,-18.8862,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-11.8793,-0.4364,-23.1578,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-9.8045,-0.5092,-21.0101,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-9.8045,-0.5092,-21.0101,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-9.3484,-0.5146,-20.5487,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-9.3881,-0.5087,-20.5943,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-9.3881,-0.5087,-20.5943,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-8.9768,-0.4901,-20.2015,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-15.5505,-0.5994,-26.6659,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-7.9589,-0.9376,-18.7361,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-8.6869,-0.7526,-19.6491,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-8.3529,-0.5545,-19.5133,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-9.0585,-0.5724,-20.2009,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.NELI.DDR,NELI_DDR,-9.4623,-0.9698,-20.2074,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.NPPM.1058,SH1058_DDR,-0.2507,-0.6445,-11.3210,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-8.9765,-0.5617,-20.1296,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-8.2568,-1.0854,-18.8862,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-6.5077,-0.7620,-17.4606,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-9.7276,-0.8376,-20.6048,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.TECH.1,KEARNE_DDR,-8.5512,-0.4448,-19.8212,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-6.9699,-1.1921,-17.4927,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-6.9699,-1.1921,-17.4927,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-9.8836,-0.9272,-20.6712,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD.VOLT.0236,V236_DDR,-6.2651,-0.5675,-17.4124,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD2017HUB,NPPD2017HUB_H,-8.1519,-0.6975,-19.1692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,-1.3201,-0.8514,-12.1835,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-8.8830,-0.8703,-19.7275,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-8.8344,-1.2654,-19.2838,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-8.8344,-1.2654,-19.2838,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,-6.1693,-0.5822,-17.3019,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,-6.2581,-0.5605,-17.4124,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-11.3337,-0.8272,-22.2214,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-9.2762,-0.5447,-20.4464,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,-0.4394,-0.8332,-11.3210,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,-0.4394,-0.8332,-11.3210,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,-0.4394,-0.8332,-11.3210,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-7.5857,-0.7266,-18.5740,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-5.6576,-0.7570,-16.6154,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-7.5160,-0.7408,-18.4901,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-9.8500,-1.5132,-20.0516,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-8.7379,-1.4525,-19.0003,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-10.4810,-0.5679,-21.6280,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-10.7040,-0.5760,-21.8428,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-6.9554,-0.6878,-17.9824,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-6.9638,-0.6962,-17.9824,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-6.9638,-0.6962,-17.9824,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-7.0009,-0.6812,-18.0345,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,-4.2970,-1.4176,-14.5942,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-7.0637,-0.6799,-18.0986,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,-5.7490,-0.6697,-16.7942,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-7.5900,-0.7062,-18.5987,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-7.5999,-0.7119,-18.6028,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-7.5985,-0.7062,-18.6071,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-7.5985,-0.7062,-18.6071,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-7.5857,-0.7266,-18.5740,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-7.6064,-0.7472,-18.5740,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-7.6964,-0.4780,-18.9333,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-6.9987,-0.6447,-18.0689,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-10.4594,-0.5076,-21.6666,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-7.8627,-1.3599,-18.2177,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-12.5701,-0.4308,-23.8542,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,-0.1115,-0.5053,-11.3210,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-9.4623,-0.9698,-20.2074,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-10.2748,-0.5598,-21.4298,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-10.2748,-0.5598,-21.4298,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_NPPD,NPPD_LA,-6.1163,-0.6585,-17.1726,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,-5.7490,-0.6697,-16.7942,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,-5.7490,-0.6697,-16.7942,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-7.8186,-0.8367,-18.6967,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-8.2696,-0.9286,-19.0558,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NSB,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NSP,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NSSO,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,NYIS,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-20.5925,-0.7474,-31.5600,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-28.5849,-0.9234,-39.3764,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-36.0249,-0.8366,-46.9032,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-36.0249,-0.8366,-46.9032,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-27.9474,-0.5786,-39.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-39.1889,-0.9881,-49.9157,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-96.7910,-0.6119,-107.8940,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-50.9671,-0.9987,-61.6833,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-30.0000,-0.8946,-40.8202,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-28.8752,-0.9575,-39.6325,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-15.6203,-0.3320,-27.0031,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-30.0000,-0.8946,-40.8202,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-25.8451,-0.6313,-36.9286,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-18.1214,-0.8340,-29.0023,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-23.5588,-0.2469,-35.0268,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-28.8752,-0.9575,-39.6325,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-24.0282,-0.7996,-34.9434,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-23.7859,-0.8991,-34.6016,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-18.2304,-0.6447,-29.3005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-25.1312,-0.3115,-36.5345,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-28.8752,-0.9575,-39.6325,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-18.0201,-0.5125,-29.2224,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NUEN.LAM1,LAM1_DDR,19.4310,0.6666,7.0496,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-15.6203,-0.3320,-27.0031,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-15.6203,-0.3320,-27.0031,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-18.6304,-0.5247,-29.8206,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-15.7888,-0.3655,-27.1381,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-15.7888,-0.3655,-27.1381,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-15.7888,-0.3655,-27.1381,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-15.8489,-0.3224,-27.2414,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-15.8489,-0.3224,-27.2414,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-15.7888,-0.3655,-27.1381,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-15.7888,-0.3655,-27.1381,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-28.8752,-0.9575,-39.6325,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,13.6061,0.2727,1.6186,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-25.8451,-0.6313,-36.9286,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-20.0059,-0.5243,-31.1964,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-24.0282,-0.7996,-34.9434,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,16.0489,0.3472,3.9868,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-19.8882,-0.6377,-30.9653,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-19.8882,-0.6377,-30.9653,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-19.8882,-0.6377,-30.9653,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-19.8882,-0.6377,-30.9653,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-38.2429,-1.2865,-48.6712,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-30.6300,-0.8494,-41.4954,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-28.5849,-0.9234,-39.3764,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-33.5529,-0.8252,-44.4426,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-33.5529,-0.8252,-44.4426,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-20.5000,-0.3277,-31.8871,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-19.0872,-0.6874,-30.1146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-19.0872,-0.6874,-30.1146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-19.0872,-0.6874,-30.1146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0033,FOSTER_DDR,-14.7691,-0.3129,-26.1710,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,6.5949,0.2363,-5.3563,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0035,TARBY_DDR,19.1912,0.5167,6.9596,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,6.5949,0.2363,-5.3563,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,4.4903,0.0975,-7.3221,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,4.4903,0.0975,-7.3221,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-20.1058,-0.3705,-31.4501,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0040,TROSPER_DDR,-14.5565,-0.2995,-25.9718,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-14.8442,-0.3004,-26.2586,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,17.1439,0.4498,4.9792,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0115,V115_DDR,-15.5599,-0.3286,-26.9461,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0116,V116_DDR,-24.5637,-0.2508,-36.0277,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0118,V118_DDR,-28.8479,-0.0911,-40.4716,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0125,V125_DDR,17.6704,0.5578,5.3978,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0126,V126_DDR,18.4489,0.2821,6.4520,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0129,V129_DDR,-14.5333,-0.5660,-25.6821,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-15.1168,-0.3737,-26.4579,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0134,V134_DDR,19.7255,0.3688,7.6419,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0138,V138_DDR,17.6231,0.2382,5.6701,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-15.3202,-0.3498,-26.6852,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0143,V143_DDR,9.8213,0.1274,-2.0210,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0149,V149_DDR,-17.3005,-0.5591,-28.4562,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0150,V150_DDR,-17.1637,-0.5559,-28.3226,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0155,V155_DDR,16.9395,0.1891,5.0355,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0156,V156_DDR,-15.1168,-0.3737,-26.4579,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0166,V166_DDR,18.3437,0.5638,6.0651,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-15.1574,-0.3413,-26.5309,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-17.1637,-0.5559,-28.3226,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0170,V170_DDR,-18.7963,-0.5215,-29.9896,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-16.6097,-0.5425,-27.7820,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0176,V176_DDR,-17.1637,-0.5559,-28.3226,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0177,V177_DDR,-26.5881,-0.9689,-37.3341,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-15.0576,-0.3242,-26.4482,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-21.4255,-0.7655,-32.3748,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0195,V195_DDR,101.8918,0.3446,89.8324,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0197,V197_DDR,17.1406,0.3770,5.0487,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0198,V198_DDR,18.3437,0.5638,6.0651,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0208,V208_DDR,102.0783,0.3552,90.0083,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0209,V209_DDR,102.0783,0.3552,90.0083,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,17.7559,0.2632,5.7778,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0216,V216_DDR,-14.9169,-0.3012,-26.3306,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0219,V219_DDR,16.9395,0.1891,5.0355,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0220,V220_DDR,-17.1637,-0.5559,-28.3226,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0224,V224_DDR,-15.6742,-0.3414,-27.0477,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0225,V225_DDR,-15.6736,-0.3407,-27.0477,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0226,V226_DDR,-15.6742,-0.3414,-27.0477,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0227,V227_DDR,-15.6742,-0.3414,-27.0477,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0229,V229_DDR,-19.9231,-0.3443,-31.2936,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0231,V231_DDR,-19.1070,-0.0831,-30.7387,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0238,V238_DDR,-36.0709,-0.9872,-46.7986,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.VOLT.0242,V242_DDR,17.2275,0.2138,5.2989,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-31.7954,-1.4046,-42.1056,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-28.2806,-0.8689,-39.1265,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-18.1112,-0.8238,-29.0023,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-31.7954,-1.4046,-42.1056,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-15.8521,-0.9071,-26.6599,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-56.5634,-1.4353,-66.8430,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEHL7,OKGEHL7_H,-11.8484,-0.2841,-23.2791,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEHL8,OKGEHSL1UN8_RA,-11.8484,-0.2841,-23.2791,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEHL910,OKGEHSL1PLT2,-11.8484,-0.2841,-23.2791,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-17.2856,-0.8631,-28.1373,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEMCC,OKGEMCCLAIPLT1,-15.7820,-0.4476,-27.0492,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,14.1695,0.1310,2.3237,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,14.1695,0.1310,2.3237,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,14.1695,0.1310,2.3237,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-11.2066,-0.4209,-22.5005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-11.2066,-0.4209,-22.5005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-11.2066,-0.4209,-22.5005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-11.2066,-0.4209,-22.5005,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-14.6815,-0.2402,-26.1561,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-10.6066,-0.2621,-22.0593,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-10.6066,-0.2621,-22.0593,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESO1,OKGESONR1UN1_RA,-58.9691,-0.7812,-69.9028,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESO2,OKGESONR1UN2_RA,-33.5529,-0.8252,-44.4426,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-17.3899,-0.9675,-28.1373,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-23.0098,-1.2390,-33.4857,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGETINK5A,OKGETINK5UN1_RA,-14.0612,-0.3180,-25.4581,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGETINK5B,OKGETINK5UN2_RA,-14.0612,-0.3180,-25.4581,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-18.6275,-0.8330,-29.5093,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-28.5849,-0.9234,-39.3764,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,16.9453,0.6858,4.5446,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-18.7437,-0.6396,-29.8190,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_OKGE,OKGE_LA,-9.2285,-0.1965,-20.7469,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-20.0059,-0.5243,-31.1964,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-18.6674,-0.8730,-29.5093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMLP,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,22.5721,0.1175,10.7397,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,17.1082,0.6626,4.7308,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-17.5739,-0.3826,-28.9061,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-96.7130,-0.5338,-107.8940,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-23.1636,-0.8928,-33.9857,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-30.0000,-0.8946,-40.8202,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-28.8539,-1.4188,-39.1500,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-14.7475,-0.8445,-25.6178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,151.0017,0.0490,139.2378,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-96.7319,-0.5527,-107.8940,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-96.7319,-0.5527,-107.8940,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_SPP,OMPA_SPP_LA,-24.0936,-0.4975,-35.3110,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-31.7954,-1.4046,-42.1056,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,18.9797,0.0871,7.1777,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,18.9797,0.0871,7.1777,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,18.9797,0.0871,7.1777,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,18.9797,0.0871,7.1777,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,ONT,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,-5.2479,-0.5630,-16.3998,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,-5.1866,-0.5473,-16.3542,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,-5.1880,-0.5568,-16.3461,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,-5.1583,-0.4791,-16.3940,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,-5.1813,-0.5249,-16.3713,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,-5.1813,-0.5249,-16.3713,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_GLDN,OPPD_GLDN_LA,-5.1882,-0.5460,-16.3571,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,-5.2096,-0.5514,-16.3730,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,-4.2970,-1.4176,-14.5942,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,-5.8657,-0.6486,-16.9319,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,-5.1879,-0.5556,-16.3471,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_OPPD,OPPD_LA,-5.1961,-0.5336,-16.3773,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,-5.1642,-0.5123,-16.3668,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,-5.1697,-0.5159,-16.3687,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,OTP,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,OVEC,OVEC,4.6520,-0.0745,-6.9883,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PARAGOULD,PARAGOULD_LA,10.6843,0.1697,-1.2002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,23.4518,0.0542,11.6827,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,23.4518,0.0542,11.6827,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,23.4518,0.0542,11.6827,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,23.1118,0.0968,11.3002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,23.1118,0.0968,11.3002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,23.1118,0.0968,11.3002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PIGGOTT,PIGGOTT_LA,9.8059,0.1384,-2.0473,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PJM,PJM,3.6788,-0.1215,-7.9145,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PLUM,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,POPLARBLUFF,POPLARBLUFF_LA,9.0197,0.1017,-2.7968,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,-2.7405,-0.2730,-14.1823,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,-2.7405,-0.2730,-14.1823,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,-2.5948,-0.2612,-14.0484,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,-2.5948,-0.2612,-14.0484,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,-1.7719,0.4043,-13.8911,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,-1.7719,0.4043,-13.8911,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,-2.5177,-0.1236,-14.1090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,-3.5448,-0.5082,-14.7514,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-21.2556,-0.6699,-32.3006,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,68.9261,0.0758,57.1355,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-5.4693,-0.2130,-16.9711,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-17.5212,-0.1048,-29.1313,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,27.9384,0.2927,15.9308,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,19.5117,0.3167,7.4802,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,-3.6817,-0.6425,-14.7541,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,-2.2321,-0.1310,-13.8159,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,-4.6516,-0.8074,-15.5590,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,4.3900,0.3289,-7.6537,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,-1.9398,-0.1058,-13.5489,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,-4.0089,-0.5739,-15.1498,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,PUPP,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,RCEAST,RCEAST,-5.7238,-0.4643,-16.9743,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_1,GRDASALINA1UN1_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_2,GRDASALINA1UN2_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_3,GRDASALINA1UN3_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_4,GRDASALINA1UN4_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_5,GRDASALINA1UN5_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SALINA_6,GRDASALINA1UN6_RA,23.6678,0.1436,11.8093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SARPY_1,OPPDSARPYUN1_RA,-5.1880,-0.5481,-16.3548,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SARPY_2,OPPDSARPYUN2_RA,-5.1736,-0.5296,-16.3588,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SARPY_3,OPPDSARPYUN3_RA,-5.1821,-0.5642,-16.3328,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SARPY_4,OPPDSARPYUN4_RA,-5.1821,-0.5642,-16.3328,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SARPY_5,OPPDSARPYUN5_RA,-5.1821,-0.5642,-16.3328,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SC,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SCEG,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SCSE,SCSE,-9.9031,-0.3520,-21.2659,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SEC,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-20.9377,-0.9176,-31.7349,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-20.9377,-0.9176,-31.7349,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-20.9377,-0.9176,-31.7349,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-21.9554,0.0085,-33.6787,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-20.9377,-0.9176,-31.7349,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-21.3871,-0.6731,-32.4289,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-19.5039,-0.8483,-30.3705,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-19.5039,-0.8483,-30.3705,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-18.5398,-0.6813,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-20.9646,-0.8881,-31.7914,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-14.8882,-0.2948,-26.3083,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-22.6175,-0.1145,-34.2178,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-17.4074,-0.4607,-28.6615,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-20.8932,-0.8901,-31.7179,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-17.3364,-0.4649,-28.5863,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-31.1900,-0.9274,-41.9774,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-20.4356,-0.5068,-31.6437,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-21.6714,-0.4001,-32.9861,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-21.6714,-0.4001,-32.9861,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-21.6714,-0.4001,-32.9861,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-21.6714,-0.4001,-32.9861,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-21.9293,-0.4550,-33.1892,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-21.3871,-0.6731,-32.4289,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI_SECI,SECI_LA,-20.8424,-0.3578,-32.1995,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-18.5398,-0.6813,-29.5734,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SEHA,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-18.6674,-0.8730,-29.5093,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SERU,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SETH,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SGE,SGE,-9.0932,-0.3258,-20.4822,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SMEP,MISO,4.4448,-0.1046,-7.1654,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SOCO,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPA,SPA,16.8950,0.2884,4.8917,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPC,SPC,-1.9914,0.0554,-13.7616,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPPNORTH_HUB,SPPNORTH_H,-5.5147,-0.5996,-16.6299,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-16.2005,-0.5575,-27.3579,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,13.5203,0.2043,1.6011,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,13.5203,0.2043,1.6011,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,12.9828,0.1866,1.0814,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,12.9828,0.1866,1.0814,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_NIXA,SPRM_NIXA_LA,13.9815,0.2200,2.0467,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_SPRM,SPRM_LA,13.5440,0.2346,1.5946,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,13.6850,0.1556,1.8146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,13.6850,0.1556,1.8146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,13.6563,0.1268,1.8146,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,13.6850,0.1556,1.8146,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,114.3633,0.9924,101.6561,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,121.0215,0.7686,108.5380,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-3.3935,0.0848,-15.1931,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-3.3935,0.0848,-15.1931,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,110.6192,0.1874,98.7169,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,110.2428,0.6749,97.8530,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,113.8982,-0.6383,102.8216,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,111.8540,1.8012,98.3380,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,108.6914,0.6428,96.3337,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,110.7124,1.2626,97.7349,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,110.8253,1.3627,97.7478,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,110.8253,1.3627,97.7478,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,110.7124,1.2626,97.7349,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-3.1574,0.2280,-15.1002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,121.0215,0.7686,108.5380,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-3.3617,0.1518,-15.2283,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-15.6332,-0.4336,-26.9144,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-7.7848,0.1669,-19.6665,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-4.1875,0.4128,-16.3152,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-5.0156,0.1526,-16.8831,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-25.0000,-0.5112,-36.2036,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-25.0000,-0.5112,-36.2036,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-25.0000,-0.5112,-36.2036,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-25.0000,-0.5112,-36.2036,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GRID.WRAB,WRAB_DDR,-0.5314,0.3206,-12.5668,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-25.0000,-0.5112,-36.2036,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,107.2173,0.6707,94.8317,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,107.2173,0.6707,94.8317,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,103.4352,0.6734,91.0469,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,103.4352,0.6734,91.0469,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,103.4352,0.6734,91.0469,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,107.2173,0.6707,94.8317,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,0.9758,0.1282,-10.8672,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,0.9708,0.1282,-10.8722,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,0.9843,0.1282,-10.8588,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-2.9579,-0.2308,-14.4420,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,110.6749,1.2481,97.7120,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,108.6500,0.6314,96.3038,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,108.6500,0.6314,96.3038,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,108.6500,0.6314,96.3038,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,108.6500,0.6314,96.3038,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,110.5537,1.2077,97.6312,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,110.6599,1.2167,97.7284,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,110.6599,1.2167,97.7284,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-18.6082,-0.8137,-29.5093,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,0.0055,0.1371,-11.8464,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,0.0055,0.1371,-11.8464,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,0.8187,0.1288,-11.0249,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-0.5314,0.3206,-12.5668,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-14.2944,-0.2448,-25.7645,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-5.3415,0.0654,-17.1218,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-27.9474,-0.5786,-39.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,0.1909,0.3225,-11.8464,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PLANTX1,SPS.PLANTX1_H,117.0609,0.9341,104.4119,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PLANTX2,SPS.PLANTX2_H,117.0609,0.9341,104.4119,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,116.2962,0.9100,103.6714,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,110.2821,0.3994,98.1679,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-19.8147,-0.3990,-31.1306,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,114.2112,-0.3252,102.8216,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,110.3158,0.4330,98.1679,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-3.1604,0.2250,-15.1002,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,113.6514,1.0851,100.8515,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,111.8540,1.8012,98.3380,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,113.6514,1.0851,100.8515,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,111.8550,1.7980,98.3422,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-69.6506,0.0282,-81.3936,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,111.6702,2.0661,97.8893,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,111.7213,2.1172,97.8893,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,111.5493,1.9995,97.8349,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,110.8084,1.3658,97.7277,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,111.7914,1.9597,98.1169,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-22.0121,-0.5065,-33.2204,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-0.5323,0.2655,-12.5126,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,115.0851,0.9515,102.4187,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,115.0851,0.9515,102.4187,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,113.6514,1.0851,100.8515,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,108.8380,0.6995,96.4236,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,110.8184,1.5693,97.5343,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,116.1085,1.4878,102.9058,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,116.1833,1.1978,103.2706,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,117.3625,0.6380,105.0096,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,111.6702,2.0661,97.8893,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,112.0736,2.3128,98.0459,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,111.9114,2.1506,98.0459,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,110.3969,0.5142,98.1679,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,115.7141,1.1867,102.8125,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-18.6523,-0.3615,-30.0057,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-18.6430,-0.3790,-29.9788,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0163,V163_DDR,1.6200,0.2840,-10.3789,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0168,V168_DDR,-7.8603,-0.3517,-19.2235,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0180,V180_DDR,112.0736,2.3128,98.0459,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0181,V181_DDR,-19.1823,-0.2471,-30.6500,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0182,V182_DDR,111.8211,1.9977,98.1086,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0199,V199_DDR,110.7239,1.4633,97.5458,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0200,V200_DDR,111.1085,1.5978,97.7959,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.VOLT.0235,V235_DDR,-14.2944,-0.2448,-25.7645,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,113.8982,-0.6383,102.8216,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,111.8540,1.8012,98.3380,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-0.0200,0.2258,-11.9606,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-0.6108,0.2223,-12.5480,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS_SPS,SPS_LA,83.3000,1.3100,70.2752,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,113.3221,1.0626,100.5447,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SSCN_NPPD,SSCN_NPPD_LA,-7.5982,-0.7580,-18.5550,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,8.2362,0.0813,-3.5599,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,8.2362,0.0813,-3.5599,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,TAL,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,TEC,SOUC,9.6667,0.1410,-2.1891,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-7.8627,-1.3599,-18.2177,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,TVA,TVA,8.7883,0.1026,-3.0292,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB,UCUHUB_H,-9.9841,-0.4634,-21.2355,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB17,UCUHUB17_H,-14.8795,-0.6199,-25.9745,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB18,UCUHUB18_H,-11.5963,-0.5940,-22.7172,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB19,UCUHUB19_H,-14.4858,-0.6056,-25.5951,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB20,UCUHUB20_H,-14.6879,-0.5790,-25.8237,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB21,UCUHUB21_H,-16.0113,-0.6174,-27.1088,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB22,UCUHUB22_H,-15.5037,-0.6525,-26.5661,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB23,UCUHUB23_H,-15.7536,-0.6562,-26.8123,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,UCUHUB24,UCUHUB24_H,-13.7343,-0.5869,-24.8622,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,-1.9119,0.1437,-13.7705,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,-1.9119,0.1437,-13.7705,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,-2.5817,-0.5187,-13.7778,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,-2.5817,-0.5187,-13.7778,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,-2.3246,-0.5267,-13.5127,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,-2.6630,-0.3668,-14.0110,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,-2.6630,-0.3668,-14.0110,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,-1.9119,0.1437,-13.7705,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,-2.3093,-0.5242,-13.4999,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,-2.0319,-0.1313,-13.6154,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,-4.4489,-0.7862,-15.3775,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,-5.8325,-1.2911,-16.2563,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,-2.0034,0.1400,-13.8583,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,-2.0034,0.1400,-13.8583,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,0.4893,-1.4191,-9.8065,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,-4.5545,-0.7047,-15.5647,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,0.9606,-0.3041,-10.4502,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,-4.7812,-0.8141,-15.6820,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,-4.3955,-0.7030,-15.4073,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,-5.2346,-0.7606,-16.1889,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,1.0805,-0.8278,-9.8065,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,1.0805,-0.8278,-9.8065,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,-4.9025,-0.6449,-15.9724,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,-5.8310,-1.2945,-16.2514,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,-4.2206,-0.5566,-15.3788,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,5.2700,-0.3195,-6.1253,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,5.2700,-0.3195,-6.1253,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,5.2700,-0.3195,-6.1253,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,-2.3308,-0.2403,-13.8053,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,-2.3308,-0.2403,-13.8053,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,-2.3308,-0.2403,-13.8053,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,-1.7436,0.2997,-13.7581,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,-2.4607,-0.5107,-13.6649,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,-2.5243,-0.5271,-13.7120,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-9.5058,-0.3494,-20.8713,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,-5.6082,-0.6704,-16.6526,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,-2.1634,-0.1273,-13.7510,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-6.1503,-0.8064,-17.0587,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,-6.1266,-1.4394,-16.4020,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,1.1338,-0.7018,-9.8793,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,-2.0663,0.0279,-13.8090,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,-2.0663,0.0279,-13.8090,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,-2.0682,0.0259,-13.8090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,-2.0663,0.0279,-13.8090,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,-2.0360,0.0463,-13.7971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-6.3256,-1.2544,-16.7860,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,-2.2033,-0.3270,-13.5911,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,-5.5367,-0.6447,-16.6068,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,-5.5367,-0.6447,-16.6068,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-7.0228,-0.9428,-17.7948,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-7.0228,-0.9428,-17.7948,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,-2.3469,-0.3968,-13.6649,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,-2.4183,-0.3628,-13.7703,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,-4.7109,-0.9687,-15.4571,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,-5.4136,-1.1236,-16.0049,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,-3.2827,-0.4832,-14.5144,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,-2.3246,-0.5267,-13.5127,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,-2.3246,-0.5267,-13.5127,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,-4.7812,-0.8141,-15.6820,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-5.7411,-0.4757,-16.9803,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,-2.1874,-0.7613,-13.1409,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,-5.6671,-1.1305,-16.2514,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,-5.1005,-0.7699,-16.0454,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.FSE,WAUE.FSE_H,-6.9411,-0.8335,-17.8225,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,-2.3946,-0.1288,-13.9807,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,-2.4244,-0.1362,-14.0030,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,-6.3004,-1.3731,-16.6421,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,-5.9027,-1.2998,-16.3178,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,-2.3388,-0.5192,-13.5345,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,-2.4096,-0.5622,-13.5622,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-21.7900,-1.3771,-32.1277,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,-5.8325,-1.2911,-16.2563,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,-0.4334,-23.2814,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,-4.6354,-0.7389,-15.6113,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,-4.5765,-0.6800,-15.6113,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,-4.5758,-0.6794,-15.6113,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,-7.3335,-0.6824,-18.3660,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-5.7411,-0.4757,-16.9803,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,-3.6513,-0.4902,-14.8760,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,-4.8552,-0.8368,-15.7332,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,-4.2075,-0.5436,-15.3788,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,-3.9072,-0.1933,-15.4287,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,-4.2724,-0.6522,-15.3350,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,-2.3289,-0.4089,-13.6349,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,-4.5878,-0.7606,-15.5420,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,-4.6844,-0.8903,-15.5090,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-6.1503,-0.8064,-17.0587,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,-1.7378,-0.1346,-13.3180,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,-4.7918,-0.8235,-15.6831,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,-1.8516,-0.2111,-13.3553,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,-3.8683,-0.5165,-15.0667,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,-5.0125,-0.5920,-16.1354,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NTWK,WAUE.NTWK_H,-3.9713,-0.5267,-15.1594,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,-3.2451,-0.0383,-14.9216,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,-3.2451,-0.0383,-14.9216,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,-5.9658,-1.4251,-16.2555,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-6.7806,-1.6034,-16.8921,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,-3.8035,-0.6219,-14.8965,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,-5.9658,-1.4251,-16.2555,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,-2.1276,-0.3123,-13.5301,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,-4.6973,-0.7949,-15.6173,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-6.1503,-0.8064,-17.0587,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,-4.0761,-0.4949,-15.2960,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,-5.3721,-1.4697,-15.6173,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-6.2719,-1.0233,-16.9634,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-5.9710,-0.9970,-16.6888,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,-2.5324,-0.5368,-13.7104,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,-6.7749,-1.2862,-17.2035,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,-3.9713,-0.4708,-15.2154,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,-5.2739,-0.9702,-16.0185,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,-5.4136,-1.1236,-16.0049,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.VOLT.0152,V152_DDR,-1.5855,0.4330,-13.7333,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE.VOLT.0172,V172_DDR,-1.9968,0.0868,-13.7984,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_BEPM,WAUE_BEPM_LA,-2.2885,-0.1577,-13.8456,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,-3.9405,-0.5861,-15.0692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,-3.9047,-0.1880,-15.4315,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_EWA,WAUE_EWA_LA,-5.6672,-0.4333,-16.9487,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,-4.7427,-0.8405,-15.6171,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_HMMU,WAUE_HMMU_LA,-4.4896,-0.3377,-15.8667,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,-2.2897,-0.4416,-13.5630,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_MECB,WAUE_MECB_LA,-4.4346,-0.3160,-15.8334,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_MMPA,WAUE_MMPA_LA,-1.8283,-0.0502,-13.4929,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_MRES,WAUE_MRES_LA,-4.7586,-0.5264,-15.9470,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,-1.7550,0.2190,-13.6888,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,-2.3946,-0.1288,-13.9807,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,-5.2037,-0.8126,-16.1059,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_OTP,WAUE_OTP_LA,-1.6950,0.1596,-13.5694,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_OTPW,WAUE_OTPW_LA,-1.4752,-0.1283,-13.0617,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM,WAUE_UGPM_LA,-3.7683,-0.5449,-14.9383,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,-2.9040,-0.2962,-14.3227,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,-4.3840,-0.6137,-15.4852,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,-4.2709,-0.6093,-15.3765,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-5.6672,-0.4333,-16.9487,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,-4.4896,-0.3377,-15.8667,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,-4.4128,-0.8715,-15.2562,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,-2.3946,-0.1288,-13.9807,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,-1.8283,-0.0502,-13.4929,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,-4.2723,-0.4635,-15.5237,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,-5.1854,-0.9033,-15.9970,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,-1.6081,0.2400,-13.5630,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-31.5263,-1.2496,-41.9916,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-28.4522,-1.1882,-38.9788,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-10.3100,-0.7040,-21.3208,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,94.8001,0.1718,82.9134,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,94.8001,0.1718,82.9134,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-17.0504,-1.2282,-27.5371,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,84.3797,0.2383,72.4265,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,72.2355,0.2246,60.2961,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,2.0026,-0.7280,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,2.0043,-0.7263,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,2.0300,-0.7006,-8.9842,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,-3.5175,-0.6693,-14.5631,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-27.9474,-0.5786,-39.0836,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-25.0000,-1.1004,-35.6144,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-29.2474,-1.6377,-39.3246,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,114.1294,-0.4071,102.8216,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_ENMC,WFEC_ENMC_LA,112.1047,1.4223,98.9676,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-28.8752,-0.9575,-39.6325,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,29.6418,0.0077,17.9192,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,110.5043,1.1310,97.6585,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-31.5263,-1.2496,-41.9916,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-31.5263,-1.2496,-41.9916,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-31.5263,-1.2496,-41.9916,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_OKGE,WFEC_OKGE_LA,-17.7372,-0.2133,-29.2387,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,11.4050,0.1891,-0.4989,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-20.6975,-1.1884,-31.2239,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-16.7816,-1.2785,-27.2179,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_WFEC,WFEC_LA,1.5913,-0.3327,-9.7908,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,110.5043,1.1310,97.6585,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-19.4706,-0.9727,-30.2127,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-20.1590,-0.4679,-31.4059,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-12.8051,-0.6447,-23.8753,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-12.8051,-0.6447,-23.8753,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,-2.9793,0.1517,-14.8458,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-13.6995,-0.8111,-24.6033,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-21.2582,-0.9013,-32.0718,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-21.2582,-0.9013,-32.0718,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-21.6880,-0.8445,-32.5583,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-21.6880,-0.8445,-32.5583,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-21.6880,-0.8445,-32.5583,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-13.6995,-0.8111,-24.6033,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-7.2287,-0.3159,-18.6277,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-16.9070,-0.7122,-27.9096,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-16.9070,-0.7122,-27.9096,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-16.9070,-0.7122,-27.9096,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-16.9067,-0.7119,-27.9096,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-7.2287,-0.3159,-18.6277,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-20.8238,-0.8475,-31.6912,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-42.3978,-0.4940,-53.6187,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.JEC.1,WRJEFFUN10_RA,-11.3094,-0.6475,-22.3767,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.JEC.2,WRJEFFUN11_RA,-11.2126,-0.6486,-22.2789,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.JEC.3,WRJEFFUN12_RA,-11.2638,-0.6997,-22.2789,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-28.5971,-0.8991,-39.4129,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-21.2182,-0.8999,-32.0332,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-21.2182,-0.8999,-32.0332,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.LEC.4,WRLECUN26_RA,-8.4615,-0.3568,-19.8196,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.LEC.5,WRLECUN27_RA,-8.8919,-0.3324,-20.2744,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-15.6146,-0.5735,-26.7560,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-15.6146,-0.5735,-26.7560,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-15.6146,-0.5735,-26.7560,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-15.5707,-0.5527,-26.7329,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-17.3864,-0.3765,-28.7248,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-18.2749,-0.9502,-29.0395,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-18.2749,-0.9502,-29.0395,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-15.3359,-0.3711,-26.6797,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-18.9432,-0.9389,-29.7191,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-9.2211,-0.9020,-20.0340,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-14.2141,-0.8572,-25.0718,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-21.2234,-0.9050,-32.0332,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,71.9393,0.2555,59.9690,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-15.1664,-0.2661,-26.6152,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-12.8052,-0.6447,-23.8753,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-14.9071,-1.0005,-25.6214,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-7.2287,-0.3159,-18.6277,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-13.6995,-0.8111,-24.6033,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-23.2458,-0.7635,-34.1971,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.THAYERLD,WR.THAYERLD_LA,10.2810,0.1366,-1.5704,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-24.0401,-0.7535,-35.0015,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0106,V106_DDR,-23.1206,-0.7368,-34.0986,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-7.0600,-0.2459,-18.5289,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-14.4541,-0.6690,-25.4999,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-8.2676,-0.2758,-19.7067,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-8.2676,-0.2758,-19.7067,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-7.5202,-0.2861,-18.9489,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-22.5487,-0.6427,-33.6208,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0157,V157_DDR,-8.3209,-0.2863,-19.7494,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0158,V158_DDR,-8.2676,-0.2758,-19.7067,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-8.2676,-0.2758,-19.7067,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-23.2693,-0.7949,-34.1893,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0173,V173_DDR,-15.5152,-0.4983,-26.7317,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0174,V174_DDR,-23.0061,-0.7383,-33.9827,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0184,V184_DDR,-22.6497,-0.8044,-33.5601,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-23.3640,-0.7552,-34.3236,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0186,V186_DDR,-23.3487,-0.7789,-34.2847,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-22.8528,-0.7842,-33.7834,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-23.8913,-0.7454,-34.8607,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-16.8953,-0.6112,-27.9989,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-13.7032,-0.5894,-24.8286,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-13.0493,-0.6146,-24.1496,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-13.0493,-0.6146,-24.1496,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-13.7032,-0.5894,-24.8286,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0245,V245_DDR,-23.3746,-0.7549,-34.3346,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.VOLT.0248,V248_DDR,-23.1206,-0.7368,-34.0986,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-25.7705,-0.8609,-36.6244,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-9.4002,-0.4109,-20.7041,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.WOLF,WRWOLFUN15_RA,-15.5408,-1.0606,-26.1950,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-20.8238,-0.8475,-31.6912,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,-3.0303,0.1007,-14.8458,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-25.5750,-0.9209,-36.3690,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-23.7253,-0.7248,-34.7154,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-14.4002,-0.6727,-25.4423,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-24.2172,-0.7628,-35.1692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-24.2172,-0.7628,-35.1692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-24.2172,-0.7628,-35.1692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-24.2172,-0.7628,-35.1692,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-13.0889,-0.5678,-24.2359,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-37.9374,-0.7444,-48.9079,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-37.9374,-0.7444,-48.9079,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-40.3519,-0.7592,-51.3075,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-40.3519,-0.7592,-51.3075,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_MIDW,WR_MIDW_LA,-16.9903,-0.5867,-28.1185,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,-0.5193,0.0161,-12.2502,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,-4.0362,-0.1785,-15.5725,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-15.3401,-0.7249,-26.3300,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_SEG,WR_SEG_LA,-5.0889,0.0153,-16.8190,11.7148\n03/19/2025 01:00:00,03/19/2025 06:00:00,WR_WR,WR_LA,-14.7583,-0.5587,-25.9145,11.7149\n03/19/2025 01:00:00,03/19/2025 06:00:00,YAD,VACS,9.2392,0.1223,-2.5980,11.7149\n03/19/2025 02:00:00,03/19/2025 07:00:00,AEC,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_CSWS,CSWS_AECC_LA,17.8212,0.0923,15.2482,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,18.6304,0.0639,16.0858,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,16.3313,0.1375,13.7131,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,18.9545,0.0402,16.4336,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,17.1170,0.0556,14.5806,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,16.8383,0.0455,14.3121,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,18.2695,0.0249,15.7639,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AECI,AECI,10.4491,0.0123,7.9561,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,AEPM_CSWS,CSWS_LA,18.4948,0.0686,15.9455,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ALTW,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,AMRN,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,28.6933,0.0897,26.1229,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BBA,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BCA,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BEPM.ER01.DDR,ER01_DDR,-4.1607,-0.1851,-6.4564,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BEPM_ER01,BEPM_ER01_LA,-4.1607,-0.1851,-6.4564,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-6.0944,-0.0883,-8.4869,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-8.7255,-0.0363,-11.1699,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BEPM_UM01,BEPM_UM01_LA,-0.4281,0.0547,-2.9635,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BLKW,BLKW,31.9929,0.1603,29.3519,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-26.2491,-0.2444,-28.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-26.2491,-0.2444,-28.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,-1.4775,-0.2161,-3.7422,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-26.2464,-0.2417,-28.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,BRAZ,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BUBA,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-20.0487,-0.1633,-22.3662,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-21.3062,-0.1452,-23.6418,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,-4.9119,-0.1060,-7.2867,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,-4.9119,-0.1060,-7.2867,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CLEC,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,18.7649,0.0363,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,COWP,COWP_LA,10.8148,0.0409,8.2931,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,10.8148,0.0409,8.2931,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,10.8148,0.0409,8.2931,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CPLE,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CPLW,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,10.8600,0.0662,8.3131,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,10.8600,0.0662,8.3131,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,10.8600,0.0662,8.3131,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,10.8600,0.0662,8.3131,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CRTH_SPA,WRCRTH_SPA_LA,13.7217,0.0049,11.2360,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,16.8438,0.1729,14.1901,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-12.4494,-0.1429,-14.7873,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,18.2695,0.0249,15.7639,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,18.9545,0.0402,16.4336,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,16.8483,0.1718,14.1957,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,17.0495,0.1259,14.4429,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,16.9469,0.1536,14.3125,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,16.9469,0.1536,14.3125,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,18.3224,0.0557,15.7860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,18.3224,0.0557,15.7860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,18.3224,0.0557,15.7860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,18.3224,0.0557,15.7860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,18.2695,0.0249,15.7639,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,20.9492,0.1241,18.3444,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,39.8913,-0.0231,37.4336,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,39.8700,-0.0444,37.4336,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,22.5887,0.0101,20.0979,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,18.5968,0.0292,16.0869,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,18.5968,0.0292,16.0869,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,18.5988,0.0292,16.0889,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,18.5988,0.0292,16.0889,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-21.7992,-0.1695,-24.1105,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-12.9825,-0.1270,-15.3362,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,31.5081,0.0152,29.0121,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-20.1435,-0.1829,-22.4414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-20.1355,-0.1749,-22.4414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-14.6789,-0.1231,-17.0366,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.GRID.CDL1,CDL1_DDR,26.1022,0.0355,23.5859,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-16.1266,-0.1354,-18.4720,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-11.7746,-0.1512,-14.1041,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,26.1022,0.0355,23.5859,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.CSI1,CSI1_DDR,21.9331,0.0498,19.4025,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.CSI2,CSI2_DDR,21.9338,0.0505,19.4025,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,18.7652,0.0366,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.GAZA,GAZA_DDR,26.1022,0.0355,23.5859,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,109.9524,0.0857,107.3860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.NUEN.T201,NT201_DDR,19.5111,0.0326,16.9978,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-14.0112,-0.1802,-16.3117,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-14.0112,-0.1802,-16.3117,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,18.2695,0.0249,15.7639,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,17.5027,0.1938,14.8281,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-14.6789,-0.1231,-17.0366,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-14.6789,-0.1231,-17.0366,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-18.4483,-0.1600,-20.7691,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-20.1355,-0.1749,-22.4414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,16.6511,0.0985,14.0718,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,15.7525,0.0156,13.2561,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,15.7525,0.0156,13.2561,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,15.7525,0.0156,13.2561,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,-5.7098,-0.0105,-8.1800,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,-5.7098,-0.0105,-8.1800,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,17.1515,0.1226,14.5481,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,19.8196,0.0301,17.3087,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,17.1301,0.1288,14.5205,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,17.5724,0.2398,14.8518,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,23.0535,0.0455,20.5272,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,21.9338,0.0505,19.4025,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0057,OKMU_DDR,22.9168,0.0504,20.3856,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0060,LEHIGH_DDR,109.9524,0.0857,107.3860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0086,WARRENM_DDR,19.0199,0.0373,16.5019,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,17.7741,0.1765,15.1169,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,30.8554,0.0277,28.3469,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0121,V121_DDR,17.1515,0.1226,14.5481,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0122,V122_DDR,29.2968,0.0253,26.7907,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0124,V124_DDR,49.1502,0.0114,46.6580,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0135,V135_DDR,20.0049,0.0377,17.4864,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0144,V144_DDR,-13.5044,-0.1147,-15.8705,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0145,V145_DDR,-13.8356,-0.1257,-16.1906,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,17.1722,0.1250,14.5665,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,18.4787,0.0573,15.9407,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0175,V175_DDR,18.7652,0.0366,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,18.4787,0.0573,15.9407,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,18.4804,0.0713,15.9283,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,20.0049,0.0377,17.4864,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,20.3728,0.0336,17.8584,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,19.9571,0.0284,17.4479,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,35.6552,-0.0020,33.1764,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,18.6667,0.0276,16.1583,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,20.3728,0.0336,17.8584,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0211,V211_DDR,17.0794,0.1508,14.4478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,31.6471,0.0253,29.1411,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0213,V213_DDR,19.8259,0.0352,17.3100,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0215,V215_DDR,30.3615,0.0253,27.8554,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0217,V217_DDR,31.7158,0.0237,29.2114,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0218,V218_DDR,35.1840,-0.0001,32.7033,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0228,V228_DDR,20.4153,0.0273,17.9073,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0232,V232_DDR,19.3246,0.0375,16.8063,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0233,V233_DDR,20.5066,0.0359,17.9899,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0240,V240_DDR,26.6503,0.0227,24.1469,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0244,V244_DDR,20.3728,0.0336,17.8584,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0246,MDT1_DDR,109.9524,0.0857,107.3860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0249,V249_DDR,19.7620,0.0365,17.2447,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0250,V250_DDR,-12.9733,-0.1371,-15.3169,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0251,V251_DDR,19.1121,0.0322,16.5992,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.VOLT.0252,V252_DDR,35.6552,-0.0020,33.1764,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-22.5961,-0.1633,-24.9135,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,-4.5431,-0.1819,-6.8420,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-21.0774,-0.2491,-23.3091,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,17.0911,0.1175,14.4929,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-29.0707,-0.4010,-31.1505,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-24.2501,-0.1708,-26.5601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-24.2501,-0.1708,-26.5601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-24.2501,-0.1708,-26.5601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-24.2501,-0.1708,-26.5601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-24.2501,-0.1708,-26.5601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,18.2695,0.0249,15.7639,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,15.8598,0.1685,13.2106,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,19.3223,0.0353,16.8063,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,19.3186,0.0316,16.8063,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,26.5599,0.0535,24.0257,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,26.5599,0.0535,24.0257,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWELSH1,CSWSWELSHUN1_RA,17.7506,0.0852,15.1847,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWELSH3,CSWSWELSHUN3_RA,17.7506,0.0852,15.1847,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWILKES1,CSWSWILKESUN1_RA,17.6762,0.1178,15.0777,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWILKES2,CSWSWILKESUN2_RA,17.6762,0.1178,15.0777,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,CSWWILKES3,CSWSWILKESUN3_RA,17.4701,0.1109,14.8784,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-20.1329,-0.1722,-22.4414,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,DENL,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DERS,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DOE,DOE,6.7435,0.0278,4.2349,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,-6.1260,-0.0436,-8.5632,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DPC,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,DUK,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDDY,EDDY,30.3698,0.2934,27.5957,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,12.3759,-0.0171,9.9123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-18.4225,-0.0590,-20.8443,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,18.9046,-0.0452,16.4690,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE.SLCC,EDESTL4391_PLT,15.7272,-0.0169,13.2633,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,15.3639,-0.0112,12.8944,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,5.7856,-0.0577,3.3625,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_EC_01,EDELAR3821UN1_RA,12.3759,-0.0171,9.9123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_EC_02,EDELAR3821UN2_RA,12.3759,-0.0171,9.9123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_EC_03,EDELAR3821UN3_RA,12.3759,-0.0171,9.9123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_EC_04,EDELAR3821UN4_RA,12.3759,-0.0171,9.9123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_EDE,EDE_LA,16.6165,0.0302,14.1055,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_ERW,EDEERWFUNG1_RA,-21.7010,-0.1547,-24.0271,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-14.8738,-0.1758,-17.1788,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,31.5200,0.0949,28.9444,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,31.5200,0.0949,28.9444,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,31.5200,0.0949,28.9444,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,31.5200,0.0949,28.9444,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,9.7629,0.0538,7.2284,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_RIV_10,EDERIV1671UN10_RA,16.1932,-0.0281,13.7405,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_RIV_11,EDERIV1671UN11_RA,16.1932,-0.0281,13.7405,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_RIV_12,EDERIV453UN12_PLT,16.1440,-0.0772,13.7405,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_SL_01,EDESTL4391UN1_RA,15.7272,-0.0169,13.2633,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EDE_SWMP,EDE_SWMP_LA,8.7250,0.0452,6.1990,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EEI,EEI,6.7104,0.0275,4.2022,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,EES,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-18.0545,-0.1581,-20.3771,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ERCOTE,ERCOTE,17.7506,0.0852,15.1847,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ERCOTN,ERCOTN,-14.0000,-0.1690,-16.3117,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-7.5601,-0.1271,-9.9137,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FMPP,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FPC,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FPL,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FREM_50T,OPPDFREM_GUN1_RA,-4.9600,-0.0998,-7.3409,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FREM_6,OPPDFREM_AUN6_RA,-4.9610,-0.1004,-7.3414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,FREM_7,OPPDFREM_AUN7_RA,-4.9610,-0.1004,-7.3414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,FREM_8,OPPDFREM_AUN8_RA,-4.9688,-0.1082,-7.3414,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,FREM_LOAD,FREM_LOAD_LA,-4.9623,-0.1016,-7.3414,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-23.4864,-0.1381,-25.8290,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,16.6511,0.0985,14.0718,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-22.5133,-0.1816,-24.8125,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-40.5461,-0.2231,-42.8038,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,18.7649,0.0363,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,18.7649,0.0363,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,18.7649,0.0363,16.2478,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,22.5080,0.0190,20.0083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,22.5080,0.0190,20.0083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,22.6500,0.0183,20.1510,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,22.6500,0.0183,20.1510,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-29.6681,-0.1981,-31.9508,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,37.0364,-0.0080,34.5637,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,37.0364,-0.0080,34.5637,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,37.0364,-0.0080,34.5637,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.VOLT.0130,V130_DDR,23.0572,0.0452,20.5313,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA.VOLT.0237,V237_DDR,23.4644,0.0295,20.9541,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDAHUB2,GRDAHUB2_H,6.9291,-0.0386,4.4869,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDAHUB3,GRDAHUB3_H,2.3119,-0.0589,-0.1099,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA_GRDA,GRDA_LA,23.4991,0.0278,20.9905,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA_HUB,GRDA_H,13.6003,-0.0119,11.1315,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRDA_HUBSA,GRDASA_H,13.0423,-0.0151,10.5767,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GRE,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-14.7711,0.1681,-17.4199,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GSEC_SPS,SPS_GSEC_LA,16.8180,0.0927,14.2446,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GSPR2014HUB,GSPR2014HUB_H,4.7753,0.0533,2.2413,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GSPR2015HUB,GSPR2015HUB_H,4.4071,0.0470,1.8794,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-15.5932,-0.0029,-18.0710,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,HARRISON,CSWSLEBROCKPLT1,17.0187,0.0874,14.4506,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-6.8093,-0.1486,-9.1415,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,HQST,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,HST,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,-5.7765,-0.0043,-8.2529,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,-5.7765,-0.0043,-8.2529,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,-5.8121,-0.0060,-8.2869,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,-5.8121,-0.0060,-8.2869,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,-5.7334,-0.0045,-8.2097,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,-5.7334,-0.0045,-8.2097,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDN_INDN,INDN_LA,-5.7816,-0.0048,-8.2575,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,ISNE,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,JEA,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,-4.8902,-0.0968,-7.2741,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,-4.8902,-0.0968,-7.2741,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-9.4183,-0.0522,-11.8468,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYCT4,KACYNEARMANUNCT4_RA,-7.1019,-0.0176,-9.5650,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,42.8574,-0.0419,40.4185,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,-7.1019,-0.0176,-9.5650,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,-7.0824,-0.0153,-9.5478,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,-7.0867,-0.0154,-9.5520,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KACY_KACY,KACY_LA,-7.0800,-0.0156,-9.5451,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,-6.5346,-0.0284,-8.9869,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,-2.2779,0.0505,-4.8092,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-29.5571,-0.0931,-31.9448,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-51.2901,-0.2044,-53.5665,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0222,V222_DDR,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0223,V223_DDR,-6.7828,-0.0450,-9.2186,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0241,V241_DDR,-0.5820,0.0424,-3.1051,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0243,V243_DDR,11.2316,-0.0078,8.7587,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0247,V247_DDR,-6.1946,-0.0288,-8.6465,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.VOLT.0253,V253_DDR,-6.5106,-0.0277,-8.9637,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-15.1535,-0.2031,-17.4311,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,-6.5225,-0.0289,-8.9744,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,-6.5225,-0.0289,-8.9744,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB,KCPLHUB_H,-11.9688,-0.1203,-14.3292,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB17,KCPLHUB17_H,-12.6576,-0.1295,-15.0088,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB18,KCPLHUB18_H,-12.3654,-0.1300,-14.7162,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB19,KCPLHUB19_H,-12.5115,-0.1252,-14.8671,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB20,KCPLHUB20_H,-13.0019,-0.1327,-15.3499,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB21,KCPLHUB21_H,-13.0292,-0.1282,-15.3818,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB22,KCPLHUB22_H,-12.4188,-0.1279,-14.7716,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB23,KCPLHUB23_H,-12.9217,-0.1317,-15.2708,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLHUB24,KCPLHUB24_H,-13.3541,-0.1353,-15.6996,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-7.5556,-0.0498,-9.9865,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-7.5556,-0.0498,-9.9865,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,-7.7822,-0.0991,-10.1639,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,-7.7822,-0.0991,-10.1639,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,-6.5346,-0.0284,-8.9869,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,-6.5346,-0.0284,-8.9869,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,-6.7023,-0.0230,-9.1601,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-13.8405,-0.0622,-16.2590,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,-6.3533,-0.0275,-8.8065,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KCPL_KCPL,KCPL_LA,-7.1520,-0.0316,-9.6012,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KENN,KENN_LA,9.7086,0.0510,7.1768,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KEP2_SECI,KEP2_SECI_LA,-21.7463,-0.1081,-24.1189,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KERR_1,GRDAKERR_HYDUN1_RA,23.0107,0.0265,20.5035,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KERR_2,GRDAKERR_HYDUN2_RA,22.8349,0.0280,20.3262,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KERR_3,GRDAKERR_HYDUN3_RA,22.8349,0.0280,20.3262,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KERR_4,GRDAKERR_HYDUN4_RA,23.0107,0.0265,20.5035,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-8.6453,-0.0692,-11.0569,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-8.3931,-0.0583,-10.8155,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-8.3931,-0.0583,-10.8155,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-10.3105,-0.0665,-12.7247,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-11.6384,-0.0617,-14.0575,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-11.6384,-0.0617,-14.0575,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-19.7215,-0.1330,-22.0693,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-19.7215,-0.1330,-22.0693,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-19.7215,-0.1330,-22.0693,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-16.2491,-0.0726,-18.6573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-16.2491,-0.0726,-18.6573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-20.0995,-0.1376,-22.4426,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-16.9465,-0.1123,-19.3149,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-14.6194,-0.1152,-16.9849,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,36.4455,-0.0400,34.0048,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,36.4455,-0.0400,34.0048,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-9.6701,-0.0972,-12.0536,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-9.6701,-0.0972,-12.0536,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-9.6701,-0.0972,-12.0536,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-17.2467,-0.1613,-19.5662,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-16.7407,-0.1074,-19.1140,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-9.1034,-0.1028,-11.4814,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-8.9156,-0.0445,-11.3518,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LAFA,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LAM345,LAM345,-20.0487,-0.1633,-22.3662,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LEPA,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,-5.1842,-0.1145,-7.5504,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_LES,LES_LA,-5.1868,-0.1155,-7.5521,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,-5.0832,-0.1225,-7.4414,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,-5.2667,-0.1206,-7.6268,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,-5.2667,-0.1206,-7.6268,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,-5.2667,-0.1206,-7.6268,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,-5.0815,-0.1208,-7.4414,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,-5.0832,-0.1225,-7.4414,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_WAVERLY,LES_WAVERLY_H,-5.1183,-0.1188,-7.4802,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,-4.7005,-0.1102,-7.0711,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,-4.7005,-0.1102,-7.0711,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,LGEE,LGEE,5.1193,0.0110,2.6275,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MALDEN,MALDEN_LA,9.2698,0.0476,6.7415,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MCWEST,MCWEST,-0.9024,-0.0027,-3.3805,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MDU,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-7.7615,-0.0422,-10.2001,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,-6.8321,-0.0863,-9.2265,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,-5.0724,-0.0167,-7.5364,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MEAN_NPPD,NPPD_MEAN_LA,-7.7588,-0.1686,-10.0710,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MEC,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MHEB,MHEB,-1.0642,-0.0155,-3.5294,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-13.4680,-0.1888,-15.7599,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-17.1989,-0.1994,-19.4802,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-13.4680,-0.1888,-15.7599,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-13.4680,-0.1888,-15.7599,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-17.1989,-0.1994,-19.4802,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MISO,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-21.1695,-0.0760,-23.5743,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-21.1695,-0.0760,-23.5743,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-12.2578,-0.1565,-14.5820,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-20.3454,-0.2008,-22.6253,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-16.9559,-0.1781,-19.2585,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-20.6992,-0.1856,-22.9943,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-19.9470,-0.1628,-22.2649,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-20.7809,-0.1772,-23.0845,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-19.7922,-0.1591,-22.1138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-19.7922,-0.1591,-22.1138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-19.7922,-0.1591,-22.1138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-19.7922,-0.1591,-22.1138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-19.7922,-0.1591,-22.1138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,-2.6146,-0.0333,-5.0620,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,5.9592,0.0211,3.4573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,5.9592,0.0211,3.4573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,3.0628,-0.0003,0.5824,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,-0.3114,0.0524,-2.8445,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MOWR,AECI,10.4491,0.0123,7.9561,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,3.1245,-0.0068,0.6506,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,6.2109,0.0230,3.7071,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.4380,-0.1489,-7.7699,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-5.5025,-0.1007,-7.8825,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-22.0244,-0.2021,-24.3031,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-5.4322,-0.1430,-7.7699,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,-6.1251,-0.0427,-8.5632,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,-6.1251,-0.0427,-8.5632,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,-6.1249,-0.0424,-8.5632,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,-6.1249,-0.0424,-8.5632,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-6.6116,-0.0524,-9.0400,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-6.6045,-0.0452,-9.0400,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,3.4543,0.0324,0.9412,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,-5.5242,-0.0418,-7.9631,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,-6.4740,-0.0490,-8.9057,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,-6.4740,-0.0490,-8.9057,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,-6.4740,-0.0490,-8.9057,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,-6.6893,-0.0276,-9.1424,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,-6.6893,-0.0276,-9.1424,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MPS_MPS,MPS_LA,-4.9497,-0.0203,-7.4101,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MSTNG,SPSMSTNGPLT1,29.9257,0.2044,27.2406,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MSTNG4,SPSMSTNGUN4_RA,29.9130,0.1917,27.2406,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MSTNG5,SPSMSTNGUN5_RA,29.9257,0.2044,27.2406,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,29.9257,0.2044,27.2406,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NBSO,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-5.3195,-0.1419,-7.6583,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-5.3197,-0.1422,-7.6583,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-16.5862,-0.1010,-18.9660,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NHC1,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,-4.8768,-0.1015,-7.2560,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,-4.8768,-0.1015,-7.2560,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,-4.8768,-0.1015,-7.2560,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-7.2112,-0.1870,-9.5050,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-7.1241,-0.2202,-9.3846,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-5.9981,-0.1514,-8.3274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-6.4500,-0.1539,-8.7768,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-7.1241,-0.2202,-9.3846,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-7.4501,-0.1496,-9.7812,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-7.3511,-0.1497,-9.6821,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-7.4162,-0.1489,-9.7481,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-7.3366,-0.1479,-9.6694,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-7.3919,-0.1615,-9.7111,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-8.7709,-0.1246,-11.1271,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-8.7709,-0.1246,-11.1271,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-9.5459,-0.1652,-11.8615,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-7.3919,-0.1615,-9.7111,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,-3.8220,-0.2823,-6.0204,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-7.5797,-0.2311,-9.8294,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-11.0938,-0.1136,-13.4610,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-7.5797,-0.2311,-9.8294,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-6.8448,-0.2241,-9.1014,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-7.9274,-0.1958,-10.2123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,-5.6806,-0.1028,-8.0586,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-7.1241,-0.2202,-9.3846,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-10.7129,-0.1208,-13.0728,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-8.7709,-0.1246,-11.1271,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-8.7709,-0.1246,-11.1271,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-8.3777,-0.1183,-10.7401,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-8.4156,-0.1177,-10.7787,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-8.4156,-0.1177,-10.7787,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-7.9791,-0.1040,-10.3559,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-16.1466,-0.1107,-18.5166,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-7.0174,-0.1890,-9.3091,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-7.0856,-0.1604,-9.4060,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-6.6243,-0.1015,-9.0035,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-7.0477,-0.1054,-9.4231,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.NELI.DDR,NELI_DDR,-7.2352,-0.1893,-9.5266,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.NPPM.1058,SH1058_DDR,-1.9920,-0.1235,-4.3493,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-7.8937,-0.1174,-10.2570,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-7.1241,-0.2202,-9.3846,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-5.9981,-0.1514,-8.3274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-7.3919,-0.1615,-9.7111,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.TECH.1,KEARNE_DDR,-7.6917,-0.0947,-10.0778,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-5.5822,-0.2424,-7.8206,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-5.5822,-0.2424,-7.8206,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-7.4690,-0.1804,-9.7694,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD.VOLT.0236,V236_DDR,-6.1970,-0.1082,-8.5696,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD2017HUB,NPPD2017HUB_H,-7.4393,-0.1493,-9.7707,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,-2.5531,-0.1655,-4.8684,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-7.2112,-0.1870,-9.5050,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-7.4935,-0.2707,-9.7035,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-7.4935,-0.2707,-9.7035,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,-6.0828,-0.1112,-8.4523,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,-6.1955,-0.1067,-8.5696,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-10.1142,-0.1586,-12.4364,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-8.2964,-0.1237,-10.6534,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,-2.0305,-0.1620,-4.3493,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,-2.0305,-0.1620,-4.3493,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,-2.0305,-0.1620,-4.3493,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-6.8014,-0.1482,-9.1340,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-5.4948,-0.1461,-7.8295,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-6.8520,-0.1477,-9.1850,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-10.3900,-0.3043,-12.5664,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-6.3550,-0.2914,-8.5444,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-9.3031,-0.1388,-11.6450,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-9.4938,-0.1406,-11.8340,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-6.3671,-0.1406,-8.7073,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-6.3689,-0.1423,-8.7073,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-6.3689,-0.1423,-8.7073,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-6.4044,-0.1392,-8.7459,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,-3.8220,-0.2823,-6.0204,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-6.4507,-0.1389,-8.7926,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,-5.5604,-0.1295,-7.9117,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-6.8144,-0.1440,-9.1512,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-6.8185,-0.1452,-9.1541,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-6.8204,-0.1440,-9.1572,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-6.8204,-0.1440,-9.1572,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-6.8014,-0.1482,-9.1340,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-6.8058,-0.1526,-9.1340,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-6.3498,-0.0945,-8.7360,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-6.6195,-0.1278,-8.9725,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-9.2975,-0.1297,-11.6486,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-6.2495,-0.2755,-8.4548,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-11.3627,-0.1228,-13.7207,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,-1.9627,-0.0941,-4.3493,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-7.2352,-0.1893,-9.5266,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-9.1343,-0.1360,-11.4791,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-9.1343,-0.1360,-11.4791,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_NPPD,NPPD_LA,-5.8195,-0.1338,-8.1664,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,-5.5604,-0.1295,-7.9117,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,-5.5604,-0.1295,-7.9117,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-7.6528,-0.1670,-9.9665,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-7.3649,-0.1955,-9.6502,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NSB,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,NSP,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NSSO,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,NYIS,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-21.2441,-0.1978,-23.5270,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-29.8461,-0.2070,-32.1199,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-36.9983,-0.1897,-39.2894,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-36.9983,-0.1897,-39.2894,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-23.9670,-0.1770,-26.2708,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-40.5461,-0.2231,-42.8038,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-100.9260,-0.1387,-103.2680,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-52.8889,-0.2124,-55.1573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-31.1857,-0.1978,-33.4686,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-30.0394,-0.2119,-32.3083,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-17.4217,-0.0867,-19.8157,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-31.1857,-0.1978,-33.4686,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-23.1894,-0.1847,-25.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-20.3240,-0.2108,-22.5940,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-11.9463,-0.0441,-14.3829,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-30.0394,-0.2119,-32.3083,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-25.5024,-0.1843,-27.7989,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-27.7176,-0.2052,-29.9931,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-19.8560,-0.1529,-22.1839,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-25.7071,-0.0482,-28.1396,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-30.0394,-0.2119,-32.3083,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-19.6543,-0.1298,-22.0052,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NUEN.LAM1,LAM1_DDR,18.9773,0.1434,16.3531,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-17.4217,-0.0867,-19.8157,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-17.4217,-0.0867,-19.8157,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-20.2020,-0.1323,-22.5504,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-17.5500,-0.0941,-19.9366,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-17.5500,-0.0941,-19.9366,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-17.5500,-0.0941,-19.9366,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-17.6644,-0.0852,-20.0600,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-17.6644,-0.0852,-20.0600,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-17.5500,-0.0941,-19.9366,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-17.5500,-0.0941,-19.9366,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-30.0394,-0.2119,-32.3083,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,13.4476,0.0782,10.8887,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-23.1894,-0.1847,-25.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-19.9494,-0.1006,-22.3295,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-25.5024,-0.1843,-27.7989,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,15.4252,0.0885,12.8560,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-21.4741,-0.1505,-23.8044,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-21.4741,-0.1505,-23.8044,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-21.4741,-0.1505,-23.8044,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-21.4741,-0.1505,-23.8044,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-37.0717,-0.2855,-39.2669,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-32.0700,-0.1915,-34.3592,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-29.8461,-0.2070,-32.1199,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-35.0783,-0.1851,-37.3740,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-35.0783,-0.1851,-37.3740,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-16.2142,-0.0590,-18.6360,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-20.7061,-0.1629,-23.0240,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-20.7061,-0.1629,-23.0240,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-20.7061,-0.1629,-23.0240,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0033,FOSTER_DDR,-16.6158,-0.0815,-19.0151,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,5.3708,0.0412,2.8489,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0035,TARBY_DDR,18.8203,0.1131,16.2264,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,5.3708,0.0412,2.8489,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,3.2878,0.0106,0.7964,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,3.2878,0.0106,0.7964,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-20.5481,-0.0680,-22.9608,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0040,TROSPER_DDR,-16.3700,-0.0792,-18.7716,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-16.6462,-0.0796,-19.0473,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,16.5274,0.1065,13.9402,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0115,V115_DDR,-17.3699,-0.0859,-19.7647,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0116,V116_DDR,1.5100,-0.0417,-0.9290,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0118,V118_DDR,-36.6377,-0.0220,-39.0965,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0125,V125_DDR,16.9366,0.1270,14.3289,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0126,V126_DDR,17.7724,0.0598,15.2318,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0129,V129_DDR,-16.1265,-0.1353,-18.4720,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-16.7650,-0.0954,-19.1503,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0134,V134_DDR,19.0175,0.0791,16.4577,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0138,V138_DDR,16.9305,0.0500,14.3998,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-17.0202,-0.0907,-19.4103,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0143,V143_DDR,8.7854,0.0197,6.2850,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0149,V149_DDR,-18.9355,-0.1359,-21.2804,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0150,V150_DDR,-18.7566,-0.1371,-21.1002,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0155,V155_DDR,16.2361,0.0393,13.7160,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0156,V156_DDR,-16.7650,-0.0954,-19.1503,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0166,V166_DDR,17.4816,0.1172,14.8836,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-16.8595,-0.0889,-19.2514,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-18.7566,-0.1371,-21.1002,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0170,V170_DDR,-20.3595,-0.1317,-22.7086,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-18.2233,-0.1314,-20.5727,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0176,V176_DDR,-18.7566,-0.1371,-21.1002,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0177,V177_DDR,-27.1683,-0.2286,-29.4204,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-16.7923,-0.0851,-19.1880,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-23.6564,-0.1781,-25.9590,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0195,V195_DDR,86.3326,0.0906,83.7613,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0197,V197_DDR,16.2163,0.0746,13.6609,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0198,V198_DDR,17.4816,0.1172,14.8836,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0208,V208_DDR,86.4449,0.0928,83.8714,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0209,V209_DDR,86.4449,0.0928,83.8714,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,16.9741,0.0505,14.4428,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0216,V216_DDR,-16.7154,-0.0799,-19.1162,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0219,V219_DDR,16.2361,0.0393,13.7160,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0220,V220_DDR,-18.7566,-0.1371,-21.1002,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0224,V224_DDR,-17.4503,-0.0890,-19.8420,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0225,V225_DDR,-17.4501,-0.0889,-19.8420,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0226,V226_DDR,-17.4503,-0.0890,-19.8420,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0227,V227_DDR,-17.4503,-0.0890,-19.8420,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0229,V229_DDR,-20.1520,-0.0615,-22.5712,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0231,V231_DDR,-14.7157,-0.0190,-17.1775,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0238,V238_DDR,-37.2965,-0.2234,-39.5539,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.VOLT.0242,V242_DDR,16.5247,0.0446,13.9994,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-30.0951,-0.3262,-32.2497,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-29.6516,-0.1968,-31.9355,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-20.3219,-0.2086,-22.5940,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-30.0951,-0.3262,-32.2497,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-19.3400,-0.2319,-21.5889,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-58.2407,-0.2000,-60.5214,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEHL7,OKGEHL7_H,-13.4962,-0.0747,-15.9022,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEHL8,OKGEHSL1UN8_RA,-13.4962,-0.0747,-15.9022,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEHL910,OKGEHSL1PLT2,-13.4962,-0.0747,-15.9022,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-20.0293,-0.2190,-22.2910,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEMCC,OKGEMCCLAIPLT1,-17.5902,-0.1095,-19.9615,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,13.3185,0.0272,10.8105,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,13.3185,0.0272,10.8105,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,13.3185,0.0272,10.8105,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-12.7139,-0.1024,-15.0922,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-12.7139,-0.1024,-15.0922,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-12.7139,-0.1024,-15.0922,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-12.7139,-0.1024,-15.0922,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-17.0261,-0.0579,-19.4490,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-12.9005,-0.0632,-15.3180,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-12.9005,-0.0632,-15.3180,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESO1,OKGESONR1UN1_RA,-61.2875,-0.1747,-63.5936,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESO2,OKGESONR1UN2_RA,-35.0783,-0.1851,-37.3740,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-20.0510,-0.2407,-22.2910,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-23.7552,-0.2923,-25.9436,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGETINK5A,OKGETINK5UN1_RA,-15.9229,-0.0814,-18.3222,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGETINK5B,OKGETINK5UN2_RA,-15.9229,-0.0814,-18.3222,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-20.5121,-0.2028,-22.7901,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-29.8461,-0.2070,-32.1199,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,16.1024,0.1560,13.4657,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-20.3106,-0.1502,-22.6412,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_OKGE,OKGE_LA,-8.5081,-0.0473,-10.9415,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-19.9494,-0.1006,-22.3295,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-20.5204,-0.2111,-22.7901,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMLP,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,21.8776,0.0200,19.3769,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,16.2872,0.1475,13.6590,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-19.4218,-0.0876,-21.8150,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-100.9107,-0.1234,-103.2680,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-25.5744,-0.2050,-27.8502,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-31.1857,-0.1978,-33.4686,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-28.1748,-0.3298,-30.3257,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-15.7062,-0.1993,-17.9877,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,155.3954,0.0009,152.9138,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-100.9143,-0.1271,-103.2680,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-100.9143,-0.1271,-103.2680,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_SPP,OMPA_SPP_LA,-25.2050,-0.1176,-27.5681,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-30.0951,-0.3262,-32.2497,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,18.3228,0.0147,15.8274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,18.3228,0.0147,15.8274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,18.3228,0.0147,15.8274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,18.3228,0.0147,15.8274,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,ONT,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,-4.9147,-0.1037,-7.2917,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,-4.8852,-0.0996,-7.2664,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,-4.8768,-0.1015,-7.2560,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,-4.9413,-0.0864,-7.3356,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,-4.9241,-0.0958,-7.3090,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,-4.9241,-0.0958,-7.3090,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_GLDN,OPPD_GLDN_LA,-4.9068,-0.1003,-7.2872,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,-4.8942,-0.1010,-7.2740,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,-3.8220,-0.2823,-6.0204,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,-5.7296,-0.1229,-8.0875,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,-4.8777,-0.1013,-7.2571,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_OPPD,OPPD_LA,-4.9150,-0.0975,-7.2983,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,-4.9137,-0.0930,-7.3014,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,-4.9174,-0.0939,-7.3043,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OTP,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,OVEC,OVEC,4.5290,0.0050,2.0433,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PARAGOULD,PARAGOULD_LA,10.4459,0.0565,7.9087,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,22.5783,0.0076,20.0900,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,22.5783,0.0076,20.0900,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,22.5783,0.0076,20.0900,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,22.2626,0.0167,19.7652,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,22.2626,0.0167,19.7652,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,22.2626,0.0167,19.7652,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PIGGOTT,PIGGOTT_LA,9.5528,0.0498,7.0222,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PJM,PJM,3.6285,-0.0049,1.1526,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PLUM,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,POPLARBLUFF,POPLARBLUFF_LA,8.9315,0.0410,6.4097,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,-1.0014,-0.0356,-3.4465,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,-1.0014,-0.0356,-3.4465,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,-0.8443,-0.0341,-3.2909,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,-0.8443,-0.0341,-3.2909,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,-0.4883,0.1181,-3.0872,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,-0.4883,0.1181,-3.0872,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,-0.8856,-0.0040,-3.3623,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,-1.6971,-0.0895,-4.0883,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-21.3062,-0.1452,-23.6418,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,70.0859,0.0062,67.5989,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-6.1147,-0.0301,-8.5654,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-19.1423,-0.0262,-21.5969,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,29.3963,0.0621,26.8534,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,18.4599,0.0647,15.9144,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,-3.0644,-0.1159,-5.4293,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,-0.5412,0.0015,-3.0234,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,-3.8452,-0.1553,-6.1706,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,11.0000,0.1048,8.4145,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,-0.5274,0.0107,-3.0189,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,-3.4173,-0.1033,-5.7947,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,PUPP,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,RCEAST,RCEAST,-4.2205,-0.0928,-6.6084,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_1,GRDASALINA1UN1_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_2,GRDASALINA1UN2_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_3,GRDASALINA1UN3_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_4,GRDASALINA1UN4_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_5,GRDASALINA1UN5_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SALINA_6,GRDASALINA1UN6_RA,23.0110,0.0267,20.5035,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SARPY_1,OPPDSARPYUN1_RA,-4.9073,-0.1008,-7.2873,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SARPY_2,OPPDSARPYUN2_RA,-4.9113,-0.0969,-7.2952,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SARPY_3,OPPDSARPYUN3_RA,-4.8909,-0.1041,-7.2675,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SARPY_4,OPPDSARPYUN4_RA,-4.8909,-0.1041,-7.2675,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SARPY_5,OPPDSARPYUN5_RA,-4.8909,-0.1041,-7.2675,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SC,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SCEG,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SCSE,SCSE,-8.8511,-0.1085,-11.2234,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SEC,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-21.0167,-0.2230,-23.2744,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-21.0167,-0.2230,-23.2744,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-21.0167,-0.2230,-23.2744,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-20.0495,-0.0616,-22.4686,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-21.0167,-0.2230,-23.2744,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-20.2100,-0.1903,-22.5005,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-19.6555,-0.2147,-21.9215,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-19.6555,-0.2147,-21.9215,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-19.7924,-0.1594,-22.1138,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-21.7649,-0.2087,-24.0370,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-16.2585,-0.0820,-18.6573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-20.5521,-0.0852,-22.9476,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-15.8141,-0.1417,-18.1531,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-20.7841,-0.2198,-23.0450,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-15.7571,-0.1413,-18.0966,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-28.7800,-0.2248,-31.0359,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-20.2894,-0.1452,-22.6249,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-19.7900,-0.1431,-22.1277,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-19.7900,-0.1431,-22.1277,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-19.7900,-0.1431,-22.1277,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-19.7900,-0.1431,-22.1277,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-19.9632,-0.1549,-22.2891,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-20.2100,-0.1903,-22.5005,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI_SECI,SECI_LA,-19.5374,-0.1192,-21.8990,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-19.7924,-0.1594,-22.1138,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SEHA,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-20.5204,-0.2111,-22.7901,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SERU,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SETH,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SGE,SGE,-7.9988,-0.0976,-10.3819,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SMEP,MISO,4.4006,0.0008,1.9190,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SOCO,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPA,SPA,17.9071,0.0726,15.3537,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPC,SPC,-0.4223,0.0470,-2.9500,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPPNORTH_HUB,SPPNORTH_H,-5.2388,-0.1147,-7.6049,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-17.1320,-0.1348,-19.4779,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,14.6462,0.0544,12.1111,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,14.6462,0.0544,12.1111,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,13.9604,0.0520,11.4276,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,13.9604,0.0520,11.4276,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_NIXA,SPRM_NIXA_LA,15.9240,0.0574,13.3859,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_SPRM,SPRM_LA,14.6026,0.0607,12.0611,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,14.8325,0.0435,12.3083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,14.8325,0.0435,12.3083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,14.8264,0.0374,12.3083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,14.8325,0.0435,12.3083,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,31.6090,0.1526,28.9757,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,34.4117,0.0774,31.8535,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-16.8089,-0.0352,-19.2544,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-16.8089,-0.0352,-19.2544,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,30.2170,-0.0111,27.7473,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,29.9553,0.0888,27.3858,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,31.7586,-0.1852,29.4630,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,30.3918,0.3229,27.5881,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,29.3147,0.0837,26.7503,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,30.0293,0.2122,27.3364,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,30.0551,0.2328,27.3416,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,30.0551,0.2328,27.3416,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,30.0293,0.2122,27.3364,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-16.7453,-0.0081,-19.2179,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,34.4117,0.0774,31.8535,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-16.7865,-0.0314,-19.2359,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-21.4153,-0.1489,-23.7471,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-18.4875,-0.0265,-20.9418,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-17.1548,0.0150,-19.6505,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-17.4275,-0.0363,-19.8719,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-25.0000,-0.1633,-27.3174,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-25.0000,-0.1633,-27.3174,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-25.0000,-0.1633,-27.3174,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-25.0000,-0.1633,-27.3174,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GRID.WRAB,WRAB_DDR,-15.7636,0.0130,-18.2574,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-25.0000,-0.1633,-27.3174,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,28.6933,0.0897,26.1229,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,28.6933,0.0897,26.1229,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,27.1110,0.0903,24.5399,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,27.1110,0.0903,24.5399,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,27.1110,0.0903,24.5399,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,28.6933,0.0897,26.1229,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-15.1467,-0.0290,-17.5985,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-15.1486,-0.0290,-17.6003,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-15.1429,-0.0289,-17.5947,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-16.5862,-0.1010,-18.9660,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,30.0165,0.2090,27.3267,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,29.3001,0.0812,26.7382,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,29.3001,0.0812,26.7382,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,29.3001,0.0812,26.7382,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,29.3001,0.0812,26.7382,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,29.9749,0.2012,27.2930,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,30.0170,0.2026,27.3336,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,30.0170,0.2026,27.3336,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-20.5081,-0.1987,-22.7901,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-15.5308,-0.0270,-17.9846,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-15.5308,-0.0270,-17.9846,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-15.2112,-0.0288,-17.6632,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-15.7636,0.0130,-18.2574,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-20.9264,-0.1113,-23.2959,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-17.5541,-0.0417,-19.9931,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-23.9670,-0.1770,-26.2708,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-15.4928,0.0110,-17.9846,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PLANTX1,SPS.PLANTX1_H,32.7464,0.1375,30.1282,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PLANTX2,SPS.PLANTX2_H,32.7464,0.1375,30.1282,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,32.4333,0.1343,29.8182,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,30.0319,0.0334,27.5178,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-23.0256,-0.1417,-25.3646,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,31.8231,-0.1206,29.4630,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,30.0384,0.0399,27.5178,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-16.7461,-0.0089,-19.2179,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,31.2917,0.1717,28.6393,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,30.3918,0.3229,27.5881,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,31.2917,0.1717,28.6393,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,30.3929,0.3223,27.5898,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-43.3397,-0.0505,-45.7699,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,30.2616,0.3801,27.4007,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,30.2720,0.3906,27.4007,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,30.2261,0.3674,27.3780,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,30.0480,0.2339,27.3333,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,30.3325,0.3556,27.4961,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-20.0487,-0.1633,-22.3662,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-15.7547,0.0015,-18.2369,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,31.9189,0.1435,29.2947,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,31.9189,0.1435,29.2947,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,31.2917,0.1717,28.6393,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,29.3647,0.0955,26.7884,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,30.0100,0.2770,27.2523,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,32.2333,0.2546,29.4980,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,32.3262,0.1954,29.6501,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,32.9383,0.0785,30.3790,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,30.2616,0.3801,27.4007,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,30.3795,0.4322,27.4666,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,30.3444,0.3970,27.4666,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,30.0562,0.0577,27.5178,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,32.1314,0.1919,29.4587,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-22.5856,-0.1340,-24.9323,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-22.5795,-0.1378,-24.9225,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0163,V163_DDR,-14.8626,0.0007,-17.3441,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0168,V168_DDR,-18.8797,-0.1167,-21.2438,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0180,V180_DDR,30.3795,0.4322,27.4666,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0181,V181_DDR,-22.8102,-0.1110,-25.1800,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0182,V182_DDR,30.3379,0.3646,27.4925,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0199,V199_DDR,29.9929,0.2548,27.2573,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0200,V200_DDR,30.1254,0.2827,27.3619,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.VOLT.0235,V235_DDR,-20.9264,-0.1113,-23.2959,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,31.7586,-0.1852,29.4630,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,30.3918,0.3229,27.5881,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-15.5960,-0.0057,-18.0710,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-15.8256,-0.0095,-18.2968,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS_SPS,SPS_LA,19.0055,0.2220,16.3028,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,31.1591,0.1706,28.5077,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SSCN_NPPD,SSCN_NPPD_LA,-5.9864,-0.1441,-8.3231,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,7.9977,0.0375,5.4795,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,7.9977,0.0375,5.4795,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,TAL,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,TEC,SOUC,9.1584,0.0522,6.6255,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-6.2495,-0.2755,-8.4548,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,TVA,TVA,8.4029,0.0432,5.8790,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB,UCUHUB_H,-10.4318,-0.0855,-12.8270,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB17,UCUHUB17_H,-14.7794,-0.1305,-17.1296,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB18,UCUHUB18_H,-11.6871,-0.1182,-14.0497,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB19,UCUHUB19_H,-14.6325,-0.1253,-16.9879,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB20,UCUHUB20_H,-14.7964,-0.1200,-17.1571,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB21,UCUHUB21_H,-16.1198,-0.1323,-18.4682,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB22,UCUHUB22_H,-15.6287,-0.1390,-17.9704,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB23,UCUHUB23_H,-15.8780,-0.1401,-18.2186,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,UCUHUB24,UCUHUB24_H,-13.8919,-0.1243,-16.2484,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,-0.4037,0.0678,-2.9522,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,-0.4037,0.0678,-2.9522,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,-0.4178,-0.0809,-2.8177,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,-0.4178,-0.0809,-2.8177,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,-0.4563,-0.0833,-2.8538,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,-0.8377,-0.0543,-3.2641,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,-0.8377,-0.0543,-3.2641,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,-0.4037,0.0678,-2.9522,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,-0.5001,-0.0805,-2.9004,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,-0.4168,0.0045,-2.9021,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,-3.6615,-0.1473,-5.9950,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,-3.9030,-0.2538,-6.1300,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,-0.5010,0.0639,-3.0457,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,-0.5010,0.0639,-3.0457,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,7.1955,-0.2753,4.9901,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,-5.1430,-0.1250,-7.4987,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,5.6406,-0.0336,3.1935,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,-3.9362,-0.1548,-6.2621,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,-3.6819,-0.1272,-6.0354,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,-5.3923,-0.1366,-7.7365,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,7.3214,-0.1494,4.9901,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,7.3214,-0.1494,4.9901,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,-2.6388,-0.1121,-5.0074,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,-3.7592,-0.2513,-5.9887,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,-3.6204,-0.0944,-6.0067,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,9.6700,-0.0342,7.2235,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,9.6700,-0.0342,7.2235,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,9.6700,-0.0342,7.2235,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,-0.4871,-0.0144,-2.9535,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,-0.4871,-0.0144,-2.9535,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,-0.4871,-0.0144,-2.9535,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,-0.3691,0.1014,-2.9512,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,-0.3825,-0.0791,-2.7841,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,-0.3328,-0.0827,-2.7308,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-8.4223,-0.1035,-10.7995,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,-5.0081,-0.1168,-7.3720,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,-0.5360,0.0051,-3.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-5.0678,-0.1529,-7.3956,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,-3.9546,-0.2854,-6.1500,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,7.1452,-0.1220,4.7864,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,-0.4524,0.0495,-2.9826,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,-0.4524,0.0495,-2.9826,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,-0.4528,0.0490,-2.9826,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,-0.4524,0.0495,-2.9826,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,-0.4316,0.0453,-2.9576,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-4.7816,-0.2466,-7.0157,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,-0.5235,-0.0397,-2.9646,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,-4.6476,-0.1176,-7.0107,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,-4.6476,-0.1176,-7.0107,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-5.4410,-0.1820,-7.7398,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-5.4410,-0.1820,-7.7398,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,-0.3575,-0.0541,-2.7841,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,-0.7342,-0.0481,-3.1668,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,-3.7882,-0.1841,-6.0849,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,-3.4355,-0.2174,-5.6989,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,-2.8388,-0.0838,-5.2358,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,-0.4563,-0.0833,-2.8538,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,-0.4563,-0.0833,-2.8538,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,-3.9362,-0.1548,-6.2621,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-4.2332,-0.0952,-6.6188,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,1.7866,-0.1354,-0.5587,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,-3.7272,-0.2192,-5.9887,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,-8.2000,-0.1375,-10.5432,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.FSE,WAUE.FSE_H,-5.7591,-0.1666,-8.0732,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,-0.7305,-0.0041,-3.2071,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,-0.7622,-0.0056,-3.2374,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,-4.5273,-0.2728,-6.7353,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,-4.3319,-0.2568,-6.5559,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,-0.3752,-0.0805,-2.7755,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,-0.4924,-0.0905,-2.8826,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-21.3600,-0.2748,-23.5659,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,-3.9030,-0.2538,-6.1300,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,-0.0824,-14.3983,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,-3.9885,-0.1394,-6.3298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,-3.9759,-0.1269,-6.3298,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,-3.9758,-0.1267,-6.3298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,-6.5191,-0.1196,-8.8803,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-4.2332,-0.0952,-6.6188,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,-3.1482,-0.0843,-5.5446,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,-3.9799,-0.1604,-6.3002,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,-3.6180,-0.0920,-6.0067,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,-3.6615,-0.0222,-6.1200,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,-3.6000,-0.1178,-5.9630,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,-1.9893,-0.0648,-4.4053,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,-3.8003,-0.1425,-6.1386,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,-3.8234,-0.1679,-6.1362,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-5.0678,-0.1529,-7.3956,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,-1.5577,-0.0036,-4.0348,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,-3.9397,-0.1568,-6.2636,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,-1.6251,-0.0191,-4.0867,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,-3.3278,-0.0907,-5.7178,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,-4.7005,-0.1102,-7.0711,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NTWK,WAUE.NTWK_H,-2.4252,-0.0882,-4.8178,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,-2.2989,0.0184,-4.7981,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,-2.2989,0.0184,-4.7981,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,-3.8686,-0.2842,-6.0652,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-4.7447,-0.3190,-6.9065,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,-3.5848,-0.1065,-5.9590,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,-3.8686,-0.2842,-6.0652,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,-0.8669,-0.0372,-3.3104,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,-2.3830,-0.1437,-4.7200,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-5.0678,-0.1529,-7.3956,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,-2.2705,-0.0796,-4.6717,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,-2.5335,-0.2943,-4.7200,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-4.4963,-0.1986,-6.7785,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-4.1691,-0.1934,-6.4564,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,-0.3278,-0.0850,-2.7236,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,-5.1810,-0.2604,-7.4013,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,-3.1967,-0.0757,-5.6017,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,-3.1125,-0.1831,-5.4102,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,-3.4355,-0.2174,-5.6989,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.VOLT.0152,V152_DDR,-0.3324,0.1297,-2.9428,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE.VOLT.0172,V172_DDR,-0.4281,0.0547,-2.9635,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_BEPM,WAUE_BEPM_LA,-0.5735,-0.0034,-3.0509,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,-3.3190,-0.1034,-5.6963,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,-3.6635,-0.0210,-6.1232,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_EWA,WAUE_EWA_LA,-4.1884,-0.0862,-6.5829,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,-2.7605,-0.1547,-5.0866,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_HMMU,WAUE_HMMU_LA,-4.2835,-0.0592,-6.7051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,-1.8952,-0.0719,-4.3040,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_MECB,WAUE_MECB_LA,-4.0560,-0.0466,-6.4902,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_MMPA,WAUE_MMPA_LA,-0.6832,0.0229,-3.1868,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_MRES,WAUE_MRES_LA,-3.6802,-0.0887,-6.0723,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,-0.3798,0.0823,-2.9428,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,-0.7305,-0.0041,-3.2071,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,-3.4888,-0.1495,-5.8200,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_OTP,WAUE_OTP_LA,-0.4612,0.0687,-3.0107,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_OTPW,WAUE_OTPW_LA,0.2330,0.0046,-2.2524,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM,WAUE_UGPM_LA,-2.3371,-0.0907,-4.7272,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,-0.9536,-0.0352,-3.3992,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,-3.7530,-0.1122,-6.1215,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,-2.5259,-0.1124,-4.8943,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-4.1884,-0.0862,-6.5829,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,-4.2835,-0.0592,-6.7051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,-2.0899,-0.1618,-4.4088,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,-0.7305,-0.0041,-3.2071,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,-0.6832,0.0229,-3.1868,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,-3.0916,-0.0760,-5.4963,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,-3.6428,-0.1720,-5.9516,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,-0.4520,0.0857,-3.0184,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-30.0000,-0.2936,-32.1871,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-31.5000,-0.2675,-33.7132,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-10.4130,-0.1619,-12.7318,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,109.9100,0.0433,107.3860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,109.9100,0.0433,107.3860,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-17.5942,-0.2828,-19.7921,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,97.2813,0.0566,94.7439,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,82.6542,0.0534,80.1200,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,2.7197,-0.1671,0.4060,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,2.7200,-0.1667,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,2.7254,-0.1613,0.4060,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,-3.1219,-0.1540,-5.4487,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-23.9670,-0.1770,-26.2708,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-26.2491,-0.2444,-28.4854,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-28.5547,-0.3756,-30.6598,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,31.8063,-0.1374,29.4630,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_ENMC,WFEC_ENMC_LA,30.5788,0.2444,27.8536,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-30.0394,-0.2119,-32.3083,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,26.4475,0.0266,23.9401,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,29.9702,0.1851,27.3043,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-30.0000,-0.2936,-32.1871,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-30.0000,-0.2936,-32.1871,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-30.0000,-0.2936,-32.1871,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_OKGE,WFEC_OKGE_LA,-19.4966,-0.0432,-21.9341,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,16.5578,0.0472,14.0299,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-21.9421,-0.2795,-24.1433,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-17.6967,-0.2964,-19.8811,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_WFEC,WFEC_LA,1.7027,-0.0796,-0.6984,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,29.9702,0.1851,27.3043,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-14.1814,-0.1933,-16.4689,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-18.4911,-0.1541,-20.8178,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,-3.6593,0.0325,-6.1725,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-14.5006,-0.1601,-16.8213,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-22.0620,-0.2114,-24.3313,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-22.0620,-0.2114,-24.3313,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-22.5505,-0.1864,-24.8448,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-22.5505,-0.1864,-24.8448,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-22.5505,-0.1864,-24.8448,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-14.5006,-0.1601,-16.8213,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-8.1106,-0.0517,-10.5396,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-18.0766,-0.1523,-20.4051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-18.0766,-0.1523,-20.4051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-18.0766,-0.1523,-20.4051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-18.0765,-0.1522,-20.4051,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-8.1106,-0.0517,-10.5396,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-20.4232,-0.2148,-22.6891,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-41.1500,-0.1067,-43.5240,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.JEC.1,WRJEFFUN10_RA,-12.1254,-0.1161,-14.4901,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.JEC.2,WRJEFFUN11_RA,-12.0153,-0.1163,-14.3798,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.JEC.3,WRJEFFUN12_RA,-12.0222,-0.1231,-14.3798,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-29.6681,-0.1981,-31.9508,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-22.0224,-0.2001,-24.3031,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-22.0224,-0.2001,-24.3031,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.LEC.4,WRLECUN26_RA,-9.4577,-0.0632,-11.8753,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.LEC.5,WRLECUN27_RA,-9.9496,-0.0567,-12.3737,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-16.8232,-0.1240,-19.1799,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-16.8232,-0.1240,-19.1799,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-16.8232,-0.1240,-19.1799,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-16.7986,-0.1196,-19.1598,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-15.7666,-0.1240,-18.1233,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-13.9213,-0.1864,-16.2156,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-13.9213,-0.1864,-16.2156,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-16.7420,-0.1087,-19.1140,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-14.7344,-0.1933,-17.0219,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-9.3446,-0.1812,-11.6441,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-14.8738,-0.1758,-17.1788,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-22.0235,-0.2011,-24.3031,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,82.3449,0.0587,79.8055,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-16.6879,-0.1107,-19.0580,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-13.7379,-0.1240,-16.0947,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-15.2338,-0.2080,-17.5066,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-8.1106,-0.0517,-10.5396,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-14.5006,-0.1601,-16.8213,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-24.1469,-0.1692,-26.4585,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.THAYERLD,WR.THAYERLD_LA,10.3561,0.0472,7.8282,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-24.9880,-0.1672,-27.3015,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0106,V106_DDR,-24.0161,-0.1629,-26.3339,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-8.0824,-0.0377,-10.5254,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-15.4089,-0.1375,-17.7521,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-9.3213,-0.0451,-11.7569,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-9.3213,-0.0451,-11.7569,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-8.4670,-0.0458,-10.9020,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-23.4913,-0.1411,-25.8310,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0157,V157_DDR,-9.3688,-0.0473,-11.8023,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0158,V158_DDR,-9.3213,-0.0451,-11.7569,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-9.3213,-0.0451,-11.7569,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-24.0867,-0.1742,-26.3932,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0173,V173_DDR,-16.7924,-0.1148,-19.1584,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0174,V174_DDR,-23.8712,-0.1617,-26.1902,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0184,V184_DDR,-23.4494,-0.1761,-25.7540,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-24.2748,-0.1672,-26.5884,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0186,V186_DDR,-24.2597,-0.1727,-26.5678,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-23.6843,-0.1723,-25.9928,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-24.8265,-0.1652,-27.1420,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-17.9585,-0.1269,-20.3123,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-14.6652,-0.1114,-17.0345,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-13.9917,-0.1172,-16.3552,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-13.9917,-0.1172,-16.3552,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-14.6652,-0.1114,-17.0345,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0245,V245_DDR,-24.2878,-0.1672,-26.6013,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.VOLT.0248,V248_DDR,-24.0161,-0.1629,-26.3339,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-26.6523,-0.1888,-28.9442,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-10.3293,-0.0698,-12.7402,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.WOLF,WRWOLFUN15_RA,-15.9323,-0.2207,-18.1924,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-20.4232,-0.2148,-22.6891,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,-3.6700,0.0218,-6.1725,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-26.5729,-0.2034,-28.8502,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-23.8261,-0.1481,-26.1587,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-15.3466,-0.1383,-17.6891,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-25.1169,-0.1678,-27.4298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-25.1169,-0.1678,-27.4298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-25.1169,-0.1678,-27.4298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-25.1169,-0.1678,-27.4298,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-14.0392,-0.1049,-16.4150,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-39.4872,-0.1652,-41.8028,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-39.4872,-0.1652,-41.8028,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-41.9770,-0.1673,-44.2904,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-41.9770,-0.1673,-44.2904,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_MIDW,WR_MIDW_LA,-15.9616,-0.1393,-18.3030,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,-1.2362,0.0215,-3.7385,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,-5.0495,-0.0235,-7.5068,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-17.1992,-0.1588,-19.5212,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_SEG,WR_SEG_LA,-5.6437,0.0038,-8.1282,2.4807\n03/19/2025 02:00:00,03/19/2025 07:00:00,WR_WR,WR_LA,-15.7305,-0.1157,-18.0956,2.4808\n03/19/2025 02:00:00,03/19/2025 07:00:00,YAD,VACS,8.7909,0.0478,6.2624,2.4807\n03/19/2025 03:00:00,03/19/2025 08:00:00,AEC,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_CSWS,CSWS_AECC_LA,15.9502,0.0418,14.9445,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,15.9702,0.0274,14.9789,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,13.9962,0.0588,12.9735,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,16.2214,0.0184,15.2392,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,16.5538,0.0320,15.5580,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,14.4780,0.0226,13.4916,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,18.0512,0.0209,17.0665,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AECI,AECI,8.1510,0.0095,7.1777,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AEPM_CSWS,CSWS_LA,16.8471,0.0337,15.8495,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ALTW,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,AMRN,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,24.9655,0.0084,23.9933,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BBA,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BCA,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BEPM.ER01.DDR,ER01_DDR,-4.8686,-0.0652,-5.7673,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BEPM_ER01,BEPM_ER01_LA,-4.8686,-0.0652,-5.7673,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-7.0170,-0.0263,-7.9545,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-9.0680,-0.0118,-10.0201,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BEPM_UM01,BEPM_UM01_LA,-1.3925,0.0293,-2.3856,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BLKW,BLKW,27.7496,0.0339,26.7518,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-27.2910,-0.0902,-28.1647,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-27.2910,-0.0902,-28.1647,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,-2.4800,-0.0765,-3.3673,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-27.2900,-0.0891,-28.1647,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BRAZ,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BUBA,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-20.1128,-0.0691,-21.0076,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-21.5015,-0.0544,-22.4110,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,-5.6365,-0.0347,-6.5656,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,-5.6365,-0.0347,-6.5656,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CLEC,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,15.3073,0.0173,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,COWP,COWP_LA,7.8364,0.0215,6.8510,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,7.8364,0.0215,6.8510,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,7.8364,0.0215,6.8510,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CPLE,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CPLW,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,9.0946,0.0334,8.0974,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,9.0946,0.0334,8.0974,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,9.0946,0.0334,8.0974,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,9.0946,0.0334,8.0974,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CRTH_SPA,WRCRTH_SPA_LA,12.3676,0.0059,11.3979,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,16.2443,0.0793,15.2012,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-13.2935,-0.0496,-14.2077,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,18.0512,0.0209,17.0665,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,16.2214,0.0184,15.2392,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,16.2507,0.0788,15.2080,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,16.5456,0.0617,15.5200,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,16.3880,0.0720,15.3522,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,16.3880,0.0720,15.3522,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,15.6922,0.0243,14.7041,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,15.6922,0.0243,14.7041,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,15.6923,0.0243,14.7041,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,15.6923,0.0243,14.7041,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,18.0512,0.0209,17.0665,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,20.6927,0.0595,19.6694,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,36.1056,-0.0086,35.1504,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,36.0967,-0.0175,35.1504,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,19.2693,0.0062,18.2992,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,15.7512,0.0135,14.7739,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,15.7512,0.0135,14.7739,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,15.7527,0.0135,14.7754,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,15.7527,0.0135,14.7754,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-22.3348,-0.0579,-23.2407,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-14.1721,-0.0466,-15.0894,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,30.0240,0.0119,29.0482,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-20.0112,-0.0546,-20.9205,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-20.0122,-0.0555,-20.9205,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-14.7333,-0.0423,-15.6549,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.GRID.CDL1,CDL1_DDR,24.0505,0.0177,23.0690,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-17.1888,-0.0511,-18.1016,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-12.5491,-0.0481,-13.4648,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,24.0505,0.0177,23.0690,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.CSI1,CSI1_DDR,19.1055,0.0222,18.1195,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.CSI2,CSI2_DDR,19.1058,0.0225,18.1195,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,15.3074,0.0174,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.GAZA,GAZA_DDR,24.0505,0.0177,23.0690,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,106.3865,0.0372,105.3855,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.NUEN.T201,NT201_DDR,16.5922,0.0150,15.6133,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-14.4592,-0.0648,-15.3582,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-14.4592,-0.0648,-15.3582,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,18.0512,0.0209,17.0665,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,17.0208,0.0874,15.9696,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-14.7333,-0.0423,-15.6549,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-14.7333,-0.0423,-15.6549,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-19.1001,-0.0574,-20.0065,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-20.0122,-0.0555,-20.9205,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,16.0846,0.0512,15.0695,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,13.0387,0.0082,12.0667,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,13.0387,0.0082,12.0667,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,13.0387,0.0082,12.0667,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,-6.6389,0.0000,-7.6027,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,-6.6389,0.0000,-7.6027,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,16.6740,0.0605,15.6497,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,16.7906,0.0137,15.8131,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,16.6411,0.0630,15.6143,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,17.0801,0.1058,16.0104,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,23.0860,0.0259,22.0963,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,19.1058,0.0225,18.1195,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0057,OKMU_DDR,20.1476,0.0222,19.1616,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0060,LEHIGH_DDR,106.3865,0.0372,105.3855,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0086,WARRENM_DDR,16.1460,0.0165,15.1656,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,17.3648,0.0819,16.3191,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,27.3837,0.0125,26.4074,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0121,V121_DDR,16.6740,0.0605,15.6497,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0122,V122_DDR,25.9121,0.0116,24.9367,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0124,V124_DDR,44.7788,0.0059,43.8091,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0135,V135_DDR,17.0700,0.0167,16.0895,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0144,V144_DDR,-14.6633,-0.0416,-15.5856,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0145,V145_DDR,-14.9653,-0.0457,-15.8834,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,16.6977,0.0615,15.6723,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,18.2773,0.0331,17.2804,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0175,V175_DDR,15.3074,0.0174,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,18.2773,0.0331,17.2804,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,18.2571,0.0386,17.2547,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,17.0700,0.0167,16.0895,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,17.4226,0.0152,16.4436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,17.0248,0.0131,16.0478,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,31.9802,0.0002,31.0162,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,15.7987,0.0129,14.8220,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,17.4226,0.0152,16.4436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0211,V211_DDR,16.5614,0.0714,15.5262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,28.1024,0.0114,27.1272,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0213,V213_DDR,16.9081,0.0158,15.9285,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0215,V215_DDR,26.9014,0.0116,25.9260,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0217,V217_DDR,28.1676,0.0108,27.1929,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0218,V218_DDR,31.5217,0.0011,30.5568,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0228,V228_DDR,17.3405,0.0126,16.3641,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0232,V232_DDR,16.4201,0.0166,15.4397,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0233,V233_DDR,17.5501,0.0160,16.5703,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0240,V240_DDR,23.2781,0.0107,22.3036,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0244,V244_DDR,17.4226,0.0152,16.4436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0246,MDT1_DDR,106.3865,0.0372,105.3855,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0249,V249_DDR,16.8469,0.0162,15.8668,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0250,V250_DDR,-13.6893,-0.0469,-14.6063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0251,V251_DDR,16.2354,0.0146,15.2570,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.VOLT.0252,V252_DDR,31.9802,0.0002,31.0162,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-23.2826,-0.0588,-24.1877,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,-5.4958,-0.0658,-6.3938,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-21.7977,-0.0855,-22.6760,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,16.6040,0.0584,15.5817,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-30.7218,-0.1563,-31.5293,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-25.3091,-0.0617,-26.2113,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-25.3091,-0.0617,-26.2113,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-25.3091,-0.0617,-26.2113,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-25.3091,-0.0617,-26.2113,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-25.3091,-0.0617,-26.2113,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,18.0512,0.0209,17.0665,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,15.0350,0.0774,13.9937,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,16.4193,0.0157,15.4397,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,16.4178,0.0143,15.4397,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,23.8647,0.0238,22.8771,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,23.8647,0.0238,22.8771,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWELSH1,CSWSWELSHUN1_RA,17.4515,0.0464,16.4412,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWELSH3,CSWSWELSHUN3_RA,17.4515,0.0464,16.4412,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWILKES1,CSWSWILKESUN1_RA,17.2986,0.0589,16.2758,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWILKES2,CSWSWILKESUN2_RA,17.2986,0.0589,16.2758,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,CSWWILKES3,CSWSWILKESUN3_RA,17.0696,0.0559,16.0498,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-20.0112,-0.0546,-20.9205,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,DENL,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,DERS,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,DOE,DOE,5.0407,0.0176,4.0593,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,-6.3445,-0.0121,-7.2962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,DPC,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,DUK,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDDY,EDDY,26.3008,0.0840,25.2530,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,11.5588,-0.0021,10.5971,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-18.9900,-0.0200,-19.9338,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,17.2681,-0.0136,16.3178,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE.SLCC,EDESTL4391_PLT,14.0700,-0.0032,13.1093,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,13.8546,-0.0010,12.8917,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,4.7551,-0.0186,3.8098,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_EC_01,EDELAR3821UN1_RA,11.5588,-0.0021,10.5971,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_EC_02,EDELAR3821UN2_RA,11.5588,-0.0021,10.5971,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_EC_03,EDELAR3821UN3_RA,11.5588,-0.0021,10.5971,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_EC_04,EDELAR3821UN4_RA,11.5588,-0.0021,10.5971,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_EDE,EDE_LA,14.9598,0.0153,13.9806,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_ERW,EDEERWFUNG1_RA,-21.8464,-0.0581,-22.7522,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-14.9015,-0.0674,-15.7980,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,31.3600,0.0426,30.3536,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,31.3600,0.0426,30.3536,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,31.3600,0.0426,30.3536,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,31.3600,0.0426,30.3536,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,7.9273,0.0282,6.9353,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_RIV_10,EDERIV1671UN10_RA,14.2786,-0.0077,13.3224,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_RIV_11,EDERIV1671UN11_RA,14.2786,-0.0077,13.3224,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_RIV_12,EDERIV453UN12_PLT,14.2594,-0.0268,13.3224,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_SL_01,EDESTL4391UN1_RA,14.0700,-0.0032,13.1093,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,EDE_SWMP,EDE_SWMP_LA,9.3081,0.0218,8.3225,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EEI,EEI,5.0083,0.0174,4.0271,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EES,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-18.0297,-0.0587,-18.9348,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,ERCOTE,ERCOTE,17.4515,0.0464,16.4412,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ERCOTN,ERCOTN,-14.4548,-0.0605,-15.3582,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-7.8710,-0.0404,-8.7944,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FMPP,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FPC,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FPL,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FREM_50T,OPPDFREM_GUN1_RA,-5.7700,-0.0319,-6.7019,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FREM_6,OPPDFREM_AUN6_RA,-5.7723,-0.0322,-6.7040,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,FREM_7,OPPDFREM_AUN7_RA,-5.7723,-0.0322,-6.7040,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,FREM_8,OPPDFREM_AUN8_RA,-5.7753,-0.0351,-6.7040,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FREM_LOAD,FREM_LOAD_LA,-5.7728,-0.0326,-6.7040,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-23.4334,-0.0530,-24.3443,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,16.0846,0.0512,15.0695,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-21.8350,-0.0963,-22.7025,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-40.2148,-0.0875,-41.0911,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,15.3073,0.0173,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,15.3073,0.0173,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,15.3073,0.0173,14.3262,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,19.3935,0.0098,18.4199,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,19.3935,0.0098,18.4199,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,19.5271,0.0095,18.5537,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,19.5271,0.0095,18.5537,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-29.5800,-0.0763,-30.4675,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,30.8085,-0.0023,29.8470,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,30.8085,-0.0023,29.8470,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,30.8085,-0.0023,29.8470,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.VOLT.0130,V130_DDR,20.0596,0.0201,19.0756,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA.VOLT.0237,V237_DDR,20.3867,0.0139,19.4089,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDAHUB2,GRDAHUB2_H,4.6413,-0.0135,3.6910,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDAHUB3,GRDAHUB3_H,0.2981,-0.0216,-0.6441,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA_GRDA,GRDA_LA,20.1261,0.0133,19.1490,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA_HUB,GRDA_H,10.9499,-0.0028,9.9889,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRDA_HUBSA,GRDASA_H,10.5289,-0.0041,9.5691,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GRE,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-14.5531,0.0621,-15.5790,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GSEC_SPS,SPS_GSEC_LA,13.9240,0.0090,12.9512,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GSPR2014HUB,GSPR2014HUB_H,3.8115,-0.0037,2.8513,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,GSPR2015HUB,GSPR2015HUB_H,3.4919,-0.0053,2.5334,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-12.7940,-0.0329,-13.7250,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,HARRISON,CSWSLEBROCKPLT1,16.5447,0.0468,15.5341,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-6.9495,-0.0515,-7.8618,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,HQST,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,HST,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,-6.1632,0.0032,-7.1302,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,-6.1632,0.0032,-7.1302,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,-6.1918,0.0025,-7.1581,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,-6.1918,0.0025,-7.1581,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,-6.1248,0.0032,-7.0918,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,-6.1248,0.0032,-7.0918,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDN_INDN,INDN_LA,-6.1656,0.0030,-7.1324,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ISNE,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,JEA,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,-5.6461,-0.0313,-6.5787,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,-5.6461,-0.0313,-6.5787,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-9.5324,-0.0150,-10.4813,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYCT4,KACYNEARMANUNCT4_RA,-7.3421,-0.0018,-8.3041,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,40.6011,-0.0129,39.6501,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,-7.3421,-0.0018,-8.3041,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,-7.3242,-0.0010,-8.2870,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,-7.3285,-0.0009,-8.2914,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KACY_KACY,KACY_LA,-7.3223,-0.0009,-8.2852,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,-6.8253,-0.0061,-7.7830,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,-3.1462,0.0246,-4.1346,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-30.0300,-0.0330,-30.9608,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-50.3291,-0.0796,-51.2133,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0222,V222_DDR,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0223,V223_DDR,-6.9173,-0.0127,-7.8684,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0241,V241_DDR,-1.6730,0.0216,-2.6585,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0243,V243_DDR,8.1555,-0.0006,7.1923,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0247,V247_DDR,-6.4506,-0.0065,-7.4080,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.VOLT.0253,V253_DDR,-6.8044,-0.0058,-7.7624,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-14.6900,-0.0759,-15.5779,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,-6.8144,-0.0062,-7.7721,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,-6.8144,-0.0062,-7.7721,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB,KCPLHUB_H,-11.7759,-0.0430,-12.6968,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB17,KCPLHUB17_H,-12.5154,-0.0468,-13.4324,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB18,KCPLHUB18_H,-12.2372,-0.0469,-13.1541,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB19,KCPLHUB19_H,-12.4385,-0.0450,-13.3573,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB20,KCPLHUB20_H,-12.9023,-0.0481,-13.8180,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB21,KCPLHUB21_H,-12.9232,-0.0468,-13.8402,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB22,KCPLHUB22_H,-12.2656,-0.0466,-13.1828,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB23,KCPLHUB23_H,-12.8013,-0.0481,-13.7170,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLHUB24,KCPLHUB24_H,-13.2289,-0.0496,-14.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-7.8302,-0.0139,-8.7801,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-7.8302,-0.0139,-8.7801,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,-7.0157,-0.0340,-7.9455,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,-7.0157,-0.0340,-7.9455,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,-6.8253,-0.0061,-7.7830,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,-6.8253,-0.0061,-7.7830,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,-6.9765,-0.0039,-7.9364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-13.9811,-0.0198,-14.9252,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,-6.6435,-0.0056,-7.6018,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KCPL_KCPL,KCPL_LA,-7.3579,-0.0073,-8.3145,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KENN,KENN_LA,7.7588,0.0269,6.7681,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KEP2_SECI,KEP2_SECI_LA,-21.0937,-0.0505,-22.0071,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KERR_1,GRDAKERR_HYDUN1_RA,19.9951,0.0127,19.0185,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KERR_2,GRDAKERR_HYDUN2_RA,19.8508,0.0133,18.8736,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KERR_3,GRDAKERR_HYDUN3_RA,19.8508,0.0133,18.8736,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KERR_4,GRDAKERR_HYDUN4_RA,19.9951,0.0127,19.0185,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-8.5785,-0.0221,-9.5203,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-8.3757,-0.0178,-9.3218,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-8.3757,-0.0178,-9.3218,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-10.4468,-0.0212,-11.3895,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-11.6934,-0.0194,-12.6378,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-11.6934,-0.0194,-12.6378,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-19.8060,-0.0575,-20.7123,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-19.8060,-0.0575,-20.7123,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-19.8060,-0.0575,-20.7123,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-16.3980,-0.0571,-17.3047,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-16.3980,-0.0571,-17.3047,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-19.8640,-0.0590,-20.7689,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-16.8245,-0.0533,-17.7350,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-14.6714,-0.0392,-15.5960,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,33.9902,-0.0120,33.0384,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,33.9902,-0.0120,33.0384,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-9.8304,-0.0288,-10.7654,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-9.8304,-0.0288,-10.7654,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-9.8304,-0.0288,-10.7654,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-17.3085,-0.0504,-18.2219,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-16.8618,-0.0913,-17.7343,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-9.6371,-0.0408,-10.5601,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-9.0565,-0.0122,-10.0082,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,LAFA,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LAM345,LAM345,-20.1128,-0.0691,-21.0076,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,LEPA,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,-5.4512,-0.0375,-6.3775,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_LES,LES_LA,-5.4722,-0.0378,-6.3982,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,-5.4165,-0.0392,-6.3412,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,-5.5375,-0.0398,-6.4615,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,-5.5375,-0.0398,-6.4615,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,-5.5375,-0.0398,-6.4615,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,-5.4162,-0.0388,-6.3412,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,-5.4165,-0.0392,-6.3412,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_WAVERLY,LES_WAVERLY_H,-5.4666,-0.0389,-6.3915,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,-5.4630,-0.0364,-6.3904,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,-5.4630,-0.0364,-6.3904,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,LGEE,LGEE,3.5309,0.0109,2.5561,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MALDEN,MALDEN_LA,7.3511,0.0255,6.3617,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MCWEST,MCWEST,-1.8384,0.0043,-2.8065,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MDU,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-8.2017,-0.0136,-9.1519,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,-7.2268,-0.0253,-8.1654,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,-5.7397,0.0007,-6.7042,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MEAN_NPPD,NPPD_MEAN_LA,-8.0440,-0.0601,-8.9478,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MEC,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MHEB,MHEB,-2.1999,0.0001,-3.1638,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-13.5472,-0.0669,-14.4442,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-17.2383,-0.0651,-18.1371,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-13.5472,-0.0669,-14.4442,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-13.5472,-0.0669,-14.4442,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-17.2383,-0.0651,-18.1371,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MISO,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-21.2732,-0.0416,-22.1955,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-21.2732,-0.0416,-22.1955,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-12.3517,-0.0458,-13.2698,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-20.3942,-0.0759,-21.2821,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-17.0160,-0.0669,-17.9129,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-20.7623,-0.0708,-21.6553,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-20.0283,-0.0634,-20.9287,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-20.8506,-0.0678,-21.7467,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-19.8681,-0.0614,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-19.8681,-0.0614,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-19.8681,-0.0614,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-19.8681,-0.0614,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-19.8681,-0.0614,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,-3.4707,-0.0075,-4.4270,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,4.1812,0.0145,3.2029,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,4.1812,0.0145,3.2029,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,1.5121,0.0058,0.5425,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,-1.4581,0.0257,-2.4476,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MOWR,AECI,8.1510,0.0095,7.1777,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,1.5289,0.0026,0.5624,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,4.3882,0.0152,3.4092,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.8762,-0.0530,-6.7870,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-5.9082,-0.0338,-6.8383,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-22.0128,-0.0780,-22.8987,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-5.8739,-0.0507,-6.7870,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,-6.3442,-0.0118,-7.2962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,-6.3442,-0.0118,-7.2962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,-6.3441,-0.0117,-7.2962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,-6.3441,-0.0117,-7.2962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-6.9841,-0.0149,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-6.9814,-0.0122,-7.9330,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,1.9409,0.0169,0.9601,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,-5.8361,-0.0114,-6.7885,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,-6.6282,-0.0143,-7.5778,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,-6.6282,-0.0143,-7.5778,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,-6.6282,-0.0143,-7.5778,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,-6.9933,-0.0055,-7.9517,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,-6.9933,-0.0055,-7.9517,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MPS_MPS,MPS_LA,-5.4076,-0.0026,-6.3689,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MSTNG,SPSMSTNGPLT1,25.9646,0.0507,24.9500,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MSTNG4,SPSMSTNGUN4_RA,25.9598,0.0459,24.9500,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MSTNG5,SPSMSTNGUN5_RA,25.9646,0.0507,24.9500,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,25.9646,0.0507,24.9500,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NBSO,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-5.8216,-0.0491,-6.7363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-5.8217,-0.0492,-6.7363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-14.3870,-0.0621,-15.2887,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NHC1,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,-5.6448,-0.0330,-6.5756,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,-5.6448,-0.0330,-6.5756,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,-5.6448,-0.0330,-6.5756,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-8.1122,-0.0660,-9.0100,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-7.2545,-0.0785,-8.1399,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-6.2508,-0.0524,-7.1622,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-8.2847,-0.0527,-9.1959,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-7.2545,-0.0785,-8.1399,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-7.7888,-0.0533,-8.6993,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-7.6948,-0.0533,-8.6054,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-7.7519,-0.0529,-8.6628,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-7.6751,-0.0525,-8.5865,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-9.4609,-0.0553,-10.3694,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-8.9799,-0.0452,-9.8985,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-8.9799,-0.0452,-9.8985,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-9.6936,-0.0585,-10.5989,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-9.4609,-0.0553,-10.3694,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,-3.6560,-0.0959,-4.5239,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-7.7552,-0.0841,-8.6349,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-11.2992,-0.0441,-12.2189,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-7.7552,-0.0841,-8.6349,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-7.0499,-0.0807,-7.9331,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-8.1444,-0.0712,-9.0370,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,-5.9565,-0.0329,-6.8875,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-7.2545,-0.0785,-8.1399,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-10.9188,-0.0462,-11.8364,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-8.9799,-0.0452,-9.8985,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-8.9799,-0.0452,-9.8985,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-8.5669,-0.0418,-9.4889,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-8.6070,-0.0416,-9.5292,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-8.6070,-0.0416,-9.5292,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-8.1734,-0.0349,-9.1023,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-16.4446,-0.0361,-17.3723,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-7.1705,-0.0659,-8.0685,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-8.0458,-0.0552,-8.9545,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-8.5129,-0.0324,-9.4443,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-9.1314,-0.0337,-10.0615,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.NELI.DDR,NELI_DDR,-9.0045,-0.0660,-9.9024,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.NPPM.1058,SH1058_DDR,-0.6879,-0.0394,-1.6124,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-8.0700,-0.0400,-8.9938,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-7.2545,-0.0785,-8.1399,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-6.2508,-0.0524,-7.1622,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-9.4609,-0.0553,-10.3694,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.TECH.1,KEARNE_DDR,-7.8735,-0.0312,-8.8062,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-5.8721,-0.0877,-6.7483,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-5.8721,-0.0877,-6.7483,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-9.4657,-0.0626,-10.3670,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD.VOLT.0236,V236_DDR,-6.4757,-0.0319,-7.4076,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD2017HUB,NPPD2017HUB_H,-7.7773,-0.0532,-8.6880,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,-1.5108,-0.0562,-2.4184,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-8.1122,-0.0660,-9.0100,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-7.6491,-0.0994,-8.5136,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-7.6491,-0.0994,-8.5136,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,-6.3616,-0.0336,-7.2918,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,-6.4751,-0.0313,-7.4076,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-11.4984,-0.0544,-12.4078,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-8.4802,-0.0437,-9.4003,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,-0.7033,-0.0547,-1.6124,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,-0.7033,-0.0547,-1.6124,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,-0.7033,-0.0547,-1.6124,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-6.9434,-0.0513,-7.8559,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-5.9600,-0.0506,-6.8732,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-7.0364,-0.0491,-7.9511,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-8.6400,-0.1110,-9.4928,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-7.9411,-0.1059,-8.7990,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-9.5158,-0.0513,-10.4284,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-9.6987,-0.0519,-10.6106,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-6.4440,-0.0485,-7.3593,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-6.4446,-0.0492,-7.3593,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-6.4446,-0.0492,-7.3593,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-6.4877,-0.0479,-7.4036,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,-3.6560,-0.0959,-4.5239,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-6.5372,-0.0478,-7.4532,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,-5.8395,-0.0432,-6.7601,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-6.9554,-0.0497,-7.8695,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-6.9585,-0.0502,-7.8722,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-6.9603,-0.0497,-7.8744,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-6.9603,-0.0497,-7.8744,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-6.9434,-0.0513,-7.8559,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-6.9451,-0.0531,-7.8559,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-7.2839,-0.0286,-8.2191,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-6.8269,-0.0406,-7.7501,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-9.5317,-0.0485,-10.4471,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-7.1138,-0.0996,-7.9780,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-11.5516,-0.0477,-12.4677,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,-0.6760,-0.0275,-1.6124,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-9.0045,-0.0660,-9.9024,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-9.3575,-0.0499,-10.2715,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-9.3575,-0.0499,-10.2715,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_NPPD,NPPD_LA,-5.8504,-0.0456,-6.7686,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,-5.8395,-0.0432,-6.7601,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,-5.8395,-0.0432,-6.7601,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-7.8434,-0.0479,-8.7593,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-7.8275,-0.0674,-8.7239,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NSB,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NSP,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,NSSO,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,NYIS,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-21.4631,-0.0893,-22.3377,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-29.9021,-0.0799,-30.7860,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-36.5317,-0.0741,-37.4215,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-36.5317,-0.0741,-37.4215,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-24.0096,-0.0897,-24.8837,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-40.2148,-0.0875,-41.0911,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-98.2495,-0.0537,-99.1596,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-52.0024,-0.0809,-52.8853,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-31.0885,-0.0763,-31.9760,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-30.0000,-0.0811,-30.8827,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-18.5901,-0.0340,-19.5200,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-31.0885,-0.0763,-31.9760,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-23.2817,-0.0907,-24.1548,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-20.5995,-0.0912,-21.4721,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-21.9302,-0.0145,-22.8796,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-30.0000,-0.0811,-30.8827,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-25.9438,-0.0722,-26.8354,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-23.2800,-0.0806,-24.1632,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-20.7473,-0.0598,-21.6513,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-23.0000,-0.0152,-23.9486,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-30.0000,-0.0811,-30.8827,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-20.5471,-0.0468,-21.4641,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NUEN.LAM1,LAM1_DDR,16.5765,0.0596,15.5531,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-18.5901,-0.0340,-19.5200,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-18.5901,-0.0340,-19.5200,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-21.0805,-0.0493,-21.9951,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-18.6879,-0.0369,-19.6149,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-18.6879,-0.0369,-19.6149,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-18.6879,-0.0369,-19.6149,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-18.7386,-0.0334,-19.6690,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-18.7386,-0.0334,-19.6690,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-18.6879,-0.0369,-19.6149,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-18.6879,-0.0369,-19.6149,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-30.0000,-0.0811,-30.8827,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,11.1744,0.0378,10.1727,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-23.2817,-0.0907,-24.1548,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-18.0326,-0.0333,-18.9632,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-25.9438,-0.0722,-26.8354,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,13.1750,0.0409,12.1703,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-22.2463,-0.0590,-23.1511,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-22.2463,-0.0590,-23.1511,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-22.2463,-0.0590,-23.1511,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-22.2463,-0.0590,-23.1511,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-38.5518,-0.1113,-39.4044,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-32.1031,-0.0744,-32.9925,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-29.9021,-0.0799,-30.7860,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-34.9633,-0.0718,-35.8553,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-34.9633,-0.0718,-35.8553,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-16.3658,-0.0170,-17.3127,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-21.4855,-0.0644,-22.3849,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-21.4855,-0.0644,-22.3849,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-21.4855,-0.0644,-22.3849,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0033,FOSTER_DDR,-17.9126,-0.0316,-18.8448,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,3.0046,0.0168,2.0239,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0035,TARBY_DDR,16.4126,0.0481,15.4007,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,3.0046,0.0168,2.0239,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,1.0185,0.0051,0.0496,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,1.0185,0.0051,0.0496,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-17.7054,-0.0203,-18.6489,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0040,TROSPER_DDR,-17.6698,-0.0309,-18.6028,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-17.9049,-0.0311,-18.8376,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,14.1968,0.0472,13.1858,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0115,V115_DDR,-18.5499,-0.0336,-19.4801,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0116,V116_DDR,-17.2200,-0.0107,-18.1731,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0118,V118_DDR,-38.9589,-0.0064,-39.9164,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0125,V125_DDR,14.5309,0.0546,13.5125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0126,V126_DDR,15.1297,0.0266,14.1393,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0129,V129_DDR,-17.1888,-0.0510,-18.1016,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-17.9588,-0.0375,-18.8851,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0134,V134_DDR,16.3171,0.0345,15.3187,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0138,V138_DDR,14.3218,0.0226,13.3353,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-18.1977,-0.0358,-19.1258,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0143,V143_DDR,6.3087,0.0091,5.3357,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0149,V149_DDR,-19.8515,-0.0521,-20.7633,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0150,V150_DDR,-19.6852,-0.0512,-20.5979,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0155,V155_DDR,13.6579,0.0183,12.6757,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0156,V156_DDR,-17.9588,-0.0375,-18.8851,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0166,V166_DDR,14.8449,0.0484,13.8326,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-18.0562,-0.0349,-18.9851,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-19.6852,-0.0512,-20.5979,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0170,V170_DDR,-21.2335,-0.0489,-22.1485,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-19.2584,-0.0515,-20.1708,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0176,V176_DDR,-19.6852,-0.0512,-20.5979,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0177,V177_DDR,-27.7180,-0.0913,-28.5906,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-18.0077,-0.0334,-18.9381,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-22.9034,-0.0696,-23.7977,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0195,V195_DDR,87.3395,0.0414,86.3342,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0197,V197_DDR,13.4147,0.0310,12.4198,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0198,V198_DDR,14.8449,0.0484,13.8326,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0208,V208_DDR,87.4824,0.0423,86.4763,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0209,V209_DDR,87.4824,0.0423,86.4763,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,14.1997,0.0216,13.2143,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0216,V216_DDR,-17.9636,-0.0312,-18.8962,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0219,V219_DDR,13.6579,0.0183,12.6757,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0220,V220_DDR,-19.6852,-0.0512,-20.5979,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0224,V224_DDR,-18.6019,-0.0350,-19.5307,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0225,V225_DDR,-18.6018,-0.0349,-19.5307,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0226,V226_DDR,-18.6019,-0.0350,-19.5307,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0227,V227_DDR,-18.6019,-0.0350,-19.5307,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0229,V229_DDR,-17.8964,-0.0177,-18.8426,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0231,V231_DDR,-19.9849,-0.0051,-20.9436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0238,V238_DDR,-37.0984,-0.0876,-37.9746,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.VOLT.0242,V242_DDR,13.9324,0.0204,12.9482,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-32.2100,-0.1264,-33.0474,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-29.8040,-0.0766,-30.6912,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-20.5986,-0.0904,-21.4721,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-32.2100,-0.1264,-33.0474,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-18.4148,-0.0999,-19.2788,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-57.1578,-0.0764,-58.0453,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEHL7,OKGEHL7_H,-15.0258,-0.0291,-15.9606,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEHL8,OKGEHSL1UN8_RA,-15.0258,-0.0291,-15.9606,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEHL910,OKGEHSL1PLT2,-15.0258,-0.0291,-15.9606,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-19.7759,-0.0949,-20.6448,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEMCC,OKGEMCCLAIPLT1,-18.7970,-0.0423,-19.7186,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,10.9004,0.0136,9.9230,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,10.9004,0.0136,9.9230,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,10.9004,0.0136,9.9230,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-14.0720,-0.0397,-14.9961,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-14.0720,-0.0397,-14.9961,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-14.0720,-0.0397,-14.9961,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-14.0720,-0.0397,-14.9961,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-19.3198,-0.0207,-20.2629,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-14.5004,-0.0230,-15.4412,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-14.5004,-0.0230,-15.4412,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESO1,OKGESONR1UN1_RA,-60.0091,-0.0677,-60.9053,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESO2,OKGESONR1UN2_RA,-34.9633,-0.0718,-35.8553,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-19.7835,-0.1025,-20.6448,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-24.4450,-0.1178,-25.2911,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGETINK5A,OKGETINK5UN1_RA,-17.2914,-0.0313,-18.2240,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGETINK5B,OKGETINK5UN2_RA,-17.2914,-0.0313,-18.2240,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-21.0085,-0.0844,-21.8879,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-29.9021,-0.0799,-30.7860,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,13.7865,0.0670,12.7557,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-21.2360,-0.0567,-22.1431,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_OKGE,OKGE_LA,-11.4288,-0.0169,-12.3757,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-18.0326,-0.0333,-18.9632,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-21.0116,-0.0876,-21.8879,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMLP,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,18.6911,0.0098,17.7175,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,13.9525,0.0629,12.9257,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-20.2238,-0.0326,-21.1550,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-98.2438,-0.0480,-99.1596,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-24.1833,-0.0805,-25.0666,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-31.0885,-0.0763,-31.9760,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-29.5699,-0.1290,-30.4047,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-16.3689,-0.0608,-17.2720,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,146.9000,0.0007,145.9355,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-98.2451,-0.0494,-99.1596,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-98.2451,-0.0494,-99.1596,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_SPP,OMPA_SPP_LA,-25.9231,-0.0432,-26.8437,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-32.2100,-0.1264,-33.0474,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,15.4673,0.0080,14.4954,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,15.4673,0.0080,14.4954,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,15.4673,0.0080,14.4954,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,15.4673,0.0080,14.4954,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,ONT,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,-5.6893,-0.0339,-6.6192,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,-5.6498,-0.0323,-6.5813,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,-5.6448,-0.0330,-6.5756,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,-5.6481,-0.0265,-6.5854,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,-5.6417,-0.0306,-6.5749,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,-5.6417,-0.0306,-6.5749,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_GLDN,OPPD_GLDN_LA,-5.6398,-0.0325,-6.5711,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,-5.6654,-0.0328,-6.5965,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,-3.6560,-0.0959,-4.5239,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,-6.2720,-0.0409,-7.1950,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,-5.6453,-0.0330,-6.5762,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_OPPD,OPPD_LA,-5.6612,-0.0313,-6.5937,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,-5.6407,-0.0296,-6.5749,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,-5.6406,-0.0299,-6.5745,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OTP,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,OVEC,OVEC,2.9698,0.0085,1.9975,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PARAGOULD,PARAGOULD_LA,8.4331,0.0291,7.4401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,19.8018,0.0054,18.8326,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,19.8018,0.0054,18.8326,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,19.8018,0.0054,18.8326,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,19.4328,0.0090,18.4600,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,19.4328,0.0090,18.4600,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,19.4328,0.0090,18.4600,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PIGGOTT,PIGGOTT_LA,7.6138,0.0264,6.6236,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PJM,PJM,2.1139,0.0045,1.1455,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PLUM,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,POPLARBLUFF,POPLARBLUFF_LA,6.8423,0.0226,5.8559,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,-1.9158,-0.0087,-2.8709,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,-1.9158,-0.0087,-2.8709,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,-1.7623,-0.0082,-2.7179,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,-1.7623,-0.0082,-2.7179,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,-1.4953,0.0531,-2.5122,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,-1.4953,0.0531,-2.5122,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,-1.8209,0.0036,-2.7884,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,-2.5635,-0.0297,-3.4976,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-21.5015,-0.0544,-22.4110,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,65.0803,0.0033,64.1132,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-6.5806,-0.0060,-7.5384,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-20.0673,-0.0081,-21.0230,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,26.6431,0.0272,25.6520,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,15.8287,0.0277,14.8371,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,-4.2954,-0.0392,-5.2201,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,-1.5808,0.0070,-2.5517,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,-5.0390,-0.0545,-5.9484,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,11.0000,0.0487,9.9875,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,-1.5579,0.0095,-2.5313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,-4.6596,-0.0346,-5.5889,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,PUPP,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,RCEAST,RCEAST,-4.9417,-0.0309,-5.8746,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_1,GRDASALINA1UN1_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_2,GRDASALINA1UN2_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_3,GRDASALINA1UN3_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_4,GRDASALINA1UN4_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_5,GRDASALINA1UN5_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SALINA_6,GRDASALINA1UN6_RA,19.9952,0.0129,19.0185,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SARPY_1,OPPDSARPYUN1_RA,-5.6513,-0.0327,-6.5824,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SARPY_2,OPPDSARPYUN2_RA,-5.6528,-0.0312,-6.5854,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SARPY_3,OPPDSARPYUN3_RA,-5.6338,-0.0340,-6.5636,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SARPY_4,OPPDSARPYUN4_RA,-5.6338,-0.0340,-6.5636,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SARPY_5,OPPDSARPYUN5_RA,-5.6338,-0.0340,-6.5636,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SC,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SCEG,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SCSE,SCSE,-9.1366,-0.0401,-10.0604,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SEC,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-21.0753,-0.0866,-21.9525,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-21.0753,-0.0866,-21.9525,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-21.0753,-0.0866,-21.9525,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-20.1734,-0.0349,-21.1024,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-21.0753,-0.0866,-21.9525,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-20.2665,-0.0770,-21.1533,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-19.7023,-0.0831,-20.5830,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-19.7023,-0.0831,-20.5830,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-19.8682,-0.0615,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-21.8511,-0.0824,-22.7325,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-16.4015,-0.0607,-17.3047,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-20.6542,-0.0422,-21.5758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-15.9364,-0.0576,-16.8427,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-20.8396,-0.0855,-21.7179,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-15.8827,-0.0573,-16.7892,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-20.6634,-0.0820,-21.5452,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-20.3721,-0.0542,-21.2817,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-19.8677,-0.0614,-20.7701,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-19.8677,-0.0614,-20.7701,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-19.8677,-0.0614,-20.7701,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-19.8677,-0.0614,-20.7701,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-20.0317,-0.0662,-20.9294,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-20.2665,-0.0770,-21.1533,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI_SECI,SECI_LA,-19.6207,-0.0520,-20.5326,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-19.8682,-0.0615,-20.7706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SEHA,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-21.0116,-0.0876,-21.8879,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SERU,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SETH,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SGE,SGE,-8.3733,-0.0357,-9.3015,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SMEP,MISO,2.9766,0.0074,2.0054,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SOCO,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPA,SPA,14.2015,0.0337,13.2039,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPC,SPC,-1.3903,0.0259,-2.3801,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPPNORTH_HUB,SPPNORTH_H,-5.6693,-0.0377,-6.5955,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-18.2454,-0.0502,-19.1590,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,10.2779,0.0258,9.2883,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,10.2779,0.0258,9.2883,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,9.8153,0.0249,8.8266,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,9.8153,0.0249,8.8266,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_NIXA,SPRM_NIXA_LA,10.7267,0.0271,9.7358,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_SPRM,SPRM_LA,10.2652,0.0283,9.2731,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,10.4562,0.0217,9.4707,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,10.4562,0.0217,9.4707,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,10.4543,0.0197,9.4707,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,10.4562,0.0217,9.4707,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,27.4255,0.0311,26.4306,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,29.8467,0.0026,28.8802,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-14.7277,-0.0374,-15.6542,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-14.7277,-0.0374,-15.6542,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,26.3103,-0.0296,25.3760,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,26.0442,0.0071,25.0733,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,27.7126,-0.0971,26.8459,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,26.3057,0.0951,25.2467,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,25.4987,0.0059,24.5289,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,26.0487,0.0532,25.0316,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,26.0612,0.0612,25.0361,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,26.0612,0.0612,25.0361,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,26.0487,0.0532,25.0316,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-14.6725,-0.0271,-15.6092,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,29.8467,0.0026,28.8802,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-14.7830,-0.0369,-15.7099,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-20.4711,-0.0835,-21.3514,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-16.9347,-0.0357,-17.8629,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-15.2976,-0.0198,-16.2416,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-15.5876,-0.0386,-16.5128,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-24.9776,-0.0872,-25.8542,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-24.9776,-0.0872,-25.8542,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-24.9776,-0.0872,-25.8542,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-24.9776,-0.0872,-25.8542,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GRID.WRAB,WRAB_DDR,-13.4111,-0.0189,-14.3561,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-24.9776,-0.0872,-25.8542,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,24.9655,0.0084,23.9933,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,24.9655,0.0084,23.9933,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,23.6193,0.0088,22.6466,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,23.6193,0.0088,22.6466,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,23.6193,0.0088,22.6466,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,24.9655,0.0084,23.9933,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-12.6196,-0.0350,-13.5484,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-12.6212,-0.0350,-13.5500,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-12.6153,-0.0349,-13.5442,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-14.3870,-0.0621,-15.2887,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,26.0396,0.0521,25.0236,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,25.4874,0.0050,24.5186,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,25.4874,0.0050,24.5186,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,25.4874,0.0050,24.5186,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,25.4874,0.0050,24.5186,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,26.0079,0.0494,24.9947,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,26.0427,0.0495,25.0293,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,26.0427,0.0495,25.0293,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-21.0069,-0.0829,-21.8879,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-13.0677,-0.0342,-13.9974,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-13.0677,-0.0342,-13.9974,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-12.6954,-0.0348,-13.6244,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-13.4111,-0.0189,-14.3561,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-19.9109,-0.0690,-20.8057,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-15.6682,-0.0403,-16.5918,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-24.0096,-0.0897,-24.8837,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-13.0535,-0.0199,-13.9974,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PLANTX1,SPS.PLANTX1_H,28.4016,0.0253,27.4124,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PLANTX2,SPS.PLANTX2_H,28.4016,0.0253,27.4124,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,28.1382,0.0241,27.1503,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,26.1320,-0.0128,25.1809,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-22.5156,-0.0804,-23.3991,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,27.7371,-0.0727,26.8459,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,26.1343,-0.0104,25.1809,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-14.6728,-0.0274,-15.6092,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,27.1452,0.0378,26.1436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,26.3057,0.0951,25.2467,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,27.1452,0.0378,26.1436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,26.3067,0.0949,25.2480,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-44.1249,-0.0440,-45.0448,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,26.1673,0.1168,25.0867,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,26.1711,0.1206,25.0867,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,26.1433,0.1121,25.0674,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,26.0542,0.0614,25.0290,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,26.2397,0.1078,25.1681,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-20.1128,-0.0691,-21.0076,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-13.3885,-0.0233,-14.3291,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,27.6945,0.0276,26.7031,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,27.6945,0.0276,26.7031,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,27.1452,0.0378,26.1436,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,25.5354,0.0103,24.5612,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,26.0014,0.0781,24.9595,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,27.9098,0.0700,26.8760,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,28.0166,0.0472,27.0056,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,28.5793,0.0043,27.6111,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,26.1673,0.1168,25.0867,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,26.2432,0.1366,25.1428,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,26.2300,0.1234,25.1428,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,26.1410,-0.0038,25.1809,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,27.8525,0.0460,26.8427,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-21.9665,-0.0768,-22.8536,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-21.9553,-0.0781,-22.8410,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0163,V163_DDR,-12.4582,-0.0252,-13.3969,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0168,V168_DDR,-18.1903,-0.0383,-19.1158,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0180,V180_DDR,26.2432,0.1366,25.1428,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0181,V181_DDR,-22.2707,-0.0684,-23.1661,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0182,V182_DDR,26.2402,0.1112,25.1652,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0199,V199_DDR,25.9971,0.0697,24.9636,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0200,V200_DDR,26.0970,0.0798,25.0534,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.VOLT.0235,V235_DDR,-19.9109,-0.0690,-20.8057,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,27.7126,-0.0971,26.8459,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,26.3057,0.0951,25.2467,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-12.7978,-0.0367,-13.7250,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-13.2093,-0.0282,-14.1449,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS_SPS,SPS_LA,16.3287,0.0578,15.3070,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,27.0041,0.0387,26.0015,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SSCN_NPPD,SSCN_NPPD_LA,-7.6634,-0.0489,-8.5784,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,6.1527,0.0213,5.1675,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,6.1527,0.0213,5.1675,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,TAL,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,TEC,SOUC,7.5281,0.0280,6.5363,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-7.1138,-0.0996,-7.9780,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,TVA,TVA,6.7103,0.0240,5.7224,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB,UCUHUB_H,-9.8082,-0.0271,-10.7449,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB17,UCUHUB17_H,-13.1884,-0.0450,-14.1072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB18,UCUHUB18_H,-10.7041,-0.0403,-11.6277,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB19,UCUHUB19_H,-13.9646,-0.0442,-14.8842,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB20,UCUHUB20_H,-14.1463,-0.0421,-15.0680,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB21,UCUHUB21_H,-15.4413,-0.0472,-16.3579,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB22,UCUHUB22_H,-14.9943,-0.0500,-15.9081,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB23,UCUHUB23_H,-15.2494,-0.0505,-16.1628,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,UCUHUB24,UCUHUB24_H,-13.4216,-0.0442,-14.3413,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,-1.3814,0.0346,-2.3799,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,-1.3814,0.0346,-2.3799,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,-1.2714,-0.0245,-2.2107,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,-1.2714,-0.0245,-2.2107,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,-1.3990,-0.0271,-2.3357,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,-1.7482,-0.0162,-2.6958,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,-1.7482,-0.0162,-2.6958,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,-1.3814,0.0346,-2.3799,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,-1.4594,-0.0255,-2.3977,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,-1.3917,0.0088,-2.3644,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,-4.8983,-0.0512,-5.8110,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,-4.7309,-0.0919,-5.6028,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,-1.4741,0.0321,-2.4701,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,-1.4741,0.0321,-2.4701,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,7.1753,-0.1012,6.3127,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,-6.5801,-0.0429,-7.5010,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,5.2452,-0.0065,4.2879,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,-5.1828,-0.0542,-6.0924,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,-4.9383,-0.0434,-5.8588,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,-6.7741,-0.0475,-7.6905,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,7.2248,-0.0517,6.3127,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,7.2248,-0.0517,6.3127,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,-3.6111,-0.0377,-4.5373,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,-4.4747,-0.0906,-5.3479,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,-4.8943,-0.0303,-5.8278,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,4.8900,-0.0008,3.9270,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,4.8900,-0.0008,3.9270,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,4.8900,-0.0008,3.9270,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,-1.4056,0.0020,-2.3714,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,-1.4056,0.0020,-2.3714,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,-1.4056,0.0020,-2.3714,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,-1.3717,0.0477,-2.3833,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,-1.2606,-0.0238,-2.2007,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,-1.1809,-0.0252,-2.1195,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-8.7524,-0.0380,-9.6783,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,-6.2705,-0.0388,-7.1955,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,-1.5014,0.0083,-2.4735,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-6.3966,-0.0528,-7.3076,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,-4.6329,-0.1042,-5.4925,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,7.0064,-0.0407,6.0832,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,-1.4147,0.0278,-2.4063,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,-1.4147,0.0278,-2.4063,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,-1.4148,0.0276,-2.4063,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,-1.4147,0.0278,-2.4063,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,-1.3901,0.0255,-2.3794,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-5.8669,-0.0886,-6.7422,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,-1.4962,-0.0098,-2.4503,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,-5.9434,-0.0397,-6.8676,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,-5.9434,-0.0397,-6.8676,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-6.8621,-0.0630,-7.7629,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-6.8621,-0.0630,-7.7629,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,-1.2516,-0.0147,-2.2007,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,-1.6970,-0.0131,-2.6478,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,-5.0147,-0.0655,-5.9131,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,-4.1264,-0.0777,-5.0125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,-4.0536,-0.0265,-4.9910,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,-1.3990,-0.0271,-2.3357,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,-1.3990,-0.0271,-2.3357,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,-5.1828,-0.0542,-6.0924,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-4.9534,-0.0319,-5.8853,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,1.2744,-0.0454,0.3559,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,-4.4624,-0.0784,-5.3479,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,-10.0000,-0.0472,-10.9166,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.FSE,WAUE.FSE_H,-6.6505,-0.0584,-7.5559,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,-1.6668,0.0035,-2.6341,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,-1.6978,0.0031,-2.6647,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,-5.3685,-0.0978,-6.2346,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,-5.0981,-0.0917,-5.9702,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,-1.2921,-0.0250,-2.2309,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,-1.4212,-0.0288,-2.3562,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-19.0900,-0.0995,-19.9543,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,-4.7309,-0.0919,-5.6028,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,-0.0269,-12.9369,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,-5.0663,-0.0480,-5.9822,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,-5.0614,-0.0431,-5.9822,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,-5.0614,-0.0430,-5.9822,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,-7.7934,-0.0405,-8.7167,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-4.9534,-0.0319,-5.8853,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,-4.4002,-0.0265,-5.3375,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,-5.2092,-0.0566,-6.1165,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,-4.8933,-0.0294,-5.8278,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,-4.8471,-0.0020,-5.8089,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,-4.8559,-0.0396,-5.7801,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,-3.2227,-0.0189,-4.1676,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,-5.0340,-0.0509,-5.9469,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,-5.0628,-0.0592,-5.9675,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-6.3966,-0.0528,-7.3076,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,-2.8763,0.0047,-3.8449,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,-5.1853,-0.0550,-6.0942,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,-2.9301,0.0002,-3.8942,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,-4.5824,-0.0291,-5.5171,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,-5.4630,-0.0364,-6.3904,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NTWK,WAUE.NTWK_H,-3.4532,-0.0278,-4.3892,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,-3.4022,0.0122,-4.3782,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,-3.4022,0.0122,-4.3782,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,-4.6850,-0.1033,-5.5455,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-5.8244,-0.1162,-6.6720,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,-4.8700,-0.0359,-5.7979,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,-4.6850,-0.1033,-5.5455,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,-1.9454,-0.0086,-2.9006,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,-3.2080,-0.0493,-4.1226,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-6.3966,-0.0528,-7.3076,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,-3.1955,-0.0242,-4.1351,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,-3.2699,-0.1111,-4.1226,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-5.1644,-0.0705,-6.0577,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-4.8719,-0.0685,-5.7673,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,-1.1730,-0.0261,-2.1108,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,-5.5466,-0.0944,-6.4160,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,-4.4090,-0.0236,-5.3492,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,-3.8818,-0.0644,-4.7812,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,-4.1264,-0.0777,-5.0125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.VOLT.0152,V152_DDR,-1.3569,0.0589,-2.3797,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE.VOLT.0172,V172_DDR,-1.3925,0.0293,-2.3856,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_BEPM,WAUE_BEPM_LA,-1.7044,0.0059,-2.6742,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,-4.5439,-0.0337,-5.4741,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,-4.8500,-0.0016,-5.8122,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_EWA,WAUE_EWA_LA,-4.9162,-0.0284,-5.8517,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,-3.6777,-0.0534,-4.5881,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_HMMU,WAUE_HMMU_LA,-5.2370,-0.0162,-6.1846,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,-3.1585,-0.0221,-4.1003,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_MECB,WAUE_MECB_LA,-5.2235,-0.0124,-6.1749,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_MMPA,WAUE_MMPA_LA,-1.7845,0.0150,-2.7633,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_MRES,WAUE_MRES_LA,-4.8151,-0.0284,-5.7506,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,-1.3889,0.0400,-2.3928,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,-1.6668,0.0035,-2.6341,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,-4.5165,-0.0517,-5.4286,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_OTP,WAUE_OTP_LA,-1.4582,0.0327,-2.4548,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_OTPW,WAUE_OTPW_LA,-0.4000,0.0080,-1.3719,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM,WAUE_UGPM_LA,-3.2484,-0.0278,-4.1845,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,-1.8733,-0.0066,-2.8305,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,-4.9758,-0.0384,-5.9013,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,-3.5134,-0.0377,-4.4395,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-4.9162,-0.0284,-5.8517,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,-5.2370,-0.0162,-6.1846,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,-2.8938,-0.0559,-3.8017,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,-1.6668,0.0035,-2.6341,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,-1.7845,0.0150,-2.7633,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,-4.1244,-0.0232,-5.0650,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,-4.5694,-0.0601,-5.4731,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,-1.5235,0.0397,-2.5270,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-32.0938,-0.1137,-32.9439,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-28.1420,-0.1053,-29.0005,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-11.2477,-0.0504,-12.1612,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,106.3700,0.0207,105.3855,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,106.3700,0.0207,105.3855,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-18.3522,-0.1048,-19.2112,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,93.9640,0.0262,92.9739,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,79.6061,0.0252,78.6170,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,1.6356,-0.0596,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,1.6377,-0.0575,0.7313,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,-4.3646,-0.0544,-5.2740,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-24.0096,-0.0897,-24.8837,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-27.2910,-0.0902,-28.1647,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-29.7470,-0.1471,-30.5638,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,27.7307,-0.0790,26.8459,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_ENMC,WFEC_ENMC_LA,26.5044,0.0658,25.4748,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-30.0000,-0.0811,-30.8827,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,27.0148,0.0183,26.0326,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,26.0107,0.0431,25.0038,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-32.0938,-0.1137,-32.9439,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-32.0938,-0.1137,-32.9439,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-32.0938,-0.1137,-32.9439,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_OKGE,WFEC_OKGE_LA,-20.0031,-0.0139,-20.9530,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,7.9317,0.0219,6.9460,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-22.5919,-0.0725,-23.4832,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-18.2422,-0.0814,-19.1246,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_WFEC,WFEC_LA,-0.1161,-0.0270,-1.0530,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,26.0107,0.0431,25.0038,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-14.2510,-0.0681,-15.1467,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-18.5766,-0.0646,-19.4758,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,-5.7062,0.0137,-6.6837,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-14.5098,-0.0588,-15.4148,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-22.1242,-0.0833,-23.0048,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-22.1242,-0.0833,-23.0048,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-22.5203,-0.0716,-23.4125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-22.5203,-0.0716,-23.4125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-22.5203,-0.0716,-23.4125,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-14.5098,-0.0588,-15.4148,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-8.3423,-0.0146,-9.2915,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-18.1099,-0.0595,-19.0142,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-18.1100,-0.0596,-19.0142,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-18.1100,-0.0596,-19.0142,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-18.1099,-0.0596,-19.0142,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-8.3423,-0.0146,-9.2915,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-20.4737,-0.0837,-21.3538,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-41.7080,-0.0380,-42.6339,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.JEC.1,WRJEFFUN10_RA,-12.1793,-0.0379,-13.1052,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.JEC.2,WRJEFFUN11_RA,-12.0813,-0.0379,-13.0072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.JEC.3,WRJEFFUN12_RA,-12.0826,-0.0392,-13.0072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-29.5800,-0.0763,-30.4675,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-22.0120,-0.0772,-22.8987,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-22.0120,-0.0772,-22.8987,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.LEC.4,WRLECUN26_RA,-9.5636,-0.0186,-10.5088,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.LEC.5,WRLECUN27_RA,-10.0240,-0.0167,-10.9712,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-16.8851,-0.0553,-17.7936,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-16.8851,-0.0553,-17.7936,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-16.8851,-0.0553,-17.7936,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-16.8635,-0.0534,-17.7739,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-15.8961,-0.0505,-16.8094,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-13.9976,-0.0654,-14.8961,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-13.9976,-0.0654,-14.8961,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-16.8623,-0.0918,-17.7343,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-14.7699,-0.0724,-15.6614,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-9.4729,-0.0321,-10.4047,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-14.9015,-0.0674,-15.7980,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-22.0125,-0.0776,-22.8987,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,79.0700,0.0264,78.0797,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-16.8476,-0.1288,-17.6826,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-13.7061,-0.0436,-14.6264,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-15.1988,-0.0782,-16.0844,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-8.3423,-0.0146,-9.2915,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-14.5098,-0.0588,-15.4148,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-24.0811,-0.0647,-24.9803,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.THAYERLD,WR.THAYERLD_LA,7.9076,0.0248,6.9190,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-24.9070,-0.0638,-25.8070,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0106,V106_DDR,-23.9530,-0.0626,-24.8543,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-8.2586,-0.0095,-9.2129,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-15.4541,-0.0536,-16.3643,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-9.4438,-0.0124,-10.3952,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-9.4438,-0.0124,-10.3952,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-8.6668,-0.0124,-9.6182,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-23.4363,-0.0540,-24.3461,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0157,V157_DDR,-9.4878,-0.0133,-10.4384,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0158,V158_DDR,-9.4438,-0.0124,-10.3952,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-9.4438,-0.0124,-10.3952,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-24.0119,-0.0666,-24.9091,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0173,V173_DDR,-16.8745,-0.0632,-17.7751,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0174,V174_DDR,-23.8021,-0.0619,-24.7040,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0184,V184_DDR,-23.3842,-0.0674,-24.2806,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-24.2077,-0.0640,-25.1076,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0186,V186_DDR,-24.1933,-0.0662,-25.0909,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-23.6190,-0.0660,-24.5169,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-24.7486,-0.0629,-25.6496,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-17.9812,-0.0483,-18.8967,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-14.6453,-0.0386,-15.5706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-13.9698,-0.0408,-14.8929,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-13.9698,-0.0408,-14.8929,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-14.6453,-0.0386,-15.5706,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0245,V245_DDR,-24.2208,-0.0640,-25.1207,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.VOLT.0248,V248_DDR,-23.9530,-0.0626,-24.8543,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-26.5892,-0.0724,-27.4806,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-10.4387,-0.0209,-11.3816,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.WOLF,WRWOLFUN15_RA,-15.6549,-0.0830,-16.5357,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-20.4737,-0.0837,-21.3538,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,-5.7102,0.0097,-6.6837,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-26.5202,-0.0768,-27.4072,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-23.8079,-0.0521,-24.7197,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-15.3912,-0.0537,-16.3013,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-25.0080,-0.0643,-25.9075,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-25.0080,-0.0643,-25.9075,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-25.0080,-0.0643,-25.9075,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-25.0080,-0.0643,-25.9075,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-14.0967,-0.0357,-15.0249,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-38.9364,-0.0636,-39.8366,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-38.9364,-0.0636,-39.8366,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-41.3451,-0.0652,-42.2437,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-41.3451,-0.0652,-42.2437,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_MIDW,WR_MIDW_LA,-16.0784,-0.0629,-16.9793,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,-2.2883,0.0138,-3.2659,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,-5.4678,-0.0045,-6.4271,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-17.2705,-0.0593,-18.1750,0.9638\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_SEG,WR_SEG_LA,-7.3971,0.0039,-8.3649,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,WR_WR,WR_LA,-15.9912,-0.0430,-16.9121,0.9639\n03/19/2025 03:00:00,03/19/2025 08:00:00,YAD,VACS,7.1300,0.0260,6.1401,0.9639\n03/19/2025 04:00:00,03/19/2025 09:00:00,AEC,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_CSWS,CSWS_AECC_LA,15.9412,0.0319,15.1104,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,15.6851,0.0209,14.8653,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,13.8423,0.0449,12.9985,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,15.9518,0.0135,15.1394,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,17.0228,0.0251,16.1988,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,14.2785,0.0162,13.4634,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,18.5941,0.0162,17.7790,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AECI,AECI,8.0000,0.0056,7.1954,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,AEPM_CSWS,CSWS_LA,16.8522,0.0261,16.0272,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ALTW,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,AMRN,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,23.0292,0.0194,22.2109,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BBA,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BCA,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BEPM.ER01.DDR,ER01_DDR,-4.9749,-0.0558,-5.7180,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BEPM_ER01,BEPM_ER01_LA,-4.9749,-0.0558,-5.7180,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-6.7741,-0.0202,-7.5528,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-9.1727,-0.0082,-9.9634,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BEPM_UM01,BEPM_UM01_LA,-1.9597,0.0231,-2.7817,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BLKW,BLKW,25.5320,0.0412,24.6919,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-29.0442,-0.0781,-29.7650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-29.0442,-0.0781,-29.7650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,3.7370,-0.0695,3.0076,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.0434,-0.0773,-29.7650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BRAZ,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BUBA,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-19.7197,-0.0508,-20.4678,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-21.2356,-0.0469,-21.9877,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,-5.5067,-0.0318,-6.2738,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,-5.5067,-0.0318,-6.2738,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CLEC,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,15.2418,0.0129,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,COWP,COWP_LA,8.1950,0.0157,7.3804,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,8.1950,0.0157,7.3804,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,8.1950,0.0157,7.3804,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CPLE,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,CPLW,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,9.3187,0.0255,8.4943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,9.3187,0.0255,8.4943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,9.3187,0.0255,8.4943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,9.3187,0.0255,8.4943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CRTH_SPA,WRCRTH_SPA_LA,12.1631,0.0056,11.3586,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,16.7185,0.0642,15.8554,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-11.4251,-0.0453,-12.1788,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,18.5941,0.0162,17.7790,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,15.9518,0.0135,15.1394,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,16.7258,0.0638,15.8631,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,17.0384,0.0499,16.1896,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,16.8696,0.0582,16.0125,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,16.8696,0.0582,16.0125,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,15.4103,0.0183,14.5931,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,15.4103,0.0183,14.5931,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,15.4103,0.0183,14.5931,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,15.4103,0.0183,14.5931,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,18.5941,0.0162,17.7790,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,21.1692,0.0484,20.3219,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,35.1030,-0.0090,34.3131,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,35.0957,-0.0163,34.3131,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,18.8737,0.0034,18.0714,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,15.2607,0.0095,14.4523,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,15.2607,0.0095,14.4523,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,15.2622,0.0095,14.4538,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,15.2622,0.0095,14.4538,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-22.7799,-0.0548,-23.5240,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-10.9999,-0.0414,-11.7574,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,29.1704,0.0084,28.3631,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-19.7146,-0.0600,-20.4535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-19.7118,-0.0572,-20.4535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-14.5179,-0.0383,-15.2785,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.GRID.CDL1,CDL1_DDR,23.1130,0.0130,22.3010,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-14.8952,-0.0441,-15.6500,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-10.1016,-0.0485,-10.8520,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,23.1130,0.0130,22.3010,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.CSI1,CSI1_DDR,18.6996,0.0167,17.8840,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.CSI2,CSI2_DDR,18.6998,0.0169,17.8840,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,15.2420,0.0131,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.GAZA,GAZA_DDR,23.1130,0.0130,22.3010,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,99.5537,0.0291,98.7257,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.NUEN.T201,NT201_DDR,16.1737,0.0107,15.3641,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-13.2092,-0.0573,-13.9508,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-13.2092,-0.0573,-13.9508,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,18.5941,0.0162,17.7790,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,17.5202,0.0699,16.6514,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-14.5179,-0.0383,-15.2785,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-14.5179,-0.0383,-15.2785,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-18.9051,-0.0512,-19.6528,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-19.7118,-0.0572,-20.4535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,16.5619,0.0413,15.7217,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,12.6923,0.0051,11.8883,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,12.6923,0.0051,11.8883,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,12.6923,0.0051,11.8883,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,-4.8336,-0.0015,-5.6310,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,-4.8336,-0.0015,-5.6310,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,17.1720,0.0489,16.3242,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,16.0736,0.0097,15.2650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,17.1372,0.0508,16.2875,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,17.5814,0.0863,16.6962,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,23.6341,0.0198,22.8154,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,18.6998,0.0169,17.8840,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0057,OKMU_DDR,19.3105,0.0167,18.4949,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0060,LEHIGH_DDR,99.5537,0.0291,98.7257,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0086,WARRENM_DDR,15.6489,0.0120,14.8380,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,17.8790,0.0666,17.0135,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,26.5795,0.0084,25.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0121,V121_DDR,17.1720,0.0489,16.3242,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0122,V122_DDR,25.1805,0.0078,24.3738,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0124,V124_DDR,43.2148,0.0030,42.4129,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0135,V135_DDR,16.5530,0.0121,15.7420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0144,V144_DDR,-11.2834,-0.0372,-12.0451,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0145,V145_DDR,-11.4603,-0.0407,-12.2185,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,17.1968,0.0497,16.3482,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,18.8237,0.0261,17.9987,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0175,V175_DDR,15.2420,0.0131,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,18.8237,0.0261,17.9987,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,18.7986,0.0306,17.9691,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,16.5530,0.0121,15.7420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,16.9180,0.0108,16.1083,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,16.5616,0.0092,15.7535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,31.0671,-0.0017,30.2699,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,15.2865,0.0089,14.4787,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,16.9180,0.0108,16.1083,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0211,V211_DDR,17.0527,0.0578,16.1960,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,27.2841,0.0076,26.4776,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0213,V213_DDR,16.3992,0.0114,15.5889,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0215,V215_DDR,26.1288,0.0077,25.3221,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0217,V217_DDR,27.3474,0.0071,26.5414,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0218,V218_DDR,30.6184,-0.0010,29.8205,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0228,V228_DDR,16.5656,0.0088,15.7579,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0232,V232_DDR,15.9043,0.0122,15.0932,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0233,V233_DDR,17.0320,0.0115,16.2215,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0240,V240_DDR,22.3921,0.0071,21.5861,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0244,V244_DDR,16.9180,0.0108,16.1083,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0246,MDT1_DDR,99.5537,0.0291,98.7257,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0249,V249_DDR,16.3389,0.0117,15.5283,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0250,V250_DDR,-11.8597,-0.0435,-12.6151,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0251,V251_DDR,15.7373,0.0104,14.9280,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.VOLT.0252,V252_DDR,31.0671,-0.0017,30.2699,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-24.4427,-0.0523,-25.1893,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,-0.1887,-0.0599,-0.9277,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-21.4029,-0.0812,-22.1206,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,17.1001,0.0472,16.2540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-29.3165,-0.1296,-29.9858,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-26.3835,-0.0546,-27.1278,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-26.3835,-0.0546,-27.1278,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-26.3835,-0.0546,-27.1278,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-26.3835,-0.0546,-27.1278,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-26.3835,-0.0546,-27.1278,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,18.5941,0.0162,17.7790,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,15.5137,0.0624,14.6523,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,15.9035,0.0114,15.0932,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,15.9023,0.0102,15.0932,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,22.7356,0.0178,21.9188,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,22.7356,0.0178,21.9188,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWELSH1,CSWSWELSHUN1_RA,17.9875,0.0371,17.1515,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWELSH3,CSWSWELSHUN3_RA,17.9875,0.0371,17.1515,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWILKES1,CSWSWILKESUN1_RA,17.8161,0.0475,16.9697,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWILKES2,CSWSWILKESUN2_RA,17.8161,0.0475,16.9697,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,CSWWILKES3,CSWSWILKESUN3_RA,17.5827,0.0449,16.7389,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-19.7112,-0.0566,-20.4535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DENL,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DERS,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DOE,DOE,5.2620,0.0123,4.4508,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,-6.5501,-0.0132,-7.3358,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DPC,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,DUK,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDDY,EDDY,24.2260,0.0827,23.3444,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,11.1966,0.0019,10.3958,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-18.9900,-0.0188,-19.7701,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,17.3873,-0.0100,16.5984,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE.SLCC,EDESTL4391_PLT,13.8817,-0.0028,13.0856,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,13.6231,-0.0008,12.8250,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,4.6578,-0.0157,3.8746,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_EC_01,EDELAR3821UN1_RA,11.1966,0.0019,10.3958,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_EC_02,EDELAR3821UN2_RA,11.1966,0.0019,10.3958,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_EC_03,EDELAR3821UN3_RA,11.1966,0.0019,10.3958,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_EC_04,EDELAR3821UN4_RA,11.1966,0.0019,10.3958,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_EDE,EDE_LA,14.8893,0.0121,14.0782,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_ERW,EDEERWFUNG1_RA,-21.5441,-0.0499,-22.2931,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-14.7655,-0.0597,-15.5047,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,31.3800,0.0336,30.5475,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,31.3800,0.0336,30.5475,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,31.3800,0.0336,30.5475,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,31.3800,0.0336,30.5475,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,8.1579,0.0212,7.3378,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_RIV_10,EDERIV1671UN10_RA,14.1464,-0.0069,13.3544,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_RIV_11,EDERIV1671UN11_RA,14.1464,-0.0069,13.3544,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_RIV_12,EDERIV453UN12_PLT,14.1299,-0.0234,13.3544,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_SL_01,EDESTL4391UN1_RA,13.8817,-0.0028,13.0856,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EDE_SWMP,EDE_SWMP_LA,8.5272,0.0185,7.7098,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EEI,EEI,5.2296,0.0122,4.4185,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EES,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-17.7751,-0.0505,-18.5235,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ERCOTE,ERCOTE,17.9875,0.0371,17.1515,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ERCOTN,ERCOTN,-13.2056,-0.0537,-13.9508,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-7.9165,-0.0434,-8.6720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FMPP,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FPC,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FPL,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FREM_50T,OPPDFREM_GUN1_RA,-5.5659,-0.0295,-6.3353,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FREM_6,OPPDFREM_AUN6_RA,-5.5668,-0.0298,-6.3359,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FREM_7,OPPDFREM_AUN7_RA,-5.5668,-0.0298,-6.3359,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FREM_8,OPPDFREM_AUN8_RA,-5.5693,-0.0323,-6.3359,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FREM_LOAD,FREM_LOAD_LA,-5.5672,-0.0302,-6.3359,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-22.9769,-0.0454,-23.7304,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,16.5619,0.0413,15.7217,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-20.9563,-0.0681,-21.6871,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-38.4260,-0.0742,-39.1507,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,15.2418,0.0129,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,15.2418,0.0129,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,15.2418,0.0129,14.4300,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,19.0066,0.0063,18.2014,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,19.0066,0.0063,18.2014,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,19.1330,0.0060,18.3281,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,19.1330,0.0060,18.3281,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-28.7059,-0.0646,-29.4402,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,25.0000,-0.0037,24.2048,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,25.0000,-0.0037,24.2048,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,25.0000,-0.0037,24.2048,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.VOLT.0130,V130_DDR,19.6126,0.0149,18.7988,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA.VOLT.0237,V237_DDR,19.9358,0.0097,19.1272,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDAHUB2,GRDAHUB2_H,4.7587,-0.0126,3.9723,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDAHUB3,GRDAHUB3_H,0.5380,-0.0193,-0.2416,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA_GRDA,GRDA_LA,19.3095,0.0093,18.5013,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA_HUB,GRDA_H,10.8648,-0.0038,10.0698,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRDA_HUBSA,GRDASA_H,10.4499,-0.0047,9.6557,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GRE,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-12.7337,0.0529,-13.5855,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GSEC_SPS,SPS_GSEC_LA,12.6905,0.0193,11.8722,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,GSPR2014HUB,GSPR2014HUB_H,3.5568,0.0081,2.7498,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,GSPR2015HUB,GSPR2015HUB_H,3.2907,0.0064,2.4853,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-11.0104,-0.0114,-11.7979,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,HARRISON,CSWSLEBROCKPLT1,17.0414,0.0375,16.2050,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-7.2240,-0.0443,-7.9786,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,HQST,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,HST,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,-6.3071,-0.0008,-7.1052,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,-6.3071,-0.0008,-7.1052,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,-6.3370,-0.0014,-7.1345,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,-6.3370,-0.0014,-7.1345,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,-6.2675,-0.0008,-7.0656,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,-6.2675,-0.0008,-7.0656,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDN_INDN,INDN_LA,-6.3113,-0.0010,-7.1092,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,ISNE,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,JEA,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,-5.4948,-0.0290,-6.2647,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,-5.4948,-0.0290,-6.2647,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-9.6335,-0.0163,-10.4162,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYCT4,KACYNEARMANUNCT4_RA,-7.5071,-0.0051,-8.3009,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,41.9618,-0.0096,41.1725,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,-7.5071,-0.0051,-8.3009,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,-7.4902,-0.0044,-8.2847,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,-7.4941,-0.0044,-8.2886,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KACY_KACY,KACY_LA,-7.4888,-0.0044,-8.2833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,-6.9807,-0.0085,-7.7711,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,-3.2031,0.0174,-4.0194,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-31.6075,-0.0298,-32.3766,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-48.9441,-0.0690,-49.6740,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0222,V222_DDR,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0223,V223_DDR,-7.1489,-0.0137,-7.9341,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0241,V241_DDR,-1.6924,0.0152,-2.5065,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0243,V243_DDR,8.4423,-0.0023,7.6457,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0247,V247_DDR,-6.6435,-0.0086,-7.4338,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.VOLT.0253,V253_DDR,-6.9590,-0.0083,-7.7496,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-14.7100,-0.0649,-15.4440,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,-6.9698,-0.0087,-7.7600,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,-6.9698,-0.0087,-7.7600,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB,KCPLHUB_H,-11.8724,-0.0380,-12.6334,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB17,KCPLHUB17_H,-12.5649,-0.0409,-13.3229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB18,KCPLHUB18_H,-12.2903,-0.0412,-13.0480,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB19,KCPLHUB19_H,-12.4929,-0.0396,-13.2522,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB20,KCPLHUB20_H,-12.9648,-0.0420,-13.7216,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB21,KCPLHUB21_H,-12.9834,-0.0407,-13.7416,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB22,KCPLHUB22_H,-12.3545,-0.0407,-13.1127,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB23,KCPLHUB23_H,-12.8634,-0.0419,-13.6204,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLHUB24,KCPLHUB24_H,-13.2765,-0.0432,-14.0322,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-7.9304,-0.0151,-8.7142,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-7.9304,-0.0151,-8.7142,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,-7.4863,-0.0309,-8.2543,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,-7.4863,-0.0309,-8.2543,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,-6.9807,-0.0085,-7.7711,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,-6.9807,-0.0085,-7.7711,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,-7.1368,-0.0068,-7.9289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-14.6133,-0.0193,-15.3929,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,-6.8119,-0.0079,-7.6029,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KCPL_KCPL,KCPL_LA,-7.5601,-0.0094,-8.3496,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KENN,KENN_LA,8.0057,0.0201,7.1867,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KEP2_SECI,KEP2_SECI_LA,-20.6600,-0.0381,-21.4207,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,KERR_1,GRDAKERR_HYDUN1_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KERR_2,GRDAKERR_HYDUN2_RA,19.4218,0.0092,18.6137,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KERR_3,GRDAKERR_HYDUN3_RA,19.4218,0.0092,18.6137,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KERR_4,GRDAKERR_HYDUN4_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-8.8521,-0.0213,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-8.6349,-0.0179,-9.4159,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-8.6349,-0.0179,-9.4159,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-10.7500,-0.0204,-11.5285,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-12.1741,-0.0191,-12.9539,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-12.1741,-0.0191,-12.9539,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-19.4287,-0.0407,-20.1869,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-19.4287,-0.0407,-20.1869,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-19.4287,-0.0407,-20.1869,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-16.1930,-0.0481,-16.9438,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-16.1930,-0.0481,-16.9438,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-19.4850,-0.0420,-20.2419,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-16.5963,-0.0441,-17.3511,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-14.5525,-0.0363,-15.3151,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,35.1333,-0.0091,34.3435,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,35.1333,-0.0091,34.3435,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-9.8792,-0.0311,-10.6470,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-9.8792,-0.0311,-10.6470,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-9.8792,-0.0311,-10.6470,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-17.0596,-0.0407,-17.8178,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-16.6374,-0.0774,-17.3589,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-9.3732,-0.0384,-10.1337,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-9.1734,-0.0139,-9.9584,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LAFA,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LAM345,LAM345,-19.7197,-0.0508,-20.4678,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LEPA,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,-5.6983,-0.0339,-6.4633,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_LES,LES_LA,-5.7030,-0.0342,-6.4676,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,-5.6057,-0.0354,-6.3692,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,-5.7733,-0.0359,-6.5363,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,-5.7733,-0.0359,-6.5363,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,-5.7733,-0.0359,-6.5363,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,-5.6054,-0.0351,-6.3692,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,-5.6057,-0.0354,-6.3692,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_WAVERLY,LES_WAVERLY_H,-5.6433,-0.0352,-6.4070,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,-5.3113,-0.0333,-6.0769,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,-5.3113,-0.0333,-6.0769,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,LGEE,LGEE,3.7578,0.0067,2.9522,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MALDEN,MALDEN_LA,7.5937,0.0189,6.7759,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MCWEST,MCWEST,-2.3237,-0.0001,-3.1225,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MDU,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-8.3076,-0.0099,-9.0966,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,-15.0000,-0.0285,-15.7704,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,-5.6986,-0.0024,-6.4951,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MEAN_NPPD,NPPD_MEAN_LA,-8.1556,-0.0495,-8.9050,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MEC,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MHEB,MHEB,-2.2774,-0.0023,-3.0740,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-13.4722,-0.0546,-14.2165,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-16.9882,-0.0504,-17.7367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-13.4722,-0.0546,-14.2165,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-13.4722,-0.0546,-14.2165,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-16.9882,-0.0504,-17.7367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MISO,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-20.8277,-0.0257,-21.6009,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-20.8277,-0.0257,-21.6009,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-12.3176,-0.0517,-13.0649,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-19.9964,-0.0657,-20.7296,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-16.7793,-0.0548,-17.5234,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-20.3951,-0.1086,-21.0854,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-19.6618,-0.0732,-20.3875,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-20.4749,-0.1017,-21.1721,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-19.4994,-0.0524,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-19.4994,-0.0524,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-19.4994,-0.0524,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-19.4994,-0.0524,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-19.4994,-0.0524,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,-3.4557,-0.0091,-4.2455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,4.3909,0.0097,3.5823,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,4.3909,0.0097,3.5823,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,1.6956,0.0024,0.8943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,-1.4395,0.0185,-2.2569,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MOWR,AECI,8.0000,0.0056,7.1954,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,1.4654,-0.0003,0.6668,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,4.5921,0.0102,3.7830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.9278,-0.0488,-6.6779,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-5.9976,-0.0318,-6.7647,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-21.5635,-0.0651,-22.2973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-5.9257,-0.0467,-6.6779,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,-6.5499,-0.0130,-7.3358,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,-6.5499,-0.0130,-7.3358,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,-6.5498,-0.0129,-7.3358,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,-6.5498,-0.0129,-7.3358,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-7.0645,-0.0160,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-7.0623,-0.0138,-7.8474,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,1.8903,0.0118,1.0796,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,-6.0256,-0.0127,-6.8118,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,-6.8646,-0.0149,-7.6486,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,-6.8646,-0.0149,-7.6486,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,-6.8646,-0.0149,-7.6486,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,-7.1307,-0.0082,-7.9214,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,-7.1307,-0.0082,-7.9214,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MPS_MPS,MPS_LA,-5.5239,-0.0054,-6.3175,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,MSTNG,SPSMSTNGPLT1,23.9255,0.0546,23.0720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MSTNG4,SPSMSTNGUN4_RA,23.9214,0.0505,23.0720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MSTNG5,SPSMSTNGUN5_RA,23.9255,0.0546,23.0720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,23.9255,0.0546,23.0720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NBSO,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-5.8375,-0.0444,-6.5920,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-5.8375,-0.0444,-6.5920,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-12.9007,-0.0407,-13.6589,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NHC1,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,-5.4818,-0.0304,-6.2503,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,-5.4818,-0.0304,-6.2503,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,-5.4818,-0.0304,-6.2503,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-7.7281,-0.0521,-8.4749,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-7.4750,-0.0659,-8.2080,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-6.4531,-0.0456,-7.2064,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-7.0981,-0.0460,-7.8511,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-7.4750,-0.0659,-8.2080,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-7.8398,-0.0454,-8.5933,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-7.7455,-0.0455,-8.4989,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-7.8071,-0.0452,-8.5608,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-7.7317,-0.0450,-8.4856,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-8.0300,-0.0479,-8.7810,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-9.1154,-0.0360,-9.8783,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-9.1154,-0.0360,-9.8783,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-9.8000,-0.0486,-10.5503,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-8.0300,-0.0479,-8.7810,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,-4.2847,-0.0773,-5.0063,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-7.9185,-0.0677,-8.6497,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-11.3189,-0.0331,-12.0847,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-7.9185,-0.0677,-8.6497,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-7.2247,-0.0652,-7.9584,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-8.2763,-0.0571,-9.0181,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,-6.1806,-0.0304,-6.9491,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-7.4750,-0.0659,-8.2080,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-10.9546,-0.0353,-11.7182,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-9.1154,-0.0360,-9.8783,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-9.1154,-0.0360,-9.8783,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-8.7400,-0.0338,-9.5051,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-8.7769,-0.0336,-9.5422,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-8.7769,-0.0336,-9.5422,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-8.3648,-0.0290,-9.1347,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-15.8982,-0.0326,-16.6645,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-7.3926,-0.0560,-8.1355,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-7.6326,-0.0430,-8.3885,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-7.3030,-0.0295,-8.0724,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-7.7324,-0.0304,-8.5009,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.NELI.DDR,NELI_DDR,-7.8318,-0.0565,-8.5742,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.NPPM.1058,SH1058_DDR,-2.4347,-0.0335,-3.2001,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-8.2741,-0.0336,-9.0394,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-7.4750,-0.0659,-8.2080,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-6.4531,-0.0456,-7.2064,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-8.0300,-0.0479,-8.7810,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.TECH.1,KEARNE_DDR,-8.0982,-0.0262,-8.8709,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-6.1169,-0.0751,-6.8407,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-6.1169,-0.0751,-6.8407,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-8.0898,-0.0538,-8.8349,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD.VOLT.0236,V236_DDR,-6.6594,-0.0328,-7.4255,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD2017HUB,NPPD2017HUB_H,-7.8294,-0.0453,-8.5830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,-2.9838,-0.0481,-3.7346,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-7.7281,-0.0521,-8.4749,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-7.8111,-0.0799,-8.5301,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-7.8111,-0.0799,-8.5301,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,-6.5505,-0.0336,-7.3158,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,-6.6589,-0.0323,-7.4255,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-10.4332,-0.0474,-11.1847,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-8.6595,-0.0356,-9.4228,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,-2.4479,-0.0467,-3.2001,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,-2.4479,-0.0467,-3.2001,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,-2.4479,-0.0467,-3.2001,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-7.2166,-0.0441,-7.9714,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-5.9945,-0.0455,-6.7479,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-7.2600,-0.0431,-8.0159,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-8.0300,-0.0936,-8.7353,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-6.9240,-0.0894,-7.6335,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-9.6179,-0.0411,-10.3757,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-9.7952,-0.0417,-10.5524,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-6.8055,-0.0415,-7.5629,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-6.8061,-0.0421,-7.5629,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-6.8061,-0.0421,-7.5629,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-6.8434,-0.0410,-7.6012,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,-4.2847,-0.0773,-5.0063,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-6.8872,-0.0410,-7.6451,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,-6.0492,-0.0389,-6.8092,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-7.2316,-0.0427,-7.9878,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-7.2354,-0.0431,-7.9913,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-7.2377,-0.0427,-7.9939,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-7.2377,-0.0427,-7.9939,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-7.2166,-0.0441,-7.9714,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-7.2182,-0.0457,-7.9714,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-6.9962,-0.0217,-7.7734,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-7.0502,-0.0380,-7.8111,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-9.6285,-0.0388,-10.3886,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-6.7178,-0.0836,-7.4331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-11.5627,-0.0362,-12.3254,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,-2.4247,-0.0235,-3.2001,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-7.8318,-0.0565,-8.5742,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-9.4598,-0.0400,-10.2187,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-9.4598,-0.0400,-10.2187,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_NPPD,NPPD_LA,-6.2938,-0.0389,-7.0538,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,-6.0492,-0.0389,-6.8092,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,-6.0492,-0.0389,-6.8092,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-7.9875,-0.0538,-8.7326,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-8.0002,-0.0542,-8.7449,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NSB,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NSP,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NSSO,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,NYIS,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-20.9771,-0.0671,-21.7089,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-28.8861,-0.0679,-29.6171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-34.1934,-0.0629,-34.9294,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-34.1934,-0.0629,-34.9294,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-23.4233,-0.0647,-24.1575,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-38.4260,-0.0742,-39.1507,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-95.4512,-0.0461,-96.2040,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-50.4452,-0.0680,-51.1762,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-30.1120,-0.0646,-30.8463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-29.0674,-0.0690,-29.7973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-17.6019,-0.0287,-18.3721,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-30.1120,-0.0646,-30.8463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-22.7236,-0.0663,-23.4562,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-20.1477,-0.0696,-20.8770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-23.6949,-0.0150,-24.4788,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-29.0674,-0.0690,-29.7973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-24.9981,-0.0603,-25.7367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-21.3353,-0.0671,-22.0671,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-20.0230,-0.0497,-20.7722,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-24.1264,-0.0158,-24.9095,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-29.0674,-0.0690,-29.7973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-19.5870,-0.0426,-20.3434,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NUEN.LAM1,LAM1_DDR,16.1988,0.0468,15.3531,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-17.6019,-0.0287,-18.3721,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-17.6019,-0.0287,-18.3721,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-20.0846,-0.0433,-20.8402,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-17.7002,-0.0311,-18.4680,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-17.7002,-0.0311,-18.4680,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-17.7002,-0.0311,-18.4680,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-17.7355,-0.0284,-18.5060,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-17.7355,-0.0284,-18.5060,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-17.7002,-0.0311,-18.4680,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-17.7002,-0.0311,-18.4680,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-29.0674,-0.0690,-29.7973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,11.4500,0.0292,10.6219,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-22.7236,-0.0663,-23.4562,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-18.8683,-0.0305,-19.6367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-24.9981,-0.0603,-25.7367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,13.0820,0.0318,12.2512,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-21.3731,-0.0491,-22.1229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-21.3731,-0.0491,-22.1229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-21.3731,-0.0491,-22.1229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-21.3731,-0.0491,-22.1229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-36.6666,-0.0947,-37.3708,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-30.9438,-0.0628,-31.6800,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-28.8861,-0.0679,-29.6171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-33.7264,-0.0607,-34.4647,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-33.7264,-0.0607,-34.4647,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-18.4454,-0.0169,-19.2274,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-20.7156,-0.0530,-21.4615,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-20.7156,-0.0530,-21.4615,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-20.7156,-0.0530,-21.4615,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0033,FOSTER_DDR,-16.9133,-0.0269,-17.6853,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,3.0113,0.0120,2.2004,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0035,TARBY_DDR,16.0394,0.0374,15.2031,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,3.0113,0.0120,2.2004,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,1.1251,0.0026,0.3236,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,1.1251,0.0026,0.3236,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-18.7236,-0.0198,-19.5027,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0040,TROSPER_DDR,-16.6827,-0.0262,-17.4554,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-16.9168,-0.0264,-17.6893,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,14.0131,0.0368,13.1774,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0115,V115_DDR,-17.5612,-0.0285,-18.3316,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0116,V116_DDR,-22.3542,-0.0120,-23.1412,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0118,V118_DDR,-34.2838,-0.0068,-35.0759,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0125,V125_DDR,14.3151,0.0432,13.4730,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0126,V126_DDR,14.8071,0.0200,13.9882,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0129,V129_DDR,-14.8951,-0.0440,-15.6500,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-16.9635,-0.0316,-17.7308,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0134,V134_DDR,15.9781,0.0261,15.1531,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0138,V138_DDR,14.0241,0.0168,13.2084,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-17.2089,-0.0301,-17.9777,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0143,V143_DDR,6.2004,0.0060,5.3955,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0149,V149_DDR,-18.8196,-0.0445,-19.5740,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0150,V150_DDR,-18.6025,-0.0450,-19.3565,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0155,V155_DDR,13.3873,0.0134,12.5750,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0156,V156_DDR,-16.9635,-0.0316,-17.7308,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0166,V166_DDR,14.5118,0.0384,13.6745,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-17.0656,-0.0294,-17.8351,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-18.6025,-0.0450,-19.3565,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0170,V170_DDR,-20.2420,-0.0432,-20.9978,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-18.2748,-0.0431,-19.0306,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0176,V176_DDR,-18.6025,-0.0450,-19.3565,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0177,V177_DDR,-26.7686,-0.0738,-27.4937,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-17.0180,-0.0282,-17.7887,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-21.5827,-0.0582,-22.3234,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0195,V195_DDR,95.8362,0.0323,95.0050,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0197,V197_DDR,12.9839,0.0241,12.1609,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0198,V198_DDR,14.5118,0.0384,13.6745,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0208,V208_DDR,96.0000,0.0330,95.1681,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0209,V209_DDR,96.0000,0.0330,95.1681,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,13.7759,0.0163,12.9607,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0216,V216_DDR,-16.9756,-0.0265,-17.7480,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0219,V219_DDR,13.3873,0.0134,12.5750,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0220,V220_DDR,-18.6025,-0.0450,-19.3565,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0224,V224_DDR,-17.6139,-0.0295,-18.3833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0225,V225_DDR,-17.6139,-0.0295,-18.3833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0226,V226_DDR,-17.6139,-0.0295,-18.3833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0227,V227_DDR,-17.6139,-0.0295,-18.3833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0229,V229_DDR,-18.8042,-0.0176,-19.5855,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0231,V231_DDR,-20.3191,-0.0069,-21.1112,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0238,V238_DDR,-35.3691,-0.0741,-36.0939,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.VOLT.0242,V242_DDR,13.6497,0.0151,12.8356,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-30.6700,-0.1045,-31.3644,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-28.7070,-0.0645,-29.4414,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-20.1470,-0.0689,-20.8770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-30.6700,-0.1045,-31.3644,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-18.1004,-0.0745,-18.8249,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-55.4340,-0.0652,-56.1677,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEHL7,OKGEHL7_H,-14.1196,-0.0248,-14.8937,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEHL8,OKGEHSL1UN8_RA,-14.1196,-0.0248,-14.8937,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEHL910,OKGEHSL1PLT2,-14.1196,-0.0248,-14.8937,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-19.3607,-0.0718,-20.0878,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEMCC,OKGEMCCLAIPLT1,-17.8199,-0.0358,-18.5830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,10.7735,0.0097,9.9649,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,10.7735,0.0097,9.9649,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,10.7735,0.0097,9.9649,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-13.2560,-0.0334,-14.0215,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-13.2560,-0.0334,-14.0215,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-13.2560,-0.0334,-14.0215,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-13.2560,-0.0334,-14.0215,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-17.6425,-0.0184,-18.4230,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-13.3170,-0.0202,-14.0957,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-13.3170,-0.0202,-14.0957,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESO1,OKGESONR1UN1_RA,-57.7870,-0.0573,-58.5286,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESO2,OKGESONR1UN2_RA,-33.7264,-0.0607,-34.4647,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-19.3665,-0.0776,-20.0878,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-23.4316,-0.0943,-24.1362,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGETINK5A,OKGETINK5UN1_RA,-16.2984,-0.0267,-17.0706,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGETINK5B,OKGETINK5UN2_RA,-16.2984,-0.0267,-17.0706,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-20.4095,-0.0654,-21.1430,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-28.8861,-0.0679,-29.6171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,13.6579,0.0519,12.8071,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-21.0887,-0.0486,-21.8390,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_OKGE,OKGE_LA,-10.9873,-0.0154,-11.7708,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-18.8683,-0.0305,-19.6367,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-20.4121,-0.0680,-21.1430,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMLP,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,17.7729,0.0064,16.9676,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,13.8031,0.0482,12.9560,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-19.2490,-0.0280,-20.0199,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-95.4465,-0.0415,-96.2040,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-22.7522,-0.0673,-23.4838,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-30.1120,-0.0646,-30.8463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-28.2728,-0.1067,-28.9650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-14.5288,-0.0653,-15.2624,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,142.9400,-0.0018,142.1429,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-95.4476,-0.0425,-96.2040,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-95.4476,-0.0425,-96.2040,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_SPP,OMPA_SPP_LA,-24.8246,-0.0387,-25.5849,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-30.6700,-0.1045,-31.3644,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,15.1059,0.0050,14.3020,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,15.1059,0.0050,14.3020,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,15.1059,0.0050,14.3020,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,15.1059,0.0050,14.3020,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,ONT,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,-5.5166,-0.0311,-6.2844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,-5.4895,-0.0299,-6.2585,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,-5.4818,-0.0304,-6.2503,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,-5.5418,-0.0249,-6.3158,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,-5.5224,-0.0284,-6.2929,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,-5.5224,-0.0284,-6.2929,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_GLDN,OPPD_GLDN_LA,-5.5058,-0.0300,-6.2747,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,-5.4990,-0.0302,-6.2677,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,-4.2847,-0.0773,-5.0063,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,-6.2384,-0.0387,-6.9986,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,-5.4827,-0.0304,-6.2513,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_OPPD,OPPD_LA,-5.5206,-0.0290,-6.2905,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,-5.5154,-0.0275,-6.2868,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,-5.5179,-0.0277,-6.2891,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OTP,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,OVEC,OVEC,3.1978,0.0046,2.3943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PARAGOULD,PARAGOULD_LA,8.6881,0.0220,7.8672,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,19.3861,0.0029,18.5843,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,19.3861,0.0029,18.5843,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,19.3861,0.0029,18.5843,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,19.0326,0.0058,18.2279,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,19.0326,0.0058,18.2279,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,19.0326,0.0058,18.2279,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PIGGOTT,PIGGOTT_LA,7.8588,0.0197,7.0402,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PJM,PJM,2.3457,0.0013,1.5455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PLUM,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,POPLARBLUFF,POPLARBLUFF_LA,7.1048,0.0165,6.2894,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,-2.3904,-0.0107,-3.1787,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,-2.3904,-0.0107,-3.1787,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,-2.2599,-0.0105,-3.0483,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,-2.2599,-0.0105,-3.0483,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,-2.0414,0.0418,-2.8821,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,-2.0414,0.0418,-2.8821,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,-2.3094,-0.0008,-3.1076,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,-2.9485,-0.0270,-3.7204,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-21.2356,-0.0469,-21.9877,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,63.3257,0.0008,62.5260,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-6.6273,-0.0085,-7.4177,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-19.1478,-0.0082,-19.9384,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,25.2994,0.0204,24.4801,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,15.5430,0.0212,14.7229,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,-3.8276,-0.0341,-4.5924,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,-2.2239,0.0036,-3.0264,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,-4.5321,-0.0467,-5.2844,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,6.5400,0.0359,5.7052,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,-1.9488,0.0056,-2.7534,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,-4.1631,-0.0306,-4.9315,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,PUPP,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,RCEAST,RCEAST,-5.1269,-0.0266,-5.8992,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_1,GRDASALINA1UN1_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_2,GRDASALINA1UN2_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_3,GRDASALINA1UN3_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_4,GRDASALINA1UN4_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_5,GRDASALINA1UN5_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SALINA_6,GRDASALINA1UN6_RA,19.5617,0.0088,18.7540,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SARPY_1,OPPDSARPYUN1_RA,-5.5076,-0.0303,-6.2762,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SARPY_2,OPPDSARPYUN2_RA,-5.5128,-0.0289,-6.2828,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SARPY_3,OPPDSARPYUN3_RA,-5.4901,-0.0313,-6.2577,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SARPY_4,OPPDSARPYUN4_RA,-5.4901,-0.0313,-6.2577,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SARPY_5,OPPDSARPYUN5_RA,-5.4901,-0.0313,-6.2577,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SC,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SCEG,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,SCSE,SCSE,-9.2405,-0.0319,-10.0075,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SEC,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-20.6354,-0.0688,-21.3655,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-20.6354,-0.0688,-21.3655,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-20.6354,-0.0688,-21.3655,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-19.7802,-0.0206,-20.5585,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-20.6354,-0.0688,-21.3655,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-19.8670,-0.0591,-20.6068,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-19.3319,-0.0671,-20.0637,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-19.3319,-0.0671,-20.0637,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-19.4995,-0.0525,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-21.3756,-0.0667,-22.1078,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-16.1958,-0.0509,-16.9438,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-20.2379,-0.0271,-21.0097,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-15.7406,-0.0426,-16.4969,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-20.4122,-0.0678,-21.1433,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-15.6889,-0.0427,-16.4452,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-20.2439,-0.0620,-20.9808,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-19.9782,-0.0482,-20.7289,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-19.4871,-0.0440,-20.2420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-19.4871,-0.0440,-20.2420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-19.4871,-0.0440,-20.2420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-19.4871,-0.0440,-20.2420,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-19.6429,-0.0478,-20.3940,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-19.8670,-0.0591,-20.6068,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI_SECI,SECI_LA,-19.2410,-0.0396,-20.0003,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-19.4995,-0.0525,-20.2459,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SEHA,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-20.4121,-0.0680,-21.1430,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SERU,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SETH,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SGE,SGE,-8.4877,-0.0283,-9.2583,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SMEP,MISO,3.2273,0.0037,2.4247,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SOCO,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPA,SPA,14.4853,0.0258,13.6605,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPC,SPC,-1.9451,0.0201,-2.7641,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPPNORTH_HUB,SPPNORTH_H,-5.7782,-0.0335,-6.5436,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-16.6994,-0.0440,-17.4543,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,10.7691,0.0193,9.9509,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,10.7691,0.0193,9.9509,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,10.2717,0.0185,9.4543,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,10.2717,0.0185,9.4543,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_NIXA,SPRM_NIXA_LA,11.4123,0.0204,10.5930,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_SPRM,SPRM_LA,10.7458,0.0213,9.9256,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,10.9418,0.0158,10.1271,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,10.9418,0.0158,10.1271,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,10.9400,0.0140,10.1271,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,10.9418,0.0158,10.1271,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,25.2409,0.0386,24.4034,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,27.4150,0.0150,26.6011,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-13.2761,-0.0205,-14.0545,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-13.2761,-0.0205,-14.0545,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,24.2374,-0.0129,23.4513,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,23.9998,0.0182,23.1827,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,25.5061,-0.0691,24.7763,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,24.2301,0.0920,23.3392,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,23.5088,0.0173,22.6926,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,24.0011,0.0565,23.1457,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,24.0122,0.0633,23.1500,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,24.0122,0.0633,23.1500,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,24.0011,0.0565,23.1457,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-13.2190,-0.0117,-14.0062,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,27.4150,0.0150,26.6011,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-13.3610,-0.0180,-14.1419,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-19.4821,-0.0575,-20.2236,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-15.6879,-0.0170,-16.4698,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-13.9240,-0.0029,-14.7200,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-14.2301,-0.0189,-15.0102,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-24.3533,-0.0614,-25.0908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-24.3533,-0.0614,-25.0908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-24.3533,-0.0614,-25.0908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-24.3533,-0.0614,-25.0908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GRID.WRAB,WRAB_DDR,-11.8400,-0.0035,-12.6354,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-24.3533,-0.0614,-25.0908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,23.0292,0.0194,22.2109,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,23.0292,0.0194,22.2109,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,21.8223,0.0196,21.0038,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,21.8223,0.0196,21.0038,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,21.8223,0.0196,21.0038,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,23.0292,0.0194,22.2109,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-10.9923,-0.0182,-11.7730,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-10.9937,-0.0182,-11.7744,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-10.9877,-0.0182,-11.7684,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-12.9007,-0.0407,-13.6589,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,23.9929,0.0556,23.1384,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,23.4984,0.0165,22.6830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,23.4984,0.0165,22.6830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,23.4984,0.0165,22.6830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,23.4984,0.0165,22.6830,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,23.9653,0.0538,23.1126,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,23.9959,0.0535,23.1435,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,23.9959,0.0535,23.1435,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-20.4079,-0.0638,-21.1430,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-11.4615,-0.0177,-12.2427,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-11.4615,-0.0177,-12.2427,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-11.0734,-0.0182,-11.8541,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-11.8400,-0.0035,-12.6354,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-18.8873,-0.0449,-19.6413,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-14.2931,-0.0225,-15.0695,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-23.4233,-0.0647,-24.1575,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-11.4502,-0.0064,-12.2427,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PLANTX1,SPS.PLANTX1_H,26.1168,0.0339,25.2840,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PLANTX2,SPS.PLANTX2_H,26.1168,0.0339,25.2840,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,25.8819,0.0329,25.0501,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,24.0776,0.0016,23.2771,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-21.6954,-0.0549,-22.4394,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,25.5268,-0.0485,24.7763,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,24.0796,0.0035,23.2771,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-13.2192,-0.0120,-14.0062,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,24.9883,0.0444,24.1450,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,24.2301,0.0920,23.3392,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,24.9883,0.0444,24.1450,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,24.2312,0.0918,23.3405,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-43.5608,-0.0250,-44.3347,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,24.1041,0.1101,23.1951,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,24.1074,0.1133,23.1951,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,24.0825,0.1059,23.1777,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,24.0055,0.0632,23.1434,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,24.1700,0.1027,23.2684,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-19.7197,-0.0508,-20.4678,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-11.8144,-0.0071,-12.6062,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,25.4823,0.0358,24.6476,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,25.4823,0.0358,24.6476,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,24.9883,0.0444,24.1450,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,23.5415,0.0213,22.7213,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,23.9572,0.0775,23.0808,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,25.6746,0.0721,24.8036,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,25.7709,0.0524,24.9196,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,26.2684,0.0157,25.4538,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,24.1041,0.1101,23.1951,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,24.1711,0.1267,23.2455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,24.1600,0.1156,23.2455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,24.0850,0.0090,23.2771,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,25.6238,0.0515,24.7734,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-21.1028,-0.0520,-21.8497,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-21.0904,-0.0532,-21.8361,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0163,V163_DDR,-10.8765,-0.0087,-11.6667,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0168,V168_DDR,-17.5571,-0.0398,-18.3162,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0180,V180_DDR,24.1711,0.1267,23.2455,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0181,V181_DDR,-21.4337,-0.0445,-22.1881,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0182,V182_DDR,24.1695,0.1052,23.2654,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0199,V199_DDR,23.9540,0.0705,23.0846,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0200,V200_DDR,24.0431,0.0785,23.1657,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.VOLT.0235,V235_DDR,-18.8873,-0.0449,-19.6413,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,25.5061,-0.0691,24.7763,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,24.2301,0.0920,23.3392,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-11.0118,-0.0128,-11.7979,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-11.5207,-0.0122,-12.3074,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS_SPS,SPS_LA,15.0251,0.0601,14.1661,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,24.9050,0.0429,24.0632,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SSCN_NPPD,SSCN_NPPD_LA,-6.6389,-0.0434,-7.3944,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,6.3840,0.0155,5.5696,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,6.3840,0.0155,5.5696,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,TAL,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,TEC,SOUC,7.7711,0.0210,6.9512,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-6.7178,-0.0836,-7.4331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,TVA,TVA,6.9422,0.0177,6.1256,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB,UCUHUB_H,-9.8129,-0.0249,-10.5869,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB17,UCUHUB17_H,-13.0732,-0.0388,-13.8333,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB18,UCUHUB18_H,-10.6679,-0.0357,-11.4311,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB19,UCUHUB19_H,-13.9932,-0.0388,-14.7534,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB20,UCUHUB20_H,-14.2150,-0.0369,-14.9770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB21,UCUHUB21_H,-15.4361,-0.0407,-16.1943,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB22,UCUHUB22_H,-14.9620,-0.0428,-15.7181,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB23,UCUHUB23_H,-15.2212,-0.0432,-15.9769,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,UCUHUB24,UCUHUB24_H,-13.3876,-0.0380,-14.1485,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,-1.9410,0.0278,-2.7677,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,-1.9410,0.0278,-2.7677,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,-1.9094,-0.0229,-2.6854,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,-1.9094,-0.0229,-2.6854,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,-1.8738,-0.0261,-2.6466,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,-2.2404,-0.0168,-3.0225,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,-2.2404,-0.0168,-3.0225,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,-1.9410,0.0278,-2.7677,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,-1.8980,-0.0242,-2.6727,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,-1.8956,0.0048,-2.6993,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,-4.3618,-0.0444,-5.1163,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,-4.6641,-0.0784,-5.3846,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,-2.0235,0.0254,-2.8478,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,-2.0235,0.0254,-2.8478,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,3.7955,-0.0867,3.0833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,-5.4101,-0.0384,-6.1706,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,2.6070,-0.0094,1.8175,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,-4.6127,-0.0466,-5.3650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,-4.3882,-0.0378,-5.1494,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,-5.6245,-0.0424,-6.3811,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,3.8365,-0.0457,3.0833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,3.8365,-0.0457,3.0833,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,-3.6042,-0.0341,-4.3690,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,-4.5675,-0.0768,-5.2896,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,-4.3512,-0.0268,-5.1233,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,-1.9877,-0.0019,-2.7848,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,-1.9877,-0.0019,-2.7848,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,-1.9877,-0.0019,-2.7848,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,-1.9783,-0.0002,-2.7770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,-1.9783,-0.0002,-2.7770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,-1.9783,-0.0002,-2.7770,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,-1.9271,0.0385,-2.7645,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,-1.8625,-0.0227,-2.6387,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,-1.8424,-0.0237,-2.6176,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-8.8611,-0.0303,-9.6297,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,-5.4715,-0.0350,-6.2354,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,-2.0030,0.0040,-2.8059,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-5.6963,-0.0464,-6.4488,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,-4.7269,-0.0884,-5.4374,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,3.7025,-0.0364,2.9399,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,-1.9726,0.0248,-2.7963,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,-1.9594,0.0198,-2.7781,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-5.3911,-0.0752,-6.1148,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,-1.9436,-0.0119,-2.7306,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,-5.3120,-0.0347,-6.0762,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,-5.3120,-0.0347,-6.0762,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-6.0737,-0.0540,-6.8186,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-6.0737,-0.0540,-6.8186,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,-1.8547,-0.0149,-2.6387,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,-2.1177,-0.0140,-2.9027,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,-4.4515,-0.0563,-5.1941,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,-4.3253,-0.0665,-5.0577,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,-3.6367,-0.0244,-4.4113,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,-1.8738,-0.0261,-2.6466,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,-1.8738,-0.0261,-2.6466,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,-4.6127,-0.0466,-5.3650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-5.1356,-0.0275,-5.9070,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,-0.3527,-0.0400,-1.1116,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,-4.5577,-0.0670,-5.2896,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,-7.6398,-0.0420,-8.3967,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.FSE,WAUE.FSE_H,-6.3315,-0.0500,-7.0804,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,-2.1807,-0.0003,-2.9793,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,-2.2052,-0.0006,-3.0035,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,-5.1781,-0.0823,-5.8948,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,-4.9834,-0.0772,-5.7051,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,-1.8272,-0.0238,-2.6023,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,-1.9021,-0.0270,-2.6740,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-19.0900,-0.0840,-19.8049,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,-4.6641,-0.0784,-5.3846,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,-0.0238,-12.7751,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,-4.6701,-0.0426,-5.4265,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,-4.6661,-0.0385,-5.4265,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,-4.6660,-0.0384,-5.4265,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,-6.5239,-0.0364,-7.2864,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-5.1356,-0.0275,-5.9070,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,-3.9243,-0.0247,-4.6985,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,-4.6551,-0.0482,-5.4058,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,-4.3504,-0.0261,-5.1233,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,-4.4398,-0.0048,-5.2340,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,-4.3208,-0.0351,-5.0846,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,-2.8637,-0.0186,-3.6440,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,-4.4954,-0.0413,-5.2530,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,-4.4922,-0.0513,-5.2398,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-5.6963,-0.0464,-6.4488,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,-2.5087,0.0013,-3.3089,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,-4.6146,-0.0473,-5.3662,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,-2.5572,-0.0026,-3.3535,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,-4.0863,-0.0266,-4.8586,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,-5.3113,-0.0333,-6.0769,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NTWK,WAUE.NTWK_H,-3.5682,-0.0253,-4.3418,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,-3.3927,0.0076,-4.1992,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,-3.3927,0.0076,-4.1992,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,-4.6289,-0.0877,-5.3401,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-5.3549,-0.0969,-6.0569,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,-4.2304,-0.0327,-4.9966,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,-4.6289,-0.0877,-5.3401,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,-2.1358,-0.0099,-2.9248,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,-3.5068,-0.0433,-4.2624,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-5.6963,-0.0464,-6.4488,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,-3.3954,-0.0217,-4.1726,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,-3.5640,-0.1005,-4.2624,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-5.2681,-0.0603,-6.0067,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-4.9777,-0.0586,-5.7180,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,-1.8389,-0.0244,-2.6134,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,-5.7688,-0.0802,-6.4875,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,-3.9606,-0.0226,-4.7369,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,-4.0716,-0.0556,-4.8149,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,-4.3253,-0.0665,-5.0577,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.VOLT.0152,V152_DDR,-1.9070,0.0475,-2.7534,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE.VOLT.0172,V172_DDR,-1.9597,0.0231,-2.7817,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_BEPM,WAUE_BEPM_LA,-2.4260,0.0028,-3.2277,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,-4.0479,-0.0301,-4.8167,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,-4.4419,-0.0044,-5.2364,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_EWA,WAUE_EWA_LA,-5.1019,-0.0246,-5.8762,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,-3.6908,-0.0463,-4.4435,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_HMMU,WAUE_HMMU_LA,-4.9723,-0.0165,-5.7548,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,-2.7738,-0.0212,-3.5515,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_MECB,WAUE_MECB_LA,-4.7780,-0.0129,-5.5641,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_MMPA,WAUE_MMPA_LA,-2.0376,0.0098,-2.8463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_MRES,WAUE_MRES_LA,-4.4737,-0.0260,-5.2466,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,-1.9116,0.0316,-2.7421,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,-2.1807,-0.0003,-2.9793,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,-4.3499,-0.0451,-5.1037,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_OTP,WAUE_OTP_LA,-1.8526,0.0248,-2.6764,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_OTPW,WAUE_OTPW_LA,-0.7100,0.0043,-1.5133,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM,WAUE_UGPM_LA,-3.4291,-0.0263,-4.2017,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,-2.4804,-0.0080,-3.2714,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,-4.4688,-0.0338,-5.2339,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,-3.8575,-0.0374,-4.6190,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-5.1019,-0.0246,-5.8762,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,-4.9723,-0.0165,-5.7548,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,-3.1060,-0.0487,-3.8562,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,-2.1807,-0.0003,-2.9793,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,-2.0376,0.0098,-2.8463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,-4.0451,-0.0215,-4.8225,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,-4.4701,-0.0518,-5.2172,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,-1.9269,0.0311,-2.7569,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-30.5645,-0.0947,-31.2687,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-26.3695,-0.0876,-27.0808,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-8.2229,-0.0522,-8.9696,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,99.5400,0.0154,98.7257,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,99.5400,0.0154,98.7257,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-16.6397,-0.0934,-17.3452,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,88.0360,0.0201,87.2170,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,74.7229,0.0191,73.9048,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,9.3783,-0.0535,8.6328,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,9.3800,-0.0517,8.6328,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,1.2760,-0.0492,0.5263,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-23.4233,-0.0647,-24.1575,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-29.0442,-0.0781,-29.7650,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-28.4666,-0.1211,-29.1444,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,25.5214,-0.0538,24.7763,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_ENMC,WFEC_ENMC_LA,24.4075,0.0673,23.5413,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-29.0674,-0.0690,-29.7973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,28.0593,0.0134,27.2470,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,23.9683,0.0484,23.1210,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-30.5645,-0.0947,-31.2687,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-30.5645,-0.0947,-31.2687,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-30.5645,-0.0947,-31.2687,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_OKGE,WFEC_OKGE_LA,-17.7916,-0.0111,-18.5794,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,10.9425,0.0163,10.1272,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-21.9856,-0.0907,-22.6938,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-16.9604,-0.0964,-17.6629,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_WFEC,WFEC_LA,1.9133,-0.0253,1.1397,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,23.9683,0.0484,23.1210,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-14.1433,-0.0553,-14.8869,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-18.2559,-0.0470,-19.0078,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,-5.9979,0.0099,-6.8067,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-14.4024,-0.0518,-15.1495,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-21.6396,-0.0679,-22.3706,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-21.6396,-0.0679,-22.3706,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-22.0592,-0.0604,-22.7978,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-22.0592,-0.0604,-22.7978,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-22.0592,-0.0604,-22.7978,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-14.4024,-0.0518,-15.1495,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-8.4430,-0.0158,-9.2261,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-17.8364,-0.0509,-18.5844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-17.8365,-0.0510,-18.5844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-17.8365,-0.0510,-18.5844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-17.8364,-0.0509,-18.5844,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-8.4430,-0.0158,-9.2261,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-20.0644,-0.0662,-20.7971,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-43.9694,-0.0304,-44.7379,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.JEC.1,WRJEFFUN10_RA,-12.1652,-0.0348,-12.9294,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.JEC.2,WRJEFFUN11_RA,-12.0661,-0.0348,-12.8302,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.JEC.3,WRJEFFUN12_RA,-12.0673,-0.0360,-12.8302,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-28.7059,-0.0646,-29.4402,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-21.5629,-0.0645,-22.2973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-21.5629,-0.0645,-22.2973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.LEC.4,WRLECUN26_RA,-9.6635,-0.0198,-10.4426,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.LEC.5,WRLECUN27_RA,-10.1163,-0.0176,-10.8976,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-16.6659,-0.0477,-17.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-16.6659,-0.0477,-17.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-16.6659,-0.0477,-17.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-16.6456,-0.0462,-17.3983,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-15.7037,-0.0365,-16.4661,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-13.9018,-0.0534,-14.6474,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-13.9018,-0.0534,-14.6474,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-16.6378,-0.0778,-17.3589,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-14.6425,-0.0612,-15.3803,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-9.5532,-0.0617,-10.2904,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-14.7655,-0.0597,-15.5047,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-21.5632,-0.0648,-22.2973,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,74.1198,0.0201,73.3008,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-16.6180,-0.1085,-17.3084,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-13.6569,-0.0387,-14.4171,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-15.2920,-0.0666,-16.0243,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-8.4430,-0.0158,-9.2261,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-14.4024,-0.0518,-15.1495,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-23.5799,-0.0550,-24.3238,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.THAYERLD,WR.THAYERLD_LA,8.2043,0.0183,7.3871,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-24.3703,-0.0545,-25.1147,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0106,V106_DDR,-23.4643,-0.0535,-24.2098,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-8.4062,-0.0115,-9.1936,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-15.2985,-0.0467,-16.0507,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-9.5483,-0.0141,-10.3331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-9.5483,-0.0141,-10.3331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-8.7698,-0.0140,-9.5547,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-22.9799,-0.0463,-23.7325,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0157,V157_DDR,-9.5905,-0.0148,-10.3746,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0158,V158_DDR,-9.5483,-0.0141,-10.3331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-9.5483,-0.0141,-10.3331,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-23.5298,-0.0567,-24.2720,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0173,V173_DDR,-16.6546,-0.0543,-17.3992,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0174,V174_DDR,-23.3297,-0.0528,-24.0758,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0184,V184_DDR,-22.9259,-0.0573,-23.6675,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-23.7019,-0.0545,-24.4463,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0186,V186_DDR,-23.6816,-0.0563,-24.4242,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-23.1489,-0.0561,-23.8917,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-24.2222,-0.0537,-24.9674,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-17.7212,-0.0418,-18.4783,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-14.5554,-0.0346,-15.3197,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-13.9074,-0.0363,-14.6700,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-13.9074,-0.0363,-14.6700,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-14.5554,-0.0346,-15.3197,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0245,V245_DDR,-23.7144,-0.0545,-24.4588,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.VOLT.0248,V248_DDR,-23.4643,-0.0535,-24.2098,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-25.9170,-0.0614,-26.6545,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-10.4912,-0.0213,-11.2688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.WOLF,WRWOLFUN15_RA,-15.6722,-0.0706,-16.4005,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-20.0644,-0.0662,-20.7971,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,-6.0012,0.0066,-6.8067,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-25.8232,-0.0660,-26.5561,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-23.0453,-0.0480,-23.7962,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-15.2386,-0.0467,-15.9908,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-24.4920,-0.0549,-25.2360,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-24.4920,-0.0549,-25.2360,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-24.4920,-0.0549,-25.2360,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-24.4920,-0.0549,-25.2360,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-14.0028,-0.0329,-14.7688,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-37.9292,-0.0543,-38.6738,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-37.9292,-0.0543,-38.6738,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-40.2594,-0.0566,-41.0017,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-40.2594,-0.0566,-41.0017,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_MIDW,WR_MIDW_LA,-15.8757,-0.0513,-16.6233,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,-2.2683,0.0088,-3.0760,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,-5.6209,-0.0068,-6.4129,0.7988\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-17.0232,-0.0489,-17.7732,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_SEG,WR_SEG_LA,-7.7568,0.0009,-8.5566,0.7989\n03/19/2025 04:00:00,03/19/2025 09:00:00,WR_WR,WR_LA,-15.7765,-0.0382,-16.5373,0.7990\n03/19/2025 04:00:00,03/19/2025 09:00:00,YAD,VACS,7.3676,0.0194,6.5494,0.7988\n03/19/2025 05:00:00,03/19/2025 10:00:00,AEC,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_CSWS,CSWS_AECC_LA,21.8258,0.1530,18.1118,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,19.4295,0.1076,15.7609,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,22.6823,0.2142,18.9071,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,19.4678,0.0757,15.8311,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,24.7639,0.1190,21.0839,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,22.1189,0.0878,18.4700,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,25.3704,0.0715,21.7379,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AECI,AECI,13.7779,0.0475,10.1694,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,AEPM_CSWS,CSWS_LA,22.6770,0.1269,18.9891,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,ALTW,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,AMRN,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,15.7337,-0.0457,12.2184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,BBA,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BCA,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BEPM.ER01.DDR,ER01_DDR,0.3909,-0.2095,-2.9606,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,BEPM_ER01,BEPM_ER01_LA,0.3909,-0.2095,-2.9606,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-2.5335,-0.0497,-6.0448,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-4.6284,-0.0234,-8.1661,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BEPM_UM01,BEPM_UM01_LA,3.2584,0.1481,-0.4507,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,BLKW,BLKW,17.7552,0.0590,14.1351,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-26.1498,-0.3355,-29.3754,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-26.1498,-0.3355,-29.3754,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,5.8618,-0.2894,2.5901,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-26.1460,-0.3317,-29.3754,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BRAZ,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BUBA,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-17.0392,-0.2841,-20.3161,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-23.4700,-0.1975,-26.8335,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,-1.4231,-0.1075,-4.8766,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,-1.4231,-0.1075,-4.8766,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CLEC,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,21.2411,0.0716,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,COWP,COWP_LA,20.1773,0.0957,16.5206,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,20.1773,0.0957,16.5206,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,20.1773,0.0957,16.5206,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CPLE,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CPLW,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,20.0873,0.1397,16.3866,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,20.0873,0.1397,16.3866,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,20.0873,0.1397,16.3866,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,20.0873,0.1397,16.3866,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CRTH_SPA,WRCRTH_SPA_LA,11.3246,0.0444,7.7191,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,24.4464,0.3023,20.5831,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-9.1842,-0.1878,-12.5574,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,25.3704,0.0715,21.7379,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,19.4678,0.0757,15.8311,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,24.4491,0.3007,20.5874,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,24.5390,0.2359,20.7421,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,24.5016,0.2747,20.6658,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,24.5016,0.2747,20.6658,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,19.1556,0.0949,15.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,19.1556,0.0949,15.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,19.1556,0.0949,15.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,19.1556,0.0949,15.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,25.3704,0.0715,21.7379,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,27.5606,0.2139,23.7857,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,41.3988,-0.0309,37.8686,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,41.3660,-0.0636,37.8686,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,24.8374,0.0234,21.2530,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,20.9489,0.0424,17.3454,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,20.9489,0.0424,17.3454,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,20.9509,0.0424,17.3474,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,20.9509,0.0424,17.3474,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-20.3772,-0.2316,-23.7066,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-7.9708,-0.1731,-11.3587,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,33.6459,0.0441,30.0408,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-17.8464,-0.2650,-21.1424,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-17.8333,-0.2520,-21.1424,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-12.7654,-0.1603,-16.1662,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.GRID.CDL1,CDL1_DDR,27.4433,0.0639,23.8184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-11.8978,-0.1900,-15.2688,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-7.9076,-0.1963,-11.2723,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,27.4433,0.0639,23.8184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.CSI1,CSI1_DDR,22.8006,0.0882,19.1514,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.CSI2,CSI2_DDR,22.8017,0.0892,19.1514,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,21.2431,0.0736,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.GAZA,GAZA_DDR,27.4433,0.0639,23.8184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,96.8127,0.1352,93.1165,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.NUEN.T201,NT201_DDR,21.9005,0.0520,18.2875,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-11.1476,-0.2433,-14.4654,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-11.1476,-0.2433,-14.4654,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,25.3704,0.0715,21.7379,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,24.9147,0.3234,21.0303,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-12.7654,-0.1603,-16.1662,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-12.7654,-0.1603,-16.1662,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-16.5018,-0.2161,-19.8468,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-17.8333,-0.2520,-21.1424,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,24.2335,0.2015,20.4710,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,18.3069,0.0220,14.7239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,18.3069,0.0220,14.7239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,18.2654,-0.0195,14.7239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,1.2563,-0.0014,-2.3034,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,1.2563,-0.0014,-2.3034,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,24.6055,0.2305,20.8140,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,22.2459,0.0442,18.6407,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,24.5963,0.2396,20.7956,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,24.9940,0.3994,21.0335,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,29.2747,0.0949,25.6188,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,22.8017,0.0892,19.1514,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0057,OKMU_DDR,24.5640,0.0769,20.9261,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0060,LEHIGH_DDR,96.8127,0.1352,93.1165,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0086,WARRENM_DDR,21.3596,0.0539,17.7447,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,25.1016,0.3104,21.2301,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,32.6988,0.0468,29.0910,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0121,V121_DDR,24.6055,0.2305,20.8140,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0122,V122_DDR,31.1628,0.0435,27.5583,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0124,V124_DDR,50.7405,0.0222,47.1573,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0135,V135_DDR,22.3179,0.0559,18.7009,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0144,V144_DDR,-8.0915,-0.1551,-11.4974,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0145,V145_DDR,-8.1909,-0.1707,-11.5813,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,24.6221,0.2338,20.8272,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,25.5153,0.1197,21.8345,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0175,V175_DDR,21.2431,0.0736,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,25.5153,0.1197,21.8345,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,25.5335,0.1413,21.8311,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,22.3179,0.0559,18.7009,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,22.6718,0.0511,19.0597,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,22.2971,0.0444,18.6916,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,37.3542,0.0019,33.7913,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,21.0415,0.0401,17.4403,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,22.6718,0.0511,19.0597,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0211,V211_DDR,24.5785,0.2718,20.7456,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,33.5061,0.0441,29.9009,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0213,V213_DDR,22.1354,0.0520,18.5223,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0215,V215_DDR,32.2330,0.0439,28.6281,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0217,V217_DDR,33.5734,0.0416,29.9707,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0218,V218_DDR,36.9040,0.0049,33.3380,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0228,V228_DDR,22.8427,0.0401,19.2415,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0232,V232_DDR,21.6734,0.0557,18.0566,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0233,V233_DDR,22.7922,0.0540,19.1772,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0240,V240_DDR,28.8168,0.0356,25.2201,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0244,V244_DDR,22.6718,0.0511,19.0597,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0246,MDT1_DDR,96.8127,0.1352,93.1165,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0249,V249_DDR,22.0744,0.0540,18.4593,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0250,V250_DDR,-9.6241,-0.1792,-13.0059,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0251,V251_DDR,21.4464,0.0472,17.8382,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.VOLT.0252,V252_DDR,37.3542,0.0019,33.7913,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-21.9101,-0.2209,-25.2502,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,2.1348,-0.2521,-1.1742,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-19.1356,-0.3394,-22.3572,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,24.5609,0.2232,20.7767,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-28.4232,-0.3596,-31.6246,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-23.4388,-0.2302,-26.7697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-23.4388,-0.2302,-26.7697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-23.4388,-0.2302,-26.7697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-23.4388,-0.2302,-26.7697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-23.4388,-0.2302,-26.7697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,25.3704,0.0715,21.7379,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,23.7780,0.3015,19.9154,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,21.6697,0.0521,18.0566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,21.6644,0.0467,18.0566,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,27.6056,0.0854,23.9592,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,27.6056,0.0854,23.9592,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWELSH1,CSWSWELSHUN1_RA,24.9785,0.1717,21.2457,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWELSH3,CSWSWELSHUN3_RA,24.9785,0.1717,21.2457,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWILKES1,CSWSWILKESUN1_RA,24.9835,0.2221,21.2004,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWILKES2,CSWSWILKESUN2_RA,24.9835,0.2221,21.2004,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,CSWWILKES3,CSWSWILKESUN3_RA,24.8222,0.2104,21.0507,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-17.8313,-0.2500,-21.1424,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,DENL,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,DERS,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,DOE,DOE,13.8604,0.0817,10.2177,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,-3.8319,-0.0363,-7.3566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,DPC,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,DUK,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDDY,EDDY,16.9024,0.2469,13.0944,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,8.2484,0.0277,4.6596,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-24.0000,-0.0717,-27.4893,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,17.6896,-0.0247,14.1533,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE.SLCC,EDESTL4391_PLT,14.1829,0.0056,10.6162,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,13.5041,0.0149,9.9282,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,5.0731,-0.0518,1.5639,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_EC_01,EDELAR3821UN1_RA,8.2484,0.0277,4.6596,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_EC_02,EDELAR3821UN2_RA,8.2484,0.0277,4.6596,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_EC_03,EDELAR3821UN3_RA,8.2484,0.0277,4.6596,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_EC_04,EDELAR3821UN4_RA,8.2484,0.0277,4.6596,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_EDE,EDE_LA,15.6688,0.0761,12.0317,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_ERW,EDEERWFUNG1_RA,-23.3936,-0.2116,-26.7430,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-12.8765,-0.2521,-16.1855,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,33.1600,0.1759,29.4231,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,33.1600,0.1759,29.4231,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,33.1600,0.1759,29.4231,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,33.1600,0.1759,29.4231,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,19.1127,0.1205,15.4311,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_RIV_10,EDERIV1671UN10_RA,15.2021,-0.0136,11.6546,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_RIV_11,EDERIV1671UN11_RA,15.2021,-0.0136,11.6546,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_RIV_12,EDERIV453UN12_PLT,15.1281,-0.0875,11.6546,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_SL_01,EDESTL4391UN1_RA,14.1829,0.0056,10.6162,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EDE_SWMP,EDE_SWMP_LA,2.2821,0.1038,-1.3827,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EEI,EEI,13.8083,0.0812,10.1661,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,EES,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-16.5425,-0.2123,-19.8912,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,ERCOTE,ERCOTE,24.9785,0.1717,21.2457,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ERCOTN,ERCOTN,-11.1315,-0.2272,-14.4654,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-4.4917,-0.1482,-7.9045,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FMPP,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FPC,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FPL,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FREM_50T,OPPDFREM_GUN1_RA,-1.6005,-0.0972,-5.0643,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FREM_6,OPPDFREM_AUN6_RA,-1.6044,-0.0982,-5.0672,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FREM_7,OPPDFREM_AUN7_RA,-1.6044,-0.0982,-5.0672,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FREM_8,OPPDFREM_AUN8_RA,-1.6167,-0.1105,-5.0672,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FREM_LOAD,FREM_LOAD_LA,-1.6064,-0.1002,-5.0672,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-22.8517,-0.1910,-26.2217,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,24.2335,0.2015,20.4710,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-18.6226,-0.3938,-21.7899,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-38.7231,-0.3151,-41.9690,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,21.2411,0.0716,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,21.2411,0.0716,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,21.2411,0.0716,17.6085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,23.8686,0.0417,20.2659,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,23.8686,0.0417,20.2659,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,24.0227,0.0404,20.4212,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,24.0227,0.0404,20.4212,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-28.6931,-0.2790,-31.9752,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,41.2900,-0.0107,37.7397,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,41.2900,-0.0107,37.7397,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,41.2900,-0.0107,37.7397,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.VOLT.0130,V130_DDR,24.3633,0.0799,20.7223,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA.VOLT.0237,V237_DDR,24.9376,0.0571,21.3195,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDAHUB2,GRDAHUB2_H,8.6614,-0.0462,5.1466,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDAHUB3,GRDAHUB3_H,4.0489,-0.0764,0.5642,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA_GRDA,GRDA_LA,25.1837,0.0546,21.5681,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA_HUB,GRDA_H,15.2591,-0.0065,11.7046,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRDA_HUBSA,GRDASA_H,14.5640,-0.0106,11.0135,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GRE,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-10.7158,0.1742,-14.4510,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GSEC_SPS,SPS_GSEC_LA,7.8568,-0.0309,4.3267,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,GSPR2014HUB,GSPR2014HUB_H,1.1193,-0.0731,-2.3687,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GSPR2015HUB,GSPR2015HUB_H,1.1980,-0.0777,-2.2854,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-10.4659,-0.2027,-13.8243,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,HARRISON,CSWSLEBROCKPLT1,24.4825,0.1806,20.7409,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-2.4111,-0.1628,-5.8094,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,HQST,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,HST,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,-3.2323,0.0219,-6.8152,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,-3.2323,0.0219,-6.8152,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,-3.2736,0.0194,-6.8540,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,-3.2736,0.0194,-6.8540,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,-3.1868,0.0216,-6.7694,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,-3.1868,0.0216,-6.7694,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDN_INDN,INDN_LA,-3.2405,0.0211,-6.8226,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ISNE,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,JEA,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,-1.4431,-0.0949,-4.9092,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,-1.4431,-0.0949,-4.9092,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-7.1045,-0.0486,-10.6170,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYCT4,KACYNEARMANUNCT4_RA,-4.6426,0.0015,-8.2051,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,42.9500,-0.0194,39.4084,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,-4.6426,0.0015,-8.2051,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,-4.6219,0.0049,-8.1878,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,-4.6266,0.0045,-8.1921,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KACY_KACY,KACY_LA,-4.6212,0.0043,-8.1865,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,-4.0185,-0.0134,-7.5661,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,0.5201,0.1044,-3.1453,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-29.4060,-0.1298,-32.8372,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-49.6984,-0.2923,-52.9671,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0222,V222_DDR,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0223,V223_DDR,-4.5318,-0.0389,-8.0539,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0241,V241_DDR,2.1630,0.0931,-1.4912,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0243,V243_DDR,13.1392,0.0055,9.5727,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0247,V247_DDR,-3.8290,-0.0149,-7.3752,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.VOLT.0253,V253_DDR,-3.9927,-0.0124,-7.5414,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-13.5385,-0.2759,-16.8236,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-6.4940,-0.0743,-9.9807,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-6.4940,-0.0743,-9.9807,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-6.4940,-0.0743,-9.9807,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-6.4940,-0.0743,-9.9807,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,-4.0051,-0.0139,-7.5522,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,-4.0051,-0.0139,-7.5522,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB,KCPLHUB_H,-10.2000,-0.1557,-13.6053,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB17,KCPLHUB17_H,-10.9125,-0.1708,-14.3028,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB18,KCPLHUB18_H,-10.5650,-0.1700,-13.9561,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB19,KCPLHUB19_H,-10.6788,-0.1628,-14.0770,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB20,KCPLHUB20_H,-11.2824,-0.1754,-14.6680,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB21,KCPLHUB21_H,-11.2154,-0.1708,-14.6057,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB22,KCPLHUB22_H,-10.6066,-0.1695,-13.9982,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB23,KCPLHUB23_H,-11.1930,-0.1747,-14.5793,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLHUB24,KCPLHUB24_H,-11.6568,-0.1815,-15.0363,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-4.9670,-0.0433,-8.4848,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-4.9670,-0.0433,-8.4848,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,-5.8402,-0.1190,-9.2823,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,-5.8402,-0.1190,-9.2823,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,-4.0185,-0.0134,-7.5661,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,-4.0185,-0.0134,-7.5661,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,-4.2070,-0.0057,-7.7623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-12.2219,-0.0687,-15.7142,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,-3.8704,-0.0113,-7.4201,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KCPL_KCPL,KCPL_LA,-4.7473,-0.0184,-8.2900,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KENN,KENN_LA,20.0656,0.1158,16.3887,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KEP2_SECI,KEP2_SECI_LA,-18.1628,-0.2292,-21.4946,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KERR_1,GRDAKERR_HYDUN1_RA,24.3521,0.0527,20.7384,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KERR_2,GRDAKERR_HYDUN2_RA,24.0985,0.0548,20.4827,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KERR_3,GRDAKERR_HYDUN3_RA,24.0985,0.0548,20.4827,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KERR_4,GRDAKERR_HYDUN4_RA,24.3521,0.0527,20.7384,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-6.4940,-0.0744,-9.9807,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-6.4940,-0.0744,-9.9807,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-6.2012,-0.0584,-9.7038,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-6.2012,-0.0584,-9.7038,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-8.2808,-0.0709,-11.7709,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-9.7923,-0.0653,-13.2880,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-9.7923,-0.0653,-13.2880,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-16.6698,-0.2407,-19.9901,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-16.6698,-0.2407,-19.9901,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-16.6698,-0.2407,-19.9901,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-13.9396,-0.2047,-17.2960,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-13.9396,-0.2047,-17.2960,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-16.7471,-0.2460,-20.0621,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-14.3131,-0.1961,-17.6780,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-12.5733,-0.1385,-15.9958,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,36.9424,-0.0195,33.4008,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,36.9424,-0.0195,33.4008,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-7.1438,-0.1022,-10.6026,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-7.1438,-0.1022,-10.6026,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-7.1438,-0.1022,-10.6026,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-14.7327,-0.2250,-18.0687,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-14.8912,-0.3320,-18.1202,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-6.6537,-0.1408,-10.0739,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-6.5648,-0.0378,-10.0880,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LAFA,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,LAM345,LAM345,-17.0392,-0.2841,-20.3161,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LEPA,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,-0.8675,-0.1127,-4.3159,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_LES,LES_LA,-0.9114,-0.1141,-4.3584,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,-0.8855,-0.1149,-4.3316,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,-0.9887,-0.1216,-4.4281,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,-0.9887,-0.1216,-4.4281,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,-0.9887,-0.1216,-4.4281,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,-0.8853,-0.1148,-4.3316,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,-0.8855,-0.1149,-4.3316,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_WAVERLY,LES_WAVERLY_H,-0.9615,-0.1180,-4.4045,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,-1.2293,-0.1152,-4.6751,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,-1.2293,-0.1152,-4.6751,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,LGEE,LGEE,11.4066,0.0575,7.7880,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MALDEN,MALDEN_LA,19.0502,0.1107,15.3785,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MCWEST,MCWEST,2.9186,0.0420,-0.6844,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MDU,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-3.5894,-0.0254,-7.1250,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,-3.5731,-0.0825,-7.0516,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,-1.4125,0.0319,-5.0054,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MEAN_NPPD,NPPD_MEAN_LA,-3.7019,-0.1950,-7.0680,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MEC,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MHEB,MHEB,2.4581,0.0243,-1.1272,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-10.4730,-0.2209,-13.8132,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-14.6183,-0.2626,-17.9168,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-10.4730,-0.2209,-13.8132,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-10.4730,-0.2209,-13.8132,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-14.6183,-0.2626,-17.9168,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MISO,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-18.1217,-0.1832,-21.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-18.1217,-0.1832,-21.4996,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-9.6786,-0.1582,-13.0814,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-17.9464,-0.3405,-21.1670,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-14.5165,-0.2485,-17.8290,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-18.7297,-0.5143,-21.7765,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-17.9630,-0.3402,-21.1838,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-18.8440,-0.4802,-21.9249,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-17.8313,-0.2402,-21.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-17.8313,-0.2402,-21.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-17.8313,-0.2402,-21.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-17.8313,-0.2402,-21.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-17.8313,-0.2402,-21.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,0.6812,-0.0135,-2.8663,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,12.1764,0.0703,8.5451,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,12.1764,0.0703,8.5451,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,7.6896,0.0385,4.0901,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,2.8683,0.1092,-0.8020,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MOWR,AECI,13.7779,0.0475,10.1694,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,5.5218,0.0238,1.9370,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,12.1974,0.0722,8.5641,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-2.2022,-0.1906,-5.5726,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-2.5257,-0.1154,-5.9713,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-20.7895,-0.2823,-24.0682,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-2.1923,-0.1808,-5.5726,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,-3.8307,-0.0352,-7.3566,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,-3.8307,-0.0352,-7.3566,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,-3.8305,-0.0349,-7.3566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,-3.8305,-0.0349,-7.3566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-3.7928,-0.0448,-7.3091,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-3.7832,-0.0351,-7.3091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,4.5142,0.0724,0.8808,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,-3.2522,-0.0346,-6.7787,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,-4.2990,-0.0445,-7.8155,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,-4.2990,-0.0445,-7.8155,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,-4.2989,-0.0445,-7.8155,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,-4.1299,-0.0115,-7.6794,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,-4.1299,-0.0115,-7.6794,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MPS_MPS,MPS_LA,-2.3606,0.0009,-5.9225,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MSTNG,SPSMSTNGPLT1,16.5769,0.1320,12.8839,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MSTNG4,SPSMSTNGUN4_RA,16.5592,0.1143,12.8839,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MSTNG5,SPSMSTNGUN5_RA,16.5769,0.1320,12.8839,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,16.5769,0.1320,12.8839,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NBSO,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-1.7834,-0.1649,-5.1795,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-1.7838,-0.1653,-5.1795,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-12.0769,-0.2887,-15.3492,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NHC1,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,-1.4488,-0.1019,-4.9080,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,-1.4488,-0.1019,-4.9080,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,-1.4488,-0.1019,-4.9080,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-4.1181,-0.2029,-7.4762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-2.9285,-0.2662,-6.2233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-1.8397,-0.1695,-5.2313,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-5.1334,-0.1673,-8.5271,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-2.9285,-0.2662,-6.2233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-3.6835,-0.1792,-7.0653,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-3.5943,-0.1790,-6.9763,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-3.6418,-0.1777,-7.0251,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-3.5667,-0.1760,-6.9518,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-6.7862,-0.1740,-10.1732,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-4.6622,-0.1470,-8.0762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-4.6622,-0.1470,-8.0762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-5.7509,-0.1912,-9.1207,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-6.7862,-0.1740,-10.1732,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,1.8909,-0.2699,-1.4003,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-3.3606,-0.2745,-6.6471,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-7.2538,-0.1617,-10.6531,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-3.3606,-0.2745,-6.6471,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-2.5554,-0.2590,-5.8575,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-3.7838,-0.2317,-7.1131,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,-1.4631,-0.0959,-4.9283,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-2.9285,-0.2662,-6.2233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-6.8360,-0.1651,-10.2319,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-4.6622,-0.1470,-8.0762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-4.6622,-0.1470,-8.0762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-4.1868,-0.1306,-7.6173,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-4.2320,-0.1301,-7.6629,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-4.2320,-0.1301,-7.6629,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-3.7923,-0.1017,-7.2516,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-4.3066,-0.1090,-7.7586,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-2.8247,-0.2188,-6.1669,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-4.0371,-0.1606,-7.4375,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-5.4652,-0.0941,-8.9322,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-6.3436,-0.0973,-9.8074,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.NELI.DDR,NELI_DDR,-6.0133,-0.2121,-9.3622,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.NPPM.1058,SH1058_DDR,6.2391,-0.0985,2.7766,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-3.6935,-0.1229,-7.1317,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-2.9285,-0.2662,-6.2233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-1.8397,-0.1695,-5.2313,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-6.7862,-0.1740,-10.1732,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.TECH.1,KEARNE_DDR,-3.3926,-0.0886,-6.8650,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-1.0361,-0.2905,-4.3067,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-1.0361,-0.2905,-4.3067,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-6.7235,-0.2001,-10.0845,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD.VOLT.0236,V236_DDR,-2.2139,-0.0953,-5.6797,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD2017HUB,NPPD2017HUB_H,-3.6742,-0.1787,-7.0565,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,4.9816,-0.1693,1.5899,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-4.1181,-0.2029,-7.4762,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-3.2778,-0.3283,-6.5106,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-3.2778,-0.3283,-6.5106,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,-2.0667,-0.1012,-5.5265,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,-2.2114,-0.0928,-5.6797,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-5.1860,-0.1734,-8.5737,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-4.0919,-0.1371,-7.5158,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,6.1759,-0.1618,2.7766,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,6.1759,-0.1618,2.7766,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,6.1759,-0.1618,2.7766,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-2.4069,-0.1622,-5.8058,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-1.9939,-0.1705,-5.3844,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-2.6687,-0.1563,-6.0735,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-4.5639,-0.3771,-7.7478,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-4.5449,-0.3581,-7.7478,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-5.2767,-0.1728,-8.6649,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-5.4854,-0.1759,-8.8705,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-1.6937,-0.1496,-5.1051,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-1.6963,-0.1523,-5.1051,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-1.6963,-0.1523,-5.1051,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-1.7483,-0.1472,-5.1621,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,1.8909,-0.2699,-1.4003,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-1.8128,-0.1470,-5.2269,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,-1.3931,-0.1348,-4.8194,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-2.4090,-0.1559,-5.8141,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-2.4122,-0.1575,-5.8157,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-2.4118,-0.1561,-5.8168,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-2.4118,-0.1561,-5.8168,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-2.4069,-0.1622,-5.8058,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-2.4135,-0.1687,-5.8058,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-2.9109,-0.0574,-6.4145,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-2.4772,-0.1235,-5.9148,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-5.2753,-0.1623,-8.6741,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-3.2174,-0.3343,-6.4441,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-7.5468,-0.1753,-10.9326,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,6.2867,-0.0509,2.7766,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-6.0133,-0.2121,-9.3622,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-5.0997,-0.1659,-8.4949,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-5.0997,-0.1659,-8.4949,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_NPPD,NPPD_LA,-0.8664,-0.1391,-4.2883,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,-1.3931,-0.1348,-4.8194,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,-1.3931,-0.1348,-4.8194,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-4.0208,-0.1610,-7.4208,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-3.8506,-0.2035,-7.2081,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NSB,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NSP,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,NSSO,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,NYIS,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-18.8758,-0.3453,-22.0915,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-28.1316,-0.2923,-31.4004,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-35.5069,-0.2691,-38.7989,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-35.5069,-0.2691,-38.7989,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-20.6545,-0.3656,-23.8500,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-38.7231,-0.3151,-41.9690,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-98.0099,-0.1957,-101.3752,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-50.9516,-0.2833,-54.2293,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-30.0000,-0.2792,-33.2818,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-28.4568,-0.2918,-31.7260,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-14.6263,-0.1252,-18.0622,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-30.0000,-0.2792,-33.2818,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-20.1489,-0.3638,-23.3462,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-18.2788,-0.3455,-21.4943,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-21.2596,-0.0628,-24.7578,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-28.4568,-0.2918,-31.7260,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-23.4344,-0.2650,-26.7305,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-21.1827,-0.2893,-24.4544,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-17.4552,-0.2210,-20.7952,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-22.6915,-0.0656,-26.1870,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-28.4568,-0.2918,-31.7260,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-17.1258,-0.1777,-20.5091,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NUEN.LAM1,LAM1_DDR,24.1096,0.2201,20.3284,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-14.6263,-0.1252,-18.0622,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-14.6263,-0.1252,-18.0622,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-17.7272,-0.1810,-21.1072,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-14.7944,-0.1360,-18.2194,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-14.7944,-0.1360,-18.2194,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-14.7944,-0.1360,-18.2194,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-14.8637,-0.1237,-18.3010,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-14.8637,-0.1237,-18.3010,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-14.7944,-0.1360,-18.2194,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-14.7944,-0.1360,-18.2194,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-28.4568,-0.2918,-31.7260,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,30.7700,0.1559,27.0531,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-20.1489,-0.3638,-23.3462,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-17.2726,-0.1291,-20.7045,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-23.4344,-0.2650,-26.7305,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,22.1071,0.1618,18.3842,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-19.1606,-0.2178,-22.5039,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-19.1606,-0.2178,-22.5039,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-19.1606,-0.2178,-22.5039,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-19.1606,-0.2178,-22.5039,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-36.7836,-0.3956,-39.9491,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-30.2719,-0.2722,-33.5607,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-28.1316,-0.2923,-31.4004,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-33.3463,-0.2625,-36.6448,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-33.3463,-0.2625,-36.6448,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-17.7184,-0.0676,-21.2118,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-18.3845,-0.2381,-21.7075,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-18.3845,-0.2381,-21.7075,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-18.3845,-0.2381,-21.7075,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0033,FOSTER_DDR,-13.6774,-0.1161,-17.1223,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,7.8085,0.0589,4.1886,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0035,TARBY_DDR,23.8643,0.1798,20.1234,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,7.8085,0.0589,4.1886,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,5.7479,0.0163,2.1705,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,5.7479,0.0163,2.1705,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-17.3810,-0.0807,-20.8613,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0040,TROSPER_DDR,-13.4893,-0.1133,-16.9370,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-13.8132,-0.1143,-17.2599,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,22.5040,0.1830,18.7600,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0115,V115_DDR,-14.5587,-0.1238,-17.9960,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0116,V116_DDR,-22.0557,-0.0470,-25.5698,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0118,V118_DDR,-26.4289,-0.0257,-29.9642,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0125,V125_DDR,22.3547,0.2106,18.5830,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0126,V126_DDR,20.8067,0.0996,17.1461,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0129,V129_DDR,-11.8976,-0.1898,-15.2688,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-14.1230,-0.1386,-17.5455,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0134,V134_DDR,22.1787,0.1298,18.4879,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0138,V138_DDR,19.9389,0.0834,16.2944,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-14.3473,-0.1315,-17.7768,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0143,V143_DDR,11.3358,0.0305,7.7442,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0149,V149_DDR,-16.2104,-0.1930,-19.5785,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0150,V150_DDR,-16.0266,-0.1926,-19.3950,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0155,V155_DDR,19.2488,0.0664,15.6213,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0156,V156_DDR,-14.1230,-0.1386,-17.5455,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0166,V166_DDR,20.7116,0.1785,16.9720,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-14.1762,-0.1287,-17.6086,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-16.0266,-0.1926,-19.3950,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0170,V170_DDR,-17.9161,-0.1795,-21.2977,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-15.5659,-0.1903,-18.9367,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0176,V176_DDR,-16.0266,-0.1926,-19.3950,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0177,V177_DDR,-25.7955,-0.3302,-29.0263,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-14.0651,-0.1231,-17.5030,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-19.8729,-0.2457,-23.1882,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0195,V195_DDR,105.8186,0.1515,102.1060,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0197,V197_DDR,18.6821,0.1040,15.0171,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0198,V198_DDR,20.7116,0.1785,16.9720,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0208,V208_DDR,106.0000,0.1547,102.2843,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0209,V209_DDR,106.0000,0.1547,102.2843,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,19.5178,0.0724,15.8843,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0216,V216_DDR,-13.8945,-0.1147,-17.3409,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0219,V219_DDR,19.2488,0.0664,15.6213,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0220,V220_DDR,-16.0266,-0.1926,-19.3950,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0224,V224_DDR,-14.6910,-0.1287,-18.1233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0225,V225_DDR,-14.6908,-0.1285,-18.1233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0226,V226_DDR,-14.6910,-0.1287,-18.1233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0227,V227_DDR,-14.6910,-0.1287,-18.1233,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0229,V229_DDR,-17.2743,-0.0710,-20.7644,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0231,V231_DDR,-17.2335,-0.0258,-20.7687,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0238,V238_DDR,-35.5275,-0.3152,-38.7733,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.VOLT.0242,V242_DDR,19.5329,0.0748,15.8971,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-29.9766,-0.4081,-33.1295,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-27.8015,-0.2800,-31.0826,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-18.2757,-0.3424,-21.4943,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-29.9766,-0.4081,-33.1295,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-16.1516,-0.3716,-19.3410,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-56.1979,-0.2744,-59.4845,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEHL7,OKGEHL7_H,-10.6701,-0.1072,-14.1239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEHL8,OKGEHSL1UN8_RA,-10.6701,-0.1072,-14.1239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEHL910,OKGEHSL1PLT2,-10.6701,-0.1072,-14.1239,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-17.4711,-0.3581,-20.6741,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEMCC,OKGEMCCLAIPLT1,-14.6519,-0.1560,-18.0569,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,16.5002,0.0494,12.8898,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,16.5002,0.0494,12.8898,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,16.5002,0.0494,12.8898,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-10.0595,-0.1479,-13.4727,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-10.0595,-0.1479,-13.4727,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-10.0595,-0.1479,-13.4727,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-10.0595,-0.1479,-13.4727,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-12.7701,-0.0778,-16.2533,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-8.9538,-0.0859,-12.4290,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-8.9538,-0.0859,-12.4290,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESO1,OKGESONR1UN1_RA,-59.2202,-0.2472,-62.5340,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESO2,OKGESONR1UN2_RA,-33.3463,-0.2625,-36.6448,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-17.4984,-0.3854,-20.6741,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-21.9216,-0.3978,-25.0849,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGETINK5A,OKGETINK5UN1_RA,-12.8988,-0.1150,-16.3449,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGETINK5B,OKGETINK5UN2_RA,-12.8988,-0.1150,-16.3449,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-18.3420,-0.3119,-21.5911,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-28.1316,-0.2923,-31.4004,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,22.8279,0.2492,19.0177,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-18.3173,-0.2095,-21.6689,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_OKGE,OKGE_LA,-7.4873,-0.0638,-10.9845,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-17.2726,-0.1291,-20.7045,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-18.3531,-0.3230,-21.5911,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMLP,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,24.3069,0.0302,20.7157,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,22.7209,0.2290,18.9308,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-16.3905,-0.1184,-19.8332,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-97.9889,-0.1747,-101.3752,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-21.4160,-0.2830,-24.6940,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-30.0000,-0.2792,-33.2818,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-27.2697,-0.3221,-30.5087,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-12.4614,-0.2544,-15.7681,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,155.0000,-0.0020,151.4410,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-97.9938,-0.1796,-101.3752,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-97.9938,-0.1796,-101.3752,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_SPP,OMPA_SPP_LA,-24.1070,-0.1624,-27.5057,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-29.9766,-0.4081,-33.1295,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,20.7812,0.0264,17.1937,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,20.7812,0.0264,17.1937,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,20.7812,0.0264,17.1937,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,20.7812,0.0264,17.1937,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,ONT,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,-1.5020,-0.1043,-4.9588,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,-1.4515,-0.0991,-4.9134,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,-1.4488,-0.1019,-4.9080,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,-1.3828,-0.0732,-4.8706,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,-1.4037,-0.0916,-4.8732,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,-1.4037,-0.0916,-4.8732,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_GLDN,OPPD_GLDN_LA,-1.4226,-0.0993,-4.8843,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,-1.4722,-0.1005,-4.9327,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,1.8909,-0.2699,-1.4003,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,-2.3272,-0.1362,-5.7521,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,-1.4491,-0.1016,-4.9085,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_OPPD,OPPD_LA,-1.4433,-0.0938,-4.9105,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,-1.4070,-0.0878,-4.8802,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,-1.4055,-0.0889,-4.8777,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OTP,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,OVEC,OVEC,10.5282,0.0488,6.9184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PARAGOULD,PARAGOULD_LA,21.8491,0.1240,18.1641,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,23.2808,0.0279,19.6919,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,23.2808,0.0279,19.6919,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,23.2808,0.0279,19.6919,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,23.1584,0.0405,19.5569,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,23.1584,0.0405,19.5569,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,23.1584,0.0405,19.5569,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PIGGOTT,PIGGOTT_LA,19.7034,0.1140,16.0284,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PJM,PJM,9.2413,0.0343,5.6460,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PLUM,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,POPLARBLUFF,POPLARBLUFF_LA,18.9187,0.0999,15.2578,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,2.8383,-0.0061,-0.7166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,2.8383,-0.0061,-0.7166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,2.9165,-0.0055,-0.6390,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,2.9165,-0.0055,-0.6390,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,3.2675,0.2291,-0.5226,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,3.2675,0.2291,-0.5226,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,2.9251,0.0389,-0.6749,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,2.4527,-0.0821,-1.0262,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-23.4700,-0.1975,-26.8335,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,71.0459,0.0126,67.4723,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-3.1968,-0.0122,-6.7456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-15.6549,-0.0261,-19.1898,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,30.1621,0.0972,26.5039,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,19.2431,0.1083,15.5738,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,0.2871,-0.1141,-3.1598,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,2.9484,0.0570,-0.6697,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,-0.7240,-0.1690,-4.1160,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,9.1400,0.1960,5.3830,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,2.9602,0.0659,-0.6667,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,-0.1816,-0.0965,-3.6461,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,PUPP,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,RCEAST,RCEAST,0.2344,-0.0847,-3.2419,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_1,GRDASALINA1UN1_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_2,GRDASALINA1UN2_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_3,GRDASALINA1UN3_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_4,GRDASALINA1UN4_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_5,GRDASALINA1UN5_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SALINA_6,GRDASALINA1UN6_RA,24.3525,0.0530,20.7384,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SARPY_1,OPPDSARPYUN1_RA,-1.4532,-0.1007,-4.9136,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SARPY_2,OPPDSARPYUN2_RA,-1.4487,-0.0947,-4.9150,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SARPY_3,OPPDSARPYUN3_RA,-1.4361,-0.1057,-4.8914,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SARPY_4,OPPDSARPYUN4_RA,-1.4361,-0.1057,-4.8914,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SARPY_5,OPPDSARPYUN5_RA,-1.4361,-0.1057,-4.8914,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SC,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SCEG,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SCSE,SCSE,-4.7856,-0.1288,-8.2179,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SEC,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-18.9689,-0.3396,-22.1903,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-18.9689,-0.3396,-22.1903,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-18.9689,-0.3396,-22.1903,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-16.9163,-0.1607,-20.3166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-18.9689,-0.3396,-22.1903,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-17.5298,-0.3203,-20.7706,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-17.2839,-0.3520,-20.4929,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-17.2839,-0.3520,-20.4929,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-17.8316,-0.2406,-21.1521,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-20.1177,-0.3115,-23.3672,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-13.9530,-0.2180,-17.2960,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-17.4411,-0.1855,-20.8166,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-12.5076,-0.2260,-15.8426,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-18.6172,-0.3411,-21.8372,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-12.4029,-0.2259,-15.7380,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-18.0225,-0.3204,-21.2632,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-17.8690,-0.2630,-21.1670,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-16.7440,-0.2553,-20.0498,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-16.7440,-0.2553,-20.0498,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-16.7440,-0.2553,-20.0498,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-16.7440,-0.2553,-20.0498,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-16.9266,-0.2724,-20.2153,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-17.5298,-0.3203,-20.7706,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI_SECI,SECI_LA,-16.7270,-0.2224,-20.0656,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-17.8316,-0.2406,-21.1521,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SEHA,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-18.3531,-0.3230,-21.5911,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SERU,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SETH,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SGE,SGE,-3.8683,-0.1110,-7.3183,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SMEP,MISO,10.3872,0.0457,6.7804,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SOCO,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPA,SPA,32.2451,0.1350,28.5490,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPC,SPC,3.2263,0.1296,-0.4643,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPPNORTH_HUB,SPPNORTH_H,-1.1500,-0.1123,-4.5988,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-14.3190,-0.1828,-17.6973,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,12.5282,0.1112,8.8560,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,12.5282,0.1112,8.8560,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,12.3601,0.1073,8.6918,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,12.3601,0.1073,8.6918,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_NIXA,SPRM_NIXA_LA,12.9396,0.1161,9.2624,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_SPRM,SPRM_LA,12.3759,0.1205,8.6943,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,12.5401,0.0955,8.8836,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,12.5401,0.0955,8.8836,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,12.5341,0.0895,8.8836,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,12.5401,0.0955,8.8836,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,17.5214,0.0482,13.9122,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,19.1102,-0.0594,15.6085,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-12.3068,-0.2009,-15.6669,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-12.3068,-0.2009,-15.6669,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,16.5453,-0.1926,13.1768,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,16.4979,-0.0327,12.9696,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,17.3613,-0.4000,14.2002,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,16.9399,0.2882,13.0906,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,16.0984,-0.0533,12.5907,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,16.6408,0.1390,12.9407,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,16.6714,0.1658,12.9445,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,16.6714,0.1658,12.9445,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,16.6408,0.1390,12.9407,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-12.2293,-0.1624,-15.6279,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,19.1102,-0.0594,15.6085,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-12.3667,-0.1911,-15.7366,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-17.4045,-0.3500,-20.6156,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-14.2259,-0.1827,-17.6043,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-12.7635,-0.1239,-16.2007,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-13.0662,-0.1936,-16.4337,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-21.3212,-0.3619,-24.5203,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-21.3212,-0.3619,-24.5203,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-21.3212,-0.3619,-24.5203,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-21.3212,-0.3619,-24.5203,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GRID.WRAB,WRAB_DDR,-11.0900,-0.1240,-14.5270,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-21.3212,-0.3619,-24.5203,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,15.7337,-0.0457,12.2184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,15.7337,-0.0457,12.2184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,14.8064,-0.0420,11.2874,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,14.8064,-0.0420,11.2874,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,14.8064,-0.0420,11.2874,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,15.7337,-0.0457,12.2184,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-10.4692,-0.1934,-13.8368,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-10.4701,-0.1935,-13.8376,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-10.4654,-0.1935,-13.8330,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-12.0769,-0.2887,-15.3492,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,16.6310,0.1344,12.9355,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,16.0881,-0.0562,12.5832,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,16.0881,-0.0562,12.5832,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,16.0881,-0.0562,12.5832,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,16.0881,-0.0562,12.5832,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,16.6165,0.1398,12.9157,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,16.6265,0.1261,12.9394,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,16.6265,0.1261,12.9394,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-18.3346,-0.3045,-21.5911,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-10.8444,-0.1941,-14.2113,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-10.8444,-0.1941,-14.2113,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-10.5343,-0.1930,-13.9024,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-11.0900,-0.1240,-14.5270,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-16.8847,-0.2970,-20.1488,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-13.1280,-0.2077,-16.4813,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-20.6545,-0.3656,-23.8500,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-10.7973,-0.1470,-14.2113,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PLANTX1,SPS.PLANTX1_H,18.1786,0.0256,14.5920,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PLANTX2,SPS.PLANTX2_H,18.1786,0.0256,14.5920,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,17.9940,0.0210,14.4119,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,16.4689,-0.1340,13.0418,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-19.1671,-0.3347,-22.3935,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,17.4506,-0.3107,14.2002,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,16.4775,-0.1253,13.0418,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-12.2303,-0.1634,-15.6279,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,17.3475,0.0737,13.7127,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,16.9399,0.2882,13.0906,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,17.3475,0.0737,13.7127,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,16.9400,0.2874,13.0916,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-36.4673,-0.2208,-39.8076,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,16.9100,0.3698,12.9792,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,16.9245,0.3843,12.9792,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,16.8780,0.3512,12.9657,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,16.6685,0.1682,12.9393,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,16.9356,0.3385,13.0361,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-17.0392,-0.2841,-20.3161,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-11.0822,-0.1398,-14.5034,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,17.6960,0.0342,14.1008,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,17.6960,0.0342,14.1008,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,17.3475,0.0737,13.7127,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,16.1380,-0.0360,12.6130,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,16.6813,0.2294,12.8908,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,17.9758,0.1935,14.2212,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,17.9792,0.1073,14.3109,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,18.2272,-0.0550,14.7212,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,16.9100,0.3698,12.9792,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,17.0170,0.4378,13.0181,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,16.9692,0.3901,13.0181,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,16.5024,-0.1004,13.0418,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,17.8640,0.1050,14.1980,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-18.6803,-0.3210,-21.9204,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-18.6744,-0.3261,-21.9094,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0163,V163_DDR,-10.3429,-0.1525,-13.7515,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0168,V168_DDR,-15.9636,-0.1929,-19.3317,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0180,V180_DDR,17.0170,0.4378,13.0181,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0181,V181_DDR,-18.9177,-0.2870,-22.1917,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0182,V182_DDR,16.9405,0.3460,13.0335,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0199,V199_DDR,16.6537,0.1988,12.8938,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0200,V200_DDR,16.7511,0.2336,12.9564,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.VOLT.0235,V235_DDR,-16.8847,-0.2970,-20.1488,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,17.3613,-0.4000,14.2002,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,16.9399,0.2882,13.0906,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-10.4874,-0.2241,-13.8243,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-10.8569,-0.1701,-14.2479,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS_SPS,SPS_LA,9.7333,0.1497,6.0225,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,17.2423,0.0697,13.6115,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SSCN_NPPD,SSCN_NPPD_LA,-4.2434,-0.1576,-7.6468,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,16.4330,0.0954,12.7765,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,16.4330,0.0954,12.7765,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,TAL,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,TEC,SOUC,17.2121,0.1201,13.5310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-3.2174,-0.3343,-6.4441,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,TVA,TVA,16.4165,0.1055,12.7500,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB,UCUHUB_H,-6.9073,-0.0948,-10.3735,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB17,UCUHUB17_H,-10.5102,-0.1739,-13.8974,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB18,UCUHUB18_H,-7.8236,-0.1484,-11.2362,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB19,UCUHUB19_H,-11.4763,-0.1646,-14.8727,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB20,UCUHUB20_H,-11.5037,-0.1573,-14.9075,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB21,UCUHUB21_H,-13.0445,-0.1808,-16.4248,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB22,UCUHUB22_H,-12.5721,-0.1884,-15.9447,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB23,UCUHUB23_H,-12.8665,-0.1902,-16.2373,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,UCUHUB24,UCUHUB24_H,-10.4354,-0.1658,-13.8307,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,3.2683,0.1667,-0.4594,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,3.2683,0.1667,-0.4594,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,3.1947,-0.0647,-0.3016,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,3.1947,-0.0647,-0.3016,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,2.8712,-0.0867,-0.6032,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,2.8886,-0.0365,-0.6359,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,2.8886,-0.0365,-0.6359,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,3.2683,0.1667,-0.4594,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,2.8143,-0.0770,-0.6698,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,3.0871,0.0566,-0.5306,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,-0.5315,-0.1615,-3.9310,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,0.5792,-0.3115,-2.6704,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,3.2189,0.1586,-0.5007,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,3.2189,0.1586,-0.5007,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,7.1146,-0.3535,3.9070,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,-3.2932,-0.1370,-6.7173,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,6.2277,-0.0107,2.6774,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,-0.8973,-0.1692,-4.2891,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,-0.5717,-0.1355,-3.9973,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,-1.4665,-0.1546,-4.8729,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,7.3000,-0.1680,3.9070,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,7.3000,-0.1680,3.9070,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,6.1787,-0.1174,2.7351,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,1.0436,-0.3000,-2.2174,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,-0.4803,-0.0856,-3.9558,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,3.1516,0.0335,-0.4429,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,3.1516,0.0335,-0.4429,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,3.1516,0.0335,-0.4429,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,3.1956,0.0688,-0.4343,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,3.1956,0.0688,-0.4343,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,3.1956,0.0688,-0.4343,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,3.3066,0.2141,-0.4686,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,3.1134,-0.0644,-0.3833,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,3.1932,-0.0682,-0.2996,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-4.3241,-0.1204,-7.7647,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,-0.2994,-0.1183,-3.7421,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,3.0809,0.0525,-0.5326,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-2.5504,-0.1720,-5.9395,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,0.7319,-0.3555,-2.4736,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,7.2035,-0.1254,3.7678,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,3.2633,0.1675,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,3.2633,0.1675,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,3.2631,0.1673,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,3.2633,0.1675,-0.4653,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,3.2479,0.1325,-0.4456,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-1.4698,-0.2954,-4.7354,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,2.9497,-0.0202,-0.5911,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,-1.7303,-0.1170,-5.1743,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,-1.7303,-0.1170,-5.1743,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-2.8108,-0.2012,-6.1706,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-2.8108,-0.2012,-6.1706,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,3.1501,-0.0276,-0.3833,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,2.8163,-0.0301,-0.7147,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,-0.7280,-0.2208,-4.0682,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,1.1396,-0.2569,-2.1645,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,0.6133,-0.0761,-2.8716,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,2.8712,-0.0867,-0.6032,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,2.8712,-0.0867,-0.6032,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,-0.8973,-0.1692,-4.2891,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,0.2194,-0.0887,-3.2530,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,5.2067,-0.1398,1.7855,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,1.0849,-0.2588,-2.2174,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,-10.0000,-0.1517,-13.4093,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.FSE,WAUE.FSE_H,-2.4154,-0.1881,-5.7884,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,3.0064,0.0393,-0.5940,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,2.9881,0.0379,-0.6109,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,-0.5475,-0.3214,-3.7872,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,-0.1794,-0.2998,-3.4406,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,2.9973,-0.0729,-0.4908,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,2.9188,-0.0886,-0.5537,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-15.5300,-0.3338,-18.7572,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,0.5792,-0.3115,-2.6704,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,-0.0705,-15.4905,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,-0.7592,-0.1244,-4.1958,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,-0.7592,-0.1244,-4.1958,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,-0.7590,-0.1242,-4.1958,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,5.1977,-0.1266,1.7632,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,0.2194,-0.0887,-3.2530,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,0.1651,-0.0763,-3.3197,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,-0.9392,-0.1756,-4.3247,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,-0.4766,-0.0818,-3.9558,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,-0.3748,0.0146,-3.9504,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,-0.4550,-0.1222,-3.8939,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,1.7235,-0.0533,-1.7842,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,-0.6738,-0.1286,-4.1063,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,-0.7777,-0.1991,-4.1397,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-2.5504,-0.1720,-5.9395,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,2.2409,0.0410,-1.3611,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,-0.9027,-0.1727,-4.2910,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,2.1643,0.0241,-1.4208,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,-0.0741,-0.0831,-3.5520,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,-1.2293,-0.1152,-4.6751,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NTWK,WAUE.NTWK_H,1.2516,-0.0750,-2.2344,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,1.9406,0.0857,-1.7061,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,1.9406,0.0857,-1.7061,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,0.6412,-0.3524,-2.5674,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-1.3479,-0.3860,-4.5229,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,-1.0784,-0.1098,-4.5297,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,0.6412,-0.3524,-2.5674,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,2.6600,-0.0120,-0.8891,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,3.3588,-0.1557,-0.0466,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-2.5504,-0.1720,-5.9395,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,2.9437,-0.0554,-0.5620,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,3.1072,-0.4072,-0.0466,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-0.1428,-0.2289,-3.4749,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,0.3785,-0.2220,-2.9606,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,3.1935,-0.0714,-0.2961,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,-0.6095,-0.3135,-3.8570,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,1.7071,-0.0676,-1.7864,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,2.5543,-0.2090,-0.7978,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,1.1396,-0.2569,-2.1645,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.VOLT.0152,V152_DDR,3.3367,0.2539,-0.4783,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE.VOLT.0172,V172_DDR,3.2584,0.1481,-0.4507,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_BEPM,WAUE_BEPM_LA,2.4875,0.0516,-1.1251,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,-0.0180,-0.0968,-3.4823,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,-0.3773,0.0164,-3.9547,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_EWA,WAUE_EWA_LA,0.2646,-0.0754,-3.2211,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,1.4765,-0.1669,-1.9176,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_HMMU,WAUE_HMMU_LA,-0.9189,-0.0401,-4.4399,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,1.8061,-0.0630,-1.6919,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_MECB,WAUE_MECB_LA,-0.8820,-0.0166,-4.4264,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_MMPA,WAUE_MMPA_LA,2.6950,0.0726,-0.9387,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_MRES,WAUE_MRES_LA,0.9372,-0.0795,-2.5444,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,3.2355,0.1816,-0.5071,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,3.0064,0.0393,-0.5940,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,0.9056,-0.1591,-2.4964,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_OTP,WAUE_OTP_LA,3.1285,0.1531,-0.5857,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_OTPW,WAUE_OTPW_LA,3.8749,0.0535,0.2603,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM,WAUE_UGPM_LA,1.3755,-0.0746,-2.1109,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,2.3119,0.0025,-1.2516,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,-0.6151,-0.1131,-4.0631,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,1.1009,-0.1266,-2.3335,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,0.2646,-0.0754,-3.2211,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,-0.9189,-0.0401,-4.4399,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,1.2865,-0.1797,-2.0949,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,3.0064,0.0393,-0.5940,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,2.6950,0.0726,-0.9387,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,0.3948,-0.0574,-3.1088,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,0.5603,-0.1862,-2.8146,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,3.0867,0.1820,-0.6564,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-29.8352,-0.3690,-33.0273,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-26.1727,-0.3714,-29.3623,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-6.0564,-0.2099,-9.4075,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,96.7521,0.0745,93.1165,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,96.7521,0.0745,93.1165,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-14.6130,-0.3702,-17.8039,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,86.3966,0.0955,82.7400,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,74.3900,0.0918,70.7372,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,11.5700,-0.2140,8.2230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,3.6020,-0.2025,0.2435,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-20.6545,-0.3656,-23.8500,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-26.1498,-0.3355,-29.3754,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-27.5216,-0.3482,-30.7345,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,17.4261,-0.3351,14.2002,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_ENMC,WFEC_ENMC_LA,16.9921,0.1837,13.2474,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-28.4568,-0.2918,-31.7260,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,33.5332,0.0662,29.9060,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,16.6043,0.1210,12.9223,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-29.8352,-0.3690,-33.0273,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-29.8352,-0.3690,-33.0273,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-29.8352,-0.3690,-33.0273,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_OKGE,WFEC_OKGE_LA,-13.5941,-0.0306,-17.1245,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,16.7071,0.0798,13.0663,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-20.1228,-0.3177,-23.3662,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-15.0114,-0.3959,-18.1765,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_WFEC,WFEC_LA,5.3456,-0.0964,1.8810,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,16.6043,0.1210,12.9223,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-11.2891,-0.2257,-14.6245,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-15.4015,-0.2700,-18.6926,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,-2.5089,0.0578,-6.1278,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-12.4977,-0.2134,-15.8453,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-20.4118,-0.3162,-23.6566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-20.4118,-0.3162,-23.6566,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-21.4154,-0.2593,-24.7171,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-21.4154,-0.2593,-24.7171,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-21.4154,-0.2593,-24.7171,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-12.4977,-0.2134,-15.8453,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-5.6046,-0.0466,-9.1191,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-16.2897,-0.2144,-19.6363,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-16.2897,-0.2145,-19.6363,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-16.2897,-0.2145,-19.6363,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-16.2895,-0.2143,-19.6363,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-5.6046,-0.0466,-9.1191,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-18.0706,-0.3433,-21.2884,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-41.9000,-0.1162,-45.3448,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.JEC.1,WRJEFFUN10_RA,-9.9809,-0.1338,-13.4081,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.JEC.2,WRJEFFUN11_RA,-9.8561,-0.1341,-13.2831,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.JEC.3,WRJEFFUN12_RA,-9.8609,-0.1389,-13.2831,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-28.6931,-0.2790,-31.9752,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-20.7868,-0.2796,-24.0682,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-20.7868,-0.2796,-24.0682,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.LEC.4,WRLECUN26_RA,-7.1482,-0.0621,-10.6471,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.LEC.5,WRLECUN27_RA,-7.6966,-0.0549,-11.2028,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-14.9052,-0.1977,-18.2685,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-14.9052,-0.1977,-18.2685,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-14.9052,-0.1977,-18.2685,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-14.8761,-0.1904,-18.2467,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-12.5235,-0.1988,-15.8857,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-10.9560,-0.2126,-14.3044,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-10.9560,-0.2126,-14.3044,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-14.8929,-0.3338,-18.1202,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-12.3597,-0.2533,-15.6675,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-6.3336,-0.1116,-9.7831,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-12.8765,-0.2521,-16.1855,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-20.7881,-0.2809,-24.0682,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,73.9564,0.0957,70.2997,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-14.9175,-0.4711,-18.0074,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-11.8523,-0.1558,-15.2576,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-15.1416,-0.2839,-18.4187,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-5.6046,-0.0466,-9.1191,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-12.4977,-0.2134,-15.8453,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-23.3702,-0.2337,-26.6976,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.THAYERLD,WR.THAYERLD_LA,20.0431,0.1076,16.3745,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-24.1591,-0.2306,-27.4896,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0106,V106_DDR,-23.3393,-0.2267,-26.6736,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-5.6825,-0.0277,-9.2158,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-13.4023,-0.1910,-16.7723,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-6.9986,-0.0390,-10.5207,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-6.9986,-0.0390,-10.5207,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-6.0128,-0.0385,-9.5354,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-22.8581,-0.1951,-26.2240,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0157,V157_DDR,-7.0501,-0.0420,-10.5691,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0158,V158_DDR,-6.9986,-0.0390,-10.5207,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-6.9986,-0.0390,-10.5207,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-23.5612,-0.2415,-26.8807,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0173,V173_DDR,-14.8758,-0.2266,-18.2102,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0174,V174_DDR,-23.3049,-0.2242,-26.6417,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0184,V184_DDR,-22.8862,-0.2443,-26.2029,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-23.4999,-0.2313,-26.8296,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0186,V186_DDR,-23.4010,-0.2395,-26.7225,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-23.0814,-0.2389,-26.4035,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-24.0555,-0.2275,-27.3891,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-16.3019,-0.1706,-19.6923,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-12.8997,-0.1377,-16.3230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-12.1421,-0.1458,-15.5573,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-12.1421,-0.1458,-15.5573,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-12.8997,-0.1377,-16.3230,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0245,V245_DDR,-23.5068,-0.2313,-26.8366,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.VOLT.0248,V248_DDR,-23.3393,-0.2267,-26.6736,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-26.0890,-0.2641,-29.3859,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-8.0181,-0.0707,-11.5084,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.WOLF,WRWOLFUN15_RA,-15.9419,-0.3019,-19.2010,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-18.0706,-0.3433,-21.2884,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,-2.5246,0.0421,-6.1278,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-25.2237,-0.2759,-28.5089,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-22.6435,-0.1864,-26.0181,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-13.3387,-0.1915,-16.7082,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-24.4980,-0.2324,-27.8266,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-24.4980,-0.2324,-27.8266,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-24.4980,-0.2324,-27.8266,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-24.4980,-0.2324,-27.8266,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-11.9854,-0.1257,-15.4208,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-38.1982,-0.2295,-41.5298,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-38.1982,-0.2295,-41.5298,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-40.6789,-0.2372,-44.0027,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-40.6789,-0.2372,-44.0027,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_MIDW,WR_MIDW_LA,-13.2703,-0.2302,-16.6012,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,2.0060,0.0666,-1.6217,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,-2.8246,-0.0069,-6.3787,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-14.7865,-0.2224,-18.1252,3.5611\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_SEG,WR_SEG_LA,-4.5558,0.0210,-8.1378,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,WR_WR,WR_LA,-14.2055,-0.1525,-17.6140,3.5610\n03/19/2025 05:00:00,03/19/2025 10:00:00,YAD,VACS,16.8261,0.1130,13.1521,3.5610\n03/19/2025 06:00:00,03/19/2025 11:00:00,AEC,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_CSWS,CSWS_AECC_LA,27.2309,0.3193,19.7066,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,24.4167,0.2409,16.9708,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,29.1153,0.4375,21.4728,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,24.3356,0.1792,16.9514,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,30.0158,0.2241,22.5867,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,28.1427,0.1845,20.7532,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,30.0440,0.1156,22.7234,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AECI,AECI,19.2590,0.1321,11.9219,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AEPM_CSWS,CSWS_LA,27.7941,0.2339,20.3552,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ALTW,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,AMRN,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,8.4724,-0.2496,1.5171,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,BBA,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BCA,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BEPM.ER01.DDR,ER01_DDR,3.8585,-0.3755,-2.9710,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BEPM_ER01,BEPM_ER01_LA,3.8585,-0.3755,-2.9710,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,2.1933,-0.0203,-4.9913,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-0.9457,-0.0227,-8.1280,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BEPM_UM01,BEPM_UM01_LA,6.9353,0.3273,-0.5970,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BLKW,BLKW,9.6478,-0.0044,2.4472,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-25.0000,-0.7229,-31.4821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-25.0000,-0.7229,-31.4821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,14.7744,-0.6089,8.1783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-24.9918,-0.7147,-31.4821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BRAZ,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BUBA,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-14.4765,-0.6480,-21.0335,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-27.4616,-0.3675,-34.2991,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,4.0008,-0.1471,-3.0571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,4.0008,-0.1471,-3.0571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CLEC,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,26.5831,0.1626,19.2156,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,COWP,COWP_LA,27.3220,0.2319,19.8851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,27.3220,0.2319,19.8851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,27.3220,0.2319,19.8851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CPLE,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CPLW,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,27.2843,0.3041,19.7752,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,27.2843,0.3041,19.7752,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,27.2843,0.3041,19.7752,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,27.2843,0.3041,19.7752,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CRTH_SPA,WRCRTH_SPA_LA,15.9208,0.1289,8.5869,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,29.8263,0.5862,22.0351,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-4.1228,-0.4147,-10.9131,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,30.0440,0.1156,22.7234,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,24.3356,0.1792,16.9514,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,29.8247,0.5829,22.0368,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,29.6944,0.3982,22.0912,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,29.8040,0.5256,22.0734,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,29.8040,0.5256,22.0734,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,24.1204,0.2101,16.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,24.1204,0.2101,16.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,24.1204,0.2101,16.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,24.1204,0.2101,16.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,30.0440,0.1156,22.7234,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,32.2052,0.4429,24.5573,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,47.4632,-0.0508,40.3090,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,47.3969,-0.1171,40.3090,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,30.1975,0.0503,22.9423,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,26.0069,0.0608,18.7412,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,26.0069,0.0608,18.7412,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,26.0089,0.0607,18.7432,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,26.0089,0.0607,18.7432,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-17.9921,-0.5229,-24.6742,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-2.0323,-0.3731,-8.8641,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,37.9046,0.0729,30.6267,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-14.6696,-0.6184,-21.2562,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-14.6438,-0.5926,-21.2562,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-9.0413,-0.3587,-15.8876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.GRID.CDL1,CDL1_DDR,31.8602,0.1130,24.5422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-7.2454,-0.4107,-14.0397,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-2.4079,-0.4352,-9.1776,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,31.8602,0.1130,24.5422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.CSI1,CSI1_DDR,28.0051,0.1999,20.6002,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.CSI2,CSI2_DDR,28.0073,0.2021,20.6002,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,26.5874,0.1668,19.2156,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.GAZA,GAZA_DDR,31.8602,0.1130,24.5422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,99.5770,0.2585,92.1135,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.NUEN.T201,NT201_DDR,27.0900,0.0902,19.7948,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-6.8393,-0.5275,-13.5168,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-6.8393,-0.5275,-13.5168,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,30.0440,0.1156,22.7234,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,30.1051,0.6260,22.2741,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-9.0413,-0.3587,-15.8876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-9.0413,-0.3587,-15.8876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-13.3773,-0.4750,-20.1073,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-14.6438,-0.5926,-21.2562,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,29.5186,0.3714,21.9422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,23.2749,0.0160,16.0539,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,23.1738,-0.0851,16.0539,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,23.1762,-0.0827,16.0539,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,5.8694,-0.0252,-1.3104,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,5.8694,-0.0252,-1.3104,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,29.7152,0.3847,22.1255,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,27.3467,0.0679,20.0738,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,29.7095,0.3866,22.1179,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,30.2421,0.7834,22.2537,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,33.3855,0.1671,26.0134,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,28.0073,0.2021,20.6002,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0057,OKMU_DDR,29.4857,0.1375,22.1433,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0060,LEHIGH_DDR,99.5770,0.2585,92.1135,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0086,WARRENM_DDR,26.4546,0.0857,19.1639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,30.1825,0.5999,22.3776,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,38.3874,0.1026,31.0798,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0121,V121_DDR,29.7152,0.3847,22.1255,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0122,V122_DDR,36.7773,0.0946,29.4777,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0124,V124_DDR,57.2540,0.0519,49.9971,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0135,V135_DDR,27.4774,0.0952,20.1772,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0144,V144_DDR,-2.0862,-0.3392,-8.9520,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0145,V145_DDR,-2.1711,-0.3715,-9.0046,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,29.7348,0.3979,22.1319,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,30.1740,0.2134,22.7556,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0175,V175_DDR,26.5874,0.1668,19.2156,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,30.1740,0.2134,22.7556,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,30.2334,0.2584,22.7701,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,27.4774,0.0952,20.1772,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,27.8565,0.0876,20.5639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,27.4773,0.0753,20.1970,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,43.2430,0.0145,36.0235,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,26.1049,0.0563,18.8436,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,27.8565,0.0876,20.5639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0211,V211_DDR,29.7700,0.4722,22.0928,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,39.2418,0.1008,31.9360,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0213,V213_DDR,27.2784,0.0852,19.9882,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0215,V215_DDR,37.9041,0.0976,30.6015,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0217,V217_DDR,39.3093,0.0953,32.0090,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0218,V218_DDR,42.7727,0.0206,35.5471,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0228,V228_DDR,27.9590,0.0606,20.6934,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0232,V232_DDR,26.7947,0.0939,19.4958,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0233,V233_DDR,27.9793,0.0932,20.6811,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0240,V240_DDR,34.2446,0.0602,26.9794,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0244,V244_DDR,27.8565,0.0876,20.5639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0246,MDT1_DDR,99.5770,0.2585,92.1135,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0249,V249_DDR,27.2175,0.0912,19.9213,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0250,V250_DDR,-4.6821,-0.3967,-11.4904,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0251,V251_DDR,26.5404,0.0724,19.2630,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.VOLT.0252,V252_DDR,43.2430,0.0145,36.0235,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-20.0823,-0.4847,-26.8026,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,10.1396,-0.5359,3.4705,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-16.2097,-0.7512,-22.6634,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,29.5993,0.2870,22.1073,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-24.2000,-0.7660,-30.6390,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-21.5381,-0.5030,-28.2400,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-21.5381,-0.5030,-28.2400,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-21.5381,-0.5030,-28.2400,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-21.5381,-0.5030,-28.2400,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-21.5381,-0.5030,-28.2400,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,30.0440,0.1156,22.7234,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,29.4919,0.5916,21.6953,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,26.7861,0.0853,19.4958,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,26.7753,0.0745,19.4958,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,32.3891,0.1602,25.0239,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,32.3891,0.1602,25.0239,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWELSH1,CSWSWELSHUN1_RA,29.8241,0.3014,22.3177,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWELSH3,CSWSWELSHUN3_RA,29.8241,0.3014,22.3177,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWILKES1,CSWSWILKESUN1_RA,29.9719,0.4109,22.3560,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWILKES2,CSWSWILKESUN2_RA,29.9719,0.4109,22.3560,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,CSWWILKES3,CSWSWILKESUN3_RA,29.8468,0.3877,22.2541,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-14.6401,-0.5889,-21.2562,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DENL,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DERS,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DOE,DOE,20.5372,0.1970,13.1352,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,2.0319,-0.0119,-5.1612,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DPC,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,DUK,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDDY,EDDY,16.4427,0.3879,8.8498,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,12.4783,0.0919,5.1814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-33.6500,-0.1153,-40.7397,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,22.7008,-0.0161,15.5119,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE.SLCC,EDESTL4391_PLT,19.0248,0.0519,11.7679,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,18.3208,0.0712,11.0447,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,8.9254,-0.0621,1.7826,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_EC_01,EDELAR3821UN1_RA,12.4783,0.0919,5.1814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_EC_02,EDELAR3821UN2_RA,12.4783,0.0919,5.1814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_EC_03,EDELAR3821UN3_RA,12.4783,0.0919,5.1814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_EC_04,EDELAR3821UN4_RA,12.4783,0.0919,5.1814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_EDE,EDE_LA,21.0011,0.1991,13.5971,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_ERW,EDEERWFUNG1_RA,-26.6008,-0.3941,-33.4117,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-9.5333,-0.4668,-16.2714,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,42.7100,0.3944,35.1106,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,42.7100,0.3944,35.1106,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,42.7100,0.3944,35.1106,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,42.7100,0.3944,35.1106,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,26.4436,0.2692,18.9694,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_RIV_10,EDERIV1671UN10_RA,20.0846,0.0128,12.8668,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_RIV_11,EDERIV1671UN11_RA,20.0846,0.0128,12.8668,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_RIV_12,EDERIV453UN12_PLT,19.9456,-0.1262,12.8668,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_SL_01,EDESTL4391UN1_RA,19.0248,0.0519,11.7679,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EDE_SWMP,EDE_SWMP_LA,6.6600,0.2628,-0.8078,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EEI,EEI,20.4800,0.1961,13.0789,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EES,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-13.8928,-0.4030,-20.6948,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ERCOTE,ERCOTE,29.8241,0.3014,22.3177,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ERCOTN,ERCOTN,-6.8069,-0.4951,-13.5168,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,0.3882,-0.2293,-6.5875,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FMPP,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FPC,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FPL,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FREM_50T,OPPDFREM_GUN1_RA,3.9760,-0.1254,-3.1036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FREM_6,OPPDFREM_AUN6_RA,3.9732,-0.1277,-3.1041,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FREM_7,OPPDFREM_AUN7_RA,3.9732,-0.1277,-3.1041,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FREM_8,OPPDFREM_AUN8_RA,3.9448,-0.1561,-3.1041,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FREM_LOAD,FREM_LOAD_LA,3.9686,-0.1323,-3.1041,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-22.2129,-0.3674,-29.0505,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,29.5186,0.3714,21.9422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-15.4716,-0.8891,-21.7875,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-37.3361,-0.6303,-43.9108,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,26.5831,0.1626,19.2156,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,26.5831,0.1626,19.2156,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,26.5831,0.1626,19.2156,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,29.0545,0.1052,21.7443,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,29.0545,0.1052,21.7443,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,29.2168,0.1027,21.9091,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,29.2168,0.1027,21.9091,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-28.2187,-0.5547,-34.8690,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,46.3520,-0.0256,39.1726,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,46.3520,-0.0256,39.1726,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,46.3520,-0.0256,39.1726,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.VOLT.0130,V130_DDR,29.6556,0.1809,22.2697,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA.VOLT.0237,V237_DDR,30.2355,0.1357,22.8948,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDAHUB2,GRDAHUB2_H,12.9612,-0.0863,5.8425,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDAHUB3,GRDAHUB3_H,8.0179,-0.1490,0.9619,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA_GRDA,GRDA_LA,30.4598,0.1278,23.1270,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA_HUB,GRDA_H,20.0133,-0.0028,12.8112,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRDA_HUBSA,GRDASA_H,19.3053,-0.0108,12.1111,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GRE,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-5.6927,0.1972,-13.0948,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GSEC_SPS,SPS_GSEC_LA,3.5520,-0.1871,-3.4658,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GSPR2014HUB,GSPR2014HUB_H,2.0245,-0.2630,-4.9175,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,GSPR2015HUB,GSPR2015HUB_H,2.3288,-0.2704,-4.6057,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-5.3404,-0.5349,-12.0105,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,HARRISON,CSWSLEBROCKPLT1,29.6022,0.3163,22.0809,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,HAST_TNSK_HUB,HAST_TNSK_H,1.4493,-0.2630,-5.4927,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,HQST,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,HST,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,2.4901,0.1150,-4.8299,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,2.4901,0.1150,-4.8299,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,2.4504,0.1108,-4.8654,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,2.4504,0.1108,-4.8654,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,2.5350,0.1148,-4.7848,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,2.5350,0.1148,-4.7848,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDN_INDN,INDN_LA,2.4826,0.1140,-4.8364,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ISNE,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,JEA,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,4.0468,-0.1191,-3.0391,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,4.0468,-0.1191,-3.0391,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-1.9610,-0.0354,-9.1306,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYCT4,KACYNEARMANUNCT4_RA,1.0219,0.0737,-6.2568,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,49.1311,-0.0019,41.9280,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,1.0219,0.0737,-6.2568,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,1.0496,0.0801,-6.2355,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,1.0442,0.0800,-6.2408,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KACY_KACY,KACY_LA,1.0512,0.0800,-6.2338,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,1.6562,0.0410,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,6.2754,0.2740,-1.2036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-25.6034,-0.1930,-32.6154,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-49.8667,-0.5632,-56.5085,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0222,V222_DDR,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0223,V223_DDR,1.3717,-0.0180,-5.8153,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0241,V241_DDR,7.8027,0.2372,0.3605,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0243,V243_DDR,18.1279,0.0491,10.8738,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0247,V247_DDR,1.9989,0.0353,-5.2413,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.VOLT.0253,V253_DDR,1.6834,0.0430,-5.5646,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-8.7954,-0.5263,-15.4741,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,1.6692,0.0399,-5.5757,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,1.6692,0.0399,-5.5757,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB,KCPLHUB_H,-5.6896,-0.2752,-12.6194,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB17,KCPLHUB17_H,-6.8062,-0.3098,-13.7014,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB18,KCPLHUB18_H,-6.3922,-0.3050,-13.2922,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB19,KCPLHUB19_H,-6.5357,-0.2889,-13.4518,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB20,KCPLHUB20_H,-7.2996,-0.3182,-14.1864,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB21,KCPLHUB21_H,-7.0861,-0.3097,-13.9814,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB22,KCPLHUB22_H,-6.2532,-0.3061,-13.1521,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB23,KCPLHUB23_H,-7.1311,-0.3158,-14.0202,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLHUB24,KCPLHUB24_H,-7.6523,-0.3322,-14.5251,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,0.3703,-0.0197,-6.8150,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,0.3703,-0.0197,-6.8150,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,1.4710,-0.1932,-5.5408,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,1.4710,-0.1932,-5.5408,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,1.6562,0.0410,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,1.6562,0.0410,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,1.4750,0.0576,-5.7876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,-6.8723,-0.0756,-14.0017,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,1.7512,0.0403,-5.4941,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KCPL_KCPL,KCPL_LA,0.9740,0.0286,-6.2596,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KENN,KENN_LA,27.7851,0.2616,20.3185,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KEP2_SECI,KEP2_SECI_LA,-15.7375,-0.6148,-22.3278,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,KERR_1,GRDAKERR_HYDUN1_RA,29.6111,0.1276,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KERR_2,GRDAKERR_HYDUN2_RA,29.3444,0.1311,22.0083,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KERR_3,GRDAKERR_HYDUN3_RA,29.3444,0.1311,22.0083,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KERR_4,GRDAKERR_HYDUN4_RA,29.6111,0.1276,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,-0.6290,-0.0936,-7.7404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,-0.3581,-0.0585,-7.5046,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,-0.3581,-0.0585,-7.5046,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,-2.5217,-0.0842,-9.6424,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,-4.2159,-0.0694,-11.3515,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,-4.2159,-0.0694,-11.3515,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-14.0256,-0.5565,-20.6741,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-14.0256,-0.5565,-20.6741,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-14.0256,-0.5565,-20.6741,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-11.0342,-0.3950,-17.8442,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-11.0342,-0.3950,-17.8442,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-14.1237,-0.5708,-20.7578,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-11.4522,-0.3933,-18.2639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-9.0200,-0.2311,-15.9939,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,42.8813,-0.0050,35.6813,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,42.8813,-0.0050,35.6813,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-2.3756,-0.1436,-9.4370,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-2.3756,-0.1436,-9.4370,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-2.3756,-0.1436,-9.4370,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-12.0401,-0.4811,-18.7640,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-12.1768,-0.6461,-18.7357,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,-2.4219,-0.2339,-9.3930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-1.3030,-0.0113,-8.4967,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LAFA,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LAM345,LAM345,-14.4765,-0.6480,-21.0335,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LEPA,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,3.6364,-0.1517,-3.4169,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_LES,LES_LA,3.6294,-0.1553,-3.4203,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,3.7754,-0.1582,-3.2713,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,3.5146,-0.1712,-3.5192,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,3.5146,-0.1712,-3.5192,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,3.5146,-0.1712,-3.5192,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,3.7757,-0.1580,-3.2713,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,3.7754,-0.1582,-3.2713,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_WAVERLY,LES_WAVERLY_H,3.7161,-0.1651,-3.3238,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,4.2557,-0.1642,-2.7851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,4.2557,-0.1642,-2.7851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,LGEE,LGEE,17.8744,0.1502,10.5192,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MALDEN,MALDEN_LA,26.5773,0.2520,19.1203,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MCWEST,MCWEST,6.4982,0.1200,-0.8267,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MDU,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,0.0916,-0.0172,-7.0962,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,1.4451,-0.0814,-5.6785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,3.9654,0.1629,-3.4024,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MEAN_NPPD,NPPD_MEAN_LA,0.4177,-0.3412,-6.4460,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MEC,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MHEB,MHEB,7.5631,0.0681,0.2900,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-7.2625,-0.4217,-14.0458,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-11.9337,-0.5566,-18.5821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-7.2625,-0.4217,-14.0458,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-7.2625,-0.4217,-14.0458,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-11.9337,-0.5566,-18.5821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MISO,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-15.5004,-0.4658,-22.2396,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-15.5004,-0.4658,-22.2396,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-5.8186,-0.2523,-12.7713,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-15.8435,-0.8394,-22.2091,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-11.8156,-0.5169,-18.5037,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-16.9187,-1.1382,-22.9855,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-15.8675,-0.7264,-22.3461,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-17.0307,-1.0607,-23.1750,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-15.6532,-0.4910,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-15.6532,-0.4910,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-15.6532,-0.4910,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-15.6532,-0.4910,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-15.6532,-0.4910,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,6.3133,0.0297,-0.9214,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,18.5774,0.1777,11.1947,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,18.5774,0.1777,11.1947,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,13.6800,0.1189,6.3561,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,8.6204,0.2716,1.1438,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MOWR,AECI,19.2590,0.1321,11.9219,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,10.8202,0.0967,3.5185,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,18.4353,0.1818,11.0484,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,3.0171,-0.3291,-3.8588,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,2.9266,-0.1732,-4.1052,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-19.3507,-0.5561,-25.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,3.0383,-0.3079,-3.8588,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,2.0343,-0.0094,-5.1612,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,2.0343,-0.0094,-5.1612,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,2.0348,-0.0090,-5.1612,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,2.0348,-0.0090,-5.1612,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,1.5942,-0.0210,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,1.6139,-0.0013,-5.5898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,9.6309,0.1902,2.2357,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,2.5536,-0.0113,-4.6401,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,1.6086,-0.0311,-5.5653,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,1.6086,-0.0310,-5.5653,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,1.6087,-0.0310,-5.5653,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,1.4659,0.0466,-5.7857,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,1.4659,0.0466,-5.7857,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MPS_MPS,MPS_LA,3.1255,0.0609,-4.1404,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MSTNG,SPSMSTNGPLT1,9.8527,0.1956,2.4522,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MSTNG4,SPSMSTNGUN4_RA,9.8171,0.1599,2.4522,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,MSTNG5,SPSMSTNGUN5_RA,9.8527,0.1956,2.4522,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,9.8527,0.1956,2.4522,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NBSO,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,3.3211,-0.2679,-3.6160,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,3.3203,-0.2687,-3.6160,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-7.6690,-0.7126,-14.1614,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NHC1,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,4.0576,-0.1344,-3.0130,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,4.0576,-0.1344,-3.0130,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,4.0576,-0.1344,-3.0130,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,0.7951,-0.3421,-6.0678,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,0.9260,-0.4787,-5.8003,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,2.4944,-0.2771,-4.4335,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,2.0700,-0.2672,-4.8678,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,0.9260,-0.4787,-5.8003,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.HUB.PY2018,NPPDPY18_H,0.6420,-0.3140,-6.2490,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,0.7656,-0.3128,-6.1266,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,0.6870,-0.3104,-6.2076,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,0.7884,-0.3060,-6.1106,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,0.7691,-0.2788,-6.1571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-0.9894,-0.2643,-7.9301,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-0.9894,-0.2643,-7.9301,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-2.1173,-0.3415,-8.9808,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,0.7691,-0.2788,-6.1571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,5.2470,-0.4405,-1.5175,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,0.3970,-0.5036,-6.3044,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-3.8378,-0.3357,-10.7071,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,0.3970,-0.5036,-6.3044,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,1.3713,-0.4618,-5.3719,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-0.0060,-0.4226,-6.7884,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,2.9937,-0.1170,-4.0943,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,0.9260,-0.4787,-5.8003,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-3.3692,-0.3322,-10.2420,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-0.9894,-0.2643,-7.9301,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-0.9894,-0.2643,-7.9301,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-0.4689,-0.2210,-7.4529,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-0.5155,-0.2206,-7.4999,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-0.5155,-0.2206,-7.4999,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,0.0519,-0.1452,-7.0079,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,2.6287,-0.1454,-4.4309,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,1.1191,-0.3782,-5.7077,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,0.9988,-0.2518,-5.9543,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,1.8768,-0.1144,-5.2138,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,1.3145,-0.1183,-5.7721,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.NELI.DDR,NELI_DDR,0.9086,-0.3507,-5.9457,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.NPPM.1058,SH1058_DDR,7.9618,-0.1045,0.8613,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,0.1122,-0.1950,-6.8978,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,0.9260,-0.4787,-5.8003,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,2.4944,-0.2771,-4.4335,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,0.7691,-0.2788,-6.1571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.TECH.1,KEARNE_DDR,0.4225,-0.1227,-6.6598,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,2.4887,-0.5195,-4.1968,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,2.4887,-0.5195,-4.1968,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,0.6172,-0.3281,-6.2597,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD.VOLT.0236,V236_DDR,2.3132,-0.1147,-4.7770,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD2017HUB,NPPD2017HUB_H,0.6551,-0.3130,-6.2369,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,7.1147,-0.2616,0.1713,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,0.7951,-0.3421,-6.0678,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,0.4480,-0.6139,-6.1431,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,0.4480,-0.6139,-6.1431,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,2.4571,-0.1274,-4.6205,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,2.3190,-0.1090,-4.7770,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,1.9865,-0.2760,-4.9425,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-0.3750,-0.2327,-7.3473,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,7.8229,-0.2434,0.8613,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,7.8229,-0.2434,0.8613,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,7.8229,-0.2434,0.8613,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,1.4596,-0.2620,-5.4834,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,3.0695,-0.2789,-3.8566,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,1.4034,-0.2457,-5.5558,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,0.1100,-0.6884,-6.4066,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,1.8682,-0.6495,-4.6872,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-1.6915,-0.3219,-8.5746,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-1.9238,-0.3286,-8.8001,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,2.0297,-0.2357,-4.9396,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,2.0243,-0.2411,-4.9396,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,2.0243,-0.2411,-4.9396,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,1.9850,-0.2303,-4.9897,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,5.2470,-0.4405,-1.5175,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,1.9281,-0.2300,-5.0469,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,3.1049,-0.1993,-3.9008,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,1.4518,-0.2485,-5.5047,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,1.4442,-0.2523,-5.5085,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,1.4436,-0.2490,-5.5124,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,1.4436,-0.2490,-5.5124,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,1.4596,-0.2620,-5.4834,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,1.4465,-0.2751,-5.4834,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,1.9234,-0.0347,-5.2469,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,1.7338,-0.1754,-5.2958,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-1.7008,-0.2966,-8.6092,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,2.0747,-0.5951,-4.5352,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-4.1588,-0.3628,-11.0010,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,8.0736,0.0073,0.8613,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,0.9086,-0.3507,-5.9457,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-1.4645,-0.3045,-8.3649,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-1.4645,-0.3045,-8.3649,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_NPPD,NPPD_LA,2.9881,-0.2157,-4.0012,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,3.1049,-0.1993,-3.9008,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,3.1049,-0.1993,-3.9008,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,0.3187,-0.2530,-6.6333,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,0.0857,-0.3702,-6.7491,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NSB,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NSP,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NSSO,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,NYIS,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-17.1400,-0.7496,-23.5954,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-26.6186,-0.6004,-33.2232,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-33.7975,-0.5450,-40.4575,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-33.7975,-0.5450,-40.4575,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-18.2311,-0.8295,-24.6066,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-37.3361,-0.6303,-43.9108,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-100.0448,-0.3933,-106.8565,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-50.6921,-0.5704,-57.3267,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-29.3483,-0.5578,-35.9954,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-27.0964,-0.5961,-33.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-11.2259,-0.2743,-18.1566,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-29.3483,-0.5578,-35.9954,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-17.9271,-0.8148,-24.3173,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-16.7835,-0.7367,-23.2517,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-12.1245,-0.1514,-19.1781,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-27.0964,-0.5961,-33.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-21.3452,-0.5506,-27.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-18.2000,-0.5924,-24.8126,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-14.6931,-0.4724,-21.4256,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-21.3988,-0.1586,-28.4452,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-27.0964,-0.5961,-33.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-13.8424,-0.4030,-20.6443,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NUEN.LAM1,LAM1_DDR,30.1790,0.4452,22.5288,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-11.2259,-0.2743,-18.1566,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-11.2259,-0.2743,-18.1566,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-14.4965,-0.4073,-21.2942,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-11.4381,-0.2966,-18.3465,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-11.4381,-0.2966,-18.3465,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-11.4381,-0.2966,-18.3465,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-11.4867,-0.2719,-18.4198,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-11.4867,-0.2719,-18.4198,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-11.4381,-0.2966,-18.3465,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-11.4381,-0.2966,-18.3465,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-27.0964,-0.5961,-33.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,41.0308,0.3380,33.4878,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-17.9271,-0.8148,-24.3173,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-15.3821,-0.2941,-22.2930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-21.3452,-0.5506,-27.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,28.5594,0.3392,21.0152,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-16.5892,-0.4612,-23.3330,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-16.5892,-0.4612,-23.3330,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-16.5892,-0.4612,-23.3330,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-16.5892,-0.4612,-23.3330,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-33.0821,-0.8036,-39.4835,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-28.8384,-0.5552,-35.4881,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-26.6186,-0.6004,-33.2232,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-32.2192,-0.5312,-38.8930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-32.2192,-0.5312,-38.8930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-14.7269,-0.1671,-21.7648,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-15.8158,-0.5062,-22.5145,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-15.8158,-0.5062,-22.5145,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-15.8158,-0.5062,-22.5145,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0033,FOSTER_DDR,-10.1125,-0.2557,-17.0618,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,12.2952,0.1052,4.9850,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0035,TARBY_DDR,29.8779,0.3638,22.3091,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,12.2952,0.1052,4.9850,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,10.1213,0.0189,2.8974,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,10.1213,0.0189,2.8974,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-16.0400,-0.1972,-23.0478,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0040,TROSPER_DDR,-9.9380,-0.2491,-16.8939,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-10.3149,-0.2511,-17.2688,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,28.7887,0.3831,21.2006,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0115,V115_DDR,-11.1434,-0.2713,-18.0770,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0116,V116_DDR,-8.2500,-0.1234,-15.3316,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0118,V118_DDR,-19.9699,-0.0736,-27.1013,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0125,V125_DDR,28.5214,0.4371,20.8793,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0126,V126_DDR,26.1520,0.2003,18.7467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0129,V129_DDR,-7.2450,-0.4103,-14.0397,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-10.7628,-0.3003,-17.6675,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0134,V134_DDR,27.7037,0.2710,20.2277,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0138,V138_DDR,25.1996,0.1619,17.8327,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-10.9888,-0.2855,-17.9083,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0143,V143_DDR,16.0059,0.0456,8.7553,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0149,V149_DDR,-12.9559,-0.4194,-19.7415,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0150,V150_DDR,-12.6613,-0.4246,-19.4417,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0155,V155_DDR,24.4489,0.1224,17.1215,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0156,V156_DDR,-10.7628,-0.3003,-17.6675,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0166,V166_DDR,26.1435,0.3529,18.5856,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-10.7929,-0.2797,-17.7182,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-12.6613,-0.4246,-19.4417,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0170,V170_DDR,-14.6879,-0.4054,-21.4875,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-12.3736,-0.4086,-19.1700,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0176,V176_DDR,-12.6613,-0.4246,-19.4417,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0177,V177_DDR,-23.4225,-0.6972,-29.9302,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-10.6468,-0.2685,-17.5833,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-16.8288,-0.5067,-23.5270,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0195,V195_DDR,111.6066,0.2904,104.1112,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0197,V197_DDR,23.7215,0.1935,16.3230,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0198,V198_DDR,26.1435,0.3529,18.5856,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0208,V208_DDR,111.7772,0.2968,104.2754,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0209,V209_DDR,111.7772,0.2968,104.2754,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,24.5906,0.1270,17.2586,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0216,V216_DDR,-10.4096,-0.2519,-17.3627,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0219,V219_DDR,24.4489,0.1224,17.1215,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0220,V220_DDR,-12.6613,-0.4246,-19.4417,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0224,V224_DDR,-11.3186,-0.2816,-18.2420,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0225,V225_DDR,-11.3182,-0.2812,-18.2420,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0226,V226_DDR,-11.3186,-0.2816,-18.2420,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0227,V227_DDR,-11.3186,-0.2816,-18.2420,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0229,V229_DDR,-15.5557,-0.1789,-22.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0231,V231_DDR,-10.8503,-0.0741,-17.9812,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0238,V238_DDR,-33.9475,-0.6353,-40.5172,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.VOLT.0242,V242_DDR,24.7587,0.1415,17.4122,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-25.2514,-0.8699,-31.5865,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-26.1212,-0.5745,-32.7517,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-16.7774,-0.7307,-23.2517,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-25.2514,-0.8699,-31.5865,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-15.6703,-0.7506,-22.1247,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-56.1769,-0.5526,-62.8293,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEHL7,OKGEHL7_H,-6.9256,-0.2354,-13.8952,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEHL8,OKGEHSL1UN8_RA,-6.9256,-0.2354,-13.8952,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEHL910,OKGEHSL1PLT2,-6.9256,-0.2354,-13.8952,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-16.3811,-0.7499,-22.8362,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEMCC,OKGEMCCLAIPLT1,-11.2051,-0.3400,-18.0701,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,21.5612,0.0866,14.2696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,21.5612,0.0866,14.2696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,21.5612,0.0866,14.2696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-6.5909,-0.3212,-13.4747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-6.5909,-0.3212,-13.4747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-6.5909,-0.3212,-13.4747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-6.5909,-0.3212,-13.4747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-7.7689,-0.1796,-14.7943,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-4.7562,-0.1958,-11.7654,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-4.7562,-0.1958,-11.7654,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESO1,OKGESONR1UN1_RA,-59.2244,-0.5000,-65.9294,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESO2,OKGESONR1UN2_RA,-32.2192,-0.5312,-38.8930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-16.3811,-0.7499,-22.8362,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-19.0491,-0.8417,-25.4124,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGETINK5A,OKGETINK5UN1_RA,-9.2476,-0.2539,-16.1987,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGETINK5B,OKGETINK5UN2_RA,-9.2476,-0.2539,-16.1987,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-16.3758,-0.6650,-22.9158,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-26.6186,-0.6004,-33.2232,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,29.4085,0.5138,21.6897,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-15.7312,-0.4579,-22.4783,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_OKGE,OKGE_LA,-2.6379,-0.1456,-9.6972,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-15.3821,-0.2941,-22.2930,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-16.3974,-0.6866,-22.9158,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMLP,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,29.4602,0.0402,22.2151,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,29.1928,0.4678,21.5200,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-13.3789,-0.2539,-20.3301,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-100.0000,-0.3485,-106.8565,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-18.4732,-0.5742,-25.1040,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-29.3483,-0.5578,-35.9954,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-23.4128,-0.6851,-29.9327,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-7.7613,-0.5791,-14.3872,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,166.8764,-0.0002,159.6716,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-100.0105,-0.3590,-106.8565,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-100.0105,-0.3590,-106.8565,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_SPP,OMPA_SPP_LA,-21.4173,-0.3483,-28.2740,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-25.2514,-0.8699,-31.5865,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,25.9074,0.0394,18.6630,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,25.9074,0.0394,18.6630,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,25.9074,0.0394,18.6630,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,25.9074,0.0394,18.6630,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,ONT,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,4.0126,-0.1398,-3.0526,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,4.0509,-0.1282,-3.0259,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,4.0576,-0.1344,-3.0130,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,4.0178,-0.0717,-3.1155,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,4.0068,-0.1137,-3.0844,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,4.0068,-0.1137,-3.0844,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_GLDN,OPPD_GLDN_LA,4.0173,-0.1306,-3.0571,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,4.0401,-0.1323,-3.0325,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,5.2470,-0.4405,-1.5175,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,2.8450,-0.2054,-4.1546,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,4.0571,-0.1339,-3.0140,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_OPPD,OPPD_LA,4.0258,-0.1165,-3.0627,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,4.0241,-0.1061,-3.0747,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,4.0188,-0.1083,-3.0779,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OTP,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,OVEC,OVEC,16.9280,0.1333,9.5897,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PARAGOULD,PARAGOULD_LA,29.9231,0.2769,22.4412,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,28.4850,0.0826,21.1975,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,28.4850,0.0826,21.1975,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,28.4850,0.0826,21.1975,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,28.3703,0.1070,21.0583,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,28.3703,0.1070,21.0583,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,28.3703,0.1070,21.0583,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PIGGOTT,PIGGOTT_LA,27.3552,0.2582,19.8920,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PJM,PJM,15.5570,0.1053,8.2467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PLUM,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,POPLARBLUFF,POPLARBLUFF_LA,26.5350,0.2336,19.0964,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,6.3522,0.0216,-0.8743,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,6.3522,0.0216,-0.8743,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,6.4655,0.0270,-0.7665,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,6.4655,0.0270,-0.7665,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,7.0339,0.4863,-0.6573,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,7.0339,0.4863,-0.6573,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,6.5056,0.1150,-0.8144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,5.7119,-0.1469,-1.3462,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-27.4616,-0.3675,-34.2991,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,78.6597,0.0353,71.4194,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,2.2721,0.0399,-4.9728,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-12.3325,-0.0541,-19.4834,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,34.9373,0.1846,27.5477,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,24.2290,0.2405,16.7835,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,6.5454,-0.1849,-0.4746,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,6.6373,0.1426,-0.7103,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,5.4943,-0.2783,-1.4323,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,7.2489,0.4364,-0.3924,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,7.2380,0.1468,-0.1138,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,6.1443,-0.1407,-0.9200,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,PUPP,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,RCEAST,RCEAST,3.6039,-0.1358,-3.4653,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_1,GRDASALINA1UN1_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_2,GRDASALINA1UN2_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_3,GRDASALINA1UN3_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_4,GRDASALINA1UN4_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_5,GRDASALINA1UN5_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SALINA_6,GRDASALINA1UN6_RA,29.6118,0.1283,22.2785,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SARPY_1,OPPDSARPYUN1_RA,4.0150,-0.1314,-3.0586,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SARPY_2,OPPDSARPYUN2_RA,4.0162,-0.1184,-3.0704,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SARPY_3,OPPDSARPYUN3_RA,4.0282,-0.1426,-3.0342,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SARPY_4,OPPDSARPYUN4_RA,4.0282,-0.1426,-3.0342,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SARPY_5,OPPDSARPYUN5_RA,4.0282,-0.1426,-3.0342,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SC,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SCEG,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SCSE,SCSE,-1.1947,-0.2329,-8.1668,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SEC,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-17.0663,-0.7411,-23.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-17.0663,-0.7411,-23.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-17.0663,-0.7411,-23.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-14.1769,-0.4098,-20.9721,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-17.0663,-0.7411,-23.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-15.1965,-0.7268,-21.6747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-15.0822,-0.8013,-21.4859,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-15.0822,-0.8013,-21.4859,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-15.6539,-0.4917,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-18.4632,-0.6490,-25.0192,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-11.0626,-0.4233,-17.8442,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-14.7545,-0.4550,-21.5045,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-9.5404,-0.4945,-16.2509,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-16.6311,-0.7531,-23.0830,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-9.4295,-0.4943,-16.1402,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-15.8170,-0.8043,-22.2177,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-16.4077,-1.4030,-22.2096,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-14.1200,-0.5875,-20.7375,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-14.1200,-0.5875,-20.7375,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-14.1200,-0.5875,-20.7375,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-14.1200,-0.5875,-20.7375,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-14.3328,-0.6254,-20.9123,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-15.1965,-0.7268,-21.6747,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI_SECI,SECI_LA,-14.1799,-0.5430,-20.8419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-15.6539,-0.4917,-22.3672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SEHA,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-16.3974,-0.6866,-22.9158,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SERU,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SETH,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SGE,SGE,-0.2964,-0.1987,-7.3026,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SMEP,MISO,16.6970,0.1224,9.3696,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SOCO,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPA,SPA,40.7563,0.2912,33.2601,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPC,SPC,6.9475,0.2868,-0.5443,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPPNORTH_HUB,SPPNORTH_H,3.5783,-0.1526,-3.4740,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-10.2260,-0.3948,-17.0362,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,14.6679,0.2685,7.1944,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,14.6679,0.2685,7.1944,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,14.8303,0.2613,7.3640,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,14.8303,0.2613,7.3640,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_NIXA,SPRM_NIXA_LA,14.1058,0.2774,6.6233,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_SPRM,SPRM_LA,14.5086,0.2879,7.0157,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,14.6077,0.2353,7.1674,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,14.6077,0.2353,7.1674,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,14.5959,0.2235,7.1674,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,14.6077,0.2353,7.1674,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,9.5689,-0.0243,2.3882,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,10.2561,-0.2384,3.2895,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-7.8698,-0.5367,-14.5381,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-7.8698,-0.5367,-14.5381,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,8.7181,-0.5505,2.0636,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,9.4101,-0.1671,2.3722,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,8.7989,-0.8937,2.4876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,16.5210,0.4759,8.8401,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,8.7426,-0.2538,1.7914,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,15.0037,0.1816,7.6171,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,15.9679,0.2327,8.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,15.9679,0.2327,8.5302,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,15.0037,0.1816,7.6171,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-7.7481,-0.4595,-14.4936,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,10.2561,-0.2384,3.2895,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-8.0128,-0.5046,-14.7132,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-13.9989,-0.8059,-20.3980,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-10.1852,-0.4763,-16.9139,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-8.4257,-0.3609,-15.2698,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-8.8345,-0.5052,-15.5343,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-18.6122,-0.8255,-24.9917,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-18.6122,-0.8255,-24.9917,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-18.6122,-0.8255,-24.9917,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-18.6122,-0.8255,-24.9917,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GRID.WRAB,WRAB_DDR,-6.3279,-0.3874,-13.1455,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-18.6122,-0.8255,-24.9917,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,8.4724,-0.2496,1.5171,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,8.4724,-0.2496,1.5171,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,7.9663,-0.2360,0.9973,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,7.9663,-0.2360,0.9973,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,7.9663,-0.2360,0.9973,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,8.4724,-0.2496,1.5171,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-5.6883,-0.5263,-12.3670,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-5.6893,-0.5263,-12.3679,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-5.6849,-0.5264,-12.3635,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-7.6690,-0.7126,-14.1614,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,15.3041,0.1719,7.9272,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,8.7333,-0.2581,1.7864,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,8.7333,-0.2581,1.7864,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,8.7333,-0.2581,1.7864,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,8.7333,-0.2581,1.7864,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,12.0970,0.1920,4.7000,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,14.8632,0.1565,7.5017,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,14.8632,0.1565,7.5017,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-16.3617,-0.6508,-22.9158,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-6.0948,-0.5449,-12.7549,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-6.0948,-0.5449,-12.7549,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-5.7550,-0.5259,-12.4341,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-6.3279,-0.3874,-13.1455,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-13.3707,-0.7003,-19.8753,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-8.8425,-0.5444,-15.5031,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-18.2311,-0.8295,-24.6066,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-6.0062,-0.4563,-12.7549,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PLANTX1,SPS.PLANTX1_H,9.8599,-0.0742,2.7292,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PLANTX2,SPS.PLANTX2_H,9.8599,-0.0742,2.7292,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,9.7496,-0.0843,2.6289,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,8.7663,-0.4398,2.0011,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-16.0605,-0.7673,-22.4982,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,8.9779,-0.7147,2.4876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,8.7827,-0.4233,2.0011,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-7.7501,-0.4615,-14.4936,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,9.0889,0.0235,1.8604,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,16.5210,0.4759,8.8401,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,9.0889,0.0235,1.8604,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,16.5210,0.4738,8.8422,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-32.2173,-0.5678,-38.8544,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,16.1643,0.6390,8.3203,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,16.1935,0.6682,8.3203,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,15.8202,0.6022,8.0131,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,14.9100,0.2426,7.4624,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,16.5331,0.5674,8.7607,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-14.4765,-0.6480,-21.0335,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-6.3305,-0.4193,-13.1162,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,9.5744,-0.0577,2.4271,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,9.5744,-0.0577,2.4271,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,9.0889,0.0235,1.8604,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,8.7939,-0.2182,1.8071,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,10.3382,0.3751,2.7581,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,9.9871,0.2818,2.5003,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,9.8532,0.0925,2.5557,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,9.7807,-0.2510,2.8268,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,16.1643,0.6390,8.3203,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,16.6400,0.7686,8.6664,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,16.5457,0.6743,8.6664,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,8.8360,-0.3701,2.0011,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,9.7840,0.0929,2.4862,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-15.4775,-0.7409,-21.9416,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-15.4748,-0.7511,-21.9287,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0163,V163_DDR,-5.6916,-0.4315,-12.4651,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0168,V168_DDR,-12.3219,-0.4817,-19.0452,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0180,V180_DDR,16.6400,0.7686,8.6664,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0181,V181_DDR,-15.7198,-0.6644,-22.2604,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0182,V182_DDR,16.5845,0.5853,8.7942,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0199,V199_DDR,10.3940,0.3196,2.8694,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0200,V200_DDR,15.3187,0.3677,7.7460,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.VOLT.0235,V235_DDR,-13.3707,-0.7003,-19.8753,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,8.7989,-0.8937,2.4876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,16.5210,0.4759,8.8401,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-5.3826,-0.5771,-12.0105,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-5.8619,-0.4763,-12.5906,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS_SPS,SPS_LA,8.3364,0.1859,0.9455,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,9.7342,0.0197,2.5095,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SSCN_NPPD,SSCN_NPPD_LA,2.7034,-0.2428,-4.2588,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,23.5322,0.2236,16.1036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,23.5322,0.2236,16.1036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,TAL,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,TEC,SOUC,24.0219,0.2672,16.5497,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,2.0747,-0.5951,-4.5352,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,TVA,TVA,23.3027,0.2405,15.8573,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB,UCUHUB_H,-2.1290,-0.1576,-9.1764,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB17,UCUHUB17_H,-6.6606,-0.4686,-13.3970,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB18,UCUHUB18_H,-3.3733,-0.3182,-10.2601,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB19,UCUHUB19_H,-7.5522,-0.3638,-14.3934,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB20,UCUHUB20_H,-7.5509,-0.3521,-14.4038,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB21,UCUHUB21_H,-9.4400,-0.4397,-16.2052,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB22,UCUHUB22_H,-8.9227,-0.4156,-15.7121,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB23,UCUHUB23_H,-9.2616,-0.4200,-16.0465,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,UCUHUB24,UCUHUB24_H,-6.5387,-0.3677,-13.3760,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,7.0107,0.3644,-0.5586,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,7.0107,0.3644,-0.5586,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,6.4276,-0.1030,-0.6744,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,6.4276,-0.1030,-0.6744,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,6.8185,-0.1630,-0.2235,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,6.4365,-0.0449,-0.7236,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,6.4365,-0.0449,-0.7236,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,7.0107,0.3644,-0.5586,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,6.8879,-0.1525,-0.1646,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,7.0059,0.1403,-0.3394,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,5.7946,-0.2774,-1.1330,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,4.3158,-0.5797,-2.3095,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,6.9263,0.3546,-0.6333,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,6.9263,0.3546,-0.6333,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,5.6469,-0.6838,-0.8742,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,6.1376,-0.2435,-0.8239,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,6.7615,-0.0175,-0.4260,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,5.4572,-0.2959,-1.4519,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,5.8572,-0.1998,-1.1480,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,5.9786,-0.2805,-0.9459,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,6.0251,-0.3057,-0.8742,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,6.0251,-0.3057,-0.8742,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,6.2325,-0.2011,-0.7714,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,4.2117,-0.5614,-2.4318,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,6.0077,-0.0759,-1.1214,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,6.6849,0.0950,-0.6150,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,6.6849,0.0950,-0.6150,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,6.6849,0.0950,-0.6150,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,6.7564,0.1666,-0.6151,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,6.7564,0.1666,-0.6151,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,6.7564,0.1666,-0.6151,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,7.1284,0.4612,-0.5378,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,6.5735,-0.1037,-0.5278,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,6.4399,-0.1104,-0.6547,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-0.7436,-0.2168,-7.7318,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,5.3115,-0.1853,-1.7082,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,6.8650,0.1202,-0.4602,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,3.9502,-0.2886,-2.9662,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,3.9160,-0.6715,-2.6175,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,6.1654,-0.2165,-0.8231,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,6.9721,0.3660,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,6.9721,0.3660,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,6.9717,0.3656,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,6.9721,0.3660,-0.5989,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,6.9016,0.2956,-0.5990,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,3.9637,-0.5367,-2.7046,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,6.9550,-0.0129,-0.2370,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,4.6087,-0.1771,-2.4191,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,4.6087,-0.1771,-2.4191,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,3.3750,-0.3267,-3.5033,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,3.3750,-0.3267,-3.5033,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,6.6508,-0.0264,-0.5278,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,6.7667,-0.0469,-0.3914,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,5.6265,-0.3835,-1.1950,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,4.3702,-0.4709,-2.3639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,6.8330,-0.0991,-0.2729,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,6.8185,-0.1630,-0.2235,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,6.8185,-0.1630,-0.2235,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,5.4572,-0.2959,-1.4519,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,3.5922,-0.1442,-3.4686,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,5.6415,-0.2423,-1.3212,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,4.3001,-0.4731,-2.4318,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,6.0612,-0.2724,-0.8714,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.FSE,WAUE.FSE_H,2.7990,-0.3208,-4.0853,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,6.6072,0.1189,-0.7167,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,6.5884,0.1152,-0.7318,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,3.8617,-0.5808,-2.7625,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,4.1713,-0.5405,-2.4932,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,6.7551,-0.1283,-0.3215,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,6.7799,-0.1579,-0.2672,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-13.2700,-0.6014,-19.8736,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,4.3158,-0.5797,-2.3095,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-3.3600,-0.1116,-10.4534,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,5.2584,-0.1876,-1.7590,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,5.2584,-0.1876,-1.7590,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,5.2588,-0.1872,-1.7590,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,6.0271,-0.2172,-0.9606,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,3.5922,-0.1442,-3.4686,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,6.4976,-0.1017,-0.6057,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,5.3523,-0.3025,-1.5502,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,6.0122,-0.0714,-1.1214,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,5.8420,0.0965,-1.4595,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,5.9373,-0.1874,-1.0803,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,7.8854,-0.0591,0.7395,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,5.6392,-0.2221,-1.3437,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,5.6146,-0.3451,-1.2452,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,3.9502,-0.2886,-2.9662,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,8.5588,0.1273,1.2265,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,5.4483,-0.3028,-1.4539,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,8.4846,0.1072,1.1724,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,6.2788,-0.1145,-0.8117,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,4.2557,-0.1642,-2.7851,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NTWK,WAUE.NTWK_H,5.5662,-0.1069,-1.5319,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,6.4946,0.2260,-0.9364,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,6.4946,0.2260,-0.9364,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,4.2343,-0.6510,-2.3197,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,3.7179,-0.7203,-2.7668,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,6.4436,-0.1913,-0.5700,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,4.2343,-0.6510,-2.3197,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,7.3975,-0.0066,0.1991,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,5.2412,-0.2734,-1.6904,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,3.9502,-0.2886,-2.9662,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,5.7698,-0.0817,-1.3535,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,4.7645,-0.7501,-1.6904,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,3.5009,-0.4143,-3.2898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,3.8327,-0.4013,-2.9710,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,6.4295,-0.1164,-0.6591,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,2.8224,-0.5678,-3.8147,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,6.6291,-0.0986,-0.4773,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,4.7947,-0.3777,-2.0326,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,4.3702,-0.4709,-2.3639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.VOLT.0152,V152_DDR,7.2457,0.5424,-0.5017,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE.VOLT.0172,V172_DDR,6.9353,0.3273,-0.5970,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_BEPM,WAUE_BEPM_LA,6.4389,0.1344,-0.9005,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,6.3673,-0.1355,-0.7023,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,5.8423,0.1001,-1.4628,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_EWA,WAUE_EWA_LA,3.6498,-0.1166,-3.4386,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,5.1628,-0.2949,-1.7474,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_HMMU,WAUE_HMMU_LA,4.9305,0.0033,-2.2778,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,8.0246,-0.0863,0.9059,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_MECB,WAUE_MECB_LA,5.3659,0.0363,-1.8754,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_MMPA,WAUE_MMPA_LA,7.4673,0.1529,0.1094,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_MRES,WAUE_MRES_LA,5.5080,-0.1186,-1.5784,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,7.1774,0.3979,-0.4255,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,6.6072,0.1189,-0.7167,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,4.9168,-0.2715,-2.0167,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_OTP,WAUE_OTP_LA,7.3797,0.3439,-0.1692,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_OTPW,WAUE_OTPW_LA,7.2135,0.1800,-0.1716,7.2051\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM,WAUE_UGPM_LA,5.9539,-0.1043,-1.1468,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,5.9951,0.0361,-1.2460,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,5.6976,-0.1793,-1.3281,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,5.2222,-0.1841,-1.7987,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,3.6498,-0.1166,-3.4386,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,4.9305,0.0033,-2.2778,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,5.0560,-0.3130,-1.8360,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,6.6072,0.1189,-0.7167,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,7.4673,0.1529,0.1094,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,5.3971,-0.0671,-1.7408,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,4.8243,-0.3120,-2.0686,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,7.4525,0.3865,-0.1390,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-25.1116,-0.7890,-31.5275,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-23.5363,-0.7484,-29.9929,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-0.0228,-0.4644,-6.7633,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,99.4549,0.1364,92.1135,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,99.4549,0.1364,92.1135,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-10.3420,-0.8037,-16.7433,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,89.3971,0.1793,82.0128,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,77.7059,0.1718,70.3291,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,21.9305,-0.4643,15.1898,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,12.0724,-0.4413,5.3087,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-18.2311,-0.8295,-24.6066,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-25.0000,-0.7229,-31.4821,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-23.9391,-0.7398,-30.4042,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,8.9270,-0.7656,2.4876,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_ENMC,WFEC_ENMC_LA,12.8292,0.2691,5.3551,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-27.0964,-0.5961,-33.7053,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,37.3362,0.1040,30.0272,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,12.8941,0.1528,5.5363,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-25.1116,-0.7890,-31.5275,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-25.1116,-0.7890,-31.5275,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-25.1116,-0.7890,-31.5275,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_OKGE,WFEC_OKGE_LA,-9.2472,-0.0596,-16.3926,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,24.9398,0.1452,17.5896,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-16.7701,-0.8284,-23.1467,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-10.9931,-0.8923,-17.3057,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_WFEC,WFEC_LA,11.1561,-0.2198,4.1710,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,12.8941,0.1528,5.5363,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-8.1830,-0.4437,-14.9443,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-12.7057,-0.6122,-19.2984,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,1.7013,0.1599,-5.6636,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-8.9434,-0.3921,-15.7563,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-18.7597,-0.6531,-25.3116,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-18.7597,-0.6531,-25.3116,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-20.0942,-0.5097,-26.7895,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-20.0942,-0.5097,-26.7895,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-20.0942,-0.5097,-26.7895,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-8.9434,-0.3921,-15.7563,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-0.3348,-0.0267,-7.5130,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-13.7774,-0.4094,-20.5730,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-13.7774,-0.4094,-20.5730,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-13.7774,-0.4094,-20.5730,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-13.7774,-0.4094,-20.5730,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-0.3348,-0.0267,-7.5130,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-15.9552,-0.7718,-22.3883,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-39.0000,-0.2074,-45.9976,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.JEC.1,WRJEFFUN10_RA,-5.6851,-0.2217,-12.6684,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.JEC.2,WRJEFFUN11_RA,-5.5556,-0.2224,-12.5382,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.JEC.3,WRJEFFUN12_RA,-5.5661,-0.2329,-12.5382,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-28.2187,-0.5547,-34.8690,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-19.3456,-0.5510,-25.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-19.3456,-0.5510,-25.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.LEC.4,WRLECUN26_RA,-2.0260,-0.0636,-9.1674,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.LEC.5,WRLECUN27_RA,-2.6351,-0.0483,-9.7918,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-12.0544,-0.3685,-18.8909,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-12.0544,-0.3685,-18.8909,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-12.0544,-0.3685,-18.8909,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-12.0133,-0.3544,-18.8639,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-9.5267,-0.4395,-16.2921,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-7.7755,-0.4039,-14.5765,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-7.7755,-0.4039,-14.5765,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-12.1806,-0.6499,-18.7357,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-9.1895,-0.4800,-15.9145,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-1.8202,-0.1498,-8.8754,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-9.5333,-0.4668,-16.2714,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-19.3479,-0.5533,-25.9996,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,77.3827,0.1804,69.9973,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-12.3397,-0.9290,-18.6157,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-7.8584,-0.2748,-14.7886,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-13.6157,-0.5432,-20.2775,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-0.3348,-0.0267,-7.5130,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-8.9434,-0.3921,-15.7563,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-22.6562,-0.4538,-29.4074,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.THAYERLD,WR.THAYERLD_LA,27.4100,0.2500,19.9550,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-23.4425,-0.4488,-30.1987,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0106,V106_DDR,-22.7422,-0.4368,-29.5104,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-0.2158,0.0116,-7.4324,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-10.1501,-0.3496,-17.0055,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-1.8248,-0.0145,-9.0153,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-1.8248,-0.0145,-9.0153,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-0.7617,-0.0091,-7.9575,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-22.2229,-0.3754,-29.0525,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0157,V157_DDR,-1.8894,-0.0212,-9.0732,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0158,V158_DDR,-1.8248,-0.0145,-9.0153,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-1.8248,-0.0145,-9.0153,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-23.1979,-0.4677,-29.9352,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0173,V173_DDR,-12.0531,-0.4267,-18.8314,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0174,V174_DDR,-22.8359,-0.4332,-29.6077,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0184,V184_DDR,-22.4032,-0.4741,-29.1341,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-22.7970,-0.4486,-29.5534,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0186,V186_DDR,-22.5885,-0.4666,-29.3269,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-22.5632,-0.4631,-29.3051,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-23.4041,-0.4396,-30.1695,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-13.6399,-0.3046,-20.5403,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-9.2341,-0.2355,-16.2036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-8.2559,-0.2528,-15.2081,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-8.2559,-0.2528,-15.2081,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-9.2341,-0.2355,-16.2036,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0245,V245_DDR,-22.7959,-0.4489,-29.5520,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.VOLT.0248,V248_DDR,-22.7422,-0.4368,-29.5104,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-25.9527,-0.5194,-32.6383,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-3.2072,-0.0852,-10.3270,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.WOLF,WRWOLFUN15_RA,-14.7512,-0.5803,-21.3759,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-15.9552,-0.7718,-22.3883,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,1.6674,0.1260,-5.6636,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-23.9301,-0.5533,-30.5818,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-20.0084,-0.3316,-26.8817,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-10.0679,-0.3506,-16.9223,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-24.0524,-0.4464,-30.8110,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-24.0524,-0.4464,-30.8110,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-24.0524,-0.4464,-30.8110,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-24.0524,-0.4464,-30.8110,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-8.2447,-0.2078,-15.2419,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-37.8887,-0.4319,-44.6618,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-37.8887,-0.4319,-44.6618,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-40.5478,-0.4526,-47.3002,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-40.5478,-0.4526,-47.3002,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_MIDW,WR_MIDW_LA,-10.3701,-0.4650,-17.1101,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,7.8030,0.1900,0.4080,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,2.9999,0.0539,-4.2590,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-12.1005,-0.4611,-18.8443,7.2049\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_SEG,WR_SEG_LA,2.5246,0.0798,-4.7602,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,WR_WR,WR_LA,-11.3221,-0.2708,-18.2563,7.2050\n03/19/2025 06:00:00,03/19/2025 11:00:00,YAD,VACS,23.6736,0.2542,16.2144,7.2050\n03/19/2025 07:00:00,03/19/2025 12:00:00,AEC,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_CSWS,CSWS_AECC_LA,35.8403,0.7590,19.7666,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,36.1758,0.6097,20.2514,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,38.6721,1.0296,22.3279,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,36.2056,0.4483,20.4426,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,31.6791,0.5060,15.8584,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,38.2156,0.4733,22.4276,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,30.7817,0.2783,15.1887,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AECI,AECI,30.4551,0.3019,14.8385,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,AEPM_CSWS,CSWS_LA,34.8867,0.5588,19.0132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ALTW,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,AMRN,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-2.8323,-0.4845,-17.6625,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BBA,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,BCA,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,BEPM.ER01.DDR,ER01_DDR,5.3919,-1.8963,-8.0265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BEPM_ER01,BEPM_ER01_LA,5.3919,-1.8963,-8.0265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,5.2903,-0.3457,-9.6787,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,4.8662,-0.2172,-10.2313,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BEPM_UM01,BEPM_UM01_LA,10.0884,0.3660,-5.5923,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BLKW,BLKW,-2.9442,0.0450,-18.3039,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-21.8000,-1.4789,-35.6358,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-21.8000,-1.4789,-35.6358,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,27.7739,-1.1677,13.6269,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-21.7800,-1.4589,-35.6358,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,BRAZ,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,BUBA,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-6.8690,-1.4216,-20.7620,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-16.3472,-0.7278,-30.9341,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,11.9266,-0.3625,-3.0256,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,11.9266,-0.3625,-3.0256,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CLEC,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,37.1887,0.3936,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,COWP,COWP_LA,35.3188,0.5014,19.5027,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,35.3188,0.5014,19.5027,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,35.3188,0.5014,19.5027,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CPLE,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CPLW,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,32.1919,0.6442,16.2330,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,32.1919,0.6442,16.2330,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,32.1919,0.6442,16.2330,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,32.1919,0.6442,16.2330,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CRTH_SPA,WRCRTH_SPA_LA,26.9901,0.2701,11.4053,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,31.8279,1.2715,15.2417,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,4.9085,-0.7753,-9.6309,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,30.7817,0.2783,15.1887,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,36.2056,0.4483,20.4426,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,31.8187,1.2641,15.2399,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,31.2395,0.8008,15.1240,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,31.6564,1.1376,15.2041,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,31.6564,1.1376,15.2041,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,35.7951,0.5398,19.9406,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,35.7951,0.5398,19.9406,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,35.7951,0.5398,19.9406,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,35.7951,0.5398,19.9406,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,30.7817,0.2783,15.1887,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,33.8844,1.0774,17.4923,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,58.6310,-0.0252,43.3415,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,58.4892,-0.1670,43.3415,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,40.9353,0.1794,25.4413,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,38.6094,0.2224,23.0723,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,38.6094,0.2224,23.0723,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,38.6073,0.2224,23.0702,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,38.6073,0.2224,23.0702,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-13.0602,-1.0127,-27.3622,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,6.7505,-0.6738,-7.8904,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,48.2498,0.2528,32.6824,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-10.1318,-1.2175,-24.2290,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-10.0790,-1.1646,-24.2290,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,0.2615,-0.6660,-14.3872,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.GRID.CDL1,CDL1_DDR,47.0340,0.3349,31.3844,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,0.4371,-0.7750,-14.1026,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,6.9370,-0.7998,-7.5779,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,47.0340,0.3349,31.3844,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.CSI1,CSI1_DDR,39.5272,0.4899,23.7226,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.CSI2,CSI2_DDR,39.5326,0.4953,23.7226,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,37.2014,0.4063,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.GAZA,GAZA_DDR,47.0340,0.3349,31.3844,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,96.0800,0.6673,80.0980,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.NUEN.T201,NT201_DDR,38.3709,0.2776,22.7786,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,1.9298,-1.0228,-12.3621,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,1.9298,-1.0228,-12.3621,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,30.7817,0.2783,15.1887,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,31.8330,1.3703,15.1480,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,0.2615,-0.6660,-14.3872,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,0.2615,-0.6660,-14.3872,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-6.5929,-0.9127,-20.9949,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-10.0790,-1.1646,-24.2290,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,31.2842,0.7786,15.1909,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,34.3143,0.1221,18.8775,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,34.1026,-0.0896,18.8775,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,34.0910,-0.1012,18.8775,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,7.3218,0.0285,-8.0214,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,7.3218,0.0285,-8.0214,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,31.1803,0.7738,15.0918,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,38.5574,0.2418,23.0009,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,31.1721,0.7531,15.1043,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,32.1659,1.7753,15.0759,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,34.0348,0.4344,18.2857,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,39.5326,0.4953,23.7226,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0057,OKMU_DDR,53.7456,0.3943,38.0366,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0060,LEHIGH_DDR,96.0800,0.6673,80.0980,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0086,WARRENM_DDR,38.9554,0.2798,23.3609,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,31.7396,1.3285,15.0964,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,49.6164,0.3049,33.9968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0121,V121_DDR,31.1803,0.7738,15.0918,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0122,V122_DDR,48.0970,0.2863,32.4960,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0124,V124_DDR,67.7068,0.1946,52.1975,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0135,V135_DDR,39.5644,0.3005,23.9493,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0144,V144_DDR,6.6471,-0.6085,-8.0590,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0145,V145_DDR,6.4737,-0.6810,-8.1600,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,31.2154,0.8133,15.0874,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,30.9620,0.4992,15.1481,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0175,V175_DDR,37.2014,0.4063,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,30.9620,0.4992,15.1481,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,31.1242,0.6042,15.2053,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,39.5644,0.3005,23.9493,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,39.7769,0.2817,24.1805,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,39.0786,0.2518,23.5121,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,54.3379,0.1138,38.9094,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,38.3321,0.2129,22.8045,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,39.7769,0.2817,24.1805,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0211,V211_DDR,31.4072,0.9704,15.1222,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,50.3840,0.3042,34.7651,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0213,V213_DDR,39.5132,0.2782,23.9203,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0215,V215_DDR,49.1273,0.2941,33.5185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0217,V217_DDR,50.4400,0.2918,34.8336,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0218,V218_DDR,53.8575,0.1262,38.4166,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0228,V228_DDR,39.0526,0.2261,23.5118,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0232,V232_DDR,38.9626,0.2997,23.3482,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0233,V233_DDR,40.0038,0.2955,24.3936,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0240,V240_DDR,45.1671,0.2205,29.6319,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0244,V244_DDR,39.7769,0.2817,24.1805,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0246,MDT1_DDR,96.0800,0.6673,80.0980,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0249,V249_DDR,39.4836,0.2926,23.8763,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0250,V250_DDR,4.3469,-0.7336,-10.2342,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0251,V251_DDR,38.9890,0.2490,23.4253,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.VOLT.0252,V252_DDR,54.3379,0.1138,38.9094,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-14.9472,-0.9333,-29.3285,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,22.1453,-1.0412,7.8718,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-10.5306,-1.4713,-24.3740,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,30.8740,0.4504,15.1089,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-15.2798,-1.5235,-29.0710,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-17.2619,-0.9741,-31.6025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-17.2619,-0.9741,-31.6025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-17.2619,-0.9741,-31.6025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-17.2619,-0.9741,-31.6025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-17.2619,-0.9741,-31.6025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,30.7817,0.2783,15.1887,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,32.0093,1.2699,15.4248,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,38.9423,0.2794,23.3482,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,38.9192,0.2563,23.3482,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,66.4715,0.4475,50.7093,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,66.4715,0.4475,50.7093,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWELSH1,CSWSWELSHUN1_RA,30.8177,0.6403,14.8627,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWELSH3,CSWSWELSHUN3_RA,30.8177,0.6403,14.8627,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWILKES1,CSWSWILKESUN1_RA,31.2832,0.8861,15.0824,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWILKES2,CSWSWILKESUN2_RA,31.2832,0.8861,15.0824,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,CSWWILKES3,CSWSWILKESUN3_RA,31.1854,0.8345,15.0362,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-10.0686,-1.1543,-24.2290,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,DENL,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,DERS,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,DOE,DOE,26.7135,0.3967,11.0021,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,12.3015,0.0249,-3.0381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,DPC,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,DUK,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDDY,EDDY,39.6955,0.9449,23.4359,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,23.2921,0.1320,7.8454,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-19.7000,-0.1982,-34.8165,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,33.3442,-0.0388,18.0683,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE.SLCC,EDESTL4391_PLT,29.5875,0.1024,14.1704,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,28.8576,0.1446,13.3983,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,18.6846,-0.1573,3.5272,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_EC_01,EDELAR3821UN1_RA,23.2921,0.1320,7.8454,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_EC_02,EDELAR3821UN2_RA,23.2921,0.1320,7.8454,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_EC_03,EDELAR3821UN3_RA,23.2921,0.1320,7.8454,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_EC_04,EDELAR3821UN4_RA,23.2921,0.1320,7.8454,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_EDE,EDE_LA,32.8747,0.4503,17.1097,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_ERW,EDEERWFUNG1_RA,-15.8725,-0.7877,-30.3995,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-1.4615,-0.9085,-15.8677,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,57.0000,0.8842,40.8011,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,57.0000,0.8842,40.8011,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,57.0000,0.8842,40.8011,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,57.0000,0.8842,40.8011,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,31.4816,0.5649,15.6021,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_RIV_10,EDERIV1671UN10_RA,30.6514,0.0156,15.3211,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_RIV_11,EDERIV1671UN11_RA,30.6514,0.0156,15.3211,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_RIV_12,EDERIV453UN12_PLT,30.2814,-0.3544,15.3211,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_SL_01,EDESTL4391UN1_RA,29.5875,0.1024,14.1704,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EDE_SWMP,EDE_SWMP_LA,16.3210,0.5620,0.4443,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EEI,EEI,26.6672,0.3946,10.9579,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,EES,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-5.3624,-0.7975,-19.8796,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ERCOTE,ERCOTE,30.8177,0.6403,14.8627,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ERCOTN,ERCOTN,1.9991,-0.9535,-12.3621,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,7.4490,-0.5543,-7.3113,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,FMPP,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,FPC,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,FPL,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,FREM_50T,OPPDFREM_GUN1_RA,12.0820,-0.3156,-2.9171,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FREM_6,OPPDFREM_AUN6_RA,12.0790,-0.3212,-2.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FREM_7,OPPDFREM_AUN7_RA,12.0790,-0.3212,-2.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FREM_8,OPPDFREM_AUN8_RA,12.0122,-0.3880,-2.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FREM_LOAD,FREM_LOAD_LA,12.0682,-0.3320,-2.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-13.1347,-0.7104,-27.7390,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,31.2842,0.7786,15.1909,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-8.9381,-1.9264,-22.3264,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-28.4179,-1.2537,-42.4789,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,37.1887,0.3936,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,37.1887,0.3936,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,37.1887,0.3936,21.4804,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,40.4770,0.2794,24.8829,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,40.4770,0.2794,24.8829,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,40.6222,0.2739,25.0336,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,40.6222,0.2739,25.0336,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-19.6068,-1.1079,-33.8136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,42.0100,0.0126,26.6827,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,42.0100,0.0126,26.6827,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,42.0100,0.0126,26.6827,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.VOLT.0130,V130_DDR,41.1763,0.4524,25.4093,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA.VOLT.0237,V237_DDR,41.6837,0.3459,26.0231,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDAHUB2,GRDAHUB2_H,22.9040,-0.1154,7.7047,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDAHUB3,GRDAHUB3_H,17.6766,-0.2474,2.6093,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA_GRDA,GRDA_LA,40.6943,0.3344,25.0452,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA_HUB,GRDA_H,30.3735,0.0588,15.0000,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRDA_HUBSA,GRDASA_H,29.5534,0.0426,14.1961,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GRE,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,1.1194,0.5489,-14.7443,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,GSEC_SPS,SPS_GSEC_LA,-2.8529,-0.3424,-17.8251,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,GSPR2014HUB,GSPR2014HUB_H,8.7033,-0.4585,-6.1530,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,GSPR2015HUB,GSPR2015HUB_H,8.9696,-0.4779,-5.8672,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-3.5515,-1.0833,-17.7829,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,HARRISON,CSWSLEBROCKPLT1,31.0717,0.6601,15.0969,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,HAST_TNSK_HUB,HAST_TNSK_H,7.2219,-0.6315,-7.4613,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,HQST,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,HST,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,30.4498,0.2935,14.8416,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,30.4498,0.2935,14.8416,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,30.0223,0.2877,14.4199,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,30.0223,0.2877,14.4199,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,30.8723,0.2939,15.2637,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,30.8723,0.2939,15.2637,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDN_INDN,INDN_LA,30.3378,0.2946,14.7285,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ISNE,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,JEA,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,12.0674,-0.2972,-2.9501,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,12.0674,-0.2972,-2.9501,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,7.4755,-0.0067,-7.8325,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYCT4,KACYNEARMANUNCT4_RA,18.5210,0.2192,2.9871,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,60.0000,0.0216,44.6637,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,18.5210,0.2192,2.9871,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,18.7444,0.2360,3.1937,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,18.6861,0.2335,3.1379,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KACY_KACY,KACY_LA,18.7747,0.2313,3.2286,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,25.0100,0.1375,9.5578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,27.2870,0.6343,11.3380,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-17.0307,-0.5953,-31.7501,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-41.7604,-1.0938,-55.9813,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0222,V222_DDR,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0223,V223_DDR,13.2087,0.0174,-2.1234,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0241,V241_DDR,24.6200,0.5393,8.7660,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0243,V243_DDR,23.3823,0.2728,7.7948,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0247,V247_DDR,18.5940,0.1311,3.1482,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.VOLT.0253,V253_DDR,25.2390,0.1416,9.7827,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-0.5075,-1.0594,-14.7628,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,25.1771,0.1346,9.7278,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,25.1771,0.1346,9.7278,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB,KCPLHUB_H,5.3363,-0.5371,-9.4413,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB17,KCPLHUB17_H,4.0391,-0.6160,-10.6596,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB18,KCPLHUB18_H,3.7168,-0.6091,-10.9888,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB19,KCPLHUB19_H,3.8415,-0.5770,-10.8962,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB20,KCPLHUB20_H,2.9774,-0.6405,-11.6967,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB21,KCPLHUB21_H,2.9463,-0.6224,-11.7461,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB22,KCPLHUB22_H,3.7994,-0.6129,-10.9023,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB23,KCPLHUB23_H,3.1389,-0.6330,-11.5429,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLHUB24,KCPLHUB24_H,2.3726,-0.6667,-12.2754,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,7.2625,0.0064,-8.0586,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,7.2625,0.0064,-8.0586,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,10.1470,-0.3558,-4.8119,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,10.1470,-0.3558,-4.8119,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,25.0101,0.1376,9.5578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,25.0100,0.1375,9.5578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,22.6331,0.1774,7.1410,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,3.4714,-0.1539,-11.6894,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,18.4373,0.1367,2.9859,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KCPL_KCPL,KCPL_LA,18.3283,0.1148,2.8988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KENN,KENN_LA,32.5214,0.5489,16.6578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KEP2_SECI,KEP2_SECI_LA,-7.8833,-1.3269,-21.8711,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KERR_1,GRDAKERR_HYDUN1_RA,41.0544,0.3306,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KERR_2,GRDAKERR_HYDUN2_RA,40.7909,0.3385,25.1377,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KERR_3,GRDAKERR_HYDUN3_RA,40.7909,0.3385,25.1377,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KERR_4,GRDAKERR_HYDUN4_RA,41.0544,0.3306,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,10.0608,-0.1407,-5.1132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,10.8728,-0.0618,-4.3801,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,10.8728,-0.0618,-4.3801,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,8.1986,-0.1344,-6.9817,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,6.3004,-0.1078,-8.9065,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,6.3004,-0.1078,-8.9065,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-6.3539,-1.2203,-20.4483,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-6.3539,-1.2203,-20.4483,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-6.3539,-1.2203,-20.4483,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-3.1956,-0.7577,-17.7526,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-3.1956,-0.7577,-17.7526,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-6.4596,-1.2514,-20.5229,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-3.6568,-0.7879,-18.1836,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-0.6536,-0.4071,-15.5612,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,53.8498,0.0039,38.5312,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,53.8498,0.0039,38.5312,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,5.6113,-0.3133,-9.3901,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,5.6113,-0.3133,-9.3901,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,5.6113,-0.3133,-9.3901,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-4.4168,-1.0115,-18.7200,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-4.3478,-1.2965,-18.3660,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,5.5737,-0.4621,-9.2789,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,8.6627,0.0446,-6.6966,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LAFA,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,LAM345,LAM345,-6.8690,-1.4216,-20.7620,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,LEPA,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,9.9957,-0.3590,-4.9600,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_LES,LES_LA,10.0385,-0.3679,-4.9084,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,10.4297,-0.3745,-4.5105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,9.8455,-0.4057,-5.0635,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,9.8455,-0.4057,-5.0635,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,9.8455,-0.4057,-5.0635,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,10.4302,-0.3740,-4.5105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,10.4297,-0.3745,-4.5105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_WAVERLY,LES_WAVERLY_H,10.3440,-0.3914,-4.5793,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,11.8341,-0.3985,-3.0821,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,11.8341,-0.3985,-3.0821,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,LGEE,LGEE,23.8884,0.2812,8.2925,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MALDEN,MALDEN_LA,31.6198,0.5268,15.7783,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MCWEST,MCWEST,9.4985,-0.1598,-5.6564,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MDU,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,5.3554,-0.2800,-9.6793,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,8.4653,-0.1851,-6.6643,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,11.8357,0.3714,-3.8504,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MEAN_NPPD,NPPD_MEAN_LA,5.7279,-0.7604,-8.8264,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MEC,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,MHEB,MHEB,10.4864,-0.1242,-4.7041,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-0.1711,-0.9063,-14.5794,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-4.4346,-1.1835,-18.5657,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-0.1711,-0.9063,-14.5794,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-0.1711,-0.9063,-14.5794,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-4.4346,-1.1835,-18.5657,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MISO,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-7.4323,-1.0143,-21.7327,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-7.4323,-1.0143,-21.7327,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,1.7990,-0.6658,-12.8499,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-8.3489,-1.7664,-21.8972,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-4.2198,-1.0794,-18.4551,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-9.4852,-2.1517,-22.6482,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-8.0382,-1.3659,-21.9870,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-9.5036,-1.9866,-22.8317,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-7.7011,-0.9623,-22.0535,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-7.7011,-0.9623,-22.0535,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-7.7011,-0.9623,-22.0535,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-7.7011,-0.9623,-22.0535,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-7.7011,-0.9623,-22.0535,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,17.6853,0.0614,2.3092,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,25.8681,0.3584,10.1950,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,25.8681,0.3584,10.1950,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,21.7587,0.2238,6.2202,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,23.7143,0.6103,7.7893,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MOWR,AECI,30.4551,0.3019,14.8385,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,21.8683,0.2079,6.3457,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,26.1345,0.3706,10.4493,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,4.4598,-0.7521,-10.1028,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,0.5300,-0.3786,-14.4061,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-10.9919,-1.1266,-25.1800,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,4.5086,-0.7033,-10.1028,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,12.3073,0.0307,-3.0381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,12.3073,0.0307,-3.0381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,12.3082,0.0316,-3.0381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,12.3082,0.0316,-3.0381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,7.6009,-0.0150,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,7.6416,0.0257,-7.6988,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,22.8468,0.4572,7.0749,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,14.9395,0.0316,-0.4068,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,11.9817,-0.0130,-3.3200,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,11.9818,-0.0129,-3.3200,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,11.9818,-0.0129,-3.3200,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,20.0488,0.1449,4.5893,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,20.0488,0.1449,4.5893,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MPS_MPS,MPS_LA,18.6312,0.1757,3.1407,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,MSTNG,SPSMSTNGPLT1,1.6281,0.5454,-14.2319,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MSTNG4,SPSMSTNGUN4_RA,1.5530,0.4703,-14.2319,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MSTNG5,SPSMSTNGUN5_RA,1.6281,0.5454,-14.2319,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,1.6281,0.5454,-14.2319,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NBSO,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,8.8220,-0.6349,-5.8578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,8.8233,-0.6336,-5.8578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-5.0333,-1.4362,-18.9118,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NHC1,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,12.1472,-0.3364,-2.8311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,12.1472,-0.3364,-2.8311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,12.1472,-0.3364,-2.8311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,3.9600,-0.8332,-10.5215,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,6.7634,-0.9398,-7.6115,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,8.4708,-0.6430,-6.2009,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,2.2675,-0.6385,-12.4087,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,6.7634,-0.9398,-7.6115,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.HUB.PY2018,NPPDPY18_H,6.2849,-0.7563,-8.2735,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,6.4113,-0.7519,-8.1516,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,6.3532,-0.7479,-8.2137,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,6.4704,-0.7373,-8.1070,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,0.9587,-0.6591,-13.6969,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,4.7323,-0.7495,-9.8329,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,4.7323,-0.7495,-9.8329,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,4.1497,-0.7678,-10.3972,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,0.9587,-0.6591,-13.6969,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,8.8549,-1.0792,-5.3806,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,5.4189,-1.0964,-8.7994,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,2.3580,-0.7897,-12.1670,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,5.4189,-1.0964,-8.7994,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,6.0344,-0.9794,-8.3008,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,5.1581,-0.9524,-9.2042,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,9.2851,-0.2919,-5.7376,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,6.7634,-0.9398,-7.6115,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,2.7323,-0.7941,-11.7883,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,4.7323,-0.7495,-9.8329,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,4.7323,-0.7495,-9.8329,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,5.4060,-0.5586,-9.3501,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,5.3532,-0.5632,-9.3983,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,5.3532,-0.5632,-9.3983,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,6.1538,-0.3320,-8.8289,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,4.7636,-0.3499,-10.2012,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,7.0839,-0.7418,-7.4890,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,4.1163,-0.6421,-10.5563,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,3.9829,-0.2704,-11.0614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,2.9494,-0.2813,-12.0840,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.NELI.DDR,NELI_DDR,1.8671,-0.7739,-12.6737,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.NPPM.1058,SH1058_DDR,13.9553,-0.2459,-1.1135,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,6.1321,-0.4621,-8.7204,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,6.7634,-0.9398,-7.6115,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,8.4708,-0.6430,-6.2009,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,0.9587,-0.6591,-13.6969,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.TECH.1,KEARNE_DDR,6.4046,-0.3259,-8.5842,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,6.6495,-1.3344,-7.3308,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,6.6495,-1.3344,-7.3308,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,1.1655,-0.7378,-13.4114,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD.VOLT.0236,V236_DDR,8.7955,-0.3131,-6.2061,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD2017HUB,NPPD2017HUB_H,6.3091,-0.7538,-8.2517,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,12.6269,-0.6304,-2.0573,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,3.9600,-0.8332,-10.5215,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,5.2800,-1.3209,-8.7137,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,5.2800,-1.3209,-8.7137,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,8.9004,-0.3369,-6.0774,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,8.8109,-0.2976,-6.2061,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,2.5693,-0.6587,-12.0868,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,5.4688,-0.5853,-9.2606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,13.6172,-0.5840,-1.1135,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,13.6172,-0.5840,-1.1135,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,13.6172,-0.5840,-1.1135,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,7.2356,-0.6307,-7.4484,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,8.8205,-0.6462,-5.8480,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,7.5287,-0.4984,-7.2876,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,2.1862,-1.5472,-11.5813,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,2.2682,-1.4652,-11.5813,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,4.1001,-0.8111,-10.4035,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,3.9277,-0.8246,-10.5624,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,7.6105,-0.5954,-7.1088,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,7.5988,-0.6071,-7.1088,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,7.5988,-0.6071,-7.1088,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,7.5736,-0.5792,-7.1619,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,8.8549,-1.0792,-5.3806,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,7.5397,-0.5792,-7.1958,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,9.3540,-0.4772,-5.4834,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,7.2383,-0.5982,-7.4782,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,7.2246,-0.6072,-7.4829,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,7.2263,-0.5998,-7.4886,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,7.2263,-0.5998,-7.4886,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,7.2356,-0.6307,-7.4484,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,7.2082,-0.6581,-7.4484,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,5.0744,-0.3306,-9.9097,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,7.9429,-0.4297,-6.9421,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,4.0693,-0.7657,-10.4797,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,4.3703,-1.2227,-9.7217,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,2.0745,-0.8507,-12.3895,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,14.2500,0.0488,-1.1135,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,1.8671,-0.7739,-12.6737,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,4.2624,-0.7796,-10.2727,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,4.2624,-0.7796,-10.2727,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_NPPD,NPPD_LA,7.9519,-0.5277,-6.8351,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,9.3540,-0.4772,-5.4834,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,9.3540,-0.4772,-5.4834,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,6.8763,-0.7019,-7.7365,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,5.3779,-0.8196,-9.1171,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NSB,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NSP,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,NSSO,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,NYIS,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-10.2878,-1.5666,-24.0359,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-18.6756,-1.1986,-32.7917,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-22.6589,-1.0728,-36.9008,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-22.6589,-1.0728,-36.9008,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-10.2954,-1.7724,-23.8377,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-28.4179,-1.2537,-42.4789,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-92.9224,-0.7427,-107.4944,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-42.8456,-1.1298,-57.0305,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-20.8847,-1.1130,-35.0864,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-19.0351,-1.1961,-33.1537,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-4.5126,-0.4765,-19.3508,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-20.8847,-1.1130,-35.0864,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-10.3101,-1.7307,-23.8941,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-10.3168,-1.5281,-24.1034,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,6.4100,-0.2147,-8.6900,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-19.0351,-1.1961,-33.1537,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-14.0373,-1.0928,-28.2592,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-14.0000,-1.1268,-28.1879,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-8.2186,-0.9205,-22.6128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-16.0000,-0.2311,-31.0836,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-19.0351,-1.1961,-33.1537,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-6.9803,-0.7159,-21.5791,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NUEN.LAM1,LAM1_DDR,42.2826,1.0575,25.9104,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-4.5126,-0.4765,-19.3508,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-4.5126,-0.4765,-19.3508,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-7.4520,-0.6969,-22.0698,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-4.6913,-0.5248,-19.4812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-4.6913,-0.5248,-19.4812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-4.6913,-0.5248,-19.4812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-4.7378,-0.4686,-19.5839,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-4.7378,-0.4686,-19.5839,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-4.6913,-0.5248,-19.4812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-4.6913,-0.5248,-19.4812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-19.0351,-1.1961,-33.1537,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,42.1840,0.7275,26.1418,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-10.3101,-1.7307,-23.8941,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-8.6240,-0.5369,-23.4017,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-14.0373,-1.0928,-28.2592,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,37.2911,0.7639,21.2125,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-9.5954,-0.8968,-24.0133,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-9.5954,-0.8968,-24.0133,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-9.5954,-0.8968,-24.0133,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-9.5954,-0.8968,-24.0133,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-23.0818,-1.6080,-36.7885,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-20.8647,-1.1015,-35.0779,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-18.6756,-1.1986,-32.7917,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-24.1000,-1.0516,-38.3631,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-24.1000,-1.0516,-38.3631,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-5.0398,-0.2587,-20.0958,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-9.1194,-0.9980,-23.4361,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-9.1194,-0.9980,-23.4361,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-9.1194,-0.9980,-23.4361,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0033,FOSTER_DDR,-3.6331,-0.4344,-18.5134,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,21.8053,0.3263,6.1643,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0035,TARBY_DDR,42.2064,0.8751,26.0166,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,21.8053,0.3263,6.1643,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,19.1309,0.1445,3.6717,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,19.1309,0.1445,3.6717,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-9.5457,-0.3296,-24.5308,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0040,TROSPER_DDR,-3.4376,-0.4179,-18.3344,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-3.7042,-0.4218,-18.5971,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,38.7313,0.8823,22.5343,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0115,V115_DDR,-4.4507,-0.4697,-19.2957,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0116,V116_DDR,20.8754,-0.1587,5.7194,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0118,V118_DDR,-8.7548,-0.0576,-24.0119,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0125,V125_DDR,38.9915,1.0120,22.6648,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0126,V126_DDR,37.8604,0.5162,22.0295,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0129,V129_DDR,0.4380,-0.7741,-14.1026,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-3.8467,-0.5311,-18.6303,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0134,V134_DDR,39.2442,0.6658,23.2637,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0138,V138_DDR,36.7339,0.4318,20.9874,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-4.1094,-0.4971,-18.9270,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0143,V143_DDR,25.9146,0.2001,10.3998,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0149,V149_DDR,-6.1921,-0.7847,-20.7221,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0150,V150_DDR,-5.7973,-0.7855,-20.3265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0155,V155_DDR,35.7204,0.3451,20.0606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0156,V156_DDR,-3.8467,-0.5311,-18.6303,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0166,V166_DDR,38.2413,0.8548,22.0718,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-3.9294,-0.4841,-18.7600,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-5.7973,-0.7855,-20.3265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0170,V170_DDR,-7.6123,-0.6895,-22.2375,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-5.6049,-0.7749,-20.1447,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0176,V176_DDR,-5.7973,-0.7855,-20.3265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0177,V177_DDR,-15.4107,-1.4445,-29.2809,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-3.8575,-0.4595,-18.7127,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-10.8364,-0.9426,-25.2085,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0195,V195_DDR,114.8610,0.7893,98.7571,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0197,V197_DDR,35.4244,0.5161,19.5936,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0198,V198_DDR,38.2413,0.8548,22.0718,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0208,V208_DDR,114.8900,0.8067,98.7686,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0209,V209_DDR,114.8900,0.8067,98.7686,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,36.4302,0.3771,20.7384,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0216,V216_DDR,-3.7720,-0.4234,-18.6633,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0219,V219_DDR,35.7204,0.3451,20.0606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0220,V220_DDR,-5.7973,-0.7855,-20.3265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0224,V224_DDR,-4.5627,-0.4921,-19.3853,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0225,V225_DDR,-4.5619,-0.4913,-19.3853,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0226,V226_DDR,-4.5627,-0.4921,-19.3853,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0227,V227_DDR,-4.5627,-0.4921,-19.3853,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0229,V229_DDR,-8.8089,-0.2894,-23.8342,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0231,V231_DDR,0.9073,-0.0447,-14.3627,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0238,V238_DDR,-24.9382,-1.2583,-38.9946,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.VOLT.0242,V242_DDR,36.1442,0.3868,20.4427,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-15.9819,-1.7741,-29.5225,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-18.2640,-1.1415,-32.4372,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-10.3040,-1.5153,-24.1034,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-15.9819,-1.7741,-29.5225,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-10.3872,-1.5427,-24.1591,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-48.3628,-1.0996,-62.5779,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEHL7,OKGEHL7_H,-1.0380,-0.3921,-15.9606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEHL8,OKGEHSL1UN8_RA,-1.0380,-0.3921,-15.9606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEHL910,OKGEHSL1PLT2,-1.0380,-0.3921,-15.9606,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-10.4264,-1.5454,-24.1957,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEMCC,OKGEMCCLAIPLT1,-4.8160,-0.6252,-19.5054,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,31.8268,0.2647,16.2474,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,31.8268,0.2647,16.2474,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,31.8268,0.2647,16.2474,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,0.6642,-0.5914,-14.0590,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,0.6642,-0.5914,-14.0590,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,0.6642,-0.5914,-14.0590,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,0.6642,-0.5914,-14.0590,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-5.5738,-0.2881,-20.6004,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESM2,OKGESEMINOLEUN2_RA,-0.1647,-0.3226,-15.1568,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESM3,OKGESEMINOLEUN3_RA,-0.1647,-0.3226,-15.1568,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESO1,OKGESONR1UN1_RA,-50.4075,-0.9830,-64.7392,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESO2,OKGESONR1UN2_RA,-24.1000,-1.0516,-38.3631,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-10.4264,-1.5454,-24.1957,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-11.5673,-1.3747,-25.5073,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGETINK5A,OKGETINK5UN1_RA,-3.0376,-0.4337,-17.9186,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGETINK5B,OKGETINK5UN2_RA,-3.0376,-0.4337,-17.9186,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-9.8554,-1.3705,-23.7996,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-18.6756,-1.1986,-32.7917,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,38.6493,1.1869,22.1477,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-9.9960,-0.8834,-24.4272,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_OKGE,OKGE_LA,8.3975,-0.2125,-6.7047,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-8.6240,-0.5369,-23.4017,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-9.9013,-1.4164,-23.7996,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMLP,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,40.2613,0.1787,24.7679,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,38.7014,1.0991,22.2876,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-6.5232,-0.4528,-21.3851,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-92.8065,-0.6268,-107.4944,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-12.7814,-1.0784,-27.0177,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-20.8847,-1.1130,-35.0864,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-14.7548,-1.3462,-28.7233,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,0.0329,-1.1013,-14.1805,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,179.8087,0.0903,164.4037,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-92.8391,-0.6594,-107.4944,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-92.8391,-0.6594,-107.4944,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_SPP,OMPA_SPP_LA,-13.0297,-0.6243,-27.7201,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-15.9819,-1.7741,-29.5225,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,36.9166,0.1650,21.4369,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,36.9166,0.1650,21.4369,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,36.9166,0.1650,21.4369,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,36.9166,0.1650,21.4369,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,ONT,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,12.1832,-0.3448,-2.7867,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,12.1379,-0.3217,-2.8551,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,12.1472,-0.3364,-2.8311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,11.9458,-0.1846,-3.1843,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,11.9582,-0.2885,-3.0680,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,11.9582,-0.2885,-3.0680,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_GLDN,OPPD_GLDN_LA,11.9844,-0.3276,-3.0027,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,12.2319,-0.3313,-2.7515,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,8.8549,-1.0792,-5.3806,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,9.8641,-0.4868,-4.9638,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,12.1469,-0.3359,-2.8319,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_OPPD,OPPD_LA,12.1237,-0.2885,-2.9025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,11.9970,-0.2725,-3.0452,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,11.9835,-0.2770,-3.0542,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,OTP,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,OVEC,OVEC,22.9398,0.2402,7.3849,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PARAGOULD,PARAGOULD_LA,34.1384,0.5848,18.2388,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,39.7469,0.2282,24.2040,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,39.7469,0.2282,24.2040,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,39.7469,0.2282,24.2040,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,39.6735,0.2824,24.0764,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,39.6735,0.2824,24.0764,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,39.6735,0.2824,24.0764,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PIGGOTT,PIGGOTT_LA,32.2004,0.5410,16.3447,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PJM,PJM,21.4613,0.1715,5.9752,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,PLUM,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,POPLARBLUFF,POPLARBLUFF_LA,31.9591,0.4883,16.1561,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,9.2656,-0.3728,-5.6763,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,9.2656,-0.3728,-5.6763,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,9.3094,-0.3722,-5.6331,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,9.3094,-0.3722,-5.6331,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,10.3650,0.6553,-5.6050,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,10.3650,0.6553,-5.6050,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,9.4954,-0.1676,-5.6517,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,8.6720,-0.7646,-5.8781,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-16.3472,-0.7278,-30.9341,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,90.4708,0.1651,74.9910,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,9.1712,0.1235,-6.2670,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-3.8051,-0.0225,-19.0973,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,64.3165,0.5009,48.5009,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,35.9653,0.6101,20.0405,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,8.9171,-0.4769,-5.9207,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,9.9323,-0.0901,-5.2923,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,7.3576,-0.6746,-7.2825,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,22.5200,0.6443,6.5610,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,10.2022,-0.0274,-5.0852,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,8.0350,-0.3738,-6.9059,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,PUPP,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,RCEAST,RCEAST,6.7881,-0.9339,-7.5927,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_1,GRDASALINA1UN1_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_2,GRDASALINA1UN2_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_3,GRDASALINA1UN3_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_4,GRDASALINA1UN4_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_5,GRDASALINA1UN5_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SALINA_6,GRDASALINA1UN6_RA,41.0563,0.3325,25.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SARPY_1,OPPDSARPYUN1_RA,11.9555,-0.3230,-3.0362,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SARPY_2,OPPDSARPYUN2_RA,11.9467,-0.2926,-3.0754,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SARPY_3,OPPDSARPYUN3_RA,11.9140,-0.3497,-3.0509,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SARPY_4,OPPDSARPYUN4_RA,11.9140,-0.3497,-3.0509,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SARPY_5,OPPDSARPYUN5_RA,11.9140,-0.3497,-3.0509,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SC,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SCEG,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SCSE,SCSE,4.4169,-0.6682,-10.2296,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SEC,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-9.4705,-1.5827,-23.2025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-9.4705,-1.5827,-23.2025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-9.4705,-1.5827,-23.2025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-6.2474,-0.8968,-20.6653,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-9.4705,-1.5827,-23.2025,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-7.6618,-1.5786,-21.3979,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-7.6537,-1.7193,-21.2491,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-7.6537,-1.7193,-21.2491,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-7.7029,-0.9640,-22.0535,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-10.6760,-1.3483,-24.6424,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-3.2596,-0.8217,-17.7526,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-6.8001,-1.0012,-21.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-2.5521,-1.1362,-16.7306,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-9.0677,-1.6126,-22.7698,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-2.4678,-1.1247,-16.6578,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-8.2552,-1.7203,-21.8496,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-9.5244,-2.9422,-21.8968,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-6.4766,-1.2895,-20.5018,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-6.4766,-1.2895,-20.5018,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-6.4766,-1.2895,-20.5018,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-6.4766,-1.2895,-20.5018,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-6.7085,-1.3740,-20.6491,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-7.6618,-1.5786,-21.3979,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI_SECI,SECI_LA,-6.3870,-1.1617,-20.5400,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-7.7029,-0.9640,-22.0535,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SEHA,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-9.9013,-1.4164,-23.7996,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SERU,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SETH,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SGE,SGE,4.9375,-0.6133,-9.7639,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SMEP,MISO,21.1965,0.1874,5.6943,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,SOCO,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPA,SPA,48.7983,0.6884,32.7952,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPC,SPC,10.0786,0.3043,-5.5404,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPPNORTH_HUB,SPPNORTH_H,10.1282,-0.3735,-4.8130,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-2.4450,-0.7228,-17.0370,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,32.3317,0.6038,16.4132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,32.3317,0.6038,16.4132,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,31.8341,0.5859,15.9335,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,31.8341,0.5859,15.9335,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_NIXA,SPRM_NIXA_LA,33.9752,0.6269,18.0336,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_SPRM,SPRM_LA,32.1879,0.6460,16.2272,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,32.3212,0.5273,16.4792,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,32.3212,0.5273,16.4792,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,32.2823,0.4884,16.4792,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,32.3212,0.5273,16.4792,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-2.6293,-0.0041,-17.9399,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-3.1000,-0.4389,-17.9758,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-4.8308,-1.0653,-19.0802,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-4.8308,-1.0653,-19.0802,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-3.2629,-1.1224,-17.4552,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,0.0731,-0.2584,-14.9832,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-4.7456,-1.7879,-18.2724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,39.8574,1.1502,23.3925,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-2.3832,-0.4775,-17.2204,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,32.4596,0.5989,16.5460,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,37.9930,0.6693,22.0090,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,37.9930,0.6693,22.0090,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,32.4596,0.5989,16.5460,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-4.6434,-0.8982,-19.0599,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-3.1000,-0.4389,-17.9758,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-4.8600,-1.0199,-19.1548,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-8.1211,-1.7318,-21.7040,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-5.8007,-0.9739,-20.1415,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-4.7822,-0.6920,-19.4048,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-5.2321,-1.0236,-19.5232,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-10.2219,-1.7752,-23.7614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-10.2219,-1.7752,-23.7614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-10.2219,-1.7752,-23.7614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-10.2219,-1.7752,-23.7614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GRID.WRAB,WRAB_DDR,-3.8670,-0.7301,-18.4516,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-10.2219,-1.7752,-23.7614,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-2.8323,-0.4845,-17.6625,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-2.8323,-0.4845,-17.6625,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-2.9330,-0.4511,-17.7965,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-2.9330,-0.4511,-17.7965,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-2.9330,-0.4511,-17.7965,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-2.8323,-0.4845,-17.6625,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-3.8520,-1.0578,-18.1089,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-3.8520,-1.0578,-18.1089,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-3.8501,-1.0578,-18.1070,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-5.0333,-1.4362,-18.9118,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,34.3060,0.5689,18.4224,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-2.4001,-0.4865,-17.2283,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-2.4001,-0.4865,-17.2283,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-2.4001,-0.4865,-17.2283,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-2.4001,-0.4865,-17.2283,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,15.0525,0.5944,-0.8566,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,31.7271,0.5543,15.8581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,31.7271,0.5543,15.8581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-9.8315,-1.3466,-23.7996,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-4.0501,-1.0899,-18.2749,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-4.0501,-1.0899,-18.2749,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-3.8847,-1.0560,-18.1434,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-3.8670,-0.7301,-18.4516,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-7.6509,-1.4969,-21.4686,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-5.2993,-1.1022,-19.5118,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-10.2954,-1.7724,-23.8377,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-3.8494,-0.8892,-18.2749,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-2.8826,-0.1151,-18.0822,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-2.8826,-0.1151,-18.0822,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-2.9408,-0.1384,-18.1171,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-2.9698,-0.8846,-17.3998,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-9.5645,-2.2351,-22.6441,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-4.3555,-1.3978,-18.2724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-2.9456,-0.8605,-17.3998,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-4.6478,-0.9026,-19.0599,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-5.1032,0.0398,-20.4577,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,39.8574,1.1502,23.3925,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-5.1032,0.0398,-20.4577,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,39.8626,1.1447,23.4032,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-15.0606,-1.1684,-29.2069,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,37.4802,1.5300,20.6355,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,37.5445,1.5943,20.6355,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,35.6198,1.4673,18.8378,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,31.6735,0.7355,15.6233,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,39.7535,1.3461,23.0927,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-6.8690,-1.4216,-20.7620,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-3.9230,-0.7991,-18.4386,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-3.0937,-0.0878,-18.3206,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-3.0937,-0.0878,-18.3206,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-5.1032,0.0398,-20.4577,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-2.2804,-0.3973,-17.1978,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,3.8345,0.9337,-12.4139,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-2.2079,0.7397,-18.2623,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-2.6602,0.2436,-18.2185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-2.9603,-0.4800,-17.7950,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,37.4802,1.5300,20.6355,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,39.6754,1.7755,22.5852,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,39.4741,1.5742,22.5852,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-2.8000,-0.7149,-17.3998,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-2.6781,0.2806,-18.2734,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-8.7569,-1.6765,-22.3951,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-8.7817,-1.7070,-22.3894,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0163,V163_DDR,-3.6929,-0.8604,-18.1472,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0168,V168_DDR,-8.2665,-0.9317,-22.6495,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0180,V180_DDR,39.6754,1.7755,22.5852,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0181,V181_DDR,-9.2130,-1.9893,-22.5384,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0182,V182_DDR,40.0000,1.3848,23.3005,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0199,V199_DDR,4.3690,0.8114,-11.7571,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0200,V200_DDR,33.5688,0.9847,17.2694,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.VOLT.0235,V235_DDR,-7.6509,-1.4969,-21.4686,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-4.7456,-1.7879,-18.2724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,39.8574,1.1502,23.3925,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-3.6416,-1.1734,-17.7829,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-3.7435,-0.9477,-18.1105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS_SPS,SPS_LA,15.9980,0.4915,0.1918,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-0.6499,0.1347,-16.0993,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SSCN_NPPD,SSCN_NPPD_LA,3.2025,-0.5879,-11.5243,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,29.3107,0.4614,13.5346,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,29.3107,0.4614,13.5346,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,TAL,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,TEC,SOUC,29.1928,0.5537,13.3245,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,4.3703,-1.2227,-9.7217,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,TVA,TVA,28.7066,0.4942,12.8977,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB,UCUHUB_H,5.1598,-0.2920,-9.8628,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB17,UCUHUB17_H,-0.9738,-0.9674,-15.3211,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB18,UCUHUB18_H,1.9449,-0.6575,-12.7123,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB19,UCUHUB19_H,-1.5554,-0.7659,-16.1042,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB20,UCUHUB20_H,-1.3970,-0.7474,-15.9643,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB21,UCUHUB21_H,-2.8022,-0.9256,-17.1912,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB22,UCUHUB22_H,-2.5994,-0.8766,-17.0374,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB23,UCUHUB23_H,-2.9582,-0.8870,-17.3858,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,UCUHUB24,UCUHUB24_H,-0.2302,-0.7774,-14.7675,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,10.2115,0.4522,-5.5554,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,10.2115,0.4522,-5.5554,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,9.0384,-0.5452,-5.7311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,9.0384,-0.5452,-5.7311,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,9.4498,-0.6700,-5.1949,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,9.2568,-0.4531,-5.6048,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,9.2568,-0.4531,-5.6048,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,10.2115,0.4522,-5.5554,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,9.5446,-0.6400,-5.1300,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,9.9614,-0.0308,-5.3225,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,7.2269,-0.6742,-7.4136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,5.7084,-1.6918,-7.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,10.0717,0.3536,-5.5966,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,10.0717,0.3536,-5.5966,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,7.1637,-1.6831,-6.4679,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,7.7954,-0.7065,-6.8128,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,11.3232,-0.3724,-3.6191,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,6.5657,-0.7466,-8.0024,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,7.3184,-0.4854,-7.5109,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,7.5559,-0.7788,-6.9800,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,7.9603,-0.8865,-6.4679,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,7.9603,-0.8865,-6.4679,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,8.1468,-0.6357,-6.5322,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,5.8800,-1.7762,-7.6585,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,7.8123,-0.0545,-7.4478,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,22.8300,-0.1228,7.6381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,22.8300,-0.1228,7.6381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,22.8300,-0.1228,7.6381,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,9.7221,0.0242,-5.6168,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,9.7221,0.0242,-5.6168,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,9.7221,0.0242,-5.6168,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,10.4421,0.6603,-5.5329,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,9.2123,-0.5412,-5.5612,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,9.0409,-0.5616,-5.7122,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,4.6748,-0.6443,-9.9955,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,6.7187,-0.5976,-7.9984,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,9.7780,-0.0929,-5.4438,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,2.2582,-0.7054,-12.3511,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,5.3676,-2.1621,-7.7850,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,8.4780,-0.6916,-6.1451,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,10.1818,0.4533,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,10.1818,0.4533,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,10.1810,0.4525,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,10.1818,0.4533,-5.5862,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,10.0161,0.2982,-5.5968,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,4.7401,-1.3585,-9.2161,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,9.7681,-0.3281,-5.2185,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,5.2586,-0.4892,-9.5669,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,5.2586,-0.4892,-9.5669,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,4.2893,-0.8080,-10.2174,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,4.2893,-0.8080,-10.2174,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,9.3955,-0.3580,-5.5612,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,9.5638,-0.4190,-5.3319,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,6.7947,-0.9013,-7.6187,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,6.4651,-1.5278,-7.3218,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,9.5655,-0.2918,-5.4574,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,9.4498,-0.6700,-5.1949,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,9.4498,-0.6700,-5.1949,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,6.5657,-0.7466,-8.0024,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,6.7510,-0.9532,-7.6105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,7.5694,-0.8641,-6.8812,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,6.0078,-1.6484,-7.6585,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,7.9275,-0.8183,-6.5689,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.FSE,WAUE.FSE_H,4.5042,-0.8364,-9.9741,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,9.3592,-0.3386,-5.6169,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,9.3194,-0.3752,-5.6201,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,5.2093,-1.5913,-8.5141,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,5.6010,-1.5198,-8.1939,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,9.3737,-0.6380,-5.3030,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,9.4011,-0.6694,-5.2441,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.7100,-1.3907,-26.6340,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,5.7084,-1.6918,-7.9145,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-3.0000,-0.8462,-17.4685,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,9.2001,-0.4355,-5.6791,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,9.2004,-0.4352,-5.6791,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,9.2009,-0.4347,-5.6791,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,7.6280,-0.6870,-6.9997,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,6.7510,-0.9532,-7.6105,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,8.5885,-0.2919,-6.4343,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,6.5549,-0.7532,-8.0066,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,7.7977,-0.0692,-7.4478,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,9.6875,0.1888,-5.8160,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,7.5072,-0.4547,-7.3528,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,11.7939,-0.1942,-3.3266,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,7.0990,-0.5719,-7.6438,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,6.7344,-0.8514,-7.7289,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,2.2582,-0.7054,-12.3511,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,12.0721,0.1230,-3.3656,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,6.5471,-0.7611,-8.0065,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,12.0752,0.1344,-3.3739,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,8.2044,-0.3143,-6.7960,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,11.8341,-0.3985,-3.0821,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NTWK,WAUE.NTWK_H,8.0401,-0.5085,-6.7661,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,9.0965,0.2173,-6.4355,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,9.0965,0.2173,-6.4355,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,5.5368,-1.7666,-8.0113,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,4.4199,-1.7532,-9.1416,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,8.4024,-0.6141,-6.2981,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,5.5368,-1.7666,-8.0113,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,10.2860,-0.2859,-4.7428,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,7.0393,-1.0048,-7.2706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,2.2582,-0.7054,-12.3511,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,7.8063,-0.6342,-6.8742,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,6.1516,-1.8925,-7.2706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,4.9053,-2.0262,-8.3832,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,5.2653,-2.0229,-8.0265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,9.0235,-0.5734,-5.7178,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,6.4630,-1.4858,-7.3659,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,8.7691,-0.3693,-6.1763,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,6.6188,-1.3070,-7.3889,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,6.4651,-1.5278,-7.3218,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.VOLT.0152,V152_DDR,10.6439,0.8269,-5.4977,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE.VOLT.0172,V172_DDR,10.0884,0.3660,-5.5923,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_BEPM,WAUE_BEPM_LA,9.7741,-0.0227,-5.5179,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,8.4096,-0.3591,-6.5460,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,9.6854,0.1967,-5.8260,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_EWA,WAUE_EWA_LA,6.8391,-0.8897,-7.5859,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,6.5999,-0.9274,-7.7873,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_HMMU,WAUE_HMMU_LA,10.9935,0.0446,-4.3658,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,11.3775,-0.2665,-3.6707,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_MECB,WAUE_MECB_LA,8.5712,0.0546,-6.7981,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_MMPA,WAUE_MMPA_LA,10.4557,0.0187,-4.8777,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_MRES,WAUE_MRES_LA,7.8597,-0.5057,-6.9493,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,10.4295,0.5338,-5.4190,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,9.3592,-0.3386,-5.6169,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,6.4561,-0.8897,-7.9689,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_OTP,WAUE_OTP_LA,10.9171,0.4376,-4.8352,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_OTPW,WAUE_OTPW_LA,13.0995,0.0591,-2.2743,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM,WAUE_UGPM_LA,8.6293,-0.3948,-6.2905,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,8.8125,-0.2414,-6.2608,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,7.5986,-0.4838,-7.2323,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,6.5928,-0.9504,-7.7715,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,6.8391,-0.8897,-7.5859,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,10.9935,0.0446,-4.3658,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,6.4962,-0.8963,-7.9222,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,9.3592,-0.3386,-5.6169,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,10.4557,0.0187,-4.8777,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,8.3956,-0.4206,-6.4985,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,6.6038,-0.9860,-7.7249,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,10.6886,0.4875,-5.1136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-15.7600,-1.5675,-29.5072,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-18.7636,-1.4518,-32.6265,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,9.7285,-0.8520,-4.7342,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,95.8186,0.4059,80.0980,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,95.8186,0.4059,80.0980,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-2.9632,-1.6428,-16.6351,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,88.9425,0.4965,73.1313,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,80.8652,0.4780,65.0725,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,36.7100,-0.8815,22.2768,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,24.3986,-0.8308,9.9147,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-10.2954,-1.7724,-23.8377,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-21.8000,-1.4789,-35.6358,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-15.4239,-1.4784,-29.2602,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-4.4729,-1.5152,-18.2724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_ENMC,WFEC_ENMC_LA,18.1383,0.7168,2.1069,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-19.0351,-1.1961,-33.1537,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,35.7360,0.2918,20.1295,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,19.9739,0.5233,4.1359,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-15.7600,-1.5675,-29.5072,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-15.7600,-1.5675,-29.5072,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-15.7600,-1.5675,-29.5072,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_OKGE,WFEC_OKGE_LA,3.2251,0.0034,-12.0931,15.3148\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,39.7728,0.4292,24.0289,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-10.7347,-1.6399,-24.4095,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-4.2611,-1.7719,-17.8039,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_WFEC,WFEC_LA,18.8651,-0.3502,3.9006,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,19.9739,0.5233,4.1359,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-0.9901,-0.9444,-15.3604,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-5.3409,-1.3634,-19.2921,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,0.7350,-0.5237,-14.0560,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,0.7350,-0.5237,-14.0560,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,0.7350,-0.5237,-14.0560,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,0.7350,-0.5237,-14.0560,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,0.7350,-0.5237,-14.0560,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,0.7349,-0.5237,-14.0560,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,0.7349,-0.5237,-14.0560,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,3.8930,0.5686,-11.9903,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-0.7225,-0.7708,-15.2664,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-10.9354,-1.3515,-24.8986,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-10.9354,-1.3515,-24.8986,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-11.5809,-1.0232,-25.8724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-11.5809,-1.0232,-25.8724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-11.5809,-1.0232,-25.8724,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-0.7225,-0.7708,-15.2664,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,7.6787,-0.0037,-7.6323,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-5.5457,-0.8023,-20.0581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-5.5457,-0.8023,-20.0581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-5.5457,-0.8023,-20.0581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-5.5456,-0.8022,-20.0581,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,7.6787,-0.0037,-7.6323,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-8.4421,-1.6587,-22.0981,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-30.5138,-0.4139,-45.4146,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.JEC.1,WRJEFFUN10_RA,2.6825,-0.4044,-12.2278,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.JEC.2,WRJEFFUN11_RA,2.7582,-0.4073,-12.1492,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.JEC.3,WRJEFFUN12_RA,2.7374,-0.4281,-12.1492,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-19.6068,-1.1079,-33.8136,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-10.9814,-1.1161,-25.1800,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-10.9814,-1.1161,-25.1800,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.LEC.4,WRLECUN26_RA,7.3238,-0.0681,-7.9228,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.LEC.5,WRLECUN27_RA,6.5970,-0.0360,-8.6816,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-3.8516,-0.7082,-18.4580,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-3.8516,-0.7082,-18.4580,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-3.8516,-0.7082,-18.4580,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-3.7959,-0.6787,-18.4319,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-2.4354,-1.0217,-16.7284,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-0.5884,-0.8622,-15.0409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-0.5884,-0.8622,-15.0409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-4.3557,-1.3044,-18.3660,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-1.5369,-0.9810,-15.8706,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,5.1550,-0.8656,-9.2941,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-1.4615,-0.9085,-15.8677,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-10.9861,-1.1208,-25.1800,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,85.1582,0.4971,69.3464,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-4.8759,-1.9018,-18.2888,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,0.7349,-0.5237,-14.0560,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-5.2115,-1.0941,-19.4321,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,7.6787,-0.0037,-7.6323,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-0.7225,-0.7708,-15.2664,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-13.8017,-0.8902,-28.2262,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.THAYERLD,WR.THAYERLD_LA,33.8588,0.5329,18.0113,15.3146\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-14.6224,-0.8785,-29.0586,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0106,V106_DDR,-13.7885,-0.8485,-28.2547,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0139,WR.VOLT.0139_H,10.5997,0.0861,-4.8011,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-1.9447,-0.6667,-16.5927,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0146,WR.VOLT.0146_H,7.7291,0.0404,-7.6260,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0147,WR.VOLT.0147_H,7.7291,0.0404,-7.6260,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0148,WR.VOLT.0148_H,8.0088,0.0398,-7.3457,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-13.1535,-0.7267,-27.7415,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0157,V157_DDR,7.6111,0.0257,-7.7293,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0158,V158_DDR,7.7291,0.0404,-7.6260,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0159,WR.VOLT.0159_H,7.7291,0.0404,-7.6260,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-14.1791,-0.9233,-28.5705,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0173,V173_DDR,-3.9412,-0.8281,-18.4278,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0174,V174_DDR,-13.7935,-0.8486,-28.2596,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0184,V184_DDR,-13.4223,-0.9391,-27.7979,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-13.9365,-0.8795,-28.3717,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0186,V186_DDR,-13.8131,-0.9198,-28.2080,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-13.5970,-0.9135,-27.9982,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-14.5259,-0.8551,-28.9855,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-5.1115,-0.5567,-19.8695,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-0.5357,-0.4413,-15.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0191,WR.VOLT.0191_H,0.3835,-0.4766,-14.4546,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0192,WR.VOLT.0192_H,0.3835,-0.4766,-14.4546,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-0.5357,-0.4413,-15.4091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0245,V245_DDR,-13.9405,-0.8804,-28.3748,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.VOLT.0248,V248_DDR,-13.7885,-0.8485,-28.2547,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-17.0119,-1.0360,-31.2906,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,5.2889,-0.1176,-9.9082,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.WOLF,WRWOLFUN15_RA,-5.5717,-1.1744,-19.7120,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-8.4421,-1.6587,-22.0981,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,3.8162,0.4918,-11.9903,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-15.6373,-1.1111,-29.8409,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-13.0567,-0.6742,-27.6972,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-1.8632,-0.6688,-16.5091,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-15.0609,-0.8676,-29.5080,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-15.0609,-0.8676,-29.5080,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-15.0609,-0.8676,-29.5080,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-15.0609,-0.8676,-29.5080,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,0.1561,-0.3652,-14.7934,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-29.3820,-0.8174,-43.8793,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-29.3820,-0.8174,-43.8793,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-32.0663,-0.8502,-46.5308,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-32.0663,-0.8502,-46.5308,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_MIDW,WR_MIDW_LA,-2.8845,-0.9746,-17.2246,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,24.3660,0.4249,8.6264,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,16.9374,0.1739,1.4488,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-4.4009,-0.9463,-18.7693,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_SEG,WR_SEG_LA,8.9093,0.3195,-6.7249,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,WR_WR,WR_LA,-2.7916,-0.5055,-17.6008,15.3147\n03/19/2025 07:00:00,03/19/2025 12:00:00,YAD,VACS,28.9579,0.5247,13.1185,15.3147\n03/19/2025 08:00:00,03/19/2025 13:00:00,AEC,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_CSWS,CSWS_AECC_LA,37.0382,0.9006,18.3821,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,40.5496,0.7229,22.0713,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,37.3579,1.2115,18.3910,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,40.4769,0.5221,22.1994,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,29.1708,0.6312,10.7842,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,37.7097,0.5687,19.3855,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,28.4135,0.3547,10.3034,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AECI,AECI,29.1022,0.3966,10.9502,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AEPM_CSWS,CSWS_LA,35.5218,0.6903,17.0761,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ALTW,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,AMRN,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-5.6861,-0.9059,-22.5356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BBA,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BCA,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BEPM.ER01.DDR,ER01_DDR,8.1484,-1.9150,-7.6920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BEPM_ER01,BEPM_ER01_LA,8.1484,-1.9150,-7.6920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,7.7283,-0.0783,-9.9488,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,6.8955,-0.2698,-10.5901,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BEPM_UM01,BEPM_UM01_LA,12.8517,0.8152,-5.7190,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,BLKW,BLKW,-5.9967,-0.4731,-23.2791,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-22.3384,-1.8237,-38.2701,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-22.3384,-1.8237,-38.2701,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,31.7340,-1.4055,15.3840,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-22.3133,-1.7986,-38.2701,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BRAZ,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BUBA,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-7.1787,-1.8020,-23.1321,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-12.8453,-0.8645,-29.7362,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,10.2657,-0.3145,-7.1753,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,10.2657,-0.3145,-7.1753,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CLEC,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,40.2891,0.4487,22.0850,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,COWP,COWP_LA,28.6042,0.6341,10.2146,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,28.6042,0.6341,10.2146,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,28.6042,0.6341,10.2146,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CPLE,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CPLW,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,28.6413,0.8440,10.0419,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,28.6413,0.8440,10.0419,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,28.6413,0.8440,10.0419,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,28.6413,0.8440,10.0419,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CRTH_SPA,WRCRTH_SPA_LA,36.1193,0.3153,18.0486,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,33.9027,1.8000,14.3473,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,5.3973,-0.9323,-11.4258,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,28.4135,0.3547,10.3034,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,40.4769,0.5221,22.1994,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,33.2021,1.7905,13.6561,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,28.9888,0.9596,10.2738,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,26.5178,1.5793,7.1831,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,26.5178,1.5793,7.1831,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,40.2779,0.6385,21.8840,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,40.2779,0.6385,21.8840,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,40.2780,0.6386,21.8840,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,40.2780,0.6386,21.8840,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,28.4135,0.3547,10.3034,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,31.9898,1.3174,12.9170,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,60.0620,-0.0260,42.3326,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,59.9008,-0.1872,42.3326,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,44.1179,0.1946,26.1679,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,42.4547,0.2304,24.4689,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,42.4547,0.2304,24.4689,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,42.4557,0.2304,24.4699,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,42.4557,0.2304,24.4699,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-14.4769,-1.2701,-30.9622,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,10.9134,-0.8484,-5.9936,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,44.8824,0.3005,26.8265,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-11.6819,-1.5773,-27.8601,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-11.6250,-1.5203,-27.8601,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-2.5628,-0.7951,-19.5231,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.GRID.CDL1,CDL1_DDR,44.1564,0.3733,26.0277,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,0.8206,-1.0701,-15.8647,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,7.7842,-0.9706,-9.0006,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,44.1564,0.3733,26.0277,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.CSI1,CSI1_DDR,43.5835,0.5393,25.2888,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.CSI2,CSI2_DDR,43.5900,0.5458,25.2888,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,40.3045,0.4640,22.0850,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.GAZA,GAZA_DDR,44.1564,0.3733,26.0277,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,92.7062,0.5404,74.4104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.NUEN.T201,NT201_DDR,42.4404,0.3104,24.3746,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,0.9198,-1.2256,-15.6100,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,0.9198,-1.2256,-15.6100,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,28.4135,0.3547,10.3034,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.0642,1.7473,8.5615,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-2.5628,-0.7951,-19.5231,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-2.5628,-0.7951,-19.5231,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-7.7497,-1.1167,-24.3884,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-11.6250,-1.5203,-27.8601,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,28.4247,0.9321,9.7371,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,39.7401,0.1166,21.8681,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,39.4911,-0.1324,21.8681,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,39.4815,-0.1420,21.8681,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,17.1011,0.0150,-0.6694,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,17.1011,0.0150,-0.6694,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,28.4523,0.9218,9.7750,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,43.1303,0.2582,25.1167,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,28.6671,0.8855,10.0262,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,29.2382,2.1333,9.3494,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,32.7402,0.5165,14.4682,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,43.5900,0.5458,25.2888,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0057,OKMU_DDR,49.1755,0.4366,30.9835,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0060,LEHIGH_DDR,92.7062,0.5404,74.4104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0086,WARRENM_DDR,42.7956,0.2983,24.7419,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.4798,1.6657,9.0587,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,52.1423,0.3460,34.0408,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0121,V121_DDR,28.4523,0.9218,9.7750,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0122,V122_DDR,50.7992,0.3238,32.7200,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0124,V124_DDR,68.0708,0.2168,50.0985,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0135,V135_DDR,43.4270,0.3091,25.3625,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0144,V144_DDR,11.3169,-0.7889,-5.6496,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0145,V145_DDR,11.4328,-0.8799,-5.4427,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,28.4705,0.9617,9.7534,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.4522,0.6024,10.0944,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0175,V175_DDR,40.3045,0.4640,22.0850,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.4522,0.6024,10.0944,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.5722,0.7372,10.0796,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,43.4270,0.3091,25.3625,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,43.5981,0.3007,25.5420,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,43.0126,0.2720,24.9852,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,56.2668,0.1332,38.3782,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,42.3997,0.2164,24.4279,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,43.5981,0.3007,25.5420,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0211,V211_DDR,29.1593,1.1540,10.2498,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,52.8083,0.3541,34.6988,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0213,V213_DDR,43.3235,0.2956,25.2724,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0215,V215_DDR,51.7083,0.3375,33.6153,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0217,V217_DDR,52.8514,0.3375,34.7585,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0218,V218_DDR,55.8414,0.1468,37.9391,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0228,V228_DDR,43.5153,0.2415,25.5184,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0232,V232_DDR,42.9332,0.2981,24.8797,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0233,V233_DDR,43.7887,0.3139,25.7194,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0240,V240_DDR,48.5040,0.2396,30.5090,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0244,V244_DDR,43.5981,0.3007,25.5420,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0246,MDT1_DDR,92.7062,0.5404,74.4104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0249,V249_DDR,43.2992,0.3140,25.2298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0250,V250_DDR,4.5850,-0.8817,-12.2888,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0251,V251_DDR,42.8219,0.2618,24.8047,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.VOLT.0252,V252_DDR,56.2668,0.1332,38.3782,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-16.7916,-1.1405,-33.4065,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,25.6895,-1.2994,9.2335,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-12.1968,-1.8173,-28.1349,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,28.3288,0.5401,10.0333,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-14.6626,-2.1129,-30.3051,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-17.2088,-1.2106,-33.7536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-17.2088,-1.2106,-33.7536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-17.2088,-1.2106,-33.7536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-17.2088,-1.2106,-33.7536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-17.2088,-1.2106,-33.7536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,28.4135,0.3547,10.3034,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,31.6372,1.6228,12.2589,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,42.9070,0.2719,24.8797,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,42.7915,0.1564,24.8797,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,54.7522,0.4968,36.5000,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,54.7522,0.4968,36.5000,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.7862,0.7453,9.2854,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.7862,0.7453,9.2854,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.6377,1.1498,8.7325,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.6377,1.1498,8.7325,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.1134,1.0843,8.2737,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-11.6093,-1.5047,-27.8601,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,DENL,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DERS,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DOE,DOE,23.9274,0.5613,5.6107,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,13.9208,0.0733,-3.9079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DPC,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,DUK,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDDY,EDDY,46.6656,0.4717,28.4384,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,35.1149,0.1564,17.2031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-13.8000,-0.2411,-31.3143,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,41.3016,-0.0531,23.5992,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE.SLCC,EDESTL4391_PLT,37.9998,0.1088,20.1356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,37.7896,0.1617,19.8725,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,24.8888,-0.1851,7.3185,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_EC_01,EDELAR3821UN1_RA,35.1149,0.1564,17.2031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_EC_02,EDELAR3821UN2_RA,35.1149,0.1564,17.2031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_EC_03,EDELAR3821UN3_RA,35.1149,0.1564,17.2031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_EC_04,EDELAR3821UN4_RA,35.1149,0.1564,17.2031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_EDE,EDE_LA,38.6908,0.5439,20.3915,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_ERW,EDEERWFUNG1_RA,-12.7013,-0.9379,-29.5188,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-0.1746,-1.0363,-16.8938,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,52.2600,1.0406,33.4640,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,52.2600,1.0406,33.4640,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,52.2600,1.0406,33.4640,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,52.2600,1.0406,33.4640,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,27.3794,0.7499,8.8741,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_RIV_10,EDERIV1671UN10_RA,38.1804,0.0020,20.4230,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_RIV_11,EDERIV1671UN11_RA,38.1804,0.0020,20.4230,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_RIV_12,EDERIV453UN12_PLT,37.7190,-0.4594,20.4230,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_SL_01,EDESTL4391UN1_RA,37.9998,0.1088,20.1356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EDE_SWMP,EDE_SWMP_LA,33.1801,0.6708,14.7539,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EEI,EEI,23.8892,0.5589,5.5749,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EES,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-3.9771,-0.9474,-20.7851,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ERCOTE,ERCOTE,27.7862,0.7453,9.2854,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,ERCOTN,ERCOTN,1.0000,-1.1454,-15.6100,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,8.3110,-0.5889,-8.8555,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,FMPP,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,FPC,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,FPL,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,FREM_50T,OPPDFREM_GUN1_RA,9.9826,-0.2495,-7.5233,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,FREM_6,OPPDFREM_AUN6_RA,9.9686,-0.2575,-7.5294,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,FREM_7,OPPDFREM_AUN7_RA,9.9686,-0.2575,-7.5294,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,FREM_8,OPPDFREM_AUN8_RA,9.8792,-0.3468,-7.5294,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,FREM_LOAD,FREM_LOAD_LA,9.9543,-0.2717,-7.5294,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-11.2670,-0.8494,-28.1730,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,28.4247,0.9321,9.7371,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-11.0957,-2.4543,-26.3968,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-21.9836,-1.4951,-38.2439,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,40.2891,0.4487,22.0850,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,40.2891,0.4487,22.0850,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,40.2891,0.4487,22.0850,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,43.6299,0.3099,25.5646,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,43.6299,0.3099,25.5646,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,43.7621,0.3034,25.7032,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,43.7621,0.3034,25.7032,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-18.9215,-1.3241,-35.3528,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,46.9767,-0.0015,29.2228,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,46.9767,-0.0015,29.2228,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,46.9767,-0.0015,29.2228,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.VOLT.0130,V130_DDR,44.6578,0.5074,26.3950,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA.VOLT.0237,V237_DDR,44.7791,0.3832,26.6405,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDAHUB2,GRDAHUB2_H,31.2408,-0.1620,13.6474,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDAHUB3,GRDAHUB3_H,24.6619,-0.3198,7.2263,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA_GRDA,GRDA_LA,44.0972,0.3749,25.9670,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA_HUB,GRDA_H,38.4416,0.0437,20.6425,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRDA_HUBSA,GRDASA_H,38.2771,0.0185,20.5031,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,GRE,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,0.5607,0.3609,-17.5556,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GSEC_SPS,SPS_GSEC_LA,-5.3558,-0.7517,-22.3596,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,GSPR2014HUB,GSPR2014HUB_H,9.0087,-0.9666,-7.7801,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GSPR2015HUB,GSPR2015HUB_H,9.2817,-0.9722,-7.5015,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-6.4767,-1.6954,-22.5367,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,HARRISON,CSWSLEBROCKPLT1,28.0508,0.7856,9.5098,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,HAST_TNSK_HUB,HAST_TNSK_H,9.7534,-0.6226,-7.3794,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,HQST,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,HST,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,18.6081,0.4171,0.4356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,18.6081,0.4171,0.4356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,18.7915,0.4138,0.6223,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,18.7915,0.4138,0.6223,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,18.4039,0.4180,0.2305,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,18.4039,0.4180,0.2305,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDN_INDN,INDN_LA,18.6657,0.4210,0.4893,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ISNE,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,JEA,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,10.2798,-0.2347,-7.2409,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,10.2798,-0.2347,-7.2409,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,8.7454,0.0429,-9.0529,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYCT4,KACYNEARMANUNCT4_RA,17.8600,0.3251,-0.2205,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,67.3765,0.0609,49.5602,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,17.8600,0.3251,-0.2205,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,18.0896,0.3446,-0.0104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,18.0295,0.3424,-0.0683,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KACY_KACY,KACY_LA,18.1245,0.3393,0.0298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,23.9186,0.2257,5.9375,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,17.8287,0.8133,-0.7400,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.6182,-0.7629,-30.6107,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-36.9263,-1.2846,-53.3971,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0222,V222_DDR,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0223,V223_DDR,14.4119,0.0603,-3.4038,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0241,V241_DDR,18.8532,0.6950,0.4028,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0243,V243_DDR,27.1444,0.3258,9.0632,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0247,V247_DDR,15.3204,0.2060,-2.6410,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.VOLT.0253,V253_DDR,23.9907,0.2309,6.0044,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,1.6202,-1.2468,-14.8884,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,11.7296,-0.1338,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,11.7296,-0.1338,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,11.7296,-0.1338,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,11.7296,-0.1338,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,24.0852,0.2222,6.1076,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,24.0852,0.2222,6.1076,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB,KCPLHUB_H,6.7546,-0.6168,-10.3840,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB17,KCPLHUB17_H,5.5719,-0.7124,-11.4711,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB18,KCPLHUB18_H,5.4981,-0.7011,-11.5562,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB19,KCPLHUB19_H,5.4968,-0.6620,-11.5966,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB20,KCPLHUB20_H,4.6360,-0.7422,-12.3773,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB21,KCPLHUB21_H,4.5282,-0.7249,-12.5023,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB22,KCPLHUB22_H,5.4735,-0.7134,-11.5686,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB23,KCPLHUB23_H,4.7965,-0.7354,-12.2235,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLHUB24,KCPLHUB24_H,4.0813,-0.7774,-12.8967,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,8.4652,0.0627,-9.3530,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,8.4652,0.0627,-9.3530,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,12.7303,-0.4163,-4.6088,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,12.7303,-0.4163,-4.6088,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,23.9192,0.2263,5.9375,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,23.9186,0.2257,5.9375,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,21.5480,0.2745,3.5181,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,5.5965,-0.1648,-11.9941,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,16.5210,0.2192,-1.4536,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KCPL_KCPL,KCPL_LA,17.3678,0.1908,-0.5783,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,KENN,KENN_LA,27.2762,0.7267,8.7941,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KEP2_SECI,KEP2_SECI_LA,-8.3227,-1.7139,-24.3642,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KERR_1,GRDAKERR_HYDUN1_RA,44.3375,0.3511,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KERR_2,GRDAKERR_HYDUN2_RA,44.1875,0.3526,26.0794,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KERR_3,GRDAKERR_HYDUN3_RA,44.1875,0.3526,26.0794,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KERR_4,GRDAKERR_HYDUN4_RA,44.3375,0.3511,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,11.7294,-0.1340,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,11.7294,-0.1340,-5.8920,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,12.3293,-0.0329,-5.3932,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,12.3293,-0.0329,-5.3932,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,10.0695,-0.1296,-7.5563,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,8.2465,-0.0977,-9.4112,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,8.2465,-0.0977,-9.4112,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-6.5678,-1.5573,-22.7659,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-6.5678,-1.5573,-22.7659,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-6.5678,-1.5573,-22.7659,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-2.0750,-0.8400,-18.9904,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-2.0750,-0.8400,-18.9904,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-6.6850,-1.5940,-22.8464,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-2.6082,-0.8963,-19.4674,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,0.7310,-0.4534,-16.5710,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,60.4700,0.0115,42.7031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,60.4700,0.0115,42.7031,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,6.8407,-0.3201,-10.5946,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,6.8407,-0.3201,-10.5946,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,6.8407,-0.3201,-10.5946,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-3.6460,-1.2372,-20.1642,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-3.2164,-1.5009,-19.4709,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,7.9747,-0.5421,-9.2387,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,9.7853,0.1100,-8.0801,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LAFA,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LAM345,LAM345,-7.1787,-1.8020,-23.1321,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LEPA,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,11.7112,-0.2972,-5.7470,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_LES,LES_LA,11.6115,-0.3131,-5.8308,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,11.5263,-0.3348,-5.8943,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,11.5136,-0.3595,-5.8823,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,11.5136,-0.3595,-5.8823,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,11.5136,-0.3595,-5.8823,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,11.5269,-0.3342,-5.8943,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,11.5263,-0.3348,-5.8943,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_WAVERLY,LES_WAVERLY_H,11.3995,-0.3559,-6.0001,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,10.3775,-0.3643,-7.0137,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,10.3775,-0.3643,-7.0137,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,LGEE,LGEE,21.9114,0.4430,3.7130,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MALDEN,MALDEN_LA,26.7925,0.7021,8.3350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MCWEST,MCWEST,12.2502,0.2537,-5.7590,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,MDU,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,7.5566,-0.2689,-9.9299,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,9.3092,-0.1096,-8.3367,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,11.2887,0.6028,-7.0695,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MEAN_NPPD,NPPD_MEAN_LA,7.8004,-0.8104,-9.1447,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,MEC,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MHEB,MHEB,12.8253,0.1764,-5.1065,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,1.2827,-0.9743,-15.4984,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-3.7328,-1.4578,-20.0304,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,1.2827,-0.9743,-15.4984,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,1.2827,-0.9743,-15.4984,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-3.7328,-1.4578,-20.0304,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MISO,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-7.9507,-1.3228,-24.3833,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-7.9507,-1.3228,-24.3833,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,3.1576,-0.6942,-13.9036,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-8.4398,-2.1874,-24.0078,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-3.3043,-1.2513,-19.8084,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-9.7986,-2.8906,-24.6634,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-7.7173,-1.7858,-23.6869,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-9.7573,-2.6892,-24.8235,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-7.1379,-1.2105,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-7.1379,-1.2105,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-7.1379,-1.2105,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-7.1379,-1.2105,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-7.1379,-1.2105,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,14.7045,0.1405,-3.1914,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,23.2087,0.5057,4.9476,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,23.2087,0.5057,4.9476,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,19.9445,0.3508,1.8383,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,18.6428,0.7824,0.1050,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MOWR,AECI,29.1022,0.3966,10.9502,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,20.2814,0.2937,2.2323,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,23.5606,0.5155,5.2897,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,9.0873,-0.8328,-7.8353,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,8.9337,-0.3962,-8.4256,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-9.9511,-1.3624,-26.3441,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,9.1437,-0.7764,-7.8353,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,13.9277,0.0802,-3.9079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,13.9277,0.0802,-3.9079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,13.9286,0.0811,-3.9079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,13.9286,0.0811,-3.9079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,8.5302,0.0483,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,8.5816,0.0997,-9.2735,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,24.0423,0.5368,5.7501,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,14.9305,0.0806,-2.9055,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,13.9299,0.0193,-3.8448,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,13.9300,0.0194,-3.8448,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,13.9300,0.0194,-3.8448,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,17.9286,0.2366,-0.0634,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,17.9286,0.2366,-0.0634,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MPS_MPS,MPS_LA,15.0357,0.2691,-2.9888,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MSTNG,SPSMSTNGPLT1,-0.3801,0.1300,-18.2655,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MSTNG4,SPSMSTNGUN4_RA,-0.4669,0.0431,-18.2655,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,MSTNG5,SPSMSTNGUN5_RA,-0.3801,0.1300,-18.2655,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,-0.3801,0.1300,-18.2655,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NBSO,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,9.7795,-0.7228,-7.2531,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,9.7767,-0.7256,-7.2531,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-7.8174,-2.1109,-23.4619,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NHC1,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,10.2052,-0.2835,-7.2667,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,10.2052,-0.2835,-7.2667,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,10.2052,-0.2835,-7.2667,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,5.7632,-0.8104,-11.1818,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,8.9934,-0.9364,-7.8257,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,10.2674,-0.6508,-6.8372,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,3.6889,-0.5439,-13.5227,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,8.9934,-0.9364,-7.8257,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.HUB.PY2018,NPPDPY18_H,7.7080,-0.8823,-9.1651,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,7.8107,-0.8737,-9.0711,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,7.7781,-0.8706,-9.1067,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,7.8774,-0.8559,-9.0221,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,1.2690,-0.5773,-15.9091,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,6.7497,-0.9282,-10.0775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,6.7497,-0.9282,-10.0775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,6.0707,-0.8242,-10.8605,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,1.2690,-0.5773,-15.9091,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,14.3415,-1.0449,-2.3691,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,8.0238,-1.1898,-8.5418,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,3.8381,-1.0354,-12.8819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,8.0238,-1.1898,-8.5418,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,9.0701,-1.0049,-7.6804,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,7.5683,-1.0697,-9.1174,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,11.1038,-0.2153,-6.4363,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,8.9934,-0.9364,-7.8257,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,4.3026,-1.0291,-12.4237,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,6.7497,-0.9282,-10.0775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,6.7497,-0.9282,-10.0775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,7.6274,-0.6372,-9.4908,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,7.5577,-0.6487,-9.5491,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,7.5577,-0.6487,-9.5491,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,8.4415,-0.3045,-9.0094,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,5.3197,-0.2206,-12.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,9.3102,-0.7027,-7.7425,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,5.9509,-0.5605,-11.2440,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,3.5928,-0.1376,-14.0251,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,2.1955,-0.1394,-15.4205,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.NELI.DDR,NELI_DDR,2.5089,-0.6936,-14.5529,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.NPPM.1058,SH1058_DDR,22.9234,-0.0650,5.2330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,8.4355,-0.4712,-8.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,8.9934,-0.9364,-7.8257,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,10.2674,-0.6508,-6.8372,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,1.2690,-0.5773,-15.9091,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.TECH.1,KEARNE_DDR,8.8617,-0.3076,-8.5861,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,9.3502,-1.3676,-7.0376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,9.3502,-1.3676,-7.0376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,1.3145,-0.6622,-15.7787,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD.VOLT.0236,V236_DDR,10.3665,-0.2962,-7.0927,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD2017HUB,NPPD2017HUB_H,7.7240,-0.8793,-9.1521,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,20.5337,-0.5559,3.3342,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,5.7632,-0.8104,-11.1818,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,7.9217,-1.4407,-8.3930,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,7.9217,-1.4407,-8.3930,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,10.4808,-0.3186,-6.9560,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,10.3919,-0.2708,-7.0927,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,3.4860,-0.5394,-13.7300,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,7.7151,-0.6632,-9.3771,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,22.4989,-0.4895,5.2330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,22.4989,-0.4895,5.2330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,22.4989,-0.4895,5.2330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,9.7574,-0.6217,-7.3763,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,9.6813,-0.6891,-7.3850,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,9.7266,-0.4225,-7.6063,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,3.4896,-1.5338,-12.7320,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,3.5862,-1.4372,-12.7320,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,5.9357,-1.0324,-10.7873,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,5.7176,-1.0457,-10.9921,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,10.6422,-0.5737,-6.5395,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,10.6279,-0.5880,-6.5395,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,10.6279,-0.5880,-6.5395,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,10.5887,-0.5535,-6.6132,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,14.3415,-1.0449,-2.3691,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,10.5167,-0.5544,-6.6843,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,10.9758,-0.4536,-6.3260,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,9.7894,-0.5827,-7.3833,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,9.7773,-0.5935,-7.3847,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,9.7843,-0.5853,-7.3859,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,9.7843,-0.5853,-7.3859,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,9.7574,-0.6217,-7.3763,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,9.7249,-0.6542,-7.3763,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,7.3956,-0.0762,-10.2836,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,10.0284,-0.3539,-7.3731,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,5.8959,-0.9719,-10.8876,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,6.9436,-1.2019,-9.6100,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,3.5117,-1.1017,-13.1420,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,23.2949,0.3065,5.2330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,2.5089,-0.6936,-14.5529,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,6.1607,-0.9819,-10.6128,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,6.1607,-0.9819,-10.6128,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_NPPD,NPPD_LA,12.0528,-0.4908,-5.2117,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,10.9758,-0.4536,-6.3260,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,10.9758,-0.4536,-6.3260,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,8.4115,-0.7340,-8.6099,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,7.1575,-0.8591,-9.7388,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NSB,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,NSP,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,NSSO,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,NYIS,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-12.9748,-2.0637,-28.6665,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-18.4440,-1.4219,-34.7775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-15.4949,-1.2763,-31.9740,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-15.4949,-1.2763,-31.9740,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-12.4470,-2.2865,-27.9159,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-21.9836,-1.4951,-38.2439,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-81.5900,-0.8810,-98.4644,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-38.3542,-1.3271,-54.7825,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-20.4898,-1.3325,-36.9127,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-18.1651,-1.4229,-34.4976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,4.1618,-0.5896,-13.0040,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-20.4898,-1.3325,-36.9127,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-12.6185,-2.2428,-28.1311,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-13.1919,-2.0254,-28.9219,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,23.3700,-0.2432,5.8578,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-18.1651,-1.4229,-34.4976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-16.8224,-1.3371,-33.2407,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-10.2385,-1.3216,-26.6723,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-12.4725,-1.1469,-29.0810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-21.6690,-0.2552,-39.1692,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-18.1651,-1.4229,-34.4976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-9.6101,-0.9808,-26.3847,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NUEN.LAM1,LAM1_DDR,40.2896,1.2413,21.2929,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NUEN.MDT2,MDT2_DDR,4.1618,-0.5896,-13.0040,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NUEN.MDT3,MDT3_DDR,4.1618,-0.5896,-13.0040,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-10.0146,-1.0127,-26.7573,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,1.3367,-0.6517,-15.7670,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,1.3367,-0.6517,-15.7670,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,1.3367,-0.6517,-15.7670,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,8.2185,-0.5728,-8.9641,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,8.2185,-0.5728,-8.9641,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,1.3367,-0.6517,-15.7670,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,1.3367,-0.6517,-15.7670,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-18.1651,-1.4229,-34.4976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,31.4882,0.9182,12.8146,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-12.6185,-2.2428,-28.1311,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-13.3538,-0.6138,-30.4954,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-16.8224,-1.3371,-33.2407,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,36.0590,0.9288,17.3747,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-18.1388,-1.1123,-34.7819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-18.1388,-1.1123,-34.7819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-18.1388,-1.1123,-34.7819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-18.1388,-1.1123,-34.7819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-18.1375,-1.8655,-34.0274,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-21.2403,-1.3255,-37.6702,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-18.4440,-1.4219,-34.7775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-24.4389,-1.2663,-40.9280,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-24.4389,-1.2663,-40.9280,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-10.6560,-0.2830,-28.1284,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-14.6412,-1.2459,-31.1507,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-14.6412,-1.2459,-31.1507,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-14.6412,-1.2459,-31.1507,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0033,FOSTER_DDR,15.2058,-0.5261,-2.0235,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,33.1297,0.3660,15.0083,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0035,TARBY_DDR,40.2278,1.0297,21.4427,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,33.1297,0.3660,15.0083,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,31.8595,0.1535,13.9506,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,31.8595,0.1535,13.9506,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-17.1687,-0.3706,-34.5535,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0040,TROSPER_DDR,19.2683,-0.5001,2.0130,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,19.3781,-0.5022,2.1249,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,37.6007,1.0641,18.7812,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0115,V115_DDR,5.3363,-0.5792,-11.8399,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0116,V116_DDR,42.8985,-0.1628,25.3059,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0118,V118_DDR,10.5312,-0.1014,-7.1228,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0125,V125_DDR,38.4079,1.2045,19.4480,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0126,V126_DDR,40.1935,0.5942,21.8438,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0129,V129_DDR,0.8215,-1.0692,-15.8647,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,49.6379,-0.6034,32.4859,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0134,V134_DDR,41.0733,0.7673,22.5506,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0138,V138_DDR,39.4906,0.4940,21.2412,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,41.8298,-0.5188,24.5932,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0143,V143_DDR,35.6908,0.2219,17.7135,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0149,V149_DDR,-9.3082,-0.9950,-26.0686,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0150,V150_DDR,-8.8239,-1.0166,-25.5627,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0155,V155_DDR,38.8332,0.3926,20.6852,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0156,V156_DDR,49.6379,-0.6034,32.4859,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0166,V166_DDR,40.3570,1.0070,21.5945,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,40.8972,-0.5257,23.6675,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-8.8239,-1.0166,-25.5627,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0170,V170_DDR,-10.0933,-1.0059,-26.8429,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-20.6068,-0.9891,-37.3731,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0176,V176_DDR,-8.8239,-1.0166,-25.5627,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0177,V177_DDR,-14.9284,-1.8306,-30.8532,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,32.5542,-0.5232,15.3220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-8.7970,-1.1448,-25.4076,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0195,V195_DDR,135.9767,1.0133,117.2079,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0197,V197_DDR,40.9248,0.5772,22.5922,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0198,V198_DDR,40.3570,1.0070,21.5945,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0208,V208_DDR,136.0000,1.0381,117.2065,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0209,V209_DDR,136.0000,1.0381,117.2065,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,40.9889,0.4246,22.8089,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0216,V216_DDR,19.4049,-0.5035,2.1530,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0219,V219_DDR,38.8332,0.3926,20.6852,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0220,V220_DDR,-8.8239,-1.0166,-25.5627,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0224,V224_DDR,4.5158,-0.6083,-12.6313,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0225,V225_DDR,4.5167,-0.6074,-12.6313,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0226,V226_DDR,4.5158,-0.6083,-12.6313,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0227,V227_DDR,4.5158,-0.6083,-12.6313,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0229,V229_DDR,-14.6090,-0.3146,-32.0498,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0231,V231_DDR,16.0090,-0.0346,-1.7118,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0238,V238_DDR,-18.7158,-1.4899,-34.9813,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.VOLT.0242,V242_DDR,39.1212,0.4411,20.9247,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-15.0000,-2.3967,-30.3587,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-18.6689,-1.3731,-35.0512,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-13.1765,-2.0100,-28.9219,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-15.0000,-2.3967,-30.3587,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-13.6032,-2.2762,-29.0824,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-42.8832,-1.2903,-59.3483,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEHL7,OKGEHL7_H,29.9783,-0.4735,12.6964,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEHL8,OKGEHSL1UN8_RA,29.9783,-0.4735,12.6964,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEHL910,OKGEHSL1PLT2,29.9783,-0.4735,12.6964,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-13.3608,-2.1291,-28.9871,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEMCC,OKGEMCCLAIPLT1,1.6300,-0.7752,-15.3502,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,35.8583,0.2955,17.8074,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,35.8583,0.2955,17.8074,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,35.8583,0.2955,17.8074,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,22.9973,-0.7365,5.9784,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,22.9973,-0.7365,5.9784,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,22.9973,-0.7365,5.9784,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,22.9973,-0.7365,5.9784,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESM1,OKGESEMINOLEUN1_RA,11.8210,-0.3723,-5.5622,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESM2,OKGESEMINOLEUN2_RA,11.6947,-0.4122,-5.6485,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESM3,OKGESEMINOLEUN3_RA,11.6947,-0.4122,-5.6485,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESO1,OKGESONR1UN1_RA,-44.6441,-1.1746,-61.2249,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESO2,OKGESONR1UN2_RA,-24.4389,-1.2663,-40.9280,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-13.5041,-2.2725,-28.9871,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-13.3517,-2.3672,-28.7399,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGETINK5A,OKGETINK5UN1_RA,16.6630,-0.5310,-0.5614,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGETINK5B,OKGETINK5UN2_RA,16.6630,-0.5310,-0.5614,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-13.9485,-1.7663,-29.9376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-18.4440,-1.4219,-34.7775,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,37.1244,1.4067,17.9623,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-11.0038,-1.0936,-27.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_OKGE,OKGE_LA,19.5151,-0.2738,2.0334,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-13.3538,-0.6138,-30.4954,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-14.0000,-1.8178,-29.9376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMLP,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,44.4436,0.1835,26.5047,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,37.3481,1.2961,18.2966,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_GENHUB,OMPA_GENHUB_H,4.0041,-0.5621,-13.1893,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-81.4481,-0.7391,-98.4644,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-11.0896,-1.2884,-27.5566,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-20.4898,-1.3325,-36.9127,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-14.4098,-1.9038,-30.2614,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,0.3658,-1.4177,-15.9720,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,166.7998,0.0975,148.9469,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-81.4917,-0.7827,-98.4644,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-81.4917,-0.7827,-98.4644,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_SPP,OMPA_SPP_LA,2.6519,-0.7630,-14.3404,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-15.0000,-2.3967,-30.3587,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,41.1689,0.1737,23.2398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,41.1689,0.1737,23.2398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,41.1689,0.1737,23.2398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,41.1689,0.1737,23.2398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,ONT,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,10.1234,-0.2868,-7.3452,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,10.2250,-0.2642,-7.2662,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,10.2052,-0.2835,-7.2667,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,10.5555,-0.0923,-7.1076,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,10.3867,-0.2263,-7.1424,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,10.3867,-0.2263,-7.1424,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_GLDN,OPPD_GLDN_LA,10.2908,-0.2749,-7.1897,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,10.1787,-0.2731,-7.3036,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,14.3415,-1.0449,-2.3691,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,9.6458,-0.4884,-7.6212,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,10.2062,-0.2825,-7.2667,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_OPPD,OPPD_LA,10.3328,-0.2184,-7.2043,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,10.3844,-0.2078,-7.1633,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,10.3868,-0.2130,-7.1556,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OTP,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,OVEC,OVEC,21.1956,0.3997,3.0405,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PARAGOULD,PARAGOULD_LA,28.0939,0.7663,9.5722,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,43.9779,0.2463,25.9762,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,43.9779,0.2463,25.9762,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,43.9779,0.2463,25.9762,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,43.7045,0.3078,25.6413,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,43.7045,0.3078,25.6413,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,43.7045,0.3078,25.6413,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PIGGOTT,PIGGOTT_LA,27.1038,0.7180,8.6304,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PJM,PJM,20.0799,0.3287,1.9959,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,PLUM,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,POPLARBLUFF,POPLARBLUFF_LA,26.4061,0.6501,8.0006,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,11.9635,-0.0196,-5.7724,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,11.9635,-0.0196,-5.7724,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,11.9956,-0.0161,-5.7437,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,11.9956,-0.0161,-5.7437,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,13.2165,1.1875,-5.7265,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,13.2165,1.1875,-5.7265,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,12.2453,0.2457,-5.7558,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,11.3305,-0.5190,-5.9059,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-12.8453,-0.8645,-29.7362,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,88.1189,0.1907,70.1728,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,9.4030,0.1782,-8.5306,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,5.5140,-0.0302,-12.2112,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,54.7357,0.5530,36.4273,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,40.4352,0.7261,21.9537,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,11.3164,-0.3303,-6.1087,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,12.3014,0.2843,-5.7383,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,10.0579,-0.5645,-7.1330,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,25.0000,1.1367,6.1079,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,12.7090,0.3170,-5.3634,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,10.9782,-0.1580,-6.6193,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,PUPP,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,RCEAST,RCEAST,9.4360,-0.7993,-7.5201,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_1,GRDASALINA1UN1_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_2,GRDASALINA1UN2_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_3,GRDASALINA1UN3_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_4,GRDASALINA1UN4_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_5,GRDASALINA1UN5_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SALINA_6,GRDASALINA1UN6_RA,44.3395,0.3531,26.2310,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SARPY_1,OPPDSARPYUN1_RA,10.2605,-0.2688,-7.2261,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SARPY_2,OPPDSARPYUN2_RA,10.3077,-0.2310,-7.2167,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SARPY_3,OPPDSARPYUN3_RA,10.2487,-0.3021,-7.2046,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SARPY_4,OPPDSARPYUN4_RA,10.2487,-0.3021,-7.2046,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SARPY_5,OPPDSARPYUN5_RA,10.2487,-0.3021,-7.2046,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SC,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SCEG,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SCSE,SCSE,6.3459,-0.8158,-10.5937,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SEC,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-9.5000,-1.9584,-25.2970,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-9.5000,-1.9584,-25.2970,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-9.5000,-1.9584,-25.2970,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-6.5554,-1.2009,-23.1099,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-9.5000,-1.9584,-25.2970,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-7.8528,-1.9704,-23.6378,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-7.5642,-2.1146,-23.2050,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-7.5642,-2.1146,-23.2050,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-7.1402,-1.2128,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-10.6366,-1.6849,-26.7072,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-2.1538,-0.9188,-18.9904,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-7.2157,-1.3170,-23.6541,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-1.9689,-1.4433,-18.2810,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-9.1118,-1.9939,-24.8733,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-1.8885,-1.4302,-18.2137,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-8.4622,-2.1012,-24.1164,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-9.7921,-3.5399,-24.0076,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-6.7183,-1.6421,-22.8317,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-6.7183,-1.6421,-22.8317,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-6.7183,-1.6421,-22.8317,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-6.7183,-1.6421,-22.8317,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-7.0077,-1.7495,-23.0137,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-7.8528,-1.9704,-23.6378,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI_SECI,SECI_LA,-6.3616,-1.4598,-22.6572,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-7.1402,-1.2128,-23.6828,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SEHA,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-14.0000,-1.8178,-29.9376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SERU,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SETH,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SGE,SGE,6.9660,-0.7417,-10.0477,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SMEP,MISO,20.4728,0.3819,2.3355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SOCO,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPA,SPA,35.7264,0.8253,17.1457,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPC,SPC,12.7951,0.7220,-5.6823,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPPNORTH_HUB,SPPNORTH_H,11.0545,-0.3008,-6.4001,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPPSOUTH_HUB,SPPSOUTH_H,8.0446,-0.9193,-8.7915,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,33.1117,0.7279,14.6284,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,33.1117,0.7279,14.6284,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,32.4530,0.7044,13.9931,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,32.4530,0.7044,13.9931,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_NIXA,SPRM_NIXA_LA,33.6116,0.7524,15.1038,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_SPRM,SPRM_LA,33.1754,0.7798,14.6403,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,33.2961,0.6352,14.9055,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,33.2961,0.6352,14.9055,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,33.2516,0.5907,14.9055,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,33.2961,0.6352,14.9055,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-5.6258,-0.5470,-22.8342,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-6.0605,-0.9893,-22.8266,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-7.5391,-1.6874,-23.6071,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-7.5391,-1.6874,-23.6071,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-6.0587,-1.5641,-22.2500,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-2.2244,-0.7854,-19.1945,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-7.8618,-2.3793,-23.2379,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,46.8682,0.7283,28.3845,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-4.9373,-0.7156,-21.9772,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,37.7530,0.1060,19.8916,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,44.6160,0.1954,26.6652,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,44.6160,0.1954,26.6652,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,37.7530,0.1060,19.8916,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-7.3304,-1.4960,-23.5898,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-6.0605,-0.9893,-22.8266,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-7.4946,-1.5778,-23.6722,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-10.3721,-2.2654,-25.8621,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-8.2446,-1.4790,-24.5210,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-7.3333,-1.2006,-23.8881,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-7.8051,-1.5715,-23.9891,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-12.1683,-2.2939,-27.6298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-12.1683,-2.2939,-27.6298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-12.1683,-2.2939,-27.6298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-12.1683,-2.2939,-27.6298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GRID.WRAB,WRAB_DDR,-6.6102,-1.3025,-23.0631,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-12.1683,-2.2939,-27.6298,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-5.6861,-0.9059,-22.5356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-5.6861,-0.9059,-22.5356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-5.8511,-0.8753,-22.7313,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-5.8511,-0.8753,-22.7313,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-5.8511,-0.8753,-22.7313,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-5.6861,-0.9059,-22.5356,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-6.7119,-1.6941,-22.7733,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-6.7124,-1.6940,-22.7738,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-6.7106,-1.6940,-22.7720,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-7.8174,-2.1109,-23.4619,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,40.0509,0.0769,22.2186,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-4.9611,-0.7296,-21.9869,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-4.9611,-0.7296,-21.9869,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-4.9611,-0.7296,-21.9869,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-4.9611,-0.7296,-21.9869,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,16.2152,0.1435,-1.6837,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,36.8485,0.0533,19.0398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,36.8485,0.0533,19.0398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-13.9216,-1.7394,-29.9376,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-6.8691,-1.7150,-22.9095,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-6.8691,-1.7150,-22.9095,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-6.7366,-1.6893,-22.8027,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-6.6102,-1.3025,-23.0631,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-9.9099,-2.0049,-25.6604,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-7.9269,-1.7039,-23.9784,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-12.4470,-2.2865,-27.9159,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-6.6284,-1.4743,-22.9095,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-5.8992,-0.6647,-22.9899,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-5.8992,-0.6647,-22.9899,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-5.9732,-0.6887,-23.0399,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-5.6827,-1.2526,-22.1855,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-11.0399,-2.1248,-26.6705,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-7.4113,-1.9288,-23.2379,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-5.6675,-1.2374,-22.1855,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-7.3354,-1.5010,-23.5898,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-8.8587,-0.6520,-25.9621,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,46.8682,0.7283,28.3845,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-8.8587,-0.6520,-25.9621,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,46.8735,0.7203,28.3978,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-16.4338,-1.7511,-32.4381,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,43.8692,1.1505,24.9633,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,43.9407,1.2220,24.9633,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,41.5666,1.0769,22.7343,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,36.7667,0.2626,18.7487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,46.7209,0.9546,28.0109,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-7.1787,-1.8020,-23.1321,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-6.6787,-1.3824,-23.0517,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-6.1969,-0.6518,-23.3005,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-6.1969,-0.6518,-23.3005,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-8.8587,-0.6520,-25.9621,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-4.8082,-0.6145,-21.9491,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,2.3344,0.5904,-16.0114,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-5.0612,0.4078,-23.2244,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-5.6852,-0.2728,-23.1678,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-5.8470,-0.9838,-22.6186,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,43.8692,1.1505,24.9633,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,46.5538,1.4165,27.3819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,46.3300,1.1927,27.3819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-5.4682,-1.0381,-22.1855,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-5.6361,-0.1526,-23.2389,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-10.7557,-2.0547,-26.4564,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-10.7777,-2.0818,-26.4513,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0163,V163_DDR,-6.4693,-1.4158,-22.8090,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0168,V168_DDR,-10.0677,-1.3073,-26.5158,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0180,V180_DDR,46.5538,1.4165,27.3819,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0181,V181_DDR,-10.6639,-1.8403,-26.5790,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0182,V182_DDR,47.0057,0.9821,28.2682,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0199,V199_DDR,2.9882,0.4300,-15.1972,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0200,V200_DDR,39.0867,0.5422,20.7891,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.VOLT.0235,V235_DDR,-9.9099,-2.0049,-25.6604,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-7.8618,-2.3793,-23.2379,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,46.8682,0.7283,28.3845,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-6.5783,-1.7970,-22.5367,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-6.5970,-1.5626,-22.7898,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS_SPS,SPS_LA,17.3208,0.0423,-0.4769,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-3.0023,-0.2272,-20.5305,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SSCN_NPPD,SSCN_NPPD_LA,5.0851,-0.4688,-12.2016,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,25.3818,0.6281,6.9983,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,25.3818,0.6281,6.9983,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,TAL,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,TEC,SOUC,26.5155,0.7518,8.0082,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,6.9436,-1.2019,-9.6100,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,TVA,TVA,25.7372,0.6784,7.3033,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB,UCUHUB_H,6.1120,-0.3089,-11.3345,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB17,UCUHUB17_H,1.1318,-1.1391,-15.4845,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB18,UCUHUB18_H,4.2916,-0.7520,-12.7118,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB19,UCUHUB19_H,0.5931,-0.8963,-16.2660,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB20,UCUHUB20_H,0.5659,-0.8770,-16.3124,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB21,UCUHUB21_H,-1.1998,-1.1003,-17.8549,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB22,UCUHUB22_H,-0.7808,-1.0405,-17.4957,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB23,UCUHUB23_H,-1.0707,-1.0539,-17.7722,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,UCUHUB24,UCUHUB24_H,1.3069,-0.9189,-15.5296,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,12.9781,0.9156,-5.6929,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,12.9781,0.9156,-5.6929,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,11.6703,-0.2677,-5.8174,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,11.6703,-0.2677,-5.8174,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,11.8777,-0.4491,-5.4286,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,11.8737,-0.1576,-5.7241,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,11.8737,-0.1576,-5.7241,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,12.9781,0.9156,-5.6929,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,11.9515,-0.4210,-5.3829,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,12.5596,0.3306,-5.5264,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,10.3534,-0.4665,-6.9355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,8.6886,-1.6759,-7.3909,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,12.8607,0.8258,-5.7205,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,12.8607,0.8258,-5.7205,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,9.8112,-1.6286,-6.3157,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,10.7662,-0.4867,-6.5025,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,13.9219,-0.0729,-3.7606,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,9.8125,-0.5971,-7.3458,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,10.5712,-0.2136,-6.9706,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,10.5462,-0.5513,-6.6579,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,10.7635,-0.6762,-6.3157,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,10.7635,-0.6762,-6.3157,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,10.9924,-0.4018,-6.3612,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,8.7702,-1.7813,-7.2039,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,11.2983,0.4769,-6.9340,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,12.2617,0.2388,-5.7325,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,12.2617,0.2388,-5.7325,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,12.2617,0.2388,-5.7325,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,12.4272,0.4076,-5.7358,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,12.4272,0.4076,-5.7358,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,12.4272,0.4076,-5.7358,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,13.2415,1.1633,-5.6773,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,11.7839,-0.2739,-5.6976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,11.6598,-0.2916,-5.8040,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,6.6539,-0.7818,-10.3197,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,9.9290,-0.3493,-7.4772,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,12.3891,0.2498,-5.6161,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,7.7454,-0.6210,-9.3890,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,8.1463,-2.2375,-7.3716,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,11.2907,-0.4385,-6.0262,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,12.9642,0.9231,-5.7143,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,12.9642,0.9231,-5.7143,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,12.9633,0.9221,-5.7143,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,12.9642,0.9231,-5.7143,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,12.7674,0.7340,-5.7220,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,7.9637,-1.3036,-8.4882,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,12.2849,-0.0143,-5.4562,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,8.9344,-0.2643,-8.5567,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,8.9344,-0.2643,-8.5567,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,6.6432,-0.6243,-10.4879,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,6.6432,-0.6243,-10.4879,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,12.0231,-0.0347,-5.6976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,12.0795,-0.1426,-5.5333,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,9.9911,-0.7302,-7.0342,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,9.2970,-1.4889,-6.9695,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,11.8637,-0.1421,-5.7496,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,11.8777,-0.4491,-5.4286,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,11.8777,-0.4491,-5.4286,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,9.8125,-0.5971,-7.3458,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,9.3930,-0.8275,-7.5349,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,10.4668,-0.6573,-6.6313,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,8.9193,-1.6322,-7.2039,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,10.7707,-0.6051,-6.3796,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.FSE,WAUE.FSE_H,8.0139,-0.7950,-8.9465,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,12.0675,0.0454,-5.7334,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,12.0275,0.0078,-5.7357,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,8.3517,-1.5865,-7.8173,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,9.0694,-1.5044,-7.1816,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,11.8487,-0.4009,-5.5058,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,11.8466,-0.4394,-5.4694,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.0300,-1.3371,-28.4484,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,8.6886,-1.6759,-7.3909,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-0.8600,-0.6588,-17.9566,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,10.3441,-0.3937,-7.0176,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,10.3445,-0.3933,-7.0176,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,10.3445,-0.3933,-7.0176,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,10.5620,-0.4382,-6.7553,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,9.3930,-0.8275,-7.5349,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,11.4166,-0.0729,-6.2659,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,9.7090,-0.6336,-7.4128,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,11.2525,0.4311,-6.9340,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,11.2250,0.2997,-6.8301,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,10.6717,-0.2054,-6.8783,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,13.0109,-0.0990,-4.6455,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,10.2090,-0.3990,-7.1474,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,9.9462,-0.7073,-7.1020,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,7.7454,-0.6210,-9.3890,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,13.8948,0.4803,-4.3409,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,9.7913,-0.6162,-7.3479,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,13.8104,0.4309,-4.3759,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,11.1645,-0.0727,-6.5182,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,10.3775,-0.3643,-7.0137,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NTWK,WAUE.NTWK_H,10.6953,-0.2743,-6.7859,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,12.1351,0.6855,-6.3059,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,12.1351,0.6855,-6.3059,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,8.5415,-1.7545,-7.4594,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,7.2426,-1.7115,-8.8013,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,11.2076,-0.3805,-6.1673,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,8.5415,-1.7545,-7.4594,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,12.6012,-0.0160,-5.1382,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,9.9943,-0.8256,-6.9355,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,7.7454,-0.6210,-9.3890,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,10.7118,-0.4108,-6.6328,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,9.1147,-1.7053,-6.9355,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,7.5965,-2.0645,-8.0944,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,7.9980,-2.0655,-7.6920,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,11.6405,-0.3067,-5.8083,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,9.1889,-1.5183,-7.0483,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,11.5605,-0.1056,-6.0893,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,9.5383,-1.2102,-7.0069,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,9.2970,-1.4889,-6.9695,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.VOLT.0152,V152_DDR,13.4625,1.3586,-5.6515,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE.VOLT.0172,V172_DDR,12.8517,0.8152,-5.7190,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_BEPM,WAUE_BEPM_LA,11.9069,0.3095,-6.1581,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,11.2967,-0.1199,-6.3388,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,11.2298,0.3095,-6.8351,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_EWA,WAUE_EWA_LA,9.4999,-0.7439,-7.5116,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,9.4834,-0.7634,-7.5086,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_HMMU,WAUE_HMMU_LA,10.8990,0.1404,-6.9968,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,13.0455,-0.0967,-4.6132,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_MECB,WAUE_MECB_LA,10.7390,0.3566,-7.3731,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_MMPA,WAUE_MMPA_LA,12.9099,0.3597,-5.2053,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_MRES,WAUE_MRES_LA,10.7184,-0.2735,-6.7635,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,13.1714,1.0134,-5.5974,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,12.0675,0.0454,-5.7334,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,9.3186,-0.6657,-7.7712,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_OTP,WAUE_OTP_LA,13.4986,0.9002,-5.1570,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_OTPW,WAUE_OTPW_LA,14.6191,0.3580,-3.4943,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM,WAUE_UGPM_LA,11.3246,-0.1410,-6.2898,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,11.5082,0.0492,-6.2965,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,10.3526,-0.3550,-7.0479,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,9.9048,-0.6266,-7.2240,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,9.4999,-0.7439,-7.5116,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,10.8990,0.1404,-6.9968,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,9.4847,-0.7151,-7.5555,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,12.0675,0.0454,-5.7334,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,12.9099,0.3597,-5.2053,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,11.1069,-0.1754,-6.4731,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,9.7018,-0.8086,-7.2450,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,13.3280,0.9557,-5.3831,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-14.7617,-2.1568,-30.3603,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-18.1800,-1.7156,-34.2198,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,11.1314,-1.0343,-5.5897,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,92.5800,0.4142,74.4104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,92.5800,0.4142,74.4104,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-2.7523,-2.3144,-18.1934,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,85.5518,0.5257,67.2707,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,77.2797,0.5127,59.0116,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,41.8259,-1.1447,25.2151,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,41.8647,-1.1058,25.2151,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,28.3143,-1.0366,11.5955,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-12.4470,-2.2865,-27.9159,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-22.3384,-1.8237,-38.2701,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-14.9267,-2.0536,-30.6285,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-7.5601,-2.0776,-23.2379,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_ENMC,WFEC_ENMC_LA,19.7402,0.2801,1.7047,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-18.1651,-1.4229,-34.4976,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,35.5595,0.3509,17.4532,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,22.3137,0.0514,4.5068,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-14.7617,-2.1568,-30.3603,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-14.7617,-2.1568,-30.3603,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-14.7617,-2.1568,-30.3603,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_OKGE,WFEC_OKGE_LA,10.7826,0.0292,-7.0020,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,52.0185,0.4807,33.7824,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-11.4861,-2.0351,-27.2064,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-4.5610,-2.1538,-20.1626,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_WFEC,WFEC_LA,23.4098,-0.4657,6.1202,17.7553\n03/19/2025 08:00:00,03/19/2025 13:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,22.3137,0.0514,4.5068,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,0.3679,-1.0171,-16.3704,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-5.3221,-1.7275,-21.3501,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,2.3187,-0.6017,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,2.3187,-0.6017,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,2.3188,-0.6017,-14.8350,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,2.3188,-0.6017,-14.8350,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,2.3187,-0.6017,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,2.3186,-0.6018,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,2.3186,-0.6018,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,7.5421,0.6611,-10.8744,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,0.6505,-0.8815,-16.2234,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-10.7561,-1.7040,-26.8075,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-10.7561,-1.7040,-26.8075,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-10.2886,-1.2304,-26.8136,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-10.2886,-1.2304,-26.8136,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-10.2886,-1.2304,-26.8136,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,0.6505,-0.8815,-16.2234,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,8.8094,0.0471,-8.9931,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-4.3362,-0.9449,-21.1467,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-4.3362,-0.9449,-21.1467,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-4.3362,-0.9449,-21.1467,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-4.3362,-0.9449,-21.1467,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,8.8094,0.0471,-8.9931,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-8.5097,-2.0490,-24.2161,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-26.1408,-0.4947,-43.4016,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.JEC.1,WRJEFFUN10_RA,4.0753,-0.4479,-13.2322,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.JEC.2,WRJEFFUN11_RA,4.1162,-0.4512,-13.1880,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.JEC.3,WRJEFFUN12_RA,4.0901,-0.4774,-13.1880,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-18.9215,-1.3241,-35.3528,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-9.9397,-1.3510,-26.3441,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-9.9397,-1.3510,-26.3441,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.LEC.4,WRLECUN26_RA,8.5940,-0.0306,-9.1308,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.LEC.5,WRLECUN27_RA,8.0192,0.0056,-9.7419,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-2.5992,-0.8253,-19.5293,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-2.5992,-0.8253,-19.5293,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-2.5992,-0.8253,-19.5293,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-2.5400,-0.7915,-19.5039,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-1.7936,-1.3016,-18.2474,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,0.8052,-0.9104,-16.0398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,0.8052,-0.9104,-16.0398,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-3.2257,-1.5103,-19.4709,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-0.1965,-1.1032,-16.8487,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,6.3893,-0.9179,-10.4482,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-0.1746,-1.0363,-16.8938,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-9.9449,-1.3562,-26.3441,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,79.7154,0.5304,61.4296,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-3.8678,-2.2074,-19.4158,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,2.3186,-0.6018,-14.8350,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-2.8507,-1.2878,-19.3183,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,8.8094,0.0471,-8.9931,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,0.6505,-0.8815,-16.2234,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-12.0893,-1.0516,-28.7931,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.THAYERLD,WR.THAYERLD_LA,28.0796,0.6893,9.6349,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-12.8765,-1.0430,-29.5890,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0106,V106_DDR,-12.0046,-1.0000,-28.7600,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0139,WR.VOLT.0139_H,11.4908,0.1570,-6.4216,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-0.6164,-0.7599,-17.6119,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0146,WR.VOLT.0146_H,8.9814,0.1024,-8.8764,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0147,WR.VOLT.0147_H,8.9814,0.1024,-8.8764,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0148,WR.VOLT.0148_H,9.1350,0.0996,-8.7200,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-11.2884,-0.8680,-28.1758,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0157,V157_DDR,8.8758,0.0842,-8.9638,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0158,V158_DDR,8.9814,0.1024,-8.8764,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0159,WR.VOLT.0159_H,8.9814,0.1024,-8.8764,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-12.3128,-1.0984,-28.9698,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0173,V173_DDR,-2.7217,-0.9615,-19.5156,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0174,V174_DDR,-11.9161,-1.0117,-28.6598,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0184,V184_DDR,-11.6381,-1.1179,-28.2756,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-12.2147,-1.0428,-28.9273,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0186,V186_DDR,-12.1651,-1.0926,-28.8279,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-11.8133,-1.0849,-28.4838,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-12.7417,-1.0081,-29.4891,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-3.7330,-0.6400,-20.8485,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0190,WR.VOLT.0190_H,1.0928,-0.5001,-16.1625,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0191,WR.VOLT.0191_H,1.9784,-0.5446,-15.2324,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0192,WR.VOLT.0192_H,1.9784,-0.5446,-15.2324,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0196,WR.VOLT.0196_H,1.0928,-0.5001,-16.1625,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0245,V245_DDR,-12.2229,-1.0441,-28.9342,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.VOLT.0248,V248_DDR,-12.0046,-1.0000,-28.7600,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-15.7427,-1.2370,-32.2611,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,6.6748,-0.0979,-10.9827,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.WOLF,WRWOLFUN15_RA,-3.3815,-1.3811,-19.7558,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-8.5097,-2.0490,-24.2161,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,7.4513,0.5703,-10.8744,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-14.5019,-1.3321,-30.9252,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-11.1475,-0.7747,-28.1283,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-0.5338,-0.7617,-17.5275,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-13.0641,-1.0269,-29.7926,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-13.0641,-1.0269,-29.7926,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-13.0641,-1.0269,-29.7926,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-13.0641,-1.0269,-29.7926,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,1.5763,-0.3818,-15.7973,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-25.9126,-0.9527,-42.7154,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-25.9126,-0.9527,-42.7154,17.7555\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-28.2780,-0.9928,-45.0406,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-28.2780,-0.9928,-45.0406,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_MIDW,WR_MIDW_LA,-1.8307,-1.1373,-18.4488,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,18.1055,0.5645,-0.2144,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,15.4500,0.2511,-2.5565,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-3.4950,-1.1010,-20.1494,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_SEG,WR_SEG_LA,6.2589,0.4191,-11.9156,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,WR_WR,WR_LA,-0.7727,-0.5822,-17.9459,17.7554\n03/19/2025 08:00:00,03/19/2025 13:00:00,YAD,VACS,26.1371,0.7161,7.6656,17.7554\n03/19/2025 09:00:00,03/19/2025 14:00:00,AEC,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_CSWS,CSWS_AECC_LA,32.3180,0.7364,16.7773,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,35.0402,0.6067,19.6292,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,31.0686,0.9591,15.3052,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,35.0964,0.4292,19.8629,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.6749,0.5090,12.3615,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,31.5250,0.4533,16.2674,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,28.0478,0.2993,12.9442,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AECI,AECI,24.6294,0.2570,9.5681,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AEPM_CSWS,CSWS_LA,31.6905,0.5907,16.2955,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ALTW,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,AMRN,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-14.3683,-0.5916,-28.5811,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,BBA,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BCA,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BEPM.ER01.DDR,ER01_DDR,6.4228,-1.7506,-6.6309,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BEPM_ER01,BEPM_ER01_LA,6.4228,-1.7506,-6.6309,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,6.1233,-0.2308,-8.4502,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,4.6072,-0.3311,-9.8661,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,BEPM_UM01,BEPM_UM01_LA,10.5049,0.4230,-4.7224,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BLKW,BLKW,-8.1589,-0.2415,-22.7217,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.4583,-1.2925,-43.9701,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.4583,-1.2925,-43.9701,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,25.2722,-1.1321,11.6000,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-30.4362,-1.2705,-43.9701,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,BRAZ,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BUBA,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-7.8850,-1.3377,-21.3517,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-10.8293,-0.7178,-24.9158,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,8.3826,-0.3913,-6.0304,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,8.3826,-0.3913,-6.0304,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CLEC,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,34.4663,0.3785,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,COWP,COWP_LA,23.7002,0.4251,8.4708,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,23.7002,0.4251,8.4708,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,23.7002,0.4251,8.4708,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CPLE,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CPLW,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,23.7968,0.6092,8.3832,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,23.7968,0.6092,8.3832,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,23.7968,0.6092,8.3832,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,23.7968,0.6092,8.3832,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CRTH_SPA,WRCRTH_SPA_LA,34.1048,0.1271,19.1733,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,28.5300,1.4604,12.2653,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,6.4264,-0.6852,-7.6928,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,28.0478,0.2993,12.9442,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,35.0964,0.4292,19.8629,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,28.4496,1.4514,12.1939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.7010,0.7878,12.1088,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,27.6638,1.2787,11.5808,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,27.6638,1.2787,11.5808,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,34.7856,0.5426,19.4387,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,34.7856,0.5426,19.4387,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,34.7857,0.5426,19.4387,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,34.7857,0.5426,19.4387,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,28.0478,0.2993,12.9442,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,31.2017,1.1125,15.2849,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,53.8821,0.0255,39.0523,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,53.7533,-0.1033,39.0523,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,38.2569,0.1934,23.2592,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,35.6764,0.2643,20.6078,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,35.6764,0.2643,20.6078,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,35.6776,0.2643,20.6089,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,35.6776,0.2643,20.6089,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-18.7548,-0.8698,-32.6893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,13.5330,-0.4987,-0.7727,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,39.8465,0.3033,24.7388,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-16.9964,-1.0312,-30.7696,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-16.9487,-0.9834,-30.7696,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-7.5874,-0.5709,-21.8208,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.GRID.CDL1,CDL1_DDR,37.1300,0.3706,21.9551,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,2.6194,-0.7444,-11.4406,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,7.1537,-0.8340,-6.8166,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,37.1300,0.3706,21.9551,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.CSI1,CSI1_DDR,38.1043,0.4550,22.8450,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.CSI2,CSI2_DDR,38.1097,0.4603,22.8450,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,34.4781,0.3903,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.GAZA,GAZA_DDR,37.1300,0.3706,21.9551,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,91.2274,0.7165,75.7066,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.NUEN.T201,NT201_DDR,36.4511,0.3187,21.3281,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,0.2247,-0.9618,-13.6178,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,0.2247,-0.9618,-13.6178,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,28.0478,0.2993,12.9442,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.3192,1.4095,12.1054,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-7.5874,-0.5709,-21.8208,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-7.5874,-0.5709,-21.8208,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-11.0701,-0.8267,-25.0477,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-16.9487,-0.9834,-30.7696,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.4089,0.7360,11.8686,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.8189,0.1573,18.8573,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.6063,-0.0554,18.8573,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.6015,-0.0601,18.8573,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,17.2485,0.0732,2.3710,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,17.2485,0.0732,2.3710,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.6915,0.7566,12.1306,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.2429,0.2815,22.1571,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.6753,0.7344,12.1365,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.8381,1.7729,12.2609,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,32.3729,0.4897,17.0789,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,38.1097,0.4603,22.8450,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0057,OKMU_DDR,37.9894,0.4299,22.7551,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0060,LEHIGH_DDR,91.2274,0.7165,75.7066,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0086,WARRENM_DDR,36.1088,0.3251,20.9794,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.5498,1.3746,12.3709,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,46.0313,0.3338,30.8932,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0121,V121_DDR,27.6915,0.7566,12.1306,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0122,V122_DDR,44.7093,0.3153,29.5897,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0124,V124_DDR,61.6224,0.2235,46.5946,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0135,V135_DDR,37.1521,0.3559,21.9919,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0144,V144_DDR,14.0632,-0.4494,-0.2917,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0145,V145_DDR,14.2748,-0.5274,-0.0022,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.7513,0.8026,12.1443,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.3401,0.5118,13.0240,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0175,V175_DDR,34.4781,0.3903,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.3401,0.5118,13.0240,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.4491,0.6209,13.0239,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,37.1521,0.3559,21.9919,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,37.3181,0.3316,22.1822,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,36.8768,0.2976,21.7749,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,50.1511,0.1516,35.1951,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,35.8252,0.2503,20.7706,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,37.3181,0.3316,22.1822,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0211,V211_DDR,27.8733,0.9591,12.1098,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,46.7264,0.3380,31.5840,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0213,V213_DDR,36.8349,0.3276,21.7030,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0215,V215_DDR,45.6221,0.3253,30.4924,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0217,V217_DDR,46.7710,0.3227,31.6439,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0218,V218_DDR,49.7329,0.1623,34.7663,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0228,V228_DDR,37.6789,0.2508,22.6238,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0232,V232_DDR,36.7242,0.3616,21.5583,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0233,V233_DDR,37.4641,0.3475,22.3123,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0240,V240_DDR,42.6484,0.2390,27.6051,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0244,V244_DDR,37.3181,0.3316,22.1822,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0246,MDT1_DDR,91.2274,0.7165,75.7066,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0249,V249_DDR,36.7931,0.3440,21.6448,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0250,V250_DDR,5.3027,-0.6494,-8.8522,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0251,V251_DDR,36.1643,0.2944,21.0656,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.VOLT.0252,V252_DDR,50.1511,0.1516,35.1951,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-21.5722,-0.8467,-35.5299,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,21.4467,-1.0000,7.6424,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-13.6228,-1.7359,-26.6913,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.3810,0.4570,12.1197,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-16.1045,-2.6373,-28.2715,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,9.9972,-0.5463,-4.2608,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,9.9972,-0.5463,-4.2608,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,9.9972,-0.5463,-4.2608,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,9.9972,-0.5463,-4.2608,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,9.9972,-0.5463,-4.2608,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,28.0478,0.2993,12.9442,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,27.6548,1.2831,11.5674,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,36.7006,0.3380,21.5583,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,35.8498,0.2610,20.7845,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,39.8523,0.4745,24.5735,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,39.8523,0.4745,24.5735,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.8634,0.6139,12.4452,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.8634,0.6139,12.4452,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWILKES1,CSWSWILKESUN1_RA,28.0336,0.9355,12.2938,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWILKES2,CSWSWILKESUN2_RA,28.0336,0.9355,12.2938,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.7836,0.8820,12.0973,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-16.9345,-0.9693,-30.7696,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,DENL,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DERS,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DOE,DOE,20.0594,0.3594,4.8957,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,11.3628,-0.0428,-3.3987,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DPC,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,DUK,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDDY,EDDY,38.0704,0.7234,22.5426,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,32.3287,0.0319,17.4925,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-9.1500,-0.2306,-23.7237,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,36.9908,-0.1300,22.3165,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE.SLCC,EDESTL4391_PLT,33.9082,0.0103,19.0935,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,33.8148,0.0534,18.9571,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,21.4843,-0.2342,6.9141,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_EC_01,EDELAR3821UN1_RA,32.3287,0.0319,17.4925,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_EC_02,EDELAR3821UN2_RA,32.3287,0.0319,17.4925,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_EC_03,EDELAR3821UN3_RA,32.3287,0.0319,17.4925,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_EC_04,EDELAR3821UN4_RA,32.3287,0.0319,17.4925,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_EDE,EDE_LA,32.0804,0.3786,16.8975,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_ERW,EDEERWFUNG1_RA,-11.0510,-0.7753,-25.0801,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-3.6370,-0.8843,-17.5570,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,29.7692,0.7562,14.2086,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,29.7692,0.7562,14.2086,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,29.7692,0.7562,14.2086,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,29.7692,0.7562,14.2086,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,22.7192,0.5261,7.3888,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_RIV_10,EDERIV1671UN10_RA,33.8741,-0.0737,19.1435,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_RIV_11,EDERIV1671UN11_RA,33.8741,-0.0737,19.1435,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_RIV_12,EDERIV453UN12_PLT,33.4640,-0.4839,19.1435,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_SL_01,EDESTL4391UN1_RA,33.9082,0.0103,19.0935,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EDE_SWMP,EDE_SWMP_LA,31.1823,0.4915,15.8864,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EEI,EEI,20.0295,0.3573,4.8678,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,EES,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-6.3259,-0.7989,-20.3314,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,ERCOTE,ERCOTE,27.8634,0.6139,12.4452,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ERCOTN,ERCOTN,0.2884,-0.8982,-13.6178,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,4.4122,-0.6186,-9.7736,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,FMPP,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,FPC,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,FPL,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,FREM_50T,OPPDFREM_GUN1_RA,8.2016,-0.3321,-6.2706,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,FREM_6,OPPDFREM_AUN6_RA,8.1912,-0.3386,-6.2746,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,FREM_7,OPPDFREM_AUN7_RA,8.1912,-0.3386,-6.2746,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,FREM_8,OPPDFREM_AUN8_RA,8.1135,-0.4163,-6.2746,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,FREM_LOAD,FREM_LOAD_LA,8.1789,-0.3508,-6.2746,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-11.6861,-0.6778,-25.8127,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.4089,0.7360,11.8686,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-12.3387,-1.9169,-25.2262,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-27.4682,-1.2646,-41.0080,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,34.4663,0.3785,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,34.4663,0.3785,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,34.4663,0.3785,19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,37.9935,0.2684,22.9208,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,37.9935,0.2684,22.9208,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,38.1195,0.2637,23.0515,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,38.1195,0.2637,23.0515,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-18.4885,-1.0721,-32.2207,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,41.7314,0.0594,26.8677,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,41.7314,0.0594,26.8677,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,41.7314,0.0594,26.8677,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.VOLT.0130,V130_DDR,39.0501,0.4332,23.8125,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA.VOLT.0237,V237_DDR,39.0488,0.3319,23.9126,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDAHUB2,GRDAHUB2_H,26.2304,-0.1047,11.5308,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDAHUB3,GRDAHUB3_H,20.2531,-0.2341,5.6829,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA_GRDA,GRDA_LA,38.4159,0.3290,23.2826,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA_HUB,GRDA_H,33.0591,0.0638,18.1909,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRDA_HUBSA,GRDASA_H,32.9638,0.0405,18.1189,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GRE,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-4.4583,0.3302,-19.5928,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GSEC_SPS,SPS_GSEC_LA,-9.5553,-0.5019,-23.8578,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GSPR2014HUB,GSPR2014HUB_H,4.4656,-0.5815,-9.7572,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,GSPR2015HUB,GSPR2015HUB_H,4.5652,-0.5958,-9.6434,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-11.8868,-1.2778,-25.4133,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,HARRISON,CSWSLEBROCKPLT1,27.5021,0.6269,12.0709,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,HAST_TNSK_HUB,HAST_TNSK_H,7.0019,-0.6517,-7.1507,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,HQST,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,HST,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,12.4274,0.2502,-2.6272,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,12.4274,0.2502,-2.6272,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,12.4355,0.2466,-2.6154,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,12.4355,0.2466,-2.6154,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,12.4119,0.2501,-2.6425,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,12.4119,0.2501,-2.6425,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDN_INDN,INDN_LA,12.4341,0.2547,-2.6249,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ISNE,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,JEA,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,8.4023,-0.3177,-6.0844,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,8.4023,-0.3177,-6.0844,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-3.0894,-0.0627,-17.8311,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYCT4,KACYNEARMANUNCT4_RA,19.8466,0.1730,4.8693,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,60.2263,-0.0167,45.4386,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,19.8466,0.1730,4.8693,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,19.2801,0.1882,4.2876,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,19.4361,0.1874,4.4444,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KACY_KACY,KACY_LA,19.1700,0.1853,4.1804,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,12.8278,0.0858,-2.0623,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,14.5616,0.5582,-0.8009,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.6191,-0.7167,-27.7068,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-36.8904,-1.0740,-50.6207,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0222,V222_DDR,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0223,V223_DDR,11.1342,-0.0510,-3.6192,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0241,V241_DDR,15.7349,0.4557,0.4748,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0243,V243_DDR,22.6311,0.2276,7.5992,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0247,V247_DDR,11.8112,0.0701,-3.0632,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.VOLT.0253,V253_DDR,12.7558,0.0919,-2.1404,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-0.5758,-1.0821,-14.2980,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,9.6459,-0.2113,-4.9471,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,9.6459,-0.2113,-4.9471,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,9.6459,-0.2113,-4.9471,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,9.6459,-0.2113,-4.9471,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,12.7581,0.0843,-2.1306,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,12.7581,0.0843,-2.1306,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB,KCPLHUB_H,2.7847,-0.5730,-11.4466,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB17,KCPLHUB17_H,1.8965,-0.6434,-12.2645,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB18,KCPLHUB18_H,2.0982,-0.6438,-12.0623,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB19,KCPLHUB19_H,1.8810,-0.6117,-12.3117,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB20,KCPLHUB20_H,1.2997,-0.6705,-12.8341,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB21,KCPLHUB21_H,1.2009,-0.6562,-12.9473,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB22,KCPLHUB22_H,2.1303,-0.6522,-12.0218,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB23,KCPLHUB23_H,1.4841,-0.6699,-12.6504,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLHUB24,KCPLHUB24_H,0.9607,-0.6995,-13.1441,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,3.9275,-0.0483,-10.8286,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,3.9275,-0.0483,-10.8286,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,9.4178,-0.4542,-4.9323,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,9.4178,-0.4542,-4.9323,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,12.8314,0.0894,-2.0623,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,12.8278,0.0858,-2.0623,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,13.8371,0.1297,-1.0969,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,3.4658,-0.2387,-11.0998,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,12.3295,0.0816,-2.5564,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KCPL_KCPL,KCPL_LA,12.8098,0.0616,-2.0562,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KENN,KENN_LA,22.5263,0.5039,7.2181,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KEP2_SECI,KEP2_SECI_LA,-8.8249,-1.1566,-22.4726,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KERR_1,GRDAKERR_HYDUN1_RA,38.6712,0.3026,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KERR_2,GRDAKERR_HYDUN2_RA,38.5577,0.3048,23.4485,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KERR_3,GRDAKERR_HYDUN3_RA,38.5577,0.3048,23.4485,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KERR_4,GRDAKERR_HYDUN4_RA,38.6712,0.3026,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,9.6458,-0.2115,-4.9471,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,9.6458,-0.2115,-4.9471,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,10.4751,-0.1268,-4.2024,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,10.4751,-0.1268,-4.2024,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,7.8384,-0.2077,-6.7582,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,6.1262,-0.1822,-8.4959,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,6.1262,-0.1822,-8.4959,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-7.3700,-1.1268,-21.0475,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-7.3700,-1.1268,-21.0475,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-7.3700,-1.1268,-21.0475,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-4.2951,-0.5971,-18.5023,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-4.2951,-0.5971,-18.5023,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-7.4747,-1.1522,-21.1268,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-4.7228,-0.6695,-18.8575,14.8042\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-3.0392,-0.4698,-17.3737,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,53.7027,-0.0597,38.9581,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,53.7027,-0.0597,38.9581,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,1.1843,-0.3849,-13.2351,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,1.1843,-0.3849,-13.2351,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,1.1843,-0.3849,-13.2351,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-5.6139,-0.9691,-19.4491,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-5.5429,-1.1392,-19.2080,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,3.9691,-0.5014,-10.3338,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-3.9956,-0.0042,-18.7957,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LAFA,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LAM345,LAM345,-7.8850,-1.3377,-21.3517,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LEPA,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,9.0049,-0.3855,-5.4140,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_LES,LES_LA,8.9467,-0.3999,-5.4577,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,8.9611,-0.4222,-5.4210,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,8.8274,-0.4397,-5.5373,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,8.8274,-0.4397,-5.5373,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,8.8274,-0.4397,-5.5373,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,8.9616,-0.4217,-5.4210,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,8.9611,-0.4222,-5.4210,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_WAVERLY,LES_WAVERLY_H,8.8706,-0.4399,-5.4938,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,8.5175,-0.4245,-5.8624,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,8.5175,-0.4245,-5.8624,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,LGEE,LGEE,18.4077,0.2559,3.3474,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MALDEN,MALDEN_LA,22.1859,0.4826,6.8989,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MCWEST,MCWEST,10.0312,-0.0135,-4.7596,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MDU,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,5.3309,-0.3392,-9.1343,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,5.9615,-0.1887,-8.6542,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,8.9902,0.3726,-6.1866,14.8042\n03/19/2025 09:00:00,03/19/2025 14:00:00,MEAN_NPPD,NPPD_MEAN_LA,5.5051,-0.7745,-8.5247,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MEC,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MHEB,MHEB,10.6729,-0.0334,-4.0980,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-1.0932,-0.8433,-15.0543,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-5.7284,-1.1767,-19.3561,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-1.0932,-0.8433,-15.0543,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-1.0932,-0.8433,-15.0543,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-5.7284,-1.1767,-19.3561,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MISO,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-8.5444,-0.8980,-22.4508,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-8.5444,-0.8980,-22.4508,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-0.5001,-0.6588,-14.6456,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-9.0362,-1.4857,-22.3548,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-5.2371,-0.9749,-19.0665,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-9.4758,-1.2856,-22.9946,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-8.5795,-1.0255,-22.3583,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-9.5467,-1.1999,-23.1511,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-8.4575,-0.8911,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-8.4575,-0.8911,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-8.4575,-0.8911,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-8.4575,-0.8911,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-8.4575,-0.8911,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,11.9701,0.0056,-2.8399,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,19.5670,0.3101,4.4526,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,19.5670,0.3101,4.4526,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,17.0020,0.1722,2.0255,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,15.6020,0.5307,0.2670,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MOWR,AECI,24.6294,0.2570,9.5681,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,17.0577,0.1422,2.1111,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,19.8720,0.3197,4.7480,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,8.5998,-0.8522,-5.3524,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,9.6286,-0.4707,-4.7051,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-10.9264,-1.1272,-24.6036,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,8.6471,-0.8048,-5.3524,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,11.3694,-0.0363,-3.3987,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,11.3694,-0.0363,-3.3987,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,11.3700,-0.0356,-3.3987,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,11.3700,-0.0356,-3.3987,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,6.4910,-0.0669,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,6.5349,-0.0230,-8.2464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,20.1407,0.3974,4.9390,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,11.9269,-0.0344,-2.8430,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,10.9890,-0.0857,-3.7296,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,10.9890,-0.0857,-3.7296,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,10.9891,-0.0856,-3.7296,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,12.0819,0.0961,-2.8186,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,12.0819,0.0961,-2.8186,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MPS_MPS,MPS_LA,11.4643,0.1176,-3.4576,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MSTNG,SPSMSTNGPLT1,11.1346,0.5845,-4.2542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MSTNG4,SPSMSTNGUN4_RA,11.0690,0.5188,-4.2542,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,MSTNG5,SPSMSTNGUN5_RA,11.1346,0.5845,-4.2542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,11.1346,0.5845,-4.2542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NBSO,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,8.0135,-0.7999,-5.9910,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,8.0105,-0.8028,-5.9910,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-12.6039,-1.6196,-25.7887,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NHC1,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,8.3600,-0.3579,-6.0864,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,8.3600,-0.3579,-6.0864,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,8.3600,-0.3579,-6.0864,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,4.5101,-0.8043,-9.4899,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,6.4067,-0.8647,-7.5329,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,7.7522,-0.6699,-6.3822,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,3.8564,-0.5770,-10.3709,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,6.4067,-0.8647,-7.5329,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.HUB.PY2018,NPPDPY18_H,5.6221,-0.8678,-8.3144,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,5.7293,-0.8614,-8.2137,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,5.6733,-0.8578,-8.2732,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,5.7682,-0.8465,-8.1897,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,2.0700,-0.6073,-12.1270,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,4.4097,-0.8828,-9.5118,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,4.4097,-0.8828,-9.5118,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,3.6044,-0.7654,-10.4346,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,2.0700,-0.6073,-12.1270,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,10.8212,-1.0063,-2.9769,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,5.6141,-1.1105,-8.0797,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,1.8987,-0.8712,-12.0344,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,5.6141,-1.1105,-8.0797,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,6.5799,-0.9558,-7.2687,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,5.2260,-1.0066,-8.5717,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,8.3852,-0.3108,-6.1084,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,6.4067,-0.8647,-7.5329,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,2.2903,-0.8963,-11.6177,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,4.4097,-0.8828,-9.5118,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,4.4097,-0.8828,-9.5118,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,5.1547,-0.6308,-9.0188,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,5.0962,-0.6408,-9.0674,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,5.0962,-0.6408,-9.0674,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,5.8503,-0.3451,-8.6089,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,5.0450,-0.3037,-9.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,6.6518,-0.6731,-7.4794,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,4.7185,-0.6000,-9.4858,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,3.8408,-0.2331,-10.7304,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,2.8599,-0.2368,-11.7076,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.NELI.DDR,NELI_DDR,2.7976,-0.7042,-11.3026,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.NPPM.1058,SH1058_DDR,16.7487,-0.1922,2.1365,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,5.8324,-0.4846,-8.4873,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,6.4067,-0.8647,-7.5329,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,7.7522,-0.6699,-6.3822,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,2.0700,-0.6073,-12.1270,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.TECH.1,KEARNE_DDR,6.2028,-0.3572,-8.2443,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,7.0079,-1.2571,-6.5394,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,7.0079,-1.2571,-6.5394,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,2.0311,-0.6776,-12.0957,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD.VOLT.0236,V236_DDR,7.4727,-0.3760,-6.9556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD2017HUB,NPPD2017HUB_H,5.6354,-0.8650,-8.3040,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,15.0517,-0.5936,0.8410,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,4.5101,-0.8043,-9.4899,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,5.5431,-1.3221,-7.9391,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,5.5431,-1.3221,-7.9391,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,7.6282,-0.3966,-6.7795,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,7.4933,-0.3554,-6.9556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,3.7270,-0.5718,-10.5055,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,5.2297,-0.6564,-8.9182,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,16.4036,-0.5373,2.1365,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,16.4036,-0.5373,2.1365,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,16.4036,-0.5373,2.1365,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,7.0104,-0.6479,-7.1460,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,7.7186,-0.7265,-6.3593,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,6.9692,-0.4446,-7.3905,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,3.5213,-1.3949,-9.8881,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,3.6012,-1.3151,-9.8881,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,3.7008,-0.9716,-10.1320,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,3.4985,-0.9808,-10.3250,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,7.7286,-0.5987,-6.4771,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,7.7167,-0.6105,-6.4771,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,7.7167,-0.6105,-6.4771,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,7.6856,-0.5804,-6.5383,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,10.8212,-1.0063,-2.9769,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,7.6249,-0.5823,-6.5972,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,8.3165,-0.5197,-5.9681,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,7.0351,-0.6127,-7.1566,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,7.0231,-0.6227,-7.1585,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,7.0296,-0.6140,-7.1608,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,7.0296,-0.6140,-7.1608,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,7.0104,-0.6479,-7.1460,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,6.9736,-0.6847,-7.1460,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,5.8607,-0.2238,-8.7199,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,7.1598,-0.4058,-7.2388,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,3.6848,-0.9197,-10.1998,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,5.6281,-1.1289,-8.0474,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,1.5976,-0.9266,-12.2801,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,17.0464,0.1056,2.1365,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,2.7976,-0.7042,-11.3026,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,3.9119,-0.9317,-9.9608,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,3.9119,-0.9317,-9.9608,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_NPPD,NPPD_LA,8.7964,-0.5276,-5.4803,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,8.3165,-0.5197,-5.9681,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,8.3165,-0.5197,-5.9681,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,5.1952,-0.7052,-8.9040,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,4.8101,-0.7954,-9.1988,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NSB,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NSP,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NSSO,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,NYIS,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-13.0584,-1.6258,-26.2370,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-18.3411,-1.1224,-32.0230,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-15.8724,-1.0169,-29.6598,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-15.8724,-1.0169,-29.6598,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-12.3404,-1.7835,-25.3613,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-27.4682,-1.2646,-41.0080,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-80.8800,-0.6844,-94.9999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-38.3180,-1.0577,-52.0646,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-20.0223,-1.0757,-33.7510,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-18.3061,-1.1323,-31.9781,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,2.5564,-0.3959,-11.8520,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-20.0223,-1.0757,-33.7510,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-12.5630,-1.7554,-25.6120,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-13.3336,-1.6027,-26.5353,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,30.5516,-0.1100,15.8573,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-18.3061,-1.1323,-31.9781,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-16.3493,-1.0436,-30.1100,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-13.3388,-1.0494,-27.0937,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-12.1651,-0.8695,-26.0999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-36.3521,-0.1204,-51.0360,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-18.3061,-1.1323,-31.9781,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-9.9952,-0.8393,-23.9603,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NUEN.LAM1,LAM1_DDR,33.2716,1.0324,17.4348,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NUEN.MDT2,MDT2_DDR,2.5564,-0.3959,-11.8520,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NUEN.MDT3,MDT3_DDR,2.5564,-0.3959,-11.8520,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-10.2463,-0.8408,-24.2099,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,0.1855,-0.4486,-14.1703,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,0.1855,-0.4486,-14.1703,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,0.1855,-0.4486,-14.1703,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,5.7745,-0.3798,-8.6501,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,5.7745,-0.3798,-8.6501,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,0.1855,-0.4486,-14.1703,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,0.1855,-0.4486,-14.1703,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-18.3061,-1.1323,-31.9781,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,25.0184,0.6558,9.5582,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-12.5630,-1.7554,-25.6120,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-26.0266,-0.4298,-40.4012,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-16.3493,-1.0436,-30.1100,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,30.0505,0.7428,14.5034,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-16.8046,-0.8475,-30.7614,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-16.8046,-0.8475,-30.7614,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-16.8046,-0.8475,-30.7614,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-16.8046,-0.8475,-30.7614,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-19.8982,-1.5615,-33.1410,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-20.8171,-1.0501,-34.5713,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-18.3411,-1.1224,-32.0230,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-23.8901,-1.0077,-37.6867,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-23.8901,-1.0077,-37.6867,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-21.1401,-0.1509,-35.7935,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-14.0000,-0.9541,-27.8502,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-14.0000,-0.9541,-27.8502,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-14.0000,-0.9541,-27.8502,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0033,FOSTER_DDR,11.9275,-0.3400,-2.5368,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,27.5750,0.4408,12.3299,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0035,TARBY_DDR,33.1314,0.8512,17.4759,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,27.5750,0.4408,12.3299,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,26.6217,0.2732,11.5441,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,26.6217,0.2732,11.5441,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-32.0747,-0.2255,-46.6535,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0040,TROSPER_DDR,15.2749,-0.3179,0.7885,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,15.2524,-0.3196,0.7676,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,31.2822,0.8656,15.6123,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0115,V115_DDR,3.5416,-0.3873,-10.8754,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0116,V116_DDR,61.6293,-0.0496,46.8746,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0118,V118_DDR,11.4229,0.0091,-3.3906,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0125,V125_DDR,32.0386,0.9861,16.2482,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0126,V126_DDR,34.0409,0.5233,18.7133,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0129,V129_DDR,2.6202,-0.7435,-11.4406,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,39.8318,-0.4077,25.4352,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0134,V134_DDR,34.9080,0.6490,19.4547,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0138,V138_DDR,33.4466,0.4489,18.1933,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,33.4637,-0.3340,18.9934,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0143,V143_DDR,29.4394,0.3026,14.3325,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0149,V149_DDR,-9.1270,-0.7682,-23.1631,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0150,V150_DDR,-8.9674,-0.8226,-22.9491,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0155,V155_DDR,32.9284,0.3711,17.7530,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0156,V156_DDR,39.8318,-0.4077,25.4352,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0166,V166_DDR,34.0019,0.8929,18.3046,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,32.7116,-0.3399,18.2471,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-8.9674,-0.8226,-22.9491,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0170,V170_DDR,-10.3751,-0.8390,-24.3404,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-18.0063,-0.7391,-32.0715,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0176,V176_DDR,-8.9674,-0.8226,-22.9491,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0177,V177_DDR,-15.5765,-1.5103,-28.8705,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,25.9193,-0.3377,11.4526,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-10.0035,-0.8905,-23.9174,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0195,V195_DDR,135.8973,0.8562,120.2367,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0197,V197_DDR,33.6118,0.5922,18.2153,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0198,V198_DDR,34.0019,0.8929,18.3046,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0208,V208_DDR,136.0000,0.8706,120.3251,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0209,V209_DDR,136.0000,0.8706,120.3251,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.0152,0.4566,18.7543,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0216,V216_DDR,15.2469,-0.3207,0.7633,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0219,V219_DDR,32.9284,0.3711,17.7530,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0220,V220_DDR,-8.9674,-0.8226,-22.9491,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0224,V224_DDR,2.8159,-0.4110,-11.5774,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0225,V225_DDR,2.8167,-0.4102,-11.5774,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0226,V226_DDR,2.8159,-0.4110,-11.5774,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0227,V227_DDR,2.8159,-0.4110,-11.5774,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0229,V229_DDR,-28.1634,-0.1722,-42.7955,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0231,V231_DDR,17.4913,0.0758,2.6112,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0238,V238_DDR,-20.8700,-1.2172,-34.4572,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.VOLT.0242,V242_DDR,33.1514,0.4087,17.9384,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-15.7000,-2.2011,-28.3032,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-18.3472,-1.0842,-32.0673,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-13.3213,-1.5903,-26.5353,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-15.7000,-2.2011,-28.3032,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-14.0151,-1.8569,-26.9625,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-42.9456,-1.0283,-56.7216,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEHL7,OKGEHL7_H,24.7798,-0.3010,10.2765,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEHL8,OKGEHSL1UN8_RA,24.7798,-0.3010,10.2765,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEHL910,OKGEHSL1PLT2,24.7798,-0.3010,10.2765,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-13.6341,-1.7018,-26.7366,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEMCC,OKGEMCCLAIPLT1,0.5115,-0.5562,-13.7366,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,30.5751,0.2923,15.4784,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,30.5751,0.2923,15.4784,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,30.5751,0.2923,15.4784,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,18.3258,-0.5327,4.0542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,18.3258,-0.5327,4.0542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,18.3258,-0.5327,4.0542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,18.3258,-0.5327,4.0542,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESM1,OKGESEMINOLEUN1_RA,13.4929,-0.2255,-1.0859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESM2,OKGESEMINOLEUN2_RA,10.9211,-0.2616,-3.6216,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESM3,OKGESEMINOLEUN3_RA,10.9211,-0.2616,-3.6216,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESO1,OKGESONR1UN1_RA,-44.3418,-0.9310,-58.2152,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESO2,OKGESONR1UN2_RA,-23.8901,-1.0077,-37.6867,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-13.7554,-1.8231,-26.7366,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-13.8802,-2.0469,-26.6376,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGETINK5A,OKGETINK5UN1_RA,13.3605,-0.3471,-1.0967,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGETINK5B,OKGETINK5UN2_RA,13.3605,-0.3471,-1.0967,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-13.7175,-1.3876,-27.1342,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-18.3411,-1.1224,-32.0230,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,30.8427,1.1041,14.9342,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-12.4677,-0.8164,-26.4556,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_OKGE,OKGE_LA,17.4979,-0.1562,2.8498,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-26.0266,-0.4298,-40.4012,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-13.7593,-1.4295,-27.1342,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMLP,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,38.7638,0.1892,23.7703,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,31.0517,1.0237,15.2237,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_GENHUB,OMPA_GENHUB_H,1.5614,-0.4127,-12.8303,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-80.7534,-0.5578,-94.9999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-12.4385,-1.0185,-26.2243,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-20.0223,-1.0757,-33.7510,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-15.6273,-2.1927,-28.2389,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-2.7676,-1.4017,-16.1702,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,157.6063,0.1349,142.6670,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-80.7947,-0.5991,-94.9999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-80.7947,-0.5991,-94.9999,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_SPP,OMPA_SPP_LA,-0.0658,-0.5817,-14.2884,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-15.7000,-2.2011,-28.3032,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,35.3189,0.1993,20.3153,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,35.3189,0.1993,20.3153,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,35.3189,0.1993,20.3153,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,35.3189,0.1993,20.3153,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,ONT,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,8.2980,-0.3660,-6.1403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,8.3719,-0.3418,-6.0906,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,8.3600,-0.3579,-6.0864,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,8.5462,-0.2206,-6.0375,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,8.4509,-0.3201,-6.0333,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,8.4509,-0.3201,-6.0333,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_GLDN,OPPD_GLDN_LA,8.4025,-0.3591,-6.0427,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,8.3405,-0.3529,-6.1109,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,10.8212,-1.0063,-2.9769,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,7.2293,-0.5434,-7.0316,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,8.3603,-0.3576,-6.0865,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_OPPD,OPPD_LA,8.4125,-0.3105,-6.0814,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,8.4583,-0.3041,-6.0419,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,8.4577,-0.3087,-6.0379,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OTP,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,OVEC,OVEC,17.8228,0.2181,2.8004,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PARAGOULD,PARAGOULD_LA,23.0924,0.5380,7.7501,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,38.5790,0.1989,23.5757,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,38.5790,0.1989,23.5757,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,38.5790,0.1989,23.5757,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,38.2597,0.2537,23.2016,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,38.2597,0.2537,23.2016,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,38.2597,0.2537,23.2016,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PIGGOTT,PIGGOTT_LA,22.4056,0.4964,7.1049,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PJM,PJM,16.9083,0.1567,1.9473,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PLUM,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,POPLARBLUFF,POPLARBLUFF_LA,21.8609,0.4367,6.6198,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,9.7818,-0.2507,-4.7718,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,9.7818,-0.2507,-4.7718,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,9.8136,-0.2447,-4.7460,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,9.8136,-0.2447,-4.7460,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,10.8396,0.7657,-4.7304,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,10.8396,0.7657,-4.7304,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,10.0305,-0.0167,-4.7571,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,9.2661,-0.6425,-4.8957,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-10.8293,-0.7178,-24.9158,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,81.0282,0.2152,66.0087,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,7.3055,0.0005,-7.4993,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,2.0449,0.0220,-12.7814,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,41.5188,0.5201,26.1943,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,34.9260,0.6149,19.5067,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,9.6095,-0.3801,-4.8148,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,10.0805,0.0131,-4.7369,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,8.5493,-0.5926,-5.6624,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,31.7700,1.1873,15.7784,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,10.5106,0.0592,-4.3529,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,9.3395,-0.2321,-5.2328,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,PUPP,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,RCEAST,RCEAST,7.4233,-0.8547,-6.5264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_1,GRDASALINA1UN1_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_2,GRDASALINA1UN2_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_3,GRDASALINA1UN3_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_4,GRDASALINA1UN4_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_5,GRDASALINA1UN5_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SALINA_6,GRDASALINA1UN6_RA,38.6728,0.3042,23.5643,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SARPY_1,OPPDSARPYUN1_RA,8.3688,-0.3485,-6.0870,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SARPY_2,OPPDSARPYUN2_RA,8.3980,-0.3169,-6.0894,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SARPY_3,OPPDSARPYUN3_RA,8.3645,-0.3778,-6.0621,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SARPY_4,OPPDSARPYUN4_RA,8.3645,-0.3778,-6.0621,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SARPY_5,OPPDSARPYUN5_RA,8.3645,-0.3778,-6.0621,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SC,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SCEG,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SCSE,SCSE,4.1315,-0.7904,-9.8824,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SEC,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-10.2019,-1.4780,-23.5282,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-10.2019,-1.4780,-23.5282,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-10.2019,-1.4780,-23.5282,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-7.3699,-0.8609,-21.3133,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-10.2019,-1.4780,-23.5282,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-8.5428,-1.4422,-21.9049,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-8.4562,-1.5482,-21.7123,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-8.4562,-1.5482,-21.7123,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-8.4594,-0.8930,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-11.3594,-1.3234,-24.8403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-4.3624,-0.6644,-18.5023,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-7.9095,-0.9199,-21.7939,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-3.2562,-1.1424,-16.9182,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-9.8201,-1.4900,-23.1344,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-3.2022,-1.1279,-16.8786,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-9.0357,-1.4577,-22.3824,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-10.1750,-2.6247,-22.3547,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-7.4994,-1.2015,-21.1022,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-7.4994,-1.2015,-21.1022,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-7.4994,-1.2015,-21.1022,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-7.4994,-1.2015,-21.1022,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-7.7361,-1.2865,-21.2539,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-8.5428,-1.4422,-21.9049,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI_SECI,SECI_LA,-7.3283,-1.0311,-21.1015,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-8.4594,-0.8930,-22.3707,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SEHA,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-13.7593,-1.4295,-27.1342,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SERU,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SETH,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SGE,SGE,4.7948,-0.7316,-9.2779,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SMEP,MISO,17.1924,0.2022,2.1859,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SOCO,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPA,SPA,28.8503,0.6201,13.4259,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPC,SPC,10.4897,0.3613,-4.6759,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPPNORTH_HUB,SPPNORTH_H,8.5933,-0.3797,-5.8314,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPPSOUTH_HUB,SPPSOUTH_H,6.0772,-0.7285,-7.9987,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,28.3029,0.5172,12.9813,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,28.3029,0.5172,12.9813,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,27.7003,0.4900,12.4059,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,27.7003,0.4900,12.4059,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_NIXA,SPRM_NIXA_LA,28.5700,0.5320,13.2336,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_SPRM,SPRM_LA,28.3871,0.5635,13.0192,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,28.4876,0.4434,13.2398,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,28.4876,0.4434,13.2398,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,28.4506,0.4065,13.2398,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,28.4876,0.4434,13.2398,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-5.5643,-0.2628,-20.1059,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-10.7176,-0.6913,-24.8306,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-12.2244,-1.2689,-25.7598,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-12.2244,-1.2689,-25.7598,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-15.7813,-1.1896,-29.3960,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,1.8124,-0.6912,-12.3008,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-9.9793,-1.8860,-22.8976,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,38.1155,0.7582,22.5530,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-16.2017,-0.5150,-30.4910,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,34.6959,0.5343,19.3573,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,38.6617,0.5787,23.2786,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,38.6617,0.5787,23.2786,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,34.6959,0.5343,19.3573,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-12.0629,-1.1069,-25.7603,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-10.7176,-0.6913,-24.8306,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-12.0108,-1.1878,-25.6273,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-12.2826,-1.7588,-25.3281,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-11.7884,-1.1086,-25.4841,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-11.6590,-0.8829,-25.5804,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-11.9659,-1.1958,-25.5744,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-12.0080,-1.7853,-25.0271,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-12.0080,-1.7853,-25.0271,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-12.0080,-1.7853,-25.0271,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-12.0080,-1.7853,-25.0271,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GRID.WRAB,WRAB_DDR,-12.0301,-0.9453,-25.8891,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-12.0080,-1.7853,-25.0271,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-14.3683,-0.5916,-28.5811,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-14.3683,-0.5916,-28.5811,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-14.2596,-0.5500,-28.5139,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-14.2596,-0.5500,-28.5139,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-14.2596,-0.5500,-28.5139,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-14.3683,-0.5916,-28.5811,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-12.3961,-1.2720,-25.9285,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-12.3962,-1.2720,-25.9285,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-12.3948,-1.2720,-25.9271,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-12.6039,-1.6196,-25.7887,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,36.0980,0.5037,20.7899,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-16.1187,-0.5248,-30.3983,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-16.1187,-0.5248,-30.3983,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-16.1187,-0.5248,-30.3983,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-16.1187,-0.5248,-30.3983,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,21.9094,0.6323,6.4727,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,34.1893,0.4980,18.8870,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,34.1893,0.4980,18.8870,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-13.6949,-1.3650,-27.1342,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-12.4203,-1.2971,-25.9276,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-12.4203,-1.2971,-25.9276,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-12.4123,-1.2679,-25.9488,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-12.0301,-0.9453,-25.8891,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-12.0703,-1.5456,-25.3291,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-12.1690,-1.2853,-25.6880,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-12.3404,-1.7835,-25.3613,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-12.1922,-1.0689,-25.9276,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-9.5730,-0.4237,-23.9537,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-9.5730,-0.4237,-23.9537,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-9.0214,-0.4463,-23.3795,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-15.8641,-0.9407,-29.7277,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-12.0082,-1.6335,-25.1791,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-9.6012,-1.5079,-22.8976,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-15.8387,-0.9154,-29.7277,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-12.0672,-1.1112,-25.7603,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-5.8879,-0.3693,-20.3229,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,38.2038,0.8465,22.5530,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-5.8879,-0.3693,-20.3229,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,38.2044,0.8496,22.5505,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-12.0358,-1.3262,-25.5140,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,37.9374,1.3635,21.7696,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,37.9953,1.4213,21.7696,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,36.7484,1.2829,20.6611,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,34.1878,0.6585,18.7250,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,38.7749,1.1541,22.8164,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-7.8850,-1.3377,-21.3517,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-12.1023,-1.0146,-25.8920,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-8.2214,-0.3959,-22.6298,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-8.2214,-0.3959,-22.6298,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-5.8879,-0.3693,-20.3229,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-16.4069,-0.4360,-30.7752,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,18.9500,0.9706,3.1751,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-7.6463,0.5027,-22.9534,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-8.4677,-0.0766,-23.1955,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-12.6497,-0.6729,-26.7811,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,37.9374,1.3635,21.7696,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,39.0000,1.5764,22.6193,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,38.8053,1.3816,22.6193,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-15.6889,-0.7655,-29.7277,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-8.0483,0.0389,-22.8915,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-11.9780,-1.5658,-25.2165,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-12.0023,-1.5895,-25.2171,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0163,V163_DDR,-11.9138,-1.0441,-25.6741,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0168,V168_DDR,-15.4801,-0.8252,-29.4592,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0180,V180_DDR,39.0000,1.5764,22.6193,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0181,V181_DDR,-11.7834,-1.3924,-25.1953,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0182,V182_DDR,38.9545,1.2093,22.9409,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0199,V199_DDR,15.7713,0.8518,0.1152,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0200,V200_DDR,35.3776,0.8950,19.6783,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.VOLT.0235,V235_DDR,-12.0703,-1.5456,-25.3291,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-9.9793,-1.8860,-22.8976,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,38.1155,0.7582,22.5530,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-11.9726,-1.3636,-25.4133,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-12.2121,-1.1582,-25.8582,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS_SPS,SPS_LA,15.1072,0.3692,-0.0663,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,7.1325,0.0797,-7.7515,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SSCN_NPPD,SSCN_NPPD_LA,4.8668,-0.5117,-9.4259,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,21.1498,0.4178,5.9277,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,21.1498,0.4178,5.9277,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,TAL,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,TEC,SOUC,22.1518,0.5261,6.8214,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,5.6281,-1.1289,-8.0474,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,TVA,TVA,21.4839,0.4629,6.2166,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB,UCUHUB_H,2.2759,-0.3256,-12.2028,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB17,UCUHUB17_H,-1.1668,-0.9245,-15.0467,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB18,UCUHUB18_H,1.7125,-0.6703,-12.4215,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB19,UCUHUB19_H,-1.4459,-0.7733,-15.4769,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB20,UCUHUB20_H,-1.4582,-0.7534,-15.5091,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB21,UCUHUB21_H,-3.2933,-0.9059,-17.1918,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB22,UCUHUB22_H,-2.7377,-0.8697,-16.6723,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB23,UCUHUB23_H,-2.9378,-0.8803,-16.8618,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,UCUHUB24,UCUHUB24_H,-0.6443,-0.7718,-14.6768,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,10.6115,0.4968,-4.6896,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,10.6115,0.4968,-4.6896,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,9.5234,-0.4389,-4.8420,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,9.5234,-0.4389,-4.8420,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,9.8318,-0.5452,-4.4273,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,9.7184,-0.3588,-4.7271,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,9.7184,-0.3588,-4.7271,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,10.6115,0.4968,-4.6896,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,9.9029,-0.5095,-4.3919,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,10.3567,0.0612,-4.5088,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,8.9124,-0.4111,-5.4809,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,7.1034,-1.5351,-6.1659,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,10.5228,0.4416,-4.7231,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,10.5228,0.4416,-4.7231,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,8.1755,-1.5346,-5.0943,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,9.1039,-0.5458,-5.1546,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,9.5865,-0.5507,-4.6671,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,8.3716,-0.6231,-5.8096,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,8.9651,-0.3314,-5.5078,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,8.9481,-0.6018,-5.2545,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,8.9616,-0.7484,-5.0943,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,8.9616,-0.7484,-5.0943,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,9.2705,-0.4874,-5.0464,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,7.0460,-1.6459,-6.1124,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,9.6233,0.2972,-5.4783,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,10.0222,-0.0418,-4.7403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,10.0222,-0.0418,-4.7403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,10.0222,-0.0418,-4.7403,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,10.1591,0.0989,-4.7441,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,10.1591,0.0989,-4.7441,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,10.1591,0.0989,-4.7441,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,10.8326,0.6983,-4.6700,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,9.7544,-0.4455,-4.6044,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,9.7544,-0.4455,-4.6044,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,4.4615,-0.7640,-9.5789,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,8.4156,-0.4201,-5.9686,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,10.2256,0.0401,-4.6188,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,6.7637,-0.6379,-7.4027,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,6.4988,-2.0146,-6.2910,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,9.1759,-0.5823,-5.0461,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,10.5699,0.4820,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,10.5699,0.4820,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,10.5692,0.4813,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,10.5699,0.4820,-4.7164,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,10.4373,0.3593,-4.7264,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,6.7309,-1.2044,-6.8691,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,10.1611,-0.2083,-4.4350,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,7.6687,-0.3371,-6.7986,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,7.6687,-0.3371,-6.7986,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,5.9048,-0.6448,-8.2547,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,5.9048,-0.6448,-8.2547,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,9.9370,-0.2629,-4.6044,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,9.9970,-0.2746,-4.5327,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,8.4762,-0.7701,-5.5580,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,7.4430,-1.3958,-5.9655,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,10.0043,-0.2562,-4.5438,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,9.8318,-0.5452,-4.4273,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,9.8318,-0.5452,-4.4273,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,8.3716,-0.6231,-5.8096,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,7.3819,-0.8834,-6.5391,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,8.6647,-0.7253,-5.4143,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,7.1814,-1.5106,-6.1124,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,9.0172,-0.6730,-5.1141,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.FSE,WAUE.FSE_H,6.4665,-0.7854,-7.5524,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,9.9005,-0.1682,-4.7356,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,9.8649,-0.2020,-4.7375,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,6.8329,-1.4526,-6.5188,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,7.3487,-1.3858,-6.0699,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,9.7941,-0.5234,-4.4868,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,9.7834,-0.5696,-4.4514,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-13.3300,-1.2322,-26.9021,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,7.1034,-1.5351,-6.1659,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-3.1900,-0.7442,-17.2501,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,8.6996,-0.4458,-5.6589,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,8.6999,-0.4455,-5.6589,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,8.6999,-0.4455,-5.6589,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,9.0844,-0.5163,-5.2036,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,7.3819,-0.8834,-6.5391,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,9.6852,-0.1751,-4.9440,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,8.2894,-0.6463,-5.8686,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,9.5794,0.2534,-5.4783,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,9.4799,0.1454,-5.4699,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,9.0900,-0.2803,-5.4340,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,10.9934,-0.1854,-3.6255,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,8.7510,-0.3965,-5.6569,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,8.4360,-0.7561,-5.6122,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,6.7637,-0.6379,-7.4027,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,11.6873,0.2378,-3.3549,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,8.3526,-0.6401,-5.8116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,11.6440,0.2234,-3.3837,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,9.4935,-0.1633,-5.1475,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,8.5175,-0.4245,-5.8624,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NTWK,WAUE.NTWK_H,9.1100,-0.3732,-5.3211,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,10.1225,0.4359,-5.1177,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,10.1225,0.4359,-5.1177,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,7.0190,-1.5918,-6.1935,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,6.2079,-1.5190,-7.0774,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.4475,-0.4489,-4.9079,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,7.0190,-1.5918,-6.1935,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,10.5054,-0.1826,-4.1163,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,8.2373,-0.8639,-5.7031,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,6.7637,-0.6379,-7.4027,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,8.8670,-0.5083,-5.4291,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,7.3711,-1.7301,-5.7031,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,5.8827,-1.8733,-7.0484,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,6.2987,-1.8747,-6.6309,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,9.4932,-0.4743,-4.8368,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,6.9863,-1.3848,-6.4332,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,9.7409,-0.2373,-4.8261,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,7.7709,-1.1702,-5.8632,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,7.4430,-1.3958,-5.9655,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.VOLT.0152,V152_DDR,11.0296,0.8661,-4.6409,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE.VOLT.0172,V172_DDR,10.5049,0.4230,-4.7224,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_BEPM,WAUE_BEPM_LA,9.8831,0.0634,-4.9846,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,9.6442,-0.2033,-4.9569,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,9.4840,0.1534,-5.4738,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_EWA,WAUE_EWA_LA,7.4791,-0.8095,-6.5157,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,7.9561,-0.7897,-6.0585,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_HMMU,WAUE_HMMU_LA,9.0122,-0.0399,-5.7523,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,11.0108,-0.2097,-3.5838,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_MECB,WAUE_MECB_LA,9.0899,0.2023,-5.9167,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_MMPA,WAUE_MMPA_LA,10.6818,0.1194,-4.2420,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_MRES,WAUE_MRES_LA,9.5525,-0.3402,-4.9116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,10.8151,0.5892,-4.5784,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,9.9005,-0.1682,-4.7356,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,7.8140,-0.6993,-6.2909,14.8042\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_OTP,WAUE_OTP_LA,11.6797,0.5626,-3.6872,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_OTPW,WAUE_OTPW_LA,14.3968,0.2511,-0.6586,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM,WAUE_UGPM_LA,9.3964,-0.2904,-5.1175,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,10.3406,-0.0667,-4.3970,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,8.8119,-0.4048,-5.5876,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,6.9024,-0.6500,-7.2518,14.8042\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,7.4791,-0.8095,-6.5157,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,9.0122,-0.0399,-5.7523,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,7.9277,-0.7469,-6.1298,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,9.9005,-0.1682,-4.7356,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,10.6818,0.1194,-4.2420,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,10.0982,-0.2500,-4.4561,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,8.0097,-0.8032,-5.9914,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,11.0169,0.5839,-4.3714,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-15.5147,-2.0074,-28.3116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-19.9700,-1.3974,-33.3769,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,9.5739,-0.9173,-4.3132,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,90.9700,0.4591,75.7066,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,90.9700,0.4591,75.7066,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-6.6941,-2.0283,-19.4701,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,82.9820,0.5445,67.6331,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,73.6215,0.5234,58.2938,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,32.7686,-0.9218,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,32.8400,-0.8504,18.8861,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,20.7973,-0.7923,6.7853,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-12.3404,-1.7835,-25.3613,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.4583,-1.2925,-43.9701,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-16.3190,-2.4620,-28.6614,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-9.7286,-1.6353,-22.8976,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_ENMC,WFEC_ENMC_LA,19.4071,0.5920,4.0108,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-18.3061,-1.1323,-31.9781,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,36.1528,0.3360,21.0125,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,25.5489,0.5595,10.1851,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-15.5147,-2.0074,-28.3116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-15.5147,-2.0074,-28.3116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-15.5147,-2.0074,-28.3116,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_OKGE,WFEC_OKGE_LA,3.4903,0.0148,-11.3288,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,53.1241,0.5099,37.8098,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-11.8698,-2.1328,-24.5413,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-5.4545,-2.1658,-18.0931,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_WFEC,WFEC_LA,22.8614,-0.3446,8.4017,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,25.5489,0.5595,10.1851,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-1.9104,-0.8585,-15.8562,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-6.3306,-1.3052,-19.8297,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-1.6073,-0.5687,-15.8430,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-1.6073,-0.5687,-15.8430,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-1.6073,-0.5687,-15.8430,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-1.6073,-0.5687,-15.8430,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-1.6073,-0.5687,-15.8430,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-1.6074,-0.5687,-15.8430,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-1.6074,-0.5687,-15.8430,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,5.3147,0.5134,-10.0030,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-3.0396,-0.7877,-17.0562,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-11.4691,-1.3156,-24.9578,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-11.4691,-1.3156,-24.9578,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-11.1376,-0.9871,-24.9548,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-11.1376,-0.9871,-24.9548,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-11.1376,-0.9871,-24.9548,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-3.0396,-0.7877,-17.0562,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,1.6976,-0.0608,-13.0459,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-6.5203,-0.7752,-20.5494,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-6.5203,-0.7752,-20.5494,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-6.5203,-0.7752,-20.5494,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-6.5203,-0.7752,-20.5494,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,1.6976,-0.0608,-13.0459,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-9.2274,-1.5086,-22.5231,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-24.8000,-0.4692,-39.1351,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.JEC.1,WRJEFFUN10_RA,-1.0210,-0.4969,-15.3284,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.JEC.2,WRJEFFUN11_RA,-1.0198,-0.5001,-15.3240,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.JEC.3,WRJEFFUN12_RA,-1.0660,-0.5464,-15.3240,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-18.4885,-1.0721,-32.2207,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-10.9169,-1.1177,-24.6036,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-10.9169,-1.1177,-24.6036,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.LEC.4,WRLECUN26_RA,-3.0071,-0.1330,-17.6785,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.LEC.5,WRLECUN27_RA,-1.7947,-0.0952,-16.5039,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-5.2023,-0.6751,-19.3316,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-5.2023,-0.6751,-19.3316,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-5.2023,-0.6751,-19.3316,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-5.1541,-0.6465,-19.3119,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-3.1334,-1.0214,-16.9164,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-1.5075,-0.7898,-15.5221,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-1.5075,-0.7898,-15.5221,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-5.5503,-1.1466,-19.2080,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-3.0305,-0.9455,-16.8893,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,2.1493,-0.8677,-11.7874,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-3.6370,-0.8843,-17.5570,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-10.9211,-1.1218,-24.6036,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,74.0919,0.5367,58.7509,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-5.9689,-1.6595,-19.1138,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-1.6074,-0.5687,-15.8430,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-3.2400,-1.1099,-16.9344,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,1.6976,-0.0608,-13.0459,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-3.0396,-0.7877,-17.0562,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-12.4793,-0.8422,-26.4415,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.THAYERLD,WR.THAYERLD_LA,23.2433,0.4726,7.9664,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-13.2525,-0.8368,-27.2200,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0106,V106_DDR,-12.3221,-0.8019,-26.3245,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-4.9333,0.0337,-19.7714,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-3.8542,-0.6510,-18.0075,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-3.2139,-0.0113,-18.0069,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-3.2139,-0.0113,-18.0069,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-1.6953,-0.0162,-16.4834,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-11.7041,-0.6941,-25.8143,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0157,V157_DDR,-3.1221,-0.0274,-17.8990,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0158,V158_DDR,-3.2139,-0.0113,-18.0069,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-3.2139,-0.0113,-18.0069,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-12.4794,-0.8915,-26.3922,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0173,V173_DDR,-5.2433,-0.7641,-19.2835,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0174,V174_DDR,-12.1923,-0.8175,-26.1791,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0184,V184_DDR,-11.8789,-0.9056,-25.7776,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-12.5941,-0.8359,-26.5626,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0186,V186_DDR,-12.6177,-0.8767,-26.5454,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-12.0751,-0.8756,-26.0038,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-13.0822,-0.8088,-27.0777,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-6.2370,-0.5518,-20.4895,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-2.6410,-0.4895,-16.9558,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-1.9847,-0.5183,-16.2708,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-1.9847,-0.5183,-16.2708,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-2.6410,-0.4895,-16.9558,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0245,V245_DDR,-12.6068,-0.8365,-26.5746,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.VOLT.0248,V248_DDR,-12.3221,-0.8019,-26.3245,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-15.3919,-1.0054,-29.1909,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,0.2700,-0.1847,-14.3496,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.WOLF,WRWOLFUN15_RA,-3.6177,-1.1876,-17.2344,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-9.2274,-1.5086,-22.5231,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,5.2398,0.4385,-10.0030,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-14.9925,-1.0853,-28.7115,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-12.2005,-0.6750,-26.3298,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-3.8018,-0.6526,-17.9535,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-13.3205,-0.8322,-27.2926,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-13.3205,-0.8322,-27.2926,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-13.3205,-0.8322,-27.2926,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-13.3205,-0.8322,-27.2926,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-2.4929,-0.3901,-16.9071,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-26.1160,-0.7781,-40.1422,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-26.1160,-0.7781,-40.1422,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-28.3756,-0.8150,-42.3650,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-28.3756,-0.8150,-42.3650,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_MIDW,WR_MIDW_LA,-3.7225,-0.8891,-17.6378,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,14.6918,0.3514,-0.4639,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,12.4222,0.1179,-2.5000,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-5.4191,-0.8451,-19.3783,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_SEG,WR_SEG_LA,4.2501,0.3103,-10.8646,14.8044\n03/19/2025 09:00:00,03/19/2025 14:00:00,WR_WR,WR_LA,-5.0821,-0.5114,-19.3750,14.8043\n03/19/2025 09:00:00,03/19/2025 14:00:00,YAD,VACS,21.8270,0.4953,6.5273,14.8044\n03/19/2025 10:00:00,03/19/2025 15:00:00,AEC,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_CSWS,CSWS_AECC_LA,39.5611,0.8406,19.8526,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,42.9382,0.6628,23.4076,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,39.1882,1.1395,19.1808,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,42.7959,0.4425,23.4855,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,33.2022,0.5748,13.7595,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,39.6491,0.4939,20.2873,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,33.1306,0.3149,13.9479,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,AECI,AECI,30.8131,0.2819,11.6633,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AEPM_CSWS,CSWS_LA,38.8327,0.6597,19.3051,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ALTW,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,AMRN,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-12.8369,-0.6262,-31.0786,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BBA,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BCA,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BEPM.ER01.DDR,ER01_DDR,10.9857,-2.2743,-5.6078,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,BEPM_ER01,BEPM_ER01_LA,10.9857,-2.2743,-5.6078,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,11.5832,-0.4128,-6.8718,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,7.7154,-0.2997,-10.8528,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BEPM_UM01,BEPM_UM01_LA,16.4671,0.5260,-2.9268,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BLKW,BLKW,-3.6591,-0.2377,-22.2893,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-29.9660,-1.6340,-47.1999,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-29.9660,-1.6340,-47.1999,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,33.3111,-1.4303,15.8735,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9367,-1.6047,-47.1999,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BRAZ,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BUBA,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-5.5999,-1.7293,-22.7384,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-5.6330,-0.9147,-23.5862,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,12.8866,-0.5252,-5.4560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,12.8866,-0.5252,-5.4560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CLEC,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,41.6916,0.3941,22.4297,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,COWP,COWP_LA,28.2975,0.4952,8.9345,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,28.2975,0.4952,8.9345,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,28.2975,0.4952,8.9345,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CPLE,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CPLW,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,30.6231,0.6986,11.0567,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,30.6231,0.6986,11.0567,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,30.6231,0.6986,11.0567,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,30.6231,0.6986,11.0567,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CRTH_SPA,WRCRTH_SPA_LA,39.6799,-0.0369,20.8489,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,33.9784,1.7583,13.3523,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,11.7976,-0.8686,-6.2016,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,33.1306,0.3149,13.9479,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,42.7959,0.4425,23.4855,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,33.9671,1.7458,13.3535,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,33.2399,0.9302,13.4418,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,33.7886,1.5315,13.3892,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,33.7886,1.5315,13.3892,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,42.7039,0.5854,23.2507,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,42.7039,0.5854,23.2507,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,42.7040,0.5854,23.2507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,42.7040,0.5854,23.2507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,33.1306,0.3149,13.9479,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,36.3779,1.2870,16.2230,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,64.9309,-0.0885,46.1515,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,64.7568,-0.2626,46.1515,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,46.8521,0.1494,27.8348,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,45.4789,0.2175,26.3936,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,45.4789,0.2175,26.3936,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,45.4800,0.2175,26.3947,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,45.4800,0.2175,26.3947,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-16.8467,-1.0846,-34.6300,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,20.4330,-0.6033,2.1684,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,46.4341,0.3428,27.2235,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-14.8969,-1.2720,-32.4928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-14.8355,-1.2106,-32.4928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-4.3820,-0.7329,-22.5170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.GRID.CDL1,CDL1_DDR,45.1587,0.4179,25.8730,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,7.8527,-0.9250,-10.0902,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,12.5114,-1.1490,-5.2075,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,45.1587,0.4179,25.8730,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.CSI1,CSI1_DDR,46.2656,0.4675,26.9303,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.CSI2,CSI2_DDR,46.2725,0.4744,26.9303,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,41.7038,0.4062,22.4297,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.GAZA,GAZA_DDR,45.1587,0.4179,25.8730,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,88.3206,0.8684,68.5843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.NUEN.T201,NT201_DDR,45.6656,0.2994,26.4983,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,4.5968,-1.2204,-13.0507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,4.5968,-1.2204,-13.0507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,33.1306,0.3149,13.9479,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,34.1407,1.6980,13.5748,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-4.3820,-0.7329,-22.5170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-4.3820,-0.7329,-22.5170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-8.1291,-1.0412,-25.9558,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-14.8355,-1.2106,-32.4928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,33.0855,0.8601,13.3575,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,42.9768,0.0964,24.0125,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,42.6903,-0.1901,24.0125,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,42.6816,-0.1988,24.0125,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,23.6127,0.0511,4.6937,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,23.6127,0.0511,4.6937,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,33.2165,0.8791,13.4695,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,47.2790,0.2593,28.1518,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,33.1929,0.8611,13.4639,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,34.6384,2.1993,13.5713,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,37.0470,0.5601,17.6190,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,46.2725,0.4744,26.9303,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0057,OKMU_DDR,49.7724,0.4564,30.4481,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0060,LEHIGH_DDR,88.3206,0.8684,68.5843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0086,WARRENM_DDR,45.9064,0.2995,26.7391,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,34.1979,1.6579,13.6722,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,56.2773,0.3229,37.0865,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0121,V121_DDR,33.2165,0.8791,13.4695,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0122,V122_DDR,54.7487,0.2967,35.5842,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0124,V124_DDR,74.2890,0.2020,55.2191,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0135,V135_DDR,46.8829,0.3395,27.6755,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0144,V144_DDR,21.1320,-0.5444,2.8085,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0145,V145_DDR,21.4140,-0.6466,3.1928,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,33.2846,0.9404,13.4764,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,33.4700,0.5887,14.0134,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0175,V175_DDR,41.7038,0.4062,22.4297,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,33.4700,0.5887,14.0134,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,33.6298,0.7230,14.0389,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,46.8829,0.3395,27.6755,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,46.9610,0.3106,27.7825,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,46.3073,0.2689,27.1705,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,60.7942,0.0864,41.8399,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,45.5913,0.1969,26.5265,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,46.9610,0.3106,27.7825,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0211,V211_DDR,33.4751,1.1639,13.4433,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,57.0106,0.3337,37.8090,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0213,V213_DDR,46.5829,0.3032,27.4118,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0215,V215_DDR,55.7795,0.3141,36.5975,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0217,V217_DDR,57.0566,0.3134,37.8754,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0218,V218_DDR,60.3304,0.1015,41.3611,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0228,V228_DDR,47.8254,0.2300,28.7275,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0232,V232_DDR,46.4795,0.3447,27.2669,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0233,V233_DDR,47.1767,0.3302,27.9786,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0240,V240_DDR,53.0339,0.2228,33.9432,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0244,V244_DDR,46.9610,0.3106,27.7825,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0246,MDT1_DDR,88.3206,0.8684,68.5843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0249,V249_DDR,46.5511,0.3255,27.3577,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0250,V250_DDR,10.5197,-0.8173,-7.5309,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0251,V251_DDR,45.9458,0.2583,26.8196,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.VOLT.0252,V252_DDR,60.7942,0.0864,41.8399,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-20.0532,-1.0666,-37.8545,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,29.0823,-1.2219,11.4363,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-11.0911,-2.1172,-27.8418,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,32.8126,0.4893,13.4554,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-13.6662,-2.1592,-30.3749,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,16.2447,-0.6791,-1.9441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,16.2447,-0.6791,-1.9441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,16.2447,-0.6791,-1.9441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,16.2447,-0.6791,-1.9441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,16.2447,-0.6791,-1.9441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,33.1306,0.3149,13.9479,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,33.5640,1.5250,13.1711,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,46.4494,0.3147,27.2669,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,45.4197,0.0149,26.5370,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,53.2909,0.5409,33.8822,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,53.2909,0.5409,33.8822,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWELSH1,CSWSWELSHUN1_RA,33.1667,0.7059,13.5929,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWELSH3,CSWSWELSHUN3_RA,33.1667,0.7059,13.5929,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWILKES1,CSWSWILKESUN1_RA,33.6125,1.1005,13.6441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWILKES2,CSWSWILKESUN2_RA,33.6125,1.1005,13.6441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,CSWWILKES3,CSWSWILKESUN3_RA,33.4441,1.0356,13.5407,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-14.8178,-1.1929,-32.4928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DENL,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DERS,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DOE,DOE,26.8010,0.4072,7.5259,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,15.7171,-0.0503,-3.1005,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DPC,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,DUK,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDDY,EDDY,15.5317,1.0274,-4.3635,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,37.6877,-0.1502,18.9701,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-0.0530,-0.3428,-18.5781,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,42.0734,-0.3757,23.5812,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE.SLCC,EDESTL4391_PLT,39.6169,-0.2434,20.9925,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,39.5429,-0.1783,20.8533,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,25.9398,-0.4585,7.5304,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_EC_01,EDELAR3821UN1_RA,37.6877,-0.1502,18.9701,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_EC_02,EDELAR3821UN2_RA,37.6877,-0.1502,18.9701,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_EC_03,EDELAR3821UN3_RA,37.6877,-0.1502,18.9701,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_EC_04,EDELAR3821UN4_RA,37.6877,-0.1502,18.9701,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_EDE,EDE_LA,38.6594,0.3290,19.4626,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_ERW,EDEERWFUNG1_RA,-6.3931,-0.9844,-24.2766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-0.9223,-1.0578,-18.7323,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,40.4000,0.9126,20.6195,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,40.4000,0.9126,20.6195,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,40.4000,0.9126,20.6195,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,40.4000,0.9126,20.6195,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,19.2520,0.6023,-0.2182,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_RIV_10,EDERIV1671UN10_RA,39.6492,-0.3064,21.0878,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_RIV_11,EDERIV1671UN11_RA,39.6492,-0.3064,21.0878,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_RIV_12,EDERIV453UN12_PLT,39.1267,-0.8290,21.0878,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_SL_01,EDESTL4391UN1_RA,39.2756,-0.5848,20.9925,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EDE_SWMP,EDE_SWMP_LA,36.4563,0.5015,17.0869,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EEI,EEI,26.7104,0.4048,7.4378,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,EES,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-3.7277,-0.9797,-21.6159,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ERCOTE,ERCOTE,33.1667,0.7059,13.5929,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ERCOTN,ERCOTN,4.6775,-1.1396,-13.0507,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,7.7947,-0.7669,-10.3062,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,FMPP,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FPC,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FPL,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FREM_50T,OPPDFREM_GUN1_RA,13.0320,-0.4760,-5.3599,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FREM_6,OPPDFREM_AUN6_RA,13.0254,-0.4853,-5.3572,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FREM_7,OPPDFREM_AUN7_RA,13.0254,-0.4853,-5.3572,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FREM_8,OPPDFREM_AUN8_RA,12.9180,-0.5927,-5.3572,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FREM_LOAD,FREM_LOAD_LA,13.0085,-0.5022,-5.3572,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-9.3687,-0.8278,-27.4088,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,33.0855,0.8601,13.3575,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-10.0806,-2.4487,-26.4997,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-25.3730,-1.5007,-42.7402,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,41.6916,0.3941,22.4297,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,41.6916,0.3941,22.4297,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,41.6916,0.3941,22.4297,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,46.2564,0.2376,27.1509,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,46.2564,0.2376,27.1509,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,46.4118,0.2318,27.3121,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,46.4118,0.2318,27.3121,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-18.8331,-1.3614,-36.3396,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,58.6934,0.1309,39.6946,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,58.6934,0.1309,39.6946,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,58.6934,0.1309,39.6946,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.VOLT.0130,V130_DDR,47.5109,0.4423,28.2007,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA.VOLT.0237,V237_DDR,47.6205,0.3161,28.4365,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDAHUB2,GRDAHUB2_H,33.4301,-0.1933,14.7555,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDAHUB3,GRDAHUB3_H,26.6825,-0.3450,8.1597,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA_GRDA,GRDA_LA,47.4514,0.3287,28.2548,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA_HUB,GRDA_H,41.0241,0.0012,22.1551,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRDA_HUBSA,GRDASA_H,40.8915,-0.0347,22.0583,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GRE,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,0.0323,0.6325,-19.4680,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GSEC_SPS,SPS_GSEC_LA,-6.1100,-0.5215,-24.4564,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GSPR2014HUB,GSPR2014HUB_H,0.8550,-0.6016,-17.4112,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,GSPR2015HUB,GSPR2015HUB_H,1.4912,-0.6264,-16.7503,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-9.0682,-1.5361,-26.4000,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,HARRISON,CSWSLEBROCKPLT1,33.0334,0.7178,13.4477,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,HAST_TNSK_HUB,HAST_TNSK_H,9.2072,-0.8312,-8.8295,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,HQST,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,HST,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,17.1227,0.3404,-2.0856,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,17.1227,0.3404,-2.0856,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,17.1351,0.3361,-2.0689,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,17.1351,0.3361,-2.0689,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,17.1007,0.3396,-2.1068,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,17.1007,0.3396,-2.1068,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDN_INDN,INDN_LA,17.1332,0.3485,-2.0832,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ISNE,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,JEA,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,13.0352,-0.4280,-5.4046,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,13.0352,-0.4280,-5.4046,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-0.3462,-0.0520,-19.1620,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYCT4,KACYNEARMANUNCT4_RA,25.4300,0.2397,6.3224,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,63.7200,-0.2337,45.0858,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,25.4300,0.2397,6.3224,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,24.8034,0.2606,5.6749,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,24.9761,0.2585,5.8498,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KACY_KACY,KACY_LA,24.6630,0.2542,5.5410,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,17.6682,0.1240,-1.3236,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,19.4940,0.7006,-0.0745,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-7.1914,-1.0426,-25.0167,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-41.1397,-1.3145,-58.6931,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0222,V222_DDR,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0223,V223_DDR,15.4991,-0.0626,-3.3062,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0241,V241_DDR,20.7728,0.5816,1.3234,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0243,V243_DDR,27.8828,0.2116,8.8033,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0247,V247_DDR,16.3017,0.0967,-2.6629,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.VOLT.0253,V253_DDR,17.5918,0.1339,-1.4100,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,1.7934,-1.3757,-15.6988,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,13.8688,-0.2648,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,13.8688,-0.2648,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,13.8688,-0.2648,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,13.8688,-0.2648,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,17.5949,0.1240,-1.3970,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,17.5949,0.1240,-1.3970,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB,KCPLHUB_H,6.2838,-0.7252,-11.8588,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB17,KCPLHUB17_H,5.3718,-0.8146,-12.6815,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB18,KCPLHUB18_H,5.5579,-0.8135,-12.4965,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB19,KCPLHUB19_H,5.3839,-0.7725,-12.7115,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB20,KCPLHUB20_H,4.8251,-0.8499,-13.1928,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB21,KCPLHUB21_H,4.6510,-0.8317,-13.3852,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB22,KCPLHUB22_H,5.6321,-0.8266,-12.4092,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB23,KCPLHUB23_H,5.0102,-0.8478,-13.0099,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLHUB24,KCPLHUB24_H,4.4365,-0.8860,-13.5454,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,7.4429,-0.0467,-11.3782,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,7.4429,-0.0467,-11.3782,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,12.9343,-0.5856,-5.3480,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,12.9343,-0.5856,-5.3480,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,17.6764,0.1322,-1.3236,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,17.6682,0.1240,-1.3236,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,18.7645,0.1832,-0.2866,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,8.3326,-0.3358,-10.1994,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,17.0509,0.1199,-1.9369,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KCPL_KCPL,KCPL_LA,17.6287,0.0941,-1.3333,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KENN,KENN_LA,21.4553,0.5780,2.0094,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KEP2_SECI,KEP2_SECI_LA,-6.4761,-1.4873,-23.8567,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KERR_1,GRDAKERR_HYDUN1_RA,47.1184,0.2761,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KERR_2,GRDAKERR_HYDUN2_RA,46.9525,0.2788,27.8059,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KERR_3,GRDAKERR_HYDUN3_RA,46.9525,0.2788,27.8059,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KERR_4,GRDAKERR_HYDUN4_RA,47.1184,0.2761,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,13.8687,-0.2649,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,13.8687,-0.2649,-4.7342,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,14.8160,-0.1547,-3.8972,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,14.8160,-0.1547,-3.8972,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,12.1611,-0.2732,-6.4336,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,10.7365,-0.2446,-7.8868,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,10.7365,-0.2446,-7.8868,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-5.0382,-1.4770,-22.4291,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-5.0382,-1.4770,-22.4291,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-5.0382,-1.4770,-22.4291,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-1.6678,-0.6878,-19.8478,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-1.6678,-0.6878,-19.8478,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-5.1445,-1.5029,-22.5095,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-2.2359,-0.8277,-20.2761,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-0.2480,-0.5868,-18.5291,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,57.4882,-0.2721,38.8924,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,57.4882,-0.2721,38.8924,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,4.3194,-0.4704,-14.0780,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,4.3194,-0.4704,-14.0780,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,4.3194,-0.4704,-14.0780,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-3.1591,-1.1797,-20.8473,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-2.9618,-1.3005,-20.5292,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,7.3249,-0.6130,-10.9299,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-1.3475,0.0189,-20.2343,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LAFA,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LAM345,LAM345,-5.5999,-1.7293,-22.7384,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,LEPA,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,11.6183,-0.5085,-6.7410,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_LES,LES_LA,11.6385,-0.5293,-6.7001,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,11.8228,-0.5974,-6.4477,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,11.4711,-0.5780,-6.8188,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,11.4711,-0.5780,-6.8188,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,11.4711,-0.5780,-6.8188,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,11.8298,-0.5904,-6.4477,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,11.8228,-0.5974,-6.4477,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_WAVERLY,LES_WAVERLY_H,11.8081,-0.5963,-6.4635,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,13.1367,-0.5720,-5.1591,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,13.1367,-0.5720,-5.1591,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,LGEE,LGEE,25.2116,0.2847,6.0590,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MALDEN,MALDEN_LA,21.8744,0.5530,2.4535,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MCWEST,MCWEST,15.8194,-0.0149,-3.0336,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MDU,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,8.8366,-0.3597,-9.6716,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,9.5721,-0.2264,-9.0693,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,13.2797,0.4503,-6.0385,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MEAN_NPPD,NPPD_MEAN_LA,8.4765,-0.9833,-9.4080,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MEC,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MHEB,MHEB,16.8151,0.0061,-2.0589,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,1.4211,-1.0287,-16.4181,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-3.3259,-1.4446,-20.7492,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,1.4211,-1.0287,-16.4181,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,1.4211,-1.0287,-16.4181,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-3.3259,-1.4446,-20.7492,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MISO,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-6.1610,-1.1913,-23.8376,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-6.1610,-1.1913,-23.8376,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,2.3451,-0.7757,-15.7470,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-6.8615,-1.9142,-23.8152,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-2.8025,-1.2132,-20.4572,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-7.2817,-1.6417,-24.5079,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-6.2375,-1.2535,-23.8519,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-7.3386,-1.5303,-24.6761,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-6.1245,-1.1019,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-6.1245,-1.1019,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-6.1245,-1.1019,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-6.1245,-1.1019,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-6.1245,-1.1019,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,16.6506,0.0036,-2.2209,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,24.6305,0.3506,5.4121,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,24.6305,0.3506,5.4121,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,22.6110,0.1866,3.5565,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,20.7346,0.6694,1.1974,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MOWR,AECI,30.8131,0.2819,11.6633,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,22.3402,0.1618,3.3105,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,24.9100,0.3624,5.6797,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,12.4684,-1.0608,-5.3387,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,13.6700,-0.5861,-4.6118,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-8.7115,-1.3951,-26.1843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,12.5288,-1.0004,-5.3387,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,15.7245,-0.0429,-3.1005,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,15.7245,-0.0429,-3.1005,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,15.7250,-0.0424,-3.1005,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,15.7250,-0.0424,-3.1005,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,10.2992,-0.0706,-8.4981,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,10.3587,-0.0110,-8.4981,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,25.2367,0.4343,5.9345,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,16.3645,-0.0394,-2.4640,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,15.2941,-0.1099,-3.4638,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,15.2942,-0.1099,-3.4638,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,15.2943,-0.1098,-3.4638,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,16.7258,0.1335,-2.2756,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,16.7258,0.1335,-2.2756,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MPS_MPS,MPS_LA,16.0171,0.1660,-3.0168,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MSTNG,SPSMSTNGPLT1,18.2493,0.9946,-1.6131,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MSTNG4,SPSMSTNGUN4_RA,18.1824,0.9276,-1.6131,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,MSTNG5,SPSMSTNGUN5_RA,18.2493,0.9946,-1.6131,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,18.2493,0.9946,-1.6131,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NBSO,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,11.7775,-1.0348,-6.0556,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,11.7746,-1.0377,-6.0556,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-10.0918,-1.9711,-26.9885,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NHC1,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,13.0341,-0.4817,-5.3520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,13.0341,-0.4817,-5.3520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,13.0341,-0.4817,-5.3520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,10.0906,-1.0811,-7.6961,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,8.8023,-1.0381,-9.0274,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,10.4246,-0.8505,-7.5928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,13.2468,-0.7602,-4.8609,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,8.8023,-1.0381,-9.0274,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.HUB.PY2018,NPPDPY18_H,8.8284,-1.0935,-8.9460,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,8.9569,-1.0869,-8.8241,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,8.8666,-1.0803,-8.9210,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,8.9727,-1.0663,-8.8289,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,12.7184,-0.8061,-5.3434,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,6.9194,-1.0978,-10.8507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,6.9194,-1.0978,-10.8507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,6.0785,-0.9456,-11.8437,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,12.7184,-0.8061,-5.3434,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,11.5274,-1.3907,-5.9497,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,8.0333,-1.4572,-9.3774,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,4.4636,-1.0943,-13.3099,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,8.0333,-1.4572,-9.3774,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,9.0638,-1.2804,-8.5237,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,7.8084,-1.3036,-9.7558,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,11.1106,-0.3956,-7.3617,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,8.8023,-1.0381,-9.0274,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,4.8531,-1.1210,-12.8938,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,6.9194,-1.0978,-10.8507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,6.9194,-1.0978,-10.8507,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,7.5877,-0.7956,-10.4846,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,7.5397,-0.8071,-10.5211,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,7.5397,-0.8071,-10.5211,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,8.3500,-0.4232,-10.0947,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,12.0000,-0.4086,-6.4593,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,9.1160,-0.7992,-8.9527,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,10.5327,-0.8293,-7.5059,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,12.2373,-0.3119,-6.3187,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,12.0000,-0.3174,-6.5505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.NELI.DDR,NELI_DDR,12.1727,-0.9487,-5.7465,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.NPPM.1058,SH1058_DDR,11.9821,-0.3296,-6.5561,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,8.2513,-0.5968,-10.0197,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,8.8023,-1.0381,-9.0274,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,10.4246,-0.8505,-7.5928,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,12.7184,-0.8061,-5.3434,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.TECH.1,KEARNE_DDR,8.5942,-0.4403,-9.8334,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,9.9800,-1.6052,-7.2826,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,9.9800,-1.6052,-7.2826,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,12.4195,-0.9044,-5.5440,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD.VOLT.0236,V236_DDR,10.3663,-0.4291,-8.0724,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD2017HUB,NPPD2017HUB_H,8.8399,-1.0898,-8.9382,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,11.5385,-0.8134,-6.5160,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,10.0906,-1.0811,-7.6961,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,7.8971,-1.7408,-9.2300,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,7.8971,-1.7408,-9.2300,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,10.4959,-0.4651,-7.9069,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,10.3872,-0.4082,-8.0724,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,12.7952,-0.7522,-5.3205,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,7.6460,-0.8260,-10.3958,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,11.5665,-0.7452,-6.5561,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,11.5665,-0.7452,-6.5561,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,11.5665,-0.7452,-6.5561,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,9.2255,-0.8245,-8.8179,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,11.3938,-0.9411,-6.5329,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,9.5205,-0.5173,-8.8301,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,12.0442,-1.8203,-5.0034,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,12.1458,-1.7187,-5.0034,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,6.2892,-1.1934,-11.3853,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,6.0681,-1.2038,-11.5960,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,9.6024,-0.7617,-8.5038,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,9.5874,-0.7766,-8.5038,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,9.5874,-0.7766,-8.5038,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,9.5918,-0.7360,-8.5401,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,11.5274,-1.3907,-5.9497,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,9.5510,-0.7393,-8.5776,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,11.0518,-0.6721,-7.1440,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,9.2443,-0.7793,-8.8443,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,9.2272,-0.7925,-8.8482,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,9.2335,-0.7803,-8.8540,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,9.2335,-0.7803,-8.8540,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,9.2255,-0.8245,-8.8179,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,9.1737,-0.8762,-8.8179,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,11.4345,-0.3978,-7.0356,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,9.7513,-0.4969,-8.6197,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,6.3867,-1.1051,-11.3761,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,10.9794,-1.5364,-6.3521,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,4.1074,-1.1672,-13.5933,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,12.3313,0.0196,-6.5561,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,12.1727,-0.9487,-5.7465,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,6.5331,-1.1503,-11.1845,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,6.5331,-1.1503,-11.1845,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_NPPD,NPPD_LA,10.2550,-0.6846,-7.9283,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,11.0518,-0.6721,-7.1440,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,11.0518,-0.6721,-7.1440,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,8.0135,-0.8281,-10.0263,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,7.5301,-1.0538,-10.2840,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NSB,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NSP,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,NSSO,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,NYIS,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-10.7710,-2.0427,-27.5961,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-17.3500,-1.3650,-34.8529,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,1.3150,-1.0652,-16.4876,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,1.3150,-1.0652,-16.4876,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-10.0885,-2.2738,-26.6826,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-25.3730,-1.5007,-42.7402,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-95.7911,-0.9117,-113.7473,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-42.7635,-1.3043,-60.3271,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-21.0599,-1.3692,-38.5586,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-17.4589,-1.3791,-34.9476,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,7.6337,-0.4857,-10.7484,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-21.0599,-1.3692,-38.5586,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-10.3049,-2.2282,-26.9445,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-11.0426,-2.0035,-27.9069,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,42.5013,-0.1617,23.7951,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-17.4589,-1.3791,-34.9476,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-14.6974,-1.2930,-32.2723,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-8.7620,-1.2320,-26.3979,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-9.5255,-1.0897,-27.3037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-36.8647,-0.1731,-55.5595,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-17.4589,-1.3791,-34.9476,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-6.8240,-1.0081,-24.6838,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NUEN.LAM1,LAM1_DDR,41.9016,1.2803,21.7535,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NUEN.MDT2,MDT2_DDR,7.6337,-0.4857,-10.7484,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NUEN.MDT3,MDT3_DDR,7.6337,-0.4857,-10.7484,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-7.1349,-1.0074,-24.9954,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,4.9250,-0.5513,-13.3916,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,4.9250,-0.5513,-13.3916,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,4.9250,-0.5513,-13.3916,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,11.2968,-0.4645,-7.1066,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,11.2968,-0.4645,-7.1066,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,4.9250,-0.5513,-13.3916,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,4.9250,-0.5513,-13.3916,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-17.4589,-1.3791,-34.9476,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,27.2255,0.7544,7.6033,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-10.3049,-2.2282,-26.9445,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-25.5747,-0.5605,-43.8820,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-14.6974,-1.2930,-32.2723,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,37.9562,0.8412,18.2472,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-15.3364,-1.0661,-33.1382,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-15.3364,-1.0661,-33.1382,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-15.3364,-1.0661,-33.1382,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-15.3364,-1.0661,-33.1382,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-17.6700,-1.8587,-34.6792,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-21.4401,-1.3108,-38.9972,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-17.3500,-1.3650,-34.8529,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-26.6874,-1.2862,-44.2691,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-26.6874,-1.2862,-44.2691,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-19.7558,-0.2120,-38.4116,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-11.7279,-1.1949,-29.4009,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-11.7279,-1.1949,-29.4009,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-11.7279,-1.1949,-29.4009,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0033,FOSTER_DDR,18.3515,-0.4215,-0.0948,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,42.6997,0.7418,23.0901,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0035,TARBY_DDR,41.8204,1.0389,21.9136,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,42.6997,0.7418,23.0901,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,42.3725,0.5674,22.9372,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,42.3725,0.5674,22.9372,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-32.7103,-0.3036,-51.2745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0040,TROSPER_DDR,22.1444,-0.3913,3.6678,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,22.0814,-0.3913,3.6048,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,39.4674,1.0039,19.5956,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0115,V115_DDR,8.7571,-0.4757,-9.6351,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0116,V116_DDR,79.1500,-0.0815,60.3636,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0118,V118_DDR,23.3185,-0.0117,4.4623,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0125,V125_DDR,40.3769,1.1733,20.3358,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0126,V126_DDR,42.8247,0.5784,23.3784,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0129,V129_DDR,7.8538,-0.9239,-10.0902,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,49.7988,-0.5018,31.4327,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0134,V134_DDR,43.5773,0.7279,23.9816,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0138,V138_DDR,42.2323,0.4857,22.8787,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,42.6181,-0.4065,24.1567,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0143,V143_DDR,41.6728,0.3908,22.4141,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0149,V149_DDR,-5.7883,-0.9486,-23.7076,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0150,V150_DDR,-5.6258,-1.0054,-23.4883,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0155,V155_DDR,41.6710,0.3864,22.4167,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0156,V156_DDR,49.7988,-0.5018,31.4327,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0166,V166_DDR,42.9649,1.0513,23.0457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,41.7697,-0.4140,23.3158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-5.6258,-1.0054,-23.4883,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0170,V170_DDR,-7.2924,-1.0047,-25.1556,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-15.7798,-0.9229,-33.7248,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0176,V176_DDR,-5.6258,-1.0054,-23.4883,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0177,V177_DDR,-13.9117,-1.8157,-30.9639,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,34.1008,-0.4114,15.6443,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-6.0000,-1.0432,-23.8247,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0195,V195_DDR,144.7100,1.0361,124.8060,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0197,V197_DDR,44.3768,0.6266,24.8823,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0198,V198_DDR,42.9649,1.0513,23.0457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0208,V208_DDR,144.7996,1.0524,124.8793,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0209,V209_DDR,144.7996,1.0524,124.8793,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,44.1169,0.4534,24.7956,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0216,V216_DDR,22.0648,-0.3923,3.5892,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0219,V219_DDR,41.6710,0.3864,22.4167,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0220,V220_DDR,-5.6258,-1.0054,-23.4883,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0224,V224_DDR,7.9144,-0.5030,-10.4505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0225,V225_DDR,7.9154,-0.5020,-10.4505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0226,V226_DDR,7.9144,-0.5030,-10.4505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0227,V227_DDR,7.9144,-0.5030,-10.4505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0229,V229_DDR,-28.0819,-0.2367,-46.7131,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0231,V231_DDR,26.1600,0.0884,7.2037,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0238,V238_DDR,-16.6177,-1.4366,-34.0489,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.VOLT.0242,V242_DDR,41.9217,0.4342,22.6196,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-14.1994,-2.4766,-30.5906,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-17.2221,-1.3306,-34.7594,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-11.0269,-1.9879,-27.9069,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-14.1994,-2.4766,-30.5906,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-11.1448,-2.2865,-27.7261,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-48.3401,-1.2616,-65.9463,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEHL7,OKGEHL7_H,33.1276,-0.3860,14.6457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEHL8,OKGEHSL1UN8_RA,33.1276,-0.3860,14.6457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEHL910,OKGEHSL1PLT2,33.1276,-0.3860,14.6457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-11.0792,-2.1196,-27.8275,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEMCC,OKGEMCCLAIPLT1,5.2984,-0.6977,-12.8718,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,38.9530,0.2855,19.7996,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,38.9530,0.2855,19.7996,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,38.9530,0.2855,19.7996,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,25.4246,-0.6818,7.2385,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,25.4246,-0.6818,7.2385,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,25.4246,-0.6818,7.2385,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,25.4246,-0.6818,7.2385,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESM1,OKGESEMINOLEUN1_RA,20.1594,-0.3057,1.5972,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESM2,OKGESEMINOLEUN2_RA,16.9780,-0.3490,-1.5409,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESM3,OKGESEMINOLEUN3_RA,16.9780,-0.3490,-1.5409,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESO1,OKGESONR1UN1_RA,-59.0854,-1.2210,-76.7323,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESO2,OKGESONR1UN2_RA,-26.6874,-1.2862,-44.2691,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-11.2289,-2.2693,-27.8275,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-11.5737,-2.4538,-27.9878,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGETINK5A,OKGETINK5UN1_RA,20.0137,-0.4358,1.5817,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGETINK5B,OKGETINK5UN2_RA,20.0137,-0.4358,1.5817,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-11.4576,-1.7377,-28.5877,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-17.3500,-1.3650,-34.8529,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,38.8746,1.2950,18.7117,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-9.7361,-1.0236,-27.5803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_OKGE,OKGE_LA,24.5151,-0.2200,5.8672,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-25.5747,-0.5605,-43.8820,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-11.5086,-1.7888,-28.5877,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMLP,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,49.1711,0.1623,30.1409,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,39.1594,1.2138,19.0778,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_GENHUB,OMPA_GENHUB_H,4.5894,-0.5347,-13.7437,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-95.6248,-0.7454,-113.7473,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-8.5026,-1.1813,-26.1892,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-21.0599,-1.3692,-38.5586,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-13.2557,-1.9109,-30.2127,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,1.2360,-1.7299,-15.9019,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,182.8304,0.1237,163.8388,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-95.6789,-0.7995,-113.7473,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-95.6789,-0.7995,-113.7473,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_SPP,OMPA_SPP_LA,4.3139,-0.7180,-13.8360,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-14.1994,-2.4766,-30.5906,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,44.2876,0.1450,25.2747,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,44.2876,0.1450,25.2747,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,44.2876,0.1450,25.2747,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,44.2876,0.1450,25.2747,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,ONT,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,13.0054,-0.4922,-5.3703,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,13.0359,-0.4606,-5.3714,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,13.0341,-0.4817,-5.3520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,12.9526,-0.3277,-5.5876,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,12.9151,-0.4352,-5.5175,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,12.9151,-0.4352,-5.5175,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_GLDN,OPPD_GLDN_LA,12.9343,-0.4839,-5.4497,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,13.0306,-0.4755,-5.3618,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,11.5274,-1.3907,-5.9497,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,11.1933,-0.7036,-6.9710,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,13.0342,-0.4813,-5.3524,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_OPPD,OPPD_LA,12.9854,-0.4255,-5.4570,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,12.9611,-0.4144,-5.4924,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,12.9458,-0.4203,-5.5018,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OTP,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,OVEC,OVEC,24.4829,0.2402,5.3749,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PARAGOULD,PARAGOULD_LA,20.8038,0.6184,1.3175,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,46.6101,0.1190,27.6232,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,46.6101,0.1190,27.6232,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,46.6101,0.1190,27.6232,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,46.3131,0.1929,27.2524,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,46.3131,0.1929,27.2524,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,46.3131,0.1929,27.2524,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PIGGOTT,PIGGOTT_LA,21.6044,0.5692,2.1673,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PJM,PJM,23.3916,0.1678,4.3560,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PLUM,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,POPLARBLUFF,POPLARBLUFF_LA,23.7039,0.5017,4.3343,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,15.4987,-0.3087,-3.0605,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,15.4987,-0.3087,-3.0605,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,15.5647,-0.3010,-3.0022,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,15.5647,-0.3010,-3.0022,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,16.9055,0.9913,-2.9537,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,16.9055,0.9913,-2.9537,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,15.8206,-0.0199,-3.0274,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,14.7278,-0.8165,-3.3236,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-5.6330,-0.9147,-23.5862,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,95.8575,0.1778,76.8118,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,11.3072,-0.0167,-7.5440,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,3.1967,-0.0363,-15.6349,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,53.7667,0.6053,34.2935,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,42.8347,0.6787,23.2881,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,15.7591,-0.5137,-2.5951,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,16.1444,0.0298,-2.7532,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,14.7267,-0.7829,-3.3582,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,34.2100,1.5668,13.7753,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,16.5935,0.1442,-2.4186,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,15.6168,-0.3093,-2.9418,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,PUPP,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,RCEAST,RCEAST,11.9949,-1.2009,-5.6721,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_1,GRDASALINA1UN1_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_2,GRDASALINA1UN2_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_3,GRDASALINA1UN3_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_4,GRDASALINA1UN4_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_5,GRDASALINA1UN5_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SALINA_6,GRDASALINA1UN6_RA,47.1203,0.2780,27.9745,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SARPY_1,OPPDSARPYUN1_RA,12.9562,-0.4686,-5.4431,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SARPY_2,OPPDSARPYUN2_RA,12.9740,-0.4285,-5.4654,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SARPY_3,OPPDSARPYUN3_RA,12.9444,-0.5072,-5.4163,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SARPY_4,OPPDSARPYUN4_RA,12.9444,-0.5072,-5.4163,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SARPY_5,OPPDSARPYUN5_RA,12.9444,-0.5072,-5.4163,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SC,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SCEG,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SCSE,SCSE,7.1145,-0.8608,-10.8926,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SEC,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-8.0529,-1.8795,-25.0413,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-8.0529,-1.8795,-25.0413,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-8.0529,-1.8795,-25.0413,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-5.1405,-1.3216,-22.6868,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-8.0529,-1.8795,-25.0413,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-6.3381,-1.8753,-23.3306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-6.2898,-1.9978,-23.1599,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-6.2898,-1.9978,-23.1599,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-6.1269,-1.1043,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-9.2018,-1.6565,-26.4132,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-1.7488,-0.7689,-19.8478,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-5.5634,-1.2591,-23.1721,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-0.8517,-1.4585,-18.2611,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-7.6635,-1.9024,-24.6289,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-0.7943,-1.4405,-18.2216,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-6.7984,-1.8446,-23.8217,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-8.3216,-3.3742,-23.8153,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-5.1887,-1.5719,-22.4846,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-5.1887,-1.5719,-22.4846,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-5.1887,-1.5719,-22.4846,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-5.1887,-1.5719,-22.4846,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-5.4438,-1.6743,-22.6374,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-6.3381,-1.8753,-23.3306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI_SECI,SECI_LA,-4.9499,-1.3452,-22.4726,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-6.1269,-1.1043,-23.8905,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SEHA,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-11.5086,-1.7888,-28.5877,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SERU,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SETH,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SGE,SGE,8.1073,-0.8293,-9.9313,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SMEP,MISO,23.2593,0.2262,4.1652,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SOCO,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPA,SPA,35.1363,0.7340,15.5345,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPC,SPC,16.4627,0.4573,-2.8624,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPPNORTH_HUB,SPPNORTH_H,11.8564,-0.5118,-6.4996,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPPSOUTH_HUB,SPPSOUTH_H,11.7397,-0.8682,-6.2600,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,34.2964,0.6070,14.8215,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,34.2964,0.6070,14.8215,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,33.6362,0.5758,14.1925,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,33.6362,0.5758,14.1925,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_NIXA,SPRM_NIXA_LA,34.6183,0.6160,15.1344,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_SPRM,SPRM_LA,34.3941,0.6707,14.8555,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,34.4940,0.5090,15.1171,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,34.4940,0.5090,15.1171,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,34.4442,0.4593,15.1171,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,34.4940,0.5090,15.1171,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-0.4985,-0.2222,-19.1442,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-7.4293,-0.7899,-25.5072,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-9.6303,-1.5351,-26.9631,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-9.6303,-1.5351,-26.9631,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-14.9061,-1.4002,-32.3737,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,7.0448,-0.7703,-11.0528,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-6.4283,-2.7359,-22.5603,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,15.0636,0.5001,-4.3044,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-15.7539,-0.5342,-34.0875,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,18.3204,0.9848,-1.5322,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,17.9559,0.9832,-1.8952,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,17.9559,0.9832,-1.8952,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,18.3204,0.9848,-1.5322,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-9.5687,-1.4734,-26.9632,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-7.4293,-0.7899,-25.5072,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-9.3800,-1.4265,-26.8214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-9.9495,-2.2287,-26.5887,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-9.1832,-1.3495,-26.7016,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-8.9309,-1.0183,-26.7805,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-9.3520,-1.4420,-26.7779,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-9.7379,-2.2719,-26.3339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-9.7379,-2.2719,-26.3339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-9.7379,-2.2719,-26.3339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-9.7379,-2.2719,-26.3339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GRID.WRAB,WRAB_DDR,-9.2875,-1.0788,-27.0766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-9.7379,-2.2719,-26.3339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-12.8369,-0.6262,-31.0786,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-12.8369,-0.6262,-31.0786,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-12.5975,-0.5685,-30.8969,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-12.5975,-0.5685,-30.8969,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-12.5975,-0.5685,-30.8969,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-12.8369,-0.6262,-31.0786,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-9.7458,-1.4996,-27.1141,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-9.7457,-1.4996,-27.1139,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-9.7440,-1.4996,-27.1123,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-10.0918,-1.9711,-26.9885,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,18.2615,0.9357,-1.5421,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-15.6277,-0.5455,-33.9501,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-15.6277,-0.5455,-33.9501,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-15.6277,-0.5455,-33.9501,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-15.6277,-0.5455,-33.9501,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,19.0536,1.1077,-0.9220,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,18.3672,0.9549,-1.4555,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,18.3672,0.9549,-1.4555,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-11.4282,-1.7084,-28.5877,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-9.7196,-1.4774,-27.1101,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-9.7196,-1.4774,-27.1101,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-9.7618,-1.4922,-27.1375,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-9.2875,-1.0788,-27.0766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-9.6622,-1.9493,-26.5808,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-9.5871,-1.5536,-26.9014,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-10.0885,-2.2738,-26.6826,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-9.4181,-1.1759,-27.1101,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-5.7665,-0.4459,-24.1885,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-5.7665,-0.4459,-24.1885,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-4.9506,-0.4737,-23.3447,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-15.0956,-1.0810,-32.8824,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-9.6798,-2.0873,-26.4603,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-5.9672,-2.2747,-22.5603,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-15.0704,-1.0559,-32.8824,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-9.5344,-1.4391,-26.9632,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,1.6591,-0.3895,-16.8193,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,15.4464,0.8830,-4.3044,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,1.6591,-0.3895,-16.8193,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,15.4648,0.9159,-4.3189,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-9.4828,-1.6413,-26.7094,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,18.2423,1.8758,-2.5014,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,18.2735,1.9070,-2.5014,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,18.4803,1.7523,-2.1399,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,18.5288,1.0918,-1.4309,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,16.7615,1.5275,-3.6339,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-5.5999,-1.7293,-22.7384,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-9.3767,-1.1653,-27.0793,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-3.6907,-0.4107,-22.1478,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-3.6907,-0.4107,-22.1478,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,1.6591,-0.3895,-16.8193,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-16.0776,-0.4367,-34.5088,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,27.0513,1.4896,6.6938,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-3.1127,0.6658,-22.6464,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-4.1402,0.0113,-23.0193,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-10.2983,-0.7439,-28.4223,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,18.2423,1.8758,-2.5014,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,17.6914,2.1891,-3.3655,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,17.4325,1.9302,-3.3655,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-14.8720,-0.8575,-32.8824,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-3.5968,0.0857,-22.5504,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-9.6212,-1.9979,-26.4912,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-9.6535,-2.0292,-26.4922,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0163,V163_DDR,-9.2048,-1.2350,-26.8377,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0168,V168_DDR,-13.1570,-0.9911,-31.0337,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0180,V180_DDR,17.6914,2.1891,-3.3655,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0181,V181_DDR,-9.3920,-1.7863,-26.4735,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0182,V182_DDR,16.8900,1.6952,-3.6731,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0199,V199_DDR,22.0284,1.3397,1.8209,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0200,V200_DDR,18.4451,1.4246,-1.8474,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.VOLT.0235,V235_DDR,-9.6622,-1.9493,-26.5808,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-6.4283,-2.7359,-22.5603,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,15.0636,0.5001,-4.3044,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-9.1792,-1.6471,-26.4000,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-9.5092,-1.3618,-27.0152,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS_SPS,SPS_LA,8.4846,0.6224,-11.0057,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,15.3371,0.3105,-3.8412,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,SSCN_NPPD,SSCN_NPPD_LA,13.3855,-0.6665,-4.8159,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,23.3050,0.4768,3.9603,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,23.3050,0.4768,3.9603,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,TAL,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,TEC,SOUC,30.0267,0.6017,10.5571,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,10.9794,-1.5364,-6.3521,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,TVA,TVA,29.9337,0.5278,10.5381,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB,UCUHUB_H,5.6500,-0.4078,-12.8101,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB17,UCUHUB17_H,1.7794,-1.1746,-15.9139,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB18,UCUHUB18_H,4.9576,-0.8433,-13.0670,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB19,UCUHUB19_H,1.8986,-0.9820,-15.9873,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB20,UCUHUB20_H,2.0675,-0.9643,-15.8361,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB21,UCUHUB21_H,-0.1020,-1.1576,-17.8123,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB22,UCUHUB22_H,0.4346,-1.1058,-17.3274,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB23,UCUHUB23_H,0.2433,-1.1196,-17.5050,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,UCUHUB24,UCUHUB24_H,2.8458,-0.9873,-15.0347,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,16.5926,0.6051,-2.8803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,16.5926,0.6051,-2.8803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,15.2583,-0.5372,-3.0723,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,15.2583,-0.5372,-3.0723,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,15.7718,-0.5916,-2.5045,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,15.4664,-0.4297,-2.9717,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,15.4664,-0.4297,-2.9717,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,16.5926,0.6051,-2.8803,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,15.8518,-0.5612,-2.4549,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,16.3771,0.1385,-2.6292,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,15.3611,-0.4246,-3.0822,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,12.2858,-1.9760,-4.6061,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,16.4866,0.5575,-2.9387,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,16.4866,0.5575,-2.9387,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,13.8179,-1.9212,-3.1288,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,15.2813,-0.6341,-2.9525,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,15.5761,-0.6003,-2.6915,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,14.7666,-0.7876,-3.3136,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,15.3880,-0.3902,-3.0897,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,15.1007,-0.6952,-3.0720,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,14.8198,-0.9192,-3.1288,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,14.8198,-0.9192,-3.1288,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,15.3006,-0.5752,-2.9921,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,11.8224,-2.1457,-4.8998,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,16.2055,0.4083,-3.0707,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,25.0400,-0.0449,6.2170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,25.0400,-0.0449,6.2170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,25.0400,-0.0449,6.2170,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,15.8939,-0.0194,-2.9545,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,15.8939,-0.0194,-2.9545,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,15.8939,-0.0194,-2.9545,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,16.8705,0.8568,-2.8542,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,15.5839,-0.5292,-2.7548,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,15.5839,-0.5292,-2.7548,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,7.6004,-0.8596,-10.4078,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,14.6430,-0.5193,-3.7056,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,16.1899,0.1118,-2.7898,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,13.7223,-0.8334,-4.3122,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,11.1241,-2.5993,-5.1444,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,15.0670,-0.7218,-3.0791,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,16.5471,0.6006,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,16.5471,0.6006,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,16.5462,0.5997,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,16.5471,0.6006,-2.9214,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,16.3836,0.4464,-2.9306,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,12.7898,-1.5726,-4.5055,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,16.1202,-0.2168,-2.5308,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,14.3927,-0.4299,-4.0452,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,14.3927,-0.4299,-4.0452,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,13.4514,-0.8515,-4.5650,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,13.4514,-0.8515,-4.5650,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,15.8224,-0.2907,-2.7548,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,15.9187,-0.2722,-2.6770,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,14.7975,-0.9478,-3.1226,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,12.1762,-1.7970,-4.8947,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,16.0778,-0.3099,-2.4802,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,15.7718,-0.5916,-2.5045,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,15.7718,-0.5916,-2.5045,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,14.7666,-0.7876,-3.3136,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,11.9324,-1.2522,-5.6833,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,14.3471,-0.9151,-3.6057,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,12.0185,-1.9496,-4.8998,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,14.9477,-0.8181,-3.1021,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.FSE,WAUE.FSE_H,11.7455,-1.0163,-6.1061,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,15.6956,-0.1957,-2.9766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,15.6475,-0.2371,-2.9832,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,11.9761,-1.9455,-4.9462,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,12.0895,-1.8715,-4.9069,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,15.7375,-0.5418,-2.5885,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,15.6997,-0.6196,-2.5486,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.2600,-1.6112,-29.5167,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,12.2858,-1.9760,-4.6061,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-1.3700,-1.0266,-19.2113,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,14.4923,-0.6019,-3.7737,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,14.4927,-0.6015,-3.7737,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,14.4927,-0.6015,-3.7737,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,15.0928,-0.6081,-3.1669,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,11.9324,-1.2522,-5.6833,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,15.9667,-0.2028,-2.6984,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,14.6267,-0.8415,-3.3997,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,16.1463,0.3492,-3.0707,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,15.4935,0.1246,-3.4989,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,15.4899,-0.3364,-3.0415,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,16.9195,-0.2743,-1.6740,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,15.0203,-0.5959,-3.2517,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,14.7678,-0.9415,-3.1586,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,13.7223,-0.8334,-4.3122,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,17.9686,0.3435,-1.2428,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,14.7445,-0.8088,-3.3145,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,17.8888,0.3068,-1.2859,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,15.8160,-0.2006,-2.8513,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,13.1367,-0.5720,-5.1591,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NTWK,WAUE.NTWK_H,15.0665,-0.4717,-3.3297,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,16.3679,0.7054,-3.2054,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,16.3679,0.7054,-3.2054,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,12.2446,-2.0651,-4.5581,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,12.4501,-1.9724,-4.4453,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,15.6063,-0.4977,-2.7639,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,12.2446,-2.0651,-4.5581,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,16.5651,-0.1711,-2.1317,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,13.7431,-1.1516,-3.9731,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,13.7223,-0.8334,-4.3122,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,14.5328,-0.6910,-3.6441,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,11.6907,-3.2041,-3.9731,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,10.2961,-2.4261,-6.1457,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,10.8305,-2.4295,-5.6078,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,15.2258,-0.5756,-3.0665,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,10.3341,-1.7579,-6.7759,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,15.9247,-0.2519,-2.6913,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,12.9280,-1.5059,-4.4340,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,12.1762,-1.7970,-4.8947,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.VOLT.0152,V152_DDR,17.1392,1.0845,-2.8132,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE.VOLT.0172,V172_DDR,16.4671,0.5260,-2.9268,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_BEPM,WAUE_BEPM_LA,16.2341,0.0815,-2.7152,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,15.9758,-0.2456,-2.6465,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,15.5019,0.1352,-3.5011,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_EWA,WAUE_EWA_LA,12.0705,-1.1471,-5.6502,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,14.0516,-1.0114,-3.8049,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_HMMU,WAUE_HMMU_LA,14.3061,-0.0819,-4.4799,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,17.0958,-0.2655,-1.5066,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_MECB,WAUE_MECB_LA,15.1522,0.1390,-3.8546,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_MMPA,WAUE_MMPA_LA,16.8751,0.2294,-2.2222,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_MRES,WAUE_MRES_LA,15.5303,-0.4097,-2.9279,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,16.8824,0.7411,-2.7266,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,15.6956,-0.1957,-2.9766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,13.9441,-0.8893,-4.0345,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_OTP,WAUE_OTP_LA,17.7649,0.7384,-1.8414,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_OTPW,WAUE_OTPW_LA,21.1150,0.4948,1.7523,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM,WAUE_UGPM_LA,15.4738,-0.2448,-3.1493,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,16.2323,-0.0792,-2.5563,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,15.0652,-0.5492,-3.2535,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,11.8378,-0.8405,-6.1896,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,12.0705,-1.1471,-5.6502,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,14.3061,-0.0819,-4.4799,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,14.0902,-0.9569,-3.8208,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,15.6956,-0.1957,-2.9766,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,16.8751,0.2294,-2.2222,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,15.9298,-0.2963,-2.6418,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,13.5571,-1.0178,-4.2929,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,17.1915,0.7665,-2.4429,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-13.9320,-2.2207,-30.5792,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-16.2945,-1.6418,-33.5206,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,15.2722,-1.2505,-2.3452,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,87.9900,0.5378,68.5843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,87.9900,0.5378,68.5843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-3.1704,-2.4480,-19.5903,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,81.7986,0.6482,62.2826,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,74.4808,0.6202,54.9927,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,41.9882,-1.0948,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,42.0400,-1.0430,24.2151,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,28.3380,-0.9745,10.4446,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-10.0885,-2.2738,-26.6826,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-29.9660,-1.6340,-47.1999,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-13.8423,-2.0725,-30.6377,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-6.1166,-2.4242,-22.5603,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_ENMC,WFEC_ENMC_LA,12.7369,0.9027,-7.0337,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-17.4589,-1.3791,-34.9476,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,40.2435,0.3783,20.9973,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,18.8121,1.0203,-1.0760,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-13.9320,-2.2207,-30.5792,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-13.9320,-2.2207,-30.5792,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-13.9320,-2.2207,-30.5792,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_OKGE,WFEC_OKGE_LA,10.9148,0.1094,-8.0625,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,66.0309,0.6316,46.5314,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-9.2913,-2.5290,-25.6302,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-1.9445,-2.6579,-18.1544,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_WFEC,WFEC_LA,29.8212,-0.3880,11.3414,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,18.8121,1.0203,-1.0760,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,0.5919,-1.0514,-17.2246,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-4.0212,-1.6870,-21.2021,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,1.3626,-0.6883,-16.8169,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,1.3626,-0.6883,-16.8169,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,11.1510,0.5673,-8.2842,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-0.2789,-0.9627,-18.1841,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-9.3872,-1.6467,-26.6084,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-9.3872,-1.6467,-26.6084,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-8.9610,-1.2161,-26.6127,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-8.9610,-1.2161,-26.6127,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-8.9610,-1.2161,-26.6127,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-0.2789,-0.9627,-18.1841,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,4.9707,-0.0627,-13.8345,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-3.9987,-0.9370,-21.9296,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-3.9987,-0.9370,-21.9296,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-3.9987,-0.9370,-21.9296,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-3.9987,-0.9370,-21.9296,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,4.9707,-0.0627,-13.8345,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-7.0595,-1.9381,-23.9893,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-17.2178,-0.8088,-35.2768,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.JEC.1,WRJEFFUN10_RA,1.9366,-0.6284,-16.3029,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.JEC.2,WRJEFFUN11_RA,1.9396,-0.6328,-16.2954,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.JEC.3,WRJEFFUN12_RA,1.8696,-0.7028,-16.2954,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-18.8331,-1.3614,-36.3396,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-8.6996,-1.3832,-26.1843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-8.6996,-1.3832,-26.1843,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.LEC.4,WRLECUN26_RA,-0.2560,-0.1317,-18.9921,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.LEC.5,WRLECUN27_RA,1.0936,-0.0945,-17.6798,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-2.5669,-0.7906,-20.6442,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-2.5669,-0.7906,-20.6442,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-2.5669,-0.7906,-20.6442,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-2.5101,-0.7547,-20.6233,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-0.6944,-1.3022,-18.2601,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,1.0287,-0.9584,-16.8808,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,1.0287,-0.9584,-16.8808,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-2.9710,-1.3097,-20.5292,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-0.4199,-1.1202,-18.1676,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,5.1407,-1.0212,-12.7059,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-0.9223,-1.0578,-18.7323,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-8.7046,-1.3881,-26.1843,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,76.3527,0.6318,56.8531,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-3.4690,-1.8971,-20.4397,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,1.3626,-0.6884,-16.8169,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,1.1727,-1.4123,-16.2829,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,4.9707,-0.0627,-13.8345,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-0.2789,-0.9627,-18.1841,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-10.3695,-1.0325,-28.2049,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.THAYERLD,WR.THAYERLD_LA,24.2093,0.5455,4.7959,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-11.3337,-1.0251,-29.1765,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0106,V106_DDR,-10.1274,-0.9840,-28.0113,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-2.3906,0.0571,-21.3156,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-1.1280,-0.7709,-19.2250,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-0.4769,0.0133,-19.3580,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-0.4769,0.0133,-19.3580,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0148,WR.VOLT.0148_H,1.1976,-0.0027,-17.6675,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-9.3927,-0.8493,-27.4113,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0157,V157_DDR,-0.3761,-0.0070,-19.2370,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0158,V158_DDR,-0.4769,0.0133,-19.3580,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-0.4769,0.0133,-19.3580,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-10.2558,-1.1083,-28.0154,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0173,V173_DDR,-2.6129,-0.8800,-20.6008,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0174,V174_DDR,-9.9460,-1.0124,-27.8015,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0184,V184_DDR,-9.5464,-1.1246,-27.2897,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-10.5065,-1.0239,-28.3505,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0186,V186_DDR,-10.5803,-1.0745,-28.3736,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-9.7989,-1.0833,-27.5835,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-11.0953,-0.9913,-28.9719,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-3.6322,-0.6614,-21.8387,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0190,WR.VOLT.0190_H,0.2809,-0.5857,-18.0013,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0191,WR.VOLT.0191_H,0.9748,-0.6180,-17.2751,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0192,WR.VOLT.0192_H,0.9748,-0.6180,-17.2751,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0196,WR.VOLT.0196_H,0.2809,-0.5857,-18.0013,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0245,V245_DDR,-10.5253,-1.0241,-28.3691,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.VOLT.0248,V248_DDR,-10.1274,-0.9840,-28.0113,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-14.3453,-1.2702,-31.9429,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,3.3854,-0.2137,-15.2688,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.WOLF,WRWOLFUN15_RA,0.5764,-1.5084,-16.7831,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-7.0595,-1.9381,-23.9893,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,11.0573,0.4736,-8.2842,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-13.5383,-1.3211,-31.0851,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-10.8720,-0.8280,-28.9118,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-1.0709,-0.7730,-19.1657,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-11.3696,-1.0334,-29.2041,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-11.3696,-1.0334,-29.2041,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-11.3696,-1.0334,-29.2041,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-11.3696,-1.0334,-29.2041,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,0.3770,-0.4751,-18.0158,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-27.5690,-0.9514,-45.4854,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-27.5690,-0.9514,-45.4854,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-30.3652,-0.9818,-48.2513,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-30.3652,-0.9818,-48.2513,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_MIDW,WR_MIDW_LA,-1.2045,-1.0837,-18.9887,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,19.7116,0.4353,0.4085,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,16.9019,0.1515,-2.1174,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-2.9546,-1.0438,-20.7787,18.8679\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_SEG,WR_SEG_LA,12.1092,0.2875,-7.0461,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,WR_WR,WR_LA,-2.5799,-0.6313,-20.8164,18.8678\n03/19/2025 10:00:00,03/19/2025 15:00:00,YAD,VACS,29.9855,0.5657,10.5520,18.8678\n03/19/2025 11:00:00,03/19/2025 16:00:00,AEC,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_CSWS,CSWS_AECC_LA,34.0126,0.6849,17.8097,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,37.4342,0.5372,21.3790,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,33.5513,0.8888,17.1445,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,37.3054,0.3545,21.4329,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.7050,0.5208,11.6662,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,34.1206,0.3789,18.2237,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,27.7579,0.3297,11.9102,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AECI,AECI,26.3846,0.2479,10.6188,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,AEPM_CSWS,CSWS_LA,33.1727,0.5815,17.0731,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,ALTW,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,AMRN,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-13.3482,-0.7689,-28.0973,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BBA,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BCA,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BEPM.ER01.DDR,ER01_DDR,7.9843,-1.7877,-5.7460,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BEPM_ER01,BEPM_ER01_LA,7.9843,-1.7877,-5.7460,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,8.3140,-0.3397,-6.8644,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,5.0337,-0.2076,-10.2766,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,BEPM_UM01,BEPM_UM01_LA,12.4871,0.5877,-3.6186,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BLKW,BLKW,-5.5073,-0.5115,-20.5137,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-25.3692,-1.3895,-39.4977,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-25.3692,-1.3895,-39.4977,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,22.3135,-1.2363,8.0318,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-25.3446,-1.3649,-39.4977,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BRAZ,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BUBA,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-6.7734,-1.4425,-20.8489,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-5.5290,-0.7395,-20.3075,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,9.4474,-0.3298,-5.7408,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,9.4474,-0.3298,-5.7408,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CLEC,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,36.2776,0.3300,20.4297,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,COWP,COWP_LA,24.7592,0.4096,8.8316,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,24.7592,0.4096,8.8316,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,24.7592,0.4096,8.8316,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CPLE,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CPLW,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,24.9757,0.5871,8.8706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,24.9757,0.5871,8.8706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,24.9757,0.5871,8.8706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,24.9757,0.5871,8.8706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CRTH_SPA,WRCRTH_SPA_LA,35.1156,-0.0267,19.6243,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,28.1786,1.5099,11.1507,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,5.1596,-0.7733,-9.5851,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,27.7579,0.3297,11.9102,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,37.3054,0.3545,21.4329,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,28.1705,1.4989,11.1536,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.7139,0.9116,11.2844,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,28.0533,1.3317,11.2036,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,28.0533,1.3317,11.2036,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,37.2537,0.4743,21.2614,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,37.2537,0.4743,21.2614,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,37.2538,0.4744,21.2614,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,37.2538,0.4744,21.2614,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,27.7579,0.3297,11.9102,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,30.8220,1.0956,14.2084,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,56.8226,-0.0706,41.3752,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,56.6794,-0.2138,41.3752,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,40.9691,0.1238,25.3273,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,40.0664,0.1922,24.3562,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,40.0664,0.1922,24.3562,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,40.0679,0.1922,24.3577,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,40.0679,0.1922,24.3577,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-15.9365,-0.9359,-30.5186,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,13.3532,-0.5123,-1.6525,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,40.8873,0.2963,25.0730,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-14.4538,-1.1214,-28.8504,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-14.4030,-1.0706,-28.8504,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-9.3860,-0.6126,-24.2914,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.GRID.CDL1,CDL1_DDR,39.6617,0.3477,23.7960,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,3.2093,-0.7819,-11.5268,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,5.6634,-1.0886,-8.7660,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,39.6617,0.3477,23.7960,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.CSI1,CSI1_DDR,40.4022,0.3737,24.5105,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.CSI2,CSI2_DDR,40.4080,0.3795,24.5105,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,36.2868,0.3391,20.4297,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.GAZA,GAZA_DDR,39.6617,0.3477,23.7960,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,84.6400,0.7068,68.4152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.NUEN.T201,NT201_DDR,40.1408,0.2553,24.3675,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-1.1040,-1.0324,-15.5896,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-1.1040,-1.0324,-15.5896,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,27.7579,0.3297,11.9102,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.4614,1.5021,11.4413,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-9.3860,-0.6126,-24.2914,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-9.3860,-0.6126,-24.2914,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-9.9236,-0.8877,-24.5539,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-14.4030,-1.0706,-28.8504,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.4883,0.8029,11.1675,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,38.0238,0.0867,22.4191,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,37.7909,-0.1461,22.4191,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,37.7835,-0.1536,22.4191,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,20.5091,0.0507,4.9404,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,20.5091,0.0507,4.9404,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.7260,0.8830,11.3250,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,41.6976,0.2255,25.9541,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.7132,0.8801,11.3151,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.8420,1.8732,11.4508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,31.6924,0.5019,15.6725,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,40.4080,0.3795,24.5105,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0057,OKMU_DDR,43.0847,0.3775,27.1892,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0060,LEHIGH_DDR,84.6400,0.7068,68.4152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0086,WARRENM_DDR,40.4281,0.2622,24.6479,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.5185,1.4324,11.5681,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,49.2796,0.2681,33.4935,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0121,V121_DDR,27.7260,0.8830,11.3250,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0122,V122_DDR,47.9530,0.2470,32.1880,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0124,V124_DDR,64.9776,0.1667,49.2930,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0135,V135_DDR,41.2564,0.2948,25.4436,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0144,V144_DDR,14.0444,-0.4669,-1.0067,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0145,V145_DDR,14.3450,-0.5541,-0.6189,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.7787,0.9268,11.3339,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.0431,0.5508,11.9743,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0175,V175_DDR,36.2868,0.3391,20.4297,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.0431,0.5508,11.9743,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.1776,0.6634,11.9962,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,41.2564,0.2948,25.4436,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,41.3055,0.2687,25.5188,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,40.7192,0.2316,24.9696,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,53.2131,0.0737,37.6214,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,40.1865,0.1766,24.4919,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,41.3055,0.2687,25.5188,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0211,V211_DDR,27.9081,1.1038,11.2863,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,49.9134,0.2793,34.1161,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0213,V213_DDR,40.9988,0.2647,25.2161,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0215,V215_DDR,48.8478,0.2624,33.0674,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0217,V217_DDR,49.9532,0.2616,34.1736,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0218,V218_DDR,52.8083,0.0861,37.2042,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0228,V228_DDR,42.1792,0.1970,26.4642,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0232,V232_DDR,40.9247,0.3007,25.1060,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0233,V233_DDR,41.4978,0.2862,25.6936,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0240,V240_DDR,46.6062,0.1879,30.9003,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0244,V244_DDR,41.3055,0.2687,25.5188,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0246,MDT1_DDR,84.6400,0.7068,68.4152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0249,V249_DDR,40.9715,0.2834,25.1701,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0250,V250_DDR,3.9830,-0.7558,-10.7792,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0251,V251_DDR,40.4612,0.2268,24.7164,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.VOLT.0252,V252_DDR,53.2131,0.0737,37.6214,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-18.8657,-0.9086,-33.4751,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,19.0590,-1.0526,4.5936,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-12.1799,-1.7969,-25.9010,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.4859,0.6634,11.3046,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-17.1960,-2.6834,-30.0305,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,9.4844,-0.5758,-5.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,9.4844,-0.5758,-5.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,9.4844,-0.5758,-5.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,9.4844,-0.5758,-5.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,9.4844,-0.5758,-5.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,27.7579,0.3297,11.9102,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,27.6930,1.3071,10.8679,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,40.8987,0.2747,25.1060,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,40.1078,0.0873,24.5025,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,45.5405,0.4339,29.5886,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,45.5405,0.4339,29.5886,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.7013,0.6720,11.5113,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.7013,0.6720,11.5113,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWILKES1,CSWSWILKESUN1_RA,28.0367,0.9825,11.5362,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWILKES2,CSWSWILKESUN2_RA,28.0367,0.9825,11.5362,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.8640,0.9290,11.4170,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-14.3871,-1.0547,-28.8504,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DENL,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DERS,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DOE,DOE,21.1680,0.3689,5.2811,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,11.5495,-0.0060,-3.9625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DPC,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,DUK,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDDY,EDDY,7.8875,0.4468,-8.0773,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,33.3989,-0.1101,17.9910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-0.4972,-0.2739,-15.7413,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,37.5838,-0.2985,22.3643,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE.SLCC,EDESTL4391_PLT,34.9337,-0.1929,19.6086,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,34.8795,-0.1386,19.5001,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,23.3827,-0.3651,8.2298,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_EC_01,EDELAR3821UN1_RA,33.3989,-0.1101,17.9910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_EC_02,EDELAR3821UN2_RA,33.3989,-0.1101,17.9910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_EC_03,EDELAR3821UN3_RA,33.3989,-0.1101,17.9910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_EC_04,EDELAR3821UN4_RA,33.3989,-0.1101,17.9910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_EDE,EDE_LA,33.3277,0.2675,17.5422,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_ERW,EDEERWFUNG1_RA,-6.2185,-0.7998,-20.9367,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-0.1201,-0.8535,-14.7846,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,31.0585,0.6809,14.8596,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,31.0585,0.6809,14.8596,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,31.0585,0.6809,14.8596,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,31.0585,0.6809,14.8596,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,23.9082,0.5127,7.8775,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_RIV_10,EDERIV1671UN10_RA,34.9091,-0.2445,19.6356,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_RIV_11,EDERIV1671UN11_RA,34.9091,-0.2445,19.6356,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_RIV_12,EDERIV453UN12_PLT,34.4792,-0.6744,19.6356,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_SL_01,EDESTL4391UN1_RA,34.6528,-0.4738,19.6086,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EDE_SWMP,EDE_SWMP_LA,32.4177,0.4442,16.4554,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,EEI,EEI,21.1375,0.3671,5.2524,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EES,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-3.0801,-0.8063,-17.7918,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ERCOTE,ERCOTE,27.7013,0.6720,11.5113,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ERCOTN,ERCOTN,-1.0377,-0.9661,-15.5896,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,6.9373,-0.5715,-8.0092,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FMPP,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FPC,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FPL,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FREM_50T,OPPDFREM_GUN1_RA,9.5664,-0.3039,-5.6477,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FREM_6,OPPDFREM_AUN6_RA,9.5601,-0.3124,-5.6455,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FREM_7,OPPDFREM_AUN7_RA,9.5601,-0.3124,-5.6455,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FREM_8,OPPDFREM_AUN8_RA,9.4641,-0.4084,-5.6455,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FREM_LOAD,FREM_LOAD_LA,9.5450,-0.3275,-5.6455,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-8.6967,-0.6775,-23.5372,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.4883,0.8029,11.1675,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-10.7315,-2.0897,-24.1598,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-23.1091,-1.2369,-37.3902,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,36.2776,0.3300,20.4297,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,36.2776,0.3300,20.4297,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,36.2776,0.3300,20.4297,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,40.3378,0.1862,24.6336,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,40.3378,0.1862,24.6336,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,40.4765,0.1817,24.7768,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,40.4765,0.1817,24.7768,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-17.8872,-1.1267,-32.2784,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,51.9193,0.0913,36.3101,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,51.9193,0.0913,36.3101,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,51.9193,0.0913,36.3101,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.VOLT.0130,V130_DDR,41.4754,0.3510,25.6064,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA.VOLT.0237,V237_DDR,41.5620,0.2510,25.7930,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDAHUB2,GRDAHUB2_H,29.8163,-0.1699,14.4682,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDAHUB3,GRDAHUB3_H,23.5502,-0.2953,8.3275,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA_GRDA,GRDA_LA,41.4048,0.2637,25.6231,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA_HUB,GRDA_H,36.5393,-0.0100,21.0313,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRDA_HUBSA,GRDASA_H,36.5169,-0.0391,21.0380,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GRE,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-3.4511,0.2929,-19.2620,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GSEC_SPS,SPS_GSEC_LA,-7.7825,-0.6686,-22.6318,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,GSPR2014HUB,GSPR2014HUB_H,-2.2783,-0.7661,-17.0302,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GSPR2015HUB,GSPR2015HUB_H,-1.5869,-0.7734,-16.3315,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-10.0903,-1.5763,-24.0320,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,HARRISON,CSWSLEBROCKPLT1,27.5117,0.6960,11.2977,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,HAST_TNSK_HUB,HAST_TNSK_H,6.4571,-0.6158,-8.4452,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,HQST,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,HST,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,14.8740,0.3263,-0.9703,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,14.8740,0.3263,-0.9703,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,14.9896,0.3238,-0.8521,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,14.9896,0.3238,-0.8521,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,14.7464,0.3250,-1.0966,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,14.7464,0.3250,-1.0966,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDN_INDN,INDN_LA,14.9036,0.3348,-0.9491,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ISNE,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,JEA,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,9.5928,-0.2491,-5.6761,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,9.5928,-0.2491,-5.6761,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,7.0655,-0.0190,-8.4335,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYCT4,KACYNEARMANUNCT4_RA,14.2208,0.2401,-1.5373,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,59.1800,-0.1926,43.8546,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,14.2208,0.2401,-1.5373,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,14.3702,0.2579,-1.4057,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,14.3320,0.2561,-1.4421,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KACY_KACY,KACY_LA,14.4000,0.2530,-1.3710,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,18.2155,0.1467,2.5508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,15.2421,0.5904,-0.8663,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-10.9599,-0.8607,-25.6172,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-36.9618,-1.1379,-51.3419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0222,V222_DDR,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0223,V223_DDR,11.7263,-0.0201,-3.7715,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0241,V241_DDR,16.3679,0.4985,0.3514,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0243,V243_DDR,23.5505,0.1831,7.8494,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0247,V247_DDR,12.5156,0.1182,-3.1206,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.VOLT.0253,V253_DDR,18.2714,0.1544,2.5990,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,0.5835,-1.1229,-13.8116,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,9.4705,-0.1928,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,9.4705,-0.1928,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,9.4705,-0.1928,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,9.4705,-0.1928,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,18.3300,0.1461,2.6659,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,18.3300,0.1461,2.6659,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB,KCPLHUB_H,5.4427,-0.5755,-9.4998,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB17,KCPLHUB17_H,4.5200,-0.6487,-10.3492,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB18,KCPLHUB18_H,4.5147,-0.6448,-10.3584,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB19,KCPLHUB19_H,4.4260,-0.6107,-10.4813,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB20,KCPLHUB20_H,3.8033,-0.6763,-11.0384,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB21,KCPLHUB21_H,3.6394,-0.6642,-11.2144,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB22,KCPLHUB22_H,4.4209,-0.6588,-10.4383,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB23,KCPLHUB23_H,3.9350,-0.6768,-10.9062,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLHUB24,KCPLHUB24_H,3.3337,-0.7085,-11.4757,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,7.3954,-0.0025,-8.1201,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,7.3954,-0.0025,-8.1201,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,10.0222,-0.4635,-5.0323,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,10.0222,-0.4635,-5.0323,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,18.2219,0.1531,2.5508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,18.2155,0.1467,2.5508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,16.6311,0.1955,0.9176,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,4.5608,-0.2560,-10.7012,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,13.3837,0.1364,-2.2707,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KCPL_KCPL,KCPL_LA,13.8080,0.1174,-1.8274,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KENN,KENN_LA,23.7048,0.4918,7.6950,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KEP2_SECI,KEP2_SECI_LA,-7.3841,-1.0607,-21.8414,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KERR_1,GRDAKERR_HYDUN1_RA,41.1309,0.2176,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KERR_2,GRDAKERR_HYDUN2_RA,40.9906,0.2197,25.2529,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KERR_3,GRDAKERR_HYDUN3_RA,40.9906,0.2197,25.2529,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KERR_4,GRDAKERR_HYDUN4_RA,41.1309,0.2176,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,9.4704,-0.1929,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,9.4704,-0.1929,-5.8547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,9.9660,-0.0982,-5.4538,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,9.9660,-0.0982,-5.4538,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,7.7594,-0.2052,-7.5533,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,6.6913,-0.1765,-8.6502,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,6.6913,-0.1765,-8.6502,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-6.2631,-1.2379,-20.5432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-6.2631,-1.2379,-20.5432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-6.2631,-1.2379,-20.5432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-2.0480,-0.5298,-17.0362,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-2.0480,-0.5298,-17.0362,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-6.3523,-1.2531,-20.6173,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-2.7672,-0.6600,-17.6253,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,0.4996,-0.4907,-14.5277,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,52.9649,-0.2205,37.6674,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,52.9649,-0.2205,37.6674,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,5.6442,-0.3618,-9.5120,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,5.6442,-0.3618,-9.5120,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,5.6442,-0.3618,-9.5120,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-3.7943,-0.9280,-18.3843,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-2.5985,-1.0319,-17.0846,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,7.3740,-0.4857,-7.6584,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,7.8584,0.0428,-7.7024,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LAFA,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LAM345,LAM345,-6.7734,-1.4425,-20.8489,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LEPA,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,8.4706,-0.3139,-6.7335,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_LES,LES_LA,8.4834,-0.3311,-6.7035,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,8.6219,-0.3791,-6.5170,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,8.3594,-0.3738,-6.7848,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,8.3594,-0.3738,-6.7848,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,8.3594,-0.3738,-6.7848,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,8.6256,-0.3754,-6.5170,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,8.6219,-0.3791,-6.5170,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_WAVERLY,LES_WAVERLY_H,8.5993,-0.3856,-6.5331,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,9.6601,-0.3741,-5.4838,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,9.6601,-0.3741,-5.4838,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,LGEE,LGEE,19.6114,0.2829,3.8104,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,MALDEN,MALDEN_LA,23.3465,0.4735,7.3550,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MCWEST,MCWEST,11.8853,0.1316,-3.7643,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MDU,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,5.9260,-0.2874,-9.3045,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,7.8684,-0.1151,-7.5345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,9.8810,0.4744,-6.1114,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MEAN_NPPD,NPPD_MEAN_LA,5.7300,-0.7444,-9.0436,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MEC,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MHEB,MHEB,12.8141,0.1568,-2.8607,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,0.3684,-0.7921,-14.3575,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-3.9272,-1.1186,-18.3266,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,0.3684,-0.7921,-14.3575,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,0.3684,-0.7921,-14.3575,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-3.9272,-1.1186,-18.3266,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MISO,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-7.3058,-1.0086,-21.8152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-7.3058,-1.0086,-21.8152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,2.4574,-0.5739,-12.4866,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-7.6900,-1.4014,-21.8066,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-3.3649,-0.9590,-17.9239,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-8.1733,-1.2446,-22.4467,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-7.0019,-0.9969,-21.5230,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-8.2518,-1.1668,-22.6030,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-6.8516,-0.9118,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-6.8516,-0.9118,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-6.8516,-0.9118,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-6.8516,-0.9118,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-6.8516,-0.9118,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,12.9390,0.0401,-2.6191,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,20.5819,0.3214,4.7426,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,20.5819,0.3214,4.7426,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,17.9321,0.1988,2.2153,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,16.2826,0.5645,0.2001,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MOWR,AECI,26.3846,0.2479,10.6188,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,18.2386,0.1587,2.5619,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,20.8745,0.3293,5.0272,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,8.0163,-0.7791,-6.7226,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,8.0900,-0.4100,-7.0180,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-10.6195,-1.1521,-24.9854,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,8.0663,-0.7291,-6.7226,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,11.5553,-0.0002,-3.9625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,11.5553,-0.0002,-3.9625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,11.5556,0.0001,-3.9625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,11.5556,0.0001,-3.9625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,7.6665,-0.0084,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,7.7145,0.0396,-7.8431,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,20.8769,0.3556,5.0033,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,12.3928,0.0001,-3.1252,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,11.4638,-0.0618,-3.9924,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,11.4639,-0.0617,-3.9924,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,11.4639,-0.0617,-3.9924,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,14.1441,0.1492,-1.5231,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,14.1441,0.1492,-1.5231,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MPS_MPS,MPS_LA,12.6061,0.1713,-3.0832,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MSTNG,SPSMSTNGPLT1,12.8857,0.5008,-3.1331,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MSTNG4,SPSMSTNGUN4_RA,12.8394,0.4545,-3.1331,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MSTNG5,SPSMSTNGUN5_RA,12.8857,0.5008,-3.1331,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,12.8857,0.5008,-3.1331,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NBSO,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,8.3264,-0.7610,-6.4306,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,8.3239,-0.7634,-6.4306,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-10.8483,-1.8322,-24.5341,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NHC1,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,9.5828,-0.2964,-5.6388,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,9.5828,-0.2964,-5.6388,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,9.5828,-0.2964,-5.6388,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,7.1048,-0.8900,-7.5232,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,6.1644,-0.7840,-8.5696,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,7.4610,-0.6023,-7.4547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,9.5695,-0.5014,-5.4471,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,6.1644,-0.7840,-8.5696,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.HUB.PY2018,NPPDPY18_H,6.0417,-0.8418,-8.6345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,6.1512,-0.8349,-8.5319,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,6.0825,-0.8301,-8.6054,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,6.1753,-0.8174,-8.5253,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,9.5473,-0.5456,-5.4251,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,4.4065,-0.8803,-10.2312,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,4.4065,-0.8803,-10.2312,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,3.9528,-0.7205,-10.8447,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,9.5473,-0.5456,-5.4251,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,8.3798,-1.0781,-6.0601,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,5.3972,-1.1690,-8.9518,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,2.2072,-0.9023,-12.4085,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,5.3972,-1.1690,-8.9518,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,6.2831,-1.0265,-8.2084,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,5.1831,-1.0505,-9.2844,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,8.1252,-0.2131,-7.1797,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,6.1644,-0.7840,-8.5696,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,2.5626,-0.9164,-12.0390,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,4.4065,-0.8803,-10.2312,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,4.4065,-0.8803,-10.2312,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,5.0000,-0.6176,-9.9003,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,4.9564,-0.6289,-9.9327,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,4.9564,-0.6289,-9.9327,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,5.7080,-0.2927,-9.5173,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,4.0989,-0.2156,-11.2035,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,6.4648,-0.5808,-8.4724,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,7.4773,-0.6808,-7.3599,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,0.7214,-0.1342,-14.6624,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-0.5800,-0.1385,-15.9595,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.NELI.DDR,NELI_DDR,9.0943,-0.6682,-5.7555,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.NPPM.1058,SH1058_DDR,8.8102,-0.1777,-6.5301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,5.6497,-0.4290,-9.4393,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,6.1644,-0.7840,-8.5696,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,7.4610,-0.6023,-7.4547,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,9.5473,-0.5456,-5.4251,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.TECH.1,KEARNE_DDR,5.9193,-0.2902,-9.3085,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,7.0658,-1.2599,-7.1923,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,7.0658,-1.2599,-7.1923,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,9.3157,-0.6296,-5.5727,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD.VOLT.0236,V236_DDR,7.7579,-0.2725,-7.4876,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD2017HUB,NPPD2017HUB_H,6.0534,-0.8387,-8.6258,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,8.4605,-0.5601,-6.4974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,7.1048,-0.8900,-7.5232,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,5.2911,-1.4034,-8.8235,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,5.2911,-1.4034,-8.8235,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,7.8180,-0.2993,-7.4007,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,7.7762,-0.2542,-7.4876,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,8.3570,-0.4890,-6.6720,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,5.0560,-0.6392,-9.8228,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,8.4787,-0.5092,-6.5301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,8.4787,-0.5092,-6.5301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,8.4787,-0.5092,-6.5301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,6.4742,-0.6090,-8.4348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,8.2190,-0.6868,-6.6122,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,6.8629,-0.3416,-8.3135,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,8.8628,-1.3846,-5.2706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,8.9471,-1.3003,-5.2706,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,3.8537,-0.9569,-10.7074,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,3.6651,-0.9632,-10.8897,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,6.7646,-0.5593,-8.1941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,6.7514,-0.5725,-8.1941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,6.7514,-0.5725,-8.1941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,6.7558,-0.5355,-8.2267,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,8.3798,-1.0781,-6.0601,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,6.7232,-0.5398,-8.2550,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,8.0645,-0.4529,-7.0006,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,6.4856,-0.5739,-8.4585,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,6.4714,-0.5843,-8.4624,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,6.4766,-0.5742,-8.4672,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,6.4766,-0.5742,-8.4672,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,6.4742,-0.6090,-8.4348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,6.4301,-0.6531,-8.4348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,8.1960,-0.3309,-6.9911,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,7.1602,-0.3175,-8.0403,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,3.9204,-0.8871,-10.7105,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,8.0128,-1.2028,-6.3024,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,1.9024,-0.9604,-12.6552,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,9.0859,0.0980,-6.5301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,9.0943,-0.6682,-5.7555,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,4.0639,-0.9216,-10.5325,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,4.0639,-0.9216,-10.5325,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_NPPD,NPPD_LA,7.2366,-0.4847,-7.7966,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,8.0645,-0.4529,-7.0006,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,8.0645,-0.4529,-7.0006,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,6.3510,-0.5715,-8.5955,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,5.0534,-0.8451,-9.6195,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NSB,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NSP,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,NSSO,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,NYIS,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-11.4216,-1.7392,-25.2004,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-16.7422,-1.1437,-31.1165,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,0.7635,-0.9014,-13.8531,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,0.7635,-0.9014,-13.8531,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-10.7838,-1.9456,-24.3562,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-23.1091,-1.2369,-37.3902,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-85.0387,-0.7606,-99.7961,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-38.7352,-1.0995,-53.1537,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-20.0000,-1.1351,-34.3829,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-16.5623,-1.1556,-30.9247,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,6.4876,-0.4173,-8.6131,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-20.0000,-1.1351,-34.3829,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-10.9823,-1.9018,-24.5985,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-11.6714,-1.7020,-25.4874,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,39.5934,-0.1131,24.1885,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-16.5623,-1.1556,-30.9247,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-15.1547,-1.0847,-29.5880,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-5.7657,-1.0435,-20.2402,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-10.9163,-0.9196,-25.5147,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-39.9700,-0.1124,-55.3756,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-16.5623,-1.1556,-30.9247,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-8.7647,-0.8690,-23.4137,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NUEN.LAM1,LAM1_DDR,36.0997,1.0460,19.5357,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NUEN.MDT2,MDT2_DDR,6.4876,-0.4173,-8.6131,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NUEN.MDT3,MDT3_DDR,6.4876,-0.4173,-8.6131,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-9.0442,-0.8729,-23.6893,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,3.5826,-0.4716,-11.4638,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,3.5826,-0.4716,-11.4638,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,3.5826,-0.4716,-11.4638,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,10.5905,-0.3992,-4.5283,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,10.5905,-0.3992,-4.5283,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,3.5826,-0.4716,-11.4638,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,3.5826,-0.4716,-11.4638,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-16.5623,-1.1556,-30.9247,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,26.3938,0.6207,10.2551,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-10.9823,-1.9018,-24.5985,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-28.7498,-0.3321,-43.9356,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-15.1547,-1.0847,-29.5880,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,32.4618,0.6672,16.2766,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-16.9417,-0.8979,-31.5618,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-16.9417,-0.8979,-31.5618,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-16.9417,-0.8979,-31.5618,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-16.9417,-0.8979,-31.5618,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-19.0891,-1.5837,-33.0233,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-20.6644,-1.0945,-35.0879,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-16.7422,-1.1437,-31.1165,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-25.3485,-1.0700,-39.7965,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-25.3485,-1.0700,-39.7965,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-23.8133,-0.1572,-39.1741,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-13.0965,-1.0077,-27.6068,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-13.0965,-1.0077,-27.6068,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-13.0965,-1.0077,-27.6068,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0033,FOSTER_DDR,17.9366,-0.3642,2.7828,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,38.3224,0.5479,22.2565,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0035,TARBY_DDR,36.0224,0.8396,19.6648,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,38.3224,0.5479,22.2565,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,38.0435,0.3856,22.1399,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,38.0435,0.3856,22.1399,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-36.2122,-0.1928,-51.5374,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0040,TROSPER_DDR,22.0579,-0.3394,6.8793,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,22.0774,-0.3390,6.8984,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,33.8589,0.7977,17.5432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0115,V115_DDR,7.6966,-0.4089,-7.4125,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0116,V116_DDR,75.0100,-0.0506,59.5426,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0118,V118_DDR,20.9244,-0.0181,5.4245,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0125,V125_DDR,34.7180,0.9344,18.2656,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0126,V126_DDR,37.3598,0.4637,21.3781,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0129,V129_DDR,3.2102,-0.7810,-11.5268,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,52.5655,-0.4306,37.4781,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0134,V134_DDR,37.9045,0.5794,21.8071,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0138,V138_DDR,36.9064,0.3917,20.9967,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,44.6737,-0.3516,29.5073,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0143,V143_DDR,37.4184,0.3015,21.5989,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0149,V149_DDR,-7.7857,-0.8055,-22.4982,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0150,V150_DDR,-7.7701,-0.8581,-22.4300,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0155,V155_DDR,36.4626,0.3143,20.6304,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0156,V156_DDR,52.5655,-0.4306,37.4781,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0166,V166_DDR,37.4665,0.8662,21.0823,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,43.7378,-0.3577,28.5775,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-7.7701,-0.8581,-22.4300,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0170,V170_DDR,-9.1908,-0.8715,-23.8373,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-18.8078,-0.7802,-33.5456,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0176,V176_DDR,-7.7701,-0.8581,-22.4300,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0177,V177_DDR,-14.9668,-1.5616,-28.9232,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,35.3208,-0.3557,20.1585,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-6.0000,-0.8845,-20.6335,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0195,V195_DDR,142.5500,0.9512,126.0808,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0197,V197_DDR,39.3166,0.5408,23.2578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0198,V198_DDR,37.4665,0.8662,21.0823,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0208,V208_DDR,142.6215,0.9711,126.1324,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0209,V209_DDR,142.6215,0.9711,126.1324,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,38.9434,0.3930,23.0324,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0216,V216_DDR,22.0818,-0.3400,6.9038,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0219,V219_DDR,36.4626,0.3143,20.6304,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0220,V220_DDR,-7.7701,-0.8581,-22.4300,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0224,V224_DDR,6.8201,-0.4315,-8.2664,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0225,V225_DDR,6.8209,-0.4307,-8.2664,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0226,V226_DDR,6.8201,-0.4315,-8.2664,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0227,V227_DDR,6.8201,-0.4315,-8.2664,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0229,V229_DDR,-31.4497,-0.1206,-46.8471,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0231,V231_DDR,23.9307,0.0845,8.3282,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0238,V238_DDR,-15.4092,-1.2005,-29.7267,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.VOLT.0242,V242_DDR,36.6640,0.3516,20.7944,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-17.5535,-2.2687,-30.8028,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-16.8996,-1.1143,-31.3033,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-11.6586,-1.6892,-25.4874,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-17.5535,-2.2687,-30.8028,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-10.3244,-1.9527,-23.8897,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-43.5714,-1.0611,-58.0283,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEHL7,OKGEHL7_H,33.4621,-0.3366,18.2807,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEHL8,OKGEHSL1UN8_RA,33.4621,-0.3366,18.2807,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEHL910,OKGEHSL1PLT2,33.4621,-0.3366,18.2807,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-11.0788,-1.7994,-24.7974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEMCC,OKGEMCCLAIPLT1,3.9914,-0.5936,-10.9330,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,34.1328,0.2309,18.3839,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,34.1328,0.2309,18.3839,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,34.1328,0.2309,18.3839,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,25.1602,-0.5772,10.2194,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,25.1602,-0.5772,10.2194,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,25.1602,-0.5772,10.2194,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,25.1602,-0.5772,10.2194,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESM1,OKGESEMINOLEUN1_RA,18.7860,-0.2624,3.5304,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESM2,OKGESEMINOLEUN2_RA,15.3065,-0.2982,0.0867,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESM3,OKGESEMINOLEUN3_RA,15.3065,-0.2982,0.0867,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESO1,OKGESONR1UN1_RA,-53.3294,-1.0153,-67.8321,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESO2,OKGESONR1UN2_RA,-25.3485,-1.0700,-39.7965,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-11.1865,-1.9071,-24.7974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-13.0377,-2.1223,-26.4334,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGETINK5A,OKGETINK5UN1_RA,19.5874,-0.3771,4.4465,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGETINK5B,OKGETINK5UN2_RA,19.5874,-0.3771,4.4465,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-12.4046,-1.4699,-26.4527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-16.7422,-1.1437,-31.1165,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,33.2225,1.0100,16.6945,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-10.1075,-0.8674,-24.7581,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_OKGE,OKGE_LA,23.0813,-0.1862,7.7496,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-28.7498,-0.3321,-43.9356,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-12.4453,-1.5106,-26.4527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMLP,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,43.3705,0.1367,27.7158,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,33.5075,0.9437,17.0458,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_GENHUB,OMPA_GENHUB_H,4.3312,-0.4538,-10.7331,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-84.9015,-0.6234,-99.7961,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-7.9438,-1.0007,-22.4611,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-20.0000,-1.1351,-34.3829,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-16.1305,-2.1827,-29.4658,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-2.8337,-1.5289,-16.8228,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,159.5306,0.1013,143.9113,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-84.9462,-0.6681,-99.7961,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-84.9462,-0.6681,-99.7961,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_SPP,OMPA_SPP_LA,3.4567,-0.6322,-11.4291,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-17.5535,-2.2687,-30.8028,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,38.9431,0.1243,23.3008,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,38.9431,0.1243,23.3008,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,38.9431,0.1243,23.3008,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,38.9431,0.1243,23.3008,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,ONT,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,9.5558,-0.3010,-5.6612,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,9.5861,-0.2775,-5.6544,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,9.5828,-0.2964,-5.6388,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,9.4941,-0.1959,-5.8280,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,9.4814,-0.2555,-5.7811,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,9.4814,-0.2555,-5.7811,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_GLDN,OPPD_GLDN_LA,9.4896,-0.2958,-5.7326,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,9.5784,-0.2879,-5.6517,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,8.3798,-1.0781,-6.0601,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,8.4646,-0.4942,-6.5592,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,9.5829,-0.2956,-5.6394,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_OPPD,OPPD_LA,9.5538,-0.2498,-5.7144,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,9.5195,-0.2381,-5.7604,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,9.5066,-0.2431,-5.7683,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OTP,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,OVEC,OVEC,19.0560,0.2511,3.2869,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PARAGOULD,PARAGOULD_LA,24.2975,0.5209,8.2587,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,40.7590,0.0912,25.1498,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,40.7590,0.0912,25.1498,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,40.7590,0.0912,25.1498,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,40.4821,0.1518,24.8123,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,40.4821,0.1518,24.8123,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,40.4821,0.1518,24.8123,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PIGGOTT,PIGGOTT_LA,23.5773,0.4853,7.5740,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PJM,PJM,18.2071,0.1998,2.4892,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,PLUM,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,POPLARBLUFF,POPLARBLUFF_LA,22.9687,0.4306,7.0201,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,11.6160,-0.1062,-3.7958,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,11.6160,-0.1062,-3.7958,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,11.6924,-0.1010,-3.7246,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,11.6924,-0.1010,-3.7246,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,12.8242,0.9634,-3.6572,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,12.8242,0.9634,-3.6572,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,11.8884,0.1261,-3.7557,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,10.8664,-0.5399,-4.1117,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-5.5290,-0.7395,-20.3075,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,83.7589,0.1480,68.0929,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,8.4313,0.0633,-7.1500,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,3.0234,-0.0495,-12.4451,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,46.4872,0.4792,30.4900,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,37.3493,0.5513,21.2800,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,11.9396,-0.2707,-3.3078,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,12.3091,0.1738,-3.3827,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,11.0583,-0.4940,-3.9656,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,22.0000,1.4505,5.0315,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,12.6065,0.2604,-3.1719,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,11.8272,-0.0834,-3.6073,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,PUPP,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,RCEAST,RCEAST,8.5278,-0.9807,-6.0095,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_1,GRDASALINA1UN1_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_2,GRDASALINA1UN2_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_3,GRDASALINA1UN3_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_4,GRDASALINA1UN4_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_5,GRDASALINA1UN5_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SALINA_6,GRDASALINA1UN6_RA,41.1326,0.2193,25.3953,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SARPY_1,OPPDSARPYUN1_RA,9.5320,-0.2841,-5.7019,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SARPY_2,OPPDSARPYUN2_RA,9.5507,-0.2510,-5.7163,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SARPY_3,OPPDSARPYUN3_RA,9.5174,-0.3169,-5.6837,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SARPY_4,OPPDSARPYUN4_RA,9.5174,-0.3169,-5.6837,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SARPY_5,OPPDSARPYUN5_RA,9.5174,-0.3169,-5.6837,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SC,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SCEG,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SCSE,SCSE,4.5156,-0.6939,-10.3085,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SEC,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-9.2209,-1.5415,-23.1974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-9.2209,-1.5415,-23.1974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-9.2209,-1.5415,-23.1974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-6.4255,-1.1789,-20.7645,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-9.2209,-1.5415,-23.1974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-7.4576,-1.5478,-21.4278,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-7.2080,-1.6171,-21.1089,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-7.2080,-1.6171,-21.1089,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-6.8536,-0.9138,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-10.5200,-1.3752,-24.6628,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-2.1142,-0.5960,-17.0362,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-6.7675,-1.0715,-21.2140,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-2.4169,-1.2031,-16.7318,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-8.7954,-1.5562,-22.7572,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-2.4154,-1.1902,-16.7432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-7.6560,-1.3653,-21.8087,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-7.2688,-0.9801,-21.8067,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-6.3932,-1.3160,-20.5952,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-6.3932,-1.3160,-20.5952,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-6.3932,-1.3160,-20.5952,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-6.3932,-1.3160,-20.5952,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-6.6242,-1.4014,-20.7408,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-7.4576,-1.5478,-21.4278,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI_SECI,SECI_LA,-5.9341,-1.0476,-20.4044,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-6.8536,-0.9138,-21.4578,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SEHA,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-12.4453,-1.5106,-26.4527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SERU,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SETH,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SGE,SGE,5.3242,-0.6792,-9.5146,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SMEP,MISO,18.6205,0.2606,2.8419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SOCO,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPA,SPA,31.0027,0.5684,14.9163,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPC,SPC,12.4808,0.5238,-3.5610,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPPNORTH_HUB,SPPNORTH_H,8.6217,-0.3317,-6.5647,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPPSOUTH_HUB,SPPSOUTH_H,9.3986,-0.7707,-5.3488,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,29.5314,0.4873,13.5261,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,29.5314,0.4873,13.5261,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,28.9002,0.4649,12.9173,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,28.9002,0.4649,12.9173,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_NIXA,SPRM_NIXA_LA,29.7862,0.4789,13.7893,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_SPRM,SPRM_LA,29.6305,0.5438,13.5687,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,29.7229,0.4053,13.7996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,29.7229,0.4053,13.7996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,29.6820,0.3644,13.7996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,29.7229,0.4053,13.7996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-2.8145,-0.4796,-17.8529,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-8.5485,-0.7876,-23.2789,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-10.4772,-1.4801,-24.5151,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-10.4772,-1.4801,-24.5151,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-15.0919,-1.3991,-29.2108,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,3.4914,-0.9212,-11.1054,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-8.0015,-2.7723,-20.7472,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,7.2292,-0.2655,-8.0233,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-15.8779,-0.7003,-30.6956,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,10.7789,0.4437,-5.1828,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,10.0932,0.4455,-5.8703,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,10.0932,0.4455,-5.8703,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,10.7789,0.4437,-5.1828,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-10.4300,-1.4332,-24.5148,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-8.5485,-0.7876,-23.2789,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-10.2503,-1.3666,-24.4017,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-10.6415,-1.9314,-24.2281,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-10.0576,-1.2649,-24.3106,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-9.8521,-1.0001,-24.3700,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-10.1965,-1.3457,-24.3688,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-10.4696,-1.9528,-24.0348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-10.4696,-1.9528,-24.0348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-10.4696,-1.9528,-24.0348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-10.4696,-1.9528,-24.0348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GRID.WRAB,WRAB_DDR,-10.2178,-1.1333,-24.6025,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-10.4696,-1.9528,-24.0348,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-13.3482,-0.7689,-28.0973,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-13.3482,-0.7689,-28.0973,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-13.1447,-0.7206,-27.9421,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-13.1447,-0.7206,-27.9421,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-13.1447,-0.7206,-27.9421,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-13.3482,-0.7689,-28.0973,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-10.5764,-1.4635,-24.6309,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-10.5769,-1.4635,-24.6313,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-10.5755,-1.4636,-24.6299,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-10.8483,-1.8322,-24.5341,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,10.6037,0.4067,-5.3210,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-15.7686,-0.7092,-30.5774,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-15.7686,-0.7092,-30.5774,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-15.7686,-0.7092,-30.5774,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-15.7686,-0.7092,-30.5774,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,12.5669,0.5104,-3.4615,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,10.8659,0.4180,-5.0701,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,10.8659,0.4180,-5.0701,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-12.3805,-1.4458,-26.4527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-10.5604,-1.4490,-24.6294,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-10.5604,-1.4490,-24.6294,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-10.5888,-1.4571,-24.6497,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-10.2178,-1.1333,-24.6025,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-10.4082,-1.7057,-24.2204,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-10.4270,-1.4776,-24.4673,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-10.7838,-1.9456,-24.3562,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-10.3495,-1.2381,-24.6294,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-7.2761,-0.6445,-22.1496,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-7.2761,-0.6445,-22.1496,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-6.5824,-0.6750,-21.4254,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-15.2789,-1.1461,-29.6508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-10.6260,-2.0139,-24.1301,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-7.6400,-2.4108,-20.7472,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-15.2617,-1.1289,-29.6508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-10.4023,-1.4055,-24.5148,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-0.8084,-0.6338,-15.6926,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,7.6715,0.1768,-8.0233,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-0.8084,-0.6338,-15.6926,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,7.6988,0.2177,-8.0369,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-10.4274,-1.6321,-24.3133,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,10.3450,1.1197,-6.2927,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,10.3497,1.1244,-6.2927,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,10.5080,0.8502,-5.8602,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,10.9556,0.4704,-5.0328,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,8.9204,0.8326,-7.4302,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-6.7734,-1.4425,-20.8489,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-10.2908,-1.2043,-24.6045,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-5.5051,-0.6309,-20.3922,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-5.5051,-0.6309,-20.3922,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-0.8084,-0.6338,-15.6926,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-16.1595,-0.6196,-31.0579,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,20.2684,0.8978,3.8526,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-5.1233,0.1802,-20.8215,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-5.9204,-0.2956,-21.1428,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-11.1354,-0.8593,-25.7941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,10.3450,1.1197,-6.2927,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,9.7447,1.3917,-7.1650,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,9.5419,1.1889,-7.1650,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-15.1069,-0.9741,-29.6508,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-5.5092,-0.2884,-20.7388,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-10.3781,-1.7425,-24.1536,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-10.4077,-1.7715,-24.1542,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0163,V163_DDR,-10.1325,-1.2409,-24.4096,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0168,V168_DDR,-13.1166,-0.9214,-27.7131,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0180,V180_DDR,9.7447,1.3917,-7.1650,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0181,V181_DDR,-10.3922,-1.7703,-24.1399,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0182,V182_DDR,9.0495,1.0090,-7.4775,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0199,V199_DDR,15.9339,0.7776,-0.3617,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0200,V200_DDR,10.8111,0.7952,-5.5021,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.VOLT.0235,V235_DDR,-10.4082,-1.7057,-24.2204,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-8.0015,-2.7723,-20.7472,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,7.2292,-0.2655,-8.0233,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-10.1800,-1.6660,-24.0320,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-10.3918,-1.3592,-24.5506,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS_SPS,SPS_LA,3.5258,0.1847,-12.1769,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,10.4999,-0.0487,-4.9694,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SSCN_NPPD,SSCN_NPPD_LA,8.9578,-0.4227,-6.1375,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,22.2656,0.4172,6.3304,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,22.2656,0.4172,6.3304,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,TAL,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,TEC,SOUC,23.2105,0.5209,7.1716,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,8.0128,-1.2028,-6.3024,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,TVA,TVA,22.6201,0.4620,6.6402,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB,UCUHUB_H,5.2457,-0.2961,-9.9762,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB17,UCUHUB17_H,1.0816,-0.6727,-13.7637,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB18,UCUHUB18_H,3.7564,-0.5529,-11.2087,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB19,UCUHUB19_H,0.3692,-0.6469,-14.5018,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB20,UCUHUB20_H,0.3864,-0.6311,-14.5005,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB21,UCUHUB21_H,-1.1639,-0.7353,-15.9465,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB22,UCUHUB22_H,-0.9238,-0.7725,-15.6692,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB23,UCUHUB23_H,-1.1966,-0.7820,-15.9325,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,UCUHUB24,UCUHUB24_H,0.8710,-0.6790,-13.9680,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,12.5850,0.6437,-3.5767,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,12.5850,0.6437,-3.5767,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,11.5008,-0.2884,-3.7288,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,11.5008,-0.2884,-3.7288,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,11.9612,-0.3108,-3.2459,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,11.6341,-0.1907,-3.6932,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,11.6341,-0.1907,-3.6932,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,12.5850,0.6437,-3.5767,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,12.0216,-0.2933,-3.2031,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,12.4302,0.2672,-3.3549,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,11.6440,-0.1395,-3.7345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,9.0290,-1.5019,-4.9871,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,12.4889,0.6100,-3.6390,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,12.4889,0.6100,-3.6390,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,10.3766,-1.3789,-3.7625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,11.6039,-0.2989,-3.6152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,11.7908,-0.3301,-3.3971,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,11.1415,-0.4368,-3.9396,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,11.7028,-0.0744,-3.7408,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,11.4771,-0.3249,-3.7160,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,11.2036,-0.5519,-3.7625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,11.2036,-0.5519,-3.7625,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,11.6087,-0.2657,-3.6436,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,8.6507,-1.6507,-5.2165,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,12.4055,0.6114,-3.7239,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,24.3600,0.1177,8.7243,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,24.3600,0.1177,8.7243,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,24.3600,0.1177,8.7243,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,12.0144,0.1383,-3.6419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,12.0144,0.1383,-3.6419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,12.0144,0.1383,-3.6419,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,12.8107,0.8470,-3.5543,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,11.7786,-0.2823,-3.4571,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,11.7786,-0.2823,-3.4571,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,4.9121,-0.6980,-9.9079,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,11.0622,-0.1972,-4.2586,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,12.2682,0.2505,-3.5003,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,10.2175,-0.5474,-4.7531,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,8.0778,-2.0413,-5.3989,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,11.3967,-0.4007,-3.7206,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,12.5515,0.6494,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,12.5515,0.6494,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,12.5507,0.6486,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,12.5515,0.6494,-3.6159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,12.4180,0.5216,-3.6216,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,9.4065,-1.1590,-4.9525,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,12.2185,-0.0309,-3.2686,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,10.7204,-0.2008,-4.5967,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,10.7204,-0.2008,-4.5967,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,9.9769,-0.5707,-4.9704,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,9.9769,-0.5707,-4.9704,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,11.9613,-0.0996,-3.4571,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,12.0451,-0.0588,-3.4141,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,11.2183,-0.5300,-3.7697,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,8.9380,-1.3644,-5.2156,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,12.1916,-0.1290,-3.1974,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,11.9612,-0.3108,-3.2459,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,11.9612,-0.3108,-3.2459,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,11.1415,-0.4368,-3.9396,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,8.4717,-1.0320,-6.0143,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,10.7766,-0.5848,-4.1566,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,8.8071,-1.4944,-5.2165,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,11.3033,-0.4748,-3.7399,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.FSE,WAUE.FSE_H,8.5192,-0.7370,-6.2618,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,11.7997,-0.0262,-3.6921,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,11.7551,-0.0616,-3.7013,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,8.7322,-1.5000,-5.2858,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,8.8306,-1.4318,-5.2556,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,11.9145,-0.2866,-3.3169,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,11.8821,-0.3513,-3.2846,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.4800,-1.2102,-26.7878,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,9.0290,-1.5019,-4.9871,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,0.0900,-0.8057,-14.6223,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,10.8168,-0.4016,-4.2996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,10.8170,-0.4014,-4.2996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,10.8171,-0.4013,-4.2996,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,11.4393,-0.2862,-3.7925,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,8.4717,-1.0320,-6.0143,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,12.1212,-0.0014,-3.3954,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,10.9784,-0.5275,-4.0121,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,12.3486,0.5545,-3.7239,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,11.6265,0.1785,-4.0700,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,11.7506,-0.0693,-3.6981,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,12.8744,-0.1384,-2.5052,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,11.3070,-0.3300,-3.8810,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,11.1749,-0.5417,-3.8014,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,10.2175,-0.5474,-4.7531,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,13.8297,0.4609,-2.1492,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,11.1249,-0.4525,-3.9406,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,13.7274,0.3932,-2.1838,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,12.0061,0.0177,-3.5296,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,9.6601,-0.3741,-5.4838,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NTWK,WAUE.NTWK_H,11.2739,-0.2444,-3.9997,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,12.4977,0.8020,-3.8222,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,12.4977,0.8020,-3.8222,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,8.9702,-1.5938,-4.9540,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,9.1615,-1.4771,-4.8794,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,11.8553,-0.2069,-3.4558,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,8.9702,-1.5938,-4.9540,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,12.6022,0.0124,-2.9282,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,10.2623,-0.7947,-4.4610,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,10.2175,-0.5474,-4.7531,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,10.9180,-0.4136,-4.1864,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,8.6065,-2.4505,-4.4610,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,7.5030,-1.9080,-6.1070,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,7.8573,-1.9147,-5.7460,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,11.4785,-0.3194,-3.7201,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,7.3634,-1.3825,-6.7721,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,12.1216,-0.0054,-3.3910,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,9.5731,-1.1095,-4.8354,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,8.9380,-1.3644,-5.2156,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.VOLT.0152,V152_DDR,13.0389,1.0384,-3.5175,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE.VOLT.0172,V172_DDR,12.4871,0.5877,-3.6186,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_BEPM,WAUE_BEPM_LA,12.5063,0.2206,-3.2322,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,12.1690,-0.0130,-3.3360,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,11.6329,0.1871,-4.0722,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_EWA,WAUE_EWA_LA,8.5909,-0.9394,-5.9877,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,10.5346,-0.6468,-4.3366,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_HMMU,WAUE_HMMU_LA,10.5969,-0.0303,-4.8908,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,13.0424,-0.1059,-2.3697,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_MECB,WAUE_MECB_LA,11.3663,0.2163,-4.3681,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_MMPA,WAUE_MMPA_LA,12.8598,0.3423,-3.0005,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_MRES,WAUE_MRES_LA,11.4832,-0.1916,-3.8432,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,12.8286,0.7513,-3.4406,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,11.7997,-0.0262,-3.6921,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,10.4345,-0.5677,-4.5158,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_OTP,WAUE_OTP_LA,13.3378,0.7089,-2.8890,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_OTPW,WAUE_OTPW_LA,15.5563,0.6287,-0.5904,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM,WAUE_UGPM_LA,11.7993,0.0119,-3.7306,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,12.1002,0.0957,-3.5135,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,11.3649,-0.2751,-3.8780,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,9.0004,-0.5596,-5.9580,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,8.5909,-0.9394,-5.9877,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,10.5969,-0.0303,-4.8908,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,10.5506,-0.6125,-4.3549,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,11.7997,-0.0262,-3.6921,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,12.8598,0.3423,-3.0005,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,11.6684,-0.1299,-3.7198,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,10.0788,-0.7039,-4.7354,15.5181\n03/19/2025 11:00:00,03/19/2025 16:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,13.0461,0.7214,-3.1933,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-17.2861,-2.0641,-30.7400,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-13.9941,-1.3853,-28.1268,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,7.9689,-1.1653,-6.3838,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,84.3654,0.4322,68.4152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,84.3654,0.4322,68.4152,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-5.9462,-2.0961,-19.3681,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,77.8068,0.5260,61.7628,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,70.0921,0.5059,54.0682,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,29.1729,-0.9322,14.5872,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,29.2100,-0.8952,14.5872,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,18.9625,-0.8391,4.2836,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-10.7838,-1.9456,-24.3562,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-25.3692,-1.3895,-39.4977,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-16.3284,-2.2522,-29.5942,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-7.7517,-2.5225,-20.7472,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_ENMC,WFEC_ENMC_LA,7.1332,0.3636,-8.7484,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-16.5623,-1.1556,-30.9247,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,34.9817,0.3562,19.1075,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,12.0320,0.4511,-3.9371,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-17.2861,-2.0641,-30.7400,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-17.2861,-2.0641,-30.7400,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-17.2861,-2.0641,-30.7400,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_OKGE,WFEC_OKGE_LA,9.7599,0.0475,-5.8056,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,62.1580,0.5259,46.1141,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-11.5727,-2.1748,-24.9159,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-5.5691,-2.2824,-18.8047,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_WFEC,WFEC_LA,25.4704,-0.3522,10.3046,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,12.0320,0.4511,-3.9371,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-0.3718,-0.8183,-15.0715,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-5.2841,-1.4061,-19.3960,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,7.3954,0.4722,-8.5948,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,0.4887,-0.7811,-14.2482,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-10.4048,-1.3693,-24.5535,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-10.4048,-1.3693,-24.5535,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-7.8396,-1.0049,-22.3527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-7.8396,-1.0049,-22.3527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-7.8396,-1.0049,-22.3527,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,0.4887,-0.7811,-14.2482,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,7.4651,-0.0184,-8.0345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-3.5814,-0.7641,-18.3353,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-3.5814,-0.7641,-18.3353,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-3.5814,-0.7641,-18.3353,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-3.5814,-0.7641,-18.3353,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,7.4651,-0.0184,-8.0345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-8.1352,-1.5790,-22.0742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-21.1507,-0.6776,-35.9911,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.JEC.1,WRJEFFUN10_RA,3.2847,-0.5335,-11.6998,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.JEC.2,WRJEFFUN11_RA,3.3376,-0.5365,-11.6439,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.JEC.3,WRJEFFUN12_RA,3.2671,-0.6070,-11.6439,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-17.8872,-1.1267,-32.2784,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-10.6100,-1.1426,-24.9854,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-10.6100,-1.1426,-24.9854,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.LEC.4,WRLECUN26_RA,6.9449,-0.0853,-8.4878,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.LEC.5,WRLECUN27_RA,6.4958,-0.0547,-8.9675,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-2.1672,-0.6367,-17.0485,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-2.1672,-0.6367,-17.0485,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-2.1672,-0.6367,-17.0485,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-2.1180,-0.6070,-17.0290,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-2.1958,-1.0748,-16.6390,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,0.0056,-0.7314,-14.7810,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,0.0056,-0.7314,-14.7810,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-2.6059,-1.0392,-17.0846,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-0.4183,-0.8758,-15.0605,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,5.1232,-0.7691,-9.6257,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-0.1201,-0.8535,-14.7846,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-10.6138,-1.1464,-24.9854,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,71.4565,0.5076,55.4309,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-3.0838,-1.5058,-17.0960,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,1.9418,-0.5620,-13.0142,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-0.1721,-1.1522,-14.5379,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,7.4651,-0.0184,-8.0345,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,0.4887,-0.7811,-14.2482,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-9.4818,-0.8491,-24.1507,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.THAYERLD,WR.THAYERLD_LA,24.3660,0.4575,8.3905,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-10.3356,-0.8487,-25.0049,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0106,V106_DDR,-9.3399,-0.8060,-24.0518,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0139,WR.VOLT.0139_H,9.1566,0.0826,-6.4440,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-0.5323,-0.6231,-15.4272,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0146,WR.VOLT.0146_H,7.2539,0.0368,-8.3009,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0147,WR.VOLT.0147_H,7.2539,0.0368,-8.3009,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0148,WR.VOLT.0148_H,7.5455,0.0281,-8.0006,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-8.7168,-0.6952,-23.5395,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0157,V157_DDR,7.1715,0.0194,-8.3659,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0158,V158_DDR,7.2539,0.0368,-8.3009,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0159,WR.VOLT.0159_H,7.2539,0.0368,-8.3009,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-9.5416,-0.9119,-24.1477,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0173,V173_DDR,-2.2615,-0.7039,-17.0756,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0174,V174_DDR,-9.2373,-0.8322,-23.9231,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0184,V184_DDR,-8.8993,-0.9244,-23.4929,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-9.6075,-0.8405,-24.2850,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0186,V186_DDR,-9.6058,-0.8852,-24.2386,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-9.0983,-0.8904,-23.7259,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-10.1522,-0.8150,-24.8552,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-2.8831,-0.5436,-17.8575,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0190,WR.VOLT.0190_H,0.9883,-0.4777,-14.0520,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0191,WR.VOLT.0191_H,1.6826,-0.5173,-13.3181,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0192,WR.VOLT.0192_H,1.6826,-0.5173,-13.3181,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0196,WR.VOLT.0196_H,0.9883,-0.4777,-14.0520,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0245,V245_DDR,-9.6198,-0.8410,-24.2968,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.VOLT.0248,V248_DDR,-9.3399,-0.8060,-24.0518,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-13.6408,-1.0485,-28.1103,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,5.5079,-0.1637,-9.8464,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.WOLF,WRWOLFUN15_RA,-0.4460,-1.2328,-14.7312,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-8.1352,-1.5790,-22.0742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,7.3180,0.3948,-8.5948,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-12.6838,-1.1077,-27.0941,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-10.0702,-0.6907,-24.8975,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-0.4617,-0.6252,-15.3545,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-10.5129,-0.8567,-25.1742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-10.5129,-0.8567,-25.1742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-10.5129,-0.8567,-25.1742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-10.5129,-0.8567,-25.1742,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,1.2637,-0.3961,-13.8582,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-24.8252,-0.7999,-39.5433,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-24.8252,-0.7999,-39.5433,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-27.4192,-0.8444,-42.0928,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-27.4192,-0.8444,-42.0928,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_MIDW,WR_MIDW_LA,-1.9997,-0.8591,-16.6586,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,15.5979,0.3647,-0.2848,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,12.9168,0.1635,-2.7647,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-3.5423,-0.8206,-18.2397,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_SEG,WR_SEG_LA,13.4165,0.2045,-2.3060,15.5180\n03/19/2025 11:00:00,03/19/2025 16:00:00,WR_WR,WR_LA,-0.7298,-0.5180,-15.7297,15.5179\n03/19/2025 11:00:00,03/19/2025 16:00:00,YAD,VACS,22.9236,0.4922,6.9134,15.5180\n03/19/2025 12:00:00,03/19/2025 17:00:00,AEC,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_CSWS,CSWS_AECC_LA,32.3758,0.6034,18.8676,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,35.4440,0.4808,22.0585,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,31.7612,0.7665,18.0899,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,35.4246,0.3258,22.1941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.2391,0.4734,13.8610,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,32.3353,0.3357,19.0949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,27.2878,0.3216,14.0615,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AECI,AECI,23.9336,0.2317,10.7972,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AEPM_CSWS,CSWS_LA,31.8515,0.5334,18.4133,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,ALTW,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,AMRN,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-13.8369,-0.8021,-25.9395,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BBA,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BCA,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BEPM.ER01.DDR,ER01_DDR,5.6256,-1.4824,-5.7967,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BEPM_ER01,BEPM_ER01_LA,5.6256,-1.4824,-5.7967,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,5.5569,-0.3637,-6.9841,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,1.9681,-0.2937,-10.6429,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BEPM_UM01,BEPM_UM01_LA,10.3293,0.5355,-3.1109,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BLKW,BLKW,-9.4918,-0.6245,-21.7720,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-25.0000,-1.1535,-36.7512,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-25.0000,-1.1535,-36.7512,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,18.0643,-1.0458,6.2054,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-24.9797,-1.1332,-36.7512,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BRAZ,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BUBA,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-8.9371,-1.1640,-20.6778,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-8.3988,-0.5683,-20.7353,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,6.6081,-0.2428,-6.0538,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,6.6081,-0.2428,-6.0538,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CLEC,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,34.6400,0.3160,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,COWP,COWP_LA,20.1033,0.3683,6.8303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,20.1033,0.3683,6.8303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,20.1033,0.3683,6.8303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CPLE,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CPLW,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,24.5920,0.5123,11.1750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,24.5920,0.5123,11.1750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,24.5920,0.5123,11.1750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,24.5920,0.5123,11.1750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CRTH_SPA,WRCRTH_SPA_LA,33.5455,0.0171,20.6237,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,27.8063,1.3125,13.5891,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,2.1667,-0.6377,-10.1004,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,27.2878,0.3216,14.0615,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,35.4246,0.3258,22.1941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,27.7983,1.3029,13.5906,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.4550,0.8937,13.6565,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,27.6936,1.1718,13.6171,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,27.6936,1.1718,13.6171,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,35.2310,0.4297,21.8966,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,35.2310,0.4297,21.8966,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,35.2311,0.4298,21.8966,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,35.2311,0.4298,21.8966,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,27.2878,0.3216,14.0615,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,30.1236,0.9440,16.2748,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,55.7124,-0.0243,42.8319,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,55.5930,-0.1437,42.8319,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,39.1730,0.1402,26.1280,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,37.4136,0.2100,24.2988,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,37.4136,0.2100,24.2988,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,37.4154,0.2100,24.3007,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,37.4154,0.2100,24.3007,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-16.8402,-0.7861,-28.9589,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,9.5898,-0.4292,-2.8858,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,39.9640,0.2791,26.7802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-15.6269,-0.9700,-27.5617,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-15.5847,-0.9278,-27.5617,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-11.9865,-0.4939,-24.3974,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.GRID.CDL1,CDL1_DDR,37.9573,0.3227,24.7298,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,0.7605,-0.6409,-11.5033,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,2.7621,-0.9231,-9.2195,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,37.9573,0.3227,24.7298,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.CSI1,CSI1_DDR,38.6622,0.3472,25.4102,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.CSI2,CSI2_DDR,38.6669,0.3520,25.4102,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,34.6511,0.3271,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.GAZA,GAZA_DDR,37.9573,0.3227,24.7298,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,89.9001,0.6152,76.3802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.NUEN.T201,NT201_DDR,37.7941,0.2543,24.6351,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-3.8772,-0.8524,-15.9295,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-3.8772,-0.8524,-15.9295,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,27.2878,0.3216,14.0615,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.0172,1.3447,13.7678,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-11.9865,-0.4939,-24.3974,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-11.9865,-0.4939,-24.3974,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-11.5532,-0.7380,-23.7199,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-15.5847,-0.9278,-27.5617,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.2492,0.7446,13.5998,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,35.2767,0.1168,22.2552,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,35.0849,-0.0750,22.2552,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,35.0785,-0.0814,22.2552,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,17.2935,0.0732,4.3155,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,17.2935,0.0732,4.3155,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.4348,0.8535,13.6765,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,39.1254,0.2368,25.9839,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.4656,0.8878,13.6730,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.3335,1.6694,13.7593,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,31.0165,0.4497,17.6621,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,38.6669,0.3520,25.4102,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0057,OKMU_DDR,40.1184,0.3570,26.8567,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0060,LEHIGH_DDR,89.9001,0.6152,76.3802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0086,WARRENM_DDR,37.8159,0.2685,24.6427,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.0082,1.2575,13.8459,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,47.6190,0.2605,34.4537,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0121,V121_DDR,27.4348,0.8535,13.6765,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0122,V122_DDR,46.2224,0.2425,33.0752,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0124,V124_DDR,64.1392,0.1757,51.0587,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0135,V135_DDR,38.7774,0.2942,25.5785,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0144,V144_DDR,10.1182,-0.3867,-2.3998,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0145,V145_DDR,10.3391,-0.4580,-2.1076,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.4644,0.8783,13.6814,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,27.5456,0.5052,14.1356,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0175,V175_DDR,34.6511,0.3271,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,27.5456,0.5052,14.1356,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,27.6675,0.5994,14.1634,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,38.7774,0.2942,25.5785,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,38.8865,0.2705,25.7113,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,38.3406,0.2376,25.1982,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,51.8627,0.0979,38.8601,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,37.5542,0.1988,24.4507,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,38.8865,0.2705,25.7113,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0211,V211_DDR,27.6314,1.0688,13.6579,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,48.3129,0.2672,35.1410,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0213,V213_DDR,38.4863,0.2695,25.3120,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0215,V215_DDR,47.1740,0.2542,34.0151,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0217,V217_DDR,48.3592,0.2515,35.2029,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0218,V218_DDR,51.4316,0.1083,38.4186,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0228,V228_DDR,39.6291,0.2096,26.5148,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0232,V232_DDR,38.3828,0.2999,25.1782,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0233,V233_DDR,39.0657,0.2859,25.8750,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0240,V240_DDR,44.5418,0.1958,31.4412,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0244,V244_DDR,38.8865,0.2705,25.7113,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0246,MDT1_DDR,89.9001,0.6152,76.3802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0249,V249_DDR,38.4468,0.2846,25.2575,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0250,V250_DDR,0.9928,-0.6192,-11.2927,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0251,V251_DDR,37.8668,0.2386,24.7234,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.VOLT.0252,V252_DDR,51.8627,0.0979,38.8601,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-19.6272,-0.7553,-31.7766,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,14.8851,-0.8704,2.8507,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-12.6111,-1.4895,-24.0264,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.3429,0.7719,13.6663,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-16.2455,-2.2780,-26.8722,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,5.9010,-0.4820,-6.5217,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,5.9010,-0.4820,-6.5217,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,5.9010,-0.4820,-6.5217,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,5.9010,-0.4820,-6.5217,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,5.9010,-0.4820,-6.5217,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,27.2878,0.3216,14.0615,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,27.5500,1.1586,13.4867,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,38.3611,0.2781,25.1782,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,37.5699,0.2023,24.4629,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,42.3207,0.3932,29.0228,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,42.3207,0.3932,29.0228,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.2897,0.6248,13.7602,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.2897,0.6248,13.7602,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.6053,0.8787,13.8219,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.6053,0.8787,13.8219,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.4688,0.8337,13.7304,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-15.5739,-0.9170,-27.5617,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,DENL,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DERS,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DOE,DOE,21.3345,0.3358,8.0940,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,14.4147,0.0149,1.4951,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DPC,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,DUK,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDDY,EDDY,-1.8855,0.1508,-14.9410,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,31.7265,-0.0450,18.8667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-3.1632,-0.1905,-15.8775,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,36.3120,-0.1985,23.6057,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE.SLCC,EDESTL4391_PLT,33.4220,-0.1231,20.6404,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,33.3331,-0.0774,20.5058,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,19.2063,-0.2687,6.5704,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_EC_01,EDELAR3821UN1_RA,31.7265,-0.0450,18.8667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_EC_02,EDELAR3821UN2_RA,31.7265,-0.0450,18.8667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_EC_03,EDELAR3821UN3_RA,31.7265,-0.0450,18.8667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_EC_04,EDELAR3821UN4_RA,31.7265,-0.0450,18.8667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_EDE,EDE_LA,31.5030,0.2518,18.3465,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_ERW,EDEERWFUNG1_RA,-9.1201,-0.6203,-21.4046,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-6.5854,-0.6894,-18.8007,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,27.8248,0.5903,14.3298,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,27.8248,0.5903,14.3298,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,27.8248,0.5903,14.3298,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,27.8248,0.5903,14.3298,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,2.9800,0.4520,-10.3767,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_RIV_10,EDERIV1671UN10_RA,33.4416,-0.1667,20.7036,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_RIV_11,EDERIV1671UN11_RA,33.4416,-0.1667,20.7036,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_RIV_12,EDERIV453UN12_PLT,33.0804,-0.5279,20.7036,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_SL_01,EDESTL4391UN1_RA,33.1877,-0.3574,20.6404,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EDE_SWMP,EDE_SWMP_LA,30.5045,0.3736,17.2261,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,EEI,EEI,21.1880,0.3344,7.9489,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EES,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-7.9483,-0.6525,-20.2005,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ERCOTE,ERCOTE,27.2897,0.6248,13.7602,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ERCOTN,ERCOTN,-3.8220,-0.7972,-15.9295,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,0.4776,-0.4538,-11.9733,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,FMPP,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,FPC,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,FPL,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,FREM_50T,OPPDFREM_GUN1_RA,6.7461,-0.2204,-5.9382,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,FREM_6,OPPDFREM_AUN6_RA,6.7420,-0.2272,-5.9356,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,FREM_7,OPPDFREM_AUN7_RA,6.7420,-0.2272,-5.9356,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,FREM_8,OPPDFREM_AUN8_RA,6.6619,-0.3072,-5.9356,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,FREM_LOAD,FREM_LOAD_LA,6.7294,-0.2397,-5.9356,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-12.2755,-0.5241,-24.6562,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.2492,0.7446,13.5998,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-12.4180,-1.7809,-23.5419,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-26.7881,-0.9865,-38.7063,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,34.6400,0.3160,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,34.6400,0.3160,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,34.6400,0.3160,21.4193,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,38.6548,0.1856,25.5644,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,38.6548,0.1856,25.5644,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,38.7964,0.1820,25.7097,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,38.7964,0.1820,25.7097,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-20.5391,-0.9020,-32.5419,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,48.7639,0.1128,35.7464,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,48.7639,0.1128,35.7464,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,48.7639,0.1128,35.7464,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.VOLT.0130,V130_DDR,39.7578,0.3221,26.5310,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA.VOLT.0237,V237_DDR,39.8501,0.2401,26.7053,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDAHUB2,GRDAHUB2_H,26.8164,-0.1119,14.0236,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDAHUB3,GRDAHUB3_H,20.7177,-0.2162,8.0293,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA_GRDA,GRDA_LA,39.5698,0.2515,26.4135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA_HUB,GRDA_H,33.7459,0.0208,20.8203,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRDA_HUBSA,GRDASA_H,33.6442,-0.0020,20.7415,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GRE,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-5.5743,0.1078,-18.5868,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GSEC_SPS,SPS_GSEC_LA,-10.6879,-0.7289,-22.8638,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,GSPR2014HUB,GSPR2014HUB_H,-6.9613,-0.8050,-19.0610,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GSPR2015HUB,GSPR2015HUB_H,-6.0277,-0.8036,-18.1288,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-12.2537,-1.4630,-23.6955,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,HARRISON,CSWSLEBROCKPLT1,27.2332,0.6674,13.6610,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,HAST_TNSK_HUB,HAST_TNSK_H,3.3399,-0.5476,-9.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,HQST,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,HST,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,19.6843,0.2859,6.4936,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,19.6843,0.2859,6.4936,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,19.9002,0.2850,6.7105,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,19.9002,0.2850,6.7105,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,19.4154,0.2849,6.2257,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,19.4154,0.2849,6.2257,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDN_INDN,INDN_LA,19.7127,0.2948,6.5133,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ISNE,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,JEA,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,6.7201,-0.1743,-6.0104,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,6.7201,-0.1743,-6.0104,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-13.4973,-0.0148,-26.3872,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYCT4,KACYNEARMANUNCT4_RA,38.1200,0.2155,24.9998,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,57.5480,-0.1078,44.7511,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,38.1200,0.2155,24.9998,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,36.9718,0.2287,23.8384,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,37.2834,0.2287,24.1500,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KACY_KACY,KACY_LA,36.7144,0.2267,23.5830,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,26.3188,0.1389,13.2752,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,16.8334,0.5095,3.4192,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-9.2000,-0.6840,-21.4207,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-41.2400,-0.8805,-53.2642,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0222,V222_DDR,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0223,V223_DDR,15.4800,0.0038,2.5715,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0241,V241_DDR,17.1916,0.4396,3.8472,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0243,V243_DDR,22.4733,0.1941,9.3745,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0247,V247_DDR,16.5704,0.1185,3.5472,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.VOLT.0253,V253_DDR,26.1592,0.1442,13.1103,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-0.8541,-0.8999,-12.8589,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,14.1176,-0.1425,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,14.1176,-0.1425,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,14.1176,-0.1425,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,14.1176,-0.1425,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,26.2740,0.1374,13.2318,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,26.2740,0.1374,13.2318,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB,KCPLHUB_H,4.4089,-0.4505,-8.0454,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB17,KCPLHUB17_H,3.7236,-0.5100,-8.6711,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB18,KCPLHUB18_H,3.3986,-0.5086,-8.9975,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB19,KCPLHUB19_H,3.2806,-0.4810,-9.1431,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB20,KCPLHUB20_H,2.7491,-0.5333,-9.6223,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB21,KCPLHUB21_H,2.2511,-0.5262,-10.1275,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB22,KCPLHUB22_H,3.4424,-0.5217,-8.9405,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB23,KCPLHUB23_H,3.0266,-0.5369,-9.3412,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLHUB24,KCPLHUB24_H,2.3523,-0.5605,-9.9920,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-2.0412,0.0075,-14.9535,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-2.0412,0.0075,-14.9535,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,10.0573,-0.3610,-2.4864,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,10.0573,-0.3610,-2.4864,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,26.3234,0.1434,13.2752,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,26.3188,0.1389,13.2752,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,26.9834,0.1792,13.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,7.4556,-0.1916,-5.2575,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,19.5814,0.1303,6.5464,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KCPL_KCPL,KCPL_LA,22.7344,0.1151,9.7145,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KENN,KENN_LA,7.5598,0.4351,-5.7801,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KEP2_SECI,KEP2_SECI_LA,-9.5934,-0.8623,-21.6358,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KERR_1,GRDAKERR_HYDUN1_RA,39.4228,0.2180,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KERR_2,GRDAKERR_HYDUN2_RA,39.2820,0.2201,26.1571,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KERR_3,GRDAKERR_HYDUN3_RA,39.2820,0.2201,26.1571,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KERR_4,GRDAKERR_HYDUN4_RA,39.4228,0.2180,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,14.1175,-0.1426,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,14.1175,-0.1426,1.3553,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,15.8352,-0.0635,2.9940,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,15.8352,-0.0635,2.9940,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,12.0268,-0.1477,-0.7302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,10.3180,-0.1279,-2.4588,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,10.3180,-0.1279,-2.4588,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-8.5170,-0.9951,-20.4266,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-8.5170,-0.9951,-20.4266,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-8.5170,-0.9951,-20.4266,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-6.4288,-0.4105,-18.9230,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-6.4288,-0.4105,-18.9230,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-8.5969,-1.0069,-20.4948,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-6.8615,-0.5245,-19.2417,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-6.1541,-0.3977,-18.6611,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,51.4149,-0.1336,38.6437,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,51.4149,-0.1336,38.6437,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-3.9455,-0.2870,-16.5633,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-3.9455,-0.2870,-16.5633,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-3.9455,-0.2870,-16.5633,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-7.3364,-0.7161,-19.5250,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-7.6293,-0.8332,-19.7008,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,1.9518,-0.3751,-10.5777,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-15.9485,0.0411,-28.8943,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LAFA,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LAM345,LAM345,-8.9371,-1.1640,-20.6778,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LEPA,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,5.3970,-0.2381,-7.2696,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_LES,LES_LA,5.4183,-0.2523,-7.2342,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,5.6186,-0.2920,-6.9941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,5.2604,-0.2887,-7.3556,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,5.2604,-0.2887,-7.3556,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,5.2604,-0.2887,-7.3556,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,5.6217,-0.2890,-6.9941,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,5.6186,-0.2920,-6.9941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_WAVERLY,LES_WAVERLY_H,5.5933,-0.2974,-7.0140,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,6.8736,-0.2806,-5.7506,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,6.8736,-0.2806,-5.7506,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,LGEE,LGEE,19.9474,0.2663,6.7764,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MALDEN,MALDEN_LA,8.8362,0.4204,-4.4889,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MCWEST,MCWEST,9.8729,0.1584,-3.1903,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MDU,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,2.9320,-0.3690,-9.6038,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,2.3569,-0.0703,-10.4776,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,6.6304,0.4135,-6.6879,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MEAN_NPPD,NPPD_MEAN_LA,2.4807,-0.6634,-9.7606,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MEC,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MHEB,MHEB,10.8600,0.1833,-2.2280,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-3.6193,-0.6759,-15.8481,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-7.4019,-0.8833,-19.4234,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-3.6193,-0.6759,-15.8481,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-3.6193,-0.6759,-15.8481,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-7.4019,-0.8833,-19.4234,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MISO,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-9.5005,-0.8357,-21.5695,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-9.5005,-0.8357,-21.5695,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-3.8264,-0.4363,-16.2948,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-9.8944,-1.0715,-21.7276,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-7.1160,-0.7641,-19.2566,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-10.4041,-0.9633,-22.3455,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-9.8493,-0.7885,-21.9656,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-10.4949,-0.9032,-22.4964,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-9.8424,-0.7299,-22.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-9.8424,-0.7299,-22.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-9.8424,-0.7299,-22.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-9.8424,-0.7299,-22.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-9.8424,-0.7299,-22.0172,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,11.4211,0.0503,-1.5339,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,17.7170,0.2970,4.5152,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,17.7170,0.2970,4.5152,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,16.7306,0.1975,3.6284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,16.5928,0.4881,3.1999,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MOWR,AECI,23.9336,0.2317,10.7972,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,16.7618,0.1534,3.7037,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,17.9894,0.3033,4.7814,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,6.3363,-0.6328,-5.9356,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,7.5410,-0.3187,-5.0451,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-12.0177,-0.9246,-23.9978,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,6.3778,-0.5914,-5.9356,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,14.4196,0.0197,1.4951,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,14.4196,0.0197,1.4951,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,14.4201,0.0203,1.4951,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,14.4201,0.0203,1.4951,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,1.9561,0.0033,-10.9520,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,1.9978,0.0451,-10.9520,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,21.3124,0.3208,8.0869,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,15.3007,0.0181,2.3779,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,14.1431,-0.0307,1.2691,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,14.1432,-0.0306,1.2691,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,14.1432,-0.0306,1.2691,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,20.6294,0.1392,7.5854,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,20.6294,0.1392,7.5854,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MPS_MPS,MPS_LA,13.6649,0.1586,0.6016,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MSTNG,SPSMSTNGPLT1,0.8836,0.2040,-12.2251,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MSTNG4,SPSMSTNGUN4_RA,0.8458,0.1661,-12.2251,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,MSTNG5,SPSMSTNGUN5_RA,0.8836,0.2040,-12.2251,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,0.8836,0.2040,-12.2251,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NBSO,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,5.4788,-0.6119,-6.8141,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,5.4768,-0.6138,-6.8141,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-13.1589,-2.1079,-23.9558,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NHC1,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,6.7408,-0.2146,-5.9494,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,6.7408,-0.2146,-5.9494,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,6.7408,-0.2146,-5.9494,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,4.3970,-0.8146,-7.6931,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,2.9707,-0.6807,-9.2534,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,4.3792,-0.4925,-8.0330,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,6.8044,-0.3679,-5.7324,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,2.9707,-0.6807,-9.2534,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.HUB.PY2018,NPPDPY18_H,2.9087,-0.7202,-9.2759,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,3.0046,-0.7126,-9.1875,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,2.9348,-0.7089,-9.2610,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,3.0140,-0.6962,-9.1946,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,7.0923,-0.4139,-5.3985,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,1.4242,-0.8006,-10.6799,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,1.4242,-0.8006,-10.6799,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,0.5691,-0.6267,-11.7089,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,7.0923,-0.4139,-5.3985,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,5.8008,-0.8792,-6.2247,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,2.5469,-1.0126,-9.3452,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-0.6456,-0.7892,-12.7611,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,2.5469,-1.0126,-9.3452,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,3.4743,-0.8796,-8.5509,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,2.3007,-0.9278,-9.6762,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,4.8602,-0.1622,-7.8823,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,2.9707,-0.6807,-9.2534,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-0.3109,-0.8091,-12.4066,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,1.4242,-0.8006,-10.6799,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,1.4242,-0.8006,-10.6799,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,1.9605,-0.5623,-10.3819,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,1.9193,-0.5740,-10.4114,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,1.9193,-0.5740,-10.4114,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,2.5227,-0.2809,-10.1011,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-5.3800,-0.1299,-18.1548,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,3.1771,-0.5044,-9.2232,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,4.7500,-0.6401,-7.5146,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-10.0000,-0.0653,-22.8394,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-12.3872,-0.0688,-25.2231,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.NELI.DDR,NELI_DDR,6.6433,-0.5155,-5.7459,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.NPPM.1058,SH1058_DDR,5.9828,-0.1260,-6.7959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,2.4771,-0.3838,-10.0438,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,2.9707,-0.6807,-9.2534,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,4.3792,-0.4925,-8.0330,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,7.0923,-0.4139,-5.3985,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.TECH.1,KEARNE_DDR,2.7812,-0.2715,-9.8521,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,4.3320,-1.0786,-7.4941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,4.3320,-1.0786,-7.4941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,6.8904,-0.4822,-5.5321,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD.VOLT.0236,V236_DDR,3.9769,-0.1716,-8.7563,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD2017HUB,NPPD2017HUB_H,2.9092,-0.7174,-9.2782,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,5.6995,-0.4386,-6.7667,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,4.3970,-0.8146,-7.6931,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,2.4929,-1.2044,-9.2075,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,2.4929,-1.2044,-9.2075,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,4.1360,-0.1995,-8.5693,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,3.9895,-0.1590,-8.7563,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,3.8927,-0.3551,-8.6569,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,2.0199,-0.5792,-10.3057,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,5.7098,-0.3990,-6.7959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,5.7098,-0.3990,-6.7959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,5.7098,-0.3990,-6.7959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,3.3567,-0.5387,-9.0093,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,4.8039,-0.5501,-7.5507,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,3.4386,-0.2923,-9.1738,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,6.5227,-1.1161,-5.2660,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,6.5929,-1.0458,-5.2660,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,0.9102,-0.8636,-11.1309,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,0.7214,-0.8669,-11.3164,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,3.7462,-0.4860,-8.6725,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,3.7349,-0.4974,-8.6725,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,3.7349,-0.4974,-8.6725,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,3.7320,-0.4672,-8.7056,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,5.8008,-0.8792,-6.2247,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,3.6918,-0.4712,-8.7417,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,4.8424,-0.3546,-7.7077,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,3.3690,-0.5082,-9.0276,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,3.3573,-0.5171,-9.0303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,3.3632,-0.5078,-9.0338,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,3.3632,-0.5078,-9.0338,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,3.3567,-0.5387,-9.0093,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,3.3109,-0.5845,-9.0093,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,5.4248,-0.3607,-7.1192,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,3.5584,-0.2572,-9.0892,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,0.9634,-0.8253,-11.1160,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,5.5146,-0.9859,-6.4043,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-0.9342,-0.8351,-13.0038,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,6.1963,0.0875,-6.7959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,6.6433,-0.5155,-5.7459,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,1.1187,-0.8350,-10.9511,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,1.1187,-0.8350,-10.9511,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_NPPD,NPPD_LA,4.1776,-0.4046,-8.3226,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,4.8424,-0.3546,-7.7077,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,4.8424,-0.3546,-7.7077,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,1.6689,-0.3907,-10.8452,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,1.9369,-0.7262,-10.2417,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NSB,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NSP,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,NSSO,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,NYIS,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-12.8400,-1.4601,-24.2846,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-19.3000,-0.9202,-31.2845,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-2.7056,-0.7249,-14.8854,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-2.7056,-0.7249,-14.8854,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-12.3941,-1.6583,-23.6405,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-26.7881,-0.9865,-38.7063,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-91.4158,-0.5959,-103.7247,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-42.6998,-0.8820,-54.7225,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-22.5676,-0.9098,-34.5625,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-19.4898,-0.9270,-31.4675,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,3.1326,-0.3311,-9.4410,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-22.5676,-0.9098,-34.5625,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-12.5343,-1.6143,-23.8248,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-13.0192,-1.4203,-24.5037,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,37.0983,-0.0665,24.2601,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-19.4898,-0.9270,-31.4675,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-16.6370,-0.8778,-28.6639,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-1.7660,-0.8502,-13.8206,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-11.7356,-0.7475,-23.8928,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-42.6606,-0.0648,-55.5006,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-19.4898,-0.9270,-31.4675,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-9.5639,-0.7161,-21.7526,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NUEN.LAM1,LAM1_DDR,34.2013,0.8951,20.4015,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NUEN.MDT2,MDT2_DDR,3.1326,-0.3311,-9.4410,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NUEN.MDT3,MDT3_DDR,3.1326,-0.3311,-9.4410,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-9.7981,-0.7178,-21.9850,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,0.7437,-0.3759,-11.7851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,0.7437,-0.3759,-11.7851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,0.7437,-0.3759,-11.7851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,6.5041,-0.3155,-6.0851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,6.5041,-0.3155,-6.0851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,0.7437,-0.3759,-11.7851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,0.7437,-0.3759,-11.7851,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-19.4898,-0.9270,-31.4675,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,16.0669,0.5379,2.6243,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-12.5343,-1.6143,-23.8248,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-31.3353,-0.1655,-44.0745,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-16.6370,-0.8778,-28.6639,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,30.7626,0.5722,17.2856,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-17.0795,-0.7265,-29.2577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-17.0795,-0.7265,-29.2577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-17.0795,-0.7265,-29.2577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-17.0795,-0.7265,-29.2577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-19.8898,-1.3032,-31.4914,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-22.9391,-0.8808,-34.9630,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-19.3000,-0.9202,-31.2845,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-27.7151,-0.8587,-39.7611,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-27.7151,-0.8587,-39.7611,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-25.5146,-0.1048,-38.3146,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-13.7608,-0.8206,-25.8450,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-13.7608,-0.8206,-25.8450,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-13.7608,-0.8206,-25.8450,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0033,FOSTER_DDR,12.6286,-0.2861,0.0100,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,34.4596,0.4820,21.0728,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0035,TARBY_DDR,34.1116,0.7243,20.4826,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,34.4596,0.4820,21.0728,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,34.1919,0.3501,20.9371,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,34.1919,0.3501,20.9371,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-38.7400,-0.1040,-51.5407,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0040,TROSPER_DDR,16.0008,-0.2654,3.3614,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,15.9320,-0.2652,3.2925,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,32.0540,0.6802,18.4690,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0115,V115_DDR,4.1282,-0.3241,-8.4525,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0116,V116_DDR,74.9793,-0.0140,62.0885,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0118,V118_DDR,13.6999,0.0081,0.7871,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0125,V125_DDR,32.8128,0.7856,19.1225,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0126,V126_DDR,35.1316,0.4171,21.8098,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0129,V129_DDR,0.7613,-0.6402,-11.5033,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,40.4600,-0.3390,27.8942,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0134,V134_DDR,35.8508,0.5076,22.4384,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0138,V138_DDR,34.5965,0.3600,21.3317,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,34.0947,-0.2745,21.4645,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0143,V143_DDR,33.7565,0.2841,20.5677,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0149,V149_DDR,-8.6817,-0.6564,-20.9300,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0150,V150_DDR,-8.6703,-0.7022,-20.8729,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0155,V155_DDR,34.1064,0.2975,20.9042,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0156,V156_DDR,40.4600,-0.3390,27.8942,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0166,V166_DDR,35.1239,0.7536,21.4656,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,33.3442,-0.2795,20.7189,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-8.6703,-0.7022,-20.8729,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0170,V170_DDR,-9.9283,-0.7167,-22.1163,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-17.5617,-0.6314,-29.8350,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0176,V176_DDR,-8.6703,-0.7022,-20.8729,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0177,V177_DDR,-16.0168,-1.2818,-27.6397,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,26.5609,-0.2783,13.9345,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-6.0000,-0.7318,-18.1729,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0195,V195_DDR,135.9194,0.7859,122.2287,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0197,V197_DDR,36.3019,0.5021,22.8951,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0198,V198_DDR,35.1239,0.7536,21.4656,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0208,V208_DDR,136.0000,0.7994,122.2959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0209,V209_DDR,136.0000,0.7994,122.2959,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,36.1568,0.3786,22.8735,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0216,V216_DDR,15.9146,-0.2659,3.2757,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0219,V219_DDR,34.1064,0.2975,20.9042,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0220,V220_DDR,-8.6703,-0.7022,-20.8729,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0224,V224_DDR,3.3833,-0.3427,-9.1787,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0225,V225_DDR,3.3840,-0.3420,-9.1787,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0226,V226_DDR,3.3833,-0.3427,-9.1787,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0227,V227_DDR,3.3833,-0.3427,-9.1787,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0229,V229_DDR,-34.0622,-0.0326,-46.9343,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0231,V231_DDR,20.3579,0.0981,7.3550,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0238,V238_DDR,-18.8302,-0.9702,-30.7647,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.VOLT.0242,V242_DDR,34.3234,0.3278,21.0908,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-16.1686,-1.8965,-27.1768,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-19.0996,-0.8987,-31.1057,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-13.0085,-1.4095,-24.5037,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-16.1686,-1.8965,-27.1768,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-12.4486,-1.6323,-23.7210,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-47.8210,-0.8418,-59.8839,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEHL7,OKGEHL7_H,25.9097,-0.2605,13.2654,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEHL8,OKGEHSL1UN8_RA,25.9097,-0.2605,13.2654,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEHL910,OKGEHSL1PLT2,25.9097,-0.2605,13.2654,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-12.7361,-1.5018,-24.1390,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEMCC,OKGEMCCLAIPLT1,1.1158,-0.4762,-11.3127,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,31.6650,0.2276,18.5327,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,31.6650,0.2276,18.5327,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,31.6650,0.2276,18.5327,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,19.0937,-0.4568,6.6457,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,19.0937,-0.4568,6.6457,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,19.0937,-0.4568,6.6457,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,19.0937,-0.4568,6.6457,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESM1,OKGESEMINOLEUN1_RA,14.5874,-0.1962,1.8788,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESM2,OKGESEMINOLEUN2_RA,11.6754,-0.2251,-1.0042,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESM3,OKGESEMINOLEUN3_RA,11.6754,-0.2251,-1.0042,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESO1,OKGESONR1UN1_RA,-57.5532,-0.8116,-69.6463,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESO2,OKGESONR1UN2_RA,-27.7151,-0.8587,-39.7611,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-12.8167,-1.5824,-24.1390,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-13.2463,-1.7564,-24.3946,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGETINK5A,OKGETINK5UN1_RA,14.1559,-0.2963,1.5474,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGETINK5B,OKGETINK5UN2_RA,14.1559,-0.2963,1.5474,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-13.4231,-1.2131,-25.1147,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-19.3000,-0.9202,-31.2845,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,31.4344,0.8591,17.6706,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-11.2965,-0.7095,-23.4917,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_OKGE,OKGE_LA,19.5016,-0.1281,6.7249,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-31.3353,-0.1655,-44.0745,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-13.4565,-1.2465,-25.1147,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMLP,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,40.8789,0.1562,27.8180,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,31.7129,0.8102,17.9980,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_GENHUB,OMPA_GENHUB_H,0.4865,-0.3516,-12.0666,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-91.3024,-0.4824,-103.7247,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-7.1576,-0.8270,-19.2353,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-22.5676,-0.9098,-34.5625,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-15.6255,-1.8775,-26.6528,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-4.3980,-1.2737,-16.0290,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,163.7923,0.1270,150.7606,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-91.3395,-0.5196,-103.7247,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-91.3395,-0.5196,-103.7247,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_SPP,OMPA_SPP_LA,-1.2083,-0.5094,-13.6036,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-16.1686,-1.8965,-27.1768,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,36.5854,0.1447,23.5360,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,36.5854,0.1447,23.5360,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,36.5854,0.1447,23.5360,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,36.5854,0.1447,23.5360,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,ONT,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,6.7266,-0.2169,-5.9613,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,6.7356,-0.1979,-5.9713,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,6.7408,-0.2146,-5.9494,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,6.5688,-0.1587,-6.1773,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,6.6113,-0.1820,-6.1114,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,6.6113,-0.1820,-6.1114,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_GLDN,OPPD_GLDN_LA,6.6427,-0.2147,-6.0474,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,6.7424,-0.2063,-5.9561,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,5.8008,-0.8792,-6.2247,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,4.5712,-0.3859,-7.9477,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,6.7405,-0.2139,-5.9503,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_OPPD,OPPD_LA,6.6758,-0.1764,-6.0526,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,6.6485,-0.1671,-6.0891,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,6.6358,-0.1714,-6.0975,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OTP,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,OVEC,OVEC,19.1275,0.2404,5.9823,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PARAGOULD,PARAGOULD_LA,5.5293,0.4587,-7.8341,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,39.1227,0.1069,26.1111,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,39.1227,0.1069,26.1111,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,39.1227,0.1069,26.1111,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,38.8193,0.1580,25.7565,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,38.8193,0.1580,25.7565,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,38.8193,0.1580,25.7565,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PIGGOTT,PIGGOTT_LA,8.0148,0.4299,-5.3199,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PJM,PJM,17.9173,0.1990,4.8135,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PLUM,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,POPLARBLUFF,POPLARBLUFF_LA,12.8938,0.3859,-0.3968,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,9.6606,-0.0320,-3.2121,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,9.6606,-0.0320,-3.2121,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,9.7241,-0.0159,-3.1647,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,9.7241,-0.0159,-3.1647,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,10.6257,0.8513,-3.1303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,10.6257,0.8513,-3.1303,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,9.8747,0.1550,-3.1851,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,9.0377,-0.4349,-3.4321,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-8.3988,-0.5683,-20.7353,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,83.9927,0.1591,70.9290,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,3.6432,0.0984,-9.3599,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-1.0774,-0.0194,-13.9627,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,43.7382,0.4266,30.4069,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,35.3387,0.4960,21.9380,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,9.8451,-0.1432,-2.9165,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,10.2782,0.1918,-2.8183,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,8.7906,-0.3404,-3.7737,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,22.0000,1.2714,7.8239,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,10.5933,0.2825,-2.5939,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,9.6284,0.0219,-3.2983,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,PUPP,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,RCEAST,RCEAST,5.9657,-0.8880,-6.0510,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_1,GRDASALINA1UN1_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_2,GRDASALINA1UN2_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_3,GRDASALINA1UN3_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_4,GRDASALINA1UN4_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_5,GRDASALINA1UN5_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SALINA_6,GRDASALINA1UN6_RA,39.4241,0.2193,26.3001,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SARPY_1,OPPDSARPYUN1_RA,6.6449,-0.2032,-6.0566,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SARPY_2,OPPDSARPYUN2_RA,6.6460,-0.1767,-6.0820,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SARPY_3,OPPDSARPYUN3_RA,6.6444,-0.2319,-6.0284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SARPY_4,OPPDSARPYUN4_RA,6.6444,-0.2319,-6.0284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SARPY_5,OPPDSARPYUN5_RA,6.6444,-0.2319,-6.0284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SC,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SCEG,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SCSE,SCSE,1.4797,-0.7386,-10.6865,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SEC,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-11.0777,-1.2257,-22.7568,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-11.0777,-1.2257,-22.7568,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-11.0777,-1.2257,-22.7568,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-8.6801,-0.9677,-20.6171,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-11.0777,-1.2257,-22.7568,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-9.5524,-1.2165,-21.2406,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-9.5780,-1.2448,-21.2379,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-9.5780,-1.2448,-21.2379,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-9.8440,-0.7316,-22.0172,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-12.1349,-1.1099,-23.9298,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-6.4856,-0.4673,-18.9230,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-8.9754,-0.8666,-21.0136,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-5.0848,-1.0074,-16.9821,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-10.7307,-1.2306,-22.4048,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-5.0114,-0.9947,-16.9214,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-9.8530,-1.0762,-21.6815,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-9.5392,-0.7165,-21.7274,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-8.6254,-1.0594,-20.4707,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-8.6254,-1.0594,-20.4707,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-8.6254,-1.0594,-20.4707,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-8.6254,-1.0594,-20.4707,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-8.8168,-1.1284,-20.5931,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-9.5524,-1.2165,-21.2406,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI_SECI,SECI_LA,-8.6037,-0.8406,-20.6678,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-9.8440,-0.7316,-22.0172,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SEHA,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-13.4565,-1.2465,-25.1147,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SERU,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SETH,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SGE,SGE,2.3668,-0.7089,-9.8290,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SMEP,MISO,17.1559,0.2510,4.0002,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SOCO,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPA,SPA,26.8229,0.4997,13.4184,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPC,SPC,10.3506,0.4919,-3.0460,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPPNORTH_HUB,SPPNORTH_H,5.6395,-0.2615,-7.0038,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPPSOUTH_HUB,SPPSOUTH_H,5.7500,-0.6332,-6.5215,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,27.4984,0.4284,14.1653,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,27.4984,0.4284,14.1653,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,26.8909,0.4079,13.5783,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,26.8909,0.4079,13.5783,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_NIXA,SPRM_NIXA_LA,27.6823,0.4198,14.3578,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_SPRM,SPRM_LA,27.6045,0.4751,14.2247,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,27.7358,0.3608,14.4703,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,27.7358,0.3608,14.4703,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,27.7018,0.3267,14.4703,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,27.7358,0.3608,14.4703,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-7.9909,-0.5854,-20.3103,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-11.2124,-0.8265,-23.2906,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-12.5316,-1.5018,-23.9345,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-12.5316,-1.5018,-23.9345,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-14.9730,-1.3267,-26.5510,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-4.6338,-0.9344,-16.6041,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-11.6076,-2.6124,-21.8999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,-2.5070,-0.5006,-14.9111,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-15.2185,-0.7565,-27.3667,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,-0.2921,0.1542,-13.3511,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,-0.6655,0.1585,-13.7288,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,-0.6655,0.1585,-13.7288,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,-0.2921,0.1542,-13.3511,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-12.4875,-1.4574,-23.9348,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-11.2124,-0.8265,-23.2906,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-12.2016,-1.2675,-23.8388,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-12.3855,-1.6733,-23.6169,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-11.9874,-1.1591,-23.7330,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-11.8600,-0.9603,-23.8045,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-12.1404,-1.2452,-23.8000,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-12.1644,-1.6742,-23.3949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-12.1644,-1.6742,-23.3949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-12.1644,-1.6742,-23.3949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-12.1644,-1.6742,-23.3949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GRID.WRAB,WRAB_DDR,-12.3047,-1.1810,-24.0284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-12.1644,-1.6742,-23.3949,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-13.8369,-0.8021,-25.9395,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-13.8369,-0.8021,-25.9395,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-13.7101,-0.7613,-25.8535,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-13.7101,-0.7613,-25.8535,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-13.7101,-0.7613,-25.8535,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-13.8369,-0.8021,-25.9395,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-12.5316,-1.3773,-24.0591,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-12.5315,-1.3772,-24.0590,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-12.5301,-1.3773,-24.0575,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-13.1589,-2.1079,-23.9558,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,-0.3963,0.1261,-13.4271,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-15.1591,-0.7630,-27.3009,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-15.1591,-0.7630,-27.3009,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-15.1591,-0.7630,-27.3009,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-15.1591,-0.7630,-27.3009,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,0.6756,0.1763,-12.4054,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,-0.2521,0.1322,-13.2890,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,-0.2521,0.1322,-13.2890,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-13.4014,-1.1915,-25.1147,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-12.5229,-1.3712,-24.0564,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-12.5229,-1.3712,-24.0564,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-12.5418,-1.3729,-24.0737,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-12.3047,-1.1810,-24.0284,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-12.2003,-1.4871,-23.6179,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-12.3810,-1.4040,-23.8818,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-12.3941,-1.6583,-23.6405,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-12.3588,-1.2071,-24.0564,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-10.4840,-0.7179,-22.6708,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-10.4840,-0.7179,-22.6708,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-10.1096,-0.7418,-22.2725,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-15.0109,-1.1234,-26.7922,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-12.6115,-2.0085,-23.5077,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-11.3161,-2.3209,-21.8999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-14.9965,-1.1090,-26.7922,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-12.4653,-1.4352,-23.9348,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-6.9298,-0.7106,-19.1239,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,-2.1207,-0.1144,-14.9111,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-6.9298,-0.7106,-19.1239,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-2.0907,-0.0769,-14.9185,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-12.3374,-1.4858,-23.7564,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,-0.3539,0.7023,-13.9610,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,-0.3516,0.7047,-13.9610,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,-0.3707,0.4479,-13.7233,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,-0.2265,0.1373,-13.2686,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,-1.2087,0.4718,-14.5852,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-8.9371,-1.1640,-20.6778,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-12.3604,-1.2347,-24.0304,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-9.5077,-0.7076,-21.7048,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-9.5077,-0.7076,-21.7048,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-6.9298,-0.7106,-19.1239,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-15.3547,-0.6942,-27.5653,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,5.0317,0.5144,-8.3875,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-9.1329,-0.0971,-21.9405,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-9.6509,-0.4383,-22.1173,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-12.6495,-0.8797,-24.6745,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,-0.3539,0.7023,-13.9610,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,-0.6132,0.9218,-14.4398,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,-0.7750,0.7600,-14.4398,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-14.8717,-0.9843,-26.7922,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-9.4556,-0.4647,-21.8956,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-12.1608,-1.5307,-23.5349,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-12.1888,-1.5585,-23.5350,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0163,V163_DDR,-12.1465,-1.1759,-23.8753,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0168,V168_DDR,-14.5310,-0.8301,-26.6057,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0180,V180_DDR,-0.6132,0.9218,-14.4398,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0181,V181_DDR,-12.4284,-1.8141,-23.5190,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0182,V182_DDR,-1.0823,0.6242,-14.6112,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0199,V199_DDR,2.6285,0.4265,-10.7027,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0200,V200_DDR,-0.1784,0.4434,-13.5266,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.VOLT.0235,V235_DDR,-12.2003,-1.4871,-23.6179,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-11.6076,-2.6124,-21.8999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,-2.5070,-0.5006,-14.9111,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-12.3275,-1.5368,-23.6955,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-12.3953,-1.2914,-24.0087,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS_SPS,SPS_LA,-4.3174,-0.0490,-17.1732,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-0.2982,-0.2156,-12.9873,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SSCN_NPPD,SSCN_NPPD_LA,5.5077,-0.2898,-7.1072,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,13.0038,0.3748,-0.2758,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,13.0038,0.3748,-0.2758,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,TAL,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,TEC,SOUC,25.4487,0.4602,12.0837,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,5.5146,-0.9859,-6.4043,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,TVA,TVA,25.9277,0.4116,12.6114,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB,UCUHUB_H,-1.9684,-0.2329,-14.6403,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB17,UCUHUB17_H,-3.9174,-0.5274,-16.2948,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB18,UCUHUB18_H,-1.7280,-0.4383,-14.1945,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB19,UCUHUB19_H,-3.8610,-0.5111,-16.2546,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB20,UCUHUB20_H,-3.4569,-0.4967,-15.8649,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB21,UCUHUB21_H,-5.4055,-0.5789,-17.7313,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB22,UCUHUB22_H,-4.9497,-0.6121,-17.2423,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB23,UCUHUB23_H,-5.0176,-0.6196,-17.3028,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,UCUHUB24,UCUHUB24_H,-2.1078,-0.5333,-14.4792,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,10.4327,0.5925,-3.0645,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,10.4327,0.5925,-3.0645,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,9.4288,-0.2075,-3.2684,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,9.4288,-0.2075,-3.2684,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,10.0060,-0.2144,-2.6843,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,9.6507,-0.1179,-3.1361,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,9.6507,-0.1179,-3.1361,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,10.4327,0.5925,-3.0645,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,10.0745,-0.1968,-2.6335,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,10.3558,0.2605,-2.8094,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,9.4259,-0.0247,-3.4541,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,6.7821,-1.2186,-4.9040,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,10.3526,0.5649,-3.1170,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,10.3526,0.5649,-3.1170,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,8.4347,-1.0991,-3.3709,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,9.4722,-0.2103,-3.2222,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,9.7835,-0.2224,-2.8988,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,8.9263,-0.2635,-3.7149,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,9.5050,0.0570,-3.4568,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,9.3242,-0.2329,-3.3477,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,9.1096,-0.4242,-3.3709,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,9.1096,-0.4242,-3.3709,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,9.4795,-0.1839,-3.2414,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,6.3971,-1.3447,-5.1629,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,10.1007,0.6322,-3.4363,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,23.3190,0.1393,10.2750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,23.3190,0.1393,10.2750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,23.3190,0.1393,10.2750,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,9.9221,0.1577,-3.1404,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,9.9221,0.1577,-3.1404,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,9.9221,0.1577,-3.1404,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,10.6304,0.7635,-3.0379,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,9.7643,-0.1988,-2.9416,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,9.7643,-0.1988,-2.9416,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,1.9258,-0.7248,-10.2541,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,8.7530,-0.1098,-4.0419,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,10.1800,0.2451,-2.9698,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,7.7766,-0.4014,-4.7267,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,5.8414,-1.6819,-5.3814,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,9.2863,-0.3015,-3.3169,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,10.3655,0.5647,-3.1039,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,10.3655,0.5647,-3.1039,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,10.3645,0.5636,-3.1039,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,10.3655,0.5647,-3.1039,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,10.2690,0.4805,-3.1163,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,7.0423,-0.9231,-4.9394,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,10.2280,0.0322,-2.7089,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,8.2658,-0.0870,-4.5520,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,8.2658,-0.0870,-4.5520,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,7.5322,-0.4333,-4.9392,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,7.5322,-0.4333,-4.9392,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,9.9092,-0.0540,-2.9416,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,10.0459,-0.0096,-2.8492,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,9.0885,-0.3250,-3.4913,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,6.6486,-1.1147,-5.1414,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,10.0454,-0.0754,-2.7839,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,10.0060,-0.2144,-2.6843,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,10.0060,-0.2144,-2.6843,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,8.9263,-0.2635,-3.7149,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,5.9139,-0.9346,-6.0562,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,8.5674,-0.4772,-3.8601,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,6.5302,-1.2116,-5.1629,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,9.1945,-0.3598,-3.3504,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.FSE,WAUE.FSE_H,5.8795,-0.6052,-6.4200,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,9.7962,0.0367,-3.1452,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,9.7618,0.0064,-3.1493,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,6.3963,-1.2194,-5.2890,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,6.4735,-1.1620,-5.2692,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,9.9344,-0.1995,-2.7709,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,9.9153,-0.2615,-2.7279,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.6100,-0.9693,-24.5454,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,6.7821,-1.2186,-4.9040,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-4.5500,-0.7180,-16.7367,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,8.3171,-0.3038,-4.2838,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,8.3174,-0.3036,-4.2838,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,8.3175,-0.3034,-4.2838,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,9.2719,-0.2070,-3.4259,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,5.9139,-0.9346,-6.0562,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,9.9538,0.0723,-3.0232,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,8.7357,-0.3493,-3.8197,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,10.0494,0.5810,-3.4363,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,9.1325,0.1747,-3.9469,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,9.5354,0.0364,-3.4057,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,10.9087,-0.0967,-1.8994,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,9.1272,-0.1281,-3.6494,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,9.0374,-0.3371,-3.5302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,7.7766,-0.4014,-4.7267,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,12.0303,0.5244,-1.3989,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,8.9120,-0.2765,-3.7162,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,11.8612,0.4080,-1.4515,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,9.8087,0.0992,-3.1952,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,6.8736,-0.2806,-5.7506,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NTWK,WAUE.NTWK_H,9.0393,-0.1641,-3.7013,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,10.1416,0.6815,-3.4447,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,10.1416,0.6815,-3.4447,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,6.7359,-1.2999,-4.8689,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,6.8689,-1.2144,-4.8215,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.7615,-0.1347,-3.0085,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,6.7359,-1.2999,-4.8689,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,10.6643,0.0531,-2.2935,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,8.0291,-0.6334,-4.2422,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,7.7766,-0.4014,-4.7267,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,8.6827,-0.3243,-3.8978,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,6.6752,-1.9873,-4.2422,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,5.0792,-1.5808,-6.2448,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,5.5195,-1.5885,-5.7967,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,9.4084,-0.2320,-3.2643,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,4.7228,-1.1857,-6.9962,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,10.0075,0.0334,-2.9306,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,7.3124,-0.8981,-4.6943,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,6.6486,-1.1147,-5.1414,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.VOLT.0152,V152_DDR,10.8278,0.9191,-2.9961,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE.VOLT.0172,V172_DDR,10.3293,0.5355,-3.1109,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_BEPM,WAUE_BEPM_LA,10.3774,0.2302,-2.7574,12.9046\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,10.0694,0.0872,-2.9226,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,9.1376,0.1821,-3.9493,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_EWA,WAUE_EWA_LA,6.0052,-0.8547,-6.0448,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,8.2846,-0.4982,-4.1219,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_HMMU,WAUE_HMMU_LA,7.8741,-0.0135,-5.0171,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,11.1545,-0.0492,-1.7010,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_MECB,WAUE_MECB_LA,8.8423,0.2364,-4.2988,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_MMPA,WAUE_MMPA_LA,10.8457,0.3409,-2.3999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_MRES,WAUE_MRES_LA,9.2219,-0.1092,-3.5737,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,10.6731,0.6774,-2.9090,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,9.7962,0.0367,-3.1452,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,8.0355,-0.4950,-4.3743,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_OTP,WAUE_OTP_LA,11.4273,0.6503,-2.1277,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_OTPW,WAUE_OTPW_LA,14.4490,0.6099,0.9343,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM,WAUE_UGPM_LA,9.6720,0.1085,-3.3412,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,10.0225,0.1321,-3.0143,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,9.1307,-0.1215,-3.6525,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,6.9273,-0.4334,-5.5440,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,6.0052,-0.8547,-6.0448,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,7.8741,-0.0135,-5.0171,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,8.2948,-0.4668,-4.1431,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,9.7962,0.0367,-3.1452,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,10.8457,0.3409,-2.3999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,9.4769,-0.0611,-3.3667,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,7.7370,-0.5707,-4.5970,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,10.9371,0.6516,-2.6192,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-15.9700,-1.7270,-27.1477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-10.7575,-1.1334,-22.5289,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,4.9981,-1.0066,-6.9001,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,89.6700,0.3851,76.3802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,89.6700,0.3851,76.3802,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-7.0175,-1.7256,-18.1966,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,82.0113,0.4632,68.6434,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,73.0468,0.4476,59.6944,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,24.2458,-0.7891,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,24.2870,-0.7479,12.1302,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,15.2338,-0.7020,3.0310,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-12.3941,-1.6583,-23.6405,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-25.0000,-1.1535,-36.7512,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-16.2280,-2.0695,-27.0633,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-11.4014,-2.4062,-21.8999,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_ENMC,WFEC_ENMC_LA,-2.3338,0.0745,-15.3130,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-19.4898,-0.9270,-31.4675,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,34.2530,0.3326,21.0156,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,0.3728,0.1347,-12.6666,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-15.9700,-1.7270,-27.1477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-15.9700,-1.7270,-27.1477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-15.9700,-1.7270,-27.1477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_OKGE,WFEC_OKGE_LA,6.1088,0.1105,-6.9064,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,57.9593,0.4548,44.5997,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-11.7912,-1.7966,-22.8993,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-6.7062,-1.8976,-17.7133,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_WFEC,WFEC_LA,23.7001,-0.2807,11.0761,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,0.3728,0.1347,-12.6666,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-4.3189,-0.6960,-16.5276,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-7.6721,-1.1482,-19.4286,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,6.9335,0.4453,-6.4165,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-5.9086,-0.6343,-18.1791,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-12.3353,-1.1061,-24.1339,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-12.3353,-1.1061,-24.1339,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-12.0048,-0.8022,-24.1073,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-12.0048,-0.8022,-24.1073,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-12.0048,-0.8022,-24.1073,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-5.9086,-0.6343,-18.1791,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-5.5317,-0.0056,-18.4308,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-8.4517,-0.6101,-20.7464,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-8.4517,-0.6101,-20.7464,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-8.4517,-0.6101,-20.7464,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-8.4517,-0.6101,-20.7464,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-5.5317,-0.0056,-18.4308,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-10.1914,-1.2384,-21.8577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-19.9405,-0.5163,-32.3289,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.JEC.1,WRJEFFUN10_RA,-5.2129,-0.4417,-17.6759,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.JEC.2,WRJEFFUN11_RA,-5.3792,-0.4441,-17.8399,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.JEC.3,WRJEFFUN12_RA,-5.4423,-0.5071,-17.8399,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-20.5391,-0.9020,-32.5419,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-12.0100,-0.9169,-23.9978,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-12.0100,-0.9169,-23.9978,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.LEC.4,WRLECUN26_RA,-13.2233,-0.0842,-26.0438,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.LEC.5,WRLECUN27_RA,-10.0138,-0.0440,-22.8746,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-7.4530,-0.5055,-19.8522,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-7.4530,-0.5055,-19.8522,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-7.4530,-0.5055,-19.8522,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-7.4132,-0.4802,-19.8377,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-5.0335,-0.9041,-17.0341,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-3.9536,-0.6255,-16.2328,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-3.9536,-0.6255,-16.2328,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-7.6356,-0.8396,-19.7008,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-5.5773,-0.7137,-17.7683,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-1.9087,-0.5979,-14.2155,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-6.5854,-0.6894,-18.8007,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-12.0131,-0.9201,-23.9978,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,73.9913,0.4493,60.6372,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-7.9162,-1.2302,-19.5908,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-4.0236,-0.4656,-16.4628,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-1.5476,-0.9230,-13.5293,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-5.5317,-0.0056,-18.4308,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-5.9086,-0.6343,-18.1791,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-13.1320,-0.6672,-25.3695,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.THAYERLD,WR.THAYERLD_LA,12.3663,0.4071,-0.9456,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-14.0145,-0.6661,-26.2532,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0106,V106_DDR,-12.8912,-0.6365,-25.1594,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-18.7060,0.0834,-31.6941,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-6.5744,-0.4981,-18.9810,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-13.9057,0.0343,-26.8447,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-13.9057,0.0343,-26.8447,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-12.1398,0.0330,-25.0776,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-12.2927,-0.5392,-24.6582,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0157,V157_DDR,-13.6476,0.0189,-26.5713,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0158,V158_DDR,-13.9057,0.0343,-26.8447,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-13.9057,0.0343,-26.8447,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-12.9299,-0.7198,-25.1149,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0173,V173_DDR,-7.4443,-0.5602,-19.7888,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0174,V174_DDR,-12.7157,-0.6531,-24.9673,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0184,V184_DDR,-12.2933,-0.7312,-24.4669,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-13.2520,-0.6594,-25.4973,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0186,V186_DDR,-13.3446,-0.6987,-25.5506,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-12.5436,-0.7029,-24.7454,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-13.7873,-0.6405,-26.0516,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-8.2541,-0.4317,-20.7271,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-5.0712,-0.3970,-17.5790,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-4.5569,-0.4277,-17.0339,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-4.5569,-0.4277,-17.0339,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-5.0712,-0.3970,-17.5790,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0245,V245_DDR,-13.2715,-0.6599,-25.5163,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.VOLT.0248,V248_DDR,-12.8912,-0.6365,-25.1594,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-16.4704,-0.8355,-28.5396,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-5.1732,-0.1172,-17.9608,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.WOLF,WRWOLFUN15_RA,-2.0319,-0.9913,-13.9454,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-10.1914,-1.2384,-21.8577,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,6.8684,0.3802,-6.4165,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-16.0523,-0.8838,-28.0732,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-15.0513,-0.5327,-27.4233,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-6.5463,-0.5003,-18.9507,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-14.0150,-0.6720,-26.2477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-14.0150,-0.6720,-26.2477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-14.0150,-0.6720,-26.2477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-14.0150,-0.6720,-26.2477,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-5.8447,-0.3186,-18.4309,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-28.8970,-0.6171,-41.1846,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-28.8970,-0.6171,-41.1846,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-31.4308,-0.6396,-43.6960,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-31.4308,-0.6396,-43.6960,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_MIDW,WR_MIDW_LA,-5.7997,-0.7089,-17.9955,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,16.4197,0.3263,3.1887,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,15.5608,0.1588,2.4973,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-7.2562,-0.6469,-19.5141,12.9048\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_SEG,WR_SEG_LA,12.9209,0.2205,-0.2043,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,WR_WR,WR_LA,-9.0212,-0.4028,-21.5231,12.9047\n03/19/2025 12:00:00,03/19/2025 17:00:00,YAD,VACS,25.6894,0.4365,12.3481,12.9048\n03/19/2025 13:00:00,03/19/2025 18:00:00,AEC,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_CSWS,CSWS_AECC_LA,29.7295,0.5083,17.6088,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,29.8212,0.4523,17.7564,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,33.0543,0.6688,20.7731,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,29.3873,0.3184,17.4565,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.8350,0.3005,15.9220,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,32.5721,0.2724,20.6872,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,26.4971,0.1422,14.7424,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AECI,AECI,23.3716,0.2269,11.5322,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AEPM_CSWS,CSWS_LA,30.2820,0.3936,18.2760,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,ALTW,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,AMRN,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-14.9426,-0.7162,-25.8389,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BBA,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BCA,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BEPM.ER01.DDR,ER01_DDR,5.4701,-1.3090,-4.8334,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BEPM_ER01,BEPM_ER01_LA,5.4701,-1.3090,-4.8334,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,4.9149,-0.3624,-6.3352,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,0.9440,-0.2732,-10.3953,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BEPM_UM01,BEPM_UM01_LA,10.4280,0.5171,-1.7015,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,BLKW,BLKW,-13.2452,-0.5056,-24.3520,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-22.2876,-1.2044,-32.6957,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-22.2876,-1.2044,-32.6957,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,11.7248,-0.9828,1.0951,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-22.2695,-1.1862,-32.6957,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,BRAZ,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BUBA,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-11.0167,-1.0354,-21.5938,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-12.2390,-0.4693,-23.3822,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,5.4309,-0.1991,-5.9825,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,5.4309,-0.1991,-5.9825,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CLEC,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,31.6907,0.3054,19.7729,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,COWP,COWP_LA,41.4340,0.3576,29.4640,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,41.4340,0.3576,29.4640,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,41.4340,0.3576,29.4640,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CPLE,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CPLW,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,31.7352,0.4232,19.6996,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,31.7352,0.4232,19.6996,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,31.7352,0.4232,19.6996,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,31.7352,0.4232,19.6996,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CRTH_SPA,WRCRTH_SPA_LA,22.4418,0.1184,10.7109,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,28.6937,1.0210,16.0603,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-2.0606,-0.6260,-13.0471,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,26.4971,0.1422,14.7424,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,29.3873,0.3184,17.4565,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,28.6769,1.0122,16.0522,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.6680,0.5316,15.5240,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,28.3895,0.8837,15.8934,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,28.3895,0.8837,15.8934,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,29.6999,0.3969,17.6905,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,29.6999,0.3969,17.6905,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,29.6999,0.3970,17.6905,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,29.6999,0.3970,17.6905,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,26.4971,0.1422,14.7424,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,28.3519,0.7098,16.0296,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,54.6851,-0.0043,43.0770,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,54.5775,-0.1119,43.0770,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,36.9691,0.1361,25.2206,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,35.9298,0.1710,24.1464,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,35.9298,0.1710,24.1464,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,35.9325,0.1710,24.1490,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,35.9325,0.1710,24.1490,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-16.7686,-0.7304,-27.6506,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,6.4210,-0.4195,-4.7719,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,35.1225,0.1779,23.3322,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-16.1577,-0.8798,-26.8904,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-16.1202,-0.8423,-26.8904,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-16.1138,-0.5141,-27.2122,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.GRID.CDL1,CDL1_DDR,33.5746,0.2508,21.7113,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-1.5719,-0.5878,-12.5966,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-1.4147,-0.8782,-12.1490,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,33.5746,0.2508,21.7113,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.CSI1,CSI1_DDR,33.6740,0.3382,21.7233,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.CSI2,CSI2_DDR,33.6782,0.3424,21.7233,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,31.7007,0.3153,19.7729,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.GAZA,GAZA_DDR,33.5746,0.2508,21.7113,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,69.9100,0.4783,57.8192,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.NUEN.T201,NT201_DDR,36.1783,0.2238,24.3421,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-7.9034,-0.8194,-18.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-7.9034,-0.8194,-18.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,26.4971,0.1422,14.7424,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.0654,1.0355,15.4174,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-16.1138,-0.5141,-27.2122,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-16.1138,-0.5141,-27.2122,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-13.0483,-0.7024,-23.9583,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-16.1202,-0.8423,-26.8904,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.8702,0.4818,15.7759,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,34.1015,0.0936,22.3955,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.9335,-0.0744,22.3955,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.9291,-0.0789,22.3955,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,19.1967,0.0178,7.5665,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,19.1967,0.0178,7.5665,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.4995,0.4915,15.3956,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.8806,0.1976,26.0706,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.5391,0.4888,15.4378,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.1052,1.2806,15.2121,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,28.1656,0.2943,16.2588,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,33.6782,0.3424,21.7233,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0057,OKMU_DDR,36.8977,0.2990,24.9863,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0060,LEHIGH_DDR,69.9100,0.4783,57.8192,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0086,WARRENM_DDR,36.3125,0.2240,24.4761,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,27.6700,0.9343,15.1232,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,46.0281,0.2460,34.1696,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0121,V121_DDR,27.4995,0.4915,15.3956,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0122,V122_DDR,44.5145,0.2285,32.6736,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0124,V124_DDR,64.2208,0.1726,52.4357,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0135,V135_DDR,37.2550,0.2529,25.3896,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0144,V144_DDR,7.2040,-0.3785,-4.0300,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0145,V145_DDR,7.5866,-0.4407,-3.5852,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.5096,0.5279,15.3692,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,26.5868,0.3156,14.6588,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0175,V175_DDR,31.7007,0.3153,19.7729,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,26.5868,0.3156,14.6588,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,26.7469,0.3991,14.7353,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,37.2550,0.2529,25.3896,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,37.3320,0.2344,25.4851,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,36.7586,0.2063,24.9398,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,50.6022,0.1049,38.8848,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.1280,0.1590,24.3565,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,37.3320,0.2344,25.4851,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0211,V211_DDR,27.8150,0.6847,15.5178,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,46.8066,0.2533,34.9409,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0213,V213_DDR,36.9599,0.2282,25.1192,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0215,V215_DDR,45.5769,0.2409,33.7236,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0217,V217_DDR,46.8596,0.2394,35.0077,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0218,V218_DDR,50.1453,0.1141,38.4188,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0228,V228_DDR,38.4337,0.1765,26.6448,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0232,V232_DDR,36.8947,0.2569,25.0253,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0233,V233_DDR,37.5186,0.2471,25.6590,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0240,V240_DDR,43.2911,0.1729,31.5058,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0244,V244_DDR,37.3320,0.2344,25.4851,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0246,MDT1_DDR,69.9100,0.4783,57.8192,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0249,V249_DDR,36.9233,0.2445,25.0663,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0250,V250_DDR,-3.1585,-0.6058,-14.1652,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0251,V251_DDR,36.3647,0.1984,24.5539,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.VOLT.0252,V252_DDR,50.6022,0.1049,38.8848,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-19.3466,-0.7180,-30.2411,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,9.2447,-0.8039,-1.5639,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-13.3617,-1.3196,-23.6546,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.3335,0.2593,15.4617,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-16.4824,-1.2904,-26.8044,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,2.5218,-0.4847,-8.6060,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,2.5218,-0.4847,-8.6060,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,2.5218,-0.4847,-8.6060,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,2.5218,-0.4847,-8.6060,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,2.5218,-0.4847,-8.6060,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,26.4971,0.1422,14.7424,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,29.0667,0.8810,16.5732,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,36.8750,0.2372,25.0253,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,36.0527,0.0667,24.3736,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,37.6381,0.3269,25.6987,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,37.6381,0.3269,25.6987,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWELSH1,CSWSWELSHUN1_RA,26.7324,0.3786,14.7413,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWELSH3,CSWSWELSHUN3_RA,26.7324,0.3786,14.7413,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.3785,0.6109,15.1552,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.3785,0.6109,15.1552,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.4342,0.5755,15.2463,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-16.1101,-0.8321,-26.8904,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,DENL,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,DERS,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,DOE,DOE,27.3668,0.2915,15.4629,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,10.0050,0.0552,-1.6627,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,DPC,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,DUK,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDDY,EDDY,-2.1400,0.0551,-13.8075,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,17.9266,0.0952,6.2190,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-9.1753,-0.1283,-20.6595,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,27.4077,-0.0893,15.8846,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE.SLCC,EDESTL4391_PLT,23.7432,-0.0192,12.1499,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,23.1298,0.0232,11.4942,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,12.1014,-0.1587,0.6477,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_EC_01,EDELAR3821UN1_RA,17.9266,0.0952,6.2190,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_EC_02,EDELAR3821UN2_RA,17.9266,0.0952,6.2190,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_EC_03,EDELAR3821UN3_RA,17.9266,0.0952,6.2190,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_EC_04,EDELAR3821UN4_RA,17.9266,0.0952,6.2190,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_EDE,EDE_LA,20.1878,0.2908,8.2846,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_ERW,EDEERWFUNG1_RA,-12.6619,-0.5166,-23.7578,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-4.2810,-0.5686,-15.3249,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,26.2168,0.6095,13.9948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,26.2168,0.6095,13.9948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,26.2168,0.6095,13.9948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,26.2168,0.6095,13.9948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,1.7900,0.3806,-10.2031,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_RIV_10,EDERIV1671UN10_RA,24.6557,-0.0706,13.1138,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_RIV_11,EDERIV1671UN11_RA,24.6557,-0.0706,13.1138,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_RIV_12,EDERIV453UN12_PLT,24.3283,-0.3979,13.1138,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_SL_01,EDESTL4391UN1_RA,23.5840,-0.1784,12.1499,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EDE_SWMP,EDE_SWMP_LA,12.9000,0.4316,0.8560,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EEI,EEI,27.1434,0.2904,15.2406,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,EES,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-7.3034,-0.5346,-18.3813,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ERCOTE,ERCOTE,26.7324,0.3786,14.7413,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ERCOTN,ERCOTN,-7.8540,-0.7701,-18.6964,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,2.6416,-0.3648,-8.6060,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FMPP,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FPC,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FPL,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FREM_50T,OPPDFREM_GUN1_RA,5.6655,-0.1800,-5.7669,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FREM_6,OPPDFREM_AUN6_RA,5.6638,-0.1861,-5.7625,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FREM_7,OPPDFREM_AUN7_RA,5.6638,-0.1861,-5.7625,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FREM_8,OPPDFREM_AUN8_RA,5.5917,-0.2582,-5.7625,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FREM_LOAD,FREM_LOAD_LA,5.6525,-0.1974,-5.7625,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-13.9850,-0.4352,-25.1622,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.8702,0.4818,15.7759,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-14.6089,-1.5496,-24.6717,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-30.0730,-0.8426,-40.8428,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,31.6907,0.3054,19.7729,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,31.6907,0.3054,19.7729,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,31.6907,0.3054,19.7729,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,34.6488,0.1893,22.8470,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,34.6488,0.1893,22.8470,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,34.8350,0.1859,23.0366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,34.8350,0.1859,23.0366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-23.6002,-0.7761,-34.4365,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,50.3868,0.1119,38.6624,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,50.3868,0.1119,38.6624,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,50.3868,0.1119,38.6624,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.VOLT.0130,V130_DDR,35.6462,0.3094,23.7244,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA.VOLT.0237,V237_DDR,36.1987,0.2371,24.3491,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDAHUB2,GRDAHUB2_H,24.4666,-0.0820,12.9362,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDAHUB3,GRDAHUB3_H,18.2879,-0.1746,6.8500,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA_GRDA,GRDA_LA,36.4778,0.2431,24.6223,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA_HUB,GRDA_H,31.1259,0.0367,19.4768,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRDA_HUBSA,GRDASA_H,30.8796,0.0180,19.2492,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GRE,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-8.1227,0.1149,-19.8501,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GSEC_SPS,SPS_GSEC_LA,-13.5378,-0.6252,-24.5250,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,GSPR2014HUB,GSPR2014HUB_H,-9.1172,-0.6835,-20.0462,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GSPR2015HUB,GSPR2015HUB_H,-8.1429,-0.6833,-19.0721,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-14.5952,-1.2588,-24.9489,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,HARRISON,CSWSLEBROCKPLT1,27.4156,0.3875,15.4157,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,HAST_TNSK_HUB,HAST_TNSK_H,2.3818,-0.5042,-8.7264,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,HQST,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,HST,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,21.0747,0.2946,9.1676,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,21.0747,0.2946,9.1676,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,21.5432,0.2946,9.6361,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,21.5432,0.2946,9.6361,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,20.5301,0.2933,8.6243,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,20.5301,0.2933,8.6243,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDN_INDN,INDN_LA,21.1213,0.3038,9.2050,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,ISNE,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,JEA,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,5.6026,-0.1361,-5.8738,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,5.6026,-0.1361,-5.8738,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,4.3803,0.0512,-7.2833,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYCT4,KACYNEARMANUNCT4_RA,21.3341,0.2394,9.4822,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,51.9000,-0.0196,40.3071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,21.3341,0.2394,9.4822,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,21.8090,0.2526,9.9439,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,21.6798,0.2515,9.8158,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KACY_KACY,KACY_LA,21.9400,0.2489,10.0786,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,35.0169,0.1661,23.2384,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,14.1222,0.4838,2.0259,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-17.8806,-0.5529,-28.9401,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-45.7998,-0.7370,-56.6753,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0222,V222_DDR,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0223,V223_DDR,12.0367,0.0467,0.3776,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0241,V241_DDR,14.1594,0.4236,2.1234,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0243,V243_DDR,17.1212,0.2152,5.2936,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0247,V247_DDR,13.5364,0.1496,1.7743,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.VOLT.0253,V253_DDR,35.1458,0.1703,23.3631,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-3.5794,-0.7663,-14.4255,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,8.7290,-0.0811,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,8.7290,-0.0811,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,8.7290,-0.0811,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,8.7290,-0.0811,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,35.4020,0.1642,23.6253,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,35.4020,0.1642,23.6253,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB,KCPLHUB_H,4.8217,-0.3658,-6.4249,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB17,KCPLHUB17_H,3.9395,-0.4215,-7.2514,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB18,KCPLHUB18_H,3.2184,-0.4205,-7.9736,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB19,KCPLHUB19_H,3.4091,-0.3951,-7.8083,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB20,KCPLHUB20_H,2.5150,-0.4425,-8.6550,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB21,KCPLHUB21_H,2.0033,-0.4349,-9.1742,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB22,KCPLHUB22_H,2.9564,-0.4308,-8.2252,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB23,KCPLHUB23_H,2.6873,-0.4439,-8.4813,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLHUB24,KCPLHUB24_H,1.7555,-0.4650,-9.3920,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,1.0325,0.0504,-10.6304,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,1.0325,0.0504,-10.6304,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,6.8170,-0.2801,-4.5153,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,6.8170,-0.2801,-4.5153,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,35.0188,0.1679,23.2384,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,35.0169,0.1661,23.2384,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,29.5510,0.2036,17.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,2.2592,-0.1245,-9.2288,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,17.4506,0.1582,5.6800,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KCPL_KCPL,KCPL_LA,20.5195,0.1474,8.7596,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KENN,KENN_LA,12.8443,0.3726,0.8592,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KEP2_SECI,KEP2_SECI_LA,-11.7908,-0.7546,-22.6487,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KERR_1,GRDAKERR_HYDUN1_RA,35.4765,0.2181,23.6459,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KERR_2,GRDAKERR_HYDUN2_RA,35.1680,0.2195,23.3361,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KERR_3,GRDAKERR_HYDUN3_RA,35.1680,0.2195,23.3361,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KERR_4,GRDAKERR_HYDUN4_RA,35.4765,0.2181,23.6459,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,8.7289,-0.0812,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,8.7289,-0.0812,-2.8023,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,9.7620,-0.0100,-1.8405,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,9.7620,-0.0100,-1.8405,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,6.5720,-0.0875,-4.9529,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,5.0341,-0.0690,-6.5094,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,5.0341,-0.0690,-6.5094,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-10.5416,-0.8844,-21.2697,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-10.5416,-0.8844,-21.2697,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-10.5416,-0.8844,-21.2697,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-6.5142,-0.3892,-17.7374,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-6.5142,-0.3892,-17.7374,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-10.6284,-0.8955,-21.3453,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-7.1963,-0.4739,-18.3348,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-3.6866,-0.2827,-15.0163,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,45.8992,-0.0452,34.3320,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,45.8992,-0.0452,34.3320,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,1.5328,-0.1988,-9.8808,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,1.5328,-0.1988,-9.8808,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,1.5328,-0.1988,-9.8808,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-8.1856,-0.6364,-19.1617,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-6.9254,-0.7611,-17.7767,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,2.6299,-0.2902,-8.6923,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,5.8308,0.0975,-5.8792,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LAFA,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LAM345,LAM345,-11.0167,-1.0354,-21.5938,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LEPA,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,4.2325,-0.2026,-7.1774,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_LES,LES_LA,4.2485,-0.2141,-7.1499,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,4.4282,-0.2424,-6.9419,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,4.1235,-0.2480,-7.2410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,4.1235,-0.2480,-7.2410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,4.1235,-0.2480,-7.2410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,4.4298,-0.2408,-6.9419,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,4.4282,-0.2424,-6.9419,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_WAVERLY,LES_WAVERLY_H,4.3860,-0.2514,-6.9751,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,5.7804,-0.2335,-5.5986,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,5.7804,-0.2335,-5.5986,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,LGEE,LGEE,24.5213,0.2327,12.6761,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MALDEN,MALDEN_LA,13.8552,0.3610,1.8817,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MCWEST,MCWEST,9.8473,0.1342,-1.8993,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MDU,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,2.0818,-0.3496,-9.1810,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,3.3190,-0.0385,-8.2549,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,5.5488,0.3870,-6.4507,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MEAN_NPPD,NPPD_MEAN_LA,1.5420,-0.6082,-9.4623,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MEC,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MHEB,MHEB,11.2621,0.1858,-0.5362,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-3.9214,-0.6087,-14.9252,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-8.2939,-0.8161,-19.0903,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-3.9214,-0.6087,-14.9252,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-3.9214,-0.6087,-14.9252,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-8.2939,-0.8161,-19.0903,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MISO,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-11.6759,-0.7244,-22.5640,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-11.6759,-0.7244,-22.5640,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-1.7325,-0.3517,-12.9932,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-12.1367,-0.9707,-22.7785,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-7.7614,-0.6865,-18.6874,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-12.7741,-0.8615,-23.5251,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-11.6215,-0.6929,-22.5411,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-12.9053,-0.8103,-23.7074,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-11.5524,-0.6333,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-11.5524,-0.6333,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-11.5524,-0.6333,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-11.5524,-0.6333,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-11.5524,-0.6333,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,10.1129,0.0721,-1.5716,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,21.2584,0.2678,9.3782,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,21.2584,0.2678,9.3782,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,17.4479,0.1880,5.6474,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,14.3818,0.4587,2.3107,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MOWR,AECI,23.3716,0.2269,11.5322,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,14.6114,0.1647,2.8343,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,21.1518,0.2742,9.2652,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,1.5953,-0.5529,-9.4642,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,0.0300,-0.2563,-11.3262,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-16.2636,-0.7858,-27.0902,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,1.6335,-0.5148,-9.4642,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,10.0094,0.0597,-1.6627,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,10.0094,0.0597,-1.6627,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,10.0098,0.0600,-1.6627,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,10.0098,0.0600,-1.6627,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,0.1711,0.0357,-11.4771,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,0.2102,0.0749,-11.4771,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,15.6054,0.3319,3.6611,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,11.4925,0.0579,-0.1779,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,10.2251,0.0151,-1.4025,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,10.2251,0.0152,-1.4025,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,10.2251,0.0152,-1.4025,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,21.3282,0.1675,9.5483,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,21.3282,0.1675,9.5483,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,MPS_MPS,MPS_LA,11.5991,0.1787,-0.1921,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MSTNG,SPSMSTNGPLT1,-8.5455,0.1470,-20.3050,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MSTNG4,SPSMSTNGUN4_RA,-8.5795,0.1130,-20.3050,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MSTNG5,SPSMSTNGUN5_RA,-8.5455,0.1470,-20.3050,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,-8.5455,0.1470,-20.3050,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NBSO,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,3.4510,-0.5347,-7.6267,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,3.4492,-0.5366,-7.6267,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-14.8131,-1.4406,-24.9850,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NHC1,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,5.6269,-0.1729,-5.8126,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,5.6269,-0.1729,-5.8126,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,5.6269,-0.1729,-5.8126,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,3.6397,-0.7693,-7.2034,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,2.0064,-0.6737,-8.9323,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,3.1928,-0.4378,-7.9819,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,6.2621,-0.3078,-5.0426,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,2.0064,-0.6737,-8.9323,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.HUB.PY2018,NPPDPY18_H,1.6405,-0.6460,-9.3259,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,1.7221,-0.6387,-9.2516,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,1.6812,-0.6355,-9.2958,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,1.7537,-0.6235,-9.2352,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,6.4118,-0.3544,-4.8462,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,0.3598,-0.7319,-10.5208,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,0.3598,-0.7319,-10.5208,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-0.2226,-0.5711,-11.2640,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,6.4118,-0.3544,-4.8462,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,5.1465,-0.7908,-5.6752,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,1.5965,-0.9294,-9.0866,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-1.8616,-0.7184,-12.7556,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,1.5965,-0.9294,-9.0866,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,2.5706,-0.8082,-8.2337,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,1.3263,-0.8527,-9.4335,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,3.8350,-0.1305,-7.6470,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,2.0064,-0.6737,-8.9323,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-1.5008,-0.7381,-12.3752,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,0.3598,-0.7319,-10.5208,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,0.3598,-0.7319,-10.5208,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,0.8667,-0.5211,-10.2247,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,0.8261,-0.5325,-10.2539,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,0.8261,-0.5325,-10.2539,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,1.4756,-0.2676,-9.8693,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-6.2700,-0.0959,-17.7866,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,2.2609,-0.5082,-8.8434,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,3.9925,-0.6138,-7.0061,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-10.6331,-0.0413,-22.2043,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-13.0000,-0.0457,-24.5668,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.NELI.DDR,NELI_DDR,5.9587,-0.4471,-5.2066,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.NPPM.1058,SH1058_DDR,5.0661,-0.1062,-6.4402,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,1.4691,-0.3527,-9.7906,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,2.0064,-0.6737,-8.9323,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,3.1928,-0.4378,-7.9819,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,6.4118,-0.3544,-4.8462,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.TECH.1,KEARNE_DDR,1.6733,-0.2555,-9.6837,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,3.6647,-0.9578,-6.9900,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,3.6647,-0.9578,-6.9900,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,6.2218,-0.4157,-4.9750,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD.VOLT.0236,V236_DDR,3.4858,-0.1363,-7.9904,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD2017HUB,NPPD2017HUB_H,1.6407,-0.6434,-9.3283,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,4.8100,-0.3831,-6.4193,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,3.6397,-0.7693,-7.2034,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,1.5700,-1.1031,-8.9393,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,1.5700,-1.1031,-8.9393,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,3.5478,-0.1625,-7.9021,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,3.4954,-0.1266,-7.9904,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,3.2477,-0.2961,-8.0687,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,0.9290,-0.5365,-10.1469,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,4.8235,-0.3487,-6.4402,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,4.8235,-0.3487,-6.4402,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,4.8235,-0.3487,-6.4402,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,2.3991,-0.4939,-8.7194,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,3.1930,-0.4820,-7.9374,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,2.6153,-0.3005,-8.6966,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,6.0854,-0.9888,-4.5383,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,6.1487,-0.9255,-4.5383,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-0.1481,-0.7873,-10.9732,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-0.3433,-0.7889,-11.1669,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,2.8671,-0.4212,-8.3242,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,2.8567,-0.4315,-8.3242,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,2.8567,-0.4315,-8.3242,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,2.8739,-0.3999,-8.3386,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,5.1465,-0.7908,-5.6752,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,2.8378,-0.4021,-8.3725,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,3.8074,-0.3072,-7.4978,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,2.4127,-0.4643,-8.7355,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,2.4016,-0.4727,-8.7382,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,2.4077,-0.4635,-8.7413,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,2.4077,-0.4635,-8.7413,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,2.3991,-0.4939,-8.7194,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,2.3506,-0.5424,-8.7194,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,4.7424,-0.3637,-6.5064,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,2.9326,-0.2347,-8.4451,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-0.0784,-0.7534,-10.9375,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,4.7898,-0.8870,-5.9357,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-2.1763,-0.7590,-13.0297,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,5.2469,0.0747,-6.4402,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,5.9587,-0.4471,-5.2066,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,0.0579,-0.7637,-10.7908,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,0.0579,-0.7637,-10.7908,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_NPPD,NPPD_LA,3.3509,-0.3582,-7.9033,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,3.8074,-0.3072,-7.4978,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,3.8074,-0.3072,-7.4978,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,2.2366,-0.3106,-9.0653,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,0.7225,-0.6596,-10.2304,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NSB,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,NSP,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NSSO,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,NYIS,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-15.2583,-1.2631,-25.6076,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-21.6887,-0.7945,-32.5067,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-3.9829,-0.6211,-14.9743,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-3.9829,-0.6211,-14.9743,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-14.6757,-1.4426,-24.8455,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-30.0730,-0.8426,-40.8428,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-101.2503,-0.5072,-112.3556,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-47.4221,-0.7558,-58.2787,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-25.7818,-0.7848,-36.6094,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-21.7380,-0.7960,-32.5544,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,4.3827,-0.2986,-6.9312,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-25.7818,-0.7848,-36.6094,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-14.8535,-1.4027,-25.0633,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-15.4818,-1.2271,-25.8671,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,37.2596,-0.1269,25.7741,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-21.7380,-0.7960,-32.5544,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-18.9703,-0.7687,-29.8141,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-3.2458,-0.7469,-14.1114,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-13.4166,-0.6651,-24.3639,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-45.9229,-0.1401,-57.3953,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-21.7380,-0.7960,-32.5544,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-11.2050,-0.6302,-22.1873,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NUEN.LAM1,LAM1_DDR,34.2070,0.7841,21.8105,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NUEN.MDT2,MDT2_DDR,4.3827,-0.2986,-6.9312,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NUEN.MDT3,MDT3_DDR,4.3827,-0.2986,-6.9312,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-11.5127,-0.6264,-22.4987,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,1.8400,-0.3359,-9.4366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,1.8400,-0.3359,-9.4366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,1.8400,-0.3359,-9.4366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,8.0339,-0.2840,-3.2946,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,8.0339,-0.2840,-3.2946,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,1.8400,-0.3359,-9.4366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,1.8400,-0.3359,-9.4366,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-21.7380,-0.7960,-32.5544,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,21.8927,0.4470,9.8332,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-14.8535,-1.4027,-25.0633,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-34.7738,-0.2927,-46.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-18.9703,-0.7687,-29.8141,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,32.5276,0.4656,20.4496,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-19.8239,-0.6417,-30.7947,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-19.8239,-0.6417,-30.7947,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-19.8239,-0.6417,-30.7947,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-19.8239,-0.6417,-30.7947,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-21.2500,-1.1173,-31.7452,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-25.9522,-0.7637,-36.8010,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-21.6887,-0.7945,-32.5067,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-31.3306,-0.7431,-42.2000,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-31.3306,-0.7431,-42.2000,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-30.4385,-0.1945,-41.8564,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-15.8722,-0.7257,-26.7589,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-15.8722,-0.7257,-26.7589,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-15.8722,-0.7257,-26.7589,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0033,FOSTER_DDR,14.6342,-0.2610,3.2827,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,34.8059,0.4395,22.7539,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0035,TARBY_DDR,34.0766,0.6296,21.8345,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,34.8059,0.4395,22.7539,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,34.5664,0.3189,22.6351,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,34.5664,0.3189,22.6351,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-42.8481,-0.2089,-54.2516,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0040,TROSPER_DDR,18.4630,-0.2400,7.0906,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,18.5146,-0.2391,7.1413,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,33.0569,0.5708,20.8737,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0115,V115_DDR,5.4443,-0.2925,-5.8756,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0116,V116_DDR,72.3665,-0.1134,60.8674,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0118,V118_DDR,21.9313,-0.0247,10.3435,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0125,V125_DDR,33.1796,0.6662,20.9010,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0126,V126_DDR,33.5167,0.3596,21.5446,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0129,V129_DDR,-1.5712,-0.5871,-12.5966,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,46.3217,-0.3004,35.0097,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0134,V134_DDR,34.1355,0.4421,22.0810,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0138,V138_DDR,33.0882,0.3077,21.1680,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,39.1214,-0.2442,27.7532,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0143,V143_DDR,33.7214,0.2468,21.8621,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0149,V149_DDR,-10.4277,-0.5841,-21.4560,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0150,V150_DDR,-10.4601,-0.6215,-21.4511,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0155,V155_DDR,32.6974,0.2505,20.8344,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0156,V156_DDR,46.3217,-0.3004,35.0097,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0166,V166_DDR,33.7043,0.6647,21.4272,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,38.2725,-0.2486,26.9087,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-10.4601,-0.6215,-21.4511,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0170,V170_DDR,-11.6420,-0.6261,-22.6283,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-21.1040,-0.5614,-32.1551,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0176,V176_DDR,-10.4601,-0.6215,-21.4511,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0177,V177_DDR,-18.3279,-1.0718,-28.8686,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,30.6114,-0.2483,19.2472,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-7.1502,-0.6419,-18.1208,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0195,V195_DDR,135.9369,0.5572,123.7672,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0197,V197_DDR,35.2876,0.4255,23.2496,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0198,V198_DDR,33.7043,0.6647,21.4272,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0208,V208_DDR,136.0000,0.5673,123.8202,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0209,V209_DDR,136.0000,0.5673,123.8202,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.9476,0.3210,23.0141,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0216,V216_DDR,18.5271,-0.2396,7.1542,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0219,V219_DDR,32.6974,0.2505,20.8344,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0220,V220_DDR,-10.4601,-0.6215,-21.4511,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0224,V224_DDR,4.7646,-0.3061,-6.5417,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0225,V225_DDR,4.7652,-0.3055,-6.5417,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0226,V226_DDR,4.7646,-0.3061,-6.5417,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0227,V227_DDR,4.7646,-0.3061,-6.5417,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0229,V229_DDR,-37.7615,-0.1557,-49.2183,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0231,V231_DDR,21.0300,0.0511,9.3664,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0238,V238_DDR,-21.3296,-0.8373,-32.1047,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.VOLT.0242,V242_DDR,32.8747,0.2784,20.9839,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-16.6717,-1.4880,-26.7961,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-21.6283,-0.7803,-32.4605,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-15.4721,-1.2174,-25.8671,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-16.6717,-1.4880,-26.7961,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-15.3983,-1.3337,-25.6770,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-53.0970,-0.7186,-63.9908,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEHL7,OKGEHL7_H,29.1202,-0.2327,17.7404,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEHL8,OKGEHSL1UN8_RA,29.1202,-0.2327,17.7404,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEHL910,OKGEHSL1PLT2,29.1202,-0.2327,17.7404,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-15.4103,-1.2827,-25.7400,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEMCC,OKGEMCCLAIPLT1,1.3792,-0.4305,-9.8027,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,30.5942,0.1857,18.7960,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,30.5942,0.1857,18.7960,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,30.5942,0.1857,18.7960,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,20.7377,-0.4076,9.5329,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,20.7377,-0.4076,9.5329,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,20.7377,-0.4076,9.5329,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,20.7377,-0.4076,9.5329,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESM1,OKGESEMINOLEUN1_RA,17.4805,-0.1937,6.0618,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESM2,OKGESEMINOLEUN2_RA,13.0645,-0.2187,1.6707,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESM3,OKGESEMINOLEUN3_RA,13.0645,-0.2187,1.6707,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESO1,OKGESONR1UN1_RA,-64.0708,-0.7027,-74.9805,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESO2,OKGESONR1UN2_RA,-31.3306,-0.7431,-42.2000,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-15.4865,-1.3589,-25.7400,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-14.8920,-1.4719,-25.0326,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGETINK5A,OKGETINK5UN1_RA,16.1807,-0.2700,4.8383,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGETINK5B,OKGETINK5UN2_RA,16.1807,-0.2700,4.8383,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-15.7192,-1.0585,-26.2732,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-21.6887,-0.7945,-32.5067,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,33.0145,0.7401,20.6619,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-11.7651,-0.6455,-22.7321,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_OKGE,OKGE_LA,19.3313,-0.1312,7.8501,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-34.7738,-0.2927,-46.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-15.7486,-1.0879,-26.2732,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMLP,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,39.7973,0.1310,28.0539,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,33.0681,0.7073,20.7483,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-0.8314,-0.3163,-12.1277,11.6126\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-101.1492,-0.4060,-112.3556,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-8.5400,-0.7178,-19.4347,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-25.7818,-0.7848,-36.6094,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-16.3424,-1.1397,-26.8152,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-6.8577,-1.1576,-17.3126,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,174.1500,0.1424,162.3951,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-101.1822,-0.4390,-112.3556,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-101.1822,-0.4390,-112.3556,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_SPP,OMPA_SPP_LA,-1.8372,-0.4563,-12.9934,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-16.6717,-1.4880,-26.7961,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,34.9703,0.1249,23.2329,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,34.9703,0.1249,23.2329,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,34.9703,0.1249,23.2329,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,34.9703,0.1249,23.2329,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,ONT,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,5.6061,-0.1748,-5.8316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,5.6193,-0.1577,-5.8354,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,5.6269,-0.1729,-5.8126,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,5.4187,-0.1407,-6.0531,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,5.4534,-0.1451,-6.0140,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,5.4534,-0.1451,-6.0140,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_GLDN,OPPD_GLDN_LA,5.4733,-0.1738,-5.9654,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,5.6208,-0.1652,-5.8265,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,5.1465,-0.7908,-5.6752,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,4.0938,-0.3251,-7.1935,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,5.6268,-0.1725,-5.8132,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_OPPD,OPPD_LA,5.5737,-0.1397,-5.8991,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,5.4907,-0.1314,-5.9903,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,5.4775,-0.1353,-5.9996,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,OTP,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,OVEC,OVEC,23.1344,0.2116,11.3103,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PARAGOULD,PARAGOULD_LA,11.6671,0.3916,-0.3370,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,34.0145,0.1287,22.2734,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,34.0145,0.1287,22.2734,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,34.0145,0.1287,22.2734,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,34.0115,0.1721,22.2269,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,34.0115,0.1721,22.2269,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,34.0115,0.1721,22.2269,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PIGGOTT,PIGGOTT_LA,13.2045,0.3685,1.2236,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PJM,PJM,21.2309,0.1774,9.4410,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PLUM,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,POPLARBLUFF,POPLARBLUFF_LA,24.6618,0.3430,12.7064,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,9.6403,-0.0277,-1.9444,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,9.6403,-0.0277,-1.9444,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,9.7494,-0.0178,-1.8453,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,9.7494,-0.0178,-1.8453,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,10.6561,0.7969,-1.7532,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,10.6561,0.7969,-1.7532,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,9.8520,0.1278,-1.8883,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,8.8404,-0.3833,-2.3888,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-12.2390,-0.4693,-23.3822,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,85.9591,0.1595,74.1871,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,1.8258,0.1197,-9.9063,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-2.5331,-0.0240,-14.1215,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,38.8986,0.3571,26.9290,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,29.6585,0.4557,17.5904,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,9.8982,-0.0995,-1.6147,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,10.2532,0.1884,-1.5476,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,8.5769,-0.2851,-2.7505,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,22.0000,1.1681,9.2194,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,10.8880,0.2859,-1.0104,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,9.5549,0.0484,-2.1059,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,PUPP,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,RCEAST,RCEAST,5.8145,-0.8038,-4.9941,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_1,GRDASALINA1UN1_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_2,GRDASALINA1UN2_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_3,GRDASALINA1UN3_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_4,GRDASALINA1UN4_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_5,GRDASALINA1UN5_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SALINA_6,GRDASALINA1UN6_RA,35.4777,0.2194,23.6459,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SARPY_1,OPPDSARPYUN1_RA,5.5338,-0.1628,-5.9159,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SARPY_2,OPPDSARPYUN2_RA,5.5384,-0.1391,-5.9350,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SARPY_3,OPPDSARPYUN3_RA,5.5285,-0.1888,-5.8952,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SARPY_4,OPPDSARPYUN4_RA,5.5285,-0.1888,-5.8952,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SARPY_5,OPPDSARPYUN5_RA,5.5285,-0.1888,-5.8952,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SC,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SCEG,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SCSE,SCSE,0.4948,-0.6797,-10.4380,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SEC,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-13.8472,-1.0877,-24.3720,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-13.8472,-1.0877,-24.3720,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-13.8472,-1.0877,-24.3720,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-10.7087,-0.8544,-21.4667,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-13.8472,-1.0877,-24.3720,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-11.7792,-1.0875,-22.3042,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-11.5724,-1.1270,-22.0579,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-11.5724,-1.1270,-22.0579,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-11.5539,-0.6348,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-15.3980,-0.9625,-26.0479,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-6.5645,-0.4395,-17.7374,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-11.0854,-0.7649,-21.9330,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-6.5922,-0.9052,-17.2995,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-13.3527,-1.0964,-23.8687,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-6.5867,-0.8931,-17.3061,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-12.0815,-0.9781,-22.7158,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-11.8162,-0.6499,-22.7787,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-10.6540,-0.9426,-21.3238,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-10.6540,-0.9426,-21.3238,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-10.6540,-0.9426,-21.3238,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-10.6540,-0.9426,-21.3238,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-10.8653,-1.0041,-21.4736,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-11.7792,-1.0875,-22.3042,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI_SECI,SECI_LA,-10.3577,-0.7437,-21.2265,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-11.5539,-0.6348,-22.5316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SEHA,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-15.7486,-1.0879,-26.2732,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SERU,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SETH,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SGE,SGE,1.5254,-0.6525,-9.4345,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SMEP,MISO,20.2018,0.2111,8.3782,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SOCO,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPA,SPA,66.1553,0.4588,54.0840,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPC,SPC,10.4722,0.4726,-1.6129,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPPNORTH_HUB,SPPNORTH_H,4.6333,-0.2244,-6.7547,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPPSOUTH_HUB,SPPSOUTH_H,5.1100,-0.5525,-5.9499,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,16.2059,0.4273,4.1662,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,16.2059,0.4273,4.1662,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,16.5663,0.4018,4.5520,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,16.5663,0.4018,4.5520,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_NIXA,SPRM_NIXA_LA,14.6835,0.4244,2.6466,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_SPRM,SPRM_LA,16.0539,0.4695,3.9720,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,16.0715,0.3702,4.0888,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,16.0715,0.3702,4.0888,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,16.0511,0.3499,4.0888,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,16.0715,0.3702,4.0888,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-12.7837,-0.5164,-23.8797,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-14.0149,-0.7115,-24.9158,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-14.5422,-1.1851,-24.9696,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-14.5422,-1.1851,-24.9696,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-15.5456,-1.1817,-25.9763,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-11.3365,-0.8431,-22.1059,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-14.6766,-1.8943,-24.3948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,-3.0887,-0.6831,-14.0180,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-15.3487,-0.6766,-26.2846,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,-2.8516,0.0837,-14.5477,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,-1.8913,0.0870,-13.5908,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,-1.8913,0.0870,-13.5908,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,-2.8516,0.0837,-14.5477,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-14.5094,-1.1518,-24.9701,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-14.0149,-0.7115,-24.9158,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-14.3831,-1.0816,-24.9140,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-14.5619,-1.4458,-24.7286,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-14.2061,-0.9871,-24.8315,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-14.0877,-0.8108,-24.8893,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-14.3324,-1.0607,-24.8841,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-14.3982,-1.4561,-24.5545,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-14.3982,-1.4561,-24.5545,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-14.3982,-1.4561,-24.5545,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-14.3982,-1.4561,-24.5545,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GRID.WRAB,WRAB_DDR,-14.3611,-0.9380,-25.0356,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-14.3982,-1.4561,-24.5545,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-14.9426,-0.7162,-25.8389,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-14.9426,-0.7162,-25.8389,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-14.9072,-0.6790,-25.8407,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-14.9072,-0.6790,-25.8407,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-14.9072,-0.6790,-25.8407,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-14.9426,-0.7162,-25.8389,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-14.6163,-1.1652,-25.0636,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-14.6164,-1.1652,-25.0636,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-14.6156,-1.1652,-25.0628,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-14.8131,-1.4406,-24.9850,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,-2.5252,0.0594,-14.1971,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-15.3342,-0.6832,-26.2635,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-15.3342,-0.6832,-26.2635,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-15.3342,-0.6832,-26.2635,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-15.3342,-0.6832,-26.2635,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,-5.9754,0.1087,-17.6965,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,-2.9857,0.0645,-14.6627,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,-2.9857,0.0645,-14.6627,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-15.6992,-1.0384,-26.2732,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-14.5995,-1.1564,-25.0555,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-14.5995,-1.1564,-25.0555,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-14.6184,-1.1605,-25.0703,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-14.3611,-0.9380,-25.0356,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-14.4061,-1.2835,-24.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-14.4856,-1.1678,-24.9302,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-14.6757,-1.4426,-24.8455,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-14.4437,-1.0006,-25.0555,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-13.8065,-0.6317,-24.7873,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-13.8065,-0.6317,-24.7873,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-13.6453,-0.6478,-24.6100,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-15.4576,-1.0046,-26.0655,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-14.3736,-1.3409,-24.6451,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-14.4083,-1.6259,-24.3948,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-15.4459,-0.9929,-26.0655,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-14.4891,-1.1314,-24.9701,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-13.0556,-0.6428,-24.0252,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,-2.7492,-0.3436,-14.0180,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-13.0556,-0.6428,-24.0252,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-12.8501,-0.4648,-23.9977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-14.5232,-1.2735,-24.8622,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,-1.7678,0.5739,-13.9542,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,-1.7661,0.5756,-13.9542,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,-2.2584,0.3560,-14.2268,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,-3.0187,0.0711,-14.7022,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,-1.7213,0.3767,-13.7105,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-11.0167,-1.0354,-21.5938,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-14.4146,-0.9899,-25.0372,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-13.4496,-0.6195,-24.4425,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-13.4496,-0.6195,-24.4425,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-13.0556,-0.6428,-24.0252,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-15.3547,-0.6168,-26.3503,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,-6.4904,0.4218,-18.5247,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-12.8940,-0.0986,-24.4079,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-13.3593,-0.3819,-24.5899,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-14.4341,-0.7279,-25.3187,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,-1.7678,0.5739,-13.9542,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,-1.3618,0.7686,-13.7429,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,-1.5099,0.6205,-13.7429,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-15.3397,-0.8866,-26.0655,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-13.1635,-0.3799,-24.3960,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-14.3218,-1.2677,-24.6666,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-14.3417,-1.2874,-24.6668,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0163,V163_DDR,-14.3410,-0.9936,-24.9599,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0168,V168_DDR,-15.4933,-0.7442,-26.3615,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0180,V180_DDR,-1.3618,0.7686,-13.7429,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0181,V181_DDR,-14.2102,-1.1680,-24.6546,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0182,V182_DDR,-1.5684,0.4878,-13.6687,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0199,V199_DDR,-7.2915,0.3454,-19.2494,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0200,V200_DDR,-2.5144,0.3435,-14.4703,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.VOLT.0235,V235_DDR,-14.4061,-1.2835,-24.7350,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-14.6766,-1.8943,-24.3948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,-3.0887,-0.6831,-14.0180,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-14.6619,-1.3255,-24.9489,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-14.5361,-1.0953,-25.0532,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS_SPS,SPS_LA,-7.5403,-0.0554,-19.0974,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-9.3048,-0.1857,-20.7316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,SSCN_NPPD,SSCN_NPPD_LA,4.9999,-0.2331,-6.3794,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,17.9776,0.3256,6.0396,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,17.9776,0.3256,6.0396,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,TAL,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,TEC,SOUC,32.7300,0.3819,20.7357,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,4.7898,-0.8870,-5.9357,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,TVA,TVA,34.3086,0.3464,22.3498,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB,UCUHUB_H,0.0728,-0.1614,-11.3783,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB17,UCUHUB17_H,-4.2638,-0.4368,-15.4395,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB18,UCUHUB18_H,-1.9196,-0.3564,-13.1756,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB19,UCUHUB19_H,-5.4747,-0.4227,-16.6644,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB20,UCUHUB20_H,-5.0885,-0.4114,-16.2895,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB21,UCUHUB21_H,-6.6378,-0.4841,-17.7662,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB22,UCUHUB22_H,-6.5030,-0.5146,-17.6009,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB23,UCUHUB23_H,-6.8024,-0.5213,-17.8936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,UCUHUB24,UCUHUB24_H,-3.6886,-0.4507,-14.8503,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,10.5422,0.5675,-1.6377,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,10.5422,0.5675,-1.6377,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,9.5729,-0.1577,-1.8819,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,9.5729,-0.1577,-1.8819,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,10.3012,-0.1828,-1.1284,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,9.7227,-0.0912,-1.7986,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,9.7227,-0.0912,-1.7986,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,10.5422,0.5675,-1.6377,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,10.3749,-0.1741,-1.0634,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,10.5702,0.2530,-1.2952,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,9.3332,0.0041,-2.2833,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,6.6438,-1.0661,-3.9025,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,10.4193,0.5344,-1.7276,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,10.4193,0.5344,-1.7276,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,8.6168,-0.9805,-2.0151,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,9.5652,-0.1888,-1.8585,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,10.0150,-0.1908,-1.4066,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,8.7963,-0.2086,-2.6076,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,9.4238,0.0879,-2.2766,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,9.3891,-0.2106,-2.0128,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,9.2260,-0.3714,-2.0151,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,9.2260,-0.3714,-2.0151,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,9.5934,-0.1625,-1.8566,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,6.2561,-1.1753,-4.1811,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,9.9748,0.6157,-2.2534,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,19.7700,0.1530,8.0045,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,19.7700,0.1530,8.0045,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,19.7700,0.1530,8.0045,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,10.0480,0.1732,-1.7376,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,10.0480,0.1732,-1.7376,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,10.0480,0.1732,-1.7376,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,10.7276,0.7166,-1.6015,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,10.0012,-0.1548,-1.4564,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,10.0012,-0.1548,-1.4564,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,1.0144,-0.6666,-9.9315,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,8.6271,-0.0874,-2.8979,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,10.3382,0.2419,-1.5162,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,7.2997,-0.3349,-3.9779,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,5.7243,-1.4825,-4.4056,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,9.4067,-0.2597,-1.9461,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,10.4800,0.5640,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,10.4800,0.5640,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,10.4794,0.5634,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,10.4800,0.5640,-1.6964,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,10.3717,0.4663,-1.7071,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,6.7493,-0.8126,-4.0506,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,10.5136,0.0620,-1.1608,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,7.9153,-0.0691,-3.6281,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,7.9153,-0.0691,-3.6281,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,7.1674,-0.3698,-4.0753,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,7.1674,-0.3698,-4.0753,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,10.1253,-0.0308,-1.4564,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,10.2346,0.0005,-1.3783,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,9.0455,-0.2492,-2.3178,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,6.4890,-0.9716,-4.1518,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,10.0936,-0.0370,-1.4818,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,10.3012,-0.1828,-1.1284,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,10.3012,-0.1828,-1.1284,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,8.7963,-0.2086,-2.6076,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,5.7622,-0.8465,-5.0038,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,8.5985,-0.4003,-2.6137,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,6.3832,-1.0482,-4.1811,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,9.3027,-0.3143,-1.9955,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.FSE,WAUE.FSE_H,5.2767,-0.5306,-5.8051,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,9.8542,0.0411,-1.7994,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,9.8173,0.0171,-1.8122,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,6.1071,-1.0777,-4.4277,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,6.1714,-1.0254,-4.4156,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,10.2130,-0.1606,-1.2388,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,10.2029,-0.2229,-1.1866,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-13.4600,-0.8566,-24.2159,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,6.6438,-1.0661,-3.9025,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-5.6800,-0.6467,-16.6458,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,7.8529,-0.2573,-3.5022,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,7.8532,-0.2571,-3.5022,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,7.8538,-0.2565,-3.5022,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,9.3390,-0.1824,-2.0910,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,5.7622,-0.8465,-5.0038,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,9.9575,0.0899,-1.7448,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,8.5596,-0.2862,-2.7667,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,9.9256,0.5666,-2.2534,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,8.7231,0.1673,-3.0566,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,9.4614,0.0666,-2.2176,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,11.1989,-0.0795,-0.3341,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,8.9877,-0.0725,-2.5522,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,8.9847,-0.2641,-2.3637,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,7.2997,-0.3349,-3.9779,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,12.5794,0.5164,0.4505,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,8.7848,-0.2194,-2.6083,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,12.3508,0.3805,0.3578,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,9.7691,0.1186,-1.9619,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,5.7804,-0.2335,-5.5986,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NTWK,WAUE.NTWK_H,8.9358,-0.1343,-2.5423,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,10.0665,0.5475,-2.0934,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,10.0665,0.5475,-2.0934,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,6.5895,-1.1425,-3.8804,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,6.6432,-1.0800,-3.8892,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.9127,-0.1281,-1.5716,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,6.5895,-1.1425,-3.8804,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,11.0573,0.0615,-0.6166,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,8.0231,-0.5039,-3.0854,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,7.2997,-0.3349,-3.9779,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,8.7124,-0.2454,-2.6547,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,7.4185,-1.1085,-3.0854,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,4.9105,-1.3965,-5.3055,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,5.3750,-1.4041,-4.8334,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,9.5617,-0.1818,-1.8690,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,4.1722,-1.0504,-6.3898,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,10.1652,0.0225,-1.4698,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,7.2219,-0.7725,-3.6180,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,6.4890,-0.9716,-4.1518,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.VOLT.0152,V152_DDR,10.9271,0.8603,-1.5457,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE.VOLT.0172,V172_DDR,10.4280,0.5171,-1.7015,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_BEPM,WAUE_BEPM_LA,10.2548,0.2346,-1.5922,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,10.0987,0.1032,-1.6169,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,8.7273,0.1741,-3.0592,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_EWA,WAUE_EWA_LA,5.8701,-0.7748,-4.9676,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,8.2027,-0.4305,-2.9793,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_HMMU,WAUE_HMMU_LA,7.0630,0.0034,-4.5529,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,11.5701,-0.0418,-0.0006,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_MECB,WAUE_MECB_LA,8.2929,0.1581,-3.4777,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_MMPA,WAUE_MMPA_LA,11.1839,0.3321,-0.7606,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_MRES,WAUE_MRES_LA,9.2814,-0.0692,-2.2618,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,10.8229,0.6377,-1.4272,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,9.8542,0.0411,-1.7994,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,7.9194,-0.4140,-3.2791,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_OTP,WAUE_OTP_LA,11.8070,0.6164,-0.4219,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_OTPW,WAUE_OTPW_LA,16.6531,0.7460,4.2946,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM,WAUE_UGPM_LA,9.6457,0.0587,-2.0254,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,9.9874,0.1448,-1.7699,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,8.9654,-0.0720,-2.5751,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,6.4553,-0.3452,-4.8120,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,5.8701,-0.7748,-4.9676,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,7.0630,0.0034,-4.5529,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,8.2015,-0.3998,-3.0111,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,9.8542,0.0411,-1.7994,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,11.1839,0.3321,-0.7606,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,9.1097,-0.1043,-2.3985,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,7.5502,-0.5170,-3.5452,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,11.1830,0.6146,-1.0440,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-16.5095,-1.3307,-26.7913,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-12.8755,-0.9796,-23.5084,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,0.6250,-0.9625,-10.0250,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,69.7134,0.2818,57.8192,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,69.7134,0.2818,57.8192,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-8.7996,-1.5467,-18.8654,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,64.4307,0.3542,52.4641,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,58.2254,0.3433,46.2696,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,16.9745,-0.7315,6.0936,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,17.0000,-0.7061,6.0936,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,9.8703,-0.6737,-1.0684,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-14.6757,-1.4426,-24.8455,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-22.2876,-1.2044,-32.6957,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-17.0155,-1.2358,-27.3922,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-14.4830,-1.7007,-24.3948,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_ENMC,WFEC_ENMC_LA,-6.6314,0.0293,-18.2731,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-21.7380,-0.7960,-32.5544,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,30.8163,0.1843,19.0196,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,-5.1049,0.0721,-16.7894,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-16.5095,-1.3307,-26.7913,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-16.5095,-1.3307,-26.7913,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-16.5095,-1.3307,-26.7913,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_OKGE,WFEC_OKGE_LA,4.3715,0.0969,-7.3378,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,57.2303,0.3395,45.2783,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-12.8023,-1.5395,-22.8753,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-8.7584,-1.6790,-18.6918,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_WFEC,WFEC_LA,21.4757,-0.2633,10.1265,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,-5.1049,0.0721,-16.7894,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-4.6935,-0.6289,-15.6771,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-9.4971,-1.0268,-20.0827,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,0.5629,0.4430,-11.4925,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-3.5089,-0.5050,-14.6164,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-15.2686,-0.9605,-25.9205,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-15.2686,-0.9605,-25.9205,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-12.4501,-0.6783,-23.3843,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-12.4501,-0.6783,-23.3843,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-12.4501,-0.6783,-23.3843,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-3.5089,-0.5050,-14.6164,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,2.6717,0.0424,-8.9832,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-8.0212,-0.5080,-19.1257,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-8.0212,-0.5080,-19.1257,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-8.0212,-0.5080,-19.1257,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-8.0210,-0.5077,-19.1257,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,2.6717,0.0424,-8.9832,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-12.5846,-1.1100,-23.0871,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-31.0027,-0.3890,-42.2262,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.JEC.1,WRJEFFUN10_RA,-0.6887,-0.3096,-11.9915,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.JEC.2,WRJEFFUN11_RA,-0.7257,-0.3120,-12.0261,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.JEC.3,WRJEFFUN12_RA,-0.7684,-0.3547,-12.0261,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-23.6002,-0.7761,-34.4365,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-16.2576,-0.7798,-27.0902,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-16.2576,-0.7798,-27.0902,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.LEC.4,WRLECUN26_RA,4.2011,0.0007,-7.4120,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.LEC.5,WRLECUN27_RA,3.5658,0.0245,-8.0711,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-6.5416,-0.4198,-17.7342,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-6.5416,-0.4198,-17.7342,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-6.5416,-0.4198,-17.7342,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-6.4977,-0.3965,-17.7137,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-6.4129,-0.8132,-17.2121,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-4.3136,-0.5643,-15.3617,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-4.3136,-0.5643,-15.3617,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-6.9311,-0.7668,-17.7767,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-4.6134,-0.6044,-15.6214,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,1.0255,-0.5193,-10.0676,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-4.2810,-0.5686,-15.3249,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-16.2600,-0.7823,-27.0902,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,59.1985,0.3522,47.2338,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-7.3294,-1.1518,-17.7901,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-1.7922,-0.3565,-13.0481,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-4.7651,-0.7876,-15.5899,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,2.6717,0.0424,-8.9832,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-3.5089,-0.5050,-14.6164,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-14.6426,-0.5610,-25.6941,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.THAYERLD,WR.THAYERLD_LA,23.7099,0.3683,11.7291,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-15.5697,-0.5588,-26.6233,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0106,V106_DDR,-14.5825,-0.5356,-25.6594,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0139,WR.VOLT.0139_H,8.2302,0.1224,-3.5046,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-4.7684,-0.3997,-15.9811,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0146,WR.VOLT.0146_H,4.6788,0.0947,-7.0284,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0147,WR.VOLT.0147_H,4.6788,0.0947,-7.0284,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0148,WR.VOLT.0148_H,3.8363,0.0797,-7.8558,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-14.0008,-0.4486,-25.1647,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0157,V157_DDR,4.5390,0.0815,-7.1549,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0158,V158_DDR,4.6788,0.0947,-7.0284,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0159,WR.VOLT.0159_H,4.6788,0.0947,-7.0284,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-14.8743,-0.6072,-25.8795,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0173,V173_DDR,-6.6344,-0.4812,-17.7657,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0174,V174_DDR,-14.5588,-0.5492,-25.6220,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0184,V184_DDR,-14.1156,-0.6173,-25.1108,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-14.7889,-0.5536,-25.8477,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0186,V186_DDR,-14.7040,-0.5893,-25.7272,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-14.3239,-0.5925,-25.3438,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-15.4231,-0.5373,-26.4982,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-7.2558,-0.3397,-18.5286,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-2.9444,-0.2920,-14.2649,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-2.1261,-0.3162,-13.4224,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-2.1261,-0.3162,-13.4224,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-2.9444,-0.2920,-14.2649,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0245,V245_DDR,-14.7967,-0.5541,-25.8551,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.VOLT.0248,V248_DDR,-14.5825,-0.5356,-25.6594,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-19.2334,-0.7143,-30.1316,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,1.6219,-0.0394,-9.9512,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.WOLF,WRWOLFUN15_RA,-4.7003,-0.8492,-15.4636,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-12.5846,-1.1100,-23.0871,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,0.5058,0.3858,-11.4925,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-17.7071,-0.7534,-28.5661,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-15.6499,-0.4242,-26.8382,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-4.6924,-0.4018,-15.9030,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-15.9802,-0.5661,-27.0266,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-15.9802,-0.5661,-27.0266,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-15.9802,-0.5661,-27.0266,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-15.9802,-0.5661,-27.0266,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-2.8990,-0.2137,-14.2977,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-32.0906,-0.5140,-43.1891,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-32.0906,-0.5140,-43.1891,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-35.0630,-0.5269,-46.1485,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-35.0630,-0.5269,-46.1485,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_MIDW,WR_MIDW_LA,-6.3883,-0.6431,-17.3577,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,15.0777,0.3166,3.1487,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,11.6673,0.1842,-0.1293,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-7.9959,-0.5817,-19.0266,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_SEG,WR_SEG_LA,6.7024,0.2478,-5.1578,11.6124\n03/19/2025 13:00:00,03/19/2025 18:00:00,WR_WR,WR_LA,-5.2684,-0.3131,-16.5678,11.6125\n03/19/2025 13:00:00,03/19/2025 18:00:00,YAD,VACS,33.5123,0.3646,21.5353,11.6124\n03/19/2025 14:00:00,03/19/2025 19:00:00,AEC,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_CSWS,CSWS_AECC_LA,32.4000,0.5772,19.5320,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,35.6655,0.4052,22.9695,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,31.3492,0.7572,18.3012,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,35.6861,0.2936,23.1018,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.3557,0.4926,14.5723,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,32.0452,0.3257,19.4287,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,27.6965,0.3588,15.0469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AECI,AECI,22.5182,0.2401,9.9874,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,AEPM_CSWS,CSWS_LA,31.9080,0.5352,19.0820,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ALTW,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,AMRN,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-16.4454,-0.8438,-27.8923,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,BBA,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BCA,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BEPM.ER01.DDR,ER01_DDR,3.1028,-1.3803,-7.8077,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BEPM_ER01,BEPM_ER01_LA,3.1028,-1.3803,-7.8077,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,2.9389,-0.4342,-8.9176,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-0.3235,-0.3469,-12.2674,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BEPM_UM01,BEPM_UM01_LA,7.6213,0.5612,-5.2306,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,BLKW,BLKW,-9.3904,-0.6270,-21.0541,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-25.6877,-1.1188,-36.8597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-25.6877,-1.1188,-36.8597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,13.6436,-1.0308,2.3836,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-25.6679,-1.0990,-36.8597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BRAZ,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BUBA,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-10.7285,-1.1841,-21.8351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-10.6270,-0.5484,-22.3694,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,3.6702,-0.1858,-8.4348,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,3.6702,-0.1858,-8.4348,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CLEC,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,35.0528,0.2859,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,COWP,COWP_LA,18.1964,0.3772,5.5285,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,18.1964,0.3772,5.5285,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,18.1964,0.3772,5.5285,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CPLE,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CPLW,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,23.3086,0.5113,10.5066,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,23.3086,0.5113,10.5066,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,23.3086,0.5113,10.5066,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,23.3086,0.5113,10.5066,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CRTH_SPA,WRCRTH_SPA_LA,34.0116,0.0941,21.6267,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,27.8180,1.3101,14.2171,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-1.2623,-0.6190,-12.9340,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,27.6965,0.3588,15.0469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,35.6861,0.2936,23.1018,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,27.8111,1.3008,14.2195,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.6534,0.9560,14.4066,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,27.7591,1.1838,14.2845,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,27.7591,1.1838,14.2845,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,35.4262,0.3283,22.8071,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,35.4262,0.3283,22.8071,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,35.3498,0.2519,22.8071,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,35.3498,0.2519,22.8071,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,27.6965,0.3588,15.0469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,30.5864,0.9322,17.3635,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,58.0639,-0.0289,45.8020,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,57.9502,-0.1426,45.8020,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,40.0034,0.1283,27.5843,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,37.9195,0.1920,25.4367,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,37.9195,0.1920,25.4367,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,37.9218,0.1921,25.4389,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,37.9218,0.1921,25.4389,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-18.3016,-0.7587,-29.8337,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,6.4543,-0.4367,-5.3998,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,39.6832,0.2806,27.1119,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-17.1328,-0.9333,-28.4903,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-17.0935,-0.8940,-28.4903,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-15.1257,-0.4738,-26.9426,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.GRID.CDL1,CDL1_DDR,37.3041,0.3109,24.7025,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-1.8871,-0.6278,-13.5501,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-0.7334,-0.9168,-12.1074,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,37.3041,0.3109,24.7025,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.CSI1,CSI1_DDR,39.2862,0.3225,26.6729,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.CSI2,CSI2_DDR,39.2906,0.3270,26.6729,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,35.0574,0.2905,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.GAZA,GAZA_DDR,37.3041,0.3109,24.7025,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,88.3088,0.5836,75.4344,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.NUEN.T201,NT201_DDR,38.4461,0.2325,25.9229,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-7.0609,-0.8219,-18.5298,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-7.0609,-0.8219,-18.5298,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,27.6965,0.3588,15.0469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,28.2309,1.3801,14.5601,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-15.1257,-0.4738,-26.9426,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-15.1257,-0.4738,-26.9426,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-13.7268,-0.7134,-25.3042,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-17.0935,-0.8940,-28.4903,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.3615,0.7844,14.2863,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,35.7892,0.1046,23.3939,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,35.6148,-0.0699,23.3939,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,35.6106,-0.0741,23.3939,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,17.9323,0.0764,5.5652,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,17.9323,0.0764,5.5652,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.6747,0.9272,14.4567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,39.8623,0.2171,27.3544,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.7003,0.9656,14.4439,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.5610,1.6771,14.5931,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,31.7720,0.4688,19.0125,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,39.2906,0.3270,26.6729,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0057,OKMU_DDR,39.5708,0.3348,26.9453,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0060,LEHIGH_DDR,88.3088,0.5836,75.4344,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0086,WARRENM_DDR,38.3601,0.2459,25.8234,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.2814,1.2777,14.7129,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,49.1602,0.2421,36.6273,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0121,V121_DDR,27.6747,0.9272,14.4567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0122,V122_DDR,47.6304,0.2235,35.1161,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0124,V124_DDR,67.2791,0.1625,54.8259,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0135,V135_DDR,39.4442,0.2716,26.8818,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0144,V144_DDR,7.1047,-0.3924,-4.7937,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0145,V145_DDR,7.4048,-0.4573,-4.4287,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.7057,0.9470,14.4680,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,27.9748,0.5349,15.1491,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0175,V175_DDR,35.0574,0.2905,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,27.9748,0.5349,15.1491,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.0812,0.6247,15.1657,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,39.4442,0.2716,26.8818,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,39.5801,0.2497,27.0397,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,39.0160,0.2183,26.5070,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,53.8386,0.0875,41.4603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,38.1052,0.1810,25.6334,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,39.5801,0.2497,27.0397,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0211,V211_DDR,27.8221,1.1220,14.4093,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,49.9273,0.2461,37.3905,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0213,V213_DDR,39.1156,0.2484,26.5764,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0215,V215_DDR,48.6778,0.2346,36.1524,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0217,V217_DDR,49.9810,0.2317,37.4585,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0218,V218_DDR,53.3661,0.0973,40.9781,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0228,V228_DDR,40.4205,0.1921,27.9377,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0232,V232_DDR,39.0075,0.2769,26.4398,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0233,V233_DDR,39.7645,0.2642,27.2095,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0240,V240_DDR,45.8111,0.1810,33.3394,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0244,V244_DDR,39.5801,0.2497,27.0397,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0246,MDT1_DDR,88.3088,0.5836,75.4344,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0249,V249_DDR,39.0684,0.2631,26.5146,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0250,V250_DDR,-2.3623,-0.5961,-14.0570,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0251,V251_DDR,38.4243,0.2192,25.9143,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.VOLT.0252,V252_DDR,53.8386,0.0875,41.4603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-21.1066,-0.7298,-32.6676,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,10.8475,-0.8234,-0.6199,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-14.9023,-1.4350,-25.7581,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.6281,0.9060,14.4314,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-19.3993,-1.7673,-29.9228,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,2.7777,-0.4935,-9.0196,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,2.7777,-0.4935,-9.0196,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,2.7777,-0.4935,-9.0196,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,2.7777,-0.4935,-9.0196,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,2.7777,-0.4935,-9.0196,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,27.6965,0.3588,15.0469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,27.4208,1.1598,13.9703,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,38.9869,0.2564,26.4398,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,38.1103,0.1703,25.6492,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,40.8870,0.3729,28.2233,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,40.8870,0.3729,28.2233,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.6555,0.6731,14.6917,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.6555,0.6731,14.6917,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.8766,0.9083,14.6775,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.8766,0.9083,14.6775,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.7065,0.8638,14.5519,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-17.0821,-0.8826,-28.4903,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DENL,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DERS,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DOE,DOE,19.3162,0.3480,6.6774,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,10.5380,0.0284,-1.7812,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DPC,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,DUK,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDDY,EDDY,1.9320,-0.0535,-10.3053,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,31.9045,0.0807,19.5331,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-5.7960,-0.1708,-17.9160,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,37.4497,-0.1266,25.2855,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE.SLCC,EDESTL4391_PLT,33.8539,-0.0674,21.6306,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,33.7305,-0.0207,21.4604,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,19.3129,-0.2043,7.2265,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_EC_01,EDELAR3821UN1_RA,31.9045,0.0807,19.5331,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_EC_02,EDELAR3821UN2_RA,31.9045,0.0807,19.5331,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_EC_03,EDELAR3821UN3_RA,31.9045,0.0807,19.5331,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_EC_04,EDELAR3821UN4_RA,31.9045,0.0807,19.5331,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_EDE,EDE_LA,31.4921,0.2730,18.9283,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_ERW,EDEERWFUNG1_RA,-11.2897,-0.5976,-22.9828,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-4.8194,-0.6660,-16.4442,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,30.0200,0.5992,17.1300,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,30.0200,0.5992,17.1300,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,30.0200,0.5992,17.1300,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,30.0200,0.5992,17.1300,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,0.1000,0.4551,-12.6459,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_RIV_10,EDERIV1671UN10_RA,33.8921,-0.1159,21.7173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_RIV_11,EDERIV1671UN11_RA,33.8921,-0.1159,21.7173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_RIV_12,EDERIV453UN12_PLT,33.5468,-0.4612,21.7173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_SL_01,EDESTL4391UN1_RA,33.6299,-0.2915,21.6306,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EDE_SWMP,EDE_SWMP_LA,30.3819,0.4303,17.6609,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EEI,EEI,19.1564,0.3467,6.5190,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,EES,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-7.5773,-0.6215,-19.2466,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ERCOTE,ERCOTE,27.6555,0.6731,14.6917,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,ERCOTN,ERCOTN,-7.0084,-0.7694,-18.5298,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,1.4202,-0.3869,-10.4837,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FMPP,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,FPC,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,FPL,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,FREM_50T,OPPDFREM_GUN1_RA,3.8511,-0.1611,-8.2786,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FREM_6,OPPDFREM_AUN6_RA,3.8475,-0.1674,-8.2759,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FREM_7,OPPDFREM_AUN7_RA,3.8475,-0.1674,-8.2759,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FREM_8,OPPDFREM_AUN8_RA,3.7709,-0.2439,-8.2759,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,FREM_LOAD,FREM_LOAD_LA,3.8355,-0.1794,-8.2759,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-13.8461,-0.5127,-25.6241,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.3615,0.7844,14.2863,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-14.1618,-1.7427,-24.7098,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-30.4338,-0.9342,-41.7903,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,35.0528,0.2859,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,35.0528,0.2859,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,35.0528,0.2859,22.4761,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,39.2905,0.1699,26.8298,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,39.2905,0.1699,26.8298,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,39.4476,0.1666,26.9902,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,39.4476,0.1666,26.9902,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-23.3971,-0.8629,-34.8250,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,50.9471,0.1004,38.5559,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,50.9471,0.1004,38.5559,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,50.9471,0.1004,38.5559,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.VOLT.0130,V130_DDR,40.4853,0.2976,27.8969,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA.VOLT.0237,V237_DDR,40.5871,0.2200,28.0764,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDAHUB2,GRDAHUB2_H,26.9738,-0.1133,14.7964,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDAHUB3,GRDAHUB3_H,20.4725,-0.2124,8.3941,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA_GRDA,GRDA_LA,40.3808,0.2297,27.8604,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA_HUB,GRDA_H,34.3142,0.0125,22.0110,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRDA_HUBSA,GRDASA_H,34.2463,-0.0080,21.9636,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,GRE,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-8.9652,-0.1473,-21.1087,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GSEC_SPS,SPS_GSEC_LA,-11.8251,-0.7603,-23.3556,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GSPR2014HUB,GSPR2014HUB_H,-6.6351,-0.8139,-18.1120,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GSPR2015HUB,GSPR2015HUB_H,-5.8342,-0.8111,-17.3139,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-13.7681,-1.4207,-24.6381,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,HARRISON,CSWSLEBROCKPLT1,27.4416,0.7163,14.4346,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,HAST_TNSK_HUB,HAST_TNSK_H,0.9971,-0.5156,-10.7781,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,HQST,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,HST,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,20.6806,0.2865,8.1033,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,20.6806,0.2865,8.1033,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,21.1341,0.2856,8.5577,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,21.1341,0.2856,8.5577,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,20.1614,0.2850,7.5856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,20.1614,0.2850,7.5856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDN_INDN,INDN_LA,20.7239,0.2961,8.1371,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ISNE,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,JEA,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,3.8269,-0.1167,-8.3471,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,3.8269,-0.1167,-8.3471,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,2.6372,0.0081,-9.6617,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYCT4,KACYNEARMANUNCT4_RA,22.5200,0.2180,10.0112,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,62.8859,-0.0609,50.6560,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,22.5200,0.2180,10.0112,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,22.8580,0.2331,10.3341,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,22.7655,0.2310,10.2437,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KACY_KACY,KACY_LA,22.9544,0.2283,10.4353,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,33.9188,0.1457,21.4823,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,13.8987,0.5033,1.1046,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-16.5589,-0.6178,-28.2318,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-45.7415,-0.8264,-57.2059,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0222,V222_DDR,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0223,V223_DDR,12.4922,0.0169,0.1845,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0241,V241_DDR,14.1471,0.4450,1.4114,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0243,V243_DDR,21.4732,0.1918,8.9906,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0247,V247_DDR,13.8098,0.1281,1.3909,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.VOLT.0253,V253_DDR,34.0223,0.1502,21.5814,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-2.8678,-0.8531,-14.3055,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,9.3285,-0.1241,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,9.3285,-0.1241,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,9.3285,-0.1241,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,9.3285,-0.1241,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,34.2636,0.1437,21.8292,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,34.2636,0.1437,21.8292,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB,KCPLHUB_H,4.9461,-0.4294,-6.9152,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB17,KCPLHUB17_H,4.0197,-0.4889,-7.7822,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB18,KCPLHUB18_H,3.2692,-0.4846,-8.5370,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB19,KCPLHUB19_H,3.4273,-0.4577,-8.4058,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB20,KCPLHUB20_H,2.6342,-0.5098,-9.1467,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB21,KCPLHUB21_H,2.1291,-0.5026,-9.6591,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB22,KCPLHUB22_H,3.1472,-0.4970,-8.6465,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB23,KCPLHUB23_H,2.8381,-0.5104,-8.9423,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLHUB24,KCPLHUB24_H,1.9565,-0.5336,-9.8006,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,0.3200,0.0155,-11.9863,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,0.3200,0.0155,-11.9863,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,7.8685,-0.3337,-4.0886,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,7.8685,-0.3337,-4.0886,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,33.9198,0.1467,21.4823,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,33.9188,0.1457,21.4823,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,29.0233,0.1838,16.5488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,2.9976,-0.1664,-9.1268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,17.4626,0.1381,5.0338,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KCPL_KCPL,KCPL_LA,20.5082,0.1229,8.0945,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KENN,KENN_LA,4.9176,0.4397,-7.8129,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KEP2_SECI,KEP2_SECI_LA,-11.8927,-0.9277,-23.2557,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KERR_1,GRDAKERR_HYDUN1_RA,40.1248,0.1981,27.6359,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KERR_2,GRDAKERR_HYDUN2_RA,39.9716,0.2000,27.4809,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KERR_3,GRDAKERR_HYDUN3_RA,39.9716,0.2000,27.4809,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KERR_4,GRDAKERR_HYDUN4_RA,40.1248,0.1981,27.6359,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,9.3284,-0.1242,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,9.3284,-0.1242,-2.8382,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,10.3781,-0.0483,-1.8644,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,10.3781,-0.0483,-1.8644,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,7.3403,-0.1275,-4.8230,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,5.7154,-0.1093,-6.4660,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,5.7154,-0.1093,-6.4660,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-10.3000,-1.0259,-21.5648,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-10.3000,-1.0259,-21.5648,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-10.3000,-1.0259,-21.5648,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-6.8137,-0.5165,-18.5880,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-6.8137,-0.5165,-18.5880,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-10.5853,-1.0404,-21.8357,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-7.6457,-0.5893,-19.3472,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-4.2007,-0.3756,-16.1159,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,55.6502,-0.0824,43.4418,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,55.6502,-0.0824,43.4418,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,0.5557,-0.2525,-11.4826,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,0.5557,-0.2525,-11.4826,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,0.5557,-0.2525,-11.4826,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-8.2315,-0.7307,-19.7915,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-7.3138,-0.8922,-18.7123,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,3.6365,-0.3601,-8.2942,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,3.7475,0.0572,-8.6005,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LAFA,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LAM345,LAM345,-10.7285,-1.1841,-21.8351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LEPA,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,2.6828,-0.2012,-9.4067,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_LES,LES_LA,2.6946,-0.2127,-9.3834,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,2.8473,-0.2344,-9.2091,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,2.5801,-0.2513,-9.4593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,2.5801,-0.2513,-9.4593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,2.5801,-0.2513,-9.4593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,2.8477,-0.2340,-9.2091,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,2.8473,-0.2344,-9.2091,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_WAVERLY,LES_WAVERLY_H,2.8056,-0.2488,-9.2364,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,3.9454,-0.2213,-8.1241,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,3.9454,-0.2213,-8.1241,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,LGEE,LGEE,17.7895,0.2836,5.2151,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MALDEN,MALDEN_LA,6.2307,0.4260,-6.4861,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MCWEST,MCWEST,7.0426,0.0984,-5.3466,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MDU,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,0.5805,-0.4346,-11.2756,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,2.0290,-0.0517,-10.2101,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,3.9079,0.4251,-8.8080,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MEAN_NPPD,NPPD_MEAN_LA,0.1541,-0.6711,-11.4655,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MEC,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MHEB,MHEB,8.1711,0.2150,-4.3347,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-4.5530,-0.7122,-16.1316,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-8.3875,-0.9512,-19.7271,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-4.5530,-0.7122,-16.1316,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-4.5530,-0.7122,-16.1316,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-8.3875,-0.9512,-19.7271,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MISO,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-11.3043,-0.8962,-22.6988,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-11.3043,-0.8962,-22.6988,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-2.5009,-0.4025,-14.3892,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-11.6030,-1.1371,-22.7567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-7.9073,-0.8114,-19.3867,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-12.1032,-1.0003,-23.3937,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-11.1178,-0.7998,-22.6087,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-12.1980,-0.9394,-23.5494,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-11.0625,-0.7265,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-11.0625,-0.7265,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-11.0625,-0.7265,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-11.0625,-0.7265,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-11.0625,-0.7265,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,8.7805,0.0719,-3.5822,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,15.2521,0.3116,2.6497,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,15.2521,0.3116,2.6497,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,13.8376,0.2201,1.3268,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,13.5220,0.4862,0.7450,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MOWR,AECI,22.5182,0.2401,9.9874,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,14.8538,0.1714,2.3916,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,15.5659,0.3169,2.9583,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,0.7964,-0.5769,-10.9175,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-0.1645,-0.2770,-12.1783,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-14.0000,-0.8889,-25.4019,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,0.8368,-0.5365,-10.9175,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,10.5424,0.0329,-1.7812,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,10.5424,0.0329,-1.7812,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,10.5426,0.0330,-1.7812,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,10.5426,0.0330,-1.7812,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-0.3849,0.0100,-12.6856,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-0.3431,0.0517,-12.6856,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,19.3257,0.3256,6.7093,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,12.0402,0.0298,-0.2804,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,10.8883,-0.0160,-1.3865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,10.8883,-0.0160,-1.3865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,10.8883,-0.0160,-1.3865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,20.8812,0.1444,8.4460,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,20.8812,0.1444,8.4460,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MPS_MPS,MPS_LA,11.6773,0.1670,-0.7804,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,MSTNG,SPSMSTNGPLT1,3.7342,0.0520,-8.6086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MSTNG4,SPSMSTNGUN4_RA,3.6985,0.0163,-8.6086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MSTNG5,SPSMSTNGUN5_RA,3.7342,0.0520,-8.6086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,3.7342,0.0520,-8.6086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NBSO,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,2.0613,-0.5552,-9.6742,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,2.0594,-0.5571,-9.6742,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-14.3430,-1.6140,-25.0198,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NHC1,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,3.8354,-0.1562,-8.2992,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,3.8354,-0.1562,-8.2992,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,3.8354,-0.1562,-8.2992,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,1.8254,-0.8649,-9.6004,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,0.5633,-0.7825,-10.9450,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,1.7190,-0.4735,-10.0983,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,4.0045,-0.2845,-8.0018,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,0.5633,-0.7825,-10.9450,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.HUB.PY2018,NPPDPY18_H,0.3435,-0.7025,-11.2448,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,0.4208,-0.6936,-11.1764,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,0.3817,-0.6908,-11.2183,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,0.4514,-0.6770,-11.1624,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,4.3686,-0.3428,-7.5793,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-0.8765,-0.8215,-12.3458,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-0.8765,-0.8215,-12.3458,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-1.3301,-0.6507,-12.9702,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,4.3686,-0.3428,-7.5793,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,3.2112,-0.8198,-8.2598,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,0.1647,-1.0134,-11.1127,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-2.8004,-0.8239,-14.2673,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,0.1647,-1.0134,-11.1127,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,1.0347,-0.8790,-10.3770,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-0.0663,-0.9416,-11.4154,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,2.3532,-0.1291,-9.8085,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,0.5633,-0.7825,-10.9450,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-2.4913,-0.8422,-13.9399,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-0.8765,-0.8215,-12.3458,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-0.8765,-0.8215,-12.3458,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-0.3830,-0.5892,-12.0845,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-0.4222,-0.6022,-12.1108,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-0.4222,-0.6022,-12.1108,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,0.1968,-0.3251,-11.7689,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-8.7300,-0.0625,-20.9583,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,0.8294,-0.5981,-10.8633,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,2.1545,-0.6987,-9.4375,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-14.1800,-0.0084,-26.4624,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-16.7487,-0.0163,-29.0231,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.NELI.DDR,NELI_DDR,3.9673,-0.4376,-7.8859,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.NPPM.1058,SH1058_DDR,3.4977,-0.0945,-8.6986,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,0.1823,-0.4070,-11.7015,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,0.5633,-0.7825,-10.9450,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,1.7190,-0.4735,-10.0983,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,4.3686,-0.3428,-7.5793,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.TECH.1,KEARNE_DDR,0.3763,-0.3002,-11.6142,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,1.8561,-1.0231,-9.4116,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,1.8561,-1.0231,-9.4116,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,4.1838,-0.4052,-7.7018,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD.VOLT.0236,V236_DDR,2.0716,-0.1374,-10.0818,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD2017HUB,NPPD2017HUB_H,0.3456,-0.6998,-11.2454,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,3.1989,-0.3750,-8.7168,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,1.8254,-0.8649,-9.6004,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,0.1100,-1.1958,-10.9850,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,0.1100,-1.1958,-10.9850,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,2.1162,-0.1651,-10.0094,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,2.0811,-0.1279,-10.0818,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,0.9815,-0.2693,-11.0399,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-0.3315,-0.6042,-12.0180,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,3.2526,-0.3395,-8.6986,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,3.2526,-0.3395,-8.6986,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,3.2526,-0.3395,-8.6986,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,1.0085,-0.5104,-10.7718,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,1.8405,-0.5032,-9.9471,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,1.2007,-0.3600,-10.7301,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,3.8362,-1.0090,-7.4456,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,3.9034,-0.9418,-7.4456,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-1.3299,-0.8812,-12.7395,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-1.4969,-0.8823,-12.9053,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,1.3951,-0.4561,-10.4396,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,1.3843,-0.4668,-10.4396,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,1.3843,-0.4668,-10.4396,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,1.4049,-0.4339,-10.4520,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,3.2112,-0.8198,-8.2598,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,1.3753,-0.4347,-10.4808,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,2.2995,-0.3171,-9.6742,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,1.0212,-0.4831,-10.7865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,1.0111,-0.4910,-10.7887,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,1.0161,-0.4834,-10.7912,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,1.0161,-0.4834,-10.7912,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,1.0085,-0.5104,-10.7718,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,0.9745,-0.5445,-10.7718,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,2.8022,-0.4404,-9.0482,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,1.5328,-0.2573,-10.5006,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-1.2734,-0.8480,-12.7162,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,2.9228,-0.9211,-8.4469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-3.0728,-0.8645,-14.4991,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,3.6851,0.0930,-8.6986,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,3.9673,-0.4376,-7.8859,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-1.1487,-0.8561,-12.5834,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-1.1487,-0.8561,-12.5834,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_NPPD,NPPD_LA,1.7836,-0.3803,-10.1269,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,2.2995,-0.3171,-9.6742,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,2.2995,-0.3171,-9.6742,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,0.9729,-0.3269,-10.9909,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-0.7100,-0.7301,-12.2707,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NSB,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NSP,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,NSSO,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,NYIS,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-14.7398,-1.4067,-25.6238,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-21.9141,-0.8823,-33.3225,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-4.3600,-0.6909,-15.9599,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-4.3600,-0.6909,-15.9599,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-14.2136,-1.6179,-24.8865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-30.4338,-0.9342,-41.7903,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-100.9736,-0.5723,-112.6921,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-47.4855,-0.8401,-58.9362,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-25.6396,-0.8707,-37.0596,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-21.9468,-0.8877,-33.3499,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,1.9791,-0.3308,-9.9809,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-25.6396,-0.8707,-37.0596,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-14.3776,-1.5707,-25.0976,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-14.9240,-1.3400,-25.8747,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,29.4466,-0.0671,17.2230,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-21.9468,-0.8877,-33.3499,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-19.2578,-0.8442,-30.7043,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-1.5700,-0.8228,-13.0380,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-14.0000,-0.7223,-25.5685,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-44.1986,-0.0658,-56.4235,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-21.9468,-0.8877,-33.3499,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-11.9557,-0.7045,-23.5419,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NUEN.LAM1,LAM1_DDR,33.7191,0.8753,20.5531,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NUEN.MDT2,MDT2_DDR,1.9791,-0.3308,-9.9809,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NUEN.MDT3,MDT3_DDR,1.9791,-0.3308,-9.9809,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-12.2025,-0.7046,-23.7887,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-0.6450,-0.3737,-12.5621,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-0.6450,-0.3737,-12.5621,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-0.6450,-0.3737,-12.5621,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,5.7080,-0.3198,-6.2630,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,5.7080,-0.3198,-6.2630,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-0.6450,-0.3737,-12.5621,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-0.6450,-0.3737,-12.5621,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-21.9468,-0.8877,-33.3499,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,14.2946,0.5330,1.4709,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-14.3776,-1.5707,-25.0976,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-33.1226,-0.1483,-45.2651,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-19.2578,-0.8442,-30.7043,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,30.3092,0.5522,17.4663,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-19.9710,-0.7015,-31.5603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-19.9710,-0.7015,-31.5603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-19.9710,-0.7015,-31.5603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-19.9710,-0.7015,-31.5603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-23.9614,-1.2394,-35.0127,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-26.0909,-0.8456,-37.5360,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-21.9141,-0.8823,-33.3225,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-31.3446,-0.8244,-42.8109,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-31.3446,-0.8244,-42.8109,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-29.3195,-0.0916,-41.5187,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-16.2132,-0.7911,-27.7128,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-16.2132,-0.7911,-27.7128,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-16.2132,-0.7911,-27.7128,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0033,FOSTER_DDR,12.3976,-0.2882,0.3951,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,35.2422,0.4457,22.5057,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0035,TARBY_DDR,33.6476,0.7069,20.6500,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,35.2422,0.4457,22.5057,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,34.9799,0.3255,22.3636,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,34.9799,0.3255,22.3636,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-40.3454,-0.0929,-52.5433,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0040,TROSPER_DDR,16.1038,-0.2683,4.0814,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,16.0462,-0.2682,4.0236,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,31.6443,0.6583,18.6952,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0115,V115_DDR,3.0734,-0.3238,-8.8935,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0116,V116_DDR,60.6900,-0.0055,48.4047,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0118,V118_DDR,13.5837,0.0051,1.2879,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0125,V125_DDR,32.4858,0.7565,19.4386,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0126,V126_DDR,35.2929,0.3891,22.6131,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0129,V129_DDR,-1.8864,-0.6271,-13.5501,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,43.1458,-0.3363,31.1914,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0134,V134_DDR,36.0300,0.4777,23.2616,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0138,V138_DDR,34.7667,0.3353,22.1407,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,36.1101,-0.2761,24.0954,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0143,V143_DDR,34.3824,0.2573,21.8343,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0149,V149_DDR,-10.9848,-0.6423,-22.6333,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0150,V150_DDR,-11.0528,-0.6883,-22.6552,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0155,V155_DDR,34.2893,0.2763,21.7223,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0156,V156_DDR,43.1458,-0.3363,31.1914,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0166,V166_DDR,35.1963,0.7143,22.1912,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,35.2805,-0.2807,23.2704,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-11.0528,-0.6883,-22.6552,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0170,V170_DDR,-12.3454,-0.7037,-23.9325,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-20.7689,-0.6136,-32.4461,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0176,V176_DDR,-11.0528,-0.6883,-22.6552,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0177,V177_DDR,-18.7133,-1.2086,-29.7955,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,27.7921,-0.2799,15.7812,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-7.4722,-0.7276,-19.0353,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0195,V195_DDR,144.2200,0.8161,131.1131,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0197,V197_DDR,36.8130,0.4567,24.0655,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0198,V198_DDR,35.1963,0.7143,22.1912,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0208,V208_DDR,144.3394,0.8327,131.2159,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0209,V209_DDR,144.3394,0.8327,131.2159,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,36.6064,0.3515,23.9641,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0216,V216_DDR,16.0314,-0.2688,4.0094,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0219,V219_DDR,34.2893,0.2763,21.7223,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0220,V220_DDR,-11.0528,-0.6883,-22.6552,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0224,V224_DDR,2.2574,-0.3424,-9.6909,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0225,V225_DDR,2.2581,-0.3418,-9.6909,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0226,V226_DDR,2.2574,-0.3424,-9.6909,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0227,V227_DDR,2.2574,-0.3424,-9.6909,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0229,V229_DDR,-35.7898,-0.0280,-48.0526,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0231,V231_DDR,16.3997,0.1003,4.0086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0238,V238_DDR,-21.7705,-0.9273,-33.1340,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.VOLT.0242,V242_DDR,34.5030,0.3052,21.9071,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-20.0000,-1.7236,-30.5672,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-21.8676,-0.8626,-33.2957,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-14.9240,-1.3401,-25.8747,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-20.0000,-1.7236,-30.5672,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-13.6321,-1.5575,-24.3654,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-53.1377,-0.8073,-64.6212,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEHL7,OKGEHL7_H,26.8742,-0.2614,14.8449,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEHL8,OKGEHSL1UN8_RA,26.8742,-0.2614,14.8449,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEHL910,OKGEHSL1PLT2,26.8742,-0.2614,14.8449,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-14.3548,-1.4392,-25.2064,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEMCC,OKGEMCCLAIPLT1,-0.1948,-0.4659,-12.0196,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,31.7961,0.2093,19.2961,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,31.7961,0.2093,19.2961,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,31.7961,0.2093,19.2961,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,19.4353,-0.4446,7.5892,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,19.4353,-0.4446,7.5892,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,19.4353,-0.4446,7.5892,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,19.4353,-0.4446,7.5892,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESM1,OKGESEMINOLEUN1_RA,14.0046,-0.1936,1.9074,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESM2,OKGESEMINOLEUN2_RA,11.1980,-0.2216,-0.8712,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESM3,OKGESEMINOLEUN3_RA,11.1980,-0.2216,-0.8712,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESO1,OKGESONR1UN1_RA,-63.9499,-0.7792,-75.4614,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESO2,OKGESONR1UN2_RA,-31.3446,-0.8244,-42.8109,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-14.4513,-1.5356,-25.2064,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-15.7935,-1.6711,-26.4131,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGETINK5A,OKGETINK5UN1_RA,14.0585,-0.2956,2.0634,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGETINK5B,OKGETINK5UN2_RA,14.0585,-0.2956,2.0634,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-15.5867,-1.1657,-26.7118,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-21.9141,-0.8823,-33.3225,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,30.9804,0.8450,17.8446,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-13.0194,-0.6862,-24.6240,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_OKGE,OKGE_LA,18.3966,-0.1194,6.2252,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-33.1226,-0.1483,-45.2651,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-15.6180,-1.1969,-26.7118,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMLP,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,41.8037,0.1429,29.3700,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,31.2926,0.8006,18.2012,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-1.0673,-0.3352,-13.0228,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-100.8674,-0.4661,-112.6921,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-8.5245,-0.8141,-20.0012,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-25.6396,-0.8707,-37.0596,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-18.6621,-1.4971,-29.4558,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-7.3937,-1.2472,-18.4373,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,176.3603,0.1191,163.9504,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-100.9019,-0.5005,-112.6921,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-100.9019,-0.5005,-112.6921,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_SPP,OMPA_SPP_LA,-3.0428,-0.5008,-14.8328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-20.0000,-1.7236,-30.5672,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,37.1643,0.1292,24.7443,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,37.1643,0.1292,24.7443,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,37.1643,0.1292,24.7443,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,37.1643,0.1292,24.7443,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,ONT,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,3.8114,-0.1584,-8.3209,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,3.8326,-0.1395,-8.3186,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,3.8354,-0.1562,-8.2992,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,3.6562,-0.1372,-8.4973,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,3.6983,-0.1294,-8.4630,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,3.6983,-0.1294,-8.4630,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_GLDN,OPPD_GLDN_LA,3.7100,-0.1591,-8.4217,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,3.8294,-0.1479,-8.3135,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,3.2112,-0.8198,-8.2598,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,2.5809,-0.3327,-9.3771,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,3.8352,-0.1551,-8.3004,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_OPPD,OPPD_LA,3.7980,-0.1217,-8.3711,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,3.7329,-0.1148,-8.4431,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,3.7210,-0.1190,-8.4507,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,OTP,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,OVEC,OVEC,16.8842,0.2596,4.3339,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PARAGOULD,PARAGOULD_LA,2.8272,0.4614,-9.9250,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,39.8670,0.1032,27.4731,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,39.8670,0.1032,27.4731,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,39.8670,0.1032,27.4731,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,39.5175,0.1497,27.0771,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,39.5175,0.1497,27.0771,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,39.5175,0.1497,27.0771,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PIGGOTT,PIGGOTT_LA,5.3852,0.4349,-7.3404,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PJM,PJM,15.5656,0.2212,3.0537,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PLUM,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,POPLARBLUFF,POPLARBLUFF_LA,10.4441,0.3942,-2.2409,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,6.8498,-0.0663,-5.3747,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,6.8498,-0.0663,-5.3747,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,6.9156,-0.0627,-5.3125,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,6.9156,-0.0627,-5.3125,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,7.8570,0.8264,-5.2601,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,7.8570,0.8264,-5.2601,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,7.0393,0.0880,-5.3394,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,6.1974,-0.4379,-5.6555,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-10.6270,-0.5484,-22.3694,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,88.9841,0.1430,76.5503,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,1.0938,0.1020,-11.2989,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-3.2371,-0.0229,-15.5049,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,42.5342,0.4056,29.8378,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,35.5402,0.4070,22.8424,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,7.1191,-0.0668,-5.1049,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,7.2573,0.1865,-5.2200,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,6.0511,-0.2502,-5.9894,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,22.0000,1.2229,8.4863,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,7.9050,0.3170,-4.7028,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,6.9060,0.1102,-5.4950,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,PUPP,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,RCEAST,RCEAST,3.5931,-0.8966,-7.8010,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_1,GRDASALINA1UN1_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_2,GRDASALINA1UN2_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_3,GRDASALINA1UN3_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_4,GRDASALINA1UN4_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_5,GRDASALINA1UN5_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SALINA_6,GRDASALINA1UN6_RA,40.1260,0.1994,27.6359,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SARPY_1,OPPDSARPYUN1_RA,3.7638,-0.1472,-8.3797,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SARPY_2,OPPDSARPYUN2_RA,3.7745,-0.1217,-8.3946,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SARPY_3,OPPDSARPYUN3_RA,3.7544,-0.1745,-8.3619,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SARPY_4,OPPDSARPYUN4_RA,3.7544,-0.1745,-8.3619,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SARPY_5,OPPDSARPYUN5_RA,3.7544,-0.1745,-8.3619,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SC,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SCEG,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SCSE,SCSE,-0.7888,-0.7770,-12.3025,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SEC,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-12.8954,-1.2121,-23.9741,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-12.8954,-1.2121,-23.9741,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-12.8954,-1.2121,-23.9741,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-10.4781,-1.0127,-21.7562,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-12.8954,-1.2121,-23.9741,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-11.3200,-1.2383,-22.3725,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-11.1403,-1.2948,-22.1362,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-11.1403,-1.2948,-22.1362,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-11.0641,-0.7281,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-14.0705,-1.0772,-25.2841,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-6.8637,-0.5664,-18.5880,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-10.7788,-0.9129,-22.1567,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-6.8957,-1.0281,-18.1584,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-12.5204,-1.2304,-23.5808,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-6.8903,-1.0176,-18.1634,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-16.6039,-1.1965,-27.6982,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-11.2730,-0.8065,-22.7572,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-10.4069,-1.0866,-21.6111,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-10.4069,-1.0866,-21.6111,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-10.4069,-1.0866,-21.6111,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-10.4069,-1.0866,-21.6111,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-10.5995,-1.1512,-21.7391,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-11.3200,-1.2383,-22.3725,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI_SECI,SECI_LA,-10.1323,-0.8877,-21.5354,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-11.0641,-0.7281,-22.6268,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SEHA,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-15.6180,-1.1969,-26.7118,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SERU,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SETH,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SGE,SGE,0.0680,-0.7481,-11.4747,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SMEP,MISO,15.0630,0.2700,2.5022,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SOCO,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPA,SPA,26.3122,0.4934,13.5280,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPC,SPC,7.6386,0.5116,-5.1638,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPPNORTH_HUB,SPPNORTH_H,2.9516,-0.2253,-9.1138,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPPSOUTH_HUB,SPPSOUTH_H,4.0212,-0.6099,-7.6596,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,26.6487,0.4306,13.9273,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,26.6487,0.4306,13.9273,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,25.9241,0.4099,13.2234,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,25.9241,0.4099,13.2234,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_NIXA,SPRM_NIXA_LA,26.8789,0.4249,14.1632,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_SPRM,SPRM_LA,26.7567,0.4752,13.9907,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,26.9442,0.3653,14.2881,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,26.9442,0.3653,14.2881,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,26.9128,0.3339,14.2881,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,26.9442,0.3653,14.2881,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-8.2292,-0.6399,-19.8801,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-12.6759,-0.8485,-24.1181,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-14.0523,-1.3396,-25.0035,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-14.0523,-1.3396,-25.0035,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-17.6740,-1.3388,-28.6260,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-3.3359,-0.9831,-14.6435,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-11.0864,-2.0894,-21.2878,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,-0.3567,-0.8210,-11.8265,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-18.5008,-0.8009,-29.9907,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,4.2502,-0.0185,-8.0220,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,4.0910,-0.0183,-8.1815,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,4.0910,-0.0183,-8.1815,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,4.2502,-0.0185,-8.0220,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-14.0190,-1.3059,-25.0039,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-12.6759,-0.8485,-24.1181,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-13.8647,-1.2424,-24.9131,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-14.1059,-1.6310,-24.7657,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-13.6910,-1.1452,-24.8366,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-13.5636,-0.9671,-24.8873,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-13.8215,-1.2267,-24.8855,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-13.9520,-1.6376,-24.6052,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-13.9520,-1.6376,-24.6052,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-13.9520,-1.6376,-24.6052,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-13.9520,-1.6376,-24.6052,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GRID.WRAB,WRAB_DDR,-13.8559,-1.0703,-25.0764,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-13.9520,-1.6376,-24.6052,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-16.4454,-0.8438,-27.8923,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-16.4454,-0.8438,-27.8923,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-16.2884,-0.8058,-27.7734,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-16.2884,-0.8058,-27.7734,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-16.2884,-0.8058,-27.7734,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-16.4454,-0.8438,-27.8923,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-14.1289,-1.3199,-25.0998,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-14.1288,-1.3198,-25.0998,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-14.1274,-1.3199,-25.0983,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-14.3430,-1.6140,-25.0198,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,4.2641,-0.0448,-7.9819,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-18.4133,-0.8079,-29.8962,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-18.4133,-0.8079,-29.8962,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-18.4133,-0.8079,-29.8962,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-18.4133,-0.8079,-29.8962,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,4.3898,0.0328,-7.9337,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,4.2725,-0.0381,-7.9802,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,4.2725,-0.0381,-7.9802,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-15.5652,-1.1442,-26.7118,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-14.1168,-1.3098,-25.0978,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-14.1168,-1.3098,-25.0978,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-14.1383,-1.3147,-25.1144,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-13.8559,-1.0703,-25.0764,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-13.9313,-1.4612,-24.7609,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-13.9965,-1.3228,-24.9645,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-14.2136,-1.6179,-24.8865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-13.9463,-1.1393,-25.0978,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-11.8735,-0.7604,-23.4039,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-11.8735,-0.7604,-23.4039,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-11.1192,-0.7769,-22.6330,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-17.8797,-1.1535,-29.0170,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-14.2537,-1.8597,-24.6847,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-10.8095,-1.8125,-21.2878,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-17.8709,-1.1446,-29.0170,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-13.9977,-1.2845,-25.0039,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-7.2949,-0.7724,-18.8133,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,0.0000,-0.4643,-11.8265,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-7.2949,-0.7724,-18.8133,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-6.7294,-0.5828,-18.4374,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-13.9899,-1.4388,-24.8419,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,4.1357,0.4847,-8.6398,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,4.1366,0.4856,-8.6398,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,4.1462,0.2710,-8.4155,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,4.2986,-0.0260,-7.9662,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,3.0200,0.2817,-9.5525,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-10.7285,-1.1841,-21.8351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-13.9118,-1.1246,-25.0780,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-10.2507,-0.7471,-21.7943,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-10.2507,-0.7471,-21.7943,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-7.2949,-0.7724,-18.8133,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-18.7257,-0.7380,-30.2785,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,9.8958,0.3435,-2.7384,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-9.2709,-0.2057,-21.3560,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-10.6960,-0.5050,-22.4818,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-14.4052,-0.8643,-25.8317,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,4.1357,0.4847,-8.6398,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,3.7532,0.6877,-9.2253,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,3.5940,0.5286,-9.2253,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-17.7561,-1.0299,-29.0170,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-9.4977,-0.4949,-21.2935,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-13.9068,-1.4930,-24.7046,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-13.9323,-1.5181,-24.7050,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0163,V163_DDR,-13.7754,-1.1438,-24.9223,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0168,V168_DDR,-16.0867,-0.8038,-27.5737,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0180,V180_DDR,3.7532,0.6877,-9.2253,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0181,V181_DDR,-14.0693,-1.6668,-24.6932,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0182,V182_DDR,3.1914,0.3816,-9.4809,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0199,V199_DDR,6.4142,0.2620,-6.1385,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0200,V200_DDR,4.2870,0.2504,-8.2542,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.VOLT.0235,V235_DDR,-13.9313,-1.4612,-24.7609,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-11.0864,-2.0894,-21.2878,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,-0.3567,-0.8210,-11.8265,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-13.8380,-1.4906,-24.6381,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-13.9950,-1.2472,-25.0386,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS_SPS,SPS_LA,-2.3298,-0.1717,-14.4488,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,3.2995,-0.2872,-8.7041,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SSCN_NPPD,SSCN_NPPD_LA,2.5954,-0.1986,-9.4967,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,10.5229,0.3839,-2.1518,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,10.5229,0.3839,-2.1518,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,TAL,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,TEC,SOUC,24.0730,0.4650,11.3173,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,2.9228,-0.9211,-8.4469,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,TVA,TVA,24.4690,0.4186,11.7596,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB,UCUHUB_H,-1.1617,-0.2301,-13.2223,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB17,UCUHUB17_H,-5.5213,-0.5447,-17.2674,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB18,UCUHUB18_H,-3.0972,-0.4350,-14.9530,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB19,UCUHUB19_H,-5.8981,-0.5023,-17.6866,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB20,UCUHUB20_H,-5.6982,-0.4888,-17.5002,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB21,UCUHUB21_H,-7.0027,-0.5767,-18.7167,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB22,UCUHUB22_H,-6.8084,-0.6031,-18.4961,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB23,UCUHUB23_H,-7.0353,-0.6100,-18.7161,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,UCUHUB24,UCUHUB24_H,-4.4381,-0.5252,-16.2037,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,7.7173,0.6090,-5.1825,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,7.7173,0.6090,-5.1825,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,6.7612,-0.1496,-5.3800,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,6.7612,-0.1496,-5.3800,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,7.3105,-0.1858,-4.7944,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,6.9035,-0.1067,-5.2805,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,6.9035,-0.1067,-5.2805,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,7.7173,0.6090,-5.1825,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,7.3644,-0.1834,-4.7430,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,7.6472,0.2780,-4.9216,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,6.7088,0.0669,-5.6489,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,4.1938,-1.1017,-6.9952,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,7.5958,0.5490,-5.2439,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,7.5958,0.5490,-5.2439,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,5.7710,-1.0300,-5.4897,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,6.7383,-0.1933,-5.3592,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,7.0407,-0.2374,-5.0127,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,6.2084,-0.1695,-5.9129,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,6.7823,0.1396,-5.6481,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,6.5859,-0.2214,-5.4835,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,6.4179,-0.3831,-5.4897,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,6.4179,-0.3831,-5.4897,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,6.7683,-0.1586,-5.3639,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,3.8415,-1.2247,-7.2246,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,7.3765,0.7135,-5.6277,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,9.6700,0.1686,-2.7894,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,9.6700,0.1686,-2.7894,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,9.6700,0.1686,-2.7894,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,7.3245,0.2934,-5.2597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,7.3245,0.2934,-5.2597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,7.3245,0.2934,-5.2597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,7.8942,0.7584,-5.1550,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,7.0949,-0.1453,-5.0505,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,7.0949,-0.1453,-5.0505,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-0.3566,-0.7625,-11.8849,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,6.0320,-0.0736,-6.1851,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,7.4709,0.2680,-5.0878,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,5.0269,-0.3045,-6.9593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,3.3113,-1.5538,-7.4257,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,6.5865,-0.2685,-5.4358,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,7.6754,0.6101,-5.2255,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,7.6754,0.6101,-5.2255,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,7.6747,0.6095,-5.2255,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,7.6754,0.6101,-5.2255,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,7.5632,0.5076,-5.2351,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,4.3823,-0.8103,-7.0981,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,7.5433,0.0710,-4.8185,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,5.5128,-0.0230,-6.7550,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,5.5128,-0.0230,-6.7550,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,4.8269,-0.3495,-7.1144,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,4.8269,-0.3495,-7.1144,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,7.2372,-0.0030,-5.0505,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,7.3240,0.0067,-4.9735,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,6.3789,-0.2295,-5.6824,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,4.0870,-1.0100,-7.1938,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,7.3203,0.0080,-4.9784,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,7.3105,-0.1858,-4.7944,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,7.3105,-0.1858,-4.7944,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,6.2084,-0.1695,-5.9129,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,3.5344,-0.9440,-7.8123,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,5.9131,-0.4104,-5.9673,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,3.9768,-1.0893,-7.2246,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,6.4960,-0.3219,-5.4729,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.FSE,WAUE.FSE_H,3.2804,-0.5400,-8.4704,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,7.0003,-0.0055,-5.2850,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,6.9678,-0.0306,-5.2923,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,3.8186,-1.0812,-7.3910,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,3.8999,-1.0146,-7.3763,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,7.2526,-0.1572,-4.8809,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,7.2290,-0.2235,-4.8383,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-13.4000,-0.8639,-24.8269,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,4.1938,-1.1017,-6.9952,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-7.7500,-0.7273,-19.3135,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,5.5444,-0.2388,-6.5076,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,5.5444,-0.2387,-6.5076,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,5.5452,-0.2380,-6.5076,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,6.5573,-0.1846,-5.5489,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,3.5344,-0.9440,-7.8123,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,7.2366,0.1571,-5.2113,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,6.0128,-0.2508,-6.0272,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,7.3224,0.6594,-5.6277,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,6.3054,0.1963,-6.1816,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,6.8224,0.1297,-5.5981,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,8.1518,-0.0667,-4.0723,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,6.4074,-0.0294,-5.8539,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,6.3362,-0.2335,-5.7210,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,5.0269,-0.3045,-6.9593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,9.3734,0.6060,-3.5233,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,6.1969,-0.1800,-5.9139,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,9.1547,0.4473,-3.5834,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,7.0932,0.1883,-5.3859,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,3.9454,-0.2213,-8.1241,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NTWK,WAUE.NTWK_H,6.3283,-0.1240,-5.8384,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,7.2629,0.5289,-5.5568,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,7.2629,0.5289,-5.5568,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,4.1450,-1.1771,-6.9686,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,4.2402,-1.0800,-6.9706,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,7.0169,-0.1360,-5.1378,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,4.1450,-1.1771,-6.9686,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,7.9746,0.0827,-4.3989,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,5.4331,-0.5142,-6.3435,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,5.0269,-0.3045,-6.9593,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,6.0433,-0.2455,-6.0019,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,4.6505,-1.2967,-6.3435,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,2.5595,-1.4710,-8.2603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,3.0025,-1.4805,-7.8077,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,6.7429,-0.1750,-5.3729,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,2.2318,-1.1151,-8.9438,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,7.2776,0.0445,-5.0576,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,4.7195,-0.7985,-6.7728,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,4.0870,-1.0100,-7.1938,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.VOLT.0152,V152_DDR,8.0969,0.9191,-5.1129,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE.VOLT.0172,V172_DDR,7.6213,0.5612,-5.2306,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_BEPM,WAUE_BEPM_LA,7.2016,0.2629,-5.3520,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,7.3266,0.1645,-5.1287,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,6.3104,0.2037,-6.1840,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_EWA,WAUE_EWA_LA,3.6423,-0.8665,-7.7819,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,5.6011,-0.4341,-6.2556,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_HMMU,WAUE_HMMU_LA,5.0109,0.0287,-7.3086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,8.4414,-0.0007,-3.8486,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_MECB,WAUE_MECB_LA,5.9504,0.1798,-6.5201,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_MMPA,WAUE_MMPA_LA,8.1578,0.3762,-4.5092,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_MRES,WAUE_MRES_LA,6.6985,-0.0551,-5.5372,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,7.9483,0.6803,-5.0228,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,7.0003,-0.0055,-5.2850,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,5.3553,-0.4356,-6.4999,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_OTP,WAUE_OTP_LA,9.1334,0.6570,-3.8144,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_OTPW,WAUE_OTPW_LA,14.8538,0.7552,1.8078,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM,WAUE_UGPM_LA,6.8533,0.0664,-5.5038,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,7.4241,0.1674,-5.0340,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,6.3949,-0.0322,-5.8637,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,5.7194,-0.4149,-6.1564,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,3.6423,-0.8665,-7.7819,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,5.0109,0.0287,-7.3086,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,5.6091,-0.3983,-6.2834,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,7.0003,-0.0055,-5.2850,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,8.1578,0.3762,-4.5092,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,6.7668,-0.1026,-5.4214,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,5.0555,-0.5335,-6.7017,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,8.2180,0.6558,-4.7285,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-19.7787,-1.5598,-30.5097,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-11.7915,-1.0839,-22.9983,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,1.3263,-1.0348,-9.9297,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,88.1000,0.3748,75.4344,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,88.1000,0.3748,75.4344,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-9.7023,-1.6648,-20.3282,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,80.5753,0.4476,67.8369,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,71.7728,0.4323,59.0498,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,19.4930,-0.7490,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,19.5200,-0.7220,7.9512,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,11.1850,-0.6810,-0.4248,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-14.2136,-1.6179,-24.8865,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-25.6877,-1.1188,-36.8597,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-19.0738,-1.5777,-29.7868,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-10.8843,-1.8873,-21.2878,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_ENMC,WFEC_ENMC_LA,0.5248,-0.0752,-11.6908,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-21.9468,-0.8877,-33.3499,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,35.6287,0.3506,22.9873,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,4.3331,-0.0147,-7.9430,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-19.7787,-1.5598,-30.5097,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-19.7787,-1.5598,-30.5097,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-19.7787,-1.5598,-30.5097,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_OKGE,WFEC_OKGE_LA,3.8091,0.1029,-8.5846,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,55.8199,0.4493,43.0798,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-14.6240,-1.7016,-25.2131,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-9.6769,-1.8217,-20.1459,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_WFEC,WFEC_LA,22.2905,-0.2592,10.2589,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,4.3331,-0.0147,-7.9430,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-5.2291,-0.7382,-16.7817,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-9.4254,-1.1699,-20.5462,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,3.3361,0.4269,-9.3815,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-3.9805,-0.5896,-15.6817,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-14.1857,-1.0717,-25.4048,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-14.1857,-1.0717,-25.4048,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-13.0131,-0.7717,-24.5322,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-13.0131,-0.7717,-24.5322,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-13.0131,-0.7717,-24.5322,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-3.9805,-0.5896,-15.6817,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,1.5861,0.0029,-10.7075,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-8.3377,-0.6004,-20.0281,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-8.3377,-0.6004,-20.0281,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-8.3377,-0.6004,-20.0281,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-8.3376,-0.6002,-20.0281,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,1.5861,0.0029,-10.7075,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-11.9385,-1.2588,-22.9704,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-29.4200,-0.4456,-41.2652,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.JEC.1,WRJEFFUN10_RA,-1.3600,-0.4057,-13.2451,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.JEC.2,WRJEFFUN11_RA,-1.4248,-0.4078,-13.3078,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.JEC.3,WRJEFFUN12_RA,-1.4800,-0.4630,-13.3078,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-23.3971,-0.8629,-34.8250,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-13.9931,-0.8819,-25.4019,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-13.9931,-0.8819,-25.4019,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.LEC.4,WRLECUN26_RA,2.4947,-0.0455,-9.7505,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.LEC.5,WRLECUN27_RA,2.2301,-0.0214,-10.0393,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-6.9157,-0.5111,-18.6954,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-6.9157,-0.5111,-18.6954,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-6.9157,-0.5111,-18.6954,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-6.8692,-0.4858,-18.6742,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-6.7232,-0.9289,-18.0851,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-4.8842,-0.6682,-16.5068,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-4.8842,-0.6682,-16.5068,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-7.3198,-0.8982,-18.7123,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-5.1441,-0.7021,-16.7328,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-0.0526,-0.5665,-11.7769,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-4.8194,-0.6660,-16.4442,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-13.9959,-0.8847,-25.4019,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,72.5384,0.4330,59.8146,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-7.7354,-1.3159,-18.7102,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-2.1268,-0.4350,-13.9825,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-3.8657,-0.8754,-15.2811,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,1.5861,0.0029,-10.7075,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-3.9805,-0.5896,-15.6817,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-14.7264,-0.6439,-26.3733,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.THAYERLD,WR.THAYERLD_LA,10.0119,0.4133,-2.6922,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-15.6949,-0.6422,-27.3435,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0106,V106_DDR,-14.5507,-0.6143,-26.2272,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0139,WR.VOLT.0139_H,5.7153,0.0901,-6.6655,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-5.2303,-0.4858,-17.0353,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0146,WR.VOLT.0146_H,2.8756,0.0541,-9.4692,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0147,WR.VOLT.0147_H,2.8756,0.0541,-9.4692,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0148,WR.VOLT.0148_H,2.1377,0.0401,-10.1932,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-13.8625,-0.5266,-25.6266,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0157,V157_DDR,2.7703,0.0398,-9.5603,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0158,V158_DDR,2.8756,0.0541,-9.4692,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0159,WR.VOLT.0159_H,2.8756,0.0541,-9.4692,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-14.6980,-0.6915,-26.2973,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0173,V173_DDR,-7.0052,-0.5819,-18.7140,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0174,V174_DDR,-14.3929,-0.6310,-26.0527,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0184,V184_DDR,-13.9652,-0.7029,-25.5531,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-14.8694,-0.6366,-26.5236,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0186,V186_DDR,-14.8859,-0.6748,-26.5019,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-14.2168,-0.6768,-25.8308,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-15.4895,-0.6189,-27.1613,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-7.6891,-0.4233,-19.5566,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-3.2620,-0.3699,-15.1828,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-2.4806,-0.3947,-14.3766,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-2.4806,-0.3947,-14.3766,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-3.2620,-0.3699,-15.1828,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0245,V245_DDR,-14.8844,-0.6371,-26.5381,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.VOLT.0248,V248_DDR,-14.5507,-0.6143,-26.2272,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-18.9070,-0.8002,-30.3975,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,0.7351,-0.1016,-11.4540,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.WOLF,WRWOLFUN15_RA,-4.0259,-0.9410,-15.3757,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-11.9385,-1.2588,-22.9704,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,3.2766,0.3673,-9.3815,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-17.8904,-0.8463,-29.3349,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-15.6079,-0.4986,-27.4001,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-5.1582,-0.4878,-16.9611,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-15.8271,-0.6484,-27.4695,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-15.8271,-0.6484,-27.4695,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-15.8271,-0.6484,-27.4695,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-15.8271,-0.6484,-27.4695,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-3.4421,-0.3017,-15.4312,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-32.1359,-0.5937,-43.8330,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-32.1359,-0.5937,-43.8330,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-34.9899,-0.6045,-46.6761,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-34.9899,-0.6045,-46.6761,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_MIDW,WR_MIDW_LA,-6.7164,-0.7578,-18.2494,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,13.9551,0.3333,1.3311,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,12.3077,0.1594,-0.1425,12.2908\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-8.0868,-0.6980,-19.6795,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_SEG,WR_SEG_LA,10.0996,0.2246,-2.4157,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,WR_WR,WR_LA,-5.5631,-0.3864,-17.4674,12.2907\n03/19/2025 14:00:00,03/19/2025 19:00:00,YAD,VACS,24.2738,0.4424,11.5406,12.2908\n03/19/2025 15:00:00,03/19/2025 20:00:00,AEC,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_CSWS,CSWS_AECC_LA,31.1166,0.4759,20.3162,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,33.7977,0.3477,23.1256,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,30.0542,0.6157,19.1141,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,33.8648,0.2583,23.2820,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,26.8336,0.4194,16.0898,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,30.7663,0.2695,20.1724,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,27.3405,0.3075,16.7086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AECI,AECI,21.2660,0.2053,10.7363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AEPM_CSWS,CSWS_LA,30.2215,0.4579,19.4392,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ALTW,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,AMRN,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-18.3514,-0.7111,-27.9647,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BBA,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BCA,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BEPM.ER01.DDR,ER01_DDR,2.0057,-1.0430,-7.2757,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BEPM_ER01,BEPM_ER01_LA,2.0057,-1.0430,-7.2757,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,1.1186,-0.3733,-8.8326,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-1.5577,-0.2787,-11.6035,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,BEPM_UM01,BEPM_UM01_LA,6.0643,0.4672,-4.7273,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BLKW,BLKW,-17.7866,-0.5125,-27.5985,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-27.3700,-0.9659,-36.7285,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-27.3700,-0.9659,-36.7285,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,9.7539,-0.8882,0.3176,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-27.3527,-0.9487,-36.7285,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,BRAZ,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BUBA,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-15.1085,-0.9595,-24.4735,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-8.5605,-0.4537,-18.4312,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,2.7719,-0.1520,-7.4005,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,2.7719,-0.1520,-7.4005,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CLEC,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,33.4090,0.2643,22.8203,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,COWP,COWP_LA,16.9957,0.3201,6.3512,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,16.9957,0.3201,6.3512,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,16.9957,0.3201,6.3512,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CPLE,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CPLW,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,22.2427,0.4338,11.4845,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,22.2427,0.4338,11.4845,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,22.2427,0.4338,11.4845,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,22.2427,0.4338,11.4845,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CRTH_SPA,WRCRTH_SPA_LA,32.5948,0.1366,22.1338,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,27.1623,1.1248,15.7131,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-4.4023,-0.5332,-14.1935,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,27.3405,0.3075,16.7086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,33.8648,0.2583,23.2820,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,27.1589,1.1170,15.7175,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.1143,0.8280,15.9619,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,27.1416,1.0179,15.7993,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,27.1416,1.0179,15.7993,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,33.5537,0.2829,22.9464,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,33.5537,0.2829,22.9464,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,33.4895,0.2187,22.9464,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,33.4895,0.2187,22.9464,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,27.3405,0.3075,16.7086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,30.1966,0.7581,19.1141,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,54.8147,-0.0175,44.5078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,54.7191,-0.1131,44.5078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,37.8827,0.1173,27.4410,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.0014,0.1693,25.5077,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,36.0014,0.1693,25.5077,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,36.0029,0.1692,25.5093,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,36.0029,0.1692,25.5093,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-20.4592,-0.6533,-30.1303,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,2.8178,-0.3718,-7.1348,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,39.4179,0.1811,28.9123,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-19.8694,-0.8016,-29.3922,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-19.8366,-0.7689,-29.3922,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-17.4138,-0.4224,-27.3158,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.GRID.CDL1,CDL1_DDR,37.0662,0.2467,26.4951,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-4.4681,-0.4806,-14.3119,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-3.7514,-0.7803,-13.2955,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,37.0662,0.2467,26.4951,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.CSI1,CSI1_DDR,37.3049,0.2900,26.6905,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.CSI2,CSI2_DDR,37.3086,0.2937,26.6905,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,33.4131,0.2683,22.8203,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.GAZA,GAZA_DDR,37.0662,0.2467,26.4951,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,82.9209,0.4756,72.1209,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.NUEN.T201,NT201_DDR,36.2578,0.1994,25.7340,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-9.6953,-0.7084,-19.3114,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-9.6953,-0.7084,-19.3114,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,27.3405,0.3075,16.7086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,27.6404,1.1818,16.1342,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-17.4138,-0.4224,-27.3158,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-17.4138,-0.4224,-27.3158,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-15.9323,-0.6155,-25.6412,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-19.8366,-0.7689,-29.3922,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,26.8235,0.6850,15.8141,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.5697,0.0943,23.1510,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.4264,-0.0490,23.1510,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.4238,-0.0516,23.1510,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,15.2275,0.0563,4.8468,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,15.2275,0.0563,4.8468,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.1527,0.8023,16.0260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.6442,0.1868,27.1329,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.1685,0.8355,16.0086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,27.9317,1.4207,16.1866,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,31.5660,0.3599,20.8817,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,37.3086,0.2937,26.6905,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0057,OKMU_DDR,40.4501,0.2806,29.8451,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0060,LEHIGH_DDR,82.9209,0.4756,72.1209,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0086,WARRENM_DDR,36.3886,0.2135,25.8507,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,27.7376,1.0910,16.3222,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,46.4230,0.2088,35.8898,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0121,V121_DDR,27.1527,0.8023,16.0260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0122,V122_DDR,44.9972,0.1947,34.4781,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0124,V124_DDR,63.3572,0.1410,52.8918,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0135,V135_DDR,37.3363,0.2355,26.7764,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0144,V144_DDR,3.4875,-0.3299,-6.5070,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0145,V145_DDR,3.8145,-0.3804,-6.1295,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.1835,0.8190,16.0401,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,27.6035,0.4511,16.8280,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0175,V175_DDR,33.4131,0.2683,22.8203,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,27.6035,0.4511,16.8280,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,27.6893,0.5253,16.8396,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,37.3363,0.2355,26.7764,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,37.4439,0.2169,26.9026,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,36.8606,0.1910,26.3452,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,50.8323,0.0797,40.4282,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.1066,0.1599,25.6223,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,37.4439,0.2169,26.9026,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0211,V211_DDR,27.2573,0.9678,15.9651,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,47.1395,0.2104,36.6047,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0213,V213_DDR,37.0585,0.2159,26.5182,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0215,V215_DDR,45.9709,0.2024,35.4441,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0217,V217_DDR,47.1916,0.1987,36.6685,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0218,V218_DDR,50.3866,0.0879,39.9743,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0228,V228_DDR,38.1623,0.1657,27.6722,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0232,V232_DDR,36.9340,0.2442,26.3654,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0233,V233_DDR,37.6339,0.2291,27.0804,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0240,V240_DDR,43.2383,0.1562,32.7576,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0244,V244_DDR,37.4439,0.2169,26.9026,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0246,MDT1_DDR,82.9209,0.4756,72.1209,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0249,V249_DDR,37.0171,0.2282,26.4644,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0250,V250_DDR,-5.3463,-0.5085,-15.1622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0251,V251_DDR,36.4473,0.1917,25.9312,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.VOLT.0252,V252_DDR,50.8323,0.0797,40.4282,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-22.9329,-0.6293,-32.6280,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,7.1218,-0.6969,-2.5058,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-16.5546,-1.2462,-25.6328,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.1031,0.7849,15.9938,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-20.1000,-1.8490,-28.5754,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-0.5354,-0.4235,-10.4363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-0.5354,-0.4235,-10.4363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-0.5354,-0.4235,-10.4363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-0.5354,-0.4235,-10.4363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-0.5354,-0.4235,-10.4363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,27.3405,0.3075,16.7086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,26.7116,0.9892,15.3979,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,36.9134,0.2236,26.3654,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,36.1217,0.1657,25.6316,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,44.1500,0.3070,33.5186,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,44.1500,0.3070,33.5186,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.2418,0.5870,16.3304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.2418,0.5870,16.3304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.3915,0.7855,16.2815,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.3915,0.7855,16.2815,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.2093,0.7463,16.1386,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-19.8253,-0.7576,-29.3922,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,DENL,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DERS,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DOE,DOE,18.2537,0.2957,7.6336,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,10.9032,0.0204,0.5584,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DPC,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,DUK,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDDY,EDDY,0.4894,-0.0343,-9.8007,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,30.5445,0.1213,20.0988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-4.5032,-0.1294,-14.6982,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,36.0295,-0.0442,25.7493,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE.SLCC,EDESTL4391_PLT,32.4998,0.0400,22.1354,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,32.3592,0.0735,21.9612,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,18.7381,-0.1152,8.5288,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_EC_01,EDELAR3821UN1_RA,30.5445,0.1213,20.0988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_EC_02,EDELAR3821UN2_RA,30.5445,0.1213,20.0988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_EC_03,EDELAR3821UN3_RA,30.5445,0.1213,20.0988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_EC_04,EDELAR3821UN4_RA,30.5445,0.1213,20.0988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_EDE,EDE_LA,30.1107,0.2702,19.5161,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_ERW,EDEERWFUNG1_RA,-9.1183,-0.4970,-18.9457,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-3.4773,-0.5792,-13.2225,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,27.6200,0.5038,16.7918,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,27.6200,0.5038,16.7918,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,27.6200,0.5038,16.7918,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,27.6200,0.5038,16.7918,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,-1.3500,0.3861,-12.0605,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_RIV_10,EDERIV1671UN10_RA,32.5301,-0.0239,22.2296,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_RIV_11,EDERIV1671UN11_RA,32.5301,-0.0239,22.2296,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_RIV_12,EDERIV453UN12_PLT,32.2358,-0.3182,22.2296,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_SL_01,EDESTL4391UN1_RA,32.4998,0.0400,22.1354,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EDE_SWMP,EDE_SWMP_LA,29.0040,0.3876,18.2920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EEI,EEI,18.0910,0.2946,7.4720,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EES,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-5.1710,-0.5310,-14.9645,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,ERCOTE,ERCOTE,27.2418,0.5870,16.3304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ERCOTN,ERCOTN,-9.6513,-0.6644,-19.3114,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,1.6017,-0.3313,-8.3914,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,FMPP,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FPC,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FPL,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FREM_50T,OPPDFREM_GUN1_RA,2.7697,-0.1407,-7.4141,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FREM_6,OPPDFREM_AUN6_RA,2.7637,-0.1461,-7.4147,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FREM_7,OPPDFREM_AUN7_RA,2.7637,-0.1461,-7.4147,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FREM_8,OPPDFREM_AUN8_RA,2.6993,-0.2104,-7.4147,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,FREM_LOAD,FREM_LOAD_LA,2.7536,-0.1562,-7.4147,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-10.8364,-0.4389,-20.7220,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,26.8228,0.6843,15.8141,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-18.3403,-1.4276,-27.2371,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-29.9695,-0.7988,-39.4951,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,33.4090,0.2643,22.8203,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,33.4090,0.2643,22.8203,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,33.4090,0.2643,22.8203,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,37.2998,0.1575,26.8179,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,37.2998,0.1575,26.8179,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,37.4456,0.1545,26.9667,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,37.4456,0.1545,26.9667,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-21.4869,-0.7289,-31.0824,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,46.8958,0.0987,36.4727,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,46.8958,0.0987,36.4727,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,46.8958,0.0987,36.4727,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.VOLT.0130,V130_DDR,38.4207,0.2625,27.8338,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA.VOLT.0237,V237_DDR,38.5209,0.2001,27.9964,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDAHUB2,GRDAHUB2_H,24.7038,-0.0885,14.4679,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDAHUB3,GRDAHUB3_H,18.5253,-0.1734,8.3743,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA_GRDA,GRDA_LA,38.1544,0.2071,27.6229,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA_HUB,GRDA_H,31.8026,0.0208,21.4574,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRDA_HUBSA,GRDASA_H,31.6930,0.0075,21.3610,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,GRE,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-12.5531,-0.2038,-22.6737,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GSEC_SPS,SPS_GSEC_LA,-17.4895,-0.6393,-27.1746,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GSPR2014HUB,GSPR2014HUB_H,-11.3192,-0.6858,-20.9579,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,GSPR2015HUB,GSPR2015HUB_H,-10.3294,-0.6849,-19.9689,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-18.4651,-1.2070,-27.5825,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,HARRISON,CSWSLEBROCKPLT1,26.9573,0.6318,16.0010,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,HAST_TNSK_HUB,HAST_TNSK_H,0.7637,-0.4724,-9.0884,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,HQST,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,HST,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,21.8344,0.2327,11.2772,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,21.8344,0.2327,11.2772,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,22.3376,0.2333,11.7799,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,22.3376,0.2333,11.7799,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,21.2613,0.2324,10.7044,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,21.2613,0.2324,10.7044,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDN_INDN,INDN_LA,21.8674,0.2427,11.3003,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ISNE,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,JEA,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,2.8795,-0.0932,-7.3517,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,2.8795,-0.0932,-7.3517,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,4.1529,-0.0223,-6.1492,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYCT4,KACYNEARMANUNCT4_RA,23.1626,0.1748,12.6634,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,60.4450,0.0074,50.1132,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,23.1626,0.1748,12.6634,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,23.5954,0.1876,13.0834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,23.4763,0.1857,12.9662,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KACY_KACY,KACY_LA,23.7200,0.1835,13.2121,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,36.4549,0.1159,26.0146,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,13.7885,0.4191,3.0450,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-15.0517,-0.4819,-24.8942,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-41.9100,-0.6996,-51.5348,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0222,V222_DDR,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0223,V223_DDR,13.1454,0.0106,2.8104,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0241,V241_DDR,13.7970,0.3673,3.1053,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0243,V243_DDR,20.9135,0.1742,10.4148,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0247,V247_DDR,14.4327,0.1036,4.0047,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.VOLT.0253,V253_DDR,36.5736,0.1194,26.1298,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-1.1748,-0.7186,-10.7806,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,10.0289,-0.1091,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,10.0289,-0.1091,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,10.0289,-0.1091,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,10.0289,-0.1091,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,36.8407,0.1141,26.4022,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,36.8407,0.1141,26.4022,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB,KCPLHUB_H,5.8533,-0.3595,-4.1116,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB17,KCPLHUB17_H,4.8322,-0.4079,-5.0843,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB18,KCPLHUB18_H,4.0797,-0.4054,-5.8393,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB19,KCPLHUB19_H,3.9731,-0.3831,-5.9683,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB20,KCPLHUB20_H,3.0915,-0.4249,-6.8081,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB21,KCPLHUB21_H,2.4767,-0.4198,-7.4280,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB22,KCPLHUB22_H,3.5424,-0.4151,-6.3669,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB23,KCPLHUB23_H,3.3229,-0.4274,-6.5742,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLHUB24,KCPLHUB24_H,2.3185,-0.4450,-7.5610,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,0.5468,0.0022,-9.7798,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,0.5468,0.0022,-9.7798,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,8.5340,-0.2812,-1.5092,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,8.5340,-0.2812,-1.5092,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,36.4558,0.1168,26.0146,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,36.4549,0.1159,26.0146,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,30.9639,0.1475,20.4920,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,3.9046,-0.1342,-6.2856,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,18.3670,0.1092,7.9334,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KCPL_KCPL,KCPL_LA,21.6824,0.0965,11.2615,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KENN,KENN_LA,3.5481,0.3727,-7.1490,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KEP2_SECI,KEP2_SECI_LA,-16.3264,-0.7346,-25.9162,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KERR_1,GRDAKERR_HYDUN1_RA,38.0958,0.1873,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KERR_2,GRDAKERR_HYDUN2_RA,37.9572,0.1926,27.4402,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KERR_3,GRDAKERR_HYDUN3_RA,37.9572,0.1926,27.4402,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KERR_4,GRDAKERR_HYDUN4_RA,38.0958,0.1873,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,10.0288,-0.1092,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,10.0288,-0.1092,-0.1864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,11.0515,-0.0452,0.7723,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,11.0515,-0.0452,0.7723,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,7.9180,-0.1106,-2.2958,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,6.5282,-0.0920,-3.7043,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,6.5282,-0.0920,-3.7043,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-14.5133,-0.8254,-24.0123,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-14.5133,-0.8254,-24.0123,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-14.5133,-0.8254,-24.0123,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-7.5565,-0.4191,-17.4618,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-7.5565,-0.4191,-17.4618,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-14.7212,-0.8381,-24.2075,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-8.7637,-0.4842,-18.6039,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-2.9760,-0.3450,-12.9554,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,53.5312,-0.0159,43.2226,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,53.5312,-0.0159,43.2226,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,1.3650,-0.2348,-8.7247,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,1.3650,-0.2348,-8.7247,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,1.3650,-0.2348,-8.7247,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-10.2484,-0.6225,-19.9503,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-6.5041,-0.7575,-16.0711,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,4.2445,-0.3151,-5.7649,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,5.4097,0.0238,-4.9385,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LAFA,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LAM345,LAM345,-15.1085,-0.9595,-24.4735,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,LEPA,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,2.6180,-0.1770,-7.5294,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_LES,LES_LA,2.5948,-0.1861,-7.5435,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,2.6645,-0.2018,-7.4581,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,2.5010,-0.2193,-7.6041,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,2.5010,-0.2193,-7.6041,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,2.5010,-0.2193,-7.6041,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,2.6649,-0.2015,-7.4581,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,2.6645,-0.2018,-7.4581,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_WAVERLY,LES_WAVERLY_H,2.5952,-0.2137,-7.5155,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,3.0194,-0.1784,-7.1266,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,3.0194,-0.1784,-7.1266,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,LGEE,LGEE,16.6948,0.2412,6.1291,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MALDEN,MALDEN_LA,4.8946,0.3613,-5.7911,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MCWEST,MCWEST,5.6622,0.1423,-4.8045,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MDU,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-0.6578,-0.3576,-10.6247,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,1.9246,-0.0620,-8.3378,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,3.1118,0.3466,-7.5593,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MEAN_NPPD,NPPD_MEAN_LA,-0.6890,-0.5776,-10.4358,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MEC,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MHEB,MHEB,6.6272,0.1770,-3.8742,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-5.2484,-0.6067,-14.9661,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-10.4187,-0.8021,-19.9411,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-5.2484,-0.6067,-14.9661,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-5.2484,-0.6067,-14.9661,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-10.4187,-0.8021,-19.9411,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MISO,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-15.8508,-0.7058,-25.4694,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-15.8508,-0.7058,-25.4694,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-1.7245,-0.3539,-11.6950,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-16.7308,-0.8947,-26.1605,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-9.5095,-0.6547,-19.1792,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-17.5574,-0.8021,-27.0798,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-15.4495,-0.6627,-25.1113,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-17.7341,-0.7544,-27.3042,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-15.0253,-0.6170,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-15.0253,-0.6170,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-15.0253,-0.6170,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-15.0253,-0.6170,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-15.0253,-0.6170,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,8.3848,0.0577,-1.9973,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,14.1546,0.2649,3.5652,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,14.1546,0.2649,3.5652,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,12.8013,0.1875,2.2894,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,13.0418,0.4048,2.3126,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MOWR,AECI,21.2660,0.2053,10.7363,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,14.1235,0.1451,3.6540,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,14.4717,0.2694,3.8779,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,0.1866,-0.4764,-9.6615,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-0.9101,-0.2328,-11.0017,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-26.9713,-0.7542,-36.5415,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,0.2202,-0.4427,-9.6615,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,10.9071,0.0243,0.5584,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,10.9071,0.0243,0.5584,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,10.9074,0.0246,0.5584,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,10.9074,0.0246,0.5584,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-0.6903,-0.0004,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-0.6563,0.0336,-11.0143,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,18.8907,0.2829,8.2834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,12.4434,0.0227,2.0962,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,11.3849,-0.0166,1.0770,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,11.3849,-0.0165,1.0770,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,11.3849,-0.0165,1.0770,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,22.1846,0.1133,11.7469,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,22.1846,0.1133,11.7469,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MPS_MPS,MPS_LA,12.0431,0.1335,1.5852,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MSTNG,SPSMSTNGPLT1,-13.6328,0.0477,-24.0050,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MSTNG4,SPSMSTNGUN4_RA,-13.6628,0.0178,-24.0050,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,MSTNG5,SPSMSTNGUN5_RA,-13.6328,0.0477,-24.0050,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,-13.6328,0.0477,-24.0050,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NBSO,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,1.5170,-0.4678,-8.3396,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,1.5159,-0.4689,-8.3396,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-18.9972,-1.7589,-27.5627,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NHC1,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,2.8668,-0.1254,-7.3323,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,2.8668,-0.1254,-7.3323,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,2.8668,-0.1254,-7.3323,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-0.1806,-0.7481,-9.7569,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,0.3029,-0.7007,-9.3208,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,1.4932,-0.4160,-8.4152,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,0.5955,-0.2373,-9.4916,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,0.3029,-0.7007,-9.3208,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-0.4738,-0.5934,-10.2048,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-0.3777,-0.5858,-10.1163,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-0.4160,-0.5836,-10.1568,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-0.3262,-0.5720,-10.0786,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,0.1800,-0.2897,-9.8547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-1.8001,-0.6993,-11.4252,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-1.8001,-0.6993,-11.4252,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-1.9046,-0.5637,-11.6653,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,0.1800,-0.2897,-9.8547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,4.0300,-0.7110,-5.5834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-0.4433,-0.8679,-9.8998,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-4.4282,-0.6872,-14.0654,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-0.4433,-0.8679,-9.8998,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,0.5515,-0.7573,-9.0156,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-0.8349,-0.8059,-10.3535,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,2.1938,-0.1226,-8.0080,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,0.3029,-0.7007,-9.3208,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-4.0036,-0.7048,-13.6232,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-1.8001,-0.6993,-11.4252,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-1.8001,-0.6993,-11.4252,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-1.1650,-0.5036,-10.9858,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-1.2199,-0.5148,-11.0295,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-1.2199,-0.5148,-11.0295,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-0.4096,-0.2914,-10.4427,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-15.3600,-0.0499,-25.6345,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,0.5767,-0.5444,-9.2033,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,0.0592,-0.6095,-9.6557,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-15.6800,-0.0077,-25.9967,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-18.4494,-0.0161,-28.7577,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.NELI.DDR,NELI_DDR,0.3542,-0.3708,-9.5994,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.NPPM.1058,SH1058_DDR,7.0772,-0.0988,-3.1485,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-0.3377,-0.3598,-10.3024,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,0.3029,-0.7007,-9.3208,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,1.4932,-0.4160,-8.4152,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,0.1800,-0.2897,-9.8547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.TECH.1,KEARNE_DDR,-0.1807,-0.2619,-10.2432,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,1.3683,-0.8764,-8.0798,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,1.3683,-0.8764,-8.0798,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,0.0857,-0.3423,-9.8964,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD.VOLT.0236,V236_DDR,1.9910,-0.1233,-8.2102,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD2017HUB,NPPD2017HUB_H,-0.4657,-0.5911,-10.1990,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,6.1645,-0.3234,-3.8365,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-0.1806,-0.7481,-9.7569,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-0.4430,-1.0212,-9.7462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-0.4430,-1.0212,-9.7462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,2.0281,-0.1468,-8.1496,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,1.9986,-0.1156,-8.2102,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-4.1036,-0.2245,-14.2036,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-1.0843,-0.5158,-10.8929,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,6.8801,-0.2958,-3.1485,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,6.8801,-0.2958,-3.1485,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,6.8801,-0.2958,-3.1485,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,0.7772,-0.4652,-9.0820,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,1.3883,-0.4225,-8.5136,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,0.9768,-0.3374,-9.0103,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,0.1100,-0.8505,-9.3639,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,0.8227,-0.7941,-8.7076,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-2.4293,-0.7454,-12.0083,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-2.6308,-0.7461,-12.2091,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,1.3563,-0.4140,-8.5541,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,1.3473,-0.4230,-8.5541,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,1.3473,-0.4230,-8.5541,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,1.3450,-0.3989,-8.5805,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,4.0300,-0.7110,-5.5834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,1.3043,-0.4020,-8.6181,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,2.1779,-0.2751,-7.8714,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,0.7854,-0.4421,-9.0970,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,0.7766,-0.4487,-9.0991,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,0.7812,-0.4416,-9.1016,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,0.7812,-0.4416,-9.1016,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,0.7772,-0.4652,-9.0820,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,0.7414,-0.5010,-9.0820,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,0.8969,-0.3829,-9.0446,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,1.4053,-0.2390,-8.6801,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-2.4317,-0.7168,-12.0393,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,1.2804,-0.7889,-8.2552,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-4.7491,-0.7209,-14.3526,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,7.2286,0.0527,-3.1485,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,0.3542,-0.3708,-9.5994,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-2.2262,-0.7255,-11.8251,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-2.2262,-0.7255,-11.8251,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_NPPD,NPPD_LA,2.0103,-0.3337,-7.9804,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,2.1779,-0.2751,-7.8714,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,2.1779,-0.2751,-7.8714,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,1.1385,-0.2699,-8.9160,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-1.7290,-0.6190,-11.4345,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NSB,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,NSP,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NSSO,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,NYIS,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-18.8585,-1.1776,-28.0053,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-20.9542,-0.7522,-30.5264,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-5.5049,-0.5841,-15.2452,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-5.5049,-0.5841,-15.2452,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-18.3619,-1.3262,-27.3601,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-29.9695,-0.7988,-39.4951,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-95.1435,-0.4870,-104.9810,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-44.6863,-0.7295,-54.2812,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-23.8853,-0.7355,-33.4742,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-20.3966,-0.7588,-29.9622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-0.9911,-0.2887,-11.0268,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-23.8853,-0.7355,-33.4742,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-18.5171,-1.2963,-27.5452,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-19.0483,-1.1482,-28.2245,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,16.4993,-0.0841,6.2590,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-20.3966,-0.7588,-29.9622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-19.6397,-0.7179,-29.2462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-6.0001,-0.7162,-15.6083,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-15.4657,-0.6149,-25.1752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-44.1164,-0.0854,-54.3555,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-20.3966,-0.7588,-29.9622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-13.8107,-0.6129,-23.5222,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NUEN.LAM1,LAM1_DDR,32.7955,0.7373,21.7337,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-0.9911,-0.2887,-11.0268,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-0.9911,-0.2887,-11.0268,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-14.1197,-0.6109,-23.8332,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-3.3313,-0.3234,-13.3323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-3.3313,-0.3234,-13.3323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-3.3313,-0.3234,-13.3323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,2.3304,-0.2777,-7.7163,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,2.3304,-0.2777,-7.7163,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-3.3313,-0.3234,-13.3323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-3.3313,-0.3234,-13.3323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-20.3966,-0.7588,-29.9622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,13.0017,0.4507,2.2265,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-18.5171,-1.2963,-27.5452,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-33.7243,-0.2410,-43.8077,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-19.6397,-0.7179,-29.2462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,29.0010,0.4612,18.2154,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-20.4883,-0.5967,-30.2161,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-20.4883,-0.5967,-30.2161,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-20.4883,-0.5967,-30.2161,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-20.4883,-0.5967,-30.2161,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-22.6317,-1.0561,-31.9001,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-25.2820,-0.7179,-34.8886,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-20.9542,-0.7522,-30.5264,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-30.0026,-0.6983,-39.6287,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-30.0026,-0.6983,-39.6287,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-31.9400,-0.1122,-42.1522,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-17.4785,-0.6725,-27.1304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-17.4785,-0.6725,-27.1304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-17.4785,-0.6725,-27.1304,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0033,FOSTER_DDR,8.3426,-0.2500,-1.7318,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,31.9986,0.3759,21.2983,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0035,TARBY_DDR,32.7731,0.5936,21.8551,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,31.9986,0.3759,21.2983,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,31.7392,0.2735,21.1413,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,31.7392,0.2735,21.1413,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-39.9025,-0.1411,-50.0858,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0040,TROSPER_DDR,11.6888,-0.2339,1.5983,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,11.6411,-0.2339,1.5506,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,30.4047,0.5499,19.5303,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0115,V115_DDR,-0.0149,-0.2833,-10.0560,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0116,V116_DDR,38.6900,-0.0403,28.4059,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0118,V118_DDR,9.4690,-0.0060,-0.8494,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0125,V125_DDR,31.1738,0.6311,20.2183,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0126,V126_DDR,33.5915,0.3292,22.9379,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0129,V129_DDR,-4.4676,-0.4801,-14.3119,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,36.0000,-0.2910,25.9666,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0134,V134_DDR,34.3436,0.4034,23.6157,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0138,V138_DDR,33.0061,0.2844,22.3973,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,29.6731,-0.2407,19.5894,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0143,V143_DDR,31.4147,0.2173,20.8730,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0149,V149_DDR,-12.7746,-0.5501,-22.5489,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0150,V150_DDR,-12.8672,-0.5937,-22.5979,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0155,V155_DDR,32.4670,0.2348,21.9078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0156,V156_DDR,36.0000,-0.2910,25.9666,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0166,V166_DDR,33.5453,0.6097,22.6112,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,28.9290,-0.2448,18.8494,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-12.8672,-0.5937,-22.5979,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0170,V170_DDR,-14.2787,-0.6107,-23.9925,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-21.3469,-0.5221,-31.1492,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0176,V176_DDR,-12.8672,-0.5937,-22.5979,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0177,V177_DDR,-21.9765,-1.0458,-31.2551,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,22.2014,-0.2442,12.1211,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-10.0820,-0.6312,-19.7752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0195,V195_DDR,145.4157,0.6227,134.4685,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0197,V197_DDR,34.5190,0.4048,23.7898,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0198,V198_DDR,33.5453,0.6097,22.6112,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0208,V208_DDR,145.5671,0.6342,134.6084,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0209,V209_DDR,145.5671,0.6342,134.6084,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.5045,0.3098,23.8703,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0216,V216_DDR,11.6288,-0.2346,1.5390,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0219,V219_DDR,32.4670,0.2348,21.9078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0220,V220_DDR,-12.8672,-0.5937,-22.5979,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0224,V224_DDR,-0.7276,-0.2972,-10.7548,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0225,V225_DDR,-0.7271,-0.2967,-10.7548,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0226,V226_DDR,-0.7276,-0.2972,-10.7548,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0227,V227_DDR,-0.7276,-0.2972,-10.7548,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0229,V229_DDR,-35.9869,-0.0990,-46.2123,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0231,V231_DDR,8.2319,0.0539,-2.1464,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0238,V238_DDR,-21.9279,-0.7896,-31.4627,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.VOLT.0242,V242_DDR,32.7027,0.2591,22.1192,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-19.7767,-1.5421,-28.5590,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-21.4877,-0.7337,-31.0784,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-19.0396,-1.1395,-28.2245,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-19.7767,-1.5421,-28.5590,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-18.7619,-1.3124,-27.7740,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-50.2087,-0.8331,-59.7000,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEHL7,OKGEHL7_H,21.4513,-0.2271,11.3540,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEHL8,OKGEHSL1UN8_RA,21.4513,-0.2271,11.3540,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEHL910,OKGEHSL1PLT2,21.4513,-0.2271,11.3540,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-18.8361,-1.2097,-27.9508,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEMCC,OKGEMCCLAIPLT1,-3.0197,-0.4001,-12.9440,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,29.7930,0.1773,19.2913,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,29.7930,0.1773,19.2913,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,29.7930,0.1773,19.2913,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,15.3915,-0.3796,5.4466,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,15.3915,-0.3796,5.4466,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,15.3915,-0.3796,5.4466,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,15.3915,-0.3796,5.4466,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESM1,OKGESEMINOLEUN1_RA,8.3793,-0.1698,-1.7753,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESM2,OKGESEMINOLEUN2_RA,7.4552,-0.1941,-2.6751,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESM3,OKGESEMINOLEUN3_RA,7.4552,-0.1941,-2.6751,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESO1,OKGESONR1UN1_RA,-60.4940,-0.6604,-70.1580,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESO2,OKGESONR1UN2_RA,-30.0026,-0.6983,-39.6287,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-18.8372,-1.2108,-27.9508,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-17.9340,-1.4410,-26.8174,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGETINK5A,OKGETINK5UN1_RA,9.8455,-0.2584,-0.2205,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGETINK5B,OKGETINK5UN2_RA,9.8455,-0.2584,-0.2205,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-18.3876,-0.9860,-27.7260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-20.9542,-0.7522,-30.5264,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,29.6825,0.6963,18.6617,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-14.9270,-0.5875,-24.6640,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_OKGE,OKGE_LA,13.7191,-0.1184,3.5130,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-33.7243,-0.2410,-43.8077,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-18.4148,-1.0132,-27.7260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMLP,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,39.4456,0.1249,28.9963,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,29.9922,0.6534,19.0143,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-2.6725,-0.2885,-12.7084,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-95.0545,-0.3979,-104.9810,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-11.2137,-0.7085,-20.8296,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-23.8853,-0.7355,-33.4742,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-19.8059,-1.5338,-28.5965,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-9.8467,-1.0896,-19.0815,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,165.5993,0.0951,155.1798,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-95.0834,-0.4268,-104.9810,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-95.0834,-0.4268,-104.9810,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_SPP,OMPA_SPP_LA,-5.5078,-0.4359,-15.3963,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-19.7767,-1.5421,-28.5590,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,35.0180,0.1162,24.5774,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,35.0180,0.1162,24.5774,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,35.0180,0.1162,24.5774,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,35.0180,0.1162,24.5774,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,ONT,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,2.8161,-0.1287,-7.3797,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,2.8682,-0.1118,-7.3444,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,2.8668,-0.1254,-7.3323,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,2.7846,-0.1302,-7.4096,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,2.8149,-0.1061,-7.4034,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,2.8149,-0.1061,-7.4034,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_GLDN,OPPD_GLDN_LA,2.7995,-0.1296,-7.3953,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,2.8472,-0.1193,-7.3580,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,4.0300,-0.7110,-5.5834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,2.0897,-0.2792,-7.9555,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,2.8668,-0.1250,-7.3327,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_OPPD,OPPD_LA,2.8574,-0.0994,-7.3677,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,2.8339,-0.0933,-7.3972,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,2.8278,-0.0971,-7.3996,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,OTP,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,OVEC,OVEC,15.7732,0.2209,5.2279,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PARAGOULD,PARAGOULD_LA,1.4021,0.3910,-9.3133,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,37.8999,0.1131,27.4624,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,37.8999,0.1131,27.4624,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,37.8999,0.1131,27.4624,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,37.5661,0.1506,27.0910,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,37.5661,0.1506,27.0910,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,37.5661,0.1506,27.0910,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PIGGOTT,PIGGOTT_LA,4.0279,0.3687,-6.6652,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PJM,PJM,14.4237,0.1883,3.9110,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PLUM,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,POPLARBLUFF,POPLARBLUFF_LA,9.1866,0.3343,-1.4722,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,5.4943,-0.0038,-4.8263,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,5.4943,-0.0038,-4.8263,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,5.5601,0.0156,-4.7799,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,5.5601,0.0156,-4.7799,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,6.3034,0.7248,-4.7458,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,6.3034,0.7248,-4.7458,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,5.6588,0.1342,-4.7998,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,4.9514,-0.3334,-5.0397,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-8.5605,-0.4537,-18.4312,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,83.7632,0.1228,73.3161,10.3243\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,0.6982,0.0791,-9.7053,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-3.9873,-0.0253,-14.2864,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,44.7679,0.3329,34.1106,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,33.6692,0.3487,22.9960,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,5.5427,-0.0324,-4.7492,10.3243\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,5.7490,0.1842,-4.7596,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,4.3905,-0.2074,-5.7265,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,13.9500,0.9932,2.6324,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,6.3643,0.2636,-4.2237,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,5.2244,0.1009,-5.2009,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,PUPP,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,RCEAST,RCEAST,2.4368,-0.7091,-7.1786,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_1,GRDASALINA1UN1_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_2,GRDASALINA1UN2_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_3,GRDASALINA1UN3_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_4,GRDASALINA1UN4_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_5,GRDASALINA1UN5_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SALINA_6,GRDASALINA1UN6_RA,38.0968,0.1883,27.5841,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SARPY_1,OPPDSARPYUN1_RA,2.8403,-0.1188,-7.3653,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SARPY_2,OPPDSARPYUN2_RA,2.8565,-0.0979,-7.3700,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SARPY_3,OPPDSARPYUN3_RA,2.8355,-0.1415,-7.3474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SARPY_4,OPPDSARPYUN4_RA,2.8355,-0.1415,-7.3474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SARPY_5,OPPDSARPYUN5_RA,2.8355,-0.1415,-7.3474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SC,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SCEG,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SCSE,SCSE,-1.9540,-0.6555,-11.6230,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SEC,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-19.7910,-1.0032,-29.1122,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-19.7910,-1.0032,-29.1122,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-19.7910,-1.0032,-29.1122,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-14.6322,-0.8058,-24.1509,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-19.7910,-1.0032,-29.1122,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-16.3142,-0.9973,-25.6413,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-15.7866,-1.0005,-25.1105,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-15.7866,-1.0005,-25.1105,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-15.0266,-0.6183,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-22.5551,-0.9057,-31.9739,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-7.5999,-0.4625,-17.4618,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-15.1223,-0.7234,-24.7233,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-9.7249,-0.8472,-19.2021,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-18.9339,-1.0056,-28.2527,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-9.8128,-0.8378,-19.2994,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-19.0494,-0.9904,-28.3834,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-16.4469,-0.6104,-26.1609,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-14.6351,-0.8773,-24.0822,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-14.6351,-0.8773,-24.0822,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-14.6351,-0.8773,-24.0822,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-14.6351,-0.8773,-24.0822,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-14.8814,-0.9310,-24.2749,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-16.3142,-0.9973,-25.6413,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI_SECI,SECI_LA,-13.8958,-0.7078,-23.5125,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-15.0266,-0.6183,-24.7328,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SEHA,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-18.4148,-1.0132,-27.7260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SERU,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SETH,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SGE,SGE,-1.1157,-0.6282,-10.8119,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SMEP,MISO,13.8425,0.2296,3.2885,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SOCO,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPA,SPA,25.1458,0.4106,14.4108,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPC,SPC,6.0841,0.4240,-4.6643,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPPNORTH_HUB,SPPNORTH_H,2.5305,-0.1968,-7.5971,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPPSOUTH_HUB,SPPSOUTH_H,0.5774,-0.5340,-9.2130,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,25.3485,0.3664,14.6577,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,25.3485,0.3664,14.6577,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,24.6518,0.3484,13.9790,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,24.6518,0.3484,13.9790,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_NIXA,SPRM_NIXA_LA,25.5723,0.3630,14.8849,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_SPRM,SPRM_LA,25.4483,0.4029,14.7210,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,25.6455,0.3123,15.0088,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,25.6455,0.3123,15.0088,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,25.6197,0.2865,15.0088,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,25.6455,0.3123,15.0088,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-17.2766,-0.5311,-27.0699,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-18.0186,-0.7211,-27.6219,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-18.4694,-1.2476,-27.5462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-18.4694,-1.2476,-27.5462,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-18.8015,-1.1329,-27.9931,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-15.8927,-0.8172,-25.3999,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-18.7805,-1.5063,-27.5987,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,0.0000,-0.6770,-9.6474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-18.4345,-0.6762,-28.0827,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,-1.9146,-0.0064,-12.2326,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,0.1434,-0.0064,-10.1746,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,0.1434,-0.0064,-10.1746,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,-1.9146,-0.0064,-12.2326,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-18.4347,-1.2124,-27.5467,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-18.0186,-0.7211,-27.6219,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-18.2179,-1.0483,-27.4941,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-18.3202,-1.3482,-27.2965,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-18.0349,-0.9515,-27.4078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-17.9627,-0.8186,-27.4686,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-18.1701,-1.0323,-27.4622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-18.1331,-1.3433,-27.1142,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-18.1331,-1.3433,-27.1142,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-18.1331,-1.3433,-27.1142,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-18.1331,-1.3433,-27.1142,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GRID.WRAB,WRAB_DDR,-18.2506,-0.9612,-27.6138,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-18.1331,-1.3433,-27.1142,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-18.3514,-0.7111,-27.9647,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-18.3514,-0.7111,-27.9647,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-18.3388,-0.6783,-27.9849,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-18.3388,-0.6783,-27.9849,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-18.3388,-0.6783,-27.9849,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-18.3514,-0.7111,-27.9647,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-18.4526,-1.1342,-27.6428,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-18.4525,-1.1342,-27.6427,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-18.4523,-1.1342,-27.6425,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-18.9972,-1.7589,-27.5627,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,-1.2206,-0.0285,-11.5166,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-18.4317,-0.6814,-28.0747,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-18.4317,-0.6814,-28.0747,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-18.4317,-0.6814,-28.0747,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-18.4317,-0.6814,-28.0747,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,-8.4661,0.0418,-18.8323,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,-2.1868,-0.0225,-12.4887,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,-2.1868,-0.0225,-12.4887,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-18.3695,-0.9679,-27.7260,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-18.4347,-1.1256,-27.6335,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-18.4347,-1.1256,-27.6335,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-18.4554,-1.1308,-27.6491,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-18.2506,-0.9612,-27.6138,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-18.1823,-1.2016,-27.3051,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-18.3385,-1.1581,-27.5049,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-18.3619,-1.3262,-27.3601,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-18.2958,-0.9868,-27.6335,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-17.9106,-0.6348,-27.6003,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-17.9106,-0.6348,-27.6003,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-17.8539,-0.6483,-27.5301,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-18.6757,-0.9784,-28.0217,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-18.1233,-1.2382,-27.2095,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-18.5713,-1.2970,-27.5987,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-18.6787,-0.9815,-28.0217,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-18.4149,-1.1926,-27.5467,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-18.1000,-0.6362,-27.7882,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,0.2990,-0.3780,-9.6474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-18.1000,-0.6362,-27.7882,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-18.0294,-0.4769,-27.8769,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-18.3326,-1.2143,-27.4427,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,-0.0105,0.4198,-10.7547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,-0.0074,0.4229,-10.7547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,-0.8503,0.2349,-11.4097,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,-2.2637,-0.0120,-12.5762,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,0.6832,0.2489,-9.8901,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-15.1085,-0.9595,-24.4735,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-18.2935,-1.0026,-27.6153,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-17.7961,-0.6208,-27.4997,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-17.7961,-0.6208,-27.4997,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-18.1000,-0.6362,-27.7882,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-18.4082,-0.6248,-28.1079,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,-11.9791,0.2918,-22.5954,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-17.4528,-0.1784,-27.5988,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-17.6357,-0.4176,-27.5426,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-18.1722,-0.7331,-27.7635,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,-0.0105,0.4198,-10.7547,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,0.8343,0.5954,-10.0855,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,0.6965,0.4576,-10.0855,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-18.5747,-0.8774,-28.0217,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-17.6653,-0.3911,-27.5987,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-18.0934,-1.1863,-27.2315,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-18.1100,-1.2022,-27.2322,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0163,V163_DDR,-18.1932,-0.9713,-27.5464,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0168,V168_DDR,-19.2466,-0.6949,-28.8761,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0180,V180_DDR,0.8343,0.5954,-10.0855,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0181,V181_DDR,-17.9811,-1.0865,-27.2190,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0182,V182_DDR,0.8268,0.3332,-9.8308,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0199,V199_DDR,-12.2249,0.2234,-22.7727,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0200,V200_DDR,-1.4343,0.2214,-11.9801,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.VOLT.0235,V235_DDR,-18.1823,-1.2016,-27.3051,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-18.7805,-1.5063,-27.5987,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,0.0000,-0.6770,-9.6474,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-18.5238,-1.2657,-27.5825,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-18.3831,-1.0697,-27.6378,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS_SPS,SPS_LA,-9.1301,-0.1445,-19.3100,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-14.7826,-0.2583,-24.8488,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,SSCN_NPPD,SSCN_NPPD_LA,-0.2187,-0.1621,-10.3810,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,9.2888,0.3259,-1.3615,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,9.2888,0.3259,-1.3615,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,TAL,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,TEC,SOUC,23.0746,0.3957,12.3544,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,1.2804,-0.7889,-8.2552,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,TVA,TVA,23.4640,0.3557,12.7838,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB,UCUHUB_H,-1.0734,-0.2064,-11.1914,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB17,UCUHUB17_H,-6.5160,-0.4567,-16.3837,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB18,UCUHUB18_H,-3.5785,-0.3688,-13.5341,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB19,UCUHUB19_H,-8.2546,-0.4194,-18.1596,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB20,UCUHUB20_H,-7.9502,-0.4063,-17.8683,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB21,UCUHUB21_H,-9.4955,-0.4790,-19.3409,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB22,UCUHUB22_H,-9.5584,-0.5034,-19.3794,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB23,UCUHUB23_H,-9.9779,-0.5089,-19.7935,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,UCUHUB24,UCUHUB24_H,-7.3033,-0.4363,-17.1915,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,6.1478,0.5051,-4.6818,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,6.1478,0.5051,-4.6818,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,5.3206,-0.1233,-4.8806,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,5.3206,-0.1233,-4.8806,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,5.8497,-0.1580,-4.3167,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,5.4983,-0.0738,-4.7523,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,5.4983,-0.0738,-4.7523,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,6.1478,0.5051,-4.6818,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,5.8988,-0.1571,-4.2685,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,6.1201,0.2302,-4.4346,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,4.9574,0.0567,-5.4237,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,2.8711,-0.9049,-6.5484,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,6.0951,0.5037,-4.7331,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,6.0951,0.5037,-4.7331,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,4.3548,-0.8792,-5.0904,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,5.0870,-0.1837,-5.0537,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,5.5092,-0.2368,-4.5784,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,4.4308,-0.1368,-5.7568,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,5.0114,0.1225,-5.4355,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,4.9313,-0.2136,-5.1795,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,4.8975,-0.3365,-5.0904,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,4.8975,-0.3365,-5.0904,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,5.1799,-0.1507,-4.9939,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,2.6797,-0.9971,-6.6477,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,5.5037,0.5874,-5.4081,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,5.7125,0.1396,-4.7516,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,5.7125,0.1396,-4.7516,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,5.7125,0.1396,-4.7516,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,5.8147,0.2460,-4.7557,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,5.8147,0.2460,-4.7557,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,5.8147,0.2460,-4.7557,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,6.2940,0.6253,-4.6557,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,5.6410,-0.1221,-4.5614,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,5.6410,-0.1221,-4.5614,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-1.5313,-0.6416,-11.2142,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,4.2620,-0.0835,-5.9789,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,5.9609,0.2250,-4.5886,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,2.8876,-0.2489,-7.1879,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,2.2147,-1.2460,-6.8638,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,5.0496,-0.2424,-5.0324,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,6.1037,0.4991,-4.7199,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,6.1037,0.4991,-4.7199,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,6.1030,0.4985,-4.7199,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,6.1037,0.4991,-4.7199,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,6.0156,0.4233,-4.7321,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,2.6395,-0.6779,-7.0070,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,6.0322,0.0425,-4.3348,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,3.5100,-0.0206,-6.7939,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,3.5100,-0.0206,-6.7939,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,2.3177,-0.2938,-7.7129,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,2.3177,-0.2938,-7.7129,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,5.7572,-0.0059,-4.5614,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,5.8568,0.0064,-4.4740,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,4.6610,-0.1815,-5.4820,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,2.9597,-0.8241,-6.5406,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,5.8068,0.0115,-4.5291,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,5.8497,-0.1580,-4.3167,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,5.8497,-0.1580,-4.3167,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,4.4308,-0.1368,-5.7568,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,2.3814,-0.7507,-7.1923,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,4.4387,-0.3443,-5.5415,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,2.7920,-0.8847,-6.6477,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,4.9479,-0.2837,-5.0928,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.FSE,WAUE.FSE_H,1.7438,-0.4535,-8.1271,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,5.7355,0.1714,-4.7603,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,5.7292,0.1697,-4.7649,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,2.4546,-0.9000,-6.9698,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,2.7487,-0.8437,-6.7320,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,5.7914,-0.1339,-4.3991,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,5.7808,-0.1883,-4.3554,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-16.4800,-0.7271,-26.0773,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,2.8711,-0.9049,-6.5484,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-10.3600,-0.5639,-20.1205,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,4.1226,-0.1854,-6.0165,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,4.1226,-0.1853,-6.0165,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,4.1233,-0.1847,-6.0165,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,4.9634,-0.1738,-5.1873,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,2.3814,-0.7507,-7.1923,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,5.5821,0.1345,-4.8768,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,4.2633,-0.2021,-5.8591,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,5.4587,0.5424,-5.4081,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,4.7656,0.1796,-5.7384,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,5.0682,0.1106,-5.3669,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,6.7825,-0.0333,-3.5086,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,4.7057,0.0228,-5.6415,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,4.6127,-0.1790,-5.5327,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,2.8876,-0.2489,-7.1879,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,7.7916,0.4861,-3.0189,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,4.4204,-0.1456,-5.7585,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,7.6047,0.3549,-3.0746,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,5.3956,0.1614,-5.0902,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,3.0194,-0.1784,-7.1266,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NTWK,WAUE.NTWK_H,4.5839,-0.0988,-5.6418,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,5.5973,0.4146,-5.1417,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,5.5973,0.4146,-5.1417,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,2.7979,-0.9779,-6.5486,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,2.3989,-0.9021,-7.0235,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,5.4039,-0.1328,-4.7878,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,2.7979,-0.9779,-6.5486,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,6.4736,0.0675,-3.9183,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,3.9837,-0.4242,-5.9165,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,2.8876,-0.2489,-7.1879,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,4.5506,-0.2046,-5.5692,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,3.3064,-1.1015,-5.9165,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,1.4281,-1.1173,-7.7791,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,1.9362,-1.1125,-7.2757,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,5.3047,-0.1452,-4.8745,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,1.6143,-0.9459,-7.7643,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,5.6437,0.0166,-4.6973,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,3.4229,-0.6511,-6.2505,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,2.9597,-0.8241,-6.5406,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.VOLT.0152,V152_DDR,6.4729,0.7635,-4.6150,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE.VOLT.0172,V172_DDR,6.0643,0.4672,-4.7273,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_BEPM,WAUE_BEPM_LA,5.4929,0.2209,-5.0525,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,5.6133,0.1356,-4.8468,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,4.7682,0.1856,-5.7419,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_EWA,WAUE_EWA_LA,2.4785,-0.6837,-7.1623,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,3.8782,-0.3724,-6.0739,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_HMMU,WAUE_HMMU_LA,3.8008,0.0289,-6.5525,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,6.9821,0.0002,-3.3425,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_MECB,WAUE_MECB_LA,4.3099,0.1328,-6.1473,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_MMPA,WAUE_MMPA_LA,6.5887,0.3179,-4.0537,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_MRES,WAUE_MRES_LA,4.6223,-0.0682,-5.6340,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,6.3558,0.5615,-4.5301,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,5.7355,0.1714,-4.7603,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,3.6397,-0.3537,-6.3310,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_OTP,WAUE_OTP_LA,7.1432,0.5224,-3.7036,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_OTPW,WAUE_OTPW_LA,11.0019,0.7095,-0.0320,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM,WAUE_UGPM_LA,5.2858,0.0317,-5.0703,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,5.4164,0.1432,-5.0512,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,4.7198,0.0051,-5.6097,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,2.6928,-0.2274,-7.4042,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,2.4785,-0.6837,-7.1623,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,3.8008,0.0289,-6.5525,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,3.8353,-0.3401,-6.1490,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,5.7355,0.1714,-4.7603,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,6.5887,0.3179,-4.0537,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,4.7882,-0.0306,-5.5056,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,3.5919,-0.4498,-6.2828,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,6.6166,0.5408,-4.2486,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-19.6320,-1.4074,-28.5491,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-14.7138,-0.9389,-24.0994,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-1.8070,-0.8887,-11.2427,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,82.7442,0.2988,72.1209,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,82.7442,0.2988,72.1209,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-12.0628,-1.4511,-20.9361,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,76.0701,0.3588,65.3869,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,68.2659,0.3446,57.5969,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,15.2406,-0.6591,5.5753,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,15.2748,-0.6250,5.5753,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,7.3265,-0.5918,-2.4062,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-18.3619,-1.3262,-27.3601,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-27.3700,-0.9659,-36.7285,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-20.4747,-1.6943,-29.1048,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-18.6340,-1.3598,-27.5987,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_ENMC,WFEC_ENMC_LA,-8.2437,-0.0500,-18.5181,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-20.3966,-0.7588,-29.9622,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,35.7327,0.2778,25.1305,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,-6.6110,0.0016,-16.9370,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-19.6320,-1.4074,-28.5491,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-19.6320,-1.4074,-28.5491,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-19.6320,-1.4074,-28.5491,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_OKGE,WFEC_OKGE_LA,3.4435,0.0677,-6.9486,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,51.4627,0.3632,40.7751,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-16.0061,-1.5033,-24.8273,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-11.6910,-1.5826,-20.4328,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_WFEC,WFEC_LA,18.5136,-0.2470,8.4362,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,-6.6110,0.0016,-16.9370,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-6.1127,-0.6214,-15.8158,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-13.1631,-0.9601,-22.5274,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,3.7995,0.3610,-6.8859,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-2.6830,-0.5141,-12.4934,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-21.0460,-0.9044,-30.4660,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-21.0460,-0.9044,-30.4660,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-7.5608,-0.6570,-17.2282,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-7.5608,-0.6570,-17.2282,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-7.5608,-0.6570,-17.2282,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-2.6830,-0.5141,-12.4934,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,2.2710,-0.0100,-8.0434,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-6.9660,-0.5185,-16.7720,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-6.9660,-0.5184,-16.7720,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-6.9660,-0.5184,-16.7720,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-6.9660,-0.5184,-16.7720,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,2.2710,-0.0100,-8.0434,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-17.6036,-1.0095,-26.9185,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-27.5600,-0.3174,-37.5670,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.JEC.1,WRJEFFUN10_RA,-0.1472,-0.3705,-10.1012,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.JEC.2,WRJEFFUN11_RA,-0.2301,-0.3728,-10.1817,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.JEC.3,WRJEFFUN12_RA,-0.2827,-0.4254,-10.1817,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-21.4869,-0.7289,-31.0824,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-26.9648,-0.7477,-36.5415,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-26.9648,-0.7477,-36.5415,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.LEC.4,WRLECUN26_RA,3.9753,-0.0890,-6.2602,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.LEC.5,WRLECUN27_RA,3.6427,-0.0455,-6.6362,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-5.8106,-0.4473,-15.6877,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-5.8106,-0.4473,-15.6877,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-5.8106,-0.4473,-15.6877,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-5.7777,-0.4269,-15.6752,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-9.3683,-0.7650,-18.9277,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-5.7577,-0.5689,-15.5132,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-5.7577,-0.5689,-15.5132,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-6.5093,-0.7626,-16.0711,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-4.6684,-0.6141,-14.3787,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,0.4994,-0.4856,-9.3394,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-3.4773,-0.5792,-13.2225,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-26.9674,-0.7503,-36.5415,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,69.7902,0.3510,59.1148,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-7.0983,-1.1070,-16.3157,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-0.5147,-0.3751,-10.4640,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-2.1862,-0.7372,-11.7734,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,2.2710,-0.0100,-8.0434,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-2.6830,-0.5141,-12.4934,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-10.8418,-0.5497,-20.6166,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.THAYERLD,WR.THAYERLD_LA,8.7001,0.3506,-1.9749,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-11.6588,-0.5492,-21.4341,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0106,V106_DDR,-11.0348,-0.5230,-20.8362,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0139,WR.VOLT.0139_H,7.5816,0.0650,-2.8078,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-4.0405,-0.4290,-13.9359,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0146,WR.VOLT.0146_H,4.4134,0.0184,-5.9294,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0147,WR.VOLT.0147_H,4.4134,0.0184,-5.9294,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0148,WR.VOLT.0148_H,3.3107,0.0194,-7.0331,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-10.8494,-0.4503,-20.7236,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0157,V157_DDR,4.2943,0.0055,-6.0356,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0158,V158_DDR,4.4134,0.0184,-5.9294,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0159,WR.VOLT.0159_H,4.4134,0.0184,-5.9294,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-11.5954,-0.5862,-21.3337,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0173,V173_DDR,-6.0554,-0.5055,-15.8743,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0174,V174_DDR,-11.3473,-0.5365,-21.1352,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0184,V184_DDR,-10.8900,-0.5961,-20.6184,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-10.9891,-0.5430,-20.7705,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0186,V186_DDR,-10.6809,-0.5762,-20.4291,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-10.9787,-0.5753,-20.7278,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-11.6243,-0.5284,-21.4203,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-5.0955,-0.3736,-15.0463,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-1.5254,-0.3208,-11.5290,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-0.8379,-0.3443,-10.8180,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-0.8379,-0.3443,-10.8180,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-1.5254,-0.3208,-11.5290,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0245,V245_DDR,-10.9816,-0.5435,-20.7625,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.VOLT.0248,V248_DDR,-11.0348,-0.5230,-20.8362,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-16.6957,-0.6758,-26.3443,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,1.7449,-0.1447,-8.4348,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.WOLF,WRWOLFUN15_RA,-2.2200,-0.7926,-11.7518,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-17.6036,-1.0095,-26.9185,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,3.7510,0.3125,-6.8859,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-15.5380,-0.7231,-25.1394,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-13.7703,-0.4355,-23.6592,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-3.9635,-0.4307,-13.8572,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-12.7318,-0.5516,-22.5046,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-12.7318,-0.5516,-22.5046,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-12.7318,-0.5516,-22.5046,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-12.7318,-0.5516,-22.5046,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-2.1843,-0.2839,-12.2248,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-28.1612,-0.5074,-37.9783,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-28.1612,-0.5074,-37.9783,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-31.4519,-0.5154,-41.2610,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-31.4519,-0.5154,-41.2610,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_MIDW,WR_MIDW_LA,-8.0621,-0.6327,-17.7538,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,13.7350,0.2775,3.1330,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,12.6184,0.1308,2.1631,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-9.8558,-0.5658,-19.6144,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_SEG,WR_SEG_LA,7.3632,0.2131,-3.1743,10.3244\n03/19/2025 15:00:00,03/19/2025 20:00:00,WR_WR,WR_LA,-3.0542,-0.3385,-13.0402,10.3245\n03/19/2025 15:00:00,03/19/2025 20:00:00,YAD,VACS,23.2722,0.3762,12.5715,10.3245\n03/19/2025 16:00:00,03/19/2025 21:00:00,AEC,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_CSWS,CSWS_AECC_LA,31.8336,0.4526,21.2402,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,33.6716,0.3314,23.1994,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,31.2881,0.6008,20.5465,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,33.7005,0.2411,23.3186,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,28.0303,0.3845,17.5050,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,31.8797,0.2602,21.4787,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,28.4863,0.2705,18.0750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AECI,AECI,22.1985,0.1700,11.8876,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,AEPM_CSWS,CSWS_LA,31.2308,0.4425,20.6475,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ALTW,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,AMRN,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-22.1654,-0.4812,-31.8250,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BBA,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BCA,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BEPM.ER01.DDR,ER01_DDR,0.7252,-1.1681,-8.2475,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BEPM_ER01,BEPM_ER01_LA,0.7252,-1.1681,-8.2475,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-0.3974,-0.5022,-10.0360,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-2.9771,-0.3380,-12.7799,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BEPM_UM01,BEPM_UM01_LA,4.9568,0.3273,-5.5113,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BLKW,BLKW,-15.1098,-0.2455,-25.0051,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.0000,-0.9693,-39.1715,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.0000,-0.9693,-39.1715,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,6.6005,-0.8521,-2.6882,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9826,-0.9519,-39.1715,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BRAZ,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BUBA,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-16.3961,-0.9000,-25.6369,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-9.7328,-0.4481,-19.4255,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,1.1146,-0.2447,-8.7815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,1.1146,-0.2447,-8.7815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CLEC,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,32.7474,0.2442,22.3624,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,COWP,COWP_LA,18.5532,0.2853,8.1271,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,18.5532,0.2853,8.1271,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,18.5532,0.2853,8.1271,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CPLE,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CPLW,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,23.2738,0.3963,12.7367,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,23.2738,0.3963,12.7367,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,23.2738,0.3963,12.7367,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,23.2738,0.3963,12.7367,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CRTH_SPA,WRCRTH_SPA_LA,31.9492,0.1215,21.6869,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,30.5329,1.0806,19.3115,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-6.4336,-0.5153,-16.0591,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,28.4863,0.2705,18.0750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,33.7005,0.2411,23.3186,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,30.1424,1.0732,18.9283,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,28.2665,0.7737,17.3520,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,26.5105,0.9739,15.3958,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,26.5105,0.9739,15.3958,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,33.4193,0.2674,23.0111,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,33.4193,0.2674,23.0111,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,33.3554,0.2035,23.0111,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,33.3554,0.2035,23.0111,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,28.4863,0.2705,18.0750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,31.8331,0.7110,20.9813,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,53.9539,-0.0304,43.8434,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,53.8601,-0.1241,43.8434,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,37.3795,0.1054,27.1333,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.3857,0.1574,26.0875,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,36.3857,0.1574,26.0875,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,36.3858,0.1574,26.0876,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,36.3858,0.1574,26.0876,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-22.6120,-0.6084,-32.1445,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-1.0667,-0.3573,-10.8502,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,44.0374,0.1629,33.7337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-21.7760,-0.7166,-31.2002,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-21.7435,-0.6842,-31.2002,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-17.3119,-0.4093,-27.0434,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.GRID.CDL1,CDL1_DDR,41.4049,0.2363,31.0277,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-8.3222,-0.4523,-18.0107,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-5.9660,-0.7407,-15.3661,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,41.4049,0.2363,31.0277,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.CSI1,CSI1_DDR,37.0041,0.2718,26.5914,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.CSI2,CSI2_DDR,37.0078,0.2756,26.5914,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,32.7510,0.2477,22.3624,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.GAZA,GAZA_DDR,41.4049,0.2363,31.0277,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,97.9900,0.4758,87.3734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.NUEN.T201,NT201_DDR,36.1344,0.1864,25.8071,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-11.0435,-0.6862,-20.4981,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-11.0435,-0.6862,-20.4981,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,28.4863,0.2705,18.0750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,27.8009,1.1265,16.5336,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-17.3119,-0.4093,-27.0434,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-17.3119,-0.4093,-27.0434,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-17.8276,-0.5884,-27.3800,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-21.7435,-0.6842,-31.2002,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.6658,0.6356,16.8894,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.4858,0.0851,23.2599,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.3437,-0.0570,23.2599,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.3395,-0.0612,23.2599,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,11.1882,0.0514,0.9960,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,11.1882,0.0514,0.9960,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,28.0352,0.7436,17.1508,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.7421,0.1742,27.4271,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,28.1891,0.7790,17.2692,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,28.5734,1.3606,17.0719,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,33.6221,0.3305,23.1508,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,37.0078,0.2756,26.5914,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0057,OKMU_DDR,44.7877,0.2700,34.3769,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0060,LEHIGH_DDR,97.9900,0.4758,87.3734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0086,WARRENM_DDR,36.7102,0.2004,26.3690,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.1941,1.0277,17.0256,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,45.9066,0.1878,35.5780,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0121,V121_DDR,28.0352,0.7436,17.1508,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0122,V122_DDR,44.5476,0.1781,34.2287,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0124,V124_DDR,62.1722,0.1262,51.9052,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0135,V135_DDR,37.4710,0.2203,27.1099,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0144,V144_DDR,-0.6888,-0.3130,-10.5167,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0145,V145_DDR,-0.5347,-0.3597,-10.3158,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,28.0553,0.7583,17.1562,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.6349,0.4097,18.0844,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0175,V175_DDR,32.7510,0.2477,22.3624,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.6349,0.4097,18.0844,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.6883,0.4826,18.0649,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,37.4710,0.2203,27.1099,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,37.5135,0.2031,27.1696,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,36.8395,0.1784,26.5203,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,50.1053,0.0650,39.8995,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.3917,0.1481,26.1028,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,37.5135,0.2031,27.1696,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0211,V211_DDR,28.3991,0.9158,17.3425,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,46.5554,0.1918,36.2228,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0213,V213_DDR,37.2597,0.2025,26.9164,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0215,V215_DDR,45.4566,0.1844,35.1314,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0217,V217_DDR,46.6045,0.1812,36.2825,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0218,V218_DDR,49.6752,0.0731,39.4613,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0228,V228_DDR,38.2349,0.1541,27.9400,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0232,V232_DDR,37.1129,0.2240,26.7481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0233,V233_DDR,37.7331,0.2146,27.3777,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0240,V240_DDR,42.9628,0.1447,32.6773,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0244,V244_DDR,37.5135,0.2031,27.1696,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0246,MDT1_DDR,97.9900,0.4758,87.3734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0249,V249_DDR,37.2272,0.2144,26.8720,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0250,V250_DDR,-7.3043,-0.4947,-16.9504,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0251,V251_DDR,36.7538,0.1791,26.4339,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.VOLT.0252,V252_DDR,50.1053,0.0650,39.8995,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-24.7347,-0.6019,-34.2736,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,3.9939,-0.6687,-5.4782,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-19.1479,-1.1907,-28.0980,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,28.1241,0.7274,17.2558,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-20.7942,-1.1043,-29.8307,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-3.7759,-0.3991,-13.5176,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-3.7759,-0.3991,-13.5176,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-3.7759,-0.3991,-13.5176,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-3.7759,-0.3991,-13.5176,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-3.7759,-0.3991,-13.5176,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,28.4863,0.2705,18.0750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,28.8000,0.9518,17.7074,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,37.0970,0.2081,26.7481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,36.3978,0.1530,26.1040,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,51.8384,0.3003,41.3973,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,51.8384,0.3003,41.3973,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.9354,0.5308,17.2638,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.9354,0.5308,17.2638,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.6774,0.7323,16.8043,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.6774,0.7323,16.8043,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.2575,0.6948,16.4219,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-21.7334,-0.6740,-31.2002,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DENL,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DERS,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DOE,DOE,18.7185,0.2457,8.3320,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,10.1682,-0.0115,0.0389,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DPC,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,DUK,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDDY,EDDY,-1.9339,0.2253,-12.3001,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,29.8389,0.1019,19.5962,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-4.8366,-0.1373,-14.8401,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,35.4041,-0.0521,25.3154,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE.SLCC,EDESTL4391_PLT,31.8255,0.0251,21.6596,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,31.6797,0.0578,21.4811,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,18.2277,-0.1310,8.2179,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_EC_01,EDELAR3821UN1_RA,29.8389,0.1019,19.5962,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_EC_02,EDELAR3821UN2_RA,29.8389,0.1019,19.5962,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_EC_03,EDELAR3821UN3_RA,29.8389,0.1019,19.5962,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_EC_04,EDELAR3821UN4_RA,29.8389,0.1019,19.5962,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_EDE,EDE_LA,30.1733,0.2516,19.7808,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_ERW,EDEERWFUNG1_RA,-10.4066,-0.4902,-20.0572,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-5.3462,-0.5977,-14.8893,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,29.4500,0.4932,18.8160,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,29.4500,0.4932,18.8160,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,29.4500,0.4932,18.8160,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,29.4500,0.4932,18.8160,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,3.4580,0.3450,-7.0278,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_RIV_10,EDERIV1671UN10_RA,31.8590,-0.0377,21.7559,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_RIV_11,EDERIV1671UN11_RA,31.8590,-0.0377,21.7559,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_RIV_12,EDERIV453UN12_PLT,31.5704,-0.3263,21.7559,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_SL_01,EDESTL4391UN1_RA,31.8255,0.0251,21.6596,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EDE_SWMP,EDE_SWMP_LA,27.9369,0.3500,17.4461,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EEI,EEI,18.5744,0.2444,8.1891,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,EES,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-7.1270,-0.5312,-16.7366,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ERCOTE,ERCOTE,27.9354,0.5308,17.2638,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ERCOTN,ERCOTN,-11.0000,-0.6427,-20.4981,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-0.1981,-0.3745,-9.9644,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FMPP,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FPC,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FPL,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FREM_50T,OPPDFREM_GUN1_RA,1.1142,-0.2519,-8.7747,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FREM_6,OPPDFREM_AUN6_RA,1.1085,-0.2573,-8.7750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FREM_7,OPPDFREM_AUN7_RA,1.1085,-0.2573,-8.7750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FREM_8,OPPDFREM_AUN8_RA,1.0459,-0.3199,-8.7750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FREM_LOAD,FREM_LOAD_LA,1.0986,-0.2672,-8.7750,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-12.7075,-0.4343,-22.4141,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.6649,0.6347,16.8894,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-19.8381,-1.2913,-28.6876,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-31.3747,-0.7849,-40.7306,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,32.7474,0.2442,22.3624,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,32.7474,0.2442,22.3624,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,32.7474,0.2442,22.3624,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,36.9901,0.1422,26.7070,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,36.9901,0.1422,26.7070,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,37.1294,0.1394,26.8492,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,37.1294,0.1394,26.8492,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-23.3595,-0.7103,-32.7900,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,45.4812,0.0942,35.2461,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,45.4812,0.0942,35.2461,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,45.4812,0.0942,35.2461,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.VOLT.0130,V130_DDR,38.1225,0.2453,27.7364,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA.VOLT.0237,V237_DDR,38.2575,0.1842,27.9325,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDAHUB2,GRDAHUB2_H,23.7829,-0.0900,13.7321,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDAHUB3,GRDAHUB3_H,17.4208,-0.1711,7.4512,10.1407\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA_GRDA,GRDA_LA,37.6597,0.1923,27.3266,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA_HUB,GRDA_H,31.0855,0.0147,20.9300,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRDA_HUBSA,GRDASA_H,30.9391,0.0022,20.7961,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GRE,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-14.2567,-0.0094,-24.3881,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GSEC_SPS,SPS_GSEC_LA,-17.8375,-0.4126,-27.5657,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GSPR2014HUB,GSPR2014HUB_H,-11.6493,-0.4386,-21.3515,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,GSPR2015HUB,GSPR2015HUB_H,-10.7953,-0.4460,-20.4902,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-19.2801,-0.9489,-28.4720,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,HARRISON,CSWSLEBROCKPLT1,27.6954,0.5717,16.9829,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,HAST_TNSK_HUB,HAST_TNSK_H,-0.6845,-0.5246,-10.3007,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,HQST,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,HST,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,27.9992,0.1858,17.6726,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,27.9992,0.1858,17.6726,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,28.2419,0.1875,17.9136,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,28.2419,0.1875,17.9136,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,27.6929,0.1858,17.3663,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,27.6929,0.1858,17.3663,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDN_INDN,INDN_LA,28.0245,0.1954,17.6884,10.1407\n03/19/2025 16:00:00,03/19/2025 21:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,ISNE,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,JEA,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,1.2414,-0.1873,-8.7121,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,1.2414,-0.1873,-8.7121,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,1.9243,-0.0373,-8.1793,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYCT4,KACYNEARMANUNCT4_RA,25.0953,0.1348,14.8197,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,60.0000,-0.0053,49.8645,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,25.0953,0.1348,14.8197,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,25.4739,0.1464,15.1867,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,25.3703,0.1453,15.0842,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KACY_KACY,KACY_LA,25.5700,0.1434,15.2857,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,38.2807,0.0747,28.0652,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,18.3933,0.3756,7.8768,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-16.0585,-0.4787,-25.7206,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-43.0288,-0.6796,-52.4901,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0222,V222_DDR,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0223,V223_DDR,12.7616,-0.0185,2.6393,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0241,V241_DDR,16.6706,0.3172,6.2126,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0243,V243_DDR,19.9885,0.1569,9.6908,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0247,V247_DDR,16.2232,0.0698,6.0126,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.VOLT.0253,V253_DDR,38.4678,0.0779,28.2491,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-2.7728,-0.7167,-12.1969,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,9.3376,-0.1327,-0.6706,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,9.3376,-0.1327,-0.6706,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,9.3376,-0.1327,-0.6706,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,9.3376,-0.1327,-0.6706,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,38.6737,0.0727,28.4602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,38.6737,0.0727,28.4602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB,KCPLHUB_H,4.9274,-0.3739,-4.8395,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB17,KCPLHUB17_H,3.8417,-0.4208,-5.8783,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB18,KCPLHUB18_H,2.8962,-0.4207,-6.8239,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB19,KCPLHUB19_H,2.8973,-0.3995,-6.8440,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB20,KCPLHUB20_H,2.0071,-0.4380,-7.6957,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB21,KCPLHUB21_H,1.3440,-0.4304,-8.3664,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB22,KCPLHUB22_H,2.3978,-0.4265,-7.3165,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB23,KCPLHUB23_H,2.2130,-0.4385,-7.4894,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLHUB24,KCPLHUB24_H,1.1552,-0.4541,-8.5316,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-1.2887,-0.0370,-11.3926,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-1.2887,-0.0370,-11.3926,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,7.0989,-0.2968,-2.7451,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,7.0989,-0.2968,-2.7451,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,38.2813,0.0753,28.0652,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,38.2807,0.0747,28.0652,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,32.6848,0.1060,22.4380,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,3.1380,-0.1543,-6.8485,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,19.7495,0.0699,9.5389,10.1407\n03/19/2025 16:00:00,03/19/2025 21:00:00,KCPL_KCPL,KCPL_LA,22.8186,0.0598,12.6181,10.1407\n03/19/2025 16:00:00,03/19/2025 21:00:00,KENN,KENN_LA,7.4206,0.3316,-3.0518,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KEP2_SECI,KEP2_SECI_LA,-18.0281,-0.6687,-27.5003,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KERR_1,GRDAKERR_HYDUN1_RA,37.8305,0.1717,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KERR_2,GRDAKERR_HYDUN2_RA,37.6866,0.1769,27.3688,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KERR_3,GRDAKERR_HYDUN3_RA,37.6866,0.1769,27.3688,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KERR_4,GRDAKERR_HYDUN4_RA,37.8305,0.1717,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,9.3375,-0.1327,-0.6706,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,9.3375,-0.1327,-0.6706,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,10.5647,-0.0712,0.4950,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,10.5647,-0.0712,0.4950,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,7.2874,-0.1330,-2.7204,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,5.7912,-0.1157,-4.2340,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,5.7912,-0.1157,-4.2340,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-15.8190,-0.7685,-25.1913,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-15.8190,-0.7685,-25.1913,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-15.8190,-0.7685,-25.1913,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-9.2301,-0.4849,-18.8860,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-9.2301,-0.4849,-18.8860,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-16.2054,-0.7848,-25.5615,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-10.6012,-0.5168,-20.2252,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-4.8361,-0.3653,-14.6116,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,53.0078,-0.0232,42.8902,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,53.0078,-0.0232,42.8902,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-0.5026,-0.2664,-10.3770,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-0.5026,-0.2664,-10.3770,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-0.5026,-0.2664,-10.3770,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-11.7951,-0.6893,-21.2466,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-8.3610,-0.8275,-17.6743,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,2.6840,-0.3394,-7.1174,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,3.1336,0.0031,-7.0103,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LAFA,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LAM345,LAM345,-16.3961,-0.9000,-25.6369,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LEPA,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,1.0314,-0.2702,-8.8392,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_LES,LES_LA,1.0001,-0.2778,-8.8629,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,1.0630,-0.2901,-8.7877,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,0.9085,-0.3094,-8.9229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,0.9085,-0.3094,-8.9229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,0.9085,-0.3094,-8.9229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,1.0634,-0.2897,-8.7877,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,1.0630,-0.2901,-8.7877,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_WAVERLY,LES_WAVERLY_H,0.9816,-0.3016,-8.8577,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,1.4295,-0.2655,-8.4458,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,1.4295,-0.2655,-8.4458,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,LGEE,LGEE,16.8553,0.1823,6.5322,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MALDEN,MALDEN_LA,8.4159,0.3190,-2.0439,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MCWEST,MCWEST,4.5282,0.0087,-5.6213,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MDU,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-2.0657,-0.4339,-11.7727,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,0.1564,-0.1012,-9.8832,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,1.4478,0.2427,-8.9357,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MEAN_NPPD,NPPD_MEAN_LA,-2.1302,-0.6429,-11.6282,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MEC,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MHEB,MHEB,5.6463,0.0497,-4.5443,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-6.8499,-0.6653,-16.3254,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-11.9475,-0.8518,-21.2365,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-6.8499,-0.6653,-16.3254,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-6.8499,-0.6653,-16.3254,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-11.9475,-0.8518,-21.2365,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MISO,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-17.1614,-0.6243,-26.6780,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-17.1614,-0.6243,-26.6780,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-3.5375,-0.3945,-13.2838,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-17.8831,-0.8702,-27.1537,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-11.0397,-0.6775,-20.5030,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-18.6435,-0.7737,-28.0106,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-16.6675,-0.6430,-26.1653,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-18.8055,-0.7270,-28.2194,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-16.2501,-0.5972,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-16.2501,-0.5972,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-16.2501,-0.5972,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-16.2501,-0.5972,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-16.2501,-0.5972,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,9.2374,0.0077,-0.9111,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,15.1540,0.2157,4.7975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,15.1540,0.2157,4.7975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,13.2635,0.1318,2.9909,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,15.4132,0.3553,4.9171,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MOWR,AECI,22.1985,0.1700,11.8876,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,14.9100,0.1070,4.6622,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,15.5131,0.2215,5.1508,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-3.3737,-0.5253,-12.9892,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-6.0000,-0.2845,-15.8563,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-26.7482,-0.7435,-36.1455,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-3.3409,-0.4926,-12.9892,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,10.1724,-0.0073,0.0389,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,10.1724,-0.0073,0.0389,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,10.1728,-0.0069,0.0389,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,10.1728,-0.0069,0.0389,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,-2.3536,-0.0467,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,-2.3197,-0.0128,-12.4477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,19.3330,0.2730,8.9192,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,12.5810,-0.0088,2.4490,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,10.5486,-0.0441,0.4519,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,10.5486,-0.0441,0.4519,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,10.5486,-0.0441,0.4519,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,23.7770,0.0708,13.5653,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,23.7770,0.0708,13.5653,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MPS_MPS,MPS_LA,13.8514,0.0893,3.6213,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MSTNG,SPSMSTNGPLT1,-1.8761,0.2978,-12.3147,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MSTNG4,SPSMSTNGUN4_RA,-1.9062,0.2676,-12.3147,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,MSTNG5,SPSMSTNGUN5_RA,-1.8761,0.2978,-12.3147,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,-1.8761,0.2978,-12.3147,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NBSO,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,-0.5524,-0.5319,-10.1614,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,-0.5540,-0.5334,-10.1614,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-19.8450,-1.1453,-28.8406,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NHC1,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,1.2366,-0.2182,-8.6861,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,1.2366,-0.2182,-8.6861,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,1.2366,-0.2182,-8.6861,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-1.7443,-0.8260,-11.0591,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,-1.2238,-0.7866,-10.5780,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,-0.1059,-0.4969,-9.7498,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-1.1795,-0.3745,-10.9458,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,-1.2238,-0.7866,-10.5780,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-2.0932,-0.6488,-11.5853,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-2.0042,-0.6417,-11.5034,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-2.0340,-0.6394,-11.5354,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-1.9520,-0.6282,-11.4647,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-1.8283,-0.4176,-11.5515,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-3.2305,-0.7484,-12.6229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-3.2305,-0.7484,-12.6229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-3.4313,-0.6294,-12.9427,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-1.8283,-0.4176,-11.5515,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,2.8353,-0.8533,-6.4522,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-1.8667,-0.9317,-11.0758,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-5.8098,-0.6925,-15.2582,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-1.8667,-0.9317,-11.0758,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,-0.8710,-0.8353,-10.1765,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-2.2616,-0.8638,-11.5386,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,0.5944,-0.2141,-9.3323,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,-1.2238,-0.7866,-10.5780,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-5.3971,-0.7200,-14.8179,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-3.2305,-0.7484,-12.6229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-3.2305,-0.7484,-12.6229,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-2.6089,-0.5644,-12.1854,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-2.6625,-0.5748,-12.2286,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-2.6625,-0.5748,-12.2286,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-1.8900,-0.3611,-11.6697,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-13.0000,-0.1816,-22.9592,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,-0.9602,-0.6313,-10.4697,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-1.5203,-0.6967,-10.9644,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-16.5829,-0.1331,-26.5906,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-19.3000,-0.1435,-29.2973,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.NELI.DDR,NELI_DDR,-1.5664,-0.5031,-11.2041,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.NPPM.1058,SH1058_DDR,6.2703,-0.2209,-3.6496,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,-1.8133,-0.4262,-11.5279,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,-1.2238,-0.7866,-10.5780,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,-0.1059,-0.4969,-9.7498,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-1.8283,-0.4176,-11.5515,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.TECH.1,KEARNE_DDR,-1.6436,-0.3353,-11.4491,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,-0.0253,-0.9745,-9.1916,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,-0.0253,-0.9745,-9.1916,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-1.9075,-0.4731,-11.5753,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD.VOLT.0236,V236_DDR,0.3614,-0.1933,-9.5861,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD2017HUB,NPPD2017HUB_H,-2.0841,-0.6463,-11.5786,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,5.2369,-0.4471,-4.4568,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-1.7443,-0.8260,-11.0591,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-1.8619,-1.0828,-10.9200,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-1.8619,-1.0828,-10.9200,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,0.4018,-0.2193,-9.5197,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,0.3687,-0.1860,-9.5861,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-4.4167,-0.3689,-14.1887,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-2.5279,-0.5783,-12.0904,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,6.0720,-0.4192,-3.6496,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,6.0720,-0.4192,-3.6496,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,6.0720,-0.4192,-3.6496,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,-0.6780,-0.5227,-10.2961,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,-0.4198,-0.4870,-10.0736,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,-0.5728,-0.4212,-10.2924,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-0.9681,-0.9805,-10.1284,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-0.9135,-0.9259,-10.1284,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-3.8501,-0.7875,-13.2034,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-4.0537,-0.7885,-13.4060,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,-0.0534,-0.4940,-9.7002,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,-0.0624,-0.5030,-9.7002,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,-0.0624,-0.5030,-9.7002,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,-0.0667,-0.4793,-9.7283,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,2.8353,-0.8533,-6.4522,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,-0.1118,-0.4819,-9.7707,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,0.5651,-0.3618,-9.2139,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,-0.6681,-0.5026,-10.3063,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,-0.6759,-0.5084,-10.3084,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,-0.6726,-0.5029,-10.3105,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,-0.6726,-0.5029,-10.3105,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,-0.6780,-0.5227,-10.2961,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,-0.6986,-0.5434,-10.2961,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-0.6401,-0.5065,-10.2744,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,-0.1613,-0.3137,-9.9884,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-3.8480,-0.7606,-13.2282,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-0.3316,-0.8976,-9.5748,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-6.1332,-0.7273,-15.5467,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,6.4158,-0.0754,-3.6496,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-1.5664,-0.5031,-11.2041,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-3.6505,-0.7702,-13.0211,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-3.6505,-0.7702,-13.0211,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_NPPD,NPPD_LA,0.7077,-0.4254,-9.0077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,0.5651,-0.3618,-9.2139,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,0.5651,-0.3618,-9.2139,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-0.4869,-0.2829,-10.3448,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-3.0814,-0.6714,-12.5508,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NSB,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NSP,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NSSO,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,NYIS,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-20.7992,-1.0508,-29.8892,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-23.0859,-0.7281,-32.4986,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-7.2659,-0.5709,-16.8358,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-7.2659,-0.5709,-16.8358,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-20.0332,-1.1888,-28.9852,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-31.3747,-0.7849,-40.7306,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-94.6640,-0.4780,-104.3268,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-45.8181,-0.7110,-55.2479,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-25.7915,-0.7152,-35.2171,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-22.4048,-0.7379,-31.8077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-3.9891,-0.2710,-13.8589,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-25.7915,-0.7152,-35.2171,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-20.2659,-1.1626,-29.2441,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-21.0804,-1.0252,-30.1960,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,9.1559,-0.0894,-0.8956,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-22.4048,-0.7379,-31.8077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-22.2371,-0.6851,-31.6928,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-6.6174,-0.6798,-16.0784,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-18.5658,-0.5807,-28.1259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-41.3728,-0.0957,-51.4180,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-22.4048,-0.7379,-31.8077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-16.7221,-0.5704,-26.2926,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NUEN.LAM1,LAM1_DDR,34.8600,0.7175,24.0016,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-3.9891,-0.2710,-13.8589,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-3.9891,-0.2710,-13.8589,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-16.9264,-0.5611,-26.5061,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-6.3822,-0.3037,-16.2193,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-6.3822,-0.3037,-16.2193,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-6.3822,-0.3037,-16.2193,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-0.3926,-0.2611,-10.2723,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-0.3926,-0.2611,-10.2723,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-6.3822,-0.3037,-16.2193,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-6.3822,-0.3037,-16.2193,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-22.4048,-0.7379,-31.8077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,15.9229,0.4174,5.3647,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-20.2659,-1.1626,-29.2441,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-31.4923,-0.2593,-41.3738,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-22.2371,-0.6851,-31.6928,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,30.1131,0.4520,19.5203,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-23.5964,-0.5650,-33.1722,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-23.5964,-0.5650,-33.1722,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-23.5964,-0.5650,-33.1722,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-23.5964,-0.5650,-33.1722,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-23.8597,-1.0175,-32.9830,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-27.4204,-0.6931,-36.8681,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-23.0859,-0.7281,-32.4986,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-32.0000,-0.6763,-41.4645,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-32.0000,-0.6763,-41.4645,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-29.4135,-0.1113,-39.4430,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-20.4761,-0.6326,-29.9843,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-20.4761,-0.6326,-29.9843,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-20.4761,-0.6326,-29.9843,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0033,FOSTER_DDR,5.5381,-0.2335,-4.3692,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,30.9629,0.3632,20.4589,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0035,TARBY_DDR,34.8140,0.5771,24.0961,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,30.9629,0.3632,20.4589,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,30.6903,0.2633,20.2862,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,30.6903,0.2633,20.2862,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-36.4825,-0.1485,-46.4748,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0040,TROSPER_DDR,9.0966,-0.2181,-0.8261,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,9.1430,-0.2181,-0.7797,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,31.7040,0.5387,21.0245,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0115,V115_DDR,-2.9906,-0.2662,-12.8652,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0116,V116_DDR,29.1900,-0.0389,19.0881,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0118,V118_DDR,-1.2616,-0.0039,-11.3985,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0125,V125_DDR,32.3627,0.6154,21.6065,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0126,V126_DDR,34.1135,0.3164,23.6563,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0129,V129_DDR,-8.3216,-0.4517,-18.0107,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,35.0000,-0.2730,25.1322,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0134,V134_DDR,34.8672,0.3904,24.3360,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0138,V138_DDR,33.4342,0.2717,23.0217,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,28.3079,-0.2247,18.3917,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0143,V143_DDR,30.6556,0.2084,20.3064,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0149,V149_DDR,-15.9341,-0.5205,-25.5544,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0150,V150_DDR,-15.9763,-0.5585,-25.5586,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0155,V155_DDR,32.7890,0.2229,22.4253,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0156,V156_DDR,35.0000,-0.2730,25.1322,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0166,V166_DDR,34.2335,0.5841,23.5086,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,27.5139,-0.2286,17.6017,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-15.9763,-0.5585,-25.5586,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0170,V170_DDR,-17.0457,-0.5616,-26.6249,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-25.1297,-0.4942,-34.7763,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0176,V176_DDR,-15.9763,-0.5585,-25.5586,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0177,V177_DDR,-23.2224,-0.9546,-32.4086,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,20.3891,-0.2280,10.4763,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-12.2375,-0.5948,-21.7835,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0195,V195_DDR,143.1100,0.6676,132.3016,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0197,V197_DDR,34.4964,0.3838,23.9718,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0198,V198_DDR,34.2335,0.5841,23.5086,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0208,V208_DDR,143.2757,0.6833,132.4515,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0209,V209_DDR,143.2757,0.6833,132.4515,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.6574,0.2907,24.2259,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0216,V216_DDR,9.1540,-0.2188,-0.7680,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0219,V219_DDR,32.7890,0.2229,22.4253,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0220,V220_DDR,-15.9763,-0.5585,-25.5586,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0224,V224_DDR,-3.6613,-0.2784,-13.5238,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0225,V225_DDR,-3.6608,-0.2778,-13.5238,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0226,V226_DDR,-3.6613,-0.2784,-13.5238,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0227,V227_DDR,-3.6613,-0.2784,-13.5238,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0229,V229_DDR,-33.2986,-0.1116,-43.3278,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0231,V231_DDR,3.1192,0.0481,-7.0697,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0238,V238_DDR,-23.5572,-0.7692,-32.9289,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.VOLT.0242,V242_DDR,33.0669,0.2468,22.6793,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-20.8479,-1.2810,-29.7077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-23.7393,-0.7066,-33.1736,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-21.0715,-1.0163,-30.1960,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-20.8479,-1.2810,-29.7077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-20.8392,-1.0701,-29.9100,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-51.0209,-0.6823,-60.4794,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEHL7,OKGEHL7_H,19.0608,-0.2114,9.1314,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEHL8,OKGEHSL1UN8_RA,19.0608,-0.2114,9.1314,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEHL910,OKGEHSL1PLT2,19.0608,-0.2114,9.1314,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-20.9029,-1.0505,-29.9932,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEMCC,OKGEMCCLAIPLT1,-6.2971,-0.3770,-16.0609,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,29.7472,0.1680,19.4384,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,29.7472,0.1680,19.4384,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,29.7472,0.1680,19.4384,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,13.4794,-0.3586,3.6971,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,13.4794,-0.3586,3.6971,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,13.4794,-0.3586,3.6971,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,13.4794,-0.3586,3.6971,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESM1,OKGESEMINOLEUN1_RA,1.8902,-0.1598,-8.0908,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESM2,OKGESEMINOLEUN2_RA,3.4427,-0.1822,-6.5159,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESM3,OKGESEMINOLEUN3_RA,3.4427,-0.1822,-6.5159,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESO1,OKGESONR1UN1_RA,-61.3342,-0.6425,-70.8325,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESO2,OKGESONR1UN2_RA,-32.0000,-0.6763,-41.4645,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-20.9029,-1.0505,-29.9932,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-19.8128,-1.2649,-28.6887,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGETINK5A,OKGETINK5UN1_RA,6.9500,-0.2414,-2.9494,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGETINK5B,OKGETINK5UN2_RA,6.9500,-0.2414,-2.9494,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-20.8622,-0.9032,-30.0998,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-23.0859,-0.7281,-32.4986,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,30.9134,0.6770,20.0956,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-17.7672,-0.5567,-27.3513,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_OKGE,OKGE_LA,12.0596,-0.0974,2.0162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-31.4923,-0.2593,-41.3738,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-20.8906,-0.9316,-30.0998,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMLP,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,39.4566,0.1161,29.1997,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,31.2271,0.6387,20.4476,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-4.1701,-0.2723,-14.0386,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-94.5792,-0.3932,-104.3268,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-13.0609,-0.6677,-22.5341,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-25.7915,-0.7152,-35.2171,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-20.7628,-0.9726,-29.9310,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-12.1872,-1.0429,-21.2851,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,160.8301,0.0880,150.6013,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-94.6069,-0.4209,-104.3268,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-94.6069,-0.4209,-104.3268,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_SPP,OMPA_SPP_LA,-6.4765,-0.4085,-16.2089,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-20.8479,-1.2810,-29.7077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,34.8615,0.1054,24.6153,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,34.8615,0.1054,24.6153,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,34.8615,0.1054,24.6153,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,34.8615,0.1054,24.6153,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,ONT,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,1.1708,-0.2240,-8.7460,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,1.2338,-0.2059,-8.7012,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,1.2366,-0.2182,-8.6861,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,1.1403,-0.2283,-8.7722,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,1.1652,-0.2005,-8.7752,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,1.1652,-0.2005,-8.7752,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_GLDN,OPPD_GLDN_LA,1.1450,-0.2225,-8.7733,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,1.2065,-0.2143,-8.7200,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,2.8353,-0.8533,-6.4522,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,0.3691,-0.3476,-9.4241,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,1.2365,-0.2179,-8.6864,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_OPPD,OPPD_LA,1.2155,-0.1963,-8.7290,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,1.1838,-0.1880,-8.7690,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,1.1782,-0.1917,-8.7709,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OTP,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,OVEC,OVEC,15.8877,0.1591,5.5878,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PARAGOULD,PARAGOULD_LA,5.8365,0.3516,-4.6559,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,37.5215,0.0983,27.2824,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,37.5215,0.0983,27.2824,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,37.5215,0.0983,27.2824,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,37.2183,0.1351,26.9424,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,37.2183,0.1351,26.9424,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,37.2183,0.1351,26.9424,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PIGGOTT,PIGGOTT_LA,7.7750,0.3270,-2.6928,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PJM,PJM,14.4435,0.1212,4.1815,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PLUM,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,POPLARBLUFF,POPLARBLUFF_LA,11.8118,0.2919,1.3791,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,4.3632,-0.1282,-5.6495,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,4.3632,-0.1282,-5.6495,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,4.4448,-0.1080,-5.5880,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,4.4448,-0.1080,-5.5880,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,5.1851,0.5825,-5.5382,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,5.1851,0.5825,-5.5382,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,4.5264,0.0002,-5.6146,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,3.7612,-0.4506,-5.9291,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-9.7328,-0.4481,-19.4255,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,81.9217,0.1100,71.6708,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,-0.6177,0.0362,-10.7948,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-4.6280,-0.0211,-14.7477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,51.8846,0.3264,41.4173,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,33.5424,0.3318,23.0698,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,4.4036,-0.1818,-5.5554,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,4.6371,0.0519,-5.5557,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,3.0919,-0.3666,-6.6824,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,12.0400,0.8221,1.0771,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,5.3371,0.1351,-4.9388,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,3.9887,-0.0727,-6.0795,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,PUPP,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,RCEAST,RCEAST,1.1055,-0.8418,-8.1935,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_1,GRDASALINA1UN1_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_2,GRDASALINA1UN2_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_3,GRDASALINA1UN3_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_4,GRDASALINA1UN4_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_5,GRDASALINA1UN5_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SALINA_6,GRDASALINA1UN6_RA,37.8315,0.1727,27.5180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SARPY_1,OPPDSARPYUN1_RA,1.2012,-0.2097,-8.7299,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SARPY_2,OPPDSARPYUN2_RA,1.2173,-0.1899,-8.7336,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SARPY_3,OPPDSARPYUN3_RA,1.1999,-0.2320,-8.7089,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SARPY_4,OPPDSARPYUN4_RA,1.1999,-0.2320,-8.7089,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SARPY_5,OPPDSARPYUN5_RA,1.1999,-0.2320,-8.7089,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SC,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SCEG,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SCSE,SCSE,-3.3662,-0.7080,-12.7990,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SEC,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-20.6780,-0.9619,-29.8569,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-20.6780,-0.9619,-29.8569,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-20.6780,-0.9619,-29.8569,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-15.7946,-0.5694,-25.3660,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-20.6780,-0.9619,-29.8569,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-17.4905,-0.9465,-26.6848,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-16.9483,-0.9612,-26.1279,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-16.9483,-0.9612,-26.1279,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-16.2513,-0.5984,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-23.2122,-0.8616,-32.4915,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-9.2719,-0.5267,-18.8860,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-16.4240,-0.6287,-25.9361,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-11.0926,-0.8310,-20.4024,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-19.8887,-0.9641,-29.0654,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-11.1692,-0.8201,-20.4899,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-25.0000,-0.9829,-34.1579,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-17.6092,-0.5964,-27.1536,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-15.9356,-0.8162,-25.2602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-15.9356,-0.8162,-25.2602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-15.9356,-0.8162,-25.2602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-15.9356,-0.8162,-25.2602,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-16.1779,-0.8668,-25.4519,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-17.4905,-0.9465,-26.6848,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI_SECI,SECI_LA,-15.2482,-0.6601,-24.7289,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-16.2513,-0.5984,-25.7937,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SEHA,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-20.8906,-0.9316,-30.0998,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SERU,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SETH,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SGE,SGE,-2.5015,-0.6825,-11.9598,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SMEP,MISO,14.0772,0.1547,3.7817,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SOCO,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPA,SPA,27.2489,0.3895,16.7186,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPC,SPC,4.9898,0.2880,-5.4390,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPPNORTH_HUB,SPPNORTH_H,1.0000,-0.2927,-8.8481,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-1.9099,-0.4832,-11.5675,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,26.0228,0.3435,15.5385,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,26.0228,0.3435,15.5385,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,25.3371,0.3223,14.8739,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,25.3371,0.3223,14.8739,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_NIXA,SPRM_NIXA_LA,26.4535,0.3512,15.9615,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_SPRM,SPRM_LA,26.1010,0.3771,15.5831,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,26.2876,0.2908,15.8560,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,26.2876,0.2908,15.8560,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,26.2617,0.2649,15.8560,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,26.2876,0.2908,15.8560,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-13.9205,-0.2759,-23.7854,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-18.3302,-0.4666,-28.0044,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-19.5953,-0.9034,-28.8327,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-19.5953,-0.9034,-28.8327,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-23.2984,-0.9033,-32.5359,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-8.8553,-0.5626,-18.4335,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-16.0222,-0.9287,-25.2343,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,-4.0629,-0.4235,-13.7802,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-24.2050,-0.4424,-33.9034,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,0.0517,0.2502,-10.3393,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,0.1374,0.2494,-10.2528,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,0.1374,0.2494,-10.2528,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,0.0517,0.2502,-10.3393,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-19.5678,-0.8768,-28.8318,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-18.3302,-0.4666,-28.0044,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-19.4473,-0.8178,-28.7703,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-19.7653,-1.1905,-28.7157,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-19.3423,-0.7467,-28.7364,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-19.2109,-0.5939,-28.7578,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-19.4261,-0.8083,-28.7586,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-19.7007,-1.2004,-28.6411,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-19.7007,-1.2004,-28.6411,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-19.7007,-1.2004,-28.6411,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-19.7007,-1.2004,-28.6411,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GRID.WRAB,WRAB_DDR,-19.3604,-0.6358,-28.8654,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-19.7007,-1.2004,-28.6411,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-22.1654,-0.4812,-31.8250,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-22.1654,-0.4812,-31.8250,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-22.0357,-0.4498,-31.7267,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-22.0357,-0.4498,-31.7267,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-22.0357,-0.4498,-31.7267,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-22.1654,-0.4812,-31.8250,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-19.6235,-0.8807,-28.8836,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-19.6243,-0.8807,-28.8844,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-19.6235,-0.8807,-28.8836,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-19.8450,-1.1453,-28.8406,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,0.1540,0.2278,-10.2146,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-24.1167,-0.4477,-33.8098,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-24.1167,-0.4477,-33.8098,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-24.1167,-0.4477,-33.8098,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-24.1167,-0.4477,-33.8098,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,-0.5834,0.3107,-11.0349,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,0.0471,0.2342,-10.3279,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,0.0471,0.2342,-10.3279,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-20.8453,-0.8863,-30.0998,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-19.6061,-0.8717,-28.8752,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-19.6061,-0.8717,-28.8752,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-19.6311,-0.8770,-28.8950,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-19.3604,-0.6358,-28.8654,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-19.6067,-1.0401,-28.7074,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-19.5701,-0.8972,-28.8137,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-20.0332,-1.1888,-28.9852,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-19.4639,-0.7295,-28.8752,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-17.5544,-0.3800,-27.3152,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-17.5544,-0.3800,-27.3152,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-16.8009,-0.3934,-26.5483,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-23.5361,-0.7497,-32.9272,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-19.6359,-1.1002,-28.6765,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-15.8431,-0.7496,-25.2343,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-15.2900,-0.7485,-24.6823,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-19.5499,-0.8590,-28.8318,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-13.0548,-0.3753,-22.8203,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,-3.7572,-0.1178,-13.7802,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-13.0548,-0.3753,-22.8203,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-12.5295,-0.2092,-22.4611,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-19.5239,-0.9370,-28.7277,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,0.0527,0.6847,-10.7728,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,0.0554,0.6874,-10.7728,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,0.0000,0.4877,-10.6285,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,0.0603,0.2440,-10.3245,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,-0.9287,0.4999,-11.5694,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-16.3961,-0.9000,-25.6369,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-19.4065,-0.6809,-28.8665,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-15.9464,-0.3647,-25.7225,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-15.9464,-0.3647,-25.7225,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-13.0548,-0.3753,-22.8203,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-24.4402,-0.3910,-34.1900,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,4.3272,0.5403,-6.3539,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-15.0669,0.0943,-25.3020,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-16.4245,-0.1621,-26.4032,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-20.0715,-0.4882,-29.7241,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,0.0527,0.6847,-10.7728,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,-0.2647,0.8646,-11.2702,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,-0.4047,0.7247,-11.2702,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-23.4264,-0.6400,-32.9272,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-15.2113,-0.1119,-25.2402,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-19.5966,-1.0517,-28.6857,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-19.6134,-1.0680,-28.6862,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0163,V163_DDR,-19.3484,-0.7284,-28.7608,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0168,V168_DDR,-20.9877,-0.5799,-30.5486,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0180,V180_DDR,-0.2647,0.8646,-11.2702,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0181,V181_DDR,-19.4833,-0.9438,-28.6803,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0182,V182_DDR,-0.7617,0.5898,-11.4923,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0199,V199_DDR,0.8818,0.4725,-9.7315,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0200,V200_DDR,0.0787,0.4752,-10.5373,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.VOLT.0235,V235_DDR,-19.6067,-1.0401,-28.7074,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-16.0222,-0.9287,-25.2343,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,-4.0629,-0.4235,-13.7802,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-19.3387,-1.0075,-28.4720,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-19.5097,-0.8168,-28.8337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS_SPS,SPS_LA,-7.1952,0.1116,-17.4477,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,-2.4522,-0.0230,-12.5701,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,SSCN_NPPD,SSCN_NPPD_LA,-1.8333,-0.3150,-11.6591,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,11.6899,0.2804,1.2687,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,11.6899,0.2804,1.2687,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,TAL,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,TEC,SOUC,23.5075,0.3518,13.0149,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-0.3316,-0.8976,-9.5748,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,TVA,TVA,23.5200,0.3096,13.0696,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB,UCUHUB_H,-3.2141,-0.2339,-13.1210,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB17,UCUHUB17_H,-9.7662,-0.4733,-19.4337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB18,UCUHUB18_H,-6.6598,-0.3962,-16.4044,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB19,UCUHUB19_H,-10.6134,-0.4388,-20.3154,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB20,UCUHUB20_H,-10.1722,-0.4243,-19.8887,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB21,UCUHUB21_H,-11.6172,-0.4889,-21.2691,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB22,UCUHUB22_H,-11.7542,-0.5141,-21.3809,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB23,UCUHUB23_H,-12.1547,-0.5192,-21.7763,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,UCUHUB24,UCUHUB24_H,-9.2118,-0.4486,-18.9040,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,5.0481,0.3660,-5.4588,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,5.0481,0.3660,-5.4588,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,4.2089,-0.2537,-5.6782,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,4.2089,-0.2537,-5.6782,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,4.8148,-0.2818,-5.0442,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,4.3875,-0.1987,-5.5546,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,4.3875,-0.1987,-5.5546,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,5.0481,0.3660,-5.4588,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,4.8728,-0.2783,-4.9897,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,5.0588,0.0956,-5.1776,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,3.6820,-0.1249,-6.3339,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,1.5668,-1.0398,-7.5342,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,4.9809,0.3621,-5.5220,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,4.9809,0.3621,-5.5220,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,3.2149,-1.0067,-5.9192,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,3.9143,-0.3347,-5.8919,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,4.4267,-0.3738,-5.3403,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,3.1008,-0.3254,-6.7146,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,3.6998,-0.0934,-6.3476,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,3.7371,-0.3714,-6.0324,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,3.7394,-0.4822,-5.9192,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,3.7394,-0.4822,-5.9192,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,4.0261,-0.3012,-5.8136,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,1.3948,-1.1242,-7.6219,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,4.1891,0.3650,-6.3167,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,4.6085,0.0060,-5.5383,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,4.6085,0.0060,-5.5383,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,4.6085,0.0060,-5.5383,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,4.7090,0.1108,-5.5426,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,4.7090,0.1108,-5.5426,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,4.7090,0.1108,-5.5426,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,5.1922,0.4805,-5.4292,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,4.5730,-0.2498,-5.3180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,4.5730,-0.2498,-5.3180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-2.9306,-0.6954,-12.3760,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,2.9504,-0.2538,-6.9366,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,4.8743,0.0876,-5.3541,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,1.3451,-0.3852,-8.4105,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,0.9384,-1.3649,-7.8375,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,3.8973,-0.3898,-5.8538,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,5.0003,0.3634,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,5.0003,0.3634,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,4.9998,0.3629,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,5.0003,0.3634,-5.5039,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,4.9089,0.2843,-5.5162,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,1.2154,-0.8200,-8.1054,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,4.9803,-0.0958,-5.0647,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,2.0657,-0.1902,-7.8849,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,2.0657,-0.1902,-7.8849,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,0.7433,-0.4524,-8.9451,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,0.7433,-0.4524,-8.9451,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,4.6857,-0.1371,-5.3180,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,4.7863,-0.1240,-5.2305,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,3.3514,-0.3885,-6.4009,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,1.6819,-0.9552,-7.5037,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,4.7285,-0.1024,-5.3099,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,4.8148,-0.2818,-5.0442,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,4.8148,-0.2818,-5.0442,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,3.1008,-0.3254,-6.7146,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,1.0476,-0.8858,-8.2074,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,3.2286,-0.4956,-6.4166,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,1.5021,-1.0168,-7.6219,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,3.7864,-0.4296,-5.9248,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.FSE,WAUE.FSE_H,0.2522,-0.5702,-9.3184,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,4.6184,0.0390,-5.5614,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,4.6101,0.0377,-5.5684,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,1.0744,-1.0342,-8.0322,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,1.4011,-0.9784,-7.7613,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,4.7459,-0.2585,-5.1364,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,4.7400,-0.3130,-5.0878,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-16.4400,-0.8642,-25.7166,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,1.5668,-1.0398,-7.5342,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-11.2700,-0.6982,-20.7126,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,2.9060,-0.2740,-6.9608,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,2.9060,-0.2740,-6.9608,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,2.9066,-0.2734,-6.9608,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,3.7805,-0.3299,-6.0304,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,1.0476,-0.8858,-8.2074,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,4.4088,-0.0236,-5.7084,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,2.9302,-0.3775,-6.8331,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,4.1464,0.3223,-6.3167,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,3.5675,0.1150,-6.6883,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,3.7965,-0.0752,-6.2691,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,5.9335,-0.0871,-4.1202,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,3.3578,-0.1983,-6.5847,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,3.2989,-0.3825,-6.4594,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,1.3451,-0.3852,-8.4105,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,6.8892,0.3145,-3.5662,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,3.0911,-0.3333,-6.7164,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,6.7289,0.2158,-3.6277,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,4.1769,-0.0121,-5.9518,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,1.4295,-0.2655,-8.4458,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NTWK,WAUE.NTWK_H,3.3305,-0.2426,-6.5677,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,4.4135,0.2445,-5.9718,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,4.4135,0.2445,-5.9718,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,1.4826,-1.1112,-7.5470,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,0.9750,-1.0382,-8.1276,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,4.2785,-0.2757,-5.5867,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,1.4826,-1.1112,-7.5470,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,5.4888,-0.0585,-4.5935,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,2.7304,-0.5769,-6.8335,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,1.3451,-0.3852,-8.4105,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,3.3383,-0.3569,-6.4456,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,2.0905,-1.2168,-6.8335,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,0.1594,-1.2428,-8.7386,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,0.6574,-1.2359,-8.2475,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,4.1958,-0.2757,-5.6693,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,0.2442,-1.0503,-8.8463,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,4.5267,-0.1316,-5.4826,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,2.1318,-0.8187,-7.1903,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,1.6819,-0.9552,-7.5037,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.VOLT.0152,V152_DDR,5.3746,0.6167,-5.3829,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE.VOLT.0172,V172_DDR,4.9568,0.3273,-5.5113,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_BEPM,WAUE_BEPM_LA,4.3496,0.0824,-5.8736,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,4.4705,-0.0296,-5.6408,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,3.5689,0.1207,-6.6927,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_EWA,WAUE_EWA_LA,1.1467,-0.8185,-8.1756,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,2.5855,-0.5228,-7.0325,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_HMMU,WAUE_HMMU_LA,2.4112,-0.0439,-7.6857,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,6.0836,-0.1216,-3.9356,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_MECB,WAUE_MECB_LA,2.9611,0.0106,-7.1903,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_MMPA,WAUE_MMPA_LA,5.5806,0.1872,-4.7475,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_MRES,WAUE_MRES_LA,3.2972,-0.2220,-6.6216,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,5.2739,0.4188,-5.2857,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,4.6184,0.0390,-5.5614,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,2.3765,-0.4817,-7.2826,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_OTP,WAUE_OTP_LA,6.0749,0.3887,-4.4547,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_OTPW,WAUE_OTPW_LA,9.3360,0.5506,-1.3554,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM,WAUE_UGPM_LA,4.0734,-0.1663,-5.9012,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,4.1795,-0.0037,-5.9576,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,3.4207,-0.1704,-6.5497,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,0.9877,-0.3978,-8.7553,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,1.1467,-0.8185,-8.1756,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,2.4112,-0.0439,-7.6857,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,2.5376,-0.4937,-7.1095,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,4.6184,0.0390,-5.5614,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,5.5806,0.1872,-4.7475,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,3.4630,-0.1744,-6.5034,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,2.2953,-0.5933,-7.2522,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,5.5781,0.4043,-4.9670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-20.7086,-1.1441,-29.7053,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-15.6135,-0.8932,-24.8612,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-4.2273,-0.8338,-13.5343,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,97.8176,0.3034,87.3734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,97.8176,0.3034,87.3734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-14.5201,-1.4067,-23.2542,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,89.5739,0.3590,79.0741,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,79.9558,0.3416,69.4734,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,11.7680,-0.6186,2.2458,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,11.7903,-0.5964,2.2458,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,3.9812,-0.5677,-5.5919,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-20.0332,-1.1888,-28.9852,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.0000,-0.9693,-39.1715,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-21.3327,-1.0566,-30.4169,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-15.9076,-0.8141,-25.2343,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_ENMC,WFEC_ENMC_LA,-4.3440,0.2248,-14.7096,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-22.4048,-0.7379,-31.8077,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,37.8050,0.2576,27.4065,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,-0.4082,0.2701,-10.8191,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-20.7086,-1.1441,-29.7053,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-20.7086,-1.1441,-29.7053,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-20.7086,-1.1441,-29.7053,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_OKGE,WFEC_OKGE_LA,4.5026,0.0660,-5.7041,10.1407\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,48.7879,0.3676,38.2794,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-18.1203,-1.4072,-26.8539,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-13.9761,-1.5227,-22.5942,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_WFEC,WFEC_LA,16.7151,-0.2099,6.7842,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,-0.4082,0.2701,-10.8191,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-7.6989,-0.6719,-17.1678,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-14.4948,-0.9225,-23.7131,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,2.6992,0.3511,-7.7927,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-4.5332,-0.5352,-14.1388,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-21.8966,-0.8599,-31.1775,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-21.8966,-0.8599,-31.1775,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-9.9570,-0.6483,-19.4495,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-9.9570,-0.6483,-19.4495,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-9.9570,-0.6483,-19.4495,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-4.5332,-0.5352,-14.1388,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,0.3724,-0.0471,-9.7213,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-8.8419,-0.5275,-18.4552,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-8.8419,-0.5275,-18.4552,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-8.8419,-0.5275,-18.4552,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-8.8419,-0.5275,-18.4552,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,0.3724,-0.0471,-9.7213,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-18.6636,-0.9674,-27.8370,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-28.7057,-0.3098,-38.5367,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.JEC.1,WRJEFFUN10_RA,-2.0059,-0.3852,-11.7616,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.JEC.2,WRJEFFUN11_RA,-2.0915,-0.3876,-11.8447,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.JEC.3,WRJEFFUN12_RA,-2.1409,-0.4370,-11.8447,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-23.3595,-0.7103,-32.7900,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-26.7412,-0.7365,-36.1455,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-26.7412,-0.7365,-36.1455,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.LEC.4,WRLECUN26_RA,1.7741,-0.0872,-8.2795,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.LEC.5,WRLECUN27_RA,1.5427,-0.0618,-8.5363,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-7.6627,-0.4698,-17.3337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-7.6627,-0.4698,-17.3337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-7.6627,-0.4698,-17.3337,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-7.6293,-0.4499,-17.3202,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-10.7602,-0.7535,-20.1475,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-7.3577,-0.6318,-16.8668,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-7.3577,-0.6318,-16.8668,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-8.3660,-0.8325,-17.6743,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-6.4325,-0.6584,-15.9150,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-1.2924,-0.5236,-10.9096,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-5.3462,-0.5977,-14.8893,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-26.7442,-0.7395,-36.1455,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,82.1559,0.3511,71.6640,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-8.9602,-1.2115,-17.8896,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-2.3428,-0.3861,-12.0975,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-3.7356,-0.7354,-13.1410,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,0.3724,-0.0471,-9.7213,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-4.5332,-0.5352,-14.1388,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-12.8853,-0.5424,-22.4837,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.THAYERLD,WR.THAYERLD_LA,11.7288,0.3131,1.2749,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-13.7177,-0.5414,-23.3171,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0106,V106_DDR,-13.0011,-0.5161,-22.6258,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0139,WR.VOLT.0139_H,5.2868,0.0302,-4.8843,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-5.8926,-0.4494,-15.5840,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0146,WR.VOLT.0146_H,2.1749,0.0011,-7.9670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0147,WR.VOLT.0147_H,2.1749,0.0011,-7.9670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0148,WR.VOLT.0148_H,1.1169,-0.0148,-9.0092,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-12.7204,-0.4455,-22.4157,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0157,V157_DDR,2.0632,-0.0106,-8.0670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0158,V158_DDR,2.1749,0.0011,-7.9670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0159,WR.VOLT.0159_H,2.1749,0.0011,-7.9670,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-13.4565,-0.5767,-23.0206,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0173,V173_DDR,-7.9007,-0.5410,-17.5005,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0174,V174_DDR,-13.2040,-0.5287,-22.8161,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0184,V184_DDR,-12.7728,-0.5875,-22.3261,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-13.0287,-0.5362,-22.6333,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0186,V186_DDR,-12.7914,-0.5689,-22.3633,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-12.8918,-0.5672,-22.4654,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-13.6465,-0.5206,-23.2667,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-7.1274,-0.3863,-16.8819,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-3.3685,-0.3351,-13.1742,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-2.6751,-0.3556,-12.4603,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-2.6751,-0.3556,-12.4603,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-3.3685,-0.3351,-13.1742,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0245,V245_DDR,-13.0269,-0.5368,-22.6309,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.VOLT.0248,V248_DDR,-13.0011,-0.5161,-22.6258,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-18.5002,-0.6610,-27.9800,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-0.1440,-0.1670,-10.1178,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.WOLF,WRWOLFUN15_RA,-3.8348,-0.7886,-13.1870,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-18.6636,-0.9674,-27.8370,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,2.6508,0.3027,-7.7927,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-17.5492,-0.7079,-26.9821,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-16.1607,-0.4455,-25.8560,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-5.8159,-0.4510,-15.5057,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-14.5602,-0.5404,-24.1606,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-14.5602,-0.5404,-24.1606,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-14.5602,-0.5404,-24.1606,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-14.5602,-0.5404,-24.1606,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-4.0641,-0.3186,-13.8864,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-29.7344,-0.5054,-39.3698,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-29.7344,-0.5054,-39.3698,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-32.8520,-0.5022,-42.4906,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-32.8520,-0.5022,-42.4906,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_MIDW,WR_MIDW_LA,-9.6008,-0.6714,-19.0703,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,16.7559,0.2318,6.3832,10.1409\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,13.4033,0.1014,3.1611,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-11.3729,-0.5891,-20.9246,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_SEG,WR_SEG_LA,1.4721,0.2244,-8.8931,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,WR_WR,WR_LA,-4.9538,-0.3469,-14.7477,10.1408\n03/19/2025 16:00:00,03/19/2025 21:00:00,YAD,VACS,23.5201,0.3312,13.0481,10.1408\n03/19/2025 17:00:00,03/19/2025 22:00:00,AEC,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_CSWS,CSWS_AECC_LA,33.2231,0.5673,21.1670,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,35.0825,0.4474,23.1463,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,31.9889,0.7609,19.7392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,35.2734,0.3416,23.4430,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,29.7080,0.4257,17.7935,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,32.5727,0.3576,20.7263,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,30.5872,0.2795,18.8189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AECI,AECI,26.2687,0.2080,14.5719,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AEPM_CSWS,CSWS_LA,31.8176,0.5368,19.7920,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ALTW,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,AMRN,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-21.8620,-0.4128,-32.9380,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BBA,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BCA,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BEPM.ER01.DDR,ER01_DDR,0.9812,-1.6501,-8.8575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BEPM_ER01,BEPM_ER01_LA,0.9812,-1.6501,-8.8575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-0.5289,-0.7777,-11.2399,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-1.2786,-0.5001,-12.2673,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BEPM_UM01,BEPM_UM01_LA,5.3759,0.1914,-6.3043,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BLKW,BLKW,-12.5421,-0.1204,-23.9105,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.0000,-1.0113,-40.4775,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.0000,-1.0113,-40.4775,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,6.6803,-0.9238,-3.8847,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9798,-0.9911,-40.4775,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BRAZ,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BUBA,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-15.4768,-1.0467,-25.9189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-7.4334,-0.4850,-18.4372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,1.8739,-0.3632,-9.2517,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,1.8739,-0.3632,-9.2517,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CLEC,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,34.3051,0.3267,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,COWP,COWP_LA,23.2818,0.3605,11.4325,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,23.2818,0.3605,11.4325,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,23.2818,0.3605,11.4325,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CPLE,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CPLW,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,23.7871,0.4560,11.8423,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,23.7871,0.4560,11.8423,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,23.7871,0.4560,11.8423,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,23.7871,0.4560,11.8423,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CRTH_SPA,WRCRTH_SPA_LA,34.8272,0.2027,23.1357,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,29.8888,1.2285,17.1716,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-5.9602,-0.5145,-16.9345,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,30.5872,0.2795,18.8189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,35.2734,0.3416,23.4430,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,29.8871,1.2202,17.1781,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,29.9510,0.8472,17.6150,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,29.8924,1.1026,17.3010,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,29.8924,1.1026,17.3010,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,34.7655,0.3734,22.9033,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,34.7655,0.3734,22.9033,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,34.6927,0.3006,22.9033,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,34.6927,0.3006,22.9033,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,30.5872,0.2795,18.8189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,33.8273,0.8122,21.5263,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,53.2037,0.0626,41.6523,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,53.1090,-0.0321,41.6523,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,38.2909,0.1870,26.6152,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.5510,0.2551,24.8071,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,36.5510,0.2551,24.8071,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,36.5497,0.2551,24.8058,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,36.5497,0.2551,24.8058,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-21.9324,-0.6250,-32.7962,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,-0.8480,-0.3456,-11.9912,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,43.9839,0.2735,32.2216,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-20.9801,-0.7442,-31.7247,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-20.9432,-0.7073,-31.7247,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-15.7032,-0.3824,-26.8096,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.GRID.CDL1,CDL1_DDR,41.1850,0.3328,29.3634,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-7.7143,-0.4622,-18.7409,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-5.5317,-0.7740,-16.2465,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,41.1850,0.3328,29.3634,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.CSI1,CSI1_DDR,38.3110,0.3824,26.4398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.CSI2,CSI2_DDR,38.3164,0.3878,26.4398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,34.3069,0.3285,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.GAZA,GAZA_DDR,41.1850,0.3328,29.3634,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,85.4000,0.6113,73.2999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.NUEN.T201,NT201_DDR,36.4094,0.2835,24.6371,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-10.0150,-0.7168,-20.7870,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-10.0150,-0.7168,-20.7870,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,30.5872,0.2795,18.8189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,30.6256,1.2695,17.8673,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-15.7032,-0.3824,-26.8096,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-15.7032,-0.3824,-26.8096,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-17.0300,-0.5974,-27.9214,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-20.9432,-0.7073,-31.7247,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,29.5403,0.7066,17.3450,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.5579,0.1720,21.8971,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.4181,0.0322,21.8971,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.4154,0.0295,21.8971,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,12.4596,0.1111,0.8597,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,12.4596,0.1111,0.8597,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,30.0360,0.8142,17.7330,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,36.7850,0.2962,25.0000,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,30.0334,0.8471,17.6975,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,30.9996,1.5221,17.9887,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,35.5778,0.4233,23.6658,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,38.3164,0.3878,26.4398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0057,OKMU_DDR,46.0119,0.3784,34.1447,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0060,LEHIGH_DDR,85.4000,0.6113,73.2999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0086,WARRENM_DDR,36.8618,0.3031,25.0699,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,30.8232,1.1419,18.1926,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,46.0623,0.2822,34.2913,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0121,V121_DDR,30.0360,0.8142,17.7330,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0122,V122_DDR,44.6830,0.2753,32.9189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0124,V124_DDR,61.8206,0.2046,50.1272,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0135,V135_DDR,37.4686,0.3192,25.6606,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0144,V144_DDR,-0.3449,-0.2958,-11.5379,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0145,V145_DDR,-0.1260,-0.3496,-11.2652,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,30.0683,0.8256,17.7540,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,30.9231,0.4586,18.9757,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0175,V175_DDR,34.3069,0.3285,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,30.9231,0.4586,18.9757,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,31.0059,0.5470,18.9701,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,37.4686,0.3192,25.6606,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,37.6231,0.3021,25.8322,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,37.0266,0.2755,25.2623,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,49.8639,0.1578,38.2173,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.4740,0.2484,24.7368,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,37.6231,0.3021,25.8322,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0211,V211_DDR,30.1095,1.0009,17.6198,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,46.7029,0.2877,34.9264,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0213,V213_DDR,37.3742,0.3031,25.5823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0215,V215_DDR,45.6019,0.2805,33.8326,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0217,V217_DDR,46.7507,0.2756,34.9863,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0218,V218_DDR,49.4896,0.1654,37.8354,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0228,V228_DDR,37.9140,0.2630,26.1622,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0232,V232_DDR,36.9921,0.3212,25.1821,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0233,V233_DDR,37.8176,0.3146,26.0142,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0240,V240_DDR,43.7098,0.2291,31.9919,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0244,V244_DDR,37.6231,0.3021,25.8322,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0246,MDT1_DDR,85.4000,0.6113,73.2999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0249,V249_DDR,37.3466,0.3166,25.5412,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0250,V250_DDR,-6.6262,-0.4959,-17.6191,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0251,V251_DDR,36.8975,0.2784,25.1303,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.VOLT.0252,V252_DDR,49.8639,0.1578,38.2173,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-24.0063,-0.6128,-34.8823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,4.3261,-0.7047,-6.4580,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-18.8798,-1.3119,-29.0567,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,29.9358,0.7754,17.6716,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-20.5516,-1.2402,-30.8002,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,-3.2000,-0.3866,-14.3022,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,-3.2000,-0.3866,-14.3022,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,-3.2000,-0.3866,-14.3022,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,-3.2000,-0.3866,-14.3022,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,-3.2000,-0.3866,-14.3022,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,30.5872,0.2795,18.8189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,29.1356,1.0757,16.5710,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,36.9739,0.3030,25.1821,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,36.9565,0.2856,25.1821,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,53.9500,0.4084,42.0528,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,53.9500,0.4084,42.0528,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWELSH1,CSWSWELSHUN1_RA,30.3731,0.5841,18.3003,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWELSH3,CSWSWELSHUN3_RA,30.3731,0.5841,18.3003,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWILKES1,CSWSWILKESUN1_RA,30.4381,0.8169,18.1324,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWILKES2,CSWSWILKESUN2_RA,30.4381,0.8169,18.1324,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,CSWWILKES3,CSWSWILKESUN3_RA,30.1883,0.7760,17.9235,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-20.9303,-0.6944,-31.7247,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DENL,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DERS,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DOE,DOE,19.5584,0.2669,7.8027,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,12.2478,-0.0233,0.7823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DPC,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,DUK,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDDY,EDDY,3.4300,0.4583,-8.5171,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,33.0803,0.1710,21.4205,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-4.0484,-0.1144,-15.4228,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,38.1876,0.0124,26.6864,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE.SLCC,EDESTL4391_PLT,34.4620,0.0871,22.8861,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,34.3741,0.1239,22.7614,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,21.7733,-0.1154,10.3999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_EC_01,EDELAR3821UN1_RA,33.0803,0.1710,21.4205,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_EC_02,EDELAR3821UN2_RA,33.0803,0.1710,21.4205,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_EC_03,EDELAR3821UN3_RA,33.0803,0.1710,21.4205,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_EC_04,EDELAR3821UN4_RA,33.0803,0.1710,21.4205,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_EDE,EDE_LA,32.6135,0.3435,20.7812,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_ERW,EDEERWFUNG1_RA,-7.8969,-0.5333,-18.8523,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-2.4778,-0.7143,-13.2523,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,29.5957,0.5857,17.5212,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,29.5957,0.5857,17.5212,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,29.5957,0.5857,17.5212,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,29.5957,0.5857,17.5212,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,17.9164,0.3922,6.0354,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_RIV_10,EDERIV1671UN10_RA,34.3774,0.0148,22.8738,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_RIV_11,EDERIV1671UN11_RA,34.3774,0.0148,22.8738,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_RIV_12,EDERIV453UN12_PLT,34.0488,-0.3138,22.8738,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_SL_01,EDESTL4391UN1_RA,34.4620,0.0871,22.8861,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EDE_SWMP,EDE_SWMP_LA,31.8093,0.4454,19.8751,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EEI,EEI,19.4976,0.2654,7.7434,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EES,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-4.2013,-0.6097,-15.0804,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ERCOTE,ERCOTE,30.3731,0.5841,18.3003,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,ERCOTN,ERCOTN,-9.9627,-0.6645,-20.7870,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,1.5312,-0.4661,-9.4915,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FMPP,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FPC,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FPL,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FREM_50T,OPPDFREM_GUN1_RA,1.6275,-0.3904,-9.4709,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FREM_6,OPPDFREM_AUN6_RA,1.6161,-0.3966,-9.4761,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FREM_7,OPPDFREM_AUN7_RA,1.6161,-0.3966,-9.4761,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FREM_8,OPPDFREM_AUN8_RA,1.5458,-0.4669,-9.4761,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FREM_LOAD,FREM_LOAD_LA,1.6049,-0.4078,-9.4761,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-9.1447,-0.4790,-20.1545,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,29.5394,0.7056,17.3450,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-18.8716,-1.4425,-28.9179,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-27.3281,-0.8860,-37.9309,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,34.3051,0.3267,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,34.3051,0.3267,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,34.3051,0.3267,22.4896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,38.2394,0.2309,26.5197,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,38.2394,0.2309,26.5197,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,38.3672,0.2277,26.6507,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,38.3672,0.2277,26.6507,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-18.2992,-0.7638,-29.0242,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,65.6596,0.0432,54.1276,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,65.6596,0.0432,54.1276,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,65.6596,0.0432,54.1276,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.VOLT.0130,V130_DDR,39.1763,0.3575,27.3300,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA.VOLT.0237,V237_DDR,39.3019,0.2807,27.5324,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDAHUB2,GRDAHUB2_H,24.1586,-0.0438,12.7136,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDAHUB3,GRDAHUB3_H,18.1370,-0.1401,6.7883,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA_GRDA,GRDA_LA,40.4520,0.2748,28.6884,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA_HUB,GRDA_H,31.2583,0.0805,19.6890,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRDA_HUBSA,GRDASA_H,31.0176,0.0669,19.4619,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GRE,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-13.7135,0.0151,-25.2174,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GSEC_SPS,SPS_GSEC_LA,-16.5199,-0.3509,-27.6578,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GSPR2014HUB,GSPR2014HUB_H,-9.0997,-0.3811,-20.2074,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GSPR2015HUB,GSPR2015HUB_H,-8.3979,-0.3919,-19.4948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-17.9768,-0.9592,-28.5064,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,HARRISON,CSWSLEBROCKPLT1,29.8062,0.6281,17.6893,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,HAST_TNSK_HUB,HAST_TNSK_H,1.6817,-0.7092,-9.0979,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,HQST,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,HST,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,39.9426,0.1898,28.2640,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,39.9426,0.1898,28.2640,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,39.6448,0.1901,27.9659,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,39.6448,0.1901,27.9659,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,40.2059,0.1901,28.5270,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,40.2059,0.1901,28.5270,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDN_INDN,INDN_LA,39.8878,0.1987,28.2003,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ISNE,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,JEA,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,1.9664,-0.2980,-9.2244,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,1.9664,-0.2980,-9.2244,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,3.9709,-0.0577,-7.4602,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYCT4,KACYNEARMANUNCT4_RA,27.5800,0.1188,15.9724,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,63.0757,0.0704,51.5165,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,27.5800,0.1188,15.9724,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,27.8963,0.1319,16.2756,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,27.8111,0.1305,16.1918,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KACY_KACY,KACY_LA,27.9700,0.1284,16.3528,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,39.9470,0.0575,28.4007,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,29.1526,0.4314,17.2324,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.9500,-0.4253,-25.0135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-33.7800,-0.7525,-44.5163,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0222,V222_DDR,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0223,V223_DDR,15.0440,-0.0283,3.5835,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0241,V241_DDR,24.5000,0.3703,12.6409,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0243,V243_DDR,22.4761,0.2246,10.7627,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0247,V247_DDR,21.9690,0.0678,10.4124,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.VOLT.0253,V253_DDR,40.2580,0.0613,28.7079,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,0.4157,-0.8013,-10.2718,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,12.0949,-0.1539,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,12.0949,-0.1539,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,12.0949,-0.1539,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,12.0949,-0.1539,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,40.3078,0.0553,28.7637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,40.3078,0.0553,28.7637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB,KCPLHUB_H,7.1223,-0.4324,-3.9341,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB17,KCPLHUB17_H,5.8249,-0.4874,-5.1765,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB18,KCPLHUB18_H,4.7730,-0.4882,-6.2275,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB19,KCPLHUB19_H,4.7403,-0.4642,-6.2843,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB20,KCPLHUB20_H,3.8398,-0.5054,-7.1436,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB21,KCPLHUB21_H,3.2460,-0.4961,-7.7467,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB22,KCPLHUB22_H,4.2303,-0.4909,-6.7675,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB23,KCPLHUB23_H,4.0382,-0.5042,-6.9464,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLHUB24,KCPLHUB24_H,2.9501,-0.5202,-8.0186,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,1.0801,-0.0714,-10.3373,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,1.0801,-0.0714,-10.3373,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,9.3300,-0.3304,-1.8284,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,9.3300,-0.3304,-1.8284,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,39.9476,0.0581,28.4007,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,39.9470,0.0575,28.4007,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,34.8189,0.0915,23.2386,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,5.4293,-0.1532,-5.9063,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,23.8015,0.0622,12.2505,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KCPL_KCPL,KCPL_LA,25.7977,0.0478,14.2611,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KENN,KENN_LA,18.7892,0.3760,6.9244,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KEP2_SECI,KEP2_SECI_LA,-17.1989,-0.7856,-27.9021,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KERR_1,GRDAKERR_HYDUN1_RA,38.9370,0.2665,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KERR_2,GRDAKERR_HYDUN2_RA,38.8235,0.2727,27.0620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KERR_3,GRDAKERR_HYDUN3_RA,38.8235,0.2727,27.0620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KERR_4,GRDAKERR_HYDUN4_RA,38.9370,0.2665,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,12.0948,-0.1540,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,12.0948,-0.1540,0.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,13.3476,-0.0865,1.9453,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,13.3476,-0.0865,1.9453,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,10.0698,-0.1439,-1.2751,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,8.2794,-0.1244,-3.0850,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,8.2794,-0.1244,-3.0850,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-14.8757,-0.8997,-25.4648,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-14.8757,-0.8997,-25.4648,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-14.8757,-0.8997,-25.4648,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-8.1394,-0.6579,-18.9703,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-8.1394,-0.6579,-18.9703,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-15.2878,-0.9202,-25.8565,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-9.5863,-0.6730,-20.4022,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-1.6300,-0.4162,-12.7026,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,55.9820,0.0519,44.4413,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,55.9820,0.0519,44.4413,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,1.6777,-0.3387,-9.4724,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,1.6777,-0.3387,-9.4724,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,1.6777,-0.3387,-9.4724,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-11.1002,-0.8657,-21.7233,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-5.9360,-1.0054,-16.4194,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,5.6616,-0.3997,-5.4275,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,5.1293,-0.0142,-6.3453,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LAFA,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LAM345,LAM345,-15.4768,-1.0467,-25.9189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LEPA,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,3.2326,-0.3975,-7.8587,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_LES,LES_LA,3.1309,-0.4044,-7.9535,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,3.0321,-0.4111,-8.0456,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,3.0666,-0.4409,-7.9813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,3.0666,-0.4409,-7.9813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,3.0666,-0.4409,-7.9813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,3.0324,-0.4108,-8.0456,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,3.0321,-0.4111,-8.0456,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_WAVERLY,LES_WAVERLY_H,2.8924,-0.4247,-8.1717,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,2.1833,-0.3801,-8.9254,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,2.1833,-0.3801,-8.9254,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,LGEE,LGEE,17.4203,0.1805,5.7510,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MALDEN,MALDEN_LA,18.7724,0.3606,6.9230,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MCWEST,MCWEST,4.9060,-0.2415,-6.3413,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MDU,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-0.6200,-0.6347,-11.4740,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,1.7820,-0.1695,-9.5373,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,2.5980,0.1753,-9.0661,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MEAN_NPPD,NPPD_MEAN_LA,-0.4303,-0.8317,-11.0873,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,MEC,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MHEB,MHEB,5.9639,-0.1070,-5.4180,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-8.8034,-0.8901,-19.4021,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-11.3030,-1.0515,-21.7403,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-8.8034,-0.8901,-19.4021,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-8.8034,-0.8901,-19.4021,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-11.3030,-1.0515,-21.7403,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MISO,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-16.2335,-0.7267,-26.9956,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-16.2335,-0.7267,-26.9956,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-1.1710,-0.5375,-12.1223,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-17.1346,-1.0316,-27.5918,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-10.4807,-0.8558,-21.1137,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-17.7866,-0.9083,-28.3671,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-15.6786,-0.7576,-26.4098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-17.9198,-0.8526,-28.5560,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-15.1000,-0.6994,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-15.1000,-0.6994,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-15.1000,-0.6994,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-15.1000,-0.6994,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-15.1000,-0.6994,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,14.0269,-0.0117,2.5498,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,18.5440,0.2371,6.8181,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,18.5440,0.2371,6.8181,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,15.9866,0.1318,4.3660,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,22.2600,0.4151,10.3561,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MOWR,AECI,26.2687,0.2080,14.5719,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,18.7290,0.1272,7.1131,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,19.0397,0.2471,7.3038,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.0330,-0.6360,-15.8858,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-10.0000,-0.3567,-21.1321,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-26.5267,-0.8424,-37.1731,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-4.9954,-0.5984,-15.8858,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,12.2528,-0.0183,0.7823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,12.2528,-0.0183,0.7823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,12.2530,-0.0181,0.7823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,12.2530,-0.0181,0.7823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,0.0883,-0.0870,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,0.1249,-0.0504,-11.3135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,23.3170,0.3607,11.4675,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,15.9357,-0.0185,4.4654,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,12.4933,-0.0542,1.0587,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,12.4933,-0.0542,1.0587,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,12.4933,-0.0542,1.0587,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,27.3462,0.0487,15.8087,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,27.3462,0.0487,15.8087,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MPS_MPS,MPS_LA,20.0236,0.0894,8.4454,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MSTNG,SPSMSTNGPLT1,3.8347,0.5294,-8.1835,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MSTNG4,SPSMSTNGUN4_RA,3.7999,0.4947,-8.1835,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,MSTNG5,SPSMSTNGUN5_RA,3.8347,0.5294,-8.1835,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,3.8347,0.5294,-8.1835,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NBSO,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,0.1214,-0.6565,-10.7109,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,0.1208,-0.6570,-10.7109,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-18.7601,-1.2279,-29.0210,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NHC1,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,1.9253,-0.3317,-9.2318,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,1.9253,-0.3317,-9.2318,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,1.9253,-0.3317,-9.2318,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-2.1376,-1.0633,-12.5631,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,0.9789,-0.9919,-9.5180,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,1.9221,-0.6580,-8.9087,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-4.2347,-0.5713,-15.1522,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,0.9789,-0.9919,-9.5180,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-0.6387,-0.8171,-11.3104,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-0.5539,-0.8080,-11.2347,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-0.5586,-0.8068,-11.2406,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-0.4775,-0.7934,-11.1729,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-6.1865,-0.6139,-17.0614,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-1.2511,-0.9451,-11.7948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-1.2511,-0.9451,-11.7948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-5.3076,-0.8287,-15.9677,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-6.1865,-0.6139,-17.0614,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,6.4892,-1.1529,-3.8467,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,0.1238,-1.1678,-10.1972,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-4.1370,-0.8479,-14.7779,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,0.1238,-1.1678,-10.1972,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,1.1330,-1.0697,-9.2861,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-0.3784,-1.0846,-10.7826,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,2.7251,-0.3412,-8.4225,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,0.9789,-0.9919,-9.5180,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-3.6903,-0.8882,-14.2909,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-1.2511,-0.9451,-11.7948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-1.2511,-0.9451,-11.7948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-0.4462,-0.7414,-11.1936,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-0.5171,-0.7531,-11.2528,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-0.5171,-0.7531,-11.2528,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,0.3371,-0.5147,-10.6370,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-16.5200,-0.3359,-27.6729,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,1.2499,-0.8225,-9.4164,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-2.0407,-0.9249,-12.6046,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-16.2911,-0.2748,-27.5051,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-19.3000,-0.2937,-30.4951,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.NELI.DDR,NELI_DDR,-4.9493,-0.7153,-15.7228,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.NPPM.1058,SH1058_DDR,14.6531,-0.3933,3.5576,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,0.4657,-0.5880,-10.4351,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,0.9789,-0.9919,-9.5180,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,1.9221,-0.6580,-8.9087,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-6.1865,-0.6139,-17.0614,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.TECH.1,KEARNE_DDR,0.7730,-0.4863,-10.2295,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,1.6592,-1.2676,-8.5620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,1.6592,-1.2676,-8.5620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-6.0932,-0.6782,-16.9038,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD.VOLT.0236,V236_DDR,2.4159,-0.3233,-8.7496,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD2017HUB,NPPD2017HUB_H,-0.6200,-0.8139,-11.2948,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,12.4900,-0.6476,1.6488,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-2.1376,-1.0633,-12.5631,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,0.1100,-1.3388,-10.0400,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,0.1100,-1.3388,-10.0400,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,2.4578,-0.3505,-8.6805,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,2.4248,-0.3144,-8.7496,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-8.3144,-0.5747,-19.2285,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-0.3457,-0.7586,-11.0759,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,14.4271,-0.6193,3.5576,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,14.4271,-0.6193,3.5576,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,14.4271,-0.6193,3.5576,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,1.6835,-0.7083,-9.0970,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,0.8675,-0.6099,-10.0114,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,1.6433,-0.5956,-9.2499,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-3.6955,-1.2703,-13.9140,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-3.6346,-1.2094,-13.9140,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-2.0214,-0.9856,-12.5246,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-2.2392,-0.9882,-12.7398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,2.5361,-0.6895,-8.2631,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,2.5257,-0.7000,-8.2631,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,2.5257,-0.7000,-8.2631,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,2.4731,-0.6747,-8.3410,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,6.4892,-1.1529,-3.8467,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,2.4063,-0.6781,-8.4044,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,2.6237,-0.5023,-8.3628,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,1.7035,-0.6863,-9.0990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,1.6966,-0.6924,-9.0998,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,1.7024,-0.6866,-9.0998,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,1.7024,-0.6866,-9.0998,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,1.6835,-0.7083,-9.0970,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,1.6636,-0.7282,-9.0970,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-0.8766,-0.7710,-11.5944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,2.0353,-0.4882,-8.9653,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-2.0808,-0.9583,-12.6113,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-0.6179,-1.1568,-10.9499,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-4.4652,-0.8884,-15.0656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,14.8142,-0.2322,3.5576,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-4.9493,-0.7153,-15.7228,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-1.8213,-0.9671,-12.3430,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-1.8213,-0.9671,-12.3430,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_NPPD,NPPD_LA,3.7291,-0.6031,-7.1566,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,2.6237,-0.5023,-8.3628,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,2.6237,-0.5023,-8.3628,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,1.5758,-0.4813,-9.4317,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-1.0207,-0.8643,-11.6452,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NSB,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NSP,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,NSSO,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,NYIS,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-19.8664,-1.1678,-30.1874,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-20.2373,-0.8177,-30.9084,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-24.2254,-0.7495,-34.9647,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-24.2254,-0.7495,-34.9647,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-19.0858,-1.3236,-29.2510,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-27.3281,-0.8860,-37.9309,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-74.9524,-0.4362,-86.0050,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-37.0527,-0.8048,-47.7367,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-20.3178,-0.7640,-31.0426,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-19.0161,-0.8412,-29.6637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-5.0644,-0.2635,-16.2897,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-20.3178,-0.7640,-31.0426,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-19.3253,-1.2945,-29.5196,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-20.1560,-1.1390,-30.5058,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-5.1029,0.0679,-16.6596,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-19.0161,-0.8412,-29.6637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-20.2880,-0.7495,-31.0273,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-14.0000,-0.7667,-24.7221,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-17.3536,-0.6167,-28.2257,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-35.3648,0.0354,-46.8890,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-19.0161,-0.8412,-29.6637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-16.1925,-0.6044,-27.0769,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NUEN.LAM1,LAM1_DDR,35.5315,0.8892,23.1535,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-5.0644,-0.2635,-16.2897,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-5.0644,-0.2635,-16.2897,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-16.4094,-0.5954,-27.3028,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-7.1532,-0.3018,-18.3402,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-7.1532,-0.3018,-18.3402,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-7.1532,-0.3018,-18.3402,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-2.1314,-0.2527,-13.3675,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-2.1314,-0.2527,-13.3675,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-7.1532,-0.3018,-18.3402,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-7.1532,-0.3018,-18.3402,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-19.0161,-0.8412,-29.6637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,22.9547,0.4882,10.9777,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-19.3253,-1.2945,-29.5196,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-26.8385,-0.0947,-38.2326,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-20.2880,-0.7495,-31.0273,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,30.6789,0.5560,18.6341,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-21.1176,-0.5971,-32.0093,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-21.1176,-0.5971,-32.0093,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-21.1176,-0.5971,-32.0093,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-21.1176,-0.5971,-32.0093,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-23.6474,-1.1617,-33.9745,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-23.2161,-0.7475,-33.9574,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-20.2373,-0.8177,-30.9084,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-25.4542,-0.7058,-36.2372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-25.4542,-0.7058,-36.2372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-28.2776,-0.0225,-39.7439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-18.9497,-0.6794,-29.7591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-18.9497,-0.6794,-29.7591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-18.9497,-0.6794,-29.7591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0033,FOSTER_DDR,3.1860,-0.2176,-8.0852,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,20.7750,0.2570,9.0292,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0035,TARBY_DDR,35.5234,0.7272,23.3074,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,20.7750,0.2570,9.0292,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,19.0071,0.1431,7.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,19.0071,0.1431,7.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-30.3497,-0.0335,-41.8050,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0040,TROSPER_DDR,6.1560,-0.2024,-5.1304,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,6.1573,-0.2035,-5.1280,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,32.3303,0.6643,20.1772,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0115,V115_DDR,-4.1945,-0.2575,-15.4258,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0116,V116_DDR,0.1579,0.0738,-11.4047,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0118,V118_DDR,-0.2019,0.0679,-11.7586,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0125,V125_DDR,33.0621,0.7582,20.8151,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0126,V126_DDR,34.6397,0.4280,22.7229,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0129,V129_DDR,-7.7137,-0.4616,-18.7409,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,28.0300,-0.2687,16.8099,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0134,V134_DDR,35.5783,0.5138,23.5757,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0138,V138_DDR,33.8459,0.3763,21.9808,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,22.3637,-0.2130,11.0879,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0143,V143_DDR,25.7338,0.2166,14.0284,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0149,V149_DDR,-15.3535,-0.5477,-26.2946,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0150,V150_DDR,-15.3837,-0.5906,-26.2819,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0155,V155_DDR,33.1149,0.3195,21.3066,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0156,V156_DDR,28.0300,-0.2687,16.8099,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0166,V166_DDR,34.7672,0.7412,22.5372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,21.6939,-0.2174,10.4225,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-15.3837,-0.5906,-26.2819,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0170,V170_DDR,-16.5353,-0.5955,-27.4286,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-23.2458,-0.5183,-34.2163,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0176,V176_DDR,-15.3837,-0.5906,-26.2819,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0177,V177_DDR,-22.1095,-1.0859,-32.5124,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,15.6541,-0.2166,4.3819,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-14.2210,-0.6577,-25.0521,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0195,V195_DDR,143.9400,0.8302,131.6210,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0197,V197_DDR,33.7374,0.5067,21.7419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0198,V198_DDR,34.7672,0.7412,22.5372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0208,V208_DDR,144.1569,0.8474,131.8207,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0209,V209_DDR,144.1569,0.8474,131.8207,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.4770,0.4005,22.5877,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0216,V216_DDR,6.1570,-0.2043,-5.1275,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0219,V219_DDR,33.1149,0.3195,21.3066,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0220,V220_DDR,-15.3837,-0.5906,-26.2819,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0224,V224_DDR,-4.8269,-0.2730,-16.0427,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0225,V225_DDR,-4.8263,-0.2724,-16.0427,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0226,V226_DDR,-4.8269,-0.2730,-16.0427,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0227,V227_DDR,-4.8269,-0.2730,-16.0427,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0229,V229_DDR,-28.0879,0.0241,-39.6008,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0231,V231_DDR,-4.0200,0.1756,-15.6844,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0238,V238_DDR,-24.7354,-0.8833,-35.3409,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.VOLT.0242,V242_DDR,33.4255,0.3473,21.5894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-20.6896,-1.4395,-30.7389,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-21.4177,-0.7810,-32.1255,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-20.1457,-1.1287,-30.5058,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-20.6896,-1.4395,-30.7389,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-20.2454,-1.1962,-30.5380,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-41.2319,-0.7604,-51.9603,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEHL7,OKGEHL7_H,14.4717,-0.1945,3.1774,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEHL8,OKGEHSL1UN8_RA,14.4717,-0.1945,3.1774,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEHL910,OKGEHSL1PLT2,14.4717,-0.1945,3.1774,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-20.1597,-1.1703,-30.4782,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEMCC,OKGEMCCLAIPLT1,-6.8251,-0.3784,-17.9355,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,29.8840,0.2567,18.1385,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,29.8840,0.2567,18.1385,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,29.8840,0.2567,18.1385,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,10.4915,-0.3609,-0.6364,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,10.4915,-0.3609,-0.6364,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,10.4915,-0.3609,-0.6364,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,10.4915,-0.3609,-0.6364,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESM1,OKGESEMINOLEUN1_RA,-0.3472,-0.1211,-11.7149,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESM2,OKGESEMINOLEUN2_RA,2.5090,-0.1497,-8.8301,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESM3,OKGESEMINOLEUN3_RA,2.5090,-0.1497,-8.8301,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESO1,OKGESONR1UN1_RA,-43.9000,-0.6288,-54.7600,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESO2,OKGESONR1UN2_RA,-25.4542,-0.7058,-36.2372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-20.1597,-1.1703,-30.4782,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-19.5433,-1.4190,-29.6131,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGETINK5A,OKGETINK5UN1_RA,4.4629,-0.2239,-6.8020,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGETINK5B,OKGETINK5UN2_RA,4.4629,-0.2239,-6.8020,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-19.6725,-0.9957,-30.1656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-20.2373,-0.8177,-30.9084,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,31.6347,0.8481,19.2978,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-17.1004,-0.5794,-28.0098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_OKGE,OKGE_LA,8.5177,-0.0638,-2.9073,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-26.8385,-0.0947,-38.2326,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-19.7063,-1.0295,-30.1656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMLP,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,40.7016,0.1970,29.0158,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,31.9392,0.8085,19.6419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-2.0524,-0.2579,-13.2833,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-74.8552,-0.3390,-86.0050,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-15.6677,-0.7531,-26.4034,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-20.3178,-0.7640,-31.0426,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-20.4502,-1.0921,-30.8469,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-12.0052,-1.1403,-22.3537,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,147.6364,0.1740,135.9736,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-74.8867,-0.3705,-86.0050,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-74.8867,-0.3705,-86.0050,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_SPP,OMPA_SPP_LA,-6.6046,-0.4092,-17.6842,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-20.6896,-1.4395,-30.7389,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,35.1811,0.1933,23.4990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,35.1811,0.1933,23.4990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,35.1811,0.1933,23.4990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,35.1811,0.1933,23.4990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,ONT,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,1.8063,-0.3417,-9.3408,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,1.9280,-0.3191,-9.2417,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,1.9253,-0.3317,-9.2318,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,2.0239,-0.3362,-9.1287,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,1.9863,-0.3137,-9.1888,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,1.9863,-0.3137,-9.1888,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_GLDN,OPPD_GLDN_LA,1.8991,-0.3374,-9.2523,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,1.8667,-0.3302,-9.2919,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,6.4892,-1.1529,-3.8467,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,1.5597,-0.4556,-9.4735,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,1.9254,-0.3312,-9.2322,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_OPPD,OPPD_LA,1.9457,-0.3122,-9.2308,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,1.9827,-0.2994,-9.2067,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,1.9851,-0.3036,-9.2001,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OTP,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,OVEC,OVEC,16.6085,0.1495,4.9701,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,PARAGOULD,PARAGOULD_LA,18.8398,0.4008,6.9502,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,38.8476,0.1836,27.1752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,38.8476,0.1836,27.1752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,38.8476,0.1836,27.1752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,38.5351,0.2249,26.8214,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,38.5351,0.2249,26.8214,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,38.5351,0.2249,26.8214,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PIGGOTT,PIGGOTT_LA,18.7830,0.3705,6.9237,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PJM,PJM,15.3036,0.0976,3.7171,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,PLUM,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,POPLARBLUFF,POPLARBLUFF_LA,19.4901,0.3304,7.6709,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,4.7486,-0.3838,-6.3564,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,4.7486,-0.3838,-6.3564,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,4.7881,-0.3751,-6.3256,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,4.7881,-0.3751,-6.3256,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,5.6280,0.4503,-6.3111,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,5.6280,0.4503,-6.3111,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,4.8999,-0.2510,-6.3379,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,4.2415,-0.7409,-6.5064,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-7.4334,-0.4850,-18.4372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,77.8918,0.2015,66.2015,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,2.0193,0.0136,-9.4831,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-0.3763,0.0479,-11.9130,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,53.3844,0.4365,41.4591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,34.9395,0.4467,23.0040,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,4.4830,-0.3599,-6.6459,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,5.0223,-0.1539,-6.3126,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,2.9295,-0.5806,-7.9787,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,13.8047,0.7286,1.5874,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,5.6823,-0.0284,-5.7780,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,3.9315,-0.2567,-7.3006,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,PUPP,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,RCEAST,RCEAST,1.7554,-1.2042,-8.5292,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_1,GRDASALINA1UN1_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_2,GRDASALINA1UN2_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_3,GRDASALINA1UN3_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_4,GRDASALINA1UN4_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_5,GRDASALINA1UN5_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SALINA_6,GRDASALINA1UN6_RA,38.9381,0.2676,27.1817,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SARPY_1,OPPDSARPYUN1_RA,1.9497,-0.3201,-9.2190,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SARPY_2,OPPDSARPYUN2_RA,1.9830,-0.2991,-9.2067,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SARPY_3,OPPDSARPYUN3_RA,1.9474,-0.3454,-9.1960,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SARPY_4,OPPDSARPYUN4_RA,1.9474,-0.3454,-9.1960,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SARPY_5,OPPDSARPYUN5_RA,1.9474,-0.3454,-9.1960,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SC,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SCEG,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SCSE,SCSE,-1.6809,-0.9106,-12.2591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SEC,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-20.0000,-1.1136,-30.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-20.0000,-1.1136,-30.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-20.0000,-1.1136,-30.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-14.8128,-0.6580,-25.6436,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-20.0000,-1.1136,-30.3752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-16.6686,-1.1005,-27.0569,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-16.2858,-1.1215,-26.6531,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-16.2858,-1.1215,-26.6531,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-15.1014,-0.7008,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-22.5736,-0.9819,-33.0805,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-8.1826,-0.7011,-18.9703,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-15.4722,-0.7369,-26.2241,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-10.0460,-0.9997,-20.5351,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-19.1922,-1.1180,-29.5630,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-10.0125,-0.9847,-20.5166,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-25.0000,-1.2020,-35.2868,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-16.8256,-0.7227,-27.5917,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-14.9990,-0.9526,-25.5352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-14.9990,-0.9526,-25.5352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-14.9990,-0.9526,-25.5352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-14.9990,-0.9526,-25.5352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-15.2495,-1.0077,-25.7305,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-16.6686,-1.1005,-27.0569,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI_SECI,SECI_LA,-14.3832,-0.7893,-25.0827,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-15.1014,-0.7008,-25.8894,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SEHA,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-19.7063,-1.0295,-30.1656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SERU,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SETH,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SGE,SGE,-0.9902,-0.8844,-11.5946,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SMEP,MISO,14.9987,0.1185,3.3914,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SOCO,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPA,SPA,30.1120,0.4718,18.1514,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPC,SPC,5.4066,0.1568,-6.2390,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPPNORTH_HUB,SPPNORTH_H,2.7438,-0.4373,-8.3077,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-3.6053,-0.5062,-14.5879,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,28.8100,0.4401,16.8812,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,28.8100,0.4401,16.8812,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,28.2333,0.4130,16.3315,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,28.2333,0.4130,16.3315,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_NIXA,SPRM_NIXA_LA,29.0339,0.4511,17.0939,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_SPRM,SPRM_LA,28.8918,0.4771,16.9259,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,29.0061,0.3775,17.1398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,29.0061,0.3775,17.1398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,28.9773,0.3487,17.1398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,29.0061,0.3775,17.1398,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-11.0756,-0.1470,-22.4174,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-16.6446,-0.4019,-27.7315,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-18.4774,-0.9506,-29.0156,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-18.4774,-0.9506,-29.0156,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-23.2547,-0.8925,-33.8510,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,-5.9624,-0.3917,-17.0595,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-13.9184,-1.2274,-24.1798,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,0.8232,-0.3010,-10.3646,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-24.6219,-0.3642,-35.7465,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,5.9723,0.4889,-6.0054,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,6.0206,0.4842,-5.9524,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,6.0206,0.4842,-5.9524,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,5.9723,0.4889,-6.0054,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-18.4456,-0.9201,-29.0143,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-16.6446,-0.4019,-27.7315,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-18.3219,-0.8641,-28.9466,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-18.7686,-1.3208,-28.9366,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-18.2396,-0.8005,-28.9279,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-18.0676,-0.6191,-28.9373,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-18.3156,-0.8635,-28.9409,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-18.7411,-1.3355,-28.8944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-18.7411,-1.3355,-28.8944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-18.7411,-1.3355,-28.8944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-18.7411,-1.3355,-28.8944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GRID.WRAB,WRAB_DDR,-18.1757,-0.6253,-29.0392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-18.7411,-1.3355,-28.8944,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-21.8620,-0.4128,-32.9380,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-21.8620,-0.4128,-32.9380,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-21.6809,-0.3763,-32.7934,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-21.6809,-0.3763,-32.7934,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-21.6809,-0.3763,-32.7934,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-21.8620,-0.4128,-32.9380,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-18.4857,-0.9205,-29.0540,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-18.4859,-0.9205,-29.0542,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-18.4850,-0.9205,-29.0533,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-18.7601,-1.2279,-29.0210,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,6.0810,0.4618,-5.8695,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-24.5072,-0.3701,-35.6259,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-24.5072,-0.3701,-35.6259,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-24.5072,-0.3701,-35.6259,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-24.5072,-0.3701,-35.6259,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,5.3750,0.5885,-6.7023,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,5.9758,0.4709,-5.9839,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,5.9758,0.4709,-5.9839,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-19.6532,-0.9764,-30.1656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-18.4675,-0.9097,-29.0466,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-18.4675,-0.9097,-29.0466,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-18.4944,-0.9162,-29.0670,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-18.1757,-0.6253,-29.0392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-18.5832,-1.1494,-28.9226,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-18.4640,-0.9498,-29.0030,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-19.0858,-1.3236,-29.2510,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-18.3052,-0.7474,-29.0466,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-15.4189,-0.2873,-26.6204,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-15.4189,-0.2873,-26.6204,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-14.7329,-0.2914,-25.9303,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-23.6041,-0.7088,-34.3841,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-18.6494,-1.2266,-28.9115,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-13.7376,-1.0466,-24.1798,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-23.5859,-0.6906,-34.3841,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-18.4253,-0.8998,-29.0143,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-9.9383,-0.2350,-21.1921,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,1.1821,0.0579,-10.3646,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-9.9383,-0.2350,-21.1921,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-9.2910,-0.0464,-20.7334,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-18.4074,-0.9918,-28.9044,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,5.8953,0.9918,-6.5853,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,5.9094,1.0059,-6.5853,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,5.8583,0.7583,-6.3888,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,5.9903,0.4787,-5.9772,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,4.6271,0.7408,-7.6025,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-15.4768,-1.0467,-25.9189,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-18.2265,-0.6753,-29.0400,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-13.5836,-0.2518,-24.8206,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-13.5836,-0.2518,-24.8206,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-9.9383,-0.2350,-21.1921,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-24.9320,-0.3048,-36.1160,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,11.5977,0.8100,-0.7011,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-12.5044,0.2658,-24.2590,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-12.4489,-0.0245,-23.9132,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-19.0358,-0.4356,-30.0890,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,5.8953,0.9918,-6.5853,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,5.4607,1.1969,-7.2250,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,5.2973,1.0335,-7.2250,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-23.4826,-0.5873,-34.3841,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-12.6824,0.0151,-24.1863,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-18.5996,-1.1718,-28.9165,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-18.6191,-1.1911,-28.9167,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0163,V163_DDR,-18.1799,-0.7538,-28.9149,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0168,V168_DDR,-20.0878,-0.5870,-30.9896,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0180,V180_DDR,5.4607,1.1969,-7.2250,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0181,V181_DDR,-18.4759,-1.0511,-28.9136,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0182,V182_DDR,4.8594,0.8792,-7.5086,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0199,V199_DDR,7.2315,0.7362,-4.9935,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0200,V200_DDR,5.9793,0.7504,-6.2599,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.VOLT.0235,V235_DDR,-18.5832,-1.1494,-28.9226,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-13.9184,-1.2274,-24.1798,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,0.8232,-0.3010,-10.3646,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-18.0434,-1.0258,-28.5064,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-18.3376,-0.8427,-28.9837,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS_SPS,SPS_LA,-3.0162,0.2937,-14.7987,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,1.8766,0.1060,-9.7182,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SSCN_NPPD,SSCN_NPPD_LA,-3.8962,-0.5197,-14.8653,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,18.7808,0.3130,6.9790,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,18.7808,0.3130,6.9790,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,TAL,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,TEC,SOUC,22.4221,0.3941,10.5392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-0.6179,-1.1568,-10.9499,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,TVA,TVA,21.8524,0.3437,10.0199,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB,UCUHUB_H,-1.0931,-0.2990,-12.2828,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB17,UCUHUB17_H,-9.2702,-0.5810,-20.1779,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB18,UCUHUB18_H,-6.0890,-0.4900,-17.0879,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB19,UCUHUB19_H,-9.9759,-0.5196,-20.9451,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB20,UCUHUB20_H,-9.4682,-0.4978,-20.4593,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB21,UCUHUB21_H,-10.6723,-0.5754,-21.5857,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB22,UCUHUB22_H,-11.0398,-0.6055,-21.9231,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB23,UCUHUB23_H,-11.5093,-0.6100,-22.3880,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,UCUHUB24,UCUHUB24_H,-8.6231,-0.5268,-19.5851,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,5.4733,0.2420,-6.2575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,5.4733,0.2420,-6.2575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,4.5330,-0.4762,-6.4796,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,4.5330,-0.4762,-6.4796,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,5.1096,-0.4921,-5.8871,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,4.7676,-0.4209,-6.3003,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,4.7676,-0.4209,-6.3003,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,5.4733,0.2420,-6.2575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,5.1770,-0.4746,-5.8372,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,5.4224,-0.0654,-6.0010,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,3.4795,-0.3344,-7.6749,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,1.6642,-1.3957,-8.4289,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,5.3641,0.1776,-6.3023,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,5.3641,0.1776,-6.3023,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,3.2773,-1.3040,-6.9075,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,3.8884,-0.5441,-7.0563,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,4.6216,-0.6041,-6.2631,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,2.7281,-0.5805,-8.1801,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,3.4361,-0.3438,-7.7089,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,3.7012,-0.5884,-7.1992,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,3.8607,-0.7206,-6.9075,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,3.8607,-0.7206,-6.9075,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,4.1207,-0.5108,-6.8572,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,1.7159,-1.5019,-8.2710,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,3.9933,0.1701,-7.6656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,4.9877,-0.1712,-6.3299,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,4.9877,-0.1712,-6.3299,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,4.9877,-0.1712,-6.3299,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,5.0961,-0.0575,-6.3352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,5.0961,-0.0575,-6.3352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,5.0961,-0.0575,-6.3352,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,5.6314,0.3728,-6.2302,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,4.8872,-0.4623,-6.1392,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,4.8872,-0.4623,-6.1392,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-1.3350,-0.8984,-11.9254,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,2.7483,-0.4631,-8.2774,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,5.2439,-0.0900,-6.1548,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,0.2988,-0.5821,-10.6078,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,1.2119,-1.8037,-8.4732,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,4.0368,-0.6172,-6.8347,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,5.4426,0.2485,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,5.4426,0.2485,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,5.4419,0.2478,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,5.4426,0.2485,-6.2947,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,5.3206,0.1416,-6.3098,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,0.7156,-1.1098,-9.6634,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,5.2984,-0.2953,-5.8951,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,1.3940,-0.4031,-9.6917,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,1.3940,-0.4031,-9.6917,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-0.8363,-0.6930,-11.6321,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-0.8363,-0.6930,-11.6321,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,5.0217,-0.3279,-6.1392,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,5.1343,-0.3236,-6.0309,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,3.0205,-0.6840,-7.7843,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,2.1514,-1.3089,-8.0285,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,5.0043,-0.2442,-6.2403,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,5.1096,-0.4921,-5.8871,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,5.1096,-0.4921,-5.8871,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,2.7281,-0.5805,-8.1801,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,1.6867,-1.2535,-8.5486,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,3.3657,-0.7704,-7.3527,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,1.8301,-1.3877,-8.2710,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,3.8781,-0.6620,-6.9487,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.FSE,WAUE.FSE_H,0.3492,-0.7970,-10.3426,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,4.8429,-0.3321,-6.3137,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,4.8195,-0.3540,-6.3153,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,1.1204,-1.3699,-8.9985,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,1.7976,-1.3060,-8.3852,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,5.0499,-0.4674,-5.9715,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,5.0606,-0.5086,-5.9196,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-15.9100,-1.1483,-26.2505,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,1.6642,-1.3957,-8.4289,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-11.5200,-1.0434,-21.9654,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,3.2589,-0.3946,-7.8353,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,3.2589,-0.3946,-7.8353,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,3.2595,-0.3940,-7.8353,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,3.8481,-0.5524,-7.0883,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,1.6867,-1.2535,-8.5486,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,4.4509,-0.1902,-6.8477,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,2.5863,-0.6151,-8.2874,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,3.9470,0.1238,-7.6656,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,3.8878,0.0896,-7.6905,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,3.6030,-0.2866,-7.5992,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,6.5198,-0.1700,-4.7990,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,3.1113,-0.4196,-7.9579,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,2.9522,-0.6716,-7.8650,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,0.2988,-0.5821,-10.6078,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,7.2919,0.1450,-4.3419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,2.7148,-0.5903,-8.1837,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,7.2002,0.1030,-4.3916,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,4.1327,-0.1937,-7.1624,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,2.1833,-0.3801,-8.9254,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NTWK,WAUE.NTWK_H,3.3671,-0.4621,-7.6596,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,4.6264,0.0679,-6.9303,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,4.6264,0.0679,-6.9303,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,1.5260,-1.4635,-8.4993,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,0.2252,-1.3615,-9.9021,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,4.3419,-0.4779,-6.6690,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,1.5260,-1.4635,-8.4993,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,5.8263,-0.2321,-5.4304,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,2.8391,-0.8845,-7.7652,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,0.2988,-0.5821,-10.6078,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,3.4908,-0.6292,-7.3688,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,2.1607,-1.5629,-7.7652,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,0.3856,-1.7381,-9.3651,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,0.8898,-1.7415,-8.8575,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,4.5160,-0.5001,-6.4727,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,1.6450,-1.3686,-8.4752,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,4.6411,-0.3027,-6.5450,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,2.3447,-1.1996,-7.9445,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,2.1514,-1.3089,-8.0285,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.VOLT.0152,V152_DDR,5.8246,0.5241,-6.1883,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE.VOLT.0172,V172_DDR,5.3759,0.1914,-6.3043,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_BEPM,WAUE_BEPM_LA,4.6241,-0.0856,-6.7792,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,4.4609,-0.2155,-6.8125,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,3.8873,0.0956,-7.6971,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_EWA,WAUE_EWA_LA,1.7912,-1.1780,-8.5196,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,2.3109,-0.7787,-8.3991,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_HMMU,WAUE_HMMU_LA,3.0509,-0.0938,-8.3441,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,6.5397,-0.2364,-4.7127,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_MECB,WAUE_MECB_LA,3.0213,-0.0922,-8.3752,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_MMPA,WAUE_MMPA_LA,5.8961,0.0387,-5.6314,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_MRES,WAUE_MRES_LA,3.1674,-0.4423,-7.8791,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,5.6904,0.3009,-6.0993,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,4.8429,-0.3321,-6.3137,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,2.0532,-0.7536,-8.6821,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_OTP,WAUE_OTP_LA,6.5953,0.2536,-5.1472,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_OTPW,WAUE_OTPW_LA,10.4015,0.4231,-1.5103,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM,WAUE_UGPM_LA,4.2440,-0.3763,-6.8685,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,4.4018,-0.1927,-6.8943,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,3.2846,-0.3612,-7.8430,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,1.3505,-0.7247,-9.4136,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,1.7912,-1.1780,-8.5196,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,3.0509,-0.0938,-8.3441,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,2.1727,-0.7439,-8.5722,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,4.8429,-0.3321,-6.3137,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,5.8961,0.0387,-5.6314,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,3.4517,-0.3902,-7.6469,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,2.3939,-0.8788,-8.2162,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,5.9551,0.2706,-5.8043,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-20.5375,-1.2844,-30.7419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-20.1253,-1.0225,-30.5916,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,-3.9682,-0.8812,-14.5758,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,85.2040,0.4153,73.2999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,85.2040,0.4153,73.2999,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-14.5854,-1.5833,-24.4909,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,78.9420,0.4792,66.9740,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,71.6053,0.4598,59.6567,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,11.8908,-0.6419,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,11.9162,-0.6165,1.0439,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,3.8311,-0.5799,-7.0778,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-19.0858,-1.3236,-29.2510,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.0000,-1.0113,-40.4775,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-20.9164,-1.1903,-31.2149,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-13.8090,-1.1180,-24.1798,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_ENMC,WFEC_ENMC_LA,0.7343,0.4478,-11.2023,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-19.0161,-0.8412,-29.6637,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,40.0804,0.3362,28.2554,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,5.5437,0.5372,-6.4823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-20.5375,-1.2844,-30.7419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-20.5375,-1.2844,-30.7419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-20.5375,-1.2844,-30.7419,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_OKGE,WFEC_OKGE_LA,6.2795,0.1323,-5.3416,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,43.7829,0.4914,31.8028,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-17.9668,-1.5738,-27.8818,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-13.8177,-1.6932,-23.6133,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_WFEC,WFEC_LA,13.9497,-0.1766,2.6375,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,5.5437,0.5372,-6.4823,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-9.1525,-0.9028,-19.7385,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-13.5435,-1.0889,-23.9434,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,4.9932,0.4664,-6.9620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-1.4546,-0.6396,-12.3038,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-20.9085,-0.9798,-31.4175,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-20.9085,-0.9798,-31.4175,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-6.2193,-0.7363,-16.9718,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-6.2193,-0.7363,-16.9718,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-6.2193,-0.7363,-16.9718,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-1.4546,-0.6396,-12.3038,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,2.6790,-0.0832,-8.7266,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-6.1338,-0.6196,-17.0030,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-6.1338,-0.6196,-17.0030,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-6.1338,-0.6196,-17.0030,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-6.1338,-0.6196,-17.0030,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,2.6790,-0.0832,-8.7266,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-17.9377,-1.1248,-28.3016,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-26.7466,-0.2573,-37.9780,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.JEC.1,WRJEFFUN10_RA,0.5674,-0.4623,-10.4591,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.JEC.2,WRJEFFUN11_RA,0.4923,-0.4653,-10.5312,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.JEC.3,WRJEFFUN12_RA,0.4346,-0.5230,-10.5312,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-18.2992,-0.7638,-29.0242,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-26.5192,-0.8348,-37.1731,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-26.5192,-0.8348,-37.1731,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.LEC.4,WRLECUN26_RA,3.8252,-0.1115,-7.5521,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.LEC.5,WRLECUN27_RA,3.6646,-0.0874,-7.7368,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-4.8313,-0.5640,-15.7561,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-4.8313,-0.5640,-15.7561,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-4.8313,-0.5640,-15.7561,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-4.7930,-0.5412,-15.7406,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-9.9047,-0.9186,-20.4749,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-8.8420,-0.8597,-19.4711,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-8.8420,-0.8597,-19.4711,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-5.9417,-1.0111,-16.4194,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-12.0300,-0.8343,-22.6845,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,0.7620,-0.6818,-10.0450,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-2.4778,-0.7143,-13.2523,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-26.5221,-0.8378,-37.1731,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,74.3800,0.4685,62.4227,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-6.8228,-1.4641,-16.8475,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,0.2496,-0.4526,-10.7866,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-1.9216,-0.8206,-12.5897,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,2.6790,-0.0832,-8.7266,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-1.4546,-0.6396,-12.3038,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-9.1533,-0.6082,-20.0339,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.THAYERLD,WR.THAYERLD_LA,20.8341,0.3741,8.9712,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-9.8204,-0.6041,-20.7051,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0106,V106_DDR,-9.3374,-0.5715,-20.2547,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0139,WR.VOLT.0139_H,7.2073,0.0123,-4.2938,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-2.6182,-0.5462,-13.5608,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0146,WR.VOLT.0146_H,4.2164,-0.0140,-7.2584,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0147,WR.VOLT.0147_H,4.2164,-0.0140,-7.2584,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0148,WR.VOLT.0148_H,3.2269,-0.0437,-8.2182,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-9.1587,-0.4915,-20.1560,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0157,V157_DDR,4.1097,-0.0271,-7.3520,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0158,V158_DDR,4.2164,-0.0140,-7.2584,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0159,WR.VOLT.0159_H,4.2164,-0.0140,-7.2584,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-9.8531,-0.6380,-20.7039,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0173,V173_DDR,-5.2390,-0.6518,-16.0760,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0174,V174_DDR,-9.6078,-0.5835,-20.5131,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0184,V184_DDR,-9.2956,-0.6534,-20.1310,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-9.2762,-0.6011,-20.1639,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0186,V186_DDR,-8.9976,-0.6410,-19.8454,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-9.3455,-0.6316,-20.2027,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-9.7939,-0.5769,-20.7058,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-4.0376,-0.4485,-15.0779,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-0.6977,-0.3976,-11.7889,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-0.0714,-0.4185,-11.1417,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-0.0714,-0.4185,-11.1417,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-0.6977,-0.3976,-11.7889,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0245,V245_DDR,-9.2682,-0.6023,-20.1547,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.VOLT.0248,V248_DDR,-9.3374,-0.5715,-20.2547,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-14.2547,-0.7181,-25.0254,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,2.0751,-0.2189,-9.1948,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.WOLF,WRWOLFUN15_RA,-2.0641,-0.8825,-12.6704,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-17.9377,-1.1248,-28.3016,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,4.9355,0.4087,-6.9620,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-14.1188,-0.8052,-24.8023,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-11.2058,-0.5152,-22.1794,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-2.5408,-0.5487,-13.4809,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-10.7144,-0.5920,-21.6112,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-10.7144,-0.5920,-21.6112,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-10.7144,-0.5920,-21.6112,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-10.7144,-0.5920,-21.6112,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-0.9620,-0.3695,-12.0813,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-22.8773,-0.5742,-33.7919,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-22.8773,-0.5742,-33.7919,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-25.5534,-0.5562,-36.4859,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-25.5534,-0.5562,-36.4859,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_MIDW,WR_MIDW_LA,-9.2800,-0.8553,-19.9135,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,24.5447,0.2623,12.7936,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,17.9741,0.1094,6.3760,11.4887\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-10.6949,-0.7494,-21.4343,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_SEG,WR_SEG_LA,3.7391,0.3146,-8.0644,11.4889\n03/19/2025 17:00:00,03/19/2025 22:00:00,WR_WR,WR_LA,-1.9410,-0.3995,-13.0303,11.4888\n03/19/2025 17:00:00,03/19/2025 22:00:00,YAD,VACS,22.1467,0.3696,10.2884,11.4887\n03/19/2025 18:00:00,03/19/2025 23:00:00,AEC,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_CSWS,CSWS_AECC_LA,34.8004,0.6225,20.3872,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,36.9248,0.4268,22.7073,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,32.6914,0.8497,18.0511,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,37.2080,0.2842,23.1331,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,32.0589,0.5538,17.7144,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,33.1744,0.3767,19.0071,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,32.9860,0.4051,18.7902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AECI,AECI,28.7597,0.1480,14.8210,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AEPM_CSWS,CSWS_LA,33.9833,0.6172,19.5754,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ALTW,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,AMRN,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,-22.1891,-0.2536,-35.7262,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BBA,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BCA,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BEPM.ER01.DDR,ER01_DDR,1.5013,-2.0863,-10.2031,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BEPM_ER01,BEPM_ER01_LA,1.5013,-2.0863,-10.2031,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,0.5453,-1.0020,-12.2433,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-1.5091,-0.5116,-14.7881,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,BEPM_UM01,BEPM_UM01_LA,9.0258,0.1626,-4.9274,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,BLKW,BLKW,-5.9309,0.2143,-19.9359,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-29.7711,-1.1660,-42.3958,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-29.7711,-1.1660,-42.3958,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,11.8207,-1.0429,-0.9270,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.7460,-1.1409,-42.3958,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BRAZ,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BUBA,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-14.2203,-1.1159,-26.8951,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-8.6723,-0.6221,-21.8409,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,3.1617,-0.5516,-10.0773,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,3.1617,-0.5516,-10.0773,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CLEC,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,35.5439,0.2667,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,COWP,COWP_LA,25.4794,0.3220,11.3668,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,25.4794,0.3220,11.3668,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,25.4794,0.3220,11.3668,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CPLE,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,CPLW,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,26.1517,0.5036,11.8574,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,26.1517,0.5036,11.8574,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,26.1517,0.5036,11.8574,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,26.1517,0.5036,11.8574,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CRTH_SPA,WRCRTH_SPA_LA,36.1199,0.0617,22.2675,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,32.4672,1.5091,17.1674,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,-1.7464,-0.5399,-14.9971,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,32.9860,0.4051,18.7902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,37.2080,0.2842,23.1331,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,32.4637,1.4996,17.1735,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,32.4649,1.0531,17.6211,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,32.4576,1.3706,17.2963,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,32.4576,1.3706,17.2963,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,36.5401,0.3396,22.4098,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,36.5401,0.3396,22.4098,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,36.4522,0.2517,22.4098,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,36.4522,0.2517,22.4098,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,32.9860,0.4051,18.7902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,36.1295,1.0581,21.2807,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,59.4385,-0.0688,45.7166,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,59.3113,-0.1960,45.7166,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,40.4092,0.1188,26.4997,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.6821,0.2016,22.6899,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,36.6821,0.2016,22.6899,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,36.6842,0.2016,22.6920,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,36.6842,0.2016,22.6920,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-20.4691,-0.6822,-33.5776,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,3.3044,-0.3759,-10.1104,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,43.3618,0.3036,29.2675,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-19.2762,-0.7928,-32.2740,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-19.2315,-0.7482,-32.2740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-11.4457,-0.4075,-24.8289,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.GRID.CDL1,CDL1_DDR,38.7310,0.3647,24.5756,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,-4.6941,-0.5119,-17.9729,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,-1.4809,-0.7950,-14.4766,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,38.7310,0.3647,24.5756,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.CSI1,CSI1_DDR,40.5903,0.3169,26.4827,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.CSI2,CSI2_DDR,40.5970,0.3236,26.4827,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,35.5470,0.2698,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.GAZA,GAZA_DDR,38.7310,0.3647,24.5756,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,99.0300,0.7155,84.5238,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.NUEN.T201,NT201_DDR,37.7841,0.2396,23.7539,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-6.0630,-0.8010,-19.0527,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-6.0630,-0.8010,-19.0527,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,32.9860,0.4051,18.7902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,33.2130,1.5611,17.8613,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-11.4457,-0.4075,-24.8289,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-11.4457,-0.4075,-24.8289,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-14.5670,-0.6586,-27.6991,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-19.2315,-0.7482,-32.2740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,32.0327,0.8861,17.3559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,34.2559,0.1101,20.3551,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,34.0583,-0.0875,20.3551,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,34.0508,-0.0949,20.3551,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,15.5582,0.1283,1.6392,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,15.5582,0.1283,1.6392,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,32.5526,1.0211,17.7408,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.3550,0.2557,23.3086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,32.5519,1.0563,17.7050,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,33.6670,1.8851,17.9912,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,37.7946,0.5152,23.4888,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,40.5970,0.3236,26.4827,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0057,OKMU_DDR,39.1535,0.3719,24.9909,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0060,LEHIGH_DDR,99.0300,0.7155,84.5238,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0086,WARRENM_DDR,37.1926,0.2585,23.1434,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,33.3920,1.4138,18.1876,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,49.9721,0.2179,35.9635,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0121,V121_DDR,32.5526,1.0211,17.7408,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0122,V122_DDR,48.2532,0.2081,34.2544,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0124,V124_DDR,69.8549,0.1432,55.9210,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0135,V135_DDR,38.2790,0.2595,24.2288,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0144,V144_DDR,3.7538,-0.3151,-9.7218,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0145,V145_DDR,3.9229,-0.3799,-9.4879,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,32.5860,1.0337,17.7617,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,33.3269,0.5854,18.9509,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0175,V175_DDR,35.5470,0.2698,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,33.3269,0.5854,18.9509,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,33.4116,0.6796,18.9413,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,38.2790,0.2595,24.2288,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,38.6759,0.2483,24.6369,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,38.2287,0.2223,24.2157,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,54.9994,0.0603,41.1484,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.7770,0.1913,22.7950,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,38.6759,0.2483,24.6369,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0211,V211_DDR,32.6437,1.2260,17.6270,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,50.8255,0.2254,36.8094,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0213,V213_DDR,38.0708,0.2527,24.0274,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0215,V215_DDR,49.4225,0.2156,35.4162,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0217,V217_DDR,50.8881,0.2114,36.8860,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0218,V218_DDR,54.5025,0.0712,40.6406,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0228,V228_DDR,38.5605,0.2195,24.5503,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0232,V232_DDR,37.5410,0.2542,23.4961,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0233,V233_DDR,38.8219,0.2602,24.7710,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0240,V240_DDR,46.1199,0.1796,32.1497,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0244,V244_DDR,38.6759,0.2483,24.6369,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0246,MDT1_DDR,99.0300,0.7155,84.5238,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0249,V249_DDR,38.0123,0.2658,23.9558,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0250,V250_DDR,-2.4917,-0.5077,-15.7747,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0251,V251_DDR,37.2672,0.2269,23.2496,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.VOLT.0252,V252_DDR,54.9994,0.0603,41.1484,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-22.4608,-0.6773,-35.5741,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,9.2638,-0.8079,-3.7190,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-17.4255,-1.4602,-29.7560,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,32.4476,0.9778,17.6791,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-20.0552,-1.2751,-32.5708,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,0.8852,-0.4150,-12.4904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,0.8852,-0.4150,-12.4904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,0.8852,-0.4150,-12.4904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,0.8852,-0.4150,-12.4904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,0.8852,-0.4150,-12.4904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,32.9860,0.4051,18.7902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,31.6995,1.3211,16.5878,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,37.5198,0.2330,23.4961,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,37.4356,0.1489,23.4961,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,41.1601,0.4296,26.9399,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,41.1601,0.4296,26.9399,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWELSH1,CSWSWELSHUN1_RA,32.8535,0.7476,18.3153,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWELSH3,CSWSWELSHUN3_RA,32.8535,0.7476,18.3153,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWILKES1,CSWSWILKESUN1_RA,32.9441,1.0248,18.1287,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWILKES2,CSWSWILKESUN2_RA,32.9441,1.0248,18.1287,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,CSWWILKES3,CSWSWILKESUN3_RA,32.6902,0.9725,17.9270,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-19.2160,-0.7327,-32.2740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DENL,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DERS,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DOE,DOE,22.4319,0.2431,8.3981,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,11.4209,-0.0936,-2.2761,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,DPC,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,DUK,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDDY,EDDY,27.2728,0.9402,12.5419,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,34.4474,-0.0250,20.6817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-2.7964,-0.2253,-16.3618,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,39.1692,-0.1387,25.5172,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE.SLCC,EDESTL4391_PLT,35.7326,-0.0381,21.9801,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,35.6883,0.0038,21.8938,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,21.9203,-0.2703,8.3998,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_EC_01,EDELAR3821UN1_RA,34.4474,-0.0250,20.6817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_EC_02,EDELAR3821UN2_RA,34.4474,-0.0250,20.6817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_EC_03,EDELAR3821UN3_RA,34.4474,-0.0250,20.6817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_EC_04,EDELAR3821UN4_RA,34.4474,-0.0250,20.6817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_EDE,EDE_LA,34.1805,0.2745,20.1153,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_ERW,EDEERWFUNG1_RA,-9.4800,-0.6753,-22.5954,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-6.9882,-0.9109,-19.8680,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,31.4103,0.5650,17.0546,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,31.4103,0.5650,17.0546,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,31.4103,0.5650,17.0546,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,31.4103,0.5650,17.0546,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,18.7212,0.4142,4.5164,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_RIV_10,EDERIV1671UN10_RA,35.5883,-0.1179,21.9156,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_RIV_11,EDERIV1671UN11_RA,35.5883,-0.1179,21.9156,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_RIV_12,EDERIV453UN12_PLT,35.1963,-0.5100,21.9156,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_SL_01,EDESTL4391UN1_RA,35.7326,-0.0381,21.9801,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,EDE_SWMP,EDE_SWMP_LA,33.3676,0.3622,19.2147,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EEI,EEI,22.3652,0.2411,8.3334,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EES,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-8.4979,-0.7472,-21.5414,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ERCOTE,ERCOTE,32.8535,0.7476,18.3153,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,ERCOTN,ERCOTN,-6.0000,-0.7380,-19.0527,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,-0.7646,-0.6703,-13.8850,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FMPP,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FPC,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FPL,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FREM_50T,OPPDFREM_GUN1_RA,3.1227,-0.5859,-10.0821,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FREM_6,OPPDFREM_AUN6_RA,3.1146,-0.5935,-10.0826,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FREM_7,OPPDFREM_AUN7_RA,3.1146,-0.5935,-10.0826,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FREM_8,OPPDFREM_AUN8_RA,3.0310,-0.6771,-10.0826,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,FREM_LOAD,FREM_LOAD_LA,3.1011,-0.6069,-10.0826,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-12.8332,-0.5844,-26.0394,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,32.0316,0.8850,17.3559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-17.2137,-1.5389,-29.4655,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-31.7573,-1.0627,-44.4853,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,35.5439,0.2667,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,35.5439,0.2667,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,35.5439,0.2667,21.4865,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,40.5987,0.1509,26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,40.5987,0.1509,26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,40.7515,0.1473,26.8135,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,40.7515,0.1473,26.8135,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-21.4096,-0.9240,-34.2763,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,62.6077,-0.0333,48.8503,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,62.6077,-0.0333,48.8503,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,62.6077,-0.0333,48.8503,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.VOLT.0130,V130_DDR,41.5580,0.2964,27.4709,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA.VOLT.0237,V237_DDR,41.7567,0.2071,27.7589,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDAHUB2,GRDAHUB2_H,25.3165,-0.1258,11.6516,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDAHUB3,GRDAHUB3_H,18.9539,-0.2287,5.3920,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA_GRDA,GRDA_LA,42.1550,0.2124,28.1520,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA_HUB,GRDA_H,33.0255,0.0055,19.2292,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRDA_HUBSA,GRDASA_H,32.7514,-0.0129,18.9737,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GRE,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-10.7225,0.2753,-24.7884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GSEC_SPS,SPS_GSEC_LA,-12.8561,-0.1657,-26.4811,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GSPR2014HUB,GSPR2014HUB_H,0.0352,-0.1725,-13.5829,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,GSPR2015HUB,GSPR2015HUB_H,0.1442,-0.1997,-13.4468,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,-15.1041,-0.8413,-28.0535,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,HARRISON,CSWSLEBROCKPLT1,32.2861,0.7958,17.6997,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,HAST_TNSK_HUB,HAST_TNSK_H,1.1997,-0.9257,-11.6654,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,HQST,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,HST,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,41.0572,0.1593,27.1072,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,41.0572,0.1593,27.1072,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,40.0819,0.1623,26.1290,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,40.0819,0.1623,26.1290,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,42.0498,0.1598,28.0993,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,42.0498,0.1598,28.0993,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDN_INDN,INDN_LA,40.8941,0.1710,26.9324,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ISNE,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,JEA,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,3.3206,-0.4781,-9.9920,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,3.3206,-0.4781,-9.9920,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-8.7172,-0.1085,-22.3994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYCT4,KACYNEARMANUNCT4_RA,31.1200,0.0839,17.2454,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,64.1163,-0.0667,50.3923,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,31.1200,0.0839,17.2454,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,30.4006,0.0992,16.5107,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,30.5981,0.0974,16.7101,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KACY_KACY,KACY_LA,30.2855,0.0945,16.4004,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,25.5848,0.0038,11.7904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,35.2746,0.4364,21.0476,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.9500,-0.6495,-27.0912,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-43.0318,-0.9269,-55.8955,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0222,V222_DDR,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0223,V223_DDR,12.9866,-0.0975,-0.7066,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0241,V241_DDR,29.1800,0.3495,15.0398,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0243,V243_DDR,26.9638,0.0674,13.1057,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0247,V247_DDR,22.3283,0.0158,8.5218,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.VOLT.0253,V253_DDR,25.8041,0.0080,12.0055,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-2.6492,-0.9965,-15.4434,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,11.0736,-0.2381,-2.4789,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,11.0736,-0.2381,-2.4789,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,11.0736,-0.2381,-2.4789,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,11.0736,-0.2381,-2.4789,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,25.5903,0.0007,11.7989,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,25.5903,0.0007,11.7989,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB,KCPLHUB_H,2.7152,-0.5602,-10.5153,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB17,KCPLHUB17_H,1.5020,-0.6211,-11.6676,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB18,KCPLHUB18_H,0.8332,-0.6263,-12.3311,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB19,KCPLHUB19_H,0.6906,-0.5991,-12.5011,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB20,KCPLHUB20_H,0.1052,-0.6459,-13.0396,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB21,KCPLHUB21_H,-0.3106,-0.6302,-13.4710,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB22,KCPLHUB22_H,0.6826,-0.6267,-12.4814,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB23,KCPLHUB23_H,0.2972,-0.6426,-12.8509,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLHUB24,KCPLHUB24_H,-0.5782,-0.6619,-13.7070,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,-1.2975,-0.1451,-14.9431,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,-1.2975,-0.1451,-14.9431,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,7.0643,-0.4551,-6.2713,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,7.0643,-0.4551,-6.2713,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,25.5857,0.0046,11.7904,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,25.5848,0.0038,11.7904,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,25.5119,0.0454,11.6758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,4.0874,-0.2586,-9.4447,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,21.6973,0.0106,7.8960,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KCPL_KCPL,KCPL_LA,21.7440,-0.0060,7.9594,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KENN,KENN_LA,20.0383,0.3880,5.8596,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KEP2_SECI,KEP2_SECI_LA,-15.1105,-0.8375,-28.0637,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KERR_1,GRDAKERR_HYDUN1_RA,41.3230,0.1836,27.3488,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KERR_2,GRDAKERR_HYDUN2_RA,41.1861,0.1854,27.2100,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KERR_3,GRDAKERR_HYDUN3_RA,41.1861,0.1854,27.2100,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KERR_4,GRDAKERR_HYDUN4_RA,41.3230,0.1836,27.3488,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,11.0736,-0.2382,-2.4789,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,11.0736,-0.2382,-2.4789,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,12.6750,-0.1579,-0.9577,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,12.6750,-0.1579,-0.9577,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,8.9691,-0.2334,-4.5882,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,7.0835,-0.2103,-6.4968,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,7.0835,-0.2103,-6.4968,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-13.6526,-0.9307,-26.5126,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-13.6526,-0.9307,-26.5126,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-13.6526,-0.9307,-26.5126,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-9.3955,-0.8373,-22.3489,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-9.3955,-0.8373,-22.3489,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-13.7683,-0.9611,-26.5978,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-10.0932,-0.8383,-23.0456,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-6.3362,-0.5147,-19.6122,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,56.4923,-0.0839,42.7856,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,56.4923,-0.0839,42.7856,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-3.3912,-0.4652,-16.7167,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-3.3912,-0.4652,-16.7167,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-3.3912,-0.4652,-16.7167,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-11.2919,-1.0562,-24.0263,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-9.2240,-1.2345,-21.7802,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,2.3761,-0.5529,-10.8617,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-9.8200,-0.0598,-23.5509,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LAFA,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LAM345,LAM345,-14.2203,-1.1159,-26.8951,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LEPA,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,3.1622,-0.5852,-10.0433,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_LES,LES_LA,3.1149,-0.5933,-10.0825,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,3.1939,-0.6003,-9.9965,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,2.9901,-0.6357,-10.1649,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,2.9901,-0.6357,-10.1649,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,2.9901,-0.6357,-10.1649,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,3.1943,-0.5999,-9.9965,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,3.1939,-0.6003,-9.9965,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_WAVERLY,LES_WAVERLY_H,3.0854,-0.6161,-10.0892,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,3.5932,-0.5745,-9.6230,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,3.5932,-0.5745,-9.6230,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,LGEE,LGEE,20.3536,0.1347,6.4283,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MALDEN,MALDEN_LA,20.2028,0.3669,6.0452,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MCWEST,MCWEST,9.9187,-0.2895,-3.5824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MDU,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-1.1818,-0.6908,-14.2817,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,0.5149,-0.3278,-12.9479,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,3.5303,0.0733,-10.3337,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MEAN_NPPD,NPPD_MEAN_LA,-0.2716,-1.0247,-13.0376,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MEC,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MHEB,MHEB,9.0248,-0.2063,-4.5596,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-7.3651,-1.1749,-19.9808,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-11.4550,-1.2789,-23.9668,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-7.3651,-1.1749,-19.9808,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-7.3651,-1.1749,-19.9808,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-11.4550,-1.2789,-23.9668,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MISO,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-14.8551,-0.7410,-27.9048,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-14.8551,-0.7410,-27.9048,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-4.7306,-0.7740,-17.7473,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-15.8700,-1.2050,-28.4557,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-10.8080,-1.0814,-23.5173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-16.5378,-1.0555,-29.2730,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-15.1701,-0.8809,-28.0798,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-16.6706,-0.9886,-29.4726,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-14.8557,-0.8184,-27.8280,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-14.8557,-0.8184,-27.8280,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-14.8557,-0.8184,-27.8280,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-14.8557,-0.8184,-27.8280,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-14.8557,-0.8184,-27.8280,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,16.9301,-0.1133,3.2528,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,21.3402,0.1940,7.3556,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,21.3402,0.1940,7.3556,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,19.2431,0.0531,5.3994,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,26.6814,0.4000,12.4908,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MOWR,AECI,28.7597,0.1480,14.8210,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,21.1851,0.0453,7.3491,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,21.8309,0.2045,7.8358,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-4.4925,-0.8582,-17.4249,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-9.6233,-0.5083,-22.9057,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-22.4978,-1.0187,-35.2698,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-4.4447,-0.8105,-17.4249,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,11.4276,-0.0870,-2.2761,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,11.4276,-0.0870,-2.2761,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,11.4279,-0.0867,-2.2761,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,11.4279,-0.0867,-2.2761,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,1.4281,-0.1742,-12.1884,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,1.4719,-0.1303,-12.1884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,24.5346,0.3244,10.4195,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,15.5462,-0.0840,1.8396,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,10.8659,-0.1302,-2.7946,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,10.8660,-0.1301,-2.7946,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,10.8660,-0.1301,-2.7946,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,22.3627,-0.0044,8.5764,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,22.3627,-0.0044,8.5764,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MPS_MPS,MPS_LA,21.6120,0.0409,7.7804,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MSTNG,SPSMSTNGPLT1,23.3418,0.9864,8.5647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MSTNG4,SPSMSTNGUN4_RA,23.2991,0.9437,8.5647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MSTNG5,SPSMSTNGUN5_RA,23.3418,0.9864,8.5647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,23.3418,0.9864,8.5647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NBSO,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,0.8931,-0.8791,-12.0185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,0.8927,-0.8794,-12.0185,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,-16.4782,-1.1932,-29.0756,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NHC1,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,3.3243,-0.5176,-9.9488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,3.3243,-0.5176,-9.9488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,3.3243,-0.5176,-9.9488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-0.6372,-1.2918,-13.1361,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,0.4504,-1.2821,-12.0582,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,1.8475,-0.8772,-11.0659,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,0.1381,-0.8216,-12.8310,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,0.4504,-1.2821,-12.0582,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.HUB.PY2018,NPPDPY18_H,-0.3099,-0.9835,-13.1171,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,-0.2017,-0.9769,-13.0155,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,-0.2485,-0.9743,-13.0648,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,-0.1626,-0.9629,-12.9904,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-1.1856,-0.8660,-14.1103,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-1.4042,-1.0400,-14.1549,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-1.4042,-1.0400,-14.1549,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-3.0431,-1.0509,-15.7829,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-1.1856,-0.8660,-14.1103,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,5.3429,-1.5408,-6.9070,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,-0.0931,-1.4074,-12.4764,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-3.9922,-0.8829,-16.9000,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,-0.0931,-1.4074,-12.4764,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,0.9797,-1.3239,-11.4871,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,-0.4923,-1.2693,-13.0137,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,2.5618,-0.5181,-10.7108,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,0.4504,-1.2821,-12.0582,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-3.5778,-0.9368,-16.4317,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-1.4042,-1.0400,-14.1549,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-1.4042,-1.0400,-14.1549,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,-0.6867,-0.8593,-13.6180,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,-0.7482,-0.8674,-13.6714,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,-0.7482,-0.8674,-13.6714,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,-0.0146,-0.6565,-13.1488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-5.8878,-0.5449,-19.1336,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,0.7095,-1.0893,-11.9919,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-0.4199,-1.1389,-13.0716,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-11.0066,-0.4698,-24.3275,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-13.3600,-0.4927,-26.6580,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.NELI.DDR,NELI_DDR,-0.7968,-0.9975,-13.5900,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.NPPM.1058,SH1058_DDR,10.1667,-0.6146,-3.0093,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,0.0401,-0.7517,-12.9989,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,0.4504,-1.2821,-12.0582,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,1.8475,-0.8772,-11.0659,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-1.1856,-0.8660,-14.1103,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.TECH.1,KEARNE_DDR,0.3972,-0.6220,-12.7715,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,1.7862,-1.6220,-10.3825,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,1.7862,-1.6220,-10.3825,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-1.3007,-0.9509,-14.1405,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD.VOLT.0236,V236_DDR,1.8089,-0.5483,-11.4334,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD2017HUB,NPPD2017HUB_H,-0.2898,-0.9801,-13.1004,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,8.7726,-0.9048,-4.1132,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-0.6372,-1.2918,-13.1361,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,-0.1327,-1.6182,-12.3051,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,-0.1327,-1.6182,-12.3051,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,1.9359,-0.5723,-11.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,1.8202,-0.5370,-11.4334,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-1.4111,-0.8352,-14.3666,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,-0.6045,-0.8848,-13.5104,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,9.9095,-0.8719,-3.0093,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,9.9095,-0.8719,-3.0093,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,9.9095,-0.8719,-3.0093,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,1.2055,-0.9242,-11.6610,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,1.6728,-0.8289,-11.2890,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,1.0736,-0.8323,-11.8847,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,0.0378,-1.6736,-12.0793,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,0.1100,-1.6014,-12.0793,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-2.1426,-1.0720,-14.8613,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-2.3574,-1.0772,-15.0709,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,1.9214,-0.8968,-10.9725,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,1.9090,-0.9092,-10.9725,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,1.9090,-0.9092,-10.9725,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,1.8758,-0.8804,-11.0345,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,5.3429,-1.5408,-6.9070,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,1.8125,-0.8841,-11.0941,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,2.4919,-0.7099,-10.5889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,1.2211,-0.8983,-11.6713,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,1.2130,-0.9048,-11.6729,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,1.2177,-0.8985,-11.6745,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,1.2177,-0.8985,-11.6745,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,1.2055,-0.9242,-11.6610,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,1.1811,-0.9486,-11.6610,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,0.3423,-0.9873,-12.4611,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,1.3751,-0.7149,-11.7006,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-2.2468,-1.0398,-14.9977,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,1.0819,-1.5061,-11.2027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-4.2870,-0.9333,-17.1444,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,10.3500,-0.4314,-3.0093,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-0.7968,-0.9975,-13.5900,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-1.9120,-1.0579,-14.6448,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-1.9120,-1.0579,-14.6448,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_NPPD,NPPD_LA,2.9938,-0.8005,-9.9963,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,2.4919,-0.7099,-10.5889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,2.4919,-0.7099,-10.5889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,-0.1047,-0.8288,-13.0666,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,-1.0669,-1.0101,-13.8475,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NSB,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NSP,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,NSSO,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,NYIS,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-18.5339,-1.2352,-31.0894,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-22.9961,-0.9673,-35.8195,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-26.7558,-0.8962,-39.6502,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-26.7558,-0.8962,-39.6502,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-17.6580,-1.4020,-30.0467,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-31.7573,-1.0627,-44.4853,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-95.1744,-0.5323,-108.4327,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-45.8103,-0.9865,-58.6145,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-23.4786,-0.9210,-36.3482,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-22.4952,-1.0034,-35.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-3.8394,-0.3371,-17.2929,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-23.4786,-0.9210,-36.3482,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-17.9283,-1.3737,-30.3453,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-18.8608,-1.2075,-31.4439,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,1.6373,-0.0205,-12.1329,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-22.4952,-1.0034,-35.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-20.8370,-0.8607,-33.7670,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-14.0000,-0.8940,-26.8967,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-15.9000,-0.6880,-29.0027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-31.3988,-0.0273,-45.1622,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-22.4952,-1.0034,-35.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-14.4105,-0.5922,-27.6090,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NUEN.LAM1,LAM1_DDR,35.0210,0.9907,20.2396,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-3.8381,-0.3358,-17.2929,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-3.8381,-0.3358,-17.2929,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-14.6994,-0.5403,-27.9498,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-5.7666,-0.3483,-19.2089,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-5.7666,-0.3483,-19.2089,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-5.7666,-0.3483,-19.2089,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-1.2509,-0.2892,-14.7524,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-1.2509,-0.2892,-14.7524,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-5.7666,-0.3483,-19.2089,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-5.7666,-0.3483,-19.2089,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-22.4952,-1.0034,-35.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,24.3016,0.5456,9.9653,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-17.9283,-1.3737,-30.3453,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-23.0050,-0.2788,-36.5169,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-20.8370,-0.8607,-33.7670,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,31.6166,0.6536,17.1724,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-20.0488,-0.6744,-33.1651,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-20.0488,-0.6744,-33.1651,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-20.0488,-0.6744,-33.1651,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-20.0488,-0.6744,-33.1651,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-25.9400,-1.4087,-38.3220,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-25.8148,-0.8829,-38.7226,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-22.9961,-0.9673,-35.8195,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-28.7313,-0.8414,-41.6805,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-28.7313,-0.8414,-41.6805,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-22.9737,-0.0032,-36.7612,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-17.7556,-0.7544,-30.7919,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-17.7556,-0.7544,-30.7919,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-17.7556,-0.7544,-30.7919,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0033,FOSTER_DDR,3.9981,-0.2423,-9.5503,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,21.0475,0.2853,6.9715,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0035,TARBY_DDR,34.8523,0.7995,20.2621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,21.0475,0.2853,6.9715,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,19.3189,0.1537,5.3746,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,19.3189,0.1537,5.3746,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-26.4220,-0.0810,-40.1317,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0040,TROSPER_DDR,6.6901,-0.2258,-6.8748,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,6.5637,-0.2283,-6.9986,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,32.8699,0.7703,18.3089,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0115,V115_DDR,-3.0148,-0.3207,-16.4848,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0116,V116_DDR,10.9400,0.0948,-2.9455,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0118,V118_DDR,-1.1075,0.0692,-14.9674,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0125,V125_DDR,33.6189,0.8741,18.9541,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0126,V126_DDR,35.2524,0.4300,21.0317,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0129,V129_DDR,-4.6934,-0.5111,-17.9729,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,26.0000,-0.2991,12.5084,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0134,V134_DDR,36.5507,0.5331,22.2269,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0138,V138_DDR,34.4218,0.3714,20.2598,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,20.9427,-0.2357,7.3877,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0143,V143_DDR,26.2044,0.2168,12.1969,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0149,V149_DDR,-13.5292,-0.5900,-26.7299,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0150,V150_DDR,-13.4845,-0.6181,-26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0155,V155_DDR,33.7360,0.3093,19.6360,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0156,V156_DDR,26.0000,-0.2991,12.5084,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0166,V166_DDR,35.1135,0.8069,20.5159,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,20.3512,-0.2412,6.8018,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-13.4845,-0.6181,-26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0170,V170_DDR,-14.8478,-0.5367,-28.1018,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-20.5406,-0.5789,-33.7524,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0176,V176_DDR,-13.4845,-0.6181,-26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0177,V177_DDR,-21.9563,-1.2087,-34.5383,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,14.9625,-0.2419,1.4137,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-13.6982,-0.7362,-26.7526,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0195,V195_DDR,145.5740,1.0453,130.7381,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0197,V197_DDR,34.0795,0.4910,19.7978,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0198,V198_DDR,35.1135,0.8069,20.5159,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0208,V208_DDR,145.7800,1.0672,130.9221,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0209,V209_DDR,145.7800,1.0672,130.9221,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.8154,0.3669,20.6578,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0216,V216_DDR,6.5311,-0.2296,-7.0300,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0219,V219_DDR,33.7360,0.3093,19.6360,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0220,V220_DDR,-13.4845,-0.6181,-26.6571,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0224,V224_DDR,-3.6368,-0.3137,-17.1138,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0225,V225_DDR,-3.6361,-0.3130,-17.1138,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0226,V226_DDR,-3.6368,-0.3137,-17.1138,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0227,V227_DDR,-3.6368,-0.3137,-17.1138,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0229,V229_DDR,-24.1443,-0.0339,-37.9011,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0231,V231_DDR,0.6447,0.1681,-13.3140,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0238,V238_DDR,-28.3041,-1.0540,-41.0408,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.VOLT.0242,V242_DDR,34.0272,0.3394,19.8972,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-20.2235,-1.5167,-32.4975,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-23.4702,-0.9161,-36.3447,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-18.8483,-1.1950,-31.4439,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-20.2235,-1.5167,-32.4975,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-19.2360,-1.2132,-31.8135,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-51.1891,-0.9206,-64.0592,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEHL7,OKGEHL7_H,14.9835,-0.2177,1.4105,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEHL8,OKGEHSL1UN8_RA,14.9835,-0.2177,1.4105,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEHL910,OKGEHSL1PLT2,14.9835,-0.2177,1.4105,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-19.0147,-1.2188,-31.5866,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEMCC,OKGEMCCLAIPLT1,-5.2745,-0.4231,-18.6421,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,30.7296,0.2464,16.6926,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,30.7296,0.2464,16.6926,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,30.7296,0.2464,16.6926,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,10.5067,-0.4170,-2.8669,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,10.5067,-0.4170,-2.8669,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,10.5067,-0.4170,-2.8669,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,10.5067,-0.4170,-2.8669,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESM1,OKGESEMINOLEUN1_RA,4.6599,-0.1423,-8.9884,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESM2,OKGESEMINOLEUN2_RA,5.1618,-0.1735,-8.4553,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESM3,OKGESEMINOLEUN3_RA,5.1618,-0.1735,-8.4553,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESO1,OKGESONR1UN1_RA,-52.8200,-0.7579,-65.8527,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESO2,OKGESONR1UN2_RA,-28.7313,-0.8414,-41.6805,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-19.0147,-1.2188,-31.5866,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-18.1941,-1.1138,-30.8709,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGETINK5A,OKGETINK5UN1_RA,5.4210,-0.2451,-8.1245,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGETINK5B,OKGETINK5UN2_RA,5.4210,-0.2451,-8.1245,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-18.3681,-1.0116,-31.1472,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-22.9961,-0.9673,-35.8195,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,32.4720,0.9760,17.7054,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-15.6231,-0.6476,-28.7661,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_OKGE,OKGE_LA,8.9904,-0.0741,-4.7263,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-23.0050,-0.2788,-36.5169,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-18.4157,-1.0592,-31.1472,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMLP,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,41.5368,0.1471,27.5990,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,32.6749,0.9092,17.9750,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-3.7721,-0.2998,-17.2630,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-95.0566,-0.4146,-108.4327,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-15.5065,-0.8617,-28.4354,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-23.4786,-0.9210,-36.3482,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-19.9263,-1.0953,-32.6217,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-9.3641,-1.2287,-21.9260,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,183.2556,0.1494,169.3155,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-95.0946,-0.4526,-108.4327,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-95.0946,-0.4526,-108.4327,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_SPP,OMPA_SPP_LA,-8.7512,-0.4586,-22.0833,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-20.2235,-1.5167,-32.4975,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,36.4356,0.1320,22.5129,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,36.4356,0.1320,22.5129,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,36.4356,0.1320,22.5129,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,36.4356,0.1320,22.5129,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,ONT,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,3.2254,-0.5272,-10.0380,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,3.3139,-0.5035,-9.9733,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,3.3243,-0.5176,-9.9488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,3.2357,-0.4946,-10.0603,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,3.2372,-0.4912,-10.0623,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,3.2372,-0.4912,-10.0623,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_GLDN,OPPD_GLDN_LA,3.2025,-0.5209,-10.0673,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,3.2745,-0.5147,-10.0015,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,5.3429,-1.5408,-6.9070,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,1.8183,-0.6554,-11.3170,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,3.3238,-0.5170,-9.9499,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_OPPD,OPPD_LA,3.2745,-0.4923,-10.0239,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,3.2577,-0.4749,-10.0581,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,3.2512,-0.4797,-10.0598,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OTP,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,OVEC,OVEC,19.5455,0.0949,5.6599,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PARAGOULD,PARAGOULD_LA,19.7982,0.4215,5.5861,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,41.2387,0.0849,27.3631,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,41.2387,0.0849,27.3631,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,41.2387,0.0849,27.3631,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,40.8236,0.1360,26.8969,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,40.8236,0.1360,26.8969,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,40.8236,0.1360,26.8969,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PIGGOTT,PIGGOTT_LA,20.0971,0.3805,5.9260,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PJM,PJM,18.2335,0.0290,4.4139,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PLUM,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,POPLARBLUFF,POPLARBLUFF_LA,21.3824,0.3170,7.2748,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,9.9870,-0.4457,-3.3580,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,9.9870,-0.4457,-3.3580,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,9.4730,-0.4362,-3.8814,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,9.4730,-0.4362,-3.8814,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,9.7213,0.4709,-4.5402,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,9.7213,0.4709,-4.5402,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,9.8479,-0.2994,-3.6434,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,11.7608,-0.8520,-1.1779,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-8.6723,-0.6221,-21.8409,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,91.8868,0.1314,77.9647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,3.6773,-0.0582,-10.0552,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-3.3505,0.0468,-17.1880,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,43.3838,0.4612,29.1319,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,36.7523,0.4248,22.5368,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,7.1355,-0.5585,-6.0967,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,9.2475,-0.2217,-4.3214,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,5.5151,-0.8240,-7.4516,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,21.5167,0.7708,6.9552,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,8.9036,-0.1069,-4.7802,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,6.6068,-0.4453,-6.7386,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,PUPP,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,RCEAST,RCEAST,-0.7743,-1.4371,-13.1279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_1,GRDASALINA1UN1_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_2,GRDASALINA1UN2_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_3,GRDASALINA1UN3_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_4,GRDASALINA1UN4_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_5,GRDASALINA1UN5_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SALINA_6,GRDASALINA1UN6_RA,41.3244,0.1849,27.3488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SARPY_1,OPPDSARPYUN1_RA,3.2675,-0.5017,-10.0214,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SARPY_2,OPPDSARPYUN2_RA,3.2847,-0.4775,-10.0285,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SARPY_3,OPPDSARPYUN3_RA,3.2701,-0.5317,-9.9889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SARPY_4,OPPDSARPYUN4_RA,3.2701,-0.5317,-9.9889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SARPY_5,OPPDSARPYUN5_RA,3.2701,-0.5317,-9.9889,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SC,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SCEG,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,SCSE,SCSE,-1.9878,-0.9950,-14.7835,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SEC,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-18.1208,-1.2851,-30.6264,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-18.1208,-1.2851,-30.6264,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-18.1208,-1.2851,-30.6264,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-13.5183,-0.6288,-26.6802,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-18.1208,-1.2851,-30.6264,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-15.3014,-1.2191,-27.8729,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-15.1681,-1.2906,-27.6681,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-15.1681,-1.2906,-27.6681,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-14.8573,-0.8199,-27.8280,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-20.1686,-1.1312,-32.8280,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-9.4465,-0.8883,-22.3489,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-14.1492,-0.7405,-27.1994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-9.3149,-1.0407,-22.0649,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-17.4599,-1.2853,-29.9652,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-9.2899,-1.0288,-22.0518,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-15.9633,-1.4578,-28.2962,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-15.5060,-0.8411,-28.4556,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-13.7788,-0.9963,-26.5732,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-13.7788,-0.9963,-26.5732,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-13.7788,-0.9963,-26.5732,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-13.7788,-0.9963,-26.5732,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-14.0220,-1.0708,-26.7419,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-15.3014,-1.2191,-27.8729,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI_SECI,SECI_LA,-13.5292,-0.8622,-26.4576,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-14.8573,-0.8199,-27.8280,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SEHA,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-18.4157,-1.0592,-31.1472,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SERU,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SETH,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SGE,SGE,-1.5876,-0.9691,-14.4091,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SMEP,MISO,17.6797,0.0705,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SOCO,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPA,SPA,31.1519,0.4777,16.8835,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPC,SPC,8.9798,0.1240,-4.9349,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPPNORTH_HUB,SPPNORTH_H,3.0986,-0.6302,-10.0618,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-2.1218,-0.5352,-15.3773,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,30.6907,0.3957,16.5043,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,30.6907,0.3957,16.5043,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,30.1739,0.3619,16.0214,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,30.1739,0.3619,16.0214,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_NIXA,SPRM_NIXA_LA,30.8970,0.4104,16.6959,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_SPRM,SPRM_LA,30.7721,0.4366,16.5447,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,30.8479,0.3217,16.7355,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,30.8479,0.3217,16.7355,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,30.8117,0.2855,16.7355,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,30.8479,0.3217,16.7355,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,-3.2212,0.1580,-17.1698,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,-13.1262,-0.2920,-26.6248,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,-16.1616,-0.8583,-29.0940,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,-16.1616,-0.8583,-29.0940,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,-24.4100,-0.8531,-37.3476,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,6.4133,0.0128,-7.3902,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,-7.5687,-0.9557,-20.4037,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,23.2347,0.0670,9.3771,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,-27.1160,-0.2403,-40.6664,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,30.8680,0.9484,16.1289,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,31.6183,0.9457,16.8819,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,31.6183,0.9457,16.8819,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,30.8680,0.9484,16.1289,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,-16.0115,-0.7118,-29.0904,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,-13.1262,-0.2920,-26.6248,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-16.0317,-0.7882,-29.0342,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-16.9840,-1.3804,-29.3943,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-16.0890,-0.7193,-29.1604,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-15.7606,-0.4888,-29.0624,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-16.0845,-0.7925,-29.0827,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-17.2702,-1.4121,-29.6488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-17.2702,-1.4121,-29.6488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-17.2702,-1.4121,-29.6488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-17.2702,-1.4121,-29.6488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GRID.WRAB,WRAB_DDR,-15.6576,-0.4309,-29.0174,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-17.2702,-1.4121,-29.6488,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,-22.1891,-0.2536,-35.7262,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,-22.1891,-0.2536,-35.7262,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,-21.8741,-0.2055,-35.4593,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,-21.8741,-0.2055,-35.4593,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,-21.8741,-0.2055,-35.4593,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,-22.1891,-0.2536,-35.7262,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,-16.0568,-0.8496,-28.9979,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,-16.0569,-0.8496,-28.9980,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,-16.0553,-0.8496,-28.9964,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,-16.4782,-1.1932,-29.0756,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,31.3003,0.9140,16.5956,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,-26.9099,-0.2460,-40.4545,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,-26.9099,-0.2460,-40.4545,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,-26.9099,-0.2460,-40.4545,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,-26.9099,-0.2460,-40.4545,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,27.6746,1.0845,12.7994,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,30.8000,0.9252,16.0842,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,30.8000,0.9252,16.0842,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-18.3725,-1.0159,-31.1472,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,-16.0392,-0.8348,-28.9951,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,-16.0392,-0.8348,-28.9951,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,-16.0694,-0.8446,-29.0155,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,-15.6576,-0.4309,-29.0174,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-16.7236,-1.1678,-29.3465,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-16.2381,-0.8838,-29.1450,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-17.6580,-1.4020,-30.0467,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,-15.8387,-0.6342,-28.9951,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PLANTX1,SPS.PLANTX1_H,-10.8881,-0.0340,-24.6448,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PLANTX2,SPS.PLANTX2_H,-10.8881,-0.0340,-24.6448,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,-9.6767,-0.0298,-23.4376,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,-25.1283,-0.6387,-38.2803,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-16.9927,-1.2786,-29.5048,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,-7.3628,-0.7498,-20.4037,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,-25.1079,-0.6182,-38.2803,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,-16.0162,-0.7165,-29.0904,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,-1.3793,0.0980,-15.2679,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,23.6502,0.4824,9.3771,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,-1.3793,0.0980,-15.2679,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,-0.3563,0.3518,-14.4988,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-16.7268,-0.9303,-29.5872,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,30.9839,1.5984,15.5948,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,31.0548,1.6693,15.5948,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,30.8208,1.3041,15.7261,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,30.8012,0.9433,16.0673,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,29.1862,1.2921,14.1034,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-14.2203,-1.1159,-26.8951,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,-15.7151,-0.4903,-29.0155,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,-7.6673,0.0299,-21.4878,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,-7.6673,0.0299,-21.4878,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,-1.3793,0.0980,-15.2679,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,-27.6975,-0.1705,-41.3177,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,37.1400,1.3301,22.0192,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,-6.0613,0.6893,-20.5413,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,-5.7267,0.2979,-19.8153,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,-17.2232,-0.2572,-30.7567,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,30.9839,1.5984,15.5948,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,30.3251,1.8366,14.6978,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,30.1257,1.6372,14.6978,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,-24.9821,-0.4925,-38.2803,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,-6.2375,0.3869,-20.4151,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-16.9001,-1.2170,-29.4738,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-16.9233,-1.2406,-29.4734,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0163,V163_DDR,-15.7151,-0.6460,-28.8598,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0168,V168_DDR,-18.1667,-0.5758,-31.3816,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0180,V180_DDR,30.3251,1.8366,14.6978,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0181,V181_DDR,-16.7626,-1.0623,-29.4910,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0182,V182_DDR,29.5346,1.4576,14.2863,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0199,V199_DDR,29.5358,1.2437,14.5014,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0200,V200_DDR,30.8345,1.2756,15.7682,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.VOLT.0235,V235_DDR,-16.7236,-1.1678,-29.3465,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,-7.5687,-0.9557,-20.4037,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,23.2347,0.0670,9.3771,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,-15.1756,-0.9128,-28.0535,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,-15.8344,-0.7512,-28.8739,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS_SPS,SPS_LA,13.0508,0.6966,-1.4365,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,20.4416,0.4274,6.2236,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,SSCN_NPPD,SSCN_NPPD_LA,0.0866,-0.7725,-12.9316,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,20.7851,0.3016,6.6928,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,20.7851,0.3016,6.6928,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,TAL,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,TEC,SOUC,25.2193,0.4200,11.0086,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,1.0819,-1.5061,-11.2027,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,TVA,TVA,24.7800,0.3511,10.6382,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB,UCUHUB_H,-2.3450,-0.3994,-15.7363,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB17,UCUHUB17_H,-9.0232,-0.7233,-22.0906,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB18,UCUHUB18_H,-6.3983,-0.6331,-19.5558,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB19,UCUHUB19_H,-9.4177,-0.6715,-22.5369,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB20,UCUHUB20_H,-8.7641,-0.6468,-21.9079,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB21,UCUHUB21_H,-10.2539,-0.7229,-23.3217,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB22,UCUHUB22_H,-10.4685,-0.7596,-23.4996,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB23,UCUHUB23_H,-10.8255,-0.7657,-23.8505,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,UCUHUB24,UCUHUB24_H,-7.6489,-0.6683,-20.7713,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,9.0862,0.2341,-4.9385,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,9.0862,0.2341,-4.9385,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,7.7146,-0.6482,-5.4279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,7.7146,-0.6482,-5.4279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,8.2643,-0.6487,-4.8777,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,9.2657,-0.5322,-3.9928,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,9.2657,-0.5322,-3.9928,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,9.0862,0.2341,-4.9385,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,8.3452,-0.6191,-4.8264,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,8.7423,-0.1533,-4.8950,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,6.2078,-0.5238,-7.0590,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,3.3674,-1.8053,-8.6180,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,9.2845,0.1574,-4.6636,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,9.2845,0.1574,-4.6636,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,5.8615,-1.6430,-6.2861,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,6.6154,-0.7496,-6.4257,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,7.5628,-0.7647,-5.4631,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,5.4512,-0.8116,-7.5279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,6.1769,-0.5364,-7.0773,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,6.3882,-0.8035,-6.5989,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,6.5518,-0.9528,-6.2861,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,6.5518,-0.9528,-6.2861,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,6.7798,-0.7077,-6.3031,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,3.0897,-1.9298,-8.7712,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,6.8247,0.0726,-7.0386,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,8.5730,-0.2765,-4.9412,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,8.5730,-0.2765,-4.9412,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,8.5730,-0.2765,-4.9412,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,8.6801,-0.1366,-4.9740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,8.6801,-0.1366,-4.9740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,8.6801,-0.1366,-4.9740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,9.2543,0.3919,-4.9283,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,8.0015,-0.6327,-5.1564,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,8.0015,-0.6327,-5.1564,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-1.7885,-0.9836,-14.5956,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,5.3447,-0.6662,-7.7798,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,8.7768,-0.1856,-4.8282,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,3.2325,-0.8280,-9.7302,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,2.2461,-2.2799,-9.2647,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,6.7662,-0.8318,-6.1927,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,9.1527,0.2240,-4.8620,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,9.1527,0.2240,-4.8620,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,9.1519,0.2233,-4.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,9.1527,0.2240,-4.8620,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,8.9466,0.1037,-4.9478,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,3.0337,-1.4720,-9.2850,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,8.5233,-0.4153,-4.8521,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,4.1851,-0.6316,-8.9740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,4.1851,-0.6316,-8.9740,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,2.3458,-0.9957,-10.4491,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,2.3458,-0.9957,-10.4491,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,8.1522,-0.4821,-5.1564,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,8.8903,-0.4458,-4.4546,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,5.6956,-0.9513,-7.1437,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,3.6364,-1.6954,-8.4589,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,7.5840,-0.4272,-5.7795,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,8.2643,-0.6487,-4.8777,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,8.2643,-0.6487,-4.8777,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,5.4512,-0.8116,-7.5279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-0.7613,-1.4929,-13.0590,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,5.7461,-1.0426,-7.0020,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,3.2035,-1.8160,-8.7712,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,6.5729,-0.8843,-6.3335,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.FSE,WAUE.FSE_H,1.9521,-1.0501,-10.7885,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,9.2186,-0.4193,-4.1528,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,9.2890,-0.4437,-4.0580,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,2.7437,-1.7871,-9.2599,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,3.2404,-1.7058,-8.8444,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,8.1942,-0.6316,-4.9648,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,8.2310,-0.6839,-4.8758,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-15.8300,-1.5322,-28.0885,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,3.3674,-1.8053,-8.6180,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-7.2500,-1.2368,-19.8039,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,5.6337,-0.6011,-7.5559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,5.6339,-0.6009,-7.5559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,5.6341,-0.6007,-7.5559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,6.4703,-0.7618,-6.5585,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-0.7613,-1.4929,-13.0590,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,7.1466,-0.3551,-6.2890,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,5.2578,-0.8674,-7.6655,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,6.7694,0.0173,-7.0386,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,6.3942,-0.0263,-7.3702,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,6.3434,-0.4666,-6.9807,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,9.1301,-0.3292,-4.3314,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,5.7670,-0.6653,-7.3584,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,5.6450,-0.9300,-7.2157,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,3.2325,-0.8280,-9.7302,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,10.0986,0.0318,-3.7238,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,5.4368,-0.8231,-7.5307,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,10.0046,0.0086,-3.7947,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,6.8431,-0.3604,-6.5872,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,3.5932,-0.5745,-9.6230,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NTWK,WAUE.NTWK_H,5.9664,-0.6540,-7.1703,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,7.3185,-0.0450,-6.4271,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,7.3185,-0.0450,-6.4271,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,3.2942,-1.8892,-8.6073,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,2.6267,-1.8171,-9.3468,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,7.1401,-0.6619,-5.9887,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,3.2942,-1.8892,-8.6073,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,8.9896,-0.3550,-4.4460,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,5.0034,-1.1883,-7.5990,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,3.2325,-0.8280,-9.7302,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,5.8313,-0.8892,-7.0702,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,4.0840,-2.1076,-7.5990,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,0.7450,-2.1955,-10.8502,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,1.3939,-2.1936,-10.2031,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,7.5883,-0.6784,-5.5240,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,2.0293,-1.7530,-10.0084,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,7.4294,-0.4504,-5.9109,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,4.0881,-1.5704,-8.1322,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,3.6364,-1.6954,-8.4589,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.VOLT.0152,V152_DDR,9.4183,0.5581,-4.9304,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE.VOLT.0172,V172_DDR,9.0258,0.1626,-4.9274,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_BEPM,WAUE_BEPM_LA,7.7930,-0.1857,-5.8120,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,7.1362,-0.3935,-6.2609,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,6.3949,-0.0192,-7.3765,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_EWA,WAUE_EWA_LA,-1.0915,-1.4059,-13.4763,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,4.8450,-1.0536,-7.8922,13.7908\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_HMMU,WAUE_HMMU_LA,4.9848,-0.2352,-8.5706,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,9.2544,-0.3845,-4.1518,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_MECB,WAUE_MECB_LA,5.5031,-0.1836,-8.1039,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_MMPA,WAUE_MMPA_LA,8.9932,-0.0421,-4.7554,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_MRES,WAUE_MRES_LA,5.8385,-0.6477,-7.3044,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,9.1629,0.2931,-4.9208,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,9.2186,-0.4193,-4.1528,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,4.4926,-1.0595,-8.2385,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_OTP,WAUE_OTP_LA,10.3851,0.2282,-3.6337,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_OTPW,WAUE_OTPW_LA,17.0306,0.4774,2.7625,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM,WAUE_UGPM_LA,6.9105,-0.5845,-6.2957,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,7.5250,-0.3274,-5.9383,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,5.9187,-0.5786,-7.2934,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,4.7122,-0.9502,-8.1283,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-1.0915,-1.4059,-13.4763,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,4.9848,-0.2352,-8.5706,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,4.7748,-1.0163,-7.9996,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,9.2186,-0.4193,-4.1528,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,8.9932,-0.0421,-4.7554,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,6.2413,-0.5698,-6.9796,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,4.4048,-1.1898,-8.1961,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,9.2342,0.2390,-4.7954,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-20.0447,-1.3276,-32.5078,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-21.0701,-1.2062,-33.6545,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,0.1395,-0.9012,-12.7499,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,98.7947,0.4802,84.5238,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,98.7947,0.4802,84.5238,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-12.5160,-1.7317,-24.5750,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,89.9241,0.5553,75.5781,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,79.5509,0.5292,65.2311,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,17.5819,-0.7216,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,17.6171,-0.6864,4.5128,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,8.4797,-0.6421,-4.6689,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-17.6580,-1.4020,-30.0467,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-29.7711,-1.1660,-42.3958,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-20.6330,-1.2236,-33.2000,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,-7.4529,-0.8398,-20.4037,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_ENMC,WFEC_ENMC_LA,20.0098,0.9233,5.2958,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-22.4952,-1.0034,-35.2824,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,42.7421,0.4267,28.5248,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,28.6026,1.0214,13.7905,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-20.0447,-1.3276,-32.5078,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-20.0447,-1.3276,-32.5078,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-20.0447,-1.3276,-32.5078,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_OKGE,WFEC_OKGE_LA,2.3309,0.1181,-11.5779,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,44.0833,0.5855,29.7071,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-16.5079,-1.7573,-28.5413,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-11.5146,-1.8996,-23.4057,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_WFEC,WFEC_LA,17.4631,-0.1461,3.8185,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,28.6026,1.0214,13.7905,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-8.1016,-1.2043,-20.6880,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-12.4820,-1.0929,-25.1798,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,11.9305,0.3080,-2.1682,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-6.2570,-0.7938,-19.2539,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-19.3710,-1.1287,-32.0330,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-19.3710,-1.1287,-32.0330,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-11.2518,-0.8906,-24.1519,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-11.2518,-0.8906,-24.1519,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-11.2518,-0.8906,-24.1519,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-6.2570,-0.7938,-19.2539,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-3.3400,-0.1553,-16.9754,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-9.5860,-0.7647,-22.6119,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-9.5860,-0.7647,-22.6119,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-9.5860,-0.7647,-22.6119,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-9.5860,-0.7647,-22.6119,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-3.3400,-0.1553,-16.9754,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-16.4342,-1.2856,-28.9393,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-26.3975,-0.4603,-39.7279,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.JEC.1,WRJEFFUN10_RA,-4.7900,-0.5639,-18.0168,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.JEC.2,WRJEFFUN11_RA,-4.8406,-0.5680,-18.0633,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.JEC.3,WRJEFFUN12_RA,-4.8990,-0.6264,-18.0633,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-21.4096,-0.9240,-34.2763,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-22.4872,-1.0081,-35.2698,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-22.4872,-1.0081,-35.2698,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.LEC.4,WRLECUN26_RA,-8.5889,-0.1693,-22.2103,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.LEC.5,WRLECUN27_RA,-6.7794,-0.1457,-20.4244,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-8.5110,-0.7011,-21.6006,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-8.5110,-0.7011,-21.6006,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-8.5110,-0.7011,-21.6006,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-8.4694,-0.6735,-21.5865,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-9.1592,-0.9439,-22.0060,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-7.7342,-1.1522,-20.3727,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-7.7342,-1.1522,-20.3727,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-9.2308,-1.2413,-21.7802,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-9.1000,-1.0617,-21.8290,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-2.6725,-0.9478,-15.5154,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-6.9882,-0.9109,-19.8680,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-22.4924,-1.0133,-35.2698,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,79.8638,0.5291,65.5440,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-9.8865,-1.7865,-21.8906,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-4.4950,-0.5684,-17.7173,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-2.6618,-1.0238,-15.4287,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-3.3400,-0.1553,-16.9754,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-6.2570,-0.7938,-19.2539,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-13.3320,-0.7431,-26.3795,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.THAYERLD,WR.THAYERLD_LA,22.4081,0.3635,8.2539,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-14.1913,-0.7296,-27.2524,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0106,V106_DDR,-13.2564,-0.6996,-26.3475,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-10.8151,-0.0417,-24.5640,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-7.1058,-0.6845,-20.2120,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-8.8748,-0.0568,-22.6087,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-8.8748,-0.0568,-22.6087,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-7.6323,-0.1043,-21.3186,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-12.8501,-0.5999,-26.0409,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0157,V157_DDR,-8.7547,-0.0718,-22.4736,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0158,V158_DDR,-8.8748,-0.0568,-22.6087,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-8.8748,-0.0568,-22.6087,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-13.4927,-0.7787,-26.5047,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0173,V173_DDR,-8.7099,-0.8084,-21.6922,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0174,V174_DDR,-13.2796,-0.7120,-26.3583,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0184,V184_DDR,-12.8684,-0.7974,-25.8617,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-13.4616,-0.7326,-26.5197,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0186,V186_DDR,-13.3930,-0.7769,-26.4068,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-13.0464,-0.7708,-26.0663,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-14.0262,-0.7002,-27.1167,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-8.4742,-0.5537,-21.7112,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-5.4501,-0.5035,-18.7373,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-4.9116,-0.5278,-18.1745,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-4.9116,-0.5278,-18.1745,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-5.4501,-0.5035,-18.7373,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0245,V245_DDR,-13.4703,-0.7336,-26.5274,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.VOLT.0248,V248_DDR,-13.2564,-0.6996,-26.3475,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-17.2534,-0.8734,-30.1707,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-4.0531,-0.2925,-17.5513,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.WOLF,WRWOLFUN15_RA,-3.7052,-1.0921,-16.4038,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-16.4342,-1.2856,-28.9393,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,11.8577,0.2352,-2.1682,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-17.8685,-0.9675,-30.6917,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-15.6486,-0.6596,-28.7797,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-7.0551,-0.6874,-20.1583,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-14.6262,-0.7183,-27.6985,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-14.6262,-0.7183,-27.6985,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-14.6262,-0.7183,-27.6985,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-14.6262,-0.7183,-27.6985,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-5.8412,-0.4573,-19.1746,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-29.9611,-0.6983,-43.0534,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-29.9611,-0.6983,-43.0534,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-32.8495,-0.6843,-45.9559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-32.8495,-0.6843,-45.9559,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_MIDW,WR_MIDW_LA,-9.3655,-1.0353,-22.1209,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,28.7086,0.2140,14.7040,13.7906\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,18.2471,0.0650,4.3914,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-11.0203,-0.9489,-23.8621,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_SEG,WR_SEG_LA,11.6113,0.1376,-2.3170,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,WR_WR,WR_LA,-7.8226,-0.5167,-21.0966,13.7907\n03/19/2025 18:00:00,03/19/2025 23:00:00,YAD,VACS,25.0079,0.3864,10.8307,13.7908\n03/19/2025 19:00:00,03/20/2025 00:00:00,AEC,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_CSWS,CSWS_AECC_LA,38.3520,0.7993,18.1231,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,39.2812,0.4836,19.3679,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,36.3914,1.0861,15.8756,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,39.6787,0.2762,19.9729,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,37.3128,0.7946,17.0886,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,36.4572,0.4321,16.5955,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,38.2867,0.6075,18.2495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,AECI,AECI,33.2299,0.0856,13.7146,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,AEPM_CSWS,CSWS_LA,37.6666,0.7945,17.4424,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ALTW,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,AMRN,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,4.7803,-0.0168,-14.6326,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BBA,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BCA,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BEPM.ER01.DDR,ER01_DDR,-0.7335,-2.9186,-17.2446,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BEPM_ER01,BEPM_ER01_LA,-0.7335,-2.9186,-17.2446,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-0.4420,-1.3527,-18.5190,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,-1.6072,-0.6473,-20.3896,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BEPM_UM01,BEPM_UM01_LA,20.4195,0.3376,0.6523,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,BLKW,BLKW,14.9735,0.9096,-5.3658,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.0000,-1.6131,-47.8166,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.0000,-1.6131,-47.8166,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,17.4242,-1.4089,-0.5966,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9641,-1.5772,-47.8166,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BRAZ,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BUBA,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-16.6671,-1.4820,-34.6148,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-7.6283,-0.9698,-26.0881,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,4.9325,-0.9369,-13.5602,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,4.9325,-0.9369,-13.5602,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CLEC,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,37.9059,0.2580,18.2182,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,COWP,COWP_LA,30.4865,0.3274,10.7294,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,30.4865,0.3274,10.7294,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,30.4865,0.3274,10.7294,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CPLE,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CPLW,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,31.1431,0.6237,11.0897,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,31.1431,0.6237,11.0897,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,31.1431,0.6237,11.0897,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,31.1431,0.6237,11.0897,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CRTH_SPA,WRCRTH_SPA_LA,37.9600,-0.0186,18.5490,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,38.2272,1.9179,16.8796,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,1.8692,-0.6675,-16.8930,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,38.2867,0.6075,18.2495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,39.6787,0.2762,19.9729,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,38.2197,1.9052,16.8848,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,37.9491,1.4125,17.1069,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,38.1657,1.7651,16.9709,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,38.1657,1.7651,16.9709,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,38.7343,0.3566,18.9480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,38.7343,0.3566,18.9480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,38.6112,0.2335,18.9480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,38.6112,0.2335,18.9480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,38.2867,0.6075,18.2495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,41.5663,1.5543,20.5824,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,63.2821,-0.2077,44.0602,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,63.1039,-0.3860,44.0602,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,42.4725,0.0518,22.9911,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.6701,0.1765,17.0640,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,36.6701,0.1765,17.0640,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,36.6729,0.1765,17.0668,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,36.6729,0.1765,17.0668,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-16.3047,-0.8934,-34.8410,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,7.5007,-0.5016,-11.4274,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,44.7246,0.3941,24.9008,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-10.9533,-0.9797,-29.4033,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-10.8897,-0.9160,-29.4033,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,-9.3002,-0.4963,-28.2336,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.GRID.CDL1,CDL1_DDR,38.5761,0.4387,18.7077,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,0.6763,-0.7048,-18.0486,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,2.5832,-0.9032,-15.9432,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,38.5761,0.4387,18.7077,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.CSI1,CSI1_DDR,42.9923,0.3215,23.2411,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.CSI2,CSI2_DDR,43.0016,0.3308,23.2411,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,37.9098,0.2620,18.2182,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.GAZA,GAZA_DDR,38.5761,0.4387,18.7077,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,92.4900,0.9991,72.0612,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.NUEN.T201,NT201_DDR,38.5411,0.2206,18.8909,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,-2.6201,-1.0474,-21.0024,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,-2.6201,-1.0474,-21.0024,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,38.2867,0.6075,18.2495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,38.9618,2.0955,17.4367,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,-9.3002,-0.4963,-28.2336,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,-9.3002,-0.4963,-28.2336,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-11.7782,-0.8708,-30.3371,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-10.8897,-0.9160,-29.4033,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,37.4822,1.2669,16.7856,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.7884,0.0500,14.3087,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.5115,-0.2268,14.3087,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.5229,-0.2155,14.3087,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,18.1195,0.1444,-1.4545,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,18.1195,0.1444,-1.4545,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,38.0301,1.4010,17.1995,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,37.3910,0.2539,17.7075,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,37.9963,1.3913,17.1753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,39.5593,2.6609,17.4688,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,43.1314,0.7472,22.9545,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,43.0016,0.3308,23.2411,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0057,OKMU_DDR,38.7150,0.4296,18.8558,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0060,LEHIGH_DDR,92.4900,0.9991,72.0612,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0086,WARRENM_DDR,37.3309,0.2578,17.6434,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,39.0971,1.9652,17.7022,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,52.6772,0.1899,33.0576,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0121,V121_DDR,38.0301,1.4010,17.1995,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0122,V122_DDR,50.7154,0.1757,31.1100,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0124,V124_DDR,75.0611,0.0943,55.5371,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0135,V135_DDR,38.7153,0.2594,19.0263,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0144,V144_DDR,8.2186,-0.4190,-10.7921,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0145,V145_DDR,8.5072,-0.5127,-10.4098,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,38.0910,1.4448,17.2165,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,38.7295,0.8705,18.4293,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0175,V175_DDR,37.9098,0.2620,18.2182,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,38.7295,0.8705,18.4293,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,38.8501,1.0033,18.4171,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,38.7153,0.2594,19.0263,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,39.2794,0.2391,19.6106,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,38.8980,0.2004,19.2679,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,58.3631,-0.0292,38.9626,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,36.7836,0.1627,17.1913,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,39.2794,0.2391,19.6106,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0211,V211_DDR,38.1897,1.6486,17.1115,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,53.7086,0.2002,34.0788,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0213,V213_DDR,38.4484,0.2477,18.7710,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0215,V215_DDR,52.0720,0.1856,32.4567,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0217,V217_DDR,53.7782,0.1814,34.1672,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0218,V218_DDR,57.8119,-0.0142,38.3964,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0228,V228_DDR,38.8061,0.2032,19.1732,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0232,V232_DDR,37.7697,0.2518,18.0883,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0233,V233_DDR,39.4073,0.2574,19.7203,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0240,V240_DDR,47.9112,0.1488,28.3328,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0244,V244_DDR,39.2794,0.2391,19.6106,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0246,MDT1_DDR,92.4900,0.9991,72.0612,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0249,V249_DDR,38.3746,0.2651,18.6799,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0250,V250_DDR,1.3314,-0.6083,-17.4900,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0251,V251_DDR,37.4197,0.2115,17.7785,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.VOLT.0252,V252_DDR,58.3631,-0.0292,38.9626,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-20.9086,-0.8973,-39.4410,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,14.5701,-1.1185,-3.7411,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-14.6728,-1.9979,-32.1046,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,37.7124,1.1309,17.1518,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-19.7581,-1.7370,-37.4507,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,5.1035,-0.5392,-13.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,5.1035,-0.5392,-13.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,5.1035,-0.5392,-13.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,5.1035,-0.5392,-13.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,5.1035,-0.5392,-13.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,38.2867,0.6075,18.2495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,37.2872,1.7895,16.0680,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,37.7429,0.2249,18.0883,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,37.6436,0.1256,18.0883,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,40.3222,0.5196,20.3730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,40.3222,0.5196,20.3730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWELSH1,CSWSWELSHUN1_RA,38.3062,1.1064,17.7701,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWELSH3,CSWSWELSHUN3_RA,38.3062,1.1064,17.7701,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWILKES1,CSWSWILKESUN1_RA,38.5031,1.4063,17.6671,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWILKES2,CSWSWILKESUN2_RA,38.5031,1.4063,17.6671,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,CSWWILKES3,CSWSWILKESUN3_RA,38.2527,1.3322,17.4908,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-10.8679,-0.8943,-29.4033,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DENL,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DERS,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DOE,DOE,27.7141,0.2357,8.0487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,13.5179,-0.2495,-5.6623,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DPC,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,DUK,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDDY,EDDY,79.8634,1.8556,58.5781,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,35.7377,-0.1364,16.4445,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-2.7547,-0.4331,-21.7512,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,41.3424,-0.3023,22.2150,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE.SLCC,EDESTL4391_PLT,37.6729,-0.1581,18.4013,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,37.5631,-0.0978,18.2313,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,23.8535,-0.4865,4.9103,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_EC_01,EDELAR3821UN1_RA,35.7377,-0.1364,16.4445,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_EC_02,EDELAR3821UN2_RA,35.7377,-0.1364,16.4445,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_EC_03,EDELAR3821UN3_RA,35.7377,-0.1364,16.4445,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_EC_04,EDELAR3821UN4_RA,35.7377,-0.1364,16.4445,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_EDE,EDE_LA,38.8695,0.2722,19.1677,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_ERW,EDEERWFUNG1_RA,-8.2968,-1.0410,-26.6855,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,-5.6299,-1.4340,-23.6256,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,65.7400,0.6545,45.6558,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,65.7400,0.6545,45.6558,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,65.7400,0.6545,45.6558,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,65.7400,0.6545,45.6558,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,17.2570,0.4899,-2.6626,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_RIV_10,EDERIV1671UN10_RA,37.6220,-0.2717,18.4641,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_RIV_11,EDERIV1671UN11_RA,37.6220,-0.2717,18.4641,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_RIV_12,EDERIV453UN12_PLT,37.0728,-0.8210,18.4641,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_SL_01,EDESTL4391UN1_RA,37.6729,-0.1581,18.4013,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EDE_SWMP,EDE_SWMP_LA,33.8200,0.4070,13.9833,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EEI,EEI,27.6109,0.2326,7.9486,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EES,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,-6.6640,-1.1509,-24.9427,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,ERCOTE,ERCOTE,38.3062,1.1064,17.7701,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ERCOTN,ERCOTN,-2.5332,-0.9605,-21.0024,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,0.4920,-1.1238,-17.8138,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FMPP,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FPC,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FPL,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FREM_50T,OPPDFREM_GUN1_RA,4.7921,-0.9402,-13.6974,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,FREM_6,OPPDFREM_AUN6_RA,4.7794,-0.9496,-13.7006,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FREM_7,OPPDFREM_AUN7_RA,4.7794,-0.9496,-13.7006,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FREM_8,OPPDFREM_AUN8_RA,4.6713,-1.0577,-13.7006,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FREM_LOAD,FREM_LOAD_LA,4.7620,-0.9670,-13.7006,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-10.7470,-0.9058,-29.2709,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,37.4807,1.2654,16.7856,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-14.2598,-1.9824,-31.7071,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-34.4728,-1.5329,-52.3696,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,37.9059,0.2580,18.2182,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,37.9059,0.2580,18.2182,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,37.9059,0.2580,18.2182,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,43.1205,0.0871,23.6037,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,43.1205,0.0871,23.6037,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,43.2799,0.0822,23.7681,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,43.2799,0.0822,23.7681,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-19.9842,-1.3649,-38.0490,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,68.1700,-0.1249,48.8652,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,68.1700,-0.1249,48.8652,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,68.1700,-0.1249,48.8652,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.VOLT.0130,V130_DDR,43.8911,0.2917,24.1697,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA.VOLT.0237,V237_DDR,44.1380,0.1643,24.5440,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDAHUB2,GRDAHUB2_H,23.9642,-0.2649,4.7995,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDAHUB3,GRDAHUB3_H,18.2134,-0.4016,-0.8147,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA_GRDA,GRDA_LA,44.6684,0.1808,25.0580,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA_HUB,GRDA_H,32.1703,-0.0917,12.8324,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRDA_HUBSA,GRDASA_H,31.5782,-0.1173,12.2659,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GRE,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-0.0148,0.7851,-20.2296,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GSEC_SPS,SPS_GSEC_LA,7.3974,0.1818,-12.2141,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GSPR2014HUB,GSPR2014HUB_H,24.3690,0.1557,4.7836,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,GSPR2015HUB,GSPR2015HUB_H,23.5951,0.0978,4.0677,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,5.5749,-0.6681,-13.1867,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,HARRISON,CSWSLEBROCKPLT1,37.7093,1.1617,17.1179,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,HAST_TNSK_HUB,HAST_TNSK_H,3.0135,-1.3798,-15.0363,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,HQST,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,HST,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,52.5242,0.1119,32.9827,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,52.5242,0.1119,32.9827,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,50.8710,0.1142,31.3271,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,50.8710,0.1142,31.3271,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,54.2294,0.1122,34.6875,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,54.2294,0.1122,34.6875,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDN_INDN,INDN_LA,52.1697,0.1245,32.6155,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ISNE,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,JEA,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,5.1119,-0.8388,-13.4789,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,5.1119,-0.8388,-13.4789,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,-10.3785,-0.2726,-29.5356,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYCT4,KACYNEARMANUNCT4_RA,35.7217,-0.0012,16.2932,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,67.6904,-0.2049,48.4657,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,35.7217,-0.0012,16.2932,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,34.6190,0.0213,15.1680,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,34.9224,0.0178,15.4749,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KACY_KACY,KACY_LA,34.4500,0.0131,15.0072,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,23.4390,-0.1162,4.1256,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,47.3800,0.4919,27.4584,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.8669,-1.0156,-32.2810,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-43.9991,-1.4339,-61.9949,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0222,V222_DDR,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0223,V223_DDR,14.8397,-0.2548,-4.3352,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0241,V241_DDR,38.2578,0.3427,18.4854,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0243,V243_DDR,29.4359,-0.0193,10.0256,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0247,V247_DDR,28.0365,-0.0944,8.7013,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.VOLT.0253,V253_DDR,23.7294,-0.1098,4.4096,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,-1.2181,-1.4961,-19.1517,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,13.0787,-0.4522,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,13.0787,-0.4522,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,13.0787,-0.4522,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,13.0787,-0.4522,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,23.2982,-0.1205,3.9890,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,23.2982,-0.1205,3.9890,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB,KCPLHUB_H,3.1060,-0.8874,-15.4362,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB17,KCPLHUB17_H,1.6256,-0.9678,-16.8363,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB18,KCPLHUB18_H,1.0563,-0.9801,-17.3932,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB19,KCPLHUB19_H,0.6901,-0.9426,-17.7970,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB20,KCPLHUB20_H,0.0988,-1.0049,-18.3260,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB21,KCPLHUB21_H,-0.2303,-0.9778,-18.6822,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB22,KCPLHUB22_H,0.7887,-0.9758,-17.6653,19.4298\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB23,KCPLHUB23_H,0.3358,-0.9986,-18.0952,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLHUB24,KCPLHUB24_H,-0.6149,-1.0268,-19.0178,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,0.6367,-0.3247,-18.4683,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,0.6367,-0.3247,-18.4683,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,8.3744,-0.7524,-10.3029,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,8.3744,-0.7524,-10.3029,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,23.4398,-0.1155,4.1256,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,23.4390,-0.1162,4.1256,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,25.4371,-0.0586,6.0661,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,5.3748,-0.4716,-13.5833,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,25.3291,-0.1104,6.0099,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KCPL_KCPL,KCPL_LA,23.8910,-0.1304,4.5917,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KENN,KENN_LA,20.2532,0.4490,0.3746,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KEP2_SECI,KEP2_SECI_LA,-17.6570,-1.0990,-35.9877,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KERR_1,GRDAKERR_HYDUN1_RA,43.6791,0.1248,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KERR_2,GRDAKERR_HYDUN2_RA,43.5398,0.1279,23.9822,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KERR_3,GRDAKERR_HYDUN3_RA,43.5398,0.1279,23.9822,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KERR_4,GRDAKERR_HYDUN4_RA,43.6791,0.1248,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,13.0786,-0.4523,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,13.0786,-0.4523,-5.8988,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,14.9205,-0.3408,-4.1683,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,14.9205,-0.3408,-4.1683,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,10.4578,-0.4487,-8.5232,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,8.6899,-0.4086,-10.3312,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,8.6899,-0.4086,-10.3312,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-15.9417,-1.2173,-34.1541,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-15.9417,-1.2173,-34.1541,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-15.9417,-1.2173,-34.1541,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-10.5778,-1.2437,-28.7637,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-10.5778,-1.2437,-28.7637,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-16.0941,-1.2640,-34.2597,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-11.3177,-1.2339,-29.5134,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,-4.6087,-0.8495,-23.1889,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,59.8306,-0.2264,40.6274,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,59.8306,-0.2264,40.6274,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,-2.5655,-0.7930,-21.2022,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,-2.5655,-0.7930,-21.2022,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,-2.5655,-0.7930,-21.2022,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-13.5049,-1.6227,-31.3119,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-8.5431,-1.8437,-26.1291,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,3.6824,-0.8965,-14.8508,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,-12.2561,-0.2041,-31.4816,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LAFA,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LAM345,LAM345,-16.6671,-1.4820,-34.6148,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LEPA,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,5.5783,-0.9665,-12.8848,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_LES,LES_LA,5.4909,-0.9789,-12.9598,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,5.5154,-0.9921,-12.9221,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,5.3431,-1.0359,-13.0507,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,5.3431,-1.0359,-13.0507,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,5.3431,-1.0359,-13.0507,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,5.5161,-0.9915,-12.9221,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,5.5154,-0.9921,-12.9221,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_WAVERLY,LES_WAVERLY_H,5.3567,-1.0141,-13.0589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,5.4405,-0.9740,-13.0151,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,5.4405,-0.9740,-13.0151,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,LGEE,LGEE,25.4953,0.0803,5.9853,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MALDEN,MALDEN_LA,20.9318,0.4175,1.0846,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MCWEST,MCWEST,24.7403,-0.1832,5.4939,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MDU,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,-2.1955,-0.8220,-20.8032,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,2.1123,-0.6557,-16.6617,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,5.6670,-0.0475,-13.7151,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MEAN_NPPD,NPPD_MEAN_LA,0.6658,-1.4773,-17.2865,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MEC,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MHEB,MHEB,13.3884,-0.3155,-5.7257,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-12.4422,-1.8062,-30.0657,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-13.7674,-1.9033,-31.2937,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-12.4422,-1.8062,-30.0657,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-12.4422,-1.8062,-30.0657,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-13.7674,-1.9033,-31.2937,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MISO,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-17.2685,-0.9336,-35.7646,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-17.2685,-0.9336,-35.7646,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,-3.5692,-1.2207,-21.7781,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-18.9550,-1.7040,-36.6807,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-13.0707,-1.6308,-30.8695,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-19.5979,-1.5022,-37.5254,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-17.5792,-1.2805,-35.7284,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-19.7115,-1.4100,-37.7312,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-17.0884,-1.1999,-35.3181,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-17.0884,-1.1999,-35.3181,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-17.0884,-1.1999,-35.3181,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-17.0884,-1.1999,-35.3181,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-17.0884,-1.1999,-35.3181,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,22.9493,-0.2944,3.8141,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,25.8230,0.1580,6.2353,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,25.8230,0.1580,6.2353,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,24.2655,-0.0517,4.8876,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,35.0231,0.4198,15.1737,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MOWR,AECI,33.2299,0.0856,13.7146,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,26.2370,-0.0654,6.8727,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,26.4123,0.1713,6.8113,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-5.2157,-1.3670,-23.2784,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-12.2906,-0.8543,-30.8660,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-30.0158,-1.5136,-47.9318,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-5.1493,-1.3005,-23.2784,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,13.5281,-0.2393,-5.6623,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,13.5281,-0.2393,-5.6623,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,13.5286,-0.2388,-5.6623,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,13.5286,-0.2388,-5.6623,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,4.6503,-0.3681,-14.4112,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,4.7135,-0.3050,-14.4112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,28.6909,0.3400,8.9213,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,18.8833,-0.2310,-0.3154,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,12.4890,-0.3011,-6.6395,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,12.4891,-0.3010,-6.6395,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,12.4891,-0.3010,-6.6395,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,24.8400,-0.1263,5.5367,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,24.8400,-0.1263,5.5367,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MPS_MPS,MPS_LA,27.9582,-0.0740,8.6026,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,MSTNG,SPSMSTNGPLT1,39.5414,1.7296,18.3821,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MSTNG4,SPSMSTNGUN4_RA,39.4495,1.6377,18.3821,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MSTNG5,SPSMSTNGUN5_RA,39.5414,1.7296,18.3821,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,39.5414,1.7296,18.3821,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NBSO,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,2.2516,-1.3854,-15.7927,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,2.2511,-1.3858,-15.7927,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,0.3453,-1.1255,-17.9589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NHC1,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,5.0904,-0.8934,-13.4459,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,5.0904,-0.8934,-13.4459,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,5.0904,-0.8934,-13.4459,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-1.3973,-1.7766,-19.0503,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,1.9679,-1.9245,-15.5372,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,3.8210,-1.3531,-14.2555,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-0.7625,-1.3095,-18.8827,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,1.9679,-1.9245,-15.5372,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.HUB.PY2018,NPPDPY18_H,0.7392,-1.4146,-17.2758,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,0.8927,-1.4110,-17.1259,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,0.8324,-1.4043,-17.1930,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,0.9562,-1.3932,-17.0803,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-3.2071,-1.3692,-21.2676,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,-0.6378,-1.3666,-18.7009,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,-0.6378,-1.3666,-18.7009,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-7.3900,-1.5648,-25.2549,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-3.2071,-1.3692,-21.2676,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,8.4461,-2.3280,-8.6556,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,0.9641,-1.9907,-16.4749,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,-4.0626,-1.1382,-22.3541,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,0.9641,-1.9907,-16.4749,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,2.3662,-1.9057,-15.1577,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,0.4020,-1.7572,-17.2704,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,4.7844,-0.8727,-13.7725,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,1.9679,-1.9245,-15.5372,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,-3.5026,-1.2162,-21.7161,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,-0.6378,-1.3666,-18.7009,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,-0.6378,-1.3666,-18.7009,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,0.4010,-1.1817,-17.8470,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,0.3113,-1.1865,-17.9318,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,0.3113,-1.1865,-17.9318,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,1.3751,-0.9829,-17.0717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-10.9700,-0.9373,-29.4624,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,2.3361,-1.6539,-15.4396,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-1.2026,-1.5681,-19.0641,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-9.1719,-0.8346,-27.7670,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-11.7200,-0.8638,-30.2859,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.NELI.DDR,NELI_DDR,-2.3972,-1.5654,-20.2615,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.NPPM.1058,SH1058_DDR,16.9939,-0.9984,-1.4374,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,1.4812,-1.1241,-16.8244,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,1.9679,-1.9245,-15.5372,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,3.8210,-1.3531,-14.2555,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-3.2071,-1.3692,-21.2676,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.TECH.1,KEARNE_DDR,1.9205,-0.9241,-16.5850,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,2.9931,-2.3602,-14.0764,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,2.9931,-2.3602,-14.0764,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-3.3708,-1.4984,-21.3021,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD.VOLT.0236,V236_DDR,3.8765,-0.9047,-14.6484,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD2017HUB,NPPD2017HUB_H,0.7742,-1.4105,-17.2449,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,14.6960,-1.4179,-3.3158,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-1.3973,-1.7766,-19.0503,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,0.8895,-2.2929,-16.2473,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,0.8895,-2.2929,-16.2473,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,4.0268,-0.9391,-14.4638,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,3.8914,-0.8899,-14.6484,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-4.5048,-1.3345,-22.6000,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,0.5066,-1.2237,-17.6994,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,16.6202,-1.3720,-1.4374,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,16.6202,-1.3720,-1.4374,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,16.6202,-1.3720,-1.4374,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,3.0207,-1.3785,-15.0305,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,3.5828,-1.3177,-14.5292,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,2.8601,-1.2902,-15.2794,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-1.1462,-2.5120,-18.0639,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-1.0454,-2.4112,-18.0639,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,-1.7578,-1.4105,-19.7770,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,-2.0138,-1.4221,-20.0214,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,4.0080,-1.3273,-14.0944,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,3.9910,-1.3442,-14.0944,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,3.9910,-1.3442,-14.0944,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,3.9427,-1.3080,-14.1789,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,8.4461,-2.3280,-8.6556,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,3.8542,-1.3112,-14.2642,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,4.6775,-1.1367,-13.6155,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,3.0467,-1.3396,-15.0433,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,3.0344,-1.3488,-15.0465,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,3.0408,-1.3402,-15.0487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,3.0408,-1.3402,-15.0487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,3.0207,-1.3785,-15.0305,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,2.9862,-1.4130,-15.0305,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-0.5642,-1.3341,-18.6598,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,3.3100,-1.1152,-15.0044,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,-2.0888,-1.3548,-20.1637,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,1.3877,-2.2501,-15.7919,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,-4.3747,-1.2162,-22.5882,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,17.2487,-0.7436,-1.4374,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-2.3972,-1.5654,-20.2615,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,-1.4352,-1.3867,-19.4782,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,-1.4352,-1.3867,-19.4782,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_NPPD,NPPD_LA,5.4342,-1.2086,-12.7868,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,4.6775,-1.1367,-13.6155,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,4.6775,-1.1367,-13.6155,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,1.5613,-1.2900,-16.5783,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,0.0214,-1.4313,-17.9770,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NSB,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,NSP,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NSSO,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,NYIS,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-18.4391,-1.6369,-36.2318,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-21.1445,-1.4069,-39.1673,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-29.8104,-1.3018,-47.9382,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-29.8104,-1.3018,-47.9382,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-19.4904,-1.8150,-37.1050,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-34.4728,-1.5329,-52.3696,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-101.6555,-0.8102,-120.2749,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-47.1210,-1.4771,-65.0736,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-22.1130,-1.3564,-40.1863,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-20.8999,-1.4704,-38.8592,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,-5.5103,-0.4735,-24.4665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-22.1130,-1.3564,-40.1863,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-19.2172,-1.7920,-36.8548,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-18.1217,-1.6170,-35.9343,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,-15.0000,0.0198,-34.4495,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-20.8999,-1.4704,-38.8592,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-16.9000,-1.2249,-35.1048,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-16.1200,-1.2922,-34.2575,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-10.2908,-0.9616,-28.7589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-29.8783,0.0231,-49.3310,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-20.8999,-1.4704,-38.8592,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-9.9178,-0.7947,-28.5528,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NUEN.LAM1,LAM1_DDR,37.8883,1.2656,17.1930,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NUEN.MDT2,MDT2_DDR,-5.5085,-0.4717,-24.4665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NUEN.MDT3,MDT3_DDR,-5.5085,-0.4717,-24.4665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-10.4732,-0.7230,-29.1799,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,-5.8246,-0.4888,-24.7655,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,-5.8246,-0.4888,-24.7655,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,-5.8246,-0.4888,-24.7655,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,-5.7598,-0.4051,-24.7843,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,-5.7598,-0.4051,-24.7843,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,-5.8246,-0.4888,-24.7655,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,-5.8246,-0.4888,-24.7655,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-20.8999,-1.4704,-38.8592,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,26.1038,0.6873,5.9869,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-19.2172,-1.7920,-36.8548,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-21.4344,-0.2929,-40.5711,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-16.9000,-1.2249,-35.1048,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,35.1714,0.8505,14.8912,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-11.7242,-0.9544,-30.1995,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-11.7242,-0.9544,-30.1995,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-11.7242,-0.9544,-30.1995,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-11.7242,-0.9544,-30.1995,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-27.5232,-2.0395,-44.9134,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-24.0905,-1.2821,-42.2381,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-21.1445,-1.4069,-39.1673,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-27.4876,-1.2316,-45.6857,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-27.4876,-1.2316,-45.6857,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-25.1818,0.0952,-44.7066,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-11.6919,-1.0531,-30.0685,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-11.6919,-1.0531,-30.0685,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-11.6919,-1.0531,-30.0685,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0033,FOSTER_DDR,-3.8240,-0.3458,-22.9078,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,17.9814,0.3452,-1.7935,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0035,TARBY_DDR,37.6661,1.0016,17.2349,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,17.9814,0.3452,-1.7935,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,15.4569,0.1616,-4.1343,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,15.4569,0.1616,-4.1343,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-23.4753,-0.0194,-42.8855,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0040,TROSPER_DDR,-3.6562,-0.3237,-22.7622,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,-4.1406,-0.3267,-23.2436,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,36.2772,1.0010,15.8465,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0115,V115_DDR,-5.3615,-0.4506,-24.3405,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0116,V116_DDR,-21.0652,0.2310,-40.7258,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0118,V118_DDR,0.0400,0.0807,-19.4704,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0125,V125_DDR,36.8859,1.1380,16.3182,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0126,V126_DDR,35.8586,0.4710,15.9579,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0129,V129_DDR,0.6774,-0.7037,-18.0486,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,-4.6158,-0.4282,-23.6173,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0134,V134_DDR,36.9054,0.6290,16.8468,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0138,V138_DDR,34.9799,0.3834,15.1668,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,-4.5536,-0.3366,-23.6467,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0143,V143_DDR,23.6315,0.2247,3.9771,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0149,V149_DDR,-8.2563,-0.8157,-26.8703,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0150,V150_DDR,-8.3143,-0.8447,-26.8992,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0155,V155_DDR,34.1747,0.2926,14.4524,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0156,V156_DDR,-4.6158,-0.4282,-23.6173,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0166,V166_DDR,36.0667,0.9632,15.6738,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,-4.5260,-0.3448,-23.6108,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-8.3143,-0.8447,-26.8992,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0170,V170_DDR,-10.7540,-0.7172,-29.4665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-7.4332,-0.8105,-26.0524,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0176,V176_DDR,-8.3143,-0.8447,-26.8992,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0177,V177_DDR,-23.2466,-1.6851,-40.9911,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,-4.4859,-0.3456,-23.5700,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-12.7699,-1.0368,-31.1627,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0195,V195_DDR,167.5338,1.6496,146.4545,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0197,V197_DDR,33.5630,0.5744,13.5589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0198,V198_DDR,36.0667,0.9632,15.6738,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0208,V208_DDR,167.8400,1.6886,146.7217,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0209,V209_DDR,167.8400,1.6886,146.7217,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.6400,0.4031,14.8073,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0216,V216_DDR,-4.2632,-0.3283,-23.3645,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0219,V219_DDR,34.1747,0.2926,14.4524,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0220,V220_DDR,-8.3143,-0.8447,-26.8992,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0224,V224_DDR,-5.6191,-0.4405,-24.6083,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0225,V225_DDR,-5.6181,-0.4394,-24.6083,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0226,V226_DDR,-5.6191,-0.4405,-24.6083,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0227,V227_DDR,-5.6191,-0.4405,-24.6083,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0229,V229_DDR,-21.9672,0.0608,-41.4577,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0231,V231_DDR,-9.1050,0.2689,-28.8036,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0238,V238_DDR,-30.8434,-1.5224,-48.7507,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.VOLT.0242,V242_DDR,34.5123,0.3367,14.7459,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-20.0001,-2.0819,-37.3479,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-21.3608,-1.3226,-39.4679,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-18.1040,-1.5993,-35.9343,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-20.0001,-2.0819,-37.3479,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-18.5687,-1.5970,-36.4014,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-53.2106,-1.3694,-71.2709,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEHL7,OKGEHL7_H,-0.2888,-0.3250,-19.3935,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEHL8,OKGEHSL1UN8_RA,-0.2888,-0.3250,-19.3935,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEHL910,OKGEHSL1PLT2,-0.2888,-0.3250,-19.3935,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-18.2823,-1.6229,-36.0890,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEMCC,OKGEMCCLAIPLT1,-5.3574,-0.5946,-24.1925,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,31.0134,0.1930,11.3907,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,31.0134,0.1930,11.3907,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,30.9793,0.1590,11.3907,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,-0.2458,-0.6095,-19.0660,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,-0.2458,-0.6095,-19.0660,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,-0.2458,-0.6095,-19.0660,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,-0.2458,-0.6095,-19.0660,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESM1,OKGESEMINOLEUN1_RA,2.0211,-0.2294,-17.1791,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESM2,OKGESEMINOLEUN2_RA,3.6004,-0.2718,-15.5574,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESM3,OKGESEMINOLEUN3_RA,3.6004,-0.2718,-15.5574,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESO1,OKGESONR1UN1_RA,-53.9500,-1.1211,-72.2586,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESO2,OKGESONR1UN2_RA,-27.4876,-1.2316,-45.6857,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-18.2823,-1.6229,-36.0890,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-16.7419,-1.5008,-34.6707,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGETINK5A,OKGETINK5UN1_RA,-2.7321,-0.3536,-21.8082,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGETINK5B,OKGETINK5UN2_RA,-2.7321,-0.3536,-21.8082,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-15.1977,-1.3646,-33.2628,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-21.1445,-1.4069,-39.1673,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,36.2930,1.2928,15.5705,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-12.4424,-0.8941,-30.9780,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_OKGE,OKGE_LA,4.8100,-0.1229,-14.4968,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-21.4344,-0.2929,-40.5711,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-15.2677,-1.4346,-33.2628,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMLP,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,42.3054,0.1046,22.7711,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,36.4123,1.1742,15.8084,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_GENHUB,OMPA_GENHUB_H,-7.1128,-0.4477,-26.0948,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-101.4886,-0.6433,-120.2749,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-14.8316,-1.2284,-33.0328,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-22.1130,-1.3564,-40.1863,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-19.5708,-1.4785,-37.5219,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,-5.9378,-1.6118,-23.7557,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,201.2500,0.1299,181.6904,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-101.5424,-0.6971,-120.2749,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-101.5424,-0.6971,-120.2749,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_SPP,OMPA_SPP_LA,-16.7100,-0.6440,-35.4957,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-20.0001,-2.0819,-37.3479,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,37.0425,0.0697,17.5431,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,37.0425,0.0697,17.5431,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,37.0425,0.0697,17.5431,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,37.0425,0.0697,17.5431,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,ONT,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,4.9443,-0.9035,-13.5818,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,5.0826,-0.8742,-13.4728,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,5.0904,-0.8934,-13.4459,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,5.1453,-0.7849,-13.4995,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,5.0578,-0.8497,-13.5222,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,5.0578,-0.8497,-13.5222,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_GLDN,OPPD_GLDN_LA,4.9823,-0.8940,-13.5534,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,5.0185,-0.8873,-13.5238,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,8.4461,-2.3280,-8.6556,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,3.5280,-1.0869,-14.8148,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,5.0900,-0.8924,-13.4472,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_OPPD,OPPD_LA,5.0613,-0.8511,-13.5173,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,5.0751,-0.8279,-13.5267,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,5.0703,-0.8343,-13.5251,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OTP,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,OVEC,OVEC,24.5505,0.0230,5.0979,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PARAGOULD,PARAGOULD_LA,19.1969,0.4988,-0.7316,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,43.6529,-0.0046,24.2278,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,43.6529,-0.0046,24.2278,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,43.6529,-0.0046,24.2278,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,43.1780,0.0659,23.6824,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,43.1780,0.0659,23.6824,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,43.1780,0.0659,23.6824,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PIGGOTT,PIGGOTT_LA,20.4947,0.4378,0.6272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PJM,PJM,23.0175,-0.0716,3.6594,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PLUM,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,POPLARBLUFF,POPLARBLUFF_LA,23.7686,0.3388,4.0002,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,25.3865,-0.3900,6.3468,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,25.3865,-0.3900,6.3468,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,23.4351,-0.3854,4.3909,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,23.4351,-0.3854,4.3909,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,22.3545,0.7982,2.1266,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,22.3545,0.7982,2.1266,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,24.5072,-0.1924,5.2700,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,33.2000,-0.8627,14.6330,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-7.6283,-0.9698,-26.0881,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,99.5156,0.0828,80.0031,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,7.2333,-0.2114,-11.9850,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,-5.9770,0.0064,-25.4131,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,42.6187,0.5598,22.6293,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,39.0692,0.4776,19.1620,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,9.3865,-0.9392,-9.1040,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,21.2034,-0.1627,1.9365,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,7.2812,-1.2801,-10.8684,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,34.4043,1.0793,13.8954,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,14.3298,-0.1548,-4.9451,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,8.7326,-0.7624,-9.9347,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,PUPP,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,RCEAST,RCEAST,-6.4715,-1.7597,-24.1414,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_1,GRDASALINA1UN1_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_2,GRDASALINA1UN2_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_3,GRDASALINA1UN3_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_4,GRDASALINA1UN4_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_5,GRDASALINA1UN5_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SALINA_6,GRDASALINA1UN6_RA,43.6809,0.1266,24.1247,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SARPY_1,OPPDSARPYUN1_RA,5.0563,-0.8718,-13.5016,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SARPY_2,OPPDSARPYUN2_RA,5.0893,-0.8378,-13.5026,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SARPY_3,OPPDSARPYUN3_RA,5.0575,-0.9123,-13.4598,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SARPY_4,OPPDSARPYUN4_RA,5.0575,-0.9123,-13.4598,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SARPY_5,OPPDSARPYUN5_RA,5.0575,-0.9123,-13.4598,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SC,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SCEG,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SCSE,SCSE,-2.1603,-1.2571,-20.3329,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SEC,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-21.8789,-1.8173,-39.4913,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-21.8789,-1.8173,-39.4913,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-21.8789,-1.8173,-39.4913,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-15.6611,-0.7690,-34.3218,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-21.8789,-1.8173,-39.4913,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-18.1671,-1.6685,-35.9282,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-18.2479,-1.8139,-35.8636,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-18.2479,-1.8139,-35.8636,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-17.0906,-1.2022,-35.3181,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-24.4702,-1.6146,-42.2853,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-10.6514,-1.3174,-28.7637,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-16.4456,-0.9481,-34.9272,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-10.8396,-1.3520,-28.9173,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-21.0335,-1.8111,-38.6521,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-10.7010,-1.3468,-28.7839,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-19.0591,-2.0717,-36.4170,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-18.4398,-1.1875,-36.6820,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-16.1061,-1.3096,-34.2262,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-16.1061,-1.3096,-34.2262,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-16.1061,-1.3096,-34.2262,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-16.1061,-1.3096,-34.2262,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-16.4096,-1.4150,-34.4243,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-18.1671,-1.6685,-35.9282,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI_SECI,SECI_LA,-15.7428,-1.1756,-33.9968,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-17.0906,-1.2022,-35.3181,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SEHA,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-15.2677,-1.4346,-33.2628,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SERU,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SETH,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SGE,SGE,-2.5987,-1.2151,-20.8133,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SMEP,MISO,21.9535,0.0036,2.5202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SOCO,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPA,SPA,35.3716,0.5598,15.3821,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPC,SPC,19.1456,0.2538,-0.5378,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPPNORTH_HUB,SPPNORTH_H,5.1700,-1.0137,-13.2460,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPPSOUTH_HUB,SPPSOUTH_H,-5.3626,-0.7234,-24.0689,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,34.6748,0.4247,14.8204,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,34.6748,0.4247,14.8204,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,34.2778,0.3744,14.4737,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,34.2778,0.3744,14.4737,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_NIXA,SPRM_NIXA_LA,35.0108,0.4460,15.1351,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_SPRM,SPRM_LA,34.7167,0.4829,14.8041,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,34.7012,0.3228,14.9487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,34.7012,0.3228,14.9487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,34.6533,0.2749,14.9487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,34.7012,0.3228,14.9487,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,17.5924,0.7492,-2.5865,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,10.9089,0.1781,-8.6988,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,0.0813,-0.7088,-18.6395,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,0.0813,-0.7088,-18.6395,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,3.0917,-0.8749,-15.4630,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,26.2531,0.7795,6.0440,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,13.5794,-0.2635,-5.5868,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,77.8780,1.0176,57.4307,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,1.8651,-0.0776,-17.4870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,74.8540,1.6136,53.8107,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,80.8320,1.6848,59.7176,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,80.8320,1.6848,59.7176,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,74.8540,1.6136,53.8107,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,0.3734,-0.4955,-18.5608,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,10.9089,0.1781,-8.6988,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,-0.3758,-0.7115,-19.0940,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-11.4854,-1.7135,-29.2016,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,-4.2940,-0.6795,-23.0442,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,-0.9622,-0.2815,-20.1104,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,-1.8740,-0.7341,-20.5696,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-19.8139,-1.8059,-37.4376,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-19.8139,-1.8059,-37.4376,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-19.8139,-1.8059,-37.4376,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-19.8139,-1.8059,-37.4376,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GRID.WRAB,WRAB_DDR,3.6411,0.2686,-16.0571,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-19.8139,-1.8059,-37.4376,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,4.7803,-0.0168,-14.6326,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,4.7803,-0.0168,-14.6326,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,4.8729,0.0474,-14.6042,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,4.8729,0.0474,-14.6042,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,4.8729,0.0474,-14.6042,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,4.7803,-0.0168,-14.6326,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,3.9803,-0.7246,-14.7248,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,3.9792,-0.7246,-14.7259,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,3.9849,-0.7246,-14.7202,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,0.3453,-1.1255,-17.9589,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,76.9708,1.5762,55.9650,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,1.9863,-0.0847,-17.3587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,1.9863,-0.0847,-17.3587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,1.9863,-0.0847,-17.3587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,1.9863,-0.0847,-17.3587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,55.6565,1.8188,34.4080,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,74.0908,1.5618,53.0993,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,74.0908,1.5618,53.0993,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-15.1999,-1.3667,-33.2628,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,3.3948,-0.7079,-15.3269,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,3.3948,-0.7079,-15.3269,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,3.8831,-0.7186,-14.8279,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,3.6411,0.2686,-16.0571,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-10.2778,-1.4024,-28.3051,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,-1.7608,-0.8113,-20.3792,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-19.4904,-1.8150,-37.1050,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,3.6858,-0.4170,-15.3269,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PLANTX1,SPS.PLANTX1_H,12.3378,0.5008,-7.5926,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PLANTX2,SPS.PLANTX2_H,12.3378,0.5008,-7.5926,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,12.9886,0.4973,-6.9383,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,2.8000,-0.5948,-16.0349,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-15.1782,-1.6280,-32.9798,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,13.8604,0.0176,-5.5868,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,2.8356,-0.5592,-16.0349,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,0.3669,-0.5020,-18.5608,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,16.6312,0.7805,-3.5790,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,78.2727,1.4123,57.4307,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,16.6312,0.7805,-3.5790,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,17.1712,1.1750,-3.4334,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-36.8219,-0.8978,-55.3537,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,79.6951,2.7443,57.5211,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,79.8384,2.8876,57.5211,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,77.7140,2.4612,55.8231,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,73.9901,1.7054,52.8550,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,80.9519,2.4145,59.1078,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-16.6671,-1.4820,-34.6148,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,3.6244,0.1968,-16.0021,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,14.1520,0.5956,-5.8732,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,14.1520,0.5956,-5.8732,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,16.6312,0.7805,-3.5790,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,1.5659,0.0194,-17.8831,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,50.5815,2.2478,28.9041,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,15.3961,1.6182,-5.6518,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,16.1735,0.9848,-4.2409,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,8.1655,0.0880,-11.3521,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,79.6951,2.7443,57.5211,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,81.4011,3.0941,58.8773,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,81.1078,2.8009,58.8773,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,3.0098,-0.3849,-16.0349,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,15.0108,1.1735,-5.5924,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-14.0880,-1.5359,-31.9818,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-14.0985,-1.5698,-31.9583,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0163,V163_DDR,3.7537,-0.4788,-15.1972,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0168,V168_DDR,-6.9792,-0.6087,-25.8002,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0180,V180_DDR,81.4011,3.0941,58.8773,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0181,V181_DDR,-14.4500,-1.3253,-32.5544,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0182,V182_DDR,81.3444,2.5567,59.3580,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0199,V199_DDR,46.1924,2.1159,24.6468,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0200,V200_DDR,75.8606,2.1214,54.3095,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.VOLT.0235,V235_DDR,-10.2778,-1.4024,-28.3051,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,13.5794,-0.2635,-5.5868,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,77.8780,1.0176,57.4307,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,5.5091,-0.7339,-13.1867,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,4.1322,-0.5801,-14.7173,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS_SPS,SPS_LA,44.9099,1.4379,24.0423,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,35.0877,1.0072,14.6509,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,SSCN_NPPD,SSCN_NPPD_LA,-0.0048,-1.2366,-18.1979,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,23.1800,0.3203,3.4300,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,23.1800,0.3203,3.4300,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,TAL,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,TEC,SOUC,31.1009,0.4983,11.1730,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,1.3877,-2.2501,-15.7919,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,TVA,TVA,30.9878,0.3973,11.1608,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB,UCUHUB_H,-0.9484,-0.6716,-19.7065,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB17,UCUHUB17_H,-9.9815,-1.1050,-28.3062,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB18,UCUHUB18_H,-6.6208,-1.0007,-25.0498,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB19,UCUHUB19_H,-10.7163,-1.0464,-29.0995,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB20,UCUHUB20_H,-9.8963,-1.0087,-28.3173,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB21,UCUHUB21_H,-11.5792,-1.1025,-29.9063,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB22,UCUHUB22_H,-12.0045,-1.1578,-30.2763,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB23,UCUHUB23_H,-12.5317,-1.1662,-30.7952,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,UCUHUB24,UCUHUB24_H,-8.9067,-1.0283,-27.3081,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,19.6661,0.4577,-0.2212,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,19.6661,0.4577,-0.2212,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,10.1602,-0.8644,-8.4051,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,10.1602,-0.8644,-8.4051,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,13.1635,-0.8750,-5.3911,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,22.6924,-0.5966,3.8594,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,22.6924,-0.5966,3.8594,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,19.6661,0.4577,-0.2212,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,13.3298,-0.8221,-5.2777,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,15.4155,-0.1543,-3.8599,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,8.1836,-0.8680,-10.3781,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,3.8175,-2.6084,-13.0037,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,21.2907,0.3694,1.4916,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,21.2907,0.3694,1.4916,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,7.9867,-2.3476,-9.0953,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,8.9549,-1.1695,-9.3052,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,11.3131,-0.9690,-7.1476,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,7.1592,-1.2491,-11.0214,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,8.1917,-0.8418,-10.3961,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,8.5880,-1.2588,-9.5829,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,8.9377,-1.3967,-9.0953,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,8.9377,-1.3967,-9.0953,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,9.1621,-1.0958,-9.1718,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,3.2885,-2.7366,-13.4046,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,9.0881,0.0041,-10.3457,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,20.2838,-0.2911,1.1452,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,20.2838,-0.2911,1.1452,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,20.2838,-0.2911,1.1452,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,20.3415,-0.0974,1.0092,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,20.3415,-0.0974,1.0092,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,20.3415,-0.0974,1.0092,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,19.4989,0.6978,-0.6286,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,12.0635,-0.8594,-6.5067,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,12.0635,-0.8594,-6.5067,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,-2.3874,-1.2400,-20.5770,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,6.9381,-1.0725,-11.4191,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,19.0984,-0.2339,-0.0974,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,4.0000,-1.3203,-14.1094,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,1.4878,-3.2129,-14.7290,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,9.3332,-1.2216,-8.8748,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,20.5789,0.4306,0.7186,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,20.5789,0.4306,0.7186,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,20.5778,0.4296,0.7185,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,20.5789,0.4306,0.7186,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,20.3526,0.2527,0.6702,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,3.6031,-2.2148,-13.6118,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,14.3631,-0.5085,-4.5581,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,5.3081,-1.0425,-13.0790,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,5.3081,-1.0425,-13.0790,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,2.3509,-1.5559,-15.5228,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,2.3509,-1.5559,-15.5228,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,12.2816,-0.6414,-6.5067,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,18.1145,-0.5944,-0.7208,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,7.5240,-1.4231,-10.4826,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,4.3474,-2.4158,-12.6665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,10.0341,-0.7570,-8.6386,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,13.1635,-0.8750,-5.3911,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,13.1635,-0.8750,-5.3911,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,7.1592,-1.2491,-11.0214,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-6.3324,-1.8229,-23.9392,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,7.5498,-1.5395,-10.3404,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,3.4336,-2.5915,-13.4046,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,8.9172,-1.3089,-9.2036,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.FSE,WAUE.FSE_H,2.5510,-1.5665,-15.3121,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,22.4028,-0.3943,3.3674,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,22.7155,-0.4260,3.7118,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,3.1349,-2.6241,-13.6707,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,4.0115,-2.5050,-12.9131,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,12.9828,-0.8624,-5.5845,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,13.5733,-0.9408,-4.9155,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-15.9900,-2.3113,-33.1084,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,3.8175,-2.6084,-13.0037,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-30.1472,-1.4566,-48.1203,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,7.6197,-1.0123,-10.7977,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,7.6200,-1.0119,-10.7977,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,7.6202,-1.0118,-10.7977,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,8.7059,-1.1682,-9.5555,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-6.3324,-1.8229,-23.9392,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,9.4523,-0.6417,-9.3356,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,6.8893,-1.3393,-11.2011,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,9.0106,-0.0734,-10.3457,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,8.5713,-0.2187,-10.6397,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,8.3850,-0.7756,-10.2690,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,11.9340,-0.7044,-6.7913,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,7.5944,-1.0565,-10.7788,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,7.4600,-1.3912,-10.5785,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,4.0000,-1.3203,-14.1094,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,13.4809,0.0020,-5.9507,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,7.1386,-1.2661,-11.0250,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,13.2779,-0.0750,-6.0768,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,9.0524,-0.6395,-9.7377,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,5.4405,-0.9740,-13.0151,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NTWK,WAUE.NTWK_H,8.7183,-0.9713,-9.7400,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,10.2804,-0.0766,-9.0726,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,10.2804,-0.0766,-9.0726,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,3.8401,-2.7427,-12.8468,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,2.8069,-2.7841,-13.8387,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.9863,-1.0104,-8.4330,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,3.8401,-2.7427,-12.8468,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,14.1419,-0.5277,-4.7600,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,6.3301,-1.7451,-11.3544,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,4.0000,-1.3203,-14.1094,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,7.7708,-1.3101,-10.3488,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,4.5632,-3.5121,-11.3544,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-2.8929,-3.0842,-19.2384,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-0.8848,-3.0699,-17.2446,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,10.4143,-0.9161,-8.0993,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,3.0316,-2.5409,-13.8572,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,10.1534,-0.7475,-8.5287,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,4.8776,-2.2257,-12.3264,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,4.3474,-2.4158,-12.6665,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.VOLT.0152,V152_DDR,19.0320,0.9132,-1.3108,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE.VOLT.0172,V172_DDR,20.4195,0.3376,0.6523,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_BEPM,WAUE_BEPM_LA,14.5978,-0.2246,-4.6072,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,9.3902,-0.6853,-9.3542,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,8.5734,-0.2086,-10.6476,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_EWA,WAUE_EWA_LA,-7.7060,-1.7113,-25.4244,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,6.2652,-1.5806,-11.5839,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_HMMU,WAUE_HMMU_LA,7.0734,-0.4863,-11.8699,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,12.2096,-0.6646,-6.5555,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_MECB,WAUE_MECB_LA,7.4393,-0.4123,-11.5781,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_MMPA,WAUE_MMPA_LA,13.4740,-0.0971,-5.8586,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_MRES,WAUE_MRES_LA,7.7980,-1.0066,-10.6251,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,17.3914,0.5218,-2.5601,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,22.4028,-0.3943,3.3674,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,5.6658,-1.5946,-12.1692,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_OTP,WAUE_OTP_LA,16.4912,0.3588,-3.2973,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_OTPW,WAUE_OTPW_LA,28.2976,0.7555,8.1124,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM,WAUE_UGPM_LA,10.0743,-0.8488,-8.5066,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,13.3893,-0.4549,-5.5855,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,7.8381,-0.9402,-10.6514,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,13.1978,-1.1887,-5.0432,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-7.7060,-1.7113,-25.4244,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,7.0734,-0.4863,-11.8699,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,6.1327,-1.5419,-11.7551,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,22.4028,-0.3943,3.3674,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,13.4740,-0.0971,-5.8586,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,8.3647,-0.8754,-10.1896,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,5.6811,-1.7442,-12.0043,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,15.0297,0.3646,-4.7646,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-19.7483,-1.8164,-37.3615,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-21.1453,-1.7440,-38.8310,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,4.4019,-1.0455,-13.9823,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,92.1534,0.6625,72.0612,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,92.1534,0.6625,72.0612,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,-10.2999,-2.3946,-27.3350,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,84.3768,0.7614,64.1857,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,75.2197,0.7155,55.0746,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,24.0808,-1.0085,5.6596,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,24.1022,-0.9871,5.6596,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,24.1453,-0.9439,5.6596,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,13.5173,-0.8771,-5.0353,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-19.4904,-1.8150,-37.1050,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.0000,-1.6131,-47.8166,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-20.5664,-1.6586,-38.3375,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,13.7221,-0.1207,-5.5868,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_ENMC,WFEC_ENMC_LA,53.7919,1.7811,32.5812,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-20.8999,-1.4704,-38.8592,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,49.5233,0.6414,29.4523,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,61.1061,1.6794,39.9971,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-19.7483,-1.8164,-37.3615,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-19.7483,-1.8164,-37.3615,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-19.7483,-1.8164,-37.3615,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_OKGE,WFEC_OKGE_LA,0.7509,0.0524,-18.7312,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,44.9619,0.8508,24.6814,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-14.6700,-2.4515,-31.6481,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,-8.8938,-2.6037,-25.7197,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_WFEC,WFEC_LA,18.5406,-0.1751,-0.7139,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,61.1061,1.6794,39.9971,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-12.6474,-1.8658,-30.2113,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-14.5820,-1.4354,-32.5763,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,13.8290,0.3294,-5.9301,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,-4.5870,-1.2297,-22.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-22.8368,-1.6120,-40.6545,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-22.8368,-1.6120,-40.6545,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,-7.4885,-1.3336,-25.5845,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,-7.4885,-1.3336,-25.5845,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,-7.4885,-1.3336,-25.5845,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,-4.5870,-1.2297,-22.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,-2.6537,-0.3379,-21.7455,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-8.3056,-1.1787,-26.5565,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-8.3056,-1.1787,-26.5565,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-8.3056,-1.1787,-26.5565,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-8.3056,-1.1787,-26.5565,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,-2.6537,-0.3379,-21.7455,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-19.7213,-1.8014,-37.3496,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-27.0000,-0.7536,-45.6761,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.JEC.1,WRJEFFUN10_RA,-3.7879,-0.9144,-22.3032,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.JEC.2,WRJEFFUN11_RA,-3.8182,-0.9209,-22.3269,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.JEC.3,WRJEFFUN12_RA,-3.9031,-1.0059,-22.3269,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-19.9842,-1.3649,-38.0490,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-30.0000,-1.4979,-47.9318,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-30.0000,-1.4979,-47.9318,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.LEC.4,WRLECUN26_RA,-10.1770,-0.3573,-29.2493,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.LEC.5,WRLECUN27_RA,-7.6725,-0.3252,-26.7770,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,-7.1112,-1.0929,-25.4480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,-7.1112,-1.0929,-25.4480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,-7.1112,-1.0929,-25.4480,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,-7.0597,-1.0550,-25.4344,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-10.8468,-1.2064,-29.0700,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-12.2698,-1.7880,-29.9115,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-12.2698,-1.7880,-29.9115,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-8.5525,-1.8531,-26.1291,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-19.0825,-1.6155,-36.8967,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,-1.5947,-1.4441,-19.5802,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,-5.6299,-1.4340,-23.6256,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-30.0082,-1.5060,-47.9318,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,75.2528,0.7062,55.1169,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-9.7757,-2.6370,-26.5684,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,-3.2497,-0.9207,-21.7587,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,-1.2656,-1.5332,-19.1620,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,-2.6537,-0.3379,-21.7455,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,-4.5870,-1.2297,-22.7870,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-10.7119,-1.1304,-29.0112,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.THAYERLD,WR.THAYERLD_LA,24.4525,0.4014,4.6214,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-11.5259,-1.1081,-29.8474,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0106,V106_DDR,-10.8709,-1.0705,-29.2300,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0139,WR.VOLT.0139_H,-14.3324,-0.1789,-33.5832,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0141,WR.VOLT.0141_H,-5.1566,-1.0768,-23.5095,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0146,WR.VOLT.0146_H,-10.6606,-0.2000,-29.8902,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0147,WR.VOLT.0147_H,-10.6606,-0.2000,-29.8902,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0148,WR.VOLT.0148_H,-8.6382,-0.2670,-27.8008,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-10.7707,-0.9274,-29.2730,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0157,V157_DDR,-10.4661,-0.2211,-29.6746,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0158,V158_DDR,-10.6606,-0.2000,-29.8902,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0159,WR.VOLT.0159_H,-10.6606,-0.2000,-29.8902,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-11.4560,-1.1781,-29.7076,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0173,V173_DDR,-7.5877,-1.2412,-25.7762,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0174,V174_DDR,-11.2503,-1.0807,-29.5993,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0184,V184_DDR,-10.7860,-1.2054,-29.0102,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-10.8505,-1.1154,-29.1647,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0186,V186_DDR,-10.5681,-1.1763,-28.8215,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-10.8560,-1.1683,-29.1173,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-11.4625,-1.0703,-29.8218,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0189,WR.VOLT.0189_H,-6.3374,-0.8841,-24.8829,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0190,WR.VOLT.0190_H,-4.1521,-0.8306,-22.7512,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0191,WR.VOLT.0191_H,-3.6803,-0.8612,-22.2487,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0192,WR.VOLT.0192_H,-3.6803,-0.8612,-22.2487,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0196,WR.VOLT.0196_H,-4.1521,-0.8306,-22.7512,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0245,V245_DDR,-10.8445,-1.1169,-29.1573,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.VOLT.0248,V248_DDR,-10.8709,-1.0705,-29.2300,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-15.6877,-1.3012,-33.8161,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,-3.4080,-0.5330,-22.3047,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.WOLF,WRWOLFUN15_RA,-2.2779,-1.6288,-20.0787,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-19.7213,-1.8014,-37.3496,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,13.7248,0.2252,-5.9301,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-15.9782,-1.4326,-33.9753,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-13.5733,-1.0268,-31.9761,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,-5.1135,-1.0807,-23.4625,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-12.7071,-1.0918,-31.0450,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-12.7071,-1.0918,-31.0450,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-12.7071,-1.0918,-31.0450,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-12.7071,-1.0918,-31.0450,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,-4.3249,-0.7650,-22.9895,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-29.1789,-1.0876,-47.5210,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-29.1789,-1.0876,-47.5210,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-32.6709,-1.0775,-51.0230,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-32.6709,-1.0775,-51.0230,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_MIDW,WR_MIDW_LA,-11.6656,-1.5249,-29.5703,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,37.9827,0.1704,18.3826,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,22.9935,-0.0206,3.5845,19.4296\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-13.1482,-1.4418,-31.1361,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_SEG,WR_SEG_LA,17.2042,0.0656,-2.2911,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,WR_WR,WR_LA,-6.6283,-0.8303,-25.2277,19.4297\n03/19/2025 19:00:00,03/20/2025 00:00:00,YAD,VACS,31.0505,0.4491,11.1717,19.4297\n03/19/2025 20:00:00,03/20/2025 01:00:00,AEC,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_CSWS,CSWS_AECC_LA,60.9456,1.4955,24.7022,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,42.5746,0.9178,6.9089,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,94.9700,2.0118,58.2103,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,41.7729,0.5377,6.4872,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,50.8007,1.4620,14.5907,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,90.7331,0.8707,55.1145,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,47.2517,1.0825,11.4213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,AECI,AECI,40.2433,0.1447,5.3506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,AEPM_CSWS,CSWS_LA,47.3074,1.4850,11.0745,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ALTW,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,AMRN,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,107.0586,0.1966,72.1140,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BBA,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BCA,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BEPM.ER01.DDR,ER01_DDR,-1.6337,-5.1177,-31.2640,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BEPM_ER01,BEPM_ER01_LA,-1.6337,-5.1177,-31.2640,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,-0.0480,-2.1999,-32.5960,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,3.7357,-0.6257,-30.3865,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BEPM_UM01,BEPM_UM01_LA,32.5340,0.5395,-2.7535,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BLKW,BLKW,114.2918,2.1094,77.4345,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.0000,-2.7778,-61.9701,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.0000,-2.7778,-61.9701,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,44.8976,-2.3786,12.5282,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9365,-2.7143,-61.9701,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,BRAZ,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BUBA,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-15.6580,-2.3890,-48.0170,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-3.2371,-1.7981,-36.1869,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,20.6185,-1.8286,-12.3008,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,20.6185,-1.8286,-12.3008,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CLEC,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,41.7832,0.5501,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,COWP,COWP_LA,36.5614,0.5937,1.2198,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,36.5614,0.5937,1.2198,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,36.5614,0.5937,1.2198,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CPLE,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CPLW,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,56.0082,1.1979,20.0623,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,56.0082,1.1979,20.0623,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,56.0082,1.1979,20.0623,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,56.0082,1.1979,20.0623,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CRTH_SPA,WRCRTH_SPA_LA,41.8878,0.0161,7.1237,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,52.0230,3.4784,13.7967,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,22.4025,-1.0632,-11.2823,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,47.2517,1.0825,11.4213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,41.7729,0.5377,6.4872,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,51.9884,3.4552,13.7852,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,50.3621,2.4091,13.2050,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,51.5217,3.1848,13.5890,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,51.5217,3.1848,13.5890,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,41.5820,0.6859,6.1482,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,41.5820,0.6859,6.1482,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,41.3588,0.4626,6.1482,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,41.3588,0.4626,6.1482,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,47.2517,1.0825,11.4213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,49.3301,2.8082,11.7740,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,64.5929,-0.3280,30.1729,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,64.2735,-0.6473,30.1729,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,45.1820,0.1353,10.2988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,40.7230,0.3802,5.5949,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,40.7230,0.3802,5.5949,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,40.7250,0.3802,5.5968,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,40.7250,0.3802,5.5968,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-8.9914,-1.4885,-42.2508,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,29.4339,-0.8870,-4.4270,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,50.4673,0.7440,14.9754,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-0.2770,-1.6088,-33.4162,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-0.1586,-1.4903,-33.4162,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,8.6954,-0.7815,-25.2711,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.GRID.CDL1,CDL1_DDR,44.9418,0.8126,9.3812,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,15.1618,-1.4106,-18.1755,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,22.8843,-1.3578,-10.5059,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,44.9418,0.8126,9.3812,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.CSI1,CSI1_DDR,41.9796,0.6256,6.6060,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.CSI2,CSI2_DDR,41.9959,0.6419,6.6060,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,41.7908,0.5577,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.GAZA,GAZA_DDR,44.9418,0.8126,9.3812,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,87.7290,1.8218,51.1593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.NUEN.T201,NT201_DDR,41.8813,0.4425,6.6909,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,15.8719,-1.6063,-17.2698,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,15.8719,-1.6063,-17.2698,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,47.2517,1.0825,11.4213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,51.2426,3.7902,12.7044,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,8.6954,-0.7815,-25.2711,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,8.6954,-0.7815,-25.2711,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,-0.6667,-1.4424,-33.9722,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-0.1586,-1.4903,-33.4162,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,50.8621,2.2503,13.8638,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,37.9510,0.1428,3.0603,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,37.4519,-0.3563,3.0603,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,37.4886,-0.3197,3.0603,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,27.5954,0.2833,-7.4359,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,27.5954,0.2833,-7.4359,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,50.1414,2.4008,12.9927,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,41.0943,0.5142,5.8322,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,50.1393,2.3348,13.0565,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,51.9639,4.6994,12.5165,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,46.8965,1.3577,10.7908,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,41.9959,0.6419,6.6060,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0057,OKMU_DDR,45.1618,0.8206,9.5932,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0060,LEHIGH_DDR,87.7290,1.8218,51.1593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0086,WARRENM_DDR,41.3063,0.5295,6.0289,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,50.3991,3.4854,12.1658,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,53.8775,0.3891,18.7404,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0121,V121_DDR,50.1414,2.4008,12.9927,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0122,V122_DDR,52.0652,0.3653,16.9519,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0124,V124_DDR,75.2926,0.2083,40.3364,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0135,V135_DDR,42.3473,0.5572,7.0421,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0144,V144_DDR,30.1609,-0.7490,-3.8381,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0145,V145_DDR,30.3433,-0.9203,-3.4844,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,50.1949,2.4917,12.9552,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,47.3540,1.5564,11.0496,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0175,V175_DDR,41.7908,0.5577,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,47.3540,1.5564,11.0496,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,47.7284,1.8044,11.1761,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,42.3473,0.5572,7.0421,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,42.7178,0.5016,7.4683,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,42.2673,0.4215,7.0979,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,59.8259,-0.0101,25.0881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,40.7165,0.3590,5.6096,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,42.7178,0.5016,7.4683,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0211,V211_DDR,50.7666,2.8233,13.1953,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,55.3089,0.4016,20.1594,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0213,V213_DDR,42.1387,0.5158,6.8750,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0215,V215_DDR,53.5764,0.3797,18.4487,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0217,V217_DDR,55.3734,0.3719,20.2536,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0218,V218_DDR,59.2875,0.0163,24.5233,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0228,V228_DDR,42.0210,0.4136,6.8595,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0232,V232_DDR,41.6097,0.5562,6.3055,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0233,V233_DDR,42.8738,0.5395,7.5863,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0240,V240_DDR,49.7857,0.3088,14.7290,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0244,V244_DDR,42.7178,0.5016,7.4683,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0246,MDT1_DDR,87.7290,1.8218,51.1593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0249,V249_DDR,42.1029,0.5483,6.8066,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0250,V250_DDR,21.4132,-0.9763,-12.3585,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0251,V251_DDR,41.3246,0.4463,6.1304,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.VOLT.0252,V252_DDR,59.8259,-0.0101,25.0881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-14.8674,-1.4899,-48.1254,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,40.6348,-1.9241,7.8110,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-7.9435,-3.3891,-39.3023,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,49.6048,1.7535,13.1033,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-13.7324,-2.9863,-45.4940,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,26.1070,-0.9170,-7.7239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,26.1070,-0.9170,-7.7239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,26.1070,-0.9170,-7.7239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,26.1070,-0.9170,-7.7239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,26.1070,-0.9170,-7.7239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,47.2517,1.0825,11.4213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,53.6929,3.2634,15.6816,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,41.5639,0.5104,6.3055,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,41.5117,0.4582,6.3055,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,48.7004,0.9741,12.9783,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,48.7004,0.9741,12.9783,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWELSH1,CSWSWELSHUN1_RA,48.3038,1.9353,11.6206,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWELSH3,CSWSWELSHUN3_RA,48.3038,1.9353,11.6206,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWILKES1,CSWSWILKESUN1_RA,49.4178,2.4734,12.1964,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWILKES2,CSWSWILKESUN2_RA,49.4178,2.4734,12.1964,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,CSWWILKES3,CSWSWILKESUN3_RA,49.4975,2.3435,12.4060,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-0.1323,-1.4640,-33.4162,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,DENL,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,DERS,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,DOE,DOE,46.2584,0.4272,11.0833,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,20.7646,-0.5268,-13.4566,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,DPC,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,DUK,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDDY,EDDY,113.2608,3.4837,75.0292,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,39.8237,-0.2110,5.2867,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-0.8000,-0.7891,-34.7588,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,45.6285,-0.4912,11.3718,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE.SLCC,EDESTL4391_PLT,41.1123,-0.2352,6.5996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,41.0576,-0.1250,6.4347,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,27.9944,-0.8586,-5.8949,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_EC_01,EDELAR3821UN1_RA,39.8237,-0.2110,5.2867,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_EC_02,EDELAR3821UN2_RA,39.8237,-0.2110,5.2867,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_EC_03,EDELAR3821UN3_RA,39.8237,-0.2110,5.2867,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_EC_04,EDELAR3821UN4_RA,39.8237,-0.2110,5.2867,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_EDE,EDE_LA,43.1903,0.5362,7.9061,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_ERW,EDEERWFUNG1_RA,-3.5494,-1.9141,-36.3833,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,2.3559,-2.5689,-29.8231,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,86.0000,1.1824,50.0697,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,86.0000,1.1824,50.0697,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,86.0000,1.1824,50.0697,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,86.0000,1.1824,50.0697,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,10.2408,0.9332,-25.4403,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_RIV_10,EDERIV1671UN10_RA,40.8930,-0.4430,6.5881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_RIV_11,EDERIV1671UN11_RA,40.8930,-0.4430,6.5881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_RIV_12,EDERIV453UN12_PLT,39.9094,-1.4266,6.5881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_SL_01,EDESTL4391UN1_RA,41.1123,-0.2352,6.5996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EDE_SWMP,EDE_SWMP_LA,38.5850,0.7958,3.0412,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EEI,EEI,45.9282,0.4210,10.7593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,EES,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,1.0819,-1.9989,-31.6671,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ERCOTE,ERCOTE,48.3038,1.9353,11.6206,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ERCOTN,ERCOTN,16.0244,-1.4538,-17.2698,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,11.1732,-2.1592,-21.4156,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,FMPP,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FPC,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FPL,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FREM_50T,OPPDFREM_GUN1_RA,20.7681,-1.7944,-12.1854,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FREM_6,OPPDFREM_AUN6_RA,20.7567,-1.8091,-12.1821,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FREM_7,OPPDFREM_AUN7_RA,20.7567,-1.8091,-12.1821,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FREM_8,OPPDFREM_AUN8_RA,20.5799,-1.9859,-12.1821,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,FREM_LOAD,FREM_LOAD_LA,20.7283,-1.8376,-12.1821,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-3.7457,-1.6243,-36.8694,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,50.8593,2.2476,13.8638,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-13.2352,-3.1553,-44.8279,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-24.3384,-2.7091,-56.3772,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,41.7832,0.5501,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,41.7832,0.5501,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,41.7832,0.5501,6.4851,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,42.5805,0.1936,7.6390,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,42.5805,0.1936,7.6390,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,42.7771,0.1848,7.8443,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,42.7771,0.1848,7.8443,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-13.4012,-2.4415,-45.7076,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,48.5500,-0.1877,13.9898,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,48.5500,-0.1877,13.9898,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,48.5500,-0.1877,13.9898,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.VOLT.0130,V130_DDR,42.1558,0.5685,6.8394,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA.VOLT.0237,V237_DDR,41.2687,0.3341,6.1866,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDAHUB2,GRDAHUB2_H,29.0410,-0.4334,-5.2736,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDAHUB3,GRDAHUB3_H,23.4151,-0.6783,-10.6545,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA_GRDA,GRDA_LA,41.3202,0.3704,6.2019,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA_HUB,GRDA_H,35.8944,-0.1222,1.2686,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRDA_HUBSA,GRDASA_H,35.0799,-0.1647,0.4966,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GRE,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,18.1800,1.8527,-18.4206,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GSEC_SPS,SPS_GSEC_LA,79.9644,0.6357,44.5807,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GSPR2014HUB,GSPR2014HUB_H,58.4541,0.4052,23.3010,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,GSPR2015HUB,GSPR2015HUB_H,56.4237,0.2987,21.3770,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,24.8325,-0.8981,-9.0173,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,HARRISON,CSWSLEBROCKPLT1,49.8933,2.0073,13.1381,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,HAST_TNSK_HUB,HAST_TNSK_H,9.9070,-2.4693,-22.3717,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,HQST,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,HST,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,70.4829,0.0789,35.6561,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,70.4829,0.0789,35.6561,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,68.3267,0.0767,33.5020,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,68.3267,0.0767,33.5020,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,72.7094,0.0857,37.8757,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,72.7094,0.0857,37.8757,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDN_INDN,INDN_LA,69.9749,0.0986,35.1284,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ISNE,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,JEA,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,20.9293,-1.6568,-12.1618,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,20.9293,-1.6568,-12.1618,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,2.2650,-0.5522,-31.9307,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYCT4,KACYNEARMANUNCT4_RA,40.7078,-0.1154,6.0752,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,74.1010,-0.2891,39.6422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,40.7078,-0.1154,6.0752,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,39.9044,-0.0747,5.2311,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,40.1282,-0.0821,5.4624,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KACY_KACY,KACY_LA,39.7600,-0.0919,5.1040,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,32.1783,-0.3753,-2.1944,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,64.4328,0.8612,28.8236,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-10.9300,-1.6804,-43.9975,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-37.9510,-2.6949,-70.0040,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0222,V222_DDR,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0223,V223_DDR,22.1670,-0.5291,-12.0518,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0241,V241_DDR,52.3549,0.6051,17.0019,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0243,V243_DDR,34.3069,-0.0148,-0.4262,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0247,V247_DDR,39.0521,-0.2610,4.5652,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.VOLT.0253,V253_DDR,32.6438,-0.3646,-1.7396,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,4.6581,-2.7133,-27.3765,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,19.4620,-0.8545,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,19.4620,-0.8545,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,19.4620,-0.8545,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,19.4620,-0.8545,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,32.0709,-0.3850,-2.2921,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,32.0709,-0.3850,-2.2921,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB,KCPLHUB_H,10.1112,-1.6462,-22.9905,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB17,KCPLHUB17_H,8.3039,-1.7808,-24.6633,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB18,KCPLHUB18_H,7.8175,-1.8073,-25.1231,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB19,KCPLHUB19_H,7.5218,-1.7425,-25.4836,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB20,KCPLHUB20_H,6.6679,-1.8437,-26.2363,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB21,KCPLHUB21_H,6.2656,-1.7892,-26.6931,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB22,KCPLHUB22_H,7.2098,-1.7882,-25.7499,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB23,KCPLHUB23_H,6.7470,-1.8331,-26.1678,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLHUB24,KCPLHUB24_H,5.7022,-1.8834,-27.1624,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,11.2010,-0.6933,-22.8536,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,11.2010,-0.6933,-22.8536,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,14.3933,-1.3863,-18.9684,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,14.3933,-1.3863,-18.9684,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,32.1806,-0.3729,-2.1944,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,32.1783,-0.3753,-2.1944,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,33.6888,-0.2535,-0.8056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,11.2082,-0.8507,-22.6890,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,35.0034,-0.2949,0.5504,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KCPL_KCPL,KCPL_LA,32.0497,-0.3409,-2.3574,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KENN,KENN_LA,19.1179,0.8514,-16.4815,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KEP2_SECI,KEP2_SECI_LA,-17.4572,-1.6996,-50.5055,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KERR_1,GRDAKERR_HYDUN1_RA,41.1352,0.2649,6.1223,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KERR_2,GRDAKERR_HYDUN2_RA,41.2201,0.2721,6.2001,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KERR_3,GRDAKERR_HYDUN3_RA,41.2201,0.2721,6.2001,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KERR_4,GRDAKERR_HYDUN4_RA,41.1352,0.2649,6.1223,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,19.4618,-0.8547,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,19.4618,-0.8547,-14.4314,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,21.3625,-0.6644,-12.7210,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,21.3625,-0.6644,-12.7210,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,16.7279,-0.8343,-17.1857,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,14.7952,-0.7578,-19.1949,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,14.7952,-0.7578,-19.1949,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-14.5399,-1.9082,-47.3796,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-14.5399,-1.9082,-47.3796,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-14.5399,-1.9082,-47.3796,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,-2.5103,-2.1705,-35.0878,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,-2.5103,-2.1705,-35.0878,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-15.1027,-1.9935,-47.8572,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,-4.4783,-2.1491,-37.0772,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,3.8225,-1.5125,-29.4129,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,65.8543,-0.3493,31.4556,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,65.8543,-0.3493,31.4556,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,7.6033,-1.4947,-25.6499,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,7.6033,-1.4947,-25.6499,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,7.6033,-1.4947,-25.6499,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-5.7302,-2.8250,-37.6531,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-1.0214,-3.2785,-32.4908,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,11.7385,-1.6010,-21.4085,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,1.3212,-0.4405,-32.9862,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,LAFA,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LAM345,LAM345,-15.6580,-2.3890,-48.0170,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LEPA,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,16.4401,-1.8413,-16.4666,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_LES,LES_LA,16.5317,-1.8614,-16.3548,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,17.4025,-1.8820,-15.4635,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,16.0949,-1.9622,-16.6909,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,16.0949,-1.9622,-16.6909,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,16.0949,-1.9622,-16.6909,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,17.4036,-1.8808,-15.4635,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,17.4025,-1.8820,-15.4635,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_WAVERLY,LES_WAVERLY_H,17.1943,-1.9212,-15.6324,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,20.1658,-1.9002,-12.6820,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,20.1658,-1.9002,-12.6820,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,LGEE,LGEE,42.3620,0.1159,7.4982,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MALDEN,MALDEN_LA,21.4717,0.7889,-14.0651,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MCWEST,MCWEST,36.3775,-0.0470,1.6765,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MDU,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,2.5901,-0.8175,-31.3403,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,13.4557,-1.3066,-19.9856,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,20.5176,-0.2099,-14.0204,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MEAN_NPPD,NPPD_MEAN_LA,5.7298,-2.6108,-26.4073,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MEC,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MHEB,MHEB,16.9826,-0.7642,-17.0012,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-9.8895,-3.3534,-41.2840,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-6.3902,-3.3097,-37.8284,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-9.8895,-3.3534,-41.2840,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-9.8895,-3.3534,-41.2840,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-6.3902,-3.3097,-37.8284,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MISO,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-16.5844,-1.3638,-49.9686,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-16.5844,-1.3638,-49.9686,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,5.0350,-2.2576,-27.4554,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-15.9603,-2.8860,-47.8222,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,-4.2157,-2.9160,-36.0477,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-16.0507,-2.5474,-48.2512,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-12.4322,-2.1968,-44.9833,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-15.9954,-2.3865,-48.3568,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-10.9955,-2.0687,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-10.9955,-2.0687,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-10.9955,-2.0687,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-10.9955,-2.0687,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-10.9955,-2.0687,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,35.3336,-0.5958,1.1815,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,37.8426,0.2758,2.8189,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,37.8426,0.2758,2.8189,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,36.2016,-0.1345,1.5881,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,48.9244,0.7436,13.4328,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MOWR,AECI,40.2433,0.1447,5.3506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,36.2107,-0.1378,1.6006,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,38.1623,0.3032,3.1111,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,1.9114,-2.5429,-30.2936,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-8.7878,-1.6221,-41.9137,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-28.5170,-2.6913,-60.5736,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,2.0293,-2.4250,-30.2936,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,20.7826,-0.5087,-13.4566,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,20.7826,-0.5087,-13.4566,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,20.7833,-0.5080,-13.4566,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,20.7833,-0.5080,-13.4566,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,14.9718,-0.7740,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,15.0833,-0.6625,-19.0021,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,36.8169,0.6386,1.4304,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,27.4061,-0.4754,-6.8664,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,19.3611,-0.6024,-14.7844,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,19.3612,-0.6023,-14.7844,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,19.3612,-0.6023,-14.7844,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,34.7460,-0.3519,0.3500,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,34.7460,-0.3519,0.3500,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MPS_MPS,MPS_LA,40.3060,-0.2125,5.7705,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,MSTNG,SPSMSTNGPLT1,111.3230,2.5875,73.9876,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MSTNG4,SPSMSTNGUN4_RA,111.1549,2.4194,73.9876,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MSTNG5,SPSMSTNGUN5_RA,111.2011,2.4656,73.9876,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,111.3230,2.5875,73.9876,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NBSO,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,13.3938,-2.5245,-18.8296,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,13.3951,-2.5233,-18.8296,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,16.2652,-2.3086,-16.1741,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NHC1,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,21.1009,-1.7552,-11.8919,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,21.1009,-1.7552,-11.8919,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,21.1009,-1.7552,-11.8919,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-1.2735,-2.9839,-33.0375,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,8.7270,-3.4555,-22.5655,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,12.9103,-2.4902,-19.3475,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-6.8569,-2.6419,-38.9629,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,8.7270,-3.4555,-22.5655,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.HUB.PY2018,NPPDPY18_H,8.1113,-2.4284,-24.2083,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,8.4112,-2.4325,-23.9042,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,8.2838,-2.4151,-24.0490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,8.5629,-2.4034,-23.7816,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-9.9700,-2.7838,-41.9341,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,4.6968,-2.1089,-27.9422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,4.6968,-2.1089,-27.9422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,-0.6571,-2.7940,-32.6110,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-9.9700,-2.7838,-41.9341,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,11.3767,-4.4869,-18.8844,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,5.3038,-3.4631,-25.9810,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,0.5472,-1.6825,-32.5183,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,5.3038,-3.4631,-25.9810,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,6.2609,-3.4092,-25.0778,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,4.8564,-2.9562,-26.9353,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,14.9110,-1.6324,-18.2045,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,8.7270,-3.4555,-22.5655,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,1.1717,-1.8251,-31.7512,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,4.6968,-2.1089,-27.9422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,4.6968,-2.1089,-27.9422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,6.1351,-1.8997,-26.7132,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,6.0157,-1.8966,-26.8356,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,6.0157,-1.8966,-26.8356,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,7.6369,-1.6793,-25.4317,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-10.9700,-1.9074,-43.8105,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,9.5559,-2.9686,-22.2234,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-1.2084,-2.6348,-33.3216,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-4.5009,-1.7285,-37.5203,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-7.7200,-1.8067,-40.6612,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.NELI.DDR,NELI_DDR,-7.6141,-3.3632,-38.9988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.NPPM.1058,SH1058_DDR,26.6221,-2.0414,-6.0845,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,7.6196,-1.9483,-25.1800,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,8.7270,-3.4555,-22.5655,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,12.9103,-2.4902,-19.3475,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-9.9700,-2.7838,-41.9341,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.TECH.1,KEARNE_DDR,8.2264,-1.5608,-24.9607,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,6.6914,-4.2597,-23.7968,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,6.6914,-4.2597,-23.7968,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-9.6220,-3.2324,-41.1376,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD.VOLT.0236,V236_DDR,14.1572,-1.7041,-18.8866,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD2017HUB,NPPD2017HUB_H,8.1882,-2.4223,-24.1374,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,23.2257,-2.7965,-8.7257,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-1.2735,-2.9839,-33.0375,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,4.9010,-4.0215,-25.8254,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,4.9010,-4.0215,-25.8254,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,14.3242,-1.7677,-18.6561,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,14.1839,-1.6774,-18.8866,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-9.8222,-2.7016,-41.8685,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,6.2290,-1.9894,-26.5295,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,25.9406,-2.7228,-6.0845,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,25.9406,-2.7228,-6.0845,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,25.9406,-2.7228,-6.0845,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,9.9415,-2.4678,-22.3386,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,14.2071,-2.4702,-18.0706,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,10.7641,-2.3212,-21.6626,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-6.9590,-4.8736,-36.8333,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-6.7810,-4.6957,-36.8333,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,3.2373,-2.1783,-29.3324,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,2.9580,-2.2088,-29.5811,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,10.7065,-2.3533,-21.6881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,10.6752,-2.3846,-21.6881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,10.6752,-2.3846,-21.6881,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,10.6134,-2.3239,-21.8106,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,11.3767,-4.4869,-18.8844,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,10.5432,-2.3280,-21.8767,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,15.0145,-2.1353,-17.5981,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,9.9417,-2.3918,-22.4144,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,9.9096,-2.4095,-22.4288,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,9.9135,-2.3927,-22.4418,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,9.9135,-2.3927,-22.4418,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,9.9415,-2.4678,-22.3386,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,9.8767,-2.5326,-22.3386,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,-0.2124,-2.1746,-32.7857,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,12.0145,-2.0314,-20.7021,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,2.8191,-2.0558,-29.8730,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-0.0035,-4.3955,-30.3559,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,0.1347,-1.8382,-32.7751,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,27.0916,-1.5718,-6.0845,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-7.6141,-3.3632,-38.9988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,3.5482,-2.1385,-29.0612,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,3.5482,-2.1385,-29.0612,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_NPPD,NPPD_LA,11.0539,-2.2038,-21.4903,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,15.0145,-2.1353,-17.5981,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,15.0145,-2.1353,-17.5981,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,11.0384,-2.3712,-21.3383,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,5.5922,-2.7123,-26.4435,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NSB,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,NSP,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NSSO,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,NYIS,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-15.2456,-2.7527,-47.2409,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-14.1427,-2.4962,-46.3944,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-15.9972,-2.2964,-48.4487,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-15.9972,-2.2964,-48.4487,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-22.3995,-2.9443,-54.2031,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-24.3384,-2.7091,-56.3772,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-96.5330,-1.4409,-129.8401,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-40.9208,-2.6568,-73.0120,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-15.3948,-2.4221,-47.7207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-14.0138,-2.6160,-46.1457,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,6.9859,-0.7821,-26.9800,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-15.3948,-2.4221,-47.7207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-20.3997,-2.9389,-52.2088,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-12.8827,-2.7563,-44.8743,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,34.7400,-0.0247,0.0168,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-14.0138,-2.6160,-46.1457,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-10.6190,-2.1491,-43.2178,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-10.2400,-2.2782,-42.7097,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,-4.2555,-1.6646,-37.3388,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-20.5709,-0.1905,-55.1283,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-14.0138,-2.6160,-46.1457,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NUEN.ADA1,ADA1_DDR,-2.1995,-1.3122,-35.6352,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NUEN.LAM1,LAM1_DDR,84.3522,2.3143,47.2900,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NUEN.MDT2,MDT2_DDR,6.9891,-0.7788,-26.9800,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NUEN.MDT3,MDT3_DDR,6.9891,-0.7788,-26.9800,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.NUEN.WWO1,WWO1_DDR,-2.9372,-1.1917,-36.4935,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,5.5580,-0.8121,-28.3779,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,5.5580,-0.8121,-28.3779,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,5.5580,-0.8121,-28.3779,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,8.4495,-0.6596,-25.6389,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,8.4495,-0.6596,-25.6389,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,5.5580,-0.8121,-28.3779,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,5.5580,-0.8121,-28.3779,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-14.0138,-2.6160,-46.1457,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,40.7581,1.3341,4.6761,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-20.3997,-2.9389,-52.2088,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-9.9700,-0.4202,-44.2977,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-10.6190,-2.1491,-43.2178,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,86.6720,1.6910,50.2330,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-7.5674,-1.6579,-40.6574,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-7.5674,-1.6579,-40.6574,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-7.5674,-1.6579,-40.6574,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-7.5674,-1.6579,-40.6574,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-19.3962,-3.5835,-50.5607,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-16.9513,-2.2704,-49.4288,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-14.1427,-2.4962,-46.3944,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-20.3400,-2.1875,-52.9004,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-20.3400,-2.1875,-52.9004,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-5.9107,0.2288,-40.8874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-6.3505,-1.8290,-39.2694,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-6.3505,-1.8290,-39.2694,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-6.3505,-1.8290,-39.2694,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0033,FOSTER_DDR,12.9745,-0.5559,-21.2175,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,27.1097,0.6606,-8.2989,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0035,TARBY_DDR,85.3379,1.8485,48.7415,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,27.1097,0.6606,-8.2989,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,25.5067,0.3483,-9.5896,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,25.5067,0.3483,-9.5896,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-14.2343,0.0397,-49.0220,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0040,TROSPER_DDR,14.6601,-0.5158,-19.5720,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,14.3294,-0.5208,-19.8977,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,89.3943,1.9450,52.7013,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0115,V115_DDR,7.6148,-0.7407,-26.3924,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0116,V116_DDR,58.7392,0.4454,23.5459,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0118,V118_DDR,24.7555,0.1715,-10.1639,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0125,V125_DDR,86.1687,2.1784,49.2423,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0126,V126_DDR,20.0543,0.8700,-15.5636,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0129,V129_DDR,15.1638,-1.4086,-18.1755,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,26.2328,-0.7047,-7.8104,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0134,V134_DDR,-11.8254,1.1960,-47.7693,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0138,V138_DDR,28.1081,0.7030,-7.3428,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,23.1544,-0.5382,-11.0553,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0143,V143_DDR,31.3145,0.4555,-3.8889,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0149,V149_DDR,-0.7142,-1.3950,-34.0672,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0150,V150_DDR,-0.4276,-1.4242,-33.7513,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0155,V155_DDR,29.6846,0.5363,-5.5996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0156,V156_DDR,26.2328,-0.7047,-7.8104,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0166,V166_DDR,36.5771,1.7736,0.0556,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,22.7882,-0.5537,-11.4060,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,-0.4276,-1.4242,-33.7513,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0170,V170_DDR,-3.2265,-1.1788,-36.7956,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-4.9083,-1.3960,-38.2603,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0176,V176_DDR,-0.4276,-1.4242,-33.7513,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0177,V177_DDR,-18.1208,-2.9381,-49.9306,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,19.4098,-0.5548,-14.7834,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,-4.9813,-1.8166,-37.9126,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0195,V195_DDR,155.6322,2.8954,117.9888,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0197,V197_DDR,38.2042,1.0997,2.3566,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0198,V198_DDR,36.5771,1.7736,0.0556,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0208,V208_DDR,155.7469,2.9584,118.0406,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0209,V209_DDR,155.7469,2.9584,118.0406,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,37.2213,0.7837,1.6897,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0216,V216_DDR,14.2439,-0.5238,-19.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0219,V219_DDR,29.6846,0.5363,-5.5996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0220,V220_DDR,-0.4276,-1.4242,-33.7513,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0224,V224_DDR,7.0463,-0.7245,-26.9772,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0225,V225_DDR,7.0480,-0.7227,-26.9772,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0226,V226_DDR,7.0463,-0.7245,-26.9772,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0227,V227_DDR,7.0463,-0.7245,-26.9772,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0229,V229_DDR,-11.1719,0.1872,-46.1071,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0231,V231_DDR,23.3329,0.4878,-11.9028,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0238,V238_DDR,-20.4298,-2.6891,-52.4886,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.VOLT.0242,V242_DDR,29.0927,0.6173,-6.2725,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-15.0800,-3.5924,-46.2355,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-14.2264,-2.3370,-46.6374,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-12.8523,-2.7259,-44.8743,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-15.0800,-3.5924,-46.2355,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-12.8879,-2.7162,-44.9196,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-46.9011,-2.4647,-79.1843,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEHL7,OKGEHL7_H,20.8904,-0.5222,-13.3354,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEHL8,OKGEHSL1UN8_RA,20.8904,-0.5222,-13.3354,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEHL910,OKGEHSL1PLT2,20.8904,-0.5222,-13.3354,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-12.8101,-2.7689,-44.7891,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEMCC,OKGEMCCLAIPLT1,6.2438,-1.0060,-27.4981,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,34.4430,0.3544,-0.6593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,34.4430,0.3544,-0.6593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,34.3535,0.2649,-0.6593,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,16.4333,-1.0383,-17.2764,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,16.4333,-1.0383,-17.2764,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,16.4333,-1.0383,-17.2764,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,16.4333,-1.0383,-17.2764,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESM1,OKGESEMINOLEUN1_RA,20.6111,-0.3744,-13.7625,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESM2,OKGESEMINOLEUN2_RA,16.8676,-0.4450,-17.4353,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESM3,OKGESEMINOLEUN3_RA,16.8676,-0.4450,-17.4353,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESO1,OKGESONR1UN1_RA,-44.8406,-1.9949,-77.5936,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESO2,OKGESONR1UN2_RA,-20.3400,-2.1875,-52.9004,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-12.8101,-2.7689,-44.7891,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-10.4537,-2.5647,-42.6369,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGETINK5A,OKGETINK5UN1_RA,14.2939,-0.5711,-19.8830,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGETINK5B,OKGETINK5UN2_RA,14.2939,-0.5711,-19.8830,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-9.9697,-2.3970,-42.3207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-14.1427,-2.4962,-46.3944,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,92.5920,2.4467,55.3974,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-5.5460,-1.5282,-38.7657,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_OKGE,OKGE_LA,25.4438,-0.1798,-9.1244,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-9.9700,-0.4202,-44.2977,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-10.0887,-2.5160,-42.3207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMLP,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,44.3631,0.2331,9.3820,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,94.5126,2.1772,57.5875,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_GENHUB,OMPA_GENHUB_H,3.3675,-0.7602,-30.6202,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-96.2283,-1.1362,-129.8401,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,-7.9261,-2.1695,-40.5045,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-15.3948,-2.4221,-47.7207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-13.3643,-2.5143,-45.5979,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,8.0149,-2.6602,-24.0728,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,209.0000,0.2513,174.0008,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-96.3267,-1.2345,-129.8401,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-96.3267,-1.2345,-129.8401,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_SPP,OMPA_SPP_LA,1.6461,-1.0827,-32.0191,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-15.0800,-3.5924,-46.2355,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,40.4185,0.1718,5.4988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,40.4185,0.1718,5.4988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,40.4185,0.1718,5.4988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,40.4185,0.1718,5.4988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,ONT,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,21.1915,-1.7747,-11.7817,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,21.0835,-1.7223,-11.9422,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,21.1009,-1.7552,-11.8919,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,20.6048,-1.4931,-12.6500,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,20.7099,-1.6676,-12.3704,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,20.7099,-1.6676,-12.3704,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_GLDN,OPPD_GLDN_LA,20.7430,-1.7510,-12.2539,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,21.3153,-1.7470,-11.6856,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,11.3767,-4.4869,-18.8844,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,16.2924,-2.0807,-16.3749,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,21.1005,-1.7545,-11.8929,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_OPPD,OPPD_LA,21.0700,-1.6739,-12.0040,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,20.7841,-1.6300,-12.3338,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,20.7596,-1.6408,-12.3475,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,OTP,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,OVEC,OVEC,40.2978,0.0015,5.5484,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PARAGOULD,PARAGOULD_LA,15.3100,0.9505,-20.3885,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,42.6425,0.0380,7.8565,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,42.6425,0.0380,7.8565,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,42.6425,0.0380,7.8565,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,41.7165,0.1640,6.8045,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,41.7165,0.1640,6.8045,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,41.7165,0.1640,6.8045,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PIGGOTT,PIGGOTT_LA,19.9558,0.8292,-15.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PJM,PJM,37.1210,-0.1882,2.5612,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PLUM,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,POPLARBLUFF,POPLARBLUFF_LA,27.9972,0.6303,-7.3810,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,36.8363,-0.3965,2.4849,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,36.8363,-0.3965,2.4849,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,35.0177,-0.3845,0.6543,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,35.0177,-0.3845,0.6543,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,34.9402,1.4496,-1.2574,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,34.9402,1.4496,-1.2574,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,36.1732,-0.0430,1.4682,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,44.0312,-1.0681,10.3513,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-3.2371,-1.7981,-36.1869,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,102.3300,0.1902,67.3919,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,18.1556,-0.4884,-16.1039,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,18.1571,0.0849,-16.6758,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,50.9000,1.0430,15.1090,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,42.3689,0.9041,6.7169,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,10.0492,-1.8640,-22.8348,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,31.5320,-0.1984,-3.0175,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,6.3811,-2.5178,-25.8491,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,36.8286,1.7726,0.3081,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,18.9950,-0.4669,-15.2860,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,7.9954,-1.6002,-25.1523,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,PUPP,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,RCEAST,RCEAST,-4.1134,-2.4233,-36.4380,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_1,GRDASALINA1UN1_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_2,GRDASALINA1UN2_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_3,GRDASALINA1UN3_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_4,GRDASALINA1UN4_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_5,GRDASALINA1UN5_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SALINA_6,GRDASALINA1UN6_RA,41.1384,0.2682,6.1223,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SARPY_1,OPPDSARPYUN1_RA,20.6782,-1.7136,-12.3561,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SARPY_2,OPPDSARPYUN2_RA,20.6545,-1.6522,-12.4412,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SARPY_3,OPPDSARPYUN3_RA,20.5574,-1.7851,-12.4054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SARPY_4,OPPDSARPYUN4_RA,20.5574,-1.7851,-12.4054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SARPY_5,OPPDSARPYUN5_RA,20.5574,-1.7851,-12.4054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SC,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SCEG,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SCSE,SCSE,2.8741,-1.6279,-30.2459,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SEC,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-19.1660,-3.1143,-50.7996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-19.1660,-3.1143,-50.7996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-19.1660,-3.1143,-50.7996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-14.4062,-1.0481,-48.1060,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-19.1660,-3.1143,-50.7996,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-16.3288,-2.7650,-48.3118,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-14.1449,-3.0774,-45.8154,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-14.1449,-3.0774,-45.8154,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-10.9997,-2.0729,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-21.5348,-2.8059,-53.4769,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,-2.6470,-2.3071,-35.0878,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-15.5934,-1.3908,-48.9506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-7.9458,-2.1082,-40.5856,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-18.3386,-3.0908,-49.9957,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-7.8456,-2.1099,-40.4836,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-27.2200,-3.5039,-58.4640,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-15.0291,-1.9571,-47.8200,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-14.8198,-2.0721,-47.4956,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-14.8198,-2.0721,-47.4956,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-14.8198,-2.0721,-47.4956,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-14.8198,-2.0721,-47.4956,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-15.3262,-2.2582,-47.8159,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-16.3288,-2.7650,-48.3118,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI_SECI,SECI_LA,-13.0920,-1.8972,-45.9427,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-10.9997,-2.0729,-43.6748,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SEHA,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-10.0887,-2.5160,-42.3207,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SERU,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SETH,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SGE,SGE,2.0123,-1.5434,-31.1923,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SMEP,MISO,34.1394,-0.0585,-0.5501,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SOCO,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPA,SPA,49.7270,1.0412,13.9379,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPC,SPC,29.6868,0.3548,-5.4159,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPPNORTH_HUB,SPPNORTH_H,16.1750,-1.9257,-16.6472,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPPSOUTH_HUB,SPPSOUTH_H,10.9000,-1.2073,-22.6407,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,40.2898,0.7789,4.7630,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,40.2898,0.7789,4.7630,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,40.1537,0.6885,4.7173,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,40.1537,0.6885,4.7173,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_NIXA,SPRM_NIXA_LA,40.5211,0.8174,4.9557,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_SPRM,SPRM_LA,40.3739,0.8831,4.7428,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,40.1278,0.5944,4.7855,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,40.1278,0.5944,4.7855,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,40.0422,0.5087,4.7855,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,40.1278,0.5944,4.7855,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,113.4313,1.6132,77.0702,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,117.8423,0.7753,82.3190,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,16.0086,-1.1492,-17.5901,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,16.0086,-1.1492,-17.5901,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,108.7511,-1.1494,75.1526,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,111.6274,1.8288,75.0506,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,113.4871,1.1518,77.5874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,113.3758,3.0593,75.5685,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,108.2000,0.0632,73.3889,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,111.4923,2.4064,74.3380,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,111.8967,2.7793,74.3695,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,111.8967,2.7793,74.3695,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,111.4923,2.4064,74.3380,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,16.2798,-1.0433,-17.4248,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,117.8423,0.7753,82.3190,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,15.5306,-0.9425,-18.2749,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-7.5514,-2.6930,-39.6063,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,7.3562,-0.8562,-26.5356,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,14.2614,-0.1210,-20.3655,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,12.4085,-0.9829,-21.3566,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-25.0000,-2.8900,-56.8579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-25.0000,-2.8900,-56.8579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-25.0000,-2.8900,-56.8579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-25.0000,-2.8900,-56.8579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GRID.WRAB,WRAB_DDR,23.0812,0.7007,-12.3674,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-25.0000,-2.8900,-56.8579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,107.0586,0.1966,72.1140,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,107.0586,0.1966,72.1140,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,104.2469,0.2793,69.2197,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,104.2469,0.2793,69.2197,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,104.2469,0.2793,69.2197,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,107.0586,0.1966,72.1140,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,24.3338,-0.9770,-9.4372,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,24.3289,-0.9769,-9.4422,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,24.3450,-0.9769,-9.4260,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,16.2652,-2.3086,-16.1741,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,111.5301,2.4615,74.3206,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,108.1603,0.0461,73.3662,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,108.1603,0.0461,73.3662,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,108.1603,0.0461,73.3662,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,108.1603,0.0461,73.3662,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,111.8074,2.8641,74.1953,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,111.4227,2.3452,74.3296,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,111.4227,2.3452,74.3296,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-9.9806,-2.4078,-42.3207,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,22.8332,-1.0093,-10.9054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,22.8332,-1.0093,-10.9054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,24.1079,-0.9720,-9.6680,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,23.0812,0.7007,-12.3674,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,-5.0333,-2.1324,-37.6488,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,12.3532,-1.1779,-21.2169,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-22.3995,-2.9443,-54.2031,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,23.3427,-0.4998,-10.9054,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PLANTX1,SPS.PLANTX1_H,115.0011,1.2811,78.9721,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PLANTX2,SPS.PLANTX2_H,115.0011,1.2811,78.9721,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,114.6662,1.2557,78.6626,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,108.8126,-0.6790,74.7437,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-15.2994,-2.5525,-47.4949,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,114.0071,1.6718,77.5874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,108.8865,-0.6051,74.7437,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,16.3446,-0.9785,-17.4248,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,113.1756,1.8324,76.5953,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,113.5690,3.2526,75.5685,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,113.1756,1.8324,76.5953,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,113.9486,2.6933,76.5074,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-79.1637,-1.2794,-112.6323,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,114.1024,4.8671,74.4874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,114.3060,5.0706,74.4874,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,113.7321,4.5510,74.4332,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,115.7000,2.7992,78.1529,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,114.0441,4.5499,74.7463,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-15.6580,-2.3890,-48.0170,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,23.0657,0.5755,-12.2577,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,113.8260,1.4379,77.6402,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,113.8260,1.4379,77.6402,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,113.1756,1.8324,76.5953,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,108.4450,0.2392,73.4579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,112.4983,3.6511,74.0993,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,115.8051,3.4250,77.6322,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,114.5188,2.1502,77.6207,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,115.0358,0.4857,79.8022,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,114.1024,4.8671,74.4874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,114.9521,5.5719,74.6323,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,114.4186,5.0383,74.6323,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,109.1957,-0.2959,74.7437,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,115.0032,2.6640,77.5912,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-13.0216,-2.3658,-45.4038,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-13.0354,-2.4276,-45.3558,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0163,V163_DDR,24.3896,-0.5120,-9.8464,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0168,V168_DDR,6.3015,-0.8765,-27.5700,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0180,V180_DDR,114.9521,5.5719,74.6323,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0181,V181_DDR,-13.8980,-2.0431,-46.6028,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0182,V182_DDR,114.0667,4.6126,74.7062,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0199,V199_DDR,112.2160,3.3709,74.0972,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0200,V200_DDR,112.6007,3.4519,74.4009,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.VOLT.0235,V235_DDR,-5.0333,-2.1324,-37.6488,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,113.4871,1.1518,77.5874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,113.3758,3.0593,75.5685,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,24.7757,-0.9549,-9.0173,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,23.2973,-0.7092,-10.7414,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS_SPS,SPS_LA,88.6191,2.6133,51.2579,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,113.0791,1.8331,76.4981,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SSCN_NPPD,SSCN_NPPD_LA,-4.6244,-2.4905,-36.8819,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,29.3721,0.5961,-5.9719,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,29.3721,0.5961,-5.9719,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,TAL,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,TEC,SOUC,55.4649,0.9399,19.7771,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-0.0035,-4.3955,-30.3559,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,TVA,TVA,56.6145,0.7449,21.1217,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB,UCUHUB_H,7.4323,-1.2453,-26.0703,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB17,UCUHUB17_H,-6.1590,-1.9500,-38.9569,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB18,UCUHUB18_H,-0.8499,-1.8157,-33.7821,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB19,UCUHUB19_H,-5.7663,-1.8778,-38.6365,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB20,UCUHUB20_H,-4.6740,-1.7974,-37.6246,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB21,UCUHUB21_H,-6.8407,-1.9459,-39.6427,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB22,UCUHUB22_H,-7.3639,-2.0540,-40.0579,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB23,UCUHUB23_H,-8.0909,-2.0684,-40.7704,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,UCUHUB24,UCUHUB24_H,-3.2160,-1.8164,-36.1475,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,30.8318,0.7659,-4.6821,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,30.8318,0.7659,-4.6821,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,9.2973,-1.6445,-23.8061,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,9.2973,-1.6445,-23.8061,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,16.7915,-1.6359,-16.3206,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,33.8800,-0.9289,0.0610,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,33.8800,-0.9289,0.0610,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,30.8318,0.7659,-4.6821,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,17.1981,-1.4575,-16.0923,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,21.4609,-0.3759,-12.9112,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,6.4788,-1.8507,-26.4185,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,1.7490,-4.7731,-28.2258,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,33.2910,0.6646,-2.1215,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,33.2910,0.6646,-2.1215,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,11.3606,-4.3693,-19.0180,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,7.3674,-2.4705,-24.9101,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,15.7523,-1.6367,-17.3589,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,4.3683,-2.5315,-27.8482,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,6.2356,-1.8576,-26.6548,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,6.3205,-2.6839,-25.7436,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,12.9806,-2.7493,-19.0180,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,12.9806,-2.7493,-19.0180,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,7.8085,-2.2844,-24.6551,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,2.0761,-4.8730,-27.7988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,7.9170,-0.3264,-26.5045,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,32.6272,-0.5732,-1.5476,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,32.6272,-0.5732,-1.5476,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,32.6272,-0.5732,-1.5476,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,32.7857,-0.2291,-1.7331,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,32.7857,-0.2291,-1.7331,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,32.7857,-0.2291,-1.7331,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,30.3171,1.2146,-5.6455,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,14.2585,-1.6827,-18.8067,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,14.2585,-1.6827,-18.8067,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,2.4097,-1.6118,-30.7264,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,4.0077,-2.3242,-28.4160,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,29.6980,-0.5374,-4.5125,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-6.5506,-2.6440,-38.6546,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,0.0872,-5.6677,-28.9930,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,13.5057,-2.4130,-18.8292,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,32.4576,0.6252,-2.9156,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,32.4576,0.6252,-2.9156,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,32.4540,0.6217,-2.9157,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,32.4576,0.6252,-2.9156,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,32.5191,0.3925,-2.6213,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-0.4484,-4.2491,-30.9472,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,19.3211,-0.9845,-14.4424,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,0.7602,-2.1953,-31.7925,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,0.7602,-2.1953,-31.7925,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-1.9579,-3.1285,-33.5773,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-1.9579,-3.1285,-33.5773,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,14.6494,-1.2919,-18.8067,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,25.9553,-1.1457,-7.6469,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,4.9250,-2.9077,-26.9152,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,3.8958,-4.3549,-26.4972,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,11.5318,-1.5857,-21.6304,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,16.7915,-1.6359,-16.3206,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,16.7915,-1.6359,-16.3206,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,4.3683,-2.5315,-27.8482,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-3.9902,-2.4796,-36.2585,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,8.7280,-2.9106,-23.1093,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,2.2766,-4.6725,-27.7988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,7.1308,-2.5990,-25.0181,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.FSE,WAUE.FSE_H,0.0939,-2.8971,-31.7569,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,33.8992,-0.5161,-0.3327,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,34.1579,-0.5823,-0.0078,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,0.6283,-4.8761,-29.2435,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,1.8342,-4.6697,-28.2440,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,16.3717,-1.6688,-16.7075,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,17.6407,-1.8097,-15.2975,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-16.6200,-4.4697,-46.8983,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,1.7490,-4.7731,-28.2258,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-30.3700,-1.9585,-63.1594,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,11.2922,-2.4441,-21.0116,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,11.4660,-2.2703,-21.0116,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,11.2931,-2.4432,-21.0116,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,4.9739,-2.4125,-27.3615,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-3.9902,-2.4796,-36.2585,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,9.2661,-1.4157,-24.0661,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,4.3309,-2.6203,-27.7968,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,7.7818,-0.4616,-26.5045,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,12.4207,-0.6020,-21.7252,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,6.7859,-1.6863,-26.2758,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,16.6520,-1.4026,-16.6933,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,5.8714,-1.9550,-26.9215,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,4.7111,-2.8557,-27.1811,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-6.5506,-2.6440,-38.6546,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,17.5621,-0.2547,-16.9311,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,4.3228,-2.5659,-27.8592,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,17.4015,-0.3435,-17.0030,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,8.4109,-1.4119,-24.9252,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,20.1658,-1.9002,-12.6820,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NTWK,WAUE.NTWK_H,10.0061,-1.9058,-22.8360,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,11.4654,-0.3397,-22.9428,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,11.4654,-0.3397,-22.9428,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,1.4899,-5.0322,-28.2259,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-1.4564,-5.3035,-30.9009,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.8586,-2.1266,-22.7627,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,1.4899,-5.0322,-28.2259,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,18.5148,-1.1217,-15.1115,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,5.2239,-3.2199,-26.3041,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-6.5506,-2.6440,-38.6546,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,7.4918,-2.4713,-24.7848,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,2.8451,-5.5988,-26.3041,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-3.9790,-5.4435,-33.2834,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-1.9066,-5.3906,-31.2640,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,10.6290,-1.7571,-22.3618,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,5.6432,-4.5923,-24.5124,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,9.8584,-1.6883,-23.2013,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,3.7296,-3.9972,-27.0211,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,3.8958,-4.3549,-26.4972,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.VOLT.0152,V152_DDR,29.1765,1.5884,-7.1599,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE.VOLT.0172,V172_DDR,32.5340,0.5395,-2.7535,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_BEPM,WAUE_BEPM_LA,20.9188,-0.4993,-13.3299,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,9.2056,-1.4788,-24.0636,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,12.4129,-0.5832,-21.7519,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_EWA,WAUE_EWA_LA,-5.4723,-2.3184,-37.9018,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,4.4297,-3.1051,-27.2131,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_HMMU,WAUE_HMMU_LA,17.0190,-0.9657,-16.7633,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,15.6772,-1.4023,-17.6684,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_MECB,WAUE_MECB_LA,9.8430,-0.9279,-23.9770,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_MMPA,WAUE_MMPA_LA,17.2266,-0.4043,-17.1170,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_MRES,WAUE_MRES_LA,6.2951,-2.0564,-26.3965,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,25.6634,0.8741,-9.9587,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,33.8992,-0.5161,-0.3327,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,3.7744,-3.0593,-27.9142,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_OTP,WAUE_OTP_LA,21.5786,0.5080,-13.6773,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_OTPW,WAUE_OTPW_LA,31.7247,1.1236,-4.1469,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM,WAUE_UGPM_LA,11.6635,-1.6138,-21.4707,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,18.0492,-0.9418,-15.7570,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,7.1953,-1.8679,-25.6847,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,20.3593,-2.0753,-12.3133,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-5.4723,-2.3184,-37.9018,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,17.0190,-0.9657,-16.7633,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,4.5623,-3.0491,-27.1365,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,33.8992,-0.5161,-0.3327,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,17.2266,-0.4043,-17.1170,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,8.1110,-1.7733,-24.8636,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,4.4493,-3.2987,-26.9999,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,20.4053,0.5284,-14.8710,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-13.7441,-3.1296,-45.3625,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-16.8940,-3.0997,-48.5422,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,25.3759,-1.5877,-7.7843,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,87.1279,1.2206,51.1593,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,87.1279,1.2206,51.1593,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,0.6619,-4.0468,-30.0392,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,81.4027,1.3988,45.2559,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,74.4916,1.3171,38.4265,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,54.9250,-1.7779,21.9549,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,55.0104,-1.6924,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,55.0877,-1.6151,21.9549,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,38.4117,-1.4925,5.1562,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-22.3995,-2.9443,-54.2031,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.0000,-2.7778,-61.9701,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-14.5065,-2.8498,-46.4047,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,113.7334,1.3981,77.5874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_ENMC,WFEC_ENMC_LA,113.1606,3.2241,75.1885,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-14.0138,-2.6160,-46.1457,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,49.6096,1.1629,13.6988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,111.5804,2.5995,74.2330,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-13.7441,-3.1296,-45.3625,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-13.7441,-3.1296,-45.3625,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-13.7441,-3.1296,-45.3625,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_OKGE,WFEC_OKGE_LA,29.2134,0.1728,-5.7073,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,65.4900,1.5160,29.2260,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,-6.6813,-4.2672,-37.1621,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,2.8951,-4.4874,-27.3654,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_WFEC,WFEC_LA,33.3307,-0.2574,-1.1598,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,111.5804,2.5995,74.2330,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-11.6621,-3.4420,-42.9681,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-12.5467,-2.2858,-45.0089,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,5.0970,-1.5391,-28.1118,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,5.0970,-1.5391,-28.1118,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,5.0970,-1.5391,-28.1118,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,5.0970,-1.5391,-28.1118,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,5.0970,-1.5391,-28.1118,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,5.0970,-1.5392,-28.1118,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,5.0970,-1.5392,-28.1118,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,18.7687,0.6447,-16.6239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,3.4250,-2.1747,-29.1483,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-19.2491,-2.7994,-51.1976,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-19.2491,-2.7994,-51.1976,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,0.4860,-2.3705,-31.8914,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,0.4860,-2.3705,-31.8914,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,0.4860,-2.3705,-31.8914,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,3.4250,-2.1747,-29.1483,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,8.6224,-0.7136,-25.4119,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.HEC.GT1,WRHECGTUN32_RA,-0.2937,-2.0979,-32.9438,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.HEC.GT2,WRHECGTUN33_RA,-0.2937,-2.0979,-32.9438,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.HEC.GT3,WRHECGTUN34_RA,-0.2937,-2.0979,-32.9438,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.HEC.GT4,WRHECGTUN35_RA,-0.2937,-2.0979,-32.9438,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,8.6224,-0.7136,-25.4119,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-17.0540,-3.0543,-48.7476,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-25.5831,-1.2675,-59.0635,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.JEC.1,WRJEFFUN10_RA,5.3676,-1.6434,-27.7370,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.JEC.2,WRJEFFUN11_RA,5.4223,-1.6572,-27.6684,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.JEC.3,WRJEFFUN12_RA,5.2676,-1.8120,-27.6684,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-13.4012,-2.4415,-45.7076,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-28.4879,-2.6622,-60.5736,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-28.4879,-2.6622,-60.5736,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.LEC.4,WRLECUN26_RA,2.2818,-0.7222,-31.7439,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.LEC.5,WRLECUN27_RA,3.8394,-0.6424,-30.2661,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,0.9528,-1.9424,-31.8527,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,0.9528,-1.9424,-31.8527,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,0.9528,-1.9424,-31.8527,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,1.0372,-1.8756,-31.8351,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-7.7441,-1.8491,-40.6430,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-9.9726,-3.3415,-41.3790,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-9.9726,-3.3415,-41.3790,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-1.0384,-3.2955,-32.4908,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-13.3300,-2.9282,-45.1497,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,7.8229,-2.7423,-24.1827,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,2.3559,-2.5689,-29.8231,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-28.5035,-2.6778,-60.5736,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,74.8700,1.3024,38.8197,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,-2.8518,-4.6983,-32.9014,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,5.0970,-1.5392,-28.1118,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,3.8806,-2.7735,-28.0938,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,8.6224,-0.7136,-25.4119,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,3.4250,-2.1747,-29.1483,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-3.5084,-2.0271,-36.2292,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.THAYERLD,WR.THAYERLD_LA,24.9876,0.7498,-10.5101,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-4.2442,-1.9865,-37.0056,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0106,V106_DDR,-3.8349,-1.9289,-36.6539,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0139,WR.VOLT.0139_H,0.3898,-0.4192,-33.9389,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0141,WR.VOLT.0141_H,2.8062,-1.9189,-30.0229,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0146,WR.VOLT.0146_H,2.1974,-0.4268,-32.1237,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0147,WR.VOLT.0147_H,2.1974,-0.4268,-32.1237,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0148,WR.VOLT.0148_H,4.0951,-0.5785,-30.0744,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-3.7867,-1.6635,-36.8711,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0157,V157_DDR,2.2865,-0.4626,-31.9988,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0158,V158_DDR,2.1974,-0.4268,-32.1237,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0159,WR.VOLT.0159_H,2.1974,-0.4268,-32.1237,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-4.7769,-2.1220,-37.4029,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0173,V173_DDR,0.3815,-2.2045,-32.1619,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0174,V174_DDR,-4.4584,-1.9445,-37.2619,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0184,V184_DDR,-4.0796,-2.1670,-36.6606,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-3.6456,-2.0027,-36.3909,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0186,V186_DDR,-3.2212,-2.1056,-35.8635,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-4.0398,-2.1003,-36.6874,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-4.2607,-1.9277,-37.0809,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0189,WR.VOLT.0189_H,2.0110,-1.5512,-31.1857,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0190,WR.VOLT.0190_H,4.2420,-1.3711,-29.1349,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0191,WR.VOLT.0191_H,4.7830,-1.4281,-28.5368,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0192,WR.VOLT.0192_H,4.7830,-1.4281,-28.5368,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0196,WR.VOLT.0196_H,4.2420,-1.3711,-29.1349,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0245,V245_DDR,-3.6269,-2.0045,-36.3703,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.VOLT.0248,V248_DDR,-3.8349,-1.9289,-36.6539,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-9.3074,-2.3353,-41.7200,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,6.6370,-0.9745,-27.1364,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.WOLF,WRWOLFUN15_RA,3.0975,-2.9478,-28.7026,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-17.0540,-3.0543,-48.7476,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,18.5797,0.4557,-16.6239,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-9.0266,-2.5521,-41.2224,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,-5.1755,-1.8797,-38.0437,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,2.8608,-1.9255,-29.9616,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-5.9373,-1.9733,-38.7120,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-5.9373,-1.9733,-38.7120,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-5.9373,-1.9733,-38.7120,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-5.9373,-1.9733,-38.7120,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,4.4075,-1.3602,-28.9802,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-22.3304,-1.9795,-55.0989,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-22.3304,-1.9795,-55.0989,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-26.1455,-2.0228,-58.8707,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-26.1455,-2.0228,-58.8707,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_MIDW,WR_MIDW_LA,-6.8906,-2.6866,-38.9520,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,52.8235,0.2744,17.8012,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,32.7955,-0.1169,-1.8355,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,-4.5695,-2.5789,-36.7385,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_SEG,WR_SEG_LA,16.3133,0.2136,-18.6482,34.7479\n03/19/2025 20:00:00,03/20/2025 01:00:00,WR_WR,WR_LA,2.3668,-1.4884,-30.8928,34.7480\n03/19/2025 20:00:00,03/20/2025 01:00:00,YAD,VACS,56.0418,0.8449,20.4490,34.7479\n03/19/2025 21:00:00,03/20/2025 02:00:00,AEC,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_CSWS,CSWS_AECC_LA,56.0033,1.1899,4.1603,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,47.8044,0.7915,-3.6402,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,71.4889,0.9244,19.9114,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,47.2824,0.2969,-3.6676,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,49.5539,0.9957,-2.0949,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,69.7050,0.2963,18.7557,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,47.7058,0.2430,-3.1903,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AECI,AECI,44.3787,-0.2283,-6.0461,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,AEPM_CSWS,CSWS_LA,49.3560,1.2998,-2.5969,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,ALTW,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,AMRN,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,216.6691,2.5473,163.4687,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BBA,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,BCA,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,BEPM.ER01.DDR,ER01_DDR,-1.3408,-6.5101,-45.4838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BEPM_ER01,BEPM_ER01_LA,-1.3408,-6.5101,-45.4838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,1.6994,-1.8257,-47.1280,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,8.2384,0.2557,-42.6704,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BEPM_UM01,BEPM_UM01_LA,38.9605,1.1824,-12.8750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BLKW,BLKW,230.8897,5.6085,174.6281,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-30.0000,-4.8188,-75.8343,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-30.0000,-4.8188,-75.8343,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,61.6804,-3.6736,14.7009,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.9135,-4.7323,-75.8343,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,BRAZ,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,BUBA,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-10.4981,-2.0712,-59.0800,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-5.1869,-3.0793,-52.7606,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,21.1396,-2.5035,-27.0099,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,21.1396,-2.5035,-27.0099,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CLEC,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,46.9651,0.2709,-3.9588,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,COWP,COWP_LA,41.7609,0.4667,-9.3589,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,41.7609,0.4667,-9.3589,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,41.7609,0.4667,-9.3589,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CPLE,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CPLW,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,49.9102,1.2346,-1.9775,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,49.9102,1.2346,-1.9775,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,49.9102,1.2346,-1.9775,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,49.9102,1.2346,-1.9775,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CRTH_SPA,WRCRTH_SPA_LA,49.4706,-0.3947,-0.7878,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,51.8705,3.8724,-2.6550,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,33.9928,-1.9614,-14.6989,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,47.7058,0.2430,-3.1903,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,47.2824,0.2969,-3.6676,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,51.8616,3.8664,-2.6579,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,50.1165,2.3051,-2.8417,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,51.4436,3.5049,-2.7144,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,51.4436,3.5049,-2.7144,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,47.0069,0.4314,-4.0776,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,47.0069,0.4314,-4.0776,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,46.6808,0.1053,-4.0776,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,46.6808,0.1053,-4.0776,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,47.7058,0.2430,-3.1903,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,51.0293,2.5931,-2.2169,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,60.3170,-0.8139,10.4779,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,59.9471,-1.1838,10.4779,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,48.5772,-0.3963,-1.6795,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,46.0515,-0.1601,-4.4414,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,46.0515,-0.1601,-4.4414,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,46.0522,-0.1602,-4.4407,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,46.0522,-0.1602,-4.4407,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-3.9679,-2.3935,-52.2275,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,42.9201,-1.8020,-5.9310,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,52.1680,-0.3471,1.8620,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,7.4440,-1.7212,-41.4879,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,7.4025,-1.7626,-41.4879,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,16.4851,-1.7191,-32.4489,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.GRID.CDL1,CDL1_DDR,48.8665,0.1884,-1.9750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,24.9021,-2.6232,-23.1278,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,34.9405,-2.3327,-13.3799,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,48.8665,0.1884,-1.9750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.CSI1,CSI1_DDR,48.0115,0.4367,-3.0783,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.CSI2,CSI2_DDR,48.0297,0.4549,-3.0783,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,46.9781,0.2838,-3.9588,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.GAZA,GAZA_DDR,48.8665,0.1884,-1.9750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,85.9914,1.5080,33.8303,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.NUEN.T201,NT201_DDR,46.7401,-0.0304,-3.8826,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,25.8147,-2.5959,-22.2424,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,25.8147,-2.5959,-22.2424,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,47.7058,0.2430,-3.1903,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,52.0338,4.3193,-2.9386,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,16.4851,-1.7191,-32.4489,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,16.4851,-1.7191,-32.4489,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,5.8727,-2.4763,-42.3040,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,7.4025,-1.7626,-41.4879,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,50.2377,2.2645,-2.6799,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,44.1627,-0.4992,-5.9912,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,43.5487,-1.1132,-5.9912,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,43.5406,-1.1213,-5.9912,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,35.4472,-0.6318,-14.5740,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,35.4472,-0.6318,-14.5740,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,50.0180,2.2661,-2.9012,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,46.2368,0.0333,-4.4495,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,49.9181,2.1471,-2.8820,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,53.2976,5.6561,-3.0116,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,48.9748,0.4300,-2.1083,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,48.0297,0.4549,-3.0783,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0057,OKMU_DDR,49.4769,0.3825,-1.5586,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0060,LEHIGH_DDR,85.9914,1.5080,33.8303,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0086,WARRENM_DDR,46.5340,0.0618,-4.1809,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,51.4713,3.8978,-3.0796,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,54.2298,0.0277,3.5490,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0121,V121_DDR,50.0180,2.2661,-2.9012,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0122,V122_DDR,53.1423,-0.0096,2.4988,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0124,V124_DDR,66.6475,-0.2813,16.2757,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0135,V135_DDR,47.1899,0.1198,-3.5830,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0144,V144_DDR,43.8950,-1.6162,-5.1418,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0145,V145_DDR,44.1137,-1.8706,-4.6688,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,50.1445,2.4024,-2.9110,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,48.3194,0.9774,-3.3110,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0175,V175_DDR,46.9781,0.2838,-3.9588,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,48.3194,0.9774,-3.3110,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,48.7369,1.3420,-3.2582,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,47.1899,0.1198,-3.5830,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,47.3691,0.0489,-3.3329,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,46.9935,-0.0644,-3.5951,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,57.5404,-0.4579,7.3452,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,46.0072,-0.1886,-4.4572,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,47.3691,0.0489,-3.3329,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0211,V211_DDR,50.6951,2.8863,-2.8443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,55.0544,0.0551,4.3462,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0213,V213_DDR,47.0262,0.0484,-3.6753,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0215,V215_DDR,54.0208,0.0155,3.3522,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0217,V217_DDR,55.0672,0.0137,4.4005,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0218,V218_DDR,57.2186,-0.4315,6.9970,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0228,V228_DDR,46.6709,-0.1135,-3.8687,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0232,V232_DDR,46.7271,0.1072,-4.0331,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0233,V233_DDR,47.5059,0.1019,-3.2490,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0240,V240_DDR,51.3236,-0.2322,0.9027,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0244,V244_DDR,47.3691,0.0489,-3.3329,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0246,MDT1_DDR,85.9914,1.5080,33.8303,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0249,V249_DDR,47.0441,0.1072,-3.7162,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0250,V250_DDR,32.8151,-1.8529,-15.9851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0251,V251_DDR,46.4724,-0.0597,-4.1210,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.VOLT.0252,V252_DDR,57.5404,-0.4579,7.3452,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-11.4029,-2.5451,-59.5109,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,56.3317,-3.1212,8.7998,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-2.0139,-5.2929,-47.3740,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,48.9406,1.1576,-2.8701,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-5.7825,-6.9505,-49.4851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,38.7257,-1.8255,-10.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,38.7257,-1.8255,-10.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,38.7257,-1.8255,-10.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,38.7257,-1.8255,-10.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,38.7257,-1.8255,-10.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,47.7058,0.2430,-3.1903,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,52.3472,3.8902,-2.1961,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,46.6641,0.0441,-4.0331,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,46.5890,-0.0310,-4.0331,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,52.0475,0.5118,0.8826,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,52.0475,0.5118,0.8826,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWELSH1,CSWSWELSHUN1_RA,48.9697,1.6125,-3.2959,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWELSH3,CSWSWELSHUN3_RA,48.9697,1.6125,-3.2959,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWILKES1,CSWSWILKESUN1_RA,49.9743,2.3991,-3.0778,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWILKES2,CSWSWILKESUN2_RA,49.9743,2.3991,-3.0778,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,CSWWILKES3,CSWSWILKESUN3_RA,49.8313,2.2269,-3.0486,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,7.4440,-1.7212,-41.4879,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,DENL,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,DERS,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,DOE,DOE,42.9668,0.2619,-7.9482,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,23.7123,-1.4010,-25.5398,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,DPC,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,DUK,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDDY,EDDY,235.1451,7.5463,176.9457,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,47.7779,-0.7210,-2.1542,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-8.9930,-1.6317,-58.0144,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,53.2837,-1.1506,3.7812,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE.SLCC,EDESTL4391_PLT,48.2518,-0.7256,-1.6757,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,48.3140,-0.5665,-1.7725,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,34.5315,-1.6847,-14.4369,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_EC_01,EDELAR3821UN1_RA,47.7779,-0.7210,-2.1542,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_EC_02,EDELAR3821UN2_RA,47.7779,-0.7210,-2.1542,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_EC_03,EDELAR3821UN3_RA,47.7779,-0.7210,-2.1542,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_EC_04,EDELAR3821UN4_RA,47.7779,-0.7210,-2.1542,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_EDE,EDE_LA,48.1006,0.3642,-2.9167,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_ERW,EDEERWFUNG1_RA,-4.6147,-3.2309,-52.0368,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,5.6289,-4.2528,-40.7714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,96.0000,1.2646,44.0823,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,96.0000,1.2646,44.0823,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,96.0000,1.2646,44.0823,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,96.0000,1.2646,44.0823,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,30.0027,0.8979,-21.5483,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_RIV_10,EDERIV1671UN10_RA,47.7795,-1.0218,-1.8517,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_RIV_11,EDERIV1671UN11_RA,47.7795,-1.0218,-1.8517,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_RIV_12,EDERIV453UN12_PLT,46.4489,-2.3525,-1.8517,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_SL_01,EDESTL4391UN1_RA,48.2518,-0.7256,-1.6757,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EDE_SWMP,EDE_SWMP_LA,48.0266,0.7962,-3.4226,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EEI,EEI,42.8053,0.2541,-8.1019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,EES,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,4.3189,-3.4010,-42.9332,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,ERCOTE,ERCOTE,48.9697,1.6125,-3.2959,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,ERCOTN,ERCOTN,25.9901,-2.4206,-22.2424,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,13.4117,-3.3889,-33.8524,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,FMPP,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FPC,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FPL,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FREM_50T,OPPDFREM_GUN1_RA,21.2070,-2.2760,-27.1701,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FREM_6,OPPDFREM_AUN6_RA,21.1892,-2.2912,-27.1726,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,FREM_7,OPPDFREM_AUN7_RA,21.1892,-2.2912,-27.1726,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,FREM_8,OPPDFREM_AUN8_RA,20.9671,-2.5134,-27.1726,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FREM_LOAD,FREM_LOAD_LA,21.1535,-2.3270,-27.1726,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-0.3630,-2.7465,-48.2696,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,50.2335,2.2604,-2.6799,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,-9.5571,-2.2769,-57.9333,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-9.0747,-4.3915,-55.3363,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,46.9651,0.2709,-3.9588,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,46.9651,0.2709,-3.9588,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,46.9651,0.2709,-3.9588,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,47.6176,-0.2077,-2.8278,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,47.6176,-0.2077,-2.8278,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,47.7184,-0.2217,-2.7129,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,47.7184,-0.2217,-2.7129,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-6.3156,-4.0024,-52.9663,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,46.4090,-0.8727,-3.3714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,46.4090,-0.8727,-3.3714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,46.4090,-0.8727,-3.3714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.VOLT.0130,V130_DDR,47.9716,0.3378,-3.0192,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA.VOLT.0237,V237_DDR,47.2205,-0.0061,-3.4265,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDAHUB2,GRDAHUB2_H,37.4627,-1.3160,-11.8744,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDAHUB3,GRDAHUB3_H,31.7646,-1.6418,-17.2467,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA_GRDA,GRDA_LA,46.9169,0.0119,-3.7481,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA_HUB,GRDA_H,43.5862,-0.8487,-6.2181,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRDA_HUBSA,GRDASA_H,43.2779,-0.9159,-6.4593,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GRE,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,32.9836,5.1558,-22.8253,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GSEC_SPS,SPS_GSEC_LA,164.2433,3.3005,110.2897,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GSPR2014HUB,GSPR2014HUB_H,129.5205,2.5823,76.2851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,GSPR2015HUB,GSPR2015HUB_H,124.9359,2.3753,71.9076,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,38.7173,1.2578,-13.1936,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,HARRISON,CSWSLEBROCKPLT1,49.5913,1.8090,-2.8708,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,HAST_TNSK_HUB,HAST_TNSK_H,13.1621,-2.8487,-34.6422,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,HQST,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,HST,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,81.9288,-0.5604,31.8362,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,81.9288,-0.5604,31.8362,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,79.3458,-0.5864,29.2791,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,79.3458,-0.5864,29.2791,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,84.5983,-0.5393,34.4845,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,84.5983,-0.5393,34.4845,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDN_INDN,INDN_LA,81.3272,-0.5470,31.2211,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,ISNE,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,JEA,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,21.4645,-2.2635,-26.9250,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,21.4645,-2.2635,-26.9250,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,7.7580,-1.6527,-41.2424,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYCT4,KACYNEARMANUNCT4_RA,41.9395,-1.3628,-7.3508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,85.2603,-0.8759,35.4831,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,41.9395,-1.3628,-7.3508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,41.4030,-1.2124,-8.0377,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,41.5442,-1.2620,-7.8469,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KACY_KACY,KACY_LA,41.3200,-1.1695,-8.1636,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,35.7882,-1.3395,-13.5254,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,74.6043,0.7958,23.1554,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-10.9232,-2.8033,-58.7730,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-20.5446,-4.3586,-66.8391,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0222,V222_DDR,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0223,V223_DDR,25.3778,-1.4297,-23.8456,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0241,V241_DDR,60.0347,0.4805,8.9011,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0243,V243_DDR,41.3052,-0.4784,-8.8694,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0247,V247_DDR,45.0810,-1.0424,-4.5297,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.VOLT.0253,V253_DDR,36.3900,-1.3207,-12.9424,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,9.2950,-4.4079,-36.9502,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,22.2019,-1.9296,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,22.2019,-1.9296,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,22.2019,-1.9296,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,22.2019,-1.9296,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,35.6947,-1.3523,-13.6061,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,35.6947,-1.3523,-13.6061,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB,KCPLHUB_H,13.6834,-2.8971,-34.0726,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB17,KCPLHUB17_H,11.6096,-3.0158,-36.0276,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB18,KCPLHUB18_H,10.8807,-3.0582,-36.7142,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB19,KCPLHUB19_H,10.8516,-2.9829,-36.8186,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB20,KCPLHUB20_H,9.9516,-3.0947,-37.6067,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB21,KCPLHUB21_H,9.7262,-2.9892,-37.9377,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB22,KCPLHUB22_H,10.5832,-2.9954,-37.0745,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB23,KCPLHUB23_H,9.9594,-3.0720,-37.6217,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLHUB24,KCPLHUB24_H,9.0173,-3.1388,-38.4970,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,14.6709,-1.9341,-34.0481,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,14.6709,-1.9341,-34.0481,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,18.6686,-2.5558,-29.4287,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,18.6686,-2.5558,-29.4287,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,35.7951,-1.3326,-13.5254,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,35.7882,-1.3395,-13.5254,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,37.0867,-1.1914,-12.3750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,13.4532,-1.8206,-35.3793,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,39.5481,-1.1435,-9.9615,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KCPL_KCPL,KCPL_LA,35.6411,-1.2663,-13.7457,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KENN,KENN_LA,33.5920,0.7932,-17.8543,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KEP2_SECI,KEP2_SECI_LA,-11.6219,-0.8683,-61.4067,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KERR_1,GRDAKERR_HYDUN1_RA,47.1033,-0.1055,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KERR_2,GRDAKERR_HYDUN2_RA,47.1734,-0.0941,-3.3855,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KERR_3,GRDAKERR_HYDUN3_RA,47.1734,-0.0941,-3.3855,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KERR_4,GRDAKERR_HYDUN4_RA,47.1033,-0.1055,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,22.2017,-1.9298,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,22.2017,-1.9298,-26.5216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,24.0754,-1.6796,-24.8981,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,24.0754,-1.6796,-24.8981,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,18.9927,-1.8688,-29.7916,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,17.2850,-1.7370,-31.6311,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,17.2850,-1.7370,-31.6311,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-9.2336,-1.3058,-58.5809,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-9.2336,-1.3058,-58.5809,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-9.2336,-1.3058,-58.5809,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,2.0683,-3.1694,-45.4153,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,2.0683,-3.1694,-45.4153,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-9.8508,-1.4381,-59.0657,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,0.4241,-2.9257,-47.3033,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,7.4850,-2.9367,-40.2314,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,76.1329,-0.9645,26.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,76.1329,-0.9645,26.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,11.0981,-2.7749,-36.7801,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,11.0981,-2.7749,-36.7801,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,11.0981,-2.7749,-36.7801,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,-0.3048,-3.6455,-47.3124,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,2.3956,-5.1049,-43.1526,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,16.0500,-2.8462,-31.7569,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,7.3169,-1.5014,-41.8348,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LAFA,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,LAM345,LAM345,-10.4981,-2.0712,-59.0800,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LEPA,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,18.9814,-2.3066,-29.3651,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_LES,LES_LA,18.9648,-2.3533,-29.3349,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,19.5247,-2.4492,-28.6792,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,18.5547,-2.4885,-29.6099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,18.5547,-2.4885,-29.6099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,18.5547,-2.4885,-29.6099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,19.5263,-2.4476,-28.6792,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,19.5247,-2.4492,-28.6792,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_WAVERLY,LES_WAVERLY_H,19.2548,-2.5018,-28.8965,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,20.5489,-2.6756,-27.4286,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,20.5489,-2.6756,-27.4286,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,LGEE,LGEE,39.2220,-0.1241,-11.3071,50.6532\n03/19/2025 21:00:00,03/20/2025 02:00:00,MALDEN,MALDEN_LA,34.3428,0.7145,-17.0248,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MCWEST,MCWEST,42.1103,0.8159,-9.3587,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MDU,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,6.9519,0.0635,-43.7646,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,15.7877,-2.0150,-32.8503,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,22.3881,-0.0288,-28.2361,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MEAN_NPPD,NPPD_MEAN_LA,8.5706,-3.1614,-38.9211,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MEC,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MHEB,MHEB,17.9487,-0.7977,-31.9066,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-7.5345,-4.4586,-53.7290,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,-1.2131,-4.2313,-47.6349,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-7.5345,-4.4586,-53.7290,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-7.5345,-4.4586,-53.7290,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,-1.2131,-4.2313,-47.6349,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MISO,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-11.1153,-0.1508,-61.6176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-11.1153,-0.1508,-61.6176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,8.2539,-3.5576,-38.8416,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,-8.5586,-3.3249,-55.8867,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,1.0790,-3.8897,-45.6844,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,-7.6490,-3.1476,-55.1545,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,-4.4604,-2.9919,-52.1216,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,-7.2843,-2.9600,-54.9774,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,-2.9152,-3.0108,-50.5575,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,-2.9152,-3.0108,-50.5575,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,-2.9152,-3.0108,-50.5575,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,-2.9152,-3.0108,-50.5575,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,-2.9152,-3.0108,-50.5575,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,39.6811,-1.2511,-9.7209,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,39.7560,0.0642,-10.9613,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,39.7560,0.0642,-10.9613,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,37.5788,-0.4587,-12.6156,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,55.4709,0.6941,4.1237,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MOWR,AECI,44.3787,-0.2283,-6.0461,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,40.7908,-0.5301,-9.3322,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,40.3939,0.0957,-10.3549,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,0.4042,-3.7469,-46.5019,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-12.0000,-2.6511,-60.0020,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-12.8810,-4.0762,-59.4579,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,0.5754,-3.5758,-46.5019,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,23.7399,-1.3734,-25.5398,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,23.7399,-1.3734,-25.5398,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,23.7435,-1.3698,-25.5398,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,23.7435,-1.3698,-25.5398,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,17.8734,-1.7668,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,18.0279,-1.6123,-31.0129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,42.9723,0.4320,-8.1128,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,31.2744,-1.5018,-17.8769,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,22.3383,-1.5071,-26.8077,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,22.3385,-1.5069,-26.8077,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,22.3385,-1.5069,-26.8077,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,39.0481,-1.3325,-10.2725,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,39.0481,-1.3325,-10.2725,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MPS_MPS,MPS_LA,46.4711,-0.9259,-3.2561,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MSTNG,SPSMSTNGPLT1,224.4989,5.6790,168.1668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MSTNG4,SPSMSTNGUN4_RA,224.2416,5.4217,168.1668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MSTNG5,SPSMSTNGUN5_RA,224.2434,5.4235,168.1668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,224.4989,5.6790,168.1668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NBSO,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,14.0929,-3.3750,-33.1851,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,14.0936,-3.3744,-33.1851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,29.0369,-0.6755,-20.9407,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NHC1,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,21.5405,-2.4007,-26.7119,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,21.5405,-2.4007,-26.7119,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,21.5405,-2.4007,-26.7119,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,-0.2093,-3.0302,-47.8321,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,11.2274,-4.4589,-34.9668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,15.2559,-3.1859,-32.2113,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-9.8524,-3.5475,-56.9580,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,11.2274,-4.4589,-34.9668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.HUB.PY2018,NPPDPY18_H,10.4473,-2.9646,-37.2412,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,10.6943,-2.9926,-36.9661,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,10.6285,-2.9543,-37.0703,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,10.8745,-2.9548,-36.8238,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-14.0000,-3.6693,-60.9838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,8.4234,-2.0683,-40.1614,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,8.4234,-2.0683,-40.1614,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,1.7762,-3.4620,-45.4149,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-14.0000,-3.6693,-60.9838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,15.4424,-4.9060,-30.3047,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,8.0687,-4.1907,-38.3937,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,4.8428,-1.2998,-44.5105,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,8.0687,-4.1907,-38.3937,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,8.8844,-4.1548,-37.6139,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,7.8813,-3.3909,-39.3809,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,17.6919,-1.9237,-31.0374,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,11.2274,-4.4589,-34.9668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,5.3163,-1.5406,-43.7962,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,8.4234,-2.0683,-40.1614,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,8.4234,-2.0683,-40.1614,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,9.9037,-1.8416,-38.9077,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,9.7924,-1.8285,-39.0321,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,9.7924,-1.8285,-39.0321,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,11.2473,-1.7082,-37.6976,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,-2.1095,-2.5717,-50.1909,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,12.2756,-3.7369,-34.6405,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,-0.1736,-2.5560,-48.2707,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-5.0027,-2.2951,-53.3606,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-8.5729,-2.3675,-56.8585,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.NELI.DDR,NELI_DDR,-10.9300,-4.5213,-57.0617,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.NPPM.1058,SH1058_DDR,35.3601,-2.2713,-13.0217,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,11.0809,-2.1461,-37.4261,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,11.2274,-4.4589,-34.9668,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,15.2559,-3.1859,-32.2113,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-14.0000,-3.6693,-60.9838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.TECH.1,KEARNE_DDR,12.0079,-1.4812,-37.1640,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,8.5859,-5.1389,-36.9283,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,8.5859,-5.1389,-36.9283,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-13.6852,-4.3409,-59.9974,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD.VOLT.0236,V236_DDR,16.7864,-2.2252,-31.6415,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD2017HUB,NPPD2017HUB_H,10.5282,-2.9618,-37.1631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,30.4906,-3.4496,-16.7129,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,-0.2093,-3.0302,-47.8321,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,7.3672,-5.0274,-38.2585,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,7.3672,-5.0274,-38.2585,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,16.9096,-2.2998,-31.4437,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,16.8255,-2.1861,-31.6415,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-9.0587,-3.6302,-56.0815,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,9.9448,-1.9837,-38.7245,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,34.3176,-3.3137,-13.0217,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,34.3176,-3.3137,-13.0217,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,34.3176,-3.3137,-13.0217,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,13.1873,-2.8494,-34.6164,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,15.4145,-3.4842,-31.7544,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,13.7586,-2.7892,-34.1053,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-10.4500,-6.6616,-54.4415,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-10.1879,-6.3995,-54.4415,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,6.9477,-2.1847,-41.5207,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,6.6811,-2.2303,-41.7417,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,14.3323,-2.6205,-33.7002,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,14.2856,-2.6673,-33.7002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,14.2856,-2.6673,-33.7002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,14.2414,-2.5746,-33.8371,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,15.4424,-4.9060,-30.3047,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,14.1536,-2.5821,-33.9174,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,17.3933,-2.7297,-30.5301,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,13.2416,-2.7360,-34.6755,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,13.2028,-2.7641,-34.6862,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,13.2175,-2.7386,-34.6969,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,13.2175,-2.7386,-34.6969,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,13.1873,-2.8494,-34.6164,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,13.0980,-2.9387,-34.6164,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,1.4379,-1.7862,-47.4290,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,15.0600,-2.4040,-33.1891,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,6.6179,-1.9709,-42.0643,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,-0.6089,-5.8909,-45.3711,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,4.3898,-1.5302,-44.7331,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,36.0977,-1.5337,-13.0217,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-10.9300,-4.5213,-57.0617,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,7.2297,-2.1213,-41.3021,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,7.2297,-2.1213,-41.3021,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_NPPD,NPPD_LA,14.7130,-2.5691,-33.3710,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,17.3933,-2.7297,-30.5301,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,17.3933,-2.7297,-30.5301,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,13.5127,-3.4719,-33.6684,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,9.3240,-3.5721,-37.7570,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NSB,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NSP,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,NSSO,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,NYIS,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-7.2465,-3.1657,-54.7339,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-5.7322,-4.0755,-52.3098,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-2.0735,-3.8174,-48.9092,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-2.0735,-3.8174,-48.9092,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-20.1207,-2.3966,-68.3772,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-9.0747,-4.3915,-55.3363,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-53.2014,-2.6784,-101.1761,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-21.7423,-4.4851,-67.9103,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-7.1593,-3.9886,-53.8237,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-5.9082,-4.2127,-52.3486,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,17.5153,-2.0523,-31.0855,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-7.1593,-3.9886,-53.8237,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-16.4671,-2.6498,-64.4704,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,-2.9669,-3.5236,-50.0964,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,49.5516,-0.4896,-0.6119,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-5.9082,-4.2127,-52.3486,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-3.8499,-3.6388,-50.8642,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,2.7172,-4.0337,-43.9022,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,1.1483,-3.0417,-46.4631,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-16.0000,-0.8006,-65.8525,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-5.9082,-4.2127,-52.3486,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NUEN.ADA1,ADA1_DDR,4.7310,-2.5680,-43.3541,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NUEN.LAM1,LAM1_DDR,68.3103,2.4499,15.2073,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NUEN.MDT2,MDT2_DDR,17.5214,-2.0462,-31.0855,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NUEN.MDT3,MDT3_DDR,17.5214,-2.0462,-31.0855,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.NUEN.WWO1,WWO1_DDR,4.3146,-2.5139,-43.8245,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,15.1582,-2.0087,-33.4861,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,15.1582,-2.0087,-33.4861,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,15.1582,-2.0087,-33.4861,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,21.1000,-1.8090,-27.7441,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,21.1000,-1.8090,-27.7441,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,15.1582,-2.0087,-33.4861,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,15.1582,-2.0087,-33.4861,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-5.9082,-4.2127,-52.3486,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,44.6282,1.3915,-7.4163,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-16.4671,-2.6498,-64.4704,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-5.3339,-1.2970,-54.6900,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-3.8499,-3.6388,-50.8642,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,68.1085,1.7808,15.6746,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,-3.3230,-3.0585,-50.9176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,-3.3230,-3.0585,-50.9176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,-3.3230,-3.0585,-50.9176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,-3.3230,-3.0585,-50.9176,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-7.2184,-5.6192,-52.2523,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-7.0936,-3.7995,-53.9472,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-5.7322,-4.0755,-52.3098,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-9.0693,-3.6914,-56.0309,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-9.0693,-3.6914,-56.0309,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,-0.6461,-0.4384,-50.8608,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,-0.9186,-3.2121,-48.3596,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,-0.9186,-3.2121,-48.3596,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,-0.9186,-3.2121,-48.3596,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0033,FOSTER_DDR,27.4533,-1.7115,-21.4883,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,36.8575,0.2528,-14.0484,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0035,TARBY_DDR,68.3580,1.7560,15.9489,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,36.8575,0.2528,-14.0484,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,35.8028,-0.2652,-14.5851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,35.8028,-0.2652,-14.5851,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-10.6254,-0.6777,-60.6008,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0040,TROSPER_DDR,30.7918,-1.6345,-18.2268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,30.7407,-1.6364,-18.2760,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,69.9435,2.0019,17.2885,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0115,V115_DDR,18.5768,-2.0014,-30.0749,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0116,V116_DDR,77.6663,-0.0270,27.0402,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0118,V118_DDR,38.8732,-0.7391,-11.0408,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0125,V125_DDR,68.7379,2.2768,15.8080,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0126,V126_DDR,35.6093,0.4923,-15.5360,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0129,V129_DDR,24.9050,-2.6203,-23.1278,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,55.4325,-1.8715,6.6509,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0134,V134_DDR,20.1781,0.9615,-31.4365,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0138,V138_DDR,39.3549,0.2554,-11.5536,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,49.1452,-1.6422,0.1343,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0143,V143_DDR,40.0886,-0.0998,-10.4647,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0149,V149_DDR,5.6977,-2.7215,-42.2338,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0150,V150_DDR,6.1575,-2.7181,-41.7774,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0155,V155_DDR,39.8864,0.0197,-10.7864,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0156,V156_DDR,55.4325,-1.8715,6.6509,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0166,V166_DDR,44.5947,1.8054,-7.8638,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,48.3642,-1.6656,-0.6233,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,6.1575,-2.7181,-41.7774,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0170,V170_DDR,4.1230,-2.5083,-44.0218,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,-3.8693,-2.7318,-51.7906,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0176,V176_DDR,6.1575,-2.7181,-41.7774,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0177,V177_DDR,-6.6666,-4.1650,-53.1547,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,41.4840,-1.6684,-7.5006,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,6.6266,-3.2691,-40.7574,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0195,V195_DDR,159.8900,3.1728,106.0641,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0197,V197_DDR,45.0026,0.8836,-6.5341,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0198,V198_DDR,44.5947,1.8054,-7.8638,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0208,V208_DDR,160.0590,3.2754,106.1305,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0209,V209_DDR,160.0590,3.2754,106.1305,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,44.3062,0.4307,-6.7776,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0216,V216_DDR,30.7251,-1.6396,-18.2884,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0219,V219_DDR,39.8864,0.0197,-10.7864,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0220,V220_DDR,6.1575,-2.7181,-41.7774,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0224,V224_DDR,17.9113,-1.8886,-30.8532,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0225,V225_DDR,17.9139,-1.8860,-30.8532,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0226,V226_DDR,17.9113,-1.8886,-30.8532,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0227,V227_DDR,17.9113,-1.8886,-30.8532,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0229,V229_DDR,-6.7617,-0.4609,-56.9539,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0231,V231_DDR,36.6900,0.0149,-13.9780,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0238,V238_DDR,-6.6995,-4.3684,-52.9842,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.VOLT.0242,V242_DDR,39.7098,0.1349,-11.0781,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-10.0000,-5.7772,-54.8759,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-5.5056,-3.8864,-52.2723,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,-2.9302,-3.4869,-50.0964,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-10.0000,-5.7772,-54.8759,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,-2.5879,-3.5921,-49.6489,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-27.3389,-6.6154,-71.3766,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEHL7,OKGEHL7_H,39.8674,-1.6468,-9.1389,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEHL8,OKGEHSL1UN8_RA,39.8674,-1.6468,-9.1389,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEHL910,OKGEHSL1PLT2,39.8674,-1.6468,-9.1389,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,-2.7075,-3.5848,-49.7758,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEMCC,OKGEMCCLAIPLT1,15.1578,-2.7258,-32.7695,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,41.4979,-0.2367,-8.9185,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,41.4979,-0.2367,-8.9185,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,41.3762,-0.3584,-8.9185,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,31.7183,-2.7226,-16.2122,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,31.7183,-2.7226,-16.2122,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,31.7183,-2.7226,-16.2122,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,31.8965,-2.5444,-16.2122,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESM1,OKGESEMINOLEUN1_RA,32.0959,-1.5945,-16.9627,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESM2,OKGESEMINOLEUN2_RA,27.0600,-1.5829,-22.0102,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESM3,OKGESEMINOLEUN3_RA,27.0600,-1.5829,-22.0102,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESO1,OKGESONR1UN1_RA,-22.1840,-3.4264,-69.4107,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESO2,OKGESONR1UN2_RA,-9.0693,-3.6914,-56.0309,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,-3.0008,-3.8780,-49.7758,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,-2.1154,-5.0887,-47.6798,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGETINK5A,OKGETINK5UN1_RA,28.9110,-1.6904,-20.0517,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGETINK5B,OKGETINK5UN2_RA,28.9110,-1.6904,-20.0517,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,-2.2960,-3.6442,-49.3049,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-5.7322,-4.0755,-52.3098,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,70.8845,1.8544,18.3771,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-0.0629,-2.8147,-47.9013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_OKGE,OKGE_LA,36.0525,-1.0355,-13.5651,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-5.3339,-1.2970,-54.6900,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,-2.4800,-3.8282,-49.3049,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMLP,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,47.8308,-0.3821,-2.4402,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,71.3914,1.1665,19.5718,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_GENHUB,OMPA_GENHUB_H,17.4700,-2.1567,-31.0264,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-52.7684,-2.2454,-101.1761,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,4.6643,-3.7485,-42.2403,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-7.1593,-3.9886,-53.8237,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-4.4273,-5.4785,-49.6018,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,17.7516,-4.2482,-28.6532,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,146.6700,-0.4145,96.4314,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-52.9002,-2.3772,-101.1761,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-52.9002,-2.3772,-101.1761,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_SPP,OMPA_SPP_LA,22.2200,-2.2757,-26.1574,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-10.0000,-5.7772,-54.8759,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,45.5870,-0.4210,-4.6450,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,45.5870,-0.4210,-4.6450,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,45.5870,-0.4210,-4.6450,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,45.5870,-0.4210,-4.6450,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,ONT,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,21.5644,-2.4287,-26.6600,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,21.5533,-2.3492,-26.7506,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,21.5405,-2.4007,-26.7119,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,21.4954,-1.9376,-27.2201,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,21.3809,-2.2564,-27.0157,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,21.3809,-2.2564,-27.0157,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_GLDN,OPPD_GLDN_LA,21.2866,-2.3915,-26.9750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,21.7227,-2.3899,-26.5405,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,15.4424,-4.9060,-30.3047,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,17.4641,-3.0013,-30.1877,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,21.5409,-2.3991,-26.7131,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_OPPD,OPPD_LA,21.6367,-2.2638,-26.7526,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,21.4398,-2.2066,-27.0067,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,21.4224,-2.2204,-27.0103,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,OTP,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,OVEC,OVEC,37.6686,-0.2667,-12.7178,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PARAGOULD,PARAGOULD_LA,32.3958,0.9174,-19.1746,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,48.0954,-0.3957,-2.1619,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,48.0954,-0.3957,-2.1619,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,48.0954,-0.3957,-2.1619,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,47.6169,-0.2226,-2.8136,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,47.6169,-0.2226,-2.8136,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,47.6169,-0.2226,-2.8136,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PIGGOTT,PIGGOTT_LA,33.8593,0.7652,-17.5590,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PJM,PJM,35.1242,-0.5021,-15.0268,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PLUM,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,POPLARBLUFF,POPLARBLUFF_LA,36.9248,0.5126,-14.2408,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,42.2599,0.2944,-8.6876,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,42.2599,0.2944,-8.6876,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,40.7789,0.3115,-10.1857,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,40.7789,0.3115,-10.1857,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,41.8825,2.7945,-11.5651,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,41.8825,2.7945,-11.5651,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,41.9675,0.8423,-9.5279,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,47.8921,-0.6151,-2.1459,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-5.1869,-3.0793,-52.7606,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,83.1694,-0.2660,32.7823,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,21.1086,-1.3575,-28.1870,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,26.1087,-0.6255,-23.9189,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,53.5107,0.6049,2.2527,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,47.6416,0.7560,-3.7675,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,9.5456,-2.6527,-38.4547,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,36.6473,0.3363,-14.3421,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,5.7313,-3.4715,-41.4503,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,36.8182,3.0117,-16.8466,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,21.0305,-0.1845,-29.4381,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,7.6399,-2.2346,-40.7786,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,PUPP,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,RCEAST,RCEAST,-0.6524,-2.2716,-49.0339,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_1,GRDASALINA1UN1_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_2,GRDASALINA1UN2_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_3,GRDASALINA1UN3_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_4,GRDASALINA1UN4_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_5,GRDASALINA1UN5_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SALINA_6,GRDASALINA1UN6_RA,47.1083,-0.1005,-3.4443,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SARPY_1,OPPDSARPYUN1_RA,21.2101,-2.3622,-27.0808,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SARPY_2,OPPDSARPYUN2_RA,21.2448,-2.2669,-27.1414,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SARPY_3,OPPDSARPYUN3_RA,21.0594,-2.4650,-27.1287,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SARPY_4,OPPDSARPYUN4_RA,21.0594,-2.4650,-27.1287,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SARPY_5,OPPDSARPYUN5_RA,21.0594,-2.4650,-27.1287,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SC,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SCEG,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SCSE,SCSE,6.9187,-1.2457,-42.4887,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SEC,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-9.4747,-3.9869,-56.1409,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-9.4747,-3.9869,-56.1409,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-9.4747,-3.9869,-56.1409,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-8.9788,0.2331,-59.8650,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-9.4747,-3.9869,-56.1409,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-9.7618,-2.8410,-57.5739,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,-6.8295,-3.6467,-53.8359,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,-6.8295,-3.6467,-53.8359,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,-2.9219,-3.0174,-50.5575,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-9.3871,-3.9171,-56.1230,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,1.8718,-3.3660,-45.4153,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-10.4028,-0.3561,-60.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,-3.1504,-1.6897,-52.1137,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-9.3470,-3.8537,-56.1464,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,-3.1016,-1.7607,-51.9940,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-22.2000,-3.8738,-68.9793,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,-7.1781,-1.9491,-55.8821,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-9.5957,-1.5490,-58.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-9.5957,-1.5490,-58.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-9.5957,-1.5490,-58.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-9.5957,-1.5490,-58.6997,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-10.1990,-1.8219,-59.0302,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-9.7618,-2.8410,-57.5739,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI_SECI,SECI_LA,-7.4324,-1.5877,-56.4978,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,-2.9219,-3.0174,-50.5575,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SEHA,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,-2.4800,-3.8282,-49.3049,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SERU,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SETH,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SGE,SGE,5.9840,-1.1280,-43.5411,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SMEP,MISO,32.7042,-0.2963,-17.6525,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SOCO,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPA,SPA,49.8021,0.7859,-1.6369,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPC,SPC,35.1857,0.8961,-16.3635,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPPNORTH_HUB,SPPNORTH_H,18.2000,-2.3967,-30.0563,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPPSOUTH_HUB,SPPSOUTH_H,24.2453,-2.3932,-24.0147,50.6532\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,46.0000,0.7254,-5.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,46.0000,0.7254,-5.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,45.7290,0.6235,-5.5476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,45.7290,0.6235,-5.5476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_NIXA,SPRM_NIXA_LA,46.1208,0.7710,-5.3033,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_SPRM,SPRM_LA,46.1909,0.8746,-5.3367,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,45.8434,0.4546,-5.2643,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,45.8434,0.4546,-5.2643,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,45.7195,0.3307,-5.2643,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,45.8434,0.4546,-5.2643,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,229.4310,4.7588,174.0192,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,240.2244,4.2801,185.2912,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,28.3833,0.4969,-22.7667,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,28.3833,0.4969,-22.7667,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,221.8312,1.1535,170.0246,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,225.6473,4.8882,170.1060,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,229.4866,3.8621,174.9714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,236.3485,7.4385,178.2570,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,219.3252,2.4168,166.2553,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,230.5268,5.6432,174.2306,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,232.1567,6.2626,175.2411,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,232.1567,6.2626,175.2411,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,230.5268,5.6432,174.2306,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,28.7547,0.6479,-22.5463,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,240.2244,4.2801,185.2912,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,28.1598,0.7924,-23.2857,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,-2.1754,-1.6373,-51.1911,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,17.6774,1.0208,-33.9965,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,26.7438,2.0480,-25.9573,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,24.1586,0.7865,-27.2809,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,-25.0000,-2.0717,-73.5814,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,-25.0000,-2.0717,-73.5814,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,-25.0000,-2.0717,-73.5814,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,-25.0000,-2.0717,-73.5814,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GRID.WRAB,WRAB_DDR,37.6643,3.2016,-16.1904,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,-25.0000,-2.0717,-73.5814,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,216.6691,2.5473,163.4687,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,216.6691,2.5473,163.4687,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,210.5096,2.6308,157.2258,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,210.5096,2.6308,157.2258,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,210.5096,2.6308,157.2258,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,216.6691,2.5473,163.4687,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,38.9174,0.5204,-12.2560,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,38.9089,0.5204,-12.2646,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,38.9340,0.5204,-12.2395,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,29.0369,-0.6755,-20.9407,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,230.8965,5.7278,174.5157,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,219.2374,2.3789,166.2054,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,219.2374,2.3789,166.2054,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,219.2374,2.3789,166.2054,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,219.2374,2.3789,166.2054,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,227.5398,5.9655,170.9212,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,230.2814,5.5348,174.0935,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,230.2814,5.5348,174.0935,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,-2.2335,-3.5817,-49.3049,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,36.7150,0.4273,-14.3654,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,36.7150,0.4273,-14.3654,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,38.5857,0.5251,-12.5925,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,37.6643,3.2016,-16.1904,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,1.3262,-0.7809,-48.5460,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,23.5730,0.3660,-27.4461,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-20.1207,-2.3966,-68.3772,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,37.4336,1.1459,-14.3654,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PLANTX1,SPS.PLANTX1_H,233.1207,4.3879,178.0797,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PLANTX2,SPS.PLANTX2_H,233.1207,4.3879,178.0797,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,232.3205,4.2963,177.3711,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,221.5649,1.7593,169.1526,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,-12.1676,-1.4259,-61.3948,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,230.3943,4.7698,174.9714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,221.6893,1.8836,169.1526,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,28.8538,0.7470,-22.5463,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,228.4892,5.2204,172.6157,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,236.3485,7.4385,178.2570,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,228.4892,5.2204,172.6157,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,229.5201,6.5004,172.3666,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-111.8729,0.2041,-162.7301,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,235.4192,9.5094,175.2567,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,235.6722,9.7624,175.2567,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,234.5357,9.0511,174.8315,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,230.9563,6.2539,174.0493,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,236.1027,9.1941,176.2555,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-10.4981,-2.0712,-59.0800,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,37.5974,2.9978,-16.0535,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,230.3736,4.5661,175.1544,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,230.3736,4.5661,175.1544,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,228.4892,5.2204,172.6157,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,219.7454,2.6843,166.4080,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,226.7726,7.4058,168.7137,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,233.4040,7.6789,175.0720,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,231.5629,5.6928,175.2170,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,233.7114,3.0438,180.0145,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,235.4192,9.5094,175.2567,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,237.2153,10.6565,175.9057,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,236.4008,9.8420,175.9057,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,222.1780,2.3724,169.1526,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,232.1275,6.4947,174.9797,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,-9.1729,-1.1444,-58.6816,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,-9.2033,-1.2380,-58.6183,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0163,V163_DDR,40.0604,1.4133,-12.0060,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0168,V168_DDR,15.6999,-0.5683,-34.3849,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0180,V180_DDR,237.2153,10.6565,175.9057,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0181,V181_DDR,-10.2566,-0.6731,-60.2366,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0182,V182_DDR,236.0759,9.2285,176.1943,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0199,V199_DDR,226.4038,6.9320,168.8188,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0200,V200_DDR,232.4168,7.2706,174.4931,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.VOLT.0235,V235_DDR,1.3262,-0.7809,-48.5460,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,229.4866,3.8621,174.9714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,236.3485,7.4385,178.2570,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,38.6572,1.1978,-13.1936,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,36.6197,0.9959,-15.0293,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS_SPS,SPS_LA,180.1800,6.0803,123.4467,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,228.7373,4.9762,173.1080,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SSCN_NPPD,SSCN_NPPD_LA,-6.7816,-3.3684,-54.0663,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,36.9492,0.4716,-14.1754,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,36.9492,0.4716,-14.1754,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,TAL,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,TEC,SOUC,48.1943,0.9197,-3.3785,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,-0.6089,-5.8909,-45.3711,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,TVA,TVA,48.1246,0.6671,-3.1956,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB,UCUHUB_H,10.7562,-2.3885,-37.5084,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB17,UCUHUB17_H,-2.9923,-2.8771,-50.7684,50.6532\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB18,UCUHUB18_H,1.4683,-2.8903,-46.2944,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB19,UCUHUB19_H,-1.5238,-2.9529,-49.2239,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB20,UCUHUB20_H,-0.7458,-2.8261,-48.5728,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB21,UCUHUB21_H,-1.9720,-2.9528,-49.6723,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB22,UCUHUB22_H,-2.4909,-3.1085,-50.0355,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB23,UCUHUB23_H,-3.0880,-3.1237,-50.6174,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,UCUHUB24,UCUHUB24_H,0.9882,-2.7667,-46.8982,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,36.7838,1.5238,-15.3931,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,36.7838,1.5238,-15.3931,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,8.3740,-1.9502,-40.3289,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,8.3740,-1.9502,-40.3289,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,18.0775,-1.8851,-30.6905,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,39.2750,-0.6170,-10.7611,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,39.2750,-0.6170,-10.7611,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,36.7838,1.5238,-15.3931,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,18.7508,-1.4676,-30.4347,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,24.2588,-0.1638,-26.2305,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,5.9226,-2.6034,-42.1271,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,1.1317,-6.1594,-43.3619,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,39.6229,1.4647,-12.4949,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,39.6229,1.4647,-12.4949,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,14.2007,-6.1660,-30.2863,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,6.1966,-3.4429,-41.0136,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,18.7554,-1.7964,-30.1013,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,3.5390,-3.4974,-43.6167,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,5.6880,-2.5784,-42.3867,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,4.5778,-3.7799,-42.2953,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,16.3531,-4.0136,-30.2863,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,16.3531,-4.0136,-30.2863,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,6.3537,-3.1536,-41.1458,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,1.8765,-6.1475,-42.6291,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,8.1056,-0.3204,-42.2271,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,39.0062,-0.3853,-11.2616,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,39.0062,-0.3853,-11.2616,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,39.0062,-0.3853,-11.2616,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,38.9082,-0.2875,-11.4574,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,38.9082,-0.2875,-11.4574,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,38.9082,-0.2875,-11.4574,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,36.1786,2.2012,-16.6757,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,14.8103,-2.0678,-33.7750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,14.8103,-2.0678,-33.7750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,6.4004,-1.2287,-43.0239,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,2.7268,-3.1489,-44.7774,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,35.0158,-0.3556,-15.2817,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,-7.6467,-3.6875,-54.6122,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,-0.1777,-7.2173,-43.6134,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,16.9213,-3.4663,-30.2654,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,38.5687,1.1157,-13.2000,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,38.5687,1.1157,-13.2000,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,38.5600,1.1071,-13.2002,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,38.5687,1.1157,-13.2000,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,38.9650,0.9804,-12.6685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,-1.6865,-5.7194,-46.6202,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,21.3408,-1.0332,-28.2791,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,0.0000,-2.9202,-47.7329,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,0.0000,-2.9202,-47.7329,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,-3.7739,-4.0931,-50.3338,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,-3.7739,-4.0931,-50.3338,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,15.4403,-1.4378,-33.7750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,29.4649,-1.1667,-20.0214,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,3.8704,-4.1219,-42.6608,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,3.8688,-5.5032,-41.2811,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,11.2550,-2.2857,-37.1124,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,18.0775,-1.8851,-30.6905,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,18.0775,-1.8851,-30.6905,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,3.5390,-3.4974,-43.6167,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,-0.5737,-2.3383,-48.8885,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,10.0744,-3.8163,-36.7624,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,2.0535,-5.9705,-42.6291,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,5.3200,-3.6357,-41.6974,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.FSE,WAUE.FSE_H,0.5490,-3.6667,-46.4374,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,39.6715,0.0346,-11.0162,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,39.8398,-0.0640,-10.7493,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,0.1056,-6.2924,-44.2551,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,1.6722,-6.0214,-42.9595,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,17.4927,-2.0376,-31.1228,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,19.0134,-2.2639,-29.3758,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-12.7300,-6.0487,-57.3344,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,1.1317,-6.1594,-43.3619,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-25.4054,-1.6517,-74.4068,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,10.8563,-3.6045,-36.1923,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,11.1095,-3.3513,-36.1923,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,10.8595,-3.6013,-36.1923,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,1.5545,-3.3073,-45.7913,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,-0.5737,-2.3383,-48.8885,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,8.9501,-2.0211,-39.6819,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,3.5423,-3.5906,-43.5202,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,7.9085,-0.5175,-42.2271,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,12.5830,-0.9905,-37.0796,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,6.2945,-2.3728,-41.9857,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,16.2128,-2.2360,-32.2043,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,5.4391,-2.6045,-42.6095,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,3.6554,-4.0568,-42.9409,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,-7.6467,-3.6875,-54.6122,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,17.6571,-0.3643,-32.6317,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,3.4672,-3.5574,-43.6284,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,17.4605,-0.5091,-32.6835,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,8.1072,-1.9774,-40.5685,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,20.5489,-2.6756,-27.4286,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NTWK,WAUE.NTWK_H,10.7580,-2.3638,-37.5312,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,12.6509,0.2249,-38.2271,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,12.6509,0.2249,-38.2271,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,0.7542,-6.4912,-43.4077,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,-3.4135,-7.2315,-46.8351,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,9.3972,-2.8662,-38.3896,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,0.7542,-6.4912,-43.4077,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,19.7705,-1.3147,-29.5679,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,5.0192,-3.9308,-41.7031,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,-7.6467,-3.6875,-54.6122,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,7.8487,-2.6785,-40.1259,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,4.7875,-4.1625,-41.7031,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,-3.6434,-7.0033,-47.2932,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,-1.7523,-6.9216,-45.4838,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,10.3537,-2.1284,-38.1710,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,6.9658,-5.6876,-37.9997,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,9.0526,-2.3693,-39.2311,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,3.3772,-5.0402,-42.2357,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,3.8688,-5.5032,-41.2811,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.VOLT.0152,V152_DDR,34.7331,2.7376,-18.6576,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE.VOLT.0172,V172_DDR,38.9605,1.1824,-12.8750,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_BEPM,WAUE_BEPM_LA,24.2132,-0.3350,-26.1048,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,8.6570,-2.1076,-39.8885,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,12.5848,-0.9610,-37.1073,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_EWA,WAUE_EWA_LA,-1.8899,-2.1008,-50.4422,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,4.0362,-4.0582,-42.5587,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_HMMU,WAUE_HMMU_LA,17.5814,-1.3695,-31.7022,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,15.3116,-2.0392,-33.3023,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_MECB,WAUE_MECB_LA,10.0839,-1.3786,-39.1906,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_MMPA,WAUE_MMPA_LA,18.6469,-0.2130,-31.7932,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_MRES,WAUE_MRES_LA,5.4604,-2.6665,-42.5261,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,29.9977,1.6845,-22.3398,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,39.6715,0.0346,-11.0162,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,3.6911,-3.5591,-43.4029,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_OTP,WAUE_OTP_LA,23.7405,1.0915,-28.0041,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_OTPW,WAUE_OTPW_LA,32.7405,1.9629,-19.8756,50.6532\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM,WAUE_UGPM_LA,12.1262,-1.7977,-36.7292,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,20.5769,-0.9451,-29.1310,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,6.8773,-2.5762,-41.1995,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,22.7094,-2.2642,-25.6795,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,-1.8899,-2.1008,-50.4422,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,17.5814,-1.3695,-31.7022,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,4.3249,-4.1199,-42.2082,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,39.6715,0.0346,-11.0162,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,18.6469,-0.2130,-31.7932,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,7.8764,-2.2057,-40.5709,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,4.4927,-4.0107,-42.1497,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,23.1947,1.4231,-28.8814,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-3.9050,-5.2200,-49.3381,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-1.2875,-5.1020,-46.8386,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,38.1531,-2.6174,-9.8826,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,85.1180,0.6346,33.8303,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,85.1180,0.6346,33.8303,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,9.5040,-5.8753,-35.2738,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,80.1986,0.8922,28.6533,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,74.0975,0.7792,22.6652,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,74.1465,-2.6264,26.1198,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,53.9704,-2.4544,5.7717,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-20.1207,-2.3966,-68.3772,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-30.0000,-4.8188,-75.8343,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-5.9921,-6.4655,-50.1797,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,229.9451,4.3206,174.9714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_ENMC,WFEC_ENMC_LA,231.2096,6.9810,173.5755,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-5.9082,-4.2127,-52.3486,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,52.0821,-0.0596,1.4886,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,228.0697,5.5527,171.8639,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-3.9050,-5.2200,-49.3381,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-3.9050,-5.2200,-49.3381,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-3.9050,-5.2200,-49.3381,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_OKGE,WFEC_OKGE_LA,34.3650,-0.5091,-15.7789,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,76.4511,1.2076,24.5904,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,0.6095,-6.6912,-43.3524,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,11.1913,-6.9670,-32.4948,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_WFEC,WFEC_LA,42.9699,-1.1076,-6.5756,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,228.0697,5.5527,171.8639,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-9.1982,-4.5944,-55.2569,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,-7.3775,-1.8515,-56.1791,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,8.4734,-2.9946,-39.1850,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,8.4734,-2.9946,-39.1850,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,8.4798,-2.9883,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,8.4798,-2.9883,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,8.4861,-2.9820,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,8.4861,-2.9820,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,8.4861,-2.9820,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,23.4967,0.4857,-27.6421,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,6.8835,-3.7812,-39.9884,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-8.3493,-4.0040,-54.9984,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-8.3493,-4.0040,-54.9984,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,1.9737,-3.7184,-44.9610,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,1.9737,-3.7184,-44.9610,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,1.9737,-3.7184,-44.9610,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,6.8835,-3.7812,-39.9884,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,12.7554,-1.9437,-35.9540,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.HEC.GT1,WRHECGTUN32_RA,3.4964,-3.4059,-43.7508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.HEC.GT2,WRHECGTUN33_RA,3.4964,-3.4059,-43.7508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.HEC.GT3,WRHECGTUN34_RA,3.4964,-3.4059,-43.7508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.HEC.GT4,WRHECGTUN35_RA,3.4964,-3.4059,-43.7508,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,12.7554,-1.9437,-35.9540,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-9.1483,-3.6459,-56.1555,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-27.0544,-2.3233,-75.3842,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.JEC.1,WRJEFFUN10_RA,8.9647,-3.1347,-38.5537,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.JEC.2,WRJEFFUN11_RA,9.0227,-3.1499,-38.4805,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.JEC.3,WRJEFFUN12_RA,8.7820,-3.3906,-38.4805,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-6.3156,-4.0024,-52.9663,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-12.8400,-4.0352,-59.4579,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-12.8400,-4.0352,-59.4579,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.LEC.4,WRLECUN26_RA,7.6472,-1.8944,-41.1115,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.LEC.5,WRLECUN27_RA,8.8102,-1.7752,-40.0677,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,4.7966,-3.2482,-42.6083,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,4.7966,-3.2482,-42.6083,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,4.7966,-3.2482,-42.6083,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,4.9141,-3.1530,-42.5860,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,-2.8229,-1.2656,-52.2104,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-7.4768,-4.4802,-53.6497,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-7.4768,-4.4802,-53.6497,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,2.3711,-5.1294,-43.1526,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-12.0300,-4.4732,-58.2099,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,10.3794,-4.3464,-35.9273,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,5.6289,-4.2528,-40.7714,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-12.8623,-4.0575,-59.4579,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,74.5034,0.8274,23.0230,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,0.0000,-7.1549,-43.4982,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,8.4861,-2.9820,-39.1850,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,3.7468,-4.4754,-42.4309,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,12.7554,-1.9437,-35.9540,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,6.8835,-3.7812,-39.9884,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-0.5115,-3.2739,-47.8907,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.THAYERLD,WR.THAYERLD_LA,36.6326,0.6635,-14.6840,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-0.8976,-3.2297,-48.3210,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0106,V106_DDR,-0.7429,-3.1643,-48.2317,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0139,WR.VOLT.0139_H,7.0010,-1.4787,-42.1734,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0141,WR.VOLT.0141_H,6.5900,-3.2523,-40.8108,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0146,WR.VOLT.0146_H,7.8224,-1.4794,-41.3513,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0147,WR.VOLT.0147_H,7.8224,-1.4794,-41.3513,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0148,WR.VOLT.0148_H,9.2350,-1.7470,-39.6711,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-0.4214,-2.8033,-48.2712,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0157,V157_DDR,7.8519,-1.5281,-41.2731,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0158,V158_DDR,7.8224,-1.4794,-41.3513,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0159,WR.VOLT.0159_H,7.8224,-1.4794,-41.3513,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-1.6470,-3.4633,-48.8368,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0173,V173_DDR,4.1369,-3.6404,-42.8757,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0174,V174_DDR,-1.2003,-3.2112,-48.6422,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0184,V184_DDR,-1.1708,-3.5126,-48.3113,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-0.5873,-3.2466,-47.9937,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0186,V186_DDR,-0.3285,-3.3795,-47.6021,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-1.0610,-3.4098,-48.3042,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-0.9450,-3.1729,-48.4252,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0189,WR.VOLT.0189_H,5.2221,-2.7312,-42.6998,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0190,WR.VOLT.0190_H,7.6999,-2.7354,-40.2178,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0191,WR.VOLT.0191_H,8.2388,-2.8207,-39.5936,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0192,WR.VOLT.0192_H,8.2388,-2.8207,-39.5936,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0196,WR.VOLT.0196_H,7.6999,-2.7354,-40.2178,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0245,V245_DDR,-0.5699,-3.2475,-47.9755,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.VOLT.0248,V248_DDR,-0.7429,-3.1643,-48.2317,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-4.4390,-3.8256,-51.2665,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,10.5962,-2.2037,-37.8532,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.WOLF,WRWOLFUN15_RA,2.5342,-4.7367,-43.3821,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-9.1483,-3.6459,-56.1555,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,23.2283,0.2174,-27.6421,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-3.2526,-4.0559,-49.8498,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,1.7366,-3.2304,-45.6860,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,6.6427,-3.2587,-40.7517,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-2.0498,-3.2553,-49.4476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-2.0498,-3.2553,-49.4476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-2.0498,-3.2553,-49.4476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-2.0498,-3.2553,-49.4476,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,8.1533,-2.6779,-39.8219,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-11.0037,-3.2121,-58.4446,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-11.0037,-3.2121,-58.4446,50.6530\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-13.3414,-3.3804,-60.6141,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-13.3414,-3.3804,-60.6141,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_MIDW,WR_MIDW_LA,-2.8242,-3.4601,-50.0172,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,59.9628,0.0093,9.3004,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,37.3574,-0.7882,-12.5075,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,0.9627,-3.4623,-46.2281,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_SEG,WR_SEG_LA,20.4842,-0.1349,-30.0340,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,WR_WR,WR_LA,6.4650,-2.6813,-41.5068,50.6531\n03/19/2025 21:00:00,03/20/2025 02:00:00,YAD,VACS,48.1679,0.7966,-3.2818,50.6531\n03/19/2025 22:00:00,03/20/2025 03:00:00,AEC,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_CSWS,CSWS_AECC_LA,53.6700,0.2138,16.0375,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,36.4398,-0.1358,-0.8431,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,85.3147,0.1869,47.7091,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,35.9285,-0.3948,-1.0954,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,44.0596,-0.5906,7.2315,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,81.8112,-0.2822,44.6747,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,41.2956,-0.7183,4.5952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AECI,AECI,39.0373,-0.6066,2.2252,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,AEPM_CSWS,CSWS_LA,41.2659,0.2947,3.5525,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ALTW,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,AMRN,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,124.4885,3.0849,83.9848,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,BBA,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,BCA,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,BEPM.ER01.DDR,ER01_DDR,2.8108,-4.4076,-30.2003,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BEPM_ER01,BEPM_ER01_LA,2.8108,-4.4076,-30.2003,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,5.3586,-0.1826,-31.8775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,9.0894,0.8261,-29.1555,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,BEPM_UM01,BEPM_UM01_LA,41.3393,0.7642,3.1564,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BLKW,BLKW,133.3406,5.2211,90.7008,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-29.5965,-3.1077,-63.9075,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-29.5965,-3.1077,-63.9075,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,57.8079,-1.4454,21.8346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.5377,-3.0489,-63.9075,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,BRAZ,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,BUBA,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-1.3920,-0.7978,-38.0129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-6.7951,-2.4379,-41.7759,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,15.2806,-1.7157,-20.4225,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,15.2806,-1.7157,-20.4225,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CLEC,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,36.2786,-0.3924,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,COWP,COWP_LA,39.6362,-0.1305,2.3480,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,39.6362,-0.1305,2.3480,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,39.6362,-0.1305,2.3480,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CPLE,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CPLW,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,49.5189,0.4259,11.6743,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,49.5189,0.4259,11.6743,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,49.5189,0.4259,11.6743,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,49.5189,0.4259,11.6743,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CRTH_SPA,WRCRTH_SPA_LA,39.6778,-1.0702,3.3293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,45.5154,1.9406,6.1561,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,30.9915,-1.3833,-5.0439,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,41.2956,-0.7183,4.5952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,35.9285,-0.3948,-1.0954,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,45.5036,1.9363,6.1486,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,43.6646,0.5471,5.6987,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,45.0766,1.6548,6.0031,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,45.0766,1.6548,6.0031,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,35.1691,-0.7004,-1.5492,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,35.1691,-0.7004,-1.5492,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,35.1662,-0.7033,-1.5492,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,35.1662,-0.7033,-1.5492,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,41.2956,-0.7183,4.5952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,43.7875,1.0065,5.3623,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,46.8979,-1.1589,10.6381,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,46.6288,-1.4280,10.6381,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,37.0617,-0.8118,0.4547,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,33.5321,-0.6824,-3.2042,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,33.5321,-0.6824,-3.2042,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,33.3680,-0.8464,-3.2043,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,33.3680,-0.8464,-3.2043,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-7.0701,-1.6929,-42.7960,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,36.8522,-1.2387,0.6722,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,47.7114,-0.7410,11.0337,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-0.0534,-1.1613,-36.3108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-0.0805,-1.1884,-36.3108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,16.1716,-1.3543,-19.8928,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.GRID.CDL1,CDL1_DDR,42.6297,-0.2830,5.4940,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,22.1865,-1.9000,-13.3322,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,32.0418,-1.3909,-3.9860,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,42.6297,-0.2830,5.4940,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.CSI1,CSI1_DDR,34.9839,-0.2466,-2.1882,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.CSI2,CSI2_DDR,34.9984,-0.2321,-2.1882,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,36.2855,-0.3855,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.GAZA,GAZA_DDR,42.6297,-0.2830,5.4940,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,98.6272,0.6423,60.5662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.NUEN.T201,NT201_DDR,34.1368,-0.5261,-2.7558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,24.0930,-1.7497,-11.5760,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,24.0930,-1.7497,-11.5760,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,41.2956,-0.7183,4.5952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,45.0263,2.2222,5.3854,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,16.1716,-1.3543,-19.8928,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,16.1716,-1.3543,-19.8928,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,4.4160,-1.7756,-31.2271,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-0.0805,-1.1884,-36.3108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,44.2824,0.7251,6.1386,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,31.1140,-0.8508,-5.4539,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,30.7226,-1.2422,-5.4539,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,30.6604,-1.3044,-5.4539,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,21.8576,-0.8478,-14.7133,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,21.8576,-0.8478,-14.7133,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,43.5735,0.6101,5.5447,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,34.1361,-0.4896,-2.7930,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,43.4921,0.4814,5.5919,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,45.6243,2.9821,5.2235,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,41.9865,-0.2644,4.8322,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,34.9984,-0.2321,-2.1882,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0057,OKMU_DDR,40.1306,-0.2260,2.9379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0060,LEHIGH_DDR,98.6272,0.6423,60.5662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0086,WARRENM_DDR,33.9309,-0.5222,-2.9656,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,44.2888,1.8717,4.9984,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,41.3349,-0.5253,4.4415,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0121,V121_DDR,43.5735,0.6101,5.5447,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0122,V122_DDR,40.1700,-0.5540,3.3053,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0124,V124_DDR,53.9982,-0.7579,17.3374,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0135,V135_DDR,34.5459,-0.4612,-2.4116,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0144,V144_DDR,37.2109,-1.1309,0.9231,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0145,V145_DDR,37.1587,-1.3335,1.0735,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,43.6619,0.7248,5.5183,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,41.5947,-0.0952,4.2711,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0175,V175_DDR,36.2855,-0.3855,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,41.5947,-0.0952,4.2711,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,41.9628,0.1701,4.3740,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,34.5459,-0.4612,-2.4116,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,34.7168,-0.5063,-2.1956,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,34.3834,-0.5730,-2.4623,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,44.6291,-0.8906,8.1010,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,33.5385,-0.6755,-3.2047,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,34.7168,-0.5063,-2.1956,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0211,V211_DDR,44.0437,0.9337,5.6913,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,42.3714,-0.5116,5.4643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0213,V213_DDR,34.3918,-0.5254,-2.5015,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0215,V215_DDR,41.2084,-0.5367,4.3263,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0217,V217_DDR,42.4035,-0.5425,5.5272,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0218,V218_DDR,44.3682,-0.8698,7.8193,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0228,V228_DDR,35.0643,-0.5791,-1.7753,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0232,V232_DDR,34.1284,-0.4709,-2.8194,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0233,V233_DDR,34.8328,-0.4755,-2.1104,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0240,V240_DDR,39.9449,-0.6583,3.1845,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0244,V244_DDR,34.7168,-0.5063,-2.1956,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0246,MDT1_DDR,98.6272,0.6423,60.5662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0249,V249_DDR,34.3998,-0.4803,-2.5386,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0250,V250_DDR,29.8833,-1.2884,-6.2471,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0251,V251_DDR,33.9005,-0.6071,-2.9111,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.VOLT.0252,V252_DDR,44.6291,-0.8906,8.1010,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-11.9674,-1.8265,-47.5596,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,51.3711,-2.0791,16.0314,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,-1.0419,-3.4845,-34.9761,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,42.8211,-0.2224,5.6248,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-1.4015,-2.9451,-35.8751,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,33.5399,-1.3409,-2.5379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,33.5399,-1.3409,-2.5379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,33.5399,-1.3409,-2.5379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,33.5399,-1.3409,-2.5379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,33.5399,-1.3409,-2.5379,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,41.2956,-0.7183,4.5952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,47.0202,2.0141,7.5874,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,34.0852,-0.5141,-2.8194,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,34.0306,-0.5688,-2.8194,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,45.4858,-0.0729,8.1400,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,45.4858,-0.0729,8.1400,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWELSH1,CSWSWELSHUN1_RA,42.2444,0.2829,4.5428,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWELSH3,CSWSWELSHUN3_RA,42.2444,0.2829,4.5428,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWILKES1,CSWSWILKESUN1_RA,43.2838,0.8496,5.0155,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWILKES2,CSWSWILKESUN2_RA,43.2838,0.8496,5.0155,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,CSWWILKES3,CSWSWILKESUN3_RA,43.2975,0.7374,5.1414,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-0.0534,-1.1613,-36.3108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,DENL,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,DERS,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,DOE,DOE,40.4294,-0.1991,3.2098,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,18.8911,-1.9423,-16.5853,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,DPC,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,DUK,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDDY,EDDY,133.4002,6.7767,89.2048,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,38.5858,-1.3247,2.4918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-11.6000,-1.6342,-47.3845,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,43.4278,-1.6241,7.6332,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE.SLCC,EDESTL4391_PLT,38.2493,-1.3413,2.1718,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,38.3241,-1.2160,2.1214,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,29.2981,-1.7901,-6.3305,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_EC_01,EDELAR3821UN1_RA,38.5858,-1.3247,2.4918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_EC_02,EDELAR3821UN2_RA,38.5480,-1.3626,2.4918,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_EC_03,EDELAR3821UN3_RA,38.5858,-1.3247,2.4918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_EC_04,EDELAR3821UN4_RA,38.5858,-1.3247,2.4918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_EDE,EDE_LA,38.7664,-0.4239,1.7716,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_ERW,EDEERWFUNG1_RA,-6.1013,-2.5168,-41.0032,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,5.2847,-2.5017,-29.6323,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,96.0000,0.3833,58.1980,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,96.0000,0.3833,58.1980,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,96.0000,0.3833,58.1980,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,96.0000,0.3833,58.1980,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,46.7890,0.2087,9.1616,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_RIV_10,EDERIV1671UN10_RA,37.8554,-1.4707,1.9074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_RIV_11,EDERIV1671UN11_RA,37.8554,-1.4707,1.9074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_RIV_12,EDERIV453UN12_PLT,36.9583,-2.3678,1.9074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_SL_01,EDESTL4391UN1_RA,37.7208,-1.8697,2.1718,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EDE_SWMP,EDE_SWMP_LA,38.9289,-0.1370,1.6472,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EEI,EEI,40.3553,-0.2041,3.1407,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,EES,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,3.0087,-2.4021,-32.0079,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ERCOTE,ERCOTE,42.2444,0.2829,4.5428,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ERCOTN,ERCOTN,24.1856,-1.6571,-11.5760,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,11.0625,-1.9723,-24.3839,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FMPP,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FPC,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FPL,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FREM_50T,OPPDFREM_GUN1_RA,15.1208,-1.5405,-20.7574,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FREM_6,OPPDFREM_AUN6_RA,15.1025,-1.5520,-20.7642,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FREM_7,OPPDFREM_AUN7_RA,15.1025,-1.5520,-20.7642,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FREM_8,OPPDFREM_AUN8_RA,14.9336,-1.7209,-20.7642,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FREM_LOAD,FREM_LOAD_LA,15.0753,-1.5792,-20.7642,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,FRONTIER,WRGETTUNFRONTIER_RA,-1.7212,-1.9818,-37.1581,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,44.2796,0.7223,6.1386,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,12.4199,-1.1166,-23.8822,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-12.5580,-3.1340,-46.8427,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,36.2786,-0.3924,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,36.2786,-0.3924,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,36.2786,-0.3924,-0.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,35.1633,-0.6924,-1.5630,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,35.1633,-0.6924,-1.5630,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,35.2799,-0.7027,-1.4361,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,35.2799,-0.7027,-1.4361,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-6.4550,-3.0082,-40.8655,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,60.7700,-1.1438,24.4951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,60.7700,-1.1438,24.4951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,60.7700,-1.1438,24.4951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.VOLT.0130,V130_DDR,34.4625,-0.3018,-2.6545,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA.VOLT.0237,V237_DDR,33.4146,-0.5478,-3.4563,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDAHUB2,GRDAHUB2_H,23.6493,-1.3476,-12.4218,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDAHUB3,GRDAHUB3_H,20.0147,-1.5341,-15.8700,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA_GRDA,GRDA_LA,35.7924,-0.5353,-1.0910,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA_HUB,GRDA_H,28.7077,-1.0734,-7.6375,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRDA_HUBSA,GRDASA_H,27.9077,-1.1330,-8.3780,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GRE,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,21.8971,4.1985,-19.7201,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GSEC_SPS,SPS_GSEC_LA,98.8597,3.3593,58.0817,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GSPR2014HUB,GSPR2014HUB_H,80.0126,2.7013,39.8926,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GSPR2015HUB,GSPR2015HUB_H,77.5439,2.5118,37.6134,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,34.5726,1.2125,-4.0587,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,HARRISON,CSWSLEBROCKPLT1,43.3420,0.2882,5.6351,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,HAST_TNSK_HUB,HAST_TNSK_H,12.4114,-1.4800,-23.5273,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,HQST,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,HST,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,71.0291,-0.8347,34.4451,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,71.0291,-0.8347,34.4451,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,68.7332,-0.8602,32.1747,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,68.7332,-0.8602,32.1747,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,73.3883,-0.8255,36.7951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,73.3883,-0.8255,36.7951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDN_INDN,INDN_LA,70.4848,-0.8333,33.8995,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ISNE,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,JEA,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,15.4846,-1.5667,-20.3674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,15.4846,-1.5667,-20.3674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,5.0481,-1.5446,-30.8261,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYCT4,KACYNEARMANUNCT4_RA,35.9020,-1.4333,-0.0834,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,72.9318,-1.4495,36.9626,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,35.9020,-1.4333,-0.0834,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,35.3776,-1.3275,-0.7136,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,35.5178,-1.3619,-0.5390,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KACY_KACY,KACY_LA,35.2800,-1.2946,-0.8441,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,30.1154,-1.5343,-5.7690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,63.3800,-1.3890,27.3503,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-13.8400,-2.7157,-48.5430,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-19.8203,-3.1576,-54.0814,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0222,V222_DDR,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0223,V223_DDR,20.5193,-1.7754,-15.1240,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0241,V241_DDR,52.1037,-0.2103,14.8953,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0243,V243_DDR,32.5952,-1.0045,-3.8190,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0247,V247_DDR,37.9779,-1.5378,2.0970,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.VOLT.0253,V253_DDR,30.7506,-1.4143,-5.2538,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,6.8380,-3.4785,-27.1022,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,17.7832,-2.0681,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,17.7832,-2.0681,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,17.7832,-2.0681,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,17.7832,-2.0681,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,30.1404,-1.4364,-5.8419,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,30.1404,-1.4364,-5.8419,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB,KCPLHUB_H,11.2419,-2.3706,-23.8062,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB17,KCPLHUB17_H,9.6879,-2.4053,-25.3255,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB18,KCPLHUB18_H,8.8362,-2.4495,-26.1330,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB19,KCPLHUB19_H,8.9138,-2.3921,-26.1128,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB20,KCPLHUB20_H,8.2703,-2.4554,-26.6930,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB21,KCPLHUB21_H,8.2012,-2.3766,-26.8408,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB22,KCPLHUB22_H,8.8284,-2.4062,-26.1841,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB23,KCPLHUB23_H,8.2355,-2.4611,-26.7220,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLHUB24,KCPLHUB24_H,7.5235,-2.5040,-27.3912,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,11.4464,-1.7260,-24.2463,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,11.4464,-1.7260,-24.2463,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,14.5669,-2.3498,-20.5020,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,14.5669,-2.3498,-20.5020,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,29.6398,-2.0099,-5.7690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,30.1154,-1.5343,-5.7690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,31.3676,-1.3218,-4.7293,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,9.2116,-2.1263,-26.0808,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,33.3878,-1.3477,-2.6832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KCPL_KCPL,KCPL_LA,30.0577,-1.4178,-5.9432,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KENN,KENN_LA,45.8088,0.1379,8.2522,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KEP2_SECI,KEP2_SECI_LA,-1.0031,0.1093,-38.5312,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KERR_1,GRDAKERR_HYDUN1_RA,33.5099,-0.6331,-3.2757,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KERR_2,GRDAKERR_HYDUN2_RA,33.6980,-0.6205,-3.1002,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KERR_3,GRDAKERR_HYDUN3_RA,33.6980,-0.6205,-3.1002,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KERR_4,GRDAKERR_HYDUN4_RA,33.5099,-0.6331,-3.2757,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,17.8166,-2.0347,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,17.8166,-2.0347,-17.5674,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,19.5123,-1.8251,-16.0814,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,19.5123,-1.8251,-16.0814,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,14.3559,-2.0498,-21.0130,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,12.9542,-1.9863,-22.4782,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,12.9542,-1.9863,-22.4782,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-0.4927,-0.2402,-37.6712,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-0.4927,-0.2402,-37.6712,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-0.4927,-0.2402,-37.6712,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,8.5103,-0.0515,-28.8570,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,8.5103,-0.0515,-28.8570,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-0.5971,-0.3311,-37.6846,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,5.6726,-0.8527,-30.8933,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,6.1791,-2.0425,-29.1971,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,64.5860,-1.4663,28.6336,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,64.5860,-1.4663,28.6336,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,8.8735,-1.8575,-26.6877,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,8.8735,-1.8575,-26.6877,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,8.8735,-1.8575,-26.6877,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,8.5219,-1.1065,-27.7903,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-0.5688,-0.5853,-37.4023,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,12.7801,-1.6197,-23.0189,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,4.5514,-1.4524,-31.4150,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,LAFA,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,LAM345,LAM345,-1.3920,-0.7978,-38.0129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LEPA,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,16.1736,-1.3505,-19.8946,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_LES,LES_LA,16.0383,-1.4019,-19.9785,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,16.0597,-1.5503,-19.8088,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,15.8115,-1.4803,-20.1269,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,15.8115,-1.4803,-20.1269,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,15.8115,-1.4803,-20.1269,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,16.0609,-1.5490,-19.8088,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,16.0597,-1.5503,-19.8088,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_WAVERLY,LES_WAVERLY_H,15.8080,-1.5835,-20.0273,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,15.2722,-1.8877,-20.2588,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,15.2722,-1.8877,-20.2588,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,LGEE,LGEE,36.6775,-0.4316,-0.3096,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MALDEN,MALDEN_LA,44.9799,0.0867,7.4745,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MCWEST,MCWEST,44.9873,0.8072,6.7614,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MDU,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,8.0438,0.6373,-30.0122,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,12.6753,-1.1453,-23.5981,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,16.7882,0.1057,-20.7361,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,MEAN_NPPD,NPPD_MEAN_LA,9.0986,-1.5424,-26.7777,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MEC,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,MHEB,MHEB,20.3876,-0.6721,-16.3590,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-7.4692,-2.4870,-42.4009,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,8.2357,-1.2354,-27.9476,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-7.4692,-2.4870,-42.4009,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-7.4692,-2.4870,-42.4009,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,8.2357,-1.2354,-27.9476,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MISO,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-1.2834,0.5941,-39.2962,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-1.2834,0.5941,-39.2962,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,7.6482,-1.8474,-27.9231,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,0.1146,-1.5351,-35.7690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,9.5977,-1.9512,-25.8698,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,0.0000,-1.5490,-35.8697,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,1.8321,-1.4993,-34.0874,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,0.0853,-1.4382,-35.8952,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,2.9471,-1.6272,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,2.9471,-1.6272,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,2.9471,-1.6272,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,2.9471,-1.6272,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,2.9471,-1.6272,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,34.6509,-1.2197,-1.5481,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,38.8517,-0.3412,1.7742,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,38.8517,-0.3412,1.7742,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,34.7277,-0.6678,-2.0232,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,48.3930,-0.0783,11.0526,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MOWR,AECI,39.0373,-0.6066,2.2252,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,35.3366,-0.8014,-1.2808,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,39.1642,-0.3300,2.0755,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-1.2372,-2.9178,-35.7381,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-12.1819,-2.2667,-47.3339,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-5.1312,-2.6812,-39.8687,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-1.1113,-2.7920,-35.7381,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,18.9112,-1.9222,-16.5853,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,18.9112,-1.9222,-16.5853,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,18.9154,-1.9181,-16.5853,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,18.9154,-1.9181,-16.5853,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,14.3394,-1.5471,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,14.4509,-1.4356,-21.5323,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,35.3484,-0.4589,-1.6114,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,25.6529,-2.0230,-9.7428,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,17.1235,-2.4947,-17.8005,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,17.0222,-2.5961,-17.8005,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,17.1236,-2.4946,-17.8005,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,33.1779,-1.3356,-2.9052,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,33.1779,-1.3356,-2.9052,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MPS_MPS,MPS_LA,39.2619,-1.2241,3.0673,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MSTNG,SPSMSTNGPLT1,131.5729,5.3334,88.8208,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MSTNG4,SPSMSTNGUN4_RA,131.3736,5.1341,88.8208,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MSTNG5,SPSMSTNGUN5_RA,131.3750,5.1355,88.8208,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,131.5729,5.3334,88.8208,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NBSO,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,10.7360,-2.3832,-24.2995,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,10.7322,-2.3870,-24.2995,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,30.3550,0.4582,-7.5220,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NHC1,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,15.4583,-1.6694,-20.2910,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,15.4583,-1.6694,-20.2910,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,15.4583,-1.6694,-20.2910,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,4.3452,-0.3074,-32.7661,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,11.3111,-1.8817,-24.2259,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,13.4172,-1.7355,-22.2660,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-3.6177,-2.1059,-38.9305,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,11.3111,-1.8817,-24.2259,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.HUB.PY2018,NPPDPY18_H,9.8573,-1.7283,-25.8332,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,9.9940,-1.7651,-25.6597,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,9.9868,-1.7240,-25.7079,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,10.1219,-1.7371,-25.5598,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-7.7868,-1.9941,-43.2114,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,9.1836,-0.8749,-27.3602,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,9.1836,-0.8749,-27.3602,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,4.5551,-1.8493,-31.0143,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-7.7868,-1.9941,-43.2114,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,17.9263,-3.0880,-16.4044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,9.5861,-2.3043,-25.5283,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,7.0411,-0.3157,-30.0619,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,9.5861,-2.3043,-25.5283,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,10.7546,-2.1406,-24.5235,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,9.3189,-1.7294,-26.3704,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,15.2172,-0.9995,-21.2020,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,11.3111,-1.8817,-24.2259,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,7.3238,-0.4876,-29.6073,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,9.1836,-0.8749,-27.3602,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,9.1836,-0.8749,-27.3602,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,10.1773,-0.7091,-26.5323,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,10.1051,-0.6995,-26.6141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,10.1051,-0.6995,-26.6141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,10.5500,-0.5822,-26.2866,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,0.8960,-1.6718,-34.8509,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,12.0053,-1.4525,-23.9609,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,4.2228,-0.1109,-33.0850,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-2.1236,-1.4348,-38.1076,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-5.0000,-1.3966,-41.0221,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.NELI.DDR,NELI_DDR,-4.8719,-2.1318,-40.1588,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.NPPM.1058,SH1058_DDR,35.2131,-1.0224,-1.1832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,10.2667,-0.9220,-26.2300,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,11.3111,-1.8817,-24.2259,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,13.4172,-1.7355,-22.2660,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-7.7868,-1.9941,-43.2114,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.TECH.1,KEARNE_DDR,11.4272,-0.4400,-25.5515,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,10.1189,-3.1639,-24.1360,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,10.1189,-3.1639,-24.1360,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-7.3401,-2.0883,-42.6705,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD.VOLT.0236,V236_DDR,14.3699,-1.1608,-21.8880,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD2017HUB,NPPD2017HUB_H,9.9074,-1.7325,-25.7787,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,30.7600,-1.9229,-4.7358,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,4.3452,-0.3074,-32.7661,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,9.1559,-2.9081,-25.3547,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,9.1559,-2.9081,-25.3547,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,14.4726,-1.2309,-21.7152,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,14.3965,-1.1342,-21.8880,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-3.3348,-2.0957,-38.6578,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,10.2123,-0.8143,-26.3921,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,34.4367,-1.7988,-1.1832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,34.4367,-1.7988,-1.1832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,34.4367,-1.7988,-1.1832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,12.4224,-1.4782,-23.5181,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,12.4064,-2.4623,-22.5500,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,12.9341,-0.9577,-23.5269,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,-2.3706,-2.6145,-37.1748,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,-2.3706,-2.6145,-37.1748,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,8.1235,-0.9727,-28.3226,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,7.9023,-1.0068,-28.5096,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,13.9781,-1.3420,-22.0986,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,13.9439,-1.3762,-22.0986,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,13.9439,-1.3762,-22.0986,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,13.8957,-1.3061,-22.2169,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,17.9263,-3.0880,-16.4044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,13.7671,-1.3086,-22.3430,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,14.8778,-1.6226,-20.9183,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,12.4855,-1.3941,-23.5391,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,12.4611,-1.4140,-23.5436,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,12.4768,-1.3950,-23.5470,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,12.4768,-1.3950,-23.5470,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,12.4224,-1.4782,-23.5181,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,12.3502,-1.5504,-23.5181,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,5.2066,-0.0156,-32.1965,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,13.5722,-1.0629,-22.7836,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,7.8062,-0.8976,-28.7149,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,4.6611,-2.6777,-30.0799,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,6.7777,-0.4825,-30.1585,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,35.7506,-0.4849,-1.1832,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-4.8719,-2.1318,-40.1588,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,8.3952,-0.9084,-28.1151,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,8.3952,-0.9084,-28.1151,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_NPPD,NPPD_LA,15.6248,-1.2196,-20.5743,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,14.8778,-1.6226,-20.9183,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,14.8778,-1.6226,-20.9183,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,12.0556,-1.7913,-23.5719,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,10.9234,-1.8818,-24.6135,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NSB,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NSP,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,NSSO,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,NYIS,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,-1.2413,-1.8014,-36.8587,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-5.1166,-2.8749,-39.6604,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-10.9477,-2.7976,-45.5688,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-10.9477,-2.7976,-45.5688,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-7.3752,-1.2296,-43.5643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-12.5580,-3.1340,-46.8427,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-50.2400,-2.2897,-85.3690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-20.3836,-3.1765,-54.6258,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-7.1084,-3.0107,-41.5165,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-5.4145,-2.9099,-39.9233,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,7.7702,-1.8119,-27.8366,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-7.1084,-3.0107,-41.5165,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-5.6396,-1.4141,-41.6442,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,0.8281,-2.0112,-34.5794,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,46.8833,-0.6242,10.0888,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-5.4145,-2.9099,-39.9233,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,-1.5609,-2.6371,-36.3425,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,-1.1405,-3.0333,-35.5259,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,2.9800,-2.2558,-32.1829,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-16.9949,-0.8544,-53.5593,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-5.4145,-2.9099,-39.9233,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NUEN.ADA1,ADA1_DDR,5.5319,-1.7316,-30.1552,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NUEN.LAM1,LAM1_DDR,76.8459,1.3551,38.0720,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NUEN.MDT2,MDT2_DDR,7.7747,-1.8074,-27.8366,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NUEN.MDT3,MDT3_DDR,7.7747,-1.8074,-27.8366,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.NUEN.WWO1,WWO1_DDR,5.2513,-1.6962,-30.4712,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,7.4617,-1.8955,-28.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,7.4617,-1.8955,-28.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,7.5361,-1.8211,-28.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,7.4217,-1.9576,-28.0394,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,7.4217,-1.9576,-28.0394,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,7.5361,-1.8211,-28.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,7.5361,-1.8211,-28.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-5.4145,-2.9099,-39.9233,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,53.9859,0.5295,16.0377,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-5.6396,-1.4141,-41.6442,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-5.9715,-1.1744,-42.2158,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,-1.5609,-2.6371,-36.3425,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,78.3880,0.7778,40.1915,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,1.9526,-2.5175,-32.9486,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,1.9526,-2.5175,-32.9486,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,1.9625,-2.5076,-32.9486,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,1.9625,-2.5076,-32.9486,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-8.1701,-3.9260,-41.6628,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-6.4701,-2.7975,-41.0913,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-5.1166,-2.8749,-39.6604,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-8.5595,-2.7877,-43.1905,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-8.5595,-2.7877,-43.1905,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,2.5586,-0.6197,-34.2405,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,2.2638,-2.3453,-32.8096,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,2.2638,-2.3453,-32.8096,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,2.2638,-2.3453,-32.8096,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0033,FOSTER_DDR,9.3201,-1.4841,-26.6145,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,22.3942,-0.1602,-14.8643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0035,TARBY_DDR,77.5827,0.8280,39.3360,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,22.3942,-0.1602,-14.8643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,20.7024,-0.5698,-16.1466,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,20.7024,-0.5698,-16.1466,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-10.1383,-0.7545,-46.8026,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0040,TROSPER_DDR,9.3918,-1.4613,-26.5656,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,8.9728,-1.4781,-26.9679,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,80.9175,0.9348,42.5639,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0115,V115_DDR,7.9184,-1.7581,-27.7422,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0116,V116_DDR,84.3345,-0.3353,47.2511,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0118,V118_DDR,17.2591,-0.8068,-19.3528,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0125,V125_DDR,77.7611,1.1252,39.2172,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0126,V126_DDR,15.2411,-0.0782,-22.0994,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0129,V129_DDR,22.1887,-1.8978,-13.3322,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,8.2177,-1.6235,-27.5775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0134,V134_DDR,-14.7393,0.2081,-52.3662,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0138,V138_DDR,22.8081,-0.2316,-14.3790,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,8.4043,-1.4946,-27.5198,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0143,V143_DDR,25.5411,-0.5031,-11.3745,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0149,V149_DDR,6.4153,-2.0426,-28.9609,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0150,V150_DDR,6.9706,-1.9437,-28.5044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0155,V155_DDR,24.2867,-0.3931,-12.7389,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0156,V156_DDR,8.2177,-1.6235,-27.5775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0166,V166_DDR,31.0419,0.9054,-7.2822,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,8.4278,-1.5066,-27.4843,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,6.9706,-1.9437,-28.5044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0170,V170_DDR,5.0676,-1.6923,-30.6589,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,6.3247,-2.1225,-28.9715,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0176,V176_DDR,6.9706,-1.9437,-28.5044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0177,V177_DDR,-3.1839,-2.4500,-38.1526,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,8.5360,-1.5102,-27.3725,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,2.7193,-2.3264,-32.3730,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0195,V195_DDR,135.9418,1.7550,96.7681,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0197,V197_DDR,31.5316,0.0349,-5.9220,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0198,V198_DDR,31.0419,0.9054,-7.2822,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0208,V208_DDR,136.0000,1.8242,96.7571,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0209,V209_DDR,136.0000,1.8242,96.7571,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,30.6240,-0.2868,-6.5079,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0216,V216_DDR,8.8659,-1.4842,-27.0686,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0219,V219_DDR,24.2867,-0.3931,-12.7389,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0220,V220_DDR,6.9706,-1.9437,-28.5044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0224,V224_DDR,7.7320,-1.7257,-27.9610,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0225,V225_DDR,7.7339,-1.7238,-27.9610,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0226,V226_DDR,7.7320,-1.7257,-27.9610,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0227,V227_DDR,7.7320,-1.7257,-27.9610,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0229,V229_DDR,-7.1422,-0.5891,-43.9719,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0231,V231_DDR,28.1710,-0.2187,-9.0290,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0238,V238_DDR,-10.4512,-3.1156,-44.7543,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.VOLT.0242,V242_DDR,23.7282,-0.3146,-13.3759,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-1.7444,-3.3523,-35.8108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-4.7901,-2.8053,-39.4035,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,0.8281,-2.0112,-34.5794,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-1.7444,-3.3523,-35.8108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,0.5641,-1.8463,-35.0083,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-25.3180,-4.6640,-58.0727,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEHL7,OKGEHL7_H,11.7792,-1.5693,-24.0702,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEHL8,OKGEHSL1UN8_RA,11.7792,-1.5693,-24.0702,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEHL910,OKGEHSL1PLT2,11.3190,-2.0295,-24.0702,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,0.6598,-2.0149,-34.7441,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEMCC,OKGEMCCLAIPLT1,7.7416,-2.0907,-27.5864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,29.0140,-0.5559,-7.8488,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,29.0140,-0.5559,-7.8488,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,28.9648,-0.6051,-7.8488,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,9.9278,-2.1727,-25.3182,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,9.9278,-2.1727,-25.3182,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,9.9278,-2.1727,-25.3182,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,10.0544,-2.0461,-25.3182,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESM1,OKGESEMINOLEUN1_RA,17.9922,-1.3910,-18.0355,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESM2,OKGESEMINOLEUN2_RA,14.6606,-1.3806,-21.3775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESM3,OKGESEMINOLEUN3_RA,14.6606,-1.3806,-21.3775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESO1,OKGESONR1UN1_RA,-25.4680,-2.6497,-60.2370,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESO2,OKGESONR1UN2_RA,-8.5595,-2.7877,-43.1905,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,0.4954,-2.1792,-34.7441,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,0.5333,-2.9953,-33.8901,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGETINK5A,OKGETINK5UN1_RA,10.1260,-1.4551,-25.8376,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGETINK5B,OKGETINK5UN2_RA,10.1260,-1.4551,-25.8376,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,1.2772,-2.3684,-33.7731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-5.1166,-2.8749,-39.6604,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,83.4051,0.8488,45.1376,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-1.1995,-2.0652,-36.5530,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_OKGE,OKGE_LA,26.4739,-1.0237,-9.9212,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-5.9715,-1.1744,-42.2158,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,1.1384,-2.5072,-33.7731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMLP,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,37.3875,-0.7548,0.7236,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,84.9224,0.3638,47.1399,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_GENHUB,OMPA_GENHUB_H,6.7503,-1.8803,-28.7881,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-50.0986,-2.1483,-85.3690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,1.0194,-2.6433,-33.7560,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-7.1084,-3.0107,-41.5165,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-0.9455,-2.4478,-35.9164,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,16.5894,-2.2290,-18.6003,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,123.0957,-0.9627,86.6397,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-50.2466,-2.2963,-85.3690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-50.2466,-2.2963,-85.3690,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_SPP,OMPA_SPP_LA,7.2248,-1.7329,-28.4610,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-1.7444,-3.3523,-35.8108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,33.1206,-0.8058,-3.4923,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,33.1206,-0.8058,-3.4923,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,33.1206,-0.8058,-3.4923,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,33.1206,-0.8058,-3.4923,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,ONT,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,15.3560,-1.6709,-20.3918,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,15.4740,-1.6280,-20.3167,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,15.4583,-1.6694,-20.2910,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,15.7611,-1.2682,-20.3895,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,15.5295,-1.5266,-20.3627,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,15.5295,-1.5266,-20.3627,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_GLDN,OPPD_GLDN_LA,15.3735,-1.6345,-20.4107,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,15.4846,-1.6469,-20.2872,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,17.9263,-3.0880,-16.4044,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,13.4037,-2.0184,-21.9967,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,15.4590,-1.6676,-20.2922,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_OPPD,OPPD_LA,15.5722,-1.5446,-20.3019,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,15.5464,-1.4943,-20.3780,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,15.5439,-1.5027,-20.3721,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,OTP,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,OVEC,OVEC,35.3529,-0.5189,-1.5469,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PARAGOULD,PARAGOULD_LA,47.1271,0.2181,9.4903,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,35.3855,-0.8913,-1.1419,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,35.3855,-0.8913,-1.1419,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,35.3855,-0.8913,-1.1419,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,34.6388,-0.7549,-2.0251,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,34.6388,-0.7549,-2.0251,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,34.6388,-0.7549,-2.0251,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PIGGOTT,PIGGOTT_LA,45.5139,0.1196,7.9755,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PJM,PJM,33.2229,-0.6612,-3.5346,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PLUM,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,POPLARBLUFF,POPLARBLUFF_LA,42.5934,-0.0551,5.2298,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,45.2979,0.4294,7.4498,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,45.2979,0.4294,7.4498,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,43.7995,0.4683,5.9125,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,43.7995,0.4683,5.9125,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,43.9898,2.0740,4.4971,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,43.9898,2.0740,4.4971,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,44.8500,0.8433,6.5880,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,51.3513,-0.2317,14.1642,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-6.7951,-2.4379,-41.7759,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,66.7191,-0.7890,30.0893,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,17.1608,-1.2531,-19.0048,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,20.9806,-0.8071,-15.6310,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,48.0215,-0.0026,10.6054,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,36.2251,-0.1953,-0.9983,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,12.7920,-1.9494,-22.6773,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,39.3755,0.3007,1.6560,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,9.7888,-2.3797,-25.2502,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,34.0000,2.0469,-5.4656,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,23.3885,-0.2042,-13.8260,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,11.5099,-1.6315,-24.2774,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,PUPP,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,RCEAST,RCEAST,1.7501,-1.2558,-34.4128,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_1,GRDASALINA1UN1_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_2,GRDASALINA1UN2_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_3,GRDASALINA1UN3_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_4,GRDASALINA1UN4_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_5,GRDASALINA1UN5_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SALINA_6,GRDASALINA1UN6_RA,33.5134,-0.6297,-3.2757,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SARPY_1,OPPDSARPYUN1_RA,15.3571,-1.6377,-20.4240,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SARPY_2,OPPDSARPYUN2_RA,15.4150,-1.5685,-20.4353,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SARPY_3,OPPDSARPYUN3_RA,15.2910,-1.7112,-20.4165,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SARPY_4,OPPDSARPYUN4_RA,15.2910,-1.7112,-20.4165,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SARPY_5,OPPDSARPYUN5_RA,15.2910,-1.7112,-20.4165,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SC,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SCEG,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SCSE,SCSE,8.0601,-0.3020,-29.0566,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SEC,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-1.6207,-2.1003,-36.9391,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-1.6207,-2.1003,-36.9391,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-1.6207,-2.1003,-36.9391,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,-0.1892,0.8453,-38.4533,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-1.6207,-2.1003,-36.9391,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,-1.0022,-1.3080,-37.1129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,1.8271,-1.8126,-33.7790,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,1.8271,-1.8126,-33.7790,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,2.9423,-1.6320,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-2.7053,-2.3364,-37.7877,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,8.3600,-0.2017,-28.8570,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-1.0069,0.4441,-38.8698,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,2.1435,-0.5429,-34.7323,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-1.2655,-2.0000,-36.6842,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,2.4219,-0.6002,-34.3967,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-1.2699,-1.9022,-36.7864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,1.1322,-0.5201,-35.7664,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-0.7435,-0.4161,-37.7461,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-0.7435,-0.4161,-37.7461,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-0.7435,-0.4161,-37.7461,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-0.7435,-0.4161,-37.7461,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-1.1507,-0.6163,-37.9532,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,-1.0022,-1.3080,-37.1129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI_SECI,SECI_LA,0.1867,-0.3166,-36.9155,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,2.9423,-1.6320,-32.8444,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SEHA,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,1.1384,-2.5072,-33.7731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SERU,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SETH,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SGE,SGE,7.3042,-0.2465,-29.8680,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SMEP,MISO,32.7232,-0.5073,-4.1881,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,SOCO,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPA,SPA,48.6690,0.0921,11.1582,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPC,SPC,37.5630,0.5575,-0.4133,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPPNORTH_HUB,SPPNORTH_H,15.3734,-1.3516,-20.6936,37.4186\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPPSOUTH_HUB,SPPSOUTH_H,14.1142,-1.6586,-21.6459,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,38.0118,-0.2481,0.8411,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,38.0207,-0.2391,0.8411,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,38.1526,-0.1706,0.9045,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,38.1526,-0.1706,0.9045,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_NIXA,SPRM_NIXA_LA,38.2418,-0.0463,0.8694,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_SPRM,SPRM_LA,38.2848,0.0249,0.8411,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,37.9642,-0.2328,0.7783,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,37.9642,-0.2328,0.7783,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,37.8741,-0.3229,0.7783,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,37.9642,-0.2328,0.7783,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,132.4943,4.6024,90.4731,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,136.8161,3.9709,95.4265,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,30.0278,0.9369,-8.3278,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,30.0278,0.9369,-8.3278,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,127.1007,2.5786,87.1033,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,131.0569,4.7061,88.9321,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,131.8660,3.6172,90.8301,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,133.6191,6.6599,89.5405,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,125.4180,3.0033,84.9959,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,131.6195,5.3019,88.8989,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,132.0413,5.7826,88.8400,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,132.0413,5.7826,88.8400,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,131.6195,5.3019,88.8989,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,30.2314,1.0405,-8.2278,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,136.8161,3.9709,95.4265,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,30.0854,1.0862,-8.4195,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,15.8652,-0.6538,-20.8997,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,25.5313,1.2878,-13.1753,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,29.9085,2.0821,-9.5924,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,28.3497,1.1250,-10.1940,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,5.5799,-0.9932,-30.8456,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,5.5799,-0.9932,-30.8456,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,5.5799,-0.9932,-30.8456,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,5.5799,-0.9932,-30.8456,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GRID.WRAB,WRAB_DDR,34.8122,2.8615,-5.4680,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,5.5799,-0.9932,-30.8456,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,124.4885,3.0849,83.9848,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,124.4885,3.0849,83.9848,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,121.4684,3.1274,80.9223,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,121.4684,3.1274,80.9223,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,121.4684,3.1274,80.9223,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,124.4885,3.0849,83.9848,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,34.5410,0.8080,-3.6857,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,34.5371,0.8080,-3.6896,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,34.5506,0.8080,-3.6761,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,30.3550,0.4582,-7.5220,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,131.6491,5.3675,88.8629,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,125.3699,2.9648,84.9864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,125.3699,2.9648,84.9864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,125.3699,2.9648,84.9864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,125.3699,2.9648,84.9864,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,131.8870,5.4921,88.9762,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,131.5394,5.2159,88.9047,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,131.5394,5.2159,88.9047,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,1.3175,-2.3281,-33.7731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,33.4173,0.6779,-4.6793,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,33.4173,0.6779,-4.6793,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,34.3696,0.8101,-3.8592,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,34.8122,2.8615,-5.4680,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,17.7154,-0.0180,-19.6853,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,27.7892,0.7672,-10.3967,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-7.3752,-1.2296,-43.5643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,33.9391,1.1997,-4.6793,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PLANTX1,SPS.PLANTX1_H,133.6763,4.2557,92.0019,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PLANTX2,SPS.PLANTX2_H,133.6763,4.2557,92.0019,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,133.3719,4.2055,91.7477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,126.9292,2.9063,86.6042,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,11.4852,-0.5143,-25.4193,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,132.6057,4.3569,90.8301,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,127.0212,2.9983,86.6042,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,30.3058,1.1149,-8.2278,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,132.6179,5.0429,90.1563,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,133.6191,6.6599,89.5405,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,132.6179,5.0429,90.1563,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,133.4495,5.9066,90.1242,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,-36.0000,0.6223,-74.0410,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,134.6210,8.2877,88.9146,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,134.8135,8.4802,88.9146,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,134.2564,7.9237,88.9140,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,132.0817,5.7551,88.9079,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,134.4886,8.0475,89.0224,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-1.3920,-0.7978,-38.0129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,34.7101,2.7005,-5.4091,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,132.6686,4.4489,90.8010,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,132.6686,4.4489,90.8010,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,132.6179,5.0429,90.1563,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,125.6479,3.2047,85.0244,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,133.8700,6.6543,89.7970,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,135.1104,6.8237,90.8680,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,133.6044,5.3032,90.8825,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,133.1056,3.1679,92.5189,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,134.6210,8.2877,88.9146,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,135.5298,9.1532,88.9578,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,134.9086,8.5321,88.9578,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,127.4057,3.3828,86.6042,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,134.1127,5.8607,90.8333,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,12.9416,-0.2625,-24.2146,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,12.8980,-0.3340,-24.1867,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0163,V163_DDR,35.6474,1.5142,-3.2856,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0168,V168_DDR,20.4378,-0.2673,-16.7137,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0180,V180_DDR,135.5298,9.1532,88.9578,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0181,V181_DDR,12.5401,0.0264,-24.9050,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0182,V182_DDR,134.4685,8.0606,88.9891,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0199,V199_DDR,132.9841,6.2923,89.2731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0200,V200_DDR,132.8694,6.5288,88.9219,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.VOLT.0235,V235_DDR,17.7154,-0.0180,-19.6853,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,131.8660,3.6172,90.8301,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,133.6191,6.6599,89.5405,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,34.5301,1.1701,-4.0587,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,33.5842,1.1947,-5.0292,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS_SPS,SPS_LA,107.1746,5.5078,64.2480,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,133.4768,4.8488,91.2093,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SSCN_NPPD,SSCN_NPPD_LA,-0.9925,-2.0867,-36.3245,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,42.5914,-0.0706,5.2433,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,42.5914,-0.0706,5.2433,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,TAL,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,TEC,SOUC,44.4571,0.2243,6.8141,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,4.6611,-2.6777,-30.0799,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,TVA,TVA,43.5538,0.0643,6.0708,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB,UCUHUB_H,10.4851,-1.8401,-25.0935,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB17,UCUHUB17_H,1.5613,-1.8622,-33.9953,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB18,UCUHUB18_H,3.3128,-2.0678,-32.0381,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB19,UCUHUB19_H,0.9075,-2.1312,-34.3800,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB20,UCUHUB20_H,1.7312,-2.0613,-33.6262,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB21,UCUHUB21_H,1.2640,-2.0083,-34.1465,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB22,UCUHUB22_H,0.6984,-2.1280,-34.5923,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB23,UCUHUB23_H,0.2158,-2.1425,-35.0605,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,UCUHUB24,UCUHUB24_H,3.9777,-1.9818,-31.4592,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,39.0099,1.0122,0.5789,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,39.0099,1.0122,0.5789,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,11.1268,-1.4675,-24.8244,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,11.1268,-1.4675,-24.8244,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,20.9914,-1.3575,-15.0698,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,42.3953,-0.3452,5.3218,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,42.3953,-0.3452,5.3218,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,39.0099,1.0122,0.5789,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,21.6354,-0.9725,-14.8108,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,26.7141,-0.1868,-10.5178,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,10.2987,-1.9032,-25.2169,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,5.9353,-4.1671,-27.3163,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,42.0025,1.0379,3.5459,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,42.0025,1.0379,3.5459,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,18.8049,-4.2327,-14.3811,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,10.4674,-2.5535,-24.3978,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,21.7267,-1.3333,-14.3588,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,8.5826,-2.4818,-26.3544,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,10.1858,-1.8813,-25.3516,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,8.9211,-2.8197,-25.6779,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,20.1568,-2.8808,-14.3811,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,20.1568,-2.8808,-14.3811,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,10.2126,-2.3399,-24.8662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,6.2616,-4.0796,-27.0775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,11.9183,-0.2586,-25.2418,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,41.6500,-0.5751,4.8064,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,41.6500,-0.5751,4.8064,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,41.6500,-0.5751,4.8064,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,41.6796,-0.3465,4.6074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,41.6796,-0.3465,4.6074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,41.6796,-0.3465,4.6074,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,38.1758,1.4905,-0.7334,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,17.6482,-1.5697,-18.2008,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,17.6482,-1.5697,-18.2008,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,7.6421,-0.3059,-29.4707,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,7.2567,-2.2987,-27.8634,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,37.7775,-0.3135,0.6723,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,1.4907,-2.4934,-33.4347,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,4.4578,-4.8071,-28.1538,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,20.5562,-2.4841,-14.3784,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,40.8100,0.5678,2.8234,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,40.8100,0.5678,2.8234,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,40.8038,0.5617,2.8233,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,40.8100,0.5678,2.8234,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,41.4139,0.6269,3.3683,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,4.1362,-3.8264,-29.4561,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,23.9555,-0.8358,-12.6275,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,5.7344,-1.9739,-29.7104,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,5.7344,-1.9739,-29.7104,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,2.1727,-2.1555,-33.0905,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,2.1727,-2.1555,-33.0905,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,18.0923,-1.1256,-18.2008,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,32.3732,-0.8808,-4.1647,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,8.8688,-3.0095,-25.5404,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,7.6725,-3.6936,-26.0526,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,14.0420,-1.6766,-21.7001,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,20.9914,-1.3575,-15.0698,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,20.9914,-1.3575,-15.0698,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,8.5826,-2.4818,-26.3544,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,1.8571,-1.3081,-34.2535,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,13.8295,-2.7665,-20.8227,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,6.2952,-4.0460,-27.0775,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,9.3424,-2.6306,-25.4458,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.FSE,WAUE.FSE_H,5.3538,-2.2341,-29.8309,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,42.6649,0.1847,5.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,42.8576,0.1037,5.3351,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,5.1345,-4.2517,-28.0325,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,6.5715,-4.0504,-26.7969,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,20.3780,-1.5338,-15.5069,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,21.9812,-1.6982,-13.7393,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-10.0700,-3.3128,-44.1760,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,5.9353,-4.1671,-27.3163,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-23.9700,-0.8461,-60.5426,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,11.9731,-2.6183,-22.8273,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,12.1599,-2.4315,-22.8273,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,11.9754,-2.6161,-22.8273,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,5.5959,-2.4559,-29.3669,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,1.8571,-1.3081,-34.2535,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,12.5326,-1.5277,-23.3585,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,8.5117,-2.4805,-26.4265,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,11.7710,-0.4059,-25.2418,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,13.5529,-0.7426,-23.1232,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,10.5954,-1.7469,-25.0764,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,17.4036,-1.7436,-18.2715,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,9.8897,-1.8177,-25.7113,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,8.7372,-2.9445,-25.7370,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,1.4907,-2.4934,-33.4347,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,19.1686,-0.4209,-17.8293,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,8.5262,-2.5302,-26.3623,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,18.9196,-0.5396,-17.9596,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,11.8987,-1.4723,-24.0477,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,15.2722,-1.8877,-20.2588,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NTWK,WAUE.NTWK_H,14.1651,-1.6274,-21.6262,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,13.1771,-2.0452,-22.1964,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,13.1771,-2.0452,-22.1964,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,5.7594,-4.4082,-27.2511,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,2.6032,-4.9292,-29.8863,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,13.2046,-2.1497,-22.0645,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,5.7594,-4.4082,-27.2511,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,22.3201,-1.0399,-14.0587,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,8.6160,-3.1226,-25.6801,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,1.4907,-2.4934,-33.4347,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,10.9815,-2.3037,-24.1335,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,8.6120,-3.1266,-25.6801,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,0.5310,-4.7774,-32.1103,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,2.5008,-4.7176,-30.2003,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,13.1913,-1.5886,-22.6388,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,9.1397,-3.6242,-24.6548,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,12.6489,-1.7978,-22.9720,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,7.4442,-3.4662,-26.5083,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,7.6725,-3.6936,-26.0526,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.VOLT.0152,V152_DDR,36.5680,1.9115,-2.7622,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE.VOLT.0172,V172_DDR,41.3393,0.7642,3.1564,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_BEPM,WAUE_BEPM_LA,27.0206,-0.2409,-10.1573,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,12.2294,-1.5749,-23.6145,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,13.5582,-0.7188,-23.1417,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_EWA,WAUE_EWA_LA,0.4311,-1.1315,-35.8561,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,8.6561,-2.8689,-25.8937,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_HMMU,WAUE_HMMU_LA,14.9352,-1.0206,-21.4629,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,17.2280,-1.6100,-18.5807,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_MECB,WAUE_MECB_LA,11.9285,-0.8361,-24.6541,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_MMPA,WAUE_MMPA_LA,20.9953,-0.2526,-16.1709,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_MRES,WAUE_MRES_LA,9.4708,-1.8370,-26.1109,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,32.0310,1.1466,-6.5344,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,42.6649,0.1847,5.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,7.6187,-2.8818,-26.9182,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_OTP,WAUE_OTP_LA,25.4639,0.7024,-12.6572,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_OTPW,WAUE_OTPW_LA,31.6491,1.3237,-7.0933,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM,WAUE_UGPM_LA,15.1660,-1.8986,-20.3542,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,23.8151,-0.6085,-12.9951,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,10.6194,-1.8282,-24.9711,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,23.9839,-1.6496,-11.7853,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,0.4311,-1.1315,-35.8561,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,14.9352,-1.0206,-21.4629,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,9.1614,-2.7987,-25.4587,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,42.6649,0.1847,5.0615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,20.9953,-0.2526,-16.1709,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,11.1985,-1.4582,-24.7621,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,8.1042,-3.3167,-25.9978,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,25.1777,1.0121,-13.2531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-1.4203,-3.0165,-35.8225,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,-4.2799,-3.6532,-38.0454,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,35.1437,-1.4398,-0.8352,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,97.9901,0.0052,60.5662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,97.9901,0.0052,60.5662,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,10.7573,-2.1671,-24.4943,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,90.1772,0.1879,52.5706,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,80.8443,0.1042,43.3214,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,68.1091,-1.6627,32.3531,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,49.2908,-1.5478,13.4199,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-7.3752,-1.2296,-43.5643,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-29.5965,-3.1077,-63.9075,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-2.4367,-3.3359,-36.5195,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,132.2507,4.0019,90.8301,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_ENMC,WFEC_ENMC_LA,133.2151,6.3029,89.4934,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-5.4145,-2.9099,-39.9233,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,44.0288,-0.6502,7.2603,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,131.5741,5.2018,88.9536,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-1.4594,-3.0556,-35.8225,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-1.4203,-3.0165,-35.8225,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-1.4203,-3.0165,-35.8225,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_OKGE,WFEC_OKGE_LA,29.9625,-0.7824,-6.6738,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,63.3986,0.5068,25.4731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,1.6745,-4.3851,-31.3592,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,11.1789,-4.6176,-21.6223,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_WFEC,WFEC_LA,35.9580,-0.8023,-0.6584,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,131.5741,5.2018,88.9536,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-10.5612,-2.5631,-45.4169,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,0.5027,-0.6429,-36.2731,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,6.4467,-2.2573,-28.7147,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,6.4467,-2.2573,-28.7147,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,6.4514,-2.2526,-28.7147,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,6.4514,-2.2526,-28.7147,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,6.4561,-2.2480,-28.7147,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,6.4561,-2.2480,-28.7147,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,6.4561,-2.2480,-28.7147,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,15.8771,-1.0438,-20.4979,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,5.7530,-2.5805,-29.0852,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-2.3010,-2.3891,-37.3306,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-2.3010,-2.3891,-37.3306,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,0.2006,-2.4996,-34.7185,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,0.2006,-2.4996,-34.7185,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,0.2006,-2.4996,-34.7185,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,5.7530,-2.5805,-29.0852,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,9.7051,-1.7209,-25.9927,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.HEC.GT1,WRHECGTUN32_RA,4.5920,-2.0486,-30.7781,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.HEC.GT2,WRHECGTUN33_RA,4.5920,-2.0486,-30.7781,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.HEC.GT3,WRHECGTUN34_RA,4.5920,-2.0486,-30.7781,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.HEC.GT4,WRHECGTUN35_RA,4.5920,-2.0486,-30.7781,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,9.7051,-1.7209,-25.9927,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-0.7137,-1.8438,-36.2886,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-29.3900,-2.4561,-64.3526,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.JEC.1,WRJEFFUN10_RA,7.1499,-2.2075,-28.0614,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.JEC.2,WRJEFFUN11_RA,7.1972,-2.2170,-28.0046,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.JEC.3,WRJEFFUN12_RA,7.0628,-2.3513,-28.0046,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-6.4550,-3.0082,-40.8655,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-5.1022,-2.6523,-39.8687,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-5.1022,-2.6523,-39.8687,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.LEC.4,WRLECUN26_RA,5.0019,-1.7139,-30.7029,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.LEC.5,WRLECUN27_RA,6.0735,-1.6288,-29.7164,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,5.8878,-1.5720,-29.9589,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,5.8878,-1.5720,-29.9589,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,5.8878,-1.5720,-29.9589,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,5.9741,-1.5132,-29.9314,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,1.9017,-0.2135,-35.3035,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-7.2700,-2.4974,-42.1913,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-7.2700,-2.4974,-42.1913,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-0.5637,-0.5801,-37.4023,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-9.0066,-2.7673,-43.6580,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,10.0070,-1.6471,-25.7646,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,5.2847,-2.5017,-29.6323,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-5.1181,-2.6681,-39.8687,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,81.0313,0.1511,43.4615,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,0.0000,-0.2058,-37.2129,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,6.4561,-2.2480,-28.7147,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,1.5743,-3.5258,-32.3186,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,9.7051,-1.7209,-25.9927,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,5.7530,-2.5805,-29.0852,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,-1.8739,-2.2848,-37.0078,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.THAYERLD,WR.THAYERLD_LA,43.1686,0.0248,5.7251,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0102,WR.VOLT.0102_H,-2.2760,-2.2585,-37.4363,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0106,V106_DDR,-2.0815,-2.2702,-37.2301,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0139,WR.VOLT.0139_H,4.1126,-1.5007,-31.8054,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0141,WR.VOLT.0141_H,5.9696,-1.9324,-29.5167,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0146,WR.VOLT.0146_H,5.0498,-1.4350,-30.9339,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0147,WR.VOLT.0147_H,5.0498,-1.4350,-30.9339,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0148,WR.VOLT.0148_H,6.4098,-1.6002,-29.4087,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0153,WR.VOLT.0153_H,-1.7652,-2.0248,-37.1591,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0157,V157_DDR,5.0968,-1.4635,-30.8585,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0158,V158_DDR,5.0498,-1.4350,-30.9339,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0159,WR.VOLT.0159_H,5.0498,-1.4350,-30.9339,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-2.7971,-2.5221,-37.6937,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0173,V173_DDR,6.3133,-1.2551,-29.8503,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0174,V174_DDR,-2.4285,-2.3372,-37.5101,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0184,V184_DDR,-2.2972,-2.5335,-37.1824,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0185,WR.VOLT.0185_H,-1.9607,-2.2786,-37.1009,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0186,V186_DDR,-1.7364,-2.3343,-36.8209,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0187,WR.VOLT.0187_H,-2.2460,-2.4445,-37.2202,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0188,WR.VOLT.0188_H,-2.3387,-2.2627,-37.4947,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0189,WR.VOLT.0189_H,4.1848,-1.8179,-31.4160,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0190,WR.VOLT.0190_H,5.6614,-2.0715,-29.6858,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0191,WR.VOLT.0191_H,6.1641,-2.1485,-29.1062,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0192,WR.VOLT.0192_H,6.1641,-2.1485,-29.1062,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0196,WR.VOLT.0196_H,5.6614,-2.0715,-29.6858,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0245,V245_DDR,-1.9428,-2.2719,-37.0896,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.VOLT.0248,V248_DDR,-2.0815,-2.2702,-37.2301,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-5.0155,-2.8579,-39.5763,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,8.1015,-1.7214,-27.5958,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.WOLF,WRWOLFUN15_RA,0.7757,-3.6961,-32.9469,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-0.7137,-1.8438,-36.2886,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,15.6386,-1.2822,-20.4979,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,-3.2814,-2.7842,-37.9159,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,0.6903,-2.2222,-34.5062,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,5.9830,-1.9432,-29.4925,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-3.2046,-2.3855,-38.2378,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-3.2046,-2.3855,-38.2378,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-3.2046,-2.3855,-38.2378,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-3.2046,-2.3855,-38.2378,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,6.6381,-1.8248,-28.9558,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-11.3540,-2.2231,-46.5496,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-11.3540,-2.2231,-46.5496,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-13.3955,-2.4417,-48.3725,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-13.3955,-2.4417,-48.3725,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_MIDW,WR_MIDW_LA,-0.0806,-1.1875,-36.3118,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,52.2073,-0.7240,15.5125,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,30.5927,-1.4677,-5.3584,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,9.0332,-1.6390,-26.7465,37.4187\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_SEG,WR_SEG_LA,13.5837,-1.2527,-22.5824,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,WR_WR,WR_LA,4.4125,-1.9374,-31.0689,37.4188\n03/19/2025 22:00:00,03/20/2025 03:00:00,YAD,VACS,44.0196,0.1463,6.4546,37.4187\n03/19/2025 23:00:00,03/20/2025 04:00:00,AEC,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_CSWS,CSWS_AECC_LA,33.9552,-0.1977,-3.0531,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,37.0828,-0.5022,0.3791,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,32.4971,-0.1658,-4.5430,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,37.4685,-0.7219,0.9844,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,27.9366,-1.0729,-8.1964,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,32.8103,-0.6599,-3.7357,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,27.6600,-1.2065,-8.3394,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AECI,AECI,33.7335,-0.8289,-2.6435,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,AEPM_CSWS,CSWS_LA,33.4449,-0.1453,-3.6158,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,ALTW,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,AMRN,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,137.5717,3.2888,97.0769,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BBA,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BCA,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BEPM.ER01.DDR,ER01_DDR,7.4471,-1.4023,-28.3565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BEPM_ER01,BEPM_ER01_LA,7.4471,-1.4023,-28.3565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,8.8578,1.4859,-29.8340,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,11.0499,1.3244,-27.4804,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BEPM_UM01,BEPM_UM01_LA,44.7587,1.7815,5.7713,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BLKW,BLKW,145.2008,5.3396,102.6553,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-29.6140,-3.3631,-63.4568,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-29.6140,-3.3631,-63.4568,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,57.4124,-1.6891,21.8955,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-29.5617,-3.3108,-63.4568,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,BRAZ,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BUBA,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,0.7774,-0.9053,-35.5232,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-5.5967,-2.6449,-40.1578,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,10.4798,-1.6069,-25.1192,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,10.4798,-1.6069,-25.1192,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CLEC,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,37.2183,-0.7142,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,COWP,COWP_LA,32.3301,-0.3777,-4.4981,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,32.3301,-0.3777,-4.4981,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,32.3301,-0.3777,-4.4981,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CPLE,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CPLW,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,28.9828,0.1409,-8.3640,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,28.9828,0.1409,-8.3640,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,28.9828,0.1409,-8.3640,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,28.9828,0.1409,-8.3640,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CRTH_SPA,WRCRTH_SPA_LA,39.9148,-1.4535,4.1624,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,30.1204,1.3568,-8.4423,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,30.3888,-1.6089,-5.2082,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,27.6600,-1.2065,-8.3394,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,37.4685,-0.7219,0.9844,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,30.1162,1.3530,-8.4428,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,28.7287,-0.0075,-8.4698,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,29.8338,1.0752,-8.4474,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,29.8338,1.0752,-8.4474,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,36.2579,-1.0556,0.1076,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,36.2579,-1.0556,0.1076,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,36.2551,-1.0584,0.1076,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,36.2551,-1.0584,0.1076,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,27.6600,-1.2065,-8.3394,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,30.6387,0.3692,-6.9365,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,46.7020,-1.4753,10.9714,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,46.4368,-1.7405,10.9714,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,38.0264,-1.1311,1.9516,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,34.2224,-1.0359,-1.9476,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,34.2224,-1.0359,-1.9476,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,34.0625,-1.1974,-1.9460,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,34.0625,-1.1974,-1.9460,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-11.7479,-1.9508,-47.0031,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,37.6586,-1.3934,1.8461,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,35.5532,-1.1569,-0.4959,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-13.3290,-1.4374,-49.0975,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-13.3546,-1.4630,-49.0975,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,15.2802,-1.6063,-20.3194,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.GRID.CDL1,CDL1_DDR,34.4520,-0.6611,-2.0929,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,23.8100,-2.0697,-11.3262,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,31.4127,-1.6224,-4.1708,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,34.4520,-0.6611,-2.0929,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.CSI1,CSI1_DDR,39.3110,-0.5458,2.6508,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.CSI2,CSI2_DDR,39.3235,-0.5332,2.6508,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,37.2256,-0.7069,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.GAZA,GAZA_DDR,34.4520,-0.6611,-2.0929,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,68.6370,0.2034,31.2277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.NUEN.T201,NT201_DDR,35.3482,-0.8684,-0.9893,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,23.5146,-1.8362,-11.8551,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,23.5146,-1.8362,-11.8551,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,27.6600,-1.2065,-8.3394,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,30.3964,1.6180,-8.4275,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,15.2802,-1.6063,-20.3194,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,15.2802,-1.6063,-20.3194,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,3.7504,-2.0126,-31.4429,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-13.3546,-1.4630,-49.0975,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,28.9224,0.1808,-8.4643,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,32.4514,-1.1899,-3.5647,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,32.0115,-1.6297,-3.5647,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,32.0248,-1.6164,-3.5647,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,21.5619,-1.2111,-14.4329,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,21.5619,-1.2111,-14.4329,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,28.7683,0.0380,-8.4757,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,34.8761,-0.8437,-1.4861,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,28.6556,-0.0781,-8.4723,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,30.9449,2.1962,-8.4572,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,30.3615,-0.7154,-6.1290,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,39.3235,-0.5332,2.6508,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0057,OKMU_DDR,36.0234,-0.5851,-0.5975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0060,LEHIGH_DDR,68.6370,0.2034,31.2277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0086,WARRENM_DDR,34.6718,-0.8816,-1.6526,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,29.9924,1.2110,-8.4246,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,42.3807,-0.8503,6.0250,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0121,V121_DDR,28.7683,0.0380,-8.4757,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0122,V122_DDR,41.4304,-0.8804,5.1049,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0124,V124_DDR,52.3817,-1.0751,16.2509,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0135,V135_DDR,35.4376,-0.8191,-0.9492,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0144,V144_DDR,38.2867,-1.3177,2.3984,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0145,V145_DDR,38.4019,-1.5346,2.7306,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,28.8751,0.1457,-8.4765,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.2903,-0.5886,-8.3271,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0175,V175_DDR,37.2256,-0.7069,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.2903,-0.5886,-8.3271,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.5671,-0.3388,-8.3000,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,35.4376,-0.8191,-0.9492,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,35.6963,-0.8624,-0.6473,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,35.4706,-0.9250,-0.8104,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,44.7336,-1.2134,8.7410,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,34.2949,-1.0269,-1.8841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,35.6963,-0.8624,-0.6473,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0211,V211_DDR,29.0956,0.3600,-8.4703,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,42.9183,-0.8384,6.5508,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0213,V213_DDR,35.2423,-0.8851,-1.0786,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0215,V215_DDR,42.0999,-0.8619,5.7558,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0217,V217_DDR,42.9323,-0.8680,6.5944,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0218,V218_DDR,44.5071,-1.1920,8.4931,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0228,V228_DDR,35.5644,-0.9241,-0.7175,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0232,V232_DDR,34.9480,-0.8307,-1.4272,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0233,V233_DDR,35.7773,-0.8333,-0.5953,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0240,V240_DDR,40.0375,-0.9908,3.8224,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0244,V244_DDR,35.6963,-0.8624,-0.6473,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0246,MDT1_DDR,68.6370,0.2034,31.2277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0249,V249_DDR,35.2396,-0.8412,-1.1251,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0250,V250_DDR,29.3198,-1.5118,-6.3743,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0251,V251_DDR,34.6587,-0.9638,-1.5834,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.VOLT.0252,V252_DDR,44.7336,-1.2134,8.7410,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-12.5514,-2.0621,-47.6953,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,51.2437,-2.3247,16.3625,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,0.1880,-3.5431,-33.4748,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.9688,-0.7647,-8.4725,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,1.1682,-3.1749,-32.8628,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,34.0123,-1.5309,-1.6627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,34.0123,-1.5309,-1.6627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,34.0123,-1.5309,-1.6627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,34.0123,-1.5309,-1.6627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,34.0123,-1.5309,-1.6627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,27.6600,-1.2065,-8.3394,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,30.2594,1.4541,-8.4006,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,34.9070,-0.8717,-1.4272,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,34.8532,-0.9255,-1.4272,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,37.3120,-0.4397,0.5458,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,37.3120,-0.4397,0.5458,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWELSH1,CSWSWELSHUN1_RA,28.4297,-0.2482,-8.5281,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWELSH3,CSWSWELSHUN3_RA,28.4297,-0.2482,-8.5281,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWILKES1,CSWSWILKESUN1_RA,29.0528,0.2819,-8.4350,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWILKES2,CSWSWILKESUN2_RA,29.0528,0.2819,-8.4350,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,CSWWILKES3,CSWSWILKESUN3_RA,28.9179,0.1875,-8.4755,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-13.3290,-1.4374,-49.0975,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,DENL,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,DERS,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,DOE,DOE,27.3367,-0.3572,-9.5120,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,16.0275,-2.1356,-19.0428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,DPC,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,DUK,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDDY,EDDY,144.2178,6.8968,100.1150,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,38.1850,-1.6870,2.6661,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-11.9222,-1.9030,-47.2252,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,43.8918,-2.0587,8.7445,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE.SLCC,EDESTL4391_PLT,38.9505,-1.6864,3.4309,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,38.9311,-1.5693,3.2945,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,28.3868,-2.0754,-6.7437,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_EC_01,EDELAR3821UN1_RA,38.1850,-1.6870,2.6661,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_EC_02,EDELAR3821UN2_RA,38.1478,-1.7242,2.6661,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_EC_03,EDELAR3821UN3_RA,38.1850,-1.6870,2.6661,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_EC_04,EDELAR3821UN4_RA,38.1850,-1.6870,2.6661,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_EDE,EDE_LA,38.3310,-0.7842,1.9092,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_ERW,EDEERWFUNG1_RA,-4.6995,-2.7207,-39.1847,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,7.1223,-2.6475,-27.4361,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,86.0000,0.0459,48.7482,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,86.0000,0.0459,48.7482,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,86.0000,0.0459,48.7482,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,86.0000,0.0459,48.7482,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,28.6231,-0.0349,-8.5479,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_RIV_10,EDERIV1671UN10_RA,38.7394,-1.8050,3.3385,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_RIV_11,EDERIV1671UN11_RA,38.7394,-1.8050,3.3385,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_RIV_12,EDERIV453UN12_PLT,37.8603,-2.6842,3.3385,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_SL_01,EDESTL4391UN1_RA,38.4627,-2.1741,3.4309,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EDE_SWMP,EDE_SWMP_LA,38.0068,-0.5006,1.3015,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,EEI,EEI,27.3228,-0.3612,-9.5220,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EES,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,5.4386,-2.5711,-29.1962,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ERCOTE,ERCOTE,28.4297,-0.2482,-8.5281,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,ERCOTN,ERCOTN,23.5711,-1.7797,-11.8551,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,10.5459,-2.0191,-24.6410,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,FMPP,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,FPC,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,FPL,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,FREM_50T,OPPDFREM_GUN1_RA,10.1329,-1.3980,-25.6750,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FREM_6,OPPDFREM_AUN6_RA,10.1110,-1.4084,-25.6865,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FREM_7,OPPDFREM_AUN7_RA,10.1110,-1.4084,-25.6865,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FREM_8,OPPDFREM_AUN8_RA,9.9554,-1.5640,-25.6865,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FREM_LOAD,FREM_LOAD_LA,10.0859,-1.4335,-25.6865,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,FRONTIER,WRGETTUNFRONTIER_RA,0.9504,-2.1842,-34.0713,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,28.9192,0.1775,-8.4643,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,57.1136,-1.2135,21.1212,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-7.3030,-3.2472,-41.2617,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,37.2183,-0.7142,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,37.2183,-0.7142,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,37.2183,-0.7142,0.7266,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,38.7684,-0.9829,2.5454,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,38.7684,-0.9829,2.5454,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,38.8231,-0.9936,2.6108,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,38.8231,-0.9936,2.6108,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,-3.5754,-3.1851,-37.5962,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,54.6049,-1.4336,18.8326,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,54.6049,-1.4336,18.8326,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,54.6049,-1.4336,18.8326,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.VOLT.0130,V130_DDR,39.3739,-0.6014,2.7693,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA.VOLT.0237,V237_DDR,39.1969,-0.8395,2.8304,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDAHUB2,GRDAHUB2_H,26.8836,-1.6137,-8.7086,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDAHUB3,GRDAHUB3_H,23.2820,-1.7871,-12.1369,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA_GRDA,GRDA_LA,40.0956,-0.8417,3.7314,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA_HUB,GRDA_H,32.0305,-1.3550,-3.8205,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRDA_HUBSA,GRDASA_H,31.7277,-1.4144,-4.0639,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GRE,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,5.6852,3.8722,-35.3929,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GSEC_SPS,SPS_GSEC_LA,115.9429,3.3721,75.3649,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GSPR2014HUB,GSPR2014HUB_H,94.7708,2.6684,54.8965,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GSPR2015HUB,GSPR2015HUB_H,92.0359,2.4691,52.3609,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,45.2674,1.0385,7.0229,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,HARRISON,CSWSLEBROCKPLT1,28.4734,-0.2526,-8.4799,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,HAST_TNSK_HUB,HAST_TNSK_H,12.5169,-1.2796,-23.4094,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,HQST,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,HST,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,57.9836,-1.0570,21.8346,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,57.9836,-1.0570,21.8346,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,56.0861,-1.0885,19.9686,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,56.0861,-1.0885,19.9686,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,59.9352,-1.0517,23.7810,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,59.9352,-1.0517,23.7810,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDN_INDN,INDN_LA,57.4669,-1.0663,21.3272,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ISNE,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,JEA,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,10.6044,-1.4677,-25.1339,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,10.6044,-1.4677,-25.1339,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,10.3902,-1.7461,-25.0697,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYCT4,KACYNEARMANUNCT4_RA,24.7051,-1.6376,-10.8632,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,74.5396,-1.9427,39.2764,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,24.7051,-1.6376,-10.8632,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,24.6127,-1.5382,-11.0550,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,24.6385,-1.5677,-10.9998,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KACY_KACY,KACY_LA,24.5968,-1.4982,-11.1109,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,23.8011,-1.7242,-11.6807,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,51.8346,-1.6422,16.2709,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-16.2459,-2.7396,-50.7122,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-13.9011,-3.3282,-47.7789,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0222,V222_DDR,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0223,V223_DDR,17.2403,-1.9755,-17.9901,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0241,V241_DDR,42.9844,-0.4590,6.2375,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0243,V243_DDR,33.3456,-1.3044,-2.5559,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0247,V247_DDR,31.2815,-1.7468,-4.1777,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.VOLT.0253,V253_DDR,24.3898,-1.6060,-11.2101,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,8.7241,-3.6450,-24.8369,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,14.6681,-2.2526,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,14.6681,-2.2526,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,14.6681,-2.2526,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,14.6681,-2.2526,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,23.8764,-1.6276,-11.7019,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,23.8764,-1.6276,-11.7019,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB,KCPLHUB_H,10.6448,-2.5394,-24.0218,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB17,KCPLHUB17_H,9.1108,-2.5653,-25.5298,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB18,KCPLHUB18_H,8.4303,-2.6044,-26.1712,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB19,KCPLHUB19_H,8.2694,-2.5481,-26.3884,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB20,KCPLHUB20_H,7.6544,-2.6114,-26.9401,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB21,KCPLHUB21_H,7.8629,-2.5307,-26.8124,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB22,KCPLHUB22_H,8.4138,-2.5618,-26.2303,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB23,KCPLHUB23_H,7.7381,-2.6173,-26.8505,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLHUB24,KCPLHUB24_H,7.0893,-2.6712,-27.4455,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,12.3492,-1.9136,-22.9432,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,12.3492,-1.9136,-22.9432,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,14.8489,-2.5118,-19.8452,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,14.8489,-2.5118,-19.8452,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,23.3336,-2.1916,-11.6807,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,23.8011,-1.7242,-11.6807,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,24.3082,-1.5197,-11.3780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,6.5506,-2.2857,-28.3696,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,26.8592,-1.5452,-8.8014,37.2058\n03/19/2025 23:00:00,03/20/2025 04:00:00,KCPL_KCPL,KCPL_LA,23.6286,-1.6158,-11.9616,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KENN,KENN_LA,28.8212,-0.0977,-8.2871,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KEP2_SECI,KEP2_SECI_LA,1.0372,-0.0358,-36.1329,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KERR_1,GRDAKERR_HYDUN1_RA,39.0227,-0.9140,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KERR_2,GRDAKERR_HYDUN2_RA,39.0240,-0.9001,2.7182,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KERR_3,GRDAKERR_HYDUN3_RA,39.0240,-0.9001,2.7182,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KERR_4,GRDAKERR_HYDUN4_RA,39.0227,-0.9140,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,14.7012,-2.2195,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,14.7012,-2.2195,-20.2852,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,15.7595,-2.0223,-19.4241,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,15.7595,-2.0223,-19.4241,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,11.3605,-2.2286,-23.6169,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,10.0917,-2.1657,-24.9485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,10.0917,-2.1657,-24.9485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,1.6396,-0.3685,-35.1978,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,1.6396,-0.3685,-35.1978,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,1.6396,-0.3685,-35.1978,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,8.4626,-0.2346,-28.5088,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,8.4626,-0.2346,-28.5088,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,1.5190,-0.4516,-35.2353,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,6.4578,-0.9626,-29.7855,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,7.8966,-2.1992,-27.1102,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,66.0264,-1.9259,30.7464,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,66.0264,-1.9259,30.7464,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,10.4306,-1.9636,-24.8117,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,10.4306,-1.9636,-24.8117,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,10.4306,-1.9636,-24.8117,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,7.1893,-1.2358,-28.7808,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,-0.3591,-0.7889,-36.7762,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,13.7070,-1.7967,-21.7022,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,10.7577,-1.6594,-24.7888,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,LAFA,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LAM345,LAM345,0.7774,-0.9053,-35.5232,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,LEPA,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,13.8676,-1.3530,-21.9853,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_LES,LES_LA,13.6476,-1.4018,-22.1566,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,13.2148,-1.5443,-22.4469,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,13.5617,-1.4814,-22.1629,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,13.5617,-1.4814,-22.1629,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,13.5617,-1.4814,-22.1629,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,13.2160,-1.5430,-22.4469,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,13.2148,-1.5443,-22.4469,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_WAVERLY,LES_WAVERLY_H,12.9892,-1.5734,-22.6434,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,10.6739,-1.7744,-24.7577,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,10.6739,-1.7744,-24.7577,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,LGEE,LGEE,25.5529,-0.5112,-11.1419,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MALDEN,MALDEN_LA,28.6766,-0.1389,-8.3905,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MCWEST,MCWEST,46.7912,2.1269,7.4584,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MDU,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,10.6294,1.3381,-27.9147,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,11.3879,-1.2502,-24.5679,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,12.7629,0.0634,-24.5064,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MEAN_NPPD,NPPD_MEAN_LA,10.2836,-0.9151,-26.0073,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MEC,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MHEB,MHEB,20.1130,0.1237,-17.2167,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,-0.1841,-2.3807,-35.0093,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,7.0159,-1.3288,-28.8612,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,-0.1841,-2.3807,-35.0093,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,-0.1841,-2.3807,-35.0093,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,7.0159,-1.3288,-28.8612,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MISO,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,1.2488,0.4473,-36.4044,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,1.2488,0.4473,-36.4044,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,8.8590,-1.9079,-26.4390,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,0.4392,-1.7226,-35.0442,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,7.6481,-2.0255,-27.5324,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,0.0061,-1.7761,-35.4237,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,1.5577,-1.7350,-33.9132,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,0.0114,-1.6783,-35.5162,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,2.3064,-1.8690,-33.0306,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,2.3064,-1.8690,-33.0306,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,2.3064,-1.8690,-33.0306,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,2.3064,-1.8690,-33.0306,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,2.3064,-1.8690,-33.0306,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,28.4010,-1.3698,-7.4351,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,28.0350,-0.4966,-8.6743,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,28.0350,-0.4966,-8.6743,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,26.6772,-0.7660,-9.7627,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,39.5148,-0.3295,2.6384,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MOWR,AECI,33.7335,-0.8289,-2.6435,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,30.0685,-1.0104,-6.1270,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,28.6255,-0.4979,-8.0825,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,-1.4487,-3.0218,-35.6329,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,-10.0000,-2.4054,-44.8005,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,-8.5811,-2.8593,-42.9277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,-1.3240,-2.8971,-35.6329,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,16.0459,-2.1172,-19.0428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,16.0459,-2.1172,-19.0428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,16.0501,-2.1130,-19.0428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,16.0501,-2.1130,-19.0428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,13.4302,-1.7049,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,13.5409,-1.5942,-22.0709,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,31.8481,-0.7957,-4.5622,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,21.5170,-2.2230,-13.4659,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,14.7085,-2.6846,-19.8128,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,14.6083,-2.7848,-19.8128,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,14.7086,-2.6845,-19.8128,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,26.5590,-1.5158,-9.1311,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,26.5590,-1.5158,-9.1311,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MPS_MPS,MPS_LA,32.5708,-1.4205,-3.2146,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MSTNG,SPSMSTNGPLT1,141.6464,5.4236,99.0168,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,MSTNG4,SPSMSTNGUN4_RA,141.4448,5.2221,99.0168,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MSTNG5,SPSMSTNGUN5_RA,141.4462,5.2235,99.0168,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,141.6464,5.4236,99.0168,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NBSO,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,8.2438,-2.3735,-26.5887,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,8.2399,-2.3773,-26.5887,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,49.4086,0.5271,11.6756,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NHC1,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,10.4559,-1.5629,-25.1872,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,10.4559,-1.5629,-25.1872,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,10.4559,-1.5629,-25.1872,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,7.7141,1.3355,-30.8273,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,11.2658,-1.8466,-24.0935,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,11.9730,-1.8333,-23.3997,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,-0.7733,-1.7915,-36.1877,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,11.2658,-1.8466,-24.0935,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.HUB.PY2018,NPPDPY18_H,9.7052,-1.4522,-26.0485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,9.7473,-1.4981,-25.9605,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,9.7934,-1.4568,-25.9557,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,9.8365,-1.4857,-25.8838,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,-4.6532,-1.7227,-40.1364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,10.7343,-0.2514,-26.2202,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,10.7343,-0.2514,-26.2202,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,7.2520,-1.7128,-28.2411,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,-4.6532,-1.7227,-40.1364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,17.1935,-3.6029,-16.4096,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,12.8433,0.3363,-24.6989,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,8.5528,-0.2014,-28.4517,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,12.8433,0.3363,-24.6989,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,13.8799,0.4847,-23.8107,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,12.0499,0.2388,-25.3948,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,13.5095,-0.9753,-22.7212,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,11.2658,-1.8466,-24.0935,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,8.8327,-0.2899,-28.0834,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,10.7343,-0.2514,-26.2202,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,10.7343,-0.2514,-26.2202,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,11.3972,-0.2430,-25.5658,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,11.3490,-0.2262,-25.6307,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,11.3490,-0.2262,-25.6307,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,11.4058,-0.4435,-25.3566,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,1.8281,-1.4550,-33.9228,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,11.8476,-1.4027,-23.9556,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,7.5344,1.4293,-31.1008,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,-1.1183,-1.2883,-37.0359,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,-3.4828,-1.2397,-39.4491,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.NELI.DDR,NELI_DDR,-2.0030,-1.6273,-37.5816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.NPPM.1058,SH1058_DDR,33.6994,-0.8789,-2.6276,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,11.1890,-0.7783,-25.2387,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,11.2658,-1.8466,-24.0935,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,11.9730,-1.8333,-23.3997,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,-4.6532,-1.7227,-40.1364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.TECH.1,KEARNE_DDR,12.2960,-0.1597,-24.7503,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,10.7326,-2.5090,-23.9644,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,10.7326,-2.5090,-23.9644,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,-4.3458,-1.7224,-39.8293,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD.VOLT.0236,V236_DDR,12.8279,-1.1998,-23.1783,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD2017HUB,NPPD2017HUB_H,9.7373,-1.4599,-26.0088,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,29.4304,-1.7953,-5.9802,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,7.7141,1.3355,-30.8273,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,13.0228,0.3623,-24.5455,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,13.0228,0.3623,-24.5455,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,12.8509,-1.2644,-23.0906,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,12.8517,-1.1760,-23.1783,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,-0.8570,-1.7204,-36.3426,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,11.4309,-0.3230,-25.4521,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,32.9398,-1.6385,-2.6276,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,32.9398,-1.6385,-2.6276,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,32.9398,-1.6385,-2.6276,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,12.5174,-1.2755,-23.4131,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,10.1958,-2.4397,-24.5704,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,12.5897,-0.8868,-23.7294,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,0.1100,-2.1441,-34.9518,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,0.1100,-2.1441,-34.9518,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,9.6077,-0.6280,-26.9702,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,9.3967,-0.6847,-27.1245,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,14.0899,-1.0414,-22.0746,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,14.0573,-1.0741,-22.0746,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,14.0573,-1.0741,-22.0746,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,14.0528,-0.9859,-22.1672,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,17.1935,-3.6029,-16.4096,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,13.9240,-1.0006,-22.2813,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,12.9005,-1.6207,-22.6848,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,12.6060,-1.1952,-23.4047,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,12.5902,-1.2127,-23.4031,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,12.6080,-1.1965,-23.4014,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,12.6080,-1.1965,-23.4014,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,12.5174,-1.2755,-23.4131,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,12.4431,-1.3498,-23.4131,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,8.6818,1.6461,-30.1703,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,12.9027,-0.9613,-23.3419,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,9.4153,-0.5514,-27.2392,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,7.6880,-0.9287,-28.5893,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,8.2994,-0.3494,-28.5571,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,34.2076,-0.3708,-2.6276,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,-2.0030,-1.6273,-37.5816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,9.9079,-0.4815,-26.8165,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,9.9079,-0.4815,-26.8165,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_NPPD,NPPD_LA,15.8797,-0.8895,-20.4367,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,12.9005,-1.6207,-22.6848,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,12.9005,-1.6207,-22.6848,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,11.3877,-1.8710,-23.9472,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,13.3159,0.2196,-24.1097,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NSB,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NSP,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NSSO,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,NYIS,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,2.0391,-1.9477,-33.2191,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,-1.6892,-3.0377,-35.8575,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,-5.5046,-2.9426,-39.7679,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,-5.5046,-2.9426,-39.7679,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-2.2564,-1.3373,-38.1250,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-7.3030,-3.2472,-41.2617,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-38.6953,-2.5004,-73.4008,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-14.3329,-3.2942,-48.2446,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,-4.0643,-3.1858,-38.0845,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,-1.8905,-3.0707,-36.0257,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,9.7891,-2.0715,-25.3453,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,-4.0643,-3.1858,-38.0845,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,-1.0263,-1.5121,-36.7201,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,3.4159,-2.2381,-31.5519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,44.9639,-0.9555,8.7135,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,-1.8905,-3.0707,-36.0257,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,1.2401,-2.8150,-33.1508,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,3.4001,-3.1737,-30.6322,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,4.8942,-2.4664,-29.8454,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-14.4280,-1.1720,-50.4619,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,-1.8905,-3.0707,-36.0257,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NUEN.ADA1,ADA1_DDR,7.3739,-1.8882,-27.9439,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NUEN.LAM1,LAM1_DDR,34.7923,0.9611,-3.3747,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NUEN.MDT2,MDT2_DDR,9.7935,-2.0671,-25.3453,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NUEN.MDT3,MDT3_DDR,9.7935,-2.0671,-25.3453,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.NUEN.WWO1,WWO1_DDR,7.2873,-1.8543,-28.0643,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,9.5060,-2.1450,-25.5550,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,9.5060,-2.1450,-25.5550,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,9.5794,-2.0715,-25.5550,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,9.5069,-2.2151,-25.4839,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,9.5069,-2.2151,-25.4839,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,9.5794,-2.0715,-25.5550,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,9.5794,-2.0715,-25.5550,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,-1.8905,-3.0707,-36.0257,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,29.8757,0.2155,-7.5458,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,-1.0263,-1.5121,-36.7201,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-5.1970,-1.4246,-40.9784,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,1.2401,-2.8150,-33.1508,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,32.4163,0.3533,-5.1429,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,4.2884,-2.7244,-30.1931,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,4.2884,-2.7244,-30.1931,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,4.2988,-2.7140,-30.1931,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,4.2988,-2.7140,-30.1931,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-4.0660,-3.9491,-37.3229,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,-3.0822,-2.9695,-37.3186,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,-1.6892,-3.0377,-35.8575,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,-5.1000,-2.9657,-39.3402,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,-5.1000,-2.9657,-39.3402,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,1.6219,-0.9680,-34.6161,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,4.4486,-2.5416,-30.2157,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,4.4486,-2.5416,-30.2157,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,4.4486,-2.5416,-30.2157,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0033,FOSTER_DDR,11.2935,-1.7656,-24.1469,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,26.5310,-0.4798,-10.1951,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0035,TARBY_DDR,34.3486,0.4472,-3.3045,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,26.5310,-0.4798,-10.1951,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,24.9305,-0.8909,-11.3845,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,24.9305,-0.8909,-11.3845,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-9.4223,-1.0542,-45.5741,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0040,TROSPER_DDR,11.4065,-1.7393,-24.0602,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,11.0105,-1.7534,-24.4420,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,33.2989,0.4989,-4.4059,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0115,V115_DDR,9.9262,-2.0229,-25.2569,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0116,V116_DDR,77.1938,-0.7030,40.6909,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0118,V118_DDR,23.7211,-1.1484,-12.3364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0125,V125_DDR,34.0271,0.6897,-3.8685,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0126,V126_DDR,34.3815,-0.4248,-2.3996,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0129,V129_DDR,23.8122,-2.0675,-11.3262,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,10.4345,-1.8871,-24.8844,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0134,V134_DDR,35.6056,-0.1556,-1.4447,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0138,V138_DDR,33.6527,-0.5766,-2.9766,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,10.5753,-1.7669,-24.8637,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0143,V143_DDR,28.3714,-0.8475,-7.9870,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0149,V149_DDR,8.3633,-2.2515,-26.5912,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0150,V150_DDR,8.8000,-2.1320,-26.2739,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0155,V155_DDR,33.0396,-0.7413,-3.4250,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0156,V156_DDR,10.4345,-1.8871,-24.8844,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0166,V166_DDR,34.8824,0.5252,-2.8488,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,10.5937,-1.7780,-24.8342,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,8.8000,-2.1320,-26.2739,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0170,V170_DDR,7.1077,-1.8508,-28.2474,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,8.3772,-2.3450,-26.4838,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0176,V176_DDR,8.8000,-2.1320,-26.2739,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0177,V177_DDR,-1.3253,-2.6136,-35.9176,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,10.6610,-1.7807,-24.7642,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,5.6858,-2.4626,-29.0575,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0195,V195_DDR,111.2100,1.0732,72.9309,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0197,V197_DDR,33.3369,-0.3561,-3.5129,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0198,V198_DDR,34.8824,0.5252,-2.8488,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0208,V208_DDR,111.2520,1.1303,72.9158,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0209,V209_DDR,111.2520,1.1303,72.9158,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,33.5338,-0.6643,-3.0079,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0216,V216_DDR,10.9091,-1.7589,-24.5379,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0219,V219_DDR,33.0396,-0.7413,-3.4250,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0220,V220_DDR,8.8000,-2.1320,-26.2739,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0224,V224_DDR,9.7811,-1.9787,-25.4461,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0225,V225_DDR,9.7831,-1.9767,-25.4461,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0226,V226_DDR,9.7811,-1.9787,-25.4461,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0227,V227_DDR,9.7811,-1.9787,-25.4461,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0229,V229_DDR,-6.4229,-0.8900,-42.7388,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0231,V231_DDR,28.1910,-0.5874,-8.4276,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0238,V238_DDR,-5.5500,-3.2314,-39.5246,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.VOLT.0242,V242_DDR,33.3046,-0.6618,-3.2396,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,0.9841,-3.4263,-32.7955,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,-1.4601,-2.9726,-35.6935,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,3.4458,-2.2083,-31.5519,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,0.9841,-3.4263,-32.7955,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,3.2388,-1.9697,-31.9975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-18.4911,-4.6572,-51.0398,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEHL7,OKGEHL7_H,13.8708,-1.8481,-21.4870,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEHL8,OKGEHSL1UN8_RA,13.8708,-1.8481,-21.4870,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEHL910,OKGEHSL1PLT2,13.4174,-2.3016,-21.4870,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,3.3092,-2.1640,-31.7327,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEMCC,OKGEMCCLAIPLT1,9.5600,-2.3915,-25.2544,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,30.9204,-0.9193,-5.3662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,30.9204,-0.9193,-5.3662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,30.8627,-0.9770,-5.3662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,12.0390,-2.4275,-22.7395,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,12.0390,-2.4275,-22.7395,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,12.0390,-2.4275,-22.7395,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,12.1672,-2.2992,-22.7395,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESM1,OKGESEMINOLEUN1_RA,20.1745,-1.6979,-15.3335,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESM2,OKGESEMINOLEUN2_RA,16.2506,-1.6852,-19.2701,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESM3,OKGESEMINOLEUN3_RA,16.2506,-1.6852,-19.2701,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESO1,OKGESONR1UN1_RA,-20.0820,-2.8301,-54.4578,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESO2,OKGESONR1UN2_RA,-5.1000,-2.9657,-39.3402,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,3.1573,-2.3159,-31.7327,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,3.1729,-2.9849,-31.0482,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGETINK5A,OKGETINK5UN1_RA,12.0603,-1.7422,-23.4034,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGETINK5B,OKGETINK5UN2_RA,12.0603,-1.7422,-23.4034,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,3.7374,-2.5257,-30.9428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,-1.6892,-3.0377,-35.8575,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,32.8743,0.4472,-4.7788,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,-0.3383,-2.3193,-35.2249,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_OKGE,OKGE_LA,22.9452,-1.3352,-12.9255,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-5.1970,-1.4246,-40.9784,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,3.6114,-2.6517,-30.9428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMLP,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,37.2872,-1.0877,1.1690,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,32.6120,0.0011,-4.5951,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_GENHUB,OMPA_GENHUB_H,8.6257,-2.1659,-26.4143,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-38.5857,-2.3908,-73.4008,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,4.3444,-2.7424,-30.1192,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,-4.0643,-3.1858,-38.0845,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,1.6522,-2.6469,-32.9068,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,15.6510,-2.4450,-19.1100,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,106.0000,-1.2820,70.0761,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-38.7141,-2.5192,-73.4008,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-38.7141,-2.5192,-73.4008,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_SPP,OMPA_SPP_LA,9.9413,-1.9759,-25.2888,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,0.9841,-3.4263,-32.7955,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,34.4128,-1.1377,-1.6554,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,34.4128,-1.1377,-1.6554,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,34.4128,-1.1377,-1.6554,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,34.4128,-1.1377,-1.6554,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,ONT,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,10.2657,-1.5586,-25.3816,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,10.4951,-1.5197,-25.1911,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,10.4559,-1.5629,-25.1872,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,11.1257,-1.2035,-24.8767,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,10.7795,-1.4302,-24.9962,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,10.7795,-1.4302,-24.9962,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_GLDN,OPPD_GLDN_LA,10.5462,-1.5286,-25.1311,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,10.3821,-1.5317,-25.2922,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,17.1935,-3.6029,-16.4096,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,10.4744,-1.9949,-24.7366,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,10.4580,-1.5605,-25.1874,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_OPPD,OPPD_LA,10.6215,-1.4433,-25.1412,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,10.7693,-1.3963,-25.0403,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,10.7771,-1.4054,-25.0234,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,OTP,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,OVEC,OVEC,25.0027,-0.5719,-11.6313,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PARAGOULD,PARAGOULD_LA,29.0956,-0.0339,-8.0764,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,39.4270,-1.1940,3.4151,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,39.4270,-1.1940,3.4151,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,39.4270,-1.1940,3.4151,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,39.2155,-1.0575,3.0670,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,39.2155,-1.0575,3.0670,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,39.2155,-1.0575,3.0670,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PIGGOTT,PIGGOTT_LA,28.7695,-0.1123,-8.3242,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PJM,PJM,24.0292,-0.6661,-12.5107,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PLUM,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,POPLARBLUFF,POPLARBLUFF_LA,29.1661,-0.2677,-7.7722,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,46.8188,1.7770,7.8358,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,46.8188,1.7770,7.8358,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,46.0752,1.8369,7.0323,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,46.0752,1.8369,7.0323,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,47.1342,3.3147,6.6135,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,47.1342,3.3147,6.6135,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,46.7371,2.1605,7.3707,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,49.9678,1.2397,11.5221,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-5.5967,-2.6449,-40.1578,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,62.5019,-1.1139,26.4099,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,15.3094,-1.4051,-20.4915,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,9.9983,-1.1206,-26.0871,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,38.5395,-0.3733,1.7069,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,36.8931,-0.5643,0.2515,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,12.2323,-1.6553,-23.3183,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,41.5238,1.5047,2.8132,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,10.2001,-1.9843,-25.0215,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,43.6364,3.0167,3.4137,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,24.0174,0.7872,-13.9758,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,11.7478,-1.2818,-24.1763,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,PUPP,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,RCEAST,RCEAST,7.5222,0.6419,-30.3256,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_1,GRDASALINA1UN1_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_2,GRDASALINA1UN2_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_3,GRDASALINA1UN3_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_4,GRDASALINA1UN4_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_5,GRDASALINA1UN5_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SALINA_6,GRDASALINA1UN6_RA,39.0260,-0.9107,2.7308,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SARPY_1,OPPDSARPYUN1_RA,10.5652,-1.5441,-25.0966,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SARPY_2,OPPDSARPYUN2_RA,10.6643,-1.4791,-25.0625,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SARPY_3,OPPDSARPYUN3_RA,10.5286,-1.6120,-25.0653,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SARPY_4,OPPDSARPYUN4_RA,10.5286,-1.6120,-25.0653,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SARPY_5,OPPDSARPYUN5_RA,10.5286,-1.6120,-25.0653,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SC,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SCEG,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SCSE,SCSE,9.9592,0.1594,-27.4061,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SEC,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,-1.9512,-2.3531,-36.8040,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,-1.9512,-2.3531,-36.8040,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,-1.9512,-2.3531,-36.8040,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,2.2799,0.6693,-35.5953,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,-1.9512,-2.3531,-36.8040,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,0.2073,-1.4616,-35.5371,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,1.4943,-2.0220,-33.6896,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,1.4943,-2.0220,-33.6896,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,2.3021,-1.8732,-33.0306,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,-3.6726,-2.5406,-38.3379,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,8.3199,-0.3773,-28.5088,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,1.5429,0.3097,-35.9727,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,4.4490,-0.4481,-32.3089,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,-1.3704,-2.2333,-36.3430,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,4.5000,-0.5361,-32.1698,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,-0.1611,-1.9310,-35.4361,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,1.3919,-0.7707,-35.0434,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,1.4136,-0.5358,-35.2565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,1.4136,-0.5358,-35.2565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,1.4136,-0.5358,-35.2565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,1.4136,-0.5358,-35.2565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,1.0523,-0.7342,-35.4195,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,0.2073,-1.4616,-35.5371,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI_SECI,SECI_LA,1.9888,-0.4310,-34.7862,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,2.3021,-1.8732,-33.0306,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SEHA,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,3.6114,-2.6517,-30.9428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SERU,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SETH,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SGE,SGE,9.6213,0.2440,-27.8287,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SMEP,MISO,23.1154,-0.4518,-13.6388,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SOCO,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPA,SPA,34.1238,-0.2248,-2.8573,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPC,SPC,40.3274,1.4634,1.6580,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPPNORTH_HUB,SPPNORTH_H,13.0121,-1.1038,-23.0901,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPPSOUTH_HUB,SPPSOUTH_H,15.6427,-1.8859,-19.6773,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,35.6587,-0.5784,-0.9688,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,35.6675,-0.5696,-0.9688,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,35.4847,-0.4777,-1.2435,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,35.4847,-0.4777,-1.2435,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_NIXA,SPRM_NIXA_LA,35.9652,-0.3880,-0.8527,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_SPRM,SPRM_LA,35.9591,-0.3138,-0.9330,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,35.7939,-0.5814,-0.8307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,35.7939,-0.5814,-0.8307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,35.7107,-0.6646,-0.8307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,35.8047,-0.5705,-0.8307,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,144.1984,4.7237,102.2688,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,148.9797,3.8901,107.8836,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,50.1143,0.7615,12.1469,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,50.1143,0.7615,12.1469,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,140.7569,3.2304,100.3206,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,142.2814,4.9273,100.1481,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,144.0213,3.9964,102.8189,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,144.6609,6.7708,100.6842,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,138.8411,3.2137,98.4215,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,141.9578,5.3657,99.3862,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,142.4972,5.8727,99.4186,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,142.4972,5.8727,99.4186,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,141.9578,5.3657,99.3862,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,50.1662,0.8569,12.1034,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,148.9797,3.8901,107.8836,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,51.1410,0.9041,13.0309,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,55.8361,-0.7711,19.4013,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,54.0152,1.1416,15.6676,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,52.9190,1.9452,13.7678,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,52.2131,0.9924,14.0147,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,60.9700,-1.1137,24.8778,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,60.9700,-1.1137,24.8778,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,60.9700,-1.1137,24.8778,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,60.9700,-1.1137,24.8778,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GRID.WRAB,WRAB_DDR,49.9732,2.6091,10.1582,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,60.9700,-1.1137,24.8778,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,137.5717,3.2888,97.0769,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,137.5717,3.2888,97.0769,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,134.4942,3.3176,93.9706,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,134.4942,3.3176,93.9706,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,134.4942,3.3176,93.9706,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,137.5717,3.2888,97.0769,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,47.1817,0.5551,9.4206,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,47.1798,0.5551,9.4188,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,47.1844,0.5552,9.4233,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,49.4086,0.5271,11.6756,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,142.0146,5.4410,99.3677,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,138.7715,3.1680,98.3975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,138.7715,3.1680,98.3975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,138.7715,3.1680,98.3975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,138.7715,3.1680,98.3975,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,141.9488,5.5071,99.2357,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,141.8613,5.2781,99.3772,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,141.8613,5.2781,99.3772,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,3.7737,-2.4894,-30.9428,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,47.2073,0.4260,9.5753,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,47.2073,0.4260,9.5753,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,47.1833,0.5586,9.4187,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,49.9732,2.6091,10.1582,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,56.0448,-0.1311,18.9700,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,51.1103,0.5600,13.3443,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-2.2564,-1.3373,-38.1250,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,47.6805,0.8993,9.5753,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PLANTX1,SPS.PLANTX1_H,145.8502,4.3380,104.3063,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PLANTX2,SPS.PLANTX2_H,145.8502,4.3380,104.3063,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,145.4562,4.3055,103.9448,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,140.5213,3.4340,99.8814,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,58.5205,-0.6537,21.9683,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,144.7015,4.6766,102.8189,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,140.6208,3.5335,99.8814,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,50.2399,0.9306,12.1034,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,144.2137,5.2401,101.7676,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,144.6609,6.7708,100.6842,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,144.2137,5.2401,101.7676,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,144.9105,6.0285,101.6761,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,51.8658,0.4282,14.2317,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,145.1151,8.3661,99.5431,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,145.2943,8.5453,99.5431,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,144.6711,7.9785,99.4867,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,142.3961,5.8149,99.3753,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,145.1759,8.1533,99.8167,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,0.7774,-0.9053,-35.5232,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,49.7688,2.4480,10.1149,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,144.6500,4.5735,102.8706,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,144.6500,4.5735,102.8706,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,144.2137,5.2401,101.7676,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,139.1141,3.4136,98.4946,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,143.0914,6.7456,99.1399,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,146.9538,6.8804,102.8674,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,145.4743,5.4051,102.8632,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,145.7527,3.1898,105.3570,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,145.1151,8.3661,99.5431,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,146.1614,9.2589,99.6965,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,145.5483,8.6458,99.6965,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,140.9818,3.8945,99.8814,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,145.9936,5.9646,102.8231,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,58.1077,-0.4014,21.3031,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,58.0239,-0.4701,21.2880,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0163,V163_DDR,49.4751,1.3080,10.9612,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0168,V168_DDR,51.1215,-0.5590,14.4745,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0180,V180_DDR,146.1614,9.2589,99.6965,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0181,V181_DDR,58.7671,-0.1238,21.6850,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0182,V182_DDR,145.1544,8.1738,99.7747,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0199,V199_DDR,142.7224,6.3815,99.1349,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0200,V200_DDR,143.2444,6.5861,99.4524,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.VOLT.0235,V235_DDR,56.0448,-0.1311,18.9700,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,144.0213,3.9964,102.8189,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,144.6609,6.7708,100.6842,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,45.2330,1.0042,7.0229,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,46.2667,0.9526,8.1081,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS_SPS,SPS_LA,120.5818,5.5471,77.8287,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,143.9064,4.9542,101.7463,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SSCN_NPPD,SSCN_NPPD_LA,1.5555,-1.6934,-33.9571,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,28.2517,-0.2661,-8.6881,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,28.2517,-0.2661,-8.6881,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,TAL,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,TEC,SOUC,27.9341,-0.0096,-9.2623,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,7.6880,-0.9287,-28.5893,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,TVA,TVA,27.6734,-0.1385,-9.3940,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB,UCUHUB_H,10.7928,-1.9767,-24.4365,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB17,UCUHUB17_H,3.0071,-1.9813,-32.2176,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB18,UCUHUB18_H,4.3983,-2.1896,-30.6180,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB19,UCUHUB19_H,0.9227,-2.2636,-34.0196,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB20,UCUHUB20_H,1.0723,-2.1939,-33.9397,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB21,UCUHUB21_H,1.3375,-2.1515,-33.7170,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB22,UCUHUB22_H,0.7732,-2.2716,-34.1611,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB23,UCUHUB23_H,0.2265,-2.2855,-34.6940,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,UCUHUB24,UCUHUB24_H,2.3273,-2.1383,-32.7403,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,41.9911,1.9739,2.8113,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,41.9911,1.9739,2.8113,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,10.4838,-0.4273,-26.2948,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,10.4838,-0.4273,-26.2948,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,21.5120,-0.4413,-15.2526,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,44.5984,0.8254,6.5670,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,44.5984,0.8254,6.5670,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,41.9911,1.9739,2.8113,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,22.1476,-0.0520,-15.0063,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,27.8837,0.7090,-10.0312,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,10.9303,-1.5147,-24.7609,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,7.9502,-2.7326,-26.5231,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,45.1880,2.2457,5.7364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,45.1880,2.2457,5.7364,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,25.3739,-3.0707,-8.7614,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,10.2659,-1.8807,-25.0594,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,25.1187,-0.5031,-11.5841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,9.6793,-2.0234,-25.5033,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,10.9739,-1.4051,-24.8269,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,8.1531,-2.1533,-26.8995,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,26.4622,-1.9823,-8.7614,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,26.4622,-1.9823,-8.7614,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,9.2016,-1.6020,-26.4024,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,8.4906,-2.3644,-26.3509,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,12.6495,0.2037,-24.7601,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,45.3600,0.4456,7.7085,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,45.3600,0.4456,7.7085,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,45.3600,0.4456,7.7085,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,45.4147,0.6780,7.5307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,45.4147,0.6780,7.5307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,45.4147,0.6780,7.5307,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,40.8884,2.4051,1.2774,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,17.9053,-0.6312,-18.6694,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,17.9053,-0.6312,-18.6694,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,9.7589,0.1759,-27.6229,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,7.1709,-1.9500,-28.0850,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,40.6395,0.6501,2.7835,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,6.0453,-2.1290,-29.0316,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,7.5488,-2.6147,-27.0425,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,26.5139,-1.6106,-9.0814,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,44.0462,1.5741,5.2662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,44.0462,1.5741,5.2662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,44.0399,1.5679,5.2660,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,44.0462,1.5741,5.2662,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,44.9039,1.6461,6.0519,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,6.1468,-3.1510,-27.9081,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,24.7599,0.0781,-12.5241,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,7.8723,-1.4828,-27.8509,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,7.8723,-1.4828,-27.8509,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,4.1777,-1.6329,-31.3953,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,4.1777,-1.6329,-31.3953,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,18.3501,-0.1865,-18.6694,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,33.7933,0.0589,-3.4715,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,9.7440,-2.5195,-24.9425,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,9.4368,-2.1388,-25.6304,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,13.1564,-1.4130,-22.6365,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,21.5120,-0.4413,-15.2526,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,21.5120,-0.4413,-15.2526,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,9.6793,-2.0234,-25.5033,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,7.5650,0.5867,-30.2277,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,17.1878,-1.6534,-18.3647,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,8.6241,-2.2309,-26.3509,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,8.2845,-1.7572,-27.1642,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.FSE,WAUE.FSE_H,7.8314,-1.7363,-27.6383,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,45.6288,1.8715,6.5514,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,45.7514,1.8514,6.6940,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,7.0501,-3.3546,-26.8012,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,8.4051,-3.1198,-25.6810,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,20.9002,-0.6382,-15.6676,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,22.6136,-0.8313,-13.7610,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-8.9100,-2.7992,-43.3167,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,7.9502,-2.7326,-26.5231,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.2700,0.9954,-50.4713,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,11.0754,-1.9439,-24.1867,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,11.0757,-1.9436,-24.1867,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,11.0779,-1.9414,-24.1867,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,2.1568,-1.6301,-33.4190,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,7.5650,0.5867,-30.2277,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,12.4541,-1.1910,-23.5608,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,9.5594,-2.0566,-25.5899,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,12.4920,0.0461,-24.7601,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,12.3718,-0.5620,-24.2721,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,11.2059,-1.3415,-24.6585,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,14.7534,-1.6525,-20.8000,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,10.6108,-1.4780,-25.1171,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,9.7073,-2.4336,-25.0651,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,6.0453,-2.1290,-29.0316,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,17.1299,0.0929,-20.1690,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,9.6250,-2.0727,-25.5082,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,16.6665,-0.2348,-20.3047,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,12.0890,-1.1076,-24.0094,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,10.6739,-1.7744,-24.7577,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NTWK,WAUE.NTWK_H,15.7882,-0.7263,-20.6914,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,13.7193,-1.1265,-22.3601,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,13.7193,-1.1265,-22.3601,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,7.6967,-3.0893,-26.4200,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,4.4927,-4.1749,-28.5383,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,13.2317,-1.4274,-22.5469,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,7.6967,-3.0893,-26.4200,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,22.2453,-0.2564,-14.7042,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,9.9011,-1.8507,-25.4541,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,6.0453,-2.1290,-29.0316,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,11.9444,-1.1591,-24.1024,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,10.3364,-1.4155,-25.4541,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,5.8236,-1.6521,-29.7302,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,7.3098,-1.5396,-28.3565,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,13.1796,-0.5586,-23.4678,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,10.0167,-2.7928,-24.3964,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,11.9637,-1.2113,-24.0309,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,8.9725,-1.9887,-26.2448,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,9.4368,-2.1388,-25.6304,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.VOLT.0152,V152_DDR,39.0228,2.8750,-1.0582,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE.VOLT.0172,V172_DDR,44.7587,1.7815,5.7713,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_BEPM,WAUE_BEPM_LA,29.4721,0.7079,-8.4417,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,12.1708,-1.2181,-23.8171,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,12.3873,-0.5365,-24.2821,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_EWA,WAUE_EWA_LA,6.5077,0.7589,-31.4571,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,10.1394,-2.0245,-25.0420,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_HMMU,WAUE_HMMU_LA,11.8388,-0.9680,-24.3991,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,15.1223,-1.3379,-20.7457,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_MECB,WAUE_MECB_LA,11.3338,-0.6904,-25.1817,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_MMPA,WAUE_MMPA_LA,21.2422,0.6645,-16.6283,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_MRES,WAUE_MRES_LA,10.2978,-0.9872,-25.9210,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,33.8554,2.0737,-5.4242,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,45.6288,1.8715,6.5514,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,8.9892,-1.8796,-26.3371,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_OTP,WAUE_OTP_LA,26.6961,1.7034,-12.2132,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_OTPW,WAUE_OTPW_LA,33.7702,1.6570,-5.0927,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM,WAUE_UGPM_LA,15.0232,-1.0946,-21.0881,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,27.4639,0.4064,-10.1484,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,10.9241,-1.4533,-24.8286,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,24.6248,-0.3723,-12.2088,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,6.5077,0.7589,-31.4571,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,11.8388,-0.9680,-24.3991,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,11.2868,-2.0067,-23.9125,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,45.6288,1.8715,6.5514,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,21.2422,0.6645,-16.6283,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,12.5526,-0.5776,-24.0757,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,9.6160,-2.2831,-25.3068,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,25.9543,2.0481,-13.2998,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,1.2747,-3.1237,-32.8075,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,0.0845,-3.7110,-33.4105,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,34.4793,-1.6818,-1.0448,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,68.0000,-0.4336,31.2277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,68.0000,-0.4336,31.2277,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,11.1109,-2.3387,-23.7563,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,63.2052,-0.2567,26.2559,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,57.3759,-0.3351,20.5051,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,67.8583,-1.9102,32.5626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,49.0870,-1.8056,13.6867,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-2.2564,-1.3373,-38.1250,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-29.6140,-3.3631,-63.4568,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,0.1577,-3.5407,-33.5075,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,144.3667,4.3419,102.8189,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_ENMC,WFEC_ENMC_LA,143.9252,6.3897,100.3296,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,-1.8905,-3.0707,-36.0257,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,32.5020,-1.1106,-3.5934,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,141.6940,5.2123,99.2758,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,1.2360,-3.1625,-32.8075,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,1.2747,-3.1237,-32.8075,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,1.2747,-3.1237,-32.8075,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_OKGE,WFEC_OKGE_LA,12.8582,-1.1483,-23.1994,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,56.2263,0.0676,18.9527,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,2.7626,-4.4735,-29.9699,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,11.3849,-4.7584,-21.0626,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_WFEC,WFEC_LA,33.0489,-1.1114,-3.0457,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,141.6940,5.2123,99.2758,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,-2.1114,-2.4845,-36.8328,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,2.4852,-0.6711,-34.0497,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,8.2841,-2.4107,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,8.2841,-2.4107,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,8.2888,-2.4061,-26.5111,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,8.2888,-2.4061,-26.5111,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,8.2934,-2.4014,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,8.2934,-2.4014,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,8.2934,-2.4014,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,15.6466,-1.3548,-20.2045,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,7.4634,-2.7164,-27.0262,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,-2.7771,-2.6024,-37.3806,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,-2.7771,-2.6024,-37.3806,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,4.1510,-2.6865,-30.3685,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,4.1510,-2.6865,-30.3685,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,4.1510,-2.6865,-30.3685,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,7.4634,-2.7164,-27.0262,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,11.9491,-1.9122,-23.3446,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.HEC.GT1,WRHECGTUN32_RA,5.9778,-2.2239,-29.0043,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.HEC.GT2,WRHECGTUN33_RA,5.9778,-2.2239,-29.0043,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.HEC.GT3,WRHECGTUN34_RA,5.9778,-2.2239,-29.0043,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.HEC.GT4,WRHECGTUN35_RA,5.9778,-2.2239,-29.0043,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,11.9491,-1.9122,-23.3446,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,-0.4685,-2.0465,-35.6279,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-32.4242,-2.9462,-66.6840,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.JEC.1,WRJEFFUN10_RA,9.2119,-2.2990,-25.6951,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.JEC.2,WRJEFFUN11_RA,9.2697,-2.3061,-25.6302,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.JEC.3,WRJEFFUN12_RA,9.1712,-2.4046,-25.6302,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,-3.5754,-3.1851,-37.5962,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,-8.5542,-2.8325,-42.9277,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,-8.5542,-2.8325,-42.9277,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.LEC.4,WRLECUN26_RA,10.2284,-1.9113,-25.0663,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.LEC.5,WRLECUN27_RA,10.3115,-1.8244,-25.0701,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,7.1341,-1.7517,-28.3201,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,7.1341,-1.7517,-28.3201,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,7.1341,-1.7517,-28.3201,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,7.2100,-1.6923,-28.3036,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,4.5951,-0.0973,-32.5136,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,-0.2364,-2.3874,-35.0549,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,-0.2364,-2.3874,-35.0549,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,-0.3541,-0.7839,-36.7762,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,-0.8814,-2.8032,-35.2841,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,10.5779,-1.6863,-24.9418,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,7.1223,-2.6475,-27.4361,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,-8.5689,-2.8472,-42.9277,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,58.0527,-0.2662,21.1129,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,0.0000,-0.4250,-36.7809,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,8.2934,-2.4014,-26.5111,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,1.5590,-3.6899,-31.9570,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,11.9491,-1.9122,-23.3446,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,7.4634,-2.7164,-27.0262,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,1.3211,-2.4964,-33.3884,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.THAYERLD,WR.THAYERLD_LA,30.6291,-0.2218,-6.3551,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0102,WR.VOLT.0102_H,1.0969,-2.4747,-33.6343,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0106,V106_DDR,0.8726,-2.4881,-33.8452,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0139,WR.VOLT.0139_H,11.3443,-1.7080,-24.1537,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0141,WR.VOLT.0141_H,7.5243,-2.0903,-27.5913,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0146,WR.VOLT.0146_H,10.5422,-1.6447,-25.0190,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0147,WR.VOLT.0147_H,10.5422,-1.6447,-25.0190,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0148,WR.VOLT.0148_H,11.0320,-1.8033,-24.3707,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0153,WR.VOLT.0153_H,0.9069,-2.2271,-34.0720,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0157,V157_DDR,10.4978,-1.6709,-25.0372,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0158,V158_DDR,10.5422,-1.6447,-25.0190,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0159,WR.VOLT.0159_H,10.5422,-1.6447,-25.0190,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0165,WR.VOLT.0165_H,-0.0971,-2.7275,-34.5755,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0173,V173_DDR,7.4172,-1.4498,-28.3389,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0174,V174_DDR,0.2534,-2.5413,-34.4113,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0184,V184_DDR,0.3449,-2.7351,-34.1259,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0185,WR.VOLT.0185_H,1.2451,-2.4898,-33.4711,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0186,V186_DDR,1.6660,-2.5397,-33.0002,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0187,WR.VOLT.0187_H,0.5160,-2.6495,-34.0404,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0188,WR.VOLT.0188_H,0.9076,-2.4811,-33.8172,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0189,WR.VOLT.0189_H,6.5317,-2.0127,-28.6615,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0190,WR.VOLT.0190_H,7.6546,-2.2199,-27.3315,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0191,WR.VOLT.0191_H,8.0986,-2.2994,-26.8080,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0192,WR.VOLT.0192_H,8.0986,-2.2994,-26.8080,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0196,WR.VOLT.0196_H,7.6546,-2.2199,-27.3315,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0245,V245_DDR,1.2786,-2.4825,-33.4449,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.VOLT.0248,V248_DDR,0.8726,-2.4881,-33.8452,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,-2.4665,-3.0431,-36.6293,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,10.3112,-1.8881,-25.0066,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.WOLF,WRWOLFUN15_RA,0.8466,-3.8612,-32.4981,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,-0.4685,-2.0465,-35.6279,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,15.4213,-1.5801,-20.2045,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,0.0000,-2.9574,-34.2485,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,3.2721,-2.3558,-31.5780,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,7.5517,-2.0999,-27.5543,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,-0.3833,-2.6091,-34.9801,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,-0.3833,-2.6091,-34.9801,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,-0.3833,-2.6091,-34.9801,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,-0.3833,-2.6091,-34.9801,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,8.4944,-1.9635,-26.7480,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-6.5333,-2.4234,-41.3159,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-6.5333,-2.4234,-41.3159,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-8.5507,-2.6451,-43.1115,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-8.5507,-2.6451,-43.1115,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_MIDW,WR_MIDW_LA,2.6668,-1.2089,-33.3302,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,42.3884,-0.9391,6.1216,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,25.5883,-1.6846,-9.9330,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,7.3380,-1.7407,-28.1272,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_SEG,WR_SEG_LA,13.2362,-1.5429,-22.4269,37.2060\n03/19/2025 23:00:00,03/20/2025 04:00:00,WR_WR,WR_LA,7.5479,-2.1297,-27.5283,37.2059\n03/19/2025 23:00:00,03/20/2025 04:00:00,YAD,VACS,27.8077,-0.0724,-9.3258,37.2059\n03/20/2025 00:00:00,03/20/2025 05:00:00,AEC,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_CSWS,CSWS_AECC_LA,30.0327,-0.0328,-6.2164,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,31.8933,-0.4959,-3.8928,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,28.6797,0.0380,-7.6403,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,32.1506,-0.7208,-3.4106,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,26.5072,-0.5763,-9.1985,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,28.6940,-0.5424,-7.0456,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,26.5987,-0.6605,-9.0228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,AECI,AECI,26.8474,-0.9294,-8.5053,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,AEPM_CSWS,CSWS_LA,30.6052,0.1775,-5.8543,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ALTW,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,AMRN,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,137.8864,3.5174,98.0870,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BBA,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,BCA,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,BEPM.ER01.DDR,ER01_DDR,9.8810,-1.4684,-24.9326,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BEPM_ER01,BEPM_ER01_LA,9.8810,-1.4684,-24.9326,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,11.9466,0.4811,-24.8165,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,12.7346,0.8905,-24.4379,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BEPM_UM01,BEPM_UM01_LA,41.6806,1.5692,3.8294,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BLKW,BLKW,145.5701,5.4826,103.8055,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,-26.7603,-3.1032,-59.9391,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,-26.7603,-3.1032,-59.9391,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,57.9822,-2.3587,24.0589,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,-26.7123,-3.0552,-59.9391,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,BRAZ,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,BUBA,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,5.4419,-0.9473,-29.8928,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,-5.1755,-2.6919,-38.7655,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,13.4204,-1.8439,-21.0177,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,13.4204,-1.8439,-21.0177,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CLEC,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,32.5983,-0.6829,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,COWP,COWP_LA,27.3594,-0.5031,-8.4195,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,27.3594,-0.5031,-8.4195,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,27.3594,-0.5031,-8.4195,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CPLE,VACS,24.8917,-0.0817,-11.3085,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CPLW,VACS,24.8917,-0.0817,-11.3085,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,25.9298,0.1625,-10.5147,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,25.9298,0.1625,-10.5147,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,25.9298,0.1625,-10.5147,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,25.9298,0.1625,-10.5147,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CRTH_SPA,WRCRTH_SPA_LA,34.9376,-1.5697,0.2253,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,28.6782,1.7781,-9.3819,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,32.5201,-1.2866,-2.4753,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,26.5987,-0.6605,-9.0228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,32.1506,-0.7208,-3.4106,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,28.6755,1.7745,-9.3810,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,27.8616,0.9249,-9.3453,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,28.4558,1.5381,-9.3643,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,28.4558,1.5381,-9.3643,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,31.1651,-1.0103,-4.1065,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,31.1651,-1.0103,-4.1065,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,31.1624,-1.0131,-4.1065,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,31.1624,-1.0131,-4.1065,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,26.5987,-0.6605,-9.0228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,29.2827,0.8554,-7.8547,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,39.1505,-1.3807,4.2493,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,38.8915,-1.6398,4.2493,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,32.5851,-1.0206,-2.6763,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,29.2193,-0.8481,-6.2146,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,29.2193,-0.8481,-6.2146,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,29.0616,-1.0063,-6.2141,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,29.0616,-1.0063,-6.2141,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-8.8935,-1.7412,-43.4343,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,39.3075,-1.1307,4.1562,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,31.8722,-0.7680,-3.6418,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-10.3951,-1.4845,-45.1926,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-10.3224,-1.4118,-45.1926,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,18.1726,-1.1949,-16.9145,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.GRID.CDL1,CDL1_DDR,30.5865,-0.3836,-5.3119,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,25.8289,-1.7916,-8.6615,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,33.3795,-1.4966,-1.4058,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,30.5865,-0.3836,-5.3119,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.CSI1,CSI1_DDR,33.7258,-0.5071,-2.0490,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.CSI2,CSI2_DDR,33.7394,-0.4935,-2.0490,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,32.6055,-0.6757,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.GAZA,GAZA_DDR,30.5865,-0.3836,-5.3119,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,57.6921,0.5148,20.8953,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.NUEN.T201,NT201_DDR,30.3625,-0.6941,-5.2254,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,26.1123,-1.3533,-8.8164,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,26.1123,-1.3533,-8.8164,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,26.5987,-0.6605,-9.0228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,29.1067,2.0748,-9.2501,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,18.1726,-1.1949,-16.9145,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,18.1726,-1.1949,-16.9145,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,6.3723,-1.7105,-28.1992,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-10.3224,-1.4118,-45.1926,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,27.6314,0.7658,-9.4164,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,27.9471,-0.9911,-7.3438,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,27.5759,-1.3623,-7.3438,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,27.5669,-1.3713,-7.3438,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,21.4072,-0.8742,-14.0006,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,21.4072,-0.8742,-14.0006,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,27.8954,0.9407,-9.3273,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,29.1407,-0.6652,-6.4761,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,27.9591,1.0084,-9.3313,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,29.7383,2.7147,-9.2583,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,29.0922,-0.2097,-6.9801,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,33.7394,-0.4935,-2.0490,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0057,OKMU_DDR,30.8508,-0.3922,-5.0390,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0060,LEHIGH_DDR,57.6921,0.5148,20.8953,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0086,WARRENM_DDR,29.6103,-0.6998,-5.9719,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,28.8094,1.7177,-9.1903,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,35.6012,-0.7496,0.0689,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0121,V121_DDR,27.8954,0.9407,-9.3273,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0122,V122_DDR,34.9526,-0.7767,-0.5527,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0124,V124_DDR,42.6449,-0.9680,7.3309,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0135,V135_DDR,30.2113,-0.6526,-5.4181,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0144,V144_DDR,39.9014,-1.0708,4.6902,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0145,V145_DDR,39.9989,-1.2941,5.0110,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,27.9408,0.9828,-9.3239,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,27.2232,-0.0780,-8.9808,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0175,V175_DDR,32.6055,-0.6757,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,27.2232,-0.0780,-8.9808,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,27.4730,0.1618,-8.9708,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,30.2113,-0.6526,-5.4181,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,30.4652,-0.6983,-5.1185,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,30.3544,-0.7583,-5.1693,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,37.4754,-1.1251,2.3185,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,29.1970,-0.8390,-6.2459,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,30.4652,-0.6983,-5.1185,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0211,V211_DDR,28.2661,1.3288,-9.3447,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,36.0207,-0.7506,0.4894,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0213,V213_DDR,30.0694,-0.7125,-5.5001,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0215,V215_DDR,35.4242,-0.7655,-0.0922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0217,V217_DDR,36.0255,-0.7776,0.5211,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0218,V218_DDR,37.2822,-1.1035,2.1038,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0228,V228_DDR,29.4287,-0.7434,-6.1099,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0232,V232_DDR,29.7746,-0.6619,-5.8454,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0233,V233_DDR,30.5091,-0.6710,-5.1019,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0240,V240_DDR,32.9769,-0.8313,-2.4738,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0244,V244_DDR,30.4652,-0.6983,-5.1185,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0246,MDT1_DDR,57.6921,0.5148,20.8953,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0249,V249_DDR,30.0671,-0.6771,-5.5378,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0250,V250_DDR,31.5228,-1.2042,-3.5550,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0251,V251_DDR,29.5838,-0.7824,-5.9157,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.VOLT.0252,V252_DDR,37.4754,-1.1251,2.3185,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,-9.6814,-1.7576,-44.2058,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,52.7541,-2.1508,18.6229,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,2.4172,-3.7978,-30.0670,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,27.7904,0.8450,-9.3365,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,5.1000,-2.7552,-28.4268,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,35.9030,-1.2479,0.8689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,35.9030,-1.2479,0.8689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,35.9030,-1.2479,0.8689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,35.9030,-1.2479,0.8689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,35.9030,-1.2479,0.8689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,26.5987,-0.6605,-9.0228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,28.4908,1.8016,-9.5928,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,29.7368,-0.6998,-5.8454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,29.6841,-0.7525,-5.8454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,32.0022,-0.2366,-4.0431,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,32.0022,-0.2366,-4.0431,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWELSH1,CSWSWELSHUN1_RA,27.3948,0.3371,-9.2243,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWELSH3,CSWSWELSHUN3_RA,27.3948,0.3371,-9.2243,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWILKES1,CSWSWILKESUN1_RA,27.8979,0.8189,-9.2030,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWILKES2,CSWSWILKESUN2_RA,27.8979,0.8189,-9.2030,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,CSWWILKES3,CSWSWILKESUN3_RA,27.7414,0.7206,-9.2612,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-10.2996,-1.3890,-45.1926,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,DENL,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,DERS,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,DOE,DOE,24.0696,-0.4257,-11.7867,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,15.5692,-2.3986,-18.3142,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,DPC,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,DUK,VACS,24.8917,-0.0817,-11.3085,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDDY,EDDY,144.5180,7.0346,101.2014,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,33.0474,-1.8321,-1.4025,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,-12.9900,-1.9622,-47.3098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,39.1431,-2.1703,5.0315,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE.SLCC,EDESTL4391_PLT,34.0746,-1.7784,-0.4290,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,34.0034,-1.6703,-0.6083,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,24.8936,-2.1954,-9.1929,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_EC_01,EDELAR3821UN1_RA,33.0474,-1.8321,-1.4025,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_EC_02,EDELAR3821UN2_RA,33.0113,-1.8682,-1.4025,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_EC_03,EDELAR3821UN3_RA,33.0474,-1.8321,-1.4025,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_EC_04,EDELAR3821UN4_RA,33.0474,-1.8321,-1.4025,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_EDE,EDE_LA,33.1080,-0.9003,-2.2737,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_ERW,EDEERWFUNG1_RA,-4.0676,-2.7612,-37.5884,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,8.2217,-2.9567,-25.1036,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,64.9700,-0.0911,28.7791,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,64.9700,-0.0911,28.7791,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,64.9700,-0.0911,28.7791,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,64.9700,-0.0911,28.7791,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,25.4251,-0.0480,-10.8088,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_RIV_10,EDERIV1671UN10_RA,33.9488,-1.8821,-0.4511,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_RIV_11,EDERIV1671UN11_RA,33.9488,-1.8821,-0.4511,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_RIV_12,EDERIV453UN12_PLT,33.0945,-2.7364,-0.4511,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_SL_01,EDESTL4391UN1_RA,33.6008,-2.2522,-0.4290,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EDE_SWMP,EDE_SWMP_LA,32.7157,-0.6402,-2.9261,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EEI,EEI,24.0550,-0.4303,-11.7967,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,EES,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,6.2407,-2.7316,-27.3097,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ERCOTE,ERCOTE,27.3948,0.3371,-9.2243,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ERCOTN,ERCOTN,26.1358,-1.3298,-8.8164,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,12.0700,-2.4288,-21.7832,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FMPP,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FPC,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FPL,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FREM_50T,OPPDFREM_GUN1_RA,13.3785,-1.6355,-21.2680,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FREM_6,OPPDFREM_AUN6_RA,13.3647,-1.6444,-21.2729,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FREM_7,OPPDFREM_AUN7_RA,13.3647,-1.6444,-21.2729,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FREM_8,OPPDFREM_AUN8_RA,13.2237,-1.7854,-21.2729,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FREM_LOAD,FREM_LOAD_LA,13.3420,-1.6671,-21.2729,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,FRONTIER,WRGETTUNFRONTIER_RA,2.1000,-2.2454,-31.9366,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,27.6278,0.7622,-9.4164,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,55.0641,-1.0697,19.8518,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,-0.6241,-3.0599,-33.8462,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,32.5983,-0.6829,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,32.5983,-0.6829,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,32.5983,-0.6829,-3.0008,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,33.0948,-0.9352,-2.2520,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,33.0948,-0.9352,-2.2520,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,33.1276,-0.9446,-2.2098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,33.1276,-0.9446,-2.2098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,0.0864,-3.1145,-33.0811,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,26.9390,-1.2957,-8.0473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,26.9390,-1.2957,-8.0473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,26.9390,-1.2957,-8.0473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.VOLT.0130,V130_DDR,33.6838,-0.5458,-2.0524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA.VOLT.0237,V237_DDR,33.4463,-0.7855,-2.0502,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDAHUB2,GRDAHUB2_H,24.2304,-1.4969,-10.5546,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDAHUB3,GRDAHUB3_H,21.5271,-1.6620,-13.0929,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA_GRDA,GRDA_LA,32.7164,-0.7815,-2.7840,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA_HUB,GRDA_H,28.1040,-1.2550,-6.9229,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRDA_HUBSA,GRDASA_H,27.9371,-1.3133,-7.0316,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GRE,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,8.0319,3.4825,-31.7325,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GSEC_SPS,SPS_GSEC_LA,114.8878,3.4743,75.1315,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,GSPR2014HUB,GSPR2014HUB_H,93.9650,2.7239,54.9592,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GSPR2015HUB,GSPR2015HUB_H,91.1086,2.5256,52.3011,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,42.5099,1.0833,5.1446,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,HARRISON,CSWSLEBROCKPLT1,27.3353,0.4015,-9.3482,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,HAST_TNSK_HUB,HAST_TNSK_H,13.1963,-1.6563,-21.4294,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,HQST,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,HST,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,30.3292,-1.3925,-4.5603,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,30.3292,-1.3925,-4.5603,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,29.6602,-1.4304,-5.1913,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,29.6602,-1.4304,-5.1913,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,30.9945,-1.3888,-3.8986,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,30.9945,-1.3888,-3.8986,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDN_INDN,INDN_LA,30.1609,-1.4057,-4.7154,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ISNE,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,JEA,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,13.5512,-1.7089,-21.0219,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,13.5512,-1.7089,-21.0219,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,10.9682,-2.0844,-23.2294,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYCT4,KACYNEARMANUNCT4_RA,19.4715,-1.9715,-14.8390,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,68.8800,-2.0689,34.6669,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,19.4715,-1.9715,-14.8390,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,19.4250,-1.8760,-14.9810,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,19.4367,-1.9040,-14.9413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KACY_KACY,KACY_LA,19.4276,-1.8377,-15.0167,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,18.3302,-2.0350,-15.9168,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,28.9643,-1.9392,-5.3785,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,-16.8145,-2.8221,-50.2744,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,-8.3975,-3.2930,-41.3865,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0222,V222_DDR,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0223,V223_DDR,15.8637,-2.2345,-18.1838,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0241,V241_DDR,27.4000,-0.7223,-8.1597,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0243,V243_DDR,29.9862,-1.4081,-4.8877,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0247,V247_DDR,20.8742,-2.0378,-13.3700,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.VOLT.0253,V253_DDR,18.5988,-1.9196,-15.7635,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,9.3800,-3.7170,-23.1850,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,14.1476,-2.4995,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,14.1476,-2.4995,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,14.1476,-2.4995,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,14.1476,-2.4995,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,18.4114,-1.9404,-15.9302,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,18.4114,-1.9404,-15.9302,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB,KCPLHUB_H,10.8535,-2.7189,-22.7097,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB17,KCPLHUB17_H,9.8683,-2.7398,-23.6739,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB18,KCPLHUB18_H,9.7087,-2.7854,-23.7879,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB19,KCPLHUB19_H,9.5522,-2.7351,-23.9947,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB20,KCPLHUB20_H,8.9805,-2.7833,-24.5181,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB21,KCPLHUB21_H,9.2166,-2.7025,-24.3629,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB22,KCPLHUB22_H,9.7897,-2.7314,-23.7608,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB23,KCPLHUB23_H,9.1478,-2.7844,-24.3498,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLHUB24,KCPLHUB24_H,8.7707,-2.8251,-24.6862,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,12.8636,-2.2354,-21.1829,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,12.8636,-2.2354,-21.1829,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,15.5942,-2.6759,-18.0119,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,15.5942,-2.6759,-18.0119,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,17.8747,-2.4905,-15.9168,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,18.3302,-2.0350,-15.9168,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,18.7112,-1.8430,-15.7277,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,5.9216,-2.5120,-27.8483,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,19.3927,-1.8435,-15.0457,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KCPL_KCPL,KCPL_LA,18.1657,-1.9221,-16.1942,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KENN,KENN_LA,25.4281,-0.1278,-10.7261,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KEP2_SECI,KEP2_SECI_LA,5.7947,-0.1103,-30.3770,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KERR_1,GRDAKERR_HYDUN1_RA,33.3271,-0.8631,-2.0918,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KERR_2,GRDAKERR_HYDUN2_RA,33.3512,-0.8458,-2.0849,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KERR_3,GRDAKERR_HYDUN3_RA,33.3512,-0.8458,-2.0849,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KERR_4,GRDAKERR_HYDUN4_RA,33.3271,-0.8631,-2.0918,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,14.1796,-2.4675,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,14.1796,-2.4675,-19.6349,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,14.7975,-2.2936,-19.1909,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,14.7975,-2.2936,-19.1909,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,10.5618,-2.4721,-23.2482,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,9.4880,-2.4216,-24.3723,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,9.4880,-2.4216,-24.3723,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,6.1126,-0.4154,-29.7540,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,6.1126,-0.4154,-29.7540,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,6.1126,-0.4154,-29.7540,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,7.5141,-2.1045,-26.6634,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,7.5141,-2.1045,-26.6634,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,6.0200,-0.4931,-29.7688,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,7.3413,-1.8567,-27.0840,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,9.0384,-2.5710,-24.6726,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,60.8285,-2.0398,26.5863,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,60.8285,-2.0398,26.5863,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,11.2595,-2.3837,-22.6387,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,11.2595,-2.3837,-22.6387,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,11.2595,-2.3837,-22.6387,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,7.5689,-1.5256,-27.1875,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,1.5277,-3.6214,-31.1329,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,13.3062,-2.4992,-20.4766,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,11.1006,-2.0027,-23.1787,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LAFA,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,LAM345,LAM345,5.4419,-0.9473,-29.8928,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LEPA,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,14.6001,-1.6532,-20.0287,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_LES,LES_LA,14.4975,-1.6978,-20.0868,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,14.3181,-1.8278,-20.1361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,14.3801,-1.7777,-20.1241,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,14.3801,-1.7777,-20.1241,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,14.3801,-1.7777,-20.1241,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,14.3193,-1.8266,-20.1361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,14.3181,-1.8278,-20.1361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_WAVERLY,LES_WAVERLY_H,14.2057,-1.8549,-20.2214,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,13.4961,-1.9857,-20.8002,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,13.4961,-1.9857,-20.8002,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,LGEE,LGEE,22.9297,-0.5924,-12.7598,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MALDEN,MALDEN_LA,25.2625,-0.1759,-10.8436,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MCWEST,MCWEST,44.4961,1.8272,6.3869,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MDU,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,12.2108,0.8899,-24.9610,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,13.1371,-1.6483,-21.4966,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,15.0527,-0.3305,-20.8988,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MEAN_NPPD,NPPD_MEAN_LA,11.8112,-1.8019,-22.6689,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MEC,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,MHEB,MHEB,21.4882,0.0297,-14.8235,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,4.9129,-2.6838,-28.6853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,7.4359,-1.6068,-27.2392,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,4.9129,-2.6838,-28.6853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,4.9129,-2.6838,-28.6853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,7.4359,-1.6068,-27.2392,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MISO,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,6.0507,0.5033,-30.7346,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,6.0507,0.5033,-30.7346,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,9.7522,-2.5348,-23.9949,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,5.2031,-1.9862,-29.0927,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,7.1464,-2.3286,-26.8070,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,3.1768,-4.1376,-28.9676,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,5.0491,-2.8329,-28.4000,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,3.5782,-3.7664,-28.9374,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,6.1977,-2.0194,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,6.1977,-2.0194,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,6.1977,-2.0194,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,6.1977,-2.0194,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,6.1977,-2.0194,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,20.8571,-1.6223,-13.8026,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,24.1174,-0.6015,-11.5630,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,24.1174,-0.6015,-11.5630,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,22.6449,-0.9196,-12.7175,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,26.3050,-0.5738,-9.4031,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MOWR,AECI,26.8474,-0.9294,-8.5053,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,24.3762,-1.1882,-10.7175,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,24.4344,-0.6047,-11.2429,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,8.6241,-3.2845,-24.3733,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,6.3543,-2.6786,-27.2490,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,3.7138,-2.8830,-29.6852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,8.7436,-3.1651,-24.3733,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,15.5854,-2.3823,-18.3142,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,15.5854,-2.3823,-18.3142,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,15.5895,-2.3783,-18.3142,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,15.5895,-2.3783,-18.3142,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,13.8972,-2.0083,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,14.0049,-1.9006,-20.3765,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,25.6267,-0.8770,-9.7783,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,17.5584,-2.4800,-16.2436,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,14.6671,-2.9074,-18.7075,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,14.5703,-3.0042,-18.7075,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,14.6672,-2.9073,-18.7075,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,19.2268,-1.8360,-15.2192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,19.2268,-1.8360,-15.2192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MPS_MPS,MPS_LA,21.5628,-1.7045,-13.0147,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MSTNG,SPSMSTNGPLT1,141.9321,5.5743,100.0758,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MSTNG4,SPSMSTNGUN4_RA,141.7329,5.3751,100.0758,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MSTNG5,SPSMSTNGUN5_RA,141.7342,5.3764,100.0758,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,141.9321,5.5743,100.0758,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NBSO,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,12.1227,-2.6232,-21.5361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,12.1201,-2.6258,-21.5361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,44.4453,-1.7670,9.9303,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NHC1,VACS,24.8917,-0.0817,-11.3085,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,13.4495,-1.7948,-21.0377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,13.4495,-1.7948,-21.0377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,13.4495,-1.7948,-21.0377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,10.7518,-0.5727,-24.9575,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,12.1135,-2.4265,-21.7420,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,13.2254,-2.1326,-20.9239,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,8.2643,-2.0297,-25.9879,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,12.1135,-2.4265,-21.7420,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.HUB.PY2018,NPPDPY18_H,11.8303,-1.9077,-22.5440,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,11.8768,-1.9463,-22.4589,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,11.8820,-1.9081,-22.4920,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,11.9349,-1.9253,-22.4218,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,6.4884,-1.9840,-27.8096,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,12.0812,-0.8229,-23.3779,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,12.0812,-0.8229,-23.3779,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,9.7889,-2.0656,-24.4275,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,6.4884,-1.9840,-27.8096,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,15.7930,-2.7176,-17.7714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,11.7290,-2.2767,-22.2763,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,10.8016,-0.5141,-24.9663,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,11.7290,-2.2767,-22.2763,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,12.5382,-2.1223,-21.6215,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,11.7984,-1.7645,-22.7191,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,14.4231,-1.3239,-20.5350,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,12.1135,-2.4265,-21.7420,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,10.9340,-0.6601,-24.6878,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,12.0812,-0.8229,-23.3779,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,12.0812,-0.8229,-23.3779,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,12.5035,-0.8450,-22.9334,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,12.4777,-0.8267,-22.9776,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,12.4777,-0.8267,-22.9776,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,12.6819,-0.9172,-22.6829,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,9.6448,-1.6961,-24.9411,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,12.6703,-1.9729,-21.6388,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,10.9388,-0.2942,-25.0490,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,8.4080,-1.5480,-26.3260,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,7.3651,-1.5104,-27.4065,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.NELI.DDR,NELI_DDR,7.1850,-2.2217,-26.8753,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.NPPM.1058,SH1058_DDR,23.4799,-1.0935,-11.7086,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,12.4926,-1.1821,-22.6073,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,12.1135,-2.4265,-21.7420,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,13.2254,-2.1326,-20.9239,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,6.4884,-1.9840,-27.8096,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.TECH.1,KEARNE_DDR,13.2833,-0.6387,-22.3600,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,11.8992,-2.8657,-21.5171,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,11.8992,-2.8657,-21.5171,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,6.3132,-2.1813,-27.7875,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD.VOLT.0236,V236_DDR,13.8378,-1.5966,-20.8476,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD2017HUB,NPPD2017HUB_H,11.8478,-1.9112,-22.5229,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,21.2121,-1.9125,-13.1574,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,10.7518,-0.5727,-24.9575,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,11.3009,-2.8179,-22.1632,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,11.3009,-2.8179,-22.1632,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,13.8629,-1.6456,-20.7735,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,13.8587,-1.5757,-20.8476,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,8.1526,-2.0683,-26.0611,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,12.4817,-0.9409,-22.8594,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,22.7903,-1.7831,-11.7086,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,22.7903,-1.7831,-11.7086,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,22.7903,-1.7831,-11.7086,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,13.2053,-1.6510,-21.4257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,12.6809,-2.6773,-20.9238,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,13.3896,-1.4226,-21.4698,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,6.8044,-3.8248,-25.6528,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,6.9851,-3.6441,-25.6528,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,11.2835,-1.0761,-23.9224,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,11.1487,-1.1042,-24.0290,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,14.0347,-1.4538,-20.7935,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,14.0038,-1.4847,-20.7935,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,14.0038,-1.4847,-20.7935,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,14.0158,-1.4227,-20.8435,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,15.7930,-2.7176,-17.7714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,13.9558,-1.4230,-20.9032,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,13.9325,-1.9176,-20.4319,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,13.2710,-1.5767,-21.4343,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,13.2529,-1.5930,-21.4360,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,13.2668,-1.5781,-21.4371,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,13.2668,-1.5781,-21.4371,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,13.2053,-1.6510,-21.4257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,13.1332,-1.7231,-21.4257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,11.8835,0.4803,-24.8788,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,13.6846,-1.4169,-21.1805,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,11.1433,-0.9775,-24.1612,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,10.4676,-2.7247,-23.0897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,10.5917,-0.6614,-25.0289,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,23.9389,-0.6345,-11.7086,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,7.1850,-2.2217,-26.8753,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,11.4872,-1.0115,-23.7833,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,11.4872,-1.0115,-23.7833,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_NPPD,NPPD_LA,15.0880,-1.3551,-19.8389,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,13.9325,-1.9176,-20.4319,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,13.9325,-1.9176,-20.4319,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,12.1783,-2.4855,-21.6182,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,12.4746,-1.7429,-22.0645,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NSB,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,NSP,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,NSSO,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,NYIS,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,7.3369,-1.7417,-27.2034,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,2.1897,-2.9328,-31.1595,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,2.6789,-2.7803,-30.8228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,2.6789,-2.7803,-30.8228,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,2.6621,-1.2126,-32.4073,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,-0.6241,-3.0599,-33.8462,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,-26.3579,-2.3854,-60.2545,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,-7.7788,-3.1745,-40.8863,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,0.1217,-3.0958,-33.0645,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,1.5297,-3.0050,-31.7473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,11.7838,-1.8280,-22.6702,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,0.1217,-3.0958,-33.0645,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,3.9888,-1.3759,-30.9172,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,8.9087,-1.9383,-25.4350,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,40.7875,-0.7783,5.2838,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,1.5297,-3.0050,-31.7473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,4.9929,-2.6111,-28.6780,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,8.5723,-2.8459,-24.8637,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,7.6068,-2.2070,-26.4682,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,-8.3588,-0.8632,-43.7776,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,1.5297,-3.0050,-31.7473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NUEN.ADA1,ADA1_DDR,9.9938,-1.7729,-24.5153,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NUEN.LAM1,LAM1_DDR,30.5313,1.0288,-6.7795,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NUEN.MDT2,MDT2_DDR,11.7882,-1.8236,-22.6702,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NUEN.MDT3,MDT3_DDR,11.7882,-1.8236,-22.6702,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.NUEN.WWO1,WWO1_DDR,10.1805,-1.6774,-24.4241,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,11.5683,-1.9106,-22.8031,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,11.5683,-1.9106,-22.8031,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,11.6416,-1.8373,-22.8031,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,11.5691,-1.9870,-22.7259,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,11.5691,-1.9870,-22.7259,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,11.6416,-1.8373,-22.8031,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,11.6416,-1.8373,-22.8031,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,1.5297,-3.0050,-31.7473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,26.5805,0.2370,-9.9385,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,3.9888,-1.3759,-30.9172,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,-0.3710,-0.8986,-35.7544,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,4.9929,-2.6111,-28.6780,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,28.6199,0.4147,-8.0768,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,7.3554,-2.4853,-26.4413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,7.3554,-2.4853,-26.4413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,7.3656,-2.4751,-26.4413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,7.3656,-2.4751,-26.4413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,0.5313,-3.7216,-32.0291,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,1.7836,-2.8279,-31.6705,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,2.1897,-2.9328,-31.1595,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,0.4206,-2.8396,-33.0218,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,0.4206,-2.8396,-33.0218,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,5.4000,-0.4954,-30.3866,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,7.5210,-2.2843,-26.4767,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,7.5210,-2.2843,-26.4767,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,7.5210,-2.2843,-26.4767,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0033,FOSTER_DDR,12.9047,-1.5254,-21.8519,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,21.6489,-0.3207,-14.3124,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0035,TARBY_DDR,30.0666,0.5371,-6.7525,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,21.6489,-0.3207,-14.3124,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,20.3912,-0.7225,-15.1683,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,20.3912,-0.7225,-15.1683,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,-3.8361,-0.5556,-39.5625,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0040,TROSPER_DDR,12.9832,-1.5089,-21.7899,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,12.7137,-1.5243,-22.0440,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,29.2921,0.5559,-7.5458,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0115,V115_DDR,11.8909,-1.7772,-22.6139,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0116,V116_DDR,67.8200,-0.2679,31.8059,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0118,V118_DDR,24.1564,-0.8929,-11.2327,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0125,V125_DDR,29.8955,0.7732,-7.1597,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0126,V126_DDR,29.8741,-0.2723,-6.1355,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0129,V129_DDR,25.8311,-1.7894,-8.6615,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,12.3173,-1.6667,-22.2980,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0134,V134_DDR,30.8631,-0.0496,-5.3692,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0138,V138_DDR,29.2930,-0.4001,-6.5889,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,12.4385,-1.5498,-22.2937,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0143,V143_DDR,23.9413,-0.6677,-11.6730,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0149,V149_DDR,10.8666,-2.0312,-23.3842,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0150,V150_DDR,11.2544,-1.9728,-23.0548,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0155,V155_DDR,28.8037,-0.5463,-6.9319,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0156,V156_DDR,12.3173,-1.6667,-22.2980,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0166,V166_DDR,30.4403,0.6695,-6.5111,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,12.4467,-1.5593,-22.2760,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,11.2544,-1.9728,-23.0548,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0170,V170_DDR,10.0511,-1.6774,-24.5535,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,10.7448,-2.1014,-23.4358,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0176,V176_DDR,11.2544,-1.9728,-23.0548,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0177,V177_DDR,4.5245,-2.4936,-29.2639,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,12.4824,-1.5587,-22.2409,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,9.2025,-2.2001,-24.8794,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0195,V195_DDR,95.9180,1.7400,57.8960,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0197,V197_DDR,28.3097,-0.1885,-7.7838,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0198,V198_DDR,30.4403,0.6695,-6.5111,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0208,V208_DDR,96.0000,1.8120,57.9060,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0209,V209_DDR,96.0000,1.8120,57.9060,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,28.6269,-0.5048,-7.1503,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0216,V216_DDR,12.6442,-1.5298,-22.1080,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0219,V219_DDR,28.8037,-0.5463,-6.9319,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0220,V220_DDR,11.2544,-1.9728,-23.0548,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0224,V224_DDR,11.8080,-1.7464,-22.7276,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0225,V225_DDR,11.8099,-1.7445,-22.7276,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0226,V226_DDR,11.8080,-1.7464,-22.7276,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0227,V227_DDR,11.8080,-1.7464,-22.7276,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0229,V229_DDR,-1.3108,-0.3798,-37.2130,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0231,V231_DDR,27.0293,-0.3884,-8.8643,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0238,V238_DDR,0.8100,-3.0450,-32.4270,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.VOLT.0242,V242_DDR,29.0136,-0.4749,-6.7935,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,4.4725,-3.0678,-28.7416,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,2.8788,-2.8183,-30.5849,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,8.9087,-1.9383,-25.4350,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,4.4725,-3.0678,-28.7416,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,9.3883,-1.6901,-25.2036,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,-11.1341,-4.4712,-42.9449,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEHL7,OKGEHL7_H,14.5777,-1.6281,-20.0762,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEHL8,OKGEHSL1UN8_RA,14.5777,-1.6281,-20.0762,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEHL910,OKGEHSL1PLT2,14.1333,-2.0725,-20.0762,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,9.0064,-1.9104,-25.3651,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEMCC,OKGEMCCLAIPLT1,11.5015,-2.0691,-22.7114,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,27.2827,-0.7043,-8.2950,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,27.2827,-0.7043,-8.2950,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,27.2401,-0.7469,-8.2950,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,13.2542,-2.1717,-20.8561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,13.2542,-2.1717,-20.8561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,13.2542,-2.1717,-20.8561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,13.3751,-2.0508,-20.8561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESM1,OKGESEMINOLEUN1_RA,20.3040,-1.4392,-14.5388,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESM2,OKGESEMINOLEUN2_RA,16.8028,-1.4221,-18.0571,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESM3,OKGESEMINOLEUN3_RA,16.8028,-1.4221,-18.0571,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESO1,OKGESONR1UN1_RA,-8.3483,-2.7082,-41.9220,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESO2,OKGESONR1UN2_RA,0.4206,-2.8396,-33.0218,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,8.8712,-2.0457,-25.3651,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,7.4789,-2.5987,-26.2044,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGETINK5A,OKGETINK5UN1_RA,13.4172,-1.5024,-21.3624,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGETINK5B,OKGETINK5UN2_RA,13.4172,-1.5024,-21.3624,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,8.1089,-2.2633,-25.9098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,2.1897,-2.9328,-31.1595,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,29.0660,0.5922,-7.8082,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,2.1909,-2.0404,-32.0507,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_OKGE,OKGE_LA,22.9408,-1.0912,-12.2500,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,-0.3710,-0.8986,-35.7544,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,7.9576,-2.4145,-25.9098,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMLP,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,30.1716,-0.8996,-5.2108,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,28.8016,0.1966,-7.6770,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_GENHUB,OMPA_GENHUB_H,10.6981,-1.9071,-23.6768,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,-26.2586,-2.2861,-60.2545,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,8.3031,-2.4575,-25.5214,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,0.1217,-3.0958,-33.0645,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,5.7964,-2.2956,-28.1899,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,18.0280,-2.3718,-15.8822,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,88.0000,-1.1716,52.8896,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,-26.3822,-2.4097,-60.2545,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,-26.3822,-2.4097,-60.2545,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_SPP,OMPA_SPP_LA,13.0798,-1.8037,-21.3984,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,4.4725,-3.0678,-28.7416,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,29.6374,-0.9540,-5.6906,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,29.6374,-0.9540,-5.6906,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,29.6374,-0.9540,-5.6906,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,29.6374,-0.9540,-5.6906,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,ONT,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,13.3561,-1.7990,-21.1269,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,13.4840,-1.7553,-21.0426,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,13.4495,-1.7948,-21.0377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,13.8392,-1.4812,-20.9616,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,13.6165,-1.6785,-20.9869,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,13.6165,-1.6785,-20.9869,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_GLDN,OPPD_GLDN_LA,13.4899,-1.7678,-21.0243,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,13.4291,-1.7682,-21.0847,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,15.7930,-2.7176,-17.7714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,12.8679,-2.2717,-21.1424,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,13.4522,-1.7917,-21.0381,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_OPPD,OPPD_LA,13.5442,-1.6935,-21.0443,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,13.6389,-1.6438,-20.9992,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,13.6341,-1.6533,-20.9945,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,OTP,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,OVEC,OVEC,22.5512,-0.6602,-13.0706,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PARAGOULD,PARAGOULD_LA,25.7147,-0.0544,-10.5129,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,33.7834,-1.1630,-1.3356,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,33.7834,-1.1630,-1.3356,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,33.7834,-1.1630,-1.3356,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,33.6240,-1.0220,-1.6360,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,33.6240,-1.0220,-1.6360,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,33.6240,-1.0220,-1.6360,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PIGGOTT,PIGGOTT_LA,25.3690,-0.1449,-10.7681,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PJM,PJM,21.9259,-0.7638,-13.5922,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PLUM,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,POPLARBLUFF,POPLARBLUFF_LA,25.3493,-0.3362,-10.5965,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,44.6635,1.4819,6.8996,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,44.6635,1.4819,6.8996,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,43.5821,1.5308,5.7694,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,43.5821,1.5308,5.7694,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,44.1382,3.0196,4.8367,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,44.1382,3.0196,4.8367,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,44.3954,1.8526,6.2608,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,49.1724,0.9906,11.8998,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,-5.1755,-2.6919,-38.7655,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,52.3015,-1.0166,17.0361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,14.8805,-1.7375,-19.6640,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,12.1444,-0.9892,-23.1484,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,32.8132,-0.1755,-3.2933,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,31.7425,-0.5477,-3.9918,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,14.7751,-1.8318,-19.6751,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,39.6257,1.2720,2.0718,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,13.3921,-2.2466,-20.6433,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,42.3636,2.8695,3.2122,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,24.9726,0.6915,-12.0009,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,14.6526,-1.4914,-20.1380,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,PUPP,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,RCEAST,RCEAST,8.5823,0.3519,-28.0516,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_1,GRDASALINA1UN1_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_2,GRDASALINA1UN2_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_3,GRDASALINA1UN3_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_4,GRDASALINA1UN4_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_5,GRDASALINA1UN5_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SALINA_6,GRDASALINA1UN6_RA,33.3306,-0.8595,-2.0918,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SARPY_1,OPPDSARPYUN1_RA,13.4837,-1.7873,-21.0110,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SARPY_2,OPPDSARPYUN2_RA,13.5568,-1.7239,-21.0012,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SARPY_3,OPPDSARPYUN3_RA,13.4443,-1.8474,-20.9903,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SARPY_4,OPPDSARPYUN4_RA,13.4443,-1.8474,-20.9903,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SARPY_5,OPPDSARPYUN5_RA,13.4443,-1.8474,-20.9903,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SC,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SCEG,VACS,24.8917,-0.0817,-11.3085,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SCSE,SCSE,11.6093,-0.2907,-24.3819,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SEC,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,5.1045,-2.2583,-28.9192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,5.1045,-2.2583,-28.9192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,5.1045,-2.2583,-28.9192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,6.8275,0.6975,-30.1520,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,5.1045,-2.2583,-28.9192,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,5.3233,-1.5021,-29.4566,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,5.7060,-2.0155,-28.5605,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,5.7060,-2.0155,-28.5605,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,6.1937,-2.0234,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,5.0366,-2.4867,-28.7587,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,7.3806,-2.2380,-26.6634,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,6.1903,0.3268,-30.4184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,8.0345,-0.6236,-27.6239,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,5.1484,-2.1664,-28.9671,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,8.0154,-0.7171,-27.5494,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,4.7565,-1.9595,-29.5660,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,6.1255,-1.0646,-29.0919,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,5.9172,-0.5751,-29.7897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,5.9172,-0.5751,-29.7897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,5.9172,-0.5751,-29.7897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,5.9172,-0.5751,-29.7897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,5.6360,-0.7584,-29.8876,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,5.3233,-1.5021,-29.4566,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI_SECI,SECI_LA,6.0965,-0.6497,-29.5357,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,6.1937,-2.0234,-28.0649,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SEHA,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,7.9576,-2.4145,-25.9098,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SERU,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SETH,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SGE,SGE,11.1827,-0.1954,-24.9038,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SMEP,MISO,22.0641,-0.4949,-13.7231,36.2821\n03/20/2025 00:00:00,03/20/2025 05:00:00,SOCO,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPA,SPA,29.0668,-0.2034,-7.0118,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPC,SPC,38.1093,1.2725,0.5549,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPPNORTH_HUB,SPPNORTH_H,14.1942,-1.5260,-20.5617,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPPSOUTH_HUB,SPPSOUTH_H,17.9887,-1.6898,-16.6035,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,30.2220,-0.7231,-5.3369,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,30.2306,-0.7145,-5.3369,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,29.9881,-0.6374,-5.6565,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,29.9881,-0.6374,-5.6565,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_NIXA,SPRM_NIXA_LA,30.5376,-0.5355,-5.2089,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_SPRM,SPRM_LA,30.5055,-0.4667,-5.3098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,30.3723,-0.7129,-5.1968,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,30.3723,-0.7129,-5.1968,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,30.3026,-0.7826,-5.1968,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,30.3829,-0.7023,-5.1968,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,144.5859,4.8948,103.4091,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,149.5147,4.0694,109.1634,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,46.8467,0.1390,10.4257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,46.8467,0.1390,10.4257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,141.3725,3.6794,101.4111,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,142.7886,5.2716,101.2351,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,144.3276,4.0723,103.9733,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,144.9440,6.8766,101.7854,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,139.1947,3.4477,99.4650,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,142.2427,5.5061,100.4546,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,142.7865,6.0168,100.4877,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,142.7865,6.0168,100.4877,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,142.2427,5.5061,100.4546,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,46.9237,0.2618,10.3799,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,149.5147,4.0694,109.1634,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,48.5400,0.8886,11.3694,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,53.6327,-0.6948,18.0455,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,51.5927,1.1733,14.1375,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,50.3490,1.9224,12.1446,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,49.6519,0.9675,12.4024,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,59.0711,-1.0033,23.7924,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,59.0711,-1.0033,23.7924,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,59.0711,-1.0033,23.7924,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,59.0711,-1.0033,23.7924,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GRID.WRAB,WRAB_DDR,46.8030,2.1937,8.3274,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,59.0711,-1.0033,23.7924,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,137.8864,3.5174,98.0870,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,137.8864,3.5174,98.0870,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,134.7242,3.5387,94.9035,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,134.7242,3.5387,94.9035,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,134.7242,3.5387,94.9035,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,137.8864,3.5174,98.0870,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,44.3524,0.5065,7.5639,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,44.3508,0.5066,7.5623,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,44.3562,0.5066,7.5677,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,44.4453,-1.7670,9.9303,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,142.2995,5.5825,100.4350,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,139.1217,3.3991,99.4407,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,139.1217,3.3991,99.4407,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,139.1217,3.3991,99.4407,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,139.1217,3.3991,99.4407,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,142.1980,5.6159,100.3001,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,142.1433,5.4161,100.4453,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,142.1433,5.4161,100.4453,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,8.1368,-2.2354,-25.9098,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,44.3767,0.3826,7.7121,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,44.3767,0.3826,7.7121,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,44.3444,0.5048,7.5577,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,46.8030,2.1937,8.3274,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,53.8437,-0.0358,17.5975,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,48.3232,0.3574,11.6838,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,2.6621,-1.2126,-32.4073,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,44.8231,0.8290,7.7121,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PLANTX1,SPS.PLANTX1_H,146.2780,4.4991,105.4969,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PLANTX2,SPS.PLANTX2_H,146.2780,4.4991,105.4969,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,145.8784,4.4692,105.1272,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,141.0822,3.8395,100.9607,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,56.4651,-0.5580,20.7411,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,144.9901,4.7348,103.9733,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,141.2230,3.9803,100.9607,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,46.9943,0.3324,10.3799,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,144.6351,5.4577,102.8954,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,144.9440,6.8766,101.7854,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,144.6351,5.4577,102.8954,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,145.2339,6.1502,102.8017,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,49.3691,0.4458,12.6413,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,145.3704,8.4733,100.6152,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,145.5402,8.6431,100.6152,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,144.9541,8.1147,100.5574,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,142.6641,5.9387,100.4434,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,145.3895,8.2121,100.8954,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,5.4419,-0.9473,-29.8928,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,46.6249,2.0614,8.2815,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,145.0555,4.7474,104.0261,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,145.0555,4.7474,104.0261,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,144.6351,5.4577,102.8954,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,139.4631,3.6412,99.5399,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,143.3465,6.8627,100.2018,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,147.2734,6.9685,104.0229,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,145.8463,5.5460,104.0184,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,146.1558,3.3018,106.5721,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,145.3704,8.4733,100.6152,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,146.4348,9.3804,100.7724,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,145.8229,8.7685,100.7724,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,141.5066,4.2639,100.9607,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,146.3361,6.0765,103.9776,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,56.0165,-0.3083,20.0428,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,55.9350,-0.3740,20.0270,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0163,V163_DDR,46.7782,1.2830,9.2132,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0168,V168_DDR,47.6539,-0.5384,11.9103,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0180,V180_DDR,146.4348,9.3804,100.7724,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0181,V181_DDR,56.6199,-0.1052,20.4431,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0182,V182_DDR,145.4292,8.2946,100.8526,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0199,V199_DDR,143.0012,6.5224,100.1968,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0200,V200_DDR,143.5166,6.7124,100.5222,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.VOLT.0235,V235_DDR,53.8437,-0.0358,17.5975,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,144.3276,4.0723,103.9733,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,144.9440,6.8766,101.7854,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,42.4896,1.0630,5.1446,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,43.4222,0.9189,6.2213,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS_SPS,SPS_LA,120.2236,5.6152,78.3265,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,144.2617,5.1280,102.8517,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SSCN_NPPD,SSCN_NPPD_LA,9.3791,-1.9194,-24.9835,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,24.7561,-0.3252,-11.2007,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,24.7561,-0.3252,-11.2007,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,TAL,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,TEC,SOUC,25.0661,-0.0055,-11.2104,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,10.4676,-2.7247,-23.0897,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,TVA,TVA,24.7075,-0.1619,-11.4126,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB,UCUHUB_H,11.7248,-2.2729,-22.2843,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB17,UCUHUB17_H,8.1082,-2.2486,-25.9252,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB18,UCUHUB18_H,9.2501,-2.4672,-24.5647,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB19,UCUHUB19_H,6.4127,-2.4844,-27.3849,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB20,UCUHUB20_H,6.0570,-2.3998,-27.8252,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB21,UCUHUB21_H,6.0229,-2.3516,-27.9075,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB22,UCUHUB22_H,6.2321,-2.4562,-27.5937,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB23,UCUHUB23_H,5.9376,-2.4661,-27.8783,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,UCUHUB24,UCUHUB24_H,7.4468,-2.2959,-26.5392,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,39.4916,1.7412,1.4684,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,39.4916,1.7412,1.4684,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,14.4853,-0.5474,-21.2493,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,14.4853,-0.5474,-21.2493,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,22.8418,-0.5192,-12.9210,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,42.1357,0.5766,5.2772,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,42.1357,0.5766,5.2772,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,39.4916,1.7412,1.4684,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,23.3825,-0.1492,-12.7502,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,28.0702,0.5443,-8.7561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,14.1300,-1.7086,-20.4434,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,11.2450,-2.6952,-22.3418,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,42.3076,1.9894,4.0362,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,42.3076,1.9894,4.0362,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,26.4232,-2.9305,-6.9283,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,13.4609,-1.8977,-20.9234,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,26.0948,-0.5545,-9.6327,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,13.2227,-2.2078,-20.8515,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,14.2376,-1.5734,-20.4710,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,11.6696,-2.1453,-22.4671,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,27.3578,-1.9959,-6.9283,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,27.3578,-1.9959,-6.9283,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,12.4204,-1.6569,-22.2047,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,11.3874,-2.3640,-22.5306,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,15.8148,-0.0314,-20.4358,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,41.9100,0.2786,5.3494,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,41.9100,0.2786,5.3494,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,41.9100,0.2786,5.3494,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,41.9746,0.5033,5.1893,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,41.9746,0.5033,5.1893,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,41.9746,0.5033,5.1893,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,38.6658,2.1284,0.2554,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,20.0374,-0.7386,-15.5060,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,20.0374,-0.7386,-15.5060,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,11.3688,-0.2661,-24.6471,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,11.0927,-2.0381,-23.1512,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,38.1743,0.4793,1.4130,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,11.3228,-2.3076,-22.6516,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,10.3842,-2.5388,-23.3590,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,27.4020,-1.6453,-7.2347,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,41.1413,1.3740,3.4853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,41.1413,1.3740,3.4853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,41.1352,1.3680,3.4852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,41.1413,1.3740,3.4853,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,41.7554,1.4377,4.0357,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,10.4615,-3.2541,-22.5664,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,25.4529,-0.0403,-10.7888,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,12.3499,-1.7028,-22.2293,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,12.3499,-1.7028,-22.2293,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,9.9268,-2.2659,-24.0893,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,9.9268,-2.2659,-24.0893,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,20.4388,-0.3372,-15.5060,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,32.9501,-0.0758,-3.2561,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,13.1080,-2.6417,-20.5323,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,12.2146,-2.1778,-21.8896,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,15.3483,-1.6071,-19.3266,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,22.8418,-0.5192,-12.9210,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,22.8418,-0.5192,-12.9210,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,13.2227,-2.2078,-20.8515,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,8.6588,0.3025,-27.9257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,19.3521,-1.6953,-15.2346,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,11.4893,-2.2620,-22.5306,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,11.7888,-1.7828,-22.7103,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.FSE,WAUE.FSE_H,11.4589,-2.0141,-22.8090,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,42.9976,1.5767,5.1389,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,43.1831,1.5648,5.3363,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,10.6394,-3.2423,-22.4002,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,11.3963,-3.0351,-21.8506,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,22.3311,-0.7416,-13.2093,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,23.6267,-0.9274,-11.7279,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,-1.3800,-3.5306,-34.1314,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,11.2450,-2.6952,-22.3418,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,-12.0000,0.7059,-48.9879,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,13.7367,-2.1288,-20.4165,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,13.7370,-2.1285,-20.4165,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,13.7392,-2.1263,-20.4165,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,6.4625,-1.6764,-28.1431,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,8.6588,0.3025,-27.9257,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,15.1231,-1.3721,-19.7868,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,13.0812,-2.2867,-20.9141,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,15.6597,-0.1865,-20.4358,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,15.1493,-0.7834,-20.3493,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,14.3765,-1.5232,-20.3823,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,16.1520,-1.8063,-18.3237,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,13.8932,-1.7322,-20.6566,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,13.1374,-2.5472,-20.5974,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,11.3228,-2.3076,-22.6516,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,18.4514,-0.0403,-17.7903,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,13.1727,-2.2556,-20.8537,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,17.9318,-0.4395,-17.9107,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,14.9461,-1.3012,-20.0346,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,13.4961,-1.9857,-20.8002,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NTWK,WAUE.NTWK_H,18.0449,-0.8797,-17.3574,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,16.3871,-1.0792,-18.8157,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,16.3871,-1.0792,-18.8157,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,11.2411,-2.9032,-22.1377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,9.2275,-4.2032,-22.8512,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,15.9264,-1.4306,-18.9250,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,11.2411,-2.9032,-22.1377,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,23.2020,-0.3587,-12.7213,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,13.0553,-1.9019,-21.3248,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,11.3228,-2.3076,-22.6516,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,14.8855,-1.1478,-20.2487,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,13.6305,-1.3267,-21.3248,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,8.1420,-1.7031,-26.4369,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,9.7464,-1.6029,-24.9326,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,16.4861,-0.6677,-19.1282,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,11.5819,-3.0343,-21.6658,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,14.7118,-1.3201,-20.2501,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,12.0129,-2.0093,-22.2597,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,12.2146,-2.1778,-21.8896,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.VOLT.0152,V152_DDR,37.2982,2.6239,-1.6077,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE.VOLT.0172,V172_DDR,41.6806,1.5692,3.8294,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_BEPM,WAUE_BEPM_LA,29.5345,0.5463,-7.2938,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,14.9195,-1.4169,-19.9456,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,15.1697,-0.7580,-20.3542,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_EWA,WAUE_EWA_LA,7.5388,0.4662,-29.2094,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,13.7200,-2.0866,-20.4754,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_HMMU,WAUE_HMMU_LA,14.6008,-1.1086,-20.5726,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,16.6022,-1.4765,-18.2032,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_MECB,WAUE_MECB_LA,14.4909,-1.0010,-20.7901,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_MMPA,WAUE_MMPA_LA,22.6478,0.6059,-14.2401,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_MRES,WAUE_MRES_LA,13.8483,-1.0893,-21.3444,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,33.0337,1.8447,-5.0930,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,42.9976,1.5767,5.1389,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,12.8374,-1.9488,-21.4957,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_OTP,WAUE_OTP_LA,27.4441,1.6204,-10.4582,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_OTPW,WAUE_OTPW_LA,33.1104,1.4952,-4.6668,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM,WAUE_UGPM_LA,17.0614,-1.1446,-18.0760,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,27.9150,0.2592,-8.6261,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,14.1163,-1.6352,-20.5304,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,23.8905,-0.8497,-11.5418,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,7.5388,0.4662,-29.2094,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,14.6008,-1.1086,-20.5726,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,14.7681,-2.1408,-19.3731,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,42.9976,1.5767,5.1389,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,22.6478,0.6059,-14.2401,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,15.4845,-0.7404,-20.0571,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,12.8889,-2.1838,-21.2093,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,26.7430,1.9193,-11.4583,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,4.7539,-2.8035,-28.7246,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,5.4015,-3.3687,-27.5118,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,36.2391,-1.6819,1.6390,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,57.0600,-0.1173,20.8953,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,57.0600,-0.1173,20.8953,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,13.8217,-2.1628,-20.2974,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,53.3063,0.0501,16.9743,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,48.6870,-0.0329,12.4379,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,69.0000,-1.7868,34.5048,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,50.5038,-1.6770,15.8988,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,2.6621,-1.2126,-32.4073,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,-26.7603,-3.1032,-59.9391,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,4.5660,-3.1981,-28.5179,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,144.6713,4.4160,103.9733,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_ENMC,WFEC_ENMC_LA,144.1815,6.4938,101.4057,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,1.5297,-3.0050,-31.7473,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,31.3044,-0.4663,-4.5113,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,141.9397,5.3166,100.3411,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,4.7158,-2.8415,-28.7246,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,4.7539,-2.8035,-28.7246,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,4.7539,-2.8035,-28.7246,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_OKGE,WFEC_OKGE_LA,13.5201,-1.0709,-21.6910,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,51.2578,0.4202,14.5556,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,5.6550,-4.1649,-26.4621,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,13.8138,-4.6236,-17.8446,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_WFEC,WFEC_LA,32.9717,-0.8745,-2.4358,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,141.9397,5.3166,100.3411,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,4.4368,-2.7716,-29.0736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,6.5324,-0.7365,-29.0131,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,9.1520,-2.6776,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,9.1520,-2.6776,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,9.1565,-2.6731,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,9.1565,-2.6731,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,9.1610,-2.6686,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,9.1610,-2.6686,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,9.1610,-2.6686,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,13.6062,-1.5024,-21.1734,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,8.7065,-3.0357,-24.5397,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,4.7398,-2.5551,-28.9871,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,4.7398,-2.5551,-28.9871,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,3.2895,-2.7537,-30.2388,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,3.2895,-2.7537,-30.2388,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,3.2895,-2.7537,-30.2388,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,8.7065,-3.0357,-24.5397,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,12.2965,-2.2463,-21.7392,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.HEC.GT1,WRHECGTUN32_RA,6.5878,-2.5488,-27.1454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.HEC.GT2,WRHECGTUN33_RA,6.5878,-2.5488,-27.1454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.HEC.GT3,WRHECGTUN34_RA,6.5878,-2.5488,-27.1454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.HEC.GT4,WRHECGTUN35_RA,6.5880,-2.5486,-27.1454,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,12.2965,-2.2463,-21.7392,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,5.2168,-2.0233,-29.0419,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,-32.8788,-2.9531,-66.2077,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.JEC.1,WRJEFFUN10_RA,9.9690,-2.6837,-23.6292,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.JEC.2,WRJEFFUN11_RA,9.9964,-2.6893,-23.5962,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.JEC.3,WRJEFFUN12_RA,9.8727,-2.8131,-23.5962,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,0.0864,-3.1145,-33.0811,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,3.7390,-2.8578,-29.6852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,3.7390,-2.8578,-29.6852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.LEC.4,WRLECUN26_RA,10.8287,-2.2416,-23.2116,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.LEC.5,WRLECUN27_RA,10.9890,-2.1626,-23.1304,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,7.6422,-2.4577,-26.1821,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,7.6422,-2.4577,-26.1821,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,7.6422,-2.4577,-26.1821,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,7.7312,-2.3869,-26.1639,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,8.2888,-0.2711,-27.7221,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,4.9639,-2.6926,-28.6255,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,4.9639,-2.6926,-28.6255,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,1.5322,-3.6169,-31.1329,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,0.0000,-3.1084,-33.1736,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,10.8619,-2.8988,-22.5213,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,8.2217,-2.9567,-25.1036,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,3.7253,-2.8715,-29.6852,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,48.9053,0.0076,12.6157,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,0.0000,-5.0902,-31.1918,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,9.1610,-2.6686,-24.4524,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,2.7847,-3.7604,-29.7368,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,12.2965,-2.2463,-21.7392,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,8.7065,-3.0357,-24.5397,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,1.8969,-2.5642,-31.8208,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.THAYERLD,WR.THAYERLD_LA,26.4505,-0.2956,-9.5359,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0102,WR.VOLT.0102_H,1.7070,-2.5332,-32.0418,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0106,V106_DDR,1.7059,-2.5544,-32.0217,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0139,WR.VOLT.0139_H,11.2921,-2.0413,-22.9485,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0141,WR.VOLT.0141_H,8.7915,-2.5060,-24.9845,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0146,WR.VOLT.0146_H,11.0700,-1.9915,-23.2205,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0147,WR.VOLT.0147_H,11.0700,-1.9915,-23.2205,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0148,WR.VOLT.0148_H,11.4932,-2.1501,-22.6387,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0153,WR.VOLT.0153_H,2.0557,-2.2890,-31.9373,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0157,V157_DDR,11.0468,-2.0158,-23.2193,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0158,V158_DDR,11.0700,-1.9915,-23.2205,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0159,WR.VOLT.0159_H,11.0700,-1.9915,-23.2205,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0165,WR.VOLT.0165_H,1.0858,-2.7717,-32.4245,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0173,V173_DDR,7.3194,-2.7202,-26.2423,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0174,V174_DDR,1.4413,-2.5967,-32.2439,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0184,V184_DDR,1.4454,-2.7858,-32.0508,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0185,WR.VOLT.0185_H,1.8471,-2.5553,-31.8796,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0186,V186_DDR,2.0260,-2.6020,-31.6540,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0187,WR.VOLT.0187_H,1.5228,-2.7043,-32.0549,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0188,WR.VOLT.0188_H,1.6111,-2.5447,-32.1262,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0189,WR.VOLT.0189_H,6.8257,-2.2945,-27.1618,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0190,WR.VOLT.0190_H,8.4974,-2.5219,-25.2627,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0191,WR.VOLT.0191_H,8.9475,-2.5904,-24.7441,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0192,WR.VOLT.0192_H,8.9475,-2.5904,-24.7441,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0196,WR.VOLT.0196_H,8.4974,-2.5219,-25.2627,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0245,V245_DDR,1.8657,-2.5477,-31.8686,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.VOLT.0248,V248_DDR,1.7059,-2.5544,-32.0217,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,0.1524,-3.0155,-33.1141,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,11.0500,-2.2487,-22.9833,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.WOLF,WRWOLFUN15_RA,2.4997,-3.9212,-29.8610,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,5.2168,-2.0233,-29.0419,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,13.3950,-1.7136,-21.1734,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,2.1673,-2.9433,-31.1714,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,5.0321,-2.6338,-28.6161,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,8.8232,-2.5095,-24.9493,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,0.9897,-2.6562,-32.6361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,0.9897,-2.6562,-32.6361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,0.9897,-2.6562,-32.6361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,0.9897,-2.6562,-32.6361,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,9.4945,-2.3288,-24.4586,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,-3.3731,-2.5235,-37.1316,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,-3.3731,-2.5235,-37.1316,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,-4.5274,-2.6433,-38.1661,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,-4.5274,-2.6433,-38.1661,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_MIDW,WR_MIDW_LA,5.6793,-2.0619,-28.5408,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,26.4786,-1.2146,-8.5888,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,19.3916,-1.9470,-14.9433,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,7.2667,-2.0553,-26.9600,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_SEG,WR_SEG_LA,11.3773,-1.7198,-23.1849,36.2820\n03/20/2025 00:00:00,03/20/2025 05:00:00,WR_WR,WR_LA,7.7801,-2.3732,-26.1286,36.2819\n03/20/2025 00:00:00,03/20/2025 05:00:00,YAD,VACS,24.8917,-0.0817,-11.3085,36.2819\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310840.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 08:40:00,03/31/2025 13:40:00,AEC,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_CSWS,CSWS_AECC_LA,38.8023,-4.7899,-246.4665,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,41.0293,-3.2396,-245.7899,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,32.7556,-10.8170,-246.4862,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,38.2818,-6.0038,-245.7732,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,34.9581,-7.3443,-247.7564,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_HYDRO13,CSWSLD13UN1_RA,30.1722,-13.5285,-246.3581,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,39.5077,-2.6387,-247.9124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AECI,AECI,34.8382,-8.5989,-246.6216,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,AEPM_CSWS,CSWS_LA,39.7611,-1.7648,-248.5329,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ALTW,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,AMRN,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ANTELOPE,SPSANTELOPEUNANT1_RA,2120.1068,21.0276,1809.0204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BBA,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BCA,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BEPM.ER01.DDR,ER01_DDR,22.2030,-17.0396,-250.8162,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BEPM_ER01,BEPM_ER01_LA,22.2030,-17.0396,-250.8162,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,54.1238,16.1452,-252.0802,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,34.7984,1.1831,-256.4435,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BEPM_UM01,BEPM_UM01_LA,61.4523,21.2459,-249.8524,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BLKW,BLKW,2211.6089,38.7273,1882.8228,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,8.0699,-24.4000,-257.5889,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,8.0699,-24.4000,-257.5889,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,9.7849,-20.0207,-260.2532,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,8.4748,-23.9951,-257.5889,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BRAZ,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BUBA,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,-0.9771,-14.2917,-276.7442,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,25.6266,-20.5587,-243.8735,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,31.5737,-9.3541,-249.1310,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,31.5737,-9.3541,-249.1310,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CLEC,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,38.4149,-6.3331,-245.3108,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,COWP,COWP_LA,35.6277,-7.5855,-246.8456,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,35.6277,-7.5855,-246.8456,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,35.6277,-7.5855,-246.8456,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CPLE,VACS,35.4043,-7.2616,-247.3929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CPLW,VACS,35.4043,-7.2616,-247.3929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,34.7785,-8.0211,-247.2592,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,34.7785,-8.0211,-247.2592,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,34.7785,-8.0211,-247.2592,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,34.7785,-8.0211,-247.2592,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CRTH_SPA,WRCRTH_SPA_LA,33.2127,-11.0590,-245.7871,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,46.5860,4.2961,-247.7689,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,21.2196,-13.0070,-255.8322,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,39.5077,-2.6387,-247.9124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,38.2818,-6.0038,-245.7732,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWJLSTALL,CSWSSTALL_PPPLT1,46.5203,4.2332,-247.7717,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,46.2276,3.9767,-247.8079,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,45.9992,3.7288,-247.7884,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,45.9992,3.7288,-247.7884,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWMATTISON1,CSWSMATTISONUN1_RA,35.7656,-8.5075,-245.7857,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWMATTISON2,CSWSMATTISONUN2_RA,35.7656,-8.5075,-245.7857,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWMATTISON3,CSWSMATTISONUN3_RA,35.7972,-8.4759,-245.7857,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWMATTISON4,CSWSMATTISONUN4_RA,35.7972,-8.4759,-245.7857,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,39.5077,-2.6387,-247.9124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWNARROWS1,CSWSNARROWSUN1_RA,43.3528,1.2147,-247.9207,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,35.0471,-9.5477,-245.4640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,33.2692,-11.3257,-245.4640,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,36.4340,-8.1455,-245.4793,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,36.9385,-7.5505,-245.5698,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,35.7206,-8.7684,-245.5698,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,35.6513,-8.8377,-245.5698,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,35.6513,-8.8377,-245.5698,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,-1.1052,-15.5061,-275.6579,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,26.2740,-10.8211,-252.9637,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,33.2650,-9.5458,-247.2480,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,-44.0252,-11.5642,-322.5198,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,-43.9913,-11.5303,-322.5198,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,23.1084,-13.1928,-253.7576,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.GRID.CDL1,CDL1_DDR,37.2861,-6.0887,-246.6840,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,27.0764,-14.0812,-248.9012,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,6.2007,-14.7612,-269.0969,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,37.2861,-6.0887,-246.6840,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.CSI1,CSI1_DDR,40.6336,-3.7384,-245.6868,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.CSI2,CSI2_DDR,40.7342,-3.6378,-245.6868,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.CSI3,NCSI3_DDR,37.8227,-6.9476,-245.2885,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.GAZA,GAZA_DDR,37.2861,-6.0887,-246.6840,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,42.4527,0.5040,-248.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.NUEN.T201,NT201_DDR,38.8764,-5.5847,-245.5977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,19.9772,-14.8519,-255.2297,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,19.9772,-14.8519,-255.2297,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,39.5077,-2.6387,-247.9124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,49.8526,7.6365,-247.8427,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,23.1084,-13.1928,-253.7576,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,23.1084,-13.1928,-253.7576,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,18.6221,-15.3087,-256.1280,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,-43.9913,-11.5303,-322.5198,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,43.4519,1.1759,-247.7828,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,36.4029,-8.1223,-245.5336,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,36.4029,-8.1223,-245.5336,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,32.1619,-12.3633,-245.5336,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,31.9231,-11.3584,-246.7773,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,33.8018,-9.4797,-246.7773,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,46.0712,3.8370,-247.8246,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,38.3140,-6.2155,-245.5294,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,46.7636,4.5225,-247.8177,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,59.6944,17.4811,-247.8455,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,36.7257,-5.2439,-248.0892,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0056,PRYORCRK_DDR,40.7342,-3.6378,-245.6868,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0057,OKMU_DDR,39.6938,-4.2673,-246.0977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0060,LEHIGH_DDR,40.6163,-1.4521,-247.9904,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0086,WARRENM_DDR,38.2147,-6.2758,-245.5684,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,50.8064,8.6098,-247.8622,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,39.4190,-5.1215,-245.5183,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0121,V121_DDR,46.0712,3.8370,-247.8246,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0122,V122_DDR,38.9465,-5.5801,-245.5322,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0124,V124_DDR,38.0436,-6.7058,-245.3094,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0135,V135_DDR,39.1067,-5.3934,-245.5587,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0144,V144_DDR,27.0184,-10.4833,-252.5571,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0145,V145_DDR,25.7085,-12.0370,-252.3133,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,46.4352,4.2024,-247.8260,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,40.6433,-1.4822,-247.9333,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0175,V175_DDR,37.8227,-6.9476,-245.2885,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,40.6433,-1.4822,-247.9333,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,41.9685,-0.1640,-247.9263,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,39.1067,-5.3934,-245.5587,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,38.9569,-5.5349,-245.5670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,38.2222,-6.2389,-245.5977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,36.6214,-7.9692,-245.4682,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,37.2563,-7.2438,-245.5587,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,38.9569,-5.5349,-245.5670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0211,V211_DDR,48.9890,6.7339,-247.8037,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,39.6191,-4.9688,-245.4709,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0213,V213_DDR,38.3791,-6.1154,-245.5643,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0215,V215_DDR,38.9859,-5.5546,-245.5183,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0217,V217_DDR,39.3944,-5.1935,-245.4709,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0218,V218_DDR,36.7338,-7.8568,-245.4682,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0228,V228_DDR,38.3544,-6.1791,-245.5253,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0232,V232_DDR,38.8503,-5.6540,-245.5545,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0233,V233_DDR,39.1312,-5.3662,-245.5615,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0240,V240_DDR,38.1677,-6.3951,-245.4960,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0244,V244_DDR,38.9569,-5.5349,-245.5670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0246,MDT1_DDR,42.4527,0.5040,-248.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0249,V249_DDR,38.8890,-5.6056,-245.5643,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0250,V250_DDR,22.2367,-12.3334,-255.4887,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0251,V251_DDR,37.6146,-6.8772,-245.5670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.VOLT.0252,V252_DDR,36.6214,-7.9692,-245.4682,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,18.4879,-15.4429,-256.1280,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,14.1548,-18.7691,-257.1349,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,8.7022,-15.8362,-265.5204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,44.6308,2.3869,-247.8149,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,39.1027,-17.7312,-233.2249,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,24.7271,-13.0184,-252.3133,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,24.7271,-13.0184,-252.3133,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,24.5167,-13.2288,-252.3133,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,14.7886,-17.8080,-257.4622,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,14.7886,-17.8080,-257.4622,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,39.5077,-2.6387,-247.9124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,46.5401,4.1766,-247.6954,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,38.6135,-5.8908,-245.5545,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,38.1553,-6.3491,-245.5545,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,39.0907,-4.6462,-246.3219,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,39.0907,-4.6462,-246.3219,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWELSH1,CSWSWELSHUN1_RA,41.1660,-0.9999,-247.8929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWELSH3,CSWSWELSHUN3_RA,41.1660,-0.9999,-247.8929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWILKES1,CSWSWILKESUN1_RA,42.9316,0.7350,-247.8622,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWILKES2,CSWSWILKESUN2_RA,42.9316,0.7350,-247.8622,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,CSWWILKES3,CSWSWILKESUN3_RA,42.5733,0.3670,-247.8525,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,-44.0350,-11.5740,-322.5198,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DENL,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DERS,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DOE,DOE,34.8112,-7.8185,-247.4291,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,25.4828,-18.2249,-246.3511,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DPC,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,DUK,VACS,35.4043,-7.2616,-247.3929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDDY,EDDY,2189.3292,47.5426,1851.7278,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,29.8603,-14.3557,-245.8428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,29.3760,-15.7383,-244.9445,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,27.8289,-16.5347,-245.6952,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE.SLCC,EDESTL4391_PLT,25.3870,-18.9906,-245.6812,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE.VOLT.0234,EDE.VOLT.0234_H,28.8126,-15.5371,-245.7091,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,26.3368,-18.0021,-245.7199,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_EC_01,EDELAR3821UN1_RA,29.8603,-14.3557,-245.8428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_EC_02,EDELAR3821UN2_RA,29.5803,-14.6357,-245.8428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_EC_03,EDELAR3821UN3_RA,29.8603,-14.3557,-245.8428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_EC_04,EDELAR3821UN4_RA,29.8603,-14.3557,-245.8428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_EDE,EDE_LA,36.2389,-7.9431,-245.8768,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_ERW,EDEERWFUNG1_RA,25.2430,-21.0899,-243.7259,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,23.0947,-20.6366,-246.3275,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_OZD_5,EDEOZRK_BUN5_RA,37.9091,-5.8403,-246.3094,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_OZD_6,EDEOZRK_BUN6_RA,37.9091,-5.8403,-246.3094,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_OZD_7,EDEOZRK_BUN7_RA,37.9091,-5.8403,-246.3094,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_OZD_8,EDEOZRK_BUN8_RA,37.9091,-5.8403,-246.3094,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,35.0986,-7.6899,-247.2703,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_RIV_10,EDERIV1671UN10_RA,29.2579,-15.1614,-245.6395,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_RIV_11,EDERIV1671UN11_RA,29.2579,-15.1614,-245.6395,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_RIV_12,EDERIV453UN12_PLT,29.2579,-15.1614,-245.6395,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_SL_01,EDESTL4391UN1_RA,23.2264,-21.1512,-245.6812,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EDE_SWMP,EDE_SWMP_LA,38.5241,-5.6408,-245.8939,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EEI,EEI,34.8066,-7.8217,-247.4305,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EES,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,23.4951,-22.8406,-243.7231,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ERCOTE,ERCOTE,41.1660,-0.9999,-247.8929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ERCOTN,ERCOTN,20.6186,-14.2105,-255.2297,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,26.0174,-15.9313,-248.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FMPP,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,FPC,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,FPL,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,FREM_50T,OPPDFREM_GUN1_RA,35.1676,-5.3856,-249.5056,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FREM_6,OPPDFREM_AUN6_RA,34.7222,-5.8296,-249.5070,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FREM_7,OPPDFREM_AUN7_RA,34.7222,-5.8296,-249.5070,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FREM_8,OPPDFREM_AUN8_RA,33.5228,-7.0290,-249.5070,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FREM_LOAD,FREM_LOAD_LA,34.8513,-5.7005,-249.5070,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,FRONTIER,WRGETTUNFRONTIER_RA,30.0538,-17.0075,-242.9975,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GATEWAY_LOAD,CSWS_TENASKA_LA,43.4519,1.1759,-247.7828,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,1136.6965,-9.9747,856.6124,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,31.5179,-17.5197,-241.0212,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,38.4149,-6.3331,-245.3108,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,38.4149,-6.3331,-245.3108,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,38.4149,-6.3331,-245.3108,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.GREC2,GRDAGRDA17UN2_RA,36.2558,-8.1580,-245.6450,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,36.2558,-8.1580,-245.6450,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,36.1977,-8.2202,-245.6409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,36.1977,-8.2202,-245.6409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,24.4655,-22.7351,-242.8582,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,35.3411,-10.7007,-244.0170,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,35.3411,-10.7007,-244.0170,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,35.3411,-10.7007,-244.0170,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.VOLT.0130,V130_DDR,40.0368,-4.3630,-245.6590,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA.VOLT.0237,V237_DDR,37.8055,-6.5902,-245.6631,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDAHUB2,GRDAHUB2_H,33.5112,-11.8024,-244.7451,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDAHUB3,GRDAHUB3_H,33.0385,-12.6999,-244.3204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA_GRDA,GRDA_LA,37.7575,-6.7277,-245.5736,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA_HUB,GRDA_H,33.1183,-12.1489,-244.7916,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRDA_HUBSA,GRDASA_H,35.1591,-9.7170,-245.1827,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GRE,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,-95.4817,12.1009,-397.6414,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,GSEC_SPS,SPS_GSEC_LA,1853.9929,22.7450,1541.1890,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,GSPR2014HUB,GSPR2014HUB_H,1588.4983,15.8522,1282.5872,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,GSPR2015HUB,GSPR2015HUB_H,1570.5879,14.8586,1265.6704,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,983.2696,6.2471,686.9637,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,HARRISON,CSWSLEBROCKPLT1,43.9677,1.7252,-247.8163,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,HAST_TNSK_HUB,HAST_TNSK_H,39.3482,1.6986,-252.4092,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,HQST,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,HST,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_H_5,INDNSUB_HUN5_RA,32.4242,-11.0286,-246.6060,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_H_6,INDNSUB_HUN6_RA,32.4242,-11.0286,-246.6060,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_I_3,INDNSUBIUN3_RA,33.2511,-10.2087,-246.5990,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_I_4,INDNSUBIUN4_RA,33.2511,-10.2087,-246.5990,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_J_1,INDNSUBJUN1_RA,33.2687,-10.1799,-246.6102,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDNSUB_J_2,INDNSUBJUN2_RA,33.2687,-10.1799,-246.6102,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDN_INDN,INDN_LA,33.1496,-10.3052,-246.6040,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ISNE,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,JEA,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,JONES_STREET_1,OPPDJONES_STUN1_RA,33.6714,-7.2898,-249.0976,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,JONES_STREET_2,OPPDJONES_STUN2_RA,33.6714,-7.2898,-249.0976,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,26.3487,-17.5344,-246.1757,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYCT4,KACYNEARMANUNCT4_RA,28.8143,-14.7638,-246.4807,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,28.4431,-15.9832,-245.6325,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,28.8143,-14.7638,-246.4807,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,29.7491,-13.8290,-246.4807,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,29.4375,-14.1406,-246.4807,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KACY_KACY,KACY_LA,30.0666,-13.5116,-246.4805,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,30.0480,-13.4354,-246.5754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,39.3155,-3.9897,-246.7536,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,20.8869,-23.3959,-245.7760,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,24.2004,-23.4249,-242.4335,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0222,V222_DDR,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0223,V223_DDR,25.9727,-17.8478,-246.2383,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0241,V241_DDR,36.7757,-6.4417,-246.8414,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0243,V243_DDR,36.0779,-8.6910,-245.2899,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0247,V247_DDR,27.6106,-16.0831,-246.3651,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.VOLT.0253,V253_DDR,30.1629,-13.3177,-246.5782,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,15.5744,-30.1791,-244.3053,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,24.5077,-19.5091,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,24.5077,-19.5091,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,24.5077,-19.5091,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,24.5054,-19.5114,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,30.0255,-13.4551,-246.5782,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,30.0255,-13.4551,-246.5782,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB,KCPLHUB_H,21.0146,-22.3052,-246.7390,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB17,KCPLHUB17_H,20.6250,-22.2661,-247.1677,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB18,KCPLHUB18_H,20.8733,-22.2594,-246.9261,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB19,KCPLHUB19_H,21.5147,-21.6912,-246.8529,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB20,KCPLHUB20_H,20.8274,-22.2988,-246.9326,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB21,KCPLHUB21_H,20.4747,-21.8334,-247.7507,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB22,KCPLHUB22_H,20.4991,-22.0985,-247.4613,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB23,KCPLHUB23_H,20.5093,-22.2710,-247.2785,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLHUB24,KCPLHUB24_H,20.2644,-22.4346,-247.3598,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,25.7327,-17.5753,-246.7508,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,25.7327,-17.5753,-246.7508,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,20.1302,-24.4437,-245.4849,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,20.1302,-24.4437,-245.4849,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,30.0967,-13.3867,-246.5754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,30.0480,-13.4354,-246.5754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,30.6173,-12.8996,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,30.6173,-12.8996,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,30.6168,-12.9001,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,30.6168,-12.9001,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,30.6165,-12.9004,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,30.6165,-12.9004,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,30.6162,-12.9007,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,30.6162,-12.9007,-246.5419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,23.8330,-20.2173,-246.0085,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,29.6957,-13.8588,-246.5043,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KCPL_KCPL,KCPL_LA,29.1411,-14.5208,-246.3969,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KENN,KENN_LA,34.9988,-7.8342,-247.2258,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KEP2_SECI,KEP2_SECI_LA,-3.4937,-7.8099,-285.7426,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KERR_1,GRDAKERR_HYDUN1_RA,37.6751,-6.7122,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KERR_2,GRDAKERR_HYDUN2_RA,37.8590,-6.5255,-245.6743,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KERR_3,GRDAKERR_HYDUN3_RA,37.8590,-6.5255,-245.6743,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KERR_4,GRDAKERR_HYDUN4_RA,37.6751,-6.7122,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,24.5039,-19.5129,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,24.5039,-19.5129,-246.0420,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,25.9720,-17.9808,-246.1060,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,25.9720,-17.9808,-246.1060,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,24.6160,-19.4101,-246.0327,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,25.1788,-18.8575,-246.0225,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,25.1788,-18.8575,-246.0225,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,-0.2066,-12.9056,-277.3598,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,-0.2066,-12.9056,-277.3598,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,-0.2066,-12.9056,-277.3598,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,35.1266,-4.1801,-250.7521,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,35.1266,-4.1801,-250.7521,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,-0.6931,-13.3019,-277.4500,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,30.2600,-7.9937,-251.8051,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,23.4762,-20.3108,-246.2718,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,28.8497,-15.6365,-245.5726,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,28.8497,-15.6365,-245.5726,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,24.9606,-18.8445,-246.2537,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,24.9606,-18.8445,-246.2537,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,24.9606,-18.8445,-246.2537,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,31.5282,-4.4276,-254.1030,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,29.7860,-13.0122,-247.2606,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,27.7434,-16.2066,-246.1088,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,KMEA_EUDORA,KMEA_EUDORA_LA,27.5090,-16.2808,-246.2690,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LAFA,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LAM345,LAM345,-0.9771,-14.2917,-276.7442,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LEPA,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_JSTREET,LES8_NUNJ_STREET_RA,32.3499,-8.1058,-249.6031,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_LES,LES_LA,31.9968,-8.4722,-249.5898,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,29.8897,-10.6161,-249.5530,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_ROKEBY_1,LESROKEBYUN1_RA,30.8318,-9.6211,-249.6059,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_ROKEBY_2,LESROKEBYUN2_RA,31.2567,-9.1962,-249.6059,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_ROKEBY_3,LESROKEBYUN3_RA,31.2567,-9.1962,-249.6059,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_TBGS_CC1,LES84_BLUFPLT1,30.0574,-10.4484,-249.5530,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,29.8897,-10.6161,-249.5530,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_WAVERLY,LES_WAVERLY_H,30.9389,-9.5753,-249.5446,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,31.1639,-9.8684,-249.0265,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,31.1755,-9.8568,-249.0265,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,LGEE,LGEE,34.6911,-7.7030,-247.6647,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MALDEN,MALDEN_LA,34.9563,-7.8614,-247.2411,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MCWEST,MCWEST,45.7266,6.0230,-250.3552,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MDU,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,33.7917,-0.8383,-255.4288,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,34.4136,-7.2788,-248.3664,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,48.0312,7.1322,-249.1598,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MEAN_NPPD,NPPD_MEAN_LA,38.0474,1.1764,-253.1878,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MEC,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MHEB,MHEB,45.2473,4.4181,-249.2296,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,29.9506,-7.5177,-252.5905,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,28.6787,-6.1575,-255.2227,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,29.9506,-7.5177,-252.5905,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,29.9506,-7.5177,-252.5905,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,28.6787,-6.1575,-255.2227,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MISO,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,-8.4401,-4.2636,-294.2353,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,-8.4401,-4.2636,-294.2353,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,25.1196,-17.0533,-247.8859,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,12.0420,-15.5771,-262.4397,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,26.9520,-10.5081,-252.5988,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,12.5626,-22.1398,-255.3564,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KPP,SECI_MKEC_KPP_LA,25.5120,-15.8861,-248.6606,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,16.0908,-20.3065,-253.6615,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,31.3695,-12.7253,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,31.3695,-12.7253,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,31.3695,-12.7253,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,31.3695,-12.7253,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,31.3695,-12.7253,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,30.9223,-11.9219,-247.2146,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,34.4188,-8.3099,-247.3302,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,34.4188,-8.3099,-247.3302,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,33.8649,-8.6617,-247.5322,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,38.4726,-4.5902,-246.9960,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MOWR,AECI,34.8382,-8.5989,-246.6216,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,33.1061,-10.0344,-246.9183,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,34.5935,-8.2343,-247.2311,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,24.3921,-17.4869,-248.1798,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,26.3469,-16.2034,-247.5085,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,25.6536,-22.4954,-241.9098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,24.5947,-17.2843,-248.1798,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,26.0223,-17.6547,-246.3818,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,26.0223,-17.6547,-246.3818,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,25.3632,-18.3138,-246.3818,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,25.3632,-18.3138,-246.3818,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,28.0099,-14.8635,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,28.4977,-14.3757,-247.1854,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,36.2962,-7.7151,-246.0475,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,23.9206,-19.7648,-246.3734,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,19.8883,-23.9753,-246.1952,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,19.0451,-24.8185,-246.1952,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,19.8836,-23.9800,-246.1952,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSTWA1UN1,MPSTWA1UN1_RA,30.0049,-13.4047,-246.6492,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPSTWA1UN2,MPSTWA1UN2_RA,30.0049,-13.4047,-246.6492,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MPS_MPS,MPS_LA,30.6007,-12.7785,-246.6796,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MSTNG,SPSMSTNGPLT1,2168.8993,39.2479,1839.5926,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MSTNG4,SPSMSTNGUN4_RA,2164.6629,35.3912,1839.2129,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MSTNG5,SPSMSTNGUN5_RA,2166.2072,36.9355,1839.2129,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,2166.2072,36.9355,1839.2129,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NBSO,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,23.8715,-17.3460,-248.8413,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,23.8584,-17.3591,-248.8413,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,1023.4504,2.2135,731.1781,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NHC1,VACS,35.4043,-7.2616,-247.3929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,33.0591,-7.8896,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,33.0591,-7.8896,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,33.0591,-7.8896,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,49.1920,11.8253,-252.6921,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,36.5292,-1.2692,-252.2604,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,29.6455,-10.7364,-249.6769,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,31.6281,-8.7802,-249.6505,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,36.5292,-1.2692,-252.2604,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.HUB.PY2018,NPPDPY18_H,26.7618,-14.1678,-249.1292,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,26.6736,-14.2820,-249.1032,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,26.7444,-14.1893,-249.1251,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,26.5590,-14.4168,-249.0831,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,32.8011,-7.4499,-249.8078,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,29.8676,-4.2401,-255.9511,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,29.8676,-4.2401,-255.9511,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,31.7184,-4.5995,-253.7409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,32.8011,-7.4499,-249.8078,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,30.8646,-8.8724,-250.3218,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,41.5715,5.4987,-253.9860,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,25.2080,-4.7787,-260.0721,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,41.5715,5.4987,-253.9860,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,44.9194,7.8020,-252.9414,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,39.1745,3.6950,-254.5793,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,33.9296,-6.5330,-249.5962,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,36.5292,-1.2692,-252.2604,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,26.0845,-4.6097,-259.3646,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,29.8676,-4.2401,-255.9511,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,29.8676,-4.2401,-255.9511,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,34.4176,-0.4394,-255.2018,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,34.2977,-0.4869,-255.2742,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,34.2977,-0.4869,-255.2742,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,40.4167,4.3926,-254.0347,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,36.3055,-4.2560,-249.4973,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,38.8175,0.7768,-252.0181,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,50.3073,12.7248,-252.4763,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,37.5084,-3.0141,-249.5363,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,38.1533,-2.3135,-249.5920,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.NELI.DDR,NELI_DDR,33.4453,-6.4436,-250.1699,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.NPPM.1058,SH1058_DDR,37.9953,-1.9228,-250.1407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,37.5634,1.2956,-253.7910,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,36.5292,-1.2692,-252.2604,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,29.6455,-10.7364,-249.6769,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,33.0051,-7.2459,-249.8078,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.TECH.1,KEARNE_DDR,40.8858,4.7002,-253.8732,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,33.3503,-5.0372,-251.6713,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,33.3503,-5.0372,-251.6713,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,32.8482,-7.1855,-250.0251,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD.VOLT.0236,V236_DDR,30.7063,-9.8385,-249.5140,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD2017HUB,NPPD2017HUB_H,26.6430,-14.3165,-249.0994,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,33.3204,-6.4960,-250.2424,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,49.1920,11.8253,-252.6921,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,41.8288,5.5749,-253.8049,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,41.8288,5.5749,-253.8049,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_BPS,NPPDBEAPWRSTPLT1,30.5678,-9.9617,-249.5293,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,31.0429,-9.5019,-249.5140,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,35.4410,-4.9603,-249.6576,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,34.1654,-0.8364,-255.0570,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,32.4505,-7.2963,-250.3120,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,34.8081,-4.9387,-250.3120,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,32.4674,-7.2794,-250.3120,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,39.1209,1.4339,-252.3718,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COOPR,NPPDCOOPERUN1_RA,24.9581,-16.4237,-248.6770,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_COSN_NPPD,NPPD_COSN_LA,41.3438,2.8964,-251.6114,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,34.4826,-5.6583,-249.9179,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,34.7342,-5.4067,-249.9179,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,28.3516,-4.8578,-256.8494,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,27.8667,-5.0656,-257.1265,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,38.3169,0.5965,-252.3384,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,38.0616,0.3412,-252.3384,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,38.0616,0.3412,-252.3384,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,38.8533,1.1789,-252.3844,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,30.8646,-8.8724,-250.3218,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,38.7827,1.1264,-252.4025,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,29.4868,-10.9758,-249.5962,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,39.5658,1.9290,-252.4220,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,39.3612,1.7274,-252.4250,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,39.4668,1.8481,-252.4401,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,39.4668,1.8481,-252.4401,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,39.1209,1.4339,-252.3718,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,39.1209,1.4339,-252.3718,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,55.1346,17.2568,-252.1810,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,39.2325,0.0887,-250.9150,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,26.9802,-6.0983,-256.9803,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,37.9827,-1.4243,-250.6518,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,24.0575,-5.5406,-260.4607,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,37.3832,-2.8846,-249.7911,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_NELI_LD,NPPD_NELIGH_LA,33.4453,-6.4436,-250.1699,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,29.8967,-3.5927,-256.5694,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,29.8967,-3.5927,-256.5694,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_NPPD,NPPD_LA,35.8655,-2.3490,-251.8443,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,29.4868,-10.9758,-249.5962,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,29.4868,-10.9758,-249.5962,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,24.6483,-16.1249,-249.2856,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,41.2206,5.1046,-253.9428,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NSB,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,NSP,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NSSO,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,NYIS,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,39.0376,-13.5931,-237.4281,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,26.1060,-22.0514,-241.9014,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,25.2211,-22.7218,-242.1159,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,25.2211,-22.7218,-242.1159,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,-15.5204,-10.6295,-294.9497,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,31.5179,-17.5197,-241.0212,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,29.1911,-18.2811,-242.5866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,17.2670,-31.1522,-241.6396,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,24.6799,-22.5946,-242.7844,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,24.6834,-23.5325,-241.8429,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,33.6079,-11.3100,-245.1409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,24.6799,-22.5946,-242.7844,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,0.0477,-11.5343,-278.4768,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,57.5493,-14.6337,-217.8758,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,30.7158,-10.3234,-249.0196,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,24.6834,-23.5325,-241.8429,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,29.8761,-18.3996,-241.7831,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,30.6346,-17.1704,-242.2538,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,30.9739,-15.2058,-243.8791,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,27.8081,-12.4819,-249.7688,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,24.6834,-23.5325,-241.8429,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NUEN.ADA1,ADA1_DDR,31.8628,-8.9828,-249.2132,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NUEN.LAM1,LAM1_DDR,46.0815,2.4449,-246.4222,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NUEN.MDT2,MDT2_DDR,33.6511,-11.2668,-245.1409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NUEN.MDT3,MDT3_DDR,33.6511,-11.2668,-245.1409,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.NUEN.WWO1,WWO1_DDR,36.1966,-9.0054,-244.8568,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,33.9090,-11.1106,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,33.9044,-11.1152,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,34.1901,-10.8295,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,34.8166,-10.1445,-245.0977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,34.8166,-10.1445,-245.0977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,34.1890,-10.8306,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,34.1890,-10.8306,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,24.6834,-23.5325,-241.8429,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,35.1348,-7.8821,-247.0419,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,0.0477,-11.5343,-278.4768,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,22.3703,-17.3208,-250.3677,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,29.8761,-18.3996,-241.7831,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,34.8728,-8.6594,-246.5266,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,28.7637,-18.3255,-242.9696,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,28.7637,-18.3255,-242.9696,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,30.8651,-16.2241,-242.9696,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,30.8651,-16.2241,-242.9696,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,29.0881,-22.4925,-238.4782,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,26.8781,-20.9367,-242.2440,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,26.1060,-22.0514,-241.9014,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,26.2485,-21.2125,-242.5978,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,26.2485,-21.2125,-242.5978,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,28.8032,-10.0342,-251.2214,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,32.7773,-15.7032,-241.5783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,32.7773,-15.7032,-241.5783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,32.7773,-15.7032,-241.5783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0033,FOSTER_DDR,34.9363,-9.6808,-245.4417,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0034,CUSHOIL_DDR,45.2651,-0.3325,-244.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0035,TARBY_DDR,41.2802,-2.3926,-246.3860,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0036,CUSHFLI_DDR,45.2651,-0.3325,-244.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,41.4931,-4.0975,-244.4682,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,41.4931,-4.0975,-244.4682,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,27.4805,-11.7970,-250.7813,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0040,TROSPER_DDR,35.5940,-9.1791,-245.2857,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,35.7109,-9.1680,-245.1799,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,36.9769,-6.6305,-246.4514,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0115,V115_DDR,33.8688,-11.0059,-245.1841,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0116,V116_DDR,31.1840,-8.5182,-250.3566,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0118,V118_DDR,35.2654,-7.5412,-247.2522,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0125,V125_DDR,39.2876,-4.3978,-246.3734,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0126,V126_DDR,37.8685,-6.2528,-245.9375,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0129,V129_DDR,27.0906,-14.0670,-248.9012,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,34.4047,-11.1915,-244.4626,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0134,V134_DDR,38.2101,-5.8792,-245.9695,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0138,V138_DDR,37.6238,-6.5212,-245.9138,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,35.6523,-9.6333,-244.7732,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0143,V143_DDR,39.2872,-5.3494,-245.4222,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0149,V149_DDR,31.2609,-12.6459,-246.1520,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0150,V150_DDR,30.2564,-11.1700,-248.6324,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0155,V155_DDR,37.2100,-6.9517,-245.8971,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0156,V156_DDR,34.4047,-11.1915,-244.4626,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0166,V166_DDR,49.4761,5.3813,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,35.7612,-9.4478,-244.8498,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,30.2564,-11.1700,-248.6324,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0170,V170_DDR,36.3339,-9.0199,-244.7050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,31.7080,-13.5163,-244.8345,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0176,V176_DDR,30.2564,-11.1700,-248.6324,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0177,V177_DDR,39.7813,-17.9579,-232.3196,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,35.7654,-9.3698,-244.9236,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,33.5089,-12.5928,-243.9571,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0195,V195_DDR,44.3897,4.1680,-249.8371,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0197,V197_DDR,42.3055,-2.2559,-245.4974,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0198,V198_DDR,49.4761,5.3813,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0208,V208_DDR,44.5980,4.3735,-249.8343,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0209,V209_DDR,44.5980,4.3735,-249.8343,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,40.0990,-4.3621,-245.5977,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0216,V216_DDR,35.7188,-9.1866,-245.1534,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0219,V219_DDR,37.2100,-6.9517,-245.8971,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0220,V220_DDR,30.2564,-11.1700,-248.6324,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0224,V224_DDR,34.7910,-10.2286,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0225,V225_DDR,34.8006,-10.2190,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0226,V226_DDR,34.7910,-10.2286,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0227,V227_DDR,34.7910,-10.2286,-245.0392,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0229,V229_DDR,27.6653,-11.8447,-250.5488,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0231,V231_DDR,37.1310,-4.9639,-247.9639,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0238,V238_DDR,30.7827,-18.3008,-240.9753,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.VOLT.0242,V242_DDR,37.4178,-6.7383,-245.9027,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,37.7643,-18.4318,-233.8627,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,27.6906,-20.4083,-241.9599,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,57.6122,-14.5708,-217.8758,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,37.7643,-18.4318,-233.8627,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,52.8057,-12.8357,-224.4174,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,14.4896,-33.8321,-241.7371,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEHL7,OKGEHL7_H,35.1520,-9.8634,-245.0434,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEHL8,OKGEHSL1UN8_RA,35.1520,-9.8634,-245.0434,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEHL910,OKGEHSL1PLT2,35.1520,-9.8634,-245.0434,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,54.8609,-13.6453,-221.5526,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEMCC,OKGEMCCLAIPLT1,28.8794,-15.4383,-245.7411,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,35.7603,-8.3652,-245.9333,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,35.7603,-8.3652,-245.9333,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,35.3600,-8.7655,-245.9333,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,31.4975,-14.3563,-244.2050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,30.0622,-15.7916,-244.2050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,30.0518,-15.8020,-244.2050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,31.4975,-14.3563,-244.2050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESM1,OKGESEMINOLEUN1_RA,32.7826,-10.6159,-246.6603,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESM2,OKGESEMINOLEUN2_RA,32.9136,-11.0155,-246.1297,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESM3,OKGESEMINOLEUN3_RA,32.9136,-11.0155,-246.1297,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESO1,OKGESONR1UN1_RA,25.7652,-21.5760,-242.7176,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESO2,OKGESONR1UN2_RA,26.2485,-21.2125,-242.5978,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,54.4407,-14.0655,-221.5526,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,41.3550,-15.5667,-233.1371,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGETINK5A,OKGETINK5UN1_RA,34.7619,-9.7828,-245.5141,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGETINK5B,OKGETINK5UN2_RA,34.7619,-9.7828,-245.5141,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,45.7025,-15.6814,-228.6749,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,26.1060,-22.0514,-241.9014,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,34.0798,-9.4454,-246.5336,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,25.3620,-15.3736,-249.3232,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_OKGE,OKGE_LA,35.0613,-9.5544,-245.4431,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,22.3703,-17.3208,-250.3677,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,45.4491,-15.9348,-228.6749,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMLP,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,37.3902,-7.1531,-245.5155,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,33.3339,-10.2289,-246.4960,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_GENHUB,OMPA_GENHUB_H,29.7067,-15.6423,-244.7098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_KAW,OKGEOMKAWUN2_RA,30.4745,-16.9977,-242.5866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,33.0595,-13.7525,-243.2468,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,24.6799,-22.5946,-242.7844,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,43.8442,-13.5928,-232.6218,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,1.0999,-13.3664,-275.5925,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,38.6191,-6.9047,-244.5350,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,30.4989,-16.9733,-242.5866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,30.4989,-16.9733,-242.5866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_SPP,OMPA_SPP_LA,29.4213,-12.4701,-248.1674,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,37.7643,-18.4318,-233.8627,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ONETA,CSWSCALPINEUNONETA_1_RA,36.9827,-7.4673,-245.6088,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,36.9827,-7.4673,-245.6088,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,36.9827,-7.4673,-245.6088,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,36.9827,-7.4673,-245.6088,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,ONT,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,33.0094,-7.9142,-249.1352,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,32.5241,-8.4246,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,33.0591,-7.8896,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,31.3071,-9.5553,-249.1964,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,32.9407,-7.9634,-249.1547,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,32.9407,-7.9634,-249.1547,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_GLDN,OPPD_GLDN_LA,32.9719,-7.9489,-249.1380,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_GLDN2,OPPD_GLDN2_LA,33.3031,-7.6345,-249.1212,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,30.8646,-8.8724,-250.3218,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_NC_HST,OPPD_NC_HST_LA,28.0810,-13.2242,-248.7536,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_NO_HST,OPPD_NO_HST_LA,32.9315,-8.0172,-249.1101,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_OPPD,OPPD_LA,33.9066,-7.0082,-249.1440,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_PAPIO,OPPD_PAPIO_LA,33.0940,-7.8241,-249.1407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,33.0609,-7.8516,-249.1463,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OTP,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,OVEC,OVEC,34.6484,-7.6777,-247.7327,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PARAGOULD,PARAGOULD_LA,35.0811,-7.7858,-247.1918,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_1,GRDAPENSA1UN1_RA,37.1478,-7.2409,-245.6701,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_2,GRDAPENSA1UN2_RA,37.1478,-7.2409,-245.6701,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_3,GRDAPENSA1UN3_RA,37.1478,-7.2409,-245.6701,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_4,GRDAPENSA1UN4_RA,37.3441,-7.0502,-245.6645,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_5,GRDAPENSA1UN5_RA,37.3441,-7.0502,-245.6645,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PENSACOLA_6,GRDAPENSA1UN6_RA,37.3441,-7.0502,-245.6645,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PIGGOTT,PIGGOTT_LA,34.9837,-7.8438,-247.2313,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PJM,PJM,34.6187,-7.5852,-247.8549,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PLUM,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,POPLARBLUFF,POPLARBLUFF_LA,35.0153,-7.8623,-247.1812,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,46.7590,7.1111,-250.4109,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,46.7590,7.1111,-250.4109,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,46.3702,6.5844,-250.2730,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,46.3702,6.5844,-250.2730,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,68.0987,28.0483,-250.0084,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,68.1149,28.0645,-250.0084,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,45.6382,5.9193,-250.3399,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,44.4504,5.2899,-250.8983,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,25.6266,-20.5587,-243.8735,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,38.5710,-6.2838,-245.2040,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,27.8645,-14.8209,-247.3734,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,34.6886,-10.6127,-244.7574,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,39.1205,-4.8239,-246.1144,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,39.9254,-4.3421,-245.7913,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,36.4485,-4.6257,-248.9846,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,53.1017,13.1296,-250.0868,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,38.5389,-2.4112,-249.1087,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,54.7331,14.1841,-249.5098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,52.8091,12.3805,-249.6302,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,41.4482,0.4619,-249.0725,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,PUPP,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,RCEAST,RCEAST,32.3449,-5.5426,-252.1713,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_1,GRDASALINA1UN1_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_2,GRDASALINA1UN2_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_3,GRDASALINA1UN3_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_4,GRDASALINA1UN4_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_5,GRDASALINA1UN5_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SALINA_6,GRDASALINA1UN6_RA,37.7102,-6.6771,-245.6715,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SARPY_1,OPPDSARPYUN1_RA,32.8012,-8.1698,-249.0878,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SARPY_2,OPPDSARPYUN2_RA,33.4327,-7.5398,-249.0864,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SARPY_3,OPPDSARPYUN3_RA,32.1280,-8.8527,-249.0781,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SARPY_4,OPPDSARPYUN4_RA,32.1280,-8.8527,-249.0781,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SARPY_5,OPPDSARPYUN5_RA,32.1280,-8.8527,-249.0781,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SC,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SCEG,VACS,35.4043,-7.2616,-247.3929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SCSE,SCSE,24.1238,-9.3976,-256.5374,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SEC,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,20.2002,-20.1274,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,20.2002,-20.1274,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,20.2002,-20.1274,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,5.5880,-1.7672,-282.7036,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,20.2002,-20.1274,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,6.1258,-16.2971,-267.6359,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,14.1210,-17.8768,-258.0610,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,14.1210,-17.8768,-258.0610,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,31.3255,-12.7693,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,31.8275,-19.6153,-238.6160,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,34.1579,-5.1488,-250.7521,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,-1.8540,-6.4516,-285.4612,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,14.9576,-7.7522,-267.3490,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,19.9869,-20.3407,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,13.6427,-8.5351,-267.8810,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,2.4847,-15.4411,-272.1330,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,11.2301,-16.4029,-262.4258,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,-2.0528,-14.5429,-277.5687,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,-2.0398,-14.5299,-277.5687,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,-2.0398,-14.5299,-277.5687,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,-2.0398,-14.5299,-277.5687,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,-3.6121,-15.5145,-278.1564,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,6.1258,-16.2971,-267.6359,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI_SECI,SECI_LA,9.2043,-8.6211,-272.2334,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,31.3255,-12.7693,-245.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SEHA,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,45.4491,-15.9348,-228.6749,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SERU,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SETH,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SGE,SGE,22.8649,-11.4643,-255.7296,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SMEP,MISO,36.3942,-5.5728,-248.0918,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SOCO,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPA,SPA,35.8570,-7.6015,-246.6003,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPC,SPC,57.5623,17.3350,-249.8315,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPPNORTH_HUB,SPPNORTH_H,36.0854,-3.8271,-250.1463,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPPSOUTH_HUB,SPPSOUTH_H,30.6668,-11.1922,-248.1999,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,37.2467,-6.6629,-246.1492,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,37.3156,-6.5940,-246.1492,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,38.1001,-5.7621,-246.1966,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,38.1001,-5.7621,-246.1966,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_NIXA,SPRM_NIXA_LA,38.3908,-5.5247,-246.1433,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_SPRM,SPRM_LA,39.4996,-4.4162,-246.1430,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,37.3590,-6.5826,-246.1172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,37.3590,-6.5826,-246.1172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,36.8404,-7.1012,-246.1172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,37.3590,-6.5826,-246.1172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,2201.6226,33.3913,1878.1725,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,2271.7646,30.5247,1951.1811,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,1037.5818,-0.4177,747.9407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,1037.5818,-0.4177,747.9407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,2160.9756,21.2001,1849.7167,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,2179.2436,40.2452,1848.9396,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,2220.8262,46.4710,1884.2963,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,2193.5625,43.5283,1859.9754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,2129.6289,14.6673,1824.9028,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,2169.0211,36.0657,1842.8966,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,2172.9433,39.6522,1843.2323,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,2172.9430,39.6519,1843.2323,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,2169.0211,36.0657,1842.8966,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,1038.5854,1.2809,747.2457,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,2271.7646,30.5247,1951.1811,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,1052.6651,3.5950,759.0113,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,1119.3692,-6.8681,836.1785,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,1088.0850,7.2444,790.7818,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,1071.8310,13.9381,767.8341,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,1066.8885,5.4790,771.3507,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,1175.2443,-9.4130,894.5985,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,1175.2440,-9.4133,894.5985,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,1175.2440,-9.4133,894.5985,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,1175.2440,-9.4133,894.5985,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GRID.WRAB,WRAB_DDR,1030.5700,13.4068,727.1044,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,1175.2440,-9.4133,894.5985,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,2120.1068,21.0276,1809.0204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,2120.1068,21.0276,1809.0204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,2081.4619,21.3493,1770.0538,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,2081.4619,21.3493,1770.0538,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,2081.4619,21.3493,1770.0538,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,2120.1068,21.0276,1809.0204,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,1009.8252,-0.7101,720.4765,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,1009.8029,-0.7101,720.4542,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,1009.8480,-0.7040,720.4932,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,1023.4504,2.2135,731.1781,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.HOBBS.CC,SPSHOBBSPLT1,2168.8980,36.2254,1842.6138,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.JONES1,SPSJONESSUBUN1_RA,2129.1261,14.4305,1824.6368,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.JONES2,SPSJONESSUBUN2_RA,2129.1299,14.4343,1824.6368,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.JONES3,SPSJONESSUBUN3_RA,2129.1273,14.4317,1824.6368,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.JONES4,SPSJONESSUBUN4_RA,2129.1273,14.4317,1824.6368,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,2170.0379,38.7412,1841.2379,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,2169.3866,36.4256,1842.9022,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,2169.3872,36.4262,1842.9022,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,45.8549,-15.5290,-228.6749,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,1011.3968,-1.9364,723.2744,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,1011.3968,-1.9364,723.2744,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,1010.2325,-0.6440,720.8177,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,1030.5700,13.4068,727.1044,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,1119.1552,-1.5837,830.6801,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,1053.3257,0.2209,763.0460,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,-15.5204,-10.6295,-294.9497,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,1020.6387,1.9115,728.6684,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PLANTX1,SPS.PLANTX1_H,2226.0163,32.0435,1903.9140,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PLANTX2,SPS.PLANTX2_H,2226.0163,32.0435,1903.9140,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,2220.1356,31.1989,1898.8779,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,2154.1283,20.7523,1843.3172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,1148.9984,-9.0707,868.0103,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,2223.6701,49.3150,1884.2963,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,2155.0451,21.6691,1843.3172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,1040.0714,2.7669,747.2457,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,2198.7933,36.8431,1871.8914,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,2195.5868,45.5526,1859.9754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,2198.7933,36.8431,1871.8914,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,2202.1792,40.5786,1871.5418,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,1062.4115,-0.4339,772.7866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,2190.8725,56.0467,1844.7670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,2191.8331,57.0073,1844.7670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,2184.7709,50.6219,1844.0902,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,2172.7629,39.8409,1842.8632,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,2194.7582,56.7473,1847.9521,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,-0.9771,-14.2917,-276.7442,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,1029.0016,12.1253,726.8175,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,2208.2672,32.8620,1885.3464,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,2208.2672,32.8620,1885.3464,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,2198.7933,36.8431,1871.8914,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,2131.2017,15.4003,1825.7426,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0006,SPS.VOLT.0006_H,2175.3816,45.8160,1839.5068,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0023,SPS.VOLT.0023_H,2226.1735,38.9971,1897.1176,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0025,SPS.VOLT.0025_H,2215.8270,41.0444,1884.7238,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0033,SPS.VOLT.0033_H,2231.5910,22.2943,1919.2379,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0045,SPS.VOLT.0045_H,2190.8725,56.0467,1844.7670,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0046,SPS.VOLT.0046_H,2202.9252,66.2652,1846.6012,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0047,SPS.VOLT.0047_H,2196.9466,60.2866,1846.6012,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0052,SPS.VOLT.0052_H,2157.5810,24.2050,1843.3172,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0113,SPS.VOLT.0113_H,2219.4660,45.0051,1884.4021,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0136,SPS.VOLT.0136_H,1149.6082,-4.4332,863.9826,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0137,SPS.VOLT.0137_H,1148.9956,-4.9775,863.9143,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0163,V163_DDR,1033.6688,7.9307,735.6793,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0168,V168_DDR,1132.6980,-6.3174,848.9566,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0180,V180_DDR,2202.9252,66.2652,1846.6012,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0181,V181_DDR,1150.8582,-5.8655,866.6649,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0182,V182_DDR,2194.7817,57.2791,1847.4438,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0199,V199_DDR,2173.3609,43.4123,1839.8898,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0200,V200_DDR,2179.1871,45.3598,1843.7685,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.VOLT.0235,V235_DDR,1119.1552,-1.5837,830.6801,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,2220.8262,46.4710,1884.2963,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,2193.5625,43.5283,1859.9754,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,983.0310,6.0085,686.9637,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,2232.2597,22.9630,1919.2379,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS_SPS,SPS_LA,1882.8597,36.3569,1556.4441,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,2194.1260,33.2880,1870.7793,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,SSCN_NPPD,SSCN_NPPD_LA,34.1971,-6.2711,-249.5906,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,34.8135,-7.9805,-247.2648,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,34.8135,-7.9805,-247.2648,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,TAL,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,TEC,SOUC,35.6875,-6.9891,-247.3823,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,37.9827,-1.4243,-250.6518,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,TVA,TVA,35.1063,-7.5481,-247.4044,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB,UCUHUB_H,22.0419,-18.0805,-249.9364,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB17,UCUHUB17_H,16.7929,-17.5598,-255.7061,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB18,UCUHUB18_H,20.2767,-17.7395,-252.0426,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB19,UCUHUB19_H,21.1913,-18.7082,-250.1593,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB20,UCUHUB20_H,20.8236,-18.8586,-250.3766,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB21,UCUHUB21_H,19.9246,-18.9454,-251.1887,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB22,UCUHUB22_H,20.6977,-19.0419,-250.3191,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB23,UCUHUB23_H,20.8085,-18.9960,-250.2543,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,UCUHUB24,UCUHUB24_H,20.6341,-19.2404,-250.1844,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,62.5864,22.3633,-249.8357,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,62.5864,22.3633,-249.8357,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,44.6710,4.4604,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,44.6710,4.4604,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,45.0921,4.7297,-249.6964,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,45.8069,6.0531,-250.3050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,45.8069,6.0531,-250.3050,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,62.5864,22.3633,-249.8357,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,48.7081,8.3360,-249.6867,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,53.0656,12.7506,-249.7438,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,37.3133,-3.6048,-249.1407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,32.7040,-7.1890,-250.1658,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,61.9449,21.8430,-249.9569,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,61.9449,21.8430,-249.9569,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,30.1404,-10.2874,-249.6310,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,35.5756,-5.0723,-249.4109,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,50.4653,9.9706,-249.5641,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,35.6824,-5.1618,-249.2146,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,45.5075,4.6103,-249.1616,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,35.1160,-5.4859,-249.4569,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,34.8788,-5.5490,-249.6310,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,34.8788,-5.5490,-249.6310,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,36.4198,-4.1598,-249.4792,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,33.2736,-6.4899,-250.2953,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,52.5452,11.6425,-249.1561,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,53.0910,12.8818,-249.8496,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,65.6258,25.3999,-249.8329,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,42.8485,2.5544,-249.7647,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,42.8268,2.5327,-249.7647,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,20.5117,-13.4164,-256.1307,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,42.1495,1.6785,-249.5878,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,52.2996,12.0584,-249.8176,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,32.7395,-7.9446,-249.3747,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,28.9031,-10.6292,-250.5265,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,38.3481,-2.0825,-249.6282,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,59.2723,19.0854,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,59.2723,19.0854,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,59.2404,19.0535,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,59.2723,19.0854,-249.8719,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,60.4249,20.2143,-249.8482,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,32.2935,-7.9380,-249.8273,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,55.3714,15.0299,-249.7173,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,41.6662,1.0921,-249.4847,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,41.6662,1.0921,-249.4847,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,41.5895,1.3469,-249.8162,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,41.5895,1.3469,-249.8162,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,46.4678,6.1737,-249.7647,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,45.6371,5.5714,-249.9931,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,39.1497,-1.7266,-249.1825,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,33.0179,-6.6049,-250.4360,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,35.6897,-5.4526,-248.9165,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,45.0921,4.7297,-249.6964,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,45.0921,4.7297,-249.6964,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,35.6824,-5.1618,-249.2146,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,32.5036,-5.3992,-252.1560,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,37.5636,-2.6776,-249.8176,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,29.8064,-9.8791,-250.3733,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,36.3948,-4.0790,-249.5850,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.FSE,WAUE.FSE_H,32.7428,-6.3599,-250.9561,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,46.6316,6.7511,-250.1783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,46.1606,6.3205,-250.2187,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,26.6872,-13.1264,-250.2452,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,26.4275,-13.4878,-250.1435,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,41.8429,1.4958,-249.7117,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,40.7613,0.4156,-249.7131,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,31.8564,-8.3263,-249.8761,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,32.7040,-7.1890,-250.1658,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,27.4214,-10.8477,-251.7897,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,26.1560,-14.9835,-248.9193,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,25.1369,-16.0026,-248.9193,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,24.9001,-16.2394,-248.9193,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,37.3996,-3.0993,-249.5599,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,32.5036,-5.3992,-252.1560,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,39.9748,-1.0672,-249.0168,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,37.3145,-3.5520,-249.1923,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,51.9287,11.0260,-249.1561,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,40.4627,-0.6197,-248.9764,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,39.9528,-0.9680,-249.1380,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,28.7949,-12.5479,-248.7160,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,44.4644,3.5617,-249.1561,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,34.5841,-6.2755,-249.1992,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,32.7395,-7.9446,-249.3747,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,46.9997,5.7056,-248.7647,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,35.2859,-5.5583,-249.2146,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,43.0321,1.7185,-248.7452,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,41.0563,0.0589,-249.0614,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,31.1755,-9.8568,-249.0265,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NTWK,WAUE.NTWK_H,42.1165,1.7815,-249.7238,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,44.9817,4.5929,-249.6700,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,44.9817,4.5929,-249.6700,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,34.2958,-5.5123,-250.2507,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,33.2830,-6.9122,-249.8636,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,37.9228,-2.6889,-249.4471,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,34.2958,-5.5123,-250.2507,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,45.4344,5.0149,-249.6393,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,35.4486,-4.6645,-249.9457,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,32.7395,-7.9446,-249.3747,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,39.1708,-1.0426,-249.8454,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,51.7562,11.6431,-249.9457,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,21.0465,-18.1042,-250.9081,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,20.2574,-18.9852,-250.8162,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,43.5869,3.3680,-249.8399,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,32.9775,-5.6691,-251.4122,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,36.7736,-3.9147,-249.3705,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,33.5675,-6.3186,-250.1727,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,33.0179,-6.6049,-250.4360,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.VOLT.0152,V152_DDR,68.1792,27.9352,-249.8148,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE.VOLT.0172,V172_DDR,61.4523,21.2459,-249.8524,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_BEPM,WAUE_BEPM_LA,51.9505,11.6801,-249.7884,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,40.0336,-0.9791,-249.0462,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,40.7059,-0.3765,-248.9764,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_EWA,WAUE_EWA_LA,33.2307,-4.6903,-252.1378,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,37.8161,-2.5448,-249.6979,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_HMMU,WAUE_HMMU_LA,36.1520,-4.9193,-248.9875,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,34.6944,-6.6067,-248.7577,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_MECB,WAUE_MECB_LA,37.7621,-3.2739,-249.0228,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_MMPA,WAUE_MMPA_LA,49.7021,9.0765,-249.4332,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_MRES,WAUE_MRES_LA,40.3774,-0.0472,-249.6342,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,64.3891,24.1131,-249.7828,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,46.6316,6.7511,-250.1783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,39.2938,-0.9087,-249.8563,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_OTP,WAUE_OTP_LA,60.5826,20.1770,-249.6532,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_OTPW,WAUE_OTPW_LA,50.2165,9.6608,-249.5030,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM,WAUE_UGPM_LA,38.3305,-1.8793,-249.8490,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,48.6019,8.3949,-249.8518,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,39.2432,-1.6665,-249.1490,290.0587\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,43.5325,3.6876,-250.2139,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,33.2307,-4.6903,-252.1378,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,36.1520,-4.9193,-248.9875,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,38.4080,-1.9695,-249.6813,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,46.6316,6.7511,-250.1783,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,49.7021,9.0765,-249.4332,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,42.5316,2.2065,-249.7337,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,36.8090,-3.2046,-250.0453,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,64.4375,24.0194,-249.6407,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,38.3094,-17.7460,-234.0034,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,29.7375,-19.1274,-241.1939,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,8.2622,-13.2262,-268.5704,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,38.9208,-3.1476,-247.9904,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,38.9208,-3.1476,-247.9904,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,4.0471,-25.4173,-260.5944,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,40.0750,-2.1828,-247.8010,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,39.5685,-2.9094,-247.5809,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,13.5299,-19.8132,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,13.5352,-19.8079,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,13.5624,-19.7807,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,15.0560,-18.2871,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,15.0560,-18.2871,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,15.0560,-18.2871,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,15.0560,-18.2871,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,15.0560,-18.2871,-256.7157,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,15.7553,-17.7967,-256.5068,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,-15.5204,-10.6295,-294.9497,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,8.0699,-24.4000,-257.5889,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,41.5969,-15.5504,-232.9115,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,2221.0290,46.6739,1884.2963,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_ENMC,WFEC_ENMC_LA,2192.9521,46.6614,1856.2319,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,24.6834,-23.5325,-241.8429,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,34.2303,-7.3646,-248.4639,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,2168.1638,36.4451,1841.6599,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,38.0042,-18.0512,-234.0034,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,38.3094,-17.7460,-234.0034,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,38.3094,-17.7460,-234.0034,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_OKGE,WFEC_OKGE_LA,36.1274,-9.3409,-244.5906,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,40.9760,-0.3899,-248.6929,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,0.0000,-12.8076,-277.2512,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,6.1226,-12.2781,-271.6581,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_WFEC,WFEC_LA,32.8466,-7.0862,-250.1261,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,2168.1638,36.4451,1841.6599,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,29.3389,-8.0333,-252.6866,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,5.6014,-11.2590,-273.1984,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,22.2531,-22.6899,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,22.2531,-22.6899,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,22.1273,-22.8157,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,22.1273,-22.8157,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,22.2513,-22.6917,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,22.2505,-22.6925,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,22.2505,-22.6925,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,35.2427,-9.5095,-245.3066,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,22.8166,-21.0192,-246.2230,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,30.0430,-19.8121,-240.2037,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,30.0430,-19.8121,-240.2037,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.GEEC.GT1,WRGORDUNG1_RA,25.2188,-22.2659,-242.5741,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.GEEC.GT2,WRGORDUNG2_RA,25.2188,-22.2659,-242.5741,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.GEEC.GT3,WRGORDUNGT3_RA,24.3180,-23.1667,-242.5741,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,22.8166,-21.0192,-246.2230,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,25.4546,-17.9926,-246.6116,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.HEC.GT1,WRHECGTUN32_RA,25.6409,-18.3342,-246.0837,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.HEC.GT2,WRHECGTUN33_RA,25.7775,-18.1976,-246.0837,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.HEC.GT3,WRHECGTUN34_RA,25.8291,-18.1460,-246.0837,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.HEC.GT4,WRHECGTUN35_RA,25.8438,-18.1313,-246.0837,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,25.4546,-17.9926,-246.6116,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,19.8243,-20.5033,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,21.3416,-23.0151,-245.7021,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.JEC.1,WRJEFFUN10_RA,21.8437,-22.1968,-246.0183,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.JEC.2,WRJEFFUN11_RA,20.4888,-23.5475,-246.0225,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.JEC.3,WRJEFFUN12_RA,21.7922,-22.2441,-246.0225,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,24.4655,-22.7351,-242.8582,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,25.8023,-22.3467,-241.9098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,25.8023,-22.3467,-241.9098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.LEC.4,WRLECUN26_RA,24.5232,-19.3753,-246.1603,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.LEC.5,WRLECUN27_RA,26.0979,-17.9162,-246.0447,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MCPH.CT1,WRCMCPHUN37_RA,27.1017,-16.2898,-246.6673,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MCPH.CT2,WRCMCPHUN38_RA,27.1017,-16.2898,-246.6673,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MCPH.CT3,WRCMCPHUN48_RA,27.0547,-16.3368,-246.6673,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MCPH.CT4,WRCJOHNUN1_RA,27.7315,-15.6391,-246.6882,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,19.3383,-4.5720,-266.1485,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,29.1797,-7.5310,-253.3481,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,29.1797,-7.5310,-253.3481,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,29.8326,-12.9656,-247.2606,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,25.9506,-15.2154,-248.8928,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,20.7327,-21.1937,-248.1324,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,23.0947,-20.6366,-246.3275,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,25.7177,-22.4313,-241.9098,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,39.7318,-2.9063,-247.4207,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,30.0160,-12.5190,-247.5238,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.READ.READ,WREMPECUNREADINGWF_RA,22.2505,-22.6925,-245.1158,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,15.6955,-30.0511,-244.3122,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,25.4546,-17.9926,-246.6116,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,22.8166,-21.0192,-246.2230,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,27.5643,-19.8772,-242.6173,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.THAYERLD,WR.THAYERLD_LA,35.3650,-7.6950,-246.9988,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0102,WR.VOLT.0102_H,27.7239,-19.7120,-242.6229,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0106,V106_DDR,27.5475,-19.6921,-242.8192,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0139,WR.VOLT.0139_H,27.8407,-15.8099,-246.4082,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0141,WR.VOLT.0141_H,26.7821,-16.7362,-246.5405,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0146,WR.VOLT.0146_H,27.2514,-16.6150,-246.1924,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0147,WR.VOLT.0147_H,27.2514,-16.6150,-246.1924,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0148,WR.VOLT.0148_H,26.2178,-17.2907,-246.5503,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0153,WR.VOLT.0153_H,29.6926,-17.3701,-242.9961,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0157,V157_DDR,26.9803,-16.8959,-246.1826,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0158,V158_DDR,27.2514,-16.6150,-246.1924,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0159,WR.VOLT.0159_H,27.2514,-16.6150,-246.1924,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0165,WR.VOLT.0165_H,26.0503,-21.1015,-242.9070,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0173,V173_DDR,28.0588,-15.0806,-246.9194,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0174,V174_DDR,27.2294,-19.8584,-242.9710,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0184,V184_DDR,25.4320,-21.7505,-242.8763,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0185,WR.VOLT.0185_H,27.4649,-19.9195,-242.6744,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0186,V186_DDR,26.7655,-20.6760,-242.6173,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0187,WR.VOLT.0187_H,26.0955,-21.1789,-242.7844,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0188,WR.VOLT.0188_H,27.8055,-19.5775,-242.6758,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0189,WR.VOLT.0189_H,31.5379,-14.1920,-244.3289,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0190,WR.VOLT.0190_H,23.8793,-21.2155,-244.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0191,WR.VOLT.0191_H,22.9514,-21.9972,-245.1102,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0192,WR.VOLT.0192_H,22.9514,-21.9972,-245.1102,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0196,WR.VOLT.0196_H,23.8793,-21.2155,-244.9640,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0245,V245_DDR,27.4774,-19.9126,-242.6688,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.VOLT.0248,V248_DDR,27.5475,-19.6921,-242.8192,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,24.2258,-22.8313,-243.0017,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,26.2635,-17.5695,-246.2258,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.WOLF,WRWOLFUN15_RA,14.4277,-31.4484,-244.1827,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,19.8243,-20.5033,-249.7312,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,31.0762,-13.6760,-245.3066,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,24.4188,-23.5102,-242.1298,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KPP_NITS,WR_KPP_NITS_LA,25.0803,-20.3594,-244.6191,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,26.8259,-16.7049,-246.5280,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,27.1940,-19.9509,-242.9139,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,27.1940,-19.9509,-242.9139,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,27.1940,-19.9509,-242.9139,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,27.1940,-19.9509,-242.9139,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,25.3703,-18.5880,-246.1005,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,28.6597,-18.9016,-242.4975,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,28.6597,-18.9016,-242.4975,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,25.7910,-21.7717,-242.4961,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,25.7910,-21.7717,-242.4961,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_MIDW,WR_MIDW_LA,27.7143,-6.9383,-255.4063,290.0589\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,35.3444,-7.7098,-247.0046,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,29.9573,-13.7409,-246.3606,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,29.2458,-8.5568,-252.2562,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_SEG,WR_SEG_LA,31.7675,-12.9608,-245.3305,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,WR_WR,WR_LA,27.3189,-17.8448,-244.8951,290.0588\n03/31/2025 08:40:00,03/31/2025 13:40:00,YAD,VACS,35.4043,-7.2616,-247.3929,290.0588\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310845.csv",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310850.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 08:50:00,03/31/2025 13:50:00,AEC,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_CSWS,CSWS_AECC_LA,29.1745,-0.5457,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,29.3360,-0.3841,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,28.5509,-1.1692,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,29.0536,-0.6665,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,28.8504,-0.8697,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_HYDRO13,CSWSLD13UN1_RA,28.2953,-1.4249,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,29.3756,-0.3445,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AECI,AECI,28.8137,-0.9064,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AEPM_CSWS,CSWS_LA,29.4825,-0.2376,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ALTW,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,AMRN,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ANTELOPE,SPSANTELOPEUNANT1_RA,32.4594,2.0760,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BBA,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BCA,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BEPM.ER01.DDR,ER01_DDR,28.1029,-1.6172,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BEPM_ER01,BEPM_ER01_LA,28.1029,-1.6172,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,31.5667,1.8466,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,30.0694,0.3493,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BEPM_UM01,BEPM_UM01_LA,31.9684,2.2483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BLKW,BLKW,34.2027,3.8193,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,27.0714,-2.6487,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,27.0714,-2.6487,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,27.3159,-2.4042,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,27.1120,-2.6081,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BRAZ,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BUBA,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,28.4702,-1.2499,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,27.6068,-2.1133,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,28.8372,-0.8829,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,28.8372,-0.8829,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CLEC,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,29.0013,-0.7188,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,COWP,COWP_LA,28.9281,-0.7920,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,28.9281,-0.7920,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,28.9281,-0.7920,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CPLE,VACS,28.9771,-0.7430,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CPLW,VACS,28.9771,-0.7430,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,28.8929,-0.8272,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,28.8929,-0.8272,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,28.8929,-0.8272,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,28.8929,-0.8272,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CRTH_SPA,WRCRTH_SPA_LA,28.5117,-1.2084,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,30.1198,0.3997,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,28.2776,-1.4426,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,29.3756,-0.3445,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,29.0536,-0.6665,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWJLSTALL,CSWSSTALL_PPPLT1,30.1144,0.3943,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,30.0921,0.3720,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,30.0600,0.3399,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,30.0600,0.3399,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWMATTISON1,CSWSMATTISONUN1_RA,28.7954,-0.9247,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWMATTISON2,CSWSMATTISONUN2_RA,28.7954,-0.9247,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWMATTISON3,CSWSMATTISONUN3_RA,28.7990,-0.9211,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWMATTISON4,CSWSMATTISONUN4_RA,28.7990,-0.9211,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,29.3756,-0.3445,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWNARROWS1,CSWSNARROWSUN1_RA,29.7898,0.0697,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,28.6182,-1.1019,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,28.4141,-1.3060,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,28.8199,-0.9002,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,28.8853,-0.8348,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,28.7606,-0.9595,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,28.7538,-0.9664,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,28.7538,-0.9664,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,28.0220,-1.6981,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,28.7420,-0.9781,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,28.7690,-0.9511,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,28.4103,-1.3098,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,28.4108,-1.3093,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,28.2985,-1.4216,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.GRID.CDL1,CDL1_DDR,29.0523,-0.6678,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,28.3106,-1.4095,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,27.6400,-2.0801,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,29.0523,-0.6678,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.CSI1,CSI1_DDR,29.2784,-0.4417,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.CSI2,CSI2_DDR,29.2885,-0.4316,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.CSI3,NCSI3_DDR,28.9362,-0.7839,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.GAZA,GAZA_DDR,29.0523,-0.6678,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,29.6918,-0.0283,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.NUEN.T201,NT201_DDR,29.0844,-0.6357,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,28.1642,-1.5559,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,28.1642,-1.5559,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,29.3756,-0.3445,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,30.4475,0.7274,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,28.2985,-1.4216,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,28.2985,-1.4216,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,28.0676,-1.6525,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,28.4108,-1.3093,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,29.8192,0.0990,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,28.8284,-0.8917,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,28.8284,-0.8917,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,28.3935,-1.3266,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,28.4980,-1.2221,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,28.6916,-1.0285,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,30.0726,0.3525,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,29.0237,-0.6964,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,30.1438,0.4237,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,31.4706,1.7505,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,29.1128,-0.6073,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0056,PRYORCRK_DDR,29.2885,-0.4316,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0057,OKMU_DDR,29.2232,-0.4969,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0060,LEHIGH_DDR,29.5056,-0.2145,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0086,WARRENM_DDR,29.0162,-0.7039,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,30.5421,0.8220,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,29.1215,-0.5986,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0121,V121_DDR,30.0726,0.3525,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0122,V122_DDR,29.0743,-0.6459,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0124,V124_DDR,28.9534,-0.7667,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0135,V135_DDR,29.1076,-0.6125,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0144,V144_DDR,28.7578,-0.9623,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0145,V145_DDR,28.5861,-1.1340,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,30.1076,0.3875,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,29.5021,-0.2180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0175,V175_DDR,28.9362,-0.7839,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,29.5021,-0.2180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,29.6367,-0.0834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,29.1076,-0.6125,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,29.0922,-0.6279,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,29.0182,-0.7019,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,28.8052,-0.9149,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,28.9173,-0.8028,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,29.0922,-0.6279,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0211,V211_DDR,30.3770,0.6569,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,29.1349,-0.5853,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0213,V213_DDR,29.0333,-0.6868,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0215,V215_DDR,29.0766,-0.6435,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0217,V217_DDR,29.1127,-0.6074,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0218,V218_DDR,28.8197,-0.9004,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0228,V228_DDR,29.0255,-0.6947,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0232,V232_DDR,29.0816,-0.6386,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0233,V233_DDR,29.1095,-0.6106,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0240,V240_DDR,28.9998,-0.7203,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0244,V244_DDR,29.0922,-0.6279,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0246,MDT1_DDR,29.6918,-0.0283,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0249,V249_DDR,29.0851,-0.6350,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0250,V250_DDR,28.3363,-1.3838,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0251,V251_DDR,28.9548,-0.7653,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.VOLT.0252,V252_DDR,28.8052,-0.9149,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,28.0542,-1.6659,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,27.6516,-2.0685,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,28.0005,-1.7197,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,29.9193,0.1992,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,28.0352,-1.6849,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,28.4841,-1.2360,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,28.4841,-1.2360,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,28.4618,-1.2583,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,27.7526,-1.9676,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,27.7526,-1.9676,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,29.3756,-0.3445,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,30.1333,0.4132,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,29.0572,-0.6629,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,29.0165,-0.7036,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,29.1904,-0.5297,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,29.1904,-0.5297,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWELSH1,CSWSWELSHUN1_RA,29.5602,-0.1599,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWELSH3,CSWSWELSHUN3_RA,29.5602,-0.1599,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWILKES1,CSWSWILKESUN1_RA,29.7249,0.0048,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWILKES2,CSWSWILKESUN2_RA,29.7249,0.0048,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,CSWWILKES3,CSWSWILKESUN3_RA,29.6952,-0.0249,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,28.4096,-1.3105,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DENL,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DERS,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DOE,DOE,28.9228,-0.7973,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,27.6895,-2.0307,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,DPC,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,DUK,VACS,28.9771,-0.7430,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDDY,EDDY,35.0638,4.6804,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,28.1660,-1.5541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,28.0747,-1.6454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,27.9920,-1.7281,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE.SLCC,EDESTL4391_PLT,27.5627,-2.1574,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE.VOLT.0234,EDE.VOLT.0234_H,27.9724,-1.7477,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,27.7735,-1.9466,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_EC_01,EDELAR3821UN1_RA,28.1660,-1.5541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_EC_02,EDELAR3821UN2_RA,28.1372,-1.5829,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_EC_03,EDELAR3821UN3_RA,28.1660,-1.5541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_EC_04,EDELAR3821UN4_RA,28.1660,-1.5541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_EDE,EDE_LA,28.8122,-0.9079,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_ERW,EDEERWFUNG1_RA,27.5539,-2.1662,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,27.6376,-2.0825,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_OZD_5,EDEOZRK_BUN5_RA,29.0890,-0.6311,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_OZD_6,EDEOZRK_BUN6_RA,29.0890,-0.6311,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_OZD_7,EDEOZRK_BUN7_RA,29.0890,-0.6311,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_OZD_8,EDEOZRK_BUN8_RA,29.0890,-0.6311,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,28.9286,-0.7915,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_RIV_10,EDERIV1671UN10_RA,28.0338,-1.6863,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_RIV_11,EDERIV1671UN11_RA,28.0338,-1.6863,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_RIV_12,EDERIV453UN12_PLT,28.0338,-1.6863,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_SL_01,EDESTL4391UN1_RA,27.3785,-2.3417,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,EDE_SWMP,EDE_SWMP_LA,29.0399,-0.6802,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EEI,EEI,28.9225,-0.7976,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EES,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,27.4370,-2.2831,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ERCOTE,ERCOTE,29.5602,-0.1599,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ERCOTN,ERCOTN,28.2172,-1.5029,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,28.1843,-1.5358,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FMPP,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,FPC,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,FPL,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,FREM_50T,OPPDFREM_GUN1_RA,29.2476,-0.4725,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FREM_6,OPPDFREM_AUN6_RA,29.2019,-0.5182,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FREM_7,OPPDFREM_AUN7_RA,29.2019,-0.5182,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FREM_8,OPPDFREM_AUN8_RA,29.0813,-0.6388,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FREM_LOAD,FREM_LOAD_LA,29.2162,-0.5039,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,FRONTIER,WRGETTUNFRONTIER_RA,28.0023,-1.7178,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GATEWAY_LOAD,CSWS_TENASKA_LA,29.8192,0.0990,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,29.5342,-0.8492,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,27.8838,-1.8363,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,29.0013,-0.7188,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,29.0013,-0.7188,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,29.0013,-0.7188,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.GREC2,GRDAGRDA17UN2_RA,28.8285,-0.8916,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,28.8285,-0.8916,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,28.8219,-0.8983,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,28.8219,-0.8983,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,27.3602,-2.3599,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,28.5603,-1.1599,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,28.5603,-1.1599,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,28.5603,-1.1599,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.VOLT.0130,V130_DDR,29.2205,-0.4996,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA.VOLT.0237,V237_DDR,28.9876,-0.7325,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDAHUB2,GRDAHUB2_H,28.4654,-1.2547,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDAHUB3,GRDAHUB3_H,28.3769,-1.3432,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA_GRDA,GRDA_LA,28.9710,-0.7491,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA_HUB,GRDA_H,28.4353,-1.2848,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRDA_HUBSA,GRDASA_H,28.6764,-1.0437,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GRE,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,30.9428,1.2227,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GSEC_SPS,SPS_GSEC_LA,32.6995,2.3169,0.5728,29.8098\n03/31/2025 08:50:00,03/31/2025 13:50:00,GSPR2014HUB,GSPR2014HUB_H,31.9266,1.5803,0.5364,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GSPR2015HUB,GSPR2015HUB_H,31.8299,1.4845,0.5355,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,31.0968,0.7134,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,HARRISON,CSWSLEBROCKPLT1,29.8613,0.1412,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,HAST_TNSK_HUB,HAST_TNSK_H,30.0619,0.3418,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,HQST,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,HST,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_H_5,INDNSUB_HUN5_RA,28.7393,-0.9808,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_H_6,INDNSUB_HUN6_RA,28.7393,-0.9808,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_I_3,INDNSUBIUN3_RA,28.7163,-1.0038,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_I_4,INDNSUBIUN4_RA,28.7163,-1.0038,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_J_1,INDNSUBJUN1_RA,28.7565,-0.9636,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDNSUB_J_2,INDNSUBJUN2_RA,28.7565,-0.9636,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDN_INDN,INDN_LA,28.7238,-0.9963,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ISNE,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,JEA,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,JONES_STREET_1,OPPDJONES_STUN1_RA,29.0467,-0.6734,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,JONES_STREET_2,OPPDJONES_STUN2_RA,29.0467,-0.6734,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,27.9235,-1.7966,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYCT4,KACYNEARMANUNCT4_RA,28.1640,-1.5562,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,28.0623,-1.6578,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,28.1640,-1.5562,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,28.2640,-1.4561,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,28.2304,-1.4897,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KACY_KACY,KACY_LA,28.3011,-1.4190,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,28.3067,-1.4134,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,29.2590,-0.4611,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,27.3370,-2.3832,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,27.2427,-2.4774,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0222,V222_DDR,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0223,V223_DDR,27.8259,-1.8942,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0241,V241_DDR,29.0396,-0.6805,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0243,V243_DDR,28.7627,-0.9574,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0247,V247_DDR,27.9436,-1.7766,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.VOLT.0253,V253_DDR,28.3241,-1.3960,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,26.6179,-3.1022,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,27.6963,-2.0238,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,27.6963,-2.0238,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,27.6963,-2.0238,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,27.6960,-2.0241,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,28.3088,-1.4113,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,28.3088,-1.4113,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB,KCPLHUB_H,27.4334,-2.2867,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB17,KCPLHUB17_H,27.4452,-2.2749,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB18,KCPLHUB18_H,27.4431,-2.2770,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB19,KCPLHUB19_H,27.5030,-2.2171,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB20,KCPLHUB20_H,27.4451,-2.2750,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB21,KCPLHUB21_H,27.4934,-2.2267,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB22,KCPLHUB22_H,27.4623,-2.2578,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB23,KCPLHUB23_H,27.4431,-2.2770,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLHUB24,KCPLHUB24_H,27.4299,-2.2902,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,27.9185,-1.8016,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,27.9185,-1.8016,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,27.1828,-2.5373,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,27.1828,-2.5373,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,28.3152,-1.4049,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,28.3067,-1.4134,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,28.3661,-1.3540,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,28.3661,-1.3540,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,28.3660,-1.3541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,28.3660,-1.3541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,28.3660,-1.3541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,28.3660,-1.3541,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,28.3659,-1.3542,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,28.3659,-1.3542,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,27.6214,-2.0987,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,28.2663,-1.4538,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KCPL_KCPL,KCPL_LA,28.2045,-1.5156,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KENN,KENN_LA,28.9125,-0.8076,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KEP2_SECI,KEP2_SECI_LA,29.1702,-0.5499,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KERR_1,GRDAKERR_HYDUN1_RA,28.9739,-0.7462,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KERR_2,GRDAKERR_HYDUN2_RA,28.9931,-0.7270,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KERR_3,GRDAKERR_HYDUN3_RA,28.9931,-0.7270,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KERR_4,GRDAKERR_HYDUN4_RA,28.9739,-0.7462,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,27.6959,-2.0242,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,27.6959,-2.0242,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,27.8527,-1.8674,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,27.8527,-1.8674,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,27.7092,-2.0109,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,27.7641,-1.9561,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,27.7641,-1.9561,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,28.6164,-1.1037,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,28.6164,-1.1037,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,28.6164,-1.1037,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,29.0587,-0.6614,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,29.0587,-0.6614,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,28.5815,-1.1386,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,28.9058,-0.8143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,27.6489,-2.0713,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,28.0827,-1.6374,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,28.0827,-1.6374,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,27.8021,-1.9180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,27.8021,-1.9180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,27.8021,-1.9180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,29.4198,-0.3003,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,28.3913,-1.3288,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,28.0830,-1.6371,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,KMEA_EUDORA,KMEA_EUDORA_LA,28.0501,-1.6700,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LAFA,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LAM345,LAM345,28.4702,-1.2499,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LEPA,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_JSTREET,LES8_NUNJ_STREET_RA,28.9851,-0.7350,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_LES,LES_LA,28.9466,-0.7735,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,28.7386,-0.9815,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_ROKEBY_1,LESROKEBYUN1_RA,28.8234,-0.8967,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_ROKEBY_2,LESROKEBYUN2_RA,28.8723,-0.8478,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_ROKEBY_3,LESROKEBYUN3_RA,28.8723,-0.8478,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_TBGS_CC1,LES84_BLUFPLT1,28.7512,-0.9689,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,28.7386,-0.9815,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_WAVERLY,LES_WAVERLY_H,28.8326,-0.8875,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,28.7790,-0.9412,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,28.7803,-0.9398,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,LGEE,LGEE,28.9472,-0.7729,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MALDEN,MALDEN_LA,28.9103,-0.8098,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MCWEST,MCWEST,30.3858,0.6657,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MDU,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,29.8551,0.1350,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,29.0547,-0.6654,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,30.5622,0.8421,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MEAN_NPPD,NPPD_MEAN_LA,30.0232,0.3031,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MEC,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MHEB,MHEB,30.3096,0.5895,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,29.0917,-0.6284,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,29.2540,-0.4661,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,29.0917,-0.6284,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,29.0917,-0.6284,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,29.2540,-0.4661,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MISO,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,29.4968,-0.2233,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,29.4968,-0.2233,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,28.1484,-1.5717,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,28.4358,-1.2843,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,28.7745,-0.9456,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,27.9719,-1.7483,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KPP,SECI_MKEC_KPP_LA,28.3708,-1.3493,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,28.1086,-1.6115,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,28.5638,-1.1563,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,28.5638,-1.1563,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,28.5638,-1.1563,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,28.5638,-1.1563,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,28.5638,-1.1563,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,28.4863,-1.2338,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,28.8674,-0.8527,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,28.8674,-0.8527,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,28.8380,-0.8821,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,29.2244,-0.4957,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MOWR,AECI,28.8137,-0.9064,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,28.6750,-1.0451,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,28.8711,-0.8490,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,27.9604,-1.7597,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,28.0623,-1.6578,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,27.4966,-2.2235,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,27.9782,-1.7419,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,27.7618,-1.9583,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,27.7618,-1.9583,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,27.6945,-2.0256,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,27.6945,-2.0256,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,28.2027,-1.5174,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,28.2549,-1.4652,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,28.8850,-0.8351,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,27.5428,-2.1773,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,27.1957,-2.5244,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,27.1098,-2.6103,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,27.1959,-2.5242,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSTWA1UN1,MPSTWA1UN1_RA,28.3257,-1.3944,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPSTWA1UN2,MPSTWA1UN2_RA,28.3257,-1.3944,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MPS_MPS,MPS_LA,28.3647,-1.3554,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MSTNG,SPSMSTNGPLT1,34.2647,3.8813,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MSTNG4,SPSMSTNGUN4_RA,33.8715,3.4881,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MSTNG5,SPSMSTNGUN5_RA,34.0308,3.6474,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,34.0308,3.6474,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NBSO,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,27.9828,-1.7373,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,27.9814,-1.7387,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,30.6641,0.2807,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NHC1,VACS,28.9771,-0.7430,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,28.9858,-0.7343,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,28.9858,-0.7343,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,28.9858,-0.7343,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,31.1146,1.3945,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,29.8344,0.1143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,28.7261,-0.9940,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,29.0043,-0.7158,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,29.8344,0.1143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.HUB.PY2018,NPPDPY18_H,28.3454,-1.3747,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,28.3325,-1.3876,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,28.3436,-1.3765,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,28.3176,-1.4025,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,29.0978,-0.6223,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,29.4826,-0.2375,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,29.4826,-0.2375,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,29.4299,-0.2902,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,29.0978,-0.6223,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,28.9750,-0.7451,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,30.5215,0.8014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,29.4324,-0.2877,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,30.5215,0.8014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,30.7460,1.0258,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,30.3264,0.6063,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,29.1603,-0.5598,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,29.8344,0.1143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,29.4529,-0.2672,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,29.4826,-0.2375,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,29.4826,-0.2375,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,29.8597,0.1396,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,29.8560,0.1359,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,29.8560,0.1359,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,30.3470,0.6269,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,29.4165,-0.3036,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,30.0321,0.3120,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,31.2061,1.4860,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,29.5394,-0.1807,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,29.6240,-0.0961,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.NELI.DDR,NELI_DDR,29.2063,-0.5138,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.NPPM.1058,SH1058_DDR,29.6457,-0.0744,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,30.0344,0.3143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,29.8344,0.1143,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,28.7261,-0.9940,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,29.1175,-0.6027,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.TECH.1,KEARNE_DDR,30.3780,0.6579,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,29.3752,-0.3449,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,29.3752,-0.3449,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,29.1276,-0.5926,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD.VOLT.0236,V236_DDR,28.8382,-0.8819,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD2017HUB,NPPD2017HUB_H,28.3287,-1.3914,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,29.1938,-0.5263,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,31.1146,1.3945,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,30.5486,0.8284,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,30.5486,0.8284,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_BPS,NPPDBEAPWRSTPLT1,28.8210,-0.8991,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,28.8732,-0.8469,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,29.3772,-0.3429,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,29.8187,0.0986,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,29.1128,-0.6073,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,29.3565,-0.3636,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,29.1128,-0.6073,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,30.0364,0.3163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COOPR,NPPDCOOPERUN1_RA,28.0902,-1.6299,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_COSN_NPPD,NPPD_COSN_LA,30.2276,0.5075,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,29.3291,-0.3910,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,29.3485,-0.3716,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,29.4268,-0.2933,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,29.4062,-0.3139,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,29.9407,0.2206,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,29.9138,0.1937,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,29.9138,0.1937,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,30.0041,0.2840,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,28.9750,-0.7451,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,29.9967,0.2765,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,28.6955,-1.0246,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,30.0831,0.3630,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,30.0640,0.3439,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,30.0769,0.3568,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,30.0769,0.3568,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,30.0364,0.3163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,30.0364,0.3163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,31.6846,1.9645,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,29.9086,0.1884,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,29.3099,-0.4102,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,29.7337,0.0136,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,29.3553,-0.3649,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,29.4961,-0.2240,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_NELI_LD,NPPD_NELIGH_LA,29.2063,-0.5138,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,29.5552,-0.1649,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,29.5552,-0.1649,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_NPPD,NPPD_LA,29.6373,-0.0829,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,28.6955,-1.0246,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,28.6955,-1.0246,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,28.2888,-1.4313,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,30.5342,0.8140,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NSB,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,NSP,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NSSO,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,NYIS,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,28.4517,-1.2685,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,27.4619,-2.2582,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,27.3509,-2.3692,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,27.3509,-2.3692,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,28.7822,-0.9379,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,27.8838,-1.8363,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,27.7695,-1.9506,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,26.4350,-3.2851,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,27.3687,-2.3514,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,27.3346,-2.3855,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,28.5143,-1.2058,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,27.3687,-2.3514,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,28.6837,-1.0364,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,28.3283,-1.3918,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,28.6694,-1.0507,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,27.3346,-2.3855,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,27.8225,-1.8976,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,28.0734,-1.6468,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,28.1387,-1.5814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,28.4360,-1.2841,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,27.3346,-2.3855,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NUEN.ADA1,ADA1_DDR,28.7409,-0.9792,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NUEN.LAM1,LAM1_DDR,29.9506,0.2305,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NUEN.MDT2,MDT2_DDR,28.5189,-1.2012,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NUEN.MDT3,MDT3_DDR,28.5189,-1.2012,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.NUEN.WWO1,WWO1_DDR,28.7460,-0.9741,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,28.5368,-1.1833,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,28.5363,-1.1838,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,28.5701,-1.1500,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,28.6379,-1.0822,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,28.6379,-1.0822,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,28.5700,-1.1501,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,28.5700,-1.1501,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,27.3346,-2.3855,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,28.9020,-0.8181,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,28.6837,-1.0364,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,27.9164,-1.8038,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,27.8225,-1.8976,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,28.8023,-0.9178,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,27.8485,-1.8716,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,27.8485,-1.8716,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,28.0393,-1.6808,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,28.0393,-1.6808,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,27.4409,-2.2792,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,27.5381,-2.1820,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,27.4619,-2.2582,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,27.5009,-2.2192,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,27.5009,-2.2192,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,28.6280,-1.0921,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,28.1000,-1.6201,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,28.1000,-1.6201,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,28.1000,-1.6201,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0033,FOSTER_DDR,28.6871,-1.0330,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0034,CUSHOIL_DDR,29.6269,-0.0932,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0035,TARBY_DDR,29.4465,-0.2736,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0036,CUSHFLI_DDR,29.6269,-0.0932,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,29.2427,-0.4774,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,29.2427,-0.4774,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,28.4674,-1.2527,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0040,TROSPER_DDR,28.7409,-0.9792,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,28.7423,-0.9778,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,29.0044,-0.7157,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0115,V115_DDR,28.5454,-1.1747,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0116,V116_DDR,28.7928,-0.9273,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0118,V118_DDR,28.9162,-0.8039,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0125,V125_DDR,29.2373,-0.4829,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0126,V126_DDR,29.0240,-0.6961,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0129,V129_DDR,28.3121,-1.4080,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,28.5481,-1.1720,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0134,V134_DDR,29.0743,-0.6458,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0138,V138_DDR,28.9936,-0.7265,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,28.7003,-1.0198,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0143,V143_DDR,29.1092,-0.6109,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0149,V149_DDR,28.3889,-1.3313,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0150,V150_DDR,28.5273,-1.1928,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0155,V155_DDR,28.9481,-0.7721,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0156,V156_DDR,28.5481,-1.1720,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0166,V166_DDR,30.2395,0.5194,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,28.7190,-1.0012,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,28.5273,-1.1928,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0170,V170_DDR,28.7405,-0.9796,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,28.3078,-1.4123,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0176,V176_DDR,28.5273,-1.1928,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0177,V177_DDR,27.9916,-1.7285,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,28.7259,-0.9942,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,28.4250,-1.2951,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0195,V195_DDR,29.9876,0.2675,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0197,V197_DDR,29.4248,-0.2953,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0198,V198_DDR,30.2395,0.5194,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0208,V208_DDR,30.0087,0.2886,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0209,V209_DDR,30.0087,0.2886,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,29.2104,-0.5097,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0216,V216_DDR,28.7405,-0.9796,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0219,V219_DDR,28.9481,-0.7721,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0220,V220_DDR,28.5273,-1.1928,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0224,V224_DDR,28.6325,-1.0876,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0225,V225_DDR,28.6336,-1.0865,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0226,V226_DDR,28.6325,-1.0876,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0227,V227_DDR,28.6325,-1.0876,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0229,V229_DDR,28.4644,-1.2557,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0231,V231_DDR,29.2067,-0.5134,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0238,V238_DDR,27.8222,-1.8979,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.VOLT.0242,V242_DDR,28.9708,-0.7493,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,27.8992,-1.8209,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,27.6088,-2.1113,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,28.3372,-1.3829,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,27.8992,-1.8209,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,28.5392,-1.1809,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,26.4091,-3.3110,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEHL7,OKGEHL7_H,28.6763,-1.0438,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEHL8,OKGEHSL1UN8_RA,28.6763,-1.0438,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEHL910,OKGEHSL1PLT2,28.6763,-1.0438,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,28.4517,-1.2685,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEMCC,OKGEMCCLAIPLT1,28.0717,-1.6484,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,28.7977,-0.9224,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,28.7977,-0.9224,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,28.7504,-0.9698,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,28.0727,-1.6474,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,28.0748,-1.6453,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESM1,OKGESEMINOLEUN1_RA,28.5935,-1.1266,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESM2,OKGESEMINOLEUN2_RA,28.5484,-1.1717,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESM3,OKGESEMINOLEUN3_RA,28.5484,-1.1717,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESO1,OKGESONR1UN1_RA,27.4376,-2.2825,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESO2,OKGESONR1UN2_RA,27.5009,-2.2192,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,28.4191,-1.3010,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,28.1517,-1.5684,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGETINK5A,OKGETINK5UN1_RA,28.6782,-1.0419,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGETINK5B,OKGETINK5UN2_RA,28.6782,-1.0419,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,28.1876,-1.5325,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,27.4619,-2.2582,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,28.6933,-1.0268,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,28.0943,-1.6258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_OKGE,OKGE_LA,28.6967,-1.0234,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,27.9164,-1.8038,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,28.1698,-1.5503,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMLP,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,28.9261,-0.7940,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,28.6090,-1.1111,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_GENHUB,OMPA_GENHUB_H,28.0651,-1.6550,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_KAW,OKGEOMKAWUN2_RA,27.9033,-1.8168,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,28.3276,-1.3925,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,27.3687,-2.3514,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,28.4387,-1.2814,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,27.8569,-1.8632,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,28.9054,-0.8147,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,27.9050,-1.8151,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,27.9050,-1.8151,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_SPP,OMPA_SPP_LA,28.3348,-1.3853,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,27.8992,-1.8209,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ONETA,CSWSCALPINEUNONETA_1_RA,28.8920,-0.8281,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,28.8920,-0.8281,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,28.8920,-0.8281,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,28.8920,-0.8281,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,ONT,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,28.9856,-0.7345,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,28.9330,-0.7871,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,28.9858,-0.7343,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,28.7473,-0.9728,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,28.9802,-0.7399,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,28.9802,-0.7399,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_GLDN,OPPD_GLDN_LA,28.9816,-0.7385,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_GLDN2,OPPD_GLDN2_LA,29.0149,-0.7052,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,28.9750,-0.7451,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_NC_HST,OPPD_NC_HST_LA,28.4339,-1.2862,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_NO_HST,OPPD_NO_HST_LA,28.9728,-0.7473,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_OPPD,OPPD_LA,29.0793,-0.6408,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_PAPIO,OPPD_PAPIO_LA,28.9944,-0.7258,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,28.9916,-0.7286,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,OTP,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,OVEC,OVEC,28.9536,-0.7665,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PARAGOULD,PARAGOULD_LA,28.9163,-0.8039,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_1,GRDAPENSA1UN1_RA,28.9021,-0.8180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_2,GRDAPENSA1UN2_RA,28.9021,-0.8180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_3,GRDAPENSA1UN3_RA,28.9021,-0.8180,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_4,GRDAPENSA1UN4_RA,28.9256,-0.7945,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_5,GRDAPENSA1UN5_RA,28.9256,-0.7945,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PENSACOLA_6,GRDAPENSA1UN6_RA,28.9256,-0.7945,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PIGGOTT,PIGGOTT_LA,28.9118,-0.8083,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PJM,PJM,28.9703,-0.7498,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PLUM,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,POPLARBLUFF,POPLARBLUFF_LA,28.9086,-0.8115,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,30.4980,0.7779,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,30.4980,0.7779,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,30.4364,0.7163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,30.4364,0.7163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,32.5986,2.8785,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,32.5917,2.8716,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,30.3695,0.6494,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,30.3167,0.5965,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,27.6068,-2.1133,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,28.9790,-0.7412,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,28.2032,-1.5169,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,28.5837,-1.1364,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,29.1740,-0.5461,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,29.2242,-0.4959,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,29.3436,-0.3765,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,31.1378,1.4176,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,29.6560,-0.0641,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,31.2918,1.5717,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,31.2603,1.5402,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,29.7762,0.0561,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,PUPP,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,RCEAST,RCEAST,29.2392,-0.4809,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_1,GRDASALINA1UN1_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_2,GRDASALINA1UN2_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_3,GRDASALINA1UN3_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_4,GRDASALINA1UN4_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_5,GRDASALINA1UN5_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SALINA_6,GRDASALINA1UN6_RA,28.9777,-0.7424,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SARPY_1,OPPDSARPYUN1_RA,28.9556,-0.7645,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SARPY_2,OPPDSARPYUN2_RA,29.0209,-0.6992,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SARPY_3,OPPDSARPYUN3_RA,28.8852,-0.8349,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SARPY_4,OPPDSARPYUN4_RA,28.8852,-0.8349,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SARPY_5,OPPDSARPYUN5_RA,28.8852,-0.8349,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SC,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SCEG,VACS,28.9771,-0.7430,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SCSE,SCSE,28.9952,-0.7249,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SEC,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,27.8744,-1.8457,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,27.8744,-1.8457,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,27.8744,-1.8457,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,29.7398,0.0197,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,27.8744,-1.8457,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,28.2725,-1.4476,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,28.1280,-1.5921,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,28.1280,-1.5921,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,28.5592,-1.1609,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,27.8462,-1.8739,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,28.9590,-0.7611,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,29.2718,-0.4483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,29.1517,-0.5685,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,27.8572,-1.8630,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,29.0626,-0.6575,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,28.4875,-1.2326,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,28.5392,-1.1809,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,28.4469,-1.2732,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,28.4482,-1.2719,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,28.4482,-1.2719,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,28.4482,-1.2719,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,28.3453,-1.3748,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,28.2725,-1.4476,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI_SECI,SECI_LA,29.0572,-0.6629,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,28.5592,-1.1609,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SEHA,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,28.1698,-1.5503,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SERU,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SETH,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SGE,SGE,28.7789,-0.9412,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SMEP,MISO,29.1937,-0.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SOCO,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPA,SPA,28.9090,-0.8111,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPC,SPC,31.5666,1.8465,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPPNORTH_HUB,SPPNORTH_H,29.4415,-0.2787,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPPSOUTH_HUB,SPPSOUTH_H,28.4967,-1.2235,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,29.0001,-0.7200,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,29.0079,-0.7123,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,29.0965,-0.6236,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,29.0965,-0.6236,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_NIXA,SPRM_NIXA_LA,29.1183,-0.6019,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_SPRM,SPRM_LA,29.2344,-0.4857,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,29.0068,-0.7133,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,29.0068,-0.7133,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,28.9498,-0.7703,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,29.0068,-0.7133,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,33.6915,3.3081,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,33.4613,3.0779,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,30.3964,0.0130,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,30.3964,0.0130,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,32.5878,2.2044,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,34.4048,4.0214,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,34.6990,4.3156,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,34.4027,4.0193,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,31.8229,1.4395,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,33.9102,3.5268,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,34.2804,3.8970,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,34.2804,3.8970,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,33.9102,3.5268,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,30.5799,0.1965,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,33.4613,3.0779,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,30.8389,0.4554,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,29.8332,-0.5502,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,31.2419,0.8585,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,31.9095,1.5261,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,31.0466,0.6632,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,29.5736,-0.8099,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,29.5735,-0.8099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,29.5735,-0.8099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,29.5735,-0.8099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GRID.WRAB,WRAB_DDR,31.8209,1.4375,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,29.5735,-0.8099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,32.4594,2.0760,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,32.4594,2.0760,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,32.4924,2.1089,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,32.4924,2.1089,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,32.4924,2.1089,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,32.4594,2.0760,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,30.3674,-0.0160,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,30.3674,-0.0160,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,30.3680,-0.0154,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,30.6641,0.2807,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.HOBBS.CC,SPSHOBBSPLT1,33.9260,3.5426,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.JONES1,SPSJONESSUBUN1_RA,31.7896,1.4061,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.JONES2,SPSJONESSUBUN2_RA,31.7899,1.4065,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.JONES3,SPSJONESSUBUN3_RA,31.7896,1.4062,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.JONES4,SPSJONESSUBUN4_RA,31.7896,1.4062,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,34.1691,3.7857,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,33.9465,3.5631,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,33.9466,3.5632,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,28.1964,-1.5237,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,30.2417,-0.1417,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,30.2417,-0.1417,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,30.3735,-0.0099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,31.8209,1.4375,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,30.3635,-0.0199,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,30.4783,0.0948,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,28.7822,-0.9379,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,30.6333,0.2499,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PLANTX1,SPS.PLANTX1_H,33.5711,3.1877,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PLANTX2,SPS.PLANTX2_H,33.5711,3.1877,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,33.4819,3.0985,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,32.5039,2.1205,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,29.7490,-0.6344,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,34.9768,4.5934,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,32.6033,2.2199,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,30.7258,0.3424,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,34.0183,3.6349,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,34.7575,4.3741,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,34.0183,3.6349,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,34.3379,3.9545,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,30.4156,0.0322,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,35.9162,5.5328,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,35.9827,5.5992,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,35.3344,4.9510,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,34.2831,3.8997,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,35.9688,5.5854,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,28.4702,-1.2499,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,31.6887,1.3053,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,33.6390,3.2556,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,33.6390,3.2556,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,34.0183,3.6349,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,31.8933,1.5099,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0006,SPS.VOLT.0006_H,34.9445,4.5611,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0023,SPS.VOLT.0023_H,34.2522,3.8688,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0025,SPS.VOLT.0025_H,34.4968,4.1134,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0033,SPS.VOLT.0033_H,32.6236,2.2402,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0045,SPS.VOLT.0045_H,35.9162,5.5328,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0046,SPS.VOLT.0046_H,37.0394,6.6560,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0047,SPS.VOLT.0047_H,36.3792,5.9958,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0052,SPS.VOLT.0052_H,32.8579,2.4745,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0113,SPS.VOLT.0113_H,34.8148,4.4314,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0136,SPS.VOLT.0136_H,30.1247,-0.2587,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0137,SPS.VOLT.0137_H,30.0709,-0.3125,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0163,V163_DDR,31.2724,0.8890,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0168,V168_DDR,29.6507,-0.7328,0.5735,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0180,V180_DDR,37.0394,6.6560,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0181,V181_DDR,30.1039,-0.2795,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0182,V182_DDR,36.0689,5.6855,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0199,V199_DDR,34.6892,4.3058,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0200,V200_DDR,34.8420,4.4586,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.VOLT.0235,V235_DDR,30.3635,-0.0199,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,34.6990,4.3156,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,34.4027,4.0193,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,31.0808,0.6974,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,32.6956,2.3122,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS_SPS,SPS_LA,33.9978,3.6144,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,33.7323,3.3489,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SSCN_NPPD,SSCN_NPPD_LA,29.2485,-0.4717,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,28.8990,-0.8211,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,28.8990,-0.8211,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,TAL,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,TEC,SOUC,29.0038,-0.7164,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,29.7337,0.0136,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,TVA,TVA,28.9492,-0.7710,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB,UCUHUB_H,27.9138,-1.8063,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB17,UCUHUB17_H,28.0932,-1.6269,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB18,UCUHUB18_H,27.9951,-1.7250,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB19,UCUHUB19_H,27.8975,-1.8226,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB20,UCUHUB20_H,27.8860,-1.8341,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB21,UCUHUB21_H,27.9107,-1.8094,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB22,UCUHUB22_H,27.8823,-1.8379,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB23,UCUHUB23_H,27.8880,-1.8322,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,UCUHUB24,UCUHUB24_H,27.8567,-1.8634,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,32.0571,2.3370,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,32.0571,2.3370,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,30.3071,0.5870,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,30.3071,0.5870,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,30.3324,0.6123,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,30.3985,0.6784,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,30.3985,0.6784,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,32.0571,2.3370,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,30.7053,0.9852,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,31.0912,1.3710,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,29.3539,-0.3662,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,29.1217,-0.5984,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,32.0358,2.3157,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,32.0358,2.3157,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,28.9451,-0.7750,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,29.3739,-0.3462,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,30.9189,1.1988,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,29.3793,-0.3408,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,30.2152,0.4951,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,29.3492,-0.3709,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,29.3437,-0.3764,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,29.3437,-0.3764,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,29.4788,-0.2413,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,29.1823,-0.5378,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,30.8909,1.1708,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,31.1222,1.4021,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,32.3562,2.6361,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,30.1140,0.3939,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,30.1115,0.3914,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,28.6031,-1.1170,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,30.0576,0.3375,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,31.0713,1.3512,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,29.0291,-0.6910,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,28.7400,-0.9801,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,29.6943,-0.0258,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,31.7451,2.0250,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,31.7451,2.0250,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,31.7418,2.0217,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,31.7451,2.0250,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,31.8607,2.1406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,29.0797,-0.6404,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,31.3693,1.6492,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,29.9948,0.2747,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,29.9948,0.2747,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,30.0367,0.3166,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,30.0367,0.3166,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,30.4858,0.7656,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,30.4112,0.6910,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,29.6805,-0.0396,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,29.1834,-0.5368,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,29.2623,-0.4578,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,30.3324,0.6123,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,30.3324,0.6123,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,29.3793,-0.3408,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,29.2564,-0.4637,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,29.6071,-0.1130,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,28.8418,-0.8784,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,29.4855,-0.2346,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.FSE,WAUE.FSE_H,29.2227,-0.4974,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,30.4481,0.7280,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,30.4103,0.6901,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,28.5423,-1.1778,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,28.4950,-1.2251,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,29.9879,0.2678,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,29.8524,0.1323,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,29.0396,-0.6805,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,29.1217,-0.5984,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,28.4692,-1.2509,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,28.4394,-1.2807,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,28.4418,-1.2783,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,28.4127,-1.3074,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,29.5808,-0.1393,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,29.2564,-0.4637,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,29.6486,-0.0715,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,29.5342,-0.1859,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,30.8257,1.1055,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,29.7697,0.0496,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,29.5969,-0.1232,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,28.5004,-1.2197,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,30.2062,0.4861,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,29.2305,-0.4896,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,29.0291,-0.6910,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,30.3692,0.6491,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,29.3372,-0.3829,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,29.9835,0.2634,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,29.7281,0.0080,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,28.7803,-0.9398,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NTWK,WAUE.NTWK_H,30.0409,0.3208,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,30.3547,0.6346,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,30.3547,0.6346,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,29.2948,-0.4253,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,29.1694,-0.5507,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,29.6190,-0.1011,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,29.2948,-0.4253,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,30.3697,0.6496,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,29.3901,-0.3301,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,29.0291,-0.6910,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,29.7451,0.0250,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,31.0426,1.3225,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,27.9974,-1.7227,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,27.9056,-1.8146,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,30.1980,0.4779,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,29.3117,-0.4084,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,29.4510,-0.2691,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,29.2182,-0.5019,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,29.1834,-0.5368,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.VOLT.0152,V152_DDR,32.6191,2.8989,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE.VOLT.0172,V172_DDR,31.9684,2.2483,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_BEPM,WAUE_BEPM_LA,31.0354,1.3153,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,29.6832,-0.0369,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,29.7943,0.0742,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_EWA,WAUE_EWA_LA,29.3216,-0.3985,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,29.6269,-0.0932,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_HMMU,WAUE_HMMU_LA,29.2520,-0.4681,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,29.1047,-0.6154,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_MECB,WAUE_MECB_LA,29.4507,-0.2694,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_MMPA,WAUE_MMPA_LA,30.7748,1.0547,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_MRES,WAUE_MRES_LA,29.8669,0.1468,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,32.2281,2.5079,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,30.4481,0.7280,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,29.7817,0.0616,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_OTP,WAUE_OTP_LA,31.9805,2.2604,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_OTPW,WAUE_OTPW_LA,30.8881,1.1680,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM,WAUE_UGPM_LA,29.6360,-0.0841,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,30.7072,0.9871,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,29.6805,-0.0397,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,30.1390,0.4189,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,29.3216,-0.3985,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,29.2520,-0.4681,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,29.6949,-0.0252,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,30.4481,0.7280,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,30.7748,1.0547,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,30.0933,0.3732,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,29.5511,-0.1690,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,32.4607,2.7406,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,27.9582,-1.7619,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,27.8046,-1.9155,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,27.6195,-2.1006,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,29.3305,-0.3896,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,29.3305,-0.3896,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,26.8396,-2.8805,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,29.4378,-0.2823,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,29.3712,-0.3489,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,27.5120,-2.2081,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,27.5133,-2.2068,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,27.5154,-2.2047,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,27.6681,-2.0520,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,27.6681,-2.0520,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,27.6681,-2.0520,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,27.6681,-2.0520,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,27.6681,-2.0520,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,27.7019,-2.0182,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,28.7822,-0.9379,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,27.0714,-2.6487,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,28.2374,-1.4827,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,34.7180,4.3346,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_ENMC,WFEC_ENMC_LA,34.9636,4.5802,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,27.3346,-2.3855,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,28.8675,-0.8526,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,33.9242,3.5408,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,27.9227,-1.7974,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,27.9582,-1.7619,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,27.9582,-1.7619,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_OKGE,WFEC_OKGE_LA,28.7627,-0.9574,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,29.6188,-0.1013,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,28.2291,-1.4910,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,27.8284,-1.8917,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_WFEC,WFEC_LA,28.8991,-0.8211,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,33.9242,3.5408,0.5735,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,29.0323,-0.6878,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,28.7942,-0.9259,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,27.4308,-2.2893,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,27.4308,-2.2893,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,27.4179,-2.3022,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,27.4179,-2.3022,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,27.4307,-2.2894,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,27.4307,-2.2894,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,27.4307,-2.2894,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,28.7356,-0.9845,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,27.5830,-2.1371,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,27.8345,-1.8857,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,27.8345,-1.8857,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.GEEC.GT1,WRGORDUNG1_RA,27.5027,-2.2174,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.GEEC.GT2,WRGORDUNG2_RA,27.5027,-2.2174,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.GEEC.GT3,WRGORDUNGT3_RA,27.4075,-2.3126,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,27.5830,-2.1371,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,27.8866,-1.8335,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.HEC.GT1,WRHECGTUN32_RA,27.8892,-1.8309,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.HEC.GT2,WRHECGTUN33_RA,27.9038,-1.8163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.HEC.GT3,WRHECGTUN34_RA,27.9094,-1.8108,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.HEC.GT4,WRHECGTUN35_RA,27.9109,-1.8092,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,27.8866,-1.8335,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,27.8441,-1.8760,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,27.3933,-2.3268,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.JEC.1,WRJEFFUN10_RA,27.4667,-2.2534,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.JEC.2,WRJEFFUN11_RA,27.3274,-2.3927,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.JEC.3,WRJEFFUN12_RA,27.4618,-2.2583,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,27.3602,-2.3599,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,27.5107,-2.2094,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,27.5107,-2.2094,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.LEC.4,WRLECUN26_RA,27.7333,-1.9869,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.LEC.5,WRLECUN27_RA,27.8843,-1.8358,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MCPH.CT1,WRCMCPHUN37_RA,28.0833,-1.6368,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MCPH.CT2,WRCMCPHUN38_RA,28.0833,-1.6368,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MCPH.CT3,WRCMCPHUN48_RA,28.0783,-1.6418,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MCPH.CT4,WRCJOHNUN1_RA,28.1516,-1.5685,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,29.4841,-0.2360,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,29.0885,-0.6316,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,29.0885,-0.6316,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,28.3952,-1.3249,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,28.2219,-1.4982,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,27.8172,-1.9029,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,27.6376,-2.0825,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,27.5025,-2.2176,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,29.3607,-0.3594,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,28.4038,-1.3163,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.READ.READ,WREMPECUNREADINGWF_RA,27.4307,-2.2894,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,26.6314,-3.0887,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,27.8866,-1.8335,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,27.5830,-2.1371,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,27.7286,-1.9915,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.THAYERLD,WR.THAYERLD_LA,28.9206,-0.7995,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0102,WR.VOLT.0102_H,27.7451,-1.9750,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0106,V106_DDR,27.7318,-1.9883,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0139,WR.VOLT.0139_H,28.0820,-1.6381,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0141,WR.VOLT.0141_H,28.0438,-1.6763,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0146,WR.VOLT.0146_H,28.0187,-1.7014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0147,WR.VOLT.0147_H,28.0187,-1.7014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0148,WR.VOLT.0148_H,27.9557,-1.7644,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0153,WR.VOLT.0153_H,27.9649,-1.7552,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0157,V157_DDR,27.9893,-1.7308,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0158,V158_DDR,28.0187,-1.7014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0159,WR.VOLT.0159_H,28.0187,-1.7014,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0165,WR.VOLT.0165_H,27.5778,-2.1423,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0173,V173_DDR,28.1937,-1.5264,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0174,V174_DDR,27.7032,-2.0169,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0184,V184_DDR,27.5208,-2.1993,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0185,WR.VOLT.0185_H,27.7133,-2.0068,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0186,V186_DDR,27.6528,-2.0673,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0187,WR.VOLT.0187_H,27.5873,-2.1328,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0188,WR.VOLT.0188_H,27.7536,-1.9665,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0189,WR.VOLT.0189_H,28.3296,-1.3905,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0190,WR.VOLT.0190_H,27.5852,-2.1350,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0191,WR.VOLT.0191_H,27.5047,-2.2155,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0192,WR.VOLT.0192_H,27.5047,-2.2155,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0196,WR.VOLT.0196_H,27.5852,-2.1350,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0245,V245_DDR,27.7177,-2.0024,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.VOLT.0248,V248_DDR,27.7318,-1.9883,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,27.3647,-2.3554,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,27.9338,-1.7863,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.WOLF,WRWOLFUN15_RA,26.4871,-3.2330,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,27.8441,-1.8760,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,28.3067,-1.4134,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,27.3747,-2.3454,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KPP_NITS,WR_KPP_NITS_LA,27.6649,-2.0552,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,28.0468,-1.6734,-0.0898,29.8100\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,27.6857,-2.0344,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,27.6857,-2.0344,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,27.6857,-2.0344,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,27.6857,-2.0344,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,27.8367,-1.8834,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,27.7876,-1.9325,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,27.7876,-1.9325,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,27.4336,-2.2865,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,27.4336,-2.2865,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_MIDW,WR_MIDW_LA,29.1513,-0.5688,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,28.9020,-0.8181,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,28.1999,-1.5202,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,28.9788,-0.7413,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_SEG,WR_SEG_LA,28.3817,-1.3384,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,WR_WR,WR_LA,27.9104,-1.8097,-0.0898,29.8099\n03/31/2025 08:50:00,03/31/2025 13:50:00,YAD,VACS,28.9771,-0.7430,-0.0898,29.8099\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310855.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 08:55:00,03/31/2025 13:55:00,AEC,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_CSWS,CSWS_AECC_LA,34.1830,-0.6551,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,34.3979,-0.4402,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,33.4538,-1.3842,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,34.0727,-0.7654,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,33.7892,-1.0489,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_HYDRO13,CSWSLD13UN1_RA,33.1637,-1.6744,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,34.3671,-0.4709,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,AECI,AECI,33.7810,-1.0571,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AEPM_CSWS,CSWS_LA,34.5097,-0.3284,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ALTW,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,AMRN,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ANTELOPE,SPSANTELOPEUNANT1_RA,37.2307,2.3926,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BBA,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BCA,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BEPM.ER01.DDR,ER01_DDR,32.9735,-1.8646,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BEPM_ER01,BEPM_ER01_LA,32.9735,-1.8646,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,36.9525,2.1145,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,35.2002,0.3622,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,BEPM_UM01,BEPM_UM01_LA,37.5354,2.6974,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,BLKW,BLKW,39.2225,4.3844,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,31.6155,-3.2226,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,31.6155,-3.2226,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,31.8499,-2.9881,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,31.6654,-3.1726,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,BRAZ,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BUBA,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,33.4751,-1.3630,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,32.4185,-2.4196,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,33.7850,-1.0531,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,33.7850,-1.0531,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CLEC,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,34.0187,-0.8193,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,COWP,COWP_LA,33.9052,-0.9329,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,33.9052,-0.9329,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,33.9052,-0.9329,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CPLE,VACS,33.9468,-0.8912,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CPLW,VACS,33.9468,-0.8912,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,33.8477,-0.9904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,33.8477,-0.9904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,33.8477,-0.9904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,33.8477,-0.9904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CRTH_SPA,WRCRTH_SPA_LA,33.4646,-1.3734,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,35.2057,0.3677,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,33.0788,-1.7593,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,34.3671,-0.4709,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,34.0727,-0.7654,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWJLSTALL,CSWSSTALL_PPPLT1,35.2015,0.3635,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,35.1971,0.3590,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,35.1374,0.2993,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,35.1374,0.2993,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWMATTISON1,CSWSMATTISONUN1_RA,33.7631,-1.0750,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWMATTISON2,CSWSMATTISONUN2_RA,33.7631,-1.0750,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWMATTISON3,CSWSMATTISONUN3_RA,33.7674,-1.0707,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWMATTISON4,CSWSMATTISONUN4_RA,33.7674,-1.0707,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,34.3671,-0.4709,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWNARROWS1,CSWSNARROWSUN1_RA,34.8447,0.0066,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,33.5386,-1.2995,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,33.2915,-1.5465,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,33.7928,-1.0453,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,33.8605,-0.9776,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,33.7149,-1.1232,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,33.7062,-1.1319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,33.7062,-1.1319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,32.7411,-2.0970,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,33.6907,-1.1474,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,33.6841,-1.1539,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,33.0780,-1.7601,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,32.9900,-1.8481,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,33.1170,-1.7210,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.GRID.CDL1,CDL1_DDR,34.0395,-0.7986,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,33.1559,-1.6822,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,32.1194,-2.7186,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,34.0395,-0.7986,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.CSI1,CSI1_DDR,34.3432,-0.4948,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.CSI2,CSI2_DDR,34.3552,-0.4829,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.CSI3,NCSI3_DDR,33.9481,-0.8900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.GAZA,GAZA_DDR,34.0395,-0.7986,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,34.7509,-0.0872,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.NUEN.T201,NT201_DDR,34.0937,-0.7444,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,32.9647,-1.8733,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,32.9647,-1.8733,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,34.3671,-0.4709,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,35.5839,0.7459,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,33.1170,-1.7210,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,33.1170,-1.7210,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,32.8474,-1.9906,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,32.9900,-1.8481,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,34.8778,0.0398,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,33.7951,-1.0430,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,33.7951,-1.0430,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,33.2850,-1.5530,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,33.3895,-1.4486,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,33.6129,-1.2252,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,35.1720,0.3339,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,34.0247,-0.8134,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,35.2608,0.4227,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,36.7817,1.9436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,34.0670,-0.7711,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0056,PRYORCRK_DDR,34.3552,-0.4829,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0057,OKMU_DDR,34.2451,-0.5930,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0060,LEHIGH_DDR,34.5564,-0.2816,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0086,WARRENM_DDR,34.0125,-0.8256,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,35.7074,0.8693,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,34.1397,-0.6984,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0121,V121_DDR,35.1720,0.3339,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0122,V122_DDR,34.0854,-0.7526,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0124,V124_DDR,33.9406,-0.8975,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0135,V135_DDR,34.1215,-0.7166,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0144,V144_DDR,33.6965,-1.1416,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0145,V145_DDR,33.4902,-1.3479,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,35.2136,0.3755,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,34.4994,-0.3387,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0175,V175_DDR,33.9481,-0.8900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,34.4994,-0.3387,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,34.6489,-0.1892,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,34.1215,-0.7166,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,34.1034,-0.7347,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,34.0165,-0.8216,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,33.7638,-1.0743,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,33.8986,-0.9395,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,34.1034,-0.7347,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0211,V211_DDR,35.5311,0.6930,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,34.1545,-0.6835,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0213,V213_DDR,34.0334,-0.8047,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0215,V215_DDR,34.0883,-0.7498,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0217,V217_DDR,34.1283,-0.7097,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0218,V218_DDR,33.7818,-1.0563,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0228,V228_DDR,34.0259,-0.8121,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0232,V232_DDR,34.0915,-0.7466,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0233,V233_DDR,34.1238,-0.7143,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0240,V240_DDR,33.9943,-0.8437,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0244,V244_DDR,34.1034,-0.7347,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0246,MDT1_DDR,34.7509,-0.0872,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0249,V249_DDR,34.0951,-0.7429,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0250,V250_DDR,33.1420,-1.6961,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0251,V251_DDR,33.9413,-0.8968,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.VOLT.0252,V252_DDR,33.7638,-1.0743,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,32.8319,-2.0061,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,32.3150,-2.5231,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,32.6851,-2.1529,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,34.9990,0.1610,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,32.8685,-1.9696,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,33.3806,-1.4574,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,33.3806,-1.4574,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,33.3552,-1.4829,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,32.4457,-2.3924,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,32.4457,-2.3924,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,34.3671,-0.4709,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,35.2243,0.3863,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,34.0625,-0.7756,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,34.0136,-0.8244,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,34.2092,-0.6289,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,34.2092,-0.6289,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWELSH1,CSWSWELSHUN1_RA,34.5708,-0.2673,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWELSH3,CSWSWELSHUN3_RA,34.5708,-0.2673,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWILKES1,CSWSWILKESUN1_RA,34.7493,-0.0888,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWILKES2,CSWSWILKESUN2_RA,34.7493,-0.0888,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,CSWWILKES3,CSWSWILKESUN3_RA,34.7213,-0.1168,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,33.0556,-1.7825,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DENL,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DERS,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DOE,DOE,33.8903,-0.9478,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,32.5027,-2.3353,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,DPC,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,DUK,VACS,33.9468,-0.8912,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDDY,EDDY,40.2166,5.3785,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,33.0689,-1.7691,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,32.9563,-1.8818,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,32.8694,-1.9687,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE.SLCC,EDESTL4391_PLT,32.3867,-2.4513,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE.VOLT.0234,EDE.VOLT.0234_H,32.8521,-1.9860,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,32.6186,-2.2195,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_EC_01,EDELAR3821UN1_RA,33.0689,-1.7691,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_EC_02,EDELAR3821UN2_RA,33.0352,-1.8028,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_EC_03,EDELAR3821UN3_RA,33.0689,-1.7691,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_EC_04,EDELAR3821UN4_RA,33.0689,-1.7691,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_EDE,EDE_LA,33.8115,-1.0265,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_ERW,EDEERWFUNG1_RA,32.3588,-2.4793,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,32.5004,-2.3377,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_OZD_5,EDEOZRK_BUN5_RA,34.1062,-0.7319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_OZD_6,EDEOZRK_BUN6_RA,34.1062,-0.7319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_OZD_7,EDEOZRK_BUN7_RA,34.1062,-0.7319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_OZD_8,EDEOZRK_BUN8_RA,34.1062,-0.7319,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,33.8930,-0.9451,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_RIV_10,EDERIV1671UN10_RA,32.9179,-1.9202,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_RIV_11,EDERIV1671UN11_RA,32.9179,-1.9202,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_RIV_12,EDERIV453UN12_PLT,32.9179,-1.9202,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_SL_01,EDESTL4391UN1_RA,32.1604,-2.6776,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EDE_SWMP,EDE_SWMP_LA,34.0783,-0.7598,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EEI,EEI,33.8900,-0.9480,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,EES,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,32.2629,-2.5752,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ERCOTE,ERCOTE,34.5708,-0.2673,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ERCOTN,ERCOTN,33.0243,-1.8138,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,33.0776,-1.7605,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FMPP,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,FPC,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,FPL,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,FREM_50T,OPPDFREM_GUN1_RA,34.2619,-0.5762,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FREM_6,OPPDFREM_AUN6_RA,34.2105,-0.6276,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FREM_7,OPPDFREM_AUN7_RA,34.2105,-0.6276,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FREM_8,OPPDFREM_AUN8_RA,34.0703,-0.7678,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FREM_LOAD,FREM_LOAD_LA,34.2254,-0.6127,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,FRONTIER,WRGETTUNFRONTIER_RA,32.9080,-1.9300,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GATEWAY_LOAD,CSWS_TENASKA_LA,34.8778,0.0398,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,33.9279,-0.9102,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,32.6744,-2.1637,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,34.0187,-0.8193,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,34.0187,-0.8193,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,34.0187,-0.8193,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.GREC2,GRDAGRDA17UN2_RA,33.8137,-1.0244,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,33.8137,-1.0244,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,33.8057,-1.0323,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,33.8057,-1.0323,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,32.1250,-2.7130,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,33.4848,-1.3532,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,33.4848,-1.3532,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,33.4848,-1.3532,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.VOLT.0130,V130_DDR,34.2650,-0.5731,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA.VOLT.0237,V237_DDR,33.9953,-0.8428,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDAHUB2,GRDAHUB2_H,33.3917,-1.4464,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDAHUB3,GRDAHUB3_H,33.2913,-1.5468,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA_GRDA,GRDA_LA,33.9747,-0.8634,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA_HUB,GRDA_H,33.3769,-1.4612,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRDA_HUBSA,GRDASA_H,33.6756,-1.1625,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GRE,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,36.1674,1.3294,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GSEC_SPS,SPS_GSEC_LA,37.5308,2.6928,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GSPR2014HUB,GSPR2014HUB_H,36.6702,1.8322,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,GSPR2015HUB,GSPR2015HUB_H,36.5607,1.7226,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,35.7320,0.8939,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,HARRISON,CSWSLEBROCKPLT1,34.9249,0.0868,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,HAST_TNSK_HUB,HAST_TNSK_H,35.3036,0.4655,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,HQST,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,HST,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_H_5,INDNSUB_HUN5_RA,33.7290,-1.1091,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_H_6,INDNSUB_HUN6_RA,33.7290,-1.1091,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_I_3,INDNSUBIUN3_RA,33.7006,-1.1375,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_I_4,INDNSUBIUN4_RA,33.7006,-1.1375,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_J_1,INDNSUBJUN1_RA,33.7481,-1.0900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDNSUB_J_2,INDNSUBJUN2_RA,33.7481,-1.0900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDN_INDN,INDN_LA,33.7105,-1.1275,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ISNE,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,JEA,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,JONES_STREET_1,OPPDJONES_STUN1_RA,34.0299,-0.8082,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,JONES_STREET_2,OPPDJONES_STUN2_RA,34.0299,-0.8082,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,32.7933,-2.0448,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYCT4,KACYNEARMANUNCT4_RA,33.0533,-1.7847,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,32.9712,-1.8668,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,33.0533,-1.7847,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,33.1710,-1.6671,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,33.1314,-1.7066,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KACY_KACY,KACY_LA,33.2158,-1.6223,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,33.2152,-1.6229,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,34.3002,-0.5378,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,32.1228,-2.7153,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,31.9798,-2.8582,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0222,V222_DDR,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0223,V223_DDR,32.6666,-2.1715,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0241,V241_DDR,34.0399,-0.7982,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0243,V243_DDR,33.7538,-1.0843,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0247,V247_DDR,32.7979,-2.0402,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.VOLT.0253,V253_DDR,33.2371,-1.6010,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,31.2711,-3.5670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,32.5233,-2.3148,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,32.5233,-2.3148,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,32.5233,-2.3148,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,32.5230,-2.3151,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,33.2192,-1.6188,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,33.2192,-1.6188,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB,KCPLHUB_H,32.2184,-2.6197,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB17,KCPLHUB17_H,32.2331,-2.6050,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB18,KCPLHUB18_H,32.2274,-2.6107,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB19,KCPLHUB19_H,32.2976,-2.5405,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB20,KCPLHUB20_H,32.2331,-2.6050,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB21,KCPLHUB21_H,32.2893,-2.5488,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB22,KCPLHUB22_H,32.2522,-2.5859,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB23,KCPLHUB23_H,32.2289,-2.6092,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLHUB24,KCPLHUB24_H,32.2154,-2.6227,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,32.7738,-2.0643,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,32.7738,-2.0643,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,31.9245,-2.9136,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,31.9245,-2.9136,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,33.2345,-1.6036,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,33.2152,-1.6229,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,33.2881,-1.5500,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,33.2881,-1.5500,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,33.2880,-1.5500,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,33.2880,-1.5500,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,33.2880,-1.5501,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,33.2880,-1.5501,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,33.2880,-1.5501,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,33.2880,-1.5501,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,32.4379,-2.4001,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,33.1709,-1.6672,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KCPL_KCPL,KCPL_LA,33.1055,-1.7326,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KENN,KENN_LA,33.8766,-0.9615,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KEP2_SECI,KEP2_SECI_LA,34.4089,-0.4292,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KERR_1,GRDAKERR_HYDUN1_RA,33.9711,-0.8670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KERR_2,GRDAKERR_HYDUN2_RA,33.9942,-0.8439,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KERR_3,GRDAKERR_HYDUN3_RA,33.9942,-0.8439,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KERR_4,GRDAKERR_HYDUN4_RA,33.9711,-0.8670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,32.5228,-2.3153,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,32.5228,-2.3153,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,32.7039,-2.1342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,32.7039,-2.1342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,32.5396,-2.2985,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,32.6030,-2.2351,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,32.6030,-2.2351,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,33.6430,-1.1950,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,33.6430,-1.1950,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,33.6430,-1.1950,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,34.1598,-0.6782,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,34.1598,-0.6782,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,33.6056,-1.2325,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,33.9920,-0.8461,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,32.4994,-2.3386,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,32.9951,-1.8430,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,32.9951,-1.8430,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,32.6650,-2.1730,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,32.6650,-2.1730,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,32.6650,-2.1730,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,34.6088,-0.2292,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,33.3798,-1.4583,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,32.9800,-1.8581,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,KMEA_EUDORA,KMEA_EUDORA_LA,32.9386,-1.8994,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LAFA,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LAM345,LAM345,33.4751,-1.3630,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LEPA,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_JSTREET,LES8_NUNJ_STREET_RA,33.9690,-0.8690,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_LES,LES_LA,33.9234,-0.9147,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,33.6947,-1.1433,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_ROKEBY_1,LESROKEBYUN1_RA,33.7793,-1.0588,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_ROKEBY_2,LESROKEBYUN2_RA,33.8361,-1.0019,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_ROKEBY_3,LESROKEBYUN3_RA,33.8361,-1.0019,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_TBGS_CC1,LES84_BLUFPLT1,33.7084,-1.1297,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,33.6947,-1.1433,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_WAVERLY,LES_WAVERLY_H,33.7926,-1.0454,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,33.7129,-1.1252,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,33.7145,-1.1235,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,LGEE,LGEE,33.9202,-0.9178,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MALDEN,MALDEN_LA,33.8745,-0.9636,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MCWEST,MCWEST,35.6544,0.8163,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MDU,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,34.9627,0.1246,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,34.0836,-0.7545,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,35.8070,0.9689,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MEAN_NPPD,NPPD_MEAN_LA,35.2946,0.4565,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MEC,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MHEB,MHEB,35.5532,0.7151,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,34.1773,-0.6608,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,34.4057,-0.4323,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,34.1773,-0.6608,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,34.1773,-0.6608,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,34.4057,-0.4323,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MISO,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,34.7176,-0.1204,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,34.7176,-0.1204,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,33.0952,-1.7429,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,33.5173,-1.3207,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,33.8410,-0.9971,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,33.0121,-1.8260,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KPP,SECI_MKEC_KPP_LA,33.3998,-1.4383,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,33.1710,-1.6670,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,33.6039,-1.2342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,33.6039,-1.2342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,33.6039,-1.2342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,33.6039,-1.2342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,33.6039,-1.2342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,33.3967,-1.4413,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,33.8301,-1.0079,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,33.8301,-1.0079,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,33.7989,-1.0392,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,34.2535,-0.5845,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MOWR,AECI,33.7810,-1.0571,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,33.6231,-1.2150,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,33.8369,-1.0011,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,32.7945,-2.0435,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,32.9190,-1.9191,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,32.3367,-2.5014,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,32.8134,-2.0247,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,32.5872,-2.2509,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,32.5872,-2.2509,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,32.5087,-2.3294,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,32.5087,-2.3294,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,33.0914,-1.7467,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,33.1524,-1.6856,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,33.8848,-0.9533,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,32.3230,-2.5151,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,31.9284,-2.9097,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,31.8287,-3.0094,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,31.9286,-2.9094,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSTWA1UN1,MPSTWA1UN1_RA,33.2411,-1.5969,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPSTWA1UN2,MPSTWA1UN2_RA,33.2411,-1.5969,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MPS_MPS,MPS_LA,33.2754,-1.5627,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MSTNG,SPSMSTNGPLT1,39.3204,4.4824,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,MSTNG4,SPSMSTNGUN4_RA,38.8629,4.0248,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MSTNG5,SPSMSTNGUN5_RA,39.0477,4.2096,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,39.0477,4.2096,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NBSO,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,32.8005,-2.0376,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,32.7988,-2.0393,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,35.1761,0.3381,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NHC1,VACS,33.9468,-0.8912,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,33.9591,-0.8790,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,33.9591,-0.8790,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,33.9591,-0.8790,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,36.4429,1.6049,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,35.1659,0.3279,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,33.6668,-1.1713,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,33.9967,-0.8414,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,35.1659,0.3279,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.HUB.PY2018,NPPDPY18_H,33.2289,-1.6092,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,33.2134,-1.6247,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,33.2268,-1.6113,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,33.1959,-1.6422,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,34.0978,-0.7403,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,34.5464,-0.2917,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,34.5464,-0.2917,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,34.5425,-0.2956,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,34.0978,-0.7403,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,33.9745,-0.8635,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,35.8051,0.9670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,34.5285,-0.3096,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,35.8051,0.9670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,36.0768,1.2388,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,35.5615,0.7234,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,34.1661,-0.6720,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,35.1659,0.3279,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,34.5441,-0.2940,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,34.5464,-0.2917,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,34.5464,-0.2917,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,34.9926,0.1545,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,34.9878,0.1498,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,34.9878,0.1498,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,35.6453,0.8072,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,34.4529,-0.3852,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,35.3772,0.5391,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,36.5489,1.7108,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,34.5936,-0.2444,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,34.6942,-0.1439,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.NELI.DDR,NELI_DDR,34.2253,-0.6127,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.NPPM.1058,SH1058_DDR,34.7393,-0.0988,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,35.2546,0.4165,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,35.1659,0.3279,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,33.6668,-1.1713,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,34.1211,-0.7170,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.TECH.1,KEARNE_DDR,35.6497,0.8116,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,34.4457,-0.3924,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,34.4457,-0.3924,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,34.1335,-0.7045,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD.VOLT.0236,V236_DDR,33.8120,-1.0261,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD2017HUB,NPPD2017HUB_H,33.2093,-1.6287,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,34.2179,-0.6202,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,36.4429,1.6049,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,35.8453,1.0072,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,35.8453,1.0072,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_BPS,NPPDBEAPWRSTPLT1,33.7898,-1.0482,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,33.8531,-0.9850,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,34.4166,-0.4215,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,34.9413,0.1033,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,34.1185,-0.7196,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,34.4072,-0.4308,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,34.1205,-0.7175,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,35.2729,0.4348,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COOPR,NPPDCOOPERUN1_RA,32.9256,-1.9125,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_COSN_NPPD,NPPD_COSN_LA,35.5751,0.7371,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,34.3945,-0.4435,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,34.4107,-0.4274,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,34.4818,-0.3563,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,34.4590,-0.3790,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,35.1305,0.2924,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,35.0973,0.2592,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,35.0973,0.2592,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,35.2087,0.3707,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,33.9745,-0.8635,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,35.1994,0.3613,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,33.6296,-1.2085,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,35.3285,0.4904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,35.3059,0.4678,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,35.3219,0.4838,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,35.3219,0.4838,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,35.2729,0.4348,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,35.2729,0.4348,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,37.0827,2.2446,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,35.1131,0.2750,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,34.2416,-0.5964,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,34.8535,0.0154,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,34.4422,-0.3959,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,34.5612,-0.2769,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_NELI_LD,NPPD_NELIGH_LA,34.2253,-0.6127,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,34.6346,-0.2034,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,34.6346,-0.2034,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_NPPD,NPPD_LA,34.7500,-0.0881,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,33.6296,-1.2085,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,33.6296,-1.2085,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,33.2407,-1.5974,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,35.6917,0.8536,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NSB,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,NSP,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NSSO,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,NYIS,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,33.4271,-1.4110,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,32.2304,-2.6077,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,32.0622,-2.7759,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,32.0622,-2.7759,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,33.8198,-1.0183,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,32.6744,-2.1637,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,32.5683,-2.2698,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,31.0783,-3.7597,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,32.1313,-2.7067,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,32.0957,-2.7424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,33.4270,-1.4111,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,32.1313,-2.7067,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,33.7040,-1.1341,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,33.2747,-1.5634,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,33.6010,-1.2371,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,32.0957,-2.7424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,32.6374,-2.2007,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,32.9748,-1.8632,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,32.9949,-1.8431,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,33.3084,-1.5297,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,32.0957,-2.7424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NUEN.ADA1,ADA1_DDR,33.6453,-1.1928,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NUEN.LAM1,LAM1_DDR,35.0675,0.2294,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NUEN.MDT2,MDT2_DDR,33.4323,-1.4058,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NUEN.MDT3,MDT3_DDR,33.4323,-1.4058,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.NUEN.WWO1,WWO1_DDR,33.6584,-1.1796,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,33.4560,-1.3821,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,33.4553,-1.3827,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,33.4949,-1.3432,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,33.5710,-1.2671,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,33.5710,-1.2671,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,33.4946,-1.3435,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,33.4946,-1.3435,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,32.0957,-2.7424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,33.8623,-0.9758,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,33.7040,-1.1341,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,32.7269,-2.1112,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,32.6374,-2.2007,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,33.7495,-1.0886,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,32.7467,-2.0914,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,32.7467,-2.0914,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,32.8993,-1.9387,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,32.8993,-1.9387,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,32.0909,-2.7471,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,32.3083,-2.5298,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,32.2304,-2.6077,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,32.2700,-2.5681,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,32.2700,-2.5681,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,33.5131,-1.3250,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,32.9575,-1.8805,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,32.9575,-1.8805,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,32.9575,-1.8805,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0033,FOSTER_DDR,33.6266,-1.2115,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0034,CUSHOIL_DDR,34.7301,-0.1079,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0035,TARBY_DDR,34.4982,-0.3398,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0036,CUSHFLI_DDR,34.7301,-0.1079,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,34.2800,-0.5580,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,34.2800,-0.5580,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,33.3359,-1.5021,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0040,TROSPER_DDR,33.6920,-1.1461,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,33.6943,-1.1438,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,33.9982,-0.8399,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0115,V115_DDR,33.4625,-1.3756,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0116,V116_DDR,33.7083,-1.1297,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0118,V118_DDR,33.8777,-0.9604,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0125,V125_DDR,34.2814,-0.5567,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0126,V126_DDR,34.0263,-0.8117,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0129,V129_DDR,33.1577,-1.6804,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,33.4787,-1.3594,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0134,V134_DDR,34.0777,-0.7603,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0138,V138_DDR,33.9871,-0.8509,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,33.6494,-1.1887,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0143,V143_DDR,34.1267,-0.7114,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0149,V149_DDR,33.2710,-1.5671,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0150,V150_DDR,33.4138,-1.4243,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0155,V155_DDR,33.9294,-0.9087,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0156,V156_DDR,33.4787,-1.3594,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0166,V166_DDR,35.4212,0.5832,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,33.6714,-1.1667,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,33.4138,-1.4243,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0170,V170_DDR,33.6495,-1.1885,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,33.1905,-1.6476,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0176,V176_DDR,33.4138,-1.4243,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0177,V177_DDR,32.8848,-1.9533,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,33.6789,-1.1592,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,33.3527,-1.4853,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0195,V195_DDR,35.0610,0.2229,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0197,V197_DDR,34.4986,-0.3394,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0198,V198_DDR,35.4212,0.5832,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0208,V208_DDR,35.0838,0.2458,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0209,V209_DDR,35.0838,0.2458,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,34.2451,-0.5930,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0216,V216_DDR,33.6923,-1.1458,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0219,V219_DDR,33.9294,-0.9087,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0220,V220_DDR,33.4138,-1.4243,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0224,V224_DDR,33.5682,-1.2699,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0225,V225_DDR,33.5698,-1.2682,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0226,V226_DDR,33.5682,-1.2699,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0227,V227_DDR,33.5682,-1.2699,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0229,V229_DDR,33.3304,-1.5076,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0231,V231_DDR,34.2188,-0.6193,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0238,V238_DDR,32.6091,-2.2289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.VOLT.0242,V242_DDR,33.9577,-0.8803,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,32.6946,-2.1435,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,32.3896,-2.4485,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,33.2872,-1.5509,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,32.6946,-2.1435,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,33.5348,-1.3032,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,30.9384,-3.8997,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEHL7,OKGEHL7_H,33.6226,-1.2154,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEHL8,OKGEHSL1UN8_RA,33.6226,-1.2154,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEHL910,OKGEHSL1PLT2,33.6226,-1.2154,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,33.4310,-1.4071,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEMCC,OKGEMCCLAIPLT1,32.8887,-1.9494,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,33.7526,-1.0855,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,33.7526,-1.0855,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,33.6957,-1.1424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,33.0987,-1.7394,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,32.9264,-1.9117,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,32.9305,-1.9076,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,33.0987,-1.7394,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESM1,OKGESEMINOLEUN1_RA,33.5098,-1.3283,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESM2,OKGESEMINOLEUN2_RA,33.4578,-1.3803,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESM3,OKGESEMINOLEUN3_RA,33.4578,-1.3803,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESO1,OKGESONR1UN1_RA,32.1854,-2.6527,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESO2,OKGESONR1UN2_RA,32.2700,-2.5681,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,33.4004,-1.4377,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,32.9811,-1.8569,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGETINK5A,OKGETINK5UN1_RA,33.6161,-1.2219,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGETINK5B,OKGETINK5UN2_RA,33.6161,-1.2219,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,33.0931,-1.7449,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,32.2304,-2.6077,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,33.6185,-1.2196,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,32.9091,-1.9289,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_OKGE,OKGE_LA,33.6369,-1.2012,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,32.7269,-2.1112,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,33.0793,-1.7588,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMLP,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,33.9098,-0.9283,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,33.5192,-1.3189,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_GENHUB,OMPA_GENHUB_H,32.9016,-1.9365,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_KAW,OKGEOMKAWUN2_RA,32.7216,-2.1165,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,33.2555,-1.5826,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,32.1313,-2.7067,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,33.3195,-1.5186,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,32.4187,-2.4194,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,33.8726,-0.9655,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,32.7244,-2.1136,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,32.7244,-2.1136,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_SPP,OMPA_SPP_LA,33.1667,-1.6714,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,32.6946,-2.1435,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ONETA,CSWSCALPINEUNONETA_1_RA,33.8699,-0.9682,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,33.8699,-0.9682,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,33.8699,-0.9682,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,33.8699,-0.9682,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,ONT,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,33.9583,-0.8798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,33.8967,-0.9414,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,33.9591,-0.8790,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,33.7082,-1.1298,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,33.9531,-0.8850,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,33.9531,-0.8850,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_GLDN,OPPD_GLDN_LA,33.9541,-0.8840,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_GLDN2,OPPD_GLDN2_LA,33.9922,-0.8458,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,33.9745,-0.8635,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_NC_HST,OPPD_NC_HST_LA,33.3322,-1.5059,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_NO_HST,OPPD_NO_HST_LA,33.9435,-0.8946,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_OPPD,OPPD_LA,34.0704,-0.7676,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_PAPIO,OPPD_PAPIO_LA,33.9692,-0.8689,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,33.9661,-0.8719,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,OTP,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,OVEC,OVEC,33.9282,-0.9098,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PARAGOULD,PARAGOULD_LA,33.8803,-0.9578,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_1,GRDAPENSA1UN1_RA,33.8979,-0.9402,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_2,GRDAPENSA1UN2_RA,33.8979,-0.9402,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_3,GRDAPENSA1UN3_RA,33.8979,-0.9402,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_4,GRDAPENSA1UN4_RA,33.9259,-0.9122,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_5,GRDAPENSA1UN5_RA,33.9259,-0.9122,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PENSACOLA_6,GRDAPENSA1UN6_RA,33.9259,-0.9122,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PIGGOTT,PIGGOTT_LA,33.8758,-0.9622,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PJM,PJM,33.9486,-0.8895,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PLUM,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,POPLARBLUFF,POPLARBLUFF_LA,33.8749,-0.9632,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,35.7833,0.9452,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,35.7833,0.9452,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,35.7096,0.8715,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,35.7096,0.8715,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,38.2459,3.4078,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,38.2378,3.3997,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,35.6351,0.7971,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,35.5730,0.7349,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,32.4185,-2.4196,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,33.9733,-0.8648,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,33.1019,-1.7362,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,33.5188,-1.3192,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,34.1919,-0.6462,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,34.2644,-0.5737,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,34.3675,-0.4705,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,36.5431,1.7051,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,34.7205,-0.1175,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,36.6805,1.8424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,36.7338,1.8957,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,34.8920,0.0540,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,PUPP,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,RCEAST,RCEAST,34.2736,-0.5645,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_1,GRDASALINA1UN1_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_2,GRDASALINA1UN2_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_3,GRDASALINA1UN3_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_4,GRDASALINA1UN4_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_5,GRDASALINA1UN5_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SALINA_6,GRDASALINA1UN6_RA,33.9753,-0.8628,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SARPY_1,OPPDSARPYUN1_RA,33.9230,-0.9151,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SARPY_2,OPPDSARPYUN2_RA,33.9990,-0.8390,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SARPY_3,OPPDSARPYUN3_RA,33.8406,-0.9974,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SARPY_4,OPPDSARPYUN4_RA,33.8406,-0.9974,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SARPY_5,OPPDSARPYUN5_RA,33.8406,-0.9974,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SC,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SCEG,VACS,33.9468,-0.8912,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SCSE,SCSE,33.9341,-0.9039,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SEC,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,32.8146,-2.0235,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,32.8146,-2.0235,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,32.8146,-2.0235,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,34.9673,0.1293,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,32.8146,-2.0235,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,33.2626,-1.5755,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,33.1116,-1.7265,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,33.1116,-1.7265,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,33.5980,-1.2401,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,32.7496,-2.0885,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,34.0360,-0.8021,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,34.4237,-0.4143,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,34.2256,-0.6124,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,32.7965,-2.0415,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,34.1251,-0.7130,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,33.6136,-1.2245,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,33.8155,-1.0226,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,33.4446,-1.3934,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,33.4462,-1.3918,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,33.4462,-1.3918,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,33.4462,-1.3918,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,33.3262,-1.5119,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,33.2626,-1.5755,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI_SECI,SECI_LA,34.1817,-0.6564,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,33.5980,-1.2401,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SEHA,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,33.0793,-1.7588,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SERU,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SETH,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SGE,SGE,33.6762,-1.1619,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SMEP,MISO,34.2039,-0.6342,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SOCO,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPA,SPA,33.8797,-0.9584,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPC,SPC,37.0574,2.2193,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPPNORTH_HUB,SPPNORTH_H,34.5103,-0.3277,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPPSOUTH_HUB,SPPSOUTH_H,33.3683,-1.4698,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,34.0099,-0.8281,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,34.0195,-0.8186,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,34.1198,-0.7183,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,34.1198,-0.7183,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_NIXA,SPRM_NIXA_LA,34.1482,-0.6899,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_SPRM,SPRM_LA,34.2859,-0.5522,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,34.0192,-0.8189,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,34.0192,-0.8189,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,33.9553,-0.8828,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,34.0192,-0.8189,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,38.6506,3.8125,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,38.4137,3.5756,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,34.8661,0.0280,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,34.8661,0.0280,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,37.4269,2.5888,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,39.4809,4.6428,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,39.6770,4.8389,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,39.3166,4.4785,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,36.4941,1.6560,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,38.9055,4.0674,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,39.3309,4.4928,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,39.3309,4.4928,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,38.9055,4.0674,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,35.0663,0.2283,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,38.4137,3.5756,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,35.4214,0.5833,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,34.2649,-0.5732,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,35.9252,1.0872,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,36.6850,1.8470,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,35.6695,0.8314,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,33.9697,-0.8683,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,33.9696,-0.8684,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,33.9696,-0.8684,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,33.9696,-0.8684,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GRID.WRAB,WRAB_DDR,36.5449,1.7068,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,33.9696,-0.8684,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,37.2307,2.3926,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,37.2307,2.3926,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,37.2692,2.4312,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,37.2692,2.4312,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,37.2692,2.4312,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,37.2307,2.3926,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,34.8367,-0.0014,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,34.8367,-0.0014,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,34.8374,-0.0007,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,35.1761,0.3381,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.HOBBS.CC,SPSHOBBSPLT1,38.9212,4.0832,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.JONES1,SPSJONESSUBUN1_RA,36.4553,1.6173,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.JONES2,SPSJONESSUBUN2_RA,36.4557,1.6177,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.JONES3,SPSJONESSUBUN3_RA,36.4554,1.6174,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.JONES4,SPSJONESSUBUN4_RA,36.4554,1.6174,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,39.1998,4.3617,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,38.9470,4.1090,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,38.9471,4.1090,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,33.1028,-1.7353,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,34.6890,-0.1491,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,34.6890,-0.1491,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,34.8429,0.0048,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,36.5449,1.7068,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,34.8994,0.0613,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,34.9774,0.1393,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,33.8198,-1.0183,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,35.1417,0.3036,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PLANTX1,SPS.PLANTX1_H,38.5173,3.6793,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PLANTX2,SPS.PLANTX2_H,38.5173,3.6793,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,38.4112,3.5731,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,37.3185,2.4804,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,34.2761,-0.5620,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,39.9832,5.1451,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,37.4356,2.5976,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,35.2408,0.4027,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,39.0135,4.1755,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,39.8067,4.9687,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,39.0135,4.1755,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,39.3597,4.5216,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,34.9211,0.0830,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,41.2123,6.3742,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,41.2830,6.4449,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,40.4984,5.6604,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,39.3389,4.5009,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,41.2582,6.4202,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,33.4751,-1.3630,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,36.3900,1.5520,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,38.5874,3.7493,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,38.5874,3.7493,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,39.0135,4.1755,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,36.5748,1.7368,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0006,SPS.VOLT.0006_H,40.1113,5.2732,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0023,SPS.VOLT.0023_H,39.2952,4.4572,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0025,SPS.VOLT.0025_H,39.5932,4.7552,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0033,SPS.VOLT.0033_H,37.4369,2.5989,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0045,SPS.VOLT.0045_H,41.2123,6.3742,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0046,SPS.VOLT.0046_H,42.5420,7.7039,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0047,SPS.VOLT.0047_H,41.7688,6.9308,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0052,SPS.VOLT.0052_H,37.7283,2.8902,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0113,SPS.VOLT.0113_H,39.9204,5.0823,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0136,SPS.VOLT.0136_H,34.6477,-0.1904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0137,SPS.VOLT.0137_H,34.5857,-0.2524,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0163,V163_DDR,35.9161,1.0780,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0168,V168_DDR,33.8011,-1.0370,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0180,V180_DDR,42.5420,7.7039,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0181,V181_DDR,34.6917,-0.1463,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0182,V182_DDR,41.3990,6.5610,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0199,V199_DDR,39.8143,4.9762,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0200,V200_DDR,40.0048,5.1667,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.VOLT.0235,V235_DDR,34.8994,0.0613,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,39.6770,4.8389,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,39.3166,4.4785,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,35.7228,0.8847,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,37.5170,2.6789,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS_SPS,SPS_LA,39.0251,4.1871,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,38.7039,3.8659,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SSCN_NPPD,SSCN_NPPD_LA,34.2632,-0.5748,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,33.8621,-0.9760,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,33.8621,-0.9760,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,TAL,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,TEC,SOUC,33.9750,-0.8630,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,34.8535,0.0154,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,TVA,TVA,33.9172,-0.9209,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB,UCUHUB_H,32.7954,-2.0426,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB17,UCUHUB17_H,33.0746,-1.7635,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB18,UCUHUB18_H,32.9053,-1.9327,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB19,UCUHUB19_H,32.7987,-2.0394,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB20,UCUHUB20_H,32.7893,-2.0487,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB21,UCUHUB21_H,32.8383,-1.9998,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB22,UCUHUB22_H,32.7892,-2.0489,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB23,UCUHUB23_H,32.7962,-2.0418,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,UCUHUB24,UCUHUB24_H,32.7583,-2.0797,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,37.6465,2.8084,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,37.6465,2.8084,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,35.5599,0.7219,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,35.5599,0.7219,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,35.5842,0.7461,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,35.6655,0.8274,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,35.6655,0.8274,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,37.6465,2.8084,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,36.0254,1.1873,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,36.4887,1.6507,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,34.3815,-0.4566,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,34.1578,-0.6803,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,37.6006,2.7626,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,37.6006,2.7626,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,33.9813,-0.8568,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,34.4265,-0.4116,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,36.2179,1.3798,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,34.4125,-0.4256,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,35.4022,0.5642,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,34.3968,-0.4413,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,34.4229,-0.4152,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,34.4229,-0.4152,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,34.5523,-0.2858,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,34.2475,-0.5905,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,36.2051,1.3670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,36.5443,1.7062,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,37.9897,3.1517,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,35.3320,0.4939,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,35.3292,0.4911,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,33.4596,-1.3784,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,35.2135,0.3754,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,36.4580,1.6199,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,34.0020,-0.8361,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,33.7681,-1.0700,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,34.8232,-0.0148,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,37.2855,2.4474,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,37.2855,2.4474,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,37.2817,2.4436,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,37.2855,2.4474,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,37.4075,2.5694,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,34.0935,-0.7445,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,36.8100,1.9719,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,35.1324,0.2943,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,35.1324,0.2943,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,35.2076,0.3695,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,35.2076,0.3695,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,35.7235,0.8854,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,35.6745,0.8364,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,34.7504,-0.0876,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,34.2481,-0.5900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,34.2740,-0.5641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,35.5842,0.7461,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,35.5842,0.7461,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,34.4125,-0.4256,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,34.2938,-0.5443,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,34.7381,-0.1000,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,33.8536,-0.9845,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,34.5814,-0.2566,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.FSE,WAUE.FSE_H,34.2419,-0.5962,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,35.7254,0.8873,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,35.6825,0.8444,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,33.4585,-1.3796,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,33.4077,-1.4304,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,35.1847,0.3466,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,35.0139,0.1758,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,34.0450,-0.7931,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,34.1578,-0.6803,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,33.3703,-1.4678,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,32.9287,-1.9094,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,32.9281,-1.9099,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,33.0820,-1.7560,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,34.6827,-0.1553,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,34.2938,-0.5443,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,34.7418,-0.0963,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,34.5891,-0.2489,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,36.1209,1.2828,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,34.7984,-0.0397,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,34.6711,-0.1670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,33.3861,-1.4520,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,35.3692,0.5312,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,34.2323,-0.6058,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,34.0020,-0.8361,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,35.5917,0.7536,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,34.3628,-0.4753,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,35.1408,0.3027,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,34.8312,-0.0068,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,33.7145,-1.1235,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NTWK,WAUE.NTWK_H,35.2128,0.3747,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,35.5777,0.7396,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,35.5777,0.7396,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,34.3677,-0.4704,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,34.2331,-0.6050,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,34.7159,-0.1221,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,34.3677,-0.4704,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,35.6240,0.7859,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,34.4865,-0.3516,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,34.0020,-0.8361,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,34.9080,0.0699,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,36.3159,1.4779,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,32.8502,-1.9879,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,32.7375,-2.1006,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,35.4325,0.5944,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,34.3750,-0.4631,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,34.5000,-0.3380,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,34.2994,-0.5387,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,34.2481,-0.5900,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.VOLT.0152,V152_DDR,38.3166,3.4785,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE.VOLT.0172,V172_DDR,37.5354,2.6974,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_BEPM,WAUE_BEPM_LA,36.4124,1.5743,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,34.7740,-0.0641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,34.8278,-0.0102,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_EWA,WAUE_EWA_LA,34.3711,-0.4670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,34.7330,-0.1051,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_HMMU,WAUE_HMMU_LA,34.2787,-0.5593,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,34.1133,-0.7248,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_MECB,WAUE_MECB_LA,34.5089,-0.3291,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_MMPA,WAUE_MMPA_LA,36.0801,1.2420,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_MRES,WAUE_MRES_LA,35.0010,0.1629,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,37.8410,3.0030,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,35.7254,0.8873,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,34.9285,0.0904,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_OTP,WAUE_OTP_LA,37.4769,2.6389,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_OTPW,WAUE_OTPW_LA,36.1965,1.3584,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM,WAUE_UGPM_LA,34.7596,-0.0784,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,36.0239,1.1858,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,34.7584,-0.0797,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,35.3504,0.5123,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,34.3711,-0.4670,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,34.2787,-0.5593,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,34.8058,-0.0323,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,35.7254,0.8873,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,36.0801,1.2420,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,35.2546,0.4166,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,34.6397,-0.1984,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,38.1098,3.2717,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,32.7679,-2.0702,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,32.6416,-2.1965,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,32.0520,-2.7860,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,34.3531,-0.4850,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,34.3531,-0.4850,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,31.4038,-3.4343,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,34.4620,-0.3761,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,34.3823,-0.4558,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,32.1703,-2.6678,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,32.1705,-2.6676,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,32.1735,-2.6645,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,32.3518,-2.4863,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,32.3518,-2.4863,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,32.3518,-2.4863,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,32.3518,-2.4863,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,32.3518,-2.4863,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,32.3862,-2.4518,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,33.8198,-1.0183,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,31.6155,-3.2226,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,33.1073,-1.7308,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,39.6917,4.8537,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_ENMC,WFEC_ENMC_LA,40.0964,5.2583,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,32.0957,-2.7424,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,33.7714,-1.0666,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,38.9076,4.0696,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,32.7287,-2.1094,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,32.7679,-2.0702,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,32.7679,-2.0702,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_OKGE,WFEC_OKGE_LA,33.6455,-1.1925,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,34.6694,-0.1687,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,32.8246,-2.0135,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,32.3499,-2.4881,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_WFEC,WFEC_LA,33.8400,-0.9980,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,38.9076,4.0696,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,34.1143,-0.7238,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,33.8377,-1.0004,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,32.2564,-2.5817,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,32.2564,-2.5817,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,32.2413,-2.5968,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,32.2413,-2.5968,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,32.2563,-2.5818,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,32.2563,-2.5818,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,32.2563,-2.5818,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,33.7237,-1.1144,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,32.4282,-2.4098,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,32.7418,-2.0963,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,32.7418,-2.0963,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.GEEC.GT1,WRGORDUNG1_RA,32.3316,-2.5065,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.GEEC.GT2,WRGORDUNG2_RA,32.3316,-2.5065,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.GEEC.GT3,WRGORDUNGT3_RA,32.2208,-2.6173,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,32.4282,-2.4098,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,32.7452,-2.0929,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.HEC.GT1,WRHECGTUN32_RA,32.7823,-2.0558,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.HEC.GT2,WRHECGTUN33_RA,32.8001,-2.0380,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.HEC.GT3,WRHECGTUN34_RA,32.8070,-2.0311,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.HEC.GT4,WRHECGTUN35_RA,32.8089,-2.0292,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,32.7452,-2.0929,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,32.7819,-2.0562,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,32.1923,-2.6458,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.JEC.1,WRJEFFUN10_RA,32.2844,-2.5537,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.JEC.2,WRJEFFUN11_RA,32.1222,-2.7158,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.JEC.3,WRJEFFUN12_RA,32.2779,-2.5601,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,32.1250,-2.7130,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,32.3512,-2.4868,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,32.3512,-2.4868,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.LEC.4,WRLECUN26_RA,32.5698,-2.2683,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.LEC.5,WRLECUN27_RA,32.7492,-2.0889,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MCPH.CT1,WRCMCPHUN37_RA,33.0113,-1.8268,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MCPH.CT2,WRCMCPHUN38_RA,33.0113,-1.8268,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MCPH.CT3,WRCMCPHUN48_RA,33.0055,-1.8326,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MCPH.CT4,WRCJOHNUN1_RA,33.0909,-1.7471,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,34.6114,-0.2266,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,34.1754,-0.6627,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,34.1754,-0.6627,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,33.3850,-1.4531,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,33.1740,-1.6641,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,32.7499,-2.0882,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,32.5004,-2.3377,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,32.3429,-2.4952,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,34.3949,-0.4432,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,33.4181,-1.4199,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.READ.READ,WREMPECUNREADINGWF_RA,32.2563,-2.5818,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,31.2875,-3.5505,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,32.7452,-2.0929,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,32.4282,-2.4098,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,32.5836,-2.2545,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.THAYERLD,WR.THAYERLD_LA,33.8919,-0.9462,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0102,WR.VOLT.0102_H,32.6041,-2.2340,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0106,V106_DDR,32.5839,-2.2541,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0139,WR.VOLT.0139_H,32.9717,-1.8664,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0141,WR.VOLT.0141_H,32.9652,-1.8728,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0146,WR.VOLT.0146_H,32.9020,-1.9360,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0147,WR.VOLT.0147_H,32.9020,-1.9360,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0148,WR.VOLT.0148_H,32.8261,-2.0120,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0153,WR.VOLT.0153_H,32.8642,-1.9739,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0157,V157_DDR,32.8686,-1.9694,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0158,V158_DDR,32.9020,-1.9360,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0159,WR.VOLT.0159_H,32.9020,-1.9360,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0165,WR.VOLT.0165_H,32.4025,-2.4356,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0173,V173_DDR,33.1422,-1.6958,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0174,V174_DDR,32.5527,-2.2854,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0184,V184_DDR,32.3414,-2.4967,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0185,WR.VOLT.0185_H,32.5688,-2.2693,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0186,V186_DDR,32.5007,-2.3373,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0187,WR.VOLT.0187_H,32.4203,-2.4177,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0188,WR.VOLT.0188_H,32.6137,-2.2243,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0189,WR.VOLT.0189_H,33.2997,-1.5384,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0190,WR.VOLT.0190_H,32.4410,-2.3971,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0191,WR.VOLT.0191_H,32.3504,-2.4877,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0192,WR.VOLT.0192_H,32.3504,-2.4877,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0196,WR.VOLT.0196_H,32.4410,-2.3971,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0245,V245_DDR,32.5740,-2.2640,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.VOLT.0248,V248_DDR,32.5839,-2.2541,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,32.1382,-2.6999,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,32.8254,-2.0127,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.WOLF,WRWOLFUN15_RA,31.1180,-3.7201,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,32.7819,-2.0562,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,33.2265,-1.6116,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,32.1651,-2.6729,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KPP_NITS,WR_KPP_NITS_LA,32.5015,-2.3366,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,32.9689,-1.8692,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,32.5150,-2.3230,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,32.5150,-2.3230,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,32.5150,-2.3230,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,32.5150,-2.3230,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,32.7193,-2.1188,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,32.6451,-2.1929,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,32.6451,-2.1929,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,32.2081,-2.6300,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,32.2081,-2.6300,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_MIDW,WR_MIDW_LA,34.2605,-0.5775,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,33.8734,-0.9647,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,33.1056,-1.7325,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,34.0810,-0.7571,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_SEG,WR_SEG_LA,33.3215,-1.5166,0.0000,34.8381\n03/31/2025 08:55:00,03/31/2025 13:55:00,WR_WR,WR_LA,32.7950,-2.0430,0.0000,34.8380\n03/31/2025 08:55:00,03/31/2025 13:55:00,YAD,VACS,33.9468,-0.8912,0.0000,34.8380\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310900.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 09:00:00,03/31/2025 14:00:00,AEC,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_CSWS,CSWS_AECC_LA,28.2567,-0.5179,0.0438,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,28.4159,-0.3353,0.0203,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,27.6324,-1.0946,-0.0038,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,28.1494,-0.5982,0.0168,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,26.5500,-0.7862,-1.3946,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_HYDRO13,CSWSLD13UN1_RA,27.3773,-1.3586,0.0051,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,28.7122,-0.3589,0.3403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AECI,AECI,27.8898,-0.8306,-0.0104,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AEPM_CSWS,CSWS_LA,28.5229,-0.2859,0.0781,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,ALTW,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,AMRN,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ANTELOPE,SPSANTELOPEUNANT1_RA,30.5403,1.8604,-0.0509,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BBA,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BCA,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BEPM.ER01.DDR,ER01_DDR,27.2608,-1.4399,-0.0302,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,BEPM_ER01,BEPM_ER01_LA,27.2608,-1.4399,-0.0302,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,30.4958,1.7957,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,28.9656,0.2680,-0.0332,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BEPM_UM01,BEPM_UM01_LA,31.0253,2.3245,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BLKW,BLKW,32.1306,3.4503,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,25.8909,-2.8005,-0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,25.8909,-2.8005,-0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,25.8875,-2.7954,-0.0479,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,25.9311,-2.7603,-0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BRAZ,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BUBA,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,27.5643,-1.1232,-0.0433,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,26.7112,-2.0009,-0.0187,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,27.9199,-0.7825,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,27.9199,-0.7825,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CLEC,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,28.0865,-0.6566,0.0123,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,COWP,COWP_LA,27.9691,-0.7314,-0.0303,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,27.9691,-0.7314,-0.0303,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,27.9691,-0.7314,-0.0303,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CPLE,VACS,28.0080,-0.6929,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CPLW,VACS,28.0080,-0.6929,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,27.9032,-0.7817,-0.0460,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,27.9032,-0.7817,-0.0460,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,27.9032,-0.7817,-0.0460,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,27.9032,-0.7817,-0.0460,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CRTH_SPA,WRCRTH_SPA_LA,27.6588,-1.0735,0.0014,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,29.2267,0.3231,0.1728,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,27.1360,-1.6040,0.0092,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,28.7122,-0.3589,0.3403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,28.1494,-0.5982,0.0168,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWJLSTALL,CSWSSTALL_PPPLT1,29.2242,0.3202,0.1732,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,29.2289,0.3176,0.1804,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,29.1806,0.2726,0.1772,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,29.1806,0.2726,0.1772,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWMATTISON1,CSWSMATTISONUN1_RA,27.8903,-0.8627,0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWMATTISON2,CSWSMATTISONUN2_RA,27.8903,-0.8627,0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWMATTISON3,CSWSMATTISONUN3_RA,27.8942,-0.8588,0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWMATTISON4,CSWSMATTISONUN4_RA,27.8942,-0.8588,0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,28.7122,-0.3589,0.3403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWNARROWS1,CSWSNARROWSUN1_RA,28.9601,-0.0260,0.2553,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,27.7377,-1.0185,0.0254,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,27.5481,-1.2081,0.0254,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,27.9084,-0.8478,0.0253,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,27.9690,-0.8057,0.0438,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,27.8479,-0.9268,0.0438,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,27.8415,-0.9331,0.0438,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,27.8415,-0.9331,0.0438,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,26.8586,-1.8612,-0.0110,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,27.6153,-1.0523,-0.0632,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,27.9483,-0.9175,0.1350,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,27.0873,-1.6053,-0.0382,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,26.9841,-1.7085,-0.0382,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,27.2528,-1.5324,0.0544,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.GRID.CDL1,CDL1_DDR,28.1743,-0.6661,0.1096,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,26.9353,-1.4742,-0.3213,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,25.6636,-3.0193,-0.0479,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,28.1743,-0.6661,0.1096,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.CSI1,CSI1_DDR,28.3741,-0.3756,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.CSI2,CSI2_DDR,28.3840,-0.3656,0.0188,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.CSI3,NCSI3_DDR,28.0268,-0.7155,0.0115,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.GAZA,GAZA_DDR,28.1743,-0.6661,0.1096,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,28.8105,-0.0617,0.1414,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.NUEN.T201,NT201_DDR,28.1583,-0.6114,0.0389,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,27.1094,-1.6468,0.0253,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,27.1094,-1.6468,0.0253,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,28.7122,-0.3589,0.3403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,29.5755,0.6428,0.2019,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,27.2528,-1.5324,0.0544,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,27.2528,-1.5324,0.0544,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,26.9837,-1.7615,0.0144,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,26.9841,-1.7085,-0.0382,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,28.9644,0.0589,0.1747,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,27.9113,-0.8619,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,27.9113,-0.8619,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,27.4902,-1.2830,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,27.6471,-1.2205,0.1368,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,27.8324,-1.0352,0.1368,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,29.2128,0.2980,0.1840,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,28.1047,-0.6691,0.0430,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,29.2782,0.3649,0.1825,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,30.5512,1.6299,0.1905,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,28.2797,-0.6289,0.1778,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0056,PRYORCRK_DDR,28.3840,-0.3656,0.0188,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0057,OKMU_DDR,28.3195,-0.4907,0.0794,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0060,LEHIGH_DDR,28.6352,-0.2208,0.1252,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0086,WARRENM_DDR,28.0929,-0.6810,0.0431,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,29.6510,0.7227,0.1975,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,28.2068,-0.5535,0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0121,V121_DDR,29.2128,0.2980,0.1840,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0122,V122_DDR,28.1623,-0.5984,0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0124,V124_DDR,28.0356,-0.7208,0.0255,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0135,V135_DDR,28.1847,-0.5874,0.0413,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0144,V144_DDR,27.6136,-1.0418,-0.0754,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0145,V145_DDR,27.4382,-1.2100,-0.0826,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,29.2464,0.3311,0.1845,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,28.7187,-0.2524,0.2403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0175,V175_DDR,28.0268,-0.7155,0.0115,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,28.7187,-0.2524,0.2403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,28.8348,-0.1303,0.2343,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,28.1847,-0.5874,0.0413,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,28.1700,-0.6010,0.0402,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,28.0972,-0.6726,0.0389,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,27.9095,-0.8478,0.0265,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,27.9998,-0.7743,0.0433,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,28.1700,-0.6010,0.0402,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0211,V211_DDR,29.5066,0.5964,0.1794,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,28.2186,-0.5396,0.0273,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0213,V213_DDR,28.1114,-0.6611,0.0417,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0215,V215_DDR,28.1650,-0.5953,0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0217,V217_DDR,28.1958,-0.5623,0.0273,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0218,V218_DDR,27.9228,-0.8347,0.0266,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0228,V228_DDR,28.1050,-0.6683,0.0425,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0232,V232_DDR,28.1591,-0.6141,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0233,V233_DDR,28.1871,-0.5841,0.0404,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0240,V240_DDR,28.0753,-0.6906,0.0351,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0244,V244_DDR,28.1700,-0.6010,0.0402,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0246,MDT1_DDR,28.8105,-0.0617,0.1414,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0249,V249_DDR,28.1640,-0.6085,0.0417,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0250,V250_DDR,27.1881,-1.5549,0.0122,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0251,V251_DDR,28.0356,-0.7381,0.0429,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.VOLT.0252,V252_DDR,27.9095,-0.8478,0.0265,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,26.9706,-1.7746,0.0144,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,26.4740,-2.2247,-0.0321,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,26.6346,-1.9005,-0.1957,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,29.0618,0.1491,0.1819,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,27.0554,-1.6046,-0.0708,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,27.3422,-1.3061,-0.0826,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,27.3422,-1.3061,-0.0826,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,27.3205,-1.3277,-0.0826,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,26.5674,-2.1225,-0.0409,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,26.5674,-2.1225,-0.0409,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,28.7122,-0.3589,0.3403,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,29.2568,0.3714,0.1546,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,28.1356,-0.6376,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,28.0946,-0.6786,0.0424,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,28.3019,-0.5236,0.0947,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,28.3019,-0.5236,0.0947,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWELSH1,CSWSWELSHUN1_RA,28.7261,-0.2016,0.1969,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWELSH3,CSWSWELSHUN3_RA,28.7261,-0.2016,0.1969,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWILKES1,CSWSWILKESUN1_RA,28.8653,-0.0616,0.1961,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWILKES2,CSWSWILKESUN2_RA,28.8653,-0.0616,0.1961,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,CSWWILKES3,CSWSWILKESUN3_RA,28.8408,-0.0805,0.1905,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,27.0685,-1.6241,-0.0382,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DENL,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DERS,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DOE,DOE,27.9621,-0.7326,-0.0361,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,26.8052,-1.9034,-0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DPC,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,DUK,VACS,28.0080,-0.6929,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDDY,EDDY,32.9240,4.2439,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,27.3627,-1.3688,0.0007,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,27.1934,-1.5325,-0.0049,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,27.1626,-1.5692,0.0010,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE.SLCC,EDESTL4391_PLT,26.7323,-2.0027,0.0042,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE.VOLT.0234,EDE.VOLT.0234_H,27.1297,-1.6053,0.0042,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,26.9194,-1.8018,-0.0097,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_EC_01,EDELAR3821UN1_RA,27.3627,-1.3688,0.0007,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_EC_02,EDELAR3821UN2_RA,27.3349,-1.3966,0.0007,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_EC_03,EDELAR3821UN3_RA,27.3627,-1.3688,0.0007,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_EC_04,EDELAR3821UN4_RA,27.3627,-1.3688,0.0007,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_EDE,EDE_LA,27.9264,-0.8048,0.0003,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_ERW,EDEERWFUNG1_RA,26.6561,-2.0541,-0.0206,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,26.7822,-1.9188,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_OZD_5,EDEOZRK_BUN5_RA,28.1528,-0.5652,-0.0128,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_OZD_6,EDEOZRK_BUN6_RA,28.1528,-0.5652,-0.0128,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_OZD_7,EDEOZRK_BUN7_RA,28.1528,-0.5652,-0.0128,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_OZD_8,EDEOZRK_BUN8_RA,28.1528,-0.5652,-0.0128,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,27.9457,-0.7406,-0.0445,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_RIV_10,EDERIV1671UN10_RA,27.1828,-1.5526,0.0046,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_RIV_11,EDERIV1671UN11_RA,27.1828,-1.5526,0.0046,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_RIV_12,EDERIV453UN12_PLT,27.1828,-1.5526,0.0046,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_SL_01,EDESTL4391UN1_RA,26.5528,-2.1822,0.0042,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EDE_SWMP,EDE_SWMP_LA,28.1589,-0.5718,-0.0002,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,EEI,EEI,27.9621,-0.7327,-0.0360,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EES,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,26.5735,-2.1267,-0.0306,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ERCOTE,ERCOTE,28.7261,-0.2016,0.1969,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ERCOTN,ERCOTN,27.1522,-1.6039,0.0253,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,27.3209,-1.3825,-0.0275,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,FMPP,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FPC,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FPL,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FREM_50T,OPPDFREM_GUN1_RA,28.3246,-0.3774,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FREM_6,OPPDFREM_AUN6_RA,28.2818,-0.4202,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FREM_7,OPPDFREM_AUN7_RA,28.2818,-0.4202,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FREM_8,OPPDFREM_AUN8_RA,28.1671,-0.5349,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FREM_LOAD,FREM_LOAD_LA,28.2949,-0.4071,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,FRONTIER,WRGETTUNFRONTIER_RA,27.0854,-1.6154,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GATEWAY_LOAD,CSWS_TENASKA_LA,28.9644,0.0589,0.1747,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,27.9401,-0.7406,-0.0501,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,26.8263,-1.8703,-0.0342,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,28.0865,-0.6566,0.0123,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,28.0865,-0.6566,0.0123,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,28.0865,-0.6566,0.0123,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.GREC2,GRDAGRDA17UN2_RA,27.9337,-0.8155,0.0184,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,27.9337,-0.8155,0.0184,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,27.9271,-0.8222,0.0185,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,27.9271,-0.8222,0.0185,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,26.4003,-2.2987,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,27.6101,-1.1434,0.0226,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,27.6101,-1.1434,0.0226,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,27.6101,-1.1434,0.0226,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.VOLT.0130,V130_DDR,28.3067,-0.4456,0.0215,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA.VOLT.0237,V237_DDR,28.0855,-0.6669,0.0216,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDAHUB2,GRDAHUB2_H,27.5551,-1.1873,0.0116,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDAHUB3,GRDAHUB3_H,27.4650,-1.2686,0.0027,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA_GRDA,GRDA_LA,28.0620,-0.6905,0.0216,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA_HUB,GRDA_H,27.5923,-1.1615,0.0230,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRDA_HUBSA,GRDASA_H,27.8678,-0.8843,0.0212,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GRE,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,29.7251,1.0407,-0.0464,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GSEC_SPS,SPS_GSEC_LA,30.8226,2.1417,-0.0499,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,GSPR2014HUB,GSPR2014HUB_H,30.0958,1.4145,-0.0496,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GSPR2015HUB,GSPR2015HUB_H,30.0092,1.3279,-0.0496,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,29.4131,0.7316,-0.0493,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,HARRISON,CSWSLEBROCKPLT1,29.0073,0.0945,0.1819,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,HAST_TNSK_HUB,HAST_TNSK_H,29.1687,0.4687,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,HQST,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,HST,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_H_5,INDNSUB_HUN5_RA,27.8271,-0.8803,-0.0234,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_H_6,INDNSUB_HUN6_RA,27.8271,-0.8803,-0.0234,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_I_3,INDNSUBIUN3_RA,27.8021,-0.9054,-0.0234,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_I_4,INDNSUBIUN4_RA,27.8021,-0.9054,-0.0234,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_J_1,INDNSUBJUN1_RA,27.8421,-0.8653,-0.0234,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDNSUB_J_2,INDNSUBJUN2_RA,27.8421,-0.8653,-0.0234,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDN_INDN,INDN_LA,27.8120,-0.8954,-0.0234,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ISNE,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,JEA,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,JONES_STREET_1,OPPDJONES_STUN1_RA,28.1218,-0.5806,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,JONES_STREET_2,OPPDJONES_STUN2_RA,28.1218,-0.5806,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,27.0328,-1.6729,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYCT4,KACYNEARMANUNCT4_RA,27.2627,-1.4445,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,27.2407,-1.4878,-0.0023,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,27.2627,-1.4445,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,27.3603,-1.3470,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,27.3275,-1.3797,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KACY_KACY,KACY_LA,27.3968,-1.3104,-0.0235,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,27.3960,-1.3112,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,28.3177,-0.3896,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,26.5642,-2.1569,-0.0098,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,26.2920,-2.4099,-0.0289,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0222,V222_DDR,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0223,V223_DDR,26.9391,-1.7697,-0.0220,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0241,V241_DDR,28.1030,-0.6047,-0.0231,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0243,V243_DDR,27.8636,-0.8748,0.0075,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0247,V247_DDR,27.0496,-1.6588,-0.0224,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.VOLT.0253,V253_DDR,27.4134,-1.2938,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,25.7542,-2.9529,-0.0237,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,26.8190,-1.8895,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,26.8190,-1.8895,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,26.8190,-1.8895,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,26.8188,-1.8898,-0.0223,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,27.3986,-1.3086,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,27.3986,-1.3086,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB,KCPLHUB_H,26.5564,-2.1499,-0.0245,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB17,KCPLHUB17_H,26.5675,-2.1380,-0.0253,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB18,KCPLHUB18_H,26.5646,-2.1411,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB19,KCPLHUB19_H,26.6245,-2.0811,-0.0252,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB20,KCPLHUB20_H,26.5702,-2.1353,-0.0253,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB21,KCPLHUB21_H,26.6156,-2.0894,-0.0258,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB22,KCPLHUB22_H,26.5852,-2.1204,-0.0253,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB23,KCPLHUB23_H,26.5648,-2.1406,-0.0254,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLHUB24,KCPLHUB24_H,26.5535,-2.1516,-0.0257,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,27.0356,-1.6702,-0.0250,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,27.0356,-1.6702,-0.0250,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,26.3169,-2.3946,-0.0193,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,26.3169,-2.3946,-0.0193,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,27.4097,-1.2976,-0.0236,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,27.3960,-1.3112,-0.0236,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,27.4558,-1.2515,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,27.4558,-1.2515,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,27.4557,-1.2516,-0.0235,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,26.7700,-1.9422,-0.0186,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,27.3618,-1.3461,-0.0230,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KCPL_KCPL,KCPL_LA,27.3064,-1.4014,-0.0229,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,KENN,KENN_LA,27.9347,-0.7532,-0.0429,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KEP2_SECI,KEP2_SECI_LA,28.5458,-0.1392,-0.0458,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KERR_1,GRDAKERR_HYDUN1_RA,28.0616,-0.6902,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KERR_2,GRDAKERR_HYDUN2_RA,28.0802,-0.6712,0.0206,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KERR_3,GRDAKERR_HYDUN3_RA,28.0802,-0.6712,0.0206,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KERR_4,GRDAKERR_HYDUN4_RA,28.0616,-0.6902,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,26.8186,-1.8899,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,26.8186,-1.8899,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,26.9695,-1.7390,-0.0224,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,26.9695,-1.7390,-0.0224,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,26.8382,-1.8712,-0.0214,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,26.8988,-1.8118,-0.0202,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,26.8988,-1.8118,-0.0202,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,27.6868,-1.0009,-0.0431,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,27.6868,-1.0009,-0.0431,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,27.6868,-1.0009,-0.0431,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,28.1343,-0.5625,-0.0340,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,28.1343,-0.5625,-0.0340,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,27.6848,-1.0028,-0.0433,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,28.0330,-0.6632,-0.0346,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,26.7848,-1.9166,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,27.2577,-1.4725,-0.0006,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,27.2577,-1.4725,-0.0006,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,26.9438,-1.7607,-0.0263,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,26.9438,-1.7607,-0.0263,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,26.9438,-1.7607,-0.0263,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,28.5065,-0.1879,-0.0365,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,27.5145,-1.1840,-0.0323,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,27.2133,-1.4948,-0.0227,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,KMEA_EUDORA,KMEA_EUDORA_LA,27.1536,-1.5524,-0.0248,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LAFA,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LAM345,LAM345,27.5643,-1.1232,-0.0433,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LEPA,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_JSTREET,LES8_NUNJ_STREET_RA,28.0719,-0.6302,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_LES,LES_LA,28.0348,-0.6674,-0.0287,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,27.8506,-0.8516,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_ROKEBY_1,LESROKEBYUN1_RA,27.9191,-0.7830,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_ROKEBY_2,LESROKEBYUN2_RA,27.9618,-0.7403,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_ROKEBY_3,LESROKEBYUN3_RA,27.9618,-0.7403,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_TBGS_CC1,LES84_BLUFPLT1,27.8616,-0.8406,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,27.8506,-0.8516,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_WAVERLY,LES_WAVERLY_H,27.9264,-0.7759,-0.0286,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,27.8607,-0.8417,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,27.8620,-0.8404,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,LGEE,LGEE,27.9972,-0.7004,-0.0332,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MALDEN,MALDEN_LA,27.9352,-0.7537,-0.0419,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MCWEST,MCWEST,29.4666,0.7660,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MDU,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,28.7634,0.0652,-0.0327,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,28.1608,-0.5424,-0.0276,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,29.5743,0.8719,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MEAN_NPPD,NPPD_MEAN_LA,29.1466,0.4471,-0.0313,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MEC,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MHEB,MHEB,29.3790,0.6782,-0.0299,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,28.1901,-0.5072,-0.0335,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,28.3249,-0.3692,-0.0367,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,28.1901,-0.5072,-0.0335,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,28.1901,-0.5072,-0.0335,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,28.3249,-0.3692,-0.0367,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MISO,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,28.7268,0.0427,-0.0467,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,28.7268,0.0427,-0.0467,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,27.3532,-1.3480,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,27.6698,-1.0199,-0.0411,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,27.8901,-0.8050,-0.0357,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,27.2453,-1.4447,-0.0409,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KPP,SECI_MKEC_KPP_LA,27.5252,-1.1667,-0.0389,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,27.3748,-1.3151,-0.0409,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,27.6869,-1.0055,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,27.6869,-1.0055,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,27.6869,-1.0055,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,27.6869,-1.0055,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,27.6869,-1.0055,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,27.5816,-1.1236,-0.0256,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,27.9187,-0.7790,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,27.9187,-0.7790,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,27.9099,-0.7925,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,28.2874,-0.4191,-0.0243,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MOWR,AECI,27.8898,-0.8306,-0.0104,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,27.7638,-0.9465,-0.0206,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,27.9260,-0.7737,-0.0312,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,27.0756,-1.6287,-0.0265,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,27.1700,-1.5356,-0.0252,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,26.6326,-2.0635,-0.0347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,27.0915,-1.6128,-0.0265,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,26.8734,-1.8352,-0.0223,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,26.8734,-1.8352,-0.0223,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,26.8092,-1.8993,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,26.8092,-1.8993,-0.0223,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,27.3058,-1.3996,-0.0254,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,27.3512,-1.3543,-0.0254,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,27.9810,-0.7394,-0.0104,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,26.6659,-2.0431,-0.0219,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,26.3324,-2.3770,-0.0215,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,26.2492,-2.4601,-0.0215,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,26.3319,-2.3774,-0.0215,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSTWA1UN1,MPSTWA1UN1_RA,27.4232,-1.2836,-0.0240,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPSTWA1UN2,MPSTWA1UN2_RA,27.4232,-1.2836,-0.0240,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MPS_MPS,MPS_LA,27.4507,-1.2571,-0.0230,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MSTNG,SPSMSTNGPLT1,32.2191,3.5390,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MSTNG4,SPSMSTNGUN4_RA,31.8442,3.1640,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,MSTNG5,SPSMSTNGUN5_RA,31.9957,3.3156,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,31.9957,3.3156,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NBSO,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,27.0954,-1.6077,-0.0278,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,27.0936,-1.6094,-0.0278,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,28.9394,0.2574,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NHC1,VACS,28.0080,-0.6929,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,28.0635,-0.6390,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,28.0635,-0.6390,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,28.0635,-0.6390,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,30.0556,1.3559,-0.0311,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,29.1745,0.4744,-0.0307,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,27.8222,-0.8800,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,28.1097,-0.5919,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,29.1745,0.4744,-0.0307,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.HUB.PY2018,NPPDPY18_H,27.4518,-1.2509,-0.0281,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,27.4389,-1.2638,-0.0280,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,27.4504,-1.2523,-0.0281,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,27.4245,-1.2783,-0.0280,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,28.1853,-0.5163,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,28.4997,-0.1980,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,28.4997,-0.1980,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,28.4940,-0.2042,-0.0327,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,28.1853,-0.5163,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,28.0836,-0.6176,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,29.5590,0.8600,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,28.4344,-0.2613,-0.0351,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,29.5590,0.8600,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,29.7911,1.0914,-0.0311,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,29.3357,0.6370,-0.0321,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,28.2379,-0.4643,-0.0287,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,29.1745,0.4744,-0.0307,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,28.4494,-0.2467,-0.0347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,28.4997,-0.1980,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,28.4997,-0.1980,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,28.8675,0.1692,-0.0325,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,28.8654,0.1672,-0.0326,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,28.8654,0.1672,-0.0326,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,29.4161,0.7173,-0.0320,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,28.4749,-0.2268,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,29.3331,0.6329,-0.0306,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,30.1461,1.4463,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,28.5859,-0.1159,-0.0290,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,28.6733,-0.0284,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.NELI.DDR,NELI_DDR,28.3006,-0.4007,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.NPPM.1058,SH1058_DDR,28.7064,0.0049,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,29.0820,0.3831,-0.0320,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,29.1745,0.4744,-0.0307,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,27.8222,-0.8800,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,28.2046,-0.4970,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.TECH.1,KEARNE_DDR,29.4092,0.7103,-0.0319,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,28.4512,-0.2491,-0.0305,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,28.4512,-0.2491,-0.0305,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,28.2222,-0.4792,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD.VOLT.0236,V236_DDR,27.9543,-0.7478,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD2017HUB,NPPD2017HUB_H,27.4352,-1.2676,-0.0280,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,28.2807,-0.4207,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,30.0556,1.3559,-0.0311,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,29.5961,0.8969,-0.0316,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,29.5961,0.8969,-0.0316,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_BPS,NPPDBEAPWRSTPLT1,27.9336,-0.7685,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,27.9890,-0.7132,-0.0287,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,28.4602,-0.2414,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,28.8315,0.1331,-0.0324,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,28.1974,-0.5040,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,28.4366,-0.2648,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,28.1990,-0.5024,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,29.1444,0.4444,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COOPR,NPPDCOOPERUN1_RA,27.1978,-1.5054,-0.0276,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_COSN_NPPD,NPPD_COSN_LA,29.4624,0.7619,-0.0303,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,28.4608,-0.2405,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,28.4739,-0.2274,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,28.4014,-0.2960,-0.0334,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,28.3821,-0.3151,-0.0336,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,29.0063,0.3062,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,28.9786,0.2785,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,28.9786,0.2785,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,29.0710,0.3710,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,28.0836,-0.6176,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,29.0642,0.3641,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,27.7897,-0.9124,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,29.1885,0.4885,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,29.1699,0.4700,-0.0308,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,29.1830,0.4831,-0.0309,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,29.1830,0.4831,-0.0309,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,29.1444,0.4444,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,29.1444,0.4444,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,30.5997,1.8997,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,29.0280,0.3270,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,28.1248,-0.5725,-0.0335,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,28.8240,0.1229,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,28.3636,-0.3319,-0.0353,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,28.5712,-0.1306,-0.0290,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_NELI_LD,NPPD_NELIGH_LA,28.3006,-0.4007,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,28.5368,-0.1607,-0.0333,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,28.5368,-0.1607,-0.0333,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_NPPD,NPPD_LA,28.6963,-0.0041,-0.0304,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,27.7897,-0.9124,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,27.7897,-0.9124,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,27.5020,-1.1999,-0.0289,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,29.4727,0.7736,-0.0318,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,NSB,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NSP,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NSSO,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,NYIS,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,27.4969,-1.1788,-0.0551,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,26.4709,-2.2195,-0.0404,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,26.3328,-2.3716,-0.0264,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,26.3328,-2.3716,-0.0264,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,27.8266,-0.8523,-0.0519,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,26.8263,-1.8703,-0.0342,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,26.7678,-1.9418,-0.0212,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,25.5110,-3.1871,-0.0327,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,26.3945,-2.3035,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,26.3741,-2.3184,-0.0383,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,27.7366,-1.2327,0.2385,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,26.3945,-2.3035,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,27.7304,-0.9476,-0.0528,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,27.3674,-1.3073,-0.0561,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,27.7652,-1.1025,0.1369,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,26.3741,-2.3184,-0.0383,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,26.7968,-1.8836,-0.0504,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,27.1316,-1.5869,-0.0123,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,27.0723,-1.5872,-0.0713,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,27.4999,-1.3567,0.1258,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,26.3741,-2.3184,-0.0383,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NUEN.ADA1,ADA1_DDR,27.2316,-1.1335,-0.3657,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NUEN.LAM1,LAM1_DDR,28.9689,0.2199,0.0182,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NUEN.MDT2,MDT2_DDR,27.7410,-1.2283,0.2385,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NUEN.MDT3,MDT3_DDR,27.7410,-1.2283,0.2385,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.NUEN.WWO1,WWO1_DDR,27.2698,-1.0962,-0.3648,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,27.5896,-1.2078,0.0666,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,27.5891,-1.2083,0.0666,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,27.6216,-1.1758,0.0666,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,27.7350,-1.1156,0.1198,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,27.7350,-1.1156,0.1198,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,27.6214,-1.1760,0.0666,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,27.6214,-1.1760,0.0666,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,26.3741,-2.3184,-0.0383,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,27.9072,-0.7759,-0.0477,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,27.7304,-0.9476,-0.0528,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,26.9996,-1.8579,0.1267,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,26.7968,-1.8836,-0.0504,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,27.8282,-0.8956,-0.0070,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,26.9080,-1.7782,-0.0446,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,26.9080,-1.7782,-0.0446,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,27.0253,-1.6609,-0.0446,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,27.0253,-1.6609,-0.0446,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,26.2601,-2.4241,-0.0467,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,26.5263,-2.1653,-0.0392,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,26.4709,-2.2195,-0.0404,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,26.5036,-2.1920,-0.0352,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,26.5036,-2.1920,-0.0352,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,27.6569,-1.1764,0.1024,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,27.0577,-1.6136,-0.0596,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,27.0577,-1.6136,-0.0596,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,27.0577,-1.6136,-0.0596,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0033,FOSTER_DDR,28.0843,-1.0659,0.4194,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0034,CUSHOIL_DDR,28.6544,-0.1284,0.0519,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0035,TARBY_DDR,28.4884,-0.2598,0.0174,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0036,CUSHFLI_DDR,28.6544,-0.1284,0.0519,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,28.2883,-0.5027,0.0602,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,28.2883,-0.5027,0.0602,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,27.5045,-1.3409,0.1146,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0040,TROSPER_DDR,28.0327,-1.0109,0.3128,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,27.9781,-1.0093,0.2566,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,28.0407,-0.6917,0.0016,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0115,V115_DDR,27.8375,-1.2040,0.3107,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0116,V116_DDR,27.8404,-1.0050,0.1146,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0118,V118_DDR,28.0401,-0.8254,0.1347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0125,V125_DDR,28.2720,-0.4649,0.0061,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0126,V126_DDR,28.1048,-0.6635,0.0375,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0129,V129_DDR,26.9368,-1.4727,-0.3213,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,27.5903,-1.1812,0.0407,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0134,V134_DDR,28.1455,-0.6127,0.0273,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0138,V138_DDR,28.0760,-0.6966,0.0418,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,27.7682,-1.0453,0.0827,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0143,V143_DDR,28.1846,-0.6081,0.0619,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0149,V149_DDR,26.8753,-1.3760,-0.4795,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0150,V150_DDR,27.0356,-1.2732,-0.4220,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0155,V155_DDR,28.0286,-0.7465,0.0443,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0156,V156_DDR,27.5903,-1.1812,0.0407,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0166,V166_DDR,29.2622,0.4917,0.0396,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,27.8193,-1.0272,0.1157,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,27.0356,-1.2732,-0.4220,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0170,V170_DDR,27.2729,-1.1067,-0.3513,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,26.9952,-1.4256,-0.3100,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0176,V176_DDR,27.0356,-1.2732,-0.4220,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0177,V177_DDR,27.0551,-1.6232,-0.0525,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,27.8570,-1.0212,0.1474,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,27.2602,-1.2935,-0.1771,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0195,V195_DDR,29.2373,0.3884,0.1181,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0197,V197_DDR,28.5039,-0.2736,0.0467,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0198,V198_DDR,29.2622,0.4917,0.0396,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0208,V208_DDR,29.2593,0.4103,0.1181,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0209,V209_DDR,29.2593,0.4103,0.1181,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,28.2957,-0.4804,0.0453,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0216,V216_DDR,27.9623,-1.0110,0.2425,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0219,V219_DDR,28.0286,-0.7465,0.0443,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0220,V220_DDR,27.0356,-1.2732,-0.4220,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0224,V224_DDR,27.6998,-1.1149,0.0839,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0225,V225_DDR,27.7012,-1.1135,0.0839,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0226,V226_DDR,27.6998,-1.1149,0.0839,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0227,V227_DDR,27.6998,-1.1149,0.0839,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0229,V229_DDR,27.5034,-1.3487,0.1213,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0231,V231_DDR,28.3472,-0.5620,0.1783,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0238,V238_DDR,26.7687,-1.9272,-0.0349,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.VOLT.0242,V242_DDR,28.0518,-0.7222,0.0432,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,26.8681,-1.7913,-0.0714,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,26.5946,-2.0937,-0.0425,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,27.3772,-1.2975,-0.0561,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,26.8681,-1.7913,-0.0714,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,27.5849,-1.0796,-0.0663,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,25.4338,-3.2657,-0.0313,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEHL7,OKGEHL7_H,27.8101,-1.0586,0.1379,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEHL8,OKGEHSL1UN8_RA,27.8101,-1.0586,0.1379,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEHL910,OKGEHSL1PLT2,27.8101,-1.0586,0.1379,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,27.4966,-1.1699,-0.0644,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEMCC,OKGEMCCLAIPLT1,21.6082,-1.6883,-5.4343,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,27.8878,-0.8986,0.0556,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,27.8878,-0.8986,0.0556,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,27.8419,-0.9445,0.0556,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,27.2697,-1.4866,0.0255,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,27.1261,-1.6303,0.0255,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,27.1291,-1.6272,0.0255,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,27.2697,-1.4866,0.0255,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESM1,OKGESEMINOLEUN1_RA,27.7286,-1.1415,0.1393,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESM2,OKGESEMINOLEUN2_RA,27.6890,-1.1865,0.1446,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESM3,OKGESEMINOLEUN3_RA,27.6890,-1.1865,0.1446,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESO1,OKGESONR1UN1_RA,26.4453,-2.2633,-0.0222,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESO2,OKGESONR1UN2_RA,26.5036,-2.1920,-0.0352,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,27.4789,-1.1875,-0.0644,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,27.0141,-1.5802,-0.1365,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGETINK5A,OKGETINK5UN1_RA,27.9041,-1.0714,0.2446,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGETINK5B,OKGETINK5UN2_RA,27.9041,-1.0714,0.2446,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,27.1987,-1.4744,-0.0577,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,26.4709,-2.2195,-0.0404,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,27.7466,-0.9757,-0.0085,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,27.0719,-1.6778,0.0188,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_OKGE,OKGE_LA,27.7629,-1.0253,0.0574,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,26.9996,-1.8579,0.1267,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,27.1853,-1.4878,-0.0577,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMLP,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,28.0075,-0.7647,0.0414,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,27.6839,-1.0421,-0.0048,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_GENHUB,OMPA_GENHUB_H,24.4135,-1.6584,-2.6590,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_KAW,OKGEOMKAWUN2_RA,26.8971,-1.8125,-0.0212,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,27.2309,-1.3590,-0.1410,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,26.3945,-2.3035,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,27.4216,-1.2391,-0.0702,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,26.2188,-2.4529,-0.0591,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,27.9589,-0.7823,0.0104,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,26.8989,-1.8108,-0.0212,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,26.8989,-1.8108,-0.0212,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_SPP,OMPA_SPP_LA,27.1495,-1.5819,0.0005,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,26.8681,-1.7913,-0.0714,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ONETA,CSWSCALPINEUNONETA_1_RA,27.9763,-0.7939,0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,27.9763,-0.7939,0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,27.9763,-0.7939,0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,27.9763,-0.7939,0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,ONT,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,28.0631,-0.6392,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,28.0106,-0.6919,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,28.0635,-0.6390,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,27.8413,-0.8610,-0.0285,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,28.0583,-0.6441,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,28.0583,-0.6441,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_GLDN,OPPD_GLDN_LA,28.0592,-0.6432,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_GLDN2,OPPD_GLDN2_LA,28.0912,-0.6112,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,28.0836,-0.6176,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_NC_HST,OPPD_NC_HST_LA,27.5347,-1.1681,-0.0280,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_NO_HST,OPPD_NO_HST_LA,28.0505,-0.6519,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_OPPD,OPPD_LA,28.1550,-0.5474,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_PAPIO,OPPD_PAPIO_LA,28.0717,-0.6307,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,28.0691,-0.6333,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OTP,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,OVEC,OVEC,28.0067,-0.6916,-0.0325,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PARAGOULD,PARAGOULD_LA,27.9338,-0.7523,-0.0447,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_1,GRDAPENSA1UN1_RA,27.9963,-0.7513,0.0168,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_2,GRDAPENSA1UN2_RA,27.9963,-0.7513,0.0168,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_3,GRDAPENSA1UN3_RA,27.9963,-0.7513,0.0168,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_4,GRDAPENSA1UN4_RA,28.0197,-0.7291,0.0180,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_5,GRDAPENSA1UN5_RA,28.0197,-0.7291,0.0180,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PENSACOLA_6,GRDAPENSA1UN6_RA,28.0197,-0.7291,0.0180,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PIGGOTT,PIGGOTT_LA,27.9349,-0.7533,-0.0426,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PJM,PJM,28.0279,-0.6711,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PLUM,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,POPLARBLUFF,POPLARBLUFF_LA,27.9394,-0.7526,-0.0388,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,29.5707,0.8701,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,29.5707,0.8701,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,29.5097,0.8090,-0.0302,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,29.5097,0.8090,-0.0302,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,31.6835,2.9827,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,31.6851,2.9843,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,29.4501,0.7494,-0.0302,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,29.3930,0.6925,-0.0304,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,26.7112,-2.0009,-0.0187,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,28.0624,-0.6874,0.0190,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,27.3226,-1.3825,-0.0257,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,27.6340,-1.1322,0.0353,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,28.3155,-0.5564,0.1411,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,28.3053,-0.4464,0.0209,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,28.4020,-0.2994,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,30.2026,1.5019,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,28.6994,-0.0023,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,30.3148,1.6139,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,30.3466,1.6457,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,28.8292,0.1277,-0.0294,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,PUPP,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,RCEAST,RCEAST,28.3040,-0.3958,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_1,GRDASALINA1UN1_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_2,GRDASALINA1UN2_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_3,GRDASALINA1UN3_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_4,GRDASALINA1UN4_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_5,GRDASALINA1UN5_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SALINA_6,GRDASALINA1UN6_RA,28.0651,-0.6867,0.0209,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SARPY_1,OPPDSARPYUN1_RA,28.0344,-0.6680,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SARPY_2,OPPDSARPYUN2_RA,28.0964,-0.6061,-0.0284,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SARPY_3,OPPDSARPYUN3_RA,27.9659,-0.7365,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SARPY_4,OPPDSARPYUN4_RA,27.9659,-0.7365,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SARPY_5,OPPDSARPYUN5_RA,27.9659,-0.7365,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SC,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SCEG,VACS,28.0080,-0.6929,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SCSE,SCSE,27.9040,-0.7935,-0.0333,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SEC,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,27.0512,-1.6374,-0.0422,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,27.0512,-1.6374,-0.0422,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,27.0512,-1.6374,-0.0422,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,28.7668,0.0800,-0.0440,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,27.0512,-1.6374,-0.0422,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,27.4047,-1.2836,-0.0426,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,27.3023,-1.3881,-0.0405,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,27.3023,-1.3881,-0.0405,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,27.6823,-1.0101,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,26.9729,-1.7155,-0.0425,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,28.0306,-0.6662,-0.0340,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,28.3235,-0.3626,-0.0448,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,28.1854,-0.5065,-0.0389,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,27.0377,-1.6509,-0.0422,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,28.1018,-0.5901,-0.0390,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,28.4743,-0.2097,-0.0468,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,27.9380,-0.7517,-0.0411,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,27.5231,-1.1645,-0.0432,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,27.5244,-1.1632,-0.0432,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,27.5244,-1.1632,-0.0432,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,27.5244,-1.1632,-0.0432,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,27.4207,-1.2667,-0.0434,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,27.4047,-1.2836,-0.0426,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI_SECI,SECI_LA,28.1779,-0.5114,-0.0416,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,27.6823,-1.0101,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SEHA,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,27.1853,-1.4878,-0.0577,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SERU,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SETH,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SGE,SGE,27.6746,-1.0233,-0.0329,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SMEP,MISO,28.2531,-0.4610,-0.0167,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SOCO,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPA,SPA,27.9693,-0.7665,0.0050,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPC,SPC,30.6162,1.9154,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPPNORTH_HUB,SPPNORTH_H,28.5127,-0.1889,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPPSOUTH_HUB,SPPSOUTH_H,27.4230,-1.3324,0.0246,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,28.0823,-0.6423,-0.0062,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,28.0895,-0.6351,-0.0062,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,28.1757,-0.5478,-0.0073,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,28.1757,-0.5478,-0.0073,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_NIXA,SPRM_NIXA_LA,28.1928,-0.5319,-0.0061,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_SPRM,SPRM_LA,28.3105,-0.4144,-0.0060,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,28.0923,-0.6333,-0.0052,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,28.0923,-0.6333,-0.0052,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,28.0415,-0.6842,-0.0052,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,28.0923,-0.6333,-0.0052,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,31.6792,2.9989,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,31.5241,2.8432,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,28.6787,-0.0031,-0.0490,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,28.6787,-0.0031,-0.0490,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,30.7473,2.0672,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,32.3536,3.6735,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,32.3950,3.7147,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,32.0748,3.3946,-0.0506,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,29.9340,1.2540,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,31.8484,3.1683,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,32.2056,3.5255,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,32.2056,3.5255,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,31.8484,3.1683,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,28.8539,0.1721,-0.0490,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,31.5241,2.8432,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,29.1567,0.4751,-0.0492,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,28.2169,-0.4640,-0.0499,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,29.5790,0.8978,-0.0496,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,30.1896,1.5082,-0.0494,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,29.3622,0.6808,-0.0494,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,27.9524,-0.7277,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,27.9524,-0.7278,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,27.9524,-0.7278,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,27.9524,-0.7278,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GRID.WRAB,WRAB_DDR,30.0701,1.3880,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,27.9524,-0.7278,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,30.5403,1.8604,-0.0509,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,30.5403,1.8604,-0.0509,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,30.5710,1.8914,-0.0512,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,30.5710,1.8914,-0.0512,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,30.5710,1.8914,-0.0512,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,30.5403,1.8604,-0.0509,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,28.6588,-0.0232,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,28.6588,-0.0232,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,28.6593,-0.0227,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,28.9394,0.2574,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.HOBBS.CC,SPSHOBBSPLT1,31.8678,3.1877,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.JONES1,SPSJONESSUBUN1_RA,29.9020,1.2220,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.JONES2,SPSJONESSUBUN2_RA,29.9023,1.2223,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.JONES3,SPSJONESSUBUN3_RA,29.9021,1.2221,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.JONES4,SPSJONESSUBUN4_RA,29.9021,1.2221,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,32.1030,3.4229,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,31.8822,3.2021,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,31.8822,3.2021,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,27.2061,-1.4671,-0.0577,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,28.5372,-0.1449,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,28.5372,-0.1449,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,28.6632,-0.0189,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,30.0701,1.3880,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,28.7348,0.0539,-0.0499,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,28.7802,0.0986,-0.0492,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,27.8266,-0.8523,-0.0519,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,28.9104,0.2284,-0.0488,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PLANTX1,SPS.PLANTX1_H,31.5827,2.9022,-0.0503,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PLANTX2,SPS.PLANTX2_H,31.5827,2.9022,-0.0503,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,31.4924,2.8120,-0.0504,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,30.6426,1.9625,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,28.2576,-0.4231,-0.0501,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,32.6452,3.9649,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,30.7386,2.0585,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,28.9937,0.3119,-0.0490,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,31.9530,3.2727,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,32.5356,3.8554,-0.0506,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,31.9530,3.2727,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,32.1972,3.5169,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,28.7303,0.0491,-0.0496,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,33.7286,5.0485,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,33.7740,5.0939,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,33.1003,4.4201,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,32.2066,3.5265,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,33.7619,5.0818,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,27.5643,-1.1232,-0.0433,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,29.9423,1.2602,-0.0487,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,31.6280,2.9475,-0.0504,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,31.6280,2.9475,-0.0504,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,31.9530,3.2727,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,29.9992,1.3192,-0.0508,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0006,SPS.VOLT.0006_H,32.8688,4.1887,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0023,SPS.VOLT.0023_H,32.2055,3.5250,-0.0504,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0025,SPS.VOLT.0025_H,32.4525,3.7721,-0.0504,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0033,SPS.VOLT.0033_H,30.7277,2.0471,-0.0502,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0045,SPS.VOLT.0045_H,33.7286,5.0485,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0046,SPS.VOLT.0046_H,34.8498,6.1696,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0047,SPS.VOLT.0047_H,34.1998,5.5197,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0052,SPS.VOLT.0052_H,30.9675,2.2874,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0113,SPS.VOLT.0113_H,32.6991,4.0186,-0.0504,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0136,SPS.VOLT.0136_H,28.5507,-0.1303,-0.0498,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0137,SPS.VOLT.0137_H,28.5005,-0.1805,-0.0498,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0163,V163_DDR,29.5461,0.8644,-0.0492,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0168,V168_DDR,27.7046,-0.9855,-0.0408,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0180,V180_DDR,34.8498,6.1696,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0181,V181_DDR,28.6078,-0.0731,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0182,V182_DDR,33.8987,5.2185,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0199,V199_DDR,32.6285,3.9484,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0200,V200_DDR,32.7416,4.0614,-0.0507,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.VOLT.0235,V235_DDR,28.7348,0.0539,-0.0499,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,32.3950,3.7147,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,32.0748,3.3946,-0.0506,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,29.4103,0.7288,-0.0493,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,30.7944,2.1138,-0.0502,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS_SPS,SPS_LA,32.0016,3.3209,-0.0501,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,31.7570,3.0767,-0.0505,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SSCN_NPPD,SSCN_NPPD_LA,28.3316,-0.3700,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,27.9285,-0.7621,-0.0402,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,27.9285,-0.7621,-0.0402,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,TAL,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,TEC,SOUC,28.0359,-0.6716,-0.0233,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,28.8240,0.1229,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,TVA,TVA,27.9787,-0.7153,-0.0368,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB,UCUHUB_H,27.1462,-1.5565,-0.0281,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB17,UCUHUB17_H,27.4791,-1.2182,-0.0335,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB18,UCUHUB18_H,27.2735,-1.4273,-0.0301,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB19,UCUHUB19_H,27.1477,-1.5539,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB20,UCUHUB20_H,27.1480,-1.5541,-0.0288,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB21,UCUHUB21_H,27.1808,-1.5190,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB22,UCUHUB22_H,27.1307,-1.5690,-0.0311,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB23,UCUHUB23_H,27.1368,-1.5629,-0.0311,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,UCUHUB24,UCUHUB24_H,27.1043,-1.5958,-0.0308,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,31.1053,2.4044,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,31.1053,2.4044,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,29.4017,0.7007,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,29.4017,0.7007,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,29.4176,0.7167,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,29.4790,0.7784,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,29.4790,0.7784,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,31.1053,2.4044,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,29.7741,1.0732,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,30.1647,1.4637,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,28.4038,-0.2977,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,28.2391,-0.4619,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,31.0756,2.3748,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,31.0756,2.3748,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,28.1279,-0.5731,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,28.4675,-0.2336,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,29.9260,1.2251,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,28.4387,-0.2628,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,29.2680,0.5666,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,28.4502,-0.2509,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,28.4804,-0.2206,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,28.4804,-0.2206,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,28.5574,-0.1436,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,28.3078,-0.3931,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,29.9216,1.2202,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,30.2443,1.5433,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,31.3834,2.6826,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,29.2136,0.5126,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,29.2113,0.5104,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,27.4809,-1.2168,-0.0331,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,29.1291,0.4279,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,30.1381,1.4372,-0.0300,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,28.1071,-0.5946,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,27.9028,-0.7979,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,28.8095,0.1085,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,30.8168,2.1160,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,30.8168,2.1160,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,30.8136,2.1128,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,30.8168,2.1160,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,30.9199,2.2191,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,28.2145,-0.4868,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,30.4283,1.7274,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,29.0479,0.3464,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,29.0479,0.3464,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,29.1494,0.4481,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,29.1494,0.4481,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,29.5754,0.8744,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,29.4905,0.7898,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,28.7169,0.0155,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,28.3082,-0.3926,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,28.3347,-0.3668,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,29.4176,0.7167,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,29.4176,0.7167,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,28.4387,-0.2628,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,28.3160,-0.3838,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,28.7355,0.0345,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,27.9849,-0.7160,-0.0300,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,28.6041,-0.0970,-0.0298,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.FSE,WAUE.FSE_H,28.2888,-0.4120,-0.0301,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,29.5241,0.8234,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,29.4876,0.7869,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,27.6745,-1.0265,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,27.6316,-1.0695,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,29.0922,0.3912,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,28.9516,0.2507,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,28.1797,-0.5216,-0.0295,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,28.2391,-0.4619,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,27.6747,-1.0253,-0.0308,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,27.1036,-1.5985,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,27.1012,-1.6009,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,27.1037,-1.5984,-0.0287,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,28.6740,-0.0270,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,28.3160,-0.3838,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,28.7074,0.0060,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,28.5909,-0.1107,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,29.8569,1.1555,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,28.7243,0.0224,-0.0289,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,28.6513,-0.0501,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,27.5931,-1.1083,-0.0294,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,29.2333,0.5317,-0.0293,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,28.2962,-0.4053,-0.0294,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,28.1071,-0.5946,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,29.3848,0.6838,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,28.3981,-0.3034,-0.0293,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,29.0254,0.3243,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,28.7769,0.0754,-0.0294,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,27.8620,-0.8404,-0.0284,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NTWK,WAUE.NTWK_H,29.1071,0.4060,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,29.4075,0.7065,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,29.4075,0.7065,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,28.4032,-0.2977,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,28.3573,-0.3439,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,28.6948,-0.0062,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,28.4032,-0.2977,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,29.4459,0.7450,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,28.5142,-0.1868,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,28.1071,-0.5946,-0.0291,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,28.8664,0.1654,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,30.0789,1.3779,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,27.1620,-1.5385,-0.0303,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,27.0690,-1.6316,-0.0302,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,29.2967,0.5958,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,28.3972,-0.3032,-0.0304,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,28.5190,-0.1822,-0.0297,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,28.3568,-0.3441,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,28.3082,-0.3926,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.VOLT.0152,V152_DDR,31.6502,2.9494,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE.VOLT.0172,V172_DDR,31.0253,2.3245,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_BEPM,WAUE_BEPM_LA,30.0971,1.3962,-0.0298,28.7307\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,28.7336,0.0321,-0.0294,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,28.7489,0.0470,-0.0289,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_EWA,WAUE_EWA_LA,28.3869,-0.3129,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,28.7324,0.0313,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_HMMU,WAUE_HMMU_LA,28.3273,-0.3749,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,28.1905,-0.5107,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_MECB,WAUE_MECB_LA,28.5154,-0.1865,-0.0289,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_MMPA,WAUE_MMPA_LA,29.8170,1.1161,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_MRES,WAUE_MRES_LA,28.9370,0.2358,-0.0296,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,31.2656,2.5647,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,29.5241,0.8234,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,28.8872,0.1861,-0.0297,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_OTP,WAUE_OTP_LA,30.9620,2.2611,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_OTPW,WAUE_OTPW_LA,29.9106,1.2096,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM,WAUE_UGPM_LA,28.7389,0.0380,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,29.7752,1.0742,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,28.7173,0.0157,-0.0293,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,29.2293,0.5285,-0.0301,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,28.3869,-0.3129,-0.0310,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,28.3273,-0.3749,-0.0286,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,28.7949,0.0937,-0.0297,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,29.5241,0.8234,-0.0301,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,29.8170,1.1161,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,29.1450,0.4438,-0.0297,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,28.6419,-0.0592,-0.0298,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,31.4693,2.7684,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,26.9312,-1.7281,-0.0715,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,26.8429,-1.8513,-0.0366,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,25.7282,-2.9552,-0.0474,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,28.4663,-0.3898,0.1252,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,28.4663,-0.3898,0.1252,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,25.5107,-3.1519,-0.0682,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,28.5695,-0.2844,0.1231,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,28.5032,-0.3481,0.1205,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,26.2952,-2.3856,-0.0500,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,26.3004,-2.3804,-0.0500,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,26.3006,-2.3802,-0.0500,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,26.4599,-2.2210,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,26.4599,-2.2210,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,26.4599,-2.2210,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,26.4599,-2.2210,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,26.4599,-2.2210,-0.0500,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,26.4728,-2.1976,-0.0605,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,27.8266,-0.8523,-0.0519,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,25.8909,-2.8005,-0.0394,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,27.2492,-1.4146,-0.0671,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,32.4062,3.7258,-0.0505,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_ENMC,WFEC_ENMC_LA,32.8330,4.1528,-0.0506,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,26.3741,-2.3184,-0.0383,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,28.0201,-0.8771,0.1664,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,31.8593,3.1792,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,26.8999,-1.7594,-0.0715,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,26.9312,-1.7281,-0.0715,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,26.9312,-1.7281,-0.0715,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_OKGE,WFEC_OKGE_LA,27.7860,-0.9648,0.0200,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,28.7322,-0.1197,0.1211,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,26.8824,-1.7768,-0.0716,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,26.3713,-2.3034,-0.0561,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_WFEC,WFEC_LA,27.8630,-0.9002,0.0324,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,31.8593,3.1792,-0.0507,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,28.1377,-0.5591,-0.0340,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,27.8570,-0.8322,-0.0416,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,26.5879,-2.1156,-0.0274,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,26.5879,-2.1156,-0.0274,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,26.5755,-2.1280,-0.0274,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,26.5755,-2.1280,-0.0274,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,26.5877,-2.1157,-0.0274,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,26.5876,-2.1158,-0.0274,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,26.5876,-2.1158,-0.0274,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,27.8314,-0.8982,-0.0013,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,26.7350,-1.9666,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,26.9766,-1.7130,-0.0413,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,26.9766,-1.7130,-0.0413,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.GEEC.GT1,WRGORDUNG1_RA,26.6219,-2.0761,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.GEEC.GT2,WRGORDUNG2_RA,26.6219,-2.0761,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.GEEC.GT3,WRGORDUNGT3_RA,26.5307,-2.1673,-0.0328,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,26.7350,-1.9666,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,27.0150,-1.6908,-0.0250,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.HEC.GT1,WRHECGTUN32_RA,27.0008,-1.6974,-0.0326,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.HEC.GT2,WRHECGTUN33_RA,27.0173,-1.6809,-0.0326,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.HEC.GT3,WRHECGTUN34_RA,27.0236,-1.6747,-0.0326,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.HEC.GT4,WRHECGTUN35_RA,27.0251,-1.6732,-0.0326,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,27.0150,-1.6908,-0.0250,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,27.0260,-1.6627,-0.0422,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,26.6204,-2.1052,-0.0052,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.JEC.1,WRJEFFUN10_RA,26.6182,-2.0854,-0.0272,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.JEC.2,WRJEFFUN11_RA,26.4843,-2.2194,-0.0272,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.JEC.3,WRJEFFUN12_RA,26.6129,-2.0907,-0.0272,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,26.4003,-2.2987,-0.0318,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,26.6436,-2.0525,-0.0347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,26.6436,-2.0525,-0.0347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.LEC.4,WRLECUN26_RA,26.8391,-1.8665,-0.0252,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.LEC.5,WRLECUN27_RA,26.9986,-1.7069,-0.0253,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MCPH.CT1,WRCMCPHUN37_RA,27.1961,-1.5029,-0.0319,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MCPH.CT2,WRCMCPHUN38_RA,27.1961,-1.5029,-0.0319,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MCPH.CT3,WRCMCPHUN48_RA,27.1912,-1.5077,-0.0319,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MCPH.CT4,WRCJOHNUN1_RA,27.2612,-1.4377,-0.0319,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,28.5078,-0.1846,-0.0384,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,28.1867,-0.5102,-0.0339,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,28.1867,-0.5102,-0.0339,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,27.5190,-1.1795,-0.0323,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,27.3718,-1.3273,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,27.1307,-1.5719,-0.0282,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,26.7822,-1.9188,-0.0299,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,26.6373,-2.0588,-0.0347,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,28.4864,-0.3595,0.1150,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,27.5698,-1.1284,-0.0326,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.READ.READ,WREMPECUNREADINGWF_RA,26.5876,-2.1158,-0.0274,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,25.7756,-2.9331,-0.0221,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,27.0150,-1.6908,-0.0250,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,26.7350,-1.9666,-0.0292,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,26.8251,-1.8737,-0.0320,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.THAYERLD,WR.THAYERLD_LA,27.9526,-0.7419,-0.0363,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0102,WR.VOLT.0102_H,26.8338,-1.8653,-0.0317,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0106,V106_DDR,26.8254,-1.8748,-0.0307,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0139,WR.VOLT.0139_H,27.1930,-1.5137,-0.0241,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0141,WR.VOLT.0141_H,27.1719,-1.5285,-0.0305,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0146,WR.VOLT.0146_H,27.1231,-1.5826,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0147,WR.VOLT.0147_H,27.1231,-1.5826,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0148,WR.VOLT.0148_H,27.0776,-1.6282,-0.0251,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0153,WR.VOLT.0153_H,27.0492,-1.6516,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0157,V157_DDR,27.0951,-1.6106,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0158,V158_DDR,27.1231,-1.5826,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0159,WR.VOLT.0159_H,27.1231,-1.5826,-0.0251,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0165,WR.VOLT.0165_H,26.6685,-2.0324,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0173,V173_DDR,27.3090,-1.3897,-0.0321,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0174,V174_DDR,26.7904,-1.9106,-0.0298,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0184,V184_DDR,26.6231,-2.0774,-0.0304,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0185,WR.VOLT.0185_H,26.8123,-1.8869,-0.0316,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0186,V186_DDR,26.7563,-1.9426,-0.0320,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0187,WR.VOLT.0187_H,26.6902,-2.0097,-0.0310,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0188,WR.VOLT.0188_H,26.8425,-1.8569,-0.0314,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0189,WR.VOLT.0189_H,27.4284,-1.2699,-0.0325,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0190,WR.VOLT.0190_H,26.7487,-1.9545,-0.0276,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0191,WR.VOLT.0191_H,26.6661,-2.0372,-0.0275,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0192,WR.VOLT.0192_H,26.6661,-2.0372,-0.0275,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0196,WR.VOLT.0196_H,26.7487,-1.9545,-0.0276,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0245,V245_DDR,26.8165,-1.8827,-0.0316,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.VOLT.0248,V248_DDR,26.8254,-1.8748,-0.0307,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,26.4297,-2.2711,-0.0300,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,27.0718,-1.6327,-0.0263,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.WOLF,WRWOLFUN15_RA,25.6273,-3.0793,-0.0242,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,27.0260,-1.6627,-0.0422,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,27.4197,-1.3098,-0.0013,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,26.4519,-2.2433,-0.0356,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KPP_NITS,WR_KPP_NITS_LA,26.7882,-1.9158,-0.0268,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,27.1749,-1.5255,-0.0304,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,26.7706,-1.9303,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,26.7706,-1.9303,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,26.7706,-1.9303,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,26.7706,-1.9303,-0.0299,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,26.9693,-1.7327,-0.0288,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,26.8660,-1.8343,-0.0305,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,26.8660,-1.8343,-0.0305,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,26.4859,-2.2155,-0.0295,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,26.4859,-2.2155,-0.0295,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_MIDW,WR_MIDW_LA,28.2401,-0.4552,-0.0355,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,27.9833,-0.7229,-0.0247,28.7309\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,27.2863,-1.4229,-0.0216,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,28.0884,-0.6064,-0.0360,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_SEG,WR_SEG_LA,27.5143,-1.2118,-0.0047,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,WR_WR,WR_LA,27.0222,-1.6821,-0.0265,28.7308\n03/31/2025 09:00:00,03/31/2025 14:00:00,YAD,VACS,28.0080,-0.6929,-0.0299,28.7308\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310905.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 09:05:00,03/31/2025 14:05:00,AEC,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_CSWS,CSWS_AECC_LA,25.4715,-0.4615,0.0202,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,25.6362,-0.2922,0.0157,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,24.9277,-1.0068,0.0218,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,25.4100,-0.5172,0.0144,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,25.2191,-0.7199,0.0262,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_HYDRO13,CSWSLD13UN1_RA,24.3350,-1.5995,0.0218,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,25.6204,-0.3208,0.0285,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AECI,AECI,25.2242,-0.6972,0.0087,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,AEPM_CSWS,CSWS_LA,25.6755,-0.2526,0.0154,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,ALTW,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,AMRN,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ANTELOPE,SPSANTELOPEUNANT1_RA,27.4350,1.5527,-0.0304,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BBA,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BCA,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BEPM.ER01.DDR,ER01_DDR,24.6227,-1.2883,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BEPM_ER01,BEPM_ER01_LA,24.6227,-1.2883,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,27.5434,1.6341,-0.0034,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,26.1263,0.2211,-0.0075,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BEPM_UM01,BEPM_UM01_LA,28.0674,2.1547,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BLKW,BLKW,28.8125,2.9300,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,23.2331,-2.6464,-0.0333,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,23.2331,-2.6464,-0.0333,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,23.1531,-2.7222,-0.0374,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,23.2709,-2.6085,-0.0333,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,BRAZ,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BUBA,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,24.8650,-1.0262,-0.0216,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,24.1117,-1.7940,-0.0071,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,25.2835,-0.6279,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,25.2835,-0.6279,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CLEC,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,25.3486,-0.5737,0.0096,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,COWP,COWP_LA,25.3332,-0.5909,0.0114,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,25.3332,-0.5909,0.0114,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,25.3332,-0.5909,0.0114,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CPLE,VACS,25.3720,-0.5539,0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CPLW,VACS,25.3720,-0.5539,0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,25.2914,-0.6362,0.0148,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,25.2914,-0.6362,0.0148,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,25.2914,-0.6362,0.0148,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,25.2914,-0.6362,0.0148,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CRTH_SPA,WRCRTH_SPA_LA,24.9986,-0.9230,0.0089,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,26.2985,0.3599,0.0259,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,24.3207,-1.5797,-0.0123,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,25.6204,-0.3208,0.0285,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,25.4100,-0.5172,0.0144,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWJLSTALL,CSWSSTALL_PPPLT1,26.2948,0.3561,0.0259,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,26.2776,0.3383,0.0265,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,26.2476,0.3086,0.0262,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,26.2476,0.3086,0.0262,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWMATTISON1,CSWSMATTISONUN1_RA,25.1620,-0.7670,0.0162,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWMATTISON2,CSWSMATTISONUN2_RA,25.1620,-0.7670,0.0162,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWMATTISON3,CSWSMATTISONUN3_RA,25.1659,-0.7630,0.0162,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWMATTISON4,CSWSMATTISONUN4_RA,25.1659,-0.7630,0.0162,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,25.6204,-0.3208,0.0285,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWNARROWS1,CSWSNARROWSUN1_RA,25.9236,-0.0183,0.0291,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,25.0261,-0.9017,0.0151,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,24.8605,-1.0673,0.0151,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,25.1677,-0.7599,0.0149,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,25.1966,-0.7374,0.0212,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,25.0876,-0.8463,0.0212,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,25.0817,-0.8523,0.0212,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,25.0817,-0.8523,0.0212,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,24.1035,-1.7912,-0.0180,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,24.8189,-1.0485,-0.0454,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,25.0978,-0.8504,0.0355,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,24.2675,-1.6157,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,24.2019,-1.6813,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,24.4178,-1.5000,0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.GRID.CDL1,CDL1_DDR,25.3260,-0.6245,0.0378,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,24.3407,-1.4013,-0.1708,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,22.8693,-3.0065,-0.0369,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,25.3260,-0.6245,0.0378,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.CSI1,CSI1_DDR,25.6014,-0.3258,0.0145,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.CSI2,CSI2_DDR,25.6106,-0.3167,0.0145,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.CSI3,NCSI3_DDR,25.2970,-0.6249,0.0092,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.GAZA,GAZA_DDR,25.3260,-0.6245,0.0378,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,25.8521,-0.0979,0.0373,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.NUEN.T201,NT201_DDR,25.3788,-0.5538,0.0199,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,24.2801,-1.6275,-0.0052,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,24.2801,-1.6275,-0.0052,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,25.6204,-0.3208,0.0285,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,26.5644,0.6245,0.0272,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,24.4178,-1.5000,0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,24.4178,-1.5000,0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,24.2020,-1.7027,-0.0080,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,24.2019,-1.6813,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,26.0474,0.1086,0.0261,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,25.1435,-0.7897,0.0204,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,25.1435,-0.7897,0.0204,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,24.7645,-1.1687,0.0204,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,24.8178,-1.1381,0.0431,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,24.9856,-0.9703,0.0431,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,26.2573,0.3178,0.0268,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,25.3206,-0.6130,0.0209,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,26.3203,0.3808,0.0267,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,27.4475,1.5076,0.0272,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,25.3534,-0.5908,0.0315,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0056,PRYORCRK_DDR,25.6106,-0.3167,0.0145,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0057,OKMU_DDR,25.4889,-0.4577,0.0339,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0060,LEHIGH_DDR,25.7133,-0.2408,0.0414,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0086,WARRENM_DDR,25.3076,-0.6262,0.0210,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,26.6447,0.7044,0.0275,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,25.4362,-0.4932,0.0167,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0121,V121_DDR,26.2573,0.3178,0.0268,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0122,V122_DDR,25.3950,-0.5346,0.0169,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0124,V124_DDR,25.2787,-0.6485,0.0144,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0135,V135_DDR,25.3942,-0.5389,0.0204,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0144,V144_DDR,24.8296,-1.0323,-0.0509,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0145,V145_DDR,24.6792,-1.1794,-0.0542,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,26.2871,0.3476,0.0268,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,25.7110,-0.2305,0.0288,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0175,V175_DDR,25.2970,-0.6249,0.0092,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,25.7110,-0.2305,0.0288,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,25.8273,-0.1142,0.0287,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,25.3942,-0.5389,0.0204,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,25.3826,-0.5503,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,25.3201,-0.6125,0.0199,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,25.1766,-0.7516,0.0154,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,25.2245,-0.7092,0.0210,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,25.3826,-0.5503,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0211,V211_DDR,26.5326,0.5934,0.0264,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,25.4492,-0.4792,0.0156,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0213,V213_DDR,25.3271,-0.6063,0.0206,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0215,V215_DDR,25.4006,-0.5288,0.0167,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0217,V217_DDR,25.4293,-0.4990,0.0156,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0218,V218_DDR,25.1878,-0.7404,0.0154,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0228,V228_DDR,25.3209,-0.6125,0.0207,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0232,V232_DDR,25.3701,-0.5634,0.0207,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0233,V233_DDR,25.3975,-0.5355,0.0202,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0240,V240_DDR,25.3001,-0.6308,0.0182,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0244,V244_DDR,25.3826,-0.5503,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0246,MDT1_DDR,25.8521,-0.0979,0.0373,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0249,V249_DDR,25.3745,-0.5589,0.0206,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0250,V250_DDR,24.3618,-1.5399,-0.0110,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0251,V251_DDR,25.2574,-0.6762,0.0209,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.VOLT.0252,V252_DDR,25.1766,-0.7516,0.0154,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,24.1907,-1.7141,-0.0080,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,23.7582,-2.1242,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,23.9501,-1.8546,-0.1080,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,26.1246,0.1852,0.0266,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,24.3921,-1.4799,-0.0408,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,24.5933,-1.2652,-0.0542,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,24.5933,-1.2652,-0.0542,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,24.5740,-1.2846,-0.0542,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,23.8438,-2.0347,-0.0343,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,23.8438,-2.0347,-0.0343,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,25.6204,-0.3208,0.0285,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,26.3430,0.4057,0.0246,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,25.3488,-0.5846,0.0207,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,25.3112,-0.6223,0.0207,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,25.4591,-0.4929,0.0393,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,25.4591,-0.4929,0.0393,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWELSH1,CSWSWELSHUN1_RA,25.7944,-0.1463,0.0279,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWELSH3,CSWSWELSHUN3_RA,25.7944,-0.1463,0.0279,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWILKES1,CSWSWILKESUN1_RA,25.9344,-0.0059,0.0275,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWILKES2,CSWSWILKESUN2_RA,25.9344,-0.0059,0.0275,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,CSWWILKES3,CSWSWILKESUN3_RA,25.9149,-0.0252,0.0273,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,24.2762,-1.6071,-0.0295,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DENL,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DERS,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DOE,DOE,25.3346,-0.5886,0.0104,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,24.2398,-1.6709,-0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DPC,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,DUK,VACS,25.3720,-0.5539,0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDDY,EDDY,29.5171,3.6347,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,24.7381,-1.1840,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,24.5610,-1.3539,0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,24.5748,-1.3458,0.0078,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE.SLCC,EDESTL4391_PLT,24.1029,-1.8191,0.0093,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE.VOLT.0234,EDE.VOLT.0234_H,24.4857,-1.4366,0.0095,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,24.3122,-1.6048,0.0042,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_EC_01,EDELAR3821UN1_RA,24.7381,-1.1840,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_EC_02,EDELAR3821UN2_RA,24.7131,-1.2090,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_EC_03,EDELAR3821UN3_RA,24.7381,-1.1840,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_EC_04,EDELAR3821UN4_RA,24.7381,-1.1840,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_EDE,EDE_LA,25.2386,-0.6839,0.0097,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_ERW,EDEERWFUNG1_RA,24.0609,-1.8435,-0.0083,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,24.2256,-1.6767,-0.0104,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_OZD_5,EDEOZRK_BUN5_RA,25.4802,-0.4438,0.0113,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_OZD_6,EDEOZRK_BUN6_RA,25.4802,-0.4438,0.0113,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_OZD_7,EDEOZRK_BUN7_RA,25.4802,-0.4438,0.0113,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_OZD_8,EDEOZRK_BUN8_RA,25.4802,-0.4438,0.0113,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,25.3277,-0.5985,0.0134,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_RIV_10,EDERIV1671UN10_RA,24.5366,-1.3852,0.0091,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_RIV_11,EDERIV1671UN11_RA,24.5366,-1.3852,0.0091,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_RIV_12,EDERIV453UN12_PLT,24.5366,-1.3852,0.0091,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_SL_01,EDESTL4391UN1_RA,23.9558,-1.9662,0.0093,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,EDE_SWMP,EDE_SWMP_LA,25.4815,-0.4406,0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EEI,EEI,25.3345,-0.5886,0.0103,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EES,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,24.0215,-1.8787,-0.0125,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,ERCOTE,ERCOTE,25.7944,-0.1463,0.0279,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ERCOTN,ERCOTN,24.3236,-1.5839,-0.0052,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,24.7754,-1.1338,-0.0035,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FMPP,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FPC,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FPL,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FREM_50T,OPPDFREM_GUN1_RA,25.6407,-0.2705,-0.0015,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FREM_6,OPPDFREM_AUN6_RA,25.6026,-0.3087,-0.0015,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,FREM_7,OPPDFREM_AUN7_RA,25.6026,-0.3087,-0.0015,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,FREM_8,OPPDFREM_AUN8_RA,25.4977,-0.4135,-0.0015,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FREM_LOAD,FREM_LOAD_LA,25.6136,-0.2976,-0.0015,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,FRONTIER,WRGETTUNFRONTIER_RA,24.4513,-1.4474,-0.0141,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GATEWAY_LOAD,CSWS_TENASKA_LA,26.0474,0.1086,0.0261,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,25.2049,-0.6789,-0.0289,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,24.1059,-1.7849,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,25.3486,-0.5737,0.0096,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,25.3486,-0.5737,0.0096,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,25.3486,-0.5737,0.0096,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.GREC2,GRDAGRDA17UN2_RA,25.2061,-0.7206,0.0140,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,25.2061,-0.7206,0.0140,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,25.1999,-0.7268,0.0140,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,25.1999,-0.7268,0.0140,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,23.8043,-2.0905,-0.0180,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,24.8678,-1.0519,0.0070,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,24.8678,-1.0519,0.0070,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,24.8678,-1.0519,0.0070,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.VOLT.0130,V130_DDR,25.5262,-0.4017,0.0152,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA.VOLT.0237,V237_DDR,25.3367,-0.5914,0.0153,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDAHUB2,GRDAHUB2_H,24.8316,-1.0871,0.0060,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDAHUB3,GRDAHUB3_H,24.7486,-1.1652,0.0010,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA_GRDA,GRDA_LA,25.3115,-0.6158,0.0146,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA_HUB,GRDA_H,24.8462,-1.0762,0.0097,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRDA_HUBSA,GRDASA_H,25.1207,-0.8048,0.0128,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GRE,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,26.6856,0.8043,-0.0314,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GSEC_SPS,SPS_GSEC_LA,27.7090,1.8262,-0.0299,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GSPR2014HUB,GSPR2014HUB_H,27.0408,1.1576,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,GSPR2015HUB,GSPR2015HUB_H,26.9659,1.0826,-0.0295,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,26.4725,0.5894,-0.0297,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,HARRISON,CSWSLEBROCKPLT1,26.0746,0.1352,0.0267,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,HAST_TNSK_HUB,HAST_TNSK_H,26.3892,0.4816,-0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,HQST,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,HST,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_H_5,INDNSUB_HUN5_RA,25.1669,-0.7437,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_H_6,INDNSUB_HUN6_RA,25.1669,-0.7437,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_I_3,INDNSUBIUN3_RA,25.1456,-0.7650,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_I_4,INDNSUBIUN4_RA,25.1456,-0.7650,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_J_1,INDNSUBJUN1_RA,25.1816,-0.7291,-0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDNSUB_J_2,INDNSUBJUN2_RA,25.1816,-0.7291,-0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDN_INDN,INDN_LA,25.1545,-0.7561,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ISNE,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,JEA,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,JONES_STREET_1,OPPDJONES_STUN1_RA,25.4657,-0.4458,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,JONES_STREET_2,OPPDJONES_STUN2_RA,25.4657,-0.4458,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,24.4573,-1.4503,-0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYCT4,KACYNEARMANUNCT4_RA,24.6581,-1.2517,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,24.6595,-1.2589,0.0057,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,24.6581,-1.2517,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,24.7464,-1.1635,-0.0029,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,24.7167,-1.1931,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KACY_KACY,KACY_LA,24.7793,-1.1305,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,24.7767,-1.1334,-0.0026,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,25.6163,-0.2967,0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,24.0556,-1.8595,0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,23.7154,-2.1814,-0.0160,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0222,V222_DDR,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0223,V223_DDR,24.3620,-1.5483,-0.0025,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0241,V241_DDR,25.4372,-0.4778,0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0243,V243_DDR,25.1555,-0.7650,0.0078,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0247,V247_DDR,24.4612,-1.4493,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.VOLT.0253,V253_DDR,24.7918,-1.1184,-0.0025,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,23.2718,-2.6327,-0.0082,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,24.2536,-1.6557,-0.0034,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,24.2536,-1.6557,-0.0034,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,24.2536,-1.6557,-0.0034,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,24.2534,-1.6560,-0.0034,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,24.7784,-1.1318,-0.0025,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,24.7784,-1.1318,-0.0025,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB,KCPLHUB_H,24.0056,-1.9008,-0.0063,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB17,KCPLHUB17_H,24.0142,-1.8915,-0.0070,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB18,KCPLHUB18_H,24.0132,-1.8930,-0.0066,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB19,KCPLHUB19_H,24.0687,-1.8376,-0.0065,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB20,KCPLHUB20_H,24.0182,-1.8876,-0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB21,KCPLHUB21_H,24.0583,-1.8472,-0.0073,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB22,KCPLHUB22_H,24.0309,-1.8750,-0.0069,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB23,KCPLHUB23_H,24.0122,-1.8935,-0.0071,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLHUB24,KCPLHUB24_H,24.0016,-1.9037,-0.0074,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,24.4609,-1.4483,-0.0035,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,24.4609,-1.4483,-0.0035,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,23.7882,-2.1212,-0.0033,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,23.7882,-2.1212,-0.0033,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,24.7901,-1.1200,-0.0026,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,24.7767,-1.1334,-0.0026,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,24.8313,-1.0788,-0.0027,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,24.8313,-1.0788,-0.0027,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,24.8312,-1.0788,-0.0027,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,24.8312,-1.0788,-0.0027,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,24.8312,-1.0788,-0.0027,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,24.8312,-1.0788,-0.0027,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,24.8312,-1.0789,-0.0027,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,24.8312,-1.0789,-0.0027,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,24.2129,-1.6984,-0.0015,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,24.7474,-1.1631,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KCPL_KCPL,KCPL_LA,24.6975,-1.2126,-0.0027,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KENN,KENN_LA,25.3158,-0.6097,0.0128,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KEP2_SECI,KEP2_SECI_LA,25.8133,-0.0751,-0.0243,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KERR_1,GRDAKERR_HYDUN1_RA,25.3092,-0.6188,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KERR_2,GRDAKERR_HYDUN2_RA,25.3249,-0.6029,0.0151,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KERR_3,GRDAKERR_HYDUN3_RA,25.3249,-0.6029,0.0151,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KERR_4,GRDAKERR_HYDUN4_RA,25.3092,-0.6188,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,24.2533,-1.6561,-0.0034,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,24.2533,-1.6561,-0.0034,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,24.3901,-1.5193,-0.0033,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,24.3901,-1.5193,-0.0033,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,24.2723,-1.6375,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,24.3266,-1.5839,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,24.3266,-1.5839,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,24.9721,-0.9194,-0.0213,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,24.9721,-0.9194,-0.0213,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,24.9721,-0.9194,-0.0213,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,25.4362,-0.4629,-0.0137,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,25.4362,-0.4629,-0.0137,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,24.9806,-0.9106,-0.0215,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,25.3542,-0.5444,-0.0142,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,24.2282,-1.6745,-0.0100,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,24.6702,-1.2489,0.0063,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,24.6702,-1.2489,0.0063,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,24.3850,-1.5216,-0.0061,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,24.3850,-1.5216,-0.0061,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,24.3850,-1.5216,-0.0061,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,25.7303,-0.1665,-0.0159,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,24.8922,-1.0075,-0.0130,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,24.6304,-1.2763,-0.0060,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,KMEA_EUDORA,KMEA_EUDORA_LA,24.5679,-1.3403,-0.0046,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LAFA,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LAM345,LAM345,24.8650,-1.0262,-0.0216,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LEPA,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_JSTREET,LES8_NUNJ_STREET_RA,25.4114,-0.4992,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_LES,LES_LA,25.3780,-0.5326,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,25.2016,-0.7090,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_ROKEBY_1,LESROKEBYUN1_RA,25.2696,-0.6410,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_ROKEBY_2,LESROKEBYUN2_RA,25.3120,-0.5985,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_ROKEBY_3,LESROKEBYUN3_RA,25.3120,-0.5985,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_TBGS_CC1,LES84_BLUFPLT1,25.2120,-0.6986,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,25.2016,-0.7090,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_WAVERLY,LES_WAVERLY_H,25.2781,-0.6325,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,25.2329,-0.6787,-0.0011,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,25.2341,-0.6776,-0.0011,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,LGEE,LGEE,25.3632,-0.5580,0.0084,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MALDEN,MALDEN_LA,25.3153,-0.6098,0.0124,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MCWEST,MCWEST,26.5347,0.6226,-0.0007,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MDU,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,26.3612,0.4568,-0.0083,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,25.5074,-0.4024,-0.0030,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,26.7661,0.8550,-0.0016,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MEAN_NPPD,NPPD_MEAN_LA,26.3705,0.4634,-0.0056,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MEC,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MHEB,MHEB,26.5861,0.6720,0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,25.4983,-0.4027,-0.0117,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,25.5502,-0.3466,-0.0159,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,25.4983,-0.4027,-0.0117,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,25.4983,-0.4027,-0.0117,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,25.5502,-0.3466,-0.0159,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MISO,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,25.9811,0.0934,-0.0251,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,25.9811,0.0934,-0.0251,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,24.8105,-1.0941,-0.0081,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,24.9972,-0.8951,-0.0204,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,25.2123,-0.6854,-0.0151,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,24.5835,-1.3088,-0.0205,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KPP,SECI_MKEC_KPP_LA,24.8639,-1.0300,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,24.6864,-1.2058,-0.0206,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,25.0042,-0.8901,-0.0185,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,25.0042,-0.8901,-0.0185,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,25.0042,-0.8901,-0.0185,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,25.0042,-0.8901,-0.0185,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,25.0042,-0.8901,-0.0185,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,24.9784,-0.9366,0.0023,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,25.2920,-0.6298,0.0090,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,25.2920,-0.6298,0.0090,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,25.2805,-0.6378,0.0056,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,25.6072,-0.3079,0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MOWR,AECI,25.2242,-0.6972,0.0087,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,25.1310,-0.7859,0.0041,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,25.2960,-0.6255,0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,24.5024,-1.4085,-0.0018,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,24.5791,-1.3319,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,24.0517,-1.8441,-0.0169,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,24.5167,-1.3942,-0.0018,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,24.2952,-1.6155,-0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,24.2952,-1.6155,-0.0021,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,24.2442,-1.6664,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,24.2442,-1.6664,-0.0021,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,24.7079,-1.2021,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,24.7490,-1.1610,-0.0028,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,25.2900,-0.6267,0.0039,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,24.1035,-1.8075,-0.0017,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,23.8119,-2.0986,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,23.7371,-2.1734,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,23.8119,-2.0986,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSTWA1UN1,MPSTWA1UN1_RA,24.8074,-1.1025,-0.0028,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPSTWA1UN2,MPSTWA1UN2_RA,24.8074,-1.1025,-0.0028,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MPS_MPS,MPS_LA,24.8282,-1.0830,-0.0016,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MSTNG,SPSMSTNGPLT1,28.9126,3.0302,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MSTNG4,SPSMSTNGUN4_RA,28.5739,2.6914,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,MSTNG5,SPSMSTNGUN5_RA,28.7108,2.8284,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,28.7108,2.8284,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NBSO,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,24.5322,-1.3788,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,24.5306,-1.3804,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,26.0552,0.1720,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NHC1,VACS,25.3720,-0.5539,0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,25.4120,-0.4994,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,25.4120,-0.4994,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,25.4120,-0.4994,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,27.1464,1.2379,-0.0042,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,26.4397,0.5320,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,25.1888,-0.7216,-0.0024,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,25.4725,-0.4392,-0.0010,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,26.4397,0.5320,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.HUB.PY2018,NPPDPY18_H,24.8573,-1.0532,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,24.8457,-1.0649,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,24.8562,-1.0543,-0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,24.8327,-1.0779,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,25.5298,-0.3816,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,25.7337,-0.1710,-0.0081,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,25.7337,-0.1710,-0.0081,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,25.7613,-0.1425,-0.0089,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,25.5298,-0.3816,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,25.4205,-0.4902,-0.0020,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,26.7371,0.8305,-0.0061,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,25.6565,-0.2455,-0.0108,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,26.7371,0.8305,-0.0061,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,26.9555,1.0478,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,26.5219,0.6157,-0.0066,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,25.5504,-0.3599,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,26.4397,0.5320,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,25.6748,-0.2276,-0.0103,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,25.7337,-0.1710,-0.0081,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,25.7337,-0.1710,-0.0081,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,26.0929,0.1876,-0.0074,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,26.0886,0.1834,-0.0075,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,26.0886,0.1834,-0.0075,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,26.5846,0.6789,-0.0070,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,25.7958,-0.1160,-0.0010,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,26.5787,0.6710,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,27.2294,1.3207,-0.0040,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,25.8941,-0.0175,-0.0011,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,25.9735,0.0620,-0.0012,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.NELI.DDR,NELI_DDR,25.6394,-0.2716,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.NPPM.1058,SH1058_DDR,25.9895,0.0789,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,26.2905,0.3849,-0.0071,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,26.4397,0.5320,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,25.1888,-0.7216,-0.0024,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,25.5471,-0.3643,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.TECH.1,KEARNE_DDR,26.5849,0.6789,-0.0067,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,25.7260,-0.1830,-0.0037,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,25.7260,-0.1830,-0.0037,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,25.5671,-0.3441,-0.0016,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD.VOLT.0236,V236_DDR,25.3229,-0.5868,-0.0030,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD2017HUB,NPPD2017HUB_H,24.8424,-1.0682,-0.0022,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,25.6054,-0.3051,-0.0023,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,27.1464,1.2379,-0.0042,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,26.7756,0.8688,-0.0059,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,26.7756,0.8688,-0.0059,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_BPS,NPPDBEAPWRSTPLT1,25.3017,-0.6081,-0.0029,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,25.3526,-0.5572,-0.0030,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,25.7818,-0.1299,-0.0010,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,26.0665,0.1610,-0.0073,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,25.5302,-0.3802,-0.0024,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,25.7469,-0.1634,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,25.5317,-0.3786,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,26.3672,0.4595,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COOPR,NPPDCOOPERUN1_RA,24.6278,-1.2830,-0.0019,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_COSN_NPPD,NPPD_COSN_LA,26.6900,0.7820,-0.0047,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,25.7590,-0.1525,-0.0012,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,25.7741,-0.1374,-0.0012,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,25.6421,-0.2620,-0.0086,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,25.6242,-0.2796,-0.0089,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,26.2368,0.3289,-0.0049,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,26.2112,0.3034,-0.0049,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,26.2112,0.3034,-0.0049,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,26.2952,0.3873,-0.0049,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,25.4205,-0.4902,-0.0020,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,26.2886,0.3807,-0.0049,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,25.1580,-0.7523,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,26.4073,0.4996,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,26.3904,0.4828,-0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,26.4021,0.4945,-0.0052,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,26.4021,0.4945,-0.0052,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,26.3672,0.4595,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,26.3672,0.4595,-0.0051,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,27.6378,1.7286,-0.0036,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,26.2864,0.3778,-0.0042,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,25.3877,-0.5164,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,26.1058,0.1954,-0.0024,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,25.5967,-0.3049,-0.0111,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,25.8607,-0.0503,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_NELI_LD,NPPD_NELIGH_LA,25.6394,-0.2716,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,25.7676,-0.1367,-0.0084,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,25.7676,-0.1367,-0.0084,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_NPPD,NPPD_LA,25.9608,0.0521,-0.0041,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,25.1580,-0.7523,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,25.1580,-0.7523,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,24.9653,-0.9432,-0.0043,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,26.7473,0.8402,-0.0057,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NSB,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NSP,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,NSSO,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,NYIS,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,24.7953,-1.0855,-0.0319,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,23.8429,-2.0456,-0.0242,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,23.6269,-2.2675,-0.0183,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,23.6269,-2.2675,-0.0183,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,25.0940,-0.7889,-0.0298,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,24.1059,-1.7849,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,24.1085,-1.7902,-0.0140,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,23.0265,-2.8670,-0.0193,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,23.7933,-2.1003,-0.0192,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,23.7777,-2.1131,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,24.8392,-1.1819,0.1083,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,23.7933,-2.1003,-0.0192,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,25.0076,-0.8748,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,24.6801,-1.2000,-0.0326,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,24.8664,-1.0932,0.0468,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,23.7777,-2.1131,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,24.1216,-1.7594,-0.0318,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,24.4157,-1.4840,-0.0130,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,24.3686,-1.4995,-0.0446,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,24.6289,-1.3228,0.0390,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,23.7777,-2.1131,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NUEN.ADA1,ADA1_DDR,24.5957,-1.1260,-0.1911,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NUEN.LAM1,LAM1_DDR,26.1301,0.1928,0.0246,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NUEN.MDT2,MDT2_DDR,24.8431,-1.1779,0.1083,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NUEN.MDT3,MDT3_DDR,24.8431,-1.1779,0.1083,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.NUEN.WWO1,WWO1_DDR,24.6423,-1.0805,-0.1899,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,24.7756,-1.1604,0.0233,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,24.7751,-1.1609,0.0233,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,24.8053,-1.1308,0.0233,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,24.8841,-1.0782,0.0496,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,24.8841,-1.0782,0.0496,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,24.8051,-1.1309,0.0233,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,24.8051,-1.1309,0.0233,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,23.7777,-2.1131,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,25.2952,-0.6327,0.0152,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,25.0076,-0.8748,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,24.0912,-1.8595,0.0380,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,24.1216,-1.7594,-0.0318,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,25.1695,-0.7651,0.0218,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,24.2159,-1.6666,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,24.2159,-1.6666,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,24.3233,-1.5592,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,24.3233,-1.5592,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,23.5333,-2.3510,-0.0284,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,23.8827,-2.0055,-0.0246,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,23.8429,-2.0456,-0.0242,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,23.8740,-2.0165,-0.0222,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,23.8740,-2.0165,-0.0222,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,24.7662,-1.1697,0.0232,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,24.3555,-1.5193,-0.0379,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,24.3555,-1.5193,-0.0379,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,24.3555,-1.5193,-0.0379,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0033,FOSTER_DDR,25.0849,-1.0254,0.1976,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0034,CUSHOIL_DDR,25.7780,-0.1555,0.0208,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0035,TARBY_DDR,25.6954,-0.2417,0.0244,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0036,CUSHFLI_DDR,25.7780,-0.1555,0.0208,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,25.4378,-0.4993,0.0243,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,25.4378,-0.4993,0.0243,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,24.6018,-1.3417,0.0307,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0040,TROSPER_DDR,25.0806,-0.9771,0.1450,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,25.0534,-0.9766,0.1172,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,25.3405,-0.5946,0.0224,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0115,V115_DDR,24.9007,-1.1560,0.1440,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0116,V116_DDR,24.9265,-1.0177,0.0314,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0118,V118_DDR,25.1622,-0.8012,0.0506,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0125,V125_DDR,25.5271,-0.4080,0.0223,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0126,V126_DDR,25.3336,-0.6025,0.0233,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0129,V129_DDR,24.3420,-1.4000,-0.1708,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,24.7961,-1.1276,0.0110,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0134,V134_DDR,25.3769,-0.5571,0.0213,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0138,V138_DDR,25.3006,-0.6361,0.0240,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,24.9338,-1.0104,0.0315,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0143,V143_DDR,25.3729,-0.5682,0.0283,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0149,V149_DDR,24.3481,-1.3172,-0.2474,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0150,V150_DDR,24.4575,-1.2360,-0.2193,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0155,V155_DDR,25.2532,-0.6839,0.0244,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0156,V156_DDR,24.7961,-1.1276,0.0110,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0166,V166_DDR,26.3806,0.4437,0.0242,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,24.9666,-0.9939,0.0477,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,24.4575,-1.2360,-0.2193,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0170,V170_DDR,24.6375,-1.0920,-0.1832,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,24.3956,-1.3541,-0.1631,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0176,V176_DDR,24.4575,-1.2360,-0.2193,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0177,V177_DDR,24.4105,-1.4722,-0.0300,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,24.9879,-0.9882,0.0634,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,24.5798,-1.2368,-0.0962,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0195,V195_DDR,26.1941,0.2511,0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0197,V197_DDR,25.6899,-0.2453,0.0224,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0198,V198_DDR,26.3806,0.4437,0.0242,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0208,V208_DDR,26.2139,0.2707,0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0209,V209_DDR,26.2139,0.2707,0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,25.4993,-0.4358,0.0224,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0216,V216_DDR,25.0447,-0.9782,0.1102,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0219,V219_DDR,25.2532,-0.6839,0.0244,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0220,V220_DDR,24.4575,-1.2360,-0.2193,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0224,V224_DDR,24.8689,-1.0756,0.0318,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0225,V225_DDR,24.8702,-1.0744,0.0318,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0226,V226_DDR,24.8689,-1.0756,0.0318,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0227,V227_DDR,24.8689,-1.0756,0.0318,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0229,V229_DDR,24.5927,-1.3549,0.0348,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0231,V231_DDR,25.3784,-0.6051,0.0708,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0238,V238_DDR,24.0533,-1.8369,-0.0225,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.VOLT.0242,V242_DDR,25.2768,-0.6602,0.0243,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,24.2087,-1.6629,-0.0412,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,23.9404,-1.9459,-0.0265,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,24.6873,-1.1929,-0.0326,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,24.2087,-1.6629,-0.0412,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,24.8798,-0.9948,-0.0382,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,22.9802,-2.9138,-0.0187,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEHL7,OKGEHL7_H,24.9566,-1.0150,0.0589,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEHL8,OKGEHSL1UN8_RA,24.9566,-1.0150,0.0589,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEHL910,OKGEHSL1PLT2,24.9566,-1.0150,0.0589,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,24.8023,-1.0734,-0.0371,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEMCC,OKGEMCCLAIPLT1,21.6082,-1.6014,-2.7032,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,25.1175,-0.8226,0.0273,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,25.1175,-0.8226,0.0273,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,25.0753,-0.8648,0.0273,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,24.5174,-1.3998,0.0044,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,24.3839,-1.5332,0.0044,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,24.3865,-1.5307,0.0044,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,24.5174,-1.3998,0.0044,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESM1,OKGESEMINOLEUN1_RA,24.8836,-1.0843,0.0552,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESM2,OKGESEMINOLEUN2_RA,24.8457,-1.1258,0.0587,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESM3,OKGESEMINOLEUN3_RA,24.8457,-1.1258,0.0587,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESO1,OKGESONR1UN1_RA,23.8214,-2.0760,-0.0153,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESO2,OKGESONR1UN2_RA,23.8740,-2.0165,-0.0222,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,24.7851,-1.0905,-0.0371,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,24.3960,-1.4426,-0.0742,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGETINK5A,OKGETINK5UN1_RA,24.9902,-1.0333,0.1108,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGETINK5B,OKGETINK5UN2_RA,24.9902,-1.0333,0.1108,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,24.5023,-1.3754,-0.0351,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,23.8429,-2.0456,-0.0242,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,25.0589,-0.8754,0.0215,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,24.3129,-1.5979,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_OKGE,OKGE_LA,24.9518,-0.9824,0.0215,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,24.0912,-1.8595,0.0380,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,24.4910,-1.3867,-0.0351,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMLP,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,25.2326,-0.7003,0.0202,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,24.9777,-0.9569,0.0218,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_GENHUB,OMPA_GENHUB_H,23.0237,-1.5630,-1.3260,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_KAW,OKGEOMKAWUN2_RA,24.2143,-1.6845,-0.0140,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,24.5412,-1.2938,-0.0778,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,23.7933,-2.1003,-0.0192,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,24.7155,-1.1568,-0.0405,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,23.4473,-2.4242,-0.0412,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,25.2171,-0.7011,0.0055,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,24.2175,-1.6813,-0.0140,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,24.2175,-1.6813,-0.0140,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_SPP,OMPA_SPP_LA,24.4127,-1.4924,-0.0076,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,24.2087,-1.6629,-0.0412,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ONETA,CSWSCALPINEUNONETA_1_RA,25.2110,-0.7219,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,25.2110,-0.7219,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,25.2110,-0.7219,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,25.2110,-0.7219,0.0201,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,ONT,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,25.4133,-0.4981,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,25.3650,-0.5464,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,25.4120,-0.4994,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,25.1706,-0.7407,-0.0014,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,25.4076,-0.5037,-0.0014,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,25.4076,-0.5037,-0.0014,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_GLDN,OPPD_GLDN_LA,25.4092,-0.5022,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_GLDN2,OPPD_GLDN2_LA,25.4381,-0.4734,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,25.4205,-0.4902,-0.0020,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_NC_HST,OPPD_NC_HST_LA,24.9444,-0.9664,-0.0020,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_NO_HST,OPPD_NO_HST_LA,25.4002,-0.5112,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_OPPD,OPPD_LA,25.4954,-0.4160,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_PAPIO,OPPD_PAPIO_LA,25.4203,-0.4911,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,25.4178,-0.4937,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OTP,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,OVEC,OVEC,25.3710,-0.5495,0.0078,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PARAGOULD,PARAGOULD_LA,25.3166,-0.6095,0.0134,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_1,GRDAPENSA1UN1_RA,25.2698,-0.6566,0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_2,GRDAPENSA1UN2_RA,25.2698,-0.6566,0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_3,GRDAPENSA1UN3_RA,25.2698,-0.6566,0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_4,GRDAPENSA1UN4_RA,25.2846,-0.6422,0.0141,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_5,GRDAPENSA1UN5_RA,25.2846,-0.6422,0.0141,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PENSACOLA_6,GRDAPENSA1UN6_RA,25.2846,-0.6422,0.0141,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PIGGOTT,PIGGOTT_LA,25.3157,-0.6098,0.0127,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PJM,PJM,25.3892,-0.5304,0.0069,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PLUM,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,POPLARBLUFF,POPLARBLUFF_LA,25.3158,-0.6087,0.0118,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,26.6398,0.7279,-0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,26.6398,0.7279,-0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,26.5796,0.6674,-0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,26.5796,0.6674,-0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,28.6310,2.7186,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,28.6326,2.7202,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,26.5159,0.6038,-0.0007,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,26.4966,0.5854,-0.0015,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,24.1117,-1.7940,-0.0071,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,25.3112,-0.6132,0.0117,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,24.7317,-1.1786,-0.0025,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,24.8912,-1.0413,0.0198,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,25.4425,-0.5320,0.0618,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,25.5385,-0.3901,0.0159,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,25.7350,-0.1787,0.0009,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,27.2719,1.3595,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,26.0091,0.0962,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,27.4197,1.5065,0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,27.4360,1.5229,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,26.1167,0.2032,0.0007,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,PUPP,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,RCEAST,RCEAST,25.5062,-0.4034,-0.0032,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_1,GRDASALINA1UN1_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_2,GRDASALINA1UN2_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_3,GRDASALINA1UN3_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_4,GRDASALINA1UN4_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_5,GRDASALINA1UN5_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SALINA_6,GRDASALINA1UN6_RA,25.3124,-0.6156,0.0152,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SARPY_1,OPPDSARPYUN1_RA,25.3869,-0.5245,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SARPY_2,OPPDSARPYUN2_RA,25.4429,-0.4686,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SARPY_3,OPPDSARPYUN3_RA,25.3251,-0.5864,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SARPY_4,OPPDSARPYUN4_RA,25.3251,-0.5864,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SARPY_5,OPPDSARPYUN5_RA,25.3251,-0.5864,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SC,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SCEG,VACS,25.3720,-0.5539,0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SCSE,SCSE,25.1493,-0.7552,-0.0082,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SEC,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,24.4378,-1.4533,-0.0217,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,24.4378,-1.4533,-0.0217,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,24.4378,-1.4533,-0.0217,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,25.9411,0.0506,-0.0222,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,24.4378,-1.4533,-0.0217,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,24.7367,-1.1547,-0.0213,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,24.6593,-1.2338,-0.0197,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,24.6593,-1.2338,-0.0197,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,25.0002,-0.8940,-0.0185,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,24.3515,-1.5388,-0.0224,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,25.3441,-0.5549,-0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,25.5554,-0.3342,-0.0231,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,25.4283,-0.4684,-0.0161,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,24.4267,-1.4644,-0.0217,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,25.3549,-0.5417,-0.0162,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,26.0061,0.1185,-0.0252,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,25.3045,-0.5878,-0.0204,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,24.8237,-1.0676,-0.0214,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,24.8250,-1.0664,-0.0214,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,24.8250,-1.0664,-0.0214,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,24.8250,-1.0664,-0.0214,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,24.7280,-1.1630,-0.0217,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,24.7367,-1.1547,-0.0213,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI_SECI,SECI_LA,25.4487,-0.4437,-0.0203,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,25.0002,-0.8940,-0.0185,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SEHA,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,24.4910,-1.3867,-0.0351,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SERU,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SETH,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SGE,SGE,24.9222,-0.9832,-0.0073,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SMEP,MISO,25.5782,-0.3428,0.0082,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SOCO,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPA,SPA,25.2702,-0.6609,0.0184,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPC,SPC,27.6964,1.7838,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPPNORTH_HUB,SPPNORTH_H,25.8087,-0.1016,-0.0024,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPPSOUTH_HUB,SPPSOUTH_H,24.6208,-1.2937,0.0018,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,25.4107,-0.5115,0.0095,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,25.4169,-0.5053,0.0095,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,25.4991,-0.4229,0.0093,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,25.4991,-0.4229,0.0093,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_NIXA,SPRM_NIXA_LA,25.5029,-0.4194,0.0096,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_SPRM,SPRM_LA,25.6166,-0.3056,0.0095,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,25.4154,-0.5069,0.0095,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,25.4154,-0.5069,0.0095,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,25.3713,-0.5510,0.0095,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,25.4154,-0.5069,0.0095,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,28.4299,2.5473,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,28.3029,2.4202,-0.0300,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,25.8135,-0.0697,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,25.8135,-0.0697,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,27.6477,1.7653,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,29.0479,3.1655,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,28.9400,3.0574,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,28.6437,2.7613,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,26.8940,1.0117,-0.0304,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,28.5619,2.6794,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,28.8829,3.0004,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,28.8828,3.0004,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,28.5619,2.6794,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,25.9591,0.0759,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,28.3029,2.4202,-0.0300,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,26.2619,0.3786,-0.0294,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,25.4431,-0.4406,-0.0290,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,26.6473,0.7638,-0.0293,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,27.1968,1.3135,-0.0294,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,26.4552,0.5718,-0.0294,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,25.2060,-0.6778,-0.0290,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,25.2059,-0.6778,-0.0290,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,25.2059,-0.6778,-0.0290,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,25.2059,-0.6778,-0.0290,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GRID.WRAB,WRAB_DDR,27.0375,1.1543,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,25.2059,-0.6778,-0.0290,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,27.4350,1.5527,-0.0304,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,27.4350,1.5527,-0.0304,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,27.4623,1.5801,-0.0305,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,27.4623,1.5801,-0.0305,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,27.4623,1.5801,-0.0305,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,27.4350,1.5527,-0.0304,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,25.7934,-0.0897,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,25.7934,-0.0897,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,25.7939,-0.0893,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,26.0552,0.1720,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.HOBBS.CC,SPSHOBBSPLT1,28.5790,2.6966,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.JONES1,SPSJONESSUBUN1_RA,26.8622,0.9798,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.JONES2,SPSJONESSUBUN2_RA,26.8625,0.9801,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.JONES3,SPSJONESSUBUN3_RA,26.8623,0.9799,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.JONES4,SPSJONESSUBUN4_RA,26.8623,0.9799,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,28.7950,2.9126,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,28.5925,2.7100,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,28.5925,2.7101,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,24.5111,-1.3666,-0.0351,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,25.6812,-0.2020,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,25.6812,-0.2020,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,25.7969,-0.0862,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,27.0375,1.1543,-0.0296,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,25.9062,0.0224,-0.0290,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,25.9120,0.0287,-0.0294,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,25.0940,-0.7889,-0.0298,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,26.0256,0.1425,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PLANTX1,SPS.PLANTX1_H,28.3470,2.4645,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PLANTX2,SPS.PLANTX2_H,28.3470,2.4645,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,28.2667,2.3842,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,27.5507,1.6682,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,25.5370,-0.3469,-0.0288,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,29.1624,3.2798,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,27.6323,1.7499,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,26.0875,0.2043,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,28.6536,2.7711,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,29.1155,3.2331,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,28.6536,2.7711,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,28.8385,2.9560,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,25.8911,0.0077,-0.0294,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,30.2270,4.3445,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,30.2572,4.3747,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,29.6427,3.7602,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,28.8806,2.9982,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,30.2515,4.3691,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,24.8650,-1.0262,-0.0216,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,26.9232,1.0401,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,28.3819,2.4993,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,28.3819,2.4993,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,28.6536,2.7711,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,26.9530,1.0706,-0.0304,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0006,SPS.VOLT.0006_H,29.4996,3.6171,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0023,SPS.VOLT.0023_H,28.8929,3.0104,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0025,SPS.VOLT.0025_H,29.1194,3.2368,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0033,SPS.VOLT.0033_H,27.6160,1.7334,-0.0301,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0045,SPS.VOLT.0045_H,30.2270,4.3445,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0046,SPS.VOLT.0046_H,31.2757,5.3932,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0047,SPS.VOLT.0047_H,30.6687,4.7863,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0052,SPS.VOLT.0052_H,27.8413,1.9588,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0113,SPS.VOLT.0113_H,29.3095,3.4270,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0136,SPS.VOLT.0136_H,25.7722,-0.1120,-0.0286,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0137,SPS.VOLT.0137_H,25.7268,-0.1574,-0.0286,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0163,V163_DDR,26.6157,0.7325,-0.0295,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0168,V168_DDR,24.8623,-1.0208,-0.0296,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0180,V180_DDR,31.2757,5.3932,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0181,V181_DDR,25.8534,-0.0307,-0.0287,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0182,V182_DDR,30.3953,4.5129,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0199,V199_DDR,29.2830,3.4006,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0200,V200_DDR,29.3603,3.4779,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.VOLT.0235,V235_DDR,25.9062,0.0224,-0.0290,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,28.9400,3.0574,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,28.6437,2.7613,-0.0303,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,26.4720,0.5890,-0.0297,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,27.6787,1.7961,-0.0301,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS_SPS,SPS_LA,28.7302,2.8475,-0.0301,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,28.5333,2.6508,-0.0302,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SSCN_NPPD,SSCN_NPPD_LA,25.6731,-0.2387,-0.0009,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,25.3077,-0.6170,0.0119,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,25.3077,-0.6170,0.0119,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,TAL,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,TEC,SOUC,25.3922,-0.5347,0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,26.1058,0.1954,-0.0024,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,TVA,TVA,25.3508,-0.5741,0.0122,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB,UCUHUB_H,24.5913,-1.3146,-0.0068,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB17,UCUHUB17_H,24.9268,-0.9740,-0.0120,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB18,UCUHUB18_H,24.7181,-1.1867,-0.0080,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB19,UCUHUB19_H,24.5875,-1.3166,-0.0086,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB20,UCUHUB20_H,24.5905,-1.3137,-0.0086,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB21,UCUHUB21_H,24.6168,-1.2852,-0.0108,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB22,UCUHUB22_H,24.5659,-1.3362,-0.0106,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB23,UCUHUB23_H,24.5709,-1.3312,-0.0107,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,UCUHUB24,UCUHUB24_H,24.5405,-1.3618,-0.0104,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,28.1362,2.2235,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,28.1362,2.2235,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,26.5934,0.6807,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,26.5934,0.6807,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,26.5990,0.6861,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,26.5831,0.6709,-0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,26.5831,0.6709,-0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,28.1362,2.2235,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,26.9248,1.0117,0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,27.2672,1.3544,0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,25.7172,-0.1961,0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,25.5425,-0.3691,-0.0011,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,28.0842,2.1716,-0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,28.0842,2.1716,-0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,25.5078,-0.4051,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,25.7883,-0.1249,0.0004,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,27.0588,1.1456,0.0004,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,25.7680,-0.1449,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,26.5022,0.5890,0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,25.7777,-0.1354,0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,25.7956,-0.1173,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,25.7956,-0.1173,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,25.8579,-0.0552,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,25.5926,-0.3190,-0.0012,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,27.0671,1.1537,0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,27.3525,1.4399,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,28.3807,2.4681,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,26.4221,0.5092,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,26.4201,0.5072,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,24.7373,-1.1678,-0.0077,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,26.3822,0.4696,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,27.2646,1.3518,0.0000,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,25.4626,-0.4497,-0.0005,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,25.2101,-0.7011,-0.0015,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,26.0881,0.1753,0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,27.9107,1.9980,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,27.9107,1.9980,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,27.9077,1.9951,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,27.9107,1.9980,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,27.9705,2.0579,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,25.5509,-0.3609,-0.0009,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,27.5161,1.6031,0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,26.3164,0.4041,-0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,26.3164,0.4041,-0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,26.3701,0.4582,-0.0009,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,26.3701,0.4582,-0.0009,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,26.7484,0.8355,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,26.6451,0.7325,-0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,26.0180,0.1049,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,25.5938,-0.3176,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,25.6736,-0.2401,0.0010,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,26.5990,0.6861,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,26.5990,0.6861,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,25.7680,-0.1449,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,25.5176,-0.3919,-0.0032,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,26.0084,0.0960,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,25.3002,-0.6112,-0.0013,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,25.9048,-0.0081,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.FSE,WAUE.FSE_H,25.5948,-0.3155,-0.0025,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,26.5988,0.6866,-0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,26.5639,0.6516,-0.0005,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,25.0417,-0.8697,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,25.0024,-0.9091,-0.0013,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,26.3028,0.3899,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,26.1783,0.2653,0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,25.5059,-0.4057,-0.0011,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,25.5425,-0.3691,-0.0011,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,24.9116,-0.9984,-0.0027,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,24.5593,-1.3533,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,24.5588,-1.3538,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,24.5592,-1.3535,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,25.9716,0.0587,0.0002,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,25.5176,-0.3919,-0.0032,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,26.0004,0.0866,0.0010,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,25.9146,0.0017,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,27.0172,1.1038,0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,26.0188,0.1060,0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,25.9522,0.0388,0.0007,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,25.0113,-0.9032,0.0018,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,26.4996,0.5866,0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,25.6390,-0.2741,0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,25.4626,-0.4497,-0.0005,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,26.5823,0.6674,0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,25.7313,-0.1817,0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,26.2820,0.3671,0.0022,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,26.0697,0.1562,0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,25.2341,-0.6776,-0.0011,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NTWK,WAUE.NTWK_H,26.3408,0.4283,-0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,26.6185,0.7056,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,26.6185,0.7056,0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,25.6945,-0.2170,-0.0012,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,25.6928,-0.2191,-0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,25.9825,0.0693,0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,25.6945,-0.2170,-0.0012,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,26.6280,0.7149,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,25.8018,-0.1103,-0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,25.4626,-0.4497,-0.0005,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,26.1271,0.2146,-0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,27.2846,1.3725,-0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,24.5353,-1.3756,-0.0019,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,24.4469,-1.4641,-0.0018,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,26.4985,0.5859,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,25.6724,-0.2372,-0.0032,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,25.8283,-0.0851,0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,25.6450,-0.2669,-0.0009,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,25.5938,-0.3176,-0.0014,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.VOLT.0152,V152_DDR,28.6238,2.7111,0.0000,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE.VOLT.0172,V172_DDR,28.0674,2.1547,-0.0001,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_BEPM,WAUE_BEPM_LA,27.2310,1.3184,-0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,26.0339,0.1203,0.0009,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,26.0407,0.1279,0.0001,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_EWA,WAUE_EWA_LA,25.5803,-0.3294,-0.0031,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,26.0212,0.1087,-0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_HMMU,WAUE_HMMU_LA,25.6496,-0.2625,-0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,25.5215,-0.3932,0.0020,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_MECB,WAUE_MECB_LA,25.7680,-0.1448,0.0000,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_MMPA,WAUE_MMPA_LA,26.9724,1.0589,0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_MRES,WAUE_MRES_LA,26.1930,0.2804,-0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,28.2754,2.3626,0.0000,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,26.5988,0.6866,-0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,26.1529,0.2407,-0.0006,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_OTP,WAUE_OTP_LA,27.9877,2.0747,0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_OTPW,WAUE_OTPW_LA,27.0572,1.1440,0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM,WAUE_UGPM_LA,25.9959,0.0833,-0.0002,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,26.9471,1.0346,-0.0003,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,26.0240,0.1110,0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,26.3677,0.4556,-0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,25.5803,-0.3294,-0.0031,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,25.6496,-0.2625,-0.0006,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,26.0736,0.1612,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,26.5988,0.6866,-0.0005,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,26.9724,1.0589,0.0008,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,26.3692,0.4568,-0.0003,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,25.9215,0.0096,-0.0009,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,28.4650,2.5519,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,24.2633,-1.6082,-0.0413,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,24.1484,-1.7398,-0.0245,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,22.9546,-2.9215,-0.0367,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,25.5610,-0.3931,0.0414,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,25.5610,-0.3931,0.0414,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,22.6619,-3.2058,-0.0451,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,25.6567,-0.2969,0.0408,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,25.6019,-0.3508,0.0400,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,23.5879,-2.2863,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,23.5960,-2.2782,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,23.5944,-2.2798,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,23.7423,-2.1319,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,23.7423,-2.1319,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,23.7423,-2.1319,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,23.7423,-2.1319,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,23.7423,-2.1319,-0.0386,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,23.7544,-2.1147,-0.0437,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,25.0940,-0.7889,-0.0298,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,23.2331,-2.6464,-0.0333,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,24.5548,-1.3192,-0.0387,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,28.9502,3.0676,-0.0302,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_ENMC,WFEC_ENMC_LA,29.4353,3.5528,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,23.7777,-2.1131,-0.0220,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,25.1144,-0.8297,0.0313,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,28.5730,2.6905,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,24.2345,-1.6369,-0.0413,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,24.2633,-1.6082,-0.0413,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,24.2633,-1.6082,-0.0413,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_OKGE,WFEC_OKGE_LA,25.0124,-0.9138,0.0135,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,25.7875,-0.1650,0.0397,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,24.1635,-1.7032,-0.0460,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,23.6374,-2.2351,-0.0403,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_WFEC,WFEC_LA,25.0029,-0.9102,0.0004,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,28.5730,2.6905,-0.0303,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,25.4503,-0.4501,-0.0124,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,25.1305,-0.7627,-0.0196,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,24.0592,-1.8449,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,24.0592,-1.8449,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,24.0479,-1.8561,-0.0087,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,24.0479,-1.8561,-0.0087,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,24.0590,-1.8450,-0.0087,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,24.0589,-1.8452,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,24.0589,-1.8452,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,25.1525,-0.7647,0.0045,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,24.1874,-1.7155,-0.0099,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,24.3524,-1.5388,-0.0216,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,24.3524,-1.5388,-0.0216,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.GEEC.GT1,WRGORDUNG1_RA,24.0391,-1.8579,-0.0158,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.GEEC.GT2,WRGORDUNG2_RA,24.0391,-1.8579,-0.0158,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.GEEC.GT3,WRGORDUNGT3_RA,23.9561,-1.9408,-0.0158,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,24.1874,-1.7155,-0.0099,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,24.4446,-1.4641,-0.0040,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.HEC.GT1,WRHECGTUN32_RA,24.4080,-1.4910,-0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.HEC.GT2,WRHECGTUN33_RA,24.4226,-1.4764,-0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.HEC.GT3,WRHECGTUN34_RA,24.4282,-1.4708,-0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.HEC.GT4,WRHECGTUN35_RA,24.4296,-1.4694,-0.0137,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,24.4446,-1.4641,-0.0040,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,24.4160,-1.4750,-0.0217,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,24.1256,-1.7916,0.0045,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.JEC.1,WRJEFFUN10_RA,24.0813,-1.8238,-0.0076,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.JEC.2,WRJEFFUN11_RA,23.9609,-1.9443,-0.0075,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.JEC.3,WRJEFFUN12_RA,24.0769,-1.8284,-0.0075,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,23.8043,-2.0905,-0.0180,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,24.0612,-1.8347,-0.0169,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,24.0612,-1.8347,-0.0169,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.LEC.4,WRLECUN26_RA,24.2891,-1.6184,-0.0052,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.LEC.5,WRLECUN27_RA,24.4271,-1.4800,-0.0056,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MCPH.CT1,WRCMCPHUN37_RA,24.5947,-1.3054,-0.0127,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MCPH.CT2,WRCMCPHUN38_RA,24.5947,-1.3054,-0.0127,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MCPH.CT3,WRCMCPHUN48_RA,24.5899,-1.3101,-0.0127,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MCPH.CT4,WRCJOHNUN1_RA,24.6530,-1.2471,-0.0126,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,25.7191,-0.1778,-0.0158,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,25.4989,-0.4017,-0.0121,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,25.4989,-0.4017,-0.0121,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,24.8964,-1.0034,-0.0130,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,24.7623,-1.1392,-0.0113,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,24.6727,-1.2349,-0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,24.2256,-1.6767,-0.0104,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,24.0557,-1.8401,-0.0169,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,25.5953,-0.3584,0.0410,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,24.9579,-0.9416,-0.0132,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.READ.READ,WREMPECUNREADINGWF_RA,24.0589,-1.8452,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,23.2802,-2.6251,-0.0074,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,24.4446,-1.4641,-0.0040,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,24.1874,-1.7155,-0.0099,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,24.2197,-1.6775,-0.0156,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.THAYERLD,WR.THAYERLD_LA,25.3246,-0.6002,0.0121,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0102,WR.VOLT.0102_H,24.2220,-1.6751,-0.0156,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0106,V106_DDR,24.2149,-1.6831,-0.0147,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0139,WR.VOLT.0139_H,24.6002,-1.3088,-0.0037,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0141,WR.VOLT.0141_H,24.5723,-1.3293,-0.0111,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0146,WR.VOLT.0146_H,24.5389,-1.3688,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0147,WR.VOLT.0147_H,24.5389,-1.3688,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0148,WR.VOLT.0148_H,24.5011,-1.4075,-0.0042,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0153,WR.VOLT.0153_H,24.4187,-1.4799,-0.0141,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0157,V157_DDR,24.5139,-1.3937,-0.0051,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0158,V158_DDR,24.5389,-1.3688,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0159,WR.VOLT.0159_H,24.5389,-1.3688,-0.0050,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0165,WR.VOLT.0165_H,24.0725,-1.8260,-0.0143,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0173,V173_DDR,24.7007,-1.1992,-0.0128,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0174,V174_DDR,24.1830,-1.7157,-0.0141,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0184,V184_DDR,24.0337,-1.8647,-0.0144,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0185,WR.VOLT.0185_H,24.2062,-1.6911,-0.0154,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0186,V186_DDR,24.1562,-1.7410,-0.0156,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0187,WR.VOLT.0187_H,24.0946,-1.8033,-0.0149,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0188,WR.VOLT.0188_H,24.2330,-1.6644,-0.0153,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0189,WR.VOLT.0189_H,24.7770,-1.1212,-0.0145,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0190,WR.VOLT.0190_H,24.2104,-1.6932,-0.0091,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0191,WR.VOLT.0191_H,24.1437,-1.7603,-0.0088,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0192,WR.VOLT.0192_H,24.1437,-1.7603,-0.0088,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0196,WR.VOLT.0196_H,24.2104,-1.6932,-0.0091,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0245,V245_DDR,24.2098,-1.6876,-0.0154,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.VOLT.0248,V248_DDR,24.2149,-1.6831,-0.0147,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,23.8405,-2.0566,-0.0157,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,24.4977,-1.4090,-0.0061,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.WOLF,WRWOLFUN15_RA,23.1573,-2.7468,-0.0087,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,24.4160,-1.4750,-0.0217,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,24.7811,-1.1361,0.0045,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,23.8702,-2.0237,-0.0189,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KPP_NITS,WR_KPP_NITS_LA,24.2130,-1.6896,-0.0101,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,24.5749,-1.3268,-0.0110,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,24.1588,-1.7396,-0.0143,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,24.1588,-1.7396,-0.0143,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,24.1588,-1.7396,-0.0143,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,24.1588,-1.7396,-0.0143,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,24.3953,-1.5082,-0.0093,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,24.2829,-1.6140,-0.0159,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,24.2829,-1.6140,-0.0159,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,23.8900,-2.0070,-0.0158,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,23.8900,-2.0070,-0.0158,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_MIDW,WR_MIDW_LA,25.5209,-0.3776,-0.0142,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,25.3285,-0.5860,0.0018,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,24.6801,-1.2310,-0.0016,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,25.3937,-0.5037,-0.0154,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_SEG,WR_SEG_LA,24.8695,-1.0464,0.0031,25.9128\n03/31/2025 09:05:00,03/31/2025 14:05:00,WR_WR,WR_LA,24.4280,-1.4753,-0.0094,25.9127\n03/31/2025 09:05:00,03/31/2025 14:05:00,YAD,VACS,25.3720,-0.5539,0.0132,25.9127\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-202503310910.csv",
    "content": "Interval,GMTIntervalEnd,Settlement Location,Pnode,LMP,MLC,MCC,MEC\n03/31/2025 09:10:00,03/31/2025 14:10:00,AEC,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_CSWS,CSWS_AECC_LA,21.4545,-0.4698,-0.9392,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_ELKINS,CSWSELKINSUNELKINS_RA,21.6798,-0.3033,-0.8804,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_FITZHUGH,CSWSFITZHUGHPLT1,21.0084,-0.9418,-0.9133,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_FLTCREEK,CSWSFLINTCRKUN1_JOU_AECC_RA,21.5116,-0.5021,-0.8498,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_FULTON,CSWSFULTON_CUNFULT_RA,21.1294,-0.6746,-1.0594,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_HYDRO13,CSWSLD13UN1_RA,20.3857,-1.5486,-0.9291,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECC_JWTURK,CSWSTURK_PPUNTURK_AECC_RA,21.3683,-0.3537,-1.1415,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AECI,AECI,21.5982,-0.6990,-0.5663,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AEPM_CSWS,CSWS_LA,21.1830,-0.2958,-1.3846,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ALTW,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,AMRN,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,ANTELOPE,SPSANTELOPEUNANT1_RA,29.2358,1.7010,4.6713,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BBA,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BCA,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BEPM.ER01.DDR,ER01_DDR,21.9418,-1.2062,0.2846,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BEPM_ER01,BEPM_ER01_LA,21.9418,-1.2062,0.2846,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BEPM_RM_NPPD,NPPD_BEPM_RUSHMORE_LA,24.6673,1.3504,0.4535,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BEPM_TS_NPPD,NPPD_BEPM_TRISTATE_LA,24.1699,0.3133,0.9932,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BEPM_UM01,BEPM_UM01_LA,24.9120,1.9116,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BLKW,BLKW,30.2871,2.9925,4.4311,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BLUECANYON1,WFECBLUCAN14UNUN1_BLUCAN14_RA,17.4380,-2.3753,-3.0501,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BLUECANYON2,WFECBLUCAN14UNUN2_BLUCAN14_RA,17.4380,-2.3753,-3.0501,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BLUECANYON5,WFECCHERRYRDUNBLUCAN5_WND_RA,16.9129,-2.4973,-3.4533,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BLUECANYON6,WFECSLCKHILSUNBLUCAN6_WIND_RA,17.4697,-2.3436,-3.0501,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,BRAZ,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BUBA,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,BUFFALO_DUNES_WIND,SPSFINNEY1UNBUFFDUNE_WIND_RA,25.0547,-0.8883,3.0796,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANADIAN_HILLS_1,OKGECIMARRONUNCANADN1_WIND_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANADIAN_HILLS_2,OKGECIMARRONUNCANADN2_WIND_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANADIAN_HILLS_3,GRDACMRN_GRDLDCANADN3_WIND_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANADIAN_HILLS_4,OKGECIMARRONUNCANADN4_WIND_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANADIAN_HILLS_5,OKGECIMARRONUNCANADN5_WIND_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CANEY_RIVER_WINDPOWER,WRCAN_RIVRUNCANEY_WIND_RA,20.9047,-1.5893,-0.3694,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CASS_CO_1,OPPDCASSCNTYUN1_RA,22.3502,-0.6366,0.1234,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CASS_CO_2,OPPDCASSCNTYUN2_RA,22.3502,-0.6366,0.1234,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CLEC,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,COFFEYVILLE_7,GRDACOFFEYGRUN7_RA,21.4486,-0.5461,-0.8688,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,COWP,COWP_LA,21.6538,-0.6249,-0.5847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,COWP_GEN1,WRW_PLAINGUNCOWP_GEN1_RA,21.6538,-0.6249,-0.5847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,COWP_GEN2,WRW_PLAINGUNCOWP_GEN2_RA,21.6538,-0.6249,-0.5847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CPLE,VACS,21.6836,-0.6013,-0.5785,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CPLW,VACS,21.6836,-0.6013,-0.5785,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CROSSROADS1,MPSCRSRD_EXUNCROSSROADS1_RA,21.5408,-0.6762,-0.6465,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CROSSROADS2,MPSCRSRD_EXUNCROSSROADS2_RA,21.5408,-0.6762,-0.6465,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CROSSROADS3,MPSCRSRD_EXUNCROSSROADS3_RA,21.5408,-0.6762,-0.6465,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CROSSROADS4,MPSCRSRD_EXUNCROSSROADS4_RA,21.5408,-0.6762,-0.6465,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CRTH_SPA,WRCRTH_SPA_LA,21.3168,-0.8872,-0.6594,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWARSENALHILL5,CSWSARSENALUN5_RA,22.0378,0.2215,-1.0471,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWCOMANCHE1,CSWSCOMANCHEPLT1,19.0432,-1.4919,-2.3283,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWETTURK,CSWSTURK_PPUNCSWETTURK_RA,21.3683,-0.3537,-1.1415,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWFLINTCREEK1,CSWSFLINTCRKUN1_RA,21.5116,-0.5021,-0.8498,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWJLSTALL,CSWSSTALL_PPPLT1,22.0317,0.2165,-1.0483,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWKNOXLEE5,CSWSKNOXLEEUN5_RA,21.9928,0.1994,-1.0701,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWLIEBERMAN3,CSWSLIEBERMUN3_RA,21.9760,0.1713,-1.0587,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWLIEBERMAN4,CSWSLIEBERMUN4_RA,21.9760,0.1713,-1.0587,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWMATTISON1,CSWSMATTISONUN1_RA,21.2492,-0.7235,-0.8908,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWMATTISON2,CSWSMATTISONUN2_RA,21.2492,-0.7235,-0.8908,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWMATTISON3,CSWSMATTISONUN3_RA,21.2526,-0.7200,-0.8908,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWMATTISON4,CSWSMATTISONUN4_RA,21.2526,-0.7200,-0.8908,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWMSTURK,CSWSTURK_PPUNCSWMSTURK_RA,21.3683,-0.3537,-1.1415,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWNARROWS1,CSWSNARROWSUN1_RA,21.6147,-0.0868,-1.1619,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWNORTHEASTERN1,CSWSNE_GASPLT1,21.0139,-0.8067,-1.0429,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWNORTHEASTERN2,CSWSNE_GASUN2_RA,20.8796,-0.9410,-1.0429,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWNORTHEASTERN3,CSWSNE_COALUN3_RA,21.1931,-0.7139,-0.9565,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWRIVERSIDE1,CSWSRIVRSIDEUN1_RA,21.0487,-0.7004,-1.1143,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWRIVERSIDE2,CSWSRIVRSIDEUN2_RA,20.9525,-0.7967,-1.1143,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWRIVERSIDE3,CSWSRIVRSIDEUN3_RA,20.9475,-0.8017,-1.1143,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWRIVERSIDE4,CSWSRIVRSIDEUN4_RA,20.9475,-0.8017,-1.1143,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.7CBY.7CBYWIND,CSWSMATOUN7COWBOY_RA,18.0917,-1.6253,-3.1465,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.AECC.DRIFTSAND,CSWSDRFTSND4UNDRIFTSAND_WIND_RA,19.7256,-1.0222,-2.1156,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.AECC.WILDHORSE,CSWSTUSKAHOMUNWILDHORSE_RA,20.8201,-0.8035,-1.2398,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.EKCW.EKCW,CSWSELK_TAPUNELKCTY_WIND_RA,17.6133,-1.4348,-3.8153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.ELK2.ELKCITY2,CSWSROARKUNELKCTY2_FPLP_RA,17.5518,-1.4964,-3.8153,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.FPLP.RSES.MSR,CSWSTERRY_RDUNRS_ENERGY_MSR_RA,19.4810,-1.4224,-1.9600,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.GRID.CDL1,CDL1_DDR,21.0374,-0.6088,-1.2173,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.HCPP.RBPW,CSWSLEONARDUNREDBED_WIND_RA,19.7676,-1.2931,-1.8028,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.KCSP.KIOWACTT,CSWSGREATPLAUNKIOWACT_SOLAR_RA,15.3468,-2.8243,-4.6923,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.CDL1,CSWS.NUEN.CDL1_H,21.0374,-0.6088,-1.2173,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.CSI1,CSI1_DDR,21.6489,-0.3247,-0.8898,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.CSI2,CSI2_DDR,21.6570,-0.3166,-0.8898,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.CSI3,NCSI3_DDR,21.3918,-0.5886,-0.8831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.GAZA,GAZA_DDR,21.0374,-0.6088,-1.2173,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.MDT1,CSWS.NUEN.MDT1_H,21.3387,-0.1573,-1.3674,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.NUEN.T201,NT201_DDR,21.2648,-0.5391,-1.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.OKUDC.DIVERSION,CSWS.OKUDC.DIVERSION_H,19.1773,-1.5742,-2.1119,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.OKUDC.DVWIND,CSWSOKLAUNIOUNDIVERSION_RA,19.1773,-1.5742,-2.1119,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.OMPA.TURK,CSWSTURK_PPUNTURK_OMPA_RA,21.3683,-0.3537,-1.1415,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.RRSL.ROCKNRSLR,CSWSHOSSTONUNROCKINGR_SOLAR_RA,22.2247,0.4548,-1.0936,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.RSPA.RUSHSPRWNDA,CSWSTERRY_RDUNRUSH_SPRINGS_A_RA,19.4810,-1.4224,-1.9600,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.RSPB.RUSHSPRWNDB,CSWSTERRY_RDUNRUSH_SPRINGS_B_RA,19.4810,-1.4224,-1.9600,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.CADO,CSWSTREASUREUNCADDO_WIND_RA,19.1823,-1.5735,-2.1076,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.ELKCITY2,CSWSROARKUNELKCTY2_WIND_RA,17.5518,-1.4964,-3.8153,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.GATEWAY,CSWSGATEWAY2PLT1,21.7954,-0.0133,-1.0547,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.GREENCOUNTRY,CSWSJENKSUNCGCC1_RA,21.0137,-0.7459,-1.1039,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.GREENCOUNTRY2,CSWSJENKSUNCGCC2_RA,21.0137,-0.7459,-1.1039,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.GREENCOUNTRY3,CSWSJENKSUNCGCC3_RA,20.6802,-1.0793,-1.1039,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.KIAPB1,CSWSKIOWAPLT,20.5805,-1.0599,-1.2230,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.TNSK.KIAPB2,CSWSKIOWAPLT2,20.7260,-0.9144,-1.2230,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0004,CSWS.VOLT.0004_H,21.9692,0.1860,-1.0802,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0044,CSWSSAND_SPGUNSAND_DDR_GEN_RA,21.1401,-0.5899,-1.1335,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0050,CSWSHARRISONUNHRSN_DDR_GEN_RA,22.0275,0.2399,-1.0758,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0051,CSWS.VOLT.0051_H,23.0011,1.2315,-1.0938,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0053,CSWS.VOLT.0053_H,21.0153,-0.5921,-1.2560,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0056,PRYORCRK_DDR,21.6570,-0.3166,-0.8898,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0057,OKMU_DDR,21.2010,-0.4574,-1.2051,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0060,LEHIGH_DDR,21.1694,-0.2786,-1.4154,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0086,WARRENM_DDR,21.1510,-0.6021,-1.1103,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0092,CSWS.VOLT.0092_H,22.2990,0.5407,-1.1051,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0114,CSWS.VOLT.0114_H,21.3404,-0.4724,-1.0506,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0121,V121_DDR,21.9692,0.1860,-1.0802,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0122,V122_DDR,21.3126,-0.5086,-1.0422,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0124,V124_DDR,21.0543,-0.6081,-1.2010,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0135,V135_DDR,21.2374,-0.5237,-1.1024,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0144,V144_DDR,19.7938,-0.9891,-2.0805,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0145,V145_DDR,19.6926,-1.1113,-2.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0162,CSWS.VOLT.0162_H,21.9960,0.2141,-1.0815,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0164,CSWS.VOLT.0164_H,21.4359,-0.2752,-1.1523,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0175,V175_DDR,21.3918,-0.5886,-0.8831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0178,CSWS.VOLT.0178_H,21.4359,-0.2752,-1.1523,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0193,CSWS.VOLT.0193_H,21.5380,-0.1763,-1.1491,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0201,CSWS.VOLT.0201_H,21.2374,-0.5237,-1.1024,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0202,CSWS.VOLT.0202_H,21.2399,-0.5333,-1.0903,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0203,CSWS.VOLT.0203_H,21.2151,-0.5888,-1.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0204,CSWS.VOLT.0204_H,21.1329,-0.6863,-1.0442,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0205,CSWS.VOLT.0205_H,21.0726,-0.6755,-1.1153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0206,CSWS.VOLT.0206_H,21.2399,-0.5333,-1.0903,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0211,V211_DDR,22.2186,0.4226,-1.0674,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0212,CSWS.VOLT.0212_H,21.3583,-0.4597,-1.0454,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0213,V213_DDR,21.1776,-0.5837,-1.1022,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0215,V215_DDR,21.3161,-0.5029,-1.0444,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0217,V217_DDR,21.3413,-0.4768,-1.0454,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0218,V218_DDR,21.1412,-0.6779,-1.0444,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0228,V228_DDR,21.1399,-0.5900,-1.1336,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0232,V232_DDR,21.2051,-0.5460,-1.1123,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0233,V233_DDR,21.2483,-0.5199,-1.0952,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0240,V240_DDR,21.1666,-0.6021,-1.0947,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0244,V244_DDR,21.2399,-0.5333,-1.0903,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0246,MDT1_DDR,21.3387,-0.1573,-1.3674,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0249,V249_DDR,21.2202,-0.5407,-1.1026,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0250,V250_DDR,19.1575,-1.4552,-2.2507,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0251,V251_DDR,21.1080,-0.6461,-1.1093,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.VOLT.0252,V252_DDR,21.1329,-0.6863,-1.0442,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.WRWE.EAST,CSWSTREASUREUNWHITROCKE_WIND_RA,19.1732,-1.5827,-2.1076,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.WRWW.WEST,CSWSTONKAWAUNWHITROCKW_WIND_RA,18.0116,-1.9416,-2.9103,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS.WTHW.WTHW,CSWSWFRDGUNUN1_WFRDG_RA,14.7225,-1.6979,-6.4430,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSEASTMAN,CSWSEASTMANUNEASTMAN_RA,21.8585,0.0695,-1.0745,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSLEEPINGBEAR,WFECSLP_BEARUNWINDFARM_RA,-26.7544,-1.3004,-48.3174,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSOUTHWESTERN1,CSWSSW_STAUN1_RA,19.6197,-1.1842,-2.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSOUTHWESTERN2,CSWSSW_STAUN2_RA,19.6197,-1.1842,-2.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSOUTHWESTERN3,CSWSSW_STAUN3_RA,19.6030,-1.2009,-2.0595,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSOUTHWESTERN4,CSWSSW_STAUN4_RA,17.9642,-1.8580,-3.0413,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSOUTHWESTERN5,CSWSSW_STAUN5_RA,17.9642,-1.8580,-3.0413,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWSWTURK,CSWSTURK_PPUNCSWSWTURK_RA,21.3683,-0.3537,-1.1415,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWS_ETEC_LOAD,CSWS_ETEC_LA,22.0590,0.1899,-0.9943,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWTULSA2,CSWSTULSA_PSUN2_RA,21.1864,-0.5647,-1.1123,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWTULSA4,CSWSTULSA_PSUN4_RA,21.1532,-0.5979,-1.1123,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWELEETKA4,CSWSWELEETKAUN4_RA,21.1303,-0.4895,-1.2437,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWELEETKA5,CSWSWELEETKAUN5_RA,21.1303,-0.4895,-1.2437,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWELSH1,CSWSWELSHUN1_RA,21.5294,-0.2121,-1.1220,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWELSH3,CSWSWELSHUN3_RA,21.5294,-0.2121,-1.1220,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWILKES1,CSWSWILKESUN1_RA,21.6756,-0.0832,-1.1046,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWILKES2,CSWSWILKESUN2_RA,21.6756,-0.0832,-1.1046,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,CSWWILKES3,CSWSWILKESUN3_RA,21.6616,-0.1044,-1.0975,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,DEMPSEY_RIDGE_WIND,CSWSDEMPSRDGUNDEMPSEY_WIND_RA,17.6189,-1.4292,-3.8153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,DENL,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,DERS,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,DOE,DOE,21.7620,-0.6271,-0.4743,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,DOGWOOD,MPSPHILLUNDOGWOOD_RA,21.2205,-1.5332,-0.1098,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,DPC,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,DUK,VACS,21.6836,-0.6013,-0.5785,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDDY,EDDY,31.0510,3.6540,4.5336,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE.KINGSPOINT,EDELAR3821UNKINGSPNT_RA,21.0695,-1.1299,-0.6640,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE.NEOSHORDGE,WRNEORDGUNNEOSHRDG_RA,21.0948,-1.2270,-0.5417,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE.NORTHFORK,EDEASB3491UNNORTHFRK_RA,21.0000,-1.2302,-0.6332,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE.SLCC,EDESTL4391_PLT,20.4544,-1.7144,-0.6946,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE.VOLT.0234,EDE.VOLT.0234_H,20.8061,-1.3609,-0.6964,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDEP_SWMPEPHUB,EDEP_SWMPEP_H,20.8948,-1.4938,-0.4749,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_EC_01,EDELAR3821UN1_RA,21.0695,-1.1299,-0.6640,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_EC_02,EDELAR3821UN2_RA,21.0474,-1.1520,-0.6640,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_EC_03,EDELAR3821UN3_RA,21.0695,-1.1299,-0.6640,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_EC_04,EDELAR3821UN4_RA,21.0695,-1.1299,-0.6640,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_EDE,EDE_LA,21.5071,-0.6813,-0.6751,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_ERW,EDEERWFUNG1_RA,20.8870,-1.6307,-0.3457,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_MWW,EDEMWWF_EDEUNWINDFARM_RA,21.7129,-1.4982,0.3476,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_OZD_5,EDEOZRK_BUN5_RA,21.7251,-0.4772,-0.6611,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_OZD_6,EDEOZRK_BUN6_RA,21.7251,-0.4772,-0.6611,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_OZD_7,EDEOZRK_BUN7_RA,21.7251,-0.4772,-0.6611,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_OZD_8,EDEOZRK_BUN8_RA,21.7251,-0.4772,-0.6611,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_PLUMPOINT,EDEPLUM_EDEUNPLUMPT_EDE_RA,21.6277,-0.6405,-0.5953,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_RIV_10,EDERIV1671UN10_RA,20.8674,-1.2984,-0.6976,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_RIV_11,EDERIV1671UN11_RA,20.8674,-1.2984,-0.6976,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_RIV_12,EDERIV453UN12_PLT,20.8674,-1.2984,-0.6976,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_SL_01,EDESTL4391UN1_RA,20.3396,-1.8292,-0.6946,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EDE_SWMP,EDE_SWMP_LA,21.7207,-0.4839,-0.6589,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EEI,EEI,21.7635,-0.6271,-0.4728,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,EES,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,EKC.SFEC.SFEC,WRBURNUNEXPEDITION_WND_RA,21.4325,-1.6539,0.2229,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,ERCOTE,ERCOTE,21.5294,-0.2121,-1.1220,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,ERCOTN,ERCOTN,19.2197,-1.5318,-2.1119,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FLAT_WATER,OPPDSUB1399UNFLATWTR_WIND_RA,21.9489,-1.0471,0.1325,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,FMPP,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FPC,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FPL,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FREM_50T,OPPDFREM_GUN1_RA,22.6975,-0.3302,0.1643,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FREM_6,OPPDFREM_AUN6_RA,22.6646,-0.3633,0.1644,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,FREM_7,OPPDFREM_AUN7_RA,22.6646,-0.3633,0.1644,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,FREM_8,OPPDFREM_AUN8_RA,22.5737,-0.4541,0.1644,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FREM_LOAD,FREM_LOAD_LA,22.6742,-0.3536,0.1644,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,FRONTIER,WRGETTUNFRONTIER_RA,21.4724,-1.2636,-0.1275,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GATEWAY_LOAD,CSWS_TENASKA_LA,21.7954,-0.0133,-1.0547,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GOODWELL_WIND,SPSHITCHUNGOODWELL_WIND_RA,27.1082,-0.5252,4.7699,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.BRECK,OKGEBRECKNR4UNBRECK_WIND_RA,11.6759,-1.6323,-9.5553,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.COFF10,GRDACOFFEYGRUNCOFF10_RA,21.4486,-0.5461,-0.8688,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.COFF8,GRDACOFFEYGRUNCOFF8_RA,21.4486,-0.5461,-0.8688,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.COFF9,GRDACOFFEYGRUNCOFF9_RA,21.4486,-0.5461,-0.8688,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.GREC2,GRDAGRDA17UN2_RA,21.2982,-0.6761,-0.8892,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.GREC2AUX,GRDAGRDA17LDUNIT_2_AUX_LA,21.2982,-0.6761,-0.8892,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.GREC3,GRDAGREC3UNGREC3_RA,21.2900,-0.6816,-0.8918,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.GREC3AUX,GRDAGREC3LDGREC3_AUX_LA,21.2900,-0.6816,-0.8918,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.KAY,OKGEKAYWIND7UNKAY_WIND_RA,20.0735,-1.8482,-0.9417,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.SEC1,GRDAFERGUS2UNSTILLWATER_EC1_RA,19.5409,-0.9645,-2.3581,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.SEC2,GRDAFERGUS2UNSTILLWATER_EC2_RA,19.5409,-0.9645,-2.3581,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.SEC3,GRDAFERGUS2UNSTILLWATER_EC3_RA,19.5409,-0.9645,-2.3581,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.VOLT.0130,V130_DDR,21.5485,-0.3906,-0.9243,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA.VOLT.0237,V237_DDR,21.3737,-0.5611,-0.9286,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDAHUB2,GRDAHUB2_H,20.2861,-0.9985,-1.5788,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDAHUB3,GRDAHUB3_H,20.1097,-1.0660,-1.6877,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA_GRDA,GRDA_LA,21.2578,-0.5843,-1.0213,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA_HUB,GRDA_H,20.7775,-0.9894,-1.0965,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRDA_HUBSA,GRDASA_H,21.1294,-0.7503,-0.9838,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GRE,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GSEC_GL_CSWS,CSWS_GREEN_LIGHT_LA,23.2121,0.8328,-0.4842,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GSEC_SPS,SPS_GSEC_LA,28.9068,1.8855,4.1578,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GSPR2014HUB,GSPR2014HUB_H,27.5272,1.3120,3.3518,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,GSPR2015HUB,GSPR2015HUB_H,27.4391,1.2426,3.3330,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,GSPWR,SPSGSPWRUNGSPWR_WIND_RA,27.4275,0.7326,3.8314,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,HARRISON,CSWSLEBROCKPLT1,21.8083,0.0202,-1.0753,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,HAST_TNSK_HUB,HAST_TNSK_H,23.7865,0.3620,0.5610,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,HQST,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,HST,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_H_5,INDNSUB_HUN5_RA,22.0557,-0.7288,-0.0789,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_H_6,INDNSUB_HUN6_RA,22.0557,-0.7288,-0.0789,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_I_3,INDNSUBIUN3_RA,22.0349,-0.7492,-0.0794,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_I_4,INDNSUBIUN4_RA,22.0349,-0.7492,-0.0794,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_J_1,INDNSUBJUN1_RA,22.0668,-0.7162,-0.0804,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDNSUB_J_2,INDNSUBJUN2_RA,22.0668,-0.7162,-0.0804,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDN_INDN,INDN_LA,22.0437,-0.7400,-0.0797,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,INDN_MWE_SMKY2,INDNIN_SMKHLUNWINDFARM_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,ISNE,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,JEA,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,JONES_STREET_1,OPPDJONES_STUN1_RA,22.5045,-0.4776,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,JONES_STREET_2,OPPDJONES_STUN2_RA,22.5045,-0.4776,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYBOWERSOCK,KACY6TH_KACYUNBOWERSOCK_RA,21.5872,-1.3108,0.0345,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYCT4,KACYNEARMANUNCT4_RA,21.6477,-1.1625,-0.0532,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYLFG,KACYLANDFILLUNLF_GAS_RA,21.1736,-1.1298,-0.5600,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYNEARMANUN1,KACYNEARMANUN1_RA,21.6477,-1.1625,-0.0532,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYQUIND1UNGT2,KACYQUIND1UNCT2_RA,21.7236,-1.0859,-0.0540,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACYQUIND1UNGT3,KACYQUIND1UNCT3_RA,21.6983,-1.1114,-0.0537,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KACY_KACY,KACY_LA,21.7528,-1.0564,-0.0542,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.HAW10,KCPLLEVEEUNHAW_SOLAR_RA,21.7344,-1.0667,-0.0623,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.MEUC.HIG4,KCPLC_HIGGNSUNHIG4_RA,22.3241,-0.3755,-0.1639,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.PRQUEEN,KCPLDAKOTAUNPRARQUEEN_KCPL_RA,20.8381,-1.6376,-0.3877,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.SLATECREEK,WRCRSWUNSLATECREEKWIND_RA,19.4205,-1.9367,-1.5062,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0222,V222_DDR,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0223,V223_DDR,21.3385,-1.4179,-0.1071,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0241,V241_DDR,22.0722,-0.5572,-0.2340,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0243,V243_DDR,21.3456,-0.7138,-0.8040,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0247,V247_DDR,21.4201,-1.3401,-0.1033,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.VOLT.0253,V253_DDR,21.7460,-1.0546,-0.0628,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL.WAVERLYWND,KCPLWAVERLY7UNWAVERLYWIND_RA,20.3622,-2.3322,-0.1690,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLBULLCRK5UNWGR1,KCPLBULLCRK5UNUNIT1_RA,21.2797,-1.5007,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLBULLCRK5UNWGR2,KCPLBULLCRK5UNUNIT2_RA,21.2797,-1.5007,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLBULLCRK5UNWGR3,KCPLBULLCRK5UNUNIT3_RA,21.2797,-1.5007,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLBULLCRK5UNWGR4,KCPLBULLCRK5UNUNIT4_RA,21.2795,-1.5009,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHAWTHORN6,KCPLHAWTHORNUNHAW6_RA,21.7346,-1.0664,-0.0624,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHAWTHORNUNHAW5,KCPLHAWTHORNUNHAW5_RA,21.7346,-1.0664,-0.0624,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB,KCPLHUB_H,21.1899,-1.7097,0.0362,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB17,KCPLHUB17_H,21.2640,-1.6998,0.1003,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB18,KCPLHUB18_H,21.2087,-1.7039,0.0492,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB19,KCPLHUB19_H,21.2668,-1.6557,0.0590,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB20,KCPLHUB20_H,21.2623,-1.6957,0.0945,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB21,KCPLHUB21_H,21.4301,-1.6591,0.2257,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB22,KCPLHUB22_H,21.3694,-1.6843,0.1902,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB23,KCPLHUB23_H,21.3305,-1.7003,0.1674,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLHUB24,KCPLHUB24_H,21.3539,-1.7076,0.1981,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLIATANUNIAT1,KCPLIATANUNIAT1_RA,21.5327,-1.3384,0.0076,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLIATANUNIAT2,KCPLIATANUNIAT2_RA,21.5327,-1.3384,0.0076,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLLACYGNEUNLAC1,KCPLLACYGNEUNLAC1_RA,20.7759,-1.9039,-0.1837,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLLACYGNEUNLAC2,KCPLLACYGNEUNLAC2_RA,20.7759,-1.9039,-0.1837,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLLEVEEUNHAW7,KCPLLEVEEUNHAW7_RA,21.7462,-1.0550,-0.0623,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLLEVEEUNHAW8,KCPLLEVEEUNHAW8_RA,21.7344,-1.0667,-0.0623,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE11,KCPLNRTHEASTUNNE11_RA,21.7857,-1.0171,-0.0606,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE12,KCPLNRTHEASTUNNE12_RA,21.7857,-1.0171,-0.0606,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE13,KCPLNRTHEASTUNNE13_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE14,KCPLNRTHEASTUNNE14_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE15,KCPLNRTHEASTUNNE15_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE16,KCPLNRTHEASTUNNE16_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE17,KCPLNRTHEASTUNNE17_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLNRTHEASTUNNE18,KCPLNRTHEASTUNNE18_RA,21.7857,-1.0172,-0.0606,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPLPAOLAUNOSA1,KCPLPAOLAUNUN1_OSAWACT1_RA,21.1544,-1.5294,-0.1797,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL_GMOC_HUB,KCPLGMOCHUB_H,21.6849,-1.0951,-0.0834,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KCPL_KCPL,KCPL_LA,21.6571,-1.1283,-0.0781,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KENN,KENN_LA,21.6355,-0.6489,-0.5790,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KEP2_SECI,KEP2_SECI_LA,26.6109,0.0346,3.7128,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KERR_1,GRDAKERR_HYDUN1_RA,21.3594,-0.5852,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KERR_2,GRDAKERR_HYDUN2_RA,21.3789,-0.5701,-0.9144,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KERR_3,GRDAKERR_HYDUN3_RA,21.3789,-0.5701,-0.9144,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KERR_4,GRDAKERR_HYDUN4_RA,21.3594,-0.5852,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_BALD7,KCPLW_GARDNRUNBALD7_RA,21.2794,-1.5010,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_BALD8,KCPLW_GARDNRUNBALD8_RA,21.2794,-1.5010,-0.0831,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_GARD1,KCPLC_GARDNRUNGARD1_RA,21.4004,-1.3831,-0.0799,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_GARD2,KCPLC_GARDNRUNGARD2_RA,21.4004,-1.3831,-0.0799,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_KCPL,KMEA_KCPL_LA,21.2720,-1.4833,-0.1082,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_OTTA6,KCPLS_OTTAWAUNOTTA6_RA,21.2916,-1.4335,-0.1384,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP1_OTTA7,KCPLS_OTTAWAUNOTTA7_RA,21.2916,-1.4335,-0.1384,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_GARC1,SECIMORRIS3UNKMEA_GARC1_RA,25.1309,-0.7992,3.0667,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_GARC2,SECIMORRIS3UNKMEA_GARC2_RA,25.1309,-0.7992,3.0667,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_GARC3,SECIMORRIS3UNKMEA_GARC3_RA,25.1309,-0.7992,3.0667,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_RUSS1,SECIRUSSEL3UNKMEA_RUSS1_RA,23.4307,-0.4153,0.9826,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_RUSS2,SECIRUSSEL3UNKMEA_RUSS2_RA,23.4307,-0.4153,0.9826,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_SECI,KMEA_EMP2_SECI_LA,25.1982,-0.7829,3.1177,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP2_WPEK,KMEA_EMP2_WPEK_LA,23.4601,-0.4813,1.0780,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_CHAP12,WRAECUNCHAP12_RA,21.6851,-1.5023,0.3239,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_GIRA6,WRCGIRAUNGIRA6_RA,21.1335,-1.1314,-0.5986,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_GIRA7,WRCGIRAUNGIRA7_RA,21.1335,-1.1314,-0.5986,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_HOLT12,WRCIRVUNHOLT12_RA,21.5778,-1.3821,0.0965,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_HOLT13,WRCIRVUNHOLT13_RA,21.5778,-1.3821,0.0965,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_HOLT8,WRCIRVUNHOLT8_RA,21.5778,-1.3821,0.0965,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_JETM8,WRJETMORUNKMEA_EMP3_JETM_RA,24.1601,-0.1503,1.4470,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_STER3,WRLYONUNSTER3_RA,22.5856,-0.8862,0.6084,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EMP3_WR,KMEA_EMP3_WR_LA,21.6334,-1.1468,-0.0833,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,KMEA_EUDORA,KMEA_EUDORA_LA,21.6606,-1.2178,0.0149,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LAFA,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LAM345,LAM345,25.0547,-0.8883,3.0796,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LEPA,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_JSTREET,LES8_NUNJ_STREET_RA,22.5477,-0.5152,0.1995,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_LES,LES_LA,22.5164,-0.5448,0.1978,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_LFG_1,LES84_BLUFUNTBGS_LFG_G1_RA,22.3624,-0.6921,0.1910,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_ROKEBY_1,LESROKEBYUN1_RA,22.4332,-0.6325,0.2022,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_ROKEBY_2,LESROKEBYUN2_RA,22.4641,-0.6015,0.2022,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_ROKEBY_3,LESROKEBYUN3_RA,22.4641,-0.6015,0.2022,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_TBGS_CC1,LES84_BLUFPLT1,22.3710,-0.6834,0.1910,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_TBGS_CT4,LES84_BLUFUNSALT_VALLEY_4_RA,22.3624,-0.6921,0.1910,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_WAVERLY,LES_WAVERLY_H,22.4223,-0.6315,0.1903,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_WSEC_3,LESWLTRSCTTUN3_RA,22.2833,-0.6846,0.1044,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LES_WSEC_4,LESWLTRSCTTUN4_RA,22.2844,-0.6835,0.1044,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,LGEE,LGEE,21.8860,-0.5966,-0.3809,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MALDEN,MALDEN_LA,21.6491,-0.6485,-0.5659,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MCWEST,MCWEST,23.4157,0.3502,0.2021,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MDU,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MEANACJ_NPPD,NPPD_MEAN_ACJ_LA,24.1429,0.4384,0.8410,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MEAN_FCU_OPPD,OPPD_MEAN_FCU_LA,22.5694,-0.4252,0.1312,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MEAN_NCU_OPPD,OPPD_MEAN_NCU_LA,23.6663,0.6631,0.1397,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MEAN_NPPD,NPPD_MEAN_LA,23.8576,0.3508,0.6433,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MEC,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MHEB,MHEB,23.4161,0.5263,0.0263,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MIDW.INV.BKEYE,WRPOSTROCKUNMIDW_INV_BKEYE_RA,23.4648,-0.3793,0.9806,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MIDW.KACY.ALEX,WRWALCREEKUNALEXANDER_KACY_RA,24.0456,-0.3207,1.5028,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MIDW.KMEA.BKEYE,WRPOSTROCKUNMIDW_KMEA_BKYE_RA,23.4648,-0.3793,0.9806,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MIDW.LES.BKEYE,WRPOSTROCKUNMIDW_LES_BKEYE_RA,23.4648,-0.3793,0.9806,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MIDW.NJAL.ALEX,WRWALCREEKUNALEXANDER_WIND_RA,24.0456,-0.3207,1.5028,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MINCOIII,OKGEMINCOUNMINCO_WIND3_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MISO,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECCIM_UN1,SECICIM-PL1UN1_RA,27.0222,0.1440,4.0147,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECCIM_UN2,SECICIM-PL1UN2_RA,27.0222,0.1440,4.0147,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECCLIFTON_UN1,SECICLIFTO1UN1_RA,22.2305,-0.9934,0.3605,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECJUDLR_UN4,SECIJUD-LR1UN1_RA,24.3560,-0.7607,2.2532,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECMULGRN_UN3,SECIMULGRE2UN1_RA,23.5488,-0.6053,1.2906,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKECSHOOTSTAR,SECISHOOTSTRUNSHOOTSTR_WIND_RA,23.8426,-1.1053,2.0844,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KPP,SECI_MKEC_KPP_LA,23.5890,-0.8835,1.6090,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KPP_GBURG,SECIGRNBUR1UNGREENWIND_RA,23.9086,-0.9986,2.0437,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KP_KINGIC4,SECIPRATT1UNKPP_KINGIC4_RA,23.6053,-0.7712,1.5131,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KP_KINGIC6,SECIPRATT1UNKPP_KINGIC6_RA,23.6053,-0.7712,1.5131,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KP_KINGIC7,SECIPRATT1UNKPP_KINGIC7_RA,23.6053,-0.7712,1.5131,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KP_KINGIC8,SECIPRATT1UNKPP_KINGIC8_RA,23.6053,-0.7712,1.5131,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MKEC_KP_KINGIC9,SECIPRATT1UNKPP_KINGIC9_RA,23.6053,-0.7712,1.5131,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MO.AE.CHIL2.MP,WRCHILL_WRUN2_MEUC_RA,21.7368,-0.9290,-0.1977,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MO.AM.FRED1.MP,WRFRED_WRUN1_RA,21.7654,-0.6611,-0.4370,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MO.AM.FRED2.MP,WRFRED_WRUN2_RA,21.7654,-0.6611,-0.4370,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MO.AM.LADD.MP,WRMEXIC_WRUN1_RA,21.9043,-0.6656,-0.2935,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MO.KC.MARS6.MP,KCPLNORTH5UN6_RA,22.2320,-0.4056,-0.2258,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MOWR,AECI,21.5982,-0.6990,-0.5663,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MOWR_MOPEPAECI,MOWR_MOPEPAECI_LA,21.7709,-0.7843,-0.3082,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MOWR_MOPEPAMMO,MOWR_MOPEPAMMO_LA,21.7674,-0.6557,-0.4403,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPS.AMUE.OUTLAW,MPSOUTLAWUNOUTLAW_WIND_RA,21.5959,-1.3215,0.0540,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPS.OSBORN,MPSOSBORNWFUNOSBORN_MPS_RA,21.6011,-1.2536,-0.0087,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPS.PRATT,WRPRATT_GUNPRATT_WF_MPS_RA,21.8206,-1.6045,0.5617,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPS.ROCKCREEK,MPSROCKCK7UNMPS_ROCKCREEK_RA,21.6076,-1.3098,0.0540,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSGRNWD1UN1,MPSGRNWD1UN1_RA,21.2790,-1.4782,-0.1063,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSGRNWD1UN2,MPSGRNWD1UN2_RA,21.2790,-1.4782,-0.1063,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSGRNWD1UN3,MPSGRNWD1UN3_RA,21.2265,-1.5306,-0.1063,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSGRNWD1UN4,MPSGRNWD1UN4_RA,21.2265,-1.5306,-0.1063,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN1,MPSLAKE_RDUN1_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN2,MPSLAKE_RDUN2_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN3,MPSLAKE_RDUN3_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN4,MPSLAKE_RDUN4_RA,21.7493,-1.1284,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN5,MPSLAKE_RDUN5_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN6,MPSLAKE_RDUN6_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSLAKE_RDUN7,MPSLAKE_RDUN7_RA,21.7854,-1.0923,0.0142,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSNEVADAUN1,MPSNEVADAUN1_RA,21.8284,-0.6226,-0.4124,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSRGREENUN3,MPSRGREEN1UN3_RA,21.0863,-1.6507,-0.1264,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSSHARPER_UN1,MPSSHARPER5UN1_RA,20.8409,-1.9004,-0.1222,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSSHARPER_UN2,MPSSHARPER5UN2_RA,20.7744,-1.9669,-0.1222,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSSHARPER_UN3,MPSSHARPER5UN3_RA,20.8396,-1.9016,-0.1222,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSTWA1UN1,MPSTWA1UN1_RA,21.7821,-1.0375,-0.0438,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPSTWA1UN2,MPSTWA1UN2_RA,21.7821,-1.0375,-0.0438,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MPS_MPS,MPS_LA,21.7311,-1.0401,-0.0922,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MSTNG,SPSMSTNGPLT1,30.4990,3.0623,4.5733,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MSTNG4,SPSMSTNGUN4_RA,30.1987,2.7606,4.5746,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,MSTNG5,SPSMSTNGUN5_RA,30.3204,2.8824,4.5746,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,MSTNG6,SPSMSTNGUN6_GSEC_RA,30.3204,2.8824,4.5746,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NBSO,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NEBRASKA_CITY_1,OPPDNEBRCTYGUN1_RA,21.6862,-1.2931,0.1159,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NEBRASKA_CITY_2,OPPDNEBRCTYGUN2_RA,21.6847,-1.2946,0.1159,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NEE_MAJESTIC2,SPSMAJESTICUNMAJESTC2_WIND_RA,26.7217,0.3308,3.5275,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NHC1,VACS,21.6836,-0.6013,-0.5785,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NORTH_OMAHA_3,OPPDN_OMAHAUN3_RA,22.4557,-0.5264,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NORTH_OMAHA_4,OPPDN_OMAHAUN4_RA,22.4557,-0.5264,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NORTH_OMAHA_5,OPPDN_OMAHAUN5_RA,22.4557,-0.5264,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.AINSICGEN,NPPDAINSWINDUNAINS_IC_RA,24.4164,1.0166,0.5363,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.BRPS.CTNWD,NPPDROSEMONTUNCTNWD_2_NPCW_RA,23.8342,0.4222,0.5485,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.EAGL.MILL,NPPD.EAGL.MILL_H,22.3676,-0.7078,0.2120,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.ETNA.ASSET2,NPPDWAKE_FLDUNRTLSNKE_CRK_WF_RA,22.5604,-0.4591,0.1560,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.FREM.CTNWD1,NPPDROSEMONTUNCTNWD_1_FREM_RA,23.8342,0.4222,0.5485,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.HUB.PY2018,NPPDPY18_H,22.0192,-1.0030,0.1588,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.HUB.PY2019,NPPD.HUB.PY2019_H,22.0058,-1.0135,0.1559,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.HUB.PY2020,NPPD.HUB.PY2020_H,22.0181,-1.0039,0.1586,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.HUB.PY2021,NPPD.HUB.PY2021_H,21.9920,-1.0250,0.1536,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.HYST.HYST,NPPDTURTLECKUNHAYSTACK_WIND_RA,22.6356,-0.4137,0.1859,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.KCPL.JFY1,NPPD.KCPL.JFY1_H,23.6498,-0.1947,0.9811,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.KCPL.JFY2,NPPD.KCPL.JFY2_H,23.6498,-0.1947,0.9811,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.LBLU.LBLU,NPPDMACON345UNLITTLEBLU_WF_RA,23.5771,-0.1640,0.8777,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.LCE.PLMCK,NPPDTURTLECKUNPLMCK_WIND_RA,22.6356,-0.4137,0.1859,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.LES.PRBRZ,NPPDMEADW_GRUNPRARIEBRZ_LES_RA,22.6199,-0.4983,0.2548,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.ANSLEYGEN,NPPDBROKENBUNANSLEY_RA,24.2536,0.6674,0.7228,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.BENKELMANGEN,NPPDBEVERL1UNBNKLMAN_RA,24.0117,-0.2422,1.3904,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.BROKENBOWGEN,NPPDBROKENBUNBROKENBOW_RA,24.2536,0.6674,0.7228,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.BURWELLGEN,NPPDORD1UNBURWELL_RA,24.3062,0.8487,0.5941,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.CALLAWAYGEN,NPPDCALAWAYUNCALLAWAY_RA,24.1389,0.4840,0.7914,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.CRETEGEN,NPPDCRETEUNCRETE_RA,22.6843,-0.3879,0.2088,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.CTWD3SSCY,NPPDROSEMONTUNCTNWD_3_SSCY_RA,23.8342,0.4222,0.5485,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.CURTISGEN,NPPDSTOCKVLUNCURTIS_RA,23.9512,-0.2294,1.3171,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.JFY1,NPPDJEFFREYUN1_RA,23.6498,-0.1947,0.9811,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.JFY2,NPPDJEFFREYUN2_RA,23.6498,-0.1947,0.9811,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.JHN2,NPPDJOHNSON2UN1_RA,23.8607,0.1218,0.8754,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.JN11,NPPDJOHNSON1UN1_RA,23.8664,0.1173,0.8856,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.JN12,NPPDJOHNSON1UN2_RA,23.8664,0.1173,0.8856,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.OXFORDGEN,NPPDORLEANSUNOXFORD_RA,24.2006,0.5570,0.7801,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.PENDERGEN,NPPDBANCROFTUNPENDER_RA,22.8266,-0.1791,0.1422,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.REDCLOUDGEN,NPPDGUIDERUNREDCLOUD_RA,23.9248,0.5397,0.5217,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.STUARTGEN,NPPDAINSWRTUNSTUART_RA,24.4598,1.0876,0.5087,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.WESTPOINTGEN,NPPDW_POINTUNWESTPOINT_RA,22.9226,-0.0911,0.1503,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.MEAN.WISNERGEN,NPPDBEEMERUNWISNER_RA,23.0027,-0.0182,0.1574,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.NELI.DDR,NELI_DDR,22.7759,-0.3185,0.2310,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.NPPM.1058,SH1058_DDR,23.0930,-0.0156,0.2451,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.NPPM.MINDENCRYPTO,MNCRP_DDR,23.9262,0.2933,0.7695,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.OPPD.CTNWDBTRC,NPPDROSEMONTUNCTNWD_4_CTYB_RA,23.8342,0.4222,0.5485,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.OPPD.MLGN,NPPDTOBIASUNMILLIGN_WIND_RA,22.3676,-0.7078,0.2120,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.OPPD.SHOL,NPPDHOSKINSUNSHOLES_WIND_RA,22.6513,-0.3980,0.1859,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.TECH.1,KEARNE_DDR,24.1630,0.5469,0.7527,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.THWE.THW1,NPPDHOLT_COUNTHWE_RA,23.0762,-0.2259,0.4387,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.THWE.THW2,NPPD.THWE.THW2_H,23.0762,-0.2259,0.4387,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.UPSR.UPSR,NPPDANTELOP3UNUPSTREAM_WIND_RA,22.6942,-0.3815,0.2123,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD.VOLT.0236,V236_DDR,22.5132,-0.5805,0.2303,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD2017HUB,NPPD2017HUB_H,22.0027,-1.0164,0.1557,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_ADMCOGEN,NPPDCOLMBSCOUNADM_COGEN_RA,22.7789,-0.3434,0.2589,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_AINSWIND,NPPDAINSWINDUNWINDFARM_RA,24.4164,1.0166,0.5363,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_BBW1,NPPDBRKNWINDUNBROKENB_WIND_RA,24.2614,0.6974,0.7006,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_BBW2,NPPDBRKNWINDUNBROKEN_WIND2_RA,24.2614,0.6974,0.7006,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_BPS,NPPDBEAPWRSTPLT1,22.4892,-0.6006,0.2264,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_BPWN_NPPD,NPPD_BPWN_NPPD_LA,22.5396,-0.5542,0.2303,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_BRPS_LOAD1,NPPD_BRPS_LA,22.8338,-0.1871,0.1575,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_CANADAY,NPPDCANADAYUN1_RA,23.8197,0.0958,0.8604,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COLUMBS_1,NPPDCOLHYDROUN1_RA,22.7341,-0.3962,0.2669,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COLUMBS_2,NPPDCOLHYDROUN2_RA,22.9131,-0.2172,0.2669,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COLUMBS_3,NPPDCOLHYDROUN3_RA,22.7354,-0.3949,0.2669,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COMB_WEC2,NPPDEGY_CNTRUNWEC2_COMB_RA,23.7625,0.3430,0.5561,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COOPR,NPPDCOOPERUN1_RA,21.7627,-1.2087,0.1080,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_COSN_NPPD,NPPD_COSN_LA,23.9739,0.6340,0.4765,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_CRFTNWIND,NPPDCROFTONUNCROFTON_WIND_RA,22.8625,-0.1883,0.1874,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_ELKHNWIND,NPPDELKHORNUNWINDFARM_RA,22.8746,-0.1763,0.1874,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GGS1,NPPDG_GENT1UN1_RA,23.6414,-0.2791,1.0570,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GGS2,NPPDG_GENT1UN2_RA,23.6581,-0.2942,1.0888,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_GT1,NPPDGI_SUB-HUNGRIS_GT1_RA,23.6296,0.2239,0.5422,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_GT2,NPPDGI_SUB-HUNGRIS_GT2_RA,23.6073,0.2017,0.5422,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_GT3,NPPDGI_SUB-HUNGRIS_GT3_RA,23.6073,0.2017,0.5422,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_LD,NPPD_GRIS_LD_LA,23.6894,0.2777,0.5482,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_PB3,NPPDMEADW_GRUNPRARIEBR3_NPPD_RA,22.6199,-0.4983,0.2548,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_GRIS_PGS1,NPPDGI_SUB-DUNGRIS_PGS1_RA,23.6853,0.2707,0.5512,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HALLAM,NPPDSHELDONUN3_RA,22.3355,-0.7367,0.2088,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_DHPC,NPPDD_HENRYUNDHPC_RA,23.8037,0.3775,0.5627,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_LOAD,NPPD_HAST_LD_LA,23.7896,0.3631,0.5630,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_NDS4,NPPDDENVER2UNNDS4_HASTNGS_RA,23.8018,0.3734,0.5650,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_NDS5,NPPDDENVER2UNNDS5_RA,23.8018,0.3734,0.5650,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_W2AX,NPPD_HAST_W2AX_LA,23.7625,0.3430,0.5561,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HAST_WEC1,NPPDEGY_CNTRUNWEC1_HASTNGS_RA,23.7625,0.3430,0.5561,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HCPD_VLTN,NPPD_HCPD_VLTN_LA,24.7674,1.4362,0.4677,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_HEBRON,NPPDHEBRON_NUN1_RA,23.5394,0.2769,0.3990,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_KINGSLEY,NPPDKINGSLEYUN1_RA,23.4450,-0.4858,1.0673,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_LAREDO,NPPDPTRBRG_NUNLAREDO_WIND_RA,23.2574,0.0961,0.2978,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_MCCOOK,NPPDMCCOOK1UN2_RA,23.9995,-0.2946,1.4307,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_MEAN_SCRI,NPPD_MEAN_SCRI_LA,22.9149,-0.1491,0.2005,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_NELI_LD,NPPD_NELIGH_LA,22.7759,-0.3185,0.2310,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_NPLATTE_1,NPPDN_PLT1UN1_RA,23.7206,-0.1688,1.0259,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_NPLATTE_2,NPPDN_PLT1UN2_RA,23.7206,-0.1688,1.0259,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_NPPD,NPPD_LA,23.3136,-0.0156,0.4658,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_SHLD_1,NPPDSHELDONUN1_RA,22.3355,-0.7367,0.2088,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_SHLD_2,NPPDSHELDONUN2_RA,22.3355,-0.7367,0.2088,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_STLFTW,NPPDSTEELFLTUNSTEELFLTSWIND_RA,22.2757,-0.8611,0.2733,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NPPD_UGPM_NEIRRG,NPPD_UGPM_NEIRRG_LA,24.1984,0.6349,0.7001,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NSB,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NSP,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,NSSO,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,NYIS,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.25MC.25MC,OKGEBOBCAT7UN25MC_WIND_RA,28.9395,-0.9137,6.9898,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.AECC.CHISHOLM2,OKGECHSHLMV7UNCHISHOLM2_WIND_RA,19.3051,-1.8169,-1.7414,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.AFGE.AFGE100,OKGEOTTER2UNAFGE_WINDFARM_RA,16.1060,-2.0512,-4.7062,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.AFGE.AFNEM1,OKGEOTTER2UNAFNEM1_RA,16.1060,-2.0512,-4.7062,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.BALKO.WIND.1,OKGEBVRCNTY7UNBALKO_WIND_1_RA,27.9249,-0.6290,5.6905,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.BKNR.BKNR,OKGEBRECKNR4UNBKNR_MSR_RA,11.6759,-1.6323,-9.5553,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.CCCO.COGEN,OKGECONTCARBUNCCCO_COGEN_RA,18.2677,-1.6198,-2.9760,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.CSWS.RFWIND,OKGERCKFALLSUNROCKFALLS_WIND_RA,17.4829,-2.4845,-2.8960,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.CU.DUK.FRNTR,OKGERANCHRD7UNCU_FRNTR_RA,19.9032,-1.8576,-1.1026,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.ETEC.GCW,OKGERENFROW7UNETEC_GRANT_CO_RA,19.3887,-1.8621,-1.6127,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.FRONTIER,OKGESCI1UNFRONTIER_PLT,20.3230,-1.0863,-1.4542,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.FRT2.FRT2,OKGERANCHRD7UNFRONTIER2_RA,19.9032,-1.8576,-1.1026,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GBST.BLUESTEM,OKGEBADGER7UNBLUESTEM_WIND_RA,28.2152,-0.7109,6.0626,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GDSM.MINCO4,OKGEMINCOUNMINCO_4_FPLP_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GGWT.GREATWESTERN,OKGENBUFFRG7UNWINDFARM_RA,29.2747,-1.0201,7.4314,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GLAS.GLAS,OKGEARB1UNGLASS_SANDS_RA,20.2810,-1.0460,-1.5364,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GRANTPLNS.WIND.1,OKGERENFROW7UNTNSK_GRANT_CO_RA,19.3887,-1.8621,-1.6127,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.GRDA.REDDIRT,OKGEREDGNTN7UNGRDA_REDDIRT_RA,20.1461,-1.5796,-1.1377,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.HHW.HORIZON,OKGECRESCENTUNHORIZNHIL_WIND_RA,13.3080,-1.3522,-8.2033,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.KINGFISHER.WIND.1,OKGECIMARRONUNKINGFSHR_WIND1_RA,20.7186,-1.3598,-0.7850,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.LES.ARBKL,OKGEHONEYCRKUNARBKL_WIND_LES_RA,20.0057,-1.2621,-1.5956,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.MNCI.MNCI,OKGEMINCOUNMINCO_WIND_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.MNII.MNII,OKGEMINCOUNMNII_MSR_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NTEC.GCW,OKGERENFROW7UNNTEC_GRANT_CO_RA,19.3887,-1.8621,-1.6127,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NUEN.ADA1,ADA1_DDR,17.0110,-1.0399,-4.8126,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NUEN.LAM1,LAM1_DDR,22.0084,0.1243,-0.9794,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NUEN.MDT2,MDT2_DDR,20.3265,-1.0828,-1.4542,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NUEN.MDT3,MDT3_DDR,20.3265,-1.0828,-1.4542,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.NUEN.WWO1,WWO1_DDR,15.9304,-0.9979,-5.9352,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT10,OKGEMSTNG1UNMT10_RA,20.3259,-1.0671,-1.4705,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT11,OKGEMSTNG1UNMT11_RA,20.3254,-1.0675,-1.4705,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT12,OKGEMSTNG1UNMT12_RA,20.3526,-1.0404,-1.4705,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT6,OKGEMSTNG1UNMT6_RA,20.1758,-0.9947,-1.6929,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT7,OKGEMSTNG1UNMT7_RA,20.1758,-0.9947,-1.6929,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT8,OKGEMSTNG1UNMT8_RA,20.3524,-1.0405,-1.4705,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OKGE.MT9,OKGEMSTNG1UNMT9_RA,20.3524,-1.0405,-1.4705,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OMPA.GRANTWIND,OKGERENFROW7UNOMPA_GRANT_CO_RA,19.3887,-1.8621,-1.6127,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.OMPA.INDNHYDRO,OKGEOMBATESVUNINDNHYDRO_RA,21.5106,-0.6740,-0.6789,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.PNDA.PNDA,OKGEBADGER7UNPONDRSA_WIND_RA,28.2152,-0.7109,6.0626,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.RCKW.RCKWIND,OKGECARTRCO4UNROCKHVN_WIND_RA,19.3996,-1.8211,-1.6428,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.RDRT.REDDIRT,OKGEREDGNTN7UNGERD_REDDIRT_RA,20.1461,-1.5796,-1.1377,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.RIVERVALLEY,OKGEAES5UNRIVERVALLEY_RA,21.1721,-0.7869,-0.9044,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SC.WR.1,OKGEONEOKUN1_RA,20.4756,-1.5002,-0.8876,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SC.WR.2,OKGEONEOKUN2_RA,20.4756,-1.5002,-0.8876,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SC.WR.3,OKGEONEOKUN3_RA,20.5683,-1.4075,-0.8876,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SC.WR.4,OKGEONEOKUN4_RA,20.5683,-1.4075,-0.8876,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SDWE.SDWE,OKGECLEOC1UNSDWE_WIND_RA,-3.4644,-2.0949,-24.2329,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SUEZ.KPLN,OKGEPINTAILUNKGPLWIND_RA,19.3659,-1.7868,-1.7108,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.SWCV.CV,OKGECHSHLMV7UNCV_SOCO_WIND_RA,19.3051,-1.8169,-1.7414,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TNDR.THUNDERRANCH1,OKGESONR1UNTHUNDERR1_WIND_RA,19.5517,-1.7953,-1.5164,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TNDR.THUNDERRANCH2,OKGESONR1UNTHUNDERR2_WIND_RA,19.5517,-1.7953,-1.5164,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TNSK.DSW,OKGEJHNSTNCOUNDMNDSPG_WIND_RA,20.0069,-1.1467,-1.7098,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TRWE.TRWE,OKGEMATHWSN7UNTRAVERSE1_RA,21.1959,-1.3721,-0.2955,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TRWE.TRWE2,OKGEMATHWSN7UNTRAVERSE2_RA,21.1959,-1.3721,-0.2955,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.TRWE.TRWE3,OKGEMATHWSN7UNTRAVERSE3_RA,21.1959,-1.3721,-0.2955,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0033,FOSTER_DDR,20.5033,-0.9534,-1.4067,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0034,CUSHOIL_DDR,20.6651,-0.1830,-2.0153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0035,TARBY_DDR,21.6226,-0.2634,-0.9774,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0036,CUSHFLI_DDR,20.6651,-0.1830,-2.0153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0037,OKGE.VOLT.0037_H,20.3516,-0.4836,-2.0283,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0038,OKGE.VOLT.0038_H,20.3516,-0.4836,-2.0283,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0039,OKGE.VOLT.0039_H,19.8706,-1.3190,-1.6739,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0040,TROSPER_DDR,20.5224,-0.9082,-1.4329,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0041,LIGHTNINGCRK_DDR,20.5110,-0.9069,-1.4455,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0043,OKGE.VOLT.0043_H,21.3100,-0.6249,-0.9286,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0115,V115_DDR,20.3518,-1.0641,-1.4475,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0116,V116_DDR,20.2067,-1.0086,-1.6482,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0118,V118_DDR,20.7120,-0.7684,-1.3830,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0125,V125_DDR,21.4667,-0.4592,-0.9375,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0126,V126_DDR,21.2477,-0.5866,-1.0291,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0129,V129_DDR,19.7687,-1.2919,-1.8028,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0132,OKGE.VOLT.0132_H,20.3060,-1.0350,-1.5225,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0134,V134_DDR,21.3258,-0.5506,-0.9871,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0138,V138_DDR,21.1995,-0.6170,-1.0469,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0140,OKGE.VOLT.0140_H,20.4633,-0.9332,-1.4669,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0143,V143_DDR,21.0033,-0.5533,-1.3069,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0149,V149_DDR,19.0294,-1.2056,-2.6285,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0150,V150_DDR,18.5779,-1.1345,-3.1511,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0155,V155_DDR,21.1469,-0.6596,-1.0570,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0156,V156_DDR,20.3060,-1.0350,-1.5225,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0166,V166_DDR,22.1404,0.3203,-1.0434,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0167,OKGE.VOLT.0167_H,20.4763,-0.9190,-1.4682,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0169,OKGE.VOLT.0169_H,18.5779,-1.1345,-3.1511,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0170,V170_DDR,15.5294,-1.0093,-6.3247,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0171,OKGE.VOLT.0171_H,20.1779,-1.2348,-1.4507,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0176,V176_DDR,18.5779,-1.1345,-3.1511,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0177,V177_DDR,8.7787,-1.2711,-12.8137,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0179,OKGE.VOLT.0179_H,20.4793,-0.9146,-1.4695,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0194,OKGE.VOLT.0194_H,15.5699,-1.1420,-6.1515,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0195,V195_DDR,21.4004,0.1283,-1.5914,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0197,V197_DDR,21.4009,-0.2682,-1.1943,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0198,V198_DDR,22.1404,0.3203,-1.0434,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0208,V208_DDR,21.4164,0.1439,-1.5910,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0209,V209_DDR,21.4164,0.1439,-1.5910,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0210,OKGE.VOLT.0210_H,21.2849,-0.4368,-1.1417,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0216,V216_DDR,20.5065,-0.9083,-1.4487,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0219,V219_DDR,21.1469,-0.6596,-1.0570,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0220,V220_DDR,18.5779,-1.1345,-3.1511,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0224,V224_DDR,20.4024,-0.9919,-1.4692,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0225,V225_DDR,20.4035,-0.9908,-1.4692,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0226,V226_DDR,20.4024,-0.9919,-1.4692,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0227,V227_DDR,20.4024,-0.9919,-1.4692,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0229,V229_DDR,19.8667,-1.3404,-1.6564,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0231,V231_DDR,20.7681,-0.6133,-1.4820,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0238,V238_DDR,11.4657,-1.6687,-9.7291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.VOLT.0242,V242_DDR,21.1713,-0.6389,-1.0533,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.WDDG.WDDG,OKGEFPL_WINDUNWDDG_MSR_RA,-38.2300,-1.4574,-59.6360,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.WFEC.MINCO4WIND,OKGEMINCOUNMINCO_WIND4_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.WFEC.SKLCRKWIND,OKGEWDRNG1UNSKLCRK_WIND_RA,19.2589,-1.7373,-1.8673,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.WR.PCWF,OKGEPERSMNCKUNPCW1_WIND_RA,29.2802,-1.0147,7.4314,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE.WSNR.WSNR,OKGEFPL_WINDUNWSNR_RA,-38.2300,-1.4574,-59.6360,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGECENTWIND,OKGECENTWINDUNCENTWIND_RA,53.9772,-0.8356,31.9494,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGECWBYWIND,OKGENARDINUNCOWBOY_WIND_RA,17.1092,-2.5285,-3.2257,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEHL7,OKGEHL7_H,20.4034,-0.9372,-1.5228,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEHL8,OKGEHSL1UN8_RA,20.4034,-0.9372,-1.5228,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEHL910,OKGEHSL1PLT2,20.4034,-0.9372,-1.5228,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEKEENANWIND,OKGEWDWRDEHVUNKEENAN_WIND_RA,39.5612,-0.9036,17.6013,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEMCC,OKGEMCCLAIPLT1,20.0420,-1.4602,-1.3613,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEMK4,OKGEMUSKOGEEUN4_RA,20.9970,-0.7842,-1.0822,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEMK5,OKGEMUSKOGEEUN5_RA,20.9970,-0.7842,-1.0822,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEMK6,OKGEMUSKOGEEUN6_RA,20.9609,-0.8203,-1.0822,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEREDBUD1,OKGEREDBUDUNOKGEREDBUD1_PLT,20.3084,-1.2747,-1.2803,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEREDBUD2,OKGEREDBUDUNOKGEREDBUD2_PLT,20.1920,-1.3912,-1.2803,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEREDBUD3,OKGEREDBUDUNOKGEREDBUD3_PLT,20.1916,-1.3916,-1.2803,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEREDBUD4,OKGEREDBUDUNOKGEREDBUD4_PLT,20.3084,-1.2747,-1.2803,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESM1,OKGESEMINOLEUN1_RA,20.5226,-1.0064,-1.3344,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESM2,OKGESEMINOLEUN2_RA,20.5711,-1.0429,-1.2494,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESM3,OKGESEMINOLEUN3_RA,20.5711,-1.0429,-1.2494,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESO1,OKGESONR1UN1_RA,18.6106,-1.8548,-2.3981,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESO2,OKGESONR1UN2_RA,19.5517,-1.7953,-1.5164,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGESPIRITWIND,OKGEOUSPRTUNSPIRITWIND_RA,39.5478,-0.9169,17.6013,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGETALOGAWIND,OKGEDEWEY1UNTALOGA_WIND_RA,6.7734,-1.2721,-14.8180,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGETINK5A,OKGETINK5UN1_RA,20.5107,-0.9555,-1.3973,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGETINK5B,OKGETINK5UN2_RA,20.5107,-0.9555,-1.3973,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGEXROADSWIND,OKGECRSRDSW7UNCROSRDS_WIND_RA,25.5682,-1.2061,3.9109,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_CHISHOLM,OKGECHSHLMV7UNCHISHOLM_WIND_RA,19.3051,-1.8169,-1.7414,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_CPAR_PARIS,OKGESHORTLD1_OMPA_LA,21.1117,-0.8508,-0.9009,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_MINCO2,OKGEMINCOUNMINCO_WIND2_RA,20.0228,-1.4559,-1.3847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_OKGE,OKGE_LA,19.9940,-0.9204,-1.9490,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_ORIGINWIND,OKGECARTRCO4UNORIGIN_WIND_RA,19.3996,-1.8211,-1.6428,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OKGE_SEILING,OKGESLNGWND7UNSEILING_WND_I_RA,25.5551,-1.2192,3.9109,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMLP,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_AEL,CSWSWEKIWAUNOMPA_AEL_RA,21.0636,-0.6661,-1.1338,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_CV_OKGE,OKGE_OMPA_CV_LA,21.0521,-0.9006,-0.9107,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_GENHUB,OMPA_GENHUB_H,19.4493,-1.4239,-1.9903,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_KAW,OKGEOMKAWUN2_RA,18.3462,-1.5413,-2.9760,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_KNGFISHER,OKGEOMKINGFUNOMPA_KNGFISHER_RA,14.0181,-1.1954,-7.6500,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_LAMB_1,OKGERANCHRD7UNOMPA_LAMB_1_RA,19.9032,-1.8576,-1.1026,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_LAVERNE,WFECOMLVRNEUNOMPA_LAVERNE_RA,-18.5850,-1.0087,-40.4398,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_MANGUM,WFECOMMANGMUNOMPA_MANGUM_RA,13.8439,-2.2888,-6.7307,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_PAWHUSKA,CSWSOMPWHSK4UNOMPA_PAWHUSKA_RA,20.5508,-0.6564,-1.6562,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_PONCACITY_1_3,OKGEOMPONCAUNOMPONCA1_3_RA,18.3513,-1.5362,-2.9760,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_PONCACITY_4,OKGEOMPONCAUNOMPONCA4_RA,18.3513,-1.5362,-2.9760,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_SPP,OMPA_SPP_LA,17.8418,-1.3890,-3.6326,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OMPA_WIND_FARM,OKGEFPL_WINDUNUN1_FPL_OMPA_RA,-38.2300,-1.4574,-59.6360,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ONETA,CSWSCALPINEUNONETA_1_RA,21.1232,-0.6857,-1.0545,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ONETA_2,CSWSCALPINEUNONETA_2_RA,21.1232,-0.6857,-1.0545,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ONETA_3,CSWSCALPINEUNONETA_3_RA,21.1232,-0.6857,-1.0545,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ONETA_4,CSWSCALPINEUNONETA_4_RA,21.1232,-0.6857,-1.0545,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,ONT,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR1,OPPDSUB1347UNBEAR1_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR2,OPPDSUB1347UNBEAR2_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR3,OPPDSUB1347UNBEAR3_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR4,OPPDSUB1347UNBEAR4_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR5,OPPDSUB1347UNBEAR5_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR6,OPPDSUB1347UNBEAR6_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR7,OPPDSUB1347UNBEAR7_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR8,OPPDSUB1347UNBEAR8_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.BEAR9,OPPDSUB1347UNBEAR9_RA,22.4623,-0.5228,0.1216,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.NO1,OPPDN_OMAHAUNNO1_RA,22.4057,-0.5770,0.1192,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.NO2,OPPDN_OMAHAUNNO2_RA,22.4557,-0.5264,0.1187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.PLVIEW,OPPDSUB6846UNPLVIEW_RA,22.2464,-0.7513,0.1342,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.TRTL1,OPPDSUB1363UNTRTL1_RA,22.4629,-0.5275,0.1269,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD.TRTL2,OPPDSUB1363UNTRTL2_RA,22.4629,-0.5275,0.1269,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_GLDN,OPPD_GLDN_LA,22.4614,-0.5263,0.1243,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_GLDN2,OPPD_GLDN2_LA,22.4813,-0.5023,0.1201,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_INV_PRZ1,NPPDMEADW_GRUNPRARIEBRZ_OPPD_RA,22.6199,-0.4983,0.2548,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_NC_HST,OPPD_NC_HST_LA,22.0588,-0.9266,0.1219,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_NO_HST,OPPD_NO_HST_LA,22.4419,-0.5403,0.1188,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_OPPD,OPPD_LA,22.5358,-0.4526,0.1249,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_PAPIO,OPPD_PAPIO_LA,22.4716,-0.5166,0.1248,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OPPD_PAPIO2,OPPD_PAPIO2_LA,22.4702,-0.5188,0.1256,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,OTP,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,OVEC,OVEC,21.9239,-0.5880,-0.3516,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PARAGOULD,PARAGOULD_LA,21.6115,-0.6497,-0.6022,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_1,GRDAPENSA1UN1_RA,21.3756,-0.6223,-0.8656,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_2,GRDAPENSA1UN2_RA,21.3756,-0.6223,-0.8656,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_3,GRDAPENSA1UN3_RA,21.3756,-0.6223,-0.8656,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_4,GRDAPENSA1UN4_RA,21.3717,-0.6100,-0.8818,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_5,GRDAPENSA1UN5_RA,21.3717,-0.6100,-0.8818,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PENSACOLA_6,GRDAPENSA1UN6_RA,21.3717,-0.6100,-0.8818,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PIGGOTT,PIGGOTT_LA,21.6404,-0.6488,-0.5743,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PJM,PJM,21.9883,-0.5691,-0.3060,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PLUM,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,POPLARBLUFF,POPLARBLUFF_LA,21.6637,-0.6458,-0.5539,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_CEDARHLS,MDUBAKER2UNCEDARHLS_UNIT_RA,23.5492,0.4760,0.2098,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_DIAMWND,MDUBAKER2UNDIAMWI_1_UNIT_RA,23.5492,0.4760,0.2098,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_GLENDC1,MDUGLENDCTUNGLENDC_1_RA,23.4677,0.4129,0.1913,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_GLENDC2,MDUGLENDCTUNGLENDC_2_RA,23.4677,0.4129,0.1913,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_LEWIS1,MDULEWISUNLEWIS_1_UNIT_RA,25.3597,2.3394,0.1569,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_LEWIS2,MDULEWISUNLEWIS_2_UNIT_RA,25.3615,2.3411,0.1569,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_MCTURB,MDUMCTURBUNMCTURB_1_UNIT_RA,23.3908,0.3274,0.2000,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_MDUM_TSWF,MDUHETINGRUNTSWF_1_RA,23.5230,0.3828,0.2767,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSGO_TVA_CANRIVR,TVACAN_TVAUNCANEY_TVA_RA,20.9047,-1.5893,-0.3694,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_AECI_CSWS,PSLO_AECI_CSWS_LA,21.1079,-0.5736,-1.1819,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_AECI_MPS,PSLO_AECI_MPS_LA,21.7730,-1.1070,0.0166,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_AECI_OKGE,PSLO_AECI_OKGE_LA,20.2225,-0.9742,-1.6667,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_AECI_WFEC,PSLO_AECI_WFEC_LA,21.0271,-0.5212,-1.3151,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_EES_CSWS,PSLO_EES_CSWS_LA,21.5900,-0.3898,-0.8836,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_ALTM,PSLO_MISO_WAUE_ALTM_LA,22.6397,-0.2448,0.0210,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_MDUM_NITS,PSLO_MISO_WAUE_MDUM_LA,24.1507,1.1211,0.1661,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_MECB,PSLO_MISO_WAUE_MECB_LA,22.9467,0.0209,0.0624,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_MPCN,PSLO_MISO_WAUE_MPCN_LA,24.1983,1.2513,0.0836,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_OTPW,PSLO_MISO_WAUE_OTPW_LA,24.2560,1.2943,0.0982,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,PSLO_MISO_WAUE_RPGI,PSLO_MISO_WAUE_RPGI_LA,23.0130,0.1142,0.0354,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,PUPP,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,RCEAST,RCEAST,22.8293,-0.4852,0.4511,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_1,GRDASALINA1UN1_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_2,GRDASALINA1UN2_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_3,GRDASALINA1UN3_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_4,GRDASALINA1UN4_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_5,GRDASALINA1UN5_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SALINA_6,GRDASALINA1UN6_RA,21.3622,-0.5824,-0.9189,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SARPY_1,OPPDSARPYUN1_RA,22.4363,-0.5455,0.1184,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SARPY_2,OPPDSARPYUN2_RA,22.4853,-0.4970,0.1189,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SARPY_3,OPPDSARPYUN3_RA,22.3795,-0.6008,0.1169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SARPY_4,OPPDSARPYUN4_RA,22.3795,-0.6008,0.1169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SARPY_5,OPPDSARPYUN5_RA,22.3795,-0.6008,0.1169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SC,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SCEG,VACS,21.6836,-0.6013,-0.5785,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SCSE,SCSE,23.1259,-0.7509,1.0133,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SEC,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.BLOO.CPBLOOM,SECICLARKCOUNCP_BLOOM_WIND_RA,23.9346,-1.2457,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.CBN3.CB3WIND,SECICLARKCOUNCIMARRON_BEND3_RA,23.9346,-1.2457,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.GCMB.CIMARRONBEND1,SECICLARKCOUNCIMARRON_BEND_RA,23.9346,-1.2457,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.JCSOLAR,SECIJOHNCR2UNJCSOLAR_RA,26.2806,0.0806,3.3366,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.KACY.CIM,SECICLARKCOUNCIMARRON_BEND2_RA,23.9346,-1.2457,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.KCPS.CIMARRON,SECIBUCKNER7UNCIMRON_WIND_RA,24.6253,-0.9955,2.7574,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.KCPS.SPEARVILLE,SECISPERVI1UNWINDFARM_RA,23.9846,-1.0635,2.1847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.KCPS.SPEARVILLE3,SECISPERVI1UNWINDFARM3_RA,23.9846,-1.0635,2.1847,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.PRAT.PRAT5,SECIPRATT1UNPRATT5_RA,23.6018,-0.7748,1.5131,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.PXSE.PXS1,SECITHISTLE7UNPIXLEY_SOLAR_RA,23.6910,-1.3284,2.1560,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RCSOL,SECIRUSSEL3UNRCSOL_RA,23.3474,-0.4986,0.9826,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT01,SECIRUBART3UNRT01_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT02,SECIRUBART3UNRT02_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT03,SECIRUBART3UNRT03_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT04,SECIRUBART3UNRT04_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT05,SECIRUBART3UNRT05_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.RUBART.RT06,SECIRUBART3UNRT06_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT07,SECIRUBART3UNRT07_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT08,SECIRUBART3UNRT08_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT09,SECIRUBART3UNRT09_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT10,SECIRUBART3UNRT10_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT11,SECIRUBART3UNRT11_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SEPC.SECIRT12,SECIRUBART3UNRT12_RA,26.1218,-0.2603,3.5187,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SUEZ.EFRK,SECIMINGO1UNEASTFORK_RA,24.6028,-0.4219,2.1613,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SUEZ.ISTR,SECISADDLE7UNIRONSTAR_WIND_RA,23.9254,-1.2550,2.3169,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.SUEZ.SLFR,SECIMINGO1UNSOLOMONFORK_RA,24.5802,-0.4855,2.2023,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.UCU.ENSIGNWIND,SECICRKCREEKUNENSIGNWIND_RA,27.1428,0.2381,4.0413,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI.UCU.GRAYWIND,SECIHAGGAR1UNWINDFARM_MPS_RA,24.6743,-0.4423,2.2532,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECIGRDNCT1UN2,SECIGRDNCT1UN2_RA,25.0163,-0.9303,3.0832,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECIGRDNCT1UN3,SECIGRDNCT1UN3_RA,25.0174,-0.9292,3.0832,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECIGRDNCT1UN4,SECIGRDNCT1UN4_RA,25.0174,-0.9292,3.0832,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECIGRDNCT1UN5,SECIGRDNCT1UN5_RA,25.0174,-0.9292,3.0832,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECIHOLCOM1UN1,SECIHOLCOM1UN2_RA,24.9826,-1.0103,3.1295,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI_CIMARRON,SECIBUCKNER7UNCIMRNCPV_WIND_RA,24.6253,-0.9955,2.7574,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI_SECI,SECI_LA,25.1273,-0.3748,2.6387,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI_SMOKY,SECISC_SMKHLUNWINDFARM_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI_SMOKY2,SECISC_SMKHLUNWINDFARM2_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SECI_TYRE_PRAT,SECI_TYRE_PRTT_LA,23.6018,-0.7748,1.5131,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SEHA,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SEILINGII,OKGESLNGWND7UNSEILING_WND_II_RA,25.5551,-1.2192,3.9109,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SERU,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SETH,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SGE,SGE,22.8015,-0.9744,0.9125,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SMEP,MISO,22.1268,-0.4026,-0.3341,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SOCO,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPA,SPA,21.3802,-0.6639,-0.8193,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPC,SPC,24.5535,1.5569,0.1332,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPPNORTH_HUB,SPPNORTH_H,22.9526,-0.1660,0.2552,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPPSOUTH_HUB,SPPSOUTH_H,16.7824,-1.1964,-4.8846,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_JRCT1,SPRMJRPS5UN6_RA,21.7107,-0.5287,-0.6240,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_JRCT2,SPRMJRPS5UN7_RA,21.7162,-0.5232,-0.6240,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_MCCT1,SPRMMACGTUNGT1_RA,21.7970,-0.4572,-0.6092,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_MCCT2,SPRMMACGTUNGT2_RA,21.7970,-0.4572,-0.6092,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_NIXA,SPRM_NIXA_LA,21.7922,-0.4412,-0.6300,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_SPRM,SPRM_LA,21.8913,-0.3480,-0.6241,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_SWCT1,SPRMSWPS5UN1_RA,21.7127,-0.5213,-0.6295,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_SWCT2,SPRMSWPS5UN2_RA,21.7127,-0.5213,-0.6295,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_SWPS1,SPRMSWPS5UNG1_RA,21.6756,-0.5583,-0.6295,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPRM_SWPS2,SPRMSWPS5UNUN_2_RA,21.7127,-0.5213,-0.6295,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BCW1.BCW1,SPSNEEDMOREUNBLUECLOUD_WF_RA,29.9236,2.6135,4.4466,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BETH.BETH,SPSCASTROUNBETHEL_WIND_RA,29.5177,2.4532,4.2011,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BLACKHAWK1,SPSBLACKHAWUN1_RA,26.7077,0.1164,3.7279,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BLACKHAWK2,SPSBLACKHAWUN2_RA,26.7077,0.1164,3.7279,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BONITA.LORENZO.WND,SPSBLANCOUNLORENZO_WIND_RA,29.3378,1.9404,4.5340,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.BONITA.WILDCAT.WND,SPSLOSTDRAWUNWILDCAT_WIND_RA,30.5789,3.1735,4.5420,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CAPRKWND1,SPS.CAPRKWND1_H,30.3083,3.0188,4.4261,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CHAVES.SLR,SPSCHAVESUNCHAVES_SOLAR_RA,30.5879,3.2180,4.5064,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CIRRUSWIND,SPSCIRRUSUNCIRRUS_WIND_RA,28.7377,1.2551,4.6192,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CUNNGHAM1,SPS.CUNNGHAM1_H,30.1995,2.7736,4.5625,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CUNNGHAM2,SPSCUNNSUBUN2_RA,30.4853,3.0603,4.5615,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CUNNGHAM3,SPSCUNNSUBUN3_RA,30.4852,3.0603,4.5615,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.CUNNGHAM4,SPSCUNNSUBUN4_RA,30.1995,2.7736,4.5625,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.ENGCARBON1,SPSINDUSTR2UNENGCARBON1_RA,26.8370,0.2520,3.7215,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GBTL.BETHEL,SPSCASTROUNGOOG_BETHEL_WF_RA,29.5177,2.4532,4.2011,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GGPO.STOCKYARD10_11,SPSDUMAS_SUUNEXELON10_11_RA,27.2458,0.4886,3.8938,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GGPO.STOCKYARD4,SPSHANSFORDUNEXELON4_WIND_RA,27.1409,-0.2976,4.5751,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GGPO.STOCKYARD5_6,SPSSHERMANUNEXELON5_6_RA,27.8881,0.7853,4.2394,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GGPO.STOCKYARD7_8,SPSETTERUNEXELON7_8_RA,28.2293,1.3233,4.0425,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GGPO.STOCKYARD9,SPSMOORE_COUNEXELON9_WIND_RA,27.5697,0.6474,4.0589,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GPW1.GREATPLNS,SPSGRTPLAINUNWINDFARM_RA,27.5343,-0.5243,5.1952,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GPWA.GPWA,SPSHITCHUNGPWA_RA,27.5343,-0.5244,5.1952,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GPWB.GPWB,SPSHITCHUNGPWB_RA,27.5343,-0.5244,5.1952,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GPWC.GPWC,SPSHITCHUNGPWC_RA,27.5343,-0.5244,5.1952,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GRID.WRAB,WRAB_DDR,27.5495,1.2165,3.4696,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GRVW.GRVW,SPSHITCHUNGPVW_RA,27.5343,-0.5244,5.1952,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GSEC.ANT2,SPSANTELOPEUNANT2_RA,29.2358,1.7010,4.6713,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GSEC.ANT3,SPSANTELOPEUNANT3_RA,29.2358,1.7010,4.6713,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GSEC.ELK1,SPSTUCOUNELK1_RA,29.3906,1.7233,4.8038,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GSEC.ELK2,SPSTUCOUNELK2_RA,29.3906,1.7233,4.8038,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.GSEC.ELK3,SPSTUCOUNELK3_RA,29.3906,1.7233,4.8038,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HALE.WND,SPSTUCOUNHALE_WIND_RA,29.2358,1.7010,4.6713,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HARRNGTN1,SPSHARRSUBUN1_RA,26.4541,0.1053,3.4853,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HARRNGTN2,SPSHARRSUBUN2_RA,26.4545,0.1054,3.4856,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HARRNGTN3,SPSHARRSUBUN3_RA,26.4569,0.1059,3.4876,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HMWI.HMWI,SPSMAJESTICUNWINDFARM_RA,26.7217,0.3308,3.5275,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.HOBBS.CC,SPSHOBBSPLT1,25.6423,2.7890,-0.0102,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.JONES1,SPSJONESSUBUN1_RA,28.7089,1.2255,4.6200,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.JONES2,SPSJONESSUBUN2_RA,28.7092,1.2257,4.6200,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.JONES3,SPSJONESSUBUN3_RA,28.7090,1.2256,4.6200,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.JONES4,SPSJONESSUBUN4_RA,28.7090,1.2256,4.6200,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.LCEC.STERLINGWIND,SPSNRTH_INTUNSTERLING_WIND_RA,30.4004,2.9691,4.5679,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.MADDOX1,SPSMADDOXSUUN1_RA,30.2252,2.7993,4.5625,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.MADDOXCT2,SPSMADDOXSUUN2_RA,30.2253,2.7993,4.5625,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.MAMMOTHWND,OKGEMAMTHPW7UNMAMMOTHWND_RA,25.5803,-1.1941,3.9109,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.NICHOLS1,SPSNICHSUBUN1_RA,26.2889,0.0104,3.4150,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.NICHOLS2,SPSNICHSUBUN2_RA,26.2889,0.0104,3.4150,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.NICHOLS3,SPSNICHSUBUN3_RA,26.4274,0.1083,3.4557,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.NUEN.WRI1,SPS.NUEN.WRI1_H,27.5495,1.2165,3.4696,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.ORPLFRISCO,SPSDWSFRSCOUNFRISCO_WIND_RA,27.5345,0.1125,4.5585,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.ORPLPRN1_2,SPSPRINGLEUNPRGLE_WIND1_2_RA,26.9281,0.1861,3.8785,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PALODURWND,OKGEBVRCNTY7UNPALODURWND_RA,27.9249,-0.6290,5.6905,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PANTEXWND,SPSPANTEX_SUNPANTEXWND_RA,26.6641,0.3089,3.4918,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PLANTX1,SPS.PLANTX1_H,29.7443,2.5212,4.3596,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PLANTX2,SPS.PLANTX2_H,29.7443,2.5212,4.3596,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PLANTX4,SPSPLXSUBUN4_RA,29.6985,2.4562,4.3789,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PLSNTHLWND,SPSCROSBY2UNPLSNTHILLWND_RA,29.2749,1.8555,4.5560,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.PWII.PWII,SPSBULLCREKUNPONDEROSA_II_RA,27.4670,-0.2348,4.8383,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.QUAYCNTY,SPSQUAYCNTYUNQUAYCOUNTY1_RA,30.5071,3.2176,4.4261,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.RALLSWIND,SPSHENDRIC2UNRALLS_WIND_RA,29.3522,1.9328,4.5560,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.RICHRDSN1,SPSINDUSTR2UNRICHARDSON1_RA,26.9551,0.3702,3.7215,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.ROSVELTWND,SPSCROSSRDSUNROSVELTWND_RA,30.1561,2.8253,4.4673,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.ROSWLL.SLR,SPSCHAVESUNROSWELL_SOLAR_RA,30.8578,3.4879,4.5064,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SAGAMORE.WND,SPSCROSSRDSUNSAGAMORE_WIND_RA,30.1561,2.8253,4.4673,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SJUANWIND1,SPSSAN_JUANUNWINDFARM_RA,30.4669,3.1352,4.4683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SPINSPUR,SPSSPINSPURUNSPINSPUR_WIND_RA,27.2300,0.1854,4.1811,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SUNE_SPS1,SPSDOLLARHIUNSUNE_SPS1_RA,31.6705,4.2505,4.5565,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SUNE_SPS2,SPSS_JALUNSUNE_SPS2_RA,31.6865,4.2665,4.5565,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SUNE_SPS3,SPSLEA_ROADUNSUNE_SPS3_RA,31.1254,3.7033,4.5587,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SUNE_SPS4,SPSMONUMENTUNSUNE_SPS4_RA,30.4441,3.0180,4.5627,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SUNE_SPS5,SPSHOPI_SUBUNSUNE_SPS5_RA,31.6803,4.2708,4.5461,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.SWBD.BD,SPS_BD_SOCO_RA,25.0547,-0.8883,3.0796,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.TNSK.LLANOWIND1UNIT,SPSLLANOUNWNDFRM_RA,27.4445,1.1156,3.4654,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.TOLK1,SPSTOLKSUBUN1_RA,29.8555,2.5692,4.4229,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.TOLK2,SPSTOLKSUBUN2_RA,29.8555,2.5692,4.4229,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.TPS4.MILO,SPSCROSSRDSUNMILO_WIND_RA,30.1561,2.8253,4.4673,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0005,SPSLYNNUNLYNN_DDR_GEN_RA,28.7890,1.3093,4.6163,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0006,SPS.VOLT.0006_H,31.0204,3.5836,4.5733,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0023,SPS.VOLT.0023_H,30.2799,3.0339,4.3826,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0025,SPS.VOLT.0025_H,30.5134,3.2259,4.4241,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0033,SPS.VOLT.0033_H,28.9826,1.8257,4.2935,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0045,SPS.VOLT.0045_H,31.6705,4.2505,4.5565,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0046,SPS.VOLT.0046_H,32.6222,5.2084,4.5504,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0047,SPS.VOLT.0047_H,32.0704,4.6566,4.5504,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0052,SPS.VOLT.0052_H,29.5454,2.1259,4.5560,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0113,SPS.VOLT.0113_H,30.7287,3.4395,4.4258,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0136,SPS.VOLT.0136_H,27.5570,-0.0262,4.7197,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0137,SPS.VOLT.0137_H,27.5146,-0.0664,4.7176,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0163,V163_DDR,27.5298,0.8175,3.8489,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0168,V168_DDR,19.9155,-0.8697,-2.0782,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0180,V180_DDR,32.6222,5.2084,4.5504,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0181,V181_DDR,27.7036,0.0416,4.7986,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0182,V182_DDR,31.8227,4.4114,4.5478,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0199,V199_DDR,30.8234,3.3877,4.5723,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0200,V200_DDR,30.9224,3.4992,4.5597,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.VOLT.0235,V235_DDR,27.5345,0.1125,4.5585,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.WFEC.CAPROKWIND,SPSCAPROCKUNWINDFARM_RA,30.3083,3.0188,4.4261,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.WFEC.CHAVES2SOLAR,SPSCHAVESUNCHAVES_SOLAR2_RA,30.5879,3.2180,4.5064,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.WILDORADO,SPSWILDORADUNWINDFARM_RA,27.4279,0.7331,3.8314,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS.WTAMWIND,SPSPALO_DURUNWTAMU_WIND_RA,29.0393,1.8824,4.2935,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS_SPS,SPS_LA,29.9895,2.8552,4.2709,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,SPS_WTMN_SPS,SPS_WTMN_SPS_LA,30.0468,2.7164,4.4669,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SSCN_NPPD,SSCN_NPPD_LA,22.7247,-0.2844,0.1456,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SWPA.SIKE.GEN,WRSIKESTONUNSIKEGEN_RA,21.6657,-0.6540,-0.5438,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,SWPA_SIKE_LOAD,SWPA_SIKE_LOAD_LA,21.6657,-0.6540,-0.5438,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,TAL,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,TEC,SOUC,21.6620,-0.5861,-0.6153,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,TPW_PETERSBURG,OPPDWHITHORSUNPTRS_WIND_RA,23.2574,0.0961,0.2978,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,TVA,TVA,21.7065,-0.6172,-0.5397,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB,UCUHUB_H,22.2162,-1.1903,0.5431,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB17,UCUHUB17_H,23.4217,-0.8469,1.4052,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB18,UCUHUB18_H,22.6110,-1.0696,0.8171,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB19,UCUHUB19_H,22.3848,-1.1740,0.6954,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB20,UCUHUB20_H,22.4137,-1.1671,0.7174,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB21,UCUHUB21_H,22.7268,-1.1312,0.9945,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB22,UCUHUB22_H,22.6302,-1.1825,0.9493,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB23,UCUHUB23_H,22.6333,-1.1771,0.9470,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,UCUHUB24,UCUHUB24_H,22.5823,-1.2048,0.9237,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.AWD1.AURAWIND,WAUETANDEUNAWD1_WIND_RA,24.9634,1.9660,0.1340,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.AURORA,WAUETANDEUNAWD2_WIND_RA,24.9634,1.9660,0.1340,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.AVS1,WAUEANTELOPUNANTELO_1_UNIT_RA,23.5838,0.5824,0.1380,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.AVS2,WAUEANTELOPUNANTELO_2_UNIT_RA,23.5838,0.5824,0.1380,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.BALDWIN,WAUEHILKENUNWILTON_3_UNIT_RA,23.5537,0.5804,0.1098,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.BRADY1,WAUEDAGLUMUNBRADY_WIND_1_RA,23.5126,0.4547,0.1945,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.BRADY2,WAUEDAGLUMUNBRADY_WIND_2_RA,23.5126,0.4547,0.1945,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.BURKE,WAUETANDEUNBURKE_WIND_RA,24.9634,1.9660,0.1340,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CAMPBLCO,WAUECAMPBLCOUNCAMPBLCO_WIND_RA,23.8141,0.8426,0.1080,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CP01.DDR,MCLEAN_DDR,24.1958,1.2144,0.1180,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CROSSWINDS,WAUEAYRSHRCBUNAYRSHR_1_UNIT_RA,22.6712,-0.2374,0.0451,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CROWLAKE,WAUEWESSPRNGUNCROWLAKE_UNIT_RA,22.6742,-0.3910,0.2017,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CULBERTSON1,WAUECLBRTSNGUNG2_CT_UNIT_RA,24.9035,1.8899,0.1501,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.CULBERTSONWH,WAUECLBRTSNGUNHEATRECG_UNIT_RA,24.9035,1.8899,0.1501,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.DAYCOUNTY1,WAUEDAYCNTYWUNDAYCOWND_UNIT_RA,22.6014,-0.3720,0.1100,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.DCS1,WAUEDEERCRKUNCT1_UNIT_RA,22.7717,-0.1719,0.0802,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.EDGELEY,WAUEEDGELEYUNPOMONA_1_UNIT_RA,23.9082,0.9522,0.0925,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.EFW2,WAUEWISDOMCBUNWISDOM_2_RA,22.7458,-0.1907,0.0730,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.ESTHERVILLE,WAUEESTRVMUUNESTRVLLE_UNIT_RA,23.3487,0.4350,0.0502,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.GARVINWH,WAUEIVANHOEWUNHEATRECG_UNIT_RA,22.7744,-0.1767,0.0876,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.GGS1,WAUEGROTONUNGROTON_1_UNIT_RA,22.8407,-0.1328,0.1100,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.GGS2,WAUEGROTONUNGROTON_2_UNIT_RA,22.8407,-0.1328,0.1100,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.HIDEWOODWH,WAUEBLAIRUNBLAIR_1_UNIT_RA,22.8354,-0.1146,0.0865,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.HYDECOUNTY,WAUEHIGHMRWDUNHIGHMR_1_UNIT_RA,22.7312,-0.3522,0.2199,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LAKOTA,WAUEGERLEDCBUNGERLED_WF_UNIT_RA,23.8172,0.9058,0.0480,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS1,WAUELONESMCKUNG1_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS2,WAUELONESMCKUNG2_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS3,WAUELONESMCKUNG3_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS4,WAUELONESMCKUNG4_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS5,WAUELONESMCKUNG5_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LCS6,WAUELONESMCKUNG6_UNIT_RA,24.2773,1.2769,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LINDAHL,WAUELINDAHLSUNLINDAHL_WIND_RA,25.1641,2.1673,0.1333,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LOS1,WAUELELANDOUNLELAND_1_UNIT_RA,23.4095,0.4235,0.1226,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LOS2,WAUELELANDOUNLELAND_2_UNIT_RA,23.4077,0.4216,0.1226,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.LRSE,WAUELARAMIEUNBEPM_RA,22.6878,-1.1390,0.9633,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.MADISON,WAUEFLANDRUUNMADISON1_RA,23.3217,0.3432,0.1150,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.MANNINGWH,WAUEKILDEERUNKILDEE_1_UNIT_RA,24.1470,1.1530,0.1305,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.NEAL4,WAUENLS_WAUEUNNEAL4_JOU_WAUE_RA,22.5018,-0.4754,0.1137,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.NTHBNDWND,WAUENBENDWUNNTHBND_WIND_RA,22.4053,-0.7071,0.2489,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PEMBROOKWH,WAUEORDWAYUNORDWAY_1_UNIT_RA,23.0939,0.1219,0.1086,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS1,WAUEPIONEERGUNG1_UNIT_RA,24.8430,1.8405,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS11,WAUEPIONEERGUNG11_UNIT_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS12,WAUEPIONEERGUNG12_UNIT_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS13,WAUEPIONEERGUNG13_UNIT_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS14,WAUEPIONEERGUNPGS14_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS14_16,WAUE.BEPM.PGS14_16_H,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS15,WAUEPIONEERGUNPGS15_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS16,WAUEPIONEERGUNPGS16_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS17,WAUEPIONEERGUNPGS17_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS17_19,WAUE.BEPM.PGS17_19_H,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS18,WAUEPIONEERGUNPGS18_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS19,WAUEPIONEERGUNPGS19_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS2,WAUEPIONEERGUNG2_UNIT_RA,24.8430,1.8405,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS20,WAUEPIONEERGUNPGS20_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS20_22,WAUE.BEPM.PGS20_22_H,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS21,WAUEPIONEERGUNPGS21_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS22,WAUEPIONEERGUNPGS22_RA,24.8410,1.8385,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS3,WAUEPIONEERGUNG3_UNIT_RA,24.8430,1.8405,0.1390,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS31,WAUEPIONERSWUNPGS31_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS32,WAUEPIONERSWUNPGS32_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS33,WAUEPIONERSWUNPGS33_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS34,WAUEPIONERSWUNPGS34_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS35,WAUEPIONERSWUNPGS35_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS36,WAUEPIONERSWUNPGS36_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PGS5,WAUEPIONERSWUNPGS5_RA,24.8221,1.8222,0.1364,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PREVAIL,WAUEUTICAJCUNPREVAIL_WIND_RA,22.6594,-0.3690,0.1649,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.PW1,WAUENDPRARWFUNPRARIWND_UNIT_RA,24.3802,1.4030,0.1137,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SIOUXLNDCT,WAUEK223SIOUUNSIOUX_CT_RA,23.2622,0.2805,0.1182,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SIOUXLNDSLD,WAUEK223SIOUUNSIOUX_SLD_RA,23.2622,0.2805,0.1182,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SMS1,WAUESPIRITMUNSPIRIT_1_UNIT_RA,23.3742,0.3453,0.1654,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SMS2,WAUESPIRITMUNSPIRIT_2_UNIT_RA,23.3742,0.3453,0.1654,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.STANTHONYWH,WAUEDEVAULUNDEVAUL_1_UNIT_RA,23.6965,0.7105,0.1226,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SUNFLOWER,WAUEHEBRON4UNSUNFLOWER_WIND_RA,23.5797,0.5657,0.1506,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.SUPERIOR,WAUEHUMMELUNHUMMEL_WF_UNIT_RA,22.9439,0.0218,0.0587,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.TRIPLEHWIND,WAUECHAPELLEUNTPLH_WIND_RA,22.7567,-0.3457,0.2389,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WEBSTERCITY,WAUESWEAZYCBUNSWEAZY_1_UNIT_RA,22.5845,-0.2919,0.0129,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WILTON1,WAUEHILKENUNWILTON_1_UNIT_RA,23.5537,0.5804,0.1098,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WILTON2,WAUEHILKENUNWILTON_2_UNIT_RA,23.5537,0.5804,0.1098,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WISDOM1,WAUEWISDOMCBUNWISDOM_1_UNIT_RA,22.7458,-0.1907,0.0730,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WLDSPRNGS,WAUENUNDRWDUNWILD_SPRG_SLR_RA,22.8414,-0.4712,0.4492,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BEPM.WOODLANDWH,WAUEREDFELDUNREDFEL_1_UNIT_RA,23.0398,0.0352,0.1411,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.BIGBEND.1_8,WAUEBIGBENDPLT1,22.4677,-0.6258,0.2301,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.CRK1.CROCKER,WAUECROCKERWUNCROCKER_WIND_RA,22.9168,-0.0506,0.1039,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.FSE,WAUE.FSE_H,22.8416,-0.3470,0.3252,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.FTPECK.1_3,WAUEFTPECKPLT1,23.5037,0.4616,0.1787,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.FTPECK.4_5,WAUEFTPECKPLT2,23.4698,0.4225,0.1839,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.FTRANDALL.1_2,WAUEFTRANDLPLT1,22.2676,-0.8179,0.2221,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.FTRANDALL.3_8,WAUEFTRANDLPLT2,22.2202,-0.8524,0.2091,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.GARRISON.1_3,WAUEGARRISNPLT1,23.3482,0.3720,0.1128,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.GARRISON.4_5,WAUEGARRISNPLT2,23.2391,0.2630,0.1127,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.GAVINSPT.1_3,WAUEGAVINSPLT1,22.6435,-0.3978,0.1779,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.HCPD.WESS,WAUEWESSPRNGUNWESSPR_1_UNIT_RA,22.6742,-0.3910,0.2017,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.LCE.WILCK,WAUESULPHSPRUNWILLOWCREEKWF_RA,22.2866,-0.9768,0.4000,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.MRES.EXR1,WAUEEXIRAWAUNEXIRAW_1_UNIT_RA,21.6325,-1.2862,0.0552,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.MRES.EXR2,WAUEEXIRAWAUNEXIRAW_2_UNIT_RA,21.6344,-1.2842,0.0552,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.MRES.EXR3,WAUEEXIRAWAUNEXIRAW_3_UNIT_RA,21.6347,-1.2839,0.0552,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.MRES.WTRN,WAUEWATERPPUNWATERP_1_UNIT_RA,22.9603,-0.0042,0.1011,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NGRM.WILDSPRINGS,WAUENUNDRWDUNWILDSP_SOLAR_RA,22.8414,-0.4712,0.4492,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.ALGONA,WAUEALGONAMUNALGONA_1_UNIT_RA,22.8795,-0.0036,0.0196,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.ALTAMUN,WAUEALTAMUNUNNMCA_ALTAMUN_RA,22.8774,-0.0583,0.0722,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.BANCROFT,WAUEBNCRUNBANCROFT_RA,23.7751,0.8636,0.0480,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.COONRAPIDS,WAUECOONRPMUUNCOONRAPIDS_RA,22.9020,-0.0143,0.0528,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.GRAETTINGER,WAUEGRAETNMUUNGRAETTINGER_RA,22.8482,-0.0558,0.0406,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.GRUNDYCENTER,WAUEGNDYUNGRUNDYCENTER_RA,21.9091,-0.9176,-0.0367,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.LAURENS,WAUECLRMUNLAURENS_RA,23.3720,0.4479,0.0607,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.MILFORD,WAUEMLFRDTCBUNMILFORD_RA,22.6254,-0.3036,0.0656,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.NEAL4,WAUENLS_WAUEUNJOU_NMCA_UNIT_RA,22.5018,-0.4754,0.1137,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.NEWHAMPTON,WAUENHAMPTCBUNNEWHAMPT_UNIT3_RA,23.3218,0.5076,-0.0493,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.SPENCER,WAUESPENCERUNSPENCER_RA,22.7137,-0.2230,0.0733,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.SUMNER,WAUESUMNERJUNSUMNER_RA,23.0278,0.2139,-0.0495,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.WESTBEND,WAUEWBENDMUNUNWESTBEND_RA,22.9509,0.0589,0.0285,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NMCA.WS4,WAUEWSECWAUEUNWSEC4_JOU_RA,22.2844,-0.6835,0.1044,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NTWK,WAUE.NTWK_H,23.3113,0.3153,0.1326,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.AB1,WAUEABDNSBTUNABDNSB_1_UNIT_RA,23.5446,0.5667,0.1145,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.AB2,WAUEABDNSBTUNCT2_UNIT_RA,23.5446,0.5667,0.1145,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.AUR,WAUEMTVERNUNAURORA_WIND_RA,22.8294,-0.2481,0.2140,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.BEETHOVEN,WAUETRIPPUNNWPS_BH__UNIT_RA,22.7974,-0.2329,0.1669,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.BIGSTONE1,WAUEBIG_WAUEUNBIG_WAU1_UNIT_RA,22.9393,-0.0050,0.0809,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.BRUL,WAUEMTVERNUNBRULE_WIND_RA,22.8294,-0.2481,0.2140,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.COYOTE1,WAUECOY_WAUEUNCOY_WAU1_UNIT_RA,23.5306,0.5678,0.0994,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.GLAN,WAUEWESTPRKPLT1,22.8775,-0.1492,0.1632,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.NEAL4,WAUENLS_WAUEUNNEALS4_JOU_RA,22.5018,-0.4754,0.1137,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.OTE,WAUEREDFLDUNOAK_TREE_UNIT_RA,23.1376,0.1292,0.1449,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.NWPS.TITAN,WAUETITANWFUNTITAN1WF_UNIT_RA,24.1340,1.1073,0.1632,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.OAHE.1,WAUEOAHEUNOAHE_1_UNIT_RA,21.8772,-1.2819,0.2957,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.OAHE.2_7,WAUEOAHEPLT1,21.7913,-1.3568,0.2846,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.OLVR.OLVR,WAUELELANDO2UNOLVR_WIND_RA,23.4950,0.4947,0.1369,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.OPPD.GRPR1,WAUEGRPRAIRUNGRPR1_WIND_RA,22.9850,-0.2753,0.3968,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.PCWF.PCWF,WAUEGRANITFUNPALMERCREEK_WF_RA,22.7855,-0.1461,0.0681,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.SLWF.SLWF,WAUEROSE_HILUNSWEETLAND_WIND_RA,22.7695,-0.2918,0.1979,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.SUEZ.TPLH,WAUE.SUEZ.TPLH_H,22.7567,-0.3457,0.2389,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.VOLT.0152,V152_DDR,25.3936,2.4000,0.1301,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE.VOLT.0172,V172_DDR,24.9120,1.9116,0.1369,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_BEPM,WAUE_BEPM_LA,24.1256,1.1302,0.1320,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_BEPM_NMCA,WAUE_BEPM_NMCA_LA,22.9136,0.0237,0.0265,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_BEPM_NMCA_CRMUBTC1,WAUE_BEPM_NMCA_CRMUBTC1_LA,22.9215,0.0051,0.0530,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_EWA,WAUE_EWA_LA,22.8936,-0.4165,0.4467,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_HCPD_NTWK,WAUE_HCPD_NTWK_LA,23.0337,0.0395,0.1308,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_HMMU,WAUE_HMMU_LA,22.6151,-0.3295,0.0811,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_MEAN_RFIA,WAUE_MEAN_RFIA_LA,22.3690,-0.4545,-0.0399,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_MECB,WAUE_MECB_LA,22.7019,-0.2221,0.0606,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_MMPA,WAUE_MMPA_LA,23.7828,0.8549,0.0644,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_MRES,WAUE_MRES_LA,23.1644,0.1784,0.1226,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_NSP_BERTHOLD,WAUE_NSP_BERTHOLD_LA,25.0752,2.0869,0.1249,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_NWMT_HLL,WAUE_NWMT_HLL_LA,23.5037,0.4616,0.1787,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_NWPS_NTWK,WAUE_NWPS_NTWK_LA,23.1729,0.1537,0.1558,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_OTP,WAUE_OTP_LA,24.7604,1.7949,0.1020,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_OTPW,WAUE_OTPW_LA,23.8869,0.9387,0.0847,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM,WAUE_UGPM_LA,23.0323,0.0278,0.1410,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_BEPM,WAUE_UGPM_BEPM_LA,23.8667,0.8578,0.1455,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_BEPMNI,WAUE_UGPM_BEPMNI_LA,22.9462,0.0209,0.0619,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_COSUPP,WAUE_UGPM_COSUPP_LA,23.2368,0.1856,0.1877,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_EWA,WAUE_UGPM_EWA_LA,22.8936,-0.4165,0.4467,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_HARLAN,WAUE_UGPM_HARLAN_LA,22.6151,-0.3295,0.0811,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_HCPD,WAUE_UGPM_HCPD_LA,23.0801,0.0865,0.1301,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_HILINE,WAUE_UGPM_HILINE_LA,23.5037,0.4616,0.1787,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_MMPA,WAUE_UGPM_MMPA_LA,23.7828,0.8549,0.0644,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_MRES,WAUE_UGPM_MRES_LA,23.3264,0.3273,0.1357,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_NWPS,WAUE_UGPM_NWPS_LA,22.9968,-0.0501,0.1834,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WAUE_UGPM_OTP,WAUE_UGPM_OTP_LA,25.1672,2.2036,0.1001,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.BSWF.BSWF,WFECMOORLN1UNBSWF_WIND_RA,-37.0493,-1.4146,-58.4982,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.MVWP.MVWP,WFECDOVERS1UNMAVERICK_WIND_RA,9.2943,-1.5946,-11.9745,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.OMPA.NFSOLAR,WFECSNYDER2UNNF_SLR_RA,15.5176,-2.7528,-4.5930,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.PEOP.CENTRAHOMAEAST,WFECTHOMAS2UNCENTRAHMA_EAST_RA,21.0350,-0.4131,-1.4154,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.PEOP.CENTRAHOMAWEST,WFECTHOMAS2UNCENTRAHOMA_RA,21.0350,-0.4131,-1.4154,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.PEOP.LELK,WFECGOTEBOUNLITTL_ELK_WIND_RA,11.5173,-3.0075,-8.3386,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.PEOP.LITTLEDIXIE,WFECCOLGATEUNLITTLEDIXIE_RA,21.1523,-0.3257,-1.3855,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC.PEOP.STUART,WFECASHLAN2UNSTUART_RA,21.1405,-0.3718,-1.3511,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_COMB_CYC_4,WFECANADARKOUN4_RA,17.8092,-2.0641,-2.9902,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_COMB_CYC_5,WFECANADARKOUN5_RA,17.8069,-2.0664,-2.9902,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_COMB_CYC_6,WFECANADARKOUN6_RA,17.8135,-2.0597,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_GENCO_7,WFECANADARKOUNG1_RA,17.9361,-1.9371,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_GENCO_8,WFECANADARKOUNG2_RA,17.9361,-1.9371,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_ORME_10,WFECANADARKOUNG10_RA,17.9361,-1.9371,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_ORME_11,WFECANADARKOUNG11_RA,17.9361,-1.9371,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_ORME_9,WFECANADARKOUNG9_RA,17.9361,-1.9371,-2.9902,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ANA_STEAM_PLANT,WFECANADARKOPLT1,17.7940,-1.9242,-3.1452,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_BALKO_WIND_FARM,OKGEBVRCNTY7UNBALKO_WIND_WFE_RA,27.9249,-0.6290,5.6905,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_BLUECAN_WIND_FARM,WFEC_BLUECAN_WIND_FARM_H,17.4380,-2.3753,-3.0501,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_BUFFBEAR_WIND_FARM,WFECBUFBEAR2UNWINDFARM_RA,-14.5235,-1.1505,-36.2364,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_CAPROCK_SOLAR,SPSNORTONCUNWFEC_CAP_SOLAR_RA,30.3174,3.0279,4.4261,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_ENMC,WFEC_ENMC_LA,30.9537,3.5721,4.5181,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_GRANT_COUNTY_WIND,OKGERENFROW7UNGRANT_CO_WIND_RA,19.3887,-1.8621,-1.6127,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_HUGO_PLANT,WFECHUGOPP4UN1_RA,20.7354,-0.8071,-1.3210,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_LC_GAS_PLANT,SPSLOVINGTOPLT1,30.2053,2.7753,4.5666,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_MOORELAND_2,WFECMOORLN1UNMOORELAND_2_RA,-37.0741,-1.4394,-58.4982,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_MOORELAND_3,WFECMOORLN1UNMOORELAND_3_RA,-37.0493,-1.4146,-58.4982,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_MOORELAND_PLANT,WFECMOORLN1UNMOORELAND_1_RA,-37.0493,-1.4146,-58.4982,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_OKGE,WFEC_OKGE_LA,19.7796,-0.8212,-2.2627,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_PEOP_LOAD,WFEC_PEOP_LOAD_LA,21.1340,-0.2181,-1.5114,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_REDHILLS_WIND_FARM,WFECREDHILLSUNWINDFARM_RA,6.4624,-1.5430,-14.8581,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_RKYRIDGE_WIND_FARM,CSWSHOBART_JUNROCKYRDG_WIND_RA,14.5124,-2.0619,-6.2891,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_WFEC,WFEC_LA,16.6623,-0.8614,-5.3398,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WFEC_WILDCAT_WIND_FARM,SPSLOVINGTOUNWILDCATWIND_RA,30.2053,2.7753,4.5666,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.CBW,WRSHAYSUNCEDARBLF_WIND_RA,23.4948,-0.4164,1.0478,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.CPW,SECIC_PLAINUNWINDFARM_RA,24.9314,-0.6648,2.7327,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT1,WREMPECUNCTG_1_RA,21.3571,-1.6355,0.1291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT2,WREMPECUNCTG_2_RA,21.3571,-1.6355,0.1291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT3,WREMPECUNCTG_3_RA,21.3471,-1.6455,0.1291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT4,WREMPECUNCTG_4_RA,21.3471,-1.6455,0.1291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT5,WREMPECUNCTG_5_RA,21.3570,-1.6356,0.1291,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT6,WREMPECUNCTG_6_RA,21.3569,-1.6356,0.1291,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.EMP.CT7,WREMPECUNCTG_7_RA,21.3569,-1.6356,0.1291,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.ERIE.EC,WRCERIEUNERIE_1_RA,21.5607,-0.7030,-0.5998,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.ETNA.ASSET1,WRUNRIDGEUNETNA_WIND_RA,21.6582,-1.5170,0.3118,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.FLATRIDGE3,WRVIOLA7UNFLATRDG3_AEPE_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.FLATRIDGE4,WRVIOLA7UNFLATRDG4_INV_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.FLATRIDGE5,WRVIOLA7UNFLATRDG5_INV_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.FRW.1,SECIFLAT_RDGUNWF1_RA,23.3859,-1.3284,1.8508,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.FRW.2,SECIFLAT_RDGUNWF2_RA,23.3859,-1.3284,1.8508,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.GEEC.GT1,WRGORDUNG1_RA,21.4269,-1.6178,0.1812,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.GEEC.GT2,WRGORDUNG2_RA,21.4269,-1.6178,0.1812,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.GEEC.GT3,WRGORDUNGT3_RA,21.3702,-1.6745,0.1812,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.GSEC.DIAMONDVIST,WRUNRIDGEUNDVISTA_WF_GSEC_RA,21.6582,-1.5170,0.3118,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.HBWA.HBWA,WRSTRAUNHIGHBANKS_WIND_RA,21.5363,-1.3440,0.0169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.HEC.GT1,WRHECGTUN32_RA,22.1012,-1.3060,0.5438,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.HEC.GT2,WRHECGTUN33_RA,22.1127,-1.2945,0.5438,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.HEC.GT3,WRHECGTUN34_RA,22.1172,-1.2901,0.5438,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.HEC.GT4,WRHECGTUN35_RA,22.1184,-1.2888,0.5438,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.IRSH.IRSH,WRSTRAUNIRISH_CK_RA,21.5363,-1.3440,0.0169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.IWW1.GEN,SECIIRONUNIRONWOOD_WIND_RA,23.9157,-1.2646,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.JAYHAWK,WRJAY_HAWKUNJAYHAWK_WF_RA,20.8040,-1.5648,-0.4946,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.JEC.1,WRJEFFUN10_RA,21.3868,-1.6339,0.1572,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.JEC.2,WRJEFFUN11_RA,21.2759,-1.7403,0.1528,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.JEC.3,WRJEFFUN12_RA,21.3781,-1.6382,0.1528,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.KCW,OKGEKAYWIND7UNKCW_WIND_RA,20.0735,-1.8482,-0.9417,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.KMW.1,WRKINGMANUNWR_KMW_1_RA,21.8281,-1.5970,0.5617,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.KMW.2,WRKINGMANUNWR_KMW_2_RA,21.8281,-1.5970,0.5617,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.LEC.4,WRLECUN26_RA,21.4443,-1.4554,0.0362,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.LEC.5,WRLECUN27_RA,21.5699,-1.3376,0.0441,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MCPH.CT1,WRCMCPHUN37_RA,22.2448,-1.1469,0.5282,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MCPH.CT2,WRCMCPHUN38_RA,22.2448,-1.1469,0.5282,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MCPH.CT3,WRCMCPHUN48_RA,22.2406,-1.1510,0.5282,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MCPH.CT4,WRCJOHNUN1_RA,22.2974,-1.0956,0.5296,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MIDW.SMOKY1.ENEL,WRWR_SMKHLUNSMOK1_ENEL_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MIDW.SMOKY2.ENEL,WRWR_SMKHLUNWINDFARM_ENEL_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MW.COLBY.MW,WRCOLBY3UNGST_RA,24.7651,-0.1653,2.0669,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MW.GMEC.MW,WRKNOLL1UNGOODMAN_RA,23.5413,-0.3774,1.0553,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MW.GMEC2.MW,WRKNOLL1UNGMEC2_RA,23.5413,-0.3774,1.0553,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MW.KSE.MW,WRSAXMANUNKSE_CT_RA,22.5893,-0.8825,0.6084,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MW.SMOK2.CU,WRWR_SMKHLUNWINDFARM_SPRM_RA,22.4819,-1.0172,0.6356,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MWE1.MARSHALLWIND,WRROCKUNMARSHALL_WIND_RA,22.0087,-1.0727,0.2180,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.MWW,SECIHORZN_EUNWINDFARM_RA,21.7129,-1.4982,0.3476,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.NSW,WRNINNESCAUNWR_NSW_RA,21.8239,-1.6013,0.5617,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.PEOP.BUZZARDFLOP,WRALLEN4WRUNBUZZARD_FLOP_RA,21.1285,-0.3782,-1.3568,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.PRW.GEN,WRPRWINDUNPRWIND_WIND_RA,22.6889,-0.8278,0.6532,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.READ.READ,WREMPECUNREADINGWF_RA,21.3569,-1.6356,0.1291,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.SHARPE.KEPC,WRSHARP_WRUNSHARPE_KEPCO_RA,20.3424,-2.3167,-0.2044,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.SOCW.SOCW,WRSTRAUNSOCW_WIND_RA,21.5363,-1.3440,0.0169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.SPRM.ETNADVISTA,WRUNRIDGEUNDVISTA_WIND_RA,21.6582,-1.5170,0.3118,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.SWITCHGRASS,WR21STUNSWITCHGRAS_MSR_RA,21.3462,-1.4583,-0.0589,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.THAYERLD,WR.THAYERLD_LA,21.6406,-0.6365,-0.5864,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0102,WR.VOLT.0102_H,21.2706,-1.4653,-0.1275,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0106,V106_DDR,21.3060,-1.4657,-0.0917,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0139,WR.VOLT.0139_H,21.6388,-1.2037,-0.0209,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0141,WR.VOLT.0141_H,22.1023,-1.1747,0.4136,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0146,WR.VOLT.0146_H,21.6534,-1.2408,0.0308,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0147,WR.VOLT.0147_H,21.6534,-1.2408,0.0308,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0148,WR.VOLT.0148_H,21.5978,-1.2908,0.0251,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0153,WR.VOLT.0153_H,21.4435,-1.2924,-0.1275,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0157,V157_DDR,21.6339,-1.2620,0.0325,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0158,V158_DDR,21.6534,-1.2408,0.0308,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0159,WR.VOLT.0159_H,21.6534,-1.2408,0.0308,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0165,WR.VOLT.0165_H,21.0835,-1.6038,-0.1762,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0173,V173_DDR,22.3741,-1.0527,0.5633,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0174,V174_DDR,21.1941,-1.5025,-0.1668,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0184,V184_DDR,21.1565,-1.6348,-0.0722,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0185,WR.VOLT.0185_H,21.3062,-1.4772,-0.0801,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0186,V186_DDR,21.2883,-1.5163,-0.0589,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0187,WR.VOLT.0187_H,21.2537,-1.5777,-0.0320,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0188,WR.VOLT.0188_H,21.2757,-1.4562,-0.1315,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0189,WR.VOLT.0189_H,22.2450,-0.9778,0.3593,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0190,WR.VOLT.0190_H,21.4533,-1.5051,0.0950,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0191,WR.VOLT.0191_H,21.4122,-1.5630,0.1118,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0192,WR.VOLT.0192_H,21.4122,-1.5630,0.1118,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0196,WR.VOLT.0196_H,21.4533,-1.5051,0.0950,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0245,V245_DDR,21.3104,-1.4735,-0.0796,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.VOLT.0248,V248_DDR,21.3060,-1.4657,-0.0917,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.WLDP.WLDP,WRWILDPLNSUNWILDPLAINS_WF_RA,20.4249,-1.8152,-0.6233,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.WMRM.1,WRNORLUNROLL_MDW_RA,21.6822,-1.2777,0.0964,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.WOLF,WRWOLFUN15_RA,20.2648,-2.4312,-0.1674,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR.WPW,SECIIRONUNWESTERN_PLAINS_RA,23.9157,-1.2646,2.3169,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_CH_CHAN14GT,WRCGEN_SUBUNKPP_CHAN14GT_RA,21.2342,-1.0295,-0.5998,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_FLATRIDGE2SWPCO1,WRVIOLA7UNFLATRDG2_SWP1_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_FLATRIDGE2SWPCO2,WRVIOLA7UNFLATRDG2_SWP2_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_FLATRIDGE2TSA,WRVIOLA7UNFLATRDG2_TSA_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_FLATRIDGESOUTH,WRVIOLA7UNFLATRDG2_STH_RA,20.4519,-1.7757,-0.6358,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KPP_NITS,WR_KPP_NITS_LA,21.0293,-1.4908,-0.3434,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KPP_SESC,WRSALMUNKPP_SESC_MSR_RA,22.0999,-1.1717,0.4082,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_AUGICN1,WRCAUGUUNKPP_AUGICN1_RA,21.0976,-1.5286,-0.2372,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_AUGICN2,WRCAUGUUNKPP_AUGICN2_RA,21.0976,-1.5286,-0.2372,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_AUGICN3,WRCAUGUUNKPP_AUGICN3_RA,21.0976,-1.5286,-0.2372,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_AUGICN4,WRCAUGUUNKPP_AUGICN4_RA,21.0976,-1.5286,-0.2372,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC1,WRCLAYUNKPP_CCPUCIC1_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC2,WRCLAYUNKPP_CCPUCIC2_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC3,WRCLAYUNKPP_CCPUCIC3_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC4,WRCLAYUNKPP_CCPUCIC4_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC5,WRCLAYUNKPP_CCPUCIC5_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_CCPUCIC8,WRCLAYUNKPP_CCPUCIC8_RA,21.7786,-1.3531,0.2683,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_WELLTNGT,WRCWELLUNKPP_WELLTNGT_RA,20.5854,-1.4315,-0.8466,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_WELLTNST,WRCWELLUNKPP_WELLTNST_RA,20.5854,-1.4315,-0.8466,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_WINFLDGT,WRCWINFUNKPP_WINFLDGT_RA,19.8640,-1.7819,-1.2175,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_KP_WINFLDST,WRCWINFUNKPP_WINFLDST_RA,19.8640,-1.7819,-1.2175,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_MIDW,WR_MIDW_LA,23.8532,-0.3417,1.3314,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_MOPEP_KCPL,WR_MOPEP_KCPL_LA,22.0397,-0.6267,-0.1970,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_MOPEP_MPS,WR_MOPEP_MPS_LA,21.5935,-1.1378,-0.1321,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_MW_KPP_NITS,WR_MW_KPP_NITS_LA,23.7348,-0.4425,1.3139,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_SEG,WR_SEG_LA,21.3947,-0.9461,-0.5227,22.8635\n03/31/2025 09:10:00,03/31/2025 14:10:00,WR_WR,WR_LA,21.5524,-1.3121,0.0011,22.8634\n03/31/2025 09:10:00,03/31/2025 14:10:00,YAD,VACS,21.6836,-0.6013,-0.5785,22.8634\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/UY/html.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<!-- saved from url=(0093)https://pronos.adme.com.uy/gpf.php?fecha_ini=5%2F2%2F2025&fecha_fin=6%2F2%2F2025&send=MOSTRAR -->\n<html lang=\"es\"><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">        \n        <title>Generación por fuente.</title>\n        <link href=\"./html_files/calendario_dw-estilos.css\" type=\"text/css\" rel=\"STYLESHEET\">\n        <style type=\"text/css\">\n            body{\n                font-family:verdana,sans-serif;\n            }\n        </style>\n        <script type=\"text/javascript\" src=\"./html_files/jquery-1.4.4.min.js\"></script>\n        <script type=\"text/javascript\" src=\"./html_files/calendario_dw.js\"></script>\n\n        <script type=\"text/javascript\">\n            $(document).ready(function () {\n                $(\".campofecha\").calendarioDW();\n            });\n        </script>\n    </head>\n    <!--<hr>command60: /home/upronos/SimSEE/bin/Gen_EOL_SOL_EXP 45693 45694 60 <br><hr>comand: /home/upronos/SimSEE/bin/Gen_EOL_SOL_EXP 45693 45694 <br>-->\n    <body style=\"overscroll-behavior-x: auto;\">\n        <script type=\"text/javascript\">\n            window.onload = function () {\n                document.forms['fdatos'].elements['fecha_ini'].value = '5/2/2025';\n                document.forms['fdatos'].elements['fecha_fin'].value = '6/2/2025';\n            }\n        </script>\n    <a href=\"https://www.adme.com.uy/\"><img src=\"./html_files/logo_adme.png\"></a>\n    <p style=\"font-family:Verdana; font-size: 20px; font-color:#287cd2\">Generación por fuente. (datos del SCADA)</p><br>\n    <form action=\"https://pronos.adme.com.uy/gpf.php?fecha_ini=5%2F2%2F2025&amp;fecha_fin=6%2F2%2F2025&amp;send=MOSTRAR\" name=\"fdatos\">\n\n        Fecha inicial:<input type=\"text\" name=\"fecha_ini\" class=\"campofecha\" size=\"12\"><a class=\"botoncal\" href=\"https://pronos.adme.com.uy/gpf.php?fecha_ini=5%2F2%2F2025&amp;fecha_fin=6%2F2%2F2025&amp;send=MOSTRAR#\"><span></span></a>\n\n        Fecha final:<input type=\"text\" name=\"fecha_fin\" class=\"campofecha\" size=\"12\"><a class=\"botoncal\" href=\"https://pronos.adme.com.uy/gpf.php?fecha_ini=5%2F2%2F2025&amp;fecha_fin=6%2F2%2F2025&amp;send=MOSTRAR#\"><span></span></a>\n\n\n        <input name=\"send\" type=\"submit\" value=\"MOSTRAR\">    \n    </form>\n    <hr>\n\n\n<div style=\"float: center; width: 100%;\">\n                <img title=\"Generación por fuente.\" src=\"./html_files/gpf_6579792_6579859.svg\" alt=\"gráfico de generación por fuente.\" style=\"width: 100%;\">\n        </div>\n    <div style=\"float: center; width: 50%;\">\n\t\t<a href=\"https://pronos.adme.com.uy/cache/gpf_6579792_6579859_diezminutal.ods\"><button>Archivo Scada Detalle 10minutal</button></a>\n         \n\t</div>    <div style=\"float: center; width: 50%;\">\n\t\t<a href=\"https://pronos.adme.com.uy/cache/gpf_6579792_6579859_horario.ods\"><button>Archivo Scada Detalle Horario</button></a>\n         \n\t</div>     \n\n\n\n</body></html>"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/__init__.py",
    "content": ""
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/amper_landsnet/production.json",
    "content": "{\"hydro\":1588.2567,\"geothermal\":653.1291,\"oil\":0.0,\"timestamp\":\"2023-12-19T15:53:23.729935\"}"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/mocks/quality_check.py",
    "content": "\"\"\"\nTest datapoints for quality.py\nEach one is designed to test some part of the validation functions.\n\"\"\"\n\nfrom datetime import datetime, timedelta, timezone\n\ndt = datetime.now(timezone.utc)\n\nprod = {\n    \"biomass\": 15.0,\n    \"coal\": 130.0,\n    \"gas\": 890.0,\n    \"hydro\": 500.0,\n    \"nuclear\": 345.7,\n    \"oil\": 0.0,\n    \"solar\": 60.0,\n    \"wind\": 75.0,\n    \"geothermal\": None,\n    \"unknown\": 3.0,\n}\n\nc1 = {\n    \"consumption\": 1374.0,\n    \"zoneKey\": \"FR\",\n    \"datetime\": dt,\n    \"production\": prod,\n    \"storage\": {\n        \"hydro\": -10.0,\n    },\n    \"source\": \"mysource.com\",\n}\n\nc2 = {\n    \"consumption\": -1081.0,\n    \"zoneKey\": \"FR\",\n    \"datetime\": dt,\n    \"production\": prod,\n    \"storage\": {\n        \"hydro\": -10.0,\n    },\n    \"source\": \"mysource.com\",\n}\n\nc3 = {\n    \"consumption\": None,\n    \"zoneKey\": \"FR\",\n    \"datetime\": dt,\n    \"production\": prod,\n    \"storage\": {\n        \"hydro\": -10.0,\n    },\n    \"source\": \"mysource.com\",\n}\n\ne1 = {\n    \"sortedZoneKeys\": \"DK->NO\",\n    \"datetime\": dt,\n    \"netFlow\": 73.0,\n    \"source\": \"mysource.com\",\n}\n\ne2 = {\"sortedZoneKeys\": \"DK->NO\", \"netFlow\": 73.0, \"source\": \"mysource.com\"}\n\ne3 = {\n    \"sortedZoneKeys\": \"DK->NO\",\n    \"datetime\": \"At the 3rd beep the time will be......\",\n    \"netFlow\": 73.0,\n    \"source\": \"mysource.com\",\n}\n\nfuture = datetime.now(timezone.utc) + timedelta(minutes=55)\n\ne4 = {\n    \"sortedZoneKeys\": \"DK->NO\",\n    \"datetime\": future,\n    \"netFlow\": 73.0,\n    \"source\": \"mysource.com\",\n}\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_AEMO.py",
    "content": "\"\"\"Tests for AEMO.py\"\"\"\n\nimport re\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.AEMO import fetch_consumption_forecast\n\nBASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/AEMO\")\n\n\n@pytest.mark.parametrize(\"zone_key\", [\"AU-NSW\", \"AU-VIC\", \"AU-QLD\", \"AU-SA\", \"AU-TAS\"])\n# \"AU-WA\" is not implemented in the zones here\n\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot, zone_key):\n    base_url = \"http://nemweb.com.au/Reports/CURRENT/Operational_Demand/FORECAST_HH/\"\n\n    # Mock the base URL request with HTML that contains the expected link\n    html_content = \"\"\"\n    <html>\n    <body>\n    <a href=\"PUBLIC_FORECAST_OPERATIONAL_DEMAND_HH_202504011800_20250401173353.zip\">Link</a>\n    </body>\n    </html>\n    \"\"\"\n    adapter.register_uri(\n        GET,\n        base_url,\n        text=html_content,\n    )\n\n    # Mock specific document request\n    data_zip_file = Path(\n        BASE_PATH_TO_MOCK,\n        \"PUBLIC_FORECAST_OPERATIONAL_DEMAND_HH_202504011800_20250401173353.zip\",\n    )\n\n    print(\"Mock file path:\", data_zip_file.resolve())\n    assert data_zip_file.exists(), \"Mock zip file does not exist!\"\n\n    with open(data_zip_file, \"rb\") as zip_file:\n        zip_content = zip_file.read()\n    adapter.register_uri(\n        GET,\n        re.compile(rf\"{base_url}PUBLIC_FORECAST_OPERATIONAL_DEMAND_HH_\\d+_\\d+\\.zip\"),\n        content=zip_content,\n    )\n\n    # Run function under test\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_consumption_forecast(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=datetime(2025, 4, 1, 18, 0),  # Mock file has this datetime\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_AU_TAS_FI.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nfrom unittest.mock import patch\n\nfrom electricitymap.contrib.parsers import ajenti\n\n\ndef test_parsing_payload():\n    filename = \"electricitymap/contrib/parsers/tests/mocks/AU/AU_TAS_FI_payload1.json\"\n    with open(filename) as f:\n        fake_data = json.load(f)\n    with patch(\"electricitymap.contrib.parsers.ajenti.SignalR.get_value\") as f:\n        f.return_value = fake_data\n        data = ajenti.fetch_production()[0]\n\n    assert data[\"production\"] is not None\n    assert data[\"production\"][\"wind\"] == 0.595\n    assert data[\"production\"][\"solar\"] == 0.004\n    assert data[\"production\"][\"oil\"] == 0.283\n    assert data[\"production\"][\"biomass\"] == 0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_AU_TAS_KI.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nfrom unittest.mock import patch\n\nfrom electricitymap.contrib.parsers import ajenti\n\n\ndef test_parsing_payload():\n    filename = \"electricitymap/contrib/parsers/tests/mocks/AU/AU_TAS_KI_payload1.json\"\n    with open(filename) as f:\n        fake_data = json.load(f)\n    with patch(\"electricitymap.contrib.parsers.ajenti.SignalR.get_value\") as f:\n        f.return_value = fake_data\n        data = ajenti.fetch_production()[0]\n\n    assert data[\"production\"] is not None\n    assert data[\"production\"][\"wind\"] == 1.024\n    assert data[\"production\"][\"solar\"] == 0\n\n    assert data[\"production\"][\"oil\"] == 0.779\n    assert data[\"production\"][\"biomass\"] == 0\n\n    assert data[\"storage\"][\"battery\"] == 0.149\n\n\n# This test will fetch the payload from the webservice\n# def test_parsing_payload_real():\n#     data = AU_TAS_KI.fetch_production()\n#\n#     assert data['production'] is not None\n#     assert data['production']['wind'] is not None\n#     assert data['production']['solar'] is not None\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_AU_WA_RI.py",
    "content": "#!/usr/bin/env python3\n\nimport json\nfrom unittest.mock import patch\n\nfrom electricitymap.contrib.parsers import ajenti\n\n\ndef test_parsing_payload():\n    filename = \"electricitymap/contrib/parsers/tests/mocks/AU/AU_WA_RI_payload1.json\"\n    with open(filename) as f:\n        fake_data = json.load(f)\n    with patch(\"electricitymap.contrib.parsers.ajenti.SignalR.get_value\") as f:\n        f.return_value = fake_data\n        data = ajenti.fetch_production()[0]\n\n    assert data[\"production\"] is not None\n    assert data[\"production\"][\"wind\"] == 0.148\n    assert data[\"production\"][\"solar\"] == 0\n\n    assert data[\"production\"][\"oil\"] == 0.683\n\n    # there is no biomass on that island\n    assert data[\"production\"][\"biomass\"] == 0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_AW.py",
    "content": "import json\nfrom importlib import resources\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.AW import PRODUCTION_URL, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_production(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        PRODUCTION_URL,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.AW\")\n            .joinpath(\"production.json\")\n            .read_text()\n        ),\n    )\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"AW\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_BE.py",
    "content": "import json\nimport os\nimport re\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.BE import fetch_production\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/BE\")\n\n\n@pytest.fixture(autouse=True)\ndef entsoe_token_env():\n    os.environ[\"ENTSOE_TOKEN\"] = \"token\"\n\n\ndef test_fetch_production(adapter, session, snapshot):\n    entsoe_data = base_path_to_mock / \"entsoe_production.xml\"\n    elia_data = base_path_to_mock / \"production.json\"\n\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://entsoe-proxy\"),\n        content=entsoe_data.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://opendata\\.elia\\.be\"),\n        json=json.loads(elia_data.read_text()),\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(\n        \"BE\",\n        session,\n        datetime.fromisoformat(\"2024-01-01T02:00:00+00:00\"),\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_BG.py",
    "content": "import json\nfrom datetime import datetime, timedelta, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.BG import fetch_production\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n\n@freeze_time(\"2024-01-01 12:00:00\")\ndef test_fetch_production(adapter, session, snapshot):\n    \"\"\"That we can fetch the production mix at the current time.\"\"\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.BG\")\n            .joinpath(\"production_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_raises_parser_exception_on_historical_data(adapter, session):\n    \"\"\"That a ParserException is raised if requesting historical data (not supported yet).\"\"\"\n    adapter.register_uri(GET, ANY, json=[])\n\n    with pytest.raises(\n        ParserException, match=\"This parser is not yet able to parse historical data\"\n    ):\n        historical_datetime = datetime.now(timezone.utc) - timedelta(days=1)\n        fetch_production(target_datetime=historical_datetime, session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CAMMESA.py",
    "content": "import json\nfrom importlib import resources\n\nimport pytest\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.CAMMESA import (\n    CAMMESA_DEMANDA_ENDPOINT,\n    CAMMESA_RENEWABLES_ENDPOINT,\n    fetch_exchange,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.Cammesa\")\n            .joinpath(\"exchanges.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        CAMMESA_DEMANDA_ENDPOINT,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.Cammesa\")\n            .joinpath(\"conventional_production.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        CAMMESA_RENEWABLES_ENDPOINT,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.Cammesa\")\n            .joinpath(\"renewable_production.json\")\n            .read_text()\n        ),\n    )\n\n\ndef test_exchanges_AR_CL_SEN(session, snapshot):\n    assert snapshot == fetch_exchange(\n        ZoneKey(\"AR\"),\n        ZoneKey(\"CL-SEN\"),\n        session=session,\n    )\n\n\ndef test_exchanges_AR_BAS_AR_COM(session, snapshot):\n    assert snapshot == fetch_exchange(\n        ZoneKey(\"AR-BAS\"),\n        ZoneKey(\"AR-COM\"),\n        session=session,\n    )\n\n\ndef test_fetch_production(session, snapshot):\n    assert snapshot == fetch_production(ZoneKey(\"AR\"), session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CA_AB.py",
    "content": "from pathlib import Path\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.CA_AB import fetch_wind_solar_forecasts\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/CA_AB\")\n\n\ndef test_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock wind forecast data request\n    data_wind = Path(base_path_to_mock, \"wind_rpt_longterm.csv\")\n    adapter.register_uri(\n        GET,\n        \"http://ets.aeso.ca/Market/Reports/Manual/Operations/prodweb_reports/wind_solar_forecast/wind_rpt_longterm.csv\",\n        text=data_wind.read_text(),\n    )\n\n    # Moch solar forecast data request\n    data_solar = Path(base_path_to_mock, \"solar_rpt_longterm.csv\")\n    adapter.register_uri(\n        GET,\n        \"http://ets.aeso.ca/Market/Reports/Manual/Operations/prodweb_reports/wind_solar_forecast/solar_rpt_longterm.csv\",\n        text=data_solar.read_text(),\n    )\n\n    forecasts = fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"CA-AB\"),\n        session=session,\n    )\n\n    # Run function under test\n    assert snapshot == forecasts\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CA_CQ.py",
    "content": "import json\nfrom importlib import resources\n\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.CA_QC import fetch_consumption, fetch_production\n\n\ndef test_production(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.Hydroquebec\")\n            .joinpath(\"production.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_consumption(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.Hydroquebec\")\n            .joinpath(\"consumption.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_consumption(session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CA_ON.py",
    "content": "import re\nfrom pathlib import Path\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.CA_ON import (\n    fetch_consumption_forecast,\n    fetch_wind_solar_forecasts,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/CA_ON\")\n\n\ndef test_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock VG Forecast Summary report request\n    var_gen_forecast_summary_report = Path(\n        base_path_to_mock, \"var_gen_forecast_summary_report_20250228.xml\"\n    )\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://reports-public\\.ieso\\.ca/public/VGForecastSummary/PUB_VGForecastSummary_\\d{8}\\.xml\"\n        ),\n        text=var_gen_forecast_summary_report.read_text(),\n    )\n\n    # Mock Adequacy report request\n    adequacy_report = Path(base_path_to_mock, \"adequacy_report_20250228.xml\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://reports-public\\.ieso\\.ca/public/Adequacy2/PUB_Adequacy2_\\d{8}\\.xml\"\n        ),\n        text=adequacy_report.read_text(),\n    )\n\n    # Run function under test\n    assert snapshot == fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"CA-ON\"),\n        session=session,\n    )\n\n\ndef test_fetch_consumption_forecast(adapter, session, snapshot):\n    # Mock Adequacy report request\n    adequacy_report = Path(base_path_to_mock, \"adequacy_report_20250228.xml\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://reports-public\\.ieso\\.ca/public/Adequacy2/PUB_Adequacy2_\\d{8}\\.xml\"\n        ),\n        text=adequacy_report.read_text(),\n    )\n\n    # Run function under test\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=ZoneKey(\"CA-ON\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CEB.py",
    "content": "import json\nfrom importlib import resources\n\nimport pytest\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.CEB import fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CEB\")\n            .joinpath(\"response.text\")\n            .read_text()\n        ),\n    )\n\n\ndef test_production(session, snapshot):\n    assert snapshot == fetch_production(ZoneKey(\"LK\"), session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CENACE.py",
    "content": "from datetime import datetime\nfrom zoneinfo import ZoneInfo\n\nimport freezegun\nimport pytest\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers.CENACE import fetch_consumption\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/CENACE/DemandaRegional.html\", \"rb\"\n    ) as data:\n        adapter.register_uri(ANY, ANY, content=data.read())\n\n\n@freezegun.freeze_time(\"2021-01-01 00:00:00\")\ndef test_fetch_consumption_MX_OC(session):\n    data = fetch_consumption(ZoneKey(\"MX-OC\"), session)\n    assert data[0][\"zoneKey\"] == \"MX-OC\"\n    assert data[0][\"datetime\"] == datetime.now(ZoneInfo(\"America/Mexico_City\"))\n    assert data[0][\"consumption\"] == 8519.0\n\n\n@freezegun.freeze_time(\"2021-01-01 00:00:00\")\ndef test_fetch_consumption_MX_BC(session):\n    data = fetch_consumption(ZoneKey(\"MX-BC\"), session)\n    assert data[0][\"zoneKey\"] == \"MX-BC\"\n    assert data[0][\"datetime\"] == datetime.now(ZoneInfo(\"America/Tijuana\"))\n    assert data[0][\"consumption\"] == 1587.0\n\n\n@freezegun.freeze_time(\"2021-01-01 00:00:00\")\ndef test_fetch_consumption_BCS(session):\n    data = fetch_consumption(ZoneKey(\"MX-BCS\"), session)\n    assert len(data) == 0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CH.py",
    "content": "from datetime import datetime, timezone\n\nimport pytest\n\nfrom electricitymap.contrib.parsers.CH import get_solar_capacity_at\n\n\n@pytest.mark.parametrize(\n    \"dt,expected\",\n    [\n        (\"2018-01-02\", 2107.374),\n        (\"2022-01-01\", 4080.415),\n        (\"2023-01-01\", 5094.375),\n        (\"2024-01-01\", 5108.034),\n        # make sure past date for which we do not have historical capacity returns earliest available data\n        (\"2014-02-01\", 1398.217),\n        # make sure future date for which we do not have historical capacity returns latest available data\n        (\"2024-02-01\", 5108.034),\n    ],\n)\ndef test_get_solar_capacity(dt, expected):\n    target_datetime = datetime.fromisoformat(dt).replace(tzinfo=timezone.utc)\n    assert get_solar_capacity_at(target_datetime) == expected\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CL.py",
    "content": "from datetime import datetime, timezone\nfrom importlib import resources\nfrom json import loads\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.CL import API_BASE_URL, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    url = f\"{API_BASE_URL}fecha__gte=2024-02-23&fecha__lte=2024-02-24\"\n    adapter.register_uri(\n        GET,\n        url,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CL\")\n            .joinpath(\"response_historical_20240224.json\")\n            .read_text()\n        ),\n    )\n\n\ndef test_snapshot_historical_data(session, snapshot):\n    target_datetime = datetime(2024, 2, 24, 0, 0, 0, tzinfo=timezone.utc)\n\n    assert snapshot == fetch_production(\n        ZoneKey(\"CL-SEN\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CNDC.py",
    "content": "import json\nfrom datetime import datetime\nfrom importlib import resources\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.CNDC import (\n    DATA_URL,\n    INDEX_URL,\n    fetch_generation_forecast,\n    fetch_production,\n    tz_bo,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef target_datetime():\n    yield datetime(2023, 12, 20, tzinfo=tz_bo)\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter, target_datetime):\n    adapter.register_uri(\n        GET,\n        INDEX_URL,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks.CNDC\")\n        .joinpath(\"index.html\")\n        .read_text(),\n    )\n\n    adapter.register_uri(\n        GET,\n        DATA_URL.format(target_datetime.strftime(\"%Y-%m-%d\")),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CNDC\")\n            .joinpath(\"data.json\")\n            .read_text()\n        ),\n    )\n\n\ndef test_fetch_generation_forecast(session, snapshot, target_datetime):\n    assert snapshot == fetch_generation_forecast(\n        ZoneKey(\"BO\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n\ndef test_fetch_production(session, snapshot, target_datetime):\n    assert snapshot == fetch_production(\n        ZoneKey(\"BO\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CO.py",
    "content": "from datetime import datetime\nfrom importlib import resources\nfrom json import loads\nfrom unittest.mock import patch\n\nimport pandas as pd\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers.CO import (\n    CO_DEMAND_URL,\n    fetch_consumption,\n    fetch_price,\n    fetch_production,\n)\n\nmock_files = resources.files(\"electricitymap.contrib.parsers.tests.mocks.CO\")\n\n\ndef test_fetch_consumption_live(adapter, session, snapshot):\n    adapter.register_uri(\n        ANY,\n        CO_DEMAND_URL,\n        json=loads(mock_files.joinpath(\"cons_live.json\").read_text()),\n    )\n    assert snapshot == fetch_consumption(session=session)\n\n\n@patch(\"pydataxm.pydataxm.ReadDB\")\ndef test_fetch_consumption_dt(mock_readdb, snapshot):\n    readdb = mock_readdb.return_value\n    readdb.request_data.side_effect = [\n        pd.read_json(mock_files.joinpath(\"cons_dt.json\")),\n    ]\n    dt = datetime.fromisoformat(\"2025-01-01T00:00:00-05:00\")\n    assert snapshot == fetch_consumption(target_datetime=dt)\n\n\n@patch(\"pydataxm.pydataxm.ReadDB\")\ndef test_fetch_production_live(mock_readdb, snapshot):\n    readdb = mock_readdb.return_value\n    readdb.request_data.side_effect = [\n        pd.read_json(mock_files.joinpath(\"prod1_live.json\")),\n        pd.read_json(mock_files.joinpath(\"prod2_live.json\")),\n    ]\n    assert snapshot == fetch_production()\n\n\n@patch(\"pydataxm.pydataxm.ReadDB\")\ndef test_fetch_production_dt(mock_readdb, snapshot):\n    readdb = mock_readdb.return_value\n    readdb.request_data.side_effect = [\n        pd.read_json(mock_files.joinpath(\"prod1_dt.json\")),\n        pd.read_json(mock_files.joinpath(\"prod2_dt.json\")),\n    ]\n    dt = datetime.fromisoformat(\"2025-01-01T00:00:00-05:00\")\n    assert snapshot == fetch_production(target_datetime=dt)\n\n\n@patch(\"pydataxm.pydataxm.ReadDB\")\ndef test_fetch_price_live(mock_readdb, snapshot):\n    readdb = mock_readdb.return_value\n    readdb.request_data.side_effect = [\n        pd.read_json(mock_files.joinpath(\"price_live.json\")),\n    ]\n    assert snapshot == fetch_price()\n\n\n@patch(\"pydataxm.pydataxm.ReadDB\")\ndef test_fetch_price_dt(mock_readdb, snapshot):\n    readdb = mock_readdb.return_value\n    readdb.request_data.side_effect = [\n        pd.read_json(mock_files.joinpath(\"price_dt.json\")),\n    ]\n    dt = datetime.fromisoformat(\"2025-01-01T00:00:00-05:00\")\n    assert snapshot == fetch_price(target_datetime=dt)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CR.py",
    "content": "import json\nfrom datetime import datetime, timedelta, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.CR import fetch_exchange, fetch_production\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\n\n\n@freeze_time(\"2024-01-01 12:00:00\")\ndef test_fetch_production_live(adapter, session, snapshot):\n    \"\"\"That we can fetch the production mix at the current time.\"\"\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CR\")\n            .joinpath(\"production_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_historical(adapter, session, snapshot):\n    \"\"\"That we can fetch historical energy production values.\"\"\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CR\")\n            .joinpath(\"production_20210716.json\")\n            .read_text()\n        ),\n    )\n\n    historical_datetime = datetime(2021, 7, 16, 16, 20, 30, tzinfo=timezone.utc)\n    assert snapshot == fetch_production(\n        target_datetime=historical_datetime.astimezone(timezone.utc),\n        session=session,\n    )\n\n\n@freeze_time(\"2024-01-01 12:00:00\")\ndef test_fetch_exchange_live(adapter, session, snapshot):\n    \"\"\"That we can fetch the last known power exchanges.\"\"\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.CR\")\n            .joinpath(\"exchange_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_exchange(session=session)\n\n\ndef test_fetch_exchange_raises_parser_exception_on_historical_data(adapter, session):\n    \"\"\"That a ParserException is raised if requesting historical data (not supported yet).\"\"\"\n    adapter.register_uri(GET, ANY, json=[])\n\n    with pytest.raises(\n        ParserException, match=\"This parser is not yet able to parse historical data\"\n    ):\n        historical_datetime = datetime.now(timezone.utc) - timedelta(days=1)\n        fetch_exchange(target_datetime=historical_datetime, session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CY.py",
    "content": "from datetime import datetime, timezone\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.CY import (\n    HISTORICAL_SOURCE,\n    REALTIME_SOURCE,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef target_datetime():\n    yield datetime(2024, 3, 18, 0, 0, 0, tzinfo=timezone.utc)\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/CY/response_historical_20240318.html\",\n        \"rb\",\n    ) as response:\n        adapter.register_uri(\n            GET, HISTORICAL_SOURCE.format(\"18-03-2024\"), content=response.read()\n        )\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/CY/response_realtime_20240401.html\",\n        \"rb\",\n    ) as response:\n        adapter.register_uri(GET, REALTIME_SOURCE, content=response.read())\n\n\ndef test_snapshot_historical_source(session, target_datetime, snapshot):\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"CY\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n\ndef test_snapshot_realtime_source(session, snapshot):\n    assert snapshot == fetch_production(ZoneKey(\"CY\"), session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_CZ.py",
    "content": "from datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import POST\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers import CZ\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/CZ\")\n\n# Using a fixed date that exists in the mock XML data\nTARGET_DATETIME = datetime(2025, 10, 31, 18, 0, 0)\n\n\n@pytest.fixture\ndef mock_good_response(adapter):\n    \"\"\"\n    Mocks the CEPS API with a \"good\" response containing expected data.\n    \"\"\"\n\n    data = base_path_to_mock / \"CrossborderPowerFlows.xml\"\n    adapter.register_uri(\n        POST,\n        CZ.url,\n        content=data.read_bytes(),\n    )\n\n\n@pytest.fixture\ndef mock_no_data_response(adapter):\n    \"\"\"\n    Mocks the CEPS API with a \"bad\" response that is missing the <data> tag.\n    (This fixture is requested by the exception test)\n    \"\"\"\n\n    mock_xml_content = (\n        '<root xmlns=\"https://www.ceps.cz/CepsData/StructuredData/1.0\">'\n        \"<information><name>Cross-border power flows</name></information>\"\n        '<series><serie id=\"value1\" name=\"PSE Actual [MW]\" /></series>'\n        \"</root>\"\n    )\n\n    adapter.register_uri(POST, CZ.url, text=mock_xml_content)\n\n\n@pytest.mark.parametrize(\n    \"zone_key2\",\n    [\n        ZoneKey(\"PL\"),\n        ZoneKey(\"DE\"),\n        ZoneKey(\"AT\"),\n    ],\n)\ndef test_fetch_exchange(session, snapshot, mock_good_response, zone_key2):\n    result = CZ.fetch_exchange(\n        zone_key1=ZoneKey(\"CZ\"),\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_exchange_forecast_pl(session, snapshot, mock_good_response):\n    result = CZ.fetch_exchange_forecast(\n        zone_key1=ZoneKey(\"CZ\"),\n        zone_key2=ZoneKey(\"PL\"),\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert snapshot == result\n\n\ndef test_fetch_exchange_raises_exception_on_no_data(session, mock_no_data_response):\n    with pytest.raises(ParserException):\n        CZ.fetch_exchange(\n            zone_key1=ZoneKey(\"CZ\"),\n            zone_key2=ZoneKey(\"PL\"),\n            session=session,\n            target_datetime=TARGET_DATETIME,\n        )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_DK.py",
    "content": "from datetime import datetime\nfrom importlib import resources\nfrom json import loads\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers import DK\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        DK.EXCHANGE_URL,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.DK\")\n            .joinpath(\"ElectricityProdex5MinRealtime.json\")\n            .read_text()\n        ),\n    )\n\n    adapter.register_uri(\n        GET,\n        DK.FORECAST_URL,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.DK\")\n            .joinpath(\"Forecasts_5Min.json\")\n            .read_text()\n        ),\n    )\n\n\ndef test_fetch_exchange(session, snapshot):\n    target_datetime = datetime(2025, 2, 21)\n\n    assert snapshot == DK.fetch_exchange(\n        \"DK-DK2\",\n        \"SE-SE4\",\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n\ndef test_fetch_forecast(session, snapshot):\n    target_datetime = datetime(2025, 2, 21)\n\n    assert snapshot == DK.fetch_wind_solar_forecasts(\n        \"DK-DK1\",\n        session=session,\n        target_datetime=target_datetime,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_DO.py",
    "content": "from importlib import resources\nfrom math import nan\n\nimport freezegun\nimport pandas as pd\nimport pytest\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers.DO import correct_solar_production, fetch_production\n\n\n@pytest.fixture\ndef production_df():\n    d = {\n        \"wind\": {\n            pd.Timestamp(\"2024-04-18 00:00:00-0400\", tz=\"America/Dominica\"): 117.42,\n            pd.Timestamp(\"2024-04-18 01:00:00-0400\", tz=\"America/Dominica\"): 76.37,\n            pd.Timestamp(\"2024-04-18 02:00:00-0400\", tz=\"America/Dominica\"): 53.67,\n            pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\"): 57.76,\n            pd.Timestamp(\"2024-04-18 04:00:00-0400\", tz=\"America/Dominica\"): 64.95,\n            pd.Timestamp(\"2024-04-18 05:00:00-0400\", tz=\"America/Dominica\"): 52.9,\n            pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\"): 46.25,\n            pd.Timestamp(\"2024-04-18 07:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 08:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 09:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 10:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 11:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 12:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 13:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 14:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 15:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 16:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 17:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 18:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 19:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 20:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 21:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 22:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 23:00:00-0400\", tz=\"America/Dominica\"): nan,\n        },\n        \"solar\": {\n            pd.Timestamp(\"2024-04-18 00:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 01:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 02:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 04:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 05:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 07:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 08:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 09:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 10:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 11:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 12:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 13:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 14:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 15:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 16:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 17:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 18:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 19:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 20:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 21:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 22:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 23:00:00-0400\", tz=\"America/Dominica\"): nan,\n        },\n        \"hydro\": {\n            pd.Timestamp(\"2024-04-18 00:00:00-0400\", tz=\"America/Dominica\"): 144.47,\n            pd.Timestamp(\"2024-04-18 01:00:00-0400\", tz=\"America/Dominica\"): 75.34,\n            pd.Timestamp(\"2024-04-18 02:00:00-0400\", tz=\"America/Dominica\"): 72.94,\n            pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\"): 84.23,\n            pd.Timestamp(\"2024-04-18 04:00:00-0400\", tz=\"America/Dominica\"): 84.52,\n            pd.Timestamp(\"2024-04-18 05:00:00-0400\", tz=\"America/Dominica\"): 84.68,\n            pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\"): 87.36,\n            pd.Timestamp(\"2024-04-18 07:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 08:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 09:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 10:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 11:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 12:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 13:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 14:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 15:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 16:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 17:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 18:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 19:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 20:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 21:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 22:00:00-0400\", tz=\"America/Dominica\"): nan,\n            pd.Timestamp(\"2024-04-18 23:00:00-0400\", tz=\"America/Dominica\"): nan,\n        },\n    }\n    return pd.DataFrame(d)\n\n\ndef test_correct_solar_production_all_nan(production_df):\n    corrected_df = correct_solar_production(production_df)\n    assert corrected_df[\"solar\"].isna().all()\n\n\ndef test_correct_solar_production_nan_then_prod(production_df):\n    production_df[\"solar\"].loc[\n        pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\")\n    ] = 12\n    corrected_df = correct_solar_production(production_df)\n    assert (\n        corrected_df[\"solar\"].loc[\n            pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 12\n    )\n    assert all(\n        corrected_df[\"solar\"].loc[\n            : pd.Timestamp(\"2024-04-18 05:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 0\n    )\n    assert all(\n        corrected_df[\"solar\"]\n        .loc[pd.Timestamp(\"2024-04-18 07:00:00-0400\", tz=\"America/Dominica\") :]\n        .isnull()\n    )\n\n\ndef test_correct_solar_production_prod_then_nan(production_df):\n    production_df[\"solar\"].loc[\n        : pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\")\n    ] = 12\n    corrected_df = correct_solar_production(production_df)\n    assert all(\n        corrected_df[\"solar\"].loc[\n            : pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 12\n    )\n\n\ndef test_correct_solar_production_prod_then_nan_then_prod(production_df):\n    production_df[\"solar\"].loc[\n        : pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\")\n    ] = 12\n    production_df[\"solar\"].loc[\n        pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\")\n    ] = 14\n    corrected_df = correct_solar_production(production_df)\n    assert all(\n        corrected_df[\"solar\"].loc[\n            : pd.Timestamp(\"2024-04-18 03:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 12\n    )\n    assert (\n        corrected_df[\"solar\"].loc[\n            pd.Timestamp(\"2024-04-18 06:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 14\n    )\n    assert all(\n        corrected_df[\"solar\"].loc[\n            pd.Timestamp(\n                \"2024-04-18 04:00:00-0400\", tz=\"America/Dominica\"\n            ) : pd.Timestamp(\"2024-04-18 05:00:00-0400\", tz=\"America/Dominica\")\n        ]\n        == 0\n    )\n    assert all(\n        corrected_df[\"solar\"]\n        .loc[pd.Timestamp(\"2024-04-18 07:00:00-0400\", tz=\"America/Dominica\") :]\n        .isnull()\n    )\n\n\n@freezegun.freeze_time(\"2025-01-15\")\ndef test_fetch_production(adapter, session, snapshot):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        content=resources.files(\"electricitymap.contrib.parsers.tests.mocks.DO\")\n        .joinpath(\"production.html\")\n        .read_bytes(),\n    )\n\n    assert snapshot == fetch_production(session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_EIA.py",
    "content": "import json\nimport os\nfrom datetime import datetime, timezone\nfrom importlib import resources\n\nimport pytest\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.parsers import EIA\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef eia_key_env():\n    os.environ[\"EIA_KEY\"] = \"token\"\n\n\ndef test_parse_hourly_interval():\n    \"\"\"\n    We add a 'frequency=hourly' parameter to our EIA API requests; this\n    requests results grouped by hourly intervals in UTC time.\n\n    Each time window in the response indicates the _end_ of that hourly\n    interval; ElectricityMaps stores intervals using start hour instead.\n    \"\"\"\n    fixtures = [\n        (\"2022-02-28T23\", datetime(2022, 2, 28, 22, 0, 0, tzinfo=timezone.utc)),\n        (\"2022-03-01T00\", datetime(2022, 2, 28, 23, 0, 0, tzinfo=timezone.utc)),\n        (\"2022-03-01T01\", datetime(2022, 3, 1, 0, 0, 0, tzinfo=timezone.utc)),\n    ]\n\n    for period, expected in fixtures:\n        result = EIA._parse_hourly_interval(period)\n        assert result == expected\n\n\ndef test_fetch_production_mix(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-wind.json\")\n            .read_text()\n        ),\n    )\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-NW-PGE\"), session)\n\n    assert data_list == snapshot\n\n\ndef test_US_NW_AVRN_rerouting(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-other.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"AVRN\", \"WND\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-wind.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"PACW\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_PACW-gas.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"PACW\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"PACW\", \"SUN\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"PACW\", \"WND\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"BPAT\", \"WND\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_BPAT-wind.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"BPAT\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"BPAT\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"BPAT\", \"NUC\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"BPAT\", \"SUN\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"AVRN\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-gas.json\")\n            .read_text()\n        ),\n    )\n\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-NW-PACW\"), session)\n    assert data_list == snapshot\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-NW-BPAT\"), session)\n    assert data_list == snapshot\n\n\ndef test_US_CAR_SC_nuclear_split(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-other.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"COL\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"OIL\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"SUN\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SC\", \"NUC\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_CAR_SC-nuclear.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"NUC\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_CAR_SCEG-nuclear.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"COL\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"OIL\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SCEG\", \"SUN\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-CAR-SC\"), session)\n    assert data_list == snapshot\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-CAR-SCEG\"), session)\n    assert data_list == snapshot\n\n\ndef test_check_transfer_mixes():\n    for production in EIA.PRODUCTION_ZONES_TRANSFERS.values():\n        all_production = production.get(\"all\", {})\n        for production_type, supplying_zones in production.items():\n            if production_type == \"all\":\n                continue\n            for zone in supplying_zones:\n                if zone in all_production:\n                    raise Exception(\n                        f\"{zone} is both in the all production export\\\n                        and exporting its {production_type} production. \\\n                        This is not possible please fix this ambiguity.\"\n                    )\n\n\ndef test_hydro_transfer_mix(adapter, session, snapshot):\n    \"\"\"\n    Make sure that with zones that integrate production only zones\n    the hydro production events are properly handled and the storage\n    is accounted for on a zone by zone basis.\n    \"\"\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_AVRN-other.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"COL\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"NG\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"NUC\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"SUN\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"WND\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SMTH-coal.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"DEAA\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SW_DEAA-hydro.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"HGMA\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SW_HGMA-hydro.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        EIA.PRODUCTION_MIX.format(\"SRP\", \"WAT\"),\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_SW_SRP-hydro.json\")\n            .read_text()\n        ),\n    )\n\n    data = EIA.fetch_production_mix(ZoneKey(\"US-SW-SRP\"), session)\n    assert data == snapshot\n\n\ndef test_exchange_transfer(adapter, session):\n    exchange_key = \"US-FLA-FPC->US-FLA-FPL\"\n    remapped_exchange_key = \"US-FLA-FPC->US-FLA-NSB\"\n    # target_datetime = (\n    #     \"2020-01-07T05:00:00+00:00\"  # Last datapoint before decommissioning of NSB\n    # )\n    # 1. Get data directly from EIA for both\n    fpl_exchange_data = json.loads(\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n        .joinpath(\"US-FLA-FPC_US-FLA-FPL_exchange.json\")\n        .read_text()\n    )\n    adapter.register_uri(\n        GET,\n        # For example:\n        # https://api.eia.gov/v2/electricity/rto/interchange-data/data/?data[]=value&facets[fromba][]=FPC&facets[toba][]=FPL&frequency=hourly&api_key=token&sort[0][column]=period&sort[0][direction]=desc&length=24\n        EIA.EXCHANGE.format(EIA.EXCHANGES[exchange_key]),\n        json=fpl_exchange_data,\n    )\n    nsb_exchange_data = json.loads(\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n        .joinpath(\"US-FLA-FPC_US-FLA-NSB_exchange.json\")\n        .read_text()\n    )\n    adapter.register_uri(\n        GET,\n        # For example:\n        # https://api.eia.gov/v2/electricity/rto/interchange-data/data/?data[]=value&facets[fromba][]=FPC&facets[toba][]=NSB&frequency=hourly&api_key=token&sort[0][column]=period&sort[0][direction]=desc&length=24\n        EIA.EXCHANGE.format(EIA.EXCHANGES[remapped_exchange_key]),\n        json=nsb_exchange_data,\n    )\n\n    # 2. Get data from the EIA parser fetch_exchange for\n    # US-FLA-FPC->US-FLA-FPL\n    z_k_1, z_k_2 = exchange_key.split(\"->\")\n    data_list = EIA.fetch_exchange(ZoneKey(z_k_1), ZoneKey(z_k_2), session)\n\n    # Verify that the sum of the data directly fetched matches the data\n    # from the parser.\n    for fpl, nsb, parser in zip(\n        fpl_exchange_data[\"response\"][\"data\"],\n        nsb_exchange_data[\"response\"][\"data\"],\n        data_list,\n        strict=True,\n    ):\n        assert fpl[\"value\"] + nsb[\"value\"] == parser[\"netFlow\"]\n\n\ndef test_fetch_production_mix_discards_null(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US-NW-PGE-with-nulls.json\")\n            .read_text()\n        ),\n    )\n\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-NW-PGE\"), session)\n\n    assert data_list == snapshot\n\n    assert (\n        datetime(2022, 10, 31, 11, 0, tzinfo=timezone.utc) == data_list[0][\"datetime\"]\n    )\n\n\ndef test_fetch_exchange(adapter, session):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US-NW-BPAT-US-NW-NWMT-exchange.json\")\n            .read_text()\n        ),\n    )\n    data_list = EIA.fetch_exchange(\n        ZoneKey(\"US-NW-BPAT\"), ZoneKey(\"US-NW-NWMT\"), session\n    )\n    expected = [\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2022, 2, 28, 22, 0, tzinfo=timezone.utc),\n            \"sortedZoneKeys\": \"US-NW-BPAT->US-NW-NWMT\",\n            \"netFlow\": -12,\n        },\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2022, 2, 28, 23, 0, tzinfo=timezone.utc),\n            \"sortedZoneKeys\": \"US-NW-BPAT->US-NW-NWMT\",\n            \"netFlow\": -11,\n        },\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2022, 3, 1, 0, 0, tzinfo=timezone.utc),\n            \"sortedZoneKeys\": \"US-NW-BPAT->US-NW-NWMT\",\n            \"netFlow\": -2,\n        },\n    ]\n    assert len(data_list) == len(expected)\n    for i, data in enumerate(data_list):\n        assert data[\"source\"] == expected[i][\"source\"]\n        assert data[\"datetime\"] == expected[i][\"datetime\"]\n        assert data[\"sortedZoneKeys\"] == expected[i][\"sortedZoneKeys\"]\n        assert data[\"netFlow\"] == expected[i][\"netFlow\"]\n\n\ndef test_fetch_consumption(adapter, session):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_BPAT-consumption.json\")\n            .read_text()\n        ),\n    )\n    data_list = EIA.fetch_consumption(ZoneKey(\"US-NW-BPAT\"), session)\n    expected = [\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2023, 5, 1, 9, 0, tzinfo=timezone.utc),\n            \"consumption\": 4792,\n        },\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2023, 5, 1, 10, 0, tzinfo=timezone.utc),\n            \"consumption\": 6215,\n        },\n    ]\n    assert len(data_list) == len(expected)\n    for i, data in enumerate(data_list):\n        assert data[\"source\"] == expected[i][\"source\"]\n        assert data[\"datetime\"] == expected[i][\"datetime\"]\n        assert data[\"consumption\"] == expected[i][\"consumption\"]\n\n\ndef test_fetch_forecasted_consumption(adapter, session):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_NW_BPAT-consumption.json\")\n            .read_text()\n        ),\n    )\n    data_list = EIA.fetch_consumption_forecast(ZoneKey(\"US-NW-BPAT\"), session)\n    expected = [\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2023, 5, 1, 9, 0, tzinfo=timezone.utc),\n            \"consumption\": 4792,\n        },\n        {\n            \"source\": \"eia.gov\",\n            \"datetime\": datetime(2023, 5, 1, 10, 0, tzinfo=timezone.utc),\n            \"consumption\": 6215,\n        },\n    ]\n    assert len(data_list) == len(expected)\n    for i, data in enumerate(data_list):\n        assert data[\"source\"] == expected[i][\"source\"]\n        assert data[\"datetime\"] == expected[i][\"datetime\"]\n        assert data[\"consumption\"] == expected[i][\"consumption\"]\n        assert data[\"sourceType\"] == EventSourceType.forecasted\n\n\ndef test_fetch_returns_storage(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.EIA\")\n            .joinpath(\"US_CAL_IID-battery_storage.json\")\n            .read_text()\n        ),\n    )\n\n    data_list = EIA.fetch_production_mix(ZoneKey(\"US-CAL-IID\"), session)\n\n    assert data_list == snapshot\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ENERCAL.py",
    "content": "from importlib import resources\n\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers import ENERCAL\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_production_with_snapshot(adapter, session, snapshot):\n    raw_data = (\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.ENERCAL\")\n        .joinpath(\"production.json\")\n        .read_bytes()\n    )\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=raw_data,\n    )\n    assert snapshot == ENERCAL.fetch_production(ZoneKey(\"NC\"), session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ENTE.py",
    "content": "from importlib import resources\nfrom json import loads\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.ENTE import (\n    DATA_URL,\n    fetch_exchange,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        DATA_URL,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.ENTE\")\n            .joinpath(\"response_generic_20240403.json\")\n            .read_text()\n        ),\n    )\n\n\n@freeze_time(\"2024-04-03 14:37:59.999999\")\ndef test_fetch_exchange(session, snapshot):\n    assert snapshot == fetch_exchange(\n        zone_key1=ZoneKey(\"CR\"),\n        zone_key2=ZoneKey(\"NI\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange_raises_exception_on_exchange_not_implemented(session):\n    with pytest.raises(NotImplementedError):\n        fetch_exchange(\n            zone_key1=ZoneKey(\"FR\"),\n            zone_key2=ZoneKey(\"GB\"),\n            session=session,\n        )\n\n\n@freeze_time(\"2024-04-03 14:00:59.123456\")\ndef test_fetch_production(session, snapshot):\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"HN\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ENTSOE.py",
    "content": "import logging\nimport os\nfrom datetime import datetime, timedelta, timezone\nfrom pathlib import Path\n\nimport pytest\nfrom bs4 import BeautifulSoup\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.lib.models.event_lists import ExchangeCapacityList\nfrom electricitymap.contrib.lib.models.events import EventSourceType\nfrom electricitymap.contrib.parsers import ENTSOE\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    _get_datetime_value_from_timeseries,\n    _merge_exchange_capacity_forecasts,\n    fetch_production,\n    parse_exchange_capacity_forecast,\n    zulu_to_utc,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/ENTSOE\")\n\n\n@pytest.fixture(autouse=True)\ndef entsoe_token_env():\n    os.environ[\"ENTSOE_TOKEN\"] = \"token\"\n\n\ndef test_fetch_consumption(adapter, session, snapshot):\n    data = base_path_to_mock / \"DK-DK1_consumption.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_consumption(ZoneKey(\"DK-DK1\"), session)\n\n\ndef test_fetch_consumption_forecast(adapter, session, snapshot):\n    data = base_path_to_mock / \"DK-DK2_consumption_forecast.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_consumption_forecast(ZoneKey(\"DK-DK2\"), session)\n\n\ndef test_fetch_consumption_aggregated_zone(monkeypatch):\n    dt = datetime(2024, 1, 1, tzinfo=timezone.utc)\n    called_domains: list[str] = []\n\n    def fake_query_consumption(in_domain, session, target_datetime=None):\n        called_domains.append(in_domain)\n        if in_domain == ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-CA\"]:\n            return \"raw-it-ca\"\n        if in_domain == ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-SO\"]:\n            return \"raw-it-so\"\n        raise AssertionError(f\"Unexpected domain {in_domain}\")\n\n    def fake_parse_scalar(raw_xml, only_outBiddingZone_Domain=True):\n        if raw_xml == \"raw-it-ca\":\n            return [(dt, 70.0)]\n        if raw_xml == \"raw-it-so\":\n            return [(dt, 30.0)]\n        return None\n\n    monkeypatch.setattr(ENTSOE, \"query_consumption\", fake_query_consumption)\n    monkeypatch.setattr(ENTSOE, \"parse_scalar\", fake_parse_scalar)\n\n    result = ENTSOE.fetch_consumption(ZoneKey(\"IT-SO\"), session=None)\n\n    assert called_domains == [\n        ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-CA\"],\n        ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-SO\"],\n    ]\n    assert result == [\n        {\n            \"datetime\": dt,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"consumption\": 100.0,\n            \"source\": ENTSOE.SOURCE,\n            \"sourceType\": EventSourceType.measured,\n        }\n    ]\n\n\ndef test_fetch_generation_forecast(adapter, session, snapshot):\n    data = base_path_to_mock / \"SE-SE3_generation_forecast.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_generation_forecast(ZoneKey(\"SE-SE3\"), session)\n\n\ndef test_fetch_generation_forecast_aggregated_zone(monkeypatch):\n    dt = datetime(2024, 1, 1, tzinfo=timezone.utc)\n    called_domains: list[str] = []\n\n    def fake_query_generation_forecast(in_domain, session, target_datetime=None):\n        called_domains.append(in_domain)\n        if in_domain == ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-CA\"]:\n            return \"raw-it-ca\"\n        if in_domain == ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-SO\"]:\n            return \"raw-it-so\"\n        raise AssertionError(f\"Unexpected domain {in_domain}\")\n\n    def fake_parse_scalar(raw_xml, only_inBiddingZone_Domain=True):\n        if raw_xml == \"raw-it-ca\":\n            return [(dt, 120.0)]\n        if raw_xml == \"raw-it-so\":\n            return [(dt, 80.0)]\n        return None\n\n    monkeypatch.setattr(\n        ENTSOE, \"query_generation_forecast\", fake_query_generation_forecast\n    )\n    monkeypatch.setattr(ENTSOE, \"parse_scalar\", fake_parse_scalar)\n\n    result = ENTSOE.fetch_generation_forecast(ZoneKey(\"IT-SO\"), session=None)\n\n    assert called_domains == [\n        ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-CA\"],\n        ENTSOE.ENTSOE_DOMAIN_MAPPINGS[\"IT-SO\"],\n    ]\n    assert result == [\n        {\n            \"datetime\": dt,\n            \"zoneKey\": ZoneKey(\"IT-SO\"),\n            \"value\": 200.0,\n            \"source\": ENTSOE.SOURCE,\n            \"sourceType\": EventSourceType.forecasted,\n        }\n    ]\n\n\ndef test_fetch_prices_day_ahead(adapter, session, snapshot):\n    data = base_path_to_mock / \"ES_day_ahead_price.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_price(ZoneKey(\"ES\"), session)\n\n\ndef test_fetch_prices_intraday(adapter, session, snapshot):\n    data = base_path_to_mock / \"ES_intraday_price.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_price_intraday(ZoneKey(\"ES\"), session)\n\n\ndef test_fetch_prices_integrated_zone(adapter, session, snapshot):\n    data = base_path_to_mock / \"FR_prices.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n    assert snapshot == ENTSOE.fetch_price(ZoneKey(\"AX\"), session)\n\n\ndef test_fetch_with_negative_values(adapter, session, snapshot):\n    data = base_path_to_mock / \"NO-NO5_production-negatives.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=data.read_bytes(),\n    )\n    logger = logging.Logger(\"test\")\n    assert snapshot == ENTSOE.fetch_production(\n        ZoneKey(\"NO-NO5\"), session, logger=logger\n    )\n\n\n@pytest.mark.parametrize(\"zone\", [\"FI\", \"LU\", \"NO-NO5\", \"SE-SE4\"])\ndef test_production_with_snapshot(adapter, session, snapshot, zone):\n    raw_data = base_path_to_mock / f\"{zone}_production.xml\"\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=raw_data.read_bytes(),\n    )\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == ENTSOE.fetch_production(ZoneKey(zone), session)\n\n\ndef test_fetch_exchange(adapter, session, snapshot):\n    imports = base_path_to_mock / \"DK-DK1_GB_exchange_imports.xml\"\n    exports = base_path_to_mock / \"DK-DK1_GB_exchange_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10YDK-1--------W&out_Domain=10YGB----------A\",\n        content=imports.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10YGB----------A&out_Domain=10YDK-1--------W\",\n        content=exports.read_bytes(),\n    )\n    assert snapshot == ENTSOE.fetch_exchange(\n        zone_key1=ZoneKey(\"DK-DK1\"), zone_key2=ZoneKey(\"GB\"), session=session\n    )\n\n\ndef test_fetch_exchange_with_aggregated_exchanges(adapter, session, snapshot):\n    imports_AC = base_path_to_mock / \"FR-COR_IT-SAR_AC_exchange_imports.xml\"\n    exports_AC = base_path_to_mock / \"FR-COR_IT-SAR_AC_exchange_exports.xml\"\n    imports_DC = base_path_to_mock / \"FR-COR_IT-SAR_DC_exchange_imports.xml\"\n    exports_DC = base_path_to_mock / \"FR-COR_IT-SAR_DC_exchange_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10Y1001A1001A885&out_Domain=10Y1001A1001A74G\",\n        content=imports_AC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10Y1001A1001A74G&out_Domain=10Y1001A1001A885\",\n        content=exports_AC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10Y1001A1001A893&out_Domain=10Y1001A1001A74G\",\n        content=imports_DC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A11&in_Domain=10Y1001A1001A74G&out_Domain=10Y1001A1001A893\",\n        content=exports_DC.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange(\n        zone_key1=ZoneKey(\"FR-COR\"),\n        zone_key2=ZoneKey(\"IT-SAR\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange_forecast(adapter, session, snapshot):\n    imports = base_path_to_mock / \"DK-DK2_SE-SE4_exchange_forecast_imports.xml\"\n    exports = base_path_to_mock / \"DK-DK2_SE-SE4_exchange_forecast_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10YDK-2--------M&out_Domain=10Y1001A1001A47J\",\n        content=imports.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A47J&out_Domain=10YDK-2--------M\",\n        content=exports.read_bytes(),\n    )\n    assert snapshot == ENTSOE.fetch_exchange_forecast(\n        zone_key1=ZoneKey(\"DK-DK2\"),\n        zone_key2=ZoneKey(\"SE-SE4\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange_forecast_15_min(adapter, session, snapshot):\n    imports = base_path_to_mock / \"BE_NL_exchange_forecast_imports.xml\"\n    exports = base_path_to_mock / \"BE_NL_exchange_forecast_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10YBE----------2&out_Domain=10YNL----------L\",\n        content=imports.read_bytes(),\n    )\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10YNL----------L&out_Domain=10YBE----------2\",\n        content=exports.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_forecast(\n        zone_key1=ZoneKey(\"BE\"), zone_key2=ZoneKey(\"NL\"), session=session\n    )\n\n\ndef test_fetch_exchange_forecast_with_longer_day_ahead_than_total(\n    adapter, session, snapshot\n):\n    imports = base_path_to_mock / \"EE_FI_exchange_forecast_imports.xml\"\n    exports = base_path_to_mock / \"EE_FI_exchange_forecast_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A39I&out_Domain=10YFI-1--------U\",\n        content=imports.read_bytes(),\n    )\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10YFI-1--------U&out_Domain=10Y1001A1001A39I\",\n        content=exports.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_forecast(\n        zone_key1=ZoneKey(\"EE\"), zone_key2=ZoneKey(\"FI\"), session=session\n    )\n\n\ndef test_fetch_exchange_forecast_with_aggregated_exchanges(adapter, session, snapshot):\n    imports_AC = base_path_to_mock / \"FR-COR_IT-SAR_AC_exchange_forecast_imports.xml\"\n    exports_AC = base_path_to_mock / \"FR-COR_IT-SAR_AC_exchange_forecast_exports.xml\"\n    imports_DC = base_path_to_mock / \"FR-COR_IT-SAR_DC_exchange_forecast_imports.xml\"\n    exports_DC = base_path_to_mock / \"FR-COR_IT-SAR_DC_exchange_forecast_exports.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A885&out_Domain=10Y1001A1001A74G\",\n        content=imports_AC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A74G&out_Domain=10Y1001A1001A885\",\n        content=exports_AC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A893&out_Domain=10Y1001A1001A74G\",\n        content=imports_DC.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A09&in_Domain=10Y1001A1001A74G&out_Domain=10Y1001A1001A893\",\n        content=exports_DC.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_forecast(\n        zone_key1=ZoneKey(\"FR-COR\"),\n        zone_key2=ZoneKey(\"IT-SAR\"),\n        session=session,\n    )\n\n\ndef test_wind_and_solar_forecasts(adapter, session, snapshot):\n    day_ahead = base_path_to_mock / \"wind_solar_forecast_FI_DAY_AHEAD.xml\"\n    intraday = base_path_to_mock / \"wind_solar_forecast_FI_INTRADAY.xml\"\n    current = base_path_to_mock / \"wind_solar_forecast_FI_CURRENT.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A69&processType=A01\",\n        content=day_ahead.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A69&processType=A40\",\n        content=intraday.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A69&processType=A18\",\n        content=current.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_wind_solar_forecasts(ZoneKey(\"FI\"), session)\n\n\n@pytest.mark.parametrize(\n    (\"fetcher\", \"mock_filename\"),\n    [\n        (\n            ENTSOE.fetch_wind_solar_forecasts_day_ahead,\n            \"wind_solar_forecast_FI_DAY_AHEAD.xml\",\n        ),\n        (\n            ENTSOE.fetch_wind_solar_forecasts_intraday,\n            \"wind_solar_forecast_FI_INTRADAY.xml\",\n        ),\n        (\n            ENTSOE.fetch_wind_solar_forecasts_current,\n            \"wind_solar_forecast_FI_CURRENT.xml\",\n        ),\n    ],\n    ids=[\"day_ahead\", \"intraday\", \"current\"],\n)\ndef test_wind_and_solar_forecasts_by_type(\n    adapter, session, snapshot, fetcher, mock_filename\n):\n    data = base_path_to_mock / mock_filename\n    adapter.register_uri(GET, ANY, content=data.read_bytes())\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetcher(\n        ZoneKey(\"FI\"), session\n    )\n\n\ndef test_fetch_uses_normal_url(adapter, session):\n    os.environ[\"ENTSOE_TOKEN\"] = \"proxy\"\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/ENTSOE/FR_prices.xml\", \"rb\"\n    ) as price_fr_data:\n        adapter.register_uri(\n            GET,\n            ENTSOE.ENTSOE_URL,\n            content=price_fr_data.read(),\n        )\n    ENTSOE.fetch_price(ZoneKey(\"DE\"), session)\n\n\ndef test_refetch_frequency():\n    func = fetch_production\n\n    assert func.__name__ == \"fetch_production\"\n\n\n# Below are tests for the time series parsing functions.\n\n\ndef _make_soup(xml: str):\n    return BeautifulSoup(xml, \"html.parser\")\n\n\ndef test_a01_timeseries_parsing_production_and_consumption():\n    \"\"\"A01 curve: simple per-position points. Check datetimes and sign handling for production_parsing.\"\"\"\n    xml = \"\"\"\n    <timeseries>\n      <curvetype>A01</curvetype>\n      <inbiddingzone_domain.mrid>TEST</inbiddingzone_domain.mrid>\n      <period>\n        <start>2023-01-01T00:00:00Z</start>\n        <end>2023-01-01T02:00:00Z</end>\n        <resolution>PT60M</resolution>\n        <point>\n          <position>1</position>\n          <quantity>10</quantity>\n        </point>\n        <point>\n          <position>2</position>\n          <quantity>20</quantity>\n        </point>\n      </period>\n    </timeseries>\n    \"\"\"\n\n    soup = _make_soup(xml)\n    ts = soup.find(\"timeseries\")\n\n    results = list(\n        _get_datetime_value_from_timeseries(ts, \"quantity\", production_parsing=True)\n    )\n\n    assert len(results) == 2\n\n    dt0_expected = datetime.fromisoformat(zulu_to_utc(\"2023-01-01T00:00:00Z\"))\n    dt1_expected = dt0_expected + timedelta(hours=1)\n\n    assert results[0][0] == dt0_expected and results[0][1] == 10.0\n    assert results[1][0] == dt1_expected and results[1][1] == 20.0\n\n    # Now test consumption (no inbidding tag) becomes negative when production_parsing=True\n    xml_consumption = xml.replace(\n        \"<inbiddingzone_domain.mrid>TEST</inbiddingzone_domain.mrid>\", \"\"\n    )\n    soup2 = _make_soup(xml_consumption)\n    ts2 = soup2.find(\"timeseries\")\n    results2 = list(\n        _get_datetime_value_from_timeseries(ts2, \"quantity\", production_parsing=True)\n    )\n    assert results2[0][1] == -10.0\n    assert results2[1][1] == -20.0\n\n\ndef test_a03_curve_compression_expands_segments_correctly():\n    \"\"\"A03 curve: compressed segments. Frame start positions indicate start of a constant segment up to next frame start.\"\"\"\n    # We'll create two frames: frame at position 1 value 10, frame at position 3 value 20\n    # With resolution PT60M and start 2023-01-01T00:00:00Z this should yield:\n    # pos1 -> 00:00 value 10\n    # pos2 -> 01:00 value 10 (filled from frame 1)\n    # pos3 -> 02:00 value 20 (last frame)\n    xml = \"\"\"\n    <timeseries>\n      <curvetype>A03</curvetype>\n      <period>\n        <start>2023-01-01T00:00:00Z</start>\n        <end>2023-01-01T03:00:00Z</end>\n        <resolution>PT60M</resolution>\n        <point>\n          <position>1</position>\n          <quantity>10</quantity>\n        </point>\n        <point>\n          <position>3</position>\n          <quantity>20</quantity>\n        </point>\n      </period>\n    </timeseries>\n    \"\"\"\n\n    soup = _make_soup(xml)\n    ts = soup.find(\"timeseries\")\n    results = list(\n        _get_datetime_value_from_timeseries(ts, \"quantity\", production_parsing=False)\n    )\n\n    # Expect three datapoints as explained above\n    assert len(results) == 3\n\n    dt0 = datetime.fromisoformat(zulu_to_utc(\"2023-01-01T00:00:00Z\"))\n    assert results[0] == (dt0, 10.0)\n    assert results[1] == (dt0 + timedelta(hours=1), 10.0)\n    assert results[2] == (dt0 + timedelta(hours=2), 20.0)\n\n\ndef test_a03_curve_compression_expands_1_datapoint_correctly():\n    \"\"\"A03 curve: compressed segments. Frame start positions indicate start of a constant segment up to next frame start.\"\"\"\n    # We'll create two frames: frame at position 1 value 10, frame at position 3 value 20\n    # With resolution PT60M and start 2023-01-01T00:00:00Z this should yield:\n    # pos1 -> 00:00 value 10\n    # pos2 -> 01:00 value 10 (filled from frame 1)\n    # pos3 -> 02:00 value 20 (last frame)\n    xml = \"\"\"\n    <timeseries>\n      <curvetype>A03</curvetype>\n      <period>\n        <start>2023-01-01T00:00:00Z</start>\n        <end>2023-01-01T03:00:00Z</end>\n        <resolution>PT60M</resolution>\n        <point>\n          <position>1</position>\n          <quantity>10</quantity>\n        </point>\n      </period>\n    </timeseries>\n    \"\"\"\n\n    soup = _make_soup(xml)\n    ts = soup.find(\"timeseries\")\n    results = list(\n        _get_datetime_value_from_timeseries(ts, \"quantity\", production_parsing=False)\n    )\n\n    # Expect three datapoints as explained above\n    assert len(results) == 3\n\n    dt0 = datetime.fromisoformat(zulu_to_utc(\"2023-01-01T00:00:00Z\"))\n    assert results[0] == (dt0, 10.0)\n    assert results[1] == (dt0 + timedelta(hours=1), 10.0)\n    assert results[2] == (dt0 + timedelta(hours=2), 10.0)\n\n\n@pytest.mark.parametrize(\n    \"fixture\",\n    [\n        \"fake_time_series.xml\",\n        \"fake_time_series_all_0.xml\",\n    ],\n)\ndef test_a03_curve_decompression(fixture, snapshot):\n    \"\"\"A03 curve: compressed segments. Full example from ENTSOE with production data.\"\"\"\n    soup = _make_soup(Path(base_path_to_mock, fixture).read_text())\n    ts = soup.find(\"timeseries\")\n    results = list(\n        _get_datetime_value_from_timeseries(ts, \"quantity\", production_parsing=True)\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == results\n\n\n# ─── parse_exchange_capacity_forecast ────────────────────────────────────────\n\n\ndef test_parse_exchange_capacity_forecast_week_ahead_export_direction():\n    \"\"\"export direction populates capacityExport, leaves capacityImport None.\"\"\"\n    xml = (\n        base_path_to_mock / \"DK-DK1_DK-DK2_capacity_week_ahead_export.xml\"\n    ).read_text()\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        xml, ZoneKey(\"DK-DK1->DK-DK2\"), logger, direction=\"export\"\n    )\n    events = result.events\n    assert len(events) == 40\n    dt0 = datetime(2026, 2, 16, 23, 0, tzinfo=timezone.utc)\n    assert events[0].datetime == dt0\n    assert events[0].capacityExport == 600.0\n    assert events[0].capacityImport is None\n    assert events[1].datetime == dt0 + timedelta(days=1)\n    assert events[1].capacityExport == 600.0\n    assert events[1].capacityImport is None\n    assert events[0].sourceType == EventSourceType.published\n\n\ndef test_parse_exchange_capacity_forecast_week_ahead_import_direction():\n    \"\"\"Import direction populates capacityImport, leaves capacityExport None.\"\"\"\n    xml = (\n        base_path_to_mock / \"DK-DK1_DK-DK2_capacity_week_ahead_import.xml\"\n    ).read_text()\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        xml, ZoneKey(\"DK-DK1->DK-DK2\"), logger, direction=\"import\"\n    )\n    events = result.events\n    assert len(events) == 40\n    assert events[0].capacityImport == 450.0\n    assert events[0].capacityExport is None\n    assert events[1].capacityImport == 450.0\n    assert events[1].capacityExport is None\n\n\ndef test_parse_exchange_capacity_forecast_day_ahead_export_direction():\n    \"\"\"export direction populates capacityExport, leaves capacityImport None.\"\"\"\n    xml = (base_path_to_mock / \"ES_FR_capacity_day_ahead_export.xml\").read_text()\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        xml, ZoneKey(\"ES->FR\"), logger, direction=\"export\"\n    )\n    events = result.events\n    assert len(events) == 41\n    dt0 = datetime(2026, 3, 19, 6, 0, tzinfo=timezone.utc)\n    assert events[0].datetime == dt0\n    assert events[0].capacityExport == 3006.0\n    assert events[0].capacityImport is None\n    assert events[1].datetime == dt0 + timedelta(hours=1)\n    assert events[1].capacityExport == 3006.0\n    assert events[1].capacityImport is None\n    assert events[4].capacityExport == 2914.0\n    assert events[-1].capacityExport == 3607.0\n    assert events[0].sourceType == EventSourceType.published\n\n\ndef test_parse_exchange_capacity_forecast_month_ahead_import_direction():\n    \"\"\"import direction populates capacityImport, leaves capacityExport None.\"\"\"\n    xml = (base_path_to_mock / \"ES_FR_capacity_month_ahead_import.xml\").read_text()\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        xml, ZoneKey(\"ES->FR\"), logger, direction=\"import\"\n    )\n    events = result.events\n    assert len(events) == 62\n    dt0 = datetime(2026, 3, 16, 23, 0, tzinfo=timezone.utc)\n    assert events[0].datetime == dt0\n    assert events[0].capacityExport is None\n    assert events[0].capacityImport == 2150.0\n    assert events[1].datetime == dt0 + timedelta(days=1)\n    assert events[1].capacityExport is None\n    assert events[1].capacityImport == 2150.0\n    assert events[2].capacityImport == 2400.0\n    assert events[0].sourceType == EventSourceType.published\n\n\ndef test_parse_exchange_capacity_forecast_empty_xml():\n    \"\"\"Empty XML (no TimeSeries) returns an empty list.\"\"\"\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        \"<root></root>\", ZoneKey(\"AT->DE\"), logger, direction=\"export\"\n    )\n    assert result.events == []\n\n\ndef test_parse_exchange_capacity_forecast_multiple_timeseries():\n    \"\"\"Multiple TimeSeries blocks are all parsed.\"\"\"\n    xml = \"\"\"\n    <root>\n      <TimeSeries>\n        <curveType>A03</curveType>\n        <Period>\n          <start>2023-01-01T00:00Z</start>\n          <end>2023-01-01T01:00Z</end>\n          <resolution>PT60M</resolution>\n          <Point><position>1</position><quantity>100</quantity></Point>\n        </Period>\n      </TimeSeries>\n      <TimeSeries>\n        <curveType>A03</curveType>\n        <Period>\n          <start>2023-01-01T01:00Z</start>\n          <end>2023-01-01T02:00Z</end>\n          <resolution>PT60M</resolution>\n          <Point><position>1</position><quantity>200</quantity></Point>\n        </Period>\n      </TimeSeries>\n    </root>\n    \"\"\"\n    logger = logging.getLogger(\"test\")\n    result = parse_exchange_capacity_forecast(\n        xml, ZoneKey(\"AT->DE\"), logger, direction=\"export\"\n    )\n    assert len(result.events) == 2\n    assert result.events[0].capacityExport == 100.0\n    assert result.events[1].capacityExport == 200.0\n\n\n# ─── _merge_exchange_capacity_forecasts ──────────────────────────────────────\n\n\ndef _make_capacity_list(\n    zone_key: ZoneKey,\n    datetimes: list[datetime],\n    forward: list[float | None],\n    reverse: list[float | None],\n) -> ExchangeCapacityList:\n    logger = logging.getLogger(\"test\")\n    lst = ExchangeCapacityList(logger)\n    for dt, fwd, rev in zip(datetimes, forward, reverse, strict=True):\n        lst.append(\n            zoneKey=zone_key,\n            datetime=dt,\n            source=\"entsoe.eu\",\n            capacityExport=fwd,\n            capacityImport=rev,\n        )\n    return lst\n\n\ndef test_merge_exchange_capacity_forecasts_both_directions():\n    \"\"\"Both directions present for same datetimes → merged event has both capacities.\"\"\"\n    logger = logging.getLogger(\"test\")\n    dt1 = datetime(2023, 1, 1, 0, 0, tzinfo=timezone.utc)\n    dt2 = datetime(2023, 1, 1, 1, 0, tzinfo=timezone.utc)\n    zone_key = ZoneKey(\"AT->DE\")\n\n    forward = _make_capacity_list(zone_key, [dt1, dt2], [600.0, 500.0], [None, None])\n    reverse = _make_capacity_list(zone_key, [dt1, dt2], [None, None], [400.0, 350.0])\n\n    merged = _merge_exchange_capacity_forecasts(forward, reverse, logger)\n    events = merged.events\n\n    assert len(events) == 2\n    assert events[0].datetime == dt1\n    assert events[0].capacityExport == 600.0\n    assert events[0].capacityImport == 400.0\n    assert events[1].datetime == dt2\n    assert events[1].capacityExport == 500.0\n    assert events[1].capacityImport == 350.0\n\n\ndef test_merge_exchange_capacity_forecasts_only_forward():\n    \"\"\"Only forward data → merged events have capacityImport=None.\"\"\"\n    logger = logging.getLogger(\"test\")\n    dt = datetime(2023, 1, 1, 0, 0, tzinfo=timezone.utc)\n    zone_key = ZoneKey(\"AT->DE\")\n\n    forward = _make_capacity_list(zone_key, [dt], [600.0], [None])\n    reverse = ExchangeCapacityList(logger)\n\n    merged = _merge_exchange_capacity_forecasts(forward, reverse, logger)\n    events = merged.events\n\n    assert len(events) == 1\n    assert events[0].capacityExport == 600.0\n    assert events[0].capacityImport is None\n\n\ndef test_merge_exchange_capacity_forecasts_only_reverse():\n    \"\"\"Only reverse data → merged events have capacityExport=None.\"\"\"\n    logger = logging.getLogger(\"test\")\n    dt = datetime(2023, 1, 1, 0, 0, tzinfo=timezone.utc)\n    zone_key = ZoneKey(\"AT->DE\")\n\n    forward = ExchangeCapacityList(logger)\n    reverse = _make_capacity_list(zone_key, [dt], [None], [400.0])\n\n    merged = _merge_exchange_capacity_forecasts(forward, reverse, logger)\n    events = merged.events\n\n    assert len(events) == 1\n    assert events[0].capacityExport is None\n    assert events[0].capacityImport == 400.0\n\n\ndef test_merge_exchange_capacity_forecasts_non_overlapping_datetimes():\n    \"\"\"Non-overlapping datetime sets → all datetimes present in merged result.\"\"\"\n    logger = logging.getLogger(\"test\")\n    dt1 = datetime(2023, 1, 1, 0, 0, tzinfo=timezone.utc)\n    dt2 = datetime(2023, 1, 1, 1, 0, tzinfo=timezone.utc)\n    zone_key = ZoneKey(\"AT->DE\")\n\n    forward = _make_capacity_list(zone_key, [dt1], [600.0], [None])\n    reverse = _make_capacity_list(zone_key, [dt2], [None], [400.0])\n\n    merged = _merge_exchange_capacity_forecasts(forward, reverse, logger)\n    events = merged.events\n\n    assert len(events) == 2\n    assert events[0].datetime == dt1\n    assert events[0].capacityExport == 600.0\n    assert events[0].capacityImport is None\n    assert events[1].datetime == dt2\n    assert events[1].capacityExport is None\n    assert events[1].capacityImport == 400.0\n\n\ndef test_merge_exchange_capacity_forecasts_prefers_forward_zone_key():\n    \"\"\"When both directions exist, zone key and source are taken from the forward event.\"\"\"\n    logger = logging.getLogger(\"test\")\n    dt = datetime(2023, 1, 1, 0, 0, tzinfo=timezone.utc)\n    zone_key = ZoneKey(\"AT->DE\")\n\n    forward = _make_capacity_list(zone_key, [dt], [600.0], [None])\n    reverse = _make_capacity_list(zone_key, [dt], [None], [400.0])\n\n    merged = _merge_exchange_capacity_forecasts(forward, reverse, logger)\n    assert merged.events[0].zoneKey == zone_key\n    assert merged.events[0].source == \"entsoe.eu\"\n\n\ndef test_fetch_exchange_capacity_forecasts_day_ahead(adapter, session, snapshot):\n    export_data = base_path_to_mock / \"ES_FR_capacity_day_ahead_export.xml\"\n    import_data = base_path_to_mock / \"ES_FR_capacity_day_ahead_import.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A01&in_Domain=10YES-REE------0&out_Domain=10YFR-RTE------C\",\n        content=export_data.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A01&in_Domain=10YFR-RTE------C&out_Domain=10YES-REE------0\",\n        content=import_data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_capacity_forecasts_day_ahead(\n        zone_key1=ZoneKey(\"ES\"),\n        zone_key2=ZoneKey(\"FR\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange_capacity_forecasts_week_ahead(adapter, session, snapshot):\n    export_data = base_path_to_mock / \"DK-DK1_DK-DK2_capacity_week_ahead_export.xml\"\n    import_data = base_path_to_mock / \"DK-DK1_DK-DK2_capacity_week_ahead_import.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A02&in_Domain=10YDK-1--------W&out_Domain=10YDK-2--------M\",\n        content=export_data.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A02&in_Domain=10YDK-2--------M&out_Domain=10YDK-1--------W\",\n        content=import_data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_capacity_forecasts_week_ahead(\n        zone_key1=ZoneKey(\"DK-DK1\"),\n        zone_key2=ZoneKey(\"DK-DK2\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange_capacity_forecasts_month_ahead(adapter, session, snapshot):\n    export_data = base_path_to_mock / \"ES_FR_capacity_month_ahead_export.xml\"\n    import_data = base_path_to_mock / \"ES_FR_capacity_month_ahead_import.xml\"\n\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A03&in_Domain=10YES-REE------0&out_Domain=10YFR-RTE------C\",\n        content=export_data.read_bytes(),\n    )\n    adapter.register_uri(\n        GET,\n        \"?documentType=A61&Contract_MarketAgreement.Type=A03&in_Domain=10YFR-RTE------C&out_Domain=10YES-REE------0\",\n        content=import_data.read_bytes(),\n    )\n\n    assert snapshot == ENTSOE.fetch_exchange_capacity_forecasts_month_ahead(\n        zone_key1=ZoneKey(\"ES\"),\n        zone_key2=ZoneKey(\"FR\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ERCOT.py",
    "content": "import json\nimport logging\nfrom datetime import datetime\nfrom unittest.mock import patch\nfrom zoneinfo import ZoneInfo\n\nimport pytest\nfrom testfixtures import LogCapture\n\nfrom electricitymap.contrib.parsers import US_ERCOT\n\n\ndef test_fetch_production():\n    with open(\"electricitymap/contrib/parsers/tests/mocks/ERCOT_generation.json\") as f:\n        fake_generation_data = json.load(f)\n\n    with open(\"electricitymap/contrib/parsers/tests/mocks/ERCOT_storage.json\") as f:\n        fake_storage_data = json.load(f)\n\n    def mock_get_data(url, **kwargs):\n        if \"energy-storage-resources\" in url:\n            return fake_storage_data\n        else:\n            return fake_generation_data\n\n    with patch(\"electricitymap.contrib.parsers.US_ERCOT.get_data\") as gjd:\n        gjd.side_effect = mock_get_data\n        data = US_ERCOT.fetch_production(logger=logging.getLogger(\"test\"))\n    assert data\n\n    assert data[-1][\"source\"] == \"ercot.com\"\n    assert data[-1][\"zoneKey\"] == \"US-TEX-ERCO\"\n\n    # Check that storage data is present and contains battery\n    assert isinstance(data[-1][\"storage\"], dict)\n    assert \"battery\" in data[-1][\"storage\"]\n    assert isinstance(data[-1][\"storage\"][\"battery\"], int | float)\n\n    # Verify that there are data points from 2 days (previousDay and currentDay)\n    dates = {item[\"datetime\"].date() for item in data}\n    assert len(dates) == 2, (\n        f\"Expected data from exactly 2 days, but got {len(dates)} days: {dates}\"\n    )\n\n\ndef test_fetch_consumption():\n    with open(\"electricitymap/contrib/parsers/tests/mocks/ERCOT_demand.json\") as f:\n        fake_data = json.load(f)\n    with LogCapture(), patch(\"electricitymap.contrib.parsers.US_ERCOT.get_data\") as gjd:\n        gjd.return_value = fake_data\n        data = US_ERCOT.fetch_consumption(logger=logging.getLogger(\"test\"))\n\n        assert data\n        assert data[0][\"consumption\"] == 42015.44\n        assert data[0][\"datetime\"] == datetime(\n            2024, 11, 24, 0, 0, tzinfo=ZoneInfo(\"US/Central\")\n        )\n        assert data[0][\"source\"] == \"ercot.com\"\n        assert data[0][\"zoneKey\"] == \"US-TEX-ERCO\"\n\n\ndef test_fetch_production_with_target_datetime_raises_not_implemented():\n    \"\"\"Test that fetch_production raises NotImplementedError when target_datetime is provided.\"\"\"\n    target_datetime = datetime(2024, 1, 1, 12, 0, tzinfo=ZoneInfo(\"US/Central\"))\n\n    with pytest.raises(\n        NotImplementedError, match=\"This parser is not yet able to parse past dates.\"\n    ):\n        US_ERCOT.fetch_production(\n            target_datetime=target_datetime, logger=logging.getLogger(\"test\")\n        )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ERP_PGCB.py",
    "content": "from datetime import datetime\nfrom importlib import resources\n\nimport pytest\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.ERP_PGCB import (\n    fetch_consumption,\n    fetch_exchange,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nhistorical_dt = datetime.fromisoformat(\"2025-01-01 00:00:00 +06:00\")\n\n\ndef _load_mock_response(adapter, target_datetime):\n    mock_data_file = \"latest.html\"\n    if target_datetime:\n        mock_data_file = \"historical.html\"\n\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks.ERP_PGCB\")\n        .joinpath(mock_data_file)\n        .read_text(),\n    )\n\n\n@pytest.mark.parametrize(\"target_datetime\", [None, historical_dt])\ndef test_fetch_consumption(adapter, session, snapshot, target_datetime):\n    _load_mock_response(adapter, target_datetime)\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_consumption(session=session)\n\n\n@pytest.mark.parametrize(\"target_datetime\", [None, historical_dt])\ndef test_exchanges(adapter, session, snapshot, target_datetime):\n    _load_mock_response(adapter, target_datetime)\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        ZoneKey(\"BD\"), ZoneKey(\"IN-NE\"), session=session\n    )\n\n\n@pytest.mark.parametrize(\"target_datetime\", [None, historical_dt])\ndef test_fetch_production(adapter, session, snapshot, target_datetime):\n    _load_mock_response(adapter, target_datetime)\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ES.py",
    "content": "from datetime import datetime\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers import ES\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    # these json files are not in valid json format\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionPeninsula.json\",\n        \"rb\",\n    ) as data:\n        adapter.register_uri(\n            GET,\n            ES.get_url(ZoneKey(\"ES\"), \"2024-10-26\"),\n            content=data.read(),\n        )\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionBaleares.json\",\n        \"rb\",\n    ) as data:\n        adapter.register_uri(\n            GET,\n            ES.get_url(ZoneKey(\"ES-IB-MA\"), \"2024-10-26\"),\n            content=data.read(),\n        )\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/ES/demandaGeneracionCanarias.json\",\n        \"rb\",\n    ) as data:\n        adapter.register_uri(\n            GET,\n            ES.get_url(ZoneKey(\"ES-CN-TE\"), \"2024-10-26\"),\n            content=data.read(),\n        )\n\n\n### Iberian Peninsula (ES) Consumption\ndef test_es_consumption(adapter, session, snapshot):\n    assert snapshot == ES.fetch_consumption(\n        ZoneKey(\"ES\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n\n\n### Iberian Peninsula (ES) Production with DST Tests\ndef test_es_production(adapter, session, snapshot):\n    assert snapshot == ES.fetch_production(\n        ZoneKey(\"ES\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n\n\n### ES->PT exchange\ndef test_es_pt_exchange(adapter, session, snapshot):\n    assert snapshot == ES.fetch_exchange(\n        ZoneKey(\"ES\"),\n        ZoneKey(\"PT\"),\n        session,\n        datetime.fromisoformat(\"2024-10-26\"),\n    )\n\n\n### Mallorca Consumption\ndef test_es_ib_ma_consumption(adapter, session, snapshot):\n    assert snapshot == ES.fetch_consumption(\n        ZoneKey(\"ES-IB-MA\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n\n\n### Mallorca Production with DST Tests\ndef test_es_ib_ma_production(adapter, session, snapshot):\n    assert snapshot == ES.fetch_production(\n        ZoneKey(\"ES-IB-MA\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n\n\n### Ibiza->Mallorca exchange\ndef test_es_ib_ma_exchange(adapter, session, snapshot):\n    assert snapshot == ES.fetch_exchange(\n        ZoneKey(\"ES-IB-IZ\"),\n        ZoneKey(\"ES-IB-MA\"),\n        session,\n        datetime.fromisoformat(\"2024-10-26\"),\n    )\n\n\n### Tenerife Consumption\ndef test_es_cn_te_consumption(adapter, session, snapshot):\n    assert snapshot == ES.fetch_consumption(\n        ZoneKey(\"ES-CN-TE\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n\n\n### Tenerife Production with DST Tests\ndef test_es_cn_te_production(adapter, session, snapshot):\n    assert snapshot == ES.fetch_production(\n        ZoneKey(\"ES-CN-TE\"), session, datetime.fromisoformat(\"2024-10-26\")\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ESIOS.py",
    "content": "import json\nimport os\nfrom importlib import resources\n\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers import ESIOS\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_exchange(adapter, session):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n            .joinpath(\"ESIOS_ES_MA.json\")\n            .read_text()\n        ),\n    )\n    os.environ[\"ESIOS_TOKEN\"] = \"token\"\n    data_list = ESIOS.fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"MA\"), session)\n    assert data_list is not None\n    for data in data_list:\n        assert data[\"sortedZoneKeys\"] == \"ES->MA\"\n        assert data[\"source\"] == \"api.esios.ree.es\"\n        assert data[\"datetime\"] is not None\n        assert data[\"netFlow\"] is not None\n\n\ndef test_exchange_with_snapshot(session, adapter, snapshot):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n            .joinpath(\"ESIOS_ES_MA.json\")\n            .read_text()\n        ),\n    )\n    os.environ[\"ESIOS_TOKEN\"] = \"token\"\n    assert snapshot == ESIOS.fetch_exchange(ZoneKey(\"ES\"), ZoneKey(\"MA\"), session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ESKOM.py",
    "content": "import freezegun\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.ESKOM import fetch_production, get_url\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@freezegun.freeze_time(\"2023-09-22\")\ndef test_production(adapter, session, snapshot):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/ESKOM/Station_Build_Up.csv\", \"rb\"\n    ) as mock_file:\n        adapter.register_uri(\n            GET,\n            get_url(),\n            content=mock_file.read(),\n        )\n\n    assert snapshot == fetch_production(zone_key=ZoneKey(\"ZA\"), session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ESTADISTICO_UT.py",
    "content": "from datetime import datetime\nfrom importlib import resources\n\nfrom requests_mock import GET, POST\n\nfrom electricitymap.contrib.parsers.ESTADISTICO_UT import (\n    DAILY_OPERATION_URL,\n    ZONE_INFO,\n    fetch_production,\n)\n\n\ndef test_fetch_production_live(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        DAILY_OPERATION_URL,\n        text=resources.files(\n            \"electricitymap.contrib.parsers.tests.mocks.ESTADISTICO_UT\"\n        )\n        .joinpath(\"get_live.html\")\n        .read_text(),\n    )\n    adapter.register_uri(\n        POST,\n        DAILY_OPERATION_URL,\n        text=resources.files(\n            \"electricitymap.contrib.parsers.tests.mocks.ESTADISTICO_UT\"\n        )\n        .joinpath(\"post_live.html\")\n        .read_text(),\n    )\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_historical(adapter, session, snapshot):\n    dt = datetime.fromisoformat(\"2025-01-01\").replace(tzinfo=ZONE_INFO)\n\n    adapter.register_uri(\n        GET,\n        DAILY_OPERATION_URL,\n        text=resources.files(\n            \"electricitymap.contrib.parsers.tests.mocks.ESTADISTICO_UT\"\n        )\n        .joinpath(\"get_historical.html\")\n        .read_text(),\n    )\n    adapter.register_uri(\n        POST,\n        DAILY_OPERATION_URL,\n        text=resources.files(\n            \"electricitymap.contrib.parsers.tests.mocks.ESTADISTICO_UT\"\n        )\n        .joinpath(\"post_historical.html\")\n        .read_text(),\n    )\n\n    assert snapshot == fetch_production(session=session, target_datetime=dt)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_FO.py",
    "content": "import json\nfrom datetime import datetime, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.FO import fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@freeze_time(\"2024-05-16 12:04:00\")\n@pytest.mark.parametrize(\"zone\", [\"FO\", \"FO-MI\", \"FO-SI\"])\ndef test_fetch_production_live(adapter, session, snapshot, zone):\n    \"\"\"That the parser fetches expected production values.\"\"\"\n\n    adapter.register_uri(\n        GET,\n        ANY,\n        response_list=[\n            {\n                \"json\": json.loads(\n                    resources.files(\"electricitymap.contrib.parsers.tests.mocks.FO\")\n                    .joinpath(asset)\n                    .read_text()\n                )\n            }\n            for asset in [\"sev_api_live_0.json\", \"sev_api_live_1.json\"]\n        ],\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(ZoneKey(zone), session=session)\n\n\n@pytest.mark.parametrize(\"zone\", [\"FO\", \"FO-MI\", \"FO-SI\"])\n@pytest.mark.parametrize(\"utc_offset\", [\"SDT\", \"DST\"])\ndef test_fetch_production_historical(adapter, session, snapshot, zone, utc_offset):\n    \"\"\"That the parser fetches expected historical values.\n\n    Given that API responses differ depending on whether SDT or DST apply for the target date, we also make sure\n    that we handle both cases correctly.\n    \"\"\"\n\n    month = 2 if utc_offset == \"SDT\" else 7\n    target_datetime = datetime(2023, month, 16, 12, tzinfo=timezone.utc)\n\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.FO\")\n            .joinpath(f\"sev_api_historical_{target_datetime.strftime('%Y_%m_%d')}.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(\n        ZoneKey(zone), target_datetime=target_datetime, session=session\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_FR.py",
    "content": "import os\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.FR import API_ENDPOINT, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_production(adapter, session, snapshot):\n    os.environ[\"RESEAUX_ENERGIES_TOKEN\"] = \"test_token\"\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/FR/response.json\", \"rb\"\n    ) as mock_file:\n        adapter.register_uri(\n            GET,\n            API_ENDPOINT,\n            content=mock_file.read(),\n        )\n\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"FR\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_FR_O.py",
    "content": "import json\nfrom datetime import datetime\nfrom importlib import resources\n\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers import FR_O\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_exchange(adapter, session):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.FR_O\")\n            .joinpath(\"FR_GP.json\")\n            .read_text()\n        ),\n    )\n    data_list = FR_O.fetch_production(\"GP\", session)\n    assert data_list is not None\n    expected_data = [\n        {\n            \"zoneKey\": \"GP\",\n            \"production\": {\n                \"gas\": 1,\n                \"coal\": 2,\n                \"oil\": 3,\n                \"hydro\": 4,\n                \"geothermal\": 5,\n                \"wind\": 6,\n                \"solar\": 7,\n                \"biomass\": 8,\n            },\n            \"storage\": {},\n        },\n        {\n            \"zoneKey\": \"GP\",\n            \"production\": {\n                \"gas\": 10,\n                \"coal\": 11,\n                \"oil\": 12,\n                \"hydro\": 13,\n                \"geothermal\": 14,\n                \"wind\": 15,\n                \"solar\": 16,\n                \"biomass\": 17,\n            },\n            \"storage\": {},\n        },\n    ]\n    assert len(data_list) == len(expected_data)\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == \"GP\"\n        assert actual[\"source\"] == \"opendata-guadeloupe.edf.fr\"\n        for production_type, production in actual[\"production\"].items():\n            assert production, expected_data[index][\"production\"][production_type]\n\n\ndef test_fetch_price(adapter, session):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.FR_O\")\n            .joinpath(\"FR_RE.json\")\n            .read_text()\n        ),\n    )\n    data_list = FR_O.fetch_price(ZoneKey(\"RE\"), session, datetime(2018, 1, 1))\n    assert data_list is not None\n    expected_data = [\n        {\n            \"zoneKey\": \"RE\",\n            \"currency\": \"EUR\",\n            \"datetime\": datetime.fromisoformat(\"2018-01-01T00:00:00+00:00\"),\n            \"source\": \"opendata.edf.fr\",\n            \"price\": 193.7,\n        },\n        {\n            \"zoneKey\": \"RE\",\n            \"currency\": \"EUR\",\n            \"datetime\": datetime.fromisoformat(\"2018-01-01T01:00:00+00:00\"),\n            \"source\": \"opendata.edf.fr\",\n            \"price\": 195.8,\n        },\n    ]\n    assert len(data_list) == len(expected_data)\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == expected_data[index][\"zoneKey\"]\n        assert actual[\"currency\"] == expected_data[index][\"currency\"]\n        assert actual[\"datetime\"] == expected_data[index][\"datetime\"]\n        assert actual[\"source\"] == expected_data[index][\"source\"]\n        assert actual[\"price\"] == expected_data[index][\"price\"]\n\n\ndef test_fetch_production(adapter, session):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.FR_O\")\n            .joinpath(\"FR_COR.json\")\n            .read_text(encoding=\"utf-8\")\n        ),\n    )\n    data_list = FR_O.fetch_production(ZoneKey(\"FR-COR\"), session)\n    assert data_list is not None\n    expected_production_data = [\n        {\n            \"correctedModes\": [],\n            \"datetime\": datetime.fromisoformat(\"2024-12-15T10:45:00+00:00\"),\n            \"production\": {\n                \"biomass\": 2.0,\n                \"gas\": 0.0,\n                \"hydro\": 26.7,\n                \"oil\": 105.2,\n                \"solar\": 103.8,\n                \"wind\": 0.0,\n            },\n            \"source\": \"opendata-corse.edf.fr\",\n            \"sourceType\": \"estimated\",\n            \"storage\": {\"battery\": -0.0},\n            \"zoneKey\": \"FR-COR\",\n        },\n        {\n            \"correctedModes\": [],\n            \"datetime\": datetime.fromisoformat(\"2024-12-15T11:00:00+00:00\"),\n            \"zoneKey\": \"FR-COR\",\n            \"production\": {\n                \"biomass\": 2.0,\n                \"gas\": 0.0,\n                \"hydro\": 25.8,\n                \"oil\": 105.3,\n                \"solar\": 104.1,\n                \"wind\": 0.0,\n            },\n            \"storage\": {\"battery\": -0.0},\n            \"source\": \"opendata-corse.edf.fr\",\n            \"sourceType\": \"estimated\",\n        },\n    ]\n    assert len(data_list) == len(expected_production_data)\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == expected_production_data[index][\"zoneKey\"]\n        assert actual[\"source\"] == expected_production_data[index][\"source\"]\n        assert actual[\"sourceType\"] == expected_production_data[index][\"sourceType\"]\n        assert actual[\"datetime\"] == expected_production_data[index][\"datetime\"]\n        assert actual[\"production\"] == expected_production_data[index][\"production\"]\n        assert actual[\"storage\"] == expected_production_data[index][\"storage\"]\n        assert (\n            actual[\"correctedModes\"]\n            == expected_production_data[index][\"correctedModes\"]\n        )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_GB.py",
    "content": "import json\nfrom datetime import datetime, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.GB import (\n    ELEXON_BMU_FUEL_TYPE_URL,\n    ELEXON_BMU_UNITS,\n    ELEXON_BOALF_STREAM,\n    ELEXON_MELS_STREAM,\n    ELEXON_MILS_STREAM,\n    ELEXON_PN_STREAM,\n    fetch_price,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.mark.parametrize(\n    \"zone_key\", [\"BE\", \"CH\", \"AT\", \"ES\", \"FR\", \"GB\", \"IT\", \"NL\", \"PT\"]\n)\n@freeze_time(\"2024-04-14 15:10:57\")\ndef test_fetch_price_live(adapter, session, snapshot, zone_key):\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks.GB\")\n        .joinpath(\"eco2mix_api_live.xml\")\n        .read_text(),\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_price(\n        zone_key=ZoneKey(zone_key), session=session\n    )\n\n\ndef test_fetch_price_historical(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks.GB\")\n        .joinpath(\"eco2mix_api_historical_20220716.xml\")\n        .read_text(),\n    )\n\n    historical_datetime = datetime(2022, 7, 16, 12, tzinfo=timezone.utc)\n    assert snapshot == fetch_price(target_datetime=historical_datetime, session=session)\n\n\n@freeze_time(\"2024-12-16 12:00:00\")\ndef test_fetch_production(adapter, session, snapshot):\n    neso_mock = resources.files(\"electricitymap.contrib.parsers.tests.mocks.GB\")\n    gb_mock = resources.files(\"electricitymap.contrib.parsers.tests.mocks.GB\")\n\n    adapter.register_uri(\n        GET,\n        \"https://api.neso.energy/api/3/action/datastore_search_sql\",\n        json=json.loads(neso_mock.joinpath(\"production.json\").read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        ELEXON_BMU_UNITS,\n        json=json.loads(gb_mock.joinpath(\"bmunits.json\").read_text()),\n    )\n    bmvalues = json.loads(gb_mock.joinpath(\"bmvalues.json\").read_text())\n    adapter.register_uri(GET, ELEXON_PN_STREAM, json=bmvalues)\n    adapter.register_uri(GET, ELEXON_MELS_STREAM, json=bmvalues)\n    adapter.register_uri(GET, ELEXON_MILS_STREAM, json=bmvalues)\n    adapter.register_uri(\n        GET,\n        ELEXON_BOALF_STREAM,\n        json=json.loads(gb_mock.joinpath(\"boalf.json\").read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        ELEXON_BMU_FUEL_TYPE_URL,\n        content=gb_mock.joinpath(\"bmu_fuel_type.xlsx\").read_bytes(),\n    )\n\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"GB\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_GT.py",
    "content": "import json\nfrom datetime import datetime\nfrom importlib import resources\n\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.GT import fetch_consumption, fetch_production\n\n\n@freeze_time(\"2024-04-10 12:28:00\")\ndef test_fetch_production_live(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        response_list=[\n            {\n                \"json\": json.loads(\n                    resources.files(\"electricitymap.contrib.parsers.tests.mocks.GT\")\n                    .joinpath(f\"wl12_api_live_{i}.json\")\n                    .read_text()\n                )\n            }\n            for i in range(2)\n        ],\n    )\n\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_historical(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        response_list=[\n            {\n                \"json\": json.loads(\n                    resources.files(\"electricitymap.contrib.parsers.tests.mocks.GT\")\n                    .joinpath(f\"wl12_api_historical_20230716_{i}.json\")\n                    .read_text()\n                )\n            }\n            for i in range(2)\n        ],\n    )\n\n    historical_datetime = datetime.fromisoformat(\"2023-07-16T12:00:00+00:00\")\n\n    assert snapshot == fetch_production(\n        target_datetime=historical_datetime, session=session\n    )\n\n\n@freeze_time(\"2024-04-10 12:28:00\")\ndef test_fetch_consumption_live(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        response_list=[\n            {\n                \"json\": json.loads(\n                    resources.files(\"electricitymap.contrib.parsers.tests.mocks.GT\")\n                    .joinpath(f\"wl12_api_live_{i}.json\")\n                    .read_text()\n                )\n            }\n            for i in range(2)\n        ],\n    )\n\n    assert snapshot == fetch_consumption(session=session)\n\n\ndef test_fetch_consumption_historical(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        response_list=[\n            {\n                \"json\": json.loads(\n                    resources.files(\"electricitymap.contrib.parsers.tests.mocks.GT\")\n                    .joinpath(f\"wl12_api_historical_20230716_{i}.json\")\n                    .read_text()\n                )\n            }\n            for i in range(2)\n        ],\n    )\n\n    historical_datetime = datetime.fromisoformat(\"2023-07-16T12:00:00+00:00\")\n\n    assert snapshot == fetch_consumption(\n        target_datetime=historical_datetime, session=session\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_HN.py",
    "content": "from pathlib import Path\n\nimport pytest\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers import HN\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/HN\")\n\n\ndef test_fetch_production(adapter, session, snapshot):\n    \"\"\"Test production data parsing with snapshot testing.\"\"\"\n    # Mock all production CSV files\n    production_files = [\n        (\"production_index_1_hydro.csv\", 1),\n        (\"production_index_2_wind.csv\", 2),\n        (\"production_index_3_solar.csv\", 3),\n        (\"production_index_4_geothermal.csv\", 4),\n        (\"production_index_5_biomass.csv\", 5),\n        (\"production_index_6_coal.csv\", 6),\n        (\"production_index_8_oil.csv\", 8),\n        (\"production_index_9_oil.csv\", 9),\n        (\"production_index_10_hydro.csv\", 10),\n    ]\n\n    def mock_response(request, context):\n        \"\"\"Mock response based on the p8_indx parameter.\"\"\"\n        index = int(request.qs.get(\"p8_indx\", [0])[0])\n\n        for filename, file_index in production_files:\n            if index == file_index:\n                file_path = base_path_to_mock / filename\n                return file_path.read_text(encoding=\"utf-8\")\n\n        return \"\"\n\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=mock_response,\n    )\n\n    result = HN.fetch_production(ZoneKey(\"HN\"), session)\n    assert snapshot == result\n\n\n@pytest.mark.parametrize(\n    \"zone_key1,zone_key2\",\n    [\n        (\"GT\", \"HN\"),\n        (\"HN\", \"NI\"),\n        (\"HN\", \"SV\"),\n        (\"HN\", \"US\"),  # Test case with no matching zone\n    ],\n)\ndef test_fetch_exchange(adapter, session, snapshot, zone_key1, zone_key2):\n    \"\"\"Test exchange data parsing with snapshot testing.\"\"\"\n    exchange_file = base_path_to_mock / \"exchange_index_7.csv\"\n\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=exchange_file.read_text(encoding=\"utf-8\"),\n    )\n\n    result = HN.fetch_exchange(zone_key1, zone_key2, session)\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IEMOP.py",
    "content": "from datetime import datetime, timezone\n\nimport pytest\nfrom requests_mock import GET, POST\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.IEMOP import REPORTS_ADMIN_URL, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\nzone_keys = [ZoneKey(\"PH-LU\"), ZoneKey(\"PH-MI\"), ZoneKey(\"PH-VI\")]\n\n\n@pytest.mark.parametrize(\"zone_key\", zone_keys)\ndef test_production(adapter, session, snapshot, zone_key: ZoneKey):\n    \"\"\"\n    Reports have been reduced to 14 September 2023 00:00 to 13 September 2023 22:00 for ease\n    \"\"\"\n    target_datetime = datetime(2023, 9, 14, 0, 0, tzinfo=timezone.utc)\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/IEMOP/list_reports_items.json\", \"rb\"\n    ) as list_reports_items:\n        adapter.register_uri(\n            POST,\n            REPORTS_ADMIN_URL,\n            content=list_reports_items.read(),\n        )\n    REPORTS_LINK = \"https://www.iemop.ph/market-data/dipc-energy-results-raw/?md_file=L3Zhci93d3cvaHRtbC93cC1jb250ZW50L3VwbG9hZHMvZG93bmxvYWRzL2RhdGEvRElQQ0VSL0RJUENFUl8yMDIzMDkxNDAwMDAuemlw\"\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/IEMOP/reports_content\", \"rb\"\n    ) as reports_byte_content:\n        adapter.register_uri(\n            GET,\n            REPORTS_LINK,\n            content=reports_byte_content.read(),\n        )\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(\n        zone_key=ZoneKey(zone_key),\n        session=session,\n        target_datetime=target_datetime,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IN.py",
    "content": "from datetime import datetime\nfrom json import dumps\nfrom pathlib import Path\n\nimport pandas as pd\nfrom pandas.testing import assert_series_equal\n\nfrom electricitymap.contrib.parsers.IN import (\n    compute_zone_key_share_per_mode_out_of_total,\n    parse_15m_production_grid_india_report,\n    parse_daily_production_grid_india_report,\n    parse_daily_total_production_grid_india_report,\n    parse_total_production_15min_grid_india_report,\n    scale_15min_production,\n)\n\nfile_path = Path(__file__).parent / \"mocks\" / \"IN\" / \"08.04.25_NLDC_PSP.xls\"\ncontent = file_path.read_bytes()\n\n\ndef test_parse_daily_total_production_grid_india_report():\n    result = parse_daily_total_production_grid_india_report(content)\n    assert result == 5404120.0\n\n\ndef test_parse_total_production_15min_grid_india_report():\n    result = parse_total_production_15min_grid_india_report(content)\n    assert result == 5035435.25\n\n\ndef test_compute_zone_key_share_per_mode_out_of_total():\n    result = compute_zone_key_share_per_mode_out_of_total(content, \"IN-NO\")\n    expected = pd.Series(\n        data={\n            \"nuclear\": 0.1870051375037776,\n            \"wind\": 0.24537248628884828,\n            \"solar\": 0.4077671888420794,\n            \"hydro\": 0.5168968557155451,\n            \"gas\": 0.18445718445718445,\n            \"coal\": 0.21282309665243412,\n            \"unknown\": 0.2750799208403111,\n        },\n        name=\"value\",\n    )\n    expected.index.name = \"mode\"\n    assert_series_equal(result.sort_index(), expected.sort_index())\n\n\ndef test_scale_15min_production(snapshot):\n    generation_scaling_factor = 0.5\n    result = scale_15min_production(content, generation_scaling_factor)\n    result_dict = result.to_dict(orient=\"records\")\n    snapshot.assert_match(dumps(result_dict, indent=2))\n\n\ndef test_parse_15m_production_grid_india_report(snapshot):\n    result = parse_15m_production_grid_india_report(\n        content, \"IN-NO\", datetime(2025, 4, 8, 0, 0)\n    )\n    assert snapshot == result\n\n\ndef test_parse_daily_production_grid_india_report(snapshot):\n    # This test uses the same file as the one for the 15m production report, but it does not use the 15m data.\n    # This is to test the behavior of the parser for the period 2023/04/01 - 2024/11/04.\n    result = parse_daily_production_grid_india_report(\n        content, \"IN-EA\", datetime(2025, 4, 8, 0, 0)\n    )\n    assert snapshot == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IN_AP.py",
    "content": "from importlib import resources\n\nimport pytest\nfrom requests_mock import ANY\n\nfrom electricitymap.contrib.parsers.archived import IN_AP\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        ANY,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"IN_AP.html\")\n        .read_text(),\n    )\n\n\ndef test_fetch_production(session):\n    data = IN_AP.fetch_production(\"IN-AP\", session)\n    assert data\n    assert data[\"zoneKey\"] == \"IN-AP\"\n    assert data[\"source\"] == \"core.ap.gov.in\"\n    assert data[\"datetime\"]\n    assert data[\"production\"]\n    assert data[\"storage\"]\n\n\ndef test_fetch_consumption(session):\n    data = IN_AP.fetch_consumption(\"IN-AP\", session)\n    assert data\n    assert data[\"zoneKey\"] == \"IN-AP\"\n    assert data[\"source\"] == \"core.ap.gov.in\"\n    assert data[\"datetime\"]\n    assert data[\"consumption\"]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IN_EA.py",
    "content": "from datetime import datetime\nfrom zoneinfo import ZoneInfo\n\nimport pytest\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.config import ZONE_NEIGHBOURS, ZoneKey\nfrom electricitymap.contrib.parsers import IN_EA\n\nNETFLOWS = {\n    ZoneKey(\"IN-EA->IN-NO\"): -2139.0,\n    ZoneKey(\"IN-EA->IN-NE\"): -1518.0,\n    ZoneKey(\"IN-EA->IN-SO\"): -3019.0,\n    ZoneKey(\"IN-EA->IN-WE\"): 3257.0,\n    ZoneKey(\"BT->IN-EA\"): 769.75,\n    ZoneKey(\"IN-EA->NP\"): 274.17,\n    ZoneKey(\"BD->IN-EA\"): -936.79,\n}\n\n\n@pytest.mark.parametrize(\"neighbour_zone_key\", ZONE_NEIGHBOURS[ZoneKey(\"IN-EA\")])\ndef test_exchanges(adapter, session, neighbour_zone_key: ZoneKey):\n    target_date = datetime(2023, 6, 25, 0, 0, tzinfo=ZoneInfo(\"Asia/Kolkata\"))\n    sorted_zone_keys = ZoneKey(\"->\".join(sorted([neighbour_zone_key, \"IN-EA\"])))\n    url, _ = IN_EA.get_fetch_function(sorted_zone_keys)\n    filename = (\n        \"interregional_exchanges\"\n        if sorted_zone_keys in IN_EA.INTERREGIONAL_EXCHANGES\n        else \"transnational_exchanges\"\n    )\n    with open(\n        f\"electricitymap/contrib/parsers/tests/mocks/IN_EA/{filename}.json\", \"rb\"\n    ) as data:\n        adapter.register_uri(\n            GET,\n            url.format(\n                proxy=IN_EA.IN_WE_PROXY,\n                host=IN_EA.HOST,\n                target_date=target_date.strftime(\"%Y-%m-%d\"),\n            ),\n            content=data.read(),\n        )\n    exchanges = IN_EA.fetch_exchange(\n        ZoneKey(\"IN-EA\"),\n        neighbour_zone_key,\n        session,\n        datetime(2023, 6, 25, 0, 0, tzinfo=ZoneInfo(\"Asia/Kolkata\")),\n    )\n\n    assert exchanges[0][\"datetime\"] == datetime(\n        2023, 6, 25, 0, 0, tzinfo=ZoneInfo(\"Asia/Kolkata\")\n    )\n    assert exchanges[0][\"netFlow\"] == NETFLOWS[sorted_zone_keys]\n    assert exchanges[0][\"sortedZoneKeys\"] == sorted_zone_keys\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IN_HP.py",
    "content": "from importlib import resources\n\nimport pytest\nfrom requests_mock import POST\nfrom testfixtures import LogCapture\n\nfrom electricitymap.contrib.parsers import IN_HP\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        POST,\n        IN_HP.DATA_URL,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"IN_HP.html\")\n        .read_text(),\n    )\n\n\ndef test_fetch_production(session):\n    with LogCapture() as log:\n        data = IN_HP.fetch_production(\"IN-HP\", session)\n        assert data[\"zoneKey\"] == \"IN-HP\"\n        assert data[\"source\"] == \"hpsldc.com\"\n        assert data[\"datetime\"]\n        assert data[\"production\"] == {\"hydro\": 4238.05, \"unknown\": 323.44}\n\n        # Check rows that failed to parse in each table were logged correctly.\n        logs = log.actual()\n        assert len(logs) == 2\n        assert \"UNKNOWN HP PLANT\" in logs[0][2]\n        assert \"UNKNOWN ISGS PLANT\" in logs[1][2]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_IN_KA.py",
    "content": "from importlib import resources\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers import IN_KA\n\n\ndef test_fetch_consumption(adapter, session):\n    adapter.register_uri(\n        GET,\n        \"https://kptclsldc.in/Default.aspx\",\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"IN_KA_Default.html\")\n        .read_text(),\n    )\n\n    data = IN_KA.fetch_consumption(\"IN-KA\", session)\n    assert data\n    assert data[\"zoneKey\"] == \"IN-KA\"\n    assert data[\"source\"] == \"kptclsldc.in\"\n    assert data[\"datetime\"]\n    assert data[\"consumption\"]\n    assert data[\"consumption\"] == 7430.0\n\n\ndef test_fetch_production(adapter, session):\n    adapter.register_uri(\n        GET,\n        \"https://kptclsldc.in/StateGen.aspx\",\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"IN_KA_StateGen.html\")\n        .read_text(),\n    )\n    adapter.register_uri(\n        GET,\n        \"https://kptclsldc.in/StateNCEP.aspx\",\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"IN_KA_StateNCEP.html\")\n        .read_text(),\n    )\n\n    data = IN_KA.fetch_production(\"IN-KA\", session)\n    assert data\n    assert data[\"zoneKey\"] == \"IN-KA\"\n    assert data[\"source\"] == \"kptclsldc.in\"\n    assert data[\"datetime\"]\n    assert data[\"production\"]\n    assert data[\"production\"][\"hydro\"] == 2434.0\n    assert data[\"storage\"]\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_JAO.py",
    "content": "import json\nimport re\nfrom datetime import datetime\nfrom pathlib import Path\n\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.config import ZoneKey\nfrom electricitymap.contrib.parsers.JAO import (\n    fetch_core_external_atc_day_ahead,\n    fetch_core_max_bex_day_ahead,\n    fetch_core_scheduled_exchanges_day_ahead,\n    fetch_nordic_max_bex_day_ahead,\n    fetch_nordic_max_bflow_day_ahead,\n    fetch_shadow_auction_atc_day_ahead,\n)\n\nBASE_MOCK_PATH = Path(\"electricitymap/contrib/parsers/tests/mocks/JAO\")\nSHADOW_AUCTION_ATC_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/core/api/data/shadowAuctionATC\"\n)\nCORE_EXTERNAL_ATC_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/core/api/data/atc\"\n)\nCORE_MAX_BEX_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/core/api/data/maxExchanges\"\n)\nNORDIC_MAX_BEX_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/nordic/api/data/maxExchanges\"\n)\nCORE_SCHEDULED_EXCHANGES_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/core/api/data/scheduledExchanges\"\n)\nNORDIC_MAX_BFLOW_URL_REGEX = re.compile(\n    r\"https://publicationtool\\.jao\\.eu/nordic/api/data/maxBorderFlow\"\n)\nTARGET_DATETIME = datetime.fromisoformat(\"2025-10-01T00:00:00+00:00\")\nCORE_EXTERNAL_TARGET_DATETIME = datetime.fromisoformat(\"2026-04-20T00:00:00+00:00\")\nAPRIL_2026_TARGET_DATETIME = datetime.fromisoformat(\"2026-04-20T00:00:00+00:00\")\n\n\ndef _register_shadow_auction_atc(adapter) -> None:\n    payload = json.loads((BASE_MOCK_PATH / \"shadow_auction_atc.json\").read_text())\n    adapter.register_uri(GET, SHADOW_AUCTION_ATC_URL_REGEX, json=payload)\n\n\ndef test_fetch_shadow_auction_atc_day_ahead_de_fr(adapter, session, snapshot):\n    _register_shadow_auction_atc(adapter)\n\n    result = fetch_shadow_auction_atc_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"FR\"),\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_shadow_auction_atc_day_ahead_pair_not_in_core(adapter, session):\n    \"\"\"Pairs without JAO border fields should return [] without raising.\"\"\"\n    _register_shadow_auction_atc(adapter)\n\n    result = fetch_shadow_auction_atc_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"DK\"),\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert result == []\n\n\ndef test_fetch_shadow_auction_atc_day_ahead_em_to_jao_zone_remap(adapter, session):\n    \"\"\"EM zone keys that don't match JAO's codes (e.g. IT-NO -> IT, DK-DK1 -> DK1)\n    should be translated before looking up `border_XX_YY` fields.\"\"\"\n    remapped = {\n        \"data\": [\n            {\n                \"id\": 1,\n                \"dateTimeUtc\": \"2025-10-01T00:00:00Z\",\n                \"border_FR_IT\": 2500,\n                \"border_IT_FR\": 2200,\n            }\n        ],\n        \"rejected\": False,\n        \"messages\": None,\n    }\n    adapter.register_uri(GET, SHADOW_AUCTION_ATC_URL_REGEX, json=remapped)\n\n    result = fetch_shadow_auction_atc_day_ahead(\n        ZoneKey(\"FR\"),\n        ZoneKey(\"IT-NO\"),\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert len(result) == 1\n    assert result[0][\"sortedZoneKeys\"] == \"FR->IT-NO\"\n    assert result[0][\"capacityExport\"] == 2500\n    assert result[0][\"capacityImport\"] == 2200\n\n\ndef test_fetch_shadow_auction_atc_day_ahead_one_sided(adapter, session):\n    \"\"\"When only one direction is present in the JAO row, the event should\n    still be emitted with a single populated capacity direction.\"\"\"\n    one_sided = {\n        \"data\": [\n            {\n                \"id\": 1,\n                \"dateTimeUtc\": \"2025-10-01T00:00:00Z\",\n                \"border_AT_DE\": 3620,\n            }\n        ],\n        \"rejected\": False,\n        \"messages\": None,\n    }\n    adapter.register_uri(GET, SHADOW_AUCTION_ATC_URL_REGEX, json=one_sided)\n\n    result = fetch_shadow_auction_atc_day_ahead(\n        ZoneKey(\"AT\"),\n        ZoneKey(\"DE\"),\n        session=session,\n        target_datetime=TARGET_DATETIME,\n    )\n\n    assert len(result) == 1\n    assert result[0][\"capacityExport\"] == 3620\n    assert result[0][\"capacityImport\"] is None\n    assert result[0][\"sortedZoneKeys\"] == \"AT->DE\"\n\n\ndef test_fetch_core_external_atc_day_ahead_de_dk_dk1(adapter, session, snapshot):\n    \"\"\"Happy path for a Core-external border that also exercises the\n    DK-DK1 → DK1 zone remap. Fixture is a real 2-day, 15-min response.\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"core_external_atc.json\").read_text())\n    adapter.register_uri(GET, CORE_EXTERNAL_ATC_URL_REGEX, json=payload)\n\n    result = fetch_core_external_atc_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"DK-DK1\"),\n        session=session,\n        target_datetime=CORE_EXTERNAL_TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_core_external_atc_day_ahead_border_not_in_dataset(adapter, session):\n    \"\"\"Core-external endpoint only lists a handful of neighbors; a pair\n    that isn't in the response should return [] without raising.\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"core_external_atc.json\").read_text())\n    adapter.register_uri(GET, CORE_EXTERNAL_ATC_URL_REGEX, json=payload)\n\n    result = fetch_core_external_atc_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"FR\"),\n        session=session,\n        target_datetime=CORE_EXTERNAL_TARGET_DATETIME,\n    )\n\n    assert result == []\n\n\ndef test_fetch_core_max_bex_day_ahead_de_fr(adapter, session, snapshot):\n    \"\"\"Core maxExchanges happy path (hourly, 48 rows over 2 days).\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"core_max_bex.json\").read_text())\n    adapter.register_uri(GET, CORE_MAX_BEX_URL_REGEX, json=payload)\n\n    result = fetch_core_max_bex_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"FR\"),\n        session=session,\n        target_datetime=APRIL_2026_TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_nordic_max_bex_day_ahead_no1_se3(adapter, session, snapshot):\n    \"\"\"Nordic maxExchanges happy path — exercises the NO-NO2 → NO2,\n    SE-SE3 → SE3 zone remap on a real 15-min fixture.\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"nordic_max_bex.json\").read_text())\n    adapter.register_uri(GET, NORDIC_MAX_BEX_URL_REGEX, json=payload)\n\n    result = fetch_nordic_max_bex_day_ahead(\n        ZoneKey(\"NO-NO1\"),\n        ZoneKey(\"SE-SE3\"),\n        session=session,\n        target_datetime=APRIL_2026_TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_core_scheduled_exchanges_day_ahead_de_fr(adapter, session, snapshot):\n    \"\"\"Core scheduledExchanges happy path (cleared commercial flow, 15-min).\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"core_scheduled_exchanges.json\").read_text())\n    adapter.register_uri(GET, CORE_SCHEDULED_EXCHANGES_URL_REGEX, json=payload)\n\n    result = fetch_core_scheduled_exchanges_day_ahead(\n        ZoneKey(\"DE\"),\n        ZoneKey(\"FR\"),\n        session=session,\n        target_datetime=APRIL_2026_TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n\n\ndef test_fetch_nordic_max_bflow_day_ahead_no1_se3(adapter, session, snapshot):\n    \"\"\"Nordic maxBorderFlow happy path (physical capability ceiling, 15-min).\"\"\"\n    payload = json.loads((BASE_MOCK_PATH / \"nordic_max_bflow.json\").read_text())\n    adapter.register_uri(GET, NORDIC_MAX_BFLOW_URL_REGEX, json=payload)\n\n    result = fetch_nordic_max_bflow_day_ahead(\n        ZoneKey(\"NO-NO1\"),\n        ZoneKey(\"SE-SE3\"),\n        session=session,\n        target_datetime=APRIL_2026_TARGET_DATETIME,\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_JP.py",
    "content": "\"\"\"Test for JP parsers\"\"\"\n\nimport re\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.JP import (\n    fetch_consumption_forecast,\n    fetch_generation_forecast,\n)\n\n\n@pytest.mark.parametrize(\n    \"zone_key\",\n    [\n        \"JP-CB\",\n        \"JP-CG\",\n        \"JP-HKD\",\n        \"JP-HR\",\n        \"JP-KN\",\n        \"JP-KY\",\n        \"JP-ON\",\n        \"JP-SK\",\n        \"JP-TH\",\n        \"JP-TK\",\n    ],\n)\n@freeze_time(\"2025-04-16\")  # because the mocks are all around this date\ndef test_snapshot_fetch_generation_forecast(adapter, session, snapshot, zone_key):\n    datestamp_today = datetime.now().strftime(\"%Y%m%d\")\n    BASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/\" + zone_key)\n\n    forecast_url = {\n        \"JP-HKD\": r\"http://denkiyoho\\.hepco\\.co\\.jp/area/data/\\d{8}_hokkaido_yosoku\\.csv\",\n        \"JP-HR\": r\"https://www\\.rikuden\\.co\\.jp/nw/denki-yoho/csv/yosoku_05_\\d{8}\\.csv\",\n        \"JP-KN\": r\"https://www\\.kansai-td\\.co\\.jp/interchange/denkiyoho/imbalance/\\d{8}_yosoku\\.csv\",\n        \"JP-CG\": r\"https://www\\.energia\\.co\\.jp/nw/jukyuu/sys/\\d{6}_jyukyu2_chugoku\\.zip\",\n        \"JP-KY\": r\"https://www\\.kyuden\\.co\\.jp/td_power_usages/csv/kouhyo/imbalance/21110_TSO9_0_\\d{8}\\.csv\\?a=\\d{8}%5Cd6\",\n        \"JP-ON\": r\"http://www\\.okiden\\.co\\.jp/denki2/dem_pg/csv/jukyu_yosoku_\\d{8}\\.csv\",\n    }\n\n    # For zones with different URLs for today vs tomorrow\n    if zone_key in [\"JP-TH\", \"JP-TK\", \"JP-CB\", \"JP-SK\"]:\n        # Register today's URL\n        today_url = None\n        if zone_key == \"JP-TH\":\n            today_url = f\"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_{datestamp_today}.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"area_tso_yosoku_20250416.csv\")\n        elif zone_key == \"JP-TK\":\n            today_url = \"https://www4.tepco.co.jp/forecast/html/images/AREA_YOSOKU.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"AREA_YOSOKU.csv\")\n        elif zone_key == \"JP-CB\":\n            today_url = \"https://powergrid.chuden.co.jp/denki_yoho_content_data/keito_yosoku_cepco003.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"keito_yosoku_cepco003.csv\")\n        elif zone_key == \"JP-SK\":\n            today_url = \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_today.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_today.csv\")\n\n        adapter.register_uri(GET, today_url, body=data_path.open(\"rb\"))\n\n        # Register tomorrow's URL (except for JP-CB which raises an exception)\n        if zone_key != \"JP-CB\":\n            tomorrow_url = None\n            if zone_key == \"JP-TH\":\n                tomorrow_url = \"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_y.csv\"\n                data_path = Path(BASE_PATH_TO_MOCK, \"area_tso_yosoku_y.csv\")\n            elif zone_key == \"JP-TK\":\n                tomorrow_url = (\n                    \"https://www4.tepco.co.jp/forecast/html/images/AREA_ONCE_YOSOKU.csv\"\n                )\n                data_path = Path(BASE_PATH_TO_MOCK, \"AREA_ONCE_YOSOKU.csv\")\n            elif zone_key == \"JP-SK\":\n                tomorrow_url = \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_tomorrow.csv\"\n                data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_tomorrow.csv\")\n\n            adapter.register_uri(GET, tomorrow_url, body=data_path.open(\"rb\"))\n\n    if zone_key == \"JP-HKD\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"20250415_hokkaido_yosoku.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-HR\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_05_20250415.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-KN\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"20250416_yosoku.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-CG\":\n        data_zip_file = Path(BASE_PATH_TO_MOCK, \"202504_jyukyu2_chugoku.zip\")\n        with open(data_zip_file, \"rb\") as zip_file:\n            zip_content = zip_file.read()\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            content=zip_content,\n        )\n\n    elif zone_key == \"JP-KY\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"21110_TSO9_0_20250407.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-ON\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"jukyu_yosoku_20250415.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    # Run function under test\n    assert snapshot == fetch_generation_forecast(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=datetime(\n            2025, 4, 16, 12, 0\n        ),  # the mock files were extracted this date\n    )\n\n\n@pytest.mark.parametrize(\n    \"zone_key\",\n    [\n        \"JP-CB\",\n        \"JP-CG\",\n        \"JP-HKD\",\n        \"JP-HR\",\n        \"JP-KN\",\n        \"JP-KY\",\n        \"JP-ON\",\n        \"JP-SK\",\n        \"JP-TH\",\n        \"JP-TK\",\n    ],\n)\n@freeze_time(\"2025-04-16\")  # because the mocks are all around this date\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot, zone_key):\n    datestamp_today = datetime.now().strftime(\"%Y%m%d\")\n    BASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/\" + zone_key)\n\n    forecast_url = {\n        \"JP-HKD\": r\"http://denkiyoho\\.hepco\\.co\\.jp/area/data/\\d{8}_hokkaido_yosoku\\.csv\",\n        \"JP-HR\": r\"https://www\\.rikuden\\.co\\.jp/nw/denki-yoho/csv/yosoku_05_\\d{8}\\.csv\",\n        \"JP-KN\": r\"https://www\\.kansai-td\\.co\\.jp/interchange/denkiyoho/imbalance/\\d{8}_yosoku\\.csv\",\n        \"JP-CG\": r\"https://www\\.energia\\.co\\.jp/nw/jukyuu/sys/\\d{6}_jyukyu2_chugoku\\.zip\",\n        \"JP-KY\": r\"https://www\\.kyuden\\.co\\.jp/td_power_usages/csv/kouhyo/imbalance/21110_TSO9_0_\\d{8}\\.csv\\?a=\\d{8}%5Cd6\",\n        \"JP-ON\": r\"http://www\\.okiden\\.co\\.jp/denki2/dem_pg/csv/jukyu_yosoku_\\d{8}\\.csv\",\n    }\n\n    # For zones with different URLs for today vs tomorrow\n    if zone_key in [\"JP-TH\", \"JP-TK\", \"JP-CB\", \"JP-SK\"]:\n        # Register today's URL\n        today_url = None\n        if zone_key == \"JP-TH\":\n            today_url = f\"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_{datestamp_today}.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"area_tso_yosoku_20250416.csv\")\n        elif zone_key == \"JP-TK\":\n            today_url = \"https://www4.tepco.co.jp/forecast/html/images/AREA_YOSOKU.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"AREA_YOSOKU.csv\")\n        elif zone_key == \"JP-CB\":\n            today_url = \"https://powergrid.chuden.co.jp/denki_yoho_content_data/keito_yosoku_cepco003.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"keito_yosoku_cepco003.csv\")\n        elif zone_key == \"JP-SK\":\n            today_url = \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_today.csv\"\n            data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_today.csv\")\n\n        adapter.register_uri(GET, today_url, body=data_path.open(\"rb\"))\n\n        # Register tomorrow's URL (except for JP-CB which raises an exception)\n        if zone_key != \"JP-CB\":\n            tomorrow_url = None\n            if zone_key == \"JP-TH\":\n                tomorrow_url = \"https://setsuden.nw.tohoku-epco.co.jp/common/demand/area_tso_yosoku_y.csv\"\n                data_path = Path(BASE_PATH_TO_MOCK, \"area_tso_yosoku_y.csv\")\n            elif zone_key == \"JP-TK\":\n                tomorrow_url = (\n                    \"https://www4.tepco.co.jp/forecast/html/images/AREA_ONCE_YOSOKU.csv\"\n                )\n                data_path = Path(BASE_PATH_TO_MOCK, \"AREA_ONCE_YOSOKU.csv\")\n            elif zone_key == \"JP-SK\":\n                tomorrow_url = \"https://www.yonden.co.jp/nw/denkiyoho/supply_demand/csv/yosoku_tomorrow.csv\"\n                data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_tomorrow.csv\")\n\n            adapter.register_uri(GET, tomorrow_url, body=data_path.open(\"rb\"))\n\n    if zone_key == \"JP-HKD\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"20250415_hokkaido_yosoku.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-HR\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"yosoku_05_20250415.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-KN\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"20250416_yosoku.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-CG\":\n        data_zip_file = Path(BASE_PATH_TO_MOCK, \"202504_jyukyu2_chugoku.zip\")\n        with open(data_zip_file, \"rb\") as zip_file:\n            zip_content = zip_file.read()\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            content=zip_content,\n        )\n\n    elif zone_key == \"JP-KY\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"21110_TSO9_0_20250407.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    elif zone_key == \"JP-ON\":\n        data_path = Path(BASE_PATH_TO_MOCK, \"jukyu_yosoku_20250415.csv\")\n        adapter.register_uri(\n            GET,\n            re.compile(forecast_url[zone_key]),\n            body=data_path.open(\"rb\"),\n        )\n\n    # Run function under test\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=datetime(\n            2025, 4, 16, 12, 0\n        ),  # the mock files were extracted this date\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_JP_KY.py",
    "content": "import zoneinfo\nfrom datetime import datetime\nfrom unittest.mock import MagicMock, patch\nfrom zoneinfo import ZoneInfo\n\nimport pytest\n\nfrom electricitymap.contrib.parsers import JP_KY\n\nTIMEZONE = ZoneInfo(\"Asia/Tokyo\")\n\n\n@pytest.fixture\ndef mock_csv_response_at_night():\n    mock = MagicMock()\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/JP_KY/solar_and_consumption.csv\"\n    ) as f:\n        mock.text = f.read()\n    mock.encoding = \"utf-8\"\n    return mock\n\n\n@pytest.fixture\ndef mock_csv_response_at_day():\n    mock = MagicMock()\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/JP_KY/solar_and_consumption_day.csv\"\n    ) as f:\n        mock.text = f.read()\n    mock.encoding = \"utf-8\"\n    return mock\n\n\n@pytest.fixture\ndef mock_nuclear_responses():\n    \"\"\"Fixture to create mock responses for nuclear power data.\"\"\"\n    sendai_mock = MagicMock()\n    with open(\"electricitymap/contrib/parsers/tests/mocks/JP_KY/sendai.html\") as f:\n        sendai_mock.text = f.read()\n\n    genkai_mock = MagicMock()\n    with open(\"electricitymap/contrib/parsers/tests/mocks/JP_KY/genkai.html\") as f:\n        genkai_mock.text = f.read()\n\n    return sendai_mock, genkai_mock\n\n\n@pytest.fixture\ndef mock_exchange_data_night():\n    \"\"\"Fixture to create mock exchange data.\"\"\"\n    return [\n        {\n            \"datetime\": datetime(\n                2025, 4, 24, 22, 45, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -100.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 24, 22, 50, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -200.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 24, 22, 55, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -300.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 24, 23, 00, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -400.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n    ]\n\n\n@pytest.fixture\ndef mock_exchange_data_day():\n    \"\"\"Fixture to create mock exchange data.\"\"\"\n    return [\n        {\n            \"datetime\": datetime(\n                2025, 4, 25, 16, 30, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -200.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 25, 16, 35, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -100.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 25, 16, 40, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -400.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n        {\n            \"datetime\": datetime(\n                2025, 4, 25, 16, 45, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -500.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        },\n    ]\n\n\ndef test_fetch_production_success_without_solar(\n    mock_csv_response_at_night,\n    mock_nuclear_responses,\n    mock_exchange_data_night,\n):\n    \"\"\"Test successful data retrieval and processing.\"\"\"\n    with (\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.get\",\n            side_effect=[\n                mock_csv_response_at_night,\n                mock_nuclear_responses[0],\n                mock_nuclear_responses[1],\n            ],\n        ),\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.occtonet.fetch_exchange\",\n            return_value=mock_exchange_data_night,\n        ),\n    ):\n        result = JP_KY.fetch_production()[0]\n\n        nuclear = 3119  # (119.7 + 96.1 + 96.1) * 10\n        unknown = 5091  # 8010 - (-200) - 0 - nuclear\n\n        assert result[\"zoneKey\"] == \"JP-KY\"\n        assert result[\"datetime\"] == datetime(2025, 4, 24, 22, 50, tzinfo=TIMEZONE)\n        assert result[\"production\"][\"solar\"] == 0\n        assert result[\"production\"][\"nuclear\"] == nuclear\n        assert result[\"production\"][\"unknown\"] == unknown\n\n\ndef test_fetch_production_success_with_solar(\n    mock_csv_response_at_day,\n    mock_nuclear_responses,\n    mock_exchange_data_day,\n):\n    \"\"\"Test successful data retrieval and processing.\"\"\"\n    with (\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.get\",\n            side_effect=[\n                mock_csv_response_at_day,\n                mock_nuclear_responses[0],\n                mock_nuclear_responses[1],\n            ],\n        ),\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.occtonet.fetch_exchange\",\n            return_value=mock_exchange_data_day,\n        ),\n    ):\n        result = JP_KY.fetch_production()[0]\n\n        nuclear = 3119  # (119.7 + 96.1 + 96.1) * 10\n        unknown = 3861  #  8680 - (-400) - 2100 - nuclear\n\n        assert result[\"zoneKey\"] == \"JP-KY\"\n        assert result[\"datetime\"] == datetime(2025, 4, 25, 16, 40, tzinfo=TIMEZONE)\n        assert result[\"production\"][\"solar\"] == 2100\n        assert result[\"production\"][\"nuclear\"] == nuclear\n        assert result[\"production\"][\"unknown\"] == unknown\n\n\ndef test_fetch_production_with_past_date():\n    \"\"\"Test that past dates are not supported.\"\"\"\n    with pytest.raises(NotImplementedError):\n        JP_KY.fetch_production(target_datetime=datetime(2023, 1, 1))\n\n\ndef test_fetch_production_with_distant_exchange_data(\n    mock_csv_response_at_night, mock_nuclear_responses\n):\n    \"\"\"When the exchange data is more than 15 minutes from the consumption data, then we should return an empty list\"\"\"\n    distant_exchange = [\n        {\n            \"datetime\": datetime(\n                2025, 4, 25, 23, 10, tzinfo=zoneinfo.ZoneInfo(key=\"Asia/Tokyo\")\n            ),\n            \"sortedZoneKeys\": \"JP-CG->JP-KY\",\n            \"netFlow\": -200.0,\n            \"source\": \"occtonet.occto.or.jp\",\n        }\n    ]\n\n    with patch(  # noqa: SIM117\n        \"electricitymap.contrib.parsers.JP_KY.get\",\n        side_effect=[\n            mock_csv_response_at_night,\n            mock_nuclear_responses[0],\n            mock_nuclear_responses[1],\n        ],\n    ):\n        with patch(\n            \"electricitymap.contrib.parsers.JP_KY.occtonet.fetch_exchange\",\n            return_value=distant_exchange,\n        ):\n            result = JP_KY.fetch_production()\n            assert result == []\n\n\ndef test_snapshot_fetch_production(\n    snapshot,\n    mock_csv_response_at_day,\n    mock_nuclear_responses,\n    mock_exchange_data_day,\n):\n    \"\"\"Test successful data retrieval and processing.\"\"\"\n    with (\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.get\",\n            side_effect=[\n                mock_csv_response_at_day,\n                mock_nuclear_responses[0],\n                mock_nuclear_responses[1],\n            ],\n        ),\n        patch(\n            \"electricitymap.contrib.parsers.JP_KY.occtonet.fetch_exchange\",\n            return_value=mock_exchange_data_day,\n        ),\n    ):\n        result = JP_KY.fetch_production()\n\n        assert snapshot == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_JP_SK.py",
    "content": "import datetime\nimport re\nfrom importlib import resources\n\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.JP_SK import (\n    NUCLEAR_REPORT_URL,\n    get_nuclear_power_image_url,\n    get_nuclear_power_value_and_timestamp_from_image_url,\n)\n\n\ndef test_find_nuclear_image_url(adapter, session):\n    report_content = (\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.JP-SK\")\n        .joinpath(\"jp-sk-nuclear-html-page.html\")\n        .read_bytes()\n    )\n    adapter.register_uri(GET, NUCLEAR_REPORT_URL, content=report_content)\n    image_url = get_nuclear_power_image_url(session)\n    pattern = r\"(?P<filename>ikt721-1\\.gif\\?[0-9]{12})\"\n    pattern_matches = re.findall(pattern, image_url)\n\n    assert len(pattern_matches) == 1\n    assert pattern_matches[0] == \"ikt721-1.gif?202402060021\"\n\n\ndef test_fetch_nuclear_image(adapter, session):\n    nuclear_prod_image = (\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.JP-SK\")\n        .joinpath(\"image3.gif\")\n        .read_bytes()\n    )\n    adapter.register_uri(\n        GET,\n        ANY,\n        content=nuclear_prod_image,\n    )\n    (\n        nuclear_production,\n        nuclear_timestamp,\n    ) = get_nuclear_power_value_and_timestamp_from_image_url(\n        \"https://test-url/ikt721-1.gif?202402062021\", session\n    )\n\n    assert isinstance(nuclear_production, float)\n    assert isinstance(nuclear_timestamp, datetime.datetime)\n    assert nuclear_production == 918.0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_KPX.py",
    "content": "from datetime import datetime, timezone\n\nimport pytest\nfrom requests_mock import GET, POST\n\nfrom electricitymap.contrib.parsers.KPX import (\n    HISTORICAL_PRODUCTION_URL,\n    REAL_TIME_URL,\n    fetch_consumption,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture()\ndef mock_response_as_realtime(adapter):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/KPX/realtime.html\", \"rb\"\n    ) as mock:\n        adapter.register_uri(GET, REAL_TIME_URL, content=mock.read())\n\n\n@pytest.fixture()\ndef mock_response_as_historical(adapter):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/KPX/historical.html\", \"rb\"\n    ) as mock:\n        adapter.register_uri(POST, HISTORICAL_PRODUCTION_URL, content=mock.read())\n        adapter.register_uri(GET, HISTORICAL_PRODUCTION_URL, content=None)\n\n\ndef test_fetch_consumption_realtime(session, snapshot, mock_response_as_realtime):\n    assert snapshot == fetch_consumption(ZoneKey(\"KR\"), session)\n\n\ndef test_fetch_production_realtime(session, snapshot, mock_response_as_realtime):\n    assert snapshot == fetch_production(ZoneKey(\"KR\"), session)\n\n\ndef test_production_historical(session, snapshot, mock_response_as_historical):\n    dt = datetime(2023, 9, 1, 0, 0, 0, tzinfo=timezone.utc)\n    assert snapshot == fetch_production(ZoneKey(\"KR\"), session, dt)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_MD.py",
    "content": "import json\nfrom datetime import datetime, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.MD import (\n    fetch_consumption,\n    fetch_exchange,\n    fetch_exchange_forecast,\n    fetch_price,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n# the datetime corresponding to our mock live API response\nfrozen_live_time = freeze_time(\"2024-04-11 06:32:00\")\n\n# the target datetime corresponding to our mock historical API response\nhistorical_datetime = datetime(2021, 7, 25, 12, tzinfo=timezone.utc)\n\n\n@frozen_live_time\ndef test_fetch_consumption_live(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_consumption(session=session)\n\n\ndef test_fetch_consumption_historical(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_historical_20210725.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_consumption(\n        target_datetime=historical_datetime, session=session\n    )\n\n\n@pytest.mark.parametrize(\"neighbor\", [\"RO\", \"UA\"])\n@frozen_live_time\ndef test_fetch_exchange_live(adapter, session, snapshot, neighbor):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        ZoneKey(\"MD\"), ZoneKey(neighbor), session=session\n    )\n\n\n@pytest.mark.parametrize(\"neighbor\", [\"RO\", \"UA\"])\ndef test_fetch_exchange_historical(adapter, session, snapshot, neighbor):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_historical_20210725.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        ZoneKey(\"MD\"),\n        ZoneKey(neighbor),\n        target_datetime=historical_datetime,\n        session=session,\n    )\n\n\n@pytest.mark.parametrize(\"neighbor\", [\"RO\", \"UA\"])\n@frozen_live_time\ndef test_fetch_exchange_forecast_live(adapter, session, snapshot, neighbor):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_exchange_forecast(ZoneKey(\"MD\"), ZoneKey(neighbor), session=session)\n\n\n@pytest.mark.parametrize(\"neighbor\", [\"RO\", \"UA\"])\ndef test_fetch_exchange_forecast_historical(adapter, session, snapshot, neighbor):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_historical_20210725.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_exchange_forecast(\n        ZoneKey(\"MD\"),\n        ZoneKey(neighbor),\n        target_datetime=historical_datetime,\n        session=session,\n    )\n\n\n@frozen_live_time\ndef test_fetch_price_live(snapshot):\n    assert snapshot == fetch_price()\n\n\n@pytest.mark.parametrize(\n    \"historical_datetime\",\n    [\n        datetime(2000, 1, 1, tzinfo=timezone.utc),\n        datetime(2000, 4, 1, tzinfo=timezone.utc),\n        datetime(2001, 10, 1, tzinfo=timezone.utc),\n        datetime(2002, 9, 1, tzinfo=timezone.utc),\n        datetime(2005, 9, 1, tzinfo=timezone.utc),\n        datetime(2007, 8, 3, tzinfo=timezone.utc),\n        datetime(2010, 1, 19, tzinfo=timezone.utc),\n        datetime(2012, 5, 11, tzinfo=timezone.utc),\n        datetime(2015, 7, 31, tzinfo=timezone.utc),\n        datetime(2023, 12, 31, tzinfo=timezone.utc),\n        datetime(2024, 3, 21, tzinfo=timezone.utc),\n    ],\n)\ndef test_fetch_price_historical(snapshot, historical_datetime):\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_price(\n        target_datetime=historical_datetime\n    )\n\n\n@frozen_live_time\ndef test_fetch_production_live(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_live.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_historical(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        ANY,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.MD\")\n            .joinpath(\"moldoelectrica_api_historical_20210725.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(\n        target_datetime=historical_datetime, session=session\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_NORDPOOL.py",
    "content": "import os\nfrom datetime import datetime\nfrom json import loads\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import GET, POST\n\nfrom electricitymap.contrib.parsers import NORDPOOL\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/NORDPOOL\")\n\n\n@pytest.fixture(autouse=True)\ndef emaps_env():\n    os.environ[\"EMAPS_NORDPOOL_USERNAME\"] = \"username\"\n    os.environ[\"EMAPS_NORDPOOL_PASSWORD\"] = \"password\"\n\n\ndef test_price_parser_se(adapter, session, snapshot):\n    mock_token = Path(base_path_to_mock, \"token.json\")\n    mock_data_current_day = Path(base_path_to_mock, \"se_current_day_price.json\")\n    mock_data_next_day = Path(base_path_to_mock, \"se_next_day_price.json\")\n\n    adapter.register_uri(\n        POST,\n        \"https://sts.nordpoolgroup.com/connect/token\",\n        json=loads(mock_token.read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        \"https://data-api.nordpoolgroup.com/api/v2/Auction/Prices/ByAreas?areas=SE4&currency=EUR&market=DayAhead&date=2024-07-08\",\n        json=loads(mock_data_current_day.read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        \"https://data-api.nordpoolgroup.com/api/v2/Auction/Prices/ByAreas?areas=SE4&currency=EUR&market=DayAhead&date=2024-07-09\",\n        json=loads(mock_data_next_day.read_text()),\n    )\n\n    assert snapshot == NORDPOOL.fetch_price(\n        zone_key=ZoneKey(\"SE-SE4\"),\n        session=session,\n        target_datetime=datetime.fromisoformat(\"2024-07-08\"),\n    )\n\n\ndef test_exchange_parser_fi_se1(adapter, session, snapshot):\n    mock_token = Path(base_path_to_mock, \"token.json\")\n    mock_data_current_day = Path(base_path_to_mock, \"fi_se1_current_day_exchange.json\")\n    mock_data_previous_day = Path(\n        base_path_to_mock, \"fi_se1_previous_day_exchange.json\"\n    )\n\n    adapter.register_uri(\n        POST,\n        \"https://sts.nordpoolgroup.com/connect/token\",\n        json=loads(mock_token.read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        \"https://data-api.nordpoolgroup.com/api/v2/PowerSystem/Exchanges/ByAreas?areas=FI&date=2024-12-01\",\n        json=loads(mock_data_current_day.read_text()),\n    )\n    adapter.register_uri(\n        GET,\n        \"https://data-api.nordpoolgroup.com/api/v2/PowerSystem/Exchanges/ByAreas?areas=FI&date=2024-11-30\",\n        json=loads(mock_data_previous_day.read_text()),\n    )\n\n    assert snapshot == NORDPOOL.fetch_exchange(\n        zone_key1=ZoneKey(\"FI\"),\n        zone_key2=ZoneKey(\"SE-SE1\"),\n        session=session,\n        target_datetime=datetime.fromisoformat(\"2024-12-01\"),\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_NTESMO.py",
    "content": "from datetime import datetime, timezone\nfrom json import loads\nfrom pathlib import Path\nfrom zoneinfo import ZoneInfo\n\nimport pytest\nimport requests\nfrom requests_mock import ANY, GET, Adapter\n\nfrom electricitymap.contrib.parsers.NTESMO import (\n    fetch_consumption,\n    fetch_consumption_forecast,\n    fetch_price,\n    fetch_production,\n)\n\naustralia = ZoneInfo(\"Australia/Darwin\")\n\n\n@pytest.fixture()\ndef fixture_session_mock(adapter, session) -> tuple[requests.Session, Adapter]:\n    # do not mount mock adapter on generic https:// prefix or the parser's @retry_policy decorator will overwrite it\n    session.mount(\"https://ntesmo.com.au/\", adapter)\n\n    index_page = \"\"\"<div class=\"smp-tiles-article__item\">\n            <a href=\"https://ntesmo.com.au/__data/assets/excel_doc/0013/116113/Market-Information_System-Control-daily-trading-day_220401.xlsx\">\n                <div class=\"smp-tiles-article__title\">01 December 2022</div>\n\n                <div class=\"smp-tiles-article__lower d-flex flex-nowrap justify-content-between align-content-center align-items-center\">\n                    <div class=\"col-9 no-padding\">\n                        <strong>Download</strong>\n                        <span>MS Excel Document (115.5 KB)</span>\n                    </div>\n                    <div class=\"col-3 no-padding d-flex justify-content-end\">\n                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"34\" viewBox=\"0 0 33 34\">\n                            <path fill=\"currentColor\" d=\"M-1223.7-1933.8h.2l.6.6.6-.6h.2v-.2l8.6-8.5-1.2-1.2-7.4 7.5v-22.6h-1.6v22.6l-7.4-7.5-1.2 1.2 8.6 8.5z\" transform=\"translate(1239 1959)\"></path>\n                            <path fill=\"currentColor\" class=\"st0\" d=\"M-1207.8-1938.1v11.3h-29.4v-11.3h-1.6v12.9h32.6v-12.9z\" transform=\"translate(1239 1959)\"></path>\n                        </svg>\n                    </div>\n                </div>\n            </a>\n        </div>\"\"\"\n\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/AU/NTESMO.xlsx\", \"rb\"\n    ) as data:\n        adapter.register_uri(\n            ANY,\n            ANY,\n            response_list=[\n                # mock first call scraping historical page of links\n                {\"text\": index_page},\n                # mock second call reading contents of link\n                {\"content\": data.read()},\n            ],\n        )\n\n    return session, adapter\n\n\ndef test_fetch_production(fixture_session_mock):\n    session, adapter = fixture_session_mock\n\n    historical_datetime = datetime(year=2022, month=12, day=1, tzinfo=timezone.utc)\n    data_list = fetch_production(session=session, target_datetime=historical_datetime)\n    assert data_list is not None\n\n    data_list = data_list[:2]\n    expected_data = [\n        {\n            \"production\": {\"gas\": 96, \"biomass\": 13, \"unknown\": 0},\n            \"storage\": {},\n        },\n        {\n            \"production\": {\"gas\": 96, \"biomass\": 13, \"unknown\": 0},\n            \"storage\": {},\n        },\n    ]\n    assert len(data_list) == len(expected_data)\n\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == \"AU-NT\"\n        assert actual[\"source\"] == \"ntesmo.com.au\"\n        for production_type, production in actual[\"production\"].items():\n            assert production == expected_data[index][\"production\"][production_type]\n\n\ndef test_fetch_price(fixture_session_mock):\n    session, adapter = fixture_session_mock\n\n    historical_datetime = datetime(year=2022, month=12, day=1, tzinfo=timezone.utc)\n    data_list = fetch_price(session=session, target_datetime=historical_datetime)\n\n    assert data_list is not None\n    expected_data = [\n        {\n            \"price\": 500,\n            \"currency\": \"AUD\",\n        }\n    ] * 48\n    assert len(data_list) == len(expected_data)\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == \"AU-NT\"\n        assert actual[\"source\"] == \"ntesmo.com.au\"\n        assert actual[\"price\"] == expected_data[index][\"price\"]\n        assert actual[\"currency\"] == expected_data[index][\"currency\"]\n\n    # Check that the dates corresponds to two days:\n\n    assert data_list[0][\"datetime\"] == datetime(\n        year=2022, month=12, day=1, hour=4, minute=30, tzinfo=australia\n    )\n\n    assert data_list[-1][\"datetime\"] == datetime(\n        year=2022, month=12, day=2, hour=4, minute=00, tzinfo=australia\n    )\n\n\ndef test_fetch_consumption(fixture_session_mock):\n    session, adapter = fixture_session_mock\n\n    historical_datetime = datetime(year=2022, month=12, day=1, tzinfo=timezone.utc)\n    data_list = fetch_consumption(session=session, target_datetime=historical_datetime)\n\n    assert data_list is not None\n\n    expected_data = [\n        {\n            \"consumption\": 30,\n        },\n    ] * 48\n    assert len(data_list) == len(expected_data)\n\n    for index, actual in enumerate(data_list):\n        assert actual[\"zoneKey\"] == \"AU-NT\"\n        assert actual[\"source\"] == \"ntesmo.com.au\"\n        assert actual[\"consumption\"] == expected_data[index][\"consumption\"]\n\n    # Check that the dates corresponds to two days:\n    assert data_list[0][\"datetime\"] == datetime(\n        year=2022, month=12, day=1, hour=4, minute=30, tzinfo=australia\n    )\n    assert data_list[-1][\"datetime\"] == datetime(\n        year=2022, month=12, day=2, hour=4, minute=00, tzinfo=australia\n    )\n\n\nBASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/NTESMO\")\n\n\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot):\n    # Define mock URLs\n    base_url = (\n        \"https://ntesmo.com.au/data/data-dashboard/2024-enhancements/demand-forecast\"\n    )\n    endpoints = [\n        f\"{base_url}/darwin-katherine/dk-7-days-forecast\",\n        f\"{base_url}/alice-springs/as-7-days-forecast\",\n        f\"{base_url}/tennant-creek/tc-7-days-forecast\",\n    ]\n\n    # Register mock responses\n    for endpoint in endpoints:\n        # For each url there is a mock file. Map each endpoint to its mock file\n        mock_file_name = endpoint.split(\"/\")[-1] + \".json\"\n        mock_data = Path(BASE_PATH_TO_MOCK, mock_file_name)\n\n        # Mock request\n        adapter.register_uri(GET, endpoint, json=loads(mock_data.read_text()))\n\n    # Call the function under test\n    result = fetch_consumption_forecast(zone_key=\"AU-NT\", session=session)\n\n    # Compare to snapshot\n    assert snapshot == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_NZ.py",
    "content": "from importlib import resources\nfrom json import loads\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.NZ import (\n    PRICE_URL,\n    PRODUCTION_URL,\n    fetch_price,\n    fetch_production,\n)\n\n\ndef test_snapshot_production_data(adapter, session, snapshot):\n    with open(\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.NZ\").joinpath(\n            \"response_2024_04_24_17_30.html\"\n        )\n    ) as f:\n        adapter.register_uri(\n            GET,\n            PRODUCTION_URL,\n            text=f.read(),\n        )\n    with open(\n        resources.files(\"electricitymap.contrib.parsers.tests.mocks.NZ\").joinpath(\n            \"response_2024_04_24_18_00.html\"\n        )\n    ) as f:\n        adapter.register_uri(\n            GET,\n            PRODUCTION_URL,\n            text=f.read(),\n        )\n\n    production = []\n    production.append(fetch_production(zone_key=\"NZ\", session=session))\n    production.append(fetch_production(zone_key=\"NZ\", session=session))\n\n    assert snapshot == production\n\n\ndef test_snapshot_price_data(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        PRICE_URL,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.NZ\")\n            .joinpath(\"response_2024_04_24_18_00.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        PRICE_URL,\n        json=loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.NZ\")\n            .joinpath(\"response_2024_04_24_18_30.json\")\n            .read_text()\n        ),\n    )\n\n    price = []\n    price.append(fetch_price(zone_key=\"NZ\", session=session))\n    price.append(fetch_price(zone_key=\"NZ\", session=session))\n\n    assert snapshot == price\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_ONS.py",
    "content": "import json\nfrom pathlib import Path\nfrom unittest.mock import patch\n\nimport pytest\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers import ONS\nfrom electricitymap.contrib.types import ZoneKey\n\n# Base path for mock data files\nMOCK_DATA_DIR = Path(__file__).parent / \"mocks\" / \"ONS\"\n\n\n@pytest.fixture()\ndef mock_response():\n    with open(\"electricitymap/contrib/parsers/tests/mocks/ONS/BR.json\") as f:\n        mock_data = json.load(f)\n    with patch(\"electricitymap.contrib.parsers.ONS.get_data\", return_value=mock_data):\n        yield\n\n\n@pytest.mark.parametrize(\n    \"data_file\", [\"BR.json\", \"BR_negative_solar.json\", \"data.json\"]\n)\n@pytest.mark.parametrize(\"zone_key\", [\"BR-NE\", \"BR-N\", \"BR-CS\", \"BR-S\"])\ndef test_snapshot_fetch_production(zone_key, data_file, adapter, session, snapshot):\n    \"\"\"Test fetch_production with snapshot using different data files for all Brazilian subzones.\"\"\"\n    mock_data_path = MOCK_DATA_DIR / data_file\n    mock_data = json.loads(mock_data_path.read_text())\n\n    adapter.register_uri(\n        GET,\n        \"http://tr.ons.org.br/Content/GetBalancoEnergetico/null\",\n        json=mock_data,\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == ONS.fetch_production(\n        zone_key=ZoneKey(zone_key),\n        session=session,\n    )\n\n\n@pytest.mark.parametrize(\n    \"data_file\", [\"BR.json\", \"BR_negative_solar.json\", \"data.json\"]\n)\n@pytest.mark.parametrize(\n    \"zone_key1,zone_key2\",\n    [\n        (\"BR-CS\", \"BR-S\"),  # sud_sudeste\n        (\"BR-CS\", \"BR-NE\"),  # sudeste_nordeste\n        (\"BR-CS\", \"BR-N\"),  # sudeste_norteFic\n        (\"BR-N\", \"BR-NE\"),  # norteFic_nordeste\n        (\"BR-S\", \"UY\"),  # uruguai\n        (\"AR\", \"BR-S\"),  # argentina\n        (\"BR-S\", \"PY\"),  # paraguai\n    ],\n)\ndef test_snapshot_fetch_exchange(\n    zone_key1, zone_key2, data_file, adapter, session, snapshot\n):\n    \"\"\"Test fetch_exchange with snapshot using different data files for all exchanges.\"\"\"\n    mock_data_path = MOCK_DATA_DIR / data_file\n    mock_data = json.loads(mock_data_path.read_text())\n\n    adapter.register_uri(\n        GET,\n        \"http://tr.ons.org.br/Content/GetBalancoEnergetico/null\",\n        json=mock_data,\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == ONS.fetch_exchange(\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_OPENNEM.py",
    "content": "import json\nimport os\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import ANY\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.OPENNEM import (\n    fetch_exchange,\n    fetch_price,\n    fetch_production,\n)\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/OPENNEM\")\n\n\n@pytest.fixture(autouse=True)\ndef openelectricity_token_env():\n    os.environ[\"OPENELECTRICITY_TOKEN\"] = \"token\"\n\n\n@pytest.mark.parametrize(\n    \"zone\", [\"AU-NSW\", \"AU-QLD\", \"AU-SA\", \"AU-TAS\", \"AU-VIC\", \"AU-WA\"]\n)\ndef test_production(adapter, session, snapshot, zone):\n    mock_data = Path(base_path_to_mock, f\"OPENNEM_{zone}.v4.json\")\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(mock_data.read_text()),\n    )\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(zone, session, datetime.fromisoformat(\"2025-03-23\"))\n\n\n@pytest.mark.parametrize(\"zone\", [\"AU-SA\"])\ndef test_price(adapter, session, snapshot, zone):\n    mock_data = Path(base_path_to_mock, f\"OPENNEM_price_{zone}.json\")\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(mock_data.read_text()),\n    )\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_price(\n        zone, session, datetime.fromisoformat(\"2020-01-01\")\n    )\n\n\ndef test_au_nsw_au_qld_exchange(adapter, session, snapshot):\n    # Exchange tests use the old v3 stats endpoint, so use v3 mock data\n    mock_data = Path(base_path_to_mock, \"OPENNEM_AU-QLD.json\")\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(mock_data.read_text()),\n    )\n\n    assert snapshot == fetch_exchange(\n        \"AU-NSW\", \"AU-QLD\", session, datetime.fromisoformat(\"2025-07-17\")\n    )\n\n\ndef test_au_nsw_au_vic_exchange(adapter, session, snapshot):\n    # Exchange tests use the old v3 stats endpoint, so use v3 mock data\n    mock_data_qld = Path(base_path_to_mock, \"OPENNEM_AU-QLD.json\")\n    mock_data_nsw = Path(base_path_to_mock, \"OPENNEM_AU-NSW.json\")\n\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(mock_data_qld.read_text()),\n    )\n\n    adapter.register_uri(\n        ANY,\n        ANY,\n        json=json.loads(mock_data_nsw.read_text()),\n    )\n\n    assert snapshot == fetch_exchange(\n        \"AU-NSW\", \"AU-VIC\", session, datetime.fromisoformat(\"2025-07-17\")\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_PA.py",
    "content": "from importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.PA import fetch_production\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"PA_nominal_generation.html\")\n        .read_text(),\n        status_code=200,\n    )\n\n\n@freeze_time(\"2021-12-30 09:58:40\", tz_offset=-5)\ndef test_fetch_production(session, snapshot):\n    assert snapshot == fetch_production(session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_PE.py",
    "content": "import json\nfrom datetime import datetime\nfrom pathlib import Path\n\nfrom requests_mock import POST\n\nfrom electricitymap.contrib.parsers.PE import API_ENDPOINT, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n# Base path for mock data files\nMOCK_DATA_DIR = Path(__file__).parent / \"mocks\" / \"PE\"\n\n\ndef test_fetch_production_with_target_datetime(adapter, session, snapshot):\n    \"\"\"Test production data parsing for specific target datetime 2025-09-10.\"\"\"\n\n    def mock_response(request, context):\n        \"\"\"Mock response based on the request data.\"\"\"\n        # Parse the request data to determine which date is being requested\n        form_data = request.text\n\n        # Extract fechaInicial from the form data\n        if (\n            \"fechaInicial=09%2F09%2F2025\" in form_data\n            or \"fechaInicial=09/09/2025\" in form_data\n        ):\n            # Request for 2025-09-09 (yesterday)\n            mock_file = MOCK_DATA_DIR / \"response_20250909.json\"\n        elif (\n            \"fechaInicial=10%2F09%2F2025\" in form_data\n            or \"fechaInicial=10/09/2025\" in form_data\n        ):\n            # Request for 2025-09-10 (target date)\n            mock_file = MOCK_DATA_DIR / \"response_20250910.json\"\n        else:\n            # Default fallback\n            mock_file = MOCK_DATA_DIR / \"response_20250910.json\"\n\n        # Load and return the appropriate mock data\n        with open(mock_file, encoding=\"utf-8\") as f:\n            return json.load(f)\n\n    # Register the mock adapter\n    adapter.register_uri(\n        POST,\n        API_ENDPOINT,\n        json=mock_response,\n    )\n\n    # Test with target_datetime = 2025-09-10\n    target_datetime = datetime(2025, 9, 10, 12, 0, 0)\n    result = fetch_production(\n        zone_key=ZoneKey(\"PE\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    # Verify the result using snapshot testing\n    assert snapshot == result\n\n\ndef test_fetch_production_data_structure(adapter, session):\n    \"\"\"Test that the production data has the expected structure and values.\"\"\"\n\n    def mock_response(request, context):\n        \"\"\"Mock response that returns consistent data.\"\"\"\n        mock_file = MOCK_DATA_DIR / \"response_20250910.json\"\n        with open(mock_file, encoding=\"utf-8\") as f:\n            return json.load(f)\n\n    adapter.register_uri(\n        POST,\n        API_ENDPOINT,\n        json=mock_response,\n    )\n\n    target_datetime = datetime(2025, 9, 10, 12, 0, 0)\n    result = fetch_production(\n        zone_key=ZoneKey(\"PE\"),\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n    # Basic structure checks\n    assert isinstance(result, list)\n    assert len(result) > 0\n\n    # Check first production breakdown\n    first_item = result[0]\n    assert \"zoneKey\" in first_item\n    assert \"datetime\" in first_item\n    assert \"production\" in first_item\n    assert \"source\" in first_item\n\n    # Check that we have the expected energy sources\n    production = first_item[\"production\"]\n    expected_sources = {\"biomass\", \"hydro\", \"gas\", \"solar\", \"wind\", \"coal\", \"oil\"}\n\n    # Check that at least some expected sources are present\n    production_sources = set(production.keys())\n    assert len(production_sources.intersection(expected_sources)) > 0\n\n    # Check that all values are numeric\n    for _, value in production.items():\n        assert isinstance(value, int | float)\n        assert value >= 0  # Production values should be non-negative\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_PF.py",
    "content": "from datetime import datetime, timedelta, timezone\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import ANY, GET\n\nfrom electricitymap.contrib.parsers.lib.exceptions import ParserException\nfrom electricitymap.contrib.parsers.PF import fetch_production\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        ANY,\n        text=resources.files(\"electricitymap.contrib.parsers.tests.mocks.PF\")\n        .joinpath(\"production_live.html\")\n        .read_text(),\n    )\n\n\n@freeze_time(\"2024-01-01 12:00:00\")\ndef test_fetch_production_live(session, snapshot):\n    \"\"\"That we can fetch the production mix at the current time.\"\"\"\n    assert snapshot == fetch_production(session=session)\n\n\ndef test_fetch_production_raises_parser_exception_on_historical_data(adapter, session):\n    \"\"\"That a ParserException is raised if requesting historical data (not supported yet).\"\"\"\n    adapter.register_uri(GET, ANY, json=[])\n\n    with pytest.raises(\n        ParserException, match=\"This parser is not yet able to parse historical data\"\n    ):\n        historical_datetime = datetime.now(timezone.utc) - timedelta(days=1)\n        fetch_production(target_datetime=historical_datetime, session=session)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_RU.py",
    "content": "\"\"\"Tests for RU.py\"\"\"\n\nimport json\nimport re\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.RU import fetch_exchange, fetch_production\n\nBASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/RU\")\n\n\n@pytest.mark.parametrize(\"zone_key\", [\"RU-1\", \"RU-2\", \"RU-AS\"])\n@freeze_time(\"2025-07-28 12:00:00\")\ndef test_snapshot_fetch_production(adapter, session, snapshot, zone_key):\n    \"\"\"Test fetch_production for different Russian zones using mock data.\"\"\"\n    # Determine which zones need to be mocked based on the test zone\n    zones_to_mock = [\"RU-1\", \"RU-2\", \"RU-AS\"] if zone_key == \"RU\" else [zone_key]\n\n    for zone in zones_to_mock:\n        mock_file = BASE_PATH_TO_MOCK / f\"production_{zone}_2025_07_28.json\"\n        if zone in [\"RU-1\", \"RU-2\"]:\n            price_zone = 1 if zone == \"RU-1\" else 2\n            url_pattern = re.compile(\n                rf\".*CommonInfo/PowerGeneration.*priceZone.*={price_zone}.*\"\n            )\n        else:  # RU-AS\n            url_pattern = re.compile(r\".*CommonInfo/GenEquipOptions_Z2.*\")\n\n        adapter.register_uri(\n            GET,\n            url_pattern,\n            json=json.loads(mock_file.read_text()),\n        )\n\n    # Test target datetime corresponding to the mock data\n    target_datetime = datetime(2025, 7, 28, 12, 0)\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == fetch_production(\n        zone_key=zone_key,\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n\n@pytest.mark.parametrize(\n    \"zone_key1,zone_key2,hour\",\n    [\n        # Test major exchange pairs with different zones\n        (\"CN\", \"RU-AS\", 10),\n        (\"MN\", \"RU-2\", 10),\n        (\"KZ\", \"RU-1\", 10),\n        (\"KZ\", \"RU-2\", 10),\n        (\"GE\", \"RU-1\", 10),\n        (\"AZ\", \"RU-1\", 10),\n        (\"BY\", \"RU-1\", 10),\n        (\"RU-1\", \"FI\", 10),\n        (\"RU-KGD\", \"LT\", 10),\n        (\"RU-1\", \"UA-CR\", 10),\n        (\"UA\", \"RU-1\", 10),\n        (\"RU-1\", \"RU-2\", 10),\n        # Test different hour to verify temporal behavior\n        (\"CN\", \"RU-AS\", 11),\n        (\"KZ\", \"RU-1\", 11),\n    ],\n)\n@freeze_time(\"2025-07-28 12:00:00\")\ndef test_snapshot_fetch_exchange(\n    adapter, session, snapshot, zone_key1, zone_key2, hour\n):\n    \"\"\"Test fetch_exchange for different exchange pairs using mock data.\"\"\"\n    # Load the appropriate mock file based on hour\n    mock_file = BASE_PATH_TO_MOCK / f\"exchange_2025-07-28_{hour}.json\"\n\n    # Mock the exchange API endpoint with specific pattern\n    url_pattern = re.compile(r\".*flowDiagramm/GetData.*\")\n    adapter.register_uri(\n        GET,\n        url_pattern,\n        json=json.loads(mock_file.read_text()),\n    )\n\n    # Test target datetime corresponding to the mock data\n    target_datetime = datetime(2025, 7, 28, hour, 0)\n\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n        target_datetime=target_datetime,\n    )\n\n\n@freeze_time(\"2025-07-28 12:00:00\")\ndef test_snapshot_fetch_exchange_live(adapter, session, snapshot):\n    \"\"\"Test fetch_exchange without target_datetime (live mode) using mock data.\"\"\"\n    # Mock both hours 10 and 11 for live mode (last 2 hours)\n    for hour in [10, 11]:\n        mock_file = BASE_PATH_TO_MOCK / f\"exchange_2025-07-28_{hour}.json\"\n        url_pattern = re.compile(r\".*flowDiagramm/GetData.*\")\n        adapter.register_uri(\n            GET,\n            url_pattern,\n            json=json.loads(mock_file.read_text()),\n        )\n\n    # Test without target_datetime (live mode) - using a pair not already tested above\n    assert snapshot == fetch_exchange(\n        zone_key1=\"MN\",\n        zone_key2=\"RU\",\n        session=session,\n    )\n\n\n@freeze_time(\"2025-07-28 12:00:00\")\ndef test_snapshot_fetch_production_live(adapter, session, snapshot):\n    \"\"\"Test fetch_production without target_datetime (live mode) using mock data.\"\"\"\n    # Mock all zone endpoints for live mode with specific URL patterns\n    for zone in [\"RU-1\", \"RU-2\", \"RU-AS\"]:\n        mock_file = BASE_PATH_TO_MOCK / f\"production_{zone}_2025_07_28.json\"\n        if zone in [\"RU-1\", \"RU-2\"]:\n            price_zone = 1 if zone == \"RU-1\" else 2\n            url_pattern = re.compile(\n                rf\".*CommonInfo/PowerGeneration.*priceZone.*={price_zone}.*\"\n            )\n        else:  # RU-AS\n            url_pattern = re.compile(r\".*CommonInfo/GenEquipOptions_Z2.*\")\n\n        adapter.register_uri(\n            GET,\n            url_pattern,\n            json=json.loads(mock_file.read_text()),\n        )\n\n    # Test without target_datetime (live mode) - using RU-2 since RU-1 is already tested above\n    assert snapshot == fetch_production(\n        zone_key=\"RU-2\",\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_SG.py",
    "content": "import logging\nfrom importlib import resources\n\nimport pytest\nfrom freezegun import freeze_time\nfrom requests_mock import GET\nfrom testfixtures import LogCapture\n\nfrom electricitymap.contrib.parsers import SG\n\n\n@pytest.fixture(autouse=True)\ndef mock_response(adapter):\n    adapter.register_uri(\n        GET,\n        SG.SOLAR_URL,\n        content=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"SG_ema_gov_sg_solar_map.png\")\n        .read_bytes(),\n    )\n\n\n@freeze_time(\"2021-12-23 03:21:00\")\ndef test_works_when_nonzero(adapter, session):\n    adapter.register_uri(\n        GET,\n        SG.SOLAR_URL,\n        content=resources.files(\"electricitymap.contrib.parsers.tests.mocks\")\n        .joinpath(\"SG_ema_gov_sg_solar_map_nonzero.png\")\n        .read_bytes(),\n    )\n    assert SG.get_solar(session, logger=logging.getLogger(\"test\")) == 350.55\n\n\n@freeze_time(\"2021-12-23 15:12:00\")\ndef test_works_when_zero(session):\n    assert SG.get_solar(session, logger=logging.getLogger(\"test\")) == 0.0\n\n\n@freeze_time(\"2024-08-06 15:12:00\")\ndef test_ignore_data_older_than_one_hour(session):\n    with LogCapture():\n        assert SG.get_solar(session, logger=logging.getLogger(\"test\")) is None\n\n\n@freeze_time(\"2021-12-23 15:06:00\")\ndef test_allow_remote_clock_to_be_slightly_ahead(session):\n    assert SG.get_solar(session, logger=logging.getLogger(\"test\")) == 0\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_SMARTGRIDDASHBOARD.py",
    "content": "import json\nfrom importlib import resources\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.SMARTGRIDDASHBOARD import (\n    URL,\n    fetch_consumption,\n    fetch_consumption_forecast,\n    fetch_exchange,\n    fetch_production,\n    fetch_total_generation,\n    fetch_wind_solar_forecasts,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_consumption(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        URL,\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"consumption.json\")\n            .read_text()\n        ),\n    )\n    assert snapshot == fetch_consumption(\n        zone_key=ZoneKey(\"GB-NIR\"),\n        session=session,\n    )\n\n\ndef test_fetch_consumption_forecast(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        URL,\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"consumptionForecast.json\")\n            .read_text()\n        ),\n    )\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=ZoneKey(\"IE\"),\n        session=session,\n    )\n\n\ndef test_fetch_exchange(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        URL,\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"exchange.json\")\n            .read_text()\n        ),\n    )\n    assert snapshot == fetch_exchange(\n        zone_key1=ZoneKey(\"GB\"),\n        zone_key2=ZoneKey(\"GB-NIR\"),\n        session=session,\n    )\n\n\ndef test_fetch_generation(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        URL,\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"generation.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_total_generation(\n        zone_key=ZoneKey(\"GB-NIR\"),\n        session=session,\n    )\n\n\ndef test_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        f\"{URL}?areas=windforecast\",\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"windForecast.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        f\"{URL}?areas=solarforecast\",\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"solarForecast.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"IE\"),\n        session=session,\n    )\n\n\ndef test_fetch_production(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        f\"{URL}?areas=solaractual\",\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"solarProduction.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        f\"{URL}?areas=windactual\",\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"windProduction.json\")\n            .read_text()\n        ),\n    )\n    adapter.register_uri(\n        GET,\n        f\"{URL}?areas=generationactual\",\n        json=json.loads(\n            resources.files(\n                \"electricitymap.contrib.parsers.tests.mocks.SMARTGRIDDASHBOARD\"\n            )\n            .joinpath(\"generation.json\")\n            .read_text()\n        ),\n    )\n\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"IE\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_TAIPOWER.py",
    "content": "from requests_mock import GET\n\nfrom electricitymap.contrib.parsers.TAIPOWER import PRODUCTION_URL, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_production(adapter, session, snapshot):\n    with open(\n        \"electricitymap/contrib/parsers/tests/mocks/TAIPOWER/genary.json\", \"rb\"\n    ) as mock_file:\n        adapter.register_uri(\n            GET,\n            PRODUCTION_URL,\n            content=mock_file.read(),\n        )\n\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"TW\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_TR.py",
    "content": "import json\nimport os\nfrom datetime import datetime\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import POST\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers import TR\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/TR\")\n\n\n@pytest.fixture(autouse=True)\ndef tr_credentials_env():\n    os.environ[\"TR_USERNAME\"] = \"test_username\"\n    os.environ[\"TR_PASSWORD\"] = \"test_password\"\n\n\n@pytest.mark.parametrize(\n    \"target_datetime\",\n    [\n        None,\n        datetime(2025, 7, 28, 10, 0),\n    ],\n)\ndef test_fetch_production(adapter, session, snapshot, target_datetime):\n    # Mock the TGT ticket fetch - return a simple ticket string without newlines\n    adapter.register_uri(\n        POST,\n        \"https://giris.epias.com.tr/cas/v1/tickets\",\n        text=\"TGT-1234567890-abcdefghijklmnop-cas\",\n    )\n\n    # Load mock production data from raw API response\n    raw_response = json.loads(\n        (base_path_to_mock / \"raw_production_response.json\").read_text()\n    )\n\n    # Mock the production data API response with empty items to end pagination\n    adapter.register_uri(\n        POST,\n        \"https://seffaflik.epias.com.tr/electricity-service/v1/generation/data/realtime-generation\",\n        [\n            {\"json\": raw_response},\n            {\"json\": {\"items\": []}},  # Empty response to end pagination\n        ],\n    )\n\n    assert snapshot(\n        extension_class=SingleFileAmberSnapshotExtension\n    ) == TR.fetch_production(ZoneKey(\"TR\"), session, target_datetime=target_datetime)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_CA.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Tests for US_CA.py\"\"\"\n\nimport zipfile\nfrom logging import getLogger\nfrom unittest.mock import patch\n\nimport pandas as pd\n\nfrom electricitymap.contrib.parsers import US_CA\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_snapshot_fetch_wind_solar_forecasts(snapshot):\n    def _mock_get_oasis_data(*args, **kwargs) -> pd.DataFrame:\n        MOCK_ZIP_FILENAME = \"electricitymap/contrib/parsers/tests/mocks/US_CA/20250204_20250211_SLD_REN_FCST_DAM_20250214_04_52_10_v1.zip\"\n\n        # Read zip and extract the csv file\n        with zipfile.ZipFile(MOCK_ZIP_FILENAME, \"r\") as z:\n            csv_filename = z.namelist()[\n                0\n            ]  # Get the first file in the zip (there is only one file)\n            with z.open(csv_filename) as f:  # Read the CSV file into a pandas DataFrame\n                df = pd.read_csv(f)\n        return df\n\n    # Mock the call to _get_oasis_data with above (with patch)\n    with patch(\n        \"electricitymap.contrib.parsers.US_CA._get_oasis_data\", _mock_get_oasis_data\n    ):\n        parsed_wind_solar_forecasts = US_CA.fetch_wind_solar_forecasts(\n            zone_key=ZoneKey(\"US-CAL-CISO\"), logger=getLogger(\"test\")\n        )\n\n    snapshot.assert_match(parsed_wind_solar_forecasts)\n\n\ndef test_snapshot_fetch_consumption_forecast(snapshot):\n    def _mock_get_oasis_data(*args, **kwargs) -> pd.DataFrame:\n        MOCK_ZIP_FILENAME = \"electricitymap/contrib/parsers/tests/mocks/US_CA/20250219_20250227_SLD_FCST_7DA_20250221_01_09_58_v1.zip\"\n\n        # Read zip and extract the csv file\n        with zipfile.ZipFile(MOCK_ZIP_FILENAME, \"r\") as z:\n            csv_filename = z.namelist()[\n                0\n            ]  # Get the first file in the zip (there is only one file)\n            with z.open(csv_filename) as f:  # Read the CSV file into a pandas DataFrame\n                df = pd.read_csv(f)\n        return df\n\n    # Mock the call to _get_oasis_data with above (with patch)\n    with patch(\n        \"electricitymap.contrib.parsers.US_CA._get_oasis_data\", _mock_get_oasis_data\n    ):\n        result = US_CA.fetch_consumption_forecast(\n            zone_key=ZoneKey(\"US-CAL-CISO\"), logger=getLogger(\"test\")\n        )\n\n    snapshot.assert_match(result)\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_ERCOT.py",
    "content": "import re\nfrom json import loads\nfrom pathlib import Path\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.US_ERCOT import (\n    ReportTypeID,\n    fetch_consumption_forecast,\n    fetch_wind_solar_forecasts,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nUS_PROXY = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app\"\nHOST_PARAMETER = \"host=https://www.ercot.com\"\nBASE_PATH_TO_MOCK = Path(\"electricitymap/contrib/parsers/tests/mocks/US_ERCOT\")\n\n\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot):\n    # Mock load forecast request\n    data = Path(BASE_PATH_TO_MOCK, \"load_forecast_by_forecast_zone.json\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            rf\"{US_PROXY}/misapp/servlets/IceDocListJsonWS\\?reportTypeId={ReportTypeID.LOAD_FORECAST_REPORTID.value}&_\\d+\\&{HOST_PARAMETER}\"\n        ),\n        json=loads(data.read_text()),\n    )\n\n    # Mock specific report id request\n    data_zip_file = Path(BASE_PATH_TO_MOCK, \"load_forecast_specific_reportid.zip\")\n    with open(data_zip_file, \"rb\") as zip_file:\n        zip_content = zip_file.read()\n\n    adapter.register_uri(\n        GET,\n        re.compile(\n            rf\"{US_PROXY}/misdownload/servlets/mirDownload\\?doclookupId=\\d+\\&{HOST_PARAMETER}\"\n        ),\n        content=zip_content,\n    )\n\n    # Run function under test\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=ZoneKey(\"US-TEX-ERCO\"),\n        session=session,\n    )\n\n\ndef test_snapshot_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock wind forecast request\n    data_wind = Path(\n        BASE_PATH_TO_MOCK,\n        \"wind_power_production_hourly_averaged_actual_and_forecasted_values_rtid.json\",\n    )\n    adapter.register_uri(\n        GET,\n        re.compile(\n            rf\"{US_PROXY}/misapp/servlets/IceDocListJsonWS\\?reportTypeId={ReportTypeID.WIND_POWER_PRODUCTION_REPORTID.value}&_\\d+\\&{HOST_PARAMETER}\"\n        ),\n        json=loads(data_wind.read_text()),\n    )\n\n    # Mock solar forecast request\n    data_solar = Path(\n        BASE_PATH_TO_MOCK,\n        \"solar_power_production_hourly_averaged_actual_and_forecasted_values_rtid.json\",\n    )\n    adapter.register_uri(\n        GET,\n        re.compile(\n            rf\"{US_PROXY}/misapp/servlets/IceDocListJsonWS\\?reportTypeId={ReportTypeID.SOLAR_POWER_PRODUCTION_REPORTID.value}&_\\d+\\&{HOST_PARAMETER}\"\n        ),\n        json=loads(data_solar.read_text()),\n    )\n\n    # Wind specific report id\n    data_wind_zip_file = Path(BASE_PATH_TO_MOCK, \"wind_specific_reportid.zip\")\n    with open(data_wind_zip_file, \"rb\") as zip_file:\n        wind_zip_content = zip_file.read()\n\n    # Solar specific report id\n    data_solar_zip_file = Path(BASE_PATH_TO_MOCK, \"solar_specific_reportid.zip\")\n    with open(data_solar_zip_file, \"rb\") as zip_file:\n        solar_zip_content = zip_file.read()\n\n    request_count = 0  # Global counter to track requests\n\n    def download_callback(request, context):\n        nonlocal request_count\n        request_count += 1  # Increment on each request\n        if request_count == 1:\n            return wind_zip_content  # First request: Wind ZIP data\n        elif request_count == 2:\n            return solar_zip_content  # Second request: Solar ZIP data\n        return None  # Fail for unexpected calls\n\n    # Mock the wind or solar report request\n    adapter.register_uri(\n        GET,\n        re.compile(\n            rf\"{US_PROXY}/misdownload/servlets/mirDownload\\?doclookupId=\\d+\\&{HOST_PARAMETER}\"\n        ),\n        content=download_callback,\n    )\n\n    # Run function under test\n    assert snapshot == fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"US-TEX-ERCO\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_MISO.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Tests for US_MISO.py\"\"\"\n\nimport json\nimport logging\nimport re\nfrom datetime import datetime\nfrom json import loads\nfrom pathlib import Path\nfrom unittest.mock import patch\nfrom zoneinfo import ZoneInfo\n\nfrom requests_mock import GET\nfrom testfixtures import LogCapture\n\nfrom electricitymap.contrib.parsers import US_MISO\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/US_MISO\")\n\n\ndef test_fetch_production():\n    filename = \"electricitymap/contrib/parsers/tests/mocks/MISO.html\"\n    with open(filename) as f:\n        mock_data = json.load(f)\n    with (\n        LogCapture(),\n        patch(\"electricitymap.contrib.parsers.US_MISO.get_json_data\") as gjd,\n    ):\n        gjd.return_value = mock_data\n        production = US_MISO.fetch_production(logger=logging.getLogger(\"test\"))\n\n    assert production\n    assert production[0][\"production\"][\"coal\"] == 40384.0\n    assert production[0][\"datetime\"] == datetime(\n        2018, 1, 25, 4, 30, tzinfo=ZoneInfo(\"America/New_York\")\n    )\n    assert production[0][\"source\"] == \"misoenergy.org\"\n    assert production[0][\"zoneKey\"] == \"US-MIDW-MISO\"\n    assert isinstance(production[0][\"storage\"], dict)\n\n    # Make sure the unmapped Antimatter type is set to 'unknown'.\n    assert production[0][\"production\"][\"unknown\"] >= 256\n\n\ndef test_snapshot_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock wind forecast request\n    data_wind = Path(base_path_to_mock, \"DataBrokerServicesgetWindForecast.asmx.json\")\n    adapter.register_uri(\n        GET,\n        \"https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx?messageType=getWindForecast&returnType=json\",\n        json=loads(data_wind.read_text()),\n    )\n\n    # Mock solar forecast request\n    data_solar = Path(base_path_to_mock, \"DataBrokerServicesgetSolarForecast.asmx.json\")\n    adapter.register_uri(\n        GET,\n        \"https://api.misoenergy.org/MISORTWDDataBroker/DataBrokerServices.asmx?messageType=getSolarForecast&returnType=json\",\n        json=loads(data_solar.read_text()),\n    )\n\n    # Run function under test\n    assert snapshot == US_MISO.fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"US-MIDW-MISO\"),\n        session=session,\n    )\n\n\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot):\n    # Mock load forecast request\n    data = Path(base_path_to_mock, \"20250310_df_al.xls\")\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://docs\\.misoenergy\\.org/marketreports/\\d+_df_al.xls\"),\n        content=data.read_bytes(),\n    )\n\n    # Run function under test\n    assert snapshot == US_MISO.fetch_consumption_forecast(\n        zone_key=ZoneKey(\"US-MIDW-MISO\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_NEISO.py",
    "content": "import re\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import ANY, GET, POST\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.US_NEISO import (\n    fetch_consumption_forecast,\n    fetch_exchange,\n    fetch_wind_solar_forecasts,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/US_NEISO\")\n\n\ndef test_fetch_consumption_forecast(adapter, session, snapshot):\n    # Mock url request\n    data = Path(base_path_to_mock, \"day_ahead_load_forecast_20250317.xml\")\n    adapter.register_uri(\n        POST,\n        \"https://www.iso-ne.com/ws/wsclient\",\n        text=data.read_text(),\n    )\n\n    # Run function under test\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=ZoneKey(\"US-NE-ISNE\"),\n        session=session,\n    )\n\n\ndef test_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock the initial page requests that set cookies\n    adapter.register_uri(\n        GET,\n        \"https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/seven-day-solar-power-forecast\",\n        text=\"mock response\",\n    )\n\n    adapter.register_uri(\n        GET,\n        \"https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/seven-day-wind-power-forecast\",\n        text=\"mock response\",\n    )\n\n    # Mock wind forecast request\n    data_wind = Path(base_path_to_mock, \"seven_day_wind_power_forecast_20250225.csv\")\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://www\\.iso-ne\\.com/transform/csv/wphf\\?start=\\d+\"),\n        text=data_wind.read_text(),\n    )\n\n    # Mock solar forecast request\n    data_solar = Path(base_path_to_mock, \"seven_day_solar_power_forecast_20250225.csv\")\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://www\\.iso-ne\\.com/transform/csv/sphf\\?start=\\d+\"),\n        text=data_solar.read_text(),\n    )\n\n    # Run function under test\n    assert snapshot == fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"US-NE-ISNE\"),\n        session=session,\n    )\n\n\n@pytest.mark.parametrize(\n    (\"zone_key1, zone_key2\"),\n    [\n        (ZoneKey(\"CA-NB\"), ZoneKey(\"US-NE-ISNE\")),\n        (ZoneKey(\"CA-QC\"), ZoneKey(\"US-NE-ISNE\")),\n        (ZoneKey(\"US-NE-ISNE\"), ZoneKey(\"US-NY-NYIS\")),\n    ],\n)\ndef test_fetch_exchange(adapter, session, snapshot, zone_key1, zone_key2):\n    data = Path(base_path_to_mock, f\"exchange_{zone_key1}_{zone_key2}.json\")\n    adapter.register_uri(\n        POST,\n        ANY,\n        text=data.read_text(),\n    )\n\n    # Run function under test\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        zone_key1=zone_key1,\n        zone_key2=zone_key2,\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_NY.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"Tests for US_NY.py\"\"\"\n\nimport datetime as dt\nfrom pathlib import Path\n\nfrom freezegun import freeze_time\n\nfrom electricitymap.contrib.parsers import US_NY\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_snapshot_fetch_consumption_forecast(adapter, session, snapshot):\n    adapter.register_uri(\n        \"GET\",\n        \"http://mis.nyiso.com/public/csv/isolf/20250219isolf.csv\",\n        content=Path(\n            \"electricitymap/contrib/parsers/tests/mocks/US_NY/20250219isolf.csv\"\n        ).read_bytes(),\n    )\n\n    with freeze_time(\"2025-02-20 00:00:00\"):\n        result = US_NY.fetch_consumption_forecast(\n            zone_key=ZoneKey(\"US-NY-NYIS\"),\n            session=session,\n        )\n\n    assert snapshot == result\n\n\ndef test_snapshot_fetch_production_more_than_9_days_in_past(adapter, session, snapshot):\n    adapter.register_uri(\n        \"GET\",\n        \"http://mis.nyiso.com/public/csv/rtfuelmix/20250201rtfuelmix_csv.zip\",\n        content=Path(\n            \"electricitymap/contrib/parsers/tests/mocks/US_NY/20250201rtfuelmix_csv.zip\"\n        ).read_bytes(),\n    )\n\n    result = US_NY.fetch_production(\n        zone_key=ZoneKey(\"US-NY-NYIS\"),\n        session=session,\n        target_datetime=dt.datetime.fromisoformat(\"2025-02-20 00:00:00\"),\n    )\n\n    assert snapshot == result\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_PJM.py",
    "content": "import re\nfrom json import loads\nfrom pathlib import Path\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.US_PJM import (\n    fetch_consumption_forecast,\n    fetch_production,\n    fetch_wind_solar_forecasts,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nbase_path_to_mock = Path(\"electricitymap/contrib/parsers/tests/mocks/US_PJM\")\n\n\ndef test_production(adapter, session, snapshot):\n    settings = Path(base_path_to_mock, \"settings.json\")\n    adapter.register_uri(\n        GET,\n        \"https://dataminer2.pjm.com/config/settings.json\",\n        json=loads(settings.read_text()),\n    )\n\n    data = Path(base_path_to_mock, \"gen_by_fuel.json\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://us-ca-proxy-jfnx5klx2a-uw\\.a\\.run\\.app/api/v1/gen_by_fuel.*\"\n        ),\n        json=loads(data.read_text()),\n    )\n\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"US-MIDA-PJM\"),\n        session=session,\n    )\n\n\ndef test_fetch_consumption_forecast(adapter, session, snapshot):\n    # Mock the settings.json request\n    settings = Path(base_path_to_mock, \"settings.json\")\n    adapter.register_uri(\n        GET,\n        \"https://dataminer2.pjm.com/config/settings.json\",\n        json=loads(settings.read_text()),\n    )\n\n    # Mock load forecast request\n    data = Path(base_path_to_mock, \"compressed_pjm_load_forecast_2025-03-19.gz\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://us-ca-proxy-jfnx5klx2a-uw\\.a\\.run\\.app/api/v1/load_frcstd_7_day.*\"\n        ),\n        content=data.read_bytes(),  # content for binary data\n    )\n\n    # Run function under test\n    assert snapshot == fetch_consumption_forecast(\n        zone_key=ZoneKey(\"US-MIDA-PJM\"),\n        session=session,\n    )\n\n\ndef test_fetch_wind_solar_forecasts(adapter, session, snapshot):\n    # Mock the settings.json request\n    settings = Path(base_path_to_mock, \"settings.json\")\n    adapter.register_uri(\n        GET,\n        \"https://dataminer2.pjm.com/config/settings.json\",\n        json=loads(settings.read_text()),\n    )\n\n    # Mock wind forecast request\n    data_wind = Path(base_path_to_mock, \"pjm_wind_forecast_2025-02-24.json\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://us-ca-proxy-jfnx5klx2a-uw\\.a\\.run\\.app/api/v1/hourly_wind_power_forecast.*\"\n        ),\n        json=loads(data_wind.read_text()),\n    )\n\n    # Mock solar forecast request\n    data_solar = Path(base_path_to_mock, \"pjm_solar_forecast_2025-02-24.json\")\n    adapter.register_uri(\n        GET,\n        re.compile(\n            r\"https://us-ca-proxy-jfnx5klx2a-uw\\.a\\.run\\.app/api/v1/hourly_solar_power_forecast.*\"\n        ),\n        json=loads(data_solar.read_text()),\n    )\n\n    # Run function under test\n    assert snapshot == fetch_wind_solar_forecasts(\n        zone_key=ZoneKey(\"US-MIDA-PJM\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_US_SPP.py",
    "content": "import logging\nfrom datetime import datetime, timezone\nfrom pathlib import Path\nfrom unittest.mock import patch\nfrom zoneinfo import ZoneInfo\n\nfrom pandas import read_pickle\nfrom requests_mock import GET\nfrom testfixtures import LogCapture\n\nfrom electricitymap.contrib.parsers import US_SPP\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_production():\n    filename = \"electricitymap/contrib/parsers/tests/mocks/US_SPP_Gen_Mix.pkl\"\n    mock_data = read_pickle(filename)\n    # Suppress log messages to prevent interfering with test formatting.\n    with LogCapture(), patch(\"electricitymap.contrib.parsers.US_SPP.get_data\") as gd:\n        gd.return_value = mock_data\n        data = US_SPP.fetch_production(\n            zone_key=ZoneKey(\"US-SW-AZPS\"), logger=logging.getLogger(\"test\")\n        )\n        datapoint = data[-1]\n\n    assert isinstance(data, list)\n    assert len(data) == 23\n\n    # Unknown keys must be assigned and summed.\n    assert round(datapoint[\"production\"][\"unknown\"], 2) == 33.1\n    assert datapoint[\"datetime\"] == datetime(2018, 7, 27, 11, 45, tzinfo=timezone.utc)\n    assert datapoint[\"source\"] == \"spp.org\"\n    assert datapoint[\"zoneKey\"] == \"US-SW-AZPS\"\n    assert isinstance(datapoint[\"storage\"], dict)\n\n\ndef test_SPP_logging():\n    \"\"\"Make sure that new generation types are logged properly.\"\"\"\n    filename = \"electricitymap/contrib/parsers/tests/mocks/US_SPP_Gen_Mix.pkl\"\n    mock_data = read_pickle(filename)\n\n    with LogCapture() as log:\n        with patch(\"electricitymap.contrib.parsers.US_SPP.get_data\") as gd:\n            gd.return_value = mock_data\n            US_SPP.fetch_production(\n                zone_key=ZoneKey(\"US-SW-AZPS\"), logger=logging.getLogger(\"test\")\n            )\n        log.check(\n            (\n                \"test\",\n                \"WARNING\",\n                \"\"\"New column 'Flux Capacitor' present in US-SPP data source.\"\"\",\n            )\n        )\n\n\ndef test_fetch_realtime_locational_marginal_price(adapter, session, snapshot):\n    # Mock 8 consecutive 5-minute intervals of LMP data\n    base_url = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app/file-browser-api/download/rtbm-lmp-by-location?host=https://portal.spp.org&path=/2025/03/By_Interval/31/RTBM-LMP-SL-{}.csv\"\n    times = [\n        \"202503310910\",\n        \"202503310905\",\n        \"202503310900\",\n        \"202503310855\",\n        \"202503310850\",\n        \"202503310845\",\n        \"202503310840\",\n    ]\n\n    for time in times:\n        mock_csv = Path(\n            f\"electricitymap/contrib/parsers/tests/mocks/US_SPP/RTBM-LMP-SL-{time}.csv\"\n        )\n        adapter.register_uri(GET, base_url.format(time), text=mock_csv.read_text())\n\n    realtime_LMP = US_SPP.fetch_realtime_locational_marginal_price(\n        zone_key=ZoneKey(\"US-CENT-SWPP\"),\n        session=session,\n        target_datetime=datetime(\n            2025, 3, 31, 9, 10, tzinfo=ZoneInfo(\"America/Chicago\")\n        ),\n    )\n\n    assert snapshot == realtime_LMP\n\n\ndef test_fetch_dayahead_locational_marginal_price(adapter, session, snapshot):\n    mock_csv = Path(\n        \"electricitymap/contrib/parsers/tests/mocks/US_SPP/DA-LMP-SL-202503190100.csv\"\n    )\n    base_url = \"https://us-ca-proxy-jfnx5klx2a-uw.a.run.app/file-browser-api/download/da-lmp-by-location?host=https://portal.spp.org&path=/2025/03/By_Day/DA-LMP-SL-202503190100.csv\"\n\n    adapter.register_uri(GET, base_url, text=mock_csv.read_text())\n\n    dayahead_LMP = US_SPP.fetch_dayahead_locational_marginal_price(\n        zone_key=ZoneKey(\"US-CENT-SWPP\"),\n        session=session,\n        target_datetime=datetime(2025, 3, 19, 1, 0, tzinfo=ZoneInfo(\"America/Chicago\")),\n    )\n\n    assert snapshot == dayahead_LMP\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_UY.py",
    "content": "import re\nfrom pathlib import Path\n\nimport pytest\nfrom requests_mock import GET\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.parsers.UY import (\n    fetch_consumption,\n    fetch_exchange,\n    fetch_production,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\n@pytest.fixture(autouse=True)\ndef register_mock_uris(adapter):\n    html = Path(\"electricitymap/contrib/parsers/tests/mocks/UY/html.html\")\n    adapter.register_uri(\n        GET,\n        \"https://pronos.adme.com.uy/gpf.php\",\n        text=html.read_text(),\n    )\n    data = Path(\"electricitymap/contrib/parsers/tests/mocks/UY/data.ods\")\n    adapter.register_uri(\n        GET,\n        re.compile(r\"https://pronos\\.adme\\.com\\.uy.*cache.*\"),\n        content=data.read_bytes(),\n    )\n\n\ndef test_fetch_production(session, snapshot):\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"UY\"),\n        session=session,\n    )\n\n\ndef test_fetch_consumption(session, snapshot):\n    assert snapshot == fetch_consumption(\n        zone_key=ZoneKey(\"UY\"),\n        session=session,\n    )\n\n\n@pytest.mark.parametrize(\"zone_key\", [ZoneKey(\"AR\"), ZoneKey(\"BR-S\")])\ndef test_fetch_exchange(session, snapshot, zone_key):\n    assert snapshot(extension_class=SingleFileAmberSnapshotExtension) == fetch_exchange(\n        zone_key1=ZoneKey(\"UY\"),\n        zone_key2=zone_key,\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_amper_landsnet.py",
    "content": "import json\nfrom importlib import resources\n\nfrom requests_mock import GET\n\nfrom electricitymap.contrib.parsers.amper_landsnet import SOURCE_URL, fetch_production\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_fetch_production(adapter, session, snapshot):\n    adapter.register_uri(\n        GET,\n        SOURCE_URL,\n        json=json.loads(\n            resources.files(\"electricitymap.contrib.parsers.tests.mocks.amper_landsnet\")\n            .joinpath(\"production.json\")\n            .read_text()\n        ),\n    )\n    assert snapshot == fetch_production(\n        zone_key=ZoneKey(\"IS\"),\n        session=session,\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_config.py",
    "content": "\"\"\"Tests for config/__init__.py.\"\"\"\n\nimport pytest\nfrom syrupy.extensions.single_file import SingleFileAmberSnapshotExtension\n\nfrom electricitymap.contrib.config import emission_factors\n\n\n@pytest.fixture\ndef emission_factor_result(zone_key):\n    \"\"\"Fixture to generate emission factor result in the expected format.\"\"\"\n    return {\n        \"emissionFactors\": {\n            \"defaults\": {\n                key: {\"value\": value, \"source\": \"IPCC 2014\"}\n                for key, value in emission_factors(zone_key).items()\n            },\n            \"zoneOverrides\": {},\n        }\n    }\n\n\n@pytest.mark.parametrize(\"zone_key\", [\"KR\", \"FR\"])\ndef test_snapshot_emission_factor(snapshot, zone_key, emission_factor_result):\n    \"\"\"Test emission factors configuration.\"\"\"\n    assert (\n        snapshot(extension_class=SingleFileAmberSnapshotExtension)\n        == emission_factor_result\n    )\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_quality.py",
    "content": "import pytest\n\nfrom electricitymap.contrib.parsers.lib.quality import (\n    validate_consumption,\n    validate_exchange,\n)\nfrom electricitymap.contrib.parsers.tests.mocks.quality_check import (\n    c1,\n    c2,\n    c3,\n    e1,\n    e2,\n    e3,\n    e4,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\n\ndef test_validate_consumption_positive():\n    assert not validate_consumption(c1, ZoneKey(\"FR\")), \"Positive consumption is fine!\"\n\n\ndef test_validate_consumption_negative():\n    with pytest.raises(ValueError):\n        validate_consumption(c2, ZoneKey(\"FR\"))\n\n\ndef test_validate_consumption_none():\n    assert not validate_consumption(c3, ZoneKey(\"FR\")), \"Consumption can be undefined!\"\n\n\ndef test_validate_exchange_key_mismatch():\n    with pytest.raises(Exception):\n        validate_exchange(e1, \"DK->NA\")\n\n\ndef test_validate_exchange_no_datetime():\n    with pytest.raises(Exception):\n        validate_exchange(e2, \"DK->NO\")\n\n\ndef test_validate_exchange_bad_datetime():\n    with pytest.raises(Exception):\n        validate_exchange(e3, \"DK->NO\")\n\n\ndef test_validate_exchange_future_not_allowed():\n    with pytest.raises(Exception):\n        validate_exchange(e4, \"DK->NO\")\n"
  },
  {
    "path": "electricitymap/contrib/parsers/tests/test_utils.py",
    "content": "from unittest import mock\n\nimport pytest\nimport requests\n\nimport electricitymap.contrib.parsers.lib.utils as tested\n\n\ndef test_TOKEN_WIKI_URL():\n    assert requests.get(tested.TOKEN_WIKI_URL).status_code == 200\n\n\ndef test_get_token():\n    with mock.patch.dict(\n        \"electricitymap.contrib.parsers.lib.utils.os.environ\", {\"token\": \"42\"}\n    ):\n        assert tested.get_token(\"token\") == \"42\"\n\n    with (\n        mock.patch.dict(\"electricitymap.contrib.parsers.lib.utils.os.environ\", {}),\n        pytest.raises(Exception),\n    ):\n        tested.get_token(\"token\")\n\n    with (\n        mock.patch.dict(\n            \"electricitymap.contrib.parsers.lib.utils.os.environ\", {\"token\": \"\"}\n        ),\n        pytest.raises(Exception),\n    ):\n        tested.get_token(\"token\")\n"
  },
  {
    "path": "electricitymap/contrib/py.typed",
    "content": ""
  },
  {
    "path": "geo/.gitignore",
    "content": "# dependencies (bun install)\nnode_modules\n\n# output\nout\ndist\n*.tgz\n\n# code coverage\ncoverage\n*.lcov\n\n# logs\nlogs\n_.log\nreport.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json\n\n# dotenv environment variable files\n.env\n.env.development.local\n.env.test.local\n.env.production.local\n.env.local\n\n# caches\n.eslintcache\n.cache\n*.tsbuildinfo\n\n# IntelliJ based IDEs\n.idea\n\n# Finder (MacOS) folder config\n.DS_Store\n"
  },
  {
    "path": "geo/README.md",
    "content": "# Zone Geo Generator\n\nComputes `bounding_box` and `center_point` for each zone YAML file in `config/zones/` based on the geometries in `world.geojson`.\n\nFor aggregate zones (zones with `subZoneNames`), the geometry is computed by combining all sub-zone geometries.\n\n## Prerequisites\n\n- [Bun](https://bun.sh/) runtime\n\n## Usage\n\n```sh\n# Install dependencies\nbun install\n\n# Generate/update zone geo data\nbun run generate-zone-geo.ts\n```\n\nThis will update all zone YAML files in `config/zones/` with computed `bounding_box` and `center_point` values.\n"
  },
  {
    "path": "geo/generate-zone-geo.ts",
    "content": "import { readFileSync, readdirSync, writeFileSync } from 'fs';\nimport { join } from 'path';\nimport bbox from '@turf/bbox';\nimport buffer from '@turf/buffer';\nimport { centroid } from '@turf/centroid';\nimport pointOnFeature from '@turf/point-on-feature';\nimport union from '@turf/union';\nimport type { Feature, FeatureCollection, MultiPolygon, Polygon } from 'geojson';\n\nconst GEO_PATH = join(import.meta.dir, 'world.geojson');\nconst ZONES_DIR = join(import.meta.dir, '..', 'config', 'zones');\nconst BUFFER_KM = -40;\n\n// Load the geojson\nconst geojson: FeatureCollection<Polygon | MultiPolygon> = JSON.parse(\n  readFileSync(GEO_PATH, 'utf-8')\n);\n\n// Build a map of zoneName -> features\nconst featuresByZone = new Map<string, Feature<Polygon | MultiPolygon>[]>();\nfor (const feature of geojson.features) {\n  const zoneName = feature.properties?.zoneName;\n  if (!zoneName) continue;\n  if (!featuresByZone.has(zoneName)) featuresByZone.set(zoneName, []);\n  featuresByZone.get(zoneName)!.push(feature);\n}\n\n// Parse subZoneNames from YAML files to find aggregate zones\nfunction getSubZoneNames(content: string): string[] {\n  const match = content.match(/subZoneNames:\\n((?:  - .+\\n)+)/);\n  if (!match) return [];\n  return [...match[1]!.matchAll(/  - (.+)/g)].map((m) => m[1]!);\n}\n\ninterface ZoneGeo {\n  centerPoint: [number, number];\n  centroid: [number, number];\n  boundingBox: [[number, number], [number, number]];\n}\n\nfunction computeZoneGeo(features: Feature<Polygon | MultiPolygon>[]): ZoneGeo {\n  const fc: FeatureCollection<Polygon | MultiPolygon> = {\n    type: 'FeatureCollection',\n    features,\n  };\n\n  const combined = features.length === 1 ? features[0]! : union(fc)!;\n  const computedCentroid = centroid(combined);\n\n  // Shrink the polygon inward to keep the center point away from borders.\n  // Fall back to the original geometry if the buffer collapses it.\n  const buffered = buffer(combined, BUFFER_KM, { units: 'kilometers' });\n  const target =\n    buffered && buffered.geometry.coordinates.length > 0 ? buffered : combined;\n\n  const center = pointOnFeature(target);\n  const [minLon, minLat, maxLon, maxLat] = bbox(fc);\n\n  return {\n    centerPoint: center.geometry.coordinates as [number, number],\n    boundingBox: [\n      [minLon, minLat],\n      [maxLon, maxLat],\n    ],\n    centroid: computedCentroid.geometry.coordinates as [number, number],\n  };\n}\n\n// Build a map of zoneName -> geo data\nconst zoneGeos = new Map<string, ZoneGeo>();\n\n// First pass: compute for zones that have their own geometry\nfor (const [zoneName, features] of featuresByZone) {\n  zoneGeos.set(zoneName, computeZoneGeo(features));\n}\n\nconsole.log(`Computed geo data for ${zoneGeos.size} zones from geojson`);\n\n// Second pass: compute for aggregate zones by combining sub-zone geometries\nconst zoneFiles = readdirSync(ZONES_DIR).filter((f) => f.endsWith('.yaml'));\n\nfor (const file of zoneFiles) {\n  const zoneName = file.replace('.yaml', '');\n  if (zoneGeos.has(zoneName)) continue;\n\n  const filePath = join(ZONES_DIR, file);\n  const content = readFileSync(filePath, 'utf-8');\n  const subZoneNames = getSubZoneNames(content);\n  if (subZoneNames.length === 0) continue;\n\n  const subFeatures: Feature<Polygon | MultiPolygon>[] = [];\n  for (const sub of subZoneNames) {\n    const features = featuresByZone.get(sub);\n    if (features) subFeatures.push(...features);\n  }\n\n  if (subFeatures.length === 0) {\n    console.warn(`No sub-zone geometries found for aggregate zone ${zoneName}`);\n    continue;\n  }\n\n  zoneGeos.set(zoneName, computeZoneGeo(subFeatures));\n  console.log(\n    `Computed geo for aggregate zone ${zoneName} from ${subFeatures.length} sub-zone features`\n  );\n}\n\n// Update each zone YAML file\nlet updated = 0;\nlet skipped = 0;\n\nfor (const file of zoneFiles) {\n  const zoneName = file.replace('.yaml', '');\n  const geo = zoneGeos.get(zoneName);\n  if (!geo) {\n    console.warn(`No geometry found for zone ${zoneName}`);\n    skipped++;\n    continue;\n  }\n\n  const filePath = join(ZONES_DIR, file);\n  let content = readFileSync(filePath, 'utf-8');\n\n  // Remove existing bounding_box, center_point, and centroid\n  content = content.replace(/^bounding_box:\\n((?:  .+\\n)+)/m, '');\n  content = content.replace(/^center_point:\\n((?:  - .+\\n)+)/m, '');\n  content = content.replace(/^centroid:\\n((?:  - .+\\n)+)/m, '');\n\n  const [[minLon, minLat], [maxLon, maxLat]] = geo.boundingBox;\n  const [lon, lat] = geo.centerPoint;\n  const [cLon, cLat] = geo.centroid;\n\n  const geoYaml = [\n    `bounding_box:`,\n    `  - - ${minLon}`,\n    `    - ${minLat}`,\n    `  - - ${maxLon}`,\n    `    - ${maxLat}`,\n    `center_point:`,\n    `  - ${lon}`,\n    `  - ${lat}`,\n    `centroid:`,\n    `  - ${cLon}`,\n    `  - ${cLat}`,\n    '',\n  ].join('\\n');\n\n  // Insert at the very beginning (bounding_box is always first, after optional _comment)\n  const commentMatch = content.match(/^_comment:.*\\n((?:  .+\\n)*)/);\n  if (commentMatch) {\n    const insertPos = commentMatch.index! + commentMatch[0].length;\n    content = content.slice(0, insertPos) + geoYaml + content.slice(insertPos);\n  } else {\n    content = geoYaml + content;\n  }\n\n  writeFileSync(filePath, content);\n  updated++;\n}\n\nconsole.log(`\\nUpdated ${updated} zone files, skipped ${skipped}`);\n"
  },
  {
    "path": "geo/package.json",
    "content": "{\n  \"name\": \"geo\",\n  \"module\": \"index.ts\",\n  \"type\": \"module\",\n  \"private\": true,\n  \"scripts\": {\n    \"generate\": \"bun run generate-zone-geo.ts\"\n  },\n  \"devDependencies\": {\n    \"@types/bun\": \"latest\"\n  },\n  \"peerDependencies\": {\n    \"typescript\": \"^5\"\n  },\n  \"dependencies\": {\n    \"@turf/bbox\": \"^7.3.4\",\n    \"@turf/buffer\": \"^7.3.4\",\n    \"@turf/centroid\": \"^7.3.4\",\n    \"@turf/point-on-feature\": \"^7.3.4\",\n    \"@turf/union\": \"^7.3.4\"\n  }\n}\n"
  },
  {
    "path": "geo/tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    // Environment setup & latest features\n    \"lib\": [\"ESNext\"],\n    \"target\": \"ESNext\",\n    \"module\": \"Preserve\",\n    \"moduleDetection\": \"force\",\n    \"jsx\": \"react-jsx\",\n    \"allowJs\": true,\n\n    // Bundler mode\n    \"moduleResolution\": \"bundler\",\n    \"allowImportingTsExtensions\": true,\n    \"verbatimModuleSyntax\": true,\n    \"noEmit\": true,\n\n    // Best practices\n    \"strict\": true,\n    \"skipLibCheck\": true,\n    \"noFallthroughCasesInSwitch\": true,\n    \"noUncheckedIndexedAccess\": true,\n    \"noImplicitOverride\": true,\n\n    // Some stricter flags (disabled by default)\n    \"noUnusedLocals\": false,\n    \"noUnusedParameters\": false,\n    \"noPropertyAccessFromIndexSignature\": false\n  }\n}\n"
  },
  {
    "path": "geo/world.geojson",
    "content": "{\n  \"type\": \"FeatureCollection\",\n  \"name\": \"world\",\n  \"crs\": { \"type\": \"name\", \"properties\": { \"name\": \"urn:ogc:def:crs:OGC:1.3:CRS84\" } },\n  \"features\": [\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SE-SE4\", \"countryKey\": \"SE\", \"countryName\": \"Sweden\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [12.375123751237538, 56.911490913169189],\n              [12.352274438535977, 56.993903387090171],\n              [12.46671906063415, 57.017274003453508],\n              [12.64604969615406, 57.21588539210255],\n              [12.93075623929785, 57.218790070799827],\n              [13.05695187170074, 57.37943499043466],\n              [13.493399721822893, 57.304064793975236],\n              [13.500552510704029, 57.273693849828895],\n              [13.575656793955959, 57.273417635356047],\n              [13.634922758971085, 57.402459733820493],\n              [13.716668917612635, 57.46159001614717],\n              [13.894339084285129, 57.466261358858688],\n              [14.036628491670584, 57.320585717697561],\n              [14.224612724452946, 57.332893979176795],\n              [14.271105852180328, 57.383875864735501],\n              [14.361314015525009, 57.368416546112044],\n              [14.41189445118447, 57.308583779960074],\n              [14.592630098806016, 57.244299920345696],\n              [14.754589675614588, 57.236835449311855],\n              [14.973995088124791, 57.172807089329581],\n              [15.08230874832485, 57.380880915534917],\n              [15.285907774691461, 57.355947940458719],\n              [15.360756601197625, 57.378815290795764],\n              [15.536287317624433, 57.376921699235311],\n              [15.568474867589551, 57.395509093318026],\n              [15.631828140536753, 57.390002699726161],\n              [15.860573690313613, 57.465222380212246],\n              [15.979744262208255, 57.412702642979355],\n              [16.043352991901209, 57.396601669933297],\n              [16.091762045221756, 57.319559843136616],\n              [16.150261639999613, 57.317352822653973],\n              [16.226387750234561, 57.289201693773002],\n              [16.249123400606738, 57.327421276700662],\n              [16.268921298402738, 57.329420846760236],\n              [16.270773359809464, 57.343139099295826],\n              [16.251198986666004, 57.369785423540165],\n              [16.390039727983758, 57.367030398054219],\n              [16.562963499088628, 57.323721452873549],\n              [16.564484753150527, 57.323318369874727],\n              [16.46476464764649, 57.177672320099433],\n              [16.583565835658391, 57.044581616634318],\n              [16.093960939609417, 56.419198418631524],\n              [16.039960399604013, 56.254623892841309],\n              [15.852758527585308, 56.085756118552226],\n              [15.571955719557224, 56.205967076520736],\n              [15.319953199532023, 56.140137266204647],\n              [14.686346863468657, 56.147292680369432],\n              [14.769147691476945, 56.031374970899819],\n              [14.477544775447768, 56.031374970899819],\n              [14.207542075420776, 55.821005794454933],\n              [14.36234362343626, 55.523340565199604],\n              [14.182341823418255, 55.390249861734489],\n              [13.883538835388379, 55.433182346723228],\n              [13.278732787327897, 55.34588629391277],\n              [12.958150998345086, 55.4027039672538],\n              [12.903257159209735, 55.570773993248451],\n              [13.062730627306308, 55.675035345493185],\n              [12.922329223292252, 55.749451652807025],\n              [12.504725047250503, 56.274659052502727],\n              [12.796327963279651, 56.227433319015105],\n              [12.619926199262011, 56.419198418631524],\n              [12.889928899289004, 56.454975489455478],\n              [12.871928719287212, 56.649602754737813],\n              [12.731527315273183, 56.646740589071896],\n              [12.598325983259855, 56.821332694692813],\n              [12.375123751237538, 56.911490913169189]\n            ]\n          ],\n          [\n            [\n              [16.573481602306419, 56.819776098892611],\n              [16.837661894380986, 57.006725131241296],\n              [17.033350999621412, 57.330317723841425],\n              [17.199686739075773, 57.377821379018144],\n              [16.416680918686531, 56.207203913707026],\n              [16.377792497065993, 56.470095649402886],\n              [16.573481602306419, 56.819776098892611]\n            ]\n          ],\n          [\n            [\n              [12.722287265538592, 55.909118129803502],\n              [12.705865362515883, 55.888963976093812],\n              [12.667423180439995, 55.920688106933142],\n              [12.694209816964682, 55.92057882968161],\n              [12.722287265538592, 55.909118129803502]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SE-SE3\", \"countryKey\": \"SE\", \"countryName\": \"Sweden\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [18.563585635856384, 60.227309837133632],\n              [18.329583295832975, 60.285984233284935],\n              [18.505985059850616, 60.155755695485723],\n              [18.819188191881949, 60.114254293329935],\n              [18.948789487894913, 59.899591868386182],\n              [19.082318074652878, 59.873624564749576],\n              [19.066038792008317, 59.724066261491146],\n              [18.412384123841264, 59.491733260993058],\n              [18.009180091800943, 59.408730456681468],\n              [18.275582755827571, 59.312847906873259],\n              [18.415984159841628, 59.139686884085307],\n              [18.041580415804191, 59.059546245439634],\n              [17.901179011790134, 58.915006879310852],\n              [17.749977499775014, 58.923593376308602],\n              [17.757177571775742, 59.125376055755723],\n              [17.609576095760985, 59.093892233430637],\n              [17.591575915759165, 58.86778114582323],\n              [16.925569255692579, 58.625928147053273],\n              [16.234362343623445, 58.668860632042012],\n              [16.410764107641086, 58.597306490394104],\n              [16.788767887678887, 58.607324070224806],\n              [16.939969399694007, 58.491406360755178],\n              [16.720367203672055, 58.437025213102771],\n              [16.777967779677823, 58.130773486849691],\n              [16.562963499088628, 57.323721452873549],\n              [16.390039727983758, 57.367030398054219],\n              [16.251198986666004, 57.369785423540165],\n              [16.270773359809464, 57.343139099295826],\n              [16.268921298402738, 57.329420846760236],\n              [16.249123400606738, 57.327421276700662],\n              [16.226387750234561, 57.289201693773002],\n              [16.150261639999613, 57.317352822653973],\n              [16.091762045221756, 57.319559843136616],\n              [16.043352991901209, 57.396601669933297],\n              [15.979744262208255, 57.412702642979355],\n              [15.860573690313613, 57.465222380212246],\n              [15.631828140536753, 57.390002699726161],\n              [15.568474867589551, 57.395509093318026],\n              [15.536287317624433, 57.376921699235311],\n              [15.360756601197625, 57.378815290795764],\n              [15.285907774691461, 57.355947940458719],\n              [15.08230874832485, 57.380880915534917],\n              [14.973995088124791, 57.172807089329581],\n              [14.754589675614588, 57.236835449311855],\n              [14.592630098806016, 57.244299920345696],\n              [14.41189445118447, 57.308583779960074],\n              [14.361314015525009, 57.368416546112044],\n              [14.271105852180328, 57.383875864735501],\n              [14.224612724452946, 57.332893979176795],\n              [14.036628491670584, 57.320585717697561],\n              [13.894339084285129, 57.466261358858688],\n              [13.716668917612635, 57.46159001614717],\n              [13.634922758971085, 57.402459733820493],\n              [13.575656793955959, 57.273417635356047],\n              [13.500552510704029, 57.273693849828895],\n              [13.493399721822893, 57.304064793975236],\n              [13.05695187170074, 57.37943499043466],\n              [12.93075623929785, 57.218790070799827],\n              [12.64604969615406, 57.21588539210255],\n              [12.46671906063415, 57.017274003453508],\n              [12.352274438535977, 56.993903387090171],\n              [12.10175632188246, 57.507640953067934],\n              [11.95325522054484, 57.366970378728197],\n              [11.705517055170588, 57.721483796623602],\n              [11.687516875168768, 57.837401506093229],\n              [11.554056052889548, 57.958661711604435],\n              [11.4855648660554, 58.062330648344854],\n              [11.358366947649124, 58.145049743754896],\n              [11.413914139141411, 58.431300881770937],\n              [11.230312303123043, 58.339711580461596],\n              [11.287912879128811, 58.580133496398602],\n              [11.118711187111899, 58.969388026963259],\n              [11.159284817463636, 59.074285017403206],\n              [11.298017754860162, 59.115941244950811],\n              [11.370713707137099, 59.101047647595436],\n              [11.453514535145388, 58.896402802482385],\n              [11.665916659166612, 58.920731210642685],\n              [11.806318063180669, 59.294243830044806],\n              [11.676716767167704, 59.558994154142098],\n              [11.903519035190385, 59.76936333058697],\n              [11.849518495184981, 59.872401294559978],\n              [12.144721447214494, 59.898160785553216],\n              [12.447124471244734, 60.051286648679763],\n              [12.609126091260947, 60.48633582989909],\n              [12.335523355233562, 60.828364626976139],\n              [12.281522815228186, 61.015836478093675],\n              [12.670670550143965, 61.054228230276124],\n              [12.872743374997839, 61.355733714978733],\n              [12.571033419002276, 61.569992025076544],\n              [12.420235853452628, 61.565096699999017],\n              [12.137443265721197, 61.722031407671032],\n              [12.298257169719612, 62.26429740073408],\n              [12.608653236246878, 62.213142906335179],\n              [12.803285335441274, 62.218916356128283],\n              [13.598401695218378, 61.656248144208632],\n              [13.559254102539507, 61.643540035181076],\n              [13.653473732376787, 61.586341489102118],\n              [14.053354227085272, 61.534097718790107],\n              [14.09228064692415, 61.45133931569066],\n              [14.31876163507763, 61.466556342056165],\n              [14.721406790286045, 61.310282254749666],\n              [15.416276560335559, 61.311981049972985],\n              [15.415834214655575, 61.262678605777509],\n              [15.589123134790466, 61.262625436362093],\n              [16.138295296494281, 61.00497976968196],\n              [16.387114741486943, 60.786920475098363],\n              [16.525568939322863, 60.791453860163536],\n              [16.6328377667197, 60.785409204179246],\n              [16.7312596805168, 60.811091116812392],\n              [16.838307335073647, 60.807639284897824],\n              [16.840961409153564, 60.773964411045505],\n              [16.929209372310972, 60.778499629281882],\n              [17.237081965581893, 60.890595764645916],\n              [17.310773107731109, 60.745361822664549],\n              [17.191971919719208, 60.70242933767581],\n              [17.573575735757373, 60.648048190023388],\n              [17.63837638376387, 60.514957486558259],\n              [17.919179191791926, 60.600822456535766],\n              [17.965979659796631, 60.512095320892342],\n              [18.563585635856384, 60.227309837133632]\n            ],\n            [\n              [14.055078343892559, 59.228896432226669],\n              [13.164289824207296, 59.275430160866946],\n              [13.270652632527925, 58.919779520544843],\n              [13.194204364047474, 58.863274278624509],\n              [12.895058965645706, 59.072676057505745],\n              [12.486226921163292, 58.703730066143571],\n              [12.659066484684313, 58.640577148703194],\n              [12.296768168842172, 58.38464164118168],\n              [12.855172912525472, 58.481032936222249],\n              [13.121079933327042, 58.703730066143571],\n              [13.254033443727828, 58.713701579423628],\n              [13.13437528436712, 58.507623638302412],\n              [13.310538685648162, 58.497652125022348],\n              [13.340453225488337, 58.594043420062917],\n              [13.938744022291871, 58.763559145823919],\n              [14.098288234772813, 59.039437679905554],\n              [13.932096346771832, 59.056056868705646],\n              [14.055078343892559, 59.228896432226669]\n            ],\n            [\n              [14.56086279211908, 58.627163465733666],\n              [14.118792370036468, 57.915862185089466],\n              [14.18859296299688, 57.77293716140862],\n              [14.780236084280375, 58.460971577732685],\n              [14.986314025401594, 58.524124495173062],\n              [14.869979703800905, 58.573982061573354],\n              [14.963047161081455, 58.760116976134455],\n              [14.863332028280865, 58.793355353734647],\n              [14.56086279211908, 58.627163465733666]\n            ]\n          ],\n          [\n            [\n              [18.075393061894275, 57.567047515364955],\n              [18.73921288233187, 57.944820189108249],\n              [19.373529599638907, 58.030837814346235],\n              [18.842473743288831, 57.653969378725535],\n              [18.827722191723552, 57.297063458191609],\n              [18.47368495415683, 56.992954040965905],\n              [18.149150819720671, 56.92056161758078],\n              [18.119647716590112, 57.225263327236661],\n              [18.075393061894275, 57.567047515364955]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SE-SE2\", \"countryKey\": \"SE\", \"countryName\": \"Sweden\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.309603096030969, 63.654753222068834],\n              [20.072000720007225, 63.666201884732502],\n              [19.751597515975192, 63.524524684269636],\n              [19.686796867968695, 63.431504300127344],\n              [19.470794707947107, 63.561732837926542],\n              [19.506795067950691, 63.411469140465925],\n              [19.27999279992801, 63.460125956786499],\n              [19.269192691926946, 63.34277716448392],\n              [19.035190351903537, 63.178202638693719],\n              [18.642786427864309, 63.146718816368633],\n              [18.394383943839472, 62.944936136921513],\n              [18.469984699847032, 62.867657663941756],\n              [18.077580775807775, 62.773206196966512],\n              [17.926379263792654, 62.821863013287086],\n              [18.041580415804191, 62.625804665171799],\n              [17.706777067770702, 62.436901731221297],\n              [17.436774367743709, 62.537077529528375],\n              [17.335973359733629, 62.40398682606326],\n              [17.508775087750905, 62.217946057778676],\n              [17.353973539735421, 61.954626816514335],\n              [17.400774007740097, 61.722791397575094],\n              [17.055170551705544, 61.58254527994518],\n              [17.17757177571778, 61.48666273013697],\n              [17.169329776684066, 61.022897561232661],\n              [17.237081965581893, 60.890595764645916],\n              [16.929209372310972, 60.778499629281882],\n              [16.840961409153564, 60.773964411045505],\n              [16.838307335073647, 60.807639284897824],\n              [16.7312596805168, 60.811091116812392],\n              [16.6328377667197, 60.785409204179246],\n              [16.525568939322863, 60.791453860163536],\n              [16.387114741486943, 60.786920475098363],\n              [16.138295296494281, 61.00497976968196],\n              [15.589123134790466, 61.262625436362093],\n              [15.415834214655575, 61.262678605777509],\n              [15.416276560335559, 61.311981049972985],\n              [14.721406790286045, 61.310282254749666],\n              [14.31876163507763, 61.466556342056165],\n              [14.09228064692415, 61.45133931569066],\n              [14.053354227085272, 61.534097718790107],\n              [13.653473732376787, 61.586341489102118],\n              [13.559254102539507, 61.643540035181076],\n              [13.598401695218378, 61.656248144208632],\n              [12.803285335441274, 62.218916356128283],\n              [12.608653236246878, 62.213142906335179],\n              [12.298257169719612, 62.26429740073408],\n              [12.057443445406413, 62.611364377099854],\n              [12.13670640997934, 62.748550277322231],\n              [12.074910112915699, 62.901908244473404],\n              [12.218464612767876, 63.000569337099087],\n              [11.973251900565201, 63.26732575153612],\n              [12.213343183256953, 63.476533923176234],\n              [12.150580731764919, 63.591100302883916],\n              [12.682769226066599, 63.972589243182647],\n              [12.925676145774485, 64.059029577631634],\n              [13.211252852168155, 64.095566923267768],\n              [13.716413154938838, 64.046206145242351],\n              [13.967557064061047, 64.007902443440486],\n              [14.157719205213425, 64.195275716028149],\n              [14.114023722627877, 64.463915413643988],\n              [13.642336423364242, 64.583525980658791],\n              [14.326758158719665, 65.120356245155136],\n              [14.379640722349183, 65.245159095320801],\n              [14.504443572514843, 65.30861817167623],\n              [14.495982362334122, 65.515917821103926],\n              [14.536173110692554, 65.693603234899115],\n              [14.625283872217643, 65.813104130305121],\n              [14.518266646852341, 66.129601881917409],\n              [15.037414037986153, 66.15464846657737],\n              [15.485061313574022, 66.282662705703288],\n              [15.457287907031832, 66.344754940019271],\n              [15.778170619775583, 66.28971189421452],\n              [16.523080744874139, 66.053821940297567],\n              [16.777871856546803, 66.03226819540761],\n              [17.675833586920952, 65.655211779319075],\n              [18.066867168029688, 65.597891651467052],\n              [18.296886921623067, 65.512957319827095],\n              [18.167721983066787, 65.243894418897],\n              [18.438437539218988, 65.13809920462252],\n              [18.419859020659523, 65.090819121581191],\n              [19.549609887346993, 64.706136912227649],\n              [19.549388714506996, 64.408354229391094],\n              [20.030660814333135, 64.291935611962288],\n              [20.021813900733392, 64.27254858718311],\n              [20.101436123131098, 64.266787441049829],\n              [20.047248777332669, 64.205260377165956],\n              [20.279590845745961, 64.207329524699503],\n              [20.617985290936218, 64.29054442279778],\n              [20.703136834333772, 64.29159981410497],\n              [20.8376099210499, 64.242913892166797],\n              [20.881955075468642, 64.204731035518918],\n              [21.009682390564969, 64.155554429439078],\n              [20.777607776077787, 63.869415647012588],\n              [20.50400504005043, 63.822189913524966],\n              [20.309603096030969, 63.654753222068834]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SE-SE1\", \"countryKey\": \"SE\", \"countryName\": \"Sweden\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [16.388612578455984, 67.043560969054298],\n              [16.406627905132439, 67.205698909142399],\n              [16.100367351632695, 67.437324537839672],\n              [16.1569869497587, 67.519680316932039],\n              [16.414348759422349, 67.535122025511853],\n              [16.738624639598548, 67.91087026762078],\n              [17.186434188413301, 68.054992881032433],\n              [17.28423167608549, 68.119333333448338],\n              [17.893978939789406, 67.969467963438206],\n              [18.154114592748627, 68.193968258250806],\n              [18.105215848912536, 68.407578560271631],\n              [18.128378411782265, 68.533685847006822],\n              [18.41147640241228, 68.58001097274628],\n              [18.620697672463567, 68.506003883684357],\n              [18.985090191974898, 68.517435805865105],\n              [19.925365791341388, 68.35453091478945],\n              [20.222595768040826, 68.490284990685836],\n              [19.94251367461251, 68.556018543225136],\n              [20.205628368198656, 68.667196726962217],\n              [20.338348286666925, 68.804614695641746],\n              [20.306636447740878, 68.924414976029027],\n              [20.064686861860672, 69.047738794074775],\n              [20.549205472874075, 69.059918116508356],\n              [20.936009360093607, 68.966932698010169],\n              [21.465214652146528, 68.686440462750312],\n              [21.91881918819189, 68.567660587614796],\n              [22.073620736207374, 68.477502369138406],\n              [22.80802808028082, 68.39449956482683],\n              [23.052830528305293, 68.298617015018621],\n              [23.150031500315009, 68.129749240729538],\n              [23.661236612366139, 67.932259809781286],\n              [23.499234992349955, 67.882171910627747],\n              [23.55323553235533, 67.587368847038334],\n              [23.430834308343094, 67.485761965898291],\n              [23.765637656376583, 67.419932155582202],\n              [23.582035820358215, 67.153750748651959],\n              [23.999639996399992, 66.81172195157491],\n              [23.880838808388091, 66.564144621473119],\n              [23.643236432364347, 66.436778249339824],\n              [23.722437224372271, 66.206373913233534],\n              [24.021240212402148, 66.048954801608119],\n              [24.161641616416176, 65.822843714000712],\n              [23.927639276392796, 65.75987606935054],\n              [23.690036900369023, 65.829999128165497],\n              [23.373233732337354, 65.822843714000712],\n              [23.128431284312853, 65.715512501528835],\n              [22.685626856268584, 65.862914033323534],\n              [22.678426784267856, 65.764169317849422],\n              [22.476824768247695, 65.8571897019917],\n              [22.257222572225743, 65.6926151762015],\n              [22.404824048240499, 65.542351478740869],\n              [21.789217892178954, 65.686890844869666],\n              [22.178021780217819, 65.539489313074952],\n              [21.854018540185422, 65.535196064576084],\n              [21.94401944019441, 65.412122940941671],\n              [21.490414904149048, 65.393518864113204],\n              [21.702817028170301, 65.286187651641328],\n              [21.620016200162013, 65.147372616844379],\n              [21.138603554297056, 64.798744352492918],\n              [21.603531061665954, 64.447888278158771],\n              [21.009682390564969, 64.155554429439078],\n              [20.881955075468642, 64.204731035518918],\n              [20.8376099210499, 64.242913892166797],\n              [20.703136834333772, 64.29159981410497],\n              [20.617985290936218, 64.29054442279778],\n              [20.279590845745961, 64.207329524699503],\n              [20.047248777332669, 64.205260377165956],\n              [20.101436123131098, 64.266787441049829],\n              [20.021813900733392, 64.27254858718311],\n              [20.030660814333135, 64.291935611962288],\n              [19.549388714506996, 64.408354229391094],\n              [19.549609887346993, 64.706136912227649],\n              [18.419859020659523, 65.090819121581191],\n              [18.438437539218988, 65.13809920462252],\n              [18.167721983066787, 65.243894418897],\n              [18.296886921623067, 65.512957319827095],\n              [18.066867168029688, 65.597891651467052],\n              [17.675833586920952, 65.655211779319075],\n              [16.777871856546803, 66.03226819540761],\n              [16.523080744874139, 66.053821940297567],\n              [15.778170619775583, 66.28971189421452],\n              [15.457287907031832, 66.344754940019271],\n              [15.37203343028456, 66.485085842084175],\n              [15.624248003754939, 66.595751420239537],\n              [16.036026899216779, 66.912306446125825],\n              [16.388612578455984, 67.043560969054298]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"XX\", \"countryKey\": \"CY\", \"countryName\": \"Cyprus\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [32.99328014732307, 35.367363350783883],\n              [33.102374475921657, 35.353407352008261],\n              [33.113069998333287, 35.36474678476425],\n              [33.186869102973503, 35.351662682554235],\n              [33.198634177626296, 35.359513398294474],\n              [33.23392940158466, 35.348173230583626],\n              [33.285267909160467, 35.349045607708838],\n              [33.362275670524177, 35.334213915318458],\n              [33.484739402137308, 35.332250693196769],\n              [33.664424178652624, 35.361912075869448],\n              [33.749988357945632, 35.407255472035096],\n              [33.850526268614914, 35.414229116690159],\n              [33.990637612207216, 35.452573374002384],\n              [34.138402939025326, 35.510354792229364],\n              [34.185463237636483, 35.566055570874397],\n              [34.313809506575986, 35.5817144445586],\n              [34.356591596222479, 35.630411361368587],\n              [34.576919357901957, 35.694715383982242],\n              [34.585475775831256, 35.646057646497553],\n              [34.44643398448013, 35.607805764428235],\n              [34.420764730692234, 35.569535585100482],\n              [34.294557566235056, 35.489457030131369],\n              [34.174767715224846, 35.44241719169186],\n              [34.084925326967195, 35.376166382443159],\n              [34.069951595590929, 35.325569927377586],\n              [34.022891296979772, 35.313352242059885],\n              [34.002402686860002, 35.330505566832606],\n              [33.94892507480187, 35.31479773414047],\n              [33.902934328431883, 35.250189037222761],\n              [33.898656119467233, 35.19601775118344],\n              [33.93609044790793, 35.133063798269276],\n              [34.001131139263713, 35.069504942768944],\n              [33.957214104670847, 35.073671976331333],\n              [33.9240579851948, 35.068419789105917],\n              [33.902666940371553, 35.074547308006288],\n              [33.919779776230151, 35.087676156321223],\n              [33.880206343307144, 35.126175253706108],\n              [33.869510820895506, 35.123550892983566],\n              [33.867371716413189, 35.099052782351237],\n              [33.87378902986017, 35.081549623371792],\n              [33.840632910384123, 35.061416347032527],\n              [33.819241865560876, 35.074547308006288],\n              [33.782417182032866, 35.045793320422476],\n              [33.771112014708557, 35.04915887767789],\n              [33.766833805743907, 35.036023833222792],\n              [33.739025447473679, 35.056163371176908],\n              [33.706938880238809, 35.037775294496498],\n              [33.717634402650432, 35.073671976331333],\n              [33.703730223515315, 35.077173246693164],\n              [33.695173805586016, 35.067544391706697],\n              [33.674852313003932, 35.062291810150931],\n              [33.671643656280445, 35.039526718229254],\n              [33.631000671116269, 35.039526718229254],\n              [33.613887835257664, 35.053536756517545],\n              [33.588218581469761, 35.036899568552215],\n              [33.566827536646507, 35.050910057374239],\n              [33.570036193369994, 35.066668984918707],\n              [33.532601864929305, 35.082424870536677],\n              [33.51228037234722, 35.07279663526689],\n              [33.487680670800479, 35.068419789105917],\n              [33.478054700630018, 35.0106234266051],\n              [33.46522007373607, 35.003615029237899],\n              [33.449176790118628, 35.006681276965942],\n              [33.448107237877473, 35.022010791659071],\n              [33.476985148388856, 35.043905113314061],\n              [33.469498282700719, 35.103427985097689],\n              [33.414951118401433, 35.162033040827275],\n              [33.419229327366075, 35.180393105583583],\n              [33.406394700472127, 35.189134536302404],\n              [33.407464252713297, 35.200496990461311],\n              [33.381794998925393, 35.201370959568614],\n              [33.367890819790276, 35.179518910798706],\n              [33.323504401782024, 35.174273544652017],\n              [33.286604849461916, 35.166404860848552],\n              [33.195692908963096, 35.194815962035939],\n              [33.154515147678339, 35.198312026548983],\n              [33.104780968464276, 35.158098201884833],\n              [33.098363655017302, 35.169902147658703],\n              [33.076437834073474, 35.173399284055627],\n              [33.033120968306392, 35.16421898021342],\n              [32.995686639865703, 35.143231537099176],\n              [32.959856639786757, 35.104740500131307],\n              [32.920283206863729, 35.097302635504505],\n              [32.901031266522807, 35.107802953018961],\n              [32.859853505238043, 35.101677932177417],\n              [32.862527385840963, 35.082862490597677],\n              [32.836323355932471, 35.081549623371821],\n              [32.793541266285978, 35.122238680912737],\n              [32.775893654306792, 35.130111636236819],\n              [32.763059027412837, 35.127487402357119],\n              [32.749154848277726, 35.140170416013831],\n              [32.719207385525173, 35.1436688307138],\n              [32.704233654148894, 35.15460040747854],\n              [32.710650967595868, 35.184763938475101],\n              [32.731139577715737, 35.177524618757431],\n              [32.833549204807049, 35.140799048486755],\n              [32.897187563156223, 35.174464787904292],\n              [32.925898356129828, 35.224200069985244],\n              [32.940944306608515, 35.288679777914986],\n              [32.917341938200522, 35.404858142319853],\n              [32.970819550258661, 35.383060965717782],\n              [32.99328014732307, 35.367363350783883]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AE\",\n        \"countryKey\": \"AE\",\n        \"countryName\": \"United Arab Emirates\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [56.277562775627757, 25.628020184700091],\n              [56.151561515615157, 25.659504007025177],\n              [56.183961839618405, 26.014412549598845],\n              [56.075960759607597, 26.061638283086467],\n              [55.8779587795878, 25.73964464567085],\n              [55.525155251552519, 25.542155214722598],\n              [55.08235082350825, 25.016947815026896],\n              [54.707947079470813, 24.803716472916093],\n              [54.484744847448496, 24.388702451358185],\n              [54.121141211412123, 24.145418369755262],\n              [53.581135811358109, 24.048104737114102],\n              [52.573125731257335, 24.152573783920062],\n              [52.34272342723429, 24.008034417791265],\n              [52.069120691206933, 23.96367084996956],\n              [51.809918099181004, 24.00087900362648],\n              [51.759517595175964, 24.289957735884059],\n              [51.589860180395931, 24.25468951816266],\n              [51.589860180395931, 24.129301352098896],\n              [52.583925839258399, 22.930429044573643],\n              [55.132971501454904, 22.631808397394501],\n              [55.210592747113424, 22.70823547004289],\n              [55.19035190351903, 22.994827772056766],\n              [55.373953739537399, 23.46994727259893],\n              [55.539555395553975, 23.77047466752019],\n              [55.456754567545687, 23.96367084996956],\n              [55.996759967599672, 24.081019642272139],\n              [55.931959319593204, 24.221265759902053],\n              [55.755557555575564, 24.229852256899804],\n              [55.787957879578812, 24.855235454902598],\n              [55.935559355593568, 24.97830857853701],\n              [56.032760327603285, 24.753628573762555],\n              [56.381963819638202, 24.97830857853701],\n              [56.371163711637138, 25.526413303560048],\n              [56.277562775627757, 25.628020184700091]\n            ]\n          ],\n          [\n            [\n              [53.65673656736567, 24.158298115251895],\n              [53.919539195391962, 24.139694038423428],\n              [53.840338403384038, 24.264198244890807],\n              [53.65673656736567, 24.158298115251895]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AF\",\n        \"countryKey\": \"AF\",\n        \"countryName\": \"Afghanistan\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [74.544145441454418, 37.022301700714323],\n              [74.382143821438206, 37.126770747520283],\n              [74.720547205472059, 37.297069604642317],\n              [74.893348933489335, 37.231239794326228],\n              [74.659346593465926, 37.394383237283478],\n              [74.223742237422385, 37.402969734281228],\n              [74.162541625416253, 37.329984509800354],\n              [73.798937989379908, 37.228377628660311],\n              [73.618936189361904, 37.232670877159194],\n              [73.752137521375204, 37.428729225274481],\n              [73.276932769327686, 37.458781964766615],\n              [72.762127621276221, 37.186876226504523],\n              [72.657726577265777, 37.029457114879108],\n              [72.25812258122582, 36.967920553061902],\n              [71.836918369183707, 36.698876980465741],\n              [71.610116101161026, 36.704601311797575],\n              [71.430114301143021, 37.066665268536028],\n              [71.498514985149853, 37.566113177238478],\n              [71.599315993159934, 37.89812439448481],\n              [71.257312573125745, 37.926746051143979],\n              [71.332913329133305, 38.280223510884696],\n              [71.048510485104856, 38.409020965850942],\n              [70.760507605076043, 38.443366953841945],\n              [70.594905949059495, 38.33746682420302],\n              [70.483304833048322, 38.137115227588851],\n              [70.173701737017382, 37.946781210805398],\n              [70.281702817028162, 37.704928212035441],\n              [70.159301593015925, 37.541784769078191],\n              [69.896498964989661, 37.617632159224982],\n              [69.529295292952924, 37.586148336899896],\n              [69.378093780937803, 37.437315722272231],\n              [69.446494464944664, 37.236964125658062],\n              [69.244892448924503, 37.103873422192947],\n              [68.964089640896418, 37.328553426967403],\n              [68.668886688866905, 37.278465527813864],\n              [68.308883088830896, 37.113891002023649],\n              [68.276482764827648, 37.00942195521769],\n              [68.010080100801019, 36.930712399404982],\n              [67.786877868778703, 37.096718008028148],\n              [67.779677796777975, 37.188307309337489],\n              [67.480874808748098, 37.277034444980899],\n              [67.236072360723625, 37.192600557836357],\n              [67.005670056700581, 37.384365657452776],\n              [66.519665196651971, 37.364330497791357],\n              [66.29286292862929, 37.33141559263332],\n              [65.760057600576005, 37.578992922735111],\n              [65.500855008550104, 37.242688456989896],\n              [65.061650616506171, 37.232670877159194],\n              [64.75924759247593, 37.09242475952928],\n              [64.777247772477722, 36.937867813569781],\n              [64.593645936459382, 36.621598507485984],\n              [64.604446044460445, 36.461317230194652],\n              [64.446044460444597, 36.249516970916815],\n              [64.1220412204122, 36.146479006943821],\n              [64.04644046440464, 35.999077475149107],\n              [63.920439204392039, 36.03342346314011],\n              [63.344433444334442, 35.855969191853276],\n              [63.124831248312489, 35.860262440352159],\n              [63.214832148321477, 35.699981163060826],\n              [63.078030780307813, 35.624133772914035],\n              [63.081630816308177, 35.436661921796485],\n              [62.620826208262088, 35.221999496852746],\n              [62.458824588245875, 35.282104975836987],\n              [62.300423004230055, 35.147583189538906],\n              [62.034020340203398, 35.423782176299866],\n              [61.537215372153725, 35.452403832959035],\n              [61.270812708127096, 35.618409441582202],\n              [61.108811088110883, 35.277811727338118],\n              [61.065610656106571, 34.814140889459608],\n              [60.946809468094699, 34.63811770100574],\n              [60.698406984069834, 34.516475660204279],\n              [60.889208892088931, 34.318986229256026],\n              [60.644406444064458, 34.306106483759407],\n              [60.48600486004861, 34.094306224481571],\n              [60.51120511205113, 33.637790800767874],\n              [60.878408784087839, 33.54906366512445],\n              [60.817208172081735, 33.404524298995653],\n              [60.568805688056898, 33.151222637562043],\n              [60.576005760057598, 32.993803525936613],\n              [60.831608316083162, 32.248209369965323],\n              [60.774007740077394, 32.02782261368975],\n              [60.820808208082099, 31.494028716996283],\n              [61.659616596165961, 31.382404256025538],\n              [61.825218252182538, 31.034651127616669],\n              [61.785617856178561, 30.831437365336583],\n              [60.846008460084619, 29.858301038924921],\n              [62.476824768247695, 29.407509946543044],\n              [63.567635676356758, 29.497668165019419],\n              [64.086040860408616, 29.386043704048674],\n              [64.17244172441724, 29.4847884195228],\n              [64.478444784447845, 29.570653389500293],\n              [65.036450364503651, 29.540600650008173],\n              [66.195661956619574, 29.835403713597586],\n              [66.339663396633966, 29.957045754399047],\n              [66.224462244622458, 30.044341807209506],\n              [66.321663216632174, 30.437889586273045],\n              [66.26766267662677, 30.601033029230294],\n              [66.364863648636486, 30.92302666664591],\n              [66.548465484654855, 30.977407814298331],\n              [66.696066960669611, 31.196363487740953],\n              [66.944469444694448, 31.315143362876498],\n              [67.023670236702372, 31.239295972729707],\n              [67.347673476734769, 31.207812150404621],\n              [67.750877508775091, 31.328023108373117],\n              [67.567275672756722, 31.529805787820251],\n              [67.72567725677257, 31.531236870653203],\n              [68.046080460804603, 31.688655982278618],\n              [68.157681576815776, 31.826039934242615],\n              [68.499684996849965, 31.725864135935538],\n              [68.676086760867605, 31.774520952256125],\n              [68.776887768877685, 31.618532923463661],\n              [69.003690036900366, 31.651447828621713],\n              [69.298892988929907, 31.937664395213375],\n              [69.226892268922683, 32.421370392753289],\n              [69.428494284942843, 32.667516640022114],\n              [69.547295472954744, 33.075375247415238],\n              [69.882098820988205, 33.089686075744822],\n              [70.296102961029618, 33.318659329018161],\n              [70.155701557015561, 33.506131180135696],\n              [70.108901089010885, 33.727949019244249],\n              [69.957699576995765, 33.752277427404536],\n              [69.842498424984257, 33.941180361355038],\n              [70.004500045000441, 34.044218325328032],\n              [70.522905229052299, 33.938318195689121],\n              [70.861308613086123, 33.964077686682373],\n              [71.062910629106284, 34.054235905158748],\n              [71.120511205112052, 34.356194382912946],\n              [70.969309693096932, 34.469249926716657],\n              [71.080910809108104, 34.672463688996743],\n              [71.289712897128965, 34.875677451276829],\n              [71.458914589145905, 34.942938344425869],\n              [71.635316353163546, 35.203395420024279],\n              [71.530915309153102, 35.300709052665454],\n              [71.592115921159206, 35.549717465600196],\n              [71.340113401134005, 35.947558493162617],\n              [71.167311673116728, 36.046303208636743],\n              [71.628116281162818, 36.459886147361701],\n              [71.736117361173626, 36.395487419878563],\n              [72.214922149221508, 36.726067554291944],\n              [72.564125641256425, 36.820519021267188],\n              [73.64053640536406, 36.896366411413979],\n              [74.094140941409421, 36.830536601097904],\n              [74.544145441454418, 37.022301700714323]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AL\", \"countryKey\": \"AL\", \"countryName\": \"Albania\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.568805688056898, 41.87367250444305],\n              [20.500405004050066, 42.211408053021216],\n              [20.230402304023073, 42.327325762490844],\n              [20.064800648006496, 42.546281435933466],\n              [19.819998199982024, 42.466140797287807],\n              [19.697596975969788, 42.655043731238308],\n              [19.28178498470286, 42.180544670261945],\n              [19.399820668607418, 42.104455551711901],\n              [19.378359635170227, 42.071288500036239],\n              [19.366393663936663, 41.85220626194868],\n              [19.585995859958615, 41.817860273957677],\n              [19.564395643956459, 41.584593772185471],\n              [19.395193951939547, 41.401415169566803],\n              [19.517595175951783, 41.256875803438021],\n              [19.441994419944223, 41.14382025963431],\n              [19.506795067950691, 40.90482942653027],\n              [19.308793087930894, 40.644372350931846],\n              [19.477994779947807, 40.454038334148393],\n              [19.477994779947807, 40.213616418211387],\n              [19.855998559985608, 40.050472975254138],\n              [20.01800018000182, 39.844397047308149],\n              [20.0, 39.694133349847519],\n              [20.204167224504612, 39.648230653254693],\n              [20.392403924039257, 39.835810550310399],\n              [20.309603096030969, 39.990367496269897],\n              [20.640806408064094, 40.090543294576975],\n              [20.73800738007381, 40.309498968019597],\n              [21.036810368103687, 40.640079102432978],\n              [20.964809648096491, 40.849017196044898],\n              [20.766807668076694, 40.893380763866602],\n              [20.576005760057626, 41.093732360480772],\n              [20.442804428044298, 41.550247784194468],\n              [20.568805688056898, 41.87367250444305]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AD\", \"countryKey\": \"AD\", \"countryName\": \"Andorra\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [1.708217082170847, 42.503348950944726],\n              [1.722617226172275, 42.609249080583638],\n              [1.431014310143127, 42.594938252254053],\n              [1.510215102151051, 42.428932643630887],\n              [1.708217082170847, 42.503348950944726]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AO\", \"countryKey\": \"AO\", \"countryName\": \"Angola\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [13.073530735307372, -4.635088483869708],\n              [12.85392853928542, -4.40325306493046],\n              [12.609126091260947, -4.564965425054751],\n              [12.385923859238602, -4.605035744377581],\n              [12.331923319233226, -4.765317021668913],\n              [12.187921879218806, -4.76817918733483],\n              [12.007920079200801, -5.020049765935497],\n              [12.231122311223146, -5.479427355315124],\n              [12.148321483214858, -5.61824239011208],\n              [12.209522095220962, -5.762781756240869],\n              [12.508325083250867, -5.725573602583957],\n              [12.529925299253023, -5.163158049231328],\n              [12.44352443524437, -5.054395753926499],\n              [12.677526775267779, -4.924167216127287],\n              [12.832328323283264, -4.722384536680167],\n              [13.073530735307372, -4.635088483869708]\n            ]\n          ],\n          [\n            [\n              [23.967239672396744, -10.871747469902111],\n              [23.834038340383415, -11.029166581527527],\n              [23.495634956349591, -10.964767854044396],\n              [23.013230132301345, -11.102151806008401],\n              [22.538025380253828, -11.037753078525277],\n              [22.239222392223951, -11.249553337803107],\n              [22.167221672216755, -10.851712310240693],\n              [22.311223112231147, -10.770140588762068],\n              [22.314823148231511, -10.368006312700778],\n              [22.160021600216027, -9.931526048648486],\n              [21.854018540185422, -9.618118908230613],\n              [21.86121861218615, -8.846765261266071],\n              [21.93681936819371, -8.413147162879696],\n              [21.756817568175705, -8.015306135317282],\n              [21.854018540185422, -7.585981285429781],\n              [21.78561785617859, -7.284022807675576],\n              [20.522005220052222, -7.286884973341493],\n              [20.61200612006121, -6.916234519605283],\n              [20.331203312033153, -6.916234519605283],\n              [20.295202952029541, -7.002099489582783],\n              [19.521195211952147, -7.002099489582783],\n              [19.513995139951419, -7.480081155790863],\n              [19.35559355593557, -7.574532622766114],\n              [19.35559355593557, -8.002426389820656],\n              [18.178381783817855, -7.999564224154739],\n              [18.099180991809931, -8.109757602292532],\n              [17.901179011790134, -8.048221040475326],\n              [17.544775447754489, -8.085429194132239],\n              [17.083970839708428, -7.342697203826866],\n              [16.997569975699776, -7.298333636005161],\n              [16.925569255692579, -6.889043945779079],\n              [16.767167671676731, -6.708727508826328],\n              [16.691566915669171, -6.398182534074365],\n              [16.727567275672783, -6.189244440462453],\n              [16.597965979659818, -5.92449411636516],\n              [16.433107892894629, -5.866845249358278],\n              [13.185131851318545, -5.855802140383162],\n              [12.742327423274247, -6.048998322832539],\n              [12.274322743227458, -6.11482813314862],\n              [12.619926199262011, -6.734486999819573],\n              [12.8287282872829, -6.904785856941615],\n              [12.850328503285056, -7.265418730847117],\n              [13.275132751327533, -8.178449578274531],\n              [13.368733687336885, -8.32298894440332],\n              [13.379533795337977, -8.755175959956738],\n              [13.199531995319973, -8.823867935938736],\n              [12.997929979299812, -9.094342591367862],\n              [13.170731707317088, -9.402025400453901],\n              [13.199531995319973, -9.708277126706989],\n              [13.509135091350942, -10.276417011391445],\n              [13.523535235352369, -10.38804147236219],\n              [13.753937539375414, -10.64563638229469],\n              [13.847538475384766, -11.113600468672068],\n              [13.793537935379362, -11.341142639112441],\n              [13.793537935379362, -11.770467488999941],\n              [13.638736387363906, -12.248449155208021],\n              [13.365133651336549, -12.59334011795098],\n              [13.177931779317817, -12.601926614948731],\n              [12.940329403294044, -12.816589039892477],\n              [12.943929439294408, -12.982594648515644],\n              [12.511925119251202, -13.441972237895271],\n              [12.501125011250139, -13.855555176620229],\n              [12.328323283232862, -14.091683844058352],\n              [12.331923319233226, -14.433712641135394],\n              [12.274322743227458, -14.749981947219183],\n              [12.054720547205505, -15.233687944759097],\n              [11.993519935199373, -15.617218143991927],\n              [11.752317523175265, -15.798965663777636],\n              [11.820718207182097, -16.478730009432844],\n              [11.766717667176692, -16.76780874169043],\n              [11.766717667176692, -17.252945822063303],\n              [12.029520295202985, -17.148476775257343],\n              [12.24192241922421, -17.224324165404134],\n              [12.555125551255543, -17.235772828067802],\n              [12.886328863288668, -17.029696900121799],\n              [13.167131671316724, -16.950987344309091],\n              [13.494734947349485, -17.023972568789965],\n              [13.519935199352005, -17.121286201431133],\n              [13.941139411394147, -17.407502768022802],\n              [14.207542075420776, -17.387467608361383],\n              [18.444784447844512, -17.388898691194342],\n              [18.761587615876181, -17.748100482266885],\n              [19.02079020790211, -17.822516789580718],\n              [19.672396723967267, -17.842551949242136],\n              [20.036000360003612, -17.895502014061591],\n              [20.334803348033489, -17.855431694738755],\n              [20.565205652056534, -17.985660232537967],\n              [20.806408064080671, -18.03145488319263],\n              [21.216812168121692, -17.931279084885553],\n              [21.404014040140424, -18.009988640698261],\n              [23.380433804338054, -17.640769269795008],\n              [23.207632076320778, -17.540593471487924],\n              [22.998829988299889, -17.294447224219091],\n              [22.75762757627578, -17.154201106589177],\n              [22.332823328233303, -16.67335727471518],\n              [22.109621096210986, -16.544559819748926],\n              [21.983619836198386, -16.165322869014972],\n              [21.980019800198022, -13.001198725344103],\n              [23.999639996399992, -13.001198725344103],\n              [23.866438664386664, -12.789398466066267],\n              [24.032040320403212, -12.38440202433906],\n              [23.960039600396016, -12.196930173221524],\n              [23.960039600396016, -11.617341625873401],\n              [24.060840608406096, -11.395523786764855],\n              [23.967239672396744, -10.871747469902111]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AG\",\n        \"countryKey\": \"AG\",\n        \"countryName\": \"Antigua and Barbuda\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.882818828188235, 17.048678601114915],\n              [-61.670416704166996, 17.057265098112651],\n              [-61.792817928179232, 17.164596310584528],\n              [-61.882818828188235, 17.048678601114915]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AR\", \"countryKey\": \"AR\", \"countryName\": \"Argentina\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-67.192871928719242, -22.822720207937124],\n              [-67.012870128701238, -23.000174479223951],\n              [-67.250472504724996, -23.732888889698621],\n              [-67.318873188731843, -23.934671569145742],\n              [-67.362073620736155, -24.030554118953951],\n              [-68.244082440824357, -24.385462661527619],\n              [-68.503285032850286, -24.613004831967991],\n              [-68.571685716857118, -24.770423943593407],\n              [-68.380883808838036, -25.136781148830742],\n              [-68.492484924849194, -25.155385225659195],\n              [-68.517685176851714, -25.184006882318364],\n              [-68.553685536855326, -25.291338094790241],\n              [-68.607686076860716, -25.437308543751989],\n              [-68.499684996849922, -25.755008932668737],\n              [-68.420484204841998, -26.178609451224403],\n              [-68.575285752857482, -26.303113657691782],\n              [-68.571685716857118, -26.550690987793573],\n              [-68.319683196831917, -26.869822459543279],\n              [-68.330483304832995, -27.044414565164196],\n              [-68.58608586085856, -27.163194440299733],\n              [-68.802088020880163, -27.113106541146195],\n              [-69.010890108901037, -27.449411006891403],\n              [-69.172891728917236, -27.924530507433566],\n              [-69.421294212942087, -28.21217815685819],\n              [-69.651696516965117, -28.398218925142775],\n              [-69.673296732967287, -28.458324404127023],\n              [-69.802898028980238, -29.098018430459398],\n              [-70.04410044100436, -29.36276875455669],\n              [-69.928899288992838, -29.717677297130354],\n              [-69.972099720997164, -30.08975883369952],\n              [-69.849698496984914, -30.126966987356436],\n              [-69.903699036990318, -30.313007755641021],\n              [-70.173701737017325, -30.364526737627518],\n              [-70.339303393033887, -30.938390953643811],\n              [-70.267302673026677, -31.024255923621311],\n              [-70.479704797047916, -31.097241148102185],\n              [-70.591305913059074, -31.549463323317017],\n              [-70.429304293042875, -31.870025877899682],\n              [-70.242102421024157, -31.961615179209016],\n              [-70.371703717037121, -32.030307155191011],\n              [-70.332103321033159, -32.207761426477845],\n              [-70.332103321033159, -32.20919250931081],\n              [-70.328503285032795, -32.219210089141512],\n              [-70.173701737017325, -32.465356336410352],\n              [-70.141301413014077, -32.768745896997515],\n              [-70.000900009000034, -32.876077109469392],\n              [-70.105301053010479, -33.052100297923261],\n              [-70.011700117001126, -33.299677628025051],\n              [-69.903699036990318, -33.238141066207845],\n              [-69.788497884978796, -33.379818266670725],\n              [-69.896498964989604, -33.661741584763512],\n              [-69.910899108991046, -33.955113565519966],\n              [-69.831698316983122, -34.242761214944593],\n              [-70.047700477004724, -34.28283153426743],\n              [-70.227702277022715, -34.584790012021635],\n              [-70.371703717037121, -35.026994607405754],\n              [-70.386103861038563, -35.167240725035676],\n              [-70.544505445054398, -35.208742127191471],\n              [-70.407704077040719, -35.5064073564468],\n              [-70.357303573035679, -35.815521248365798],\n              [-70.422104221042161, -36.116048643287044],\n              [-70.436504365043604, -36.136083802948463],\n              [-70.702907029070246, -36.260588009415841],\n              [-70.717307173071674, -36.415144955375339],\n              [-71.026910269102643, -36.480974765691421],\n              [-71.196111961119556, -36.838745473930999],\n              [-71.088110881108761, -37.103495798028291],\n              [-71.206912069120648, -37.292398731978793],\n              [-71.124111241112359, -37.442662429439423],\n              [-71.185311853118478, -37.70598167070375],\n              [-71.016110161101565, -38.143893017589001],\n              [-70.972909729097239, -38.424385252848836],\n              [-70.846908469084639, -38.52742321682183],\n              [-70.872108721087159, -38.691997742612045],\n              [-71.228512285122804, -38.809346534914624],\n              [-71.415714157141522, -38.935281824214954],\n              [-71.40131401314008, -39.235809219136208],\n              [-71.520115201151967, -39.615046169870169],\n              [-71.642516425164203, -39.599304258707619],\n              [-71.714517145171399, -39.726670630840914],\n              [-71.620916209162047, -39.895538405129997],\n              [-71.682116821168165, -40.098752167410083],\n              [-71.822518225182208, -40.210376628380828],\n              [-71.678516785167801, -40.34060516618004],\n              [-71.862118621186156, -40.559560839622662],\n              [-71.955719557195522, -40.719842116913995],\n              [-71.851318513185078, -40.938797790356617],\n              [-71.926919269192638, -41.6228553845107],\n              [-71.779317793177881, -41.986350424082119],\n              [-71.761317613176075, -42.007816666576488],\n              [-71.736117361173555, -42.083664056723279],\n              [-72.038520385203796, -42.145200618540493],\n              [-72.124921249212449, -42.26398049367603],\n              [-72.04212042120416, -42.491522664116403],\n              [-72.150121501214969, -42.593129545256446],\n              [-72.150121501214969, -42.998125986983652],\n              [-72.009720097200926, -43.119768027785113],\n              [-71.743317433174283, -43.18989108660007],\n              [-71.937719377193716, -43.45750357636328],\n              [-71.725317253172477, -43.594887528327277],\n              [-71.804518045180401, -43.726547148959447],\n              [-71.671316713167087, -43.959813650731654],\n              [-71.746917469174647, -44.045678620709154],\n              [-71.761317613176075, -44.064282697537614],\n              [-71.858518585185806, -44.10721518252636],\n              [-71.822518225182208, -44.403449328948739],\n              [-71.210512105120998, -44.427777737109025],\n              [-71.124111241112359, -44.530815701082027],\n              [-71.336513365133598, -44.801290356511153],\n              [-71.498514985149797, -44.742615960359856],\n              [-71.854918549185442, -44.791272776680444],\n              [-72.049320493204888, -44.755495705856482],\n              [-72.074520745207408, -44.901466154818237],\n              [-71.588515885158799, -44.978744627797987],\n              [-71.311313113131078, -45.299307182380652],\n              [-71.527315273152681, -45.518262855823274],\n              [-71.764917649176439, -45.572644003475688],\n              [-71.797317973179688, -45.740080694931819],\n              [-71.613716137161319, -45.970485031038109],\n              [-71.721717217172127, -46.057781083848568],\n              [-71.91611916119156, -46.152232550823811],\n              [-71.764917649176439, -46.243821852133152],\n              [-71.685716857168515, -46.690319696016147],\n              [-71.934119341193366, -46.799081991320982],\n              [-71.998919989199848, -47.042366072923897],\n              [-71.862118621186156, -47.168301362224227],\n              [-72.171721717217125, -47.407292195328267],\n              [-72.330123301232959, -47.425896272156727],\n              [-72.344523445234401, -47.601919460610603],\n              [-72.542525425254198, -47.915326601028475],\n              [-72.344523445234401, -48.069883546987981],\n              [-72.294122941229361, -48.333202788252308],\n              [-72.578525785257796, -48.451982663387852],\n              [-72.592925929259238, -48.791149294798977],\n              [-72.744127441274358, -48.91422241843339],\n              [-73.010530105301001, -48.990069808580181],\n              [-73.16893168931685, -49.250526884178598],\n              [-73.456934569345648, -49.307770197496936],\n              [-73.586535865358599, -49.529588036605475],\n              [-73.464134641346362, -49.759992372711764],\n              [-73.572135721357157, -49.931722312666764],\n              [-73.528935289352845, -50.140660406278684],\n              [-73.32373323733232, -50.268026778411972],\n              [-73.176131761317563, -50.748870610285969],\n              [-72.780127801277956, -50.620073155319723],\n              [-72.301323013230089, -50.648694811978885],\n              [-72.294122941229361, -51.029362845545805],\n              [-72.394923949239441, -51.09233049019597],\n              [-72.258122581225763, -51.231145524992925],\n              [-72.448924489244845, -51.553139162408549],\n              [-71.959319593195886, -51.867977385659387],\n              [-71.91611916119156, -51.989619426460841],\n              [-69.954099540995358, -52.006792420456343],\n              [-69.486094860948555, -52.132727709756672],\n              [-69.212492124921198, -52.138452041088506],\n              [-68.452884528845246, -52.300164401212797],\n              [-68.449284492844882, -52.345959051867467],\n              [-68.366483664836593, -52.305888732544631],\n              [-68.683286832868276, -52.005361337623384],\n              [-68.935289352893477, -51.646159546550841],\n              [-69.118891188911846, -51.604658144395053],\n              [-68.964089640896361, -51.500189097589093],\n              [-69.169291692916886, -50.977843863559301],\n              [-69.07569075690752, -50.559967676335475],\n              [-68.877688776887723, -50.330994423062137],\n              [-68.348483484834802, -50.149246903276428],\n              [-68.600486004860002, -49.973223714822552],\n              [-68.654486544865406, -49.758561289878806],\n              [-68.326883268832646, -50.120625246617266],\n              [-68.074880748807445, -50.087710341459221],\n              [-67.833678336783322, -49.954619637994099],\n              [-67.732877328773242, -49.781458615206141],\n              [-67.635676356763526, -49.247664718512681],\n              [-67.556475564755601, -49.015829299573433],\n              [-67.200072000719956, -48.818339868625181],\n              [-67.113671136711318, -48.673800502496391],\n              [-66.865268652686481, -48.58936661535185],\n              [-66.649266492664879, -48.430516420893476],\n              [-66.339663396633924, -48.353237947913726],\n              [-66.300063000629962, -48.251631066773683],\n              [-65.968859688596837, -48.046986221660646],\n              [-65.853658536585314, -47.879549530204521],\n              [-65.734857348573442, -47.50889907646831],\n              [-65.74565745657452, -47.204078433048188],\n              [-65.979659796597915, -47.066694481084184],\n              [-66.199261992619881, -47.089591806411519],\n              [-66.786067860678557, -47.006589002099936],\n              [-67.131671316713124, -46.70606160717869],\n              [-67.423274232742273, -46.567246572381734],\n              [-67.621276212762083, -46.163681213487479],\n              [-67.549275492754873, -45.933276877381189],\n              [-67.376473764737597, -45.794461842584234],\n              [-67.333273332733285, -45.614145405631483],\n              [-67.063270632706278, -45.34939508153419],\n              [-66.868868688686845, -45.234908454897521],\n              [-66.523265232652278, -45.216304378069069],\n              [-66.58806588065876, -45.139025905089319],\n              [-66.199261992619881, -44.993055456127564],\n              [-65.965259652596473, -45.041712272448152],\n              [-65.601656016560113, -45.027401444118567],\n              [-65.533255332553281, -44.934381059976275],\n              [-65.716857168571636, -44.869982332493151],\n              [-65.684456844568402, -44.712563220867736],\n              [-65.396453964539603, -44.593783345732191],\n              [-65.216452164521598, -44.366241175291819],\n              [-65.306453064530601, -44.240305885991489],\n              [-65.216452164521598, -44.137267922018488],\n              [-65.335253352533471, -43.672166001307026],\n              [-65.032850328503244, -43.378794020550572],\n              [-65.032850328503244, -43.300084464737864],\n              [-64.766447664476601, -43.146958601611317],\n              [-64.446044460444554, -43.068249045798609],\n              [-64.435244352443476, -42.976659744489282],\n              [-64.996849968499632, -42.784894644872864],\n              [-64.946449464494592, -42.654666107073652],\n              [-64.615246152461481, -42.515851072276703],\n              [-64.43884438844384, -42.507264575278953],\n              [-64.194041940419353, -42.64464852724295],\n              [-64.251642516425122, -42.774877065042155],\n              [-64.107641076410715, -42.88363936034699],\n              [-63.736837368373642, -42.824964964195701],\n              [-63.62163621636212, -42.750548656881861],\n              [-63.589235892358872, -42.341258966655786],\n              [-63.808838088380838, -42.07078431122666],\n              [-64.294842948429434, -42.258256162344196],\n              [-64.068040680406753, -42.269704825007864],\n              [-64.129241292412871, -42.432848267965113],\n              [-64.600846008460039, -42.421399605301445],\n              [-64.48924489244888, -42.248238582513494],\n              [-64.856448564485603, -42.193857434861073],\n              [-65.068850688506842, -41.986350424082119],\n              [-64.993249932499282, -41.552732325695743],\n              [-65.176851768517636, -41.010351932004539],\n              [-65.122851228512232, -40.834328743550657],\n              [-64.888848888488837, -40.70553128858441],\n              [-64.734047340473353, -40.830035495051789],\n              [-64.176041760417561, -41.008920849171574],\n              [-64.060840608406039, -40.998903269340872],\n              [-63.780037800377954, -41.159184546632204],\n              [-63.099630996309912, -41.154891298133322],\n              [-62.336423364233596, -40.872967980040535],\n              [-62.228422284222802, -40.658305555096788],\n              [-62.491224912249081, -40.307690261021996],\n              [-62.36882368823683, -40.211807711213787],\n              [-62.304023040230362, -39.811104517985456],\n              [-62.113221132211279, -39.821122097816165],\n              [-62.023220232202277, -39.364606674102461],\n              [-62.257222572225672, -39.255844378797619],\n              [-62.358023580235752, -39.102718515671086],\n              [-62.390423904239, -38.815070866246458],\n              [-62.156421564215592, -38.810777617747583],\n              [-62.026820268202641, -38.938143989880871],\n              [-61.519215192151876, -39.011129214361745],\n              [-60.864008640086354, -38.975352143537791],\n              [-59.888398883988799, -38.837968191573793],\n              [-59.063990639906351, -38.693428825444997],\n              [-58.156781567815628, -38.43010958418067],\n              [-57.595175951759472, -38.152479514586751],\n              [-57.512375123751198, -37.871987279326916],\n              [-57.055170551705473, -37.412609689947296],\n              [-56.666366663666594, -36.851625219427632],\n              [-56.698766987669828, -36.39654087854688],\n              [-56.929169291692872, -36.363625973388835],\n              [-57.249572495724905, -36.170429790939465],\n              [-57.364773647736428, -35.987251188320798],\n              [-57.35397353973535, -35.728225195555339],\n              [-57.145171451714475, -35.483510031119465],\n              [-57.249572495724905, -35.2488124465143],\n              [-57.523175231752276, -35.01268377907617],\n              [-57.872378723787193, -34.829505176457509],\n              [-58.153181531815278, -34.750795620644801],\n              [-58.473584735847311, -34.52182236737147],\n              [-58.570785707857027, -34.288555865599264],\n              [-58.379983799837959, -34.188380067292172],\n              [-58.549185491854871, -33.683207827257888],\n              [-58.520385203851987, -33.449941325485682],\n              [-58.383583835838309, -33.074997623250596],\n              [-58.14598145981455, -33.050669215090309],\n              [-58.199981999819954, -32.446752259581885],\n              [-58.102781027810238, -32.310799390450853],\n              [-58.185581855818512, -32.153380278825431],\n              [-58.167581675816706, -31.845697469739392],\n              [-58.059580595805912, -31.811351481748392],\n              [-57.987579875798716, -31.553756571815892],\n              [-58.073980739807354, -31.475047016003185],\n              [-57.904779047790427, -31.240349431398016],\n              [-57.807578075780711, -30.906907131318725],\n              [-57.850778507785037, -30.484737695596021],\n              [-57.652776527765226, -30.32874966680356],\n              [-57.613176131761278, -30.182779217841812],\n              [-57.325173251732465, -29.980996538394688],\n              [-57.292772927729231, -29.814990929771522],\n              [-57.094770947709435, -29.752023285121354],\n              [-56.677166771667672, -29.312680855403148],\n              [-56.615966159661554, -29.160986075109562],\n              [-56.414364143641393, -29.050792696971772],\n              [-56.284762847628429, -28.78031804154265],\n              [-56.183961839618348, -28.744540970718688],\n              [-55.622356223562193, -28.146348346542108],\n              [-55.615156151561465, -28.129175352546607],\n              [-55.442354423544188, -28.079087453393065],\n              [-55.312753127531224, -27.914512927602857],\n              [-55.024750247502425, -27.840096620289025],\n              [-54.898748987489824, -27.624003112512316],\n              [-54.092340923409196, -27.284836481101195],\n              [-53.847538475384709, -27.1574701089679],\n              [-53.840338403383996, -27.163194440299733],\n              [-53.829538295382903, -27.1574701089679],\n              [-53.710737107371031, -26.874115708042154],\n              [-53.746737467374629, -26.693799271089404],\n              [-53.674736747367433, -26.293096077861073],\n              [-53.660336603365991, -26.260181172703028],\n              [-53.667536675366705, -26.21867977054724],\n              [-53.825938259382553, -25.972533523278408],\n              [-53.908739087390828, -25.629073643368407],\n              [-54.106741067410624, -25.500276188402154],\n              [-54.459544595445905, -25.641953388865034],\n              [-54.599945999459948, -25.574692495715986],\n              [-54.661146611466066, -25.9796889374432],\n              [-54.63954639546391, -26.197213528052863],\n              [-54.794347943479394, -26.645142454768823],\n              [-54.902349023490189, -26.659453283098401],\n              [-55.139951399513947, -26.954256346687821],\n              [-55.43155431554311, -26.995757748843609],\n              [-55.597155971559673, -27.167487688798609],\n              [-55.589955899558944, -27.327768966089941],\n              [-55.755557555575507, -27.443686675559569],\n              [-56.12276122761223, -27.299147309430779],\n              [-56.281162811628064, -27.389305527907155],\n              [-56.367563675636717, -27.581070627523566],\n              [-56.547565475654707, -27.455135338223236],\n              [-56.770767707677038, -27.506654320209734],\n              [-56.903969039690352, -27.419358267399275],\n              [-57.181171811718073, -27.486619160548319],\n              [-58.023580235802314, -27.260508072940901],\n              [-58.603186031860275, -27.316320303426274],\n              [-58.653586535865315, -27.156039026134941],\n              [-58.24678246782463, -26.758197998572527],\n              [-58.17118171181707, -26.270198752533737],\n              [-58.084780847808432, -26.127090469237906],\n              [-57.872378723787193, -26.00974167693532],\n              [-57.753577535775307, -25.673437211190112],\n              [-57.55557555575551, -25.460205869079324],\n              [-57.753577535775307, -25.181144716652447],\n              [-58.225182251822474, -24.940722800715449],\n              [-58.311583115831112, -24.993672865534904],\n              [-58.473584735847311, -24.851995665072032],\n              [-58.8083880838808, -24.776148274925241],\n              [-59.341193411934071, -24.487069542667662],\n              [-59.459994599945958, -24.358272087701408],\n              [-60.032400324003191, -24.007656793626616],\n              [-60.327603276032718, -24.017674373457325],\n              [-61.00801008010076, -23.805874114179495],\n              [-61.108811088110841, -23.606953600398285],\n              [-61.490414904148992, -23.413757417948908],\n              [-61.954819548195431, -23.034520467214953],\n              [-62.286022860228556, -22.483553576525999],\n              [-62.649626496264915, -22.23454516359125],\n              [-62.804428044280399, -22.004140827484953],\n              [-63.949239492394881, -22.00700299315087],\n              [-64.251642516425122, -22.54079688984433],\n              [-64.345243452434474, -22.864221610092912],\n              [-64.428044280442762, -22.542227972677289],\n              [-64.586445864458597, -22.213078921096873],\n              [-65.022050220502152, -22.097161211627245],\n              [-65.74565745657452, -22.114334205622747],\n              [-66.094860948609437, -21.83241088752996],\n              [-66.238862388623843, -21.792340568207123],\n              [-66.379263792637872, -22.127213951119373],\n              [-66.735667356673517, -22.22452758376054],\n              [-66.786067860678557, -22.427741346040619],\n              [-67.034470344703394, -22.525054978681787],\n              [-67.192871928719242, -22.822720207937124]\n            ]\n          ],\n          [\n            [\n              [-68.594847895081486, -54.87457285476421],\n              [-68.301683016830125, -54.791679613393249],\n              [-68.078480784807795, -54.846060761045671],\n              [-67.030870308703044, -54.90473515719696],\n              [-66.541265412654084, -55.050705606158708],\n              [-65.331653316533121, -54.913321654194711],\n              [-65.15525155251548, -54.639984833099668],\n              [-65.842858428584236, -54.64714024726446],\n              [-66.483664836648316, -54.465392727478751],\n              [-66.768067680676765, -54.249299219702046],\n              [-67.297272972729672, -54.053240871586752],\n              [-67.570875708757043, -53.907270422625004],\n              [-67.556475564755601, -53.835716280977088],\n              [-67.984879848798442, -53.601018696371924],\n              [-68.110881108811043, -53.343423786439423],\n              [-68.452884528845246, -53.297629135784753],\n              [-68.521285212852078, -53.120174864497926],\n              [-68.287282872828683, -52.944151676044051],\n              [-68.629286292862886, -52.639331032623922],\n              [-68.594847895081486, -54.87457285476421]\n            ]\n          ],\n          [\n            [\n              [-63.888038880388763, -54.730143051576043],\n              [-64.683646836468313, -54.77021337089888],\n              [-64.676446764467599, -54.903304074364002],\n              [-64.31284312843124, -54.777368785063672],\n              [-64.258842588425836, -54.836043181214961],\n              [-63.888038880388763, -54.730143051576043]\n            ]\n          ],\n          [\n            [\n              [-62.156421564215592, -40.373520071338078],\n              [-62.235622356223516, -40.509472940469124],\n              [-62.026820268202641, -40.455091792816702],\n              [-62.156421564215592, -40.373520071338078]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AM\", \"countryKey\": \"AM\", \"countryName\": \"Armenia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [45.002250022500249, 41.289790708596058],\n              [44.552245522455223, 41.176735164792348],\n              [44.192241922419242, 41.229685229611803],\n              [43.731437314373153, 41.106612105977391],\n              [43.439834398344004, 41.106612105977391],\n              [43.605436054360553, 40.96350382268156],\n              [43.727837278372789, 40.677287256089897],\n              [43.562235622356241, 40.464055913979095],\n              [43.720637206372089, 40.169252850389682],\n              [43.666636666366685, 40.110578454238393],\n              [44.033840338403394, 40.00897157309835],\n              [44.25704257042571, 40.043317561089353],\n              [44.465844658446599, 39.97176341944143],\n              [44.775447754477568, 39.70271984684527],\n              [45.067050670506717, 39.757100994497691],\n              [45.142651426514277, 39.684115770016817],\n              [45.167851678516797, 39.565335894881272],\n              [45.265052650526513, 39.592526468707476],\n              [45.423454234542362, 39.49378175323335],\n              [45.585455854558546, 39.545300735219854],\n              [45.715057150571511, 39.569629143380141],\n              [45.765457654576551, 39.359259966935269],\n              [45.902259022590243, 39.293430156619195],\n              [46.136261362613624, 38.864105306731688],\n              [46.514265142651425, 38.88270938356014],\n              [46.417064170641709, 39.211858435140556],\n              [46.604266042660441, 39.216151683639438],\n              [46.600065235330696, 39.224927027554742],\n              [46.373863738637397, 39.379295126596688],\n              [46.406264062640645, 39.45084926824461],\n              [46.478264782647841, 39.462297930908264],\n              [46.528665286652881, 39.538145321055069],\n              [46.204662046620484, 39.588233220208608],\n              [45.815858158581591, 39.838672715976315],\n              [45.765457654576551, 39.921675520287891],\n              [45.578255782557846, 39.970332336608479],\n              [45.574655746557482, 39.993229661935814],\n              [45.873458734587359, 40.010402655931316],\n              [45.977859778597804, 40.223633998042104],\n              [45.940632299914427, 40.274866719862253],\n              [45.527855278552806, 40.441158588651774],\n              [45.373053730537322, 40.632923688268178],\n              [45.373053730537322, 40.675856173256932],\n              [45.43785437854379, 40.73309948657527],\n              [45.55665556655569, 40.776031971564024],\n              [45.38025380253805, 41.012160639002147],\n              [45.067050670506717, 41.110905354476273],\n              [45.002250022500249, 41.289790708596058]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AT\", \"countryKey\": \"AT\", \"countryName\": \"Austria\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [16.943569435694371, 48.604055067846076],\n              [16.871568715687175, 48.718541694482752],\n              [16.435964359643606, 48.794389084629543],\n              [16.35676356763571, 48.727128191480503],\n              [16.032760327603285, 48.758612013805575],\n              [15.262352623526255, 48.983292018580045],\n              [14.98154981549817, 49.007620426740331],\n              [14.920349203492066, 48.761474179471492],\n              [14.801548015480165, 48.777216090634042],\n              [14.697146971469749, 48.589744239516506],\n              [14.459544595445976, 48.642694304335961],\n              [14.315543155431584, 48.55826041719142],\n              [14.074340743407447, 48.591175322349457],\n              [13.815138151381547, 48.765767427970374],\n              [13.717937179371802, 48.5210522635345],\n              [13.519935199352005, 48.584019908184672],\n              [13.404734047340497, 48.376512897405703],\n              [13.033930339303424, 48.263457353601993],\n              [12.745927459274611, 48.120349070306162],\n              [12.990729907299084, 47.847012249211119],\n              [13.037530375303788, 47.493534789470417],\n              [12.778327783277859, 47.555071351287623],\n              [12.760327603276068, 47.666695812258382],\n              [12.497524975249775, 47.629487658601462],\n              [12.177121771217742, 47.705335048748253],\n              [12.16632166321665, 47.60372816760821],\n              [11.619116191161936, 47.589417339278626],\n              [11.259112591125927, 47.400514405328124],\n              [10.978309783097842, 47.390496825497422],\n              [10.791107911079138, 47.516432114797752],\n              [10.413104131041337, 47.57367542811609],\n              [10.452704527045285, 47.439153641817995],\n              [10.305103051030528, 47.301769689853998],\n              [9.754297542975451, 47.582261925113841],\n              [9.549095490954926, 47.535036191626205],\n              [9.649896498965006, 47.409100902325875],\n              [9.530757016749972, 47.266310486741915],\n              [9.622084772297283, 47.139955343449323],\n              [9.606975348934219, 47.060261056454202],\n              [9.858698586985895, 47.015553123262336],\n              [10.110701107011096, 46.846685348973253],\n              [10.366303663036661, 46.995517963600918],\n              [10.452704527045285, 46.863858342968754],\n              [10.996309963099662, 46.769406875993496],\n              [11.093510935109379, 46.912515159289342],\n              [11.313113131131331, 46.986931466603167],\n              [11.745117451174536, 46.972620638273582],\n              [12.212782245157838, 47.090191328364568],\n              [12.112321123211245, 46.992655797935001],\n              [12.447124471244734, 46.679248657517135],\n              [13.23130262669785, 46.559167881578752],\n              [13.714257337635512, 46.520236801919566],\n              [14.405544055440572, 46.438826741580129],\n              [14.538745387453901, 46.378721262595874],\n              [14.851948519485205, 46.600539101704413],\n              [15.060750607506094, 46.649195918025001],\n              [15.463954639546415, 46.614849930033998],\n              [15.636756367563692, 46.717887894007006],\n              [16.014760147601493, 46.693559485846706],\n              [16.093960939609417, 46.862427260135789],\n              [16.273962739627422, 47.004104460598668],\n              [16.486364863648646, 46.998380129266835],\n              [16.425164251642542, 47.350426506174585],\n              [16.64116641166413, 47.45346447014758],\n              [16.630366303663067, 47.622332244436663],\n              [16.40716407164075, 47.660971480926548],\n              [16.608766087660911, 47.751129699402924],\n              [16.795967959679615, 47.675282309256133],\n              [17.0767707677077, 47.70819721441417],\n              [17.004770047700504, 47.862754160373669],\n              [17.148771487714896, 48.0058624436695],\n              [16.842768427684291, 48.365064234742036],\n              [16.943569435694371, 48.604055067846076]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-NSW\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [153.507335073350731, -28.149210512208025],\n              [153.194131941319398, -28.259403890345816],\n              [153.118531185311809, -28.349562108822191],\n              [152.751327513275129, -28.358148605819942],\n              [152.4921249212492, -28.260834973178774],\n              [152.416524165241611, -28.343837777490357],\n              [151.966519665196614, -28.53703395993973],\n              [152.067320673206694, -28.703039568562897],\n              [152.024120241202382, -28.876200591350855],\n              [151.552515525155201, -28.954910147163563],\n              [151.350913509135097, -29.165279323608438],\n              [151.286112861128601, -28.920564159172564],\n              [151.044910449104492, -28.734523390887983],\n              [150.792907929079291, -28.634347592580898],\n              [150.450904509045046, -28.645796255244566],\n              [150.299702997029925, -28.535602877106772],\n              [150.018900189001869, -28.600001604589899],\n              [149.486094860948612, -28.584259693427356],\n              [149.093690936909326, -28.849010017524648],\n              [148.967689676896754, -28.999273714985272],\n              [141.000810008100046, -28.999273714985272],\n              [141.000810008100046, -34.018081210170138],\n              [141.569615696156944, -34.214139558285424],\n              [141.74961749617492, -34.102515097314679],\n              [142.02682026820267, -34.112532677145381],\n              [142.235622356223558, -34.191242232958089],\n              [142.404824048240442, -34.355816758748304],\n              [142.386823868238679, -34.533271030035138],\n              [142.556025560255563, -34.77369294597213],\n              [142.725227252272504, -34.603394088850095],\n              [143.142831428314281, -34.699276638658304],\n              [143.358833588335841, -34.806607851130174],\n              [143.405634056340517, -35.178689387699336],\n              [143.596435964359642, -35.360436907485052],\n              [143.776437764377619, -35.419111303636342],\n              [144.323643236432332, -35.753984686548591],\n              [144.420844208442048, -35.914265963839924],\n              [144.74124741247411, -36.134652720115504],\n              [144.986049860498582, -36.081702655296048],\n              [145.007650076500767, -35.867040230352302],\n              [145.572855728557244, -35.844142905024967],\n              [145.745657456574548, -35.964353862993462],\n              [146.386463864638614, -36.047356667305046],\n              [146.624066240662358, -35.99440660248559],\n              [146.847268472684704, -36.097444566458591],\n              [147.340473404734013, -36.075978323964215],\n              [147.398073980739781, -35.967216028659379],\n              [147.714877148771478, -35.940025454833176],\n              [147.995679956799535, -36.058805329968713],\n              [148.215282152821516, -36.651273622813463],\n              [148.215282152821516, -36.801537320274086],\n              [149.972099720997193, -37.509923322588463],\n              [149.950499504995008, -37.283812234981042],\n              [150.054900549005453, -37.276656820816257],\n              [149.903699036990332, -36.928903692407374],\n              [150.141301413014133, -36.320693488400089],\n              [150.152101521015169, -35.894230804178505],\n              [150.407704077040734, -35.537891178771886],\n              [150.55530555305549, -35.213035375690339],\n              [150.850508505085003, -35.015545944742087],\n              [150.728107281072795, -34.869575495780339],\n              [150.832508325083239, -34.78227944296988],\n              [150.926109261092591, -34.330057267755052],\n              [151.282512825128236, -33.952251399854049],\n              [151.340113401134005, -33.6173780169418],\n              [151.671316713167101, -33.060686794921011],\n              [151.833318333183314, -32.864628446805725],\n              [152.110521105211006, -32.794505387990768],\n              [152.402124021240212, -32.489684744570638],\n              [152.538925389253876, -32.442459011083017],\n              [152.510125101250964, -32.161966775823181],\n              [152.747727477274765, -31.842835304073475],\n              [152.934929349293469, -31.482202430167973],\n              [152.981729817298145, -31.165933124084184],\n              [153.08613086130859, -30.894027385822103],\n              [152.988929889298873, -30.735177191363725],\n              [153.20493204932049, -30.129829153022353],\n              [153.32013320133197, -29.697642137468936],\n              [153.341733417334154, -29.322698435233857],\n              [153.453334533345327, -29.035050785809229],\n              [153.604536045360447, -28.867614094353105],\n              [153.590135901358991, -28.267990387343566],\n              [153.507335073350731, -28.149210512208025]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-NT\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [129.001890018900184, -14.86876182235472],\n              [129.001890018900184, -25.999724097104611],\n              [138.001980019800186, -25.999724097104611],\n              [137.998379983799822, -16.541697654083009],\n              [137.746377463774621, -16.25261892182543],\n              [137.36117361173612, -16.122390384026218],\n              [136.990369903699019, -15.864795474093718],\n              [136.705967059670598, -15.914883373247264],\n              [136.594365943659426, -15.710238528134219],\n              [136.266762667626637, -15.545664002344012],\n              [136.241562415624145, -15.424021961542557],\n              [135.471154711547086, -14.947471378167428],\n              [135.377553775537734, -14.712773793562263],\n              [135.759157591575871, -14.26484486684631],\n              [135.910359103590991, -14.194721808031353],\n              [135.924759247592448, -13.960024223426181],\n              [136.054360543605441, -13.688118485164104],\n              [135.90315903159032, -13.738206384317643],\n              [135.856358563585644, -13.456283066224849],\n              [135.978759787597852, -13.231603061450393],\n              [136.158761587615885, -13.263086883775479],\n              [136.371163711637081, -13.065597452827227],\n              [136.479164791647889, -13.227309812951518],\n              [136.637566375663738, -12.955404074689433],\n              [136.489964899648982, -12.85093502788348],\n              [136.929169291692887, -12.348624953515106],\n              [136.759967599676003, -12.16401526806348],\n              [136.691566915669142, -12.282795143199024],\n              [136.450364503645034, -11.942197428954941],\n              [136.180361803618013, -12.188343676223774],\n              [136.363963639636353, -12.257035652205772],\n              [136.252362523625237, -12.441645337657398],\n              [136.021960219602164, -12.455956165986976],\n              [136.061560615606112, -12.232707244045478],\n              [135.888758887588864, -12.146842274067978],\n              [135.730357303573015, -12.311416799858186],\n              [135.651156511565119, -12.16401526806348],\n              [135.895958959589592, -11.962232588616352],\n              [135.600756007560079, -11.956508257284526],\n              [135.586355863558623, -12.098185457747398],\n              [135.366753667536642, -12.088167877916689],\n              [135.071550715507129, -12.259897817871689],\n              [134.862748627486241, -12.12680711440656],\n              [134.769147691476888, -11.947921760286775],\n              [134.592745927459276, -12.063839469756395],\n              [134.430744307443064, -12.058115138424562],\n              [134.06714067140669, -11.854901376144483],\n              [133.944739447394483, -11.913575772295772],\n              [133.800738007380033, -11.714655258514561],\n              [133.588335883358837, -11.797658062826144],\n              [133.185131851318516, -11.717517424180478],\n              [133.077130771307708, -11.510010413401524],\n              [132.871928719287183, -11.328262893615815],\n              [132.673926739267387, -11.508579330568566],\n              [132.342723427234233, -11.122186965669819],\n              [132.187921879218749, -11.132204545500521],\n              [132.202322023220205, -11.409834615094439],\n              [131.982719827198281, -11.130773462667563],\n              [131.766717667176664, -11.311089899620313],\n              [131.925119251192513, -11.321107479451022],\n              [132.083520835208361, -11.518596910399275],\n              [132.371523715237146, -11.435594106087692],\n              [132.695526955269514, -11.653118696697355],\n              [132.594725947259434, -11.784778317329526],\n              [132.677526775267751, -12.136824694237269],\n              [132.57672576725767, -12.093892209248523],\n              [132.378723787237874, -12.215534250049977],\n              [132.043920439204356, -12.307123551359311],\n              [131.903519035190328, -12.219827498548852],\n              [131.493114931149279, -12.297105971528602],\n              [131.327513275132759, -12.185481510557857],\n              [130.99990999909997, -12.171170682228272],\n              [131.05031050310501, -12.35434928484694],\n              [130.823508235082357, -12.400143935501603],\n              [130.96750967509675, -12.537527887465608],\n              [130.877508775087762, -12.617668526111274],\n              [130.783907839078353, -12.434489923492606],\n              [130.621906219062197, -12.437352089158523],\n              [130.560705607056065, -12.624823940276059],\n              [130.35550355503554, -12.672049673763688],\n              [130.319503195031956, -12.905316175535894],\n              [130.128701287012831, -12.941093246359856],\n              [130.117901179011795, -13.155755671303602],\n              [130.251102511025096, -13.284553126269849],\n              [130.132301323013195, -13.460576314723724],\n              [129.970299702997039, -13.530699373538688],\n              [129.891098910989086, -13.437678989396396],\n              [129.718297182971838, -14.015836453911561],\n              [129.545495454954533, -14.085959512726518],\n              [129.358293582935829, -14.4093842329751],\n              [129.585095850958481, -14.566803344600515],\n              [129.801098010980098, -14.860175325356977],\n              [129.646296462964614, -14.840140165695558],\n              [129.66069660696607, -15.137805394950888],\n              [129.477094770947673, -14.933160549837851],\n              [129.221492214922108, -14.843002331361475],\n              [129.264692646926477, -15.107752655458768],\n              [129.001890018900184, -14.86876182235472]\n            ]\n          ],\n          [\n            [\n              [136.950769507695071, -14.181842062534727],\n              [136.723967239672362, -14.186135311033603],\n              [136.705967059670598, -14.073079767229892],\n              [136.925569255692523, -13.805467277466683],\n              [136.716767167671634, -13.828364602794018],\n              [136.716767167671634, -13.648048165841267],\n              [136.511565115651166, -13.834088934125852],\n              [136.425164251642485, -13.809760525965558],\n              [136.435964359643577, -14.199015056530222],\n              [136.903969039690395, -14.299190854837306],\n              [136.950769507695071, -14.181842062534727]\n            ]\n          ],\n          [\n            [\n              [130.535505355053516, -11.704637678683859],\n              [130.449104491044892, -11.701775513017942],\n              [130.344703447034448, -11.316814230952147],\n              [130.186301863018599, -11.487113088074189],\n              [130.200702007020055, -11.653118696697355],\n              [130.053100531005299, -11.823417553819397],\n              [130.319503195031956, -11.770467488999941],\n              [130.629106291062868, -11.804813476990937],\n              [130.535505355053516, -11.704637678683859]\n            ]\n          ],\n          [\n            [\n              [131.536315363153591, -11.412696780760356],\n              [131.428314283142839, -11.249553337803107],\n              [131.230312303123043, -11.208051935647319],\n              [131.010710107101062, -11.355453467442025],\n              [130.722707227072277, -11.384075124101187],\n              [130.366303663036632, -11.232380343807606],\n              [130.495904959049568, -11.64882544819848],\n              [130.978309783097842, -11.926455517792398],\n              [131.475114751147515, -11.600168631877899],\n              [131.536315363153591, -11.412696780760356]\n            ]\n          ],\n          [\n            [\n              [136.763567635676367, -11.040615244191194],\n              [136.525965259652565, -11.447042768751359],\n              [136.716767167671634, -11.20662085281436],\n              [136.763567635676367, -11.040615244191194]\n            ]\n          ],\n          [\n            [\n              [132.49032490324899, -11.159395119326732],\n              [132.598325983259798, -11.345435887611316],\n              [132.565925659256578, -10.981940848039898],\n              [132.49032490324899, -11.159395119326732]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-QLD\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [153.507335073350731, -28.149210512208025],\n              [153.446134461344599, -27.810043880796901],\n              [153.039330393303914, -27.193247179791861],\n              [153.20493204932049, -27.045845647997155],\n              [153.150931509315086, -26.925634690028652],\n              [153.078930789307861, -26.280216332364446],\n              [153.20493204932049, -25.935325369621488],\n              [152.942129421294197, -25.753577849835779],\n              [152.913329133291285, -25.287044846291366],\n              [152.67572675726754, -25.241250195636695],\n              [152.405724057240576, -24.74895770109903],\n              [152.150121501215011, -24.618729163299825],\n              [151.934119341193394, -24.210870555906702],\n              [151.77931779317791, -24.0219676219562],\n              [151.692916929169286, -24.097815012102991],\n              [151.448114481144813, -24.009087876459574],\n              [150.814508145081419, -23.410895252282991],\n              [150.764107641076379, -23.159024673682332],\n              [150.825308253082511, -22.698216001469746],\n              [150.760507605076015, -22.470673831029373],\n              [150.566105661056582, -22.323272299234667],\n              [150.609306093060894, -22.610919948659287],\n              [150.216902169021665, -22.394826440882582],\n              [150.054900549005453, -22.141524779448957],\n              [149.925299252992517, -22.298943891074373],\n              [150.047700477004724, -22.64526593665029],\n              [149.813698136981344, -22.377653446887081],\n              [149.730897308973084, -22.469242748196415],\n              [149.435694356943571, -21.789478402541206],\n              [149.478894788947883, -21.717924260893291],\n              [149.230492304923047, -21.08967889722458],\n              [148.852488524885217, -20.832083987292087],\n              [148.654486544865421, -20.555885000531127],\n              [148.809288092880905, -20.432811876896707],\n              [148.935289352893534, -20.53441875803675],\n              [148.755287552875501, -20.229598114616628],\n              [148.611286112861109, -20.213856203454085],\n              [148.560885608856069, -20.052143843329794],\n              [148.40248402484022, -20.173785884131249],\n              [148.280082800828012, -19.966278873352294],\n              [147.948879488794859, -19.907604477201005],\n              [147.750877508775062, -19.691510969424293],\n              [147.682476824768202, -19.827463838555339],\n              [147.444874448744457, -19.340895675349508],\n              [147.419674196741965, -19.412449816997423],\n              [147.135271352713488, -19.411018734164465],\n              [147.009270092700916, -19.252168539706091],\n              [146.904869048690472, -19.305118604525546],\n              [146.746467464674623, -19.173458983893383],\n              [146.447664476644746, -19.060403440089672],\n              [146.274862748627442, -18.874362671805088],\n              [146.339663396633938, -18.526609543396212],\n              [146.293747591437779, -18.488445420665329],\n              [146.31806318063181, -18.383501260100381],\n              [146.303663036630354, -18.237530811138633],\n              [146.091260912609101, -18.266152467797795],\n              [146.277182771827711, -18.474677137480207],\n              [146.022860228602241, -18.263290302131885],\n              [146.004860048600477, -18.155959089660008],\n              [146.14886148861487, -17.632182772797258],\n              [145.882458824588213, -17.039714479952508],\n              [145.954459544595437, -16.873708871329342],\n              [145.778057780577768, -16.885157533993009],\n              [145.400054000539996, -16.442952938608883],\n              [145.461254612546128, -16.060853822209012],\n              [145.356853568535684, -15.903434710583596],\n              [145.274052740527367, -15.535646422513302],\n              [145.248852488524875, -15.094872909962142],\n              [145.346053460534591, -14.94317812966856],\n              [145.029250292502894, -14.805794177704556],\n              [144.885248852488502, -14.609735829589269],\n              [144.676446764467613, -14.555354681936848],\n              [144.633246332463301, -14.339261174160143],\n              [144.478444784447817, -14.16037582004035],\n              [144.302043020430204, -14.312070600333932],\n              [143.942039420394195, -14.510991114115143],\n              [143.783637836378347, -14.402228818810308],\n              [143.68643686436863, -14.014405371078603],\n              [143.531635316353146, -13.74965504698131],\n              [143.596435964359642, -13.523543959373896],\n              [143.528035280352782, -13.330347776924519],\n              [143.495634956349562, -12.921058086698437],\n              [143.366033660336569, -12.862383690547148],\n              [143.43443434434343, -12.613375277612398],\n              [143.254432544325397, -12.388695272837936],\n              [143.078030780307785, -12.328589793853688],\n              [143.204032040320357, -11.982267748277771],\n              [142.87282872828726, -11.850608127645607],\n              [142.82242822428222, -11.47709550824348],\n              [142.869228692286896, -11.39123053826598],\n              [142.743227432274324, -10.974785433875105],\n              [142.613626136261331, -10.745812180601774],\n              [142.448024480244754, -10.714328358276688],\n              [142.322023220232182, -10.901800209394231],\n              [142.174421744217426, -10.9304218660534],\n              [142.131221312213114, -11.338280473446524],\n              [141.965619656196537, -11.810537808322771],\n              [141.918819188191861, -12.10534087191219],\n              [141.800018000179961, -12.055252972758645],\n              [141.594815948159436, -12.52607922480194],\n              [141.821618216182145, -12.653445596935228],\n              [141.584015840158401, -12.97687031718381],\n              [141.692016920169209, -13.241620641281102],\n              [141.526415264152632, -13.570769692861518],\n              [141.486814868148684, -13.948575560762514],\n              [141.584015840158401, -14.075941932895809],\n              [141.522815228152268, -14.483800540288932],\n              [141.666816668166661, -15.011870105650559],\n              [141.486814868148684, -15.478403109194971],\n              [141.378813788137876, -15.937780698574599],\n              [141.43281432814328, -16.06228490504197],\n              [141.198811988119843, -16.7034100142073],\n              [141.083610836108363, -16.800723646848468],\n              [140.831608316083162, -17.450435253011548],\n              [140.507605076050737, -17.636476021296133],\n              [140.0, -17.70659908011109],\n              [139.639996399963962, -17.532006974490173],\n              [139.438394383943802, -17.376018945697716],\n              [139.272792727927282, -17.348828371871512],\n              [139.038790387903845, -16.915210273485137],\n              [138.657186571865708, -16.779257404354091],\n              [138.491584915849131, -16.794999315516634],\n              [138.185581855818526, -16.697685682875466],\n              [137.998379983799822, -16.541697654083009],\n              [138.001980019800186, -25.999724097104611],\n              [141.000810008100046, -25.999724097104611],\n              [141.000810008100046, -28.999273714985272],\n              [148.967689676896754, -28.999273714985272],\n              [149.093690936909326, -28.849010017524648],\n              [149.486094860948612, -28.584259693427356],\n              [150.018900189001869, -28.600001604589899],\n              [150.299702997029925, -28.535602877106772],\n              [150.450904509045046, -28.645796255244566],\n              [150.792907929079291, -28.634347592580898],\n              [151.044910449104492, -28.734523390887983],\n              [151.286112861128601, -28.920564159172564],\n              [151.350913509135097, -29.165279323608438],\n              [151.552515525155201, -28.954910147163563],\n              [152.024120241202382, -28.876200591350855],\n              [152.067320673206694, -28.703039568562897],\n              [151.966519665196614, -28.53703395993973],\n              [152.416524165241611, -28.343837777490357],\n              [152.4921249212492, -28.260834973178774],\n              [152.751327513275129, -28.358148605819942],\n              [153.118531185311809, -28.349562108822191],\n              [153.194131941319398, -28.259403890345816],\n              [153.507335073350731, -28.149210512208025]\n            ]\n          ],\n          [\n            [\n              [153.485734857348547, -27.4150650189004],\n              [153.399333993339923, -27.493774574713111],\n              [153.456934569345691, -27.721316745153484],\n              [153.485734857348547, -27.4150650189004]\n            ]\n          ],\n          [\n            [\n              [153.410134101341015, -27.339217628753609],\n              [153.449734497344963, -27.017223991337985],\n              [153.359733597335975, -27.065880807658566],\n              [153.410134101341015, -27.339217628753609]\n            ]\n          ],\n          [\n            [\n              [153.37053370533701, -24.989379617036029],\n              [153.280532805328022, -24.693145470613658],\n              [153.13653136531363, -24.817649677081036],\n              [153.248132481324802, -24.955033629045033],\n              [153.039330393303914, -25.184006882318364],\n              [153.068130681306769, -25.328546248447154],\n              [152.949329493294925, -25.551795170388658],\n              [153.05373053730537, -25.796510334824532],\n              [153.37053370533701, -24.989379617036029]\n            ]\n          ],\n          [\n            [\n              [151.26811268112678, -23.665627996549574],\n              [151.196111961119612, -23.533968375917411],\n              [150.980109801097996, -23.486742642429789],\n              [151.214112141121376, -23.778683540353285],\n              [151.26811268112678, -23.665627996549574]\n            ]\n          ],\n          [\n            [\n              [149.068490684906834, -20.315463084594128],\n              [148.985689856898574, -20.150888558803921],\n              [148.93168931689317, -20.292565759266793],\n              [149.068490684906834, -20.315463084594128]\n            ]\n          ],\n          [\n            [\n              [139.733597335973315, -16.442952938608883],\n              [139.603996039960379, -16.398589370787178],\n              [139.287192871928681, -16.470143512435094],\n              [139.179191791917873, -16.661908612051512],\n              [139.44559445594453, -16.664770777717429],\n              [139.553595535955338, -16.48302325793172],\n              [139.733597335973315, -16.442952938608883]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-SA\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [141.000810008100046, -28.999273714985272],\n              [141.000810008100046, -25.999724097104611],\n              [138.001980019800186, -25.999724097104611],\n              [129.001890018900184, -25.999724097104611],\n              [129.001890018900184, -31.689709440946931],\n              [130.157501575015743, -31.573791731477307],\n              [130.834308343083393, -31.602413388136476],\n              [131.176311763117639, -31.477909181669101],\n              [131.536315363153591, -31.605275553802393],\n              [132.076320763207633, -31.907234031556598],\n              [132.234722347223482, -32.033169320856928],\n              [132.47592475924759, -31.954459765044223],\n              [132.796327963279595, -31.955890847877182],\n              [133.149131491314876, -32.196312763814177],\n              [133.411934119341169, -32.212054674976727],\n              [133.649536495364913, -32.101861296838933],\n              [133.94833948339479, -32.389508946263561],\n              [133.854738547385438, -32.529755063893475],\n              [134.14994149941495, -32.456769839412601],\n              [134.297542975429764, -32.67858767852114],\n              [134.074340743407419, -32.714364749345094],\n              [134.279542795427943, -33.162293676061054],\n              [134.66114661146608, -33.225261320711219],\n              [134.8123481234812, -33.352627692844507],\n              [134.841148411484113, -33.631688845271384],\n              [135.19035190351903, -33.893577003702759],\n              [135.345153451534514, -34.275676120102631],\n              [135.40635406354059, -34.644895491005883],\n              [135.154351543515446, -34.501787207710052],\n              [135.604356043560443, -34.879593075611055],\n              [135.823958239582367, -34.873868744279221],\n              [136.011160111601072, -34.979768873918132],\n              [135.881558815588136, -34.767968614640296],\n              [135.93555935559354, -34.534702112868089],\n              [136.230762307623053, -34.308591025260675],\n              [136.371163711637081, -34.07389344065551],\n              [136.608766087660882, -33.903594583533469],\n              [137.224372243722399, -33.653155087765761],\n              [137.451174511745108, -33.139396350733719],\n              [137.674376743767397, -32.9547866652821],\n              [137.771577715777113, -32.990563736106054],\n              [137.753577535775349, -32.692898506850725],\n              [137.821978219782153, -32.568394300383346],\n              [138.023580235802314, -33.14798284773147],\n              [137.811178111781118, -33.259607308702222],\n              [137.93717937179369, -33.527219798465424],\n              [137.602376023760229, -33.876404009707258],\n              [137.454774547745473, -34.164051659131886],\n              [137.512375123751241, -34.61770491717968],\n              [137.447574475744744, -34.916801229267968],\n              [137.029970299702967, -34.899628235272466],\n              [136.835568355683534, -35.247381363681342],\n              [137.170371703716995, -35.241657032349508],\n              [137.404374043740432, -35.124308240046929],\n              [137.670776707767033, -35.181551553365253],\n              [137.911979119791198, -34.623429248511513],\n              [137.929979299792961, -34.414491154899594],\n              [138.077580775807718, -34.128274588307931],\n              [138.261182611826115, -34.43881956305988],\n              [138.534785347853443, -34.740778040814092],\n              [138.426784267842635, -35.353281493320253],\n              [138.124381243812394, -35.555064172767381],\n              [138.199981999819983, -35.670981882237008],\n              [138.531185311853079, -35.645222391243756],\n              [138.747187471874696, -35.539322261604838],\n              [138.991989919899169, -35.547908758602588],\n              [138.959589595895949, -35.413386972304508],\n              [139.269192691926918, -35.331815250825883],\n              [139.377193771937726, -35.463474871458047],\n              [139.243992439924369, -35.693879207564336],\n              [139.135991359913561, -35.49782085944905],\n              [139.042390423904209, -35.603720989087961],\n              [139.567995679956795, -36.075978323964215],\n              [139.852398523985215, -36.621220883321342],\n              [139.863198631986307, -36.76719133228309],\n              [139.672396723967239, -36.953232100567675],\n              [139.740797407974043, -37.180774271008048],\n              [139.989199891998879, -37.487025997261128],\n              [140.24120241202408, -37.665911351380913],\n              [140.360003600035981, -37.882004859157625],\n              [140.712807128071262, -38.070907793108127],\n              [140.968409684096827, -38.059459130444459],\n              [140.964213966985369, -33.981813868238532],\n              [141.000810008100046, -34.018081210170138],\n              [141.000810008100046, -28.999273714985272]\n            ]\n          ],\n          [\n            [\n              [138.127981279812758, -35.816952331198756],\n              [137.908379083790834, -35.729656278388298],\n              [137.580775807758044, -35.726794112722381],\n              [137.623976239762356, -35.582254746593591],\n              [137.353973539735392, -35.585116912259508],\n              [136.57996579965797, -35.768295514878176],\n              [136.533165331653294, -35.911403798174007],\n              [136.716767167671634, -36.063098578467589],\n              [137.209972099721, -35.980095774156005],\n              [137.458374583745837, -36.083133738129007],\n              [137.757177571775713, -35.87133347885117],\n              [138.048780487804862, -35.918559212338799],\n              [138.127981279812758, -35.816952331198756]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-TAS\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [147.365673656736561, -43.378794020550572],\n              [147.311673116731157, -43.268600642412778],\n              [147.167671676716765, -43.368776440719863],\n              [147.315273152731521, -43.500436061352033],\n              [147.365673656736561, -43.378794020550572]\n            ]\n          ],\n          [\n            [\n              [144.766447664476601, -40.726997531078787],\n              [144.604446044460445, -40.996041103674955],\n              [144.92484924849245, -41.7087203544882],\n              [145.205652056520563, -41.9663152644207],\n              [145.425254252542487, -42.371311706147907],\n              [145.187651876518743, -42.195288517694031],\n              [145.266852668526639, -42.604578207920113],\n              [145.511655116551168, -42.958055667660823],\n              [145.68805688056878, -43.049644968970156],\n              [145.832058320583172, -43.292929050573072],\n              [145.918459184591853, -43.195615417931904],\n              [146.022860228602241, -43.551955043338531],\n              [146.210062100621002, -43.491849564354283],\n              [146.559265592655919, -43.52476446951232],\n              [146.854468544685432, -43.639251096148989],\n              [147.099270992709904, -43.300084464737864],\n              [146.966069660696604, -43.198477583597821],\n              [147.257672576725753, -43.254289814083194],\n              [147.358473584735833, -42.925140762502778],\n              [147.437674376743729, -43.046782803304239],\n              [147.502475024750225, -42.853586620854863],\n              [147.84087840878405, -42.902243437175443],\n              [147.862478624786235, -43.046782803304239],\n              [147.621276212762126, -43.022454395143946],\n              [147.794077940779374, -43.244272234252492],\n              [147.963279632796315, -43.222805991758115],\n              [147.981279812798078, -42.870759614850364],\n              [147.887678876788726, -42.544472728935865],\n              [148.006480064800627, -42.514419989443738],\n              [148.092880928809251, -42.100837050718781],\n              [148.31968319683196, -42.11944112754724],\n              [148.262082620826192, -41.800309655797534],\n              [148.334083340833359, -41.292275250097326],\n              [148.330483304833052, -41.001765435006789],\n              [148.208082080820787, -40.840053074882491],\n              [147.984879848798442, -40.737015110909496],\n              [147.819278192781923, -40.893003139701953],\n              [147.596075960759578, -40.84720848904729],\n              [147.444874448744457, -41.008920849171574],\n              [147.286472864728609, -40.941659956022534],\n              [147.016470164701644, -40.976005944013536],\n              [146.422464224642198, -41.166339960796989],\n              [146.213662136621366, -41.154891298133322],\n              [145.792457924579224, -41.017507346169324],\n              [145.713257132571329, -40.930211293358866],\n              [144.766447664476601, -40.726997531078787]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-TAS-KI\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [144.071640716407131, -40.051526433922454],\n              [144.136441364413628, -39.991420954938206],\n              [144.082440824408224, -39.62649483253383],\n              [143.862838628386243, -39.700911139847662],\n              [143.837638376383751, -39.934177641619868],\n              [143.924039240392375, -40.127373824069245],\n              [144.071640716407131, -40.051526433922454]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-TAS-FI\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [147.952479524795223, -39.71235980251133],\n              [147.75807758077579, -39.879796493967454],\n              [148.125281252812528, -40.270482107365083],\n              [148.308883088830868, -40.237567202207039],\n              [148.298082980829776, -39.961368215446079],\n              [148.16848168481684, -39.935608724452834],\n              [147.952479524795223, -39.71235980251133]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-TAS-CBI\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [148.398883988839856, -40.36207140867441],\n              [148.344883448834452, -40.309121343854954],\n              [148.002880028800263, -40.426470136157533],\n              [148.341283412834088, -40.50374860913729],\n              [148.398883988839856, -40.36207140867441]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-VIC\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [141.000810008100046, -34.018081210170138],\n              [140.964213966985369, -33.981813868238532],\n              [140.968409684096827, -38.059459130444459],\n              [141.375213752137512, -38.291294549383707],\n              [141.371613716137148, -38.387177099191916],\n              [141.652416524165204, -38.400056844688542],\n              [141.760417604176013, -38.261241809891587],\n              [142.224822248222466, -38.405781176020376],\n              [142.397623976239714, -38.367141939530498],\n              [142.811628116281128, -38.578942198808335],\n              [143.060030600305964, -38.636185512126666],\n              [143.240032400323997, -38.762120801427002],\n              [143.53523535235351, -38.858003351235212],\n              [143.844838448384479, -38.69056665977908],\n              [144.053640536405368, -38.485921814666042],\n              [144.402844028440285, -38.301312129214416],\n              [144.651246512465121, -38.285570218051873],\n              [144.726847268472653, -38.165359260083378],\n              [144.528845288452857, -38.105253781099123],\n              [144.824048240482369, -37.899177853153127],\n              [144.982449824498218, -37.899177853153127],\n              [145.119251192511882, -38.159634928751544],\n              [144.982449824498218, -38.341382448537246],\n              [144.802448024480242, -38.378590602194166],\n              [144.94284942849427, -38.510250222826329],\n              [145.295652956529551, -38.231189070399459],\n              [145.475654756547527, -38.245499898729044],\n              [145.558455584555844, -38.385746016358958],\n              [145.374853748537447, -38.530285382487747],\n              [145.569255692556879, -38.661945003119911],\n              [145.810458104581045, -38.65049634045625],\n              [145.922059220592161, -38.906660167555792],\n              [146.091260912609101, -38.819364114745333],\n              [146.426064260642562, -39.137064503662081],\n              [146.447664476644746, -38.790742458086164],\n              [146.285662856628534, -38.909522333221709],\n              [146.181261812618089, -38.756396470095169],\n              [146.879668796687923, -38.644772009124416],\n              [147.588875888758849, -38.080925372938836],\n              [147.916479164791639, -37.919213012814538],\n              [148.305283052830504, -37.823330463006336],\n              [149.478894788947883, -37.786122309349423],\n              [149.77769777697776, -37.555717973243127],\n              [149.972099720997193, -37.509923322588463],\n              [148.215282152821516, -36.801537320274086],\n              [148.215282152821516, -36.651273622813463],\n              [147.995679956799535, -36.058805329968713],\n              [147.714877148771478, -35.940025454833176],\n              [147.398073980739781, -35.967216028659379],\n              [147.340473404734013, -36.075978323964215],\n              [146.847268472684704, -36.097444566458591],\n              [146.624066240662358, -35.99440660248559],\n              [146.386463864638614, -36.047356667305046],\n              [145.745657456574548, -35.964353862993462],\n              [145.572855728557244, -35.844142905024967],\n              [145.007650076500767, -35.867040230352302],\n              [144.986049860498582, -36.081702655296048],\n              [144.74124741247411, -36.134652720115504],\n              [144.420844208442048, -35.914265963839924],\n              [144.323643236432332, -35.753984686548591],\n              [143.776437764377619, -35.419111303636342],\n              [143.596435964359642, -35.360436907485052],\n              [143.405634056340517, -35.178689387699336],\n              [143.358833588335841, -34.806607851130174],\n              [143.142831428314281, -34.699276638658304],\n              [142.725227252272504, -34.603394088850095],\n              [142.556025560255563, -34.77369294597213],\n              [142.386823868238679, -34.533271030035138],\n              [142.404824048240442, -34.355816758748304],\n              [142.235622356223558, -34.191242232958089],\n              [142.02682026820267, -34.112532677145381],\n              [141.74961749617492, -34.102515097314679],\n              [141.569615696156944, -34.214139558285424],\n              [141.000810008100046, -34.018081210170138]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-WA\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [129.001890018900184, -14.86876182235472],\n              [128.533885338853366, -14.7528441128851],\n              [128.397083970839702, -14.795776597873846],\n              [128.443884438844378, -15.046216093641554],\n              [128.314283142831385, -14.904538893178682],\n              [128.195481954819542, -15.056233673472263],\n              [128.296282962829622, -15.316690749070681],\n              [128.065880658806549, -15.124925649454262],\n              [128.173881738817357, -14.698462965232679],\n              [127.87507875078748, -14.469489711959348],\n              [127.666276662766592, -14.17897989686881],\n              [127.345873458734587, -13.904211992940809],\n              [127.12987129871297, -13.967179637590974],\n              [126.953469534695358, -13.723895555988058],\n              [126.748267482674834, -13.791156449137098],\n              [126.831068310683094, -13.982921548753517],\n              [126.708667086670829, -13.982921548753517],\n              [126.604266042660385, -14.230498878855308],\n              [126.431464314643137, -13.97004180325689],\n              [126.226262262622612, -14.213325884859806],\n              [126.13266132661326, -14.094546009724269],\n              [126.042660426604272, -14.508128948449226],\n              [125.909459094590915, -14.639788569081389],\n              [125.80505805058047, -14.438005889634269],\n              [125.682656826568262, -14.506697865616268],\n              [125.707857078570754, -14.292035440672514],\n              [125.607056070560674, -14.229067796022349],\n              [125.585455854558546, -14.526733025277686],\n              [125.43785437854379, -14.632633154916597],\n              [125.355053550535473, -14.503835699950351],\n              [125.139051390513913, -14.757137361383975],\n              [125.308253082530797, -14.884503733517263],\n              [125.182251822518225, -14.938884881169685],\n              [125.430654306543062, -15.019025519815351],\n              [125.329853298532981, -15.152116223280473],\n              [124.998649986499828, -14.970368703494763],\n              [124.861848618486164, -15.114908069623553],\n              [124.930249302493024, -15.338156991565057],\n              [125.142651426514277, -15.312397500571805],\n              [125.074250742507417, -15.418297630210724],\n              [124.663846638466367, -15.250860938754599],\n              [124.732247322473228, -15.358192151226476],\n              [124.631446314463147, -15.505593683021182],\n              [124.390243902438982, -15.522766677016683],\n              [124.404644046440438, -15.874813053924427],\n              [124.516245162451611, -15.970695603732636],\n              [124.609846098460963, -15.806121077942429],\n              [124.595445954459507, -16.115234969861426],\n              [124.455044550445479, -16.052267325211261],\n              [124.401044010440074, -16.32989739480518],\n              [124.768247682476812, -16.385709625290552],\n              [124.221042210422098, -16.395727205121261],\n              [124.127441274412746, -16.272654081486841],\n              [123.911439114391129, -16.216841851001469],\n              [123.994239942399389, -16.37855421112576],\n              [123.731437314373153, -16.258343253157264],\n              [123.724237242372425, -16.136701212355803],\n              [123.540635406354028, -16.265498667322056],\n              [123.713437134371333, -16.334190643304055],\n              [123.508235082350808, -16.653322115053761],\n              [123.691836918369148, -16.730600588033511],\n              [123.767437674376737, -16.878002119828217],\n              [123.936639366393678, -16.867984539997508],\n              [123.796237962379593, -16.999644160629678],\n              [123.861038610386089, -17.21001333707455],\n              [123.594635946359432, -16.985333332300094],\n              [123.641436414364108, -17.172805183417637],\n              [123.555035550355484, -17.519127228993547],\n              [123.40023400234, -17.328793212210094],\n              [123.151831518315163, -16.80787906101326],\n              [122.961029610296094, -16.580336890572887],\n              [123.007830078300771, -16.374260962626884],\n              [122.759427594275934, -16.604665298733174],\n              [122.820628206282066, -16.779257404354091],\n              [122.57222572225723, -16.787843901351842],\n              [122.593825938259357, -16.971022503970509],\n              [122.471424714247149, -16.919503521984012],\n              [122.172621726217272, -17.261532319061054],\n              [122.14382143821436, -17.563490796815259],\n              [122.205022050220492, -17.710892328609965],\n              [122.169021690216908, -17.978504818373175],\n              [122.359823598235977, -17.999971060867551],\n              [122.323823238232393, -18.150234758328175],\n              [121.90981909819098, -18.465072981579006],\n              [121.823418234182355, -18.45219323608238],\n              [121.521015210152115, -19.068989937087423],\n              [121.193411934119325, -19.472555295981671],\n              [120.955809558095581, -19.634267656105962],\n              [120.239402394023926, -19.906173394368047],\n              [119.803798037980386, -19.966278873352294],\n              [119.566195661956584, -20.069316837325296],\n              [119.213392133921303, -19.960554542020461],\n              [118.975789757897559, -20.050712760496836],\n              [118.831788317883166, -20.262513019774666],\n              [118.367383673836713, -20.36268881808175],\n              [118.136981369813697, -20.36268881808175],\n              [117.737377373773739, -20.658922964504129],\n              [117.352173521735182, -20.727614940486127],\n              [117.154171541715385, -20.595955319853957],\n              [116.880568805688057, -20.713304112156543],\n              [116.819368193681925, -20.550160669199293],\n              [116.434164341643424, -20.822066407461378],\n              [116.218162181621807, -20.843532649955748],\n              [116.149761497614946, -20.969467939256084],\n              [115.93735937359375, -21.05962615773246],\n              [115.807758077580758, -21.235649346186335],\n              [115.454954549545477, -21.513279415780246],\n              [114.929349293492947, -21.693595852732997],\n              [114.64494644946447, -21.843859550193621],\n              [114.367743677436778, -22.477829245194165],\n              [114.180541805418017, -22.52219281301587],\n              [114.076140761407629, -22.175870767439953],\n              [114.158941589415889, -21.792340568207123],\n              [114.011340113401133, -21.859601461356164],\n              [113.802538025380244, -22.330427713399459],\n              [113.647736477364759, -22.57800504350125],\n              [113.809738097380972, -23.051693461210455],\n              [113.74853748537484, -23.161886839348242],\n              [113.74853748537484, -23.511071050590076],\n              [113.600936009360083, -23.634144174224495],\n              [113.413734137341379, -24.049158195782411],\n              [113.438934389343871, -24.532864193322325],\n              [113.604536045360447, -24.728922541437619],\n              [113.712537125371256, -25.125332486167075],\n              [114.155341553415525, -25.78935492065974],\n              [114.259742597425969, -25.842304985479196],\n              [114.191341913419109, -26.195782445219905],\n              [114.234542345423421, -26.315993403188401],\n              [114.104941049410485, -26.447653023820571],\n              [113.971739717397185, -26.331735314350944],\n              [113.910539105391052, -25.976826771777283],\n              [113.795337953379516, -26.207231107883572],\n              [113.705337053370528, -26.148556711732283],\n              [113.759337593375932, -25.90527263012936],\n              [113.532535325353223, -25.61762498070474],\n              [113.420934209342107, -25.727818358842534],\n              [113.683736837368343, -26.221541936213157],\n              [113.885338853388504, -26.343183977014611],\n              [113.813338133381336, -26.599347804114153],\n              [113.564935649356499, -26.56500181612315],\n              [113.395733957339559, -26.177178368391445],\n              [113.298532985329842, -26.397565124667032],\n              [113.590135901358991, -26.675195194260944],\n              [114.011340113401133, -27.314889220593315],\n              [114.144541445414433, -27.688401839995443],\n              [114.097740977409757, -27.82006146062761],\n              [114.166141661416617, -28.106278027219275],\n              [114.52974529745299, -28.522723131610149],\n              [114.576545765457666, -28.784611290041521],\n              [114.832148321483231, -29.092294099127564],\n              [114.979749797497988, -29.480117546859272],\n              [114.947349473494711, -29.657571818146103],\n              [114.976149761497624, -30.214263040166895],\n              [115.181351813518148, -30.826766492673059],\n              [115.681756817568186, -31.64820803879114],\n              [115.742957429574261, -31.927269191218016],\n              [115.750157501574989, -32.637086276365352],\n              [115.602556025560233, -32.661414684525639],\n              [115.674556745567457, -33.024909724097057],\n              [115.667356673566729, -33.288228965361384],\n              [115.433354333543349, -33.59591177444743],\n              [115.282152821528229, -33.650292922099844],\n              [114.986949869498659, -33.52149546713359],\n              [114.972549725497259, -34.082479937653261],\n              [115.120151201512016, -34.362972172913089],\n              [115.336153361533633, -34.314315356592509],\n              [115.613356133561325, -34.445974977224679],\n              [115.933759337593386, -34.722173963985632],\n              [115.976959769597698, -34.835229507789343],\n              [116.329763297632979, -34.912507980769092],\n              [116.639366393663948, -35.04989193273309],\n              [117.35937359373591, -35.024132441739837],\n              [117.618576185761839, -35.137187985543548],\n              [117.683376833768335, -35.047029767067173],\n              [118.385383853838533, -34.908214732270217],\n              [118.478984789847885, -34.716449632653806],\n              [118.756187561875635, -34.603394088850095],\n              [118.838988389883895, -34.453130391389465],\n              [119.260192601925979, -34.52182236737147],\n              [119.573395733957312, -34.142585416637509],\n              [120.001800018000182, -33.926491908860804],\n              [120.423004230042267, -33.96942439384955],\n              [120.570605706057023, -33.892145920869801],\n              [121.16461164611647, -33.867817512709507],\n              [121.53181531815315, -33.819160696388927],\n              [121.812618126181263, -33.895008086535718],\n              [122.014220142201424, -33.824885027720761],\n              [122.071820718207192, -34.00663254750647],\n              [122.313023130231301, -33.925060826027845],\n              [123.083430834308302, -33.877835092540224],\n              [123.148231482314799, -34.002339299007595],\n              [123.342633426334231, -33.903594583533469],\n              [123.526235262352628, -33.937940571524464],\n              [123.951039510395077, -33.567290117788261],\n              [124.116641166411654, -33.122223356738218],\n              [124.357843578435762, -32.953355582449134],\n              [124.707047070470679, -32.903267683295596],\n              [124.998649986499828, -32.737262074672429],\n              [125.53865538655387, -32.548359140721928],\n              [125.869858698586967, -32.333696715778181],\n              [126.186661866618664, -32.232089834638138],\n              [126.676266762667609, -32.31652372178268],\n              [127.288272882728819, -32.273591236793933],\n              [128.019080190801873, -32.084688302843432],\n              [129.001890018900184, -31.689709440946931],\n              [129.001890018900184, -25.999724097104611],\n              [129.001890018900184, -14.86876182235472]\n            ]\n          ],\n          [\n            [\n              [113.215732157321582, -26.06841607308661],\n              [113.050130501305006, -25.716369696178866],\n              [113.006930069300694, -25.495982939903278],\n              [112.92052920529207, -25.523173513729489],\n              [112.963729637296382, -25.793648169158615],\n              [113.215732157321582, -26.06841607308661]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AX\",\n        \"countryKey\": \"AX\",\n        \"countryName\": \"Åland Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.208802088020889, 60.224447671467715],\n              [20.093600936009381, 60.354676209266927],\n              [19.647196471964747, 60.265949073623517],\n              [19.762397623976256, 60.074183974007099],\n              [20.04320043200434, 60.087063719503718],\n              [20.208802088020889, 60.224447671467715]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AZ\", \"countryKey\": \"AZ\", \"countryName\": \"Azerbaijan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [45.527855278552806, 40.441158588651774],\n              [45.373053730537322, 40.632923688268178],\n              [45.373053730537322, 40.675856173256932],\n              [45.43785437854379, 40.73309948657527],\n              [45.55665556655569, 40.776031971564024],\n              [45.38025380253805, 41.012160639002147],\n              [45.067050670506717, 41.110905354476273],\n              [45.002250022500249, 41.289790708596058],\n              [45.250652506525086, 41.444347654555557],\n              [45.315453154531554, 41.451503068720356],\n              [45.743857438574395, 41.329861027918895],\n              [45.751057510575123, 41.241133892275471],\n              [45.819458194581955, 41.208218987117434],\n              [46.085860858608584, 41.183890578957147],\n              [46.229862298623004, 41.195339241620815],\n              [46.496264962649633, 41.045075544160184],\n              [46.600666006660077, 41.093732360480772],\n              [46.622266222662233, 41.115198602975141],\n              [46.629466294662961, 41.345602939081431],\n              [46.306636003484613, 41.520881166378039],\n              [46.290754600940808, 41.586391951871221],\n              [46.190261902619028, 41.740581800977935],\n              [46.431464314643165, 41.890845498438551],\n              [46.586265862658649, 41.786376451632592],\n              [46.708667086670886, 41.835033267953179],\n              [47.029070290702919, 41.557403198359268],\n              [47.180271802718039, 41.491573388043179],\n              [47.367473674736772, 41.261169051936889],\n              [47.813878138781405, 41.196770324453766],\n              [48.055080550805513, 41.461520648551058],\n              [48.371883718837211, 41.580300523686603],\n              [48.595734154842418, 41.838369161211617],\n              [49.077490774907773, 41.357051601745098],\n              [49.171091710917125, 41.140958093968393],\n              [49.372693726937285, 40.884794266868852],\n              [49.538295382953834, 40.787480634227691],\n              [49.531095310953134, 40.662976427760313],\n              [49.48429484294843, 40.637216936767061],\n              [49.689496894968954, 40.552783049622519],\n              [49.71109711097111, 40.585697954780557],\n              [50.053100531005327, 40.584266871947605],\n              [50.359103591035932, 40.365311198504983],\n              [49.894698946989479, 40.369604447003852],\n              [49.57789577895781, 40.216478583877304],\n              [49.441094410944117, 40.079094631913307],\n              [49.358293582935829, 39.666942776021315],\n              [49.286292862928633, 39.508092581562934],\n              [49.408694086940869, 39.386450540761473],\n              [49.235892358923593, 39.27911932828961],\n              [49.235892358923593, 39.156046204655183],\n              [49.192691926919281, 39.015800087025269],\n              [48.9658896588966, 39.183236778481401],\n              [48.919089190891924, 38.928504034214811],\n              [48.847088470884728, 38.788257916584897],\n              [48.86508865088652, 38.74818759726206],\n              [48.875888758887612, 38.434780456844194],\n              [48.609486094860955, 38.396141220354309],\n              [48.440159312024939, 38.588514979938388],\n              [48.258987107888103, 38.65851333153671],\n              [48.240044339929895, 38.725894930804259],\n              [48.011880118801201, 38.821172821742934],\n              [48.058680586805878, 38.948539193876229],\n              [48.242282422824246, 38.974298684869481],\n              [48.318005325902369, 39.011250122924331],\n              [48.123481234812346, 39.297723405118063],\n              [48.372046547112781, 39.389271192081978],\n              [47.999638215727785, 39.710648015246704],\n              [47.803455861606942, 39.6570056410823],\n              [47.262548660618371, 39.366666763279007],\n              [47.02187021870219, 39.190392192646186],\n              [46.867068670686706, 39.1660637844859],\n              [46.514265142651425, 38.88270938356014],\n              [46.417064170641709, 39.211858435140556],\n              [46.604266042660441, 39.216151683639438],\n              [46.600065235330696, 39.224927027554742],\n              [46.373863738637397, 39.379295126596688],\n              [46.406264062640645, 39.45084926824461],\n              [46.478264782647841, 39.462297930908264],\n              [46.528665286652881, 39.538145321055069],\n              [46.204662046620484, 39.588233220208608],\n              [45.815858158581591, 39.838672715976315],\n              [45.765457654576551, 39.921675520287891],\n              [45.578255782557846, 39.970332336608479],\n              [45.574655746557482, 39.993229661935814],\n              [45.873458734587359, 40.010402655931316],\n              [45.977859778597804, 40.223633998042104],\n              [45.940632299914427, 40.274866719862253],\n              [45.527855278552806, 40.441158588651774]\n            ]\n          ],\n          [\n            [\n              [45.067050670506717, 39.757100994497691],\n              [45.142651426514277, 39.684115770016817],\n              [45.167851678516797, 39.565335894881272],\n              [45.265052650526513, 39.592526468707476],\n              [45.423454234542362, 39.49378175323335],\n              [45.585455854558546, 39.545300735219854],\n              [45.715057150571511, 39.569629143380141],\n              [45.765457654576551, 39.359259966935269],\n              [45.902259022590243, 39.293430156619195],\n              [46.136261362613624, 38.864105306731688],\n              [45.48105481054813, 38.984316264700183],\n              [45.347853478534802, 39.163201618819983],\n              [45.121051210512121, 39.299154487951014],\n              [44.807848078480788, 39.639752202195098],\n              [44.775447754477568, 39.70271984684527],\n              [45.067050670506717, 39.757100994497691]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"BA\",\n        \"countryKey\": \"BA\",\n        \"countryName\": \"Bosnia and Herzegovina\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [19.022489863021391, 44.855849373348377],\n              [18.842983688046388, 44.855849373348377],\n              [18.689586895868985, 45.080729133102679],\n              [18.539616998505227, 45.087696690866295],\n              [18.491584915849188, 45.062125056274212],\n              [18.451984519845212, 45.085022381601547],\n              [18.142381423814271, 45.09790212709818],\n              [17.79677796777969, 45.08216021593563],\n              [17.742777427774286, 45.133679197922135],\n              [17.188371883718872, 45.147990026251719],\n              [17.098370983709856, 45.178042765743839],\n              [16.925569255692579, 45.283942895382751],\n              [16.785167851678551, 45.179473848576805],\n              [16.48276482764831, 45.199509008238209],\n              [16.345963459634618, 45.020623654118424],\n              [16.212762127621289, 45.032072316782092],\n              [15.996759967599701, 45.218113085066676],\n              [15.823958239582424, 45.210957670901877],\n              [15.791557915579176, 45.189491428407507],\n              [15.737557375573772, 44.944776263971633],\n              [15.74278285704577, 44.793247081213686],\n              [15.89595895958962, 44.718665176364212],\n              [16.205446623643855, 44.355310181091077],\n              [16.216362163621653, 44.207768604998094],\n              [16.717339835316587, 43.828908819578878],\n              [17.062370623706272, 43.528004259342879],\n              [17.238772387723884, 43.47791636018934],\n              [17.430169369483806, 43.179965438116227],\n              [17.643229730876307, 43.088478424146537],\n              [17.710770479444534, 42.971203124359889],\n              [17.5842850775804, 42.938660763686102],\n              [17.652776527765297, 42.891172398676431],\n              [18.369183691836952, 42.574903092592635],\n              [18.437584375843784, 42.559161181430099],\n              [18.516785167851708, 42.603524749251804],\n              [18.451984519845212, 42.992779279816475],\n              [18.639186391863944, 43.019969853642678],\n              [18.664386643866465, 43.233201195753466],\n              [18.898388983889873, 43.351981070889011],\n              [18.988389883898861, 43.273271515076303],\n              [18.991989919899225, 43.267547183744469],\n              [19.07119071190715, 43.309048585900257],\n              [18.905589055890573, 43.490796105685973],\n              [19.193591935919386, 43.532297507841761],\n              [19.481594815948171, 43.56091916450093],\n              [19.459994599946015, 43.762701843948051],\n              [19.240392403924062, 43.953035860731504],\n              [19.618396183961863, 44.036038665043094],\n              [19.175591755917566, 44.286478160810802],\n              [19.17919179191793, 44.538348739411461],\n              [19.35559355593557, 44.896119447651046],\n              [19.022489863021391, 44.855849373348377]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BB\", \"countryKey\": \"BB\", \"countryName\": \"Barbados\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-59.42759427594271, 13.16042654396712],\n              [-59.611196111961078, 13.345036229418753],\n              [-59.607596075960714, 13.084579153820329],\n              [-59.42759427594271, 13.16042654396712]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BD\", \"countryKey\": \"BD\", \"countryName\": \"Bangladesh\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [92.57672576725767, 21.977327877823399],\n              [92.497524975249775, 22.695731459968471],\n              [92.353523535235325, 22.960481784065763],\n              [92.357123571235689, 23.289630835646179],\n              [92.259922599225973, 23.706075940037053],\n              [92.004320043200408, 23.647401543885763],\n              [91.745117451174536, 23.272457841650692],\n              [91.795517955179577, 23.089279239032024],\n              [91.586715867158688, 22.944739872903227],\n              [91.370713707137071, 23.262440261819975],\n              [91.298712987129846, 23.142229303851479],\n              [91.140311403114055, 23.611624473061809],\n              [91.215912159121586, 23.907858619484188],\n              [91.363513635136343, 24.099623719100606],\n              [91.557915579155775, 24.08960613926989],\n              [91.734317343173444, 24.234145505398686],\n              [91.86391863918638, 24.151142701087096],\n              [91.921519215192149, 24.34433888353648],\n              [92.108721087210853, 24.405875445353686],\n              [92.137521375213765, 24.533241817486967],\n              [92.151921519215165, 24.544690480150635],\n              [92.252722527225245, 24.90246118839022],\n              [92.382323823238238, 24.836631378074145],\n              [92.385923859238602, 25.004068069530263],\n              [92.000720007200044, 25.182953423650062],\n              [91.471514715147151, 25.134296607329475],\n              [91.233912339123407, 25.201557500478515],\n              [90.823508235082357, 25.142883104327225],\n              [90.366303663036632, 25.150038518492011],\n              [89.909099090990907, 25.297440050286724],\n              [89.801098010980098, 25.413357759756352],\n              [89.822698226982283, 25.489205149903142],\n              [89.833498334983375, 25.931409745287269],\n              [89.657096570965706, 26.187573572386796],\n              [89.480694806948094, 25.998670638436309],\n              [89.42669426694269, 25.994377389937426],\n              [89.13149131491312, 26.133192424734389],\n              [89.041490414904132, 26.247679051371051],\n              [88.807488074880752, 26.233368223041467],\n              [88.656286562865631, 26.415115742827183],\n              [88.461884618846199, 26.453754979317054],\n              [88.307083070830714, 26.206177649215263],\n              [88.163081630816322, 26.140347838899174],\n              [88.073080730807334, 25.908512419959933],\n              [88.530285302853002, 25.50065381256681],\n              [88.771487714877168, 25.502084895399761],\n              [88.926289262892652, 25.300302215952641],\n              [88.983889838898364, 25.294577884620807],\n              [88.922689226892288, 25.167211512487512],\n              [88.433084330843286, 25.172935843819346],\n              [88.314283142831442, 24.868115200399217],\n              [88.20268202682027, 24.945393673378973],\n              [88.022680226802294, 24.646297361290678],\n              [88.137881378813773, 24.494602580997096],\n              [88.476284762847598, 24.315717226877311],\n              [88.739087390873891, 24.287095570218142],\n              [88.743354758121569, 24.187946703299783],\n              [88.717487174871764, 24.182626523412182],\n              [88.713887138871399, 23.925031613479689],\n              [88.595085950859499, 23.866357217328385],\n              [88.541085410854095, 23.65026370955168],\n              [88.767887678876804, 23.467085106933013],\n              [88.710287102871035, 23.240974019325606],\n              [88.955089550895508, 23.183730706007267],\n              [88.843488434884335, 22.964775032564646],\n              [89.059490594905952, 22.130453740949932],\n              [89.106291062910628, 21.815615517699101],\n              [89.228692286922893, 21.643885577744101],\n              [89.383493834938321, 21.921515647338026],\n              [89.369093690936921, 21.742630293218227],\n              [89.538295382953805, 21.754078955881894],\n              [90.085500855008576, 22.000225203150734],\n              [90.024300243002443, 21.862841251186737],\n              [90.27270272702728, 21.857116919854903],\n              [90.614706147061469, 22.315063426401565],\n              [90.48870488704884, 22.720059868128772],\n              [90.505704194972978, 22.779429758200042],\n              [90.521105211052117, 22.711473371131021],\n              [90.643506435064324, 22.848857323095018],\n              [90.529988117383809, 22.864241081723591],\n              [90.53910539105388, 22.89608305658264],\n              [90.452704527045256, 23.072106245036522],\n              [90.607506075060741, 23.246698350657439],\n              [90.258302583025824, 23.444187781605677],\n              [90.600306003060012, 23.391237716786222],\n              [90.625506255062561, 23.086417073366107],\n              [90.773107731077317, 22.778734264280061],\n              [90.956709567095658, 22.575520501999975],\n              [91.241112411124135, 22.575520501999975],\n              [91.183511835118367, 22.725784199460605],\n              [91.457114571145695, 22.784458595611895],\n              [91.676716767167676, 22.534019099844187],\n              [91.989919899199009, 21.794149275204731],\n              [91.977001871278517, 21.627898406129351],\n              [91.935919359193605, 21.759803287213728],\n              [91.849518495184924, 21.68824914556582],\n              [91.878318783187837, 21.480742134786851],\n              [91.974817878056555, 21.599791115028811],\n              [91.961119611196096, 21.423498821468527],\n              [92.051120511205085, 21.154455248872353],\n              [92.299522995229921, 20.762338552641779],\n              [92.263522635226337, 21.06143486473006],\n              [92.184321843218441, 21.317598691829602],\n              [92.321123211232106, 21.462138057958398],\n              [92.641526415264167, 21.298994615001149],\n              [92.591125911259127, 21.495052963116436],\n              [92.57672576725767, 21.977327877823399]\n            ]\n          ],\n          [\n            [\n              [91.147511475114726, 22.356564828557353],\n              [91.075510755107558, 22.388048650882439],\n              [91.064710647106466, 22.090383421627109],\n              [91.187111871118731, 22.227767373591107],\n              [91.147511475114726, 22.356564828557353]\n            ]\n          ],\n          [\n            [\n              [90.791107911079081, 22.495379863354316],\n              [90.650706507065053, 22.787320761277812],\n              [90.5571055710557, 22.602711075826193],\n              [90.686706867068693, 22.378031071051723],\n              [90.607506075060741, 22.071779344798642],\n              [90.690306903069001, 22.007380617315519],\n              [90.837908379083814, 22.177679474437568],\n              [90.791107911079081, 22.495379863354316]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BE\", \"countryKey\": \"BE\", \"countryName\": \"Belgium\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [2.521825218252218, 51.086983783028785],\n              [2.59022590225905, 50.842268618592911],\n              [2.867428674286771, 50.700591418130031],\n              [3.022230222302255, 50.767852311279071],\n              [3.162631626316283, 50.749248234450619],\n              [3.270632706327092, 50.52743039534208],\n              [3.645036450364529, 50.445858673863455],\n              [3.663036630366321, 50.319923384563126],\n              [4.02304023040233, 50.338527461391578],\n              [4.203042030420335, 50.252662491414071],\n              [4.138241382413838, 49.97503242182016],\n              [4.433444334443379, 49.932099936831406],\n              [4.656646566465696, 49.989343250149744],\n              [4.872648726487284, 50.139606947610375],\n              [4.789847898478996, 49.973601338987208],\n              [4.948249482494845, 49.796147067700375],\n              [5.477454774547766, 49.495619672779128],\n              [5.790657906579099, 49.537121074934916],\n              [5.884258842588451, 49.643021204573827],\n              [5.715057150571539, 49.882012037677868],\n              [5.99945999459996, 50.175384018434329],\n              [6.11826118261186, 50.121002870781908],\n              [6.373863738637425, 50.315630136064243],\n              [6.337863378633813, 50.481635744687409],\n              [5.995859958599624, 50.749248234450619],\n              [5.733057330573331, 50.759265814281321],\n              [5.657456574565771, 50.807922630601908],\n              [5.830258302583047, 51.157106841843742],\n              [5.470254702547038, 51.288766462475905],\n              [5.214652146521502, 51.258713722983785],\n              [5.013050130501341, 51.47480723076049],\n              [4.908649086490897, 51.391804426448914],\n              [4.764647646476476, 51.49627347325486],\n              [4.48384483844842, 51.47480723076049],\n              [4.260642606426103, 51.368907101121579],\n              [4.221042210422127, 51.367476018288613],\n              [3.925839258392614, 51.205763658164329],\n              [3.634236342363437, 51.287335379642954],\n              [3.393033930339328, 51.247265060320117],\n              [3.349833498335016, 51.374631432453413],\n              [3.1266312663127, 51.330267864631693],\n              [2.521825218252218, 51.086983783028785]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BH\", \"countryKey\": \"BH\", \"countryName\": \"Bahrain\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [50.549905499055001, 26.194728986551596],\n              [50.459904599046013, 25.985790892939676],\n              [50.564305643056429, 25.789732544824389],\n              [50.618306183061833, 26.186142489553845],\n              [50.549905499055001, 26.194728986551596]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BJ\", \"countryKey\": \"BJ\", \"countryName\": \"Benin\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [3.594635946359489, 11.696428805850758],\n              [2.845828458284615, 12.399090476833294],\n              [2.359823598236005, 12.218774039880543],\n              [2.457024570245721, 12.008404863435672],\n              [2.388623886238889, 11.896780402464927],\n              [2.291422914229173, 11.674962563356374],\n              [2.010620106201088, 11.427385233254583],\n              [1.600216002160039, 11.388745996764712],\n              [1.438214382143855, 11.473179883909253],\n              [1.269012690126914, 11.248499879134798],\n              [1.15741157411577, 11.285708032791717],\n              [1.117811178111793, 11.048148282520629],\n              [0.901809018090205, 10.992336052035256],\n              [0.783007830078333, 10.693239739946961],\n              [0.768607686076876, 10.366952854032462],\n              [1.330213302133046, 9.996302400296258],\n              [1.351813518135202, 9.59559920706792],\n              [1.423814238142398, 9.285054232315971],\n              [1.614468483012501, 9.033841940539469],\n              [1.625416254162559, 6.996752782415598],\n              [1.567815678156819, 6.677621310665884],\n              [1.783817838178408, 6.27691811743756],\n              [1.618216182161859, 6.213950472787388],\n              [1.884618846188488, 6.275487034604595],\n              [2.705427054270558, 6.368507418746887],\n              [2.71622716227165, 6.979579788420097],\n              [2.777427774277783, 7.031098770406601],\n              [2.673026730267338, 7.889748470181601],\n              [2.734227342273442, 8.211742107597217],\n              [2.723427234272378, 8.772726578116888],\n              [2.770227702277055, 9.057512061875599],\n              [3.090630906309087, 9.12620403785759],\n              [3.130231302313035, 9.429593598444754],\n              [3.339033390333924, 9.67860201137951],\n              [3.317433174331768, 9.781639975352505],\n              [3.5118351183512, 9.846038702835628],\n              [3.655836558365621, 10.175187754416044],\n              [3.573035730357333, 10.285381132553837],\n              [3.756637566375701, 10.405592090522347],\n              [3.835838358383597, 10.600219355804668],\n              [3.731437314373181, 10.824899360579138],\n              [3.720637206372089, 11.112547010003752],\n              [3.483034830348316, 11.391608162430629],\n              [3.594635946359489, 11.696428805850758]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"BO\",\n        \"countryKey\": \"BO\",\n        \"countryName\": \"Bolivia, Plurinational State of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-62.649626496264915, -22.23454516359125],\n              [-62.275222752227478, -21.066781571897252],\n              [-62.278822788227842, -20.580213408691421],\n              [-61.944019440194353, -20.103662825316292],\n              [-61.760417604175998, -19.657164981433297],\n              [-60.007200072000671, -19.297963190360754],\n              [-59.089190891908871, -19.286514527697086],\n              [-58.174781747817434, -19.821739507223505],\n              [-58.160381603815992, -20.165199387133505],\n              [-57.857978579785751, -19.980589701681879],\n              [-58.124381243812394, -19.730150205914171],\n              [-57.789577895778919, -19.058972357256714],\n              [-57.782377823778191, -18.910139742629049],\n              [-57.551975519755146, -18.183149663486212],\n              [-57.728377283772787, -17.845414114908053],\n              [-57.724777247772437, -17.736651819603217],\n              [-57.789577895778919, -17.556335382650467],\n              [-58.009180091800872, -17.496229903666219],\n              [-58.379983799837959, -17.267256650392888],\n              [-58.480784807848039, -16.683374854545889],\n              [-58.354783547835439, -16.51021383175793],\n              [-58.340383403833997, -16.289827075482343],\n              [-58.445028297498432, -16.319172517832307],\n              [-60.173860618505032, -16.26571509751458],\n              [-60.238275155249738, -15.475156467269001],\n              [-60.574919507418144, -15.097900310289138],\n              [-60.244380585935396, -15.09686121251683],\n              [-60.27232626858062, -14.622705984448601],\n              [-60.464404644046397, -14.277724612342936],\n              [-60.388803888038836, -13.990076962918309],\n              [-60.471604716047111, -13.79831186330189],\n              [-60.651606516065115, -13.718171224656224],\n              [-60.802808028080236, -13.603684598019562],\n              [-61.346413464134599, -13.493491219881768],\n              [-61.846818468184637, -13.530699373538688],\n              [-62.170821708217034, -13.118547517646682],\n              [-62.426424264242598, -13.124271848978516],\n              [-62.808028080280749, -12.988318979847477],\n              [-62.973629736297312, -12.852366110716439],\n              [-63.074430744307392, -12.65201451410227],\n              [-63.394833948339439, -12.664894259598896],\n              [-63.495634956349519, -12.553269798628143],\n              [-63.80163801638011, -12.454525083154024],\n              [-63.920439204391997, -12.544683301630393],\n              [-64.395643956439514, -12.457387248819934],\n              [-64.46764467644671, -12.261328900704648],\n              [-64.791647916479121, -12.032355647431316],\n              [-64.996849968499632, -11.996578576607355],\n              [-65.065250652506478, -11.75329449500444],\n              [-65.194851948519442, -11.741845832340772],\n              [-65.396453964539603, -11.153670787994898],\n              [-65.276066420233263, -10.990496266609849],\n              [-65.435343661598964, -10.468863301137148],\n              [-65.288452884528795, -10.21631153240719],\n              [-65.302853028530237, -9.825625919009568],\n              [-65.450454504544993, -9.681086552880778],\n              [-65.583655836558322, -9.837074581673235],\n              [-65.709657096570922, -9.755502860194611],\n              [-66.192061920619153, -9.801297510849274],\n              [-66.649266492664879, -9.915784137485943],\n              [-67.063270632706278, -10.256381851730026],\n              [-67.336873368733634, -10.326504910544983],\n              [-67.585275852758485, -10.5010970161659],\n              [-67.722077220772164, -10.705741861278945],\n              [-68.096480964809601, -10.697155364281194],\n              [-68.294482944829397, -10.979078682373981],\n              [-68.787687876878721, -11.126480214168694],\n              [-68.758887588875837, -11.011993587532025],\n              [-69.396093960939567, -10.934715114552276],\n              [-69.576095760957557, -10.951888108547777],\n              [-68.683286832868276, -12.503181899474605],\n              [-68.744487444874395, -12.666325342431854],\n              [-68.982089820898153, -12.868108021878982],\n              [-69.014490144901401, -13.752517212647227],\n              [-68.884888848888437, -14.211894802026848],\n              [-68.989289892898881, -14.379331493482972],\n              [-69.248492484924796, -14.593993918426726],\n              [-69.388893888938838, -14.96464437216293],\n              [-69.147691476914716, -15.233687944759097],\n              [-69.295292952929486, -15.366778648224219],\n              [-69.424894248942437, -15.655857380481805],\n              [-69.219692196921926, -16.152443123518346],\n              [-68.982089820898153, -16.209686436836677],\n              [-68.856088560885553, -16.362812299963217],\n              [-69.036090360903557, -16.471574595268052],\n              [-69.036090360903557, -16.670495109049263],\n              [-69.190891908919042, -16.743480333530137],\n              [-69.666096660966559, -17.288722892887257],\n              [-69.511295112951075, -17.506247483496928],\n              [-69.3024930249302, -17.975642652707258],\n              [-69.093690936909326, -18.02286838619488],\n              [-69.082890828908234, -18.040041380190381],\n              [-69.154891548915444, -18.140217178497466],\n              [-69.036090360903557, -18.477952727075632],\n              [-68.960489604895997, -18.907277576963132],\n              [-68.989289892898881, -18.945916813453003],\n              [-68.974889748897439, -18.955934393283712],\n              [-68.496084960849558, -19.458244467652086],\n              [-68.697686976869718, -19.745892117076714],\n              [-68.553685536855326, -19.857516578047459],\n              [-68.589685896858924, -20.055006008995711],\n              [-68.776887768877643, -20.089351996986714],\n              [-68.68688686886864, -20.517245764041249],\n              [-68.481684816848116, -20.624576976513126],\n              [-68.571685716857118, -20.74335685164867],\n              [-68.532085320853156, -20.927966537100289],\n              [-68.416884168841634, -20.959450359425375],\n              [-68.208082080820759, -21.284306162506915],\n              [-68.197281972819681, -21.571953811931543],\n              [-68.096480964809601, -21.954052928331414],\n              [-67.988479884798792, -22.057090892304416],\n              [-67.858878588785842, -22.566556380837582],\n              [-67.876878768787634, -22.834168870600784],\n              [-67.545675456754523, -22.892843266752081],\n              [-67.192871928719242, -22.822720207937124],\n              [-67.034470344703394, -22.525054978681787],\n              [-66.786067860678557, -22.427741346040619],\n              [-66.735667356673517, -22.22452758376054],\n              [-66.379263792637872, -22.127213951119373],\n              [-66.238862388623843, -21.792340568207123],\n              [-66.094860948609437, -21.83241088752996],\n              [-65.74565745657452, -22.114334205622747],\n              [-65.022050220502152, -22.097161211627245],\n              [-64.586445864458597, -22.213078921096873],\n              [-64.428044280442762, -22.542227972677289],\n              [-64.345243452434474, -22.864221610092912],\n              [-64.251642516425122, -22.54079688984433],\n              [-63.949239492394881, -22.00700299315087],\n              [-62.804428044280399, -22.004140827484953],\n              [-62.649626496264915, -22.23454516359125]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BR-CS\", \"countryKey\": \"BR\", \"countryName\": \"Brazil\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-58.160381603815992, -20.165199387133505],\n              [-57.991179911799065, -20.432811876896707],\n              [-57.980379803797987, -20.693268952495124],\n              [-57.818378183781789, -20.953726028093541],\n              [-57.854378543785387, -21.330100813161586],\n              [-57.929979299792947, -21.453173936795999],\n              [-57.893978939789349, -21.687871521401163],\n              [-57.987579875798716, -22.035624649810039],\n              [-57.843578435784309, -22.144386945114874],\n              [-57.213572135721307, -22.188750512936579],\n              [-56.842768427684234, -22.288926311243664],\n              [-56.666366663666594, -22.260304654584495],\n              [-56.421564215642107, -22.074263886299917],\n              [-56.19836198361979, -22.278908731412955],\n              [-55.874358743587393, -22.317547967902833],\n              [-55.629556295562907, -22.62666185982183],\n              [-55.636756367563635, -23.000174479223951],\n              [-55.535955359553554, -23.229147732497289],\n              [-55.528755287552826, -23.604091434732368],\n              [-55.399153991539876, -23.976172971301537],\n              [-55.132751327513233, -24.000501379461824],\n              [-54.941949419494151, -23.969017557136745],\n              [-54.63954639546391, -23.804443031346537],\n              [-54.272342723427187, -24.036278450285785],\n              [-54.247142471424667, -24.050589278615369],\n              [-54.245512397320461, -24.049610406928089],\n              [-54.077940779407754, -23.948982397475326],\n              [-53.94833948339479, -23.423774997779617],\n              [-53.725137251372473, -23.296408625646329],\n              [-53.595535955359509, -22.920033840578284],\n              [-53.167131671316668, -22.701078167135663],\n              [-52.947529475294715, -22.570849629336458],\n              [-52.216722167221633, -22.643834853817332],\n              [-52.065520655206512, -22.52219281301587],\n              [-51.547115471154655, -22.68533625597312],\n              [-51.356313563135586, -22.649559185149165],\n              [-50.881108811088069, -22.822720207937124],\n              [-50.783907839078353, -22.94293116590562],\n              [-50.290702907029015, -22.952948745736329],\n              [-49.970299702996982, -22.911447343580541],\n              [-49.639096390963857, -23.259200471989409],\n              [-49.653496534965313, -23.5067778020912],\n              [-49.552695526955233, -23.711422647204245],\n              [-49.603096030960273, -23.864548510330785],\n              [-49.228692286922836, -24.33823692803999],\n              [-49.297092970929668, -24.665954896787447],\n              [-49.027090270902676, -24.634471074462368],\n              [-48.613086130861262, -24.680265725117032],\n              [-48.54468544685443, -24.810494262916244],\n              [-48.566285662856586, -25.058071593018035],\n              [-48.415084150841466, -24.959326877543909],\n              [-48.231482314823097, -25.013708025196323],\n              [-48.083880838808341, -25.307080005952784],\n              [-47.950679506795012, -25.201179876313866],\n              [-47.824678246782412, -24.893497067227827],\n              [-47.000270002699978, -24.409791069687905],\n              [-46.967869678696758, -24.299597691550119],\n              [-46.406264062640588, -24.009087876459574],\n              [-46.384663846638432, -23.873135007328536],\n              [-46.165061650616451, -23.981897302633371],\n              [-46.147061470614659, -23.844513350669367],\n              [-45.86265862658621, -23.75578621502595],\n              [-45.405454054540513, -23.82018494250908],\n              [-45.434254342543397, -23.664196913716616],\n              [-44.89064890648902, -23.340772193468034],\n              [-44.728647286472835, -23.352220856131702],\n              [-44.509045090450854, -23.273511300318994],\n              [-44.707047070470651, -23.214836904167704],\n              [-44.699846998469951, -23.107505691695827],\n              [-44.437044370443658, -22.997312313558034],\n              [-44.116641166411625, -23.023071804551286],\n              [-43.864638646386425, -22.905723012248707],\n              [-43.605436054360496, -23.007329893388743],\n              [-44.005040050400453, -23.091763780533284],\n              [-43.220232202321995, -22.995881230725075],\n              [-43.270632706327035, -22.746872817790326],\n              [-43.076230762307574, -22.665301096311701],\n              [-43.130231302312978, -22.894274349585039],\n              [-43.033030330303262, -22.974414988230706],\n              [-42.622626226262213, -22.940069000239703],\n              [-42.057420574205707, -22.954379828569287],\n              [-41.891818918189131, -22.782649888614287],\n              [-41.967419674196691, -22.535072558512496],\n              [-41.66501665016645, -22.281770897078871],\n              [-41.243812438124337, -22.145818027947833],\n              [-40.966609666096616, -21.946897514166622],\n              [-41.071010710107061, -21.523296995610956],\n              [-40.966609666096616, -21.274288582676206],\n              [-40.732607326073207, -20.843532649955748],\n              [-40.628206282062791, -20.839239401456872],\n              [-40.347403474034707, -20.500072770045755],\n              [-40.178201782017794, -20.043557346332044],\n              [-40.027000270002674, -19.764496193905167],\n              [-39.836198361983577, -19.657164981433297],\n              [-39.710197101970977, -19.416743065496298],\n              [-39.746197461974589, -18.681166489355711],\n              [-39.674196741967393, -18.323395781116133],\n              [-40.20700207002065, -17.978504818373175],\n              [-40.20700207002065, -17.765273476262387],\n              [-40.610206102060971, -17.391760856860259],\n              [-40.523805238052347, -16.93095218464768],\n              [-40.297002970029666, -16.879433202661176],\n              [-40.253802538025354, -16.566026062243303],\n              [-40.138601386013818, -16.544559819748926],\n              [-39.940599405994021, -16.312724400809678],\n              [-39.864998649986461, -16.110941721362551],\n              [-40.235802358023534, -15.817569740606096],\n              [-40.94500945009446, -15.673030374477307],\n              [-41.157411574115713, -15.780361586949176],\n              [-41.330213302132989, -15.717393942299012],\n              [-41.359013590135874, -15.495576103190473],\n              [-41.801818018180143, -15.109183738291726],\n              [-42.086220862208592, -15.1821689627726],\n              [-42.579425794257901, -14.931729467004892],\n              [-42.953829538295338, -14.679858888404226],\n              [-43.227432274322695, -14.636926403415472],\n              [-43.493834938349352, -14.788621183709054],\n              [-43.868238682386789, -14.659823728742808],\n              [-43.792637926379228, -14.344985505491977],\n              [-44.32184321843215, -14.24624079001785],\n              [-44.563045630456259, -14.344985505491977],\n              [-44.883448834488291, -14.598287166925601],\n              [-45.225452254522509, -14.739964367388474],\n              [-45.715057150571454, -15.124925649454262],\n              [-45.927459274592707, -15.126356732287221],\n              [-46.075060750607463, -15.246567690255723],\n              [-45.977859778597747, -14.98324844899139],\n              [-46.024660246602423, -14.86876182235472],\n              [-45.91305913059125, -14.691307551067894],\n              [-45.920259202591978, -14.35070983682381],\n              [-46.129061290612867, -14.183273145367686],\n              [-46.258662586625832, -13.868434922116847],\n              [-46.273062730627259, -13.656634662839018],\n              [-46.082260822608191, -13.251638221111811],\n              [-46.175861758617543, -13.21586115028785],\n              [-46.085860858608555, -12.916764838199562],\n              [-46.233462334623312, -12.796553880231059],\n              [-46.647466474664697, -12.925351335197313],\n              [-46.827468274682701, -13.069890701326102],\n              [-47.093870938709358, -13.095650192319354],\n              [-47.536675366753627, -13.297432871766475],\n              [-47.641076410764072, -13.114254269147814],\n              [-47.68067680676802, -13.354676185084813],\n              [-48.170281702816993, -13.180084079463896],\n              [-48.141481414814109, -13.074183949824977],\n              [-48.36828368283679, -13.188670576461647],\n              [-48.656286562865574, -13.177221913797979],\n              [-48.771487714877111, -13.351814019418896],\n              [-48.825488254882515, -12.873832353210808],\n              [-49.13869138691382, -12.735017318413853],\n              [-49.383493834938321, -13.248776055445894],\n              [-49.685896858968533, -13.17579083096502],\n              [-50.240302403023975, -12.932506749362105],\n              [-50.276302763027587, -12.787967383233308],\n              [-50.150301503014987, -12.400143935501603],\n              [-50.351903519035147, -12.541821135964476],\n              [-50.485104851048476, -12.845210696551646],\n              [-50.66510665106648, -12.630548271607893],\n              [-50.611106111061076, -12.431627757826689],\n              [-50.67230672306718, -12.192636924722649],\n              [-50.650706507065024, -11.60875512887565],\n              [-50.744307443074376, -11.501423916403773],\n              [-50.61470614706144, -11.030597664360485],\n              [-50.600306003059984, -10.657085044958357],\n              [-50.427504275042708, -10.340815738874568],\n              [-50.377103771037667, -10.104687071436445],\n              [-50.236702367023639, -9.844229995838027],\n              [-56.770767707677038, -9.397732151955026],\n              [-56.835568355683506, -9.273227945487655],\n              [-57.044370443704395, -9.230295460498901],\n              [-57.101971019710149, -9.051410106379116],\n              [-57.58077580775803, -8.756607042789696],\n              [-57.681576815768111, -8.436044488207031],\n              [-57.641976419764148, -8.229968560261028],\n              [-57.782377823778191, -8.046789957642368],\n              [-57.893978939789349, -7.6918814150687],\n              [-58.135181351813472, -7.339835038160949],\n              [-58.210782107821032, -7.590274533928657],\n              [-58.379983799837959, -7.817816704369029],\n              [-58.307983079830748, -8.115481933624366],\n              [-58.437584375843713, -8.413147162879696],\n              [-58.419584195841907, -8.541944617845949],\n              [-58.545585455854507, -8.748020545791945],\n              [-61.612816128161228, -8.768055705453364],\n              [-61.717217172171672, -8.687915066807697],\n              [-61.875618756187521, -8.856782841096781],\n              [-62.134821348213435, -8.768055705453364],\n              [-62.372423724237194, -8.383094423387575],\n              [-62.541625416254121, -8.363059263726157],\n              [-62.725227252272475, -8.062531868804903],\n              [-62.90522905229048, -8.008150721152489],\n              [-63.538835388353831, -8.000995306987697],\n              [-63.592835928359236, -8.165569832777905],\n              [-63.916839168391633, -8.334437607066988],\n              [-63.999639996399921, -8.679328569809947],\n              [-64.125641256412521, -8.686483983974739],\n              [-64.118441184411793, -8.938354562575405],\n              [-64.777247772477679, -8.987011378895986],\n              [-65.090450904508998, -9.434940305611946],\n              [-65.223652236522312, -9.256054951492153],\n              [-65.634056340563362, -9.44925113394153],\n              [-65.767257672576676, -9.566599926244109],\n              [-65.929259292592874, -9.413474063117569],\n              [-66.397263972639678, -9.404887566119818],\n              [-66.505265052650472, -9.635291902226108],\n              [-66.829268292682883, -9.838505664506194],\n              [-68.669609755053486, -9.047633111953955],\n              [-70.04873153915112, -7.844129832198347],\n              [-72.605530352365818, -7.549710574919078],\n              [-73.806138061380565, -7.11801719905241],\n              [-73.712537125371199, -7.304057967336995],\n              [-73.982539825398206, -7.35700803215645],\n              [-73.971739717397128, -7.524444723612575],\n              [-74.018540185401804, -7.543048800441035],\n              [-73.712537125371199, -7.787763964876909],\n              [-73.795337953379487, -7.873628934854409],\n              [-73.669336693366887, -8.013875052484323],\n              [-73.52533525335248, -8.373076843556866],\n              [-73.176131761317563, -8.720829971965735],\n              [-72.960129601295961, -9.085756094370112],\n              [-73.215732157321526, -9.409180814618693],\n              [-72.812528125281204, -9.410611897451652],\n              [-72.308523085230803, -9.540840435250864],\n              [-72.196921969219645, -10.005942355962318],\n              [-71.390513905139002, -10.007373438795277],\n              [-71.196111961119556, -9.940112545646237],\n              [-70.875708757087523, -9.66105139321936],\n              [-70.526505265052606, -9.43064705711307],\n              [-70.623706237062322, -9.565168843411151],\n              [-70.544505445054398, -9.726881203535442],\n              [-70.615835937018701, -9.833745301191378],\n              [-70.613844971501635, -10.998460128678134],\n              [-70.53370533705332, -10.937577280218193],\n              [-70.288902889028847, -11.064943652351481],\n              [-69.957699576995722, -10.918973203389733],\n              [-69.576095760957557, -10.951888108547777],\n              [-69.396093960939567, -10.934715114552276],\n              [-68.758887588875837, -11.011993587532025],\n              [-68.787687876878721, -11.126480214168694],\n              [-68.294482944829397, -10.979078682373981],\n              [-68.096480964809601, -10.697155364281194],\n              [-67.722077220772164, -10.705741861278945],\n              [-67.585275852758485, -10.5010970161659],\n              [-67.336873368733634, -10.326504910544983],\n              [-67.063270632706278, -10.256381851730026],\n              [-66.649266492664879, -9.915784137485943],\n              [-66.192061920619153, -9.801297510849274],\n              [-65.709657096570922, -9.755502860194611],\n              [-65.583655836558322, -9.837074581673235],\n              [-65.450454504544993, -9.681086552880778],\n              [-65.302853028530237, -9.825625919009568],\n              [-65.288452884528795, -10.21631153240719],\n              [-65.435343661598964, -10.468863301137148],\n              [-65.276066420233263, -10.990496266609849],\n              [-65.396453964539603, -11.153670787994898],\n              [-65.194851948519442, -11.741845832340772],\n              [-65.065250652506478, -11.75329449500444],\n              [-64.996849968499632, -11.996578576607355],\n              [-64.791647916479121, -12.032355647431316],\n              [-64.46764467644671, -12.261328900704648],\n              [-64.395643956439514, -12.457387248819934],\n              [-63.920439204391997, -12.544683301630393],\n              [-63.80163801638011, -12.454525083154024],\n              [-63.495634956349519, -12.553269798628143],\n              [-63.394833948339439, -12.664894259598896],\n              [-63.074430744307392, -12.65201451410227],\n              [-62.973629736297312, -12.852366110716439],\n              [-62.808028080280749, -12.988318979847477],\n              [-62.426424264242598, -13.124271848978516],\n              [-62.170821708217034, -13.118547517646682],\n              [-61.846818468184637, -13.530699373538688],\n              [-61.346413464134599, -13.493491219881768],\n              [-60.802808028080236, -13.603684598019562],\n              [-60.651606516065115, -13.718171224656224],\n              [-60.471604716047111, -13.79831186330189],\n              [-60.388803888038836, -13.990076962918309],\n              [-60.464404644046397, -14.277724612342936],\n              [-60.27232626858062, -14.622705984448601],\n              [-60.244380585935396, -15.09686121251683],\n              [-60.574919507418144, -15.097900310289138],\n              [-60.238275155249738, -15.475156467269001],\n              [-60.173860618505032, -16.26571509751458],\n              [-58.445028297498432, -16.319172517832307],\n              [-58.340383403833997, -16.289827075482343],\n              [-58.354783547835439, -16.51021383175793],\n              [-58.480784807848039, -16.683374854545889],\n              [-58.379983799837959, -17.267256650392888],\n              [-58.009180091800872, -17.496229903666219],\n              [-57.789577895778919, -17.556335382650467],\n              [-57.724777247772437, -17.736651819603217],\n              [-57.728377283772787, -17.845414114908053],\n              [-57.551975519755146, -18.183149663486212],\n              [-57.782377823778191, -18.910139742629049],\n              [-57.789577895778919, -19.058972357256714],\n              [-58.124381243812394, -19.730150205914171],\n              [-57.857978579785751, -19.980589701681879],\n              [-58.160381603815992, -20.165199387133505]\n            ]\n          ],\n          [\n            [\n              [-45.214652146521416, -23.90604991248658],\n              [-45.326253262532589, -23.725733475533829],\n              [-45.448654486544825, -23.877428255827411],\n              [-45.214652146521416, -23.90604991248658]\n            ]\n          ],\n          [\n            [\n              [-44.102241022410169, -23.149007093851623],\n              [-44.242642426424226, -23.070297538038915],\n              [-44.32184321843215, -23.220561235499538],\n              [-44.102241022410169, -23.149007093851623]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BR-N\", \"countryKey\": \"BR\", \"countryName\": \"Brazil\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-46.233462334623312, -12.796553880231059],\n              [-46.647466474664697, -12.925351335197313],\n              [-46.827468274682701, -13.069890701326102],\n              [-47.093870938709358, -13.095650192319354],\n              [-47.536675366753627, -13.297432871766475],\n              [-47.641076410764072, -13.114254269147814],\n              [-47.68067680676802, -13.354676185084813],\n              [-48.170281702816993, -13.180084079463896],\n              [-48.141481414814109, -13.074183949824977],\n              [-48.36828368283679, -13.188670576461647],\n              [-48.656286562865574, -13.177221913797979],\n              [-48.771487714877111, -13.351814019418896],\n              [-48.825488254882515, -12.873832353210808],\n              [-49.13869138691382, -12.735017318413853],\n              [-49.383493834938321, -13.248776055445894],\n              [-49.685896858968533, -13.17579083096502],\n              [-50.240302403023975, -12.932506749362105],\n              [-50.276302763027587, -12.787967383233308],\n              [-50.150301503014987, -12.400143935501603],\n              [-50.351903519035147, -12.541821135964476],\n              [-50.485104851048476, -12.845210696551646],\n              [-50.66510665106648, -12.630548271607893],\n              [-50.611106111061076, -12.431627757826689],\n              [-50.67230672306718, -12.192636924722649],\n              [-50.650706507065024, -11.60875512887565],\n              [-50.744307443074376, -11.501423916403773],\n              [-50.61470614706144, -11.030597664360485],\n              [-50.600306003059984, -10.657085044958357],\n              [-50.427504275042708, -10.340815738874568],\n              [-50.377103771037667, -10.104687071436445],\n              [-50.236702367023639, -9.844229995838027],\n              [-56.770767707677038, -9.397732151955026],\n              [-56.835568355683506, -9.273227945487655],\n              [-57.044370443704395, -9.230295460498901],\n              [-57.101971019710149, -9.051410106379116],\n              [-57.58077580775803, -8.756607042789696],\n              [-57.681576815768111, -8.436044488207031],\n              [-57.641976419764148, -8.229968560261028],\n              [-57.782377823778191, -8.046789957642368],\n              [-57.893978939789349, -7.6918814150687],\n              [-58.135181351813472, -7.339835038160949],\n              [-58.210782107821032, -7.590274533928657],\n              [-58.379983799837959, -7.817816704369029],\n              [-58.307983079830748, -8.115481933624366],\n              [-58.437584375843713, -8.413147162879696],\n              [-58.419584195841907, -8.541944617845949],\n              [-58.545585455854507, -8.748020545791945],\n              [-61.612816128161228, -8.768055705453364],\n              [-61.717217172171672, -8.687915066807697],\n              [-61.875618756187521, -8.856782841096781],\n              [-62.134821348213435, -8.768055705453364],\n              [-62.372423724237194, -8.383094423387575],\n              [-62.541625416254121, -8.363059263726157],\n              [-62.725227252272475, -8.062531868804903],\n              [-62.90522905229048, -8.008150721152489],\n              [-63.538835388353831, -8.000995306987697],\n              [-63.592835928359236, -8.165569832777905],\n              [-63.916839168391633, -8.334437607066988],\n              [-63.999639996399921, -8.679328569809947],\n              [-64.125641256412521, -8.686483983974739],\n              [-64.118441184411793, -8.938354562575405],\n              [-64.777247772477679, -8.987011378895986],\n              [-65.090450904508998, -9.434940305611946],\n              [-65.223652236522312, -9.256054951492153],\n              [-65.634056340563362, -9.44925113394153],\n              [-65.767257672576676, -9.566599926244109],\n              [-65.929259292592874, -9.413474063117569],\n              [-66.397263972639678, -9.404887566119818],\n              [-66.505265052650472, -9.635291902226108],\n              [-66.829268292682883, -9.838505664506194],\n              [-68.669609755053486, -9.047633111953955],\n              [-70.04873153915112, -7.844129832198347],\n              [-72.605530352365818, -7.549710574919078],\n              [-73.806138061380565, -7.11801719905241],\n              [-73.766537665376603, -6.904785856941615],\n              [-73.132931329313237, -6.435390687731285],\n              [-73.233732337323318, -6.077619979491701],\n              [-72.999729997299923, -5.708400608588455],\n              [-72.895328953289479, -5.271920344536163],\n              [-72.916929169291649, -5.131674226906249],\n              [-72.628926289262836, -5.022911931601413],\n              [-72.070920709207044, -4.605035744377581],\n              [-71.775717757177517, -4.481962620743168],\n              [-71.361713617136118, -4.459065295415833],\n              [-71.289712897128922, -4.380355739603125],\n              [-70.969309693096875, -4.384648988102001],\n              [-70.832508325083197, -4.180004142988956],\n              [-70.310503105031003, -4.171417645991205],\n              [-70.206102061020559, -4.343147585946205],\n              [-69.949382431869182, -4.229086617449174],\n              [-69.932679871989237, -4.218379848295367],\n              [-69.399693996939916, -1.183316690774213],\n              [-69.630096300962961, -0.733956681225301],\n              [-69.633696336963325, -0.506414510784921],\n              [-69.94329943299428, -0.306062914170759],\n              [-70.072900729007245, -0.12431539438505],\n              [-70.054900549005438, 0.588363856428195],\n              [-69.619296192961883, 0.651331501078367],\n              [-69.504095040950361, 0.730041056891075],\n              [-69.363693636936318, 0.641313921247658],\n              [-69.136891368913638, 0.649900418245409],\n              [-69.15129151291508, 0.867425008855072],\n              [-69.370893708937047, 1.063483356970366],\n              [-69.853298532985278, 1.059190108471491],\n              [-69.856898568985642, 1.707470631801613],\n              [-69.579695796957921, 1.770438276451777],\n              [-69.35289352893524, 1.720350377298239],\n              [-68.164881648816433, 1.721781460131197],\n              [-68.280082800827955, 1.829112672603067],\n              [-68.200882008820045, 2.007998026722859],\n              [-67.999279992799885, 1.750403116790359],\n              [-67.790477904778996, 1.811939678607573],\n              [-67.592475924759199, 2.055223760210488],\n              [-67.340473404733999, 2.089569748201484],\n              [-67.117271172711682, 1.71033279746753],\n              [-67.066870668706642, 1.172245652275194],\n              [-66.876068760687559, 1.22233355142874],\n              [-66.408064080640756, 0.80159519853899],\n              [-66.156061560615555, 0.732903222556992],\n              [-65.74565745657452, 0.974756221326949],\n              [-65.583655836558322, 0.977618386992866],\n              [-65.562055620556151, 0.655624749577242],\n              [-65.328053280532757, 0.910357493843819],\n              [-65.202052020520156, 0.923237239340445],\n              [-65.137251372513674, 1.126451001620531],\n              [-64.838448384483797, 1.27099036774932],\n              [-64.730447304473003, 1.248093042421985],\n              [-64.410044100440956, 1.507119035187444],\n              [-64.395643956439514, 1.392632408550782],\n              [-64.082440824408195, 1.647365152817365],\n              [-63.996039960399557, 1.95791012756932],\n              [-63.762037620376162, 1.985100701395531],\n              [-63.387633876338711, 2.235540197163239],\n              [-63.384033840338361, 2.420149882614858],\n              [-64.046440464404597, 2.471668864601362],\n              [-63.999639996399921, 2.706366449206527],\n              [-64.222842228422238, 3.12424263643036],\n              [-64.201242012420082, 3.595068888473648],\n              [-64.644046440464351, 3.972874756374651],\n              [-64.662046620466157, 3.997203164534938],\n              [-64.708847088470833, 4.083068134512438],\n              [-64.744847448474431, 4.287712979625482],\n              [-64.590045900458961, 4.118845205336399],\n              [-64.36324363243628, 4.151760110494436],\n              [-64.125641256412521, 4.088792465844271],\n              [-64.064440644406403, 3.911338194557437],\n              [-63.423634236342309, 3.968581507875776],\n              [-63.286832868328631, 3.921355774388147],\n              [-62.930429304293, 3.563585066148569],\n              [-62.750427504274995, 3.66089869878973],\n              [-62.764827648276437, 4.020100489862273],\n              [-62.559625596255913, 4.037273483857774],\n              [-62.383223832238272, 4.173226352988813],\n              [-62.19242192421919, 4.094516797176105],\n              [-61.717217172171672, 4.254798074467438],\n              [-61.566015660156552, 4.249073743135604],\n              [-61.296012960129559, 4.523841647063605],\n              [-61.01161011610111, 4.518117315731772],\n              [-60.903609036090316, 4.699864835517474],\n              [-60.612006120061153, 4.900216432131643],\n              [-60.741607416074118, 5.202174909885855],\n              [-60.457204572045669, 5.174984336059651],\n              [-60.212402124021196, 5.266573637368978],\n              [-59.981999819998151, 5.086257200416227],\n              [-60.032400324003191, 4.725624326510726],\n              [-60.147601476014714, 4.512392984399938],\n              [-59.942399423994189, 4.503806487402187],\n              [-59.686796867968638, 4.380733363767774],\n              [-59.686796867968638, 4.364991452605231],\n              [-59.726397263972601, 4.17608851865473],\n              [-59.52839528395279, 3.931373354218856],\n              [-59.67959679596791, 3.702400100945525],\n              [-59.837998379983759, 3.609379716803232],\n              [-59.819998199981953, 3.3632334695344],\n              [-59.960399603995995, 3.066999323112022],\n              [-60.0, 2.693486703709901],\n              [-59.902799027990227, 2.36004440363061],\n              [-59.740797407974028, 2.264161853822401],\n              [-59.747997479974757, 1.852009997930402],\n              [-59.571595715957116, 1.727505791463031],\n              [-59.240392403923991, 1.378321580221197],\n              [-59.009990099900946, 1.328233681067651],\n              [-58.970389703896998, 1.312491769905115],\n              [-58.966789667896634, 1.309629604239198],\n              [-58.772387723877188, 1.200867308934363],\n              [-58.520385203851987, 1.266697119250445],\n              [-58.513185131851273, 1.438427059205445],\n              [-58.498784987849831, 1.457031136033905],\n              [-58.333183331833268, 1.592984005164944],\n              [-58.027180271802678, 1.517136615018153],\n              [-57.983979839798351, 1.657382732648067],\n              [-57.562775627756238, 1.708901714634571],\n              [-57.343173431734272, 1.969358790232988],\n              [-57.105571055710513, 2.020877772219485],\n              [-56.806768067680636, 1.873476240424779],\n              [-56.482764827648225, 1.942168216406778],\n              [-56.018360183601786, 1.833405921101942],\n              [-55.913959139591356, 2.038050766214987],\n              [-56.115561155611516, 2.332853829804399],\n              [-55.989559895598916, 2.520325680921943],\n              [-55.723157231572273, 2.39725255728753],\n              [-55.399153991539876, 2.430167462445567],\n              [-55.301953019530146, 2.520325680921943],\n              [-54.977949779497749, 2.543223006249278],\n              [-54.79074790747903, 2.448771539274027],\n              [-54.776347763477588, 2.457358036271778],\n              [-54.758347583475796, 2.465944533269528],\n              [-54.61434614346139, 2.325698415639607],\n              [-54.477544775447711, 2.214073954668862],\n              [-54.135541355413508, 2.111035990695861],\n              [-53.829538295382903, 2.309956504477071],\n              [-53.530735307353027, 2.246988859826899],\n              [-53.343533435334308, 2.350026823799901],\n              [-52.958329583295793, 2.175434718178984],\n              [-52.706327063270592, 2.358613320797652],\n              [-51.989919899198952, 3.705262266611442],\n              [-51.683916839168347, 4.038704566690733],\n              [-51.597515975159695, 4.216158837977567],\n              [-51.496714967149614, 4.105965459839773],\n              [-51.514715147151435, 4.440838842752022],\n              [-51.223112231122258, 4.164639855991062],\n              [-51.176311763117582, 3.648018953293104],\n              [-51.079110791107865, 3.882716537898276],\n              [-51.093510935109322, 3.376113215031026],\n              [-50.679506795067908, 2.171141469680109],\n              [-50.467104671046656, 1.814801844273489],\n              [-50.182701827018235, 1.819095092772365],\n              [-49.897986022000453, 1.706683471396902],\n              [-49.891098910989058, 1.165090238110402],\n              [-49.911607401978159, 0.975874666518845],\n              [-50.093225801680866, 0.767037780751382],\n              [-50.383815241205205, 0.717096911293925],\n              [-50.791107911079081, 0.169056586371404],\n              [-50.927909279092745, 0.154745758041827],\n              [-51.251912519125142, -0.127177560050967],\n              [-51.446314463144574, -0.472068522793926],\n              [-51.698316983169775, -0.746836426721927],\n              [-51.723517235172295, -1.038777324645423],\n              [-51.907119071190664, -1.157557199780967],\n              [-51.92151921519212, -1.326424974070051],\n              [-52.195121951219463, -1.345029050898503],\n              [-52.706327063270592, -1.599761795165087],\n              [-52.277922779227751, -1.518190073686462],\n              [-52.249122491224867, -1.702799759138088],\n              [-51.914319143191392, -1.571140138505925],\n              [-51.669516695166919, -1.402272364216842],\n              [-51.269912699126934, -1.220524844431132],\n              [-50.819908199081937, -0.935739360672422],\n              [-50.956709567095629, -1.128935543121798],\n              [-50.819908199081937, -1.2319735070948],\n              [-50.819908199081937, -1.436618352207837],\n              [-50.661506615066116, -1.802975557445173],\n              [-50.441904419044135, -1.936066260910295],\n              [-50.427504275042708, -2.06343263304359],\n              [-50.279902799027951, -1.893133775921548],\n              [-49.97749977499771, -1.825872882772508],\n              [-49.653496534965313, -1.920324349747752],\n              [-49.484294842948373, -1.764336320955294],\n              [-49.379893798937957, -1.895995941587465],\n              [-49.545495454954505, -2.517085891091376],\n              [-49.527495274952713, -2.628710352062129],\n              [-49.2322923229232, -1.947514923573962],\n              [-48.965889658896543, -1.599761795165087],\n              [-48.969489694896907, -1.785802563449671],\n              [-48.641886418864146, -1.38509937022134],\n              [-48.554009864200431, -1.220433369886622],\n              [-48.472281584334205, -1.153475959225769],\n              [-48.299744104616622, -0.93784015272615],\n              [-48.229366974731818, -0.83796203964457],\n              [-48.031856965055127, -0.656359158084661],\n              [-47.986452365129445, -0.690410255689926],\n              [-47.723877238772332, -0.643798462748926],\n              [-47.378273782737779, -0.771164834882214],\n              [-47.461074610746067, -0.592279480762421],\n              [-47.072270722707174, -0.675282285074005],\n              [-47.075870758707538, -0.836994645198295],\n              [-46.820268202681973, -0.711059355897966],\n              [-46.697866978669737, -0.881358213020007],\n              [-46.503465034650304, -0.884220378685924],\n              [-46.481864818648148, -1.021604330649922],\n              [-46.172261722617179, -0.921428532342837],\n              [-44.610620360655382, -1.77531276255475],\n              [-44.365435521056718, -2.344769865730501],\n              [-44.637863120610774, -2.789287307210824],\n              [-44.634457775616347, -2.868648516130214],\n              [-44.486892825857893, -2.712188431416202],\n              [-44.483487480863474, -2.951405050430595],\n              [-44.6821326055383, -3.115766023704763],\n              [-44.582242485701819, -3.097630875519518],\n              [-44.418785925969374, -2.933267153268246],\n              [-44.318895806132879, -2.492203333672623],\n              [-44.014684986630847, -2.410549852013301],\n              [-43.964739926712596, -2.560244040047482],\n              [-43.587881747329469, -2.215469237102362],\n              [-42.82508446857809, -2.53756420127891],\n              [-42.46184766917267, -2.709920742334804],\n              [-42.18828495462045, -2.675143074292686],\n              [-41.844912667682522, -2.720692227575567],\n              [-41.781960261992978, -2.741073293731813],\n              [-41.846068261079019, -2.764125551695671],\n              [-41.996546287413246, -3.23798112923894],\n              [-42.103720813415954, -3.244623511800167],\n              [-42.175521731633005, -3.439180207453159],\n              [-42.524269048687266, -3.46989611442751],\n              [-42.688385433183385, -3.674642887880183],\n              [-42.726597480897325, -3.913807830074995],\n              [-42.98466438952039, -4.217217483386385],\n              [-42.955074557989583, -4.360187439696729],\n              [-42.842244543648498, -4.544261151629638],\n              [-42.955076358526433, -4.707847155987645],\n              [-42.842244543648498, -5.096192808209975],\n              [-42.811472721555468, -5.33113389640089],\n              [-43.088419120392672, -5.606819350316538],\n              [-43.05774746615333, -6.116909892833544],\n              [-42.842244543648498, -6.269960559313235],\n              [-42.996103654113618, -6.779500668925117],\n              [-43.262792778919803, -6.779500668925117],\n              [-43.457680985508951, -6.840610102057337],\n              [-43.755141932408172, -6.677634427096524],\n              [-44.196204715741494, -6.860978179209823],\n              [-44.309034730082573, -7.135860920908877],\n              [-44.575723854888764, -7.207100133232006],\n              [-44.678490811384243, -7.349543709794291],\n              [-44.771473512226549, -7.368370467896776],\n              [-45.392232024384782, -7.610942450778408],\n              [-45.483836936510784, -7.727508436712806],\n              [-45.601795587867372, -8.164335470354001],\n              [-45.882901884016583, -8.747679047378782],\n              [-45.968468242679918, -8.816691945066259],\n              [-45.996700638061156, -8.94535176529193],\n              [-45.900538694020469, -9.252995372683504],\n              [-45.905667331035964, -9.294753589418519],\n              [-45.890281419989456, -9.346628070078825],\n              [-45.863356075658061, -9.355483917420502],\n              [-45.788990838933266, -9.480706657420567],\n              [-45.850534483119304, -9.58186340144173],\n              [-45.819762661026289, -9.768923693318763],\n              [-45.865920394165819, -9.890204029091597],\n              [-45.851816642373173, -9.982397698348064],\n              [-45.873613349689059, -10.037953891762477],\n              [-45.882041606015029, -10.111894126811254],\n              [-45.901857164424925, -10.154492698459014],\n              [-45.926917179900677, -10.17247607446016],\n              [-45.930763657662311, -10.190143647444994],\n              [-45.939738772439419, -10.190143647444994],\n              [-45.94550848908186, -10.197399688477505],\n              [-45.943585250201046, -10.203078213992592],\n              [-45.957047922366748, -10.218535909001664],\n              [-45.95031658628389, -10.233361971383756],\n              [-45.945187949268394, -10.2582808132449],\n              [-45.979165169496092, -10.247241061715517],\n              [-45.998397558304234, -10.249133617871525],\n              [-45.998397558304234, -10.25796539711296],\n              [-46.002885115692798, -10.259857889190711],\n              [-46.012501310096866, -10.250395315696059],\n              [-46.020838303576959, -10.255442075087828],\n              [-46.021476424873995, -10.27058179718601],\n              [-46.027258246647584, -10.277525955327725],\n              [-46.021481575514159, -10.2863508897321],\n              [-46.000961876811985, -10.295813086620537],\n              [-45.996330796469508, -10.316909863398434],\n              [-45.992627841661793, -10.320411650684758],\n              [-45.987018394926096, -10.32561494681585],\n              [-45.981248678283656, -10.327191686224255],\n              [-45.980607598656718, -10.331133500151047],\n              [-45.976600850988348, -10.33696729403478],\n              [-45.981721662324567, -10.345839186230313],\n              [-45.971953023693047, -10.356359937899295],\n              [-45.957849271900407, -10.363927473671913],\n              [-45.936052564584529, -10.363927473671913],\n              [-45.930282847942074, -10.371494826655274],\n              [-45.909127220253126, -10.370233613857161],\n              [-45.903998583237623, -10.35762120654968],\n              [-45.884125114802544, -10.339962983931249],\n              [-45.910409379507001, -10.317258095996333],\n              [-45.916179096149442, -10.30779724238246],\n              [-45.894382388833556, -10.263642839400458],\n              [-45.871042770638013, -10.250060870772117],\n              [-45.864892725994409, -10.253549538274934],\n              [-45.794373967031227, -10.268689369250643],\n              [-45.747575154264766, -10.240932459586437],\n              [-45.732830322845189, -10.227683986715236],\n              [-45.725111245012023, -10.206821709899488],\n              [-45.733471402472126, -10.186673308553583],\n              [-45.733471402472126, -10.167743522774984],\n              [-45.724336017788282, -10.154807523886324],\n              [-45.716803332171743, -10.166481497150475],\n              [-45.702539310472396, -10.177524052280909],\n              [-45.693579332278745, -10.251047919796134],\n              [-45.726356180018669, -10.31079679274365],\n              [-45.797185483949029, -10.32389536264858],\n              [-45.820471830446678, -10.459732383884889],\n              [-45.870440448972893, -10.503394283567989],\n              [-45.930111711873131, -10.522314440097333],\n              [-46.067653878724578, -10.605499814992474],\n              [-46.110235601594994, -10.616945289646816],\n              [-46.152787400256948, -10.637290775929495],\n              [-46.160064383537467, -10.662032519083251],\n              [-46.147936078069939, -10.694536377736226],\n              [-46.165885970161881, -10.724614575295695],\n              [-46.194508771065244, -10.742079335168935],\n              [-46.204211415439268, -10.79689927588216],\n              [-46.260567006305429, -10.813293043709841],\n              [-46.26846935077787, -10.933900293408428],\n              [-46.340282395040596, -10.941380818852462],\n              [-46.571865718657136, -11.316814230952147],\n              [-46.427864278642744, -11.499992833570815],\n              [-46.085860858608555, -11.601599714710858],\n              [-46.251462514625103, -11.843452713480815],\n              [-46.075060750607463, -11.927886600625357],\n              [-46.337863378633756, -12.129669280072477],\n              [-46.316263162631572, -12.423041260828938],\n              [-46.157861578615751, -12.503181899474605],\n              [-46.233462334623312, -12.796553880231059]\n            ]\n          ],\n          [\n            [\n              [-50.819699400491714, -0.887901433476478],\n              [-51.182936199897142, -1.110350007370025],\n              [-51.064710647106438, -0.676713367906963],\n              [-50.815158940499146, -0.561014889809197],\n              [-50.819699400491714, -0.887901433476478]\n            ]\n          ],\n          [\n            [\n              [-51.28431284312839, -1.031621910480631],\n              [-51.784717847178428, -1.449498097704463],\n              [-51.95391953919534, -1.422307523878253],\n              [-51.87111871118708, -1.243422169758468],\n              [-51.669516695166919, -1.057381401473883],\n              [-51.676716767167619, -0.847012225029005],\n              [-51.503915039150343, -0.606590309092006],\n              [-51.30951309513091, -0.519294256281547],\n              [-51.187111871118674, -0.613745723256798],\n              [-51.28431284312839, -1.031621910480631]\n            ]\n          ],\n          [\n            [\n              [-51.083046080060655, -0.243190924846648],\n              [-51.178395739904573, -0.393023752581371],\n              [-51.374313743137378, -0.460619860130258],\n              [-51.114829300008623, -0.079735069587163],\n              [-51.083046080060655, -0.243190924846648]\n            ]\n          ],\n          [\n            [\n              [-48.641886418864146, -1.083140892467135],\n              [-48.843488434884307, -1.21336943026634],\n              [-48.839888398883943, -1.442342683539671],\n              [-49.066690666906624, -1.532500902016046],\n              [-49.153091530915276, -1.402272364216842],\n              [-49.18909189091886, -1.606917209329879],\n              [-49.502295022950193, -1.586882049668461],\n              [-49.552695526955233, -1.721403835966548],\n              [-49.822698226982226, -1.817286385774757],\n              [-50.024300243002386, -1.6612983569823],\n              [-50.153901539015351, -1.778647149284879],\n              [-50.236702367023639, -1.621228037659463],\n              [-50.297902979029743, -1.802975557445173],\n              [-50.607506075060712, -1.764336320955294],\n              [-50.58950589505892, -1.684195682309628],\n              [-50.805508055080509, -1.42516968954417],\n              [-50.780307803077989, -0.660971456744427],\n              [-50.654306543065388, -0.264561512014964],\n              [-50.369903699036939, -0.10571131755659],\n              [-49.653496534965313, -0.241664186687636],\n              [-49.21429214292138, -0.141488388380552],\n              [-48.890288902888983, -0.215904695694384],\n              [-48.425884258842558, -0.260268263516089],\n              [-48.371883718837154, -0.3733238073198],\n              [-48.461884618846142, -0.576537569599886],\n              [-48.641886418864146, -1.083140892467135]\n            ]\n          ],\n          [\n            [\n              [-50.945909459094537, -0.011259850581339],\n              [-50.765907659076561, 0.045983462736991],\n              [-50.629106291062868, -0.085676157895179],\n              [-50.787916180543746, -0.465669067933922],\n              [-51.055803320105248, -0.633658296807858],\n              [-51.151152979949167, -0.465669067933922],\n              [-50.945909459094537, -0.011259850581339]\n            ]\n          ],\n          [\n            [\n              [-49.495094950949465, 0.086053782059821],\n              [-49.379893798937957, 0.044552379904033],\n              [-49.437494374943697, -0.120022145886175],\n              [-49.833498334983318, -0.102849151890673],\n              [-49.495094950949465, 0.086053782059821]\n            ]\n          ],\n          [\n            [\n              [-50.624459620811308, 0.18361126997536],\n              [-50.4455044550445, 0.126124101382658],\n              [-50.449104491044864, -0.015553099080215],\n              [-50.632706327063232, 0.071742953730244],\n              [-50.624459620811308, 0.18361126997536]\n            ]\n          ],\n          [\n            [\n              [-49.649896498964949, 0.386581176981075],\n              [-49.527495274952713, 0.300716207003575],\n              [-49.829898298982954, 0.011637474745989],\n              [-50.344703447034419, 0.04741454556995],\n              [-50.366303663036575, 0.214851237026075],\n              [-50.035100351003479, 0.299285124170616],\n              [-49.649896498964949, 0.386581176981075]\n            ]\n          ],\n          [\n            [\n              [-50.517505175051696, 0.209126905694241],\n              [-50.366303663036575, 0.619847678753281],\n              [-50.323103231032263, 0.28640537867399],\n              [-50.377103771037667, 0.244903976518195],\n              [-50.517505175051696, 0.209126905694241]\n            ]\n          ],\n          [\n            [\n              [-50.240302403023975, 0.592657104927071],\n              [-50.063900639006334, 0.647038252579492],\n              [-50.042300423004178, 0.509654300615487],\n              [-50.312303123031199, 0.413771750807278],\n              [-50.240302403023975, 0.592657104927071]\n            ]\n          ],\n          [\n            [\n              [-50.367923631231221, 2.085603595177423],\n              [-50.312303123031199, 1.946461464905653],\n              [-50.401977081175488, 1.858715217348564],\n              [-50.459904599045956, 1.880631654589571],\n              [-50.522299270978529, 2.008465039234061],\n              [-50.499596971015691, 2.106021997391676],\n              [-50.558622950919066, 2.162738369307992],\n              [-50.524569500974806, 2.208109942999832],\n              [-50.467813751067723, 2.199035738176678],\n              [-50.367923631231221, 2.085603595177423]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BR-NE\", \"countryKey\": \"BR\", \"countryName\": \"Brazil\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-39.674196741967393, -18.323395781116133],\n              [-39.497794977949752, -18.005695392199385],\n              [-39.274592745927407, -17.866880357402422],\n              [-39.137791377913743, -17.679408506284886],\n              [-39.209792097920939, -17.162787603586928],\n              [-39.054990549905455, -16.435797524444098],\n              [-38.864188641886386, -15.843329231599348],\n              [-38.92538925389249, -15.715962859466053],\n              [-39.065790657906547, -14.675565639905351],\n              [-38.92538925389249, -14.004387791247893],\n              [-38.935998689200211, -13.891418910792156],\n              [-39.062190621906183, -13.935695815265895],\n              [-38.968589685896831, -13.673807656834519],\n              [-38.886053629282095, -13.670931465745822],\n              [-38.904215469252314, -13.3663201936363],\n              [-39.049510189014114, -13.353067426397576],\n              [-38.806588065880618, -13.144307008639935],\n              [-38.659030629654318, -13.032572508604394],\n              [-38.609085569736187, -12.967317195624416],\n              [-38.63292298469711, -12.903151219104998],\n              [-38.681732929617084, -12.881021198404401],\n              [-38.677192469624536, -12.9628924860917],\n              [-38.722597069550091, -13.013771890556049],\n              [-38.752110059501703, -12.990545629224803],\n              [-38.724867299546375, -12.882127745892902],\n              [-38.791839084436575, -12.844502391961058],\n              [-38.828188281882774, -12.866676939046023],\n              [-38.747569599509148, -12.759271225732689],\n              [-38.72378723787233, -12.621961774610142],\n              [-38.651084824667329, -12.65850647016144],\n              [-38.649949709669187, -12.700588919362621],\n              [-38.645409249676632, -12.740450078630733],\n              [-38.655625284659884, -12.784732902025189],\n              [-38.639733674685942, -12.810192011061078],\n              [-38.589788614767819, -12.712769382066869],\n              [-38.508060334901813, -12.723842023101543],\n              [-38.511385113851105, -13.021233885005522],\n              [-38.320583205832008, -12.935368915028022],\n              [-38.050580505805016, -12.640565851438602],\n              [-37.654576545765423, -12.049528641426811],\n              [-37.43497434974347, -11.568684809552813],\n              [-37.481774817748146, -11.518596910399275],\n              [-37.31617316173157, -11.406972449428523],\n              [-36.902169021690185, -10.773002754427985],\n              [-36.578165781657788, -10.551184915319439],\n              [-36.408964089640847, -10.502528098998859],\n              [-36.250562505625027, -10.247795354732276],\n              [-36.03456034560341, -10.064616752113608],\n              [-35.804158041580365, -9.731174452034317],\n              [-35.696156961569585, -9.672500055883027],\n              [-35.303753037530328, -9.193087306841988],\n              [-35.148951489514843, -8.914026154415112],\n              [-34.940149401493983, -8.350179518229531],\n              [-34.810548105481018, -7.906543840012446],\n              [-34.893348933489307, -7.80493695887241],\n              [-34.806948069480654, -7.623189439086701],\n              [-34.893348933489307, -7.543048800441035],\n              [-34.814148141481382, -7.543048800441035],\n              [-34.796147961479591, -7.15808751837524],\n              [-34.904149041490371, -6.887612862946121],\n              [-34.961749617496139, -6.502651580880325],\n              [-35.091350913509103, -6.186382274796536],\n              [-35.260552605526016, -5.483720603813993],\n              [-35.508955089550852, -5.143122889569916],\n              [-35.998559985599826, -5.047240339761707],\n              [-36.560165601655967, -5.123087729908498],\n              [-36.89856898568982, -4.938478044456872],\n              [-37.136171361713565, -4.93132263029208],\n              [-37.236972369723645, -4.829715749152037],\n              [-37.323373233732298, -4.696625045686915],\n              [-37.607776077760747, -4.607897910043498],\n              [-37.769777697776931, -4.396097650765668],\n              [-38.108181081810784, -4.158537900494579],\n              [-38.478984789847857, -3.697729228282],\n              [-38.658986589865862, -3.676262985787623],\n              [-39.357393573935695, -3.183970491249958],\n              [-39.702997029970248, -3.039431125121169],\n              [-39.987399873998697, -2.849097108337709],\n              [-40.498604986049827, -2.786129463687544],\n              [-40.581405814058087, -2.827630865843332],\n              [-41.272612726127221, -2.879149847829837],\n              [-41.247412474124701, -3.012240551294958],\n              [-41.344613446134417, -2.920651249985625],\n              [-41.653744373268879, -2.874257777827393],\n              [-41.781960298475646, -2.74107331350884],\n              [-41.846068261079019, -2.764125551695671],\n              [-41.996546287413246, -3.23798112923894],\n              [-42.103720813415954, -3.244623511800167],\n              [-42.175521731633005, -3.439180207453159],\n              [-42.524269048687266, -3.46989611442751],\n              [-42.688385433183385, -3.674642887880183],\n              [-42.726597480897325, -3.913807830074995],\n              [-42.98466438952039, -4.217217483386385],\n              [-42.955074557989583, -4.360187439696729],\n              [-42.842244543648498, -4.544261151629638],\n              [-42.955076358526433, -4.707847155987645],\n              [-42.842244543648498, -5.096192808209975],\n              [-42.811472721555468, -5.33113389640089],\n              [-43.088419120392672, -5.606819350316538],\n              [-43.05774746615333, -6.116909892833544],\n              [-42.842244543648498, -6.269960559313235],\n              [-42.996103654113618, -6.779500668925117],\n              [-43.262792778919803, -6.779500668925117],\n              [-43.457680985508951, -6.840610102057337],\n              [-43.755141932408172, -6.677634427096524],\n              [-44.196204715741494, -6.860978179209823],\n              [-44.309034730082573, -7.135860920908877],\n              [-44.575723854888764, -7.207100133232006],\n              [-44.678490811384243, -7.349543709794291],\n              [-44.771473512226549, -7.368370467896776],\n              [-45.392232024384782, -7.610942450778408],\n              [-45.483836936510784, -7.727508436712806],\n              [-45.601795587867372, -8.164335470354001],\n              [-45.882901884016583, -8.747679047378782],\n              [-45.968468242679918, -8.816691945066259],\n              [-45.996700638061156, -8.94535176529193],\n              [-45.900538694020469, -9.252995372683504],\n              [-45.905667331035964, -9.294753589418519],\n              [-45.890281419989456, -9.346628070078825],\n              [-45.863356075658061, -9.355483917420502],\n              [-45.788990838933266, -9.480706657420567],\n              [-45.850534483119304, -9.58186340144173],\n              [-45.819762661026289, -9.768923693318763],\n              [-45.865920394165819, -9.890204029091597],\n              [-45.851816642373173, -9.982397698348064],\n              [-45.873613349689059, -10.037953891762477],\n              [-45.882041606015029, -10.111894126811254],\n              [-45.901857164424925, -10.154492698459014],\n              [-45.926917179900677, -10.17247607446016],\n              [-45.930763657662311, -10.190143647444994],\n              [-45.939738772439419, -10.190143647444994],\n              [-45.94550848908186, -10.197399688477505],\n              [-45.943585250201046, -10.203078213992592],\n              [-45.957047922366748, -10.218535909001664],\n              [-45.95031658628389, -10.233361971383756],\n              [-45.945187949268394, -10.2582808132449],\n              [-45.979165169496092, -10.247241061715517],\n              [-45.998397558304234, -10.249133617871525],\n              [-45.998397558304234, -10.25796539711296],\n              [-46.002885115692798, -10.259857889190711],\n              [-46.012501310096866, -10.250395315696059],\n              [-46.020838303576959, -10.255442075087828],\n              [-46.021476424873995, -10.27058179718601],\n              [-46.027258246647584, -10.277525955327725],\n              [-46.021481575514159, -10.2863508897321],\n              [-46.000961876811985, -10.295813086620537],\n              [-45.996330796469508, -10.316909863398434],\n              [-45.992627841661793, -10.320411650684758],\n              [-45.987018394926096, -10.32561494681585],\n              [-45.981248678283656, -10.327191686224255],\n              [-45.980607598656718, -10.331133500151047],\n              [-45.976600850988348, -10.33696729403478],\n              [-45.981721662324567, -10.345839186230313],\n              [-45.971953023693047, -10.356359937899295],\n              [-45.957849271900407, -10.363927473671913],\n              [-45.936052564584529, -10.363927473671913],\n              [-45.930282847942074, -10.371494826655274],\n              [-45.909127220253126, -10.370233613857161],\n              [-45.903998583237623, -10.35762120654968],\n              [-45.884125114802544, -10.339962983931249],\n              [-45.910409379507001, -10.317258095996333],\n              [-45.916179096149442, -10.30779724238246],\n              [-45.894382388833556, -10.263642839400458],\n              [-45.871042770638013, -10.250060870772117],\n              [-45.864892725994409, -10.253549538274934],\n              [-45.794373967031227, -10.268689369250643],\n              [-45.747575154264766, -10.240932459586437],\n              [-45.732830322845189, -10.227683986715236],\n              [-45.725111245012023, -10.206821709899488],\n              [-45.733471402472126, -10.186673308553583],\n              [-45.733471402472126, -10.167743522774984],\n              [-45.724336017788282, -10.154807523886324],\n              [-45.716803332171743, -10.166481497150475],\n              [-45.702539310472396, -10.177524052280909],\n              [-45.693579332278745, -10.251047919796134],\n              [-45.726356180018669, -10.31079679274365],\n              [-45.797185483949029, -10.32389536264858],\n              [-45.820471830446678, -10.459732383884889],\n              [-45.870440448972893, -10.503394283567989],\n              [-45.930111711873131, -10.522314440097333],\n              [-46.067653878724578, -10.605499814992474],\n              [-46.110235601594994, -10.616945289646816],\n              [-46.152787400256948, -10.637290775929495],\n              [-46.160064383537467, -10.662032519083251],\n              [-46.147936078069939, -10.694536377736226],\n              [-46.165885970161881, -10.724614575295695],\n              [-46.194508771065244, -10.742079335168935],\n              [-46.204211415439268, -10.79689927588216],\n              [-46.260567006305429, -10.813293043709841],\n              [-46.26846935077787, -10.933900293408428],\n              [-46.340282395040596, -10.941380818852462],\n              [-46.571865718657136, -11.316814230952147],\n              [-46.427864278642744, -11.499992833570815],\n              [-46.085860858608555, -11.601599714710858],\n              [-46.251462514625103, -11.843452713480815],\n              [-46.075060750607463, -11.927886600625357],\n              [-46.337863378633756, -12.129669280072477],\n              [-46.316263162631572, -12.423041260828938],\n              [-46.157861578615751, -12.503181899474605],\n              [-46.233462334623312, -12.796553880231059],\n              [-46.085860858608555, -12.916764838199562],\n              [-46.175861758617543, -13.21586115028785],\n              [-46.082260822608191, -13.251638221111811],\n              [-46.273062730627259, -13.656634662839018],\n              [-46.258662586625832, -13.868434922116847],\n              [-46.129061290612867, -14.183273145367686],\n              [-45.920259202591978, -14.35070983682381],\n              [-45.91305913059125, -14.691307551067894],\n              [-46.024660246602423, -14.86876182235472],\n              [-45.977859778597747, -14.98324844899139],\n              [-46.075060750607463, -15.246567690255723],\n              [-45.927459274592707, -15.126356732287221],\n              [-45.715057150571454, -15.124925649454262],\n              [-45.225452254522509, -14.739964367388474],\n              [-44.883448834488291, -14.598287166925601],\n              [-44.563045630456259, -14.344985505491977],\n              [-44.32184321843215, -14.24624079001785],\n              [-43.792637926379228, -14.344985505491977],\n              [-43.868238682386789, -14.659823728742808],\n              [-43.493834938349352, -14.788621183709054],\n              [-43.227432274322695, -14.636926403415472],\n              [-42.953829538295338, -14.679858888404226],\n              [-42.579425794257901, -14.931729467004892],\n              [-42.086220862208592, -15.1821689627726],\n              [-41.801818018180143, -15.109183738291726],\n              [-41.359013590135874, -15.495576103190473],\n              [-41.330213302132989, -15.717393942299012],\n              [-41.157411574115713, -15.780361586949176],\n              [-40.94500945009446, -15.673030374477307],\n              [-40.235802358023534, -15.817569740606096],\n              [-39.864998649986461, -16.110941721362551],\n              [-39.940599405994021, -16.312724400809678],\n              [-40.138601386013818, -16.544559819748926],\n              [-40.253802538025354, -16.566026062243303],\n              [-40.297002970029666, -16.879433202661176],\n              [-40.523805238052347, -16.93095218464768],\n              [-40.610206102060971, -17.391760856860259],\n              [-40.20700207002065, -17.765273476262387],\n              [-40.20700207002065, -17.978504818373175],\n              [-39.674196741967393, -18.323395781116133]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BR-S\", \"countryKey\": \"BR\", \"countryName\": \"Brazil\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-57.613176131761278, -30.182779217841812],\n              [-57.537575375753718, -30.274368519151146],\n              [-57.213572135721307, -30.287248264647769],\n              [-57.076770767707629, -30.105500744862063],\n              [-56.831968319683156, -30.102638579196146],\n              [-56.011160111601072, -30.798144836013893],\n              [-56.011160111601072, -31.081499236939642],\n              [-55.863558635586315, -31.077205988440767],\n              [-55.593555935559309, -30.848232735167436],\n              [-55.352353523535186, -31.055739745946394],\n              [-55.258752587525834, -31.228900768734352],\n              [-55.028350283502789, -31.268971088057185],\n              [-54.819548195481914, -31.434976696680351],\n              [-54.592745927459234, -31.470753767504309],\n              [-54.463144631446269, -31.672536446951433],\n              [-54.135541355413508, -31.908665114389557],\n              [-53.771937719377149, -32.047480149186512],\n              [-53.649536495364913, -32.337989964277057],\n              [-53.415534155341504, -32.564101051884471],\n              [-53.109531095310913, -32.722951246342845],\n              [-53.512735127351235, -33.099326031410889],\n              [-53.537935379353755, -33.170880173058805],\n              [-53.537935379353755, -33.648861839266885],\n              [-53.379533795337906, -33.740451140576219],\n              [-52.817928179281751, -33.322574953352387],\n              [-52.619926199261954, -33.102188197076799],\n              [-52.252722527225231, -32.282177733791684],\n              [-52.090720907209032, -32.166260024322057],\n              [-52.213122131221269, -32.08611938567639],\n              [-52.202322023220191, -31.726917594603851],\n              [-52.094320943209382, -31.69114052377989],\n              [-51.92151921519212, -31.30761032454706],\n              [-51.637116371163671, -31.256091342560559],\n              [-51.622716227162215, -31.13588038459206],\n              [-51.442714427144239, -31.081499236939642],\n              [-51.363513635136314, -30.879716557492518],\n              [-51.381513815138106, -30.659329801216934],\n              [-51.291512915129118, -30.624983813225935],\n              [-51.187111871118674, -30.360233489128646],\n              [-51.23391233912335, -30.178485969342937],\n              [-50.899108991089861, -30.310145589975104],\n              [-50.535505355053516, -30.320163169805809],\n              [-50.607506075060712, -30.484737695596021],\n              [-50.690306903069001, -30.353078074963854],\n              [-50.729907299072948, -30.79242050468206],\n              [-50.956709567095629, -30.922649042481268],\n              [-51.007110071100669, -31.070050574275974],\n              [-51.154711547115426, -31.067188408610058],\n              [-51.179911799117946, -31.359129306533557],\n              [-51.705517055170503, -31.792747404919933],\n              [-52.011520115201108, -31.950166516545348],\n              [-52.083520835208304, -32.146224864660638],\n              [-51.863918639186352, -31.931562439716892],\n              [-51.565115651156475, -31.77700549375739],\n              [-51.151111511115062, -31.482202430167973],\n              [-50.72270722707222, -31.044291083282726],\n              [-50.315903159031535, -30.461840370268686],\n              [-50.045900459004542, -29.814990929771522],\n              [-49.714697146971417, -29.324129518066812],\n              [-49.343893438934344, -28.923426324838481],\n              [-48.940689406894023, -28.645796255244566],\n              [-48.814688146881423, -28.610019184420608],\n              [-48.656286562865574, -28.21217815685819],\n              [-48.566285662856586, -27.860131779950443],\n              [-48.649086490864875, -27.479463746383527],\n              [-48.62028620286199, -26.836907554385235],\n              [-48.681486814868094, -26.719558762082656],\n              [-48.609486094860898, -26.436204361156904],\n              [-48.757087570875655, -26.291664995028114],\n              [-48.584285842858378, -26.157143208730027],\n              [-48.584285842858378, -25.981120020276158],\n              [-48.433084330843258, -25.621918229203615],\n              [-48.616686166861626, -25.530328927894281],\n              [-48.461884618846142, -25.470223448910033],\n              [-48.454684546845414, -25.248405609801488],\n              [-48.209882098820941, -25.457343703413407],\n              [-48.083880838808341, -25.307080005952784],\n              [-48.231482314823097, -25.013708025196323],\n              [-48.415084150841466, -24.959326877543909],\n              [-48.566285662856586, -25.058071593018035],\n              [-48.54468544685443, -24.810494262916244],\n              [-48.613086130861262, -24.680265725117032],\n              [-49.027090270902676, -24.634471074462368],\n              [-49.297092970929668, -24.665954896787447],\n              [-49.228692286922836, -24.33823692803999],\n              [-49.603096030960273, -23.864548510330785],\n              [-49.552695526955233, -23.711422647204245],\n              [-49.653496534965313, -23.5067778020912],\n              [-49.639096390963857, -23.259200471989409],\n              [-49.970299702996982, -22.911447343580541],\n              [-50.290702907029015, -22.952948745736329],\n              [-50.783907839078353, -22.94293116590562],\n              [-50.881108811088069, -22.822720207937124],\n              [-51.356313563135586, -22.649559185149165],\n              [-51.547115471154655, -22.68533625597312],\n              [-52.065520655206512, -22.52219281301587],\n              [-52.216722167221633, -22.643834853817332],\n              [-52.947529475294715, -22.570849629336458],\n              [-53.167131671316668, -22.701078167135663],\n              [-53.595535955359509, -22.920033840578284],\n              [-53.725137251372473, -23.296408625646329],\n              [-53.94833948339479, -23.423774997779617],\n              [-54.077940779407754, -23.948982397475326],\n              [-54.245512397320461, -24.049610406928089],\n              [-54.247142471424667, -24.050589278615369],\n              [-54.243542435424317, -24.050589278615369],\n              [-54.333543335433305, -24.149333994089496],\n              [-54.261542615426109, -24.329650431042239],\n              [-54.322743227432227, -24.628746743130534],\n              [-54.369543695436917, -24.766130695094532],\n              [-54.430744307443035, -25.131056817498909],\n              [-54.610746107461026, -25.433015295253114],\n              [-54.599945999459948, -25.574692495715986],\n              [-54.459544595445905, -25.641953388865034],\n              [-54.106741067410624, -25.500276188402154],\n              [-53.908739087390828, -25.629073643368407],\n              [-53.825938259382553, -25.972533523278408],\n              [-53.667536675366705, -26.21867977054724],\n              [-53.660336603365991, -26.260181172703028],\n              [-53.674736747367433, -26.293096077861073],\n              [-53.746737467374629, -26.693799271089404],\n              [-53.710737107371031, -26.874115708042154],\n              [-53.829538295382903, -27.1574701089679],\n              [-53.840338403383996, -27.163194440299733],\n              [-53.847538475384709, -27.1574701089679],\n              [-54.092340923409196, -27.284836481101195],\n              [-54.898748987489824, -27.624003112512316],\n              [-55.024750247502425, -27.840096620289025],\n              [-55.312753127531224, -27.914512927602857],\n              [-55.442354423544188, -28.079087453393065],\n              [-55.615156151561465, -28.129175352546607],\n              [-55.622356223562193, -28.146348346542108],\n              [-56.183961839618348, -28.744540970718688],\n              [-56.284762847628429, -28.78031804154265],\n              [-56.414364143641393, -29.050792696971772],\n              [-56.615966159661554, -29.160986075109562],\n              [-56.677166771667672, -29.312680855403148],\n              [-57.094770947709435, -29.752023285121354],\n              [-57.292772927729231, -29.814990929771522],\n              [-57.325173251732465, -29.980996538394688],\n              [-57.613176131761278, -30.182779217841812]\n            ]\n          ],\n          [\n            [\n              [-48.433084330843258, -27.405047439069691],\n              [-48.515885158851546, -27.427944764397026],\n              [-48.566285662856586, -27.814337129295776],\n              [-48.415084150841466, -27.59538145585315],\n              [-48.433084330843258, -27.405047439069691]\n            ]\n          ],\n          [\n            [\n              [-48.54468544685443, -26.341752894181653],\n              [-48.548285482854794, -26.167160788560736],\n              [-48.703087030870279, -26.311700154689532],\n              [-48.54468544685443, -26.341752894181653]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BS\", \"countryKey\": \"BS\", \"countryName\": \"Bahamas\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-77.566677165955539, 25.015980734838838],\n              [-77.500943028711006, 25.078122497677601],\n              [-77.309456628911704, 25.09365301499507],\n              [-77.248009500617869, 25.031519127799079],\n              [-77.346610706484682, 24.983602767288467],\n              [-77.480936986940932, 24.97842150088675],\n              [-77.566677165955539, 25.015980734838838]\n            ]\n          ],\n          [\n            [\n              [-73.140131401313965, 22.363720242722138],\n              [-72.754927549275436, 22.349409414392568],\n              [-73.132931329313237, 22.459602792530347],\n              [-73.140131401313965, 22.363720242722138]\n            ]\n          ],\n          [\n            [\n              [-73.647736477364717, 21.06143486473006],\n              [-73.644136441364367, 20.912602250102395],\n              [-73.129331293312887, 20.99417397158102],\n              [-73.053730537305327, 21.329047354493269],\n              [-73.255332553325488, 21.134420089210934],\n              [-73.388533885338802, 21.23316480468506],\n              [-73.647736477364717, 21.06143486473006]\n            ]\n          ],\n          [\n            [\n              [-73.996939969399648, 22.6570922234786],\n              [-73.906939069390646, 22.479637952191766],\n              [-74.180541805418002, 22.302183680904932],\n              [-74.01494014940144, 22.32937425473115],\n              [-73.863738637386319, 22.479637952191766],\n              [-73.852938529385241, 22.732939613625391],\n              [-73.996939969399648, 22.6570922234786]\n            ]\n          ],\n          [\n            [\n              [-74.288542885428797, 22.732939613625391],\n              [-74.01494014940144, 22.720059868128772],\n              [-74.353343533435279, 22.823097832101766],\n              [-74.288542885428797, 22.732939613625391]\n            ]\n          ],\n          [\n            [\n              [-77.524975249752444, 23.93361811047744],\n              [-77.607776077760732, 24.218403594236136],\n              [-77.708577085770813, 24.043811488615219],\n              [-77.676176761767564, 24.302837481380678],\n              [-77.942579425794207, 24.096761553434689],\n              [-77.812978129781243, 23.876374797159102],\n              [-77.59697596975964, 23.730404348197354],\n              [-77.524975249752444, 23.93361811047744]\n            ]\n          ],\n          [\n            [\n              [-75.314553145531406, 24.216972511403185],\n              [-75.57015570155697, 24.488878249665262],\n              [-75.429603204016118, 24.187698689340078],\n              [-75.427459699540762, 24.153801937772545],\n              [-75.371014081689466, 24.153149988977248],\n              [-75.309566953395645, 24.174010700043365],\n              [-75.314553145531406, 24.216972511403185]\n            ]\n          ],\n          [\n            [\n              [-78.352983529835242, 24.659177106787311],\n              [-78.442984429844245, 24.624831118796308],\n              [-78.226982269822642, 24.465980924337927],\n              [-78.13338133381329, 24.501757995161896],\n              [-78.050580505805002, 24.288526653051093],\n              [-77.726577265772605, 24.474567421335678],\n              [-77.737377373773683, 24.700678508943099],\n              [-77.985779857798519, 25.012654566528013],\n              [-77.978579785797805, 25.138589855828343],\n              [-78.2125821258212, 25.184384506483013],\n              [-78.15858158581581, 24.999774821031394],\n              [-78.291782917829124, 24.775094816256924],\n              [-78.198181981819772, 24.617675704631509],\n              [-78.352983529835242, 24.659177106787311]\n            ]\n          ],\n          [\n            [\n              [-76.16056160561601, 25.165780429654561],\n              [-76.22368229945252, 25.227521815345078],\n              [-76.346576556040162, 25.324436242023204],\n              [-76.350952877677358, 25.322821636150259],\n              [-76.356311638865762, 25.318946494214007],\n              [-76.323712508302904, 25.255958068185063],\n              [-76.219395290501794, 25.164162629369692],\n              [-76.192244233813838, 25.039934935846677],\n              [-76.220824293485364, 24.910397158320681],\n              [-76.276287471785494, 24.837148086242745],\n              [-76.346576556040148, 24.824827608885194],\n              [-76.192961929619244, 24.657746023954346],\n              [-76.152232150273676, 24.622337417272096],\n              [-76.129368102536446, 24.863730201277384],\n              [-76.11376113761132, 25.114261447668056],\n              [-76.129368102536446, 25.151228134912774],\n              [-76.16056160561601, 25.165780429654561]\n            ]\n          ],\n          [\n            [\n              [-76.371584108252733, 25.34574702126638],\n              [-76.64068323259761, 25.550268097926828],\n              [-76.694985345973521, 25.563804529981908],\n              [-76.72936729367288, 25.563621457216968],\n              [-76.768967689676842, 25.423375339587054],\n              [-76.680695316137758, 25.421273156605199],\n              [-76.594955137123151, 25.40062112968425],\n              [-76.498408123045195, 25.34768417872564],\n              [-76.411953442538788, 25.329279930451076],\n              [-76.376942869441152, 25.32895702391848],\n              [-76.371584108252733, 25.34574702126638]\n            ]\n          ],\n          [\n            [\n              [-78.590585905859001, 26.53675778362863],\n              [-78.291782917829124, 26.621191670773172],\n              [-77.928179281792765, 26.639795747601639],\n              [-77.971379713797091, 26.729953966078014],\n              [-78.28818288182876, 26.685590398256295],\n              [-78.540185401853961, 26.738540463075765],\n              [-78.712987129871252, 26.571103771619633],\n              [-78.997389973899686, 26.701332309418845],\n              [-78.727387273872679, 26.495256381472842],\n              [-78.590585905859001, 26.53675778362863]\n            ]\n          ],\n          [\n            [\n              [-77.812978129781243, 26.907408237364848],\n              [-77.51777517775173, 26.851596006879461],\n              [-77.229772297722931, 26.44803064798522],\n              [-77.222572225722203, 26.146072170231008],\n              [-77.388173881738766, 26.005826052601094],\n              [-77.190171901718969, 25.915667834124719],\n              [-77.175771757717527, 26.220488477544848],\n              [-77.013770137701329, 26.316371027353057],\n              [-77.060570605706005, 26.529602369463845],\n              [-77.269372693726879, 26.625484919272054],\n              [-77.510575105751002, 26.870200083707928],\n              [-77.812978129781243, 26.907408237364848]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BT\", \"countryKey\": \"BT\", \"countryName\": \"Bhutan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [91.633516335163364, 27.758902522975049],\n              [91.651516515165127, 27.916321634600465],\n              [91.291512915129175, 28.090913740221382],\n              [91.093510935109322, 27.972133865085837],\n              [90.683106831068329, 28.086620491722513],\n              [90.474304743047441, 28.072309663392929],\n              [90.58950589505892, 28.232590940684261],\n              [90.225902259022604, 28.358526229984591],\n              [89.862298622986231, 28.295558585334419],\n              [89.55989559895599, 28.135277308043086],\n              [89.052290522905224, 27.608638825514419],\n              [88.893888938889376, 27.315266844757971],\n              [88.731887318873163, 27.149261236134805],\n              [89.095490954909536, 26.821543267387341],\n              [89.340293402934009, 26.854458172545378],\n              [89.739897398973966, 26.702763392251796],\n              [89.76149761497615, 26.699901226585879],\n              [89.851498514985138, 26.722798551913215],\n              [89.858698586985867, 26.721367469080263],\n              [90.089100891008883, 26.741402628741682],\n              [90.384303843038452, 26.891666326202298],\n              [90.715507155071549, 26.76716211973492],\n              [91.007110071100698, 26.781472948064504],\n              [91.061110611106102, 26.804370273391839],\n              [91.277112771127719, 26.774317533899719],\n              [91.406714067140655, 26.870200083707928],\n              [91.701917019170168, 26.802939190558888],\n              [92.079920799207997, 26.921719065694433],\n              [92.004320043200408, 27.17215856146214],\n              [92.007920079200773, 27.179313975626926],\n              [92.083520835208361, 27.303818182094304],\n              [91.975519755197553, 27.472685956383387],\n              [91.745117451174536, 27.439771051225335],\n              [91.727117271172716, 27.459806210886754],\n              [91.593915939159416, 27.545671180864261],\n              [91.633516335163364, 27.758902522975049]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BW\", \"countryKey\": \"BW\", \"countryName\": \"Botswana\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [25.259652596525996, -17.793895132921548],\n              [24.953649536495391, -17.788170801589715],\n              [24.507245072450729, -18.060076539851799],\n              [24.420844208442105, -17.957038575878798],\n              [24.183241832418332, -18.030023800359672],\n              [23.592835928359307, -18.477952727075632],\n              [23.50283502835029, -18.237530811138633],\n              [23.312033120331222, -18.009988640698261],\n              [22.980829808298097, -18.020006220528963],\n              [21.468177780822565, -18.312489694364743],\n              [20.999463232442157, -18.312489694364743],\n              [20.997298511374254, -21.999537790501698],\n              [19.999699975567243, -21.999905785688604],\n              [19.99864845733816, -24.765510277845681],\n              [20.363603636036373, -25.033743184857741],\n              [20.61200612006121, -25.431584212420155],\n              [20.795607956079579, -25.8938239674657],\n              [20.842408424084255, -26.131383717736782],\n              [20.622806228062302, -26.427617864159153],\n              [20.608406084060874, -26.686643856924611],\n              [20.691206912069134, -26.891288702037656],\n              [20.853208532085347, -26.806854814893114],\n              [21.12321123211234, -26.865529211044404],\n              [21.382413824138268, -26.824027808888609],\n              [21.688416884168873, -26.855511631213695],\n              [21.782017820178226, -26.678057359926861],\n              [22.059220592205946, -26.617951880942613],\n              [22.257222572225743, -26.340321811348694],\n              [22.545225452254556, -26.207231107883572],\n              [22.718027180271832, -25.983982185942068],\n              [22.844028440284433, -25.481672111573701],\n              [23.006030060300617, -25.311373254451659],\n              [23.459634596345978, -25.28275159779249],\n              [23.924039240392432, -25.629073643368407],\n              [24.226442264422673, -25.649108803029826],\n              [24.298442984429869, -25.723525110343658],\n              [24.798847988479906, -25.829425239982569],\n              [25.050850508505107, -25.737835938673236],\n              [25.385653856538596, -25.743560270005069],\n              [25.587255872558757, -25.619056063537698],\n              [25.875258752587541, -24.886341653063035],\n              [25.868058680586813, -24.747526618266072],\n              [26.404464044640463, -24.63303999162941],\n              [26.530465304653063, -24.458447886008493],\n              [26.850868508685096, -24.248078709563615],\n              [27.005670056700581, -23.645592836888163],\n              [27.351273512735133, -23.39086009262158],\n              [27.549275492754958, -23.360807353129452],\n              [27.606876068760698, -23.216267987000663],\n              [27.754477544775455, -23.220561235499538],\n              [27.938079380793823, -22.964397408399996],\n              [28.33768337683378, -22.585160457666035],\n              [28.521285212852149, -22.585160457666035],\n              [28.913689136891378, -22.453500837033872],\n              [29.046890468904706, -22.220234335261665],\n              [29.349293492934947, -22.187319430103621],\n              [29.072090720907227, -22.051366560972582],\n              [29.039690396903978, -21.798064899538957],\n              [28.629286292862957, -21.650663367744251],\n              [28.031680316803175, -21.577678143263377],\n              [27.894878948789511, -21.324376481829752],\n              [27.675276752767559, -21.08967889722458],\n              [27.696876968769715, -20.508659267043498],\n              [27.268472684726873, -20.495779521546879],\n              [27.214472144721469, -20.110818239481084],\n              [26.732067320673224, -19.936226133860167],\n              [26.130861308613106, -19.50117695264084],\n              [25.95805958059583, -19.121940001906879],\n              [25.940059400594038, -18.921588405292717],\n              [25.763657636576397, -18.629647507369214],\n              [25.508055080550832, -18.399243171262924],\n              [25.227252272522747, -17.931279084885553],\n              [25.259652596525996, -17.793895132921548]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BY\", \"countryKey\": \"BY\", \"countryName\": \"Belarus\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [23.607236072360735, 51.517739715749244],\n              [23.751237512375155, 51.645106087882539],\n              [23.981639816398172, 51.586431691731235],\n              [24.244442444424465, 51.718091312363413],\n              [24.392043920439221, 51.879803672487697],\n              [24.723247232472346, 51.882665838153613],\n              [25.184051840518435, 51.949926731302654],\n              [25.767257672576733, 51.928460488808284],\n              [26.408064080640827, 51.851182015828527],\n              [26.85446854468546, 51.749575134688484],\n              [27.178471784717857, 51.746712969022568],\n              [27.254072540725417, 51.595018188728986],\n              [27.812078120781223, 51.602173602893785],\n              [28.071280712807152, 51.55781003507208],\n              [28.21168211682118, 51.652261502047324],\n              [28.348483484834873, 51.524895129914029],\n              [28.604086040860437, 51.553516786573198],\n              [28.730087300873038, 51.401822006279616],\n              [28.863288632886338, 51.559241117905032],\n              [29.122491224912267, 51.62507092822112],\n              [29.320493204932063, 51.366044935455662],\n              [29.61929619296194, 51.486255893424158],\n              [29.846098460984621, 51.433305828604702],\n              [30.148501485014862, 51.484824810591206],\n              [30.540905409054119, 51.23581639765645],\n              [30.638106381063835, 51.335992195963527],\n              [30.515705157051599, 51.603604685726737],\n              [30.663306633066355, 51.819698193503456],\n              [30.958509585095868, 52.074430937770032],\n              [31.253712537125381, 52.044378198277911],\n              [31.473314733147362, 52.117363422758785],\n              [31.76491764917651, 52.100190428763284],\n              [31.566915669156714, 52.311990688041121],\n              [31.505715057150582, 52.848646750400491],\n              [31.246512465124681, 53.014652359023657],\n              [31.365313653136553, 53.109103825998901],\n              [31.361713617136189, 53.121983571495534],\n              [31.415714157141593, 53.200693127308242],\n              [31.73971739717399, 53.192106630310491],\n              [31.797317973179759, 53.111965991664817],\n              [32.081720817208179, 53.081913252172697],\n              [32.405724057240576, 53.192106630310491],\n              [32.718927189271909, 53.431097463414531],\n              [32.452524525245281, 53.547015172884159],\n              [32.463324633246344, 53.707296450175491],\n              [32.085320853208543, 53.810334414148485],\n              [31.743317433174354, 53.79459250298595],\n              [31.815318153181551, 54.056480661417325],\n              [31.325713257132577, 54.229641684205276],\n              [31.178111781117821, 54.452890606146781],\n              [31.167311673116757, 54.467201434476365],\n              [31.167311673116757, 54.621758380435864],\n              [30.771307713077135, 54.786332906226065],\n              [30.814508145081476, 54.928010106688944],\n              [31.005310053100544, 55.022461573664188],\n              [30.79290792907932, 55.285780814928529],\n              [30.91890918909192, 55.407422855729976],\n              [30.908109081090828, 55.577721712852025],\n              [30.594905949059495, 55.665017765662483],\n              [30.468904689046894, 55.79381522062873],\n              [30.216902169021694, 55.855351782445936],\n              [29.867698676986777, 55.83102337428565],\n              [29.46089460894612, 55.687915090989819],\n              [29.342093420934219, 55.786659806463945],\n              [29.378093780937832, 55.954096497920062],\n              [29.032490324903279, 56.024219556735019],\n              [28.809288092880934, 55.934061338258644],\n              [28.622086220862229, 56.082893952886309],\n              [28.290882908829104, 56.047116882062355],\n              [28.156495807785802, 56.16068318571228],\n              [27.912879128791303, 56.10006694688181],\n              [27.646476464764675, 55.922612675594976],\n              [27.59247592475927, 55.79381522062873],\n              [26.98046980469806, 55.826730125786767],\n              [26.822068220682212, 55.706519167818271],\n              [26.595265952659531, 55.666448848495435],\n              [26.444064440644411, 55.337299796915019],\n              [26.800468004680056, 55.272901069431896],\n              [26.577265772657739, 55.118344123472397],\n              [26.310863108631111, 55.144103614465649],\n              [26.138061380613834, 54.969511508844732],\n              [25.781657816578189, 54.869335710537655],\n              [25.742057420574213, 54.568808315616394],\n              [25.529655296552988, 54.345559393674904],\n              [25.695256952569537, 54.321230985514603],\n              [25.738457384573877, 54.1466388798937],\n              [25.544055440554416, 54.136621300062984],\n              [25.47205472054722, 54.296902577354317],\n              [25.223652236522383, 54.258263340864445],\n              [25.072450724507263, 54.132328051564116],\n              [24.856448564485675, 54.1466388798937],\n              [24.788047880478814, 53.969184608606867],\n              [24.377643776437793, 53.886181804295276],\n              [24.201242012420153, 53.952011614611365],\n              [23.643236432364347, 53.899061549791909],\n              [23.484834848348498, 53.939131869114732],\n              [23.589235892358943, 53.611413900367282],\n              [23.895238952389548, 53.152036310987654],\n              [23.924039240392432, 52.742746620761565],\n              [23.870038700387028, 52.669761396280691],\n              [23.391233912339146, 52.509480118989359],\n              [23.164431644316466, 52.289093362713785],\n              [23.636036360363619, 52.084448517600734],\n              [23.560435604356059, 51.753868383187367],\n              [23.607236072360735, 51.517739715749244]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BZ\", \"countryKey\": \"BZ\", \"countryName\": \"Belize\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-89.160291602915976, 17.814307916747609],\n              [-89.149491494914898, 17.035798855618282],\n              [-89.228692286922808, 15.880915009420917],\n              [-88.915489154891489, 15.893794754917536],\n              [-88.926289262892567, 15.983952973393912],\n              [-88.649086490864846, 16.285911451148124],\n              [-88.537485374853688, 16.274462788484456],\n              [-88.307083070830657, 16.652268656385445],\n              [-88.217082170821655, 16.955658216972623],\n              [-88.299882998829929, 17.177476056081161],\n              [-88.231482314823097, 17.496607527830861],\n              [-88.281882818828137, 17.579610332142451],\n              [-88.091080910809055, 18.117697477334787],\n              [-88.091080910809055, 18.372430221601363],\n              [-88.382683826838218, 18.385309967097982],\n              [-88.303483034830293, 18.481192516906191],\n              [-88.490684906849012, 18.484054682572108],\n              [-88.735487354873499, 18.051867667018698],\n              [-88.879488794887891, 17.888724224061448],\n              [-89.131491314913092, 17.970295945540073],\n              [-89.153091530915248, 17.941674288880904],\n              [-89.160291602915976, 17.814307916747609]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"BN\",\n        \"countryKey\": \"BN\",\n        \"countryName\": \"Brunei Darussalam\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [115.145351453514508, 4.885905603802058],\n              [115.030150301503028, 4.820075793485984],\n              [115.112951129511288, 4.382164446600733],\n              [115.361353613536124, 4.32921438178127],\n              [115.145351453514508, 4.885905603802058]\n            ]\n          ],\n          [\n            [\n              [114.983349833498352, 4.888767769467975],\n              [115.058950589505883, 5.054773378091141],\n              [114.724147241472423, 4.875888023971356],\n              [114.52974529745299, 4.69414050418564],\n              [114.252542525425241, 4.592533623045611],\n              [114.00054000540004, 4.601120120043362],\n              [114.245342453424513, 4.480909162074852],\n              [114.281342813428097, 4.264815654298147],\n              [114.418144181441818, 4.260522405799271],\n              [114.587345873458702, 4.021531572695231],\n              [114.767347673476735, 4.131724950833025],\n              [114.788947889478862, 4.294868393790274],\n              [114.817748177481775, 4.323490050449436],\n              [114.752947529475279, 4.738504072007359],\n              [114.983349833498352, 4.888767769467975]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BG\", \"countryKey\": \"BG\", \"countryName\": \"Bulgaria\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [26.332463324633267, 41.713391227151718],\n              [26.548465484654855, 41.92662256926252],\n              [27.272072720727238, 42.091197095052721],\n              [27.545675456754594, 41.900863078269268],\n              [27.808478084780859, 41.99388346241156],\n              [28.017280172801748, 41.972417219917176],\n              [27.628476284762854, 42.458985383123007],\n              [27.452074520745214, 42.464709714454841],\n              [27.743677436774391, 42.716580293055515],\n              [27.891278912789147, 42.710855961723681],\n              [27.884078840788419, 43.00852119097901],\n              [28.157681576815776, 43.407793301374383],\n              [28.474484744847473, 43.366291899218595],\n              [28.604086040860437, 43.538021839173595],\n              [28.578885788857917, 43.741235601453681],\n              [28.222482224822272, 43.7612707611151],\n              [27.981279812798135, 43.849997896758509],\n              [27.912879128791303, 43.99310618005434],\n              [27.383673836738382, 44.014572422548724],\n              [27.027270272702737, 44.177715865505974],\n              [26.152461524615262, 44.011710256882807],\n              [25.781657816578189, 43.73264910445593],\n              [25.360453604536076, 43.653939548643223],\n              [24.964449644496455, 43.749822098451432],\n              [24.500045000450029, 43.799909997604971],\n              [24.158041580415812, 43.752684264117349],\n              [23.32643326433265, 43.887206050415429],\n              [22.919629196291993, 43.834255985595973],\n              [22.887228872288745, 43.994537262887306],\n              [23.031230312303137, 44.093281978361432],\n              [22.692826928269312, 44.227803764659512],\n              [22.60642606426066, 44.078971150031848],\n              [22.401224012240135, 43.99310618005434],\n              [22.350823508235095, 43.808496494602721],\n              [22.520025200252036, 43.473623111690472],\n              [22.980829808298097, 43.198855207762463],\n              [22.725227252272532, 42.886879150177549],\n              [22.50562505625058, 42.869706156182048],\n              [22.426424264242655, 42.573472009759683],\n              [22.509225092250944, 42.4046042354706],\n              [22.343623436234395, 42.313014934161259],\n              [22.5308253082531, 42.12840524870964],\n              [22.844028440284433, 42.013918622072978],\n              [23.009630096300981, 41.716253392817634],\n              [22.916029160291629, 41.335585359250729],\n              [23.114031140311425, 41.312688033923394],\n              [23.286832868328702, 41.398553003900886],\n              [23.610836108361099, 41.371362430074683],\n              [23.625236252362555, 41.377086761406517],\n              [23.628836288362891, 41.378517844239468],\n              [24.046440464404668, 41.525919376034182],\n              [24.510845108451093, 41.561696446858136],\n              [24.773647736477386, 41.348465104747348],\n              [24.88524885248853, 41.399984086733852],\n              [25.158851588515915, 41.305532619758594],\n              [25.284852848528516, 41.23970280944252],\n              [25.551255512555144, 41.31555019958931],\n              [25.882458824588269, 41.304101536925643],\n              [26.120061200612014, 41.358482684578064],\n              [26.163261632616354, 41.517332879036431],\n              [26.048060480604818, 41.689062818991431],\n              [26.332463324633267, 41.713391227151718]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"BF\",\n        \"countryKey\": \"BF\",\n        \"countryName\": \"Burkina Faso\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [2.388623886238889, 11.896780402464927],\n              [2.071820718207221, 12.307501175523967],\n              [2.244622446224497, 12.424849967826546],\n              [2.107821078210804, 12.705342203086374],\n              [1.82701827018272, 12.603735321946331],\n              [1.535415354153571, 12.64809888976805],\n              [0.970209702097037, 13.067406159824827],\n              [0.984609846098493, 13.367933554746088],\n              [1.168211682116834, 13.313552407093667],\n              [0.952209522095245, 13.582595979689827],\n              [0.62100621006212, 13.679909612331002],\n              [0.340203402034035, 14.126407456213997],\n              [0.38700387003874, 14.250911662681375],\n              [0.153001530015331, 14.547145809103753],\n              [0.217802178021799, 14.910640848675158],\n              [-0.235802358023562, 15.065197794634656],\n              [-0.754207542075392, 15.069491043133539],\n              [-1.042210422104205, 14.817620464532865],\n              [-1.351813518135145, 14.714582500559871],\n              [-1.697416974169727, 14.495626827117249],\n              [-1.967419674196719, 14.484178164453581],\n              [-2.025020250202488, 14.197961597861919],\n              [-2.151021510215088, 14.156460195706117],\n              [-2.460624606246029, 14.280964402173495],\n              [-2.842228422284194, 14.043404651902421],\n              [-2.928629286292846, 13.800120570299498],\n              [-2.896228962289598, 13.651287955671833],\n              [-3.069030690306874, 13.606924387850128],\n              [-3.267032670326671, 13.717117765987922],\n              [-3.249032490324879, 13.292086164599297],\n              [-3.461434614346103, 13.166150875298953],\n              [-3.972639726397233, 13.469540435886131],\n              [-4.350643506435034, 13.118925141811332],\n              [-4.210242102421006, 12.819828829723036],\n              [-4.29664296642963, 12.712497617251174],\n              [-4.483844838448363, 12.715359782917091],\n              [-4.386643866438646, 12.530750097465457],\n              [-4.559445594455923, 12.150082063898552],\n              [-4.80784807848076, 11.996956200772004],\n              [-5.167851678516769, 11.944006135952549],\n              [-5.283052830528277, 11.836674923480672],\n              [-5.218252182521809, 11.421660901922749],\n              [-5.322653226532225, 11.135444335331087],\n              [-5.506255062550593, 11.056734779518379],\n              [-5.430654306543033, 10.844934520240542],\n              [-5.524255242552385, 10.425627250183751],\n              [-5.401854018540149, 10.301123043716387],\n              [-5.218252182521809, 10.31972712054484],\n              [-4.973449734497308, 10.054976796447548],\n              [-4.966249662496608, 9.900419850488049],\n              [-4.681846818468159, 9.681464177045427],\n              [-4.505445054450519, 9.741569656029682],\n              [-4.32184321843215, 9.608478952564553],\n              [-4.253442534425318, 9.750156153027419],\n              [-3.663036630366264, 9.949076666808637],\n              [-3.202232022320203, 9.907575264652849],\n              [-2.98982989829895, 9.708654750871631],\n              [-2.76302763027627, 9.392385444787848],\n              [-2.687426874268709, 9.488267994596058],\n              [-2.795427954279518, 9.720103413535298],\n              [-2.737827378273749, 9.833158957339009],\n              [-2.921429214292118, 10.72186139660613],\n              [-2.752227522275206, 10.985180637870471],\n              [-0.696606966069623, 10.993767134868207],\n              [-0.63540635406352, 10.907902164890714],\n              [-0.30060300603003, 11.162634909157291],\n              [-0.167401674016702, 11.135444335331087],\n              [0.48780487804882, 11.003784714698924],\n              [0.48780487804882, 10.933661655883967],\n              [0.901809018090205, 10.992336052035256],\n              [1.117811178111793, 11.048148282520629],\n              [1.15741157411577, 11.285708032791717],\n              [1.269012690126914, 11.248499879134798],\n              [1.438214382143855, 11.473179883909253],\n              [1.600216002160039, 11.388745996764712],\n              [2.010620106201088, 11.427385233254583],\n              [2.291422914229173, 11.674962563356374],\n              [2.388623886238889, 11.896780402464927]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BI\", \"countryKey\": \"BI\", \"countryName\": \"Burundi\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [30.555305553055547, -2.401168181621756],\n              [30.378903789037906, -2.30242346614763],\n              [30.137701377013798, -2.431220921113876],\n              [29.932499324993273, -2.316734294477214],\n              [29.903699036990389, -2.648745511723547],\n              [29.698496984969864, -2.807595706181921],\n              [29.338493384933855, -2.826199783010381],\n              [29.306093060930635, -2.660194174387215],\n              [29.129691296912995, -2.597226529737043],\n              [29.014490144901458, -2.720299653371463],\n              [28.996489964899666, -2.813320037513755],\n              [29.234092340923439, -3.046586539285961],\n              [29.216092160921619, -3.899511907729128],\n              [29.338493384933855, -4.092708090178498],\n              [29.403294032940352, -4.450478798418082],\n              [29.734497344973477, -4.463358543914708],\n              [30.004500045000469, -4.27159344429829],\n              [30.148501485014862, -4.086983758846664],\n              [30.468904689046894, -3.513119542830374],\n              [30.800108001080019, -3.274128709726334],\n              [30.82530825308254, -2.977894563303963],\n              [30.494104941049414, -2.940686409647043],\n              [30.414904149041519, -2.851959274003626],\n              [30.555305553055547, -2.401168181621756]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-AB\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-110.000900009000034, 48.993309598410747],\n              [-110.000900009000034, 48.997978933524429],\n              [-110.000900009000034, 59.999767666693259],\n              [-119.998199981999761, 59.999767666693259],\n              [-119.998199981999761, 53.864715561800907],\n              [-119.753397533975274, 53.604258486202482],\n              [-119.926199261992551, 53.614276066033199],\n              [-119.756997569975624, 53.41392446941903],\n              [-119.382593825938187, 53.356681156100692],\n              [-119.263792637926315, 53.197830961642325],\n              [-119.029790297902906, 53.134863316992153],\n              [-118.997389973899672, 53.236470198132196],\n              [-118.756187561875549, 53.121983571495534],\n              [-118.604986049860429, 52.87726840705966],\n              [-118.514985149851441, 52.900165732386995],\n              [-118.306183061830552, 52.676916810445491],\n              [-118.2125821258212, 52.366371835693528],\n              [-118.010980109801039, 52.485151710829072],\n              [-117.758977589775839, 52.405011072183413],\n              [-117.820178201781943, 52.279075782883069],\n              [-117.589775897758912, 52.130243168255404],\n              [-117.305373053730477, 52.167451321912324],\n              [-117.269372693726865, 52.044378198277911],\n              [-117.046170461704548, 51.915580743311651],\n              [-116.938169381693754, 51.719522395196364],\n              [-116.686166861668553, 51.809680613672739],\n              [-116.578165781657759, 51.643675005049573],\n              [-116.297362973629674, 51.450478822600203],\n              [-116.232562325623192, 51.30307729080549],\n              [-116.016560165601589, 51.142796013514157],\n              [-115.620556205561996, 50.969634990726206],\n              [-115.645756457564516, 50.852286198423613],\n              [-115.343353433534276, 50.730644157622166],\n              [-115.188551885518791, 50.547465555003498],\n              [-115.001350013500073, 50.563207466166034],\n              [-114.774547745477392, 50.354269372554114],\n              [-114.623346233462271, 49.780405156537824],\n              [-114.738547385473794, 49.581484642756621],\n              [-114.562145621456153, 49.538552157767867],\n              [-114.590945909459037, 49.418341199799372],\n              [-114.374943749437435, 49.205109857688583],\n              [-114.223742237422314, 49.186505780860116],\n              [-114.06969253580445, 48.997225652572745],\n              [-114.065340653406466, 48.991878515577795],\n              [-110.000900009000034, 48.993309598410747]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-BC\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-130.425948642041504, 54.102007815493209],\n              [-130.242199566052165, 54.025352489271022],\n              [-130.207453593905484, 54.087895239135023],\n              [-130.501057058544802, 54.30505756505169],\n              [-130.42255317743485, 54.656782081655017],\n              [-130.002428108705544, 54.981988192331151],\n              [-130.099392738656206, 54.987212985498381],\n              [-130.167173839204224, 55.105829911457434],\n              [-129.988299882998774, 55.284349732095563],\n              [-130.146701467014594, 55.547668973359904],\n              [-130.15178029181169, 55.763406474745821],\n              [-130.020700207001994, 55.908301847265392],\n              [-130.003237054156784, 56.006532511054978],\n              [-130.103969669039429, 56.123082643977042],\n              [-130.245802763380254, 56.097845331486731],\n              [-130.427812538372905, 56.139732662965905],\n              [-130.467633833787943, 56.240382027753597],\n              [-130.837908379083729, 56.371972685143902],\n              [-131.100711007109993, 56.407749755967856],\n              [-131.586715867158603, 56.595221607085392],\n              [-131.799117991179855, 56.588066192920607],\n              [-131.871118711187052, 56.79414212086661],\n              [-132.108721087210796, 56.858540848349733],\n              [-132.033120331203236, 57.028839705471768],\n              [-132.342723427234205, 57.080358687458272],\n              [-132.231122311223032, 57.1962763969279],\n              [-133.167131671316639, 58.147946480845178],\n              [-133.375933759337528, 58.291054764141023],\n              [-133.39393393933932, 58.40411030794472],\n              [-133.872738727387201, 58.736121525191052],\n              [-134.221942219422118, 58.842021654829978],\n              [-134.398343983439759, 59.052390831274849],\n              [-134.704347043470364, 59.239862682392385],\n              [-134.931149311493044, 59.271346504717471],\n              [-135.096750967509593, 59.418748036512184],\n              [-135.017550175501697, 59.543252242979563],\n              [-135.478326826099476, 59.797661220996524],\n              [-135.950473775381056, 59.663594803299283],\n              [-136.344129417009555, 59.600791764648804],\n              [-136.273962739627336, 59.486008929661224],\n              [-136.468364683646769, 59.461680521500938],\n              [-136.464764647646405, 59.287088415880021],\n              [-136.582284668322643, 59.16611679546893],\n              [-136.831101481802619, 59.159435436048867],\n              [-137.067754988307058, 59.067024225866618],\n              [-137.422374223742167, 58.907851465146052],\n              [-137.609576095760872, 59.239862682392385],\n              [-138.599585995859883, 59.753621419424434],\n              [-138.708628599538002, 59.905563226770326],\n              [-139.059820353142101, 59.999373418939406],\n              [-123.81783817838172, 59.999767666693259],\n              [-119.998199981999761, 59.999767666693259],\n              [-119.998199981999761, 53.864715561800907],\n              [-119.753397533975274, 53.604258486202482],\n              [-119.926199261992551, 53.614276066033199],\n              [-119.756997569975624, 53.41392446941903],\n              [-119.382593825938187, 53.356681156100692],\n              [-119.263792637926315, 53.197830961642325],\n              [-119.029790297902906, 53.134863316992153],\n              [-118.997389973899672, 53.236470198132196],\n              [-118.756187561875549, 53.121983571495534],\n              [-118.604986049860429, 52.87726840705966],\n              [-118.514985149851441, 52.900165732386995],\n              [-118.306183061830552, 52.676916810445491],\n              [-118.2125821258212, 52.366371835693528],\n              [-118.010980109801039, 52.485151710829072],\n              [-117.758977589775839, 52.405011072183413],\n              [-117.820178201781943, 52.279075782883069],\n              [-117.589775897758912, 52.130243168255404],\n              [-117.305373053730477, 52.167451321912324],\n              [-117.269372693726865, 52.044378198277911],\n              [-117.046170461704548, 51.915580743311651],\n              [-116.938169381693754, 51.719522395196364],\n              [-116.686166861668553, 51.809680613672739],\n              [-116.578165781657759, 51.643675005049573],\n              [-116.297362973629674, 51.450478822600203],\n              [-116.232562325623192, 51.30307729080549],\n              [-116.016560165601589, 51.142796013514157],\n              [-115.620556205561996, 50.969634990726206],\n              [-115.645756457564516, 50.852286198423613],\n              [-115.343353433534276, 50.730644157622166],\n              [-115.188551885518791, 50.547465555003498],\n              [-115.001350013500073, 50.563207466166034],\n              [-114.774547745477392, 50.354269372554114],\n              [-114.623346233462271, 49.780405156537824],\n              [-114.738547385473794, 49.581484642756621],\n              [-114.562145621456153, 49.538552157767867],\n              [-114.590945909459037, 49.418341199799372],\n              [-114.374943749437435, 49.205109857688583],\n              [-114.223742237422314, 49.186505780860116],\n              [-114.06969253580445, 48.997225652572745],\n              [-114.065340653406466, 48.991878515577795],\n              [-114.72552372582544, 48.991878515577795],\n              [-117.033297910151873, 48.999551747062824],\n              [-118.836280924792661, 48.991878515577795],\n              [-120.121972014544482, 48.991878515577795],\n              [-120.798428879811127, 48.991878515577795],\n              [-122.752227522275149, 48.991878515577795],\n              [-122.901884957755826, 49.08251777822457],\n              [-123.102989422088385, 49.027939962369608],\n              [-123.183157960379702, 49.07428145126692],\n              [-123.257567836353445, 49.260306141201276],\n              [-123.511436824969707, 49.382863583981568],\n              [-123.892240307894156, 49.479158717594643],\n              [-124.084830575120307, 49.632355521069996],\n              [-124.356207769848069, 49.768044118433878],\n              [-124.419675017002149, 49.765855592669944],\n              [-124.522535727907027, 49.807437582184683],\n              [-124.531289830962763, 49.857773674755151],\n              [-125.172527879795297, 50.17292138476158],\n              [-125.192224611670696, 49.936560602256755],\n              [-124.859568695552795, 49.704576871279798],\n              [-124.909904788123285, 49.641109624125725],\n              [-124.826365877347257, 49.508412843285825],\n              [-124.575718627047692, 49.38419827676568],\n              [-124.314625780333344, 49.334716017175033],\n              [-123.981969864215444, 49.231855306270155],\n              [-123.43117948380511, 48.89608261292809],\n              [-123.414157090684043, 48.590533594895362],\n              [-123.300409057800039, 48.425598947213558],\n              [-123.448281500549243, 48.442661152146158],\n              [-123.542309416132241, 48.320227509051179],\n              [-124.699964854404811, 48.601908398183745],\n              [-125.199315313561115, 48.789698692079583],\n              [-125.036890226447838, 48.930822128423898],\n              [-125.34842686894379, 49.016028731499716],\n              [-125.593161803623687, 48.956698939651972],\n              [-126.058334328043415, 49.183507754796629],\n              [-126.442784293575215, 49.461569050621513],\n              [-126.465666248532429, 49.382451034108456],\n              [-126.556752438349989, 49.387419371734872],\n              [-126.548471875639294, 49.519908375105871],\n              [-127.396479523253532, 50.018893927772538],\n              [-127.6243770525721, 50.162736516603864],\n              [-127.814066216443237, 50.086053663124048],\n              [-127.924381900396625, 50.127758372911316],\n              [-127.76832556699911, 50.240764683302622],\n              [-127.944561598680792, 50.40892883567065],\n              [-128.381512832922425, 50.714572414644643],\n              [-128.402136225717754, 50.777420157072925],\n              [-127.891474437142719, 50.886947873230497],\n              [-127.241964813311128, 50.639196779604021],\n              [-126.956373624805266, 50.657788003247582],\n              [-126.646022993506904, 50.599020926583506],\n              [-126.820118356595785, 50.813292142692895],\n              [-127.314124636349632, 50.909042253205747],\n              [-127.770946878081176, 51.16148286887065],\n              [-127.930711809034733, 52.055771739899946],\n              [-129.072512780938666, 52.780622918692892],\n              [-129.175146576165986, 52.960232060340701],\n              [-129.165110464128333, 53.063299422829679],\n              [-129.090065510587834, 53.092294063970336],\n              [-129.090065510587834, 53.19292252439967],\n              [-129.098593346217427, 53.295256551954921],\n              [-129.277677894439137, 53.358362535613999],\n              [-129.557390903090152, 53.201450360029277],\n              [-129.750119988319199, 53.336190162977026],\n              [-129.975254848940779, 53.481163368680299],\n              [-130.210623112317847, 53.585202963361475],\n              [-130.41358560030244, 53.655131215524229],\n              [-130.39414638562269, 53.714057980204558],\n              [-130.586569398845171, 53.813705612051905],\n              [-130.75493953541482, 53.892736492482555],\n              [-130.63123902691467, 54.013000875746599],\n              [-130.611577808304503, 54.048460940609651],\n              [-130.822195516179846, 54.14603524595303],\n              [-130.799586835673466, 54.215051218025181],\n              [-130.549701419550161, 54.062740107245268],\n              [-130.425948642041504, 54.102007815493209]\n            ]\n          ],\n          [\n            [\n              [-129.264994792001517, 52.80575240232632],\n              [-128.929794850864596, 52.617713410956824],\n              [-128.987024109107494, 52.446025636228164],\n              [-129.183238708797404, 52.650415844238481],\n              [-129.295916050342271, 52.675378374353222],\n              [-129.264994792001517, 52.80575240232632]\n            ]\n          ],\n          [\n            [\n              [-131.866291016154577, 53.810039075665976],\n              [-131.951542808010572, 53.51736781367007],\n              [-131.90945289442223, 53.419158015297278],\n              [-131.963038476669226, 53.223785712841448],\n              [-131.805670148027417, 53.239926054240613],\n              [-131.599880795188113, 52.929224482306793],\n              [-131.668477246134529, 52.812207007162883],\n              [-131.45891181023481, 52.60650517699969],\n              [-131.600263770035639, 52.560293959372494],\n              [-131.380080909576634, 52.448843375683367],\n              [-131.244165563614303, 52.443406761844869],\n              [-131.265912018968265, 52.340111098913482],\n              [-131.149024821440634, 52.321082950478754],\n              [-131.012394147133705, 52.168861405420174],\n              [-131.036618171786785, 51.969013202032315],\n              [-132.296267453746651, 52.865302114196069],\n              [-132.731959955794423, 53.343746920118157],\n              [-132.509199088128128, 53.382153966267516],\n              [-132.821576396809604, 53.461528528309529],\n              [-132.926555656284535, 53.612596243163686],\n              [-133.174388347420575, 53.840319106482326],\n              [-133.047212217991955, 54.13706340848249],\n              [-131.868213970949114, 54.050305695323416],\n              [-131.636162781950389, 54.179455451625358],\n              [-131.713535699207171, 53.972966559452445],\n              [-131.866291016154577, 53.810039075665976]\n            ]\n          ],\n          [\n            [\n              [-130.747391062631124, 54.609234026512915],\n              [-130.823706807290193, 54.523378813771465],\n              [-130.973158473914197, 54.450242891806525],\n              [-130.942950158320002, 54.626723051330622],\n              [-130.747391062631124, 54.609234026512915]\n            ]\n          ],\n          [\n            [\n              [-130.693334076830951, 54.369157413106258],\n              [-130.772829644184156, 54.34371883155324],\n              [-130.900022551949263, 54.439113512377077],\n              [-130.76488008744883, 54.499530143565508],\n              [-130.693334076830951, 54.369157413106258]\n            ]\n          ],\n          [\n            [\n              [-130.289167423844049, 54.82957122459004],\n              [-130.482498734201982, 54.701566475722913],\n              [-130.567529199104627, 54.714419918091913],\n              [-130.672306723067152, 54.77202207789648],\n              [-130.564684020584963, 54.794655710814901],\n              [-130.366303663036547, 54.907974947027526],\n              [-130.29136567260116, 54.964874226268101],\n              [-130.197281736546984, 55.030560533484866],\n              [-130.155865926747936, 54.959341556200165],\n              [-130.289167423844049, 54.82957122459004]\n            ]\n          ],\n          [\n            [\n              [-130.556920728285348, 53.634050782322056],\n              [-130.401161173406734, 53.623147613480555],\n              [-130.206461729808439, 53.55461340933396],\n              [-130.084969277003125, 53.500097565126445],\n              [-129.935440104319639, 53.409757023296841],\n              [-129.810832460416748, 53.292937357137873],\n              [-129.785910931636153, 53.24932468177186],\n              [-129.759431807306811, 53.222845557442497],\n              [-129.771892571697094, 53.165214522137404],\n              [-129.821735629258256, 53.166772117686193],\n              [-129.868463495721841, 53.187020859820414],\n              [-129.954131250905078, 53.160541735491044],\n              [-130.102102828039762, 53.275803806101223],\n              [-130.295244676089254, 53.378605112321118],\n              [-130.550690346090192, 53.54682543159003],\n              [-130.556920728285348, 53.634050782322056]\n            ]\n          ],\n          [\n            [\n              [-129.274584318357654, 53.327891508206676],\n              [-129.170886861274084, 53.285644396061521],\n              [-129.17344729231317, 53.245957714955459],\n              [-129.150403412961253, 53.207551249368947],\n              [-129.17344729231317, 53.180666723458394],\n              [-129.16832643023497, 53.151221766508733],\n              [-129.138881473285323, 53.116655947480872],\n              [-129.167046214715413, 53.091051637089869],\n              [-129.197771387184616, 53.106414223324471],\n              [-129.275864533877211, 53.078249481894368],\n              [-129.346276387452463, 53.128177887156824],\n              [-129.344996171932905, 53.202430387290747],\n              [-129.260501947642581, 53.266441163268262],\n              [-129.274584318357654, 53.327891508206676]\n            ]\n          ],\n          [\n            [\n              [-129.310430352905058, 53.041123231827406],\n              [-129.293787551150899, 52.964310300654383],\n              [-129.35267746505022, 52.955348792017531],\n              [-129.554951517139159, 53.114095516441772],\n              [-129.567753672334675, 53.166584352743335],\n              [-129.484539663563908, 53.187067801056145],\n              [-129.310430352905058, 53.041123231827406]\n            ]\n          ],\n          [\n            [\n              [-128.675443455208097, 52.272993920097207],\n              [-128.750976170861577, 52.366449653024382],\n              [-128.80986608476087, 52.549520472320076],\n              [-128.628075480984734, 52.459905385951558],\n              [-128.617833756828333, 52.328043187437871],\n              [-128.675443455208097, 52.272993920097207]\n            ]\n          ],\n          [\n            [\n              [-127.895792203801946, 51.420370384076698],\n              [-128.089104747254055, 51.481820729015112],\n              [-128.162077031868421, 51.657210255193512],\n              [-128.005890738483259, 51.731462755327428],\n              [-127.908594358997448, 51.598320341294198],\n              [-127.875308755489144, 51.456216418624109],\n              [-127.895792203801946, 51.420370384076698]\n            ]\n          ],\n          [\n            [\n              [-128.121110135242816, 51.740424263964265],\n              [-128.15183530771202, 51.863324953841101],\n              [-128.236329532002344, 51.794193315785378],\n              [-128.26577448895199, 51.928615945338166],\n              [-128.167197893946621, 52.039994695539043],\n              [-128.121110135242816, 52.059197928332296],\n              [-127.954682117701267, 52.054077066254095],\n              [-128.011011600561488, 51.892769910790754],\n              [-128.012291816081017, 51.755786850198866],\n              [-128.121110135242816, 51.740424263964265]\n            ]\n          ],\n          [\n            [\n              [-128.437323368571725, 52.238428101069353],\n              [-128.220966945767714, 52.220505083795643],\n              [-128.278576644147478, 52.16929646301363],\n              [-128.323384187331726, 52.111686764633866],\n              [-128.297779876940723, 52.0361540489804],\n              [-128.382694994004623, 52.103426743952944],\n              [-128.37112044273195, 52.136045933903127],\n              [-128.404037765063407, 52.155214092298579],\n              [-128.42452121337621, 52.123208704309825],\n              [-128.52181759286205, 52.156494307818129],\n              [-128.437323368571725, 52.238428101069353]\n            ]\n          ],\n          [\n            [\n              [-124.122858517003181, 49.488906348886687],\n              [-124.434453311023958, 49.619455946381557],\n              [-124.48618051003136, 49.674877945318066],\n              [-124.638898907100838, 49.732763144207297],\n              [-124.609340507668037, 49.795574743002],\n              [-124.51081250955869, 49.735226344160033],\n              [-124.36917851227652, 49.713057544585432],\n              [-124.294050913718152, 49.636698346050693],\n              [-124.122858517003181, 49.488906348886687]\n            ]\n          ],\n          [\n            [\n              [-124.367946912300155, 49.519696348295852],\n              [-124.190596515703348, 49.472895549193922],\n              [-124.167196116152383, 49.451958349595685],\n              [-124.178280515939676, 49.43964234983202],\n              [-124.230007714947078, 49.461811149406621],\n              [-124.301440513576352, 49.44333714976112],\n              [-124.382726112016556, 49.485211548957587],\n              [-124.367946912300155, 49.519696348295852]\n            ]\n          ],\n          [\n            [\n              [-124.82838358831259, 49.597412528081101],\n              [-124.772762944218599, 49.564834722254624],\n              [-124.748130944691269, 49.514776142570042],\n              [-124.689331978077632, 49.482198336743565],\n              [-124.687742816817803, 49.474252530444424],\n              [-124.759255073510062, 49.487760401152968],\n              [-124.848248104060431, 49.55529975469566],\n              [-124.82838358831259, 49.597412528081101]\n            ]\n          ],\n          [\n            [\n              [-124.704429010045999, 49.540202722727294],\n              [-124.668672881699862, 49.550532270916172],\n              [-124.58921481870847, 49.517954465089701],\n              [-124.640067979022959, 49.52669485201875],\n              [-124.659137914140899, 49.494117046192279],\n              [-124.702045268156255, 49.512392400680298],\n              [-124.704429010045999, 49.540202722727294]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-MB\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-101.364948213240453, 48.999033929742581],\n              [-99.001996065530818, 48.999789103785929],\n              [-95.150401130665628, 48.998526612729151],\n              [-95.153781196062269, 49.381332933452747],\n              [-95.154351543515375, 52.821456176574287],\n              [-88.947889478894737, 56.852816517017899],\n              [-89.826298262982576, 56.975889640652312],\n              [-90.585905859058528, 57.230622384918888],\n              [-91.032310323103175, 57.264968372909891],\n              [-92.223922239222333, 57.021684291306983],\n              [-92.490324903248975, 57.037426202469518],\n              [-92.706327063270578, 56.955854480990894],\n              [-92.457924579245741, 57.223466970754103],\n              [-92.421924219242129, 57.355126591386266],\n              [-92.756727567275618, 57.866023162752398],\n              [-92.807128071280658, 58.07639233919727],\n              [-93.127531275312691, 58.528614514412098],\n              [-93.156331563315575, 58.744708022188803],\n              [-94.20394203942034, 58.806244584006009],\n              [-94.437944379443735, 58.723241779694433],\n              [-94.484744847448411, 58.820555412335594],\n              [-94.808748087480822, 59.018044843283846],\n              [-94.722347223472184, 59.342900646365393],\n              [-94.823148231482264, 59.650583455451425],\n              [-94.801548015480094, 59.999767666693259],\n              [-102.001620016200107, 59.999767666693259],\n              [-102.001620016200107, 55.816712545956065],\n              [-101.364948213240453, 48.999033929742581]\n            ],\n            [\n              [-96.281162811628064, 51.241540728988284],\n              [-96.421564215642093, 51.101294611358369],\n              [-96.295562955629492, 50.623312945150289],\n              [-96.518765187651823, 50.732075240455117],\n              [-96.651966519665137, 50.400064023208785],\n              [-96.903969039690338, 50.418668100037237],\n              [-96.96876968769682, 50.558914217667166],\n              [-96.975969759697534, 50.888063269247581],\n              [-96.921969219692144, 51.09413919719357],\n              [-96.619566195661903, 51.325974616132825],\n              [-96.734767347673412, 51.367476018288613],\n              [-96.983169831698262, 51.188590664168828],\n              [-96.759967599675932, 51.510584301584444],\n              [-96.824768247682414, 51.72095347802933],\n              [-97.094770947709421, 51.659416916212123],\n              [-97.267572675726697, 51.440461242769487],\n              [-97.224372243722385, 51.783921122679487],\n              [-97.335973359733543, 52.008601127453943],\n              [-97.537575375753704, 51.925598323142367],\n              [-97.479974799747936, 52.130243168255404],\n              [-97.713977139771345, 52.083017434767783],\n              [-97.778777787777813, 51.862630678492195],\n              [-98.030780307803013, 51.945633482803785],\n              [-98.059580595805897, 52.110208008593986],\n              [-98.217982179821746, 52.306266356709287],\n              [-98.437584375843699, 52.379251581190161],\n              [-98.469984699846947, 52.503755787657525],\n              [-98.786787867878616, 52.702676301438743],\n              [-98.89118891188906, 52.923063057714316],\n              [-98.437584375843699, 53.056153761179445],\n              [-98.783187831878266, 53.090499749170448],\n              [-99.013590135901296, 53.040411850016909],\n              [-99.251192511925055, 53.207848541473027],\n              [-99.09279092790922, 53.431097463414531],\n              [-98.959589595895906, 53.856129064803156],\n              [-98.37638376383758, 53.857560147636107],\n              [-97.886778867788621, 53.705865367342525],\n              [-98.243182431824266, 53.886181804295276],\n              [-98.318783187831826, 53.992081933934188],\n              [-98.030780307803013, 54.408527038325062],\n              [-97.865178651786465, 54.25683225803148],\n              [-98.1495814958149, 54.186709199216523],\n              [-98.232382323823174, 54.016410342094488],\n              [-98.09918099180986, 53.92911428928403],\n              [-97.937179371793661, 54.03358333608999],\n              [-97.955179551795453, 53.874733141631609],\n              [-97.836378363783581, 53.625724728696866],\n              [-97.663576635766304, 53.48118536256807],\n              [-97.587975879758744, 53.299437842782368],\n              [-97.328773287732815, 53.008928027691823],\n              [-97.436774367743624, 52.947391465874617],\n              [-97.199171991719865, 52.684072224610276],\n              [-97.087570875708693, 52.240436546393198],\n              [-96.821168211682064, 51.958513228300404],\n              [-96.864368643686376, 51.866923926991078],\n              [-96.281162811628064, 51.241540728988284]\n            ]\n          ],\n          [\n            [\n              [-96.601566015660097, 51.185728498502911],\n              [-96.849968499684934, 51.041189132374114],\n              [-96.6915669156691, 51.041189132374114],\n              [-96.601566015660097, 51.185728498502911]\n            ]\n          ],\n          [\n            [\n              [-97.897578975789699, 52.33345693053549],\n              [-97.958779587795817, 52.54239502414741],\n              [-98.055980559805533, 52.432201646009617],\n              [-97.897578975789699, 52.33345693053549]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-NB\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-68.980034739618603, 47.314550939771024],\n              [-68.906489064890593, 47.190145228883253],\n              [-68.388525772484371, 47.300934205361571],\n              [-68.326883268832646, 47.360444086005288],\n              [-68.031680316803119, 47.243095293702709],\n              [-67.790477904778996, 47.032726117257837],\n              [-67.797802803633232, 45.750673208665319],\n              [-67.434074340743365, 45.540106722482292],\n              [-67.473674736747313, 45.282511812549799],\n              [-67.354873548735441, 45.166594103080172],\n              [-67.166051089245471, 45.1771289131405],\n              [-66.944469444694406, 45.189491428407507],\n              [-66.890468904689001, 45.060693973441261],\n              [-66.490864908649044, 45.155145440416504],\n              [-66.429664296642912, 45.083591298768596],\n              [-66.058860588605839, 45.258183404389513],\n              [-65.907659076590718, 45.210957670901877],\n              [-65.313653136531315, 45.458535001003668],\n              [-64.755647556475523, 45.627402775292751],\n              [-64.532445324453192, 45.90217067922076],\n              [-64.482044820448152, 45.727578573599843],\n              [-64.273242732427278, 45.836340868904671],\n              [-64.042840428404233, 45.992328897697135],\n              [-64.064440644406403, 46.062451956512092],\n              [-63.77283772837724, 46.115402021331548],\n              [-64.5144451444514, 46.239906227798926],\n              [-64.906849068490644, 46.88675566829609],\n              [-64.824048240482355, 47.08853834774321],\n              [-65.367653676536719, 47.087107264910259],\n              [-65.122851228512232, 47.203024974379872],\n              [-64.867248672486681, 47.486379375305631],\n              [-64.827648276482719, 47.815528426886047],\n              [-65.20925209252087, 47.819821675384915],\n              [-65.630456304562998, 47.67098906075725],\n              [-65.817658176581716, 47.907117728195374],\n              [-66.318063180631754, 48.011586775001334],\n              [-66.3864638646386, 48.074554419651506],\n              [-66.843668436684325, 47.997275946671749],\n              [-67.408874088740845, 47.877064988703253],\n              [-67.614076140761355, 47.997275946671749],\n              [-68.114481144811393, 47.997275946671749],\n              [-68.377283772837686, 47.928583970689743],\n              [-68.388083880838764, 47.55793351695354],\n              [-68.553685536855326, 47.436291476152078],\n              [-68.980034739618603, 47.314550939771024]\n            ]\n          ],\n          [\n            [\n              [-64.503645036450322, 47.889944734199872],\n              [-64.698046980469755, 47.841287917879299],\n              [-64.647646476464715, 47.732525622574457],\n              [-64.503645036450322, 47.889944734199872]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-NL\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.461614616146122, 56.319022620324432],\n              [-61.796417964179597, 56.420629501464475],\n              [-61.414814148141431, 56.373403767976853],\n              [-61.461614616146122, 56.319022620324432]\n            ]\n          ],\n          [\n            [\n              [-61.634416344163398, 56.469286317785063],\n              [-61.594815948159436, 56.560875619094389],\n              [-61.227612276122713, 56.454975489455478],\n              [-61.634416344163398, 56.469286317785063]\n            ]\n          ],\n          [\n            [\n              [-61.900819008190041, 57.449578058361524],\n              [-61.7244172441724, 57.538305194004934],\n              [-61.612816128161228, 57.415232070370521],\n              [-61.900819008190041, 57.449578058361524]\n            ]\n          ],\n          [\n            [\n              [-57.101971019710149, 52.000014630456192],\n              [-63.740437404373992, 52.000014630456192],\n              [-63.67203672036716, 52.035791701280161],\n              [-63.77283772837724, 52.334888013368442],\n              [-63.974439744397401, 52.353492090196909],\n              [-64.082440824408195, 52.473703048165405],\n              [-63.952839528395231, 52.579603177804316],\n              [-63.384033840338361, 52.672623561946608],\n              [-63.603636036360314, 52.785679105750319],\n              [-64.107641076410715, 52.719849295434244],\n              [-64.190441904419004, 52.572447763639531],\n              [-64.129241292412871, 52.386406995354946],\n              [-64.233642336423316, 51.98141055362774],\n              [-64.33804338043376, 52.01146329311986],\n              [-64.280442804427992, 51.739557554857782],\n              [-64.528845288452843, 51.592156023063069],\n              [-64.770047700476951, 51.763885963018069],\n              [-65.184051840518364, 51.773903542848785],\n              [-65.500855008550033, 52.097328263097367],\n              [-65.990459904598993, 52.060120109440447],\n              [-66.300063000629962, 52.286231197047869],\n              [-66.372063720637158, 52.141691830919072],\n              [-66.480064800647952, 52.334888013368442],\n              [-66.350463504635002, 52.359216421528743],\n              [-66.408064080640756, 52.589620757635032],\n              [-66.289262892628884, 52.60965591729645],\n              [-66.426064260642562, 53.036118601518027],\n              [-66.624066240662358, 52.9373738860439],\n              [-66.656466564665593, 52.795696685581035],\n              [-66.865268652686481, 52.66117489928294],\n              [-67.300873008730036, 52.868681910061909],\n              [-67.383673836738325, 53.104810577500032],\n              [-67.167671676716722, 53.15346739382062],\n              [-66.994869948699431, 53.081913252172697],\n              [-66.890468904689001, 53.415355552251981],\n              [-67.030870308703044, 53.514100267726107],\n              [-67.322473224732192, 53.565619249712611],\n              [-67.513275132751275, 53.813196579814402],\n              [-67.808478084780802, 54.03358333608999],\n              [-67.639276392763875, 54.188140282049488],\n              [-67.750877508775034, 54.425700032320563],\n              [-67.509675096750925, 54.488667676970735],\n              [-67.498874988749833, 54.594567806609646],\n              [-67.268472684726802, 54.484374428471853],\n              [-67.084870848708434, 54.731951758573658],\n              [-67.264872648726438, 54.834989722546652],\n              [-67.434074340743365, 55.06396297581999],\n              [-66.699666996669919, 54.740538255571394],\n              [-66.606066060660552, 54.803505900221566],\n              [-66.728467284672803, 54.938027686519646],\n              [-66.699666996669919, 55.21995100461244],\n              [-66.58806588065876, 55.255728075436394],\n              [-66.253262532625271, 54.998133165503901],\n              [-65.850058500584964, 54.896526284363858],\n              [-65.698856988569844, 54.723365261575907],\n              [-65.446854468544643, 54.744831504070277],\n              [-65.101251012510076, 54.956631763348113],\n              [-64.759247592475873, 54.816385645718185],\n              [-64.766447664476601, 54.737676089905477],\n              [-64.456844568445632, 54.794919403223815],\n              [-64.114841148411443, 54.630344877433615],\n              [-63.729637296372914, 54.647517871429116],\n              [-63.902439024390191, 54.782039657727196],\n              [-63.816038160381552, 54.940889852185563],\n              [-63.603636036360314, 54.902250615695692],\n              [-63.549635496354909, 55.22710641877724],\n              [-63.64683646836464, 55.28721189776148],\n              [-63.337233372333671, 55.411716104228859],\n              [-63.736837368373642, 55.438906678055062],\n              [-63.693636936369316, 55.752313818472942],\n              [-63.841238412384072, 55.912595095764274],\n              [-63.448834488344829, 56.012770894071352],\n              [-64.010440104400999, 56.07001420738969],\n              [-63.942039420394153, 56.253192810008358],\n              [-64.136441364413599, 56.303280709161896],\n              [-64.143641436414313, 56.436371412627025],\n              [-63.873638736387321, 56.452113323789561],\n              [-64.125641256412521, 56.68967307406065],\n              [-63.870038700386957, 56.890024670674819],\n              [-63.870038700386957, 57.068910024794604],\n              [-63.744037440374356, 57.22632913642002],\n              [-63.69723697236968, 57.65851615197343],\n              [-63.924039240392361, 57.795900103937441],\n              [-64.053640536405311, 57.767278447278272],\n              [-64.222842228422238, 58.044908516872184],\n              [-64.402844028440242, 58.064943676533602],\n              [-64.3884438844388, 58.188016800168015],\n              [-63.819638196381916, 58.485682029423344],\n              [-64.032040320403155, 58.527183431579147],\n              [-64.028440284402791, 58.681740377538645],\n              [-63.535235352353482, 58.723241779694433],\n              [-63.72603726037255, 58.879229808486897],\n              [-64.125641256412521, 58.751863436353602],\n              [-64.309243092430876, 58.884954139818717],\n              [-64.881648816488124, 58.93504203897227],\n              [-64.824048240482355, 59.036648920112313],\n              [-64.41364413644132, 58.982267772459892],\n              [-64.539645396453921, 59.285657333047055],\n              [-64.41364413644132, 59.528941414649978],\n              [-64.672846728467235, 59.45023185883727],\n              [-64.892448924489202, 59.564718485473932],\n              [-64.813248132481277, 59.819451229740508],\n              [-64.662046620466157, 59.939662187709018],\n              [-64.90324903249028, 60.048424483013846],\n              [-64.600846008460039, 60.117116458995852],\n              [-64.845648456484511, 60.264517990790551],\n              [-64.532445324453192, 60.303157227280423],\n              [-64.536825787838268, 60.304027886066912],\n              [-64.532445324453192, 60.304588310113388],\n              [-64.125641256412521, 59.906747282550967],\n              [-64.248042480424758, 59.742172756760766],\n              [-63.862838628386243, 59.611944218961554],\n              [-63.794437944379396, 59.421610202178101],\n              [-64.064440644406403, 59.395850711184849],\n              [-63.531635316353118, 59.347193894864262],\n              [-63.542435424354196, 59.219827522730967],\n              [-63.362433624336191, 59.188343700405895],\n              [-63.744037440374356, 59.018044843283846],\n              [-63.387633876338711, 59.102478730428388],\n              [-63.16083160831603, 59.029493505947514],\n              [-63.16083160831603, 58.922162293475637],\n              [-62.926829268292636, 58.823417578001511],\n              [-62.847628476284711, 58.668860632042012],\n              [-63.265232652326475, 58.469940118260809],\n              [-63.00963009630091, 58.42843871610502],\n              [-62.577625776257719, 58.504286106251811],\n              [-62.660426604265993, 58.175137054671396],\n              [-63.078030780307756, 58.155101895009977],\n              [-63.139231392313874, 58.000544949050479],\n              [-62.926829268292636, 58.132204569682642],\n              [-62.451624516245118, 58.167981640506596],\n              [-62.523625236252315, 58.110738327188272],\n              [-62.066420664206589, 57.898938067910436],\n              [-61.890018900188949, 57.625601246815393],\n              [-62.24282242822423, 57.545460608169734],\n              [-61.818018180181753, 57.378023916713602],\n              [-62.023220232202277, 57.257812958745106],\n              [-61.785617856178519, 57.154774994772097],\n              [-61.382413824138197, 57.120429006781109],\n              [-61.339213392133871, 56.934388238496524],\n              [-61.49761497614972, 56.788417789534776],\n              [-61.389613896138911, 56.623843263744561],\n              [-61.893618936189313, 56.805590783530278],\n              [-61.868418684186793, 56.636723009241194],\n              [-61.940419404193989, 56.616687849579776],\n              [-61.666816668166632, 56.503632305776065],\n              [-61.976419764197601, 56.510787719940851],\n              [-61.62721627216267, 56.283245549500478],\n              [-62.077220772207681, 56.297556377830063],\n              [-61.936819368193639, 56.217415739184403],\n              [-61.346413464134599, 56.223140070516237],\n              [-61.404014040140353, 55.959820829251896],\n              [-61.137611376113711, 55.972700574748529],\n              [-61.065610656106514, 55.849627451114102],\n              [-60.601206012060075, 55.819574711621982],\n              [-60.601206012060075, 55.627809612005564],\n              [-60.489604896048917, 55.810988214624231],\n              [-60.331203312033068, 55.759469232637727],\n              [-60.493204932049281, 55.660724517163601],\n              [-60.201602016020118, 55.421733684059561],\n              [-60.363603636036316, 55.390249861734489],\n              [-60.536405364053593, 55.204209093449904],\n              [-60.356403564035588, 55.258590241102311],\n              [-60.669606696066921, 55.009581828167569],\n              [-60.140401404014, 55.284349732095563],\n              [-60.09000090000896, 55.188467182287354],\n              [-59.776797767977641, 55.331575465583185],\n              [-59.798397983979797, 55.112619792140563],\n              [-59.495994959949556, 55.194191513619188],\n              [-59.431194311943074, 55.142672531632698],\n              [-59.848798487984837, 54.875060041869489],\n              [-59.44919449194488, 55.062531892987025],\n              [-59.251192511925069, 55.215657756113572],\n              [-59.027990279902752, 55.161276608461151],\n              [-58.919989199891958, 54.85502488220807],\n              [-58.203582035820318, 54.797781568889732],\n              [-57.940779407794039, 54.925147941023027],\n              [-57.847178471784673, 54.739107172738443],\n              [-57.667176671766669, 54.633207043099532],\n              [-57.35397353973535, 54.567377232783443],\n              [-57.677976779767747, 54.377043216],\n              [-58.185581855818512, 54.358439139171523],\n              [-58.603186031860275, 54.056480661417325],\n              [-58.85878858788584, 54.050756330085491],\n              [-59.4743947439474, 53.827507408143987],\n              [-59.866798667986629, 53.838956070807654],\n              [-60.082800828008232, 53.764539763493815],\n              [-60.136801368013636, 53.529842178888657],\n              [-60.504005040050359, 53.708727533008442],\n              [-60.820808208082028, 53.780281674656365],\n              [-60.100801008010038, 53.502651605062439],\n              [-60.381603816038108, 53.336645996439273],\n              [-60.302403024030198, 53.27224726895615],\n              [-60.028800288002827, 53.358112238933657],\n              [-59.873998739987357, 53.488340776732855],\n              [-59.510395103950998, 53.555601669881909],\n              [-59.330393303932993, 53.657208551021938],\n              [-59.020790207902039, 53.714451864340276],\n              [-59.071190711907079, 53.796023585818901],\n              [-58.851588515885112, 53.941994034780649],\n              [-58.127981279812758, 54.097982063573113],\n              [-58.415984159841557, 54.140914548561867],\n              [-58.228782287822838, 54.23536601553711],\n              [-57.465574655746508, 54.199588944713156],\n              [-57.123571235712305, 53.74164243816648],\n              [-57.515975159751548, 53.625724728696866],\n              [-57.317973179731752, 53.58565440937403],\n              [-57.37917379173787, 53.433959629080448],\n              [-57.134371343713397, 53.549877338550075],\n              [-56.983169831698277, 53.727331609836909],\n              [-56.428764287642835, 53.721607278505076],\n              [-56.605166051660476, 53.678674793516322],\n              [-55.813158131581275, 53.329490582274488],\n              [-55.748357483574793, 53.14631197965582],\n              [-55.957159571595668, 53.021807773188442],\n              [-55.813158131581275, 52.830042673572024],\n              [-56.162361623616192, 52.81859401090837],\n              [-55.802358023580197, 52.598207254632783],\n              [-56.219962199621946, 52.540963941314445],\n              [-55.827558275582717, 52.522359864485992],\n              [-55.647556475564713, 52.443650308673284],\n              [-55.823958239582353, 52.330594764869574],\n              [-55.683556835568311, 52.111639091426952],\n              [-55.935559355593512, 51.925598323142367],\n              [-56.669966699666958, 51.652261502047324],\n              [-56.824768247682428, 51.49054914192304],\n              [-57.101971019710149, 51.418995000275117],\n              [-57.101971019710149, 52.000014630456192]\n            ]\n          ],\n          [\n            [\n              [-61.231212312123077, 56.10006694688181],\n              [-61.098010980109748, 56.17448325419565],\n              [-61.00801008010076, 56.044254716396438],\n              [-61.231212312123077, 56.10006694688181]\n            ]\n          ],\n          [\n            [\n              [-54.14994149941495, 49.753214582711621],\n              [-54.031140311403064, 49.657332032903412],\n              [-54.275942759427551, 49.575760311424787],\n              [-54.14994149941495, 49.753214582711621]\n            ]\n          ],\n          [\n            [\n              [-54.243542435424317, 47.407669819492924],\n              [-54.351543515435111, 47.403376570994041],\n              [-54.121141211412066, 47.642367404098081],\n              [-54.243542435424317, 47.407669819492924]\n            ]\n          ],\n          [\n            [\n              [-53.847538475384709, 47.706766131581205],\n              [-53.552335523355183, 47.539329440125087],\n              [-53.498334983349793, 47.746836450904041],\n              [-53.275132751327476, 48.015880023500202],\n              [-52.904329043290389, 48.09458957931291],\n              [-53.253532535325306, 47.62519441010258],\n              [-53.120331203311991, 47.437722558985044],\n              [-52.702727027270228, 47.755422947901792],\n              [-52.627126271262668, 47.526449694628454],\n              [-52.814328143281386, 47.273148033194829],\n              [-52.940329403293987, 46.79087311848788],\n              [-53.210332103320994, 46.634885089695416],\n              [-53.264332643326384, 46.739354136501376],\n              [-53.555935559355547, 46.617712095699915],\n              [-53.645936459364549, 46.800890698318582],\n              [-53.519935199351949, 46.943998981614413],\n              [-53.642336423364185, 46.985500383770216],\n              [-53.573935739357353, 47.161523572224084],\n              [-54.04914049140487, 46.808046112483382],\n              [-54.196741967419626, 46.885324585463124],\n              [-53.894338943389386, 47.393358991163339],\n              [-54.013140131401272, 47.806941929888296],\n              [-54.178741787417835, 47.878496071536205],\n              [-54.506345063450595, 47.40194548816109],\n              [-54.837548375483706, 47.419118482156591],\n              [-55.096750967509635, 47.1715411520548],\n              [-55.251552515525105, 46.918239490621175],\n              [-55.741157411574065, 46.853840763138038],\n              [-55.949959499594954, 46.903928662291591],\n              [-55.870758707587029, 47.075658602246591],\n              [-55.485554855548514, 47.140057329729714],\n              [-55.301953019530146, 47.267423701862995],\n              [-55.183151831518273, 47.460619884312379],\n              [-54.891548915489111, 47.53646727445917],\n              [-54.772747727477224, 47.67098906075725],\n              [-55.132751327513233, 47.583693007946792],\n              [-55.35595355953555, 47.732525622574457],\n              [-55.471154711547072, 47.626625492935545],\n              [-55.438754387543824, 47.472068546976047],\n              [-55.589955899558944, 47.512138866298869],\n              [-55.917559175591705, 47.457757718646462],\n              [-55.748357483574793, 47.587986256445674],\n              [-56.104761047610438, 47.466344215644213],\n              [-56.169561695616906, 47.503552369301133],\n              [-55.809558095580911, 47.609452498940044],\n              [-55.859958599585951, 47.791200018725746],\n              [-56.158761587615828, 47.642367404098081],\n              [-56.849968499684948, 47.532174025960288],\n              [-57.375573755737506, 47.629487658601462],\n              [-57.767977679776749, 47.616607913104829],\n              [-58.041580415804106, 47.698179634583454],\n              [-59.110791107911027, 47.560795682619457],\n              [-59.301593015930109, 47.613745747438912],\n              [-59.39879398793984, 47.87992715436917],\n              [-58.675186751867471, 48.373650731739787],\n              [-58.405184051840479, 48.496723855374213],\n              [-58.703987039870356, 48.553967168692537],\n              [-59.261992619926147, 48.472395447213913],\n              [-58.948789487894828, 48.651280801333712],\n              [-58.891188911889074, 48.553967168692537],\n              [-58.685986859868549, 48.601192902180159],\n              [-58.667986679866758, 48.725697108647537],\n              [-58.397983979839751, 49.136417881706578],\n              [-58.07038070380699, 48.978998770081162],\n              [-58.127981279812758, 49.134986798873626],\n              [-57.926379263792597, 49.19223011219195],\n              [-58.228782287822838, 49.268077502338741],\n              [-58.185581855818512, 49.442669607959658],\n              [-58.023580235802314, 49.554294068930417],\n              [-57.872378723787193, 49.5271034951042],\n              [-57.940779407794039, 49.704557766391034],\n              [-57.32877328773283, 50.713471163626664],\n              [-57.069570695706915, 50.802198299270074],\n              [-56.979569795697913, 50.988239067554659],\n              [-56.795967959679558, 51.138502765015289],\n              [-56.720367203671998, 51.31881920196804],\n              [-55.823958239582353, 51.623639845388155],\n              [-55.888758887588835, 51.500566721753742],\n              [-55.409954099540954, 51.57927627756645],\n              [-55.618756187561829, 51.304508373638456],\n              [-56.036360363603592, 51.384649012284115],\n              [-56.018360183601786, 51.218643403660948],\n              [-55.719557195571909, 51.184297415669946],\n              [-55.744757447574429, 51.069810789033284],\n              [-56.428764287642835, 50.375735615048498],\n              [-56.522365223652187, 50.196850260928699],\n              [-56.73836738367379, 50.026551403806664],\n              [-56.83916839168387, 49.555725151763369],\n              [-56.547565475654707, 49.854821463851664],\n              [-56.363963639636353, 49.897753948840418],\n              [-56.14796147961475, 50.155348858772911],\n              [-56.14796147961475, 49.960721593490575],\n              [-55.892358923589185, 50.030844652305532],\n              [-55.766357663576585, 49.939255350996206],\n              [-55.492754927549228, 50.015102741142996],\n              [-55.496354963549592, 49.919220191334787],\n              [-56.068760687606826, 49.6988334350592],\n              [-55.834758347583431, 49.691678020894415],\n              [-56.129961299612958, 49.429789862463039],\n              [-55.773557735577313, 49.512792666774615],\n              [-55.643956439564349, 49.389719543140203],\n              [-55.521555215552112, 49.494188589946162],\n              [-55.237152371523678, 49.389719543140203],\n              [-55.316353163531588, 49.534258909268999],\n              [-55.129151291512869, 49.466998016119959],\n              [-55.273152731527276, 49.209403106187452],\n              [-55.053550535505309, 49.293836993331993],\n              [-54.81594815948155, 49.275232916503541],\n              [-54.545945459454543, 49.528534577937165],\n              [-54.373143731437267, 49.42263444829824],\n              [-54.041940419404156, 49.481308844449543],\n              [-53.455134551345466, 49.242318011345503],\n              [-53.609936099360951, 49.043397497564285],\n              [-53.89793897938975, 48.980429852914128],\n              [-53.905139051390464, 48.568277997022122],\n              [-53.548735487354833, 48.492430606875331],\n              [-53.415534155341504, 48.624090227507494],\n              [-53.242732427324228, 48.526776594866334],\n              [-53.084330843308393, 48.699937617654285],\n              [-52.983529835298313, 48.604055067846076],\n              [-53.188731887318824, 48.355046654911334],\n              [-53.566735667356625, 48.190472129121119],\n              [-53.847538475384709, 47.706766131581205]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-NS\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-64.273242732427278, 45.836340868904671],\n              [-64.647646476464715, 45.558710799310759],\n              [-64.90324903249028, 45.429913344344513],\n              [-64.9284492844928, 45.326875380371504],\n              [-64.698046980469755, 45.326875380371504],\n              [-64.575645756457519, 45.415602516014928],\n              [-63.592835928359236, 45.39556735635351],\n              [-63.358833588335841, 45.361221368362507],\n              [-63.80163801638011, 45.311133469208968],\n              [-64.36684366843663, 45.107919706928882],\n              [-64.348843488434838, 45.319719966206719],\n              [-64.863648636486317, 45.139403529253968],\n              [-65.724057240572364, 44.727251673361963],\n              [-65.536855368553631, 44.737269253192679],\n              [-65.749257492574884, 44.607040715393467],\n              [-65.785257852578482, 44.695767851036877],\n              [-65.997659976599721, 44.579850141567263],\n              [-65.8464584645846, 44.556952816239928],\n              [-66.112861128611243, 44.34372147412914],\n              [-66.210062100620959, 44.086126564196633],\n              [-66.170461704616997, 43.860015476589211],\n              [-66.026460264602605, 43.702596364963796],\n              [-65.907659076590718, 43.819945157266389],\n              [-65.720457204572, 43.509400182514426],\n              [-65.565655656556515, 43.573798909997549],\n              [-65.475654756547513, 43.470760946024555],\n              [-65.328053280532757, 43.696872033631962],\n              [-65.13005130051296, 43.673974708304641],\n              [-64.838448384483797, 43.829962737097091],\n              [-64.334443344433396, 44.299357906307421],\n              [-64.305643056430512, 44.565539313237679],\n              [-64.042840428404233, 44.522606828248925],\n              [-64.064440644406403, 44.63423128921967],\n              [-63.888038880388763, 44.695767851036877],\n              [-63.927639276392711, 44.511158165585258],\n              [-63.549635496354909, 44.472518929095386],\n              [-63.589235892358872, 44.664284028711805],\n              [-63.286832868328631, 44.627075875054885],\n              [-63.103231032310276, 44.784494986680301],\n              [-63.06003060030595, 44.675732691375472],\n              [-62.476824768247639, 44.900412696149928],\n              [-62.059220592205875, 44.974829003463753],\n              [-61.70281702817023, 45.169456268746089],\n              [-61.119611196111919, 45.213819836567794],\n              [-60.997209972099668, 45.332599711703338],\n              [-61.450814508145029, 45.34977270569884],\n              [-61.267212672126675, 45.442793089841132],\n              [-61.468814688146836, 45.683215005778138],\n              [-61.620016200161956, 45.614523029796132],\n              [-61.893618936189313, 45.703250165439542],\n              [-61.926019260192561, 45.889290933724126],\n              [-62.46962469624691, 45.614523029796132],\n              [-62.631626316263109, 45.717560993769126],\n              [-63.099630996309912, 45.812012460744384],\n              [-63.286832868328631, 45.724716407933926],\n              [-63.492034920349155, 45.882135519559341],\n              [-63.805238052380474, 45.889290933724126],\n              [-64.042840428404233, 45.992328897697135],\n              [-64.273242732427278, 45.836340868904671]\n            ]\n          ],\n          [\n            [\n              [-60.079200792007867, 45.791977301082966],\n              [-60.126001260012558, 45.869255774062708],\n              [-59.863198631986279, 45.935085584378797],\n              [-59.809198091980875, 46.169783168983969],\n              [-60.284402844028392, 46.327202280609384],\n              [-60.475204752047475, 46.232750813634127],\n              [-60.78120781207808, 45.95368966120725],\n              [-60.709207092070869, 45.890722016557092],\n              [-60.399603996039914, 45.998053229028969],\n              [-60.716407164071597, 45.791977301082966],\n              [-60.73080730807304, 45.690370419942923],\n              [-61.101611016110112, 45.779097555586333],\n              [-60.914409144091394, 45.854944945733124],\n              [-60.748807488074831, 46.06674520501096],\n              [-60.428404284042799, 46.284269795620631],\n              [-60.579605796057919, 46.264234635959212],\n              [-60.349203492034874, 46.616281012866963],\n              [-60.338403384033796, 46.875307005632422],\n              [-60.496804968049631, 46.89534216529384],\n              [-60.381603816038108, 47.016984206095287],\n              [-60.604806048060439, 47.034157200090789],\n              [-60.867608676086718, 46.799459615485631],\n              [-61.094410944109399, 46.454568652742665],\n              [-61.540815408154032, 46.040985714017708],\n              [-61.454414544145394, 45.710405579604341],\n              [-61.335613356133521, 45.565866213475545],\n              [-61.00801008010076, 45.608798698464298],\n              [-60.727207272072675, 45.565866213475545],\n              [-60.39600396003955, 45.643144686455301],\n              [-60.079200792007867, 45.791977301082966]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-ON\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-95.153781196062269, 49.381332933452747],\n              [-94.821033412127775, 49.26833941295812],\n              [-94.815948159481536, 49.26664641950579],\n              [-94.704347043470378, 48.823010741288712],\n              [-94.553551987132721, 48.719026416087466],\n              [-94.122829861392077, 48.647415848128723],\n              [-93.818738187381811, 48.606917233511993],\n              [-93.79783022743824, 48.511545892660529],\n              [-93.465560248239782, 48.560319467588741],\n              [-93.253532535325292, 48.642694304335961],\n              [-92.634326343263382, 48.54251850602887],\n              [-92.457924579245741, 48.413721051062623],\n              [-92.370563221915958, 48.228878530311867],\n              [-92.298393986920459, 48.248480050927931],\n              [-92.284138335563313, 48.352724501476985],\n              [-92.0295202952029, 48.326424998252165],\n              [-91.691116911169061, 48.11891798747321],\n              [-91.307697246656829, 48.081807855216745],\n              [-90.895925139585202, 48.238682131672348],\n              [-90.764004670798826, 48.093688463276507],\n              [-90.45642712574103, 48.108880300561353],\n              [-90.024300243002372, 48.084571999482208],\n              [-89.682296822968169, 47.944325881852293],\n              [-89.333093330933252, 48.121780153139127],\n              [-89.21429214292138, 48.445204873387709],\n              [-88.818288182881773, 48.569709079855087],\n              [-88.865088650886449, 48.383668311570503],\n              [-88.72828728287277, 48.383668311570503],\n              [-88.487084870848648, 48.84877023228195],\n              [-88.339483394833891, 48.694213286322451],\n              [-88.591485914859092, 48.492430606875331],\n              [-88.224282242822369, 48.596899653681291],\n              [-88.119881198811939, 48.804406664460245],\n              [-88.271082710827059, 48.989016349911878],\n              [-88.047880478804728, 49.026224503568784],\n              [-87.943479434794298, 48.947514947756076],\n              [-87.561875618756133, 48.877391888941119],\n              [-87.291872918729126, 48.774353924968125],\n              [-86.726667266672607, 48.811562078625045],\n              [-86.42786427864273, 48.772922842135159],\n              [-86.265862658626531, 48.586882073850589],\n              [-86.075060750607449, 48.163281555294915],\n              [-85.859058590585846, 47.98439620117513],\n              [-85.423454234542291, 47.927152887856792],\n              [-84.930249302492967, 47.971516455678497],\n              [-84.843848438484329, 47.91713530802609],\n              [-85.013050130501256, 47.620901161603712],\n              [-84.584645846458415, 47.304631855519915],\n              [-84.775447754477497, 46.988362549436133],\n              [-84.595445954459493, 46.909652993623425],\n              [-84.433444334443294, 46.693559485846706],\n              [-84.588245882458764, 46.541864705553124],\n              [-84.233790767918364, 46.530211102532675],\n              [-84.224642246422405, 46.533278208555373],\n              [-84.222766728332999, 46.529848659515942],\n              [-84.109441094410883, 46.526122794390588],\n              [-84.105841058410533, 46.347237440270803],\n              [-82.982629826298208, 46.176938583148754],\n              [-82.377823778237726, 46.176938583148754],\n              [-82.136621366213603, 46.119695269830416],\n              [-81.719017190171854, 46.108246607166748],\n              [-81.161011610116049, 45.936516667211748],\n              [-80.754207542075363, 45.926499087381046],\n              [-80.642606426064205, 45.737596153430545],\n              [-80.423004230042253, 45.587332455969928],\n              [-80.33300333003325, 45.381256528023926],\n              [-80.034200342003373, 45.326875380371504],\n              [-80.099000990009841, 45.133679197922135],\n              [-79.825398253982485, 44.943345181138667],\n              [-79.72099720997204, 44.788788235179169],\n              [-79.947799477994721, 44.868928873824842],\n              [-80.109801098010934, 44.82170314033722],\n              [-79.990999909999047, 44.69290568537096],\n              [-80.109801098010934, 44.475381094761303],\n              [-80.599405994059893, 44.624213709388968],\n              [-80.761407614076091, 44.718665176364212],\n              [-80.937809378093732, 44.592729887063882],\n              [-80.934209342093368, 44.810254477673553],\n              [-81.117811178111722, 44.794512566511003],\n              [-80.952209522095174, 44.970535754964885],\n              [-81.258212582125765, 45.002019577289971],\n              [-81.301413014130091, 45.252459073057679],\n              [-81.607416074160682, 45.252459073057679],\n              [-81.600216002159968, 45.182336014242722],\n              [-81.279812798127935, 44.81311664333947],\n              [-81.279812798127935, 44.607040715393467],\n              [-81.593015930159254, 44.326548480133638],\n              [-81.744217442174374, 44.084695481363681],\n              [-81.701017010170048, 43.51512451384626],\n              [-81.729817298172932, 43.382033810381131],\n              [-82.151021510215045, 43.090092912457635],\n              [-82.419842033973879, 43.003235085693326],\n              [-82.576999558318676, 42.559190824158783],\n              [-82.417424174241688, 42.496193536779927],\n              [-82.439024390243844, 42.338774425154512],\n              [-83.079830798307924, 42.302997354330557],\n              [-83.12303123031225, 42.072593018224268],\n              [-82.917829178291726, 41.988159131079726],\n              [-82.622626226262213, 42.038247030233265],\n              [-82.50742507425069, 41.913742823765887],\n              [-82.370623706237012, 42.136991745707391],\n              [-82.061020610206043, 42.261495952174769],\n              [-81.845018450184455, 42.277237863337305],\n              [-81.794617946179415, 42.4046042354706],\n              [-81.359013590135845, 42.649319399906474],\n              [-80.934209342093368, 42.666492393901976],\n              [-80.513005130051241, 42.572040926926718],\n              [-80.189001890018844, 42.792427683202305],\n              [-79.71739717397169, 42.866843990516131],\n              [-79.202592025920211, 42.879723736012764],\n              [-79.102280055088286, 42.851828505668848],\n              [-78.908572790931473, 42.906477761757785],\n              [-78.916472584385929, 42.944461700148317],\n              [-79.020576711826635, 42.998461658145096],\n              [-78.999474523831893, 43.061227140385853],\n              [-79.074143804428658, 43.080706083150226],\n              [-79.044384308538639, 43.142930483647525],\n              [-79.061915357026578, 43.26976004431333],\n              [-79.328593285932811, 43.190268710764727],\n              [-79.69219692196917, 43.241787692751217],\n              [-79.774997749977445, 43.329083745561675],\n              [-79.472594725947204, 43.648215217311389],\n              [-79.087390873908689, 43.827100571431174],\n              [-78.608586085860807, 43.915827707074598],\n              [-77.906579065790609, 43.985950765889555],\n              [-77.600576005760004, 44.044625162040845],\n              [-77.49257492574921, 43.951604777898552],\n              [-77.035370353703485, 43.971639937559971],\n              [-76.660966609666048, 44.22351051616063],\n              [-76.452164521645159, 44.243545675822048],\n              [-75.935025216235431, 44.382957087290215],\n              [-75.75122725219083, 44.525098801697638],\n              [-75.271352713527079, 44.863204542493008],\n              [-74.868148681486758, 45.010606074287722],\n              [-74.713347133471288, 44.999157411624054],\n              [-74.711855776844359, 45.00005829995802],\n              [-74.515181108297568, 45.091816616607389],\n              [-74.505133961130369, 45.122586004806941],\n              [-74.347412104895056, 45.208596155079448],\n              [-74.471885394680143, 45.303432947296656],\n              [-74.380866705238461, 45.566469885034472],\n              [-74.644946449464442, 45.65602443195192],\n              [-75.282152821528157, 45.577314876139212],\n              [-75.883358833588289, 45.399860604852378],\n              [-76.048960489604838, 45.515778314322006],\n              [-76.344163441634365, 45.472845829333252],\n              [-76.646566465664606, 45.580177041805129],\n              [-76.797767977679726, 45.874980105394542],\n              [-76.963369633696288, 45.789115135417049],\n              [-77.139771397713929, 45.839203034570588],\n              [-77.290972909729049, 46.000915394694886],\n              [-77.658176581765773, 46.184093997313539],\n              [-78.694986949869445, 46.335788777607135],\n              [-78.964989649896452, 46.533278208555373],\n              [-79.162991629916249, 46.823788023645918],\n              [-79.432994329943241, 47.087107264910259],\n              [-79.443794437944334, 47.274579116027795],\n              [-79.580595805958012, 47.452033387314628],\n              [-79.51579515795153, 47.565088931118339],\n              [-79.519395193951894, 51.466220733762739],\n              [-79.71768686089095, 51.345367183199812],\n              [-79.74619746197456, 51.124191936685705],\n              [-80.109801098010934, 51.295921876640705],\n              [-80.430204302042966, 51.357458438457911],\n              [-80.595805958059529, 51.710935898198613],\n              [-80.977409774097694, 52.001445713289158],\n              [-81.355413554135495, 52.104483677262152],\n              [-81.582215822158162, 52.316283936539989],\n              [-81.56421564215637, 52.456530054169903],\n              [-81.917019170191651, 52.679778976111407],\n              [-81.989019890198847, 52.798558851246952],\n              [-82.302223022230166, 52.967426625536035],\n              [-82.237422374223684, 53.22072828696966],\n              [-82.118621186211811, 53.277971600287984],\n              [-82.219422194221892, 53.604258486202482],\n              [-82.125821258212525, 53.811765496981451],\n              [-82.241022410224048, 54.065067158415076],\n              [-82.43182431824313, 54.228210601372325],\n              [-82.421024210242052, 54.384198630164775],\n              [-82.201422014220086, 54.833558639713686],\n              [-82.251822518225126, 55.118344123472397],\n              [-82.878228782287763, 55.159845525628185],\n              [-83.659436594365886, 55.248572661271609],\n              [-83.929439294392893, 55.325851134251351],\n              [-84.613446134461284, 55.245710495605692],\n              [-84.94464944649441, 55.295798394759231],\n              [-85.200252002519974, 55.242848329939775],\n              [-85.153451534515284, 55.360197122242354],\n              [-85.437854378543733, 55.42888909822436],\n              [-85.697056970569648, 55.603481203845277],\n              [-86.291062910629051, 55.725123244646738],\n              [-86.978669786697807, 55.934061338258644],\n              [-87.317073170731646, 55.962682994917813],\n              [-87.579875798757939, 56.045685799229403],\n              [-87.979479794797896, 56.44352682679181],\n              [-88.310683106831007, 56.537978293767068],\n              [-88.947889478894737, 56.852816517017899],\n              [-95.154351543515375, 52.821456176574287],\n              [-95.153781196062269, 49.381332933452747]\n            ]\n          ],\n          [\n            [\n              [-88.087480874808691, 48.825872906954629],\n              [-88.069480694806899, 48.711386280317953],\n              [-87.817478174781698, 48.758612013805575],\n              [-87.770677706777008, 48.858787812112666],\n              [-88.087480874808691, 48.825872906954629]\n            ]\n          ],\n          [\n            [\n              [-83.81423814238137, 46.142592595157751],\n              [-83.843038430384254, 46.268527884458081],\n              [-84.102241022410169, 46.317184700778668],\n              [-83.947439474394685, 46.075331702008711],\n              [-83.81423814238137, 46.142592595157751]\n            ]\n          ],\n          [\n            [\n              [-85.610656106561009, 47.738249953906291],\n              [-85.859058590585846, 47.804079764222379],\n              [-85.93825938259377, 47.726801291242623],\n              [-85.610656106561009, 47.738249953906291]\n            ]\n          ],\n          [\n            [\n              [-81.679416794167892, 45.909326093385545],\n              [-81.787417874178686, 45.744751567595344],\n              [-81.953019530195249, 45.988035649198252],\n              [-82.140221402213967, 45.854944945733124],\n              [-82.298622986229802, 45.988035649198252],\n              [-82.759427594275891, 45.846358448735387],\n              [-82.809828098280931, 45.992328897697135],\n              [-83.162631626316212, 45.975155903701634],\n              [-83.223832238322331, 45.886428768058209],\n              [-82.683826838268331, 45.794839466748883],\n              [-81.841418414184091, 45.525795894152708],\n              [-81.603816038160332, 45.751906981760129],\n              [-81.679416794167892, 45.909326093385545]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-PE\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-62.005220052200471, 46.464586232573382],\n              [-62.516425164251601, 46.476034895237049],\n              [-63.236432364323591, 46.407342919255044],\n              [-63.333633336333321, 46.498932220564384],\n              [-63.639636396363912, 46.567624196546376],\n              [-63.69723697236968, 46.457430818408582],\n              [-64.093240932409273, 46.779424455824213],\n              [-63.974439744397401, 46.893911082460875],\n              [-63.996039960399557, 47.06707210524884],\n              [-64.230042300422951, 46.903928662291591],\n              [-64.41724417244167, 46.682110823183038],\n              [-64.129241292412871, 46.599108018871462],\n              [-64.125641256412521, 46.41020508492096],\n              [-63.736837368373642, 46.395894256591376],\n              [-63.628836288362834, 46.224164316636376],\n              [-63.283232832328281, 46.146885843656634],\n              [-63.117631176311718, 46.215577819638625],\n              [-62.865628656286518, 46.135437180992966],\n              [-62.995229952299482, 46.062451956512092],\n              [-62.847628476284711, 45.97801806936755],\n              [-62.545225452254471, 45.972293738035717],\n              [-62.358023580235752, 46.361548268600373],\n              [-62.005220052200471, 46.464586232573382]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-QC\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-57.249572495724905, 51.507722135918527],\n              [-57.602376023760186, 51.433305828604702],\n              [-57.685176851768475, 51.480531562092324],\n              [-57.976779767797638, 51.330267864631693],\n              [-58.232382323823188, 51.277317799812238],\n              [-58.451984519845155, 51.315957036302123],\n              [-58.671586715867107, 51.227229900658699],\n              [-58.624786247862431, 51.151382510511908],\n              [-58.96318963189627, 51.008274227216077],\n              [-58.952389523895192, 50.829388873096292],\n              [-59.096390963909599, 50.812215879100791],\n              [-59.582395823958194, 50.484497910353326],\n              [-59.801998019980147, 50.445858673863455],\n              [-59.827198271982667, 50.328509881560876],\n              [-60.133201332013272, 50.212592172091249],\n              [-60.83520835208347, 50.256955739912954],\n              [-61.310413104131001, 50.199712426594616],\n              [-61.717217172171672, 50.099536628287538],\n              [-61.864818648186429, 50.22976516608675],\n              [-62.750427504274995, 50.287008479405074],\n              [-63.175231752317472, 50.289870645070991],\n              [-63.441634416344115, 50.222609751921951],\n              [-63.7224372243722, 50.304181473400575],\n              [-64.248042480424758, 50.271266568242538],\n              [-64.471244712447074, 50.322785550229042],\n              [-64.888848888488837, 50.274128733908455],\n              [-65.25965259652591, 50.322785550229042],\n              [-65.738457384573792, 50.256955739912954],\n              [-65.929259292592874, 50.292732810736908],\n              [-66.087660876608723, 50.19255701242983],\n              [-66.41166411664112, 50.264111154077739],\n              [-66.634866348663436, 50.185401598265031],\n              [-67.131671316713124, 49.831924138524329],\n              [-67.246872468724632, 49.458411519122208],\n              [-67.376473764737597, 49.339631643986664],\n              [-68.053280532805275, 49.293836993331993],\n              [-68.301683016830125, 49.19223011219195],\n              [-68.179281792817875, 49.12496921904291],\n              [-68.593285932859274, 49.054846160227953],\n              [-69.068490684906806, 48.755749848139672],\n              [-69.446494464944607, 48.296372258760044],\n              [-69.799297992979874, 48.15612614113013],\n              [-69.986499864998606, 48.277768181931577],\n              [-70.987309873098681, 48.465240033049128],\n              [-70.746107461074558, 48.355046654911334],\n              [-70.476104761047566, 48.356477737744285],\n              [-70.026100261002554, 48.253439773771291],\n              [-69.734497344973406, 48.123211235972079],\n              [-69.932499324993202, 47.772595941897293],\n              [-70.198901989019845, 47.59514167061046],\n              [-70.238502385023807, 47.494965872303382],\n              [-70.486904869048644, 47.444877973149829],\n              [-70.713707137071324, 47.117160004402379],\n              [-70.958509585095797, 47.02127745459417],\n              [-71.354513545135404, 46.739354136501376],\n              [-71.880118801187962, 46.690697320180789],\n              [-72.229322293222879, 46.553313368216791],\n              [-72.257292497736955, 46.472702875307682],\n              [-71.844118441184364, 46.667799994853468],\n              [-71.714517145171399, 46.632022924029499],\n              [-71.304113041130364, 46.74507846783321],\n              [-71.156511565115608, 46.840961017641419],\n              [-70.53370533705332, 47.011259874763468],\n              [-70.029700297002918, 47.46920638131013],\n              [-69.054090540905364, 48.231973531276921],\n              [-68.204482044820395, 48.641263221502996],\n              [-66.620466204661994, 49.122107053376993],\n              [-66.220862208622037, 49.2079720233545],\n              [-65.565655656556515, 49.26664641950579],\n              [-64.964449644496398, 49.219420686018168],\n              [-64.554045540455363, 49.097778645216707],\n              [-64.222842228422238, 48.894564882936621],\n              [-64.168841688416833, 48.761474179471492],\n              [-64.528845288452843, 48.881685137440002],\n              [-64.161641616416119, 48.629814558839328],\n              [-64.359643596435916, 48.413721051062623],\n              [-64.723247232472275, 48.335011495249915],\n              [-64.780847808478043, 48.203351874617752],\n              [-65.180451804518, 48.04307059732642],\n              [-65.432454324543201, 48.003000278003583],\n              [-65.785257852578482, 48.116055821807294],\n              [-65.89685896858964, 48.224818117112122],\n              [-66.094860948609437, 48.097451744978827],\n              [-66.516065160651564, 48.107469324809543],\n              [-66.843668436684325, 47.997275946671749],\n              [-67.408874088740845, 47.877064988703253],\n              [-67.614076140761355, 47.997275946671749],\n              [-68.114481144811393, 47.997275946671749],\n              [-68.377283772837686, 47.928583970689743],\n              [-68.388083880838764, 47.55793351695354],\n              [-68.553685536855326, 47.436291476152078],\n              [-68.980034739618603, 47.314550939771024],\n              [-69.064890648906442, 47.29032102719033],\n              [-69.054188482561145, 47.416532367042805],\n              [-69.248492484924796, 47.434860393319127],\n              [-69.94329943299428, 46.749371716332092],\n              [-70.054900549005438, 46.41736049908576],\n              [-70.238395453261418, 46.241082266166593],\n              [-70.310503105031003, 46.072469536342794],\n              [-70.263702637026327, 45.956551826873167],\n              [-70.407704077040719, 45.731871822098711],\n              [-70.688506885068804, 45.573021627640344],\n              [-70.908109081090757, 45.246734741725845],\n              [-71.016110161101565, 45.342617291534054],\n              [-71.148250183350711, 45.248844755905488],\n              [-71.281499825473631, 45.278595650341316],\n              [-71.42078574070409, 45.148512319256433],\n              [-71.505715057150525, 45.013468239953639],\n              [-73.406789243366802, 45.004986610616662],\n              [-74.713347133471288, 44.999157411624054],\n              [-74.400144001439969, 45.145127860585802],\n              [-74.047340473404688, 45.232423913396261],\n              [-73.687336873368679, 45.431344427177464],\n              [-73.557735577355729, 45.414171433181963],\n              [-73.413734137341322, 45.751906981760129],\n              [-73.326081086897773, 45.850019662939602],\n              [-73.496534965349596, 45.727578573599843],\n              [-73.755737557375525, 45.676059591613338],\n              [-74.043740437404324, 45.48429449199692],\n              [-73.96093960939605, 45.354065954197708],\n              [-74.347412104895056, 45.208596155079448],\n              [-74.471885394680143, 45.303432947296656],\n              [-74.380866705238461, 45.566469885034472],\n              [-74.644946449464442, 45.65602443195192],\n              [-75.282152821528157, 45.577314876139212],\n              [-75.883358833588289, 45.399860604852378],\n              [-76.048960489604838, 45.515778314322006],\n              [-76.344163441634365, 45.472845829333252],\n              [-76.646566465664606, 45.580177041805129],\n              [-76.797767977679726, 45.874980105394542],\n              [-76.963369633696288, 45.789115135417049],\n              [-77.139771397713929, 45.839203034570588],\n              [-77.290972909729049, 46.000915394694886],\n              [-77.658176581765773, 46.184093997313539],\n              [-78.694986949869445, 46.335788777607135],\n              [-78.964989649896452, 46.533278208555373],\n              [-79.162991629916249, 46.823788023645918],\n              [-79.432994329943241, 47.087107264910259],\n              [-79.443794437944334, 47.274579116027795],\n              [-79.580595805958012, 47.452033387314628],\n              [-79.51579515795153, 47.565088931118339],\n              [-79.519395193951894, 51.466220733762739],\n              [-79.558995589955842, 51.554947869406163],\n              [-79.346593465934603, 51.662279081878026],\n              [-79.247843017248698, 51.540111550445786],\n              [-78.991349078004916, 51.464568814915083],\n              [-78.918189181891762, 51.232954231990533],\n              [-78.792187921879162, 51.610760099891536],\n              [-79.040590405904013, 51.768179211516951],\n              [-78.838988389883852, 51.842595518830777],\n              [-78.892988929889242, 51.947064565636737],\n              [-78.590585905859001, 52.105914760095118],\n              [-78.500585005850013, 52.356354255862826],\n              [-78.586985869858651, 52.54239502414741],\n              [-78.784987849878448, 52.659743816449989],\n              [-78.77418774187737, 52.825749425073155],\n              [-78.982989829898244, 53.028963187353241],\n              [-78.90018900188997, 53.200693127308242],\n              [-78.943389433894282, 53.382440647093944],\n              [-79.116191161911573, 53.508375936394273],\n              [-78.97938979389788, 54.019272507760405],\n              [-79.170191701916963, 54.090826649408314],\n              [-79.047790477904726, 54.180984867884689],\n              [-79.382593825938201, 54.193864613381322],\n              [-79.49059490594901, 54.462908185977483],\n              [-79.764197641976367, 54.653242202760936],\n              [-79.627396273962688, 54.714778764578156],\n              [-78.968589685896802, 54.852162716542153],\n              [-78.392583925839205, 55.028185904996022],\n              [-77.780577805778009, 55.272901069431896],\n              [-77.114571145711409, 55.675035345493185],\n              [-77.164971649716449, 55.709381333484188],\n              [-76.657366573665684, 56.072876373055607],\n              [-76.545765457654525, 56.294694212164146],\n              [-76.502565025650199, 56.784124541035894],\n              [-76.588965889658851, 57.270692704241725],\n              [-76.808568085680804, 57.675689145968931],\n              [-77.078570785707811, 57.961905712560608],\n              [-77.600576005760004, 58.271019604479605],\n              [-78.03258032580321, 58.388368396782184],\n              [-78.572585725857209, 58.676016046206811],\n              [-78.475384753847493, 58.698913371534147],\n              [-78.543785437854325, 58.902127133814218],\n              [-78.31338313383128, 58.983698855292843],\n              [-78.10818108181077, 59.209809942900264],\n              [-77.820178201781971, 59.292812747211855],\n              [-77.881378813788089, 59.484577846828259],\n              [-77.737377373773683, 59.53895899448068],\n              [-77.798577985779801, 59.683498360609477],\n              [-77.290972909729049, 59.79941607007909],\n              [-77.41697416974165, 59.913902696715766],\n              [-77.236972369723645, 60.005491998025093],\n              [-77.632976329763252, 60.067028559842299],\n              [-77.409774097740922, 60.135720535824305],\n              [-77.740977409774047, 60.42623035091485],\n              [-77.5465754657546, 60.547872391716297],\n              [-77.830978309783049, 60.643754941524506],\n              [-77.607776077760732, 60.759672650994133],\n              [-77.895778957789531, 60.752517236829348],\n              [-78.165781657816524, 60.868434946298976],\n              [-77.812978129781243, 61.087390619741598],\n              [-77.784177841778373, 61.455178907811884],\n              [-77.5465754657546, 61.485231647304005],\n              [-77.791377913779087, 61.701325155080724],\n              [-77.938979389793843, 61.694169740915925],\n              [-78.0865808658086, 61.887365923365294],\n              [-78.154981549815446, 62.296655613591383],\n              [-78.025380253802481, 62.391107080566627],\n              [-77.49257492574921, 62.588596511514879],\n              [-76.970569705697002, 62.542801860860209],\n              [-75.591755917559126, 62.266602874099263],\n              [-75.328953289532848, 62.318121856085753],\n              [-75.004950049500451, 62.26946503976518],\n              [-74.770947709477042, 62.157840578794421],\n              [-74.70614706147056, 62.252292045769678],\n              [-74.418144181441761, 62.252292045769678],\n              [-73.669336693366887, 62.482696381875968],\n              [-73.572135721357157, 62.395400329065509],\n              [-73.208532085320797, 62.312397524753919],\n              [-73.060930609306041, 62.187893318286555],\n              [-72.628926289262836, 62.116339176638633],\n              [-72.603726037260316, 61.943178153850681],\n              [-72.232922329223243, 61.881641592033461],\n              [-71.995319953199484, 61.676996746920423],\n              [-71.653316533165281, 61.64980617309422],\n              [-71.548915489154837, 61.573958782947429],\n              [-71.804518045180401, 61.542474960622343],\n              [-71.89091890918904, 61.436574830983432],\n              [-71.584915849158435, 61.410815339990179],\n              [-71.804518045180401, 61.347847695340008],\n              [-71.372513725137196, 61.148927181558804],\n              [-70.45810458104576, 61.03014730642326],\n              [-70.324903249032445, 61.100270365238217],\n              [-70.108901089010843, 61.06020004591538],\n              [-70.090900909009036, 60.902780934289964],\n              [-69.939699396993916, 60.839813289639807],\n              [-69.536495364953595, 61.080235205576798],\n              [-69.381693816938125, 60.79974297031697],\n              [-69.720097200971964, 60.683825260847343],\n              [-69.658896588965845, 60.583649462540265],\n              [-69.828098280982758, 60.526406149221927],\n              [-69.770497704977004, 60.324623469774806],\n              [-69.601296012960077, 60.224447671467715],\n              [-69.774097740977354, 60.004060915192142],\n              [-70.296102961029561, 60.025527157686511],\n              [-70.576905769057646, 59.976870341365924],\n              [-69.770497704977004, 59.97114601003409],\n              [-69.561695616956115, 59.865245880395179],\n              [-69.658896588965845, 59.703533520270895],\n              [-69.522095220952167, 59.676342946444677],\n              [-69.691296912969079, 59.561856319808015],\n              [-69.626496264962597, 59.307123575541425],\n              [-69.446494464944607, 59.361504723193846],\n              [-69.234092340923354, 59.24129376522535],\n              [-69.450094500944957, 59.228414019728717],\n              [-69.540095400953959, 59.12823822142164],\n              [-69.450094500944957, 58.894971719649433],\n              [-69.684096840968365, 58.804813501173058],\n              [-69.838898388983836, 59.045235417110064],\n              [-69.802898028980238, 58.826279743667428],\n              [-69.921699216992124, 58.779054010179806],\n              [-69.795697956979524, 58.598737573227055],\n              [-69.608496084960805, 58.760449933351353],\n              [-69.255692556925524, 58.899264968148302],\n              [-68.787687876878721, 58.922162293475637],\n              [-68.362883628836244, 58.783347258678688],\n              [-68.290882908829033, 58.534338845743932],\n              [-68.190081900818953, 58.545787508407599],\n              [-68.341283412834073, 58.145084315179261],\n              [-68.478084780847766, 58.043477434039232],\n              [-68.971289712897075, 57.960474629727642],\n              [-69.223292232922276, 57.861729914253516],\n              [-68.467284672846674, 58.020580108711897],\n              [-68.308883088830839, 58.120755907018975],\n              [-68.136081360813563, 58.522890183080264],\n              [-67.891278912789076, 58.498561774919978],\n              [-67.898478984789804, 58.255277693317055],\n              [-67.786877868778646, 58.469940118260809],\n              [-67.675276752767473, 58.424145467606138],\n              [-67.660876608766046, 58.116462658520106],\n              [-67.466474664746599, 58.285330432809189],\n              [-66.948069480694755, 58.498561774919978],\n              [-66.670866708667035, 58.540063177075766],\n              [-66.382863828638236, 58.853470317493645],\n              [-65.936459364593603, 58.608755153057771],\n              [-66.109261092610879, 58.779054010179806],\n              [-65.803258032580274, 58.86778114582323],\n              [-65.965259652596473, 58.890678471150551],\n              [-65.641256412564076, 59.073857073769219],\n              [-65.742057420574156, 59.268484339051554],\n              [-65.371253712537083, 59.279933001715222],\n              [-65.558455584555801, 59.491733260993058],\n              [-65.428854288542837, 59.531803580315895],\n              [-65.547655476554723, 59.730724094097098],\n              [-65.223652236522312, 59.840917472234892],\n              [-65.065250652506478, 59.978301424198889],\n              [-64.849248492484875, 60.366124871930595],\n              [-64.536825787838268, 60.304027886066912],\n              [-64.532445324453192, 60.303157227280423],\n              [-64.845648456484511, 60.264517990790551],\n              [-64.600846008460039, 60.117116458995852],\n              [-64.90324903249028, 60.048424483013846],\n              [-64.662046620466157, 59.939662187709018],\n              [-64.813248132481277, 59.819451229740508],\n              [-64.892448924489202, 59.564718485473932],\n              [-64.672846728467235, 59.45023185883727],\n              [-64.41364413644132, 59.528941414649978],\n              [-64.539645396453921, 59.285657333047055],\n              [-64.41364413644132, 58.982267772459892],\n              [-64.824048240482355, 59.036648920112313],\n              [-64.881648816488124, 58.93504203897227],\n              [-64.309243092430876, 58.884954139818717],\n              [-64.125641256412521, 58.751863436353602],\n              [-63.72603726037255, 58.879229808486897],\n              [-63.535235352353482, 58.723241779694433],\n              [-64.028440284402791, 58.681740377538645],\n              [-64.032040320403155, 58.527183431579147],\n              [-63.819638196381916, 58.485682029423344],\n              [-64.3884438844388, 58.188016800168015],\n              [-64.402844028440242, 58.064943676533602],\n              [-64.222842228422238, 58.044908516872184],\n              [-64.053640536405311, 57.767278447278272],\n              [-63.924039240392361, 57.795900103937441],\n              [-63.69723697236968, 57.65851615197343],\n              [-63.744037440374356, 57.22632913642002],\n              [-63.870038700386957, 57.068910024794604],\n              [-63.870038700386957, 56.890024670674819],\n              [-64.125641256412521, 56.68967307406065],\n              [-63.873638736387321, 56.452113323789561],\n              [-64.143641436414313, 56.436371412627025],\n              [-64.136441364413599, 56.303280709161896],\n              [-63.942039420394153, 56.253192810008358],\n              [-64.010440104400999, 56.07001420738969],\n              [-63.448834488344829, 56.012770894071352],\n              [-63.841238412384072, 55.912595095764274],\n              [-63.693636936369316, 55.752313818472942],\n              [-63.736837368373642, 55.438906678055062],\n              [-63.337233372333671, 55.411716104228859],\n              [-63.64683646836464, 55.28721189776148],\n              [-63.549635496354909, 55.22710641877724],\n              [-63.603636036360314, 54.902250615695692],\n              [-63.816038160381552, 54.940889852185563],\n              [-63.902439024390191, 54.782039657727196],\n              [-63.729637296372914, 54.647517871429116],\n              [-64.114841148411443, 54.630344877433615],\n              [-64.456844568445632, 54.794919403223815],\n              [-64.766447664476601, 54.737676089905477],\n              [-64.759247592475873, 54.816385645718185],\n              [-65.101251012510076, 54.956631763348113],\n              [-65.446854468544643, 54.744831504070277],\n              [-65.698856988569844, 54.723365261575907],\n              [-65.850058500584964, 54.896526284363858],\n              [-66.253262532625271, 54.998133165503901],\n              [-66.58806588065876, 55.255728075436394],\n              [-66.699666996669919, 55.21995100461244],\n              [-66.728467284672803, 54.938027686519646],\n              [-66.606066060660552, 54.803505900221566],\n              [-66.699666996669919, 54.740538255571394],\n              [-67.434074340743365, 55.06396297581999],\n              [-67.264872648726438, 54.834989722546652],\n              [-67.084870848708434, 54.731951758573658],\n              [-67.268472684726802, 54.484374428471853],\n              [-67.498874988749833, 54.594567806609646],\n              [-67.509675096750925, 54.488667676970735],\n              [-67.750877508775034, 54.425700032320563],\n              [-67.639276392763875, 54.188140282049488],\n              [-67.808478084780802, 54.03358333608999],\n              [-67.513275132751275, 53.813196579814402],\n              [-67.322473224732192, 53.565619249712611],\n              [-67.030870308703044, 53.514100267726107],\n              [-66.890468904689001, 53.415355552251981],\n              [-66.994869948699431, 53.081913252172697],\n              [-67.167671676716722, 53.15346739382062],\n              [-67.383673836738325, 53.104810577500032],\n              [-67.300873008730036, 52.868681910061909],\n              [-66.865268652686481, 52.66117489928294],\n              [-66.656466564665593, 52.795696685581035],\n              [-66.624066240662358, 52.9373738860439],\n              [-66.426064260642562, 53.036118601518027],\n              [-66.289262892628884, 52.60965591729645],\n              [-66.408064080640756, 52.589620757635032],\n              [-66.350463504635002, 52.359216421528743],\n              [-66.480064800647952, 52.334888013368442],\n              [-66.372063720637158, 52.141691830919072],\n              [-66.300063000629962, 52.286231197047869],\n              [-65.990459904598993, 52.060120109440447],\n              [-65.500855008550033, 52.097328263097367],\n              [-65.184051840518364, 51.773903542848785],\n              [-64.770047700476951, 51.763885963018069],\n              [-64.528845288452843, 51.592156023063069],\n              [-64.280442804427992, 51.739557554857782],\n              [-64.33804338043376, 52.01146329311986],\n              [-64.233642336423316, 51.98141055362774],\n              [-64.129241292412871, 52.386406995354946],\n              [-64.190441904419004, 52.572447763639531],\n              [-64.107641076410715, 52.719849295434244],\n              [-63.603636036360314, 52.785679105750319],\n              [-63.384033840338361, 52.672623561946608],\n              [-63.952839528395231, 52.579603177804316],\n              [-64.082440824408195, 52.473703048165405],\n              [-63.974439744397401, 52.353492090196909],\n              [-63.77283772837724, 52.334888013368442],\n              [-63.67203672036716, 52.035791701280161],\n              [-63.740437404373992, 52.000014630456192],\n              [-57.101971019710149, 52.000014630456192],\n              [-57.101971019710149, 51.418995000275117],\n              [-57.249572495724905, 51.507722135918527]\n            ]\n          ],\n          [\n            [\n              [-69.082890828908234, 59.0609773282726],\n              [-69.363693636936318, 58.963663695631439],\n              [-69.35289352893524, 59.141117966918259],\n              [-69.10089100891004, 59.131100387087557],\n              [-69.082890828908234, 59.0609773282726]\n            ]\n          ],\n          [\n            [\n              [-73.539735397353923, 45.482863409163969],\n              [-73.975339753397478, 45.444224172674083],\n              [-73.50013500134996, 45.710405579604341],\n              [-73.539735397353923, 45.482863409163969]\n            ]\n          ],\n          [\n            [\n              [-70.861308613086081, 46.945430064447379],\n              [-71.124111241112359, 46.876738088465373],\n              [-70.843308433084275, 47.032726117257837],\n              [-70.861308613086081, 46.945430064447379]\n            ]\n          ],\n          [\n            [\n              [-62.016020160201549, 47.245957459368626],\n              [-61.940419404193989, 47.40194548816109],\n              [-61.670416704166996, 47.546484854289872],\n              [-62.016020160201549, 47.245957459368626]\n            ]\n          ],\n          [\n            [\n              [-64.510845108451036, 49.867701209348283],\n              [-64.132841328413235, 49.950704013659873],\n              [-63.373233732337283, 49.829061972858412],\n              [-62.534425344253393, 49.604381968083956],\n              [-62.203222032220282, 49.414047951300503],\n              [-61.882818828188235, 49.353942472316248],\n              [-61.659616596165918, 49.150728710036162],\n              [-61.706417064170594, 49.097778645216707],\n              [-62.246422464224594, 49.067725905724586],\n              [-63.092430924309198, 49.232300431514787],\n              [-63.585635856358522, 49.389719543140203],\n              [-63.639636396363912, 49.512792666774615],\n              [-63.924039240392361, 49.674505026898913],\n              [-64.320043200431954, 49.791853819201492],\n              [-64.510845108451036, 49.867701209348283]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-SK\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-110.000900009000034, 48.993309598410747],\n              [-106.01946751397405, 48.999089700338764],\n              [-101.364948213240453, 48.999033929742581],\n              [-102.001620016200107, 55.816712545956065],\n              [-102.001620016200107, 59.999767666693259],\n              [-110.000900009000034, 59.999767666693259],\n              [-110.000900009000034, 48.997978933524429],\n              [-110.000900009000034, 48.993309598410747]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-NT\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-110.000900009000034, 59.999767666693259],\n              [-102.001620016200107, 59.999767666693259],\n              [-101.998019980199743, 64.227186355252172],\n              [-109.335849626773239, 64.841255903194991],\n              [-110.706507065070582, 65.500850076585081],\n              [-112.502925029250235, 65.500850076585081],\n              [-116.410935165932742, 66.826787413546157],\n              [-120.682206822068153, 68.015262614092862],\n              [-120.682206822068153, 69.556538825188994],\n              [-120.808208082080753, 69.623799718338034],\n              [-121.427414274142677, 69.766908001633851],\n              [-122.035820358203523, 69.818426983620355],\n              [-122.482224822248156, 69.80268507245782],\n              [-122.95022950229496, 69.838462143281788],\n              [-123.159031590315834, 69.769770167299782],\n              [-123.177031770317626, 69.496433346204753],\n              [-123.677436774367678, 69.360480477073708],\n              [-123.997839978399725, 69.403412962062447],\n              [-124.43704437044363, 69.369066974071444],\n              [-124.073440734407285, 69.72826876514398],\n              [-124.480244802447956, 69.721113350979209],\n              [-124.404644046440396, 69.859928385776158],\n              [-124.541445414454074, 69.970121763913937],\n              [-124.390243902438954, 70.020209663067476],\n              [-124.40824408244076, 70.154731449365585],\n              [-124.703447034470287, 70.151869283699654],\n              [-124.671046710467039, 70.07888405921878],\n              [-125.005850058500528, 70.020209663067476],\n              [-124.63864638646379, 69.974415012412834],\n              [-124.897848978489719, 69.941500107254768],\n              [-125.031050310503048, 69.746872841972447],\n              [-125.369453694536872, 69.693922777152977],\n              [-125.416254162541549, 69.603764558676602],\n              [-125.117451174511672, 69.489277932039954],\n              [-125.484654846548395, 69.513606340200226],\n              [-125.625056250562437, 69.420585956057948],\n              [-125.304653046530404, 69.473536020877418],\n              [-125.160651606515998, 69.386239968066945],\n              [-125.430654306543005, 69.399119713563579],\n              [-125.423454234542277, 69.318979074917905],\n              [-125.938259382593756, 69.413430541893149],\n              [-126.244262442624361, 69.525055002863894],\n              [-126.701467014670072, 69.766908001633851],\n              [-126.867068670686649, 70.001605586239037],\n              [-127.137071370713642, 70.253476164839697],\n              [-127.446674466744597, 70.406602027966244],\n              [-127.99027990279896, 70.592642796250828],\n              [-128.177481774817693, 70.37941145414004],\n              [-128.033480334803272, 70.293546484162533],\n              [-127.587075870758639, 70.237734253677161],\n              [-128.112681126811196, 70.189077437356559],\n              [-128.371883718837125, 70.097488136047247],\n              [-128.310683106830993, 69.988725840742404],\n              [-128.994689946899399, 69.679611948823407],\n              [-129.174691746917404, 69.832737811949954],\n              [-128.933489334893295, 69.845617557446559],\n              [-128.886688866888591, 69.975846095245771],\n              [-129.124291242912363, 69.855635137277289],\n              [-130.337503375033691, 69.702509274150742],\n              [-130.456304563045563, 69.579436150516329],\n              [-130.956709567095601, 69.263166844432533],\n              [-130.945909459094537, 69.532210417028693],\n              [-131.125911259112513, 69.374791305403278],\n              [-131.31671316713161, 69.493571180538822],\n              [-131.647916479164735, 69.473536020877418],\n              [-131.881918819188115, 69.284633086926902],\n              [-132.871928719287126, 69.057090916486544],\n              [-132.72432724327237, 68.790909509556286],\n              [-133.386733867338592, 68.845290657208693],\n              [-133.066330663306559, 68.693595876915111],\n              [-133.451534515345088, 68.790909509556286],\n              [-133.203132031320251, 69.038486839658077],\n              [-132.969129691296843, 69.062815247818378],\n              [-132.828728287282786, 69.223096525109696],\n              [-132.619926199261926, 69.290357418258736],\n              [-132.497524975249689, 69.160128880459524],\n              [-132.385923859238517, 69.310392577920169],\n              [-132.115921159211524, 69.361911559906645],\n              [-131.982719827198196, 69.536503665527562],\n              [-131.046710467104617, 69.643834877999439],\n              [-130.942309423094173, 69.566556405019696],\n              [-130.528305283052759, 69.784080995629353],\n              [-129.599495994959881, 69.991588006408335],\n              [-129.419494194941876, 70.133265206871187],\n              [-129.631896318963129, 70.167611194862189],\n              [-129.675096750967441, 70.269218076002232],\n              [-129.887498874988694, 70.086039473383579],\n              [-130.337503375033691, 70.086039473383579],\n              [-130.647106471064632, 70.141851703868952],\n              [-131.007110071100641, 70.03595157423004],\n              [-131.187111871118645, 69.825582397785155],\n              [-131.406714067140598, 69.961535266916201],\n              [-131.838718387183803, 69.769770167299782],\n              [-132.101521015210096, 69.72826876514398],\n              [-132.547925479254729, 69.742579593473579],\n              [-132.529925299252909, 69.632386215335771],\n              [-132.886328863288554, 69.66100787199494],\n              [-133.008730087300819, 69.486415766374023],\n              [-133.213932139321315, 69.401981879229481],\n              [-133.631536315363093, 69.399119713563579],\n              [-133.883538835388293, 69.300374998089438],\n              [-134.261542615426094, 69.240269519105198],\n              [-133.789937899378913, 69.49070901487292],\n              [-134.121141211412038, 69.543659079692361],\n              [-134.319143191431834, 69.723975516645112],\n              [-134.509945099450931, 69.537934748360527],\n              [-134.477544775447683, 69.443483281385284],\n              [-134.805148051480444, 69.502157677536587],\n              [-135.265952659526533, 69.442052198552318],\n              [-135.175951759517517, 69.261735761599567],\n              [-135.435154351543446, 69.333289903247504],\n              [-135.838358383583767, 69.308961495087203],\n              [-135.953559535595275, 69.048504419488779],\n              [-135.867158671586651, 68.906827219025899],\n              [-135.604356043560358, 68.911120467524796],\n              [-135.366753667536614, 68.782323012558521],\n              [-135.377553775537677, 68.673560717253707],\n              [-136.068760687606812, 68.88536097653153],\n              [-136.443164431644249, 68.909689384691831],\n              [-136.443164431644249, 67.726183881835283],\n              [-136.191161911619048, 67.564471521710999],\n              [-136.115561155611488, 67.376999670593449],\n              [-136.230762307622996, 67.188096736642947],\n              [-136.162361623616164, 67.003487051191328],\n              [-134.036348270899595, 67.000712930481555],\n              [-133.764737647376421, 66.798842206078291],\n              [-133.833138331383253, 66.725856981597417],\n              [-133.599135991359844, 66.559851372974251],\n              [-133.818738187381797, 66.310842960039494],\n              [-133.584735847358388, 66.292238883211041],\n              [-133.566735667356596, 66.153423848414079],\n              [-133.703537035370289, 66.071852126935454],\n              [-133.426334263342568, 65.944485754802159],\n              [-132.918729187291802, 66.026057476280783],\n              [-132.994329943299363, 65.923019512307789],\n              [-132.562325623256157, 66.0289196419467],\n              [-132.346323463234569, 65.941623589136242],\n              [-132.569525695256885, 65.844309956495081],\n              [-132.371523715237089, 65.771324732014207],\n              [-132.180721807217992, 65.583852880896671],\n              [-132.321123211232049, 65.439313514767875],\n              [-132.645126451264446, 65.27473898897766],\n              [-132.717127171271642, 65.15595911384213],\n              [-132.335523355233477, 65.031454907374751],\n              [-132.511925119251117, 64.942727771731327],\n              [-132.569525695256885, 64.77529108027521],\n              [-132.054720547205392, 64.696581524462502],\n              [-131.680316803167955, 64.520558336008634],\n              [-131.817118171181647, 64.377450052712788],\n              [-131.619116191161851, 64.368863555715038],\n              [-131.385113851138442, 64.467608271189164],\n              [-131.143911439114333, 64.424675786200424],\n              [-131.061110611106045, 64.280136420071628],\n              [-130.740707407074012, 63.973884693818547],\n              [-130.096300963009554, 63.782119594202129],\n              [-130.128701287012802, 63.701978955556456],\n              [-129.822698226982197, 63.477298950782],\n              [-130.128701287012802, 63.317017673490668],\n              [-129.844298442984353, 63.090906585883261],\n              [-129.613896138961309, 63.072302509054794],\n              [-129.765097650976429, 62.85191575277922],\n              [-129.495094950949436, 62.607200588343346],\n              [-129.17109171091704, 62.478403133377086],\n              [-129.307893078930704, 62.32098402175167],\n              [-129.131491314913092, 62.116339176638633],\n              [-128.764287642876354, 62.06052694615326],\n              [-128.548285482854766, 62.122063507970466],\n              [-127.972279722797168, 61.688445409584091],\n              [-127.533075330753235, 61.509560055464306],\n              [-127.144271442714356, 61.465196487642586],\n              [-126.885068850688441, 60.782569976321469],\n              [-126.510665106651004, 60.814053798646555],\n              [-126.013860138601316, 60.804036218815838],\n              [-125.902259022590158, 60.894194437292214],\n              [-125.322653226532196, 60.788294307653302],\n              [-124.869048690486835, 60.862710614967142],\n              [-124.804248042480367, 60.968610744606053],\n              [-124.599045990459842, 60.964317496107171],\n              [-124.480244802447956, 60.788294307653302],\n              [-124.620646206461998, 60.682394178014391],\n              [-124.415444154441474, 60.479180415734305],\n              [-124.217442174421677, 60.462007421738804],\n              [-124.195841958419521, 60.33034780110664],\n              [-123.81783817838172, 59.999767666693259],\n              [-119.998199981999761, 59.999767666693259],\n              [-110.000900009000034, 59.999767666693259]\n            ],\n            [\n              [-118.835388353883474, 65.775617980513076],\n              [-119.195391953919483, 65.809963968504078],\n              [-119.702997029970234, 65.795653140174494],\n              [-119.587795877958712, 65.714081418695869],\n              [-120.106201062010555, 65.623923200219494],\n              [-119.828998289982835, 65.490832496754379],\n              [-119.630996309963024, 65.473659502758878],\n              [-119.476194761947554, 65.321964722465296],\n              [-119.893798937989317, 65.337706633627832],\n              [-120.055800558005515, 65.193167267499035],\n              [-120.261002610026026, 65.158821279508047],\n              [-120.667806678066711, 64.987091339553047],\n              [-121.05301053010524, 64.92555477773584],\n              [-121.251012510125037, 64.811068151099164],\n              [-121.506615066150601, 64.884053375580038],\n              [-121.398613986139793, 64.99281567088488],\n              [-121.081810818108124, 64.987091339553047],\n              [-120.981009810098044, 65.121613125851127],\n              [-120.703807038070323, 65.193167267499035],\n              [-120.412204122041146, 65.377776952950668],\n              [-120.387003870038626, 65.583852880896671],\n              [-120.829808298082924, 65.602456957725124],\n              [-121.531815318153122, 65.389225615614336],\n              [-121.589415894158876, 65.090129303526041],\n              [-122.075420754207471, 64.979935925388247],\n              [-123.339033390333839, 65.113026628853376],\n              [-123.429034290342827, 65.201753764496786],\n              [-122.997029970299636, 65.226082172657087],\n              [-122.730627306272993, 65.343430964959666],\n              [-122.759427594275877, 65.565248804068204],\n              [-122.3346233462334, 65.651113774045712],\n              [-122.201422014220071, 65.851465370659881],\n              [-122.590225902258965, 65.967383080129494],\n              [-122.395823958239518, 66.013177730784165],\n              [-121.837818378183712, 65.928743843639623],\n              [-121.395013950139429, 65.95307225179991],\n              [-121.236612366123595, 66.064696712770669],\n              [-121.549815498154913, 66.093318369429838],\n              [-121.906219062190559, 66.249306398222288],\n              [-123.043830438304326, 66.25359964672117],\n              [-122.939429394293882, 66.179183339407331],\n              [-123.101431014310066, 66.043230470276285],\n              [-123.274232742327357, 66.172027925242546],\n              [-124.044640446404401, 66.111922446258291],\n              [-124.185041850418429, 66.179183339407331],\n              [-124.595445954459478, 66.151992765581127],\n              [-124.555845558455516, 66.01460881361713],\n              [-124.804248042480367, 66.008884482285296],\n              [-124.797047970479639, 65.911570849644121],\n              [-125.1246512465124, 66.159148179745912],\n              [-125.07425074250736, 66.266479392217789],\n              [-124.699846998469923, 66.295101048876958],\n              [-124.455044550445436, 66.259323978053004],\n              [-124.318243182431758, 66.365224107691915],\n              [-124.048240482404765, 66.31227404287246],\n              [-123.799837998379914, 66.389552515852202],\n              [-122.961029610296038, 66.48400398282746],\n              [-122.892628926289206, 66.555558124475368],\n              [-122.619026190261835, 66.542678378978749],\n              [-122.349023490234828, 66.615663603459623],\n              [-121.996219962199547, 66.622819017624408],\n              [-121.463414634146275, 66.724425898764451],\n              [-121.161011610116034, 66.871827430559165],\n              [-120.97740977409768, 66.85751660222958],\n              [-120.534605346053397, 66.95339915203779],\n              [-119.782197821978144, 67.044988453347116],\n              [-119.778597785977794, 66.977727560198076],\n              [-119.479794797947903, 66.986314057195827],\n              [-118.979389793897866, 66.866103099227331],\n              [-119.303393033930277, 66.831757111236328],\n              [-120.322203222032158, 66.548402710310583],\n              [-120.495004950049434, 66.423898503843205],\n              [-120.138601386013789, 66.408156592680669],\n              [-119.947799477994721, 66.336602451032746],\n              [-118.83178831788311, 66.309411877206543],\n              [-118.320583205831994, 66.390983598685168],\n              [-118.050580505804987, 66.59705952663117],\n              [-117.622176221762146, 66.680062330942746],\n              [-117.906579065790595, 66.412449841179537],\n              [-117.546575465754586, 66.495452645491127],\n              [-117.812978129781243, 66.213529327398334],\n              [-118.032580325803195, 66.097611617928706],\n              [-118.26658266582659, 65.855758619158749],\n              [-117.805778057780515, 65.76846256634829],\n              [-118.043380433804273, 65.689753010535583],\n              [-118.586985869858637, 65.658269188210497],\n              [-118.835388353883474, 65.775617980513076]\n            ],\n            [\n              [-111.667716677166709, 62.38824491490071],\n              [-111.260912609126024, 62.624373582338833],\n              [-110.429304293042861, 62.688772309821971],\n              [-109.684096840968351, 62.670168232993504],\n              [-109.885698856988512, 62.585734345848962],\n              [-110.321303213032067, 62.541370778027257],\n              [-110.317703177031703, 62.454074725216799],\n              [-110.659706597065906, 62.355330009742673],\n              [-111.034110341103343, 62.392538163399593],\n              [-111.498514985149782, 62.122063507970466],\n              [-111.628116281162747, 61.950333568015466],\n              [-111.818918189181829, 61.897383503196011],\n              [-112.218522185221786, 61.611166936604349],\n              [-112.704527045270396, 61.443730245148217],\n              [-113.338133381333748, 61.455178907811884],\n              [-113.708937089370835, 61.263413808195466],\n              [-113.633336333363275, 61.094546033906383],\n              [-113.762937629376225, 61.005818898262973],\n              [-114.198541985419794, 61.017267560926641],\n              [-114.702547025470196, 60.899918768624048],\n              [-114.796147961479548, 60.929971508116182],\n              [-115.264152641526351, 60.848399786637557],\n              [-115.944559445594393, 60.844106538138675],\n              [-116.412564125641182, 60.948575584944635],\n              [-116.538565385653783, 61.033009472089176],\n              [-117.078570785707797, 61.045889217585795],\n              [-117.305373053730477, 61.108856862235967],\n              [-117.604176041760354, 61.307777376017171],\n              [-117.074970749707433, 61.150358264391755],\n              [-116.700567005669996, 61.224774571705595],\n              [-116.7545675456754, 61.333536867010423],\n              [-116.023760237602318, 61.239085400035179],\n              [-115.858158581585755, 61.317794955847887],\n              [-116.034560345603381, 61.393642345994678],\n              [-115.732157321573155, 61.430850499651598],\n              [-115.768157681576753, 61.519577635295008],\n              [-115.544955449554436, 61.751413054234263],\n              [-114.832148321483146, 61.767154965396799],\n              [-114.619746197461907, 61.861606432372056],\n              [-114.947349473494668, 62.051940449155509],\n              [-115.166951669516635, 62.252292045769678],\n              [-115.328953289532834, 62.246567714437845],\n              [-115.260552605525987, 62.479834216210051],\n              [-115.688956889568829, 62.475540967711169],\n              [-115.804158041580351, 62.608631671176298],\n              [-116.052560525605202, 62.711669635149292],\n              [-115.987759877598705, 62.786085942463131],\n              [-115.379353793537874, 62.631528996503633],\n              [-115.080550805507997, 62.488420713207802],\n              [-114.623346233462271, 62.355330009742673],\n              [-114.241742417424106, 62.40398682606326],\n              [-113.741337413374069, 62.09057968564538],\n              [-113.219332193321875, 61.998990384336054],\n              [-112.438124381243753, 62.079131022981713],\n              [-111.728917289172827, 62.382520583568876],\n              [-111.458914589145834, 62.693065558320839],\n              [-111.192511925119192, 62.807552184957501],\n              [-110.450904509045031, 62.953522633919249],\n              [-109.925299252992474, 62.950660468253332],\n              [-108.935289352893463, 62.793241356627917],\n              [-108.978489784897789, 62.705945303817458],\n              [-109.33489334893342, 62.582872180183045],\n              [-109.212492124921184, 62.698789889652673],\n              [-109.943299432994266, 62.821863013287086],\n              [-110.634506345063386, 62.837604924449636],\n              [-110.818108181081755, 62.760326451469879],\n              [-111.419314193141872, 62.628666830837716],\n              [-111.667716677166709, 62.38824491490071]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 72.755008956850844],\n              [-110.004500045000384, 72.985413292957162],\n              [-110.702907029070232, 73.009741701117434],\n              [-110.483304833048265, 72.839442843995386],\n              [-110.004500045000384, 72.755008956850844]\n            ]\n          ],\n          [\n            [\n              [-116.85536855368548, 69.648128126498335],\n              [-116.635766357663513, 69.629524049669868],\n              [-117.143371433714265, 69.888550042435327],\n              [-117.125371253712473, 70.001605586239037],\n              [-112.898928989289828, 70.000174503406072],\n              [-112.873728737287308, 69.832737811949954],\n              [-112.463324633246273, 69.849910805945456],\n              [-112.499324993249871, 70.000174503406072],\n              [-110.000900009000034, 70.000174503406072],\n              [-110.004500045000384, 72.45877481042848],\n              [-110.378903789037821, 72.558950608735557],\n              [-110.728107281072752, 72.571830354232191],\n              [-111.084510845108383, 72.408686911274941],\n              [-111.026910269102629, 72.285613787640528],\n              [-111.368913689136832, 72.408686911274941],\n              [-111.664116641166345, 72.292769201805328],\n              [-111.854918549185427, 72.381496337448738],\n              [-111.289712897128908, 72.566106022900357],\n              [-111.221312213122062, 72.723525134525772],\n              [-112.078120781207744, 72.898117240146689],\n              [-113.014130141301351, 73.015466032449268],\n              [-113.392133921339152, 72.910996985643322],\n              [-113.604536045360391, 72.762164371015643],\n              [-113.413734137341308, 72.730680548690572],\n              [-113.734137341373355, 72.61476283922093],\n              [-114.126541265412584, 72.636229081715328],\n              [-114.338943389433837, 72.563243857234454],\n              [-114.605346053460465, 72.607607425056159],\n              [-114.248942489424834, 72.689179146534769],\n              [-114.356943569435629, 72.746422459853108],\n              [-114.022140221402154, 72.797941441839612],\n              [-113.960939609396036, 73.122797244921145],\n              [-114.263342633426277, 73.336028587031933],\n              [-114.583745837458309, 73.384685403352535],\n              [-116.200162001619958, 73.118503996422277],\n              [-116.894968949689428, 72.966809216128695],\n              [-117.370173701736945, 72.918152399808093],\n              [-117.866978669786633, 72.702058892031403],\n              [-118.19098190981903, 72.634797998882362],\n              [-118.594185941859351, 72.428722070936345],\n              [-118.126181261812548, 72.309942195800829],\n              [-118.126181261812548, 72.226939391489225],\n              [-118.676986769867625, 72.142505504344683],\n              [-119.054990549905426, 71.934998493565729],\n              [-119.137791377913715, 71.774717216274411],\n              [-119.051390513905076, 71.627315684479697],\n              [-118.489784897848921, 71.658799506804769],\n              [-118.428584285842788, 71.580089950992061],\n              [-118.075780757807507, 71.664523838136603],\n              [-117.654576545765394, 71.571503453994325],\n              [-118.126181261812548, 71.538588548836287],\n              [-118.309783097830916, 71.469896572854282],\n              [-118.16218162181616, 71.378307271544941],\n              [-117.55017550175495, 71.374014023046072],\n              [-115.822158221582157, 71.548606128666989],\n              [-115.454954549545434, 71.538588548836287],\n              [-115.418954189541836, 71.451292496025815],\n              [-115.742957429574233, 71.511397975010055],\n              [-116.207362073620672, 71.425533005032577],\n              [-116.102961029610242, 71.376876188711975],\n              [-117.47457474574739, 71.185111089095557],\n              [-117.798577985779787, 71.170800260765986],\n              [-118.385383853838476, 71.021967646138307],\n              [-118.18738187381868, 70.838789043519654],\n              [-117.708577085770798, 70.695680760223809],\n              [-117.586175861758562, 70.606953624580399],\n              [-116.232562325623192, 70.639868529738436],\n              [-116.038160381603745, 70.579763050754195],\n              [-114.184141841418352, 70.668490186397605],\n              [-113.989739897398906, 70.715715919885241],\n              [-113.561335613356064, 70.642730695404367],\n              [-113.489334893348868, 70.681369931894238],\n              [-112.866528665286594, 70.54255489709729],\n              [-112.726127261272552, 70.569745470923493],\n              [-112.142921429214226, 70.493898080776688],\n              [-111.808118081180751, 70.352220880313808],\n              [-111.566915669156629, 70.359376294478608],\n              [-111.548915489154822, 70.269218076002232],\n              [-112.528125281252755, 70.24488966784196],\n              [-112.58572585725851, 70.200526100020227],\n              [-113.47853478534779, 70.283528904331831],\n              [-113.644136441364353, 70.262062661837433],\n              [-114.184141841418352, 70.316443809489868],\n              [-116.030960309603032, 70.220561259681659],\n              [-116.963369633696274, 70.128971958372318],\n              [-117.442174421744156, 69.988725840742404],\n              [-117.251372513725073, 69.764045835967949],\n              [-116.85536855368548, 69.648128126498335]\n            ]\n          ],\n          [\n            [\n              [-115.325353253532469, 73.509189609819884],\n              [-115.645756457564516, 73.676626301276031],\n              [-115.922959229592237, 73.729576366095472],\n              [-116.866168661686544, 74.087347074335071],\n              [-117.416974169741636, 74.231886440463853],\n              [-118.064980649806444, 74.280543256784426],\n              [-118.723787237872315, 74.220437777800186],\n              [-118.98298982989823, 74.007206435689397],\n              [-119.144991449914443, 74.208989115136518],\n              [-119.479794797947903, 74.226162109132019],\n              [-119.72099720997204, 74.110244399662406],\n              [-119.663396633966272, 74.224731026299054],\n              [-120.156601566015595, 74.279112173951489],\n              [-120.934209342093354, 74.423651540080272],\n              [-121.132211322113164, 74.509516510057779],\n              [-121.582215822158162, 74.555311160712449],\n              [-124.757447574475677, 74.349235232766432],\n              [-124.602646026460206, 74.313458161942492],\n              [-124.465844658446514, 74.074467328838438],\n              [-124.145441454414481, 73.851218406896947],\n              [-123.774637746377394, 73.76535343691944],\n              [-124.055440554405479, 73.662315472946432],\n              [-124.066240662406557, 73.539242349312019],\n              [-124.444244442444358, 73.419031391343509],\n              [-124.667446674466674, 73.154281067246245],\n              [-124.858248582485757, 73.089882339763108],\n              [-124.491044910449034, 72.925307813972893],\n              [-124.951849518495123, 72.856615837990887],\n              [-125.067050670506632, 72.883806411817119],\n              [-124.951849518495123, 72.568968188566288],\n              [-125.297452974529676, 72.488827549920615],\n              [-125.650256502564957, 72.256992130981359],\n              [-125.790657906579, 71.949309321895328],\n              [-125.254252542525364, 71.955033653227161],\n              [-124.066240662406557, 71.700300908960571],\n              [-123.623436234362273, 71.462741158689482],\n              [-123.436234362343555, 71.248078733745729],\n              [-123.101431014310066, 71.084935290788479],\n              [-122.799027990279839, 71.08779745645441],\n              [-122.629826298262913, 71.175093509264855],\n              [-122.154621546215395, 71.260958479242362],\n              [-121.701017010170034, 71.468465490021316],\n              [-121.423814238142313, 71.379738354377906],\n              [-120.635406354063477, 71.491362815348651],\n              [-120.383403834038276, 71.701731991793537],\n              [-120.433804338043316, 71.963620150224898],\n              [-120.153001530015231, 72.139643338678781],\n              [-120.261002610026026, 72.241250219818824],\n              [-119.77139771397708, 72.229801557155156],\n              [-119.339393393933875, 72.347150349457735],\n              [-119.162991629916235, 72.630504750383494],\n              [-117.391773917739116, 73.055536351772105],\n              [-117.215372153721475, 73.065553931602807],\n              [-115.753757537575311, 73.357494829526303],\n              [-115.325353253532469, 73.509189609819884]\n            ]\n          ],\n          [\n            [\n              [-120.999009990099836, 75.930581763185387],\n              [-121.060210602105954, 75.738816663568969],\n              [-120.912609126091198, 75.810370805216905],\n              [-120.999009990099836, 75.930581763185387]\n            ]\n          ],\n          [\n            [\n              [-117.784177841778359, 75.896235775194384],\n              [-117.463774637746312, 76.088000874810803],\n              [-117.658176581765758, 76.125209028467737],\n              [-118.208982089820836, 75.969220999675258],\n              [-118.622986229862235, 75.92199526618765],\n              [-119.407794077940707, 75.601432711604986],\n              [-118.612186121861157, 75.504119078963811],\n              [-117.931779317793115, 75.740247746401934],\n              [-117.784177841778359, 75.896235775194384]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 76.22681590960778],\n              [-110.004500045000384, 76.48584190237321],\n              [-110.382503825038185, 76.431460754720803],\n              [-110.382503825038185, 76.301232216921591],\n              [-110.004500045000384, 76.22681590960778]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 74.852976389967779],\n              [-110.004500045000384, 75.544189398286647],\n              [-110.51210512105115, 75.572811054945817],\n              [-111.250112501124946, 75.521292072959312],\n              [-111.412114121141144, 75.615743539934556],\n              [-111.458914589145834, 75.841854627541977],\n              [-112.186121861218552, 75.847578958873811],\n              [-111.768517685176789, 75.947754757180888],\n              [-112.366123661236543, 76.033619727158396],\n              [-112.430924309243025, 76.171003679122379],\n              [-112.992529925299195, 76.272610560262422],\n              [-113.356133561335554, 76.265455146097651],\n              [-113.964539645396385, 76.191038838783811],\n              [-114.205742057420508, 76.471531074043639],\n              [-114.450544505444995, 76.501583813535774],\n              [-115.512555125551188, 76.455789162881103],\n              [-115.912159121591145, 76.348457950409227],\n              [-115.778957789577831, 76.236833489438482],\n              [-115.278552785527793, 76.236833489438482],\n              [-114.976149761497553, 76.176728010454212],\n              [-116.164161641616346, 76.203918584280444],\n              [-116.527765277652719, 76.159555016458711],\n              [-116.70416704167036, 76.057948135318696],\n              [-116.484564845648393, 75.972083165341189],\n              [-116.707767077670709, 75.899097940860315],\n              [-116.203762037620322, 75.867614118535215],\n              [-114.857348573485666, 75.910546603523983],\n              [-114.875348753487472, 75.867614118535215],\n              [-116.88416884168835, 75.788904562722507],\n              [-117.229772297722917, 75.632916533930057],\n              [-117.197371973719669, 75.575673220611719],\n              [-116.11736117361167, 75.577104303444685],\n              [-115.051750517505113, 75.7101950069098],\n              [-115.264152641526351, 75.601432711604986],\n              [-115.588155881558748, 75.588552966108352],\n              [-116.04176041760411, 75.485515002135344],\n              [-117.200972009720033, 75.481221753636476],\n              [-117.553775537755314, 75.358148630002063],\n              [-117.672576725767186, 75.245093086198352],\n              [-117.510575105751002, 75.200729518376647],\n              [-116.668166681666747, 75.127744293895773],\n              [-116.257762577625712, 75.210747098207349],\n              [-116.254162541625362, 75.067638814911504],\n              [-115.714157141571349, 74.970325182270358],\n              [-115.231752317523117, 75.173538944550444],\n              [-115.195751957519505, 75.00180900459543],\n              [-114.958149581495746, 74.970325182270358],\n              [-114.439744397443917, 75.067638814911504],\n              [-114.302943029430224, 75.18212544154818],\n              [-114.547745477454711, 75.312353979347392],\n              [-114.19494194941943, 75.225057926536948],\n              [-114.047340473404674, 75.366735126999799],\n              [-113.374133741337346, 75.416823026153338],\n              [-113.784537845378395, 75.339544553173596],\n              [-113.957339573395672, 75.074794229076304],\n              [-113.021330213302065, 75.094829388737736],\n              [-112.294122941229347, 75.205022766875516],\n              [-112.344523445234387, 75.12201996256394],\n              [-111.372513725137182, 75.187849772880014],\n              [-111.242912429124232, 75.266559328692722],\n              [-110.951309513095069, 75.252248500363152],\n              [-111.152911529115229, 75.137761873726475],\n              [-111.556115561155551, 75.013257667259097],\n              [-112.798127981279748, 74.984636010599928],\n              [-113.496534965349596, 74.83866556163818],\n              [-114.234542345423392, 74.758524922992507],\n              [-114.439744397443917, 74.684108615678696],\n              [-114.173341733417274, 74.566759823376117],\n              [-113.694536945369393, 74.445117782574641],\n              [-113.024930249302429, 74.396460966254068],\n              [-112.438124381243753, 74.41363396024957],\n              [-111.656916569165631, 74.500930013060014],\n              [-111.001710017100109, 74.616847722529656],\n              [-110.58770587705871, 74.72561001783447],\n              [-110.670506705066984, 74.772835751322106],\n              [-110.004500045000384, 74.852976389967779]\n            ]\n          ],\n          [\n            [\n              [-114.83574835748351, 76.759178723468267],\n              [-113.672936729367237, 76.70479757581586],\n              [-113.45333453334527, 76.773489551797837],\n              [-113.845738457384513, 76.899424841098181],\n              [-114.436144361443553, 76.88225184710268],\n              [-114.839348393483874, 76.809266622621806],\n              [-114.83574835748351, 76.759178723468267]\n            ]\n          ],\n          [\n            [\n              [-119.317793177931719, 76.199625335781548],\n              [-119.094590945909403, 76.088000874810803],\n              [-118.860588605885994, 76.285490305759055],\n              [-118.568985689856831, 76.345595784743296],\n              [-118.648186481864755, 76.432891837553768],\n              [-118.975789757897516, 76.492997316538009],\n              [-118.730987309873029, 76.544516298524513],\n              [-118.536585365853597, 76.504445979201677],\n              [-118.302583025830188, 76.567413623851849],\n              [-118.496984969849635, 76.71910840414543],\n              [-118.3385833858338, 76.770627386131935],\n              [-117.737377373773683, 76.780644965962637],\n              [-117.917379173791673, 76.693348913152192],\n              [-118.007380073800675, 76.402839098061634],\n              [-117.820178201781943, 76.325560625081891],\n              [-117.352173521735153, 76.259730814765817],\n              [-116.93456934569339, 76.355613364574026],\n              [-117.074970749707433, 76.525912221696046],\n              [-116.326163261632558, 76.581724452181419],\n              [-115.894158941589353, 76.699073244484026],\n              [-116.04176041760411, 76.827870699450273],\n              [-116.358563585635792, 76.908011338095918],\n              [-116.023760237602318, 76.899424841098181],\n              [-115.753757537575311, 76.965254651414256],\n              [-116.221762217622114, 77.041102041561061],\n              [-116.380163801637948, 77.128398094371505],\n              [-115.383750300334299, 77.31808369131052],\n              [-116.405364053640469, 77.562016192757881],\n              [-117.154171541715357, 77.4589782287849],\n              [-116.646566465664591, 77.390286252802895],\n              [-117.229772297722917, 77.285817205996921],\n              [-117.852578525785191, 77.390286252802895],\n              [-118.820988209882032, 77.361664596143726],\n              [-119.288992889928835, 77.288679371662852],\n              [-119.386193861938551, 77.192796821854643],\n              [-120.091800918009113, 77.005324970737092],\n              [-120.369003690036834, 76.81499095395364],\n              [-121.089010890108838, 76.670451587824857],\n              [-121.413014130141235, 76.554533878355215],\n              [-121.553415534155278, 76.437185086052637],\n              [-122.381423814238076, 76.408563429393467],\n              [-122.831428314283073, 76.236833489438482],\n              [-122.97902979029783, 76.108036034472235],\n              [-122.669426694266875, 76.178159093287178],\n              [-122.482224822248156, 76.102311703140401],\n              [-122.640626406264005, 75.987825076503725],\n              [-122.424624246242388, 75.933443928851318],\n              [-122.125821258212511, 76.040775141323195],\n              [-121.84861848618479, 76.045068389822063],\n              [-121.301413014130077, 75.910546603523983],\n              [-120.880208802087964, 76.19819425294861],\n              [-120.660606606065997, 76.143813105296175],\n              [-120.682206822068153, 76.006429153332192],\n              [-120.387003870038626, 75.972083165341189],\n              [-120.487804878048706, 75.847578958873811],\n              [-120.160201602015945, 75.89766685802735],\n              [-119.861398613986069, 75.859027621537479],\n              [-119.490594905948996, 76.036481892824298],\n              [-119.710197101970948, 76.266886228930588],\n              [-119.479794797947903, 76.355613364574026],\n              [-119.317793177931719, 76.199625335781548]\n            ]\n          ],\n          [\n            [\n              [-113.687336873368665, 77.86683683617801],\n              [-114.328143281432745, 78.081499261121763],\n              [-114.796147961479548, 77.982754545647623],\n              [-115.116551165511595, 77.959857220320316],\n              [-114.299342993429875, 77.713710973051462],\n              [-113.723337233372277, 77.769523203536835],\n              [-113.687336873368665, 77.86683683617801]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 77.931235563661147],\n              [-110.004500045000384, 78.098672255117265],\n              [-110.710107101070946, 78.104396586449099],\n              [-112.272522725227191, 78.015669450805689],\n              [-113.240932409324031, 77.905476072667881],\n              [-113.255332553325474, 77.672209570895689],\n              [-113.089730897308911, 77.623552754575087],\n              [-113.201332013320069, 77.527670204766878],\n              [-112.63612636126355, 77.464702560116734],\n              [-112.470524705246987, 77.370251093141462],\n              [-112.110521105210992, 77.325887525319757],\n              [-111.282512825128194, 77.431787654958669],\n              [-110.879308793087873, 77.411752495297264],\n              [-110.234902349023429, 77.504772879439543],\n              [-110.040500405003982, 77.645018997069457],\n              [-110.130501305012984, 77.780971866200503],\n              [-110.720907209072024, 77.766661037870932],\n              [-110.839708397083911, 77.869699001843941],\n              [-110.004500045000384, 77.931235563661147]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 78.329076591223554],\n              [-110.004500045000384, 78.686847299463125],\n              [-110.425704257042511, 78.766987938108798],\n              [-111.163711637116307, 78.698295962126792],\n              [-111.419314193141872, 78.60670666081748],\n              [-111.815318153181465, 78.549463347499142],\n              [-112.150121501214954, 78.556618761663913],\n              [-113.215732157321511, 78.406355064203296],\n              [-113.334533345333384, 78.336232005388354],\n              [-113.060930609306027, 78.274695443571147],\n              [-112.175321753217474, 78.377733407544127],\n              [-111.779317793177867, 78.270402195072251],\n              [-111.433714337143314, 78.274695443571147],\n              [-111.152911529115229, 78.390613153040761],\n              [-110.839708397083911, 78.314765762893956],\n              [-110.332103321033145, 78.286144106234815],\n              [-110.004500045000384, 78.329076591223554]\n            ]\n          ],\n          [\n            [\n              [-112.312123121231153, 61.868761846536842],\n              [-111.937719377193716, 61.984679556006469],\n              [-112.459724597245909, 61.895952420363045],\n              [-112.906129061290557, 61.75427521990018],\n              [-112.495724957249507, 61.797207704888919],\n              [-112.312123121231153, 61.868761846536842]\n            ]\n          ],\n          [\n            [\n              [-112.772927729277228, 61.953195733681383],\n              [-112.470524705246987, 61.9560578993473],\n              [-112.052920529205224, 62.132081087801168],\n              [-112.772927729277228, 61.953195733681383]\n            ]\n          ],\n          [\n            [\n              [-111.836918369183635, 62.189324401119507],\n              [-111.577715777157707, 62.252292045769678],\n              [-111.613716137161305, 62.343881347079005],\n              [-111.836918369183635, 62.189324401119507]\n            ]\n          ],\n          [\n            [\n              [-118.547385473854675, 65.712650335862918],\n              [-118.144181441814354, 65.767031483515339],\n              [-118.31698316983163, 65.825705879666629],\n              [-118.547385473854675, 65.712650335862918]\n            ]\n          ],\n          [\n            [\n              [-112.232922329223229, 61.80579420188667],\n              [-112.66132661326607, 61.571096617281512],\n              [-112.319323193231867, 61.646944007428303],\n              [-112.232922329223229, 61.80579420188667]\n            ]\n          ],\n          [\n            [\n              [-116.509765097650913, 61.108856862235967],\n              [-116.696966969669631, 61.191859666547558],\n              [-116.90576905769052, 61.121736607732601],\n              [-116.509765097650913, 61.108856862235967]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-NU\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-94.801548015480094, 59.999767666693259],\n              [-94.614346143461376, 60.391884362923847],\n              [-94.736747367473612, 60.53928589471856],\n              [-94.520745207452023, 60.546441308883345],\n              [-94.351543515435097, 60.85841736646826],\n              [-94.243542435424303, 60.902780934289964],\n              [-93.998739987399816, 61.224774571705595],\n              [-94.113941139411338, 61.327812535678589],\n              [-93.833138331383253, 61.327812535678589],\n              [-93.984339843398374, 61.458041073477801],\n              [-93.246332463324578, 61.7843279593923],\n              [-93.599135991359859, 61.953195733681383],\n              [-93.33633336333358, 61.895952420363045],\n              [-92.929529295292895, 62.116339176638633],\n              [-93.073530735307301, 62.177875738455839],\n              [-92.781927819278138, 62.239412300273045],\n              [-93.131131311313055, 62.343881347079005],\n              [-92.709927099270942, 62.276620453929965],\n              [-92.59832598325977, 62.160702744460337],\n              [-92.717127171271656, 62.464092305047501],\n              [-92.533525335253302, 62.445488228219048],\n              [-92.605526055260498, 62.621511416672917],\n              [-92.457924579245741, 62.547095109359091],\n              [-91.98271982719821, 62.531353198196555],\n              [-91.968319683196782, 62.654426321830968],\n              [-92.202322023220177, 62.667306067327587],\n              [-92.454324543245377, 62.793241356627917],\n              [-92.13392133921333, 62.876244160939507],\n              [-91.44271442714421, 62.787517025296083],\n              [-91.032310323103175, 62.952091551086298],\n              [-90.827108271082651, 62.937780722756713],\n              [-90.643506435064296, 63.069440343388877],\n              [-90.783907839078338, 63.397158312136341],\n              [-91.017910179101733, 63.471574619450166],\n              [-91.370713707137014, 63.484454364946799],\n              [-91.806318063180569, 63.71628978388604],\n              [-92.468724687246819, 63.528817932768504],\n              [-92.54432544325438, 63.554577423761756],\n              [-92.101521015210096, 63.699116789890539],\n              [-93.217532175321693, 63.910917049168376],\n              [-93.368733687336814, 63.817896665026083],\n              [-93.645936459364535, 63.880864309676255],\n              [-93.764737647376421, 63.993919853479966],\n              [-93.480334803347972, 64.033990172802788],\n              [-92.785527855278502, 63.900899469337674],\n              [-92.375123751237453, 63.779257428536212],\n              [-91.673116731167255, 63.722014115217874],\n              [-90.974709747097421, 63.578905831922043],\n              [-90.557105571055658, 63.598940991583461],\n              [-90.5715057150571, 63.670495133231384],\n              [-90.258302583025781, 63.607527488581212],\n              [-89.970299702996968, 63.822189913524966],\n              [-90.092700927009219, 63.952418451324164],\n              [-89.811898118981134, 63.959573865488963],\n              [-89.93069930699302, 64.116992977114379],\n              [-89.786697866978614, 64.250083680579507],\n              [-89.563495634956297, 64.07549157495859],\n              [-89.048690486904817, 63.94669411999233],\n              [-89.28989289892894, 64.137028136775797],\n              [-88.998289982899777, 64.011092847475467],\n              [-88.735487354873499, 63.972453610985582],\n              [-87.983079830798246, 64.191409284428218],\n              [-87.806678066780606, 64.520558336008634],\n              [-87.601476014760095, 64.557766489665539],\n              [-86.939069390693845, 65.141648285512545],\n              [-87.047070470704654, 65.237530835320754],\n              [-87.709477094770889, 65.300498479970912],\n              [-87.752677526775216, 65.267583574812875],\n              [-89.041490414904089, 65.32768905379713],\n              [-89.39429394293937, 65.500850076585081],\n              [-89.491494914949101, 65.615336703221743],\n              [-89.95949959499589, 65.794222057341543],\n              [-90.528305283052774, 65.881518110152001],\n              [-91.071910719107137, 65.928743843639623],\n              [-91.003510035100291, 65.815688299835912],\n              [-91.496714967149614, 65.947347920468076],\n              [-90.045900459004528, 65.891535689982703],\n              [-89.689496894968897, 65.947347920468076],\n              [-88.832688326883215, 65.645389442713878],\n              [-88.55188551885513, 65.582421798063706],\n              [-88.206282062820577, 65.404967526776872],\n              [-87.929079290792856, 65.333413385128964],\n              [-87.381873818738129, 65.329120136630081],\n              [-87.079470794707888, 65.402105361110955],\n              [-87.104671046710408, 65.470797337092961],\n              [-86.474664746647406, 65.734116578357288],\n              [-86.413464134641288, 65.904415435479336],\n              [-85.974259742597368, 66.0360750561115],\n              [-85.855458554585496, 66.163441428244795],\n              [-86.345063450634456, 66.289376717545125],\n              [-86.622266222662176, 66.313705125705411],\n              [-86.791467914679089, 66.429622835175039],\n              [-86.32706327063265, 66.552695958809451],\n              [-85.783457834578286, 66.499745893989996],\n              [-85.416254162541577, 66.567006787139036],\n              [-85.268652686526806, 66.286514551879208],\n              [-84.383043830438254, 66.190632002070998],\n              [-84.635046350463455, 66.343757865197546],\n              [-84.537845378453724, 66.405294427014752],\n              [-84.372243722437176, 66.283652386213291],\n              [-84.203042030420249, 66.323722705536127],\n              [-83.972639726397205, 66.203511747567617],\n              [-83.691836918369134, 66.199218499068749],\n              [-83.961839618396127, 66.478279651495626],\n              [-84.210242102420963, 66.594197360965254],\n              [-84.145441454414495, 66.687217745107532],\n              [-84.872648726487213, 66.94624373787299],\n              [-85.128251282512764, 66.837481442568162],\n              [-85.211052110521052, 66.919053164046787],\n              [-85.005850058500528, 66.967709980367374],\n              [-84.372243722437176, 66.973434311699208],\n              [-84.411844118441124, 66.886138258888749],\n              [-84.138241382413767, 66.711546153267832],\n              [-83.943839438394335, 66.82746386273746],\n              [-84.012240122401167, 66.631405514622159],\n              [-83.677436774367692, 66.525505384983248],\n              [-83.56223562235617, 66.34948219652938],\n              [-83.367833678336723, 66.350913279362331],\n              [-83.011430114301092, 66.549833793143534],\n              [-82.633426334263291, 66.562713538640168],\n              [-82.374223742237362, 66.727288064430368],\n              [-82.183421834218294, 66.768789466586156],\n              [-81.956619566195613, 66.976296477365125],\n              [-81.528215282152772, 66.996331637026543],\n              [-81.236612366123609, 67.460002474905039],\n              [-81.456214562145561, 67.628870249194122],\n              [-82.089820898208927, 67.899344904623248],\n              [-82.169021690216852, 67.995227454431458],\n              [-82.017820178201731, 68.131180323562489],\n              [-82.345423454234492, 68.175543891384208],\n              [-82.370623706237012, 68.355860328336945],\n              [-82.633426334263291, 68.411672558822332],\n              [-82.471424714247092, 68.484657783303206],\n              [-82.017820178201731, 68.434569884149653],\n              [-81.816218162181571, 68.530452433957862],\n              [-81.629016290162852, 68.513279439962361],\n              [-81.265412654126493, 68.639214729262704],\n              [-81.233012330123245, 68.773736515560785],\n              [-81.816218162181571, 68.913982633190699],\n              [-81.481414814148081, 69.064246330651315],\n              [-81.272612726127207, 69.091436904477519],\n              [-81.344613446134403, 69.194474868450527],\n              [-82.143821438214331, 69.297512832423536],\n              [-82.28062280622801, 69.419154873224983],\n              [-83.191431914319097, 69.536503665527562],\n              [-82.514625146251404, 69.493571180538822],\n              [-82.615426154261485, 69.64669704366537],\n              [-83.252632526325215, 69.708233605482576],\n              [-83.753037530375252, 69.711095771148479],\n              [-84.339843398433928, 69.859928385776158],\n              [-84.861848618486135, 69.861359468609123],\n              [-85.056250562505568, 69.776925581464582],\n              [-85.319053190531847, 69.847048640279525],\n              [-85.513455134551293, 69.769770167299782],\n              [-85.545855458554527, 69.653852457830169],\n              [-85.383853838538329, 69.563694239353794],\n              [-85.535055350553449, 69.463518441046688],\n              [-85.347853478534731, 69.200199199782361],\n              [-84.527045270452646, 69.024176011328478],\n              [-84.951849518495138, 69.018451679996645],\n              [-84.804248042480367, 68.934017792852103],\n              [-85.14625146251457, 68.835273077377991],\n              [-84.807848078480731, 68.813806834883621],\n              [-84.789847898478925, 68.735097279070914],\n              [-85.362253622536173, 68.762287852897117],\n              [-85.668256682566778, 68.726510782073149],\n              [-85.707857078570726, 68.413103641655283],\n              [-85.844658446584418, 68.324376506011873],\n              [-85.902259022590172, 68.053901850582747],\n              [-86.096660966609605, 67.98377879176779],\n              [-86.52866528665281, 67.687544645345412],\n              [-86.45306453064525, 67.605972923866787],\n              [-86.50346503465029, 67.379861836259366],\n              [-86.780667806678011, 67.418501072749251],\n              [-86.960669606696015, 67.255357629792002],\n              [-87.371073710737051, 67.241046801462417],\n              [-87.482674826748209, 67.362688842263864],\n              [-88.249482494824889, 67.776271780988822],\n              [-88.379083790837853, 68.029573442422446],\n              [-88.281882818828137, 68.125455992230656],\n              [-88.407884078840738, 68.277150772524237],\n              [-88.181081810818057, 68.358722494002862],\n              [-88.170281702816979, 68.239942618867332],\n              [-87.943479434794298, 68.201303382377446],\n              [-87.792277922779178, 68.331531920176658],\n              [-88.022680226802208, 68.808082503551788],\n              [-88.249482494824889, 68.9311556271862],\n              [-88.72828728287277, 69.084281490312748],\n              [-88.940689406894009, 69.233114104940398],\n              [-89.333093330933252, 69.248856016102962],\n              [-89.671496714967091, 69.044211170989911],\n              [-89.747097470974651, 68.91684479885663],\n              [-89.714697146971417, 68.646370143427504],\n              [-89.945099450994448, 68.616317403935369],\n              [-89.822698226982212, 68.544763262287461],\n              [-89.999099990999852, 68.37875765366428],\n              [-90.269102691026859, 68.242804784533249],\n              [-90.319503195031899, 68.37875765366428],\n              [-90.603906039060334, 68.440294215481487],\n              [-90.488704887048812, 68.591988995775068],\n              [-90.564305643056372, 68.799496006554023],\n              [-90.441904419044135, 68.869619065368994],\n              [-90.769507695076896, 69.10860989847302],\n              [-91.255512555125492, 69.298943915256501],\n              [-90.938709387093809, 69.303237163755369],\n              [-90.438304383043771, 69.493571180538822],\n              [-90.654306543065374, 69.536503665527562],\n              [-91.111511115111099, 69.513606340200226],\n              [-91.424714247142418, 69.668163286159739],\n              [-91.799117991179855, 69.489277932039954],\n              [-92.101521015210096, 69.55796990802196],\n              [-92.263522635226295, 69.665301120493837],\n              [-92.868328683286776, 69.702509274150742],\n              [-92.263522635226295, 69.875670296938694],\n              [-91.943119431194262, 70.024502911566373],\n              [-92.112321123211174, 70.088901639049482],\n              [-92.529925299252938, 70.077452976385814],\n              [-92.20952209522089, 70.183353106024725],\n              [-91.997119971199652, 70.123247627040485],\n              [-91.511115111151057, 70.161886863530356],\n              [-91.745117451174451, 70.359376294478608],\n              [-91.95751957519569, 70.257769413338565],\n              [-92.043920439204342, 70.420912856295814],\n              [-92.414724147241415, 70.668490186397605],\n              [-92.947529475294701, 70.817322801025284],\n              [-92.857528575285698, 71.149334018271617],\n              [-92.990729907299013, 71.356841029050571],\n              [-93.213932139321329, 71.468465490021316],\n              [-93.822338223382175, 71.655937341138866],\n              [-93.721537215372095, 71.76469963644368],\n              [-94.211142111421054, 71.791890210269912],\n              [-94.401944019440137, 71.664523838136603],\n              [-94.491944919449139, 71.826236198260915],\n              [-94.405544055440501, 71.946447156229397],\n              [-94.549545495454893, 72.002259386714769],\n              [-95.226352263522571, 71.949309321895328],\n              [-95.301953019530131, 71.720336068621975],\n              [-95.492754927549214, 71.723198234287906],\n              [-95.942759427594211, 71.552899377165858],\n              [-95.463954639546344, 71.484207401183852],\n              [-95.658356583565777, 71.291011218734496],\n              [-95.985959859598537, 71.415515425201846],\n              [-96.446764467644613, 71.299597715732233],\n              [-96.374763747637417, 71.103539367616946],\n              [-96.615966159661539, 70.825909298023021],\n              [-96.191161911619062, 70.6241266185759],\n              [-96.561965619656135, 70.315012726656903],\n              [-96.486364863648575, 70.097488136047247],\n              [-96.205562055620504, 69.865652717107992],\n              [-95.831158311583053, 69.808409403789653],\n              [-94.873548735487304, 69.57228073635153],\n              [-94.628746287462818, 69.688198445821143],\n              [-94.322743227432213, 69.453500861215986],\n              [-93.930339303392984, 69.434896784387519],\n              [-93.559535595355896, 69.530779334195728],\n              [-93.577442455695035, 69.428453515495207],\n              [-93.887138871388657, 69.344738565911143],\n              [-94.236342363423574, 69.336152068913407],\n              [-94.322743227432213, 69.155835631960656],\n              [-94.149941499414936, 69.064246330651315],\n              [-94.401944019440137, 68.962639449511272],\n              [-94.603546035460298, 68.968363780843106],\n              [-94.635946359463532, 68.756563521565283],\n              [-94.110341103410974, 68.759425687231186],\n              [-93.908739087390813, 68.995554354669338],\n              [-93.635136351363457, 68.962639449511272],\n              [-93.577535775357703, 68.862463651204195],\n              [-93.728737287372823, 68.612024155436501],\n              [-93.397533975339698, 68.633490397930871],\n              [-94.20394203942034, 68.374464405165412],\n              [-94.340743407434019, 68.2442358673662],\n              [-94.862748627486212, 68.031004525255412],\n              [-95.093150931509257, 68.091110004239667],\n              [-95.449554495544902, 68.071074844578249],\n              [-95.694356943569375, 67.711873053505698],\n              [-95.463954639546344, 67.638887829024824],\n              [-95.413554135541304, 67.457140309239122],\n              [-95.175951759517531, 67.28970361778299],\n              [-95.345153451534458, 67.158043997150827],\n              [-95.294752947529417, 66.903311252884251],\n              [-96.090360903608982, 66.927639661044537],\n              [-95.863558635586301, 66.765927300920254],\n              [-96.396363963639573, 66.994900554193578],\n              [-95.881558815588093, 66.94624373787299],\n              [-95.348753487534822, 66.973434311699208],\n              [-95.388353883538784, 67.160906162816744],\n              [-95.521555215552098, 67.219580558968033],\n              [-95.834758347583417, 67.165199411315626],\n              [-95.582755827558216, 67.301152280446658],\n              [-95.733957339573337, 67.376999670593449],\n              [-96.07596075960754, 67.225304890299867],\n              [-96.25236252362518, 67.248202215627202],\n              [-96.068760687606812, 67.441398398076572],\n              [-96.461164611646055, 67.474313303234624],\n              [-96.342363423634183, 67.688975728178363],\n              [-96.198361983619776, 67.627439166361157],\n              [-96.212762127621218, 67.830652928641243],\n              [-95.895958959589535, 68.297185932185656],\n              [-96.396363963639573, 68.171250642885326],\n              [-96.803168031680258, 68.026711276756529],\n              [-96.489964899648939, 68.218476376372948],\n              [-96.6915669156691, 68.285737269521988],\n              [-97.080370803707979, 68.26570210986057],\n              [-97.008370083700783, 68.350135997005111],\n              [-97.260372603725983, 68.468915872140656],\n              [-97.980379803797973, 68.547625427953363],\n              [-97.746377463774579, 68.368740073833578],\n              [-98.214382143821382, 68.304341346350455],\n              [-98.718387183871783, 68.367308991000613],\n              [-98.315183151831462, 68.166957394386458],\n              [-98.383583835838294, 67.998089620097375],\n              [-98.048780487804819, 67.837808342806042],\n              [-98.059580595805897, 67.91651789861875],\n              [-97.692376923769174, 68.022418028257661],\n              [-97.119971199711941, 67.779133946654738],\n              [-97.274772747727425, 67.666078402851042],\n              [-97.55917559175586, 67.595955344036085],\n              [-98.091980919809146, 67.760529869826286],\n              [-98.239582395823902, 67.913655732952833],\n              [-98.567185671856663, 68.08824783857375],\n              [-98.725587255872497, 67.958019300774538],\n              [-98.361983619836138, 67.81204885181279],\n              [-99.225992259922535, 67.714735219171615],\n              [-99.423994239942346, 67.793444774984323],\n              [-100.414004140041342, 67.850688088302661],\n              [-100.716407164071583, 67.846394839803779],\n              [-100.957609576095706, 67.749081207162618],\n              [-101.252812528125219, 67.769116366824036],\n              [-101.53001530015294, 67.680389231180612],\n              [-101.980019800197937, 67.792013692151372],\n              [-102.307623076230698, 67.723321716169366],\n              [-102.761227612276059, 67.814911017478707],\n              [-102.948429484294778, 67.926535478449452],\n              [-103.362433624336177, 68.010969365593994],\n              [-103.441634416344101, 68.166957394386458],\n              [-103.542435424354181, 68.071074844578249],\n              [-103.87723877238767, 68.023849111090612],\n              [-104.485644856448502, 68.033866690921329],\n              [-104.676446764467585, 68.13976682056024],\n              [-104.600846008460024, 68.235649370368449],\n              [-104.885248852488459, 68.229925039036615],\n              [-104.892448924489187, 68.351567079838077],\n              [-105.094050940509348, 68.269995358359452],\n              [-105.526055260552539, 68.410241475989366],\n              [-105.410854108541031, 68.530452433957862],\n              [-105.468454684546785, 68.72221753357428],\n              [-105.74925749257487, 68.865325816870126],\n              [-106.199261992619867, 68.944035372682833],\n              [-106.271262712627063, 68.906827219025899],\n              [-107.153271532715266, 68.749408107400484],\n              [-107.293672936729308, 68.700751291079911],\n              [-108.280082800827941, 68.622041735267203],\n              [-108.816488164881591, 68.27428860685832],\n              [-108.452884528845232, 68.312927843348206],\n              [-108.337683376833709, 68.15550873172279],\n              [-107.642876428764225, 68.165526311553492],\n              [-107.887678876788712, 68.269995358359452],\n              [-107.545675456754509, 68.351567079838077],\n              [-107.142471424714188, 68.271426441192403],\n              [-106.786067860678543, 68.414534724488249],\n              [-106.602466024660188, 68.307203512016372],\n              [-106.523265232652264, 68.526159185458994],\n              [-105.87885878858782, 68.639214729262704],\n              [-105.64845648456479, 68.639214729262704],\n              [-105.74925749257487, 68.420259055820082],\n              [-106.44406444064434, 68.351567079838077],\n              [-106.44406444064434, 68.152646566056873],\n              [-106.598865988659824, 68.245666950199166],\n              [-106.814868148681427, 68.208458796542246],\n              [-106.757267572675659, 68.105420832569237],\n              [-107.146071460714552, 68.131180323562489],\n              [-107.430474304742987, 68.042453187919079],\n              [-107.880478804787984, 68.092541087072618],\n              [-107.920079200791946, 68.00524503426216],\n              [-107.686076860768551, 67.910793567286916],\n              [-107.941679416794102, 67.854981336801529],\n              [-107.988479884798792, 67.693268976677246],\n              [-107.585275852758471, 67.501503877060827],\n              [-107.650076500764939, 67.399896995920784],\n              [-107.527675276752703, 67.212425144803248],\n              [-107.203672036720306, 67.12512909199279],\n              [-107.401674016740103, 67.040695204848248],\n              [-107.408874088740831, 66.817446282906744],\n              [-107.524075240752339, 67.02066004518683],\n              [-107.758077580775748, 67.009211382523162],\n              [-107.563675636756301, 66.594197360965254],\n              [-107.243272432724268, 66.348051113696414],\n              [-107.725677256772499, 66.631405514622159],\n              [-107.833678336783308, 66.748754306924752],\n              [-108.136081360813549, 66.860378767895497],\n              [-108.164881648816433, 66.964847814701457],\n              [-108.524885248852428, 67.042126287681199],\n              [-108.622086220862144, 67.159475079983793],\n              [-108.301683016830111, 67.040695204848248],\n              [-107.884078840788348, 67.047850619013033],\n              [-107.992079920799142, 67.282548203618205],\n              [-108.323283232832267, 67.435674066744738],\n              [-108.510485104850986, 67.392741581755999],\n              [-108.600486004859988, 67.626008083528205],\n              [-108.737287372873666, 67.593093178370168],\n              [-108.823688236882305, 67.356964510932031],\n              [-109.021690216902101, 67.487193048731243],\n              [-108.928089280892749, 67.531556616552948],\n              [-109.075690756907505, 67.721890633336415],\n              [-109.716497164971585, 67.719028467670498],\n              [-109.698496984969793, 67.810617768979824],\n              [-110.342903429034223, 67.96803688060524],\n              [-110.821708217082104, 67.816342100311658],\n              [-111.210512105120984, 67.761960952659251],\n              [-111.167311673116671, 67.846394839803779],\n              [-111.545315453154473, 67.721890633336415],\n              [-111.880118801187947, 67.763392035492203],\n              [-112.326523265232595, 67.746219041496701],\n              [-112.420124201241947, 67.681820314013578],\n              [-113.042930429304235, 67.673233817015827],\n              [-113.316533165331592, 67.710441970672747],\n              [-113.860138601385955, 67.696131142343162],\n              [-114.396543965439591, 67.741925792997833],\n              [-114.788947889478834, 67.816342100311658],\n              [-115.116551165511595, 67.803462354815039],\n              [-115.534155341553358, 67.933690892614237],\n              [-115.112951129511231, 68.016693696925827],\n              [-115.242552425524195, 68.186992554047862],\n              [-114.756547565475586, 68.194147968212661],\n              [-114.968949689496824, 68.282875103856071],\n              [-114.338943389433837, 68.235649370368449],\n              [-114.014940149401426, 68.252822364363951],\n              [-113.906939069390631, 68.400223896158664],\n              [-114.522545225452191, 68.717924285075412],\n              [-115.033750337503307, 68.875343396700828],\n              [-115.940959409594029, 69.002709768834109],\n              [-116.311763117631102, 68.948328621181702],\n              [-115.969759697596913, 68.809513586384753],\n              [-118.039780397803924, 69.024176011328478],\n              [-118.475384753847464, 69.130076140967418],\n              [-118.666186661866561, 69.225958690775627],\n              [-120.279002790027832, 69.407706210561315],\n              [-120.682206822068153, 69.556538825188994],\n              [-120.682206822068153, 68.015262614092862],\n              [-116.410935165932742, 66.826787413546157],\n              [-112.502925029250235, 65.500850076585081],\n              [-110.706507065070582, 65.500850076585081],\n              [-109.335849626773239, 64.841255903194991],\n              [-101.998019980199743, 64.227186355252172],\n              [-102.001620016200107, 59.999767666693259],\n              [-94.801548015480094, 59.999767666693259]\n            ]\n          ],\n          [\n            [\n              [-110.836108361083546, 68.550487593619295],\n              [-111.080910809108033, 68.474640203472489],\n              [-110.699306993069868, 68.488951031802074],\n              [-110.836108361083546, 68.550487593619295]\n            ]\n          ],\n          [\n            [\n              [-104.489244892448866, 68.516141605628277],\n              [-104.680046800467949, 68.579109250278464],\n              [-105.0616506165061, 68.549056510786329],\n              [-104.654846548465429, 68.397361730492747],\n              [-104.489244892448866, 68.516141605628277]\n            ]\n          ],\n          [\n            [\n              [-101.695616956169502, 68.770874349894854],\n              [-101.980019800197937, 68.826686580380255],\n              [-102.350823508235024, 68.687871545583278],\n              [-101.864818648186429, 68.571953836113664],\n              [-101.695616956169502, 68.770874349894854]\n            ]\n          ],\n          [\n            [\n              [-100.205202052020468, 68.803789255052919],\n              [-100.180001800017948, 68.893947473529295],\n              [-100.403204032040264, 69.029900342660312],\n              [-100.630006300062945, 68.995554354669338],\n              [-100.630006300062945, 68.79663384088812],\n              [-100.363603636036302, 68.72221753357428],\n              [-100.205202052020468, 68.803789255052919]\n            ]\n          ],\n          [\n            [\n              [-100.043200432004255, 69.085712573145713],\n              [-100.226802268022624, 68.999847603168206],\n              [-100.036000360003541, 68.941173207016902],\n              [-100.043200432004255, 69.085712573145713]\n            ]\n          ],\n          [\n            [\n              [-100.982809828098226, 69.482122517875155],\n              [-101.278012780127739, 69.585160481848163],\n              [-101.198811988119829, 69.404844044895412],\n              [-100.982809828098226, 69.482122517875155]\n            ]\n          ],\n          [\n            [\n              [-96.554765547655421, 69.479260352209252],\n              [-96.144361443614372, 69.351893980075943],\n              [-96.147961479614736, 69.562263156520828],\n              [-96.74196741967414, 69.578005067683364],\n              [-96.554765547655421, 69.479260352209252]\n            ]\n          ],\n          [\n            [\n              [-95.942759427594211, 69.420585956057948],\n              [-95.885158851588457, 69.343307483078206],\n              [-95.723157231572259, 69.555107742356029],\n              [-95.712357123571181, 69.321841240583836],\n              [-95.413554135541304, 69.386239968066945],\n              [-95.381153811538056, 69.523623920030957],\n              [-95.629556295562892, 69.619506469839166],\n              [-95.924759247592419, 69.590884813179997],\n              [-95.942759427594211, 69.420585956057948]\n            ]\n          ],\n          [\n            [\n              [-95.215552155521493, 68.862463651204195],\n              [-95.571955719557138, 68.835273077377991],\n              [-95.845558455584495, 68.891085307863364],\n              [-96.068760687606812, 69.234545187773364],\n              [-96.25236252362518, 69.160128880459524],\n              [-96.219962199621932, 69.313254743586072],\n              [-96.89316893168926, 69.497864429037691],\n              [-97.296372963729581, 69.698216025651874],\n              [-97.926379263792583, 69.895705456600126],\n              [-98.217982179821746, 69.796960741125986],\n              [-98.369183691836867, 69.605195641509567],\n              [-98.001980019800143, 69.447776529884152],\n              [-98.549185491854857, 69.585160481848163],\n              [-98.606786067860625, 69.442052198552318],\n              [-98.394383943839387, 69.31754799208494],\n              [-98.653586535865301, 69.300374998089438],\n              [-98.711187111871055, 69.201630282615326],\n              [-99.006390063900582, 69.138662637965155],\n              [-99.492394923949178, 69.121489643969653],\n              [-99.589595895958894, 69.014158431497776],\n              [-99.182791827918223, 68.830979828879123],\n              [-98.99198991989914, 68.954052952513536],\n              [-98.862388623886176, 68.833841994545025],\n              [-98.523985239852337, 68.750839190233449],\n              [-98.426784267842621, 68.848152822874624],\n              [-98.268382683826786, 68.740821610402747],\n              [-97.760777607776021, 68.652094474759338],\n              [-97.465574655746494, 68.53474568245673],\n              [-97.037170371703652, 68.553349759285197],\n              [-96.518765187651823, 68.447449629646286],\n              [-96.295562955629492, 68.480364534804323],\n              [-95.805958059580533, 68.72937294773908],\n              [-95.528755287552812, 68.677853965752576],\n              [-95.215552155521493, 68.862463651204195]\n            ]\n          ],\n          [\n            [\n              [-100.655206552065465, 70.551141394095026],\n              [-100.230402304022988, 70.463845341284582],\n              [-100.486004860048538, 70.681369931894238],\n              [-100.712807128071219, 70.681369931894238],\n              [-100.655206552065465, 70.551141394095026]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 72.755008956850844],\n              [-110.004500045000384, 72.627642584717563],\n              [-109.788497884978781, 72.50456946108315],\n              [-110.004500045000384, 72.523173537911617],\n              [-110.004500045000384, 72.45877481042848],\n              [-110.000900009000034, 70.000174503406072],\n              [-112.499324993249871, 70.000174503406072],\n              [-112.463324633246273, 69.849910805945456],\n              [-112.873728737287308, 69.832737811949954],\n              [-112.898928989289828, 70.000174503406072],\n              [-117.125371253712473, 70.001605586239037],\n              [-117.143371433714265, 69.888550042435327],\n              [-116.635766357663513, 69.629524049669868],\n              [-116.85536855368548, 69.648128126498335],\n              [-116.632166321663149, 69.462087358213751],\n              [-115.973359733597277, 69.300374998089438],\n              [-115.188551885518791, 69.243131684771129],\n              [-114.396543965439591, 69.287495252592834],\n              [-113.942939429394229, 69.258873595933665],\n              [-113.694536945369393, 69.194474868450527],\n              [-113.550535505354986, 69.044211170989911],\n              [-113.654936549365431, 68.800927089386988],\n              [-113.348933489334826, 68.591988995775068],\n              [-112.747727477274708, 68.463191540808822],\n              [-112.582125821258145, 68.508986191463492],\n              [-111.530915309153031, 68.543332179454495],\n              [-111.361713617136104, 68.5876957472762],\n              [-110.980109801097953, 68.549056510786329],\n              [-110.605706057060502, 68.616317403935369],\n              [-109.622896228962233, 68.642076894928607],\n              [-108.953289532895269, 68.742252693235713],\n              [-108.56448564485639, 68.875343396700828],\n              [-108.53928539285387, 68.946897538348736],\n              [-107.941679416794102, 68.941173207016902],\n              [-107.33327333273327, 69.025607094161444],\n              [-106.926469264692585, 69.238838436272232],\n              [-106.962469624696183, 69.36334264273961],\n              [-106.768067680676751, 69.376222388236243],\n              [-106.584465844658382, 69.503588760369524],\n              [-106.318063180631739, 69.404844044895412],\n              [-106.274862748627427, 69.287495252592834],\n              [-106.411664116641106, 69.188750537118693],\n              [-105.886058860588548, 69.17587079162206],\n              [-104.917649176491707, 69.048504419488779],\n              [-105.277652776527702, 68.954052952513536],\n              [-105.122851228512218, 68.896809639195197],\n              [-104.593645936459311, 68.86389473403716],\n              [-104.44604446044454, 68.941173207016902],\n              [-103.448834488344829, 68.789478426723321],\n              [-103.01323013230126, 68.802358172219954],\n              [-102.5236252362523, 68.865325816870126],\n              [-102.386823868238622, 68.926862378687332],\n              [-101.965619656196509, 68.969794863676071],\n              [-101.771217712177062, 69.194474868450527],\n              [-102.174421744217383, 69.351893980075943],\n              [-101.940419404193989, 69.420585956057948],\n              [-102.055620556205497, 69.484984683541086],\n              [-102.462424624246182, 69.480691435042189],\n              [-102.836828368283619, 69.386239968066945],\n              [-103.03843038430378, 69.257442513100699],\n              [-102.98802988029874, 69.420585956057948],\n              [-103.222032220322149, 69.555107742356029],\n              [-103.510035100350947, 69.619506469839166],\n              [-103.438034380343737, 69.708233605482576],\n              [-102.782827828278229, 69.536503665527562],\n              [-102.509225092250858, 69.563694239353794],\n              [-102.581225812258069, 69.744010676306544],\n              [-102.34722347223466, 69.764045835967949],\n              [-102.178021780217748, 69.90142978793196],\n              [-101.674016740167346, 69.64669704366537],\n              [-101.476014760147535, 69.894274373767161],\n              [-101.328413284132779, 69.679611948823407],\n              [-100.96480964809642, 69.663870037660871],\n              [-100.871208712087068, 69.808409403789653],\n              [-100.975609756097498, 70.147576035200785],\n              [-101.062010620106136, 70.196232851521358],\n              [-101.53001530015294, 70.113230047209782],\n              [-101.692016920169138, 70.309288395325069],\n              [-101.951219512195067, 70.269218076002232],\n              [-102.408424084240778, 70.425206104794682],\n              [-102.851228512285061, 70.516795406104023],\n              [-102.858428584285789, 70.596936044749697],\n              [-103.132031320313146, 70.682801014727204],\n              [-103.13923139231386, 70.51107107477219],\n              [-103.272432724327189, 70.591211713417863],\n              [-103.538835388353817, 70.599798210415599],\n              [-103.970839708397023, 70.751492990709181],\n              [-104.104041040410337, 70.897463439670958],\n              [-104.647646476464701, 71.119281278779482],\n              [-104.460444604445982, 71.212301662921789],\n              [-104.49644496444958, 71.325357206725499],\n              [-104.284042840428341, 71.36399644321537],\n              [-104.381243812438058, 71.600125110653494],\n              [-105.040050400503944, 72.113883847685514],\n              [-104.960849608496019, 72.178282575168652],\n              [-105.306453064530587, 72.455912644762577],\n              [-105.367653676536705, 72.792217110507778],\n              [-105.832058320583144, 73.014034949616303],\n              [-106.235262352623465, 73.087020174097177],\n              [-106.872468724687181, 73.315993427370529],\n              [-107.171271712717072, 73.194351386569053],\n              [-107.660876608766031, 73.328873172867134],\n              [-108.089280892808873, 73.3546326638604],\n              [-108.157681576815705, 73.305975847539827],\n              [-107.869678696786906, 73.190058138070185],\n              [-108.164881648816433, 73.205800049232721],\n              [-108.298082980829747, 73.134245907584813],\n              [-108.157681576815705, 73.052674186106202],\n              [-108.082080820808144, 72.760733288182678],\n              [-107.87687876878762, 72.573261437065156],\n              [-107.984879848798428, 72.517449206579784],\n              [-107.725677256772499, 72.288475953306431],\n              [-107.779677796777904, 72.141074421511746],\n              [-107.603276032760263, 72.010845883712534],\n              [-107.272072720727152, 71.909239002572491],\n              [-107.473674736747313, 71.87059976608262],\n              [-107.250472504724982, 71.806201038599482],\n              [-107.563675636756301, 71.774717216274411],\n              [-107.725677256772499, 71.634471098644497],\n              [-107.984879848798428, 71.634471098644497],\n              [-108.287282872828669, 71.799045624434683],\n              [-108.190081900818953, 71.949309321895328],\n              [-108.416884168841619, 71.990810724051101],\n              [-108.402484024840192, 72.148229835676517],\n              [-108.661686616866106, 72.361461177787305],\n              [-108.632886328863222, 72.566106022900357],\n              [-108.946089460894541, 72.673437235372234],\n              [-109.752497524975183, 72.880944246151188],\n              [-110.004500045000384, 72.985413292957162],\n              [-110.004500045000384, 72.755008956850844]\n            ]\n          ],\n          [\n            [\n              [-72.949329493294883, 66.734443478595168],\n              [-73.330933309333048, 66.662889336947245],\n              [-73.456934569345648, 66.5512648759765],\n              [-74.472144721447165, 66.14913059991521],\n              [-74.01134011340109, 65.855758619158749],\n              [-73.654936549365445, 65.719805750027703],\n              [-73.47493474934744, 65.459348674429293],\n              [-74.050940509405038, 65.536627147409035],\n              [-74.608946089460844, 65.33627555079488],\n              [-75.109351093510881, 65.393518864113204],\n              [-75.213752137521325, 65.254703829316256],\n              [-75.948159481594772, 65.321964722465296],\n              [-75.562955629556242, 65.168838859338749],\n              [-75.361353613536082, 65.007126499214465],\n              [-75.29295292952925, 64.750962672114923],\n              [-75.408154081540758, 64.725203181121671],\n              [-75.631356313563089, 64.954176434394995],\n              [-75.415354153541486, 64.979935925388247],\n              [-75.451354513545084, 65.078680640862373],\n              [-75.757357573575689, 65.213202427160454],\n              [-76.67536675366749, 65.410691858108706],\n              [-77.434974349743442, 65.459348674429293],\n              [-77.312573125731205, 65.362035041788118],\n              [-77.514175141751366, 65.326257970964164],\n              [-77.312573125731205, 65.200322681663835],\n              [-77.964179641796363, 65.05149006703617],\n              [-78.144181441814368, 64.957038600060912],\n              [-78.072180721807172, 64.815361399598046],\n              [-78.198181981819772, 64.650786873807832],\n              [-77.852578525785205, 64.370294638548003],\n              [-77.352173521735168, 64.241497183581757],\n              [-77.132571325713201, 64.301602662565998],\n              [-76.689766897668932, 64.191409284428218],\n              [-76.72936729367288, 64.27584317157276],\n              [-76.18936189361888, 64.301602662565998],\n              [-76.286562865628611, 64.35169056171955],\n              [-75.976959769597642, 64.406071709371957],\n              [-75.714157141571363, 64.384605466877588],\n              [-75.922959229592252, 64.487643430850582],\n              [-75.793357933579287, 64.616440885816829],\n              [-74.972549725497203, 64.417520372035625],\n              [-74.68094680946804, 64.377450052712788],\n              [-74.468544685446801, 64.562059738164422],\n              [-74.796147961479562, 64.70087477296137],\n              [-74.724147241472366, 64.86401821591862],\n              [-74.544145441454361, 64.898364203909622],\n              [-74.709747097470924, 64.739514009451256],\n              [-74.392943929439241, 64.576370566494006],\n              [-74.050940509405038, 64.725203181121671],\n              [-74.130141301412962, 64.590681394823591],\n              [-74.050940509405038, 64.469039354022129],\n              [-74.173341733417288, 64.370294638548003],\n              [-73.996939969399648, 64.328793236392215],\n              [-73.932139321393166, 64.60356114032021],\n              [-73.665736657366523, 64.563490820997373],\n              [-73.352533525335204, 64.637907128311213],\n              [-73.179731797317928, 64.576370566494006],\n              [-73.482134821348168, 64.404640626539006],\n              [-73.309333093330878, 64.255808011911341],\n              [-73.24453244532441, 64.335948650557],\n              [-72.906129061290557, 64.165649793434966],\n              [-72.942129421294169, 64.068336160793791],\n              [-72.664926649266448, 63.856535901515969],\n              [-72.405724057240519, 63.8279142448568],\n              [-72.240122401223957, 63.959573865488963],\n              [-72.200522005220009, 63.780688511369164],\n              [-72.024120241202368, 63.676219464563218],\n              [-71.548915489154837, 63.711996535387172],\n              [-71.584915849158435, 63.593216660251628],\n              [-71.278912789127844, 63.566026086425424],\n              [-71.685716857168515, 63.424348885962544],\n              [-72.14292142921424, 63.448677294122831],\n              [-71.746917469174647, 63.348501495815754],\n              [-71.714517145171399, 63.178202638693719],\n              [-71.142111421114166, 62.985006456244335],\n              [-70.494104941049358, 62.866226581108791],\n              [-70.242102421024157, 62.754602120138046],\n              [-69.939699396993916, 62.801827853625667],\n              [-69.392493924939203, 62.751739954472129],\n              [-69.586895868958635, 62.657288487496885],\n              [-69.028890288902844, 62.379658417902959],\n              [-68.553685536855326, 62.249429880103762],\n              [-67.336873368733634, 62.140667584798919],\n              [-67.088470884708798, 62.033336372327057],\n              [-66.746467464674595, 62.013301212665638],\n              [-66.663666636666321, 61.937453822518847],\n              [-66.274862748627442, 61.85874426670614],\n              [-65.950859508595045, 61.897383503196011],\n              [-66.141661416614113, 62.013301212665638],\n              [-65.929259292592874, 62.197910898117257],\n              [-66.156061560615555, 62.247998797270796],\n              [-66.357663576635716, 62.451212559550882],\n              [-66.760867608676037, 62.684479061323088],\n              [-67.005670056700524, 62.657288487496885],\n              [-67.038070380703758, 62.773206196966512],\n              [-67.538475384753795, 63.04511193522859],\n              [-68.146881468814641, 63.161029644698218],\n              [-68.499684996849922, 63.431504300127344],\n              [-68.863288632886281, 63.610389654247129],\n              [-68.989289892898881, 63.740618192046341],\n              [-68.730087300872967, 63.777826345703261],\n              [-68.121681216812121, 63.601803157249378],\n              [-67.732877328773242, 63.369967738310123],\n              [-67.815678156781516, 63.650459973569966],\n              [-67.689676896768916, 63.633286979574464],\n              [-67.502475024750197, 63.442952962791011],\n              [-66.771667716677115, 63.099493082881011],\n              [-66.573665736657318, 63.165322893197086],\n              [-66.418864188641834, 63.00790378157167],\n              [-65.965259652596473, 62.937780722756713],\n              [-65.605256052560478, 62.824725178953003],\n              [-65.245252452524483, 62.780361611131298],\n              [-65.349653496534913, 62.707376386650424],\n              [-65.169651696516922, 62.568561351853461],\n              [-64.939249392493878, 62.631528996503633],\n              [-65.284852848528431, 62.983575373411384],\n              [-64.888848888488837, 62.869088746774707],\n              [-64.626046260462559, 62.91059014893051],\n              [-64.791647916479121, 63.129545822373132],\n              [-65.058050580505764, 63.178202638693719],\n              [-65.148051480514752, 63.288396016831499],\n              [-64.90324903249028, 63.239739200510925],\n              [-65.097650976509712, 63.548853092429923],\n              [-64.950049500494956, 63.639011310906298],\n              [-64.770047700476951, 63.328466336154335],\n              [-64.536045360453556, 63.255481111673461],\n              [-64.503645036450322, 63.644735642238132],\n              [-64.705247052470483, 63.762084434540711],\n              [-64.9284492844928, 63.777826345703261],\n              [-64.896048960489551, 63.898037303671757],\n              [-64.647646476464715, 63.975315776651499],\n              [-65.194851948519442, 64.022541510139135],\n              [-65.0544505445054, 64.068336160793791],\n              [-65.526055260552553, 64.328793236392215],\n              [-65.270452704527003, 64.295878331234164],\n              [-65.094050940509362, 64.418951454868591],\n              [-65.691656916569116, 64.487643430850582],\n              [-65.752857528575234, 64.590681394823591],\n              [-65.583655836558322, 64.756687003446757],\n              [-65.950859508595045, 64.884053375580038],\n              [-66.217262172621673, 64.69228827596362],\n              [-66.148861488614841, 64.871173630083419],\n              [-66.53766537665372, 64.958469682893877],\n              [-66.681666816668113, 65.04433465287137],\n              [-66.685266852668477, 64.809637068266213],\n              [-66.937269372693677, 65.241824083819623],\n              [-67.099270992709876, 65.203184847329752],\n              [-67.084870848708434, 65.467935171427044],\n              [-67.459274592745885, 65.500850076585081],\n              [-67.272072720727152, 65.645389442713878],\n              [-67.736477364773606, 65.638234028549078],\n              [-68.031680316803119, 65.487970331088462],\n              [-67.86967869678692, 65.645389442713878],\n              [-68.006480064800598, 65.781342311844909],\n              [-68.204482044820395, 65.795653140174494],\n              [-68.136081360813563, 65.925881677973706],\n              [-68.312483124831203, 65.913001932477087],\n              [-68.334083340833359, 66.048954801608119],\n              [-68.053280532805275, 66.007453399452331],\n              [-68.524885248852442, 66.206373913233534],\n              [-68.258482584825799, 66.219253658730167],\n              [-67.974079740797364, 66.083300789599122],\n              [-67.923679236792324, 65.902984352646371],\n              [-67.754477544775398, 65.950210086133993],\n              [-67.473674736747313, 65.892966772815669],\n              [-67.171271712717072, 65.933037092138505],\n              [-67.164071640716358, 66.0360750561115],\n              [-67.754477544775398, 66.255030729554122],\n              [-67.876878768787634, 66.463968823166041],\n              [-67.574475744757393, 66.419605255344337],\n              [-67.390873908739039, 66.299394297375827],\n              [-67.12807128071276, 66.316567291371328],\n              [-67.142471424714202, 66.439640415005741],\n              [-67.380073800737961, 66.549833793143534],\n              [-66.861668616686117, 66.542678378978749],\n              [-66.764467644676401, 66.385259267353334],\n              [-66.472864728647238, 66.350913279362331],\n              [-66.541265412654084, 66.24501314972342],\n              [-66.282062820628155, 66.242150984057503],\n              [-65.958059580595759, 66.114784611924208],\n              [-65.558455584555801, 66.234995569892703],\n              [-65.961659616596123, 66.053248050107001],\n              [-65.900459004590004, 65.95307225179991],\n              [-65.392853928539239, 65.981693908459079],\n              [-64.849248492484875, 66.120508943256041],\n              [-64.852848528485239, 66.0289196419467],\n              [-65.353253532535277, 65.914433015310038],\n              [-65.454054540545357, 65.679735430704881],\n              [-65.184051840518364, 65.656838105377545],\n              [-65.292052920529159, 65.560955555569336],\n              [-64.9284492844928, 65.528040650411285],\n              [-65.169651696516922, 65.487970331088462],\n              [-65.011250112501074, 65.369190455952918],\n              [-64.410044100440956, 65.480814916923663],\n              [-64.888848888488837, 65.354879627623333],\n              [-64.557645576455712, 65.092991469191958],\n              [-64.435244352443476, 65.329120136630081],\n              [-64.276842768427642, 65.104440131855625],\n              [-63.80163801638011, 65.16454561083988],\n              [-63.870038700386957, 65.04433465287137],\n              [-63.524435244352389, 64.902657452408505],\n              [-63.322833228332243, 65.221788924158204],\n              [-63.373233732337283, 65.329120136630081],\n              [-63.654036540365354, 65.466504088594078],\n              [-63.319233192331879, 65.59673262639329],\n              [-63.62163621636212, 65.674011099373047],\n              [-63.348033480334763, 65.672580016540081],\n              [-63.430834308343037, 65.847172122160998],\n              [-63.196831968319643, 65.63394078005021],\n              [-62.862028620286154, 65.65540702254458],\n              [-62.746827468274631, 65.589577212228505],\n              [-62.588425884258797, 65.724098998526586],\n              [-62.793627936279321, 65.867207281822417],\n              [-62.509225092250873, 65.792790974508577],\n              [-62.29322293222927, 65.822843714000712],\n              [-62.430024300242962, 65.978831742793162],\n              [-61.954819548195431, 66.02033314494895],\n              [-62.1384213842138, 66.154854931247044],\n              [-62.538025380253757, 66.227840155727918],\n              [-62.31842318423179, 66.303687545874709],\n              [-62.628026280262759, 66.439640415005741],\n              [-62.221222212222074, 66.396707930017001],\n              [-62.210422104220996, 66.323722705536127],\n              [-61.933219332193275, 66.289376717545125],\n              [-61.461614616146122, 66.370948439023749],\n              [-61.566015660156552, 66.419605255344337],\n              [-61.990819908199029, 66.419605255344337],\n              [-61.580415804157994, 66.478279651495626],\n              [-61.57681576815763, 66.549833793143534],\n              [-61.270812708127039, 66.604214940795956],\n              [-61.299612996129909, 66.67720016527683],\n              [-61.839618396183909, 66.973434311699208],\n              [-62.106021060210551, 66.919053164046787],\n              [-62.005220052200471, 67.036401956349366],\n              [-62.271622716227114, 67.047850619013033],\n              [-62.426424264242598, 66.927639661044537],\n              [-62.311223112231076, 66.727288064430368],\n              [-62.606426064260589, 66.95339915203779],\n              [-62.822428224282191, 66.801704371744208],\n              [-62.90522905229048, 66.973434311699208],\n              [-63.348033480334763, 66.890431507387618],\n              [-63.250832508325033, 67.132284506157575],\n              [-62.977229772297676, 67.22244272463395],\n              [-63.164431644316394, 67.336929351270626],\n              [-63.412834128341231, 67.218149476135082],\n              [-63.888038880388763, 67.241046801462417],\n              [-63.963639636396323, 67.188096736642947],\n              [-64.608046080460753, 67.140871003155326],\n              [-64.147241472414677, 67.22244272463395],\n              [-64.788047880478757, 67.221011641800999],\n              [-64.230042300422951, 67.29685903194779],\n              [-64.762847628476237, 67.362688842263864],\n              [-63.924039240392361, 67.295427949114824],\n              [-63.996039960399557, 67.454278143573205],\n              [-64.327243272432682, 67.454278143573205],\n              [-64.046440464404597, 67.530125533719996],\n              [-64.075240752407481, 67.617421586530455],\n              [-64.377643776437722, 67.771978532489953],\n              [-64.741247412474081, 67.830652928641243],\n              [-65.047250472504672, 67.727614964668248],\n              [-65.108451084510804, 67.844963756970827],\n              [-64.719647196471911, 67.985209874600741],\n              [-64.964449644496398, 68.052470767749782],\n              [-65.418054180541759, 67.913655732952833],\n              [-65.446854468544643, 67.993796371598492],\n              [-65.828458284582794, 67.96803688060524],\n              [-65.958059580595759, 67.817773183144624],\n              [-65.968859688596837, 68.032435608088363],\n              [-66.264062640626364, 67.965174714939323],\n              [-66.368463684636794, 67.781996112320655],\n              [-66.746467464674595, 67.87930974496183],\n              [-66.429664296642912, 67.864998916632246],\n              [-66.238862388623843, 68.082523507241916],\n              [-66.692466924669205, 68.145491151892074],\n              [-66.904869048690443, 68.065350513246415],\n              [-66.764467644676401, 68.242804784533249],\n              [-67.030870308703044, 68.32723867167779],\n              [-66.894068940689365, 68.423121221485999],\n              [-67.12807128071276, 68.481795617637289],\n              [-67.628476284762797, 68.493244280300956],\n              [-67.491674916749119, 68.530452433957862],\n              [-68.377283772837686, 68.600575492772833],\n              [-68.643686436864314, 68.664974220255942],\n              [-68.107281072810679, 68.630628232264939],\n              [-68.046080460804561, 68.687871545583278],\n              [-68.877688776887723, 68.768012184228951],\n              [-69.15129151291508, 68.830979828879123],\n              [-68.492484924849194, 68.79663384088812],\n              [-68.398883988839842, 68.845290657208693],\n              [-67.772477724777204, 68.783754095391487],\n              [-67.999279992799885, 68.855308237039395],\n              [-68.042480424804197, 68.972657029342002],\n              [-67.736477364773606, 69.039917922491043],\n              [-68.373683736837322, 69.180164040120957],\n              [-68.863288632886281, 69.091436904477519],\n              [-68.506885068850636, 69.201630282615326],\n              [-68.139681396813913, 69.203061365448292],\n              [-69.014490144901401, 69.359049394240742],\n              [-68.197281972819681, 69.310392577920169],\n              [-67.678876788767838, 69.177301874455026],\n              [-66.667266672666685, 69.184457288619825],\n              [-66.789667896678921, 69.340445317412275],\n              [-67.22887228872284, 69.464949523879653],\n              [-68.006480064800598, 69.462087358213751],\n              [-68.58608586085856, 69.590884813179997],\n              [-69.291692916929122, 69.509313091701358],\n              [-68.726487264872603, 69.64669704366537],\n              [-68.348483484834802, 69.633817298168736],\n              [-68.013680136801312, 69.775494498631616],\n              [-67.747277472774684, 69.782649912796415],\n              [-67.347673476734712, 69.716820102480312],\n              [-67.113671136711318, 69.72826876514398],\n              [-67.225272252722476, 69.948655521419568],\n              [-67.545675456754523, 70.147576035200785],\n              [-68.053280532805275, 70.325030306487605],\n              [-68.323283232832281, 70.223423425347562],\n              [-68.190081900818953, 70.126109792706416],\n              [-68.672486724867198, 69.98300150941057],\n              [-69.478894788947841, 69.818426983620355],\n              [-69.086490864908598, 69.984432592243536],\n              [-68.863288632886281, 70.018778580234539],\n              [-68.643686436864314, 70.147576035200785],\n              [-68.704887048870447, 70.209112597017992],\n              [-69.684096840968365, 70.13898953820302],\n              [-69.759697596975926, 69.972983929579868],\n              [-70.224102241022365, 69.945793355753665],\n              [-69.878498784987798, 70.044538071227777],\n              [-70.087300873008687, 70.068866479388078],\n              [-69.471694716947127, 70.247751833507863],\n              [-68.719287192871874, 70.322168140821702],\n              [-68.672486724867198, 70.423775021961745],\n              [-68.488884888848844, 70.36939387430931],\n              [-68.298082980829761, 70.496760246442619],\n              [-68.362883628836244, 70.584056299253064],\n              [-69.097290972909676, 70.722871334050041],\n              [-69.20169201692012, 70.778683564535413],\n              [-69.590495904958999, 70.772959233203579],\n              [-70.040500405003996, 70.596936044749697],\n              [-70.479704797047916, 70.612677955912233],\n              [-69.957699576995722, 70.734319996713708],\n              [-69.774097740977354, 70.855962037515155],\n              [-69.914499144991396, 70.880290445675456],\n              [-70.983709837098317, 70.634144198406602],\n              [-71.354513545135404, 70.123247627040485],\n              [-71.181711817118128, 70.54255489709729],\n              [-71.516515165151603, 70.57833196792123],\n              [-71.754117541175361, 70.315012726656903],\n              [-71.728917289172841, 70.496760246442619],\n              [-71.527315273152681, 70.619833370077032],\n              [-71.264512645126402, 70.584056299253064],\n              [-70.807308073080677, 70.724302416882978],\n              [-70.515705157051528, 70.937533758993766],\n              [-70.785707857078521, 71.114988030280614],\n              [-71.14931149311488, 71.037709557300872],\n              [-71.322113221132156, 70.887445859840227],\n              [-72.337323373233687, 70.757217322041015],\n              [-72.164521645216396, 70.830202546521917],\n              [-72.355323553235479, 70.878859362842491],\n              [-72.045720457204524, 71.084935290788479],\n              [-71.444514445144407, 71.073486628124812],\n              [-71.116911169111646, 71.270976059073064],\n              [-71.581315813158085, 71.515691223508952],\n              [-72.474124741247365, 71.647350844141101],\n              [-72.763432441459784, 71.53917752570473],\n              [-72.736927369273644, 71.6616616724707],\n              [-73.042930429304249, 71.585814282323895],\n              [-72.7825233866605, 71.532039344132201],\n              [-72.837728377283725, 71.511397975010055],\n              [-72.754927549275436, 71.435550584863279],\n              [-72.816128161281569, 71.448430330359912],\n              [-72.952929529295247, 71.517122306341889],\n              [-73.352533525335204, 71.534295300337391],\n              [-73.266132661326566, 71.36399644321537],\n              [-73.064530645306405, 71.325357206725499],\n              [-73.020103204406567, 71.347369160221419],\n              [-73.050130501304963, 71.270976059073064],\n              [-73.442534425344206, 71.346823449219869],\n              [-73.654936549365445, 71.442705999028078],\n              [-73.564935649356443, 71.558623708497691],\n              [-73.867338673386683, 71.535726383170356],\n              [-74.097740977409728, 71.282424721736731],\n              [-74.01494014940144, 71.489931732515686],\n              [-73.597335973359677, 71.763268553610743],\n              [-73.906939069390646, 71.776148299107348],\n              [-74.522545225452205, 71.663092755303666],\n              [-74.72774727747273, 71.544312880168121],\n              [-74.630546305463, 71.389755934208608],\n              [-74.929349293492891, 71.455585744524683],\n              [-74.634146341463364, 71.654506258305901],\n              [-75.084150841508361, 71.703163074626474],\n              [-74.263342633426277, 71.819080784096116],\n              [-74.119341193411884, 71.967913398723766],\n              [-74.238142381423756, 72.076675694028609],\n              [-75.062550625506205, 72.128194676015113],\n              [-75.195751957519519, 72.023725629209139],\n              [-75.462154621546162, 72.009414800879568],\n              [-74.940149401493969, 72.256992130981359],\n              [-75.199351993519883, 72.497414046918351],\n              [-75.991359913599084, 72.587572265394726],\n              [-76.128161281612762, 72.491689715586517],\n              [-76.196561965619608, 72.599020928058394],\n              [-76.653766537665319, 72.639091247381231],\n              [-76.887768877688728, 72.743560294187176],\n              [-77.600576005760004, 72.75644003968381],\n              [-78.442984429844245, 72.587572265394726],\n              [-78.532985329853247, 72.425859905270443],\n              [-77.784177841778373, 72.244112385484726],\n              [-78.568985689856845, 72.355736846455471],\n              [-78.817388173881682, 72.322821941297434],\n              [-78.87498874988745, 72.231232639988121],\n              [-78.38898388983884, 72.098141936522978],\n              [-78.831788317883124, 72.172558243836818],\n              [-78.914589145891412, 72.030881043373938],\n              [-78.720187201871965, 71.923549830902061],\n              [-79.231392313923081, 71.976499895721531],\n              [-79.02979029790292, 72.086693273859311],\n              [-78.95058950589501, 72.275596207809826],\n              [-79.281792817928121, 72.394376082945371],\n              [-79.767797677976731, 72.222646142990357],\n              [-79.59499594995944, 72.339994935292935],\n              [-79.818198181981771, 72.506000543916116],\n              [-80.160201602015974, 72.339994935292935],\n              [-79.936999369993643, 72.165402829672018],\n              [-80.246602466024612, 72.299924615970099],\n              [-80.239402394023884, 72.209766397493723],\n              [-80.484204842048371, 72.181144740834554],\n              [-80.397803978039732, 72.049485120202405],\n              [-80.757807578075727, 71.983655309886331],\n              [-81.027810278102734, 72.09384868802411],\n              [-80.570605706057009, 72.090986522358179],\n              [-80.970209702096966, 72.20404206616189],\n              [-80.513005130051241, 72.381496337448738],\n              [-80.556205562055567, 72.516018123746818],\n              [-80.984609846098408, 72.44446398209891],\n              [-80.527405274052683, 72.57898576839699],\n              [-80.246602466024612, 72.737835962855371],\n              [-80.639006390063841, 72.928169979638824],\n              [-80.549005490054853, 73.094175588261976],\n              [-80.642606426064205, 73.170022978408781],\n              [-81.132211322113164, 73.247301451388523],\n              [-81.229412294122895, 73.539242349312019],\n              [-81.528215282152772, 73.716696620598867],\n              [-82.831428314283087, 73.736731780260271],\n              [-84.656646566465611, 73.394702983183237],\n              [-84.397443974439696, 73.224404126061188],\n              [-84.836648366483615, 73.388978651851403],\n              [-85.193051930519246, 73.231559540225987],\n              [-84.570245702456972, 73.114210747923408],\n              [-83.861038610386046, 73.036932274943638],\n              [-84.458644586445814, 73.062691765936904],\n              [-85.175051750517454, 73.148556735914411],\n              [-85.124651246512414, 73.052674186106202],\n              [-85.394653946539407, 73.139970238916646],\n              [-85.535055350553449, 73.02548361227997],\n              [-85.17145171451709, 73.0111727839504],\n              [-84.239042390423847, 72.800803607505514],\n              [-85.160651606516012, 72.948205139300228],\n              [-85.542255422554177, 72.976826795959397],\n              [-85.682656826568206, 72.893823991647821],\n              [-85.704257042570376, 72.634797998882362],\n              [-85.513455134551293, 72.463068058927348],\n              [-85.009450094500892, 72.374340923283938],\n              [-84.768247682476769, 72.460205893261445],\n              [-84.937449374493696, 72.292769201805328],\n              [-84.163441634416287, 72.025156712042104],\n              [-85.034650346503412, 72.254129965315428],\n              [-85.477454774547695, 72.265578627979096],\n              [-85.495454954549487, 72.085262191026345],\n              [-85.988659886598811, 72.030881043373938],\n              [-85.574655746557411, 71.907807919739525],\n              [-85.581855818558125, 71.791890210269912],\n              [-85.257852578525728, 71.668817086635471],\n              [-84.890648906489005, 71.633040015811531],\n              [-84.714247142471365, 71.681696832132104],\n              [-84.527045270452646, 71.472758738520184],\n              [-84.699846998469937, 71.432688419197348],\n              [-84.797047970479653, 71.288149053068565],\n              [-84.663846638466325, 71.223750325585456],\n              [-84.825848258482537, 71.100677201951015],\n              [-84.753847538475327, 70.976172995483665],\n              [-84.966249662496566, 70.924654013497161],\n              [-84.858248582485771, 71.159351598102319],\n              [-85.484654846548409, 71.175093509264855],\n              [-85.769057690576858, 71.149334018271617],\n              [-86.283862838628337, 71.006225734975772],\n              [-86.802268022680167, 71.000501403643938],\n              [-86.208262082620777, 71.079210959456645],\n              [-85.974259742597368, 71.175093509264855],\n              [-85.542255422554177, 71.180817840596688],\n              [-85.17145171451709, 71.278131473237863],\n              [-84.858248582485771, 71.276700390404898],\n              [-84.959049590495852, 71.428395170698479],\n              [-85.495454954549487, 71.514260140675987],\n              [-86.129061290612853, 71.794752375935815],\n              [-86.409864098640938, 72.0051215523807],\n              [-86.460264602645978, 72.20404206616189],\n              [-86.255062550625453, 72.394376082945371],\n              [-86.32706327063265, 72.503138378250185],\n              [-86.679866798667931, 72.64624666154603],\n              [-86.697866978669737, 72.816545518668079],\n              [-86.283862838628337, 73.087020174097177],\n              [-86.031860318603137, 73.303113681873896],\n              [-85.578255782557775, 73.512051775485816],\n              [-84.951849518495138, 73.668039804278266],\n              [-84.836648366483615, 73.745318277258008],\n              [-85.106651066510608, 73.812579170407076],\n              [-86.017460174601695, 73.855511655395816],\n              [-86.715867158671529, 73.846925158398051],\n              [-87.763477634776294, 73.716696620598867],\n              [-88.415084150841452, 73.524931520982449],\n              [-89.052290522905167, 73.251594699887391],\n              [-89.311493114931096, 73.046949854774368],\n              [-89.29349293492929, 72.752146791184941],\n              [-89.577895778957739, 72.792217110507778],\n              [-89.588695886958817, 72.616193922053895],\n              [-89.783097830978249, 72.573261437065156],\n              [-89.963099630996254, 72.256992130981359],\n              [-89.901899018990136, 72.189731237832319],\n              [-89.577895778957739, 72.162540664006116],\n              [-89.991899918999138, 72.070951362696775],\n              [-90.103501035010297, 71.916394416737262],\n              [-89.797497974979692, 71.76469963644368],\n              [-89.995499954999488, 71.610142690484196],\n              [-90.002700027000216, 71.455585744524683],\n              [-89.811898118981134, 71.329650455224368],\n              [-88.616686166861612, 71.236630071082061],\n              [-88.065880658806535, 71.212301662921789],\n              [-87.817478174781698, 71.258096313576431],\n              [-87.749077490774852, 71.140747521273852],\n              [-87.281072810728048, 71.009087900641703],\n              [-87.360273602735973, 70.948982421657433],\n              [-88.325083250832449, 70.959000001488164],\n              [-88.641886418864132, 71.054882551296373],\n              [-89.127891278912728, 71.031985225969038],\n              [-89.556295562955569, 71.093521787786244],\n              [-89.207092070920652, 70.941827007492662],\n              [-89.448294482944775, 70.90748101950166],\n              [-88.692286922869172, 70.465276424117519],\n              [-88.141481414814095, 70.396584448135542],\n              [-87.878678786787816, 70.317874892322834],\n              [-88.263882638826331, 70.332185720652404],\n              [-87.853478534785296, 70.237734253677161],\n              [-87.781477814778086, 70.332185720652404],\n              [-87.003870038700327, 70.283528904331831],\n              [-86.975069750697457, 70.353651963146774],\n              [-87.248672486724814, 70.393722282469611],\n              [-87.032670326703212, 70.46813858978345],\n              [-86.859868598685935, 70.325030306487605],\n              [-86.564665646656408, 70.35508304597974],\n              [-86.550265502654966, 70.236303170844195],\n              [-86.269462694626895, 70.113230047209782],\n              [-85.783457834578286, 69.995881254907204],\n              [-85.254252542525364, 69.988725840742404],\n              [-85.801458014580092, 70.100350301713149],\n              [-85.369453694536887, 70.108936798710914],\n              [-84.696246962469573, 70.005898834737906],\n              [-83.673836738367328, 69.945793355753665],\n              [-83.051030510305054, 70.010192083236774],\n              [-82.442624426244208, 69.844186474613622],\n              [-82.143821438214331, 69.825582397785155],\n              [-81.711817118171126, 69.934344693089997],\n              [-82.244622446224412, 70.113230047209782],\n              [-82.813428134281295, 70.209112597017992],\n              [-82.845828458284529, 70.257769413338565],\n              [-82.118621186211811, 70.117523295708651],\n              [-81.751417514175088, 69.972983929579868],\n              [-81.600216002159968, 69.977277178078737],\n              [-80.930609306093004, 69.715389019647375],\n              [-80.779407794077883, 69.755459338970184],\n              [-81.193411934119283, 70.000174503406072],\n              [-81.445414454144483, 70.00446775190494],\n              [-81.762217622176166, 70.123247627040485],\n              [-81.071010710107046, 70.098919218880184],\n              [-80.365403654036484, 69.994450172074238],\n              [-79.904599045990409, 69.98300150941057],\n              [-79.681396813968092, 69.84847972311249],\n              [-78.889388893888892, 69.894274373767161],\n              [-78.666186661866561, 70.014485331735642],\n              [-78.766987669876642, 70.19193960302249],\n              [-78.972189721897166, 70.325030306487605],\n              [-79.56619566195657, 70.390860116803708],\n              [-79.425794257942528, 70.492466997943751],\n              [-79.159391593915885, 70.443810181623149],\n              [-79.08019080190796, 70.538261648598393],\n              [-78.896588965889606, 70.416619607796946],\n              [-78.745387453874486, 70.456689927119783],\n              [-78.38898388983884, 70.216268011182791],\n              [-77.892178921789167, 70.263493744670399],\n              [-77.683376833768293, 70.183353106024725],\n              [-77.683376833768293, 69.825582397785155],\n              [-77.49257492574921, 69.86279055144206],\n              [-76.887768877688728, 69.801253989624854],\n              [-76.833768337683324, 69.695353859985943],\n              [-77.204572045720411, 69.64669704366537],\n              [-76.628566285662799, 69.546521245358292],\n              [-76.390963909639041, 69.404844044895412],\n              [-76.218162181621764, 69.417723790392046],\n              [-75.688956889568843, 69.287495252592834],\n              [-75.620556205562011, 69.088574738811616],\n              [-75.991359913599084, 69.011296265831874],\n              [-76.423364233642289, 69.059953082152447],\n              [-76.639366393663892, 69.015589514330742],\n              [-76.534965349653447, 68.881067728032662],\n              [-76.62496624966245, 68.682147214251444],\n              [-76.326163261632558, 68.69788912541398],\n              [-75.606156061560569, 68.88536097653153],\n              [-75.487354873548682, 69.022744928495541],\n              [-75.138151381513765, 68.888223142197461],\n              [-75.051750517505127, 69.009865182998908],\n              [-74.666546665466598, 69.047073336655814],\n              [-75.001350013500087, 68.928293461520269],\n              [-74.684546845468404, 68.879636645199696],\n              [-74.958149581495761, 68.81094466921769],\n              [-74.716947169471638, 68.773736515560785],\n              [-74.522545225452205, 68.610593072603535],\n              [-74.220142201421965, 68.516141605628277],\n              [-73.88533885338849, 68.554780842118163],\n              [-74.18774187741873, 68.72937294773908],\n              [-73.708937089370849, 68.660680971757074],\n              [-73.730537305373005, 68.540470013788564],\n              [-73.946539465394608, 68.413103641655283],\n              [-73.726937269372641, 68.314358926181157],\n              [-72.996129961299559, 68.235649370368449],\n              [-72.945729457294519, 67.932259809781286],\n              [-72.618126181261758, 67.794875857817289],\n              [-72.672126721267162, 67.703286556507948],\n              [-72.434524345243403, 67.531556616552948],\n              [-72.369723697236921, 67.331205019938793],\n              [-72.193321933219281, 67.275392789453406],\n              [-72.351723517235129, 67.119404760660956],\n              [-72.801728017280126, 67.043557370514165],\n              [-73.006930069300637, 66.778807046416873],\n              [-72.949329493294883, 66.734443478595168]\n            ]\n          ],\n          [\n            [\n              [-64.51804518045175, 60.318899138442973],\n              [-64.420844208442034, 60.39760869425568],\n              [-64.640446404464001, 60.492060161230924],\n              [-64.860048600485953, 60.464869587404721],\n              [-64.51804518045175, 60.318899138442973]\n            ]\n          ],\n          [\n            [\n              [-67.880478804787998, 60.496353409729807],\n              [-67.999279992799885, 60.586511628206182],\n              [-68.240482404823993, 60.585080545373216],\n              [-68.438484384843804, 60.258793659458718],\n              [-68.319683196831917, 60.197257097641511],\n              [-67.974079740797364, 60.290277481783804],\n              [-67.880478804787998, 60.496353409729807]\n            ]\n          ],\n          [\n            [\n              [-78.244982449824448, 60.835520041140924],\n              [-78.691386913869081, 60.721033414504262],\n              [-78.33498334983345, 60.758241568161182],\n              [-78.244982449824448, 60.835520041140924]\n            ]\n          ],\n          [\n            [\n              [-64.842048420484161, 61.35214094383889],\n              [-64.676446764467599, 61.50812897263134],\n              [-64.716047160471561, 61.664117001423804],\n              [-65.047250472504672, 61.697031906581842],\n              [-65.428854288542837, 61.662685918590839],\n              [-65.486454864548591, 61.599718273940681],\n              [-64.842048420484161, 61.35214094383889]\n            ]\n          ],\n          [\n            [\n              [-65.241652416524119, 61.920280828523346],\n              [-65.148051480514752, 61.7843279593923],\n              [-64.90324903249028, 61.727084646073962],\n              [-64.892448924489202, 61.832984775712887],\n              [-65.241652416524119, 61.920280828523346]\n            ]\n          ],\n          [\n            [\n              [-79.281792817928121, 62.26946503976518],\n              [-79.558995589955842, 62.419728737225796],\n              [-79.832598325983213, 62.411142240228045],\n              [-80.214202142021364, 62.137805419133002],\n              [-80.286202862028574, 61.930298408354048],\n              [-80.18180181801813, 61.774310379561598],\n              [-79.749797497974924, 61.585407445611096],\n              [-79.324993249932447, 61.988972804505337],\n              [-79.281792817928121, 62.26946503976518]\n            ]\n          ],\n          [\n            [\n              [-64.381243812438072, 62.527059949697673],\n              [-64.755647556475523, 62.56713026902051],\n              [-64.921249212492071, 62.419728737225796],\n              [-64.593645936459311, 62.369640838072257],\n              [-64.381243812438072, 62.527059949697673]\n            ]\n          ],\n          [\n            [\n              [-74.01494014940144, 62.670168232993504],\n              [-74.65214652146517, 62.718825049314091],\n              [-74.374943749437449, 62.63439116216955],\n              [-73.9645396453964, 62.610062754009263],\n              [-74.01494014940144, 62.670168232993504]\n            ]\n          ],\n          [\n            [\n              [-70.242102421024157, 62.615787085341097],\n              [-70.494104941049358, 62.767481865634679],\n              [-71.206912069120648, 62.889123906436126],\n              [-70.778507785077807, 62.750308871639177],\n              [-70.926109261092563, 62.746015623140295],\n              [-70.738907389073844, 62.557112689189793],\n              [-70.360903609036043, 62.527059949697673],\n              [-70.242102421024157, 62.615787085341097]\n            ]\n          ],\n          [\n            [\n              [-82.190621906219008, 62.986437539077301],\n              [-82.421024210242052, 62.927763142926011],\n              [-82.737827378273735, 62.937780722756713],\n              [-83.119431194311886, 62.847622504280338],\n              [-83.295832958329527, 62.930625308591928],\n              [-83.519035190351843, 62.826156261785968],\n              [-83.551435514355092, 62.700220972485624],\n              [-83.907839078390737, 62.491282878873719],\n              [-83.673836738367328, 62.144960833297802],\n              [-83.281432814328085, 62.252292045769678],\n              [-83.133831338313328, 62.176444655622888],\n              [-82.745027450274449, 62.310966441920968],\n              [-82.295022950229452, 62.585734345848962],\n              [-81.927819278192729, 62.728842629144793],\n              [-81.863018630186247, 62.924900977260094],\n              [-82.190621906219008, 62.986437539077301]\n            ]\n          ],\n          [\n            [\n              [-77.539375393753886, 63.288396016831499],\n              [-77.683376833768293, 63.438659714292129],\n              [-78.18738187381868, 63.49304086194455],\n              [-78.532985329853247, 63.390002897971542],\n              [-77.938979389793843, 63.086613337384378],\n              [-77.560975609756042, 63.185358052858504],\n              [-77.539375393753886, 63.288396016831499]\n            ]\n          ],\n          [\n            [\n              [-64.086040860408559, 63.335621750319135],\n              [-64.29124291242907, 63.438659714292129],\n              [-64.327243272432682, 63.644735642238132],\n              [-64.496444964449594, 63.616113985578963],\n              [-64.258842588425836, 63.327035253321384],\n              [-64.086040860408559, 63.335621750319135]\n            ]\n          ],\n          [\n            [\n              [-76.689766897668932, 63.485885447779751],\n              [-76.707767077670724, 63.567457169258375],\n              [-77.121771217712123, 63.684805961560969],\n              [-77.39537395373948, 63.693392458558719],\n              [-77.41697416974165, 63.590354494585711],\n              [-76.98136981369808, 63.407175891967043],\n              [-76.70056700567001, 63.369967738310123],\n              [-76.689766897668932, 63.485885447779751]\n            ]\n          ],\n          [\n            [\n              [-64.888848888488837, 63.794999339698748],\n              [-64.611646116461117, 63.787843925533963],\n              [-64.730447304473003, 63.902330552170625],\n              [-64.888848888488837, 63.794999339698748]\n            ]\n          ],\n          [\n            [\n              [-77.974979749797441, 63.965298196820797],\n              [-77.708577085770813, 63.942400871493462],\n              [-77.59697596975964, 64.041145586967588],\n              [-77.974979749797441, 63.965298196820797]\n            ]\n          ],\n          [\n            [\n              [-73.528935289352845, 64.503385342013132],\n              [-73.683736837368329, 64.524851584507502],\n              [-73.654936549365445, 64.323068905060381],\n              [-73.528935289352845, 64.503385342013132]\n            ]\n          ],\n          [\n            [\n              [-65.547655476554723, 64.547748909834837],\n              [-65.227252272522676, 64.625027382814579],\n              [-65.292052920529159, 64.739514009451256],\n              [-65.688056880568752, 64.547748909834837],\n              [-65.547655476554723, 64.547748909834837]\n            ]\n          ],\n          [\n            [\n              [-62.257222572225672, 65.748427406686872],\n              [-62.46962469624691, 65.665424602375296],\n              [-62.127621276212722, 65.679735430704881],\n              [-62.257222572225672, 65.748427406686872]\n            ]\n          ],\n          [\n            [\n              [-80.18180181801813, 63.767808765872545],\n              [-80.642606426064205, 63.882295392509207],\n              [-80.520205202051969, 63.969591445319665],\n              [-80.887408874088692, 64.122717308446212],\n              [-80.905409054090484, 64.011092847475467],\n              [-81.373413734137287, 64.074060492125625],\n              [-81.999819998199925, 64.011092847475467],\n              [-81.625416254162488, 64.124148391279164],\n              [-81.773017730177244, 64.511971839010883],\n              [-82.367023670236648, 64.768135666110425],\n              [-82.716227162271565, 64.781015411607044],\n              [-82.885428854288492, 64.87976012708117],\n              [-83.209432094320888, 64.94702102023021],\n              [-83.396633966339607, 65.135923954180711],\n              [-84.098640986409805, 65.208909178661585],\n              [-84.152641526415209, 65.331982302295998],\n              [-84.577445774457686, 65.489401413921414],\n              [-84.847448474484693, 65.213202427160454],\n              [-85.077850778507724, 65.456486508763376],\n              [-85.315453154531497, 65.540920395907918],\n              [-85.052650526505204, 65.613905620388792],\n              [-85.200252002519974, 65.809963968504078],\n              [-85.488254882548773, 65.79708422300746],\n              [-85.488254882548773, 65.924450595140755],\n              [-85.93825938259377, 65.762738235016457],\n              [-86.172261722617165, 65.286187651641328],\n              [-86.157861578615737, 64.939865606065425],\n              [-86.420664206642016, 64.596405726155425],\n              [-86.363063630636248, 64.308758076730797],\n              [-86.193861938619335, 64.10411323161776],\n              [-86.895868958689533, 63.930952208829794],\n              [-87.176671766717618, 63.730600612215625],\n              [-87.176671766717618, 63.584630163253877],\n              [-86.867068670686649, 63.561732837926542],\n              [-86.661866618666139, 63.657615387734751],\n              [-86.283862838628337, 63.646166725071083],\n              [-85.794257942579378, 63.713427618220123],\n              [-85.589055890558853, 63.613251819913046],\n              [-85.63585635856353, 63.242601366176842],\n              [-85.509855098550929, 63.129545822373132],\n              [-85.27225272252717, 63.123821491041298],\n              [-84.591845918459128, 63.315586590657716],\n              [-84.285842858428524, 63.626131565409665],\n              [-84.062640626406207, 63.620407234077831],\n              [-83.785437854378486, 63.767808765872545],\n              [-83.648636486364808, 63.764946600206628],\n              [-83.684636846368406, 64.013955013141384],\n              [-83.540635406354014, 64.111268645782545],\n              [-83.202232022320175, 64.122717308446212],\n              [-83.015030150301456, 64.191409284428218],\n              [-83.137431374313692, 64.006799598976585],\n              [-83.058230582305768, 63.953849534157129],\n              [-82.532625326253211, 63.972453610985582],\n              [-82.35622356223557, 63.853673735850052],\n              [-82.518225182251769, 63.796430422531714],\n              [-82.48222482224817, 63.684805961560969],\n              [-82.075420754207485, 63.691961375725754],\n              [-81.020610206102006, 63.450108376955797],\n              [-80.466204662046565, 63.727738446549708],\n              [-80.18180181801813, 63.767808765872545]\n            ]\n          ],\n          [\n            [\n              [-85.002250022500164, 66.007453399452331],\n              [-85.185851858518532, 65.947347920468076],\n              [-85.113851138511336, 65.762738235016457],\n              [-84.714247142471365, 65.555231224237502],\n              [-84.573845738457337, 65.635371862883161],\n              [-84.714247142471365, 65.835723459497331],\n              [-85.002250022500164, 66.007453399452331]\n            ]\n          ],\n          [\n            [\n              [-84.473044730447256, 66.090456203763921],\n              [-84.195841958419535, 65.971676328628376],\n              [-84.141841418414131, 65.767031483515339],\n              [-83.684636846368406, 65.748427406686872],\n              [-83.760237602375966, 65.672580016540081],\n              [-83.367833678336723, 65.61819886888766],\n              [-83.213032130321253, 65.705494921698119],\n              [-83.537035370353649, 65.716943584361786],\n              [-83.803438034380292, 65.822843714000712],\n              [-83.691836918369134, 65.925881677973706],\n              [-84.069840698406935, 66.063265629937703],\n              [-84.473044730447256, 66.090456203763921]\n            ]\n          ],\n          [\n            [\n              [-83.274232742327371, 66.309411877206543],\n              [-83.007830078300728, 66.199218499068749],\n              [-82.903429034290284, 66.267910475050755],\n              [-83.274232742327371, 66.309411877206543]\n            ]\n          ],\n          [\n            [\n              [-62.408424084240792, 67.186665653809996],\n              [-62.901629016290116, 67.063592530175583],\n              [-62.808028080280749, 67.02066004518683],\n              [-62.408424084240792, 67.186665653809996]\n            ]\n          ],\n          [\n            [\n              [-63.758437584375798, 67.522970119555197],\n              [-63.956439564395595, 67.654629740187374],\n              [-64.039240392403883, 67.530125533719996],\n              [-63.758437584375798, 67.522970119555197]\n            ]\n          ],\n          [\n            [\n              [-73.359733597335918, 67.837808342806042],\n              [-73.521735217352116, 68.009538282761042],\n              [-73.802538025380201, 67.998089620097375],\n              [-74.277742777427719, 68.078230258743034],\n              [-74.7565475654756, 68.063919430413449],\n              [-74.641346413464078, 67.856412419634495],\n              [-74.403744037440319, 67.779133946654738],\n              [-73.410134101340958, 67.776271780988822],\n              [-73.359733597335918, 67.837808342806042]\n            ]\n          ],\n          [\n            [\n              [-66.296462964629598, 68.269995358359452],\n              [-66.652866528665243, 68.198441216711529],\n              [-66.271262712627077, 68.161233063054624],\n              [-66.296462964629598, 68.269995358359452]\n            ]\n          ],\n          [\n            [\n              [-86.575465754657486, 68.29003051802087],\n              [-86.687066870668659, 68.310065677682289],\n              [-86.985869858698535, 68.066781596079366],\n              [-86.838268382683765, 67.792013692151372],\n              [-86.597065970659656, 67.727614964668248],\n              [-86.413464134641288, 67.844963756970827],\n              [-86.406264062640574, 68.208458796542246],\n              [-86.575465754657486, 68.29003051802087]\n            ]\n          ],\n          [\n            [\n              [-75.033750337503321, 68.172681725718292],\n              [-75.138151381513765, 68.235649370368449],\n              [-75.912159121591159, 68.344411665673277],\n              [-76.297362973629689, 68.334394085842575],\n              [-76.689766897668932, 68.262839944194653],\n              [-77.211772117721125, 67.870723247964079],\n              [-77.323373233732283, 67.70757980500683],\n              [-77.179371793717891, 67.425656486914036],\n              [-76.98136981369808, 67.243908967128334],\n              [-76.632166321663163, 67.228167055965784],\n              [-75.890558905589003, 67.258219795457919],\n              [-75.390153901538966, 67.356964510932031],\n              [-75.066150661506569, 67.553022859047331],\n              [-75.044550445504399, 67.816342100311658],\n              [-75.159751597515921, 67.953726052275655],\n              [-75.033750337503321, 68.172681725718292]\n            ]\n          ],\n          [\n            [\n              [-78.907389073890684, 68.324376506011873],\n              [-79.144991449914443, 68.347273831339194],\n              [-79.044190441904362, 68.165526311553492],\n              [-78.810188101880968, 68.284306186689037],\n              [-78.907389073890684, 68.324376506011873]\n            ]\n          ],\n          [\n            [\n              [-74.367743677436721, 68.388775233494997],\n              [-74.155341553415482, 68.255684530029868],\n              [-74.083340833408286, 68.342980582840326],\n              [-74.299342993429889, 68.464622623641787],\n              [-74.367743677436721, 68.388775233494997]\n            ]\n          ],\n          [\n            [\n              [-78.615786157861521, 68.506124025797575],\n              [-78.464584645846401, 68.619179569601272],\n              [-78.691386913869081, 68.599144409939868],\n              [-78.972189721897166, 68.474640203472489],\n              [-78.615786157861521, 68.506124025797575]\n            ]\n          ],\n          [\n            [\n              [-74.846548465484602, 68.579109250278464],\n              [-74.536945369453647, 68.554780842118163],\n              [-74.792547925479198, 68.674991800086673],\n              [-74.846548465484602, 68.579109250278464]\n            ]\n          ],\n          [\n            [\n              [-74.839348393483888, 68.420259055820082],\n              [-74.774547745477406, 68.486088866136157],\n              [-74.990549905499009, 68.669267468754839],\n              [-75.238952389523845, 68.725079699240212],\n              [-75.411754117541122, 68.523297019793077],\n              [-74.810548105481004, 68.324376506011873],\n              [-74.839348393483888, 68.420259055820082]\n            ]\n          ],\n          [\n            [\n              [-68.006480064800598, 68.770874349894854],\n              [-68.416884168841634, 68.81810008338249],\n              [-67.912879128791232, 68.710768870910613],\n              [-68.006480064800598, 68.770874349894854]\n            ]\n          ],\n          [\n            [\n              [-90.49590495904954, 69.243131684771129],\n              [-90.657906579065738, 69.381946719568077],\n              [-90.690306903068972, 69.271753341430269],\n              [-90.49590495904954, 69.243131684771129]\n            ]\n          ],\n          [\n            [\n              [-79.08019080190796, 68.879636645199696],\n              [-78.871388713887086, 68.902533970527031],\n              [-78.550985509855053, 69.102885567141186],\n              [-78.457384573845687, 69.22882085644153],\n              [-78.2125821258212, 69.303237163755369],\n              [-78.31338313383128, 69.387671050899911],\n              [-78.608586085860807, 69.373360222570312],\n              [-78.97578975789753, 69.104316649974152],\n              [-79.202592025920211, 69.084281490312748],\n              [-79.422194221942163, 68.926862378687332],\n              [-79.227792277922731, 68.830979828879123],\n              [-79.08019080190796, 68.879636645199696]\n            ]\n          ],\n          [\n            [\n              [-90.251102511025053, 69.297512832423536],\n              [-90.207902079020741, 69.434896784387519],\n              [-90.488704887048812, 69.380515636735112],\n              [-90.326703267032613, 69.238838436272232],\n              [-90.251102511025053, 69.297512832423536]\n            ]\n          ],\n          [\n            [\n              [-76.693366933669282, 69.410568376227246],\n              [-77.114571145711409, 69.447776529884152],\n              [-77.326973269732648, 69.417723790392046],\n              [-77.388173881738766, 69.266029010098435],\n              [-77.265772657726529, 69.147249134962919],\n              [-76.920169201691962, 69.127213975301487],\n              [-76.945369453694482, 69.20735461394716],\n              [-76.67536675366749, 69.310392577920169],\n              [-76.693366933669282, 69.410568376227246]\n            ]\n          ],\n          [\n            [\n              [-67.909279092790882, 69.533641499861659],\n              [-67.729277292772878, 69.658145706329037],\n              [-67.880478804787998, 69.711095771148479],\n              [-68.308883088830839, 69.592315896012934],\n              [-67.909279092790882, 69.533641499861659]\n            ]\n          ],\n          [\n            [\n              [-78.396183961839569, 69.64669704366537],\n              [-78.565385653856481, 69.64669704366537],\n              [-78.85338853388528, 69.503588760369524],\n              [-78.518585185851805, 69.484984683541086],\n              [-77.942579425794207, 69.64669704366537],\n              [-78.140581405814004, 69.749735007638378],\n              [-78.396183961839569, 69.64669704366537]\n            ]\n          ],\n          [\n            [\n              [-79.969399693996891, 69.633817298168736],\n              [-79.533795337953322, 69.633817298168736],\n              [-79.328593285932811, 69.708233605482576],\n              [-79.674196741967364, 69.819858066453321],\n              [-79.972999729997241, 69.731130930809911],\n              [-80.23220232202317, 69.804116155290785],\n              [-80.502205022050163, 69.786943161295284],\n              [-80.423004230042253, 69.702509274150742],\n              [-80.718207182071765, 69.755459338970184],\n              [-80.761407614076091, 69.668163286159739],\n              [-80.498604986049813, 69.668163286159739],\n              [-80.33300333003325, 69.55796990802196],\n              [-79.936999369993643, 69.536503665527562],\n              [-79.969399693996891, 69.633817298168736]\n            ]\n          ],\n          [\n            [\n              [-83.835838358383526, 69.749735007638378],\n              [-83.526235262352571, 69.791236409794152],\n              [-83.853838538385332, 69.831306729116989],\n              [-83.835838358383526, 69.749735007638378]\n            ]\n          ],\n          [\n            [\n              [-87.083070830708252, 69.988725840742404],\n              [-86.460264602645978, 70.017347497401573],\n              [-86.651066510665046, 70.120385461374582],\n              [-87.378273782737779, 70.106074633044983],\n              [-87.083070830708252, 69.988725840742404]\n            ]\n          ],\n          [\n            [\n              [-71.509315093150875, 71.017674397639439],\n              [-72.013320133201276, 71.052020385630442],\n              [-72.229322293222879, 70.934671593327863],\n              [-72.11772117721172, 70.825909298023021],\n              [-71.437314373143678, 70.910343185167562],\n              [-71.509315093150875, 71.017674397639439]\n            ]\n          ],\n          [\n            [\n              [-96.91836918369178, 72.737835962855371],\n              [-96.651966519665137, 72.779337365011145],\n              [-96.759967599675932, 72.896686157313724],\n              [-97.015570155701496, 72.779337365011145],\n              [-96.91836918369178, 72.737835962855371]\n            ]\n          ],\n          [\n            [\n              [-97.073170731707265, 73.138539156083681],\n              [-97.101971019710135, 72.992568707121933],\n              [-96.932769327693222, 72.923876731139927],\n              [-96.655566555665501, 72.963947050462764],\n              [-96.651966519665137, 73.141401321749612],\n              [-96.903969039690338, 73.190058138070185],\n              [-97.073170731707265, 73.138539156083681]\n            ]\n          ],\n          [\n            [\n              [-108.089280892808873, 73.590761331298523],\n              [-107.628476284762783, 73.573588337303022],\n              [-107.675276752767459, 73.625107319289526],\n              [-108.089280892808873, 73.590761331298523]\n            ]\n          ],\n          [\n            [\n              [-104.680046800467949, 73.629400567788394],\n              [-105.166051660516544, 73.756766939921675],\n              [-106.598865988659824, 73.710972289267033],\n              [-107.038070380703743, 73.484861201659612],\n              [-106.508865088650822, 73.414738142844641],\n              [-106.044460444604383, 73.224404126061188],\n              [-105.299252992529858, 72.853753672324984],\n              [-104.98244982449819, 73.035501192110701],\n              [-104.57204572045714, 73.331735338533065],\n              [-104.500045000449944, 73.567864005971188],\n              [-104.680046800467949, 73.629400567788394]\n            ]\n          ],\n          [\n            [\n              [-80.901809018090134, 73.607934325294025],\n              [-80.772207722077169, 73.278785273713595],\n              [-80.163801638016324, 73.232990623058953],\n              [-80.174601746017402, 73.045518771941403],\n              [-79.947799477994721, 72.848029340993151],\n              [-79.569795697956934, 72.759302205349741],\n              [-79.173791737917327, 72.755008956850844],\n              [-78.640986409864041, 72.852322589492019],\n              [-78.169381693816888, 72.898117240146689],\n              [-76.318963189631845, 72.816545518668079],\n              [-76.05976059760593, 72.90097940581262],\n              [-76.26496264962644, 72.94391189080136],\n              [-76.243362433624284, 73.09274450542901],\n              [-76.635766357663528, 73.170022978408781],\n              [-76.70056700567001, 73.305975847539827],\n              [-77.038970389703849, 73.358925912359268],\n              [-77.211772117721125, 73.51062069265285],\n              [-78.13698136981364, 73.669470887111231],\n              [-79.450994509945048, 73.635124899120228],\n              [-80.444604446044409, 73.773939933917177],\n              [-80.862208622086172, 73.751042608589842],\n              [-80.901809018090134, 73.607934325294025]\n            ]\n          ],\n          [\n            [\n              [-96.320763207632012, 72.467361307426245],\n              [-96.615966159661539, 72.752146791184941],\n              [-97.069570695706901, 72.61476283922093],\n              [-97.029970299702939, 72.723525134525772],\n              [-97.267572675726697, 72.853753672324984],\n              [-97.256772567725619, 72.962515967629827],\n              [-97.65997659976594, 73.036932274943638],\n              [-97.983979839798337, 73.044087689108437],\n              [-98.383583835838294, 72.91242806847626],\n              [-98.347583475834696, 73.044087689108437],\n              [-97.731977319773137, 73.305975847539827],\n              [-97.148771487714825, 73.394702983183237],\n              [-97.43317433174326, 73.53208693514722],\n              [-96.99396993969934, 73.626538402122492],\n              [-96.957969579695742, 73.736731780260271],\n              [-97.260372603725983, 73.86123598672765],\n              [-97.904779047790413, 73.902737388883452],\n              [-98.095580955809496, 73.81830350173891],\n              [-99.218792187921821, 73.739593945926174],\n              [-99.701197011970066, 73.848356241231016],\n              [-99.801998019980147, 73.937083376874426],\n              [-100.212402124021182, 73.919910382878925],\n              [-100.028800288002827, 73.76535343691944],\n              [-100.414004140041342, 73.844062992732148],\n              [-100.885608856088496, 73.832614330068481],\n              [-101.047610476104708, 73.682350632607864],\n              [-100.550805508055021, 73.600778911129225],\n              [-100.694806948069427, 73.477705787494813],\n              [-100.918009180091744, 73.603641076795157],\n              [-101.231212312123063, 73.606503242461059],\n              [-101.627216272162656, 73.492016615824383],\n              [-101.288812888128817, 73.360356995192234],\n              [-100.856808568085626, 73.263043362551059],\n              [-100.338403384033782, 73.326011007201231],\n              [-100.612006120061139, 73.148556735914411],\n              [-100.457204572045654, 73.085589091264239],\n              [-100.226802268022624, 73.134245907584813],\n              [-100.050400504004983, 72.963947050462764],\n              [-100.421204212042056, 72.875219914819354],\n              [-100.45000450004494, 72.737835962855371],\n              [-100.856808568085626, 72.757871122516775],\n              [-100.874808748087418, 72.696334560699569],\n              [-101.296012960129545, 72.719231886026904],\n              [-101.537215372153668, 72.888099660315987],\n              [-102.044820448204419, 73.079864759932406],\n              [-102.484024840248338, 73.041225523442534],\n              [-102.757627576275709, 72.812252270169182],\n              [-102.613626136261303, 72.661988572708566],\n              [-101.965619656196509, 72.497414046918351],\n              [-101.839618396183909, 72.327115189796331],\n              [-101.447214472144665, 72.242681302651789],\n              [-101.227612276122699, 72.335701686794067],\n              [-100.950409504094978, 72.178282575168652],\n              [-100.637206372063659, 72.186869072166388],\n              [-100.036000360003541, 71.867737600416689],\n              [-99.863198631986265, 71.859151103418952],\n              [-99.413194131941253, 71.545743963001058],\n              [-99.236792367923627, 71.349685614885772],\n              [-98.945189451894464, 71.374014023046072],\n              [-98.718387183871783, 71.270976059073064],\n              [-98.214382143821382, 71.409791093870041],\n              [-98.041580415804106, 71.531433134671488],\n              [-98.498784987849817, 71.723198234287906],\n              [-98.293582935829306, 71.902083588407692],\n              [-98.358383583835774, 71.734646896951574],\n              [-98.221582215822096, 71.658799506804769],\n              [-97.461974619746144, 71.617298104648995],\n              [-97.083970839708343, 71.703163074626474],\n              [-96.961569615696092, 71.806201038599482],\n              [-96.558365583655785, 71.83911594375752],\n              [-96.554765547655421, 72.264147545146159],\n              [-96.662766627666215, 72.318528692798566],\n              [-96.320763207632012, 72.467361307426245]\n            ]\n          ],\n          [\n            [\n              [-99.247592475924705, 73.855511655395816],\n              [-98.952389523895178, 73.806854839075243],\n              [-98.142381423814186, 73.878408980723151],\n              [-97.641976419764134, 74.071605163172507],\n              [-97.724777247772423, 74.121693062326074],\n              [-98.750787507875017, 74.032965926682635],\n              [-99.441994419944137, 73.908461720215257],\n              [-99.247592475924705, 73.855511655395816]\n            ]\n          ],\n          [\n            [\n              [-90.290702907029015, 73.922772548544856],\n              [-90.992709927099213, 74.005775352856432],\n              [-91.572315723157175, 74.032965926682635],\n              [-92.270722707227009, 73.991464524526862],\n              [-92.79992799927993, 74.131710642156776],\n              [-93.271532715327098, 74.177505292811446],\n              [-93.667536675366691, 74.17321204431255],\n              [-93.757537575375693, 74.07732949450434],\n              [-93.919539195391891, 74.140297139154512],\n              [-94.722347223472184, 74.101657902664641],\n              [-95.247952479524741, 74.0100686013553],\n              [-95.316353163531574, 73.891288726219784],\n              [-94.841148411484056, 73.690937129605601],\n              [-95.021150211502061, 73.670901969944197],\n              [-95.244352443524377, 73.759629105587607],\n              [-95.661956619566141, 73.731007448928437],\n              [-95.726757267572623, 73.640849230452062],\n              [-95.600756007560022, 73.388978651851403],\n              [-95.582755827558216, 73.162867564243982],\n              [-95.719557195571895, 73.0111727839504],\n              [-95.669156691566855, 72.80223469033848],\n              [-95.197551975519701, 72.523173537911617],\n              [-95.211952119521143, 72.196886651997119],\n              [-95.078750787507815, 72.129625758848078],\n              [-95.143551435514297, 71.966482315890829],\n              [-94.751147511475054, 72.015139132211402],\n              [-94.12834128341278, 72.025156712042104],\n              [-93.811538115381097, 72.315666527132663],\n              [-93.46593465934653, 72.463068058927348],\n              [-93.876338763387579, 72.709214306196202],\n              [-94.15714157141565, 72.770750868013408],\n              [-93.404734047340412, 72.793648193340744],\n              [-92.385923859238531, 72.709214306196202],\n              [-91.856718567185609, 72.848029340993151],\n              [-91.377913779137728, 73.21295546339752],\n              [-90.920709207092017, 73.497740947156217],\n              [-90.373503735037289, 73.792544010745644],\n              [-90.290702907029015, 73.922772548544856]\n            ]\n          ],\n          [\n            [\n              [-97.735577355773501, 74.470877273567908],\n              [-97.375573755737506, 74.512378675723681],\n              [-97.260372603725983, 74.598243645701189],\n              [-97.501575015750106, 74.622572053861489],\n              [-97.735577355773501, 74.470877273567908]\n            ]\n          ],\n          [\n            [\n              [-95.363153631536264, 74.591088231536389],\n              [-95.564755647556424, 74.642607213522894],\n              [-95.870758707587015, 74.581070651705687],\n              [-95.348753487534822, 74.49520568172818],\n              [-95.363153631536264, 74.591088231536389]\n            ]\n          ],\n          [\n            [\n              [-103.639636396363898, 75.199298435543682],\n              [-103.819638196381902, 75.366735126999799],\n              [-104.402844028440228, 75.432564937315902],\n              [-104.676446764467585, 75.346699967338395],\n              [-104.906849068490629, 75.123451045396905],\n              [-104.230042300422937, 75.018981998590931],\n              [-103.866438664386578, 75.064776649245601],\n              [-103.639636396363898, 75.199298435543682]\n            ]\n          ],\n          [\n            [\n              [-93.43713437134366, 74.944565691277091],\n              [-93.523535235352298, 75.039017158252364],\n              [-93.498334983349778, 75.267990411525687],\n              [-94.394743947439423, 75.604294877270888],\n              [-94.898748987489824, 75.644365196593725],\n              [-95.791557915579105, 75.50125691329788],\n              [-95.679956799567933, 75.413960860487435],\n              [-95.921159211592055, 75.389632452327135],\n              [-96.468364683646783, 75.195005187044814],\n              [-96.615966159661539, 74.991791424764727],\n              [-96.349563495634897, 75.008964418760229],\n              [-96.230762307623024, 74.914512951784985],\n              [-95.895958959589535, 74.825785816141547],\n              [-95.305553055530495, 74.805750656480143],\n              [-95.089550895508893, 74.68983294701053],\n              [-94.725947259472534, 74.631158550859226],\n              [-93.606336063360573, 74.654055876186561],\n              [-93.458734587345816, 74.718454603669699],\n              [-93.43713437134366, 74.944565691277091]\n            ]\n          ],\n          [\n            [\n              [-96.576365763657577, 75.438289268647736],\n              [-96.515165151651459, 75.549913729618481],\n              [-96.205562055620504, 75.45832442830914],\n              [-95.910359103590977, 75.561362392282149],\n              [-96.374763747637417, 75.660107107756261],\n              [-96.417964179641743, 75.594277297440186],\n              [-97.055170551705459, 75.499825830464943],\n              [-96.871568715687104, 75.356717547169097],\n              [-96.576365763657577, 75.438289268647736]\n            ]\n          ],\n          [\n            [\n              [-102.872828728287217, 75.766007237395172],\n              [-102.505625056250508, 75.798922142553238],\n              [-102.390423904238986, 75.89051144386255],\n              [-101.980019800197937, 75.952048005679757],\n              [-102.214022140221346, 75.992118325002593],\n              [-103.045630456304508, 75.906253355025086],\n              [-103.326433264332579, 75.750265326232636],\n              [-102.872828728287217, 75.766007237395172]\n            ]\n          ],\n          [\n            [\n              [-94.484744847448411, 75.977807496673023],\n              [-94.909549095490902, 75.937737177350186],\n              [-94.657546575465702, 75.745972077733768],\n              [-94.315543155431499, 75.764576154562235],\n              [-94.484744847448411, 75.977807496673023]\n            ]\n          ],\n          [\n            [\n              [-102.570425704256976, 75.992118325002593],\n              [-102.444424444244376, 76.089431957643768],\n              [-103.319233192331865, 76.022171064494728],\n              [-103.974439744397387, 75.944892591514986],\n              [-103.690036900368938, 75.889080361029613],\n              [-102.570425704256976, 75.992118325002593]\n            ]\n          ],\n          [\n            [\n              [-78.896588965889606, 76.122346862801805],\n              [-79.069390693906882, 76.125209028467737],\n              [-79.724597245972404, 75.861889787203381],\n              [-79.425794257942528, 75.796059976887307],\n              [-79.278192781927771, 75.87620061553298],\n              [-78.87498874988745, 75.856165455871547],\n              [-79.144991449914443, 75.980669662338926],\n              [-78.860588605886008, 76.047930555487966],\n              [-78.896588965889606, 76.122346862801805]\n            ]\n          ],\n          [\n            [\n              [-103.812438124381188, 76.033619727158396],\n              [-102.836828368283619, 76.080845460646003],\n              [-102.530825308253029, 76.156692850792808],\n              [-102.725227252272461, 76.315543045251189],\n              [-104.312843128431226, 76.212505081278181],\n              [-104.36684366843663, 76.076552212147135],\n              [-103.812438124381188, 76.033619727158396]\n            ]\n          ],\n          [\n            [\n              [-104.399243992439864, 76.468668908377737],\n              [-104.377643776437708, 76.325560625081891],\n              [-103.337233372333657, 76.331284956413725],\n              [-103.070830708307028, 76.46437565987884],\n              [-103.578435784357779, 76.527343304529012],\n              [-103.556835568355623, 76.567413623851849],\n              [-104.024840248402427, 76.670451587824857],\n              [-104.651246512465065, 76.601759611842851],\n              [-104.399243992439864, 76.468668908377737]\n            ]\n          ],\n          [\n            [\n              [-97.425974259742546, 75.519860990126347],\n              [-97.379173791737855, 75.680142267417693],\n              [-97.940779407794025, 75.745972077733768],\n              [-97.569975699756938, 75.864751952869312],\n              [-97.652776527765212, 75.952048005679757],\n              [-97.501575015750106, 76.156692850792808],\n              [-97.789577895778905, 76.32269845941596],\n              [-97.663576635766304, 76.48584190237321],\n              [-98.369183691836867, 76.570275789517751],\n              [-98.423184231842257, 76.626088020003152],\n              [-98.905589055890502, 76.624656937170187],\n              [-99.056790567905622, 76.540223050025645],\n              [-98.855188551885462, 76.465806742711806],\n              [-99.139591395913897, 76.454358080048138],\n              [-99.639996399963934, 76.63753668266682],\n              [-100.270002700026936, 76.648985345330459],\n              [-100.986409864098576, 76.505877062034642],\n              [-100.676806768067621, 76.381372855567264],\n              [-100.320403204031976, 76.388528269732063],\n              [-100.021600216002099, 76.30838763108639],\n              [-100.442804428044226, 76.284059222926089],\n              [-100.478804788047825, 76.23397132377255],\n              [-99.992799927999215, 76.205349667113381],\n              [-99.68319683196826, 76.123777945634771],\n              [-100.219602196021896, 76.136657691131404],\n              [-99.819998199981939, 75.95061692284682],\n              [-100.151201512015064, 75.916270934855817],\n              [-100.352803528035224, 76.065103549483467],\n              [-100.626406264062581, 76.080845460646003],\n              [-100.716407164071583, 76.17386584478831],\n              [-101.105211052110462, 76.239695655104384],\n              [-101.087210872108656, 76.341302536244427],\n              [-101.414814148141417, 76.437185086052637],\n              [-101.810818108181024, 76.458651328547006],\n              [-102.196021960219539, 76.29407680275682],\n              [-102.102421024210187, 76.221091578275946],\n              [-101.386013860138547, 76.254006483433983],\n              [-101.742417424174178, 76.183883424619012],\n              [-101.908019080190741, 76.086569791977837],\n              [-101.710017100170944, 75.989256159336691],\n              [-101.414814148141417, 76.003566987666261],\n              [-101.591215912159058, 75.924857431853553],\n              [-101.357213572135663, 75.780318065724771],\n              [-101.83241832418318, 75.906253355025086],\n              [-102.260822608226022, 75.870476284201146],\n              [-102.24642246422458, 75.724505835239398],\n              [-102.689226892268863, 75.677280101751762],\n              [-102.775627756277501, 75.545620481119613],\n              [-102.631626316263109, 75.498394747631977],\n              [-101.450814508145015, 75.607157042936819],\n              [-101.360813608136027, 75.57853538627765],\n              [-100.554405544055385, 75.650089527925559],\n              [-98.930789307893022, 75.714488255408696],\n              [-98.959589595895906, 75.684435515916562],\n              [-99.823598235982303, 75.655813859257393],\n              [-99.830798307983017, 75.54705156395255],\n              [-100.280802808028028, 75.527016404291146],\n              [-100.039600396003905, 75.456893345476175],\n              [-100.720007200071947, 75.438289268647736],\n              [-100.42480424804242, 75.382477038162364],\n              [-100.781207812078065, 75.355286464336132],\n              [-100.018000180001735, 75.229351175035816],\n              [-100.417604176041706, 75.23507550636765],\n              [-100.331203312033054, 75.014688750092063],\n              [-99.647196471964662, 74.976049513602192],\n              [-99.330393303932979, 75.12201996256394],\n              [-99.373593735937305, 74.988929259098796],\n              [-98.750787507875017, 74.988929259098796],\n              [-98.034380343803377, 75.02613741275573],\n              [-97.973179731797259, 75.112002382733237],\n              [-97.569975699756938, 75.149210536390143],\n              [-98.163981639816342, 75.333820221841762],\n              [-97.818378183781775, 75.416823026153338],\n              [-97.724777247772423, 75.572811054945817],\n              [-97.281972819728139, 75.402512197823768],\n              [-97.425974259742546, 75.519860990126347]\n            ]\n          ],\n          [\n            [\n              [-101.159211592115867, 76.581724452181419],\n              [-100.24840248402478, 76.739143563806834],\n              [-100.972009720097148, 76.734850315307966],\n              [-101.242012420124141, 76.646123179664556],\n              [-101.688416884168788, 76.588879866346218],\n              [-101.159211592115867, 76.581724452181419]\n            ]\n          ],\n          [\n            [\n              [-89.675096750967455, 76.731988149642063],\n              [-89.98109981099806, 76.842181527779843],\n              [-90.528305283052774, 76.792093628626304],\n              [-90.567905679056736, 76.716246238479528],\n              [-90.063900639006334, 76.48584190237321],\n              [-89.675096750967455, 76.505877062034642],\n              [-89.85869858698581, 76.616070440172422],\n              [-89.675096750967455, 76.731988149642063]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 76.22681590960778],\n              [-109.694896948969429, 76.225384826774814],\n              [-109.309693096930914, 76.102311703140401],\n              [-109.43209432094315, 76.003566987666261],\n              [-110.0490274282038, 75.899501654738387],\n              [-109.691296912969065, 75.807508639550974],\n              [-109.100891008910025, 75.750265326232636],\n              [-108.834488344883383, 75.622898954099355],\n              [-108.895688956889501, 75.492670416300143],\n              [-110.004500045000384, 75.544189398286647],\n              [-110.004500045000384, 74.852976389967779],\n              [-109.583295832958271, 74.858700721299613],\n              [-108.823688236882305, 75.071932063410401],\n              [-108.416884168841619, 74.917375117450888],\n              [-108.056880568805624, 74.937410277112321],\n              [-107.9776797767977, 75.020413081423897],\n              [-107.682476824768187, 75.050465820916031],\n              [-107.513275132751261, 74.943134608444154],\n              [-107.005670056700509, 74.923099448782722],\n              [-106.760867608676023, 75.003240087428395],\n              [-106.008460084600785, 75.056190152247865],\n              [-106.048060480604747, 75.123451045396905],\n              [-105.662856628566232, 75.355286464336132],\n              [-105.74925749257487, 75.492670416300143],\n              [-105.389253892538861, 75.660107107756261],\n              [-105.511655116551111, 75.89051144386255],\n              [-105.760057600575948, 75.990687242169628],\n              [-106.606066060660552, 76.062241383817565],\n              [-106.890468904688987, 75.940599343016089],\n              [-106.883268832688259, 75.766007237395172],\n              [-107.045270452704472, 75.889080361029613],\n              [-107.365673656736504, 75.919133100521719],\n              [-107.72207722077215, 75.886218195363682],\n              [-107.9776797767977, 75.780318065724771],\n              [-107.89847898478979, 75.900529023693252],\n              [-107.650076500764939, 75.973514248174155],\n              [-107.858878588785828, 76.066534632316433],\n              [-108.499684996849908, 76.040775141323195],\n              [-108.337683376833709, 76.186745590284943],\n              [-108.082080820808144, 76.28692138859202],\n              [-108.485284852848466, 76.458651328547006],\n              [-108.733687336873302, 76.643261013998654],\n              [-108.46728467284666, 76.686193498987393],\n              [-108.776887768877629, 76.863647770274213],\n              [-109.183691836918314, 76.822146368118439],\n              [-109.493294932949269, 76.723401652644299],\n              [-109.554495544955387, 76.63038126850202],\n              [-110.004500045000384, 76.48584190237321],\n              [-110.004500045000384, 76.22681590960778]\n            ]\n          ],\n          [\n            [\n              [-79.558995589955842, 74.991791424764727],\n              [-79.778597785977809, 75.031861744087564],\n              [-80.178201782017766, 74.984636010599928],\n              [-80.444604446044409, 75.040448241085301],\n              [-79.627396273962688, 75.180694358715215],\n              [-79.443794437944334, 75.286594488354154],\n              [-79.648996489964844, 75.469773090972808],\n              [-80.376203762037562, 75.46547984247394],\n              [-79.994599945999411, 75.524154238625215],\n              [-80.502205022050163, 75.661538190589226],\n              [-81.017010170101642, 75.635778699595988],\n              [-81.287012870128649, 75.664400356255129],\n              [-81.114211142111373, 75.778886982891805],\n              [-82.33102331023305, 75.843285710374943],\n              [-83.090630906309016, 75.740247746401934],\n              [-83.735037350373446, 75.826112716379441],\n              [-84.289442894428888, 75.713057172575731],\n              [-84.663846638466325, 75.691590930081361],\n              [-84.577445774457686, 75.624330036932321],\n              [-85.04545045450449, 75.655813859257393],\n              [-85.322653226532211, 75.574242137778754],\n              [-85.592655926559218, 75.597139463106089],\n              [-86.150661506615009, 75.508412327462679],\n              [-85.790657906579014, 75.429702771649971],\n              [-86.618666186661812, 75.36959729266573],\n              [-86.395463954639496, 75.431133854482937],\n              [-86.777067770677647, 75.475497422304642],\n              [-87.111871118711136, 75.594277297440186],\n              [-87.363873638736337, 75.615743539934556],\n              [-87.497074970749651, 75.492670416300143],\n              [-87.749077490774852, 75.581397551943553],\n              [-88.213482134821291, 75.474066339471676],\n              [-88.580685806858014, 75.658676024923295],\n              [-88.901089010890047, 75.608588125769757],\n              [-88.753487534875291, 75.481221753636476],\n              [-88.919089190891853, 75.429702771649971],\n              [-89.207092070920652, 75.585690800442421],\n              [-89.541895418954127, 75.55420697811735],\n              [-89.646296462964571, 75.622898954099355],\n              [-89.257492574925692, 75.635778699595988],\n              [-89.196291962919574, 75.796059976887307],\n              [-89.513095130951257, 75.859027621537479],\n              [-89.775897758977536, 75.794628894054341],\n              [-89.689496894968897, 75.903391189359183],\n              [-89.927099270992656, 76.006429153332192],\n              [-90.114301143011375, 75.937737177350186],\n              [-90.798307983079781, 75.999273739167393],\n              [-90.931509315093095, 75.923426349020588],\n              [-91.104311043110371, 76.035050809991361],\n              [-90.290702907029015, 76.03218864432543],\n              [-90.189901899018935, 76.067965715149398],\n              [-91.244712447124414, 76.163848264957608],\n              [-91.16191161911614, 76.19819425294861],\n              [-90.456304563045578, 76.178159093287178],\n              [-89.379893798937928, 76.183883424619012],\n              [-89.297092970929654, 76.301232216921591],\n              [-90.449104491044849, 76.411425595059399],\n              [-91.399513995139898, 76.458651328547006],\n              [-91.349113491134858, 76.51732572469831],\n              [-90.654306543065374, 76.457220245714069],\n              [-90.5715057150571, 76.564551458185917],\n              [-91.010710107101019, 76.657571842328224],\n              [-91.44271442714421, 76.693348913152192],\n              [-92.00432004320038, 76.664727256493023],\n              [-92.1555215552155, 76.618932605838353],\n              [-92.691926919269136, 76.596035280511018],\n              [-93.080730807308015, 76.627519102836089],\n              [-93.379533795337892, 76.467237825544771],\n              [-93.656736567365613, 76.445771583050401],\n              [-93.300333003329982, 76.554533878355215],\n              [-93.195931959319537, 76.753454392136433],\n              [-93.699936999369939, 76.920891083592551],\n              [-94.113941139411338, 76.887976178434513],\n              [-94.506345063450581, 76.97097898274609],\n              [-95.190351903518973, 77.003893887904127],\n              [-95.769957699576935, 77.076879112385001],\n              [-96.389163891638859, 77.033946627396261],\n              [-96.266762667626622, 76.986720893908625],\n              [-96.803168031680258, 76.986720893908625],\n              [-96.785167851678452, 76.866509935940144],\n              [-96.313563135631298, 76.80783553978884],\n              [-96.644766447664423, 76.753454392136433],\n              [-96.889568895688896, 76.812128788287708],\n              [-96.871568715687104, 76.703366492982894],\n              [-96.475564755647497, 76.690486747486261],\n              [-96.0255602556025, 76.554533878355215],\n              [-96.108361083610774, 76.500152730702808],\n              [-95.823958239582339, 76.398545849562765],\n              [-94.841148411484056, 76.339871453411462],\n              [-95.291152911529053, 76.288352471424986],\n              [-95.085950859508543, 76.225384826774814],\n              [-94.747547475474704, 76.315543045251189],\n              [-94.067140671406662, 76.259730814765817],\n              [-93.127531275312691, 76.369924192903596],\n              [-92.64512645126446, 76.119484697135903],\n              [-92.630726307263018, 76.020739981661762],\n              [-92.18432184321837, 75.894804692361447],\n              [-92.177121771217656, 75.753127491898567],\n              [-92.00432004320038, 75.601432711604986],\n              [-92.299522995229893, 75.512705575961547],\n              [-92.461524615246091, 75.375321623997564],\n              [-92.472324723247169, 75.215040346706218],\n              [-92.115921159211538, 75.13633079089351],\n              [-92.223922239222333, 75.031861744087564],\n              [-92.061920619206134, 74.963169768105558],\n              [-92.018720187201822, 74.777128999820974],\n              [-91.514715147151421, 74.644038296355859],\n              [-91.100711007110021, 74.62972746802626],\n              [-91.226712267122622, 74.724178935001532],\n              [-90.77310773107726, 74.887322377958782],\n              [-91.025110251102461, 74.7041437753401],\n              [-89.948699486994812, 74.532413835385114],\n              [-89.433894338943333, 74.553880077879484],\n              [-89.145891458914534, 74.608261225531891],\n              [-88.940689406894009, 74.795733076649441],\n              [-88.868688686886813, 74.662642373184298],\n              [-88.52668526685261, 74.898771040622449],\n              [-88.411484114841087, 74.758524922992507],\n              [-88.519485194851896, 74.500930013060014],\n              [-86.60426604266037, 74.470877273567908],\n              [-86.802268022680167, 74.549586829380615],\n              [-86.316263162631572, 74.498067847394111],\n              [-86.237062370623647, 74.601105811367091],\n              [-86.125461254612489, 74.483757019064512],\n              [-85.488254882548773, 74.536707083883982],\n              [-85.535055350553449, 74.68983294701053],\n              [-85.333453334533289, 74.496636764561146],\n              [-85.034650346503412, 74.539569249549885],\n              [-84.973449734497294, 74.6969883611753],\n              [-84.915849158491525, 74.512378675723681],\n              [-84.257042570425654, 74.506654344391848],\n              [-83.493834938349323, 74.578208486039756],\n              [-83.331833318333125, 74.781422248319842],\n              [-83.56223562235617, 74.89161562645765],\n              [-83.126631266312614, 74.831510147473381],\n              [-83.130231302312964, 74.708437023838968],\n              [-82.92142921429209, 74.551017912213553],\n              [-81.787417874178686, 74.457997528071274],\n              [-81.319413194131883, 74.56246657487722],\n              [-80.541805418054125, 74.563897657710186],\n              [-80.160201602015974, 74.624003136694427],\n              [-80.246602466024612, 74.758524922992507],\n              [-79.393393933939294, 74.875873715295114],\n              [-79.558995589955842, 74.991791424764727]\n            ]\n          ],\n          [\n            [\n              [-85.160651606516012, 77.4589782287849],\n              [-84.815048150481445, 77.499048548107709],\n              [-85.016650166501606, 77.58348243525225],\n              [-85.243452434524286, 77.531963453265774],\n              [-85.160651606516012, 77.4589782287849]\n            ]\n          ],\n          [\n            [\n              [-89.660696606966013, 77.355940264811892],\n              [-89.775897758977536, 77.486168802611104],\n              [-90.305103051030457, 77.629277085906921],\n              [-90.881108811088055, 77.65789874256609],\n              [-91.169111691116854, 77.617828423243253],\n              [-91.197911979119738, 77.407459246798396],\n              [-90.924309243092381, 77.307283448491319],\n              [-90.092700927009219, 77.20424548451831],\n              [-89.660696606966013, 77.355940264811892]\n            ]\n          ],\n          [\n            [\n              [-104.3956439564395, 77.192796821854643],\n              [-104.42084420844202, 77.307283448491319],\n              [-104.791647916479107, 77.421770075127966],\n              [-105.000450004499982, 77.411752495297264],\n              [-104.996849968499617, 77.537687784597608],\n              [-105.504455044550383, 77.720866387216262],\n              [-106.076860768607631, 77.738039381211763],\n              [-105.536855368553631, 77.304421282825388],\n              [-105.245252452524468, 77.205676567351276],\n              [-104.755647556475509, 77.111225100376004],\n              [-104.3956439564395, 77.192796821854643]\n            ]\n          ],\n          [\n            [\n              [-93.253532535325292, 77.645018997069457],\n              [-93.206732067320615, 77.722297470049227],\n              [-93.606336063360573, 77.780971866200503],\n              [-94.94914949149485, 77.790989446031233],\n              [-95.402754027540212, 77.7466258782095],\n              [-95.445954459544538, 77.811024605692637],\n              [-96.234362343623374, 77.705124476053726],\n              [-96.30276302763022, 77.593500015082981],\n              [-95.985959859598537, 77.479013388446305],\n              [-94.329943299432941, 77.477582305613339],\n              [-93.959139591395854, 77.438943069123468],\n              [-93.501935019350142, 77.464702560116734],\n              [-93.253532535325292, 77.645018997069457]\n            ]\n          ],\n          [\n            [\n              [-77.57177571775712, 77.856819256347308],\n              [-77.956979569795649, 77.836784096685875],\n              [-77.881378813788089, 77.785265114699399],\n              [-77.57177571775712, 77.856819256347308]\n            ]\n          ],\n          [\n            [\n              [-102.44802448024474, 77.739470464044729],\n              [-101.789217892178868, 77.67936498506046],\n              [-101.558815588155824, 77.730883967046964],\n              [-100.961209612096056, 77.728021801381061],\n              [-101.213212132121257, 77.841077345184772],\n              [-101.645216452164462, 77.889734161505345],\n              [-102.3976239762397, 77.888303078672379],\n              [-102.44802448024474, 77.739470464044729]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 77.931235563661147],\n              [-109.687696876968701, 77.971305882983984],\n              [-109.583295832958271, 78.05430868729556],\n              [-110.004500045000384, 78.098672255117265],\n              [-110.004500045000384, 77.931235563661147]\n            ]\n          ],\n          [\n            [\n              [-102.901629016290102, 78.274695443571147],\n              [-103.247232472324669, 78.19598588775844],\n              [-103.045630456304508, 78.127293911776434],\n              [-102.779227792277865, 78.214589964586878],\n              [-102.901629016290102, 78.274695443571147]\n            ]\n          ],\n          [\n            [\n              [-88.058680586805806, 78.452149714857967],\n              [-88.206282062820577, 78.437838886528397],\n              [-88.379083790837853, 78.246073786911978],\n              [-88.163081630816251, 78.316196845726921],\n              [-88.058680586805806, 78.452149714857967]\n            ]\n          ],\n          [\n            [\n              [-110.004500045000384, 78.329076591223554],\n              [-109.424894248942422, 78.309041431562122],\n              [-109.259292592925874, 78.459305129022766],\n              [-109.504095040950347, 78.589533666821978],\n              [-110.004500045000384, 78.686847299463125],\n              [-110.004500045000384, 78.329076591223554]\n            ]\n          ],\n          [\n            [\n              [-74.558545585455803, 78.781298766438397],\n              [-74.691746917469118, 78.721193287454128],\n              [-74.331743317433123, 78.678260802465388],\n              [-74.16614166141656, 78.726917618785961],\n              [-74.558545585455803, 78.781298766438397]\n            ]\n          ],\n          [\n            [\n              [-96.911169111691052, 77.795282694530101],\n              [-96.74196741967414, 77.869699001843941],\n              [-95.809558095580897, 77.902613907001978],\n              [-95.377553775537692, 77.972736965816921],\n              [-95.060750607506023, 77.972736965816921],\n              [-94.887948879488732, 78.108689834947967],\n              [-95.370353703536978, 78.246073786911978],\n              [-94.826748267482614, 78.363422579214557],\n              [-95.118351183511777, 78.455011880523898],\n              [-95.701557015570103, 78.526566022171806],\n              [-95.906759067590613, 78.487926785681935],\n              [-96.273962739627336, 78.535152519169543],\n              [-96.165961659616542, 78.623879654812981],\n              [-97.451174511745066, 78.797040677600933],\n              [-98.1495814958149, 78.818506920095302],\n              [-98.354783547835424, 78.774143352273597],\n              [-98.315183151831462, 78.646776980140288],\n              [-98.027180271802663, 78.569498507160546],\n              [-98.412384123841179, 78.493651117013769],\n              [-98.034380343803377, 78.399199650038497],\n              [-98.066780667806626, 78.309041431562122],\n              [-97.829178291782853, 78.226038627250546],\n              [-97.227972279722735, 78.194554804925474],\n              [-96.86796867968674, 78.137311491607136],\n              [-96.936369363693572, 78.081499261121763],\n              [-97.656376563765576, 78.097241172284299],\n              [-97.775177751777463, 78.041428941798927],\n              [-96.99396993969934, 77.925511232329313],\n              [-97.101971019710135, 77.808162440026706],\n              [-96.911169111691052, 77.795282694530101]\n            ]\n          ],\n          [\n            [\n              [-105.605256052560463, 79.103292403853999],\n              [-105.403654036540303, 79.013134185377623],\n              [-104.953649536495305, 79.05320450470046],\n              [-104.680046800467949, 79.011703102544686],\n              [-105.03285032850323, 78.825662334260102],\n              [-104.834848348483419, 78.799902843266835],\n              [-104.456844568445618, 78.957321954892251],\n              [-104.078840788407817, 78.98594361155142],\n              [-103.8556385563855, 78.88290564757844],\n              [-104.222842228422223, 78.788454180603168],\n              [-103.819638196381902, 78.739797364282595],\n              [-103.499234992349869, 78.788454180603168],\n              [-103.481234812348063, 78.671105388300589],\n              [-103.909639096390904, 78.668243222634686],\n              [-104.010440104400985, 78.619586406314085],\n              [-103.438034380343737, 78.625310737645918],\n              [-103.495634956349505, 78.506530862510374],\n              [-104.039240392403869, 78.520841690839973],\n              [-104.640446404463987, 78.583809335490145],\n              [-105.047250472504658, 78.505099779677437],\n              [-104.820448204481977, 78.361991496381592],\n              [-104.464044640446346, 78.274695443571147],\n              [-103.945639456394503, 78.243211621246047],\n              [-103.657636576365704, 78.320490094225789],\n              [-102.743227432274267, 78.380595573210059],\n              [-102.764827648276423, 78.274695443571147],\n              [-102.541625416254107, 78.243211621246047],\n              [-102.160021600215941, 78.289006271900718],\n              [-101.09081090810902, 78.206003467589142],\n              [-100.763207632076259, 78.082930343954729],\n              [-100.781207812078065, 77.972736965816921],\n              [-100.608406084060775, 77.863974670512107],\n              [-99.938799387993825, 77.782402949033468],\n              [-99.182791827918223, 77.843939510850674],\n              [-99.01719017190166, 77.894027410004213],\n              [-99.045990459904544, 78.081499261121763],\n              [-99.571595715957102, 78.294730603232551],\n              [-99.801998019980147, 78.309041431562122],\n              [-99.870398703986979, 78.439269969361334],\n              [-99.55719557195566, 78.598120163819715],\n              [-100.064800648006425, 78.638190483142552],\n              [-99.891998919989135, 78.698295962126792],\n              [-100.3996039960399, 78.82995558275897],\n              [-100.907209072090666, 78.774143352273597],\n              [-101.209612096120907, 78.822800168594171],\n              [-100.986409864098576, 78.931562463899013],\n              [-101.648816488164826, 79.080395078526664],\n              [-101.911619116191105, 79.091843741190331],\n              [-102.419224192241856, 79.014565268210589],\n              [-102.538025380253742, 78.877181316246606],\n              [-102.628026280262745, 79.103292403853999],\n              [-102.880028800287946, 79.233520941653211],\n              [-103.722437224372186, 79.363749479452423],\n              [-105.155251552515466, 79.299350751969314],\n              [-105.407254072540667, 79.333696739960288],\n              [-105.605256052560463, 79.103292403853999]\n            ]\n          ],\n          [\n            [\n              [-100.151201512015064, 79.997719174452953],\n              [-100.072000720007139, 79.877508216484472],\n              [-99.58239582395818, 79.898974458978842],\n              [-99.312393123931187, 79.848886559825303],\n              [-99.301593015930095, 79.758728341348927],\n              [-98.801188011880058, 79.675725537037351],\n              [-98.649986499864937, 79.791643246506965],\n              [-98.707587075870705, 79.967666434960847],\n              [-98.873188731887254, 80.083584144430461],\n              [-99.117991179911741, 80.133672043583999],\n              [-99.423994239942346, 80.110774718256664],\n              [-99.780397803977976, 80.150845037579501],\n              [-100.061200612006061, 80.096463889927094],\n              [-100.151201512015064, 79.997719174452953]\n            ]\n          ],\n          [\n            [\n              [-95.852758527585223, 80.653155111947882],\n              [-95.186751867518623, 80.613084792625045],\n              [-95.165151651516453, 80.700380845435518],\n              [-96.054360543605384, 80.693225431270719],\n              [-95.852758527585223, 80.653155111947882]\n            ]\n          ],\n          [\n            [\n              [-96.623166231662253, 80.044944907940589],\n              [-96.558365583655785, 79.94906235813238],\n              [-96.137161371613658, 79.911854204475475],\n              [-96.615966159661539, 79.884663630649243],\n              [-95.852758527585223, 79.652828211710016],\n              [-95.193951939519337, 79.647103880378182],\n              [-94.293942939429343, 79.758728341348927],\n              [-94.340743407434019, 79.685743116868053],\n              [-94.725947259472534, 79.609895726721248],\n              [-95.6115561155611, 79.558376744734744],\n              [-95.755557555575493, 79.406681964441162],\n              [-95.165151651516453, 79.349438651122853],\n              [-95.237152371523663, 79.287902089305646],\n              [-94.531545315453101, 79.342283236958053],\n              [-94.481144811448061, 79.426717124102595],\n              [-93.840338403383981, 79.399526550276391],\n              [-94.142741427414222, 79.336558905626219],\n              [-93.930339303392984, 79.259280432646477],\n              [-93.494734947349414, 79.36088731378652],\n              [-92.605526055260498, 79.451045532262896],\n              [-92.231122311223061, 79.432441455434429],\n              [-92.580325803257978, 79.385215721946793],\n              [-91.831518315183089, 79.343714319791019],\n              [-91.122311223112177, 79.390940053278626],\n              [-91.169111691116854, 79.353731899621721],\n              [-91.914319143191378, 79.302212917635217],\n              [-92.565925659256536, 79.310799414632953],\n              [-92.627126271262654, 79.244969604316879],\n              [-92.087120871208654, 79.206330367827007],\n              [-91.043110431104253, 79.252125018481678],\n              [-90.387903879038731, 79.239245272985045],\n              [-91.88191881918813, 79.163397882838268],\n              [-93.228332283322771, 79.170553297003039],\n              [-93.595535955359495, 79.063222084531162],\n              [-94.211142111421054, 79.00740985404579],\n              [-94.272342723427172, 78.968770617555919],\n              [-93.876338763387579, 78.834248831257838],\n              [-93.548735487354818, 78.838542079756706],\n              [-93.037530375303703, 78.768419020941764],\n              [-93.811538115381097, 78.768419020941764],\n              [-93.217532175321693, 78.589533666821978],\n              [-92.810728107281022, 78.638190483142552],\n              [-91.737917379173737, 78.559480927329844],\n              [-92.882728827288219, 78.506530862510374],\n              [-92.990729907299013, 78.466460543187566],\n              [-92.612726127261212, 78.336232005388354],\n              [-92.00432004320038, 78.213158881753941],\n              [-90.884708847088419, 78.144466905771935],\n              [-90.351903519035133, 78.144466905771935],\n              [-90.373503735037289, 78.287575189067752],\n              [-90.75150751507509, 78.32335225989172],\n              [-90.139501395013895, 78.324783342724686],\n              [-89.901899018990136, 78.221745378751677],\n              [-89.455494554945489, 78.164502065433339],\n              [-89.786697866978614, 78.39776856720556],\n              [-89.977499774997696, 78.439269969361334],\n              [-90.00630006300058, 78.613862074982251],\n              [-89.048690486904817, 78.181675059428841],\n              [-88.771487714877097, 78.185968307927709],\n              [-88.55188551885513, 78.432114555196563],\n              [-88.767887678876733, 78.618155323481147],\n              [-88.569885698856936, 78.612430992149314],\n              [-88.227882278822733, 78.463598377521635],\n              [-88.040680406804015, 78.47934028868417],\n              [-87.932679326793206, 78.616724240648182],\n              [-88.159481594815887, 78.678260802465388],\n              [-88.217082170821655, 78.953028706393383],\n              [-87.990279902798974, 78.960184120558182],\n              [-87.983079830798246, 78.792747429102064],\n              [-87.857078570785646, 78.692571630794959],\n              [-87.536675366753613, 78.671105388300589],\n              [-87.309873098730932, 78.809920423097537],\n              [-86.939069390693845, 78.91868271840238],\n              [-86.989469894698885, 79.051773421867495],\n              [-86.748267482674777, 78.958753037725216],\n              [-86.50346503465029, 79.068946415862996],\n              [-85.509855098550929, 79.166260048504171],\n              [-84.919449194491889, 79.296488586303383],\n              [-85.394653946539407, 79.453907697928798],\n              [-85.563855638556333, 79.579842987229142],\n              [-85.86265862658621, 79.592722732725747],\n              [-86.010260102600967, 79.439596869599228],\n              [-86.042660426604215, 79.568394324565475],\n              [-86.309063090630858, 79.648534963211119],\n              [-86.618666186661812, 79.651397128877051],\n              [-87.158671586715812, 79.576980821563211],\n              [-86.960669606696015, 79.908992038809544],\n              [-87.34587345873453, 79.843162228493469],\n              [-87.007470074700691, 79.953355606631249],\n              [-87.237872378723736, 80.070704398933827],\n              [-87.93627936279357, 80.067842233267925],\n              [-88.026280262802572, 80.137965292082868],\n              [-87.576275762757575, 80.17946669423867],\n              [-87.702277022770176, 80.41273319601089],\n              [-88.469084690846856, 80.439923769837094],\n              [-88.710287102870979, 80.289660072376478],\n              [-88.145081450814459, 80.097894972760059],\n              [-88.60228602286017, 80.117930132421463],\n              [-89.041490414904089, 80.193777522568269],\n              [-89.261092610926056, 80.303970900706048],\n              [-89.059490594905895, 80.468545426496263],\n              [-89.325893258932538, 80.537237402478269],\n              [-89.83349833498329, 80.528650905480504],\n              [-90.729907299072934, 80.567290141970375],\n              [-90.708307083070778, 80.703243011101421],\n              [-91.089910899108929, 80.749037661756091],\n              [-91.525515255152499, 80.978010915029415],\n              [-91.914319143191378, 81.076755630503555],\n              [-91.82791827918274, 81.162620600481034],\n              [-92.238322383223775, 81.255640984623341],\n              [-93.257132571325656, 81.37298977692592],\n              [-93.663936639366341, 81.340074871767882],\n              [-94.189541895418898, 81.367265445594086],\n              [-94.394743947439423, 81.261365315955175],\n              [-93.775537755377499, 81.206984168302768],\n              [-93.217532175321693, 81.214139582467539],\n              [-93.156331563315575, 81.098221872997925],\n              [-94.358743587435811, 81.105377287162725],\n              [-93.969939699396932, 81.058151553675089],\n              [-94.369543695436903, 80.975148749363512],\n              [-94.862748627486212, 81.065306967839888],\n              [-95.233552335523299, 81.015219068686349],\n              [-95.4855548555485, 80.906456773381507],\n              [-95.150751507515011, 80.884990530887137],\n              [-95.499954999549942, 80.807712057907366],\n              [-94.513545135451295, 80.726140336428756],\n              [-94.520745207452023, 80.604498295627309],\n              [-94.00594005940053, 80.591618550130676],\n              [-93.933939339393334, 80.521495491315704],\n              [-94.981549815498099, 80.603067212794343],\n              [-96.0255602556025, 80.584463135965876],\n              [-96.10116101161006, 80.494304917489501],\n              [-95.4855548555485, 80.389835870683555],\n              [-95.438754387543824, 80.344041220028885],\n              [-95.949959499594939, 80.391266953516492],\n              [-96.489964899648939, 80.329730391699286],\n              [-96.569165691656863, 80.276780326879845],\n              [-95.967959679596731, 80.200932936733039],\n              [-95.6115561155611, 80.248158670220676],\n              [-95.654756547565412, 80.176604528572767],\n              [-95.402754027540212, 80.126516629419228],\n              [-94.959949599495943, 80.142258540581764],\n              [-94.61794617946174, 80.222399179227409],\n              [-94.088740887408818, 80.17946669423867],\n              [-94.545945459454543, 80.1580004517443],\n              [-94.808748087480822, 80.097894972760059],\n              [-94.423544235442293, 79.981977263290418],\n              [-94.84474844748442, 80.044944907940589],\n              [-95.168751687516817, 80.033496245276922],\n              [-96.018360183601771, 80.072135481766793],\n              [-96.363963639636339, 80.140827457748799],\n              [-96.709567095670891, 80.147982871913598],\n              [-96.623166231662253, 80.044944907940589]\n            ]\n          ],\n          [\n            [\n              [-61.08721087210867, 82.331815275008012],\n              [-61.580415804157994, 82.489234386633427],\n              [-62.840428404283998, 82.517856043292596],\n              [-63.03483034830343, 82.456319481475361],\n              [-62.962829628296234, 82.593703433439373],\n              [-63.65043650436499, 82.718207639906751],\n              [-63.448834488344829, 82.826969935211594],\n              [-64.136441364413599, 82.836987515042296],\n              [-64.44244442444419, 82.761140124895491],\n              [-64.752047520475159, 82.831263183710462],\n              [-64.698046980469755, 82.90997273952317],\n              [-65.133651336513324, 82.899955159692468],\n              [-65.443254432544279, 82.776882036058055],\n              [-65.493654936549319, 82.842711846374129],\n              [-65.850058500584964, 82.842711846374129],\n              [-67.441274412744079, 82.65810216092251],\n              [-68.618486184861794, 82.630911587096278],\n              [-68.427684276842726, 82.685292734748714],\n              [-67.246872468724632, 82.769726621893255],\n              [-66.36126361263608, 82.894230828360634],\n              [-66.404464044640392, 82.942887644681207],\n              [-67.596075960759563, 82.971509301340376],\n              [-68.190081900818953, 82.948611976013041],\n              [-68.172081720817161, 82.998699875166579],\n              [-68.953289532895283, 82.982957964004044],\n              [-69.039690396903922, 83.045925608654215],\n              [-69.615696156961519, 82.990113378168843],\n              [-69.687696876968715, 83.116048667469158],\n              [-70.818108181081755, 83.11175541897029],\n              [-71.480514805148005, 83.02302828332688],\n              [-70.836108361083561, 82.885644331362869],\n              [-71.584915849158435, 82.948611976013041],\n              [-71.764917649176439, 83.001562040832511],\n              [-71.628116281162761, 83.103168921972554],\n              [-72.592925929259238, 83.101737839139588],\n              [-72.970929709297039, 83.073116182480419],\n              [-73.654936549365445, 82.927145733518671],\n              [-73.114931149311445, 82.791192864387625],\n              [-72.502925029250235, 82.729656302570419],\n              [-72.592925929259238, 82.70103464591125],\n              [-73.827738277382721, 82.865609171701465],\n              [-74.198541985419808, 83.001562040832511],\n              [-75.055350553505491, 83.041632360155319],\n              [-76.13536135361349, 83.053081022818986],\n              [-77.388173881738766, 82.990113378168843],\n              [-76.668166681666762, 82.879920000031035],\n              [-76.106561065610606, 82.688154900414617],\n              [-75.440554405544006, 82.630911587096278],\n              [-76.174961749617438, 82.456319481475361],\n              [-75.894158941589367, 82.599427764771207],\n              [-76.556565565655603, 82.675275154918012],\n              [-77.139771397713929, 82.86704025453443],\n              [-77.852578525785205, 82.925714650685705],\n              [-78.558185581855767, 82.865609171701465],\n              [-78.792187921879162, 82.944318727514172],\n              [-78.990189901898972, 82.878488917198069],\n              [-79.339393393933889, 82.975802549839244],\n              [-80.15660156601561, 82.938594396182339],\n              [-80.351003510035042, 82.864178088868499],\n              [-79.677796777967728, 82.831263183710462],\n              [-79.893798937989331, 82.765433373394387],\n              [-78.504185041850363, 82.688154900414617],\n              [-79.126991269912651, 82.669550823586178],\n              [-79.900999009990045, 82.718207639906751],\n              [-80.102601026010205, 82.669550823586178],\n              [-80.315003150031444, 82.786899615888757],\n              [-81.474214742147367, 82.829832100877496],\n              [-81.575015750157448, 82.791192864387625],\n              [-80.599405994059893, 82.55935744544837],\n              [-80.887408874088692, 82.535029037288098],\n              [-81.416614166141613, 82.630911587096278],\n              [-82.068220682206771, 82.673844072085046],\n              [-82.295022950229452, 82.585116936441636],\n              [-81.499414994149888, 82.497820883631164],\n              [-82.496624966249612, 82.509269546294831],\n              [-82.712627126271215, 82.38190317416155],\n              [-81.290612906129013, 82.162947500718928],\n              [-80.869408694086886, 82.160085335052997],\n              [-80.934209342093368, 82.104273104567625],\n              [-79.864998649986447, 82.026994631587883],\n              [-79.922599225992201, 81.988355395098012],\n              [-79.231392313923081, 81.818056537975963],\n              [-79.530195301952972, 81.823780869307797],\n              [-80.019800198001931, 81.966889152603613],\n              [-81.58941589415889, 82.120015015730161],\n              [-82.399423994239882, 82.24738138786347],\n              [-82.968229682296766, 82.298900369849946],\n              [-83.007830078300728, 82.230208393867969],\n              [-82.583025830258251, 82.094255524736923],\n              [-82.100621006210005, 82.05990953674592],\n              [-83.130231302312964, 82.071358199409588],\n              [-82.950229502294974, 82.125739347061995],\n              [-83.673836738367328, 82.348988269003513],\n              [-84.94464944649441, 82.427697824816221],\n              [-84.707047070470651, 82.483510055301593],\n              [-85.76185761857613, 82.467768144139029],\n              [-85.351453514535095, 82.290313872852209],\n              [-85.671856718567128, 82.244519222197539],\n              [-86.849068490684857, 82.220190814037238],\n              [-86.726667266672607, 82.137188009725662],\n              [-84.753847538475327, 81.991217560763914],\n              [-85.733057330573246, 81.988355395098012],\n              [-85.430654306543005, 81.859557940131765],\n              [-86.161461614616087, 82.045598708416321],\n              [-86.964269642696365, 82.051323039748155],\n              [-86.845468454684493, 81.988355395098012],\n              [-87.288272882728776, 81.964026986937711],\n              [-87.371073710737051, 82.077082530741421],\n              [-87.997479974799688, 82.10570418740059],\n              [-88.681486814868094, 82.058478453912954],\n              [-89.059490594905895, 81.988355395098012],\n              [-88.987489874898699, 81.928249916113742],\n              [-89.36909369093685, 81.819487620808928],\n              [-89.765097650976458, 81.922525584781908],\n              [-91.014310143101369, 81.842384946136264],\n              [-91.032310323103175, 81.76939972165539],\n              [-91.485914859148536, 81.772261887321292],\n              [-91.950319503194976, 81.632015769691378],\n              [-91.482314823148172, 81.59623869886741],\n              [-91.41751417514169, 81.543288634047968],\n              [-90.963909639096329, 81.563323793709372],\n              [-90.683106831068258, 81.677810420346049],\n              [-90.092700927009219, 81.626291438359544],\n              [-89.585095850958453, 81.632015769691378],\n              [-90.834308343083379, 81.464579078235261],\n              [-90.492304923049176, 81.370127611260017],\n              [-88.980289802897971, 81.540426468382037],\n              [-88.404284042840374, 81.586221119036708],\n              [-87.313473134731296, 81.517529143054702],\n              [-87.939879398793934, 81.536133219883169],\n              [-88.890288902888969, 81.500356149059201],\n              [-89.24309243092425, 81.411629013415791],\n              [-89.923499234992292, 81.342937037433785],\n              [-89.387093870938656, 81.251347736124472],\n              [-88.933489334893295, 81.248485570458541],\n              [-89.559895598955933, 81.208415251135705],\n              [-89.98469984699841, 81.249916653291507],\n              [-90.351903519035133, 81.174069263144702],\n              [-90.182701827018221, 81.069600216338756],\n              [-89.826298262982576, 81.012356903020418],\n              [-87.86067860678601, 81.079617796169458],\n              [-87.389073890738857, 81.069600216338756],\n              [-86.521465214652096, 81.125412446824129],\n              [-85.873458734587288, 81.239899073460805],\n              [-85.243452434524286, 81.29857346961208],\n              [-84.732247322473171, 81.282831558449544],\n              [-85.531455314553085, 81.189811174307266],\n              [-86.697866978669737, 81.005201488855619],\n              [-87.619476194761887, 80.980873080695346],\n              [-88.411484114841087, 80.999477157523785],\n              [-89.271892718927134, 80.953682506869143],\n              [-89.387093870938656, 80.879266199555303],\n              [-88.101881018810133, 80.680345685774085],\n              [-87.277472774727698, 80.631688869453512],\n              [-87.065070650706446, 80.733295750593555],\n              [-86.111061110611047, 80.992321743359014],\n              [-85.394653946539407, 81.059582636508054],\n              [-84.203042030420249, 81.095359707331994],\n              [-82.385023850238454, 81.185517925808369],\n              [-82.752227522275163, 81.135430026654831],\n              [-85.19665196651961, 81.02237448285112],\n              [-85.797857978579728, 80.946527092704343],\n              [-86.550265502654966, 80.716122756598054],\n              [-86.748267482674777, 80.604498295627309],\n              [-86.118261182611775, 80.537237402478269],\n              [-85.12105121051205, 80.504322497320203],\n              [-84.397443974439696, 80.510046828652037],\n              [-83.803438034380292, 80.560134727805575],\n              [-83.706237062370576, 80.749037661756091],\n              [-83.274232742327371, 80.846351294397266],\n              [-83.12303123031225, 80.830609383234702],\n              [-83.569435694356883, 80.741882247591292],\n              [-83.303033030330255, 80.698949762602552],\n              [-82.579425794257887, 80.741882247591292],\n              [-81.971019710197055, 80.837764797399501],\n              [-81.758617586175802, 80.816298554905131],\n              [-82.151021510215045, 80.727571419261722],\n              [-83.051030510305054, 80.653155111947882],\n              [-83.119431194311886, 80.547254982308971],\n              [-82.914229142291376, 80.540099568144171],\n              [-81.218612186121803, 80.627395620954644],\n              [-79.612996129961246, 80.827747217568799],\n              [-79.170191701916963, 80.973717666530547],\n              [-79.346593465934603, 81.002339323189716],\n              [-79.152191521915171, 81.102515121496793],\n              [-79.504995049950452, 81.199828754137968],\n              [-78.943389433894282, 81.106808369995662],\n              [-78.190981909819044, 81.305728883776879],\n              [-76.85536855368548, 81.455992581237496],\n              [-77.071370713707083, 81.375851942591822],\n              [-77.625776257762524, 81.321470794939415],\n              [-78.885788857888528, 81.012356903020418],\n              [-78.846188461884566, 80.857799957060934],\n              [-77.996579965799612, 80.906456773381507],\n              [-77.024570245702407, 80.886421613720074],\n              [-76.588965889658851, 80.902163524882639],\n              [-76.567365673656681, 80.846351294397266],\n              [-77.506975069750652, 80.833471548900633],\n              [-78.532985329853247, 80.780521484081163],\n              [-79.393393933939294, 80.698949762602552],\n              [-79.965799657996527, 80.61165370979208],\n              [-78.784987849878448, 80.615946958290976],\n              [-78.018180181801768, 80.597342881462509],\n              [-78.10818108181077, 80.562996893471507],\n              [-78.698586985869809, 80.570152307636306],\n              [-80.052200522005165, 80.527219822647538],\n              [-80.351003510035042, 80.472838674995131],\n              [-81.989019890198847, 80.404146699013125],\n              [-83.205832058320524, 80.316850646202681],\n              [-82.169021690216852, 80.017754334114386],\n              [-81.456214562145561, 79.954786689464214],\n              [-81.661416614166086, 79.907560955976578],\n              [-81.503015030150252, 79.714364773527222],\n              [-80.880208802087964, 79.654259294542953],\n              [-79.753397533975289, 79.707209359362423],\n              [-79.918999189991851, 79.648534963211119],\n              [-80.621006210062049, 79.604171395389415],\n              [-80.588605886058801, 79.569825407398412],\n              [-81.377013770137651, 79.642810631879286],\n              [-81.650616506165008, 79.594153815558712],\n              [-82.172621726217216, 79.868921719486707],\n              [-83.112231122311172, 80.073566564599759],\n              [-83.78903789037885, 80.251020835886578],\n              [-84.627846278462727, 80.27821140971281],\n              [-85.315453154531497, 80.26819382988208],\n              [-85.895058950589458, 80.338316888697051],\n              [-86.438664386643808, 80.319712811868584],\n              [-86.643866438664332, 80.153707203245432],\n              [-86.442264422644172, 80.007736754283684],\n              [-85.520655206552007, 79.964804269294916],\n              [-85.254252542525364, 79.926165032805045],\n              [-86.312663126631207, 79.973390766292681],\n              [-86.449464494644886, 79.937613695468713],\n              [-86.489064890648848, 79.770177004012595],\n              [-85.86265862658621, 79.698622862364687],\n              [-85.628656286562816, 79.708640442195389],\n              [-85.02025020250197, 79.617051140886048],\n              [-84.879848798487927, 79.486822603086836],\n              [-84.487444874448684, 79.412406295772996],\n              [-84.32904329043285, 79.192019539497437],\n              [-84.141841418414131, 79.182001959666707],\n              [-83.447034470344647, 79.028876096540188],\n              [-83.983439834398297, 79.051773421867495],\n              [-84.163441634416287, 79.130482977680231],\n              [-84.50544505445049, 79.146224888842767],\n              [-84.753847538475327, 79.03889367637089],\n              [-84.27864278642781, 78.955890872059314],\n              [-82.968229682296766, 78.940148960896749],\n              [-82.536225362253575, 78.885767813244343],\n              [-82.122221222212175, 78.915820552736477],\n              [-81.881018810188053, 79.018858516709457],\n              [-81.477814778147732, 79.048911256201592],\n              [-81.773017730177244, 78.865732653582938],\n              [-82.403024030240246, 78.828524499926004],\n              [-83.209432094320888, 78.85142182525334],\n              [-83.209432094320888, 78.804196091765704],\n              [-82.597425974259693, 78.706882459124557],\n              [-82.244622446224412, 78.603844495151549],\n              [-82.341823418234128, 78.569498507160546],\n              [-82.788227882278775, 78.692571630794959],\n              [-83.162631626316212, 78.724055453120059],\n              [-83.745837458374524, 78.838542079756706],\n              [-84.707047070470651, 78.871456984914772],\n              [-85.24705247052465, 78.917251635569414],\n              [-85.758257582575766, 78.831386665591936],\n              [-86.611466114661098, 78.809920423097537],\n              [-86.939069390693845, 78.714037873289357],\n              [-87.158671586715812, 78.549463347499142],\n              [-87.482674826748209, 78.452149714857967],\n              [-87.486274862748573, 78.127293911776434],\n              [-86.769867698676933, 78.120138497611634],\n              [-86.52866528665281, 78.207434550422107],\n              [-86.287462874628687, 78.194554804925474],\n              [-85.83745837458369, 78.341956336720187],\n              [-85.93825938259377, 78.237487289914213],\n              [-86.222662226622205, 78.165933148266305],\n              [-86.226262262622569, 78.061464101460331],\n              [-85.488254882548773, 78.117276331945732],\n              [-84.959049590495852, 78.350542833717924],\n              [-84.761047610476055, 78.343387419553125],\n              [-85.063450634506296, 78.062895184293296],\n              [-85.66105661056605, 77.949839640489586],\n              [-85.401854018540135, 77.831059765354041],\n              [-85.164251642516376, 77.806731357193769],\n              [-85.283052830528248, 77.659329825399055],\n              [-84.836648366483615, 77.59063784941705],\n              [-84.761047610476055, 77.520514790602107],\n              [-84.332643326433214, 77.531963453265774],\n              [-83.918639186391815, 77.493324216775875],\n              [-83.421834218342127, 77.607810843412551],\n              [-82.935829358293532, 77.882578747340546],\n              [-82.784627846278411, 78.017100533638626],\n              [-82.514625146251404, 77.959857220320316],\n              [-82.881828818288128, 77.728021801381061],\n              [-83.425434254342491, 77.507635045105474],\n              [-83.803438034380292, 77.473289057114471],\n              [-83.465034650346453, 77.348784850647093],\n              [-84.062640626406207, 77.404597081132465],\n              [-84.617046170461649, 77.383130838638095],\n              [-84.465844658446528, 77.301559117159485],\n              [-85.002250022500164, 77.383130838638095],\n              [-85.401854018540135, 77.400303832633597],\n              [-85.783457834578286, 77.504772879439543],\n              [-85.974259742597368, 77.713710973051462],\n              [-86.215462154621491, 77.793851611697136],\n              [-86.845468454684493, 77.889734161505345],\n              [-87.191071910719046, 77.904044989834915],\n              [-88.181081810818057, 77.801007025861935],\n              [-88.188281882818771, 77.640725748570588],\n              [-87.81027810278097, 77.574895938254514],\n              [-87.648276482764771, 77.486168802611104],\n              [-87.68067680676802, 77.353078099145961],\n              [-86.913869138691325, 77.267213129168482],\n              [-87.615876158761537, 77.101207520545302],\n              [-88.292682926829215, 77.13698459136927],\n              [-88.721087210872057, 77.013911467734857],\n              [-89.538295382953777, 76.856492356109442],\n              [-89.41949419494189, 76.687624581820359],\n              [-89.682296822968169, 76.574569038016648],\n              [-88.911889118891139, 76.409994512226433],\n              [-88.735487354873499, 76.596035280511018],\n              [-88.487084870848648, 76.507308144867608],\n              [-88.710287102870979, 76.711952989980631],\n              [-88.537485374853688, 76.816422036786605],\n              [-88.508685086850818, 76.614639357339485],\n              [-88.357483574835697, 76.490135150872106],\n              [-88.404284042840374, 76.394252601063897],\n              [-87.630276302762979, 76.335578204912593],\n              [-87.399873998739935, 76.455789162881103],\n              [-86.723067230672257, 76.348457950409227],\n              [-86.658266582665775, 76.465806742711806],\n              [-86.233462334623297, 76.548809547023382],\n              [-86.406264062640574, 76.407132346560502],\n              [-85.250652506525014, 76.315543045251189],\n              [-85.203852038520324, 76.284059222926089],\n              [-84.411844118441124, 76.309818713919356],\n              [-84.941049410494045, 76.422874257723066],\n              [-85.034650346503412, 76.574569038016648],\n              [-84.717847178471729, 76.454358080048138],\n              [-84.235442354423483, 76.447202665883339],\n              [-84.195841958419535, 76.617501523005387],\n              [-83.695436954369484, 76.431460754720803],\n              [-83.184231842318368, 76.431460754720803],\n              [-82.802628026280203, 76.389959352565029],\n              [-82.28062280622801, 76.399976932395731],\n              [-82.082620826208213, 76.567413623851849],\n              [-82.511025110251055, 76.661865090827092],\n              [-82.590225902258965, 76.783507131628568],\n              [-82.323823238232322, 76.644692096831591],\n              [-82.061020610206043, 76.616070440172422],\n              [-81.935019350193443, 76.494428399370975],\n              [-80.970209702096966, 76.480117571041376],\n              [-80.775807758077534, 76.387097186899098],\n              [-81.096210962109566, 76.218229412610015],\n              [-80.667806678066725, 76.163848264957608],\n              [-79.551795517955128, 76.316974128084127],\n              [-79.346593465934603, 76.296938968422722],\n              [-79.008190081900764, 76.424305340556003],\n              [-78.77418774187737, 76.577431203682551],\n              [-78.565385653856481, 76.567413623851849],\n              [-78.500585005850013, 76.458651328547006],\n              [-78.140581405814004, 76.527343304529012],\n              [-78.010980109801039, 76.63753668266682],\n              [-77.769777697776931, 76.664727256493023],\n              [-77.715777157771527, 76.822146368118439],\n              [-77.913779137791323, 76.965254651414256],\n              [-78.331383313833086, 77.012480384901892],\n              [-78.964989649896452, 76.842181527779843],\n              [-78.867788677886722, 76.923753249258482],\n              [-79.375393753937487, 76.925184332091419],\n              [-79.008190081900764, 77.104069686211233],\n              [-79.432994329943241, 77.238591472509313],\n              [-80.027000270002645, 77.188503573355774],\n              [-81.103411034110295, 77.287248288829886],\n              [-81.751417514175088, 77.167037330861376],\n              [-81.848618486184805, 77.290110454495817],\n              [-81.200612006120011, 77.323025359653855],\n              [-81.737017370173646, 77.4346498206246],\n              [-81.672216722167164, 77.52337695626801],\n              [-81.945819458194535, 77.653605494067222],\n              [-81.63981639816393, 77.597793263581849],\n              [-81.582215822158162, 77.517652624936176],\n              [-80.779407794077883, 77.335905105150459],\n              [-79.972999729997241, 77.280092874665087],\n              [-79.64539645396448, 77.321594276820889],\n              [-79.134191341913365, 77.291541537328754],\n              [-78.28818288182876, 77.377406507306262],\n              [-77.737377373773683, 77.600655429247752],\n              [-78.050580505805002, 77.733746132712895],\n              [-77.982179821798169, 77.816748937024471],\n              [-78.428584285842803, 77.911200403999715],\n              [-78.18378183781833, 77.96558155165215],\n              [-77.154171541715371, 77.948408557656649],\n              [-76.880568805688, 77.905476072667881],\n              [-76.232562325623206, 78.021393782137523],\n              [-75.93375933759333, 77.958426137487351],\n              [-75.580955809558048, 78.112983083446835],\n              [-76.18936189361888, 78.133018243108268],\n              [-76.916569165691598, 78.207434550422107],\n              [-76.603366033660279, 78.254660283909715],\n              [-75.627756277562725, 78.200279136257308],\n              [-75.109351093510881, 78.374871241878225],\n              [-76.077760777607722, 78.466460543187566],\n              [-76.498964989649849, 78.548032264666176],\n              [-75.39735397353968, 78.515117359508139],\n              [-74.80334803348029, 78.588102583989013],\n              [-74.774547745477406, 78.834248831257838],\n              [-75.303753037530328, 78.884336730411377],\n              [-76.441364413644081, 78.871456984914772],\n              [-75.829358293582885, 78.925838132567179],\n              [-75.778957789577845, 78.981650363052552],\n              [-76.732967329673244, 79.036031510704959],\n              [-77.719377193771891, 78.970201700388884],\n              [-78.298982989829852, 78.795609594767967],\n              [-77.956979569795649, 78.960184120558182],\n              [-77.701377013770085, 79.00740985404579],\n              [-77.913779137791323, 79.056066670366391],\n              [-78.867788677886722, 79.061791001698225],\n              [-78.331383313833086, 79.08468832702556],\n              [-77.791377913779087, 79.068946415862996],\n              [-77.532175321753172, 79.024582848041291],\n              [-76.707767077670724, 79.090412658357394],\n              [-76.167761677616724, 79.077532912860761],\n              [-76.131761317613126, 79.124758646348397],\n              [-78.05778057780573, 79.179139794000804],\n              [-76.0885608856088, 79.204899284994042],\n              [-75.894158941589367, 79.103292403853999],\n              [-75.087750877508725, 79.03173826220609],\n              [-74.493744937449321, 79.036031510704959],\n              [-74.78174781747812, 79.193450622330374],\n              [-74.468544685446801, 79.227796610321377],\n              [-75.948159481594772, 79.237814190152079],\n              [-76.153361533615282, 79.275022343809013],\n              [-77.326973269732648, 79.267866929644214],\n              [-77.787777877778723, 79.353731899621721],\n              [-77.226172261722567, 79.325110242962552],\n              [-77.402574025740208, 79.452476615095833],\n              [-77.125371253712487, 79.469649609091334],\n              [-76.833768337683324, 79.355162982454686],\n              [-75.915759157591523, 79.346576485456922],\n              [-76.192961929619244, 79.469649609091334],\n              [-76.85536855368548, 79.482529354587967],\n              [-77.046170461704563, 79.522599673910804],\n              [-76.196561965619608, 79.493978017251635],\n              [-75.512555125551202, 79.39666438461046],\n              [-75.026550265502607, 79.373767059283125],\n              [-75.066150661506569, 79.493978017251635],\n              [-74.695346953469482, 79.44961444942993],\n              [-74.029340293402882, 79.44961444942993],\n              [-73.903339033390282, 79.554083496235876],\n              [-73.734137341373369, 79.496840182917538],\n              [-73.172531725317199, 79.53834158507334],\n              [-73.172531725317199, 79.65855254304185],\n              [-73.384933849338438, 79.775901335344429],\n              [-73.582935829358249, 79.76159050701483],\n              [-74.846548465484602, 79.850317642658268],\n              [-74.227342273422678, 79.89611229331291],\n              [-73.064530645306405, 79.808816240502466],\n              [-72.920529205291999, 79.710071525028354],\n              [-72.232922329223243, 79.662845791540718],\n              [-71.484114841148369, 79.737262098854558],\n              [-71.019710197101915, 79.823127068832036],\n              [-70.911709117091121, 79.893250127647008],\n              [-71.37611376113756, 79.941906943967581],\n              [-70.706507065070596, 79.99199484312112],\n              [-70.504905049050436, 80.097894972760059],\n              [-70.648906489064842, 80.142258540581764],\n              [-71.523715237152317, 80.067842233267925],\n              [-72.168121681216761, 80.056393570604257],\n              [-72.391323913239077, 80.09073955859526],\n              [-71.898118981189768, 80.110774718256664],\n              [-72.420124201241961, 80.213812682229673],\n              [-71.998919989199848, 80.192346439735303],\n              [-71.736117361173555, 80.117930132421463],\n              [-70.746107461074558, 80.206657268064873],\n              [-70.209702097020923, 80.188053191236435],\n              [-69.957699576995722, 80.262469498550246],\n              [-70.454504545045396, 80.344041220028885],\n              [-70.371703717037121, 80.41273319601089],\n              [-70.818108181081755, 80.548686065141908],\n              [-70.335703357033523, 80.477131923493999],\n              [-70.310503105031003, 80.358352048358455],\n              [-69.666096660966559, 80.355489882692552],\n              [-69.374493744937396, 80.396991284848326],\n              [-69.133291332913274, 80.535806319645303],\n              [-68.280082800827955, 80.760486324419759],\n              [-66.670866708667035, 81.039547476846622],\n              [-65.990459904598993, 81.228450410797137],\n              [-65.400054000539953, 81.269951812952911],\n              [-64.690846908469041, 81.390162770921421],\n              [-64.435244352443476, 81.481752072230762],\n              [-64.546845468454634, 81.550444048212739],\n              [-65.734857348573442, 81.49320073489443],\n              [-67.786877868778646, 81.317177546440547],\n              [-69.482494824948205, 81.184086842975432],\n              [-70.06930069300688, 81.162620600481034],\n              [-69.367293672936682, 81.239899073460805],\n              [-68.442084420844154, 81.311453215108713],\n              [-68.046080460804561, 81.37298977692592],\n              [-66.652866528665243, 81.500356149059201],\n              [-67.268472684726802, 81.571910290707137],\n              [-68.578885788857846, 81.516098060221765],\n              [-68.856088560885553, 81.550444048212739],\n              [-68.388083880838764, 81.566185959375304],\n              [-69.309693096930914, 81.722173988167754],\n              [-68.211682116821123, 81.563323793709372],\n              [-66.624066240662358, 81.623429272693613],\n              [-65.857258572585678, 81.62772252119251],\n              [-65.374853748537433, 81.680672586011951],\n              [-66.048060480604761, 81.69498341434155],\n              [-65.374853748537433, 81.76224430749059],\n              [-64.374043740437358, 81.725036153833656],\n              [-63.920439204391997, 81.79802137831453],\n              [-62.257222572225672, 82.024132465921952],\n              [-61.872018720187157, 82.11285960156539],\n              [-62.030420304202991, 82.140050175391593],\n              [-61.314013140131351, 82.197293488709931],\n              [-61.08721087210867, 82.331815275008012]\n            ]\n          ],\n          [\n            [\n              [-79.976599765997605, 56.201673828021853],\n              [-79.71739717397169, 56.30900504049373],\n              [-79.861398613986083, 56.386283513473487],\n              [-80.059400594005893, 56.304711791994862],\n              [-79.976599765997605, 56.201673828021853]\n            ]\n          ],\n          [\n            [\n              [-79.393393933939294, 52.083017434767783],\n              [-79.656196561965572, 51.987134884959573],\n              [-79.62019620196196, 51.919873991810533],\n              [-79.335793357933525, 51.962806476799287],\n              [-79.393393933939294, 52.083017434767783]\n            ]\n          ],\n          [\n            [\n              [-80.757807578075727, 52.918769809215448],\n              [-81.121411214112086, 53.202124210141193],\n              [-81.423814238142327, 53.229314783967411],\n              [-81.881018810188053, 53.179226884813858],\n              [-82.061020610206043, 53.023238856021408],\n              [-81.027810278102734, 52.752764200592281],\n              [-80.700207002069973, 52.699814135772826],\n              [-80.757807578075727, 52.918769809215448]\n            ]\n          ],\n          [\n            [\n              [-79.285392853928485, 54.91369927835936],\n              [-79.652596525965208, 54.85502488220807],\n              [-79.756997569975653, 54.780608574894231],\n              [-79.018990189901842, 54.940889852185563],\n              [-79.285392853928485, 54.91369927835936]\n            ]\n          ],\n          [\n            [\n              [-78.756187561875564, 56.16732784003085],\n              [-78.676986769867653, 56.181638668360435],\n              [-78.669786697866925, 56.44352682679181],\n              [-78.756187561875564, 56.43494032979406],\n              [-78.936189361893568, 56.120102106543229],\n              [-78.756187561875564, 56.16732784003085]\n            ]\n          ],\n          [\n            [\n              [-79.544595445954414, 56.044254716396438],\n              [-79.64539645396448, 55.896853184601724],\n              [-79.468994689946854, 55.879680190606237],\n              [-79.155791557915521, 56.236019816012856],\n              [-79.051390513905091, 56.228864401848057],\n              [-79.130591305913001, 56.543702625098902],\n              [-79.299792997929927, 56.479303897615765],\n              [-79.407794077940721, 56.233157650346939],\n              [-79.551795517955128, 56.266072555504977],\n              [-80.027000270002645, 55.899715350267641],\n              [-79.908199081990773, 55.825299042953816],\n              [-79.584195841958362, 56.110084526712527],\n              [-79.544595445954414, 56.044254716396438]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CA-YT\", \"countryKey\": \"CA\", \"countryName\": \"Canada\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.81783817838172, 59.999767666693259],\n              [-139.059820353142101, 59.999373418939406],\n              [-139.197010368440488, 60.089688767230122],\n              [-139.074634247037324, 60.350159043978117],\n              [-139.692128437603714, 60.334441010036429],\n              [-139.981474988136, 60.181459631115395],\n              [-140.456833243201089, 60.307675443667165],\n              [-140.515843233485043, 60.214242959050921],\n              [-140.99939732053403, 60.309314610063936],\n              [-141.004410044100382, 69.650990292164238],\n              [-140.223202232022231, 69.599471310177734],\n              [-139.917199171991655, 69.620937552672103],\n              [-139.143191431914261, 69.513606340200226],\n              [-138.955989559895528, 69.406275127728378],\n              [-138.095580955809481, 69.14009372079812],\n              [-137.191971919719123, 68.948328621181702],\n              [-136.662766627666201, 68.875343396700828],\n              [-136.443164431644249, 68.909689384691831],\n              [-136.443164431644249, 67.726183881835283],\n              [-136.191161911619048, 67.564471521710999],\n              [-136.115561155611488, 67.376999670593449],\n              [-136.230762307622996, 67.188096736642947],\n              [-136.162361623616164, 67.003487051191328],\n              [-134.036348270899595, 67.000712930481555],\n              [-133.764737647376421, 66.798842206078291],\n              [-133.833138331383253, 66.725856981597417],\n              [-133.599135991359844, 66.559851372974251],\n              [-133.818738187381797, 66.310842960039494],\n              [-133.584735847358388, 66.292238883211041],\n              [-133.566735667356596, 66.153423848414079],\n              [-133.703537035370289, 66.071852126935454],\n              [-133.426334263342568, 65.944485754802159],\n              [-132.918729187291802, 66.026057476280783],\n              [-132.994329943299363, 65.923019512307789],\n              [-132.562325623256157, 66.0289196419467],\n              [-132.346323463234569, 65.941623589136242],\n              [-132.569525695256885, 65.844309956495081],\n              [-132.371523715237089, 65.771324732014207],\n              [-132.180721807217992, 65.583852880896671],\n              [-132.321123211232049, 65.439313514767875],\n              [-132.645126451264446, 65.27473898897766],\n              [-132.717127171271642, 65.15595911384213],\n              [-132.335523355233477, 65.031454907374751],\n              [-132.511925119251117, 64.942727771731327],\n              [-132.569525695256885, 64.77529108027521],\n              [-132.054720547205392, 64.696581524462502],\n              [-131.680316803167955, 64.520558336008634],\n              [-131.817118171181647, 64.377450052712788],\n              [-131.619116191161851, 64.368863555715038],\n              [-131.385113851138442, 64.467608271189164],\n              [-131.143911439114333, 64.424675786200424],\n              [-131.061110611106045, 64.280136420071628],\n              [-130.740707407074012, 63.973884693818547],\n              [-130.096300963009554, 63.782119594202129],\n              [-130.128701287012802, 63.701978955556456],\n              [-129.822698226982197, 63.477298950782],\n              [-130.128701287012802, 63.317017673490668],\n              [-129.844298442984353, 63.090906585883261],\n              [-129.613896138961309, 63.072302509054794],\n              [-129.765097650976429, 62.85191575277922],\n              [-129.495094950949436, 62.607200588343346],\n              [-129.17109171091704, 62.478403133377086],\n              [-129.307893078930704, 62.32098402175167],\n              [-129.131491314913092, 62.116339176638633],\n              [-128.764287642876354, 62.06052694615326],\n              [-128.548285482854766, 62.122063507970466],\n              [-127.972279722797168, 61.688445409584091],\n              [-127.533075330753235, 61.509560055464306],\n              [-127.144271442714356, 61.465196487642586],\n              [-126.885068850688441, 60.782569976321469],\n              [-126.510665106651004, 60.814053798646555],\n              [-126.013860138601316, 60.804036218815838],\n              [-125.902259022590158, 60.894194437292214],\n              [-125.322653226532196, 60.788294307653302],\n              [-124.869048690486835, 60.862710614967142],\n              [-124.804248042480367, 60.968610744606053],\n              [-124.599045990459842, 60.964317496107171],\n              [-124.480244802447956, 60.788294307653302],\n              [-124.620646206461998, 60.682394178014391],\n              [-124.415444154441474, 60.479180415734305],\n              [-124.217442174421677, 60.462007421738804],\n              [-124.195841958419521, 60.33034780110664],\n              [-123.81783817838172, 59.999767666693259]\n            ]\n          ],\n          [\n            [\n              [-138.869588695886875, 69.592315896012934],\n              [-139.110791107911012, 69.536503665527562],\n              [-139.114391143911377, 69.653852457830169],\n              [-138.869588695886875, 69.592315896012934]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"CF\",\n        \"countryKey\": \"CF\",\n        \"countryName\": \"Central African Republic\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [22.862028620286225, 10.919350827554382],\n              [22.458824588245903, 11.000922549033007],\n              [22.178021780217819, 10.816312863581388],\n              [21.724417244172457, 10.637427509461588],\n              [21.749617496174977, 10.411316421854181],\n              [21.339213392133928, 9.960525329472304],\n              [21.270812708127096, 9.987715903298508],\n              [21.018810188101895, 9.743000738862634],\n              [20.824408244082463, 9.418144935781086],\n              [20.543605436054378, 9.322262385972891],\n              [20.435604356043569, 9.137652700521258],\n              [20.108001080010808, 9.150532446017891],\n              [19.888398883988856, 9.046063399211931],\n              [19.369993699937027, 9.000268748557261],\n              [19.099990999910005, 9.014579576886845],\n              [18.869588695886989, 8.864315879426215],\n              [19.125191251912526, 8.675412945475713],\n              [18.588785887858904, 8.047167581807017],\n              [17.681576815768182, 7.98563101998981],\n              [17.249572495724976, 7.822487577032561],\n              [17.116371163711648, 7.686534707901515],\n              [16.767167671676731, 7.550581838770469],\n              [16.623166231662339, 7.669361713906014],\n              [16.547565475654778, 7.869713310520183],\n              [16.371163711637138, 7.672223879571931],\n              [15.79515795157954, 7.457561454628177],\n              [15.481954819548207, 7.523391264944266],\n              [15.222752227522307, 7.247192278183306],\n              [15.042750427504302, 6.790676854469595],\n              [14.93114931149313, 6.710536215823936],\n              [14.718747187471905, 6.258314040609108],\n              [14.535145351453536, 6.189622064627102],\n              [14.398343983439844, 6.019323207505053],\n              [14.585545855458577, 5.923440657696858],\n              [14.632346323463253, 5.737399889412274],\n              [14.596345963459669, 5.411113003497775],\n              [14.718747187471905, 4.622586362537731],\n              [14.99954999549999, 4.403630689095102],\n              [15.089550895508978, 4.121707371002316],\n              [15.02475024750251, 4.025824821194107],\n              [15.172351723517266, 3.759643414263856],\n              [15.784357843578448, 3.108500725267817],\n              [15.913959139591412, 3.098483145437108],\n              [16.093960939609417, 2.863785560831943],\n              [16.090360903609053, 2.510308101091233],\n              [16.198361983619861, 2.23697127999619],\n              [16.479164791647946, 2.836594987005732],\n              [16.569165691656934, 3.464840350674443],\n              [16.64116641166413, 3.529239078157566],\n              [16.968769687696891, 3.533532326656442],\n              [17.335973359733629, 3.617966213800983],\n              [17.458374583745865, 3.708124432277359],\n              [17.807578075780782, 3.607948633970274],\n              [17.843578435784366, 3.540687740821234],\n              [18.473584735847368, 3.632277042130568],\n              [18.624786247862488, 3.476289013338111],\n              [18.592385923859268, 3.709555515110317],\n              [18.646386463864673, 3.982892336205353],\n              [18.538385383853864, 4.306317056453942],\n              [18.721987219872233, 4.377871198101857],\n              [19.081990819908214, 4.908802929129394],\n              [19.409594095940975, 5.130620768237932],\n              [19.719197191971944, 5.136345099569766],\n              [20.338403384033853, 4.771418977165396],\n              [20.45360453604539, 4.529565978395439],\n              [20.60480604806051, 4.409355020426936],\n              [20.871208712087139, 4.453718588248648],\n              [21.209612096120992, 4.292006228124357],\n              [21.537215372153753, 4.244780494636728],\n              [21.724417244172457, 4.294868393790274],\n              [22.206822068220703, 4.150329027661478],\n              [22.422824228242291, 4.134587116498942],\n              [22.545225452254556, 4.237625080471936],\n              [22.588425884258868, 4.449425339749773],\n              [22.689226892268948, 4.492357824738519],\n              [22.898028980289808, 4.822937959151901],\n              [23.16803168031683, 4.738504072007359],\n              [23.387633876338782, 4.586809291713777],\n              [23.567635676356787, 4.724193243677774],\n              [23.949239492394952, 4.817213627820067],\n              [24.485644856448573, 5.100568028745812],\n              [24.788047880478814, 4.920251591793061],\n              [25.306453064530672, 5.031876052763806],\n              [25.364053640536412, 5.310937205190683],\n              [25.580055800558029, 5.375335932673806],\n              [25.824858248582501, 5.195019495721056],\n              [26.130861308613106, 5.259418223204193],\n              [26.462064620646231, 5.059066626590024],\n              [26.868868688686916, 5.03760038409564],\n              [27.117271172711753, 5.200743827052889],\n              [27.44127441274415, 5.070515289253692],\n              [27.300873008730093, 5.205037075551772],\n              [27.261272612726145, 5.549928038294723],\n              [27.124471244712453, 5.768883711737345],\n              [26.818468184681876, 5.894819001037689],\n              [26.480064800648023, 6.10518817748256],\n              [26.508865088650907, 6.205363975789638],\n              [26.289262892628955, 6.387111495575354],\n              [26.379263792637943, 6.653292902505598],\n              [26.080460804608066, 6.842195836456099],\n              [26.026460264602662, 6.996752782415598],\n              [25.360453604536076, 7.33591941382673],\n              [25.166051660516615, 7.579203495429638],\n              [25.277652776527788, 7.659344134075312],\n              [25.216452164521655, 7.863988979188349],\n              [25.090450904509055, 7.885455221682719],\n              [24.831248312483154, 8.165947456942561],\n              [24.132841328413292, 8.343401728229381],\n              [24.244442444424465, 8.569512815836802],\n              [24.168841688416904, 8.689723773805298],\n              [23.614436144361463, 8.732656258794051],\n              [23.481234812348134, 8.78274415794759],\n              [23.560435604356059, 8.995975500058393],\n              [23.474034740347435, 9.170567605679295],\n              [23.632436324363255, 9.277898818151172],\n              [23.607236072360735, 9.536924810916631],\n              [23.675636756367595, 9.690050674043178],\n              [23.625236252362555, 9.907575264652849],\n              [23.290432904329066, 10.439938078513336],\n              [23.006030060300617, 10.687515408615127],\n              [22.862028620286225, 10.919350827554382]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CG\", \"countryKey\": \"CG\", \"countryName\": \"Congo\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [13.073530735307372, -4.635088483869708],\n              [13.357933579335821, -4.795369761161041],\n              [13.710737107371102, -4.685176383023247],\n              [13.710737107371102, -4.464789626747667],\n              [13.955539555395575, -4.49198020057387],\n              [14.369543695436988, -4.278748858463082],\n              [14.470344703447068, -4.429012555923705],\n              [14.351543515435168, -4.56639650788771],\n              [14.401944019440208, -4.886959062470375],\n              [14.635946359463617, -4.904132056465869],\n              [14.830348303483049, -4.815404920822459],\n              [15.204752047520486, -4.33885433744733],\n              [15.460354603546051, -4.214350130979959],\n              [15.56835568355686, -4.038326942526083],\n              [15.881558815588164, -3.945306558383791],\n              [16.227162271622745, -3.289870620888877],\n              [16.176761767617705, -2.882012013495753],\n              [16.227162271622745, -2.635865766226921],\n              [16.176761767617705, -2.286681554985087],\n              [16.23076230762311, -2.129262443359671],\n              [16.522365223652258, -1.861649953596462],\n              [16.839168391683927, -1.26202624658692],\n              [17.029970299703024, -1.094589555130796],\n              [17.296372963729652, -1.021604330649922],\n              [17.749977499775014, -0.523587504780423],\n              [17.717577175771765, -0.195869536032966],\n              [17.951579515795174, 0.473877229791533],\n              [17.86517865178655, 1.016257623482737],\n              [18.070380703807047, 1.551482603009156],\n              [18.073980739807411, 2.159692807016441],\n              [18.394383943839472, 2.713521863371319],\n              [18.527585275852772, 3.064137157446112],\n              [18.613986139861424, 3.128535884929235],\n              [18.624786247862488, 3.476289013338111],\n              [18.473584735847368, 3.632277042130568],\n              [17.843578435784366, 3.540687740821234],\n              [17.807578075780782, 3.607948633970274],\n              [17.458374583745865, 3.708124432277359],\n              [17.335973359733629, 3.617966213800983],\n              [16.968769687696891, 3.533532326656442],\n              [16.64116641166413, 3.529239078157566],\n              [16.569165691656934, 3.464840350674443],\n              [16.479164791647946, 2.836594987005732],\n              [16.198361983619861, 2.23697127999619],\n              [16.065160651606533, 1.979376370063697],\n              [16.158761587615885, 1.734661205627823],\n              [15.766357663576656, 1.909253311248733],\n              [15.481954819548207, 1.97651420439778],\n              [15.348753487534907, 1.923564139578318],\n              [15.23355233552337, 2.030895352050194],\n              [14.891548915489182, 2.006566943889901],\n              [14.560345603456057, 2.208349623337028],\n              [14.268742687426908, 2.152537392851656],\n              [13.293132931329325, 2.161123889849399],\n              [13.163531635316389, 1.899235731418031],\n              [13.145531455314568, 1.611588081993403],\n              [13.249932499325013, 1.22233355142874],\n              [13.545135451354525, 1.283870113245946],\n              [13.793537935379362, 1.43413381070657],\n              [14.182341823418255, 1.381183745887114],\n              [14.275942759427608, 1.1550726582797],\n              [14.466744667446704, 0.913219659509735],\n              [14.232742327423296, 0.542569205773532],\n              [14.074340743407447, 0.539707040107615],\n              [13.872738727387286, 0.196247160197615],\n              [13.919539195391962, -0.052761252737135],\n              [13.829538295382974, -0.205887115863675],\n              [14.121141211412123, -0.301769665671884],\n              [14.160741607416099, -0.454895528798424],\n              [14.293942939429428, -0.436291451969964],\n              [14.499144991449924, -0.6309187172523],\n              [14.391143911439144, -1.02303541348288],\n              [14.466744667446704, -1.224818092930008],\n              [14.46314463144634, -1.548242813178589],\n              [14.369543695436988, -1.92175543258071],\n              [14.250742507425088, -1.96755008323538],\n              [14.149941499415007, -2.259490981158876],\n              [14.229142291422932, -2.352511365301169],\n              [14.081540815408175, -2.499912897095875],\n              [13.883538835388379, -2.488464234432215],\n              [13.905139051390535, -2.359666779465961],\n              [13.743137431374322, -2.097778621034585],\n              [13.469534695346965, -2.435514169612752],\n              [12.965529655296564, -2.366822193630753],\n              [13.012330123301268, -2.288112637818045],\n              [12.80352803528038, -1.918893266914793],\n              [12.583925839258427, -1.825872882772508],\n              [12.421924219242214, -1.897427024420423],\n              [12.501125011250139, -2.094916455368669],\n              [12.457924579245827, -2.329614039973833],\n              [12.061920619206205, -2.415479009951333],\n              [11.939519395193969, -2.329614039973833],\n              [11.755917559175629, -2.415479009951333],\n              [11.557915579155804, -2.349649199635252],\n              [11.637116371163728, -2.833355197175166],\n              [11.777517775177785, -3.026551379624543],\n              [11.687516875168768, -3.171090745753332],\n              [11.943119431194333, -3.302750366385503],\n              [11.827918279182825, -3.547465530821377],\n              [11.896318963189657, -3.666245405956914],\n              [11.64791647916482, -3.673400820121707],\n              [11.482314823148243, -3.508826294331499],\n              [11.212312123121251, -3.697729228282],\n              [11.115111151111535, -3.93672006138604],\n              [11.824318243182461, -4.61505332420829],\n              [11.820718207182097, -4.785352181330332],\n              [12.007920079200801, -5.020049765935497],\n              [12.187921879218806, -4.76817918733483],\n              [12.331923319233226, -4.765317021668913],\n              [12.385923859238602, -4.605035744377581],\n              [12.609126091260947, -4.564965425054751],\n              [12.85392853928542, -4.40325306493046],\n              [13.073530735307372, -4.635088483869708]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"CH\",\n        \"countryKey\": \"CH\",\n        \"countryName\": \"Switzerland\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [9.606975348934219, 47.060261056454202],\n              [9.474840270001467, 47.05662268643502],\n              [9.530757016749972, 47.266310486741915],\n              [9.649896498965006, 47.409100902325875],\n              [9.549095490954926, 47.535036191626205],\n              [9.271892718927205, 47.649522818262881],\n              [8.904689046890496, 47.652384983928798],\n              [8.602286022860255, 47.794062184391663],\n              [8.389883898839003, 47.665264729425417],\n              [8.447484474844771, 47.583693007946792],\n              [7.587075870758724, 47.585124090779757],\n              [7.378273782737864, 47.430567144820245],\n              [7.011070110701127, 47.49925912080225],\n              [6.867068670686734, 47.354719754673454],\n              [7.043470434704375, 47.340408926343883],\n              [6.597065970659742, 46.986931466603167],\n              [6.442264422644257, 46.943998981614413],\n              [6.427864278642801, 46.76082037899576],\n              [6.132661326613288, 46.596245853205545],\n              [6.136261362613652, 46.358686102934456],\n              [5.959859598596012, 46.131143932494084],\n              [6.280262802628044, 46.239906227798926],\n              [6.215462154621576, 46.315753617945717],\n              [6.481864818648205, 46.448844321410832],\n              [6.76266762667629, 46.428809161749427],\n              [6.852668526685278, 46.122557435496333],\n              [7.021870218702219, 45.925068004548095],\n              [7.183871838718403, 45.880704436726376],\n              [7.540275402754048, 45.983742400699384],\n              [7.849878498785017, 45.939378832877665],\n              [8.109081090810946, 46.126850683995215],\n              [8.073080730807334, 46.25421705612851],\n              [8.440284402844043, 46.434533493081247],\n              [8.425884258842615, 46.251354890462594],\n              [8.8326883268833, 46.06674520501096],\n              [8.901089010890132, 45.826323289073969],\n              [8.94068940689408, 45.834909786071719],\n              [9.171091710917125, 46.182662914480588],\n              [9.248306319846332, 46.237947943677234],\n              [9.264692646926505, 46.4846213922348],\n              [9.437494374943782, 46.491776806399585],\n              [9.559895598956018, 46.292856292618382],\n              [9.963099630996339, 46.355823937268539],\n              [10.157501575015772, 46.262803553126261],\n              [10.042300423004264, 46.433102410248296],\n              [10.102089727537576, 46.610167984952234],\n              [10.452168902445813, 46.532541222232204],\n              [10.475965739913786, 46.556741395928448],\n              [10.369903699037025, 46.672093243352336],\n              [10.452704527045285, 46.863858342968754],\n              [10.366303663036661, 46.995517963600918],\n              [10.110701107011096, 46.846685348973253],\n              [9.858698586985895, 47.015553123262336],\n              [9.606975348934219, 47.060261056454202]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"CI\",\n        \"countryKey\": \"CI\",\n        \"countryName\": \"Côte d'Ivoire\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-5.524255242552385, 10.425627250183751],\n              [-5.80505805058047, 10.414178587520084],\n              [-6.017460174601723, 10.189498582745628],\n              [-6.244262442624404, 10.28967438105272],\n              [-6.186661866618635, 10.481439480669138],\n              [-6.244262442624404, 10.720430313773178],\n              [-6.409864098640952, 10.694670822779926],\n              [-6.420664206642044, 10.557286870815929],\n              [-6.669066690666881, 10.65460050345709],\n              [-6.701467014670129, 10.34119336303921],\n              [-6.971469714697122, 10.332606866041459],\n              [-6.96066960669603, 10.18520533424676],\n              [-7.345873458734559, 10.248172978896918],\n              [-7.464674646746431, 10.429920498682634],\n              [-7.662676626766228, 10.437075912847419],\n              [-7.828278282782804, 10.210964825240012],\n              [-7.990279902798989, 10.162308008919425],\n              [-8.173881738817357, 9.941921252643837],\n              [-8.163081630816265, 9.575564047406516],\n              [-8.069480694806913, 9.398109776119682],\n              [-7.864278642786388, 9.40955843878335],\n              [-7.929079290792885, 9.183447351175928],\n              [-7.745477454774516, 9.076116138704052],\n              [-7.918279182791792, 9.011717411220928],\n              [-7.957879578795769, 8.781313075114639],\n              [-7.691476914769112, 8.606720969493722],\n              [-7.662676626766228, 8.374885550554467],\n              [-7.82467824678244, 8.477923514527475],\n              [-8.249482494824917, 8.453595106367175],\n              [-8.267482674826709, 8.24608809558822],\n              [-8.022680226802237, 8.117290640621974],\n              [-8.227882278822761, 7.544857507438635],\n              [-8.48708487084869, 7.557737252935269],\n              [-8.303483034830322, 7.136998900045512],\n              [-8.350283502834998, 6.754899783645641],\n              [-8.62028620286199, 6.493011625214265],\n              [-8.46908469084687, 6.487287293882432],\n              [-8.170281702816993, 6.274055951771643],\n              [-7.914679146791428, 6.271193786105727],\n              [-7.79947799477992, 5.974959639683348],\n              [-7.446674466744639, 5.846162184717102],\n              [-7.385473854738507, 5.56853211512319],\n              [-7.489874898748951, 5.140638348068649],\n              [-7.579875798757968, 5.054773378091141],\n              [-7.540275402753991, 4.353542789941564],\n              [-7.414941411228462, 4.377118218893658],\n              [-6.913869138691354, 4.655501267695769],\n              [-5.851858518585146, 5.030444969930855],\n              [-5.49545495454953, 5.094843697413978],\n              [-3.975619135876217, 5.248907182501261],\n              [-3.313833138331347, 5.12060318840723],\n              [-3.263432634326307, 5.340989944682818],\n              [-3.126631266312643, 5.359594021511271],\n              [-3.137431374313707, 5.1420694309016],\n              [-2.842228422284194, 5.149224845066399],\n              [-2.755827558275541, 5.17927758455852],\n              [-2.781027810278061, 5.578549694953892],\n              [-2.968229682296794, 5.621482179942646],\n              [-3.263432634326307, 6.617515831681644],\n              [-3.223832238322359, 6.849351250620884],\n              [-3.047430474304718, 7.071169089729437],\n              [-2.943029430294274, 7.577772412596687],\n              [-2.83862838628383, 7.819625411366644],\n              [-2.507425074250705, 8.208879941931301],\n              [-2.619026190261877, 8.922990275577504],\n              [-2.773827738277362, 9.054649896209682],\n              [-2.658626586265825, 9.273605569652304],\n              [-2.687426874268709, 9.488267994596058],\n              [-2.76302763027627, 9.392385444787848],\n              [-2.98982989829895, 9.708654750871631],\n              [-3.202232022320203, 9.907575264652849],\n              [-3.663036630366264, 9.949076666808637],\n              [-4.253442534425318, 9.750156153027419],\n              [-4.32184321843215, 9.608478952564553],\n              [-4.505445054450519, 9.741569656029682],\n              [-4.681846818468159, 9.681464177045427],\n              [-4.966249662496608, 9.900419850488049],\n              [-4.973449734497308, 10.054976796447548],\n              [-5.218252182521809, 10.31972712054484],\n              [-5.401854018540149, 10.301123043716387],\n              [-5.524255242552385, 10.425627250183751]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CL-SEN\", \"countryKey\": \"CL\", \"countryName\": \"Chile\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-67.192871928719242, -22.822720207937124],\n              [-67.545675456754523, -22.892843266752081],\n              [-67.876878768787634, -22.834168870600784],\n              [-67.858878588785842, -22.566556380837582],\n              [-67.988479884798792, -22.057090892304416],\n              [-68.096480964809601, -21.954052928331414],\n              [-68.197281972819681, -21.571953811931543],\n              [-68.208082080820759, -21.284306162506915],\n              [-68.416884168841634, -20.959450359425375],\n              [-68.532085320853156, -20.927966537100289],\n              [-68.571685716857118, -20.74335685164867],\n              [-68.481684816848116, -20.624576976513126],\n              [-68.68688686886864, -20.517245764041249],\n              [-68.776887768877643, -20.089351996986714],\n              [-68.589685896858924, -20.055006008995711],\n              [-68.553685536855326, -19.857516578047459],\n              [-68.697686976869718, -19.745892117076714],\n              [-68.496084960849558, -19.458244467652086],\n              [-68.974889748897439, -18.955934393283712],\n              [-68.989289892898881, -18.945916813453003],\n              [-68.960489604895997, -18.907277576963132],\n              [-69.036090360903557, -18.477952727075632],\n              [-69.154891548915444, -18.140217178497466],\n              [-69.082890828908234, -18.040041380190381],\n              [-69.093690936909326, -18.02286838619488],\n              [-69.3024930249302, -17.975642652707258],\n              [-69.511295112951075, -17.506247483496928],\n              [-69.856898568985642, -17.733789653937301],\n              [-69.781297812978082, -17.981366984039092],\n              [-69.972099720997164, -18.250410556635259],\n              [-70.393303933039277, -18.337706609445718],\n              [-70.303303033030275, -18.445037821917587],\n              [-70.357303573035679, -18.772755790665045],\n              [-70.270902709027041, -19.172027901060424],\n              [-70.123301233012285, -20.072179002991213],\n              [-70.191701917019117, -20.366982066580626],\n              [-70.195301953019481, -20.816342076129544],\n              [-70.062100621006167, -21.448880688297123],\n              [-70.152101521015155, -21.664974196073835],\n              [-70.296102961029561, -22.917171674912368],\n              [-70.450904509045046, -23.097488111865118],\n              [-70.580505805057996, -23.108936774528786],\n              [-70.630906309063036, -23.516795381921909],\n              [-70.411304113041083, -23.511071050590076],\n              [-70.497704977049722, -23.784407871685119],\n              [-70.501305013050086, -24.097815012102991],\n              [-70.576905769057646, -24.731784707103536],\n              [-70.472504725047202, -24.975068788706452],\n              [-70.443704437044318, -25.344288159609697],\n              [-70.652506525065206, -25.54034650772499],\n              [-70.738907389073844, -25.829425239982569],\n              [-70.6345063450634, -26.02834575376378],\n              [-70.789307893078885, -26.995757748843609],\n              [-70.958509585095797, -27.161763357466775],\n              [-70.911709117091121, -27.621140946846403],\n              [-71.037710377103721, -27.666935597501066],\n              [-71.138511385113802, -27.945996749927943],\n              [-71.1745117451174, -28.361010771485859],\n              [-71.30051300513, -28.674417911903731],\n              [-71.523715237152317, -28.940599318833982],\n              [-71.487714877148719, -29.211073974263105],\n              [-71.37611376113756, -29.28262811591102],\n              [-71.289712897128922, -29.603190670493689],\n              [-71.286112861128558, -29.910873479579728],\n              [-71.412114121141158, -29.992445201058352],\n              [-71.383313833138288, -30.148433229850813],\n              [-71.516515165151603, -30.278661767650018],\n              [-71.635316353163475, -30.238591448327185],\n              [-71.714517145171399, -30.614966233395226],\n              [-71.667716677166723, -31.150191212921641],\n              [-71.502115021150161, -31.8900610375611],\n              [-71.545315453154487, -32.19345059814826],\n              [-71.412114121141158, -32.369473786602143],\n              [-71.444514445144407, -32.642810607697186],\n              [-71.566915669156643, -33.002012398769722],\n              [-71.761317613176075, -33.102188197076799],\n              [-71.624516245162397, -33.541530626795009],\n              [-71.872918729187248, -33.932216240192631],\n              [-72.027720277202718, -34.162620576298927],\n              [-72.103321033210278, -34.760813200475511],\n              [-72.229322293222879, -35.115721743049178],\n              [-72.398523985239805, -35.233070535351757],\n              [-72.528125281252755, -35.490665445284257],\n              [-72.646926469264642, -35.566512835431048],\n              [-72.596525965259602, -35.809796917033964],\n              [-72.798127981279762, -36.053080998636879],\n              [-72.83412834128336, -36.307813742903463],\n              [-73.003330033300287, -36.714241267463628],\n              [-73.143731437314329, -36.83445222543213],\n              [-73.208532085320797, -37.160739111346629],\n              [-73.467734677346726, -37.235155418660462],\n              [-73.608136081360769, -37.155014780014795],\n              [-73.672936729367237, -37.36252179079375],\n              [-73.604536045360405, -37.51278548825438],\n              [-73.669336693366887, -37.718861416200376],\n              [-73.464134641346362, -38.092374035602504],\n              [-73.52533525335248, -38.475904234835333],\n              [-73.284132841328358, -39.075527941844875],\n              [-73.24813248132476, -39.386072916596831],\n              [-73.240932409324046, -39.489110880569832],\n              [-73.456934569345648, -39.834001843312791],\n              [-73.712537125371199, -39.97854120944158],\n              [-73.658536585365809, -40.110200830073751],\n              [-73.748537485374797, -40.273344273031],\n              [-73.726937269372641, -40.543818928460119],\n              [-73.946539465394608, -40.97314377834762],\n              [-73.798937989379837, -41.565612071192369],\n              [-73.669336693366887, -41.617131053178866],\n              [-73.759337593375889, -41.74879067381103],\n              [-73.496534965349596, -41.806033987129368],\n              [-73.201332013320084, -41.784567744634991],\n              [-73.060930609306041, -41.697271691824533],\n              [-73.111331113311081, -41.58564723085378],\n              [-72.956529565295597, -41.484040349713737],\n              [-72.751327513275086, -41.548439077196868],\n              [-72.610926109261044, -41.707289271655242],\n              [-72.888128881288765, -41.910503033935328],\n              [-72.58212582125816, -42.030713991903824],\n              [-72.517325173251677, -41.950573353258157],\n              [-72.456124561245559, -42.441434764962864],\n              [-72.55692556925564, -42.211030428856574],\n              [-72.80892808928084, -42.243945334014612],\n              [-72.679326793267876, -42.478642918619784],\n              [-72.823328233282282, -42.504402409613036],\n              [-72.841328413284089, -42.83784470969232],\n              [-72.762127621276164, -43.00957464964732],\n              [-72.934929349293441, -43.098301785290744],\n              [-72.913329133291285, -43.235685737254741],\n              [-73.086130861308561, -43.3158263759004],\n              [-73.111331113311081, -43.460365742029197],\n              [-72.974529745297403, -43.620647019320529],\n              [-73.042930429304249, -43.729409314625364],\n              [-72.870128701286959, -43.692201160968445],\n              [-72.513725137251328, -43.772341799614111],\n              [-72.348123481234765, -43.73370256312424],\n              [-72.14292142921424, -43.939778491070236],\n              [-71.746917469174647, -44.045678620709154],\n              [-71.671316713167087, -43.959813650731654],\n              [-71.804518045180401, -43.726547148959447],\n              [-71.725317253172477, -43.594887528327277],\n              [-71.937719377193716, -43.45750357636328],\n              [-71.743317433174283, -43.18989108660007],\n              [-72.009720097200926, -43.119768027785113],\n              [-72.150121501214969, -42.998125986983652],\n              [-72.150121501214969, -42.593129545256446],\n              [-72.04212042120416, -42.491522664116403],\n              [-72.124921249212449, -42.26398049367603],\n              [-72.038520385203796, -42.145200618540493],\n              [-71.736117361173555, -42.083664056723279],\n              [-71.761317613176075, -42.007816666576488],\n              [-71.779317793177881, -41.986350424082119],\n              [-71.926919269192638, -41.6228553845107],\n              [-71.851318513185078, -40.938797790356617],\n              [-71.955719557195522, -40.719842116913995],\n              [-71.862118621186156, -40.559560839622662],\n              [-71.678516785167801, -40.34060516618004],\n              [-71.822518225182208, -40.210376628380828],\n              [-71.682116821168165, -40.098752167410083],\n              [-71.620916209162047, -39.895538405129997],\n              [-71.714517145171399, -39.726670630840914],\n              [-71.642516425164203, -39.599304258707619],\n              [-71.520115201151967, -39.615046169870169],\n              [-71.40131401314008, -39.235809219136208],\n              [-71.415714157141522, -38.935281824214954],\n              [-71.228512285122804, -38.809346534914624],\n              [-70.872108721087159, -38.691997742612045],\n              [-70.846908469084639, -38.52742321682183],\n              [-70.972909729097239, -38.424385252848836],\n              [-71.016110161101565, -38.143893017589001],\n              [-71.185311853118478, -37.70598167070375],\n              [-71.124111241112359, -37.442662429439423],\n              [-71.206912069120648, -37.292398731978793],\n              [-71.088110881108761, -37.103495798028291],\n              [-71.196111961119556, -36.838745473930999],\n              [-71.026910269102643, -36.480974765691421],\n              [-70.717307173071674, -36.415144955375339],\n              [-70.702907029070246, -36.260588009415841],\n              [-70.436504365043604, -36.136083802948463],\n              [-70.422104221042161, -36.116048643287044],\n              [-70.357303573035679, -35.815521248365798],\n              [-70.407704077040719, -35.5064073564468],\n              [-70.544505445054398, -35.208742127191471],\n              [-70.386103861038563, -35.167240725035676],\n              [-70.371703717037121, -35.026994607405754],\n              [-70.227702277022715, -34.584790012021635],\n              [-70.047700477004724, -34.28283153426743],\n              [-69.831698316983122, -34.242761214944593],\n              [-69.910899108991046, -33.955113565519966],\n              [-69.896498964989604, -33.661741584763512],\n              [-69.788497884978796, -33.379818266670725],\n              [-69.903699036990318, -33.238141066207845],\n              [-70.011700117001126, -33.299677628025051],\n              [-70.105301053010479, -33.052100297923261],\n              [-70.000900009000034, -32.876077109469392],\n              [-70.141301413014077, -32.768745896997515],\n              [-70.173701737017325, -32.465356336410352],\n              [-70.328503285032795, -32.219210089141512],\n              [-70.332103321033159, -32.20919250931081],\n              [-70.332103321033159, -32.207761426477845],\n              [-70.371703717037121, -32.030307155191011],\n              [-70.242102421024157, -31.961615179209016],\n              [-70.429304293042875, -31.870025877899682],\n              [-70.591305913059074, -31.549463323317017],\n              [-70.479704797047916, -31.097241148102185],\n              [-70.267302673026677, -31.024255923621311],\n              [-70.339303393033887, -30.938390953643811],\n              [-70.173701737017325, -30.364526737627518],\n              [-69.903699036990318, -30.313007755641021],\n              [-69.849698496984914, -30.126966987356436],\n              [-69.972099720997164, -30.08975883369952],\n              [-69.928899288992838, -29.717677297130354],\n              [-70.04410044100436, -29.36276875455669],\n              [-69.802898028980238, -29.098018430459398],\n              [-69.673296732967287, -28.458324404127023],\n              [-69.651696516965117, -28.398218925142775],\n              [-69.421294212942087, -28.21217815685819],\n              [-69.172891728917236, -27.924530507433566],\n              [-69.010890108901037, -27.449411006891403],\n              [-68.802088020880163, -27.113106541146195],\n              [-68.58608586085856, -27.163194440299733],\n              [-68.330483304832995, -27.044414565164196],\n              [-68.319683196831917, -26.869822459543279],\n              [-68.571685716857118, -26.550690987793573],\n              [-68.575285752857482, -26.303113657691782],\n              [-68.420484204841998, -26.178609451224403],\n              [-68.499684996849922, -25.755008932668737],\n              [-68.607686076860716, -25.437308543751989],\n              [-68.553685536855326, -25.291338094790241],\n              [-68.517685176851714, -25.184006882318364],\n              [-68.492484924849194, -25.155385225659195],\n              [-68.380883808838036, -25.136781148830742],\n              [-68.571685716857118, -24.770423943593407],\n              [-68.503285032850286, -24.613004831967991],\n              [-68.244082440824357, -24.385462661527619],\n              [-67.362073620736155, -24.030554118953951],\n              [-67.318873188731843, -23.934671569145742],\n              [-67.250472504724996, -23.732888889698621],\n              [-67.012870128701238, -23.000174479223951],\n              [-67.192871928719242, -22.822720207937124]\n            ]\n          ],\n          [\n            [\n              [-73.413734137341322, -42.525868652107405],\n              [-73.543335433354287, -42.378467120312699],\n              [-73.626136261362561, -42.442865847795822],\n              [-73.413734137341322, -42.525868652107405]\n            ]\n          ],\n          [\n            [\n              [-74.335343353433487, -43.281480387909404],\n              [-74.083340833408286, -43.401691345877907],\n              [-73.730537305373005, -43.393104848880157],\n              [-73.719737197371927, -43.14123427027949],\n              [-73.489334893348882, -43.099732868123695],\n              [-73.654936549365445, -42.897950188676575],\n              [-73.518135181351767, -42.789187893371739],\n              [-73.809738097380929, -42.608871456418989],\n              [-73.611736117361119, -42.511557823777821],\n              [-73.680136801367965, -42.369880623314948],\n              [-73.395733957339516, -42.308344061497742],\n              [-73.384933849338438, -42.195288517694031],\n              [-73.579335793357885, -41.944849021926323],\n              [-73.579335793357885, -41.798878572964576],\n              [-73.867338673386683, -41.891898957106868],\n              [-74.06534065340648, -41.806033987129368],\n              [-74.054540545405402, -42.130889790210908],\n              [-74.19134191341908, -42.431417185132162],\n              [-74.130141301412962, -42.641786361577033],\n              [-74.230942309423043, -43.022454395143946],\n              [-74.338943389433837, -43.099732868123695],\n              [-74.335343353433487, -43.281480387909404]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CL-SEM\", \"countryKey\": \"CL\", \"countryName\": \"Chile\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-73.16893168931685, -49.250526884178598],\n              [-74.06534065340648, -48.74249247847839],\n              [-74.30918289364557, -48.724246467792284],\n              [-74.371343713437085, -48.719595153151062],\n              [-74.461344613446087, -49.020122548072308],\n              [-74.371343713437085, -49.186128156695474],\n              [-74.425344253442489, -49.370737842147101],\n              [-74.2165421654216, -49.522432622440682],\n              [-74.133741337413326, -49.226198476018311],\n              [-74.076140761407558, -49.500966379946306],\n              [-73.928539285392802, -49.569658355928304],\n              [-74.234542345423407, -49.565365107429429],\n              [-74.349743497434929, -49.79147619503685],\n              [-74.346143461434565, -50.086279258626263],\n              [-74.62694626946265, -50.114900915285432],\n              [-74.684546845468404, -50.209352382260676],\n              [-74.252542525425199, -50.441187801199931],\n              [-74.126541265412598, -50.761750355782596],\n              [-73.946539465394608, -50.830442331764594],\n              [-73.809738097380929, -50.741715196121177],\n              [-73.759337593375889, -50.515604108513763],\n              [-73.485734857348518, -50.660143474642553],\n              [-73.784537845378409, -50.687334048468763],\n              [-73.777337773377681, -50.826149083265719],\n              [-74.104941049410442, -50.870512651087431],\n              [-74.130141301412962, -51.188213040004179],\n              [-74.007740077400726, -51.118089981189222],\n              [-73.878138781387761, -51.238300939157718],\n              [-73.694536945369407, -51.139556223683599],\n              [-73.687336873368679, -51.494464766257259],\n              [-73.93573935739353, -51.400013299282008],\n              [-73.903339033390282, -51.611813558559845],\n              [-73.698136981369757, -51.784974581347804],\n              [-73.521735217352116, -51.803578658176257],\n              [-73.435334353343478, -52.015378917454093],\n              [-73.651336513365081, -51.82790706633655],\n              [-73.539735397353923, -52.055449236776923],\n              [-73.291332913329086, -52.165642614914717],\n              [-73.176131761317563, -52.081208727770175],\n              [-73.071730717307119, -51.724869102363549],\n              [-72.6325263252632, -51.825044900670633],\n              [-72.564125641256368, -51.724869102363549],\n              [-73.053730537305327, -51.50305126325501],\n              [-72.711727117271124, -51.581760819067718],\n              [-72.520925209252042, -51.713420439699888],\n              [-72.452524525245195, -51.91377203631405],\n              [-72.65772657726572, -52.03684515994847],\n              [-72.474124741247365, -52.187108857409093],\n              [-72.6325263252632, -52.406064530851715],\n              [-72.888128881288765, -52.451859181506386],\n              [-72.535325353253484, -52.195695354406844],\n              [-72.852128521285167, -51.948118024305053],\n              [-72.988929889298845, -52.069760065106507],\n              [-73.334533345333398, -52.218592679734172],\n              [-73.528935289352845, -52.195695354406844],\n              [-73.698136981369757, -52.026827580117761],\n              [-73.532535325353209, -52.457583512838212],\n              [-73.615336153361483, -52.749524410761715],\n              [-73.395733957339516, -52.636468866958005],\n              [-73.294932949329436, -52.783870398752718],\n              [-73.564935649356443, -52.796750144249337],\n              [-73.444875133161915, -52.862203411097596],\n              [-73.611736117361119, -52.821078552409631],\n              [-73.788137881378759, -52.912667853718965],\n              [-73.437526554036438, -52.866209628342872],\n              [-73.312933129331242, -52.934134096213342],\n              [-73.442534425344206, -52.981359829700963],\n              [-73.114931149311445, -53.097277539170591],\n              [-72.952929529295247, -53.024292314689717],\n              [-73.014130141301365, -52.841113712071049],\n              [-72.679326793267876, -52.662228357951257],\n              [-72.906129061290557, -52.629313452793212],\n              [-72.848528485284803, -52.503378163492883],\n              [-72.412924129241247, -52.649348612454631],\n              [-72.326523265232609, -52.52484440598726],\n              [-71.570515705157007, -52.560621476811214],\n              [-71.476914769147641, -52.646486446788714],\n              [-71.851318513185078, -52.695143263109301],\n              [-72.160921609216047, -52.652210778120548],\n              [-72.398523985239805, -52.783870398752718],\n              [-72.715327153271488, -52.869735368730218],\n              [-72.704527045270396, -52.70802300860592],\n              [-72.978129781297767, -52.838251546405132],\n              [-72.934929349293441, -53.104432953335383],\n              [-73.197731977319719, -53.240385822466422],\n              [-72.762127621276164, -53.387787354261128],\n              [-72.520925209252042, -53.543775383053585],\n              [-72.366123661236557, -53.5366199688888],\n              [-72.520925209252042, -53.366321111766759],\n              [-72.452524525245195, -53.190297923312883],\n              [-72.207722077220723, -53.201746585976551],\n              [-72.380523805237999, -53.050051805682962],\n              [-72.085320853208486, -53.134485692827504],\n              [-71.905319053190482, -53.011412569193091],\n              [-71.35091350913504, -52.806767724080046],\n              [-71.170911709117036, -52.81249205541188],\n              [-71.383313833138288, -53.12589919582976],\n              [-71.743317433174283, -53.22321282847092],\n              [-71.761317613176075, -53.47222124140567],\n              [-71.854918549185442, -53.224643911303879],\n              [-72.283322833228283, -53.243247988132339],\n              [-72.452524525245195, -53.407822513922547],\n              [-72.283322833228283, -53.580983536710505],\n              [-71.646116461164567, -53.824267618313421],\n              [-71.336513365133598, -53.880079848798793],\n              [-71.034110341103357, -53.809956789983836],\n              [-70.940509405094005, -53.592432199374173],\n              [-70.994509945099395, -53.383494105762253],\n              [-70.717307173071674, -52.736644665265089],\n              [-69.846098460984564, -52.486205169497381],\n              [-69.673296732967287, -52.530568737319093],\n              [-69.442894428944243, -52.251507584892217],\n              [-69.129691296912924, -52.20857509990347],\n              [-68.899288992889879, -52.303026566878714],\n              [-68.449284492844882, -52.345959051867467],\n              [-68.452884528845246, -52.300164401212797],\n              [-69.212492124921198, -52.138452041088506],\n              [-69.486094860948555, -52.132727709756672],\n              [-69.954099540995358, -52.006792420456343],\n              [-71.91611916119156, -51.989619426460841],\n              [-71.959319593195886, -51.867977385659387],\n              [-72.448924489244845, -51.553139162408549],\n              [-72.258122581225763, -51.231145524992925],\n              [-72.394923949239441, -51.09233049019597],\n              [-72.294122941229361, -51.029362845545805],\n              [-72.301323013230089, -50.648694811978885],\n              [-72.780127801277956, -50.620073155319723],\n              [-73.176131761317563, -50.748870610285969],\n              [-73.32373323733232, -50.268026778411972],\n              [-73.528935289352845, -50.140660406278684],\n              [-73.572135721357157, -49.931722312666764],\n              [-73.464134641346362, -49.759992372711764],\n              [-73.586535865358599, -49.529588036605475],\n              [-73.456934569345648, -49.307770197496936],\n              [-73.16893168931685, -49.250526884178598]\n            ]\n          ],\n          [\n            [\n              [-68.629286292862886, -52.639331032623922],\n              [-68.780487804878007, -52.547741731314588],\n              [-69.140491404914002, -52.683694600445634],\n              [-69.417694176941723, -52.451859181506386],\n              [-69.583295832958285, -52.510533577657675],\n              [-69.734497344973406, -52.773852818922009],\n              [-70.000900009000034, -52.841113712071049],\n              [-70.126901269012635, -52.732351416766214],\n              [-70.414904149041448, -52.758110907759466],\n              [-70.090900909009036, -52.911236770886006],\n              [-70.134101341013363, -53.011412569193091],\n              [-70.418504185041797, -53.011412569193091],\n              [-70.472504725047202, -53.309077798448421],\n              [-70.256502565025599, -53.460772578742002],\n              [-69.676896768967637, -53.357734614769008],\n              [-69.35289352893524, -53.356303531936049],\n              [-69.360093600935954, -53.522309140559216],\n              [-69.651696516965117, -53.636795767195878],\n              [-69.914499144991396, -53.661124175356171],\n              [-70.184501845018403, -53.811387872816795],\n              [-70.058500585005802, -54.087586859577755],\n              [-68.989289892898881, -54.431046739487755],\n              [-69.241292412924082, -54.441064319318464],\n              [-69.500495004949997, -54.342319603844338],\n              [-69.882098820988162, -54.31226686435221],\n              [-69.74169741697412, -54.489721135639044],\n              [-70.072900729007245, -54.249299219702046],\n              [-70.245702457024521, -54.356630432173922],\n              [-70.933309333093277, -54.113346350571007],\n              [-70.868508685086795, -54.246437054036129],\n              [-70.60930609306088, -54.339457438178421],\n              [-70.951309513095083, -54.339457438178421],\n              [-70.972909729097239, -54.469685975977626],\n              [-71.365313653136482, -54.372372343336465],\n              [-71.390513905139002, -54.456806230481],\n              [-71.725317253172477, -54.405287248494503],\n              [-71.671316713167087, -54.571292857117669],\n              [-72.002520025200198, -54.459668396146917],\n              [-71.962919629196236, -54.64714024726446],\n              [-71.599315993159877, -54.581310436948378],\n              [-71.505715057150525, -54.682917318088421],\n              [-71.347313473134676, -54.516911709465255],\n              [-71.163711637116322, -54.698659229250964],\n              [-71.062910629106241, -54.592759099612046],\n              [-70.760507605076, -54.840336429713837],\n              [-70.60930609306088, -54.780230950729589],\n              [-70.080100801007958, -54.850354009544546],\n              [-69.8424984249842, -54.821732352885377],\n              [-69.720097200971964, -54.698659229250964],\n              [-69.648096480964767, -54.823163435718335],\n              [-69.068490684906806, -54.949098725018672],\n              [-68.594847895081486, -54.87457285476421],\n              [-68.629286292862886, -52.639331032623922]\n            ]\n          ],\n          [\n            [\n              [-67.376473764737597, -55.750505111475334],\n              [-67.264872648726438, -55.777695685301538],\n              [-67.358473584735805, -55.574481923021459],\n              [-67.376473764737597, -55.750505111475334]\n            ]\n          ],\n          [\n            [\n              [-67.999279992799885, -55.627431987840914],\n              [-68.146881468814641, -55.404183065899417],\n              [-68.618486184861794, -55.305438350425291],\n              [-68.240482404823993, -55.292558604928665],\n              [-68.614886148861444, -55.152312487298751],\n              [-68.334083340833359, -55.062154268822376],\n              [-68.442084420844154, -54.939081145187963],\n              [-69.320493204932006, -54.993462292840377],\n              [-69.885698856988526, -55.063585351655334],\n              [-70.029700297002918, -55.153743570131709],\n              [-69.788497884978796, -55.305438350425291],\n              [-69.385293852938474, -55.404183065899417],\n              [-69.280892808928044, -55.318318095921917],\n              [-69.478894788947841, -55.236746374443292],\n              [-69.036090360903557, -55.262505865436545],\n              [-68.802088020880163, -55.188089558122712],\n              [-68.967689676896725, -55.429942556892669],\n              [-68.866888668886645, -55.50578994703946],\n              [-68.604086040860366, -55.462857462050707],\n              [-68.251282512825085, -55.52439402386792],\n              [-68.071280712807081, -55.716159123484331],\n              [-67.999279992799885, -55.627431987840914]\n            ]\n          ],\n          [\n            [\n              [-67.884078840788362, -55.243901788608085],\n              [-67.646476464764604, -55.261074782603586],\n              [-67.502475024750197, -55.172347646960169],\n              [-67.272072720727152, -55.30686943325825],\n              [-67.063270632706278, -55.072171848653085],\n              [-67.300873008730036, -54.929063565357254],\n              [-68.344883448834437, -54.920477068359503],\n              [-68.186481864818603, -54.977720381677834],\n              [-68.082080820808159, -55.232453125944417],\n              [-67.884078840788362, -55.243901788608085]\n            ]\n          ],\n          [\n            [\n              [-70.296102961029561, -55.082189428483794],\n              [-70.652506525065206, -55.030670446497297],\n              [-70.314103141031367, -54.907597322862877],\n              [-70.706507065070596, -54.969133884680083],\n              [-70.987309873098681, -54.949098725018672],\n              [-70.940509405094005, -55.072171848653085],\n              [-70.576905769057646, -55.060723185989417],\n              [-70.548105481054762, -55.213849049115957],\n              [-70.296102961029561, -55.082189428483794]\n            ]\n          ],\n          [\n            [\n              [-69.903699036990318, -54.996324458506294],\n              [-69.91809918099176, -55.037825860662082],\n              [-69.165691656916522, -54.956254139183457],\n              [-69.835298352983486, -54.871820252038916],\n              [-69.903699036990318, -54.996324458506294]\n            ]\n          ],\n          [\n            [\n              [-70.983709837098317, -54.929063565357254],\n              [-70.947709477094719, -54.873251334871874],\n              [-71.415714157141522, -54.836043181214961],\n              [-70.983709837098317, -54.929063565357254]\n            ]\n          ],\n          [\n            [\n              [-72.297722977229725, -54.079000362580004],\n              [-72.513725137251328, -54.202073486214417],\n              [-72.301323013230089, -54.250730302535004],\n              [-72.297722977229725, -54.079000362580004]\n            ]\n          ],\n          [\n            [\n              [-71.631716317163125, -54.079000362580004],\n              [-71.700117001169957, -54.166296415390462],\n              [-71.541715417154123, -54.269334379363464],\n              [-71.491314913149083, -54.134812593065377],\n              [-71.14931149311488, -54.379527757501251],\n              [-70.990909909099045, -54.266472213697547],\n              [-71.012510125101201, -54.100466605074381],\n              [-71.235712357123518, -54.166296415390462],\n              [-71.30051300513, -53.991704309769545],\n              [-71.656916569165645, -53.983117812771795],\n              [-71.631716317163125, -54.079000362580004]\n            ]\n          ],\n          [\n            [\n              [-72.01692016920164, -54.202073486214417],\n              [-71.847718477184728, -54.338026355345463],\n              [-71.768517685176803, -54.051809788753793],\n              [-71.653316533165281, -53.925874499453464],\n              [-71.905319053190482, -53.861475771970341],\n              [-72.258122581225763, -53.930167747952339],\n              [-72.01692016920164, -54.202073486214417]\n            ]\n          ],\n          [\n            [\n              [-70.454504545045396, -53.611036276202633],\n              [-70.713707137071324, -53.701194494679001],\n              [-70.6345063450634, -53.872924434634001],\n              [-70.882908829088237, -53.842871695141881],\n              [-70.821708217082119, -54.113346350571007],\n              [-70.594905949059438, -54.213522148878084],\n              [-70.670506705066998, -53.967375901609252],\n              [-70.440104401043968, -54.060396285751544],\n              [-70.454504545045396, -53.611036276202633]\n            ]\n          ],\n          [\n            [\n              [-73.392133921339166, -53.41354684525438],\n              [-73.780937809378045, -53.450754998911293],\n              [-73.508433540172291, -53.567632656470231],\n              [-73.615336153361483, -53.651106595525462],\n              [-73.27333273332728, -53.701194494679001],\n              [-73.237332373323682, -53.897252842794295],\n              [-73.338133381333762, -53.955927238945591],\n              [-73.082530825308197, -54.031774629092382],\n              [-73.100531005310003, -53.910132588290921],\n              [-72.816128161281569, -53.821405452647504],\n              [-72.762127621276164, -54.030343546259424],\n              [-72.528125281252755, -54.074707114081129],\n              [-72.330123301232959, -53.840009529475964],\n              [-72.153721537215318, -53.795645961654252],\n              [-72.398523985239805, -53.633933601529961],\n              [-72.780127801277956, -53.483669904069338],\n              [-72.884528845288401, -53.68115933501759],\n              [-72.913329133291285, -53.426426590751007],\n              [-73.413734137341322, -53.493687483900047],\n              [-73.504965429401096, -53.564924613528014],\n              [-73.392133921339166, -53.41354684525438]\n            ]\n          ],\n          [\n            [\n              [-73.208532085320797, -53.317664295446171],\n              [-73.482134821348168, -53.133054609994545],\n              [-73.629736297362925, -53.145934355491171],\n              [-73.874538745387397, -53.00282607219534],\n              [-74.270542705427005, -52.957031421540677],\n              [-74.673746737467326, -52.720902754102546],\n              [-74.598145981459766, -52.922685433549674],\n              [-74.292142921429161, -53.098708622003549],\n              [-74.03654036540361, -53.055776137014796],\n              [-73.611736117361119, -53.187435757646966],\n              [-73.608136081360769, -53.30049130145067],\n              [-73.208532085320797, -53.317664295446171]\n            ]\n          ],\n          [\n            [\n              [-73.838538385383799, -52.700867594441135],\n              [-73.676536765367601, -52.473325424000755],\n              [-73.726937269372641, -52.404633448018757],\n              [-74.184141841418366, -52.586380967804466],\n              [-74.122941229412248, -52.706591925772969],\n              [-73.968139681396764, -52.616433707296594],\n              [-73.838538385383799, -52.700867594441135]\n            ]\n          ],\n          [\n            [\n              [-74.673746737467326, -52.390322619689172],\n              [-74.590945909459037, -52.212868348402338],\n              [-74.90774907749072, -52.234334590896715],\n              [-74.673746737467326, -52.390322619689172]\n            ]\n          ],\n          [\n            [\n              [-73.770137701376967, -52.378873957025505],\n              [-73.816938169381643, -52.241490005061507],\n              [-74.079740797407922, -52.147038538086257],\n              [-73.770137701376967, -52.378873957025505]\n            ]\n          ],\n          [\n            [\n              [-74.122941229412248, -52.397478033853965],\n              [-73.950139501394958, -52.307319815377589],\n              [-74.295742957429525, -52.084070893436092],\n              [-74.418144181441761, -52.128434461257797],\n              [-74.130141301412962, -52.228610259564881],\n              [-74.245342453424485, -52.31590631237534],\n              [-74.122941229412248, -52.397478033853965]\n            ]\n          ],\n          [\n            [\n              [-73.708937089370849, -52.187108857409093],\n              [-73.784537845378409, -52.059742485275798],\n              [-74.054540545405402, -51.908047704982216],\n              [-74.090540905409, -52.009654586122259],\n              [-73.708937089370849, -52.187108857409093]\n            ]\n          ],\n          [\n            [\n              [-74.749347493474886, -52.042569491280304],\n              [-74.623346233462286, -51.879426048323054],\n              [-74.749347493474886, -51.833631397668384],\n              [-74.896948969489642, -52.112692550095261],\n              [-74.749347493474886, -52.042569491280304]\n            ]\n          ],\n          [\n            [\n              [-74.436144361443567, -51.845080060332052],\n              [-74.241742417424121, -51.940962610140261],\n              [-74.097740977409728, -51.877994965490089],\n              [-74.504545045450399, -51.707696108368054],\n              [-74.436144361443567, -51.845080060332052]\n            ]\n          ],\n          [\n            [\n              [-74.889748897488928, -52.002499171957467],\n              [-74.763747637476328, -51.783543498514845],\n              [-74.904149041490371, -51.620400055557596],\n              [-74.864548645486408, -51.879426048323054],\n              [-74.958149581495761, -51.815027320839924],\n              [-75.066150661506569, -51.993912674959716],\n              [-74.889748897488928, -52.002499171957467]\n            ]\n          ],\n          [\n            [\n              [-73.942939429394244, -51.740611013526092],\n              [-74.043740437404324, -51.568881073571092],\n              [-74.230942309423043, -51.707696108368054],\n              [-73.942939429394244, -51.740611013526092]\n            ]\n          ],\n          [\n            [\n              [-75.022950229502243, -51.33132132330001],\n              [-75.220952209522039, -51.305561832306765],\n              [-75.314553145531406, -51.628986552555347],\n              [-75.163351633516285, -51.573174322069967],\n              [-75.022950229502243, -51.33132132330001]\n            ]\n          ],\n          [\n            [\n              [-74.738547385473808, -51.36852947695693],\n              [-74.544145441454361, -51.365667311291013],\n              [-74.60174601746013, -51.205386033999673],\n              [-74.792547925479198, -51.211110365331507],\n              [-74.961749617496125, -51.329890240467051],\n              [-75.001350013500087, -51.474429606595841],\n              [-74.738547385473808, -51.36852947695693]\n            ]\n          ],\n          [\n            [\n              [-74.385743857438527, -50.980706029225217],\n              [-74.486544865448607, -50.781785515444014],\n              [-74.62694626946265, -50.924893798739845],\n              [-74.87894878948785, -50.886254562249974],\n              [-74.738547385473808, -51.10091698719372],\n              [-74.385743857438527, -50.980706029225217]\n            ]\n          ],\n          [\n            [\n              [-74.90774907749072, -50.796096343773598],\n              [-74.691746917469118, -50.890547810748842],\n              [-74.742147421474158, -50.707369208130174],\n              [-74.90774907749072, -50.796096343773598]\n            ]\n          ],\n          [\n            [\n              [-75.127351273512687, -50.494137866019386],\n              [-75.46935469354689, -50.494137866019386],\n              [-75.357753577535718, -50.590020415827595],\n              [-75.462154621546162, -50.761750355782596],\n              [-75.278552785527808, -50.770336852780346],\n              [-75.271352713527079, -50.620073155319723],\n              [-75.127351273512687, -50.494137866019386]\n            ]\n          ],\n          [\n            [\n              [-74.310143101430967, -50.83473558026347],\n              [-74.180541805418002, -50.781785515444014],\n              [-74.382143821438163, -50.455498629529515],\n              [-74.580145801457959, -50.632952900816349],\n              [-74.310143101430967, -50.83473558026347]\n            ]\n          ],\n          [\n            [\n              [-75.040950409504049, -50.289493020906349],\n              [-74.814148141481368, -50.119194163784307],\n              [-75.069750697506919, -50.179299642768555],\n              [-75.127351273512687, -50.029035945307932],\n              [-75.400954009540044, -50.039053525138641],\n              [-75.120151201511959, -50.139229323445718],\n              [-75.145351453514479, -50.247991618750554],\n              [-75.39735397353968, -50.172144228603763],\n              [-75.462154621546162, -50.349598499890597],\n              [-75.195751957519519, -50.302372766402968],\n              [-75.224552245522403, -50.436894552701055],\n              [-75.040950409504049, -50.289493020906349]\n            ]\n          ],\n          [\n            [\n              [-75.44775447754472, -49.774303201041349],\n              [-75.177751777517727, -49.884496579179142],\n              [-75.354153541535368, -49.609728675251141],\n              [-75.613356133561282, -49.636919249077351],\n              [-75.44775447754472, -49.774303201041349]\n            ]\n          ],\n          [\n            [\n              [-74.904149041490371, -49.077365861390639],\n              [-75.094950949509439, -49.030140127903017],\n              [-75.235352353523481, -49.144626754539686],\n              [-74.922149221492162, -49.271993126672974],\n              [-74.904149041490371, -49.077365861390639]\n            ]\n          ],\n          [\n            [\n              [-75.559355593555878, -49.247664718512681],\n              [-75.285752857528522, -49.08595235838839],\n              [-75.606156061560569, -49.150351085871513],\n              [-75.559355593555878, -49.247664718512681]\n            ]\n          ],\n          [\n            [\n              [-75.213752137521325, -49.014398216740474],\n              [-75.307353073530678, -48.86556560211281],\n              [-75.541355413554086, -48.834081779787724],\n              [-75.645756457564531, -48.967172483252853],\n              [-75.465754657546526, -49.035864459234851],\n              [-75.213752137521325, -49.014398216740474]\n            ]\n          ],\n          [\n            [\n              [-75.105751057510517, -48.970034648918769],\n              [-75.120151201511959, -48.849823690950267],\n              [-75.307353073530678, -48.795442543297852],\n              [-75.195751957519519, -48.995794139912014],\n              [-75.105751057510517, -48.970034648918769]\n            ]\n          ],\n          [\n            [\n              [-75.199351993519883, -49.771441035375432],\n              [-75.044550445504399, -49.825822183027846],\n              [-75.008550085500801, -49.518139373941807],\n              [-74.716947169471638, -49.625470586413684],\n              [-74.846548465484602, -49.694162562395682],\n              [-74.868148681486758, -50.016156199811306],\n              [-74.536945369453647, -49.994689957316929],\n              [-74.425344253442489, -49.744250461549221],\n              [-74.536945369453647, -49.508121794111098],\n              [-74.446944469444645, -49.322081025826513],\n              [-74.526145261452569, -48.722457318816978],\n              [-74.82854828548281, -48.689542413658934],\n              [-75.062550625506205, -48.83694394545364],\n              [-74.85734857348568, -49.110280766548684],\n              [-74.893348933489278, -49.363582427982308],\n              [-75.037350373503685, -49.260544464009307],\n              [-75.465754657546526, -49.332098605657222],\n              [-75.256952569525637, -49.493810965781513],\n              [-75.199351993519883, -49.771441035375432]\n            ]\n          ],\n          [\n            [\n              [-75.084150841508361, -48.636592348839471],\n              [-75.246152461524559, -48.785424963467143],\n              [-75.087750877508725, -48.782562797801226],\n              [-75.084150841508361, -48.636592348839471]\n            ]\n          ],\n          [\n            [\n              [-73.816938169381643, -51.863684137160512],\n              [-73.978939789397842, -51.837924646167259],\n              [-73.737737377373719, -52.011085668955218],\n              [-73.816938169381643, -51.863684137160512]\n            ]\n          ],\n          [\n            [\n              [-74.968949689496839, -50.28806193807339],\n              [-75.170551705516999, -50.4626540436943],\n              [-75.044550445504399, -50.475533789190933],\n              [-74.968949689496839, -50.28806193807339]\n            ]\n          ],\n          [\n            [\n              [-74.425344253442489, -49.615453006582975],\n              [-74.292142921429161, -49.553916444765761],\n              [-74.436144361443567, -49.426550072632473],\n              [-74.425344253442489, -49.615453006582975]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CL-SEA\", \"countryKey\": \"CL\", \"countryName\": \"Chile\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-71.746917469174647, -44.045678620709154],\n              [-72.14292142921424, -43.939778491070236],\n              [-72.348123481234765, -43.73370256312424],\n              [-72.513725137251328, -43.772341799614111],\n              [-72.870128701286959, -43.692201160968445],\n              [-73.042930429304249, -43.729409314625364],\n              [-73.071730717307119, -43.914019000076991],\n              [-73.284132841328358, -44.1744760756754],\n              [-72.686526865268604, -44.48788321609328],\n              [-72.726127261272566, -44.758357871522399],\n              [-73.118531185311809, -44.948691888305859],\n              [-73.34893348933484, -44.95727838530361],\n              [-73.305733057330528, -45.144750236421153],\n              [-73.460534605345998, -45.266392277222607],\n              [-73.208532085320797, -45.302169348046569],\n              [-73.518135181351767, -45.461019542504943],\n              [-73.590135901358963, -45.780151014254649],\n              [-73.327333273332684, -45.618438654130358],\n              [-73.662136621366159, -45.976209362369943],\n              [-73.687336873368679, -46.32253140794586],\n              [-73.431734317343128, -46.029159427189398],\n              [-73.579335793357885, -46.309651662449227],\n              [-73.831338313383085, -46.577264152212436],\n              [-73.98973989739892, -46.560091158216935],\n              [-73.770137701376967, -46.235235355135401],\n              [-74.022140221402168, -46.147939302324943],\n              [-73.982539825398206, -46.029159427189398],\n              [-74.19134191341908, -45.881757895394692],\n              [-74.155341553415482, -45.79732400825015],\n              [-74.461344613446087, -45.814497002245645],\n              [-74.400144001439969, -45.930414711715272],\n              [-74.691746917469118, -45.841687576071855],\n              [-74.713347133471288, -45.984795859367694],\n              [-74.961749617496125, -46.268150260293439],\n              [-75.091350913509089, -46.216631278306942],\n              [-75.220952209522039, -46.404103129424485],\n              [-75.34695346953464, -46.394085549593768],\n              [-75.703357033570285, -46.638800714029649],\n              [-75.706957069570649, -46.786202245824356],\n              [-75.552155521555164, -46.947914605948647],\n              [-75.4225542255422, -46.71464810417644],\n              [-75.562955629556242, -46.680302116185437],\n              [-75.084150841508361, -46.640231796862608],\n              [-74.68094680946804, -46.883515878465523],\n              [-74.62694626946265, -46.779046831659564],\n              [-74.266942669426641, -46.78190899732548],\n              [-74.119341193411884, -46.987984925271476],\n              [-73.957339573395686, -47.06097014975235],\n              [-74.13734137341369, -47.222682509876648],\n              [-74.324543245432409, -47.218389261377773],\n              [-74.529745297452919, -47.421603023657852],\n              [-74.346143461434565, -47.636265448601605],\n              [-74.612546125461208, -47.569004555452565],\n              [-74.734947349473444, -47.704957424583604],\n              [-74.62694626946265, -47.767925069233769],\n              [-73.550535505355001, -47.807995388556606],\n              [-73.658536585365809, -47.912464435362558],\n              [-73.352533525335204, -48.220147244448597],\n              [-74.06174061740613, -47.999760488173017],\n              [-74.301820866309896, -47.978552384037755],\n              [-73.924939249392438, -47.915326601028475],\n              [-74.245342453424485, -47.80656430572364],\n              [-74.414544145441397, -47.938223926355811],\n              [-74.328593285932797, -47.97618737373012],\n              [-74.515345153451477, -47.959690168850187],\n              [-74.62694626946265, -48.004053736671892],\n              [-74.31109811748307, -48.291215673977661],\n              [-74.493744937449321, -48.350375782247809],\n              [-74.270542705427005, -48.462000243218561],\n              [-74.29653005714701, -48.304460622231026],\n              [-74.263342633426277, -48.334633871085266],\n              [-74.018540185401804, -48.439102917891226],\n              [-73.993339933399284, -48.5979531123496],\n              [-74.198541985419808, -48.473448905882222],\n              [-74.392943929439241, -48.599384195182559],\n              [-74.30918289364557, -48.724246467792284],\n              [-74.06534065340648, -48.74249247847839],\n              [-73.16893168931685, -49.250526884178598],\n              [-73.010530105301001, -48.990069808580181],\n              [-72.744127441274358, -48.91422241843339],\n              [-72.592925929259238, -48.791149294798977],\n              [-72.578525785257796, -48.451982663387852],\n              [-72.294122941229361, -48.333202788252308],\n              [-72.344523445234401, -48.069883546987981],\n              [-72.542525425254198, -47.915326601028475],\n              [-72.344523445234401, -47.601919460610603],\n              [-72.330123301232959, -47.425896272156727],\n              [-72.171721717217125, -47.407292195328267],\n              [-71.862118621186156, -47.168301362224227],\n              [-71.998919989199848, -47.042366072923897],\n              [-71.934119341193366, -46.799081991320982],\n              [-71.685716857168515, -46.690319696016147],\n              [-71.764917649176439, -46.243821852133152],\n              [-71.91611916119156, -46.152232550823811],\n              [-71.721717217172127, -46.057781083848568],\n              [-71.613716137161319, -45.970485031038109],\n              [-71.797317973179688, -45.740080694931819],\n              [-71.764917649176439, -45.572644003475688],\n              [-71.527315273152681, -45.518262855823274],\n              [-71.311313113131078, -45.299307182380652],\n              [-71.588515885158799, -44.978744627797987],\n              [-72.074520745207408, -44.901466154818237],\n              [-72.049320493204888, -44.755495705856482],\n              [-71.854918549185442, -44.791272776680444],\n              [-71.498514985149797, -44.742615960359856],\n              [-71.336513365133598, -44.801290356511153],\n              [-71.124111241112359, -44.530815701082027],\n              [-71.210512105120998, -44.427777737109025],\n              [-71.822518225182208, -44.403449328948739],\n              [-71.858518585185806, -44.10721518252636],\n              [-71.761317613176075, -44.064282697537614],\n              [-71.746917469174647, -44.045678620709154]\n            ]\n          ],\n          [\n            [\n              [-75.339753397533926, -48.623712603342852],\n              [-75.642156421564167, -48.700991076322602],\n              [-75.613356133561282, -48.795442543297852],\n              [-75.339753397533926, -48.623712603342852]\n            ]\n          ],\n          [\n            [\n              [-75.328953289532848, -48.55215846169493],\n              [-75.34335343353429, -48.427654255227559],\n              [-75.606156061560569, -48.439102917891226],\n              [-75.627756277562725, -48.632299100340603],\n              [-75.328953289532848, -48.55215846169493]\n            ]\n          ],\n          [\n            [\n              [-74.497344973449685, -48.583642284020016],\n              [-74.763747637476328, -48.152886351299557],\n              [-74.810548105481004, -48.363255527744435],\n              [-75.033750337503321, -48.504932728207308],\n              [-74.947349473494683, -48.619419354843977],\n              [-74.526145261452569, -48.67523158532935],\n              [-74.497344973449685, -48.583642284020016]\n            ]\n          ],\n          [\n            [\n              [-74.544145441454361, -48.32175412558864],\n              [-74.371343713437085, -48.253062149606642],\n              [-74.558545585455803, -48.122833611807437],\n              [-74.544145441454361, -48.32175412558864]\n            ]\n          ],\n          [\n            [\n              [-75.159751597515921, -48.298856800261312],\n              [-75.030150301502971, -48.443396166390102],\n              [-74.835748357483524, -48.344651450915975],\n              [-74.82854828548281, -48.145730937134772],\n              [-75.256952569525637, -48.068452464155015],\n              [-75.159751597515921, -48.298856800261312]\n            ]\n          ],\n          [\n            [\n              [-75.148951489514843, -48.658058591333848],\n              [-75.069750697506919, -48.596522029516642],\n              [-75.350553505535004, -48.004053736671892],\n              [-75.584555845558398, -48.085625458150517],\n              [-75.458554585545798, -48.416205592563891],\n              [-75.31815318153177, -48.348944699414851],\n              [-75.224552245522403, -48.706715407654436],\n              [-75.148951489514843, -48.658058591333848]\n            ]\n          ],\n          [\n            [\n              [-75.271352713527079, -48.028382144832186],\n              [-74.72774727747273, -48.105660617811935],\n              [-74.788947889478848, -47.812288637055474],\n              [-75.206552065520597, -47.916757683861434],\n              [-75.271352713527079, -48.028382144832186]\n            ]\n          ],\n          [\n            [\n              [-75.181351813518077, -47.830892713883934],\n              [-75.022950229502243, -47.803702140057723],\n              [-75.091350913509089, -47.68062901642331],\n              [-75.354153541535368, -47.736441246908683],\n              [-75.181351813518077, -47.830892713883934]\n            ]\n          ],\n          [\n            [\n              [-73.723337233372277, -46.050625669683775],\n              [-73.93933939339388, -46.06779866367927],\n              [-73.773737737377317, -46.19945828431144],\n              [-73.723337233372277, -46.050625669683775]\n            ]\n          ],\n          [\n            [\n              [-74.75294752947525, -45.80734158808086],\n              [-75.055350553505491, -45.863153818566232],\n              [-74.918549185491798, -46.103575734503231],\n              [-74.767347673476678, -45.989089107866562],\n              [-74.75294752947525, -45.80734158808086]\n            ]\n          ],\n          [\n            [\n              [-73.741337413374083, -45.794461842584234],\n              [-73.93933939339388, -45.910379552053854],\n              [-73.856538565385605, -45.967622865372192],\n              [-73.741337413374083, -45.794461842584234]\n            ]\n          ],\n          [\n            [\n              [-74.072540725407208, -45.691423878611232],\n              [-73.921339213392088, -45.697148209943066],\n              [-74.011522603705245, -45.559724688868478],\n              [-73.870938709387048, -45.56119534081202],\n              [-73.88533885338849, -45.471037122335652],\n              [-74.06534065340648, -45.423811388848023],\n              [-74.144541445414404, -45.55833317514611],\n              [-74.036652706952552, -45.559461802174653],\n              [-74.072540725407208, -45.691423878611232]\n            ]\n          ],\n          [\n            [\n              [-74.504545045450399, -45.73292528076702],\n              [-74.209342093420886, -45.63561164812586],\n              [-74.421744217442125, -45.45386412834015],\n              [-74.504545045450399, -45.73292528076702]\n            ]\n          ],\n          [\n            [\n              [-73.665736657366523, -45.436691134344649],\n              [-73.816938169381643, -45.642767062290652],\n              [-73.680136801367965, -45.752960440428438],\n              [-73.586535865358599, -45.479623619333395],\n              [-73.665736657366523, -45.436691134344649]\n            ]\n          ],\n          [\n            [\n              [-73.824138241382357, -45.266392277222607],\n              [-74.16614166141656, -45.252081448893023],\n              [-74.01134011340109, -45.353688330033066],\n              [-73.824138241382357, -45.266392277222607]\n            ]\n          ],\n          [\n            [\n              [-73.730537305373005, -45.21487329523611],\n              [-73.716137161371563, -45.114697496929026],\n              [-73.91413914139136, -44.995917621793481],\n              [-74.205742057420522, -45.04314335528111],\n              [-73.96093960939605, -45.249219283227106],\n              [-73.730537305373005, -45.21487329523611]\n            ]\n          ],\n          [\n            [\n              [-74.270542705427005, -44.944398639806984],\n              [-74.356943569435643, -45.011659532956024],\n              [-73.975339753397478, -44.983037876296862],\n              [-74.18774187741873, -44.868551249660193],\n              [-74.270542705427005, -44.944398639806984]\n            ]\n          ],\n          [\n            [\n              [-73.928539285392802, -44.628129333723194],\n              [-74.400144001439969, -44.626698250890236],\n              [-74.281342813428083, -44.80415252217707],\n              [-73.874538745387397, -44.693959144039276],\n              [-73.928539285392802, -44.628129333723194]\n            ]\n          ],\n          [\n            [\n              [-73.658536585365809, -44.676786150043775],\n              [-73.698136981369757, -44.536540032413861],\n              [-73.838538385383799, -44.663906404547149],\n              [-73.658536585365809, -44.676786150043775]\n            ]\n          ],\n          [\n            [\n              [-74.392943929439241, -44.54655761224457],\n              [-74.259742597425927, -44.413466908779441],\n              [-74.522545225452205, -44.526522452583151],\n              [-74.392943929439241, -44.54655761224457]\n            ]\n          ],\n          [\n            [\n              [-73.381333813338088, -44.588059014400358],\n              [-73.467734677346726, -44.642440162052779],\n              [-73.291332913329086, -44.932949977143316],\n              [-73.147331473314679, -44.91148373464894],\n              [-72.837728377283725, -44.709701055201819],\n              [-72.722527225272202, -44.52795353541611],\n              [-73.003330033300287, -44.361947926792944],\n              [-73.208532085320797, -44.409173660280572],\n              [-73.381333813338088, -44.588059014400358]\n            ]\n          ],\n          [\n            [\n              [-74.144541445414404, -43.828154030099483],\n              [-73.762937629376239, -43.888259509083738],\n              [-73.863738637386319, -43.789514793609612],\n              [-74.144541445414404, -43.828154030099483]\n            ]\n          ],\n          [\n            [\n              [-74.817748177481718, -43.634957847650114],\n              [-74.558545585455803, -43.627802433485321],\n              [-74.738547385473808, -43.530488800844154],\n              [-74.817748177481718, -43.634957847650114]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CL-CHP\", \"countryKey\": \"CL\", \"countryName\": \"Chile\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-109.23049230492299, -27.093071381484776],\n              [-109.367293672936668, -27.061587559159697],\n              [-109.439294392943864, -27.201833676789612],\n              [-109.23049230492299, -27.093071381484776]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CM\", \"countryKey\": \"CM\", \"countryName\": \"Cameroon\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [15.481954819548207, 7.523391264944266],\n              [15.561155611556131, 7.792434837540426],\n              [15.442354423544259, 7.839660571028048],\n              [15.18315183151833, 8.479354597360427],\n              [14.347943479434804, 9.167705440013378],\n              [13.948339483394847, 9.637100609223722],\n              [14.182341823418255, 9.977698323467806],\n              [14.441544415444184, 9.994871317463307],\n              [14.733147331473333, 9.923317175815384],\n              [15.215552155521578, 9.983422654799639],\n              [15.384753847538491, 9.93047258998017],\n              [15.679956799568004, 9.990578068964425],\n              [15.301953019530231, 10.311140623547089],\n              [15.064350643506458, 10.793415538254052],\n              [15.021150211502146, 11.182670068818709],\n              [15.136351363513654, 11.530423197227591],\n              [15.067950679506822, 11.660651735026789],\n              [15.04995049950503, 12.084252253582463],\n              [14.902349023490245, 12.145788815399669],\n              [14.819548195481985, 12.6395123927703],\n              [14.585545855458577, 12.746843605242162],\n              [14.419944199442028, 13.081716988154412],\n              [14.063540635406383, 13.077423739655543],\n              [14.178741787417891, 12.386210731336675],\n              [14.51354513545138, 12.323243086686503],\n              [14.668346683466865, 12.167255057894039],\n              [14.545945459454629, 11.719326131178093],\n              [14.592745927459305, 11.496077209236589],\n              [14.164341643416464, 11.238482299304096],\n              [13.980739807398095, 11.275690452961001],\n              [13.753937539375414, 11.016664460195543],\n              [13.56673566735671, 10.678928911617376],\n              [13.433534335343381, 10.153721511921674],\n              [13.246332463324649, 10.079305204607849],\n              [13.264332643326469, 9.801675135013923],\n              [13.195931959319608, 9.542649142248464],\n              [12.861128611286148, 9.382367864957132],\n              [12.807128071280744, 8.831400974268178],\n              [12.558725587255907, 8.605289886660756],\n              [12.36792367923681, 8.609583135159639],\n              [12.403924039240422, 8.496527591355928],\n              [12.227522275222782, 8.386334213218134],\n              [12.198721987219898, 7.975613440159094],\n              [12.054720547205505, 7.783848340542676],\n              [12.025920259202621, 7.59637648942514],\n              [11.737917379173808, 7.262934189345842],\n              [11.881918819188201, 7.102652912054509],\n              [11.561515615156168, 6.876541824447102],\n              [11.511115111151128, 6.61179150034981],\n              [11.320313203132059, 6.437199394728893],\n              [11.097110971109743, 6.44864805739256],\n              [11.057510575105766, 6.70051863599322],\n              [10.830708307083086, 6.945233800429094],\n              [10.603906039060405, 7.058289344232804],\n              [10.495904959049625, 6.875110741614137],\n              [10.236702367023696, 6.870817493115268],\n              [10.117901179011824, 6.993890616749681],\n              [9.768697686976907, 6.773503860474094],\n              [9.693096930969347, 6.531650861704136],\n              [9.60309603096033, 6.514477867708635],\n              [8.987489874898785, 5.937751486026428],\n              [8.854288542885456, 5.847593267550053],\n              [8.893888938889404, 5.621482179942646],\n              [8.800288002880052, 5.159242424897101],\n              [8.595085950859527, 4.815782544987101],\n              [8.508685086850903, 4.526703812729522],\n              [8.937089370893744, 4.553894386555726],\n              [8.893888938889404, 4.460874002413441],\n              [8.969489694896964, 4.100241128507939],\n              [9.315093150931546, 3.931373354218856],\n              [9.617496174961786, 3.959995010878025],\n              [9.642696426964307, 3.539256657988275],\n              [9.779497794977971, 3.436218694015274],\n              [9.959499594995975, 3.082741234274565],\n              [9.876698766987687, 2.880958554827444],\n              [9.801098010980127, 2.34144032680215],\n              [9.991899918999223, 2.165417138348275],\n              [11.320313203132059, 2.165417138348275],\n              [11.352713527135307, 2.299938924646362],\n              [11.752317523175265, 2.281334847817902],\n              [12.335523355233562, 2.309956504477071],\n              [12.749527495274975, 2.23697127999619],\n              [13.242732427324285, 2.271317267987193],\n              [13.293132931329325, 2.161123889849399],\n              [14.268742687426908, 2.152537392851656],\n              [14.560345603456057, 2.208349623337028],\n              [14.891548915489182, 2.006566943889901],\n              [15.23355233552337, 2.030895352050194],\n              [15.348753487534907, 1.923564139578318],\n              [15.481954819548207, 1.97651420439778],\n              [15.766357663576656, 1.909253311248733],\n              [16.158761587615885, 1.734661205627823],\n              [16.065160651606533, 1.979376370063697],\n              [16.198361983619861, 2.23697127999619],\n              [16.090360903609053, 2.510308101091233],\n              [16.093960939609417, 2.863785560831943],\n              [15.913959139591412, 3.098483145437108],\n              [15.784357843578448, 3.108500725267817],\n              [15.172351723517266, 3.759643414263856],\n              [15.02475024750251, 4.025824821194107],\n              [15.089550895508978, 4.121707371002316],\n              [14.99954999549999, 4.403630689095102],\n              [14.718747187471905, 4.622586362537731],\n              [14.596345963459669, 5.411113003497775],\n              [14.632346323463253, 5.737399889412274],\n              [14.585545855458577, 5.923440657696858],\n              [14.398343983439844, 6.019323207505053],\n              [14.535145351453536, 6.189622064627102],\n              [14.718747187471905, 6.258314040609108],\n              [14.93114931149313, 6.710536215823936],\n              [15.042750427504302, 6.790676854469595],\n              [15.222752227522307, 7.247192278183306],\n              [15.481954819548207, 7.523391264944266]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CN\", \"countryKey\": \"CN\", \"countryName\": \"China\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [74.544145441454418, 37.022301700714323],\n              [74.382143821438206, 37.126770747520283],\n              [74.720547205472059, 37.297069604642317],\n              [74.893348933489335, 37.231239794326228],\n              [75.163351633516328, 37.400107568615311],\n              [74.893348933489335, 37.599028082396529],\n              [74.965349653496531, 37.767895856685612],\n              [74.788947889478891, 38.081302997103478],\n              [74.774547745477463, 38.510627846990985],\n              [74.33534335343353, 38.666615875783435],\n              [74.108541085410849, 38.662322627284567],\n              [74.029340293402925, 38.527800840986487],\n              [73.798937989379908, 38.602217148300312],\n              [73.683736837368372, 38.855518809733937],\n              [73.8169381693817, 38.9943338445309],\n              [73.600936009360083, 39.236186843300857],\n              [73.633336333363332, 39.447987102578693],\n              [73.820538205382064, 39.468022262240098],\n              [73.928539285392844, 39.592526468707476],\n              [73.824138241382428, 39.805757810818264],\n              [74.004140041400404, 40.060490555084854],\n              [74.371343713437142, 40.106285205739525],\n              [74.706147061470631, 40.33096521051398],\n              [74.860948609486087, 40.326671962015098],\n              [74.835748357483567, 40.511281647466731],\n              [75.192151921519212, 40.441158588651774],\n              [75.588155881558805, 40.611457445773809],\n              [75.681756817568186, 40.292325974024095],\n              [75.922959229592294, 40.309498968019597],\n              [76.243362433624355, 40.441158588651774],\n              [76.311763117631159, 40.343844956010599],\n              [76.624966249662492, 40.627199356936345],\n              [76.76536765367652, 40.944899745853107],\n              [77.006570065700686, 41.043644461327219],\n              [77.474574745747447, 40.982107899510012],\n              [77.866978669786675, 41.063679620988637],\n              [78.075780757807564, 41.03935121282835],\n              [78.360183601836042, 41.286928542930141],\n              [78.360183601836042, 41.377086761406517],\n              [78.673386733867318, 41.538799121530801],\n              [79.303393033930348, 41.787807534465557],\n              [79.746197461974617, 41.879396835774884],\n              [79.843398433984333, 42.002469959409311],\n              [80.181801818018158, 42.021074036237763],\n              [80.210602106021071, 42.189941810526847],\n              [80.268202682026839, 42.238598626847434],\n              [80.138601386013846, 42.623559908913222],\n              [80.228602286022834, 42.79099660036934],\n              [80.556205562055624, 42.898327812841217],\n              [80.369003690036919, 43.028556350640429],\n              [80.78660786607864, 43.128732148947506],\n              [80.642606426064248, 43.326221579895758],\n              [80.711007110071108, 43.459312283360887],\n              [80.343803438034371, 44.103299558192134],\n              [80.354603546035463, 44.652835366048137],\n              [80.477004770047728, 44.735838170359713],\n              [80.217802178021799, 44.817409891838338],\n              [79.99099990999909, 44.793081483678051],\n              [79.85779857798579, 44.903274861815845],\n              [80.063000630006314, 45.019192571285473],\n              [80.8550085500855, 45.126523783757335],\n              [81.740617406174039, 45.338324043035172],\n              [81.949419494194927, 45.145127860585802],\n              [82.29502295022948, 45.228130664897378],\n              [82.475024750247513, 45.115075121093668],\n              [82.586625866258686, 45.176611682910888],\n              [82.615426154261542, 45.435637675676347],\n              [82.291422914229116, 45.532951308317507],\n              [82.48942489424897, 45.90217067922076],\n              [82.568625686256865, 46.196973742810172],\n              [82.67302673026731, 46.331495529108253],\n              [82.838628386283887, 46.732198722336591],\n              [82.986229862298643, 46.942567898781462],\n              [83.015030150301499, 47.194438477382121],\n              [83.151831518315163, 47.211611471377623],\n              [83.526235262352628, 47.06707210524884],\n              [83.904239042390401, 46.974051721106548],\n              [84.663846638466367, 46.98406930093725],\n              [84.768247682476812, 46.818063692314084],\n              [85.203852038520409, 47.034157200090789],\n              [85.499054990549922, 47.05133019408629],\n              [85.661056610566078, 47.205887140045789],\n              [85.67185671856717, 47.384772494165588],\n              [85.517055170551686, 47.919997473692007],\n              [85.585455854558546, 48.141815312800546],\n              [85.783457834578343, 48.407996719730789],\n              [86.190261902619028, 48.418014299561506],\n              [86.564665646656437, 48.526776594866334],\n              [86.74466744667447, 48.704230866153168],\n              [86.726667266672649, 48.99044743274483],\n              [86.888668886688862, 49.106365142214457],\n              [87.324273242732403, 49.084898899720088],\n              [87.817478174781769, 49.166470621198712],\n              [87.871478714787173, 48.967550107417495],\n              [87.806678066780677, 48.800113415961377],\n              [88.062280622806242, 48.682764623658784],\n              [87.943479434794341, 48.599761819347208],\n              [88.566285662856643, 48.343597992247666],\n              [88.580685806858042, 48.211938371615503],\n              [88.933489334893324, 48.097451744978827],\n              [89.045090450904496, 47.992982698172881],\n              [89.541895418954169, 48.031621934662752],\n              [89.750697506975058, 47.824114923883798],\n              [90.045900459004571, 47.87992715436917],\n              [90.081900819008212, 47.755422947901792],\n              [90.344703447034448, 47.658109315260631],\n              [90.467104671046712, 47.308925104018797],\n              [90.711907119071185, 47.01412204042937],\n              [90.827108271082722, 46.982638218104299],\n              [91.003510035100334, 46.740785219334342],\n              [91.046710467104646, 46.566193113713425],\n              [90.895508955089525, 46.301442789616132],\n              [91.003510035100334, 46.022381637189255],\n              [90.711907119071185, 45.751906981760129],\n              [90.650706507065053, 45.492880988994671],\n              [90.873908739087398, 45.18662926274159],\n              [91.136711367113691, 45.198077925405258],\n              [91.66231662316622, 45.059262890608295],\n              [92.007920079200773, 45.076435884603796],\n              [92.47592475924759, 44.997726328791089],\n              [92.753127531275283, 45.037796648113925],\n              [93.523535235352341, 44.951931678136418],\n              [93.714337143371409, 44.874653205156676],\n              [93.926739267392662, 44.672870525709556],\n              [94.196741967419683, 44.654266448881089],\n              [94.337143371433712, 44.512589248418223],\n              [94.697146971469721, 44.34372147412914],\n              [95.035550355503545, 44.254994338485716],\n              [95.381153811538098, 44.286478160810802],\n              [95.327153271532694, 44.005985925550974],\n              [95.510755107551091, 43.978795351724756],\n              [95.906759067590684, 43.214597118925013],\n              [96.295562955629549, 42.93267380083222],\n              [96.349563495634953, 42.740908701215801],\n              [97.19197191971918, 42.786703351870472],\n              [99.474394743947443, 42.564885512761933],\n              [100.018000180001792, 42.676509973732678],\n              [101.220412204122027, 42.53053952477093],\n              [101.638016380163805, 42.514797613608394],\n              [102.034020340203398, 42.184217479195013],\n              [103.074430744307421, 42.003901042242262],\n              [103.722437224372214, 41.75489262930752],\n              [104.500045000450001, 41.870810338777133],\n              [104.496444964449637, 41.666165493664096],\n              [105.014850148501495, 41.596042434849139],\n              [105.202052020520199, 41.743443966643852],\n              [105.868058680586813, 41.99388346241156],\n              [106.768067680676808, 42.287255443168007],\n              [108.175681756817568, 42.454692134624139],\n              [108.798487984879813, 42.398879904138767],\n              [108.992889928899302, 42.448967803292305],\n              [109.486094860948612, 42.448967803292305],\n              [109.666096660966588, 42.549143601599383],\n              [110.407704077040734, 42.768099275042019],\n              [110.93330933309332, 43.287582343405887],\n              [111.59571595715957, 43.523711010844011],\n              [111.934119341193394, 43.696872033631962],\n              [111.840518405184042, 43.938725032401933],\n              [111.635316353163518, 44.066091404535214],\n              [111.397713977139773, 44.346583639795057],\n              [111.552515525155258, 44.69290568537096],\n              [111.739717397173962, 44.966242506466003],\n              [112.009720097200983, 45.087884547267464],\n              [112.44172441724416, 45.05210747644351],\n              [112.585725857258552, 44.923310021477263],\n              [113.10413104131041, 44.794512566511003],\n              [113.633336333363303, 44.745855750190429],\n              [114.054540545405445, 44.940483015472751],\n              [114.418144181441818, 45.200940091071175],\n              [114.533345333453298, 45.385549776522794],\n              [114.940149401493983, 45.374101113859126],\n              [115.638556385563817, 45.444224172674083],\n              [116.012960129601282, 45.678921757279255],\n              [116.171361713617131, 45.708974496771376],\n              [116.214562145621443, 45.907895010552593],\n              [116.603366033660308, 46.310029286613883],\n              [116.804968049680468, 46.383014511094757],\n              [117.301773017730142, 46.350099605936705],\n              [117.395373953739551, 46.571917445045258],\n              [117.697776977769792, 46.511811966061003],\n              [118.237782377823777, 46.715025728341089],\n              [118.720187201871994, 46.676386491851218],\n              [118.81738817388171, 46.757958213329843],\n              [119.317793177931748, 46.611987764368081],\n              [119.681396813968121, 46.591952604706677],\n              [119.904599045990466, 46.709301397009256],\n              [119.893798937989374, 46.905359745124542],\n              [119.699396993969941, 47.160092489391133],\n              [119.281792817928164, 47.414825233657709],\n              [119.083790837908367, 47.660971480926548],\n              [118.76698766987667, 47.756854030734758],\n              [118.543785437854382, 47.965792124346663],\n              [118.183781837818373, 48.028759768996835],\n              [117.740977409774104, 47.977240787010331],\n              [117.35937359373591, 47.650953901095832],\n              [116.851768517685144, 47.872771740204371],\n              [116.243362433624299, 47.862754160373669],\n              [115.85095850958507, 47.705335048748253],\n              [115.562955629556285, 47.932877219188626],\n              [115.516155161551609, 48.121780153139127],\n              [115.807758077580758, 48.273474933432709],\n              [115.800558005580029, 48.531069843365202],\n              [116.027360273602739, 48.767198510803325],\n              [116.038160381603831, 48.870236474776334],\n              [116.68256682566826, 49.823337641526578],\n              [117.056970569705669, 49.673073944065948],\n              [117.474574745747447, 49.614399547914658],\n              [117.758977589775867, 49.512792666774615],\n              [118.169381693816916, 49.671642861232996],\n              [118.644586445864462, 49.954997262158741],\n              [119.090990909909095, 49.986481084483827],\n              [119.317793177931748, 50.092381214122739],\n              [119.353793537935388, 50.345682875556363],\n              [119.141391413914135, 50.377166697881449],\n              [119.292592925929256, 50.598984536989988],\n              [119.497794977949781, 50.736368488954],\n              [119.519395193951908, 50.905236263243083],\n              [119.749797497974981, 51.082690534529902],\n              [120.10980109801099, 51.665141247543943],\n              [120.567005670056716, 51.905563163480949],\n              [120.779407794077912, 52.117363422758785],\n              [120.624606246062427, 52.346336676032109],\n              [120.725407254072508, 52.54239502414741],\n              [120.430204302042995, 52.635415408289703],\n              [120.055800558005586, 52.6010694202987],\n              [120.034200342003402, 52.761350697590032],\n              [120.279002790027874, 52.865819744395992],\n              [120.873008730087264, 53.280833765953901],\n              [121.204212042120417, 53.276540517455032],\n              [121.639816398163958, 53.385302812759861],\n              [122.025020250202516, 53.429666380581565],\n              [122.338223382233792, 53.491202942398772],\n              [122.860228602286014, 53.474029948403285],\n              [123.252632526325243, 53.568481415378528],\n              [123.612636126361252, 53.562757084046694],\n              [124.23184231842319, 53.381009564260992],\n              [124.408244082440802, 53.235039115299244],\n              [124.897848978489748, 53.117690322996651],\n              [125.020250202502012, 53.210710707138944],\n              [125.128251282512821, 53.206417458640075],\n              [125.733057330573303, 52.98173745386562],\n              [126.067860678606763, 52.679778976111407],\n              [125.974259742597411, 52.63112215979082],\n              [126.211862118621156, 52.532377444316694],\n              [126.438664386643865, 52.274782534384201],\n              [126.3162631626316, 52.200366227070361],\n              [126.532265322653217, 52.15314049358274],\n              [126.445864458644593, 51.982841636460705],\n              [126.647466474664753, 51.740988637690748],\n              [126.676266762667609, 51.587862774564201],\n              [126.903069030690318, 51.400390923446665],\n              [126.931869318693174, 51.06408645770145],\n              [127.288272882728819, 50.75067931728357],\n              [127.363873638736351, 50.554620969168283],\n              [127.331473314733131, 50.328509881560876],\n              [127.579875798757968, 50.221178669088999],\n              [127.486274862748616, 50.025120320973699],\n              [127.5078750787508, 49.821906558693627],\n              [127.831878318783168, 49.59436438825324],\n              [128.091080910809097, 49.541414323433784],\n              [128.796687966879659, 49.57289814575887],\n              [128.749887498874983, 49.48417101011546],\n              [129.088290882908808, 49.352511389483283],\n              [129.502295022950221, 49.411185785634586],\n              [129.71109711097111, 49.273801833670575],\n              [129.912699126991271, 49.039104249065417],\n              [130.251102511025096, 48.8645121434445],\n              [130.650706507065053, 48.875960806108168],\n              [130.531905319053152, 48.635538890171162],\n              [130.823508235082357, 48.333580412416964],\n              [130.683106831068272, 48.050226011491205],\n              [130.906309063090617, 47.884220402868038],\n              [131.025110251102518, 47.682437723420918],\n              [131.417514175141747, 47.742543202405173],\n              [131.575915759157596, 47.668126895091333],\n              [132.52632526325263, 47.70819721441417],\n              [132.673926739267387, 47.950050213184127],\n              [132.821528215282143, 47.942894799019328],\n              [133.091530915309164, 48.107469324809543],\n              [133.462334623346209, 48.08886524798109],\n              [133.721537215372138, 48.24485327677354],\n              [134.387543875438752, 48.380806145904586],\n              [134.700747007470085, 48.262026270769042],\n              [134.567545675456728, 48.040208431660503],\n              [134.772747727477253, 47.711059380080087],\n              [134.484744847448468, 47.430567144820245],\n              [134.2939429394294, 47.409100902325875],\n              [134.153541535415314, 47.257406122032293],\n              [134.005940059400558, 46.646333752359084],\n              [133.847538475384709, 46.480328143735917],\n              [133.901539015390114, 46.258510304627379],\n              [133.689136891368918, 46.1411615123248],\n              [133.656736567365641, 45.935085584378797],\n              [133.512735127351249, 45.879273353893424],\n              [133.426334263342625, 45.580177041805129],\n              [133.141931419314204, 45.435637675676347],\n              [133.116731167311656, 45.123661618091418],\n              [132.954729547295443, 45.024916902617292],\n              [131.968319683196825, 45.233854996229212],\n              [131.817118171181704, 45.332599711703338],\n              [131.421114211142111, 44.959087092301218],\n              [130.935109351093473, 44.841738299998639],\n              [131.064710647106466, 44.681457022707306],\n              [131.262712627126263, 44.054642741871547],\n              [131.16911169111691, 43.781305920776504],\n              [131.165511655116546, 43.520848845178094],\n              [131.262712627126263, 43.463605531859756],\n              [131.280712807128083, 43.38060272754818],\n              [131.086310863108594, 43.041436096137048],\n              [131.104311043110414, 42.909776475504884],\n              [130.769507695076953, 42.865412907683179],\n              [130.40590405904058, 42.735184369883967],\n              [130.531905319053152, 42.53053952477093],\n              [130.243902439024367, 42.743770866881718],\n              [130.121501215012159, 42.981330617152807],\n              [129.851498514985138, 42.961295457491389],\n              [129.703897038970382, 42.44181238912752],\n              [129.534695346953441, 42.370258247479597],\n              [129.340293402934009, 42.446105637626388],\n              [129.210692106921073, 42.219994550018967],\n              [128.904689046890468, 42.026798367569597],\n              [128.033480334803329, 41.99388346241156],\n              [128.040680406804057, 41.879396835774884],\n              [128.30348303483035, 41.58316268935252],\n              [128.145081450814502, 41.375655678573551],\n              [128.001080010800109, 41.47153822838176],\n              [127.637476374763736, 41.430036826225972],\n              [127.270272702726999, 41.504453133539812],\n              [126.92826928269281, 41.800687279962176],\n              [126.618666186661841, 41.666165493664096],\n              [126.499864998649997, 41.434330074724855],\n              [126.013860138601359, 40.909122675029138],\n              [125.761857618576158, 40.886225349701803],\n              [125.412654126541241, 40.631492605435227],\n              [124.894248942489384, 40.484091073640514],\n              [124.368643686436855, 40.097698708741774],\n              [124.285842858428595, 39.928830934452691],\n              [124.116641166411654, 39.832948384644482],\n              [123.385833858338543, 39.790015899655728],\n              [123.173431734317347, 39.66551169318835],\n              [123.007830078300771, 39.679822521517934],\n              [122.395823958239561, 39.410778948921774],\n              [121.859418594185939, 38.944245945377361],\n              [121.773017730177315, 39.021524418357103],\n              [121.593015930159282, 38.948539193876229],\n              [121.704617046170455, 38.872691803729438],\n              [121.344613446134446, 38.814017407578149],\n              [121.153811538115377, 38.728152437600642],\n              [121.117811178111793, 38.942814862544395],\n              [121.675816758167542, 39.087354228673192],\n              [121.593015930159282, 39.191823275479152],\n              [121.780217802177987, 39.372139712431903],\n              [121.54981549815497, 39.362122132601186],\n              [121.434614346143434, 39.508092581562934],\n              [121.222212222122181, 39.528127741224353],\n              [121.546215462154606, 39.672667107353149],\n              [121.535415354153514, 39.861570041303651],\n              [121.873818738187396, 39.991798579102849],\n              [121.992619926199239, 40.186425844385184],\n              [122.302223022230208, 40.502695150468981],\n              [122.050220502205008, 40.745979232071889],\n              [121.852218522185211, 40.831844202049396],\n              [121.575015750157462, 40.841861781880098],\n              [121.362613626136266, 40.939175414521273],\n              [121.175411754117505, 40.922002420525772],\n              [120.826208262082588, 40.674425090423981],\n              [120.545405454054531, 40.402519352161889],\n              [120.437404374043723, 40.195012341382935],\n              [119.951399513995142, 40.056197306585972],\n              [119.533795337953364, 39.890191697962806],\n              [119.339393393933932, 39.715599592341889],\n              [119.303393033930348, 39.433676274249109],\n              [119.015390153901507, 39.190392192646186],\n              [118.619386193861914, 39.160339453154066],\n              [118.345783457834585, 39.030110915354854],\n              [118.046980469804708, 39.219013849305355],\n              [117.758977589775867, 39.114544802499395],\n              [117.582575825758255, 38.811155241912232],\n              [117.542975429754307, 38.620821225128779],\n              [117.715777157771555, 38.378968226358822],\n              [118.086580865808656, 38.138546310421816],\n              [118.543785437854382, 38.068423251606859],\n              [118.838988389883895, 38.152857138751401],\n              [119.256592565925672, 37.672013306877403],\n              [119.036990369903691, 37.722101206030942],\n              [118.972189721897195, 37.281327693479781],\n              [119.1449914499145, 37.178289729506773],\n              [119.440194401944012, 37.121046416188449],\n              [119.771397713977109, 37.152530238513521],\n              [119.85779857798579, 37.360037249292489],\n              [120.297002970029695, 37.597596999563564],\n              [120.307803078030787, 37.664857892712604],\n              [120.739807398073964, 37.833725667001687],\n              [121.139411394113921, 37.700634963536572],\n              [121.189811898118961, 37.574699674236228],\n              [121.373413734137301, 37.610476745060197],\n              [121.593015930159282, 37.424435976775612],\n              [121.938619386193835, 37.464506296098449],\n              [122.122221222212232, 37.563251011572561],\n              [122.183421834218308, 37.418711645443778],\n              [122.687426874268709, 37.410125148446028],\n              [122.57222572225723, 37.344295338129939],\n              [122.629826298262941, 37.192600557836357],\n              [122.410224102241017, 37.006559789551773],\n              [122.525425254252553, 36.945023227734566],\n              [122.320223202232029, 36.823381186933105],\n              [122.039420394203916, 36.985093547057403],\n              [121.031410314103113, 36.590114685160898],\n              [120.851408514085136, 36.651651246978105],\n              [120.948609486094853, 36.459886147361701],\n              [120.750607506075056, 36.459886147361701],\n              [120.642606426064248, 36.322502195397689],\n              [120.696606966069652, 36.143616841277904],\n              [120.354603546035463, 36.04057887730491],\n              [120.361803618036191, 36.192273657598491],\n              [120.117001170011662, 36.209446651593993],\n              [120.189001890018886, 35.9446963274967],\n              [119.936999369993686, 35.761517724878033],\n              [119.904599045990466, 35.624133772914035],\n              [119.648996489964901, 35.584063453591199],\n              [119.42939429394292, 35.322175295159823],\n              [119.357393573935752, 35.097495290385368],\n              [119.206192061920632, 35.04883847406478],\n              [119.191791917919176, 34.718258339651413],\n              [119.34659346593466, 34.781225984301571],\n              [119.641796417964173, 34.550821648195281],\n              [120.257402574025747, 34.311830815091241],\n              [120.484204842048399, 33.650670546264493],\n              [120.894608946089448, 33.013838685598031],\n              [120.862208622086229, 32.670378805688031],\n              [121.387813878138758, 32.385593321929335],\n              [121.441814418144162, 32.113687583667243],\n              [121.823418234182355, 31.951975223542959],\n              [121.920619206192072, 31.754485792594707],\n              [121.816218162181627, 31.691518147944535],\n              [121.287012870128677, 31.890438661725753],\n              [120.977409774097708, 31.814591271578962],\n              [120.811808118081188, 32.022098282357916],\n              [120.491404914049127, 32.082203761342157],\n              [120.268202682026782, 31.949113057877042],\n              [119.99099990999909, 32.016373951026083],\n              [119.818198181981785, 32.314039180281412],\n              [119.692196921969213, 32.319763511613246],\n              [119.785797857978565, 32.113687583667243],\n              [120.005400054000546, 31.950544140709994],\n              [120.228602286022834, 31.909042738554206],\n              [120.455404554045543, 32.022098282357916],\n              [120.750607506075056, 31.977734714536211],\n              [120.747007470074692, 31.801711526082329],\n              [121.143011430114285, 31.68436273377975],\n              [121.319413194131954, 31.505477379659951],\n              [121.726217262172582, 31.28222845771846],\n              [121.978219782197783, 30.914440169648159],\n              [121.409414094140942, 30.76703863785346],\n              [120.977409774097708, 30.543789715911956],\n              [120.732607326073236, 30.231813658327042],\n              [120.894608946089448, 30.170277096509835],\n              [121.150211502115013, 30.326265125302299],\n              [121.377013770137665, 30.324834042469334],\n              [121.679416794167906, 29.999978239387787],\n              [121.981819818198147, 29.822523968100967],\n              [121.571415714157155, 29.474770839692084],\n              [121.917019170191708, 29.64077644831525],\n              [121.942219422194199, 29.195709687265207],\n              [121.654216542165415, 29.182829941768588],\n              [121.589415894158918, 29.291592237073417],\n              [121.402214022140214, 29.106982551621797],\n              [121.621816218162195, 29.112706882953631],\n              [121.668616686166871, 28.825059233529004],\n              [121.510215102151022, 28.657622542072886],\n              [121.657816578165779, 28.339922153156124],\n              [121.395013950139486, 28.284109922670751],\n              [121.369813698136994, 28.162467881869304],\n              [121.182611826118233, 28.382854638144877],\n              [120.966609666096673, 27.986444693415422],\n              [120.595805958059572, 27.569999589024548],\n              [120.516605166051676, 27.202211300954261],\n              [120.279002790027874, 27.063396266157298],\n              [120.217802178021742, 26.915994734362599],\n              [119.926199261992593, 26.79149052789522],\n              [119.85779857798579, 26.654106575931223],\n              [119.796597965979657, 26.841578427048759],\n              [119.695796957969577, 26.70848772358363],\n              [119.551795517955185, 26.748558042906467],\n              [119.598595985959861, 26.569672688786682],\n              [119.785797857978565, 26.578259185784432],\n              [119.760597605976074, 26.407960328662384],\n              [119.875798757987553, 26.31350886168714],\n              [119.674196741967393, 26.280593956529088],\n              [119.493299243796073, 26.031305267659],\n              [119.566195661956584, 26.050189620422799],\n              [119.702997029970305, 25.984359810106724],\n              [119.580595805958041, 25.679539166686595],\n              [119.44739447394474, 25.68669458085138],\n              [119.576995769957676, 25.46344565890989],\n              [119.357393573935752, 25.599398528040936],\n              [119.101791017910188, 25.420513173921137],\n              [119.2781927819278, 25.330354955444761],\n              [119.288992889928892, 25.188677754981882],\n              [118.982989829898287, 25.28312922195714],\n              [118.856988569885715, 25.09851953650552],\n              [118.997389973899743, 24.953980170376724],\n              [118.71658716587163, 24.84378679223893],\n              [118.648186481864826, 24.569018888310936],\n              [118.428584285842845, 24.631986532961093],\n              [118.219782197821957, 24.541828314484718],\n              [118.162181621816188, 24.6935230947783],\n              [117.996579965799668, 24.447376847509474],\n              [118.126181261812604, 24.26133607922489],\n              [117.892178921789224, 24.028069577452683],\n              [117.755377553775503, 24.069570979608471],\n              [117.593375933759347, 23.737559762362139],\n              [117.582575825758255, 23.889254542655721],\n              [117.290972909729106, 23.789078744348643],\n              [117.262172621726194, 23.655988040883514],\n              [117.085770857708582, 23.550087911244603],\n              [116.909369093690913, 23.654556958050563],\n              [116.772567725677249, 23.349736314630434],\n              [116.520565205652048, 23.41127287644764],\n              [116.610566105661036, 23.238111853659689],\n              [116.495364953649499, 22.939015541571393],\n              [116.297362973629703, 22.96334394973168],\n              [115.825758257582578, 22.747250441954975],\n              [115.681756817568186, 22.887496559584889],\n              [115.523355233552337, 22.741526110623141],\n              [115.066150661506612, 22.795907258275562],\n              [114.878948789487907, 22.559778590837439],\n              [114.752947529475279, 22.589831330329559],\n              [114.785347853478498, 22.815942417936981],\n              [114.56214562145621, 22.732939613625391],\n              [114.515345153451534, 22.452447378365562],\n              [114.396543965439633, 22.614159738489846],\n              [114.230942309423057, 22.555485342338557],\n              [114.0833408334083, 22.529725851345304],\n              [113.888938889388868, 22.452447378365562],\n              [113.744937449374476, 22.76156127028456],\n              [113.654936549365488, 22.758699104618643],\n              [113.629736297362939, 23.034898091379603],\n              [113.348933489334883, 22.890358725250806],\n              [113.600936009360083, 22.575520501999975],\n              [113.586535865358627, 22.237784953421809],\n              [113.557047703910285, 22.226250126841865],\n              [113.556628509431278, 22.213490764066528],\n              [113.551463089700434, 22.215347344989418],\n              [113.550578398340463, 22.216575869818215],\n              [113.544269690931543, 22.216747644891822],\n              [113.5427359333098, 22.215984241703907],\n              [113.541731484740723, 22.213504537574721],\n              [113.535538645220939, 22.213555726996415],\n              [113.533105743981011, 22.212224795962694],\n              [113.53531747238091, 22.205723528330044],\n              [113.533769262500982, 22.194665562633315],\n              [113.529124632861112, 22.188317077762232],\n              [113.527797595821141, 22.181968305983229],\n              [113.532442225461011, 22.171932565588019],\n              [113.53996210202078, 22.156365510227257],\n              [113.549472534140506, 22.145713374581572],\n              [113.548145497100549, 22.116825643901677],\n              [113.54969370698052, 22.108629464736641],\n              [113.553130562710123, 22.107020919117897],\n              [113.552181901430416, 22.078145745362708],\n              [113.49534048155212, 22.063849432300135],\n              [113.258243197079096, 21.873094043511923],\n              [113.127308875803038, 22.03597002612284],\n              [113.08613086130859, 22.207732213929688],\n              [113.028530285302821, 21.961585966660849],\n              [112.907905418529509, 21.855441375126102],\n              [112.826928269282661, 21.965879215159731],\n              [112.607326073260737, 21.775545198376278],\n              [112.44172441724416, 21.828495263195734],\n              [112.243722437224363, 21.706853222394273],\n              [112.171721717217139, 21.814184434866149],\n              [111.77931779317791, 21.675369400069187],\n              [111.631716317163153, 21.529398951107439],\n              [111.088110881108804, 21.472155637789101],\n              [110.706507065070667, 21.349082514154688],\n              [110.638106381063807, 21.230302639019143],\n              [110.206102061020573, 21.082901107224444],\n              [110.155701557015533, 20.848203522619272],\n              [110.368103681036786, 20.848203522619272],\n              [110.299702997029982, 20.656438423002854],\n              [110.533705337053362, 20.477553068883068],\n              [110.400504005040062, 20.300098797596235],\n              [109.914499144991424, 20.24857981560973],\n              [109.774097740977396, 20.821012948793069],\n              [109.662496624966224, 20.92691307843198],\n              [109.766897668976668, 21.356237928319487],\n              [109.925299252992517, 21.363393342484272],\n              [109.943299432994337, 21.493621880283484],\n              [109.741697416974176, 21.473586720622066],\n              [109.49329493294934, 21.698266725396522],\n              [109.529295292952924, 21.492190797450519],\n              [109.136891368913695, 21.402032578974143],\n              [109.136891368913695, 21.602384175588313],\n              [108.751687516875137, 21.649609909075934],\n              [108.449284492844896, 21.865703416852639],\n              [108.517685176851757, 21.595228761423527],\n              [108.323283232832324, 21.709715388060189],\n              [108.2512825128251, 21.595228761423527],\n              [107.992079920799227, 21.485035383285734],\n              [107.833678336783379, 21.639592329245232],\n              [107.347673476734741, 21.599522009922396],\n              [106.987669876698732, 21.84423717435827],\n              [107.009270092700916, 21.92723997866986],\n              [106.649266492664907, 21.995931954651851],\n              [106.663666636666363, 22.223474125092224],\n              [106.526865268652699, 22.428118970205276],\n              [106.746467464674623, 22.744388276289058],\n              [106.487264872648694, 22.926135796074774],\n              [106.314463144631446, 22.853150571593901],\n              [105.997659976599749, 22.974792612395348],\n              [105.853658536585357, 22.904669553580391],\n              [105.313653136531372, 23.36547822579297],\n              [105.216452164521655, 23.265302427485892],\n              [104.870848708487102, 23.163695546345849],\n              [104.824048240482369, 22.924704713241809],\n              [104.554045540455405, 22.835977577598399],\n              [104.341643416434152, 22.685713880137769],\n              [104.212042120421216, 22.824528914934731],\n              [104.024840248402455, 22.718628785295806],\n              [103.985239852398507, 22.526863685679402],\n              [103.646836468364683, 22.798769423941479],\n              [103.513635136351382, 22.586969164663643],\n              [103.308433084330858, 22.787320761277812],\n              [103.142831428314281, 22.538312348343055],\n              [102.988029880298797, 22.438136550035978],\n              [102.844028440284404, 22.585538081830691],\n              [102.444424444244447, 22.765854518783442],\n              [102.217622176221738, 22.410945976209774],\n              [102.120421204212022, 22.398066230713141],\n              [101.868418684186821, 22.379462153884688],\n              [101.656016560165568, 22.446723047033728],\n              [101.519215192151904, 22.227767373591107],\n              [101.605616056160528, 21.967310297992682],\n              [101.749617496174977, 21.815615517699101],\n              [101.717217172171701, 21.134420089210934],\n              [101.494014940149412, 21.243182384515777],\n              [101.274412744127432, 21.174490408533771],\n              [101.159211592115895, 21.552296276434774],\n              [101.119611196111947, 21.759803287213728],\n              [100.878408784087839, 21.676800482902152],\n              [100.705607056070534, 21.51651920561082],\n              [100.457204572045697, 21.454982643793599],\n              [100.327603276032761, 21.523674619775605],\n              [100.187201872018733, 21.427792069967396],\n              [100.147601476014728, 21.649609909075934],\n              [99.949599495994931, 21.721164050723857],\n              [99.94239942399426, 22.04601985380539],\n              [99.143191431914289, 22.153351066277267],\n              [99.359193591935906, 22.495379863354316],\n              [99.308793087930866, 22.745819359122024],\n              [99.492394923949206, 23.057795416706938],\n              [99.215192151921514, 23.057795416706938],\n              [98.858788587885869, 23.179437457508399],\n              [98.858788587885869, 23.604469058897024],\n              [98.664386643866436, 23.796234158513428],\n              [98.664386643866436, 23.969395181301394],\n              [98.865988659886597, 24.145418369755262],\n              [98.58518585185854, 24.075295310940305],\n              [98.181981819818219, 24.118227795929059],\n              [97.890378903789014, 24.02234524612085],\n              [97.638376383763813, 23.863495051662468],\n              [97.515975159751605, 23.942204607475176],\n              [97.706777067770673, 24.125383210093844],\n              [97.638376383763813, 24.438790350511724],\n              [97.519575195751969, 24.430203853513973],\n              [97.537575375753732, 24.745042076764804],\n              [97.77157771577717, 24.855235454902598],\n              [97.703177031770309, 24.959704501708558],\n              [97.82197821978221, 25.26166297946277],\n              [97.890378903789014, 25.205850748977383],\n              [98.109981099810994, 25.389029351596051],\n              [98.13878138781385, 25.61084719070459],\n              [98.333183331833339, 25.566483622882885],\n              [98.509585095850952, 25.838389361144976],\n              [98.693186931869292, 25.878459680467799],\n              [98.545585455854535, 26.106001850908171],\n              [98.754387543875424, 26.625484919272054],\n              [98.736387363873661, 27.049085437827713],\n              [98.671586715867164, 27.175020727128057],\n              [98.678786787867892, 27.577155003189347],\n              [98.408784087840871, 27.684486215661209],\n              [98.293582935829335, 27.53708468386651],\n              [98.10638106381063, 27.973564947918803],\n              [98.117181171811723, 28.14100163937492],\n              [97.857978579785794, 28.369974892648258],\n              [97.544775447754461, 28.538842666937342],\n              [97.447574475744744, 28.296989668167384],\n              [97.325173251732537, 28.216849029521711],\n              [97.116371163711648, 28.367112726982342],\n              [96.965169651696527, 28.329904573325422],\n              [96.69876698766987, 28.58893056609088],\n              [96.558365583655842, 28.584637317592012],\n              [96.493564935649346, 28.421493874634763],\n              [96.435964359643577, 28.611827891418216],\n              [96.59796597965979, 28.710572606892342],\n              [96.353163531635317, 29.096964971791081],\n              [96.194761947619469, 29.026841912976124],\n              [96.338763387633861, 29.280143574409749],\n              [96.140761407614065, 29.368870710053173],\n              [95.744757447574472, 29.340249053394004],\n              [95.510755107551091, 29.131310959782084],\n              [95.280352803528018, 29.052601403969376],\n              [94.95634956349565, 29.168519113439004],\n              [94.776347763477617, 29.167088030606052],\n              [94.62874628746286, 29.318782810899634],\n              [94.272342723427215, 29.098396054624047],\n              [94.347943479434804, 29.023979747310207],\n              [93.624336243362421, 28.671933370402456],\n              [93.447934479344809, 28.671933370402456],\n              [93.156331563315604, 28.494479099115637],\n              [93.091530915309164, 28.367112726982342],\n              [92.655926559265566, 28.105224568550966],\n              [92.691926919269207, 27.995031190413172],\n              [92.688326883268843, 27.967840616586969],\n              [92.439924399244006, 27.823301250458172],\n              [92.069120691206905, 27.794679593799003],\n              [91.975519755197553, 27.725987617817012],\n              [91.633516335163364, 27.758902522975049],\n              [91.651516515165127, 27.916321634600465],\n              [91.291512915129175, 28.090913740221382],\n              [91.093510935109322, 27.972133865085837],\n              [90.683106831068329, 28.086620491722513],\n              [90.474304743047441, 28.072309663392929],\n              [90.58950589505892, 28.232590940684261],\n              [90.225902259022604, 28.358526229984591],\n              [89.862298622986231, 28.295558585334419],\n              [89.55989559895599, 28.135277308043086],\n              [89.052290522905224, 27.608638825514419],\n              [88.893888938889376, 27.315266844757971],\n              [88.742687426874255, 27.545671180864261],\n              [88.854288542885428, 27.843336410119591],\n              [88.818288182881844, 27.995031190413172],\n              [88.609486094860955, 28.105224568550966],\n              [88.379083790837882, 27.982151444916553],\n              [88.116281162811646, 27.947805456925551],\n              [88.11988119881201, 27.860509404115092],\n              [87.82467824678244, 27.906304054769763],\n              [87.727477274772724, 27.807559339295636],\n              [87.155071550715519, 27.826163416124089],\n              [87.02907029070289, 27.937787877094834],\n              [86.543065430654309, 28.092344823054333],\n              [86.438664386643865, 27.910597303268631],\n              [86.204662046620484, 28.002186604577972],\n              [85.981459814598139, 27.884837812275379],\n              [85.693456934569355, 28.335628904657256],\n              [85.610656106561038, 28.251195017512714],\n              [85.081450814508145, 28.318455910661754],\n              [85.167851678516769, 28.583206234759047],\n              [84.919449194491932, 28.535980501271425],\n              [84.678246782467824, 28.604672477253416],\n              [84.235442354423554, 28.899475540842843],\n              [84.09864098640989, 29.247228669251712],\n              [83.882638826388273, 29.281574657242714],\n              [83.655836558365564, 29.161363699274219],\n              [83.515435154351536, 29.191416438766339],\n              [83.328233282332832, 29.4847884195228],\n              [83.162631626316255, 29.625034537152715],\n              [82.835028350283523, 29.659380525143717],\n              [82.543425434254317, 29.922699766408044],\n              [82.14382143821436, 30.070101298202758],\n              [82.089820898208956, 30.330558373801168],\n              [81.593015930159282, 30.413561178112758],\n              [81.387813878138758, 30.373490858789921],\n              [81.323013230132318, 30.133068942852915],\n              [81.096210962109609, 30.017151233383288],\n              [80.995409954099529, 30.197467670336039],\n              [80.7218072180722, 30.392094935618374],\n              [80.178201782017794, 30.559531627074506],\n              [80.232202322023198, 30.725537235697672],\n              [79.832598325983241, 30.961665903135795],\n              [79.576995769957676, 30.93876857780846],\n              [79.389793897938972, 31.068997115607672],\n              [79.06219062190624, 31.433923238012042],\n              [78.879155348930524, 31.298570954463354],\n              [78.878588785887843, 31.297970368880996],\n              [78.738187381873814, 31.335178522537916],\n              [78.698586985869866, 31.509770628158833],\n              [78.817388173881767, 31.607084260799994],\n              [78.669786697866954, 31.770227703757243],\n              [78.745387453874542, 31.964854969039578],\n              [78.460984609846122, 32.281124275123375],\n              [78.385383853838533, 32.547305682053619],\n              [78.712987129871323, 32.637463900529994],\n              [78.910989109891119, 32.354109499604249],\n              [79.076590765907639, 32.37128249359975],\n              [79.456411750976855, 32.705096149206931],\n              [78.724011679891447, 33.587830971725666],\n              [78.730987309873086, 34.078564313319035],\n              [78.975789757897559, 34.217379348115998],\n              [78.974569598946971, 34.351068940540983],\n              [78.273782737827361, 34.658152860667158],\n              [78.016667400711583, 35.262714292181506],\n              [78.054180541805437, 35.452403832959035],\n              [77.798577985779872, 35.495336317947775],\n              [77.413374133741314, 35.469576826954537],\n              [76.776167761677613, 35.645600015408405],\n              [76.570965709657088, 35.751500145047316],\n              [76.538565385653868, 35.903194925340898],\n              [76.167761677616767, 35.805881292699738],\n              [75.89415894158941, 36.097822190623233],\n              [76.012960129601282, 36.230912894088362],\n              [75.976959769597698, 36.462748313027618],\n              [75.789757897578966, 36.687428317802073],\n              [75.411754117541165, 36.747533796786314],\n              [75.350553505535061, 36.916401571075397],\n              [75.09855098550986, 36.993680044055154],\n              [74.911349113491127, 36.962196221730068],\n              [74.544145441454418, 37.022301700714323]\n            ]\n          ],\n          [\n            [\n              [112.798127981279805, 21.579486850260977],\n              [112.715327153271545, 21.679662648568069],\n              [112.844928449284481, 21.774114115543313],\n              [112.798127981279805, 21.579486850260977]\n            ]\n          ],\n          [\n            [\n              [110.267302673026705, 20.97270772908665],\n              [110.28890288902889, 21.074314610226693],\n              [110.548105481054819, 21.037106456569774],\n              [110.267302673026705, 20.97270772908665]\n            ]\n          ],\n          [\n            [\n              [119.666996669966665, 25.487774067070177],\n              [119.782197821978201, 25.659504007025177],\n              [119.846998469984698, 25.536430883390764],\n              [119.666996669966665, 25.487774067070177]\n            ]\n          ],\n          [\n            [\n              [122.29502295022948, 29.934148429071712],\n              [122.01062010620106, 29.999978239387787],\n              [121.974619746197476, 30.1473797711825],\n              [122.327423274232757, 30.024306647548087],\n              [122.29502295022948, 29.934148429071712]\n            ]\n          ],\n          [\n            [\n              [121.981819818198147, 31.539823367650953],\n              [121.852218522185211, 31.439647569343876],\n              [121.31581315813159, 31.655741077120581],\n              [121.26541265412655, 31.841781845405166],\n              [121.845018450184483, 31.608515343632959],\n              [121.981819818198147, 31.539823367650953]\n            ]\n          ],\n          [\n            [\n              [110.670506705067027, 19.381343618836979],\n              [110.425704257042554, 18.68154411352036],\n              [110.270902709027069, 18.668664368023741],\n              [109.993699936999377, 18.44255328041632],\n              [109.74529745297454, 18.395327546928698],\n              [109.561695616956143, 18.169216459321277],\n              [109.439294392943935, 18.289427417289787],\n              [109.162091620916186, 18.287996334456821],\n              [108.694086940869425, 18.505520925066492],\n              [108.625686256862565, 18.836101059479859],\n              [108.625686256862565, 19.275443489198068],\n              [109.205292052920498, 19.719079167415146],\n              [109.302493024930214, 19.922292929695232],\n              [109.464494644946427, 19.833565794051822],\n              [109.720097200971992, 20.011020065338656],\n              [109.990099900999013, 19.906551018532696],\n              [110.155701557015533, 20.066832295824028],\n              [110.382503825038242, 20.081143124153613],\n              [110.562505625056218, 19.983829491512438],\n              [110.677706777067755, 20.164145928465189],\n              [110.789307893078927, 20.011020065338656],\n              [110.93330933309332, 19.995278154176106],\n              [111.008910089100908, 19.683302096591191],\n              [110.670506705067027, 19.381343618836979]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CO\", \"countryKey\": \"CO\", \"countryName\": \"Colombia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-66.876068760687559, 1.22233355142874],\n              [-66.883268832688273, 1.325371515401734],\n              [-67.196471964719592, 2.401545805786405],\n              [-67.326073260732556, 2.474531030267279],\n              [-67.624876248762433, 2.813697661678404],\n              [-67.837278372783686, 2.886682886159278],\n              [-67.3044730447304, 3.426201114184565],\n              [-67.470074700746963, 3.67950277561819],\n              [-67.632076320763161, 3.762505579929773],\n              [-67.866078660786556, 4.512392984399938],\n              [-67.79407794077936, 5.063359875088892],\n              [-67.8444784447844, 5.296626376861099],\n              [-67.646476464764604, 5.482667145145683],\n              [-67.599675996759913, 5.82040269372385],\n              [-67.426874268742637, 6.03792728433352],\n              [-67.574475744757393, 6.266900537606844],\n              [-67.840878408784036, 6.306970856929681],\n              [-67.923679236792324, 6.233985632448807],\n              [-68.6364863648636, 6.135240916974681],\n              [-69.061290612906078, 6.218243721286271],\n              [-69.244892448924446, 6.080859769322274],\n              [-69.442894428944243, 6.122361171478062],\n              [-70.098100981009765, 6.943802717596142],\n              [-70.317703177031717, 6.938078386264309],\n              [-70.576905769057646, 7.085479918059022],\n              [-70.904509045090407, 7.062582592731687],\n              [-71.185311853118478, 6.962406794424595],\n              [-71.620916209162047, 7.05256501290097],\n              [-71.833318333183286, 6.986735202584896],\n              [-72.081720817208122, 7.066875841230555],\n              [-72.207722077220723, 7.381714064481386],\n              [-72.452524525245195, 7.440388460632676],\n              [-72.488524885248808, 7.949853949165842],\n              [-72.337323373233687, 8.104410895125341],\n              [-72.387723877238727, 8.339108479730513],\n              [-72.675726757267526, 8.651084537315427],\n              [-72.826928269282647, 9.14194594902014],\n              [-72.934929349293441, 9.099013464031387],\n              [-73.010530105301001, 9.295071812146674],\n              [-73.377733777337724, 9.164843274347476],\n              [-72.978129781297767, 9.837452205837877],\n              [-72.906129061290557, 10.452817824009969],\n              [-72.499324993249886, 11.121133507001502],\n              [-72.258122581225763, 11.168359240489124],\n              [-71.970119701196964, 11.662082817859755],\n              [-71.32571325713252, 11.849554668977291],\n              [-71.113311133111281, 12.094269833413165],\n              [-71.242912429124246, 12.327536335185371],\n              [-71.696516965169607, 12.464920287149383],\n              [-71.804518045180401, 12.323243086686503],\n              [-72.171721717217125, 12.234515951043093],\n              [-72.139321393213876, 12.104287413243881],\n              [-72.261722617226127, 11.885331739801259],\n              [-72.7585275852758, 11.696428805850758],\n              [-73.291332913329086, 11.294294529789468],\n              [-73.827738277382721, 11.277121535793967],\n              [-74.004140041400362, 11.355831091606674],\n              [-74.18774187741873, 11.317191855116803],\n              [-74.2165421654216, 11.079632104845714],\n              [-74.360543605436007, 10.776242544258551],\n              [-74.522545225452205, 10.996629300534124],\n              [-74.842948429484238, 11.109684844337835],\n              [-75.037350373503685, 10.916488661888465],\n              [-75.26775267752673, 10.794846621087004],\n              [-75.256952569525637, 10.706119485443594],\n              [-75.508955089550838, 10.585908527475084],\n              [-75.588155881558762, 9.964818577971172],\n              [-75.703357033570285, 9.70006825387388],\n              [-75.577355773557684, 9.621358698061172],\n              [-75.620556205562011, 9.452490923772089],\n              [-76.077760777607722, 9.343728628467261],\n              [-76.257762577625726, 9.007424162722046],\n              [-76.671766717667126, 8.679706193974596],\n              [-76.948969489694846, 8.545184407676516],\n              [-76.768967689676842, 8.397782875881802],\n              [-76.758167581675764, 7.92409445817259],\n              [-76.934569345693404, 7.964164777495427],\n              [-76.833768337683324, 8.135894717450427],\n              [-77.272972729727243, 8.495096508522977],\n              [-77.373773737737324, 8.665395365645011],\n              [-77.420574205742, 8.456457272033091],\n              [-77.168571685716799, 7.935543120836257],\n              [-77.323373233732283, 7.88116197318385],\n              [-77.34137341373409, 7.706569867562933],\n              [-77.614976149761446, 7.53770209327385],\n              [-77.740977409774047, 7.719449613059552],\n              [-77.895778957789531, 7.235743615519638],\n              [-77.690576905769007, 7.053996095733936],\n              [-77.683376833768293, 6.876541824447102],\n              [-77.539375393753886, 6.663310482336314],\n              [-77.463774637746326, 6.720553795654638],\n              [-77.34137341373409, 6.543099524367804],\n              [-77.485374853748482, 6.188190981794136],\n              [-77.247772477724723, 5.787487788565812],\n              [-77.355773557735532, 5.608602434446013],\n              [-77.553775537755328, 5.491253642143434],\n              [-77.409774097740922, 5.46406306831723],\n              [-77.319773197731919, 4.546738972390941],\n              [-77.388173881738766, 4.34781845860973],\n              [-77.236972369723645, 4.264815654298147],\n              [-77.434974349743442, 4.154622276160353],\n              [-77.251372513725087, 3.84121513574248],\n              [-77.031770317703121, 3.921355774388147],\n              [-77.193771937719319, 3.758212331430897],\n              [-77.36657366573661, 3.401872706024271],\n              [-77.722977229772241, 2.982565435967487],\n              [-77.64377643776433, 2.898131548822946],\n              [-77.784177841778373, 2.795093584849944],\n              [-77.776977769777645, 2.577568994240274],\n              [-77.949779497794921, 2.674882626881441],\n              [-78.104581045810406, 2.641967721723404],\n              [-78.0865808658086, 2.510308101091233],\n              [-78.33498334983345, 2.647692053055238],\n              [-78.558185581855767, 2.448771539274027],\n              [-78.702187021870159, 2.189745546508568],\n              [-78.572585725857209, 1.781886939115445],\n              [-78.846188461884566, 1.821957258438275],\n              [-79.022590225902206, 1.638778655819614],\n              [-78.82818828188276, 1.43413381070657],\n              [-78.568985689856845, 1.195142977602529],\n              [-78.118981189811848, 0.921806156507486],\n              [-77.848978489784841, 0.808750612703783],\n              [-77.6725767257672, 0.82019927536745],\n              [-77.46737467374669, 0.651331501078367],\n              [-77.424174241742364, 0.408047419475452],\n              [-77.118171181711759, 0.357959520321906],\n              [-76.898568985689806, 0.244903976518195],\n              [-76.408964089640847, 0.254921556348904],\n              [-76.311763117631131, 0.45813531862899],\n              [-76.052560525605202, 0.36368385165374],\n              [-75.789757897578923, 0.084622699226863],\n              [-75.645756457564531, 0.086053782059821],\n              [-75.282152821528157, -0.107142400389549],\n              [-75.220952209522039, -0.032726093075716],\n              [-74.871748717487122, -0.221629027026218],\n              [-74.824948249482446, -0.170110045039721],\n              [-74.410944109441047, -0.573675403933969],\n              [-74.346143461434565, -0.858460887692672],\n              [-74.241742417424121, -0.987258342658926],\n              [-74.06534065340648, -1.001569170988503],\n              [-73.881738817388126, -1.190472104939005],\n              [-73.636936369363639, -1.254870832422128],\n              [-73.496534965349596, -1.478119754363632],\n              [-73.532535325353209, -1.674178102478919],\n              [-73.186931869318641, -1.800113391779256],\n              [-73.111331113311081, -2.073450212874299],\n              [-73.197731977319719, -2.213696330504213],\n              [-72.942129421294169, -2.41834117561725],\n              [-72.643326433264278, -2.333907288472709],\n              [-72.394923949239441, -2.446962832276419],\n              [-71.9665196651966, -2.328182957140882],\n              [-71.739717397173919, -2.137848940357422],\n              [-71.455314553145485, -2.255197732660001],\n              [-71.419314193141886, -2.375408690628504],\n              [-71.221312213122076, -2.341062702637501],\n              [-70.994509945099395, -2.19795441934167],\n              [-70.357303573035679, -2.487033151599256],\n              [-70.051300513005074, -2.714575322039629],\n              [-70.73530735307348, -3.782163115426542],\n              [-70.544505445054398, -3.865165919738125],\n              [-70.310503105031003, -3.829388848914164],\n              [-69.949382431869182, -4.229086617449174],\n              [-69.932679871989237, -4.218379848295367],\n              [-69.399693996939916, -1.183316690774213],\n              [-69.630096300962961, -0.733956681225301],\n              [-69.633696336963325, -0.506414510784921],\n              [-69.94329943299428, -0.306062914170759],\n              [-70.072900729007245, -0.12431539438505],\n              [-70.054900549005438, 0.588363856428195],\n              [-69.619296192961883, 0.651331501078367],\n              [-69.504095040950361, 0.730041056891075],\n              [-69.363693636936318, 0.641313921247658],\n              [-69.136891368913638, 0.649900418245409],\n              [-69.15129151291508, 0.867425008855072],\n              [-69.370893708937047, 1.063483356970366],\n              [-69.853298532985278, 1.059190108471491],\n              [-69.856898568985642, 1.707470631801613],\n              [-69.579695796957921, 1.770438276451777],\n              [-69.35289352893524, 1.720350377298239],\n              [-68.164881648816433, 1.721781460131197],\n              [-68.280082800827955, 1.829112672603067],\n              [-68.200882008820045, 2.007998026722859],\n              [-67.999279992799885, 1.750403116790359],\n              [-67.790477904778996, 1.811939678607573],\n              [-67.592475924759199, 2.055223760210488],\n              [-67.340473404733999, 2.089569748201484],\n              [-67.117271172711682, 1.71033279746753],\n              [-67.066870668706642, 1.172245652275194],\n              [-66.876068760687559, 1.22233355142874]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CV\", \"countryKey\": \"CV\", \"countryName\": \"Cabo Verde\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-24.294842948429448, 14.917796262839957],\n              [-24.402844028440256, 15.038007220808453],\n              [-24.525245252452493, 14.924951677004742],\n              [-24.377643776437736, 14.816189381699914],\n              [-24.294842948429448, 14.917796262839957]\n            ]\n          ],\n          [\n            [\n              [-23.456034560345557, 15.023696392478868],\n              [-23.74403744037437, 15.332810284397866],\n              [-23.772837728377255, 15.038007220808453],\n              [-23.495634956349534, 14.919227345672908],\n              [-23.456034560345557, 15.023696392478868]\n            ]\n          ],\n          [\n            [\n              [-22.682026820268163, 16.114181511193124],\n              [-22.916029160291572, 16.244410048992322],\n              [-22.944829448294456, 16.019730044217866],\n              [-22.804428044280399, 15.985384056226863],\n              [-22.682026820268163, 16.114181511193124]\n            ]\n          ],\n          [\n            [\n              [-24.068040680406767, 16.613629419895574],\n              [-24.420844208442048, 16.662286236216161],\n              [-24.323643236432332, 16.48196979926341],\n              [-24.068040680406767, 16.613629419895574]\n            ]\n          ],\n          [\n            [\n              [-22.930429304293, 16.593594260234156],\n              [-22.894428944289416, 16.829722927672279],\n              [-22.991629916299132, 16.815412099342694],\n              [-22.930429304293, 16.593594260234156]\n            ]\n          ],\n          [\n            [\n              [-25.047250472504686, 17.03436777278533],\n              [-25.10125101251009, 17.196080132909614],\n              [-25.317253172531679, 17.105921914433239],\n              [-25.299252992529887, 16.917018980482737],\n              [-25.047250472504686, 17.03436777278533]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"CD\",\n        \"countryKey\": \"CD\",\n        \"countryName\": \"Congo, The Democratic Republic of the\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [12.209522095220962, -5.762781756240869],\n              [12.450724507245098, -6.051860488498455],\n              [12.724327243272455, -5.978875264017582],\n              [12.821528215282171, -5.83004264938991],\n              [13.185131851318545, -5.855802140383162],\n              [16.433107892894629, -5.866845249358278],\n              [16.597965979659818, -5.92449411636516],\n              [16.727567275672783, -6.189244440462453],\n              [16.691566915669171, -6.398182534074365],\n              [16.767167671676731, -6.708727508826328],\n              [16.925569255692579, -6.889043945779079],\n              [16.997569975699776, -7.298333636005161],\n              [17.083970839708428, -7.342697203826866],\n              [17.544775447754489, -8.085429194132239],\n              [17.901179011790134, -8.048221040475326],\n              [18.099180991809931, -8.109757602292532],\n              [18.178381783817855, -7.999564224154739],\n              [19.35559355593557, -8.002426389820656],\n              [19.35559355593557, -7.574532622766114],\n              [19.513995139951419, -7.480081155790863],\n              [19.521195211952147, -7.002099489582783],\n              [20.295202952029541, -7.002099489582783],\n              [20.331203312033153, -6.916234519605283],\n              [20.61200612006121, -6.916234519605283],\n              [20.522005220052222, -7.286884973341493],\n              [21.78561785617859, -7.284022807675576],\n              [21.854018540185422, -7.585981285429781],\n              [21.756817568175705, -8.015306135317282],\n              [21.93681936819371, -8.413147162879696],\n              [21.86121861218615, -8.846765261266071],\n              [21.854018540185422, -9.618118908230613],\n              [22.160021600216027, -9.931526048648486],\n              [22.314823148231511, -10.368006312700778],\n              [22.311223112231147, -10.770140588762068],\n              [22.167221672216755, -10.851712310240693],\n              [22.239222392223951, -11.249553337803107],\n              [22.538025380253828, -11.037753078525277],\n              [23.013230132301345, -11.102151806008401],\n              [23.495634956349591, -10.964767854044396],\n              [23.834038340383415, -11.029166581527527],\n              [23.967239672396744, -10.871747469902111],\n              [24.125641256412592, -11.043477409857111],\n              [24.381243812438157, -11.12075588283686],\n              [24.284042840428413, -11.38121295843527],\n              [24.446044460444625, -11.464215762746853],\n              [24.712447124471254, -11.325400727949898],\n              [25.277652776527788, -11.199465438649568],\n              [25.353253532535348, -11.645963282532563],\n              [25.515255152551532, -11.776191820331775],\n              [25.623256232562341, -11.728966086844146],\n              [25.994059940599413, -11.904989275298021],\n              [26.415264152641555, -11.912144689462814],\n              [26.696066960669611, -12.018044819101732],\n              [26.966069660696633, -11.870643287307026],\n              [27.009270092700945, -11.610186211708609],\n              [27.178471784717857, -11.570115892385772],\n              [27.232472324723261, -11.809106725489812],\n              [27.419674196741994, -11.922162269293523],\n              [27.639276392763946, -12.294243805862685],\n              [27.830078300783015, -12.259897817871689],\n              [27.959679596795979, -12.367229030343566],\n              [28.341283412834144, -12.450231834655149],\n              [28.514085140851421, -12.667756425264812],\n              [28.582485824858253, -12.888143181540393],\n              [28.668886688866905, -12.849503945050522],\n              [28.902889028890314, -13.162911085468394],\n              [28.992889928899302, -13.396177587240601],\n              [29.169291692916943, -13.433385740897521],\n              [29.576095760957628, -13.225878730118559],\n              [29.626496264962668, -13.430523575231604],\n              [29.799297992979945, -13.42479924389977],\n              [29.799297992979945, -12.159722019564605],\n              [29.475294752947548, -12.242724823876188],\n              [29.500495004950068, -12.453094000321066],\n              [29.255692556925595, -12.365797947510607],\n              [29.028890288902915, -12.37581552734131],\n              [28.946089460894626, -12.205516670219275],\n              [28.506885068850693, -11.872074370139984],\n              [28.355683556835572, -11.447042768751359],\n              [28.438484384843861, -11.348298053277233],\n              [28.564485644856461, -10.811641990917856],\n              [28.701287012870154, -10.642774216628773],\n              [28.636486364863657, -10.51970109299436],\n              [28.622086220862229, -9.951561208309904],\n              [28.679686796867998, -9.804159676515191],\n              [28.517685176851785, -9.377696992293615],\n              [28.373683736837393, -9.234588708997777],\n              [28.600486004860073, -9.095773674200821],\n              [28.892088920889222, -8.765193539787447],\n              [28.913689136891378, -8.473252641863944],\n              [30.753307533075343, -8.194191489437074],\n              [30.656106561065627, -7.928010082506823],\n              [30.440104401044039, -7.595998865260491],\n              [30.368103681036814, -7.309782298668821],\n              [30.090900909009093, -6.890475028612038],\n              [29.738097380973841, -6.652915278340949],\n              [29.525695256952588, -6.273678327606994],\n              [29.475294752947548, -6.00177258934491],\n              [29.601296012960148, -5.781385833069329],\n              [29.59409594095942, -5.619673472945038],\n              [29.378093780937832, -5.087310659084537],\n              [29.320493204932063, -4.836871163316829],\n              [29.403294032940352, -4.450478798418082],\n              [29.338493384933855, -4.092708090178498],\n              [29.216092160921619, -3.899511907729128],\n              [29.234092340923439, -3.046586539285961],\n              [28.996489964899666, -2.813320037513755],\n              [29.014490144901458, -2.720299653371463],\n              [28.892088920889222, -2.653038760222422],\n              [28.859688596885974, -2.41834117561725],\n              [29.151291512915151, -2.150728685854048],\n              [29.147691476914787, -1.798682308946297],\n              [29.36009360093604, -1.509603576688711],\n              [29.579695796957992, -1.387961535887257],\n              [29.554495544955472, -0.919997449509879],\n              [29.61209612096124, -0.864185219024506],\n              [29.630096300963032, -0.442015783301798],\n              [29.712897128971321, 0.098933527556447],\n              [29.939699396993973, 0.49820563795182],\n              [29.928899288992909, 0.784422204543489],\n              [30.144901449014498, 0.903202079679033],\n              [30.238502385023878, 1.13646858145124],\n              [30.479704797047987, 1.238075462591283],\n              [30.681306813068147, 1.499963621022651],\n              [31.0269102691027, 1.77759369061657],\n              [31.242912429124317, 2.050930511711613],\n              [31.178111781117821, 2.302801090312279],\n              [30.983709837098388, 2.394390391621613],\n              [30.872108721087216, 2.331422746971441],\n              [30.706507065070667, 2.461651284770653],\n              [30.854108541085424, 2.89383830032407],\n              [30.746107461074615, 3.036946583619901],\n              [30.911709117091192, 3.393286209026527],\n              [30.839708397083996, 3.490599841667688],\n              [30.746107461074615, 3.675209527119314],\n              [30.544505445054455, 3.612241882469149],\n              [30.526505265052663, 3.866974626735733],\n              [30.20610206102063, 3.949977431047316],\n              [30.123301233012342, 4.103103294173856],\n              [29.777697776977789, 4.405061771928061],\n              [29.795697956979581, 4.555325469388691],\n              [29.450094500945028, 4.656932350528734],\n              [29.302493024930271, 4.386457695099608],\n              [29.172891728917307, 4.34781845860973],\n              [28.985689856898574, 4.495219990404436],\n              [28.755287552875558, 4.553894386555726],\n              [28.402484024840277, 4.277695399794773],\n              [28.049680496804996, 4.419372600257645],\n              [28.013680136801383, 4.549601138056858],\n              [27.772477724777275, 4.595395788711528],\n              [27.765277652776547, 4.735641906341442],\n              [27.44127441274415, 5.070515289253692],\n              [27.117271172711753, 5.200743827052889],\n              [26.868868688686916, 5.03760038409564],\n              [26.462064620646231, 5.059066626590024],\n              [26.130861308613106, 5.259418223204193],\n              [25.824858248582501, 5.195019495721056],\n              [25.580055800558029, 5.375335932673806],\n              [25.364053640536412, 5.310937205190683],\n              [25.306453064530672, 5.031876052763806],\n              [24.788047880478814, 4.920251591793061],\n              [24.485644856448573, 5.100568028745812],\n              [23.949239492394952, 4.817213627820067],\n              [23.567635676356787, 4.724193243677774],\n              [23.387633876338782, 4.586809291713777],\n              [23.16803168031683, 4.738504072007359],\n              [22.898028980289808, 4.822937959151901],\n              [22.689226892268948, 4.492357824738519],\n              [22.588425884258868, 4.449425339749773],\n              [22.545225452254556, 4.237625080471936],\n              [22.422824228242291, 4.134587116498942],\n              [22.206822068220703, 4.150329027661478],\n              [21.724417244172457, 4.294868393790274],\n              [21.537215372153753, 4.244780494636728],\n              [21.209612096120992, 4.292006228124357],\n              [20.871208712087139, 4.453718588248648],\n              [20.60480604806051, 4.409355020426936],\n              [20.45360453604539, 4.529565978395439],\n              [20.338403384033853, 4.771418977165396],\n              [19.719197191971944, 5.136345099569766],\n              [19.409594095940975, 5.130620768237932],\n              [19.081990819908214, 4.908802929129394],\n              [18.721987219872233, 4.377871198101857],\n              [18.538385383853864, 4.306317056453942],\n              [18.646386463864673, 3.982892336205353],\n              [18.592385923859268, 3.709555515110317],\n              [18.624786247862488, 3.476289013338111],\n              [18.613986139861424, 3.128535884929235],\n              [18.527585275852772, 3.064137157446112],\n              [18.394383943839472, 2.713521863371319],\n              [18.073980739807411, 2.159692807016441],\n              [18.070380703807047, 1.551482603009156],\n              [17.86517865178655, 1.016257623482737],\n              [17.951579515795174, 0.473877229791533],\n              [17.717577175771765, -0.195869536032966],\n              [17.749977499775014, -0.523587504780423],\n              [17.296372963729652, -1.021604330649922],\n              [17.029970299703024, -1.094589555130796],\n              [16.839168391683927, -1.26202624658692],\n              [16.522365223652258, -1.861649953596462],\n              [16.23076230762311, -2.129262443359671],\n              [16.176761767617705, -2.286681554985087],\n              [16.227162271622745, -2.635865766226921],\n              [16.176761767617705, -2.882012013495753],\n              [16.227162271622745, -3.289870620888877],\n              [15.881558815588164, -3.945306558383791],\n              [15.56835568355686, -4.038326942526083],\n              [15.460354603546051, -4.214350130979959],\n              [15.204752047520486, -4.33885433744733],\n              [14.830348303483049, -4.815404920822459],\n              [14.635946359463617, -4.904132056465869],\n              [14.401944019440208, -4.886959062470375],\n              [14.351543515435168, -4.56639650788771],\n              [14.470344703447068, -4.429012555923705],\n              [14.369543695436988, -4.278748858463082],\n              [13.955539555395575, -4.49198020057387],\n              [13.710737107371102, -4.464789626747667],\n              [13.710737107371102, -4.685176383023247],\n              [13.357933579335821, -4.795369761161041],\n              [13.073530735307372, -4.635088483869708],\n              [12.832328323283264, -4.722384536680167],\n              [12.677526775267779, -4.924167216127287],\n              [12.44352443524437, -5.054395753926499],\n              [12.529925299253023, -5.163158049231328],\n              [12.508325083250867, -5.725573602583957],\n              [12.209522095220962, -5.762781756240869]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CR\", \"countryKey\": \"CR\", \"countryName\": \"Costa Rica\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-83.645036450364444, 10.926506241719167],\n              [-83.66303663036625, 10.807726366583637],\n              [-83.933039330393257, 10.717568148107262],\n              [-84.192241922419171, 10.781966875590385],\n              [-84.35424354243537, 10.995198217701173],\n              [-84.678246782467767, 11.071045607847964],\n              [-84.930249302492967, 10.942248152881717],\n              [-85.596255962559567, 11.209860642644927],\n              [-85.700657006570012, 11.081063187678666],\n              [-85.71145711457109, 10.927937324552133],\n              [-85.909459094590886, 10.886435922396345],\n              [-85.664656646566414, 10.779104709924468],\n              [-85.700657006570012, 10.561580119314797],\n              [-85.873458734587288, 10.355504191368794],\n              [-85.779857798577936, 10.079305204607849],\n              [-85.639456394563894, 9.906144181819883],\n              [-85.275852758527535, 9.781639975352505],\n              [-85.117451174511686, 9.555528887745098],\n              [-84.865448654486485, 9.823141377508307],\n              [-85.14625146251457, 9.999164565962175],\n              [-85.254252542525364, 10.241017564732132],\n              [-84.732247322473171, 9.966249660804138],\n              [-84.635046350463455, 9.78307105818547],\n              [-84.678246782467767, 9.651411437553307],\n              [-84.519845198451932, 9.519751816921129],\n              [-84.206642066420613, 9.465370669268722],\n              [-83.918639186391815, 9.295071812146674],\n              [-83.630636306363016, 9.036045819381215],\n              [-83.58743587435869, 8.835694222767046],\n              [-83.73863738637381, 8.623893963489223],\n              [-83.576635766357612, 8.445008609369424],\n              [-83.288632886328813, 8.376316633387432],\n              [-83.288632886328813, 8.542322242010599],\n              [-83.483034830348245, 8.712621099132633],\n              [-83.169831698316926, 8.636773708985842],\n              [-83.151831518315134, 8.369161219222633],\n              [-82.968229682296766, 8.221759687427934],\n              [-82.89622896228957, 8.034287836310384],\n              [-82.943029430294246, 8.248950261254137],\n              [-83.054630546305404, 8.314780071570226],\n              [-82.87102871028705, 8.437853195204639],\n              [-82.92142921429209, 8.755553584121387],\n              [-82.719827198271929, 8.921559192744553],\n              [-82.939429394293896, 9.05894314470855],\n              [-82.943029430294246, 9.436749012609553],\n              [-82.827828278282723, 9.60275462123272],\n              [-82.619026190261849, 9.486836911763092],\n              [-82.572225722257173, 9.575564047406516],\n              [-82.773827738277333, 9.661429017384009],\n              [-83.025830258302534, 10.004888897294009],\n              [-83.202232022320175, 10.129393103761387],\n              [-83.465034650346453, 10.494319226165757],\n              [-83.645036450364444, 10.926506241719167]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CU\", \"countryKey\": \"CU\", \"countryName\": \"Cuba\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-75.094950949509439, 19.896533438701979],\n              [-74.814148141481368, 20.036779556331908],\n              [-74.266942669426641, 20.06826337865698],\n              [-74.14094140941404, 20.182750005293656],\n              [-74.212942129421236, 20.311547460259902],\n              [-74.493744937449321, 20.354479945248656],\n              [-74.770947709477042, 20.626385683510733],\n              [-74.997749977499723, 20.700801990824573],\n              [-75.440554405544006, 20.740872310147395],\n              [-75.710557105570999, 20.690784410993857],\n              [-75.742957429574247, 20.901153587438728],\n              [-75.577355773557684, 21.012778048409487],\n              [-75.822158221582171, 21.137282254876851],\n              [-76.002160021600162, 21.078607858725562],\n              [-76.387363873638691, 21.284683786671565],\n              [-76.635766357663528, 21.321891940328484],\n              [-76.963369633696288, 21.472155637789101],\n              [-77.107371073710681, 21.602384175588313],\n              [-77.258572585725801, 21.476448886287983],\n              [-77.193771937719319, 21.671076151570318],\n              [-77.506975069750652, 21.862841251186737],\n              [-77.337773377733726, 21.649609909075934],\n              [-77.762577625776203, 21.812753352033184],\n              [-78.064980649806444, 22.087521255961192],\n              [-78.781387813878084, 22.390910816548356],\n              [-79.238592385923809, 22.376599988218771],\n              [-79.512195121951166, 22.534019099844187],\n              [-79.652596525965208, 22.758699104618643],\n              [-80.023400234002281, 22.946170955736179],\n              [-80.279002790027846, 22.91182496774519],\n              [-80.621006210062049, 23.089279239032024],\n              [-81.121411214112086, 23.039191339878471],\n              [-81.287012870128649, 23.145091469517396],\n              [-81.553415534155292, 23.054933251041021],\n              [-81.582215822158162, 23.157971215014015],\n              [-82.219422194221892, 23.19374828583797],\n              [-82.575825758257523, 23.053502168208055],\n              [-83.245432454324487, 22.993396689223815],\n              [-83.393033930339243, 22.877478979754187],\n              [-84.077040770407649, 22.66567872047635],\n              [-84.372243722437176, 22.38089323671764],\n              [-84.444244442444372, 22.204870048263771],\n              [-84.307443074430694, 22.036002273974688],\n              [-84.584645846458415, 22.007380617315519],\n              [-84.948249482494774, 21.85997908552082],\n              [-84.800648006480017, 21.832788511694602],\n              [-84.534245342453374, 21.940119724166479],\n              [-84.519845198451932, 21.786993861039932],\n              [-84.141841418414131, 21.940119724166479],\n              [-84.041040410404051, 21.917222398839144],\n              [-83.925839258392529, 22.171955143105734],\n              [-83.414634146341413, 22.186265971435319],\n              [-83.259832598325929, 22.342254000227769],\n              [-82.799027990279853, 22.622746235487597],\n              [-82.781027810278047, 22.695731459968471],\n              [-81.877418774187689, 22.679989548805935],\n              [-81.643416434164294, 22.572658336334058],\n              [-81.683016830168242, 22.46389604102923],\n              [-82.118621186211811, 22.432412218704144],\n              [-81.823418234182284, 22.189128137101235],\n              [-81.650616506165008, 22.213456545261522],\n              [-81.240212402123973, 22.15048890061135],\n              [-81.204212042120375, 22.277855272744645],\n              [-80.991809918099122, 22.054606350803141],\n              [-80.451804518045122, 22.068917179132725],\n              [-80.268202682026768, 21.887169659347023],\n              [-79.893798937989331, 21.698266725396522],\n              [-79.638196381963766, 21.68824914556582],\n              [-79.249392493924887, 21.552296276434774],\n              [-78.766987669876642, 21.639592329245232],\n              [-78.608586085860807, 21.493621880283484],\n              [-78.493384933849285, 21.048555119233441],\n              [-78.064980649806444, 20.712250653488226],\n              [-77.49257492574921, 20.677904665497238],\n              [-77.31617316173157, 20.709388487822309],\n              [-77.082170821708161, 20.464673323386435],\n              [-77.182971829718241, 20.294374466264401],\n              [-77.402574025740208, 20.198491916456192],\n              [-77.737377373773683, 19.855032036546191],\n              [-76.959769597695924, 19.890809107370146],\n              [-76.866168661686572, 19.938034840857782],\n              [-76.246962469624648, 19.990984905677237],\n              [-75.721357213572091, 19.958070000519186],\n              [-75.606156061560569, 19.892240190203111],\n              [-75.094950949509439, 19.896533438701979]\n            ]\n          ],\n          [\n            [\n              [-82.568625686256809, 21.636730163579315],\n              [-82.691026910269045, 21.881445328015189],\n              [-82.957429574295688, 21.925808895836894],\n              [-83.076230762307574, 21.842806091525318],\n              [-83.02223022230217, 21.548003027935891],\n              [-83.079830798307924, 21.469293472123184],\n              [-82.835028350283451, 21.444965063962897],\n              [-82.593825938259329, 21.542278696604058],\n              [-82.568625686256809, 21.636730163579315]\n            ]\n          ],\n          [\n            [\n              [-77.632976329763252, 22.054606350803141],\n              [-77.946179461794571, 22.073210427631608],\n              [-77.708577085770813, 21.91149806750731],\n              [-77.632976329763252, 22.054606350803141]\n            ]\n          ],\n          [\n            [\n              [-78.424984249842453, 22.462464958196264],\n              [-78.352983529835242, 22.542605596841938],\n              [-78.680586805868003, 22.554054259505605],\n              [-78.424984249842453, 22.462464958196264]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CY\", \"countryKey\": \"CY\", \"countryName\": \"Cyprus\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [32.381763653438362, 34.850595076703144],\n              [32.341120668274186, 34.86639256686685],\n              [32.315451414486283, 34.904995879209885],\n              [32.332564250344888, 34.926044586567834],\n              [32.302616787592335, 34.957607525502581],\n              [32.313312310003958, 35.001424781930254],\n              [32.270530220357458, 35.041715945101991],\n              [32.281225742769081, 35.108240436895208],\n              [32.336842459309537, 35.06097861195282],\n              [32.388180966885344, 35.041715945101991],\n              [32.465188728249046, 35.059227648164082],\n              [32.520805444789502, 35.139733103604193],\n              [32.543800817974514, 35.156349323480171],\n              [32.551287683662643, 35.173836415528996],\n              [32.576956937450547, 35.169464995033024],\n              [32.590861116585664, 35.17733338270321],\n              [32.613321713650073, 35.171213591434451],\n              [32.63150410174984, 35.193941922398075],\n              [32.667868877949367, 35.199186019167136],\n              [32.710650967595868, 35.184763938475101],\n              [32.704233654148894, 35.15460040747854],\n              [32.719207385525173, 35.1436688307138],\n              [32.749154848277726, 35.140170416013831],\n              [32.763059027412837, 35.127487402357119],\n              [32.775893654306792, 35.130111636236819],\n              [32.793541266285978, 35.122238680912737],\n              [32.836323355932471, 35.081549623371821],\n              [32.862527385840963, 35.082862490597677],\n              [32.859853505238043, 35.101677932177417],\n              [32.901031266522807, 35.107802953018961],\n              [32.920283206863729, 35.097302635504505],\n              [32.959856639786757, 35.104740500131307],\n              [32.995686639865703, 35.143231537099176],\n              [33.033120968306392, 35.16421898021342],\n              [33.076437834073474, 35.173399284055627],\n              [33.098363655017302, 35.169902147658703],\n              [33.104780968464276, 35.158098201884833],\n              [33.154515147678339, 35.198312026548983],\n              [33.195692908963096, 35.194815962035939],\n              [33.286604849461916, 35.166404860848552],\n              [33.323504401782024, 35.174273544652017],\n              [33.367890819790276, 35.179518910798706],\n              [33.381794998925393, 35.201370959568614],\n              [33.407464252713297, 35.200496990461311],\n              [33.406394700472127, 35.189134536302404],\n              [33.419229327366075, 35.180393105583583],\n              [33.414951118401433, 35.162033040827275],\n              [33.469498282700719, 35.103427985097689],\n              [33.476985148388856, 35.043905113314061],\n              [33.448107237877473, 35.022010791659071],\n              [33.449176790118628, 35.006681276965942],\n              [33.46522007373607, 35.003615029237899],\n              [33.478054700630018, 35.0106234266051],\n              [33.487680670800479, 35.068419789105917],\n              [33.51228037234722, 35.07279663526689],\n              [33.532601864929305, 35.082424870536677],\n              [33.570036193369994, 35.066668984918707],\n              [33.566827536646507, 35.050910057374239],\n              [33.588218581469761, 35.036899568552215],\n              [33.613887835257664, 35.053536756517545],\n              [33.631000671116269, 35.039526718229254],\n              [33.671643656280445, 35.039526718229254],\n              [33.674852313003932, 35.062291810150931],\n              [33.695173805586016, 35.067544391706697],\n              [33.703730223515315, 35.077173246693164],\n              [33.717634402650432, 35.073671976331333],\n              [33.706938880238809, 35.037775294496498],\n              [33.739025447473679, 35.056163371176908],\n              [33.766833805743907, 35.036023833222792],\n              [33.771112014708557, 35.04915887767789],\n              [33.782417182032866, 35.045793320422476],\n              [33.819241865560876, 35.074547308006288],\n              [33.840632910384123, 35.061416347032527],\n              [33.87378902986017, 35.081549623371792],\n              [33.867371716413189, 35.099052782351237],\n              [33.869510820895506, 35.123550892983566],\n              [33.880206343307144, 35.126175253706108],\n              [33.919779776230151, 35.087676156321223],\n              [33.902666940371553, 35.074547308006288],\n              [33.9240579851948, 35.068419789105917],\n              [33.957214104670847, 35.073671976331333],\n              [34.001131139263713, 35.069504942768944],\n              [34.003858785570202, 35.06543779013429],\n              [34.031945440607352, 35.046337146182267],\n              [34.080212612404537, 34.984338840851912],\n              [34.091977687057323, 34.951909560278906],\n              [34.018178582417107, 34.986091409208484],\n              [33.903736492612715, 34.972946232131385],\n              [33.895180074683417, 34.95453943960262],\n              [33.857745746242728, 34.939635674522705],\n              [33.82565917900785, 34.968564037545896],\n              [33.735816790750199, 34.981271755956776],\n              [33.65132216369836, 34.95936066587948],\n              [33.635278880080918, 34.906750144302578],\n              [33.639557089045567, 34.864637440006156],\n              [33.605331417328358, 34.834794552989671],\n              [33.605331417328358, 34.813722470253801],\n              [33.557201566476053, 34.822503159895547],\n              [33.49730664097094, 34.778590354410198],\n              [33.421368431848393, 34.761018683616861],\n              [33.418159775124906, 34.747837475592469],\n              [33.389281864613523, 34.746079822225781],\n              [33.370029924272593, 34.729380250016369],\n              [33.341152013761203, 34.729380250016369],\n              [33.317621864455624, 34.714435666981657],\n              [33.301578580838189, 34.722347841557159],\n              [33.288743953944234, 34.722347841557159],\n              [33.271631118085637, 34.705643474008163],\n              [33.146493505869614, 34.713556489740618],\n              [33.048629475803246, 34.677062393397925],\n              [33.01119514736255, 34.643632001645827],\n              [33.004243057794994, 34.614149289004402],\n              [33.010125595121387, 34.593020904987092],\n              [33.036864401150453, 34.56748360334133],\n              [33.030447087703479, 34.563079827333901],\n              [32.932048281516515, 34.566162495024805],\n              [32.94006992332524, 34.576290455733023],\n              [32.929374400913609, 34.614149289004402],\n              [32.87696634109664, 34.668706059855069],\n              [32.763593803533411, 34.657269711063343],\n              [32.705198697490701, 34.640482838916817],\n              [32.492604323978831, 34.708001411972127],\n              [32.406183846941481, 34.7562966847143],\n              [32.381763653438362, 34.850595076703144]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CZ\", \"countryKey\": \"CZ\", \"countryName\": \"Czechia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [16.943569435694371, 48.604055067846076],\n              [17.166771667716688, 48.860218894945618],\n              [17.533975339753425, 48.812993161457996],\n              [18.073980739807411, 49.047690746063168],\n              [18.189181891818947, 49.276663999336492],\n              [18.5347853478535, 49.481308844449543],\n              [18.833588335883377, 49.509930501108698],\n              [18.772387723877273, 49.675936109731865],\n              [18.63558635586358, 49.700264517892165],\n              [18.55998559985602, 49.90777152867112],\n              [18.037980379803827, 50.007947326978197],\n              [17.83997839978403, 49.973601338987208],\n              [17.587975879758829, 50.163935355770661],\n              [17.605976059760621, 50.258386822745905],\n              [17.335973359733629, 50.269835485409573],\n              [17.17757177571778, 50.381459946380332],\n              [16.864368643686447, 50.42296134853612],\n              [16.961569615696192, 50.232627331752667],\n              [16.702367023670263, 50.095243379788656],\n              [16.335163351633526, 50.371442366549616],\n              [16.191161911619133, 50.424392431369071],\n              [16.38196381963823, 50.514550649845447],\n              [16.33156331563319, 50.643348104811707],\n              [16.086760867608689, 50.646210270477624],\n              [15.442354423544259, 50.800767216437123],\n              [15.269552695526983, 50.952461996730705],\n              [14.959949599496014, 50.992532316053541],\n              [14.98154981549817, 50.859441612588412],\n              [14.808748087480893, 50.858010529755447],\n              [14.614346143461461, 50.845130784258828],\n              [14.491944919449224, 51.016860724213828],\n              [14.2867428674287, 51.036895883875246],\n              [14.347943479434804, 50.880907855082782],\n              [13.602736027360294, 50.712040080793699],\n              [13.447934479344809, 50.597553454157037],\n              [12.511925119251202, 50.388615360545117],\n              [12.285122851228522, 50.16250427293771],\n              [12.076320763207661, 50.315630136064243],\n              [12.245522455224574, 50.045155480635117],\n              [12.522725227252295, 49.904909363005203],\n              [12.382323823238266, 49.743197002880919],\n              [12.796327963279651, 49.328182981322996],\n              [13.001530015300176, 49.295268076164959],\n              [13.177931779317817, 49.117813804878125],\n              [13.483934839348422, 48.937497367925374],\n              [13.609936099361022, 48.946083864923125],\n              [13.815138151381547, 48.765767427970374],\n              [14.074340743407447, 48.591175322349457],\n              [14.315543155431584, 48.55826041719142],\n              [14.459544595445976, 48.642694304335961],\n              [14.697146971469749, 48.589744239516506],\n              [14.801548015480165, 48.777216090634042],\n              [14.920349203492066, 48.761474179471492],\n              [14.98154981549817, 49.007620426740331],\n              [15.262352623526255, 48.983292018580045],\n              [16.032760327603285, 48.758612013805575],\n              [16.35676356763571, 48.727128191480503],\n              [16.435964359643606, 48.794389084629543],\n              [16.871568715687175, 48.718541694482752],\n              [16.943569435694371, 48.604055067846076]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"DE\", \"countryKey\": \"DE\", \"countryName\": \"Germany\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [13.815138151381547, 48.765767427970374],\n              [13.609936099361022, 48.946083864923125],\n              [13.483934839348422, 48.937497367925374],\n              [13.177931779317817, 49.117813804878125],\n              [13.001530015300176, 49.295268076164959],\n              [12.796327963279651, 49.328182981322996],\n              [12.382323823238266, 49.743197002880919],\n              [12.522725227252295, 49.904909363005203],\n              [12.245522455224574, 50.045155480635117],\n              [12.076320763207661, 50.315630136064243],\n              [12.285122851228522, 50.16250427293771],\n              [12.511925119251202, 50.388615360545117],\n              [13.447934479344809, 50.597553454157037],\n              [13.602736027360294, 50.712040080793699],\n              [14.347943479434804, 50.880907855082782],\n              [14.2867428674287, 51.036895883875246],\n              [14.491944919449224, 51.016860724213828],\n              [14.614346143461461, 50.845130784258828],\n              [14.808748087480893, 50.858010529755447],\n              [15.021150211502146, 51.237247480489415],\n              [14.945549455494586, 51.449047739767238],\n              [14.733147331473333, 51.516308632916278],\n              [14.585545855458577, 51.803956282340906],\n              [14.761947619476217, 52.077293103435949],\n              [14.538745387453901, 52.4221840661789],\n              [14.643146431464345, 52.576741012138399],\n              [14.124741247412487, 52.850077833233442],\n              [14.344343443434468, 53.04899834701466],\n              [14.409144091440936, 53.27224726895615],\n              [14.265142651426544, 53.700141036010692],\n              [14.030717140287241, 53.761063054831531],\n              [13.894961856847427, 53.805811509723164],\n              [13.849233761372961, 53.837865939141359],\n              [14.064298710401303, 53.871159686697801],\n              [14.212414078868267, 53.868801255593006],\n              [14.205281176274102, 53.911836434577801],\n              [14.22549106695757, 53.928242110544382],\n              [13.815138151381547, 54.173829453719904],\n              [13.786690393343436, 54.064856391809037],\n              [13.69993699937001, 54.153794294058486],\n              [13.46593465934663, 54.097982063573113],\n              [13.113131131311349, 54.279729583358815],\n              [13.033930339303424, 54.434286529318314],\n              [12.875528755287576, 54.365594553336322],\n              [12.501125011250139, 54.472925765808199],\n              [12.34272342723429, 54.304057991519116],\n              [12.051120511205141, 54.179553785051738],\n              [11.658716587165884, 54.142345631394818],\n              [11.457114571145723, 53.906216963956695],\n              [11.176311763117667, 54.01784142492744],\n              [10.888308883088854, 53.963460277275033],\n              [10.751507515075161, 54.043600915920692],\n              [11.068310683106859, 54.183847033550606],\n              [11.079110791107922, 54.342697228008987],\n              [10.776707767077681, 54.315506654182784],\n              [10.020700207002079, 54.545910990289073],\n              [10.035100351003535, 54.673277362422354],\n              [9.581495814958174, 54.866473544871738],\n              [9.437494374943782, 54.810661314386365],\n              [8.825488254882572, 54.90654386419456],\n              [8.659886598866024, 54.896526284363858],\n              [8.688686886868879, 54.73481392423956],\n              [9.012690126901305, 54.505840670966236],\n              [8.627486274862775, 54.387060795830692],\n              [8.652686526865295, 54.275436334859947],\n              [8.839888398884, 54.255401175198529],\n              [8.8326883268833, 54.036445501755907],\n              [9.009090090900941, 53.89190613562711],\n              [9.212177067864124, 53.859462861121862],\n              [8.861488614886184, 53.830369573809904],\n              [8.573485734857371, 53.857560147636107],\n              [8.483484834848383, 53.68296804201519],\n              [8.566285662856643, 53.547015172884159],\n              [8.256682566825702, 53.604258486202482],\n              [8.166681666816686, 53.552739504215992],\n              [7.950679506795097, 53.721607278505076],\n              [7.227072270722743, 53.665795048019689],\n              [7.086670866708687, 53.587085492206981],\n              [7.021870218702219, 53.37671631576211],\n              [7.302673026730304, 53.332352747940405],\n              [7.194671946719495, 53.245056695129946],\n              [7.183871838718403, 52.96599554270307],\n              [7.036270362703647, 52.64686407095337],\n              [6.769867698677018, 52.641139739621536],\n              [6.694266942669458, 52.47513413099837],\n              [6.975069750697543, 52.450805722838069],\n              [7.025470254702583, 52.230418966562496],\n              [6.676266762667638, 52.034360618447195],\n              [6.809468094680966, 51.95994431113337],\n              [6.381063810638125, 51.828284690501192],\n              [6.12546125461256, 51.896976666483198],\n              [5.927459274592763, 51.806818448006823],\n              [6.10026100261004, 51.645106087882539],\n              [6.208262082620848, 51.387511177950032],\n              [6.064260642606456, 51.231523149157582],\n              [6.147061470614744, 51.152813593344874],\n              [5.920259202592064, 51.029740469710447],\n              [6.064260642606456, 50.908098428909],\n              [5.995859958599624, 50.749248234450619],\n              [6.337863378633813, 50.481635744687409],\n              [6.373863738637425, 50.315630136064243],\n              [6.11826118261186, 50.121002870781908],\n              [6.222662226622305, 49.887736369009701],\n              [6.499864998649997, 49.794715984867409],\n              [6.345063450634541, 49.455549353456291],\n              [6.496264962649661, 49.435514193794873],\n              [6.701467014670158, 49.172194952530532],\n              [6.834668346683486, 49.209403106187452],\n              [7.266672666726691, 49.104934059381492],\n              [7.392673926739292, 49.169332786864629],\n              [7.648276482764857, 49.0362420833995],\n              [7.932679326793306, 49.034811000566535],\n              [8.199081990819934, 48.958963610419744],\n              [8.101881018810218, 48.821579658455747],\n              [7.810278102781041, 48.615503730509744],\n              [7.752677526775301, 48.355046654911334],\n              [7.572675726757296, 48.09458957931291],\n              [7.52587525875262, 47.782613521727995],\n              [7.587075870758724, 47.585124090779757],\n              [8.447484474844771, 47.583693007946792],\n              [8.389883898839003, 47.665264729425417],\n              [8.602286022860255, 47.794062184391663],\n              [8.904689046890496, 47.652384983928798],\n              [9.271892718927205, 47.649522818262881],\n              [9.549095490954926, 47.535036191626205],\n              [9.754297542975451, 47.582261925113841],\n              [10.305103051030528, 47.301769689853998],\n              [10.452704527045285, 47.439153641817995],\n              [10.413104131041337, 47.57367542811609],\n              [10.791107911079138, 47.516432114797752],\n              [10.978309783097842, 47.390496825497422],\n              [11.259112591125927, 47.400514405328124],\n              [11.619116191161936, 47.589417339278626],\n              [12.16632166321665, 47.60372816760821],\n              [12.177121771217742, 47.705335048748253],\n              [12.497524975249775, 47.629487658601462],\n              [12.760327603276068, 47.666695812258382],\n              [12.778327783277859, 47.555071351287623],\n              [13.037530375303788, 47.493534789470417],\n              [12.990729907299084, 47.847012249211119],\n              [12.745927459274611, 48.120349070306162],\n              [13.033930339303424, 48.263457353601993],\n              [13.404734047340497, 48.376512897405703],\n              [13.519935199352005, 48.584019908184672],\n              [13.717937179371802, 48.5210522635345],\n              [13.815138151381547, 48.765767427970374]\n            ]\n          ],\n          [\n            [\n              [13.69993699937001, 54.392785127162526],\n              [13.368733687336885, 54.584550226778944],\n              [13.167131671316724, 54.54877315595499],\n              [13.267932679326805, 54.25683225803148],\n              [13.69993699937001, 54.392785127162526]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"DJ\", \"countryKey\": \"DJ\", \"countryName\": \"Djibouti\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [43.241832418324208, 11.487490712238838],\n              [43.123031230312307, 11.581942179214082],\n              [42.741427414274142, 11.563338102385629],\n              [42.590225902259021, 11.473179883909253],\n              [42.755827558275598, 11.707877468514425],\n              [43.040230402304047, 11.798035686990801],\n              [43.378633786337872, 12.005542697769755],\n              [43.41103411034112, 12.241671365207878],\n              [43.328233282332832, 12.489248695309669],\n              [43.119431194311943, 12.708204368752291],\n              [42.899828998289991, 12.616615067442964],\n              [42.676626766267674, 12.360451240343423],\n              [42.521825218252189, 12.496404109474454],\n              [42.377823778237797, 12.466351369982334],\n              [41.935019350193528, 11.828088426482921],\n              [41.809018090180928, 11.736499125173594],\n              [41.747817478174795, 11.537578611392377],\n              [41.762217622176223, 10.996629300534124],\n              [41.95301953019532, 10.940817070048752],\n              [42.392223922239225, 11.005215797531875],\n              [42.615426154261542, 11.089649684676417],\n              [42.925029250292511, 10.999491466200041],\n              [43.241832418324208, 11.487490712238838]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"DK-DK1\",\n        \"countryKey\": \"DK\",\n        \"countryName\": \"Denmark\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [9.437494374943782, 54.810661314386365],\n              [9.585095850958538, 54.928010106688944],\n              [9.747097470974722, 54.836420805379603],\n              [9.739897398974023, 54.9809601715084],\n              [9.495094950949522, 55.159845525628185],\n              [9.711097110971139, 55.248572661271609],\n              [9.498694986949886, 55.488994577208601],\n              [9.855098550985531, 55.626378529172612],\n              [9.675096750967526, 55.707950250651237],\n              [10.060300603006056, 55.749451652807025],\n              [9.891098910989143, 55.836747705617483],\n              [10.243902439024424, 55.914026178597226],\n              [10.218702187021904, 56.147292680369432],\n              [10.402304023040244, 56.297556377830063],\n              [10.531905319053209, 56.10006694688181],\n              [10.751507515075161, 56.215984656351438],\n              [10.963909639096414, 56.447820075290693],\n              [10.787507875078774, 56.536547210934103],\n              [10.359103591035932, 56.562306701927355],\n              [10.333903339033412, 56.703983902390235],\n              [10.193501935019384, 56.693966322559518],\n              [10.34110341103414, 56.716863647886854],\n              [10.26550265502658, 56.907197664670306],\n              [10.539105391053937, 57.236346716250722],\n              [10.546305463054665, 57.43526723003194],\n              [10.431104311043129, 57.571220099162971],\n              [10.596705967059705, 57.751536536115722],\n              [10.19710197101972, 57.601272838655106],\n              [9.966699666996703, 57.59125525882439],\n              [9.574295742957446, 57.243502130415521],\n              [9.412294122941262, 57.164792574602814],\n              [8.616686166861683, 57.123291172447026],\n              [8.242282422824246, 56.776969126871109],\n              [8.541085410854123, 56.592359441419475],\n              [8.483484834848383, 56.781262375369977],\n              [8.677886778867816, 56.952992315324977],\n              [9.113491134911385, 57.058892444963888],\n              [9.264692646926505, 57.003080214478516],\n              [9.786697866978699, 57.103256012785607],\n              [9.617496174961786, 56.974458557819347],\n              [9.437494374943782, 57.024546456972899],\n              [9.163891638916425, 56.894317919173687],\n              [9.325893258932609, 56.669637914399232],\n              [8.955089550895536, 56.802728617864361],\n              [8.742687426874284, 56.635291926408229],\n              [8.728287282872856, 56.483597146114647],\n              [8.566285662856643, 56.579479695922856],\n              [8.310683106831078, 56.579479695922856],\n              [8.177481774817778, 56.672500080065149],\n              [8.123481234812374, 56.552289122096653],\n              [8.105481054810582, 56.120102106543229],\n              [8.281882818828223, 56.075738538721524],\n              [8.386283862838638, 55.892559936102856],\n              [8.173881738817414, 55.800970634793529],\n              [8.09468094680949, 55.56341088452244],\n              [8.310683106831078, 55.561979801689489],\n              [8.616686166861683, 55.437475595222111],\n              [8.688686886868879, 55.141241448799732],\n              [8.469084690846927, 55.177018519623687],\n              [8.483484834848383, 55.068256224318858],\n              [8.68148681486818, 55.132654951801982],\n              [8.659886598866024, 54.896526284363858],\n              [8.825488254882572, 54.90654386419456],\n              [9.437494374943782, 54.810661314386365]\n            ]\n          ],\n          [\n            [\n              [8.825488254882572, 56.744054221713057],\n              [8.919089190891924, 56.930094989997642],\n              [8.649086490864931, 56.890024670674819],\n              [8.544685446854487, 56.791279955200693],\n              [8.649086490864931, 56.681086577062899],\n              [8.825488254882572, 56.744054221713057]\n            ]\n          ],\n          [\n            [\n              [11.143911439114419, 57.332229266058931],\n              [10.855908559085606, 57.264968372909891],\n              [11.028710287102882, 57.202000728259733],\n              [11.143911439114419, 57.332229266058931]\n            ]\n          ],\n          [\n            [\n              [10.009900099001015, 54.975235840176566],\n              [9.793897938979427, 55.081135969815477],\n              [9.815498154981583, 54.900819532862727],\n              [10.06390063900642, 54.890801953032025],\n              [10.009900099001015, 54.975235840176566]\n            ]\n          ],\n          [\n            [\n              [10.943623697142772, 55.142605414700526],\n              [10.639906399064017, 54.843576219544403],\n              [10.703890448545263, 54.729731486560368],\n              [10.943623697142772, 55.142605414700526]\n            ]\n          ],\n          [\n            [\n              [10.665106651066537, 55.06396297581999],\n              [10.816308163081658, 55.214226673280606],\n              [10.798307983079866, 55.358766039409403],\n              [10.294302943029464, 55.616360949341896],\n              [9.675096750967526, 55.4961499913734],\n              [9.883898838988415, 55.348748459578687],\n              [9.883898838988415, 55.252865909770478],\n              [10.204302043020448, 55.094015715312111],\n              [10.665106651066537, 55.06396297581999]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"DK-DK2\",\n        \"countryKey\": \"DK\",\n        \"countryName\": \"Denmark\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [11.853118531185345, 55.732278658811524],\n              [11.662316623166248, 55.906870764432441],\n              [11.251912519125227, 55.729416493145607],\n              [10.96030960309605, 55.723692161813773],\n              [11.147511475114783, 55.557686553190607],\n              [11.205112051120523, 55.39168094456744],\n              [11.08631086310865, 55.365921453574188],\n              [11.262712627126291, 55.199915844951022],\n              [11.64791647916482, 55.181311768122569],\n              [11.881918819188201, 54.975235840176566],\n              [11.7487174871749, 54.873628959036523],\n              [11.914381682620659, 54.730442048932467],\n              [11.882419901940404, 54.649842775912695],\n              [11.931057394279922, 54.57063314553119],\n              [11.969967388151538, 54.562295289701559],\n              [11.961119611196125, 54.694743604916738],\n              [12.169921699217014, 54.837851888212569],\n              [11.957519575195761, 54.948045266350363],\n              [12.148321483214858, 54.993839917005019],\n              [12.184321843218441, 55.22710641877724],\n              [12.44128855423266, 55.269251580508794],\n              [12.44352443524437, 55.348748459578687],\n              [12.198721987219898, 55.487563494375649],\n              [12.360723607236082, 55.604912286678228],\n              [12.600121431992692, 55.554002112145824],\n              [12.689554961621594, 55.591969176610924],\n              [12.601926019260219, 55.707950250651237],\n              [12.578184905857302, 55.82905240138188],\n              [12.511925119251202, 55.921181592762025],\n              [12.623526235262375, 56.044254716396438],\n              [12.245522455224574, 56.128688603540979],\n              [11.863918639186409, 55.972700574748529],\n              [12.025920259202621, 55.941216752423443],\n              [12.076320763207661, 55.779504392299145],\n              [11.997119971199737, 55.902577515933558],\n              [11.853118531185345, 55.732278658811524]\n            ]\n          ],\n          [\n            [\n              [11.255512555125563, 54.955200680515148],\n              [11.089910899109015, 54.94375201785148],\n              [10.999909999100026, 54.786332906226065],\n              [11.475114751147544, 54.626051628934732],\n              [11.766717667176692, 54.646086788596151],\n              [11.856718567185681, 54.743400421237311],\n              [11.727117271172744, 54.873628959036523],\n              [11.593915939159416, 54.810661314386365],\n              [11.255512555125563, 54.955200680515148]\n            ]\n          ],\n          [\n            [\n              [12.537125371253723, 55.00242641400277],\n              [12.335523355233562, 55.033910236327856],\n              [12.130321303213066, 54.953769597682196],\n              [12.136964715018914, 54.887191286883585],\n              [12.227522275222782, 54.89223303586499],\n              [12.321196757256438, 54.955826753599524],\n              [12.534327943374356, 54.946795771136905],\n              [12.537125371253723, 55.00242641400277]\n            ]\n          ],\n          [\n            [\n              [15.15075150751511, 55.132654951801982],\n              [14.761947619476217, 55.308678140255864],\n              [14.682746827468293, 55.101171129476896],\n              [15.071550715507186, 54.990977751339102],\n              [15.15075150751511, 55.132654951801982]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"DM\", \"countryKey\": \"DM\", \"countryName\": \"Dominica\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.364413644136391, 15.201150663765702],\n              [-61.256412564125597, 15.285584550910244],\n              [-61.306813068130637, 15.578956531666705],\n              [-61.468814688146836, 15.633337679319126],\n              [-61.364413644136391, 15.201150663765702]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"DO\",\n        \"countryKey\": \"DO\",\n        \"countryName\": \"Dominican Republic\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-71.757717577175725, 19.710492670417395],\n              [-71.703717037170321, 19.414258523995031],\n              [-71.775717757177517, 19.326962471184572],\n              [-71.638916389163839, 19.212475844547896],\n              [-71.782917829178245, 18.996382336771191],\n              [-71.718117181171763, 18.784582077493369],\n              [-71.840518405184, 18.618576468870202],\n              [-72.009720097200926, 18.598541309208784],\n              [-71.912519125191196, 18.431104617752652],\n              [-71.710917109171035, 18.313755825450073],\n              [-71.775717757177517, 18.038987921522079],\n              [-71.660516605165995, 17.953122951544572],\n              [-71.678516785167801, 17.765651100427036],\n              [-71.415714157141522, 17.605369823135703],\n              [-71.059310593105877, 18.142025885495073],\n              [-71.048510485104799, 18.309462576951191],\n              [-70.933309333093277, 18.262236843463569],\n              [-70.702907029070246, 18.429673534919701],\n              [-70.602106021060166, 18.412500540924199],\n              [-70.551705517055126, 18.203562447312279],\n              [-70.170101701016961, 18.230753021138483],\n              [-69.882098820988162, 18.471174937075489],\n              [-69.525695256952517, 18.408207292425317],\n              [-69.237692376923718, 18.45113977741407],\n              [-68.848888488884839, 18.37529238726728],\n              [-68.658086580865756, 18.210717861477079],\n              [-68.589685896858924, 18.382447801432065],\n              [-68.456484564845596, 18.358119393271778],\n              [-68.355683556835515, 18.657215705360073],\n              [-68.740887408874045, 18.964898514446105],\n              [-69.054090540905364, 18.977778259942738],\n              [-69.608496084960805, 19.093695969412366],\n              [-69.601296012960077, 19.229648838543397],\n              [-69.25209252092516, 19.183854187888741],\n              [-69.165691656916522, 19.306927311523154],\n              [-69.540095400953959, 19.339842216681191],\n              [-69.734497344973406, 19.286892151861736],\n              [-69.86769867698672, 19.425707186658698],\n              [-69.896498964989604, 19.63607636310357],\n              [-70.299702997029925, 19.657542605597939],\n              [-70.432904329043239, 19.774891397900532],\n              [-70.623706237062322, 19.766304900902782],\n              [-71.019710197101915, 19.935172675191865],\n              [-71.170911709117036, 19.833565794051822],\n              [-71.505715057150525, 19.910844267031564],\n              [-71.667716677166723, 19.885084776038312],\n              [-71.757717577175725, 19.710492670417395]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"DZ\", \"countryKey\": \"DZ\", \"countryName\": \"Algeria\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-4.822248222482187, 24.995481572532512],\n              [1.146611466114678, 21.101505184052897],\n              [1.168211682116834, 20.73371689598261],\n              [1.297812978129798, 20.73371689598261],\n              [1.643416434164379, 20.523347719537739],\n              [1.650616506165079, 20.41172325856698],\n              [1.891818918189216, 20.231406821614229],\n              [2.183421834218365, 20.278632555101865],\n              [2.399423994239982, 20.056814715993312],\n              [2.946629466294695, 19.94232808935665],\n              [3.216632166321688, 19.793495474728985],\n              [3.2526325263253, 19.365601707674443],\n              [3.10143101431018, 19.153801448396607],\n              [3.306633066330676, 18.982071508441607],\n              [4.262263574394384, 19.144491804552761],\n              [5.81322828082098, 19.447057671779866],\n              [7.48267482674828, 20.872531930779559],\n              [11.968319683196853, 23.517173006086566],\n              [11.568715687156896, 24.267060410556724],\n              [11.507515075150764, 24.314286144044345],\n              [10.719107191071942, 24.551845894315434],\n              [10.391503915039181, 24.480291752667512],\n              [10.193501935019384, 24.749335325263687],\n              [10.031500315003171, 24.856666537735549],\n              [10.020700207002079, 25.267387310794604],\n              [9.970299702997067, 25.394753682927885],\n              [9.40149401494017, 26.113157265072971],\n              [9.484294842948458, 26.352148098177011],\n              [9.837098370983739, 26.503842878470593],\n              [9.909099090990935, 26.843009509881725],\n              [9.826298262982647, 26.920287982861467],\n              [9.721897218972202, 27.292369519430636],\n              [9.934299342993455, 27.866233735446926],\n              [9.775897758977607, 28.26693692867525],\n              [9.851498514985167, 28.786419997039133],\n              [9.826298262982647, 29.128448794116167],\n              [9.667896678966827, 29.607861543157213],\n              [9.286292862928661, 30.11732703169038],\n              [9.520295202952042, 30.228951492661125],\n              [9.045090450904524, 32.072186181511455],\n              [8.317883178831806, 32.560185427550252],\n              [8.281882818828223, 32.836384414311198],\n              [8.087480874808762, 33.093979324243705],\n              [7.749077490774937, 33.207034868047415],\n              [7.691476914769169, 33.454612198149206],\n              [7.479074790747944, 33.893954627867416],\n              [7.518675186751892, 34.095737307314536],\n              [7.774277742777457, 34.260311833104737],\n              [7.831878318783225, 34.414868779064236],\n              [8.235082350823518, 34.648135280836442],\n              [8.314283142831442, 35.103219621717201],\n              [8.433084330843343, 35.24203465651415],\n              [8.317883178831806, 35.289260390001786],\n              [8.325083250832535, 35.65275542957319],\n              [8.242282422824246, 35.827347535194107],\n              [8.350283502835055, 36.448437484698033],\n              [8.17028170281705, 36.525715957677775],\n              [8.407884078840823, 36.643064749980354],\n              [8.407884078840823, 36.767568956447732],\n              [8.641886418864203, 36.849140677926357],\n              [8.602286022860255, 36.939298896402732],\n              [8.231482314823182, 36.957902973231199],\n              [7.907479074790785, 36.849140677926357],\n              [7.799477994779977, 36.993680044055154],\n              [7.590675906759088, 36.98795571272332],\n              [7.3818738187382, 37.082407179698563],\n              [7.158671586715883, 36.914970488242446],\n              [6.910269102691046, 36.893504245748062],\n              [6.337863378633813, 37.069527434201945],\n              [6.197461974619785, 36.902090742745813],\n              [5.758257582575851, 36.833398766763821],\n              [5.463054630546338, 36.664530992474738],\n              [5.236252362523658, 36.651651246978105],\n              [5.103051030510329, 36.781879784777317],\n              [4.78624786247866, 36.894935328581028],\n              [4.105841058410618, 36.88348666591736],\n              [3.828638286382898, 36.91353940540948],\n              [3.46143461434616, 36.774724370612532],\n              [3.180631806318075, 36.743240548287446],\n              [2.932229322293239, 36.80907035860352],\n              [2.633426334263362, 36.604425513490483],\n              [2.374223742237461, 36.634478252982618],\n              [2.061020610206128, 36.57007952549948],\n              [1.045810458104597, 36.487076721187904],\n              [0.664206642066461, 36.332519775228405],\n              [0.127801278012811, 36.050596457135612],\n              [0.034200342003459, 35.863124606018076],\n              [-0.12420124201239, 35.787277215871285],\n              [-0.347403474034707, 35.907488173839781],\n              [-0.682206822068196, 35.717154157056328],\n              [-0.826208262082588, 35.768673139042818],\n              [-1.189811898118961, 35.565459376762732],\n              [-1.269012690126885, 35.390867271141829],\n              [-1.762217622176195, 35.128979112710454],\n              [-2.223022230222284, 35.088908793387617],\n              [-2.1942219422194, 35.00304382341011],\n              [-1.769417694176923, 34.741155664978734],\n              [-1.870218702187003, 34.596616298849952],\n              [-1.704617046170426, 34.479267506547373],\n              [-1.809018090180871, 34.371936294075496],\n              [-1.675816758167542, 34.105754887145238],\n              [-1.740617406174039, 33.686447617088447],\n              [-1.611016110161074, 33.521873091298247],\n              [-1.675816758167542, 33.238518690372487],\n              [-1.499414994149902, 33.059633336252702],\n              [-1.55701557015567, 32.933698046952372],\n              [-1.423814238142342, 32.741932947335954],\n              [-1.04581045810454, 32.517252942561498],\n              [-1.218612186121845, 32.39274873609412],\n              [-1.251012510125065, 32.082203761342157],\n              [-2.514625146251433, 32.13229166049571],\n              [-2.93942939429391, 32.04928885618412],\n              [-2.827828278282766, 31.794556111917544],\n              [-3.659436594365928, 31.64715458012283],\n              [-3.673836738367356, 31.389559670190337],\n              [-3.817838178381749, 31.31943661137538],\n              [-3.555035550355484, 30.955941571803962],\n              [-3.645036450364472, 30.711226407368088],\n              [-3.835838358383569, 30.626792520223546],\n              [-4.37224372243719, 30.508012645088002],\n              [-4.624246242462391, 30.284763723146497],\n              [-4.876248762487592, 30.180294676340537],\n              [-5.272252722527185, 29.88692269558409],\n              [-5.538655386553842, 29.523427656012672],\n              [-5.75465754657543, 29.613585874489047],\n              [-6.697866978669765, 29.516272241847872],\n              [-6.784267842678389, 29.446149183032915],\n              [-7.147871478714762, 29.509116827683087],\n              [-7.349473494734923, 29.383181538382757],\n              [-7.619476194761916, 29.388905869714591],\n              [-8.382683826838246, 28.905199872174677],\n              [-8.681486814868123, 28.666209039070637],\n              [-8.681486814868123, 27.661588890333888],\n              [-8.672812601743559, 27.31536235784889],\n              [-4.822248222482187, 24.995481572532512]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"EC\", \"countryKey\": \"EC\", \"countryName\": \"Ecuador\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-78.82818828188276, 1.43413381070657],\n              [-78.990189901898972, 1.119295587455738],\n              [-79.458194581945762, 1.072069853968117],\n              [-80.045000450004451, 0.840234435028862],\n              [-80.109801098010934, 0.738627553888826],\n              [-80.016200162001567, 0.558311116936075],\n              [-80.066600666006607, 0.051707794068825],\n              [-80.495004950049449, -0.38191030431755],\n              [-80.462604626046215, -0.618038971755674],\n              [-80.549005490054853, -0.8885136271848],\n              [-80.815408154081481, -0.945756940503131],\n              [-80.916209162091562, -1.065967898471634],\n              [-80.743407434074285, -1.343597968065545],\n              [-80.84780847808473, -1.61550370632763],\n              [-80.732607326073207, -1.904582438585216],\n              [-80.743407434074285, -2.103502952366419],\n              [-80.912609126091212, -2.318165377310173],\n              [-80.657006570065647, -2.415479009951333],\n              [-80.322203222032172, -2.710282073540753],\n              [-80.077400774007685, -2.458411494940087],\n              [-79.983799837998333, -2.605813026734793],\n              [-79.839798397983927, -2.376839773461462],\n              [-79.724597245972404, -2.570035955910839],\n              [-79.951399513995085, -3.196850236746585],\n              [-80.340203402033964, -3.392908584861878],\n              [-80.264602646026404, -3.425823490019916],\n              [-80.163801638016324, -3.879476748067709],\n              [-80.304203042030366, -4.005412037368039],\n              [-80.480604806048007, -3.998256623203247],\n              [-80.469804698046929, -4.212919048147],\n              [-80.343803438034328, -4.198608219817416],\n              [-80.487804878048735, -4.396097650765668],\n              [-80.40860408604081, -4.477669372244293],\n              [-80.138601386013804, -4.283042106961958],\n              [-79.832598325983213, -4.479100455077251],\n              [-79.656196561965572, -4.439030135754415],\n              [-79.508595085950802, -4.532050519896707],\n              [-79.450994509945048, -4.809680589490625],\n              [-79.303393033930291, -4.961375369784207],\n              [-79.062190621906169, -5.011463268937746],\n              [-78.90018900188997, -4.844026577481621],\n              [-78.92898928989284, -4.748144027673412],\n              [-78.673386733867289, -4.550654596725167],\n              [-78.684186841868367, -4.327405674783662],\n              [-78.414184141841361, -3.772145535595833],\n              [-78.360183601835971, -3.408650496024414],\n              [-78.16218162181616, -3.47734247200642],\n              [-78.198181981819772, -3.364286928202709],\n              [-77.848978489784841, -2.98075672896988],\n              [-76.686166861668568, -2.574329204409715],\n              [-76.092160921609164, -2.129262443359671],\n              [-75.559355593555878, -1.502448162523919],\n              [-75.411754117541122, -0.924290698008754],\n              [-75.228152281522767, -0.970085348663424],\n              [-75.2965529655296, -0.746836426721927],\n              [-75.271352713527079, -0.525018587613381],\n              [-75.433354333543278, -0.403376546811927],\n              [-75.638556385563803, -0.111435648888424],\n              [-75.282152821528157, -0.107142400389549],\n              [-75.645756457564531, 0.086053782059821],\n              [-75.789757897578923, 0.084622699226863],\n              [-76.052560525605202, 0.36368385165374],\n              [-76.311763117631131, 0.45813531862899],\n              [-76.408964089640847, 0.254921556348904],\n              [-76.898568985689806, 0.244903976518195],\n              [-77.118171181711759, 0.357959520321906],\n              [-77.424174241742364, 0.408047419475452],\n              [-77.46737467374669, 0.651331501078367],\n              [-77.6725767257672, 0.82019927536745],\n              [-77.848978489784841, 0.808750612703783],\n              [-78.118981189811848, 0.921806156507486],\n              [-78.568985689856845, 1.195142977602529],\n              [-78.82818828188276, 1.43413381070657]\n            ]\n          ],\n          [\n            [\n              [-80.059400594005893, -2.663056340053124],\n              [-80.210602106021014, -2.724592901870338],\n              [-80.264602646026404, -3.017964882626792],\n              [-80.13140131401309, -3.020827048292709],\n              [-79.904599045990409, -2.717437487705546],\n              [-80.059400594005893, -2.663056340053124]\n            ]\n          ],\n          [\n            [\n              [-89.307893078930732, -0.685299864904714],\n              [-89.628296282962779, -0.925721780841712],\n              [-89.433894338943333, -0.928583946507629],\n              [-89.307893078930732, -0.685299864904714]\n            ]\n          ],\n          [\n            [\n              [-90.193501935019299, -0.537898333110007],\n              [-90.488704887048812, -0.525018587613381],\n              [-90.54630546305458, -0.681006616405838],\n              [-90.337503375033691, -0.776889166214048],\n              [-90.193501935019299, -0.537898333110007]\n            ]\n          ],\n          [\n            [\n              [-91.399513995139898, -0.453464445965466],\n              [-91.475114751147458, -0.248819600852428],\n              [-91.669516695166891, -0.284596671676383],\n              [-91.608316083160773, -0.456326611631383],\n              [-91.399513995139898, -0.453464445965466]\n            ]\n          ],\n          [\n            [\n              [-90.564305643056372, -0.284596671676383],\n              [-90.809108091080859, -0.151505968211261],\n              [-90.819908199081937, -0.338977819328797],\n              [-90.564305643056372, -0.284596671676383]\n            ]\n          ],\n          [\n            [\n              [-90.812708127081208, -0.731094515559384],\n              [-90.956709567095615, -0.606590309092006],\n              [-90.956709567095615, -0.42198062364038],\n              [-91.183511835118296, -0.211611447195509],\n              [-91.323913239132338, 0.139003846879284],\n              [-91.604716047160409, 0.001619894915279],\n              [-91.424714247142418, -0.028432844576841],\n              [-91.352713527135208, -0.307493997003718],\n              [-91.093510935109293, -0.569382155435093],\n              [-91.435514355143496, -0.778320249047006],\n              [-91.503915039150328, -0.895669041349592],\n              [-91.399513995139898, -1.018742164984005],\n              [-90.927909279092731, -0.970085348663424],\n              [-90.812708127081208, -0.731094515559384]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"EE\", \"countryKey\": \"EE\", \"countryName\": \"Estonia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [24.305643056430597, 57.868885328418315],\n              [25.263252632526331, 58.074961256364304],\n              [25.601656016560185, 57.911817813407055],\n              [26.001260012600142, 57.84598800309098],\n              [26.026460264602662, 57.774433861443057],\n              [26.498064980649815, 57.515407868677599],\n              [26.872468724687252, 57.627032329648358],\n              [27.351273512735133, 57.528287614174232],\n              [27.538475384753866, 57.811642015099977],\n              [27.700477004770079, 57.824521760596596],\n              [27.495274952749554, 58.220931705326052],\n              [27.556475564755658, 58.395523810946969],\n              [27.408874088740902, 58.754725602019519],\n              [27.696876968769715, 58.976543441128058],\n              [27.884078840788419, 59.275639753216353],\n              [28.18648186481866, 59.374384468690479],\n              [28.017280172801748, 59.481715681162342],\n              [27.873278732787355, 59.407299373848517],\n              [26.825668256682576, 59.477422432663474],\n              [25.724057240572421, 59.666325366613975],\n              [25.407254072540752, 59.491733260993058],\n              [25.144451444514459, 59.53895899448068],\n              [24.021240212402148, 59.378677717189348],\n              [24.093240932409344, 59.312847906873259],\n              [23.47043470434707, 59.212672108566181],\n              [23.409234092340938, 59.025200257448645],\n              [23.430834308343094, 58.764743181850221],\n              [23.531635316353174, 58.74757018785472],\n              [23.517235172351747, 58.55437400540535],\n              [23.664836648366503, 58.535769928576897],\n              [23.740437404374063, 58.342573746127513],\n              [24.111241112411136, 58.24096686498747],\n              [24.327243272432753, 58.388368396782184],\n              [24.528845288452914, 58.351160243125264],\n              [24.464044640446417, 58.072099090698387],\n              [24.305643056430597, 57.868885328418315]\n            ]\n          ],\n          [\n            [\n              [23.229232292322934, 58.504286106251811],\n              [22.898028980289808, 58.620203815721439],\n              [22.584825848258504, 58.634514644051009],\n              [22.113221132211351, 58.498561774919978],\n              [21.88641886418867, 58.498561774919978],\n              [22.01242012420127, 58.354022408791181],\n              [21.86841868418685, 58.265295273147771],\n              [22.203222032220339, 58.147946480845178],\n              [21.998019980199814, 57.983371955054977],\n              [22.188821888218911, 57.983371955054977],\n              [22.322023220232211, 58.206620876996482],\n              [22.667626676266792, 58.220931705326052],\n              [23.020430204302073, 58.362608905788932],\n              [23.229232292322934, 58.504286106251811]\n            ]\n          ],\n          [\n            [\n              [23.380433804338054, 58.580133496398602],\n              [23.286832868328702, 58.665998466376095],\n              [23.060030600306021, 58.603030821725937],\n              [23.380433804338054, 58.580133496398602]\n            ]\n          ],\n          [\n            [\n              [22.293222932229355, 58.894971719649433],\n              [22.55602556025562, 58.687464708870479],\n              [22.736027360273624, 58.806244584006009],\n              [23.042030420304229, 58.840590571997012],\n              [22.934029340293421, 58.983698855292843],\n              [22.599225992259932, 59.089598984931769],\n              [22.462424624246268, 58.970819109796224],\n              [22.055620556205582, 58.952215032967771],\n              [22.293222932229355, 58.894971719649433]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"EG\", \"countryKey\": \"EG\", \"countryName\": \"Egypt\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [34.248942489424905, 31.212105398903503],\n              [34.198541985419865, 31.313712280043546],\n              [33.647736477364788, 31.117653931928245],\n              [33.406534065340679, 31.154862085585165],\n              [33.132931329313323, 31.046099790280337],\n              [33.09693096930971, 31.189208073576168],\n              [32.769327693276949, 31.046099790280337],\n              [32.600126001260037, 31.060410618609922],\n              [32.330123301233016, 31.270779795054793],\n              [32.298168873497595, 31.200824768857849],\n              [32.057078052867787, 31.166147322054933],\n              [32.038520385203867, 31.216398647402372],\n              [31.768517685176874, 31.299401451713962],\n              [31.919719197191995, 31.524081456488418],\n              [31.523715237152402, 31.449665149174578],\n              [31.221312213122161, 31.57989368697379],\n              [30.980109801098024, 31.436785403677959],\n              [30.540905409054119, 31.395284001522171],\n              [30.864908649086516, 31.548409864648704],\n              [30.494104941049414, 31.459682729005294],\n              [30.360903609036114, 31.508339545325867],\n              [30.18090180901811, 31.270779795054793],\n              [30.069300693006937, 31.33374743970495],\n              [29.504095040950432, 30.957372654636913],\n              [29.028890288902915, 30.827144116837715],\n              [28.816488164881662, 30.951648323305079],\n              [28.406084060840612, 31.08617010960316],\n              [27.898478984789875, 31.114791766262329],\n              [27.862478624786263, 31.233571641397873],\n              [27.660876608766102, 31.180621576578417],\n              [27.383673836738382, 31.267917629388876],\n              [27.344073440734434, 31.368093427695953],\n              [26.966069660696633, 31.449665149174578],\n              [25.824858248582501, 31.614239674964793],\n              [25.403654036540388, 31.502615213994034],\n              [25.191251912519135, 31.531236870653203],\n              [25.151651516515187, 31.657172159953546],\n              [24.86004860048601, 31.380973173192587],\n              [24.86004860048601, 31.146275588587415],\n              [24.993249932499339, 30.785642714681913],\n              [24.906849068490715, 30.497995065257285],\n              [24.687246872468734, 30.144517605516583],\n              [24.813248132481334, 29.891215944082958],\n              [24.874448744487466, 29.46904650836025],\n              [24.982449824498275, 29.181398858935623],\n              [24.982449824498275, 21.995931954651851],\n              [31.308471184916804, 21.998210009727522],\n              [31.466268044671349, 22.202701858593102],\n              [31.403471335177194, 21.999820181765834],\n              [36.884168841688421, 21.995931954651851],\n              [36.894968949689513, 22.066055013466809],\n              [36.441364413644152, 22.356564828557353],\n              [36.196561965619679, 22.651367892146766],\n              [35.88695886958871, 22.735801779291307],\n              [35.696156961569642, 22.931860127406608],\n              [35.490954909549117, 23.497137846425147],\n              [35.512555125551273, 23.976550595466179],\n              [35.717757177571798, 23.99372358946168],\n              [35.429754297542985, 24.185488689078099],\n              [35.235352353523552, 24.400151114021853],\n              [34.547745477454782, 25.725333817341266],\n              [34.338943389433922, 26.001532804102226],\n              [34.014940149401497, 26.61117409094247],\n              [34.004140041400433, 26.848733841213544],\n              [33.496534965349667, 27.647278062004304],\n              [33.510935109351095, 27.959254119589218],\n              [33.125731257312594, 28.286972088336668],\n              [32.87012870128703, 28.578912986260178],\n              [32.819728197281989, 28.747780760549261],\n              [32.625326253262557, 28.972460765323717],\n              [32.592925929259309, 29.348835550391755],\n              [32.337323373233744, 29.599275046159462],\n              [32.571325713257153, 29.955614671566082],\n              [32.690126901269025, 29.733796832457543],\n              [32.722527225272273, 29.467615425527299],\n              [32.884528845288457, 29.242935420752843],\n              [33.136531365313658, 29.033997327140924],\n              [33.237332373323738, 28.566033240763545],\n              [33.564935649356499, 28.296989668167384],\n              [33.71613716137162, 28.075171829058846],\n              [34.079740797407993, 27.800403925130837],\n              [34.270542705427061, 27.811852587794505],\n              [34.42894428944291, 27.983582527749505],\n              [34.407344073440754, 28.308438330831052],\n              [34.634146341463435, 28.770678085876582],\n              [34.734947349473515, 29.30447198257005],\n              [34.886148861488635, 29.490512750854634],\n              [34.824948249482503, 29.742383329455294],\n              [34.248942489424905, 31.212105398903503]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"EH\",\n        \"countryKey\": \"EH\",\n        \"countryName\": \"Western Sahara\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-8.681486814868123, 27.661588890333888],\n              [-13.181145370926863, 27.661588890001504],\n              [-13.401134011340076, 27.17788289279396],\n              [-13.501935019350157, 26.858751421044261],\n              [-13.620736207362029, 26.688452563922212],\n              [-13.92313923139227, 26.500980712804676],\n              [-14.178741787417835, 26.423702239824934],\n              [-14.409144091440879, 26.260558796867684],\n              [-14.520745207452052, 25.924254331122469],\n              [-14.783547835478316, 25.446272664914389],\n              [-14.848348483484813, 25.214437245975134],\n              [-14.837548375483721, 24.91820309955277],\n              [-14.909549095490917, 24.684936597780563],\n              [-15.17235172351721, 24.494602580997096],\n              [-15.766357663576599, 23.856339637497683],\n              [-16.133561335613336, 23.185161788840233],\n              [-16.173161731617284, 22.973361529562396],\n              [-16.288362883628793, 22.900376305081522],\n              [-16.356763567635653, 22.582675916164774],\n              [-16.522365223652201, 22.315063426401565],\n              [-16.70596705967057, 22.274993107078728],\n              [-16.965169651696499, 21.781269529708112],\n              [-17.011970119701175, 21.42063665580261],\n              [-17.101971019710163, 20.83818594278857],\n              [-17.055170551705487, 20.766631801140647],\n              [-17.080370803708007, 20.875394096445476],\n              [-16.957969579695771, 21.333340602992152],\n              [-13.015930159301575, 21.333340602992152],\n              [-13.091530915309136, 22.495379863354316],\n              [-13.167131671316696, 22.752974773286809],\n              [-13.015930159301575, 23.017725097384101],\n              [-12.619926199261954, 23.271026758817726],\n              [-12.353523535235325, 23.32254574080423],\n              [-12.015120151201472, 23.495706763592182],\n              [-12.015120151201472, 25.994377389937426],\n              [-8.666969194703857, 26.000448476622061],\n              [-8.672812601743559, 27.31536235784889],\n              [-8.681486814868123, 27.661588890333888]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ER\", \"countryKey\": \"ER\", \"countryName\": \"Eritrea\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [43.119431194311943, 12.708204368752291],\n              [42.77382773827739, 12.86276131471179],\n              [42.737827378273806, 13.017318260671288],\n              [42.521825218252189, 13.234842851280959],\n              [42.377823778237797, 13.22196310578434],\n              [42.287822878228809, 13.574009482692077],\n              [42.118621186211868, 13.641270375841131],\n              [41.981819818198204, 13.837328723956418],\n              [41.675816758167599, 13.940366687929412],\n              [41.621816218162195, 14.063439811563825],\n              [41.157411574115741, 14.641597276078997],\n              [40.765007650076512, 14.695978423731418],\n              [40.527405274052768, 14.996505818652665],\n              [40.286202862028631, 14.913503014341075],\n              [40.160201602016031, 14.98219499032308],\n              [40.027000270002702, 15.236927734589656],\n              [40.073800738007407, 15.351414361226333],\n              [39.875798757987582, 15.504540224352866],\n              [39.774997749977501, 15.402933343212823],\n              [39.85779857798579, 15.192564166767951],\n              [39.699396993969941, 15.12387219078596],\n              [39.717397173971762, 15.264118308415874],\n              [39.587795877958797, 15.531730798179083],\n              [39.458194581945833, 15.524575384014284],\n              [39.425794257942584, 15.820809530436662],\n              [39.234992349923516, 16.10845717986129],\n              [39.16299162991632, 16.627940248225158],\n              [38.928989289892911, 17.396431729523783],\n              [38.60138601386015, 18.004641933531076],\n              [38.460984609846122, 17.8901553068944],\n              [38.208982089820921, 17.522367018824113],\n              [38.01458014580146, 17.539540012819614],\n              [37.870578705787068, 17.437933131679571],\n              [37.506975069750723, 17.319153256544027],\n              [37.402574025740279, 17.030074524286448],\n              [36.999369993699958, 17.073007009275202],\n              [36.984969849698501, 16.765324200189156],\n              [36.876968769687721, 16.527764449918081],\n              [36.945369453694553, 16.252996545990072],\n              [36.671766717667197, 15.723495897795488],\n              [36.628566285662885, 15.445865828201576],\n              [36.42336423364236, 15.110992445289327],\n              [36.527765277652804, 14.263791408177994],\n              [36.747367473674757, 14.33248338416],\n              [37.071370713707154, 14.285257650672378],\n              [37.121771217712194, 14.42121051980341],\n              [37.29457294572947, 14.456987590627378],\n              [37.564575645756463, 14.116389876383295],\n              [37.892178921789224, 14.879157026350086],\n              [38.007380073800761, 14.724600080390587],\n              [38.230582305823077, 14.680236512568868],\n              [38.428584285842874, 14.416917271304541],\n              [38.867788677886779, 14.494195744284283],\n              [39.076590765907667, 14.637304027580129],\n              [39.209792097920996, 14.439814596631876],\n              [39.515795157951601, 14.567180968765157],\n              [39.911799117991194, 14.424072685469326],\n              [40.106201062010626, 14.465574087625129],\n              [40.423004230042324, 14.27380898800871],\n              [40.833408334083344, 14.106372296552578],\n              [41.193411934119354, 13.615510884847879],\n              [41.711817118171183, 13.247722596777578],\n              [41.945819458194592, 12.875641060208423],\n              [42.136621366213689, 12.77403417906838],\n              [42.377823778237797, 12.466351369982334],\n              [42.521825218252189, 12.496404109474454],\n              [42.676626766267674, 12.360451240343423],\n              [42.899828998289991, 12.616615067442964],\n              [43.119431194311943, 12.708204368752291]\n            ]\n          ],\n          [\n            [\n              [40.387003870038711, 15.641924176316863],\n              [40.163801638016395, 15.64478634198278],\n              [40.027000270002702, 15.882346092253869],\n              [39.929799297992986, 15.739237808958038],\n              [40.05940059400595, 15.591836277163324],\n              [40.387003870038711, 15.641924176316863]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ES\", \"countryKey\": \"ES\", \"countryName\": \"Spain\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [1.431014310143127, 42.594938252254053],\n              [1.319413194131954, 42.713718127389598],\n              [0.657006570065732, 42.838222333856976],\n              [0.642606426064276, 42.685096470730429],\n              [-0.037800378003766, 42.685096470730429],\n              [-0.322203222032186, 42.842515582355844],\n              [-0.581405814058115, 42.795289848868222],\n              [-0.76140761407612, 42.946984629161804],\n              [-0.981009810098072, 42.957002208992506],\n              [-1.488614886148838, 43.081506415459884],\n              [-1.402214022140186, 43.243218775584182],\n              [-1.747817478174767, 43.290444509071804],\n              [-1.794617946179443, 43.386327058880013],\n              [-2.129421294212904, 43.287582343405887],\n              [-2.367023670236676, 43.316204000065056],\n              [-2.755827558275541, 43.450725786363137],\n              [-3.09063090630903, 43.366291899218595],\n              [-3.50103501035008, 43.430690626701718],\n              [-3.555035550355484, 43.516555596679225],\n              [-4.386643866438646, 43.383464893214096],\n              [-5.178651786517833, 43.489365022853008],\n              [-5.423454234542305, 43.56091916450093],\n              [-6.222662226622248, 43.595265152491933],\n              [-7.230672306723051, 43.568074578665716],\n              [-7.367473674736715, 43.679699039636475],\n              [-7.882278822788209, 43.762701843948051],\n              [-8.314283142831385, 43.566643495832764],\n              [-8.332283322833206, 43.406362218541432],\n              [-8.692286922869187, 43.293306674737721],\n              [-8.839888398883971, 43.339101325392392],\n              [-9.138691386913848, 43.20171737342838],\n              [-9.293492934929333, 42.922656221001517],\n              [-8.922689226892231, 42.788134434703423],\n              [-9.070290702906988, 42.596369335087019],\n              [-9.012690126901248, 42.53053952477093],\n              [-8.785887858878567, 42.640732902908724],\n              [-8.868688686886827, 42.414621815301302],\n              [-8.663486634866331, 42.427501560797936],\n              [-8.868688686886827, 42.255771620842935],\n              [-8.623886238862355, 42.301566271497592],\n              [-8.897488974889711, 42.101214674883437],\n              [-8.875259225556448, 41.869413122360569],\n              [-8.627486274862719, 42.051126775729884],\n              [-8.220682206822033, 42.154164739702892],\n              [-8.094680946809433, 42.041109195899182],\n              [-8.181081810818085, 41.810704859792892],\n              [-7.720277202771996, 41.899431995436302],\n              [-7.62307623076228, 41.832171102287262],\n              [-7.252272522725207, 41.863654924612348],\n              [-7.144271442714398, 41.988159131079726],\n              [-6.568265682656801, 41.92662256926252],\n              [-6.579065790657864, 41.73915071814497],\n              [-6.204662046620427, 41.570282943855887],\n              [-6.496264962649605, 41.295515039927892],\n              [-6.647466474664725, 41.268324466101689],\n              [-6.816668166681637, 41.053662041157935],\n              [-6.942669426694238, 41.016453887501015],\n              [-6.838268382683793, 40.840430699047147],\n              [-6.856268562685585, 40.442589671484725],\n              [-6.795067950679481, 40.356724701507233],\n              [-7.043470434704318, 40.18070151305335],\n              [-6.881468814688105, 40.00897157309835],\n              [-7.03627036270359, 39.689840101348651],\n              [-7.558275582755812, 39.679822521517934],\n              [-7.313473134731311, 39.458004682409396],\n              [-7.327873278732767, 39.340655890106817],\n              [-7.165871658716554, 39.113113719666444],\n              [-6.975069750697486, 39.014369004192318],\n              [-7.057870578705746, 38.855518809733937],\n              [-7.270272702726999, 38.738170017431358],\n              [-7.360273602735987, 38.446229119507862],\n              [-7.10467104671045, 38.172892298412819],\n              [-6.946269462694602, 38.197220706573106],\n              [-7.025470254702526, 38.022628600952189],\n              [-7.273872738727363, 37.976833950297518],\n              [-7.529475294752928, 37.567544260071443],\n              [-7.414274142741391, 37.192600557836357],\n              [-6.892268922689198, 37.166841066843105],\n              [-6.499864998649969, 36.959334056064151],\n              [-6.388263882638796, 36.807639275770569],\n              [-6.395463954639524, 36.637340418648535],\n              [-6.233462334623312, 36.575803856831314],\n              [-6.157861578615751, 36.303898118569236],\n              [-5.610656106561038, 36.006232889313907],\n              [-5.435566755503893, 36.072562954229021],\n              [-5.443357614328861, 36.150069648990041],\n              [-5.338010782916699, 36.155677465110841],\n              [-5.185851858518561, 36.411229331041113],\n              [-4.901449014490112, 36.507111880849322],\n              [-4.721447214472107, 36.492801052519738],\n              [-4.433444334443323, 36.710325643129408],\n              [-3.227432274322723, 36.754689210951113],\n              [-2.658626586265825, 36.694583731966858],\n              [-2.575825758257565, 36.811932524269437],\n              [-2.363423634236312, 36.836260932429738],\n              [-2.125821258212568, 36.736085134122646],\n              [-1.899018990189887, 36.9507475590664],\n              [-1.812618126181235, 37.206911386165942],\n              [-1.672216722167207, 37.362899414958406],\n              [-1.243812438124365, 37.578992922735111],\n              [-1.107011070110673, 37.531767189247489],\n              [-0.703807038070352, 37.619063242057948],\n              [-0.851408514085108, 37.723532288863893],\n              [-0.653406534065311, 37.989713695794151],\n              [-0.509405094050919, 38.338897907035985],\n              [-0.091800918009142, 38.534956255151272],\n              [0.228602286022891, 38.733876768932475],\n              [-0.009000090000882, 38.869829638063521],\n              [-0.210602106021042, 39.078767731675441],\n              [-0.322203222032186, 39.516679078560685],\n              [0.066600666006678, 40.031868898425685],\n              [0.351003510035127, 40.28517055985931],\n              [0.599405994059964, 40.614319611439726],\n              [0.847808478084801, 40.675856173256932],\n              [0.714607146071501, 40.814671208053895],\n              [0.991809918099221, 41.03935121282835],\n              [1.539015390153935, 41.186752744623064],\n              [2.061020610206128, 41.274048797433522],\n              [2.295022950229537, 41.465813897049927],\n              [2.932229322293239, 41.711960144318766],\n              [3.23463234632348, 41.965261805752391],\n              [3.123031230312336, 42.139853911373308],\n              [3.317433174331768, 42.323032513991976],\n              [3.180631806318075, 42.431794809296804],\n              [2.932229322293239, 42.470434045786675],\n              [2.46422464224645, 42.340205507987477],\n              [2.277022770227717, 42.428932643630887],\n              [2.050220502205036, 42.351654170651145],\n              [1.708217082170847, 42.503348950944726],\n              [1.510215102151051, 42.428932643630887],\n              [1.431014310143127, 42.594938252254053]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-LP\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-17.865178651786493, 28.84080114469154],\n              [-18.001980019800158, 28.749211843382213],\n              [-17.829178291782881, 28.455839862625751],\n              [-17.721177211772073, 28.73060776655376],\n              [-17.865178651786493, 28.84080114469154]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-HI\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-17.898047301443473, 27.828569453430994],\n              [-18.160381603816006, 27.721694369318129],\n              [-17.980379803798002, 27.642984813505421],\n              [-17.898047301443473, 27.828569453430994]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-IG\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-17.206372063720607, 28.026515012738258],\n              [-17.098370983709799, 28.100931320052084],\n              [-17.187024464439403, 28.185030603982966],\n              [-17.310773107731052, 28.206831449691009],\n              [-17.334480011242956, 28.077988799636685],\n              [-17.206372063720607, 28.026515012738258]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-TE\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-16.11916119161188, 28.571757572095379],\n              [-16.299162991629885, 28.566033240763545],\n              [-16.507965079650774, 28.424356040300665],\n              [-16.914769147691459, 28.355664064318674],\n              [-16.677166771667686, 27.996462273246138],\n              [-16.428764287642849, 28.149588136372671],\n              [-16.356763567635653, 28.381423555311926],\n              [-16.11916119161188, 28.571757572095379]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-GC\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-15.417154171541682, 28.14100163937492],\n              [-15.705157051570495, 28.166761130368172],\n              [-15.816758167581639, 27.996462273246138],\n              [-15.784357843578391, 27.844767492952542],\n              [-15.579155791557895, 27.734574114814762],\n              [-15.377553775537734, 27.851922907117341],\n              [-15.417154171541682, 28.14100163937492]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-FV\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-14.463587593357897, 28.06789429485049],\n              [-14.261516896378698, 28.113378798971553],\n              [-13.96633966339661, 28.228297692185379],\n              [-13.847538475384709, 28.397165466474462],\n              [-13.836738367383646, 28.71486585539121],\n              [-13.99873998739983, 28.716296938224176],\n              [-14.268742687426851, 28.175347627365923],\n              [-14.463587593357897, 28.06789429485049]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-CN-LZ\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-13.458734587345845, 29.147052870944634],\n              [-13.750337503374993, 29.081223060628545],\n              [-13.858338583385802, 28.859405221520007],\n              [-13.480334803348001, 28.999651339149921],\n              [-13.458734587345845, 29.147052870944634]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-IB-IZ\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [1.578615786157883, 39.104527222668693],\n              [1.355413554135566, 39.077336648842476],\n              [1.211412114121174, 38.902744543221559],\n              [1.402214022140242, 38.832621484406602],\n              [1.621816218162195, 39.028679832521902],\n              [1.578615786157883, 39.104527222668693]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-IB-MA\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [3.180631806318075, 39.968901253775513],\n              [2.932229322293239, 39.914520106123106],\n              [2.356223562235641, 39.612561628368894],\n              [2.493024930249334, 39.470884427906014],\n              [2.655026550265518, 39.565335894881272],\n              [2.763027630276326, 39.400761369091057],\n              [3.061830618306203, 39.269101748458894],\n              [3.220232202322052, 39.359259966935269],\n              [3.475834758347617, 39.749945580332891],\n              [3.162631626316283, 39.768549657161358],\n              [3.180631806318075, 39.968901253775513]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-IB-ME\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [4.116641166411682, 40.059059472251889],\n              [3.821438214382169, 40.047610809588221],\n              [3.832238322383262, 39.935986348617476],\n              [4.300243002430051, 39.821499721980814],\n              [4.275042750427531, 39.970332336608479],\n              [4.116641166411682, 40.059059472251889]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ET\", \"countryKey\": \"ET\", \"countryName\": \"Ethiopia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [42.377823778237797, 12.466351369982334],\n              [42.136621366213689, 12.77403417906838],\n              [41.945819458194592, 12.875641060208423],\n              [41.711817118171183, 13.247722596777578],\n              [41.193411934119354, 13.615510884847879],\n              [40.833408334083344, 14.106372296552578],\n              [40.423004230042324, 14.27380898800871],\n              [40.106201062010626, 14.465574087625129],\n              [39.911799117991194, 14.424072685469326],\n              [39.515795157951601, 14.567180968765157],\n              [39.209792097920996, 14.439814596631876],\n              [39.076590765907667, 14.637304027580129],\n              [38.867788677886779, 14.494195744284283],\n              [38.428584285842874, 14.416917271304541],\n              [38.230582305823077, 14.680236512568868],\n              [38.007380073800761, 14.724600080390587],\n              [37.892178921789224, 14.879157026350086],\n              [37.564575645756463, 14.116389876383295],\n              [37.29457294572947, 14.456987590627378],\n              [37.121771217712194, 14.42121051980341],\n              [37.071370713707154, 14.285257650672378],\n              [36.747367473674757, 14.33248338416],\n              [36.527765277652804, 14.263791408177994],\n              [36.437764377643788, 13.991885669915916],\n              [36.383763837638384, 13.57114731702616],\n              [36.232562325623263, 13.362209223414254],\n              [36.113761137611391, 12.934315456359712],\n              [36.099360993609963, 12.695324623255672],\n              [35.728557285572862, 12.673858380761288],\n              [35.616956169561718, 12.575113665287162],\n              [35.217352173521761, 11.896780402464927],\n              [35.04815048150482, 11.770845113164583],\n              [35.07335073350734, 11.549027274056044],\n              [34.947349473494739, 11.27425937012805],\n              [34.950949509495103, 10.869262928400843],\n              [34.839348393483959, 10.729016810770929],\n              [34.587345873458759, 10.879280508231545],\n              [34.436144361443638, 10.796277703919969],\n              [34.27774277742779, 10.56587336781368],\n              [34.324543245432466, 10.268208138558336],\n              [34.097740977409785, 9.680033094212462],\n              [34.068940689406901, 9.453922006605055],\n              [34.112141121411241, 8.62675612915514],\n              [33.971739717397185, 8.445008609369424],\n              [33.694536945369464, 8.373454467721515],\n              [33.600936009360112, 8.463612686197891],\n              [33.17253172531727, 8.404938290046601],\n              [33.208532085320883, 8.25324350975302],\n              [32.988929889298902, 7.916939044007805],\n              [33.050130501305034, 7.801021334538177],\n              [33.71613716137162, 7.656481968409395],\n              [34.007740077400797, 7.410335721140555],\n              [34.029340293402953, 7.255778775181057],\n              [34.299342993429946, 6.968131125756429],\n              [34.50454504545047, 6.889421569943721],\n              [34.526145261452626, 6.753468700812689],\n              [34.734947349473515, 6.637550991343062],\n              [34.842948429484323, 6.248296460778391],\n              [34.950949509495103, 6.080859769322274],\n              [34.983349833498352, 5.840437853385268],\n              [35.09855098550986, 5.622913262775597],\n              [35.260552605526073, 5.511288801804852],\n              [35.321753217532176, 5.348145358847603],\n              [35.429754297542985, 5.426854914660311],\n              [35.807758077580786, 5.309506122357732],\n              [35.757357573575746, 5.063359875088892],\n              [35.78615786157863, 4.764263563000611],\n              [35.919359193591959, 4.619724196871815],\n              [36.041760417604195, 4.443701008417939],\n              [36.844568445684473, 4.432252345754272],\n              [37.974979749797512, 3.726728509105818],\n              [38.100981009810113, 3.612241882469149],\n              [38.496984969849706, 3.623690545132817],\n              [38.896588965889663, 3.513497166995023],\n              [39.436594365943677, 3.461978185008526],\n              [39.537395373953757, 3.404734871690188],\n              [39.846998469984726, 3.866974626735733],\n              [40.765007650076512, 4.284850813959565],\n              [41.114211142111429, 3.962857176543942],\n              [41.884618846188488, 3.977168004873526],\n              [42.136621366213689, 4.200416926815024],\n              [42.788227882278846, 4.286281896792524],\n              [43.119431194311943, 4.648345853530984],\n              [43.529835298352992, 4.841542035980353],\n              [43.969039690396926, 4.954597579784064],\n              [44.941049410494117, 4.91166509479531],\n              [47.979479794797953, 7.997079682653478],\n              [46.978669786697878, 7.997079682653478],\n              [44.02304023040233, 8.985957920227676],\n              [43.619836198362009, 9.336573214302462],\n              [43.418234182341848, 9.412420604449267],\n              [43.23463234632348, 9.691481756876129],\n              [43.187831878318804, 9.883246856492548],\n              [43.069030690306903, 9.921886092982419],\n              [42.835028350283523, 10.208102659574095],\n              [42.64782647826479, 10.631703178129754],\n              [42.925029250292511, 10.999491466200041],\n              [42.615426154261542, 11.089649684676417],\n              [42.392223922239225, 11.005215797531875],\n              [41.95301953019532, 10.940817070048752],\n              [41.762217622176223, 10.996629300534124],\n              [41.747817478174795, 11.537578611392377],\n              [41.809018090180928, 11.736499125173594],\n              [41.935019350193528, 11.828088426482921],\n              [42.377823778237797, 12.466351369982334]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"FI\", \"countryKey\": \"FI\", \"countryName\": \"Finland\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [28.929461408088272, 69.050844353943873],\n              [28.456484564845653, 68.899671804861129],\n              [28.802088020880234, 68.835273077377991],\n              [28.435252685108175, 68.538531677275643],\n              [28.648060277719612, 68.197719517679886],\n              [29.328510760196767, 68.074065042338717],\n              [29.657696299808443, 67.804105474203098],\n              [30.019309201539151, 67.672900793044178],\n              [29.929706004650129, 67.522495426837594],\n              [29.284062066665197, 67.125833272120943],\n              [29.083275805466293, 67.002476873463777],\n              [29.031721597940873, 66.933357986081859],\n              [29.057674892069429, 66.855271621431811],\n              [29.363693636936375, 66.627112266123291],\n              [29.689697441554518, 66.287251355438883],\n              [29.923305776300907, 66.12404553253387],\n              [30.092911827555128, 65.829635028469937],\n              [30.142513597261555, 65.669629319739542],\n              [29.721698583300594, 65.636028120906147],\n              [29.742499325435546, 65.348017845191421],\n              [29.608094530102008, 65.245614191603963],\n              [29.831698316983193, 65.204615930162703],\n              [29.820898208982101, 65.092991469191958],\n              [29.58689586895872, 64.991384588051915],\n              [29.781297812978153, 64.795326239936628],\n              [30.062100621006238, 64.78387757727296],\n              [30.144113654348853, 64.634392384253815],\n              [29.964899648996493, 64.579232732159923],\n              [30.033300333003353, 64.397485212374207],\n              [30.558905589055911, 64.220030941087373],\n              [30.508505085050871, 63.991057687814049],\n              [30.265717992983959, 63.823163440990655],\n              [29.971307488920019, 63.755961043323893],\n              [30.486904869048715, 63.461557039619464],\n              [30.790227082616848, 63.405162035915858],\n              [31.23660688971021, 63.215962521349688],\n              [31.250112501125017, 63.115234994043547],\n              [31.570515705157078, 62.906296900431627],\n              [31.242912429124317, 62.502731541537386],\n              [30.676295777602089, 62.2002121646387],\n              [29.288092880928815, 61.316363873014922],\n              [28.79848798487987, 61.0974081995723],\n              [28.654382340332823, 60.94998595809998],\n              [28.519304548023406, 60.94958138226707],\n              [28.278151734553724, 60.815240837001106],\n              [27.867410452800012, 60.600502743528963],\n              [27.808478084780859, 60.55359672304813],\n              [27.455674556745578, 60.463438504571755],\n              [27.178471784717857, 60.567907551377715],\n              [26.688866888668912, 60.417643853917099],\n              [26.325263252632539, 60.383297865926096],\n              [26.012060120601234, 60.462007421738804],\n              [25.929259292592945, 60.244482831129133],\n              [25.734857348573513, 60.24734499679505],\n              [25.670056700567017, 60.364693789097643],\n              [25.504455044550468, 60.245913913962099],\n              [24.597245972459746, 60.127134038826554],\n              [24.467644676446781, 59.996905501027342],\n              [24.366843668436701, 60.074183974007099],\n              [23.772837728377311, 59.968283844368173],\n              [23.430834308343094, 59.95683518170452],\n              [23.25083250832509, 59.840917472234892],\n              [22.905229052290537, 59.810864732742758],\n              [23.247232472324754, 59.922489193713517],\n              [23.258032580325818, 60.039837986016096],\n              [22.995229952299553, 60.062735311343431],\n              [22.876428764287652, 60.301726144447471],\n              [22.523625236252371, 60.204412511806311],\n              [22.628026280262816, 60.374711368928345],\n              [22.293222932229355, 60.383297865926096],\n              [21.875618756187578, 60.529268314887844],\n              [21.839618396183994, 60.629444113194921],\n              [21.641616416164169, 60.496353409729807],\n              [21.378813788137904, 60.646617107190423],\n              [21.429214292142944, 60.902780934289964],\n              [21.29961299612998, 61.06020004591538],\n              [21.454414544145465, 61.054475714583546],\n              [21.558815588155909, 61.204739412044177],\n              [21.537215372153753, 61.64980617309422],\n              [21.371613716137176, 61.938884905351799],\n              [21.234812348123512, 61.984679556006469],\n              [21.339213392133928, 62.355330009742673],\n              [21.134011340113432, 62.40398682606326],\n              [21.195211952119536, 62.601476257011512],\n              [21.080010800108028, 62.678754729991255],\n              [21.227612276122784, 62.859071166944005],\n              [21.461614616146193, 62.952091551086298],\n              [21.494014940149412, 63.072302509054794],\n              [21.688416884168873, 63.026507858400137],\n              [21.497614976149777, 63.208255378185839],\n              [21.89361893618937, 63.259774360172344],\n              [21.904419044190462, 63.175340473027802],\n              [22.372423724237251, 63.32131092198955],\n              [22.192421924219275, 63.458694873953547],\n              [22.430024300243019, 63.488747613445668],\n              [22.588425884258868, 63.703410038389421],\n              [22.829628296282976, 63.646166725071083],\n              [22.991629916299189, 63.815034499360166],\n              [23.373233732337354, 63.900899469337674],\n              [23.380433804338054, 64.048301001132373],\n              [23.942039420394224, 64.247221514913591],\n              [23.996039960399628, 64.380312218378705],\n              [24.345243452434545, 64.530575915839336],\n              [24.424444244442469, 64.675115281968132],\n              [24.773647736477386, 64.865449298751585],\n              [25.072450724507263, 64.915537197905124],\n              [25.259652596525996, 64.816792482430998],\n              [25.443254432544336, 64.967056179891628],\n              [25.212852128521291, 65.124475291517044],\n              [25.353253532535348, 65.48367708258958],\n              [25.086850868508691, 65.605319123391041],\n              [24.687246872468734, 65.631078614384293],\n              [24.543245432454341, 65.808532885671127],\n              [24.161641616416176, 65.822843714000712],\n              [24.021240212402148, 66.048954801608119],\n              [23.722437224372271, 66.206373913233534],\n              [23.643236432364347, 66.436778249339824],\n              [23.880838808388091, 66.564144621473119],\n              [23.999639996399992, 66.81172195157491],\n              [23.582035820358215, 67.153750748651959],\n              [23.765637656376583, 67.419932155582202],\n              [23.430834308343094, 67.485761965898291],\n              [23.55323553235533, 67.587368847038334],\n              [23.499234992349955, 67.882171910627747],\n              [23.661236612366139, 67.932259809781286],\n              [23.150031500315009, 68.129749240729538],\n              [23.052830528305293, 68.298617015018621],\n              [22.80802808028082, 68.39449956482683],\n              [22.073620736207374, 68.477502369138406],\n              [21.91881918819189, 68.567660587614796],\n              [21.465214652146528, 68.686440462750312],\n              [20.936009360093607, 68.966932698010169],\n              [20.549205472874075, 69.059918116508356],\n              [20.716311509735295, 69.118943427849075],\n              [21.060231227973638, 69.035460840641846],\n              [21.106610443088766, 69.103245847348575],\n              [21.003149117062708, 69.221691227488748],\n              [21.277856775821551, 69.310168499400689],\n              [21.627347693939456, 69.276576070883493],\n              [22.177067081665555, 68.954311678966263],\n              [22.18985008995352, 68.915962654102373],\n              [22.339593901326825, 68.827394668107189],\n              [22.375203710129014, 68.716912953618348],\n              [22.534047289609212, 68.744181756239797],\n              [22.790809407068892, 68.685826729544416],\n              [23.04090237862053, 68.69082858897545],\n              [23.196831968319714, 68.617748486768335],\n              [23.733237332373335, 68.715062119409481],\n              [23.927639276392796, 68.816669000549524],\n              [24.662046620466214, 68.666405303088908],\n              [24.906849068490715, 68.557643007784066],\n              [24.982449824498275, 68.614886321102404],\n              [25.133651336513395, 68.647801226260441],\n              [25.144451444514459, 68.667836385921873],\n              [25.202052020520227, 68.812375752050656],\n              [25.601656016560185, 68.872481231034897],\n              [25.727657276572785, 68.942604289849868],\n              [25.799657996579981, 69.012727348664811],\n              [25.749257492574941, 69.059953082152447],\n              [25.734857348573513, 69.191612702784624],\n              [25.878858788587905, 69.37049805690441],\n              [25.893258932589333, 69.49070901487292],\n              [25.886058860588633, 69.520761754365026],\n              [26.03366033660339, 69.696784942818908],\n              [26.181261812618146, 69.711095771148479],\n              [26.224462244622458, 69.732562013642877],\n              [26.501665016650179, 69.918602781927461],\n              [26.706867068670704, 69.935775775922934],\n              [27.099270992709933, 69.90142978793196],\n              [27.444874448744514, 70.003036669072003],\n              [27.898478984789875, 70.070297562221043],\n              [28.380883808838092, 69.822720232119252],\n              [29.147691476914787, 69.663870037660871],\n              [29.345693456934583, 69.464949523879653],\n              [28.852488524885274, 69.203061365448292],\n              [28.808359754505304, 69.111179697365984],\n              [28.929461408088272, 69.050844353943873]\n            ]\n          ],\n          [\n            [\n              [22.847628476284768, 60.111392127664018],\n              [22.68202682026822, 59.996905501027342],\n              [22.469624696246996, 59.996905501027342],\n              [22.451624516245175, 60.188670600643761],\n              [22.844028440284433, 60.241620665463216],\n              [22.847628476284768, 60.111392127664018]\n            ]\n          ],\n          [\n            [\n              [24.63324633246333, 64.96848726272458],\n              [24.561245612456133, 65.037179238706585],\n              [24.993249932499339, 65.055783315535038],\n              [24.63324633246333, 64.96848726272458]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"FJ\", \"countryKey\": \"FJ\", \"countryName\": \"Fiji\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-180.0, -16.963867089805717],\n              [-179.81999819998191, -16.779257404354091],\n              [-179.917199171991626, -16.694823517209549],\n              [-180.0, -16.963867089805717]\n            ]\n          ],\n          [\n            [\n              [180.0, -16.149580957852429],\n              [179.470794707947022, -16.2740851643198],\n              [179.402394023940218, -16.408606950617887],\n              [178.96678966789662, -16.470143512435094],\n              [178.703987039870384, -16.667632943383346],\n              [178.570785707857027, -16.616113961396842],\n              [178.703987039870384, -16.99821307779672],\n              [178.88398883988836, -16.857966960166799],\n              [179.027990279902752, -16.923796770482888],\n              [179.063990639906393, -16.799292564015509],\n              [179.265592655926554, -16.690530268710674],\n              [179.297992979929774, -16.806447978180302],\n              [179.564395643956431, -16.792137149850717],\n              [179.848798487984851, -16.661908612051512],\n              [179.938799387993839, -16.462988098270301],\n              [179.54639546395461, -16.766377658857472],\n              [179.488794887948842, -16.707703262706175],\n              [180.0, -16.149580957852429]\n            ]\n          ],\n          [\n            [\n              [178.430384303842999, -18.955934393283712],\n              [178.18918189181889, -18.977400635778089],\n              [177.951579515795146, -19.129095416071671],\n              [178.495184951849495, -19.013177706602043],\n              [178.430384303842999, -18.955934393283712]\n            ]\n          ],\n          [\n            [\n              [178.711187111871112, -17.991384563869801],\n              [178.592385923859212, -17.89693309689455],\n              [178.574385743857391, -17.617871944467673],\n              [178.18918189181889, -17.300171555550925],\n              [177.976779767797638, -17.396054105359134],\n              [177.832778327783245, -17.366001365867007],\n              [177.515975159751548, -17.504816400663969],\n              [177.436774367743652, -17.74380723376801],\n              [177.253172531725312, -17.952745327379922],\n              [177.335973359733572, -18.105871190506463],\n              [177.825578255782517, -18.234668645472716],\n              [178.167581675816706, -18.248979473802301],\n              [178.275582755827514, -18.145941509829299],\n              [178.664386643866379, -18.088698196510968],\n              [178.711187111871112, -17.991384563869801]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"FK\",\n        \"countryKey\": \"FK\",\n        \"countryName\": \"Falkland Islands (Malvinas)\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-60.946809468094628, -51.946686941472095],\n              [-60.889208892088874, -51.819320569338799],\n              [-61.123211232112268, -51.826475983503592],\n              [-60.946809468094628, -51.946686941472095]\n            ]\n          ],\n          [\n            [\n              [-59.632796327963234, -51.740611013526092],\n              [-59.254792547925433, -51.387133553785389],\n              [-59.391593915939112, -51.432928204440053],\n              [-60.018000180001749, -51.375684891121722],\n              [-60.154801548015428, -51.487309352092467],\n              [-60.424804248042435, -51.450101198435554],\n              [-60.489604896048917, -51.525948588582345],\n              [-60.19080190801904, -51.653314960715633],\n              [-60.489604896048917, -51.700540694203262],\n              [-60.532805328053229, -51.99963700629155],\n              [-61.03681036810363, -52.046862739779172],\n              [-60.594005940059361, -52.237196756562632],\n              [-60.360003600035952, -52.154193952251049],\n              [-60.288002880028756, -52.012516751788176],\n              [-59.870398703986993, -51.949549107138012],\n              [-59.632796327963234, -51.740611013526092]\n            ]\n          ],\n          [\n            [\n              [-57.814778147781439, -51.69338528003847],\n              [-57.782377823778191, -51.618968972724637],\n              [-58.09558095580951, -51.576036487735884],\n              [-57.803978039780347, -51.548845913909673],\n              [-57.904779047790427, -51.377115973954673],\n              [-58.228782287822838, -51.392857885117216],\n              [-58.358383583835788, -51.504482346087968],\n              [-58.480784807848039, -51.301268583807882],\n              [-58.610386103860989, -51.344201068796636],\n              [-58.941589415894114, -51.278371258480554],\n              [-58.873188731887268, -51.371391642622839],\n              [-59.085590855908507, -51.405737630613842],\n              [-59.168391683916795, -51.573174322069967],\n              [-58.991989919899154, -51.646159546550841],\n              [-59.470794707947036, -51.837924646167259],\n              [-59.715597155971508, -52.118416881427095],\n              [-59.391593915939112, -52.310181981043506],\n              [-59.384393843938398, -52.111261467262302],\n              [-59.049590495904908, -52.212868348402338],\n              [-59.200792007920029, -52.008223503289301],\n              [-58.927189271892672, -52.101243887431593],\n              [-58.793987939879358, -52.032551911449595],\n              [-58.642786427864237, -52.108399301596386],\n              [-58.75798757987576, -51.890874710986715],\n              [-58.419584195841907, -51.892305793819673],\n              [-58.261182611826072, -51.754921841855676],\n              [-57.814778147781439, -51.69338528003847]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"FM\",\n        \"countryKey\": \"FM\",\n        \"countryName\": \"Micronesia, Federated States of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [158.291782917829181, 6.938078386264309],\n              [158.126181261812604, 6.908025646772188],\n              [158.291782917829181, 6.794970102968477],\n              [158.291782917829181, 6.938078386264309]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"FO-MI\",\n        \"countryKey\": \"FO\",\n        \"countryName\": \"Faroe Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-6.634115742145169, 61.82833987386271],\n              [-6.69434234901944, 61.860937868661999],\n              [-6.80948145039672, 61.896839096568023],\n              [-6.906669066690625, 61.91026324869263],\n              [-6.952962484420715, 61.913523003835905],\n              [-6.881558211591091, 61.82317300766239],\n              [-6.786453630121263, 61.83335720574653],\n              [-6.74748347273203, 61.786496856783451],\n              [-6.669066690666881, 61.748550888568346],\n              [-6.634115742145169, 61.82833987386271]\n            ]\n          ],\n          [\n            [\n              [-7.428575541648406, 62.096031757729328],\n              [-7.324950350408854, 62.075714811172702],\n              [-7.409037754780337, 62.071804250637449],\n              [-7.363920507798086, 62.054969211996884],\n              [-7.23283906930703, 62.022162282099991],\n              [-7.183871838718346, 62.026180958162257],\n              [-7.092900776863872, 62.047912480792732],\n              [-7.045762627074252, 62.086572102590061],\n              [-6.901592731498544, 61.998469475284537],\n              [-6.804167338025461, 61.952694377235048],\n              [-6.733867338673349, 61.938884905351799],\n              [-6.745712101941611, 62.029224989518823],\n              [-7.012303405899777, 62.200304304904066],\n              [-7.109728799372861, 62.294337034650439],\n              [-7.191071910719074, 62.309535359088002],\n              [-7.226639271540559, 62.299278004689469],\n              [-7.241695923259128, 62.259315258661445],\n              [-7.260295316558534, 62.17468325084053],\n              [-7.213353990612412, 62.150695500192782],\n              [-7.066099232420878, 62.096201796774871],\n              [-7.284672846728427, 62.154978413128504],\n              [-7.346206799893891, 62.132071209495081],\n              [-7.452489047319071, 62.14531632600611],\n              [-7.463117272061591, 62.122547703749753],\n              [-7.428575541648406, 62.096031757729328]\n            ]\n          ],\n          [\n            [\n              [-7.072547555935454, 62.277733878501955],\n              [-7.044188080127332, 62.238282634668145],\n              [-6.93967720349257, 62.168067839765314],\n              [-6.69522803441465, 62.059534459323871],\n              [-6.599574011731986, 62.136624871642958],\n              [-6.665114730977515, 62.184603654687038],\n              [-6.635001427540381, 62.200304304904066],\n              [-6.707627629947588, 62.207738608082103],\n              [-6.939069390693874, 62.33672593291422],\n              [-7.005217922738098, 62.333842080480323],\n              [-7.125671136486639, 62.311626880015574],\n              [-7.072547555935454, 62.277733878501955]\n            ]\n          ],\n          [\n            [\n              [-6.441922011384632, 62.178817148021189],\n              [-6.439264955199002, 62.231681140012931],\n              [-6.425093988875643, 62.254780051471123],\n              [-6.405608910181027, 62.303394859879667],\n              [-6.431293786642113, 62.314919057124605],\n              [-6.474692371007396, 62.328495477445486],\n              [-6.526947809324776, 62.382739858037397],\n              [-6.565917966714011, 62.392591941645442],\n              [-6.588945786989467, 62.387666304688302],\n              [-6.584517360013418, 62.37740196033652],\n              [-6.547318573414604, 62.36097169745652],\n              [-6.571865718657165, 62.346743512744922],\n              [-6.618173405031392, 62.355629923861478],\n              [-6.596916955546355, 62.272504708405336],\n              [-6.619944775821812, 62.229205207022247],\n              [-6.582745989222998, 62.188736195676299],\n              [-6.545547202624185, 62.169308339561461],\n              [-6.489749022725963, 62.179230506656808],\n              [-6.441922011384632, 62.178817148021189]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"FR\", \"countryKey\": \"FR\", \"countryName\": \"France\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [1.319413194131954, 42.713718127389598],\n              [0.657006570065732, 42.838222333856976],\n              [0.642606426064276, 42.685096470730429],\n              [-0.037800378003766, 42.685096470730429],\n              [-0.322203222032186, 42.842515582355844],\n              [-0.581405814058115, 42.795289848868222],\n              [-0.76140761407612, 42.946984629161804],\n              [-0.981009810098072, 42.957002208992506],\n              [-1.488614886148838, 43.081506415459884],\n              [-1.402214022140186, 43.243218775584182],\n              [-1.747817478174767, 43.290444509071804],\n              [-1.794617946179443, 43.386327058880013],\n              [-1.661416614166114, 43.399206804376632],\n              [-1.477814778147746, 43.579523241329383],\n              [-1.186211862118597, 44.665715111544756],\n              [-1.261812618126157, 44.627075875054885],\n              [-1.139411394113921, 45.490018823328754],\n              [-1.085410854108517, 45.568728379141461],\n              [-0.765007650076484, 45.325444297538553],\n              [-0.754207542075392, 45.424189013012679],\n              [-1.193411934119325, 45.710405579604341],\n              [-1.074610746107425, 45.905032844886676],\n              [-1.110611106111037, 46.258510304627379],\n              [-1.805418054180507, 46.503225469063253],\n              [-1.855818558185547, 46.634885089695416],\n              [-2.11862118621184, 46.819494775147049],\n              [-1.992619926199239, 47.052761276919256],\n              [-2.557825578255745, 47.383341411332623],\n              [-2.392223922239197, 47.423411730655459],\n              [-2.500225002250005, 47.526449694628454],\n              [-2.817028170281674, 47.49925912080225],\n              [-2.773827738277362, 47.629487658601462],\n              [-3.072630726307239, 47.576537593782007],\n              [-3.529835298352964, 47.779751356062079],\n              [-3.850238502384997, 47.801217598556462],\n              [-3.936639366393649, 47.888513651366921],\n              [-4.37224372243719, 47.806941929888296],\n              [-4.433444334443323, 47.975809704177379],\n              [-4.685446854468523, 48.067399005486706],\n              [-4.28944289442893, 48.108900407642494],\n              [-4.541445414454103, 48.304958755757795],\n              [-4.357843578435762, 48.410858885396706],\n              [-4.753847538475355, 48.342166909414701],\n              [-4.775447754477511, 48.49099952404238],\n              [-4.563045630456287, 48.629814558839328],\n              [-3.972639726397233, 48.732852522812337],\n              [-3.569435694356912, 48.688488954990618],\n              [-3.515435154351508, 48.841614818117165],\n              [-3.09063090630903, 48.871667557609285],\n              [-2.683826838268345, 48.509603600870832],\n              [-2.313023130231272, 48.687057872157666],\n              [-2.212222122221192, 48.581157742518755],\n              [-1.845018450184483, 48.712817363150918],\n              [-1.837818378183755, 48.624090227507494],\n              [-1.373413734137301, 48.661298381164414],\n              [-1.553415534155306, 48.747163351141921],\n              [-1.603816038160346, 49.225145017350002],\n              [-1.819818198181963, 49.396874957305002],\n              [-1.935019350193471, 49.724592926052452],\n              [-1.596615966159646, 49.651607701571578],\n              [-1.391413914139122, 49.713144263388784],\n              [-1.186211862118597, 49.429789862463039],\n              [-0.822608226082224, 49.362528969313999],\n              [-0.412204122041203, 49.342493809652581],\n              [-0.217802178021742, 49.279526165002409],\n              [0.41220412204126, 49.452687187790374],\n              [0.106201062010655, 49.494188589946162],\n              [0.235802358023619, 49.728886174551334],\n              [0.675006750067524, 49.876287706346034],\n              [1.171811718117198, 49.960721593490575],\n              [1.542615426154299, 50.278421982407323],\n              [1.582215822158247, 50.869459192419114],\n              [1.974619746197476, 51.006843144383112],\n              [2.521825218252218, 51.086983783028785],\n              [2.59022590225905, 50.842268618592911],\n              [2.867428674286771, 50.700591418130031],\n              [3.022230222302255, 50.767852311279071],\n              [3.162631626316283, 50.749248234450619],\n              [3.270632706327092, 50.52743039534208],\n              [3.645036450364529, 50.445858673863455],\n              [3.663036630366321, 50.319923384563126],\n              [4.02304023040233, 50.338527461391578],\n              [4.203042030420335, 50.252662491414071],\n              [4.138241382413838, 49.97503242182016],\n              [4.433444334443379, 49.932099936831406],\n              [4.656646566465696, 49.989343250149744],\n              [4.872648726487284, 50.139606947610375],\n              [4.789847898478996, 49.973601338987208],\n              [4.948249482494845, 49.796147067700375],\n              [5.477454774547766, 49.495619672779128],\n              [5.790657906579099, 49.537121074934916],\n              [5.959859598596012, 49.441238525126707],\n              [6.345063450634541, 49.455549353456291],\n              [6.496264962649661, 49.435514193794873],\n              [6.701467014670158, 49.172194952530532],\n              [6.834668346683486, 49.209403106187452],\n              [7.266672666726691, 49.104934059381492],\n              [7.392673926739292, 49.169332786864629],\n              [7.648276482764857, 49.0362420833995],\n              [7.932679326793306, 49.034811000566535],\n              [8.199081990819934, 48.958963610419744],\n              [8.101881018810218, 48.821579658455747],\n              [7.810278102781041, 48.615503730509744],\n              [7.752677526775301, 48.355046654911334],\n              [7.572675726757296, 48.09458957931291],\n              [7.52587525875262, 47.782613521727995],\n              [7.587075870758724, 47.585124090779757],\n              [7.378273782737864, 47.430567144820245],\n              [7.011070110701127, 47.49925912080225],\n              [6.867068670686734, 47.354719754673454],\n              [7.043470434704375, 47.340408926343883],\n              [6.597065970659742, 46.986931466603167],\n              [6.442264422644257, 46.943998981614413],\n              [6.427864278642801, 46.76082037899576],\n              [6.132661326613288, 46.596245853205545],\n              [6.136261362613652, 46.358686102934456],\n              [5.959859598596012, 46.131143932494084],\n              [6.280262802628044, 46.239906227798926],\n              [6.215462154621576, 46.315753617945717],\n              [6.481864818648205, 46.448844321410832],\n              [6.76266762667629, 46.428809161749427],\n              [6.852668526685278, 46.122557435496333],\n              [7.021870218702219, 45.925068004548095],\n              [6.780667806678082, 45.777666472753381],\n              [7.075870758707623, 45.465690415168467],\n              [7.108271082710843, 45.259614487222464],\n              [6.845468454684578, 45.130817032256218],\n              [6.604266042660441, 45.103626458430014],\n              [6.726667266672678, 44.929034352809097],\n              [7.007470074700763, 44.82170314033722],\n              [7.018270182701855, 44.73870033602563],\n              [7.050670506705103, 44.697198933869842],\n              [6.942669426694295, 44.667146194377722],\n              [6.874268742687462, 44.35803230245871],\n              [6.895868958689618, 44.339428225630257],\n              [7.3818738187382, 44.123334717853552],\n              [7.677076770767741, 44.109023889523968],\n              [7.712113448105333, 44.068518081482765],\n              [7.479074790747944, 43.865739807921045],\n              [7.50645211457458, 43.777297680282764],\n              [7.438599908873129, 43.749355708554916],\n              [7.438540247878056, 43.749478846653929],\n              [7.438512601273054, 43.750417480289691],\n              [7.43870612750805, 43.751256246828831],\n              [7.437904375963073, 43.751755507045054],\n              [7.436936744788103, 43.751935239703343],\n              [7.436798511763106, 43.751555803458352],\n              [7.437600263308081, 43.751216305831626],\n              [7.435941467008131, 43.749938179846794],\n              [7.435112068858156, 43.749938179846794],\n              [7.432319761753239, 43.749239193153919],\n              [7.431905062678251, 43.74885973981646],\n              [7.431407423788264, 43.748919653661254],\n              [7.430688612058286, 43.748759883275184],\n              [7.430439792613292, 43.748220655073645],\n              [7.42988686051331, 43.74806088282174],\n              [7.429306281808327, 43.746802661434664],\n              [7.428808642918342, 43.746523053090236],\n              [7.428692459302283, 43.745583008903282],\n              [7.428651028265763, 43.745374602860352],\n              [7.428089831188363, 43.744505839906132],\n              [7.428034537978364, 43.743806789774851],\n              [7.427011613593394, 43.7431676510828],\n              [7.426182215443418, 43.742188956736577],\n              [7.425297524083445, 43.741390010715072],\n              [7.424993411428455, 43.741549800772319],\n              [7.424468125933471, 43.740870690083703],\n              [7.422975209263512, 43.741669643035387],\n              [7.421869345063545, 43.741010507619905],\n              [7.421731112038549, 43.740591054031768],\n              [7.420680541048584, 43.739732163705938],\n              [7.414874753998753, 43.736236552713272],\n              [7.412358912943827, 43.734318873717243],\n              [7.412773612018817, 43.733979278328],\n              [7.412690672203817, 43.733340034724009],\n              [7.413077724673805, 43.732960480605634],\n              [7.412773612018817, 43.731661987798681],\n              [7.412193033313834, 43.731661987798681],\n              [7.411142462323863, 43.731422262971151],\n              [7.409981304913896, 43.730703082731232],\n              [7.408986027133928, 43.729544385291064],\n              [7.412858278794284, 43.72759778156157],\n              [7.415627833802703, 43.726205509937387],\n              [7.405834314164006, 43.719619623130711],\n              [7.367473674736772, 43.722631524625214],\n              [7.151471514715183, 43.655370631476174],\n              [7.140671406714091, 43.553763750336131],\n              [6.730267302673042, 43.407793301374383],\n              [6.597065970659742, 43.28472017773997],\n              [6.679866798668002, 43.20171737342838],\n              [5.855458554585567, 43.044298261802965],\n              [5.635856358563615, 43.18740654509881],\n              [5.347853478534802, 43.216028201757965],\n              [5.293852938529398, 43.354843236554927],\n              [5.063450634506381, 43.327652662728724],\n              [4.930249302493053, 43.440708206532435],\n              [4.81864818648188, 43.346256739557177],\n              [4.566645666456679, 43.370585147717463],\n              [4.512645126451304, 43.45645011769497],\n              [4.206642066420699, 43.459312283360887],\n              [3.940239402394042, 43.532297507841761],\n              [3.3858338583386, 43.283289094907005],\n              [3.112231122311243, 43.105834823620185],\n              [3.040230402304047, 42.942691380662936],\n              [3.051030510305139, 42.554867932931217],\n              [3.180631806318075, 42.431794809296804],\n              [2.932229322293239, 42.470434045786675],\n              [2.46422464224645, 42.340205507987477],\n              [2.277022770227717, 42.428932643630887],\n              [2.050220502205036, 42.351654170651145],\n              [1.708217082170847, 42.503348950944726],\n              [1.722617226172275, 42.609249080583638],\n              [1.431014310143127, 42.594938252254053],\n              [1.319413194131954, 42.713718127389598]\n            ]\n          ],\n          [\n            [\n              [-1.207812078120753, 45.813443543577336],\n              [-1.40581405814055, 46.053865459514341],\n              [-1.218612186121845, 45.943672081376548],\n              [-1.207812078120753, 45.813443543577336]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"FR-COR\", \"countryKey\": \"FR\", \"countryName\": \"France\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [8.566285662856643, 42.208545887355299],\n              [8.742687426874284, 42.043971361565099],\n              [8.695886958869607, 41.729133138314268],\n              [8.922689226892288, 41.694787150323265],\n              [8.793087930879324, 41.561696446858136],\n              [9.221492214922165, 41.372793512907634],\n              [9.40149401494017, 41.706235812986932],\n              [9.40149401494017, 41.952382060255758],\n              [9.55269552695529, 42.112663337547104],\n              [9.484294842948458, 42.832498002525142],\n              [9.340293402934066, 42.991348196983509],\n              [9.293492934929361, 42.675078890899727],\n              [9.106291062910657, 42.726597872886217],\n              [8.717487174871764, 42.562023347096016],\n              [8.559085590855943, 42.345929839319311],\n              [8.566285662856643, 42.208545887355299]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GA\", \"countryKey\": \"GA\", \"countryName\": \"Gabon\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [13.293132931329325, 2.161123889849399],\n              [13.242732427324285, 2.271317267987193],\n              [12.749527495274975, 2.23697127999619],\n              [12.335523355233562, 2.309956504477071],\n              [11.752317523175265, 2.281334847817902],\n              [11.352713527135307, 2.299938924646362],\n              [11.320313203132059, 2.165417138348275],\n              [11.334713347133487, 0.999084629487236],\n              [9.804698046980491, 0.997653546654277],\n              [9.559895598956018, 0.963307558663281],\n              [9.642696426964307, 0.598381436258904],\n              [9.315093150931546, 0.625572010085115],\n              [9.498694986949886, 0.290698627172866],\n              [9.567095670956746, 0.317889200999076],\n              [9.819098190981947, 0.118968687217865],\n              [9.498694986949886, 0.108951107387156],\n              [9.307893078930817, 0.319320283832035],\n              [9.354693546935493, 0.015930723244864],\n              [9.268292682926841, -0.411963043809678],\n              [9.005490054900577, -0.805510822873217],\n              [8.861488614886184, -0.805510822873217],\n              [8.695886958869607, -0.586555149430588],\n              [9.030690306903097, -1.29923440024384],\n              [9.156691566915697, -1.395116950052049],\n              [9.354693546935493, -1.350753382230337],\n              [9.300693006930089, -1.576864469837759],\n              [9.484294842948458, -1.483844085695466],\n              [9.531095310953134, -1.614072623494671],\n              [9.275492754927569, -1.659867274149342],\n              [9.264692646926505, -1.535363067681963],\n              [9.01629016290164, -1.316407394239341],\n              [9.235892358923621, -1.621228037659463],\n              [9.271892718927205, -1.875960781926047],\n              [9.567095670956746, -2.192230088009836],\n              [9.595895958959602, -2.352511365301169],\n              [9.750697506975087, -2.469860157603755],\n              [9.883898838988415, -2.416910092784292],\n              [10.092700927009304, -2.56001837608013],\n              [9.725497254972566, -2.481308820267422],\n              [9.901899018990207, -2.700264493710044],\n              [10.452704527045285, -3.13388259209642],\n              [10.636306363063653, -3.314199029049171],\n              [10.647106471064745, -3.451582981013168],\n              [10.98550985509857, -3.714902222277502],\n              [11.115111151111535, -3.93672006138604],\n              [11.212312123121251, -3.697729228282],\n              [11.482314823148243, -3.508826294331499],\n              [11.64791647916482, -3.673400820121707],\n              [11.896318963189657, -3.666245405956914],\n              [11.827918279182825, -3.547465530821377],\n              [11.943119431194333, -3.302750366385503],\n              [11.687516875168768, -3.171090745753332],\n              [11.777517775177785, -3.026551379624543],\n              [11.637116371163728, -2.833355197175166],\n              [11.557915579155804, -2.349649199635252],\n              [11.755917559175629, -2.415479009951333],\n              [11.939519395193969, -2.329614039973833],\n              [12.061920619206205, -2.415479009951333],\n              [12.457924579245827, -2.329614039973833],\n              [12.501125011250139, -2.094916455368669],\n              [12.421924219242214, -1.897427024420423],\n              [12.583925839258427, -1.825872882772508],\n              [12.80352803528038, -1.918893266914793],\n              [13.012330123301268, -2.288112637818045],\n              [12.965529655296564, -2.366822193630753],\n              [13.469534695346965, -2.435514169612752],\n              [13.743137431374322, -2.097778621034585],\n              [13.905139051390535, -2.359666779465961],\n              [13.883538835388379, -2.488464234432215],\n              [14.081540815408175, -2.499912897095875],\n              [14.229142291422932, -2.352511365301169],\n              [14.149941499415007, -2.259490981158876],\n              [14.250742507425088, -1.96755008323538],\n              [14.369543695436988, -1.92175543258071],\n              [14.46314463144634, -1.548242813178589],\n              [14.466744667446704, -1.224818092930008],\n              [14.391143911439144, -1.02303541348288],\n              [14.499144991449924, -0.6309187172523],\n              [14.293942939429428, -0.436291451969964],\n              [14.160741607416099, -0.454895528798424],\n              [14.121141211412123, -0.301769665671884],\n              [13.829538295382974, -0.205887115863675],\n              [13.919539195391962, -0.052761252737135],\n              [13.872738727387286, 0.196247160197615],\n              [14.074340743407447, 0.539707040107615],\n              [14.232742327423296, 0.542569205773532],\n              [14.466744667446704, 0.913219659509735],\n              [14.275942759427608, 1.1550726582797],\n              [14.182341823418255, 1.381183745887114],\n              [13.793537935379362, 1.43413381070657],\n              [13.545135451354525, 1.283870113245946],\n              [13.249932499325013, 1.22233355142874],\n              [13.145531455314568, 1.611588081993403],\n              [13.163531635316389, 1.899235731418031],\n              [13.293132931329325, 2.161123889849399]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GB\",\n        \"countryKey\": \"GB\",\n        \"countryName\": \"United Kingdom\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-5.117451174511729, 55.440337760888028],\n              [-5.160651606516041, 55.676466428326151],\n              [-5.355053550535473, 55.68934617382277],\n              [-5.344253442534409, 55.483270245876767],\n              [-5.117451174511729, 55.440337760888028]\n            ]\n          ],\n          [\n            [\n              [-6.103861038610347, 55.83102337428565],\n              [-6.139861398613959, 55.941216752423443],\n              [-6.453064530645264, 55.841040954116352],\n              [-6.244262442624404, 55.660724517163601],\n              [-6.024660246602451, 55.682190759657985],\n              [-6.103861038610347, 55.83102337428565]\n            ]\n          ],\n          [\n            [\n              [-5.77985779857795, 56.021357391069103],\n              [-5.74745747457473, 56.141568349037613],\n              [-6.075060750607491, 55.915457261430191],\n              [-5.963459634596319, 55.805263883292398],\n              [-5.77985779857795, 56.021357391069103]\n            ]\n          ],\n          [\n            [\n              [-6.031860318603151, 56.619550015245693],\n              [-6.337863378633756, 56.552289122096653],\n              [-6.129061290612867, 56.475010649116896],\n              [-6.327063270632664, 56.277521218168644],\n              [-5.657456574565714, 56.400594341803057],\n              [-6.031860318603151, 56.619550015245693]\n            ]\n          ],\n          [\n            [\n              [-7.353073530735287, 57.408076656205722],\n              [-7.453874538745367, 57.236346716250722],\n              [-7.353073530735287, 57.098962764286725],\n              [-7.201872018720167, 57.290727863903143],\n              [-7.353073530735287, 57.408076656205722]\n            ]\n          ],\n          [\n            [\n              [-7.18747187471871, 57.655653986307513],\n              [-7.475474754747523, 57.661378317639347],\n              [-7.543875438754355, 57.592686341657355],\n              [-7.158671586715826, 57.511114620178731],\n              [-7.18747187471871, 57.655653986307513]\n            ]\n          ],\n          [\n            [\n              [-6.312663126631236, 57.702879719795149],\n              [-6.388263882638796, 57.516838951510564],\n              [-6.784267842678389, 57.456733472526309],\n              [-6.481864818648148, 57.312194106397513],\n              [-6.319863198631964, 57.160499326103931],\n              [-6.024660246602451, 57.1962763969279],\n              [-6.006660066600631, 57.028839705471768],\n              [-5.64665646656465, 57.264968372909891],\n              [-5.902259022590187, 57.243502130415521],\n              [-6.157861578615751, 57.408076656205722],\n              [-6.154261542615387, 57.589824175991438],\n              [-6.312663126631236, 57.702879719795149]\n            ]\n          ],\n          [\n            [\n              [-6.193861938619364, 58.356884574457098],\n              [-6.26586265862656, 58.511441520416597],\n              [-6.820268202682001, 58.285330432809189],\n              [-6.708667086670829, 58.18944788300098],\n              [-7.032670326703226, 58.245260113486353],\n              [-7.11187111871115, 57.990527369219762],\n              [-6.838268382683793, 57.936146221567355],\n              [-7.101071010710086, 57.811642015099977],\n              [-6.982269822698186, 57.734363542120221],\n              [-6.352263522635184, 58.03918418554035],\n              [-6.399063990639888, 58.209483042662399],\n              [-6.193861938619364, 58.356884574457098]\n            ]\n          ],\n          [\n            [\n              [-3.569435694356912, 54.995270999837985],\n              [-3.082230693004986, 54.962196800515819],\n              [-3.389433894338907, 54.883646538867239],\n              [-3.634236342363408, 54.512996085131022],\n              [-3.241832418324151, 54.112292891902698],\n              [-3.025830258302562, 54.221055187207526],\n              [-2.795427954279518, 54.125172637399316],\n              [-3.018630186301834, 53.931976454949947],\n              [-3.047430474304718, 53.768833011992697],\n              [-2.899828998289962, 53.73591810683466],\n              [-3.184231842318383, 53.37671631576211],\n              [-3.083430834308302, 53.257936440626565],\n              [-3.331833318333167, 53.352387907601823],\n              [-4.152641526415238, 53.227883701134445],\n              [-4.357843578435762, 53.028963187353241],\n              [-4.761047610476083, 52.789972354249201],\n              [-4.516245162451582, 52.789972354249201],\n              [-4.408244082440802, 52.893010318222196],\n              [-4.102241022410198, 52.914476560716565],\n              [-4.051840518405157, 52.54239502414741],\n              [-4.19584195841955, 52.279075782883069],\n              [-4.83304833048328, 52.018618707284659],\n              [-5.081450814508116, 52.021480872950576],\n              [-5.290252902529005, 51.917011826144616],\n              [-4.941049410494088, 51.596449271561951],\n              [-4.678246782467795, 51.718091312363413],\n              [-4.393843938439346, 51.763885963018069],\n              [-4.28944289442893, 51.554947869406163],\n              [-3.853838538385361, 51.623639845388155],\n              [-3.540635406354028, 51.398959840613699],\n              [-3.184231842318383, 51.397528757780748],\n              [-2.975429754297522, 51.563534366403914],\n              [-2.665826658266553, 51.617915514056321],\n              [-2.716227162271593, 51.499135638920777],\n              [-3.011430114301106, 51.311663787803241],\n              [-3.022230222302198, 51.192883912667696],\n              [-3.385833858338543, 51.185728498502911],\n              [-3.767437674376708, 51.247265060320117],\n              [-4.152641526415238, 51.211487989496163],\n              [-4.336243362433606, 50.99682556455241],\n              [-4.527045270452675, 51.015429641380862],\n              [-4.548645486454831, 50.809353713434874],\n              [-4.793447934479303, 50.59469128849112],\n              [-5.023850238502348, 50.524568229676163],\n              [-5.049050490504868, 50.428685679867954],\n              [-5.437854378543761, 50.193988095262782],\n              [-5.686256862568598, 50.161073190104744],\n              [-5.70425704257039, 50.052310894799916],\n              [-5.473854738547345, 50.131020450612624],\n              [-5.189451894518925, 49.959290510657624],\n              [-5.052650526505232, 50.195419178095747],\n              [-4.800648006480031, 50.22976516608675],\n              [-4.753847538475355, 50.329940964393828],\n              [-4.167041670416666, 50.375735615048498],\n              [-3.789037890378864, 50.212592172091249],\n              [-3.645036450364472, 50.225471917587868],\n              [-3.486634866348624, 50.411512685872452],\n              [-3.493834938349352, 50.547465555003498],\n              [-3.259832598325943, 50.674831927136779],\n              [-2.86382863828635, 50.733506323288083],\n              [-2.464224642246393, 50.584673708660404],\n              [-2.435424354243509, 50.637623773479874],\n              [-1.985419854198511, 50.596122371324071],\n              [-1.938619386193835, 50.690573838299329],\n              [-1.315813158131562, 50.800767216437123],\n              [-0.91980919809194, 50.836544287261077],\n              [-0.81180811808116, 50.734937406121034],\n              [-0.570605706057023, 50.802198299270074],\n              [-0.17460174601743, 50.829388873096292],\n              [0.271802718027203, 50.747817151617667],\n              [0.801008010080125, 50.939582251234071],\n              [0.981009810098129, 50.918116008739702],\n              [1.027810278102805, 51.041189132374114],\n              [1.355413554135566, 51.13134735085049],\n              [1.423814238142398, 51.391804426448914],\n              [0.977409774097765, 51.34887194146016],\n              [0.556205562055652, 51.411839586110332],\n              [0.455404554045572, 51.50485997025261],\n              [0.873008730087321, 51.559241117905032],\n              [0.977409774097765, 51.823991442002324],\n              [1.200612006120082, 51.878372589654745],\n              [1.582215822158247, 52.081586351934817],\n              [1.76941769417698, 52.486582793662038],\n              [1.643416434164379, 52.775661525919617],\n              [1.276212762127642, 52.92878738904615],\n              [0.57060570605708, 52.968857708368986],\n              [0.379803798038012, 52.791403437082153],\n              [0.009000090000939, 52.88585490405741],\n              [0.329403294032971, 53.086206500671565],\n              [0.343803438034399, 53.226452618301494],\n              [0.153001530015331, 53.475461031236236],\n              [-0.189001890018886, 53.620000397365033],\n              [0.135001350013539, 53.642897722692368],\n              [-0.217802178021742, 54.022134673426322],\n              [-0.07380073800735, 54.112292891902698],\n              [-0.397803978039747, 54.269712003528113],\n              [-0.563405634056323, 54.477219014307067],\n              [-1.103411034110309, 54.624620546101781],\n              [-1.297812978129741, 54.780608574894231],\n              [-1.521015210152086, 55.167000939792985],\n              [-1.63261632616323, 55.58487712701681],\n              [-1.816218162181599, 55.633533943337397],\n              [-2.021420214202124, 55.805263883292398],\n              [-2.147421474214724, 55.916888344263143],\n              [-2.633426334263305, 56.058565544726022],\n              [-2.802628026280246, 56.064289876057856],\n              [-3.09063090630903, 55.948372166588229],\n              [-3.57663576635764, 56.017064142570234],\n              [-3.177031770317683, 56.058565544726022],\n              [-2.96462964629643, 56.205967076520736],\n              [-2.575825758257565, 56.283245549500478],\n              [-2.83862838628383, 56.366248353812068],\n              [-2.885428854288506, 56.457837655121395],\n              [-2.529025290252889, 56.580910778755808],\n              [-2.439024390243873, 56.735467724715306],\n              [-2.21942219422192, 56.872851676679318],\n              [-1.981819818198147, 57.319349520562312],\n              [-1.758617586175831, 57.473906466521811],\n              [-1.931419314193107, 57.682844560133731],\n              [-3.079830798307967, 57.669964814637098],\n              [-3.490234902348988, 57.712897299625851],\n              [-3.591035910359068, 57.641343157977929],\n              [-4.249842498424954, 57.496803791849146],\n              [-3.789037890378864, 57.83024609192843],\n              [-4.041040410404065, 57.818797429264762],\n              [-4.077040770407677, 57.943301635732141],\n              [-3.220232202321995, 58.305365592470594],\n              [-3.087030870308666, 58.414127887775436],\n              [-3.018630186301834, 58.640238975382843],\n              [-3.346233462334595, 58.651687638046511],\n              [-3.810638106381049, 58.572978082233803],\n              [-4.660246602466003, 58.555805088238301],\n              [-4.987849878498764, 58.62879031271919],\n              [-5.171451714517104, 58.354022408791181],\n              [-5.095850958509544, 58.276743935811439],\n              [-5.394653946539449, 58.245260113486353],\n              [-5.301053010530069, 58.070668007865436],\n              [-5.448654486544825, 58.08497883619502],\n              [-5.095850958509544, 57.870316411251267],\n              [-5.365853658536565, 57.943301635732141],\n              [-5.455854558545553, 57.853143417255765],\n              [-5.614256142561402, 57.928990807402556],\n              [-5.808658086580834, 57.844556920258015],\n              [-5.65385653856535, 57.531149779840149],\n              [-5.837458374583719, 57.579806596160722],\n              [-5.808658086580834, 57.355126591386266],\n              [-5.599855998559946, 57.279279201239476],\n              [-5.873458734587331, 56.887162505008902],\n              [-5.851858518585146, 56.746916387378974],\n              [-6.222662226622248, 56.695397405392484],\n              [-5.895058950589487, 56.675362245731066],\n              [-6.003060030600267, 56.618118932412727],\n              [-5.668256682566806, 56.497907974444232],\n              [-5.268652686526849, 56.712570399387985],\n              [-5.59625596255961, 56.258917141340191],\n              [-5.509855098550958, 56.188794082525234],\n              [-5.69705697056969, 55.982718154579231],\n              [-5.614256142561402, 55.763762481136609],\n              [-5.783457834578314, 55.312971388754733],\n              [-5.513455134551322, 55.373076867738988],\n              [-5.491854918549166, 55.644982606001065],\n              [-5.319053190531889, 55.782366557965062],\n              [-5.333453334533317, 55.896853184601724],\n              [-4.9842498424984, 55.871093693608486],\n              [-4.851048510485072, 56.112946692378443],\n              [-4.786247862478604, 55.956958663585979],\n              [-4.919449194491904, 55.707950250651237],\n              [-4.617046170461663, 55.4961499913734],\n              [-5.00945009450092, 55.141241448799732],\n              [-5.128251282512792, 54.849300550876237],\n              [-4.8582485824858, 54.633207043099532],\n              [-4.955449554495516, 54.810661314386365],\n              [-4.8582485824858, 54.866473544871738],\n              [-4.37224372243719, 54.681863859420105],\n              [-4.404644046440438, 54.907974947027526],\n              [-3.965439654396505, 54.77202207789648],\n              [-3.843038430384269, 54.866473544871738],\n              [-3.598235982359796, 54.877922207535406],\n              [-3.569435694356912, 54.995270999837985]\n            ]\n          ],\n          [\n            [\n              [-1.081810818108153, 50.713471163626664],\n              [-1.294212942129406, 50.773576642610905],\n              [-1.495814958149566, 50.671969761470862],\n              [-1.168211682116805, 50.603277785488871],\n              [-1.081810818108153, 50.713471163626664]\n            ]\n          ],\n          [\n            [\n              [-4.098640986409833, 53.30945542261307],\n              [-4.275042750427474, 53.401044723922411],\n              [-4.570245702456987, 53.39245822692466],\n              [-4.411844118441167, 53.132001151326236],\n              [-4.098640986409833, 53.30945542261307]\n            ]\n          ],\n          [\n            [\n              [-2.727027270272686, 58.970819109796224],\n              [-3.130231302313007, 59.005165097787227],\n              [-2.993429934299314, 59.073857073769219],\n              [-3.324633246332439, 59.126807138588688],\n              [-3.367833678336751, 59.016613760450895],\n              [-3.202232022320203, 58.916437962143803],\n              [-2.982629826298222, 58.960801529965522],\n              [-2.83862838628383, 58.8820919741528],\n              [-2.727027270272686, 58.970819109796224]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GB-NIR\",\n        \"countryKey\": \"GB\",\n        \"countryName\": \"United Kingdom\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-7.248672486724843, 55.06968730715181],\n              [-7.403474034740327, 55.003857496835735],\n              [-7.543875438754355, 54.74196933840436],\n              [-7.846278462784596, 54.730520675740692],\n              [-7.752677526775244, 54.614602966271065],\n              [-8.173881738817357, 54.461477103144531],\n              [-7.835478354783532, 54.203882193212024],\n              [-7.309873098730947, 54.115155057568614],\n              [-7.050670506705046, 54.411389203990979],\n              [-6.615066150661477, 54.037876584588858],\n              [-6.269462694626924, 54.097982063573113],\n              [-6.039060390603879, 54.036445501755907],\n              [-5.862658626586239, 54.231072767038242],\n              [-5.55305553055527, 54.298333660187282],\n              [-5.707857078570754, 54.351283725006738],\n              [-5.574655746557426, 54.528737996293572],\n              [-5.502655026550229, 54.33983506234307],\n              [-5.434254342543397, 54.4657703516434],\n              [-5.535055350553478, 54.657535451259818],\n              [-5.72945729457291, 54.729089592907741],\n              [-6.100261002610011, 55.212795590447655],\n              [-6.474664746647449, 55.248572661271609],\n              [-6.964269642696394, 55.194191513619188],\n              [-7.065070650706474, 55.043927816158572],\n              [-7.248672486724843, 55.06968730715181]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GB-ZET\",\n        \"countryKey\": \"GB\",\n        \"countryName\": \"United Kingdom\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-1.096210962109581, 60.416212771084133],\n              [-1.445414454144526, 60.492060161230924],\n              [-1.362613626136238, 60.320330221275924],\n              [-1.65781657816575, 60.30601939294634],\n              [-1.45621456214559, 60.155755695485723],\n              [-1.269012690126885, 60.244482831129133],\n              [-1.377013770137665, 59.908178365383932],\n              [-1.276212762127585, 59.88241887439068],\n              [-1.164611646116441, 60.059873145677514],\n              [-1.200612006120025, 60.204412511806311],\n              [-1.096210962109581, 60.416212771084133]\n            ]\n          ],\n          [\n            [\n              [-0.988209882098801, 60.698136089176927],\n              [-1.171811718117141, 60.646617107190423],\n              [-1.031410314103113, 60.500646658228675],\n              [-0.988209882098801, 60.698136089176927]\n            ]\n          ],\n          [\n            [\n              [-0.905409054090512, 60.683825260847343],\n              [-0.76140761407612, 60.79974297031697],\n              [-0.880208802087992, 60.845537620971641],\n              [-0.905409054090512, 60.683825260847343]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GE\", \"countryKey\": \"GE\", \"countryName\": \"Georgia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [45.002250022500249, 41.289790708596058],\n              [45.250652506525086, 41.444347654555557],\n              [45.315453154531554, 41.451503068720356],\n              [45.743857438574395, 41.329861027918895],\n              [45.751057510575123, 41.241133892275471],\n              [45.819458194581955, 41.208218987117434],\n              [46.085860858608584, 41.183890578957147],\n              [46.229862298623004, 41.195339241620815],\n              [46.496264962649633, 41.045075544160184],\n              [46.600666006660077, 41.093732360480772],\n              [46.622266222662233, 41.115198602975141],\n              [46.629466294662961, 41.345602939081431],\n              [46.306636003484613, 41.520881166378039],\n              [46.290754600940808, 41.586391951871221],\n              [46.190261902619028, 41.740581800977935],\n              [46.431464314643165, 41.890845498438551],\n              [46.222662226622276, 41.99388346241156],\n              [45.949059490594919, 42.022505119070729],\n              [45.621456214562158, 42.22428779851785],\n              [45.740257402574031, 42.470434045786675],\n              [45.35505355053553, 42.520521944940228],\n              [45.103051030510329, 42.700838381892964],\n              [45.067050670506717, 42.687958636396345],\n              [44.858248582485828, 42.759512778044268],\n              [44.782647826478268, 42.616404494748423],\n              [44.638646386463876, 42.73947761838285],\n              [44.271442714427167, 42.70226946472593],\n              [44.195841958419606, 42.629284240245056],\n              [43.92223922239225, 42.559161181430099],\n              [43.749437494374945, 42.599231500752936],\n              [43.799837998379985, 42.746633032547635],\n              [43.479434794347952, 42.866843990516131],\n              [43.195031950319503, 42.926949469500386],\n              [43.000630006300071, 43.098679409455386],\n              [42.752227522275234, 43.177388965268094],\n              [42.59742597425975, 43.140180811611174],\n              [42.424624246242473, 43.228907947254598],\n              [42.356223562235641, 43.236063361419383],\n              [42.075420754207556, 43.185975462265844],\n              [41.549815498154999, 43.226045781588681],\n              [41.380613806138086, 43.334808076893509],\n              [41.013410134101349, 43.374878396216346],\n              [40.682206822068224, 43.528004259342879],\n              [40.232202322023227, 43.575229992830515],\n              [40.05940059400595, 43.535159673507678],\n              [39.987399873998754, 43.38918922454593],\n              [40.217802178021799, 43.319066165730973],\n              [40.336603366033671, 43.140180811611174],\n              [40.8550085500855, 43.062902338631432],\n              [41.024210242102441, 42.989917114150558],\n              [41.150211502115042, 42.795289848868222],\n              [41.384213842138422, 42.756650612378351],\n              [41.499414994149959, 42.640732902908724],\n              [41.553415534155363, 42.390293407141016],\n              [41.773017730177315, 41.902294161102219],\n              [41.675816758167599, 41.661872245165227],\n              [41.521015210152115, 41.514470713370514],\n              [41.812618126181263, 41.421450329228222],\n              [41.949419494194956, 41.505884216372763],\n              [42.439024390243901, 41.431467909058938],\n              [42.586625866258686, 41.578869440853637],\n              [42.820628206282066, 41.571714026688852],\n              [43.231032310323116, 41.172441916293479],\n              [43.439834398344004, 41.106612105977391],\n              [43.731437314373153, 41.106612105977391],\n              [44.192241922419242, 41.229685229611803],\n              [44.552245522455223, 41.176735164792348],\n              [45.002250022500249, 41.289790708596058]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GF\",\n        \"countryKey\": \"GF\",\n        \"countryName\": \"French Guiana\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-51.683916839168347, 4.038704566690733],\n              [-51.651516515165099, 4.190399346984314],\n              [-51.791917919179156, 4.601120120043362],\n              [-51.8963189631896, 4.664087764693519],\n              [-51.950319503194976, 4.370715783937065],\n              [-51.99711997119968, 4.652639102029852],\n              [-52.299522995229907, 4.944579999953348],\n              [-52.403924039240351, 4.973201656612517],\n              [-52.994329943299391, 5.458338736985397],\n              [-53.516335163351584, 5.581411860619809],\n              [-53.944739447394426, 5.744555303577059],\n              [-54.059940599405948, 5.436872494491013],\n              [-54.171541715417106, 5.348145358847603],\n              [-54.430744307443035, 5.05334229525819],\n              [-54.481144811448075, 4.913096177628276],\n              [-54.452344523445191, 4.483771327740769],\n              [-54.344343443434397, 4.024393738361148],\n              [-54.04914049140487, 3.635139207796485],\n              [-54.002340023400194, 3.454822770843734],\n              [-54.211142111421069, 3.127104802096277],\n              [-54.164341643416392, 2.969685690470861],\n              [-54.358743587435825, 2.507445935425316],\n              [-54.61434614346139, 2.325698415639607],\n              [-54.477544775447711, 2.214073954668862],\n              [-54.135541355413508, 2.111035990695861],\n              [-53.829538295382903, 2.309956504477071],\n              [-53.530735307353027, 2.246988859826899],\n              [-53.343533435334308, 2.350026823799901],\n              [-52.958329583295793, 2.175434718178984],\n              [-52.706327063270592, 2.358613320797652],\n              [-51.989919899198952, 3.705262266611442],\n              [-51.683916839168347, 4.038704566690733]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GH\", \"countryKey\": \"GH\", \"countryName\": \"Ghana\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-2.687426874268709, 9.488267994596058],\n              [-2.658626586265825, 9.273605569652304],\n              [-2.773827738277362, 9.054649896209682],\n              [-2.619026190261877, 8.922990275577504],\n              [-2.507425074250705, 8.208879941931301],\n              [-2.83862838628383, 7.819625411366644],\n              [-2.943029430294274, 7.577772412596687],\n              [-3.047430474304718, 7.071169089729437],\n              [-3.223832238322359, 6.849351250620884],\n              [-3.263432634326307, 6.617515831681644],\n              [-2.968229682296794, 5.621482179942646],\n              [-2.781027810278061, 5.578549694953892],\n              [-2.755827558275541, 5.17927758455852],\n              [-2.842228422284194, 5.149224845066399],\n              [-3.115831158311551, 5.107723442910597],\n              [-3.119431194311915, 5.091981531748061],\n              [-2.356223562235584, 4.920251591793061],\n              [-2.089820898208956, 4.737072989174393],\n              [-1.747817478174767, 4.877319106804308],\n              [-1.567815678156762, 5.018996307267187],\n              [-0.9954099540995, 5.216485738215439],\n              [-0.801008010080068, 5.215054655382474],\n              [-0.372603726037227, 5.492684724976399],\n              [0.034200342003459, 5.628637594107431],\n              [0.322203222032243, 5.778901291568062],\n              [0.7218072180722, 5.756003966240726],\n              [0.995409954099557, 5.839006770552317],\n              [1.186211862118654, 6.100894928983678],\n              [0.765007650076541, 6.420026400733391],\n              [0.729007290072929, 6.571721181026973],\n              [0.52020520205204, 6.832178256625397],\n              [0.64620646206464, 7.323039668330097],\n              [0.498604986049884, 7.562030501434137],\n              [0.61380613806142, 7.699414453398134],\n              [0.574205742057444, 8.204586693432432],\n              [0.703807038070408, 8.28329624924514],\n              [0.617406174061756, 8.489372177191143],\n              [0.376203762037647, 8.724069761796301],\n              [0.505805058050612, 8.86574696225918],\n              [0.430204302043052, 9.027459322383464],\n              [0.531005310053132, 9.400971941785599],\n              [0.228602286022891, 9.575564047406516],\n              [0.394203942039439, 10.032079471120213],\n              [0.397803978039803, 10.28251896688792],\n              [0.178201782017851, 10.397005593524597],\n              [-0.088200882008806, 10.63313426096272],\n              [0.016200162001638, 11.062459110850213],\n              [-0.167401674016702, 11.135444335331087],\n              [-0.30060300603003, 11.162634909157291],\n              [-0.63540635406352, 10.907902164890714],\n              [-0.696606966069623, 10.993767134868207],\n              [-2.752227522275206, 10.985180637870471],\n              [-2.921429214292118, 10.72186139660613],\n              [-2.737827378273749, 9.833158957339009],\n              [-2.795427954279518, 9.720103413535298],\n              [-2.687426874268709, 9.488267994596058]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GL\", \"countryKey\": \"GL\", \"countryName\": \"Greenland\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-40.876608766087628, 65.095853634857875],\n              [-40.718207182071779, 65.028592741708835],\n              [-40.649806498064947, 65.141648285512545],\n              [-40.261002610026054, 65.004264333548548],\n              [-40.027000270002674, 65.095853634857875],\n              [-40.12420124201239, 65.165976693672832],\n              [-39.760597605976017, 65.247548415151456],\n              [-39.940599405994021, 65.367759373119952],\n              [-39.803798037980329, 65.423571603605339],\n              [-40.13140131401309, 65.459348674429293],\n              [-40.066600666006622, 65.582421798063706],\n              [-39.875798757987553, 65.506574407916915],\n              [-39.656196561965572, 65.686890844869666],\n              [-39.447394473944712, 65.546644727239752],\n              [-38.511385113851105, 65.679735430704881],\n              [-38.244982449824448, 65.636802945716127],\n              [-38.122581225812212, 65.815688299835912],\n              [-38.432184321843181, 65.901553269813419],\n              [-37.985779857798548, 65.950210086133993],\n              [-37.996579965799612, 66.240719901224537],\n              [-37.690576905769007, 66.267910475050755],\n              [-38.140581405814032, 66.340895699531629],\n              [-38.097380973809692, 66.393845764351084],\n              [-37.614976149761446, 66.329447036867961],\n              [-37.215372153721489, 66.346620030863463],\n              [-37.798577985779815, 66.048954801608119],\n              [-37.690576905769007, 65.947347920468076],\n              [-37.211772117721125, 65.775617980513076],\n              [-37.085770857708525, 65.8643451161565],\n              [-36.520565205652019, 65.990280405456829],\n              [-36.358563585635807, 66.091887286596872],\n              [-36.380163801637991, 65.928743843639623],\n              [-36.074160741607386, 65.935899257804422],\n              [-35.717757177571741, 66.090456203763921],\n              [-35.588155881558777, 66.289376717545125],\n              [-35.217352173521704, 66.240719901224537],\n              [-34.655746557465534, 66.370948439023749],\n              [-34.432544325443217, 66.688648827940497],\n              [-34.371343713437085, 66.59705952663117],\n              [-33.946539465394608, 66.751616472590669],\n              [-34.014940149401468, 66.853223353730698],\n              [-33.546935469354651, 67.077903358505168],\n              [-33.514535145351402, 67.200976482139581],\n              [-33.233732337323346, 67.543005279216615],\n              [-32.927729277292741, 67.688975728178363],\n              [-32.330123301232987, 67.886465159126615],\n              [-32.139321393213891, 67.850688088302661],\n              [-31.995319953199498, 68.05103968491683],\n              [-32.207722077220723, 68.34870491417216],\n              [-32.405724057240548, 68.37875765366428],\n              [-32.571325713257096, 68.508986191463492],\n              [-32.409324093240883, 68.614886321102404],\n              [-32.254522545225427, 68.420259055820082],\n              [-31.991719917199134, 68.25997777852875],\n              [-31.692916929169257, 68.239942618867332],\n              [-31.692916929169257, 68.099696501237403],\n              [-31.412114121141173, 68.11830057806587],\n              [-31.016110161101579, 68.041022105086114],\n              [-30.418504185041826, 68.071074844578249],\n              [-30.008100081000777, 68.125455992230656],\n              [-30.198901989019845, 68.271426441192403],\n              [-29.853298532985292, 68.4159658073212],\n              [-29.774097740977368, 68.308634594849323],\n              [-29.378093780937775, 68.201303382377446],\n              [-29.14769147691473, 68.398792813325699],\n              [-28.852488524885217, 68.328669754510742],\n              [-28.355683556835544, 68.503261860131659],\n              [-28.020880208802055, 68.454605043811071],\n              [-28.020880208802055, 68.563367339115899],\n              [-27.758077580775762, 68.521865936960111],\n              [-27.218072180721776, 68.543332179454495],\n              [-26.742867428674259, 68.705044539578779],\n              [-26.642066420664179, 68.653525557592275],\n              [-26.285662856628534, 68.695026959748077],\n              [-26.235262352623494, 68.792340592389252],\n              [-25.943659436594345, 68.790909509556286],\n              [-25.450454504545007, 68.968363780843106],\n              [-25.655656556565532, 69.091436904477519],\n              [-25.212852128521263, 69.064246330651315],\n              [-25.022050220502166, 69.224527607942662],\n              [-24.615246152461481, 69.280339838428034],\n              [-24.734047340473381, 69.433465701554582],\n              [-24.417244172441684, 69.37049805690441],\n              [-24.132841328413264, 69.417723790392046],\n              [-24.100441004410015, 69.533641499861659],\n              [-23.812438124381202, 69.512175257367289],\n              [-23.578435784357822, 69.633817298168736],\n              [-23.704437044370422, 69.718251185313278],\n              [-23.439910158291742, 69.738789168165084],\n              [-23.481234812348077, 69.655283540663106],\n              [-23.225632256322541, 69.67102545182567],\n              [-23.429241606701737, 69.739617479165361],\n              [-23.243632436324333, 69.754028256137246],\n              [-23.333633336333321, 69.861359468609123],\n              [-23.03123031230308, 69.761183670302017],\n              [-23.067230672306692, 69.871377048439825],\n              [-22.88002880028796, 69.962966349749166],\n              [-22.379623796237922, 69.971552846746903],\n              [-22.10962109621093, 70.154731449365585],\n              [-22.372423724237223, 70.114661130042748],\n              [-23.560435604356002, 70.113230047209782],\n              [-24.485644856448516, 70.246320750674897],\n              [-25.032850328503258, 70.366531708643407],\n              [-25.220052200521963, 70.279235655832935],\n              [-25.306453064530615, 70.413757442131043],\n              [-25.907659076590733, 70.307857312492104],\n              [-26.325263252632482, 70.197663934354324],\n              [-26.843668436684339, 70.260631579004496],\n              [-27.185671856718528, 70.167611194862189],\n              [-27.282872828728244, 69.991588006408335],\n              [-27.473674736747341, 69.960104184083235],\n              [-27.596075960759578, 70.060279982390313],\n              [-27.956079560795558, 70.010192083236774],\n              [-28.103681036810343, 70.07172864505398],\n              [-28.514085140851364, 70.044538071227777],\n              [-28.575285752857496, 70.100350301713149],\n              [-28.107281072810679, 70.143282786701917],\n              [-27.905679056790518, 70.091763804715413],\n              [-27.434074340743365, 70.176197691859954],\n              [-26.973269732697304, 70.329323554986502],\n              [-26.699666996669919, 70.290684318496602],\n              [-26.321663216632118, 70.37941145414004],\n              [-26.742867428674259, 70.483880500945986],\n              [-28.233282332823279, 70.372256039975241],\n              [-28.280082800827984, 70.51107107477219],\n              [-28.787687876878721, 70.469569672616416],\n              [-29.205292052920498, 70.393722282469611],\n              [-29.17289172891725, 70.471000755449353],\n              [-28.308883088830839, 70.564021139591659],\n              [-27.920079200791974, 70.881721528508393],\n              [-28.40968409684092, 70.969017581318866],\n              [-28.017280172801691, 70.996208155145069],\n              [-27.617676176761734, 70.95327567015633],\n              [-27.923679236792339, 71.133592107109081],\n              [-27.804878048780466, 71.156489432436416],\n              [-27.506075060750561, 70.941827007492662],\n              [-26.829268292682883, 70.934671593327863],\n              [-26.426064260642562, 70.9747419126507],\n              [-25.580055800557972, 71.187973254761488],\n              [-25.443254432544279, 71.379738354377906],\n              [-25.727657276572728, 71.47418982135315],\n              [-26.447664476644718, 71.509966892177118],\n              [-26.688866888668855, 71.481345235517949],\n              [-27.12087120871206, 71.571503453994325],\n              [-27.650076500764982, 71.613004856150098],\n              [-27.329673296732921, 71.718904985789038],\n              [-27.966879668796651, 71.87059976608262],\n              [-27.862478624786206, 71.907807919739525],\n              [-28.456484564845624, 71.939291742064597],\n              [-28.35928359283588, 72.006552635213637],\n              [-27.880478804787998, 71.979362061387434],\n              [-27.221672216722141, 71.744664476782276],\n              [-27.156871568715644, 71.668817086635471],\n              [-26.786067860678571, 71.547175045834024],\n              [-25.860858608586057, 71.571503453994325],\n              [-25.576455764557608, 71.51998447200782],\n              [-25.122851228512246, 71.311046378395901],\n              [-24.636846368463637, 71.361134277549439],\n              [-24.669246692466885, 71.272407141906029],\n              [-24.266042660426564, 71.082073125122577],\n              [-24.183241832418304, 70.804443055528651],\n              [-23.931239312393103, 70.612677955912233],\n              [-23.344433444334413, 70.440948015957247],\n              [-22.660426604266007, 70.438085850291316],\n              [-22.566825668256655, 70.571176553756459],\n              [-22.649626496264915, 70.722871334050041],\n              [-22.430024300242962, 70.845944457684453],\n              [-22.473224732247274, 70.665628020731702],\n              [-22.379623796237922, 70.448103430122018],\n              [-22.023220232202277, 70.499622412108522],\n              [-21.940419404194017, 70.390860116803708],\n              [-21.638016380163776, 70.445241264456115],\n              [-21.476014760147564, 70.545417062763192],\n              [-21.760417604176013, 70.57833196792123],\n              [-21.544415444154396, 70.709991588553407],\n              [-21.746017460174556, 70.800149807029783],\n              [-21.612816128161256, 70.928947261996029],\n              [-21.814418144181417, 71.268113893407161],\n              [-21.605616056160528, 71.325357206725499],\n              [-21.814418144181417, 71.375445105879038],\n              [-21.74961749617492, 71.489931732515686],\n              [-22.131221312213086, 71.491362815348651],\n              [-22.28602286022857, 71.431257336364411],\n              [-22.354423544235402, 71.269544976240098],\n              [-22.530825308253043, 71.464172241522448],\n              [-22.448024480244754, 71.581521033825027],\n              [-21.893618936189341, 71.743233393949311],\n              [-22.293222932229298, 71.734646896951574],\n              [-22.394023940239379, 71.627315684479697],\n              [-22.642426424264215, 71.67597250080027],\n              [-22.574025740257355, 71.767561802109611],\n              [-23.013230132301288, 71.641626512809268],\n              [-23.060030600305964, 71.711749571624239],\n              [-22.502025020250159, 71.900652505574726],\n              [-23.196831968319657, 72.018001297877305],\n              [-23.10683106831064, 72.066658114197907],\n              [-23.621636216362134, 72.156816332674282],\n              [-23.762037620376162, 72.244112385484726],\n              [-24.276842768427656, 72.318528692798566],\n              [-24.546845468454649, 72.422997739604511],\n              [-25.180451804518015, 72.365754426286202],\n              [-25.497254972549683, 72.219783977324454],\n              [-25.288452884528823, 72.390082834446474],\n              [-25.911259112591097, 72.422997739604511],\n              [-25.133651336513338, 72.435877485101145],\n              [-24.611646116461117, 72.533191117742319],\n              [-24.698046980469769, 72.676299401038136],\n              [-25.522455224552203, 72.840873926828351],\n              [-25.882458824588213, 72.740698128521274],\n              [-26.721267212672103, 72.703489974864368],\n              [-26.397263972639678, 72.770750868013408],\n              [-26.699666996669919, 72.832287429830615],\n              [-27.149671496714944, 72.803665773171446],\n              [-26.782467824678207, 72.872357749153451],\n              [-26.267662676626742, 72.785061696342979],\n              [-25.990459904599021, 72.796510359006646],\n              [-25.69525695256948, 72.902410488645558],\n              [-25.320853208532043, 72.892392908814855],\n              [-24.986049860498582, 73.02548361227997],\n              [-25.05085050850505, 73.084158008431274],\n              [-25.720457204572, 73.138539156083681],\n              [-25.997659976599721, 73.202937883566818],\n              [-26.444064440644382, 73.197213552234984],\n              [-26.706867068670647, 73.102762085259741],\n              [-27.261272612726088, 73.127090493420013],\n              [-27.326073260732585, 72.968240298961661],\n              [-27.405274052740481, 73.111348582257477],\n              [-27.603276032760306, 73.16716081274285],\n              [-27.088470884708812, 73.190058138070185],\n              [-26.714067140671375, 73.134245907584813],\n              [-26.447664476644718, 73.280216356546561],\n              [-27.12807128071276, 73.3546326638604],\n              [-27.333273332733285, 73.497740947156217],\n              [-26.825668256682519, 73.343184001196732],\n              [-26.487264872648694, 73.347477249695601],\n              [-26.148861488614841, 73.241577120056689],\n              [-25.706057060570572, 73.271629859548824],\n              [-25.436054360543579, 73.3546326638604],\n              [-25.292052920529159, 73.473412538995944],\n              [-24.719647196471925, 73.492016615824383],\n              [-25.007650076500738, 73.586468082799655],\n              [-25.086850868508662, 73.696661460937435],\n              [-25.551255512555088, 73.811148087574111],\n              [-25.727657276572728, 73.918479300045988],\n              [-24.996849968499646, 73.716696620598867],\n              [-24.942849428494242, 73.612227573792893],\n              [-24.456844568445661, 73.54210451497795],\n              [-24.410044100440956, 73.728145283262535],\n              [-24.060840608406039, 73.819734584571847],\n              [-23.826838268382659, 73.738162863093237],\n              [-23.553235532355302, 73.735300697427306],\n              [-22.937629376293728, 73.617951905124727],\n              [-22.844028440284376, 73.560708591806389],\n              [-23.571235712357094, 73.716696620598867],\n              [-24.014040140401363, 73.71955878626477],\n              [-23.988839888398843, 73.597916745463323],\n              [-23.114031140311369, 73.3546326638604],\n              [-22.314823148231454, 73.250163617054426],\n              [-21.57321573215728, 73.394702983183237],\n              [-21.544415444154396, 73.490585532991446],\n              [-21.281612816128131, 73.457670627833409],\n              [-20.543605436054321, 73.449084130835644],\n              [-20.482404824048217, 73.758198022754641],\n              [-20.277202772027692, 73.87554681505722],\n              [-20.687606876068713, 73.886995477720887],\n              [-21.5912159121591, 74.057294334842936],\n              [-21.908019080190769, 74.015792932687134],\n              [-21.702817028170244, 73.696661460937435],\n              [-21.846818468184637, 73.6666087214453],\n              [-21.814418144181417, 73.846925158398051],\n              [-21.987219872198693, 73.998619938691633],\n              [-22.455224552245483, 74.064449749007736],\n              [-22.228422284222802, 74.101657902664641],\n              [-22.052020520205161, 74.320613576107263],\n              [-21.771217712177076, 74.439393451242807],\n              [-22.113221132211294, 74.59395039720232],\n              [-21.627216272162684, 74.446548865407607],\n              [-21.256412564125611, 74.47373943923381],\n              [-20.356403564035617, 74.445117782574641],\n              [-20.201602016020132, 74.279112173951489],\n              [-19.625596255962535, 74.239041854628653],\n              [-19.373593735937334, 74.266232428454856],\n              [-18.973989739897377, 74.483757019064512],\n              [-19.269192691926889, 74.522396255554384],\n              [-19.269192691926889, 74.648331544854727],\n              [-19.449194491944894, 74.684108615678696],\n              [-19.719197191971887, 74.586794983037521],\n              [-20.201602016020132, 74.679815367179799],\n              [-20.792007920079158, 74.665504538850229],\n              [-20.608406084060817, 74.734196514832234],\n              [-20.759607596075938, 74.831510147473381],\n              [-20.626406264062609, 75.060483400746733],\n              [-21.116011160111555, 75.090536140238839],\n              [-21.508415084150812, 74.98034276210106],\n              [-21.760417604176013, 74.984636010599928],\n              [-21.180811808118051, 75.12201996256394],\n              [-20.518405184051801, 75.142055122225344],\n              [-20.97920979209789, 75.315216145013324],\n              [-21.314013140131379, 75.363872961333897],\n              [-21.5912159121591, 75.522723155792278],\n              [-22.26082260822605, 75.644365196593725],\n              [-21.670416704166996, 75.592846214607221],\n              [-21.285212852128495, 75.495532581966046],\n              [-21.198811988119843, 75.421116274652235],\n              [-20.669606696066921, 75.293749902518925],\n              [-20.169201692016884, 75.340975636006561],\n              [-19.949599495994931, 75.279439074189355],\n              [-19.881198811988099, 75.149210536390143],\n              [-19.589595895958922, 75.142055122225344],\n              [-19.427594275942738, 75.225057926536948],\n              [-19.380793807938034, 75.541327232620716],\n              [-19.611196111961078, 75.684435515916562],\n              [-19.34479344793445, 75.733092332237135],\n              [-19.935199351993475, 75.933443928851318],\n              [-20.572405724057205, 75.962065585510487],\n              [-21.843218432184301, 75.95777233701159],\n              [-21.983619836198329, 75.992118325002593],\n              [-20.270002700026964, 75.992118325002593],\n              [-19.672396723967211, 76.126640111300674],\n              [-19.938799387993839, 76.258299731932851],\n              [-20.489604896048917, 76.223953743941848],\n              [-20.892808928089238, 76.30838763108639],\n              [-21.54801548015476, 76.223953743941848],\n              [-21.702817028170244, 76.25543756626692],\n              [-21.612816128161256, 76.445771583050401],\n              [-22.188821888218854, 76.411425595059399],\n              [-22.505625056250523, 76.451495914382235],\n              [-21.792817928179261, 76.437185086052637],\n              [-21.67401674016736, 76.527343304529012],\n              [-22.145621456214542, 76.646123179664556],\n              [-22.340023400233974, 76.588879866346218],\n              [-22.743227432274296, 76.699073244484026],\n              [-22.307623076230726, 76.753454392136433],\n              [-22.469624696246939, 76.835026113615044],\n              [-22.264422644226414, 76.859354521775344],\n              [-21.731617316173129, 76.657571842328224],\n              [-20.892808928089238, 76.842181527779843],\n              [-21.731617316173129, 76.890838344100445],\n              [-21.036810368103659, 76.902287006764084],\n              [-20.806408064080614, 76.870803184439012],\n              [-20.514805148051437, 76.945219491752852],\n              [-19.895598955989527, 76.925184332091419],\n              [-19.391593915939126, 76.830732865116175],\n              [-19.063990639906365, 76.837888279280975],\n              [-18.628386283862795, 76.701935410149929],\n              [-18.264782647826451, 76.920891083592551],\n              [-18.325983259832554, 77.208538733017178],\n              [-18.563585635856327, 77.288679371662852],\n              [-19.081990819908157, 77.318732111154958],\n              [-19.063990639906365, 77.187072490522809],\n              [-19.441994419944166, 77.209969815850144],\n              [-19.726397263972615, 77.341629436482293],\n              [-20.464404644046397, 77.383130838638095],\n              [-20.201602016020132, 77.421770075127966],\n              [-20.468004680046761, 77.474720139947436],\n              [-20.345603456034524, 77.55486077859311],\n              [-20.820808208082042, 77.653605494067222],\n              [-20.021600216002128, 77.692244730557093],\n              [-19.359193591935878, 77.526239121933941],\n              [-18.977589775897712, 77.616397340410316],\n              [-19.355593555935513, 77.733746132712895],\n              [-19.960399603995995, 77.790989446031233],\n              [-20.759607596075938, 77.971305882983984],\n              [-20.961209612096098, 77.969874800151018],\n              [-21.375213752137483, 77.776678617701634],\n              [-21.353613536135327, 77.663623073897924],\n              [-21.965619656196537, 77.67936498506046],\n              [-21.814418144181417, 77.851094925015474],\n              [-21.544415444154396, 77.91263148683268],\n              [-21.630816308163048, 77.998496456810187],\n              [-21.321213212132079, 78.077206012622895],\n              [-21.299612996129923, 78.270402195072251],\n              [-20.889208892088874, 78.626741820478884],\n              [-21.206012060120571, 78.632466151810718],\n              [-20.860408604086018, 78.704020293458626],\n              [-20.950409504095006, 78.782729849271334],\n              [-20.568805688056841, 78.7770055179395],\n              [-20.442804428044241, 78.861439405084042],\n              [-19.924399243992411, 78.828524499926004],\n              [-19.783997839978355, 78.930131381066047],\n              [-19.909999099990955, 79.018858516709457],\n              [-19.549995499954974, 79.113309983684729],\n              [-19.229592295922913, 79.097568072522165],\n              [-18.955989559895556, 79.149087054508669],\n              [-18.937989379893764, 79.26214259831238],\n              [-19.31959319593193, 79.290764254971549],\n              [-19.603996039960379, 79.180570876833769],\n              [-19.467194671946686, 79.31509266313185],\n              [-19.564395643956402, 79.386646804779758],\n              [-19.207992079920757, 79.708640442195389],\n              [-19.485194851948478, 79.773039169678498],\n              [-19.967599675996723, 79.68001878553622],\n              [-20.11520115201148, 79.823127068832036],\n              [-20.352803528035253, 79.886094713482208],\n              [-20.075600756007532, 79.989132677455217],\n              [-20.226802268022652, 80.02347866544622],\n              [-19.474394743947414, 80.259607332884343],\n              [-19.179191791917873, 80.26819382988208],\n              [-18.664386643866408, 80.200932936733039],\n              [-17.872378723787193, 80.160862617410203],\n              [-17.289172891728896, 80.218105930728541],\n              [-17.123571235712319, 80.182328859904601],\n              [-16.446764467644641, 80.219537013561506],\n              [-15.787957879578755, 80.404146699013125],\n              [-15.795157951579483, 80.437061604171163],\n              [-16.446764467644641, 80.478563006326965],\n              [-16.896768967689638, 80.583032053132911],\n              [-17.310773107731052, 80.512908994317968],\n              [-18.055980559805562, 80.491442751823598],\n              [-19.488794887948842, 80.634551035119415],\n              [-20.352803528035253, 80.459958929498498],\n              [-20.406804068040657, 80.538668485311206],\n              [-19.47079470794705, 80.666034857444515],\n              [-18.592385923859212, 80.573014473302209],\n              [-18.066780667806654, 80.577307721801077],\n              [-17.458374583745808, 80.640275366451249],\n              [-17.461974619746172, 80.716122756598054],\n              [-17.062370623706215, 80.663172691778584],\n              [-16.252362523625209, 80.637413200785346],\n              [-15.420754207542046, 80.648861863449014],\n              [-15.319953199531966, 80.714691673765088],\n              [-14.293942939429371, 80.78481473258006],\n              [-14.203942039420355, 80.915043270379243],\n              [-14.553145531455272, 80.990890660526048],\n              [-14.077940779407754, 81.020943400018183],\n              [-13.3543335433354, 81.019512317185217],\n              [-12.537125371253694, 81.186949008641335],\n              [-12.166321663216593, 81.331488374770117],\n              [-11.637116371163671, 81.388731688088455],\n              [-11.395913959139563, 81.460285829736364],\n              [-11.680316803168012, 81.504649397558097],\n              [-12.025920259202564, 81.637740101023212],\n              [-13.055530555305523, 81.715018574002954],\n              [-13.919539195391934, 81.812332206644129],\n              [-15.208352083520793, 81.815194372310032],\n              [-15.791557915579119, 81.832367366305533],\n              [-15.845558455584523, 81.782279467151994],\n              [-16.486364863648618, 81.749364561993957],\n              [-16.450364503645005, 81.639171183856178],\n              [-16.839168391683899, 81.624860355526579],\n              [-16.813968139681378, 81.536133219883169],\n              [-17.220772207722035, 81.480320989397796],\n              [-17.145171451714475, 81.413060096248756],\n              [-17.505175051750484, 81.388731688088455],\n              [-18.21438214382141, 81.481752072230762],\n              [-18.65718657186568, 81.501787231892166],\n              [-19.459994599945958, 81.374420859758885],\n              [-19.085590855908521, 81.624860355526579],\n              [-19.902799027990255, 81.669223923348284],\n              [-20.050400504005012, 81.587652201869673],\n              [-19.852398523985215, 81.543288634047968],\n              [-20.691206912069077, 81.360110031429286],\n              [-20.950409504095006, 81.235605824961908],\n              [-21.36441364413642, 81.199828754137968],\n              [-21.958419584195809, 81.020943400018183],\n              [-22.74682746827466, 80.930785181541808],\n              [-23.247232472324697, 80.711829508099157],\n              [-23.866438664386607, 80.583032053132911],\n              [-23.474034740347378, 80.707536259600289],\n              [-23.10683106831064, 80.922198684544043],\n              [-22.559625596255927, 81.119688115492295],\n              [-22.271622716227142, 81.149740854984429],\n              [-22.091620916209138, 81.267089647287008],\n              [-21.814418144181417, 81.310022132275748],\n              [-21.256412564125611, 81.517529143054702],\n              [-21.026010260102566, 81.772261887321292],\n              [-21.119611196111919, 81.978337815267281],\n              [-21.38961389613894, 82.082806862073255],\n              [-22.95562955629552, 82.041305459917453],\n              [-23.196831968319657, 82.022701383089014],\n              [-23.474034740347378, 81.715018574002954],\n              [-23.765637656376526, 81.746502396328054],\n              [-24.528845288452857, 81.646326598020948],\n              [-25.616056160561584, 81.56046162804347],\n              [-26.386463864638614, 81.427370924578327],\n              [-26.699666996669919, 81.531839971384301],\n              [-26.314463144631418, 81.616273858528842],\n              [-24.705247052470497, 81.780848384319057],\n              [-24.618846188461845, 81.986924312265046],\n              [-27.761677616776126, 82.062771702411823],\n              [-29.039690396903922, 81.999804057761679],\n              [-29.550895508955051, 81.889610679623871],\n              [-29.788497884978824, 81.948285075775175],\n              [-30.803708037080327, 81.865282271463599],\n              [-31.678516785167801, 81.835229531971464],\n              [-32.110521105211006, 81.736484816497324],\n              [-32.146521465214619, 81.680672586011951],\n              [-32.718927189271852, 81.692121248675619],\n              [-32.780127801277985, 81.840953863303298],\n              [-31.775717757177546, 81.96116482127178],\n              [-31.224912249122468, 81.968320235436579],\n              [-31.06651066510662, 82.00695947192645],\n              [-29.94329943299428, 82.085669027739158],\n              [-30.288902889028861, 82.170102914883699],\n              [-31.624516245162425, 82.208742151373571],\n              [-30.393303933039306, 82.195862405876966],\n              [-29.853298532985292, 82.140050175391593],\n              [-23.888038880388763, 82.278865210188542],\n              [-22.437224372243691, 82.340401772005748],\n              [-22.307623076230726, 82.427697824816221],\n              [-21.404014040140368, 82.555064196949502],\n              [-21.3392133921339, 82.62661833859741],\n              [-22.649626496264915, 82.804072609884258],\n              [-22.844028440284376, 82.758277959229588],\n              [-23.211232112321085, 82.838418597875261],\n              [-23.661236612366082, 82.838418597875261],\n              [-23.798037980379775, 82.774019870392124],\n              [-24.024840248402455, 82.872764585866236],\n              [-24.478444784447817, 82.899955159692468],\n              [-25.515255152551504, 82.786899615888757],\n              [-25.148051480514766, 82.852729426204831],\n              [-24.752047520475173, 82.998699875166579],\n              [-24.842048420484161, 83.113186501803256],\n              [-25.220052200521963, 83.167567649455663],\n              [-26.548465484654798, 83.084564845144087],\n              [-27.380073800737961, 83.060236436983786],\n              [-30.098100981009765, 83.12606624729986],\n              [-30.252902529025249, 83.09744459064072],\n              [-31.390513905139017, 83.020166117660949],\n              [-31.714517145171413, 82.938594396182339],\n              [-31.826118261182586, 82.994406626667711],\n              [-33.050130501304977, 82.981526881171078],\n              [-33.600936009360055, 82.945749810347138],\n              [-33.687336873368707, 82.83555643220933],\n              [-34.025740257402532, 82.919990319353872],\n              [-34.950949509495047, 82.904248408191336],\n              [-35.400954009540044, 82.818383438213829],\n              [-35.570155701556985, 82.919990319353872],\n              [-33.050130501304977, 83.002993123665448],\n              [-32.506525065250628, 83.06596076831562],\n              [-33.438934389343842, 83.158981152457926],\n              [-32.445324453244496, 83.106031087638456],\n              [-32.160921609216047, 83.061667519816751],\n              [-30.890108901088979, 83.106031087638456],\n              [-30.735307353073495, 83.137514909963528],\n              [-26.076860768607645, 83.209069051611465],\n              [-25.648456484564804, 83.297796187254875],\n              [-28.3844838448384, 83.470957210042826],\n              [-28.56088560885604, 83.420869310889287],\n              [-28.884888848888465, 83.463801795878027],\n              [-28.629286292862901, 83.52247619202933],\n              [-29.266492664926602, 83.533924854692998],\n              [-30.648906489064842, 83.601185747842038],\n              [-32.304923049230467, 83.571133008349904],\n              [-32.492124921249172, 83.634100653000075],\n              [-34.011340113401104, 83.588306002345405],\n              [-33.8313383133831, 83.46237071304509],\n              [-34.364143641436385, 83.602616830675004],\n              [-34.497344973449685, 83.5439424345237],\n              [-34.70254702547021, 83.605478996340906],\n              [-35.242552425524224, 83.536787020358901],\n              [-36.740167401673972, 83.538218103191866],\n              [-36.812168121681168, 83.435180139218886],\n              [-37.586175861758591, 83.50816536369976],\n              [-38.061380613806108, 83.435180139218886],\n              [-37.812978129781271, 83.359332749072081],\n              [-38.69138691386911, 83.425162559388156],\n              [-38.828188281882774, 83.352177334907282],\n              [-38.684186841868382, 83.209069051611465],\n              [-37.942579425794207, 83.201913637446665],\n              [-37.629376293762903, 83.153256821126092],\n              [-36.934569345693404, 83.141808158462425],\n              [-38.784987849878462, 83.067391851148585],\n              [-38.759787597875942, 83.045925608654215],\n              [-37.59337593375929, 83.041632360155319],\n              [-37.272972729727258, 83.010148537830247],\n              [-39.098190981909767, 83.004424206498413],\n              [-38.478984789847857, 82.831263183710462],\n              [-38.637386373863706, 82.749691462231823],\n              [-39.004590045900414, 82.899955159692468],\n              [-39.43659436594362, 82.961491721509674],\n              [-40.689406894068895, 82.985820129669946],\n              [-42.118621186211811, 83.241983956769502],\n              [-42.665826658266553, 83.280623193259373],\n              [-43.259832598325943, 83.263450199263872],\n              [-42.892628926289234, 83.207637968778499],\n              [-44.001440014400117, 83.201913637446665],\n              [-42.878228782287778, 83.110324336137325],\n              [-43.749437494374916, 83.12606624729986],\n              [-44.645846458464547, 83.174723063620462],\n              [-44.725047250472471, 83.104600004805491],\n              [-45.153451534515312, 83.161843318123829],\n              [-45.484654846548437, 83.110324336137325],\n              [-45.121051210512064, 83.037339111656451],\n              [-43.364233642336387, 82.927145733518671],\n              [-44.735847358473535, 82.968647135674445],\n              [-45.106651066510636, 82.935732230516408],\n              [-45.121051210512064, 82.987251212502912],\n              [-46.039060390603851, 83.096013507807754],\n              [-46.701467014670101, 83.002993123665448],\n              [-46.226262262622583, 82.981526881171078],\n              [-45.981459814598111, 82.921421402186837],\n              [-46.845468454684493, 82.975802549839244],\n              [-46.557465574655708, 82.892799745527668],\n              [-45.974259742597383, 82.842711846374129],\n              [-45.635856358563558, 82.877057834365132],\n              [-40.977409774097708, 82.774019870392124],\n              [-40.577805778057751, 82.716776557073786],\n              [-39.951399513995113, 82.692448148913513],\n              [-39.962199621996177, 82.539322285786966],\n              [-39.760597605976017, 82.502114132130032],\n              [-39.803798037980329, 82.361868014500118],\n              [-40.055800558005529, 82.411955913653657],\n              [-40.005400054000489, 82.489234386633427],\n              [-40.228602286022834, 82.567943942446135],\n              [-40.750607506075028, 82.616600758766708],\n              [-41.578615786157826, 82.74682929656592],\n              [-41.899018990189859, 82.729656302570419],\n              [-41.61461614616141, 82.636635918428112],\n              [-41.70821708217079, 82.482078972468628],\n              [-42.046620466204615, 82.756846876396622],\n              [-45.747457474574702, 82.776882036058055],\n              [-45.661056610566078, 82.726794136904488],\n              [-44.591845918459143, 82.562219611114301],\n              [-44.393843938439346, 82.487803303800462],\n              [-43.727837278372732, 82.406231582321823],\n              [-43.83583835838354, 82.341832854838714],\n              [-43.234632346323423, 82.277434127355576],\n              [-43.60903609036086, 82.267416547524874],\n              [-44.231842318423134, 82.320366612344344],\n              [-44.563045630456259, 82.293176038518112],\n              [-44.782647826478211, 82.181551577547367],\n              [-44.39744397443971, 82.10570418740059],\n              [-44.94104941049406, 82.044167625583384],\n              [-44.883448834488291, 81.979768898100247],\n              [-44.231842318423134, 81.845247111802166],\n              [-44.782647826478211, 81.776555135820161],\n              [-45.157051570515677, 81.789434881316794],\n              [-45.398253982539785, 81.866713354296536],\n              [-45.927459274592707, 81.946853992942209],\n              [-46.006660066600631, 82.035581128585619],\n              [-47.230672306723022, 82.170102914883699],\n              [-47.565475654756511, 82.168671832050762],\n              [-47.612276122761187, 82.231639476700906],\n              [-48.735487354873499, 82.35757476600125],\n              [-49.012690126901219, 82.454888398642424],\n              [-51.10791107911075, 82.509269546294831],\n              [-50.582305823058192, 82.154361003721164],\n              [-49.466294662946581, 81.946853992942209],\n              [-49.829898298982954, 81.871006602795433],\n              [-51.035910359103553, 81.956871572772911],\n              [-50.510305103050996, 81.789434881316794],\n              [-49.92709927099267, 81.717880739668885],\n              [-49.919899198991942, 81.611980610029974],\n              [-50.287102871028679, 81.723605071000719],\n              [-51.38511385113847, 81.905352590786407],\n              [-52.05112051120507, 81.942560744443341],\n              [-52.925929259292545, 82.039874377084487],\n              [-52.929529295292909, 81.865282271463599],\n              [-53.552335523355183, 81.653482012185748],\n              [-53.48393483934835, 81.550444048212739],\n              [-53.793537935379305, 81.556168379544573],\n              [-53.764737647376435, 81.745071313495089],\n              [-53.509135091350871, 81.909645839285304],\n              [-53.555935559355547, 82.115721767231292],\n              [-54.092340923409196, 82.320366612344344],\n              [-54.441544415444113, 82.373316677163785],\n              [-55.251552515525105, 82.320366612344344],\n              [-55.273152731527276, 82.250243553529373],\n              [-55.957159571595668, 82.273140878856708],\n              [-56.263162631626273, 82.165809666384831],\n              [-56.464764647646433, 82.235932725199802],\n              [-58.610386103860989, 82.10570418740059],\n              [-59.467194671946672, 82.002666223427582],\n              [-58.484384843848389, 81.879593099793169],\n              [-58.138781387813836, 81.666361757682381],\n              [-57.746377463774593, 81.650619846519845],\n              [-57.170371703716995, 81.521822391553599],\n              [-57.029970299702953, 81.431664173077223],\n              [-57.695976959769553, 81.59623869886741],\n              [-57.940779407794039, 81.594807616034473],\n              [-58.6823868238682, 81.683534751677882],\n              [-58.83718837188367, 81.862420105797668],\n              [-59.60399603996035, 81.893903928122739],\n              [-60.068400684006789, 81.946853992942209],\n              [-61.281612816128117, 81.815194372310032],\n              [-61.454414544145394, 81.745071313495089],\n              [-60.788407884078794, 81.508942646056965],\n              [-61.296012960129559, 81.371558694092954],\n              [-60.939609396093914, 81.184086842975432],\n              [-61.076410764107592, 81.12111919832526],\n              [-61.544415444154396, 81.066738050672825],\n              [-62.196021960219554, 81.199828754137968],\n              [-62.977229772297676, 81.228450410797137],\n              [-63.373233732337283, 81.159758434815132],\n              [-63.18603186031855, 80.952251424036177],\n              [-62.779227792277879, 80.759055241586793],\n              [-63.304833048330437, 80.953682506869143],\n              [-63.592835928359236, 81.151171937817367],\n              [-63.927639276392711, 81.056720470842123],\n              [-64.788047880478757, 80.990890660526048],\n              [-65.126451264512596, 80.779090401248226],\n              [-65.623256232562284, 80.73186466776059],\n              [-65.526055260552553, 80.663172691778584],\n              [-66.051660516605125, 80.666034857444515],\n              [-66.141661416614113, 80.608791544126177],\n              [-66.757267572675673, 80.552979313640805],\n              [-66.786067860678557, 80.464252177997366],\n              [-67.455674556745521, 80.342610137195919],\n              [-67.462874628746235, 80.185191025570504],\n              [-67.189271892718878, 80.166586948742037],\n              [-67.048870488704836, 80.060686819103125],\n              [-66.447664476644718, 80.116499049588498],\n              [-65.864458644586392, 80.012030002782552],\n              [-65.306453064530601, 80.096463889927094],\n              [-64.924849248492436, 80.072135481766793],\n              [-64.474844748447438, 80.10505038692483],\n              [-64.172441724417197, 80.239572173222911],\n              [-64.125641256412521, 80.143689623414701],\n              [-64.34164341643411, 80.079290895931592],\n              [-65.043650436504322, 80.02347866544622],\n              [-64.950049500494956, 79.960511020796048],\n              [-65.101251012510076, 79.840300062827538],\n              [-64.942849428494242, 79.783056749509228],\n              [-65.011250112501074, 79.65855254304185],\n              [-64.860048600485953, 79.508288845581205],\n              [-65.15525155251548, 79.376629224949056],\n              [-65.414454144541395, 79.336558905626219],\n              [-65.976059760597565, 79.103292403853999],\n              [-66.793267932679285, 79.140500557510933],\n              [-66.930069300692963, 79.103292403853999],\n              [-68.038880388803832, 79.077532912860761],\n              [-69.032490324903193, 78.980219280219586],\n              [-69.360093600935954, 78.799902843266835],\n              [-69.907299072990682, 78.804196091765704],\n              [-69.986499864998606, 78.754108192612165],\n              [-70.746107461074558, 78.69543379646089],\n              [-70.803708037080327, 78.598120163819715],\n              [-71.556115561155565, 78.643914814474385],\n              [-71.94131941319408, 78.558049844496878],\n              [-72.589325893258888, 78.520841690839973],\n              [-72.661326613266084, 78.291868437566649],\n              [-72.895328953289479, 78.154484485602637],\n              [-72.58212582125816, 78.061464101460331],\n              [-72.297722977229725, 78.055739770128497],\n              [-72.240122401223957, 77.938390977825918],\n              [-71.631716317163125, 77.862543587679141],\n              [-71.25011250112496, 77.886871995839442],\n              [-71.311313113131078, 77.769523203536835],\n              [-70.677706777067726, 77.780971866200503],\n              [-70.375303753037485, 77.862543587679141],\n              [-70.06930069300688, 77.858250339180273],\n              [-70.681306813068076, 77.709417724552594],\n              [-70.06930069300688, 77.673640653728626],\n              [-69.507695076950725, 77.760936706539098],\n              [-69.518495184951803, 77.687951482058224],\n              [-70.288902889028847, 77.574895938254514],\n              [-69.223292232922276, 77.453253897453067],\n              [-68.640086400863964, 77.509066127938439],\n              [-68.816488164881605, 77.65789874256609],\n              [-68.643686436864314, 77.662191991064958],\n              [-68.355683556835515, 77.500479630940674],\n              [-67.592475924759199, 77.524808039100975],\n              [-67.250472504724996, 77.574895938254514],\n              [-67.142471424714202, 77.672209570895689],\n              [-66.724867248672439, 77.680796067893425],\n              [-66.282062820628155, 77.617828423243253],\n              [-66.051660516605125, 77.493324216775875],\n              [-66.123661236612321, 77.433218737791634],\n              [-66.663666636666321, 77.417476826629098],\n              [-66.444064440644354, 77.294403702994686],\n              [-66.771667716677115, 77.355940264811892],\n              [-67.437674376743715, 77.383130838638095],\n              [-68.370083700836958, 77.377406507306262],\n              [-69.104491044910404, 77.274368543333253],\n              [-68.215282152821473, 77.205676567351276],\n              [-67.992079920799156, 77.22571172701268],\n              [-66.638466384663801, 77.154157585364771],\n              [-66.951669516695119, 77.129829177204471],\n              [-67.876878768787634, 77.202814401685345],\n              [-68.618486184861794, 77.171330579360273],\n              [-69.734497344973406, 77.238591472509313],\n              [-70.904509045090407, 77.191365739021677],\n              [-70.699306993069882, 77.15129541969884],\n              [-71.192511925119206, 77.13698459136927],\n              [-71.347313473134676, 76.992445225240459],\n              [-70.803708037080327, 76.932339746256218],\n              [-70.987309873098681, 76.89656267543225],\n              [-70.65970659706592, 76.802111208457006],\n              [-70.407704077040719, 76.797817959958138],\n              [-69.74169741697412, 76.969547899913152],\n              [-70.101701017010114, 76.802111208457006],\n              [-69.91809918099176, 76.750592226470502],\n              [-68.910089100890957, 76.664727256493023],\n              [-67.984879848798442, 76.684762416154427],\n              [-68.031680316803119, 76.58458661784735],\n              [-68.733687336873317, 76.586017700680316],\n              [-68.902889028890243, 76.523050056030144],\n              [-69.576095760957557, 76.437185086052637],\n              [-69.637296372963675, 76.38280393840023],\n              [-68.438484384843804, 76.143813105296175],\n              [-68.431284312843076, 76.079414377813066],\n              [-66.48726487264868, 75.947754757180888],\n              [-67.034470344703394, 76.065103549483467],\n              [-67.308073080730765, 76.163848264957608],\n              [-66.926469264692599, 76.266886228930588],\n              [-66.415264152641484, 76.086569791977837],\n              [-66.206462064620595, 76.278334891594255],\n              [-65.551255512555073, 76.239695655104384],\n              [-65.889658896588912, 76.102311703140401],\n              [-65.353253532535277, 76.026464312993596],\n              [-65.342453424534199, 76.175296927621275],\n              [-64.698046980469755, 76.125209028467737],\n              [-64.672846728467235, 76.271179477429484],\n              [-64.381243812438072, 76.259730814765817],\n              [-64.428044280442762, 76.348457950409227],\n              [-64.032040320403155, 76.136657691131404],\n              [-63.7224372243722, 76.183883424619012],\n              [-63.477634776347713, 76.377079607068396],\n              [-62.847628476284711, 76.304094382587522],\n              [-62.840428404283998, 76.228246992440717],\n              [-62.26802268022675, 76.289783554257923],\n              [-62.16722167221667, 76.222522661108883],\n              [-61.483214832148278, 76.171003679122379],\n              [-60.871208712087068, 76.158123933625774],\n              [-60.709207092070869, 76.000704822000358],\n              [-60.122401224012194, 76.03218864432543],\n              [-59.913599135991319, 75.923426349020588],\n              [-59.593195931959272, 75.916270934855817],\n              [-59.639996399963948, 75.811801888049843],\n              [-59.272792727927239, 75.880493864031848],\n              [-59.301593015930109, 75.814664053715774],\n              [-59.042390423904195, 75.701608509912063],\n              [-58.448384483844791, 75.731661249404169],\n              [-58.556385563855599, 75.654382776424427],\n              [-58.311583115831112, 75.642934113760759],\n              [-58.426784267842635, 75.565655640781017],\n              [-58.167581675816706, 75.499825830464943],\n              [-58.239582395823916, 75.436858185814771],\n              [-58.660786607866029, 75.37675270683053],\n              [-58.243182431824266, 75.210747098207349],\n              [-57.940779407794039, 75.150641619223109],\n              [-58.160381603815992, 75.067638814911504],\n              [-57.083970839708357, 74.923099448782722],\n              [-56.795967959679558, 74.814337153477908],\n              [-57.159571595715917, 74.738489763331103],\n              [-56.878768787687832, 74.711299189504899],\n              [-56.241562415624117, 74.498067847394111],\n              [-56.612366123661189, 74.450842113906475],\n              [-56.155161551615478, 74.369270392427865],\n              [-56.71316713167127, 74.347804149933467],\n              [-56.320763207632027, 74.287698670949226],\n              [-56.911169111691066, 74.200402618138781],\n              [-57.296372963729596, 74.100226819831676],\n              [-56.561965619656149, 74.164625547314813],\n              [-56.12276122761223, 74.279112173951489],\n              [-56.403564035640315, 74.074467328838438],\n              [-55.99675996759963, 74.035828092348567],\n              [-56.108361083610788, 73.969998282032492],\n              [-55.669156691566869, 73.88556439488795],\n              [-55.94635946359459, 73.86123598672765],\n              [-55.755557555575507, 73.728145283262535],\n              [-56.032760327603228, 73.637987064786159],\n              [-55.665556655566505, 73.58503699996669],\n              [-55.247952479524756, 73.391840817517306],\n              [-55.460354603545994, 73.257319031219225],\n              [-55.211952119521158, 73.244439285722592],\n              [-55.661956619566155, 73.05696743460507],\n              [-55.463954639546344, 73.072709345767606],\n              [-54.848348483484784, 72.971102464627563],\n              [-54.603546035460312, 72.833718512663552],\n              [-54.923949239492345, 72.785061696342979],\n              [-54.71514715147147, 72.704921057697305],\n              [-55.010350103500997, 72.521742455078652],\n              [-54.801548015480108, 72.551795194570786],\n              [-54.560345603455985, 72.470223473092148],\n              [-55.510755107551034, 72.514587040913852],\n              [-55.48195481954815, 72.395807165778308],\n              [-55.334353343533394, 72.470223473092148],\n              [-55.222752227522236, 72.361461177787305],\n              [-55.021150211502075, 72.422997739604511],\n              [-54.884348843488397, 72.251267799649526],\n              [-55.607956079560751, 71.990810724051101],\n              [-55.269552695526912, 71.92784307940093],\n              [-55.424354243542396, 71.806201038599482],\n              [-55.903159031590278, 71.681696832132104],\n              [-55.676356763567597, 71.6301778501456],\n              [-55.514355143551384, 71.449861413192849],\n              [-55.287552875528704, 71.381169437210872],\n              [-54.981549815498113, 71.435550584863279],\n              [-54.625146251462468, 71.351116697718737],\n              [-53.951939519395154, 71.438412750529181],\n              [-53.847538475384709, 71.545743963001058],\n              [-54.103141031410274, 71.634471098644497],\n              [-54.081540815408104, 71.717473902956073],\n              [-53.735937359373551, 71.651644092639998],\n              [-53.397533975339712, 71.846271357922319],\n              [-53.548735487354833, 72.022294546376202],\n              [-53.836738367383631, 72.162540664006116],\n              [-53.959139591395868, 72.325684106963365],\n              [-53.836738367383631, 72.33856385245997],\n              [-53.699936999369953, 72.125332510349182],\n              [-53.480334803347986, 72.078106776861574],\n              [-53.321933219332152, 71.856288937753021],\n              [-53.375933759337556, 71.784734796105113],\n              [-52.983529835298313, 71.847702440755285],\n              [-53.033930339303353, 71.919256582403193],\n              [-52.774727747277424, 72.018001297877305],\n              [-52.853928539285349, 71.867737600416689],\n              [-53.264332643326384, 71.710318488791273],\n              [-52.663126631266266, 71.680265749299139],\n              [-52.166321663216593, 71.613004856150098],\n              [-51.655116551165463, 71.696007660461703],\n              [-51.781117811178063, 71.602987276319396],\n              [-52.699126991269864, 71.525708803339654],\n              [-52.990729907299027, 71.42123975653368],\n              [-52.425524255242507, 71.372582940213107],\n              [-51.683916839168347, 71.509966892177118],\n              [-51.421114211142054, 71.439843833362147],\n              [-51.885518855188508, 71.439843833362147],\n              [-52.256322563225595, 71.365427526048308],\n              [-52.245522455224503, 71.295304467233365],\n              [-52.558725587255836, 71.177955674930786],\n              [-52.425524255242507, 71.152196183937519],\n              [-51.748717487174815, 71.361134277549439],\n              [-51.536315363153591, 71.312477461228866],\n              [-52.245522455224503, 71.135023189942018],\n              [-52.02592025920255, 71.099246119118078],\n              [-51.341913419134158, 71.146471852605686],\n              [-51.475114751147458, 71.06346904829411],\n              [-50.917109171091681, 71.024829811804238],\n              [-51.20871208712083, 70.961862167154067],\n              [-51.831518315183104, 71.069193379625943],\n              [-51.957519575195704, 71.024829811804238],\n              [-50.895508955089497, 70.808736304027519],\n              [-50.686706867068636, 70.707129422887476],\n              [-51.251912519125142, 70.814460635359353],\n              [-51.439114391143875, 70.747199742210313],\n              [-50.877508775087705, 70.662765855065771],\n              [-50.974709747097421, 70.536830565765456],\n              [-51.349113491134858, 70.571176553756459],\n              [-50.992709927099241, 70.425206104794682],\n              [-50.77310773107726, 70.420912856295814],\n              [-50.53910539105388, 70.538261648598393],\n              [-50.657906579065752, 70.326461389320571],\n              [-51.550715507155019, 70.430930436126516],\n              [-52.450724507245027, 70.702836174388608],\n              [-52.789127891278866, 70.757217322041015],\n              [-53.43353433534331, 70.752924073542147],\n              [-53.980739807398024, 70.830202546521917],\n              [-54.326343263432591, 70.797287641363852],\n              [-54.578345783457792, 70.714284837052276],\n              [-54.185941859418548, 70.476725086781187],\n              [-53.840338403383996, 70.380842536972978],\n              [-53.23193231932315, 70.353651963146774],\n              [-52.609126091260862, 70.217699094015728],\n              [-52.328323283232791, 70.053124568225542],\n              [-51.626316263162579, 70.014485331735642],\n              [-51.439114391143875, 69.965828515415069],\n              [-51.25911259112587, 70.067435396555112],\n              [-51.032310323103189, 70.066004313722146],\n              [-51.25911259112587, 69.962966349749166],\n              [-50.938709387093837, 69.962966349749166],\n              [-50.276302763027587, 70.045969154060742],\n              [-50.593105931059256, 69.928620361758163],\n              [-50.333903339033355, 69.889981125268292],\n              [-50.247502475024703, 69.775494498631616],\n              [-50.593105931059256, 69.791236409794152],\n              [-50.827108271082665, 69.702509274150742],\n              [-50.459904599045956, 69.645265960832404],\n              [-50.848708487084821, 69.626661884003937],\n              [-50.812708127081237, 69.49070901487292],\n              [-50.449104491044864, 69.543659079692361],\n              [-50.204302043020391, 69.523623920030957],\n              [-50.866708667086641, 69.462087358213751],\n              [-50.866708667086641, 69.283202004093937],\n              [-51.115111151111478, 69.211647862446029],\n              [-50.888308883088797, 69.174439708789123],\n              [-50.47070470704702, 69.304668246588335],\n              [-50.452704527045228, 69.195905951283493],\n              [-50.135901359013559, 69.221665442276731],\n              [-50.315903159031535, 69.121489643969653],\n              [-50.654306543065388, 69.14009372079812],\n              [-50.175501755017507, 69.029900342660312],\n              [-50.524705247052424, 68.951190786847604],\n              [-50.524705247052424, 69.029900342660312],\n              [-50.791107911079081, 69.128645058134452],\n              [-51.079110791107865, 69.132938306633321],\n              [-51.086310863108594, 68.951190786847604],\n              [-51.280712807128026, 68.762287852897117],\n              [-50.992709927099241, 68.735097279070914],\n              [-51.147511475114698, 68.563367339115899],\n              [-51.568715687156839, 68.523297019793077],\n              [-51.964719647196432, 68.5876957472762],\n              [-52.075978379361061, 68.577188670258465],\n              [-51.957519575195704, 68.636352563596773],\n              [-52.400324003239987, 68.616317403935369],\n              [-52.132092186509418, 68.571889381995916],\n              [-52.61632616326159, 68.526159185458994],\n              [-52.64152641526411, 68.451742878145154],\n              [-53.339933399333944, 68.271426441192403],\n              [-52.587525875258706, 68.351567079838077],\n              [-52.443524435244314, 68.181268222716028],\n              [-52.227522275222711, 68.219907459205913],\n              [-51.223112231122258, 68.297185932185656],\n              [-51.647916479164735, 68.413103641655283],\n              [-51.165511655116518, 68.414534724488249],\n              [-51.154711547115426, 68.294323766519739],\n              [-51.341913419134158, 68.269995358359452],\n              [-50.996309963099577, 68.181268222716028],\n              [-51.435514355143511, 68.208458796542246],\n              [-50.927909279092745, 68.052470767749782],\n              [-50.297902979029743, 67.933690892614237],\n              [-50.618306183061776, 67.913655732952833],\n              [-51.215912159121558, 68.071074844578249],\n              [-51.932319323193184, 68.046746436417948],\n              [-52.583925839258342, 68.191285802546744],\n              [-52.529925299252952, 68.095403252738535],\n              [-53.152731527315225, 68.201303382377446],\n              [-53.041130411304067, 68.062488347580498],\n              [-53.260732607326034, 67.989503123099624],\n              [-53.149131491314876, 67.890758407625498],\n              [-53.689136891368875, 67.81204885181279],\n              [-53.559535595355911, 67.658922988686243],\n              [-53.735937359373551, 67.613128338031572],\n              [-53.667536675366705, 67.502934959893793],\n              [-53.33273332733323, 67.595955344036085],\n              [-52.825128251282464, 67.79630694065024],\n              [-52.342723427234233, 67.822066431643492],\n              [-52.231122311223075, 67.769116366824036],\n              [-51.701917019170139, 67.700424390842031],\n              [-51.381513815138106, 67.749081207162618],\n              [-51.323913239132338, 67.824928597309409],\n              [-51.572315723157175, 67.933690892614237],\n              [-51.039510395103918, 67.980916626101873],\n              [-50.971109711097057, 67.919380064284667],\n              [-51.367113671136678, 67.886465159126615],\n              [-51.187111871118674, 67.764823118325154],\n              [-50.708307083070792, 67.824928597309409],\n              [-50.751507515075104, 67.910793567286916],\n              [-50.305103051030471, 67.839239425638993],\n              [-50.63990639906396, 67.824928597309409],\n              [-51.003510035100305, 67.720459550503449],\n              [-51.287912879128754, 67.714735219171615],\n              [-50.553505535055308, 67.510090374058578],\n              [-51.413914139141355, 67.680389231180612],\n              [-51.755917559175543, 67.633163497692991],\n              [-52.407524075240715, 67.769116366824036],\n              [-52.911529115291103, 67.687544645345412],\n              [-53.804338043380383, 67.418501072749251],\n              [-53.876338763387594, 67.235322470130583],\n              [-53.113131131311263, 67.279686037952288],\n              [-52.148321483214787, 67.405621327252618],\n              [-51.97191971919716, 67.359826676597947],\n              [-51.115111151111478, 67.427087569747002],\n              [-51.503915039150343, 67.371275339261615],\n              [-51.19057339247275, 67.150147648803554],\n              [-51.554315543155383, 67.331205019938793],\n              [-52.148321483214787, 67.371275339261615],\n              [-53.073530735307315, 67.255357629792002],\n              [-53.48393483934835, 67.243908967128334],\n              [-53.411934119341154, 67.196683233640698],\n              [-53.840338403383996, 67.176648073979294],\n              [-53.966339663396596, 67.077903358505168],\n              [-53.645936459364549, 66.911897749882002],\n              [-53.095130951309471, 66.93193290954342],\n              [-52.799927999279944, 66.891862590220583],\n              [-52.292322923229193, 66.927639661044537],\n              [-52.814328143281386, 66.758771886755454],\n              [-53.203132031320266, 66.748754306924752],\n              [-53.40833408334079, 66.571300035637918],\n              [-52.987129871298663, 66.577024366969752],\n              [-53.170731707317032, 66.495452645491127],\n              [-53.368733687336828, 66.541247296145784],\n              [-53.635136351363471, 66.501176976822961],\n              [-53.696336963369589, 66.359499776360082],\n              [-53.566735667356625, 66.246444232556371],\n              [-53.649536495364913, 66.12480219175491],\n              [-53.354333543335386, 66.111922446258291],\n              [-53.005130051300469, 66.2006495819017],\n              [-52.720727207272034, 66.348051113696414],\n              [-52.141121411214073, 66.516918887985497],\n              [-51.97191971919716, 66.661458254114294],\n              [-51.493114931149279, 66.831757111236328],\n              [-50.895508955089497, 66.993469471360626],\n              [-50.632706327063232, 67.022091128019781],\n              [-51.28431284312839, 66.844636856732961],\n              [-51.874718747187416, 66.641423094452875],\n              [-52.054720547205434, 66.486866148493377],\n              [-52.360723607236025, 66.439640415005741],\n              [-52.738727387273826, 66.262186143718921],\n              [-53.465934659346544, 66.0360750561115],\n              [-53.152731527315225, 65.860051867657617],\n              [-53.239132391323864, 65.739840909689121],\n              [-52.853928539285349, 65.802808554339293],\n              [-53.239132391323864, 65.686890844869666],\n              [-52.69192691926915, 65.719805750027703],\n              [-52.79272792727923, 65.535196064576084],\n              [-52.609126091260862, 65.528040650411285],\n              [-52.472324723247183, 65.39494994694617],\n              [-51.939125361402816, 65.554624141337541],\n              [-51.982719827198224, 65.495125745253247],\n              [-52.56592565925655, 65.316240391133462],\n              [-52.425524255242507, 65.226082172657087],\n              [-52.209522095220905, 65.331982302295998],\n              [-52.274322743227387, 65.200322681663835],\n              [-52.065520655206512, 65.279032237476542],\n              [-52.277922779227751, 65.078680640862373],\n              [-52.011520115201108, 64.979935925388247],\n              [-52.216722167221633, 64.911243949406256],\n              [-52.184321843218385, 64.802481654101413],\n              [-51.701917019170139, 64.891208789744837],\n              [-51.273512735127298, 65.032885990207703],\n              [-51.532715327153227, 64.869742547250453],\n              [-51.874718747187416, 64.825378979428748],\n              [-52.155521555215515, 64.679408530467001],\n              [-52.072720727207226, 64.191409284428218],\n              [-51.662316623166191, 64.308758076730797],\n              [-51.277112771127662, 64.748100506449006],\n              [-51.039510395103918, 64.781015411607044],\n              [-51.215912159121558, 64.623596299981628],\n              [-51.021510215102097, 64.630751714146413],\n              [-50.66510665106648, 64.852569553254966],\n              [-50.708141564174205, 64.958420335209965],\n              [-50.53910539105388, 64.769566748943376],\n              [-50.009900099000959, 64.680839613299966],\n              [-50.063900639006334, 64.52914483300637],\n              [-49.682296822968198, 64.421813620534508],\n              [-49.653496534965313, 64.335948650557],\n              [-50.150301503014987, 64.486212348017631],\n              [-50.305103051030471, 64.675115281968132],\n              [-50.607506075060712, 64.630751714146413],\n              [-50.654306543065388, 64.434693366031127],\n              [-50.899108991089861, 64.406071709371957],\n              [-51.08271082710823, 64.237203935082874],\n              [-51.266312663126598, 64.178529538931585],\n              [-51.662316623166191, 64.218599858254422],\n              [-51.439114391143875, 64.082646989123376],\n              [-50.812708127081237, 64.178529538931585],\n              [-50.423904239042344, 64.3431040647218],\n              [-50.553505535055308, 64.178529538931585],\n              [-50.161101611016079, 64.244359349247674],\n              [-50.449104491044864, 64.137028136775797],\n              [-50.683106831068272, 64.1713741247668],\n              [-50.881108811088069, 64.09695781745296],\n              [-51.655116551165463, 64.013955013141384],\n              [-51.435514355143511, 63.956711699823046],\n              [-51.403114031140262, 63.842225073186384],\n              [-50.924309243092381, 63.932383291662759],\n              [-51.496714967149614, 63.780688511369164],\n              [-51.539915399153955, 63.684805961560969],\n              [-51.161911619116154, 63.507351690274135],\n              [-50.999909999099941, 63.165322893197086],\n              [-50.593105931059256, 63.229721620680209],\n              [-50.060300603005999, 63.229721620680209],\n              [-50.398703987039823, 63.189651301357387],\n              [-50.607506075060712, 63.096630917215094],\n              [-50.416704167041615, 62.944936136921513],\n              [-50.143101431014259, 62.937780722756713],\n              [-50.308703087030835, 62.491282878873719],\n              [-49.887498874988694, 62.245136631604879],\n              [-49.556295562955597, 62.249429880103762],\n              [-49.682296822968198, 62.150685164629635],\n              [-49.412294122941177, 62.202204146616126],\n              [-49.293492934929304, 62.136374336300051],\n              [-49.599495994959909, 62.124925673636383],\n              [-49.693096930969261, 62.016163378331555],\n              [-49.311493114931096, 61.996128218670137],\n              [-49.095490954909508, 62.102028348309048],\n              [-48.926289262892595, 62.074837774482845],\n              [-49.408694086940841, 61.937453822518847],\n              [-49.354693546935437, 61.767154965396799],\n              [-48.785887858878539, 61.991834970171254],\n              [-49.120691206912028, 61.811518533218504],\n              [-49.045090450904468, 61.624046682100968],\n              [-49.2394923949239, 61.606873688105466],\n              [-48.991089910899063, 61.458041073477801],\n              [-48.36828368283679, 61.608304770938432],\n              [-48.231482314823097, 61.546768209121211],\n              [-49.045090450904468, 61.396504511660595],\n              [-48.339483394833906, 61.376469351999177],\n              [-48.641886418864146, 61.239085400035179],\n              [-48.217082170821669, 61.186135335215724],\n              [-47.88227882278818, 61.033009472089176],\n              [-48.371883718837154, 61.00868106392889],\n              [-48.076680766807613, 60.972903993104921],\n              [-47.687876878768748, 61.012974312427758],\n              [-48.231482314823097, 60.844106538138675],\n              [-47.984660914303106, 60.838754745155761],\n              [-48.235082350823461, 60.79974297031697],\n              [-47.914679146791428, 60.683825260847343],\n              [-47.720277202771996, 60.759672650994133],\n              [-47.959432463177052, 60.838207720272905],\n              [-47.439474394743911, 60.826933544143174],\n              [-47.083070830708266, 60.967179661773088],\n              [-46.863468634686313, 60.79974297031697],\n              [-46.633066330663269, 60.99293915276634],\n              [-46.381063810638068, 61.06020004591538],\n              [-46.226262262622583, 60.977197241603804],\n              [-45.91305913059125, 61.094546033906383],\n              [-45.86265862658621, 61.241947565701096],\n              [-45.67905679056787, 61.087390619741598],\n              [-46.093060930609255, 60.982921572935638],\n              [-46.031860318603151, 60.914229596953632],\n              [-45.365853658536537, 61.094546033906383],\n              [-45.509855098550958, 60.982921572935638],\n              [-45.884258842588395, 60.929971508116182],\n              [-46.204662046620427, 60.746792905497514],\n              [-46.017460174601695, 60.73248207716793],\n              [-45.956259562595591, 60.83695112397389],\n              [-45.715057150571454, 60.76969023082485],\n              [-45.329853298532953, 60.980059407269721],\n              [-45.787057870578678, 60.625150864696053],\n              [-45.592655926559218, 60.474887167235423],\n              [-45.229052290522873, 60.573631882709549],\n              [-45.283052830528277, 60.464869587404721],\n              [-44.843848438484343, 60.470593918736554],\n              [-44.926649266492632, 60.327485635440723],\n              [-45.185851858518532, 60.212999008804047],\n              [-44.973449734497308, 60.039837986016096],\n              [-44.656646566465611, 60.002629832359176],\n              [-44.440251554180122, 60.111091264996901],\n              [-44.494644946449426, 60.011216329356927],\n              [-44.350643506435034, 59.984025755530723],\n              [-44.210242102420978, 60.035544737517228],\n              [-44.392069474357392, 60.135241070252782],\n              [-44.159841598415937, 60.251638245293933],\n              [-43.990639906399025, 60.191532766309678],\n              [-43.137431374313707, 60.081339388171884],\n              [-43.112231122311186, 60.238758499797299],\n              [-43.429034290342855, 60.483473664233173],\n              [-44.163441634416301, 60.576494048375466],\n              [-43.619836198361952, 60.559321054379964],\n              [-43.227432274322695, 60.470593918736554],\n              [-42.827828278282738, 60.610840036366469],\n              [-42.770227702276969, 60.735344242833847],\n              [-43.025830258302534, 60.881314691795595],\n              [-42.727027270272657, 60.929971508116182],\n              [-42.91422914229139, 61.074510874244964],\n              [-43.515435154351508, 61.147496098725838],\n              [-42.629826298262941, 61.101701448071182],\n              [-43.180631806318019, 61.219050240373761],\n              [-42.575825758257537, 61.197583997879391],\n              [-42.709027090270865, 61.292035464854635],\n              [-42.500225002249977, 61.362158523669592],\n              [-42.529025290252861, 61.533888463624592],\n              [-42.932229322293182, 61.531026297958675],\n              [-43.083430834308302, 61.595425025441799],\n              [-42.611826118261149, 61.546768209121211],\n              [-42.323823238232336, 61.624046682100968],\n              [-42.557825578255745, 61.737102225904678],\n              [-42.298622986229816, 61.778603628060466],\n              [-42.118621186211811, 62.006145798500839],\n              [-42.521825218252133, 62.040491786491842],\n              [-42.313023130231272, 62.103459431142014],\n              [-42.262622626226232, 62.315259690419836],\n              [-42.590225902258993, 62.333863767248303],\n              [-42.975429754297494, 62.524197784031756],\n              [-42.395823958239532, 62.432608482722429],\n              [-42.385023850238468, 62.571423517519378],\n              [-42.680226802267981, 62.588596511514879],\n              [-43.036630366303626, 62.725980463478876],\n              [-42.485824858248549, 62.698789889652673],\n              [-42.431824318243144, 62.916314480262344],\n              [-42.320223202231972, 62.817569764788217],\n              [-41.751417514175102, 62.84332925578147],\n              [-41.625416254162502, 62.995024036075051],\n              [-41.974619746197419, 63.073733591887759],\n              [-41.535415354153514, 63.033663272564922],\n              [-42.021420214202095, 63.252618946007544],\n              [-41.524615246152422, 63.096630917215094],\n              [-41.474214742147382, 63.225428372181341],\n              [-41.906219062190587, 63.462988122452415],\n              [-41.71541715417149, 63.553146340928791],\n              [-41.48861488614881, 63.530249015601456],\n              [-41.240212402123973, 63.404313726301126],\n              [-40.999009990099864, 63.411469140465925],\n              [-41.143011430114257, 63.527386849935553],\n              [-40.750607506075028, 63.517369270104837],\n              [-40.880208802087992, 63.657615387734751],\n              [-41.629016290162866, 63.787843925533963],\n              [-41.355413554135509, 63.782119594202129],\n              [-40.696606966069623, 63.677650547396169],\n              [-40.513005130051255, 63.726307363716757],\n              [-40.621006210062063, 63.92522787749796],\n              [-40.808208082080768, 63.939538705827545],\n              [-40.559805598055931, 64.106975397283676],\n              [-40.916209162091576, 64.164218710602],\n              [-41.387813878138729, 64.178529538931585],\n              [-41.524615246152422, 64.325931070726298],\n              [-41.078210782107789, 64.311620242396714],\n              [-40.624606246062427, 64.391760881042373],\n              [-40.603006030060271, 64.683701778965883],\n              [-41.053010530105269, 64.876897961415253],\n              [-41.056610566105633, 65.100146883356757],\n              [-40.876608766087628, 65.095853634857875]\n            ]\n          ],\n          [\n            [\n              [-45.153451534515312, 60.38186678309313],\n              [-45.333453334533317, 60.396177611422715],\n              [-45.401854018540149, 60.190101683476726],\n              [-45.182251822518197, 60.273104487788302],\n              [-45.153451534515312, 60.38186678309313]\n            ]\n          ],\n          [\n            [\n              [-46.553865538655344, 60.796880804651053],\n              [-46.175861758617543, 60.901349851457013],\n              [-46.201062010620063, 60.951437750610552],\n              [-46.845468454684493, 60.772552396490767],\n              [-46.553865538655344, 60.796880804651053]\n            ]\n          ],\n          [\n            [\n              [-50.805508055080509, 64.527713750173419],\n              [-51.021510215102097, 64.556335406832588],\n              [-51.18351183511831, 64.397485212374207],\n              [-51.140311403113998, 64.264394508909092],\n              [-50.805508055080509, 64.527713750173419]\n            ]\n          ],\n          [\n            [\n              [-51.298712987129818, 64.380312218378705],\n              [-51.093510935109322, 64.569215152329207],\n              [-51.266312663126598, 64.562059738164422],\n              [-51.503915039150343, 64.384605466877588],\n              [-51.298712987129818, 64.380312218378705]\n            ]\n          ],\n          [\n            [\n              [-43.706237062370576, 59.902454034052099],\n              [-43.961839618396141, 59.978301424198889],\n              [-44.105841058410533, 59.876694543058846],\n              [-43.918639186391829, 59.796553904413173],\n              [-43.706237062370576, 59.902454034052099]\n            ]\n          ],\n          [\n            [\n              [-44.008640086400817, 59.991181169695508],\n              [-44.199441994419914, 60.028389323352428],\n              [-44.39744397443971, 59.909609448216884],\n              [-44.152641526415209, 59.902454034052099],\n              [-44.008640086400817, 59.991181169695508]\n            ]\n          ],\n          [\n            [\n              [-43.17343173431729, 60.074183974007099],\n              [-44.073440734407313, 60.175790855147142],\n              [-43.918639186391829, 60.005491998025093],\n              [-43.565835658356548, 59.925351359379434],\n              [-43.479434794347895, 60.052717731512715],\n              [-43.17343173431729, 60.074183974007099]\n            ]\n          ],\n          [\n            [\n              [-42.035820358203551, 62.767481865634679],\n              [-42.363423634236312, 62.811845433456384],\n              [-42.395823958239532, 62.688772309821971],\n              [-42.035820358203551, 62.684479061323088],\n              [-42.035820358203551, 62.767481865634679]\n            ]\n          ],\n          [\n            [\n              [-41.146611466114621, 63.28410276833263],\n              [-41.701017010170062, 63.500196276109335],\n              [-41.863018630186275, 63.473005702283132],\n              [-41.438214382143769, 63.241170283343877],\n              [-41.099810998109945, 63.222566206515424],\n              [-41.146611466114621, 63.28410276833263]\n            ]\n          ],\n          [\n            [\n              [-40.671406714067103, 64.220030941087373],\n              [-40.826208262082588, 64.314482408062631],\n              [-41.017010170101656, 64.20142686425892],\n              [-40.671406714067103, 64.220030941087373]\n            ]\n          ],\n          [\n            [\n              [-40.142201422014182, 64.487643430850582],\n              [-40.480604806048007, 64.58209489782584],\n              [-40.498604986049827, 64.829672227927631],\n              [-40.718207182071779, 64.932710191900625],\n              [-40.8694086940869, 64.904088535241456],\n              [-40.603006030060271, 64.719478849789837],\n              [-40.498604986049827, 64.503385342013132],\n              [-40.142201422014182, 64.487643430850582]\n            ]\n          ],\n          [\n            [\n              [-52.936729367293623, 65.658269188210497],\n              [-53.224732247322436, 65.592439377894422],\n              [-53.037530375303703, 65.543782561573835],\n              [-52.936729367293623, 65.658269188210497]\n            ]\n          ],\n          [\n            [\n              [-36.934569345693404, 65.679735430704881],\n              [-37.218972189721853, 65.686890844869666],\n              [-37.002970029700265, 65.58814612939554],\n              [-36.934569345693404, 65.679735430704881]\n            ]\n          ],\n          [\n            [\n              [-36.786967869678648, 65.871500530321285],\n              [-36.999369993699901, 65.815688299835912],\n              [-36.84816848168478, 65.73840982685617],\n              [-36.786967869678648, 65.871500530321285]\n            ]\n          ],\n          [\n            [\n              [-37.452974529745262, 65.792790974508577],\n              [-37.586175861758591, 65.89439785564862],\n              [-37.823778237782335, 65.871500530321285],\n              [-37.985779857798548, 65.70120167319925],\n              [-37.737377373773711, 65.569542052567087],\n              [-37.312573125731205, 65.679735430704881],\n              [-37.452974529745262, 65.792790974508577]\n            ]\n          ],\n          [\n            [\n              [-36.750967509675064, 65.905846518312288],\n              [-36.585365853658487, 65.815688299835912],\n              [-36.545765457654539, 65.963089831630626],\n              [-36.750967509675064, 65.905846518312288]\n            ]\n          ],\n          [\n            [\n              [-29.712897128971264, 68.221338542038865],\n              [-30.015300153001505, 68.21418312787408],\n              [-29.86769867698672, 68.142628986226157],\n              [-29.712897128971264, 68.221338542038865]\n            ]\n          ],\n          [\n            [\n              [-53.098730987309835, 68.454605043811071],\n              [-53.091530915309107, 68.361584659668779],\n              [-52.875528755287505, 68.451742878145154],\n              [-53.098730987309835, 68.454605043811071]\n            ]\n          ],\n          [\n            [\n              [-52.349923499234947, 68.642076894928607],\n              [-52.126721267212631, 68.70790670524471],\n              [-52.630726307263032, 68.700751291079911],\n              [-53.026730267302625, 68.642076894928607],\n              [-53.120331203311991, 68.570522753280699],\n              [-52.349923499234947, 68.642076894928607]\n            ]\n          ],\n          [\n            [\n              [-51.223112231122258, 69.914309533428565],\n              [-51.003510035100305, 69.887118959602361],\n              [-51.341913419134158, 69.742579593473579],\n              [-51.244712447124414, 69.537934748360527],\n              [-50.949509495094901, 69.559400990854897],\n              [-50.971109711097057, 69.719682268146244],\n              [-50.668706687066816, 69.829875646284023],\n              [-51.014310143101397, 69.925758196092232],\n              [-51.223112231122258, 69.914309533428565]\n            ]\n          ],\n          [\n            [\n              [-52.904329043290389, 69.344738565911143],\n              [-52.141121411214073, 69.477829269376286],\n              [-51.835118351183468, 69.632386215335771],\n              [-52.02592025920255, 69.673887617491573],\n              [-51.99711997119968, 69.805547238123751],\n              [-52.727927279272748, 69.928620361758163],\n              [-53.264332643326384, 70.201957182853192],\n              [-53.905139051390464, 70.290684318496602],\n              [-54.452344523445191, 70.313581643823937],\n              [-54.830348303482992, 70.200526100020227],\n              [-54.761947619476146, 70.034520491397075],\n              [-54.247142471424667, 69.914309533428565],\n              [-54.76554765547651, 69.970121763913937],\n              [-54.913149131491267, 69.821289149286287],\n              [-54.632346323463196, 69.776925581464582],\n              [-54.992349923499191, 69.702509274150742],\n              [-54.736747367473626, 69.589453730347032],\n              [-53.879938799387944, 69.560832073687862],\n              [-53.404734047340426, 69.439190032886415],\n              [-54.203942039420355, 69.45206977838302],\n              [-54.14994149941495, 69.337583151746372],\n              [-53.573935739357353, 69.234545187773364],\n              [-52.904329043290389, 69.344738565911143]\n            ]\n          ],\n          [\n            [\n              [-54.718747187471834, 70.37941145414004],\n              [-55.021150211502075, 70.48960483227782],\n              [-54.927549275492709, 70.375118205641144],\n              [-54.718747187471834, 70.37941145414004]\n            ]\n          ],\n          [\n            [\n              [-51.817118171181676, 70.941827007492662],\n              [-52.112321123211188, 70.969017581318866],\n              [-52.094320943209382, 70.860255286014024],\n              [-51.665916659166555, 70.845944457684453],\n              [-51.817118171181676, 70.941827007492662]\n            ]\n          ],\n          [\n            [\n              [-53.89793897938975, 71.082073125122577],\n              [-53.447934479344752, 71.05631363412931],\n              [-53.390333903338984, 71.155058349603451],\n              [-53.613536135361315, 71.321063958226603],\n              [-53.955539555395504, 71.170800260765986],\n              [-53.89793897938975, 71.082073125122577]\n            ]\n          ],\n          [\n            [\n              [-52.483124831248276, 71.263820644908265],\n              [-52.407524075240715, 71.35397886338464],\n              [-52.972729727297235, 71.386893768542706],\n              [-53.170731707317032, 71.346823449219869],\n              [-52.958329583295793, 71.155058349603451],\n              [-52.663126631266266, 71.167938095100055],\n              [-52.483124831248276, 71.263820644908265]\n            ]\n          ],\n          [\n            [\n              [-53.293132931329268, 71.538588548836287],\n              [-52.778327783277788, 71.665954920969568],\n              [-53.397533975339712, 71.674541417967305],\n              [-53.293132931329268, 71.538588548836287]\n            ]\n          ],\n          [\n            [\n              [-55.687156871568675, 71.917825499570228],\n              [-55.561155611556075, 71.821942949762018],\n              [-55.409954099540954, 71.894928174242892],\n              [-55.687156871568675, 71.917825499570228]\n            ]\n          ],\n          [\n            [\n              [-55.046350463504595, 72.318528692798566],\n              [-55.013950139501347, 72.381496337448738],\n              [-55.636756367563635, 72.232663722821059],\n              [-55.485554855548514, 72.148229835676517],\n              [-55.046350463504595, 72.318528692798566]\n            ]\n          ],\n          [\n            [\n              [-55.802358023580197, 72.689179146534769],\n              [-55.640356403563985, 72.776475199345242],\n              [-55.97155971559711, 72.773613033679311],\n              [-56.176761767617634, 72.669143986873365],\n              [-55.802358023580197, 72.689179146534769]\n            ]\n          ],\n          [\n            [\n              [-55.741157411574065, 72.61476283922093],\n              [-55.528755287552826, 72.554657360236689],\n              [-54.985149851498477, 72.82370093283285],\n              [-55.197551975519715, 72.846598258160185],\n              [-55.607956079560751, 72.759302205349741],\n              [-55.741157411574065, 72.61476283922093]\n            ]\n          ],\n          [\n            [\n              [-55.607956079560751, 73.035501192110701],\n              [-55.499954999549956, 72.949636222133194],\n              [-55.067950679506751, 72.956791636297993],\n              [-55.607956079560751, 73.035501192110701]\n            ]\n          ],\n          [\n            [\n              [-56.032760327603228, 73.570726171637119],\n              [-55.672756727567233, 73.401858397348036],\n              [-55.471154711547072, 73.430480054007177],\n              [-56.032760327603228, 73.570726171637119]\n            ]\n          ],\n          [\n            [\n              [-56.126361263612594, 73.826889998736647],\n              [-55.985959859598552, 73.855511655395816],\n              [-56.590765907659033, 73.914186051547091],\n              [-56.615966159661554, 73.815441336072979],\n              [-56.126361263612594, 73.826889998736647]\n            ]\n          ],\n          [\n            [\n              [-56.518765187651837, 74.49520568172818],\n              [-56.71316713167127, 74.561035492044283],\n              [-57.55557555575551, 74.498067847394111],\n              [-56.518765187651837, 74.49520568172818]\n            ]\n          ],\n          [\n            [\n              [-69.496894968949647, 76.591742032012149],\n              [-69.979299792997878, 76.590310949179184],\n              [-69.676896768967637, 76.534498718693811],\n              [-69.496894968949647, 76.591742032012149]\n            ]\n          ],\n          [\n            [\n              [-71.577715777157721, 77.390286252802895],\n              [-72.132121321213162, 77.453253897453067],\n              [-72.528125281252755, 77.390286252802895],\n              [-71.703717037170321, 77.315869945489055],\n              [-71.577715777157721, 77.390286252802895]\n            ]\n          ],\n          [\n            [\n              [-70.357303573035679, 77.417476826629098],\n              [-70.897308973089679, 77.473289057114471],\n              [-71.304113041130364, 77.453253897453067],\n              [-71.080910809108047, 77.377406507306262],\n              [-70.245702457024521, 77.385993004304026],\n              [-70.357303573035679, 77.417476826629098]\n            ]\n          ],\n          [\n            [\n              [-53.275132751327476, 82.172965080549631],\n              [-53.188731887318824, 82.11285960156539],\n              [-52.105121051210475, 81.995510809262782],\n              [-51.295112951129454, 81.978337815267281],\n              [-51.230312303122986, 82.014114886091249],\n              [-52.46512465124647, 82.200155654375834],\n              [-52.785527855278502, 82.317504446678413],\n              [-53.051930519305145, 82.331815275008012],\n              [-53.339933399333944, 82.258830050527138],\n              [-53.275132751327476, 82.172965080549631]\n            ]\n          ],\n          [\n            [\n              [-44.53064530645301, 82.413386996486622],\n              [-45.315453154531497, 82.565081776780204],\n              [-46.3234632346323, 82.678137320583915],\n              [-46.859868598685949, 82.646653498258843],\n              [-47.698676986769811, 82.643791332592912],\n              [-47.180271802717982, 82.512131711960762],\n              [-46.874268742687377, 82.360436931667181],\n              [-45.423454234542305, 82.184413743213298],\n              [-45.088650886508816, 82.064202785244788],\n              [-44.735847358473535, 82.098548773235791],\n              [-45.070650706507024, 82.223052979703169],\n              [-44.42264422644223, 82.384765339827453],\n              [-44.53064530645301, 82.413386996486622]\n            ]\n          ],\n          [\n            [\n              [-47.853478534785296, 82.784037450222826],\n              [-47.507875078750743, 82.828401018044531],\n              [-48.285482854828501, 82.897092994026536],\n              [-48.332283322833177, 82.791192864387625],\n              [-47.853478534785296, 82.784037450222826]\n            ]\n          ],\n          [\n            [\n              [-39.43659436594362, 83.104600004805491],\n              [-39.972999729997269, 83.160412235290863],\n              [-40.531005310053047, 83.167567649455663],\n              [-40.315003150031458, 83.078840513812253],\n              [-40.162150509126199, 83.059261700587584],\n              [-40.487804878048735, 83.077409430979287],\n              [-40.858608586085808, 83.173291980787496],\n              [-41.43101431014307, 83.177585229286365],\n              [-40.703807038070352, 83.028752614658714],\n              [-39.861398613986097, 82.982957964004044],\n              [-40.077906710310025, 83.048470957342388],\n              [-39.666996669966665, 82.995837709500677],\n              [-39.346593465934632, 83.050218857153084],\n              [-39.43659436594362, 83.104600004805491]\n            ]\n          ],\n          [\n            [\n              [-38.835388353883502, 83.174723063620462],\n              [-39.476194761947568, 83.219086631442167],\n              [-39.774997749977473, 83.302089435753743],\n              [-40.487804878048735, 83.36648816323688],\n              [-40.628206282062791, 83.270605613428671],\n              [-40.04860048600483, 83.260588033597969],\n              [-39.846998469984669, 83.2004825546137],\n              [-38.943389433894311, 83.118910833135089],\n              [-38.835388353883502, 83.174723063620462]\n            ]\n          ],\n          [\n            [\n              [-26.210062100620974, 70.565452222424625],\n              [-26.38286382863825, 70.48960483227782],\n              [-26.188461884618818, 70.458121009952748],\n              [-26.210062100620974, 70.565452222424625]\n            ]\n          ],\n          [\n            [\n              [-27.718477184771814, 70.740044328045542],\n              [-27.239672396723932, 70.894601274005026],\n              [-27.754477544775426, 70.873135031510657],\n              [-27.718477184771814, 70.740044328045542]\n            ]\n          ],\n          [\n            [\n              [-25.317253172531679, 70.747199742210313],\n              [-25.410854108541059, 70.924654013497161],\n              [-25.724057240572364, 70.990483823813236],\n              [-25.702457024570208, 71.086366373621445],\n              [-26.663666636666335, 70.896032356837992],\n              [-27.066870668706656, 70.893170191172061],\n              [-27.678876788767866, 70.654179358068035],\n              [-27.927279272792703, 70.638437446905499],\n              [-28.067680676806731, 70.430930436126516],\n              [-26.573665736657318, 70.523950820268823],\n              [-26.195661956619517, 70.586918464918995],\n              [-26.069660696606917, 70.531106234433622],\n              [-25.824858248582444, 70.601229293248565],\n              [-25.302853028530251, 70.657041523733938],\n              [-25.317253172531679, 70.747199742210313]\n            ]\n          ],\n          [\n            [\n              [-21.947619476194717, 72.428722070936345],\n              [-22.181621816218126, 72.546070863238953],\n              [-22.718027180271775, 72.634797998882362],\n              [-23.146431464314617, 72.840873926828351],\n              [-23.632436324363198, 72.838011761162448],\n              [-23.931239312393103, 72.880944246151188],\n              [-24.485644856448516, 72.826563098498781],\n              [-24.352443524435216, 72.591865513893595],\n              [-23.906039060390583, 72.465930224593279],\n              [-23.063630636306328, 72.309942195800829],\n              [-22.523625236252315, 72.135350090179912],\n              [-22.250022500224958, 72.121039261850314],\n              [-22.044820448204462, 72.27130295931093],\n              [-22.674826748267435, 72.361461177787305],\n              [-22.761227612276087, 72.441601816432978],\n              [-21.947619476194717, 72.428722070936345]\n            ]\n          ],\n          [\n            [\n              [-24.798847988479849, 72.915290234142191],\n              [-25.288452884528823, 72.833718512663552],\n              [-24.942849428494242, 72.779337365011145],\n              [-24.798847988479849, 72.915290234142191]\n            ]\n          ],\n          [\n            [\n              [-21.929619296192925, 72.737835962855371],\n              [-22.16002160021597, 72.803665773171446],\n              [-21.900819008190041, 72.915290234142191],\n              [-22.253622536225322, 72.978257878792363],\n              [-23.240032400323969, 73.075571511433509],\n              [-23.780037800377983, 73.015466032449268],\n              [-24.536045360453556, 72.992568707121933],\n              [-24.525245252452493, 72.90097940581262],\n              [-23.830438304383023, 72.908134819977391],\n              [-23.164431644316409, 72.878082080485285],\n              [-22.818828188281856, 72.819407684333981],\n              [-22.653226532265279, 72.697765643532534],\n              [-21.918819188191861, 72.684885898035901],\n              [-21.929619296192925, 72.737835962855371]\n            ]\n          ],\n          [\n            [\n              [-24.525245252452493, 73.048380937607305],\n              [-24.467644676446724, 73.035501192110701],\n              [-22.98082980829804, 73.107055333758609],\n              [-23.08163081630812, 73.175747309740615],\n              [-23.765637656376526, 73.195782469402019],\n              [-24.971649716497126, 73.326011007201231],\n              [-23.258032580325761, 73.221541960395285],\n              [-23.229232292322877, 73.251594699887391],\n              [-24.460444604445996, 73.424755722675343],\n              [-25.245252452524483, 73.410444894345773],\n              [-25.313653136531343, 73.320286675869397],\n              [-25.706057060570572, 73.184333806738351],\n              [-25.428854288542851, 73.121366162088179],\n              [-25.061650616506142, 73.118503996422277],\n              [-24.525245252452493, 73.048380937607305]\n            ]\n          ],\n          [\n            [\n              [-20.352803528035253, 74.251921600125257],\n              [-20.547205472054685, 74.409340711750673],\n              [-21.245612456124519, 74.456566445238309],\n              [-21.839618396183937, 74.350666315599398],\n              [-21.933219332193289, 74.207558032303552],\n              [-21.267212672126675, 74.087347074335071],\n              [-20.162001620016156, 74.168918795813681],\n              [-20.352803528035253, 74.251921600125257]\n            ]\n          ],\n          [\n            [\n              [-18.736387363873604, 74.632589633692191],\n              [-18.905589055890516, 74.675522118680931],\n              [-19.222392223922213, 74.586794983037521],\n              [-18.822788227882256, 74.546724663714684],\n              [-18.736387363873604, 74.632589633692191]\n            ]\n          ],\n          [\n            [\n              [-19.809198091980875, 74.890184543624684],\n              [-20.176401764017612, 74.938841359945258],\n              [-20.0072000720007, 75.016119832925028],\n              [-20.338403384033796, 75.054759069414899],\n              [-20.612006120061153, 74.984636010599928],\n              [-20.680406804068014, 74.821492567642679],\n              [-20.136801368013636, 74.699850526841232],\n              [-19.733597335973315, 74.855838555633682],\n              [-19.809198091980875, 74.890184543624684]\n            ]\n          ],\n          [\n            [\n              [-17.317973179731752, 75.13633079089351],\n              [-17.591575915759137, 75.152072702056046],\n              [-17.814778147781453, 75.089105057405902],\n              [-18.199981999819954, 75.242230920532421],\n              [-17.803978039780361, 75.313785062180358],\n              [-18.095580955809538, 75.419685191819269],\n              [-18.387183871838687, 75.308060730848524],\n              [-18.538385383853807, 75.375321623997564],\n              [-18.851588515885112, 75.295180985351891],\n              [-18.891188911889088, 74.998946838929527],\n              [-18.448384483844819, 74.984636010599928],\n              [-18.099180991809874, 75.037586075419398],\n              [-17.609576095760929, 74.997515756096561],\n              [-17.353973539735364, 75.02613741275573],\n              [-17.317973179731752, 75.13633079089351]\n            ]\n          ],\n          [\n            [\n              [-18.5491854918549, 76.0536548868198],\n              [-18.653586535865315, 76.181021258953109],\n              [-18.721987219872176, 76.511601393366476],\n              [-18.660786607866044, 76.633243434167923],\n              [-18.973989739897377, 76.766334137633066],\n              [-19.107191071910677, 76.472962156876605],\n              [-18.869588695886932, 76.193901004449714],\n              [-18.5491854918549, 75.944892591514986],\n              [-18.5491854918549, 76.0536548868198]\n            ]\n          ],\n          [\n            [\n              [-18.005580055800522, 77.63643250007172],\n              [-17.807578075780725, 77.655036576900187],\n              [-17.634776347763449, 77.780971866200503],\n              [-17.724777247772437, 77.881147664507608],\n              [-17.926379263792597, 77.856819256347308],\n              [-18.228782287822838, 77.637863582904686],\n              [-18.005580055800522, 77.63643250007172]\n            ]\n          ],\n          [\n            [\n              [-19.31959319593193, 77.882578747340546],\n              [-19.747997479974771, 77.894027410004213],\n              [-19.996399963999608, 77.999927539643124],\n              [-20.475204752047489, 77.948408557656649],\n              [-19.308793087930837, 77.803869191527838],\n              [-19.31959319593193, 77.882578747340546]\n            ]\n          ],\n          [\n            [\n              [-19.171991719917173, 77.995634291144256],\n              [-19.110791107911041, 77.932666646494084],\n              [-18.894788947889452, 78.044291107464858],\n              [-18.876788767887632, 78.144466905771935],\n              [-19.29439294392941, 78.104396586449099],\n              [-19.171991719917173, 77.995634291144256]\n            ]\n          ],\n          [\n            [\n              [-20.378003780037773, 78.13588040877417],\n              [-20.468004680046761, 78.248935952577881],\n              [-20.813608136081314, 78.174519645264041],\n              [-20.378003780037773, 78.13588040877417]\n            ]\n          ],\n          [\n            [\n              [-19.44559445594453, 78.200279136257308],\n              [-19.629196291962899, 78.364853662047523],\n              [-19.647196471964691, 78.264677863740417],\n              [-19.44559445594453, 78.200279136257308]\n            ]\n          ],\n          [\n            [\n              [-18.916389163891608, 78.44356321786023],\n              [-19.315993159931566, 78.347680668052021],\n              [-19.272792727927254, 78.230331875749414],\n              [-18.898388983889816, 78.241780538413082],\n              [-18.916389163891608, 78.44356321786023]\n            ]\n          ],\n          [\n            [\n              [-18.235982359823566, 78.616724240648182],\n              [-18.390783907839051, 78.636759400309586],\n              [-18.563585635856327, 78.523703856505875],\n              [-18.235982359823566, 78.616724240648182]\n            ]\n          ],\n          [\n            [\n              [-19.125191251912497, 78.711175707623426],\n              [-19.153991539915353, 78.928700298233082],\n              [-19.611196111961078, 78.769850103774729],\n              [-19.125191251912497, 78.711175707623426]\n            ]\n          ],\n          [\n            [\n              [-17.533975339753368, 79.03173826220609],\n              [-17.422374223742196, 79.136207309012036],\n              [-17.605976059760565, 79.193450622330374],\n              [-17.922779227792233, 79.063222084531162],\n              [-17.897578975789713, 78.968770617555919],\n              [-17.533975339753368, 79.03173826220609]\n            ]\n          ],\n          [\n            [\n              [-18.765187651876488, 79.973390766292681],\n              [-19.359193591935878, 79.870352802319672],\n              [-19.092790927909249, 79.777332418177394],\n              [-18.484384843848403, 79.685743116868053],\n              [-17.836378363783609, 79.742986430186392],\n              [-17.278372783727804, 80.013461085615518],\n              [-17.739177391773893, 80.09073955859526],\n              [-18.577985779857755, 80.01632325128142],\n              [-18.765187651876488, 79.973390766292681]\n            ]\n          ],\n          [\n            [\n              [-19.52119521195209, 80.030634079611019],\n              [-18.772387723877216, 80.11220580108963],\n              [-19.207992079920757, 80.209519433730804],\n              [-19.600396003960014, 80.153707203245432],\n              [-19.52119521195209, 80.030634079611019]\n            ]\n          ],\n          [\n            [\n              [-17.731977319773165, 81.59623869886741],\n              [-17.335973359733572, 81.601963030199244],\n              [-17.793177931779297, 81.746502396328054],\n              [-18.21438214382141, 81.692121248675619],\n              [-17.731977319773165, 81.59623869886741]\n            ]\n          ],\n          [\n            [\n              [-19.459994599945958, 81.952578324274043],\n              [-19.045990459904573, 81.825211952140762],\n              [-18.631986319863159, 81.819487620808928],\n              [-19.092790927909249, 82.042736542750418],\n              [-19.409594095940918, 82.120015015730161],\n              [-19.639996399963962, 82.101410938901722],\n              [-19.459994599945958, 81.952578324274043]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GM\", \"countryKey\": \"GM\", \"countryName\": \"Gambia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-16.752767527675246, 13.064543994158925],\n              [-16.673566735667322, 13.164719792466002],\n              [-15.834758347583431, 13.156133295468251],\n              [-15.823958239582367, 13.319276738425501],\n              [-15.226352263522614, 13.425176868064412],\n              [-15.136351363513597, 13.589751393854627],\n              [-15.013950139501361, 13.495299926879369],\n              [-14.394743947439451, 13.24342934827871],\n              [-14.200342003419991, 13.229118519949125],\n              [-13.851138511385074, 13.336449732421002],\n              [-13.818738187381854, 13.429470116563294],\n              [-13.987939879398766, 13.579733814023911],\n              [-14.347943479434775, 13.45236744189063],\n              [-14.58554585545852, 13.659874452669584],\n              [-14.729547295472912, 13.619804133346747],\n              [-14.844748447484449, 13.752894836811876],\n              [-15.096750967509649, 13.820155729960916],\n              [-15.395553955539526, 13.771498913640329],\n              [-15.517955179551763, 13.582595979689827],\n              [-16.561965619656178, 13.58688922818871],\n              [-16.547565475654721, 13.290655081766332],\n              [-16.677166771667686, 13.496731009712335],\n              [-16.828368283682806, 13.337880815253953],\n              [-16.752767527675246, 13.064543994158925]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GN\", \"countryKey\": \"GN\", \"countryName\": \"Guinea\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-7.990279902798989, 10.162308008919425],\n              [-7.965079650796469, 10.259621641560585],\n              [-8.296282962829594, 10.537251711154511],\n              [-8.31068310683105, 11.000922549033007],\n              [-8.505085050850482, 11.052441531019511],\n              [-8.681486814868123, 10.952265732712419],\n              [-8.616686166861626, 11.134013252498136],\n              [-8.375483754837518, 11.367279754270342],\n              [-8.656286562865603, 11.496077209236589],\n              [-8.847088470884671, 11.657789569360872],\n              [-8.796687966879631, 11.912522313627463],\n              [-8.926289262892595, 12.064217093921044],\n              [-8.994689946899427, 12.387641814169626],\n              [-9.322293222932188, 12.496404109474454],\n              [-9.307893078930761, 12.344709329180873],\n              [-9.628296282962793, 12.170117223559956],\n              [-9.721897218972174, 12.025577857431173],\n              [-10.265502655026523, 12.217342957047592],\n              [-10.510305103050996, 12.118598241573466],\n              [-10.711907119071157, 11.891056071133093],\n              [-10.909909099090953, 12.20016996305209],\n              [-11.053910539105374, 12.203032128718007],\n              [-11.190711907119038, 12.014129194767506],\n              [-11.316713167131638, 12.01269811193454],\n              [-11.507515075150735, 12.19158346605434],\n              [-11.388713887138834, 12.403383725332162],\n              [-12.079920799207969, 12.407676973831045],\n              [-12.360723607236054, 12.306070092691002],\n              [-12.774727747277439, 12.434867547657248],\n              [-12.911529115291131, 12.536474428797291],\n              [-13.084330843308408, 12.515008186302921],\n              [-13.077130771307679, 12.635219144271417],\n              [-13.728737287372837, 12.673858380761288],\n              [-13.663936639366369, 12.47636894981305],\n              [-13.710737107371045, 12.26743085620113],\n              [-13.97353973539731, 12.151513146731503],\n              [-13.725137251372473, 12.002680532103838],\n              [-13.728737287372837, 11.709308551347377],\n              [-14.01674016740165, 11.637754409699468],\n              [-14.279542795427915, 11.664944983525672],\n              [-14.520745207452052, 11.51325020323209],\n              [-14.6863468634686, 11.510388037566173],\n              [-15.021150211502089, 10.968007643874969],\n              [-15.082350823508193, 10.877849425398594],\n              [-14.808748087480836, 10.9393859872158],\n              [-14.794347943479409, 10.744758721933465],\n              [-14.614346143461404, 10.691808657114009],\n              [-14.657546575465716, 10.480008397836173],\n              [-14.53514535145348, 10.508630054495342],\n              [-14.463144631446283, 10.225275653569597],\n              [-14.351543515435111, 10.226706736402548],\n              [-13.843938439384374, 9.860349531165213],\n              [-13.681936819368161, 9.913299595984682],\n              [-13.595535955359509, 9.77448456118772],\n              [-13.721537215372109, 9.505440988591545],\n              [-13.588335883358809, 9.568408633241717],\n              [-13.347133471334672, 9.343728628467261],\n              [-13.300333003329996, 9.041770150713049],\n              [-13.030330303303003, 9.09615129836547],\n              [-12.958329583295807, 9.272174486819338],\n              [-12.702727027270242, 9.419576018614052],\n              [-12.50832508325081, 9.860349531165213],\n              [-12.252722527225245, 9.929041507147218],\n              [-12.141121411214073, 9.874660359494797],\n              [-11.910719107191028, 9.99200915179739],\n              [-11.273512735127326, 9.996302400296258],\n              [-11.010710107101033, 9.743000738862634],\n              [-10.855908559085549, 9.455353089438006],\n              [-10.675906759067573, 9.306520474810341],\n              [-10.747907479074769, 9.083271552868851],\n              [-10.593105931059284, 9.038907985047132],\n              [-10.600306003060012, 8.818521228771559],\n              [-10.481504815048112, 8.672550779809796],\n              [-10.726307263072613, 8.32050440290206],\n              [-10.517505175051724, 8.334815231231644],\n              [-10.283502835028315, 8.485078928692261],\n              [-10.074700747007427, 8.426404532540971],\n              [-9.808298082980798, 8.50654517118663],\n              [-9.498694986949829, 8.343401728229381],\n              [-9.531095310953077, 8.185982616603965],\n              [-9.423094230942269, 8.015683759481931],\n              [-9.354693546935437, 7.622135980418392],\n              [-9.466294662946609, 7.43323304646789],\n              [-9.235892358923564, 7.381714064481386],\n              [-9.124291242912392, 7.189948964864968],\n              [-8.857888578885763, 7.272951769176558],\n              [-8.685086850868487, 7.6936901220663],\n              [-8.48708487084869, 7.557737252935269],\n              [-8.227882278822761, 7.544857507438635],\n              [-8.022680226802237, 8.117290640621974],\n              [-8.267482674826709, 8.24608809558822],\n              [-8.249482494824917, 8.453595106367175],\n              [-7.82467824678244, 8.477923514527475],\n              [-7.662676626766228, 8.374885550554467],\n              [-7.691476914769112, 8.606720969493722],\n              [-7.957879578795769, 8.781313075114639],\n              [-7.918279182791792, 9.011717411220928],\n              [-7.745477454774516, 9.076116138704052],\n              [-7.929079290792885, 9.183447351175928],\n              [-7.864278642786388, 9.40955843878335],\n              [-8.069480694806913, 9.398109776119682],\n              [-8.163081630816265, 9.575564047406516],\n              [-8.173881738817357, 9.941921252643837],\n              [-7.990279902798989, 10.162308008919425]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GP\", \"countryKey\": \"GP\", \"countryName\": \"Guadeloupe\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.55161551615511, 16.285911451148124],\n              [-61.771217712177076, 16.348879095798281],\n              [-61.695616956169516, 15.949606985402909],\n              [-61.558815588155838, 16.086990937366906],\n              [-61.55161551615511, 16.285911451148124]\n            ]\n          ],\n          [\n            [\n              [-61.544415444154396, 16.285911451148124],\n              [-61.504815048150434, 16.21292622666725],\n              [-61.188011880118751, 16.26444520865374],\n              [-61.458014580145758, 16.512022538755531],\n              [-61.544415444154396, 16.285911451148124]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GQ\",\n        \"countryKey\": \"GQ\",\n        \"countryName\": \"Equatorial Guinea\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [9.801098010980127, 2.34144032680215],\n              [9.797497974979763, 1.900666814250989],\n              [9.347493474934765, 1.182263232105903],\n              [9.585095850958538, 1.043448197308948],\n              [9.700297002970046, 1.125019918787572],\n              [9.804698046980491, 0.997653546654277],\n              [11.334713347133487, 0.999084629487236],\n              [11.320313203132059, 2.165417138348275],\n              [9.991899918999223, 2.165417138348275],\n              [9.801098010980127, 2.34144032680215]\n            ]\n          ],\n          [\n            [\n              [8.922689226892288, 3.751056917266105],\n              [8.703087030870336, 3.761074497096814],\n              [8.469084690846927, 3.257333339895482],\n              [8.685086850868544, 3.197227860911234],\n              [8.9586895868959, 3.643725704794235],\n              [8.922689226892288, 3.751056917266105]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GR\", \"countryKey\": \"GR\", \"countryName\": \"Greece\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.204167224504612, 39.648230653254693],\n              [20.392403924039257, 39.835810550310399],\n              [20.309603096030969, 39.990367496269897],\n              [20.640806408064094, 40.090543294576975],\n              [20.73800738007381, 40.309498968019597],\n              [21.036810368103687, 40.640079102432978],\n              [20.964809648096491, 40.849017196044898],\n              [21.209612096120992, 40.869052355706316],\n              [21.260012600126032, 40.860465858708565],\n              [21.429214292142944, 40.909122675029138],\n              [21.508415084150869, 40.900536178031388],\n              [21.764017640176434, 40.923433503358723],\n              [21.897218972189734, 41.080852614984138],\n              [22.206822068220703, 41.160993253629812],\n              [22.422824228242291, 41.115198602975141],\n              [22.660426604266064, 41.172441916293479],\n              [22.746756175516431, 41.152324071567598],\n              [22.750427504275052, 41.31555019958931],\n              [22.826028260282612, 41.341309690582563],\n              [22.916029160291629, 41.335585359250729],\n              [23.114031140311425, 41.312688033923394],\n              [23.286832868328702, 41.398553003900886],\n              [23.610836108361099, 41.371362430074683],\n              [23.625236252362555, 41.377086761406517],\n              [23.628836288362891, 41.378517844239468],\n              [24.046440464404668, 41.525919376034182],\n              [24.510845108451093, 41.561696446858136],\n              [24.773647736477386, 41.348465104747348],\n              [24.88524885248853, 41.399984086733852],\n              [25.158851588515915, 41.305532619758594],\n              [25.284852848528516, 41.23970280944252],\n              [25.551255512555144, 41.31555019958931],\n              [25.882458824588269, 41.304101536925643],\n              [26.120061200612014, 41.358482684578064],\n              [26.163261632616354, 41.517332879036431],\n              [26.048060480604818, 41.689062818991431],\n              [26.332463324633267, 41.713391227151718],\n              [26.595265952659531, 41.611784346011689],\n              [26.634866348663508, 41.378517844239468],\n              [26.332463324633267, 41.254013637772104],\n              [26.357663576635787, 40.964934905514511],\n              [26.044460444604454, 40.738823817907104],\n              [25.950859508595101, 40.846155030378981],\n              [25.536855368553717, 40.870483438539267],\n              [25.040050400504015, 41.006436307670313],\n              [24.80244802448027, 40.853310444543766],\n              [24.568445684456861, 40.952055160017892],\n              [24.111241112411136, 40.727375155243436],\n              [23.855638556385571, 40.781756302895857],\n              [23.690036900369023, 40.69589133291835],\n              [24.003240032400356, 40.386777440999353],\n              [24.233642336423372, 40.316654382184396],\n              [24.298442984429869, 40.127751448233894],\n              [24.003240032400356, 40.319516547850313],\n              [23.700837008370115, 40.326671962015098],\n              [23.992439924399264, 40.119164951236144],\n              [23.992439924399264, 39.953159342612977],\n              [23.675636756367595, 40.21790966671027],\n              [23.398433984339874, 40.278015145694525],\n              [23.337233372333742, 40.207892086879554],\n              [23.704437044370451, 39.913089023290141],\n              [23.358833588335898, 39.961745839610728],\n              [23.297632976329794, 40.235082660705771],\n              [23.027630276302773, 40.325240879182147],\n              [22.822428224282248, 40.502695150468981],\n              [22.908829088290901, 40.644372350931846],\n              [22.577625776257776, 40.468349162477978],\n              [22.660426604266064, 40.369604447003852],\n              [22.552425524255256, 40.166390684723766],\n              [22.926829268292693, 39.599681882872275],\n              [23.103231032310333, 39.498075001732232],\n              [23.34443344433447, 39.178943529982519],\n              [22.937629376293785, 39.360691049768235],\n              [22.854828548285496, 39.1589083703211],\n              [23.074430744307449, 39.042990660851487],\n              [22.995229952299553, 38.962850022205814],\n              [22.768427684276872, 38.78539575091898],\n              [23.31923319233195, 38.6437185504561],\n              [23.35163351633517, 38.502041349993235],\n              [23.520835208352111, 38.490592687329567],\n              [23.639565325038234, 38.418408304191054],\n              [23.636036360363619, 38.529231923819438],\n              [23.204032040320413, 38.829759318740685],\n              [22.970029700297033, 38.888433714891974],\n              [23.297632976329794, 39.042990660851487],\n              [23.592835928359307, 38.773947088255312],\n              [24.071640716407188, 38.679495621280068],\n              [24.230042300423037, 38.522076509654653],\n              [24.186841868418696, 38.407589883017977],\n              [24.345243452434545, 38.158581470083234],\n              [24.586445864458653, 38.158581470083234],\n              [24.55044550445507, 37.978265033130484],\n              [24.370443704437065, 37.97254070179865],\n              [24.024840248402512, 38.330311410038234],\n              [24.03924039240394, 38.394710137521358],\n              [23.643585352615251, 38.415964246870587],\n              [23.765637656376583, 38.341760072701902],\n              [24.078840788407916, 38.16573688424802],\n              [23.9888398883989, 38.12280439925928],\n              [24.082440824408252, 37.752153945523062],\n              [24.032040320403212, 37.651978147215985],\n              [23.765637656376583, 37.816552673006186],\n              [23.582035820358215, 38.046957009112489],\n              [23.160831608316101, 37.941056879473564],\n              [23.013230132301345, 37.848036495331272],\n              [23.182431824318257, 37.8093972588414],\n              [23.186031860318622, 37.609045662227231],\n              [23.524435244352475, 37.438746805105197],\n              [23.441634416344186, 37.414418396944896],\n              [23.074430744307449, 37.355744000793607],\n              [23.132031320313217, 37.448764384935899],\n              [22.721627216272168, 37.541784769078191],\n              [23.114031140311425, 36.781879784777317],\n              [23.024030240302409, 36.716049974461242],\n              [23.196831968319714, 36.432695573535483],\n              [22.818828188281913, 36.664530992474738],\n              [22.764827648276508, 36.804777110104652],\n              [22.577625776257776, 36.783310867610282],\n              [22.512825128251308, 36.467041561526486],\n              [22.354423544235459, 36.511405129348191],\n              [22.358023580235823, 36.701739146131658],\n              [22.152821528215298, 37.020870617881357],\n              [21.93681936819371, 36.979369215725569],\n              [21.875618756187578, 36.726067554291944],\n              [21.706417064170665, 36.817656855601271],\n              [21.566015660156609, 37.156823487012403],\n              [21.681216812168145, 37.378641326120942],\n              [21.551615516155181, 37.56181992873961],\n              [21.12321123211234, 37.83801891550057],\n              [21.368013680136812, 38.121373316426315],\n              [21.37521375213754, 38.220118031900441],\n              [21.602016020160221, 38.151426055918435],\n              [21.764017640176434, 38.295965422047232],\n              [21.954819548195502, 38.336035741370068],\n              [22.358023580235823, 38.162874718582103],\n              [22.854828548285496, 38.035508346448822],\n              [23.078030780307813, 38.059836754609108],\n              [23.214832148321506, 38.160012552916186],\n              [22.692826928269312, 38.321724913040484],\n              [21.850418504185058, 38.387554723356558],\n              [21.522815228152297, 38.295965422047232],\n              [21.371613716137176, 38.407589883017977],\n              [21.155611556115588, 38.304551919044982],\n              [21.087210872108727, 38.536387337984237],\n              [20.817208172081735, 38.921348620050026],\n              [21.026010260102623, 38.932797282713693],\n              [21.062010620106207, 39.038697412352604],\n              [20.68760687606877, 39.073043400343607],\n              [20.367203672036737, 39.287705825287361],\n              [20.133201332013329, 39.529558824057318],\n              [20.183601836018369, 39.624010291032562],\n              [20.0, 39.694133349847519],\n              [20.204167224504612, 39.648230653254693]\n            ]\n          ],\n          [\n            [\n              [23.052692447849807, 36.13365396974298],\n              [22.908829088290901, 36.206584485928076],\n              [22.926844065182163, 36.360914155919495],\n              [23.013230132301345, 36.308191367068105],\n              [23.052692447849807, 36.13365396974298]\n            ]\n          ],\n          [\n            [\n              [24.532445324453249, 38.795413330749696],\n              [24.492844928449301, 38.981454099034266],\n              [24.67644676446767, 38.809724159079266],\n              [24.532445324453249, 38.795413330749696]\n            ]\n          ],\n          [\n            [\n              [20.813608136081371, 37.651978147215985],\n              [20.619206192061938, 37.822277004338019],\n              [20.684006840068434, 37.929608216809896],\n              [20.900009000090023, 37.792224264845899],\n              [20.813608136081371, 37.651978147215985]\n            ]\n          ],\n          [\n            [\n              [20.51120511205113, 38.111355736595613],\n              [20.489604896048974, 38.313138416042733],\n              [20.572405724057262, 38.473419693334066],\n              [20.799207992079943, 38.131390896257031],\n              [20.734407344073475, 38.062698920275025],\n              [20.51120511205113, 38.111355736595613]\n            ]\n          ],\n          [\n            [\n              [20.68760687606877, 38.849794478402103],\n              [20.720007200072018, 38.637994219124266],\n              [20.58680586805869, 38.617959059462862],\n              [20.68760687606877, 38.849794478402103]\n            ]\n          ],\n          [\n            [\n              [20.096920665855894, 39.364486917873307],\n              [19.8667986679867, 39.468022262240098],\n              [19.625596255962591, 39.74851449749994],\n              [19.852398523985272, 39.824361887646731],\n              [19.931599315993168, 39.478039842070814],\n              [20.093600936009381, 39.433676274249109],\n              [20.096920665855894, 39.364486917873307]\n            ]\n          ],\n          [\n            [\n              [24.780847808478114, 40.620043942771559],\n              [24.518045180451821, 40.638648019600012],\n              [24.644046440464422, 40.804653628223178],\n              [24.788047880478814, 40.734530569408221],\n              [24.780847808478114, 40.620043942771559]\n            ]\n          ],\n          [\n            [\n              [26.231662316623186, 37.571837508570312],\n              [25.979659796597986, 37.548940183242991],\n              [26.073260732607338, 37.6376673188864],\n              [26.361263612636151, 37.686324135206988],\n              [26.231662316623186, 37.571837508570312]\n            ]\n          ],\n          [\n            [\n              [26.861668616686188, 37.643391650218234],\n              [26.580865808658103, 37.740705282859395],\n              [26.843668436684396, 37.8093972588414],\n              [27.048870488704893, 37.727825537362776],\n              [26.861668616686188, 37.643391650218234]\n            ]\n          ],\n          [\n            [\n              [26.163261632616354, 38.303120836212017],\n              [26.00846008460087, 38.157150387250269],\n              [25.868058680586813, 38.260188351223277],\n              [25.990459904599078, 38.343191155534853],\n              [25.850058500585021, 38.580750905805942],\n              [26.163261632616354, 38.542111669316071],\n              [26.163261632616354, 38.303120836212017]\n            ]\n          ],\n          [\n            [\n              [26.422464224642255, 38.967143270704682],\n              [26.166861668616718, 39.022955501190069],\n              [25.835658356583593, 39.178943529982519],\n              [25.857258572585749, 39.259084168628192],\n              [26.34326343263433, 39.383588375095556],\n              [26.613266132661352, 39.048714992183307],\n              [26.422464224642255, 38.967143270704682]\n            ]\n          ],\n          [\n            [\n              [25.349653496534984, 39.787153733989811],\n              [25.198451984519863, 39.893053863628722],\n              [25.047250472504743, 39.83724163314335],\n              [25.032850328503315, 39.994660744768765],\n              [25.288452884528851, 39.961745839610728],\n              [25.450454504545064, 40.036162146924568],\n              [25.349653496534984, 39.787153733989811]\n            ]\n          ],\n          [\n            [\n              [28.06048060480606, 36.1164262674517],\n              [27.779677796777975, 35.890315179844279],\n              [27.682476824768258, 36.157927669607488],\n              [27.898478984789875, 36.339675189393191],\n              [28.240482404824064, 36.432695573535483],\n              [28.06048060480606, 36.1164262674517]\n            ]\n          ],\n          [\n            [\n              [27.354873548735497, 36.863451506255942],\n              [26.919269192691957, 36.716049974461242],\n              [27.279272792727937, 36.907815074077646],\n              [27.354873548735497, 36.863451506255942]\n            ]\n          ],\n          [\n            [\n              [25.594455944559456, 37.099580173694065],\n              [25.450454504545064, 36.917832653908363],\n              [25.342453424534256, 37.07668284836673],\n              [25.526055260552624, 37.19689380633524],\n              [25.594455944559456, 37.099580173694065]\n            ]\n          ],\n          [\n            [\n              [24.917649176491778, 37.719239040365025],\n              [24.68364683646837, 37.932470382475813],\n              [24.953649536495391, 37.90527980864961],\n              [24.993249932499339, 37.767895856685612],\n              [24.917649176491778, 37.719239040365025]\n            ]\n          ],\n          [\n            [\n              [26.29286292862929, 35.136134526875239],\n              [26.148861488614898, 35.001612740577158],\n              [25.98325983259835, 35.038820894234078],\n              [25.097650976509783, 34.937214013094035],\n              [24.737647376473774, 34.931489681762201],\n              [24.70884708847089, 35.096064207552402],\n              [24.402844028440313, 35.19051567452766],\n              [24.032040320403212, 35.197671088692445],\n              [23.517235172351747, 35.293553638500654],\n              [23.603636036360371, 35.612685110250368],\n              [23.718837188371907, 35.512509311943276],\n              [24.183241832418332, 35.58549453642415],\n              [24.273242732427349, 35.365107780148577],\n              [24.971649716497183, 35.425213259132818],\n              [25.054450544505471, 35.355090200317861],\n              [25.482854828548312, 35.297846886999537],\n              [25.767257672576733, 35.335055040656442],\n              [25.817658176581773, 35.11609936721382],\n              [26.321663216632174, 35.315019880995024],\n              [26.29286292862929, 35.136134526875239]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GS\",\n        \"countryKey\": \"GS\",\n        \"countryName\": \"South Georgia and the South Sandwich Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-35.908559085590809, -54.687210566587297],\n              [-35.886958869588653, -54.551257697456251],\n              [-36.257762577625726, -54.369510177670549],\n              [-36.675366753667504, -54.249299219702046],\n              [-36.653766537665348, -54.106190936406215],\n              [-37.463774637746326, -54.030343546259424],\n              [-37.380973809738066, -53.988842144103629],\n              [-38.014580145801432, -54.004584055266172],\n              [-37.614976149761446, -54.037498960424216],\n              [-37.722977229772255, -54.09188010807663],\n              [-37.40977409774095, -54.182038326553005],\n              [-37.36657366573661, -54.277920876361215],\n              [-37.154171541715385, -54.257885716699796],\n              [-36.642966429664256, -54.511187378133421],\n              [-36.462964629646251, -54.536946869126666],\n              [-36.10296102961027, -54.887562163201459],\n              [-35.782557825578209, -54.757333625402254],\n              [-35.908559085590809, -54.687210566587297]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GT\", \"countryKey\": \"GT\", \"countryName\": \"Guatemala\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-89.160291602915976, 17.814307916747609],\n              [-90.963909639096329, 17.815738999580574],\n              [-90.989109891098849, 17.80142817125099],\n              [-90.992709927099213, 17.251892363394987],\n              [-91.431914319143132, 17.254754529060904],\n              [-91.43911439114386, 17.253323446227952],\n              [-91.29151291512909, 17.188924718744829],\n              [-91.068310683106773, 16.918450063315703],\n              [-90.737107371073648, 16.746720123360703],\n              [-90.380703807038017, 16.367483172626748],\n              [-90.447641243410644, 16.073355627060284],\n              [-91.730569107067311, 16.074369393034143],\n              [-92.209541317482277, 15.260540908037425],\n              [-92.072720727207212, 15.073784291632407],\n              [-92.1555215552155, 14.996505818652665],\n              [-92.162721627216214, 14.701702755063252],\n              [-92.245522455224489, 14.545714726270788],\n              [-91.763117631176257, 14.180788603866418],\n              [-91.31671316713161, 13.956108599091962],\n              [-90.708307083070778, 13.928918025265745],\n              [-90.099900999009932, 13.731428594317492],\n              [-90.099900999009932, 13.858794966450787],\n              [-89.711097110971053, 14.149304781541332],\n              [-89.531095310953049, 14.225152171688123],\n              [-89.599495994959895, 14.328190135661117],\n              [-89.361893618936136, 14.415486188471576],\n              [-89.145891458914534, 14.708858169228037],\n              [-89.232292322923172, 14.867708363686418],\n              [-89.14229142291417, 15.076646457298324],\n              [-88.973089730897257, 15.141045184781461],\n              [-88.220682206822019, 15.726358063461404],\n              [-88.620286202861976, 15.953900233901791],\n              [-88.59868598685982, 15.7063229038],\n              [-88.915489154891489, 15.893794754917536],\n              [-89.228692286922808, 15.880915009420917],\n              [-89.149491494914898, 17.035798855618282],\n              [-89.160291602915976, 17.814307916747609]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GU\", \"countryKey\": \"GU\", \"countryName\": \"Guam\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [144.885248852488502, 13.639839293008166],\n              [144.654846548465486, 13.439487696393996],\n              [144.680046800467977, 13.246291513944627],\n              [144.953649536495362, 13.58688922818871],\n              [144.885248852488502, 13.639839293008166]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"GW\",\n        \"countryKey\": \"GW\",\n        \"countryName\": \"Guinea-Bissau\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-13.728737287372837, 12.673858380761288],\n              [-15.193951939519366, 12.679582712093122],\n              [-15.676356763567611, 12.439160796156131],\n              [-16.234362343623417, 12.453471624485715],\n              [-16.410764107641057, 12.361882323176374],\n              [-16.727567275672726, 12.331829583684254],\n              [-16.457564575645733, 12.171548306392921],\n              [-16.306363063630613, 12.214480791381675],\n              [-16.331563315633133, 12.004111614936789],\n              [-16.133561335613336, 11.888193905467176],\n              [-15.863558635586315, 12.029871105930042],\n              [-15.960759607596032, 11.735068042340629],\n              [-15.831158311583096, 11.747947787837248],\n              [-15.359553595535914, 11.962610212781001],\n              [-15.190351903519002, 11.871020911471675],\n              [-15.438754387543838, 11.885331739801259],\n              [-15.550355503555011, 11.733636959507677],\n              [-15.341553415534122, 11.604839504541417],\n              [-15.226352263522614, 11.755103202002047],\n              [-15.071550715507129, 11.594821924710715],\n              [-15.474754747547451, 11.494646126403623],\n              [-15.409954099540954, 11.189825482983508],\n              [-15.233552335523314, 11.122564589834468],\n              [-15.229952299522949, 10.995198217701173],\n              [-15.021150211502089, 10.968007643874969],\n              [-14.6863468634686, 11.510388037566173],\n              [-14.520745207452052, 11.51325020323209],\n              [-14.279542795427915, 11.664944983525672],\n              [-14.01674016740165, 11.637754409699468],\n              [-13.728737287372837, 11.709308551347377],\n              [-13.725137251372473, 12.002680532103838],\n              [-13.97353973539731, 12.151513146731503],\n              [-13.710737107371045, 12.26743085620113],\n              [-13.663936639366369, 12.47636894981305],\n              [-13.728737287372837, 12.673858380761288]\n            ]\n          ],\n          [\n            [\n              [-16.165961659616556, 11.871020911471675],\n              [-16.029160291602892, 11.769414030331632],\n              [-15.99315993159928, 11.899642568130844],\n              [-16.165961659616556, 11.871020911471675]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GY\", \"countryKey\": \"GY\", \"countryName\": \"Guyana\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-56.482764827648225, 1.942168216406778],\n              [-56.705967059670556, 2.029464269217236],\n              [-57.173971739717345, 2.819421993010231],\n              [-57.307173071730674, 3.394717291859486],\n              [-57.566375663756588, 3.350353724037774],\n              [-57.829178291782867, 3.662329781622688],\n              [-58.030780307803028, 3.987185584704228],\n              [-58.066780667806626, 4.151760110494436],\n              [-57.836378363783595, 4.651208019196901],\n              [-57.919179191791869, 4.830093373316686],\n              [-57.721177211772073, 4.990374650608018],\n              [-57.281972819728153, 5.026151721431972],\n              [-57.325173251732465, 5.338127779016901],\n              [-57.245972459724555, 5.4855293108116],\n              [-57.163171631716267, 5.638655173938147],\n              [-57.166771667716631, 6.085153017821142],\n              [-58.066780667806626, 6.822160676794681],\n              [-58.397983979839751, 6.883697238611887],\n              [-58.610386103860989, 6.510184619209767],\n              [-58.595985959859547, 6.807849848465096],\n              [-58.484384843848389, 7.011063610745182],\n              [-58.462784627846233, 7.311591005666429],\n              [-58.664386643866393, 7.584927826761472],\n              [-59.164791647916431, 8.058616244470684],\n              [-59.755197551975471, 8.410662621378435],\n              [-59.837998379983759, 8.369161219222633],\n              [-60.021600216002113, 8.558064153173135],\n              [-59.816398163981589, 8.287589497744008],\n              [-60.018000180001749, 8.060047327303636],\n              [-60.374403744037394, 7.823918659865512],\n              [-60.504005040050359, 7.821056494199595],\n              [-60.73080730807304, 7.524822347777217],\n              [-60.601206012060075, 7.330195082494896],\n              [-60.644406444064401, 7.221432787190054],\n              [-60.29160291602912, 7.105515077720426],\n              [-60.378003780037758, 6.938078386264309],\n              [-60.720007200071947, 6.759193032144523],\n              [-60.90720907209068, 6.815005262629896],\n              [-61.130411304112997, 6.71626054715577],\n              [-61.209612096120921, 6.541668441534853],\n              [-61.123211232112268, 6.186759898961185],\n              [-61.270812708127039, 6.106619260315512],\n              [-61.378813788137833, 5.904836580868391],\n              [-60.741607416074118, 5.202174909885855],\n              [-60.457204572045669, 5.174984336059651],\n              [-60.212402124021196, 5.266573637368978],\n              [-59.981999819998151, 5.086257200416227],\n              [-60.032400324003191, 4.725624326510726],\n              [-60.147601476014714, 4.512392984399938],\n              [-59.942399423994189, 4.503806487402187],\n              [-59.686796867968638, 4.380733363767774],\n              [-59.686796867968638, 4.364991452605231],\n              [-59.726397263972601, 4.17608851865473],\n              [-59.52839528395279, 3.931373354218856],\n              [-59.67959679596791, 3.702400100945525],\n              [-59.837998379983759, 3.609379716803232],\n              [-59.819998199981953, 3.3632334695344],\n              [-59.960399603995995, 3.066999323112022],\n              [-60.0, 2.693486703709901],\n              [-59.902799027990227, 2.36004440363061],\n              [-59.740797407974028, 2.264161853822401],\n              [-59.747997479974757, 1.852009997930402],\n              [-59.571595715957116, 1.727505791463031],\n              [-59.240392403923991, 1.378321580221197],\n              [-59.009990099900946, 1.328233681067651],\n              [-58.970389703896998, 1.312491769905115],\n              [-58.966789667896634, 1.309629604239198],\n              [-58.772387723877188, 1.200867308934363],\n              [-58.520385203851987, 1.266697119250445],\n              [-58.513185131851273, 1.438427059205445],\n              [-58.498784987849831, 1.457031136033905],\n              [-58.333183331833268, 1.592984005164944],\n              [-58.027180271802678, 1.517136615018153],\n              [-57.983979839798351, 1.657382732648067],\n              [-57.562775627756238, 1.708901714634571],\n              [-57.343173431734272, 1.969358790232988],\n              [-57.105571055710513, 2.020877772219485],\n              [-56.806768067680636, 1.873476240424779],\n              [-56.482764827648225, 1.942168216406778]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"HK\", \"countryKey\": \"HK\", \"countryName\": \"Hong Kong\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [114.0833408334083, 22.529725851345304],\n              [113.905837272580087, 22.409831701069873],\n              [113.826215050182441, 22.193334452484109],\n              [114.255290359769802, 22.205621143753849],\n              [114.389343893438905, 22.366582408388055],\n              [114.342874804407217, 22.477290406165647],\n              [114.230942309423057, 22.555485342338557],\n              [114.0833408334083, 22.529725851345304]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"HM\",\n        \"countryKey\": \"HM\",\n        \"countryName\": \"Heard Island and McDonald Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [73.734137341373412, -53.113019450333134],\n              [73.564935649356499, -53.017136900524925],\n              [73.352533525335247, -53.05148288851592],\n              [73.474934749347483, -53.188866840479925],\n              [73.734137341373412, -53.113019450333134]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"HN\", \"countryKey\": \"HN\", \"countryName\": \"Honduras\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-89.361893618936136, 14.415486188471576],\n              [-89.106291062910572, 14.395451028810157],\n              [-88.839888398883929, 14.100647965220745],\n              [-88.494284942849376, 13.974712675920415],\n              [-88.49788497884974, 13.851639552286002],\n              [-88.087480874808691, 13.980437007252249],\n              [-88.015480154801494, 13.865950380615587],\n              [-87.806678066780606, 13.908882865604326],\n              [-87.702277022770176, 13.814431398629083],\n              [-87.817478174781698, 13.406572791235959],\n              [-87.378273782737779, 13.372226803244956],\n              [-87.511475114751093, 13.286361833267463],\n              [-87.313473134731296, 12.981541189847334],\n              [-87.036270362703576, 12.980110107014383],\n              [-86.910269102690975, 13.239136099779827],\n              [-86.701467014670087, 13.313552407093667],\n              [-86.773467734677297, 13.65415012133775],\n              [-86.726667266672607, 13.768636747974412],\n              [-86.409864098640938, 13.748601588312994],\n              [-86.096660966609605, 14.043404651902421],\n              [-85.823058230582248, 13.84734630378712],\n              [-85.157051570515648, 14.338207715491833],\n              [-85.139051390513856, 14.578629631428825],\n              [-85.002250022500164, 14.740341991553123],\n              [-84.771847718477133, 14.804740719036246],\n              [-84.699846998469937, 14.674512181237034],\n              [-84.483844838448334, 14.620131033584627],\n              [-83.616236162361574, 14.872001612185286],\n              [-83.389433894338893, 15.030851806643668],\n              [-83.130231302312964, 14.996505818652665],\n              [-83.357033570335645, 15.229772320424871],\n              [-83.526235262352571, 15.284153468077292],\n              [-83.771037710377044, 15.219754740594169],\n              [-84.084240842408377, 15.360000858224083],\n              [-84.087840878408727, 15.483073981858496],\n              [-83.893438934389295, 15.484505064691447],\n              [-84.293042930429252, 15.810791950605946],\n              [-84.642246422464169, 15.86231093259245],\n              [-84.998649986499814, 15.98824622189278],\n              [-85.254252542525364, 15.883777175086834],\n              [-85.488254882548773, 15.86946634675725],\n              [-85.920259202591964, 16.00398813305533],\n              [-85.995859958599524, 15.900950169082321],\n              [-86.337863378633728, 15.780739211113826],\n              [-86.877868778687727, 15.763566217118324],\n              [-87.34587345873453, 15.850862269928783],\n              [-87.507875078750729, 15.799343287942293],\n              [-87.723877238772332, 15.922416411576705],\n              [-87.950679506795012, 15.866604181091333],\n              [-88.145081450814459, 15.684856661305616],\n              [-88.220682206822019, 15.726358063461404],\n              [-88.973089730897257, 15.141045184781461],\n              [-89.14229142291417, 15.076646457298324],\n              [-89.232292322923172, 14.867708363686418],\n              [-89.145891458914534, 14.708858169228037],\n              [-89.361893618936136, 14.415486188471576]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"HT\", \"countryKey\": \"HT\", \"countryName\": \"Haiti\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-71.757717577175725, 19.710492670417395],\n              [-72.027720277202718, 19.699044007753741],\n              [-72.776527765277606, 19.943759172189615],\n              [-73.165331653316485, 19.938034840857782],\n              [-73.431734317343128, 19.779184646399401],\n              [-73.410134101340958, 19.63607636310357],\n              [-73.017730177301729, 19.600299292279615],\n              [-72.697326973269682, 19.445742346320117],\n              [-72.819728197281918, 19.077954058249816],\n              [-72.549725497254926, 18.78601316032632],\n              [-72.326523265232609, 18.671526533689658],\n              [-72.369723697236921, 18.52555608472791],\n              [-72.628926289262836, 18.554177741387065],\n              [-72.754927549275436, 18.429673534919701],\n              [-73.52533525335248, 18.524125001894944],\n              [-73.604536045360405, 18.498365510901692],\n              [-74.158941589415846, 18.658646788193025],\n              [-74.425344253442489, 18.608558889039486],\n              [-74.490144901448957, 18.429673534919701],\n              [-74.331743317433123, 18.28656525162387],\n              [-74.184141841418366, 18.293720665788655],\n              [-73.874538745387397, 18.026108176025446],\n              [-73.647736477364717, 18.259374677797652],\n              [-73.309333093330878, 18.250788180799901],\n              [-72.884528845288401, 18.142025885495073],\n              [-72.55692556925564, 18.220735441307781],\n              [-72.070920709207044, 18.237908435303282],\n              [-71.775717757177517, 18.038987921522079],\n              [-71.710917109171035, 18.313755825450073],\n              [-71.912519125191196, 18.431104617752652],\n              [-72.009720097200926, 18.598541309208784],\n              [-71.840518405184, 18.618576468870202],\n              [-71.718117181171763, 18.784582077493369],\n              [-71.782917829178245, 18.996382336771191],\n              [-71.638916389163839, 19.212475844547896],\n              [-71.775717757177517, 19.326962471184572],\n              [-71.703717037170321, 19.414258523995031],\n              [-71.757717577175725, 19.710492670417395]\n            ]\n          ],\n          [\n            [\n              [-73.258932589325838, 18.879033544468612],\n              [-72.80892808928084, 18.720183350010231],\n              [-72.844928449284438, 18.827514562482108],\n              [-73.201332013320084, 18.969191762944988],\n              [-73.258932589325838, 18.879033544468612]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"HU\", \"countryKey\": \"HU\", \"countryName\": \"Hungary\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [16.093960939609417, 46.862427260135789],\n              [16.270362703627057, 46.863858342968754],\n              [16.51516515165153, 46.501794386230301],\n              [16.864368643686447, 46.358686102934456],\n              [16.97596975969762, 46.209853488306791],\n              [17.195571955719572, 46.121126352663381],\n              [17.346773467734693, 45.955120744040215],\n              [17.591575915759165, 45.936516667211748],\n              [17.868778687786886, 45.773373224254499],\n              [18.412384123841264, 45.743320484762378],\n              [18.675186751867528, 45.91075717621851],\n              [18.901989019890209, 45.930792335879929],\n              [19.063990639906422, 46.012364057358553],\n              [19.261992619926218, 45.980880235033467],\n              [19.549995499955031, 46.164058837652135],\n              [19.927999279992832, 46.164058837652135],\n              [20.241202412024137, 46.108246607166748],\n              [20.608406084060874, 46.129712849661132],\n              [20.838808388083891, 46.271390050123998],\n              [21.134011340113432, 46.278545464288797],\n              [21.317613176131772, 46.616281012866963],\n              [21.504815048150505, 46.72361222533884],\n              [21.634416344163469, 47.022708537427121],\n              [21.771217712177133, 47.114297838736462],\n              [21.98721987219875, 47.493534789470417],\n              [22.260822608226107, 47.715352628578955],\n              [22.746827468274688, 47.825546006716749],\n              [22.876428764287652, 47.94718804751821],\n              [22.746827468274688, 48.116055821807294],\n              [22.599225992259932, 48.101744993477709],\n              [22.358023580235823, 48.243422193940589],\n              [22.271622716227171, 48.403703471231921],\n              [22.131221312213142, 48.405134554064873],\n              [21.728017280172821, 48.340735826581749],\n              [21.42561425614258, 48.561122582857337],\n              [21.108811088110912, 48.489568441209414],\n              [20.784807848078515, 48.569709079855087],\n              [20.482404824048274, 48.526776594866334],\n              [20.324003240032425, 48.280630347597494],\n              [19.884798847988492, 48.128935567303913],\n              [19.621996219962227, 48.227680282778039],\n              [19.481594815948171, 48.111762573308411],\n              [18.837188371883741, 48.040208431660503],\n              [18.815588155881585, 47.832701420881548],\n              [18.235982359823623, 47.753991865068841],\n              [17.825578255782574, 47.749698616569958],\n              [17.573575735757373, 47.829839255215632],\n              [17.339573395733964, 47.998707029504715],\n              [17.148771487714896, 48.0058624436695],\n              [17.004770047700504, 47.862754160373669],\n              [17.0767707677077, 47.70819721441417],\n              [16.795967959679615, 47.675282309256133],\n              [16.608766087660911, 47.751129699402924],\n              [16.40716407164075, 47.660971480926548],\n              [16.630366303663067, 47.622332244436663],\n              [16.64116641166413, 47.45346447014758],\n              [16.425164251642542, 47.350426506174585],\n              [16.486364863648646, 46.998380129266835],\n              [16.273962739627422, 47.004104460598668],\n              [16.093960939609417, 46.862427260135789]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"HR\", \"countryKey\": \"HR\", \"countryName\": \"Croatia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [19.022489863021391, 44.855849373348377],\n              [19.060390603906058, 45.146558943418754],\n              [19.391593915939183, 45.169456268746089],\n              [19.362793627936298, 45.248165824558797],\n              [19.002790027900289, 45.365514616861375],\n              [19.017190171901746, 45.56729729630851],\n              [18.847988479884833, 45.809150295078467],\n              [18.901989019890209, 45.930792335879929],\n              [18.675186751867528, 45.91075717621851],\n              [18.412384123841264, 45.743320484762378],\n              [17.868778687786886, 45.773373224254499],\n              [17.591575915759165, 45.936516667211748],\n              [17.346773467734693, 45.955120744040215],\n              [17.195571955719572, 46.121126352663381],\n              [16.97596975969762, 46.209853488306791],\n              [16.864368643686447, 46.358686102934456],\n              [16.51516515165153, 46.501794386230301],\n              [16.234362343623445, 46.493207889232551],\n              [16.28116281162815, 46.375859096929958],\n              [15.661956619566212, 46.215577819638625],\n              [15.665556655566576, 45.832047620405802],\n              [15.251552515525191, 45.707543413938424],\n              [15.363153631536335, 45.481432326331003],\n              [15.139951399514018, 45.429913344344513],\n              [14.668346683466865, 45.534382391150459],\n              [14.556745567455692, 45.65602443195192],\n              [14.373143731437324, 45.477139077832135],\n              [13.973539735397367, 45.514347231489054],\n              [13.890738907389107, 45.424189013012679],\n              [13.588335883358866, 45.488587740495802],\n              [13.505535055350578, 45.511485065823138],\n              [13.613536135361386, 45.117937286759584],\n              [13.962739627396303, 44.811685560506504],\n              [14.164341643416464, 44.996295245958137],\n              [14.329943299433012, 45.354065954197708],\n              [14.581945819458213, 45.285373978215716],\n              [14.826748267482685, 45.113644038260716],\n              [14.920349203492066, 44.959087092301218],\n              [14.902349023490245, 44.690043519705043],\n              [15.309153091530931, 44.353739053959842],\n              [15.111151111511134, 44.265011918316432],\n              [15.467554675546779, 43.921552038406432],\n              [15.931959319593204, 43.676836873970558],\n              [15.975159751597545, 43.503675851182592],\n              [16.335163351633526, 43.550901584670214],\n              [16.882368823688267, 43.406362218541432],\n              [17.073170731707336, 43.2389255270853],\n              [17.5842850775804, 42.938660763686102],\n              [17.710770479444534, 42.971203124359889],\n              [17.643229730876307, 43.088478424146537],\n              [17.430169369483806, 43.179965438116227],\n              [17.238772387723884, 43.47791636018934],\n              [17.062370623706272, 43.528004259342879],\n              [16.717339835316587, 43.828908819578878],\n              [16.216362163621653, 44.207768604998094],\n              [16.205446623643855, 44.355310181091077],\n              [15.89595895958962, 44.718665176364212],\n              [15.74278285704577, 44.793247081213686],\n              [15.737557375573772, 44.944776263971633],\n              [15.791557915579176, 45.189491428407507],\n              [15.823958239582424, 45.210957670901877],\n              [15.996759967599701, 45.218113085066676],\n              [16.212762127621289, 45.032072316782092],\n              [16.345963459634618, 45.020623654118424],\n              [16.48276482764831, 45.199509008238209],\n              [16.785167851678551, 45.179473848576805],\n              [16.925569255692579, 45.283942895382751],\n              [17.098370983709856, 45.178042765743839],\n              [17.188371883718872, 45.147990026251719],\n              [17.742777427774286, 45.133679197922135],\n              [17.79677796777969, 45.08216021593563],\n              [18.142381423814271, 45.09790212709818],\n              [18.451984519845212, 45.085022381601547],\n              [18.491584915849188, 45.062125056274212],\n              [18.539616998505227, 45.087696690866295],\n              [18.689586895868985, 45.080729133102679],\n              [18.842983688046388, 44.855849373348377],\n              [19.022489863021391, 44.855849373348377]\n            ]\n          ],\n          [\n            [\n              [17.652776527765297, 42.891172398676431],\n              [17.238772387723884, 43.022832019308595],\n              [17.440374403744045, 42.87399940468093],\n              [17.807578075780782, 42.812462842863724],\n              [18.495184951849552, 42.416052898134268],\n              [18.437584375843784, 42.559161181430099],\n              [18.369183691836952, 42.574903092592635],\n              [17.652776527765297, 42.891172398676431]\n            ]\n          ],\n          [\n            [\n              [17.130771307713104, 42.969881954489139],\n              [16.637566375663766, 42.934104883665185],\n              [17.199171991719936, 42.921225138168552],\n              [17.130771307713104, 42.969881954489139]\n            ]\n          ],\n          [\n            [\n              [16.691566915669171, 43.127301066114555],\n              [16.518765187651894, 43.228907947254598],\n              [16.371163711637138, 43.195993042096546],\n              [16.691566915669171, 43.127301066114555]\n            ]\n          ],\n          [\n            [\n              [16.500765007650102, 43.28472017773997],\n              [16.893168931689331, 43.311910751566174],\n              [16.425164251642542, 43.393482473044799],\n              [16.500765007650102, 43.28472017773997]\n            ]\n          ],\n          [\n            [\n              [14.877148771487725, 44.559814981905845],\n              [14.89874898748991, 44.491123005923839],\n              [15.255152551525526, 44.339428225630257],\n              [14.902349023490245, 44.609902881059384],\n              [14.877148771487725, 44.559814981905845]\n            ]\n          ],\n          [\n            [\n              [14.51354513545138, 44.662852945878839],\n              [14.466744667446704, 44.983415500461504],\n              [14.301143011430128, 44.943345181138667],\n              [14.427144271442728, 44.657128614547005],\n              [14.51354513545138, 44.662852945878839]\n            ]\n          ],\n          [\n            [\n              [14.722347223472269, 44.943345181138667],\n              [14.815948159481621, 44.97769116912967],\n              [14.563945639456421, 45.249596907391762],\n              [14.423544235442364, 45.087884547267464],\n              [14.722347223472269, 44.943345181138667]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ID\", \"countryKey\": \"ID\", \"countryName\": \"Indonesia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [117.704977049770463, 4.163208773158104],\n              [117.83817838178382, 4.040135649523691],\n              [117.906579065790623, 4.156053358993312],\n              [117.704977049770463, 4.163208773158104]\n            ]\n          ],\n          [\n            [\n              [124.451444514445114, -9.180207561345362],\n              [124.257042570425682, -9.500770115928027],\n              [124.03024030240303, -9.341919921469653],\n              [123.688236882368784, -9.610963494065821],\n              [123.576635766357668, -10.014528852960069],\n              [123.749437494374916, -10.097531657271652],\n              [123.547835478354756, -10.186258792915069],\n              [123.46863468634686, -10.356557650037111],\n              [123.825038250382505, -10.363713064201903],\n              [124.123841238412382, -10.171947964585485],\n              [124.419044190441895, -10.163361467587734],\n              [124.969849698496972, -9.662482476052318],\n              [125.05985059850596, -9.486459287598443],\n              [124.955449554495516, -9.241744123162569],\n              [125.142651426514277, -9.188794058343113],\n              [125.085050850508509, -8.985580296063027],\n              [124.919449194491932, -8.962682970735699],\n              [124.563045630456287, -9.170189981514653],\n              [124.451444514445114, -9.180207561345362]\n            ]\n          ],\n          [\n            [\n              [109.64449644496446, 2.08384541686965],\n              [109.342093420934219, 1.935012802241985],\n              [109.349293492934947, 1.809077512941656],\n              [109.097290972909747, 1.560069100006906],\n              [108.93168931689317, 1.177969983607028],\n              [108.98208982089821, 0.996222463821319],\n              [108.856088560885581, 0.831647938031111],\n              [108.928089280892806, 0.641313921247658],\n              [108.920889208892078, 0.340786526326404],\n              [109.100891008910054, 0.243472893685244],\n              [109.298892988929907, 0.01020639191303],\n              [109.162091620916186, 0.034534800073324],\n              [109.187291872918735, -0.177265459204506],\n              [109.046890468904706, -0.245957435186511],\n              [109.122491224912238, -0.499259096620136],\n              [109.468094680946791, -0.736818846891218],\n              [109.262892628926267, -0.668126870909219],\n              [109.273692736927359, -0.854167639193797],\n              [109.489694896948976, -0.85130547352788],\n              [109.921699216992153, -1.103176052128546],\n              [110.069300693006909, -1.432325103708962],\n              [110.033300333003325, -1.645556445819757],\n              [109.903699036990389, -1.825872882772508],\n              [110.076500765007637, -1.92175543258071],\n              [110.094500945009457, -2.19795441934167],\n              [110.220502205022029, -2.532827802253919],\n              [110.155701557015533, -2.621554937897336],\n              [110.263702637026341, -3.002222971464249],\n              [110.508505085050814, -2.874856599330961],\n              [110.663306633066298, -3.080932527276957],\n              [111.059310593105948, -3.060897367615546],\n              [111.296912969129693, -2.936393161148168],\n              [111.584915849158477, -3.009378385629041],\n              [111.736117361173598, -2.813320037513755],\n              [111.833318333183314, -3.062328450448504],\n              [111.822518225182222, -3.54460336515546],\n              [111.905319053190539, -3.571793938981671],\n              [112.117721177211735, -3.382891005031169],\n              [112.301323013230132, -3.314199029049171],\n              [112.618126181261829, -3.424392407186957],\n              [113.02133021330215, -3.162504248755582],\n              [113.035730357303549, -2.923513415651541],\n              [113.352533525335247, -3.272697626893375],\n              [113.618936189361904, -3.185401574082917],\n              [113.633336333363303, -3.457307312345002],\n              [114.043740437404352, -3.355700431204959],\n              [114.486544865448622, -3.488791134670088],\n              [114.61254612546125, -3.683418399952416],\n              [114.623346233462343, -4.169986563158247],\n              [115.966159661596606, -3.609002092638583],\n              [116.164161641616403, -3.172521828586291],\n              [116.149761497614946, -2.816182203179672],\n              [116.243362433624299, -3.009378385629041],\n              [116.369363693636927, -2.823337617344464],\n              [116.394563945639419, -2.574329204409715],\n              [116.538565385653868, -2.512792642592501],\n              [116.603366033660308, -2.223713910334922],\n              [116.290162901629031, -2.169332762682501],\n              [116.462964629646279, -2.020500148054836],\n              [116.38016380163802, -1.765767403788253],\n              [116.221762217622171, -1.790095811948547],\n              [116.556565565655632, -1.606917209329879],\n              [116.538565385653868, -1.480981920029549],\n              [116.819368193681925, -1.26202624658692],\n              [117.024570245702449, -1.203351850435631],\n              [117.280172801728014, -0.809804071372092],\n              [117.614976149761475, -0.785475663211798],\n              [117.539375393753943, -0.693886361902464],\n              [117.596975969759711, -0.42198062364038],\n              [117.442174421744227, -0.525018587613381],\n              [117.434974349743499, -0.264561512014964],\n              [117.528575285752851, -0.032726093075716],\n              [117.470974709747082, 0.108951107387156],\n              [117.618576185761839, 0.502498886450695],\n              [117.812978129781271, 0.8116127783697],\n              [118.068580685806836, 0.928961570672278],\n              [118.565385653856509, 0.804457364204907],\n              [118.799387993879947, 0.804457364204907],\n              [119.004590045900471, 0.961876475830323],\n              [118.730987309873086, 1.253817373753819],\n              [118.126181261812604, 1.654520566982157],\n              [117.863378633786311, 1.886355985921405],\n              [117.942579425794264, 2.162554972682358],\n              [118.09018090180902, 2.262730770989442],\n              [117.827378273782728, 2.607621733732401],\n              [117.737377373773739, 2.900993714488855],\n              [117.542975429754307, 2.929615371148024],\n              [117.618576185761839, 3.085603399940481],\n              [117.352173521735182, 3.182917032581649],\n              [117.445774457744591, 3.434787611182315],\n              [117.22617226172261, 3.504910669997273],\n              [117.089370893708946, 3.645156787627194],\n              [117.748177481774832, 3.636570290629443],\n              [117.776977769777687, 3.799713733586692],\n              [117.373773737737366, 4.170364187322896],\n              [117.557375573755706, 4.167502021656979],\n              [117.215372153721518, 4.353542789941564],\n              [116.711367113671116, 4.36642253543819],\n              [116.390963909639112, 4.294868393790274],\n              [116.124561245612455, 4.379302280934816],\n              [116.02016020160201, 4.270539985629981],\n              [115.843758437584341, 4.389319860765525],\n              [115.645756457564545, 4.168933104489938],\n              [115.537755377553736, 3.898458449060811],\n              [115.598955989559869, 3.440511942514149],\n              [115.516155161551609, 3.357509138202566],\n              [115.465754657546569, 3.031222252288067],\n              [115.242552425524224, 3.041239832118777],\n              [115.066150661506612, 2.828008490007981],\n              [115.055350553505519, 2.609052816565359],\n              [115.20655206552064, 2.510308101091233],\n              [114.778147781477827, 2.246988859826899],\n              [114.832148321483231, 1.902097897083948],\n              [114.670146701467019, 1.820526175605323],\n              [114.670146701467019, 1.694590886304987],\n              [114.500945009450078, 1.435564893539528],\n              [114.356943569435686, 1.50139470385561],\n              [114.205742057420565, 1.438427059205445],\n              [113.910539105391052, 1.44272030770432],\n              [113.647736477364759, 1.233782214092408],\n              [113.089730897308954, 1.431271645040653],\n              [113.024930249302457, 1.537171774679571],\n              [112.470524705247016, 1.567224514171699],\n              [112.178921789217867, 1.448444639036154],\n              [112.099720997209971, 1.1550726582797],\n              [111.822518225182222, 1.009102209317945],\n              [111.350913509135097, 1.01339545781682],\n              [111.196111961119612, 1.074932019634026],\n              [110.854108541085424, 0.997653546654277],\n              [110.555305553055547, 0.851683097692529],\n              [110.263702637026341, 0.99479138098836],\n              [110.170101701016989, 1.175107817941111],\n              [109.842498424984257, 1.402649988381491],\n              [109.640896408964096, 1.637347572986656],\n              [109.529295292952924, 1.89064923442028],\n              [109.64449644496446, 2.08384541686965]\n            ]\n          ],\n          [\n            [\n              [140.975609756097555, -2.60008869540296],\n              [140.698406984069806, -2.60867519240071],\n              [140.745207452074482, -2.498481814262917],\n              [140.165601656016548, -2.325320791474965],\n              [139.863198631986307, -2.372546524962587],\n              [138.804788047880464, -1.920324349747752],\n              [138.664386643866436, -1.788664729115588],\n              [138.073980739807354, -1.609779374995796],\n              [137.793177931779297, -1.483844085695466],\n              [137.141571415714139, -1.78723364628263],\n              [137.101971019710192, -1.888840527422673],\n              [137.227972279722763, -2.074881295707257],\n              [136.759967599676003, -2.248042318495209],\n              [136.403564035640358, -2.219420661836047],\n              [136.266762667626637, -2.56001837608013],\n              [135.964359643596396, -2.776111883856835],\n              [135.910359103590991, -2.986481060301713],\n              [135.744757447574472, -3.076639278778082],\n              [135.471154711547086, -3.362855845369751],\n              [134.985149851498505, -3.329940940211706],\n              [134.819548195481929, -3.136744757762337],\n              [134.851948519485205, -2.899185007491255],\n              [134.700747007470085, -2.959290486475503],\n              [134.657546575465716, -2.562880541746047],\n              [134.556745567455636, -2.464135826271921],\n              [134.463144631446283, -2.861976853834335],\n              [134.329943299432983, -2.52281022242321],\n              [134.193141931419319, -2.379701939127379],\n              [134.088740887408875, -1.68276459947667],\n              [134.283142831428307, -1.350753382230337],\n              [134.034740347403471, -0.957205603166798],\n              [134.171541715417135, -0.864185219024506],\n              [133.977139771397702, -0.723939101394592],\n              [133.390333903339041, -0.723939101394592],\n              [133.156331563315604, -0.532174001778174],\n              [132.709927099270971, -0.360444061823173],\n              [132.436324363243642, -0.347564316326547],\n              [132.097920979209761, -0.469206357128009],\n              [131.885518855188508, -0.682437699238797],\n              [131.244712447124442, -0.819821651202801],\n              [131.255512555125534, -1.080278726801218],\n              [131.028710287102882, -1.274905992083546],\n              [130.960309603096022, -1.446635932038546],\n              [131.205112051120494, -1.523914405018296],\n              [131.374313743137435, -1.395116950052049],\n              [131.428314283142839, -1.498154914025051],\n              [131.809918099180976, -1.521052239352379],\n              [132.072720727207269, -2.104934035199378],\n              [132.346323463234597, -2.269508560989586],\n              [132.55872558725585, -2.185074673845044],\n              [132.699126991269878, -2.305285631813547],\n              [133.296732967329632, -2.203678750673504],\n              [133.645936459364549, -2.236593655831548],\n              [133.941139411394118, -2.107796200865295],\n              [133.793537935379362, -2.259490981158876],\n              [133.987939879398795, -2.40689251295359],\n              [133.818738187381854, -2.477015571768547],\n              [133.81513815138149, -2.648745511723547],\n              [133.667536675366733, -2.562880541746047],\n              [133.411934119341169, -2.567173790244922],\n              [133.311133111331088, -2.442669583777544],\n              [133.033930339303396, -2.479877737434464],\n              [132.735127351273519, -2.810457871847838],\n              [132.583925839258399, -2.717437487705546],\n              [132.202322023220205, -2.67593608554975],\n              [131.964719647196461, -2.793284877852336],\n              [131.979119791197917, -2.914926918653791],\n              [132.32472324723247, -2.946410740978877],\n              [132.551525515255122, -3.106692018270209],\n              [132.69192691926915, -3.338527437209457],\n              [132.810728107281051, -3.281284123891126],\n              [132.933129331293316, -3.554620944986169],\n              [132.731527315273155, -3.681987317119457],\n              [132.825128251282507, -3.938151144218999],\n              [132.969129691296899, -4.111312167006957],\n              [133.267932679326776, -4.052637770855668],\n              [133.455134551345481, -3.846561842909665],\n              [133.408334083340804, -3.722057636442294],\n              [133.584735847358473, -3.566069607649837],\n              [133.667536675366733, -3.122433929432752],\n              [133.861938619386166, -2.923513415651541],\n              [133.86553865538653, -3.080932527276957],\n              [133.68193681936819, -3.232627307570546],\n              [133.707137071370681, -3.610433175471542],\n              [133.843938439384402, -3.639054832130711],\n              [133.959139591395882, -3.837975345911914],\n              [134.092340923409239, -3.82366451758233],\n              [134.315543155431527, -4.019722865697624],\n              [134.333543335433347, -3.869459168237],\n              [134.524345243452416, -4.026878279862416],\n              [134.675546755467536, -3.908098404726871],\n              [134.657546575465716, -4.132778409501334],\n              [135.226352263522614, -4.460496378248791],\n              [135.427954279542774, -4.430443638756664],\n              [135.971559715597124, -4.519170774400081],\n              [136.356763567635682, -4.678020968858455],\n              [136.821168211682078, -4.928460464626163],\n              [137.220772207722035, -5.012894351770704],\n              [137.706777067770673, -5.221832445382624],\n              [137.821978219782153, -5.363509645845497],\n              [138.073980739807354, -5.419321876330869],\n              [138.070380703807047, -5.728435768249874],\n              [138.271982719827207, -5.887285962708248],\n              [138.46638466384664, -6.402475782573241],\n              [138.707587075870748, -6.630017953013621],\n              [138.671586715867164, -6.694416680496744],\n              [138.930789307893036, -6.843249295124409],\n              [138.570785707857084, -6.941994010598535],\n              [138.761587615876152, -7.113723950553535],\n              [139.157591575915745, -7.242521405519781],\n              [138.689586895868928, -7.192433506366243],\n              [139.092790927909249, -7.560221794436529],\n              [138.995589955899533, -7.865042437856658],\n              [138.898995264745281, -8.031725656202017],\n              [138.88398883988836, -7.932303331005699],\n              [139.074790747907485, -7.575963705599072],\n              [138.937989379893764, -7.541617717608077],\n              [138.804788047880464, -7.374181026151952],\n              [138.621186211862124, -7.364163446321243],\n              [138.243182431824295, -7.457183830463535],\n              [138.027180271802678, -7.610309693590075],\n              [137.760777607776078, -8.073980531468571],\n              [137.638376383763813, -8.426026908376322],\n              [137.850778507785066, -8.377370092055742],\n              [138.444784447844455, -8.3788011748887],\n              [138.660786607866072, -8.168431998443822],\n              [138.864667793597334, -8.090960934044123],\n              [138.837188371883684, -8.138379258951701],\n              [138.912789127891273, -8.291505122078242],\n              [139.225992259922606, -8.073980531468571],\n              [139.355593555935542, -8.199915820768908],\n              [139.931599315993168, -8.108326519459574],\n              [140.032400324003248, -8.245710471423571],\n              [140.507605076050737, -8.637827167654152],\n              [140.856808568085654, -9.048547940713199],\n              [140.975609756097555, -9.10579125403153],\n              [140.975609756097555, -6.896199359943864],\n              [140.849608496084926, -6.703003177494494],\n              [140.975609756097555, -6.335214889424201],\n              [140.975609756097555, -2.60008869540296]\n            ]\n          ],\n          [\n            [\n              [117.665376653766515, -8.148396838782404],\n              [117.492574925749267, -8.175587412608614],\n              [117.568175681756799, -8.364490346559116],\n              [117.665376653766515, -8.148396838782404]\n            ]\n          ],\n          [\n            [\n              [134.607146071460676, -6.421079859401701],\n              [134.452344523445191, -6.287989155936579],\n              [134.366716532842702, -6.371776863262712],\n              [134.135541355413551, -6.176364694965827],\n              [134.056340563405598, -6.77455731914241],\n              [134.185941859418591, -6.919096685271199],\n              [134.311943119431163, -6.858991206286952],\n              [134.484744847448468, -6.575636805361199],\n              [134.455255190849812, -6.46544342722346],\n              [134.50994509945096, -6.514100243543993],\n              [134.607146071460676, -6.421079859401701]\n            ]\n          ],\n          [\n            [\n              [134.376743767437659, -6.253643167945576],\n              [134.351874347172611, -6.232035048067583],\n              [134.607146071460676, -6.369560877415203],\n              [134.758347583475796, -6.157760618137367],\n              [134.625146251462496, -5.933080613362911],\n              [134.758347583475796, -5.671192454931536],\n              [134.581945819458184, -5.423615124829745],\n              [134.491944919449196, -5.447943532990038],\n              [134.286742867428671, -5.92449411636516],\n              [134.332441359573892, -6.215150443555464],\n              [134.124741247412459, -6.034687494502954],\n              [134.142741427414279, -6.157760618137367],\n              [134.337143371433712, -6.332352723758284],\n              [134.376743767437659, -6.253643167945576]\n            ]\n          ],\n          [\n            [\n              [109.907299072990696, -7.837851864030448],\n              [110.476104761047594, -8.112619767958449],\n              [111.170911709117064, -8.282918625080491],\n              [111.264512645126416, -8.248572637089488],\n              [111.674916749167465, -8.367352512225033],\n              [111.793717937179366, -8.257159134087239],\n              [112.34092340923408, -8.33300652423403],\n              [112.672126721267176, -8.447493150870699],\n              [113.197731977319762, -8.277194293748657],\n              [113.813338133381336, -8.507598629854947],\n              [113.978939789397856, -8.620654173658657],\n              [114.302943029430281, -8.612067676660907],\n              [114.367743677436778, -8.740865131627153],\n              [114.598145981459794, -8.775211119618156],\n              [114.356943569435686, -8.408853914380821],\n              [114.468544685446858, -7.830696449865655],\n              [114.014940149401497, -7.617465107754867],\n              [113.802538025380244, -7.721934154560827],\n              [113.528935289352859, -7.700467912066451],\n              [113.298532985329842, -7.789195047709867],\n              [112.762127621276221, -7.531600137777367],\n              [112.823328233282297, -7.2625565651812],\n              [112.700927009270089, -7.253970068183449],\n              [112.603726037260373, -6.904785856941615],\n              [112.067320673206694, -6.893337194277954],\n              [111.977319773197706, -6.784574898973119],\n              [111.739717397173962, -6.781712733307202],\n              [111.494914949149489, -6.622862538848828],\n              [111.430114301142993, -6.698709928995619],\n              [111.156511565115665, -6.691554514830827],\n              [111.05211052110522, -6.456856930225662],\n              [110.926109261092591, -6.403906865406199],\n              [110.670506705067027, -6.499789415214408],\n              [110.645306453064535, -6.68869234916491],\n              [110.47250472504723, -6.94628725909741],\n              [110.198901989019902, -6.890475028612038],\n              [109.896498964989661, -6.917665602438241],\n              [109.532895328953288, -6.834662798126658],\n              [109.352893528935255, -6.876164200282453],\n              [109.000090000899974, -6.788868147471995],\n              [108.924489244892442, -6.844680377957367],\n              [108.604086040860381, -6.761677573645784],\n              [108.539285392853941, -6.486909669717782],\n              [108.359283592835908, -6.246487753780784],\n              [108.092880928809308, -6.32662839242645],\n              [107.812078120781194, -6.189244440462453],\n              [107.678876788767894, -6.237901256783033],\n              [107.470074700747006, -6.144880872640748],\n              [107.354873548735469, -5.976013098351665],\n              [107.0452704527045, -5.914476536534451],\n              [106.99486994869946, -6.079051062324659],\n              [106.494464944649422, -6.034687494502954],\n              [106.051660516605153, -5.881561631376414],\n              [105.889658896588941, -6.070464565326908],\n              [105.824858248582501, -6.433959604898327],\n              [105.4540545405454, -6.808903307133413],\n              [105.364053640536412, -6.664363941004616],\n              [105.259652596525967, -6.767401904977618],\n              [105.48645486454862, -6.867577703284702],\n              [105.958059580595801, -6.817489804131156],\n              [106.282062820628227, -6.983495412754323],\n              [106.537665376653734, -6.983495412754323],\n              [106.379263792637943, -7.246814654018657],\n              [106.523265232652335, -7.411389179808864],\n              [107.412474124741237, -7.495823066953406],\n              [107.686076860768623, -7.661828675576572],\n              [108.326883268832688, -7.817816704369029],\n              [108.539285392853941, -7.6918814150687],\n              [108.672486724867241, -7.720503071727869],\n              [108.874088740887402, -7.610309693590075],\n              [109.01449014490143, -7.731951734391529],\n              [109.367293672936711, -7.713347657563077],\n              [109.424894248942479, -7.774884219380283],\n              [109.907299072990696, -7.837851864030448]\n            ]\n          ],\n          [\n            [\n              [119.846998469984698, -0.874202798855215],\n              [119.735397353973525, -0.633780882918217],\n              [119.537395373953728, -0.849874390694922],\n              [119.454594545945469, -1.096020637963754],\n              [119.32859328593284, -1.214800513099298],\n              [119.335793357933568, -1.970412248901297],\n              [119.216992169921667, -2.010482568224127],\n              [119.134191341913407, -2.203678750673504],\n              [119.141391413914135, -2.442669583777544],\n              [118.914589145891426, -2.648745511723547],\n              [118.820988209882074, -2.621554937897336],\n              [118.770587705877034, -2.861976853834335],\n              [118.882188821888207, -2.860545771001377],\n              [118.763387633876306, -3.090950107107666],\n              [118.925389253892519, -3.566069607649837],\n              [119.29619296192962, -3.427254572852874],\n              [119.497794977949781, -3.495946548834873],\n              [119.458194581945833, -3.714902222277502],\n              [119.594995949959497, -4.026878279862416],\n              [119.627396273962717, -4.314525929287043],\n              [119.490594905949052, -4.753868359005246],\n              [119.526595265952636, -4.882665813971499],\n              [119.353793537935388, -5.356354231680704],\n              [119.569795697956948, -5.655450543768993],\n              [119.80739807398075, -5.692658697425912],\n              [119.915399153991501, -5.569585573791493],\n              [120.099000990009898, -5.595345064784745],\n              [120.322203222032186, -5.509480094807245],\n              [120.459004590045907, -5.625397804276872],\n              [120.264602646026475, -5.150278303734709],\n              [120.307803078030787, -4.871217151307832],\n              [120.444604446044451, -4.626501986871958],\n              [120.361803618036191, -4.387511153767917],\n              [120.354603546035463, -3.930995730054207],\n              [120.448204482044815, -3.729213050607086],\n              [120.387003870038683, -3.214023230742086],\n              [120.203402034020343, -2.957859403642544],\n              [120.775807758077548, -2.614399523732544],\n              [121.081810818108153, -2.758938889861334],\n              [121.067410674106753, -3.193988071080668],\n              [120.8694086940869, -3.445858649681334],\n              [120.894608946089448, -3.538879033823626],\n              [121.355413554135538, -3.968203883711126],\n              [121.629016290162866, -4.086983758846664],\n              [121.535415354153514, -4.230092042142502],\n              [121.485014850148474, -4.656554726364078],\n              [121.704617046170455, -4.83544008048387],\n              [121.992619926199239, -4.855475240145289],\n              [122.107821078210776, -4.520601857233039],\n              [122.597425974259721, -4.396097650765668],\n              [122.842228422284194, -4.437599052921456],\n              [122.90702907029069, -4.195746054151499],\n              [122.676626766267674, -4.122760829670625],\n              [122.665826658266582, -3.919547067390539],\n              [122.201422014220128, -3.556052027819128],\n              [122.356223562235613, -3.216885396408003],\n              [122.464224642246421, -3.176815077085166],\n              [122.280622806228024, -3.039431125121169],\n              [122.313023130231301, -2.926375581317458],\n              [122.014220142201424, -2.693109079545252],\n              [121.823418234182355, -2.286681554985087],\n              [121.575015750157462, -2.162177348517716],\n              [121.312213122131226, -1.782940397783754],\n              [121.539015390153878, -1.923186515413668],\n              [121.693816938169363, -1.907444604251133],\n              [121.798217982179807, -1.718541670300631],\n              [122.183421834218308, -1.614072623494671],\n              [122.370623706237069, -1.492430582693217],\n              [122.813428134281338, -0.924290698008754],\n              [123.061830618306175, -0.879927130187049],\n              [123.310233102331011, -1.051657070142049],\n              [123.454234542345404, -0.758285089385588],\n              [123.238232382323787, -0.570813238268052],\n              [122.734227342273385, -0.648091711247801],\n              [122.961029610296094, -0.731094515559384],\n              [122.208622086220856, -0.76544050355038],\n              [122.104221042210412, -0.925721780841712],\n              [121.715417154171547, -0.935739360672422],\n              [121.661416614166143, -0.812666237038009],\n              [121.49941499414993, -0.859891970525631],\n              [121.074610746107425, -1.420876441045294],\n              [120.829808298082952, -1.340735802399628],\n              [120.675006750067467, -1.395116950052049],\n              [120.581405814058115, -1.104607134961505],\n              [120.412204122041231, -0.904255538347343],\n              [120.243002430024291, -0.887082544351841],\n              [120.088200882008806, -0.656678208245552],\n              [119.994599945999454, -0.208749281529592],\n              [120.127801278012754, 0.180505249035072],\n              [120.376203762037591, 0.478170478290409],\n              [120.678606786067832, 0.531120543109864],\n              [120.891008910089084, 0.423789330637987],\n              [121.690216902168999, 0.523965128945072],\n              [121.801818018180171, 0.426651496303904],\n              [122.323823238232393, 0.496774555118861],\n              [122.979029790297915, 0.482463726789284],\n              [123.072630726307267, 0.51680971478028],\n              [123.238232382323787, 0.325044615163868],\n              [123.745837458374552, 0.310733786834284],\n              [124.321843218432178, 0.399460922477701],\n              [124.501845018450155, 0.533982708775781],\n              [124.663846638466367, 0.805888447037866],\n              [124.897848978489748, 0.97332513849399],\n              [125.142651426514277, 1.421254065209943],\n              [125.250652506525029, 1.484221709860115],\n              [125.178651786517861, 1.667400312478776],\n              [125.034650346503469, 1.733230122794865],\n              [124.836648366483672, 1.588690756666068],\n              [124.851048510485072, 1.489946041191942],\n              [124.548645486454831, 1.359717503392737],\n              [124.595445954459507, 1.196574060435488],\n              [124.390243902438982, 1.186556480604779],\n              [124.31464314643145, 1.037723865977114],\n              [123.832238322383233, 0.831647938031111],\n              [123.36783367833678, 0.92753048783932],\n              [122.968229682296823, 0.961876475830323],\n              [122.849428494284922, 0.817337109701533],\n              [122.453424534245329, 1.020550871981612],\n              [122.233822338223348, 1.010533292150903],\n              [121.927819278192743, 1.09926042779432],\n              [121.63261632616323, 1.062052274137407],\n              [121.48141481414811, 1.120726670288697],\n              [121.452614526145254, 1.298180941575531],\n              [121.26541265412655, 1.229488965593532],\n              [120.909009090090905, 1.353993172060903],\n              [120.822608226082224, 1.309629604239198],\n              [120.80460804608046, 1.067776605469241],\n              [120.567005670056716, 0.781560038877572],\n              [120.347403474034735, 0.855976346191405],\n              [120.063000630006314, 0.742920802387694],\n              [120.030600306003038, 0.51680971478028],\n              [119.911799117991194, 0.473877229791533],\n              [119.785797857978565, 0.239179645186368],\n              [119.886598865988645, 0.071742953730244],\n              [119.792997929979293, -0.107142400389549],\n              [119.756997569975709, -0.469206357128009],\n              [119.846998469984698, -0.874202798855215]\n            ]\n          ],\n          [\n            [\n              [100.946809468094699, 1.824819424104192],\n              [100.856808568085654, 1.999411529725108],\n              [100.561605616056141, 2.156830641350524],\n              [100.381603816038165, 2.355751155131735],\n              [100.201602016020132, 2.709228614872444],\n              [100.1260012600126, 2.530343260752652],\n              [100.054000540005376, 2.727832691700904],\n              [99.953199531995296, 2.70350428354061],\n              [99.978399783997844, 2.948219447976484],\n              [99.751597515975135, 3.180054866915732],\n              [98.955989559895585, 3.670916278620439],\n              [98.797587975879736, 3.72529742627286],\n              [98.675186751867528, 3.914200360223354],\n              [98.304383043830427, 4.080205968846521],\n              [98.275582755827571, 4.425096931589479],\n              [97.998379983799822, 4.546738972390941],\n              [97.908379083790834, 4.890198852300941],\n              [97.497974979749785, 5.252262809039394],\n              [97.267572675726768, 5.154949176398233],\n              [96.972369723697255, 5.273729051533763],\n              [96.651966519665194, 5.216485738215439],\n              [96.126361263612608, 5.282315548531514],\n              [95.888758887588864, 5.512719884637818],\n              [95.413554135541375, 5.650103836601815],\n              [95.197551975519758, 5.547065872628806],\n              [95.197551975519758, 5.29233312836223],\n              [95.427954279542774, 4.827231207650769],\n              [96.011160111601129, 4.226176417808276],\n              [96.191161911619105, 4.126000619501191],\n              [96.428764287642849, 3.825473224579937],\n              [96.759967599676003, 3.748194751600188],\n              [97.019170191701932, 3.522083663992774],\n              [97.271172711727132, 3.214400854906735],\n              [97.422374223742253, 2.928184288315066],\n              [97.602376023760229, 2.86664772649786],\n              [97.659976599765997, 2.411563385617107],\n              [97.742777427774257, 2.281334847817902],\n              [97.95517955179551, 2.271317267987193],\n              [98.268382683826843, 2.038050766214987],\n              [98.5347853478535, 1.936443885074944],\n              [98.819188191881921, 1.68171114080836],\n              [98.754387543875424, 1.535740691846613],\n              [99.089190891908942, 0.622709844419198],\n              [99.139591395913982, 0.273525633177364],\n              [99.611196111961107, 0.098933527556447],\n              [99.747997479974771, -0.029863927409799],\n              [99.812798127981267, -0.294614251507092],\n              [100.302403024030212, -0.816959485536884],\n              [100.406804068040657, -1.264888412252837],\n              [100.568805688056869, -1.442342683539671],\n              [100.885608856088567, -2.037673142050338],\n              [100.831608316083162, -2.140711106023339],\n              [101.105211052110491, -2.587208949906334],\n              [101.328413284132836, -2.738903730199922],\n              [101.638016380163805, -3.251231384398999],\n              [102.221222212222102, -3.643348080629586],\n              [102.31122311223109, -3.991101209038455],\n              [102.700027000270012, -4.270162361465331],\n              [102.919629196291936, -4.49198020057387],\n              [103.171631716317137, -4.617915489874207],\n              [103.394833948339482, -4.813973837989501],\n              [103.693636936369359, -4.951357789953498],\n              [104.29844298442984, -5.644001881105332],\n              [104.716047160471618, -5.921631950699243],\n              [104.532445324453221, -5.55956799396079],\n              [104.622446224462209, -5.490876017978785],\n              [105.119251192511939, -5.782816915902288],\n              [105.310053100531007, -5.466547609818498],\n              [105.601656016560156, -5.810007489728498],\n              [105.781657816578132, -5.828611566556951],\n              [105.907659076590761, -4.469082875246542],\n              [105.814058140581409, -4.238678539140246],\n              [105.950859508595073, -3.833682097413039],\n              [105.821258212582137, -3.671969737288748],\n              [105.929259292592945, -3.365718011035668],\n              [106.073260732607338, -3.255524632897874],\n              [106.015660156601569, -2.969308066306212],\n              [105.792457924579224, -2.861976853834335],\n              [105.778057780577825, -2.690246913879335],\n              [105.608856088560884, -2.552862961915338],\n              [105.623256232562341, -2.401168181621756],\n              [105.000450004500038, -2.33247620563975],\n              [104.881648816488138, -2.285250472152129],\n              [104.70884708847089, -2.574329204409715],\n              [104.744847448474474, -2.341062702637501],\n              [104.87444874448741, -2.165039514183626],\n              [104.536045360453585, -1.85449453943167],\n              [104.377643776437736, -1.031621910480631],\n              [104.212042120421216, -1.073123312636426],\n              [103.956439564395652, -0.977240762828217],\n              [103.837638376383751, -1.033052993313589],\n              [103.344433444334442, -0.695317444735423],\n              [103.416434164341609, -0.517863173448589],\n              [103.589235892358914, -0.424842789306297],\n              [103.485016510501509, -0.364671825793792],\n              [103.754837548375491, -0.346133233493589],\n              [103.711637116371179, -0.270285843346798],\n              [103.556835568355694, -0.223060109859176],\n              [103.469915791449665, -0.355953439646345],\n              [103.438034380343794, -0.337546736495838],\n              [103.592835928359278, -0.011259850581339],\n              [103.790837908379075, -0.012690933414298],\n              [103.758437584375855, 0.239179645186368],\n              [103.362433624336262, 0.536844874441698],\n              [102.901629016290173, 0.26780130184553],\n              [102.714427144271411, 0.257783722014821],\n              [103.074430744307421, 0.442393407466447],\n              [102.876428764287624, 0.7257478083922],\n              [102.462424624246211, 0.77440462471278],\n              [102.239222392223922, 0.981911635491741],\n              [102.116821168211658, 1.386908077218948],\n              [101.778417784177833, 1.644502987151448],\n              [101.577519478898481, 1.709255068420487],\n              [101.713617136171337, 1.77759369061657],\n              [101.720817208172065, 2.058085925876405],\n              [101.440014400144008, 2.065241340041197],\n              [101.393213932139332, 1.93071955374311],\n              [101.576160827006589, 1.709692979221166],\n              [101.378813788137876, 1.773300442117694],\n              [101.29961299612998, 2.046637263212737],\n              [101.051210512105087, 2.291352427648611],\n              [100.813608136081342, 2.249851025492816],\n              [100.946809468094699, 1.824819424104192]\n            ]\n          ],\n          [\n            [\n              [120.793807938079368, -9.961578788140613],\n              [120.477004770047671, -9.641016233557941],\n              [120.271802718027146, -9.6424473163909],\n              [120.243002430024291, -9.509356612925778],\n              [119.944199441994414, -9.288969856650198],\n              [119.821798217982149, -9.379128075126573],\n              [119.267392673926707, -9.364817246796989],\n              [119.026190261902599, -9.437802471277863],\n              [118.939789397893975, -9.570893174742984],\n              [119.036990369903691, -9.675362221548944],\n              [119.407794077940792, -9.789848848185613],\n              [119.476194761947596, -9.748347446029818],\n              [119.976599765997634, -9.993062610465692],\n              [120.156601566015667, -10.220604780906065],\n              [120.448204482044815, -10.31076299938244],\n              [120.826208262082588, -10.091807325939818],\n              [120.793807938079368, -9.961578788140613]\n            ]\n          ],\n          [\n            [\n              [119.558995589955913, -8.517616209685656],\n              [119.414994149941464, -8.443199902371823],\n              [119.37899378993788, -8.722261054798693],\n              [119.558995589955913, -8.517616209685656]\n            ]\n          ],\n          [\n            [\n              [123.349833498334959, -8.268607796750906],\n              [123.238232382323787, -8.234261808759904],\n              [123.04023040230399, -8.410284997213779],\n              [123.321033210332104, -8.384525506220534],\n              [123.349833498334959, -8.268607796750906]\n            ]\n          ],\n          [\n            [\n              [116.63216632166322, -8.275763210915699],\n              [116.376563765637655, -8.201346903601866],\n              [116.027360273602739, -8.444630985204782],\n              [116.059760597605958, -8.71367455780095],\n              [115.829358293582942, -8.792384113613657],\n              [116.00216002160019, -8.898284243252569],\n              [116.56376563765636, -8.895422077586652],\n              [116.498964989649863, -8.802401693444367],\n              [116.743767437674393, -8.391680920385319],\n              [116.63216632166322, -8.275763210915699]\n            ]\n          ],\n          [\n            [\n              [119.202592025920268, -8.610636593827948],\n              [119.040590405904055, -8.629240670656408],\n              [118.986589865898651, -8.308678116073736],\n              [118.442984429844302, -8.258590216920197],\n              [118.302583025830273, -8.368783595057991],\n              [118.115381153811512, -8.114050850791408],\n              [117.895778957789588, -8.089722442631114],\n              [117.704977049770463, -8.229968560261028],\n              [118.280982809828089, -8.642120416153027],\n              [117.805778057780543, -8.719398889132783],\n              [117.557375573755706, -8.405991748714904],\n              [117.434974349743499, -8.481839138861694],\n              [117.19377193771939, -8.357334932394323],\n              [116.837368373683745, -8.507598629854947],\n              [116.7473674736747, -8.666448824313321],\n              [116.822968229682289, -8.786659782281824],\n              [116.761767617676156, -9.015633035555155],\n              [117.010170101700993, -9.107222336864488],\n              [117.334173341733418, -9.05999660337686],\n              [117.737377373773739, -8.909732905916236],\n              [118.158581585815824, -8.868231503760448],\n              [118.392583925839261, -8.675035321311071],\n              [118.464584645846429, -8.865369338094531],\n              [118.756187561875635, -8.802401693444367],\n              [118.900189001890027, -8.687915066807697],\n              [119.137791377913771, -8.745158380126028],\n              [119.202592025920268, -8.610636593827948]\n            ]\n          ],\n          [\n            [\n              [123.025830258302591, -8.288642956412325],\n              [122.863828638286378, -8.069687282969696],\n              [122.741427414274114, -8.229968560261028],\n              [122.950229502295002, -8.202777986434825],\n              [122.493024930249277, -8.474683724696902],\n              [122.500225002250005, -8.576290605836945],\n              [122.287822878228752, -8.633533919155283],\n              [122.007020070200696, -8.42745799120928],\n              [121.510215102151022, -8.602050096830197],\n              [120.977409774097708, -8.337299772732905],\n              [120.592205922059208, -8.281487542247532],\n              [120.214202142021435, -8.2929362049112],\n              [119.803798037980386, -8.596325765498364],\n              [119.918999189991865, -8.871093669426365],\n              [120.131401314013118, -8.770917871119281],\n              [120.243002430024291, -8.823867935938736],\n              [120.592205922059208, -8.795246279279574],\n              [120.923409234092304, -8.926905899911738],\n              [121.341013410134082, -8.918319402913987],\n              [121.395013950139486, -8.793815196446616],\n              [121.794617946179443, -8.883973414922991],\n              [122.115021150211504, -8.732278634629402],\n              [122.406624066240653, -8.740865131627153],\n              [122.80622806228061, -8.610636593827948],\n              [122.802628026280246, -8.43747557103999],\n              [123.025830258302591, -8.288642956412325]\n            ]\n          ],\n          [\n            [\n              [115.620556205562053, -8.288642956412325],\n              [115.501755017550153, -8.172725246942697],\n              [115.213752137521368, -8.059669703138987],\n              [114.857348573485723, -8.192760406604116],\n              [114.454144541445402, -8.095446773962948],\n              [114.637746377463742, -8.398836334550111],\n              [114.925749257492583, -8.467528310532117],\n              [115.235352353523552, -8.819574687439861],\n              [115.321753217532176, -8.623516339324574],\n              [115.606156061560597, -8.500443215690154],\n              [115.714157141571405, -8.374507926389825],\n              [115.620556205562053, -8.288642956412325]\n            ]\n          ],\n          [\n            [\n              [102.404824048240499, -5.403579965168326],\n              [102.170821708217062, -5.280506841533914],\n              [102.098820988209894, -5.334887989186328],\n              [102.296822968229691, -5.472271941150332],\n              [102.404824048240499, -5.403579965168326]\n            ]\n          ],\n          [\n            [\n              [116.304563045630431, -3.717764387943419],\n              [116.268562685626847, -3.218316479240961],\n              [116.124561245612455, -3.318492277548046],\n              [116.012960129601282, -3.650503494794378],\n              [116.092160921609178, -4.066948599185253],\n              [116.308163081630795, -3.903805156228003],\n              [116.304563045630431, -3.717764387943419]\n            ]\n          ],\n          [\n            [\n              [100.399603996039929, -3.183970491249958],\n              [100.468004680046789, -3.015102716960875],\n              [100.226802268022681, -2.773249718190918],\n              [100.190801908019097, -2.966445900640295],\n              [100.399603996039929, -3.183970491249958]\n            ]\n          ],\n          [\n            [\n              [100.205202052020496, -2.693109079545252],\n              [99.985599855998572, -2.484170985933339],\n              [100.014400144001428, -2.834786280008124],\n              [100.205202052020496, -2.693109079545252]\n            ]\n          ],\n          [\n            [\n              [99.823598235982359, -2.292405886316921],\n              [99.593195931959286, -2.014775816723002],\n              [99.603996039960379, -2.26521531249071],\n              [99.823598235982359, -2.292405886316921]\n            ]\n          ],\n          [\n            [\n              [109.75969759697594, -1.104607134961505],\n              [109.705697056970536, -0.984396176993009],\n              [109.453694536945335, -1.00443133665442],\n              [109.478894788947883, -1.297803317410882],\n              [109.75969759697594, -1.104607134961505]\n            ]\n          ],\n          [\n            [\n              [99.272792727927282, -1.635538865989048],\n              [99.132391323913254, -1.448067014871505],\n              [98.883988839888417, -0.912842035345093],\n              [98.657186571865708, -0.962929934498632],\n              [98.592385923859212, -1.199058601936756],\n              [98.883988839888417, -1.679902433810753],\n              [99.099990999909977, -1.800113391779256],\n              [99.254792547925462, -1.771491735120087],\n              [99.272792727927282, -1.635538865989048]\n            ]\n          ],\n          [\n            [\n              [98.502385023850223, -0.460619860130258],\n              [98.451984519845183, -0.25883718068313],\n              [98.315183151831519, -0.53503616744409],\n              [98.502385023850223, -0.460619860130258]\n            ]\n          ],\n          [\n            [\n              [98.480784807848096, -0.158661382376053],\n              [98.343983439834375, -0.044174755739384],\n              [98.541985419854171, -0.380479221484592],\n              [98.480784807848096, -0.158661382376053]\n            ]\n          ],\n          [\n            [\n              [103.049230492304929, 0.797301950040115],\n              [102.764827648276452, 1.010533292150903],\n              [102.487624876248759, 1.133606415785323],\n              [102.46889874868171, 1.074701782332742],\n              [102.473224732247303, 1.242368711090151],\n              [102.217622176221738, 1.409805402546276],\n              [102.232022320223194, 1.09926042779432],\n              [102.438558812987353, 0.979264923609433],\n              [102.404824048240499, 0.873149340186906],\n              [102.559625596255984, 0.780128956044614],\n              [102.851228512285132, 0.798733032873074],\n              [103.006030060300617, 0.694263986067114],\n              [103.049230492304929, 0.797301950040115]\n            ]\n          ],\n          [\n            [\n              [103.124831248312461, 0.92753048783932],\n              [102.800828008280092, 1.163659155277443],\n              [102.790027900279, 1.03199953464528],\n              [103.085230852308513, 0.84166551786182],\n              [103.124831248312461, 0.92753048783932]\n            ]\n          ],\n          [\n            [\n              [104.14724147241472, 1.160796989611526],\n              [103.902439024390247, 1.090673930796569],\n              [104.050040500405004, 0.984773801157658],\n              [104.14724147241472, 1.160796989611526]\n            ]\n          ],\n          [\n            [\n              [104.654846548465486, 1.096398262128403],\n              [104.586445864458625, 1.219471385762823],\n              [104.233642336423344, 1.093536096462486],\n              [104.453244532445325, 1.057759025638532],\n              [104.482044820448181, 0.858838511857321],\n              [104.600846008460081, 0.834510103697028],\n              [104.654846548465486, 1.096398262128403]\n            ]\n          ],\n          [\n            [\n              [102.494824948249487, 1.364010751891612],\n              [102.491224912249123, 1.489946041191942],\n              [102.008820088200849, 1.615881330492279],\n              [102.134821348213478, 1.455600053200946],\n              [102.494824948249487, 1.364010751891612]\n            ]\n          ],\n          [\n            [\n              [96.479164791647889, 2.414425551283024],\n              [95.910359103591048, 2.906718045820689],\n              [95.791557915579148, 2.94249511664465],\n              [95.697956979569796, 2.779351673687401],\n              [95.931959319593176, 2.596173071068733],\n              [96.065160651606533, 2.579000077073232],\n              [96.327963279632769, 2.394390391621613],\n              [96.479164791647889, 2.414425551283024]\n            ]\n          ],\n          [\n            [\n              [117.517775177751759, 3.477720096171069],\n              [117.269372693726922, 3.593637805640689],\n              [117.254972549725466, 3.507772835663189],\n              [117.517775177751759, 3.477720096171069]\n            ]\n          ],\n          [\n            [\n              [108.395283952839492, 3.874130040900525],\n              [108.226082260822608, 4.244780494636728],\n              [107.984879848798499, 4.011513992864522],\n              [108.064080640806395, 3.855525964072065],\n              [108.244082440824371, 3.81402456191627],\n              [108.092880928809308, 3.696675769613691],\n              [108.316083160831596, 3.683796024117065],\n              [108.395283952839492, 3.874130040900525]\n            ]\n          ],\n          [\n            [\n              [123.389433894338907, -10.591255234642276],\n              [123.385833858338543, -10.432405040183902],\n              [123.047430474304718, -10.711466192610779],\n              [122.813428134281338, -10.778727085759819],\n              [122.842228422284194, -10.920404286222691],\n              [123.209432094320931, -10.813073073750815],\n              [123.407434074340728, -10.678551287452734],\n              [123.389433894338907, -10.591255234642276]\n            ]\n          ],\n          [\n            [\n              [121.938619386193835, -10.429542874517985],\n              [121.690216902168999, -10.564064660816065],\n              [121.859418594185939, -10.604134980138902],\n              [121.938619386193835, -10.429542874517985]\n            ]\n          ],\n          [\n            [\n              [123.465034650346496, -10.150481722091108],\n              [123.321033210332104, -10.267830514393694],\n              [123.414634146341456, -10.332229241876817],\n              [123.465034650346496, -10.150481722091108]\n            ]\n          ],\n          [\n            [\n              [123.929439294392949, -8.227106394595111],\n              [123.799837998379957, -8.179880661107489],\n              [123.371433714337144, -8.317264613071487],\n              [123.46863468634686, -8.365921429392074],\n              [123.227432274322751, -8.526202706683407],\n              [123.544235442354392, -8.569135191672153],\n              [123.655836558365564, -8.405991748714904],\n              [123.929439294392949, -8.227106394595111]\n            ]\n          ],\n          [\n            [\n              [124.307443074430722, -8.219950980430326],\n              [124.257042570425682, -8.182742826773406],\n              [124.019440194401938, -8.430320156875197],\n              [124.16344163441633, -8.527633789516365],\n              [124.307443074430722, -8.219950980430326]\n            ]\n          ],\n          [\n            [\n              [138.898388983889816, -8.337299772732905],\n              [138.829988299882956, -8.185604992439323],\n              [138.689586895868928, -8.181311743940448],\n              [138.559985599855992, -8.365921429392074],\n              [138.894788947889452, -8.405991748714904],\n              [138.898388983889816, -8.337299772732905]\n            ]\n          ],\n          [\n            [\n              [125.135451354513549, -8.217088814764409],\n              [125.092250922509237, -8.16127658427903],\n              [124.451444514445114, -8.148396838782404],\n              [124.332643326433271, -8.413147162879696],\n              [124.419044190441895, -8.4646661448662],\n              [125.124651246512457, -8.35161060106249],\n              [125.135451354513549, -8.217088814764409]\n            ]\n          ],\n          [\n            [\n              [128.091080910809097, -8.131223844786909],\n              [127.7742777427774, -8.104033270960699],\n              [128.040680406804057, -8.25572805125428],\n              [128.091080910809097, -8.131223844786909]\n            ]\n          ],\n          [\n            [\n              [129.840698406984046, -7.877922183353284],\n              [129.72549725497251, -7.79635046187466],\n              [129.595895958959574, -7.923716834007948],\n              [129.77589775897755, -8.055376454640118],\n              [129.840698406984046, -7.877922183353284]\n            ]\n          ],\n          [\n            [\n              [126.838268382683822, -7.726227403059696],\n              [126.625866258662569, -7.560221794436529],\n              [126.327063270632692, -7.696174663567575],\n              [125.949059490594919, -7.679001669572074],\n              [125.808658086580834, -7.8636113550237],\n              [125.812258122581198, -8.008150721152489],\n              [126.075060750607491, -7.883646514685118],\n              [126.46746467464672, -7.966649318996701],\n              [126.561065610656073, -7.819247787201988],\n              [126.838268382683822, -7.726227403059696]\n            ]\n          ],\n          [\n            [\n              [131.698316983169804, -7.226779494357238],\n              [131.52911529115292, -7.169536181038907],\n              [131.356313563135615, -7.435717587969158],\n              [131.255512555125534, -7.472925741626078],\n              [131.086310863108594, -7.872197852021451],\n              [131.115111151111506, -8.000995306987697],\n              [131.316713167131667, -8.018168300983199],\n              [131.388713887138834, -7.846438361028198],\n              [131.644316443164399, -7.598861030926408],\n              [131.698316983169804, -7.226779494357238]\n            ]\n          ],\n          [\n            [\n              [114.047340473404716, -6.914803436772324],\n              [113.924939249392509, -6.864715537618785],\n              [112.841328413284117, -6.90907910544049],\n              [112.700927009270089, -7.033583311907869],\n              [112.72612726127258, -7.15808751837524],\n              [113.129331293312902, -7.231072742856114],\n              [113.550535505355043, -7.233934908522031],\n              [113.66573665736658, -7.109430702054659],\n              [113.8313383133831, -7.132328027381995],\n              [114.126541265412669, -6.982064329921364],\n              [114.047340473404716, -6.914803436772324]\n            ]\n          ],\n          [\n            [\n              [120.545405454054531, -5.938804944694745],\n              [120.448204482044815, -5.844353477719494],\n              [120.480604806048035, -6.47689208988708],\n              [120.545405454054531, -5.938804944694745]\n            ]\n          ],\n          [\n            [\n              [132.803528035280323, -5.787110164401163],\n              [132.735127351273519, -5.655450543768993],\n              [132.670326703267023, -5.900165708204867],\n              [132.803528035280323, -5.787110164401163]\n            ]\n          ],\n          [\n            [\n              [133.185131851318516, -5.310559581026041],\n              [133.109531095310928, -5.310559581026041],\n              [132.839528395283963, -5.984599595349408],\n              [133.113131131311292, -5.595345064784745],\n              [133.185131851318516, -5.310559581026041]\n            ]\n          ],\n          [\n            [\n              [122.068220682206828, -5.214677031217832],\n              [121.971019710197112, -5.067275499423125],\n              [121.805418054180535, -5.260471681872495],\n              [121.967419674196748, -5.467978692651457],\n              [122.068220682206828, -5.214677031217832]\n            ]\n          ],\n          [\n            [\n              [122.781027810278061, -4.917011801962495],\n              [122.734227342273385, -4.643674980867459],\n              [122.406624066240653, -4.738126447842703],\n              [122.327423274232757, -4.83544008048387],\n              [122.403024030240289, -5.061551168091292],\n              [122.280622806228024, -5.369233977177331],\n              [122.543425434254317, -5.429339456161578],\n              [122.65502655026549, -5.322008243689702],\n              [122.644226442264397, -5.078724162086786],\n              [122.781027810278061, -4.917011801962495]\n            ]\n          ],\n          [\n            [\n              [123.148231482314799, -5.224694611048541],\n              [122.968229682296823, -5.19750403722233],\n              [123.051030510305083, -4.74098861350862],\n              [123.220232202322023, -4.816836003655418],\n              [123.205832058320567, -4.612191158542373],\n              [123.018630186301863, -4.390373319433834],\n              [122.910629106291054, -4.474807206578376],\n              [122.730627306273021, -5.253316267707703],\n              [122.568625686256865, -5.506617929141328],\n              [122.637026370263669, -5.662605957933785],\n              [122.827828278282794, -5.676916786263369],\n              [122.87462874628747, -5.457961112820747],\n              [123.213032130321295, -5.30197308402829],\n              [123.148231482314799, -5.224694611048541]\n            ]\n          ],\n          [\n            [\n              [123.205832058320567, -3.992532291871413],\n              [122.950229502295002, -4.046913439523834],\n              [123.087030870308666, -4.234385290641377],\n              [123.252632526325243, -4.089845924512581],\n              [123.205832058320567, -3.992532291871413]\n            ]\n          ],\n          [\n            [\n              [128.332283322833206, -3.511688459997416],\n              [128.033480334803329, -3.588966932977165],\n              [127.986679866798653, -3.772145535595833],\n              [128.33588335883357, -3.627606169467043],\n              [128.332283322833206, -3.511688459997416]\n            ]\n          ],\n          [\n            [\n              [127.241472414724143, -3.471618140674586],\n              [127.06147061470611, -3.334234188710582],\n              [127.093870938709387, -3.20114348524546],\n              [126.838268382683822, -3.073777113112172],\n              [126.420664206642044, -3.070914947446255],\n              [125.992259922599231, -3.248369218733082],\n              [126.172261722617208, -3.601846678473791],\n              [126.741067410674106, -3.859441588406291],\n              [127.245072450724507, -3.606139926972666],\n              [127.241472414724143, -3.471618140674586]\n            ]\n          ],\n          [\n            [\n              [130.873908739087398, -3.57465610464758],\n              [130.665106651066509, -3.402926164692587],\n              [130.578705787057828, -3.122433929432752],\n              [130.344703447034448, -2.977894563303963],\n              [130.045900459004571, -2.992205391633547],\n              [129.61029610296103, -2.806164623348963],\n              [129.444694446944453, -2.784698380854586],\n              [129.120691206912028, -2.957859403642544],\n              [129.052290522905224, -2.804733540516004],\n              [128.86508865088652, -2.861976853834335],\n              [128.173881738817357, -2.85768360533546],\n              [128.105481054810554, -3.06662169894738],\n              [127.842678426784261, -3.173952911419249],\n              [127.929079290792885, -3.322785526046921],\n              [127.925479254792521, -3.553189862153211],\n              [128.134281342813409, -3.07520819594513],\n              [128.483484834848326, -3.463031643676835],\n              [128.677886778867759, -3.432978904184708],\n              [128.875888758887555, -3.202574568078418],\n              [128.962289622896236, -3.355700431204959],\n              [129.113491134911357, -3.348545017040166],\n              [129.484294842948401, -3.463031643676835],\n              [129.545495454954533, -3.298457117886628],\n              [129.891098910989086, -3.332803105877623],\n              [129.984699846998438, -3.460169478010918],\n              [130.420304203042036, -3.636192666464794],\n              [130.841508415084121, -3.865165919738125],\n              [130.873908739087398, -3.57465610464758]\n            ]\n          ],\n          [\n            [\n              [108.294482944829412, -2.849097108337709],\n              [108.197281972819695, -2.678798251215667],\n              [107.833678336783379, -2.525672388089127],\n              [107.671676716767166, -2.561449458913089],\n              [107.581675816758178, -3.010809468462],\n              [107.632076320763218, -3.241213804568297],\n              [107.869678696786963, -3.052310870617795],\n              [107.995679956799535, -3.242644887401248],\n              [108.211682116821152, -3.135313674929378],\n              [108.294482944829412, -2.849097108337709]\n            ]\n          ],\n          [\n            [\n              [126.067860678606763, -2.383995187626255],\n              [125.985059850598503, -1.993309574228633],\n              [125.862658626586239, -2.086329958370918],\n              [125.967059670596683, -2.402599264454715],\n              [126.067860678606763, -2.383995187626255]\n            ]\n          ],\n          [\n            [\n              [126.330663306633056, -1.818717468607716],\n              [125.992259922599231, -1.785802563449671],\n              [125.347853478534745, -1.811562054442923],\n              [125.430654306543062, -1.948946006406921],\n              [126.273062730627288, -1.867374284928296],\n              [126.330663306633056, -1.818717468607716]\n            ]\n          ],\n          [\n            [\n              [130.38790387903876, -1.888840527422673],\n              [130.351903519035176, -1.679902433810753],\n              [130.013500135001351, -1.75002549262571],\n              [129.714697146971474, -1.88168511325788],\n              [129.92709927099267, -2.003327154059335],\n              [130.25470254702546, -2.046259639048088],\n              [130.38790387903876, -1.888840527422673]\n            ]\n          ],\n          [\n            [\n              [125.315453154531525, -1.778647149284879],\n              [125.193051930519317, -1.782940397783754],\n              [124.631446314463147, -1.631245617490173],\n              [124.386643866438675, -1.668453771147085],\n              [124.332643326433271, -1.827303965605466],\n              [124.404644046440438, -2.004758236892293],\n              [124.854648546485436, -1.897427024420423],\n              [125.322653226532253, -1.864512119262379],\n              [125.315453154531525, -1.778647149284879]\n            ]\n          ],\n          [\n            [\n              [136.849968499684991, -1.765767403788253],\n              [136.389163891638901, -1.725697084465423],\n              [136.191161911619105, -1.654142942817508],\n              [135.420754207542046, -1.611210457828754],\n              [136.273962739627365, -1.908875687084091],\n              [136.871568715687118, -1.818717468607716],\n              [136.849968499684991, -1.765767403788253]\n            ]\n          ],\n          [\n            [\n              [106.768067680676808, -2.56001837608013],\n              [106.354063540635394, -2.462704743438962],\n              [106.264062640626406, -2.35108028246821],\n              [106.174061740617418, -1.878822947591964],\n              [106.044460444604425, -1.594037463833253],\n              [105.875258752587541, -1.4895684170273],\n              [105.720457204572057, -1.523914405018296],\n              [105.814058140581409, -1.792957977614464],\n              [105.652056520565196, -1.707093007636963],\n              [105.594455944559428, -1.525345487851254],\n              [105.349653496534955, -1.648418611485674],\n              [105.374853748537504, -1.821579634273633],\n              [105.155251552515523, -1.936066260910295],\n              [105.148051480514795, -2.080605627039084],\n              [105.306453064530643, -2.134986774691505],\n              [105.565655656556572, -2.066294798709507],\n              [105.796057960579589, -2.172194928348418],\n              [105.828458284582865, -2.395443850289922],\n              [105.943659436594345, -2.498481814262917],\n              [105.986859868598657, -2.821906534511506],\n              [106.447664476644746, -2.98075672896988],\n              [106.516065160651607, -3.095243355606542],\n              [106.706867068670675, -3.093812272773583],\n              [106.613266132661323, -2.942117492480001],\n              [106.768067680676808, -2.56001837608013]\n            ]\n          ],\n          [\n            [\n              [128.145081450814502, -1.594037463833253],\n              [127.900279002790029, -1.426600772377128],\n              [127.62307623076228, -1.329287139735968],\n              [127.435874358743575, -1.412289944047551],\n              [127.378273782737807, -1.632676700323131],\n              [127.533075330753292, -1.731421415797257],\n              [128.051480514805149, -1.714248421801756],\n              [128.145081450814502, -1.594037463833253]\n            ]\n          ],\n          [\n            [\n              [123.504635046350444, -1.264888412252837],\n              [123.407434074340728, -1.219093761598174],\n              [123.231032310323116, -1.395116950052049],\n              [123.202232022320203, -1.154695034115051],\n              [122.899828998289962, -1.184747773607171],\n              [122.813428134281338, -1.44377376637263],\n              [122.87462874628747, -1.584019884002544],\n              [123.162631626316255, -1.312114145740466],\n              [123.112231122311215, -1.55682931017634],\n              [123.249032490324879, -1.622659120492422],\n              [123.259832598325971, -1.466671091699965],\n              [123.529835298352992, -1.432325103708962],\n              [123.504635046350444, -1.264888412252837]\n            ]\n          ],\n          [\n            [\n              [134.999549995499962, -1.018742164984005],\n              [134.801548015480165, -1.027328661981755],\n              [134.956349563495593, -1.128935543121798],\n              [134.999549995499962, -1.018742164984005]\n            ]\n          ],\n          [\n            [\n              [131.057510575105738, -1.000138088155552],\n              [130.891908919089161, -0.889944710017758],\n              [130.650706507065053, -0.988689425491884],\n              [130.769507695076953, -1.247715418257343],\n              [130.981909819098149, -1.34789121656442],\n              [131.057510575105738, -1.000138088155552]\n            ]\n          ],\n          [\n            [\n              [130.91710917109171, -0.778320249047006],\n              [130.449104491044892, -0.818390568369843],\n              [130.441904419044164, -0.892806875683675],\n              [130.819908199081993, -0.86990955035634],\n              [130.91710917109171, -0.778320249047006]\n            ]\n          ],\n          [\n            [\n              [136.374763747637445, -1.093158472297837],\n              [136.194761947619469, -1.065967898471634],\n              [135.849158491584916, -0.695317444735423],\n              [135.777157771577691, -0.748267509554886],\n              [135.370353703537006, -0.635211965751175],\n              [135.661956619566155, -0.887082544351841],\n              [135.741157411574108, -0.818390568369843],\n              [135.906759067590684, -1.189041022106046],\n              [136.144361443614429, -1.223387010097049],\n              [136.374763747637445, -1.093158472297837]\n            ]\n          ],\n          [\n            [\n              [127.295472954729547, -0.74397426105601],\n              [127.21267212672123, -0.615176806089757],\n              [127.155071550715519, -0.772595917715172],\n              [127.295472954729547, -0.74397426105601]\n            ]\n          ],\n          [\n            [\n              [121.852218522185211, -0.40051438114601],\n              [121.679416794167906, -0.469206357128009],\n              [121.877418774187703, -0.510707759283797],\n              [121.852218522185211, -0.40051438114601]\n            ]\n          ],\n          [\n            [\n              [104.546845468454677, -0.397652215480093],\n              [104.323643236432332, -0.364737310322049],\n              [104.255242552425528, -0.474930688459843],\n              [104.356043560435609, -0.662402539577386],\n              [104.510845108451093, -0.613745723256798],\n              [104.546845468454677, -0.397652215480093]\n            ]\n          ],\n          [\n            [\n              [127.889478894788937, -0.76544050355038],\n              [127.605076050760516, -0.629487634419341],\n              [127.684276842768412, -0.460619860130258],\n              [127.515075150751471, -0.301769665671884],\n              [127.317073170731675, -0.338977819328797],\n              [127.302673026730275, -0.510707759283797],\n              [127.471874718747159, -0.640936297083009],\n              [127.45747457474576, -0.815528402703926],\n              [127.626676266762644, -0.752560758053754],\n              [127.749077490774908, -0.885651461518883],\n              [127.889478894788937, -0.76544050355038]\n            ]\n          ],\n          [\n            [\n              [127.234272342723415, -0.490672599622386],\n              [127.291872918729183, -0.27744125751159],\n              [127.11187111871115, -0.287458837342299],\n              [127.119071190711878, -0.525018587613381],\n              [127.234272342723415, -0.490672599622386]\n            ]\n          ],\n          [\n            [\n              [131.298712987129846, -0.237370938188761],\n              [131.154711547115454, -0.085676157895179],\n              [130.823508235082357, -0.004104436416554],\n              [130.279902799027951, -0.104280234723632],\n              [130.233102331023275, -0.213042530028467],\n              [130.733507335073313, -0.442015783301798],\n              [130.949509495094929, -0.366168393155007],\n              [130.629106291062868, -0.140057305547593],\n              [130.693906939069365, -0.079951826563345],\n              [130.953109531095294, -0.346133233493589],\n              [131.237512375123714, -0.389065718482343],\n              [131.298712987129846, -0.237370938188761]\n            ]\n          ],\n          [\n            [\n              [104.928449284492814, -0.237370938188761],\n              [104.766447664476658, -0.188714121868173],\n              [104.536045360453585, 0.021655054576698],\n              [104.438844388443869, -0.181558707703381],\n              [104.539645396453949, -0.271716926179757],\n              [104.928449284492814, -0.237370938188761]\n            ]\n          ],\n          [\n            [\n              [129.538295382953805, -0.134332974215759],\n              [129.307893078930789, 0.04741454556995],\n              [129.516695166951678, -0.208749281529592],\n              [129.538295382953805, -0.134332974215759]\n            ]\n          ],\n          [\n            [\n              [97.929979299793018, 0.996222463821319],\n              [97.692376923769217, 1.186556480604779],\n              [97.487174871748692, 1.477066295695323],\n              [97.350373503735028, 1.545758271677322],\n              [97.235172351723492, 1.416960816711068],\n              [97.062370623706244, 1.41552973387811],\n              [97.253172531725312, 1.259541705085653],\n              [97.389973899738976, 0.951858895999614],\n              [97.613176131761321, 0.823061441033367],\n              [97.703177031770309, 0.572621945265659],\n              [97.883178831788285, 0.642745004080616],\n              [97.929979299793018, 0.996222463821319]\n            ]\n          ],\n          [\n            [\n              [127.666276662766592, -0.208749281529592],\n              [127.849878498784989, -0.366168393155007],\n              [128.047880478804785, -0.712490438730924],\n              [128.433084330843286, -0.908548786846218],\n              [128.227882278822761, -0.709628273065007],\n              [128.044280442804421, -0.414825209475595],\n              [127.893078930789301, -0.016984181913173],\n              [127.882278822788209, 0.302147289836533],\n              [127.961479614796161, 0.482463726789284],\n              [128.861488614886156, 0.243472893685244],\n              [128.688686886868851, 0.346510857658238],\n              [128.685086850868487, 0.541138122940573],\n              [128.314283142831385, 0.668504495073861],\n              [128.213482134821305, 0.77440462471278],\n              [128.314283142831385, 0.901770996846075],\n              [128.699486994869943, 1.070638771135158],\n              [128.721087210872071, 1.570086679837615],\n              [128.458284582845835, 1.544327188844363],\n              [128.091080910809097, 1.256679539419736],\n              [128.195481954819542, 1.196574060435488],\n              [127.936279362793613, 1.007671126484986],\n              [127.795877958779585, 0.798733032873074],\n              [127.637476374763736, 1.000515712320194],\n              [127.893078930789301, 1.156503741112658],\n              [128.037080370803693, 1.538602857512529],\n              [128.015480154801509, 1.71891929446528],\n              [127.853478534785353, 1.824819424104192],\n              [128.047880478804785, 2.204056374838153],\n              [127.918279182791792, 2.172572552513067],\n              [127.579875798757968, 1.751834199623318],\n              [127.54027540275402, 1.475635212862365],\n              [127.40707407074072, 1.229488965593532],\n              [127.5078750787508, 0.886029085683532],\n              [127.62307623076228, 0.831647938031111],\n              [127.525875258752563, 0.561173282601992],\n              [127.713077130771268, 0.277818881676239],\n              [127.666276662766592, -0.208749281529592]\n            ]\n          ],\n          [\n            [\n              [128.685086850868487, 2.484548610097988],\n              [128.566285662856586, 2.633381224725653],\n              [128.321483214832114, 2.458789119104736],\n              [128.195481954819542, 2.265592936655359],\n              [128.289082890828894, 2.039481849047945],\n              [128.490684906849054, 2.05379267737753],\n              [128.641886418864175, 2.261299688156484],\n              [128.685086850868487, 2.484548610097988]\n            ]\n          ],\n          [\n            [\n              [125.65385653856535, 3.469133599173318],\n              [125.513455134551322, 3.708124432277359],\n              [125.506255062550593, 3.480582261836986],\n              [125.65385653856535, 3.469133599173318]\n            ]\n          ],\n          [\n            [\n              [126.870668706687042, 4.332076547447187],\n              [126.885068850688498, 4.456580753914565],\n              [126.733867338673377, 4.535290309727273],\n              [126.712267122671193, 4.264815654298147],\n              [126.802268022680238, 4.223314252142359],\n              [126.665466654666517, 4.034411318191857],\n              [126.759067590675869, 3.992909916036062],\n              [126.870668706687042, 4.332076547447187]\n            ]\n          ],\n          [\n            [\n              [123.60183601836016, -1.602623960831004],\n              [123.522635226352264, -1.482413002862508],\n              [123.486634866348624, -1.699937593472171],\n              [123.60183601836016, -1.602623960831004]\n            ]\n          ],\n          [\n            [\n              [98.5491854918549, 0.159039006540702],\n              [98.538385383853807, 0.090347030558696],\n              [98.844388443884412, 0.084622699226863],\n              [98.5491854918549, 0.159039006540702]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IE\", \"countryKey\": \"IE\", \"countryName\": \"Ireland\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-7.248672486724843, 55.06968730715181],\n              [-6.942669426694238, 55.218519921779489],\n              [-7.385473854738507, 55.385956613235606],\n              [-7.525875258752563, 55.290074063427397],\n              [-7.468274682746795, 55.043927816158572],\n              [-7.644676446764436, 55.272901069431896],\n              [-7.792277922779192, 55.205640176282856],\n              [-8.278282782827802, 55.159845525628185],\n              [-8.46188461884617, 54.940889852185563],\n              [-8.325083250832478, 54.837851888212569],\n              [-8.555485554855522, 54.827834308381853],\n              [-8.796687966879631, 54.699036853415606],\n              [-8.674286742867395, 54.618896214769947],\n              [-8.119881198811953, 54.646086788596151],\n              [-8.271082710827073, 54.523013664961738],\n              [-8.663486634866331, 54.359870222004488],\n              [-8.46908469084687, 54.276867417692898],\n              [-9.052290522905196, 54.289747163189531],\n              [-9.135091350913484, 54.145207797060735],\n              [-9.217892178921772, 54.281160666191781],\n              [-9.84429844298441, 54.328386399679403],\n              [-10.009900099000959, 54.218193021541609],\n              [-9.811898118981162, 53.941994034780649],\n              [-9.909099090990878, 53.858991230469073],\n              [-9.567095670956689, 53.899061549791909],\n              [-9.567095670956689, 53.796023585818901],\n              [-9.909099090990878, 53.761677597827898],\n              [-9.855098550985474, 53.618569314532067],\n              [-10.179101791017871, 53.555601669881909],\n              [-10.024300243002386, 53.385302812759861],\n              [-9.599495994959909, 53.365267653098442],\n              [-9.613896138961366, 53.236470198132196],\n              [-8.944289442894387, 53.267954020457282],\n              [-8.937089370893688, 53.14631197965582],\n              [-9.271892718927148, 53.14631197965582],\n              [-9.477094770947673, 52.940236051709817],\n              [-9.354693546935437, 52.933080637545032],\n              [-9.498694986949829, 52.752764200592281],\n              [-9.822698226982226, 52.595345088966866],\n              [-9.552695526955233, 52.639708656788571],\n              [-9.145891458914548, 52.623966745626035],\n              [-9.001890018900156, 52.759919614757067],\n              [-8.958689586895844, 52.652588402285204],\n              [-9.271892718927148, 52.576741012138399],\n              [-9.61749617496173, 52.576741012138399],\n              [-9.678696786967834, 52.483720627996121],\n              [-9.948699486994826, 52.412166486348198],\n              [-9.873098730987266, 52.233281132228413],\n              [-10.171901719017171, 52.286231197047869],\n              [-10.459904599045956, 52.180331067408943],\n              [-10.459904599045956, 52.103052594429201],\n              [-9.909099090990878, 52.130243168255404],\n              [-10.265502655026523, 51.988565967792539],\n              [-10.380703807038032, 51.878372589654745],\n              [-10.085500855008519, 51.755299466020318],\n              [-9.736297362973602, 51.836871187498943],\n              [-10.089100891008883, 51.672296661708742],\n              [-10.02790027900275, 51.596449271561951],\n              [-9.523895238952349, 51.726677809361163],\n              [-9.545495454954533, 51.610760099891536],\n              [-9.81909819098189, 51.446185574101321],\n              [-9.401494014940113, 51.546361372408413],\n              [-9.271892718927148, 51.507722135918527],\n              [-8.854288542885399, 51.596449271561951],\n              [-8.695886958869551, 51.576414111900533],\n              [-8.245882458824553, 51.802525199507954],\n              [-8.004680046800445, 51.829715773334158],\n              [-7.828278282782804, 51.95278889696857],\n              [-7.590675906759031, 51.991428133458456],\n              [-7.435874358743547, 52.125949919756536],\n              [-6.895868958689562, 52.151709410749788],\n              [-6.831068310683065, 52.240436546393198],\n              [-6.370263702637004, 52.180331067408943],\n              [-6.388263882638796, 52.359216421528743],\n              [-6.208262082620791, 52.545257189813327],\n              [-6.21546215462152, 52.665468147781823],\n              [-5.995859958599567, 52.964564459870118],\n              [-6.121861218612167, 53.39245822692466],\n              [-6.093060930609283, 53.577067912376279],\n              [-6.222662226622248, 53.645759888358285],\n              [-6.244262442624404, 53.864715561800907],\n              [-6.348663486634848, 54.003530596597855],\n              [-6.111061110611075, 54.000668430931938],\n              [-6.269462694626924, 54.097982063573113],\n              [-6.615066150661477, 54.037876584588858],\n              [-7.050670506705046, 54.411389203990979],\n              [-7.309873098730947, 54.115155057568614],\n              [-7.835478354783532, 54.203882193212024],\n              [-8.173881738817357, 54.461477103144531],\n              [-7.752677526775244, 54.614602966271065],\n              [-7.846278462784596, 54.730520675740692],\n              [-7.543875438754355, 54.74196933840436],\n              [-7.403474034740327, 55.003857496835735],\n              [-7.248672486724843, 55.06968730715181]\n            ]\n          ],\n          [\n            [\n              [-9.963099630996282, 53.953442697444316],\n              [-9.97749977499771, 54.020703590593357],\n              [-10.265502655026523, 53.982064354103485],\n              [-9.963099630996282, 53.953442697444316]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IL\", \"countryKey\": \"IL\", \"countryName\": \"Israel\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [34.886148861488635, 29.490512750854634],\n              [34.954549545495468, 29.559204726836626],\n              [35.145351453514564, 30.154535185347299],\n              [35.1417514175142, 30.430734172108245],\n              [35.436954369543713, 31.103343103598661],\n              [35.458554585545869, 31.492597634163332],\n              [35.163351633516356, 31.36236909636412],\n              [34.868148681486844, 31.396715084355122],\n              [34.972549725497259, 31.629981586127329],\n              [35.181351813518148, 31.804573691748246],\n              [35.008550085500872, 31.876127833396168],\n              [34.947349473494739, 32.176655228317415],\n              [35.062550625506276, 32.462871794909077],\n              [35.210152101521032, 32.54301243355475],\n              [35.559355593555949, 32.384162239096369],\n              [35.562955629556313, 32.644619314694793],\n              [35.757357573575746, 32.744795113001871],\n              [35.88695886958871, 32.94514670961604],\n              [35.764557645576474, 33.334401240180696],\n              [35.822158221582242, 33.40738646466157],\n              [35.480154801548025, 33.086823910078905],\n              [35.105751057510588, 33.089686075744822],\n              [35.062550625506276, 32.857850656805581],\n              [34.947349473494739, 32.813487088983877],\n              [34.839348393483959, 32.281124275123375],\n              [34.713347133471359, 31.951975223542959],\n              [34.482944829448314, 31.582755852639707],\n              [34.52974529745299, 31.519788207989535],\n              [34.248942489424905, 31.212105398903503],\n              [34.824948249482503, 29.742383329455294],\n              [34.886148861488635, 29.490512750854634]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"IM\",\n        \"countryKey\": \"IM\",\n        \"countryName\": \"Isle of Man\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-4.613446134461327, 54.056480661417325],\n              [-4.311043110431086, 54.286884997523615],\n              [-4.350643506435034, 54.414251369656895],\n              [-4.530645306453039, 54.365594553336322],\n              [-4.789847898478968, 54.06363607558211],\n              [-4.613446134461327, 54.056480661417325]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-AN\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [93.919539195391934, 7.023943356241801],\n              [93.81513815138149, 7.241467946851472],\n              [93.674736747367461, 7.181362467867217],\n              [93.83313833138331, 6.744882203814939],\n              [93.919539195391934, 7.023943356241801]\n            ]\n          ],\n          [\n            [\n              [92.583925839258399, 10.771949295759669],\n              [92.52632526325263, 10.895022419394095],\n              [92.37512375123751, 10.783397958423336],\n              [92.378723787237874, 10.541544959653379],\n              [92.511925119251174, 10.508630054495342],\n              [92.583925839258399, 10.771949295759669]\n            ]\n          ],\n          [\n            [\n              [93.051930519305216, 13.283499667601546],\n              [93.041130411304124, 13.57114731702616],\n              [92.943929439294408, 13.536801329035171],\n              [92.864728647286455, 13.234842851280959],\n              [92.717127171271699, 12.361882323176374],\n              [92.55872558725585, 11.740792373672463],\n              [92.717127171271699, 11.494646126403623],\n              [92.796327963279651, 11.865296580139841],\n              [92.756727567275647, 12.077096839417663],\n              [92.889928899289004, 12.20016996305209],\n              [92.990729907299084, 12.51930143480179],\n              [92.93672936729368, 13.067406159824827],\n              [93.01953019530194, 13.033060171833839],\n              [93.051930519305216, 13.283499667601546]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-NO\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [78.079380793807928, 26.682728232590378],\n              [76.909369093690913, 26.098846436743386],\n              [76.477364773647736, 25.719609486009432],\n              [76.552965529655324, 25.460583493243973],\n              [76.912969129691277, 25.308888712950392],\n              [77.179371793717934, 25.343234700941395],\n              [77.32697326973269, 25.443410499248472],\n              [77.398973989739915, 25.211575080309217],\n              [76.862568625686237, 25.034120809022383],\n              [76.779767797677977, 24.836631378074145],\n              [76.966969669696681, 24.737886662600019],\n              [77.060570605706033, 24.561863474146136],\n              [76.804968049680525, 24.556139142814303],\n              [76.891368913689149, 24.241300919563471],\n              [76.76536765367652, 24.159729198084847],\n              [76.650166501665041, 24.309992895545477],\n              [76.542165421654232, 24.215541428570219],\n              [76.131761317613183, 24.330028055206895],\n              [76.117361173611727, 24.133969707091595],\n              [75.973359733597334, 23.955084352971809],\n              [75.699756997569978, 23.793371992847511],\n              [75.490954909549089, 23.939342441809274],\n              [75.537755377553765, 24.040949322949302],\n              [75.728557285572862, 24.00087900362648],\n              [75.804158041580422, 24.11965887876201],\n              [75.73575735757359, 24.424479522182139],\n              [75.876158761587618, 24.514637740658515],\n              [75.757357573575746, 24.777956981922841],\n              [75.447754477544777, 24.703540674609016],\n              [75.202952029520304, 24.725006917103386],\n              [75.325353253532541, 25.058449217182684],\n              [75.134551345513444, 25.039845140354217],\n              [75.084150841508404, 24.889581442893601],\n              [74.824948249482503, 24.932513927882354],\n              [74.965349653496531, 24.6935230947783],\n              [74.785347853478527, 24.667763603785062],\n              [74.713347133471331, 24.523224237656265],\n              [74.846548465484659, 24.435928184845807],\n              [74.734947349473487, 24.259904996391938],\n              [74.871748717487179, 24.235576588231638],\n              [74.968949689496895, 24.032362825951552],\n              [74.940149401494011, 23.6874718632086],\n              [74.821348213482139, 23.500000012091064],\n              [74.569345693456938, 23.368340391458887],\n              [74.53694536945369, 23.250991599156308],\n              [74.716947169471695, 23.179437457508399],\n              [74.324543245432466, 23.036329174212554],\n              [74.234542345423449, 23.156540132181064],\n              [73.813338133381336, 23.434170201774975],\n              [73.626136261362603, 23.438463450273858],\n              [73.618936189361904, 23.58300281640264],\n              [73.363333633336339, 23.784785495849761],\n              [73.424534245342443, 23.940773524642225],\n              [73.352533525335247, 24.10534805043244],\n              [73.244532445324467, 24.015189831956064],\n              [73.07893078930789, 24.204092765906552],\n              [73.07893078930789, 24.508913409326681],\n              [72.924129241292405, 24.362942960364933],\n              [72.747727477274765, 24.380115954360434],\n              [72.049320493204931, 24.707833923107884],\n              [71.948519485194851, 24.662039272453228],\n              [71.545315453154529, 24.687798763446466],\n              [71.250112501125017, 24.636279781459976],\n              [71.055710557105584, 24.6935230947783],\n              [70.861308613086123, 25.140020938661308],\n              [70.645306453064535, 25.431961836584804],\n              [70.630906309063107, 25.701005409180965],\n              [70.26370263702637, 25.696712160682097],\n              [70.065700657006573, 25.980066561607842],\n              [70.159301593015925, 26.529602369463845],\n              [69.817298172981737, 26.579690268617384],\n              [69.464494644946456, 26.807232439057756],\n              [69.5760957609576, 27.187900472624676],\n              [70.015300153001533, 27.600052328516668],\n              [70.090900909009093, 27.793248510966052],\n              [70.342903429034294, 28.010773101575708],\n              [70.634506345063443, 27.932063545763],\n              [70.710107101071003, 27.741729528979548],\n              [70.832508325083268, 27.701659209656711],\n              [71.311313113131121, 27.861940486948043],\n              [71.862118621186227, 27.950667622591467],\n              [71.890918909189082, 28.096638071553215],\n              [72.150121501215011, 28.354232981485708],\n              [72.25812258122582, 28.646173879409218],\n              [72.380523805238056, 28.783557831373216],\n              [72.902529025290249, 29.022548664477256],\n              [73.233732337323374, 29.536307401509291],\n              [73.370533705337067, 29.926993014906913],\n              [73.74133741337414, 30.048635055708374],\n              [73.971995759155519, 30.198773309216179],\n              [73.84213842138422, 30.353455699128503],\n              [74.058140581405809, 30.530909970415337],\n              [74.32814328143283, 30.900129341318589],\n              [74.659346593465926, 31.083307943937243],\n              [74.508145081450806, 31.174897245246584],\n              [74.61254612546125, 31.439647569343876],\n              [74.490144901449014, 31.711553307605953],\n              [74.828548285482867, 32.024960448023833],\n              [75.17415174151742, 32.08649700984104],\n              [75.357753577535789, 32.261089115461957],\n              [75.0229502295023, 32.465733960574994],\n              [74.724147241472423, 32.461440712076126],\n              [74.630546305463071, 32.587376001376455],\n              [74.684546845468446, 32.830660082979364],\n              [74.522545225452262, 32.744795113001871],\n              [74.322828648883259, 32.823305797450942],\n              [74.320943209432102, 32.972337283442243],\n              [74.000540005400069, 33.176982128555281],\n              [74.140941409414097, 33.54906366512445],\n              [73.975339753397549, 33.647808380598576],\n              [74.032940329403289, 33.828124817551327],\n              [74.270542705427061, 33.962646603849407],\n              [73.946539465394665, 34.009872337337029],\n              [73.996939969399705, 34.197344188454579],\n              [73.773737737377388, 34.370505211242531],\n              [73.91773917739178, 34.642410949504622],\n              [74.284942849428489, 34.768346238804952],\n              [75.775357753577538, 34.50359591470766],\n              [76.023760237602374, 34.676756937495611],\n              [76.552965529655324, 34.725413753816198],\n              [76.920169201692005, 34.920041019098534],\n              [77.049770497704998, 35.110375035881987],\n              [77.798577985779872, 35.495336317947775],\n              [78.054180541805437, 35.452403832959035],\n              [78.016667400711583, 35.262714292181506],\n              [78.273782737827361, 34.658152860667158],\n              [78.974569598946971, 34.351068940540983],\n              [78.975789757897559, 34.217379348115998],\n              [78.730987309873086, 34.078564313319035],\n              [78.724011679891447, 33.587830971725666],\n              [79.456411750976855, 32.705096149206931],\n              [79.076590765907639, 32.37128249359975],\n              [78.910989109891119, 32.354109499604249],\n              [78.712987129871323, 32.637463900529994],\n              [78.385383853838533, 32.547305682053619],\n              [78.460984609846122, 32.281124275123375],\n              [78.745387453874542, 31.964854969039578],\n              [78.669786697866954, 31.770227703757243],\n              [78.817388173881767, 31.607084260799994],\n              [78.698586985869866, 31.509770628158833],\n              [78.738187381873814, 31.335178522537916],\n              [78.878588785887843, 31.297970368880996],\n              [78.879155348930524, 31.298570954463354],\n              [79.06219062190624, 31.433923238012042],\n              [79.389793897938972, 31.068997115607672],\n              [79.576995769957676, 30.93876857780846],\n              [79.832598325983241, 30.961665903135795],\n              [80.232202322023198, 30.725537235697672],\n              [80.178201782017794, 30.559531627074506],\n              [80.7218072180722, 30.392094935618374],\n              [80.995409954099529, 30.197467670336039],\n              [80.883808838088356, 30.210347415832672],\n              [80.477004770047728, 29.806782056938417],\n              [80.214202142021435, 29.41752752637376],\n              [80.279002790027874, 29.310196313901884],\n              [80.131401314013118, 29.109844717287714],\n              [80.063968294774014, 28.832747806422642],\n              [80.351003510035099, 28.620414388415966],\n              [80.546707082305417, 28.689447887756277],\n              [80.999009990099893, 28.397165466474462],\n              [81.198420362366775, 28.363363042778499],\n              [81.31773412871533, 28.141540265905132],\n              [81.884618846188488, 27.849060741451424],\n              [82.037047835658385, 27.916169315976628],\n              [82.403024030240289, 27.677330801496424],\n              [82.651426514265125, 27.704521375322628],\n              [82.752227522275206, 27.495583281710722],\n              [83.133831338313399, 27.444064299724218],\n              [83.306633066330647, 27.332439838753473],\n              [83.360633606336052, 27.462668376552671],\n              [83.591035910359125, 27.456944045220837],\n              [83.854190069191603, 27.346061282163014],\n              [84.069840698406978, 26.923150148527384],\n              [84.239042390423919, 26.874493332206796],\n              [84.383043830438311, 26.64122683043459],\n              [84.09864098640989, 26.649813327432341],\n              [83.918639186391857, 26.473790138978472],\n              [84.177841778417786, 26.403667080163515],\n              [84.188641886418878, 26.293473702025722],\n              [83.994239942399446, 26.240523637206266],\n              [84.260642606426046, 25.931409745287269],\n              [84.530645306453067, 25.862717769305263],\n              [84.599045990459928, 25.746800059835635],\n              [84.372243722437219, 25.765404136664102],\n              [84.239042390423919, 25.648055344361509],\n              [84.141841418414202, 25.736782480004933],\n              [83.904239042390401, 25.529275469225965],\n              [83.3858338583386, 25.235903488469518],\n              [83.360633606336052, 24.863821951900348],\n              [83.508235082350808, 24.762215070760305],\n              [83.522635226352264, 24.53037965182105],\n              [83.33543335433356, 24.139694038423428],\n              [83.205832058320567, 23.943635690308142],\n              [82.964629646296459, 23.913582950816021],\n              [82.802628026280246, 23.998016837960563],\n              [82.67302673026731, 24.179764357746265],\n              [82.766627666276662, 24.385840285692268],\n              [82.77382773827739, 24.667763603785062],\n              [82.428224282242837, 24.719282585771552],\n              [82.305823058230573, 24.631986532961093],\n              [82.266222662226625, 24.785112396087641],\n              [81.881018810188124, 24.921065265218687],\n              [81.816218162181627, 25.035551891855349],\n              [81.585815858158554, 25.079915459677053],\n              [81.535415354153514, 25.200126417645549],\n              [81.243812438124365, 25.170073678153429],\n              [81.186211862118597, 24.972584247205177],\n              [80.779407794077969, 24.971153164372225],\n              [80.858608586085865, 25.18724667214893],\n              [80.459004590045907, 25.117123613333973],\n              [80.282602826028238, 25.414788842589303],\n              [79.850598505985062, 25.247352151133185],\n              [79.864998649986518, 25.152900684157927],\n              [79.540995409954093, 25.177229092318228],\n              [79.393393933939336, 25.07419112834522],\n              [79.425794257942556, 25.257369730963887],\n              [79.267392673926764, 25.164349346821595],\n              [78.889388893888935, 25.175798009485263],\n              [78.900189001890027, 25.536430883390764],\n              [78.73458734587345, 25.351821197939131],\n              [78.597785977859786, 25.413357759756352],\n              [78.514985149851526, 25.265956227961638],\n              [78.730987309873086, 24.815165135579761],\n              [78.73458734587345, 24.63484869862701],\n              [78.856988569885715, 24.639141947125893],\n              [78.979389793897923, 24.467412007170893],\n              [78.792187921879218, 24.216972511403185],\n              [78.489784897848978, 24.410168693852555],\n              [78.385383853838533, 24.301406398547726],\n              [78.230582305823049, 24.533241817486967],\n              [78.262982629826325, 24.692092011945348],\n              [78.169381693816916, 24.8652530347333],\n              [78.334983349833493, 25.022672146358715],\n              [78.367383673836713, 25.185815589315965],\n              [78.262982629826325, 25.411926676923386],\n              [78.370983709837077, 25.5521727945533],\n              [78.712987129871323, 25.62658910186714],\n              [79.06219062190624, 26.355010263842928],\n              [78.925389253892519, 26.705625557917713],\n              [78.709387093870959, 26.798645942060006],\n              [78.561785617856202, 26.758575622737183],\n              [78.370983709837077, 26.851596006879461],\n              [78.201782017820193, 26.822974350220306],\n              [78.079380793807928, 26.682728232590378]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-WE\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [80.502205022050219, 18.599972392041735],\n              [80.271802718027203, 18.713027935845446],\n              [80.09180091800917, 18.69728602468291],\n              [79.915399153991558, 18.826083479649157],\n              [79.965799657996598, 19.401378778498398],\n              [79.735397353973525, 19.603161457945532],\n              [79.422194221942192, 19.535900564796492],\n              [79.170191701917048, 19.647525025767237],\n              [78.979389793897923, 19.573108718453398],\n              [78.781387813878126, 19.776322480733484],\n              [78.327783277832765, 19.890809107370146],\n              [78.39978399783999, 19.736252161410647],\n              [78.169381693816916, 19.2639948265344],\n              [77.902979029790316, 19.328393554017524],\n              [77.751777517775196, 19.04647023592473],\n              [77.913779137791352, 18.834669976646907],\n              [77.712177121771191, 18.690130610518111],\n              [77.503375033750359, 18.381016718599113],\n              [77.550175501755035, 18.308031494118239],\n              [77.438574385743863, 18.282272003124987],\n              [77.301773017730198, 18.459726274411821],\n              [77.089370893708946, 18.196407033147494],\n              [76.891368913689149, 18.14488805116099],\n              [76.884168841688421, 17.974589194038941],\n              [76.675366753667532, 17.706976704275746],\n              [76.51336513365132, 17.772806514591821],\n              [76.322563225632251, 17.618249568632322],\n              [76.344163441634436, 17.352068161702078],\n              [75.93735937359375, 17.326308670708826],\n              [75.613356133561325, 17.472279119670574],\n              [75.552155521555221, 17.389276315358984],\n              [75.645756457564573, 17.091611086103654],\n              [75.616956169561689, 16.974262293801075],\n              [75.256952569525708, 16.95852038263854],\n              [75.166951669516692, 16.868362164162164],\n              [74.961749617496167, 16.95136496847374],\n              [74.857348573485723, 16.75816878602437],\n              [74.547745477454782, 16.554955023744284],\n              [74.42894428944291, 16.643682159387694],\n              [74.245342453424541, 16.539213112581749],\n              [74.450544505445066, 16.254427628823038],\n              [74.468544685446858, 16.109888262694241],\n              [74.331743317433165, 15.762135134285373],\n              [74.101341013410149, 15.640493093483911],\n              [74.227342273422749, 15.630475513653209],\n              [74.299342993429946, 15.272704805413625],\n              [74.241742417424177, 14.956435499329828],\n              [74.090540905409057, 14.887743523347837],\n              [73.914139141391416, 15.079508622964241],\n              [73.89253892538926, 15.342827864228582],\n              [73.701737017370164, 15.723495897795488],\n              [73.446134461344627, 16.068386860538453],\n              [73.305733057330571, 16.563541520742035],\n              [73.276932769327686, 17.078731340607035],\n              [73.165331653316542, 17.413604723519285],\n              [73.122131221312202, 17.722718615438282],\n              [72.981729817298174, 18.080489323677867],\n              [72.852128521285209, 18.770271249163784],\n              [72.988929889298902, 18.999244502437108],\n              [72.794527945279469, 18.984933674107523],\n              [72.819728197281989, 19.17526769089099],\n              [72.650526505265049, 19.842152291049572],\n              [72.708127081270817, 20.072556627155862],\n              [72.819728197281989, 20.378808353408942],\n              [72.848528485284845, 20.468966571885318],\n              [72.866528665286666, 20.89686033893986],\n              [72.607326073260737, 21.266079709843112],\n              [72.618126181261829, 21.487897548951651],\n              [72.927729277292769, 21.685386979899903],\n              [72.531725317253176, 21.714008636559058],\n              [72.621726217262164, 21.967310297992682],\n              [72.502925029250292, 21.975896794990433],\n              [72.542525425254269, 22.156213231943184],\n              [72.848528485284845, 22.240647119087726],\n              [72.553325533255332, 22.282148521243514],\n              [72.304923049230496, 22.229198456424058],\n              [72.30852308523086, 22.078934758963442],\n              [72.128521285212855, 21.983052209155233],\n              [72.294122941229404, 21.653903157574817],\n              [72.103321033210335, 21.314736526163685],\n              [72.103321033210335, 21.204543148025891],\n              [71.462514625146241, 20.885411676276192],\n              [71.005310053100544, 20.736579061648527],\n              [70.972909729097296, 20.709388487822309],\n              [70.540905409054091, 20.808133203296435],\n              [70.058500585005845, 21.148730917540519],\n              [69.630096300963004, 21.616695003917897],\n              [69.198091980919827, 21.980190043489316],\n              [68.946089460894626, 22.295028266740147],\n              [68.974889748897482, 22.40522164487794],\n              [69.205292052920527, 22.398066230713141],\n              [69.212492124921255, 22.273562024245777],\n              [69.615696156961576, 22.356564828557353],\n              [69.961299612996129, 22.535450182677138],\n              [70.177301773017746, 22.562640756503356],\n              [70.400504005040062, 22.946170955736179],\n              [70.202502025020266, 22.951895287068012],\n              [69.831698316983164, 22.858874902925734],\n              [69.716497164971656, 22.747250441954975],\n              [69.237692376923775, 22.841701908930233],\n              [68.866888668886702, 23.020587263050018],\n              [68.622086220862201, 23.190886120172067],\n              [68.607686076860773, 23.325407906470147],\n              [68.424084240842404, 23.445618864438643],\n              [68.427684276842768, 23.631659632723228],\n              [68.820088200882026, 23.877805879992053],\n              [68.632886328863293, 23.833442312170348],\n              [68.326883268832688, 23.587296064901523],\n              [68.182881828818296, 23.842028809168099],\n              [68.182881828818296, 23.843459892001064],\n              [68.431284312843133, 23.966533015635477],\n              [68.722887228872281, 23.965101932802511],\n              [68.726487264872645, 24.288526653051093],\n              [69.561695616956172, 24.277077990387426],\n              [69.66969669696698, 24.188350854744016],\n              [69.972099720997221, 24.165453529416681],\n              [70.108901089010885, 24.304268564213643],\n              [70.519305193051935, 24.424479522182139],\n              [70.558905589055883, 24.287095570218142],\n              [70.756907569075707, 24.231283339732769],\n              [71.084510845108468, 24.41159977668552],\n              [70.954909549095504, 24.584760799473472],\n              [71.055710557105584, 24.6935230947783],\n              [71.250112501125017, 24.636279781459976],\n              [71.545315453154529, 24.687798763446466],\n              [71.948519485194851, 24.662039272453228],\n              [72.049320493204931, 24.707833923107884],\n              [72.747727477274765, 24.380115954360434],\n              [72.924129241292405, 24.362942960364933],\n              [73.07893078930789, 24.508913409326681],\n              [73.07893078930789, 24.204092765906552],\n              [73.244532445324467, 24.015189831956064],\n              [73.352533525335247, 24.10534805043244],\n              [73.424534245342443, 23.940773524642225],\n              [73.363333633336339, 23.784785495849761],\n              [73.618936189361904, 23.58300281640264],\n              [73.626136261362603, 23.438463450273858],\n              [73.813338133381336, 23.434170201774975],\n              [74.234542345423449, 23.156540132181064],\n              [74.324543245432466, 23.036329174212554],\n              [74.716947169471695, 23.179437457508399],\n              [74.53694536945369, 23.250991599156308],\n              [74.569345693456938, 23.368340391458887],\n              [74.821348213482139, 23.500000012091064],\n              [74.940149401494011, 23.6874718632086],\n              [74.968949689496895, 24.032362825951552],\n              [74.871748717487179, 24.235576588231638],\n              [74.734947349473487, 24.259904996391938],\n              [74.846548465484659, 24.435928184845807],\n              [74.713347133471331, 24.523224237656265],\n              [74.785347853478527, 24.667763603785062],\n              [74.965349653496531, 24.6935230947783],\n              [74.824948249482503, 24.932513927882354],\n              [75.084150841508404, 24.889581442893601],\n              [75.134551345513444, 25.039845140354217],\n              [75.325353253532541, 25.058449217182684],\n              [75.202952029520304, 24.725006917103386],\n              [75.447754477544777, 24.703540674609016],\n              [75.757357573575746, 24.777956981922841],\n              [75.876158761587618, 24.514637740658515],\n              [75.73575735757359, 24.424479522182139],\n              [75.804158041580422, 24.11965887876201],\n              [75.728557285572862, 24.00087900362648],\n              [75.537755377553765, 24.040949322949302],\n              [75.490954909549089, 23.939342441809274],\n              [75.699756997569978, 23.793371992847511],\n              [75.973359733597334, 23.955084352971809],\n              [76.117361173611727, 24.133969707091595],\n              [76.131761317613183, 24.330028055206895],\n              [76.542165421654232, 24.215541428570219],\n              [76.650166501665041, 24.309992895545477],\n              [76.76536765367652, 24.159729198084847],\n              [76.891368913689149, 24.241300919563471],\n              [76.804968049680525, 24.556139142814303],\n              [77.060570605706033, 24.561863474146136],\n              [76.966969669696681, 24.737886662600019],\n              [76.779767797677977, 24.836631378074145],\n              [76.862568625686237, 25.034120809022383],\n              [77.398973989739915, 25.211575080309217],\n              [77.32697326973269, 25.443410499248472],\n              [77.179371793717934, 25.343234700941395],\n              [76.912969129691277, 25.308888712950392],\n              [76.552965529655324, 25.460583493243973],\n              [76.477364773647736, 25.719609486009432],\n              [76.909369093690913, 26.098846436743386],\n              [78.079380793807928, 26.682728232590378],\n              [78.201782017820193, 26.822974350220306],\n              [78.370983709837077, 26.851596006879461],\n              [78.561785617856202, 26.758575622737183],\n              [78.709387093870959, 26.798645942060006],\n              [78.925389253892519, 26.705625557917713],\n              [79.06219062190624, 26.355010263842928],\n              [78.712987129871323, 25.62658910186714],\n              [78.370983709837077, 25.5521727945533],\n              [78.262982629826325, 25.411926676923386],\n              [78.367383673836713, 25.185815589315965],\n              [78.334983349833493, 25.022672146358715],\n              [78.169381693816916, 24.8652530347333],\n              [78.262982629826325, 24.692092011945348],\n              [78.230582305823049, 24.533241817486967],\n              [78.385383853838533, 24.301406398547726],\n              [78.489784897848978, 24.410168693852555],\n              [78.792187921879218, 24.216972511403185],\n              [78.979389793897923, 24.467412007170893],\n              [78.856988569885715, 24.639141947125893],\n              [78.73458734587345, 24.63484869862701],\n              [78.730987309873086, 24.815165135579761],\n              [78.514985149851526, 25.265956227961638],\n              [78.597785977859786, 25.413357759756352],\n              [78.73458734587345, 25.351821197939131],\n              [78.900189001890027, 25.536430883390764],\n              [78.889388893888935, 25.175798009485263],\n              [79.267392673926764, 25.164349346821595],\n              [79.425794257942556, 25.257369730963887],\n              [79.393393933939336, 25.07419112834522],\n              [79.540995409954093, 25.177229092318228],\n              [79.864998649986518, 25.152900684157927],\n              [79.850598505985062, 25.247352151133185],\n              [80.282602826028238, 25.414788842589303],\n              [80.459004590045907, 25.117123613333973],\n              [80.858608586085865, 25.18724667214893],\n              [80.779407794077969, 24.971153164372225],\n              [81.186211862118597, 24.972584247205177],\n              [81.243812438124365, 25.170073678153429],\n              [81.535415354153514, 25.200126417645549],\n              [81.585815858158554, 25.079915459677053],\n              [81.816218162181627, 25.035551891855349],\n              [81.881018810188124, 24.921065265218687],\n              [82.266222662226625, 24.785112396087641],\n              [82.305823058230573, 24.631986532961093],\n              [82.428224282242837, 24.719282585771552],\n              [82.77382773827739, 24.667763603785062],\n              [82.766627666276662, 24.385840285692268],\n              [82.67302673026731, 24.179764357746265],\n              [82.802628026280246, 23.998016837960563],\n              [82.964629646296459, 23.913582950816021],\n              [83.205832058320567, 23.943635690308142],\n              [83.33543335433356, 24.139694038423428],\n              [83.522635226352264, 24.065277731109603],\n              [83.781837818378193, 23.585864982068557],\n              [84.015840158401573, 23.554381159743471],\n              [84.03024030240303, 23.146522552350348],\n              [84.116641166411654, 22.999121020555648],\n              [84.350643506435091, 22.886065476751938],\n              [83.969039690396897, 22.539743431176021],\n              [83.99783997839981, 22.440998715701895],\n              [83.605436054360524, 22.196283551266021],\n              [83.472234722347224, 21.80702902070135],\n              [83.198631986319839, 21.173059325700819],\n              [82.669426694266946, 21.155886331705318],\n              [82.453424534245329, 20.846772439786321],\n              [82.341823418234156, 20.861083268115905],\n              [82.341823418234156, 20.556262624695776],\n              [82.421024210242109, 20.42746516972953],\n              [82.413824138241381, 20.066832295824028],\n              [82.694626946269437, 20.001002485507939],\n              [82.712627126271258, 19.855032036546191],\n              [82.381423814238161, 19.886515858871277],\n              [81.938619386193835, 20.104040449480948],\n              [81.816218162181627, 19.923724012528197],\n              [82.02862028620288, 19.776322480733484],\n              [82.02862028620288, 19.517296487968025],\n              [82.169021690216908, 19.387067950168813],\n              [82.226622266222677, 19.014986413599658],\n              [82.140221402213996, 18.747373923836449],\n              [81.967419674196748, 18.685837362019242],\n              [81.740617406174039, 18.358119393271778],\n              [81.542615426154242, 18.262236843463569],\n              [81.395013950139486, 17.807152502582824],\n              [80.984609846098436, 17.840067407740861],\n              [80.93780937809376, 18.086213655009701],\n              [80.502205022050219, 18.599972392041735]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-EA\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [83.904239042390401, 25.529275469225965],\n              [84.141841418414202, 25.736782480004933],\n              [84.239042390423919, 25.648055344361509],\n              [84.372243722437219, 25.765404136664102],\n              [84.599045990459928, 25.746800059835635],\n              [84.530645306453067, 25.862717769305263],\n              [84.260642606426046, 25.931409745287269],\n              [83.994239942399446, 26.240523637206266],\n              [84.188641886418878, 26.293473702025722],\n              [84.177841778417786, 26.403667080163515],\n              [83.918639186391857, 26.473790138978472],\n              [84.09864098640989, 26.649813327432341],\n              [84.383043830438311, 26.64122683043459],\n              [84.239042390423919, 26.874493332206796],\n              [84.069840698406978, 26.923150148527384],\n              [83.854190069191603, 27.346061282163014],\n              [83.900639006390037, 27.444064299724218],\n              [84.08064080640807, 27.509894110040293],\n              [84.289442894428959, 27.376803406575178],\n              [84.577445774457743, 27.329577673087556],\n              [84.638646386463876, 27.029050278166295],\n              [84.923049230492296, 26.956065053685421],\n              [85.196651966519681, 26.758575622737183],\n              [85.351453514535166, 26.757144539904218],\n              [85.599855998560002, 26.854458172545378],\n              [85.823058230582291, 26.571103771619633],\n              [86.010260102601052, 26.654106575931223],\n              [86.143461434614352, 26.601156511111753],\n              [86.28386283862838, 26.612605173775421],\n              [86.71226712267125, 26.415115742827183],\n              [86.971469714697122, 26.532464535129762],\n              [87.327873278732767, 26.353579181009962],\n              [87.871478714787173, 26.460910393481839],\n              [87.975879758797561, 26.366458926506596],\n              [88.080280802808005, 26.518153706800177],\n              [88.17028170281705, 26.744264794407599],\n              [87.990279902799017, 27.217953212116797],\n              [88.005462545191477, 27.248678830556056],\n              [88.029880298802965, 27.29809385076247],\n              [88.022680226802294, 27.495583281710722],\n              [88.159481594815958, 27.774644434137585],\n              [88.11988119881201, 27.860509404115092],\n              [88.116281162811646, 27.947805456925551],\n              [88.379083790837882, 27.982151444916553],\n              [88.609486094860955, 28.105224568550966],\n              [88.818288182881844, 27.995031190413172],\n              [88.854288542885428, 27.843336410119591],\n              [88.742687426874255, 27.545671180864261],\n              [88.893888938889376, 27.315266844757971],\n              [88.731887318873163, 27.149261236134805],\n              [89.095490954909536, 26.821543267387341],\n              [89.340293402934009, 26.854458172545378],\n              [89.739897398973966, 26.702763392251796],\n              [89.76149761497615, 26.699901226585879],\n              [89.851498514985138, 26.722798551913215],\n              [89.858698586985867, 26.721367469080263],\n              [89.829898298983011, 26.327819690016725],\n              [89.657096570965706, 26.187573572386796],\n              [89.480694806948094, 25.998670638436309],\n              [89.42669426694269, 25.994377389937426],\n              [89.13149131491312, 26.133192424734389],\n              [89.041490414904132, 26.247679051371051],\n              [88.807488074880752, 26.233368223041467],\n              [88.656286562865631, 26.415115742827183],\n              [88.461884618846199, 26.453754979317054],\n              [88.307083070830714, 26.206177649215263],\n              [88.163081630816322, 26.140347838899174],\n              [88.073080730807334, 25.908512419959933],\n              [88.530285302853002, 25.50065381256681],\n              [88.771487714877168, 25.502084895399761],\n              [88.926289262892652, 25.300302215952641],\n              [88.983889838898364, 25.294577884620807],\n              [88.922689226892288, 25.167211512487512],\n              [88.433084330843286, 25.172935843819346],\n              [88.314283142831442, 24.868115200399217],\n              [88.20268202682027, 24.945393673378973],\n              [88.022680226802294, 24.646297361290678],\n              [88.137881378813773, 24.494602580997096],\n              [88.476284762847598, 24.315717226877311],\n              [88.739087390873891, 24.287095570218142],\n              [88.743354758121569, 24.187946703299783],\n              [88.717487174871764, 24.182626523412182],\n              [88.713887138871399, 23.925031613479689],\n              [88.595085950859499, 23.866357217328385],\n              [88.541085410854095, 23.65026370955168],\n              [88.767887678876804, 23.467085106933013],\n              [88.710287102871035, 23.240974019325606],\n              [88.955089550895508, 23.183730706007267],\n              [88.843488434884335, 22.964775032564646],\n              [89.059490594905952, 22.130453740949932],\n              [89.009090090900912, 21.904342653342525],\n              [89.084690846908444, 21.675369400069187],\n              [88.883088830888283, 21.67250723440327],\n              [88.760687606876076, 21.555158442100691],\n              [88.685086850868487, 21.69683564256357],\n              [88.731887318873163, 22.037433356807639],\n              [88.566285662856643, 21.851392588523069],\n              [88.573485734857371, 21.558020607766608],\n              [88.357483574835754, 21.685386979899903],\n              [88.249482494824946, 21.558020607766608],\n              [88.181081810818085, 21.685386979899903],\n              [88.159481594815958, 22.156213231943184],\n              [87.968679686796889, 21.837081760193485],\n              [87.702277022770232, 21.655334240407768],\n              [87.479074790747887, 21.61383283825198],\n              [87.201872018720195, 21.552296276434774],\n              [86.917469174691718, 21.327616271660318],\n              [86.838268382683822, 21.174490408533771],\n              [86.99666996669967, 20.670749251332438],\n              [86.773467734677325, 20.511899056874071],\n              [86.715867158671557, 20.287219052099616],\n              [86.496264962649633, 20.184181088126607],\n              [86.395463954639553, 19.982398408679487],\n              [86.078660786607855, 19.843583373882524],\n              [85.448654486544882, 19.66612910259569],\n              [85.57105571055709, 19.87506719620761],\n              [85.463054630546281, 19.902257770033813],\n              [85.221852218522173, 19.736252161410647],\n              [85.103051030510329, 19.530176233464658],\n              [85.391053910539114, 19.690457510755991],\n              [84.779047790477904, 19.116593294739701],\n              [84.696246962469644, 19.160956862561406],\n              [84.318243182431814, 18.808910485653655],\n              [83.900639006390037, 18.806048319987738],\n              [83.612636126361252, 19.12947304023632],\n              [83.393033930339328, 18.86901596463791],\n              [83.029430294302955, 18.641473794197523],\n              [83.040230402304047, 18.391034298429815],\n              [82.781027810278118, 18.358119393271778],\n              [82.586625866258686, 18.245063849468067],\n              [82.449824498244965, 18.522693919061993],\n              [82.241022410224076, 17.993193270867408],\n              [82.04302043020428, 18.043281170020947],\n              [81.578615786157883, 17.797134922752122],\n              [81.395013950139486, 17.807152502582824],\n              [81.542615426154242, 18.262236843463569],\n              [81.740617406174039, 18.358119393271778],\n              [81.967419674196748, 18.685837362019242],\n              [82.140221402213996, 18.747373923836449],\n              [82.226622266222677, 19.014986413599658],\n              [82.169021690216908, 19.387067950168813],\n              [82.02862028620288, 19.517296487968025],\n              [82.02862028620288, 19.776322480733484],\n              [81.816218162181627, 19.923724012528197],\n              [81.938619386193835, 20.104040449480948],\n              [82.381423814238161, 19.886515858871277],\n              [82.712627126271258, 19.855032036546191],\n              [82.694626946269437, 20.001002485507939],\n              [82.413824138241381, 20.066832295824028],\n              [82.421024210242109, 20.42746516972953],\n              [82.341823418234156, 20.556262624695776],\n              [82.341823418234156, 20.861083268115905],\n              [82.453424534245329, 20.846772439786321],\n              [82.669426694266946, 21.155886331705318],\n              [83.198631986319839, 21.173059325700819],\n              [83.472234722347224, 21.80702902070135],\n              [83.605436054360524, 22.196283551266021],\n              [83.99783997839981, 22.440998715701895],\n              [83.969039690396897, 22.539743431176021],\n              [84.350643506435091, 22.886065476751938],\n              [84.116641166411654, 22.999121020555648],\n              [84.03024030240303, 23.146522552350348],\n              [84.015840158401573, 23.554381159743471],\n              [83.781837818378193, 23.585864982068557],\n              [83.522635226352264, 24.065277731109603],\n              [83.33543335433356, 24.139694038423428],\n              [83.522635226352264, 24.53037965182105],\n              [83.508235082350808, 24.762215070760305],\n              [83.360633606336052, 24.863821951900348],\n              [83.3858338583386, 25.235903488469518],\n              [83.904239042390401, 25.529275469225965]\n            ]\n          ],\n          [\n            [\n              [88.145081450814502, 21.869996665351522],\n              [88.130681306813045, 21.625281500915648],\n              [88.051480514805149, 21.705422139561307],\n              [88.145081450814502, 21.869996665351522]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-SO\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [77.751777517775196, 19.04647023592473],\n              [77.902979029790316, 19.328393554017524],\n              [78.169381693816916, 19.2639948265344],\n              [78.39978399783999, 19.736252161410647],\n              [78.327783277832765, 19.890809107370146],\n              [78.781387813878126, 19.776322480733484],\n              [78.979389793897923, 19.573108718453398],\n              [79.170191701917048, 19.647525025767237],\n              [79.422194221942192, 19.535900564796492],\n              [79.735397353973525, 19.603161457945532],\n              [79.965799657996598, 19.401378778498398],\n              [79.915399153991558, 18.826083479649157],\n              [80.09180091800917, 18.69728602468291],\n              [80.271802718027203, 18.713027935845446],\n              [80.502205022050219, 18.599972392041735],\n              [80.93780937809376, 18.086213655009701],\n              [80.984609846098436, 17.840067407740861],\n              [81.395013950139486, 17.807152502582824],\n              [81.578615786157883, 17.797134922752122],\n              [82.04302043020428, 18.043281170020947],\n              [82.241022410224076, 17.993193270867408],\n              [82.449824498244965, 18.522693919061993],\n              [82.586625866258686, 18.245063849468067],\n              [82.781027810278118, 18.358119393271778],\n              [83.040230402304047, 18.391034298429815],\n              [83.029430294302955, 18.641473794197523],\n              [83.393033930339328, 18.86901596463791],\n              [83.612636126361252, 19.12947304023632],\n              [83.900639006390037, 18.806048319987738],\n              [84.318243182431814, 18.808910485653655],\n              [84.696246962469644, 19.160956862561406],\n              [84.779047790477904, 19.116593294739701],\n              [84.422644226442259, 18.635749462865689],\n              [84.077040770407706, 18.272254423294285],\n              [83.612636126361252, 18.044712252853913],\n              [83.238232382323844, 17.59249007763907],\n              [82.475024750247513, 17.206097712740331],\n              [82.298622986229844, 17.030074524286448],\n              [82.363423634236341, 16.859775667164413],\n              [82.305823058230573, 16.579283431904571],\n              [81.762217622176223, 16.323119604805029],\n              [81.413014130141306, 16.383225083789284],\n              [81.247412474124729, 16.320257439139112],\n              [81.153811538115377, 15.985384056226863],\n              [80.999009990099893, 15.846569021429914],\n              [80.55260552605526, 15.880915009420917],\n              [80.264602646026475, 15.674839081474914],\n              [80.09180091800917, 15.304188627738711],\n              [80.055800558005586, 15.013678812648166],\n              [80.196201962019614, 14.564318803099241],\n              [80.127801278012754, 14.256635994013209],\n              [80.289802898028967, 13.526783749204455],\n              [80.14220142201421, 13.72856642865159],\n              [80.052200522005222, 13.618373050513796],\n              [80.261002610026111, 13.468109353053165],\n              [80.333003330033279, 13.197634697624039],\n              [80.156601566015667, 12.474937866980085],\n              [79.850598505985062, 11.955454798616216],\n              [79.753397533975345, 11.577648930715213],\n              [79.832598325983241, 11.34152026327709],\n              [79.850598505985062, 10.28251896688792],\n              [79.3969939699397, 10.324020369043723],\n              [79.234992349923488, 10.166601257418293],\n              [79.2781927819278, 10.036372719619095],\n              [78.979389793897923, 9.667153348715843],\n              [78.914589145891483, 9.473957166266473],\n              [79.040590405904055, 9.315106971808092],\n              [79.321393213932168, 9.323693468805843],\n              [79.292592925929256, 9.250708244324969],\n              [78.957789577895795, 9.275036652485255],\n              [78.45018450184503, 9.116186458026888],\n              [78.241382413824141, 8.965922760566258],\n              [78.061380613806165, 8.373454467721515],\n              [77.510575105751087, 8.075789238466186],\n              [77.316173161731598, 8.127308220452676],\n              [76.995769957699594, 8.367730136389682],\n              [76.560165601655996, 8.890075370419467],\n              [76.311763117631159, 9.492561243094926],\n              [76.261362613626119, 9.884677939325513],\n              [76.416164161641603, 9.682895259878379],\n              [76.358563585635835, 9.914730678817634],\n              [76.243362433624355, 9.987715903298508],\n              [76.05256052560523, 10.514354385827176],\n              [75.922959229592294, 10.766224964427835],\n              [75.832958329583306, 11.098236181674167],\n              [75.530555305553065, 11.693566640184841],\n              [75.307353073530749, 11.932557473288881],\n              [75.303753037530385, 12.042750851426675],\n              [75.220952209522096, 12.022715691765256],\n              [74.853748537485387, 12.765447682070629],\n              [74.583745837458366, 13.904589617105458],\n              [74.50454504545047, 14.010489746744369],\n              [74.389343893438934, 14.462711921959212],\n              [74.090540905409057, 14.887743523347837],\n              [74.241742417424177, 14.956435499329828],\n              [74.299342993429946, 15.272704805413625],\n              [74.227342273422749, 15.630475513653209],\n              [74.101341013410149, 15.640493093483911],\n              [74.331743317433165, 15.762135134285373],\n              [74.468544685446858, 16.109888262694241],\n              [74.450544505445066, 16.254427628823038],\n              [74.245342453424541, 16.539213112581749],\n              [74.42894428944291, 16.643682159387694],\n              [74.547745477454782, 16.554955023744284],\n              [74.857348573485723, 16.75816878602437],\n              [74.961749617496167, 16.95136496847374],\n              [75.166951669516692, 16.868362164162164],\n              [75.256952569525708, 16.95852038263854],\n              [75.616956169561689, 16.974262293801075],\n              [75.645756457564573, 17.091611086103654],\n              [75.552155521555221, 17.389276315358984],\n              [75.613356133561325, 17.472279119670574],\n              [75.93735937359375, 17.326308670708826],\n              [76.344163441634436, 17.352068161702078],\n              [76.322563225632251, 17.618249568632322],\n              [76.51336513365132, 17.772806514591821],\n              [76.675366753667532, 17.706976704275746],\n              [76.884168841688421, 17.974589194038941],\n              [76.891368913689149, 18.14488805116099],\n              [77.089370893708946, 18.196407033147494],\n              [77.301773017730198, 18.459726274411821],\n              [77.438574385743863, 18.282272003124987],\n              [77.550175501755035, 18.308031494118239],\n              [77.503375033750359, 18.381016718599113],\n              [77.712177121771191, 18.690130610518111],\n              [77.913779137791352, 18.834669976646907],\n              [77.751777517775196, 19.04647023592473]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IN-NE\", \"countryKey\": \"IN\", \"countryName\": \"India\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [91.727117271172716, 27.459806210886754],\n              [91.593915939159416, 27.545671180864261],\n              [91.633516335163364, 27.758902522975049],\n              [91.975519755197553, 27.725987617817012],\n              [92.069120691206905, 27.794679593799003],\n              [92.439924399244006, 27.823301250458172],\n              [92.688326883268843, 27.967840616586969],\n              [92.691926919269207, 27.995031190413172],\n              [92.655926559265566, 28.105224568550966],\n              [93.091530915309164, 28.367112726982342],\n              [93.156331563315604, 28.494479099115637],\n              [93.447934479344809, 28.671933370402456],\n              [93.624336243362421, 28.671933370402456],\n              [94.347943479434804, 29.023979747310207],\n              [94.272342723427215, 29.098396054624047],\n              [94.62874628746286, 29.318782810899634],\n              [94.776347763477617, 29.167088030606052],\n              [94.95634956349565, 29.168519113439004],\n              [95.280352803528018, 29.052601403969376],\n              [95.510755107551091, 29.131310959782084],\n              [95.744757447574472, 29.340249053394004],\n              [96.140761407614065, 29.368870710053173],\n              [96.338763387633861, 29.280143574409749],\n              [96.194761947619469, 29.026841912976124],\n              [96.353163531635317, 29.096964971791081],\n              [96.59796597965979, 28.710572606892342],\n              [96.435964359643577, 28.611827891418216],\n              [96.493564935649346, 28.421493874634763],\n              [96.558365583655842, 28.584637317592012],\n              [96.69876698766987, 28.58893056609088],\n              [96.965169651696527, 28.329904573325422],\n              [97.116371163711648, 28.367112726982342],\n              [97.325173251732537, 28.216849029521711],\n              [97.332373323733208, 27.894855392106095],\n              [97.224372243722456, 27.899148640604963],\n              [96.871568715687175, 27.618656405345135],\n              [96.903969039690395, 27.408287228900264],\n              [97.134371343713411, 27.127794993640421],\n              [96.842768427684263, 27.187900472624676],\n              [96.759967599676003, 27.342457418584175],\n              [96.144361443614429, 27.258023531439633],\n              [95.888758887588864, 27.027619195333344],\n              [95.262352623526255, 26.646951161766424],\n              [95.24075240752407, 26.649813327432341],\n              [95.03915039150391, 26.475221221811424],\n              [95.046350463504638, 26.247679051371051],\n              [95.150751507515082, 26.050189620422799],\n              [94.999549995499962, 25.921392165456552],\n              [95.010350103501054, 25.736782480004933],\n              [94.650346503465045, 25.446272664914389],\n              [94.549545495454964, 25.24592106830022],\n              [94.707947079470813, 25.025534312024632],\n              [94.290342903429035, 24.317148309710262],\n              [94.131941319413187, 23.856339637497683],\n              [94.117541175411731, 23.842028809168099],\n              [93.613536135361329, 24.009465500624231],\n              [93.303933039330417, 24.035224991617469],\n              [93.433534335343353, 23.647401543885763],\n              [93.375933759337585, 23.129349558354846],\n              [93.13833138331384, 23.004845351887482],\n              [93.080730807308072, 22.773009932948227],\n              [93.167131671316696, 22.386617568049473],\n              [93.141931419314204, 22.18769705426827],\n              [93.023130231302304, 22.202007882597854],\n              [92.979929799297992, 21.995931954651851],\n              [92.684726847268479, 22.154782149110233],\n              [92.57672576725767, 21.977327877823399],\n              [92.497524975249775, 22.695731459968471],\n              [92.353523535235325, 22.960481784065763],\n              [92.357123571235689, 23.289630835646179],\n              [92.259922599225973, 23.706075940037053],\n              [92.004320043200408, 23.647401543885763],\n              [91.745117451174536, 23.272457841650692],\n              [91.795517955179577, 23.089279239032024],\n              [91.586715867158688, 22.944739872903227],\n              [91.370713707137071, 23.262440261819975],\n              [91.298712987129846, 23.142229303851479],\n              [91.140311403114055, 23.611624473061809],\n              [91.215912159121586, 23.907858619484188],\n              [91.363513635136343, 24.099623719100606],\n              [91.557915579155775, 24.08960613926989],\n              [91.734317343173444, 24.234145505398686],\n              [91.86391863918638, 24.151142701087096],\n              [91.921519215192149, 24.34433888353648],\n              [92.108721087210853, 24.405875445353686],\n              [92.137521375213765, 24.533241817486967],\n              [92.151921519215165, 24.544690480150635],\n              [92.252722527225245, 24.90246118839022],\n              [92.382323823238238, 24.836631378074145],\n              [92.385923859238602, 25.004068069530263],\n              [92.000720007200044, 25.182953423650062],\n              [91.471514715147151, 25.134296607329475],\n              [91.233912339123407, 25.201557500478515],\n              [90.823508235082357, 25.142883104327225],\n              [90.366303663036632, 25.150038518492011],\n              [89.909099090990907, 25.297440050286724],\n              [89.801098010980098, 25.413357759756352],\n              [89.822698226982283, 25.489205149903142],\n              [89.833498334983375, 25.931409745287269],\n              [89.657096570965706, 26.187573572386796],\n              [89.829898298983011, 26.327819690016725],\n              [89.858698586985867, 26.721367469080263],\n              [90.089100891008883, 26.741402628741682],\n              [90.384303843038452, 26.891666326202298],\n              [90.715507155071549, 26.76716211973492],\n              [91.007110071100698, 26.781472948064504],\n              [91.061110611106102, 26.804370273391839],\n              [91.277112771127719, 26.774317533899719],\n              [91.406714067140655, 26.870200083707928],\n              [91.701917019170168, 26.802939190558888],\n              [92.079920799207997, 26.921719065694433],\n              [92.004320043200408, 27.17215856146214],\n              [92.007920079200773, 27.179313975626926],\n              [92.083520835208361, 27.303818182094304],\n              [91.975519755197553, 27.472685956383387],\n              [91.745117451174536, 27.439771051225335],\n              [91.727117271172716, 27.459806210886754]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IQ\", \"countryKey\": \"IQ\", \"countryName\": \"Iraq\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [45.628656286562887, 34.72112050531733],\n              [45.697056970569719, 34.550821648195281],\n              [45.499054990549922, 34.592323050351069],\n              [45.416254162541634, 34.44492151855637],\n              [45.560255602556026, 34.264605081603619],\n              [45.38025380253805, 33.974095266513075],\n              [45.484654846548466, 33.938318195689121],\n              [45.733057330573331, 33.583409653115453],\n              [45.884258842588451, 33.630635386603075],\n              [46.168661686616872, 33.16839563155753],\n              [46.031860318603208, 33.105427986907372],\n              [46.096660966609676, 32.953733206613791],\n              [46.273062730627316, 32.959457537945624],\n              [46.715867158671585, 32.756243775665538],\n              [47.122671226712271, 32.461440712076126],\n              [47.342273422734252, 32.458578546410209],\n              [47.831878318783197, 31.761641206759492],\n              [47.680676806768076, 31.40816374701879],\n              [47.673476734767348, 30.994580808293833],\n              [48.015480154801566, 30.97597673146538],\n              [48.011880118801201, 30.463649077266297],\n              [48.155881558815594, 30.426440923609377],\n              [48.397083970839731, 30.220364995663374],\n              [48.530285302853031, 29.961339002897915],\n              [48.209882098820998, 30.024306647548087],\n              [47.947079470794705, 29.994253908055967],\n              [47.673476734767348, 30.098722954861913],\n              [47.35667356673568, 30.091567540697127],\n              [47.111871118711207, 29.961339002897915],\n              [46.852668526685278, 29.444718100199964],\n              [46.532265322653245, 29.09553388895813],\n              [46.355863558635605, 29.062618983800093],\n              [44.69264692646928, 29.201434018597041],\n              [42.075420754207556, 31.080445778271326],\n              [40.369003690036919, 31.939095478046326],\n              [39.20089621501161, 32.155267833754806],\n              [39.299922745905938, 32.23208764476648],\n              [39.259621434651649, 32.354312932996699],\n              [39.044240656472986, 32.302780108769902],\n              [38.984779705442072, 32.476538221226924],\n              [39.083881290493601, 32.502965310573998],\n              [38.788648606335684, 33.377797369754717],\n              [40.689406894068952, 34.33186597475266],\n              [40.988209882098829, 34.42917960739382],\n              [41.197011970119718, 34.768346238804952],\n              [41.18981189811899, 35.181929177529909],\n              [41.261812618126186, 35.493905235114823],\n              [41.362613626136266, 35.655617595239107],\n              [41.24021240212403, 36.043441042970827],\n              [41.276212762127642, 36.355417100555741],\n              [41.41661416614167, 36.527147040510741],\n              [41.845018450184511, 36.617305258987116],\n              [42.377823778237797, 37.062372020037145],\n              [42.356223562235641, 37.109597753524781],\n              [42.561425614256166, 37.146805907181687],\n              [42.72342723427235, 37.358606166459523],\n              [43.083430834308359, 37.36862374629024],\n              [43.479434794347952, 37.242688456989896],\n              [43.893438934389366, 37.225515462994395],\n              [43.990639906399082, 37.312811515804853],\n              [44.224642246422491, 37.254137119653564],\n              [44.18144181441815, 37.088131511030397],\n              [44.307443074430751, 36.977938132892604],\n              [44.577445774457743, 37.166841066843105],\n              [44.764647646476476, 37.142512658682818],\n              [44.879848798487984, 37.02516386638024],\n              [44.829448294482944, 36.791897364608033],\n              [44.995049950499521, 36.74180946545448],\n              [44.991449914499157, 36.534302454675526],\n              [45.239852398523993, 36.402642834043363],\n              [45.358653586535866, 35.976180149821772],\n              [45.646656466564679, 35.933247664833033],\n              [45.718657186571875, 35.828778618027073],\n              [46.280262802628044, 35.828778618027073],\n              [46.237062370623704, 35.715723074223362],\n              [45.995859958599596, 35.658479760905024],\n              [45.963459634596347, 35.493905235114823],\n              [46.168661686616872, 35.216275165520912],\n              [46.143461434614352, 35.098926373218319],\n              [45.913059130591307, 35.087477710554651],\n              [45.797857978579799, 34.902868025103032],\n              [45.628656286562887, 34.72112050531733]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"KY\",\n        \"countryKey\": \"KY\",\n        \"countryName\": \"Cayman Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-81.427299624580385, 19.37955150361222],\n              [-81.383375380763596, 19.396470139437486],\n              [-81.361779294220341, 19.38058738897859],\n              [-81.383375380763596, 19.380242094588464],\n              [-81.360681188124929, 19.342945994184763],\n              [-81.367635860062578, 19.312550275844782],\n              [-81.34567373815419, 19.292859123534548],\n              [-81.317122979673286, 19.294931988015378],\n              [-81.296991034590562, 19.305641369534751],\n              [-81.294062751669472, 19.331893660114943],\n              [-81.260753533441729, 19.324985571456768],\n              [-81.260387498076582, 19.342600620070868],\n              [-81.275028912682174, 19.365393743482514],\n              [-81.270270452935378, 19.372990743319765],\n              [-81.236595199342503, 19.348126518189034],\n              [-81.087252770365438, 19.351234753647926],\n              [-81.086886735000292, 19.310823076633135],\n              [-81.128248731261095, 19.289749777591673],\n              [-81.174003151903563, 19.30149588565456],\n              [-81.228542421309427, 19.291822681449496],\n              [-81.273564771221629, 19.261071915595686],\n              [-81.339085101581674, 19.273856642828903],\n              [-81.388133840510406, 19.265909497225483],\n              [-81.393990406352643, 19.280075879232086],\n              [-81.384473486859022, 19.328439652303587],\n              [-81.393258335622377, 19.365048416894595],\n              [-81.427299624580385, 19.37955150361222]\n            ]\n          ],\n          [\n            [\n              [-80.110121363124435, 19.661757918098214],\n              [-80.057412270544305, 19.695878971001399],\n              [-79.973224136562123, 19.712764479050382],\n              [-79.96077893414737, 19.700703583719644],\n              [-80.08486492292981, 19.658655643948222],\n              [-80.110121363124435, 19.661757918098214]\n            ]\n          ],\n          [\n            [\n              [-79.892147303183648, 19.685884667764554],\n              [-79.749027475413968, 19.755142692881883],\n              [-79.722306893758756, 19.750664226189212],\n              [-79.752321793700204, 19.722412540419366],\n              [-79.855177731304508, 19.689331049699483],\n              [-79.892147303183648, 19.685884667764554]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"IR\",\n        \"countryKey\": \"IR\",\n        \"countryName\": \"Iran, Islamic Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [61.270812708127096, 35.618409441582202],\n              [61.22401224012242, 36.117857350284652],\n              [61.152011520115195, 36.406936082542231],\n              [61.184411844118443, 36.57723493966428],\n              [61.076410764107635, 36.647357998479237],\n              [60.342003420034217, 36.637340418648535],\n              [60.01800018000182, 37.02516386638024],\n              [59.571595715957159, 37.184014060838606],\n              [59.369993699936998, 37.319966929969652],\n              [59.351993519935206, 37.493127952757604],\n              [58.801188011880129, 37.694910632204738],\n              [58.372783727837287, 37.630511904721615],\n              [58.181981819818219, 37.775051270850398],\n              [57.692376923769245, 37.919590636979194],\n              [57.353973539735392, 37.966816370466816],\n              [57.217172171721728, 38.264481599722146],\n              [57.037170371703724, 38.187203126742403],\n              [56.738367383673847, 38.270205931053979],\n              [56.435964359643606, 38.254464019891444],\n              [56.299162991629913, 38.079871914270527],\n              [55.97875978759788, 38.065561085940942],\n              [55.708757087570888, 38.118511150760398],\n              [55.424354243542439, 38.075578665771644],\n              [55.129151291512926, 37.952505542137231],\n              [54.855548555485569, 37.760740442520813],\n              [54.783547835478373, 37.517456360917905],\n              [54.185941859418591, 37.324260178468521],\n              [53.912339123391234, 37.342864255296988],\n              [54.034740347403471, 36.949316476233449],\n              [54.013140131401315, 36.820519021267188],\n              [53.69993699937001, 36.81622577276832],\n              [53.491134911349121, 36.887779914416228],\n              [51.910719107191085, 36.582959270996113],\n              [51.089910899109015, 36.737516216955612],\n              [50.477904779047805, 37.035181446210942],\n              [50.150301503015044, 37.404400817114194],\n              [49.441094410944117, 37.494559035590569],\n              [49.131491314913148, 37.623356490556816],\n              [48.94068940689408, 37.925314968311028],\n              [48.875888758887612, 38.434780456844194],\n              [48.609486094860955, 38.396141220354309],\n              [48.440159312024939, 38.588514979938388],\n              [48.258987107888103, 38.65851333153671],\n              [48.240044339929895, 38.725894930804259],\n              [48.011880118801201, 38.821172821742934],\n              [48.058680586805878, 38.948539193876229],\n              [48.242282422824246, 38.974298684869481],\n              [48.318005325902369, 39.011250122924331],\n              [48.123481234812346, 39.297723405118063],\n              [48.372046547112781, 39.389271192081978],\n              [47.999638215727785, 39.710648015246704],\n              [47.803455861606942, 39.6570056410823],\n              [47.262548660618371, 39.366666763279007],\n              [47.02187021870219, 39.190392192646186],\n              [46.867068670686706, 39.1660637844859],\n              [46.514265142651425, 38.88270938356014],\n              [46.136261362613624, 38.864105306731688],\n              [45.48105481054813, 38.984316264700183],\n              [45.347853478534802, 39.163201618819983],\n              [45.121051210512121, 39.299154487951014],\n              [44.807848078480788, 39.639752202195098],\n              [44.566645666456679, 39.765687491495441],\n              [44.458644586445871, 39.698426598346401],\n              [44.404644046440467, 39.433676274249109],\n              [44.062640626406278, 39.400761369091057],\n              [44.138241382413838, 38.9943338445309],\n              [44.275042750427502, 38.844070147070269],\n              [44.289442894428959, 38.381830392024725],\n              [44.458644586445871, 38.321724913040484],\n              [44.221042210422127, 37.968247453299767],\n              [44.595445954459564, 37.716376874699108],\n              [44.566645666456679, 37.447333302102948],\n              [44.800648006480088, 37.292776356143449],\n              [44.764647646476476, 37.142512658682818],\n              [44.879848798487984, 37.02516386638024],\n              [44.829448294482944, 36.791897364608033],\n              [44.995049950499521, 36.74180946545448],\n              [44.991449914499157, 36.534302454675526],\n              [45.239852398523993, 36.402642834043363],\n              [45.358653586535866, 35.976180149821772],\n              [45.646656466564679, 35.933247664833033],\n              [45.718657186571875, 35.828778618027073],\n              [46.280262802628044, 35.828778618027073],\n              [46.237062370623704, 35.715723074223362],\n              [45.995859958599596, 35.658479760905024],\n              [45.963459634596347, 35.493905235114823],\n              [46.168661686616872, 35.216275165520912],\n              [46.143461434614352, 35.098926373218319],\n              [45.913059130591307, 35.087477710554651],\n              [45.797857978579799, 34.902868025103032],\n              [45.628656286562887, 34.72112050531733],\n              [45.697056970569719, 34.550821648195281],\n              [45.499054990549922, 34.592323050351069],\n              [45.416254162541634, 34.44492151855637],\n              [45.560255602556026, 34.264605081603619],\n              [45.38025380253805, 33.974095266513075],\n              [45.484654846548466, 33.938318195689121],\n              [45.733057330573331, 33.583409653115453],\n              [45.884258842588451, 33.630635386603075],\n              [46.168661686616872, 33.16839563155753],\n              [46.031860318603208, 33.105427986907372],\n              [46.096660966609676, 32.953733206613791],\n              [46.273062730627316, 32.959457537945624],\n              [46.715867158671585, 32.756243775665538],\n              [47.122671226712271, 32.461440712076126],\n              [47.342273422734252, 32.458578546410209],\n              [47.831878318783197, 31.761641206759492],\n              [47.680676806768076, 31.40816374701879],\n              [47.673476734767348, 30.994580808293833],\n              [48.015480154801566, 30.97597673146538],\n              [48.011880118801201, 30.463649077266297],\n              [48.155881558815594, 30.426440923609377],\n              [48.397083970839731, 30.220364995663374],\n              [48.530285302853031, 29.961339002897915],\n              [48.933489334893352, 30.08011887803346],\n              [48.861488614886156, 30.346300284963704],\n              [48.980289802898028, 30.515168059252787],\n              [49.210692106921073, 30.506581562255036],\n              [49.203492034920373, 30.346300284963704],\n              [48.947889478894808, 30.400681432616125],\n              [49.246692466924685, 30.155966268180251],\n              [49.480694806948094, 30.155966268180251],\n              [49.599495994959966, 30.030030978879921],\n              [49.916299162991635, 30.204623084500838],\n              [50.074700747007483, 30.196036587503087],\n              [50.143101431014315, 29.93844167757058],\n              [50.39870398703988, 29.655087276644835],\n              [50.654306543065445, 29.449011348698832],\n              [50.643506435064353, 29.142759622445752],\n              [50.841508415084149, 29.139897456779835],\n              [50.931509315093166, 29.031135161475007],\n              [50.812708127081294, 28.915217452005379],\n              [51.057510575105766, 28.736332097885594],\n              [51.140311403114055, 28.401458714973344],\n              [51.381513815138163, 27.990737941914304],\n              [51.586715867158688, 27.849060741451424],\n              [52.011520115201165, 27.833318830288889],\n              [52.421924219242214, 27.647278062004304],\n              [52.677526775267751, 27.425460222895765],\n              [52.580325803258035, 27.392545317737714],\n              [53.073530735307372, 27.096311171315335],\n              [53.411934119341197, 26.993273207342341],\n              [53.714337143371438, 26.70848772358363],\n              [53.995139951399523, 26.74569587724055],\n              [54.308343083430856, 26.71564313774843],\n              [54.391143911439116, 26.605449759610636],\n              [54.801548015480165, 26.498118547138759],\n              [55.269552695526954, 26.792921610728172],\n              [55.485554855548571, 26.76716211973492],\n              [55.683556835568368, 27.003290787173057],\n              [55.939159391593932, 27.026188112500378],\n              [56.122761227612273, 27.160709898798473],\n              [56.353163531635317, 27.202211300954261],\n              [56.810368103681043, 27.139243656304089],\n              [57.026370263702631, 26.851596006879461],\n              [57.076770767707671, 26.44803064798522],\n              [57.213572135721364, 26.166107329892426],\n              [57.163171631716324, 26.094553188244518],\n              [57.325173251732537, 25.776852799327756],\n              [57.735577355773557, 25.748231142668601],\n              [57.77157771577717, 25.63517559886489],\n              [57.962379623796238, 25.69384999501618],\n              [58.171181711817127, 25.543586297555549],\n              [58.419584195841963, 25.612278273537555],\n              [58.811988119881192, 25.563621457216968],\n              [59.024390243902445, 25.403340179925635],\n              [59.452794527945287, 25.462014576076925],\n              [59.902799027990284, 25.330354955444761],\n              [60.396003960039621, 25.377580688932383],\n              [60.550805508055078, 25.446272664914389],\n              [60.633606336063366, 25.274542724959389],\n              [61.029610296102959, 25.210143997476266],\n              [61.411214112141124, 25.059880300015635],\n              [61.587615876158765, 25.201557500478515],\n              [61.659616596165961, 25.769697385162971],\n              [61.760417604176041, 25.836958278312011],\n              [61.857618576185757, 26.241954720039217],\n              [62.242822428224287, 26.350717015344046],\n              [62.293222932229327, 26.500980712804676],\n              [62.754027540275416, 26.644088996100507],\n              [63.142831428314281, 26.625484919272054],\n              [63.319233192331922, 27.117777413809719],\n              [63.168031680316801, 27.258023531439633],\n              [62.800828008280092, 27.225108626281596],\n              [62.81522815228152, 27.495583281710722],\n              [62.736027360273596, 27.995031190413172],\n              [62.73962739627396, 28.258350431677499],\n              [62.574025740257412, 28.229728775018344],\n              [62.361623616236159, 28.418631708968846],\n              [61.89361893618937, 28.54313591543621],\n              [61.566015660156609, 28.870853884183674],\n              [61.278012780127796, 29.406078863710093],\n              [60.846008460084619, 29.858301038924921],\n              [61.785617856178561, 30.831437365336583],\n              [61.825218252182538, 31.034651127616669],\n              [61.659616596165961, 31.382404256025538],\n              [60.820808208082099, 31.494028716996283],\n              [60.774007740077394, 32.02782261368975],\n              [60.831608316083162, 32.248209369965323],\n              [60.576005760057598, 32.993803525936613],\n              [60.568805688056898, 33.151222637562043],\n              [60.817208172081735, 33.404524298995653],\n              [60.878408784087839, 33.54906366512445],\n              [60.51120511205113, 33.637790800767874],\n              [60.48600486004861, 34.094306224481571],\n              [60.644406444064458, 34.306106483759407],\n              [60.889208892088931, 34.318986229256026],\n              [60.698406984069834, 34.516475660204279],\n              [60.946809468094699, 34.63811770100574],\n              [61.065610656106571, 34.814140889459608],\n              [61.108811088110883, 35.277811727338118],\n              [61.270812708127096, 35.618409441582202]\n            ]\n          ],\n          [\n            [\n              [56.212762127621289, 27.003290787173057],\n              [55.895958959589592, 26.907408237364848],\n              [55.759157591575928, 26.95463397085247],\n              [55.773557735577356, 26.797214859227054],\n              [55.352353523535243, 26.646951161766424],\n              [55.298352983529838, 26.54391319779343],\n              [56.079560795607961, 26.785766196563387],\n              [56.212762127621289, 27.003290787173057]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IS\", \"countryKey\": \"IS\", \"countryName\": \"Iceland\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-14.563945639456364, 66.383828184520368],\n              [-14.841148411484085, 66.392414681518119],\n              [-15.301953019530174, 66.267910475050755],\n              [-15.38115381153807, 66.150561682748162],\n              [-15.773557735577327, 66.289376717545125],\n              [-15.705157051570495, 66.395276847184036],\n              [-15.939159391593876, 66.423898503843205],\n              [-16.021960219602164, 66.536954047646915],\n              [-16.543965439654357, 66.506901308154795],\n              [-16.421564215642121, 66.286514551879208],\n              [-16.486364863648618, 66.189200919238033],\n              [-16.932769327693251, 66.139113020084494],\n              [-17.217172171721671, 66.194925250569867],\n              [-17.418774187741832, 65.994573653955712],\n              [-17.598775987759836, 65.967383080129494],\n              [-17.91197911979117, 66.151992765581127],\n              [-18.297182971829699, 66.179183339407331],\n              [-18.228782287822838, 65.938761423470325],\n              [-18.066780667806654, 65.829999128165497],\n              [-18.178381783817798, 65.739840909689121],\n              [-18.347583475834739, 65.950210086133993],\n              [-18.538385383853807, 65.974538494294293],\n              [-18.545585455854535, 66.083300789599122],\n              [-18.855188551885476, 66.204942830400583],\n              [-19.078390783907793, 66.071852126935454],\n              [-19.362793627936242, 66.089025120930955],\n              [-19.510395103950998, 65.95307225179991],\n              [-19.438394383943802, 65.734116578357288],\n              [-19.650796507965055, 65.765600400682374],\n              [-19.881198811988099, 65.905846518312288],\n              [-20.093600936009324, 66.130526523086743],\n              [-20.428404284042813, 66.083300789599122],\n              [-20.262802628026236, 65.744134158188004],\n              [-20.500405004050009, 65.495125745253247],\n              [-20.687606876068713, 65.6926151762015],\n              [-20.918009180091758, 65.601025874892173],\n              [-21.119611196111919, 65.267583574812875],\n              [-21.202412024120207, 65.427864852104207],\n              [-21.483214832148292, 65.562386638402288],\n              [-21.278012780127767, 65.8571897019917],\n              [-21.317613176131715, 65.987418239790912],\n              [-21.980019800197965, 66.27506588921554],\n              [-22.217622176221738, 66.267910475050755],\n              [-22.268022680226778, 66.375241687522617],\n              [-22.574025740257355, 66.465399905998993],\n              [-23.135631356313525, 66.432485000840956],\n              [-23.189631896318929, 66.355206527861199],\n              [-22.941229412294092, 66.300825380208792],\n              [-22.865628656286532, 66.159148179745912],\n              [-22.448024480244754, 66.076145375434336],\n              [-22.516425164251615, 65.975969577127245],\n              [-22.750427504274995, 66.058972381438835],\n              [-23.10683106831064, 66.076145375434336],\n              [-23.459634596345921, 66.203511747567617],\n              [-23.66843668436681, 66.117646777590124],\n              [-23.51723517235169, 66.026057476280783],\n              [-23.812438124381202, 66.011746647951213],\n              [-23.51723517235169, 65.884380275817918],\n              [-23.819638196381931, 65.925881677973706],\n              [-23.729637296372943, 65.774186897680124],\n              [-23.387633876338725, 65.638234028549078],\n              [-24.050040500404975, 65.804239637172245],\n              [-24.086040860408559, 65.651113774045712],\n              [-23.895238952389491, 65.540920395907918],\n              [-24.276842768427656, 65.636802945716127],\n              [-24.539645396453921, 65.508005490749881],\n              [-23.967239672396687, 65.465073005761127],\n              [-23.898838988389855, 65.404967526776872],\n              [-23.182431824318201, 65.576697466731872],\n              [-22.718027180271775, 65.508005490749881],\n              [-22.545225452254499, 65.560955555569336],\n              [-22.253622536225322, 65.433589183436041],\n              [-21.990819908199057, 65.508005490749881],\n              [-21.886418864188613, 65.420709437939422],\n              [-22.491224912249095, 65.233237586821872],\n              [-22.556025560255563, 65.168838859338749],\n              [-22.034020340203369, 65.114457711686327],\n              [-21.767617676176741, 65.20747809582862],\n              [-21.800018000179961, 65.04433465287137],\n              [-22.379623796237922, 65.058645481200955],\n              [-22.674826748267435, 65.007126499214465],\n              [-24.060840608406039, 64.891208789744837],\n              [-23.945639456394531, 64.760980251945625],\n              [-23.59283592835925, 64.811068151099164],\n              [-22.318423184231818, 64.75382483778084],\n              [-22.340023400233974, 64.556335406832588],\n              [-22.199621996219918, 64.471901519688046],\n              [-21.612816128161256, 64.657942287972631],\n              [-21.976419764197601, 64.503385342013132],\n              [-22.098820988209837, 64.314482408062631],\n              [-21.717217172171701, 64.393191963875339],\n              [-21.929619296192925, 64.234341769416957],\n              [-21.728017280172764, 64.218599858254422],\n              [-22.199621996219918, 64.021110427306169],\n              [-22.541625416254135, 63.982471190816298],\n              [-22.689226892268891, 64.089802403288175],\n              [-22.718027180271775, 63.8279142448568],\n              [-21.170011700116959, 63.875139978344421],\n              [-20.558005580055777, 63.740618192046341],\n              [-20.187201872018676, 63.54455984393104],\n              [-19.769597695976927, 63.534542264100338],\n              [-19.287192871928681, 63.438659714292129],\n              [-18.73278732787324, 63.397158312136341],\n              [-17.965979659796574, 63.52309360143667],\n              [-17.713977139771373, 63.780688511369164],\n              [-17.591575915759137, 63.746342523378175],\n              [-17.206372063720607, 63.815034499360166],\n              [-17.004770047700447, 63.797861505364665],\n              [-16.349563495634925, 63.965298196820797],\n              [-15.99315993159928, 64.144183550940582],\n              [-15.39915399153989, 64.274412088739794],\n              [-14.952749527495257, 64.318775656561499],\n              [-14.704347043470392, 64.433262283198175],\n              [-14.545945459454572, 64.404640626539006],\n              [-14.441544415444127, 64.675115281968132],\n              [-13.987939879398766, 64.739514009451256],\n              [-13.96633966339661, 64.835396559259465],\n              [-13.739537395373929, 64.911243949406256],\n              [-14.034740347403442, 65.082973889361256],\n              [-13.645936459364549, 64.987091339553047],\n              [-13.527135271352677, 65.055783315535038],\n              [-13.566735667356653, 65.26042816064809],\n              [-13.782737827378241, 65.310516059801628],\n              [-13.609936099360965, 65.513729822081714],\n              [-13.786337863378606, 65.522316319079451],\n              [-14.398343983439815, 65.729823329858419],\n              [-14.329943299432955, 65.782773394677875],\n              [-14.844748447484449, 65.735547661190253],\n              [-14.607146071460676, 65.948779003301041],\n              [-14.675546755467536, 66.056110215772918],\n              [-15.075150751507493, 66.048954801608119],\n              [-15.179551795517938, 66.111922446258291],\n              [-14.959949599495957, 66.186338753572116],\n              [-14.959949599495957, 66.29653213170991],\n              [-14.563945639456364, 66.383828184520368]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-CNO\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [12.753127531275339, 43.973071020392922],\n              [12.634326343263467, 43.842842482593724],\n              [12.483124831248347, 43.928707452571217],\n              [12.479524795247983, 43.917258789907549],\n              [12.461524615246162, 43.89579254741318],\n              [12.429124291242942, 43.891499298914297],\n              [12.421924219242214, 43.89579254741318],\n              [12.285122851228522, 43.768426175279885],\n              [12.101521015210182, 43.758408595449183],\n              [11.716317163171652, 43.878619553417678],\n              [11.719917199172016, 44.131921214851303],\n              [11.525515255152584, 44.161973954343424],\n              [11.392313923139255, 44.232097013158381],\n              [11.201512015120187, 44.1047306410251],\n              [11.046710467104703, 44.091850895528466],\n              [10.611106111061133, 44.126196883519469],\n              [10.470704707047105, 44.224941598993595],\n              [10.254702547025488, 44.270736249648266],\n              [10.135901359013616, 44.342290391296174],\n              [9.837098370983739, 44.476812177594255],\n              [9.689496894968983, 44.35803230245871],\n              [10.027900279002807, 44.048918410539713],\n              [10.143101431014344, 43.974502103225888],\n              [10.261902619026216, 43.815651908767506],\n              [10.294302943029464, 43.579523241329383],\n              [10.546305463054665, 43.147336225775973],\n              [10.517505175051781, 42.925518386667434],\n              [10.704707047070485, 42.94126029782997],\n              [10.729907299073005, 42.803876345865973],\n              [10.989109891098934, 42.710855961723681],\n              [11.187111871118731, 42.520521944940228],\n              [11.093510935109379, 42.403173152637635],\n              [11.449914499145024, 42.374551495978466],\n              [11.586715867158688, 42.566316595594884],\n              [11.788317883178848, 42.650750482739426],\n              [11.7487174871749, 42.798152014534139],\n              [11.889118891188929, 42.851102079353595],\n              [12.033120331203321, 42.646457234240557],\n              [12.234722347223482, 42.647888317073509],\n              [12.465124651246526, 42.387431241475099],\n              [12.900729007290096, 42.609249080583638],\n              [13.152731527315296, 42.645026151407592],\n              [13.195931959319608, 42.735184369883967],\n              [13.336333363333665, 42.687958636396345],\n              [13.530735307353098, 42.808169594364841],\n              [13.905139051390535, 42.901189978507134],\n              [13.854738547385494, 43.0671955871303],\n              [13.617136171361722, 43.56091916450093],\n              [13.177931779317817, 43.751253181284383],\n              [12.753127531275339, 43.973071020392922]\n            ]\n          ],\n          [\n            [\n              [10.441904419044221, 42.845377748021761],\n              [10.107101071010732, 42.758081695211303],\n              [10.431104311043129, 42.722304624387348],\n              [10.441904419044221, 42.845377748021761]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-CSO\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [11.449914499145024, 42.374551495978466],\n              [11.741517415174172, 42.159889071034726],\n              [12.148321483214858, 41.903725243935185],\n              [12.238322383223846, 41.736288552479053],\n              [12.634326343263467, 41.447209820221474],\n              [12.774727747277495, 41.421450329228222],\n              [13.044730447304488, 41.226823063945886],\n              [13.325533255332573, 41.295515039927892],\n              [13.57393573935741, 41.208218987117434],\n              [13.743137431374322, 41.238271726609554],\n              [14.009540095400979, 40.936313248855356],\n              [14.041940419404227, 40.796067131225428],\n              [14.293942939429428, 40.838999616214181],\n              [14.470344703447068, 40.624337191270428],\n              [14.751147511475125, 40.677287256089897],\n              [14.99954999549999, 40.398226103663021],\n              [14.909549095490974, 40.242238074870556],\n              [15.12555125551259, 40.169252850389682],\n              [15.341553415534179, 40.004678324599482],\n              [15.647556475564784, 40.047610809588221],\n              [15.784357843578448, 40.269428648696774],\n              [15.59355593555938, 40.434003174486975],\n              [15.345153451534543, 40.820395539385729],\n              [15.543155431554339, 40.943468663020141],\n              [15.557555575555767, 41.055093123990886],\n              [15.20835208352085, 41.149544590966144],\n              [14.995949959499626, 41.481555808212477],\n              [14.51354513545138, 41.388535424070184],\n              [14.383943839438416, 41.44148548888964],\n              [13.962739627396303, 41.470107145548809],\n              [13.944739447394483, 41.68763173615848],\n              [14.18594185941862, 41.770634540470056],\n              [14.229142291422932, 41.877965752941932],\n              [14.491944919449224, 41.776358871801889],\n              [14.761947619476217, 42.078317349556102],\n              [14.257942579425816, 42.446105637626388],\n              [14.149941499415007, 42.531970607603881],\n              [13.905139051390535, 42.901189978507134],\n              [13.530735307353098, 42.808169594364841],\n              [13.336333363333665, 42.687958636396345],\n              [13.195931959319608, 42.735184369883967],\n              [13.152731527315296, 42.645026151407592],\n              [12.900729007290096, 42.609249080583638],\n              [12.465124651246526, 42.387431241475099],\n              [12.234722347223482, 42.647888317073509],\n              [12.033120331203321, 42.646457234240557],\n              [11.889118891188929, 42.851102079353595],\n              [11.7487174871749, 42.798152014534139],\n              [11.788317883178848, 42.650750482739426],\n              [11.586715867158688, 42.566316595594884],\n              [11.449914499145024, 42.374551495978466]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-NO\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [10.452704527045285, 46.863858342968754],\n              [10.369903699037025, 46.672093243352336],\n              [10.475965739913786, 46.556741395928448],\n              [10.452168902445813, 46.532541222232204],\n              [10.102089727537576, 46.610167984952234],\n              [10.042300423004264, 46.433102410248296],\n              [10.157501575015772, 46.262803553126261],\n              [9.963099630996339, 46.355823937268539],\n              [9.559895598956018, 46.292856292618382],\n              [9.437494374943782, 46.491776806399585],\n              [9.264692646926505, 46.4846213922348],\n              [9.248306319846332, 46.237947943677234],\n              [9.171091710917125, 46.182662914480588],\n              [8.94068940689408, 45.834909786071719],\n              [8.901089010890132, 45.826323289073969],\n              [8.8326883268833, 46.06674520501096],\n              [8.425884258842615, 46.251354890462594],\n              [8.440284402844043, 46.434533493081247],\n              [8.073080730807334, 46.25421705612851],\n              [8.109081090810946, 46.126850683995215],\n              [7.849878498785017, 45.939378832877665],\n              [7.540275402754048, 45.983742400699384],\n              [7.183871838718403, 45.880704436726376],\n              [7.021870218702219, 45.925068004548095],\n              [6.780667806678082, 45.777666472753381],\n              [7.075870758707623, 45.465690415168467],\n              [7.108271082710843, 45.259614487222464],\n              [6.845468454684578, 45.130817032256218],\n              [6.604266042660441, 45.103626458430014],\n              [6.726667266672678, 44.929034352809097],\n              [7.007470074700763, 44.82170314033722],\n              [7.018270182701855, 44.73870033602563],\n              [7.050670506705103, 44.697198933869842],\n              [6.942669426694295, 44.667146194377722],\n              [6.874268742687462, 44.35803230245871],\n              [6.895868958689618, 44.339428225630257],\n              [7.3818738187382, 44.123334717853552],\n              [7.677076770767741, 44.109023889523968],\n              [7.712113448105333, 44.068518081482765],\n              [7.479074790747944, 43.865739807921045],\n              [7.50645211457458, 43.777297680282764],\n              [7.961479614796161, 43.852860062424426],\n              [8.130681306813102, 43.940156115234885],\n              [8.231482314823182, 44.103299558192134],\n              [8.631086310863139, 44.382360710619011],\n              [8.825488254882572, 44.428155361273681],\n              [9.232292322923257, 44.353739053959842],\n              [9.509495094950978, 44.214924019162879],\n              [9.819098190981947, 44.063229238869297],\n              [10.027900279002807, 44.048918410539713],\n              [9.689496894968983, 44.35803230245871],\n              [9.837098370983739, 44.476812177594255],\n              [10.135901359013616, 44.342290391296174],\n              [10.254702547025488, 44.270736249648266],\n              [10.470704707047105, 44.224941598993595],\n              [10.611106111061133, 44.126196883519469],\n              [11.046710467104703, 44.091850895528466],\n              [11.201512015120187, 44.1047306410251],\n              [11.392313923139255, 44.232097013158381],\n              [11.525515255152584, 44.161973954343424],\n              [11.719917199172016, 44.131921214851303],\n              [11.716317163171652, 43.878619553417678],\n              [12.101521015210182, 43.758408595449183],\n              [12.285122851228522, 43.768426175279885],\n              [12.421924219242214, 43.89579254741318],\n              [12.429124291242942, 43.891499298914297],\n              [12.461524615246162, 43.89579254741318],\n              [12.479524795247983, 43.917258789907549],\n              [12.483124831248347, 43.928707452571217],\n              [12.634326343263467, 43.842842482593724],\n              [12.753127531275339, 43.973071020392922],\n              [12.457924579245827, 44.166267202842306],\n              [12.385923859238602, 44.227803764659512],\n              [12.270722707227094, 44.629938040720802],\n              [12.29232292322925, 44.84316938283159],\n              [12.39312393123933, 44.793081483678051],\n              [12.533525335253387, 44.970535754964885],\n              [12.306723067230706, 45.077866967436762],\n              [12.321123211232134, 45.165163020247221],\n              [12.198721987219898, 45.273925315552049],\n              [12.148321483214858, 45.292529392380501],\n              [12.274322743227458, 45.464259332335502],\n              [12.508325083250867, 45.573021627640344],\n              [12.411124111241122, 45.435637675676347],\n              [13.095130951309528, 45.651731183453052],\n              [13.221132211322129, 45.776235389920416],\n              [13.422734227342289, 45.724716407933926],\n              [13.584735847358502, 45.786252969751132],\n              [13.710737107371102, 45.593056787301762],\n              [13.868318944419711, 45.608537384351926],\n              [13.917370775527884, 45.632752845278745],\n              [13.672422074614285, 45.795431069966611],\n              [13.595739781679358, 45.805986527293683],\n              [13.574939321652474, 45.842930627938451],\n              [13.638730697666389, 45.978992666727876],\n              [13.555301759130886, 45.968067448586318],\n              [13.474852425543082, 46.003822707958676],\n              [13.505535055350578, 46.065314122178009],\n              [13.617136171361722, 46.12541960116225],\n              [13.664829002225392, 46.18072737149037],\n              [13.568041501507716, 46.183094502087705],\n              [13.365133651336549, 46.289994126952465],\n              [13.714257337635512, 46.520236801919566],\n              [13.23130262669785, 46.559167881578752],\n              [12.447124471244734, 46.679248657517135],\n              [12.112321123211245, 46.992655797935001],\n              [12.212782245157838, 47.090191328364568],\n              [11.745117451174536, 46.972620638273582],\n              [11.313113131131331, 46.986931466603167],\n              [11.093510935109379, 46.912515159289342],\n              [10.996309963099662, 46.769406875993496],\n              [10.452704527045285, 46.863858342968754]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-SAR\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [8.609486094860983, 38.954263525208063],\n              [8.854288542885456, 38.878416135061272],\n              [9.01629016290164, 38.990040596032017],\n              [9.077490774907773, 39.211858435140556],\n              [9.556295562955654, 39.140304293492648],\n              [9.732697326973295, 40.083387880412189],\n              [9.62829628296285, 40.225065080875055],\n              [9.826298262982647, 40.519868144464482],\n              [9.513095130951342, 41.016453887501015],\n              [9.567095670956746, 41.119491851474024],\n              [9.232292322923257, 41.262600134769855],\n              [8.811088110881144, 40.940606497354224],\n              [8.519485194851967, 40.827550953550514],\n              [8.231482314823182, 40.910553757862104],\n              [8.134281342813466, 40.728806238076388],\n              [8.163081630816322, 40.564231712286187],\n              [8.310683106831078, 40.578542540615771],\n              [8.393483934839367, 40.412536931992605],\n              [8.490684906849083, 40.104854122906559],\n              [8.397083970839731, 39.905933609125356],\n              [8.544685446854487, 39.878743035299138],\n              [8.548285482854851, 39.698426598346401],\n              [8.447484474844771, 39.762825325829525],\n              [8.397083970839731, 39.446556019745728],\n              [8.371883718837211, 39.230462511969023],\n              [8.609486094860983, 38.954263525208063]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-SIC\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [12.893528935289368, 37.573268591403277],\n              [13.174331743317452, 37.48740362142577],\n              [13.451534515345173, 37.298500687475283],\n              [13.894338943389442, 37.10101125652703],\n              [14.038340383403863, 37.113891002023649],\n              [14.333543335433376, 37.000835458219939],\n              [14.48834488344886, 36.793328447440985],\n              [14.779947799478009, 36.698876980465741],\n              [14.99954999549999, 36.701739146131658],\n              [15.175951759517631, 36.943592144901615],\n              [15.330753307533087, 37.012284120883606],\n              [15.093150931509342, 37.358606166459523],\n              [15.25875258752589, 37.807966176008435],\n              [15.582755827558287, 38.240153191561859],\n              [15.514355143551455, 38.297396504880197],\n              [15.089550895508978, 38.128528730591114],\n              [14.905949059490609, 38.187203126742403],\n              [14.635946359463617, 38.081302997103478],\n              [14.178741787417891, 38.025490766618105],\n              [13.789937899379026, 37.973971784631601],\n              [13.390333903339069, 38.102769239597862],\n              [13.318333183331845, 38.220118031900441],\n              [13.102331023310256, 38.19006529240832],\n              [12.976329763297656, 38.044094843446572],\n              [12.724327243272455, 38.125666564925197],\n              [12.504725047250503, 38.011179938288521],\n              [12.429124291242942, 37.8093972588414],\n              [12.659526595265987, 37.564682094405526],\n              [12.893528935289368, 37.573268591403277]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"IT-SO\", \"countryKey\": \"IT\", \"countryName\": \"Italy\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [15.647556475564784, 40.047610809588221],\n              [15.7447574475745, 39.924537685953808],\n              [15.867158671586736, 39.563904812048307],\n              [15.996759967599701, 39.439400605580943],\n              [16.097560975609781, 39.050146075016272],\n              [16.212762127621289, 38.809724159079266],\n              [15.84555845558458, 38.660891544451601],\n              [15.913959139591412, 38.506334598492103],\n              [15.787957879578812, 38.277361345218779],\n              [15.651156511565148, 38.24158427439481],\n              [15.665556655566576, 37.966816370466816],\n              [16.090360903609053, 37.949643376471315],\n              [16.169561695616977, 38.142839558920684],\n              [16.572765727657298, 38.467695362002232],\n              [16.54036540365405, 38.723859189101773],\n              [16.893168931689331, 38.929935117047776],\n              [17.105571055710584, 38.89845129472269],\n              [17.206372063720664, 39.030110915354854],\n              [17.123571235712376, 39.121700216664195],\n              [17.159571595715988, 39.406485700422891],\n              [16.51516515165153, 39.689840101348651],\n              [16.48996489964901, 39.805757810818264],\n              [16.64116641166413, 40.119164951236144],\n              [16.864368643686447, 40.391070689498221],\n              [17.047970479704816, 40.518437061631516],\n              [17.512375123751269, 40.303774636687763],\n              [17.76437764377647, 40.293757056857061],\n              [17.911979119791226, 40.25511782036719],\n              [18.070380703807047, 39.911657940457189],\n              [18.369183691836952, 39.797171313820513],\n              [18.516785167851708, 40.114871702737275],\n              [18.437584375843784, 40.267997565863809],\n              [18.099180991809931, 40.518437061631516],\n              [18.005580055800579, 40.65009668226368],\n              [17.393573935739369, 40.893380763866602],\n              [17.058770587705908, 41.082283697817104],\n              [16.543965439654414, 41.235409560943637],\n              [15.971559715597181, 41.454365234386259],\n              [15.924759247592505, 41.640406002670844],\n              [16.191161911619133, 41.790669700131474],\n              [16.025560255602585, 41.943795563258021],\n              [15.445954459544623, 41.906587409601102],\n              [15.143551435514382, 41.930915817761388],\n              [14.761947619476217, 42.078317349556102],\n              [14.491944919449224, 41.776358871801889],\n              [14.229142291422932, 41.877965752941932],\n              [14.18594185941862, 41.770634540470056],\n              [13.944739447394483, 41.68763173615848],\n              [13.962739627396303, 41.470107145548809],\n              [14.383943839438416, 41.44148548888964],\n              [14.51354513545138, 41.388535424070184],\n              [14.995949959499626, 41.481555808212477],\n              [15.20835208352085, 41.149544590966144],\n              [15.557555575555767, 41.055093123990886],\n              [15.543155431554339, 40.943468663020141],\n              [15.345153451534543, 40.820395539385729],\n              [15.59355593555938, 40.434003174486975],\n              [15.784357843578448, 40.269428648696774],\n              [15.647556475564784, 40.047610809588221]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JM\", \"countryKey\": \"JM\", \"countryName\": \"Jamaica\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-76.26496264962644, 18.011797347695861],\n              [-76.351363513635079, 18.156336713824658],\n              [-76.783367833678284, 18.277978754626119],\n              [-76.894968949689442, 18.409638375258282],\n              [-77.902979029790245, 18.518400670563111],\n              [-78.194581945819408, 18.455433025912953],\n              [-78.374583745837413, 18.265099009129486],\n              [-78.075780757807522, 18.197838115980446],\n              [-77.722977229772241, 17.852947153237494],\n              [-77.44217442174417, 17.864395815901162],\n              [-77.215372153721489, 17.716994284106448],\n              [-77.143371433714279, 17.881568809896649],\n              [-76.912969129691248, 17.861533650235245],\n              [-76.848168481684766, 17.991762188034443],\n              [-76.524165241652369, 17.860102567402279],\n              [-76.18936189361888, 17.915914797887652],\n              [-76.26496264962644, 18.011797347695861]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-CB\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [138.639186391863888, 35.117530450046786],\n              [138.505985059850588, 35.247758987845984],\n              [138.505985059850588, 35.230585993850482],\n              [138.383583835838323, 35.19051567452766],\n              [138.235982359823566, 35.303571218331371],\n              [138.167581675816763, 35.698550080227861],\n              [138.361983619836195, 35.957576072993319],\n              [138.714787147871476, 35.896039511176113],\n              [138.613986139861396, 36.030561297474193],\n              [138.585185851858483, 36.416953662372947],\n              [138.376383763837595, 36.468472644359451],\n              [138.498784987849859, 36.681703986470239],\n              [138.678786787867836, 36.730360802790813],\n              [138.556385563855628, 37.000835458219939],\n              [138.383583835838323, 36.986524629890354],\n              [138.271982719827207, 36.857727174924108],\n              [138.045180451804498, 36.807639275770569],\n              [137.883178831788285, 36.922125902407231],\n              [137.731977319773165, 36.774724370612532],\n              [137.721177211772073, 36.590114685160898],\n              [137.566375663756645, 36.37688334305011],\n              [137.134371343713411, 36.425540159370698],\n              [136.957969579695799, 36.273845379077116],\n              [136.849968499684991, 36.342537355059108],\n              [136.69876698766987, 35.943265244663735],\n              [136.767167671676674, 35.791570464370153],\n              [136.338763387633861, 35.765810973376901],\n              [136.255962559625601, 35.645600015408405],\n              [136.407164071640722, 35.393729436807732],\n              [136.399963999639994, 34.950093758590654],\n              [136.0039600396004, 34.774070570136786],\n              [136.050760507605077, 34.575150056355568],\n              [136.201962019620197, 34.502164831874694],\n              [136.06876068760684, 34.37766062540733],\n              [136.101161011610117, 34.01845883433478],\n              [136.205562055620561, 33.965508769515324],\n              [136.259562595625965, 33.965508769515324],\n              [136.219962199621961, 34.067115650655367],\n              [136.471964719647161, 34.238845590610367],\n              [136.900369003690031, 34.283209158432072],\n              [136.914769147691487, 34.433472855892703],\n              [136.540365403654022, 34.615220375678405],\n              [136.659166591665922, 34.984439746581657],\n              [136.878768787687846, 35.044545225565912],\n              [136.857168571685719, 34.739724582145783],\n              [137.224372243722399, 34.815571972292574],\n              [137.32517325173248, 34.766915155971986],\n              [137.015570155701511, 34.579443304854451],\n              [137.42597425974256, 34.66817044049786],\n              [138.048780487804862, 34.655290695001241],\n              [138.232382323823202, 34.595185216016986],\n              [138.214382143821439, 34.712534008319579],\n              [138.365583655836559, 34.917178853432617],\n              [138.639186391863888, 35.117530450046786]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-CG\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [134.365943659436567, 35.599805364753735],\n              [134.236342363423631, 35.546855299934279],\n              [133.419134191341897, 35.456697081457904],\n              [133.091530915309164, 35.6012364475867],\n              [132.634326343263439, 35.440955170295368],\n              [132.637926379263803, 35.29498472133362],\n              [132.40752407524073, 35.17477376336511],\n              [131.874718747187472, 34.759759741807201],\n              [131.676716767167676, 34.672463688996743],\n              [131.413914139141383, 34.423455276061986],\n              [130.956709567095658, 34.403420116400568],\n              [130.863108631086305, 34.112910301310038],\n              [130.931509315093109, 33.945473609853906],\n              [131.035910359103553, 34.048511573826914],\n              [131.273512735127355, 33.926869533025453],\n              [131.388713887138834, 34.039925076829164],\n              [131.741517415174116, 34.0556669879917],\n              [132.148321483214801, 33.829555900384278],\n              [132.241922419224153, 34.19018877428978],\n              [132.382323823238238, 34.366211962743662],\n              [132.565925659256578, 34.191619857122745],\n              [132.835928359283599, 34.31039973225829],\n              [133.20313203132028, 34.288933489763906],\n              [133.444334443344388, 34.472112092382574],\n              [133.699936999369953, 34.526493240034995],\n              [133.937539375393754, 34.450645849888204],\n              [134.304743047430435, 34.709671842653663],\n              [134.265142651426487, 35.001612740577158],\n              [134.39474394743948, 35.229154911017531],\n              [134.506345063450595, 35.2577765676767],\n              [134.365943659436567, 35.599805364753735]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-HKD\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [145.767257672576733, 43.387758141712965],\n              [145.468454684546799, 43.253236355414884],\n              [145.360453604536048, 43.301893171735472],\n              [145.07605076050757, 43.7541153469503],\n              [145.104851048510483, 43.88005063625063],\n              [145.349653496534955, 44.212061853496962],\n              [145.342453424534227, 44.345152556962091],\n              [144.831248312483098, 43.94158719806785],\n              [144.43164431644314, 43.943018280900802],\n              [144.215642156421524, 44.111886055189885],\n              [143.729637296372943, 44.113317138022836],\n              [143.776437764377619, 44.189164528169641],\n              [143.405634056340517, 44.317961983135888],\n              [142.980829808298068, 44.587005555732048],\n              [142.631626316263151, 44.883239702154427],\n              [142.538025380253799, 45.017761488452507],\n              [141.962019620196173, 45.510053982990172],\n              [141.692016920169209, 45.402722770518295],\n              [141.587615876158765, 45.163731937414255],\n              [141.720817208172065, 44.954793843802335],\n              [141.792817928179289, 44.597023135562765],\n              [141.656016560165568, 44.276460580980086],\n              [141.641616416164169, 43.937293949568968],\n              [141.335613356133564, 43.712613944794512],\n              [141.440014400144008, 43.361998650719713],\n              [141.170011700116987, 43.140180811611174],\n              [141.022410224102231, 43.223183615922764],\n              [140.810008100080978, 43.193130876430644],\n              [140.48600486004861, 43.372016230550429],\n              [140.338403384033796, 43.210303870426131],\n              [140.525605256052557, 43.01567660514381],\n              [140.2592025920259, 42.760943860877219],\n              [139.877598775987764, 42.663630228236059],\n              [139.787597875978719, 42.247185123845185],\n              [140.144001440014364, 41.982434799747892],\n              [139.981999819998208, 41.560265364025184],\n              [140.20880208802086, 41.401415169566803],\n              [140.399603996039929, 41.513039630537563],\n              [140.453604536045333, 41.68047632199368],\n              [140.709207092070898, 41.825015688122477],\n              [141.008010080100775, 41.711960144318766],\n              [141.191611916119115, 41.790669700131474],\n              [140.712807128071262, 42.134129580041474],\n              [140.547205472054685, 42.105507923382305],\n              [140.29160291602912, 42.260064869341804],\n              [140.381603816038165, 42.504780033777678],\n              [140.734407344073446, 42.563454429928967],\n              [140.986409864098647, 42.340205507987477],\n              [141.429214292142916, 42.564885512761933],\n              [141.724417244172429, 42.617835577581388],\n              [142.167221672216698, 42.460416465955973],\n              [142.458824588245847, 42.271513532005471],\n              [142.959229592295884, 42.105507923382305],\n              [143.225632256322541, 41.932346900594354],\n              [143.348033480334806, 42.318739265493093],\n              [143.639636396363954, 42.660768062570142],\n              [143.888038880388791, 42.84394666518881],\n              [144.183241832418304, 42.977037368653924],\n              [144.74124741247411, 42.924087303834469],\n              [144.75924759247593, 43.018538770809727],\n              [145.000450004500038, 42.985623865651675],\n              [145.302853028530279, 43.173095716769225],\n              [145.518855188551839, 43.165940302604426],\n              [145.767257672576733, 43.387758141712965]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-HR\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [137.731977319773165, 36.774724370612532],\n              [137.613176131761321, 36.975075967226687],\n              [137.42597425974256, 36.922125902407231],\n              [137.332373323733208, 36.763275707948864],\n              [136.986769867698655, 36.870606920420741],\n              [137.055170551705515, 37.079545014032647],\n              [136.875168751687482, 37.069527434201945],\n              [137.231572315723128, 37.292776356143449],\n              [137.296372963729624, 37.531767189247489],\n              [136.74916749167491, 37.358606166459523],\n              [136.673566735667322, 37.175427563840856],\n              [136.759967599676003, 36.870606920420741],\n              [136.428764287642849, 36.432695573535483],\n              [136.133561335613336, 36.225188562756529],\n              [135.957159571595724, 35.973317984155869],\n              [136.101161011610117, 35.775828553207617],\n              [135.957159571595724, 35.725740654054064],\n              [136.014760147601436, 35.501060649279609],\n              [136.014760147601436, 35.503922814945525],\n              [136.255962559625601, 35.645600015408405],\n              [136.338763387633861, 35.765810973376901],\n              [136.767167671676674, 35.791570464370153],\n              [136.69876698766987, 35.943265244663735],\n              [136.849968499684991, 36.342537355059108],\n              [136.957969579695799, 36.273845379077116],\n              [137.134371343713411, 36.425540159370698],\n              [137.566375663756645, 36.37688334305011],\n              [137.721177211772073, 36.590114685160898],\n              [137.731977319773165, 36.774724370612532]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-KN\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [136.255962559625601, 35.645600015408405],\n              [136.014760147601436, 35.503922814945525],\n              [136.014760147601436, 35.501060649279609],\n              [135.957159571595724, 35.725740654054064],\n              [135.809558095580911, 35.526820140272861],\n              [135.55755557555571, 35.492474152281858],\n              [135.453154531545323, 35.571183708094566],\n              [135.186751867518666, 35.565459376762732],\n              [135.226352263522614, 35.7729663875417],\n              [134.927549275492737, 35.641306766909537],\n              [134.538745387453872, 35.672790589234609],\n              [134.365943659436567, 35.599805364753735],\n              [134.506345063450595, 35.2577765676767],\n              [134.39474394743948, 35.229154911017531],\n              [134.265142651426487, 35.001612740577158],\n              [134.304743047430435, 34.709671842653663],\n              [134.743947439474397, 34.766915155971986],\n              [134.959949599495957, 34.643842032337574],\n              [135.34155341553415, 34.708240759820697],\n              [135.413554135541318, 34.557977062360081],\n              [135.060750607506037, 34.267467247269536],\n              [135.186751867518666, 34.135807626637373],\n              [135.064350643506401, 33.885368130869665],\n              [135.402754027540283, 33.700758445418032],\n              [135.445954459544595, 33.550494747957416],\n              [135.766357663576599, 33.48180277197541],\n              [135.960759607596032, 33.593427232946155],\n              [136.06876068760684, 33.84672889437978],\n              [136.205562055620561, 33.965508769515324],\n              [136.101161011610117, 34.01845883433478],\n              [136.06876068760684, 34.37766062540733],\n              [136.201962019620197, 34.502164831874694],\n              [136.050760507605077, 34.575150056355568],\n              [136.0039600396004, 34.774070570136786],\n              [136.399963999639994, 34.950093758590654],\n              [136.407164071640722, 35.393729436807732],\n              [136.255962559625601, 35.645600015408405]\n            ]\n          ],\n          [\n            [\n              [135.003150031500326, 34.60806496151362],\n              [134.657546575465716, 34.287502406930955],\n              [134.729547295472941, 34.191619857122745],\n              [134.959949599495957, 34.270329412935453],\n              [134.902349023490245, 34.419162027563118],\n              [135.003150031500326, 34.60806496151362]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-KY\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [129.707497074970746, 28.461564193957585],\n              [129.689496894968926, 28.508789927445207],\n              [129.145891458914576, 28.255488266011596],\n              [129.365493654936557, 28.123828645379419],\n              [129.419494194941961, 28.249763934679763],\n              [129.707497074970746, 28.461564193957585]\n            ]\n          ],\n          [\n            [\n              [130.035100351003479, 33.457474363815123],\n              [129.851498514985138, 33.551925830790367],\n              [129.808298082980826, 33.348712068510281],\n              [129.59229592295921, 33.381626973668332],\n              [129.563495634956354, 33.211328116546284],\n              [129.945099450994491, 33.015269768430997],\n              [130.002700027000259, 32.844970911308948],\n              [129.79389793897937, 32.875023650801083],\n              [129.682296822968198, 33.093979324243705],\n              [129.631896318963157, 32.979492697607043],\n              [129.833498334983318, 32.694707213848332],\n              [130.179101791017871, 32.793451929322458],\n              [130.164701647016471, 32.593100332708289],\n              [130.359103591035904, 32.687551799683533],\n              [130.341103411034084, 32.856419573972616],\n              [130.107101071010703, 32.876454733634034],\n              [130.22230222302224, 32.97519944910816],\n              [130.132301323013195, 33.102565821241456],\n              [130.240302403024003, 33.188430791218948],\n              [130.4239042390424, 33.082530661580037],\n              [130.434704347043436, 32.942284543950123],\n              [130.668706687066873, 32.648912563193662],\n              [130.431104311043072, 32.256795866963074],\n              [130.179101791017871, 32.093652424005825],\n              [130.1719017190172, 31.790262863418661],\n              [130.33750337503372, 31.625688337628461],\n              [130.22230222302224, 31.246451386894492],\n              [130.63990639906396, 31.186345907910251],\n              [130.528305283052788, 31.51263279382475],\n              [130.614706147061469, 31.682931650946784],\n              [130.805508055080537, 31.687224899445667],\n              [130.693906939069365, 31.545547698982787],\n              [130.794707947079445, 31.343765019535667],\n              [130.657906579065781, 31.003167305291583],\n              [130.924309243092438, 31.113360683429377],\n              [131.13311133111327, 31.279366292052543],\n              [131.014310143101426, 31.36236909636412],\n              [131.212312123121222, 31.455389480506412],\n              [131.338313383133794, 31.372386676194836],\n              [131.475114751147515, 31.761641206759492],\n              [131.446314463144603, 31.87755891622912],\n              [131.683916839168347, 32.534425936557],\n              [132.025920259202593, 32.923680467121656],\n              [131.809918099180976, 33.128325312234708],\n              [131.903519035190328, 33.265709264198705],\n              [131.511115111151099, 33.27286467836349],\n              [131.698316983169804, 33.405955381828619],\n              [131.73071730717308, 33.580547487449536],\n              [131.521915219152191, 33.676430037257745],\n              [131.417514175141747, 33.581978570282487],\n              [131.064710647106466, 33.65353271193041],\n              [131.007110071100698, 33.965508769515324],\n              [130.913509135091346, 33.891092462201499],\n              [130.683106831068272, 33.934024947190238],\n              [130.48870488704884, 33.85531539137753],\n              [130.391503915039124, 33.604875895609823],\n              [130.161101611016107, 33.629204303770123],\n              [130.035100351003479, 33.457474363815123]\n            ]\n          ],\n          [\n            [\n              [128.879488794887919, 32.673240971353948],\n              [128.807488074880752, 32.800607343487243],\n              [128.641886418864175, 32.761968106997372],\n              [128.652686526865267, 32.591669249875324],\n              [128.879488794887919, 32.673240971353948]\n            ]\n          ],\n          [\n            [\n              [129.311493114931153, 34.280346992766155],\n              [129.199891998919981, 34.316124063590109],\n              [129.171091710917068, 34.107185969978204],\n              [129.311493114931153, 34.280346992766155]\n            ]\n          ],\n          [\n            [\n              [129.451894518945181, 34.619513624177287],\n              [129.322293222932188, 34.648135280836442],\n              [129.271892718927148, 34.356194382912946],\n              [129.369093690936921, 34.307537566592373],\n              [129.451894518945181, 34.619513624177287]\n            ]\n          ],\n          [\n            [\n              [130.409504095040944, 32.511528611229664],\n              [130.218702187021876, 32.455716380744292],\n              [130.391503915039124, 32.397041984593002],\n              [130.409504095040944, 32.511528611229664]\n            ]\n          ],\n          [\n            [\n              [130.161101611016107, 32.545874599220667],\n              [130.031500315003115, 32.521546191060366],\n              [129.995499954999531, 32.190966056647],\n              [130.204302043020419, 32.338367588441699],\n              [130.161101611016107, 32.545874599220667]\n            ]\n          ],\n          [\n            [\n              [130.675906759067601, 30.374921941622873],\n              [130.499504995049932, 30.467942325765165],\n              [130.377103771037667, 30.394957101284291],\n              [130.4383043830438, 30.238969072491841],\n              [130.675906759067601, 30.374921941622873]\n            ]\n          ],\n          [\n            [\n              [131.05031050310501, 30.840023862334334],\n              [130.852308523085213, 30.470804491431082],\n              [130.963909639096386, 30.373490858789921],\n              [131.086310863108594, 30.782780549015996],\n              [131.05031050310501, 30.840023862334334]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-ON\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [123.814238142381413, 24.391564617024102],\n              [123.684636846368477, 24.285664487385176],\n              [123.871838718387181, 24.258473913558973],\n              [123.814238142381413, 24.391564617024102]\n            ]\n          ],\n          [\n            [\n              [124.329043290432907, 24.58332971664052],\n              [124.141841418414145, 24.341476717870563],\n              [124.242642426424226, 24.364374043197884],\n              [124.329043290432907, 24.58332971664052]\n            ]\n          ],\n          [\n            [\n              [128.33588335883357, 26.797214859227054],\n              [128.224282242822397, 26.801508107725923],\n              [127.936279362793613, 26.532464535129762],\n              [127.731077310773088, 26.43944415098747],\n              [127.651876518765192, 26.084535608413802],\n              [127.82467824678244, 26.186142489553845],\n              [127.839078390783897, 26.425133322657885],\n              [128.242282422824218, 26.632640333436839],\n              [128.33588335883357, 26.797214859227054]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-SK\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [134.441544415444156, 34.208792851118247],\n              [134.153541535415314, 34.386247122405081],\n              [133.94833948339479, 34.376229542574364],\n              [133.642336423364242, 34.184464442957946],\n              [133.591935919359202, 34.024183165666614],\n              [133.0879308793088, 33.949766858352788],\n              [132.943929439294351, 34.141531957969207],\n              [132.771127711277103, 33.995561509007445],\n              [132.677526775267751, 33.715069273747616],\n              [132.411124111241094, 33.534752836794866],\n              [132.011520115201137, 33.348712068510281],\n              [132.382323823238238, 33.466060860812874],\n              [132.472324723247226, 32.933698046952372],\n              [132.64152641526411, 32.909369638792072],\n              [132.623526235262347, 32.799176260654292],\n              [132.810728107281051, 32.740501864502988],\n              [132.954729547295443, 32.814918171816828],\n              [133.01953019530194, 33.023856265428748],\n              [133.25353253532532, 33.218483530711083],\n              [133.267932679326776, 33.34728098567733],\n              [133.606336063360601, 33.516148759966413],\n              [133.926739267392662, 33.493251434639078],\n              [134.189541895418955, 33.248536270203203],\n              [134.2939429394294, 33.530459588295997],\n              [134.376743767437659, 33.636359717934909],\n              [134.751147511475125, 33.835280231716112],\n              [134.59634596345964, 34.045649408160997],\n              [134.646746467464681, 34.238845590610367],\n              [134.441544415444156, 34.208792851118247]\n            ]\n          ],\n          [\n            [\n              [134.365943659436567, 34.553683813861198],\n              [134.175141751417499, 34.520768908703161],\n              [134.347943479434804, 34.430610690226786],\n              [134.365943659436567, 34.553683813861198]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-TH\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [138.678786787867836, 36.730360802790813],\n              [138.808388083880828, 36.767568956447732],\n              [139.078390783907793, 37.036612529043907],\n              [139.215192151921514, 36.945023227734566],\n              [139.359193591935906, 36.902090742745813],\n              [139.859598595985943, 37.131063996019151],\n              [139.950225692151633, 37.151790313310414],\n              [140.10473330131461, 37.118103727583289],\n              [140.185906133341149, 37.057472263314196],\n              [140.240721130326619, 36.944227674542525],\n              [140.482404824048245, 36.797621695939867],\n              [140.58933873082313, 36.884035926675899],\n              [140.560739204927501, 36.934569694136485],\n              [140.584768106603775, 36.947457319142082],\n              [140.614785467785282, 36.907654373071168],\n              [140.795607956079522, 36.858485483705081],\n              [140.961209612096098, 36.96648947022895],\n              [141.040410404103994, 37.37721024328799],\n              [141.022410224102231, 37.72639445452981],\n              [140.932409324093243, 37.88953789748706],\n              [140.968409684096827, 38.170030132746902],\n              [141.098010980109763, 38.371812812194023],\n              [141.3320133201332, 38.409020965850942],\n              [141.526415264152632, 38.267343765388063],\n              [141.54801548015476, 38.519214343988736],\n              [141.461614616146136, 38.660891544451601],\n              [141.641616416164169, 38.967143270704682],\n              [141.846818468184637, 39.021524418357103],\n              [141.904419044190405, 39.3306383102761],\n              [142.070020700206982, 39.541007486720986],\n              [141.843218432184329, 40.225065080875055],\n              [141.681216812168117, 40.451176168482476],\n              [141.519215192151904, 40.538472221292935],\n              [141.404014040140368, 40.817533373719812],\n              [141.389613896138968, 41.160993253629812],\n              [141.461614616146136, 41.430036826225972],\n              [141.274412744127432, 41.35275835324623],\n              [140.914409144091422, 41.547385618528551],\n              [140.766807668076666, 41.195339241620815],\n              [140.813608136081342, 41.12807834847176],\n              [141.162811628116259, 41.278342045932391],\n              [141.278012780127796, 41.155268922297978],\n              [141.112411124111219, 40.873345604205184],\n              [140.882008820088203, 41.007867390503264],\n              [140.799207992079886, 40.838999616214181],\n              [140.673206732067314, 40.896242929532519],\n              [140.594005940059361, 41.219667649781101],\n              [140.34200342003416, 41.265462300435772],\n              [140.295202952029484, 40.873345604205184],\n              [140.046800468004648, 40.767445474566273],\n              [139.855998559985579, 40.589991203279439],\n              [139.942399423994203, 40.429709925988107],\n              [140.02520025200252, 40.355293618674267],\n              [139.978399783997844, 40.124889282567977],\n              [139.758797587975863, 39.858707875637734],\n              [140.028800288002884, 39.824361887646731],\n              [140.046800468004648, 39.505230415897017],\n              [139.881198811988128, 39.114544802499395],\n              [139.773197731977319, 38.816879573244066],\n              [139.549995499954974, 38.544973834981988],\n              [139.431194311943074, 38.168599049913936],\n              [139.305193051930502, 38.041232677780656],\n              [138.858788587885869, 37.828001335669853],\n              [138.5491854918549, 37.37721024328799],\n              [138.243182431824295, 37.184014060838606],\n              [137.613176131761321, 36.975075967226687],\n              [137.731977319773165, 36.774724370612532],\n              [137.883178831788285, 36.922125902407231],\n              [138.045180451804498, 36.807639275770569],\n              [138.271982719827207, 36.857727174924108],\n              [138.383583835838323, 36.986524629890354],\n              [138.556385563855628, 37.000835458219939],\n              [138.678786787867836, 36.730360802790813]\n            ]\n          ],\n          [\n            [\n              [138.459184591845911, 38.06985433443981],\n              [138.513185131851316, 38.323155995873435],\n              [138.311583115831155, 38.168599049913936],\n              [138.264782647826479, 37.797948596177733],\n              [138.487984879848767, 37.892400063152976],\n              [138.574385743857448, 38.074147582938693],\n              [138.459184591845911, 38.06985433443981]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JP-TK\", \"countryKey\": \"JP\", \"countryName\": \"Japan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [138.639186391863888, 35.117530450046786],\n              [138.804788047880464, 35.121823698545654],\n              [138.772387723877245, 34.646704198003491],\n              [138.83358833588332, 34.595185216016986],\n              [139.139591395913925, 34.869953119944995],\n              [139.074790747907485, 35.053131722563663],\n              [139.146791467914653, 35.234879242349365],\n              [139.542795427954246, 35.307864466830239],\n              [139.611196111961107, 35.141858858207073],\n              [139.798397983979811, 35.539699885769494],\n              [139.758797587975863, 35.631289187078821],\n              [140.079200792007924, 35.604098613252617],\n              [139.780397803978047, 35.313588798162073],\n              [139.927999279992804, 34.907161273601901],\n              [140.133201332013329, 35.12325478137862],\n              [140.392403924039201, 35.196240005859494],\n              [140.482404824048245, 35.565459376762732],\n              [140.662406624066222, 35.688532500397159],\n              [140.878408784087839, 35.720016322722245],\n              [140.644406444064401, 36.013388303478692],\n              [140.591786058237545, 36.282836155416874],\n              [140.808468981933032, 36.832258681537176],\n              [140.795608310570884, 36.858485552997237],\n              [140.614785822178305, 36.907654065704037],\n              [140.584768087002658, 36.947457217089791],\n              [140.560739790023376, 36.934569023883988],\n              [140.589338863009488, 36.884036089275554],\n              [140.482404824048245, 36.797621695939867],\n              [140.240721285120202, 36.94422762760415],\n              [140.185906009695373, 37.05747252960537],\n              [140.104733100601123, 37.118103795975188],\n              [139.950225509410785, 37.151790443382531],\n              [139.859598595985943, 37.131063996019151],\n              [139.359193591935906, 36.902090742745813],\n              [139.215192151921514, 36.945023227734566],\n              [139.078390783907793, 37.036612529043907],\n              [138.808388083880828, 36.767568956447732],\n              [138.678786787867836, 36.730360802790813],\n              [138.498784987849859, 36.681703986470239],\n              [138.376383763837595, 36.468472644359451],\n              [138.585185851858483, 36.416953662372947],\n              [138.613986139861396, 36.030561297474193],\n              [138.714787147871476, 35.896039511176113],\n              [138.361983619836195, 35.957576072993319],\n              [138.167581675816763, 35.698550080227861],\n              [138.235982359823566, 35.303571218331371],\n              [138.383583835838323, 35.19051567452766],\n              [138.505985059850588, 35.230585993850482],\n              [138.505985059850588, 35.247758987845984],\n              [138.639186391863888, 35.117530450046786]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JO\", \"countryKey\": \"JO\", \"countryName\": \"Jordan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [35.559355593555949, 32.384162239096369],\n              [35.523355233552337, 32.057875353181871],\n              [35.559355593555949, 31.765934455258375],\n              [35.458554585545869, 31.492597634163332],\n              [35.436954369543713, 31.103343103598661],\n              [35.1417514175142, 30.430734172108245],\n              [35.145351453514564, 30.154535185347299],\n              [34.954549545495468, 29.559204726836626],\n              [34.950949509495103, 29.351697716057672],\n              [36.016560165601675, 29.189985355933374],\n              [36.477364773647764, 29.494805999353503],\n              [36.754567545675485, 29.865456453089706],\n              [37.470974709747111, 29.994253908055967],\n              [37.632976329763324, 30.313385379805666],\n              [37.98217982179824, 30.499426148090251],\n              [36.967701226443232, 31.508420017086593],\n              [39.003278667985015, 31.99886858127854],\n              [39.20089621501161, 32.155267833754806],\n              [39.299922745905938, 32.23208764476648],\n              [39.259621434651649, 32.354312932996699],\n              [39.044240656472986, 32.302780108769902],\n              [38.984779705442072, 32.476538221226924],\n              [39.083881290493601, 32.502965310573998],\n              [38.788648606335684, 33.377797369754717],\n              [36.819368193681953, 32.316901345947329],\n              [36.37296372963732, 32.387024404762286],\n              [36.002160021600218, 32.654636894525495],\n              [35.768157681576838, 32.747657278667788],\n              [35.757357573575746, 32.744795113001871],\n              [35.562955629556313, 32.644619314694793],\n              [35.559355593555949, 32.384162239096369]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KE\", \"countryKey\": \"KE\", \"countryName\": \"Kenya\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [35.919359193591959, 4.619724196871815],\n              [35.609756097560989, 4.619724196871815],\n              [35.570155701557042, 4.904509680630525],\n              [35.411754117541193, 5.030444969930855],\n              [34.666546665466683, 4.765694645833563],\n              [34.382143821438234, 4.619724196871815],\n              [33.975339753397549, 4.219021003643483],\n              [34.166141661416617, 3.771092076927523],\n              [34.439744397444002, 3.668054112954522],\n              [34.385743857438598, 3.388992960527652],\n              [34.572945729457302, 2.946788365143526],\n              [34.731347313473151, 2.852336898168275],\n              [34.922149221492219, 2.477393195933196],\n              [34.864548645486479, 2.347164658133984],\n              [34.968949689496924, 2.10244949369811],\n              [34.979749797497988, 1.675986809476527],\n              [34.778147781477827, 1.388339160051906],\n              [34.796147961479619, 1.232351131259449],\n              [34.508145081450834, 1.102122593460237],\n              [34.389343893438962, 0.815906026868575],\n              [34.148141481414825, 0.604105767590738],\n              [34.09630173295951, 0.364766939848317],\n              [33.910220737689777, 0.103879514319396],\n              [33.984092087570723, -0.134565982131768],\n              [33.927531949997338, -0.456756454733689],\n              [33.93348391842602, -1.000369571219924],\n              [34.030836281272954, -0.999999951214068],\n              [37.623672209632232, -3.006378083021647],\n              [37.701377013770156, -3.314199029049171],\n              [37.600576005760075, -3.513119542830374],\n              [39.191791917919204, -4.678020968858455],\n              [39.407794077940792, -4.61505332420829],\n              [39.540995409954121, -4.430443638756664],\n              [39.785797857978594, -3.916684901724622],\n              [39.972999729997326, -3.375735590866377],\n              [40.127801278012782, -3.251231384398999],\n              [40.225002250022527, -2.993636474466498],\n              [40.174601746017487, -2.763232138360209],\n              [40.390603906039075, -2.56001837608013],\n              [40.617406174061756, -2.552862961915338],\n              [40.923409234092361, -2.21655849617013],\n              [40.883808838088385, -2.014775816723002],\n              [41.283412834128342, -1.968981166068339],\n              [41.535415354153542, -1.695644344973296],\n              [41.524615246152479, -1.572571221338883],\n              [40.981009810098101, -0.871340633189298],\n              [40.981009810098101, 2.842319318337566],\n              [41.34101341013411, 3.201521109410109],\n              [41.884618846188488, 3.977168004873526],\n              [41.114211142111429, 3.962857176543942],\n              [40.765007650076512, 4.284850813959565],\n              [39.846998469984726, 3.866974626735733],\n              [39.537395373953757, 3.404734871690188],\n              [39.436594365943677, 3.461978185008526],\n              [38.896588965889663, 3.513497166995023],\n              [38.496984969849706, 3.623690545132817],\n              [38.100981009810113, 3.612241882469149],\n              [37.974979749797512, 3.726728509105818],\n              [36.844568445684473, 4.432252345754272],\n              [36.041760417604195, 4.443701008417939],\n              [35.919359193591959, 4.619724196871815]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KG\", \"countryKey\": \"KG\", \"countryName\": \"Kyrgyzstan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [80.210602106021071, 42.189941810526847],\n              [79.918999189991922, 42.424639395132019],\n              [79.425794257942556, 42.469002962953724],\n              [79.148591485914864, 42.79099660036934],\n              [79.029790297902963, 42.756650612378351],\n              [78.496984969849706, 42.875430487513881],\n              [77.19377193771939, 42.909776475504884],\n              [76.956169561695646, 42.988486031317592],\n              [76.43056430564306, 42.889741315843466],\n              [75.771757717577174, 42.925518386667434],\n              [75.645756457564573, 42.80673851153189],\n              [75.177751777517784, 42.849670996520643],\n              [74.713347133471331, 42.99993469398126],\n              [74.558545585455846, 43.114421320617922],\n              [74.180541805418045, 43.261822852412635],\n              [73.633336333363332, 43.062902338631432],\n              [73.492934929349303, 42.8954656471753],\n              [73.410134101341015, 42.589213920922219],\n              [73.503735037350367, 42.420346146633136],\n              [73.114931149311502, 42.550574684432348],\n              [72.841328413284145, 42.556299015764182],\n              [72.726127261272609, 42.652181565572391],\n              [71.84771847718477, 42.833929085358093],\n              [71.584915849158506, 42.759512778044268],\n              [71.404914049140501, 42.795289848868222],\n              [71.00171001710018, 42.563454429928967],\n              [70.854108541085424, 42.305859519996474],\n              [70.947709477094776, 42.248616206678136],\n              [71.253712537125381, 42.197097224691646],\n              [70.82530825308254, 41.936640149093222],\n              [70.551705517055183, 41.823584605289511],\n              [70.170101701017018, 41.578869440853637],\n              [70.476104761047623, 41.40427733523272],\n              [70.634506345063443, 41.467244979882892],\n              [70.771307713077135, 41.238271726609554],\n              [71.181711817118185, 41.108043188810356],\n              [71.422914229142293, 41.162424336462763],\n              [71.754117541175418, 41.447209820221474],\n              [71.87291872918729, 41.193908158787849],\n              [72.168121681216803, 41.168148667794597],\n              [72.164521645216468, 40.999280893505514],\n              [72.477724777247772, 41.012160639002147],\n              [72.618126181261829, 40.880501018369969],\n              [73.00333003330033, 40.870483438539267],\n              [73.118531185311866, 40.783187385728809],\n              [72.783727837278377, 40.670131841925098],\n              [72.585725857258581, 40.508419481800814],\n              [72.351723517235172, 40.601439865943107],\n              [72.369723697236964, 40.385346358166387],\n              [72.236522365223664, 40.459762665480227],\n              [71.67131671316713, 40.147786607895313],\n              [71.239312393123924, 40.320947630683264],\n              [70.958509585095868, 40.237944826371688],\n              [70.526505265052663, 40.033299981258651],\n              [69.968499684996857, 40.212185335378436],\n              [69.46809468094682, 40.050472975254138],\n              [69.500495004950039, 39.923106603120857],\n              [69.313293132931335, 39.98750533060398],\n              [69.226892268922683, 39.751376663165857],\n              [69.298892988929907, 39.515247995727734],\n              [69.66969669696698, 39.578215640377891],\n              [70.206102061020601, 39.523834492725484],\n              [70.461704617046166, 39.599681882872275],\n              [70.623706237062379, 39.563904812048307],\n              [70.699306993069939, 39.419365445919524],\n              [71.008910089100908, 39.407916783255857],\n              [71.062910629106284, 39.495212836066315],\n              [71.458914589145905, 39.612561628368894],\n              [71.512915129151281, 39.459435765242361],\n              [71.739717397173962, 39.447987102578693],\n              [71.732517325173262, 39.284843659621444],\n              [72.049320493204931, 39.369277546765986],\n              [72.240122401224028, 39.190392192646186],\n              [72.315723157231588, 39.329207227443149],\n              [72.650526505265049, 39.393605954926272],\n              [73.136531365313658, 39.353535635603436],\n              [73.366933669336703, 39.443693854079811],\n              [73.633336333363332, 39.447987102578693],\n              [73.820538205382064, 39.468022262240098],\n              [73.928539285392844, 39.592526468707476],\n              [73.824138241382428, 39.805757810818264],\n              [74.004140041400404, 40.060490555084854],\n              [74.371343713437142, 40.106285205739525],\n              [74.706147061470631, 40.33096521051398],\n              [74.860948609486087, 40.326671962015098],\n              [74.835748357483567, 40.511281647466731],\n              [75.192151921519212, 40.441158588651774],\n              [75.588155881558805, 40.611457445773809],\n              [75.681756817568186, 40.292325974024095],\n              [75.922959229592294, 40.309498968019597],\n              [76.243362433624355, 40.441158588651774],\n              [76.311763117631159, 40.343844956010599],\n              [76.624966249662492, 40.627199356936345],\n              [76.76536765367652, 40.944899745853107],\n              [77.006570065700686, 41.043644461327219],\n              [77.474574745747447, 40.982107899510012],\n              [77.866978669786675, 41.063679620988637],\n              [78.075780757807564, 41.03935121282835],\n              [78.360183601836042, 41.286928542930141],\n              [78.360183601836042, 41.377086761406517],\n              [78.673386733867318, 41.538799121530801],\n              [79.303393033930348, 41.787807534465557],\n              [79.746197461974617, 41.879396835774884],\n              [79.843398433984333, 42.002469959409311],\n              [80.181801818018158, 42.021074036237763],\n              [80.210602106021071, 42.189941810526847]\n            ],\n            [\n              [71.178111781117821, 40.041886478256387],\n              [71.206912069120705, 39.888760615129854],\n              [71.05211052110522, 39.963176922443679],\n              [70.97650976509766, 40.144924442229396],\n              [71.178111781117821, 40.041886478256387]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KH\", \"countryKey\": \"KH\", \"countryName\": \"Cambodia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [107.520475204752046, 14.704564920729169],\n              [107.416074160741601, 14.542852560604871],\n              [107.286472864728665, 14.598664791090243],\n              [106.94446944469442, 14.323896887162249],\n              [106.793267932679299, 14.322465804329283],\n              [106.512465124651243, 14.590078294092493],\n              [106.418864188641891, 14.46700517045808],\n              [106.231662316623186, 14.489902495785415],\n              [106.152461524615234, 14.368260454983954],\n              [105.972459724597257, 14.365398289318037],\n              [106.145261452614506, 14.072026308561576],\n              [105.925659256592581, 13.917469362602077],\n              [105.745657456574548, 14.08633713689116],\n              [105.533255332553296, 14.163615609870917],\n              [105.338853388533863, 14.110665545051461],\n              [105.184051840518379, 14.345363129656619],\n              [105.047250472504714, 14.213703509024455],\n              [104.97524975249749, 14.381140200480587],\n              [104.770047700477022, 14.439814596631876],\n              [104.460444604446053, 14.356811792320286],\n              [104.2480424804248, 14.401175360141991],\n              [103.999639996399964, 14.345363129656619],\n              [103.672036720367174, 14.42979701680116],\n              [103.085230852308513, 14.29527523050308],\n              [102.919629196291936, 14.185081852365286],\n              [102.869228692286896, 14.020507326575085],\n              [102.512825128251251, 13.566854068527292],\n              [102.332823328233275, 13.563991902861375],\n              [102.329223292232911, 13.274913170603796],\n              [102.491224912249123, 12.995852018176919],\n              [102.487624876248759, 12.660978635264669],\n              [102.764827648276452, 12.416263470828795],\n              [102.700027000270012, 12.138633401234884],\n              [102.912429124291208, 11.765120781832749],\n              [102.912429124291208, 11.646340906697219],\n              [103.135631356313553, 11.315760772283838],\n              [103.096030960309605, 10.933661655883967],\n              [103.35163351633517, 10.87212509406676],\n              [103.474034740347378, 11.134013252498136],\n              [103.675636756367538, 11.063890193683179],\n              [103.690036900368995, 10.740465473434597],\n              [103.506435064350654, 10.635996426628637],\n              [103.625236252362498, 10.501474640330542],\n              [103.945639456394559, 10.588770693141001],\n              [104.251642516425164, 10.570166616312548],\n              [104.449644496444961, 10.419902918851918],\n              [104.554045540455405, 10.518647634326044],\n              [104.852848528485282, 10.531527379822677],\n              [105.065250652506535, 10.746189804766416],\n              [105.029250292502894, 10.913626496222548],\n              [105.328053280532771, 10.847796685906459],\n              [105.752857528575277, 11.015233377362591],\n              [106.177661776617782, 10.766224964427835],\n              [106.181261812618146, 10.970869809540886],\n              [105.842858428584265, 11.290001281290586],\n              [105.803258032580317, 11.624874664202835],\n              [106.015660156601569, 11.770845113164583],\n              [106.43326433264329, 11.677824729022291],\n              [106.393663936639342, 11.969765626945801],\n              [106.703267032670311, 11.971196709778752],\n              [106.976869768697696, 12.097131999079082],\n              [107.153271532715308, 12.277448436031833],\n              [107.513275132751318, 12.343278246347921],\n              [107.563675636756358, 12.606597487612248],\n              [107.459274592745913, 13.021611509170171],\n              [107.60687606876067, 13.369364637579039],\n              [107.596075960759578, 13.535370246202206],\n              [107.444874448744457, 13.782947576303997],\n              [107.430474304743058, 13.984730255751117],\n              [107.318873188731885, 14.119252042049212],\n              [107.387273872738746, 14.42121051980341],\n              [107.520475204752046, 14.704564920729169]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KM\", \"countryKey\": \"KM\", \"countryName\": \"Comoros\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [44.530645306453067, -12.232707244045478],\n              [44.483844838448391, -12.085305712250772],\n              [44.20664206642067, -12.161153102397563],\n              [44.512645126451275, -12.380108775840185],\n              [44.530645306453067, -12.232707244045478]\n            ]\n          ],\n          [\n            [\n              [43.465034650346524, -11.821986470986438],\n              [43.378633786337872, -11.604461880376775],\n              [43.400234002340028, -11.41842111209219],\n              [43.277832778327792, -11.379781875602312],\n              [43.263432634326364, -11.817693222487563],\n              [43.43623436234364, -11.932179849124232],\n              [43.465034650346524, -11.821986470986438]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"KP\",\n        \"countryKey\": \"KP\",\n        \"countryName\": \"Korea, Democratic People's Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [124.368643686436855, 40.097698708741774],\n              [124.321843218432178, 39.913089023290141],\n              [124.563045630456287, 39.814344307816015],\n              [124.649446494464911, 39.612561628368894],\n              [124.761047610476083, 39.74851449749994],\n              [125.286652866528669, 39.520972327059567],\n              [125.445054450544518, 39.310603150614682],\n              [125.200252002519989, 38.985747347533149],\n              [125.135451354513549, 38.803999827747433],\n              [125.308253082530797, 38.706686195106272],\n              [124.883448834488348, 38.354639818198521],\n              [124.678246782467824, 38.115648985094481],\n              [124.887048870488712, 38.131390896257031],\n              [125.117451174511729, 38.041232677780656],\n              [125.013050130501284, 37.90527980864961],\n              [125.326253262532617, 37.812259424507317],\n              [125.509855098550958, 37.893831145985942],\n              [125.333453334533345, 37.686324135206988],\n              [125.62145621456213, 37.765033691019696],\n              [125.596255962559638, 38.032646180782905],\n              [126.15066150661508, 37.822277004338019],\n              [126.399063990639917, 37.892400063152976],\n              [126.622266222662205, 37.787931016347031],\n              [126.669066690666881, 37.828001335669853],\n              [127.025470254702526, 38.254464019891444],\n              [127.158671586715826, 38.307414084710899],\n              [128.040680406804057, 38.304551919044982],\n              [128.267482674826709, 38.453384533672647],\n              [128.364683646836426, 38.623683390794696],\n              [128.361083610836118, 38.675202372781186],\n              [128.015480154801509, 38.858380975399854],\n              [127.770677706777036, 39.108820471167562],\n              [127.453874538745396, 39.1660637844859],\n              [127.378273782737807, 39.372139712431903],\n              [127.576275762757604, 39.595388634373393],\n              [127.522275222752199, 39.747083414666974],\n              [127.87507875078748, 39.893053863628722],\n              [128.008280082800837, 40.044748643922304],\n              [128.163081630816265, 40.017558070096101],\n              [128.663486634866359, 40.200736672714768],\n              [128.62028620286199, 40.296619222522978],\n              [129.077490774907716, 40.472642410976846],\n              [129.217892178921801, 40.69589133291835],\n              [129.718297182971838, 40.834706367715313],\n              [129.71109711097111, 41.122354017139926],\n              [129.804698046980462, 41.375655678573551],\n              [129.649896498964978, 41.548816701361517],\n              [130.074700747007427, 42.078317349556102],\n              [130.200702007020055, 42.101214674883437],\n              [130.40590405904058, 42.324463596824927],\n              [130.701107011070093, 42.294410857332807],\n              [130.531905319053152, 42.53053952477093],\n              [130.243902439024367, 42.743770866881718],\n              [130.121501215012159, 42.981330617152807],\n              [129.851498514985138, 42.961295457491389],\n              [129.703897038970382, 42.44181238912752],\n              [129.534695346953441, 42.370258247479597],\n              [129.340293402934009, 42.446105637626388],\n              [129.210692106921073, 42.219994550018967],\n              [128.904689046890468, 42.026798367569597],\n              [128.033480334803329, 41.99388346241156],\n              [128.040680406804057, 41.879396835774884],\n              [128.30348303483035, 41.58316268935252],\n              [128.145081450814502, 41.375655678573551],\n              [128.001080010800109, 41.47153822838176],\n              [127.637476374763736, 41.430036826225972],\n              [127.270272702726999, 41.504453133539812],\n              [126.92826928269281, 41.800687279962176],\n              [126.618666186661841, 41.666165493664096],\n              [126.499864998649997, 41.434330074724855],\n              [126.013860138601359, 40.909122675029138],\n              [125.761857618576158, 40.886225349701803],\n              [125.412654126541241, 40.631492605435227],\n              [124.894248942489384, 40.484091073640514],\n              [124.368643686436855, 40.097698708741774]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"KR\",\n        \"countryKey\": \"KR\",\n        \"countryName\": \"Korea, Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [126.669066690666881, 37.828001335669853],\n              [126.687066870668701, 37.782206685015197],\n              [126.532265322653217, 37.755016111188979],\n              [126.615066150661477, 37.380072408953907],\n              [126.823868238682365, 37.295638521809366],\n              [126.658266582665789, 37.254137119653564],\n              [126.755467554675505, 37.049492274540526],\n              [126.913869138691354, 36.92928131657203],\n              [126.849068490684914, 36.754689210951113],\n              [126.79506795067951, 36.955040807565283],\n              [126.517865178651761, 37.05521660587236],\n              [126.355863558635548, 36.789035198942116],\n              [126.323463234632328, 36.88348666591736],\n              [126.129061290612896, 36.761844625115899],\n              [126.341463414634148, 36.740378382621529],\n              [126.571865718657165, 36.342537355059108],\n              [126.496264962649633, 36.15935875244044],\n              [126.694266942669429, 36.000508557982073],\n              [126.521465214652125, 35.970455818489953],\n              [126.805868058680545, 35.865986771683993],\n              [126.46746467464672, 35.639875684076571],\n              [126.514265142651396, 35.576908039426399],\n              [126.355863558635548, 35.260638733342617],\n              [126.453064530645264, 35.100357456051285],\n              [126.269462694626924, 35.137565609708204],\n              [126.604266042660385, 34.632393369673906],\n              [126.291062910629108, 34.749742161976485],\n              [126.391863918639189, 34.53364865419978],\n              [126.528665286652853, 34.567994642190783],\n              [126.478264782647813, 34.349038968748161],\n              [126.604266042660385, 34.300382152427574],\n              [126.762667626676233, 34.479267506547373],\n              [126.899468994689954, 34.417730944730152],\n              [127.01107011070107, 34.612358210012488],\n              [127.21267212672123, 34.70537859415478],\n              [127.12987129871297, 34.5637013936919],\n              [127.317073170731675, 34.44492151855637],\n              [127.504275042750436, 34.590891967518118],\n              [127.360273602735987, 34.77263948730382],\n              [127.576275762757604, 34.897143693771199],\n              [128.055080550805513, 35.035958728568161],\n              [128.062280622806185, 34.928627516096284],\n              [128.43668436684365, 34.842762546118777],\n              [128.371883718837154, 35.007337071908992],\n              [128.479884798847962, 35.098926373218319],\n              [128.919089190891867, 35.081753379222818],\n              [129.192691926919252, 35.156169686536657],\n              [129.455494554945545, 35.513940394776242],\n              [129.556295562955626, 36.082080279460698],\n              [129.433894338943361, 35.99621530948319],\n              [129.383493834938321, 36.202291237429193],\n              [129.469894698947002, 36.771862204946615],\n              [129.329493294932917, 37.282758776312733],\n              [129.063090630906316, 37.679168721042188],\n              [128.631086310863083, 38.14427064175365],\n              [128.364683646836426, 38.623683390794696],\n              [128.267482674826709, 38.453384533672647],\n              [128.040680406804057, 38.304551919044982],\n              [127.158671586715826, 38.307414084710899],\n              [127.025470254702526, 38.254464019891444],\n              [126.669066690666881, 37.828001335669853]\n            ]\n          ],\n          [\n            [\n              [126.381063810638096, 34.497871583375826],\n              [126.262262622626196, 34.575150056355568],\n              [126.103861038610347, 34.403420116400568],\n              [126.208262082620791, 34.359056548578863],\n              [126.381063810638096, 34.497871583375826]\n            ]\n          ],\n          [\n            [\n              [128.069480694806913, 34.815571972292574],\n              [127.903879038790393, 34.940076178759952],\n              [127.867878678786752, 34.722551588150282],\n              [128.058680586805878, 34.708240759820697],\n              [128.069480694806913, 34.815571972292574]\n            ]\n          ],\n          [\n            [\n              [128.749887498874983, 34.868522037112029],\n              [128.48708487084869, 34.868522037112029],\n              [128.677886778867759, 34.725413753816198],\n              [128.749887498874983, 34.868522037112029]\n            ]\n          ],\n          [\n            [\n              [126.507065070650668, 37.596165916730612],\n              [126.521465214652125, 37.750722862690111],\n              [126.370263702637004, 37.785068850681114],\n              [126.507065070650668, 37.596165916730612]\n            ]\n          ],\n          [\n            [\n              [126.94626946269463, 33.477509523476542],\n              [126.791467914679146, 33.563374493454035],\n              [126.309063090630872, 33.464629777979908],\n              [126.172261722617208, 33.270002512697573],\n              [126.287462874628744, 33.199879453882616],\n              [126.841868418684186, 33.31007283202041],\n              [126.94626946269463, 33.477509523476542]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KW\", \"countryKey\": \"KW\", \"countryName\": \"Kuwait\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [46.532265322653245, 29.09553388895813],\n              [47.435874358743604, 28.993927007818087],\n              [47.669876698767013, 28.533118335605508],\n              [48.433084330843315, 28.540273749770293],\n              [48.159481594815958, 29.016824333145422],\n              [48.10188101881019, 29.350266633224706],\n              [47.705877058770596, 29.363146378721339],\n              [47.965079650796525, 29.576377720832127],\n              [48.181081810818114, 29.562066892502543],\n              [48.062561145091948, 29.780966809471199],\n              [48.22788227882279, 29.599275046159462],\n              [48.35388353883539, 29.709468424297256],\n              [48.188281882818842, 29.984236328225251],\n              [48.048664016051937, 29.806633897774521],\n              [47.947079470794705, 29.994253908055967],\n              [47.673476734767348, 30.098722954861913],\n              [47.35667356673568, 30.091567540697127],\n              [47.111871118711207, 29.961339002897915],\n              [46.852668526685278, 29.444718100199964],\n              [46.532265322653245, 29.09553388895813]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"KZ\", \"countryKey\": \"KZ\", \"countryName\": \"Kazakhstan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [87.324273242732403, 49.084898899720088],\n              [87.216272162721651, 49.22943826584887],\n              [87.025470254702526, 49.249473425510288],\n              [86.823868238682365, 49.509930501108698],\n              [86.593465934659349, 49.587208974088455],\n              [86.777067770677689, 49.694540186560332],\n              [86.61146611466117, 49.796147067700375],\n              [86.175861758617572, 49.462704767621076],\n              [85.931059310593099, 49.492757507113211],\n              [85.596255962559638, 49.618692796413541],\n              [85.261452614526121, 49.581484642756621],\n              [85.031050310503105, 49.884874203343784],\n              [84.9770497704977, 50.075208220127251],\n              [84.249842498425011, 50.259817905578871],\n              [84.102241022410198, 50.629037276482123],\n              [83.976239762397626, 50.686280589800447],\n              [83.821438214382141, 50.868028109586163],\n              [83.432634326343276, 50.992532316053541],\n              [83.108631086310851, 50.992532316053541],\n              [82.975429754297551, 50.882338937915748],\n              [82.763027630276298, 50.906667346076034],\n              [82.475024750247513, 50.713471163626664],\n              [82.197821978219764, 50.709177915127782],\n              [81.762217622176223, 50.785025305274573],\n              [81.459814598145982, 50.730644157622166],\n              [81.402214022140214, 50.95961741089549],\n              [81.056610566105661, 50.946737665398871],\n              [81.146611466114649, 51.135640599349372],\n              [80.682206822068196, 51.301646207972539],\n              [80.412204122041231, 51.16855550450741],\n              [80.437404374043723, 50.958186328062538],\n              [80.023917286809564, 50.794990416895864],\n              [79.181108965246125, 51.923751561846885],\n              [78.510692603286529, 52.664146621552618],\n              [77.896829618101833, 53.303348516787032],\n              [76.542316244160602, 53.995655352356998],\n              [76.421915055365815, 54.161206986949821],\n              [76.66456664566644, 54.133759134397067],\n              [76.837368373683745, 54.296902577354317],\n              [76.851768517685201, 54.461477103144531],\n              [76.434164341643424, 54.316937737015735],\n              [76.232562325623263, 54.346990476507855],\n              [76.182161821618223, 54.251107926699646],\n              [75.361353613536124, 54.059342827083242],\n              [75.433354333543349, 53.986357602602354],\n              [75.026550265502664, 53.807472248482568],\n              [74.770947709477099, 53.830369573809904],\n              [74.616146161461614, 53.680105876349273],\n              [74.45414454144543, 53.684399124848156],\n              [74.407344073440726, 53.476892114069202],\n              [74.212942129421293, 53.597103072037697],\n              [73.935739357393572, 53.640035557026451],\n              [73.651336513365123, 53.608551734701365],\n              [73.525335253352523, 53.492634025231737],\n              [73.424534245342443, 53.432528546247482],\n              [73.23013230132301, 53.662932882353772],\n              [73.485734857348575, 53.874733141631609],\n              [73.698136981369828, 53.900492632624861],\n              [73.74133741337414, 54.057911744250276],\n              [73.518135181351823, 53.956304863110233],\n              [73.064530645306462, 53.979202188437569],\n              [72.956529565295654, 54.118017223234531],\n              [72.625326253262529, 54.135190217230033],\n              [72.657726577265777, 54.04216983308774],\n              [72.456124561245616, 53.904785881123729],\n              [72.222122221222207, 54.332679648178271],\n              [72.078120781207815, 54.148069962726652],\n              [71.761317613176146, 54.248245761033729],\n              [71.707317073170742, 54.132328051564116],\n              [71.476914769147697, 54.109430726236781],\n              [71.322113221132213, 54.201020027546107],\n              [71.181711817118185, 54.10084422923903],\n              [70.980109801098024, 54.325524234013486],\n              [71.188911889118884, 54.318368819848686],\n              [71.181711817118185, 54.727658510074775],\n              [71.005310053100544, 54.774884243562397],\n              [70.97650976509766, 55.078273804149561],\n              [70.821708217082175, 55.29436731192628],\n              [70.468904689046894, 55.285780814928529],\n              [70.195301953019538, 55.134086034634947],\n              [69.673296732967344, 55.334437631249102],\n              [69.334893348933491, 55.384525530402655],\n              [69.187291872918735, 55.325851134251351],\n              [68.942489424894262, 55.434613429556194],\n              [68.924489244892442, 55.275763235097813],\n              [68.733687336873373, 55.351610625244604],\n              [68.604086040860409, 55.195622596452154],\n              [68.26208262082622, 55.194191513619188],\n              [68.308883088830896, 55.072549472817727],\n              [68.164881648816504, 54.956631763348113],\n              [67.815678156781559, 54.952338514849231],\n              [67.621276212762126, 54.853593799375105],\n              [65.976059760597622, 54.611740800605148],\n              [65.932859328593281, 54.701899019081523],\n              [65.713257132571329, 54.597429972275563],\n              [65.450454504545064, 54.627482711767698],\n              [65.212852128521291, 54.527306913460606],\n              [65.212852128521291, 54.342697228008987],\n              [64.91044910449105, 54.402802706993228],\n              [63.981639816398172, 54.304057991519116],\n              [64.006840068400692, 54.228210601372325],\n              [63.708037080370815, 54.251107926699646],\n              [63.085230852308541, 54.08510231807648],\n              [62.811628116281156, 54.095119897907196],\n              [62.548825488254892, 54.02642792192519],\n              [62.498424984249851, 53.877595307297526],\n              [62.412024120241199, 54.02642792192519],\n              [61.602016020160221, 53.9505805317784],\n              [61.418414184141852, 54.056480661417325],\n              [61.195211952119536, 54.01784142492744],\n              [61.209612096120964, 53.907648046789646],\n              [60.979209792097919, 53.881888555796408],\n              [61.202412024120235, 53.818920911146236],\n              [61.008010080100803, 53.635742308527568],\n              [61.317613176131772, 53.545584090051193],\n              [61.504815048150476, 53.588516575039947],\n              [61.411214112141124, 53.435390711913399],\n              [61.216812168121692, 53.492634025231737],\n              [61.202412024120235, 53.276540517455032],\n              [62.052020520205218, 53.124845737161451],\n              [62.09522095220953, 52.993186116529273],\n              [61.605616056160557, 52.948822548707568],\n              [61.479614796147956, 53.01179019335774],\n              [60.975609756097555, 52.970288791201952],\n              [61.058410584105843, 52.921631974881365],\n              [60.676806768067678, 52.664037064948857],\n              [60.802808028080278, 52.628259994124903],\n              [61.040410404104051, 52.334888013368442],\n              [60.673206732067314, 52.144553996584989],\n              [60.507605076050766, 52.151709410749788],\n              [60.201602016020161, 51.992859216291407],\n              [60.003600036000364, 51.992859216291407],\n              [60.007833765528112, 51.931080976170932],\n              [60.478804788047881, 51.783921122679487],\n              [60.356403564035645, 51.670865578875777],\n              [60.514805148051494, 51.617915514056321],\n              [60.936009360093607, 51.610760099891536],\n              [61.022410224102259, 51.484824810591206],\n              [61.472414724147256, 51.426150414439903],\n              [61.594815948159493, 51.277317799812238],\n              [61.663216632166325, 51.258713722983785],\n              [61.512015120151204, 51.159969007509659],\n              [61.371613716137176, 50.782163139608656],\n              [60.720007200072018, 50.653365684642409],\n              [60.298802988029877, 50.684849506967495],\n              [60.021600216002156, 50.853717281256579],\n              [59.773197731977319, 50.533154726673914],\n              [59.521195211952119, 50.474480330522624],\n              [59.438394383943859, 50.630468359315074],\n              [58.927189271892729, 50.677694092802696],\n              [58.570785707857084, 50.863734861087281],\n              [58.595985959859604, 51.024016138378613],\n              [58.307983079830819, 51.149951427678957],\n              [58.138781387813879, 51.056931043536665],\n              [57.767977679776806, 51.119898688186822],\n              [57.688776887768881, 50.896649766245332],\n              [57.353973539735392, 50.886632186414616],\n              [57.166771667716688, 51.09413919719357],\n              [56.507965079650802, 51.066948623367367],\n              [56.335163351633526, 50.895218683412367],\n              [56.173161731617313, 50.908098428909],\n              [56.079560795607961, 50.724919826290332],\n              [55.658356583565848, 50.530292561007997],\n              [55.305553055530567, 50.664814347306077],\n              [55.046350463504638, 50.883770020748699],\n              [54.639546395463952, 51.028309386877496],\n              [54.675546755467565, 50.601846702655905],\n              [54.499144991449924, 50.523137146843197],\n              [54.380343803438052, 50.619019696651407],\n              [54.477544775447768, 50.853717281256579],\n              [54.175141751417527, 50.968203907893241],\n              [53.937539375393754, 51.185728498502911],\n              [53.67473674736749, 51.220074486493914],\n              [53.617136171361722, 51.371769266787496],\n              [53.347133471334729, 51.503428887419659],\n              [52.57672576725767, 51.467651816595705],\n              [52.335523355233562, 51.763885963018069],\n              [52.090720907209089, 51.659416916212123],\n              [51.867518675186773, 51.673727744541694],\n              [51.78111781117812, 51.493411307588957],\n              [51.561515615156168, 51.534912709744745],\n              [51.305913059130603, 51.471945065094573],\n              [51.370713707137071, 51.629364176719989],\n              [50.894335174155231, 51.682682103787165],\n              [50.871706219783732, 51.754104741022211],\n              [50.770583079936088, 51.771076456800834],\n              [50.791107911079109, 51.597880354394903],\n              [50.582305823058249, 51.635088508051822],\n              [50.517505175051753, 51.459065319597954],\n              [50.34830348303484, 51.323112450466908],\n              [49.988299882998831, 51.230092066324616],\n              [49.779497794977971, 51.102725694191321],\n              [49.423094230942326, 51.101294611358369],\n              [49.408694086940869, 50.847992949924745],\n              [49.142291422914241, 50.782163139608656],\n              [48.829088290882908, 50.596122371324071],\n              [48.674286742867451, 50.578949377328584],\n              [48.703087030870307, 50.334234212892696],\n              [48.886688866888676, 50.019395989641865],\n              [48.418684186841887, 49.81188897886291],\n              [48.238682386823882, 49.864839043682366],\n              [47.99387993879941, 50.181108349766163],\n              [47.623076230762308, 50.440134342531621],\n              [47.435874358743604, 50.377166697881449],\n              [47.295472954729547, 50.275559816741406],\n              [47.309873098731003, 50.045155480635117],\n              [46.899468994689954, 49.820475475860661],\n              [46.773467734677354, 49.332476229821879],\n              [47.029070290702919, 49.200816609189701],\n              [47.02187021870219, 49.096347562383741],\n              [46.755467554675562, 48.914600042598039],\n              [46.618666186661869, 48.669884878162165],\n              [46.478264782647841, 48.410858885396706],\n              [47.079470794707959, 48.27490601626566],\n              [47.043470434704346, 47.985827284008082],\n              [47.119071190711907, 47.819821675384915],\n              [47.360273602736044, 47.683868806253869],\n              [47.435874358743604, 47.8341325037145],\n              [47.648276482764828, 47.765440527732494],\n              [48.04428044280445, 47.769733776231377],\n              [48.526685266852667, 47.41053198515884],\n              [48.695886958869607, 47.101418093239829],\n              [49.005490054900548, 46.769406875993496],\n              [48.76428764287644, 46.683541906016004],\n              [48.555485554855551, 46.762251461828711],\n              [48.454684546845471, 46.660644580688668],\n              [49.228692286922893, 46.327202280609384],\n              [49.185491854918553, 46.414498333419843],\n              [49.394293942939441, 46.478897060902966],\n              [49.311493114931153, 46.561899865214542],\n              [49.819098190981919, 46.540433622720172],\n              [50.251102511025124, 46.742216302167293],\n              [50.416704167041672, 46.882462419797207],\n              [50.855908559085606, 47.039881531422623],\n              [51.212312123121251, 47.121453252901247],\n              [51.503915039150399, 47.061347773917007],\n              [51.763117631176328, 46.915377324955259],\n              [52.238322383223846, 46.806615029650416],\n              [52.454324543245434, 47.001242294932752],\n              [52.918729187291888, 46.956878727111047],\n              [53.18873188731888, 46.717887894007006],\n              [53.073530735307372, 46.544726871219041],\n              [53.156331563315632, 46.272821132956963],\n              [53.0879308793088, 46.02095055435629],\n              [52.745927459274611, 45.638851437956419],\n              [52.738727387273883, 45.525795894152708],\n              [53.267932679326805, 45.351203788531805],\n              [52.907929079290795, 45.31256455204192],\n              [52.565925659256607, 45.401291687685344],\n              [51.957519575195761, 45.371238948193209],\n              [51.791917919179213, 45.405584936184212],\n              [51.395913959139591, 45.332599711703338],\n              [51.197911979119795, 45.064987221940129],\n              [50.96030960309605, 44.979122251962636],\n              [50.971109711097114, 44.847462631330473],\n              [51.201512015120159, 44.741562501691547],\n              [51.320313203132031, 44.597023135562765],\n              [51.14391143911439, 44.485398674592005],\n              [50.895508955089554, 44.619920460890086],\n              [50.2979029790298, 44.655697531714054],\n              [50.229502295022968, 44.390947207616762],\n              [50.344703447034476, 44.310806568971088],\n              [50.848708487084878, 44.189164528169641],\n              [50.852308523085242, 44.038900830709011],\n              [51.320313203132031, 43.442139289365386],\n              [51.277112771127719, 43.154491639940758],\n              [51.651516515165156, 43.191699793597678],\n              [51.932319323193241, 42.835360168191059],\n              [52.169921699217014, 42.886879150177549],\n              [52.27432274322743, 42.798152014534139],\n              [52.472324723247254, 42.826773671193308],\n              [52.713527135271363, 42.730891121385099],\n              [52.598325983259855, 42.344498756486345],\n              [52.40032400324003, 42.092628177885686],\n              [52.483124831248318, 41.940933397592104],\n              [52.441962469478639, 41.760240320998669],\n              [52.984268694641273, 42.122700093939002],\n              [53.568077947239814, 42.290095637930527],\n              [54.21552517524011, 42.381402298289544],\n              [54.905949059490609, 41.932346900594354],\n              [54.949149491494921, 41.794962948630342],\n              [55.427954279542803, 41.29122179142901],\n              [55.636756367563692, 41.264031217602806],\n              [56.000585954551688, 41.323622466175955],\n              [55.997790533287294, 45.003067959511519],\n              [58.553214615872974, 45.562328081119432],\n              [61.036810368103687, 44.382360710619011],\n              [61.162811628116287, 44.167698285675257],\n              [62.026820268202698, 43.480778525855257],\n              [63.207632076320778, 43.628180057649971],\n              [64.428044280442805, 43.546608336171346],\n              [64.856448564485646, 43.712613944794512],\n              [64.957249572495726, 43.696872033631962],\n              [65.270452704527059, 43.416379798372134],\n              [65.515255152551532, 43.297599923236589],\n              [65.796057960579617, 42.876861570346847],\n              [66.102061020610222, 42.989917114150558],\n              [66.015660156601569, 41.998176710910428],\n              [66.505265052650543, 41.99388346241156],\n              [66.688866888668883, 41.199632490119683],\n              [66.814868148681484, 41.142389176801345],\n              [67.938079380793823, 41.201063572952648],\n              [68.118081180811799, 41.066541786654554],\n              [67.992079920799199, 40.811809042387978],\n              [68.460084600846017, 40.584266871947605],\n              [68.593285932859345, 40.600008783110141],\n              [68.571685716857161, 40.913415923528021],\n              [69.039690396903978, 41.219667649781101],\n              [69.03249032490325, 41.367069181575815],\n              [69.622896228962304, 41.667596576497061],\n              [69.910899108991089, 41.713391227151718],\n              [70.454504545045467, 42.094059260718637],\n              [70.609306093060923, 42.026798367569597],\n              [70.735307353073523, 42.197097224691646],\n              [70.947709477094776, 42.248616206678136],\n              [70.854108541085424, 42.305859519996474],\n              [71.00171001710018, 42.563454429928967],\n              [71.404914049140501, 42.795289848868222],\n              [71.584915849158506, 42.759512778044268],\n              [71.84771847718477, 42.833929085358093],\n              [72.726127261272609, 42.652181565572391],\n              [72.841328413284145, 42.556299015764182],\n              [73.114931149311502, 42.550574684432348],\n              [73.503735037350367, 42.420346146633136],\n              [73.410134101341015, 42.589213920922219],\n              [73.492934929349303, 42.8954656471753],\n              [73.633336333363332, 43.062902338631432],\n              [74.180541805418045, 43.261822852412635],\n              [74.558545585455846, 43.114421320617922],\n              [74.713347133471331, 42.99993469398126],\n              [75.177751777517784, 42.849670996520643],\n              [75.645756457564573, 42.80673851153189],\n              [75.771757717577174, 42.925518386667434],\n              [76.43056430564306, 42.889741315843466],\n              [76.956169561695646, 42.988486031317592],\n              [77.19377193771939, 42.909776475504884],\n              [78.496984969849706, 42.875430487513881],\n              [79.029790297902963, 42.756650612378351],\n              [79.148591485914864, 42.79099660036934],\n              [79.425794257942556, 42.469002962953724],\n              [79.918999189991922, 42.424639395132019],\n              [80.210602106021071, 42.189941810526847],\n              [80.268202682026839, 42.238598626847434],\n              [80.138601386013846, 42.623559908913222],\n              [80.228602286022834, 42.79099660036934],\n              [80.556205562055624, 42.898327812841217],\n              [80.369003690036919, 43.028556350640429],\n              [80.78660786607864, 43.128732148947506],\n              [80.642606426064248, 43.326221579895758],\n              [80.711007110071108, 43.459312283360887],\n              [80.343803438034371, 44.103299558192134],\n              [80.354603546035463, 44.652835366048137],\n              [80.477004770047728, 44.735838170359713],\n              [80.217802178021799, 44.817409891838338],\n              [79.99099990999909, 44.793081483678051],\n              [79.85779857798579, 44.903274861815845],\n              [80.063000630006314, 45.019192571285473],\n              [80.8550085500855, 45.126523783757335],\n              [81.740617406174039, 45.338324043035172],\n              [81.949419494194927, 45.145127860585802],\n              [82.29502295022948, 45.228130664897378],\n              [82.475024750247513, 45.115075121093668],\n              [82.586625866258686, 45.176611682910888],\n              [82.615426154261542, 45.435637675676347],\n              [82.291422914229116, 45.532951308317507],\n              [82.48942489424897, 45.90217067922076],\n              [82.568625686256865, 46.196973742810172],\n              [82.67302673026731, 46.331495529108253],\n              [82.838628386283887, 46.732198722336591],\n              [82.986229862298643, 46.942567898781462],\n              [83.015030150301499, 47.194438477382121],\n              [83.151831518315163, 47.211611471377623],\n              [83.526235262352628, 47.06707210524884],\n              [83.904239042390401, 46.974051721106548],\n              [84.663846638466367, 46.98406930093725],\n              [84.768247682476812, 46.818063692314084],\n              [85.203852038520409, 47.034157200090789],\n              [85.499054990549922, 47.05133019408629],\n              [85.661056610566078, 47.205887140045789],\n              [85.67185671856717, 47.384772494165588],\n              [85.517055170551686, 47.919997473692007],\n              [85.585455854558546, 48.141815312800546],\n              [85.783457834578343, 48.407996719730789],\n              [86.190261902619028, 48.418014299561506],\n              [86.564665646656437, 48.526776594866334],\n              [86.74466744667447, 48.704230866153168],\n              [86.726667266672649, 48.99044743274483],\n              [86.888668886688862, 49.106365142214457],\n              [87.324273242732403, 49.084898899720088]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"LA\",\n        \"countryKey\": \"LA\",\n        \"countryName\": \"Lao People's Democratic Republic\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [101.159211592115895, 21.552296276434774],\n              [101.00441004410041, 21.406325827473026],\n              [100.723607236072354, 21.311874360497768],\n              [100.543605436054378, 21.027088876739072],\n              [100.53640536405365, 20.808133203296435],\n              [100.385203852038529, 20.831030528623771],\n              [100.212402124021224, 20.697939825158656],\n              [100.100801008010052, 20.317271791591736],\n              [100.306003060030577, 20.400274595903312],\n              [100.547205472054742, 20.158421597133355],\n              [100.385203852038529, 19.763442735236865],\n              [100.460804608046061, 19.537331647629443],\n              [100.75240752407521, 19.482950499977022],\n              [100.874808748087474, 19.613179037776234],\n              [101.245612456124576, 19.570246552787481],\n              [101.191611916119172, 19.452897760484902],\n              [101.227612276122755, 19.143783868565905],\n              [101.317613176131744, 19.050763484423612],\n              [101.238412384123848, 18.672957616522609],\n              [101.029610296102959, 18.428242452086735],\n              [101.155611556115531, 18.322342322447824],\n              [101.166411664116623, 18.053298749851649],\n              [101.008010080100775, 17.895879638226234],\n              [100.885608856088567, 17.595352243304987],\n              [101.134011340113403, 17.462261539839872],\n              [101.576815768157672, 17.86868906440003],\n              [101.728017280172793, 17.911621549388784],\n              [101.789217892178925, 18.073333909513067],\n              [101.904419044190462, 18.037556838689113],\n              [102.07722077220771, 18.213580027142982],\n              [102.307623076230783, 18.051867667018698],\n              [102.566825668256655, 17.970295945540073],\n              [102.667626676266735, 17.850084987571577],\n              [102.937629376293756, 18.008935182029944],\n              [103.387633876338754, 18.441122197583368],\n              [103.884438844388427, 18.28656525162387],\n              [103.999639996399964, 18.318049073948941],\n              [104.287642876428748, 17.857240401736362],\n              [104.482044820448181, 17.639715811126692],\n              [104.716047160471618, 17.515211604659328],\n              [104.816848168481698, 17.372103321363497],\n              [104.744847448474474, 17.024350192954614],\n              [104.755647556475566, 16.529195532751032],\n              [105.014850148501495, 16.277324954150373],\n              [105.04365043650435, 16.141372085019327],\n              [105.40365403654036, 16.018298961384914],\n              [105.446854468544672, 15.76499729995129],\n              [105.652056520565196, 15.634768762152078],\n              [105.565655656556572, 15.272704805413625],\n              [105.450454504545036, 15.095250534126791],\n              [105.594455944559428, 14.990781487320831],\n              [105.490054900548984, 14.786136642207794],\n              [105.511655116551168, 14.59294045975841],\n              [105.414454144541452, 14.428365933968209],\n              [105.184051840518379, 14.345363129656619],\n              [105.338853388533863, 14.110665545051461],\n              [105.533255332553296, 14.163615609870917],\n              [105.745657456574548, 14.08633713689116],\n              [105.925659256592581, 13.917469362602077],\n              [106.145261452614506, 14.072026308561576],\n              [105.972459724597257, 14.365398289318037],\n              [106.152461524615234, 14.368260454983954],\n              [106.231662316623186, 14.489902495785415],\n              [106.418864188641891, 14.46700517045808],\n              [106.512465124651243, 14.590078294092493],\n              [106.793267932679299, 14.322465804329283],\n              [106.94446944469442, 14.323896887162249],\n              [107.286472864728665, 14.598664791090243],\n              [107.416074160741601, 14.542852560604871],\n              [107.520475204752046, 14.704564920729169],\n              [107.55647556475563, 14.886312440514871],\n              [107.444874448744457, 15.025127475311834],\n              [107.578075780757814, 15.046593717806203],\n              [107.65727657276571, 15.282722385244327],\n              [107.448474484744821, 15.508833472851748],\n              [107.369273692736925, 15.495953727355115],\n              [107.160471604716037, 15.759272968619456],\n              [107.434074340743422, 16.068386860538453],\n              [107.297272972729701, 16.064093612039571],\n              [107.117271172711725, 16.254427628823038],\n              [106.966069660696604, 16.300222279477708],\n              [106.822068220682212, 16.530626615583998],\n              [106.753667536675351, 16.429019734443955],\n              [106.53406534065337, 16.683752478710531],\n              [106.53406534065337, 16.97283121096811],\n              [106.418864188641891, 16.98857312213066],\n              [106.285662856628534, 17.284807268553038],\n              [106.184861848618453, 17.257616694726821],\n              [105.734857348573456, 17.664044219286993],\n              [105.450454504545036, 18.192113784648612],\n              [105.367653676536776, 18.150612382492824],\n              [105.079650796507934, 18.454001943079987],\n              [105.112051120511211, 18.698717107515861],\n              [104.723247232472289, 18.791737491658154],\n              [104.482044820448181, 18.977778259942738],\n              [103.848438484384843, 19.299771897358355],\n              [104.089640896408952, 19.484381582809988],\n              [104.017640176401784, 19.600299292279615],\n              [104.23004230042298, 19.706199421918527],\n              [104.507245072450729, 19.603161457945532],\n              [104.806048060480606, 19.790633309063068],\n              [104.75924759247593, 19.860756367878025],\n              [104.957249572495726, 20.091160703984315],\n              [104.820448204482062, 20.221389241783527],\n              [104.65844658446585, 20.212802744785776],\n              [104.680046800467977, 20.341600199752023],\n              [104.359643596435973, 20.440344915226149],\n              [104.600846008460081, 20.660731671501736],\n              [104.294842948429476, 20.879687344944358],\n              [104.057240572405732, 20.958396900757066],\n              [103.776437764377619, 20.835323777122653],\n              [103.664836648366503, 20.657869505835819],\n              [103.427234272342702, 20.821012948793069],\n              [103.114031140311369, 20.86823868228069],\n              [102.952029520295213, 21.06859027889486],\n              [102.876428764287624, 21.304718946332983],\n              [102.97362973629734, 21.575193601762109],\n              [102.826028260282584, 21.821339849030934],\n              [102.649626496264972, 21.658196406073685],\n              [102.592025920259204, 21.901480487676608],\n              [102.224822248222466, 22.227767373591107],\n              [102.120421204212022, 22.398066230713141],\n              [101.868418684186821, 22.379462153884688],\n              [101.656016560165568, 22.446723047033728],\n              [101.519215192151904, 22.227767373591107],\n              [101.605616056160528, 21.967310297992682],\n              [101.749617496174977, 21.815615517699101],\n              [101.717217172171701, 21.134420089210934],\n              [101.494014940149412, 21.243182384515777],\n              [101.274412744127432, 21.174490408533771],\n              [101.159211592115895, 21.552296276434774]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LB\", \"countryKey\": \"LB\", \"countryName\": \"Lebanon\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [35.822158221582242, 33.40738646466157],\n              [35.868958689586918, 33.431714872821871],\n              [36.038160381603831, 33.58627181878137],\n              [35.922959229592323, 33.640652966433791],\n              [36.048960489604923, 33.816676154887659],\n              [36.369363693636956, 33.858177557043447],\n              [36.268562685626875, 33.909696539029952],\n              [36.603366033660365, 34.198775271287531],\n              [36.390963909639112, 34.622375789843204],\n              [35.969759697596999, 34.649566363669408],\n              [35.627756277562781, 34.201637436953447],\n              [35.577355773557741, 33.916851953194737],\n              [35.271352713527136, 33.457474363815123],\n              [35.105751057510588, 33.089686075744822],\n              [35.480154801548025, 33.086823910078905],\n              [35.822158221582242, 33.40738646466157]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"LC\",\n        \"countryKey\": \"LC\",\n        \"countryName\": \"Saint Lucia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-60.88560885608851, 14.010489746744369],\n              [-60.946809468094628, 14.10207904805371],\n              [-61.076410764107592, 13.805844901631332],\n              [-60.939609396093914, 13.72141101448679],\n              [-60.88560885608851, 14.010489746744369]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LK\", \"countryKey\": \"LK\", \"countryName\": \"Sri Lanka\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [81.87741877418776, 7.092635332223807],\n              [81.881018810188124, 7.327332916828979],\n              [81.697416974169727, 7.752364518217604],\n              [81.44901449014489, 8.127308220452676],\n              [81.36621366213663, 8.482216763026344],\n              [81.211412114121146, 8.472199183195642],\n              [81.233012330123273, 8.651084537315427],\n              [80.743407434074328, 9.359470539629797],\n              [80.120601206012083, 9.818848129009424],\n              [79.947799477994778, 9.692912839709095],\n              [80.369003690036919, 9.529769396751846],\n              [80.052200522005222, 9.390954361954883],\n              [80.117001170011719, 9.233535250329467],\n              [80.048600486004858, 9.026028239550513],\n              [79.915399153991558, 8.938732186740054],\n              [79.951399513995142, 8.739811672958851],\n              [79.792997929979293, 8.072927072800269],\n              [79.731797317973161, 8.012821593816014],\n              [79.861398613986154, 7.012494693578134],\n              [79.861398613986154, 6.807849848465096],\n              [80.030600306003038, 6.266900537606844],\n              [80.185401854018522, 6.040789449999437],\n              [80.592205922059208, 5.923440657696858],\n              [80.808208082080824, 6.035065118667603],\n              [81.362613626136266, 6.225399135451056],\n              [81.683016830168327, 6.461527802889179],\n              [81.776617766177679, 6.610360417516844],\n              [81.87741877418776, 7.092635332223807]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"LI\",\n        \"countryKey\": \"LI\",\n        \"countryName\": \"Liechtenstein\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [9.530757016749972, 47.266310486741915],\n              [9.474840270001467, 47.05662268643502],\n              [9.606975348934219, 47.060261056454202],\n              [9.622084772297283, 47.139955343449323],\n              [9.530757016749972, 47.266310486741915]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LR\", \"countryKey\": \"LR\", \"countryName\": \"Liberia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-8.48708487084869, 7.557737252935269],\n              [-8.685086850868487, 7.6936901220663],\n              [-8.857888578885763, 7.272951769176558],\n              [-9.124291242912392, 7.189948964864968],\n              [-9.235892358923564, 7.381714064481386],\n              [-9.466294662946609, 7.43323304646789],\n              [-9.354693546935437, 7.622135980418392],\n              [-9.423094230942269, 8.015683759481931],\n              [-9.531095310953077, 8.185982616603965],\n              [-9.498694986949829, 8.343401728229381],\n              [-9.808298082980798, 8.50654517118663],\n              [-10.074700747007427, 8.426404532540971],\n              [-10.283502835028315, 8.485078928692261],\n              [-10.366303663036604, 8.14877446294706],\n              [-10.618306183061804, 8.011390510983048],\n              [-10.61470614706144, 7.769537512213091],\n              [-11.374313743137407, 7.138429982878478],\n              [-11.475114751147487, 6.919474309435856],\n              [-11.352713527135251, 6.70051863599322],\n              [-10.823508235082329, 6.437199394728893],\n              [-10.787507875078717, 6.292660028600096],\n              [-10.395103951039488, 6.176742319130483],\n              [-9.279092790927876, 5.146362679400482],\n              [-9.016290162901612, 4.978925987944351],\n              [-8.256682566825646, 4.579653877548978],\n              [-7.540275402753991, 4.353542789941564],\n              [-7.579875798757968, 5.054773378091141],\n              [-7.489874898748951, 5.140638348068649],\n              [-7.385473854738507, 5.56853211512319],\n              [-7.446674466744639, 5.846162184717102],\n              [-7.79947799477992, 5.974959639683348],\n              [-7.914679146791428, 6.271193786105727],\n              [-8.170281702816993, 6.274055951771643],\n              [-8.46908469084687, 6.487287293882432],\n              [-8.62028620286199, 6.493011625214265],\n              [-8.350283502834998, 6.754899783645641],\n              [-8.303483034830322, 7.136998900045512],\n              [-8.48708487084869, 7.557737252935269]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LS\", \"countryKey\": \"LS\", \"countryName\": \"Lesotho\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [28.982089820898238, -28.909115496508896],\n              [28.632886328863293, -28.571379947930733],\n              [28.154081540815412, -28.703039568562897],\n              [28.017280172801748, -28.85616543168944],\n              [27.747277472774755, -28.909115496508896],\n              [27.41607416074163, -29.397114742547689],\n              [27.243272432724353, -29.548809522841271],\n              [27.016470164701673, -29.62608799582102],\n              [27.311673116731185, -30.131260235855311],\n              [27.743677436774391, -30.600655405065645],\n              [28.078480784807851, -30.659329801216934],\n              [28.215282152821544, -30.267213104986354],\n              [28.3628836288363, -30.159881892514477],\n              [28.859688596885974, -30.066861508372188],\n              [29.151291512915151, -29.910873479579728],\n              [29.162091620916215, -29.667589397976812],\n              [29.4356943569436, -29.342733594895272],\n              [29.313293132931335, -29.089431933461647],\n              [28.982089820898238, -28.909115496508896]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LT\", \"countryKey\": \"LT\", \"countryName\": \"Lithuania\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [26.595265952659531, 55.666448848495435],\n              [26.278462784627862, 55.743727321475191],\n              [26.177661776617782, 55.849627451114102],\n              [25.662856628566317, 56.140137266204647],\n              [25.108451084510875, 56.183069751193401],\n              [24.892448924489258, 56.439233578292942],\n              [24.446044460444625, 56.260348224173143],\n              [24.107641076410772, 56.260348224173143],\n              [23.708037080370815, 56.354799691148401],\n              [23.286832868328702, 56.373403767976853],\n              [23.114031140311425, 56.310436123326681],\n              [22.887228872288745, 56.407749755967856],\n              [22.68202682026822, 56.350506442649518],\n              [22.09522095220953, 56.417767335798558],\n              [21.328413284132864, 56.224571153349189],\n              [21.054810548105507, 56.072876373055607],\n              [21.072810728107299, 55.745158404308143],\n              [21.22401224012242, 55.520478399533687],\n              [21.267212672126732, 55.248572661271609],\n              [22.098820988209894, 55.029616987828987],\n              [22.250022500225015, 55.071118389984775],\n              [22.58122581225814, 55.058238644488156],\n              [22.80802808028082, 54.893664118697941],\n              [22.68202682026822, 54.452890606146781],\n              [22.768427684276872, 54.355576973505606],\n              [22.858428584285861, 54.39850945849436],\n              [23.430834308343094, 54.169536205221021],\n              [23.484834848348498, 53.939131869114732],\n              [23.643236432364347, 53.899061549791909],\n              [24.201242012420153, 53.952011614611365],\n              [24.377643776437793, 53.886181804295276],\n              [24.788047880478814, 53.969184608606867],\n              [24.856448564485675, 54.1466388798937],\n              [25.072450724507263, 54.132328051564116],\n              [25.223652236522383, 54.258263340864445],\n              [25.47205472054722, 54.296902577354317],\n              [25.544055440554416, 54.136621300062984],\n              [25.738457384573877, 54.1466388798937],\n              [25.695256952569537, 54.321230985514603],\n              [25.529655296552988, 54.345559393674904],\n              [25.742057420574213, 54.568808315616394],\n              [25.781657816578189, 54.869335710537655],\n              [26.138061380613834, 54.969511508844732],\n              [26.310863108631111, 55.144103614465649],\n              [26.577265772657739, 55.118344123472397],\n              [26.800468004680056, 55.272901069431896],\n              [26.444064440644411, 55.337299796915019],\n              [26.595265952659531, 55.666448848495435]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LU\", \"countryKey\": \"LU\", \"countryName\": \"Luxembourg\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [5.790657906579099, 49.537121074934916],\n              [5.959859598596012, 49.441238525126707],\n              [6.345063450634541, 49.455549353456291],\n              [6.499864998649997, 49.794715984867409],\n              [6.222662226622305, 49.887736369009701],\n              [6.11826118261186, 50.121002870781908],\n              [5.99945999459996, 50.175384018434329],\n              [5.715057150571539, 49.882012037677868],\n              [5.884258842588451, 49.643021204573827],\n              [5.790657906579099, 49.537121074934916]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LV\", \"countryKey\": \"LV\", \"countryName\": \"Latvia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [28.156495807785802, 56.16068318571228],\n              [28.164881648816504, 56.437802495459977],\n              [27.917010686061229, 56.813345935027598],\n              [27.660876608766102, 56.839936771521266],\n              [27.861305291501893, 57.284391332346445],\n              [27.351273512735133, 57.528287614174232],\n              [26.872468724687252, 57.627032329648358],\n              [26.498064980649815, 57.515407868677599],\n              [26.026460264602662, 57.774433861443057],\n              [26.001260012600142, 57.84598800309098],\n              [25.601656016560185, 57.911817813407055],\n              [25.263252632526331, 58.074961256364304],\n              [24.305643056430597, 57.868885328418315],\n              [24.406444064440677, 57.345109011555564],\n              [24.377643776437793, 57.230622384918888],\n              [23.952839528395316, 57.013097794309232],\n              [23.693636936369387, 56.967303143654561],\n              [23.25083250832509, 57.114704675449275],\n              [23.128431284312853, 57.370868502548817],\n              [22.6568265682657, 57.585530927492556],\n              [22.584825848258504, 57.760123033113473],\n              [21.998019980199814, 57.59984175582214],\n              [21.699216992169937, 57.555478188000436],\n              [21.422014220142216, 57.289296781070192],\n              [21.40041400414006, 57.037426202469518],\n              [21.065610656106571, 56.8456611028531],\n              [20.968409684096855, 56.253192810008358],\n              [21.054810548105507, 56.072876373055607],\n              [21.328413284132864, 56.224571153349189],\n              [22.09522095220953, 56.417767335798558],\n              [22.68202682026822, 56.350506442649518],\n              [22.887228872288745, 56.407749755967856],\n              [23.114031140311425, 56.310436123326681],\n              [23.286832868328702, 56.373403767976853],\n              [23.708037080370815, 56.354799691148401],\n              [24.107641076410772, 56.260348224173143],\n              [24.446044460444625, 56.260348224173143],\n              [24.892448924489258, 56.439233578292942],\n              [25.108451084510875, 56.183069751193401],\n              [25.662856628566317, 56.140137266204647],\n              [26.177661776617782, 55.849627451114102],\n              [26.278462784627862, 55.743727321475191],\n              [26.595265952659531, 55.666448848495435],\n              [26.822068220682212, 55.706519167818271],\n              [26.98046980469806, 55.826730125786767],\n              [27.59247592475927, 55.79381522062873],\n              [27.646476464764675, 55.922612675594976],\n              [27.912879128791303, 56.10006694688181],\n              [28.156495807785802, 56.16068318571228]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"LY\", \"countryKey\": \"LY\", \"countryName\": \"Libya\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [11.968319683196853, 23.517173006086566],\n              [13.413455082976215, 23.219564235782279],\n              [13.575443906943271, 23.157525962773619],\n              [14.232742327423296, 22.618452986988729],\n              [14.998306129940058, 23.00272877127917],\n              [15.985959859598609, 23.444187781605677],\n              [23.981639816398172, 19.495830245473655],\n              [23.981639816398172, 19.995278154176106],\n              [24.978849788497911, 20.002433568340905],\n              [24.982449824498275, 21.995931954651851],\n              [24.982449824498275, 29.181398858935623],\n              [24.874448744487466, 29.46904650836025],\n              [24.813248132481334, 29.891215944082958],\n              [24.687246872468734, 30.144517605516583],\n              [24.906849068490715, 30.497995065257285],\n              [24.993249932499339, 30.785642714681913],\n              [24.86004860048601, 31.146275588587415],\n              [24.86004860048601, 31.380973173192587],\n              [25.151651516515187, 31.657172159953546],\n              [24.982449824498275, 31.967717134705495],\n              [24.669246692466942, 32.032115862188618],\n              [24.546845468454705, 31.992045542865782],\n              [24.08964089640898, 32.006356371195366],\n              [23.999639996399992, 32.093652424005825],\n              [23.668436684366867, 32.1838106424822],\n              [23.24363243632439, 32.22101879613912],\n              [23.096030960309633, 32.324056760112114],\n              [23.085230852308541, 32.646050397527745],\n              [22.512825128251308, 32.790589763656541],\n              [22.149221492214934, 32.948008875281957],\n              [21.609216092160949, 32.930835881286455],\n              [21.454414544145465, 32.812056006150911],\n              [21.098010980109819, 32.780572183825825],\n              [20.56160561605617, 32.557323261884335],\n              [20.072000720007225, 32.176655228317415],\n              [19.938799387993896, 31.957699554874793],\n              [19.920799207992104, 31.717277638937787],\n              [20.021600216002184, 31.396715084355122],\n              [20.147601476014785, 31.216398647402372],\n              [20.036000360003612, 30.818557619839964],\n              [19.747997479974828, 30.510874810753918],\n              [19.337593375933778, 30.299074551476082],\n              [18.966789667896705, 30.277608308981712],\n              [18.653586535865372, 30.422147675110494],\n              [18.174781747817491, 30.785642714681913],\n              [17.364773647736484, 31.08617010960316],\n              [16.727567275672783, 31.223554061567171],\n              [16.043560435604377, 31.275073043553661],\n              [15.762757627576292, 31.388128587357372],\n              [15.489154891548935, 31.664327574118332],\n              [15.370353703537063, 31.929077898215624],\n              [15.370353703537063, 32.159482234321914],\n              [15.197551975519787, 32.389886570428203],\n              [14.470344703447068, 32.51868402539445],\n              [14.175141751417527, 32.717604539175667],\n              [13.570335703357046, 32.80346950915316],\n              [13.350733507335093, 32.903645307460252],\n              [12.731527315273183, 32.799176260654292],\n              [12.349923499235018, 32.832091165812329],\n              [11.845918459184617, 33.082530661580037],\n              [11.503915039150428, 33.181275377054163],\n              [11.449914499145024, 32.637463900529994],\n              [11.565115651156532, 32.465733960574994],\n              [11.442714427144296, 32.368420327933833],\n              [10.873908739087426, 32.136584908994578],\n              [10.607506075060769, 31.953406306375911],\n              [10.513905139051417, 31.757347958260624],\n              [10.26550265502658, 31.680069485280868],\n              [10.107101071010732, 31.412456995517658],\n              [10.269102691026944, 30.915871252481125],\n              [10.193501935019384, 30.731261567029506],\n              [9.873098730987323, 30.354886781961454],\n              [9.520295202952042, 30.228951492661125],\n              [9.286292862928661, 30.11732703169038],\n              [9.667896678966827, 29.607861543157213],\n              [9.826298262982647, 29.128448794116167],\n              [9.851498514985167, 28.786419997039133],\n              [9.775897758977607, 28.26693692867525],\n              [9.934299342993455, 27.866233735446926],\n              [9.721897218972202, 27.292369519430636],\n              [9.826298262982647, 26.920287982861467],\n              [9.909099090990935, 26.843009509881725],\n              [9.837098370983739, 26.503842878470593],\n              [9.484294842948458, 26.352148098177011],\n              [9.40149401494017, 26.113157265072971],\n              [9.970299702997067, 25.394753682927885],\n              [10.020700207002079, 25.267387310794604],\n              [10.031500315003171, 24.856666537735549],\n              [10.193501935019384, 24.749335325263687],\n              [10.391503915039181, 24.480291752667512],\n              [10.719107191071942, 24.551845894315434],\n              [11.507515075150764, 24.314286144044345],\n              [11.568715687156896, 24.267060410556724],\n              [11.968319683196853, 23.517173006086566]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MA\", \"countryKey\": \"MA\", \"countryName\": \"Morocco\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-2.951409764803164, 35.320942203433503],\n              [-2.960624854837905, 35.315516088433156],\n              [-2.968596023394795, 35.299253647173167],\n              [-2.970256683510813, 35.288952410330801],\n              [-2.965274703162758, 35.288410203654387],\n              [-2.965385413837159, 35.286873931683786],\n              [-2.967710337999584, 35.286150970080982],\n              [-2.968263891371591, 35.281993815584748],\n              [-2.966603231255572, 35.28127081040676],\n              [-2.963835464395541, 35.278920998996249],\n              [-2.953982214373831, 35.272413473101068],\n              [-2.950882315490599, 35.265724637784793],\n              [-2.945789624468141, 35.26581503113222],\n              [-2.941914750864099, 35.266990135471474],\n              [-2.932836475563197, 35.270244181616789],\n              [-2.927411652517537, 35.272955786895324],\n              [-2.926766941365234, 35.273869937982361],\n              [-2.916783427775018, 35.258854448315802],\n              [-2.927633073866339, 35.251622040704696],\n              [-2.930511551400771, 35.238059537194353],\n              [-2.903429034290326, 35.173342680532159],\n              [-2.561425614256109, 35.096064207552402],\n              [-2.223022230222284, 35.088908793387617],\n              [-2.1942219422194, 35.00304382341011],\n              [-1.769417694176923, 34.741155664978734],\n              [-1.870218702187003, 34.596616298849952],\n              [-1.704617046170426, 34.479267506547373],\n              [-1.809018090180871, 34.371936294075496],\n              [-1.675816758167542, 34.105754887145238],\n              [-1.740617406174039, 33.686447617088447],\n              [-1.611016110161074, 33.521873091298247],\n              [-1.675816758167542, 33.238518690372487],\n              [-1.499414994149902, 33.059633336252702],\n              [-1.55701557015567, 32.933698046952372],\n              [-1.423814238142342, 32.741932947335954],\n              [-1.04581045810454, 32.517252942561498],\n              [-1.218612186121845, 32.39274873609412],\n              [-1.251012510125065, 32.082203761342157],\n              [-2.514625146251433, 32.13229166049571],\n              [-2.93942939429391, 32.04928885618412],\n              [-2.827828278282766, 31.794556111917544],\n              [-3.659436594365928, 31.64715458012283],\n              [-3.673836738367356, 31.389559670190337],\n              [-3.817838178381749, 31.31943661137538],\n              [-3.555035550355484, 30.955941571803962],\n              [-3.645036450364472, 30.711226407368088],\n              [-3.835838358383569, 30.626792520223546],\n              [-4.37224372243719, 30.508012645088002],\n              [-4.624246242462391, 30.284763723146497],\n              [-4.876248762487592, 30.180294676340537],\n              [-5.272252722527185, 29.88692269558409],\n              [-5.538655386553842, 29.523427656012672],\n              [-5.75465754657543, 29.613585874489047],\n              [-6.697866978669765, 29.516272241847872],\n              [-6.784267842678389, 29.446149183032915],\n              [-7.147871478714762, 29.509116827683087],\n              [-7.349473494734923, 29.383181538382757],\n              [-7.619476194761916, 29.388905869714591],\n              [-8.382683826838246, 28.905199872174677],\n              [-8.681486814868123, 28.666209039070637],\n              [-8.681486814868123, 27.661588890333888],\n              [-13.181145370926863, 27.661588890001504],\n              [-13.170731707317032, 27.684486215661209],\n              [-12.969129691296871, 27.914890551767513],\n              [-12.061920619206148, 28.08948265738843],\n              [-11.485914859148551, 28.325611324826554],\n              [-11.046710467104646, 28.762091588878832],\n              [-10.575105751057492, 28.99106484215217],\n              [-10.143101431014287, 29.428976189037414],\n              [-9.81909819098189, 29.838265879263503],\n              [-9.653496534965313, 30.127344611521082],\n              [-9.610296102961001, 30.404974681115007],\n              [-9.887498874988722, 30.686897999207787],\n              [-9.81909819098189, 30.792798128846712],\n              [-9.847898478984746, 31.402439415686956],\n              [-9.66789667896677, 31.731588467267372],\n              [-9.365493654936529, 32.026391530856785],\n              [-9.268292682926813, 32.228174210303919],\n              [-9.261092610926084, 32.577358421545739],\n              [-8.868688686886827, 32.882179064965868],\n              [-8.530285302853002, 33.268571429864622],\n              [-7.497074970749679, 33.650670546264493],\n              [-7.101071010710086, 33.839573480214995],\n              [-6.823868238682365, 34.039925076829164],\n              [-6.557465574655708, 34.417730944730152],\n              [-6.29106291062908, 34.881401782608663],\n              [-5.909459094590915, 35.797294795701987],\n              [-5.599855998559946, 35.821623203862273],\n              [-5.3995825106326, 35.924840539948647],\n              [-5.387418011072289, 35.922625025994428],\n              [-5.383417253434471, 35.912905163029841],\n              [-5.377438877016805, 35.906448974110369],\n              [-5.377217455668002, 35.895149375945685],\n              [-5.375667506226385, 35.887794802707205],\n              [-5.368582023064704, 35.879542517122253],\n              [-5.359282326414998, 35.876671955367435],\n              [-5.35485389943895, 35.872904185204902],\n              [-5.350425472462901, 35.874518965787402],\n              [-5.342469080335666, 35.87135845199824],\n              [-5.346439888184459, 35.854421575070411],\n              [-5.250652506525029, 35.584063453591199],\n              [-4.771847718477147, 35.240603573681199],\n              [-4.375843758437554, 35.151876438037775],\n              [-3.673836738367356, 35.28782930716882],\n              [-3.414634146341427, 35.197671088692445],\n              [-3.238065804887392, 35.218932553459844],\n              [-3.13532629904305, 35.284027233038032],\n              [-3.083070860725668, 35.281858252605581],\n              [-3.034358163989126, 35.336787845402945],\n              [-2.995388006599893, 35.433546486269677],\n              [-2.9511037368394, 35.439319449426883],\n              [-2.968817444743597, 35.364960915168034],\n              [-2.951409764803164, 35.320942203433503]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ME\", \"countryKey\": \"ME\", \"countryName\": \"Montenegro\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.064800648006496, 42.546281435933466],\n              [20.025200252002548, 42.7237357072203],\n              [20.345603456034581, 42.826773671193308],\n              [19.927999279992832, 43.114421320617922],\n              [19.618396183961863, 43.168802468270343],\n              [19.193591935919386, 43.532297507841761],\n              [18.905589055890573, 43.490796105685973],\n              [19.07119071190715, 43.309048585900257],\n              [18.991989919899225, 43.267547183744469],\n              [18.988389883898861, 43.273271515076303],\n              [18.898388983889873, 43.351981070889011],\n              [18.664386643866465, 43.233201195753466],\n              [18.639186391863944, 43.019969853642678],\n              [18.451984519845212, 42.992779279816475],\n              [18.516785167851708, 42.603524749251804],\n              [18.437584375843784, 42.559161181430099],\n              [18.495184951849552, 42.416052898134268],\n              [18.653586535865372, 42.451829968958222],\n              [19.366393663936663, 41.85220626194868],\n              [19.378359635170227, 42.071288500036239],\n              [19.399820668607418, 42.104455551711901],\n              [19.28178498470286, 42.180544670261945],\n              [19.697596975969788, 42.655043731238308],\n              [19.819998199982024, 42.466140797287807],\n              [20.064800648006496, 42.546281435933466]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"MD\",\n        \"countryKey\": \"MD\",\n        \"countryName\": \"Moldova, Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [26.616866168661716, 48.259164105103125],\n              [26.998469984699852, 48.166143720960832],\n              [27.171271712717157, 47.974378621344414],\n              [27.304473044730457, 47.666695812258382],\n              [27.563675636756386, 47.467775298477164],\n              [27.804878048780495, 47.144350578228583],\n              [28.028080280802811, 47.032726117257837],\n              [28.233282332823336, 46.662075663521634],\n              [28.247682476824792, 46.427378078916462],\n              [28.08568085680858, 46.000915394694886],\n              [28.200882008820116, 45.461397166669585],\n              [28.481684816848173, 45.501467485992421],\n              [28.474484744847473, 45.657455514784886],\n              [28.737287372873737, 45.837771951737636],\n              [28.758887588875893, 45.960845075372049],\n              [28.956889568895718, 46.000915394694886],\n              [29.014490144901458, 46.182662914480588],\n              [28.946089460894626, 46.454568652742665],\n              [29.162091620916215, 46.537571457054256],\n              [29.201692016920191, 46.357255020101505],\n              [29.457294572945756, 46.4846213922348],\n              [29.597695976959784, 46.362979351433339],\n              [29.712897128971321, 46.471741646738167],\n              [29.846098460984621, 46.341513108938969],\n              [30.08010080100803, 46.374428014097006],\n              [29.914499144991453, 46.518967380225789],\n              [29.928899288992909, 46.809477195316333],\n              [29.558095580955836, 46.945430064447379],\n              [29.558095580955836, 47.324667015181333],\n              [29.41049410494108, 47.280303447359628],\n              [29.118891188911903, 47.533605108793253],\n              [29.237692376923775, 47.87134065737142],\n              [29.122491224912267, 47.975809704177379],\n              [28.94968949689499, 47.934308302021577],\n              [28.79848798487987, 48.111762573308411],\n              [28.366483664836665, 48.230542448443956],\n              [28.078480784807851, 48.24485327677354],\n              [27.750877508775119, 48.452360287552494],\n              [27.502475024750254, 48.472395447213913],\n              [27.174871748717493, 48.362202069076119],\n              [26.843668436684396, 48.393685891401205],\n              [26.616866168661716, 48.259164105103125]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MG\", \"countryKey\": \"MG\", \"countryName\": \"Madagascar\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [44.253442534425346, -20.375568563578376],\n              [44.127441274412746, -20.498641687212796],\n              [43.900639006390065, -20.883602969278584],\n              [43.814238142381441, -21.224200683522668],\n              [43.508235082350836, -21.310065653500168],\n              [43.472234722347224, -21.672129610238621],\n              [43.346233462334624, -21.750839166051328],\n              [43.223832238322387, -22.233114080758291],\n              [43.357033570335716, -22.829875622101909],\n              [43.583835838358397, -23.076021869370749],\n              [43.627036270362709, -23.339341110635075],\n              [43.756637566375673, -23.453827737271745],\n              [43.641436414364165, -23.638437422723371],\n              [43.655836558365593, -24.18511106491345],\n              [43.706237062370633, -24.405497821189037],\n              [43.839438394383961, -24.505673619496115],\n              [44.03024030240303, -24.999397196866738],\n              [44.368643686436883, -25.256992106799238],\n              [44.833048330483308, -25.344288159609697],\n              [45.135451354513549, -25.584710075546695],\n              [45.491854918549194, -25.573261412883028],\n              [46.237062370623704, -25.198317710647949],\n              [46.654666546665482, -25.184006882318364],\n              [46.953469534695358, -25.070951338514654],\n              [47.126271262712635, -24.934998469383615],\n              [47.569075690756932, -23.853099847667117],\n              [47.619476194761972, -23.591211689235742],\n              [47.835478354783561, -22.901429763749832],\n              [47.900279002790029, -22.480691410860082],\n              [48.20268202682027, -21.796633816705999],\n              [48.562685626856279, -20.577351243025504],\n              [48.825488254882572, -19.90331122870213],\n              [48.857888578885792, -19.684355555259501],\n              [49.077490774907773, -19.066127771421506],\n              [49.358293582935829, -18.423571579423218],\n              [49.50229502295025, -17.663666595122343],\n              [49.430294302943054, -17.284429644388382],\n              [49.624696246962486, -16.885157533993009],\n              [49.840698406984075, -16.827914220674678],\n              [49.721897218972202, -16.707703262706175],\n              [49.847898478984803, -16.551715233913718],\n              [49.851498514985167, -16.241170259161763],\n              [49.682296822968226, -16.020783502886182],\n              [49.732697326973266, -15.906296876249513],\n              [49.639096390963914, -15.544232919511053],\n              [49.901899018990207, -15.422590878709599],\n              [50.038700387003871, -15.859071142761884],\n              [50.229502295022968, -15.970695603732636],\n              [50.485104851048533, -15.444057121203969],\n              [50.477904779047805, -15.195048708269219],\n              [50.233102331023332, -14.738533284555515],\n              [50.143101431014315, -13.782569952139347],\n              [49.973899738997403, -13.331778859757478],\n              [49.941499414994155, -13.034113630502148],\n              [49.804698046980491, -12.80514037722881],\n              [49.563495634956354, -12.616237443278315],\n              [49.592295922959238, -12.503181899474605],\n              [49.379893798938014, -12.222689664214769],\n              [49.261092610926113, -11.9436285117879],\n              [49.199891998920009, -12.146842274067978],\n              [48.983889838898392, -12.332883042352563],\n              [48.955089550895508, -12.468835911483602],\n              [48.728287282872827, -12.434489923492606],\n              [48.886688866888676, -12.564718461291811],\n              [48.955089550895508, -12.812295791393602],\n              [48.746287462874648, -13.411919498403144],\n              [48.425884258842586, -13.523543959373896],\n              [48.32868328683287, -13.779707786473438],\n              [48.181081810818114, -13.746792881315393],\n              [48.083880838808398, -13.52926829070573],\n              [47.965079650796525, -13.520681793707979],\n              [47.875078750787509, -13.784001034972306],\n              [48.047880478804785, -14.08452842989356],\n              [47.907479074790757, -14.100270341056103],\n              [47.709477094770961, -14.369313913652263],\n              [47.752677526775273, -14.601149332591518],\n              [47.48267482674828, -15.080562081632557],\n              [47.421474214742148, -14.966075454995888],\n              [47.518675186751892, -14.82010500603414],\n              [47.45747457474576, -14.661254811575766],\n              [47.057870578705803, -15.216514950763596],\n              [47.230672306723079, -15.432608458540308],\n              [46.953469534695358, -15.525628842682593],\n              [47.075870758707595, -15.323846163235473],\n              [46.97146971469715, -15.197910873935136],\n              [46.481864818648205, -15.491282854691597],\n              [46.334263342633449, -15.630097889488553],\n              [46.298262982629836, -15.816138657773138],\n              [46.445864458644593, -15.880537385256261],\n              [46.330663306633085, -15.977851017897429],\n              [46.219062190621912, -15.707376362468302],\n              [45.693456934569355, -15.783223752615093],\n              [45.610656106561066, -15.980713183563346],\n              [45.265052650526513, -15.923469870245015],\n              [44.854648546485464, -16.22542834799922],\n              [44.451444514445143, -16.186789111509349],\n              [44.401044010440103, -16.372829879793926],\n              [44.429844298442987, -16.700547848541383],\n              [43.943839438394406, -17.456159584343382],\n              [44.037440374403758, -17.769566724761255],\n              [44.001440014400146, -17.938434499050338],\n              [44.04824048240485, -18.426433745089135],\n              [44.25704257042571, -18.804239612990131],\n              [44.228242282422826, -19.054679108757838],\n              [44.483844838448391, -19.52264319513521],\n              [44.372243722437247, -19.774513773735876],\n              [44.480244802448027, -19.913328808532839],\n              [44.253442534425346, -20.375568563578376]\n            ]\n          ],\n          [\n            [\n              [48.332283322833234, -13.360400516416647],\n              [48.317883178831806, -13.200119239125314],\n              [48.206282062820634, -13.381866758911016],\n              [48.332283322833234, -13.360400516416647]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"MK\",\n        \"countryKey\": \"MK\",\n        \"countryName\": \"North Macedonia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.964809648096491, 40.849017196044898],\n              [21.209612096120992, 40.869052355706316],\n              [21.260012600126032, 40.860465858708565],\n              [21.429214292142944, 40.909122675029138],\n              [21.508415084150869, 40.900536178031388],\n              [21.764017640176434, 40.923433503358723],\n              [21.897218972189734, 41.080852614984138],\n              [22.206822068220703, 41.160993253629812],\n              [22.422824228242291, 41.115198602975141],\n              [22.660426604266064, 41.172441916293479],\n              [22.746756175516431, 41.152324071567598],\n              [22.750427504275052, 41.31555019958931],\n              [22.826028260282612, 41.341309690582563],\n              [22.916029160291629, 41.335585359250729],\n              [23.009630096300981, 41.716253392817634],\n              [22.844028440284433, 42.013918622072978],\n              [22.5308253082531, 42.12840524870964],\n              [22.343623436234395, 42.313014934161259],\n              [22.260822608226107, 42.368827164646632],\n              [21.562415624156273, 42.245754041012219],\n              [21.238412384123848, 42.096921426384554],\n              [21.098010980109819, 42.19566614185868],\n              [20.766807668076694, 42.064006521226517],\n              [20.748807488074902, 41.906587409601102],\n              [20.568805688056898, 41.87367250444305],\n              [20.442804428044298, 41.550247784194468],\n              [20.576005760057626, 41.093732360480772],\n              [20.766807668076694, 40.893380763866602],\n              [20.964809648096491, 40.849017196044898]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ML\", \"countryKey\": \"ML\", \"countryName\": \"Mali\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [0.217802178021799, 14.910640848675158],\n              [0.221402214022163, 14.996505818652665],\n              [0.67140671406716, 14.939262505334327],\n              [0.973809738097401, 14.990781487320831],\n              [1.330213302133046, 15.284153468077292],\n              [3.000630006300099, 15.338534615729699],\n              [3.072630726307295, 15.427261751373123],\n              [3.508235082350836, 15.354276526892249],\n              [3.526235262352657, 15.495953727355115],\n              [3.86881480374625, 15.69687727610185],\n              [4.105408237237507, 16.341851549141062],\n              [4.197988276429737, 16.393284904247857],\n              [4.216607853692668, 17.001425126193386],\n              [4.268044213572687, 17.004132303029177],\n              [4.262263574394384, 19.144491804552761],\n              [3.306633066330676, 18.982071508441607],\n              [3.10143101431018, 19.153801448396607],\n              [3.2526325263253, 19.365601707674443],\n              [3.216632166321688, 19.793495474728985],\n              [2.946629466294695, 19.94232808935665],\n              [2.399423994239982, 20.056814715993312],\n              [2.183421834218365, 20.278632555101865],\n              [1.891818918189216, 20.231406821614229],\n              [1.650616506165079, 20.41172325856698],\n              [1.643416434164379, 20.523347719537739],\n              [1.297812978129798, 20.73371689598261],\n              [1.168211682116834, 20.73371689598261],\n              [1.146611466114678, 21.101505184052897],\n              [-4.822248222482187, 24.995481572532512],\n              [-6.593465934659321, 24.994050489699561],\n              [-5.625056250562466, 16.527764449918081],\n              [-5.355053550535473, 16.311670942141362],\n              [-5.509855098550958, 15.494522644522164],\n              [-9.347493474934709, 15.495953727355115],\n              [-9.837098370983682, 15.371449520887751],\n              [-10.308703087030835, 15.435848248370874],\n              [-10.737107371073677, 15.422968502874241],\n              [-10.913509135091317, 15.102405948291576],\n              [-11.41031410314099, 15.60185385699404],\n              [-11.727117271172688, 15.541748378009785],\n              [-11.84591845918456, 15.179684421271332],\n              [-11.82071820718204, 14.900623268844456],\n              [-12.069120691206876, 14.734617660221289],\n              [-12.263522635226309, 14.774687979544126],\n              [-12.166321663216593, 14.625855364916461],\n              [-12.220322203221997, 14.391157780311289],\n              [-12.033120331203293, 14.250911662681375],\n              [-11.961119611196068, 13.908882865604326],\n              [-12.097920979209761, 13.704238020491289],\n              [-11.881918819188172, 13.453798524723581],\n              [-11.611916119161151, 13.360778140581289],\n              [-11.532715327153255, 13.111769727646546],\n              [-11.38511385113847, 12.932884373526747],\n              [-11.467914679146759, 12.54362984296209],\n              [-11.388713887138834, 12.403383725332162],\n              [-11.507515075150735, 12.19158346605434],\n              [-11.316713167131638, 12.01269811193454],\n              [-11.190711907119038, 12.014129194767506],\n              [-11.053910539105374, 12.203032128718007],\n              [-10.909909099090953, 12.20016996305209],\n              [-10.711907119071157, 11.891056071133093],\n              [-10.510305103050996, 12.118598241573466],\n              [-10.265502655026523, 12.217342957047592],\n              [-9.721897218972174, 12.025577857431173],\n              [-9.628296282962793, 12.170117223559956],\n              [-9.307893078930761, 12.344709329180873],\n              [-9.322293222932188, 12.496404109474454],\n              [-8.994689946899427, 12.387641814169626],\n              [-8.926289262892595, 12.064217093921044],\n              [-8.796687966879631, 11.912522313627463],\n              [-8.847088470884671, 11.657789569360872],\n              [-8.656286562865603, 11.496077209236589],\n              [-8.375483754837518, 11.367279754270342],\n              [-8.616686166861626, 11.134013252498136],\n              [-8.681486814868123, 10.952265732712419],\n              [-8.505085050850482, 11.052441531019511],\n              [-8.31068310683105, 11.000922549033007],\n              [-8.296282962829594, 10.537251711154511],\n              [-7.965079650796469, 10.259621641560585],\n              [-7.990279902798989, 10.162308008919425],\n              [-7.828278282782804, 10.210964825240012],\n              [-7.662676626766228, 10.437075912847419],\n              [-7.464674646746431, 10.429920498682634],\n              [-7.345873458734559, 10.248172978896918],\n              [-6.96066960669603, 10.18520533424676],\n              [-6.971469714697122, 10.332606866041459],\n              [-6.701467014670129, 10.34119336303921],\n              [-6.669066690666881, 10.65460050345709],\n              [-6.420664206642044, 10.557286870815929],\n              [-6.409864098640952, 10.694670822779926],\n              [-6.244262442624404, 10.720430313773178],\n              [-6.186661866618635, 10.481439480669138],\n              [-6.244262442624404, 10.28967438105272],\n              [-6.017460174601723, 10.189498582745628],\n              [-5.80505805058047, 10.414178587520084],\n              [-5.524255242552385, 10.425627250183751],\n              [-5.430654306543033, 10.844934520240542],\n              [-5.506255062550593, 11.056734779518379],\n              [-5.322653226532225, 11.135444335331087],\n              [-5.218252182521809, 11.421660901922749],\n              [-5.283052830528277, 11.836674923480672],\n              [-5.167851678516769, 11.944006135952549],\n              [-4.80784807848076, 11.996956200772004],\n              [-4.559445594455923, 12.150082063898552],\n              [-4.386643866438646, 12.530750097465457],\n              [-4.483844838448363, 12.715359782917091],\n              [-4.29664296642963, 12.712497617251174],\n              [-4.210242102421006, 12.819828829723036],\n              [-4.350643506435034, 13.118925141811332],\n              [-3.972639726397233, 13.469540435886131],\n              [-3.461434614346103, 13.166150875298953],\n              [-3.249032490324879, 13.292086164599297],\n              [-3.267032670326671, 13.717117765987922],\n              [-3.069030690306874, 13.606924387850128],\n              [-2.896228962289598, 13.651287955671833],\n              [-2.928629286292846, 13.800120570299498],\n              [-2.842228422284194, 14.043404651902421],\n              [-2.460624606246029, 14.280964402173495],\n              [-2.151021510215088, 14.156460195706117],\n              [-2.025020250202488, 14.197961597861919],\n              [-1.967419674196719, 14.484178164453581],\n              [-1.697416974169727, 14.495626827117249],\n              [-1.351813518135145, 14.714582500559871],\n              [-1.042210422104205, 14.817620464532865],\n              [-0.754207542075392, 15.069491043133539],\n              [-0.235802358023562, 15.065197794634656],\n              [0.217802178021799, 14.910640848675158]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MM\", \"countryKey\": \"MM\", \"countryName\": \"Myanmar\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [92.263522635226337, 21.06143486473006],\n              [92.382323823238238, 20.700801990824573],\n              [92.652326523265202, 20.418878672731779],\n              [92.731527315273155, 20.258597395440447],\n              [92.749527495274975, 20.499019311377438],\n              [92.893528935289368, 20.330151537088355],\n              [92.771127711277103, 20.201354082122108],\n              [92.969129691296899, 20.129799940474186],\n              [93.134731347313476, 19.833565794051822],\n              [93.131131311313112, 20.075418792821779],\n              [93.375933759337585, 20.088298538318398],\n              [93.447934479344809, 19.950914586354401],\n              [93.746737467374686, 19.916568598363398],\n              [93.602736027360294, 19.783477894898283],\n              [93.947960945150186, 19.428209924819292],\n              [93.689136891368918, 19.558797890123813],\n              [93.642336423364242, 19.491536996974773],\n              [93.804338043380454, 19.276874572031033],\n              [93.96379415834798, 19.411916102378491],\n              [93.987939879398795, 19.387067950168813],\n              [93.83313833138331, 19.238235335541148],\n              [93.498334983349849, 19.314082725687939],\n              [93.678336783367826, 19.019279662098526],\n              [93.930339303393026, 18.858998384807194],\n              [93.955539555395575, 19.126610874570403],\n              [94.052740527405291, 19.221062341545647],\n              [94.038340383403835, 18.858998384807194],\n              [94.153541535415371, 18.820359148317323],\n              [94.243542435424359, 18.539866913057494],\n              [94.416344163441607, 18.313755825450073],\n              [94.448744487444884, 17.97315811120599],\n              [94.614346143461404, 17.545264344151448],\n              [94.592745927459276, 17.291962682717823],\n              [94.513545135451324, 17.274789688722322],\n              [94.463144631446283, 16.949933885640789],\n              [94.272342723427215, 16.537782029748783],\n              [94.214742147421447, 16.015436795718998],\n              [94.340743407434076, 15.996832718890531],\n              [94.643146431464316, 16.283049285482207],\n              [94.657507034381382, 16.218541958602842],\n              [94.391143911439116, 16.001125967389413],\n              [94.416344163441607, 15.872328512423167],\n              [94.62874628746286, 16.075542274703238],\n              [94.658999314588144, 16.211838688019458],\n              [94.6791467914679, 16.121336925357909],\n              [94.563945639456364, 15.962486730899542],\n              [94.722347223472212, 15.856586601260616],\n              [94.869948699486969, 16.04119628671225],\n              [94.848348483484841, 15.790756790944542],\n              [95.053550535505366, 15.846569021429914],\n              [95.129151291512898, 16.148527499184112],\n              [95.125551255512534, 15.817947364770745],\n              [95.298352983529838, 15.902381251915287],\n              [95.294752947529474, 15.72778914629437],\n              [95.431554315543139, 15.733513477626204],\n              [95.665556655566576, 15.949606985402909],\n              [95.733957339573379, 16.127061256689743],\n              [95.888758887588864, 16.244410048992322],\n              [96.284762847628457, 16.366052089793783],\n              [96.266762667626693, 16.596456425900072],\n              [96.435964359643577, 16.477676550764528],\n              [96.61596615966161, 16.517746870087365],\n              [96.799567995679951, 16.736702543529987],\n              [96.911169111691123, 17.067282677943368],\n              [96.903969039690395, 17.374965487029414],\n              [97.069570695706972, 17.251892363394987],\n              [97.199171991719908, 16.997159619128411],\n              [97.256772567725676, 16.698063307040115],\n              [97.371973719737213, 16.483400882096362],\n              [97.652776527765269, 16.539213112581749],\n              [97.580775807758044, 16.009712464387164],\n              [97.713977139771401, 15.888070423585702],\n              [97.807578075780754, 15.17539117277245],\n              [97.793177931779297, 14.880588109183037],\n              [97.994779947799458, 14.331052301327034],\n              [98.109981099810994, 14.132131787545831],\n              [98.063180631806318, 14.010489746744369],\n              [98.160381603816035, 13.689927192161704],\n              [98.232382323823259, 14.003334332579584],\n              [98.243182431824295, 13.714255600322005],\n              [98.430384303843056, 13.478126932883882],\n              [98.577985779857812, 13.186186034960372],\n              [98.628386283862852, 12.756861185072879],\n              [98.689586895868928, 12.72823952841371],\n              [98.552785527855264, 12.280310601697749],\n              [98.696786967869656, 12.241671365207878],\n              [98.63558635586358, 12.089976584914297],\n              [98.721987219872204, 11.964041295613967],\n              [98.603186031860304, 11.753672119169082],\n              [98.76878768787688, 11.762258616166832],\n              [98.696786967869656, 11.38731491393176],\n              [98.757987579875788, 11.268535038796216],\n              [98.657186571865708, 11.13258216966517],\n              [98.711187111871112, 10.925075158886216],\n              [98.459184591845911, 10.714705982441345],\n              [98.527585275852772, 10.364090688366545],\n              [98.541985419854171, 9.987715903298508],\n              [98.747187471874696, 10.351210942869926],\n              [98.765187651876516, 10.688946491448093],\n              [98.973989739897405, 10.824899360579138],\n              [99.002790027900261, 10.957990064044253],\n              [99.21159211592115, 11.108253761504884],\n              [99.629196291962927, 11.815208680986302],\n              [99.467194671946714, 12.125753655738251],\n              [99.39519395193949, 12.589424493616747],\n              [99.215192151921514, 12.733963859745543],\n              [99.103591035910341, 13.171875206630787],\n              [99.189991899918965, 13.229118519949125],\n              [99.153991539915381, 13.714255600322005],\n              [98.945189451894493, 14.069164142895659],\n              [98.5491854918549, 14.37827803481467],\n              [98.243182431824295, 14.804740719036246],\n              [98.163981639816399, 15.125303273618911],\n              [98.397983979839779, 15.355707609725201],\n              [98.5347853478535, 15.32565487023308],\n              [98.541985419854171, 15.734944560459155],\n              [98.657186571865708, 16.115612594026075],\n              [98.837188371883741, 16.144234250685244],\n              [98.901989019890181, 16.363189924127866],\n              [98.811988119881192, 16.439037314274657],\n              [98.682386823868256, 16.273031705651491],\n              [98.455584555845547, 16.723822798033368],\n              [98.520385203852044, 16.813981016509743],\n              [98.437584375843727, 17.011470447457995],\n              [98.099180991809902, 17.301980262548526],\n              [97.983979839798366, 17.505194024828612],\n              [97.674376743767453, 17.830049827910159],\n              [97.753577535775349, 17.968864862707107],\n              [97.559175591755917, 18.328066653779658],\n              [97.379173791737884, 18.521262836229027],\n              [97.746377463774621, 18.571350735382566],\n              [97.656376563765633, 18.926259277956234],\n              [97.811178111781118, 19.112300046240819],\n              [97.767977679776806, 19.397085529999529],\n              [97.839978399783973, 19.555935724457896],\n              [98.009180091800914, 19.638938528769486],\n              [98.02358023580237, 19.803513054559687],\n              [98.307983079830791, 19.690457510755991],\n              [98.531185311853136, 19.676146682426406],\n              [99.009990099900989, 19.846445539548441],\n              [99.117991179911797, 20.118351277810532],\n              [99.29439294392941, 20.062539047325146],\n              [99.524795247952483, 20.195629750790275],\n              [99.420394203942038, 20.375946187743025],\n              [99.650796507965055, 20.30725421176102],\n              [99.94239942399426, 20.444638163725031],\n              [100.100801008010052, 20.317271791591736],\n              [100.212402124021224, 20.697939825158656],\n              [100.385203852038529, 20.831030528623771],\n              [100.53640536405365, 20.808133203296435],\n              [100.543605436054378, 21.027088876739072],\n              [100.723607236072354, 21.311874360497768],\n              [101.00441004410041, 21.406325827473026],\n              [101.159211592115895, 21.552296276434774],\n              [101.119611196111947, 21.759803287213728],\n              [100.878408784087839, 21.676800482902152],\n              [100.705607056070534, 21.51651920561082],\n              [100.457204572045697, 21.454982643793599],\n              [100.327603276032761, 21.523674619775605],\n              [100.187201872018733, 21.427792069967396],\n              [100.147601476014728, 21.649609909075934],\n              [99.949599495994931, 21.721164050723857],\n              [99.94239942399426, 22.04601985380539],\n              [99.143191431914289, 22.153351066277267],\n              [99.359193591935906, 22.495379863354316],\n              [99.308793087930866, 22.745819359122024],\n              [99.492394923949206, 23.057795416706938],\n              [99.215192151921514, 23.057795416706938],\n              [98.858788587885869, 23.179437457508399],\n              [98.858788587885869, 23.604469058897024],\n              [98.664386643866436, 23.796234158513428],\n              [98.664386643866436, 23.969395181301394],\n              [98.865988659886597, 24.145418369755262],\n              [98.58518585185854, 24.075295310940305],\n              [98.181981819818219, 24.118227795929059],\n              [97.890378903789014, 24.02234524612085],\n              [97.638376383763813, 23.863495051662468],\n              [97.515975159751605, 23.942204607475176],\n              [97.706777067770673, 24.125383210093844],\n              [97.638376383763813, 24.438790350511724],\n              [97.519575195751969, 24.430203853513973],\n              [97.537575375753732, 24.745042076764804],\n              [97.77157771577717, 24.855235454902598],\n              [97.703177031770309, 24.959704501708558],\n              [97.82197821978221, 25.26166297946277],\n              [97.890378903789014, 25.205850748977383],\n              [98.109981099810994, 25.389029351596051],\n              [98.13878138781385, 25.61084719070459],\n              [98.333183331833339, 25.566483622882885],\n              [98.509585095850952, 25.838389361144976],\n              [98.693186931869292, 25.878459680467799],\n              [98.545585455854535, 26.106001850908171],\n              [98.754387543875424, 26.625484919272054],\n              [98.736387363873661, 27.049085437827713],\n              [98.671586715867164, 27.175020727128057],\n              [98.678786787867892, 27.577155003189347],\n              [98.408784087840871, 27.684486215661209],\n              [98.293582935829335, 27.53708468386651],\n              [98.10638106381063, 27.973564947918803],\n              [98.117181171811723, 28.14100163937492],\n              [97.857978579785794, 28.369974892648258],\n              [97.544775447754461, 28.538842666937342],\n              [97.447574475744744, 28.296989668167384],\n              [97.325173251732537, 28.216849029521711],\n              [97.332373323733208, 27.894855392106095],\n              [97.224372243722456, 27.899148640604963],\n              [96.871568715687175, 27.618656405345135],\n              [96.903969039690395, 27.408287228900264],\n              [97.134371343713411, 27.127794993640421],\n              [96.842768427684263, 27.187900472624676],\n              [96.759967599676003, 27.342457418584175],\n              [96.144361443614429, 27.258023531439633],\n              [95.888758887588864, 27.027619195333344],\n              [95.262352623526255, 26.646951161766424],\n              [95.24075240752407, 26.649813327432341],\n              [95.03915039150391, 26.475221221811424],\n              [95.046350463504638, 26.247679051371051],\n              [95.150751507515082, 26.050189620422799],\n              [94.999549995499962, 25.921392165456552],\n              [95.010350103501054, 25.736782480004933],\n              [94.650346503465045, 25.446272664914389],\n              [94.549545495454964, 25.24592106830022],\n              [94.707947079470813, 25.025534312024632],\n              [94.290342903429035, 24.317148309710262],\n              [94.131941319413187, 23.856339637497683],\n              [94.117541175411731, 23.842028809168099],\n              [93.613536135361329, 24.009465500624231],\n              [93.303933039330417, 24.035224991617469],\n              [93.433534335343353, 23.647401543885763],\n              [93.375933759337585, 23.129349558354846],\n              [93.13833138331384, 23.004845351887482],\n              [93.080730807308072, 22.773009932948227],\n              [93.167131671316696, 22.386617568049473],\n              [93.141931419314204, 22.18769705426827],\n              [93.023130231302304, 22.202007882597854],\n              [92.979929799297992, 21.995931954651851],\n              [92.684726847268479, 22.154782149110233],\n              [92.57672576725767, 21.977327877823399],\n              [92.591125911259127, 21.495052963116436],\n              [92.641526415264167, 21.298994615001149],\n              [92.321123211232106, 21.462138057958398],\n              [92.184321843218441, 21.317598691829602],\n              [92.263522635226337, 21.06143486473006]\n            ]\n          ],\n          [\n            [\n              [98.279182791827935, 11.799466769823752],\n              [98.185581855818526, 11.44598931008305],\n              [98.282782827828299, 11.508956954733208],\n              [98.279182791827935, 11.799466769823752]\n            ]\n          ],\n          [\n            [\n              [98.5347853478535, 11.803760018322635],\n              [98.390783907839051, 11.663513900692706],\n              [98.5347853478535, 11.528992114394626],\n              [98.5347853478535, 11.803760018322635]\n            ]\n          ],\n          [\n            [\n              [98.603186031860304, 11.966903461279884],\n              [98.430384303843056, 12.099994164744999],\n              [98.477184771847732, 11.891056071133093],\n              [98.603186031860304, 11.966903461279884]\n            ]\n          ],\n          [\n            [\n              [98.46638466384664, 12.583700162284913],\n              [98.315183151831519, 12.686738126257922],\n              [98.300783007830063, 12.337553915016088],\n              [98.46638466384664, 12.583700162284913]\n            ]\n          ],\n          [\n            [\n              [97.587975879758773, 16.41470890611437],\n              [97.519575195751969, 16.510591455922579],\n              [97.458374583745837, 16.30165336231066],\n              [97.569975699757009, 16.222943806497952],\n              [97.587975879758773, 16.41470890611437]\n            ]\n          ],\n          [\n            [\n              [93.746737467374686, 18.800323988655904],\n              [93.483934839348393, 18.874740295969744],\n              [93.645936459364606, 18.678681947854443],\n              [93.746737467374686, 18.800323988655904]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MN\", \"countryKey\": \"MN\", \"countryName\": \"Mongolia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [116.68256682566826, 49.823337641526578],\n              [116.574565745657452, 49.922082357000704],\n              [116.218162181621807, 50.013671658310031],\n              [115.750157501574989, 49.884874203343784],\n              [115.368553685536853, 49.894891783174501],\n              [114.997749977499751, 50.143900196109243],\n              [114.752947529475279, 50.236920580251535],\n              [114.284942849428461, 50.276990899574372],\n              [113.84933849338492, 50.080932551459085],\n              [113.579335793357899, 50.019395989641865],\n              [113.212132121321218, 49.821906558693627],\n              [113.042930429304278, 49.588640056921406],\n              [112.733327333273309, 49.492757507113211],\n              [112.430924309243068, 49.528534577937165],\n              [112.031320313203111, 49.411185785634586],\n              [111.340113401134005, 49.365391134979916],\n              [110.731707317073159, 49.137848964539543],\n              [110.37170371703715, 49.242318011345503],\n              [110.180901809018081, 49.16217737269983],\n              [109.72729727297272, 49.26664641950579],\n              [109.162091620916186, 49.346787058151449],\n              [108.539285392853941, 49.326751898490045],\n              [108.2512825128251, 49.522810246605331],\n              [107.938079380793823, 49.663056364235246],\n              [107.945279452794495, 49.933531019664372],\n              [107.729277292772935, 49.972170256154243],\n              [107.225272252722533, 49.996498664314544],\n              [106.973269732697332, 50.196850260928699],\n              [106.656466564665635, 50.327078798727911],\n              [106.246062460624586, 50.289870645070991],\n              [105.983259832598293, 50.400064023208785],\n              [105.328053280532771, 50.475911413355576],\n              [104.377643776437736, 50.289870645070991],\n              [104.19764197641976, 50.169659687102495],\n              [103.783637836378347, 50.186832681097997],\n              [103.66843668436681, 50.131020450612624],\n              [103.254432544325454, 50.215454337757166],\n              [102.584825848258475, 50.415805934371335],\n              [102.329223292232911, 50.546034472170533],\n              [102.14562145621457, 51.097001362859487],\n              [102.185221852218518, 51.324543533299874],\n              [102.052020520205218, 51.383217929451163],\n              [101.48321483214832, 51.473376147927539],\n              [101.386013860138604, 51.450478822600203],\n              [100.511205112051101, 51.726677809361163],\n              [100.0072000720007, 51.732402140692997],\n              [99.679596795967967, 51.888390169485447],\n              [99.323193231932322, 51.934184820140118],\n              [98.927189271892729, 52.130243168255404],\n              [98.61758617586176, 51.78105895701357],\n              [98.333183331833339, 51.718091312363413],\n              [98.221582215822167, 51.47480723076049],\n              [98.052380523805226, 51.466220733762739],\n              [97.915579155791562, 51.300215125139573],\n              [97.807578075780754, 51.001118813051278],\n              [97.991179911799094, 50.835113204428112],\n              [98.02358023580237, 50.641917021978742],\n              [98.293582935829335, 50.518843898344329],\n              [98.261182611826115, 50.284146313739157],\n              [98.10638106381063, 50.063759557463584],\n              [97.299972999729988, 49.726024008885418],\n              [96.968769687696891, 49.88630528617675],\n              [96.371163711637138, 49.88630528617675],\n              [95.867158671586736, 50.015102741142996],\n              [95.521555215552127, 49.889167451842667],\n              [95.075150751507493, 49.944979682328039],\n              [94.920349203492009, 50.046586563468082],\n              [94.625146251462496, 50.015102741142996],\n              [94.34434344343444, 50.249800325748168],\n              [94.236342363423631, 50.564638548999],\n              [93.012330123301211, 50.623312945150289],\n              [92.961929619296171, 50.777869891109788],\n              [92.648726487264895, 50.673400844303828],\n              [92.303123031230285, 50.843699701425862],\n              [92.159121591215893, 50.689142755466364],\n              [91.748717487174844, 50.68341842413453],\n              [91.417514175141747, 50.461600585025991],\n              [91.010710107101062, 50.425823514202037],\n              [90.719107191071913, 50.28128414807324],\n              [89.999099990999895, 50.025120320973699],\n              [89.995499954999531, 49.992205415815661],\n              [89.62286248579754, 49.914051725629363],\n              [89.682296822968254, 49.708851014889916],\n              [89.372693726937285, 49.581484642756621],\n              [89.217892178921801, 49.634434707576077],\n              [89.160291602916033, 49.502775086943913],\n              [88.872288722887248, 49.435514193794873],\n              [88.634686346863447, 49.491326424280246],\n              [88.173881738817414, 49.444100690792624],\n              [88.145081450814502, 49.270939668004658],\n              [87.817478174781769, 49.166470621198712],\n              [87.871478714787173, 48.967550107417495],\n              [87.806678066780677, 48.800113415961377],\n              [88.062280622806242, 48.682764623658784],\n              [87.943479434794341, 48.599761819347208],\n              [88.566285662856643, 48.343597992247666],\n              [88.580685806858042, 48.211938371615503],\n              [88.933489334893324, 48.097451744978827],\n              [89.045090450904496, 47.992982698172881],\n              [89.541895418954169, 48.031621934662752],\n              [89.750697506975058, 47.824114923883798],\n              [90.045900459004571, 47.87992715436917],\n              [90.081900819008212, 47.755422947901792],\n              [90.344703447034448, 47.658109315260631],\n              [90.467104671046712, 47.308925104018797],\n              [90.711907119071185, 47.01412204042937],\n              [90.827108271082722, 46.982638218104299],\n              [91.003510035100334, 46.740785219334342],\n              [91.046710467104646, 46.566193113713425],\n              [90.895508955089525, 46.301442789616132],\n              [91.003510035100334, 46.022381637189255],\n              [90.711907119071185, 45.751906981760129],\n              [90.650706507065053, 45.492880988994671],\n              [90.873908739087398, 45.18662926274159],\n              [91.136711367113691, 45.198077925405258],\n              [91.66231662316622, 45.059262890608295],\n              [92.007920079200773, 45.076435884603796],\n              [92.47592475924759, 44.997726328791089],\n              [92.753127531275283, 45.037796648113925],\n              [93.523535235352341, 44.951931678136418],\n              [93.714337143371409, 44.874653205156676],\n              [93.926739267392662, 44.672870525709556],\n              [94.196741967419683, 44.654266448881089],\n              [94.337143371433712, 44.512589248418223],\n              [94.697146971469721, 44.34372147412914],\n              [95.035550355503545, 44.254994338485716],\n              [95.381153811538098, 44.286478160810802],\n              [95.327153271532694, 44.005985925550974],\n              [95.510755107551091, 43.978795351724756],\n              [95.906759067590684, 43.214597118925013],\n              [96.295562955629549, 42.93267380083222],\n              [96.349563495634953, 42.740908701215801],\n              [97.19197191971918, 42.786703351870472],\n              [99.474394743947443, 42.564885512761933],\n              [100.018000180001792, 42.676509973732678],\n              [101.220412204122027, 42.53053952477093],\n              [101.638016380163805, 42.514797613608394],\n              [102.034020340203398, 42.184217479195013],\n              [103.074430744307421, 42.003901042242262],\n              [103.722437224372214, 41.75489262930752],\n              [104.500045000450001, 41.870810338777133],\n              [104.496444964449637, 41.666165493664096],\n              [105.014850148501495, 41.596042434849139],\n              [105.202052020520199, 41.743443966643852],\n              [105.868058680586813, 41.99388346241156],\n              [106.768067680676808, 42.287255443168007],\n              [108.175681756817568, 42.454692134624139],\n              [108.798487984879813, 42.398879904138767],\n              [108.992889928899302, 42.448967803292305],\n              [109.486094860948612, 42.448967803292305],\n              [109.666096660966588, 42.549143601599383],\n              [110.407704077040734, 42.768099275042019],\n              [110.93330933309332, 43.287582343405887],\n              [111.59571595715957, 43.523711010844011],\n              [111.934119341193394, 43.696872033631962],\n              [111.840518405184042, 43.938725032401933],\n              [111.635316353163518, 44.066091404535214],\n              [111.397713977139773, 44.346583639795057],\n              [111.552515525155258, 44.69290568537096],\n              [111.739717397173962, 44.966242506466003],\n              [112.009720097200983, 45.087884547267464],\n              [112.44172441724416, 45.05210747644351],\n              [112.585725857258552, 44.923310021477263],\n              [113.10413104131041, 44.794512566511003],\n              [113.633336333363303, 44.745855750190429],\n              [114.054540545405445, 44.940483015472751],\n              [114.418144181441818, 45.200940091071175],\n              [114.533345333453298, 45.385549776522794],\n              [114.940149401493983, 45.374101113859126],\n              [115.638556385563817, 45.444224172674083],\n              [116.012960129601282, 45.678921757279255],\n              [116.171361713617131, 45.708974496771376],\n              [116.214562145621443, 45.907895010552593],\n              [116.603366033660308, 46.310029286613883],\n              [116.804968049680468, 46.383014511094757],\n              [117.301773017730142, 46.350099605936705],\n              [117.395373953739551, 46.571917445045258],\n              [117.697776977769792, 46.511811966061003],\n              [118.237782377823777, 46.715025728341089],\n              [118.720187201871994, 46.676386491851218],\n              [118.81738817388171, 46.757958213329843],\n              [119.317793177931748, 46.611987764368081],\n              [119.681396813968121, 46.591952604706677],\n              [119.904599045990466, 46.709301397009256],\n              [119.893798937989374, 46.905359745124542],\n              [119.699396993969941, 47.160092489391133],\n              [119.281792817928164, 47.414825233657709],\n              [119.083790837908367, 47.660971480926548],\n              [118.76698766987667, 47.756854030734758],\n              [118.543785437854382, 47.965792124346663],\n              [118.183781837818373, 48.028759768996835],\n              [117.740977409774104, 47.977240787010331],\n              [117.35937359373591, 47.650953901095832],\n              [116.851768517685144, 47.872771740204371],\n              [116.243362433624299, 47.862754160373669],\n              [115.85095850958507, 47.705335048748253],\n              [115.562955629556285, 47.932877219188626],\n              [115.516155161551609, 48.121780153139127],\n              [115.807758077580758, 48.273474933432709],\n              [115.800558005580029, 48.531069843365202],\n              [116.027360273602739, 48.767198510803325],\n              [116.038160381603831, 48.870236474776334],\n              [116.68256682566826, 49.823337641526578]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MT\", \"countryKey\": \"MT\", \"countryName\": \"Malta\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [14.549545495454964, 35.890315179844279],\n              [14.322743227432284, 35.973317984155869],\n              [14.359578890301739, 35.861452560730484],\n              [14.527945279452808, 35.801588044200869],\n              [14.549545495454964, 35.890315179844279]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MQ\", \"countryKey\": \"MQ\", \"countryName\": \"Martinique\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-60.81000810008095, 14.461280839126246],\n              [-61.000810008100032, 14.811896133201031],\n              [-61.170011700116959, 14.876294860684169],\n              [-61.159211592115881, 14.667356767072249],\n              [-61.015210152101474, 14.612975619419828],\n              [-61.069210692106878, 14.46700517045808],\n              [-60.81000810008095, 14.461280839126246]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MR\", \"countryKey\": \"MR\", \"countryName\": \"Mauritania\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-8.672812601743559, 27.31536235784889],\n              [-8.666969194703857, 26.000448476622061],\n              [-12.015120151201472, 25.994377389937426],\n              [-12.015120151201472, 23.495706763592182],\n              [-12.353523535235325, 23.32254574080423],\n              [-12.619926199261954, 23.271026758817726],\n              [-13.015930159301575, 23.017725097384101],\n              [-13.167131671316696, 22.752974773286809],\n              [-13.091530915309136, 22.495379863354316],\n              [-13.015930159301575, 21.333340602992152],\n              [-16.957969579695771, 21.333340602992152],\n              [-17.080370803708007, 20.875394096445476],\n              [-17.055170551705487, 20.766631801140647],\n              [-17.015570155701511, 21.03138212523794],\n              [-16.918369183691794, 21.158748497371235],\n              [-16.666366663666594, 20.670749251332438],\n              [-16.543965439654357, 20.560555873194645],\n              [-16.428764287642849, 20.643558677506235],\n              [-16.198361983619805, 20.215664910451693],\n              [-16.299162991629885, 19.922292929695232],\n              [-16.234362343623417, 19.793495474728985],\n              [-16.522365223652201, 19.397085529999529],\n              [-16.205562055620533, 18.982071508441607],\n              [-16.06876068760684, 18.484054682572108],\n              [-16.025560255602528, 17.960278365709371],\n              [-16.050760507605048, 17.66690638495291],\n              [-16.173161731617284, 17.261909943225703],\n              [-16.457564575645733, 16.643682159387694],\n              [-16.540365403653993, 16.267307374319657],\n              [-16.543965439654357, 15.809360867772995],\n              [-16.464764647646433, 16.174286990177364],\n              [-16.327963279632769, 16.474814385098611],\n              [-15.672756727567247, 16.48196979926341],\n              [-14.931149311493073, 16.643682159387694],\n              [-14.344343443434411, 16.636526745222909],\n              [-13.811538115381126, 16.122768008190874],\n              [-13.483934839348365, 16.155682913348912],\n              [-13.314733147331452, 15.922416411576705],\n              [-13.239132391323892, 15.62332009948841],\n              [-12.965529655296535, 15.508833472851748],\n              [-12.778327783277803, 15.146769516113281],\n              [-12.472324723247198, 14.997936901485616],\n              [-12.263522635226309, 14.774687979544126],\n              [-12.069120691206876, 14.734617660221289],\n              [-11.82071820718204, 14.900623268844456],\n              [-11.84591845918456, 15.179684421271332],\n              [-11.727117271172688, 15.541748378009785],\n              [-11.41031410314099, 15.60185385699404],\n              [-10.913509135091317, 15.102405948291576],\n              [-10.737107371073677, 15.422968502874241],\n              [-10.308703087030835, 15.435848248370874],\n              [-9.837098370983682, 15.371449520887751],\n              [-9.347493474934709, 15.495953727355115],\n              [-5.509855098550958, 15.494522644522164],\n              [-5.355053550535473, 16.311670942141362],\n              [-5.625056250562466, 16.527764449918081],\n              [-6.593465934659321, 24.994050489699561],\n              [-4.822248222482187, 24.995481572532512],\n              [-8.672812601743559, 27.31536235784889]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MU\", \"countryKey\": \"MU\", \"countryName\": \"Mauritius\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [57.79677796777969, -20.222442700451836],\n              [57.667176671766725, -19.993469447178505],\n              [57.533975339753397, -20.024953269503584],\n              [57.371973719737213, -20.261081936941707],\n              [57.379173791737912, -20.50722818421054],\n              [57.670776707767089, -20.480037610384336],\n              [57.79677796777969, -20.222442700451836]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"VN\", \"countryKey\": \"VN\", \"countryName\": \"Viet Nam\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [106.973269732697332, 10.474284066504339],\n              [106.774121097313696, 10.46396590624955],\n              [106.775267752677536, 10.275363552723135],\n              [106.422464224642255, 10.316864954878923],\n              [106.796867968679663, 10.156583677587591],\n              [106.609666096660959, 9.817417046176473],\n              [106.174061740617418, 10.14799718058984],\n              [106.573665736657375, 9.738707490363765],\n              [106.48366483664833, 9.546942390747347],\n              [106.24966249662495, 9.631376277891889],\n              [105.904059040590397, 9.97626724063484],\n              [106.195661956619546, 9.541218059415513],\n              [106.192061920619182, 9.369488119460513],\n              [105.540455404554024, 9.129066203523507],\n              [105.335253352533499, 8.839987471265928],\n              [105.101251012510119, 8.633911543319925],\n              [104.752047520475202, 8.590979058331172],\n              [104.91044910449105, 8.68543052530643],\n              [104.773647736477329, 8.818521228771559],\n              [104.834848348483462, 9.555528887745098],\n              [104.89244892448923, 9.851763034167462],\n              [105.086850868508662, 9.996302400296258],\n              [104.806048060480606, 10.20667157674113],\n              [104.608046080460809, 10.153721511921674],\n              [104.449644496444961, 10.419902918851918],\n              [104.554045540455405, 10.518647634326044],\n              [104.852848528485282, 10.531527379822677],\n              [105.065250652506535, 10.746189804766416],\n              [105.029250292502894, 10.913626496222548],\n              [105.328053280532771, 10.847796685906459],\n              [105.752857528575277, 11.015233377362591],\n              [106.177661776617782, 10.766224964427835],\n              [106.181261812618146, 10.970869809540886],\n              [105.842858428584265, 11.290001281290586],\n              [105.824292113302874, 11.447004393559164],\n              [105.835921362670135, 11.445225268757895],\n              [105.824292113302874, 11.4470054809802],\n              [105.803258032580317, 11.624874664202835],\n              [106.015660156601569, 11.770845113164583],\n              [106.43326433264329, 11.677824729022291],\n              [106.393663936639342, 11.969765626945801],\n              [106.703267032670311, 11.971196709778752],\n              [106.976869768697696, 12.097131999079082],\n              [107.153271532715308, 12.277448436031833],\n              [107.513275132751318, 12.343278246347921],\n              [107.563675636756358, 12.606597487612248],\n              [107.459274592745913, 13.021611509170171],\n              [107.60687606876067, 13.369364637579039],\n              [107.596075960759578, 13.535370246202206],\n              [107.444874448744457, 13.782947576303997],\n              [107.430474304743058, 13.984730255751117],\n              [107.318873188731885, 14.119252042049212],\n              [107.387273872738746, 14.42121051980341],\n              [107.520475204752046, 14.704564920729169],\n              [107.55647556475563, 14.886312440514871],\n              [107.444874448744457, 15.025127475311834],\n              [107.578075780757814, 15.046593717806203],\n              [107.65727657276571, 15.282722385244327],\n              [107.448474484744821, 15.508833472851748],\n              [107.369273692736925, 15.495953727355115],\n              [107.160471604716037, 15.759272968619456],\n              [107.434074340743422, 16.068386860538453],\n              [107.297272972729701, 16.064093612039571],\n              [107.117271172711725, 16.254427628823038],\n              [106.966069660696604, 16.300222279477708],\n              [106.822068220682212, 16.530626615583998],\n              [106.753667536675351, 16.429019734443955],\n              [106.53406534065337, 16.683752478710531],\n              [106.53406534065337, 16.97283121096811],\n              [106.418864188641891, 16.98857312213066],\n              [106.285662856628534, 17.284807268553038],\n              [106.184861848618453, 17.257616694726821],\n              [105.734857348573456, 17.664044219286993],\n              [105.450454504545036, 18.192113784648612],\n              [105.367653676536776, 18.150612382492824],\n              [105.079650796507934, 18.454001943079987],\n              [105.112051120511211, 18.698717107515861],\n              [104.723247232472289, 18.791737491658154],\n              [104.482044820448181, 18.977778259942738],\n              [103.848438484384843, 19.299771897358355],\n              [104.089276932991538, 19.48421053438798],\n              [104.017605535953535, 19.600297993093829],\n              [104.230042322942708, 19.706200015740631],\n              [104.507245467128271, 19.603161705569995],\n              [104.806048060480606, 19.790633309063068],\n              [104.75924759247593, 19.860756367878025],\n              [104.957249572495726, 20.091160703984315],\n              [104.820448204482062, 20.221389241783527],\n              [104.65844658446585, 20.212802744785776],\n              [104.680046800467977, 20.341600199752023],\n              [104.359643596435973, 20.440344915226149],\n              [104.600846008460081, 20.660731671501736],\n              [104.294842948429476, 20.879687344944358],\n              [104.057240572405732, 20.958396900757066],\n              [103.776437764377619, 20.835323777122653],\n              [103.664836648366503, 20.657869505835819],\n              [103.427234272342702, 20.821012948793069],\n              [103.114031140311369, 20.86823868228069],\n              [102.952029520295213, 21.06859027889486],\n              [102.876428764287624, 21.304718946332983],\n              [102.97362973629734, 21.575193601762109],\n              [102.826028260282584, 21.821339849030934],\n              [102.649626496264972, 21.658196406073685],\n              [102.592025920259204, 21.901480487676608],\n              [102.224822248222466, 22.227767373591107],\n              [102.120421204212022, 22.398066230713141],\n              [102.217622176221738, 22.410945976209774],\n              [102.444424444244447, 22.765854518783442],\n              [102.844028440284404, 22.585538081830691],\n              [102.988029880298797, 22.438136550035978],\n              [103.142831428314281, 22.538312348343055],\n              [103.308433084330858, 22.787320761277812],\n              [103.513635136351382, 22.586969164663643],\n              [103.646836468364683, 22.798769423941479],\n              [103.985239852398507, 22.526863685679402],\n              [104.024840248402455, 22.718628785295806],\n              [104.212042120421216, 22.824528914934731],\n              [104.341643416434152, 22.685713880137769],\n              [104.554045540455405, 22.835977577598399],\n              [104.824048240482369, 22.924704713241809],\n              [104.870848708487102, 23.163695546345849],\n              [105.216452164521655, 23.265302427485892],\n              [105.313653136531372, 23.36547822579297],\n              [105.853658536585357, 22.904669553580391],\n              [105.997659976599749, 22.974792612395348],\n              [106.314463144631446, 22.853150571593901],\n              [106.487264872648694, 22.926135796074774],\n              [106.746467464674623, 22.744388276289058],\n              [106.526865268652699, 22.428118970205276],\n              [106.663666636666363, 22.223474125092224],\n              [106.649266492664907, 21.995931954651851],\n              [107.009270092700916, 21.92723997866986],\n              [106.987669876698732, 21.84423717435827],\n              [107.347673476734741, 21.599522009922396],\n              [107.833678336783379, 21.639592329245232],\n              [107.992079920799227, 21.485035383285734],\n              [107.783277832778339, 21.523674619775605],\n              [107.563675636756358, 21.297563532168184],\n              [107.365673656736561, 21.273235124007897],\n              [107.372873728737289, 21.027088876739072],\n              [107.149671496714944, 20.931206326930862],\n              [106.660066600665999, 21.024226711073155],\n              [106.789667896678935, 20.730854730316693],\n              [106.519665196651971, 20.540520713533226],\n              [106.570065700657011, 20.231406821614229],\n              [106.393663936639342, 20.204216247788025],\n              [106.159661596615962, 19.983829491512438],\n              [106.026460264602662, 19.999571402674988],\n              [105.824858248582501, 19.641800694435403],\n              [105.73845738457382, 19.10800679774195],\n              [105.616056812449926, 18.999245081686784],\n              [105.616057720027371, 18.999244835360617],\n              [105.824858248582501, 18.594248060709901],\n              [106.098460984609829, 18.289427417289787],\n              [106.43326433264329, 18.12342180866662],\n              [106.523265232652335, 17.950260785878655],\n              [106.444064440644382, 17.84722282190566],\n              [106.634866348663451, 17.470848036837609],\n              [107.110071100710996, 17.088748920437737],\n              [107.200072000719985, 16.91415681481682],\n              [107.664476644766438, 16.552092858078367],\n              [107.894878948789454, 16.278756036983324],\n              [108.042480424804268, 16.346016930132365],\n              [108.204482044820423, 16.217219475166118],\n              [108.456484564845624, 15.746393223122823],\n              [108.773287732877321, 15.387191432050287],\n              [108.827288272882726, 15.428692834206075],\n              [108.920889208892078, 15.058042380469871],\n              [109.079290792907926, 14.728893328889455],\n              [109.075690756907562, 14.578629631428825],\n              [109.306093060930579, 13.875967960446289],\n              [109.226892268922683, 13.744308339814125],\n              [109.302493024930214, 13.479558015716833],\n              [109.230492304923047, 13.39369304573934],\n              [109.306093060930579, 13.133235970140916],\n              [109.464494644946427, 12.912849213865329],\n              [109.205292052920498, 12.646667806935085],\n              [109.345693456934583, 12.396228311167377],\n              [109.205292052920498, 12.387641814169626],\n              [109.198091980919827, 11.948299384451417],\n              [109.241292412924139, 11.735068042340629],\n              [109.136891368913695, 11.570493516550428],\n              [109.043290432904342, 11.63918549253242],\n              [109.018090180901794, 11.355831091606674],\n              [108.787687876878778, 11.300018861121302],\n              [108.47088470884708, 11.053872613852462],\n              [108.107281072810707, 10.917919744721416],\n              [107.999279992799899, 10.698964071278795],\n              [107.884078840788419, 10.717568148107262],\n              [107.272072720727209, 10.37840151669613],\n              [107.174871748717493, 10.477146232170256],\n              [106.973269732697332, 10.474284066504339]\n            ],\n            [\n              [106.973699309381701, 10.673432309114887],\n              [107.174871748717493, 10.477146232170256],\n              [106.973699321896177, 10.673432299024624],\n              [106.970967824850092, 10.682991726849949],\n              [106.973699309381701, 10.673432309114887]\n            ],\n            [\n              [106.916414740916537, 10.873911306740865],\n              [106.916414446128201, 10.873912338412412],\n              [106.902595344917515, 10.883560058205923],\n              [106.916414740916537, 10.873911306740865]\n            ],\n            [\n              [105.08839497298959, 19.142640391382013],\n              [105.088374887114227, 19.142463567102723],\n              [105.088374909683452, 19.142463560977195],\n              [105.08839497298959, 19.142640391382013]\n            ]\n          ],\n          [\n            [\n              [104.010440104401056, 10.030648388287261],\n              [103.844838448384479, 10.371246102531344],\n              [104.082440824408224, 10.371246102531344],\n              [104.010440104401056, 10.030648388287261]\n            ]\n          ],\n          [\n            [\n              [107.372873728737289, 21.060003781897109],\n              [107.466474664746642, 21.276097289673814],\n              [107.581675816758178, 21.211698562190691],\n              [107.372873728737289, 21.060003781897109]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MX\", \"countryKey\": \"MX\", \"countryName\": \"Mexico\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-112.211322113221073, 27.210797797952011],\n              [-111.952119521195144, 27.093449005649433],\n              [-112.016920169201626, 26.978962379012756],\n              [-111.559715597155915, 26.695607978087011],\n              [-111.318513185131792, 26.073086945750134],\n              [-111.307713077130714, 25.779714964993673],\n              [-111.026910269102629, 25.44770374774734],\n              [-110.904509045090393, 25.142883104327225],\n              [-110.656106561065542, 24.80657863858201],\n              [-110.73890738907383, 24.554708059981351],\n              [-110.56250562505619, 24.212679262904302],\n              [-110.350103501034951, 24.113934547430176],\n              [-110.339303393033873, 24.315717226877311],\n              [-110.231302313023065, 24.342907800703514],\n              [-109.828098280982744, 24.062415565443686],\n              [-109.824498244982394, 23.910720785150104],\n              [-109.680496804967987, 23.648832626718729],\n              [-109.475294752947462, 23.560105491075305],\n              [-109.424894248942422, 23.296786249810978],\n              [-109.532895328953231, 23.107883315860477],\n              [-109.89649896498959, 22.87461681408827],\n              [-110.09810098100975, 23.017725097384101],\n              [-110.166501665016582, 23.321114657971265],\n              [-110.306903069030625, 23.541501414246852],\n              [-110.576905769057632, 23.681747531876766],\n              [-111.041310413104071, 24.103916967599474],\n              [-111.804518045180387, 24.5461215629836],\n              [-111.966519665196586, 24.777956981922841],\n              [-112.14652146521459, 24.873839531731051],\n              [-112.063720637206302, 25.625158019034174],\n              [-112.19692196921963, 25.995808472770392],\n              [-112.344523445234387, 26.177555992556094],\n              [-112.499324993249871, 26.234799305874432],\n              [-113.060930609306027, 26.599725428278802],\n              [-113.165331653316471, 26.788628362229304],\n              [-113.147331473314665, 26.970375882015006],\n              [-113.284132841328343, 26.749989125739432],\n              [-113.50373503735031, 26.792921610728172],\n              [-113.636936369363625, 26.725660717579132],\n              [-113.816938169381629, 26.948909639520636],\n              [-114.004140041400348, 26.977531296179805],\n              [-114.115741157411506, 27.104897668313086],\n              [-114.486544865448593, 27.237988371778215],\n              [-114.508145081450749, 27.406856146067298],\n              [-114.73494734947343, 27.52134277270396],\n              [-115.055350553505477, 27.860509404115092],\n              [-114.497344973449671, 27.774644434137585],\n              [-114.324543245432395, 27.874820232444677],\n              [-114.101341013410064, 27.601483411349633],\n              [-114.205213865149915, 27.99731165678255],\n              [-114.060730352363237, 27.998641546711227],\n              [-114.126541265412584, 28.255488266011596],\n              [-114.04374043740431, 28.458702028291668],\n              [-114.27054270542699, 28.659053624905837],\n              [-114.475744757447515, 28.929528280334964],\n              [-114.590945909459037, 28.965305351158918],\n              [-114.972549725497188, 29.377457207050924],\n              [-115.188551885518791, 29.428976189037414],\n              [-115.696156961569557, 29.755263074951912],\n              [-115.807758077580715, 29.955614671566082],\n              [-115.836558365583585, 30.346300284963704],\n              [-116.048960489604838, 30.479390988428833],\n              [-116.06696066960663, 30.812833288508131],\n              [-116.336963369633622, 30.955941571803962],\n              [-116.308163081630752, 31.149137754253331],\n              [-116.675366753667475, 31.552703113147587],\n              [-116.621366213662071, 31.857523756567701],\n              [-116.879801429512383, 32.024478563323079],\n              [-116.920101335448436, 32.237344733139174],\n              [-117.023434427592164, 32.274544646310915],\n              [-117.125371253712473, 32.531563770891083],\n              [-116.106561065610592, 32.618859823701541],\n              [-114.724147241472352, 32.713311290676785],\n              [-114.817748177481704, 32.498648865733031],\n              [-114.424453595537273, 32.377143877887725],\n              [-114.202142021420144, 32.411352812922573],\n              [-114.173692274557098, 32.299673318524484],\n              [-113.471237602549365, 32.082655972487835],\n              [-113.334533345333384, 32.099376755337659],\n              [-113.244427288062511, 32.012584871155426],\n              [-111.365644813089162, 31.424228733701593],\n              [-111.074008664712906, 31.333092437334013],\n              [-110.12330123301227, 31.33374743970495],\n              [-109.770497704976989, 31.412456995517658],\n              [-109.277292772927666, 31.33374743970495],\n              [-109.050490504904985, 31.332316356871999],\n              [-108.208913950665263, 31.334036563995188],\n              [-108.20808799924437, 31.782821369846531],\n              [-106.529938906424931, 31.782461154936904],\n              [-106.357663576635701, 31.717277638937787],\n              [-106.170124345659318, 31.457731753435851],\n              [-106.00486004860042, 31.396715084355122],\n              [-105.364053640536341, 30.850041442165036],\n              [-104.976621839283368, 30.630950309039566],\n              [-104.976564064782295, 30.63098194580293],\n              [-104.680046800467949, 30.19317442183717],\n              [-104.680046800467949, 29.967320195251077],\n              [-104.54324543245427, 29.705175175798374],\n              [-104.10134590390598, 29.369367387355421],\n              [-103.794437944379382, 29.277281408743832],\n              [-103.312033120331137, 29.025410830143173],\n              [-103.146431464314588, 28.985340510820336],\n              [-102.923229232292258, 29.191416438766339],\n              [-102.682026820268149, 29.743814412288259],\n              [-102.392397565333368, 29.768857014968589],\n              [-102.32202322023214, 29.894078109748875],\n              [-102.109111878089536, 29.803869852717828],\n              [-101.404014040140339, 29.778160400279248],\n              [-101.355140869289428, 29.6840092474581],\n              [-101.184766978934647, 29.534753361678746],\n              [-101.036810368103616, 29.4604600113625],\n              [-100.669606696066907, 29.115569048619548],\n              [-100.62354504873295, 28.9282397604625],\n              [-100.620793292860171, 28.922288337023485],\n              [-100.396003960039536, 28.593223814589749],\n              [-100.285046766739981, 28.264369080360279],\n              [-100.075600756007503, 28.153881384871553],\n              [-99.805598055980496, 27.771782268471668],\n              [-99.81743934935713, 27.762158783264503],\n              [-99.770716731982233, 27.73391744903072],\n              [-99.711997119971144, 27.670175387331639],\n              [-99.578990304235845, 27.608026726979567],\n              [-99.503195031950256, 27.339595252918258],\n              [-99.369993699936941, 27.31956009325684],\n              [-99.445594455944502, 27.04336110649588],\n              [-99.254792547925419, 26.802939190558888],\n              [-99.168391683916781, 26.571103771619633],\n              [-99.020790207902024, 26.407960328662384],\n              [-98.822788227882214, 26.370752175005464],\n              [-98.671586715867093, 26.236230388707384],\n              [-98.439693951079576, 26.206004460846934],\n              [-98.207182071820654, 26.0673626144183],\n              [-97.800378003779983, 26.05877611742055],\n              [-97.443974439744338, 25.868442100637097],\n              [-97.155971559715539, 25.948582739282756],\n              [-97.160905300918742, 25.956980938209288],\n              [-97.137971379713733, 25.965755733278257],\n              [-97.166771667716617, 25.7239027345083],\n              [-97.45837458374578, 25.180091257984145],\n              [-97.652776527765212, 24.51606882349148],\n              [-97.717577175771694, 24.008034417791265],\n              [-97.767977679776735, 23.259578096154058],\n              [-97.742777427774215, 22.971930446729431],\n              [-97.890378903788985, 22.595555661661393],\n              [-97.782377823778177, 22.273562024245777],\n              [-97.760777607776021, 22.096107752958943],\n              [-97.6095760957609, 21.835650677360519],\n              [-97.317973179731737, 21.560882773432525],\n              [-97.418774187741818, 21.273235124007897],\n              [-97.472774727747222, 21.437809649798112],\n              [-97.379173791737855, 21.553727359267725],\n              [-97.721177211772059, 21.951568386830147],\n              [-97.656376563765576, 21.636730163579315],\n              [-97.497974979749742, 21.400601496141192],\n              [-97.195571955719501, 20.809564286129401],\n              [-97.148771487714825, 20.646420843172152],\n              [-96.677166771667657, 20.158421597133355],\n              [-96.457564575645705, 19.869342864875776],\n              [-96.2775627756277, 19.314082725687939],\n              [-95.978759787597824, 19.057918898588397],\n              [-95.805958059580533, 18.751667172335317],\n              [-95.208352083520779, 18.708734687346578],\n              [-95.003150031500255, 18.55560882422003],\n              [-94.808748087480822, 18.524125001894944],\n              [-94.581945819458142, 18.189251618982695],\n              [-94.466744667446619, 18.14488805116099],\n              [-93.768337683376771, 18.280840920292036],\n              [-93.581135811358052, 18.416793789423068],\n              [-92.857528575285698, 18.465450605743655],\n              [-92.6955269552695, 18.615714303204285],\n              [-92.486724867248611, 18.648629208362323],\n              [-92.061920619206134, 18.701579273181778],\n              [-91.860318603185974, 18.609989971872452],\n              [-92.03312033120325, 18.559902072718899],\n              [-91.593915939159331, 18.44255328041632],\n              [-91.331113311133052, 18.572781818215532],\n              [-91.26631266312657, 18.735925261172781],\n              [-91.431914319143132, 18.880464627301563],\n              [-90.935109351093459, 19.162387945394357],\n              [-90.729907299072934, 19.375619287505145],\n              [-90.708307083070778, 19.687595345090074],\n              [-90.477904779047734, 19.922292929695232],\n              [-90.488704887048812, 20.534796382201407],\n              [-90.380703807038017, 20.823875114458986],\n              [-90.333903339033341, 21.032813208070905],\n              [-89.786697866978614, 21.284683786671565],\n              [-89.124291242912378, 21.363393342484272],\n              [-88.70308703087025, 21.459275892292482],\n              [-88.4474844748447, 21.575193601762109],\n              [-88.130681306813017, 21.616695003917897],\n              [-87.540275402753977, 21.499346211615318],\n              [-87.237872378723736, 21.443533981129946],\n              [-87.133471334713292, 21.619557169583814],\n              [-86.827468274682687, 21.433516401299229],\n              [-86.741067410674049, 21.164472828703069],\n              [-86.874268742687377, 20.855358936784071],\n              [-87.234272342723372, 20.493294980045604],\n              [-87.443074430744247, 20.191336502291406],\n              [-87.475474754747495, 19.87506719620761],\n              [-87.741877418774138, 19.6146101206092],\n              [-87.432274322743169, 19.491536996974773],\n              [-87.655476554765499, 19.372757121839243],\n              [-87.687876878768733, 19.242528584040031],\n              [-87.482674826748209, 19.319807057019773],\n              [-87.723877238772332, 18.68154411352036],\n              [-87.846278462784568, 18.196407033147494],\n              [-87.93627936279357, 18.44255328041632],\n              [-88.076680766807613, 18.498365510901692],\n              [-88.001080010800052, 18.690130610518111],\n              [-88.03708037080365, 18.874740295969744],\n              [-88.303483034830293, 18.481192516906191],\n              [-88.490684906849012, 18.484054682572108],\n              [-88.735487354873499, 18.051867667018698],\n              [-88.879488794887891, 17.888724224061448],\n              [-89.131491314913092, 17.970295945540073],\n              [-89.153091530915248, 17.941674288880904],\n              [-89.160291602915976, 17.814307916747609],\n              [-90.963909639096329, 17.815738999580574],\n              [-90.989109891098849, 17.80142817125099],\n              [-90.992709927099213, 17.251892363394987],\n              [-91.431914319143132, 17.254754529060904],\n              [-91.43911439114386, 17.253323446227952],\n              [-91.29151291512909, 17.188924718744829],\n              [-91.068310683106773, 16.918450063315703],\n              [-90.737107371073648, 16.746720123360703],\n              [-90.380703807038017, 16.367483172626748],\n              [-90.447641243410644, 16.073355627060284],\n              [-91.730569107067311, 16.074369393034143],\n              [-92.209541317482277, 15.260540908037425],\n              [-92.072720727207212, 15.073784291632407],\n              [-92.1555215552155, 14.996505818652665],\n              [-92.162721627216214, 14.701702755063252],\n              [-92.245522455224489, 14.545714726270788],\n              [-92.839528395283892, 15.182546586937249],\n              [-93.656736567365613, 15.839413607265115],\n              [-94.085140851408454, 16.148527499184112],\n              [-94.416344163441579, 16.293066865312909],\n              [-94.437944379443735, 16.222943806497952],\n              [-94.092340923409182, 16.098439600030574],\n              [-94.113941139411338, 16.056938197874786],\n              [-94.437944379443735, 16.187166735673998],\n              [-94.700747007470014, 16.195753232671748],\n              [-94.851948519485134, 16.429019734443955],\n              [-95.064350643506373, 16.268738457152622],\n              [-94.805148051480458, 16.237254634827536],\n              [-95.233552335523299, 16.158545079014829],\n              [-95.43515435154346, 15.975366476396161],\n              [-95.960759607596017, 15.827964944601447],\n              [-96.237962379623738, 15.683425578472665],\n              [-96.554765547655421, 15.659097170312364],\n              [-96.846368463684584, 15.732082394793238],\n              [-97.267572675726697, 15.935296157073324],\n              [-97.771577715777099, 15.979659724895029],\n              [-98.171181711817056, 16.208632978168367],\n              [-98.552785527855221, 16.318826356306161],\n              [-98.775987759877538, 16.554955023744284],\n              [-98.855188551885462, 16.527764449918081],\n              [-99.740797407974014, 16.730978212198153],\n              [-99.992799927999215, 16.909863566317952],\n              [-101.058410584105786, 17.26477210889162],\n              [-101.180811808118023, 17.412173640686319],\n              [-101.645216452164462, 17.668337467785861],\n              [-101.810818108181024, 17.8901553068944],\n              [-102.037620376203705, 17.990331105201491],\n              [-102.167221672216655, 17.921639129219486],\n              [-102.743227432274267, 18.067609578181234],\n              [-103.499234992349869, 18.333790985111492],\n              [-103.740437404373978, 18.690130610518111],\n              [-103.981639816398101, 18.874740295969744],\n              [-104.593645936459311, 19.149508199897738],\n              [-105.018450184501788, 19.36846387334036],\n              [-105.08685086850862, 19.56166005578973],\n              [-105.252452524525182, 19.66612910259569],\n              [-105.526055260552539, 20.032486307833025],\n              [-105.69885698856983, 20.407430010068111],\n              [-105.328053280532743, 20.513330139707023],\n              [-105.292052920529144, 20.685060079662023],\n              [-105.479254792547863, 20.750889889978112],\n              [-105.454054540545343, 20.866807599447739],\n              [-105.23445234452339, 21.06143486473006],\n              [-105.198451984519778, 21.492190797450519],\n              [-105.414454144541381, 21.600953092755361],\n              [-105.634056340563347, 21.955861635329015],\n              [-105.72405724057235, 22.5096906916839],\n              [-106.429664296642912, 23.230956439494889],\n              [-107.034470344703379, 23.980843843965062],\n              [-107.624876248762419, 24.458825510173142],\n              [-107.995679956799506, 24.647728444123643],\n              [-108.283682836828305, 25.107106033503257],\n              [-108.449284492844868, 25.268818393627555],\n              [-108.780487804877993, 25.43339291941777],\n              [-108.7696876968769, 25.540724131889633],\n              [-109.036090360903543, 25.464876741742842],\n              [-108.899288992889865, 25.701005409180965],\n              [-109.12969129691291, 25.583656616878386],\n              [-109.439294392943864, 25.794025793323257],\n              [-109.43209432094315, 26.02156796376363],\n              [-109.291692916929108, 26.236230388707384],\n              [-109.284492844928394, 26.240523637206266],\n              [-109.23049230492299, 26.263420962533601],\n              [-109.15489154891543, 26.307784530355306],\n              [-109.140491404913988, 26.332112938515593],\n              [-109.529295292952867, 26.751420208572384],\n              [-109.766897668976625, 26.707056640750679],\n              [-109.982899828998228, 27.114915248143802],\n              [-110.288902889028833, 27.14783015330184],\n              [-110.522905229052228, 27.299524933595421],\n              [-110.616506165061594, 27.811852587794505],\n              [-110.807308073080662, 27.927770297264132],\n              [-110.886508865088587, 27.839043161620722],\n              [-111.250112501124946, 28.05227450373151],\n              [-111.473314733147262, 28.381423555311926],\n              [-111.707317073170671, 28.460133111124634],\n              [-111.923319233192274, 28.802161908201668],\n              [-112.153721537215304, 28.986771593653302],\n              [-112.240122401223942, 29.315920645233717],\n              [-112.68652686526859, 29.90838893807846],\n              [-112.870128701286944, 30.427872006442328],\n              [-113.129331293312873, 30.812833288508131],\n              [-113.050130501304949, 31.156293168418131],\n              [-113.550535505354986, 31.295108203215079],\n              [-113.658536585365795, 31.4968908826622],\n              [-113.939339393393865, 31.599928846635208],\n              [-114.158941589415832, 31.494028716996283],\n              [-114.932949329493226, 31.909042738554206],\n              [-114.781747817478106, 31.655741077120581],\n              [-114.853748537485316, 31.526943622154334],\n              [-114.889748897488914, 31.163448582582916],\n              [-114.720547205471988, 30.941630743474377],\n              [-114.630546305462985, 30.425009840776411],\n              [-114.65934659346587, 30.183156842006454],\n              [-114.392943929439227, 29.78245364877813],\n              [-114.209342093420872, 29.74524549512121],\n              [-113.622536225362197, 29.252953000583545],\n              [-113.525335253352466, 28.890889043845092],\n              [-113.435334353343464, 28.959581019827084],\n              [-113.258932589325823, 28.84080114469154],\n              [-113.104131041310353, 28.504496678946339],\n              [-112.844928449284424, 28.441529034296167],\n              [-112.873728737287308, 28.284109922670751],\n              [-112.767920608232274, 28.014107074173012],\n              [-112.76212762127615, 27.999324438912055],\n              [-112.772927729277228, 27.863371569781009],\n              [-112.596525965259588, 27.654433476169089],\n              [-112.373323733237271, 27.564275257692714],\n              [-112.211322113221073, 27.210797797952011]\n            ]\n          ],\n          [\n            [\n              [-115.181351813518077, 28.02794609557121],\n              [-115.357753577535718, 28.082327243223631],\n              [-115.195751957519505, 28.341353235989089],\n              [-115.181351813518077, 28.02794609557121]\n            ]\n          ],\n          [\n            [\n              [-111.757717577175711, 24.355787546200133],\n              [-112.002520025200184, 24.506051243660764],\n              [-111.754117541175347, 24.447376847509474],\n              [-111.757717577175711, 24.355787546200133]\n            ]\n          ],\n          [\n            [\n              [-112.207722077220708, 24.818027301245678],\n              [-112.103321033210264, 24.617675704631509],\n              [-112.304923049230425, 24.792267810252426],\n              [-112.139321393213862, 25.265956227961638],\n              [-112.207722077220708, 24.818027301245678]\n            ]\n          ],\n          [\n            [\n              [-111.232112321123154, 25.824078532815392],\n              [-111.174511745117385, 26.043034206258014],\n              [-111.080910809108033, 25.998670638436309],\n              [-111.232112321123154, 25.824078532815392]\n            ]\n          ],\n          [\n            [\n              [-112.438124381243753, 29.201434018597041],\n              [-112.283322833228269, 29.225762426757342],\n              [-112.19692196921963, 29.02111758164429],\n              [-112.276122761227555, 28.767815920210666],\n              [-112.582125821258145, 28.875147132682542],\n              [-112.438124381243753, 29.201434018597041]\n            ]\n          ],\n          [\n            [\n              [-86.935469354693495, 20.547676127698026],\n              [-86.748267482674777, 20.59203969551973],\n              [-86.996669966699613, 20.261459561106363],\n              [-86.935469354693495, 20.547676127698026]\n            ]\n          ],\n          [\n            [\n              [-118.356583565835592, 29.149915036610551],\n              [-118.252182521825148, 29.089809557626296],\n              [-118.284582845828396, 28.892320126678044],\n              [-118.356583565835592, 29.149915036610551]\n            ]\n          ],\n          [\n            [\n              [-113.590135901358948, 29.40894102937601],\n              [-113.510935109351024, 29.549187147005924],\n              [-113.183331833318263, 29.290161154240465],\n              [-113.136531365313587, 29.065481149466009],\n              [-113.114931149311431, 28.983909427987385],\n              [-113.590135901358948, 29.40894102937601]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MO\", \"countryKey\": \"MO\", \"countryName\": \"Macau\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [113.550578398340463, 22.216575869818215],\n              [113.551463089700434, 22.215347344989418],\n              [113.570262781099885, 22.208590266140618],\n              [113.570483953939899, 22.204085366149059],\n              [113.605429262658845, 22.20388059453218],\n              [113.630421793578108, 22.165173397928754],\n              [113.630421793578108, 22.108629464736641],\n              [113.6102950651387, 22.07645485902869],\n              [113.570926299619885, 22.07645485902869],\n              [113.571147472459856, 22.098588496135584],\n              [113.54969370698052, 22.108629464736641],\n              [113.548145497100549, 22.116825643901677],\n              [113.549472534140506, 22.145713374581572],\n              [113.53996210202078, 22.156365510227257],\n              [113.532442225461011, 22.171932565588019],\n              [113.527797595821141, 22.181968305983229],\n              [113.529124632861112, 22.188317077762232],\n              [113.533769262500982, 22.194665562633315],\n              [113.53531747238091, 22.205723528330044],\n              [113.533105743981011, 22.212224795962694],\n              [113.535538645220939, 22.213555726996415],\n              [113.541731484740723, 22.213504537574721],\n              [113.5427359333098, 22.215984241703907],\n              [113.544269690931543, 22.216747644891822],\n              [113.550578398340463, 22.216575869818215]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MC\", \"countryKey\": \"MC\", \"countryName\": \"Monaco\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [7.418524105858646, 43.72474953690665],\n              [7.408986027133928, 43.729544385291064],\n              [7.409981304913896, 43.730703082731232],\n              [7.411142462323863, 43.731422262971151],\n              [7.412193033313834, 43.731661987798681],\n              [7.412773612018817, 43.731661987798681],\n              [7.413077724673805, 43.732960480605634],\n              [7.412690672203817, 43.733340034724009],\n              [7.412773612018817, 43.733979278328],\n              [7.412358912943827, 43.734318873717243],\n              [7.414874753998753, 43.736236552713272],\n              [7.420680541048584, 43.739732163705938],\n              [7.421731112038549, 43.740591054031768],\n              [7.421869345063545, 43.741010507619905],\n              [7.422975209263512, 43.741669643035387],\n              [7.424468125933471, 43.740870690083703],\n              [7.424993411428455, 43.741549800772319],\n              [7.425297524083445, 43.741390010715072],\n              [7.426182215443418, 43.742188956736577],\n              [7.427011613593394, 43.7431676510828],\n              [7.428034537978364, 43.743806789774851],\n              [7.428089831188363, 43.744505839906132],\n              [7.428670409893346, 43.745404606651739],\n              [7.428808642918342, 43.746523053090236],\n              [7.429306281808327, 43.746802661434664],\n              [7.42988686051331, 43.74806088282174],\n              [7.430439792613292, 43.748220655073645],\n              [7.430688612058286, 43.748759883275184],\n              [7.431407423788264, 43.748919653661254],\n              [7.431905062678251, 43.74885973981646],\n              [7.432319761753239, 43.749239193153919],\n              [7.435112068858156, 43.749938179846794],\n              [7.435941467008131, 43.749938179846794],\n              [7.437600263308081, 43.751216305831626],\n              [7.436798511763106, 43.751555803458352],\n              [7.436936744788103, 43.751935239703343],\n              [7.437904375963073, 43.751755507045054],\n              [7.43870612750805, 43.751256246828831],\n              [7.438512601273054, 43.750417480289691],\n              [7.438540247878056, 43.749478846653929],\n              [7.439894931523015, 43.746682829446982],\n              [7.436494399108114, 43.747781280354708],\n              [7.432209175333242, 43.745025129005079],\n              [7.4335915055832, 43.742308797720206],\n              [7.42952745464832, 43.737894496511458],\n              [7.42206287129854, 43.736695987520285],\n              [7.423168735498508, 43.732720760975674],\n              [7.429361575018326, 43.734019230826682],\n              [7.42410872006848, 43.729504429807108],\n              [7.418441166043647, 43.731002742214045],\n              [7.417362948448679, 43.730083781715685],\n              [7.422615803398524, 43.727386751015487],\n              [7.418524105858646, 43.72474953690665]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"BM\", \"countryKey\": \"BM\", \"countryName\": \"Bermuda\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-64.675693630195596, 32.38957682629426],\n              [-64.647604679516405, 32.364360172836463],\n              [-64.68454054379535, 32.331474563884896],\n              [-64.802425667511955, 32.259869701636241],\n              [-64.842679124390784, 32.247150655733627],\n              [-64.876739741749802, 32.255754911172879],\n              [-64.884259618309599, 32.277635973181219],\n              [-64.876739741749802, 32.302689852112444],\n              [-64.834274556471044, 32.328858149945006],\n              [-64.833389865111073, 32.323438194809768],\n              [-64.86147881579025, 32.296146596511385],\n              [-64.866786963950105, 32.272960975814833],\n              [-64.85705535899038, 32.253697446001709],\n              [-64.832062828071102, 32.259308604828341],\n              [-64.774557889672749, 32.292968273354383],\n              [-64.80773381567181, 32.291846485635155],\n              [-64.818792457671478, 32.306428643215696],\n              [-64.765047457553024, 32.309606494363315],\n              [-64.675693630195596, 32.38957682629426]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SC\", \"countryKey\": \"SC\", \"countryName\": \"Seychelles\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [55.3783833118434, -4.637131252435969],\n              [55.478968030009902, -4.706431955361621],\n              [55.486393747458436, -4.742088857945022],\n              [55.462766464667652, -4.747470872367291],\n              [55.467491921225815, -4.765634860796069],\n              [55.482343356122882, -4.758234775208299],\n              [55.510021030249241, -4.801961395680645],\n              [55.53972390004337, -4.802634091088595],\n              [55.522847269478518, -4.779762075555816],\n              [55.531623117372241, -4.681538316988606],\n              [55.460066203777274, -4.624346881817886],\n              [55.466816856003213, -4.57926331668171],\n              [55.435763855763881, -4.559748652021397],\n              [55.42631294264757, -4.611562280463393],\n              [55.392559681517866, -4.619636792340511],\n              [55.3783833118434, -4.637131252435969]\n            ]\n          ],\n          [\n            [\n              [55.242020136879404, -4.51466102415298],\n              [55.25619650655387, -4.487741699959606],\n              [55.232569223763086, -4.464186476767548],\n              [55.20961700619489, -4.470916617860381],\n              [55.208266875749693, -4.491106669892959],\n              [55.226493636759734, -4.510623189040515],\n              [55.242020136879404, -4.51466102415298]\n            ]\n          ],\n          [\n            [\n              [55.832027141426579, -4.336302174347322],\n              [55.823926358755457, -4.361207676676949],\n              [55.836752597984734, -4.383419995854318],\n              [55.856329489439965, -4.364573221880027],\n              [55.832027141426579, -4.336302174347322]\n            ]\n          ],\n          [\n            [\n              [55.678787335897745, -4.299278965954318],\n              [55.688238249014063, -4.326205114946435],\n              [55.72064137969857, -4.330243954877694],\n              [55.726041901479313, -4.3497647102798],\n              [55.754394640828274, -4.361207676676949],\n              [55.767895945280159, -4.353130306697485],\n              [55.787472836735368, -4.332936502856497],\n              [55.773465233366551, -4.316781071382721],\n              [55.755913537579119, -4.321745537503064],\n              [55.737518010263422, -4.31139585108132],\n              [55.734817749373043, -4.275717804997701],\n              [55.678787335897745, -4.299278965954318]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MW\", \"countryKey\": \"MW\", \"countryName\": \"Malawi\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [34.96534965349656, -11.572978058051689],\n              [34.886148861488635, -11.375488627103444],\n              [34.760147601476035, -11.336849390613565],\n              [34.594545945459458, -11.016286836030901],\n              [34.673746737467383, -10.752967594766567],\n              [34.580145801458031, -10.539736252655779],\n              [34.583745837458395, -10.300745419551731],\n              [34.482944829448314, -9.945836876978071],\n              [34.288542885428882, -9.708277126706989],\n              [34.011340113401161, -9.477872790600692],\n              [33.910539105391081, -9.718294706537691],\n              [33.73413734137344, -9.58377292023961],\n              [33.402934029340315, -9.605239162733987],\n              [32.92052920529207, -9.407749731785735],\n              [32.974529745297474, -9.600945914235112],\n              [33.176131761317635, -9.60237699706807],\n              [33.366933669336703, -9.898611143490442],\n              [33.316533165331663, -10.081789746109109],\n              [33.53253532535328, -10.230622360736774],\n              [33.672936729367308, -10.576944406312691],\n              [33.435334353343535, -10.808779825251939],\n              [33.320133201332027, -10.818797405082648],\n              [33.302133021330235, -11.03489091285936],\n              [33.392133921339223, -11.165119450658565],\n              [33.230132301323039, -11.416990029259232],\n              [33.312933129331299, -11.899264943966188],\n              [33.251732517325195, -12.139686859903186],\n              [33.384933849338523, -12.340038456517355],\n              [33.525335253352551, -12.33574520801848],\n              [33.374133741337431, -12.518923810637148],\n              [33.050130501305034, -12.586184703786188],\n              [32.956529565295682, -12.724999738583143],\n              [32.99612996129963, -13.191532742127563],\n              [32.812528125281261, -13.527837207872771],\n              [32.675726757267597, -13.628013006179849],\n              [32.808928089280897, -13.699567147827764],\n              [32.999729997299994, -14.050182441902557],\n              [33.201332013320155, -14.014405371078603],\n              [33.438934389343899, -14.380762576315931],\n              [33.644136441364424, -14.601149332591518],\n              [33.719737197371984, -14.489524871620766],\n              [34.342543425434258, -14.387917990480723],\n              [34.500945009450106, -14.575389841598266],\n              [34.583745837458395, -14.984679531824348],\n              [34.569345693456938, -15.270896098416017],\n              [34.410944109441118, -15.481265274860888],\n              [34.40374403744039, -15.647270883484055],\n              [34.234542345423478, -15.889123882254012],\n              [34.389343893438962, -16.036525414048718],\n              [34.385743857438598, -16.186789111509349],\n              [35.004950049500508, -16.815034475178052],\n              [35.094950949509524, -16.817896640843969],\n              [35.080550805508068, -17.12414836709705],\n              [35.292952929529321, -17.129872698428883],\n              [35.278552785527864, -16.700547848541383],\n              [35.130951309513108, -16.537404405584134],\n              [35.375753757537581, -16.140994460854678],\n              [35.696156961569642, -16.108079555696634],\n              [35.796957969579722, -16.005041591723639],\n              [35.840158401584034, -15.416866547377765],\n              [35.78615786157863, -15.195048708269219],\n              [35.904959049590502, -14.88736589918318],\n              [35.854558545585462, -14.6669791429076],\n              [35.454954549545505, -14.137478494713015],\n              [34.893348933489364, -13.534992622037556],\n              [34.641346413464163, -13.49206013704881],\n              [34.544145441454418, -13.326054528425644],\n              [34.493744937449378, -12.687791584926231],\n              [34.35334353343535, -12.199792338887441],\n              [34.562145621456239, -11.830572967984189],\n              [34.605346053460551, -11.591582134880149],\n              [34.96534965349656, -11.572978058051689]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"MY-EM\",\n        \"countryKey\": \"MY\",\n        \"countryName\": \"Malaysia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [117.906579065790623, 4.156053358993312],\n              [117.701377013770099, 4.267677819964064],\n              [117.704977049770463, 4.163208773158104],\n              [117.906579065790623, 4.156053358993312]\n            ]\n          ],\n          [\n            [\n              [115.030150301503028, 4.820075793485984],\n              [114.983349833498352, 4.888767769467975],\n              [114.752947529475279, 4.738504072007359],\n              [114.817748177481775, 4.323490050449436],\n              [114.788947889478862, 4.294868393790274],\n              [114.767347673476735, 4.131724950833025],\n              [114.587345873458702, 4.021531572695231],\n              [114.418144181441818, 4.260522405799271],\n              [114.281342813428097, 4.264815654298147],\n              [114.245342453424513, 4.480909162074852],\n              [114.00054000540004, 4.601120120043362],\n              [113.946539465394636, 4.273402151295898],\n              [113.737737377373747, 4.001496413033813],\n              [113.435334353343507, 3.752488000099063],\n              [113.276932769327658, 3.484875510335854],\n              [113.006930069300694, 3.161450790087272],\n              [112.013320133201347, 2.885251803326319],\n              [111.671316713167101, 2.843750401170524],\n              [111.440914409144085, 2.680606958213275],\n              [111.393382933336468, 2.467367152330254],\n              [111.314913149131456, 2.785076005019235],\n              [111.307713077130785, 2.451633704939944],\n              [111.380531290806118, 2.409711005284803],\n              [111.365313653136496, 2.34144032680215],\n              [111.246512465124653, 2.435891793777401],\n              [111.210512105121069, 2.073827837038941],\n              [111.005310053100544, 1.555775851508031],\n              [111.1529115291153, 1.366872917557529],\n              [110.839708397083967, 1.56579343133874],\n              [110.465304653046502, 1.620174578991154],\n              [110.519305193051906, 1.723212542964156],\n              [109.928899288992881, 1.69172872063907],\n              [109.655296552965495, 1.936443885074944],\n              [109.64449644496446, 2.08384541686965],\n              [109.529295292952924, 1.89064923442028],\n              [109.640896408964096, 1.637347572986656],\n              [109.842498424984257, 1.402649988381491],\n              [110.170101701016989, 1.175107817941111],\n              [110.263702637026341, 0.99479138098836],\n              [110.555305553055547, 0.851683097692529],\n              [110.854108541085424, 0.997653546654277],\n              [111.196111961119612, 1.074932019634026],\n              [111.350913509135097, 1.01339545781682],\n              [111.822518225182222, 1.009102209317945],\n              [112.099720997209971, 1.1550726582797],\n              [112.178921789217867, 1.448444639036154],\n              [112.470524705247016, 1.567224514171699],\n              [113.024930249302457, 1.537171774679571],\n              [113.089730897308954, 1.431271645040653],\n              [113.647736477364759, 1.233782214092408],\n              [113.910539105391052, 1.44272030770432],\n              [114.205742057420565, 1.438427059205445],\n              [114.356943569435686, 1.50139470385561],\n              [114.500945009450078, 1.435564893539528],\n              [114.670146701467019, 1.694590886304987],\n              [114.670146701467019, 1.820526175605323],\n              [114.832148321483231, 1.902097897083948],\n              [114.778147781477827, 2.246988859826899],\n              [115.20655206552064, 2.510308101091233],\n              [115.055350553505519, 2.609052816565359],\n              [115.066150661506612, 2.828008490007981],\n              [115.242552425524224, 3.041239832118777],\n              [115.465754657546569, 3.031222252288067],\n              [115.516155161551609, 3.357509138202566],\n              [115.598955989559869, 3.440511942514149],\n              [115.537755377553736, 3.898458449060811],\n              [115.645756457564545, 4.168933104489938],\n              [115.843758437584341, 4.389319860765525],\n              [116.02016020160201, 4.270539985629981],\n              [116.124561245612455, 4.379302280934816],\n              [116.390963909639112, 4.294868393790274],\n              [116.711367113671116, 4.36642253543819],\n              [117.215372153721518, 4.353542789941564],\n              [117.557375573755706, 4.167502021656979],\n              [117.672576725767243, 4.426528014422438],\n              [117.892178921789224, 4.257660240133355],\n              [118.543785437854382, 4.360698204106356],\n              [118.644586445864462, 4.443701008417939],\n              [118.334983349833493, 4.651208019196901],\n              [118.136981369813697, 4.88161235530319],\n              [118.356583565835621, 5.039031466928606],\n              [118.507785077850741, 4.931700254456729],\n              [118.680586805868046, 4.944579999953348],\n              [119.155791557915592, 5.106292360077646],\n              [119.267392673926707, 5.200743827052889],\n              [119.206192061920632, 5.444027908655812],\n              [118.946989469894703, 5.38821567817044],\n              [118.410584105841025, 5.796074285563563],\n              [118.162181621816188, 5.793212119897646],\n              [118.133381333813333, 5.690174155924637],\n              [117.910179101790987, 5.784625622899895],\n              [118.126181261812604, 5.863335178712603],\n              [118.018180181801796, 6.060824609660855],\n              [117.773377733777323, 5.907698746534308],\n              [117.492574925749267, 5.894819001037689],\n              [117.676176761767607, 5.989270468012933],\n              [117.600576005760018, 6.198208561624853],\n              [117.744577445774468, 6.389973661241271],\n              [117.532175321753215, 6.62037799734756],\n              [117.30897308973087, 6.628964494345311],\n              [117.14337143371435, 7.003908196580397],\n              [116.974169741697409, 6.707674050158019],\n              [116.822968229682289, 6.581738760857689],\n              [116.858968589685873, 6.817867428295813],\n              [116.776167761677613, 7.026805521907718],\n              [116.502565025650227, 6.495873790880182],\n              [116.106561065610634, 6.12665441997693],\n              [116.05256052560523, 5.841868936218233],\n              [115.847358473584706, 5.55994561812544],\n              [115.584555845558469, 5.615757848610812],\n              [115.361353613536124, 5.319523702188434],\n              [115.606156061560597, 5.212192489716557],\n              [115.422554225542257, 4.961752993948849],\n              [115.145351453514508, 4.885905603802058],\n              [115.361353613536124, 4.32921438178127],\n              [115.112951129511288, 4.382164446600733],\n              [115.030150301503028, 4.820075793485984]\n            ]\n          ],\n          [\n            [\n              [117.172171721717206, 7.343074827991515],\n              [117.071370713707125, 7.102652912054509],\n              [117.247772477724737, 7.182793550700183],\n              [117.172171721717206, 7.343074827991515]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"MY-WM\",\n        \"countryKey\": \"MY\",\n        \"countryName\": \"Malaysia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [100.136801368013693, 6.457234554390311],\n              [100.198001980019768, 6.261176206275024],\n              [100.349203492034889, 6.012167793340268],\n              [100.352803528035253, 5.56853211512319],\n              [100.428404284042841, 5.302350708192932],\n              [100.403204032040293, 5.12060318840723],\n              [100.403204032040293, 4.991805733440984],\n              [100.576005760057598, 4.854421781476972],\n              [100.633606336063366, 4.532428144061356],\n              [100.565205652056505, 4.319196801950561],\n              [100.777607776077758, 4.085930300178354],\n              [100.72000720007199, 3.868405709568691],\n              [100.838808388083891, 3.842646218575439],\n              [101.296012960129616, 3.274506333890983],\n              [101.371613716137148, 3.002600595628898],\n              [101.285212852128524, 2.849474732502358],\n              [101.720817208172065, 2.596173071068733],\n              [101.864818648186457, 2.394390391621613],\n              [101.987219872198722, 2.391528225955696],\n              [102.188821888218882, 2.216936120334779],\n              [102.487624876248759, 2.092431913867401],\n              [102.72162721627214, 1.847716749431527],\n              [102.804428044280456, 1.860596494928153],\n              [103.366033660336569, 1.538602857512529],\n              [103.51723517235169, 1.27099036774932],\n              [103.682836828368266, 1.441289224871362],\n              [103.780127880760702, 1.426212512352693],\n              [103.926843644804094, 1.40347669706398],\n              [104.107641076410772, 1.37545941455528],\n              [104.294842948429476, 1.447013556203196],\n              [104.194041940419396, 1.799059933110946],\n              [103.765637656376583, 2.623363644894944],\n              [103.639636396363954, 2.670589378382566],\n              [103.43443434434343, 2.962530276306069],\n              [103.427234272342702, 3.367526718033275],\n              [103.481234812348106, 3.512066084162065],\n              [103.337233372333714, 3.758212331430897],\n              [103.441634416344158, 4.168933104489938],\n              [103.495634956349562, 4.336369795946062],\n              [103.448834488344886, 4.795747385325683],\n              [103.121231212312097, 5.38106026400564],\n              [102.541625416254163, 5.854748681714852],\n              [102.379623796237951, 6.132378751308764],\n              [102.073620736207346, 6.256882957776142],\n              [102.059220592205889, 6.095170597651858],\n              [101.800018000180017, 5.74026205507819],\n              [101.713617136171337, 5.78319454006693],\n              [101.695616956169573, 5.766021546071428],\n              [101.580415804158037, 5.906267663701357],\n              [101.24921249212494, 5.787487788565812],\n              [101.105211052110491, 5.637224091105182],\n              [100.972009720097191, 5.773176960236228],\n              [101.072810728107271, 5.919147409197976],\n              [101.080010800107999, 6.24686537794544],\n              [100.824408244082434, 6.29838435993193],\n              [100.828008280082798, 6.306970856929681],\n              [100.712807128071262, 6.493011625214265],\n              [100.388803888038893, 6.521633281873434],\n              [100.349203492034889, 6.540237358701887],\n              [100.198001980019768, 6.701949718826185],\n              [100.136801368013693, 6.457234554390311]\n            ]\n          ],\n          [\n            [\n              [99.899198991989891, 6.364214170248019],\n              [99.852398523985215, 6.465821051388062],\n              [99.643596435964326, 6.435768311895927],\n              [99.729997299973007, 6.261176206275024],\n              [99.899198991989891, 6.364214170248019]\n            ]\n          ],\n          [\n            [\n              [100.309603096030941, 5.451183322820597],\n              [100.190801908019097, 5.462631985484265],\n              [100.288002880028813, 5.26228038887011],\n              [100.309603096030941, 5.451183322820597]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MZ\", \"countryKey\": \"MZ\", \"countryName\": \"Mozambique\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [33.201332013320155, -14.014405371078603],\n              [31.656916569165702, -14.519577611112894],\n              [31.412114121141229, -14.634064237749556],\n              [30.814508145081476, -14.768586024047643],\n              [30.213302133021358, -14.981817366158431],\n              [30.368103681036814, -15.37536514522197],\n              [30.396903969039698, -15.635822220820387],\n              [30.404104041040426, -16.000748343224764],\n              [30.857708577085788, -15.997886177558847],\n              [30.972909729097296, -16.06228490504197],\n              [31.260912609126109, -16.023645668552092],\n              [31.404914049140501, -16.162460703349055],\n              [31.685716857168586, -16.20682427117076],\n              [31.908919089190903, -16.428642110279306],\n              [32.290522905229068, -16.451539435606634],\n              [32.672126721267233, -16.600372050234306],\n              [32.697326973269753, -16.686237020211806],\n              [32.967329673296746, -16.68194377171293],\n              [32.830528305283082, -16.935245433146555],\n              [33.02133021330215, -17.361708117368131],\n              [32.938529385293862, -17.875466854400173],\n              [32.952929529295318, -18.233237562639758],\n              [33.035730357303578, -18.333413360946842],\n              [32.87012870128703, -18.535196040393963],\n              [32.884528845288457, -18.788497701827588],\n              [32.690126901269025, -18.834292352482258],\n              [32.690126901269025, -19.014608789435002],\n              [32.862928629286301, -19.117646753408003],\n              [32.762127621276221, -19.46396879898392],\n              [32.830528305283082, -19.685786638092459],\n              [33.032130321303242, -19.784531353566585],\n              [33.006930069300722, -20.032108683668376],\n              [32.646926469264713, -20.557316083364086],\n              [32.513725137251384, -20.564471497528878],\n              [32.495724957249593, -20.897913797608169],\n              [32.340923409234108, -21.134042465046292],\n              [32.40932409324094, -21.290030493838749],\n              [31.433714337143385, -22.30180605674029],\n              [31.289712897128993, -22.397688606548499],\n              [31.53811538115383, -23.157593590849373],\n              [31.520115201152038, -23.415188500781866],\n              [31.73971739717399, -23.837357936504574],\n              [31.854918549185498, -23.94612023180941],\n              [31.869318693186955, -24.163644822419073],\n              [31.988119881198827, -24.422670815184532],\n              [31.975064852413826, -25.952195792442694],\n              [32.002188929151671, -25.993981532282078],\n              [32.085760408830431, -26.010109361693768],\n              [32.105553654017505, -26.163323741104843],\n              [32.074031078349201, -26.30627495634484],\n              [32.076963410969512, -26.405974265435304],\n              [32.135610063375665, -26.528399152333147],\n              [32.136354193686614, -26.84190153912354],\n              [32.890237588875102, -26.856424686841709],\n              [32.952929529295318, -26.078433652917319],\n              [32.841328413284145, -26.288802829362197],\n              [32.679326793267961, -26.188627031055113],\n              [32.517325173251749, -25.949636197951072],\n              [32.686526865268661, -25.885237470467949],\n              [32.873728737287394, -25.543208673390907],\n              [33.154531545315479, -25.365754402104074],\n              [33.730537305373076, -25.105297326505656],\n              [34.648546485464863, -24.813356428582161],\n              [35.105751057510588, -24.597262920805449],\n              [35.494554945549481, -24.110694757599617],\n              [35.544955449554521, -23.863117427497826],\n              [35.393753937539401, -23.84165118500345],\n              [35.480154801548025, -23.176197667677826],\n              [35.606156061560625, -22.914309509246451],\n              [35.519755197552001, -22.907154095081665],\n              [35.490954909549117, -22.565125298004624],\n              [35.541355413554157, -22.410568352045125],\n              [35.476554765547661, -22.091436880295412],\n              [35.310953109531113, -22.413430517711042],\n              [35.336153361533633, -22.088574714629495],\n              [35.271352713527136, -21.643507953579459],\n              [35.026550265502664, -21.085385648725712],\n              [35.120151201512044, -20.966605773590167],\n              [34.994149941499444, -20.730477106152044],\n              [34.850148501485023, -20.670371627167796],\n              [34.662946629466319, -20.428518628397832],\n              [34.778147781477827, -20.135146647641378],\n              [34.742147421474243, -19.890431483205504],\n              [35.127351273512744, -19.704390714920919],\n              [35.440554405544077, -19.418174148329257],\n              [35.663756637566394, -19.133388664570546],\n              [36.131761317613183, -18.804239612990131],\n              [36.243362433624355, -18.882949168802838],\n              [36.416164161641632, -18.775617956330962],\n              [36.4809648096481, -18.576697442549758],\n              [36.887768877688785, -18.188873994818046],\n              [37.085770857708582, -17.869742523068339],\n              [37.334173341733418, -17.680839589117845],\n              [37.910179101791044, -17.354552703203339],\n              [38.594185941859422, -17.094095627604929],\n              [39.090990909909124, -16.983902249467135],\n              [39.130591305913072, -16.867984539997508],\n              [39.699396993969941, -16.5316800742523],\n              [39.78219782197823, -16.30127573814601],\n              [39.990999909999118, -16.222566182333303],\n              [40.163801638016395, -15.916314456080222],\n              [40.588605886058872, -15.476972026362013],\n              [40.682206822068224, -15.233687944759097],\n              [40.610206102061028, -15.160702720278223],\n              [40.837008370083709, -14.802932012038639],\n              [40.844208442084437, -14.463765380627514],\n              [40.657006570065704, -14.449454552297929],\n              [40.69660696606968, -14.181842062534727],\n              [40.538205382053832, -14.164669068539226],\n              [40.649806498065004, -14.031578365074097],\n              [40.538205382053832, -13.6365995031776],\n              [40.588605886058872, -12.95826624035535],\n              [40.491404914049156, -12.24988023804098],\n              [40.538205382053832, -11.996578576607355],\n              [40.430204302043023, -11.641670034033687],\n              [40.466204662046636, -11.385506206934146],\n              [40.347403474034763, -11.316814230952147],\n              [40.505805058050584, -11.188016775985901],\n              [40.62100621006212, -10.840263647577025],\n              [40.484204842048428, -10.761554091764317],\n              [40.592205922059236, -10.658516127791316],\n              [40.437404374043751, -10.475337525172648],\n              [40.00900009000091, -10.811641990917856],\n              [39.760597605976074, -10.943301611550027],\n              [39.483394833948353, -10.999113842035399],\n              [39.285392853928556, -11.153670787994898],\n              [38.896588965889663, -11.167981616324482],\n              [38.493384933849342, -11.414127863593315],\n              [38.255782557825597, -11.276743911629318],\n              [37.874178741787432, -11.319676396618064],\n              [37.784177841778444, -11.558667229722104],\n              [37.427774277742799, -11.723241755512312],\n              [37.107371073710738, -11.65741194519623],\n              [37.031770317703177, -11.564391561053938],\n              [36.819368193681953, -11.572978058051689],\n              [36.563765637656388, -11.731828252510063],\n              [36.200162001620043, -11.701775513017942],\n              [36.167761677616795, -11.578702389383523],\n              [35.825758257582578, -11.414127863593315],\n              [35.577355773557741, -11.605892963209733],\n              [34.96534965349656, -11.572978058051689],\n              [34.605346053460551, -11.591582134880149],\n              [34.562145621456239, -11.830572967984189],\n              [34.35334353343535, -12.199792338887441],\n              [34.493744937449378, -12.687791584926231],\n              [34.544145441454418, -13.326054528425644],\n              [34.641346413464163, -13.49206013704881],\n              [34.893348933489364, -13.534992622037556],\n              [35.454954549545505, -14.137478494713015],\n              [35.854558545585462, -14.6669791429076],\n              [35.904959049590502, -14.88736589918318],\n              [35.78615786157863, -15.195048708269219],\n              [35.840158401584034, -15.416866547377765],\n              [35.796957969579722, -16.005041591723639],\n              [35.696156961569642, -16.108079555696634],\n              [35.375753757537581, -16.140994460854678],\n              [35.130951309513108, -16.537404405584134],\n              [35.278552785527864, -16.700547848541383],\n              [35.292952929529321, -17.129872698428883],\n              [35.080550805508068, -17.12414836709705],\n              [35.094950949509524, -16.817896640843969],\n              [35.004950049500508, -16.815034475178052],\n              [34.385743857438598, -16.186789111509349],\n              [34.389343893438962, -16.036525414048718],\n              [34.234542345423478, -15.889123882254012],\n              [34.40374403744039, -15.647270883484055],\n              [34.410944109441118, -15.481265274860888],\n              [34.569345693456938, -15.270896098416017],\n              [34.583745837458395, -14.984679531824348],\n              [34.500945009450106, -14.575389841598266],\n              [34.342543425434258, -14.387917990480723],\n              [33.719737197371984, -14.489524871620766],\n              [33.644136441364424, -14.601149332591518],\n              [33.438934389343899, -14.380762576315931],\n              [33.201332013320155, -14.014405371078603]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NA\", \"countryKey\": \"NA\", \"countryName\": \"Namibia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [11.766717667176692, -17.252945822063303],\n              [11.716317163171652, -17.546317802819758],\n              [11.849518495184981, -18.143079344163382],\n              [12.033120331203321, -18.505143300901842],\n              [12.285122851228522, -18.698339483351212],\n              [12.565925659256607, -19.10190484224546],\n              [12.706327063270663, -19.411018734164465],\n              [13.156331563315661, -20.153750724469838],\n              [13.386733867338705, -20.816342076129544],\n              [13.833138331383338, -21.456036102461916],\n              [13.951939519395211, -21.783754071209373],\n              [14.135541355413579, -21.946897514166622],\n              [14.38754387543878, -22.276046565747038],\n              [14.509945099451016, -22.547952304009122],\n              [14.535145351453536, -22.854204030262203],\n              [14.409144091440936, -22.97012173973183],\n              [14.491944919449224, -23.309288371142955],\n              [14.51354513545138, -23.891739084156995],\n              [14.473944739447404, -24.159351573920198],\n              [14.603546035460369, -24.562916932814453],\n              [14.779947799478009, -24.803338848751451],\n              [14.851948519485205, -25.063795924349868],\n              [14.801548015480165, -25.262716438131072],\n              [14.877148771487725, -25.577554661381903],\n              [14.841148411484141, -25.763595429666488],\n              [14.977949779497806, -26.058398493255908],\n              [14.967149671496742, -26.334597480016861],\n              [15.129151291512926, -26.45767060365128],\n              [15.08235082350825, -26.695230353922362],\n              [15.23355233552337, -26.965705009351488],\n              [15.294752947529503, -27.322044634758107],\n              [15.521555215552183, -27.634020692343025],\n              [15.683556835568368, -27.950289998426818],\n              [16.345963459634618, -28.55563803676819],\n              [16.486364863648646, -28.572811030763692],\n              [16.803168031680343, -28.366735102817692],\n              [16.893168931689331, -28.081949619058982],\n              [17.098370983709856, -28.031861719905443],\n              [17.191971919719208, -28.209315991192273],\n              [17.346773467734693, -28.227920068020733],\n              [17.328773287732901, -28.455462238461106],\n              [17.404374043740461, -28.704470651395855],\n              [17.911979119791226, -28.781749124375608],\n              [18.167581675816791, -28.901960082344107],\n              [18.747187471874753, -28.840423520526898],\n              [19.081990819908214, -28.959203395662438],\n              [19.287192871928738, -28.870476260019021],\n              [19.290792907929102, -28.720212562558398],\n              [19.434794347943495, -28.713057148393606],\n              [19.567995679956823, -28.5313096286079],\n              [19.998850496182474, -28.426447568308269],\n              [19.99864845733816, -24.765510277845681],\n              [19.999699975567243, -21.999905785688604],\n              [20.997298511374254, -21.999537790501698],\n              [20.999463232442157, -18.312489694364743],\n              [21.468177780822565, -18.312489694364743],\n              [22.980829808298097, -18.020006220528963],\n              [23.312033120331222, -18.009988640698261],\n              [23.50283502835029, -18.237530811138633],\n              [23.592835928359307, -18.477952727075632],\n              [24.183241832418332, -18.030023800359672],\n              [24.420844208442105, -17.957038575878798],\n              [24.507245072450729, -18.060076539851799],\n              [24.953649536495391, -17.788170801589715],\n              [25.259652596525996, -17.793895132921548],\n              [24.957249572495755, -17.552042134151591],\n              [24.640446404464058, -17.491936655167343],\n              [24.219242192421945, -17.479056909670717],\n              [23.380433804338054, -17.640769269795008],\n              [21.404014040140424, -18.009988640698261],\n              [21.216812168121692, -17.931279084885553],\n              [20.806408064080671, -18.03145488319263],\n              [20.565205652056534, -17.985660232537967],\n              [20.334803348033489, -17.855431694738755],\n              [20.036000360003612, -17.895502014061591],\n              [19.672396723967267, -17.842551949242136],\n              [19.02079020790211, -17.822516789580718],\n              [18.761587615876181, -17.748100482266885],\n              [18.444784447844512, -17.388898691194342],\n              [14.207542075420776, -17.387467608361383],\n              [13.941139411394147, -17.407502768022802],\n              [13.519935199352005, -17.121286201431133],\n              [13.494734947349485, -17.023972568789965],\n              [13.167131671316724, -16.950987344309091],\n              [12.886328863288668, -17.029696900121799],\n              [12.555125551255543, -17.235772828067802],\n              [12.24192241922421, -17.224324165404134],\n              [12.029520295202985, -17.148476775257343],\n              [11.766717667176692, -17.252945822063303]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NC\",\n        \"countryKey\": \"NC\",\n        \"countryName\": \"New Caledonia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [168.137881378813773, -21.431707694301622],\n              [167.986679866798653, -21.335825144493413],\n              [167.80667806678062, -21.384481960814],\n              [167.864278642786388, -21.603437634256622],\n              [168.127081270812681, -21.622041711085082],\n              [168.137881378813773, -21.431707694301622]\n            ]\n          ],\n          [\n            [\n              [167.432274322743211, -21.028142335407374],\n              [167.284672846728455, -20.902207046107044],\n              [167.309873098730947, -20.730477106152044],\n              [167.021870218702162, -20.912224625937753],\n              [167.331473314733131, -21.16409520453842],\n              [167.432274322743211, -21.028142335407374]\n            ]\n          ],\n          [\n            [\n              [166.636666366663661, -20.425656462731915],\n              [166.492664926649212, -20.713304112156543],\n              [166.629466294662933, -20.595955319853957],\n              [166.636666366663661, -20.425656462731915]\n            ]\n          ],\n          [\n            [\n              [167.032670326703254, -22.237407329257167],\n              [166.874268742687406, -22.035624649810039],\n              [166.571865718657165, -21.875343372518707],\n              [166.370263702637004, -21.659249864742002],\n              [165.909459094590915, -21.377326546649208],\n              [165.62145621456213, -21.268564251344372],\n              [165.405454054540513, -21.055332909233584],\n              [165.218252182521809, -20.76482309414304],\n              [165.05985059850596, -20.734770354650919],\n              [164.494644946449426, -20.299721173431585],\n              [164.242642426424226, -20.285410345102001],\n              [163.990639906399025, -20.08362766565488],\n              [164.170641706417058, -20.339791492754415],\n              [164.192241922419186, -20.525832261039],\n              [164.36504365043649, -20.757667679978248],\n              [164.656646566465639, -20.946570613928749],\n              [164.973449734497336, -21.350135972822997],\n              [165.290252902528977, -21.576247060430418],\n              [166.003060030600267, -21.964070508162123],\n              [166.060660606606035, -21.903965029177876],\n              [166.219062190621884, -22.151542359279667],\n              [166.431464314643137, -22.173008601774036],\n              [166.917469174691718, -22.396257523715541],\n              [167.032670326703254, -22.237407329257167]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NE\", \"countryKey\": \"NE\", \"countryName\": \"Niger\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [3.594635946359489, 11.696428805850758],\n              [3.645036450364529, 12.52788793179954],\n              [3.929439294392978, 12.749705770908079],\n              [4.087840878408798, 12.995852018176919],\n              [4.127441274412774, 13.472402601552048],\n              [4.505445054450576, 13.694220440660587],\n              [4.858248582485857, 13.774361079306246],\n              [5.272252722527242, 13.752894836811876],\n              [5.553055530555326, 13.873105794780372],\n              [6.121861218612224, 13.65415012133775],\n              [6.370263702637061, 13.626959547511547],\n              [6.672666726667302, 13.320707821258452],\n              [6.906669066690682, 13.007300680840586],\n              [7.090270902709051, 13.005869598007621],\n              [7.198271982719859, 13.11749405897838],\n              [7.392673926739292, 13.113200810479498],\n              [7.756277562775665, 13.326432152590286],\n              [8.076680766807698, 13.31069024142775],\n              [8.677886778867816, 12.922866793696045],\n              [9.268292682926841, 12.809811249892334],\n              [9.639096390963942, 12.822690995388953],\n              [9.930699306993091, 13.146115715637549],\n              [10.161101611016136, 13.267757756438996],\n              [10.675906759067601, 13.375088968910873],\n              [11.439114391143931, 13.365071389080171],\n              [11.853118531185345, 13.244860431111661],\n              [12.058320583205841, 13.116062976145415],\n              [12.472324723247254, 13.064543994158925],\n              [12.562325623256243, 13.24342934827871],\n              [13.03033030330306, 13.539663494701088],\n              [13.228332283322857, 13.548249991698839],\n              [13.361533615336185, 13.714255600322005],\n              [13.606336063360658, 13.704238020491289],\n              [13.447934479344809, 14.379709117647621],\n              [13.764737647376506, 14.718875749058753],\n              [13.833138331383338, 15.01940314398],\n              [14.369543695436988, 15.74925538878874],\n              [15.506996040166044, 16.899048495581884],\n              [15.747170475705131, 19.92468524051236],\n              [15.993037117916646, 20.351968045909079],\n              [15.543155431554339, 20.799546706298685],\n              [15.629806949083127, 20.951914480302229],\n              [15.283684006164002, 21.443249922262137],\n              [15.204115513538914, 21.498947867099698],\n              [15.194616343494699, 22.000954206906183],\n              [14.998306129940058, 23.00272877127917],\n              [14.232742327423296, 22.618452986988729],\n              [13.575443906943271, 23.157525962773619],\n              [13.413455082976215, 23.219564235782279],\n              [11.968319683196853, 23.517173006086566],\n              [7.48267482674828, 20.872531930779559],\n              [5.81322828082098, 19.447057671779866],\n              [4.262263574394384, 19.144491804552761],\n              [4.268044213572687, 17.004132303029177],\n              [4.216607853692668, 17.001425126193386],\n              [4.197988276429737, 16.393284904247857],\n              [4.105408237237507, 16.341851549141062],\n              [3.86881480374625, 15.69687727610185],\n              [3.526235262352657, 15.495953727355115],\n              [3.508235082350836, 15.354276526892249],\n              [3.072630726307295, 15.427261751373123],\n              [3.000630006300099, 15.338534615729699],\n              [1.330213302133046, 15.284153468077292],\n              [0.973809738097401, 14.990781487320831],\n              [0.67140671406716, 14.939262505334327],\n              [0.221402214022163, 14.996505818652665],\n              [0.217802178021799, 14.910640848675158],\n              [0.153001530015331, 14.547145809103753],\n              [0.38700387003874, 14.250911662681375],\n              [0.340203402034035, 14.126407456213997],\n              [0.62100621006212, 13.679909612331002],\n              [0.952209522095245, 13.582595979689827],\n              [1.168211682116834, 13.313552407093667],\n              [0.984609846098493, 13.367933554746088],\n              [0.970209702097037, 13.067406159824827],\n              [1.535415354153571, 12.64809888976805],\n              [1.82701827018272, 12.603735321946331],\n              [2.107821078210804, 12.705342203086374],\n              [2.244622446224497, 12.424849967826546],\n              [2.071820718207221, 12.307501175523967],\n              [2.388623886238889, 11.896780402464927],\n              [2.457024570245721, 12.008404863435672],\n              [2.359823598236005, 12.218774039880543],\n              [2.845828458284615, 12.399090476833294],\n              [3.594635946359489, 11.696428805850758]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NG\", \"countryKey\": \"NG\", \"countryName\": \"Nigeria\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [2.705427054270558, 6.368507418746887],\n              [3.3858338583386, 6.397129075406056],\n              [3.40383403834042, 6.551686021365555],\n              [3.569435694356969, 6.508753536376815],\n              [3.443434434344368, 6.410008820902689],\n              [3.87183871838721, 6.431475063397059],\n              [4.404644046440495, 6.358489838916185],\n              [4.887048870488741, 6.006443462008434],\n              [5.261452614526178, 5.436872494491013],\n              [5.527855278552806, 5.386784595337474],\n              [5.340653406534102, 5.343852110348735],\n              [5.473854738547402, 4.847266367312187],\n              [5.596255962559638, 4.636897190867316],\n              [5.945459454594584, 4.334938713113104],\n              [6.190261902619056, 4.28055756546069],\n              [6.435064350643529, 4.34781845860973],\n              [7.025470254702583, 4.397906357763269],\n              [7.281072810728119, 4.505237570235145],\n              [7.313473134731368, 4.608275534208147],\n              [7.723877238772417, 4.512392984399938],\n              [8.278282782827858, 4.546738972390941],\n              [8.357483574835783, 4.625448528203648],\n              [8.231482314823182, 4.933131337289694],\n              [8.519485194851967, 4.704158084016356],\n              [8.595085950859527, 4.815782544987101],\n              [8.800288002880052, 5.159242424897101],\n              [8.893888938889404, 5.621482179942646],\n              [8.854288542885456, 5.847593267550053],\n              [8.987489874898785, 5.937751486026428],\n              [9.60309603096033, 6.514477867708635],\n              [9.693096930969347, 6.531650861704136],\n              [9.768697686976907, 6.773503860474094],\n              [10.117901179011824, 6.993890616749681],\n              [10.236702367023696, 6.870817493115268],\n              [10.495904959049625, 6.875110741614137],\n              [10.603906039060405, 7.058289344232804],\n              [10.830708307083086, 6.945233800429094],\n              [11.057510575105766, 6.70051863599322],\n              [11.097110971109743, 6.44864805739256],\n              [11.320313203132059, 6.437199394728893],\n              [11.511115111151128, 6.61179150034981],\n              [11.561515615156168, 6.876541824447102],\n              [11.881918819188201, 7.102652912054509],\n              [11.737917379173808, 7.262934189345842],\n              [12.025920259202621, 7.59637648942514],\n              [12.054720547205505, 7.783848340542676],\n              [12.198721987219898, 7.975613440159094],\n              [12.227522275222782, 8.386334213218134],\n              [12.403924039240422, 8.496527591355928],\n              [12.36792367923681, 8.609583135159639],\n              [12.558725587255907, 8.605289886660756],\n              [12.807128071280744, 8.831400974268178],\n              [12.861128611286148, 9.382367864957132],\n              [13.195931959319608, 9.542649142248464],\n              [13.264332643326469, 9.801675135013923],\n              [13.246332463324649, 10.079305204607849],\n              [13.433534335343381, 10.153721511921674],\n              [13.56673566735671, 10.678928911617376],\n              [13.753937539375414, 11.016664460195543],\n              [13.980739807398095, 11.275690452961001],\n              [14.164341643416464, 11.238482299304096],\n              [14.592745927459305, 11.496077209236589],\n              [14.545945459454629, 11.719326131178093],\n              [14.668346683466865, 12.167255057894039],\n              [14.51354513545138, 12.323243086686503],\n              [14.178741787417891, 12.386210731336675],\n              [14.063540635406383, 13.077423739655543],\n              [13.606336063360658, 13.704238020491289],\n              [13.361533615336185, 13.714255600322005],\n              [13.228332283322857, 13.548249991698839],\n              [13.03033030330306, 13.539663494701088],\n              [12.562325623256243, 13.24342934827871],\n              [12.472324723247254, 13.064543994158925],\n              [12.058320583205841, 13.116062976145415],\n              [11.853118531185345, 13.244860431111661],\n              [11.439114391143931, 13.365071389080171],\n              [10.675906759067601, 13.375088968910873],\n              [10.161101611016136, 13.267757756438996],\n              [9.930699306993091, 13.146115715637549],\n              [9.639096390963942, 12.822690995388953],\n              [9.268292682926841, 12.809811249892334],\n              [8.677886778867816, 12.922866793696045],\n              [8.076680766807698, 13.31069024142775],\n              [7.756277562775665, 13.326432152590286],\n              [7.392673926739292, 13.113200810479498],\n              [7.198271982719859, 13.11749405897838],\n              [7.090270902709051, 13.005869598007621],\n              [6.906669066690682, 13.007300680840586],\n              [6.672666726667302, 13.320707821258452],\n              [6.370263702637061, 13.626959547511547],\n              [6.121861218612224, 13.65415012133775],\n              [5.553055530555326, 13.873105794780372],\n              [5.272252722527242, 13.752894836811876],\n              [4.858248582485857, 13.774361079306246],\n              [4.505445054450576, 13.694220440660587],\n              [4.127441274412774, 13.472402601552048],\n              [4.087840878408798, 12.995852018176919],\n              [3.929439294392978, 12.749705770908079],\n              [3.645036450364529, 12.52788793179954],\n              [3.594635946359489, 11.696428805850758],\n              [3.483034830348316, 11.391608162430629],\n              [3.720637206372089, 11.112547010003752],\n              [3.731437314373181, 10.824899360579138],\n              [3.835838358383597, 10.600219355804668],\n              [3.756637566375701, 10.405592090522347],\n              [3.573035730357333, 10.285381132553837],\n              [3.655836558365621, 10.175187754416044],\n              [3.5118351183512, 9.846038702835628],\n              [3.317433174331768, 9.781639975352505],\n              [3.339033390333924, 9.67860201137951],\n              [3.130231302313035, 9.429593598444754],\n              [3.090630906309087, 9.12620403785759],\n              [2.770227702277055, 9.057512061875599],\n              [2.723427234272378, 8.772726578116888],\n              [2.734227342273442, 8.211742107597217],\n              [2.673026730267338, 7.889748470181601],\n              [2.777427774277783, 7.031098770406601],\n              [2.71622716227165, 6.979579788420097],\n              [2.705427054270558, 6.368507418746887]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NI\", \"countryKey\": \"NI\", \"countryName\": \"Nicaragua\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-83.645036450364444, 10.926506241719167],\n              [-83.835838358383526, 11.142599749495886],\n              [-83.868238682386774, 11.374435168435127],\n              [-83.652236522365172, 11.611994918706216],\n              [-83.699036990369848, 11.849554668977291],\n              [-83.835838358383526, 11.871020911471675],\n              [-83.677436774367692, 12.009835946268623],\n              [-83.616236162361574, 12.34757149484679],\n              [-83.735037350373446, 12.36331340600934],\n              [-83.767437674376694, 12.546492008628007],\n              [-83.58743587435869, 12.6323569786055],\n              [-83.616236162361574, 12.374762068673007],\n              [-83.493834938349323, 12.400521559666259],\n              [-83.540635406354014, 12.580837996618996],\n              [-83.508235082350765, 12.902831634034627],\n              [-83.569435694356883, 13.287792916100415],\n              [-83.432634326343205, 13.956108599091962],\n              [-83.220232202321966, 14.250911662681375],\n              [-83.191431914319097, 14.386864531812421],\n              [-83.299432994329891, 14.771825813878209],\n              [-83.130231302312964, 14.996505818652665],\n              [-83.389433894338893, 15.030851806643668],\n              [-83.616236162361574, 14.872001612185286],\n              [-84.483844838448334, 14.620131033584627],\n              [-84.699846998469937, 14.674512181237034],\n              [-84.771847718477133, 14.804740719036246],\n              [-85.002250022500164, 14.740341991553123],\n              [-85.139051390513856, 14.578629631428825],\n              [-85.157051570515648, 14.338207715491833],\n              [-85.823058230582248, 13.84734630378712],\n              [-86.096660966609605, 14.043404651902421],\n              [-86.409864098640938, 13.748601588312994],\n              [-86.726667266672607, 13.768636747974412],\n              [-86.773467734677297, 13.65415012133775],\n              [-86.701467014670087, 13.313552407093667],\n              [-86.910269102690975, 13.239136099779827],\n              [-87.036270362703576, 12.980110107014383],\n              [-87.313473134731296, 12.981541189847334],\n              [-87.435874358743533, 12.922866793696045],\n              [-87.583475834758289, 13.057388579994125],\n              [-87.648276482764771, 12.872778894542506],\n              [-87.464674646746417, 12.786913924564999],\n              [-87.34587345873453, 12.619477233108881],\n              [-86.798667986679817, 12.218774039880543],\n              [-86.496264962649576, 11.759396450500915],\n              [-85.927459274592692, 11.310036440952004],\n              [-85.700657006570012, 11.081063187678666],\n              [-85.596255962559567, 11.209860642644927],\n              [-84.930249302492967, 10.942248152881717],\n              [-84.678246782467767, 11.071045607847964],\n              [-84.35424354243537, 10.995198217701173],\n              [-84.192241922419171, 10.781966875590385],\n              [-83.933039330393257, 10.717568148107262],\n              [-83.66303663036625, 10.807726366583637],\n              [-83.645036450364444, 10.926506241719167]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NL\",\n        \"countryKey\": \"NL\",\n        \"countryName\": \"Netherlands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [5.995859958599624, 50.749248234450619],\n              [6.064260642606456, 50.908098428909],\n              [5.920259202592064, 51.029740469710447],\n              [6.147061470614744, 51.152813593344874],\n              [6.064260642606456, 51.231523149157582],\n              [6.208262082620848, 51.387511177950032],\n              [6.10026100261004, 51.645106087882539],\n              [5.927459274592763, 51.806818448006823],\n              [6.12546125461256, 51.896976666483198],\n              [6.381063810638125, 51.828284690501192],\n              [6.809468094680966, 51.95994431113337],\n              [6.676266762667638, 52.034360618447195],\n              [7.025470254702583, 52.230418966562496],\n              [6.975069750697543, 52.450805722838069],\n              [6.694266942669458, 52.47513413099837],\n              [6.769867698677018, 52.641139739621536],\n              [7.036270362703647, 52.64686407095337],\n              [7.183871838718403, 52.96599554270307],\n              [7.194671946719495, 53.245056695129946],\n              [6.730267302673042, 53.461150202906651],\n              [5.981459814598168, 53.40676905525423],\n              [5.592655926559303, 53.302300008448285],\n              [5.38025380253805, 53.097655163335233],\n              [5.35985076467978, 52.87443734777807],\n              [5.599892299355462, 52.772066693284025],\n              [5.581065512322075, 52.602625609983548],\n              [5.129222623520792, 52.387294233289182],\n              [5.051562127008071, 52.566148710106361],\n              [5.312783797096313, 52.699112893529652],\n              [5.282190268167059, 52.753239906250641],\n              [5.150402758933351, 52.745003186923533],\n              [5.033912014164271, 52.940331102394921],\n              [4.912249122491261, 52.905890063718829],\n              [4.746647466474684, 52.967426625536035],\n              [4.50904509045094, 52.336319096201407],\n              [3.961839618396198, 51.846888767329659],\n              [4.177841778417815, 51.685176407205361],\n              [3.987039870398718, 51.590724940230118],\n              [4.239042390423919, 51.519170798582195],\n              [4.127441274412774, 51.441892325602453],\n              [3.828638286382898, 51.612191182724487],\n              [3.457834578345796, 51.554947869406163],\n              [3.537035370353721, 51.459065319597954],\n              [3.828638286382898, 51.390373343615948],\n              [3.943839438394406, 51.450478822600203],\n              [4.260642606426103, 51.368907101121579],\n              [4.48384483844842, 51.47480723076049],\n              [4.764647646476476, 51.49627347325486],\n              [4.908649086490897, 51.391804426448914],\n              [5.013050130501341, 51.47480723076049],\n              [5.214652146521502, 51.258713722983785],\n              [5.470254702547038, 51.288766462475905],\n              [5.830258302583047, 51.157106841843742],\n              [5.657456574565771, 50.807922630601908],\n              [5.733057330573331, 50.759265814281321],\n              [5.995859958599624, 50.749248234450619]\n            ]\n          ],\n          [\n            [\n              [4.221042210422127, 51.367476018288613],\n              [3.983439834398382, 51.410408503277367],\n              [3.857438574385782, 51.346009775794244],\n              [3.540635406354085, 51.416132834609201],\n              [3.349833498335016, 51.374631432453413],\n              [3.393033930339328, 51.247265060320117],\n              [3.634236342363437, 51.287335379642954],\n              [3.925839258392614, 51.205763658164329],\n              [4.221042210422127, 51.367476018288613]\n            ]\n          ],\n          [\n            [\n              [4.037440374403758, 51.685176407205361],\n              [3.688236882368841, 51.725246726528198],\n              [3.976239762397654, 51.623639845388155],\n              [4.037440374403758, 51.685176407205361]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NO-NO1\", \"countryKey\": \"NO\", \"countryName\": \"Norway\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [10.387903879038817, 59.550407657144348],\n              [10.657906579065809, 59.594771224966053],\n              [10.596705967059705, 59.423041285011053],\n              [10.823508235082386, 59.164015292245594],\n              [10.902709027090282, 59.196930197403645],\n              [11.298017754860162, 59.115941244950811],\n              [11.370713707137099, 59.101047647595436],\n              [11.453514535145388, 58.896402802482385],\n              [11.665916659166612, 58.920731210642685],\n              [11.806318063180669, 59.294243830044806],\n              [11.676716767167704, 59.558994154142098],\n              [11.903519035190385, 59.76936333058697],\n              [11.849518495184981, 59.872401294559978],\n              [12.144721447214494, 59.898160785553216],\n              [12.447124471244734, 60.051286648679763],\n              [12.609126091260947, 60.48633582989909],\n              [12.335523355233562, 60.828364626976139],\n              [12.281522815228186, 61.015836478093675],\n              [12.670670550143965, 61.054228230276124],\n              [12.872743374997839, 61.355733714978733],\n              [12.571033419002276, 61.569992025076544],\n              [12.420235853452628, 61.565096699999017],\n              [12.137443265721197, 61.722031407671032],\n              [12.298257169719612, 62.26429740073408],\n              [10.956709567095686, 62.628666830837716],\n              [8.404284042840459, 61.482369481638088],\n              [8.109081090810946, 61.199015080712343],\n              [9.60309603096033, 60.307450475779305],\n              [9.484294842948458, 60.273104487788302],\n              [8.685086850868544, 60.230172002799549],\n              [8.839888398884, 60.161480026817557],\n              [9.675096750967526, 59.415885870846267],\n              [10.305103051030528, 59.684929443442428],\n              [10.387903879038817, 59.550407657144348]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NO-NO2\", \"countryKey\": \"NO\", \"countryName\": \"Norway\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [5.27945279452797, 59.292812747211855],\n              [5.207452074520774, 59.415885870846267],\n              [5.167851678516797, 59.19549911457068],\n              [5.27945279452797, 59.292812747211855]\n            ]\n          ],\n          [\n            [\n              [5.499054990549922, 59.803709318577972],\n              [5.419854198541998, 59.938231104876053],\n              [5.250652506525086, 59.909609448216884],\n              [5.311853118531218, 59.795122821580222],\n              [5.499054990549922, 59.803709318577972]\n            ]\n          ],\n          [\n            [\n              [5.661056610566135, 60.067028559842299],\n              [5.463054630546338, 60.052717731512715],\n              [5.509855098551014, 59.899591868386182],\n              [5.661056610566135, 60.067028559842299]\n            ]\n          ],\n          [\n            [\n              [8.685086850868544, 60.230172002799549],\n              [6.541378043022702, 60.146970045028013],\n              [6.096660966609704, 60.0913569680026],\n              [5.963459634596376, 59.95683518170452],\n              [5.646656466564679, 59.853797217731511],\n              [5.895058950589544, 59.762207916422184],\n              [5.747457474574759, 59.674911863611726],\n              [5.488254882548858, 59.737879508261884],\n              [5.182251822518253, 59.511768420654477],\n              [5.473854738547402, 59.27850191888227],\n              [5.585455854558575, 59.415885870846267],\n              [5.668256682566863, 59.304261409875508],\n              [6.078660786607884, 59.401575042516683],\n              [6.25146251462516, 59.277070836049305],\n              [5.873458734587359, 59.086736819265852],\n              [6.035460354603572, 58.904989299480135],\n              [5.736657366573695, 58.929317707640436],\n              [5.549455494554962, 59.038080002945264],\n              [5.477454774547766, 58.754725602019519],\n              [5.704257042570447, 58.521459100247313],\n              [6.003060030600324, 58.389799479615135],\n              [6.697866978669822, 58.225224953824934],\n              [6.532265322653245, 58.120755907018975],\n              [7.000270002700063, 58.030597688542599],\n              [7.579875798758025, 58.01771794304598],\n              [7.914679146791485, 58.082116670529103],\n              [8.029880298803022, 58.225224953824934],\n              [8.123481234812374, 58.102151830190522],\n              [8.501485014850175, 58.25670877615002],\n              [9.45189451894521, 58.833435157832227],\n              [9.271892718927205, 58.833435157832227],\n              [9.689496894968983, 58.95650828146664],\n              [9.955899558995611, 58.95650828146664],\n              [10.470704707047105, 59.248449179390136],\n              [10.481504815048169, 59.411592622347385],\n              [10.387903879038817, 59.550407657144348],\n              [10.305103051030528, 59.684929443442428],\n              [9.675096750967526, 59.415885870846267],\n              [8.839888398884, 60.161480026817557],\n              [8.685086850868544, 60.230172002799549]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NO-NO3\", \"countryKey\": \"NO\", \"countryName\": \"Norway\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [12.298257169719612, 62.26429740073408],\n              [12.057443445406413, 62.611364377099854],\n              [12.13670640997934, 62.748550277322231],\n              [12.074910112915699, 62.901908244473404],\n              [12.218464612767876, 63.000569337099087],\n              [11.973251900565201, 63.26732575153612],\n              [12.213343183256953, 63.476533923176234],\n              [12.150580731764919, 63.591100302883916],\n              [12.682769226066599, 63.972589243182647],\n              [12.925676145774485, 64.059029577631634],\n              [11.816770723934091, 64.884996689991468],\n              [11.842318423184253, 64.802481654101413],\n              [11.395913959139619, 64.706599104293204],\n              [11.518315183151856, 64.573508400828089],\n              [11.377913779137828, 64.397485212374207],\n              [11.161911619116211, 64.446142028694794],\n              [10.956709567095686, 64.60356114032021],\n              [10.891908919089218, 64.474763685353963],\n              [10.603906039060405, 64.451866360026628],\n              [10.607506075060769, 64.366001390049121],\n              [10.168301683016864, 64.198564698593003],\n              [9.937899378993819, 63.959573865488963],\n              [10.19710197101972, 63.938107622994593],\n              [9.545495454954562, 63.774964180037344],\n              [9.545495454954562, 63.666201884732502],\n              [9.797497974979763, 63.691961375725754],\n              [9.919899198992027, 63.51450710443892],\n              [10.416704167041701, 63.578905831922043],\n              [10.90990909909101, 63.730600612215625],\n              [11.075510755107587, 63.83650074185455],\n              [10.963909639096414, 63.948125202825295],\n              [11.262712627126291, 64.035421255635754],\n              [11.4967149671497, 64.021110427306169],\n              [11.097110971109743, 63.889450806674006],\n              [11.464314643146452, 63.802154753863547],\n              [11.032310323103246, 63.719151949551957],\n              [10.672306723067265, 63.548853092429923],\n              [10.917109171091738, 63.465850288118332],\n              [10.798307983079866, 63.417193471797759],\n              [10.301503015030164, 63.465850288118332],\n              [10.092700927009304, 63.438659714292129],\n              [10.099900999010003, 63.325604170488418],\n              [9.833498334983375, 63.328466336154335],\n              [9.959499594995975, 63.427211051628461],\n              [9.700297002970046, 63.644735642238132],\n              [9.160291602916061, 63.507351690274135],\n              [9.264692646926505, 63.362812324145338],\n              [8.821888218882208, 63.430073217294378],\n              [8.476284762847655, 63.294120348163332],\n              [8.544685446854487, 63.132407988039049],\n              [8.166681666816686, 63.115234994043547],\n              [8.620286202862047, 62.877675243772458],\n              [8.328683286832899, 62.880537409438375],\n              [8.339483394833962, 62.959246965251083],\n              [8.087480874808762, 63.109510662711713],\n              [7.972279722797253, 62.976419959246584],\n              [7.5006750067501, 62.91059014893051],\n              [7.270272702727056, 63.013628112903504],\n              [6.910269102691046, 62.929194225758962],\n              [6.971469714697179, 62.725980463478876],\n              [7.313473134731368, 62.744584540307343],\n              [7.385473854738564, 62.687341226989005],\n              [8.073080730807334, 62.780361611131298],\n              [7.522275222752256, 62.674461481492386],\n              [7.518675186751892, 62.541370778027257],\n              [7.093870938709415, 62.651564156165051],\n              [6.777067770677718, 62.650133073332086],\n              [6.61146611466117, 62.561405937688676],\n              [6.319863198632021, 62.608631671176298],\n              [6.305463054630565, 62.459799056548633],\n              [6.708667086670886, 62.451212559550882],\n              [6.028260282602844, 62.305242110589134],\n              [5.927459274592763, 62.199341980950223],\n              [5.43065430654309, 62.18646223545359],\n              [5.452254522545246, 62.061958028986211],\n              [5.182251822518253, 62.212221726446842],\n              [5.070650706507081, 62.163564910126254],\n              [5.311853118531218, 62.026180958162257],\n              [5.157051570515733, 61.895952420363045],\n              [5.427054270542726, 61.937453822518847],\n              [6.521465214652181, 61.81438069888442],\n              [5.736657366573695, 61.835846941378804],\n              [5.362253622536258, 61.905970000193761],\n              [5.337053370533738, 61.841571272710638],\n              [4.973449734497365, 61.73853330873763],\n              [4.991449914499157, 61.629771013432801],\n              [5.358653586535894, 61.553923623286011],\n              [4.948249482494845, 61.416539671322013],\n              [5.020250202502041, 61.216188074707844],\n              [5.357402552258215, 61.087578728705232],\n              [5.135451354513577, 61.077373039910881],\n              [5.113851138511421, 60.961455330441254],\n              [6.370263702637061, 61.055906797416512],\n              [6.413464134641373, 61.068786542913131],\n              [6.575465754657557, 61.063062211581297],\n              [6.665466654666574, 61.194721832213474],\n              [6.697866978669822, 61.191859666547558],\n              [7.295472954729576, 61.838709107044721],\n              [8.404284042840459, 61.482369481638088],\n              [10.956709567095686, 62.628666830837716],\n              [12.298257169719612, 62.26429740073408]\n            ]\n          ],\n          [\n            [\n              [4.951849518495209, 61.897383503196011],\n              [4.915849158491596, 61.781465793726383],\n              [5.124651246512485, 61.855882101040223],\n              [4.951849518495209, 61.897383503196011]\n            ]\n          ],\n          [\n            [\n              [5.704257042570447, 62.298086696424335],\n              [5.545855458554598, 62.192186566785423],\n              [5.779857798578007, 62.207928477947959],\n              [5.704257042570447, 62.298086696424335]\n            ]\n          ],\n          [\n            [\n              [6.06786067860682, 62.348174595577888],\n              [5.805058050580527, 62.362485423907472],\n              [5.873458734587359, 62.255154211435595],\n              [6.06786067860682, 62.348174595577888]\n            ]\n          ],\n          [\n            [\n              [7.680676806768105, 63.020783527068303],\n              [7.39987399874002, 63.055129515059292],\n              [7.52587525875262, 62.946367219754464],\n              [7.680676806768105, 63.020783527068303]\n            ]\n          ],\n          [\n            [\n              [8.098280982809854, 63.34277716448392],\n              [8.004680046800502, 63.473005702283132],\n              [7.806678066780705, 63.371398821143089],\n              [8.098280982809854, 63.34277716448392]\n            ]\n          ],\n          [\n            [\n              [8.9658896588966, 63.656184304901799],\n              [8.544685446854487, 63.601803157249378],\n              [8.278282782827858, 63.465850288118332],\n              [8.505085050850539, 63.434366465793261],\n              [9.174691746917489, 63.567457169258375],\n              [8.9658896588966, 63.656184304901799]\n            ]\n          ],\n          [\n            [\n              [8.796687966879688, 63.805016919529464],\n              [8.314283142831442, 63.667632967565467],\n              [8.742687426874284, 63.687668127226885],\n              [8.796687966879688, 63.805016919529464]\n            ]\n          ],\n          [\n            [\n              [11.230312303123043, 64.610716554484995],\n              [11.179911799118003, 64.507678590512],\n              [11.417514175141775, 64.473332602520998],\n              [11.230312303123043, 64.610716554484995]\n            ]\n          ],\n          [\n            [\n              [11.205112051120523, 64.90981286657329],\n              [11.089910899109015, 64.949883185896127],\n              [10.827108271082722, 64.856862801753834],\n              [11.205112051120523, 64.90981286657329]\n            ]\n          ],\n          [\n            [\n              [11.69831698316986, 64.912675032239207],\n              [11.230312303123043, 64.822516813762832],\n              [11.478714787147908, 64.811068151099164],\n              [11.694716947169496, 64.911243949406256],\n              [11.69831698316986, 64.912675032239207]\n            ]\n          ],\n          [\n            [\n              [11.69831698316986, 64.912675032239207],\n              [11.561515615156168, 64.952745351562044],\n              [11.244712447124499, 64.856862801753834],\n              [11.69831698316986, 64.912675032239207]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NO-NO4\", \"countryKey\": \"NO\", \"countryName\": \"Norway\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [29.041943726896648, 69.010764447242039],\n              [29.241292412924139, 69.115765312637819],\n              [29.33489334893352, 69.277477672762103],\n              [29.900099000990025, 69.357618311407776],\n              [30.123301233012342, 69.442052198552318],\n              [30.296102961029618, 69.620937552672103],\n              [30.512105121051235, 69.536503665527562],\n              [30.854108541085424, 69.527917168529825],\n              [30.92610926109262, 69.672456534658608],\n              [30.839708397083996, 69.805547238123751],\n              [30.166501665016654, 69.879963545437562],\n              [30.209702097020994, 69.784080995629353],\n              [30.000900009000105, 69.725406599478077],\n              [29.680496804968072, 69.735424179308779],\n              [29.684096840968436, 69.970121763913937],\n              [28.611286112861137, 70.120385461374582],\n              [28.755287552875558, 70.167611194862189],\n              [29.226892268922711, 70.120385461374582],\n              [30.159301593015954, 70.07172864505398],\n              [30.548105481054819, 70.249182916340828],\n              [31.07731077310774, 70.284959987164768],\n              [30.92610926109262, 70.456689927119783],\n              [30.810908109081112, 70.41518852496398],\n              [29.993699936999377, 70.71285375421931],\n              [29.680496804968072, 70.619833370077032],\n              [29.777697776977789, 70.727164582548909],\n              [29.352893528935311, 70.695680760223809],\n              [29.403294032940352, 70.784407895867247],\n              [29.057690576905799, 70.884583694174324],\n              [28.794887948879506, 70.873135031510657],\n              [28.524885248852513, 70.721440251217075],\n              [28.247682476824792, 70.41518852496398],\n              [27.848078480784835, 70.482449418113021],\n              [28.233282332823336, 70.615540121578164],\n              [28.301683016830196, 70.702836174388608],\n              [27.650076500765039, 70.606953624580399],\n              [28.128881288812892, 70.735751079546645],\n              [27.761677616776183, 70.791563310032018],\n              [28.222482224822272, 70.785838978700184],\n              [28.546485464854669, 70.980466243982534],\n              [28.18648186481866, 70.996208155145069],\n              [28.190081900819024, 71.086366373621445],\n              [27.876878768787719, 71.037709557300872],\n              [27.56727567275675, 71.097815036285112],\n              [27.552875528755294, 70.954706752989267],\n              [27.120871208712117, 70.92179184783123],\n              [27.534875348753502, 70.845944457684453],\n              [27.138871388713909, 70.740044328045542],\n              [27.131671316713181, 70.625557701408866],\n              [26.505265052650543, 70.362238460144539],\n              [26.656466564665664, 70.639868529738436],\n              [26.34326343263433, 70.648455026736201],\n              [26.642066420664236, 70.707129422887476],\n              [26.692466924669276, 70.956137835822233],\n              [26.375663756637579, 70.868841783011788],\n              [26.012060120601234, 70.625557701408866],\n              [25.42165421654218, 70.325030306487605],\n              [25.540455404554052, 70.297839732661402],\n              [25.137251372513731, 70.07888405921878],\n              [24.964449644496455, 70.080315142051745],\n              [24.978849788497911, 70.229147756679396],\n              [25.202052020520227, 70.306426229659166],\n              [25.245252452524539, 70.528244068767691],\n              [25.072450724507263, 70.50391566060739],\n              [25.925659256592581, 70.855962037515155],\n              [25.42165421654218, 70.860255286014024],\n              [25.245252452524539, 70.791563310032018],\n              [25.140851408514095, 70.92179184783123],\n              [24.665646656466578, 70.977604078316602],\n              [24.615246152461538, 70.78011464736835],\n              [24.395643956439585, 70.867410700178823],\n              [24.291242912429141, 70.764372736205814],\n              [24.543245432454341, 70.745768659377376],\n              [24.615246152461538, 70.625557701408866],\n              [24.352443524435273, 70.69138751172494],\n              [24.111241112411136, 70.548279228429124],\n              [24.316443164431661, 70.482449418113021],\n              [23.916839168391704, 70.509639991939224],\n              [23.513635136351382, 70.365100625810442],\n              [23.571235712357151, 70.290684318496602],\n              [23.27603276032761, 70.224854508180528],\n              [23.40203402034021, 70.140420621035986],\n              [23.175231752317529, 70.091763804715413],\n              [23.538835388353903, 70.024502911566373],\n              [23.330033300333014, 69.948655521419568],\n              [23.031230312303137, 70.030227242898206],\n              [22.966429664296669, 70.207681514185026],\n              [22.372423724237251, 70.250613999173794],\n              [22.268022680226835, 70.294977566995499],\n              [21.821618216182173, 70.269218076002232],\n              [21.875618756187578, 70.147576035200785],\n              [21.587615876158793, 70.312150560991],\n              [21.209612096120992, 70.209112597017992],\n              [21.512015120151233, 70.091763804715413],\n              [21.839618396183994, 70.054555651058479],\n              [21.904419044190462, 69.825582397785155],\n              [21.393213932139332, 70.028796160065241],\n              [21.170011700117016, 69.875670296938694],\n              [20.51120511205113, 69.769770167299782],\n              [20.496804968049702, 69.578005067683364],\n              [20.277202772027749, 69.391964299398779],\n              [20.190801908019097, 69.413430541893149],\n              [20.417604176041777, 69.889981125268292],\n              [20.169201692016941, 69.941500107254768],\n              [19.855998559985608, 69.626661884003937],\n              [19.675996759967632, 69.681043031656372],\n              [19.783997839978412, 69.804116155290785],\n              [19.099990999910005, 69.736855262141745],\n              [18.959589595895977, 69.560832073687862],\n              [19.157591575915774, 69.377653471069209],\n              [19.348393483934871, 69.379084553902146],\n              [19.477994779947807, 69.220234359443793],\n              [19.301593015930166, 69.224527607942662],\n              [19.348393483934871, 69.344738565911143],\n              [19.013590135901381, 69.397688630730613],\n              [18.851588515885169, 69.552245576690126],\n              [18.498784987849888, 69.522192837197991],\n              [18.466384663846668, 69.444914364218249],\n              [18.934389343893457, 69.334720986080441],\n              [18.603186031860332, 69.300374998089438],\n              [18.300783007830091, 69.486415766374023],\n              [18.001980019800214, 69.286064169759868],\n              [18.081180811808139, 69.168715377457289],\n              [17.677976779767818, 69.091436904477519],\n              [17.425974259742617, 68.899671804861129],\n              [17.695976959769609, 68.891085307863364],\n              [17.235172351723548, 68.756563521565283],\n              [16.630366303663067, 68.642076894928607],\n              [16.53316533165335, 68.438863132648535],\n              [17.047970479704816, 68.434569884149653],\n              [17.544775447754489, 68.530452433957862],\n              [17.541175411754125, 68.428845552817819],\n              [16.824768247682499, 68.324376506011873],\n              [16.695166951669535, 68.405948227490498],\n              [16.173161731617341, 68.317221091847074],\n              [16.43956439564397, 68.225631790537747],\n              [16.345963459634618, 68.082523507241916],\n              [16.500765007650102, 68.016693696925827],\n              [16.46476464764649, 67.899344904623248],\n              [16.302763027630306, 67.993796371598492],\n              [16.237962379623809, 67.883602993460698],\n              [16.043560435604377, 68.029573442422446],\n              [16.097560975609781, 68.172681725718292],\n              [15.507155071550727, 68.132611406395455],\n              [15.280352803528046, 68.036728856587246],\n              [15.967959679596817, 68.008107199928077],\n              [15.301953019530231, 67.890758407625498],\n              [14.99954999549999, 67.895051656124366],\n              [14.790747907479101, 67.823497514476458],\n              [15.013950139501418, 67.746219041496701],\n              [14.837548375483777, 67.643181077523707],\n              [15.384753847538491, 67.803462354815039],\n              [15.597155971559744, 67.749081207162618],\n              [15.197551975519787, 67.644612160356658],\n              [15.265952659526619, 67.524401202388162],\n              [15.00675006750069, 67.563040438878033],\n              [14.725947259472605, 67.488624131564208],\n              [15.04995049950503, 67.447122729408406],\n              [14.82314823148235, 67.378430753426414],\n              [14.653946539465409, 67.425656486914036],\n              [14.329943299433012, 67.241046801462417],\n              [14.682746827468293, 67.278254955119323],\n              [14.675546755467565, 67.216718393302116],\n              [15.165151651516538, 67.311169860277374],\n              [14.89874898748991, 67.142302085988291],\n              [14.779947799478009, 67.213856227636199],\n              [14.36234362343626, 67.159475079983793],\n              [14.221942219422203, 66.982020808696959],\n              [13.588335883358866, 66.937657240875239],\n              [13.80073800738009, 66.808859785908993],\n              [13.54153541535419, 66.803135454577159],\n              [13.480334803348057, 66.675769082443878],\n              [13.249932499325013, 66.632836597455125],\n              [13.170731707317088, 66.412449841179537],\n              [13.001530015300176, 66.356637610694165],\n              [13.321933219332209, 66.300825380208792],\n              [13.03033030330306, 66.197787416235784],\n              [13.57393573935741, 66.289376717545125],\n              [13.973539735397367, 66.23785773555862],\n              [13.527135271352734, 66.240719901224537],\n              [12.868328683286848, 66.134819771585626],\n              [12.713527135271363, 66.041799387443334],\n              [13.023130231302332, 66.067558878436586],\n              [12.789127891278923, 65.964520914463577],\n              [12.349923499235018, 65.638234028549078],\n              [12.403924039240422, 65.535196064576084],\n              [12.573125731257335, 65.589577212228505],\n              [12.641526415264167, 65.41641618944054],\n              [12.346323463234654, 65.267583574812875],\n              [12.501125011250139, 65.144510451178462],\n              [12.933129331293344, 65.333413385128964],\n              [12.605526055260583, 65.125906374349995],\n              [12.151921519215222, 65.040041404372502],\n              [11.979119791197945, 65.068663061031671],\n              [11.561515615156168, 64.952745351562044],\n              [11.69831698316986, 64.912675032239207],\n              [11.694716947169496, 64.911243949406256],\n              [11.813518135181369, 64.895502038243706],\n              [11.816770723934091, 64.884996689991468],\n              [12.925676145774485, 64.059029577631634],\n              [13.211252852168155, 64.095566923267768],\n              [13.716413154938838, 64.046206145242351],\n              [13.967557064061047, 64.007902443440486],\n              [14.157719205213425, 64.195275716028149],\n              [14.114023722627877, 64.463915413643988],\n              [13.642336423364242, 64.583525980658791],\n              [14.326758158719665, 65.120356245155136],\n              [14.379640722349183, 65.245159095320801],\n              [14.504443572514843, 65.30861817167623],\n              [14.495982362334122, 65.515917821103926],\n              [14.536173110692554, 65.693603234899115],\n              [14.625283872217643, 65.813104130305121],\n              [14.518266646852341, 66.129601881917409],\n              [15.037414037986153, 66.15464846657737],\n              [15.485061313574022, 66.282662705703288],\n              [15.457287907031832, 66.344754940019271],\n              [15.37203343028456, 66.485085842084175],\n              [15.624248003754939, 66.595751420239537],\n              [16.036026899216779, 66.912306446125825],\n              [16.388612578455984, 67.043560969054298],\n              [16.406627905132439, 67.205698909142399],\n              [16.100367351632695, 67.437324537839672],\n              [16.1569869497587, 67.519680316932039],\n              [16.414348759422349, 67.535122025511853],\n              [16.738624639598548, 67.91087026762078],\n              [17.186434188413301, 68.054992881032433],\n              [17.28423167608549, 68.119333333448338],\n              [17.893978939789406, 67.969467963438206],\n              [18.154114592748627, 68.193968258250806],\n              [18.105215848912536, 68.407578560271631],\n              [18.128378411782265, 68.533685847006822],\n              [18.41147640241228, 68.58001097274628],\n              [18.620697672463567, 68.506003883684357],\n              [18.985090191974898, 68.517435805865105],\n              [19.925365791341388, 68.35453091478945],\n              [20.222595768040826, 68.490284990685836],\n              [19.94251367461251, 68.556018543225136],\n              [20.205628368198656, 68.667196726962217],\n              [20.338348286666925, 68.804614695641746],\n              [20.306636447740878, 68.924414976029027],\n              [20.064686861860672, 69.047738794074775],\n              [20.549205472874075, 69.059918116508356],\n              [20.716311509735295, 69.118943427849075],\n              [21.060231227973638, 69.035460840641846],\n              [21.106610443088766, 69.103245847348575],\n              [21.003149117062708, 69.221691227488748],\n              [21.277856775821551, 69.310168499400689],\n              [21.627347693939456, 69.276576070883493],\n              [22.177067081665555, 68.954311678966263],\n              [22.18985008995352, 68.915962654102373],\n              [22.339593901326825, 68.827394668107189],\n              [22.375203710129014, 68.716912953618348],\n              [22.534047289609212, 68.744181756239797],\n              [22.790809407068892, 68.685826729544416],\n              [23.04090237862053, 68.69082858897545],\n              [23.196831968319714, 68.617748486768335],\n              [23.733237332373335, 68.715062119409481],\n              [23.927639276392796, 68.816669000549524],\n              [24.662046620466214, 68.666405303088908],\n              [24.906849068490715, 68.557643007784066],\n              [24.982449824498275, 68.614886321102404],\n              [25.133651336513395, 68.647801226260441],\n              [25.144451444514459, 68.667836385921873],\n              [25.202052020520227, 68.812375752050656],\n              [25.601656016560185, 68.872481231034897],\n              [25.727657276572785, 68.942604289849868],\n              [25.799657996579981, 69.012727348664811],\n              [25.749257492574941, 69.059953082152447],\n              [25.734857348573513, 69.191612702784624],\n              [25.878858788587905, 69.37049805690441],\n              [25.893258932589333, 69.49070901487292],\n              [25.886058860588633, 69.520761754365026],\n              [26.03366033660339, 69.696784942818908],\n              [26.181261812618146, 69.711095771148479],\n              [26.224462244622458, 69.732562013642877],\n              [26.501665016650179, 69.918602781927461],\n              [26.706867068670704, 69.935775775922934],\n              [27.099270992709933, 69.90142978793196],\n              [27.444874448744514, 70.003036669072003],\n              [27.898478984789875, 70.070297562221043],\n              [28.380883808838092, 69.822720232119252],\n              [29.147691476914787, 69.663870037660871],\n              [29.345693456934583, 69.464949523879653],\n              [28.852488524885274, 69.203061365448292],\n              [28.808359754505304, 69.111179697365984],\n              [28.929461408088272, 69.050844353943873],\n              [29.041943726896648, 69.010764447242039]\n            ]\n          ],\n          [\n            [\n              [13.480334803348057, 68.186992554047862],\n              [13.642336423364242, 68.071074844578249],\n              [13.77553775537757, 68.159801980221658],\n              [14.034740347403499, 68.181268222716028],\n              [13.984339843398459, 68.337256251508492],\n              [13.645936459364606, 68.292892683686787],\n              [13.480334803348057, 68.186992554047862]\n            ]\n          ],\n          [\n            [\n              [12.259922599226002, 65.147372616844379],\n              [12.19152191521917, 65.213202427160454],\n              [12.000720007200101, 65.074387392363505],\n              [12.259922599226002, 65.147372616844379]\n            ]\n          ],\n          [\n            [\n              [12.396723967239694, 65.508005490749881],\n              [12.123121231212338, 65.35774179328925],\n              [12.079920799208026, 65.214633509993419],\n              [12.490324903249046, 65.387794532781371],\n              [12.396723967239694, 65.508005490749881]\n            ]\n          ],\n          [\n            [\n              [12.735127351273547, 65.975969577127245],\n              [12.472324723247254, 65.980262825626127],\n              [12.49392493924941, 65.880087027319036],\n              [12.735127351273547, 65.975969577127245]\n            ]\n          ],\n          [\n            [\n              [12.605526055260583, 66.180614422240296],\n              [12.295922959229614, 66.01460881361713],\n              [12.645126451264531, 66.113353529091242],\n              [12.605526055260583, 66.180614422240296]\n            ]\n          ],\n          [\n            [\n              [14.239942399424024, 67.115111512162073],\n              [13.991539915399187, 67.077903358505168],\n              [14.207542075420776, 67.009211382523162],\n              [14.239942399424024, 67.115111512162073]\n            ]\n          ],\n          [\n            [\n              [15.154351543515446, 68.438863132648535],\n              [14.653946539465409, 68.428845552817819],\n              [14.383943839438416, 68.373033322332446],\n              [14.495544955449589, 68.315790009014123],\n              [14.196741967419683, 68.152646566056873],\n              [14.761947619476217, 68.258546695695784],\n              [15.154351543515446, 68.438863132648535]\n            ]\n          ],\n          [\n            [\n              [16.403564035640386, 68.428845552817819],\n              [16.342363423634254, 68.537607848122661],\n              [16.093960939609417, 68.397361730492747],\n              [16.403564035640386, 68.428845552817819]\n            ]\n          ],\n          [\n            [\n              [14.761947619476217, 68.494675363133908],\n              [14.99954999549999, 68.554780842118163],\n              [14.603546035460369, 68.559074090617031],\n              [14.761947619476217, 68.494675363133908]\n            ]\n          ],\n          [\n            [\n              [17.105571055710584, 68.757994604398249],\n              [17.015570155701568, 68.859601485538292],\n              [16.842768427684291, 68.725079699240212],\n              [17.105571055710584, 68.757994604398249]\n            ]\n          ],\n          [\n            [\n              [15.906759067590684, 68.956915118179438],\n              [15.64395643956442, 68.954052952513536],\n              [15.453154531545323, 68.81094466921769],\n              [15.514355143551455, 68.636352563596773],\n              [15.237152371523734, 68.564798421948865],\n              [15.269552695526983, 68.461760457975871],\n              [15.010350103501054, 68.314358926181157],\n              [15.359553595535971, 68.354429245503994],\n              [15.625956259562628, 68.300048097851572],\n              [15.748357483574864, 68.425983387151916],\n              [15.967959679596817, 68.393068481993865],\n              [16.093960939609417, 68.533314599623793],\n              [16.48276482764831, 68.547625427953363],\n              [16.576365763657662, 68.70790670524471],\n              [16.25596255962563, 68.902533970527031],\n              [16.108361083610845, 68.740821610402747],\n              [15.816758167581696, 68.610593072603535],\n              [15.989559895598973, 68.763718935730083],\n              [15.863558635586372, 68.782323012558521],\n              [15.906759067590684, 68.956915118179438]\n            ]\n          ],\n          [\n            [\n              [15.193951939519422, 68.934017792852103],\n              [15.00675006750069, 68.981243526339739],\n              [15.00675006750069, 68.793771675222189],\n              [14.369543695436988, 68.687871545583278],\n              [15.064350643506458, 68.579109250278464],\n              [15.337953379533815, 68.653525557592275],\n              [15.294752947529503, 68.906827219025899],\n              [15.193951939519422, 68.934017792852103]\n            ]\n          ],\n          [\n            [\n              [15.816758167581696, 69.024176011328478],\n              [16.061560615606169, 69.144386969296988],\n              [16.101161011610145, 69.314685826419037],\n              [15.56835568355686, 69.105747732807117],\n              [15.424354243542467, 68.962639449511272],\n              [15.816758167581696, 69.024176011328478]\n            ]\n          ],\n          [\n            [\n              [17.735577355773586, 69.552245576690126],\n              [17.645576455764569, 69.462087358213751],\n              [17.317973179731808, 69.535072582694625],\n              [17.389973899739005, 69.380515636735112],\n              [16.939969399694007, 69.397688630730613],\n              [17.130771307713104, 69.310392577920169],\n              [16.900369003690059, 69.194474868450527],\n              [17.055170551705544, 69.132938306633321],\n              [16.824768247682499, 69.054228750820613],\n              [17.487174871748749, 69.15440454912769],\n              [17.958779587795902, 69.180164040120957],\n              [17.904779047790498, 69.318979074917905],\n              [18.084780847808503, 69.351893980075943],\n              [18.048780487804891, 69.496433346204753],\n              [17.735577355773586, 69.552245576690126]\n            ]\n          ],\n          [\n            [\n              [18.840788407884105, 69.878532462604625],\n              [18.790387903879065, 69.784080995629353],\n              [18.35838358383586, 69.792667492627118],\n              [18.185581855818583, 69.708233605482576],\n              [18.192781927819311, 69.530779334195728],\n              [18.822788227882313, 69.590884813179997],\n              [18.804788047880493, 69.681043031656372],\n              [19.035190351903537, 69.744010676306544],\n              [18.840788407884105, 69.878532462604625]\n            ]\n          ],\n          [\n            [\n              [30.022500225002261, 69.837031060448822],\n              [29.878498784987869, 69.914309533428565],\n              [29.712897128971321, 69.764045835967949],\n              [30.022500225002261, 69.837031060448822]\n            ]\n          ],\n          [\n            [\n              [19.675996759967632, 69.855635137277289],\n              [19.855998559985608, 69.972983929579868],\n              [19.531995319953211, 69.920033864760399],\n              [19.675996759967632, 69.855635137277289]\n            ]\n          ],\n          [\n            [\n              [19.22239222392227, 70.073159727886946],\n              [18.729187291872933, 69.947224438586602],\n              [19.12159121591219, 69.788374244128249],\n              [19.40599405994061, 69.838462143281788],\n              [19.582395823958251, 69.993019089241272],\n              [19.22239222392227, 70.073159727886946]\n            ]\n          ],\n          [\n            [\n              [20.770407704077058, 70.116092212875685],\n              [20.824408244082463, 70.194801768688393],\n              [20.58680586805869, 70.236303170844195],\n              [20.388803888038893, 70.10321246737908],\n              [20.58680586805869, 70.045969154060742],\n              [20.770407704077058, 70.116092212875685]\n            ]\n          ],\n          [\n            [\n              [19.20439204392045, 70.254907247672662],\n              [18.99558995589959, 70.151869283699654],\n              [19.225992259922606, 70.134696289704152],\n              [19.20439204392045, 70.254907247672662]\n            ]\n          ],\n          [\n            [\n              [19.701197011970152, 70.250613999173794],\n              [19.819998199982024, 70.060279982390313],\n              [20.154801548015513, 70.113230047209782],\n              [19.81639816398166, 70.169042277695155],\n              [19.701197011970152, 70.250613999173794]\n            ]\n          ],\n          [\n            [\n              [22.692826928269312, 70.385135785471874],\n              [22.444424444244476, 70.292115401329568],\n              [23.002430024300253, 70.249182916340828],\n              [22.692826928269312, 70.385135785471874]\n            ]\n          ],\n          [\n            [\n              [23.50283502835029, 70.616971204411101],\n              [22.898028980289808, 70.450965595787949],\n              [23.103231032310333, 70.283528904331831],\n              [23.380433804338054, 70.317874892322834],\n              [23.661236612366139, 70.469569672616416],\n              [23.50283502835029, 70.616971204411101]\n            ]\n          ],\n          [\n            [\n              [23.819638196381987, 70.709991588553407],\n              [23.639636396363983, 70.702836174388608],\n              [23.751237512375155, 70.523950820268823],\n              [24.129241292412956, 70.619833370077032],\n              [23.819638196381987, 70.709991588553407]\n            ]\n          ],\n          [\n            [\n              [23.39483394833951, 70.843082292018522],\n              [23.330033300333014, 70.778683564535413],\n              [22.826028260282612, 70.648455026736201],\n              [22.372423724237251, 70.69854292588974],\n              [22.01242012420127, 70.599798210415599],\n              [22.332823328233303, 70.612677955912233],\n              [22.142021420214235, 70.482449418113021],\n              [22.869228692286953, 70.539692731431359],\n              [23.272432724327274, 70.681369931894238],\n              [23.39483394833951, 70.843082292018522]\n            ]\n          ],\n          [\n            [\n              [25.677256772567745, 71.160782680935284],\n              [25.292052920529215, 71.044864971465643],\n              [25.533255332553352, 70.931809427661932],\n              [26.181261812618146, 71.003363569309869],\n              [25.889658896588998, 71.052020385630442],\n              [25.677256772567745, 71.160782680935284]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NO-NO5\", \"countryKey\": \"NO\", \"countryName\": \"Norway\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [8.404284042840459, 61.482369481638088],\n              [7.295472954729576, 61.838709107044721],\n              [6.697866978669822, 61.191859666547558],\n              [6.665466654666574, 61.194721832213474],\n              [6.575465754657557, 61.063062211581297],\n              [6.413464134641373, 61.068786542913131],\n              [6.370263702637061, 61.055906797416512],\n              [5.113851138511421, 60.961455330441254],\n              [5.056250562505653, 60.957162081942386],\n              [5.045450454504561, 60.844106538138675],\n              [5.293852938529398, 60.822640295644305],\n              [5.30465304653049, 60.712446917506512],\n              [4.926649266492689, 60.79974297031697],\n              [5.301053010530126, 60.56075213721293],\n              [5.693456934569383, 60.752517236829348],\n              [5.707857078570811, 60.470593918736554],\n              [5.617856178561823, 60.417643853917099],\n              [5.541316440354774, 60.444572615006159],\n              [5.675456754567563, 60.473456084402471],\n              [5.686256862568655, 60.676669846682557],\n              [5.322653226532282, 60.546441308883345],\n              [5.418435160132559, 60.487805590646481],\n              [5.30465304653049, 60.527837232054893],\n              [5.178651786517889, 60.38902219725793],\n              [5.221852218522201, 60.211567925971096],\n              [5.842997085264626, 60.111501203936854],\n              [6.190261902619056, 60.354676209266927],\n              [6.561065610656129, 60.463438504571755],\n              [6.676266762667638, 60.436247930745552],\n              [6.528665286652881, 60.164342192483474],\n              [6.525065250652517, 60.145738115655007],\n              [6.541378043022702, 60.146970045028013],\n              [8.685086850868544, 60.230172002799549],\n              [9.484294842948458, 60.273104487788302],\n              [9.60309603096033, 60.307450475779305],\n              [8.109081090810946, 61.199015080712343],\n              [8.404284042840459, 61.482369481638088]\n            ]\n          ],\n          [\n            [\n              [6.510665106651089, 60.144307032822056],\n              [6.640266402664054, 60.416212771084133],\n              [6.503465034650361, 60.430523599413718],\n              [6.14346143461438, 60.215861174469964],\n              [6.107461074610768, 60.134289452991339],\n              [6.107461074610768, 60.128565121659506],\n              [6.510665106651089, 60.144307032822056]\n            ]\n          ],\n          [\n            [\n              [5.092250922509237, 60.320330221275924],\n              [4.969849698497001, 60.443403344910351],\n              [4.941049410494117, 60.291708564616769],\n              [5.092250922509237, 60.320330221275924]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"NP\", \"countryKey\": \"NP\", \"countryName\": \"Nepal\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [80.995409954099529, 30.197467670336039],\n              [80.883808838088356, 30.210347415832672],\n              [80.477004770047728, 29.806782056938417],\n              [80.214202142021435, 29.41752752637376],\n              [80.279002790027874, 29.310196313901884],\n              [80.131401314013118, 29.109844717287714],\n              [80.063968294774014, 28.832747806422642],\n              [80.351003510035099, 28.620414388415966],\n              [80.546707082305417, 28.689447887756277],\n              [80.999009990099893, 28.397165466474462],\n              [81.198420362366775, 28.363363042778499],\n              [81.31773412871533, 28.141540265905132],\n              [81.884618846188488, 27.849060741451424],\n              [82.037047835658385, 27.916169315976628],\n              [82.403024030240289, 27.677330801496424],\n              [82.651426514265125, 27.704521375322628],\n              [82.752227522275206, 27.495583281710722],\n              [83.133831338313399, 27.444064299724218],\n              [83.306633066330647, 27.332439838753473],\n              [83.360633606336052, 27.462668376552671],\n              [83.591035910359125, 27.456944045220837],\n              [83.854190069191603, 27.346061282163014],\n              [83.900639006390037, 27.444064299724218],\n              [84.08064080640807, 27.509894110040293],\n              [84.289442894428959, 27.376803406575178],\n              [84.577445774457743, 27.329577673087556],\n              [84.638646386463876, 27.029050278166295],\n              [84.923049230492296, 26.956065053685421],\n              [85.196651966519681, 26.758575622737183],\n              [85.351453514535166, 26.757144539904218],\n              [85.599855998560002, 26.854458172545378],\n              [85.823058230582291, 26.571103771619633],\n              [86.010260102601052, 26.654106575931223],\n              [86.143461434614352, 26.601156511111753],\n              [86.28386283862838, 26.612605173775421],\n              [86.71226712267125, 26.415115742827183],\n              [86.971469714697122, 26.532464535129762],\n              [87.327873278732767, 26.353579181009962],\n              [87.871478714787173, 26.460910393481839],\n              [87.975879758797561, 26.366458926506596],\n              [88.080280802808005, 26.518153706800177],\n              [88.17028170281705, 26.744264794407599],\n              [87.990279902799017, 27.217953212116797],\n              [88.005462545191477, 27.248678830556056],\n              [88.029880298802965, 27.29809385076247],\n              [88.022680226802294, 27.495583281710722],\n              [88.159481594815958, 27.774644434137585],\n              [88.11988119881201, 27.860509404115092],\n              [87.82467824678244, 27.906304054769763],\n              [87.727477274772724, 27.807559339295636],\n              [87.155071550715519, 27.826163416124089],\n              [87.02907029070289, 27.937787877094834],\n              [86.543065430654309, 28.092344823054333],\n              [86.438664386643865, 27.910597303268631],\n              [86.204662046620484, 28.002186604577972],\n              [85.981459814598139, 27.884837812275379],\n              [85.693456934569355, 28.335628904657256],\n              [85.610656106561038, 28.251195017512714],\n              [85.081450814508145, 28.318455910661754],\n              [85.167851678516769, 28.583206234759047],\n              [84.919449194491932, 28.535980501271425],\n              [84.678246782467824, 28.604672477253416],\n              [84.235442354423554, 28.899475540842843],\n              [84.09864098640989, 29.247228669251712],\n              [83.882638826388273, 29.281574657242714],\n              [83.655836558365564, 29.161363699274219],\n              [83.515435154351536, 29.191416438766339],\n              [83.328233282332832, 29.4847884195228],\n              [83.162631626316255, 29.625034537152715],\n              [82.835028350283523, 29.659380525143717],\n              [82.543425434254317, 29.922699766408044],\n              [82.14382143821436, 30.070101298202758],\n              [82.089820898208956, 30.330558373801168],\n              [81.593015930159282, 30.413561178112758],\n              [81.387813878138758, 30.373490858789921],\n              [81.323013230132318, 30.133068942852915],\n              [81.096210962109609, 30.017151233383288],\n              [80.995409954099529, 30.197467670336039]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NZ-NZA\",\n        \"countryKey\": \"NZ\",\n        \"countryName\": \"New Zealand\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [166.244262442624375, -50.601469078491263],\n              [166.118261182611803, -50.552812262170676],\n              [165.88785887858873, -50.794665260940633],\n              [166.222662226622248, -50.860495071256722],\n              [166.244262442624375, -50.601469078491263]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NZ-NZC\",\n        \"countryKey\": \"NZ\",\n        \"countryName\": \"New Zealand\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-176.381963819638116, -43.898277088914448],\n              [-176.2847628476284, -43.769479633948194],\n              [-176.601566015660069, -43.707943072130988],\n              [-176.515165151651445, -43.922605497074734],\n              [-176.662766627666201, -44.019919129715902],\n              [-176.511565115651081, -44.121526010855945],\n              [-176.299162991629828, -44.042816455043237],\n              [-176.381963819638116, -43.898277088914448]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NZ\",\n        \"countryKey\": \"NZ\",\n        \"countryName\": \"New Zealand\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [175.529952014655834, -36.352954560458151],\n              [175.384672563777286, -36.045830915873651],\n              [175.334353343533422, -36.223379855758921],\n              [175.529952014655834, -36.352954560458151]\n            ]\n          ],\n          [\n            [\n              [176.954369543695378, -39.60789075570537],\n              [176.907569075690702, -39.447609478414037],\n              [177.065970659706551, -39.200032148312246],\n              [177.386373863738612, -39.076959024677834],\n              [177.865178651786465, -39.096994184339252],\n              [177.868778687786829, -39.290190366788622],\n              [177.998379983799822, -39.129909089497289],\n              [177.883178831788285, -39.085545521675584],\n              [177.962379623796181, -38.762120801427002],\n              [178.293582935829335, -38.540302962318457],\n              [178.351183511835103, -38.002215817126128],\n              [178.563585635856299, -37.717430333367417],\n              [178.279182791827878, -37.558580138909043],\n              [177.991179911799094, -37.5428382277465],\n              [177.739177391773893, -37.675928931211629],\n              [177.436774367743652, -37.976456326132876],\n              [177.134371343713411, -37.98218065746471],\n              [176.716767167671634, -37.87771161065875],\n              [176.518765187651837, -37.761793901189122],\n              [175.996759967599672, -37.631565363389917],\n              [176.014760147601436, -37.515647653920297],\n              [175.8851588515885, -37.137841786019294],\n              [175.852758527585223, -36.718534515962503],\n              [175.784702601055443, -36.691283364316021],\n              [175.628169108207459, -36.724296787400043],\n              [175.561155611556075, -36.551097824506378],\n              [175.315485783033125, -36.520351187271928],\n              [175.443372623595224, -36.655485721491154],\n              [175.435154351543503, -36.864504964924251],\n              [175.561155611556075, -37.179343188175082],\n              [175.449554495544902, -37.225137838829752],\n              [175.24075240752407, -36.941783437904007],\n              [175.044877228403806, -36.878001294425303],\n              [174.819548195481929, -36.823003562768463],\n              [174.707947079470756, -36.542511327508635],\n              [174.823148231482293, -36.276329920578377],\n              [174.495544955449503, -35.987251188320798],\n              [174.571145711457092, -35.593703409257259],\n              [174.387543875438752, -35.419111303636342],\n              [174.351543515435111, -35.198724547360754],\n              [174.211142111421083, -35.343263913489551],\n              [174.031140311403107, -35.227346204019923],\n              [173.890738907389022, -35.001235116412509],\n              [173.573935739357381, -34.928249891931628],\n              [173.476734767347665, -34.989786453748842],\n              [173.163531635316332, -34.845247087620052],\n              [173.037530375303703, -34.551875106863591],\n              [172.907929079290767, -34.541857527032889],\n              [173.062730627306252, -34.397318160904092],\n              [172.673926739267387, -34.480320965215675],\n              [172.799927999279959, -34.550444024030639],\n              [173.141931419314147, -34.928249891931628],\n              [173.20313203132028, -35.05847842973084],\n              [173.098730987309835, -35.220190789855131],\n              [173.390333903338984, -35.513562770611586],\n              [173.408334083340804, -35.391920729810131],\n              [173.660336603366005, -35.313211173997423],\n              [173.408334083340804, -35.570806083929924],\n              [174.023940239402378, -36.267743423580626],\n              [174.203942039420355, -36.347884062226299],\n              [173.980739807398066, -36.107462146289294],\n              [174.362343623436203, -36.216224441594129],\n              [174.275942759427579, -36.369350304720669],\n              [174.434344343443428, -36.357901642057001],\n              [174.470344703447012, -36.584012729664423],\n              [174.358743587435839, -36.631238463152044],\n              [174.488344883448832, -37.014768662384881],\n              [174.700747007470028, -36.936059106572174],\n              [174.880748807488061, -37.076305224202088],\n              [174.715147151471484, -37.152152614348879],\n              [174.556745567455636, -37.063425478705462],\n              [174.851948519485148, -37.764656066855039],\n              [174.71154711547112, -38.105253781099123],\n              [174.57834578345782, -38.839399274406745],\n              [174.365943659436567, -38.975352143537791],\n              [174.211142111421083, -38.973921060704832],\n              [173.779137791377906, -39.207187562477039],\n              [173.78273782737827, -39.393228330761623],\n              [173.987939879398738, -39.542060945389288],\n              [174.319143191431891, -39.613615087037203],\n              [174.567545675456728, -39.826846429147992],\n              [174.967149671496685, -39.917004647624367],\n              [175.154351543515389, -40.08587242191345],\n              [175.237152371523706, -40.286224018527619],\n              [175.186751867518666, -40.568147336620413],\n              [174.941949419494136, -40.970281612681703],\n              [174.61074610746104, -41.292275250097326],\n              [174.725160126998446, -41.372726851746584],\n              [174.837700546693071, -41.338936788301758],\n              [174.887948879488789, -41.225014356948286],\n              [174.866348663486605, -41.419641622230614],\n              [175.183151831518302, -41.418210539397663],\n              [175.22275222752225, -41.614268887512949],\n              [175.330753307533058, -41.609975639014074],\n              [175.96795967959676, -41.246480599442663],\n              [176.349563495634953, -40.69694479158666],\n              [176.835568355683534, -40.177461723222791],\n              [177.119971199711955, -39.666565151856659],\n              [176.954369543695378, -39.60789075570537]\n            ]\n          ],\n          [\n            [\n              [172.749527495274918, -43.280049305076446],\n              [172.810728107281051, -43.168424844105701],\n              [173.28593285932854, -42.953762419161947],\n              [173.559535595355925, -42.491522664116403],\n              [173.890738907389022, -42.241083168348695],\n              [174.002340023400194, -42.030713991903824],\n              [174.293942939429343, -41.730186596982577],\n              [174.056340563405598, -41.516955254871789],\n              [174.40390838350649, -41.15123727317156],\n              [174.360938405077604, -40.990805592286762],\n              [173.945561946931974, -40.679631780935608],\n              [173.728665865338684, -40.840819488586035],\n              [173.7798206015635, -40.959908472950254],\n              [173.447934479344752, -41.133425055638952],\n              [173.127531275312748, -41.312310409758744],\n              [173.015930159301575, -40.797120589893744],\n              [172.868328683286819, -40.84720848904729],\n              [172.695526955269514, -40.749894856406115],\n              [172.756727567275647, -40.518059437466874],\n              [172.64152641526411, -40.509472940469124],\n              [172.105121051210489, -40.88727880837012],\n              [172.069120691206905, -41.41391729089878],\n              [171.856718567185652, -41.665787869499454],\n              [171.476962263562172, -41.769303806484345],\n              [171.305913059130575, -42.294033233168157],\n              [171.122311223112177, -42.591698462423494],\n              [170.701107011070093, -42.955193501994906],\n              [170.290702907029043, -43.106888282288487],\n              [169.732697326973238, -43.566265871668115],\n              [169.192691926919252, -43.758030971284526],\n              [168.746287462874619, -44.009901549885193],\n              [168.645486454864539, -43.964106899230529],\n              [168.397083970839702, -44.052834034873946],\n              [168.101881018810133, -44.258909962819942],\n              [167.752677526775216, -44.603800925562901],\n              [167.309873098730947, -44.875706663824985],\n              [167.003870038700342, -45.149043484920028],\n              [167.047070470704654, -45.326497756206862],\n              [166.881468814688134, -45.279272022719233],\n              [166.715867158671557, -45.575506169141605],\n              [166.888668886688862, -45.775857765755774],\n              [166.489064890648905, -45.80734158808086],\n              [166.489064890648905, -46.013417516026855],\n              [166.687066870668701, -45.933276877381189],\n              [166.615066150661477, -46.087833823340688],\n              [166.762667626676233, -46.219493443972858],\n              [167.173071730717282, -46.272443508792314],\n              [167.407074070740663, -46.250977266297937],\n              [167.461074610746067, -46.147939302324943],\n              [167.698676986769811, -46.189440704480731],\n              [167.849878498784932, -46.396947715259685],\n              [168.217082170821669, -46.354015230270939],\n              [168.267482674826709, -46.525745170225939],\n              [168.41868418684183, -46.60159256037273],\n              [168.843488434884335, -46.560091158216935],\n              [169.034290342903404, -46.681733199018396],\n              [169.635496354963522, -46.578695235045394],\n              [169.865898658986538, -46.378343638431232],\n              [170.233102331023275, -46.153663633656777],\n              [170.333903339033355, -45.981933693701777],\n              [170.701107011070093, -45.907517386387937],\n              [170.776707767077625, -45.780151014254649],\n              [170.625506255062504, -45.705734706940817],\n              [170.906309063090617, -45.402345146353653],\n              [170.981909819098149, -45.154767816251862],\n              [171.20151201512013, -44.905759403317106],\n              [171.194311943119402, -44.566592771905988],\n              [171.345513455134522, -44.27894512248136],\n              [172.249122491224881, -43.881104094918946],\n              [172.418324183241822, -43.737995811623108],\n              [172.763927639276375, -43.792376959275529],\n              [172.817928179281779, -43.881104094918946],\n              [173.091530915309107, -43.853913521092736],\n              [173.066330663306616, -43.64783759314674],\n              [172.925929259292587, -43.679321415471819],\n              [172.778327783277831, -43.557679374670364],\n              [172.749527495274918, -43.280049305076446]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"NZ-NZST\",\n        \"countryKey\": \"NZ\",\n        \"countryName\": \"New Zealand\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [168.199081990819906, -47.048090404255731],\n              [168.191881918819178, -46.876360464300731],\n              [167.921879218792157, -46.683164281851354],\n              [167.788677886778856, -46.697475110180939],\n              [167.817478174781712, -46.897826706795101],\n              [167.522275222752199, -47.272770409030187],\n              [167.763477634776308, -47.136817539899148],\n              [167.900279002789972, -47.188336521885645],\n              [168.199081990819906, -47.048090404255731]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"OM\", \"countryKey\": \"OM\", \"countryName\": \"Oman\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [56.277562775627757, 25.628020184700091],\n              [56.43956439564397, 25.925685413955435],\n              [56.327963279632797, 26.173262744057226],\n              [56.486364863648646, 26.234799305874432],\n              [56.36396363963641, 26.386494086168014],\n              [56.309963099631005, 26.221919560377799],\n              [56.180361803618041, 26.2462479685381],\n              [56.075960759607597, 26.061638283086467],\n              [56.183961839618405, 26.014412549598845],\n              [56.151561515615157, 25.659504007025177],\n              [56.277562775627757, 25.628020184700091]\n            ]\n          ],\n          [\n            [\n              [55.210592747113424, 22.70823547004289],\n              [55.666531682452671, 21.99675988584324],\n              [54.977949779497806, 19.995278154176106],\n              [51.979119791197917, 18.99495125393824],\n              [52.782584605998899, 17.351414502636395],\n              [52.745206752026959, 17.297381799974385],\n              [52.811708562435811, 17.285596669015852],\n              [53.091530915309164, 16.642251076554743],\n              [53.581135811358109, 16.74958228902662],\n              [54.023940239402407, 16.985710956464743],\n              [54.592745927459276, 17.038661021284199],\n              [54.790747907479073, 16.95136496847374],\n              [55.028350283502846, 17.011470447457995],\n              [55.255152551525526, 17.228995038067652],\n              [55.226352263522642, 17.515211604659328],\n              [55.445954459544595, 17.841498490573827],\n              [56.187561875618769, 17.957416200043454],\n              [56.345963459634618, 17.937381040382036],\n              [56.561965619656206, 18.149181299659858],\n              [56.659166591665922, 18.595679143542867],\n              [56.914769147691487, 18.810341568486606],\n              [57.206372063720636, 18.910517366793698],\n              [57.710377103771037, 18.943432271951735],\n              [57.839978399784002, 19.014986413599658],\n              [57.749977499775014, 19.268288075033283],\n              [57.699576995769974, 19.754856238239114],\n              [57.84717847178473, 20.111195863645733],\n              [58.102781027810295, 20.574866701524229],\n              [58.264782647826479, 20.587746447020862],\n              [58.203582035820375, 20.404567844402195],\n              [58.51678516785168, 20.417447589898813],\n              [58.678786787867892, 20.828168362957854],\n              [58.919989199892001, 21.143006586208685],\n              [59.337593375933778, 21.437809649798112],\n              [59.499594995949963, 21.756941121547811],\n              [59.79119791197914, 22.197714634098972],\n              [59.801998019980203, 22.535450182677138],\n              [59.535595355953575, 22.582675916164774],\n              [59.081990819908214, 23.054933251041021],\n              [58.786787867878672, 23.511448674754732],\n              [58.49158491584916, 23.655988040883514],\n              [58.412384123841235, 23.615917721560677],\n              [57.911979119791198, 23.71752460270072],\n              [57.152371523715232, 23.953653270138844],\n              [56.939969399694007, 24.115365630263142],\n              [56.612366123661246, 24.496033663830062],\n              [56.381963819638202, 24.97830857853701],\n              [56.032760327603285, 24.753628573762555],\n              [55.935559355593568, 24.97830857853701],\n              [55.787957879578812, 24.855235454902598],\n              [55.755557555575564, 24.229852256899804],\n              [55.931959319593204, 24.221265759902053],\n              [55.996759967599672, 24.081019642272139],\n              [55.456754567545687, 23.96367084996956],\n              [55.539555395553975, 23.77047466752019],\n              [55.373953739537399, 23.46994727259893],\n              [55.19035190351903, 22.994827772056766],\n              [55.210592747113424, 22.70823547004289]\n            ]\n          ],\n          [\n            [\n              [58.905589055890573, 20.626385683510733],\n              [58.64278642786428, 20.355911028081607],\n              [58.653586535865372, 20.169870259797023],\n              [58.952389523895249, 20.520485553871822],\n              [58.905589055890573, 20.626385683510733]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PA\", \"countryKey\": \"PA\", \"countryName\": \"Panama\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-77.373773737737324, 8.665395365645011],\n              [-77.478174781747768, 8.66968861414388],\n              [-77.877778777787725, 9.119048623692805],\n              [-78.025380253802481, 9.226379836164682],\n              [-78.561785617856131, 9.438180095442505],\n              [-79.058590585905804, 9.458215255103923],\n              [-78.972189721897166, 9.572701881740599],\n              [-79.195391953919483, 9.539786976582548],\n              [-79.533795337953322, 9.624220863727089],\n              [-79.875798757987525, 9.343728628467261],\n              [-80.725407254072493, 8.997406582891344],\n              [-80.82260822608221, 8.890075370419467],\n              [-81.305013050130455, 8.781313075114639],\n              [-81.53901539015385, 8.812796897439725],\n              [-81.816218162181571, 9.116186458026888],\n              [-81.773017730177244, 8.997406582891344],\n              [-82.097020970209655, 8.930145689742304],\n              [-82.244622446224412, 9.014579576886845],\n              [-82.370623706237012, 9.415282770115184],\n              [-82.572225722257173, 9.575564047406516],\n              [-82.619026190261849, 9.486836911763092],\n              [-82.827828278282723, 9.60275462123272],\n              [-82.943029430294246, 9.436749012609553],\n              [-82.939429394293896, 9.05894314470855],\n              [-82.719827198271929, 8.921559192744553],\n              [-82.92142921429209, 8.755553584121387],\n              [-82.87102871028705, 8.437853195204639],\n              [-83.054630546305404, 8.314780071570226],\n              [-82.943029430294246, 8.248950261254137],\n              [-82.89622896228957, 8.034287836310384],\n              [-82.878228782287763, 8.218897521762017],\n              [-82.658626586265811, 8.323366568567977],\n              [-82.511025110251055, 8.276140835080341],\n              [-82.226622266222606, 8.339108479730513],\n              [-82.115021150211447, 8.233208350091601],\n              [-81.675816758167528, 8.068633824301386],\n              [-81.524615246152408, 7.710863116061802],\n              [-81.193411934119283, 7.639308974413893],\n              [-81.193411934119283, 7.863988979188349],\n              [-81.089010890108852, 7.842522736693965],\n              [-80.84780847808473, 7.218570621524137],\n              [-80.444604446044409, 7.245761195350354],\n              [-80.25740257402569, 7.42464654947014],\n              [-79.994599945999411, 7.503356105282847],\n              [-80.142201422014168, 7.752364518217604],\n              [-80.455404554045487, 8.035718919143349],\n              [-80.469804698046929, 8.220328604594968],\n              [-80.225002250022442, 8.300469243240642],\n              [-79.774997749977445, 8.579530395667518],\n              [-79.702997029970248, 8.870040210758049],\n              [-79.483394833948282, 8.998837665724309],\n              [-79.083790837908325, 8.988820085893593],\n              [-78.87498874988745, 8.891506453252433],\n              [-78.604986049860443, 8.665395365645011],\n              [-78.450184501844973, 8.390627461717017],\n              [-78.097380973809692, 8.475061348861558],\n              [-78.306183061830566, 8.25324350975302],\n              [-78.23778237782372, 8.154498794278894],\n              [-78.432184321843167, 8.045736498974051],\n              [-78.291782917829124, 7.690827956400383],\n              [-77.895778957789531, 7.235743615519638],\n              [-77.740977409774047, 7.719449613059552],\n              [-77.614976149761446, 7.53770209327385],\n              [-77.34137341373409, 7.706569867562933],\n              [-77.323373233732283, 7.88116197318385],\n              [-77.168571685716799, 7.935543120836257],\n              [-77.420574205742, 8.456457272033091],\n              [-77.373773737737324, 8.665395365645011]\n            ]\n          ],\n          [\n            [\n              [-81.66501665016645, 7.397455975643936],\n              [-81.74061740617401, 7.643602222912762],\n              [-81.881018810188053, 7.516235850779466],\n              [-81.747817478174724, 7.348799159323349],\n              [-81.66501665016645, 7.397455975643936]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PE\", \"countryKey\": \"PE\", \"countryName\": \"Peru\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-69.576095760957557, -10.951888108547777],\n              [-69.957699576995722, -10.918973203389733],\n              [-70.288902889028847, -11.064943652351481],\n              [-70.53370533705332, -10.937577280218193],\n              [-70.613844971501635, -10.998460128678134],\n              [-70.615835937018701, -9.833745301191378],\n              [-70.544505445054398, -9.726881203535442],\n              [-70.623706237062322, -9.565168843411151],\n              [-70.526505265052606, -9.43064705711307],\n              [-70.875708757087523, -9.66105139321936],\n              [-71.196111961119556, -9.940112545646237],\n              [-71.390513905139002, -10.007373438795277],\n              [-72.196921969219645, -10.005942355962318],\n              [-72.308523085230803, -9.540840435250864],\n              [-72.812528125281204, -9.410611897451652],\n              [-73.215732157321526, -9.409180814618693],\n              [-72.960129601295961, -9.085756094370112],\n              [-73.176131761317563, -8.720829971965735],\n              [-73.52533525335248, -8.373076843556866],\n              [-73.669336693366887, -8.013875052484323],\n              [-73.795337953379487, -7.873628934854409],\n              [-73.712537125371199, -7.787763964876909],\n              [-74.018540185401804, -7.543048800441035],\n              [-73.971739717397128, -7.524444723612575],\n              [-73.982539825398206, -7.35700803215645],\n              [-73.712537125371199, -7.304057967336995],\n              [-73.806138061380565, -7.11801719905241],\n              [-73.766537665376603, -6.904785856941615],\n              [-73.132931329313237, -6.435390687731285],\n              [-73.233732337323318, -6.077619979491701],\n              [-72.999729997299923, -5.708400608588455],\n              [-72.895328953289479, -5.271920344536163],\n              [-72.916929169291649, -5.131674226906249],\n              [-72.628926289262836, -5.022911931601413],\n              [-72.070920709207044, -4.605035744377581],\n              [-71.775717757177517, -4.481962620743168],\n              [-71.361713617136118, -4.459065295415833],\n              [-71.289712897128922, -4.380355739603125],\n              [-70.969309693096875, -4.384648988102001],\n              [-70.832508325083197, -4.180004142988956],\n              [-70.310503105031003, -4.171417645991205],\n              [-70.206102061020559, -4.343147585946205],\n              [-69.949382431869182, -4.229086617449174],\n              [-70.310503105031003, -3.829388848914164],\n              [-70.544505445054398, -3.865165919738125],\n              [-70.73530735307348, -3.782163115426542],\n              [-70.051300513005074, -2.714575322039629],\n              [-70.357303573035679, -2.487033151599256],\n              [-70.994509945099395, -2.19795441934167],\n              [-71.221312213122076, -2.341062702637501],\n              [-71.419314193141886, -2.375408690628504],\n              [-71.455314553145485, -2.255197732660001],\n              [-71.739717397173919, -2.137848940357422],\n              [-71.9665196651966, -2.328182957140882],\n              [-72.394923949239441, -2.446962832276419],\n              [-72.643326433264278, -2.333907288472709],\n              [-72.942129421294169, -2.41834117561725],\n              [-73.197731977319719, -2.213696330504213],\n              [-73.111331113311081, -2.073450212874299],\n              [-73.186931869318641, -1.800113391779256],\n              [-73.532535325353209, -1.674178102478919],\n              [-73.496534965349596, -1.478119754363632],\n              [-73.636936369363639, -1.254870832422128],\n              [-73.881738817388126, -1.190472104939005],\n              [-74.06534065340648, -1.001569170988503],\n              [-74.241742417424121, -0.987258342658926],\n              [-74.346143461434565, -0.858460887692672],\n              [-74.410944109441047, -0.573675403933969],\n              [-74.824948249482446, -0.170110045039721],\n              [-74.871748717487122, -0.221629027026218],\n              [-75.220952209522039, -0.032726093075716],\n              [-75.282152821528157, -0.107142400389549],\n              [-75.638556385563803, -0.111435648888424],\n              [-75.433354333543278, -0.403376546811927],\n              [-75.271352713527079, -0.525018587613381],\n              [-75.2965529655296, -0.746836426721927],\n              [-75.228152281522767, -0.970085348663424],\n              [-75.411754117541122, -0.924290698008754],\n              [-75.559355593555878, -1.502448162523919],\n              [-76.092160921609164, -2.129262443359671],\n              [-76.686166861668568, -2.574329204409715],\n              [-77.848978489784841, -2.98075672896988],\n              [-78.198181981819772, -3.364286928202709],\n              [-78.16218162181616, -3.47734247200642],\n              [-78.360183601835971, -3.408650496024414],\n              [-78.414184141841361, -3.772145535595833],\n              [-78.684186841868367, -4.327405674783662],\n              [-78.673386733867289, -4.550654596725167],\n              [-78.92898928989284, -4.748144027673412],\n              [-78.90018900188997, -4.844026577481621],\n              [-79.062190621906169, -5.011463268937746],\n              [-79.303393033930291, -4.961375369784207],\n              [-79.450994509945048, -4.809680589490625],\n              [-79.508595085950802, -4.532050519896707],\n              [-79.656196561965572, -4.439030135754415],\n              [-79.832598325983213, -4.479100455077251],\n              [-80.138601386013804, -4.283042106961958],\n              [-80.40860408604081, -4.477669372244293],\n              [-80.487804878048735, -4.396097650765668],\n              [-80.343803438034328, -4.198608219817416],\n              [-80.469804698046929, -4.212919048147],\n              [-80.480604806048007, -3.998256623203247],\n              [-80.304203042030366, -4.005412037368039],\n              [-80.163801638016324, -3.879476748067709],\n              [-80.264602646026404, -3.425823490019916],\n              [-80.340203402033964, -3.392908584861878],\n              [-80.772207722077169, -3.710608973778626],\n              [-80.869408694086886, -3.872321333902917],\n              [-81.251012510125051, -4.238678539140246],\n              [-81.337413374133689, -4.678020968858455],\n              [-81.063810638106332, -5.021480848768455],\n              [-81.197011970119647, -5.20752161705304],\n              [-80.930609306093004, -5.463685444152581],\n              [-80.855008550085444, -5.651157295270117],\n              [-80.941409414094082, -5.851508891884286],\n              [-81.150211502114971, -5.882992714209372],\n              [-81.09981099810993, -6.071895648159867],\n              [-80.790207902078961, -6.299437818600246],\n              [-80.297002970029652, -6.54415298303612],\n              [-79.965799657996527, -6.787437064639036],\n              [-79.706597065970612, -7.106568536388743],\n              [-79.46539465394649, -7.716209823228994],\n              [-79.299792997929927, -7.938027662337532],\n              [-78.986589865898608, -8.217088814764409],\n              [-78.939789397893932, -8.436044488207031],\n              [-78.759787597875928, -8.607774428162031],\n              [-78.612186121861171, -9.175914312846487],\n              [-78.414184141841361, -9.361955081131072],\n              [-78.370983709837049, -9.615256742564696],\n              [-78.230582305823006, -9.794142096684489],\n              [-78.23418234182337, -9.952992291142863],\n              [-78.054180541805366, -10.34797115303936],\n              [-77.668976689766851, -10.927559700387484],\n              [-77.59337593375929, -11.165119450658565],\n              [-77.64737647376468, -11.292485822791861],\n              [-77.319773197731919, -11.494268502238981],\n              [-77.172171721717163, -11.736121501008938],\n              [-77.175771757717527, -12.072425966754146],\n              [-76.85536855368548, -12.302830302860436],\n              [-76.812168121681168, -12.483146739813186],\n              [-76.516965169651641, -12.869539104711933],\n              [-76.484564845648407, -13.036975796168058],\n              [-76.221762217622128, -13.35753835075073],\n              [-76.182161821618166, -13.539285870536432],\n              [-76.29016290162896, -14.081666264227643],\n              [-76.142561425614204, -14.327812511496475],\n              [-75.980559805598006, -14.460903214961597],\n              [-75.930159301592965, -14.649806148912099],\n              [-75.552155521555164, -14.884503733517263],\n              [-75.188551885518805, -15.358192151226476],\n              [-74.846548465484602, -15.56569916200543],\n              [-74.461344613446087, -15.727411522129721],\n              [-74.443344433444281, -15.797534580944678],\n              [-74.047340473404688, -15.960678023901927],\n              [-73.701737017370121, -16.221135099500344],\n              [-72.693726937269318, -16.660477529218554],\n              [-72.362523625236207, -16.760653327525638],\n              [-72.110521105211006, -17.022541485957007],\n              [-71.808118081180766, -17.19140926024609],\n              [-71.512915129151239, -17.284429644388382],\n              [-71.40131401314008, -17.40034735385801],\n              [-71.386913869138638, -17.686563920449672],\n              [-70.915309153091485, -17.947020996048089],\n              [-70.68490684906844, -18.161683420991842],\n              [-70.393303933039277, -18.337706609445718],\n              [-69.972099720997164, -18.250410556635259],\n              [-69.781297812978082, -17.981366984039092],\n              [-69.856898568985642, -17.733789653937301],\n              [-69.511295112951075, -17.506247483496928],\n              [-69.666096660966559, -17.288722892887257],\n              [-69.190891908919042, -16.743480333530137],\n              [-69.036090360903557, -16.670495109049263],\n              [-69.036090360903557, -16.471574595268052],\n              [-68.856088560885553, -16.362812299963217],\n              [-68.982089820898153, -16.209686436836677],\n              [-69.219692196921926, -16.152443123518346],\n              [-69.424894248942437, -15.655857380481805],\n              [-69.295292952929486, -15.366778648224219],\n              [-69.147691476914716, -15.233687944759097],\n              [-69.388893888938838, -14.96464437216293],\n              [-69.248492484924796, -14.593993918426726],\n              [-68.989289892898881, -14.379331493482972],\n              [-68.884888848888437, -14.211894802026848],\n              [-69.014490144901401, -13.752517212647227],\n              [-68.982089820898153, -12.868108021878982],\n              [-68.744487444874395, -12.666325342431854],\n              [-68.683286832868276, -12.503181899474605],\n              [-69.576095760957557, -10.951888108547777]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PF\",\n        \"countryKey\": \"PF\",\n        \"countryName\": \"French Polynesia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-149.183691836918285, -17.730927488271384],\n              [-149.352893528935226, -17.540593471487924],\n              [-149.604896048960427, -17.526282643158339],\n              [-149.586895868958607, -17.730927488271384],\n              [-149.342093420934134, -17.72520315693955],\n              [-149.190891908919014, -17.869742523068339],\n              [-149.183691836918285, -17.730927488271384]\n            ]\n          ],\n          [\n            [\n              [-138.837188371883656, -9.741192031865026],\n              [-139.04959049590488, -9.701121712542196],\n              [-139.056790567905608, -9.807021842181108],\n              [-138.837188371883656, -9.741192031865026]\n            ]\n          ],\n          [\n            [\n              [-140.050400504004983, -8.823867935938736],\n              [-140.24840248402478, -8.786659782281824],\n              [-140.226802268022595, -8.926905899911738],\n              [-140.050400504004983, -8.823867935938736]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PG\",\n        \"countryKey\": \"PG\",\n        \"countryName\": \"Papua New Guinea\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [140.975609756097555, -9.10579125403153],\n              [141.116011160111583, -9.218846797835234],\n              [141.422014220142188, -9.150154821853235],\n              [141.508415084150812, -9.214553549336365],\n              [141.868418684186821, -9.220277880668192],\n              [142.224822248222466, -9.161603484516903],\n              [142.653226532265279, -9.330471258805986],\n              [143.171631716317137, -9.042823609381365],\n              [143.405634056340517, -8.962682970735699],\n              [143.398433984339846, -8.782366533782948],\n              [143.132031320313189, -8.48613238736057],\n              [142.898028980289808, -8.413147162879696],\n              [142.714427144271411, -8.268607796750906],\n              [142.980829808298068, -8.335868689899947],\n              [143.337233372333714, -8.24714155425653],\n              [143.592835928359278, -8.241417222924696],\n              [143.549635496354966, -8.031048046479825],\n              [143.956439564395652, -7.972373650328535],\n              [143.758437584375798, -7.583119119763865],\n              [144.215642156421524, -7.79635046187466],\n              [144.345243452434516, -7.658966509910655],\n              [144.507245072450729, -7.797781544707618],\n              [144.654846548465486, -7.561652877269488],\n              [144.770047700476965, -7.680432752405032],\n              [144.852848528485282, -7.56880829143428],\n              [144.878048780487774, -7.782039633545075],\n              [145.320853208532043, -7.862180272190741],\n              [145.407254072540724, -7.932303331005699],\n              [145.77085770857704, -7.928010082506823],\n              [145.799657996579953, -8.006719638319531],\n              [146.080460804608009, -8.086860276965197],\n              [146.278462784627806, -8.434613405374073],\n              [146.566465664656647, -8.818143604606902],\n              [146.627666276662723, -9.022788449719947],\n              [146.908469084690836, -9.104360171198572],\n              [147.052470524705228, -9.460699796605198],\n              [147.344073440734377, -9.580910754573694],\n              [147.621276212762126, -9.988769361966817],\n              [147.977679776797771, -10.166223633253651],\n              [148.154081540815383, -10.070341083445442],\n              [148.40248402484022, -10.200569621244654],\n              [148.640086400863964, -10.187689875748028],\n              [148.978489784897846, -10.276417011391445],\n              [149.068490684906834, -10.234915609235649],\n              [149.460894608946063, -10.352264401538235],\n              [149.748897488974848, -10.337953573208651],\n              [150.080100801008001, -10.461026696843071],\n              [149.896498964989604, -10.544029501154654],\n              [150.209702097020937, -10.701448612780069],\n              [150.429304293042918, -10.687137784450485],\n              [150.692106921069211, -10.556909246651273],\n              [150.346503465034601, -10.365144147034862],\n              [150.598505985059802, -10.343677904540485],\n              [150.602106021060166, -10.206293952576488],\n              [150.299702997029925, -10.179103378750277],\n              [149.939699396993973, -10.061754586447691],\n              [149.730897308973084, -9.809884007847025],\n              [150.054900549005453, -9.715432540871781],\n              [150.011700117001141, -9.6424473163909],\n              [149.619296192961912, -9.62098107389653],\n              [149.226892268922683, -9.486459287598443],\n              [149.183691836918371, -9.367679412462905],\n              [149.338493384933855, -9.12439533085999],\n              [149.140491404914002, -8.974131633399359],\n              [148.758887588875865, -9.104360171198572],\n              [148.560885608856069, -9.032806029550656],\n              [148.438484384843804, -8.666448824313321],\n              [148.236882368823643, -8.569135191672153],\n              [148.114481144811435, -8.055376454640118],\n              [147.72567725677257, -7.932303331005699],\n              [147.682476824768202, -7.810661290204237],\n              [147.354873548735469, -7.515858226614824],\n              [147.189271892718892, -7.462908161795369],\n              [147.142471424714216, -7.212468666027661],\n              [146.955269552695512, -6.954873756095161],\n              [146.97686976869764, -6.740211331151407],\n              [147.855278552785506, -6.691554514830827],\n              [147.826478264782651, -6.335214889424201],\n              [147.448474484744821, -5.96170227002208],\n              [147.041670416704136, -5.938804944694745],\n              [146.796867968679663, -5.832904815055826],\n              [146.462064620646203, -5.59963831328362],\n              [145.727657276572728, -5.422184041996786],\n              [145.810458104581045, -4.861199571477123],\n              [145.346053460534591, -4.390373319433834],\n              [145.050850508505079, -4.341716503113247],\n              [144.867248672486681, -4.09986350434329],\n              [144.550445504455041, -3.968203883711126],\n              [144.5144451444514, -3.817940186250503],\n              [143.9960399603996, -3.793611778090209],\n              [143.819638196381931, -3.621881838135209],\n              [143.477634776347742, -3.420099158688082],\n              [143.027630276302745, -3.355700431204959],\n              [142.062820628206254, -3.059466284782587],\n              [142.001620016200121, -2.956428320809586],\n              [141.296012960129559, -2.67593608554975],\n              [140.975609756097555, -2.60008869540296],\n              [140.975609756097555, -6.335214889424201],\n              [140.849608496084926, -6.703003177494494],\n              [140.975609756097555, -6.896199359943864],\n              [140.975609756097555, -9.10579125403153]\n            ]\n          ],\n          [\n            [\n              [153.762937629376296, -11.585857803548315],\n              [153.20493204932049, -11.316814230952147],\n              [153.230132301322982, -11.427007609089941],\n              [153.564935649356443, -11.635945702701854],\n              [153.762937629376296, -11.585857803548315]\n            ]\n          ],\n          [\n            [\n              [154.281342813428097, -11.348298053277233],\n              [154.090540905409028, -11.311089899620313],\n              [154.115741157411577, -11.429869774755858],\n              [154.281342813428097, -11.348298053277233]\n            ]\n          ],\n          [\n            [\n              [151.178111781117792, -9.954423373975821],\n              [151.127711277112752, -10.04171942678628],\n              [150.764107641076379, -9.702552795375155],\n              [150.958509585095811, -10.104687071436445],\n              [151.232112321123196, -10.200569621244654],\n              [151.300513005130057, -9.96730311947244],\n              [151.178111781117792, -9.954423373975821]\n            ]\n          ],\n          [\n            [\n              [150.800108001079963, -9.652464896221609],\n              [150.929709297092955, -9.652464896221609],\n              [150.760507605076015, -9.399163234787984],\n              [150.50490504905045, -9.337626672970778],\n              [150.432904329043282, -9.630998653727239],\n              [150.800108001079963, -9.652464896221609]\n            ]\n          ],\n          [\n            [\n              [150.368103681036786, -9.371972660961781],\n              [150.213302133021301, -9.205967052338615],\n              [150.108901089010857, -9.360523998298113],\n              [150.33930339303393, -9.519374192756487],\n              [150.368103681036786, -9.371972660961781]\n            ]\n          ],\n          [\n            [\n              [152.996129961299602, -9.141568324855484],\n              [152.794527945279441, -9.004184372891487],\n              [152.517325173251692, -8.997028958726695],\n              [152.812528125281204, -9.254623868659195],\n              [152.996129961299602, -9.141568324855484]\n            ]\n          ],\n          [\n            [\n              [148.049680496804939, -5.606793727448412],\n              [147.848078480784778, -5.486582769479909],\n              [147.768877688776882, -5.611086975947288],\n              [148.038880388803847, -5.821456152392159],\n              [148.049680496804939, -5.606793727448412]\n            ]\n          ],\n          [\n            [\n              [147.210872108721077, -5.270489261703204],\n              [147.135271352713488, -5.190348623057538],\n              [147.009270092700916, -5.334887989186328],\n              [147.214472144721441, -5.430770538994537],\n              [147.210872108721077, -5.270489261703204]\n            ]\n          ],\n          [\n            [\n              [145.997659976599749, -4.534912685562624],\n              [145.875258752587484, -4.686607465856206],\n              [146.044460444604425, -4.70091829418579],\n              [145.997659976599749, -4.534912685562624]\n            ]\n          ],\n          [\n            [\n              [152.416524165241611, -4.346009751612122],\n              [152.009720097200926, -4.191452805652624],\n              [151.86211862118617, -4.238678539140246],\n              [151.541715417154165, -4.177141977323039],\n              [151.69651696516965, -4.818267086488376],\n              [151.613716137161333, -4.965668618283082],\n              [151.368913689136861, -4.904132056465869],\n              [151.08451084510844, -5.163158049231328],\n              [151.023310233102308, -5.390700219671707],\n              [150.634506345063443, -5.556705828294874],\n              [150.42210422104219, -5.456530029987789],\n              [150.306903069030653, -5.560999076793749],\n              [150.141301413014133, -5.533808502967538],\n              [150.033300333003325, -5.294817669863498],\n              [150.202502025020209, -5.061551168091292],\n              [150.033300333003325, -5.034360594265081],\n              [149.979299792997921, -5.437925953159329],\n              [149.720097200971992, -5.569585573791493],\n              [149.223292232922319, -5.59963831328362],\n              [148.978489784897846, -5.46511652698554],\n              [148.557285572855704, -5.539532834299372],\n              [148.431284312843133, -5.445081367324121],\n              [148.323283232832324, -5.646864046771249],\n              [148.3844838448384, -5.775661501737495],\n              [148.622086220862201, -5.80857640689554],\n              [149.010890108901066, -6.027532080338162],\n              [149.054090540905378, -6.162053866636242],\n              [149.302493024930214, -6.059015902663248],\n              [149.464494644946427, -6.101948387651994],\n              [149.630096300963004, -6.299437818600246],\n              [150.465304653046502, -6.273678327606994],\n              [150.879308793087915, -6.053291571331414],\n              [151.059310593105891, -6.02896316317112],\n              [151.530915309153073, -5.664037040766743],\n              [151.480514805148033, -5.529515254468663],\n              [151.786517865178638, -5.585327484954036],\n              [152.099720997209971, -5.455098947154831],\n              [152.121321213212099, -5.290524421364623],\n              [151.988119881198799, -5.164589132064286],\n              [151.991719917199163, -4.971392949614916],\n              [152.290522905229039, -4.935615878790955],\n              [152.412924129241247, -4.683745300190289],\n              [152.416524165241611, -4.346009751612122]\n            ]\n          ],\n          [\n            [\n              [153.13653136531363, -4.270162361465331],\n              [152.956529565295654, -3.998256623203247],\n              [152.57492574925746, -3.82080235191642],\n              [152.4921249212492, -3.643348080629586],\n              [152.218522185221815, -3.457307312345002],\n              [152.052920529205295, -3.246938135900123],\n              [151.79731797317973, -3.178246159918125],\n              [151.437314373143721, -2.909202587321964],\n              [150.893708937089372, -2.67593608554975],\n              [150.760507605076015, -2.768956469692043],\n              [151.091710917109168, -2.833355197175166],\n              [151.613716137161333, -3.166797497254457],\n              [151.808118081180766, -3.361424762536792],\n              [152.286922869228675, -3.570362856148712],\n              [152.517325173251692, -3.855148339907416],\n              [152.686526865268632, -4.164262231826413],\n              [152.672126721267176, -4.451909881251041],\n              [152.733327333273309, -4.649399312199293],\n              [152.898928989289885, -4.848319825980496],\n              [153.075330753307497, -4.602173578711664],\n              [153.13653136531363, -4.270162361465331]\n            ]\n          ],\n          [\n            [\n              [150.465304653046502, -2.532827802253919],\n              [150.206102061020573, -2.375408690628504],\n              [149.957699576995736, -2.477015571768547],\n              [150.18810188101881, -2.678798251215667],\n              [150.450904509045046, -2.658763091554256],\n              [150.465304653046502, -2.532827802253919]\n            ]\n          ],\n          [\n            [\n              [147.375383948391999, -2.037729939890396],\n              [146.868868688686888, -1.947514923573962],\n              [146.580865808658046, -1.994740657061591],\n              [146.570065700657011, -2.228007158833798],\n              [146.703267032670311, -2.114951615030087],\n              [146.955269552695512, -2.195092253675753],\n              [147.218072180721805, -2.183643591012085],\n              [147.375383948391999, -2.037729939890396]\n            ]\n          ],\n          [\n            [\n              [149.734497344973448, -1.473826505864757],\n              [149.579695796957964, -1.346460133731462],\n              [149.561695616956143, -1.498154914025051],\n              [149.79209792097916, -1.579726635503675],\n              [149.734497344973448, -1.473826505864757]\n            ]\n          ],\n          [\n            [\n              [155.93375933759333, -6.641466615677288],\n              [155.814958149581486, -6.365267628916328],\n              [155.451354513545112, -6.137725458475956],\n              [155.213752137521368, -5.870112968712746],\n              [155.019350193501936, -5.540963917132331],\n              [154.770947709477099, -5.558136911127832],\n              [154.698946989469874, -5.767075004739745],\n              [154.756547565475643, -5.947391441692496],\n              [154.979749797497931, -6.193537688961328],\n              [155.235352353523496, -6.36383654608337],\n              [155.18855188551882, -6.55417056286683],\n              [155.361353613536124, -6.745935662483241],\n              [155.717757177571769, -6.873302034616536],\n              [155.912159121591202, -6.808903307133413],\n              [155.93375933759333, -6.641466615677288]\n            ]\n          ],\n          [\n            [\n              [154.72774727747273, -5.211814865551915],\n              [154.623346233462286, -5.012894351770704],\n              [154.536945369453662, -5.137398558238083],\n              [154.630546305463014, -5.459392195653706],\n              [154.72774727747273, -5.211814865551915]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PM\",\n        \"countryKey\": \"PM\",\n        \"countryName\": \"Saint Pierre and Miquelon\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-56.273962739627351, 46.89534216529384],\n              [-56.252362523625195, 47.054192359752207],\n              [-56.396363963639587, 47.114297838736462],\n              [-56.273962739627351, 46.89534216529384]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PK\", \"countryKey\": \"PK\", \"countryName\": \"Pakistan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [60.846008460084619, 29.858301038924921],\n              [61.278012780127796, 29.406078863710093],\n              [61.566015660156609, 28.870853884183674],\n              [61.89361893618937, 28.54313591543621],\n              [62.361623616236159, 28.418631708968846],\n              [62.574025740257412, 28.229728775018344],\n              [62.73962739627396, 28.258350431677499],\n              [62.736027360273596, 27.995031190413172],\n              [62.81522815228152, 27.495583281710722],\n              [62.800828008280092, 27.225108626281596],\n              [63.168031680316801, 27.258023531439633],\n              [63.319233192331922, 27.117777413809719],\n              [63.142831428314281, 26.625484919272054],\n              [62.754027540275416, 26.644088996100507],\n              [62.293222932229327, 26.500980712804676],\n              [62.242822428224287, 26.350717015344046],\n              [61.857618576185757, 26.241954720039217],\n              [61.760417604176041, 25.836958278312011],\n              [61.659616596165961, 25.769697385162971],\n              [61.587615876158765, 25.201557500478515],\n              [61.778417784177861, 25.191539920647799],\n              [61.720817208172093, 25.0369829746883],\n              [62.098820988209894, 25.107106033503257],\n              [62.14562145621457, 25.218730494474016],\n              [62.343623436234367, 25.155762849823844],\n              [62.476824768247695, 25.258800813796853],\n              [63.027630276302773, 25.220161577306968],\n              [63.178831788317893, 25.257369730963887],\n              [63.499234992349926, 25.192971003480764],\n              [63.571235712357122, 25.364700943435764],\n              [63.805238052380531, 25.374718523266466],\n              [64.518045180451821, 25.27597380779234],\n              [64.719647196471982, 25.314613044282225],\n              [65.155251552515523, 25.296008967453758],\n              [65.39645396453966, 25.391891517261968],\n              [65.670056700567017, 25.347527949440263],\n              [66.253262532625342, 25.473463238740592],\n              [66.483664836648359, 25.400478014259718],\n              [66.336063360633602, 25.553603877386266],\n              [66.094860948609494, 25.474894321573558],\n              [66.256862568625678, 25.612278273537555],\n              [66.436864368643683, 25.597967445207971],\n              [66.717667176671767, 25.231610239970635],\n              [66.67806678066782, 24.830907046742311],\n              [66.958869588695904, 24.84378679223893],\n              [67.254072540725417, 24.740748828265936],\n              [67.156871568715701, 24.663470355286179],\n              [67.354873548735497, 24.071002062441437],\n              [67.509675096750982, 24.05239798561297],\n              [67.491674916749162, 23.883530211323887],\n              [67.632076320763218, 23.803389572678228],\n              [67.869678696786963, 23.850615306165849],\n              [68.157681576815776, 23.696058360206351],\n              [68.182881828818296, 23.842028809168099],\n              [68.182881828818296, 23.843459892001064],\n              [68.431284312843133, 23.966533015635477],\n              [68.722887228872281, 23.965101932802511],\n              [68.726487264872645, 24.288526653051093],\n              [69.561695616956172, 24.277077990387426],\n              [69.66969669696698, 24.188350854744016],\n              [69.972099720997221, 24.165453529416681],\n              [70.108901089010885, 24.304268564213643],\n              [70.519305193051935, 24.424479522182139],\n              [70.558905589055883, 24.287095570218142],\n              [70.756907569075707, 24.231283339732769],\n              [71.084510845108468, 24.41159977668552],\n              [70.954909549095504, 24.584760799473472],\n              [71.055710557105584, 24.6935230947783],\n              [70.861308613086123, 25.140020938661308],\n              [70.645306453064535, 25.431961836584804],\n              [70.630906309063107, 25.701005409180965],\n              [70.26370263702637, 25.696712160682097],\n              [70.065700657006573, 25.980066561607842],\n              [70.159301593015925, 26.529602369463845],\n              [69.817298172981737, 26.579690268617384],\n              [69.464494644946456, 26.807232439057756],\n              [69.5760957609576, 27.187900472624676],\n              [70.015300153001533, 27.600052328516668],\n              [70.090900909009093, 27.793248510966052],\n              [70.342903429034294, 28.010773101575708],\n              [70.634506345063443, 27.932063545763],\n              [70.710107101071003, 27.741729528979548],\n              [70.832508325083268, 27.701659209656711],\n              [71.311313113131121, 27.861940486948043],\n              [71.862118621186227, 27.950667622591467],\n              [71.890918909189082, 28.096638071553215],\n              [72.150121501215011, 28.354232981485708],\n              [72.25812258122582, 28.646173879409218],\n              [72.380523805238056, 28.783557831373216],\n              [72.902529025290249, 29.022548664477256],\n              [73.233732337323374, 29.536307401509291],\n              [73.370533705337067, 29.926993014906913],\n              [73.74133741337414, 30.048635055708374],\n              [73.971995759155519, 30.198773309216179],\n              [73.84213842138422, 30.353455699128503],\n              [74.058140581405809, 30.530909970415337],\n              [74.32814328143283, 30.900129341318589],\n              [74.659346593465926, 31.083307943937243],\n              [74.508145081450806, 31.174897245246584],\n              [74.61254612546125, 31.439647569343876],\n              [74.490144901449014, 31.711553307605953],\n              [74.828548285482867, 32.024960448023833],\n              [75.17415174151742, 32.08649700984104],\n              [75.357753577535789, 32.261089115461957],\n              [75.0229502295023, 32.465733960574994],\n              [74.724147241472423, 32.461440712076126],\n              [74.630546305463071, 32.587376001376455],\n              [74.684546845468446, 32.830660082979364],\n              [74.522545225452262, 32.744795113001871],\n              [74.322828648883259, 32.823305797450942],\n              [74.320943209432102, 32.972337283442243],\n              [74.000540005400069, 33.176982128555281],\n              [74.140941409414097, 33.54906366512445],\n              [73.975339753397549, 33.647808380598576],\n              [74.032940329403289, 33.828124817551327],\n              [74.270542705427061, 33.962646603849407],\n              [73.946539465394665, 34.009872337337029],\n              [73.996939969399705, 34.197344188454579],\n              [73.773737737377388, 34.370505211242531],\n              [73.91773917739178, 34.642410949504622],\n              [74.284942849428489, 34.768346238804952],\n              [75.775357753577538, 34.50359591470766],\n              [76.023760237602374, 34.676756937495611],\n              [76.552965529655324, 34.725413753816198],\n              [76.920169201692005, 34.920041019098534],\n              [77.049770497704998, 35.110375035881987],\n              [76.776167761677613, 35.645600015408405],\n              [76.570965709657088, 35.751500145047316],\n              [76.538565385653868, 35.903194925340898],\n              [76.167761677616767, 35.805881292699738],\n              [75.89415894158941, 36.097822190623233],\n              [76.012960129601282, 36.230912894088362],\n              [75.976959769597698, 36.462748313027618],\n              [75.789757897578966, 36.687428317802073],\n              [75.411754117541165, 36.747533796786314],\n              [75.350553505535061, 36.916401571075397],\n              [75.09855098550986, 36.993680044055154],\n              [74.911349113491127, 36.962196221730068],\n              [74.544145441454418, 37.022301700714323],\n              [74.094140941409421, 36.830536601097904],\n              [73.64053640536406, 36.896366411413979],\n              [72.564125641256425, 36.820519021267188],\n              [72.214922149221508, 36.726067554291944],\n              [71.736117361173626, 36.395487419878563],\n              [71.628116281162818, 36.459886147361701],\n              [71.167311673116728, 36.046303208636743],\n              [71.340113401134005, 35.947558493162617],\n              [71.592115921159206, 35.549717465600196],\n              [71.530915309153102, 35.300709052665454],\n              [71.635316353163546, 35.203395420024279],\n              [71.458914589145905, 34.942938344425869],\n              [71.289712897128965, 34.875677451276829],\n              [71.080910809108104, 34.672463688996743],\n              [70.969309693096932, 34.469249926716657],\n              [71.120511205112052, 34.356194382912946],\n              [71.062910629106284, 34.054235905158748],\n              [70.861308613086123, 33.964077686682373],\n              [70.522905229052299, 33.938318195689121],\n              [70.004500045000441, 34.044218325328032],\n              [69.842498424984257, 33.941180361355038],\n              [69.957699576995765, 33.752277427404536],\n              [70.108901089010885, 33.727949019244249],\n              [70.155701557015561, 33.506131180135696],\n              [70.296102961029618, 33.318659329018161],\n              [69.882098820988205, 33.089686075744822],\n              [69.547295472954744, 33.075375247415238],\n              [69.428494284942843, 32.667516640022114],\n              [69.226892268922683, 32.421370392753289],\n              [69.298892988929907, 31.937664395213375],\n              [69.003690036900366, 31.651447828621713],\n              [68.776887768877685, 31.618532923463661],\n              [68.676086760867605, 31.774520952256125],\n              [68.499684996849965, 31.725864135935538],\n              [68.157681576815776, 31.826039934242615],\n              [68.046080460804603, 31.688655982278618],\n              [67.72567725677257, 31.531236870653203],\n              [67.567275672756722, 31.529805787820251],\n              [67.750877508775091, 31.328023108373117],\n              [67.347673476734769, 31.207812150404621],\n              [67.023670236702372, 31.239295972729707],\n              [66.944469444694448, 31.315143362876498],\n              [66.696066960669611, 31.196363487740953],\n              [66.548465484654855, 30.977407814298331],\n              [66.364863648636486, 30.92302666664591],\n              [66.26766267662677, 30.601033029230294],\n              [66.321663216632174, 30.437889586273045],\n              [66.224462244622458, 30.044341807209506],\n              [66.339663396633966, 29.957045754399047],\n              [66.195661956619574, 29.835403713597586],\n              [65.036450364503651, 29.540600650008173],\n              [64.478444784447845, 29.570653389500293],\n              [64.17244172441724, 29.4847884195228],\n              [64.086040860408616, 29.386043704048674],\n              [63.567635676356758, 29.497668165019419],\n              [62.476824768247695, 29.407509946543044],\n              [60.846008460084619, 29.858301038924921]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PH-LU\",\n        \"countryKey\": \"PH\",\n        \"countryName\": \"Philippines\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [122.298622986229844, 18.403914043926449],\n              [122.154621546215452, 18.518400670563111],\n              [121.974619746197476, 18.28656525162387],\n              [121.593015930159282, 18.385309967097982],\n              [121.107011070110701, 18.642904877030489],\n              [120.851408514085136, 18.638611628531606],\n              [120.610206102061028, 18.538435830224529],\n              [120.585005850058479, 18.363843724603612],\n              [120.333003330033279, 17.556713006815116],\n              [120.441004410044087, 17.367810072864614],\n              [120.426604266042631, 16.961382548304456],\n              [120.311403114031151, 16.778203945685789],\n              [120.336603366033643, 16.291635782479958],\n              [120.401404014040139, 16.165700493179614],\n              [120.300603006030059, 16.016867878551949],\n              [119.810998109981114, 16.367483172626748],\n              [119.771397713977109, 15.915260997411906],\n              [119.897398973989738, 15.8537244355947],\n              [119.886598865988645, 15.428692834206075],\n              [120.005400054000546, 15.269842639747708],\n              [120.081000810008078, 14.803309636203295],\n              [120.369003690036863, 14.620131033584627],\n              [120.401404014040139, 14.455556507794412],\n              [120.599405994059936, 14.505644406947951],\n              [120.545405454054531, 14.836224541361332],\n              [120.829808298082952, 14.763239316880458],\n              [120.97020970209698, 14.501351158449083],\n              [120.574205742057387, 14.175064272534584],\n              [120.628206282062791, 13.811569232963166],\n              [120.70380703807038, 13.927486942432793],\n              [120.894608946089448, 13.906020699938409],\n              [121.035010350103477, 13.641270375841131],\n              [121.279812798127949, 13.595475725186461],\n              [121.43101431014307, 13.657012287003667],\n              [121.485014850148474, 13.851639552286002],\n              [121.726217262172582, 13.968988344588581],\n              [122.320223202232029, 13.592613559520544],\n              [122.586625866258629, 13.173306289463753],\n              [122.691026910269073, 13.229118519949125],\n              [122.644226442264397, 13.458091773222463],\n              [122.496624966249641, 13.652719038504785],\n              [122.536225362253589, 13.961832930423796],\n              [122.863828638286378, 13.694220440660587],\n              [122.971829718297187, 13.52821483203742],\n              [123.169831698316983, 13.449505276224713],\n              [123.299432994329919, 13.234842851280959],\n              [123.310233102331011, 13.01302501217242],\n              [123.439834398343947, 13.037353420332707],\n              [123.598235982359796, 12.897107302702793],\n              [124.001440014400117, 12.879934308707291],\n              [123.792637926379228, 12.831277492386704],\n              [123.983439834398354, 12.546492008628007],\n              [124.095040950409469, 12.556509588458709],\n              [124.141841418414145, 12.796931504395715],\n              [124.08064080640807, 13.010162846506503],\n              [123.871838718387181, 13.143253549971632],\n              [123.529835298352992, 13.626959547511547],\n              [123.587435874358704, 13.72856642865159],\n              [123.972639726397261, 13.729997511484541],\n              [123.713437134371333, 13.934642356597578],\n              [123.443434434344312, 13.961832930423796],\n              [123.346233462334595, 14.093492551055959],\n              [123.216632166321659, 13.993316752748868],\n              [123.313833138331375, 13.820155729960916],\n              [123.108631086310851, 13.72141101448679],\n              [123.083430834308302, 13.974712675920415],\n              [122.853028530285286, 14.278102236507578],\n              [122.471424714247149, 14.345363129656619],\n              [122.367023670236705, 14.260929242512077],\n              [122.230222302222984, 13.906020699938409],\n              [121.935019350193471, 13.994747835581833],\n              [121.733417334173311, 14.195099432196002],\n              [121.629016290162866, 14.703133837896203],\n              [121.726217262172582, 14.720306831891705],\n              [121.38061380613803, 15.308481876237579],\n              [121.629016290162866, 15.66052825314533],\n              [121.578615786157826, 15.932433991407407],\n              [121.751417514175131, 16.076973357536204],\n              [122.068220682206828, 16.190028901339915],\n              [122.230222302222984, 16.318826356306161],\n              [122.205022050220492, 16.423295403112121],\n              [122.34542345423452, 16.642251076554743],\n              [122.529025290252918, 17.090180003270703],\n              [122.417424174241745, 17.145992233756076],\n              [122.381423814238104, 17.347774913203196],\n              [122.251822518225168, 17.360654658699829],\n              [122.158221582215816, 17.619680651465288],\n              [122.179821798217944, 18.120559643000703],\n              [122.305823058230573, 18.250788180799901],\n              [122.298622986229844, 18.403914043926449]\n            ]\n          ],\n          [\n            [\n              [117.085770857708582, 8.057185161637719],\n              [116.963369633696317, 8.061478410136601],\n              [117.002970029700265, 7.823918659865512],\n              [117.085770857708582, 8.057185161637719]\n            ]\n          ],\n          [\n            [\n              [119.951399513995142, 10.603081521470585],\n              [119.850598505985062, 10.644582923626388],\n              [119.80739807398075, 10.44566240984517],\n              [119.951399513995142, 10.603081521470585]\n            ]\n          ],\n          [\n            [\n              [119.670596705967029, 10.552993622317047],\n              [119.519395193951908, 10.837779106075757],\n              [119.569795697956948, 11.261379624631417],\n              [119.501395013950145, 11.423091984755715],\n              [119.224192241922395, 10.942248152881717],\n              [119.34659346593466, 10.723292479439095],\n              [119.2781927819278, 10.508630054495342],\n              [118.820988209882074, 10.195222914077462],\n              [118.529385293852926, 9.77448456118772],\n              [118.00378003780034, 9.233535250329467],\n              [117.902979029790259, 9.260725824155671],\n              [117.654576545765423, 9.057512061875599],\n              [117.290972909729106, 8.641066957484725],\n              [117.197371973719697, 8.334815231231644],\n              [117.514175141751394, 8.50654517118663],\n              [117.564575645756435, 8.661102117146143],\n              [117.773377733777323, 8.702603519301931],\n              [118.014580145801432, 8.88721320475355],\n              [118.133381333813333, 9.12620403785759],\n              [118.496984969849706, 9.313675888975141],\n              [118.777787777877762, 9.734414241864883],\n              [118.748987489874906, 9.88754010499143],\n              [119.19539195391954, 10.056407879280513],\n              [119.357393573935752, 10.328313617542591],\n              [119.56259562595622, 10.374108268197261],\n              [119.670596705967029, 10.552993622317047]\n            ]\n          ],\n          [\n            [\n              [120.02340023400231, 11.892487153966044],\n              [119.854198541985426, 11.954023715783251],\n              [119.965799657996541, 11.664944983525672],\n              [120.02340023400231, 11.892487153966044]\n            ]\n          ],\n          [\n            [\n              [120.347403474034735, 12.029871105930042],\n              [119.886598865988645, 12.323243086686503],\n              [119.983799837998362, 12.025577857431173],\n              [120.347403474034735, 12.029871105930042]\n            ]\n          ],\n          [\n            [\n              [122.687426874268709, 12.403383725332162],\n              [122.482224822248185, 12.493541943808538],\n              [122.431824318243144, 12.409108056663996],\n              [122.611826118261177, 12.276017353198881],\n              [122.687426874268709, 12.403383725332162]\n            ]\n          ],\n          [\n            [\n              [124.055440554405521, 11.799466769823752],\n              [124.055440554405521, 11.954023715783251],\n              [123.882638826388273, 12.213049708548709],\n              [123.447034470344676, 12.512146020637005],\n              [123.241832418324151, 12.595148824948581],\n              [123.274232742327428, 12.42341888499358],\n              [123.180631806318075, 11.931126390455915],\n              [123.425434254342548, 12.20016996305209],\n              [124.019440194401938, 11.783724858661216],\n              [124.055440554405521, 11.799466769823752]\n            ]\n          ],\n          [\n            [\n              [122.115021150211504, 12.666702966596503],\n              [121.992619926199239, 12.570820416788294],\n              [121.920619206192072, 12.303207927025085],\n              [122.017820178201788, 12.155806395230371],\n              [122.136621366213632, 12.560802836957592],\n              [122.115021150211504, 12.666702966596503]\n            ]\n          ],\n          [\n            [\n              [123.789037890378864, 12.376193151505959],\n              [123.706237062370604, 12.625201564440715],\n              [123.583835838358397, 12.62377048160775],\n              [123.789037890378864, 12.376193151505959]\n            ]\n          ],\n          [\n            [\n              [123.281432814328156, 12.865623480377707],\n              [123.04023040230399, 13.127511638809082],\n              [122.943029430294274, 13.111769727646546],\n              [123.184231842318383, 12.858468066212922],\n              [123.281432814328156, 12.865623480377707]\n            ]\n          ],\n          [\n            [\n              [121.524615246152422, 12.703911120253423],\n              [121.488614886148838, 13.037353420332707],\n              [121.54981549815497, 13.090303485152162],\n              [121.197011970119689, 13.440918779226962],\n              [121.121411214112101, 13.372226803244956],\n              [120.955809558095581, 13.502455341044168],\n              [120.7362073620736, 13.468109353053165],\n              [120.358203582035827, 13.518197252206704],\n              [120.480604806048035, 13.302103744429999],\n              [120.757807578075784, 13.003007432341704],\n              [120.797407974079732, 12.729670611246675],\n              [121.114211142111429, 12.25168894503858],\n              [121.243812438124365, 12.214480791381675],\n              [121.384213842138394, 12.369037737341174],\n              [121.524615246152422, 12.703911120253423]\n            ]\n          ],\n          [\n            [\n              [122.100621006210048, 13.416590371066661],\n              [121.873818738187396, 13.568285151360243],\n              [121.816218162181627, 13.342174063752836],\n              [121.992619926199239, 13.201927946122922],\n              [122.100621006210048, 13.416590371066661]\n            ]\n          ],\n          [\n            [\n              [124.419044190441895, 13.873105794780372],\n              [124.199441994419914, 14.092061468222994],\n              [124.123841238412382, 14.049128983234255],\n              [124.120241202412018, 13.78008541063808],\n              [124.026640266402666, 13.669892032500286],\n              [124.170641706417058, 13.529645914870372],\n              [124.332643326433271, 13.572578399859125],\n              [124.419044190441895, 13.873105794780372]\n            ]\n          ],\n          [\n            [\n              [122.007020070200696, 15.010816646982249],\n              [121.845018450184483, 15.045162634973252],\n              [121.938619386193835, 14.640166193246046],\n              [122.025020250202516, 14.736048743054241],\n              [122.007020070200696, 15.010816646982249]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PH-MI\",\n        \"countryKey\": \"PH\",\n        \"countryName\": \"Philippines\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [125.790657906579071, 6.948095966095011],\n              [125.783457834578343, 7.135567817212561],\n              [125.675456754567534, 7.069738006896472],\n              [125.790657906579071, 6.948095966095011]\n            ]\n          ],\n          [\n            [\n              [126.568265682656801, 7.301573425835727],\n              [126.582665826658257, 7.719449613059552],\n              [126.406264062640588, 7.833936239696229],\n              [126.463864638646356, 8.230346184425684],\n              [126.363063630636276, 8.187413699436931],\n              [126.370263702637004, 8.542322242010599],\n              [126.111061110611075, 8.606720969493722],\n              [126.298262982629836, 8.768433329618006],\n              [126.312663126631236, 8.955905180735556],\n              [126.179461794617936, 9.093289132699553],\n              [126.219062190621884, 9.30508939197739],\n              [126.075060750607491, 9.239259581661301],\n              [125.934659346593463, 9.492561243094926],\n              [125.62145621456213, 9.629945195058923],\n              [125.459454594545917, 9.823141377508307],\n              [125.398253982539785, 9.681464177045427],\n              [125.542255422554234, 9.189171682507762],\n              [125.527855278552778, 9.026028239550513],\n              [125.311853118531161, 8.994544417225427],\n              [125.218252182521809, 9.087564801367719],\n              [125.117451174511729, 8.829969891435226],\n              [124.915849158491568, 8.994544417225427],\n              [124.779047790477904, 8.948749766570756],\n              [124.753847538475355, 8.500820839854811],\n              [124.404644046440438, 8.608152052326673],\n              [124.23184231842319, 8.213173190430183],\n              [123.871838718387181, 8.153067711445928],\n              [123.843038430384269, 8.452164023534223],\n              [123.760237602376009, 8.608152052326673],\n              [123.522635226352264, 8.622462880656258],\n              [123.083430834308302, 8.519424916683263],\n              [122.925029250292511, 8.150205545780011],\n              [122.291422914229116, 8.009959428150097],\n              [122.129421294212904, 7.815332162867762],\n              [122.046620466204644, 7.301573425835727],\n              [121.935019350193471, 7.218570621524137],\n              [121.938619386193835, 6.979579788420097],\n              [122.118621186211868, 6.89657698410852],\n              [122.24462244622444, 7.099790746388592],\n              [122.349023490234885, 7.451837123296343],\n              [122.511025110251097, 7.695121204899266],\n              [122.813428134281338, 7.743778021219853],\n              [122.83862838628383, 7.458992537461143],\n              [122.997029970299678, 7.467579034458893],\n              [123.119431194311943, 7.740915855553936],\n              [123.169831698316983, 7.486183111287346],\n              [123.486634866348624, 7.66363738257418],\n              [123.443434434344312, 7.801021334538177],\n              [123.70263702637024, 7.809607831535928],\n              [124.066240662406614, 7.602100820756974],\n              [124.24624246242459, 7.404611389808721],\n              [124.185041850418514, 7.225726035688936],\n              [124.03024030240303, 7.115532657551142],\n              [123.965439654396533, 6.82072959396173],\n              [124.037440374403758, 6.799263351467346],\n              [124.055440554405521, 6.437199394728893],\n              [124.24624246242459, 6.186759898961185],\n              [124.595445954459507, 5.999288047843649],\n              [125.070650706507053, 5.861904095879638],\n              [125.157051570515677, 6.099463846150726],\n              [125.279452794527941, 5.979252888182231],\n              [125.182251822518225, 5.79893645122948],\n              [125.38745387453875, 5.574256446455024],\n              [125.668256682566806, 5.950631231523062],\n              [125.707857078570754, 6.149551745304265],\n              [125.574655746557454, 6.517340033374552],\n              [125.398253982539785, 6.598911754853177],\n              [125.38745387453875, 6.76777952914226],\n              [125.657456574565714, 7.237174698352604],\n              [125.808658086580834, 7.351661324989266],\n              [125.977859778597775, 6.93950946909726],\n              [126.078660786607855, 6.842195836456099],\n              [126.096660966609676, 6.514477867708635],\n              [126.204662046620427, 6.299815442764896],\n              [126.255062550625468, 6.766348446309308],\n              [126.348663486634877, 6.999614948081515],\n              [126.46746467464672, 7.002477113747432],\n              [126.568265682656801, 7.301573425835727]\n            ]\n          ],\n          [\n            [\n              [120.250202502025019, 5.266573637368978],\n              [120.199801998019979, 5.349576441680554],\n              [119.810998109981114, 5.122034271240182],\n              [119.954999549995506, 5.07480853775256],\n              [120.250202502025019, 5.266573637368978]\n            ]\n          ],\n          [\n            [\n              [122.29502295022948, 6.633257742844179],\n              [122.068220682206828, 6.740588955316056],\n              [121.816218162181627, 6.593187423521357],\n              [121.963819638196384, 6.404284489570855],\n              [122.187021870218672, 6.451510223058477],\n              [122.29502295022948, 6.633257742844179]\n            ]\n          ],\n          [\n            [\n              [126.165061650616479, 9.828865708840141],\n              [126.08226082260822, 10.054976796447548],\n              [125.967059670596683, 9.85033195133451],\n              [126.165061650616479, 9.828865708840141]\n            ]\n          ],\n          [\n            [\n              [125.718657186571846, 9.911868513151717],\n              [125.657456574565714, 10.457111072508837],\n              [125.52065520655205, 10.316864954878923],\n              [125.495454954549558, 10.103633612768135],\n              [125.718657186571846, 9.911868513151717]\n            ]\n          ],\n          [\n            [\n              [121.38061380613803, 6.005012379175483],\n              [121.042210422104205, 6.09660168048481],\n              [120.873008730087264, 5.960648811353764],\n              [120.934209342093396, 5.886232504039938],\n              [121.38061380613803, 6.005012379175483]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PH-VI\",\n        \"countryKey\": \"PH\",\n        \"countryName\": \"Philippines\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [124.599045990459871, 11.563338102385629],\n              [124.494644946449426, 11.694997723017792],\n              [124.350643506435034, 11.680686894688208],\n              [124.487444874448755, 11.488921795071803],\n              [124.599045990459871, 11.563338102385629]\n            ]\n          ],\n          [\n            [\n              [123.699036990369876, 9.164843274347476],\n              [123.612636126361252, 9.28934748081484],\n              [123.475834758347588, 9.197758179505513],\n              [123.699036990369876, 9.164843274347476]\n            ]\n          ],\n          [\n            [\n              [124.566645666456651, 9.870367110995929],\n              [124.588245882458835, 10.023492974122462],\n              [124.332643326433271, 10.160876926086473],\n              [124.185041850418514, 10.145135014923923],\n              [123.810638106381049, 9.803106217846889],\n              [123.893438934389309, 9.63280736072484],\n              [124.293042930429266, 9.607047869731588],\n              [124.566645666456651, 9.870367110995929]\n            ]\n          ],\n          [\n            [\n              [122.712627126271258, 10.734741142102763],\n              [122.482224822248185, 10.502905723163508],\n              [122.633426334263305, 10.444231327012218],\n              [122.712627126271258, 10.734741142102763]\n            ]\n          ],\n          [\n            [\n              [123.573035730357304, 10.830623691910958],\n              [123.522635226352264, 10.919350827554382],\n              [123.213032130321295, 10.996629300534124],\n              [123.004230042300406, 10.912195413389583],\n              [122.971829718297187, 10.720430313773178],\n              [122.82422824228243, 10.532958462655628],\n              [122.878228782287835, 10.11794444109772],\n              [122.709027090270894, 9.986284820465556],\n              [122.475024750247513, 9.974836157801889],\n              [122.395823958239561, 9.836021123004926],\n              [122.601026010260085, 9.432455764110671],\n              [122.871028710287106, 9.322262385972891],\n              [123.033030330303262, 9.034614736548264],\n              [123.231032310323116, 9.107599961029138],\n              [123.321033210332104, 9.343728628467261],\n              [123.133831338313342, 9.618496532395255],\n              [123.155431554315527, 9.867504945330012],\n              [123.288632886328827, 10.093616032937419],\n              [123.389433894338907, 10.437075912847419],\n              [123.573035730357304, 10.830623691910958]\n            ]\n          ],\n          [\n            [\n              [124.048240482404793, 10.833485857576875],\n              [124.073440734407342, 11.268535038796216],\n              [123.951039510395077, 11.156910577825471],\n              [123.933039330393314, 10.970869809540886],\n              [123.706237062370604, 10.46140432100772],\n              [123.421834218342184, 10.037803802452046],\n              [123.313833138331375, 9.508303154257462],\n              [123.486634866348624, 9.566977550408765],\n              [123.645036450364472, 10.039234885285012],\n              [123.972639726397261, 10.32688253470964],\n              [124.041040410404065, 10.484301646335055],\n              [124.048240482404793, 10.833485857576875]\n            ]\n          ],\n          [\n            [\n              [125.272252722527213, 10.322589286210757],\n              [125.193051930519317, 10.603081521470585],\n              [125.005850058500556, 10.797708786752921],\n              [125.052650526505232, 10.968007643874969],\n              [124.997579683478705, 11.300992049333667],\n              [125.002250022500192, 11.290001281290586],\n              [125.131851318513185, 11.282845867125801],\n              [125.247052470524665, 11.092511850342333],\n              [125.711457114571118, 11.14832408082772],\n              [125.567455674556726, 11.268535038796216],\n              [125.452254522545189, 11.964041295613967],\n              [125.499054990549865, 12.248826779372664],\n              [125.167851678516769, 12.577975830953079],\n              [124.678246782467824, 12.516439269135873],\n              [124.275042750427502, 12.533612263131374],\n              [124.390243902438982, 12.22163620554646],\n              [124.678246782467824, 12.029871105930042],\n              [124.890648906489076, 11.760827533333881],\n              [125.052650526505232, 11.737930208006546],\n              [124.912249122491204, 11.501801540568422],\n              [124.959345275078462, 11.390969567466234],\n              [124.847448474484708, 11.433109564586417],\n              [124.631446314463147, 11.30431210962017],\n              [124.329043290432907, 11.557613771053795],\n              [124.404644046440438, 11.302881026787219],\n              [124.401044010440074, 10.929368407385084],\n              [124.527045270452703, 10.877849425398594],\n              [124.620646206462055, 11.002353631865958],\n              [124.779047790477904, 10.822037194913221],\n              [124.739447394473956, 10.395574510691631],\n              [124.779047790477904, 10.152290429088723],\n              [125.031050310503105, 10.020630808456545],\n              [125.00945009450092, 10.382694765195012],\n              [125.088650886508873, 10.229568902068465],\n              [125.272252722527213, 10.322589286210757]\n            ]\n          ],\n          [\n            [\n              [123.169831698316983, 11.480335298074053],\n              [122.72342723427235, 11.611994918706216],\n              [122.604626046260449, 11.517543451730958],\n              [122.388623886238832, 11.727912628175844],\n              [121.963819638196384, 11.933988556121832],\n              [121.852218522185211, 11.769414030331632],\n              [122.107821078210776, 11.657789569360872],\n              [122.046620466204644, 11.018095543028508],\n              [121.938619386193835, 10.776242544258551],\n              [121.949419494194927, 10.432782664348551],\n              [122.226622266222677, 10.641720757960471],\n              [122.590225902258993, 10.698964071278795],\n              [122.763027630276298, 10.810588532249554],\n              [122.781027810278061, 10.956558981211302],\n              [123.130231302313035, 11.182670068818709],\n              [123.169831698316983, 11.480335298074053]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PL\", \"countryKey\": \"PL\", \"countryName\": \"Poland\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [23.484834848348498, 53.939131869114732],\n              [23.430834308343094, 54.169536205221021],\n              [22.858428584285861, 54.39850945849436],\n              [22.768427684276872, 54.355576973505606],\n              [22.700027000270012, 54.342697228008987],\n              [21.25621158035888, 54.332284460135419],\n              [19.679596795967967, 54.437148694984231],\n              [19.611196111961135, 54.457183854645649],\n              [19.377193771937726, 54.377043216],\n              [19.002790027900289, 54.345559393674904],\n              [18.588785887858904, 54.434286529318314],\n              [18.570785707857112, 54.550204238787941],\n              [18.315183151831548, 54.837851888212569],\n              [17.886778867788706, 54.823541059882984],\n              [17.335973359733629, 54.749124752569145],\n              [16.939969399694007, 54.606016469273314],\n              [16.569165691656934, 54.557359652952741],\n              [16.137161371613729, 54.289747163189531],\n              [14.783547835478373, 54.035014418922941],\n              [14.365943659436624, 53.917665626620362],\n              [14.22549106695757, 53.928242110544382],\n              [14.205281176274102, 53.911836434577801],\n              [14.212414078868267, 53.868801255593006],\n              [14.310801725068332, 53.820154680501489],\n              [14.42226395778734, 53.843768028011105],\n              [14.439411993590264, 53.858098209038459],\n              [14.632346323463253, 53.851835816304273],\n              [14.606605342668772, 53.771198959999175],\n              [14.553732232276424, 53.754304425264799],\n              [14.547396659351534, 53.663790209223208],\n              [14.265142651426544, 53.700141036010692],\n              [14.409144091440936, 53.27224726895615],\n              [14.344343443434468, 53.04899834701466],\n              [14.124741247412487, 52.850077833233442],\n              [14.643146431464345, 52.576741012138399],\n              [14.538745387453901, 52.4221840661789],\n              [14.761947619476217, 52.077293103435949],\n              [14.585545855458577, 51.803956282340906],\n              [14.733147331473333, 51.516308632916278],\n              [14.945549455494586, 51.449047739767238],\n              [15.021150211502146, 51.237247480489415],\n              [14.808748087480893, 50.858010529755447],\n              [14.98154981549817, 50.859441612588412],\n              [14.959949599496014, 50.992532316053541],\n              [15.269552695526983, 50.952461996730705],\n              [15.442354423544259, 50.800767216437123],\n              [16.086760867608689, 50.646210270477624],\n              [16.33156331563319, 50.643348104811707],\n              [16.38196381963823, 50.514550649845447],\n              [16.191161911619133, 50.424392431369071],\n              [16.335163351633526, 50.371442366549616],\n              [16.702367023670263, 50.095243379788656],\n              [16.961569615696192, 50.232627331752667],\n              [16.864368643686447, 50.42296134853612],\n              [17.17757177571778, 50.381459946380332],\n              [17.335973359733629, 50.269835485409573],\n              [17.605976059760621, 50.258386822745905],\n              [17.587975879758829, 50.163935355770661],\n              [17.83997839978403, 49.973601338987208],\n              [18.037980379803827, 50.007947326978197],\n              [18.55998559985602, 49.90777152867112],\n              [18.63558635586358, 49.700264517892165],\n              [18.772387723877273, 49.675936109731865],\n              [18.833588335883377, 49.509930501108698],\n              [18.963189631896341, 49.389719543140203],\n              [19.17199171991723, 49.402599288636836],\n              [19.441994419944223, 49.601519802418039],\n              [19.625596255962591, 49.40116820580387],\n              [19.769597695976984, 49.392581708806119],\n              [19.747997479974828, 49.206540940521535],\n              [20.050400504005069, 49.173626035363498],\n              [20.306003060030633, 49.386857377474286],\n              [20.691206912069134, 49.40116820580387],\n              [20.943209432094335, 49.295268076164959],\n              [21.260012600126032, 49.449825022124458],\n              [21.818018180181809, 49.376839797643584],\n              [22.01242012420127, 49.210834189020417],\n              [22.538025380253828, 49.072019154223455],\n              [22.854828548285496, 48.993309598410747],\n              [22.70722707227074, 49.169332786864629],\n              [22.642426424264272, 49.528534577937165],\n              [23.103231032310333, 49.956428344991707],\n              [23.747637476374791, 50.390046443378083],\n              [23.981639816398172, 50.404357271707667],\n              [24.107641076410772, 50.540310140838699],\n              [23.970839708397108, 50.825095624597409],\n              [24.129241292412956, 50.839406452926994],\n              [23.91323913239134, 51.006843144383112],\n              [23.873638736387392, 51.135640599349372],\n              [23.632436324363255, 51.338854361629444],\n              [23.607236072360735, 51.517739715749244],\n              [23.560435604356059, 51.753868383187367],\n              [23.636036360363619, 52.084448517600734],\n              [23.164431644316466, 52.289093362713785],\n              [23.391233912339146, 52.509480118989359],\n              [23.870038700387028, 52.669761396280691],\n              [23.924039240392432, 52.742746620761565],\n              [23.895238952389548, 53.152036310987654],\n              [23.589235892358943, 53.611413900367282],\n              [23.484834848348498, 53.939131869114732]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PR\",\n        \"countryKey\": \"PR\",\n        \"countryName\": \"Puerto Rico\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-65.630456304562998, 18.27940983745907],\n              [-65.630456304562998, 18.391034298429815],\n              [-66.120061200611957, 18.474037102741406],\n              [-66.908469084690793, 18.485485765405073],\n              [-67.10287102871024, 18.522693919061993],\n              [-67.268472684726802, 18.369568055935446],\n              [-67.15327153271528, 18.203562447312279],\n              [-67.214472144721398, 17.99462435370036],\n              [-67.113671136711318, 17.950260785878655],\n              [-66.469264692646874, 17.993193270867408],\n              [-66.195661956619517, 17.927363460551319],\n              [-65.832058320583158, 18.027539258858411],\n              [-65.630456304562998, 18.27940983745907]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PS\",\n        \"countryKey\": \"PS\",\n        \"countryName\": \"Palestine, State of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [34.248942489424905, 31.212105398903503],\n              [34.52974529745299, 31.519788207989535],\n              [34.482944829448314, 31.582755852639707],\n              [34.198541985419865, 31.313712280043546],\n              [34.248942489424905, 31.212105398903503]\n            ]\n          ],\n          [\n            [\n              [35.458554585545869, 31.492597634163332],\n              [35.559355593555949, 31.765934455258375],\n              [35.523355233552337, 32.057875353181871],\n              [35.559355593555949, 32.384162239096369],\n              [35.210152101521032, 32.54301243355475],\n              [35.062550625506276, 32.462871794909077],\n              [34.947349473494739, 32.176655228317415],\n              [35.008550085500872, 31.876127833396168],\n              [35.181351813518148, 31.804573691748246],\n              [34.972549725497259, 31.629981586127329],\n              [34.868148681486844, 31.396715084355122],\n              [35.163351633516356, 31.36236909636412],\n              [35.458554585545869, 31.492597634163332]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PT\", \"countryKey\": \"PT\", \"countryName\": \"Portugal\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-8.879488794887919, 41.736288552479053],\n              [-8.656286562865603, 40.99355656217368],\n              [-8.865088650886491, 40.275152980028608],\n              [-8.868688686886827, 40.124889282567977],\n              [-9.070290702906988, 39.679822521517934],\n              [-9.340293402934009, 39.266239582792977],\n              [-9.491494914949129, 38.708117277939238],\n              [-9.124375939262388, 38.713676774341153],\n              [-9.253892538925356, 38.665184792950484],\n              [-9.199891998919952, 38.411883131516859],\n              [-8.95508955089548, 38.504903515659151],\n              [-8.796687966879631, 38.358933066697404],\n              [-8.775087750877475, 38.187203126742403],\n              [-8.893888938889347, 37.952505542137231],\n              [-8.821888218882151, 37.926746051143979],\n              [-8.796687966879631, 37.490265787091687],\n              [-8.998289982899792, 37.020870617881357],\n              [-8.627486274862719, 37.121046416188449],\n              [-8.177481774817721, 37.088131511030397],\n              [-7.821078210782076, 36.999404375386987],\n              [-7.414274142741391, 37.192600557836357],\n              [-7.529475294752928, 37.567544260071443],\n              [-7.273872738727363, 37.976833950297518],\n              [-7.025470254702526, 38.022628600952189],\n              [-6.946269462694602, 38.197220706573106],\n              [-7.10467104671045, 38.172892298412819],\n              [-7.360273602735987, 38.446229119507862],\n              [-7.270272702726999, 38.738170017431358],\n              [-7.057870578705746, 38.855518809733937],\n              [-6.975069750697486, 39.014369004192318],\n              [-7.165871658716554, 39.113113719666444],\n              [-7.327873278732767, 39.340655890106817],\n              [-7.313473134731311, 39.458004682409396],\n              [-7.558275582755812, 39.679822521517934],\n              [-7.03627036270359, 39.689840101348651],\n              [-6.881468814688105, 40.00897157309835],\n              [-7.043470434704318, 40.18070151305335],\n              [-6.795067950679481, 40.356724701507233],\n              [-6.856268562685585, 40.442589671484725],\n              [-6.838268382683793, 40.840430699047147],\n              [-6.942669426694238, 41.016453887501015],\n              [-6.816668166681637, 41.053662041157935],\n              [-6.647466474664725, 41.268324466101689],\n              [-6.496264962649605, 41.295515039927892],\n              [-6.204662046620427, 41.570282943855887],\n              [-6.579065790657864, 41.73915071814497],\n              [-6.568265682656801, 41.92662256926252],\n              [-7.144271442714398, 41.988159131079726],\n              [-7.252272522725207, 41.863654924612348],\n              [-7.62307623076228, 41.832171102287262],\n              [-7.720277202771996, 41.899431995436302],\n              [-8.181081810818085, 41.810704859792892],\n              [-8.094680946809433, 42.041109195899182],\n              [-8.220682206822033, 42.154164739702892],\n              [-8.627486274862719, 42.051126775729884],\n              [-8.875259225556448, 41.869413122360569],\n              [-8.879488794887919, 41.736288552479053]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PT-MA\",\n        \"countryKey\": \"PT\",\n        \"countryName\": \"Portugal\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-16.788767887678858, 32.686120716850581],\n              [-16.691566915669114, 32.754812692832573],\n              [-16.918369183691794, 32.84067766281008],\n              [-17.253172531725284, 32.814918171816828],\n              [-16.975969759697563, 32.64748148036071],\n              [-16.788767887678858, 32.686120716850581]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"PT-AC\",\n        \"countryKey\": \"PT\",\n        \"countryName\": \"Portugal\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-25.198451984519807, 37.863778406493822],\n              [-25.860858608586057, 37.853760826663105],\n              [-25.504455044550411, 37.706359294868406],\n              [-25.194851948519442, 37.740705282859395],\n              [-25.198451984519807, 37.863778406493822]\n            ]\n          ],\n          [\n            [\n              [-28.110881108811043, 38.446229119507862],\n              [-28.373683736837336, 38.550698166313808],\n              [-28.46008460084596, 38.406158800185025],\n              [-28.110881108811043, 38.446229119507862]\n            ]\n          ],\n          [\n            [\n              [-27.89127891278909, 38.603648231133278],\n              [-28.316083160831568, 38.755343011426859],\n              [-28.179281792817903, 38.645149633289066],\n              [-27.89127891278909, 38.603648231133278]\n            ]\n          ],\n          [\n            [\n              [-27.02007020070198, 38.693806449609653],\n              [-27.14607146071458, 38.795413330749696],\n              [-27.390873908739053, 38.758205177092776],\n              [-27.326073260732585, 38.666615875783435],\n              [-27.02007020070198, 38.693806449609653]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PW\", \"countryKey\": \"PW\", \"countryName\": \"Palau\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [134.646746467464681, 7.719449613059552],\n              [134.488344883448832, 7.47044120012481],\n              [134.592745927459276, 7.367403236151802],\n              [134.646746467464681, 7.719449613059552]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"PY\", \"countryKey\": \"PY\", \"countryName\": \"Paraguay\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-54.599945999459948, -25.574692495715986],\n              [-54.610746107461026, -25.433015295253114],\n              [-54.430744307443035, -25.131056817498909],\n              [-54.369543695436917, -24.766130695094532],\n              [-54.322743227432227, -24.628746743130534],\n              [-54.261542615426109, -24.329650431042239],\n              [-54.333543335433305, -24.149333994089496],\n              [-54.243542435424317, -24.050589278615369],\n              [-54.247142471424667, -24.050589278615369],\n              [-54.272342723427187, -24.036278450285785],\n              [-54.63954639546391, -23.804443031346537],\n              [-54.941949419494151, -23.969017557136745],\n              [-55.132751327513233, -24.000501379461824],\n              [-55.399153991539876, -23.976172971301537],\n              [-55.528755287552826, -23.604091434732368],\n              [-55.535955359553554, -23.229147732497289],\n              [-55.636756367563635, -23.000174479223951],\n              [-55.629556295562907, -22.62666185982183],\n              [-55.874358743587393, -22.317547967902833],\n              [-56.19836198361979, -22.278908731412955],\n              [-56.421564215642107, -22.074263886299917],\n              [-56.666366663666594, -22.260304654584495],\n              [-56.842768427684234, -22.288926311243664],\n              [-57.213572135721307, -22.188750512936579],\n              [-57.843578435784309, -22.144386945114874],\n              [-57.987579875798716, -22.035624649810039],\n              [-57.893978939789349, -21.687871521401163],\n              [-57.929979299792947, -21.453173936795999],\n              [-57.854378543785387, -21.330100813161586],\n              [-57.818378183781789, -20.953726028093541],\n              [-57.980379803797987, -20.693268952495124],\n              [-57.991179911799065, -20.432811876896707],\n              [-58.160381603815992, -20.165199387133505],\n              [-58.174781747817434, -19.821739507223505],\n              [-59.089190891908871, -19.286514527697086],\n              [-60.007200072000671, -19.297963190360754],\n              [-61.760417604175998, -19.657164981433297],\n              [-61.944019440194353, -20.103662825316292],\n              [-62.278822788227842, -20.580213408691421],\n              [-62.275222752227478, -21.066781571897252],\n              [-62.649626496264915, -22.23454516359125],\n              [-62.286022860228556, -22.483553576525999],\n              [-61.954819548195431, -23.034520467214953],\n              [-61.490414904148992, -23.413757417948908],\n              [-61.108811088110841, -23.606953600398285],\n              [-61.00801008010076, -23.805874114179495],\n              [-60.327603276032718, -24.017674373457325],\n              [-60.032400324003191, -24.007656793626616],\n              [-59.459994599945958, -24.358272087701408],\n              [-59.341193411934071, -24.487069542667662],\n              [-58.8083880838808, -24.776148274925241],\n              [-58.473584735847311, -24.851995665072032],\n              [-58.311583115831112, -24.993672865534904],\n              [-58.225182251822474, -24.940722800715449],\n              [-57.753577535775307, -25.181144716652447],\n              [-57.55557555575551, -25.460205869079324],\n              [-57.753577535775307, -25.673437211190112],\n              [-57.872378723787193, -26.00974167693532],\n              [-58.084780847808432, -26.127090469237906],\n              [-58.17118171181707, -26.270198752533737],\n              [-58.24678246782463, -26.758197998572527],\n              [-58.653586535865315, -27.156039026134941],\n              [-58.603186031860275, -27.316320303426274],\n              [-58.023580235802314, -27.260508072940901],\n              [-57.181171811718073, -27.486619160548319],\n              [-56.903969039690352, -27.419358267399275],\n              [-56.770767707677038, -27.506654320209734],\n              [-56.547565475654707, -27.455135338223236],\n              [-56.367563675636717, -27.581070627523566],\n              [-56.281162811628064, -27.389305527907155],\n              [-56.12276122761223, -27.299147309430779],\n              [-55.755557555575507, -27.443686675559569],\n              [-55.589955899558944, -27.327768966089941],\n              [-55.597155971559673, -27.167487688798609],\n              [-55.43155431554311, -26.995757748843609],\n              [-55.139951399513947, -26.954256346687821],\n              [-54.902349023490189, -26.659453283098401],\n              [-54.794347943479394, -26.645142454768823],\n              [-54.63954639546391, -26.197213528052863],\n              [-54.661146611466066, -25.9796889374432],\n              [-54.599945999459948, -25.574692495715986]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"QA\", \"countryKey\": \"QA\", \"countryName\": \"Qatar\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [50.80910809108093, 24.74647315959777],\n              [50.978309783097842, 24.56758780547797],\n              [51.215912159121615, 24.62626220162926],\n              [51.442714427144267, 24.679212266448729],\n              [51.586715867158688, 24.953980170376724],\n              [51.590315903159052, 25.28312922195714],\n              [51.471514715147151, 25.520688972228214],\n              [51.575915759157596, 25.881321846133716],\n              [51.403114031140319, 25.95430707061459],\n              [51.251912519125199, 26.160382998560593],\n              [51.046710467104674, 26.053051786088716],\n              [50.902709027090282, 25.789732544824389],\n              [50.899108991089918, 25.532137634891882],\n              [50.751507515075161, 25.494929481234976],\n              [50.80910809108093, 24.74647315959777]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"RE\", \"countryKey\": \"RE\", \"countryName\": \"Réunion\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [55.787957879578812, -21.103989725554165],\n              [55.579155791557923, -20.875016472280834],\n              [55.287552875528775, -20.912224625937753],\n              [55.226352263522642, -21.048177495068792],\n              [55.355953559535607, -21.274288582676206],\n              [55.553955539555403, -21.363015718319623],\n              [55.820358203582032, -21.324376481829752],\n              [55.787957879578812, -21.103989725554165]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"RO\", \"countryKey\": \"RO\", \"countryName\": \"Romania\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [28.578885788857917, 43.741235601453681],\n              [28.672486724867269, 44.003123759885057],\n              [28.640086400864021, 44.32797956296659],\n              [28.910089100891014, 44.584143390066131],\n              [28.863288632886338, 44.891826199152177],\n              [28.971289712897146, 45.010606074287722],\n              [29.097290972909747, 44.77590848968255],\n              [29.61929619296194, 44.861773459660043],\n              [29.658896588965916, 45.215250919400759],\n              [29.651696516965188, 45.345479457199971],\n              [29.320493204932063, 45.444224172674083],\n              [28.776887768877714, 45.230992830563295],\n              [28.330483304833052, 45.322582131872636],\n              [28.200882008820116, 45.461397166669585],\n              [28.08568085680858, 46.000915394694886],\n              [28.247682476824792, 46.427378078916462],\n              [28.233282332823336, 46.662075663521634],\n              [28.028080280802811, 47.032726117257837],\n              [27.804878048780495, 47.144350578228583],\n              [27.563675636756386, 47.467775298477164],\n              [27.304473044730457, 47.666695812258382],\n              [27.171271712717157, 47.974378621344414],\n              [26.998469984699852, 48.166143720960832],\n              [26.616866168661716, 48.259164105103125],\n              [26.303663036630383, 48.211938371615503],\n              [26.174061740617418, 47.992982698172881],\n              [25.263252632526331, 47.898531231197623],\n              [25.122851228512303, 47.769733776231377],\n              [24.896048960489622, 47.709628297247122],\n              [24.561245612456133, 47.940032633353411],\n              [24.230042300423037, 47.897100148364672],\n              [23.780037800378011, 47.987258366841047],\n              [23.358833588335898, 47.992982698172881],\n              [23.117631176311789, 48.091727413647007],\n              [22.876428764287652, 47.94718804751821],\n              [22.746827468274688, 47.825546006716749],\n              [22.260822608226107, 47.715352628578955],\n              [21.98721987219875, 47.493534789470417],\n              [21.771217712177133, 47.114297838736462],\n              [21.634416344163469, 47.022708537427121],\n              [21.504815048150505, 46.72361222533884],\n              [21.317613176131772, 46.616281012866963],\n              [21.134011340113432, 46.278545464288797],\n              [20.838808388083891, 46.271390050123998],\n              [20.608406084060874, 46.129712849661132],\n              [20.241202412024137, 46.108246607166748],\n              [20.338403384033853, 45.992328897697135],\n              [20.784807848078515, 45.751906981760129],\n              [20.759607596075995, 45.492880988994671],\n              [20.982809828098311, 45.332599711703338],\n              [21.494014940149412, 45.145127860585802],\n              [21.353613536135384, 44.989139831793338],\n              [21.522815228152297, 44.88037753648851],\n              [21.360813608136112, 44.825996388836089],\n              [21.656016560165625, 44.68718135403914],\n              [22.005220052200542, 44.651404283215172],\n              [22.185221852218547, 44.51545141408414],\n              [22.426424264242655, 44.732976004693796],\n              [22.764827648276508, 44.58271230723318],\n              [22.484024840248424, 44.49970950292159],\n              [22.692826928269312, 44.227803764659512],\n              [23.031230312303137, 44.093281978361432],\n              [22.887228872288745, 43.994537262887306],\n              [22.919629196291993, 43.834255985595973],\n              [23.32643326433265, 43.887206050415429],\n              [24.158041580415812, 43.752684264117349],\n              [24.500045000450029, 43.799909997604971],\n              [24.964449644496455, 43.749822098451432],\n              [25.360453604536076, 43.653939548643223],\n              [25.781657816578189, 43.73264910445593],\n              [26.152461524615262, 44.011710256882807],\n              [27.027270272702737, 44.177715865505974],\n              [27.383673836738382, 44.014572422548724],\n              [27.912879128791303, 43.99310618005434],\n              [27.981279812798135, 43.849997896758509],\n              [28.222482224822272, 43.7612707611151],\n              [28.578885788857917, 43.741235601453681]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"RS\", \"countryKey\": \"RS\", \"countryName\": \"Serbia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [19.193591935919386, 43.532297507841761],\n              [19.618396183961863, 43.168802468270343],\n              [19.927999279992832, 43.114421320617922],\n              [20.345603456034581, 42.826773671193308],\n              [20.669606696066978, 43.110128072119053],\n              [20.597605976059782, 43.184544379432893],\n              [20.820808208082099, 43.257529603913767],\n              [20.838808388083891, 43.170233551103308],\n              [21.090810908109091, 43.090092912457635],\n              [21.378813788137904, 42.743770866881718],\n              [21.764017640176434, 42.669354559567893],\n              [21.562415624156273, 42.245754041012219],\n              [22.260822608226107, 42.368827164646632],\n              [22.343623436234395, 42.313014934161259],\n              [22.509225092250944, 42.4046042354706],\n              [22.426424264242655, 42.573472009759683],\n              [22.50562505625058, 42.869706156182048],\n              [22.725227252272532, 42.886879150177549],\n              [22.980829808298097, 43.198855207762463],\n              [22.520025200252036, 43.473623111690472],\n              [22.350823508235095, 43.808496494602721],\n              [22.401224012240135, 43.99310618005434],\n              [22.60642606426066, 44.078971150031848],\n              [22.692826928269312, 44.227803764659512],\n              [22.484024840248424, 44.49970950292159],\n              [22.764827648276508, 44.58271230723318],\n              [22.426424264242655, 44.732976004693796],\n              [22.185221852218547, 44.51545141408414],\n              [22.005220052200542, 44.651404283215172],\n              [21.656016560165625, 44.68718135403914],\n              [21.360813608136112, 44.825996388836089],\n              [21.522815228152297, 44.88037753648851],\n              [21.353613536135384, 44.989139831793338],\n              [21.494014940149412, 45.145127860585802],\n              [20.982809828098311, 45.332599711703338],\n              [20.759607596075995, 45.492880988994671],\n              [20.784807848078515, 45.751906981760129],\n              [20.338403384033853, 45.992328897697135],\n              [20.241202412024137, 46.108246607166748],\n              [19.927999279992832, 46.164058837652135],\n              [19.549995499955031, 46.164058837652135],\n              [19.261992619926218, 45.980880235033467],\n              [19.063990639906422, 46.012364057358553],\n              [18.901989019890209, 45.930792335879929],\n              [18.847988479884833, 45.809150295078467],\n              [19.017190171901746, 45.56729729630851],\n              [19.002790027900289, 45.365514616861375],\n              [19.362793627936298, 45.248165824558797],\n              [19.391593915939183, 45.169456268746089],\n              [19.060390603906058, 45.146558943418754],\n              [19.022489863021391, 44.855849373348377],\n              [19.35559355593557, 44.896119447651046],\n              [19.17919179191793, 44.538348739411461],\n              [19.175591755917566, 44.286478160810802],\n              [19.618396183961863, 44.036038665043094],\n              [19.240392403924062, 43.953035860731504],\n              [19.459994599946015, 43.762701843948051],\n              [19.481594815948171, 43.56091916450093],\n              [19.193591935919386, 43.532297507841761]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-1\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [49.04149041490416, 46.195542659977207],\n              [48.713887138871399, 46.129712849661132],\n              [48.793087930879324, 45.840634117403553],\n              [48.573485734857371, 45.970862655202751],\n              [48.181081810818114, 45.73902723626351],\n              [47.626676266762672, 45.708974496771376],\n              [47.497074970749708, 45.565866213475545],\n              [47.536675366753684, 45.507191817324255],\n              [47.295472954729547, 45.188060345574542],\n              [47.201872018720195, 44.970535754964885],\n              [46.88866888668889, 44.751580081522263],\n              [46.723067230672314, 44.655697531714054],\n              [46.701467014670158, 44.446759438102134],\n              [47.043470434704346, 44.346583639795057],\n              [47.245072450724507, 44.212061853496962],\n              [47.443074430744332, 43.819945157266389],\n              [47.450274502745032, 43.517986679512177],\n              [47.594275942759452, 43.901516878745014],\n              [47.489874898749008, 43.462174449026804],\n              [47.461074610746124, 43.021400936475644],\n              [47.698676986769868, 42.866843990516131],\n              [47.716677166771689, 42.696545133394096],\n              [47.867878678786809, 42.584920672423351],\n              [48.30348303483035, 42.102645757716388],\n              [48.415084150841523, 41.915173906598852],\n              [48.595734154842418, 41.838369161211617],\n              [48.371883718837211, 41.580300523686603],\n              [48.055080550805513, 41.461520648551058],\n              [47.813878138781405, 41.196770324453766],\n              [47.367473674736772, 41.261169051936889],\n              [47.180271802718039, 41.491573388043179],\n              [47.029070290702919, 41.557403198359268],\n              [46.708667086670886, 41.835033267953179],\n              [46.586265862658649, 41.786376451632592],\n              [46.431464314643165, 41.890845498438551],\n              [46.222662226622276, 41.99388346241156],\n              [45.949059490594919, 42.022505119070729],\n              [45.621456214562158, 42.22428779851785],\n              [45.740257402574031, 42.470434045786675],\n              [45.35505355053553, 42.520521944940228],\n              [45.103051030510329, 42.700838381892964],\n              [45.067050670506717, 42.687958636396345],\n              [44.858248582485828, 42.759512778044268],\n              [44.782647826478268, 42.616404494748423],\n              [44.638646386463876, 42.73947761838285],\n              [44.271442714427167, 42.70226946472593],\n              [44.195841958419606, 42.629284240245056],\n              [43.92223922239225, 42.559161181430099],\n              [43.749437494374945, 42.599231500752936],\n              [43.799837998379985, 42.746633032547635],\n              [43.479434794347952, 42.866843990516131],\n              [43.195031950319503, 42.926949469500386],\n              [43.000630006300071, 43.098679409455386],\n              [42.752227522275234, 43.177388965268094],\n              [42.59742597425975, 43.140180811611174],\n              [42.424624246242473, 43.228907947254598],\n              [42.356223562235641, 43.236063361419383],\n              [42.075420754207556, 43.185975462265844],\n              [41.549815498154999, 43.226045781588681],\n              [41.380613806138086, 43.334808076893509],\n              [41.013410134101349, 43.374878396216346],\n              [40.682206822068224, 43.528004259342879],\n              [40.232202322023227, 43.575229992830515],\n              [40.05940059400595, 43.535159673507678],\n              [39.987399873998754, 43.38918922454593],\n              [39.717397173971762, 43.568074578665716],\n              [38.979389793897951, 44.147663126013839],\n              [38.594185941859422, 44.332272811465472],\n              [38.176581765817673, 44.406689118779298],\n              [37.874178741787432, 44.690043519705043],\n              [37.769777697776988, 44.632800206386719],\n              [37.478174781747839, 44.677163774208424],\n              [37.287372873728742, 44.927603269976132],\n              [36.596165961659636, 45.205233339570043],\n              [36.790567905679069, 45.292529392380501],\n              [36.833768337683381, 45.442793089841132],\n              [37.139771397713986, 45.335461877369255],\n              [37.110971109711102, 45.239579327561046],\n              [37.517775177751787, 45.369807865360258],\n              [37.737377373773739, 45.311133469208968],\n              [37.701377013770156, 45.563004047809628],\n              [37.586175861758619, 45.43277551001043],\n              [37.607776077760803, 45.663179846116719],\n              [37.83097830978312, 45.753338064593095],\n              [37.971379713797148, 46.039554631184757],\n              [38.248582485824869, 46.1411615123248],\n              [38.446584465844666, 46.033830299852923],\n              [38.558185581855838, 46.115402021331548],\n              [38.298982989829909, 46.218439985304542],\n              [38.122581225812269, 46.377290179762923],\n              [37.971379713797148, 46.361548268600373],\n              [37.737377373773739, 46.676386491851218],\n              [38.036180361803645, 46.629160758363582],\n              [38.388983889838926, 46.732198722336591],\n              [38.47538475384755, 46.862427260135789],\n              [38.673386733867346, 46.862427260135789],\n              [39.076590765907667, 47.032726117257837],\n              [39.260192601926036, 47.008397709097551],\n              [39.2637926379264, 47.26026828769821],\n              [39.08739087390876, 47.286027778691462],\n              [38.936189361893639, 47.190145228883253],\n              [38.216182161821621, 47.102849176072795],\n              [38.201782017820193, 47.29032102719033],\n              [38.352983529835313, 47.606590333274127],\n              [38.734587345873479, 47.676713392089084],\n              [38.831788317883195, 47.848443332044084],\n              [39.760597605976074, 47.832701420881548],\n              [39.843398433984362, 48.120349070306162],\n              [39.994599945999482, 48.273474933432709],\n              [39.80739807398075, 48.584019908184672],\n              [39.630996309963109, 48.586882073850589],\n              [39.702997029970305, 48.747163351141921],\n              [39.951399513995142, 48.853063480780833],\n              [39.756997569975709, 48.895995965769586],\n              [39.681396813968149, 49.02050017223695],\n              [39.918999189991922, 49.047690746063168],\n              [40.142201422014239, 49.24518017701142],\n              [40.041400414004158, 49.455549353456291],\n              [40.117001170011719, 49.588640056921406],\n              [39.800198001980021, 49.54284540626675],\n              [39.558995589955913, 49.724592926052452],\n              [39.328593285932868, 49.726024008885418],\n              [39.180991809918112, 49.859114712350532],\n              [38.936189361893639, 49.80330248186516],\n              [38.687786877868803, 49.913495860002953],\n              [38.172981729817309, 50.059466308964701],\n              [38.000180001800032, 49.899185031673369],\n              [37.726577265772676, 50.078070385793168],\n              [37.434974349743499, 50.424392431369071],\n              [36.912969129691305, 50.338527461391578],\n              [36.596165961659636, 50.204005675093498],\n              [36.268562685626875, 50.28128414807324],\n              [36.106561065610663, 50.421530265703154],\n              [35.83655836558367, 50.42296134853612],\n              [35.696156961569642, 50.345682875556363],\n              [35.447754477544777, 50.475911413355576],\n              [35.469354693546961, 50.669107595804945],\n              [35.282152821528229, 50.961048493728455],\n              [35.09855098550986, 51.182866332836994],\n              [34.749347493474943, 51.164262256008527],\n              [34.623346233462343, 51.224367734992782],\n              [34.187741877418802, 51.248696143153069],\n              [34.299342993429946, 51.368907101121579],\n              [34.126541265412669, 51.680883158706493],\n              [34.374943749437506, 51.708073732532696],\n              [34.371343713437142, 51.826853607668241],\n              [34.097740977409785, 51.951357814135619],\n              [34.054540545405473, 52.170313487578241],\n              [33.802538025380272, 52.35492317302986],\n              [33.53253532535328, 52.289093362713785],\n              [33.197731977319791, 52.369234001359445],\n              [32.927729277292798, 52.247591960557983],\n              [32.355323553235536, 52.322008267871823],\n              [32.2329223292233, 52.080155269101866],\n              [31.890918909189111, 52.035791701280161],\n              [31.76491764917651, 52.100190428763284],\n              [31.566915669156714, 52.311990688041121],\n              [31.505715057150582, 52.848646750400491],\n              [31.246512465124681, 53.014652359023657],\n              [31.365313653136553, 53.109103825998901],\n              [31.361713617136189, 53.121983571495534],\n              [31.415714157141593, 53.200693127308242],\n              [31.73971739717399, 53.192106630310491],\n              [31.797317973179759, 53.111965991664817],\n              [32.081720817208179, 53.081913252172697],\n              [32.405724057240576, 53.192106630310491],\n              [32.718927189271909, 53.431097463414531],\n              [32.452524525245281, 53.547015172884159],\n              [32.463324633246344, 53.707296450175491],\n              [32.085320853208543, 53.810334414148485],\n              [31.743317433174354, 53.79459250298595],\n              [31.815318153181551, 54.056480661417325],\n              [31.325713257132577, 54.229641684205276],\n              [31.178111781117821, 54.452890606146781],\n              [31.167311673116757, 54.467201434476365],\n              [31.167311673116757, 54.621758380435864],\n              [30.771307713077135, 54.786332906226065],\n              [30.814508145081476, 54.928010106688944],\n              [31.005310053100544, 55.022461573664188],\n              [30.79290792907932, 55.285780814928529],\n              [30.91890918909192, 55.407422855729976],\n              [30.908109081090828, 55.577721712852025],\n              [30.594905949059495, 55.665017765662483],\n              [30.468904689046894, 55.79381522062873],\n              [30.216902169021694, 55.855351782445936],\n              [29.867698676986777, 55.83102337428565],\n              [29.46089460894612, 55.687915090989819],\n              [29.342093420934219, 55.786659806463945],\n              [29.378093780937832, 55.954096497920062],\n              [29.032490324903279, 56.024219556735019],\n              [28.809288092880934, 55.934061338258644],\n              [28.622086220862229, 56.082893952886309],\n              [28.290882908829104, 56.047116882062355],\n              [28.156495807785802, 56.16068318571228],\n              [28.164881648816504, 56.437802495459977],\n              [27.917010686061229, 56.813345935027598],\n              [27.660876608766102, 56.839936771521266],\n              [27.861305291501893, 57.284391332346445],\n              [27.351273512735133, 57.528287614174232],\n              [27.538475384753866, 57.811642015099977],\n              [27.700477004770079, 57.824521760596596],\n              [27.495274952749554, 58.220931705326052],\n              [27.556475564755658, 58.395523810946969],\n              [27.408874088740902, 58.754725602019519],\n              [27.696876968769715, 58.976543441128058],\n              [27.884078840788419, 59.275639753216353],\n              [28.18648186481866, 59.374384468690479],\n              [28.017280172801748, 59.481715681162342],\n              [27.992079920799227, 59.703533520270895],\n              [28.08568085680858, 59.79941607007909],\n              [28.373683736837393, 59.666325366613975],\n              [28.517685176851785, 59.862383714729262],\n              [28.719287192871946, 59.786536324582471],\n              [28.97488974889751, 59.830899892404176],\n              [29.162091620916215, 60.002629832359176],\n              [29.698496984969864, 59.94967976753972],\n              [30.116101161011613, 59.870970211727013],\n              [30.209702097020994, 60.001198749526225],\n              [29.946899468994701, 60.029820406185394],\n              [29.849698496984985, 60.167204358149391],\n              [29.417694176941779, 60.168635440982342],\n              [29.014490144901458, 60.197257097641511],\n              [28.816488164881662, 60.361831623431726],\n              [28.607686076860773, 60.38902219725793],\n              [28.438484384843861, 60.559321054379964],\n              [28.683286832868333, 60.45628309040697],\n              [28.654486544865478, 60.682394178014391],\n              [28.398883988839913, 60.66522118401889],\n              [28.215282152821544, 60.547872391716297],\n              [27.808478084780859, 60.55359672304813],\n              [27.867410452800012, 60.600502743528963],\n              [28.278151734553724, 60.815240837001106],\n              [28.519304548023406, 60.94958138226707],\n              [28.654382340332823, 60.94998595809998],\n              [28.79848798487987, 61.0974081995723],\n              [29.288092880928815, 61.316363873014922],\n              [30.676295777602089, 62.2002121646387],\n              [31.242912429124317, 62.502731541537386],\n              [31.570515705157078, 62.906296900431627],\n              [31.250112501125017, 63.115234994043547],\n              [31.23660688971021, 63.215962521349688],\n              [30.790227082616848, 63.405162035915858],\n              [30.486904869048715, 63.461557039619464],\n              [29.971307488920019, 63.755961043323893],\n              [30.265717992983959, 63.823163440990655],\n              [30.508505085050871, 63.991057687814049],\n              [30.558905589055911, 64.220030941087373],\n              [30.033300333003353, 64.397485212374207],\n              [29.964899648996493, 64.579232732159923],\n              [30.144113654348853, 64.634392384253815],\n              [30.062100621006238, 64.78387757727296],\n              [29.781297812978153, 64.795326239936628],\n              [29.58689586895872, 64.991384588051915],\n              [29.820898208982101, 65.092991469191958],\n              [29.831698316983193, 65.204615930162703],\n              [29.608094530102008, 65.245614191603963],\n              [29.742499325435546, 65.348017845191421],\n              [29.721698583300594, 65.636028120906147],\n              [30.142513597261555, 65.669629319739542],\n              [30.092911827555128, 65.829635028469937],\n              [29.923305776300907, 66.12404553253387],\n              [29.689697441554518, 66.287251355438883],\n              [29.363693636936375, 66.627112266123291],\n              [29.057674892069429, 66.855271621431811],\n              [29.031721597940873, 66.933357986081859],\n              [29.083275805466293, 67.002476873463777],\n              [29.284062066665197, 67.125833272120943],\n              [29.929706004650129, 67.522495426837594],\n              [30.019309201539151, 67.672900793044178],\n              [29.657696299808443, 67.804105474203098],\n              [29.328510760196767, 68.074065042338717],\n              [28.648060277719612, 68.197719517679886],\n              [28.435252685108175, 68.538531677275643],\n              [28.802088020880234, 68.835273077377991],\n              [28.456484564845653, 68.899671804861129],\n              [28.929461408088272, 69.050844353943873],\n              [29.041943726896648, 69.010764447242039],\n              [29.241292412924139, 69.115765312637819],\n              [29.33489334893352, 69.277477672762103],\n              [29.900099000990025, 69.357618311407776],\n              [30.123301233012342, 69.442052198552318],\n              [30.296102961029618, 69.620937552672103],\n              [30.512105121051235, 69.536503665527562],\n              [30.854108541085424, 69.527917168529825],\n              [30.92610926109262, 69.672456534658608],\n              [30.839708397083996, 69.805547238123751],\n              [31.260912609126109, 69.764045835967949],\n              [31.451714517145177, 69.688198445821143],\n              [31.811718117181186, 69.688198445821143],\n              [31.754117541175418, 69.854204054444324],\n              [32.027720277202775, 69.782649912796415],\n              [31.919719197191995, 69.925758196092232],\n              [32.052920529205295, 69.964397432582103],\n              [32.625326253262557, 69.782649912796415],\n              [32.92052920529207, 69.779787747130484],\n              [33.118531185311866, 69.66100787199494],\n              [32.87012870128703, 69.582298316182232],\n              [32.168121681216832, 69.655283540663106],\n              [32.016920169201711, 69.563694239353794],\n              [32.387723877238784, 69.585160481848163],\n              [32.53532535325354, 69.509313091701358],\n              [33.086130861308618, 69.476398186543321],\n              [32.862928629286301, 69.364773725572576],\n              [33.327333273332755, 69.45206977838302],\n              [33.525335253352551, 69.427741370222748],\n              [33.294932949329507, 69.22882085644153],\n              [33.498763761608366, 69.186957098857889],\n              [33.618936189361904, 69.32756557191567],\n              [34.421744217442182, 69.310392577920169],\n              [34.662946629466319, 69.248856016102962],\n              [35.264152641526437, 69.215941110944897],\n              [35.328953289532905, 69.276046589929166],\n              [35.966159661596635, 69.177301874455026],\n              [36.311763117631187, 69.057090916486544],\n              [36.840968409684109, 68.945466455515771],\n              [37.463774637746383, 68.742252693235713],\n              [37.679776797768, 68.713631036576544],\n              [38.435784357843602, 68.355860328336945],\n              [38.612186121861242, 68.387344150662031],\n              [39.519395193951965, 68.075368093077117],\n              [40.005400054000546, 68.019555862591744],\n              [40.361803618036191, 67.902207070289165],\n              [40.502205022050248, 67.750512289995584],\n              [40.67140671406716, 67.810617768979824],\n              [41.017010170101713, 67.697562225176114],\n              [40.999009990099921, 67.467157889069824],\n              [41.146611466114678, 67.424225404081085],\n              [41.110611106111065, 67.253926546959036],\n              [41.308613086130862, 67.235322470130583],\n              [41.359013590135902, 67.013504631022045],\n              [41.179011790117926, 66.808859785908993],\n              [40.44460444604448, 66.405294427014752],\n              [40.08460084600847, 66.289376717545125],\n              [39.342993429934324, 66.134819771585626],\n              [38.554585545855474, 66.054679132939953],\n              [37.928179281792836, 66.089025120930955],\n              [36.887768877688785, 66.285083469046242],\n              [36.40536405364054, 66.295101048876958],\n              [35.379353793537945, 66.418174172511371],\n              [34.803348033480347, 66.612801437793706],\n              [34.432544325443274, 66.546971627477618],\n              [34.173341733417345, 66.687217745107532],\n              [33.831338313383156, 66.695804242105282],\n              [33.525335253352551, 66.830326028403377],\n              [33.482134821348239, 66.730150230096285],\n              [32.844928449284509, 66.976296477365125],\n              [32.808928089280897, 67.090783104001787],\n              [32.38412384123842, 67.159475079983793],\n              [32.261722617226184, 67.12512909199279],\n              [32.556925569255696, 66.989176222861744],\n              [32.546125461254633, 66.883276093222833],\n              [32.812528125281261, 66.735874561428119],\n              [33.183331833318363, 66.692942076439365],\n              [32.884528845288457, 66.585610863967503],\n              [33.04653046530467, 66.575593284136787],\n              [33.258932589325923, 66.61852576912554],\n              [33.500135001350031, 66.522643219317331],\n              [33.165331653316542, 66.555558124475368],\n              [33.705337053370556, 66.443933663504623],\n              [33.597335973359748, 66.330878119700913],\n              [34.497344973449742, 66.116215694757159],\n              [34.853748537485387, 65.900122186980454],\n              [34.900549005490063, 65.705494921698119],\n              [34.688146881468839, 65.809963968504078],\n              [34.778147781477827, 65.59673262639329],\n              [34.443344433444338, 65.370621538785869],\n              [34.817748177481803, 65.042903570038419],\n              [34.702547025470267, 64.979935925388247],\n              [34.943749437494404, 64.856862801753834],\n              [34.799747997479983, 64.756687003446757],\n              [34.976149761497624, 64.61214763731796],\n              [34.774547745477463, 64.556335406832588],\n              [35.411754117541193, 64.287291834236413],\n              [35.81135811358115, 64.341672981888834],\n              [35.976959769597698, 64.198564698593003],\n              [36.236162361623627, 64.124148391279164],\n              [36.293762937629396, 64.009661764642502],\n              [36.52416524165244, 63.971022528152631],\n              [36.552965529655324, 63.763515517373676],\n              [36.376563765637684, 63.644735642238132],\n              [35.883358833588346, 63.573181500590209],\n              [36.218162181621835, 63.417193471797759],\n              [36.318963189631916, 63.161029644698218],\n              [36.257762577625783, 63.032232189731957],\n              [36.49896498964992, 62.826156261785968],\n              [37.082170821708218, 62.655857404663919],\n              [37.503375033750359, 62.645839824833217],\n              [37.571775717757191, 62.361054341074507],\n              [37.431374313743163, 62.236550134607128],\n              [37.719377193771948, 62.203635229449091],\n              [37.809378093780964, 61.997559301503088],\n              [37.928179281792836, 61.968937644843919],\n              [37.773377733777352, 61.522439800960925],\n              [37.96417964179642, 61.148927181558804],\n              [38.176581765817673, 61.120305524899635],\n              [38.212582125821285, 60.924247176784348],\n              [38.360183601836042, 60.955730999109434],\n              [38.428584285842874, 60.804036218815838],\n              [38.662586625866282, 60.711015834673546],\n              [38.946989469894703, 60.802605135982887],\n              [39.069390693906939, 60.713878000339463],\n              [39.33939339393396, 60.683825260847343],\n              [39.648996489964901, 60.745361822664549],\n              [39.922599225992286, 60.652341438522257],\n              [40.74700747007472, 60.779707810655552],\n              [41.060210602106025, 60.64947927285634],\n              [41.344613446134474, 60.646617107190423],\n              [41.380613806138086, 60.851261952303474],\n              [41.801818018180199, 60.898487685791096],\n              [42.395823958239589, 60.76969023082485],\n              [42.651426514265154, 60.862710614967142],\n              [43.047430474304747, 60.739637491332715],\n              [43.148231482314827, 60.805467301648804],\n              [43.5118351183512, 60.766828065158933],\n              [43.717037170371725, 60.884176857461512],\n              [43.774637746377465, 61.020129726592558],\n              [44.159841598415994, 61.083097371242715],\n              [44.20664206642067, 60.97147291027197],\n              [45.22905229052293, 60.90421201712293],\n              [45.333453334533345, 61.188997500881641],\n              [45.722257222572239, 61.178979921050924],\n              [45.765457654576551, 61.054475714583546],\n              [46.283862838628409, 60.967179661773088],\n              [46.499864998649997, 61.064493294414262],\n              [46.751867518675198, 60.907074182788847],\n              [47.043470434704346, 60.854124117969391],\n              [47.194671946719467, 61.048751383251712],\n              [47.569075690756932, 61.058768963082429],\n              [47.965079650796525, 60.998663484098174],\n              [47.983079830798317, 60.897056602958131],\n              [48.418684186841887, 60.854124117969391],\n              [48.537485374853759, 60.565045385711798],\n              [48.753487534875347, 60.361831623431726],\n              [48.461884618846199, 60.197257097641511],\n              [48.508685086850875, 59.714982182934548],\n              [49.073890738907409, 59.659169952449176],\n              [49.037890378903796, 59.500319757990809],\n              [49.53469534695347, 59.394419628351883],\n              [49.52749527495277, 59.235569433893517],\n              [49.793897938979399, 59.2327072682276],\n              [49.833498334983346, 59.637703709954806],\n              [50.387903879038788, 59.839486389401927],\n              [50.830708307083086, 59.870970211727013],\n              [51.075510755107558, 60.061304228510465],\n              [51.521915219152191, 59.946817601873803],\n              [52.061920619206205, 60.317468055610007],\n              [52.29952299522995, 60.241620665463216],\n              [52.32472324723247, 60.431954682246683],\n              [52.133921339213401, 60.546441308883345],\n              [51.773917739177392, 60.605115705034635],\n              [51.889118891188929, 60.875590360463761],\n              [52.353523535235354, 60.844106538138675],\n              [52.44352443524437, 60.980059407269721],\n              [52.789127891278923, 60.948575584944635],\n              [52.875528755287576, 61.094546033906383],\n              [53.347133471334729, 61.037302720588059],\n              [53.354333543335429, 60.892763354459262],\n              [53.789937899378998, 60.848399786637557],\n              [53.854738547385494, 60.980059407269721],\n              [54.977949779497806, 60.864141697800093],\n              [55.060750607506094, 61.00868106392889],\n              [55.31635316353163, 61.123167690565552],\n              [55.690756907569096, 61.085959536908632],\n              [55.841958419584216, 61.249102979865881],\n              [56.255962559625601, 61.206170494877128],\n              [56.38916389163893, 61.420832919820882],\n              [56.702367023670234, 61.525301966626841],\n              [58.69318693186932, 61.502404641299506],\n              [59.024390243902445, 61.552492540453045],\n              [59.348393483934842, 61.682721078252257],\n              [59.344793447934478, 61.855882101040223],\n              [59.485194851948535, 61.99326605300422],\n              [59.402394023940246, 62.107752679640882],\n              [59.643596435964355, 62.509886955702171],\n              [59.395193951939518, 62.73170479481071],\n              [59.481594815948171, 62.891986072102043],\n              [59.276392763927646, 62.970695627914751],\n              [59.290792907929074, 63.34277716448392],\n              [59.492394923949234, 63.610389654247129],\n              [59.585995859958615, 63.938107622994593],\n              [59.762397623976256, 63.995350936312917],\n              [59.837998379983816, 64.152770047938333],\n              [59.589595895958979, 64.232910686584006],\n              [59.589595895958979, 64.467608271189164],\n              [59.485194851948535, 64.497661010681298],\n              [59.704797047970487, 64.667959867803333],\n              [59.647196471964719, 64.772428914609293],\n              [60.147601476014756, 65.064369812532789],\n              [60.435604356043569, 65.041472487205453],\n              [60.666006660066614, 64.902657452408505],\n              [60.831608316083162, 65.05149006703617],\n              [61.004410044100439, 65.06007656403392],\n              [61.317613176131772, 65.266152491979923],\n              [61.252812528125276, 65.319102556799379],\n              [61.882818828188277, 65.70120167319925],\n              [62.01962019620197, 65.716943584361786],\n              [62.836828368283676, 65.868638364655368],\n              [62.822428224282248, 66.011746647951213],\n              [63.067230672306721, 66.232133404226786],\n              [63.438034380343822, 66.485435065660411],\n              [63.808838088380895, 66.546971627477618],\n              [63.970839708397079, 66.645716342951744],\n              [64.316443164431661, 66.667182585446128],\n              [64.568445684456861, 66.793117874746457],\n              [65.115651156511575, 66.907604501383119],\n              [65.191251912519135, 67.145164251654208],\n              [66.109261092610922, 67.488624131564208],\n              [65.832058320583201, 67.643181077523707],\n              [66.152461524615262, 67.657491905853291],\n              [66.022860228602298, 67.794875857817289],\n              [66.084060840608402, 67.933690892614237],\n              [65.436054360543608, 67.919380064284667],\n              [65.288452884528851, 68.012400448426945],\n              [65.274052740527424, 68.217045293539996],\n              [65.47925479254792, 68.430276635650785],\n              [65.65565655656556, 68.556211924951128],\n              [65.515255152551532, 68.5876957472762],\n              [65.313653136531372, 68.803789255052919],\n              [64.766447664476658, 68.889654225030398],\n              [64.554045540455405, 68.871050148201959],\n              [64.546845468454677, 69.032762508326243],\n              [64.989649896498975, 69.204492448281229],\n              [65.036450364503651, 69.271753341430269],\n              [65.418054180541816, 69.177301874455026],\n              [65.817658176581773, 69.142955886464023],\n              [65.716857168571693, 69.079988241813879],\n              [66.112861128611286, 69.037055756825112],\n              [66.328863288632903, 68.964070532344238],\n              [67.128071280712817, 68.838135243043922],\n              [67.056070560705621, 68.780891929725584],\n              [68.258482584825856, 68.334394085842575],\n              [68.28728287282874, 68.188423636880827],\n              [68.650886508865085, 68.317221091847074],\n              [68.571685716857161, 68.383050902163163],\n              [68.924489244892442, 68.637783646429739],\n              [69.097290972909747, 68.941173207016902],\n              [68.686886868868697, 68.918275881689567],\n              [68.488884888848901, 68.969794863676071],\n              [68.020880208802083, 69.334720986080441],\n              [68.038880388803904, 69.489277932039954],\n              [67.102871028710297, 69.69249169432004],\n              [66.7860678606786, 69.602333475843665],\n              [66.872468724687252, 69.995881254907204],\n              [67.250472504725053, 70.021640745900442],\n              [67.326073260732613, 70.106074633044983],\n              [67.095670956709569, 70.220561259681659],\n              [67.264872648726481, 70.41518852496398],\n              [67.221672216722169, 70.546848145596158],\n              [67.326073260732613, 70.717147002718207],\n              [67.138871388713881, 70.841651209185557],\n              [66.688866888668883, 70.770097067537648],\n              [66.609666096660959, 70.880290445675456],\n              [66.890468904689044, 71.079210959456645],\n              [66.642066420664207, 71.009087900641703],\n              [66.926469264692656, 71.298166632899267],\n              [67.308073080730821, 71.351116697718737],\n              [67.948879488794887, 71.52713988617262],\n              [68.478084780847809, 71.836253778091617],\n              [68.643686436864385, 72.033743209039869],\n              [68.870488704887066, 72.531760034909354],\n              [68.989289892898938, 72.706352140530271],\n              [69.464494644946456, 72.975395713126431],\n              [69.774097740977425, 72.973964630293494],\n              [69.586895868958692, 72.878082080485285],\n              [71.563315633156321, 72.915290234142191],\n              [72.495724957249564, 72.78792386200891],\n              [72.837728377283781, 72.709214306196202],\n              [72.729727297272973, 72.617625004886861],\n              [72.844928449284509, 72.520311372245686],\n              [72.866528665286666, 72.27130295931093],\n              [72.351723517235172, 71.864875434750786],\n              [72.362523625236264, 71.73607797978454],\n              [72.20772207722078, 71.614435938983064],\n              [71.836918369183707, 71.532864217504454],\n              [71.840518405184042, 71.431257336364411],\n              [72.106921069210699, 71.291011218734496],\n              [72.672126721267205, 71.10926369894878],\n              [72.632526325263257, 71.01051898347464],\n              [72.826928269282689, 70.887445859840227],\n              [72.686526865268661, 70.634144198406602],\n              [72.772927729277285, 70.425206104794682],\n              [72.43452434524346, 70.26635591033633],\n              [72.621726217262164, 70.161886863530356],\n              [72.492124921249228, 70.047400236893708],\n              [72.690126901269025, 69.837031060448822],\n              [72.502925029250292, 69.64669704366537],\n              [72.639726397263985, 69.442052198552318],\n              [72.488524885248864, 69.413430541893149],\n              [72.646926469264685, 69.291788501091702],\n              [72.488524885248864, 69.198768116949395],\n              [72.578525785257852, 68.939742124183937],\n              [72.852128521285209, 68.798064923721086],\n              [73.539735397353979, 68.580540333111401],\n              [73.644136441364424, 68.501830777298707],\n              [73.089730897308982, 68.21418312787408],\n              [73.20493204932049, 67.866429999465197],\n              [73.150931509315086, 67.731908213167117],\n              [72.610926109261101, 67.626008083528205],\n              [72.405724057240576, 67.480037634566457],\n              [72.402124021240212, 67.328342854272876],\n              [72.052920529205295, 67.268237375288621],\n              [72.2329223292233, 67.169492659814495],\n              [71.912519125191267, 67.132284506157575],\n              [72.006120061200619, 67.076472275672202],\n              [71.72171721717217, 66.914759915547918],\n              [71.300513005130057, 66.95339915203779],\n              [71.516515165151645, 66.87898284472395],\n              [71.577715777157778, 66.658596088448377],\n              [71.084510845108468, 66.631405514622159],\n              [70.980109801098024, 66.53552296481395],\n              [70.688506885068847, 66.515487805152546],\n              [70.296102961029618, 66.638560928786958],\n              [69.896498964989661, 66.871827430559165],\n              [69.835298352983529, 66.816015200073792],\n              [68.964089640896418, 66.808859785908993],\n              [69.104491044910446, 66.771651632252073],\n              [69.111691116911175, 66.61852576912554],\n              [69.385293852938531, 66.51405672231958],\n              [69.730897308973084, 66.48400398282746],\n              [70.360903609036086, 66.333740285366829],\n              [71.145711457114572, 66.365224107691915],\n              [71.678516785167858, 66.323722705536127],\n              [71.991719917199163, 66.230702321393835],\n              [72.376923769237692, 66.340895699531629],\n              [72.492124921249228, 66.61852576912554],\n              [72.942129421294226, 66.657165005615411],\n              [73.00333003330033, 66.738736727094036],\n              [73.492934929349303, 66.823170614238578],\n              [73.870938709387104, 67.006349216857245],\n              [73.899738997389989, 67.29685903194779],\n              [74.097740977409785, 67.43138081824587],\n              [74.731347313473151, 67.686113562512446],\n              [74.824948249482503, 67.940846306779036],\n              [74.702547025470267, 68.181268222716028],\n              [74.331743317433165, 68.38591306782908],\n              [74.468544685446858, 68.53474568245673],\n              [74.45414454144543, 68.693595876915111],\n              [74.626946269462707, 68.77516759839375],\n              [75.192151921519212, 68.875343396700828],\n              [76.376563765637655, 68.994123271836372],\n              [76.610566105661036, 68.965501615177203],\n              [76.660966609666076, 68.762287852897117],\n              [77.316173161731598, 68.530452433957862],\n              [77.168571685716842, 68.28144402102312],\n              [77.355773557735603, 68.232787204702532],\n              [77.19377193771939, 67.985209874600741],\n              [77.305373053730563, 67.910793567286916],\n              [77.121771217712165, 67.769116366824036],\n              [77.676176761767607, 67.617421586530455],\n              [77.694176941769427, 67.545867444882532],\n              [78.046980469804708, 67.543005279216615],\n              [78.979389793897923, 67.610266172365655],\n              [78.608586085860878, 67.663216237185125],\n              [78.111781117811205, 67.657491905853291],\n              [77.492574925749267, 67.751943372828535],\n              [77.535775357753579, 68.128318157896572],\n              [77.751777517775196, 68.228493956203664],\n              [78.17298172981728, 68.27428860685832],\n              [77.715777157771555, 68.620610652434237],\n              [77.683376833768335, 68.88536097653153],\n              [77.233372333723338, 68.989830023337504],\n              [76.927369273692733, 69.009865182998908],\n              [76.754567545675485, 69.124351809635584],\n              [76.041760417604195, 69.238838436272232],\n              [75.508955089550909, 69.261735761599567],\n              [75.105751057510588, 69.104316649974152],\n              [74.774547745477463, 69.081419324646816],\n              [74.248942489424905, 69.141524803631086],\n              [73.960939609396092, 69.084281490312748],\n              [73.752137521375204, 69.183026205786859],\n              [73.899738997389989, 69.413430541893149],\n              [73.514535145351459, 69.746872841972447],\n              [73.658536585365852, 69.859928385776158],\n              [73.734137341373412, 70.180490940358823],\n              [74.007740077400769, 70.304995146826201],\n              [74.317343173431738, 70.519657571769955],\n              [74.317343173431738, 70.668490186397605],\n              [73.953739537395364, 70.837357960686688],\n              [73.557735577355771, 71.255234147910528],\n              [73.035730357303578, 71.441274916195113],\n              [73.482134821348211, 71.653075175472935],\n              [73.525335253352523, 71.821942949762018],\n              [74.331743317433165, 71.955033653227161],\n              [74.929349293492947, 72.098141936522978],\n              [75.076950769507704, 72.209766397493723],\n              [75.109351093510924, 72.402962579943107],\n              [75.026550265502664, 72.651970992877864],\n              [74.749347493474943, 72.807959021670314],\n              [74.983349833498323, 72.87665099765232],\n              [75.318153181531812, 72.819407684333981],\n              [75.703357033570342, 72.54750194607189],\n              [75.573755737557377, 72.467361307426245],\n              [75.721357213572134, 72.24983671681656],\n              [75.516155161551609, 72.152523084175414],\n              [75.444154441544413, 71.992241806884067],\n              [75.285752857528564, 71.95932690172603],\n              [75.264152641526408, 71.743233393949311],\n              [75.490954909549089, 71.665954920969568],\n              [75.534155341553429, 71.542881797335156],\n              [75.228152281522824, 71.404066762538207],\n              [75.343353433534332, 71.335374786556201],\n              [76.016560165601646, 71.236630071082061],\n              [77.784177841778416, 71.142178604106817],\n              [78.000180001800032, 70.963293249987032],\n              [78.453784537845394, 70.894601274005026],\n              [78.496984969849706, 71.114988030280614],\n              [78.237782377823777, 71.10926369894878],\n              [78.277382773827725, 71.259527396409396],\n              [77.928179281792808, 71.258096313576431],\n              [77.967779677796756, 71.374014023046072],\n              [77.672576725767243, 71.2867179702356],\n              [77.074970749707489, 71.428395170698479],\n              [76.711367113671116, 71.462741158689482],\n              [76.326163261632615, 71.560054791330657],\n              [75.998559985599854, 71.907807919739525],\n              [76.354963549635471, 71.999397221048866],\n              [76.945369453694553, 72.043760788870571],\n              [77.586175861758619, 71.830529446759783],\n              [78.108181081810841, 71.880617345913322],\n              [78.205382053820557, 72.000828303881804],\n              [77.9389793897939, 72.118177096184411],\n              [77.463774637746354, 72.068089197030872],\n              [77.506975069750723, 72.222646142990357],\n              [77.650976509765115, 72.189731237832319],\n              [78.126181261812604, 72.38435850311464],\n              [78.504185041850434, 72.381496337448738],\n              [78.698586985869866, 72.179713658001617],\n              [79.418594185941885, 72.043760788870571],\n              [79.695796957969577, 72.058071617200142],\n              [80.340203402034007, 71.889203842911058],\n              [80.037800378003766, 71.814787535597247],\n              [80.117001170011719, 71.674541417967305],\n              [79.868598685986882, 71.601556193486431],\n              [79.382593825938244, 71.614435938983064],\n              [79.332193321933204, 71.481345235517949],\n              [79.141391413914135, 71.42123975653368],\n              [79.24579245792458, 71.316770709727734],\n              [79.566195661956641, 71.276700390404898],\n              [79.954999549995506, 71.133592107109081],\n              [80.549005490054896, 71.044864971465643],\n              [80.75420754207542, 70.635575281239568],\n              [80.57060570605708, 70.460983175618651],\n              [80.178201782017794, 70.429499353293579],\n              [80.095400954009534, 70.353651963146774],\n              [79.710197101971033, 70.274942407334066],\n              [79.504995049950509, 70.116092212875685],\n              [78.914589145891483, 69.861359468609123],\n              [79.015390153901564, 69.698216025651874],\n              [79.490594905949052, 69.653852457830169],\n              [79.864998649986518, 69.34903181441004],\n              [80.261002610026111, 69.356187228574811],\n              [80.732607326073236, 69.307530412254238],\n              [80.966609666096673, 69.208785696780126],\n              [81.323013230132318, 69.286064169759868],\n              [81.611016110161103, 69.286064169759868],\n              [81.625416254162559, 69.409137293394281],\n              [81.9278192781928, 69.34903181441004],\n              [81.773017730177315, 69.233114104940398],\n              [81.891818918189159, 69.183026205786859],\n              [82.442624426244237, 69.167284294624324],\n              [82.331023310233121, 69.061384164985412],\n              [82.59022590225905, 68.81094466921769],\n              [83.029430294302955, 68.660680971757074],\n              [82.467824678246785, 68.576247084612532],\n              [82.665826658266582, 68.504692942964624],\n              [82.680226802268038, 68.282875103856071],\n              [82.395823958239561, 68.17697497421716],\n              [82.352623526235249, 67.943708472444953],\n              [81.776617766177679, 67.950863886609739],\n              [82.050220502205008, 67.654629740187374],\n              [82.388623886238889, 67.534418782218864],\n              [82.255422554225532, 67.425656486914036],\n              [82.352623526235249, 67.328342854272876],\n              [82.118621186211868, 67.243908967128334],\n              [83.162631626316255, 66.817446282906744],\n              [83.292232922329248, 66.662889336947245],\n              [83.105031050310487, 66.617094686292575],\n              [83.090630906309087, 66.459675574667159],\n              [83.526235262352628, 66.173459008075497],\n              [83.295832958329555, 66.058972381438835],\n              [83.591035910359125, 65.775617980513076],\n              [84.03024030240303, 65.792790974508577],\n              [84.318243182431814, 65.684028679203749],\n              [84.203042030420278, 65.592439377894422],\n              [84.429844298442987, 65.55093797573862],\n              [84.584645846458471, 65.310516059801628],\n              [84.311043110431086, 65.098715800523792],\n              [84.278642786427866, 64.939865606065425],\n              [84.469444694446935, 64.889777706911872],\n              [84.818648186481852, 64.931279109067674],\n              [85.185851858518589, 64.750962672114923],\n              [85.610656106561038, 64.828241145094665],\n              [85.859058590585931, 64.756687003446757],\n              [85.844658446584475, 64.500523176347215],\n              [86.028260282602815, 64.280136420071628],\n              [85.949059490594919, 64.054025332464207],\n              [85.535055350553506, 63.936676540161628],\n              [85.333453334533345, 63.700547872723504],\n              [85.095850958509601, 63.534542264100338],\n              [85.376653766537657, 63.465850288118332],\n              [85.409054090540877, 63.352794744314636],\n              [85.63945639456395, 63.374260986809006],\n              [85.47025470254701, 63.14958098203455],\n              [85.585455854558546, 63.053698432226341],\n              [84.437044370443715, 62.177875738455839],\n              [84.545045450454523, 61.903107834527844],\n              [85.481054810548102, 61.628339930599836],\n              [85.956259562595648, 61.549630374787128],\n              [85.949059490594919, 61.465196487642586],\n              [85.643056430564314, 61.387918014662844],\n              [85.67185671856717, 61.289173299188718],\n              [84.649446494464968, 61.000094566931139],\n              [84.260642606426046, 60.855555200802343],\n              [83.99783997839981, 60.825502461310222],\n              [83.504635046350444, 61.047320300418761],\n              [83.144631446314435, 61.028716223590308],\n              [82.406624066240653, 60.722464497337214],\n              [82.363423634236341, 60.600822456535766],\n              [82.140221402213996, 60.532130480553761],\n              [81.830618306183084, 60.645186024357471],\n              [81.139411394113921, 60.636599527359721],\n              [81.017010170101713, 60.756810485328216],\n              [80.7218072180722, 60.796880804651053],\n              [80.412204122041231, 60.761103733827099],\n              [80.163801638016395, 60.663790101185924],\n              [79.854198541985426, 60.692411757845093],\n              [79.360993609936116, 60.663790101185924],\n              [79.170191701917048, 60.83695112397389],\n              [78.806588065880675, 60.779707810655552],\n              [78.165781657816552, 60.802605135982887],\n              [77.942579425794264, 60.749655071163431],\n              [77.701377013770156, 60.825502461310222],\n              [77.136171361713622, 60.855555200802343],\n              [76.970569705697045, 60.64947927285634],\n              [77.013770137701357, 60.527837232054893],\n              [76.779767797677977, 60.451989841908102],\n              [76.848168481684837, 60.265949073623517],\n              [76.758167581675792, 60.057010980011597],\n              [76.740167401674029, 59.757914667923302],\n              [76.646566465664677, 59.584753645135351],\n              [76.171361713617131, 59.543252242979563],\n              [75.627756277562781, 59.238431599559433],\n              [75.642156421564209, 58.982267772459892],\n              [75.159751597515964, 58.650256555213559],\n              [75.105751057510588, 58.581564579231554],\n              [74.205742057420565, 58.133635652515608],\n              [73.086130861308618, 58.146515398012227],\n              [72.862928629286301, 58.010562528881181],\n              [72.150121501215011, 58.026304440043731],\n              [71.988119881198827, 58.12218698985194],\n              [71.250112501125017, 58.07639233919727],\n              [71.300513005130057, 58.385506231116267],\n              [71.084510845108468, 58.518596934581396],\n              [70.864908649086487, 58.534338845743932],\n              [70.436504365043646, 57.933284055901439],\n              [70.429304293042946, 57.784451441273774],\n              [70.674106741067419, 57.511114620178731],\n              [70.436504365043646, 57.409507739038688],\n              [70.728107281072823, 57.193414231261983],\n              [70.800108001080019, 57.319349520562312],\n              [71.080910809108104, 57.343677928722599],\n              [71.372513725137253, 57.063185693462771],\n              [71.653316533165338, 56.922939575832856],\n              [71.556115561155622, 56.732605559049389],\n              [71.358113581135825, 56.671068997232183],\n              [71.044910449104492, 56.693966322559518],\n              [71.030510305103064, 56.526529631103401],\n              [70.782107821078228, 56.472148483450979],\n              [70.936909369093684, 56.404887590301939],\n              [70.771307713077135, 56.296125294997111],\n              [70.911709117091164, 56.131550769206896],\n              [70.846908469084696, 55.962682994917813],\n              [70.486904869048686, 55.853920699612985],\n              [70.548105481054819, 55.675035345493185],\n              [70.746107461074615, 55.590601458348644],\n              [70.472504725047258, 55.417440435560692],\n              [70.468904689046894, 55.285780814928529],\n              [70.195301953019538, 55.134086034634947],\n              [69.673296732967344, 55.334437631249102],\n              [69.334893348933491, 55.384525530402655],\n              [69.187291872918735, 55.325851134251351],\n              [68.942489424894262, 55.434613429556194],\n              [68.924489244892442, 55.275763235097813],\n              [68.733687336873373, 55.351610625244604],\n              [68.604086040860409, 55.195622596452154],\n              [68.26208262082622, 55.194191513619188],\n              [68.308883088830896, 55.072549472817727],\n              [68.164881648816504, 54.956631763348113],\n              [67.815678156781559, 54.952338514849231],\n              [67.621276212762126, 54.853593799375105],\n              [65.976059760597622, 54.611740800605148],\n              [65.932859328593281, 54.701899019081523],\n              [65.713257132571329, 54.597429972275563],\n              [65.450454504545064, 54.627482711767698],\n              [65.212852128521291, 54.527306913460606],\n              [65.212852128521291, 54.342697228008987],\n              [64.91044910449105, 54.402802706993228],\n              [63.981639816398172, 54.304057991519116],\n              [64.006840068400692, 54.228210601372325],\n              [63.708037080370815, 54.251107926699646],\n              [63.085230852308541, 54.08510231807648],\n              [62.811628116281156, 54.095119897907196],\n              [62.548825488254892, 54.02642792192519],\n              [62.498424984249851, 53.877595307297526],\n              [62.412024120241199, 54.02642792192519],\n              [61.602016020160221, 53.9505805317784],\n              [61.418414184141852, 54.056480661417325],\n              [61.195211952119536, 54.01784142492744],\n              [61.209612096120964, 53.907648046789646],\n              [60.979209792097919, 53.881888555796408],\n              [61.202412024120235, 53.818920911146236],\n              [61.008010080100803, 53.635742308527568],\n              [61.317613176131772, 53.545584090051193],\n              [61.504815048150476, 53.588516575039947],\n              [61.411214112141124, 53.435390711913399],\n              [61.216812168121692, 53.492634025231737],\n              [61.202412024120235, 53.276540517455032],\n              [62.052020520205218, 53.124845737161451],\n              [62.09522095220953, 52.993186116529273],\n              [61.605616056160557, 52.948822548707568],\n              [61.479614796147956, 53.01179019335774],\n              [60.975609756097555, 52.970288791201952],\n              [61.058410584105843, 52.921631974881365],\n              [60.676806768067678, 52.664037064948857],\n              [60.802808028080278, 52.628259994124903],\n              [61.040410404104051, 52.334888013368442],\n              [60.673206732067314, 52.144553996584989],\n              [60.507605076050766, 52.151709410749788],\n              [60.201602016020161, 51.992859216291407],\n              [60.003600036000364, 51.992859216291407],\n              [60.007833765528112, 51.931080976170932],\n              [60.478804788047881, 51.783921122679487],\n              [60.356403564035645, 51.670865578875777],\n              [60.514805148051494, 51.617915514056321],\n              [60.936009360093607, 51.610760099891536],\n              [61.022410224102259, 51.484824810591206],\n              [61.472414724147256, 51.426150414439903],\n              [61.594815948159493, 51.277317799812238],\n              [61.663216632166325, 51.258713722983785],\n              [61.512015120151204, 51.159969007509659],\n              [61.371613716137176, 50.782163139608656],\n              [60.720007200072018, 50.653365684642409],\n              [60.298802988029877, 50.684849506967495],\n              [60.021600216002156, 50.853717281256579],\n              [59.773197731977319, 50.533154726673914],\n              [59.521195211952119, 50.474480330522624],\n              [59.438394383943859, 50.630468359315074],\n              [58.927189271892729, 50.677694092802696],\n              [58.570785707857084, 50.863734861087281],\n              [58.595985959859604, 51.024016138378613],\n              [58.307983079830819, 51.149951427678957],\n              [58.138781387813879, 51.056931043536665],\n              [57.767977679776806, 51.119898688186822],\n              [57.688776887768881, 50.896649766245332],\n              [57.353973539735392, 50.886632186414616],\n              [57.166771667716688, 51.09413919719357],\n              [56.507965079650802, 51.066948623367367],\n              [56.335163351633526, 50.895218683412367],\n              [56.173161731617313, 50.908098428909],\n              [56.079560795607961, 50.724919826290332],\n              [55.658356583565848, 50.530292561007997],\n              [55.305553055530567, 50.664814347306077],\n              [55.046350463504638, 50.883770020748699],\n              [54.639546395463952, 51.028309386877496],\n              [54.675546755467565, 50.601846702655905],\n              [54.499144991449924, 50.523137146843197],\n              [54.380343803438052, 50.619019696651407],\n              [54.477544775447768, 50.853717281256579],\n              [54.175141751417527, 50.968203907893241],\n              [53.937539375393754, 51.185728498502911],\n              [53.67473674736749, 51.220074486493914],\n              [53.617136171361722, 51.371769266787496],\n              [53.347133471334729, 51.503428887419659],\n              [52.57672576725767, 51.467651816595705],\n              [52.335523355233562, 51.763885963018069],\n              [52.090720907209089, 51.659416916212123],\n              [51.867518675186773, 51.673727744541694],\n              [51.78111781117812, 51.493411307588957],\n              [51.561515615156168, 51.534912709744745],\n              [51.305913059130603, 51.471945065094573],\n              [51.370713707137071, 51.629364176719989],\n              [50.894335174155231, 51.682682103787165],\n              [50.871706219783732, 51.754104741022211],\n              [50.770583079936088, 51.771076456800834],\n              [50.791107911079109, 51.597880354394903],\n              [50.582305823058249, 51.635088508051822],\n              [50.517505175051753, 51.459065319597954],\n              [50.34830348303484, 51.323112450466908],\n              [49.988299882998831, 51.230092066324616],\n              [49.779497794977971, 51.102725694191321],\n              [49.423094230942326, 51.101294611358369],\n              [49.408694086940869, 50.847992949924745],\n              [49.142291422914241, 50.782163139608656],\n              [48.829088290882908, 50.596122371324071],\n              [48.674286742867451, 50.578949377328584],\n              [48.703087030870307, 50.334234212892696],\n              [48.886688866888676, 50.019395989641865],\n              [48.418684186841887, 49.81188897886291],\n              [48.238682386823882, 49.864839043682366],\n              [47.99387993879941, 50.181108349766163],\n              [47.623076230762308, 50.440134342531621],\n              [47.435874358743604, 50.377166697881449],\n              [47.295472954729547, 50.275559816741406],\n              [47.309873098731003, 50.045155480635117],\n              [46.899468994689954, 49.820475475860661],\n              [46.773467734677354, 49.332476229821879],\n              [47.029070290702919, 49.200816609189701],\n              [47.02187021870219, 49.096347562383741],\n              [46.755467554675562, 48.914600042598039],\n              [46.618666186661869, 48.669884878162165],\n              [46.478264782647841, 48.410858885396706],\n              [47.079470794707959, 48.27490601626566],\n              [47.043470434704346, 47.985827284008082],\n              [47.119071190711907, 47.819821675384915],\n              [47.360273602736044, 47.683868806253869],\n              [47.435874358743604, 47.8341325037145],\n              [47.648276482764828, 47.765440527732494],\n              [48.04428044280445, 47.769733776231377],\n              [48.526685266852667, 47.41053198515884],\n              [48.695886958869607, 47.101418093239829],\n              [49.005490054900548, 46.769406875993496],\n              [48.76428764287644, 46.683541906016004],\n              [48.555485554855551, 46.762251461828711],\n              [48.454684546845471, 46.660644580688668],\n              [49.228692286922893, 46.327202280609384],\n              [49.04149041490416, 46.195542659977207]\n            ],\n            [\n              [30.234902349023514, 61.043027051919879],\n              [30.533705337053391, 60.825502461310222],\n              [30.533705337053391, 60.629444113194921],\n              [30.695706957069575, 60.586511628206182],\n              [31.156511565115665, 60.012647412189892],\n              [31.070110701107041, 59.932506773544219],\n              [31.570515705157078, 59.951110850372686],\n              [31.58851588515887, 60.167204358149391],\n              [31.779317793177938, 60.245913913962099],\n              [32.164521645216468, 60.215861174469964],\n              [32.290522905229068, 60.134289452991339],\n              [32.618126181261829, 60.238758499797299],\n              [32.686526865268661, 60.403333025587514],\n              [32.952929529295318, 60.656634687021139],\n              [32.884528845288457, 60.698136089176927],\n              [32.805328053280562, 60.861279532134176],\n              [32.592925929259309, 60.991508069933388],\n              [32.51012510125102, 61.136047436062171],\n              [31.912519125191267, 61.312070624516053],\n              [31.379713797137981, 61.622615599268002],\n              [31.160111601116029, 61.6125980194373],\n              [30.821708217082175, 61.775741462394549],\n              [30.486904869048715, 61.490955978635839],\n              [30.263702637026398, 61.458041073477801],\n              [29.878498784987869, 61.174686672552056],\n              [30.234902349023514, 61.043027051919879]\n            ]\n          ],\n          [\n            [\n              [69.878498784987841, 66.47684856866266],\n              [69.54369543695438, 66.591335195299337],\n              [69.424894248942508, 66.768789466586156],\n              [69.756097560975604, 66.761634052421371],\n              [70.087300873008729, 66.690079910773449],\n              [70.130501305013041, 66.556989207308334],\n              [69.878498784987841, 66.47684856866266]\n            ]\n          ],\n          [\n            [\n              [78.396183961839625, 72.491689715586517],\n              [77.586175861758619, 72.285613787640528],\n              [76.916569165691641, 72.292769201805328],\n              [76.912969129691277, 72.371478757618036],\n              [77.229772297722974, 72.460205893261445],\n              [77.611376113761111, 72.634797998882362],\n              [78.277382773827725, 72.551795194570786],\n              [78.396183961839625, 72.491689715586517]\n            ]\n          ],\n          [\n            [\n              [74.709747097470967, 72.90097940581262],\n              [74.464944649446494, 72.899548322979655],\n              [74.094140941409421, 73.028345777945901],\n              [74.212942129421293, 73.114210747923408],\n              [74.724147241472423, 73.107055333758609],\n              [74.709747097470967, 72.90097940581262]\n            ]\n          ],\n          [\n            [\n              [76.318963189631887, 73.148556735914411],\n              [76.185761857618587, 73.217248711896389],\n              [76.693366933669353, 73.185764889571317],\n              [76.318963189631887, 73.148556735914411]\n            ]\n          ],\n          [\n            [\n              [71.750517505175054, 73.042656606275472],\n              [71.376113761137617, 73.178609475406518],\n              [70.101701017010186, 73.018328198115199],\n              [69.874898748987505, 73.038363357776603],\n              [70.069300693006937, 73.257319031219225],\n              [69.957699576995765, 73.398996231682105],\n              [70.468904689046894, 73.499172029989182],\n              [70.947709477094776, 73.517776106817649],\n              [71.232112321123225, 73.271629859548824],\n              [71.458914589145905, 73.348908332528566],\n              [71.667716677166766, 73.227266291727119],\n              [71.750517505175054, 73.042656606275472]\n            ]\n          ],\n          [\n            [\n              [75.901359013590138, 73.470550373330013],\n              [75.498154981549817, 73.449084130835644],\n              [75.620556205562053, 73.553553177641618],\n              [76.034560345603467, 73.579312668634856],\n              [75.922959229592294, 73.523500438149483],\n              [75.901359013590138, 73.470550373330013]\n            ]\n          ],\n          [\n            [\n              [67.257672576725781, 69.439190032886415],\n              [67.059670596705985, 69.450638695550083],\n              [67.329673296732977, 69.57228073635153],\n              [67.257672576725781, 69.439190032886415]\n            ]\n          ],\n          [\n            [\n              [35.505355053550545, 65.095853634857875],\n              [35.814958149581514, 65.154528031009164],\n              [35.865358653586554, 65.031454907374751],\n              [35.505355053550545, 65.095853634857875]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-2\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [87.817478174781769, 49.166470621198712],\n              [88.145081450814502, 49.270939668004658],\n              [88.173881738817414, 49.444100690792624],\n              [88.634686346863447, 49.491326424280246],\n              [88.872288722887248, 49.435514193794873],\n              [89.160291602916033, 49.502775086943913],\n              [89.217892178921801, 49.634434707576077],\n              [89.372693726937285, 49.581484642756621],\n              [89.682296822968254, 49.708851014889916],\n              [89.62286248579754, 49.914051725629363],\n              [89.995499954999531, 49.992205415815661],\n              [89.999099990999895, 50.025120320973699],\n              [90.719107191071913, 50.28128414807324],\n              [91.010710107101062, 50.425823514202037],\n              [91.417514175141747, 50.461600585025991],\n              [91.748717487174844, 50.68341842413453],\n              [92.159121591215893, 50.689142755466364],\n              [92.303123031230285, 50.843699701425862],\n              [92.648726487264895, 50.673400844303828],\n              [92.961929619296171, 50.777869891109788],\n              [93.012330123301211, 50.623312945150289],\n              [94.236342363423631, 50.564638548999],\n              [94.34434344343444, 50.249800325748168],\n              [94.625146251462496, 50.015102741142996],\n              [94.920349203492009, 50.046586563468082],\n              [95.075150751507493, 49.944979682328039],\n              [95.521555215552127, 49.889167451842667],\n              [95.867158671586736, 50.015102741142996],\n              [96.371163711637138, 49.88630528617675],\n              [96.968769687696891, 49.88630528617675],\n              [97.299972999729988, 49.726024008885418],\n              [98.10638106381063, 50.063759557463584],\n              [98.261182611826115, 50.284146313739157],\n              [98.293582935829335, 50.518843898344329],\n              [98.02358023580237, 50.641917021978742],\n              [97.991179911799094, 50.835113204428112],\n              [97.807578075780754, 51.001118813051278],\n              [97.915579155791562, 51.300215125139573],\n              [98.052380523805226, 51.466220733762739],\n              [98.221582215822167, 51.47480723076049],\n              [98.333183331833339, 51.718091312363413],\n              [98.61758617586176, 51.78105895701357],\n              [98.927189271892729, 52.130243168255404],\n              [99.323193231932322, 51.934184820140118],\n              [99.679596795967967, 51.888390169485447],\n              [100.0072000720007, 51.732402140692997],\n              [100.511205112051101, 51.726677809361163],\n              [101.386013860138604, 51.450478822600203],\n              [101.48321483214832, 51.473376147927539],\n              [102.052020520205218, 51.383217929451163],\n              [102.185221852218518, 51.324543533299874],\n              [102.14562145621457, 51.097001362859487],\n              [102.329223292232911, 50.546034472170533],\n              [102.584825848258475, 50.415805934371335],\n              [103.254432544325454, 50.215454337757166],\n              [103.66843668436681, 50.131020450612624],\n              [103.783637836378347, 50.186832681097997],\n              [104.19764197641976, 50.169659687102495],\n              [104.377643776437736, 50.289870645070991],\n              [105.328053280532771, 50.475911413355576],\n              [105.983259832598293, 50.400064023208785],\n              [106.246062460624586, 50.289870645070991],\n              [106.656466564665635, 50.327078798727911],\n              [106.973269732697332, 50.196850260928699],\n              [107.225272252722533, 49.996498664314544],\n              [107.729277292772935, 49.972170256154243],\n              [107.945279452794495, 49.933531019664372],\n              [107.938079380793823, 49.663056364235246],\n              [108.2512825128251, 49.522810246605331],\n              [108.539285392853941, 49.326751898490045],\n              [109.162091620916186, 49.346787058151449],\n              [109.72729727297272, 49.26664641950579],\n              [110.180901809018081, 49.16217737269983],\n              [110.37170371703715, 49.242318011345503],\n              [110.731707317073159, 49.137848964539543],\n              [111.340113401134005, 49.365391134979916],\n              [112.031320313203111, 49.411185785634586],\n              [112.430924309243068, 49.528534577937165],\n              [112.733327333273309, 49.492757507113211],\n              [113.042930429304278, 49.588640056921406],\n              [113.212132121321218, 49.821906558693627],\n              [113.579335793357899, 50.019395989641865],\n              [113.84933849338492, 50.080932551459085],\n              [114.284942849428461, 50.276990899574372],\n              [114.752947529475279, 50.236920580251535],\n              [114.997749977499751, 50.143900196109243],\n              [115.368553685536853, 49.894891783174501],\n              [115.750157501574989, 49.884874203343784],\n              [116.218162181621807, 50.013671658310031],\n              [116.574565745657452, 49.922082357000704],\n              [116.68256682566826, 49.823337641526578],\n              [117.056970569705669, 49.673073944065948],\n              [117.474574745747447, 49.614399547914658],\n              [117.758977589775867, 49.512792666774615],\n              [118.169381693816916, 49.671642861232996],\n              [118.644586445864462, 49.954997262158741],\n              [119.090990909909095, 49.986481084483827],\n              [119.317793177931748, 50.092381214122739],\n              [119.353793537935388, 50.345682875556363],\n              [119.141391413914135, 50.377166697881449],\n              [119.292592925929256, 50.598984536989988],\n              [119.497794977949781, 50.736368488954],\n              [119.519395193951908, 50.905236263243083],\n              [119.749797497974981, 51.082690534529902],\n              [120.10980109801099, 51.665141247543943],\n              [120.567005670056716, 51.905563163480949],\n              [120.779407794077912, 52.117363422758785],\n              [120.624606246062427, 52.346336676032109],\n              [120.725407254072508, 52.54239502414741],\n              [120.430204302042995, 52.635415408289703],\n              [120.055800558005586, 52.6010694202987],\n              [120.034200342003402, 52.761350697590032],\n              [120.279002790027874, 52.865819744395992],\n              [120.873008730087264, 53.280833765953901],\n              [121.204212042120417, 53.276540517455032],\n              [121.639816398163958, 53.385302812759861],\n              [122.025020250202516, 53.429666380581565],\n              [121.920619206192072, 53.831800656642855],\n              [121.639816398163958, 54.016410342094488],\n              [121.747817478174767, 54.140914548561867],\n              [121.729817298172946, 54.425700032320563],\n              [121.902619026190251, 54.368456719002239],\n              [122.136621366213632, 54.455752771812698],\n              [121.935019350193471, 54.565946149950491],\n              [121.902619026190251, 54.797781568889732],\n              [121.657816578165779, 54.727658510074775],\n              [121.665016650166507, 54.822109977050019],\n              [121.949419494194927, 55.008150745334603],\n              [121.981819818198147, 55.476114831711982],\n              [121.884618846188431, 55.606343369511194],\n              [121.362613626136266, 55.507598654037068],\n              [121.34821348213481, 55.813850380290148],\n              [121.218612186121874, 56.012770894071352],\n              [120.984609846098436, 56.019926308236151],\n              [120.178201782017794, 55.873955859274403],\n              [120.063000630006314, 56.138706183371696],\n              [120.531005310053075, 56.284676632333444],\n              [120.279002790027874, 56.444957909624776],\n              [119.95859958599587, 56.493614725945349],\n              [119.864998649986461, 56.685379825561768],\n              [119.670596705967029, 56.771244795539275],\n              [119.897398973989738, 56.890024670674819],\n              [119.645396453964537, 57.001649131645564],\n              [119.681396813968121, 57.157637160438014],\n              [119.4113941139411, 57.496803791849146],\n              [119.486994869948688, 57.59125525882439],\n              [119.141391413914135, 57.538305194004934],\n              [119.047790477904783, 57.727208127955436],\n              [119.155791557915592, 58.146515398012227],\n              [119.108991089910859, 58.222362788159018],\n              [119.134191341913407, 58.472802283926725],\n              [118.820988209882074, 58.574409165066768],\n              [118.892988929889299, 58.816262163836726],\n              [118.846188461884623, 59.013751594784978],\n              [118.687786877868774, 59.191205866071812],\n              [118.838988389883895, 59.29996816137664],\n              [118.73458734587345, 59.420179119345136],\n              [118.406984069840661, 59.511768420654477],\n              [118.334983349833493, 59.596202307799018],\n              [118.057780577805744, 59.583322562302385],\n              [117.906579065790623, 59.444507527505436],\n              [117.769777697776959, 59.536096828814763],\n              [117.596975969759711, 59.47169810133164],\n              [117.089370893708946, 59.589046893634219],\n              [117.229772297722974, 59.797984987246139],\n              [117.064170641706397, 59.908178365383932],\n              [117.29457294572947, 60.018371743521726],\n              [117.074970749707489, 60.029820406185394],\n              [116.952569525695225, 60.168635440982342],\n              [116.58176581765818, 60.360400540598761],\n              [116.074160741607415, 60.406195191253431],\n              [115.68535685356855, 60.526406149221927],\n              [115.112951129511288, 60.394746528589764],\n              [114.835748357483538, 60.190101683476726],\n              [114.69534695346951, 60.218723340135881],\n              [114.54414544145439, 59.985456838363675],\n              [114.029340293402896, 59.68063619494356],\n              [113.84933849338492, 59.682067277776511],\n              [113.590135901358991, 59.564718485473932],\n              [113.435334353343507, 59.401575042516683],\n              [113.464134641346419, 59.265622173385637],\n              [112.553325533255332, 59.033786754446396],\n              [112.452524525245252, 58.923593376308602],\n              [112.466924669246708, 59.168308540744476],\n              [112.639726397263956, 59.279933001715222],\n              [112.286922869228675, 59.304261409875508],\n              [112.218522185221815, 59.500319757990809],\n              [111.934119341193394, 59.271346504717471],\n              [111.624516245162425, 59.206947777234348],\n              [111.469714697146941, 59.267053256218603],\n              [111.163711637116336, 59.189774783238846],\n              [110.713707137071339, 59.258466759220852],\n              [110.47250472504723, 59.033786754446396],\n              [110.285302853028526, 58.985129938125809],\n              [109.831698316983164, 58.980836689626926],\n              [109.511295112951103, 59.288519498712972],\n              [109.266492664926631, 59.315710072539176],\n              [109.270092700926995, 59.448800776004305],\n              [109.518495184951831, 59.629117212957055],\n              [109.504095040950375, 59.763638999255136],\n              [109.763297632976304, 60.026958240519477],\n              [109.6948969489695, 60.128565121659506],\n              [109.918099180991788, 60.450558759075136],\n              [110.260102601025977, 60.690980675012142],\n              [110.23850238502385, 60.831226792642056],\n              [110.458104581045774, 60.988645904267472],\n              [110.479704797047958, 61.158944761389506],\n              [110.170101701016989, 61.16466909272134],\n              [110.094500945009457, 61.261982725362515],\n              [109.792097920979216, 61.324950370012672],\n              [109.849698496984985, 61.556785788951927],\n              [109.619296192961912, 61.718498149076211],\n              [109.597695976959784, 61.870192929369793],\n              [110.000900009000105, 62.163564910126254],\n              [109.918099180991788, 62.406848991729177],\n              [109.306093060930579, 62.484127464708919],\n              [109.615696156961548, 62.87338199527359],\n              [109.486094860948612, 62.917745563095295],\n              [109.381693816938167, 63.329897418987301],\n              [109.054090540905378, 63.548853092429923],\n              [108.546485464854612, 63.598940991583461],\n              [108.161281612816111, 63.563163920759507],\n              [108.280082800828012, 63.796430422531714],\n              [108.686886868868697, 63.794999339698748],\n              [108.733687336873373, 63.976746859484464],\n              [108.496084960849572, 64.115561894281413],\n              [108.528485284852849, 64.240066100748791],\n              [108.028080280802811, 64.22289310675329],\n              [107.855278552785506, 64.181391704597502],\n              [107.570875708757086, 64.298740496900081],\n              [107.369273692736925, 64.250083680579507],\n              [107.236072360723625, 64.323068905060381],\n              [106.573665736657375, 64.443279863028877],\n              [106.202862028620274, 64.403209543706041],\n              [106.015660156601569, 64.513402921843834],\n              [105.806858068580681, 64.480488016685797],\n              [105.727657276572785, 64.667959867803333],\n              [106.192061920619182, 64.881191209914121],\n              [105.972459724597257, 65.011419747713333],\n              [106.505265052650515, 65.208909178661585],\n              [106.559265592655919, 65.376345870117703],\n              [106.836468364683611, 65.377776952950668],\n              [106.940869408694056, 65.510867656415797],\n              [106.440464404644018, 65.661131353876414],\n              [106.472864728647295, 66.007453399452331],\n              [106.328863288632903, 66.154854931247044],\n              [106.170461704617054, 66.159148179745912],\n              [106.102061020610194, 66.378103853188534],\n              [106.321663216632174, 66.478279651495626],\n              [106.246062460624586, 66.701528573437116],\n              [106.044460444604425, 66.900449087218334],\n              [105.68805688056878, 66.939088323708205],\n              [105.540455404554024, 67.023522210852747],\n              [105.893258932589305, 67.043557370514165],\n              [106.055260552605517, 67.166630494148578],\n              [106.490864908649058, 67.283979286451157],\n              [106.685266852668491, 67.253926546959036],\n              [106.804068040680392, 67.34837801393428],\n              [106.89406894068938, 68.142628986226157],\n              [106.886868868688651, 68.865325816870126],\n              [106.152461524615234, 69.390533216565814],\n              [106.426064260642619, 69.563694239353794],\n              [106.840068400683975, 69.517899588699123],\n              [107.124471244712453, 69.588022647514066],\n              [108.006480064800627, 69.705371439816645],\n              [108.290882908829104, 69.857066220110227],\n              [108.870488704887038, 69.839893226114725],\n              [109.237692376923775, 69.775494498631616],\n              [109.496894968949704, 70.043106988394811],\n              [109.277292772927723, 70.206250431352061],\n              [109.536495364953652, 70.263493744670399],\n              [109.601296012960148, 70.377980371307075],\n              [110.23850238502385, 70.418050690629912],\n              [110.101701017010186, 70.6312820327407],\n              [110.49050490504905, 70.725733499715943],\n              [110.540905409054091, 70.800149807029783],\n              [111.336513365133641, 70.855962037515155],\n              [111.523715237152345, 70.938964841826731],\n              [112.218522185221815, 70.999070320811001],\n              [112.578525785257824, 71.113556947447648],\n              [112.693726937269361, 71.218025994253622],\n              [111.995319953199527, 71.414084342368909],\n              [111.995319953199527, 72.132487924513981],\n              [111.815318153181494, 72.131056841681016],\n              [111.642516425164246, 72.274165124976861],\n              [111.08451084510844, 72.37004767478507],\n              [111.282512825128236, 72.478809970089912],\n              [111.210512105121069, 72.544639780405987],\n              [110.702907029070303, 72.650539910044898],\n              [110.627306273062715, 72.893823991647821],\n              [110.904509045090464, 73.03263902644477],\n              [110.753307533075343, 73.175747309740615],\n              [110.425704257042554, 73.184333806738351],\n              [110.594905949059495, 73.280216356546561],\n              [110.166501665016625, 73.400427314515071],\n              [110.52290522905227, 73.404720563013939],\n              [110.818108181081783, 73.559277508973452],\n              [111.073710737107348, 73.583605917133724],\n              [110.908109081090828, 73.692368212438566],\n              [110.42210422104219, 73.639418147619097],\n              [109.856898568985656, 73.471981456162979],\n              [109.5760957609576, 73.451946296501575],\n              [109.194491944919463, 73.552122094808652],\n              [109.219692196921955, 73.387547569018437],\n              [108.391683916839185, 73.317424510203494],\n              [108.373683736837364, 73.232990623058953],\n              [108.092880928809308, 73.245870368555558],\n              [107.722077220772206, 73.168591895575815],\n              [107.034470344703465, 73.182902723905386],\n              [106.775267752677536, 73.141401321749612],\n              [106.361263612636122, 73.194351386569053],\n              [106.174061740617418, 73.094175588261976],\n              [106.224462244622458, 72.976826795959397],\n              [106.620466204662051, 72.896686157313724],\n              [107.102871028710268, 72.856615837990887],\n              [106.656466564665635, 72.832287429830615],\n              [106.001260012600113, 72.946774056467262],\n              [105.482854828548255, 72.767888702347477],\n              [105.119251192511939, 72.775044116512277],\n              [105.652056520565196, 72.910996985643322],\n              [106.231662316623186, 73.323148841535328],\n              [106.649266492664907, 73.307406930372764],\n              [107.135271352713545, 73.530655852314283],\n              [107.14607146071458, 73.617951905124727],\n              [108.067680676806759, 73.635124899120228],\n              [108.492484924849265, 73.77250885108424],\n              [108.996489964899666, 74.015792932687134],\n              [109.482494824948247, 74.07732949450434],\n              [109.889298892988933, 74.19754045247285],\n              [109.950499504995065, 74.336355487269799],\n              [110.501305013050143, 74.478032687732679],\n              [110.958509585095868, 74.54815574654765],\n              [111.466114661146577, 74.6969883611753],\n              [111.743317433174326, 74.662642373184298],\n              [112.146521465214647, 74.878735880961017],\n              [112.880928809288065, 74.993222507597693],\n              [113.604536045360447, 75.285163405521189],\n              [113.719737197371984, 75.409667611988567],\n              [113.636936369363667, 75.519860990126347],\n              [113.454521358400342, 75.545856373894267],\n              [113.690936909369071, 75.592846214607221],\n              [113.888938889388868, 75.853303290205645],\n              [113.780937809378059, 75.939168260183152],\n              [113.554135541355407, 75.87620061553298],\n              [113.460534605346055, 76.148106353795043],\n              [113.258932589325894, 76.266886228930588],\n              [112.931329313293105, 76.259730814765817],\n              [113.28773287732875, 76.171003679122379],\n              [112.988929889298873, 76.143813105296175],\n              [112.963729637296382, 76.065103549483467],\n              [112.600126001260008, 76.040775141323195],\n              [112.859328593285937, 76.143813105296175],\n              [112.614526145261465, 76.222522661108883],\n              [112.672126721267176, 76.362768778738797],\n              [112.232922329223271, 76.45006483154927],\n              [111.826118261182586, 76.596035280511018],\n              [111.487714877148761, 76.610346108840588],\n              [111.556115561155622, 76.684762416154427],\n              [111.138511385113844, 76.746298977971634],\n              [110.357303573035693, 76.756316557802336],\n              [110.062100621006181, 76.691917830319227],\n              [109.331293312933127, 76.759178723468267],\n              [108.28728287282874, 76.70479757581586],\n              [107.945279452794495, 76.737712480973897],\n              [107.844478444784414, 76.534498718693811],\n              [106.447664476644746, 76.504445979201677],\n              [106.789667896678935, 76.660434007994127],\n              [107.470074700747006, 76.90658025526298],\n              [107.239672396723932, 77.006756053570058],\n              [106.82926829268294, 77.053981787057694],\n              [106.663666636666363, 77.00246280507119],\n              [106.292862928629262, 77.061137201222465],\n              [105.943659436594345, 76.999600639405259],\n              [105.450454504545036, 76.983858728242723],\n              [105.785257852578496, 77.041102041561061],\n              [105.796057960579589, 77.112656183208969],\n              [104.870848708487102, 77.0911899407146],\n              [104.773647736477329, 77.121242680206734],\n              [104.143641436414356, 77.088327775048668],\n              [104.345243452434516, 77.135553508536304],\n              [105.194851948519471, 77.198521153186476],\n              [105.796057960579589, 77.373113258807393],\n              [106.292862928629262, 77.370251093141462],\n              [105.976059760597622, 77.424632240793898],\n              [105.875258752587541, 77.56917160692268],\n              [105.335253352533499, 77.540549950263511],\n              [104.806048060480606, 77.635001417238755],\n              [104.752047520475202, 77.706555558886691],\n              [104.323643236432332, 77.667916322396792],\n              [104.024840248402455, 77.733746132712895],\n              [103.592835928359278, 77.632139251572852],\n              [103.258032580325818, 77.663623073897924],\n              [102.887228872288716, 77.546274281595345],\n              [102.570425704257019, 77.50191071377364],\n              [102.271622716227142, 77.380268672972193],\n              [102.156421564215663, 77.401734915466562],\n              [101.206012060120571, 77.098345354879399],\n              [101.206012060120571, 76.986720893908625],\n              [100.918009180091786, 76.975272231244986],\n              [100.864008640086382, 76.837888279280975],\n              [101.234812348123484, 76.767765220466003],\n              [101.105211052110491, 76.616070440172422],\n              [100.910809108091058, 76.564551458185917],\n              [102.19602196021961, 76.408563429393467],\n              [101.058410584105815, 76.48584190237321],\n              [100.849608496084983, 76.540223050025645],\n              [100.306003060030577, 76.461513494212937],\n              [100.230402304023045, 76.491566233705043],\n              [99.506795067950662, 76.468668908377737],\n              [98.873188731887325, 76.521618973197178],\n              [99.067590675906757, 76.352751198908095],\n              [99.557195571955702, 76.278334891594255],\n              [99.877598775987764, 76.095156288975602],\n              [99.859598595985943, 75.899097940860315],\n              [99.611196111961107, 75.788904562722507],\n              [99.755197551975499, 76.049361638320931],\n              [99.089190891908942, 76.163848264957608],\n              [99.272792727927282, 76.216798329777049],\n              [98.711187111871112, 76.205349667113381],\n              [98.815588155881557, 76.266886228930588],\n              [97.919179191791926, 76.122346862801805],\n              [98.221582215822167, 76.102311703140401],\n              [97.843578435784337, 75.992118325002593],\n              [97.39357393573934, 75.989256159336691],\n              [97.249572495724948, 76.043637306989098],\n              [96.83196831968317, 75.914839852022851],\n              [96.461164611646126, 75.871907367034112],\n              [96.637566375663738, 75.984962910837794],\n              [96.479164791647889, 76.015015650329929],\n              [95.93555935559354, 75.949185840013854],\n              [95.741157411574108, 75.856165455871547],\n              [95.575555755557531, 75.889080361029613],\n              [96.0039600396004, 75.993549407835559],\n              [95.874358743587408, 76.138088773964341],\n              [95.388353883538826, 76.163848264957608],\n              [95.255152551525526, 76.123777945634771],\n              [94.736747367473669, 76.115191448637006],\n              [94.59634596345964, 76.063672466650502],\n              [94.329943299432983, 76.123777945634771],\n              [93.685536855368554, 76.132364442632507],\n              [93.998739987399887, 76.0536548868198],\n              [93.530735307353069, 76.047930555487966],\n              [93.429934299342989, 76.10660495163927],\n              [93.023130231302304, 76.075121129314169],\n              [92.825128251282507, 75.96492775117639],\n              [92.889928899289004, 75.896235775194384],\n              [93.278732787327868, 75.982100745171891],\n              [93.54873548735489, 75.853303290205645],\n              [91.619116191161908, 75.698746344246132],\n              [91.291512915129175, 75.628623285431189],\n              [90.906309063090617, 75.66726252192106],\n              [90.600306003060012, 75.611450291435688],\n              [89.955899558995583, 75.577104303444685],\n              [90.056700567005663, 75.519860990126347],\n              [89.635496354963522, 75.504119078963811],\n              [89.721897218972202, 75.451169014144341],\n              [89.13149131491312, 75.452600096977307],\n              [88.613086130861319, 75.343837801672464],\n              [88.314283142831442, 75.180694358715215],\n              [87.911079110791121, 75.10055372006957],\n              [87.025470254702526, 75.163521364719713],\n              [86.899468994689954, 75.087673974572937],\n              [87.731077310773088, 75.039017158252364],\n              [87.097470974709751, 74.861562886965515],\n              [86.957069570695722, 74.608261225531891],\n              [86.640266402664025, 74.6969883611753],\n              [86.319863198631964, 74.707005941006031],\n              [86.222662226622248, 74.807181739313108],\n              [85.740257402574031, 74.635451799358094],\n              [86.193861938619392, 74.622572053861489],\n              [86.492664926649269, 74.566759823376117],\n              [86.79506795067951, 74.423651540080272],\n              [87.050670506705075, 74.443686699741676],\n              [87.263072630726327, 74.354959564098266],\n              [86.622266222662205, 74.387874469256303],\n              [86.474664746647449, 74.457997528071274],\n              [86.255062550625524, 74.419358291581403],\n              [86.287462874628744, 74.313458161942492],\n              [85.938259382593827, 74.367839309594899],\n              [86.021060210602087, 74.261939179955988],\n              [86.507065070650725, 74.254783765791188],\n              [86.802268022680238, 74.184660706976217],\n              [86.733867338673377, 74.128848476490845],\n              [86.99666996669967, 74.050138920678137],\n              [87.241472414724143, 73.86123598672765],\n              [87.615876158761608, 73.824027833070716],\n              [87.327873278732767, 73.752473691422807],\n              [87.165871658716611, 73.610796490959927],\n              [86.204662046620484, 73.557846426140486],\n              [85.880658806588059, 73.49630986432328],\n              [85.932792661259938, 73.33051626797166],\n              [85.797857978579799, 73.364650243691102],\n              [85.787057870578707, 73.480567953160744],\n              [87.011070110701127, 73.778233182416074],\n              [87.07947079470793, 73.871253566558352],\n              [86.784267842678418, 73.902737388883452],\n              [85.603456034560367, 73.822596750237778],\n              [85.427054270542698, 73.712403372099971],\n              [85.00945009450092, 73.710972289267033],\n              [84.79344793447936, 73.76535343691944],\n              [84.36504365043649, 73.710972289267033],\n              [83.727837278372789, 73.695230378104469],\n              [83.483034830348316, 73.655160058781661],\n              [81.956619566195656, 73.662315472946432],\n              [81.528215282152843, 73.648004644616861],\n              [80.833408334083316, 73.572157254470056],\n              [80.574205742057444, 73.583605917133724],\n              [80.610206102061028, 73.449084130835644],\n              [80.271802718027203, 73.310269096038695],\n              [80.563405634056352, 73.221541960395285],\n              [80.322203222032243, 73.202937883566818],\n              [80.750607506075056, 73.038363357776603],\n              [80.840608406084044, 72.92244564830699],\n              [80.631806318063155, 72.733542714356474],\n              [80.833408334083316, 72.620487170552764],\n              [80.70380703807038, 72.546070863238953],\n              [81.207812078120782, 72.354305763622534],\n              [81.585815858158554, 72.350012515123638],\n              [82.183421834218365, 72.285613787640528],\n              [82.298622986229844, 72.133919007346947],\n              [82.183421834218365, 72.09384868802411],\n              [82.788227882278846, 71.904945754073623],\n              [83.360633606336052, 71.840547026590485],\n              [83.627036270362709, 71.611573773317161],\n              [83.540635406354085, 71.497087146680485],\n              [83.148231482314799, 71.245216568079826],\n              [83.475834758347588, 70.917498599332362],\n              [83.774637746377465, 70.476725086781187],\n              [83.483034830348316, 70.335047886318335],\n              [82.950229502295002, 70.325030306487605],\n              [83.177031770317711, 70.083177307717648],\n              [82.881828818288199, 70.088901639049482],\n              [82.665826658266582, 70.260631579004496],\n              [83.011430114301135, 70.426637187627648],\n              [82.993429934299314, 70.571176553756459],\n              [83.133831338313399, 70.881721528508393],\n              [82.87462874628747, 70.996208155145069],\n              [82.687426874268766, 70.961862167154067],\n              [82.478624786247877, 70.804443055528651],\n              [82.446224462244601, 70.606953624580399],\n              [82.158221582215816, 70.571176553756459],\n              [82.349023490234885, 70.201957182853192],\n              [82.082620826208284, 70.565452222424625],\n              [82.406624066240653, 70.790132227199081],\n              [82.201422014220128, 71.016243314806474],\n              [82.352623526235249, 71.096383953452147],\n              [82.29502295022948, 71.2867179702356],\n              [83.047430474304718, 71.415515425201846],\n              [83.051030510305083, 71.561485874163623],\n              [83.321033210332104, 71.68312791496507],\n              [82.867428674286742, 71.786165878938078],\n              [82.1942219422194, 71.707456323125371],\n              [81.737017370173675, 71.700300908960571],\n              [81.341013410134082, 71.76469963644368],\n              [81.251012510125094, 71.859151103418952],\n              [80.646206462064612, 72.033743209039869],\n              [80.833408334083316, 72.083831108193408],\n              [80.00900009000091, 72.208335314660786],\n              [79.389793897938972, 72.385789585947606],\n              [78.504185041850434, 72.381496337448738],\n              [78.698586985869866, 72.179713658001617],\n              [79.418594185941885, 72.043760788870571],\n              [79.695796957969577, 72.058071617200142],\n              [80.340203402034007, 71.889203842911058],\n              [80.037800378003766, 71.814787535597247],\n              [80.117001170011719, 71.674541417967305],\n              [79.868598685986882, 71.601556193486431],\n              [79.382593825938244, 71.614435938983064],\n              [79.332193321933204, 71.481345235517949],\n              [79.141391413914135, 71.42123975653368],\n              [79.24579245792458, 71.316770709727734],\n              [79.566195661956641, 71.276700390404898],\n              [79.954999549995506, 71.133592107109081],\n              [80.549005490054896, 71.044864971465643],\n              [80.75420754207542, 70.635575281239568],\n              [80.57060570605708, 70.460983175618651],\n              [80.178201782017794, 70.429499353293579],\n              [80.095400954009534, 70.353651963146774],\n              [79.710197101971033, 70.274942407334066],\n              [79.504995049950509, 70.116092212875685],\n              [78.914589145891483, 69.861359468609123],\n              [79.015390153901564, 69.698216025651874],\n              [79.490594905949052, 69.653852457830169],\n              [79.864998649986518, 69.34903181441004],\n              [80.261002610026111, 69.356187228574811],\n              [80.732607326073236, 69.307530412254238],\n              [80.966609666096673, 69.208785696780126],\n              [81.323013230132318, 69.286064169759868],\n              [81.611016110161103, 69.286064169759868],\n              [81.625416254162559, 69.409137293394281],\n              [81.9278192781928, 69.34903181441004],\n              [81.773017730177315, 69.233114104940398],\n              [81.891818918189159, 69.183026205786859],\n              [82.442624426244237, 69.167284294624324],\n              [82.331023310233121, 69.061384164985412],\n              [82.59022590225905, 68.81094466921769],\n              [83.029430294302955, 68.660680971757074],\n              [82.467824678246785, 68.576247084612532],\n              [82.665826658266582, 68.504692942964624],\n              [82.680226802268038, 68.282875103856071],\n              [82.395823958239561, 68.17697497421716],\n              [82.352623526235249, 67.943708472444953],\n              [81.776617766177679, 67.950863886609739],\n              [82.050220502205008, 67.654629740187374],\n              [82.388623886238889, 67.534418782218864],\n              [82.255422554225532, 67.425656486914036],\n              [82.352623526235249, 67.328342854272876],\n              [82.118621186211868, 67.243908967128334],\n              [83.162631626316255, 66.817446282906744],\n              [83.292232922329248, 66.662889336947245],\n              [83.105031050310487, 66.617094686292575],\n              [83.090630906309087, 66.459675574667159],\n              [83.526235262352628, 66.173459008075497],\n              [83.295832958329555, 66.058972381438835],\n              [83.591035910359125, 65.775617980513076],\n              [84.03024030240303, 65.792790974508577],\n              [84.318243182431814, 65.684028679203749],\n              [84.203042030420278, 65.592439377894422],\n              [84.429844298442987, 65.55093797573862],\n              [84.584645846458471, 65.310516059801628],\n              [84.311043110431086, 65.098715800523792],\n              [84.278642786427866, 64.939865606065425],\n              [84.469444694446935, 64.889777706911872],\n              [84.818648186481852, 64.931279109067674],\n              [85.185851858518589, 64.750962672114923],\n              [85.610656106561038, 64.828241145094665],\n              [85.859058590585931, 64.756687003446757],\n              [85.844658446584475, 64.500523176347215],\n              [86.028260282602815, 64.280136420071628],\n              [85.949059490594919, 64.054025332464207],\n              [85.535055350553506, 63.936676540161628],\n              [85.333453334533345, 63.700547872723504],\n              [85.095850958509601, 63.534542264100338],\n              [85.376653766537657, 63.465850288118332],\n              [85.409054090540877, 63.352794744314636],\n              [85.63945639456395, 63.374260986809006],\n              [85.47025470254701, 63.14958098203455],\n              [85.585455854558546, 63.053698432226341],\n              [84.437044370443715, 62.177875738455839],\n              [84.545045450454523, 61.903107834527844],\n              [85.481054810548102, 61.628339930599836],\n              [85.956259562595648, 61.549630374787128],\n              [85.949059490594919, 61.465196487642586],\n              [85.643056430564314, 61.387918014662844],\n              [85.67185671856717, 61.289173299188718],\n              [84.649446494464968, 61.000094566931139],\n              [84.260642606426046, 60.855555200802343],\n              [83.99783997839981, 60.825502461310222],\n              [83.504635046350444, 61.047320300418761],\n              [83.144631446314435, 61.028716223590308],\n              [82.406624066240653, 60.722464497337214],\n              [82.363423634236341, 60.600822456535766],\n              [82.140221402213996, 60.532130480553761],\n              [81.830618306183084, 60.645186024357471],\n              [81.139411394113921, 60.636599527359721],\n              [81.017010170101713, 60.756810485328216],\n              [80.7218072180722, 60.796880804651053],\n              [80.412204122041231, 60.761103733827099],\n              [80.163801638016395, 60.663790101185924],\n              [79.854198541985426, 60.692411757845093],\n              [79.360993609936116, 60.663790101185924],\n              [79.170191701917048, 60.83695112397389],\n              [78.806588065880675, 60.779707810655552],\n              [78.165781657816552, 60.802605135982887],\n              [77.942579425794264, 60.749655071163431],\n              [77.701377013770156, 60.825502461310222],\n              [77.136171361713622, 60.855555200802343],\n              [76.970569705697045, 60.64947927285634],\n              [77.013770137701357, 60.527837232054893],\n              [76.779767797677977, 60.451989841908102],\n              [76.848168481684837, 60.265949073623517],\n              [76.758167581675792, 60.057010980011597],\n              [76.740167401674029, 59.757914667923302],\n              [76.646566465664677, 59.584753645135351],\n              [76.171361713617131, 59.543252242979563],\n              [75.627756277562781, 59.238431599559433],\n              [75.642156421564209, 58.982267772459892],\n              [75.159751597515964, 58.650256555213559],\n              [75.105751057510588, 58.581564579231554],\n              [74.205742057420565, 58.133635652515608],\n              [73.086130861308618, 58.146515398012227],\n              [72.862928629286301, 58.010562528881181],\n              [72.150121501215011, 58.026304440043731],\n              [71.988119881198827, 58.12218698985194],\n              [71.250112501125017, 58.07639233919727],\n              [71.300513005130057, 58.385506231116267],\n              [71.084510845108468, 58.518596934581396],\n              [70.864908649086487, 58.534338845743932],\n              [70.436504365043646, 57.933284055901439],\n              [70.429304293042946, 57.784451441273774],\n              [70.674106741067419, 57.511114620178731],\n              [70.436504365043646, 57.409507739038688],\n              [70.728107281072823, 57.193414231261983],\n              [70.800108001080019, 57.319349520562312],\n              [71.080910809108104, 57.343677928722599],\n              [71.372513725137253, 57.063185693462771],\n              [71.653316533165338, 56.922939575832856],\n              [71.556115561155622, 56.732605559049389],\n              [71.358113581135825, 56.671068997232183],\n              [71.044910449104492, 56.693966322559518],\n              [71.030510305103064, 56.526529631103401],\n              [70.782107821078228, 56.472148483450979],\n              [70.936909369093684, 56.404887590301939],\n              [70.771307713077135, 56.296125294997111],\n              [70.911709117091164, 56.131550769206896],\n              [70.846908469084696, 55.962682994917813],\n              [70.486904869048686, 55.853920699612985],\n              [70.548105481054819, 55.675035345493185],\n              [70.746107461074615, 55.590601458348644],\n              [70.472504725047258, 55.417440435560692],\n              [70.468904689046894, 55.285780814928529],\n              [70.821708217082175, 55.29436731192628],\n              [70.97650976509766, 55.078273804149561],\n              [71.005310053100544, 54.774884243562397],\n              [71.181711817118185, 54.727658510074775],\n              [71.188911889118884, 54.318368819848686],\n              [70.980109801098024, 54.325524234013486],\n              [71.181711817118185, 54.10084422923903],\n              [71.322113221132213, 54.201020027546107],\n              [71.476914769147697, 54.109430726236781],\n              [71.707317073170742, 54.132328051564116],\n              [71.761317613176146, 54.248245761033729],\n              [72.078120781207815, 54.148069962726652],\n              [72.222122221222207, 54.332679648178271],\n              [72.456124561245616, 53.904785881123729],\n              [72.657726577265777, 54.04216983308774],\n              [72.625326253262529, 54.135190217230033],\n              [72.956529565295654, 54.118017223234531],\n              [73.064530645306462, 53.979202188437569],\n              [73.518135181351823, 53.956304863110233],\n              [73.74133741337414, 54.057911744250276],\n              [73.698136981369828, 53.900492632624861],\n              [73.485734857348575, 53.874733141631609],\n              [73.23013230132301, 53.662932882353772],\n              [73.424534245342443, 53.432528546247482],\n              [73.525335253352523, 53.492634025231737],\n              [73.651336513365123, 53.608551734701365],\n              [73.935739357393572, 53.640035557026451],\n              [74.212942129421293, 53.597103072037697],\n              [74.407344073440726, 53.476892114069202],\n              [74.45414454144543, 53.684399124848156],\n              [74.616146161461614, 53.680105876349273],\n              [74.770947709477099, 53.830369573809904],\n              [75.026550265502664, 53.807472248482568],\n              [75.433354333543349, 53.986357602602354],\n              [75.361353613536124, 54.059342827083242],\n              [76.182161821618223, 54.251107926699646],\n              [76.232562325623263, 54.346990476507855],\n              [76.434164341643424, 54.316937737015735],\n              [76.851768517685201, 54.461477103144531],\n              [76.837368373683745, 54.296902577354317],\n              [76.66456664566644, 54.133759134397067],\n              [76.421915055365815, 54.161206986949821],\n              [76.542316244160602, 53.995655352356998],\n              [77.896829618101833, 53.303348516787032],\n              [78.510692603286529, 52.664146621552618],\n              [79.181108965246125, 51.923751561846885],\n              [80.023917286809564, 50.794990416895864],\n              [80.437404374043723, 50.958186328062538],\n              [80.412204122041231, 51.16855550450741],\n              [80.682206822068196, 51.301646207972539],\n              [81.146611466114649, 51.135640599349372],\n              [81.056610566105661, 50.946737665398871],\n              [81.402214022140214, 50.95961741089549],\n              [81.459814598145982, 50.730644157622166],\n              [81.762217622176223, 50.785025305274573],\n              [82.197821978219764, 50.709177915127782],\n              [82.475024750247513, 50.713471163626664],\n              [82.763027630276298, 50.906667346076034],\n              [82.975429754297551, 50.882338937915748],\n              [83.108631086310851, 50.992532316053541],\n              [83.432634326343276, 50.992532316053541],\n              [83.821438214382141, 50.868028109586163],\n              [83.976239762397626, 50.686280589800447],\n              [84.102241022410198, 50.629037276482123],\n              [84.249842498425011, 50.259817905578871],\n              [84.9770497704977, 50.075208220127251],\n              [85.031050310503105, 49.884874203343784],\n              [85.261452614526121, 49.581484642756621],\n              [85.596255962559638, 49.618692796413541],\n              [85.931059310593099, 49.492757507113211],\n              [86.175861758617572, 49.462704767621076],\n              [86.61146611466117, 49.796147067700375],\n              [86.777067770677689, 49.694540186560332],\n              [86.593465934659349, 49.587208974088455],\n              [86.823868238682365, 49.509930501108698],\n              [87.025470254702526, 49.249473425510288],\n              [87.216272162721651, 49.22943826584887],\n              [87.324273242732403, 49.084898899720088],\n              [87.817478174781769, 49.166470621198712]\n            ],\n            [\n              [104.629646296462937, 51.486255893424158],\n              [104.309243092430933, 51.499135638920777],\n              [103.852038520385207, 51.61648443122337],\n              [103.726037260372578, 51.719522395196364],\n              [104.2480424804248, 51.782490039846536],\n              [104.647646476464757, 51.78821437117837],\n              [104.748447484474838, 51.869786092656994],\n              [105.248852488524875, 51.932753737307152],\n              [105.608856088560884, 52.130243168255404],\n              [105.983259832598293, 52.495169290659774],\n              [106.408064080640798, 52.63112215979082],\n              [106.908469084690836, 52.988892868030405],\n              [106.742867428674259, 53.021807773188442],\n              [107.131671316713181, 53.277971600287984],\n              [107.527675276752774, 53.432528546247482],\n              [107.671676716767166, 53.654346385356021],\n              [108.182881828818296, 53.900492632624861],\n              [108.326883268832688, 54.16810512238807],\n              [108.668886688866877, 54.547342073122024],\n              [109.183691836918371, 55.188467182287354],\n              [109.201692016920134, 55.557686553190607],\n              [109.518495184951831, 55.753744901305893],\n              [109.9612996129961, 55.672173179827269],\n              [109.738097380973812, 55.179880685289604],\n              [109.781297812978124, 55.053945395989274],\n              [109.525695256952559, 54.633207043099532],\n              [109.475294752947519, 54.288316080356566],\n              [109.561695616956143, 54.166674039555105],\n              [109.259292592925902, 53.889043969961193],\n              [109.208892088920862, 53.671519379351523],\n              [108.989289892898938, 53.638604474193485],\n              [109.039690396903978, 53.864715561800907],\n              [108.809288092880905, 53.790299254487067],\n              [108.550085500854976, 53.504082687895405],\n              [108.856088560885581, 53.598534154870649],\n              [108.978489784897846, 53.365267653098442],\n              [108.607686076860745, 53.282264848786866],\n              [108.28728287282874, 53.104810577500032],\n              [108.208082080820787, 52.924494140547282],\n              [107.794077940779374, 52.71412496410241],\n              [107.552875528755266, 52.70553846710466],\n              [106.955269552695512, 52.488013876494989],\n              [106.786067860678571, 52.316283936539989],\n              [106.620466204662051, 52.377820498357195],\n              [106.321663216632174, 52.33345693053549],\n              [106.192061920619182, 51.942771317137868],\n              [105.932859328593253, 51.738126472024831],\n              [105.436054360543579, 51.615053348390404],\n              [104.629646296462937, 51.486255893424158]\n            ]\n          ],\n          [\n            [\n              [86.892268922689226, 73.696661460937435],\n              [86.399063990639917, 73.595054579797392],\n              [86.76266762667629, 73.603641076795157],\n              [86.892268922689226, 73.696661460937435]\n            ]\n          ],\n          [\n            [\n              [97.15957159571596, 76.088000874810803],\n              [96.74916749167491, 76.030757561492464],\n              [97.047970479704787, 76.006429153332192],\n              [97.15957159571596, 76.088000874810803]\n            ]\n          ],\n          [\n            [\n              [95.265952659526619, 76.670451587824857],\n              [95.121951219512169, 76.71910840414543],\n              [94.848348483484841, 76.63753668266682],\n              [95.265952659526619, 76.670451587824857]\n            ]\n          ],\n          [\n            [\n              [110.879308793087915, 73.768215602585343],\n              [111.296912969129693, 73.869822483725386],\n              [111.199711997119977, 73.978584779030228],\n              [111.538115381153801, 74.051570003511102],\n              [111.160111601116029, 74.037259175181532],\n              [111.008910089100908, 73.912754968714154],\n              [110.580505805058039, 73.991464524526862],\n              [110.022500225002233, 74.014361849854197],\n              [109.532895328953288, 73.775371016750142],\n              [109.799297992979945, 73.7052479579352],\n              [110.285302853028526, 73.7052479579352],\n              [110.663306633066298, 73.78681967941381],\n              [110.879308793087915, 73.768215602585343]\n            ]\n          ],\n          [\n            [\n              [92.306723067230649, 79.452476615095833],\n              [91.784717847178484, 79.419561709937796],\n              [92.245522455224574, 79.38235355628089],\n              [92.306723067230649, 79.452476615095833]\n            ]\n          ],\n          [\n            [\n              [100.201602016020132, 79.678587702703254],\n              [99.945999459994567, 79.685743116868053],\n              [99.906399063990619, 79.604171395389415],\n              [100.201602016020132, 79.678587702703254]\n            ]\n          ],\n          [\n            [\n              [79.562595625956277, 72.767888702347477],\n              [79.540995409954093, 72.925307813972893],\n              [79.141391413914135, 73.095606671094941],\n              [78.590585905859058, 72.862340169322721],\n              [78.910989109891119, 72.740698128521274],\n              [79.3969939699397, 72.703489974864368],\n              [79.562595625956277, 72.767888702347477]\n            ]\n          ],\n          [\n            [\n              [84.354243542435398, 74.018655098353065],\n              [83.89703897038973, 74.022948346851933],\n              [84.379443794437947, 73.955687453702893],\n              [84.354243542435398, 74.018655098353065]\n            ]\n          ],\n          [\n            [\n              [83.511835118351172, 74.121693062326074],\n              [83.180631806318075, 74.154607967484111],\n              [82.827828278282794, 74.080191660170271],\n              [83.393033930339328, 74.035828092348567],\n              [83.511835118351172, 74.121693062326074]\n            ]\n          ],\n          [\n            [\n              [82.568625686256865, 74.163194464481847],\n              [82.352623526235249, 74.080191660170271],\n              [82.74142741427417, 74.101657902664641],\n              [82.568625686256865, 74.163194464481847]\n            ]\n          ],\n          [\n            [\n              [85.53865538655387, 74.573915237540888],\n              [85.149851498515005, 74.536707083883982],\n              [85.311853118531161, 74.465152942236074],\n              [85.632256322563222, 74.510947592890716],\n              [85.53865538655387, 74.573915237540888]\n            ]\n          ],\n          [\n            [\n              [86.078660786607855, 74.555311160712449],\n              [85.790657906579071, 74.568190906209054],\n              [85.657456574565771, 74.470877273567908],\n              [86.114661146611439, 74.486619184730444],\n              [86.078660786607855, 74.555311160712449]\n            ]\n          ],\n          [\n            [\n              [79.612996129961317, 74.601105811367091],\n              [79.180991809918083, 74.62972746802626],\n              [79.42939429394292, 74.522396255554384],\n              [79.612996129961317, 74.601105811367091]\n            ]\n          ],\n          [\n            [\n              [85.225452254522537, 74.745645177495902],\n              [85.679056790567898, 74.722747852168567],\n              [85.466654666546646, 74.814337153477908],\n              [85.225452254522537, 74.745645177495902]\n            ]\n          ],\n          [\n            [\n              [87.02907029070289, 74.991791424764727],\n              [86.525065250652489, 74.987498176265859],\n              [86.298262982629836, 74.857269638466647],\n              [86.94626946269463, 74.840096644471146],\n              [87.02907029070289, 74.991791424764727]\n            ]\n          ],\n          [\n            [\n              [82.241022410224076, 75.375321623997564],\n              [82.169021690216908, 75.519860990126347],\n              [81.96021960219602, 75.509843410295645],\n              [81.524615246152479, 75.381045955329398],\n              [81.690216902168999, 75.276576908523424],\n              [81.870218702187032, 75.315216145013324],\n              [82.014220142201424, 75.177832193049312],\n              [82.039420394203916, 75.33811347034063],\n              [82.241022410224076, 75.375321623997564]\n            ]\n          ],\n          [\n            [\n              [83.277832778327792, 75.956341254178653],\n              [82.561425614256137, 75.999273739167393],\n              [82.388623886238889, 75.944892591514986],\n              [83.277832778327792, 75.956341254178653]\n            ]\n          ],\n          [\n            [\n              [96.644766447664466, 76.266886228930588],\n              [96.284762847628457, 76.309818713919356],\n              [96.144361443614429, 76.245419986436218],\n              [95.813158131581332, 76.302663299754556],\n              [95.571955719557167, 76.238264572271419],\n              [95.348753487534879, 76.288352471424986],\n              [95.309153091530931, 76.201056418614513],\n              [95.892358923589228, 76.153830685126877],\n              [96.399963999639994, 76.155261767959843],\n              [96.277562775627729, 76.222522661108883],\n              [96.644766447664466, 76.266886228930588]\n            ]\n          ],\n          [\n            [\n              [111.959319593195943, 76.601759611842851],\n              [112.618126181261829, 76.458651328547006],\n              [112.484924849248472, 76.601759611842851],\n              [111.959319593195943, 76.601759611842851]\n            ]\n          ],\n          [\n            [\n              [96.471964719647218, 76.691917830319227],\n              [96.230762307623053, 76.711952989980631],\n              [95.888758887588864, 76.616070440172422],\n              [96.252362523625237, 76.616070440172422],\n              [96.471964719647218, 76.691917830319227]\n            ]\n          ],\n          [\n            [\n              [96.525965259652565, 77.205676567351276],\n              [95.25875258752589, 76.991014142407522],\n              [95.917559175591776, 77.031084461730359],\n              [95.683556835568339, 76.952374905917651],\n              [96.475564755647525, 77.082603443716835],\n              [96.525965259652565, 77.205676567351276]\n            ]\n          ],\n          [\n            [\n              [89.689496894968926, 77.280092874665087],\n              [89.304293042930425, 77.307283448491319],\n              [89.135091350913484, 77.217125230014943],\n              [89.300693006930061, 77.147002171199972],\n              [89.747097470974694, 77.164175165195473],\n              [89.689496894968926, 77.280092874665087]\n            ]\n          ],\n          [\n            [\n              [107.743677436774334, 77.328749690985688],\n              [107.394473944739417, 77.36023351331076],\n              [107.344073440734377, 77.232867141177479],\n              [107.722077220772206, 77.270075294834385],\n              [107.743677436774334, 77.328749690985688]\n            ]\n          ],\n          [\n            [\n              [107.704077040770386, 78.137311491607136],\n              [107.563675636756358, 78.187399390760675],\n              [106.476464764647659, 78.163070982600374],\n              [106.393663936639342, 78.131587160275302],\n              [107.452074520745185, 78.052877604462594],\n              [107.704077040770386, 78.137311491607136]\n            ]\n          ],\n          [\n            [\n              [106.530465304653063, 78.253229201076749],\n              [106.764467644676444, 78.309041431562122],\n              [106.469264692646931, 78.341956336720187],\n              [105.990459904599021, 78.218883213085775],\n              [106.192061920619182, 78.193123722092508],\n              [106.530465304653063, 78.253229201076749]\n            ]\n          ],\n          [\n            [\n              [105.414454144541452, 78.583809335490145],\n              [105.17685176851765, 78.809920423097537],\n              [104.500045000450001, 78.864301570749973],\n              [104.384843848438464, 78.988805777217351],\n              [104.075240752407495, 79.004547688379887],\n              [103.988839888398871, 79.130482977680231],\n              [103.808838088380895, 79.153380303007538],\n              [102.887228872288716, 79.044618007702724],\n              [102.790027900279, 78.955890872059314],\n              [102.390423904239043, 78.828524499926004],\n              [102.930429304293028, 79.275022343809013],\n              [103.139231392313917, 79.325110242962552],\n              [102.894428944289444, 79.380922473447924],\n              [102.304023040230419, 79.432441455434429],\n              [102.138421384213842, 79.356594065287624],\n              [102.246422464224651, 79.242107438650976],\n              [101.962019620196173, 79.260711515479414],\n              [101.818018180181781, 79.370904893617222],\n              [101.544415444154453, 79.340852154125088],\n              [101.558815588155852, 79.254987184147581],\n              [101.310413104131015, 79.239245272985045],\n              [101.062010620106179, 79.137638391845002],\n              [101.069210692106907, 79.034600427872022],\n              [100.784807848078486, 78.895785393075045],\n              [100.824408244082434, 78.8084893402646],\n              [100.565205652056505, 78.795609594767967],\n              [100.255602556025536, 78.665381056968755],\n              [100.288002880028813, 78.592395832487881],\n              [100.0, 78.417803726866964],\n              [100.050400504005012, 78.343387419553125],\n              [99.755197551975499, 78.264677863740417],\n              [99.269192691926918, 78.041428941798927],\n              [99.51399513995139, 77.944115309157752],\n              [100.036000360003612, 77.961288303153253],\n              [101.011610116101139, 78.130156077442336],\n              [101.209612096120935, 78.193123722092508],\n              [102.60642606426066, 78.226038627250546],\n              [102.660426604266064, 78.164502065433339],\n              [103.016830168301652, 78.25609136674268],\n              [103.711637116371179, 78.25609136674268],\n              [104.186841868418668, 78.326214425557623],\n              [104.788047880478786, 78.336232005388354],\n              [105.356853568535684, 78.506530862510374],\n              [105.414454144541452, 78.583809335490145]\n            ]\n          ],\n          [\n            [\n              [77.614976149761475, 79.522599673910804],\n              [76.4809648096481, 79.644241714712251],\n              [76.174961749617495, 79.568394324565475],\n              [76.696966969669717, 79.478236106089099],\n              [77.582575825758255, 79.495409100084601],\n              [77.614976149761475, 79.522599673910804]\n            ]\n          ],\n          [\n            [\n              [93.627936279362785, 79.933320446969844],\n              [92.648726487264895, 79.983408346123383],\n              [92.42552425524255, 80.030634079611019],\n              [91.78111781117812, 80.063548984769056],\n              [91.115111151111506, 80.049238156439458],\n              [91.01791017910179, 79.967666434960847],\n              [91.262712627126263, 79.90326770747771],\n              [91.071910719107194, 79.850317642658268],\n              [92.097920979209761, 79.810247323335432],\n              [92.353523535235325, 79.734399933188627],\n              [91.921519215192149, 79.678587702703254],\n              [92.623526235262347, 79.67286337137142],\n              [93.051930519305216, 79.71579585636016],\n              [93.671136711367097, 79.831713565829801],\n              [93.627936279362785, 79.933320446969844]\n            ]\n          ],\n          [\n            [\n              [99.884798847988492, 79.041755842036793],\n              [99.582395823958251, 79.17341546266897],\n              [99.063990639906393, 79.279315592307881],\n              [99.571595715957159, 79.272160178143082],\n              [99.747997479974771, 79.363749479452423],\n              [99.708397083970823, 79.568394324565475],\n              [100.021600216002156, 79.823127068832036],\n              [99.197191971919693, 80.050669239272423],\n              [98.556385563855628, 80.057824653437223],\n              [98.376383763837651, 79.877508216484472],\n              [97.926379263792654, 79.901836624644744],\n              [97.706777067770673, 79.763021589847796],\n              [97.519575195751969, 79.808816240502466],\n              [97.861578615786158, 79.999150257285919],\n              [98.08838088380881, 80.056393570604257],\n              [97.591575915759137, 80.175173445739802],\n              [96.500765007650074, 80.106481469757796],\n              [95.503555035550363, 80.110774718256664],\n              [95.24075240752407, 80.022047582613254],\n              [94.992349923499233, 80.102188221258928],\n              [94.751147511475125, 80.007736754283684],\n              [94.319143191431891, 79.967666434960847],\n              [94.358743587435896, 79.86749063665377],\n              [94.689946899468993, 79.815971654667266],\n              [94.167941679416771, 79.775901335344429],\n              [93.278732787327868, 79.55265241340291],\n              [92.853928539285363, 79.555514579068841],\n              [93.32193321933218, 79.501133431416434],\n              [93.88353883538835, 79.604171395389415],\n              [93.75033750337505, 79.544065916405174],\n              [93.987939879398795, 79.426717124102595],\n              [94.311943119431163, 79.479667188922036],\n              [94.365943659436567, 79.236383107319142],\n              [95.017550175501725, 79.03889367637089],\n              [95.420754207542046, 79.10615456951993],\n              [95.697956979569796, 78.998823357048053],\n              [96.371163711637138, 79.021720682375388],\n              [96.799567995679951, 78.988805777217351],\n              [97.263972639726404, 78.852852908086305],\n              [97.760777607776078, 78.8084893402646],\n              [99.405994059940582, 78.822800168594171],\n              [99.877598775987764, 78.931562463899013],\n              [99.884798847988492, 79.041755842036793]\n            ]\n          ],\n          [\n            [\n              [79.80739807398075, 80.973717666530547],\n              [79.238592385923852, 80.953682506869143],\n              [78.986589865898651, 80.860662122726836],\n              [79.126991269912679, 80.806280975074429],\n              [80.325803258032607, 80.860662122726836],\n              [80.437404374043723, 80.94080276137251],\n              [79.80739807398075, 80.973717666530547]\n            ]\n          ],\n          [\n            [\n              [91.547115471154683, 81.154034103483298],\n              [91.453514535145331, 81.192673339973169],\n              [90.071100711007119, 81.214139582467539],\n              [89.995499954999531, 81.105377287162725],\n              [91.187111871118731, 81.056720470842123],\n              [91.547115471154683, 81.154034103483298]\n            ]\n          ],\n          [\n            [\n              [97.746377463774621, 80.741882247591292],\n              [97.753577535775349, 80.829178300401765],\n              [96.972369723697255, 80.906456773381507],\n              [96.644766447664466, 80.988028494860117],\n              [96.554765547655478, 81.076755630503555],\n              [95.777157771577691, 81.288555889781378],\n              [95.103951039510406, 81.271382895785877],\n              [95.186751867518666, 81.21700174813347],\n              [94.887948879488789, 81.144016523652596],\n              [93.051930519305216, 80.995183909024917],\n              [93.105931059310564, 80.920767601711077],\n              [92.677526775267751, 80.879266199555303],\n              [92.497524975249775, 80.776228235582295],\n              [93.27153271532714, 80.797694478076664],\n              [92.889928899289004, 80.680345685774085],\n              [92.738727387273883, 80.512908994317968],\n              [91.917919179191784, 80.468545426496263],\n              [92.101521015210125, 80.404146699013125],\n              [91.471514715147151, 80.349765551360719],\n              [91.532715327153284, 80.289660072376478],\n              [93.192331923319244, 80.316850646202681],\n              [93.289532895328961, 80.266762747049142],\n              [92.691926919269207, 80.29967765220718],\n              [92.108721087210853, 80.289660072376478],\n              [92.216722167221661, 80.202364019566005],\n              [93.692736927369282, 79.997719174452953],\n              [94.171541715417135, 80.042082742274687],\n              [94.531545315453144, 80.130809877918097],\n              [95.035550355503545, 80.137965292082868],\n              [97.188371883718816, 80.233847841891077],\n              [97.422374223742253, 80.326868226033383],\n              [97.206372063720636, 80.355489882692552],\n              [97.019170191701932, 80.525788739814601],\n              [97.19197191971918, 80.645999697783083],\n              [97.944379443794418, 80.700380845435518],\n              [97.746377463774621, 80.741882247591292]\n            ]\n          ],\n          [\n            [\n              [83.306633066330647, 70.805874138361617],\n              [83.148231482314799, 70.649886109569167],\n              [83.133831338313399, 70.433792601792447],\n              [83.310233102331011, 70.443810181623149],\n              [83.303033030330283, 70.644161778237333],\n              [83.46863468634686, 70.737182162379611],\n              [83.306633066330647, 70.805874138361617]\n            ]\n          ],\n          [\n            [\n              [89.04869048690486, 77.141277839868138],\n              [88.663486634866359, 77.079741278050932],\n              [88.919089190891924, 76.976703314077923],\n              [89.04869048690486, 77.141277839868138]\n            ]\n          ],\n          [\n            [\n              [107.765277652776518, 53.316610836777869],\n              [106.991269912699096, 53.113397074497783],\n              [106.966069660696604, 53.010359110524774],\n              [107.390873908739053, 53.077620003673815],\n              [107.765277652776518, 53.316610836777869]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-EU\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [65.036450364503651, 69.271753341430269],\n              [64.762847628476294, 69.162991046125455],\n              [64.831248312483126, 69.294650666757605],\n              [65.004050040500402, 69.304668246588335],\n              [64.129241292412928, 69.55081449385716],\n              [63.409234092340938, 69.67102545182567],\n              [62.63162631626318, 69.742579593473579],\n              [61.40761407614076, 69.791236409794152],\n              [60.925209252092515, 69.867083799940957],\n              [60.770407704077058, 69.84847972311249],\n              [60.655206552065522, 69.672456534658608],\n              [60.234002340023409, 69.665301120493837],\n              [60.140401404014057, 69.578005067683364],\n              [60.518405184051858, 69.331858820414539],\n              [60.583205832058326, 69.150111300628822],\n              [60.903609036090359, 69.122920726802619],\n              [60.907209072090723, 68.926862378687332],\n              [60.468004680046818, 68.72221753357428],\n              [59.773197731977319, 68.667836385921873],\n              [59.963999639996416, 68.466053706474739],\n              [59.675996759967603, 68.335825168675541],\n              [59.110791107911098, 68.404517144657532],\n              [59.056790567905693, 68.619179569601272],\n              [59.416794167941674, 68.766581101395985],\n              [58.891188911889117, 68.934017792852103],\n              [59.240392403924034, 68.988398940504538],\n              [58.880388803888053, 69.002709768834109],\n              [57.976779767797694, 68.852446071373492],\n              [57.929979299793018, 68.750839190233449],\n              [57.602376023760257, 68.742252693235713],\n              [57.328773287732872, 68.564798421948865],\n              [56.849968499684991, 68.571953836113664],\n              [56.691566915669171, 68.630628232264939],\n              [55.95355953559536, 68.653525557592275],\n              [55.391953919539191, 68.564798421948865],\n              [54.938349383493858, 68.398792813325699],\n              [54.862748627486297, 68.185561471214911],\n              [54.650346503465045, 68.194147968212661],\n              [54.466744667446676, 68.304341346350455],\n              [54.239942399423995, 68.211320962208163],\n              [54.185941859418591, 68.320083257512991],\n              [53.991539915399159, 68.221338542038865],\n              [53.239132391323921, 68.252822364363951],\n              [53.440734407344081, 68.373033322332446],\n              [53.660336603366034, 68.331531920176658],\n              [53.930339303393055, 68.391637399160913],\n              [53.721537215372166, 68.656387723258206],\n              [54.027540275402771, 68.845290657208693],\n              [53.613536135361358, 68.913982633190699],\n              [54.355143551435532, 68.958346201012404],\n              [54.527945279452808, 69.009865182998908],\n              [54.103141031410331, 69.001278686001172],\n              [53.437134371343717, 68.918275881689567],\n              [52.288722887228886, 68.614886321102404],\n              [52.731527315273155, 68.474640203472489],\n              [52.40032400324003, 68.337256251508492],\n              [52.133921339213401, 68.37875765366428],\n              [52.295922959229614, 68.500399694465742],\n              [52.065520655206569, 68.481795617637289],\n              [52.21672216722169, 68.584833581610297],\n              [50.953109531095322, 68.340118417174409],\n              [50.794707947079473, 68.377326570831329],\n              [50.434704347043493, 68.219907459205913],\n              [49.65349653496537, 67.980916626101873],\n              [49.135091350913513, 67.862136750966329],\n              [48.843488434884364, 67.864998916632246],\n              [48.778687786877867, 67.727614964668248],\n              [48.256682566825674, 67.683251396846529],\n              [47.824678246782469, 67.560178273212117],\n              [47.947079470794705, 67.444260563742489],\n              [47.695076950769533, 67.205269730638449],\n              [47.723877238772388, 67.000624885525411],\n              [47.410674106741084, 66.929070743877503],\n              [46.582665826658285, 66.816015200073792],\n              [46.579065790657921, 66.873258513392116],\n              [46.042660426604272, 66.830326028403377],\n              [45.851858518585203, 66.887569341721701],\n              [45.592655926559274, 67.158043997150827],\n              [44.951849518495209, 67.321187440108076],\n              [45.027450274502769, 67.531556616552948],\n              [45.315453154531554, 67.591662095537203],\n              [45.351453514535166, 67.730477130334165],\n              [46.003060030600324, 67.767685283991071],\n              [46.723067230672314, 67.844963756970827],\n              [46.535865358653609, 68.132611406395455],\n              [46.028260282602844, 68.324376506011873],\n              [45.945459454594555, 68.44601854681332],\n              [45.30465304653049, 68.544763262287461],\n              [43.983439834398354, 68.551918676452232],\n              [43.475834758347588, 68.669267468754839],\n              [43.324633246332468, 68.613455238269438],\n              [44.159841598415994, 68.335825168675541],\n              [44.242642426424283, 68.255684530029868],\n              [44.09864098640989, 67.892189490458449],\n              [44.13104131041311, 67.803462354815039],\n              [43.792637926379285, 67.344084765435412],\n              [43.814238142381441, 67.178079156812245],\n              [44.285842858428595, 67.08792093833587],\n              [44.498244982449847, 66.921915329712704],\n              [44.365043650436519, 66.781669212082789],\n              [44.487444874448755, 66.675769082443878],\n              [44.213842138421398, 66.408156592680669],\n              [44.044640446404486, 66.080438623933205],\n              [43.835838358383597, 66.186338753572116],\n              [43.288632886328884, 66.090456203763921],\n              [43.666636666366685, 66.217822575897202],\n              [43.252632526325272, 66.436778249339824],\n              [42.547025470254709, 66.385259267353334],\n              [42.644226442264426, 66.452520160502374],\n              [42.201422014220157, 66.532660799148033],\n              [41.855818558185604, 66.29653213170991],\n              [41.34101341013411, 66.063265629937703],\n              [40.797407974079761, 65.991711488289795],\n              [40.279002790027903, 65.729823329858419],\n              [39.825398253982542, 65.606750206223992],\n              [39.713797137971397, 65.402105361110955],\n              [40.113401134011355, 65.074387392363505],\n              [40.379803798037983, 64.922692612069923],\n              [40.516605166051676, 64.542024578503003],\n              [40.181801818018187, 64.559197572498505],\n              [39.850598505985062, 64.676546364801084],\n              [39.566195661956641, 64.54488674416892],\n              [38.921789217892183, 64.732358595286456],\n              [38.42498424984251, 64.793895157103663],\n              [38.396639502423163, 64.785203026575189],\n              [38.356583565835678, 64.852569553254966],\n              [38.046980469804708, 64.854000636087918],\n              [37.70497704977052, 65.017144079045167],\n              [37.006570065700686, 65.173132107837631],\n              [36.819368193681953, 65.147372616844379],\n              [36.808568085680861, 64.958469682893877],\n              [36.441364413644152, 64.916968280738089],\n              [36.560165601656024, 64.718047766956872],\n              [36.743767437674393, 64.680839613299966],\n              [37.121771217712194, 64.39462304670829],\n              [37.337773377733782, 64.340241899055883],\n              [37.686976869768699, 64.430400117532258],\n              [38.003780037800396, 64.317344573728548],\n              [37.91377913779138, 64.220030941087373],\n              [38.086580865808685, 64.035421255635754],\n              [38.000180001800032, 63.95528061699008],\n              [37.614976149761503, 63.880864309676255],\n              [37.607776077760803, 63.815034499360166],\n              [37.290972909729106, 63.817896665026083],\n              [37.16857168571687, 63.89517513800584],\n              [36.52416524165244, 63.971022528152631],\n              [36.552965529655324, 63.763515517373676],\n              [36.376563765637684, 63.644735642238132],\n              [35.883358833588346, 63.573181500590209],\n              [36.218162181621835, 63.417193471797759],\n              [36.318963189631916, 63.161029644698218],\n              [36.257762577625783, 63.032232189731957],\n              [36.49896498964992, 62.826156261785968],\n              [37.082170821708218, 62.655857404663919],\n              [37.503375033750359, 62.645839824833217],\n              [37.571775717757191, 62.361054341074507],\n              [37.431374313743163, 62.236550134607128],\n              [37.719377193771948, 62.203635229449091],\n              [37.809378093780964, 61.997559301503088],\n              [37.928179281792836, 61.968937644843919],\n              [37.773377733777352, 61.522439800960925],\n              [37.96417964179642, 61.148927181558804],\n              [38.176581765817673, 61.120305524899635],\n              [38.212582125821285, 60.924247176784348],\n              [38.360183601836042, 60.955730999109434],\n              [38.428584285842874, 60.804036218815838],\n              [38.662586625866282, 60.711015834673546],\n              [38.946989469894703, 60.802605135982887],\n              [39.069390693906939, 60.713878000339463],\n              [39.33939339393396, 60.683825260847343],\n              [39.648996489964901, 60.745361822664549],\n              [39.922599225992286, 60.652341438522257],\n              [40.74700747007472, 60.779707810655552],\n              [41.060210602106025, 60.64947927285634],\n              [41.344613446134474, 60.646617107190423],\n              [41.380613806138086, 60.851261952303474],\n              [41.801818018180199, 60.898487685791096],\n              [42.395823958239589, 60.76969023082485],\n              [42.651426514265154, 60.862710614967142],\n              [43.047430474304747, 60.739637491332715],\n              [43.148231482314827, 60.805467301648804],\n              [43.5118351183512, 60.766828065158933],\n              [43.717037170371725, 60.884176857461512],\n              [43.774637746377465, 61.020129726592558],\n              [44.159841598415994, 61.083097371242715],\n              [44.20664206642067, 60.97147291027197],\n              [45.22905229052293, 60.90421201712293],\n              [45.333453334533345, 61.188997500881641],\n              [45.722257222572239, 61.178979921050924],\n              [45.765457654576551, 61.054475714583546],\n              [46.283862838628409, 60.967179661773088],\n              [46.499864998649997, 61.064493294414262],\n              [46.751867518675198, 60.907074182788847],\n              [47.043470434704346, 60.854124117969391],\n              [47.194671946719467, 61.048751383251712],\n              [47.569075690756932, 61.058768963082429],\n              [47.965079650796525, 60.998663484098174],\n              [47.983079830798317, 60.897056602958131],\n              [48.418684186841887, 60.854124117969391],\n              [48.537485374853759, 60.565045385711798],\n              [48.753487534875347, 60.361831623431726],\n              [48.461884618846199, 60.197257097641511],\n              [48.508685086850875, 59.714982182934548],\n              [49.073890738907409, 59.659169952449176],\n              [49.037890378903796, 59.500319757990809],\n              [49.53469534695347, 59.394419628351883],\n              [49.52749527495277, 59.235569433893517],\n              [49.793897938979399, 59.2327072682276],\n              [49.833498334983346, 59.637703709954806],\n              [50.387903879038788, 59.839486389401927],\n              [50.830708307083086, 59.870970211727013],\n              [51.075510755107558, 60.061304228510465],\n              [51.521915219152191, 59.946817601873803],\n              [52.061920619206205, 60.317468055610007],\n              [52.29952299522995, 60.241620665463216],\n              [52.32472324723247, 60.431954682246683],\n              [52.133921339213401, 60.546441308883345],\n              [51.773917739177392, 60.605115705034635],\n              [51.889118891188929, 60.875590360463761],\n              [52.353523535235354, 60.844106538138675],\n              [52.44352443524437, 60.980059407269721],\n              [52.789127891278923, 60.948575584944635],\n              [52.875528755287576, 61.094546033906383],\n              [53.347133471334729, 61.037302720588059],\n              [53.354333543335429, 60.892763354459262],\n              [53.789937899378998, 60.848399786637557],\n              [53.854738547385494, 60.980059407269721],\n              [54.977949779497806, 60.864141697800093],\n              [55.060750607506094, 61.00868106392889],\n              [55.31635316353163, 61.123167690565552],\n              [55.690756907569096, 61.085959536908632],\n              [55.841958419584216, 61.249102979865881],\n              [56.255962559625601, 61.206170494877128],\n              [56.38916389163893, 61.420832919820882],\n              [56.702367023670234, 61.525301966626841],\n              [58.69318693186932, 61.502404641299506],\n              [59.024390243902445, 61.552492540453045],\n              [59.348393483934842, 61.682721078252257],\n              [59.344793447934478, 61.855882101040223],\n              [59.485194851948535, 61.99326605300422],\n              [59.402394023940246, 62.107752679640882],\n              [59.643596435964355, 62.509886955702171],\n              [59.395193951939518, 62.73170479481071],\n              [59.481594815948171, 62.891986072102043],\n              [59.276392763927646, 62.970695627914751],\n              [59.290792907929074, 63.34277716448392],\n              [59.492394923949234, 63.610389654247129],\n              [59.585995859958615, 63.938107622994593],\n              [59.762397623976256, 63.995350936312917],\n              [59.837998379983816, 64.152770047938333],\n              [59.589595895958979, 64.232910686584006],\n              [59.589595895958979, 64.467608271189164],\n              [59.485194851948535, 64.497661010681298],\n              [59.704797047970487, 64.667959867803333],\n              [59.647196471964719, 64.772428914609293],\n              [60.147601476014756, 65.064369812532789],\n              [60.435604356043569, 65.041472487205453],\n              [60.666006660066614, 64.902657452408505],\n              [60.831608316083162, 65.05149006703617],\n              [61.004410044100439, 65.06007656403392],\n              [61.317613176131772, 65.266152491979923],\n              [61.252812528125276, 65.319102556799379],\n              [61.882818828188277, 65.70120167319925],\n              [62.01962019620197, 65.716943584361786],\n              [62.836828368283676, 65.868638364655368],\n              [62.822428224282248, 66.011746647951213],\n              [63.067230672306721, 66.232133404226786],\n              [63.438034380343822, 66.485435065660411],\n              [63.808838088380895, 66.546971627477618],\n              [63.970839708397079, 66.645716342951744],\n              [64.316443164431661, 66.667182585446128],\n              [64.568445684456861, 66.793117874746457],\n              [65.115651156511575, 66.907604501383119],\n              [65.191251912519135, 67.145164251654208],\n              [66.109261092610922, 67.488624131564208],\n              [65.832058320583201, 67.643181077523707],\n              [66.152461524615262, 67.657491905853291],\n              [66.022860228602298, 67.794875857817289],\n              [66.084060840608402, 67.933690892614237],\n              [65.436054360543608, 67.919380064284667],\n              [65.288452884528851, 68.012400448426945],\n              [65.274052740527424, 68.217045293539996],\n              [65.47925479254792, 68.430276635650785],\n              [65.65565655656556, 68.556211924951128],\n              [65.515255152551532, 68.5876957472762],\n              [65.313653136531372, 68.803789255052919],\n              [64.766447664476658, 68.889654225030398],\n              [64.554045540455405, 68.871050148201959],\n              [64.546845468454677, 69.032762508326243],\n              [64.989649896498975, 69.204492448281229],\n              [65.036450364503651, 69.271753341430269]\n            ]\n          ],\n          [\n            [\n              [51.410314103141047, 71.806201038599482],\n              [51.532715327153284, 71.565779122662491],\n              [51.860318603186045, 71.455585744524683],\n              [52.414724147241486, 71.477051987019081],\n              [52.519125191251931, 71.628746767312663],\n              [52.609126091260919, 71.468465490021316],\n              [52.969129691296928, 71.405497845371144],\n              [53.249932499325013, 71.455585744524683],\n              [53.451534515345173, 71.263820644908265],\n              [53.797137971379726, 71.155058349603451],\n              [54.041940419404199, 71.233767905416158],\n              [54.232742327423296, 71.119281278779482],\n              [53.491134911349121, 71.072055545291875],\n              [53.739537395373958, 70.947551338824496],\n              [53.300333003330053, 70.865979617345857],\n              [54.225542255422567, 70.730026748214812],\n              [54.491944919449196, 70.784407895867247],\n              [55.161551615516174, 70.552572476927992],\n              [55.427954279542803, 70.750061907876244],\n              [56.021960219602192, 70.574038719422362],\n              [56.644766447664495, 70.574038719422362],\n              [56.432364323643242, 70.715715919885241],\n              [56.720367203672055, 70.639868529738436],\n              [57.296372963729652, 70.564021139591659],\n              [57.638376383763841, 70.730026748214812],\n              [57.465574655746565, 70.817322801025284],\n              [57.062370623706244, 70.863117451679955],\n              [56.104761047610481, 71.259527396409396],\n              [56.025560255602556, 71.371151857380141],\n              [55.672756727567275, 71.611573773317161],\n              [55.496354963549635, 71.902083588407692],\n              [55.226352263522642, 71.929274162233895],\n              [55.575555755557559, 72.199748817663021],\n              [55.377553775537763, 72.30278678163603],\n              [55.723157231572316, 72.637660164548265],\n              [55.946359463594632, 72.669143986873365],\n              [55.737557375573772, 72.783630613510013],\n              [56.137161371613729, 72.782199530677076],\n              [56.255962559625601, 72.95822271913093],\n              [55.643956439564391, 72.972533547460529],\n              [56.227162271622717, 73.008310618284469],\n              [56.385563855638566, 73.068416097268738],\n              [55.809558095580968, 73.065553931602807],\n              [56.547565475654778, 73.121366162088179],\n              [56.435964359643606, 73.230128457393022],\n              [55.305553055530567, 73.338890752697864],\n              [54.934749347493494, 73.424755722675343],\n              [54.531545315453172, 73.37609890635477],\n              [54.189541895418955, 73.271629859548824],\n              [53.753937539375414, 73.298820433375028],\n              [53.156331563315632, 73.149987818747348],\n              [53.141931419314204, 73.0111727839504],\n              [53.307533075330753, 72.878082080485285],\n              [53.026730267302696, 72.925307813972893],\n              [52.616326163261647, 72.863771252155686],\n              [52.396723967239694, 72.717800803193938],\n              [52.778327783277831, 72.647677744378996],\n              [52.688326883268843, 72.367185509119139],\n              [52.414724147241486, 72.269871876477993],\n              [52.411124111241122, 72.086693273859311],\n              [51.867518675186773, 72.158247415507248],\n              [51.608316083160844, 72.090986522358179],\n              [51.410314103141047, 71.806201038599482]\n            ]\n          ],\n          [\n            [\n              [56.602193394489966, 74.709972361969832],\n              [56.385563855638566, 74.721316769335601],\n              [55.528755287552883, 74.655486959019527],\n              [55.499954999549999, 74.566759823376117],\n              [55.867158671586736, 74.553880077879484],\n              [56.263162631626329, 74.479463770565644],\n              [55.388353883538855, 74.445117782574641],\n              [55.23355233552337, 74.376425806592636],\n              [55.636756367563692, 74.334924404436862],\n              [55.528755287552883, 74.281974339617392],\n              [55.075150751507522, 74.266232428454856],\n              [55.622356223562235, 74.190385038308051],\n              [55.813158131581332, 74.100226819831676],\n              [55.154351543515446, 74.188953955475114],\n              [54.679146791467929, 74.068742997506604],\n              [54.801548015480165, 73.985740193195028],\n              [54.254342543425452, 73.915617134380057],\n              [53.869138691386922, 73.778233182416074],\n              [53.631536315363149, 73.759629105587607],\n              [54.074340743407447, 73.60936540812699],\n              [54.491944919449196, 73.696661460937435],\n              [55.08955089550895, 73.7052479579352],\n              [54.542345423454236, 73.610796490959927],\n              [54.185941859418591, 73.492016615824383],\n              [54.337143371433712, 73.460532793499311],\n              [54.034740347403471, 73.374667823521804],\n              [54.250742507425088, 73.328873172867134],\n              [54.473944739447404, 73.390409734684368],\n              [55.021150211502118, 73.44335979950381],\n              [55.435154351543531, 73.331735338533065],\n              [55.924759247592476, 73.311700178871661],\n              [56.014760147601493, 73.411875977178738],\n              [56.119161191611937, 73.290233936377263],\n              [56.759967599676003, 73.251594699887391],\n              [57.253172531725312, 73.457670627833409],\n              [57.019170191701932, 73.583605917133724],\n              [57.350373503735057, 73.553553177641618],\n              [57.569975699757009, 73.607934325294025],\n              [57.591575915759165, 73.703816875102234],\n              [57.393573935739369, 73.845494075565114],\n              [57.749977499775014, 73.726714200429569],\n              [57.944379443794446, 73.806854839075243],\n              [57.911979119791198, 73.915617134380057],\n              [57.526775267752697, 74.064449749007736],\n              [57.559175591755917, 74.180367458477349],\n              [57.724777247772494, 74.055863252009971],\n              [58.109981099810994, 73.985740193195028],\n              [58.246782467824687, 74.190385038308051],\n              [58.729187291872933, 74.239041854628653],\n              [58.639186391863916, 74.423651540080272],\n              [58.185581855818555, 74.581070651705687],\n              [59.146791467914682, 74.443686699741676],\n              [59.290792907929074, 74.642607213522894],\n              [59.121591215912161, 74.747076260328839],\n              [59.600396003960043, 74.596812562868223],\n              [59.8739987399874, 74.628296385193323],\n              [59.769597695976955, 74.72561001783447],\n              [60.277202772027721, 74.74993842599477],\n              [60.194401944019461, 74.854407472800716],\n              [60.56160561605617, 74.865856135464384],\n              [60.622806228062274, 74.968894099437392],\n              [60.010800108001092, 74.98034276210106],\n              [60.568805688056898, 75.046172572417134],\n              [60.723607236072354, 75.027568495588696],\n              [60.831608316083162, 75.153503784889011],\n              [61.108811088110883, 75.197867352710716],\n              [61.378813788137876, 75.333820221841762],\n              [61.48321483214832, 75.223626843703983],\n              [61.731617316173157, 75.381045955329398],\n              [62.271622716227171, 75.439720351480673],\n              [63.031230312303137, 75.587121883275387],\n              [63.708037080370815, 75.635778699595988],\n              [65.216452164521655, 75.85473437303861],\n              [66.177661776617782, 75.962065585510487],\n              [66.685266852668519, 76.060810300984599],\n              [67.146071460714609, 76.105173868806304],\n              [67.912879128791303, 76.258299731932851],\n              [68.28728287282874, 76.281197057260187],\n              [68.34488344883448, 76.349889033242192],\n              [68.938889388893898, 76.567413623851849],\n              [68.787687876878778, 76.588879866346218],\n              [68.93168931689317, 76.787800380127436],\n              [68.463684636846381, 76.966685734247221],\n              [67.588875888758906, 77.013911467734857],\n              [66.944469444694448, 76.94951274025172],\n              [66.408064080640798, 76.849336941944642],\n              [65.752857528575305, 76.683331333321462],\n              [65.990459904599049, 76.533067635860846],\n              [65.612456124561248, 76.580293369348482],\n              [65.101251012510119, 76.470099991210674],\n              [64.827648276482762, 76.484410819540273],\n              [64.626046260462601, 76.374217441402465],\n              [64.474844748447481, 76.398545849562765],\n              [64.035640356403576, 76.315543045251189],\n              [63.718837188371879, 76.349889033242192],\n              [62.955629556295577, 76.206780749946347],\n              [62.779227792277936, 76.271179477429484],\n              [62.390423904239043, 76.196763170115645],\n              [62.383223832238315, 76.271179477429484],\n              [62.09522095220953, 76.254006483433983],\n              [61.638016380163805, 76.311249796752321],\n              [61.076410764107635, 76.279765974427221],\n              [60.900009000089995, 76.156692850792808],\n              [61.087210872108727, 76.0851387091449],\n              [60.734407344073446, 76.004998070499227],\n              [60.482404824048245, 76.026464312993596],\n              [60.838808388083891, 76.122346862801805],\n              [60.266402664026657, 76.109467117305172],\n              [60.04320043200434, 76.0536548868198],\n              [60.324003240032397, 75.997842656334427],\n              [59.747997479974799, 75.930581763185387],\n              [59.398793987939882, 75.937737177350186],\n              [58.930789307893093, 75.867614118535215],\n              [58.603186031860332, 75.733092332237135],\n              [58.019980199802006, 75.68157335025063],\n              [58.185581855818555, 75.588552966108352],\n              [57.562775627756281, 75.519860990126347],\n              [57.742777427774286, 75.328095890509928],\n              [57.047970479704816, 75.3982189493249],\n              [56.734767347673483, 75.296612068184857],\n              [56.882368823688239, 75.223626843703983],\n              [56.446764467644698, 75.067638814911504],\n              [56.371163711637138, 75.187849772880014],\n              [56.036360363603649, 75.217902512372149],\n              [55.809558095580968, 75.156365950554942],\n              [55.863558635586372, 75.003240087428395],\n              [56.421564215642178, 75.037586075419398],\n              [56.317163171631734, 74.967463016604427],\n              [56.662766627666286, 74.944565691277091],\n              [55.885158851588528, 74.84582097580298],\n              [55.939159391593932, 74.781422248319842],\n              [56.46476464764649, 74.798595242315344],\n              [56.602193394489966, 74.709972361969832]\n            ]\n          ],\n          [\n            [\n              [53.231932319323192, 71.216594911420657],\n              [52.529925299252994, 71.388324851375643],\n              [52.256322563225638, 71.348254532052806],\n              [52.256322563225638, 71.273838224738995],\n              [52.771127711277131, 71.167938095100055],\n              [53.008730087300876, 70.9675864984859],\n              [53.231932319323192, 71.216594911420657]\n            ]\n          ],\n          [\n            [\n              [51.345513455134551, 79.953355606631249],\n              [51.266312663126655, 80.056393570604257],\n              [50.999909999099998, 80.102188221258928],\n              [50.553505535055365, 79.987701594622251],\n              [50.045900459004599, 79.974821849125618],\n              [51.421114211142111, 79.916147452974343],\n              [51.345513455134551, 79.953355606631249]\n            ]\n          ],\n          [\n            [\n              [50.081900819008212, 80.067842233267925],\n              [50.315903159031592, 80.168018031575002],\n              [49.898298982989843, 80.233847841891077],\n              [49.531095310953134, 80.159431534577266],\n              [50.081900819008212, 80.067842233267925]\n            ]\n          ],\n          [\n            [\n              [55.795157951579512, 80.641706449284214],\n              [56.327963279632797, 80.624533455288713],\n              [56.929169291692915, 80.663172691778584],\n              [56.529565295652958, 80.787676898245962],\n              [55.780757807578084, 80.760486324419759],\n              [55.431554315543167, 80.714691673765088],\n              [55.795157951579512, 80.641706449284214]\n            ]\n          ],\n          [\n            [\n              [46.68706687066873, 80.528650905480504],\n              [47.781477814778157, 80.764779572918627],\n              [48.062280622806242, 80.661741608945619],\n              [48.728287282872827, 80.610222626959143],\n              [48.454684546845471, 80.727571419261722],\n              [48.656286562865631, 80.754761993087925],\n              [48.274682746827466, 80.830609383234702],\n              [47.864278642786445, 80.812005306406263],\n              [47.536675366753684, 80.856368874227968],\n              [47.137071370713727, 80.842058045898369],\n              [46.92106921069211, 80.749037661756091],\n              [45.095850958509601, 80.648861863449014],\n              [45.517055170551714, 80.520064408482767],\n              [46.071460714607156, 80.567290141970375],\n              [46.082260822608248, 80.439923769837094],\n              [46.481864818648205, 80.459958929498498],\n              [46.68706687066873, 80.528650905480504]\n            ]\n          ],\n          [\n            [\n              [62.221222212222131, 80.8134363892392],\n              [62.066420664206646, 80.879266199555303],\n              [60.313203132031333, 80.810574223573298],\n              [60.169201692016941, 80.853506708562037],\n              [59.510395103951055, 80.803418809408498],\n              [59.22959229592297, 80.644568614950117],\n              [59.240392403924034, 80.528650905480504],\n              [59.686796867968695, 80.427044024340461],\n              [60.306003060030605, 80.495736000322466],\n              [61.044010440104415, 80.405577781846091],\n              [61.605616056160557, 80.528650905480504],\n              [61.706417064170637, 80.597342881462509],\n              [62.073620736207374, 80.614515875458011],\n              [62.221222212222131, 80.8134363892392]\n            ]\n          ],\n          [\n            [\n              [58.131581315813179, 80.780521484081163],\n              [58.419584195841963, 80.749037661756091],\n              [58.894788947889481, 80.773366069916392],\n              [59.013590135901353, 80.823453969069931],\n              [58.747187471874724, 80.902163524882639],\n              [57.843578435784366, 80.824885051902868],\n              [58.131581315813179, 80.780521484081163]\n            ]\n          ],\n          [\n            [\n              [55.766357663576656, 80.783383649747094],\n              [55.985959859598609, 80.803418809408498],\n              [55.096750967509678, 80.902163524882639],\n              [53.984339843398431, 80.829178300401765],\n              [54.877148771487725, 80.721847087929888],\n              [55.766357663576656, 80.783383649747094]\n            ]\n          ],\n          [\n            [\n              [51.687516875168768, 80.727571419261722],\n              [51.305913059130603, 80.776228235582295],\n              [50.251102511025124, 80.741882247591292],\n              [50.470704707047076, 80.810574223573298],\n              [50.981909819098206, 80.830609383234702],\n              [50.722707227072277, 80.895008110717839],\n              [50.236702367023668, 80.93364734720771],\n              [49.001890018900212, 80.776228235582295],\n              [49.203492034920373, 80.693225431270719],\n              [49.62829628296285, 80.730433584927624],\n              [49.631896318963186, 80.640275366451249],\n              [49.135091350913513, 80.517202242816836],\n              [48.569885698857007, 80.505753580153169],\n              [48.415084150841523, 80.570152307636306],\n              [48.011880118801201, 80.547254982308971],\n              [47.425074250742512, 80.442785935502997],\n              [48.10188101881019, 80.475700840661034],\n              [48.20268202682027, 80.415595361676793],\n              [47.619476194761972, 80.405577781846091],\n              [48.188281882818842, 80.336885805864085],\n              [48.015480154801566, 80.309695232037882],\n              [47.223472234722351, 80.309695232037882],\n              [47.090270902709051, 80.371231793855088],\n              [46.651066510665117, 80.31398848053675],\n              [47.101071010710115, 80.170880197240933],\n              [47.450274502745032, 80.239572173222911],\n              [47.929079290792913, 80.24672758738771],\n              [47.662676626766284, 80.070704398933827],\n              [48.116281162811646, 80.13653420924993],\n              [48.371883718837211, 80.092170641428226],\n              [48.497884978849811, 80.192346439735303],\n              [48.969489694896964, 80.152276120412466],\n              [49.106291062910628, 80.189484274069372],\n              [48.652686526865267, 80.316850646202681],\n              [48.839888398884, 80.38840478785059],\n              [49.491494914949158, 80.364076379690289],\n              [49.815498154981555, 80.401284533347223],\n              [49.729097290972931, 80.494304917489501],\n              [50.121501215012159, 80.527219822647538],\n              [50.949509495094958, 80.537237402478269],\n              [51.176311763117639, 80.618809123956879],\n              [51.701917019170196, 80.677483520108183],\n              [51.687516875168768, 80.727571419261722]\n            ]\n          ],\n          [\n            [\n              [58.653586535865372, 81.04384072534549],\n              [58.070380703807047, 81.111101618494558],\n              [57.883178831788314, 81.029529897015919],\n              [58.253982539825415, 80.95511358970208],\n              [58.55998559985602, 80.956544672535045],\n              [58.653586535865372, 81.04384072534549]\n            ]\n          ],\n          [\n            [\n              [57.3359733597336, 80.892145945051908],\n              [57.836378363783638, 80.853506708562037],\n              [58.282782827828299, 80.926491933042911],\n              [57.749977499775014, 80.970855500864616],\n              [57.645576455764569, 81.023805565684086],\n              [56.702367023670234, 81.112532701327495],\n              [56.144361443614457, 81.092497541666091],\n              [56.799567995679979, 81.028098814182954],\n              [57.3359733597336, 80.892145945051908]\n            ]\n          ],\n          [\n            [\n              [54.563945639456392, 80.995183909024917],\n              [54.999549995499962, 80.950820341203212],\n              [55.31635316353163, 80.975148749363512],\n              [55.798757987579876, 80.854937791395002],\n              [56.669966699667015, 80.809143140740332],\n              [57.05877058770588, 80.691794348437753],\n              [57.562775627756281, 80.749037661756091],\n              [57.681576815768153, 80.816298554905131],\n              [56.651966519665194, 80.943664927038412],\n              [56.623166231662339, 80.982304163528283],\n              [56.018360183601857, 81.04384072534549],\n              [55.575555755557559, 81.006632571688584],\n              [54.646746467464681, 81.122550281158226],\n              [54.563945639456392, 80.995183909024917]\n            ]\n          ],\n          [\n            [\n              [50.477904779047805, 81.069600216338756],\n              [50.751507515075161, 81.040978559679587],\n              [50.978309783097842, 81.105377287162725],\n              [50.528305283052845, 81.168344931812868],\n              [50.477904779047805, 81.069600216338756]\n            ]\n          ],\n          [\n            [\n              [57.267572675726768, 81.427370924578327],\n              [57.79677796777969, 81.378714108257753],\n              [58.570785707857084, 81.413060096248756],\n              [58.401584015840172, 81.474596658065963],\n              [57.890378903789042, 81.48604532072963],\n              [57.782377823778234, 81.564754876542338],\n              [57.011970119701203, 81.536133219883169],\n              [56.756367563675639, 81.450268249905662],\n              [57.267572675726768, 81.427370924578327]\n            ]\n          ],\n          [\n            [\n              [62.502025020250215, 81.653482012185748],\n              [62.68922689226892, 81.614842775695877],\n              [63.466834668346678, 81.589083284702639],\n              [63.805238052380531, 81.660637426350547],\n              [63.679236792367931, 81.69498341434155],\n              [62.224822248222495, 81.702138828506349],\n              [62.502025020250215, 81.653482012185748]\n            ]\n          ],\n          [\n            [\n              [58.297182971829727, 81.713587491169989],\n              [59.35559355593557, 81.753657810492825],\n              [59.215192151921514, 81.858126857298799],\n              [57.976779767797694, 81.816625455142997],\n              [57.991179911799122, 81.690690165842682],\n              [58.297182971829727, 81.713587491169989]\n            ]\n          ],\n          [\n            [\n              [59.002790027900289, 79.980546180457452],\n              [59.373593735937362, 79.919009618640246],\n              [59.927999279992804, 79.994857008787051],\n              [59.787597875978776, 80.093601724261163],\n              [59.528395283952847, 80.120792298087395],\n              [58.797587975879765, 80.043513825107624],\n              [59.002790027900289, 79.980546180457452]\n            ]\n          ],\n          [\n            [\n              [55.712357123571252, 80.103619304091893],\n              [55.949959499594996, 80.077859813098627],\n              [56.957969579695799, 80.066411150434959],\n              [57.137971379713804, 80.117930132421463],\n              [57.130771307713076, 80.306833066371951],\n              [57.022770227702296, 80.364076379690289],\n              [56.64116641166413, 80.324006060367452],\n              [55.989559895598973, 80.336885805864085],\n              [56.047160471604712, 80.200932936733039],\n              [55.712357123571252, 80.103619304091893]\n            ]\n          ],\n          [\n            [\n              [52.623526235262375, 80.183759942737538],\n              [53.491134911349121, 80.17231128007387],\n              [53.861938619386194, 80.276780326879845],\n              [53.530735307353069, 80.309695232037882],\n              [53.339933399334001, 80.398422367681292],\n              [52.861128611286119, 80.405577781846091],\n              [52.569525695256971, 80.289660072376478],\n              [52.184321843218441, 80.276780326879845],\n              [52.623526235262375, 80.183759942737538]\n            ]\n          ],\n          [\n            [\n              [57.530375303753033, 80.130809877918097],\n              [57.969579695796966, 80.099326055592996],\n              [57.911979119791198, 80.183759942737538],\n              [58.405184051840536, 80.165155865909099],\n              [58.430384303843056, 80.242434338888842],\n              [58.077580775807775, 80.262469498550246],\n              [58.59238592385924, 80.336885805864085],\n              [59.276392763927646, 80.329730391699286],\n              [59.193591935919358, 80.378387208019888],\n              [58.451984519845212, 80.468545426496263],\n              [56.947169471694735, 80.481425171992868],\n              [57.274772747727496, 80.391266953516492],\n              [57.289172891728924, 80.169449114407968],\n              [57.530375303753033, 80.130809877918097]\n            ]\n          ],\n          [\n            [\n              [53.797137971379726, 80.472838674995131],\n              [54.239942399423995, 80.419888610175661],\n              [54.466744667446676, 80.481425171992868],\n              [54.268742687426879, 80.588756384464745],\n              [53.88353883538835, 80.610222626959143],\n              [53.797137971379726, 80.472838674995131]\n            ]\n          ],\n          [\n            [\n              [60.255602556025565, 81.036685311180719],\n              [60.068400684006861, 80.979441997862381],\n              [60.986409864098647, 80.922198684544043],\n              [61.598415984159857, 81.030960979848885],\n              [61.681216812168117, 81.113963784160461],\n              [60.61200612006121, 81.092497541666091],\n              [60.255602556025565, 81.036685311180719]\n            ]\n          ],\n          [\n            [\n              [62.772027720277208, 80.884990530887137],\n              [62.5308253082531, 80.843489128731335],\n              [63.132031320313217, 80.683207851440017],\n              [63.686436864368659, 80.727571419261722],\n              [64.424444244442441, 80.740451164758326],\n              [65.000450004500038, 80.809143140740332],\n              [65.4468544685447, 80.91933651887814],\n              [65.450454504545064, 81.02237448285112],\n              [65.230852308523083, 81.136861109487796],\n              [64.705247052470526, 81.205553085469802],\n              [64.27324273242732, 81.169776014645834],\n              [64.035640356403576, 80.98659741202718],\n              [63.142831428314281, 80.970855500864616],\n              [62.772027720277208, 80.884990530887137]\n            ]\n          ],\n          [\n            [\n              [57.3359733597336, 81.205553085469802],\n              [56.993969939699411, 81.165482766146965],\n              [57.699576995769974, 81.136861109487796],\n              [58.084780847808474, 81.214139582467539],\n              [57.886778867788678, 81.245623404792639],\n              [57.3359733597336, 81.205553085469802]\n            ]\n          ],\n          [\n            [\n              [55.647556475564755, 81.199828754137968],\n              [56.241562415624173, 81.228450410797137],\n              [56.61596615966161, 81.178362511643599],\n              [57.047970479704816, 81.25277881895741],\n              [57.904779047790498, 81.297142386779115],\n              [56.727567275672754, 81.39731818508622],\n              [56.335163351633526, 81.385869522422553],\n              [56.543965439654414, 81.254209901790375],\n              [55.712357123571252, 81.33005729193718],\n              [55.463954639546415, 81.324332960605346],\n              [55.647556475564755, 81.199828754137968]\n            ]\n          ],\n          [\n            [\n              [58.563585635856356, 81.324332960605346],\n              [59.341193411934114, 81.304297800943914],\n              [59.017190171901717, 81.403042516418054],\n              [58.563585635856356, 81.324332960605346]\n            ]\n          ],\n          [\n            [\n              [40.455404554045543, 64.58209489782584],\n              [40.228602286022863, 64.699443690128419],\n              [39.854198541985426, 64.699443690128419],\n              [40.196201962019643, 64.573508400828089],\n              [40.455404554045543, 64.58209489782584]\n            ]\n          ],\n          [\n            [\n              [40.145801458014603, 64.733789678119422],\n              [40.397803978039803, 64.629320631313462],\n              [40.333003330033307, 64.772428914609293],\n              [40.145801458014603, 64.733789678119422]\n            ]\n          ],\n          [\n            [\n              [58.815588155881557, 79.916147452974343],\n              [58.613986139861396, 79.979115097624515],\n              [58.250382503825051, 79.939044778301678],\n              [58.815588155881557, 79.916147452974343]\n            ]\n          ],\n          [\n            [\n              [54.409144091440936, 80.285366823877581],\n              [54.110341103411031, 80.286797906710547],\n              [54.139141391413915, 80.196639688234171],\n              [54.409144091440936, 80.285366823877581]\n            ]\n          ],\n          [\n            [\n              [55.499954999549999, 80.316850646202681],\n              [54.938349383493858, 80.263900581383211],\n              [55.075150751507522, 80.219537013561506],\n              [55.499954999549999, 80.316850646202681]\n            ]\n          ],\n          [\n            [\n              [54.841148411484113, 80.431337272839329],\n              [54.707947079470813, 80.475700840661034],\n              [54.391143911439116, 80.386973705017624],\n              [54.841148411484113, 80.431337272839329]\n            ]\n          ],\n          [\n            [\n              [60.56160561605617, 81.274245061451808],\n              [59.84159841598418, 81.287124806948412],\n              [60.432004320043205, 81.244192321959673],\n              [60.56160561605617, 81.274245061451808]\n            ]\n          ],\n          [\n            [\n              [59.240392403924034, 69.177301874455026],\n              [59.150391503915046, 69.254580347434796],\n              [58.783187831878337, 69.326134489082705],\n              [59.240392403924034, 69.177301874455026]\n            ]\n          ],\n          [\n            [\n              [50.32310323103232, 69.150111300628822],\n              [50.164701647016471, 69.260304678766602],\n              [49.271892718927205, 69.507882008868393],\n              [48.807488074880752, 69.493571180538822],\n              [48.30348303483035, 69.277477672762103],\n              [48.217082170821726, 68.909689384691831],\n              [48.591485914859163, 68.730804030572045],\n              [49.250292502925049, 68.779460846892619],\n              [49.718297182971838, 68.889654225030398],\n              [49.955899558995611, 69.074263910482046],\n              [50.32310323103232, 69.150111300628822]\n            ]\n          ],\n          [\n            [\n              [60.540005400054014, 69.818426983620355],\n              [60.475204752047517, 69.920033864760399],\n              [60.010800108001092, 70.104643550212018],\n              [59.535595355953575, 70.209112597017992],\n              [59.542795427954275, 70.253476164839697],\n              [59.024390243902445, 70.479587252447118],\n              [58.523985239852408, 70.330754637819439],\n              [58.822788227882285, 70.216268011182791],\n              [58.46638466384664, 70.270649158835198],\n              [58.570785707857084, 70.07888405921878],\n              [59.017190171901717, 69.859928385776158],\n              [58.937989379893793, 69.941500107254768],\n              [59.431194311943131, 69.889981125268292],\n              [59.603996039960407, 69.818426983620355],\n              [59.564395643956459, 69.715389019647375],\n              [60.201602016020161, 69.685336280155241],\n              [60.475204752047517, 69.722544433812146],\n              [60.540005400054014, 69.818426983620355]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-AS\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [130.531905319053152, 42.53053952477093],\n              [130.701107011070093, 42.294410857332807],\n              [130.870308703087034, 42.534832773269798],\n              [130.657906579065781, 42.663630228236059],\n              [131.11871118711187, 42.666492393901976],\n              [131.20151201512013, 42.61354232908252],\n              [131.38511385113847, 42.914069724003767],\n              [131.73071730717308, 43.174526799602177],\n              [131.7631176311763, 43.291875591904756],\n              [131.99711997119968, 43.2389255270853],\n              [131.953919539195368, 43.071488835629182],\n              [132.306723067230649, 43.319066165730973],\n              [132.288722887228829, 42.882585901678681],\n              [132.738727387273883, 42.906914309838967],\n              [132.814328143281415, 42.756650612378351],\n              [132.990729907299084, 42.826773671193308],\n              [133.156331563315604, 42.687958636396345],\n              [133.523535235352341, 42.826773671193308],\n              [133.926739267392662, 42.882585901678681],\n              [134.193141931419319, 43.080075332626933],\n              [134.585545855458548, 43.228907947254598],\n              [135.13995139951399, 43.507969099681475],\n              [135.226352263522614, 43.682561205302392],\n              [135.489154891548907, 43.832824902763008],\n              [135.463954639546358, 43.950173695065587],\n              [135.888758887588864, 44.400964787447464],\n              [136.122761227612244, 44.475381094761303],\n              [136.363963639636353, 44.793081483678051],\n              [136.554765547655478, 44.894688364818094],\n              [136.824768247682442, 45.203802256737092],\n              [137.145171451714504, 45.374101113859126],\n              [137.397173971739704, 45.624540609626834],\n              [137.670776707767033, 45.794839466748883],\n              [138.099180991809902, 46.228457565135258],\n              [138.203582035820347, 46.454568652742665],\n              [138.534785347853443, 46.986931466603167],\n              [139.027990279902752, 47.389065742664457],\n              [139.26199261992619, 47.788337853059829],\n              [140.043200432004284, 48.336442578082881],\n              [140.165601656016548, 48.449498121886577],\n              [140.266402664026629, 48.863081060611535],\n              [140.399603996039929, 48.993309598410747],\n              [140.378003780037801, 49.143573295871377],\n              [140.561605616056141, 49.575760311424787],\n              [140.543605436054321, 49.756076748377538],\n              [140.414004140041385, 49.863407960849415],\n              [140.662406624066222, 50.05803522613175],\n              [140.522005220052193, 50.151055610274042],\n              [140.547205472054685, 50.344251792723412],\n              [140.442804428044241, 50.544603389337581],\n              [140.543605436054321, 50.876614606583914],\n              [140.709207092070898, 51.074104037532166],\n              [140.705607056070534, 51.334561113130576],\n              [140.896408964089602, 51.42901258010582],\n              [140.907209072090694, 51.615053348390404],\n              [141.108811088110855, 51.679452075873527],\n              [141.198811988119843, 51.823991442002324],\n              [141.429214292142916, 51.941340234304903],\n              [141.342813428134235, 52.09446609743145],\n              [141.41481414814146, 52.221832469564745],\n              [141.116011160111583, 52.449374640005118],\n              [141.28161281612816, 52.578172094971364],\n              [141.198811988119843, 52.848646750400491],\n              [140.993609936099318, 52.925925223380233],\n              [140.860408604086018, 53.119121405829617],\n              [141.130411304113039, 52.987461785197453],\n              [141.43281432814328, 53.149174145321737],\n              [141.411214112141096, 53.293713511450534],\n              [141.252812528125247, 53.310886505446035],\n              [140.712807128071262, 53.581361160875147],\n              [140.252002520025172, 53.890475052794159],\n              [140.24120241202408, 54.056480661417325],\n              [140.0, 54.1223104717334],\n              [139.798397983979811, 54.296902577354317],\n              [139.373593735937362, 54.195295696214274],\n              [138.739987399873968, 54.315506654182784],\n              [138.675186751867528, 54.072222572579861],\n              [138.761587615876152, 53.9749089399387],\n              [138.502385023850223, 53.544153007218242],\n              [138.246782467824659, 53.567050332545577],\n              [138.581585815858119, 53.828938490976938],\n              [138.577985779857755, 53.999237348098987],\n              [138.394383943839415, 53.92911428928403],\n              [138.297182971829699, 53.755953266496064],\n              [137.919179191791926, 53.587085492206981],\n              [137.335973359733572, 53.529842178888657],\n              [137.209972099721, 53.587085492206981],\n              [137.4763747637476, 53.665795048019689],\n              [137.771577715777113, 53.943425117613614],\n              [137.321573215732116, 54.049325247252526],\n              [137.685176851768489, 54.276867417692898],\n              [137.451174511745108, 54.316937737015735],\n              [137.062370623706244, 54.145207797060735],\n              [137.289172891728896, 54.035014418922941],\n              [137.10917109171092, 53.807472248482568],\n              [136.957969579695799, 53.857560147636107],\n              [136.684366843668414, 53.808903331315534],\n              [136.78156781567813, 54.06363607558211],\n              [136.882368823688211, 54.591705640943729],\n              [136.662766627666286, 54.684726025086022],\n              [136.533165331653294, 54.595998889442612],\n              [136.248762487624873, 54.620327297602898],\n              [135.7519575195752, 54.57023939844936],\n              [135.654756547565484, 54.666121948257569],\n              [135.265952659526562, 54.721934178742941],\n              [135.219152191521886, 54.893664118697941],\n              [135.535955359553583, 55.086860301147311],\n              [135.867158671586679, 55.17415635395777],\n              [136.219962199621961, 55.354472790910521],\n              [136.320763207632041, 55.486132411542684],\n              [136.774367743677402, 55.660724517163601],\n              [136.911169111691123, 55.770917895301395],\n              [137.573575735757316, 56.11580885804436],\n              [137.699576995769945, 56.125826437875062],\n              [137.915579155791562, 56.359092939647269],\n              [138.225182251822474, 56.423491667130392],\n              [138.113581135811359, 56.527960713936352],\n              [138.660786607866072, 56.977320723485263],\n              [138.923589235892365, 57.057461362130937],\n              [139.197191971919693, 57.27212378707469],\n              [139.416794167941674, 57.297883278067943],\n              [139.564395643956431, 57.429542898700106],\n              [139.791197911979083, 57.482492963519562],\n              [139.981999819998208, 57.687137808632599],\n              [140.496804968049645, 57.844556920258015],\n              [140.666006660066586, 58.190878965833932],\n              [140.90360903609033, 58.38264406545035],\n              [141.584015840158401, 58.617341650055522],\n              [141.947619476194717, 58.943628535970021],\n              [142.26082260822605, 59.123944972922772],\n              [143.160831608316045, 59.354349309029061],\n              [143.492034920349198, 59.318572238205093],\n              [143.902439024390247, 59.423041285011053],\n              [144.453244532445325, 59.374384468690479],\n              [145.000450004500038, 59.370091220191597],\n              [145.958059580595801, 59.417316953679219],\n              [145.824858248582444, 59.24129376522535],\n              [146.051660516605153, 59.138255801252342],\n              [146.321663216632118, 59.179757203408144],\n              [146.31806318063181, 59.401575042516683],\n              [146.440464404644018, 59.460249438667972],\n              [146.886868868688651, 59.364366888859763],\n              [147.074070740707413, 59.411592622347385],\n              [147.156871568715673, 59.647721289785508],\n              [147.142471424714216, 59.848072886399677],\n              [147.020070200702008, 59.942524353374935],\n              [146.786067860678571, 59.901022951219133],\n              [146.681666816668127, 60.095650216501468],\n              [146.454864548645475, 60.131427287325423],\n              [146.375663756637522, 60.271673404955351],\n              [145.792457924579224, 60.198688180474477],\n              [145.569255692556879, 60.334641049605509],\n              [145.61965619656192, 60.557889971547013],\n              [146.14886148861487, 60.735344242833847],\n              [146.465664656646567, 60.708153669007629],\n              [146.526865268652642, 60.955730999109434],\n              [146.699666996669947, 60.958593164775337],\n              [146.746467464674623, 61.114581193567801],\n              [146.584465844658411, 61.635495344764635],\n              [146.21726217262173, 61.903107834527844],\n              [145.742057420574184, 62.057664780487343],\n              [145.4540545405454, 61.9560578993473],\n              [145.155251552515523, 61.967506562010968],\n              [144.968049680496762, 62.056233697654378],\n              [144.744847448474474, 62.046216117823676],\n              [144.719647196471925, 62.08199318864763],\n              [145.17685176851765, 62.285206950927716],\n              [145.122851228512246, 62.489851796040753],\n              [145.479254792547891, 62.548526192192043],\n              [145.324453244532407, 62.754602120138046],\n              [145.367653676536719, 62.91059014893051],\n              [145.252452524525239, 63.17963372152667],\n              [145.443254432544308, 63.515938187271885],\n              [145.634056340563376, 63.660477553400668],\n              [145.55485554855548, 63.823620996357917],\n              [146.109261092610922, 63.94096978866051],\n              [146.498064980649787, 64.208582278423705],\n              [146.99486994869946, 64.147045716606499],\n              [147.22887228872284, 64.056887498130124],\n              [147.308073080730793, 64.132734888276914],\n              [147.610476104761034, 64.169943041933834],\n              [147.603276032760306, 64.046869918299421],\n              [147.956079560795587, 63.943831954326427],\n              [148.254882548825464, 64.255808011911341],\n              [147.999279992799899, 64.363139224383204],\n              [148.290882908829047, 64.549179992667788],\n              [148.629286292862929, 64.418951454868591],\n              [149.237692376923775, 64.408933875037874],\n              [149.817298172981708, 64.567784069496255],\n              [150.069300693006909, 64.501954259180167],\n              [150.022500225002233, 64.370294638548003],\n              [150.224102241022393, 64.212875526922588],\n              [150.634506345063443, 64.169943041933834],\n              [150.630906309063079, 64.331655402058132],\n              [151.300513005130057, 64.360277058717287],\n              [151.480514805148033, 64.436124448864092],\n              [152.016920169201654, 64.503385342013132],\n              [152.168121681216775, 64.355983810218419],\n              [152.412924129241247, 64.406071709371957],\n              [152.330123301232987, 64.510540756177917],\n              [152.747727477274765, 64.6865639446318],\n              [152.502925029250292, 64.945589937397244],\n              [152.64332643326432, 65.022868410377001],\n              [152.686526865268632, 65.233237586821872],\n              [153.460534605346055, 65.363466124621084],\n              [153.399333993339923, 65.503712242250998],\n              [153.532535325353223, 65.705494921698119],\n              [153.453334533345327, 65.788497726009709],\n              [153.6981369813698, 65.885811358650869],\n              [154.040140401403988, 65.868638364655368],\n              [154.072540725407208, 65.799946388673376],\n              [154.374943749437449, 65.921588429474838],\n              [154.216542165421657, 66.060403464271786],\n              [154.547745477454754, 66.23785773555862],\n              [154.886148861488579, 66.13338868875266],\n              [155.228152281522767, 66.203511747567617],\n              [155.318153181531812, 66.141975185750411],\n              [155.753757537575353, 66.176321173741414],\n              [155.958959589595878, 66.096180535095755],\n              [156.358563585635835, 66.06612779560362],\n              [156.6141661416614, 66.202080664734666],\n              [156.974169741697409, 66.033212890445583],\n              [156.927369273692733, 65.965951997296543],\n              [157.373773737737366, 65.925881677973706],\n              [157.380973809738094, 66.000297985287546],\n              [157.719377193771919, 66.111922446258291],\n              [158.12258122581224, 66.156286014079996],\n              [158.486184861848614, 66.117646777590124],\n              [158.392583925839261, 66.255030729554122],\n              [158.529385293852926, 66.359499776360082],\n              [158.471784717847157, 66.488297231326328],\n              [158.71658716587163, 66.730150230096285],\n              [158.903789037890334, 66.803135454577159],\n              [158.702187021870174, 67.055006033177833],\n              [158.367383673836713, 67.115111512162073],\n              [157.791377913779087, 67.358395593764996],\n              [157.877778777787768, 67.412776741417417],\n              [157.690576905769007, 67.545867444882532],\n              [157.805778057780543, 67.706148722173864],\n              [158.327783277832765, 67.753374455661501],\n              [158.093780937809328, 67.840670508471959],\n              [158.277382773827725, 68.075368093077117],\n              [158.63378633786337, 68.141197903393206],\n              [159.692196921969213, 68.238511536034366],\n              [159.850598505985062, 68.277150772524237],\n              [160.995409954099529, 68.301479180684538],\n              [161.405814058140578, 68.411672558822332],\n              [162.179821798217944, 68.354429245503994],\n              [162.417424174241688, 68.308634594849323],\n              [162.723427234272293, 68.604868741271702],\n              [162.601026010260085, 68.805220337885856],\n              [162.845828458284558, 68.869619065368994],\n              [162.554225542255409, 68.991261106170441],\n              [162.525425254252497, 69.117196395470785],\n              [162.773827738277333, 69.203061365448292],\n              [162.521825218252133, 69.324703406249739],\n              [162.316623166231608, 69.546521245358292],\n              [162.431824318243144, 69.676749783157476],\n              [161.701017010170091, 69.496433346204753],\n              [161.616058064982639, 69.459465824272982],\n              [161.63261632616323, 69.560832073687862],\n              [161.395013950139486, 69.592315896012934],\n              [161.373413734137301, 69.407706210561315],\n              [161.582726584983362, 69.444962557840327],\n              [161.434614346143434, 69.380515636735112],\n              [161.39861398613985, 69.221665442276731],\n              [161.575015750157462, 68.932586710019166],\n              [161.326613266132625, 68.79663384088812],\n              [161.34821348213481, 68.700751291079911],\n              [161.045810458104569, 68.53474568245673],\n              [161.416614166141613, 68.982674609172705],\n              [160.963009630096252, 69.105747732807117],\n              [161.024210242102384, 69.283202004093937],\n              [160.927009270092668, 69.642403795166501],\n              [160.516605166051619, 69.686767362988206],\n              [160.318603186031822, 69.653852457830169],\n              [159.800198001980021, 69.806978320956688],\n              [159.688596885968849, 69.891412208101229],\n              [160.10620106201057, 70.263493744670399],\n              [160.02340023400231, 70.419481773462849],\n              [159.688596885968849, 70.671352352063536],\n              [159.238592385923852, 70.828771463688952],\n              [158.522185221852197, 70.969017581318866],\n              [157.586175861758619, 71.074917710957777],\n              [155.937359373593694, 71.099246119118078],\n              [154.238142381423785, 70.964724332819998],\n              [153.662136621366216, 70.861686368846989],\n              [153.348933489334883, 70.883152611341359],\n              [152.988929889298873, 70.834495795020786],\n              [152.211322113221087, 70.880290445675456],\n              [151.656916569165645, 70.990483823813236],\n              [152.060120601205966, 70.983328409648436],\n              [152.103321033210335, 71.050589302797476],\n              [151.620916209162061, 71.298166632899267],\n              [151.0341103411034, 71.394049182707477],\n              [150.630906309063079, 71.285286887402663],\n              [150.634506345063443, 71.514260140675987],\n              [150.116101161011585, 71.515691223508952],\n              [149.867698676986748, 71.462741158689482],\n              [149.954099540995372, 71.670248169468437],\n              [149.774097740977396, 71.647350844141101],\n              [149.003690036900338, 71.703163074626474],\n              [149.367293672936711, 71.903514671240657],\n              [149.7092970929709, 71.773286133441445],\n              [150.065700657006545, 71.922118748069096],\n              [149.612096120961183, 72.148229835676517],\n              [148.40248402484022, 72.311373278633766],\n              [147.747277472774698, 72.33856385245997],\n              [147.19647196471962, 72.329977355462233],\n              [146.156061560615598, 71.820511866929081],\n              [145.342453424534227, 71.663092755303666],\n              [144.953649536495362, 71.701731991793537],\n              [145.216452164521598, 71.843409192256388],\n              [144.971649716497126, 71.980793144220399],\n              [145.328053280532771, 71.87059976608262],\n              [145.806858068580681, 71.929274162233895],\n              [145.61965619656192, 72.080968942527477],\n              [145.749257492574912, 72.209766397493723],\n              [145.907659076590761, 72.20404206616189],\n              [145.968859688596893, 72.070951362696775],\n              [146.080460804608009, 72.169696078170887],\n              [146.346863468634666, 72.128194676015113],\n              [145.994059940599385, 72.029449960540973],\n              [145.972459724597201, 71.856288937753021],\n              [146.494464944649422, 72.066658114197907],\n              [146.930069300692963, 72.312804361466732],\n              [145.068850688506842, 72.264147545146159],\n              [144.417244172441684, 72.175420409502721],\n              [144.104041040410408, 72.278458373475729],\n              [144.521645216452129, 72.225508308656288],\n              [144.70884708847089, 72.374340923283938],\n              [144.94284942849427, 72.438739650767076],\n              [145.371253712537083, 72.345719266624769],\n              [145.68805688056878, 72.364323343453236],\n              [146.793267932679299, 72.331408438295199],\n              [146.123661236612321, 72.470223473092148],\n              [145.410854108541088, 72.556088443069655],\n              [143.708037080370758, 72.666281821207434],\n              [142.541625416254163, 72.717800803193938],\n              [142.232022320223194, 72.702058892031403],\n              [141.551615516155124, 72.773613033679311],\n              [141.389613896138968, 72.843736092494282],\n              [140.594005940059361, 72.892392908814855],\n              [140.666006660066586, 72.809390104503279],\n              [141.011610116101139, 72.690610229367735],\n              [141.112411124111219, 72.587572265394726],\n              [140.576005760057598, 72.495982964085385],\n              [139.542795427954246, 72.497414046918351],\n              [139.135991359913561, 72.304217864468995],\n              [139.189991899918965, 72.162540664006116],\n              [139.560795607956067, 72.232663722821059],\n              [140.144001440014364, 72.225508308656288],\n              [139.8739987399874, 72.178282575168652],\n              [139.575195751957523, 71.933567410732763],\n              [139.744397443974407, 71.844840275089354],\n              [139.733597335973315, 71.671679252301402],\n              [140.032400324003248, 71.472758738520184],\n              [139.441994419944166, 71.49565606384752],\n              [139.193591935919329, 71.415515425201846],\n              [139.045990459904573, 71.568641288328394],\n              [138.754387543875424, 71.643057595642233],\n              [138.03798037980377, 71.558623708497691],\n              [137.90477904779047, 71.411222176702978],\n              [138.066780667806682, 71.225181408418393],\n              [137.559175591755917, 71.240923319580958],\n              [137.490774907749056, 71.346823449219869],\n              [136.687966879668778, 71.531433134671488],\n              [135.98595985959858, 71.634471098644497],\n              [135.622356223562207, 71.623022435980829],\n              [135.031950319503181, 71.538588548836287],\n              [134.488344883448832, 71.376876188711975],\n              [134.167941679416771, 71.371151857380141],\n              [133.649536495364913, 71.436981667696244],\n              [133.15273152731524, 71.578658868159124],\n              [132.983529835298356, 71.720336068621975],\n              [132.727927279272791, 71.768992884942577],\n              [132.796327963279595, 71.910670085405457],\n              [132.54072540725403, 71.883479511579225],\n              [132.105121051210489, 71.517122306341889],\n              [131.964719647196461, 71.255234147910528],\n              [131.849518495184924, 71.208008414422892],\n              [131.547115471154683, 70.887445859840227],\n              [131.226712267122679, 70.750061907876244],\n              [130.881108811088069, 70.774390316036516],\n              [130.787507875078717, 70.970448664151832],\n              [130.618306183061833, 70.865979617345857],\n              [130.301503015030136, 70.940395924659697],\n              [130.081900819008155, 71.083504207955514],\n              [129.76149761497615, 71.147902935438651],\n              [129.653496534965342, 71.260958479242362],\n              [129.390693906939049, 71.346823449219869],\n              [129.117091170911721, 71.614435938983064],\n              [128.875888758887555, 71.597262944987563],\n              [128.829088290882879, 71.678834666466201],\n              [129.304293042930425, 71.760406387944812],\n              [129.286292862928605, 71.883479511579225],\n              [129.027090270902676, 72.018001297877305],\n              [129.189091890918888, 71.833391612425686],\n              [128.926289262892595, 71.738940145450442],\n              [128.663486634866359, 71.863444351917821],\n              [128.623886238862355, 71.962189067391932],\n              [128.191881918819178, 72.22837047432219],\n              [127.745477454774544, 72.325684106963365],\n              [127.666276662766592, 72.430153153769311],\n              [127.860678606786081, 72.428722070936345],\n              [128.148681486814866, 72.3170976099656],\n              [128.530285302853002, 72.259854296647262],\n              [128.494284942849418, 72.202610983328952],\n              [128.933489334893324, 72.07238244552974],\n              [129.520295202952042, 72.24983671681656],\n              [129.487894878948765, 72.354305763622534],\n              [129.117091170911721, 72.481672135755815],\n              [128.613086130861319, 72.483103218588781],\n              [128.188281882818814, 72.567537105733322],\n              [127.961479614796161, 72.661988572708566],\n              [128.397083970839702, 72.673437235372234],\n              [128.479884798847962, 72.724956217358738],\n              [129.199891998919981, 72.654833158543767],\n              [129.307893078930789, 72.717800803193938],\n              [128.35388353883539, 72.793648193340744],\n              [128.130681306813045, 72.786492779175944],\n              [128.289082890828894, 72.908134819977391],\n              [128.926289262892595, 72.979688961625328],\n              [129.358293582935829, 72.939618642302491],\n              [129.444694446944453, 73.028345777945901],\n              [129.06669066690668, 73.127090493420013],\n              [128.843488434884335, 73.074140428600572],\n              [128.893888938889376, 73.217248711896389],\n              [128.23508235082349, 73.26590552821699],\n              [128.364683646836426, 73.3546326638604],\n              [127.961479614796161, 73.347477249695601],\n              [127.986679866798653, 73.470550373330013],\n              [127.450274502745032, 73.490585532991446],\n              [127.050670506705075, 73.549259929142721],\n              [126.831068310683094, 73.519207189650615],\n              [126.931869318693174, 73.430480054007177],\n              [126.388263882638824, 73.411875977178738],\n              [126.226262262622612, 73.554984260474555],\n              [125.531455314553142, 73.439066551004942],\n              [125.650256502564986, 73.524931520982449],\n              [125.178651786517861, 73.557846426140486],\n              [125.211052110521081, 73.649435727449827],\n              [124.9770497704977, 73.6666087214453],\n              [124.336243362433635, 73.805423756242277],\n              [123.972639726397261, 73.626538402122492],\n              [123.691836918369148, 73.603641076795157],\n              [123.591035910359068, 73.716696620598867],\n              [123.267032670326699, 73.56357075747232],\n              [123.41823418234182, 73.44335979950381],\n              [123.249032490324879, 73.393271900350271],\n              [123.555035550355484, 73.217248711896389],\n              [123.40023400234, 73.174316226907649],\n              [123.339033390333867, 72.981120044458265],\n              [123.137431374313707, 72.918152399808093],\n              [122.615426154261542, 73.031207943611804],\n              [122.435424354243509, 72.976826795959397],\n              [122.953829538295366, 72.89096182598189],\n              [122.313023130231301, 72.933894310970658],\n              [122.424624246242473, 72.875219914819354],\n              [122.04302043020428, 72.89096182598189],\n              [121.963819638196384, 72.963947050462764],\n              [121.387813878138758, 72.975395713126431],\n              [121.053010530105297, 72.932463228137692],\n              [120.657006570065704, 72.976826795959397],\n              [119.782197821978201, 73.018328198115199],\n              [118.91818918189179, 73.119935079255242],\n              [118.460984609846065, 73.210093297731618],\n              [118.345783457834585, 73.401858397348036],\n              [118.489784897848978, 73.484861201659612],\n              [118.705787057870594, 73.44335979950381],\n              [118.997389973899743, 73.492016615824383],\n              [118.45018450184503, 73.589330248465558],\n              [117.733777337773375, 73.582174834300758],\n              [117.060570605706033, 73.615089739458824],\n              [116.603366033660308, 73.675195218443065],\n              [115.411754117541165, 73.710972289267033],\n              [114.673746737467383, 73.592192414131489],\n              [114.108541085410849, 73.59934782829626],\n              [113.914139141391416, 73.536380183646116],\n              [113.492934929349275, 73.51062069265285],\n              [113.842138421384192, 73.347477249695601],\n              [113.561335613356135, 73.253025782720357],\n              [113.518135181351823, 72.952498387799096],\n              [113.158131581315814, 72.838011761162448],\n              [113.392133921339195, 72.680592649537033],\n              [113.176131761317578, 72.733542714356474],\n              [113.118531185311866, 72.860909086489784],\n              [113.485734857348547, 72.963947050462764],\n              [113.492934929349275, 73.340321835530801],\n              [113.132931329313266, 73.449084130835644],\n              [113.420934209342107, 73.590761331298523],\n              [113.395733957339559, 73.685212798273767],\n              [113.111331113311138, 73.892719809052721],\n              [112.823328233282297, 73.998619938691633],\n              [112.960129601296018, 73.806854839075243],\n              [112.819728197281989, 73.746749360090973],\n              [112.373323733237299, 73.7052479579352],\n              [111.804518045180458, 73.743887194425071],\n              [111.296912969129693, 73.869822483725386],\n              [110.879308793087915, 73.768215602585343],\n              [110.908109081090828, 73.692368212438566],\n              [111.073710737107348, 73.583605917133724],\n              [110.818108181081783, 73.559277508973452],\n              [110.52290522905227, 73.404720563013939],\n              [110.166501665016625, 73.400427314515071],\n              [110.594905949059495, 73.280216356546561],\n              [110.425704257042554, 73.184333806738351],\n              [110.753307533075343, 73.175747309740615],\n              [110.904509045090464, 73.03263902644477],\n              [110.627306273062715, 72.893823991647821],\n              [110.702907029070303, 72.650539910044898],\n              [111.210512105121069, 72.544639780405987],\n              [111.282512825128236, 72.478809970089912],\n              [111.08451084510844, 72.37004767478507],\n              [111.642516425164246, 72.274165124976861],\n              [111.815318153181494, 72.131056841681016],\n              [111.995319953199527, 72.132487924513981],\n              [111.995319953199527, 71.414084342368909],\n              [112.693726937269361, 71.218025994253622],\n              [112.578525785257824, 71.113556947447648],\n              [112.218522185221815, 70.999070320811001],\n              [111.523715237152345, 70.938964841826731],\n              [111.336513365133641, 70.855962037515155],\n              [110.540905409054091, 70.800149807029783],\n              [110.49050490504905, 70.725733499715943],\n              [110.101701017010186, 70.6312820327407],\n              [110.23850238502385, 70.418050690629912],\n              [109.601296012960148, 70.377980371307075],\n              [109.536495364953652, 70.263493744670399],\n              [109.277292772927723, 70.206250431352061],\n              [109.496894968949704, 70.043106988394811],\n              [109.237692376923775, 69.775494498631616],\n              [108.870488704887038, 69.839893226114725],\n              [108.290882908829104, 69.857066220110227],\n              [108.006480064800627, 69.705371439816645],\n              [107.124471244712453, 69.588022647514066],\n              [106.840068400683975, 69.517899588699123],\n              [106.426064260642619, 69.563694239353794],\n              [106.152461524615234, 69.390533216565814],\n              [106.886868868688651, 68.865325816870126],\n              [106.89406894068938, 68.142628986226157],\n              [106.804068040680392, 67.34837801393428],\n              [106.685266852668491, 67.253926546959036],\n              [106.490864908649058, 67.283979286451157],\n              [106.055260552605517, 67.166630494148578],\n              [105.893258932589305, 67.043557370514165],\n              [105.540455404554024, 67.023522210852747],\n              [105.68805688056878, 66.939088323708205],\n              [106.044460444604425, 66.900449087218334],\n              [106.246062460624586, 66.701528573437116],\n              [106.321663216632174, 66.478279651495626],\n              [106.102061020610194, 66.378103853188534],\n              [106.170461704617054, 66.159148179745912],\n              [106.328863288632903, 66.154854931247044],\n              [106.472864728647295, 66.007453399452331],\n              [106.440464404644018, 65.661131353876414],\n              [106.940869408694056, 65.510867656415797],\n              [106.836468364683611, 65.377776952950668],\n              [106.559265592655919, 65.376345870117703],\n              [106.505265052650515, 65.208909178661585],\n              [105.972459724597257, 65.011419747713333],\n              [106.192061920619182, 64.881191209914121],\n              [105.727657276572785, 64.667959867803333],\n              [105.806858068580681, 64.480488016685797],\n              [106.015660156601569, 64.513402921843834],\n              [106.202862028620274, 64.403209543706041],\n              [106.573665736657375, 64.443279863028877],\n              [107.236072360723625, 64.323068905060381],\n              [107.369273692736925, 64.250083680579507],\n              [107.570875708757086, 64.298740496900081],\n              [107.855278552785506, 64.181391704597502],\n              [108.028080280802811, 64.22289310675329],\n              [108.528485284852849, 64.240066100748791],\n              [108.496084960849572, 64.115561894281413],\n              [108.733687336873373, 63.976746859484464],\n              [108.686886868868697, 63.794999339698748],\n              [108.280082800828012, 63.796430422531714],\n              [108.161281612816111, 63.563163920759507],\n              [108.546485464854612, 63.598940991583461],\n              [109.054090540905378, 63.548853092429923],\n              [109.381693816938167, 63.329897418987301],\n              [109.486094860948612, 62.917745563095295],\n              [109.615696156961548, 62.87338199527359],\n              [109.306093060930579, 62.484127464708919],\n              [109.918099180991788, 62.406848991729177],\n              [110.000900009000105, 62.163564910126254],\n              [109.597695976959784, 61.870192929369793],\n              [109.619296192961912, 61.718498149076211],\n              [109.849698496984985, 61.556785788951927],\n              [109.792097920979216, 61.324950370012672],\n              [110.094500945009457, 61.261982725362515],\n              [110.170101701016989, 61.16466909272134],\n              [110.479704797047958, 61.158944761389506],\n              [110.458104581045774, 60.988645904267472],\n              [110.23850238502385, 60.831226792642056],\n              [110.260102601025977, 60.690980675012142],\n              [109.918099180991788, 60.450558759075136],\n              [109.6948969489695, 60.128565121659506],\n              [109.763297632976304, 60.026958240519477],\n              [109.504095040950375, 59.763638999255136],\n              [109.518495184951831, 59.629117212957055],\n              [109.270092700926995, 59.448800776004305],\n              [109.266492664926631, 59.315710072539176],\n              [109.511295112951103, 59.288519498712972],\n              [109.831698316983164, 58.980836689626926],\n              [110.285302853028526, 58.985129938125809],\n              [110.47250472504723, 59.033786754446396],\n              [110.713707137071339, 59.258466759220852],\n              [111.163711637116336, 59.189774783238846],\n              [111.469714697146941, 59.267053256218603],\n              [111.624516245162425, 59.206947777234348],\n              [111.934119341193394, 59.271346504717471],\n              [112.218522185221815, 59.500319757990809],\n              [112.286922869228675, 59.304261409875508],\n              [112.639726397263956, 59.279933001715222],\n              [112.466924669246708, 59.168308540744476],\n              [112.452524525245252, 58.923593376308602],\n              [112.553325533255332, 59.033786754446396],\n              [113.464134641346419, 59.265622173385637],\n              [113.435334353343507, 59.401575042516683],\n              [113.590135901358991, 59.564718485473932],\n              [113.84933849338492, 59.682067277776511],\n              [114.029340293402896, 59.68063619494356],\n              [114.54414544145439, 59.985456838363675],\n              [114.69534695346951, 60.218723340135881],\n              [114.835748357483538, 60.190101683476726],\n              [115.112951129511288, 60.394746528589764],\n              [115.68535685356855, 60.526406149221927],\n              [116.074160741607415, 60.406195191253431],\n              [116.58176581765818, 60.360400540598761],\n              [116.952569525695225, 60.168635440982342],\n              [117.074970749707489, 60.029820406185394],\n              [117.29457294572947, 60.018371743521726],\n              [117.064170641706397, 59.908178365383932],\n              [117.229772297722974, 59.797984987246139],\n              [117.089370893708946, 59.589046893634219],\n              [117.596975969759711, 59.47169810133164],\n              [117.769777697776959, 59.536096828814763],\n              [117.906579065790623, 59.444507527505436],\n              [118.057780577805744, 59.583322562302385],\n              [118.334983349833493, 59.596202307799018],\n              [118.406984069840661, 59.511768420654477],\n              [118.73458734587345, 59.420179119345136],\n              [118.838988389883895, 59.29996816137664],\n              [118.687786877868774, 59.191205866071812],\n              [118.846188461884623, 59.013751594784978],\n              [118.892988929889299, 58.816262163836726],\n              [118.820988209882074, 58.574409165066768],\n              [119.134191341913407, 58.472802283926725],\n              [119.108991089910859, 58.222362788159018],\n              [119.155791557915592, 58.146515398012227],\n              [119.047790477904783, 57.727208127955436],\n              [119.141391413914135, 57.538305194004934],\n              [119.486994869948688, 57.59125525882439],\n              [119.4113941139411, 57.496803791849146],\n              [119.681396813968121, 57.157637160438014],\n              [119.645396453964537, 57.001649131645564],\n              [119.897398973989738, 56.890024670674819],\n              [119.670596705967029, 56.771244795539275],\n              [119.864998649986461, 56.685379825561768],\n              [119.95859958599587, 56.493614725945349],\n              [120.279002790027874, 56.444957909624776],\n              [120.531005310053075, 56.284676632333444],\n              [120.063000630006314, 56.138706183371696],\n              [120.178201782017794, 55.873955859274403],\n              [120.984609846098436, 56.019926308236151],\n              [121.218612186121874, 56.012770894071352],\n              [121.34821348213481, 55.813850380290148],\n              [121.362613626136266, 55.507598654037068],\n              [121.884618846188431, 55.606343369511194],\n              [121.981819818198147, 55.476114831711982],\n              [121.949419494194927, 55.008150745334603],\n              [121.665016650166507, 54.822109977050019],\n              [121.657816578165779, 54.727658510074775],\n              [121.902619026190251, 54.797781568889732],\n              [121.935019350193471, 54.565946149950491],\n              [122.136621366213632, 54.455752771812698],\n              [121.902619026190251, 54.368456719002239],\n              [121.729817298172946, 54.425700032320563],\n              [121.747817478174767, 54.140914548561867],\n              [121.639816398163958, 54.016410342094488],\n              [121.920619206192072, 53.831800656642855],\n              [122.025020250202516, 53.429666380581565],\n              [122.338223382233792, 53.491202942398772],\n              [122.860228602286014, 53.474029948403285],\n              [123.252632526325243, 53.568481415378528],\n              [123.612636126361252, 53.562757084046694],\n              [124.23184231842319, 53.381009564260992],\n              [124.408244082440802, 53.235039115299244],\n              [124.897848978489748, 53.117690322996651],\n              [125.020250202502012, 53.210710707138944],\n              [125.128251282512821, 53.206417458640075],\n              [125.733057330573303, 52.98173745386562],\n              [126.067860678606763, 52.679778976111407],\n              [125.974259742597411, 52.63112215979082],\n              [126.211862118621156, 52.532377444316694],\n              [126.438664386643865, 52.274782534384201],\n              [126.3162631626316, 52.200366227070361],\n              [126.532265322653217, 52.15314049358274],\n              [126.445864458644593, 51.982841636460705],\n              [126.647466474664753, 51.740988637690748],\n              [126.676266762667609, 51.587862774564201],\n              [126.903069030690318, 51.400390923446665],\n              [126.931869318693174, 51.06408645770145],\n              [127.288272882728819, 50.75067931728357],\n              [127.363873638736351, 50.554620969168283],\n              [127.331473314733131, 50.328509881560876],\n              [127.579875798757968, 50.221178669088999],\n              [127.486274862748616, 50.025120320973699],\n              [127.5078750787508, 49.821906558693627],\n              [127.831878318783168, 49.59436438825324],\n              [128.091080910809097, 49.541414323433784],\n              [128.796687966879659, 49.57289814575887],\n              [128.749887498874983, 49.48417101011546],\n              [129.088290882908808, 49.352511389483283],\n              [129.502295022950221, 49.411185785634586],\n              [129.71109711097111, 49.273801833670575],\n              [129.912699126991271, 49.039104249065417],\n              [130.251102511025096, 48.8645121434445],\n              [130.650706507065053, 48.875960806108168],\n              [130.531905319053152, 48.635538890171162],\n              [130.823508235082357, 48.333580412416964],\n              [130.683106831068272, 48.050226011491205],\n              [130.906309063090617, 47.884220402868038],\n              [131.025110251102518, 47.682437723420918],\n              [131.417514175141747, 47.742543202405173],\n              [131.575915759157596, 47.668126895091333],\n              [132.52632526325263, 47.70819721441417],\n              [132.673926739267387, 47.950050213184127],\n              [132.821528215282143, 47.942894799019328],\n              [133.091530915309164, 48.107469324809543],\n              [133.462334623346209, 48.08886524798109],\n              [133.721537215372138, 48.24485327677354],\n              [134.387543875438752, 48.380806145904586],\n              [134.700747007470085, 48.262026270769042],\n              [134.567545675456728, 48.040208431660503],\n              [134.772747727477253, 47.711059380080087],\n              [134.484744847448468, 47.430567144820245],\n              [134.2939429394294, 47.409100902325875],\n              [134.153541535415314, 47.257406122032293],\n              [134.005940059400558, 46.646333752359084],\n              [133.847538475384709, 46.480328143735917],\n              [133.901539015390114, 46.258510304627379],\n              [133.689136891368918, 46.1411615123248],\n              [133.656736567365641, 45.935085584378797],\n              [133.512735127351249, 45.879273353893424],\n              [133.426334263342625, 45.580177041805129],\n              [133.141931419314204, 45.435637675676347],\n              [133.116731167311656, 45.123661618091418],\n              [132.954729547295443, 45.024916902617292],\n              [131.968319683196825, 45.233854996229212],\n              [131.817118171181704, 45.332599711703338],\n              [131.421114211142111, 44.959087092301218],\n              [130.935109351093473, 44.841738299998639],\n              [131.064710647106466, 44.681457022707306],\n              [131.262712627126263, 44.054642741871547],\n              [131.16911169111691, 43.781305920776504],\n              [131.165511655116546, 43.520848845178094],\n              [131.262712627126263, 43.463605531859756],\n              [131.280712807128083, 43.38060272754818],\n              [131.086310863108594, 43.041436096137048],\n              [131.104311043110414, 42.909776475504884],\n              [130.769507695076953, 42.865412907683179],\n              [130.40590405904058, 42.735184369883967],\n              [130.531905319053152, 42.53053952477093]\n            ]\n          ],\n          [\n            [\n              [161.488614886148838, 69.027038176994409],\n              [161.319413194131897, 69.243131684771129],\n              [161.373413734137301, 69.546521245358292],\n              [161.074610746107425, 69.444914364218249],\n              [161.168211682116777, 69.324703406249739],\n              [161.143011430114285, 69.08714365597865],\n              [161.488614886148838, 69.027038176994409]\n            ]\n          ],\n          [\n            [\n              [127.403474034740356, 73.519207189650615],\n              [128.033480334803329, 73.483430118826647],\n              [127.69147691476914, 73.543535597810887],\n              [127.403474034740356, 73.519207189650615]\n            ]\n          ],\n          [\n            [\n              [137.915579155791562, 71.558623708497691],\n              [137.706777067770673, 71.595831862154597],\n              [137.022770227702239, 71.534295300337391],\n              [137.767977679776806, 71.431257336364411],\n              [137.915579155791562, 71.558623708497691]\n            ]\n          ],\n          [\n            [\n              [128.832688326883243, 72.654833158543767],\n              [128.134281342813409, 72.643384495880099],\n              [128.652686526865267, 72.527466786410486],\n              [128.973089730897271, 72.59329659672656],\n              [128.832688326883243, 72.654833158543767]\n            ]\n          ],\n          [\n            [\n              [128.31788317883175, 72.812252270169182],\n              [129.207092070920709, 72.762164371015643],\n              [129.415894158941597, 72.812252270169182],\n              [129.217892178921801, 72.926738896805858],\n              [128.41868418684183, 72.86949558348752],\n              [128.31788317883175, 72.812252270169182]\n            ]\n          ],\n          [\n            [\n              [120.279002790027874, 73.101331002426775],\n              [119.792997929979293, 73.162867564243982],\n              [119.702997029970305, 73.046949854774368],\n              [120.228602286022834, 73.039794440609569],\n              [120.279002790027874, 73.101331002426775]\n            ]\n          ],\n          [\n            [\n              [143.474034740347378, 73.320286675869397],\n              [143.53523535235351, 73.44335979950381],\n              [143.405634056340517, 73.54210451497795],\n              [142.581225812258111, 73.825458915903681],\n              [142.04482044820449, 73.917048217213022],\n              [141.126811268112675, 73.881271146389054],\n              [140.867608676086746, 73.779664265249011],\n              [140.493204932049281, 73.484861201659612],\n              [139.906399063990619, 73.470550373330013],\n              [139.765997659976591, 73.419031391343509],\n              [139.963999639996388, 73.326011007201231],\n              [140.504005040050373, 73.406151645846904],\n              [140.788407884078794, 73.410444894345773],\n              [141.512015120151176, 73.298820433375028],\n              [143.175231752317501, 73.177178392573552],\n              [143.564035640356366, 73.231559540225987],\n              [143.474034740347378, 73.320286675869397]\n            ]\n          ],\n          [\n            [\n              [136.259562595625965, 73.957118536535859],\n              [136.025560255602528, 74.097364654165773],\n              [135.589955899558987, 74.234748606129784],\n              [135.352353523535243, 74.259077014290057],\n              [135.438754387543867, 74.161763381648882],\n              [136.133561335613336, 73.879840063556117],\n              [136.259562595625965, 73.957118536535859]\n            ]\n          ],\n          [\n            [\n              [141.098010980109763, 74.148883636152277],\n              [140.892808928089238, 74.276250008285558],\n              [140.223202232022317, 74.220437777800186],\n              [140.165601656016548, 74.070174080339569],\n              [140.439204392043877, 73.908461720215257],\n              [141.036810368103687, 74.004344270023466],\n              [141.098010980109763, 74.148883636152277]\n            ]\n          ],\n          [\n            [\n              [113.406534065340651, 74.443686699741676],\n              [113.312933129331299, 74.479463770565644],\n              [112.006120061200619, 74.538138166716948],\n              [111.901719017190175, 74.356390646931231],\n              [111.469714697146941, 74.344941984267564],\n              [111.581315813158113, 74.260508097123022],\n              [112.164521645216468, 74.138866056321575],\n              [112.776527765277621, 74.088778157168008],\n              [113.158131581315814, 74.224731026299054],\n              [113.406534065340651, 74.443686699741676]\n            ]\n          ],\n          [\n            [\n              [150.828908289082875, 75.163521364719713],\n              [150.634506345063443, 75.116295631232106],\n              [150.130501305013041, 75.225057926536948],\n              [149.126091260912602, 75.267990411525687],\n              [148.611286112861109, 75.215040346706218],\n              [148.445684456844532, 75.286594488354154],\n              [148.578885788857889, 75.382477038162364],\n              [148.406084060840584, 75.421116274652235],\n              [147.372873728737289, 75.439720351480673],\n              [147.153271532715308, 75.336682387507693],\n              [146.796867968679663, 75.366735126999799],\n              [146.771667716677172, 75.506981244629714],\n              [146.390063900638978, 75.585690800442421],\n              [146.285662856628534, 75.402512197823768],\n              [146.073260732607281, 75.240799837699484],\n              [146.21726217262173, 75.176401110216347],\n              [146.649266492664907, 75.127744293895773],\n              [147.088470884708812, 75.004671170261361],\n              [147.516875168751682, 74.971756265103323],\n              [148.172081720817204, 74.80288849081424],\n              [149.208892088920862, 74.758524922992507],\n              [150.609306093060894, 74.893046709290616],\n              [150.828908289082875, 75.163521364719713]\n            ]\n          ],\n          [\n            [\n              [135.993159931599308, 75.527016404291146],\n              [136.158761587615885, 75.630054368264155],\n              [135.931959319593176, 75.675849018918797],\n              [135.679956799567975, 75.860458704370444],\n              [135.539555395553947, 75.677280101751762],\n              [135.593555935559351, 75.56851780644692],\n              [135.449554495544959, 75.375321623997564],\n              [135.845558455584552, 75.382477038162364],\n              [135.993159931599308, 75.527016404291146]\n            ]\n          ],\n          [\n            [\n              [145.367653676536719, 75.539896149787779],\n              [143.945639456394559, 75.834699213377178],\n              [143.58563585635855, 75.870476284201146],\n              [143.38403384033839, 75.807508639550974],\n              [142.545225452254527, 75.863320870036347],\n              [142.14562145621457, 76.012153484664026],\n              [141.368013680136784, 76.181021258953109],\n              [141.584015840158401, 76.007860236165129],\n              [141.036810368103687, 76.052223803986863],\n              [140.907209072090694, 75.983531828004857],\n              [140.864008640086382, 75.738816663568969],\n              [140.986409864098647, 75.620036788433424],\n              [140.439204392043877, 75.650089527925559],\n              [140.547205472054685, 75.75598965756447],\n              [140.151201512015092, 75.800353225386175],\n              [139.791197911979083, 75.894804692361447],\n              [139.794797947979447, 75.977807496673023],\n              [139.110791107911069, 76.096587371808567],\n              [138.898388983889816, 76.218229412610015],\n              [138.531185311853079, 76.186745590284943],\n              [138.451984519845183, 76.067965715149398],\n              [138.329583295832919, 76.136657691131404],\n              [138.027180271802678, 76.03218864432543],\n              [137.433174331743288, 75.953479088512722],\n              [137.710377103771037, 75.788904562722507],\n              [137.199171991719908, 75.788904562722507],\n              [137.065970659706551, 75.725936918072364],\n              [137.278372783727804, 75.591415131774255],\n              [137.37557375573752, 75.350993215837264],\n              [136.860768607686083, 75.362441878500931],\n              [137.148771487714868, 75.134899708060573],\n              [137.793177931779297, 74.976049513602192],\n              [137.893978939789378, 74.84582097580298],\n              [138.163981639816399, 74.775697916988008],\n              [138.815588155881557, 74.714161355170802],\n              [139.017190171901717, 74.656918041852464],\n              [139.34479344793445, 74.686970781344598],\n              [139.560795607956067, 74.84582097580298],\n              [139.49599495994957, 74.947427856943023],\n              [139.848798487984851, 74.964600850938524],\n              [140.068400684006832, 74.828647981807478],\n              [141.112411124111219, 74.915944034617922],\n              [141.843218432184329, 74.998946838929527],\n              [142.199621996219918, 75.004671170261361],\n              [142.365223652236494, 74.930254862947521],\n              [141.972819728197265, 74.933117028613424],\n              [142.354423544235402, 74.82435473330861],\n              [142.82242822428222, 74.875873715295114],\n              [143.463234632346285, 74.900202123455387],\n              [143.708037080370758, 74.947427856943023],\n              [143.448834488344886, 75.006102253094298],\n              [142.628026280262787, 75.097691554403639],\n              [142.199621996219918, 75.348131050171361],\n              [142.084420844208438, 75.52558532145818],\n              [142.336423364233639, 75.725936918072364],\n              [143.002430024300196, 75.707332841243897],\n              [143.013230132301288, 75.602863794437923],\n              [142.534425344253435, 75.476928505137607],\n              [142.494824948249487, 75.375321623997564],\n              [142.898028980289808, 75.142055122225344],\n              [143.416434164341609, 75.067638814911504],\n              [143.751237512375127, 75.081949643241103],\n              [143.999639996399964, 75.024706329922765],\n              [144.33084330843306, 75.046172572417134],\n              [144.687246872468705, 75.160659199053811],\n              [144.89244892448923, 75.292318819685988],\n              [144.665646656466521, 75.340975636006561],\n              [144.730447304473017, 75.431133854482937],\n              [145.367653676536719, 75.539896149787779]\n            ]\n          ],\n          [\n            [\n              [149.374493744937439, 76.737712480973897],\n              [148.866888668886673, 76.733419232475001],\n              [148.45288452884526, 76.623225854337221],\n              [149.255692556925538, 76.633243434167923],\n              [149.374493744937439, 76.737712480973897]\n            ]\n          ],\n          [\n            [\n              [161.895418954189523, 69.653852457830169],\n              [161.668616686166814, 69.636679463834668],\n              [161.751417514175131, 69.553676659523063],\n              [161.895418954189523, 69.653852457830169]\n            ]\n          ],\n          [\n            [\n              [137.170371703716995, 55.119775206305363],\n              [136.792367923679222, 55.009581828167569],\n              [136.669966699666958, 54.907974947027526],\n              [137.019170191701875, 54.920854692524145],\n              [137.170371703716995, 55.119775206305363]\n            ]\n          ],\n          [\n            [\n              [138.045180451804498, 55.058238644488156],\n              [137.929979299792961, 55.1526901114634],\n              [137.605976059760593, 55.199915844951022],\n              [137.27477274772744, 54.897957367196824],\n              [137.224372243722399, 54.777746409228314],\n              [137.483574835748328, 54.879353290368357],\n              [137.706777067770673, 54.624620546101781],\n              [137.98757987579873, 54.797781568889732],\n              [138.113581135811359, 55.006719662501652],\n              [138.045180451804498, 55.058238644488156]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-FE\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-172.241922419224096, 64.815361399598046],\n              [-172.461524615246077, 64.828241145094665],\n              [-172.634326343263353, 64.685132861798834],\n              [-172.0439204392043, 64.750962672114923],\n              [-172.241922419224096, 64.815361399598046]\n            ]\n          ],\n          [\n            [\n              [-180.0, 68.982674609172705],\n              [-180.0, 65.065800895365754],\n              [-179.661596615966062, 65.141648285512545],\n              [-179.499594995949877, 65.396381029779121],\n              [-179.261992619926104, 65.532333898910167],\n              [-179.276392763927561, 65.629647531551328],\n              [-179.722797227972194, 65.781342311844909],\n              [-179.827198271982638, 65.934468174971457],\n              [-179.76959769597687, 66.10333594926054],\n              [-179.308793087930781, 66.126233274587875],\n              [-179.218792187921792, 66.182045505073248],\n              [-179.423994239942317, 66.343757865197546],\n              [-179.171991719917116, 66.289376717545125],\n              [-178.981189811898048, 66.159148179745912],\n              [-178.786787867878587, 66.167734676743663],\n              [-178.603186031860247, 66.360930859193033],\n              [-178.495184951849438, 66.14054410291746],\n              [-178.725587255872483, 65.991711488289795],\n              [-178.977589775897684, 66.048954801608119],\n              [-178.628386283862767, 65.729823329858419],\n              [-178.41238412384115, 65.681166513537832],\n              [-178.527585275852687, 65.510867656415797],\n              [-178.282782827828186, 65.445037846099709],\n              [-177.415174151741439, 65.440744597600826],\n              [-176.975969759697506, 65.608181289056958],\n              [-175.910359103590963, 65.403536443943921],\n              [-175.741157411574022, 65.123044208684078],\n              [-175.863558635586259, 64.998540002216714],\n              [-175.409954099540926, 64.770997831776342],\n              [-174.722347223472156, 64.806774902600296],\n              [-174.653946539465323, 64.725203181121671],\n              [-174.041940419404114, 64.527713750173419],\n              [-173.987939879398709, 64.411796040703791],\n              [-173.599135991359844, 64.330224319225167],\n              [-173.386733867338592, 64.39462304670829],\n              [-173.361533615336072, 64.594974643322459],\n              [-173.264332643326355, 64.446142028694794],\n              [-173.3687336873368, 64.285860751403462],\n              [-173.105931059310507, 64.241497183581757],\n              [-172.821528215282058, 64.320206739394465],\n              [-172.814328143281358, 64.503385342013132],\n              [-172.591125911259041, 64.370294638548003],\n              [-172.22032220322194, 64.407502792204923],\n              [-172.465124651246441, 64.557766489665539],\n              [-173.041130411304039, 64.646493625308963],\n              [-172.75672756727559, 64.733789678119422],\n              [-172.763927639276318, 64.838258724925382],\n              [-172.09432094320934, 65.050058984203204],\n              [-172.202322023220148, 65.217495675659336],\n              [-172.09432094320934, 65.48367708258958],\n              [-172.26352263522628, 65.417847272273505],\n              [-172.389523895238881, 65.582421798063706],\n              [-172.673926739267301, 65.623923200219494],\n              [-172.684726847268394, 65.704063838865167],\n              [-172.400324003239945, 65.681166513537832],\n              [-172.1699216992169, 65.528040650411285],\n              [-171.809918099180919, 65.489401413921414],\n              [-171.251912519125113, 65.522316319079451],\n              [-171.039510395103861, 65.466504088594078],\n              [-170.981909819098121, 65.592439377894422],\n              [-171.262712627126177, 65.65540702254458],\n              [-171.464314643146338, 65.832861293831414],\n              [-171.147511475114669, 65.695477341867416],\n              [-170.668706687066788, 65.599594792059207],\n              [-170.535505355053459, 65.61819886888766],\n              [-170.510305103050939, 65.870069447488333],\n              [-170.14310143101423, 66.003160150953462],\n              [-169.718297182971753, 66.006022316619379],\n              [-169.700297002969961, 66.129095440253792],\n              [-170.135901359013502, 66.139113020084494],\n              [-170.153901539015294, 66.249306398222288],\n              [-170.564305643056343, 66.353775445028248],\n              [-170.859508595085856, 66.511194556653663],\n              [-171.363513635136258, 66.674337999610913],\n              [-171.719917199171903, 66.950536986371873],\n              [-172.19512195121942, 66.960554566202575],\n              [-172.789127891278838, 67.032108707850497],\n              [-172.360723607235997, 66.933363992376371],\n              [-172.666726667266602, 66.884707176055784],\n              [-173.163531635316275, 66.96198564903554],\n              [-173.141931419314119, 66.824601697071543],\n              [-173.303933039330303, 66.821739531405626],\n              [-173.271532715327083, 67.052143867511916],\n              [-173.64593645936452, 67.115111512162073],\n              [-173.750337503374965, 67.073610110006285],\n              [-174.574745747457399, 67.076472275672202],\n              [-174.027540275402657, 66.960554566202575],\n              [-173.930339303392941, 66.667182585446128],\n              [-174.26514265142643, 66.565575704306085],\n              [-173.833138331383225, 66.506901308154795],\n              [-173.692736927369197, 66.439640415005741],\n              [-173.797137971379641, 66.307980794373577],\n              [-174.016740167401593, 66.472555320163792],\n              [-174.463144631446227, 66.279359137714408],\n              [-174.434344343443342, 66.531229716315082],\n              [-174.970749707496992, 66.665751502613162],\n              [-174.686346863468543, 66.761634052421371],\n              [-174.905949059490524, 67.037833039182331],\n              [-174.891548915489068, 67.210994061970283],\n              [-174.754747547475404, 67.302583363279624],\n              [-174.98514985149842, 67.439967315243621],\n              [-175.157951579515725, 67.336929351270626],\n              [-175.366753667536585, 67.358395593764996],\n              [-175.190351903518945, 67.444260563742489],\n              [-175.287552875528661, 67.667509485683993],\n              [-175.823958239582311, 67.813479934645741],\n              [-176.011160111601043, 67.727614964668248],\n              [-175.924759247592391, 67.638887829024824],\n              [-176.34236342363414, 67.696131142343162],\n              [-176.068760687606783, 67.727614964668248],\n              [-176.047160471604627, 67.852119171135612],\n              [-176.500765007649989, 67.887896241959581],\n              [-176.781567815678073, 67.96803688060524],\n              [-176.723967239672305, 68.038159939420197],\n              [-177.076770767707586, 68.164095228720541],\n              [-177.461974619746115, 68.245666950199166],\n              [-177.609576095760872, 68.197010133878578],\n              [-177.703177031770224, 68.344411665673277],\n              [-177.951579515795061, 68.337256251508492],\n              [-178.041580415804077, 68.427414469984868],\n              [-178.700387003869963, 68.543332179454495],\n              [-178.844388443884355, 68.752270273066415],\n              [-179.355593555935485, 68.828117663213192],\n              [-180.0, 68.982674609172705]\n            ]\n          ],\n          [\n            [\n              [169.444694446944453, 69.84847972311249],\n              [169.228692286922836, 69.907154119263794],\n              [168.263882638826345, 70.024502911566373],\n              [167.752677526775216, 69.832737811949954],\n              [168.173881738817357, 69.695353859985943],\n              [168.875888758887555, 69.567987487852662],\n              [169.189091890918888, 69.575142902017461],\n              [169.444694446944453, 69.84847972311249]\n            ]\n          ],\n          [\n            [\n              [-180.0, 71.537157466003322],\n              [-180.0, 70.991914906646201],\n              [-179.341193411934029, 70.90748101950166],\n              [-178.876788767887604, 70.980466243982534],\n              [-177.929979299792905, 71.04200280579974],\n              [-177.638376383763756, 71.116419113113579],\n              [-177.443974439744323, 71.236630071082061],\n              [-178.394383943839358, 71.540019631669225],\n              [-179.0747907479074, 71.600125110653494],\n              [-179.326793267932601, 71.555761542831789],\n              [-179.737197371973622, 71.585814282323895],\n              [-180.0, 71.537157466003322]\n            ]\n          ],\n          [\n            [\n              [146.886868868688651, 59.364366888859763],\n              [147.272072720727209, 59.331451983701726],\n              [147.545675456754537, 59.237000516726468],\n              [147.74007740077397, 59.26276000771972],\n              [147.912879128791275, 59.390126379853015],\n              [148.395283952839492, 59.378677717189348],\n              [148.438484384843804, 59.26276000771972],\n              [148.935289352893534, 59.2327072682276],\n              [148.989289892898881, 59.375815551523431],\n              [148.737287372873681, 59.368660137358646],\n              [148.816488164881633, 59.534665745981812],\n              [148.967689676896754, 59.451662941670222],\n              [149.201692016920134, 59.524648166151096],\n              [149.133291332913331, 59.640565875620723],\n              [149.597695976959727, 59.757914667923302],\n              [150.458104581045774, 59.611944218961554],\n              [150.537305373053726, 59.478853515496425],\n              [150.926109261092591, 59.447369693171353],\n              [150.936909369093684, 59.556131988476182],\n              [151.422914229142265, 59.59763339063197],\n              [151.638916389163882, 59.483146763995308],\n              [151.761317613176089, 59.29996816137664],\n              [152.135721357213555, 59.295674912877772],\n              [152.312123121231167, 59.226982936895766],\n              [151.764917649176454, 59.133962552753474],\n              [151.437314373143721, 59.169739623577428],\n              [151.088110881108804, 59.102478730428388],\n              [151.358113581135768, 58.856332483159562],\n              [152.020520205202018, 58.874936559988015],\n              [152.34092340923408, 59.055252996940766],\n              [152.556925569255696, 58.949352867301855],\n              [152.916929169291649, 58.916437962143803],\n              [153.089730897308954, 59.082443570766969],\n              [153.33813338133379, 59.089598984931769],\n              [153.37053370533701, 59.24129376522535],\n              [153.802538025380244, 59.172601789243345],\n              [154.047340473404716, 59.052390831274849],\n              [154.356943569435686, 59.111065227426138],\n              [154.500945009450078, 59.218396439898015],\n              [155.195751957519548, 59.175463954909262],\n              [155.166951669516692, 59.378677717189348],\n              [154.961749617496167, 59.496026509491927],\n              [154.781747817478134, 59.47169810133164],\n              [154.418144181441818, 59.546114408645465],\n              [154.263342633426333, 59.437352113340637],\n              [154.076140761407572, 59.50890625498856],\n              [154.252542525425241, 59.699240271772013],\n              [154.220142201421965, 59.869539128894061],\n              [154.486544865448622, 59.896729702720265],\n              [154.407344073440726, 60.062735311343431],\n              [154.56214562145621, 60.094219133668517],\n              [154.950949509495075, 60.36755595476356],\n              [155.829358293582885, 60.729619911502013],\n              [156.092160921609178, 61.001525649764091],\n              [156.372963729637291, 61.148927181558804],\n              [156.66456664566644, 61.21046374337601],\n              [156.678966789667896, 61.52387088379389],\n              [156.923769237692369, 61.552492540453045],\n              [157.028170281702813, 61.651237255927171],\n              [157.463774637746354, 61.781465793726383],\n              [158.079380793807928, 61.734240060238761],\n              [158.259382593825904, 61.825829361548088],\n              [158.853388533885294, 61.825829361548088],\n              [158.921789217892155, 61.903107834527844],\n              [159.36099360993606, 61.893090254697128],\n              [159.519395193951908, 61.674134581254506],\n              [159.879398793987917, 61.705618403579592],\n              [160.037800378003766, 61.845864521209506],\n              [160.347403474034735, 61.944609236683633],\n              [160.412204122041175, 61.764292799730882],\n              [160.25740257402569, 61.689876492417056],\n              [160.286202862028603, 61.553923623286011],\n              [160.034200342003402, 61.459472156310753],\n              [159.774997749977473, 61.241947565701096],\n              [159.908199081990773, 61.259120559696598],\n              [160.001800018000182, 61.10599469657005],\n              [159.828998289982877, 60.932833673782099],\n              [160.203402034020343, 61.03873380342101],\n              [160.444604446044451, 61.035871637755093],\n              [160.171001710017066, 60.825502461310222],\n              [160.250202502025019, 60.772552396490767],\n              [160.153001530015302, 60.576494048375466],\n              [160.660606606066011, 60.752517236829348],\n              [160.790207902079004, 60.718171248838345],\n              [160.916209162091576, 60.899918768624048],\n              [161.567815678156734, 61.183273169549807],\n              [161.596615966159646, 61.254827311197715],\n              [161.985419854198511, 61.372176103500294],\n              [162.511025110251097, 61.65839267009197],\n              [162.802628026280246, 61.711342734911426],\n              [163.043830438304354, 61.516715469629091],\n              [163.342633426334231, 61.705618403579592],\n              [162.98982989829895, 61.788621207891168],\n              [163.191431914319111, 62.066251277485094],\n              [163.09063090630903, 62.226532554776426],\n              [163.36783367833678, 62.328139435916469],\n              [163.184231842318383, 62.442626062553131],\n              [163.267032670326699, 62.521335618365839],\n              [163.627036270362652, 62.588596511514879],\n              [163.907839078390765, 62.584303263016011],\n              [164.055440554405521, 62.655857404663919],\n              [164.599045990459871, 62.673030398659421],\n              [164.764647646476448, 62.558543772022759],\n              [165.110251102511, 62.485558547541885],\n              [165.229052290522901, 62.395400329065509],\n              [164.537845378453738, 62.451212559550882],\n              [164.127441274412689, 62.262309625600381],\n              [164.044640446404429, 61.682721078252257],\n              [163.864638646386453, 61.646944007428303],\n              [163.774637746377465, 61.413677505656096],\n              [164.030240302402973, 61.346416612507056],\n              [163.486634866348624, 61.001525649764091],\n              [163.774637746377465, 60.918522845452515],\n              [163.346233462334595, 60.79974297031697],\n              [162.88902889028887, 60.752517236829348],\n              [162.752227522275206, 60.646617107190423],\n              [162.205022050220492, 60.537854811885595],\n              [161.938619386193835, 60.416212771084133],\n              [161.895418954189523, 60.202981428973345],\n              [161.53181531815315, 60.067028559842299],\n              [161.283412834128313, 59.870970211727013],\n              [160.80460804608046, 59.604788804796769],\n              [160.498604986049855, 59.551838739977299],\n              [160.311403114031094, 59.34576281203131],\n              [159.864998649986461, 59.141117966918259],\n              [159.728197281972797, 58.883523056985766],\n              [159.022590225902235, 58.414127887775436],\n              [158.057780577805744, 57.990527369219762],\n              [157.722977229772283, 58.024873357210765],\n              [157.470974709747082, 57.804486600935178],\n              [157.240572405724009, 57.770140612944189],\n              [156.981369813698137, 57.857436665754648],\n              [156.801368013680104, 57.773002778610106],\n              [156.930969309693097, 57.65851615197343],\n              [157.002970029700265, 57.425249650201224],\n              [156.675366753667532, 57.046012699467269],\n              [156.574565745657452, 57.113273592616309],\n              [156.462964629646279, 56.948699066826109],\n              [156.048960489604866, 56.765520464207441],\n              [155.922959229592294, 56.58520402725469],\n              [155.652956529565273, 55.921181592762025],\n              [155.552155521555193, 55.284349732095563],\n              [155.728557285572805, 54.427131115153529],\n              [155.937359373593694, 53.864715561800907],\n              [156.110161101610998, 52.935942803210949],\n              [156.437764377643731, 52.216108138232912],\n              [156.534965349653447, 51.288766462475905],\n              [156.722167221672208, 51.195746078333613],\n              [156.718567185671844, 50.886632186414616],\n              [157.046170461704577, 51.124191936685705],\n              [157.445774457744534, 51.347440858627195],\n              [157.535775357753579, 51.486255893424158],\n              [157.758977589775867, 51.543499206742496],\n              [158.288182881828817, 51.967099725298155],\n              [158.324183241832401, 52.138829665253155],\n              [158.572585725857238, 52.39213132668678],\n              [158.460984609846065, 52.460823302668786],\n              [158.597785977859729, 52.692658721608026],\n              [158.500585005850013, 52.778523691585534],\n              [158.648186481864769, 52.898734649554029],\n              [158.414184141841389, 52.993186116529273],\n              [158.558185581855781, 53.070464589509029],\n              [158.709387093870902, 52.891579235389244],\n              [159.004590045900414, 53.076188920840863],\n              [159.630996309963081, 53.256505357793614],\n              [160.059400594005893, 53.097655163335233],\n              [159.825398253982513, 53.535566510220491],\n              [159.900999009990102, 53.982064354103485],\n              [160.052200522005222, 54.175260536552855],\n              [160.739807398073964, 54.535893410458357],\n              [161.150211502115013, 54.597429972275563],\n              [161.312213122131169, 54.490098759803686],\n              [161.722617226172218, 54.510133919465105],\n              [162.129421294212904, 54.77202207789648],\n              [162.154621546215452, 54.849300550876237],\n              [161.873818738187339, 55.078273804149561],\n              [161.747817478174767, 55.375939033404904],\n              [161.776617766177623, 55.607774452344145],\n              [162.14382143821436, 56.128688603540979],\n              [162.593825938259357, 56.268934721170893],\n              [162.399423994239925, 56.369110519477985],\n              [162.683826838268345, 56.483597146114647],\n              [162.910629106291054, 56.426353832796309],\n              [162.637026370263669, 56.22027790485032],\n              [162.820628206282009, 56.055703379060105],\n              [163.051030510305083, 56.005615479906567],\n              [163.36783367833678, 56.180207585527484],\n              [163.227432274322695, 56.742623138880106],\n              [162.968229682296823, 56.703983902390235],\n              [162.784627846278426, 56.762658298541524],\n              [162.860228602286014, 57.051737030799103],\n              [162.784627846278426, 57.144757414941395],\n              [162.831428314283102, 57.383748248045436],\n              [163.076230762307574, 57.461026721025192],\n              [163.328233282332775, 57.708604051126983],\n              [162.712627126271258, 57.966198961059476],\n              [162.529025290252861, 57.936146221567355],\n              [162.521825218252133, 57.754398701781639],\n              [162.215822158221528, 57.821659594930679],\n              [162.025020250202459, 57.928990807402556],\n              [161.992619926199239, 58.087841001860937],\n              [162.169021690216852, 58.405541390777685],\n              [162.406624066240653, 58.654549803712428],\n              [163.076230762307574, 59.008027263453144],\n              [162.946629466294638, 59.15829096091376],\n              [163.263432634326335, 59.081012487934018],\n              [163.079830798307938, 59.271346504717471],\n              [163.313833138331375, 59.287088415880021],\n              [163.169831698316983, 59.510337337821511],\n              [163.389433894338907, 59.631979378622972],\n              [163.378633786337815, 59.813726898408675],\n              [163.699036990369876, 59.90388511688505],\n              [163.627036270362652, 60.046993400180881],\n              [164.015840158401573, 60.035544737517228],\n              [164.16344163441633, 59.963990595869305],\n              [164.487444874448698, 60.111392127664018],\n              [164.685446854468495, 59.994043335361425],\n              [164.80784807848076, 59.789398490248388],\n              [165.211052110521081, 59.991181169695508],\n              [165.128251282512821, 60.084201553837801],\n              [165.72225722257221, 60.270242322122385],\n              [166.053460534605307, 60.453420924741053],\n              [166.391863918639132, 60.480611498567256],\n              [166.175861758617572, 60.119978624661769],\n              [166.111061110611075, 59.828037726738259],\n              [166.287462874628744, 59.84521072073376],\n              [167.047070470704654, 60.328916718273675],\n              [168.094680946809461, 60.570769717043632],\n              [168.483484834848326, 60.59796029086985],\n              [168.623886238862355, 60.555027805881096],\n              [169.246692466924657, 60.567907551377715],\n              [169.707497074970746, 60.399039777088632],\n              [169.955899558995583, 60.059873145677514],\n              [170.265502655026495, 59.921058110880551],\n              [170.402304023040216, 59.965421678702256],\n              [170.503105031050296, 60.273104487788302],\n              [170.809108091080901, 60.512095320892342],\n              [171.179911799117946, 60.559321054379964],\n              [171.583115831158267, 60.79974297031697],\n              [172.007920079200773, 60.855555200802343],\n              [172.47592475924759, 61.055906797416512],\n              [172.299522995229921, 61.103132530904134],\n              [172.385923859238545, 61.227636737371512],\n              [172.645126451264474, 61.190428583714592],\n              [172.929529295292951, 61.35214094383889],\n              [172.717127171271699, 61.430850499651598],\n              [172.897128971289675, 61.472351901807386],\n              [173.127531275312748, 61.396504511660595],\n              [173.480334803348029, 61.555354706118962],\n              [173.545135451354469, 61.748550888568346],\n              [173.804338043380397, 61.64980617309422],\n              [174.139141391413858, 61.844433438376555],\n              [174.452344523445191, 61.81438069888442],\n              [175.229952299522978, 62.043353952157759],\n              [175.298352983529782, 62.116339176638633],\n              [176.277562775627729, 62.316690773252802],\n              [176.709567095670906, 62.499869375871469],\n              [177.238772387723856, 62.569992434686426],\n              [176.932769327693251, 62.694496641153805],\n              [177.332373323733208, 62.80612110212455],\n              [177.307173071730659, 62.581441097350094],\n              [178.059580595805954, 62.541370778027257],\n              [178.937989379893764, 62.365347589573389],\n              [179.089190891908885, 62.289500199426584],\n              [179.150391503915017, 62.495576127372587],\n              [179.384393843938398, 62.521335618365839],\n              [179.607596075960743, 62.705945303817458],\n              [179.539195391953882, 62.849053587113303],\n              [179.251192511925098, 62.985006456244335],\n              [179.416794167941674, 63.116666076876498],\n              [179.297992979929774, 63.213979709517673],\n              [178.595985959859576, 63.411469140465925],\n              [178.711187111871112, 63.570319334924292],\n              [178.372783727837231, 63.521662518603719],\n              [178.372783727837231, 63.630424813908547],\n              [178.757987579875788, 63.623269399743748],\n              [178.657186571865708, 63.949556285658247],\n              [178.383583835838323, 64.001075267644751],\n              [178.588785887858847, 64.035421255635754],\n              [178.282782827828242, 64.354552727385467],\n              [177.998379983799822, 64.210013361256671],\n              [177.454774547745473, 64.420382537701542],\n              [177.364773647736428, 64.563490820997373],\n              [177.490774907749056, 64.768135666110425],\n              [176.986769867698655, 64.710892352792087],\n              [176.727567275672726, 64.579232732159923],\n              [176.039960399603984, 64.921261529236958],\n              [175.841958419584188, 64.811068151099164],\n              [175.724961124342116, 64.798626346165335],\n              [176.029160291602892, 64.958469682893877],\n              [176.396363963639629, 64.859724967419751],\n              [176.846368463684627, 64.849707387589049],\n              [177.026370263702603, 64.773859997442258],\n              [177.296372963729624, 64.838258724925382],\n              [176.91476914769143, 65.048627901370253],\n              [177.152371523715232, 65.034317073040668],\n              [177.440374403744016, 64.92555477773584],\n              [177.389973899738976, 64.835396559259465],\n              [177.641976419764177, 64.748100506449006],\n              [178.217982179821746, 64.657942287972631],\n              [178.912789127891273, 64.715185601290955],\n              [179.47799477994775, 64.822516813762832],\n              [179.780397803977991, 65.018575161878132],\n              [180.0, 65.065800895365754],\n              [180.0, 68.981243526339739],\n              [179.773197731977262, 68.988398940504538],\n              [179.54639546395461, 69.112903146971917],\n              [179.95679956799566, 68.995554354669338],\n              [179.26199261992619, 69.271753341430269],\n              [178.675186751867471, 69.297512832423536],\n              [178.671586715867107, 69.357618311407776],\n              [179.0675906759067, 69.324703406249739],\n              [178.365583655836502, 69.486415766374023],\n              [178.210782107821075, 69.443483281385284],\n              [177.357573575735699, 69.616644304173235],\n              [176.734767347673454, 69.675318700324539],\n              [176.313563135631313, 69.776925581464582],\n              [175.924759247592448, 69.775494498631616],\n              [175.528755287552855, 69.855635137277289],\n              [175.08955089550895, 69.845617557446559],\n              [174.027540275402743, 69.884256793936459],\n              [173.926739267392662, 69.845617557446559],\n              [173.462334623346209, 69.948655521419568],\n              [173.25353253532532, 69.918602781927461],\n              [173.480334803348029, 69.835599977615857],\n              [173.177931779317788, 69.845617557446559],\n              [172.789127891278866, 69.962966349749166],\n              [171.993519935199316, 69.993019089241272],\n              [171.316713167131667, 70.073159727886946],\n              [170.611106111061105, 70.116092212875685],\n              [170.52110521105206, 69.938637941588865],\n              [170.593105931059284, 69.764045835967949],\n              [170.233102331023275, 69.688198445821143],\n              [170.287102871028679, 69.579436150516329],\n              [170.585905859058556, 69.599471310177734],\n              [170.913509135091346, 69.304668246588335],\n              [170.996309963099606, 69.127213975301487],\n              [170.895508955089525, 68.992692189003407],\n              [170.351903519035176, 68.828117663213192],\n              [169.624696246962429, 68.776598681226687],\n              [169.455494554945545, 68.845290657208693],\n              [169.304293042930425, 69.097161235809352],\n              [168.850688506885064, 69.188750537118693],\n              [168.289082890828894, 69.243131684771129],\n              [168.191881918819178, 69.380515636735112],\n              [168.242282422824218, 69.55796990802196],\n              [167.925479254792521, 69.653852457830169],\n              [168.083880838808369, 69.708233605482576],\n              [167.803078030780256, 69.775494498631616],\n              [166.939069390693902, 69.502157677536587],\n              [166.629466294662933, 69.533641499861659],\n              [166.075060750607491, 69.523623920030957],\n              [165.675456754567534, 69.596609144511831],\n              [164.833048330483251, 69.567987487852662],\n              [164.440644406444022, 69.620937552672103],\n              [164.026640266402609, 69.774063415798651],\n              [163.774637746377465, 69.693922777152977],\n              [163.166231662316619, 69.721113350979209],\n              [162.770227702276969, 69.653852457830169],\n              [162.431824318243144, 69.676749783157476],\n              [162.316623166231608, 69.546521245358292],\n              [162.521825218252133, 69.324703406249739],\n              [162.773827738277333, 69.203061365448292],\n              [162.525425254252497, 69.117196395470785],\n              [162.554225542255409, 68.991261106170441],\n              [162.845828458284558, 68.869619065368994],\n              [162.601026010260085, 68.805220337885856],\n              [162.723427234272293, 68.604868741271702],\n              [162.417424174241688, 68.308634594849323],\n              [162.179821798217944, 68.354429245503994],\n              [161.405814058140578, 68.411672558822332],\n              [160.995409954099529, 68.301479180684538],\n              [159.850598505985062, 68.277150772524237],\n              [159.692196921969213, 68.238511536034366],\n              [158.63378633786337, 68.141197903393206],\n              [158.277382773827725, 68.075368093077117],\n              [158.093780937809328, 67.840670508471959],\n              [158.327783277832765, 67.753374455661501],\n              [157.805778057780543, 67.706148722173864],\n              [157.690576905769007, 67.545867444882532],\n              [157.877778777787768, 67.412776741417417],\n              [157.791377913779087, 67.358395593764996],\n              [158.367383673836713, 67.115111512162073],\n              [158.702187021870174, 67.055006033177833],\n              [158.903789037890334, 66.803135454577159],\n              [158.71658716587163, 66.730150230096285],\n              [158.471784717847157, 66.488297231326328],\n              [158.529385293852926, 66.359499776360082],\n              [158.392583925839261, 66.255030729554122],\n              [158.486184861848614, 66.117646777590124],\n              [158.12258122581224, 66.156286014079996],\n              [157.719377193771919, 66.111922446258291],\n              [157.380973809738094, 66.000297985287546],\n              [157.373773737737366, 65.925881677973706],\n              [156.927369273692733, 65.965951997296543],\n              [156.974169741697409, 66.033212890445583],\n              [156.6141661416614, 66.202080664734666],\n              [156.358563585635835, 66.06612779560362],\n              [155.958959589595878, 66.096180535095755],\n              [155.753757537575353, 66.176321173741414],\n              [155.318153181531812, 66.141975185750411],\n              [155.228152281522767, 66.203511747567617],\n              [154.886148861488579, 66.13338868875266],\n              [154.547745477454754, 66.23785773555862],\n              [154.216542165421657, 66.060403464271786],\n              [154.374943749437449, 65.921588429474838],\n              [154.072540725407208, 65.799946388673376],\n              [154.040140401403988, 65.868638364655368],\n              [153.6981369813698, 65.885811358650869],\n              [153.453334533345327, 65.788497726009709],\n              [153.532535325353223, 65.705494921698119],\n              [153.399333993339923, 65.503712242250998],\n              [153.460534605346055, 65.363466124621084],\n              [152.686526865268632, 65.233237586821872],\n              [152.64332643326432, 65.022868410377001],\n              [152.502925029250292, 64.945589937397244],\n              [152.747727477274765, 64.6865639446318],\n              [152.330123301232987, 64.510540756177917],\n              [152.412924129241247, 64.406071709371957],\n              [152.168121681216775, 64.355983810218419],\n              [152.016920169201654, 64.503385342013132],\n              [151.480514805148033, 64.436124448864092],\n              [151.300513005130057, 64.360277058717287],\n              [150.630906309063079, 64.331655402058132],\n              [150.634506345063443, 64.169943041933834],\n              [150.224102241022393, 64.212875526922588],\n              [150.022500225002233, 64.370294638548003],\n              [150.069300693006909, 64.501954259180167],\n              [149.817298172981708, 64.567784069496255],\n              [149.237692376923775, 64.408933875037874],\n              [148.629286292862929, 64.418951454868591],\n              [148.290882908829047, 64.549179992667788],\n              [147.999279992799899, 64.363139224383204],\n              [148.254882548825464, 64.255808011911341],\n              [147.956079560795587, 63.943831954326427],\n              [147.603276032760306, 64.046869918299421],\n              [147.610476104761034, 64.169943041933834],\n              [147.308073080730793, 64.132734888276914],\n              [147.22887228872284, 64.056887498130124],\n              [146.99486994869946, 64.147045716606499],\n              [146.498064980649787, 64.208582278423705],\n              [146.109261092610922, 63.94096978866051],\n              [145.55485554855548, 63.823620996357917],\n              [145.634056340563376, 63.660477553400668],\n              [145.443254432544308, 63.515938187271885],\n              [145.252452524525239, 63.17963372152667],\n              [145.367653676536719, 62.91059014893051],\n              [145.324453244532407, 62.754602120138046],\n              [145.479254792547891, 62.548526192192043],\n              [145.122851228512246, 62.489851796040753],\n              [145.17685176851765, 62.285206950927716],\n              [144.719647196471925, 62.08199318864763],\n              [144.744847448474474, 62.046216117823676],\n              [144.968049680496762, 62.056233697654378],\n              [145.155251552515523, 61.967506562010968],\n              [145.4540545405454, 61.9560578993473],\n              [145.742057420574184, 62.057664780487343],\n              [146.21726217262173, 61.903107834527844],\n              [146.584465844658411, 61.635495344764635],\n              [146.746467464674623, 61.114581193567801],\n              [146.699666996669947, 60.958593164775337],\n              [146.526865268652642, 60.955730999109434],\n              [146.465664656646567, 60.708153669007629],\n              [146.14886148861487, 60.735344242833847],\n              [145.61965619656192, 60.557889971547013],\n              [145.569255692556879, 60.334641049605509],\n              [145.792457924579224, 60.198688180474477],\n              [146.375663756637522, 60.271673404955351],\n              [146.454864548645475, 60.131427287325423],\n              [146.681666816668127, 60.095650216501468],\n              [146.786067860678571, 59.901022951219133],\n              [147.020070200702008, 59.942524353374935],\n              [147.142471424714216, 59.848072886399677],\n              [147.156871568715673, 59.647721289785508],\n              [147.074070740707413, 59.411592622347385],\n              [146.886868868688651, 59.364366888859763]\n            ]\n          ],\n          [\n            [\n              [180.0, 70.991914906646201],\n              [180.0, 71.535726383170356],\n              [179.564395643956431, 71.451292496025815],\n              [178.905589055890545, 71.236630071082061],\n              [178.621186211862067, 71.037709557300872],\n              [178.83358833588332, 70.808736304027519],\n              [179.132391323913197, 70.878859362842491],\n              [179.665196651966511, 70.874566114343622],\n              [180.0, 70.991914906646201]\n            ]\n          ],\n          [\n            [\n              [142.530825308253071, 54.296902577354317],\n              [142.347223472234731, 54.27257416919403],\n              [142.707227072270683, 53.947718366112483],\n              [142.800828008280035, 53.697278870344775],\n              [142.498424984249795, 53.658639633854904],\n              [142.667626676266735, 53.552739504215992],\n              [142.455224552245483, 53.379578481428027],\n              [142.307623076230726, 53.366698735931408],\n              [142.242822428224287, 53.529842178888657],\n              [141.767617676176741, 53.370991984430276],\n              [141.929619296192953, 53.020376690355491],\n              [141.843218432184329, 52.591051840467983],\n              [141.659616596165932, 52.382113746856078],\n              [141.638016380163805, 51.884096920986579],\n              [141.688416884168845, 51.746712969022568],\n              [142.07722077220771, 51.471945065094573],\n              [142.268022680226778, 51.074104037532166],\n              [142.12762127621275, 50.895218683412367],\n              [142.04482044820449, 50.528861478175031],\n              [142.149221492214878, 50.345682875556363],\n              [142.124021240212386, 49.897753948840418],\n              [142.16002160021597, 49.67736719256483],\n              [142.07722077220771, 49.197954443523784],\n              [141.965619656196537, 48.863081060611535],\n              [141.857618576185729, 48.774353924968125],\n              [142.138421384213842, 48.317838501254414],\n              [142.192421924219246, 47.967223207179629],\n              [141.965619656196537, 47.612314664605961],\n              [141.97641976419763, 47.29747644135513],\n              [142.055620556205525, 47.054192359752207],\n              [141.821618216182145, 46.601970184537379],\n              [141.933219332193318, 46.035261382685874],\n              [142.09522095220953, 45.90217067922076],\n              [142.203222032220282, 46.030968134187006],\n              [142.282422824228235, 46.327202280609384],\n              [142.458824588245847, 46.630591841196548],\n              [142.725227252272504, 46.740785219334342],\n              [142.797227972279728, 46.594814770372594],\n              [143.160831608316045, 46.597676936038511],\n              [143.394833948339482, 46.533278208555373],\n              [143.337233372333714, 46.408774002088009],\n              [143.470434704347014, 46.172645334649886],\n              [143.625236252362498, 46.374428014097006],\n              [143.510035100350962, 46.770837958826462],\n              [143.178831788317865, 46.832374520643668],\n              [143.38403384033839, 46.725043308171792],\n              [143.171631716317137, 46.70787031417629],\n              [143.016830168301652, 47.253112873533425],\n              [142.746827468274688, 47.444877973149829],\n              [142.545225452254527, 47.76687161056546],\n              [142.548825488254835, 48.020173271999084],\n              [142.793627936279364, 48.562553665690288],\n              [142.988029880298797, 48.916031125431005],\n              [143.070830708307057, 49.185074698027165],\n              [143.369633696336933, 49.299561324663827],\n              [143.258032580325761, 49.394012791639085],\n              [144.006840068400692, 49.269508585171707],\n              [144.503645036450365, 48.948946030589042],\n              [144.284042840428384, 49.250904508343254],\n              [144.222842228422252, 49.532827826436034],\n              [144.003240032400328, 50.01224057547708],\n              [143.790837908379075, 50.309905804732409],\n              [143.538835388353874, 51.240109646155332],\n              [143.366033660336569, 51.645106087882539],\n              [143.240032400323997, 51.507722135918527],\n              [143.312033120331165, 51.753868383187367],\n              [143.164431644316409, 51.874079341155863],\n              [143.178831788317865, 52.313421770874072],\n              [143.304833048330437, 52.470840882499488],\n              [143.337233372333714, 52.704107384271694],\n              [143.290432904329037, 53.152036310987654],\n              [143.117631176311733, 53.379578481428027],\n              [143.070830708307057, 53.598534154870649],\n              [142.89082890828908, 53.813196579814402],\n              [143.002430024300196, 54.135190217230033],\n              [142.732427324273232, 54.421406783821695],\n              [142.530825308253071, 54.296902577354317]\n            ]\n          ],\n          [\n            [\n              [146.883268832688287, 43.85858439375626],\n              [146.606066060660595, 43.808496494602721],\n              [146.667266672666727, 43.709751779128595],\n              [146.883268832688287, 43.85858439375626]\n            ]\n          ],\n          [\n            [\n              [146.469264692646931, 44.428155361273681],\n              [146.120061200611957, 44.505433834253424],\n              [145.727657276572728, 44.043194079207879],\n              [145.410854108541088, 43.82853165426414],\n              [145.792457924579224, 43.948742612232635],\n              [146.138061380613777, 44.265011918316432],\n              [146.325263252632482, 44.292202492142636],\n              [146.469264692646931, 44.428155361273681]\n            ]\n          ],\n          [\n            [\n              [148.798487984879813, 45.415602516014928],\n              [148.622086220862201, 45.498605320326504],\n              [148.312483124831232, 45.275356398385],\n              [148.071280712807123, 45.251027990224713],\n              [147.952479524795223, 45.431344427177464],\n              [147.887678876788726, 45.218113085066676],\n              [147.495274952749497, 45.004881742955888],\n              [147.19647196471962, 44.714371927865344],\n              [146.872468724687252, 44.489691923090888],\n              [146.958869588695876, 44.420999947108882],\n              [147.55647556475563, 44.823134223170172],\n              [147.700477004770022, 45.007743908621805],\n              [147.992079920799171, 45.006312825788839],\n              [148.215282152821516, 45.195215759739341],\n              [148.557285572855704, 45.306840220710086],\n              [148.758887588875865, 45.31256455204192],\n              [148.798487984879813, 45.415602516014928]\n            ]\n          ],\n          [\n            [\n              [150.335703357033566, 46.211284571139757],\n              [150.018900189001869, 46.072469536342794],\n              [149.81009810098098, 45.879273353893424],\n              [149.666096660966588, 45.853513862900172],\n              [149.435694356943571, 45.587332455969928],\n              [149.637296372963732, 45.611660864130215],\n              [150.198901989019845, 45.929361253046963],\n              [150.245702457024521, 46.03669246551884],\n              [150.569705697056946, 46.231319730801175],\n              [150.335703357033566, 46.211284571139757]\n            ]\n          ],\n          [\n            [\n              [152.204122041220415, 47.128608667066047],\n              [151.836918369183678, 46.856702928803955],\n              [151.800918009180094, 46.76654471032758],\n              [152.294122941229404, 47.142919495395631],\n              [152.204122041220415, 47.128608667066047]\n            ]\n          ],\n          [\n            [\n              [156.124561245612455, 50.637623773479874],\n              [156.074160741607415, 50.782163139608656],\n              [155.890558905589018, 50.690573838299329],\n              [155.717757177571769, 50.42296134853612],\n              [155.202952029520276, 50.294163893569873],\n              [155.228152281522767, 50.055173060465833],\n              [155.382953829538252, 50.038000066470332],\n              [155.562955629556285, 50.166797521436578],\n              [155.883358833588289, 50.254093574247037],\n              [156.124561245612455, 50.637623773479874]\n            ]\n          ],\n          [\n            [\n              [156.459364593645915, 50.873752440917997],\n              [156.200162001619987, 50.780732056775705],\n              [156.178561785617859, 50.687711672633412],\n              [156.405364053640511, 50.630468359315074],\n              [156.459364593645915, 50.873752440917997]\n            ]\n          ],\n          [\n            [\n              [154.835748357483538, 49.650176618738627],\n              [154.608946089460886, 49.375408714810618],\n              [154.720547205472059, 49.26664641950579],\n              [154.835748357483538, 49.352511389483283],\n              [154.835748357483538, 49.650176618738627]\n            ]\n          ],\n          [\n            [\n              [168.058680586805821, 54.545910990289073],\n              [167.734677346773452, 54.762004498065778],\n              [167.439474394743939, 54.866473544871738],\n              [167.698676986769811, 54.689019273584904],\n              [168.058680586805821, 54.545910990289073]\n            ]\n          ],\n          [\n            [\n              [166.665466654666517, 54.756280166733944],\n              [166.651066510665061, 54.845007302377354],\n              [166.251462514625103, 55.1526901114634],\n              [166.287462874628744, 55.304384891756982],\n              [165.956259562595591, 55.364490370741237],\n              [165.747457474574702, 55.297229477592197],\n              [165.992259922599175, 55.221382087445406],\n              [166.08226082260822, 55.061100810154073],\n              [166.355863558635548, 54.83928297104552],\n              [166.665466654666517, 54.756280166733944]\n            ]\n          ],\n          [\n            [\n              [164.707047070470679, 58.976543441128058],\n              [164.559445594455923, 59.239862682392385],\n              [163.965439654396533, 59.028062423114562],\n              [163.767437674376737, 58.872074394322098],\n              [163.58383583835834, 58.557236171071267],\n              [164.181441814418093, 58.826279743667428],\n              [164.631446314463091, 58.864918980157313],\n              [164.707047070470679, 58.976543441128058]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"RU-KGD\",\n        \"countryKey\": \"RU\",\n        \"countryName\": \"Russian Federation\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [21.267212672126732, 55.248572661271609],\n              [21.180811808118108, 55.192760430786237],\n              [21.231212312123148, 54.939458769352612],\n              [21.080010800108028, 54.899388450029775],\n              [20.52920529205295, 54.965218260345864],\n              [20.990009900099011, 55.272901069431896],\n              [20.925209252092543, 55.282918649262612],\n              [20.633606336063394, 55.04822106465744],\n              [20.367203672036737, 54.946614183517397],\n              [20.032400324003248, 54.948045266350363],\n              [19.830798307983088, 54.597429972275563],\n              [19.611196111961135, 54.457183854645649],\n              [19.679596795967967, 54.437148694984231],\n              [21.25621158035888, 54.332284460135419],\n              [22.700027000270012, 54.342697228008987],\n              [22.768427684276872, 54.355576973505606],\n              [22.68202682026822, 54.452890606146781],\n              [22.80802808028082, 54.893664118697941],\n              [22.58122581225814, 55.058238644488156],\n              [22.250022500225015, 55.071118389984775],\n              [22.098820988209894, 55.029616987828987],\n              [21.267212672126732, 55.248572661271609]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"RW\", \"countryKey\": \"RW\", \"countryName\": \"Rwanda\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [30.555305553055547, -2.401168181621756],\n              [30.836108361083632, -2.345355951136376],\n              [30.886508865088672, -2.082036709872042],\n              [30.796507965079655, -1.928910846745502],\n              [30.832508325083268, -1.594037463833253],\n              [30.738907389073916, -1.406565612715717],\n              [30.555305553055547, -1.3178384770723],\n              [30.472504725047258, -1.067398981304592],\n              [30.353703537035386, -1.0602435671398],\n              [30.148501485014862, -1.345029050898503],\n              [29.896498964989661, -1.469533257365882],\n              [29.835298352983557, -1.329287139735968],\n              [29.579695796957992, -1.387961535887257],\n              [29.36009360093604, -1.509603576688711],\n              [29.147691476914787, -1.798682308946297],\n              [29.151291512915151, -2.150728685854048],\n              [28.859688596885974, -2.41834117561725],\n              [28.892088920889222, -2.653038760222422],\n              [29.014490144901458, -2.720299653371463],\n              [29.129691296912995, -2.597226529737043],\n              [29.306093060930635, -2.660194174387215],\n              [29.338493384933855, -2.826199783010381],\n              [29.698496984969864, -2.807595706181921],\n              [29.903699036990389, -2.648745511723547],\n              [29.932499324993273, -2.316734294477214],\n              [30.137701377013798, -2.431220921113876],\n              [30.378903789037906, -2.30242346614763],\n              [30.555305553055547, -2.401168181621756]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SA\",\n        \"countryKey\": \"SA\",\n        \"countryName\": \"Saudi Arabia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [51.589860180395931, 24.25468951816266],\n              [51.280712807128083, 24.302837481380678],\n              [51.442714427144267, 24.554708059981351],\n              [51.215912159121615, 24.62626220162926],\n              [50.978309783097842, 24.56758780547797],\n              [50.80910809108093, 24.74647315959777],\n              [50.546305463054637, 25.118554696166925],\n              [50.463504635046348, 25.446272664914389],\n              [50.34830348303484, 25.482049735738343],\n              [50.143101431014315, 25.733920314339016],\n              [50.099900999010003, 25.990084141438558],\n              [50.200702007020084, 26.17183166122426],\n              [50.189901899018992, 26.403667080163515],\n              [50.031500315003171, 26.495256381472842],\n              [49.984699846998467, 26.70848772358363],\n              [50.143101431014315, 26.681297149757427],\n              [49.941499414994155, 26.858751421044261],\n              [49.700297002970046, 26.958927219351338],\n              [49.523895238952406, 27.132088242139304],\n              [49.322293222932245, 27.205073466620178],\n              [49.239492394923957, 27.545671180864261],\n              [48.872288722887248, 27.612932074013301],\n              [48.778687786877867, 27.714538955153344],\n              [48.879488794887948, 27.836180995954805],\n              [48.605886058860591, 28.126690811045336],\n              [48.433084330843315, 28.540273749770293],\n              [47.669876698767013, 28.533118335605508],\n              [47.435874358743604, 28.993927007818087],\n              [46.532265322653245, 29.09553388895813],\n              [46.355863558635605, 29.062618983800093],\n              [44.69264692646928, 29.201434018597041],\n              [42.075420754207556, 31.080445778271326],\n              [40.369003690036919, 31.939095478046326],\n              [39.20089621501161, 32.155267833754806],\n              [39.003278667985015, 31.99886858127854],\n              [36.967701226443232, 31.508420017086593],\n              [37.98217982179824, 30.499426148090251],\n              [37.632976329763324, 30.313385379805666],\n              [37.470974709747111, 29.994253908055967],\n              [36.754567545675485, 29.865456453089706],\n              [36.477364773647764, 29.494805999353503],\n              [36.016560165601675, 29.189985355933374],\n              [34.950949509495103, 29.351697716057672],\n              [34.778147781477827, 28.664777956237671],\n              [34.803348033480347, 28.527394004273674],\n              [34.648546485464863, 28.099500237219132],\n              [35.051750517505184, 28.119535396880551],\n              [35.217352173521761, 28.053705586564462],\n              [35.490954909549117, 27.632967233674719],\n              [35.559355593555949, 27.455512962387886],\n              [35.81135811358115, 27.190762638290593],\n              [36.228962289622899, 26.625484919272054],\n              [36.534965349653504, 26.08310452558085],\n              [36.696966969669717, 26.022999046596595],\n              [36.664566645666469, 25.855562355140464],\n              [36.934569345693461, 25.646624261528558],\n              [37.229772297723002, 25.192971003480764],\n              [37.280172801728042, 24.963997750207426],\n              [37.146971469714714, 24.85094220640373],\n              [37.456574565745683, 24.441652516177641],\n              [37.521375213752151, 24.267060410556724],\n              [37.676176761767636, 24.29138881871701],\n              [38.079380793807957, 24.071002062441437],\n              [38.453784537845394, 23.783354413016809],\n              [38.60138601386015, 23.568691988073056],\n              [38.813788137881403, 22.983379109393098],\n              [39.080190801908032, 22.546898845340806],\n              [39.004590045900471, 22.001656285983685],\n              [38.950589505895067, 21.921515647338026],\n              [39.17019170191702, 21.403463661807109],\n              [39.080190801908032, 21.314736526163685],\n              [39.29619296192962, 20.924050912766063],\n              [39.504995049950509, 20.746596641479229],\n              [39.645396453964565, 20.461811157720518],\n              [39.922599225992286, 20.262890643939315],\n              [40.066600666006678, 20.287219052099616],\n              [40.523805238052404, 19.97238082884877],\n              [40.62820628206282, 19.79206439189602],\n              [40.790207902079032, 19.713354836083312],\n              [40.945009450094517, 19.505847825304357],\n              [40.955809558095581, 19.342704382347108],\n              [41.135811358113585, 18.95774310028132],\n              [41.247412474124758, 18.834669976646907],\n              [41.211412114121146, 18.69728602468291],\n              [41.438214382143826, 18.464019522910689],\n              [41.470614706147074, 18.27940983745907],\n              [41.719017190171911, 17.908759383722867],\n              [42.302223022230237, 17.453675042842121],\n              [42.338223382233849, 17.173182807582279],\n              [42.543425434254345, 17.004315033293196],\n              [42.543425434254345, 16.878379743992866],\n              [42.737827378273806, 16.670872733213912],\n              [42.788227882278846, 16.370345338292665],\n              [43.036630366303683, 16.536350946915832],\n              [43.20943209432096, 16.773910697186906],\n              [43.108631086310879, 16.927036560313454],\n              [43.166231662316648, 17.326308670708826],\n              [43.389433894338964, 17.512349438993411],\n              [43.749437494374945, 17.346343830370245],\n              [44.10584105841059, 17.352068161702078],\n              [44.404644046440467, 17.419329054851119],\n              [45.164251642516433, 17.427915551848869],\n              [45.43065430654309, 17.311997842379242],\n              [46.323463234632356, 17.224701789568783],\n              [46.708667086670886, 17.274789688722322],\n              [46.97146971469715, 16.957089299805574],\n              [47.191071910719131, 16.95852038263854],\n              [47.428674286742876, 17.091611086103654],\n              [47.590675906759088, 17.463692622672824],\n              [48.163081630816322, 18.149181299659858],\n              [49.127891278912813, 18.611421054705403],\n              [51.979119791197917, 18.99495125393824],\n              [54.977949779497806, 19.995278154176106],\n              [55.666531682452671, 21.99675988584324],\n              [55.210592747113424, 22.70823547004289],\n              [55.132971501454904, 22.631808397394501],\n              [52.583925839258399, 22.930429044573643],\n              [51.589860180395931, 24.129301352098896],\n              [51.589860180395931, 24.25468951816266]\n            ]\n          ],\n          [\n            [\n              [42.187021870218729, 16.705218721204915],\n              [42.046620466204672, 16.812549933676777],\n              [41.906219062190644, 16.748151206193654],\n              [42.187021870218729, 16.705218721204915]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SB\",\n        \"countryKey\": \"SB\",\n        \"countryName\": \"Solomon Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [160.502205022050219, -11.736121501008938],\n              [160.001800018000182, -11.461353597080937],\n              [160.02340023400231, -11.600168631877899],\n              [160.271802718027146, -11.633083537035937],\n              [160.484204842048399, -11.844883796313773],\n              [160.502205022050219, -11.736121501008938]\n            ]\n          ],\n          [\n            [\n              [162.374223742237376, -10.823090653581524],\n              [162.115021150211504, -10.456733448344195],\n              [161.834218342183391, -10.446715868513486],\n              [161.395013950139486, -10.203431786910571],\n              [161.283412834128313, -10.323642744879066],\n              [161.510215102151022, -10.365144147034862],\n              [161.636216362163594, -10.631325553965105],\n              [162.100621006210048, -10.821659570748565],\n              [162.374223742237376, -10.823090653581524]\n            ]\n          ],\n          [\n            [\n              [161.395013950139486, -9.413474063117569],\n              [161.395013950139486, -9.649602730555692],\n              [161.557015570155698, -9.788417765352655],\n              [161.546215462154606, -9.605239162733987],\n              [161.395013950139486, -9.413474063117569]\n            ]\n          ],\n          [\n            [\n              [160.826208262082588, -9.837074581673235],\n              [160.78660786607864, -9.726881203535442],\n              [160.365403654036498, -9.413474063117569],\n              [159.94059940599405, -9.433509222778987],\n              [159.710197101970977, -9.247468454494403],\n              [159.598595985959861, -9.512218778591695],\n              [159.836198361983605, -9.794142096684489],\n              [160.318603186031822, -9.815608339178858],\n              [160.646206462064612, -9.93725037998032],\n              [160.826208262082588, -9.837074581673235]\n            ]\n          ],\n          [\n            [\n              [158.057780577805744, -8.527633789516365],\n              [157.877778777787768, -8.682190735475864],\n              [158.10458104581042, -8.690777232473614],\n              [158.057780577805744, -8.527633789516365]\n            ]\n          ],\n          [\n            [\n              [157.35937359373591, -8.576290605836945],\n              [157.348573485734818, -8.413147162879696],\n              [157.200972009720061, -8.566273026006236],\n              [157.35937359373591, -8.576290605836945]\n            ]\n          ],\n          [\n            [\n              [161.359013590135902, -9.618118908230613],\n              [161.38061380613803, -9.509356612925778],\n              [161.168211682116777, -8.974131633399359],\n              [160.945009450094489, -8.813850356108027],\n              [160.995409954099529, -8.603481179663156],\n              [160.747007470074692, -8.310109198906694],\n              [160.592205922059208, -8.384525506220534],\n              [160.8694086940869, -9.151585904686193],\n              [161.236612366123637, -9.447820051108572],\n              [161.359013590135902, -9.618118908230613]\n            ]\n          ],\n          [\n            [\n              [157.798577985779815, -8.561979777507361],\n              [157.902979029790259, -8.499012132857196],\n              [157.744577445774411, -8.22853747742807],\n              [157.665376653766515, -8.241417222924696],\n              [157.503375033750302, -7.959493904831909],\n              [157.384573845738458, -8.031048046479825],\n              [157.229772297722974, -8.317264613071487],\n              [157.568175681756799, -8.275763210915699],\n              [157.578975789757891, -8.436044488207031],\n              [157.798577985779815, -8.561979777507361]\n            ]\n          ],\n          [\n            [\n              [157.103771037710345, -8.125499513455075],\n              [157.200972009720061, -8.048221040475326],\n              [157.089370893708889, -7.850731609527074],\n              [156.945369453694497, -7.97952906449332],\n              [157.103771037710345, -8.125499513455075]\n            ]\n          ],\n          [\n            [\n              [156.808568085680832, -7.720503071727869],\n              [156.610566105661036, -7.56880829143428],\n              [156.502565025650227, -7.630344853251493],\n              [156.660966609666076, -7.939458745170491],\n              [156.808568085680832, -7.720503071727869]\n            ]\n          ],\n          [\n            [\n              [166.147061470614659, -10.694293198615277],\n              [165.877058770587695, -10.657085044958357],\n              [165.75465754657543, -10.751536511933608],\n              [165.862658626586239, -10.868885304236194],\n              [166.147061470614659, -10.694293198615277]\n            ]\n          ],\n          [\n            [\n              [159.857798577985733, -8.511891878353822],\n              [159.843398433984333, -8.325851110069237],\n              [159.432994329943284, -8.031048046479825],\n              [159.126991269912679, -7.919423585509072],\n              [158.752587525875214, -7.593136699594574],\n              [158.453784537845337, -7.531600137777367],\n              [158.579785797857966, -7.74053823138928],\n              [158.846188461884566, -7.973804733161487],\n              [159.34659346593466, -8.261452382586114],\n              [159.627396273962717, -8.357334932394323],\n              [159.857798577985733, -8.511891878353822]\n            ]\n          ],\n          [\n            [\n              [157.528575285752851, -7.332679623996157],\n              [157.388173881738766, -7.322662044165448],\n              [157.154171541715385, -7.123741530384244],\n              [157.042570425704213, -6.897630442776823],\n              [156.488164881648771, -6.60282737918741],\n              [156.459364593645915, -6.733055916986615],\n              [156.686166861668568, -6.897630442776823],\n              [156.927369273692733, -7.208175417528786],\n              [157.103771037710345, -7.332679623996157],\n              [157.44217442174417, -7.414251345474781],\n              [157.528575285752851, -7.332679623996157]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SD\", \"countryKey\": \"SD\", \"countryName\": \"Sudan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [24.168841688416904, 8.689723773805298],\n              [24.557645576455769, 8.88721320475355],\n              [24.680046800468034, 9.373781367959381],\n              [24.78444784447845, 9.496854491593808],\n              [24.791647916479178, 9.798812969348006],\n              [24.975249752497547, 9.967680743637089],\n              [25.083250832508355, 10.292536546718637],\n              [25.842858428584293, 10.418471836018966],\n              [25.900459004590061, 10.190929665578594],\n              [26.181261812618146, 9.959094246639339],\n              [26.555665556655583, 9.519751816921129],\n              [26.696066960669611, 9.47681933193239],\n              [27.081270812708141, 9.607047869731588],\n              [27.894878948789511, 9.59559920706792],\n              [28.046080460804632, 9.330848882970642],\n              [28.845288452884546, 9.325124551638808],\n              [28.827288272882754, 9.428162515611803],\n              [29.010890108901094, 9.60275462123272],\n              [29.482494824948276, 9.761604815691086],\n              [29.615696156961576, 10.057838962113465],\n              [30.011700117001197, 10.271070304224253],\n              [30.483304833048351, 9.971973992135972],\n              [30.749707497074979, 9.735845324697848],\n              [31.235712357123589, 9.791657555183221],\n              [31.66411664116643, 10.213826990905929],\n              [31.941319413194151, 10.656031586290055],\n              [32.412924129241304, 11.051010448186545],\n              [32.344523445234472, 11.709308551347377],\n              [32.081720817208179, 11.999818366437921],\n              [32.747727477274793, 12.002680532103838],\n              [32.733327333273337, 12.215911874214626],\n              [33.208532085320883, 12.210187542882792],\n              [33.082530825308282, 11.584804344879998],\n              [33.183331833318363, 10.843503437407591],\n              [33.140131401314022, 10.739034390601631],\n              [33.370533705337067, 10.650307254958221],\n              [33.903339033390353, 10.192360748411545],\n              [33.968139681396821, 9.838883288670843],\n              [33.899738997389989, 9.455353089438006],\n              [34.068940689406901, 9.453922006605055],\n              [34.097740977409785, 9.680033094212462],\n              [34.324543245432466, 10.268208138558336],\n              [34.27774277742779, 10.56587336781368],\n              [34.436144361443638, 10.796277703919969],\n              [34.587345873458759, 10.879280508231545],\n              [34.839348393483959, 10.729016810770929],\n              [34.950949509495103, 10.869262928400843],\n              [34.947349473494739, 11.27425937012805],\n              [35.07335073350734, 11.549027274056044],\n              [35.04815048150482, 11.770845113164583],\n              [35.217352173521761, 11.896780402464927],\n              [35.616956169561718, 12.575113665287162],\n              [35.728557285572862, 12.673858380761288],\n              [36.099360993609963, 12.695324623255672],\n              [36.113761137611391, 12.934315456359712],\n              [36.232562325623263, 13.362209223414254],\n              [36.383763837638384, 13.57114731702616],\n              [36.437764377643788, 13.991885669915916],\n              [36.527765277652804, 14.263791408177994],\n              [36.42336423364236, 15.110992445289327],\n              [36.628566285662885, 15.445865828201576],\n              [36.671766717667197, 15.723495897795488],\n              [36.945369453694553, 16.252996545990072],\n              [36.876968769687721, 16.527764449918081],\n              [36.984969849698501, 16.765324200189156],\n              [36.999369993699958, 17.073007009275202],\n              [37.402574025740279, 17.030074524286448],\n              [37.506975069750723, 17.319153256544027],\n              [37.870578705787068, 17.437933131679571],\n              [38.01458014580146, 17.539540012819614],\n              [38.208982089820921, 17.522367018824113],\n              [38.460984609846122, 17.8901553068944],\n              [38.60138601386015, 18.004641933531076],\n              [38.543785437854382, 18.117697477334787],\n              [38.075780757807593, 18.348101813441076],\n              [38.122581225812269, 18.413931623757151],\n              [37.676176761767636, 18.741649592504615],\n              [37.550175501755035, 18.710165770179529],\n              [37.334173341733418, 19.15952577972844],\n              [37.236972369723702, 19.654680439932022],\n              [37.258572585725858, 19.820686048555189],\n              [37.175771757717598, 20.348755613916822],\n              [37.229772297723002, 20.564849121693527],\n              [37.085770857708582, 21.057141616231192],\n              [37.114571145711466, 21.277528372506779],\n              [36.887768877688785, 21.649609909075934],\n              [36.884168841688421, 21.995931954651851],\n              [31.403471335177194, 21.999820181765834],\n              [31.466268044671349, 22.202701858593102],\n              [31.308471184916804, 21.998210009727522],\n              [24.982449824498275, 21.995931954651851],\n              [24.978849788497911, 20.002433568340905],\n              [23.981639816398172, 19.995278154176106],\n              [23.981639816398172, 19.495830245473655],\n              [23.985239852398536, 15.720633732129585],\n              [23.592835928359307, 15.74925538878874],\n              [23.31923319233195, 15.681994495639699],\n              [23.096030960309633, 15.704891820967035],\n              [22.926829268292693, 15.564645703337121],\n              [22.966429664296669, 15.224047989093037],\n              [22.739627396273988, 14.979332824657163],\n              [22.667626676266792, 14.681667595401834],\n              [22.365223652236551, 14.542852560604871],\n              [22.5308253082531, 14.122114207715128],\n              [22.242822428224315, 13.974712675920415],\n              [22.073620736207374, 13.771498913640329],\n              [22.268022680226835, 13.335018649588037],\n              [21.93681936819371, 13.058819662827091],\n              [21.81081810818111, 12.794069338729798],\n              [21.93681936819371, 12.6395123927703],\n              [22.203222032220339, 12.743981439576245],\n              [22.444424444244476, 12.610890736111131],\n              [22.372423724237251, 12.463489204316417],\n              [22.480424804248059, 12.177272637724755],\n              [22.458824588245903, 12.029871105930042],\n              [22.613626136261388, 12.072803590918795],\n              [22.538025380253828, 11.680686894688208],\n              [22.628026280262816, 11.510388037566173],\n              [22.916029160291629, 11.395901410929511],\n              [22.955629556295577, 11.208429559811961],\n              [22.862028620286225, 10.919350827554382],\n              [23.006030060300617, 10.687515408615127],\n              [23.290432904329066, 10.439938078513336],\n              [23.625236252362555, 9.907575264652849],\n              [23.675636756367595, 9.690050674043178],\n              [23.607236072360735, 9.536924810916631],\n              [23.632436324363255, 9.277898818151172],\n              [23.474034740347435, 9.170567605679295],\n              [23.560435604356059, 8.995975500058393],\n              [23.481234812348134, 8.78274415794759],\n              [23.614436144361463, 8.732656258794051],\n              [24.168841688416904, 8.689723773805298]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SG\", \"countryKey\": \"SG\", \"countryName\": \"Singapore\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [103.780127880760702, 1.426212512352693],\n              [103.646836468364683, 1.30819852140624],\n              [103.844838448384479, 1.268128202083403],\n              [103.960039600396016, 1.391201325717823],\n              [103.926843644804094, 1.40347669706398],\n              [103.780127880760702, 1.426212512352693]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SI\", \"countryKey\": \"SI\", \"countryName\": \"Slovenia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [13.714257337635512, 46.520236801919566],\n              [13.365133651336549, 46.289994126952465],\n              [13.568041501507716, 46.183094502087705],\n              [13.664829002225392, 46.18072737149037],\n              [13.617136171361722, 46.12541960116225],\n              [13.505535055350578, 46.065314122178009],\n              [13.474852425543082, 46.003822707958676],\n              [13.555301759130886, 45.968067448586318],\n              [13.638730697666389, 45.978992666727876],\n              [13.574939321652474, 45.842930627938451],\n              [13.595739781679358, 45.805986527293683],\n              [13.672422074614285, 45.795431069966611],\n              [13.917370775527884, 45.632752845278745],\n              [13.868318944419711, 45.608537384351926],\n              [13.710737107371102, 45.593056787301762],\n              [13.588335883358866, 45.488587740495802],\n              [13.890738907389107, 45.424189013012679],\n              [13.973539735397367, 45.514347231489054],\n              [14.373143731437324, 45.477139077832135],\n              [14.556745567455692, 45.65602443195192],\n              [14.668346683466865, 45.534382391150459],\n              [15.139951399514018, 45.429913344344513],\n              [15.363153631536335, 45.481432326331003],\n              [15.251552515525191, 45.707543413938424],\n              [15.665556655566576, 45.832047620405802],\n              [15.661956619566212, 46.215577819638625],\n              [16.28116281162815, 46.375859096929958],\n              [16.234362343623445, 46.493207889232551],\n              [16.51516515165153, 46.501794386230301],\n              [16.270362703627057, 46.863858342968754],\n              [16.093960939609417, 46.862427260135789],\n              [16.014760147601493, 46.693559485846706],\n              [15.636756367563692, 46.717887894007006],\n              [15.463954639546415, 46.614849930033998],\n              [15.060750607506094, 46.649195918025001],\n              [14.851948519485205, 46.600539101704413],\n              [14.538745387453901, 46.378721262595874],\n              [14.405544055440572, 46.438826741580129],\n              [13.714257337635512, 46.520236801919566]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SJ\",\n        \"countryKey\": \"SJ\",\n        \"countryName\": \"Svalbard and Jan Mayen\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [19.161191611916138, 74.52668950405328],\n              [18.790387903879065, 74.478032687732679],\n              [19.074790747907485, 74.347804149933467],\n              [19.29799297992983, 74.48089485339861],\n              [19.161191611916138, 74.52668950405328]\n            ]\n          ],\n          [\n            [\n              [25.479254792547948, 76.711952989980631],\n              [25.047250472504743, 76.498721647869843],\n              [25.580055800558029, 76.711952989980631],\n              [25.479254792547948, 76.711952989980631]\n            ]\n          ],\n          [\n            [\n              [24.424444244442469, 77.825335434022207],\n              [24.305643056430597, 77.911200403999715],\n              [23.942039420394224, 77.852526007848439],\n              [23.628836288362891, 77.869699001843941],\n              [23.121231212312154, 77.985616711313554],\n              [23.070830708307113, 78.065757349959227],\n              [23.47043470434707, 78.151622319936706],\n              [22.966429664296669, 78.25609136674268],\n              [22.397623976239771, 78.200279136257308],\n              [21.695616956169573, 78.211727798920975],\n              [20.993609936099375, 78.138742574440101],\n              [20.878408784087867, 78.085792509620632],\n              [21.663216632166353, 77.918355818164514],\n              [21.260012600126032, 77.733746132712895],\n              [21.188011880118808, 77.602086512080717],\n              [20.874808748087503, 77.56917160692268],\n              [20.921609216092179, 77.441805234789399],\n              [22.192421924219275, 77.504772879439543],\n              [22.448024480244811, 77.577758103920416],\n              [22.779227792277936, 77.55486077859311],\n              [22.437224372243747, 77.438943069123468],\n              [22.430024300243019, 77.264350963502551],\n              [22.703627036270376, 77.237160389676347],\n              [23.232832328323298, 77.264350963502551],\n              [23.355233552335534, 77.377406507306262],\n              [23.891638916389184, 77.509066127938439],\n              [24.424444244442469, 77.825335434022207]\n            ]\n          ],\n          [\n            [\n              [21.026010260102623, 78.218883213085775],\n              [21.062010620106207, 78.200279136257308],\n              [22.271622716227171, 78.267540029406348],\n              [22.235622356223587, 78.487926785681935],\n              [22.091620916209195, 78.589533666821978],\n              [21.177211772117744, 78.623879654812981],\n              [21.083610836108392, 78.555187678830976],\n              [20.183601836018369, 78.495082199846706],\n              [20.66240662406625, 78.390613153040761],\n              [20.468004680046818, 78.314765762893956],\n              [20.792007920079215, 78.274695443571147],\n              [20.626406264062666, 78.207434550422107],\n              [21.026010260102623, 78.218883213085775]\n            ]\n          ],\n          [\n            [\n              [27.020070200702037, 78.698295962126792],\n              [26.616866168661716, 78.8084893402646],\n              [26.465664656646595, 78.70974462479046],\n              [26.739267392673952, 78.626741820478884],\n              [27.020070200702037, 78.698295962126792]\n            ]\n          ],\n          [\n            [\n              [12.141121411214129, 78.237487289914213],\n              [12.101521015210182, 78.294730603232551],\n              [11.44631446314466, 78.548032264666176],\n              [11.259112591125927, 78.527997105004772],\n              [11.06111061110613, 78.692571630794959],\n              [11.183511835118367, 78.734073032950761],\n              [10.845108451084542, 78.878612399079543],\n              [10.485104851048533, 78.890061061743211],\n              [10.524705247052481, 78.788454180603168],\n              [10.917109171091738, 78.609568826483383],\n              [11.122311223112263, 78.439269969361334],\n              [11.305913059130603, 78.452149714857967],\n              [12.141121411214129, 78.237487289914213]\n            ]\n          ],\n          [\n            [\n              [29.439294392943935, 78.904371890072809],\n              [29.064890648906498, 78.904371890072809],\n              [28.787687876878778, 78.96447736905705],\n              [28.416884168841705, 78.967339534722981],\n              [27.840878408784107, 78.842835328255603],\n              [28.103681036810372, 78.822800168594171],\n              [28.870488704887066, 78.91152730423758],\n              [29.237692376923775, 78.852852908086305],\n              [29.439294392943935, 78.904371890072809]\n            ]\n          ],\n          [\n            [\n              [20.097200972009745, 79.124758646348397],\n              [20.04320043200434, 79.041755842036793],\n              [20.406804068040714, 78.995961191382122],\n              [20.831608316083191, 79.054635587533426],\n              [20.468004680046818, 79.126189729181334],\n              [20.097200972009745, 79.124758646348397]\n            ]\n          ],\n          [\n            [\n              [20.057600576005768, 79.376629224949056],\n              [19.711997119971215, 79.408113047274128],\n              [19.701197011970152, 79.336558905626219],\n              [20.057600576005768, 79.376629224949056]\n            ]\n          ],\n          [\n            [\n              [20.208802088020889, 78.638190483142552],\n              [20.60480604806051, 78.633897234643683],\n              [20.691206912069134, 78.694002713627924],\n              [21.036810368103687, 78.643914814474385],\n              [21.393213932139332, 78.671105388300589],\n              [21.522815228152297, 78.854283990919271],\n              [20.450004500045026, 78.945873292228583],\n              [19.906399063990648, 79.014565268210589],\n              [19.787597875978776, 79.164828965671205],\n              [19.290792907929102, 79.184864125332638],\n              [18.945189451894549, 79.157673551506434],\n              [18.653586535865372, 79.249262852815747],\n              [18.880388803888053, 79.316523745964787],\n              [18.725587255872568, 79.544065916405174],\n              [18.347583475834767, 79.629930886382681],\n              [18.077580775807775, 79.568394324565475],\n              [18.001980019800214, 79.455338780761764],\n              [17.753577535775378, 79.409544130107093],\n              [17.749977499775014, 79.604171395389415],\n              [18.099180991809931, 79.727244519023827],\n              [17.562775627756309, 79.897543376145876],\n              [16.965169651696527, 79.961942103629013],\n              [16.821168211682135, 79.876077133651506],\n              [16.54036540365405, 80.047807073606492],\n              [16.295562955629578, 80.067842233267925],\n              [15.957159571595724, 79.944769109633512],\n              [16.101161011610145, 79.86033522248897],\n              [15.715957159571616, 79.877508216484472],\n              [15.687156871568732, 79.700053945197624],\n              [15.852758527585308, 79.569825407398412],\n              [15.960759607596088, 79.309368331800016],\n              [16.48996489964901, 78.930131381066047],\n              [16.349563495634982, 78.915820552736477],\n              [15.787957879578812, 79.220641196156578],\n              [15.496354963549663, 79.32940349146142],\n              [15.262352623526255, 79.618482223719013],\n              [14.859148591485933, 79.773039169678498],\n              [14.549545495454964, 79.811678406168369],\n              [13.883538835388379, 79.542634833572208],\n              [14.157141571415735, 79.343714319791019],\n              [14.041940419404227, 79.266435846811248],\n              [13.577535775357774, 79.491115851585704],\n              [13.300333003330053, 79.4710806919243],\n              [13.451534515345173, 79.592722732725747],\n              [12.450724507245098, 79.568394324565475],\n              [13.012330123301268, 79.692898531032853],\n              [13.739537395373986, 79.705778276529458],\n              [13.973539735397367, 79.775901335344429],\n              [13.797137971379726, 79.88180146498334],\n              [13.059130591305944, 79.82885140016387],\n              [12.537125371253723, 79.745848595852294],\n              [12.205922059220626, 79.837437897161635],\n              [12.335523355233562, 79.670001205705518],\n              [12.065520655206569, 79.714364773527222],\n              [11.820718207182097, 79.844593311326435],\n              [11.284312843128447, 79.788781080841062],\n              [11.197911979119823, 79.721520187691993],\n              [11.431914319143203, 79.62706872071675],\n              [11.014310143101454, 79.649966046044085],\n              [10.708307083070849, 79.561238910400675],\n              [10.899108991089946, 79.4710806919243],\n              [10.841508415084178, 79.370904893617222],\n              [11.280712807128083, 79.098999155355131],\n              [11.701917019170224, 79.167691131337136],\n              [11.691116911169132, 79.322248077296621],\n              [12.079920799208026, 79.303644000468182],\n              [11.683916839168404, 79.068946415862996],\n              [12.108721087210881, 79.000254439881019],\n              [12.389523895238966, 79.001685522713956],\n              [12.508325083250867, 78.91152730423758],\n              [12.249122491224938, 78.901509724406878],\n              [11.568715687156896, 78.984512528718454],\n              [11.334713347133487, 78.973063866054787],\n              [11.856718567185681, 78.855715073752208],\n              [11.644316443164456, 78.746952778447394],\n              [12.018720187201893, 78.613862074982251],\n              [12.429124291242942, 78.543739016167308],\n              [13.199531995319973, 78.542307933334342],\n              [12.364323643236446, 78.487926785681935],\n              [12.857528575285784, 78.359129330715689],\n              [13.008730087300904, 78.20314130192321],\n              [13.854738547385494, 78.213158881753941],\n              [14.322743227432284, 78.309041431562122],\n              [14.344343443434468, 78.390613153040761],\n              [14.664746647466501, 78.380595573210059],\n              [14.383943839438416, 78.50080653117854],\n              [14.524345243452444, 78.663949974135789],\n              [14.815948159481621, 78.734073032950761],\n              [14.98154981549817, 78.596689080986749],\n              [15.262352623526255, 78.665381056968755],\n              [15.381153811538127, 78.85142182525334],\n              [15.499954999550027, 78.726917618785961],\n              [15.23355233552337, 78.609568826483383],\n              [15.438754387543895, 78.457874046189801],\n              [16.000360003600065, 78.482202454350102],\n              [16.317163171631734, 78.56806742432758],\n              [16.522365223652258, 78.718331121788225],\n              [16.828368283682863, 78.67396755396652],\n              [16.33156331563319, 78.459305129022766],\n              [16.936369363693672, 78.351973916550889],\n              [15.79515795157954, 78.343387419553125],\n              [15.730357303573044, 78.234625124248311],\n              [15.294752947529503, 78.221745378751677],\n              [15.035550355503574, 78.117276331945732],\n              [14.232742327423296, 78.092947923785431],\n              [14.358743587435896, 77.981323462814686],\n              [13.865538655386587, 78.097241172284299],\n              [13.588335883358866, 78.055739770128497],\n              [13.717937179371802, 77.768092120703898],\n              [13.955539555395575, 77.719435304383296],\n              [14.110341103411059, 77.773816452035732],\n              [14.459544595445976, 77.758074540873167],\n              [15.089550895508978, 77.790989446031233],\n              [15.553955539555403, 77.879716581674643],\n              [15.784357843578448, 77.835353013852938],\n              [16.788767887678887, 77.876854416008712],\n              [16.871568715687175, 77.811024605692637],\n              [15.114751147511498, 77.70369339322076],\n              [14.740347403474061, 77.663623073897924],\n              [14.967149671496742, 77.623552754575087],\n              [15.84555845558458, 77.579189186753382],\n              [15.852758527585308, 77.531963453265774],\n              [14.772747727477309, 77.549136447261276],\n              [14.441544415444184, 77.586344600918181],\n              [13.912339123391263, 77.534825618931677],\n              [13.998739987399887, 77.398872749800631],\n              [14.322743227432284, 77.280092874665087],\n              [14.373143731437324, 77.198521153186476],\n              [15.039150391503938, 77.134122425703339],\n              [15.345153451534543, 77.008187136403023],\n              [16.090360903609053, 77.026791213231462],\n              [16.35676356763571, 76.986720893908625],\n              [15.579155791557923, 76.919460000759585],\n              [15.942759427594297, 76.760609806301233],\n              [16.284762847628485, 76.707659741481763],\n              [16.43236432364327, 76.621794771504256],\n              [16.810368103681071, 76.567413623851849],\n              [17.199171991719936, 76.71910840414543],\n              [16.936369363693672, 76.81499095395364],\n              [17.325173251732537, 76.979565479743854],\n              [17.483574835748385, 77.305852365658353],\n              [17.735577355773586, 77.467564725782637],\n              [18.192781927819311, 77.490462051109972],\n              [18.444784447844512, 77.75664345804023],\n              [18.329583295832975, 77.905476072667881],\n              [18.581585815858176, 78.055739770128497],\n              [18.811988119881221, 78.028549196302293],\n              [19.063990639906422, 78.087223592453597],\n              [18.919989199892029, 78.178812893762938],\n              [19.067590675906786, 78.377733407544127],\n              [18.991989919899225, 78.466460543187566],\n              [19.679596795967967, 78.515117359508139],\n              [19.762397623976256, 78.623879654812981],\n              [20.208802088020889, 78.638190483142552]\n            ]\n          ],\n          [\n            [\n              [33.09693096930971, 80.228123510559243],\n              [31.494914949149518, 80.115067966755561],\n              [31.610116101161026, 80.072135481766793],\n              [32.830528305283082, 80.133672043583999],\n              [33.64053640536406, 80.220968096394472],\n              [33.09693096930971, 80.228123510559243]\n            ]\n          ],\n          [\n            [\n              [18.297182971829727, 80.276780326879845],\n              [18.491584915849188, 80.238141090389973],\n              [18.754387543875453, 80.302539817873082],\n              [18.315183151831548, 80.364076379690289],\n              [18.297182971829727, 80.276780326879845]\n            ]\n          ],\n          [\n            [\n              [27.171271712717157, 80.073566564599759],\n              [26.807668076680784, 80.173742362906836],\n              [25.706057060570629, 80.17231128007387],\n              [25.515255152551532, 80.242434338888842],\n              [24.780847808478114, 80.248158670220676],\n              [24.831248312483154, 80.355489882692552],\n              [24.60084600846011, 80.316850646202681],\n              [24.258842588425892, 80.375525042353956],\n              [24.334443344433453, 80.286797906710547],\n              [23.765637656376583, 80.309695232037882],\n              [23.805238052380531, 80.185191025570504],\n              [23.567635676356787, 80.133672043583999],\n              [23.387633876338782, 80.189484274069372],\n              [23.006030060300617, 80.168018031575002],\n              [23.304833048330494, 80.289660072376478],\n              [23.121231212312154, 80.391266953516492],\n              [23.26883268832691, 80.454234598166664],\n              [22.750427504275052, 80.504322497320203],\n              [22.83322833228334, 80.41273319601089],\n              [22.458824588245903, 80.441354852670059],\n              [22.332823328233303, 80.364076379690289],\n              [22.563225632256348, 80.311126314870847],\n              [22.368823688236915, 80.009167837116621],\n              [21.825218252182538, 80.152276120412466],\n              [21.846818468184694, 80.272487078380976],\n              [21.530015300153025, 80.273918161213913],\n              [20.882008820088231, 80.21095051656377],\n              [20.388803888038893, 80.424181858674558],\n              [20.082800828008288, 80.389835870683555],\n              [20.014400144001456, 80.472838674995131],\n              [19.657996579965811, 80.504322497320203],\n              [19.528395283952847, 80.38840478785059],\n              [19.913599135991376, 80.385542622184659],\n              [19.611196111961135, 80.228123510559243],\n              [19.337593375933778, 80.326868226033383],\n              [19.035190351903537, 80.358352048358455],\n              [19.225992259922606, 80.198070771067137],\n              [19.585995859958615, 80.152276120412466],\n              [19.33039330393305, 80.09073955859526],\n              [18.855188551885533, 80.198070771067137],\n              [18.037980379803827, 80.192346439735303],\n              [18.235982359823623, 80.049238156439458],\n              [18.837188371883741, 80.030634079611019],\n              [18.192781927819311, 79.900405541811807],\n              [18.783187831878337, 79.722951270524959],\n              [19.485194851948535, 79.718658022026091],\n              [20.172801728017305, 79.785918915175131],\n              [21.88641886418867, 79.823127068832036],\n              [21.850418504185058, 79.707209359362423],\n              [20.475204752047546, 79.685743116868053],\n              [20.648006480064822, 79.62706872071675],\n              [21.155611556115588, 79.568394324565475],\n              [20.414004140041413, 79.59129164989281],\n              [20.208802088020889, 79.645672797545217],\n              [19.632796327963291, 79.611326809554214],\n              [19.686796867968695, 79.554083496235876],\n              [20.198001980019825, 79.468218526258369],\n              [20.730807308073111, 79.458200946427667],\n              [20.817208172081735, 79.378060307782022],\n              [21.501215012150141, 79.39666438461046],\n              [21.710017100171029, 79.372335976450188],\n              [22.894428944289473, 79.419561709937796],\n              [22.646026460264608, 79.309368331800016],\n              [22.926829268292693, 79.223503361822509],\n              [24.053640536405396, 79.189157373831506],\n              [24.287642876428777, 79.309368331800016],\n              [24.921249212492143, 79.378060307782022],\n              [25.184051840518435, 79.336558905626219],\n              [25.828458284582865, 79.442459035265131],\n              [25.965259652596558, 79.526892922409672],\n              [25.824858248582501, 79.625637637883813],\n              [26.494464944649451, 79.722951270524959],\n              [26.919269192691957, 79.843162228493469],\n              [27.149671496714973, 79.854610891157137],\n              [27.171271712717157, 80.073566564599759]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SK\", \"countryKey\": \"SK\", \"countryName\": \"Slovakia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [17.148771487714896, 48.0058624436695],\n              [17.339573395733964, 47.998707029504715],\n              [17.573575735757373, 47.829839255215632],\n              [17.825578255782574, 47.749698616569958],\n              [18.235982359823623, 47.753991865068841],\n              [18.815588155881585, 47.832701420881548],\n              [18.837188371883741, 48.040208431660503],\n              [19.481594815948171, 48.111762573308411],\n              [19.621996219962227, 48.227680282778039],\n              [19.884798847988492, 48.128935567303913],\n              [20.324003240032425, 48.280630347597494],\n              [20.482404824048274, 48.526776594866334],\n              [20.784807848078515, 48.569709079855087],\n              [21.108811088110912, 48.489568441209414],\n              [21.42561425614258, 48.561122582857337],\n              [21.728017280172821, 48.340735826581749],\n              [22.131221312213142, 48.405134554064873],\n              [22.152821528215298, 48.585450991017623],\n              [22.322023220232211, 48.699937617654285],\n              [22.538025380253828, 49.072019154223455],\n              [22.01242012420127, 49.210834189020417],\n              [21.818018180181809, 49.376839797643584],\n              [21.260012600126032, 49.449825022124458],\n              [20.943209432094335, 49.295268076164959],\n              [20.691206912069134, 49.40116820580387],\n              [20.306003060030633, 49.386857377474286],\n              [20.050400504005069, 49.173626035363498],\n              [19.747997479974828, 49.206540940521535],\n              [19.769597695976984, 49.392581708806119],\n              [19.625596255962591, 49.40116820580387],\n              [19.441994419944223, 49.601519802418039],\n              [19.17199171991723, 49.402599288636836],\n              [18.963189631896341, 49.389719543140203],\n              [18.833588335883377, 49.509930501108698],\n              [18.5347853478535, 49.481308844449543],\n              [18.189181891818947, 49.276663999336492],\n              [18.073980739807411, 49.047690746063168],\n              [17.533975339753425, 48.812993161457996],\n              [17.166771667716688, 48.860218894945618],\n              [16.943569435694371, 48.604055067846076],\n              [16.842768427684291, 48.365064234742036],\n              [17.148771487714896, 48.0058624436695]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SL\",\n        \"countryKey\": \"SL\",\n        \"countryName\": \"Sierra Leone\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-13.300333003329996, 9.041770150713049],\n              [-13.141931419314176, 8.917265944245685],\n              [-13.239132391323892, 8.825676642936344],\n              [-13.167131671316696, 8.525149248015097],\n              [-13.285932859328568, 8.500820839854811],\n              [-13.156331563315604, 8.171671788274381],\n              [-12.972729727297235, 8.25324350975302],\n              [-12.821528215282115, 7.916939044007805],\n              [-12.958329583295807, 7.911214712675971],\n              [-12.709927099270971, 7.712294198894767],\n              [-12.403924039240366, 7.547719673104552],\n              [-12.50832508325081, 7.390300561479137],\n              [-11.838718387183832, 7.14844756270918],\n              [-11.475114751147487, 6.919474309435856],\n              [-11.374313743137407, 7.138429982878478],\n              [-10.61470614706144, 7.769537512213091],\n              [-10.618306183061804, 8.011390510983048],\n              [-10.366303663036604, 8.14877446294706],\n              [-10.283502835028315, 8.485078928692261],\n              [-10.517505175051724, 8.334815231231644],\n              [-10.726307263072613, 8.32050440290206],\n              [-10.481504815048112, 8.672550779809796],\n              [-10.600306003060012, 8.818521228771559],\n              [-10.593105931059284, 9.038907985047132],\n              [-10.747907479074769, 9.083271552868851],\n              [-10.675906759067573, 9.306520474810341],\n              [-10.855908559085549, 9.455353089438006],\n              [-11.010710107101033, 9.743000738862634],\n              [-11.273512735127326, 9.996302400296258],\n              [-11.910719107191028, 9.99200915179739],\n              [-12.141121411214073, 9.874660359494797],\n              [-12.252722527225245, 9.929041507147218],\n              [-12.50832508325081, 9.860349531165213],\n              [-12.702727027270242, 9.419576018614052],\n              [-12.958329583295807, 9.272174486819338],\n              [-13.030330303303003, 9.09615129836547],\n              [-13.300333003329996, 9.041770150713049]\n            ]\n          ],\n          [\n            [\n              [-12.493924939249354, 7.567754832765971],\n              [-12.619926199261954, 7.639308974413893],\n              [-12.951129511295079, 7.567754832765971],\n              [-12.605526055260526, 7.479027697122561],\n              [-12.493924939249354, 7.567754832765971]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SN\", \"countryKey\": \"SN\", \"countryName\": \"Senegal\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-16.752767527675246, 13.064543994158925],\n              [-16.774367743677402, 12.582269079451962],\n              [-16.727567275672726, 12.331829583684254],\n              [-16.410764107641057, 12.361882323176374],\n              [-16.234362343623417, 12.453471624485715],\n              [-15.676356763567611, 12.439160796156131],\n              [-15.193951939519366, 12.679582712093122],\n              [-13.728737287372837, 12.673858380761288],\n              [-13.077130771307679, 12.635219144271417],\n              [-13.084330843308408, 12.515008186302921],\n              [-12.911529115291131, 12.536474428797291],\n              [-12.774727747277439, 12.434867547657248],\n              [-12.360723607236054, 12.306070092691002],\n              [-12.079920799207969, 12.407676973831045],\n              [-11.388713887138834, 12.403383725332162],\n              [-11.467914679146759, 12.54362984296209],\n              [-11.38511385113847, 12.932884373526747],\n              [-11.532715327153255, 13.111769727646546],\n              [-11.611916119161151, 13.360778140581289],\n              [-11.881918819188172, 13.453798524723581],\n              [-12.097920979209761, 13.704238020491289],\n              [-11.961119611196068, 13.908882865604326],\n              [-12.033120331203293, 14.250911662681375],\n              [-12.220322203221997, 14.391157780311289],\n              [-12.166321663216593, 14.625855364916461],\n              [-12.263522635226309, 14.774687979544126],\n              [-12.472324723247198, 14.997936901485616],\n              [-12.778327783277803, 15.146769516113281],\n              [-12.965529655296535, 15.508833472851748],\n              [-13.239132391323892, 15.62332009948841],\n              [-13.314733147331452, 15.922416411576705],\n              [-13.483934839348365, 16.155682913348912],\n              [-13.811538115381126, 16.122768008190874],\n              [-14.344343443434411, 16.636526745222909],\n              [-14.931149311493073, 16.643682159387694],\n              [-15.672756727567247, 16.48196979926341],\n              [-16.327963279632769, 16.474814385098611],\n              [-16.464764647646433, 16.174286990177364],\n              [-16.543965439654357, 15.809360867772995],\n              [-16.878768787687846, 15.232634486090788],\n              [-17.137971379713775, 14.927813842670659],\n              [-17.537575375753732, 14.757514985548625],\n              [-17.177571775717723, 14.653045938742665],\n              [-16.939969399693979, 14.355380709487335],\n              [-16.698766987669842, 13.768636747974412],\n              [-16.561965619656178, 13.58688922818871],\n              [-15.517955179551763, 13.582595979689827],\n              [-15.395553955539526, 13.771498913640329],\n              [-15.096750967509649, 13.820155729960916],\n              [-14.844748447484449, 13.752894836811876],\n              [-14.729547295472912, 13.619804133346747],\n              [-14.58554585545852, 13.659874452669584],\n              [-14.347943479434775, 13.45236744189063],\n              [-13.987939879398766, 13.579733814023911],\n              [-13.818738187381854, 13.429470116563294],\n              [-13.851138511385074, 13.336449732421002],\n              [-14.200342003419991, 13.229118519949125],\n              [-14.394743947439451, 13.24342934827871],\n              [-15.013950139501361, 13.495299926879369],\n              [-15.136351363513597, 13.589751393854627],\n              [-15.226352263522614, 13.425176868064412],\n              [-15.823958239582367, 13.319276738425501],\n              [-15.834758347583431, 13.156133295468251],\n              [-16.673566735667322, 13.164719792466002],\n              [-16.752767527675246, 13.064543994158925]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SO\", \"countryKey\": \"SO\", \"countryName\": \"Somalia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [42.925029250292511, 10.999491466200041],\n              [42.64782647826479, 10.631703178129754],\n              [42.835028350283523, 10.208102659574095],\n              [43.069030690306903, 9.921886092982419],\n              [43.187831878318804, 9.883246856492548],\n              [43.23463234632348, 9.691481756876129],\n              [43.418234182341848, 9.412420604449267],\n              [43.619836198362009, 9.336573214302462],\n              [44.02304023040233, 8.985957920227676],\n              [46.978669786697878, 7.997079682653478],\n              [47.979479794797953, 7.997079682653478],\n              [44.941049410494117, 4.91166509479531],\n              [43.969039690396926, 4.954597579784064],\n              [43.529835298352992, 4.841542035980353],\n              [43.119431194311943, 4.648345853530984],\n              [42.788227882278846, 4.286281896792524],\n              [42.136621366213689, 4.200416926815024],\n              [41.884618846188488, 3.977168004873526],\n              [41.34101341013411, 3.201521109410109],\n              [40.981009810098101, 2.842319318337566],\n              [40.981009810098101, -0.871340633189298],\n              [41.524615246152479, -1.572571221338883],\n              [41.535415354153542, -1.695644344973296],\n              [41.650616506165079, -1.565415807174091],\n              [42.082620826208284, -0.862754136191548],\n              [42.64782647826479, -0.22878444119101],\n              [43.468634686346888, 0.619847678753281],\n              [43.781837818378193, 0.921806156507486],\n              [44.548645486454888, 1.558638017173948],\n              [45.002250022500249, 1.866320826259987],\n              [46.028260282602844, 2.438753959443318],\n              [46.625866258662597, 3.024066838123275],\n              [47.489874898749008, 3.935666602717731],\n              [47.947079470794705, 4.456580753914565],\n              [48.447484474844771, 5.20933032405064],\n              [48.951489514895172, 5.999288047843649],\n              [49.070290702907045, 6.219674804119222],\n              [49.073890738907409, 6.415733152234523],\n              [49.58509585095851, 7.314453171332346],\n              [49.819098190981919, 7.739484772720971],\n              [49.840698406984075, 7.962733694662475],\n              [50.056700567005691, 8.130170386118593],\n              [50.290702907029072, 8.486510011525226],\n              [50.420304203042036, 8.85716046526143],\n              [50.603906039060405, 9.037476902214181],\n              [50.675906759067601, 9.259294741322719],\n              [50.841508415084149, 9.456784172270972],\n              [50.805508055080566, 9.624220863727089],\n              [50.927909279092802, 10.328313617542591],\n              [51.395913959139591, 10.478577315003221],\n              [51.176311763117639, 10.563011202147763],\n              [51.08631086310865, 11.188394400150543],\n              [51.122311223112234, 11.504663706234339],\n              [51.291512915129175, 11.833812757814755],\n              [50.798307983079837, 11.989800786607205],\n              [50.575105751057521, 11.921108810625213],\n              [50.513905139051388, 11.770845113164583],\n              [50.269102691026916, 11.589097593378881],\n              [49.851498514985167, 11.464593386911503],\n              [49.57789577895781, 11.460300138412634],\n              [49.239492394923957, 11.300018861121302],\n              [48.94068940689408, 11.248499879134798],\n              [48.656286562865631, 11.330071600613422],\n              [48.343083430834326, 11.275690452961001],\n              [48.159481594815958, 11.145461915161803],\n              [47.677076770767712, 11.108253761504884],\n              [47.367473674736772, 11.172652488988007],\n              [46.658266582665846, 10.754776301764167],\n              [46.449464494644957, 10.693239739946961],\n              [45.801458014580163, 10.874987259732677],\n              [45.48825488254883, 10.68465324294921],\n              [45.33705337053371, 10.670342414619626],\n              [44.962649626496273, 10.415609670353049],\n              [44.584645846458471, 10.384125848027963],\n              [44.275042750427502, 10.457111072508837],\n              [43.828638286382869, 10.803433118084754],\n              [43.48663486634868, 11.238482299304096],\n              [43.493834938349409, 11.364417588604425],\n              [43.241832418324208, 11.487490712238838],\n              [42.925029250292511, 10.999491466200041]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SR\", \"countryKey\": \"SR\", \"countryName\": \"Suriname\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-54.61434614346139, 2.325698415639607],\n              [-54.358743587435825, 2.507445935425316],\n              [-54.164341643416392, 2.969685690470861],\n              [-54.211142111421069, 3.127104802096277],\n              [-54.002340023400194, 3.454822770843734],\n              [-54.04914049140487, 3.635139207796485],\n              [-54.344343443434397, 4.024393738361148],\n              [-54.452344523445191, 4.483771327740769],\n              [-54.481144811448075, 4.913096177628276],\n              [-54.430744307443035, 5.05334229525819],\n              [-54.171541715417106, 5.348145358847603],\n              [-53.987939879398752, 5.745986386410024],\n              [-54.038340383403792, 5.841868936218233],\n              [-54.772747727477224, 5.984977219514064],\n              [-55.161551615516117, 5.957786645687847],\n              [-55.845558455584509, 5.976390722516314],\n              [-55.935559355593512, 5.804660782561314],\n              [-56.957969579695757, 6.012167793340268],\n              [-57.065970659706551, 5.950631231523062],\n              [-57.181171811718073, 5.529892878633305],\n              [-57.245972459724555, 5.4855293108116],\n              [-57.325173251732465, 5.338127779016901],\n              [-57.281972819728153, 5.026151721431972],\n              [-57.721177211772073, 4.990374650608018],\n              [-57.919179191791869, 4.830093373316686],\n              [-57.836378363783595, 4.651208019196901],\n              [-58.066780667806626, 4.151760110494436],\n              [-58.030780307803028, 3.987185584704228],\n              [-57.829178291782867, 3.662329781622688],\n              [-57.566375663756588, 3.350353724037774],\n              [-57.307173071730674, 3.394717291859486],\n              [-57.173971739717345, 2.819421993010231],\n              [-56.705967059670556, 2.029464269217236],\n              [-56.482764827648225, 1.942168216406778],\n              [-56.018360183601786, 1.833405921101942],\n              [-55.913959139591356, 2.038050766214987],\n              [-56.115561155611516, 2.332853829804399],\n              [-55.989559895598916, 2.520325680921943],\n              [-55.723157231572273, 2.39725255728753],\n              [-55.399153991539876, 2.430167462445567],\n              [-55.301953019530146, 2.520325680921943],\n              [-54.977949779497749, 2.543223006249278],\n              [-54.79074790747903, 2.448771539274027],\n              [-54.776347763477588, 2.457358036271778],\n              [-54.758347583475796, 2.465944533269528],\n              [-54.61434614346139, 2.325698415639607]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SS\",\n        \"countryKey\": \"SS\",\n        \"countryName\": \"South Sudan\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [27.44127441274415, 5.070515289253692],\n              [27.765277652776547, 4.735641906341442],\n              [27.772477724777275, 4.595395788711528],\n              [28.013680136801383, 4.549601138056858],\n              [28.049680496804996, 4.419372600257645],\n              [28.402484024840277, 4.277695399794773],\n              [28.755287552875558, 4.553894386555726],\n              [28.985689856898574, 4.495219990404436],\n              [29.172891728917307, 4.34781845860973],\n              [29.302493024930271, 4.386457695099608],\n              [29.450094500945028, 4.656932350528734],\n              [29.795697956979581, 4.555325469388691],\n              [29.777697776977789, 4.405061771928061],\n              [30.123301233012342, 4.103103294173856],\n              [30.20610206102063, 3.949977431047316],\n              [30.526505265052663, 3.866974626735733],\n              [30.544505445054455, 3.612241882469149],\n              [30.746107461074615, 3.675209527119314],\n              [30.839708397083996, 3.490599841667688],\n              [30.94410944109444, 3.67950277561819],\n              [31.142111421114237, 3.785402905257108],\n              [31.505715057150582, 3.659467615956771],\n              [31.779317793177938, 3.815455644749228],\n              [31.944919449194515, 3.590775639974773],\n              [32.17532175321756, 3.520652581159815],\n              [32.373323733237356, 3.731021757604687],\n              [32.754927549275521, 3.769660994094565],\n              [33.017730177301786, 3.876992206566442],\n              [33.194131941319426, 3.756781248597939],\n              [33.53253532535328, 3.77395424259344],\n              [33.975339753397549, 4.219021003643483],\n              [34.382143821438234, 4.619724196871815],\n              [34.666546665466683, 4.765694645833563],\n              [35.411754117541193, 5.030444969930855],\n              [35.570155701557042, 4.904509680630525],\n              [35.609756097560989, 4.619724196871815],\n              [35.919359193591959, 4.619724196871815],\n              [35.78615786157863, 4.764263563000611],\n              [35.757357573575746, 5.063359875088892],\n              [35.807758077580786, 5.309506122357732],\n              [35.429754297542985, 5.426854914660311],\n              [35.321753217532176, 5.348145358847603],\n              [35.260552605526073, 5.511288801804852],\n              [35.09855098550986, 5.622913262775597],\n              [34.983349833498352, 5.840437853385268],\n              [34.950949509495103, 6.080859769322274],\n              [34.842948429484323, 6.248296460778391],\n              [34.734947349473515, 6.637550991343062],\n              [34.526145261452626, 6.753468700812689],\n              [34.50454504545047, 6.889421569943721],\n              [34.299342993429946, 6.968131125756429],\n              [34.029340293402953, 7.255778775181057],\n              [34.007740077400797, 7.410335721140555],\n              [33.71613716137162, 7.656481968409395],\n              [33.050130501305034, 7.801021334538177],\n              [32.988929889298902, 7.916939044007805],\n              [33.208532085320883, 8.25324350975302],\n              [33.17253172531727, 8.404938290046601],\n              [33.600936009360112, 8.463612686197891],\n              [33.694536945369464, 8.373454467721515],\n              [33.971739717397185, 8.445008609369424],\n              [34.112141121411241, 8.62675612915514],\n              [34.068940689406901, 9.453922006605055],\n              [33.899738997389989, 9.455353089438006],\n              [33.968139681396821, 9.838883288670843],\n              [33.903339033390353, 10.192360748411545],\n              [33.370533705337067, 10.650307254958221],\n              [33.140131401314022, 10.739034390601631],\n              [33.183331833318363, 10.843503437407591],\n              [33.082530825308282, 11.584804344879998],\n              [33.208532085320883, 12.210187542882792],\n              [32.733327333273337, 12.215911874214626],\n              [32.747727477274793, 12.002680532103838],\n              [32.081720817208179, 11.999818366437921],\n              [32.344523445234472, 11.709308551347377],\n              [32.412924129241304, 11.051010448186545],\n              [31.941319413194151, 10.656031586290055],\n              [31.66411664116643, 10.213826990905929],\n              [31.235712357123589, 9.791657555183221],\n              [30.749707497074979, 9.735845324697848],\n              [30.483304833048351, 9.971973992135972],\n              [30.011700117001197, 10.271070304224253],\n              [29.615696156961576, 10.057838962113465],\n              [29.482494824948276, 9.761604815691086],\n              [29.010890108901094, 9.60275462123272],\n              [28.827288272882754, 9.428162515611803],\n              [28.845288452884546, 9.325124551638808],\n              [28.046080460804632, 9.330848882970642],\n              [27.894878948789511, 9.59559920706792],\n              [27.081270812708141, 9.607047869731588],\n              [26.696066960669611, 9.47681933193239],\n              [26.555665556655583, 9.519751816921129],\n              [26.181261812618146, 9.959094246639339],\n              [25.900459004590061, 10.190929665578594],\n              [25.842858428584293, 10.418471836018966],\n              [25.083250832508355, 10.292536546718637],\n              [24.975249752497547, 9.967680743637089],\n              [24.791647916479178, 9.798812969348006],\n              [24.78444784447845, 9.496854491593808],\n              [24.680046800468034, 9.373781367959381],\n              [24.557645576455769, 8.88721320475355],\n              [24.168841688416904, 8.689723773805298],\n              [24.244442444424465, 8.569512815836802],\n              [24.132841328413292, 8.343401728229381],\n              [24.831248312483154, 8.165947456942561],\n              [25.090450904509055, 7.885455221682719],\n              [25.216452164521655, 7.863988979188349],\n              [25.277652776527788, 7.659344134075312],\n              [25.166051660516615, 7.579203495429638],\n              [25.360453604536076, 7.33591941382673],\n              [26.026460264602662, 6.996752782415598],\n              [26.080460804608066, 6.842195836456099],\n              [26.379263792637943, 6.653292902505598],\n              [26.289262892628955, 6.387111495575354],\n              [26.508865088650907, 6.205363975789638],\n              [26.480064800648023, 6.10518817748256],\n              [26.818468184681876, 5.894819001037689],\n              [27.124471244712453, 5.768883711737345],\n              [27.261272612726145, 5.549928038294723],\n              [27.300873008730093, 5.205037075551772],\n              [27.44127441274415, 5.070515289253692]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ST\",\n        \"countryKey\": \"ST\",\n        \"countryName\": \"Sao Tome and Principe\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [6.679866798668002, 0.406616336642493],\n              [6.460264602646049, 0.222006651190867],\n              [6.517865178651817, 0.033103717240365],\n              [6.741067410674134, 0.21914448552495],\n              [6.679866798668002, 0.406616336642493]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SV\",\n        \"countryKey\": \"SV\",\n        \"countryName\": \"El Salvador\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-90.099900999009932, 13.731428594317492],\n              [-89.80829808298077, 13.526783749204455],\n              [-89.250292502924978, 13.472402601552048],\n              [-88.785887858878539, 13.244860431111661],\n              [-88.433084330843258, 13.183323869294455],\n              [-87.929079290792856, 13.158995461134168],\n              [-87.799477994779892, 13.266326673606045],\n              [-87.817478174781698, 13.406572791235959],\n              [-87.702277022770176, 13.814431398629083],\n              [-87.806678066780606, 13.908882865604326],\n              [-88.015480154801494, 13.865950380615587],\n              [-88.087480874808691, 13.980437007252249],\n              [-88.49788497884974, 13.851639552286002],\n              [-88.494284942849376, 13.974712675920415],\n              [-88.839888398883929, 14.100647965220745],\n              [-89.106291062910572, 14.395451028810157],\n              [-89.361893618936136, 14.415486188471576],\n              [-89.599495994959895, 14.328190135661117],\n              [-89.531095310953049, 14.225152171688123],\n              [-89.711097110971053, 14.149304781541332],\n              [-90.099900999009932, 13.858794966450787],\n              [-90.099900999009932, 13.731428594317492]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"SY\",\n        \"countryKey\": \"SY\",\n        \"countryName\": \"Syrian Arab Republic\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [35.757357573575746, 32.744795113001871],\n              [35.768157681576838, 32.747657278667788],\n              [36.002160021600218, 32.654636894525495],\n              [36.37296372963732, 32.387024404762286],\n              [36.819368193681953, 32.316901345947329],\n              [38.788648606335684, 33.377797369754717],\n              [40.689406894068952, 34.33186597475266],\n              [40.988209882098829, 34.42917960739382],\n              [41.197011970119718, 34.768346238804952],\n              [41.18981189811899, 35.181929177529909],\n              [41.261812618126186, 35.493905235114823],\n              [41.362613626136266, 35.655617595239107],\n              [41.24021240212403, 36.043441042970827],\n              [41.276212762127642, 36.355417100555741],\n              [41.41661416614167, 36.527147040510741],\n              [41.845018450184511, 36.617305258987116],\n              [42.377823778237797, 37.062372020037145],\n              [42.356223562235641, 37.109597753524781],\n              [42.212222122221249, 37.324260178468521],\n              [42.010620106201088, 37.175427563840856],\n              [41.481414814148167, 37.075251765533778],\n              [40.707407074070744, 37.10101125652703],\n              [39.764197641976438, 36.74180946545448],\n              [39.23859238592388, 36.661668826808821],\n              [38.662586625866282, 36.718912140127159],\n              [38.529385293852954, 36.833398766763821],\n              [38.190981909819101, 36.90495290841173],\n              [37.445774457744591, 36.634478252982618],\n              [37.013770137701385, 36.641633667147403],\n              [36.963369633696345, 36.753258128118148],\n              [36.65736657366574, 36.827674435431987],\n              [36.534965349653504, 36.494232135352689],\n              [36.664566645666469, 36.229481811255397],\n              [36.37296372963732, 36.228050728422446],\n              [36.358563585635864, 35.993353143817274],\n              [36.138961389613911, 35.820192121029322],\n              [35.91215912159123, 35.917505753670483],\n              [35.73575735757359, 35.561166128263864],\n              [35.919359193591959, 35.418057844968033],\n              [35.962559625596271, 35.197671088692445],\n              [35.865358653586554, 34.924334267597402],\n              [35.969759697596999, 34.649566363669408],\n              [36.390963909639112, 34.622375789843204],\n              [36.603366033660365, 34.198775271287531],\n              [36.268562685626875, 33.909696539029952],\n              [36.369363693636956, 33.858177557043447],\n              [36.048960489604923, 33.816676154887659],\n              [35.922959229592323, 33.640652966433791],\n              [36.038160381603831, 33.58627181878137],\n              [35.868958689586918, 33.431714872821871],\n              [35.822158221582242, 33.40738646466157],\n              [35.764557645576474, 33.334401240180696],\n              [35.88695886958871, 32.94514670961604],\n              [35.757357573575746, 32.744795113001871]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"SZ\", \"countryKey\": \"SZ\", \"countryName\": \"Eswatini\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [31.975064852413826, -25.952195792442694],\n              [31.867301628617518, -25.997646948057461],\n              [31.414673739925689, -25.71775636673113],\n              [31.316152026034999, -25.742386795203803],\n              [31.265284836797957, -25.808781863260574],\n              [31.126069371517627, -25.920689679582068],\n              [30.782107821078228, -26.471981431980865],\n              [30.813138517702132, -26.843676921634998],\n              [30.890010441928077, -26.796772018717473],\n              [30.97650976509766, -27.034396985333487],\n              [31.156511565115665, -27.206126925288487],\n              [31.494488821872761, -27.313930034533161],\n              [31.976599568786774, -27.317204555354461],\n              [31.991719917199191, -26.808285897726073],\n              [32.136354193686614, -26.84190153912354],\n              [32.135610063375665, -26.528399152333147],\n              [32.076963410969512, -26.405974265435304],\n              [32.074031078349201, -26.30627495634484],\n              [32.105553654017505, -26.163323741104843],\n              [32.085760408830431, -26.010109361693768],\n              [32.002188929151671, -25.993981532282078],\n              [31.975064852413826, -25.952195792442694]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TD\", \"countryKey\": \"TD\", \"countryName\": \"Chad\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [22.862028620286225, 10.919350827554382],\n              [22.955629556295577, 11.208429559811961],\n              [22.916029160291629, 11.395901410929511],\n              [22.628026280262816, 11.510388037566173],\n              [22.538025380253828, 11.680686894688208],\n              [22.613626136261388, 12.072803590918795],\n              [22.458824588245903, 12.029871105930042],\n              [22.480424804248059, 12.177272637724755],\n              [22.372423724237251, 12.463489204316417],\n              [22.444424444244476, 12.610890736111131],\n              [22.203222032220339, 12.743981439576245],\n              [21.93681936819371, 12.6395123927703],\n              [21.81081810818111, 12.794069338729798],\n              [21.93681936819371, 13.058819662827091],\n              [22.268022680226835, 13.335018649588037],\n              [22.073620736207374, 13.771498913640329],\n              [22.242822428224315, 13.974712675920415],\n              [22.5308253082531, 14.122114207715128],\n              [22.365223652236551, 14.542852560604871],\n              [22.667626676266792, 14.681667595401834],\n              [22.739627396273988, 14.979332824657163],\n              [22.966429664296669, 15.224047989093037],\n              [22.926829268292693, 15.564645703337121],\n              [23.096030960309633, 15.704891820967035],\n              [23.31923319233195, 15.681994495639699],\n              [23.592835928359307, 15.74925538878874],\n              [23.985239852398536, 15.720633732129585],\n              [23.981639816398172, 19.495830245473655],\n              [15.985959859598609, 23.444187781605677],\n              [14.998306129940058, 23.00272877127917],\n              [15.194616343494699, 22.000954206906183],\n              [15.204115513538914, 21.498947867099698],\n              [15.283684006164002, 21.443249922262137],\n              [15.629806949083127, 20.951914480302229],\n              [15.543155431554339, 20.799546706298685],\n              [15.993037117916646, 20.351968045909079],\n              [15.747170475705131, 19.92468524051236],\n              [15.506996040166044, 16.899048495581884],\n              [14.369543695436988, 15.74925538878874],\n              [13.833138331383338, 15.01940314398],\n              [13.764737647376506, 14.718875749058753],\n              [13.447934479344809, 14.379709117647621],\n              [13.606336063360658, 13.704238020491289],\n              [14.063540635406383, 13.077423739655543],\n              [14.419944199442028, 13.081716988154412],\n              [14.585545855458577, 12.746843605242162],\n              [14.819548195481985, 12.6395123927703],\n              [14.902349023490245, 12.145788815399669],\n              [15.04995049950503, 12.084252253582463],\n              [15.067950679506822, 11.660651735026789],\n              [15.136351363513654, 11.530423197227591],\n              [15.021150211502146, 11.182670068818709],\n              [15.064350643506458, 10.793415538254052],\n              [15.301953019530231, 10.311140623547089],\n              [15.679956799568004, 9.990578068964425],\n              [15.384753847538491, 9.93047258998017],\n              [15.215552155521578, 9.983422654799639],\n              [14.733147331473333, 9.923317175815384],\n              [14.441544415444184, 9.994871317463307],\n              [14.182341823418255, 9.977698323467806],\n              [13.948339483394847, 9.637100609223722],\n              [14.347943479434804, 9.167705440013378],\n              [15.18315183151833, 8.479354597360427],\n              [15.442354423544259, 7.839660571028048],\n              [15.561155611556131, 7.792434837540426],\n              [15.481954819548207, 7.523391264944266],\n              [15.79515795157954, 7.457561454628177],\n              [16.371163711637138, 7.672223879571931],\n              [16.547565475654778, 7.869713310520183],\n              [16.623166231662339, 7.669361713906014],\n              [16.767167671676731, 7.550581838770469],\n              [17.116371163711648, 7.686534707901515],\n              [17.249572495724976, 7.822487577032561],\n              [17.681576815768182, 7.98563101998981],\n              [18.588785887858904, 8.047167581807017],\n              [19.125191251912526, 8.675412945475713],\n              [18.869588695886989, 8.864315879426215],\n              [19.099990999910005, 9.014579576886845],\n              [19.369993699937027, 9.000268748557261],\n              [19.888398883988856, 9.046063399211931],\n              [20.108001080010808, 9.150532446017891],\n              [20.435604356043569, 9.137652700521258],\n              [20.543605436054378, 9.322262385972891],\n              [20.824408244082463, 9.418144935781086],\n              [21.018810188101895, 9.743000738862634],\n              [21.270812708127096, 9.987715903298508],\n              [21.339213392133928, 9.960525329472304],\n              [21.749617496174977, 10.411316421854181],\n              [21.724417244172457, 10.637427509461588],\n              [22.178021780217819, 10.816312863581388],\n              [22.458824588245903, 11.000922549033007],\n              [22.862028620286225, 10.919350827554382]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TF\",\n        \"countryKey\": \"TF\",\n        \"countryName\": \"French Southern Territories\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [69.190891908919099, -48.987207642914264],\n              [69.309693096930971, -49.068779364392888],\n              [69.410494104941051, -48.928533246762974],\n              [69.190891908919099, -48.987207642914264]\n            ]\n          ],\n          [\n            [\n              [70.548105481054819, -49.183265991029558],\n              [70.522905229052299, -49.095969938219099],\n              [70.274502745027462, -49.075934778557681],\n              [69.72729727297272, -49.247664718512681],\n              [69.532895328953288, -49.247664718512681],\n              [69.399693996939988, -49.1131429322146],\n              [69.64449644496446, -49.124591594878268],\n              [69.439294392943935, -49.014398216740474],\n              [69.216092160921619, -49.121729429212351],\n              [69.104491044910446, -48.992931974246098],\n              [69.162091620916215, -48.845530442451391],\n              [69.075690756907562, -48.658058591333848],\n              [68.791287912879142, -48.84696152528435],\n              [68.809288092880934, -49.206163316356893],\n              [68.924489244892442, -49.287735037835517],\n              [68.776887768877685, -49.592555681255639],\n              [68.791287912879142, -49.709904473558225],\n              [69.064890648906498, -49.691300396729766],\n              [69.086490864908654, -49.539605616436184],\n              [69.662496624966252, -49.665540905736513],\n              [69.77769777697776, -49.519570456774765],\n              [69.856898568985685, -49.678420651233139],\n              [70.123301233012342, -49.714197722057094],\n              [70.296102961029618, -49.531019119438433],\n              [70.047700477004781, -49.521001539607724],\n              [70.137701377013769, -49.618315172248892],\n              [69.813698136981372, -49.532450202271392],\n              [69.820898208982101, -49.349271599652724],\n              [70.46530465304653, -49.356427013817516],\n              [70.548105481054819, -49.183265991029558]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TG\", \"countryKey\": \"TG\", \"countryName\": \"Togo\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [0.901809018090205, 10.992336052035256],\n              [0.48780487804882, 10.933661655883967],\n              [0.48780487804882, 11.003784714698924],\n              [-0.167401674016702, 11.135444335331087],\n              [0.016200162001638, 11.062459110850213],\n              [-0.088200882008806, 10.63313426096272],\n              [0.178201782017851, 10.397005593524597],\n              [0.397803978039803, 10.28251896688792],\n              [0.394203942039439, 10.032079471120213],\n              [0.228602286022891, 9.575564047406516],\n              [0.531005310053132, 9.400971941785599],\n              [0.430204302043052, 9.027459322383464],\n              [0.505805058050612, 8.86574696225918],\n              [0.376203762037647, 8.724069761796301],\n              [0.617406174061756, 8.489372177191143],\n              [0.703807038070408, 8.28329624924514],\n              [0.574205742057444, 8.204586693432432],\n              [0.61380613806142, 7.699414453398134],\n              [0.498604986049884, 7.562030501434137],\n              [0.64620646206464, 7.323039668330097],\n              [0.52020520205204, 6.832178256625397],\n              [0.729007290072929, 6.571721181026973],\n              [0.765007650076541, 6.420026400733391],\n              [1.186211862118654, 6.100894928983678],\n              [1.618216182161859, 6.213950472787388],\n              [1.783817838178408, 6.27691811743756],\n              [1.567815678156819, 6.677621310665884],\n              [1.625416254162559, 6.996752782415598],\n              [1.614468483012501, 9.033841940539469],\n              [1.423814238142398, 9.285054232315971],\n              [1.351813518135202, 9.59559920706792],\n              [1.330213302133046, 9.996302400296258],\n              [0.768607686076876, 10.366952854032462],\n              [0.783007830078333, 10.693239739946961],\n              [0.901809018090205, 10.992336052035256]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TH\", \"countryKey\": \"TH\", \"countryName\": \"Thailand\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [105.184051840518379, 14.345363129656619],\n              [105.414454144541452, 14.428365933968209],\n              [105.511655116551168, 14.59294045975841],\n              [105.490054900548984, 14.786136642207794],\n              [105.594455944559428, 14.990781487320831],\n              [105.450454504545036, 15.095250534126791],\n              [105.565655656556572, 15.272704805413625],\n              [105.652056520565196, 15.634768762152078],\n              [105.446854468544672, 15.76499729995129],\n              [105.40365403654036, 16.018298961384914],\n              [105.04365043650435, 16.141372085019327],\n              [105.014850148501495, 16.277324954150373],\n              [104.755647556475566, 16.529195532751032],\n              [104.744847448474474, 17.024350192954614],\n              [104.816848168481698, 17.372103321363497],\n              [104.716047160471618, 17.515211604659328],\n              [104.482044820448181, 17.639715811126692],\n              [104.287642876428748, 17.857240401736362],\n              [103.999639996399964, 18.318049073948941],\n              [103.884438844388427, 18.28656525162387],\n              [103.387633876338754, 18.441122197583368],\n              [102.937629376293756, 18.008935182029944],\n              [102.667626676266735, 17.850084987571577],\n              [102.566825668256655, 17.970295945540073],\n              [102.307623076230783, 18.051867667018698],\n              [102.07722077220771, 18.213580027142982],\n              [101.904419044190462, 18.037556838689113],\n              [101.789217892178925, 18.073333909513067],\n              [101.728017280172793, 17.911621549388784],\n              [101.576815768157672, 17.86868906440003],\n              [101.134011340113403, 17.462261539839872],\n              [100.885608856088567, 17.595352243304987],\n              [101.008010080100775, 17.895879638226234],\n              [101.166411664116623, 18.053298749851649],\n              [101.155611556115531, 18.322342322447824],\n              [101.029610296102959, 18.428242452086735],\n              [101.238412384123848, 18.672957616522609],\n              [101.317613176131744, 19.050763484423612],\n              [101.227612276122755, 19.143783868565905],\n              [101.191611916119172, 19.452897760484902],\n              [101.245612456124576, 19.570246552787481],\n              [100.874808748087474, 19.613179037776234],\n              [100.75240752407521, 19.482950499977022],\n              [100.460804608046061, 19.537331647629443],\n              [100.385203852038529, 19.763442735236865],\n              [100.547205472054742, 20.158421597133355],\n              [100.306003060030577, 20.400274595903312],\n              [100.100801008010052, 20.317271791591736],\n              [99.94239942399426, 20.444638163725031],\n              [99.650796507965055, 20.30725421176102],\n              [99.420394203942038, 20.375946187743025],\n              [99.524795247952483, 20.195629750790275],\n              [99.29439294392941, 20.062539047325146],\n              [99.117991179911797, 20.118351277810532],\n              [99.009990099900989, 19.846445539548441],\n              [98.531185311853136, 19.676146682426406],\n              [98.307983079830791, 19.690457510755991],\n              [98.02358023580237, 19.803513054559687],\n              [98.009180091800914, 19.638938528769486],\n              [97.839978399783973, 19.555935724457896],\n              [97.767977679776806, 19.397085529999529],\n              [97.811178111781118, 19.112300046240819],\n              [97.656376563765633, 18.926259277956234],\n              [97.746377463774621, 18.571350735382566],\n              [97.379173791737884, 18.521262836229027],\n              [97.559175591755917, 18.328066653779658],\n              [97.753577535775349, 17.968864862707107],\n              [97.674376743767453, 17.830049827910159],\n              [97.983979839798366, 17.505194024828612],\n              [98.099180991809902, 17.301980262548526],\n              [98.437584375843727, 17.011470447457995],\n              [98.520385203852044, 16.813981016509743],\n              [98.455584555845547, 16.723822798033368],\n              [98.682386823868256, 16.273031705651491],\n              [98.811988119881192, 16.439037314274657],\n              [98.901989019890181, 16.363189924127866],\n              [98.837188371883741, 16.144234250685244],\n              [98.657186571865708, 16.115612594026075],\n              [98.541985419854171, 15.734944560459155],\n              [98.5347853478535, 15.32565487023308],\n              [98.397983979839779, 15.355707609725201],\n              [98.163981639816399, 15.125303273618911],\n              [98.243182431824295, 14.804740719036246],\n              [98.5491854918549, 14.37827803481467],\n              [98.945189451894493, 14.069164142895659],\n              [99.153991539915381, 13.714255600322005],\n              [99.189991899918965, 13.229118519949125],\n              [99.103591035910341, 13.171875206630787],\n              [99.215192151921514, 12.733963859745543],\n              [99.39519395193949, 12.589424493616747],\n              [99.467194671946714, 12.125753655738251],\n              [99.629196291962927, 11.815208680986302],\n              [99.21159211592115, 11.108253761504884],\n              [99.002790027900261, 10.957990064044253],\n              [98.973989739897405, 10.824899360579138],\n              [98.765187651876516, 10.688946491448093],\n              [98.747187471874696, 10.351210942869926],\n              [98.513185131851316, 9.837452205837877],\n              [98.513185131851316, 9.654273603219224],\n              [98.329583295832975, 9.164843274347476],\n              [98.38358383583838, 9.071822890205183],\n              [98.261182611826115, 8.85000505109663],\n              [98.199981999819983, 8.533735745012848],\n              [98.279182791827935, 8.240363764256387],\n              [98.390783907839051, 8.135894717450427],\n              [98.444784447844455, 8.324797651400928],\n              [98.657186571865708, 8.379178799053349],\n              [98.747187471874696, 8.068633824301386],\n              [98.905589055890545, 8.048598664639968],\n              [99.269192691926918, 7.616411649086558],\n              [99.337593375933778, 7.383145147314352],\n              [99.506795067950662, 7.384576230147303],\n              [99.614796147961471, 7.136998900045512],\n              [99.747997479974771, 7.125550237381844],\n              [99.686796867968695, 6.877972907280054],\n              [99.798397983979811, 6.822160676794681],\n              [100.136801368013693, 6.457234554390311],\n              [100.198001980019768, 6.701949718826185],\n              [100.349203492034889, 6.540237358701887],\n              [100.388803888038893, 6.521633281873434],\n              [100.712807128071262, 6.493011625214265],\n              [100.828008280082798, 6.306970856929681],\n              [100.824408244082434, 6.29838435993193],\n              [101.080010800107999, 6.24686537794544],\n              [101.072810728107271, 5.919147409197976],\n              [100.972009720097191, 5.773176960236228],\n              [101.105211052110491, 5.637224091105182],\n              [101.24921249212494, 5.787487788565812],\n              [101.580415804158037, 5.906267663701357],\n              [101.695616956169573, 5.766021546071428],\n              [101.713617136171337, 5.78319454006693],\n              [101.800018000180017, 5.74026205507819],\n              [102.059220592205889, 6.095170597651858],\n              [102.073620736207346, 6.256882957776142],\n              [101.771217712177105, 6.500167039379065],\n              [101.56601566015658, 6.832178256625397],\n              [100.997209972099739, 6.856506664785684],\n              [100.766807668076666, 6.982441954086013],\n              [100.58680586805869, 7.224294952855971],\n              [100.48600486004861, 7.139861065711429],\n              [100.183601836018369, 7.514804767946515],\n              [100.144001440014421, 7.699414453398134],\n              [100.306003060030577, 7.758088849549424],\n              [100.439204392043933, 7.294418011670928],\n              [100.568805688056869, 7.230019284187804],\n              [100.439204392043933, 7.477596614289595],\n              [100.270002700026993, 8.317642237236143],\n              [100.104401044010416, 8.41781803554322],\n              [99.960399603996024, 8.638204791818808],\n              [99.917199171991712, 9.101875629697304],\n              [99.852398523985215, 9.295071812146674],\n              [99.690396903969059, 9.316538054641057],\n              [99.474394743947443, 9.20062034517143],\n              [99.254792547925462, 9.232104167496516],\n              [99.323193231932322, 9.390954361954883],\n              [99.182791827918294, 9.642824940555556],\n              [99.161191611916109, 10.127962020928422],\n              [99.240392403924005, 10.213826990905929],\n              [99.301593015930138, 10.631703178129754],\n              [99.510395103951026, 10.866400762734926],\n              [99.492394923949206, 11.113978092836717],\n              [99.855998559985579, 11.968334544112835],\n              [100.021600216002156, 12.193014548887291],\n              [99.960399603996024, 12.625201564440715],\n              [100.104401044010416, 13.057388579994125],\n              [99.967599675996752, 13.259171259441246],\n              [100.039600396003976, 13.402279542737077],\n              [100.554405544055413, 13.511041838041919],\n              [100.964809648096463, 13.470971518719082],\n              [100.878408784087839, 13.098889982149913],\n              [100.918009180091786, 12.826984243887836],\n              [100.838808388083891, 12.708204368752291],\n              [101.443614436144372, 12.625201564440715],\n              [101.828818288182873, 12.672427297928337],\n              [102.073620736207346, 12.487817612476704],\n              [102.296822968229691, 12.190152383221374],\n              [102.750427504275052, 12.039888685760758],\n              [102.912429124291208, 11.646340906697219],\n              [102.912429124291208, 11.765120781832749],\n              [102.700027000270012, 12.138633401234884],\n              [102.764827648276452, 12.416263470828795],\n              [102.487624876248759, 12.660978635264669],\n              [102.491224912249123, 12.995852018176919],\n              [102.329223292232911, 13.274913170603796],\n              [102.332823328233275, 13.563991902861375],\n              [102.512825128251251, 13.566854068527292],\n              [102.869228692286896, 14.020507326575085],\n              [102.919629196291936, 14.185081852365286],\n              [103.085230852308513, 14.29527523050308],\n              [103.672036720367174, 14.42979701680116],\n              [103.999639996399964, 14.345363129656619],\n              [104.2480424804248, 14.401175360141991],\n              [104.460444604446053, 14.356811792320286],\n              [104.770047700477022, 14.439814596631876],\n              [104.97524975249749, 14.381140200480587],\n              [105.047250472504714, 14.213703509024455],\n              [105.184051840518379, 14.345363129656619]\n            ]\n          ],\n          [\n            [\n              [98.419584195841963, 7.904059298511186],\n              [98.437584375843727, 8.06577165863547],\n              [98.282782827828299, 8.191706947935799],\n              [98.307983079830791, 7.76810642938014],\n              [98.419584195841963, 7.904059298511186]\n            ]\n          ],\n          [\n            [\n              [100.068400684006832, 9.587012710070169],\n              [99.927999279992804, 9.5655464675758],\n              [99.945999459994567, 9.418144935781086],\n              [100.068400684006832, 9.587012710070169]\n            ]\n          ],\n          [\n            [\n              [102.401224012240135, 12.042750851426675],\n              [102.250022500225015, 12.152944229564469],\n              [102.289622896228963, 11.975489958277635],\n              [102.401224012240135, 12.042750851426675]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TJ\", \"countryKey\": \"TJ\", \"countryName\": \"Tajikistan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [74.893348933489335, 37.231239794326228],\n              [75.163351633516328, 37.400107568615311],\n              [74.893348933489335, 37.599028082396529],\n              [74.965349653496531, 37.767895856685612],\n              [74.788947889478891, 38.081302997103478],\n              [74.774547745477463, 38.510627846990985],\n              [74.33534335343353, 38.666615875783435],\n              [74.108541085410849, 38.662322627284567],\n              [74.029340293402925, 38.527800840986487],\n              [73.798937989379908, 38.602217148300312],\n              [73.683736837368372, 38.855518809733937],\n              [73.8169381693817, 38.9943338445309],\n              [73.600936009360083, 39.236186843300857],\n              [73.633336333363332, 39.447987102578693],\n              [73.366933669336703, 39.443693854079811],\n              [73.136531365313658, 39.353535635603436],\n              [72.650526505265049, 39.393605954926272],\n              [72.315723157231588, 39.329207227443149],\n              [72.240122401224028, 39.190392192646186],\n              [72.049320493204931, 39.369277546765986],\n              [71.732517325173262, 39.284843659621444],\n              [71.739717397173962, 39.447987102578693],\n              [71.512915129151281, 39.459435765242361],\n              [71.458914589145905, 39.612561628368894],\n              [71.062910629106284, 39.495212836066315],\n              [71.008910089100908, 39.407916783255857],\n              [70.699306993069939, 39.419365445919524],\n              [70.623706237062379, 39.563904812048307],\n              [70.461704617046166, 39.599681882872275],\n              [70.206102061020601, 39.523834492725484],\n              [69.66969669696698, 39.578215640377891],\n              [69.298892988929907, 39.515247995727734],\n              [69.226892268922683, 39.751376663165857],\n              [69.313293132931335, 39.98750533060398],\n              [69.500495004950039, 39.923106603120857],\n              [69.46809468094682, 40.050472975254138],\n              [69.968499684996857, 40.212185335378436],\n              [70.526505265052663, 40.033299981258651],\n              [70.958509585095868, 40.237944826371688],\n              [70.580505805058067, 40.222202915209138],\n              [70.353703537035386, 40.455469416981359],\n              [70.756907569075707, 40.694460250085399],\n              [70.447304473044738, 41.026471467331731],\n              [70.281702817028162, 40.877638852704052],\n              [69.658896588965888, 40.638648019600012],\n              [69.435694356943571, 40.803222545390227],\n              [69.198091980919827, 40.54562763545772],\n              [69.306093060930607, 40.365311198504983],\n              [69.284492844928451, 40.195012341382935],\n              [69.018090180901822, 40.232220495039854],\n              [68.582485824858253, 40.163528519057849],\n              [68.93168931689317, 40.146355525062347],\n              [68.748087480874801, 39.825792970479682],\n              [68.614886148861501, 39.828655136145599],\n              [68.517685176851785, 39.548162900885771],\n              [68.33768337683378, 39.528127741224353],\n              [67.765277652776518, 39.62257920819961],\n              [67.437674376743786, 39.485195256235599],\n              [67.351273512735133, 39.220444932138307],\n              [67.678876788767894, 39.105958305501645],\n              [67.689676896768958, 38.990040596032017],\n              [68.08568085680858, 38.9943338445309],\n              [68.172081720817204, 38.845501229903235],\n              [68.067680676806759, 38.788257916584897],\n              [68.056880568805695, 38.536387337984237],\n              [68.359283592835936, 38.17432338124577],\n              [68.247682476824764, 37.949643376471315],\n              [67.830078300783015, 37.527473940748607],\n              [67.779677796777975, 37.188307309337489],\n              [67.786877868778703, 37.096718008028148],\n              [68.010080100801019, 36.930712399404982],\n              [68.276482764827648, 37.00942195521769],\n              [68.308883088830896, 37.113891002023649],\n              [68.668886688866905, 37.278465527813864],\n              [68.964089640896418, 37.328553426967403],\n              [69.244892448924503, 37.103873422192947],\n              [69.446494464944664, 37.236964125658062],\n              [69.378093780937803, 37.437315722272231],\n              [69.529295292952924, 37.586148336899896],\n              [69.896498964989661, 37.617632159224982],\n              [70.159301593015925, 37.541784769078191],\n              [70.281702817028162, 37.704928212035441],\n              [70.173701737017382, 37.946781210805398],\n              [70.483304833048322, 38.137115227588851],\n              [70.594905949059495, 38.33746682420302],\n              [70.760507605076043, 38.443366953841945],\n              [71.048510485104856, 38.409020965850942],\n              [71.332913329133305, 38.280223510884696],\n              [71.257312573125745, 37.926746051143979],\n              [71.599315993159934, 37.89812439448481],\n              [71.498514985149853, 37.566113177238478],\n              [71.430114301143021, 37.066665268536028],\n              [71.610116101161026, 36.704601311797575],\n              [71.836918369183707, 36.698876980465741],\n              [72.25812258122582, 36.967920553061902],\n              [72.657726577265777, 37.029457114879108],\n              [72.762127621276221, 37.186876226504523],\n              [73.276932769327686, 37.458781964766615],\n              [73.752137521375204, 37.428729225274481],\n              [73.618936189361904, 37.232670877159194],\n              [73.798937989379908, 37.228377628660311],\n              [74.162541625416253, 37.329984509800354],\n              [74.223742237422385, 37.402969734281228],\n              [74.659346593465926, 37.394383237283478],\n              [74.893348933489335, 37.231239794326228]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TL\",\n        \"countryKey\": \"TL\",\n        \"countryName\": \"Timor-Leste\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [124.451444514445114, -9.180207561345362],\n              [124.03024030240303, -9.341919921469653],\n              [124.257042570425682, -9.500770115928027],\n              [124.451444514445114, -9.180207561345362]\n            ]\n          ],\n          [\n            [\n              [125.05985059850596, -9.486459287598443],\n              [125.610656106561038, -9.185931892677196],\n              [125.945459454594555, -9.125826413692948],\n              [126.165061650616479, -8.988442461728944],\n              [126.431464314643137, -8.954096473737948],\n              [126.582665826658257, -8.805263859110276],\n              [127.01107011070107, -8.67646640414403],\n              [127.313473134731311, -8.414578245712654],\n              [126.967869678696758, -8.308678116073736],\n              [126.550265502655037, -8.48613238736057],\n              [126.409864098640952, -8.41887149421153],\n              [126.067860678606763, -8.521909458184531],\n              [125.898658986589879, -8.481839138861694],\n              [125.142651426514277, -8.632102836322325],\n              [124.919449194491932, -8.962682970735699],\n              [125.085050850508509, -8.985580296063027],\n              [125.142651426514277, -9.188794058343113],\n              [124.955449554495516, -9.241744123162569],\n              [125.05985059850596, -9.486459287598443]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TO\", \"countryKey\": \"TO\", \"countryName\": \"Tonga\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-175.064350643506344, -21.124024885215583],\n              [-175.363153631536221, -21.114007305384874],\n              [-175.147151471514633, -21.268564251344372],\n              [-175.064350643506344, -21.124024885215583]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TM\",\n        \"countryKey\": \"TM\",\n        \"countryName\": \"Turkmenistan\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [66.519665196651971, 37.364330497791357],\n              [66.519665196651971, 37.782206685015197],\n              [66.645666456664571, 37.945350127972446],\n              [66.555665556655583, 38.026921849451071],\n              [65.875258752587541, 38.273068096719896],\n              [65.60525605256052, 38.237291025895942],\n              [64.978849788497882, 38.612234728131028],\n              [64.63324633246333, 38.743894348763192],\n              [64.338043380433817, 38.971436519203564],\n              [64.1220412204122, 38.961418939372862],\n              [63.708037080370815, 39.190392192646186],\n              [63.47763477634777, 39.403623534756974],\n              [62.592025920259204, 39.890191697962806],\n              [62.451624516245175, 40.00897157309835],\n              [62.354423544235459, 40.429709925988107],\n              [62.192421924219246, 40.498401901970098],\n              [62.04482044820449, 40.714495409746803],\n              [61.879218792187942, 41.125216182805843],\n              [61.468814688146892, 41.296946122760843],\n              [61.28161281612816, 41.156700005130929],\n              [60.860408604086047, 41.252582554939139],\n              [60.414004140041413, 41.235409560943637],\n              [60.093600936009381, 41.389966506903136],\n              [60.165601656016577, 41.584593772185471],\n              [60.057600576005768, 41.719115558483551],\n              [60.241202412024137, 41.807842694126975],\n              [59.931599315993168, 41.94808881175689],\n              [60.028800288002884, 42.199959390357549],\n              [59.8667986679867, 42.304428437163509],\n              [59.477994779947807, 42.285824360335056],\n              [59.243992439924398, 42.365964998980715],\n              [59.121591215912161, 42.537694938935715],\n              [58.894788947889481, 42.547712518766431],\n              [58.613986139861396, 42.780979020538638],\n              [58.49158491584916, 42.645026151407592],\n              [58.131581315813179, 42.639301820075758],\n              [58.495184951849524, 42.305859519996474],\n              [58.225182251822531, 42.466140797287807],\n              [57.99837998379985, 42.49333137111401],\n              [57.850778507785094, 42.191372893359812],\n              [57.382773827738276, 42.164182319533595],\n              [56.950769507695071, 41.866517090278265],\n              [57.019170191701932, 41.465813897049927],\n              [57.163171631716324, 41.368500264408766],\n              [57.011970119701203, 41.254013637772104],\n              [56.792367923679251, 41.288359625763093],\n              [56.000585954551688, 41.323622466175955],\n              [55.636756367563692, 41.264031217602806],\n              [55.427954279542803, 41.29122179142901],\n              [54.949149491494921, 41.794962948630342],\n              [54.905949059490609, 41.932346900594354],\n              [54.21552517524011, 42.381402298289544],\n              [53.568077947239814, 42.290095637930527],\n              [52.984268694641273, 42.122700093939002],\n              [52.441962469478639, 41.760240320998669],\n              [52.594725947259491, 41.633250588506058],\n              [52.562325623256243, 41.518763961869396],\n              [52.814328143281443, 41.388535424070184],\n              [52.904329043290431, 41.689062818991431],\n              [52.821528215282171, 41.764910209138222],\n              [52.9619296192962, 41.983865882580844],\n              [53.16353163531636, 42.104076840549354],\n              [53.68193681936819, 42.144147159872176],\n              [53.897938979389806, 42.078317349556102],\n              [53.901539015390171, 41.893707664104468],\n              [54.088740887408875, 41.474400394047677],\n              [54.715147151471513, 41.115198602975141],\n              [54.758347583475853, 40.964934905514511],\n              [54.473944739447404, 40.810377959555012],\n              [54.311943119431191, 40.923433503358723],\n              [54.329943299433012, 40.720219741078637],\n              [54.052740527405291, 40.715926492579769],\n              [53.721537215372166, 40.625768274103393],\n              [53.588335883358837, 40.891949681033637],\n              [53.541535415354161, 40.761721143234439],\n              [53.105931059310592, 40.774600888731058],\n              [52.929529295292951, 40.974952485345227],\n              [52.735127351273519, 40.484091073640514],\n              [52.738727387273883, 40.053335140920055],\n              [53.289532895328961, 39.94171067994931],\n              [53.566735667356681, 39.948866094114109],\n              [53.415534155341561, 39.781429402657977],\n              [53.710737107371074, 39.543869652386888],\n              [53.577535775357774, 39.468022262240098],\n              [53.253532535325348, 39.520972327059567],\n              [53.095130951309528, 39.419365445919524],\n              [53.159931599315996, 39.178943529982519],\n              [53.217532175321764, 39.363553215434152],\n              [53.581135811358109, 39.3306383102761],\n              [53.685536855368554, 39.083060980174309],\n              [53.977139771397731, 38.901313460388607],\n              [53.82593825938261, 38.52493867532057],\n              [53.85833858338583, 38.205807203570856],\n              [53.82593825938261, 37.744998531358277],\n              [53.912339123391234, 37.342864255296988],\n              [54.185941859418591, 37.324260178468521],\n              [54.783547835478373, 37.517456360917905],\n              [54.855548555485569, 37.760740442520813],\n              [55.129151291512926, 37.952505542137231],\n              [55.424354243542439, 38.075578665771644],\n              [55.708757087570888, 38.118511150760398],\n              [55.97875978759788, 38.065561085940942],\n              [56.299162991629913, 38.079871914270527],\n              [56.435964359643606, 38.254464019891444],\n              [56.738367383673847, 38.270205931053979],\n              [57.037170371703724, 38.187203126742403],\n              [57.217172171721728, 38.264481599722146],\n              [57.353973539735392, 37.966816370466816],\n              [57.692376923769245, 37.919590636979194],\n              [58.181981819818219, 37.775051270850398],\n              [58.372783727837287, 37.630511904721615],\n              [58.801188011880129, 37.694910632204738],\n              [59.351993519935206, 37.493127952757604],\n              [59.369993699936998, 37.319966929969652],\n              [59.571595715957159, 37.184014060838606],\n              [60.01800018000182, 37.02516386638024],\n              [60.342003420034217, 36.637340418648535],\n              [61.076410764107635, 36.647357998479237],\n              [61.184411844118443, 36.57723493966428],\n              [61.152011520115195, 36.406936082542231],\n              [61.22401224012242, 36.117857350284652],\n              [61.270812708127096, 35.618409441582202],\n              [61.537215372153725, 35.452403832959035],\n              [62.034020340203398, 35.423782176299866],\n              [62.300423004230055, 35.147583189538906],\n              [62.458824588245875, 35.282104975836987],\n              [62.620826208262088, 35.221999496852746],\n              [63.081630816308177, 35.436661921796485],\n              [63.078030780307813, 35.624133772914035],\n              [63.214832148321477, 35.699981163060826],\n              [63.124831248312489, 35.860262440352159],\n              [63.344433444334442, 35.855969191853276],\n              [63.920439204392039, 36.03342346314011],\n              [64.04644046440464, 35.999077475149107],\n              [64.1220412204122, 36.146479006943821],\n              [64.446044460444597, 36.249516970916815],\n              [64.604446044460445, 36.461317230194652],\n              [64.593645936459382, 36.621598507485984],\n              [64.777247772477722, 36.937867813569781],\n              [64.75924759247593, 37.09242475952928],\n              [65.061650616506171, 37.232670877159194],\n              [65.500855008550104, 37.242688456989896],\n              [65.760057600576005, 37.578992922735111],\n              [66.29286292862929, 37.33141559263332],\n              [66.519665196651971, 37.364330497791357]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TN\", \"countryKey\": \"TN\", \"countryName\": \"Tunisia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [9.520295202952042, 30.228951492661125],\n              [9.873098730987323, 30.354886781961454],\n              [10.193501935019384, 30.731261567029506],\n              [10.269102691026944, 30.915871252481125],\n              [10.107101071010732, 31.412456995517658],\n              [10.26550265502658, 31.680069485280868],\n              [10.513905139051417, 31.757347958260624],\n              [10.607506075060769, 31.953406306375911],\n              [10.873908739087426, 32.136584908994578],\n              [11.442714427144296, 32.368420327933833],\n              [11.565115651156532, 32.465733960574994],\n              [11.449914499145024, 32.637463900529994],\n              [11.503915039150428, 33.181275377054163],\n              [11.179911799118003, 33.211328116546284],\n              [11.107911079110806, 33.54906366512445],\n              [10.978309783097842, 33.643515132099708],\n              [10.715507155071577, 33.483233854808375],\n              [10.715507155071577, 33.706482776749866],\n              [10.488704887048897, 33.647808380598576],\n              [10.330303303033048, 33.702189528250997],\n              [10.049500495004963, 33.984112846343777],\n              [10.006300063000651, 34.170153614628362],\n              [10.125101251012524, 34.326141643420826],\n              [10.596705967059705, 34.545097316863448],\n              [10.917109171091738, 34.874246368443863],\n              [10.917109171091738, 34.957249172755454],\n              [11.161911619116211, 35.237741408015282],\n              [11.043110431104338, 35.335055040656442],\n              [11.053910539105402, 35.614116193083319],\n              [10.607506075060769, 35.855969191853276],\n              [10.477904779047805, 36.079218113794781],\n              [10.517505175051781, 36.336813023727274],\n              [10.798307983079866, 36.45129965036395],\n              [11.021510215102182, 36.787604116109151],\n              [11.136711367113691, 36.870606920420741],\n              [11.050310503105067, 37.080976096865612],\n              [10.438304383043857, 36.728929719957861],\n              [10.175501755017564, 37.07668284836673],\n              [10.27270272702728, 37.178289729506773],\n              [10.049500495004963, 37.267016865150197],\n              [9.772297722977243, 37.212635717497776],\n              [9.858698586985895, 37.328553426967403],\n              [9.667896678966827, 37.335708841132188],\n              [9.210692106921101, 37.234101959992145],\n              [8.800288002880052, 36.973644884393735],\n              [8.602286022860255, 36.939298896402732],\n              [8.641886418864203, 36.849140677926357],\n              [8.407884078840823, 36.767568956447732],\n              [8.407884078840823, 36.643064749980354],\n              [8.17028170281705, 36.525715957677775],\n              [8.350283502835055, 36.448437484698033],\n              [8.242282422824246, 35.827347535194107],\n              [8.325083250832535, 35.65275542957319],\n              [8.317883178831806, 35.289260390001786],\n              [8.433084330843343, 35.24203465651415],\n              [8.314283142831442, 35.103219621717201],\n              [8.235082350823518, 34.648135280836442],\n              [7.831878318783225, 34.414868779064236],\n              [7.774277742777457, 34.260311833104737],\n              [7.518675186751892, 34.095737307314536],\n              [7.479074790747944, 33.893954627867416],\n              [7.691476914769169, 33.454612198149206],\n              [7.749077490774937, 33.207034868047415],\n              [8.087480874808762, 33.093979324243705],\n              [8.281882818828223, 32.836384414311198],\n              [8.317883178831806, 32.560185427550252],\n              [9.045090450904524, 32.072186181511455],\n              [9.520295202952042, 30.228951492661125]\n            ]\n          ],\n          [\n            [\n              [10.992709927099298, 33.841004563047946],\n              [10.737107371073733, 33.885368130869665],\n              [10.740707407074098, 33.715069273747616],\n              [10.895508955089582, 33.657825960429278],\n              [10.992709927099298, 33.841004563047946]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"TR\", \"countryKey\": \"TR\", \"countryName\": \"Turkey\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [43.439834398344004, 41.106612105977391],\n              [43.231032310323116, 41.172441916293479],\n              [42.820628206282066, 41.571714026688852],\n              [42.586625866258686, 41.578869440853637],\n              [42.439024390243901, 41.431467909058938],\n              [41.949419494194956, 41.505884216372763],\n              [41.812618126181263, 41.421450329228222],\n              [41.521015210152115, 41.514470713370514],\n              [41.39141391413915, 41.379948927072434],\n              [40.69660696606968, 41.09802560897964],\n              [40.124201242012447, 40.920571337692806],\n              [39.591395913959161, 41.025040384498766],\n              [39.429394293942948, 41.112336437309224],\n              [39.274592745927464, 41.050799875492018],\n              [38.928989289892911, 41.042213378494267],\n              [38.716587165871687, 40.954917325683809],\n              [38.331383313833157, 40.917709172026889],\n              [37.895778957789588, 40.982107899510012],\n              [37.690576905769063, 41.140958093968393],\n              [37.578975789757919, 41.036489047162434],\n              [37.038970389703906, 41.18102841329123],\n              [36.984969849698501, 41.294083957094927],\n              [36.621366213662156, 41.375655678573551],\n              [36.452164521645244, 41.241133892275471],\n              [36.135361353613547, 41.461520648551058],\n              [36.120961209612119, 41.627526257174225],\n              [35.955359553595542, 41.736288552479053],\n              [35.530555305553065, 41.63468167133901],\n              [35.22455224552246, 41.762048043472305],\n              [34.947349473494739, 42.09835250921752],\n              [34.695346953469539, 41.946657728923938],\n              [34.331743317433194, 41.94808881175689],\n              [33.323733237332391, 42.019642953404812],\n              [32.927729277292798, 41.882259001440801],\n              [32.610926109261101, 41.839326516452061],\n              [32.261722617226184, 41.720546641316517],\n              [32.135721357213583, 41.598904600515056],\n              [31.404914049140501, 41.316981282422262],\n              [31.232112321123225, 41.092301277647806],\n              [30.832508325083268, 41.079421532151187],\n              [30.270902709027098, 41.21108115278335],\n              [29.885698856988597, 41.149544590966144],\n              [29.230492304923075, 41.241133892275471],\n              [29.068490684906862, 41.152406756632061],\n              [29.028890288902915, 40.982107899510012],\n              [29.356493564935676, 40.761721143234439],\n              [29.928899288992909, 40.757427894735557],\n              [29.5616956169562, 40.691598084419482],\n              [28.985689856898574, 40.644372350931846],\n              [28.77328773287735, 40.522730310130399],\n              [29.151291512915151, 40.434003174486975],\n              [28.956889568895718, 40.363880115672018],\n              [28.77328773287735, 40.402519352161889],\n              [27.905679056790575, 40.399657186495972],\n              [28.035280352803539, 40.474073493809811],\n              [27.682476824768258, 40.502695150468981],\n              [27.790477904779067, 40.320947630683264],\n              [27.452074520745214, 40.32237871351623],\n              [27.304473044730457, 40.458331582647261],\n              [27.012870128701309, 40.392501772331187],\n              [26.735667356673588, 40.403950434994854],\n              [26.408064080640827, 40.193581258549983],\n              [26.310863108631111, 40.018989152929066],\n              [26.152461524615262, 39.943141762782275],\n              [26.148861488614898, 39.625441373865527],\n              [26.073260732607338, 39.475177676404897],\n              [26.894068940689436, 39.583939971709725],\n              [26.926469264692656, 39.485195256235599],\n              [26.609666096660987, 39.274826079790728],\n              [26.883268832688344, 39.071612317510642],\n              [26.85446854468546, 38.917055371551143],\n              [27.041670416704193, 38.939952696878478],\n              [26.886868868688708, 38.733876768932475],\n              [26.717667176671796, 38.720997023435856],\n              [26.933669336693384, 38.434780456844194],\n              [27.088470884708869, 38.401865551686143],\n              [26.674466744667455, 38.307414084710899],\n              [26.631266312663143, 38.519214343988736],\n              [26.505265052650543, 38.652305047453851],\n              [26.346863468634695, 38.620821225128779],\n              [26.476464764647659, 38.367519563695154],\n              [26.23526235262355, 38.274499179552862],\n              [26.588065880658831, 38.108493570929696],\n              [26.760867608676108, 38.217255866234524],\n              [26.865268652686552, 38.03980159494769],\n              [27.239672396723989, 37.988282612961186],\n              [27.250472504725053, 37.744998531358277],\n              [27.012870128701309, 37.666288975545569],\n              [27.207272072720741, 37.596165916730612],\n              [27.210872108721105, 37.357175083626572],\n              [27.437674376743786, 37.391521071617561],\n              [27.462874628746306, 37.252706036820612],\n              [27.61767617676179, 37.274172279314982],\n              [27.473674736747398, 37.09242475952928],\n              [27.322473224732278, 37.123908581854366],\n              [27.264872648726509, 36.963627304563033],\n              [28.305283052830532, 37.050923357373492],\n              [28.028080280802811, 36.926419150906113],\n              [28.056880568805695, 36.80907035860352],\n              [27.624876248762519, 36.801914944438735],\n              [27.362073620736226, 36.684566152136156],\n              [27.671676716767195, 36.657375578309939],\n              [27.736477364773663, 36.760413542282947],\n              [28.046080460804632, 36.763275707948864],\n              [28.1108811088111, 36.604425513490483],\n              [28.28728287282874, 36.743240548287446],\n              [28.272882728827312, 36.852002843592274],\n              [28.604086040860437, 36.81622577276832],\n              [28.622086220862229, 36.698876980465741],\n              [28.841688416884182, 36.637340418648535],\n              [28.938889388893898, 36.751827045285197],\n              [29.097290972909747, 36.664530992474738],\n              [29.036090360903614, 36.545751117339194],\n              [29.144091440914423, 36.349692769223907],\n              [29.673296732967344, 36.123581681616486],\n              [30.252902529025306, 36.308191367068105],\n              [30.400504005040062, 36.248085888083864],\n              [30.569705697056975, 36.528578123343692],\n              [30.569705697056975, 36.781879784777317],\n              [30.684906849068511, 36.890642080082145],\n              [31.340113401134033, 36.80907035860352],\n              [32.027720277202775, 36.542888951673277],\n              [32.366123661236628, 36.177962829268907],\n              [32.805328053280562, 36.027699131808276],\n              [33.132931329313323, 36.132168178614236],\n              [33.6837368373684, 36.143616841277904],\n              [33.870938709387104, 36.315346781232904],\n              [33.957339573395757, 36.213739900092861],\n              [34.076140761407629, 36.41409149670703],\n              [34.55494554945551, 36.767568956447732],\n              [34.770947709477099, 36.81622577276832],\n              [35.346953469534697, 36.544320034506242],\n              [35.631356313563145, 36.6072876791564],\n              [35.68535685356855, 36.764706790781815],\n              [36.020160201602039, 36.926419150906113],\n              [36.189361893618951, 36.801914944438735],\n              [36.189361893618951, 36.604425513490483],\n              [35.789757897578994, 36.319640029731772],\n              [35.976959769597698, 36.019112634810526],\n              [35.91215912159123, 35.917505753670483],\n              [36.138961389613911, 35.820192121029322],\n              [36.358563585635864, 35.993353143817274],\n              [36.37296372963732, 36.228050728422446],\n              [36.664566645666469, 36.229481811255397],\n              [36.534965349653504, 36.494232135352689],\n              [36.65736657366574, 36.827674435431987],\n              [36.963369633696345, 36.753258128118148],\n              [37.013770137701385, 36.641633667147403],\n              [37.445774457744591, 36.634478252982618],\n              [38.190981909819101, 36.90495290841173],\n              [38.529385293852954, 36.833398766763821],\n              [38.662586625866282, 36.718912140127159],\n              [39.23859238592388, 36.661668826808821],\n              [39.764197641976438, 36.74180946545448],\n              [40.707407074070744, 37.10101125652703],\n              [41.481414814148167, 37.075251765533778],\n              [42.010620106201088, 37.175427563840856],\n              [42.212222122221249, 37.324260178468521],\n              [42.356223562235641, 37.109597753524781],\n              [42.561425614256166, 37.146805907181687],\n              [42.72342723427235, 37.358606166459523],\n              [43.083430834308359, 37.36862374629024],\n              [43.479434794347952, 37.242688456989896],\n              [43.893438934389366, 37.225515462994395],\n              [43.990639906399082, 37.312811515804853],\n              [44.224642246422491, 37.254137119653564],\n              [44.18144181441815, 37.088131511030397],\n              [44.307443074430751, 36.977938132892604],\n              [44.577445774457743, 37.166841066843105],\n              [44.764647646476476, 37.142512658682818],\n              [44.800648006480088, 37.292776356143449],\n              [44.566645666456679, 37.447333302102948],\n              [44.595445954459564, 37.716376874699108],\n              [44.221042210422127, 37.968247453299767],\n              [44.458644586445871, 38.321724913040484],\n              [44.289442894428959, 38.381830392024725],\n              [44.275042750427502, 38.844070147070269],\n              [44.138241382413838, 38.9943338445309],\n              [44.062640626406278, 39.400761369091057],\n              [44.404644046440467, 39.433676274249109],\n              [44.458644586445871, 39.698426598346401],\n              [44.566645666456679, 39.765687491495441],\n              [44.807848078480788, 39.639752202195098],\n              [44.775447754477568, 39.70271984684527],\n              [44.465844658446599, 39.97176341944143],\n              [44.25704257042571, 40.043317561089353],\n              [44.033840338403394, 40.00897157309835],\n              [43.666636666366685, 40.110578454238393],\n              [43.720637206372089, 40.169252850389682],\n              [43.562235622356241, 40.464055913979095],\n              [43.727837278372789, 40.677287256089897],\n              [43.605436054360553, 40.96350382268156],\n              [43.439834398344004, 41.106612105977391]\n            ]\n          ],\n          [\n            [\n              [26.332463324633267, 41.713391227151718],\n              [26.595265952659531, 41.611784346011689],\n              [26.634866348663508, 41.378517844239468],\n              [26.332463324633267, 41.254013637772104],\n              [26.357663576635787, 40.964934905514511],\n              [26.044460444604454, 40.738823817907104],\n              [26.076860768607702, 40.611457445773809],\n              [26.82926829268294, 40.601439865943107],\n              [26.21006210062103, 40.32237871351623],\n              [26.156061560615626, 40.05476622375302],\n              [26.616866168661716, 40.359586867173149],\n              [26.681666816668184, 40.455469416981359],\n              [27.178471784717857, 40.632923688268178],\n              [27.524075240752438, 40.989263313674812],\n              [27.959679596795979, 40.974952485345227],\n              [28.2368823688237, 41.085145863483021],\n              [28.596885968859709, 40.977814651011144],\n              [28.982089820898238, 41.002143059171431],\n              [29.108091080910839, 41.235409560943637],\n              [28.384483844838456, 41.447209820221474],\n              [28.082080820808216, 41.644699251169726],\n              [27.970479704797071, 41.82215352245656],\n              [28.017280172801748, 41.972417219917176],\n              [27.808478084780859, 41.99388346241156],\n              [27.545675456754594, 41.900863078269268],\n              [27.272072720727238, 42.091197095052721],\n              [26.548465484654855, 41.92662256926252],\n              [26.332463324633267, 41.713391227151718]\n            ]\n          ],\n          [\n            [\n              [26.012060120601234, 40.166390684723766],\n              [25.914859148591518, 40.240806992037605],\n              [25.662856628566317, 40.126320365400929],\n              [26.012060120601234, 40.166390684723766]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TT\",\n        \"countryKey\": \"TT\",\n        \"countryName\": \"Trinidad and Tobago\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.000810008100032, 10.698964071278795],\n              [-60.90720907209068, 10.837779106075757],\n              [-61.368013680136755, 10.803433118084754],\n              [-61.666816668166632, 10.706119485443594],\n              [-61.490414904148992, 10.631703178129754],\n              [-61.458014580145758, 10.302554126549339],\n              [-61.929619296192911, 10.056407879280513],\n              [-61.191611916119115, 10.073580873276015],\n              [-60.997209972099668, 10.137979600759138],\n              [-61.000810008100032, 10.698964071278795]\n            ]\n          ],\n          [\n            [\n              [-60.529205292052879, 11.351537843107792],\n              [-60.802808028080236, 11.142599749495886],\n              [-60.532805328053229, 11.26710395596325],\n              [-60.529205292052879, 11.351537843107792]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TW\",\n        \"countryKey\": \"TW\",\n        \"countryName\": \"Taiwan, Province of China\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [121.906219062190615, 24.949686921877841],\n              [122.007020070200696, 25.001205903864346],\n              [121.596615966159646, 25.271680559293472],\n              [121.060210602106025, 25.049862720184933],\n              [120.826208262082588, 24.666332520952096],\n              [120.70380703807038, 24.607658124800807],\n              [120.189001890018886, 23.774767916019059],\n              [120.05940059400595, 23.15081580084923],\n              [120.333003330033279, 22.519708271514602],\n              [120.513005130051312, 22.425256804539359],\n              [120.696606966069652, 22.113280746954445],\n              [120.700207002070016, 21.94870622116423],\n              [120.840608406084044, 21.904342653342525],\n              [120.948609486094853, 22.526863685679402],\n              [121.143011430114285, 22.741526110623141],\n              [121.39861398613985, 23.145091469517396],\n              [121.661416614166143, 24.192644103242884],\n              [121.841418414184119, 24.481722835500477],\n              [121.809018090180899, 24.805147555749059],\n              [121.906219062190615, 24.949686921877841]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"TZ\",\n        \"countryKey\": \"TZ\",\n        \"countryName\": \"Tanzania, United Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [29.403294032940352, -4.450478798418082],\n              [29.320493204932063, -4.836871163316829],\n              [29.378093780937832, -5.087310659084537],\n              [29.59409594095942, -5.619673472945038],\n              [29.601296012960148, -5.781385833069329],\n              [29.475294752947548, -6.00177258934491],\n              [29.525695256952588, -6.273678327606994],\n              [29.738097380973841, -6.652915278340949],\n              [30.090900909009093, -6.890475028612038],\n              [30.368103681036814, -7.309782298668821],\n              [30.440104401044039, -7.595998865260491],\n              [30.656106561065627, -7.928010082506823],\n              [30.753307533075343, -8.194191489437074],\n              [30.958509585095868, -8.5505311148437],\n              [31.120511205112081, -8.616360925159782],\n              [31.354513545135461, -8.587739268500613],\n              [31.53811538115383, -8.70365697797024],\n              [31.671316713167158, -8.912595071582153],\n              [31.937719377193787, -8.932630231243571],\n              [31.980919809198099, -9.071445266040527],\n              [32.38412384123842, -9.134412910690699],\n              [32.517325173251749, -9.25891711715807],\n              [32.92052920529207, -9.407749731785735],\n              [33.402934029340315, -9.605239162733987],\n              [33.73413734137344, -9.58377292023961],\n              [33.910539105391081, -9.718294706537691],\n              [34.011340113401161, -9.477872790600692],\n              [34.288542885428882, -9.708277126706989],\n              [34.482944829448314, -9.945836876978071],\n              [34.583745837458395, -10.300745419551731],\n              [34.580145801458031, -10.539736252655779],\n              [34.673746737467383, -10.752967594766567],\n              [34.594545945459458, -11.016286836030901],\n              [34.760147601476035, -11.336849390613565],\n              [34.886148861488635, -11.375488627103444],\n              [34.96534965349656, -11.572978058051689],\n              [35.577355773557741, -11.605892963209733],\n              [35.825758257582578, -11.414127863593315],\n              [36.167761677616795, -11.578702389383523],\n              [36.200162001620043, -11.701775513017942],\n              [36.563765637656388, -11.731828252510063],\n              [36.819368193681953, -11.572978058051689],\n              [37.031770317703177, -11.564391561053938],\n              [37.107371073710738, -11.65741194519623],\n              [37.427774277742799, -11.723241755512312],\n              [37.784177841778444, -11.558667229722104],\n              [37.874178741787432, -11.319676396618064],\n              [38.255782557825597, -11.276743911629318],\n              [38.493384933849342, -11.414127863593315],\n              [38.896588965889663, -11.167981616324482],\n              [39.285392853928556, -11.153670787994898],\n              [39.483394833948353, -10.999113842035399],\n              [39.760597605976074, -10.943301611550027],\n              [40.00900009000091, -10.811641990917856],\n              [40.437404374043751, -10.475337525172648],\n              [40.448204482044844, -10.345108987373443],\n              [40.117001170011719, -10.256381851730026],\n              [40.131401314013146, -10.169085798919568],\n              [39.713797137971397, -9.951561208309904],\n              [39.80739807398075, -9.852816492835778],\n              [39.616596165961681, -9.424922725781236],\n              [39.645396453964565, -9.188794058343113],\n              [39.497794977949781, -9.12439533085999],\n              [39.519395193951965, -8.922612651412862],\n              [39.353793537935388, -8.71367455780095],\n              [39.281792817928192, -8.308678116073736],\n              [39.454594545945469, -8.011012886818406],\n              [39.274592745927464, -7.595998865260491],\n              [39.328593285932868, -7.309782298668821],\n              [39.548195481954821, -7.11801719905241],\n              [39.465394653946561, -6.857560123453993],\n              [39.040590405904084, -6.469736675722288],\n              [38.853388533885351, -6.348094634920827],\n              [38.777787777877791, -6.030394246004079],\n              [38.982989829898315, -5.417890793497911],\n              [39.1377913779138, -5.10305257024708],\n              [39.191791917919204, -4.678020968858455],\n              [37.600576005760075, -3.513119542830374],\n              [37.701377013770156, -3.314199029049171],\n              [37.623672209632232, -3.006378083021647],\n              [34.030836281272954, -0.999999951214068],\n              [33.93348391842602, -1.000369571219924],\n              [30.828908289082904, -1.003000253821462],\n              [30.472504725047258, -1.067398981304592],\n              [30.555305553055547, -1.3178384770723],\n              [30.738907389073916, -1.406565612715717],\n              [30.832508325083268, -1.594037463833253],\n              [30.796507965079655, -1.928910846745502],\n              [30.886508865088672, -2.082036709872042],\n              [30.836108361083632, -2.345355951136376],\n              [30.555305553055547, -2.401168181621756],\n              [30.414904149041519, -2.851959274003626],\n              [30.494104941049414, -2.940686409647043],\n              [30.82530825308254, -2.977894563303963],\n              [30.800108001080019, -3.274128709726334],\n              [30.468904689046894, -3.513119542830374],\n              [30.148501485014862, -4.086983758846664],\n              [30.004500045000469, -4.27159344429829],\n              [29.734497344973477, -4.463358543914708],\n              [29.403294032940352, -4.450478798418082]\n            ]\n          ],\n          [\n            [\n              [39.897398973989766, -7.637500267416286],\n              [39.587795877958797, -7.945183076502325],\n              [39.821798217982206, -7.913699254177239],\n              [39.897398973989766, -7.637500267416286]\n            ]\n          ],\n          [\n            [\n              [39.544595445954485, -6.320904061094616],\n              [39.429394293942948, -6.186382274796536],\n              [39.31419314193144, -5.718418188419164],\n              [39.177391773917748, -6.157760618137367],\n              [39.508595085950873, -6.462581261557496],\n              [39.544595445954485, -6.320904061094616]\n            ]\n          ],\n          [\n            [\n              [39.641796417964201, -5.413597544999035],\n              [39.796597965979686, -5.406442130834243],\n              [39.854198541985426, -5.253316267707703],\n              [39.814598145981478, -4.968530783948999],\n              [39.684996849968513, -4.889821228136292],\n              [39.774997749977501, -5.259040599039537],\n              [39.641796417964201, -5.413597544999035]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"UA\", \"countryKey\": \"UA\", \"countryName\": \"Ukraine\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [23.607236072360735, 51.517739715749244],\n              [23.632436324363255, 51.338854361629444],\n              [23.873638736387392, 51.135640599349372],\n              [23.91323913239134, 51.006843144383112],\n              [24.129241292412956, 50.839406452926994],\n              [23.970839708397108, 50.825095624597409],\n              [24.107641076410772, 50.540310140838699],\n              [23.981639816398172, 50.404357271707667],\n              [23.747637476374791, 50.390046443378083],\n              [23.103231032310333, 49.956428344991707],\n              [22.642426424264272, 49.528534577937165],\n              [22.70722707227074, 49.169332786864629],\n              [22.854828548285496, 48.993309598410747],\n              [22.538025380253828, 49.072019154223455],\n              [22.322023220232211, 48.699937617654285],\n              [22.152821528215298, 48.585450991017623],\n              [22.131221312213142, 48.405134554064873],\n              [22.271622716227171, 48.403703471231921],\n              [22.358023580235823, 48.243422193940589],\n              [22.599225992259932, 48.101744993477709],\n              [22.746827468274688, 48.116055821807294],\n              [22.876428764287652, 47.94718804751821],\n              [23.117631176311789, 48.091727413647007],\n              [23.358833588335898, 47.992982698172881],\n              [23.780037800378011, 47.987258366841047],\n              [24.230042300423037, 47.897100148364672],\n              [24.561245612456133, 47.940032633353411],\n              [24.896048960489622, 47.709628297247122],\n              [25.122851228512303, 47.769733776231377],\n              [25.263252632526331, 47.898531231197623],\n              [26.174061740617418, 47.992982698172881],\n              [26.303663036630383, 48.211938371615503],\n              [26.616866168661716, 48.259164105103125],\n              [26.843668436684396, 48.393685891401205],\n              [27.174871748717493, 48.362202069076119],\n              [27.502475024750254, 48.472395447213913],\n              [27.750877508775119, 48.452360287552494],\n              [28.078480784807851, 48.24485327677354],\n              [28.366483664836665, 48.230542448443956],\n              [28.79848798487987, 48.111762573308411],\n              [28.94968949689499, 47.934308302021577],\n              [29.122491224912267, 47.975809704177379],\n              [29.237692376923775, 47.87134065737142],\n              [29.118891188911903, 47.533605108793253],\n              [29.41049410494108, 47.280303447359628],\n              [29.558095580955836, 47.324667015181333],\n              [29.558095580955836, 46.945430064447379],\n              [29.928899288992909, 46.809477195316333],\n              [29.914499144991453, 46.518967380225789],\n              [30.08010080100803, 46.374428014097006],\n              [29.846098460984621, 46.341513108938969],\n              [29.712897128971321, 46.471741646738167],\n              [29.597695976959784, 46.362979351433339],\n              [29.457294572945756, 46.4846213922348],\n              [29.201692016920191, 46.357255020101505],\n              [29.162091620916215, 46.537571457054256],\n              [28.946089460894626, 46.454568652742665],\n              [29.014490144901458, 46.182662914480588],\n              [28.956889568895718, 46.000915394694886],\n              [28.758887588875893, 45.960845075372049],\n              [28.737287372873737, 45.837771951737636],\n              [28.474484744847473, 45.657455514784886],\n              [28.481684816848173, 45.501467485992421],\n              [28.200882008820116, 45.461397166669585],\n              [28.330483304833052, 45.322582131872636],\n              [28.776887768877714, 45.230992830563295],\n              [29.320493204932063, 45.444224172674083],\n              [29.651696516965188, 45.345479457199971],\n              [29.658896588965916, 45.215250919400759],\n              [29.730897308973113, 45.475707994999169],\n              [29.604896048960512, 45.487156657662837],\n              [29.64449644496446, 45.82775437190692],\n              [29.734497344973477, 45.614523029796132],\n              [29.990099900999013, 45.846358448735387],\n              [30.137701377013798, 45.819167874909169],\n              [30.494104941049414, 46.081056033340545],\n              [30.796507965079655, 46.445982155744915],\n              [30.753307533075343, 46.516105214559872],\n              [30.990909909099116, 46.601970184537379],\n              [31.480514805148061, 46.646333752359084],\n              [31.858518585185863, 46.629160758363582],\n              [31.937719377193787, 46.800890698318582],\n              [32.024120241202439, 46.629160758363582],\n              [32.524525245252477, 46.593383687539628],\n              [32.362523625236264, 46.467448398239299],\n              [31.581315813158142, 46.544726871219041],\n              [32.006120061200619, 46.448844321410832],\n              [31.815318153181551, 46.348668523103754],\n              [32.261722617226184, 46.128281766828167],\n              [32.502925029250321, 46.076762784841677],\n              [33.12213122131223, 46.135437180992966],\n              [33.233732337323403, 46.224164316636376],\n              [33.514535145351459, 46.046710045349542],\n              [33.629736297362996, 46.12541960116225],\n              [33.669336693366944, 46.218439985304542],\n              [34.688146881468839, 45.973724820868668],\n              [34.788947889478919, 45.803425963746633],\n              [35.001350013500144, 45.729009656432794],\n              [34.810548105481075, 46.166921003318052],\n              [35.07335073350734, 46.271390050123998],\n              [35.285752857528593, 46.437395658747164],\n              [35.379353793537945, 46.368703682765172],\n              [35.901359013590138, 46.652058083690918],\n              [36.189361893618951, 46.669231077686419],\n              [36.696966969669717, 46.779424455824213],\n              [36.801368013680161, 46.725043308171792],\n              [37.01737017370175, 46.871013757133539],\n              [37.334173341733418, 46.882462419797207],\n              [37.578975789757919, 47.089969430576176],\n              [38.216182161821621, 47.102849176072795],\n              [38.201782017820193, 47.29032102719033],\n              [38.352983529835313, 47.606590333274127],\n              [38.734587345873479, 47.676713392089084],\n              [38.831788317883195, 47.848443332044084],\n              [39.760597605976074, 47.832701420881548],\n              [39.843398433984362, 48.120349070306162],\n              [39.994599945999482, 48.273474933432709],\n              [39.80739807398075, 48.584019908184672],\n              [39.630996309963109, 48.586882073850589],\n              [39.702997029970305, 48.747163351141921],\n              [39.951399513995142, 48.853063480780833],\n              [39.756997569975709, 48.895995965769586],\n              [39.681396813968149, 49.02050017223695],\n              [39.918999189991922, 49.047690746063168],\n              [40.142201422014239, 49.24518017701142],\n              [40.041400414004158, 49.455549353456291],\n              [40.117001170011719, 49.588640056921406],\n              [39.800198001980021, 49.54284540626675],\n              [39.558995589955913, 49.724592926052452],\n              [39.328593285932868, 49.726024008885418],\n              [39.180991809918112, 49.859114712350532],\n              [38.936189361893639, 49.80330248186516],\n              [38.687786877868803, 49.913495860002953],\n              [38.172981729817309, 50.059466308964701],\n              [38.000180001800032, 49.899185031673369],\n              [37.726577265772676, 50.078070385793168],\n              [37.434974349743499, 50.424392431369071],\n              [36.912969129691305, 50.338527461391578],\n              [36.596165961659636, 50.204005675093498],\n              [36.268562685626875, 50.28128414807324],\n              [36.106561065610663, 50.421530265703154],\n              [35.83655836558367, 50.42296134853612],\n              [35.696156961569642, 50.345682875556363],\n              [35.447754477544777, 50.475911413355576],\n              [35.469354693546961, 50.669107595804945],\n              [35.282152821528229, 50.961048493728455],\n              [35.09855098550986, 51.182866332836994],\n              [34.749347493474943, 51.164262256008527],\n              [34.623346233462343, 51.224367734992782],\n              [34.187741877418802, 51.248696143153069],\n              [34.299342993429946, 51.368907101121579],\n              [34.126541265412669, 51.680883158706493],\n              [34.374943749437506, 51.708073732532696],\n              [34.371343713437142, 51.826853607668241],\n              [34.097740977409785, 51.951357814135619],\n              [34.054540545405473, 52.170313487578241],\n              [33.802538025380272, 52.35492317302986],\n              [33.53253532535328, 52.289093362713785],\n              [33.197731977319791, 52.369234001359445],\n              [32.927729277292798, 52.247591960557983],\n              [32.355323553235536, 52.322008267871823],\n              [32.2329223292233, 52.080155269101866],\n              [31.890918909189111, 52.035791701280161],\n              [31.76491764917651, 52.100190428763284],\n              [31.473314733147362, 52.117363422758785],\n              [31.253712537125381, 52.044378198277911],\n              [30.958509585095868, 52.074430937770032],\n              [30.663306633066355, 51.819698193503456],\n              [30.515705157051599, 51.603604685726737],\n              [30.638106381063835, 51.335992195963527],\n              [30.540905409054119, 51.23581639765645],\n              [30.148501485014862, 51.484824810591206],\n              [29.846098460984621, 51.433305828604702],\n              [29.61929619296194, 51.486255893424158],\n              [29.320493204932063, 51.366044935455662],\n              [29.122491224912267, 51.62507092822112],\n              [28.863288632886338, 51.559241117905032],\n              [28.730087300873038, 51.401822006279616],\n              [28.604086040860437, 51.553516786573198],\n              [28.348483484834873, 51.524895129914029],\n              [28.21168211682118, 51.652261502047324],\n              [28.071280712807152, 51.55781003507208],\n              [27.812078120781223, 51.602173602893785],\n              [27.254072540725417, 51.595018188728986],\n              [27.178471784717857, 51.746712969022568],\n              [26.85446854468546, 51.749575134688484],\n              [26.408064080640827, 51.851182015828527],\n              [25.767257672576733, 51.928460488808284],\n              [25.184051840518435, 51.949926731302654],\n              [24.723247232472346, 51.882665838153613],\n              [24.392043920439221, 51.879803672487697],\n              [24.244442444424465, 51.718091312363413],\n              [23.981639816398172, 51.586431691731235],\n              [23.751237512375155, 51.645106087882539],\n              [23.607236072360735, 51.517739715749244]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"UA-CR\", \"countryKey\": \"UA\", \"countryName\": \"Ukraine\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [33.629736297362996, 46.12541960116225],\n              [33.777337773377752, 45.929361253046963],\n              [32.866528665286666, 45.630264940958668],\n              [32.524525245252477, 45.458535001003668],\n              [32.513725137251384, 45.341186208701089],\n              [32.898928989289914, 45.354065954197708],\n              [33.258932589325923, 45.15657652324947],\n              [33.561335613356135, 45.093608878599298],\n              [33.572135721357228, 44.851755879829341],\n              [33.514535145351459, 44.648542117549255],\n              [33.381333813338159, 44.564108230404713],\n              [33.730537305373076, 44.398102621781547],\n              [33.957339573395757, 44.382360710619011],\n              [34.324543245432466, 44.544073070743295],\n              [34.468544685446858, 44.730113839027879],\n              [35.004950049500508, 44.834582885833839],\n              [35.63495634956351, 45.115075121093668],\n              [35.847358473584762, 44.992001997459255],\n              [36.441364413644152, 45.067849387606046],\n              [36.419764197641996, 45.229561747730344],\n              [36.58176581765818, 45.427051178678596],\n              [36.138961389613911, 45.461397166669585],\n              [35.987759877598791, 45.362652451195459],\n              [35.858158581585826, 45.469983663667335],\n              [35.696156961569642, 45.329737546037421],\n              [35.480154801548025, 45.298253723712335],\n              [35.332553325533269, 45.371238948193209],\n              [35.001350013500144, 45.729009656432794],\n              [34.788947889478919, 45.803425963746633],\n              [34.688146881468839, 45.973724820868668],\n              [33.669336693366944, 46.218439985304542],\n              [33.629736297362996, 46.12541960116225]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"UG\", \"countryKey\": \"UG\", \"countryName\": \"Uganda\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [29.579695796957992, -1.387961535887257],\n              [29.835298352983557, -1.329287139735968],\n              [29.896498964989661, -1.469533257365882],\n              [30.148501485014862, -1.345029050898503],\n              [30.353703537035386, -1.0602435671398],\n              [30.472504725047258, -1.067398981304592],\n              [30.828908289082904, -1.003000253821462],\n              [33.93348391842602, -1.000369571219924],\n              [33.927531949997338, -0.456756454733689],\n              [33.984092087570723, -0.134565982131768],\n              [33.910220737689777, 0.103879514319396],\n              [34.09630173295951, 0.364766939848317],\n              [34.148141481414825, 0.604105767590738],\n              [34.389343893438962, 0.815906026868575],\n              [34.508145081450834, 1.102122593460237],\n              [34.796147961479619, 1.232351131259449],\n              [34.778147781477827, 1.388339160051906],\n              [34.979749797497988, 1.675986809476527],\n              [34.968949689496924, 2.10244949369811],\n              [34.864548645486479, 2.347164658133984],\n              [34.922149221492219, 2.477393195933196],\n              [34.731347313473151, 2.852336898168275],\n              [34.572945729457302, 2.946788365143526],\n              [34.385743857438598, 3.388992960527652],\n              [34.439744397444002, 3.668054112954522],\n              [34.166141661416617, 3.771092076927523],\n              [33.975339753397549, 4.219021003643483],\n              [33.53253532535328, 3.77395424259344],\n              [33.194131941319426, 3.756781248597939],\n              [33.017730177301786, 3.876992206566442],\n              [32.754927549275521, 3.769660994094565],\n              [32.373323733237356, 3.731021757604687],\n              [32.17532175321756, 3.520652581159815],\n              [31.944919449194515, 3.590775639974773],\n              [31.779317793177938, 3.815455644749228],\n              [31.505715057150582, 3.659467615956771],\n              [31.142111421114237, 3.785402905257108],\n              [30.94410944109444, 3.67950277561819],\n              [30.839708397083996, 3.490599841667688],\n              [30.911709117091192, 3.393286209026527],\n              [30.746107461074615, 3.036946583619901],\n              [30.854108541085424, 2.89383830032407],\n              [30.706507065070667, 2.461651284770653],\n              [30.872108721087216, 2.331422746971441],\n              [30.983709837098388, 2.394390391621613],\n              [31.178111781117821, 2.302801090312279],\n              [31.242912429124317, 2.050930511711613],\n              [31.0269102691027, 1.77759369061657],\n              [30.681306813068147, 1.499963621022651],\n              [30.479704797047987, 1.238075462591283],\n              [30.238502385023878, 1.13646858145124],\n              [30.144901449014498, 0.903202079679033],\n              [29.928899288992909, 0.784422204543489],\n              [29.939699396993973, 0.49820563795182],\n              [29.712897128971321, 0.098933527556447],\n              [29.630096300963032, -0.442015783301798],\n              [29.61209612096124, -0.864185219024506],\n              [29.554495544955472, -0.919997449509879],\n              [29.579695796957992, -1.387961535887257]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-AK\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-138.599585995859883, 59.753621419424434],\n              [-137.609576095760872, 59.239862682392385],\n              [-137.422374223742167, 58.907851465146052],\n              [-137.067754988307058, 59.067024225866618],\n              [-136.993969939699326, 58.893540636816468],\n              [-136.587165871658641, 58.847745986161812],\n              [-136.129961299612916, 58.570115916567886],\n              [-136.0255602556025, 58.388368396782184],\n              [-136.371163711637053, 58.299641261138774],\n              [-136.583565835658277, 58.356884574457098],\n              [-136.691566915669085, 58.230949285156768],\n              [-136.875168751687454, 58.388368396782184],\n              [-137.130771307713019, 58.401248142278803],\n              [-137.670776707767004, 58.633083561218058],\n              [-137.929979299792933, 58.803382418340092],\n              [-137.983979839798337, 58.91930012780972],\n              [-138.286382863828578, 59.081012487934018],\n              [-139.204392043920365, 59.320003321038058],\n              [-139.855998559985522, 59.546114408645465],\n              [-139.657996579965726, 59.5761671481376],\n              [-139.474394743947357, 59.717844348600465],\n              [-139.621996219962114, 59.889574288555465],\n              [-139.474394743947357, 59.994043335361425],\n              [-139.305193051930445, 59.865245880395179],\n              [-139.341193411934057, 59.720706514266382],\n              [-139.225992259922521, 59.62196179879227],\n              [-139.218792187921792, 59.870970211727013],\n              [-139.542795427954218, 60.046993400180881],\n              [-139.848798487984823, 59.819451229740508],\n              [-140.324003240032312, 59.700671354604978],\n              [-140.615606156061489, 59.707826768769763],\n              [-141.429214292142859, 59.872401294559978],\n              [-141.260012600125918, 60.011216329356927],\n              [-141.731617316173072, 59.962559513036339],\n              [-141.969219692196845, 60.028389323352428],\n              [-142.797227972279643, 60.11282321049697],\n              [-143.610836108361013, 60.049855565846798],\n              [-143.916839168391618, 59.996905501027342],\n              [-144.251642516425079, 60.154324612652758],\n              [-144.57204572045714, 60.190101683476726],\n              [-144.942849428494213, 60.30601939294634],\n              [-144.744847448474417, 60.676669846682557],\n              [-145.234452344523362, 60.36755595476356],\n              [-145.572855728557215, 60.450558759075136],\n              [-145.940059400593924, 60.45628309040697],\n              [-145.630456304562983, 60.679532012348474],\n              [-145.842858428584208, 60.620857616197185],\n              [-145.914859148591404, 60.703860420508761],\n              [-146.264062640626321, 60.653772521355222],\n              [-146.051660516605097, 60.752517236829348],\n              [-146.436864368643626, 60.696705006343976],\n              [-146.696066960669526, 60.745361822664549],\n              [-146.094860948609409, 60.841244372472758],\n              [-146.224462244622373, 60.892763354459262],\n              [-146.512465124651158, 60.818347047145423],\n              [-146.753667536675295, 60.964317496107171],\n              [-146.64926649266485, 61.074510874244964],\n              [-146.282062820628141, 61.081666288409764],\n              [-146.584465844658382, 61.136047436062171],\n              [-146.948069480694727, 60.9500066677776],\n              [-147.048870488704807, 61.010112146761841],\n              [-147.869678696786877, 60.838382206806841],\n              [-148.049680496804882, 60.9500066677776],\n              [-147.758077580775733, 61.190428583714592],\n              [-147.74727747277467, 61.276293553692099],\n              [-148.071280712807038, 61.024422975091426],\n              [-148.146881468814627, 61.117443359233718],\n              [-148.334083340833331, 60.819778129978388],\n              [-148.578885788857804, 60.781138893488517],\n              [-148.704887048870404, 60.676669846682557],\n              [-148.373683736837279, 60.779707810655552],\n              [-148.431284312843047, 60.629444113194921],\n              [-148.254882548825407, 60.738206408499764],\n              [-148.276482764827563, 60.494922326896841],\n              [-148.08208082080813, 60.605115705034635],\n              [-147.941679416794102, 60.443403344910351],\n              [-148.442084420844139, 60.184377352144892],\n              [-148.334083340833331, 60.170066523815308],\n              [-148.434884348843411, 59.959697347370437],\n              [-148.874088740887345, 59.936800022043101],\n              [-149.194491944919378, 60.014078495022844],\n              [-149.291692916929094, 59.888143205722514],\n              [-149.38889388893881, 59.996905501027342],\n              [-149.640896408964011, 59.885281040056597],\n              [-149.723697236972299, 59.963990595869305],\n              [-149.745297452974455, 59.667756449446927],\n              [-149.918099180991732, 59.717844348600465],\n              [-150.368103681036729, 59.468835935665723],\n              [-150.224102241022337, 59.714982182934548],\n              [-150.479704797047901, 59.467404852832757],\n              [-150.580505805057982, 59.481715681162342],\n              [-150.918909189091806, 59.327158735202843],\n              [-150.965709657096511, 59.234138351060551],\n              [-151.228512285122775, 59.315710072539176],\n              [-151.160111601115943, 59.208378860067313],\n              [-151.419314193141844, 59.258466759220852],\n              [-151.743317433174241, 59.166877457911511],\n              [-151.984519845198378, 59.312847906873259],\n              [-151.653316533165253, 59.486008929661224],\n              [-151.469714697146884, 59.477422432663474],\n              [-150.994509945099367, 59.779380910417686],\n              [-151.109711097110903, 59.786536324582471],\n              [-151.473314733147248, 59.636272627121841],\n              [-151.746917469174605, 59.683498360609477],\n              [-151.883718837188297, 59.786536324582471],\n              [-151.707317073170657, 60.041269068849061],\n              [-151.466114661146548, 60.187239517810809],\n              [-151.28251282512818, 60.536423729052643],\n              [-151.415714157141508, 60.718171248838345],\n              [-151.070110701106927, 60.785432141987386],\n              [-150.450904509045017, 61.034440554922142],\n              [-150.044100441004332, 60.917091762619549],\n              [-149.824498244982379, 60.978628324436755],\n              [-149.126091260912546, 60.884176857461512],\n              [-149.619296192961855, 60.994370235599305],\n              [-150.065700657006488, 61.156082595723589],\n              [-149.655296552965467, 61.409384257157214],\n              [-149.320493204931978, 61.479507315972171],\n              [-149.756097560975547, 61.453747824978933],\n              [-149.9828998289982, 61.246240814199965],\n              [-150.450904509045017, 61.251965145531798],\n              [-150.540905409054005, 61.369313937834391],\n              [-150.731707317073102, 61.253396228364764],\n              [-151.059310593105863, 61.163238009888389],\n              [-151.156511565115579, 61.064493294414262],\n              [-151.566915669156629, 60.994370235599305],\n              [-151.869318693186869, 60.759672650994133],\n              [-152.340923409234023, 60.476318250068388],\n              [-152.247322473224642, 60.396177611422715],\n              [-152.614526145261379, 60.224447671467715],\n              [-152.8917289172891, 60.251638245293933],\n              [-152.589325893258859, 60.092788050835551],\n              [-152.736927369273616, 59.908178365383932],\n              [-153.230132301322925, 59.868108046061096],\n              [-153.014130141301337, 59.832330975237142],\n              [-153.053730537305285, 59.71068893443568],\n              [-153.316533165331577, 59.639134792787758],\n              [-153.453334533345242, 59.792260655914305],\n              [-153.471334713347062, 59.662032118115093],\n              [-153.705337053370442, 59.631979378622972],\n              [-153.723337233372263, 59.465973769999806],\n              [-154.144541445414376, 59.381539882855265],\n              [-154.187741877418688, 59.035217837279347],\n              [-153.712537125371171, 59.070994908103302],\n              [-153.330933309333005, 58.933610956139304],\n              [-153.287732877328693, 58.843452737662929],\n              [-153.690936909369015, 58.62163489855439],\n              [-153.899738997389903, 58.617341650055522],\n              [-154.083340833408272, 58.495699609254061],\n              [-154.000540005399984, 58.385506231116267],\n              [-154.353343533435265, 58.255277693317055],\n              [-154.583745837458309, 58.024873357210765],\n              [-155.040950409504006, 58.01771794304598],\n              [-155.06975069750689, 57.89750698507747],\n              [-155.325353253532455, 57.838832588926181],\n              [-155.393753937539287, 57.72577704512247],\n              [-155.60615606156054, 57.791606855438559],\n              [-155.742957429574233, 57.552616022334519],\n              [-156.020160201601925, 57.576944430494805],\n              [-156.556565565655575, 57.305038692232728],\n              [-156.34416344163435, 57.312194106397513],\n              [-156.347763477634714, 57.177672320099433],\n              [-156.549365493654847, 56.983045054817097],\n              [-156.794167941679348, 57.034564036803602],\n              [-157.190171901718941, 56.776969126871109],\n              [-157.420574205741985, 56.867127345347484],\n              [-157.456574565745569, 56.64387842340598],\n              [-157.773377733777266, 56.683948742728816],\n              [-158.133381333813247, 56.530822879602269],\n              [-157.881378813788047, 56.570893198925106],\n              [-157.877778777787711, 56.477872814782813],\n              [-158.151381513815068, 56.513649885606767],\n              [-158.511385113851048, 56.344782111317684],\n              [-158.208982089820836, 56.283245549500478],\n              [-158.601386013860065, 56.039961467897569],\n              [-158.489784897848892, 56.195949496690019],\n              [-158.702187021870145, 56.105791278213644],\n              [-158.666186661866533, 55.969838409082612],\n              [-158.860588605885994, 56.012770894071352],\n              [-158.928989289892826, 55.921181592762025],\n              [-159.400594005939979, 55.859645030944819],\n              [-159.710197101970948, 55.6678799313284],\n              [-159.623796237962296, 55.812419297457183],\n              [-159.82899828998282, 55.852489616780019],\n              [-160.135001350013425, 55.675035345493185],\n              [-160.682206822068139, 55.464666169048314],\n              [-160.923409234092276, 55.519047316700735],\n              [-161.279812798127892, 55.354472790910521],\n              [-161.517415174151665, 55.38309444756969],\n              [-161.387813878138701, 55.571997381520191],\n              [-161.62181621816211, 55.613498783675979],\n              [-161.715417154171462, 55.393112027400406],\n              [-161.95661956619557, 55.125499537637197],\n              [-162.201422014220071, 55.039634567659689],\n              [-162.583025830258237, 55.301522726091065],\n              [-162.784627846278397, 54.936596603686695],\n              [-163.040230402303933, 55.099740046643944],\n              [-163.216632166321574, 55.045358898991523],\n              [-163.061830618306089, 54.929441189521896],\n              [-163.321033210332018, 54.813523480052282],\n              [-163.335433354333475, 55.119775206305363],\n              [-162.655026550265433, 55.36162820507532],\n              [-162.226622266222591, 55.697932670820521],\n              [-161.827018270182634, 55.879680190606237],\n              [-161.366213662136545, 55.955527580753028],\n              [-161.053010530105212, 55.941216752423443],\n              [-160.797407974079647, 55.715105664816022],\n              [-160.783007830078219, 55.888266687603988],\n              [-160.235802358023506, 55.838178788450435],\n              [-160.581405814058058, 55.989873568744017],\n              [-160.369003690036834, 56.277521218168644],\n              [-159.746197461974532, 56.579479695922856],\n              [-159.454594545945383, 56.629567595076395],\n              [-158.943389433894254, 56.842798937187183],\n              [-158.640986409864013, 56.764089381374475],\n              [-158.680586805867989, 57.021684291306983],\n              [-158.313383133831252, 57.31505627206343],\n              [-157.679776797767886, 57.572651181995937],\n              [-157.604176041760354, 58.105013995856439],\n              [-157.456574565745569, 58.220931705326052],\n              [-157.568175681756742, 58.321107503633144],\n              [-157.503375033750274, 58.464215786928975],\n              [-157.060570605705976, 58.72610394536035],\n              [-156.959769597695896, 58.963663695631439],\n              [-157.085770857708496, 58.886385222651683],\n              [-158.154981549815432, 58.614479484389605],\n              [-158.565385653856453, 58.819124329502642],\n              [-158.381783817838112, 59.038080002945264],\n              [-158.457384573845673, 59.075288156602184],\n              [-158.91458914589137, 58.774760761680938],\n              [-158.770587705876977, 58.518596934581396],\n              [-158.828188281882746, 58.40411030794472],\n              [-159.051390513905062, 58.424145467606138],\n              [-159.587795877958712, 58.907851465146052],\n              [-159.738997389973832, 58.927886624807471],\n              [-159.904599045990381, 58.764743181850221],\n              [-160.045000450004409, 58.8820919741528],\n              [-160.246602466024569, 58.886385222651683],\n              [-160.351003510035014, 59.070994908103302],\n              [-160.829808298082895, 58.85203923466068],\n              [-161.290612906128985, 58.791933755676439],\n              [-161.362613626136181, 58.660274135044261],\n              [-161.711817118171098, 58.614479484389605],\n              [-162.176221762217551, 58.644532223881725],\n              [-161.719017190171826, 58.754725602019519],\n              [-161.79821798217975, 59.018044843283846],\n              [-161.636216362163537, 59.142549049751224],\n              [-161.895418954189466, 59.075288156602184],\n              [-162.050220502204951, 59.269915421884519],\n              [-161.715417154171462, 59.50175084082376],\n              [-162.316623166231579, 60.11282321049697],\n              [-162.41742417424166, 60.38186678309313],\n              [-162.608226082260728, 60.327485635440723],\n              [-162.4678246782467, 60.204412511806311],\n              [-162.525425254252468, 59.996905501027342],\n              [-162.752227522275149, 60.005491998025093],\n              [-163.087030870308638, 59.859521549063345],\n              [-163.616236162361531, 59.800847152912056],\n              [-164.098640986409777, 59.833762058070093],\n              [-164.113041130411233, 60.005491998025093],\n              [-164.41184411844111, 60.0913569680026],\n              [-164.674646746467374, 60.294570730282672],\n              [-164.987849878498707, 60.341796463770308],\n              [-165.221852218522116, 60.499215575395723],\n              [-165.430654306542976, 60.55359672304813],\n              [-164.9986499864998, 60.711015834673546],\n              [-165.031050310503019, 60.786863224820351],\n              [-164.667446674466674, 60.921385011118431],\n              [-164.667446674466674, 60.825502461310222],\n              [-164.271442714427053, 60.788294307653302],\n              [-164.134641346413389, 60.663790101185924],\n              [-163.954639546395384, 60.779707810655552],\n              [-163.82503825038242, 60.6065467878676],\n              [-163.645036450364415, 60.602253539368718],\n              [-163.425434254342463, 60.765396982325967],\n              [-163.861038610386032, 60.854124117969391],\n              [-163.580235802357947, 60.884176857461512],\n              [-163.7998379983799, 60.978628324436755],\n              [-163.958239582395748, 60.868434946298976],\n              [-164.56304563045623, 60.854124117969391],\n              [-164.627846278462698, 60.932833673782099],\n              [-165.128251282512736, 60.922816093951383],\n              [-164.951849518495095, 61.020129726592558],\n              [-165.362253622536144, 61.213325909041927],\n              [-165.373053730537237, 61.071648708579048],\n              [-165.621456214562073, 61.14320285022697],\n              [-165.625056250562437, 61.280586802190967],\n              [-165.92025920259195, 61.399366677326512],\n              [-165.776257762577558, 61.515284386796139],\n              [-166.107461074610654, 61.498111392800638],\n              [-166.201062010620035, 61.593993942608847],\n              [-165.783457834578257, 61.684152161085223],\n              [-166.103861038610319, 61.82153611304922],\n              [-165.610656106560981, 61.85158885254134],\n              [-165.740257402573945, 61.964644396345051],\n              [-165.704257042570333, 62.116339176638633],\n              [-165.1318513185131, 62.515611287034005],\n              [-164.779047790477819, 62.618649251007],\n              [-164.883448834488263, 62.841898172948504],\n              [-164.66384663846631, 63.032232189731957],\n              [-164.314643146431393, 63.013628112903504],\n              [-164.595445954459478, 63.129545822373132],\n              [-164.145441454414453, 63.262636525838261],\n              [-163.767437674376652, 63.225428372181341],\n              [-163.349833498334903, 63.030801106899006],\n              [-163.094230942309338, 63.057991680725209],\n              [-162.597425974259664, 63.276947354167845],\n              [-162.237422374223655, 63.545990926764006],\n              [-162.169021690216823, 63.431504300127344],\n              [-161.18621186211854, 63.505920607441169],\n              [-160.790207902078947, 63.746342523378175],\n              [-160.973809738097316, 64.250083680579507],\n              [-161.431014310143013, 64.433262283198175],\n              [-161.456214562145533, 64.520558336008634],\n              [-161.092610926109188, 64.501954259180167],\n              [-160.804608046080375, 64.643631459643046],\n              [-160.883808838088299, 64.809637068266213],\n              [-161.182611826118176, 64.939865606065425],\n              [-161.423814238142313, 64.773859997442258],\n              [-161.715417154171462, 64.795326239936628],\n              [-162.082620826208171, 64.720909932622789],\n              [-162.608226082260728, 64.506247507679049],\n              [-162.781027810278033, 64.3431040647218],\n              [-162.827828278282709, 64.500523176347215],\n              [-163.241832418324094, 64.647924708141915],\n              [-163.389433894338879, 64.596405726155425],\n              [-163.040230402303933, 64.520558336008634],\n              [-163.133831338313314, 64.413227123536757],\n              [-163.537035370353635, 64.564921903830339],\n              [-163.817838178381692, 64.590681394823591],\n              [-164.390243902438954, 64.569215152329207],\n              [-165.034650346503383, 64.449004194360711],\n              [-166.190261902618943, 64.584957063491757],\n              [-166.481864818648091, 64.729496429620539],\n              [-166.391863918639103, 64.898364203909622],\n              [-166.683466834668252, 64.982798091054164],\n              [-166.960669606695973, 65.154528031009164],\n              [-166.535865358653496, 65.137355037013663],\n              [-166.355863558635519, 65.27473898897766],\n              [-166.139861398613903, 65.286187651641328],\n              [-166.939069390693817, 65.384932367115454],\n              [-167.399873998739906, 65.400674278278004],\n              [-168.080280802807948, 65.591008295061457],\n              [-167.821078210782019, 65.719805750027703],\n              [-167.500675006749987, 65.741271992522087],\n              [-167.561875618756119, 65.808532885671127],\n              [-167.345873458734502, 65.898691104147503],\n              [-167.061470614706053, 65.877224861653119],\n              [-166.971469714697065, 65.974538494294293],\n              [-166.287462874628659, 66.179183339407331],\n              [-165.754657546575373, 66.104767032093491],\n              [-165.499054990549837, 66.151992765581127],\n              [-165.891458914589066, 66.240719901224537],\n              [-165.765457654576466, 66.323722705536127],\n              [-165.304653046530376, 66.436778249339824],\n              [-165.034650346503383, 66.399570095682918],\n              [-164.717847178471715, 66.556989207308334],\n              [-164.275042750427417, 66.60278385796299],\n              [-163.735037350373432, 66.60278385796299],\n              [-163.897038970389616, 66.399570095682918],\n              [-163.853838538385304, 66.289376717545125],\n              [-164.192241922419157, 66.193494167736915],\n              [-163.904239042390344, 66.206373913233534],\n              [-163.681036810368028, 66.079007541100253],\n              [-163.123031230312222, 66.070421044102503],\n              [-162.763027630276213, 66.10333594926054],\n              [-162.655026550265433, 66.038937221777417],\n              [-162.179821798217915, 66.076145375434336],\n              [-161.895418954189466, 65.978831742793162],\n              [-161.571415714157069, 66.257892895220039],\n              [-160.995409954099472, 66.240719901224537],\n              [-161.1358113581135, 66.343757865197546],\n              [-161.510215102150937, 66.408156592680669],\n              [-161.953019530195235, 66.336602451032746],\n              [-161.866618666186582, 66.481141817161543],\n              [-162.266222662226539, 66.7229948159315],\n              [-162.439024390243816, 66.730150230096285],\n              [-162.637026370263612, 66.899018004385368],\n              [-162.327423274232672, 66.960554566202575],\n              [-162.014220142201339, 66.771651632252073],\n              [-162.079020790207835, 66.665751502613162],\n              [-161.607416074160653, 66.453951243335325],\n              [-161.193411934119268, 66.53552296481395],\n              [-160.783007830078219, 66.373810604689666],\n              [-160.250202502024933, 66.402432261348835],\n              [-160.217802178021714, 66.532660799148033],\n              [-160.880208802087935, 66.672906916777961],\n              [-161.1358113581135, 66.651440674283577],\n              [-161.481414814148053, 66.534091881980999],\n              [-161.866618666186582, 66.705821821935999],\n              [-161.729817298172918, 66.95339915203779],\n              [-161.499414994149873, 66.970572146033291],\n              [-161.834218342183334, 67.055006033177833],\n              [-162.435424354243452, 66.990607305694709],\n              [-162.334623346233371, 67.150888582986042],\n              [-162.557825578255688, 67.02066004518683],\n              [-163.688236882368756, 67.103662849498406],\n              [-163.810638106380992, 67.335498268437661],\n              [-164.152641526415181, 67.620283752196372],\n              [-164.692646926469195, 67.824928597309409],\n              [-165.437854378543705, 68.059626181914581],\n              [-165.927459274592678, 68.136904654894323],\n              [-166.546665466654588, 68.358722494002862],\n              [-166.240662406623983, 68.564798421948865],\n              [-166.237062370623619, 68.875343396700828],\n              [-165.664656646566385, 68.861032568371229],\n              [-164.347043470434613, 68.929724544353235],\n              [-163.623436234362259, 69.11862747830375],\n              [-163.126631266312586, 69.390533216565814],\n              [-162.950229502294945, 69.789805326961186],\n              [-162.536225362253532, 69.957242018417332],\n              [-161.90621906219053, 70.320737057988737],\n              [-161.341013410134025, 70.25920049617153],\n              [-160.862208622086143, 70.34792763181494],\n              [-160.171001710017009, 70.605522541747433],\n              [-159.947799477994693, 70.596936044749697],\n              [-160.095400954009449, 70.320737057988737],\n              [-159.800198001979936, 70.499622412108522],\n              [-159.864998649986433, 70.598367127582662],\n              [-160.095400954009449, 70.642730695404367],\n              [-159.666996669966636, 70.804443055528651],\n              [-159.173791737917298, 70.85453095468219],\n              [-159.447394473944655, 70.777252481702448],\n              [-158.99018990189893, 70.777252481702448],\n              [-158.043380433804259, 70.837357960686688],\n              [-157.55737557375565, 70.951844587323365],\n              [-157.229772297722889, 71.072055545291875],\n              [-156.815768157681504, 71.306753129897032],\n              [-156.603366033660251, 71.35397886338464],\n              [-156.42696426964261, 71.26525172774123],\n              [-155.624156241562332, 71.18368000626262],\n              [-155.595355953559448, 71.069193379625943],\n              [-156.070560705606965, 70.973310829817734],\n              [-155.919359193591845, 70.825909298023021],\n              [-155.577355773557656, 70.845944457684453],\n              [-155.516155161551524, 70.951844587323365],\n              [-155.210152101520947, 71.12357452727835],\n              [-154.839348393483846, 71.100677201951015],\n              [-154.598145981459737, 71.000501403643938],\n              [-154.630546305462985, 70.831633629354855],\n              [-154.130141301412948, 70.791563310032018],\n              [-153.892538925389175, 70.898894522503895],\n              [-153.302133021330121, 70.928947261996029],\n              [-152.326523265232566, 70.857393120348121],\n              [-152.218522185221786, 70.817322801025284],\n              [-152.513725137251299, 70.688525346059038],\n              [-152.628926289262807, 70.558296808259826],\n              [-151.732517325173177, 70.558296808259826],\n              [-151.980919809198014, 70.448103430122018],\n              [-151.178111781117735, 70.448103430122018],\n              [-150.792907929079206, 70.50391566060739],\n              [-150.378903789037821, 70.496760246442619],\n              [-150.418504185041769, 70.420912856295814],\n              [-149.889298892988847, 70.512502157605155],\n              [-149.48969489694889, 70.522519737435857],\n              [-148.683286832868248, 70.419481773462849],\n              [-148.380883808838007, 70.312150560991],\n              [-148.150481504814962, 70.356514128812705],\n              [-147.804878048780409, 70.236303170844195],\n              [-147.124471244712367, 70.167611194862189],\n              [-146.876068760687531, 70.190508520189525],\n              [-145.87885878858782, 70.174766609026989],\n              [-145.302853028530194, 70.000174503406072],\n              [-144.590045900458932, 69.98300150941057],\n              [-144.064440644406375, 70.086039473383579],\n              [-143.301233012330044, 70.116092212875685],\n              [-142.599225992259846, 70.013054248902705],\n              [-142.271622716227085, 69.855635137277289],\n              [-141.652416524165176, 69.762614753134983],\n              [-141.411214112141039, 69.650990292164238],\n              [-141.004410044100382, 69.650990292164238],\n              [-140.99939732053403, 60.309314610063936],\n              [-140.515843233485043, 60.214242959050921],\n              [-140.456833243201089, 60.307675443667165],\n              [-139.981474988136, 60.181459631115395],\n              [-139.692128437603714, 60.334441010036429],\n              [-139.074634247037324, 60.350159043978117],\n              [-139.197010368440488, 60.089688767230122],\n              [-139.059820353142101, 59.999373418939406],\n              [-138.708628599538002, 59.905563226770326],\n              [-138.599585995859883, 59.753621419424434]\n            ]\n          ],\n          [\n            [\n              [-136.464764647646405, 59.287088415880021],\n              [-136.468364683646769, 59.461680521500938],\n              [-136.273962739627336, 59.486008929661224],\n              [-136.344129417009555, 59.600791764648804],\n              [-135.950473775381056, 59.663594803299283],\n              [-135.478326826099476, 59.797661220996524],\n              [-135.017550175501697, 59.543252242979563],\n              [-135.096750967509593, 59.418748036512184],\n              [-134.931149311493044, 59.271346504717471],\n              [-134.704347043470364, 59.239862682392385],\n              [-134.398343983439759, 59.052390831274849],\n              [-134.221942219422118, 58.842021654829978],\n              [-133.872738727387201, 58.736121525191052],\n              [-133.39393393933932, 58.40411030794472],\n              [-133.375933759337528, 58.291054764141023],\n              [-133.167131671316639, 58.147946480845178],\n              [-132.231122311223032, 57.1962763969279],\n              [-132.342723427234205, 57.080358687458272],\n              [-132.033120331203236, 57.028839705471768],\n              [-132.108721087210796, 56.858540848349733],\n              [-131.871118711187052, 56.79414212086661],\n              [-131.799117991179855, 56.588066192920607],\n              [-131.586715867158603, 56.595221607085392],\n              [-131.100711007109993, 56.407749755967856],\n              [-130.837908379083729, 56.371972685143902],\n              [-130.467633833787943, 56.240382027753597],\n              [-130.427812538372905, 56.139732662965905],\n              [-130.245802763380254, 56.097845331486731],\n              [-130.103969669039429, 56.123082643977042],\n              [-130.003237054156784, 56.006532511054978],\n              [-130.020700207001994, 55.908301847265392],\n              [-130.15178029181169, 55.763406474745821],\n              [-130.146701467014594, 55.547668973359904],\n              [-129.988299882998774, 55.284349732095563],\n              [-130.29136567260116, 54.964874226268101],\n              [-130.366303663036547, 54.907974947027526],\n              [-130.564684020584963, 54.794655710814901],\n              [-130.672306723067152, 54.77202207789648],\n              [-130.917109171091624, 54.803505900221566],\n              [-131.057510575105681, 55.198484762118071],\n              [-130.873908739087312, 55.341593045413902],\n              [-130.888308883088769, 55.715105664816022],\n              [-131.197911979119738, 55.971269491915564],\n              [-131.413914139141326, 56.009908728405435],\n              [-131.734317343173359, 55.886835604771022],\n              [-131.96111961119604, 55.500443239872268],\n              [-132.169921699216928, 55.589170375515693],\n              [-132.267122671226645, 55.75660706697181],\n              [-132.058320583205756, 55.805263883292398],\n              [-131.878318783187751, 56.223140070516237],\n              [-131.971919719197132, 56.356230773981352],\n              [-132.073006514139365, 56.369119957493737],\n              [-132.00432004320038, 56.339057779985851],\n              [-131.928719287192791, 56.194518413857068],\n              [-132.072720727207212, 56.120102106543229],\n              [-132.353523535235297, 56.277521218168644],\n              [-132.355986691943883, 56.483527483408622],\n              [-132.26386506441807, 56.452653490938388],\n              [-132.475924759247533, 56.603808104083143],\n              [-132.537125371253637, 56.758365050042642],\n              [-132.922329223292166, 56.983045054817097],\n              [-132.767527675276682, 56.970165309320478],\n              [-133.224732247322407, 57.174810154433516],\n              [-133.289532895328875, 57.101824929952642],\n              [-133.552335523355168, 57.181965568598315],\n              [-133.339933399333916, 57.412369904704605],\n              [-133.668501404993009, 57.620372372945724],\n              [-133.623525082939636, 57.718891935538814],\n              [-133.167131671316639, 57.579806596160722],\n              [-133.527135271352648, 57.751536536115722],\n              [-133.555935559355532, 57.928990807402556],\n              [-133.685536855368468, 57.790175772605608],\n              [-134.059940599405934, 58.072099090698387],\n              [-134.018155720882049, 58.332326881879759],\n              [-134.00594005940053, 58.408403556443602],\n              [-134.059662743387548, 58.36372067392638],\n              [-134.23994239942391, 58.213776291161267],\n              [-134.596345963459555, 58.236673616488602],\n              [-134.680498963806144, 58.29963410643645],\n              [-134.499144991449839, 58.354022408791181],\n              [-134.765547655476496, 58.399817059445851],\n              [-134.992349923499148, 58.683171460371597],\n              [-135.229952299522921, 59.125376055755723],\n              [-135.36315363153625, 59.271346504717471],\n              [-135.377553775537677, 58.936473121805221],\n              [-135.161551615516089, 58.634514644051009],\n              [-135.226352263522557, 58.611617318723688],\n              [-135.057150571505645, 58.351160243125264],\n              [-135.147151471514633, 58.216638456827184],\n              [-135.309153091530845, 58.252415527651138],\n              [-135.467554675546694, 58.467077952594892],\n              [-135.910359103590963, 58.381212982617399],\n              [-135.841958419584131, 58.528614514412098],\n              [-136.097560975609696, 58.876367642820981],\n              [-136.20916209162084, 58.750432353520637],\n              [-136.475564755647497, 58.836297323498144],\n              [-136.493564935649289, 58.970819109796224],\n              [-136.633966339663317, 58.892109553983516],\n              [-137.067754988307058, 59.067024225866618],\n              [-136.831101481802619, 59.159435436048867],\n              [-136.582284668322643, 59.16611679546893],\n              [-136.464764647646405, 59.287088415880021]\n            ]\n          ],\n          [\n            [\n              [-132.82512825128245, 55.053945395989274],\n              [-132.821528215282086, 55.18989826512032],\n              [-132.666726667266602, 55.051083230323357],\n              [-132.82512825128245, 55.053945395989274]\n            ]\n          ],\n          [\n            [\n              [-133.120331203311963, 55.251434826937526],\n              [-132.943929439294322, 54.948045266350363],\n              [-132.702727027270214, 54.701899019081523],\n              [-132.843128431284242, 54.693312522083772],\n              [-133.217532175321679, 55.099740046643944],\n              [-133.120331203311963, 55.251434826937526]\n            ]\n          ],\n          [\n            [\n              [-131.345513455134494, 55.058238644488156],\n              [-131.478714787147794, 55.006719662501652],\n              [-131.622716227162186, 55.016737242332354],\n              [-131.532715327153198, 55.274332152264861],\n              [-131.345513455134494, 55.058238644488156]\n            ]\n          ],\n          [\n            [\n              [-131.857390893506988, 55.427461834439228],\n              [-131.616518141349758, 55.305911274237928],\n              [-131.772684919509459, 55.126445073078358],\n              [-131.857390893506988, 55.427461834439228]\n            ]\n          ],\n          [\n            [\n              [-133.447934479344724, 55.407422855729976],\n              [-133.606336063360573, 55.235692915774976],\n              [-133.656736567365613, 55.373076867738988],\n              [-133.447934479344724, 55.407422855729976]\n            ]\n          ],\n          [\n            [\n              [-133.303933039330332, 55.796677386294647],\n              [-133.487534875348672, 55.706519167818271],\n              [-133.613536135361301, 55.833885539951567],\n              [-133.303933039330332, 55.796677386294647]\n            ]\n          ],\n          [\n            [\n              [-131.669516695166891, 55.8396098712834],\n              [-131.280712807127998, 55.96554516058373],\n              [-130.938709387093809, 55.65213802016585],\n              [-130.960309603095965, 55.58487712701681],\n              [-130.971109711097029, 55.384525530402655],\n              [-131.19071190711901, 55.185605016621437],\n              [-131.403114031140234, 55.262883489601194],\n              [-131.269912699126905, 55.447493175052813],\n              [-131.519831265785513, 55.326177684120474],\n              [-131.677190789774187, 55.397856725599233],\n              [-131.708430497902242, 55.412086765687917],\n              [-131.820718207182011, 55.463235086215363],\n              [-131.651516515165099, 55.550531139025821],\n              [-131.669516695166891, 55.8396098712834]\n            ]\n          ],\n          [\n            [\n              [-133.620736207362, 55.921181592762025],\n              [-133.793537935379277, 55.94407891808936],\n              [-133.606336063360573, 56.078600704387441],\n              [-133.285932859328511, 56.147292680369432],\n              [-133.300333003329968, 56.0113398112384],\n              [-133.620736207362, 55.921181592762025]\n            ]\n          ],\n          [\n            [\n              [-132.303123031230257, 55.915457261430191],\n              [-132.450724507245013, 56.064289876057856],\n              [-132.706327063270578, 56.117239940877312],\n              [-132.547925479254729, 56.304711791994862],\n              [-132.191521915219084, 56.175914337028601],\n              [-132.130321303212952, 55.969838409082612],\n              [-132.303123031230257, 55.915457261430191]\n            ]\n          ],\n          [\n            [\n              [-132.26352263522628, 54.845007302377354],\n              [-132.403924039240337, 55.015306159499403],\n              [-132.594725947259406, 54.968080426011781],\n              [-132.511925119251117, 55.112619792140563],\n              [-132.785527855278474, 55.188467182287354],\n              [-132.79992799927993, 55.270038903765979],\n              [-133.213932139321315, 55.27862540076373],\n              [-133.177931779317731, 55.385956613235606],\n              [-132.871928719287126, 55.358766039409403],\n              [-133.105931059310535, 55.461804003382397],\n              [-132.969129691296843, 55.639258274669231],\n              [-133.379533795337892, 55.629240694838529],\n              [-133.138331383313755, 55.87681802494032],\n              [-133.217532175321679, 55.883973439105105],\n              [-133.285932859328511, 56.16732784003085],\n              [-133.573935739357324, 56.184500834026352],\n              [-133.613536135361301, 56.353368608315435],\n              [-133.181531815318067, 56.331902365821065],\n              [-133.023130231302247, 56.164465674364934],\n              [-133.062730627306195, 56.052841213394188],\n              [-132.735127351273434, 55.997028982908816],\n              [-132.461524615246077, 55.776642226633228],\n              [-132.249122491224853, 55.503305405538185],\n              [-132.400324003239973, 55.516185151034819],\n              [-132.090720907209004, 55.277194317930778],\n              [-132.000720007200016, 55.104033295142813],\n              [-132.223922239222333, 54.989546668506151],\n              [-131.964719647196404, 55.029616987828987],\n              [-131.975519755197467, 54.832127556880735],\n              [-132.00432004320038, 54.693312522083772],\n              [-132.360723607235997, 54.803505900221566],\n              [-132.26352263522628, 54.845007302377354]\n            ]\n          ],\n          [\n            [\n              [-133.055530555305495, 56.344782111317684],\n              [-132.925929259292531, 56.452113323789561],\n              [-132.612726127261197, 56.400594341803057],\n              [-132.64872648726481, 56.281814466667527],\n              [-132.868328683286762, 56.243175230177641],\n              [-133.055530555305495, 56.344782111317684]\n            ]\n          ],\n          [\n            [\n              [-154.425344253442461, 56.592359441419475],\n              [-154.738547385473765, 56.39773217613714],\n              [-154.698946989469817, 56.530822879602269],\n              [-154.425344253442461, 56.592359441419475]\n            ]\n          ],\n          [\n            [\n              [-132.792727927279202, 56.496476891611266],\n              [-132.936729367293594, 56.51794313410565],\n              [-132.945990946395881, 56.633915234392397],\n              [-132.997929979299727, 56.605239186916108],\n              [-133.350733507335008, 56.832781357356481],\n              [-133.080730807307987, 56.530822879602269],\n              [-133.149131491314847, 56.462130903620277],\n              [-133.660336603365977, 56.463561986453229],\n              [-133.678336783367769, 56.854247599850851],\n              [-133.739537395373873, 56.80845294919618],\n              [-134.016740167401593, 57.0173910428081],\n              [-133.912339123391178, 57.083220853124189],\n              [-132.979929799297906, 56.934388238496524],\n              [-132.982493600411715, 56.802399398288408],\n              [-132.982905719645657, 56.781182799456325],\n              [-132.851855716627, 56.793750606713736],\n              [-132.817928179281722, 56.797004286532527],\n              [-132.533525335253273, 56.600945938417226],\n              [-132.792727927279202, 56.496476891611266]\n            ]\n          ],\n          [\n            [\n              [-134.211142111421054, 56.062858793224891],\n              [-134.28314283142825, 56.363386188146151],\n              [-134.03114031140305, 56.476441731949848],\n              [-134.304743047430406, 56.565168867593272],\n              [-134.409144091440851, 56.842798937187183],\n              [-134.265142651426459, 56.941543652661309],\n              [-134.013140131401258, 56.885731422175937],\n              [-133.876338763387565, 56.708277150889103],\n              [-133.717937179371717, 56.771244795539275],\n              [-133.707137071370653, 56.603808104083143],\n              [-133.883538835388293, 56.490752560279432],\n              [-133.973539735397281, 56.360524022480234],\n              [-133.894338943389357, 56.22027790485032],\n              [-134.211142111421054, 56.062858793224891]\n            ]\n          ],\n          [\n            [\n              [-153.258932589325809, 57.206293976758602],\n              [-152.906129061290528, 57.164792574602814],\n              [-153.341733417334098, 57.004511297311481],\n              [-153.41013410134093, 57.078927604625306],\n              [-153.258932589325809, 57.206293976758602]\n            ]\n          ],\n          [\n            [\n              [-135.712357123571167, 57.169085823101682],\n              [-135.856358563585559, 57.223466970754103],\n              [-135.723157231572259, 57.329367100393014],\n              [-135.600756007559994, 57.171947988767599],\n              [-135.629556295562878, 57.010235628643315],\n              [-135.841958419584131, 56.990200468981897],\n              [-135.712357123571167, 57.169085823101682]\n            ]\n          ],\n          [\n            [\n              [-135.186751867518609, 56.676793328564017],\n              [-135.121951219512141, 56.831350274523516],\n              [-135.366753667536614, 56.828488108857599],\n              [-135.373953739537342, 56.941543652661309],\n              [-135.165151651516453, 57.041719450968401],\n              [-135.373953739537342, 57.093238432954891],\n              [-135.334353343533365, 57.250657544580307],\n              [-135.528755287552798, 57.236346716250722],\n              [-135.676356763567554, 57.357988757052183],\n              [-135.381153811538042, 57.554047105167484],\n              [-134.909549095490888, 57.332229266058931],\n              [-134.621546215462075, 56.744054221713057],\n              [-134.657546575465688, 56.17448325419565],\n              [-134.880748807488004, 56.329040200155148],\n              [-135.186751867518609, 56.676793328564017]\n            ]\n          ],\n          [\n            [\n              [-152.632526325263171, 57.405214490539805],\n              [-152.661326613266056, 57.299314360900894],\n              [-152.880928809288008, 57.35226442572035],\n              [-153.143731437314301, 57.319349520562312],\n              [-152.960129601295932, 57.257812958745106],\n              [-153.251732517325081, 57.236346716250722],\n              [-153.672936729367223, 57.010235628643315],\n              [-153.960939609396007, 56.748347470211939],\n              [-154.12294122941222, 56.74119205604714],\n              [-153.806138061380523, 57.154774994772097],\n              [-154.360543605435964, 57.147619580607312],\n              [-154.385743857438513, 57.051737030799103],\n              [-154.12294122941222, 57.123291172447026],\n              [-154.238142381423728, 56.900042250505521],\n              [-154.529745297452905, 56.991631551814848],\n              [-154.533345333453269, 57.174810154433516],\n              [-154.781747817478106, 57.273554869907642],\n              [-154.727747277472702, 57.42811181586714],\n              [-154.515345153451449, 57.579806596160722],\n              [-154.220142201421936, 57.675689145968931],\n              [-154.000540005399984, 57.629894495314275],\n              [-153.809738097380887, 57.412369904704605],\n              [-153.924939249392423, 57.810210932267012],\n              [-153.665736657366494, 57.894644819411553],\n              [-153.546935469354622, 57.698586471296267],\n              [-153.474934749347426, 57.838832588926181],\n              [-153.212132121321133, 57.785882524106725],\n              [-153.284132841328329, 58.010562528881181],\n              [-152.74052740527398, 57.827383926262513],\n              [-152.607326073260651, 57.93471513873439],\n              [-152.358923589235815, 57.798762269603358],\n              [-152.427324273242647, 57.614152584151725],\n              [-152.160921609216018, 57.627032329648358],\n              [-152.337323373233659, 57.433836147198974],\n              [-152.974529745297389, 57.518270034343516],\n              [-152.632526325263171, 57.405214490539805]\n            ]\n          ],\n          [\n            [\n              [-136.389163891638844, 57.963336795393559],\n              [-136.450364503644948, 57.847419085923931],\n              [-136.561965619656121, 58.01771794304598],\n              [-136.389163891638844, 57.963336795393559]\n            ]\n          ],\n          [\n            [\n              [-153.417334173341658, 58.066374759366553],\n              [-153.294932949329421, 58.146515398012227],\n              [-152.8917289172891, 57.997682783384562],\n              [-153.417334173341658, 58.066374759366553]\n            ]\n          ],\n          [\n            [\n              [-136.417964179641729, 57.834539340427312],\n              [-136.313563135631284, 57.994820617718645],\n              [-136.432364323643156, 58.10644507868939],\n              [-136.1587615876158, 58.089272084693889],\n              [-136.137161371613644, 58.222362788159018],\n              [-135.982359823598159, 58.167981640506596],\n              [-135.813158131581247, 58.273881770145522],\n              [-135.485554855548486, 58.162257309174763],\n              [-135.661956619566126, 57.970492209558344],\n              [-135.38835388353877, 58.140791066680393],\n              [-134.923949239492316, 58.027735522876682],\n              [-134.931149311493044, 57.813073097932929],\n              [-135.373953739537342, 57.805917683768143],\n              [-135.215552155521493, 57.707172968294017],\n              [-134.913149131491252, 57.755829784614605],\n              [-134.8195481954819, 57.485355129185479],\n              [-135.057150571505645, 57.466751052357026],\n              [-135.769957699576935, 57.760123033113473],\n              [-135.571955719557138, 57.572651181995937],\n              [-135.557555575555682, 57.453871306860393],\n              [-135.849158491584831, 57.393765827876138],\n              [-136.039960399603927, 57.576944430494805],\n              [-135.949959499594911, 57.621307998316524],\n              [-136.417964179641729, 57.834539340427312]\n            ]\n          ],\n          [\n            [\n              [-134.463144631446255, 57.393765827876138],\n              [-134.653946539465323, 57.598410672989189],\n              [-134.797947979479716, 58.112169410021224],\n              [-134.970749707497021, 58.385506231116267],\n              [-134.693546935469271, 58.167981640506596],\n              [-134.203942039420326, 58.127911321183774],\n              [-133.887138871388629, 57.798762269603358],\n              [-133.962739627396218, 57.692862139964433],\n              [-134.229142291422846, 58.063512593700636],\n              [-134.319143191431834, 58.030597688542599],\n              [-134.20754207542069, 57.840263671759146],\n              [-133.937539375393669, 57.618445832650607],\n              [-133.937539375393669, 57.309331940731596],\n              [-134.355143551435447, 57.093238432954891],\n              [-134.614346143461376, 57.010235628643315],\n              [-134.621546215462075, 57.230622384918888],\n              [-134.463144631446255, 57.393765827876138]\n            ]\n          ],\n          [\n            [\n              [-152.337323373233659, 58.110738327188272],\n              [-152.805328053280448, 57.991958452052728],\n              [-153.168931689316821, 58.110738327188272],\n              [-153.111331113311053, 58.271019604479605],\n              [-152.751327513275044, 58.272450687312556],\n              [-152.86652866528658, 58.394092728114018],\n              [-152.650526505264963, 58.484250946590393],\n              [-152.380523805237971, 58.354022408791181],\n              [-152.348123481234722, 58.421283301940221],\n              [-152.067320673206666, 58.27817501864439],\n              [-151.966519665196586, 58.332556166296811],\n              [-152.117721177211706, 58.147946480845178],\n              [-152.315723157231503, 58.249553361985221],\n              [-152.337323373233659, 58.110738327188272]\n            ]\n          ],\n          [\n            [\n              [-152.643326433264264, 58.518596934581396],\n              [-152.369723697236907, 58.637376809716926],\n              [-152.481324813248051, 58.479957698091511],\n              [-152.643326433264264, 58.518596934581396]\n            ]\n          ],\n          [\n            [\n              [-161.074610746107396, 58.547218591240565],\n              [-160.948609486094767, 58.737552608024018],\n              [-160.685806858068503, 58.810537832504892],\n              [-160.898208982089727, 58.570115916567886],\n              [-161.074610746107396, 58.547218591240565]\n            ]\n          ],\n          [\n            [\n              [-148.157681576815691, 60.042700151682013],\n              [-148.272882728827199, 60.102805630666268],\n              [-148.042480424804182, 60.187239517810809],\n              [-148.157681576815691, 60.042700151682013]\n            ]\n          ],\n          [\n            [\n              [-147.466474664746556, 59.876694543058846],\n              [-147.916479164791582, 59.792260655914305],\n              [-147.704077040770329, 59.996905501027342],\n              [-147.106471064710576, 60.285984233284935],\n              [-146.922869228692207, 60.313174807111139],\n              [-147.491674916749105, 59.939662187709018],\n              [-147.466474664746556, 59.876694543058846]\n            ]\n          ],\n          [\n            [\n              [-146.721267212672046, 60.386160031592013],\n              [-146.634866348663422, 60.464869587404721],\n              [-146.354063540635337, 60.470593918736554],\n              [-146.188461884618789, 60.401901942754549],\n              [-146.59886598865981, 60.244482831129133],\n              [-146.490864908649002, 60.361831623431726],\n              [-146.721267212672046, 60.386160031592013]\n            ]\n          ],\n          [\n            [\n              [-147.909279092790854, 60.238758499797299],\n              [-147.772477724777161, 60.409057356919348],\n              [-147.646476464764589, 60.483473664233173],\n              [-147.740077400773941, 60.260224742291683],\n              [-147.909279092790854, 60.238758499797299]\n            ]\n          ],\n          [\n            [\n              [-145.756457564575555, 60.629444113194921],\n              [-146.098460984609773, 60.479180415734305],\n              [-146.285662856628505, 60.517819652224176],\n              [-145.756457564575555, 60.629444113194921]\n            ]\n          ],\n          [\n            [\n              [-148.085680856808494, 60.79974297031697],\n              [-148.03168031680309, 60.929971508116182],\n              [-147.93087930879301, 60.806898384481755],\n              [-148.085680856808494, 60.79974297031697]\n            ]\n          ],\n          [\n            [\n              [-162.3418234182341, 63.601803157249378],\n              [-162.615426154261456, 63.548853092429923],\n              [-162.665826658266496, 63.616113985578963],\n              [-162.3418234182341, 63.601803157249378]\n            ]\n          ],\n          [\n            [\n              [-177.955179551795425, 51.763885963018069],\n              [-178.214382143821354, 51.875510423988828],\n              [-177.951579515795061, 51.924167240309401],\n              [-177.80037800377994, 51.795369785343155],\n              [-177.811178111781032, 51.695193987036077],\n              [-178.102781027810181, 51.665141247543943],\n              [-177.955179551795425, 51.763885963018069]\n            ]\n          ],\n          [\n            [\n              [-177.292772927729203, 51.782490039846536],\n              [-177.123571235712262, 51.932753737307152],\n              [-177.15597155971551, 51.699487235534946],\n              [-177.703177031770224, 51.706642649699745],\n              [-177.292772927729203, 51.782490039846536]\n            ]\n          ],\n          [\n            [\n              [-176.727567275672669, 51.782490039846536],\n              [-176.781567815678073, 51.937046985806035],\n              [-176.547565475654665, 51.979979470794788],\n              [-176.641166411664045, 51.856906347160361],\n              [-176.435964359643521, 51.78821437117837],\n              [-176.918369183691766, 51.602173602893785],\n              [-176.90396903969031, 51.808249530839788],\n              [-176.727567275672669, 51.782490039846536]\n            ]\n          ],\n          [\n            [\n              [-174.059940599405905, 52.124518836923571],\n              [-173.530735307352984, 52.144553996584989],\n              [-173.123931239312299, 52.107345842928069],\n              [-173.483934839348308, 52.024343038616493],\n              [-173.836738367383589, 52.042947115444946],\n              [-174.059940599405905, 52.124518836923571]\n            ]\n          ],\n          [\n            [\n              [-172.407524075240673, 52.384975912521995],\n              [-172.310323103230957, 52.316283936539989],\n              [-172.634326343263353, 52.261902788887568],\n              [-172.407524075240673, 52.384975912521995]\n            ]\n          ],\n          [\n            [\n              [-174.887948879488704, 52.042947115444946],\n              [-174.905949059490524, 52.114501257092869],\n              [-174.599945999459919, 52.104483677262152],\n              [-174.229142291422818, 52.267627120219402],\n              [-174.434344343443342, 52.322008267871823],\n              [-174.18954189541887, 52.417890817680032],\n              [-173.991539915399073, 52.311990688041121],\n              [-174.052740527405177, 52.240436546393198],\n              [-174.099540995409882, 52.113070174259903],\n              [-174.398343983439759, 52.052964695275662],\n              [-174.887948879488704, 52.042947115444946]\n            ]\n          ],\n          [\n            [\n              [-169.685896858968505, 52.871544075727826],\n              [-169.736297362973545, 52.778523691585534],\n              [-170.009900099000902, 52.837198087736823],\n              [-169.685896858968505, 52.871544075727826]\n            ]\n          ],\n          [\n            [\n              [-169.041490414904075, 52.854371081732324],\n              [-168.771487714877054, 53.067602423843113],\n              [-168.605886058860506, 53.275109434622067],\n              [-168.433084330843229, 53.247918860795863],\n              [-168.371883718837097, 53.4597191200737],\n              [-168.008280082800752, 53.569912498211494],\n              [-167.806678066780592, 53.519824599057941],\n              [-167.857078570785632, 53.39245822692466],\n              [-168.289082890828837, 53.243625612296981],\n              [-168.490684906848998, 53.04184293284986],\n              [-169.041490414904075, 52.854371081732324]\n            ]\n          ],\n          [\n            [\n              [-166.877868778687713, 53.48118536256807],\n              [-167.457474574745675, 53.323766250942654],\n              [-167.507875078750715, 53.259367523459531],\n              [-167.849878498784904, 53.30945542261307],\n              [-167.158671586715798, 53.476892114069202],\n              [-167.065070650706417, 53.68296804201519],\n              [-166.723067230672228, 53.714451864340276],\n              [-167.039870398703897, 53.755953266496064],\n              [-167.162271622716133, 53.857560147636107],\n              [-167.021870218702105, 53.960598111609116],\n              [-166.604266042660356, 53.986357602602354],\n              [-166.611466114661056, 53.830369573809904],\n              [-166.370263702636947, 54.007823845096738],\n              [-166.226262262622555, 53.904785881123729],\n              [-166.575465754657472, 53.714451864340276],\n              [-166.294662946629387, 53.727331609836909],\n              [-166.561065610656016, 53.618569314532067],\n              [-166.751867518675112, 53.451132623075949],\n              [-166.877868778687713, 53.48118536256807]\n            ]\n          ],\n          [\n            [\n              [-165.97065970659699, 54.219624104374574],\n              [-165.740257402573945, 54.125172637399316],\n              [-165.887858878588702, 54.036445501755907],\n              [-166.121861218612111, 54.118017223234531],\n              [-165.97065970659699, 54.219624104374574]\n            ]\n          ],\n          [\n            [\n              [-165.484654846548381, 54.173829453719904],\n              [-165.682656826568177, 54.23536601553711],\n              [-165.495454954549473, 54.296902577354317],\n              [-165.484654846548381, 54.173829453719904]\n            ]\n          ],\n          [\n            [\n              [-159.900999009990016, 55.139810365966781],\n              [-160.091800918009113, 55.051083230323357],\n              [-160.196201962019529, 55.121206289138314],\n              [-159.900999009990016, 55.139810365966781]\n            ]\n          ],\n          [\n            [\n              [179.279992799927953, 51.398959840613699],\n              [179.398793987939854, 51.408977420444415],\n              [179.254792547925462, 51.350303024293112],\n              [178.887588875888724, 51.620777679722238],\n              [179.279992799927953, 51.398959840613699]\n            ]\n          ],\n          [\n            [\n              [179.780397803977991, 51.967099725298155],\n              [179.643596435964326, 51.874079341155863],\n              [179.485194851948478, 51.974255139462954],\n              [179.780397803977991, 51.967099725298155]\n            ]\n          ],\n          [\n            [\n              [173.789937899378941, 52.500893621991608],\n              [173.743137431374265, 52.360647504361694],\n              [173.401134011340076, 52.396424575185662],\n              [173.789937899378941, 52.500893621991608]\n            ]\n          ],\n          [\n            [\n              [172.810728107281051, 52.887285986890362],\n              [172.47592475924759, 52.927356306213198],\n              [172.65952659526593, 53.008928027691823],\n              [173.127531275312748, 52.994617199362239],\n              [173.375933759337585, 52.830042673572024],\n              [173.087930879308743, 52.830042673572024],\n              [172.943929439294351, 52.749902034926365],\n              [172.810728107281051, 52.887285986890362]\n            ]\n          ],\n          [\n            [\n              [-164.131041310413025, 54.623189463268815],\n              [-164.404644046440382, 54.435717612151279],\n              [-164.843848438484315, 54.422837866654646],\n              [-164.959049590495823, 54.584550226778944],\n              [-164.699846998469894, 54.679001693754188],\n              [-164.548645486454774, 54.882215456034274],\n              [-164.224642246422377, 54.895095201530907],\n              [-163.915039150391408, 55.036772401993773],\n              [-163.573035730357219, 55.056807561655191],\n              [-163.371433714337059, 54.792057237557898],\n              [-163.072630726307182, 54.687588190751939],\n              [-163.367833678336694, 54.764866663731695],\n              [-163.623436234362259, 54.611740800605148],\n              [-164.131041310413025, 54.623189463268815]\n            ]\n          ],\n          [\n            [\n              [-160.49860498604977, 55.194191513619188],\n              [-160.819008190081831, 55.119775206305363],\n              [-160.855008550085415, 55.331575465583185],\n              [-160.534605346053382, 55.364490370741237],\n              [-160.526301119482696, 55.325207422067201],\n              [-160.325803258032494, 55.358766039409403],\n              [-160.336603366033586, 55.248572661271609],\n              [-160.52569684448531, 55.322348913390307],\n              [-160.49860498604977, 55.194191513619188]\n            ]\n          ],\n          [\n            [\n              [-167.191071910719018, 60.028389323352428],\n              [-167.435874358743519, 60.19582601480856],\n              [-167.288272882728734, 60.238758499797299],\n              [-166.874268742687349, 60.21013684313813],\n              [-166.79146791467906, 60.291708564616769],\n              [-166.132661326613174, 60.431954682246683],\n              [-166.075060750607435, 60.334641049605509],\n              [-165.682656826568177, 60.300295061614506],\n              [-165.725857258572518, 60.067028559842299],\n              [-165.581855818558097, 59.951110850372686],\n              [-166.157861578615694, 59.828037726738259],\n              [-166.61506615066142, 59.856659383397428],\n              [-167.191071910719018, 60.028389323352428]\n            ]\n          ],\n          [\n            [\n              [-172.90792907929071, 60.527837232054893],\n              [-172.2959229592295, 60.35181404360101],\n              [-172.573125731257221, 60.327485635440723],\n              [-173.037530375303675, 60.506370989560509],\n              [-172.90792907929071, 60.527837232054893]\n            ]\n          ],\n          [\n            [\n              [-169.527495274952656, 63.090906585883261],\n              [-169.541895418954113, 62.993592953242086],\n              [-169.754297542975337, 62.964971296582917],\n              [-169.865898658986509, 63.143856650702716],\n              [-170.161101611016022, 63.185358052858504],\n              [-170.236702367023582, 63.28410276833263],\n              [-170.85590855908552, 63.460125956786499],\n              [-171.082710827108201, 63.444384045623963],\n              [-171.439114391143818, 63.319879839156584],\n              [-171.734317343173359, 63.375692069641957],\n              [-171.853118531185231, 63.521662518603719],\n              [-171.737917379173723, 63.79070609119988],\n              [-171.615516155161458, 63.693392458558719],\n              [-170.93870938709378, 63.571750417757258],\n              [-170.647106471064632, 63.684805961560969],\n              [-170.297902979029715, 63.696254624224622],\n              [-170.081900819008098, 63.614682902745997],\n              [-170.085500855008462, 63.485885447779751],\n              [-169.595895958959517, 63.424348885962544],\n              [-169.549095490954841, 63.362812324145338],\n              [-168.713887138871314, 63.311293342158834],\n              [-168.739087390873834, 63.281240602666713],\n              [-168.81108811088103, 63.169616141695968],\n              [-169.286292862928548, 63.193944549856255],\n              [-169.527495274952656, 63.090906585883261]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-AK-SEAPA\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-132.982905719645657, 56.781182799456325],\n              [-132.982493600411715, 56.802399398288408],\n              [-132.939999615279532, 56.821981547847741],\n              [-132.851855716627, 56.793750606713736],\n              [-132.982905719645657, 56.781182799456325]\n            ]\n          ],\n          [\n            [\n              [-131.677190789774187, 55.397856725599233],\n              [-131.524365555763211, 55.328243104446798],\n              [-131.536266753277545, 55.29253861844952],\n              [-131.737153878102134, 55.385382008397436],\n              [-131.708430497902242, 55.412086765687917],\n              [-131.677190789774187, 55.397856725599233]\n            ]\n          ],\n          [\n            [\n              [-132.35527020065993, 56.423603690102524],\n              [-132.402211500515421, 56.489766234648528],\n              [-132.355986691943883, 56.483527483408622],\n              [-132.35527020065993, 56.423603690102524]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAL-BANC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.036630366303598, 40.363880115672018],\n              [-122.694626946269395, 40.575680374949854],\n              [-122.741427414274085, 40.66583859342623],\n              [-122.597425974259679, 40.973521402512262],\n              [-122.453424534245272, 41.11376752014219],\n              [-122.586625866258601, 41.357051601745098],\n              [-122.95022950229496, 41.185321661790098],\n              [-122.914229142291362, 41.000711976338479],\n              [-123.393033930339243, 41.160993253629812],\n              [-123.429034290342827, 40.987832230841846],\n              [-123.598235982359753, 40.930588917523522],\n              [-123.544235442354363, 40.735961652241187],\n              [-123.544235442354363, 40.001816158933565],\n              [-123.00423004230035, 39.977487750773264],\n              [-123.036630366303598, 40.363880115672018]\n            ]\n          ],\n          [\n            [\n              [-121.467014670146625, 38.260188351223277],\n              [-121.071010710107032, 38.291672173548363],\n              [-121.071010710107032, 38.607941479632146],\n              [-121.276212762127557, 38.795413330749696],\n              [-121.557015570155642, 38.736738934598392],\n              [-121.503015030150237, 38.446229119507862],\n              [-121.603816038160318, 38.270205931053979],\n              [-121.467014670146625, 38.260188351223277]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAL-CISO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.393033930339243, 41.160993253629812],\n              [-123.479434794347867, 41.339878607749597],\n              [-123.994239942399361, 41.464382814216975],\n              [-124.163441634416273, 41.102318857478522],\n              [-124.167041670416637, 40.818964456552763],\n              [-124.38664386643859, 40.485522156473479],\n              [-124.36144361443607, 40.276584062861559],\n              [-124.037440374403673, 40.040455395423436],\n              [-123.84303843038424, 39.805757810818264],\n              [-123.785437854378472, 39.608268379870026],\n              [-123.810638106380992, 39.303447736449897],\n              [-123.69183691836912, 39.027248749688937],\n              [-123.727837278372718, 38.931366199880728],\n              [-123.097830978309716, 38.403296634519108],\n              [-122.755827558275513, 37.93533254814173],\n              [-122.508390956674589, 37.819169709951069],\n              [-122.470952420387334, 37.831996002195581],\n              [-122.475953930829846, 37.849487919244027],\n              [-122.439157104002803, 37.882203589095255],\n              [-122.498103477075361, 37.928431989716728],\n              [-122.47774018455938, 37.943083710533045],\n              [-122.483456196493691, 37.965337466289057],\n              [-122.467737163674343, 37.977165831846015],\n              [-122.450231877125518, 37.97941863776957],\n              [-122.443801363699436, 37.987866044093806],\n              [-122.494888220362284, 38.030088486624543],\n              [-122.47774018455938, 38.081848132689466],\n              [-122.45058912787141, 38.112211743301259],\n              [-122.404861032396951, 38.121205945743164],\n              [-122.356274930955323, 38.115584699029],\n              [-122.303401820562968, 38.095344628218413],\n              [-122.284824781776464, 38.049221315668063],\n              [-122.293398799677931, 38.027837236931511],\n              [-122.334839886201664, 38.006446914668722],\n              [-122.361990942889634, 38.006446914668722],\n              [-122.371993963774671, 37.989555408659648],\n              [-122.433441092068492, 37.967027349480105],\n              [-122.415221304027853, 37.912649947528266],\n              [-122.39735876673312, 37.899683593798265],\n              [-122.338769644406469, 37.899683593798265],\n              [-122.328766623521418, 37.845538494128711],\n              [-122.328766623521418, 37.818451024055406],\n              [-122.33176915675152, 37.794469305300801],\n              [-122.240882940031511, 37.708871214843491],\n              [-122.165421654216473, 37.673444389710355],\n              [-122.142996235656511, 37.562889995585621],\n              [-122.115845178968527, 37.519266406002288],\n              [-122.15585726250869, 37.513032381239427],\n              [-122.374223742237348, 37.627649739055698],\n              [-122.351628178418608, 37.715974378274495],\n              [-122.384497739880928, 37.79756431247138],\n              [-122.417364808503208, 37.808855160462087],\n              [-122.470952420387334, 37.810548638782315],\n              [-122.488100456190267, 37.794741330779203],\n              [-122.509159451273248, 37.787093130755366],\n              [-122.514625146251404, 37.558957763073693],\n              [-122.377823778237712, 37.18115189517269],\n              [-122.147421474214667, 36.977938132892604],\n              [-121.942219422194157, 36.975075967226687],\n              [-121.79821798217975, 36.826243352599022],\n              [-121.945819458194507, 36.615874176154151],\n              [-121.895418954189466, 36.313915698399938],\n              [-121.503015030150237, 36.001939640815024],\n              [-121.276212762127557, 35.665635175069824],\n              [-120.865808658086507, 35.379418608478161],\n              [-120.826208262082559, 35.196240005859494],\n              [-120.639006390063827, 35.13184127837637],\n              [-120.624606246062399, 34.635255535339823],\n              [-120.487804878048706, 34.484991837879193],\n              [-119.879398793987875, 34.406282282066485],\n              [-119.566195661956556, 34.414868779064236],\n              [-119.299792997929913, 34.274622661434321],\n              [-119.148591485914793, 34.110048135644121],\n              [-118.648186481864755, 34.037062911163247],\n              [-118.658986589865833, 34.16872253179541],\n              [-118.543785437854311, 34.317555146423075],\n              [-118.31698316983163, 34.286071324097989],\n              [-118.18738187381868, 34.132945460971456],\n              [-118.396183961839554, 33.931162781524321],\n              [-117.470974709747026, 33.295762003690825],\n              [-117.262172621726151, 32.935129129785324],\n              [-117.258572585725801, 32.733346450338203],\n              [-117.138768042172728, 32.633951645037698],\n              [-117.125371253712473, 32.531563770891083],\n              [-116.106561065610592, 32.618859823701541],\n              [-116.102961029610242, 32.830660082979364],\n              [-116.282962829628232, 33.041029259424249],\n              [-116.207362073620672, 33.428852707155954],\n              [-116.322563225632194, 33.583409653115453],\n              [-116.455764557645509, 33.427421624322989],\n              [-116.876968769687636, 33.484664937641327],\n              [-116.822968229682232, 33.686447617088447],\n              [-116.441364413644067, 33.642084049266742],\n              [-116.336963369633622, 33.69932736258508],\n              [-116.408964089640833, 33.948335775519823],\n              [-116.336963369633622, 34.032769662664364],\n              [-115.771757717577117, 34.035631828330281],\n              [-115.667356673566672, 33.858177557043447],\n              [-115.127351273512673, 33.428852707155954],\n              [-114.875348753487472, 33.430283789988906],\n              [-114.706147061470546, 33.179844294221198],\n              [-114.706147061470546, 33.378764808002416],\n              [-114.562145621456153, 33.516148759966413],\n              [-114.511745117451113, 33.911127621862903],\n              [-114.324543245432395, 34.137238709470324],\n              [-114.155341553415468, 34.258880750271786],\n              [-114.187741877418716, 34.354763300079995],\n              [-114.515345153451477, 34.565132476524866],\n              [-114.965349653496475, 34.555114896694164],\n              [-114.965349653496475, 35.00304382341011],\n              [-114.791238297869612, 35.131323553168841],\n              [-117.346059028815546, 37.10948850220656],\n              [-120.000764537903763, 38.997932509340082],\n              [-120.005400054000475, 39.1660637844859],\n              [-120.001800018000111, 39.664080610355398],\n              [-120.124201242012361, 39.708444178177103],\n              [-120.109801098010905, 39.938848514283393],\n              [-120.246602466024598, 40.100560874407691],\n              [-120.725407254072479, 40.308067885186645],\n              [-120.909009090090834, 40.192150175717018],\n              [-121.060210602105954, 40.43543425731994],\n              [-121.67221672216715, 40.446882919983608],\n              [-122.903429034290269, 40.320947630683264],\n              [-123.036630366303598, 40.363880115672018],\n              [-123.00423004230035, 39.977487750773264],\n              [-123.544235442354363, 40.001816158933565],\n              [-123.544235442354363, 40.735961652241187],\n              [-123.598235982359753, 40.930588917523522],\n              [-123.429034290342827, 40.987832230841846],\n              [-123.393033930339243, 41.160993253629812]\n            ],\n            [\n              [-121.467014670146625, 38.260188351223277],\n              [-121.603816038160318, 38.270205931053979],\n              [-121.503015030150237, 38.446229119507862],\n              [-121.557015570155642, 38.736738934598392],\n              [-121.276212762127557, 38.795413330749696],\n              [-121.071010710107032, 38.607941479632146],\n              [-121.071010710107032, 38.291672173548363],\n              [-121.467014670146625, 38.260188351223277]\n            ],\n            [\n              [-120.588605886058787, 37.631942987554567],\n              [-120.689406894068867, 37.425867059608564],\n              [-120.887408874088678, 37.36146833212544],\n              [-121.204212042120361, 37.36862374629024],\n              [-121.420214202141949, 37.3013628531412],\n              [-121.452614526145197, 37.402969734281228],\n              [-121.197011970119632, 37.493127952757604],\n              [-121.143011430114228, 37.601890248062446],\n              [-121.089010890108838, 37.740705282859395],\n              [-121.089010890108838, 37.921021719812146],\n              [-120.804608046080403, 37.969678536132733],\n              [-120.369003690036834, 37.62908082188865],\n              [-120.588605886058787, 37.631942987554567]\n            ],\n            [\n              [-118.093780937809314, 37.236964125658062],\n              [-117.884978849788439, 36.468472644359451],\n              [-117.737377373773683, 36.465610478693534],\n              [-117.604176041760354, 36.292449455905569],\n              [-117.856178561785555, 36.129306012948319],\n              [-118.072180721807143, 36.132168178614236],\n              [-118.14058140581399, 36.421246910871815],\n              [-118.234182341823356, 36.467041561526486],\n              [-118.435784357843517, 37.038043611876859],\n              [-118.583385833858273, 37.123908581854366],\n              [-118.306183061830552, 37.172565398174939],\n              [-118.309783097830916, 37.281327693479781],\n              [-118.093780937809314, 37.236964125658062]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAL-IID\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-114.755435318066191, 32.641555871555887],\n              [-114.526145261452555, 32.75767485849849],\n              [-114.529745297452905, 33.032442762426498],\n              [-114.706147061470546, 33.179844294221198],\n              [-114.875348753487472, 33.430283789988906],\n              [-115.127351273512673, 33.428852707155954],\n              [-115.667356673566672, 33.858177557043447],\n              [-115.771757717577117, 34.035631828330281],\n              [-116.336963369633622, 34.032769662664364],\n              [-116.408964089640833, 33.948335775519823],\n              [-116.336963369633622, 33.69932736258508],\n              [-116.322563225632194, 33.583409653115453],\n              [-116.207362073620672, 33.428852707155954],\n              [-116.282962829628232, 33.041029259424249],\n              [-116.102961029610242, 32.830660082979364],\n              [-116.106561065610592, 32.618859823701541],\n              [-114.724147241472352, 32.713311290676785],\n              [-114.755435318066191, 32.641555871555887]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAL-LDWP\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-118.658986589865833, 34.16872253179541],\n              [-118.647144757441652, 34.036958315724426],\n              [-118.396183961839554, 33.931162781524321],\n              [-118.18738187381868, 34.132945460971456],\n              [-118.31698316983163, 34.286071324097989],\n              [-118.543785437854311, 34.317555146423075],\n              [-118.658986589865833, 34.16872253179541]\n            ]\n          ],\n          [\n            [\n              [-118.093780937809314, 37.236964125658062],\n              [-118.309783097830916, 37.281327693479781],\n              [-118.306183061830552, 37.172565398174939],\n              [-118.583385833858273, 37.123908581854366],\n              [-118.435784357843517, 37.038043611876859],\n              [-118.234182341823356, 36.467041561526486],\n              [-118.14058140581399, 36.421246910871815],\n              [-118.072180721807143, 36.132168178614236],\n              [-117.856178561785555, 36.129306012948319],\n              [-117.604176041760354, 36.292449455905569],\n              [-117.737377373773683, 36.465610478693534],\n              [-117.884978849788439, 36.468472644359451],\n              [-118.093780937809314, 37.236964125658062]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAL-TIDC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-120.588605886058787, 37.631942987554567],\n              [-120.981009810098044, 37.739274200026443],\n              [-121.089010890108838, 37.740705282859395],\n              [-121.143011430114228, 37.601890248062446],\n              [-121.197011970119632, 37.493127952757604],\n              [-121.452614526145197, 37.402969734281228],\n              [-121.420214202141949, 37.3013628531412],\n              [-121.204212042120361, 37.36862374629024],\n              [-120.887408874088678, 37.36146833212544],\n              [-120.689406894068867, 37.425867059608564],\n              [-120.588605886058787, 37.631942987554567]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAR-CPLE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-76.552965529655239, 35.438093004629451],\n              [-76.653766537665319, 35.70570549439266],\n              [-76.984969849698444, 35.658479760905024],\n              [-77.34137341373409, 35.81589887253044],\n              [-77.37017370173696, 35.9446963274967],\n              [-77.208172081720761, 36.059182954133362],\n              [-77.636576365763602, 36.468472644359451],\n              [-77.942579425794207, 36.544320034506242],\n              [-78.463853193987802, 36.542641475244224],\n              [-78.547385473854689, 36.026268048975325],\n              [-78.277382773827682, 35.864555688851027],\n              [-78.669786697866925, 35.548286382767245],\n              [-79.08019080190796, 35.614116193083319],\n              [-79.382593825938201, 35.51823364327511],\n              [-79.875798757987525, 35.509647146277359],\n              [-80.052200522005165, 35.302140135498405],\n              [-80.034200342003373, 35.096064207552402],\n              [-79.933399333993293, 35.118961532879737],\n              [-79.908199081990773, 34.841331463285826],\n              [-79.674196741967364, 34.804123309628906],\n              [-79.659796597965922, 34.695361014324078],\n              [-79.461794617946126, 34.630962286840955],\n              [-79.468994689946854, 34.510751328872445],\n              [-79.281792817928121, 34.477836423714407],\n              [-78.54289396063669, 33.850693872153414],\n              [-77.984398197092546, 33.895046704476478],\n              [-77.787777877778723, 34.214517182450081],\n              [-77.560975609756042, 34.414868779064236],\n              [-77.380973809738052, 34.452076932721155],\n              [-77.146971469714643, 34.629531204007989],\n              [-76.808568085680804, 34.695361014324078],\n              [-76.538565385653811, 34.590891967518118],\n              [-76.430564305643003, 34.76405299030607],\n              [-76.192961929619244, 34.950093758590654],\n              [-76.434164341643367, 35.058856053895497],\n              [-76.62496624966245, 34.988732995080525],\n              [-76.552965529655239, 35.438093004629451]\n            ]\n          ],\n          [\n            [\n              [-76.495364953649485, 36.084942445126615],\n              [-76.29016290162896, 36.122150598783534],\n              [-76.29016290162896, 36.223757479923563],\n              [-76.495364953649485, 36.36829684605236],\n              [-76.495364953649485, 36.084942445126615]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAR-CPLW\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-83.252632526325215, 35.695687914561944],\n              [-83.17343173431729, 35.525389057439909],\n              [-83.360633606336009, 35.439524087462402],\n              [-83.295832958329527, 35.247758987845984],\n              [-83.108631086310808, 35.004474906243075],\n              [-83.007830078300728, 35.027372231570411],\n              [-82.881828818288128, 35.312157715329107],\n              [-82.691026910269045, 35.372263194313362],\n              [-82.593825938259329, 35.169049432033276],\n              [-82.395823958239532, 35.21198191702203],\n              [-82.176221762217565, 35.403747016638448],\n              [-81.971019710197055, 35.191946757360611],\n              [-81.837818378183727, 35.183360260362861],\n              [-81.704617046170412, 35.357952365983778],\n              [-81.693816938169334, 35.579770205092316],\n              [-81.942219422194171, 35.774397470374652],\n              [-81.744217442174374, 36.052027539968577],\n              [-81.909819098190923, 36.229481811255397],\n              [-82.079020790207849, 36.106408687620984],\n              [-82.345423454234492, 36.250948053749781],\n              [-82.593825938259329, 36.053458622801529],\n              [-82.889028890288856, 35.948989575995569],\n              [-83.162631626316212, 36.149341172609738],\n              [-83.317433174331683, 35.891746262677231],\n              [-83.288632886328813, 35.79443263003607],\n              [-83.252632526325215, 35.695687914561944]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAR-DUK\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-80.052200522005165, 35.302140135498405],\n              [-79.875798757987525, 35.509647146277359],\n              [-79.382593825938201, 35.51823364327511],\n              [-79.08019080190796, 35.614116193083319],\n              [-78.669786697866925, 35.548286382767245],\n              [-78.277382773827682, 35.864555688851027],\n              [-78.547385473854689, 36.026268048975325],\n              [-78.463853193987802, 36.542641475244224],\n              [-80.857307843606009, 36.558208659957188],\n              [-81.674585041036607, 36.59193756016861],\n              [-81.726217262172568, 36.365434680386443],\n              [-81.909819098190923, 36.229481811255397],\n              [-81.744217442174374, 36.052027539968577],\n              [-81.942219422194171, 35.774397470374652],\n              [-81.693816938169334, 35.579770205092316],\n              [-81.704617046170412, 35.357952365983778],\n              [-81.837818378183727, 35.183360260362861],\n              [-81.971019710197055, 35.191946757360611],\n              [-82.176221762217565, 35.403747016638448],\n              [-82.395823958239532, 35.21198191702203],\n              [-82.593825938259329, 35.169049432033276],\n              [-82.691026910269045, 35.372263194313362],\n              [-82.881828818288128, 35.312157715329107],\n              [-83.007830078300728, 35.027372231570411],\n              [-83.108631086310808, 35.004474906243075],\n              [-83.295832958329527, 35.247758987845984],\n              [-83.360633606336009, 35.439524087462402],\n              [-83.17343173431729, 35.525389057439909],\n              [-83.252632526325215, 35.695687914561944],\n              [-83.634236342363366, 35.569752625261614],\n              [-83.825038250382448, 35.523957974606944],\n              [-83.915039150391451, 35.473870075453405],\n              [-84.113041130411247, 35.249190070678949],\n              [-84.217442174421691, 35.267794147507402],\n              [-84.311043110431044, 35.078891213556901],\n              [-84.246242462424576, 34.988732995080525],\n              [-83.753037530375252, 34.987301912247574],\n              [-83.645036450364444, 34.888557196773448],\n              [-83.619836198361924, 34.987301912247574],\n              [-83.277832778327735, 34.972991083917989],\n              [-83.292232922329163, 34.653859612168276],\n              [-82.849428494284894, 34.423455276061986],\n              [-82.719827198271929, 34.15298062063286],\n              [-82.586625866258615, 34.124358963973705],\n              [-82.125821258212525, 34.044218325328032],\n              [-81.812618126181206, 34.400557950734651],\n              [-81.643416434164294, 34.53364865419978],\n              [-81.697416974169684, 34.7354313336469],\n              [-81.485014850148445, 34.729707002315067],\n              [-81.315813158131533, 34.822727386457359],\n              [-81.222212222122167, 34.622375789843204],\n              [-81.125011250112451, 34.556545979527115],\n              [-81.107011070110644, 34.666739357664909],\n              [-80.887408874088692, 34.663877191998992],\n              [-80.700207002069973, 34.818434137958491],\n              [-80.091800918009127, 34.80984764096074],\n              [-79.908199081990773, 34.841331463285826],\n              [-79.933399333993293, 35.118961532879737],\n              [-80.034200342003373, 35.096064207552402],\n              [-80.052200522005165, 35.302140135498405]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAR-SC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-79.908199081990773, 34.841331463285826],\n              [-80.091800918009127, 34.80984764096074],\n              [-80.700207002069973, 34.818434137958491],\n              [-80.887408874088692, 34.663877191998992],\n              [-81.107011070110644, 34.666739357664909],\n              [-81.125011250112451, 34.556545979527115],\n              [-80.927009270092654, 34.5708568078567],\n              [-80.775807758077534, 34.363349797077746],\n              [-80.574205742057373, 33.753708510237487],\n              [-80.412204122041175, 33.497544683137946],\n              [-80.163801638016324, 33.457474363815123],\n              [-80.145801458014532, 33.222776779209951],\n              [-79.864998649986447, 33.035304928092415],\n              [-79.522995229952244, 33.188430791218948],\n              [-79.429394293942892, 33.141205057731327],\n              [-79.191791917919133, 33.208465950880367],\n              [-78.97578975789753, 33.599151564277989],\n              [-78.716587165871601, 33.798072078059207],\n              [-78.54289396063669, 33.850693872153414],\n              [-79.281792817928121, 34.477836423714407],\n              [-79.468994689946854, 34.510751328872445],\n              [-79.461794617946126, 34.630962286840955],\n              [-79.659796597965922, 34.695361014324078],\n              [-79.674196741967364, 34.804123309628906],\n              [-79.908199081990773, 34.841331463285826]\n            ]\n          ],\n          [\n            [\n              [-81.812618126181206, 34.400557950734651],\n              [-81.654216542165372, 34.246001004775152],\n              [-81.560615606156006, 34.387678205238032],\n              [-81.643416434164294, 34.53364865419978],\n              [-81.812618126181206, 34.400557950734651]\n            ]\n          ],\n          [\n            [\n              [-80.246602466024612, 32.646050397527745],\n              [-80.18180181801813, 32.56447867604912],\n              [-80.009000090000853, 32.678965302685782],\n              [-80.081000810008049, 32.771985686828074],\n              [-80.246602466024612, 32.646050397527745]\n            ]\n          ],\n          [\n            [\n              [-81.485014850148445, 34.729707002315067],\n              [-81.341013410134053, 34.567994642190783],\n              [-81.222212222122167, 34.622375789843204],\n              [-81.315813158131533, 34.822727386457359],\n              [-81.485014850148445, 34.729707002315067]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CAR-SCEG\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-81.222212222122167, 34.622375789843204],\n              [-81.341013410134053, 34.567994642190783],\n              [-81.485014850148445, 34.729707002315067],\n              [-81.697416974169684, 34.7354313336469],\n              [-81.643416434164294, 34.53364865419978],\n              [-81.560615606156006, 34.387678205238032],\n              [-81.654216542165372, 34.246001004775152],\n              [-81.812618126181206, 34.400557950734651],\n              [-82.125821258212525, 34.044218325328032],\n              [-82.586625866258615, 34.124358963973705],\n              [-82.593825938259329, 34.019889917167745],\n              [-82.269822698226932, 33.768019338567072],\n              [-82.147421474214696, 33.597720481445037],\n              [-81.769417694176894, 33.262847098532788],\n              [-81.71193065942343, 33.121449169700149],\n              [-81.528215282152772, 33.039598176591284],\n              [-81.337413374133689, 32.56447867604912],\n              [-81.146611466114607, 32.345523002606498],\n              [-81.114211142111373, 32.152326820157128],\n              [-81.006210062100564, 32.209570133475452],\n              [-80.87300873008725, 32.085065927008074],\n              [-80.703807038070323, 32.305452683283661],\n              [-80.437404374043695, 32.366989245100868],\n              [-80.246602466024612, 32.646050397527745],\n              [-80.081000810008049, 32.771985686828074],\n              [-80.009000090000853, 32.678965302685782],\n              [-79.731797317973133, 32.802038426320209],\n              [-79.429394293942892, 33.141205057731327],\n              [-79.522995229952244, 33.188430791218948],\n              [-79.864998649986447, 33.035304928092415],\n              [-80.145801458014532, 33.222776779209951],\n              [-80.163801638016324, 33.457474363815123],\n              [-80.412204122041175, 33.497544683137946],\n              [-80.574205742057373, 33.753708510237487],\n              [-80.775807758077534, 34.363349797077746],\n              [-80.927009270092654, 34.5708568078567],\n              [-81.125011250112451, 34.556545979527115],\n              [-81.222212222122167, 34.622375789843204]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CENT-SPA\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-90.301503015030093, 36.097822190623233],\n              [-90.290702907029015, 36.200860154596242],\n              [-90.72270722707222, 36.268121047745282],\n              [-90.823508235082301, 36.073493782462947],\n              [-90.72630726307257, 35.96616256999107],\n              [-90.467104671046656, 35.964731487158119],\n              [-90.301503015030093, 36.097822190623233]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-CENT-SWPP\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-99.203494057301768, 48.369901796422297],\n              [-99.201039711937824, 48.156819994371837],\n              [-99.070959407649426, 48.107509964787383],\n              [-99.0707362853436, 48.046597575300709],\n              [-98.801188011880058, 48.05165709432417],\n              [-98.635586355863495, 47.93144613635566],\n              [-98.412384123841179, 48.194765377620001],\n              [-98.001980019800143, 48.194765377620001],\n              [-97.904779047790413, 48.11891798747321],\n              [-97.883178831788257, 47.759716196400674],\n              [-97.969579695796895, 47.672420143590216],\n              [-98.383583835838294, 47.672420143590216],\n              [-98.545585455854493, 47.847012249211119],\n              [-98.901989019890138, 47.847012249211119],\n              [-98.898388983889774, 47.742543202405173],\n              [-98.498784987849817, 47.53646727445917],\n              [-98.343983439834346, 47.240233128036792],\n              [-97.706777067770616, 47.240233128036792],\n              [-97.681576815768096, 46.752233881998009],\n              [-97.746377463774579, 46.630591841196548],\n              [-98.034380343803377, 46.630591841196548],\n              [-98.120781207812016, 46.282838712787665],\n              [-98.005580055800493, 46.214146736805674],\n              [-97.526775267752626, 46.445982155744915],\n              [-97.325173251732465, 46.620574261365832],\n              [-96.770767707677024, 46.600539101704413],\n              [-96.587165871658655, 46.247061641963711],\n              [-96.482764827648225, 45.495743154660587],\n              [-96.601566015660097, 45.326875380371504],\n              [-96.853568535685298, 45.614523029796132],\n              [-96.580494230621341, 45.817015391779982],\n              [-96.564162070017801, 45.933673681805303],\n              [-98.72401405388969, 45.938857909427547],\n              [-98.721987219872133, 45.243872576059928],\n              [-99.574959879283597, 45.245717117720865],\n              [-99.572772113913359, 44.89873752999852],\n              [-100.402447298169733, 44.899081502088691],\n              [-100.596578351665016, 44.754248176713936],\n              [-100.594005940059347, 44.556952816239928],\n              [-99.664071166453198, 44.549432336391313],\n              [-99.665196651966454, 44.312237651804054],\n              [-99.499594995949906, 44.053211659038595],\n              [-99.402394023940175, 44.026021085212378],\n              [-99.409594095940903, 43.745528849952549],\n              [-99.247592475924705, 43.499382602683724],\n              [-97.607135790438377, 43.499975327678747],\n              [-97.6095760957609, 43.848566813925558],\n              [-97.368810008984539, 43.848646344713252],\n              [-97.370364559147973, 44.195036531609254],\n              [-96.457265399107087, 44.196690414776832],\n              [-96.443810410735878, 43.494011813409216],\n              [-94.049140491404856, 43.499382602683724],\n              [-94.059940599405934, 43.346256739557177],\n              [-94.441544415444099, 43.27613368074222],\n              [-94.441544415444099, 42.559161181430099],\n              [-95.327153271532652, 42.56059226426305],\n              [-95.323932685013062, 42.211411091185184],\n              [-94.629040928930237, 42.208189027401183],\n              [-94.628746287462818, 41.862223841779397],\n              [-94.279542795427901, 41.863654924612348],\n              [-94.241538905789085, 41.504118057538903],\n              [-94.931149311493058, 41.504453133539812],\n              [-94.927549275492694, 41.158131087963895],\n              [-95.881558815588093, 41.150975673799095],\n              [-95.885158851588457, 40.747410314904855],\n              [-95.755557555575493, 40.59142228611239],\n              [-96.065160651606462, 40.459762665480227],\n              [-95.996759967599615, 40.260842151699023],\n              [-95.4855548555485, 40.24796240620239],\n              [-95.420754207542018, 40.059059472251889],\n              [-95.064350643506373, 39.863001124136602],\n              [-94.891548915489096, 39.834379467477433],\n              [-95.107551075510699, 39.573922391879023],\n              [-94.859148591485862, 39.274826079790728],\n              [-94.466744667446619, 39.253359837296358],\n              [-94.355143551435461, 39.15032187332335],\n              [-94.15714157141565, 39.170357032984768],\n              [-94.239942399423938, 38.835483650072518],\n              [-94.607146071460662, 38.818310656077017],\n              [-94.61794617946174, 36.499956466684523],\n              [-93.295718178897815, 36.497874885716975],\n              [-93.329133291332852, 36.122150598783534],\n              [-92.958329583295779, 35.997646392316156],\n              [-93.069930699306937, 35.724309571221113],\n              [-92.983529835298299, 35.661341926570941],\n              [-93.051930519305131, 35.406609182304365],\n              [-93.2355323553235, 35.347934786153075],\n              [-93.2355323553235, 35.196240005859494],\n              [-93.44073440734401, 35.196240005859494],\n              [-93.53793537935374, 35.050269556897746],\n              [-93.851138511385059, 34.961542421254322],\n              [-93.714337143371381, 34.782657067134537],\n              [-94.05274052740522, 34.729707002315067],\n              [-93.973539735397296, 34.13866979230329],\n              [-93.559535595355896, 34.005579088838161],\n              [-93.552335523355183, 33.793778829560324],\n              [-93.807938079380733, 33.543339333792616],\n              [-93.959139591395854, 33.476078440643576],\n              [-93.869138691386851, 33.247105187370238],\n              [-94.041940419404142, 33.199879453882616],\n              [-94.041940419404142, 33.063926584751584],\n              [-93.53793537935374, 32.968044034943375],\n              [-93.39033390333897, 32.628877403532243],\n              [-93.206732067320615, 32.354109499604249],\n              [-93.195931959319537, 32.213863381974335],\n              [-93.037530375303703, 32.016373951026083],\n              [-92.879128791287854, 32.016373951026083],\n              [-92.85032850328497, 31.795987194750495],\n              [-92.62352623526229, 31.814591271578962],\n              [-92.486724867248611, 31.598497763802243],\n              [-92.54432544325438, 31.409594829851756],\n              [-92.79632796327958, 31.455389480506412],\n              [-92.979929799297935, 31.339471771036784],\n              [-92.828728287282814, 31.197794570573919],\n              [-92.87552875528749, 30.877232015991254],\n              [-93.570335703356974, 30.877232015991254],\n              [-93.54153541535409, 31.183483742244334],\n              [-93.829538295382903, 31.581324769806741],\n              [-93.887138871388657, 31.864679170732501],\n              [-94.059940599405934, 31.979165797369163],\n              [-94.599945999459933, 31.973441466037329],\n              [-94.563945639456335, 32.399904150258919],\n              [-94.887948879488732, 32.369851410766785],\n              [-95.154351543515375, 32.584513835710538],\n              [-95.125551255512491, 33.261416015699822],\n              [-95.12475939301568, 33.383995569196799],\n              [-94.841148411484056, 33.383058056501284],\n              [-94.747547475474704, 33.504700097302745],\n              [-94.783547835478302, 33.74225984757382],\n              [-95.147151471514661, 33.936887112856155],\n              [-95.33435334353338, 33.876781633871914],\n              [-95.737557375573701, 33.896816793533333],\n              [-96.396363963639573, 33.737966599074952],\n              [-96.936369363693572, 33.954060106851657],\n              [-97.119971199711941, 33.716500356580582],\n              [-97.253172531725255, 33.865332971208247],\n              [-97.451174511745066, 33.828124817551327],\n              [-97.710377103770981, 33.952629024018705],\n              [-97.886778867788621, 33.853884308544579],\n              [-98.156781567815614, 34.121496798307788],\n              [-98.358383583835774, 34.155842786298777],\n              [-98.421593182156272, 34.081623675750713],\n              [-98.424400445643769, 33.836268846943049],\n              [-98.952389523895178, 33.833849148883161],\n              [-98.95608395573592, 34.201445446773299],\n              [-99.193591935919301, 34.237414507777402],\n              [-99.380793807938019, 34.454939098387072],\n              [-99.654396543965376, 34.374798459741413],\n              [-100.0, 34.562270310858949],\n              [-100.000122422738215, 36.055144762821179],\n              [-101.087210872108656, 36.057751871300397],\n              [-101.085753679665544, 35.182482079798213],\n              [-102.167731461852156, 35.183353103965253],\n              [-102.170420698197063, 34.748593228206765],\n              [-101.999205984238557, 34.749489640321727],\n              [-101.998019980199743, 34.313261897924207],\n              [-102.615596814194134, 34.311804908627181],\n              [-102.595625956259497, 33.388782387833118],\n              [-102.075785940503451, 33.388315571317825],\n              [-102.075286568086881, 32.959379748431324],\n              [-101.692016920169138, 32.962319703611541],\n              [-101.695616956169502, 32.087928092673991],\n              [-101.775430034169943, 32.088006668197856],\n              [-101.776216107846309, 31.651735777811545],\n              [-102.286377923811557, 31.652521851487919],\n              [-102.286377923811571, 32.086434520845117],\n              [-103.0636306363063, 32.08649700984104],\n              [-103.064130366698819, 32.002223756782719],\n              [-104.847606233115613, 32.000373587480446],\n              [-104.851436125016932, 32.5200708002724],\n              [-104.158041580415741, 33.875350551038949],\n              [-104.172441724417183, 34.284640241265038],\n              [-104.611646116461102, 34.449214767055238],\n              [-104.795247952479471, 34.67532585466266],\n              [-104.456844568445618, 35.149014272371858],\n              [-104.384843848438422, 35.405178099471399],\n              [-103.902439024390191, 35.688532500397159],\n              [-103.724826380518266, 35.422639254505029],\n              [-103.638088588097489, 35.421143775325362],\n              [-103.635845369327981, 35.240938534175285],\n              [-103.857924027508773, 35.241686273765112],\n              [-103.858671767098599, 35.263370721870309],\n              [-104.124119321489786, 35.142236908317152],\n              [-104.129241292412857, 34.605202795847703],\n              [-103.708037080370744, 34.605202795847703],\n              [-103.506435064350583, 34.691067765825196],\n              [-103.279632796327903, 34.954387007089537],\n              [-103.042030420304144, 34.954387007089537],\n              [-103.040870847764097, 35.621279109400483],\n              [-102.162643666464945, 35.626781785975041],\n              [-102.163621636216305, 36.499956466684523],\n              [-102.031754077654142, 36.500808678815211],\n              [-102.041968443810049, 36.99299649965343],\n              [-102.052112482493925, 40.004140654871357],\n              [-101.324813248132415, 40.003247241766516],\n              [-101.324813248132415, 40.351000370175399],\n              [-100.777607776077701, 40.349569287342433],\n              [-100.781350695674405, 40.700434664090018],\n              [-100.223626427355313, 40.701477945882857],\n              [-100.235997391192498, 41.394965630216639],\n              [-100.709900467416475, 41.394965630216639],\n              [-100.70704562960789, 41.741828423958879],\n              [-100.844077844419644, 41.740401005054586],\n              [-100.846932682228228, 42.088691217701118],\n              [-100.169201692016856, 42.112663337547104],\n              [-100.231000652549653, 43.71214101818709],\n              [-100.709207092070855, 43.718338276126346],\n              [-101.144811448114424, 43.994537262887306],\n              [-102.011976117259323, 43.994287542078688],\n              [-101.999893700703794, 45.038731297151351],\n              [-102.95713126668133, 45.036876444602228],\n              [-102.961002733423584, 45.211092448003853],\n              [-102.942731843453529, 45.945153631533195],\n              [-104.042840428404219, 45.945103164209499],\n              [-104.046440464404583, 46.397325339424341],\n              [-104.046440464404583, 46.642040503860215],\n              [-104.044705529267262, 47.32823527117425],\n              [-103.099630996309898, 47.328960263680216],\n              [-103.099664142507436, 47.67439225230985],\n              [-102.642649425622125, 47.675511257089795],\n              [-102.642837961076438, 47.82475410380632],\n              [-102.574025740257341, 48.004431360836548],\n              [-102.829628296282905, 48.186178880622251],\n              [-102.828443121670617, 48.372347588000494],\n              [-102.883585542708374, 48.374293791095944],\n              [-102.887228872288659, 48.632676724505245],\n              [-104.046440464404583, 48.634107807338211],\n              [-104.046440464404583, 48.203351874617752],\n              [-104.298442984429784, 48.054519259990087],\n              [-104.838448384483783, 48.117486904640245],\n              [-104.946449464494577, 48.071692253985589],\n              [-105.518855188551825, 48.07312333681854],\n              [-105.842858428584222, 48.010155692168368],\n              [-105.801376436164247, 48.561131063765437],\n              [-106.019260192601863, 48.565415831356205],\n              [-106.01946751397405, 48.999089700338764],\n              [-101.364948213240453, 48.999033929742581],\n              [-99.001996065530818, 48.999789103785929],\n              [-99.002440717375492, 48.716286738343413],\n              [-98.970849356061905, 48.715791187577707],\n              [-98.972785593092155, 48.370348041033921],\n              [-99.203494057301768, 48.369901796422297]\n            ],\n            [\n              [-94.434344343443371, 35.385142939809995],\n              [-94.466744667446619, 35.594081033421901],\n              [-94.805148051480458, 35.63844460124362],\n              [-94.790747907479016, 36.109270853286901],\n              [-95.085950859508543, 36.036285628806027],\n              [-95.406354063540576, 36.043441042970827],\n              [-95.402754027540212, 36.355417100555741],\n              [-95.759157591575857, 36.392625254212646],\n              [-95.431554315543096, 36.645926915646271],\n              [-95.355953559535536, 36.889210997249194],\n              [-95.453154531545252, 36.999404375386987],\n              [-96.155161551615464, 36.999404375386987],\n              [-96.191161911619062, 36.150772255442689],\n              [-96.007560075600693, 36.046303208636743],\n              [-96.108361083610774, 35.903194925340898],\n              [-96.720367203671984, 35.941834161830784],\n              [-96.6915669156691, 36.265258882079365],\n              [-96.961569615696092, 36.268121047745282],\n              [-96.91836918369178, 36.411229331041113],\n              [-97.101971019710135, 36.411229331041113],\n              [-97.112771127711213, 36.269552130578234],\n              [-97.641976419764134, 36.183687160600741],\n              [-97.501575015750106, 35.833071866525941],\n              [-97.393573935739298, 35.828778618027073],\n              [-97.393573935739298, 35.586925619257116],\n              [-97.307173071730659, 35.446679501627202],\n              [-97.134371343713383, 35.501060649279609],\n              [-97.130771307713019, 35.738620399550697],\n              [-96.446764467644613, 35.681377086232359],\n              [-96.450364503644977, 35.408040265137316],\n              [-95.665556655566505, 35.229154911017531],\n              [-96.043560435604292, 35.104650704550153],\n              [-96.090360903608982, 34.799830061130038],\n              [-95.683556835568297, 34.711102925486614],\n              [-94.455944559445541, 34.66817044049786],\n              [-94.459544595445891, 34.555114896694164],\n              [-94.272342723427172, 34.636686618172789],\n              [-94.225542255422496, 34.774070570136786],\n              [-94.452344523445177, 34.786950315633405],\n              [-94.434344343443371, 35.385142939809995]\n            ],\n            [\n              [-94.470344703446983, 34.158704951964694],\n              [-94.484744847448411, 33.637790800767874],\n              [-94.380343803437981, 33.689309782754364],\n              [-94.369543695436903, 34.251725336106986],\n              [-94.470344703446983, 34.158704951964694]\n            ],\n            [\n              [-97.080370803707979, 41.399984086733852],\n              [-96.907097691181974, 41.457126426275799],\n              [-96.90502172662741, 41.742575975370741],\n              [-97.253734108081417, 41.743143910845426],\n              [-97.253038496363772, 41.385188643312858],\n              [-97.080370803707979, 41.399984086733852]\n            ],\n            [\n              [-97.368373683736777, 40.698753498584267],\n              [-97.367906373713581, 41.047181860047004],\n              [-97.826740801345935, 41.046815671357741],\n              [-97.825642235278181, 40.698204039190138],\n              [-97.368373683736777, 40.698753498584267]\n            ],\n            [\n              [-97.368345800140659, 40.350651912963443],\n              [-96.914769147691416, 40.349569287342433],\n              [-96.914440272265637, 40.697630343576968],\n              [-97.368373683736777, 40.698753498584267],\n              [-97.368345800140659, 40.350651912963443]\n            ],\n            [\n              [-101.864818648186429, 46.981207135271333],\n              [-101.684816848168424, 47.241664210869757],\n              [-101.324813248132415, 47.287458861524414],\n              [-101.454414544145379, 47.562226765452422],\n              [-101.868418684186778, 47.503552369301133],\n              [-102.206822068220617, 47.575106510949041],\n              [-102.145621456214499, 47.32752918084725],\n              [-102.145621456214499, 46.981207135271333],\n              [-101.864818648186429, 46.981207135271333]\n            ]\n          ],\n          [\n            [\n              [-96.450364503644977, 44.544073070743295],\n              [-97.855633218974731, 44.544245669444727],\n              [-97.855947315464945, 44.630936300740871],\n              [-97.976874464193259, 44.632506783191886],\n              [-97.962379623796181, 45.153714357583553],\n              [-97.226597910571215, 45.151950562941217],\n              [-97.226597910571215, 45.29775823620411],\n              [-97.007725088493928, 45.297101650080904],\n              [-96.992781175938717, 45.326989475191318],\n              [-96.601566015660097, 45.326875380371504],\n              [-96.450364503644977, 44.544073070743295]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-FMPP\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-82.352623526235206, 28.99106484215217],\n              [-82.035820358203523, 28.959581019827084],\n              [-81.657816578165722, 28.96101210266005],\n              [-81.63981639816393, 29.168519113439004],\n              [-81.679416794167892, 29.324507142231468],\n              [-81.74061740617401, 29.430407271870379],\n              [-82.025020250202445, 29.494805999353503],\n              [-82.097020970209655, 29.42325185770558],\n              [-82.388623886238804, 29.4847884195228],\n              [-82.40662406624061, 29.370301792886124],\n              [-82.50742507425069, 29.214313764093674],\n              [-82.442624426244208, 29.035428409973875],\n              [-82.352623526235206, 28.99106484215217]\n            ]\n          ],\n          [\n            [\n              [-82.050220502204965, 30.186019007672371],\n              [-82.046620466204615, 29.93844167757058],\n              [-82.147421474214696, 29.835403713597586],\n              [-81.960219602195963, 29.746676577954176],\n              [-81.647016470164644, 29.838265879263503],\n              [-81.607416074160682, 29.935579511904663],\n              [-81.701017010170048, 30.150241936848417],\n              [-82.050220502204965, 30.186019007672371]\n            ]\n          ],\n          [\n            [\n              [-80.955809558095524, 28.347077567320923],\n              [-80.89820898208977, 28.437235785797299],\n              [-81.035010350103448, 28.613258974251167],\n              [-81.294212942129363, 28.578912986260178],\n              [-81.423814238142327, 28.608965725752299],\n              [-81.459814598145925, 28.195382787027341],\n              [-81.092610926109202, 28.188227372862542],\n              [-81.031410314103084, 28.437235785797299],\n              [-80.955809558095524, 28.347077567320923]\n            ]\n          ],\n          [\n            [\n              [-81.866618666186611, 28.025083929905293],\n              [-81.981819818198133, 28.261212597343416],\n              [-82.057420574205693, 28.175347627365923],\n              [-82.053820538205329, 27.959254119589218],\n              [-81.924219242192365, 27.934925711428917],\n              [-81.866618666186611, 28.025083929905293]\n            ]\n          ],\n          [\n            [\n              [-80.887408874088692, 26.81295677038959],\n              [-80.880208802087964, 26.376476506337298],\n              [-80.783007830078247, 26.333544021348558],\n              [-80.124201242012361, 26.327819690016725],\n              [-80.063000630006243, 26.425133322657885],\n              [-80.045000450004451, 26.847302758380593],\n              [-80.178201782017766, 26.956065053685421],\n              [-80.87300873008725, 26.958927219351338],\n              [-80.887408874088692, 26.81295677038959]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-FPC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-84.077040770407649, 30.095860789195996],\n              [-84.077040770407649, 30.200329836001956],\n              [-84.365043650436448, 30.22179607849634],\n              [-84.260642606426003, 30.105878369026712],\n              [-84.077040770407649, 30.095860789195996]\n            ]\n          ],\n          [\n            [\n              [-84.365043650436448, 30.22179607849634],\n              [-84.548645486454816, 30.248986652322543],\n              [-84.552245522455166, 30.047203972875423],\n              [-85.016650166501606, 29.989960659557084],\n              [-85.059850598505932, 29.876905115753374],\n              [-85.304653046530404, 29.74524549512121],\n              [-85.077850778507724, 29.617879122987915],\n              [-84.883448834488291, 29.793902311441798],\n              [-84.779047790477847, 29.705175175798374],\n              [-84.415444154441488, 29.924130849240996],\n              [-84.365043650436448, 30.22179607849634]\n            ]\n          ],\n          [\n            [\n              [-85.974259742597368, 30.40211251544909],\n              [-85.995859958599524, 30.290488054478331],\n              [-85.625056250562452, 30.065808049703875],\n              [-85.391053910539057, 30.201760918834921],\n              [-85.387453874538693, 30.301936717141999],\n              [-85.725857258572532, 30.244693403823675],\n              [-85.73665736657361, 30.463649077266297],\n              [-85.974259742597368, 30.40211251544909]\n            ]\n          ],\n          [\n            [\n              [-82.442624426244208, 29.035428409973875],\n              [-82.471424714247092, 28.938114777332714],\n              [-82.334623346233414, 28.784988914206167],\n              [-82.352623526235206, 28.99106484215217],\n              [-82.442624426244208, 29.035428409973875]\n            ]\n          ],\n          [\n            [\n              [-81.294212942129363, 28.578912986260178],\n              [-81.164611646116413, 28.789282162705049],\n              [-81.308613086130805, 28.740625346384462],\n              [-81.359013590135845, 28.872284967016626],\n              [-81.63981639816393, 28.799299742535752],\n              [-81.747817478174724, 28.54313591543621],\n              [-81.719017190171854, 28.347077567320923],\n              [-81.632616326163202, 27.96927169941992],\n              [-81.866618666186611, 28.025083929905293],\n              [-81.924219242192365, 27.934925711428917],\n              [-81.931419314193093, 27.642984813505421],\n              [-81.737017370173646, 27.632967233674719],\n              [-81.683016830168242, 27.777506599803502],\n              [-81.582215822158162, 27.531360352534676],\n              [-81.69021690216897, 27.442633216891252],\n              [-81.218612186121803, 27.444064299724218],\n              [-81.143011430114242, 27.62581181950992],\n              [-81.215012150121453, 27.725987617817012],\n              [-80.927009270092654, 27.844767492952542],\n              [-80.862208622086172, 28.236884189183129],\n              [-80.955809558095524, 28.347077567320923],\n              [-81.031410314103084, 28.437235785797299],\n              [-81.092610926109202, 28.188227372862542],\n              [-81.459814598145925, 28.195382787027341],\n              [-81.423814238142327, 28.608965725752299],\n              [-81.294212942129363, 28.578912986260178]\n            ]\n          ],\n          [\n            [\n              [-82.035820358203523, 28.959581019827084],\n              [-81.902619026190209, 28.706279358393459],\n              [-81.63981639816393, 28.799299742535752],\n              [-81.657816578165722, 28.96101210266005],\n              [-82.035820358203523, 28.959581019827084]\n            ]\n          ],\n          [\n            [\n              [-82.691026910269045, 28.929528280334964],\n              [-82.572225722257173, 28.776402417208416],\n              [-82.471424714247092, 28.938114777332714],\n              [-82.691026910269045, 28.929528280334964]\n            ]\n          ],\n          [\n            [\n              [-82.723427234272293, 28.255488266011596],\n              [-82.824228242282373, 27.913459468934548],\n              [-82.719827198271929, 27.691641629826009],\n              [-82.626226262262563, 27.73028086631588],\n              [-82.658626586265811, 28.152450302038588],\n              [-82.723427234272293, 28.255488266011596]\n            ]\n          ],\n          [\n            [\n              [-82.40662406624061, 29.370301792886124],\n              [-82.655026550265447, 29.536307401509291],\n              [-82.655026550265447, 29.645069696814133],\n              [-82.795427954279489, 29.523427656012672],\n              [-82.50742507425069, 29.214313764093674],\n              [-82.40662406624061, 29.370301792886124]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-NWMT\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-112.250922509225035, 48.057381425656004],\n              [-112.697326973269668, 47.911410976694256],\n              [-112.697326973269668, 47.703903965915288],\n              [-112.826928269282632, 47.703903965915288],\n              [-112.826928269282632, 47.383341411332623],\n              [-112.704527045270396, 47.267423701862995],\n              [-111.577715777157707, 47.29747644135513],\n              [-111.577715777157707, 47.091400513409127],\n              [-110.184501845018389, 47.141488412562666],\n              [-110.170101701016947, 46.94686114728033],\n              [-110.414904149041433, 46.943998981614413],\n              [-110.429304293042861, 46.770837958826462],\n              [-110.029700297002904, 46.77513120732533],\n              [-110.02250022500219, 46.674955409018253],\n              [-110.396903969039627, 46.61914317853288],\n              [-110.267302673026663, 46.526122794390588],\n              [-109.89649896498959, 46.530416042889456],\n              [-109.885698856988512, 46.404480753589127],\n              [-110.166501665016582, 46.415929416252794],\n              [-110.170101701016947, 46.258510304627379],\n              [-109.763297632976261, 46.148316926489585],\n              [-109.687696876968701, 45.962276158205],\n              [-109.33129331293307, 46.05815870801321],\n              [-109.032490324903193, 45.985173483532336],\n              [-109.115291152911468, 45.621678443960917],\n              [-108.942489424894191, 45.528658059818625],\n              [-108.697686976869704, 45.522933728486791],\n              [-108.676086760867548, 45.375532196692092],\n              [-108.452884528845232, 45.334030794536304],\n              [-108.074880748807431, 45.37982544519096],\n              [-107.938079380793752, 45.53008914265159],\n              [-107.938079380793752, 45.854944945733124],\n              [-107.82287822878223, 45.952258578374298],\n              [-107.434074340743351, 45.9694315723698],\n              [-107.441274412744065, 45.791977301082966],\n              [-106.861668616686103, 45.694663668441791],\n              [-106.955269552695469, 45.812012460744384],\n              [-106.876068760687545, 46.063883039345043],\n              [-106.59166591665911, 46.006639726026719],\n              [-106.59166591665911, 45.793408383915917],\n              [-106.33966339663391, 45.793408383915917],\n              [-106.285662856628505, 46.224164316636376],\n              [-106.051660516605111, 46.227026482302293],\n              [-106.048060480604747, 46.477465978070001],\n              [-105.493654936549305, 46.819494775147049],\n              [-104.705247052470469, 47.059916691084041],\n              [-104.413644136441306, 47.359013003172336],\n              [-104.374043740437344, 47.26026828769821],\n              [-104.305643056430497, 47.04274369708854],\n              [-104.604446044460389, 46.860996177302837],\n              [-104.608046080460738, 46.693559485846706],\n              [-104.726847268472625, 46.494638972065502],\n              [-105.180451804517986, 46.428809161749427],\n              [-105.173251732517258, 46.209853488306791],\n              [-104.856448564485589, 46.154041257821419],\n              [-105.00765007650071, 45.786252969751132],\n              [-105.004050040500346, 45.534382391150459],\n              [-105.169651696516908, 45.345479457199971],\n              [-105.047250472504658, 45.238148244728094],\n              [-105.03645036450358, 45.000588494457006],\n              [-106.011366806695463, 44.992873005935238],\n              [-107.90951026439879, 45.000680370222312],\n              [-108.53928539285387, 45.000588494457006],\n              [-108.59328593285926, 44.818840974671303],\n              [-108.550085500854948, 44.078971150031848],\n              [-108.791287912879071, 44.078971150031848],\n              [-108.913689136891307, 43.904379044410931],\n              [-109.316893168931628, 43.824238405765257],\n              [-109.475294752947462, 43.948742612232635],\n              [-109.745297452974469, 43.827100571431174],\n              [-110.054900549005424, 43.938725032401933],\n              [-110.134101341013348, 44.233528095991346],\n              [-110.364503645036393, 44.552659567741046],\n              [-110.666906669066634, 44.667146194377722],\n              [-111.055710557105513, 44.667146194377722],\n              [-111.052110521105149, 44.561246064738796],\n              [-111.43011430114295, 44.720096259197177],\n              [-111.912519125191196, 44.144800960347922],\n              [-112.124921249212434, 44.057504907537464],\n              [-112.625326253262472, 44.057504907537464],\n              [-112.693726937269304, 43.971639937559971],\n              [-112.996129961299545, 44.007417008383925],\n              [-112.996129961299545, 44.233528095991346],\n              [-112.81252812528119, 44.230665930325429],\n              [-112.81252812528119, 44.376636379287177],\n              [-113.003330033300273, 44.449621603768051],\n              [-113.190531905318991, 44.798805815009885],\n              [-113.474934749347426, 44.894688364818094],\n              [-113.492934929349232, 45.079298050269713],\n              [-113.705337053370471, 45.299684806545301],\n              [-113.802538025380187, 45.591625704468797],\n              [-113.971739717397114, 45.700387999773625],\n              [-114.302943029430224, 45.471414746500301],\n              [-114.594545945459387, 45.534382391150459],\n              [-114.540545405453997, 45.800563798080717],\n              [-114.410944109441033, 45.952258578374298],\n              [-114.518945189451827, 46.123988518329298],\n              [-114.443344433444267, 46.194111577144255],\n              [-114.374943749437435, 46.666368912020502],\n              [-114.576545765457595, 46.637747255361333],\n              [-114.914949149491434, 46.826650189311835],\n              [-115.321753217532105, 47.255975039199342],\n              [-115.692556925569193, 47.414825233657709],\n              [-115.519755197551916, 47.496396955136333],\n              [-115.019350193501865, 47.409100902325875],\n              [-114.968949689496824, 47.313218352517666],\n              [-114.644946449464427, 47.267423701862995],\n              [-114.256142561425548, 47.120022170068296],\n              [-114.202142021420144, 47.323235932348382],\n              [-114.328143281432745, 47.562226765452422],\n              [-114.583745837458309, 47.602297084775245],\n              [-114.605346053460465, 47.811235178387165],\n              [-114.990549905498995, 47.872771740204371],\n              [-114.990549905498995, 47.98439620117513],\n              [-115.019350193501865, 48.226249199945087],\n              [-114.846548465484588, 48.226249199945087],\n              [-114.88614886148855, 48.574002328353956],\n              [-114.634146341463349, 48.734283605645288],\n              [-114.72552372582544, 48.991878515577795],\n              [-114.065340653406466, 48.991878515577795],\n              [-110.000900009000034, 48.993309598410747],\n              [-106.01946751397405, 48.999089700338764],\n              [-106.019260192601863, 48.565415831356205],\n              [-105.801376436164247, 48.561131063765437],\n              [-105.842858428584222, 48.010155692168368],\n              [-106.404464044640392, 48.057381425656004],\n              [-106.5196651966519, 47.835563586547465],\n              [-106.746467464674581, 47.706766131581205],\n              [-107.113671136711304, 47.650953901095832],\n              [-107.419674196741909, 47.688162054752752],\n              [-107.82647826478258, 47.543622688623955],\n              [-108.05328053280526, 47.593710587777508],\n              [-108.701287012870068, 47.626625492935545],\n              [-109.010890108901023, 47.825546006716749],\n              [-109.277292772927666, 47.795493267224629],\n              [-109.640896408964025, 47.626625492935545],\n              [-110.51210512105115, 47.626625492935545],\n              [-110.515705157051514, 47.795493267224629],\n              [-110.796507965079584, 47.794062184391663],\n              [-111.163711637116307, 47.888513651366921],\n              [-111.170911709117021, 48.120349070306162],\n              [-111.541715417154109, 48.260595187936076],\n              [-111.689316893168865, 48.058812508488955],\n              [-112.250922509225035, 48.057381425656004]\n            ],\n            [\n              [-110.695706957069504, 46.876738088465373],\n              [-110.911709117091107, 46.776562290158296],\n              [-110.792907929079234, 46.653489166523883],\n              [-110.695706957069504, 46.876738088465373]\n            ]\n          ],\n          [\n            [\n              [-104.36684366843663, 46.46887948107225],\n              [-104.305643056430497, 46.642040503860215],\n              [-104.046440464404583, 46.642040503860215],\n              [-104.046440464404583, 46.397325339424341],\n              [-104.36684366843663, 46.46887948107225]\n            ]\n          ],\n          [\n            [\n              [-104.219242192421859, 45.53008914265159],\n              [-104.219242192421859, 45.750475898927178],\n              [-104.053640536405297, 45.750475898927178],\n              [-104.122041220412143, 45.467121498001418],\n              [-104.219242192421859, 45.53008914265159]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-GVL\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-82.025020250202445, 29.494805999353503],\n              [-81.960219602195963, 29.746676577954176],\n              [-82.147421474214696, 29.835403713597586],\n              [-82.536225362253575, 29.928424097739878],\n              [-82.719827198271929, 29.852576707593087],\n              [-82.655026550265447, 29.645069696814133],\n              [-82.655026550265447, 29.536307401509291],\n              [-82.40662406624061, 29.370301792886124],\n              [-82.388623886238804, 29.4847884195228],\n              [-82.097020970209655, 29.42325185770558],\n              [-82.025020250202445, 29.494805999353503]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-HST\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-80.883808838088328, 25.18724667214893],\n              [-80.642606426064205, 25.087070873841853],\n              [-80.401404014040082, 25.191539920647799],\n              [-80.30780307803073, 25.597967445207971],\n              [-80.124201242012361, 25.974342230276008],\n              [-80.87300873008725, 25.972911147443057],\n              [-80.883808838088328, 25.18724667214893]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-JEA\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-81.607416074160682, 29.935579511904663],\n              [-81.344613446134403, 30.113033783191497],\n              [-81.431014310143041, 30.669725005212285],\n              [-81.920619206192015, 30.817126537006999],\n              [-82.017820178201731, 30.791367046013747],\n              [-82.017820178201731, 30.492270733925466],\n              [-82.129421294212889, 30.363473278959205],\n              [-82.050220502204965, 30.186019007672371],\n              [-81.701017010170048, 30.150241936848417],\n              [-81.607416074160682, 29.935579511904663]\n            ]\n          ],\n          [\n            [\n              [-84.552245522455166, 30.047203972875423],\n              [-84.653046530465247, 30.111602700358546],\n              [-84.681846818468131, 30.416423343778661],\n              [-84.865448654486485, 30.532341053248288],\n              [-84.876248762487577, 30.726968318530623],\n              [-85.023850238502334, 31.000305139625667],\n              [-85.466654666546617, 30.99744297395975],\n              [-85.495454954549487, 30.830006282503618],\n              [-85.383853838538329, 30.523754556250537],\n              [-85.387453874538693, 30.301936717141999],\n              [-85.391053910539057, 30.201760918834921],\n              [-85.142651426514206, 30.200329836001956],\n              [-85.016650166501606, 29.989960659557084],\n              [-84.552245522455166, 30.047203972875423]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-WALC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-113.669336693366873, 34.671032606163777],\n              [-113.888938889388825, 34.672463688996743],\n              [-114.263342633426277, 35.217706248353863],\n              [-113.564935649356428, 34.715396173985496],\n              [-113.669336693366873, 34.671032606163777]\n            ]\n          ],\n          [\n            [\n              [-113.471237602549365, 32.082655972487835],\n              [-114.173692274557098, 32.299673318524484],\n              [-114.202142021420144, 32.411352812922573],\n              [-114.356943569435629, 32.693276131015367],\n              [-114.526145261452555, 32.75767485849849],\n              [-114.529745297452905, 33.032442762426498],\n              [-114.706147061470546, 33.179844294221198],\n              [-114.706147061470546, 33.378764808002416],\n              [-114.562145621456153, 33.516148759966413],\n              [-114.511745117451113, 33.911127621862903],\n              [-114.324543245432395, 34.137238709470324],\n              [-114.277742777427704, 33.68358545142253],\n              [-113.867338673386669, 33.65353271193041],\n              [-113.798937989379837, 33.556219079289249],\n              [-113.334533345333384, 33.543339333792616],\n              [-113.334533345333384, 33.441732452652573],\n              [-113.334533345333384, 33.151222637562043],\n              [-113.456934569345634, 33.201310536715582],\n              [-113.669336693366873, 33.020994099762831],\n              [-113.629736297362911, 32.395610901760037],\n              [-113.334533345333384, 32.395610901760037],\n              [-113.334533345333384, 32.099376755337659],\n              [-113.471237602549365, 32.082655972487835]\n            ]\n          ],\n          [\n            [\n              [-121.089010890108838, 37.921021719812146],\n              [-120.804608046080403, 37.969678536132733],\n              [-120.369003690036834, 37.62908082188865],\n              [-120.588605886058787, 37.631942987554567],\n              [-120.981009810098044, 37.739274200026443],\n              [-121.089010890108838, 37.740705282859395],\n              [-121.089010890108838, 37.921021719812146]\n            ]\n          ],\n          [\n            [\n              [-116.455764557645509, 33.427421624322989],\n              [-116.876968769687636, 33.484664937641327],\n              [-116.822968229682232, 33.686447617088447],\n              [-116.441364413644067, 33.642084049266742],\n              [-116.336963369633622, 33.69932736258508],\n              [-116.322563225632194, 33.583409653115453],\n              [-116.455764557645509, 33.427421624322989]\n            ]\n          ],\n          [\n            [\n              [-109.482494824948191, 31.53409903631912],\n              [-109.770497704976989, 31.412456995517658],\n              [-109.770497704976989, 31.529805787820251],\n              [-110.130501305012984, 31.519788207989535],\n              [-110.12330123301227, 31.33374743970495],\n              [-111.074008664712906, 31.333092437334013],\n              [-111.365644813089162, 31.424228733701593],\n              [-111.235712357123504, 31.521219290822501],\n              [-111.163711637116307, 31.725864135935538],\n              [-110.742507425074194, 31.731588467267372],\n              [-110.569705697056904, 31.731588467267372],\n              [-110.450904509045031, 31.731588467267372],\n              [-110.450904509045031, 33.161240217392745],\n              [-110.724507245072388, 33.066788750417501],\n              [-110.854108541085353, 33.10113473840849],\n              [-111.041310413104071, 33.466060860812874],\n              [-110.940509405093991, 33.554787996456284],\n              [-110.944109441094355, 33.820969403386528],\n              [-111.188911889118828, 33.813813989221742],\n              [-111.199711997119906, 33.984112846343777],\n              [-110.807308073080662, 33.989837177675611],\n              [-110.76410764107635, 33.712207108081699],\n              [-110.666906669066634, 33.816676154887659],\n              [-110.285302853028469, 33.762295007235238],\n              [-110.026100261002554, 33.57911640461657],\n              [-109.723697236972313, 33.523304174131198],\n              [-109.547295472954673, 33.622048889605324],\n              [-109.496894968949633, 33.397368884830868],\n              [-109.046890468904621, 33.397368884830868],\n              [-108.971289712897061, 32.98235486327296],\n              [-108.679686796867912, 33.016700851263948],\n              [-108.701287012870068, 32.756243775665538],\n              [-108.812888128881227, 32.613135492369707],\n              [-109.046890468904621, 32.614566575202659],\n              [-109.050490504904985, 32.034978027854535],\n              [-109.248492484924782, 32.033546945021584],\n              [-109.057690576905713, 31.711553307605953],\n              [-109.28089280892803, 31.536961201985036],\n              [-109.482494824948191, 31.53409903631912]\n            ]\n          ],\n          [\n            [\n              [-109.050490504904985, 31.526943622154334],\n              [-109.050490504904985, 31.332316356871999],\n              [-109.277292772927666, 31.33374743970495],\n              [-109.28089280892803, 31.536961201985036],\n              [-109.050490504904985, 31.526943622154334]\n            ]\n          ],\n          [\n            [\n              [-107.30807308073075, 35.961869321492202],\n              [-107.624876248762419, 36.000508557982073],\n              [-107.617676176761705, 36.804777110104652],\n              [-106.894068940689351, 36.840554180928606],\n              [-106.667266672666671, 36.582959270996113],\n              [-106.008460084600785, 36.667393158140655],\n              [-106.026460264602591, 36.339675189393191],\n              [-105.85005850058495, 36.250948053749781],\n              [-105.626856268562619, 35.979042315487689],\n              [-105.720457204571986, 35.797294795701987],\n              [-105.972459724597186, 35.851675943354408],\n              [-106.112861128611229, 35.594081033421901],\n              [-106.346863468634623, 35.674221672067574],\n              [-106.325263252632467, 35.367969945814494],\n              [-106.681666816668098, 35.277811727338118],\n              [-106.886868868688623, 35.582632370758233],\n              [-107.113671136711304, 35.821623203862273],\n              [-107.30807308073075, 35.84022728069074],\n              [-107.30807308073075, 35.961869321492202]\n            ],\n            [\n              [-106.400864008640028, 35.827347535194107],\n              [-106.199261992619867, 35.787277215871285],\n              [-106.350463504634988, 35.953282824494451],\n              [-106.400864008640028, 35.827347535194107]\n            ]\n          ],\n          [\n            [\n              [-111.40491404914043, 37.005128706718821],\n              [-112.899612808556839, 37.00077591052731],\n              [-112.90431099258943, 37.544741340760893],\n              [-111.30411304113035, 37.54035368624524],\n              [-111.210512105120984, 37.062372020037145],\n              [-111.40491404914043, 37.005128706718821]\n            ]\n          ],\n          [\n            [\n              [-114.965349653496475, 34.555114896694164],\n              [-114.965349653496475, 35.00304382341011],\n              [-114.791238297869612, 35.131323553168841],\n              [-114.626946269462636, 35.120392615712703],\n              [-114.583745837458309, 34.828451717789193],\n              [-114.526145261452555, 34.746879996310568],\n              [-114.515345153451477, 34.565132476524866],\n              [-114.965349653496475, 34.555114896694164]\n            ]\n          ],\n          [\n            [\n              [-111.844118441184349, 38.151426055918435],\n              [-111.847718477184713, 38.424762877013478],\n              [-111.757717577175711, 38.510627846990985],\n              [-111.30411304113035, 38.510627846990985],\n              [-111.250112501124946, 38.152857138751401],\n              [-111.844118441184349, 38.151426055918435]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-SEC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-81.657816578165722, 28.96101210266005],\n              [-81.63981639816393, 28.799299742535752],\n              [-81.359013590135845, 28.872284967016626],\n              [-81.53901539015385, 29.178536693269706],\n              [-81.63981639816393, 29.168519113439004],\n              [-81.657816578165722, 28.96101210266005]\n            ]\n          ],\n          [\n            [\n              [-82.50742507425069, 29.214313764093674],\n              [-82.795427954279489, 29.523427656012672],\n              [-82.655026550265447, 29.645069696814133],\n              [-82.719827198271929, 29.852576707593087],\n              [-82.536225362253575, 29.928424097739878],\n              [-82.147421474214696, 29.835403713597586],\n              [-82.046620466204615, 29.93844167757058],\n              [-82.050220502204965, 30.186019007672371],\n              [-82.129421294212889, 30.363473278959205],\n              [-82.23022230222297, 30.416423343778661],\n              [-82.453424534245286, 30.124482445855165],\n              [-82.795427954279489, 30.181725759173503],\n              [-82.536225362253575, 30.294781302977213],\n              [-82.485824858248534, 30.413561178112758],\n              [-82.611826118261135, 30.529478887582371],\n              [-82.727027270272643, 30.599601946397328],\n              [-84.624246242462377, 30.701208827537371],\n              [-84.876248762487577, 30.726968318530623],\n              [-84.865448654486485, 30.532341053248288],\n              [-84.681846818468131, 30.416423343778661],\n              [-84.653046530465247, 30.111602700358546],\n              [-84.552245522455166, 30.047203972875423],\n              [-84.548645486454816, 30.248986652322543],\n              [-84.365043650436448, 30.22179607849634],\n              [-84.077040770407649, 30.200329836001956],\n              [-84.077040770407649, 30.095860789195996],\n              [-83.709837098370926, 29.934148429071712],\n              [-83.076230762307574, 29.188554273100422],\n              [-82.867428674286685, 29.161363699274219],\n              [-82.608226082260771, 29.011100001813588],\n              [-82.691026910269045, 28.929528280334964],\n              [-82.471424714247092, 28.938114777332714],\n              [-82.442624426244208, 29.035428409973875],\n              [-82.50742507425069, 29.214313764093674]\n            ],\n            [\n              [-84.260642606426003, 30.38637060428654],\n              [-84.339843398433928, 30.526616721916454],\n              [-84.131041310413053, 30.449338248936712],\n              [-84.260642606426003, 30.38637060428654]\n            ]\n          ],\n          [\n            [\n              [-80.887408874088692, 26.81295677038959],\n              [-81.157411574115685, 26.863044669543129],\n              [-81.125011250112451, 26.967513716349089],\n              [-80.707407074070687, 27.236557288945264],\n              [-80.783007830078247, 27.49129003321184],\n              [-80.786607866078612, 27.863371569781009],\n              [-80.927009270092654, 27.844767492952542],\n              [-81.215012150121453, 27.725987617817012],\n              [-81.143011430114242, 27.62581181950992],\n              [-81.218612186121803, 27.444064299724218],\n              [-81.69021690216897, 27.442633216891252],\n              [-81.582215822158162, 27.531360352534676],\n              [-81.683016830168242, 27.777506599803502],\n              [-81.737017370173646, 27.632967233674719],\n              [-81.931419314193093, 27.642984813505421],\n              [-82.208622086220814, 27.725987617817012],\n              [-82.17982179821793, 27.592896914351883],\n              [-82.374223742237362, 27.518480607038043],\n              [-82.392223922239168, 27.341026335751224],\n              [-82.277022770227646, 27.342457418584175],\n              [-82.259022590225854, 27.092017922816467],\n              [-82.003420034200289, 27.082000342985765],\n              [-81.981819818198133, 27.290938436597671],\n              [-81.66501665016645, 27.295231685096553],\n              [-81.56421564215637, 27.180745058459877],\n              [-81.567815678156734, 26.688452563922212],\n              [-81.272612726127207, 26.422271156991968],\n              [-81.269012690126843, 26.319233193018974],\n              [-80.927009270092654, 26.219057394711882],\n              [-80.880208802087964, 26.376476506337298],\n              [-80.887408874088692, 26.81295677038959]\n            ]\n          ],\n          [\n            [\n              [-81.679416794167892, 29.324507142231468],\n              [-81.420214202141963, 29.321644976565551],\n              [-81.575015750157448, 29.584964217829878],\n              [-81.549815498154928, 29.802488808439549],\n              [-81.647016470164644, 29.838265879263503],\n              [-81.960219602195963, 29.746676577954176],\n              [-82.025020250202445, 29.494805999353503],\n              [-81.74061740617401, 29.430407271870379],\n              [-81.679416794167892, 29.324507142231468]\n            ]\n          ],\n          [\n            [\n              [-82.352623526235206, 28.99106484215217],\n              [-82.334623346233414, 28.784988914206167],\n              [-82.471424714247092, 28.938114777332714],\n              [-82.572225722257173, 28.776402417208416],\n              [-82.723427234272293, 28.255488266011596],\n              [-82.658626586265811, 28.152450302038588],\n              [-82.500225002249962, 28.242608520514963],\n              [-82.410224102240974, 28.151019219205637],\n              [-82.057420574205693, 28.175347627365923],\n              [-81.981819818198133, 28.261212597343416],\n              [-81.719017190171854, 28.347077567320923],\n              [-81.747817478174724, 28.54313591543621],\n              [-81.63981639816393, 28.799299742535752],\n              [-81.902619026190209, 28.706279358393459],\n              [-82.035820358203523, 28.959581019827084],\n              [-82.352623526235206, 28.99106484215217]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-TAL\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-84.260642606426003, 30.38637060428654],\n              [-84.131041310413053, 30.449338248936712],\n              [-84.339843398433928, 30.526616721916454],\n              [-84.260642606426003, 30.38637060428654]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-TEC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-82.057420574205693, 28.175347627365923],\n              [-82.410224102240974, 28.151019219205637],\n              [-82.500225002249962, 28.242608520514963],\n              [-82.658626586265811, 28.152450302038588],\n              [-82.626226262262563, 27.73028086631588],\n              [-82.557825578255731, 27.640122647839505],\n              [-82.374223742237362, 27.518480607038043],\n              [-82.17982179821793, 27.592896914351883],\n              [-82.208622086220814, 27.725987617817012],\n              [-81.931419314193093, 27.642984813505421],\n              [-81.924219242192365, 27.934925711428917],\n              [-82.053820538205329, 27.959254119589218],\n              [-82.057420574205693, 28.175347627365923]\n            ]\n          ],\n          [\n            [\n              [-81.866618666186611, 28.025083929905293],\n              [-81.632616326163202, 27.96927169941992],\n              [-81.719017190171854, 28.347077567320923],\n              [-81.981819818198133, 28.261212597343416],\n              [-81.866618666186611, 28.025083929905293]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-HI\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-154.983349833498266, 19.339842216681191],\n              [-155.289352893528871, 19.259701578035532],\n              [-155.501755017550096, 19.138059537234071],\n              [-155.674556745567372, 18.906224118294816],\n              [-155.879758797587897, 19.029297241929243],\n              [-155.886958869588625, 19.334117885349357],\n              [-156.059760597605901, 19.730527830078813],\n              [-155.825758257582493, 20.019606562336406],\n              [-155.868958689586805, 20.262890643939315],\n              [-155.60615606156054, 20.138386437471937],\n              [-155.332553325533183, 20.04679713616261],\n              [-155.087750877508711, 19.860756367878025],\n              [-155.084150841508347, 19.727665664412896],\n              [-154.81774817748169, 19.480088334311105],\n              [-154.983349833498266, 19.339842216681191]\n            ]\n          ],\n          [\n            [\n              [-159.389793897938887, 22.229198456424058],\n              [-159.292592925929171, 22.146195652112482],\n              [-159.436594365943591, 21.868565582518556],\n              [-159.760597605975988, 21.97875896065635],\n              [-159.717397173971676, 22.157644314776149],\n              [-159.389793897938887, 22.229198456424058]\n            ]\n          ],\n          [\n            [\n              [-156.804968049680411, 20.812426451795318],\n              [-156.91296912969122, 20.735147978815561],\n              [-157.056970569705612, 20.911171167269444],\n              [-156.804968049680411, 20.812426451795318]\n            ]\n          ],\n          [\n            [\n              [-156.002160021600133, 20.686491162494988],\n              [-156.408964089640818, 20.587746447020862],\n              [-156.462964629646223, 20.780942629470232],\n              [-156.696966969669631, 20.915464415768312],\n              [-156.588965889658823, 21.027088876739072],\n              [-156.480964809648015, 20.904015753104645],\n              [-156.297362973629674, 20.952672569425232],\n              [-156.002160021600133, 20.80097778913165],\n              [-156.002160021600133, 20.686491162494988]\n            ]\n          ],\n          [\n            [\n              [-157.272972729727229, 21.087194355723312],\n              [-157.247772477724709, 21.221716142021393],\n              [-156.704167041670331, 21.155886331705318],\n              [-156.869768697686908, 21.052848367732309],\n              [-157.272972729727229, 21.087194355723312]\n            ]\n          ],\n          [\n            [\n              [-160.059400594005865, 22.000225203150734],\n              [-160.199801998019893, 21.784131695374015],\n              [-160.235802358023506, 21.87428991385039],\n              [-160.059400594005865, 22.000225203150734]\n            ]\n          ],\n          [\n            [\n              [-157.794977949779422, 21.254631047179444],\n              [-158.093780937809299, 21.293270283669315],\n              [-158.277382773827668, 21.575193601762109],\n              [-157.964179641796335, 21.705422139561307],\n              [-157.892178921789139, 21.598090927089444],\n              [-157.647376473764666, 21.306150029165934],\n              [-157.794977949779422, 21.254631047179444]\n            ]\n          ],\n          [\n            [\n              [-156.545765457654511, 20.513330139707023],\n              [-156.678966789667811, 20.504743642709272],\n              [-156.700567005669967, 20.52477880237069],\n              [-156.610566105660979, 20.590608612686779],\n              [-156.560165601655939, 20.597764026851564],\n              [-156.534965349653419, 20.53193421653549],\n              [-156.545765457654511, 20.513330139707023]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-MIDA-PJM\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-76.552965529655239, 35.438093004629451],\n              [-76.268562685626804, 35.309295549663204],\n              [-76.070560705607008, 35.370832111480411],\n              [-75.948159481594772, 35.53397555443766],\n              [-75.750157501574961, 35.606960778918534],\n              [-75.660156601565959, 35.847382694855526],\n              [-75.926559265592601, 35.969024735656987],\n              [-75.98775987759872, 35.888884097011328],\n              [-76.2145621456214, 36.042009960137861],\n              [-76.077760777607722, 36.19656690609736],\n              [-75.750157501574961, 36.156496586774523],\n              [-75.825758257582521, 36.352554934889824],\n              [-75.998559985599798, 36.439850987700282],\n              [-75.876158761587561, 36.587252519494982],\n              [-75.98775987759872, 36.90495290841173],\n              [-76.232562325623206, 36.943592144901615],\n              [-76.297362973629689, 37.131063996019151],\n              [-76.502565025650199, 37.234101959992145],\n              [-76.250562505624998, 37.43588463943928],\n              [-76.329763297632923, 37.498852284089438],\n              [-76.182161821618166, 37.869502737825655],\n              [-76.455764557645523, 38.03980159494769],\n              [-76.326163261632558, 38.066992168773893],\n              [-76.477364773647679, 38.313138416042733],\n              [-76.387363873638691, 38.36179523236332],\n              [-76.516965169651641, 38.533525172318321],\n              [-76.552965529655239, 38.738170017431358],\n              [-76.462964629646251, 38.922779702882977],\n              [-76.308163081630767, 38.796844413582647],\n              [-76.279362793627882, 38.40472771735206],\n              [-76.03456034560341, 38.324587078706401],\n              [-75.843758437584327, 38.028352932284022],\n              [-75.656556565565609, 37.963954204800899],\n              [-75.724957249572441, 37.775051270850398],\n              [-75.940959409594043, 37.563251011572561],\n              [-76.023760237602318, 37.262723616651314],\n              [-75.811358113581079, 37.238395208491028],\n              [-75.602556025560204, 37.713514709033191],\n              [-75.260552605526001, 38.202945037904939],\n              [-75.105751057510517, 38.321724913040484],\n              [-75.051750517505127, 38.506334598492103],\n              [-75.184951849518441, 38.802568744914481],\n              [-75.37215372153716, 39.044421743684438],\n              [-75.36855368553681, 39.350673469937519],\n              [-74.896948969489642, 39.167494867318851],\n              [-74.965349653496489, 38.967143270704682],\n              [-74.864548645486408, 38.938521614045527],\n              [-74.515345153451477, 39.3377937244409],\n              [-74.338943389433837, 39.430814108583192],\n              [-73.98973989739892, 40.256548903200141],\n              [-73.993339933399284, 40.462624831146144],\n              [-74.094140941409364, 40.441158588651774],\n              [-74.202142021420158, 40.62863043976931],\n              [-74.094140941409364, 40.648665599430728],\n              [-73.953739537395322, 40.851879361710814],\n              [-74.01134011340109, 41.046506626993136],\n              [-74.248942489424849, 40.992125479340729],\n              [-74.468544685446801, 41.254013637772104],\n              [-74.745747457474522, 41.326998862252978],\n              [-74.961749617496125, 41.116629685808107],\n              [-75.310953109531042, 41.331292110751846],\n              [-75.069750697506919, 41.601766766180972],\n              [-75.073350733507283, 41.810704859792892],\n              [-75.433354333543278, 41.999607793743394],\n              [-79.670596705967, 41.999607793743394],\n              [-79.785877556940775, 42.258073653850403],\n              [-80.340203402033964, 42.033953781734382],\n              [-81.344613446134403, 41.729133138314268],\n              [-81.693816938169334, 41.514470713370514],\n              [-81.996219962199575, 41.514470713370514],\n              [-82.500225002249962, 41.381380009905385],\n              [-82.777427774277683, 41.535936955864884],\n              [-82.993429934299286, 41.535936955864884],\n              [-83.378633786337815, 41.686200653325514],\n              [-83.439834398343933, 41.769203457637104],\n              [-83.205832058320524, 42.011056456407061],\n              [-83.421834218342127, 42.094059260718637],\n              [-84.361443614436084, 42.074024101057219],\n              [-84.361443614436084, 41.737719635312018],\n              [-84.804248042480367, 41.69621823315623],\n              [-84.804248042480367, 41.561696446858136],\n              [-85.164251642516376, 41.525919376034182],\n              [-85.19665196651961, 41.750599380808637],\n              [-85.293852938529326, 41.78494536879964],\n              [-85.301053010530055, 42.420346146633136],\n              [-86.251462514625089, 42.418915063800185],\n              [-86.611466114661098, 41.903725243935185],\n              [-86.820268202681973, 41.683338487659597],\n              [-86.485464854648498, 41.604628931846889],\n              [-86.525065250652446, 41.497297719375013],\n              [-86.276662766627609, 41.354189436079182],\n              [-86.089460894608891, 41.47869364254656],\n              [-85.747457474574688, 41.435761157557806],\n              [-85.653856538565336, 41.178166247625313],\n              [-85.801458014580092, 41.012160639002147],\n              [-85.945459454594484, 41.042213378494267],\n              [-86.021060210602045, 40.841861781880098],\n              [-85.995859958599524, 40.645803433764812],\n              [-85.86265862658621, 40.449745085649525],\n              [-85.86265862658621, 40.00897157309835],\n              [-85.574655746557411, 39.946003928448192],\n              [-85.506255062550565, 39.787153733989811],\n              [-85.261452614526092, 39.788584816822777],\n              [-85.200252002519974, 39.997522910434682],\n              [-84.811448114481095, 40.043317561089353],\n              [-84.879848798487927, 39.842965964475184],\n              [-84.815048150481445, 39.71130634384302],\n              [-84.786247862478575, 38.88270938356014],\n              [-84.897848978489733, 38.723859189101773],\n              [-84.991449914499086, 38.778240336754195],\n              [-85.185851858518532, 38.652305047453851],\n              [-85.376653766537615, 38.731014603266559],\n              [-85.416254162541577, 38.552129249146773],\n              [-85.301053010530055, 38.344622238367819],\n              [-85.387453874538693, 38.177185546911687],\n              [-85.689856898568934, 38.022628600952189],\n              [-85.783457834578286, 38.066992168773893],\n              [-85.765457654576494, 37.938194713807647],\n              [-86.049860498604929, 37.807966176008435],\n              [-86.237062370623647, 37.586148336899896],\n              [-86.053460534605293, 37.495990118423521],\n              [-86.035460354603487, 37.18115189517269],\n              [-86.147061470614645, 36.979369215725569],\n              [-85.934659346593406, 36.803346027271701],\n              [-85.700657006570012, 36.844847429427489],\n              [-85.571055710557047, 36.993680044055154],\n              [-85.301053010530055, 36.949316476233449],\n              [-85.261452614526092, 36.65308232981107],\n              [-84.293042930429252, 36.591545767993864],\n              [-83.810638106381006, 36.74896487961928],\n              [-83.56223562235617, 36.969351635894867],\n              [-83.486634866348609, 36.897797494246944],\n              [-83.166231662316576, 36.903521825578778],\n              [-82.979029790297844, 36.986524629890354],\n              [-82.853028530285243, 36.870606920420741],\n              [-82.824228242282373, 36.704601311797575],\n              [-82.637026370263655, 36.431264490702532],\n              [-82.244622446224412, 36.595839016492732],\n              [-82.219422194221892, 36.697445897632775],\n              [-81.674585041036607, 36.59193756016861],\n              [-80.857307843606009, 36.558208659957188],\n              [-78.463853193987802, 36.542641475244224],\n              [-77.942579425794207, 36.544320034506242],\n              [-77.636576365763602, 36.468472644359451],\n              [-77.208172081720761, 36.059182954133362],\n              [-77.37017370173696, 35.9446963274967],\n              [-77.34137341373409, 35.81589887253044],\n              [-76.984969849698444, 35.658479760905024],\n              [-76.653766537665319, 35.70570549439266],\n              [-76.552965529655239, 35.438093004629451]\n            ],\n            [\n              [-76.495364953649485, 36.084942445126615],\n              [-76.495364953649485, 36.36829684605236],\n              [-76.29016290162896, 36.223757479923563],\n              [-76.29016290162896, 36.122150598783534],\n              [-76.495364953649485, 36.084942445126615]\n            ],\n            [\n              [-86.035460354603487, 37.601890248062446],\n              [-85.959859598595926, 37.744998531358277],\n              [-85.869858698586938, 37.639098401719352],\n              [-86.035460354603487, 37.601890248062446]\n            ],\n            [\n              [-84.717847178471729, 37.899555477317776],\n              [-84.627846278462727, 37.574699674236228],\n              [-84.692646926469209, 37.48740362142577],\n              [-84.858248582485771, 37.641960567385269],\n              [-84.717847178471729, 37.899555477317776]\n            ],\n            [\n              [-84.717847178471729, 37.899555477317776],\n              [-84.941049410494045, 38.180047712577604],\n              [-84.869048690486849, 38.35320873536557],\n              [-84.667446674466689, 38.343191155534853],\n              [-84.267842678426732, 38.164305801415068],\n              [-84.260642606426003, 37.953936624970197],\n              [-84.293042930429252, 37.852329743830154],\n              [-84.617046170461649, 37.938194713807647],\n              [-84.717847178471729, 37.899555477317776]\n            ]\n          ],\n          [\n            [\n              [-87.525875258752535, 41.65042358250156],\n              [-87.669876698766927, 42.028229450402563],\n              [-87.831878318783126, 42.285824360335056],\n              [-87.799477994779892, 42.483313791283308],\n              [-90.290702907029015, 42.507642199443595],\n              [-90.240302403023975, 42.25434053800997],\n              [-90.096300963009568, 42.056851107061718],\n              [-90.265502655026495, 41.772065623303021],\n              [-90.171901719017129, 41.637543837004927],\n              [-90.186301863018571, 41.418588163562305],\n              [-89.999099990999852, 41.500159885040929],\n              [-89.85509855098546, 41.454365234386259],\n              [-89.178291782917768, 41.488711222377262],\n              [-89.027090270902647, 41.397121921067935],\n              [-89.307893078930732, 40.964934905514511],\n              [-89.171091710917054, 40.92629566902464],\n              [-89.066690666906609, 40.69589133291835],\n              [-88.713887138871328, 40.826119870717562],\n              [-88.5734857348573, 40.635785853934095],\n              [-88.328683286832813, 40.670131841925098],\n              [-88.130681306813017, 40.976383568178179],\n              [-87.525875258752535, 40.93488216602239],\n              [-87.525875258752535, 41.65042358250156]\n            ]\n          ],\n          [\n            [\n              [-86.694266942669373, 40.215047501044353],\n              [-87.091879267223121, 40.213936866198274],\n              [-87.09090628425281, 39.866095454313346],\n              [-86.695388706822811, 39.864149488372732],\n              [-86.694266942669373, 40.215047501044353]\n            ]\n          ],\n          [\n            [\n              [-86.770023976397866, 40.563331835487347],\n              [-86.696036729697411, 40.560372345619328],\n              [-86.6924853418558, 40.433114281294529],\n              [-86.376411823951415, 40.434298077241735],\n              [-86.374003037324769, 40.691321660268287],\n              [-86.524191027569472, 40.692672271691357],\n              [-86.523650783000249, 40.734271103521721],\n              [-86.747852279228852, 40.738052815506308],\n              [-86.770023976397866, 40.563331835487347]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-MIDW-AECI\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-90.301503015030093, 36.097822190623233],\n              [-90.229502295022897, 35.99621530948319],\n              [-89.739897398973937, 36.000508557982073],\n              [-89.592295922959167, 36.140754675611987],\n              [-89.667896678966727, 36.208015568761027],\n              [-89.516695166951607, 36.351123852056858],\n              [-89.570695706957011, 36.54861328300511],\n              [-89.19269192691921, 36.634478252982618],\n              [-89.08829088290878, 36.746102713953363],\n              [-89.109891098910936, 36.912108322576529],\n              [-89.250292502924978, 37.063803102870111],\n              [-89.347493474934694, 37.026594949213191],\n              [-89.462694626946217, 37.20548030333299],\n              [-89.768697686976807, 37.297069604642317],\n              [-89.747097470974651, 37.510300946753105],\n              [-90.5715057150571, 37.630511904721615],\n              [-91.068310683106773, 37.587579419732862],\n              [-91.097110971109657, 37.835156749834653],\n              [-90.74790747907474, 37.923883885478062],\n              [-90.6975069750697, 38.65946046161865],\n              [-90.560705607056008, 38.79398224791673],\n              [-90.711907119071128, 39.050146075016272],\n              [-90.72630726307257, 39.251928754463393],\n              [-91.302313023130168, 39.679822521517934],\n              [-91.428314283142768, 39.83724163314335],\n              [-91.511115111151057, 40.123458199735026],\n              [-91.385113851138456, 40.386777440999353],\n              [-91.359913599135936, 40.601439865943107],\n              [-91.154711547115411, 40.652958847929597],\n              [-91.370713707137014, 40.870483438539267],\n              [-91.370713707137014, 41.160993253629812],\n              [-91.82791827918274, 41.279773128765356],\n              [-91.824318243182375, 41.160993253629812],\n              [-92.173521735217292, 41.162424336462763],\n              [-92.223922239222333, 41.007867390503264],\n              [-92.634326343263382, 41.160993253629812],\n              [-93.239132391323849, 41.191045993121932],\n              [-93.325533255332502, 41.007867390503264],\n              [-93.332733327333216, 40.730237320909353],\n              [-93.721537215372095, 40.622906108437476],\n              [-94.272342723427172, 40.615750694272691],\n              [-94.66834668346678, 40.731668403742304],\n              [-94.909549095490902, 40.730237320909353],\n              [-95.125551255512491, 40.578542540615771],\n              [-95.755557555575493, 40.59142228611239],\n              [-96.065160651606462, 40.459762665480227],\n              [-95.996759967599615, 40.260842151699023],\n              [-95.4855548555485, 40.24796240620239],\n              [-95.420754207542018, 40.059059472251889],\n              [-95.064350643506373, 39.863001124136602],\n              [-94.891548915489096, 39.834379467477433],\n              [-95.107551075510699, 39.573922391879023],\n              [-94.859148591485862, 39.274826079790728],\n              [-94.466744667446619, 39.253359837296358],\n              [-94.355143551435461, 39.15032187332335],\n              [-94.15714157141565, 39.170357032984768],\n              [-94.239942399423938, 38.835483650072518],\n              [-94.607146071460662, 38.818310656077017],\n              [-94.61794617946174, 36.499956466684523],\n              [-93.295718178897815, 36.497874885716975],\n              [-90.247502475024689, 36.497094301018606],\n              [-90.067500675006698, 36.305329201402202],\n              [-90.290702907029015, 36.200860154596242],\n              [-90.301503015030093, 36.097822190623233]\n            ]\n          ],\n          [\n            [\n              [-94.455944559445541, 34.66817044049786],\n              [-94.452344523445177, 34.786950315633405],\n              [-94.434344343443371, 35.385142939809995],\n              [-94.466744667446619, 35.594081033421901],\n              [-94.805148051480458, 35.63844460124362],\n              [-94.790747907479016, 36.109270853286901],\n              [-95.085950859508543, 36.036285628806027],\n              [-95.406354063540576, 36.043441042970827],\n              [-95.402754027540212, 36.355417100555741],\n              [-95.759157591575857, 36.392625254212646],\n              [-95.431554315543096, 36.645926915646271],\n              [-95.355953559535536, 36.889210997249194],\n              [-95.453154531545252, 36.999404375386987],\n              [-96.155161551615464, 36.999404375386987],\n              [-96.191161911619062, 36.150772255442689],\n              [-96.007560075600693, 36.046303208636743],\n              [-96.108361083610774, 35.903194925340898],\n              [-96.720367203671984, 35.941834161830784],\n              [-96.6915669156691, 36.265258882079365],\n              [-96.961569615696092, 36.268121047745282],\n              [-96.91836918369178, 36.411229331041113],\n              [-97.101971019710135, 36.411229331041113],\n              [-97.112771127711213, 36.269552130578234],\n              [-97.641976419764134, 36.183687160600741],\n              [-97.501575015750106, 35.833071866525941],\n              [-97.393573935739298, 35.828778618027073],\n              [-97.393573935739298, 35.586925619257116],\n              [-97.307173071730659, 35.446679501627202],\n              [-97.134371343713383, 35.501060649279609],\n              [-97.130771307713019, 35.738620399550697],\n              [-96.446764467644613, 35.681377086232359],\n              [-96.450364503644977, 35.408040265137316],\n              [-95.665556655566505, 35.229154911017531],\n              [-96.043560435604292, 35.104650704550153],\n              [-96.090360903608982, 34.799830061130038],\n              [-95.683556835568297, 34.711102925486614],\n              [-94.455944559445541, 34.66817044049786]\n            ]\n          ],\n          [\n            [\n              [-90.096300963009568, 35.360814531649694],\n              [-90.168301683016779, 35.436661921796485],\n              [-90.503105031050254, 35.442386253128319],\n              [-90.506705067050618, 35.184791343195826],\n              [-90.308703087030821, 34.994457326412359],\n              [-90.211502115021091, 35.025941148737445],\n              [-90.096300963009568, 35.360814531649694]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-MIDW-MISO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-88.731887318873135, 36.833398766763821],\n              [-88.915489154891489, 36.942161062068649],\n              [-89.109891098910936, 36.912108322576529],\n              [-89.250292502924978, 37.063803102870111],\n              [-89.347493474934694, 37.026594949213191],\n              [-89.462694626946217, 37.20548030333299],\n              [-89.768697686976807, 37.297069604642317],\n              [-89.747097470974651, 37.510300946753105],\n              [-90.5715057150571, 37.630511904721615],\n              [-91.068310683106773, 37.587579419732862],\n              [-91.097110971109657, 37.835156749834653],\n              [-90.74790747907474, 37.923883885478062],\n              [-90.6975069750697, 38.65946046161865],\n              [-90.560705607056008, 38.79398224791673],\n              [-90.711907119071128, 39.050146075016272],\n              [-90.72630726307257, 39.251928754463393],\n              [-91.302313023130168, 39.679822521517934],\n              [-91.428314283142768, 39.83724163314335],\n              [-91.511115111151057, 40.123458199735026],\n              [-91.385113851138456, 40.386777440999353],\n              [-91.359913599135936, 40.601439865943107],\n              [-91.154711547115411, 40.652958847929597],\n              [-91.370713707137014, 40.870483438539267],\n              [-91.370713707137014, 41.160993253629812],\n              [-91.82791827918274, 41.279773128765356],\n              [-91.824318243182375, 41.160993253629812],\n              [-92.173521735217292, 41.162424336462763],\n              [-92.223922239222333, 41.007867390503264],\n              [-92.634326343263382, 41.160993253629812],\n              [-93.239132391323849, 41.191045993121932],\n              [-93.325533255332502, 41.007867390503264],\n              [-93.332733327333216, 40.730237320909353],\n              [-93.721537215372095, 40.622906108437476],\n              [-94.272342723427172, 40.615750694272691],\n              [-94.66834668346678, 40.731668403742304],\n              [-94.909549095490902, 40.730237320909353],\n              [-95.125551255512491, 40.578542540615771],\n              [-95.755557555575493, 40.59142228611239],\n              [-95.885158851588457, 40.747410314904855],\n              [-95.881558815588093, 41.150975673799095],\n              [-94.927549275492694, 41.158131087963895],\n              [-94.931149311493058, 41.504453133539812],\n              [-94.241538905789085, 41.504118057538903],\n              [-94.279542795427901, 41.863654924612348],\n              [-94.628746287462818, 41.862223841779397],\n              [-94.629040928930237, 42.208189027401183],\n              [-95.323932685013062, 42.211411091185184],\n              [-95.327153271532652, 42.56059226426305],\n              [-94.441544415444099, 42.559161181430099],\n              [-94.441544415444099, 43.27613368074222],\n              [-94.059940599405934, 43.346256739557177],\n              [-94.049140491404856, 43.499382602683724],\n              [-96.443810410735878, 43.494011813409216],\n              [-96.457265399107087, 44.196690414776832],\n              [-96.450364503644977, 44.544073070743295],\n              [-96.601566015660097, 45.326875380371504],\n              [-96.482764827648225, 45.495743154660587],\n              [-96.587165871658655, 46.247061641963711],\n              [-96.770767707677024, 46.600539101704413],\n              [-97.325173251732465, 46.620574261365832],\n              [-97.526775267752626, 46.445982155744915],\n              [-98.005580055800493, 46.214146736805674],\n              [-98.120781207812016, 46.282838712787665],\n              [-98.034380343803377, 46.630591841196548],\n              [-97.746377463774579, 46.630591841196548],\n              [-97.681576815768096, 46.752233881998009],\n              [-97.706777067770616, 47.240233128036792],\n              [-98.343983439834346, 47.240233128036792],\n              [-98.498784987849817, 47.53646727445917],\n              [-98.898388983889774, 47.742543202405173],\n              [-98.901989019890138, 47.847012249211119],\n              [-98.545585455854493, 47.847012249211119],\n              [-98.383583835838294, 47.672420143590216],\n              [-97.969579695796895, 47.672420143590216],\n              [-97.883178831788257, 47.759716196400674],\n              [-97.904779047790413, 48.11891798747321],\n              [-98.001980019800143, 48.194765377620001],\n              [-98.412384123841179, 48.194765377620001],\n              [-98.635586355863495, 47.93144613635566],\n              [-98.801188011880058, 48.05165709432417],\n              [-99.0707362853436, 48.046597575300709],\n              [-99.070959407649426, 48.107509964787383],\n              [-99.201039711937824, 48.156819994371837],\n              [-99.203494057301768, 48.369901796422297],\n              [-98.972785593092155, 48.370348041033921],\n              [-98.970849356061905, 48.715791187577707],\n              [-99.002440717375492, 48.716286738343413],\n              [-99.001996065530818, 48.999789103785929],\n              [-95.150401130665628, 48.998526612729151],\n              [-95.153781196062269, 49.381332933452747],\n              [-94.821033412127775, 49.26833941295812],\n              [-94.815948159481536, 49.26664641950579],\n              [-94.704347043470378, 48.823010741288712],\n              [-94.553551987132721, 48.719026416087466],\n              [-94.122829861392077, 48.647415848128723],\n              [-93.818738187381811, 48.606917233511993],\n              [-93.79783022743824, 48.511545892660529],\n              [-93.465560248239782, 48.560319467588741],\n              [-93.253532535325292, 48.642694304335961],\n              [-92.634326343263382, 48.54251850602887],\n              [-92.457924579245741, 48.413721051062623],\n              [-92.370563221915958, 48.228878530311867],\n              [-92.298393986920459, 48.248480050927931],\n              [-92.284138335563313, 48.352724501476985],\n              [-92.0295202952029, 48.326424998252165],\n              [-91.691116911169061, 48.11891798747321],\n              [-91.307697246656829, 48.081807855216745],\n              [-90.895925139585202, 48.238682131672348],\n              [-90.764004670798826, 48.093688463276507],\n              [-90.45642712574103, 48.108880300561353],\n              [-90.024300243002372, 48.084571999482208],\n              [-89.682296822968169, 47.944325881852293],\n              [-89.98109981099806, 47.829839255215632],\n              [-90.488704887048812, 47.713921545746004],\n              [-91.050310503104981, 47.450602304481663],\n              [-91.460714607146016, 47.13433299839788],\n              [-92.011520115201094, 46.835236686309585],\n              [-91.989919899198938, 46.694990568679671],\n              [-91.374313743137378, 46.792304201320832],\n              [-90.963909639096329, 46.96260305844288],\n              [-90.798307983079781, 46.968327389774714],\n              [-90.765907659076532, 46.706439231343339],\n              [-90.582305823058178, 46.597676936038511],\n              [-90.067500675006698, 46.663506746354585],\n              [-89.783097830978249, 46.819494775147049],\n              [-89.459094590945853, 46.838098851975502],\n              [-88.958689586895815, 47.008397709097551],\n              [-88.901089010890047, 47.08853834774321],\n              [-88.440284402843972, 47.353288671840502],\n              [-87.939879398793934, 47.480655043973798],\n              [-87.878678786787816, 47.396221156829256],\n              [-88.231482314823097, 47.198731725881004],\n              [-88.440284402843972, 46.976913886772465],\n              [-88.440284402843972, 46.780855538657164],\n              [-88.098280982809769, 46.918239490621175],\n              [-87.795877958779528, 46.881031336964256],\n              [-87.608676086760809, 46.788010952821963],\n              [-87.309873098730932, 46.491776806399585],\n              [-86.982269822698171, 46.531847125722422],\n              [-86.899468994689897, 46.46887948107225],\n              [-86.607866078660734, 46.493207889232551],\n              [-86.139861398613931, 46.673524326185301],\n              [-85.506255062550565, 46.676386491851218],\n              [-85.103051030510244, 46.759389296162794],\n              [-85.034650346503412, 46.488914640733668],\n              [-84.523445234452296, 46.433102410248296],\n              [-84.233790767918364, 46.530211102532675],\n              [-84.224642246422405, 46.533278208555373],\n              [-84.222766728332999, 46.529848659515942],\n              [-84.116641166411611, 46.335788777607135],\n              [-84.213842138421327, 46.164058837652135],\n              [-84.095040950409455, 46.148316926489585],\n              [-84.044640446404415, 45.963707241037966],\n              [-84.343443434434292, 45.949396412708381],\n              [-84.570245702456972, 46.032399217019957],\n              [-84.779047790477847, 45.80628812941255],\n              [-84.973449734497294, 45.986604566365301],\n              [-85.470254702546967, 46.093935778837178],\n              [-85.643056430564258, 45.988035649198252],\n              [-85.945459454594484, 45.93222341871288],\n              [-86.251462514625089, 45.949396412708381],\n              [-86.373863738637326, 45.789115135417049],\n              [-86.683466834668295, 45.839203034570588],\n              [-86.841868418684129, 45.720423159435043],\n              [-87.158671586715812, 45.667473094615588],\n              [-87.579875798757939, 45.170887351579054],\n              [-87.651876518765135, 44.976260086296719],\n              [-87.842678426784218, 44.91758569014543],\n              [-88.004680046800416, 44.654266448881089],\n              [-87.914679146791414, 44.551228484908094],\n              [-87.608676086760809, 44.838876134332722],\n              [-87.403474034740299, 44.904705944648796],\n              [-87.140671406714006, 45.192353594073424],\n              [-87.057870578705732, 45.093608878599298],\n              [-87.317073170731646, 44.790219318012134],\n              [-87.799477994779892, 43.718338276126346],\n              [-87.702277022770176, 43.692578785133094],\n              [-87.903879038790336, 43.274702597909268],\n              [-87.839078390783854, 42.863981824850214],\n              [-87.767077670776658, 42.789565517536388],\n              [-87.799477994779892, 42.483313791283308],\n              [-90.290702907029015, 42.507642199443595],\n              [-90.240302403023975, 42.25434053800997],\n              [-90.096300963009568, 42.056851107061718],\n              [-90.265502655026495, 41.772065623303021],\n              [-90.171901719017129, 41.637543837004927],\n              [-90.186301863018571, 41.418588163562305],\n              [-89.999099990999852, 41.500159885040929],\n              [-89.85509855098546, 41.454365234386259],\n              [-89.178291782917768, 41.488711222377262],\n              [-89.027090270902647, 41.397121921067935],\n              [-89.307893078930732, 40.964934905514511],\n              [-89.171091710917054, 40.92629566902464],\n              [-89.066690666906609, 40.69589133291835],\n              [-88.713887138871328, 40.826119870717562],\n              [-88.5734857348573, 40.635785853934095],\n              [-88.328683286832813, 40.670131841925098],\n              [-88.130681306813017, 40.976383568178179],\n              [-87.525875258752535, 40.93488216602239],\n              [-87.525875258752535, 41.65042358250156],\n              [-87.299072990729854, 41.631819505673093],\n              [-86.820268202681973, 41.683338487659597],\n              [-86.485464854648498, 41.604628931846889],\n              [-86.525065250652446, 41.497297719375013],\n              [-86.276662766627609, 41.354189436079182],\n              [-86.089460894608891, 41.47869364254656],\n              [-85.747457474574688, 41.435761157557806],\n              [-85.653856538565336, 41.178166247625313],\n              [-85.801458014580092, 41.012160639002147],\n              [-85.945459454594484, 41.042213378494267],\n              [-86.021060210602045, 40.841861781880098],\n              [-85.995859958599524, 40.645803433764812],\n              [-85.86265862658621, 40.449745085649525],\n              [-85.86265862658621, 40.00897157309835],\n              [-85.574655746557411, 39.946003928448192],\n              [-85.506255062550565, 39.787153733989811],\n              [-85.261452614526092, 39.788584816822777],\n              [-85.200252002519974, 39.997522910434682],\n              [-84.811448114481095, 40.043317561089353],\n              [-84.879848798487927, 39.842965964475184],\n              [-84.815048150481445, 39.71130634384302],\n              [-84.786247862478575, 38.88270938356014],\n              [-84.897848978489733, 38.723859189101773],\n              [-84.991449914499086, 38.778240336754195],\n              [-85.185851858518532, 38.652305047453851],\n              [-85.376653766537615, 38.731014603266559],\n              [-85.416254162541577, 38.552129249146773],\n              [-85.71145711457109, 38.281654593717647],\n              [-85.877058770587652, 38.205807203570856],\n              [-85.783457834578286, 38.066992168773893],\n              [-86.100261002609969, 38.006886689789653],\n              [-86.049860498604929, 37.807966176008435],\n              [-86.237062370623647, 37.586148336899896],\n              [-86.32706327063265, 37.478817124428019],\n              [-86.813068130681245, 37.558957763073693],\n              [-86.949869498694937, 37.325691261301486],\n              [-87.115471154711486, 37.471661710263234],\n              [-87.381873818738129, 37.312811515804853],\n              [-87.583475834758289, 37.334277758299237],\n              [-87.723877238772332, 37.176858646673821],\n              [-87.921879218792128, 37.146805907181687],\n              [-88.080280802807977, 37.125339664687317],\n              [-88.202682026820213, 36.995111126888105],\n              [-88.483484834848298, 36.942161062068649],\n              [-88.533885338853338, 37.042336860375741],\n              [-88.713887138871328, 36.946454310567532],\n              [-88.731887318873135, 36.833398766763821]\n            ],\n            [\n              [-87.091879267223121, 40.213936866198274],\n              [-87.09090628425281, 39.866095454313346],\n              [-86.695388706822811, 39.864149488372732],\n              [-86.694266942669373, 40.215047501044353],\n              [-87.091879267223121, 40.213936866198274]\n            ],\n            [\n              [-86.376411823951415, 40.434298077241735],\n              [-86.374003037324769, 40.691321660268287],\n              [-86.524191027569472, 40.692672271691357],\n              [-86.523650783000249, 40.734271103521721],\n              [-86.747852279228852, 40.738052815506308],\n              [-86.770023976397866, 40.563331835487347],\n              [-86.696036729697411, 40.560372345619328],\n              [-86.6924853418558, 40.433114281294529],\n              [-86.376411823951415, 40.434298077241735]\n            ]\n          ],\n          [\n            [\n              [-90.823508235082301, 36.073493782462947],\n              [-90.72630726307257, 35.96616256999107],\n              [-90.467104671046656, 35.964731487158119],\n              [-90.301503015030093, 36.097822190623233],\n              [-90.229502295022897, 35.99621530948319],\n              [-89.739897398973937, 36.000508557982073],\n              [-89.664296642966377, 35.876004351514695],\n              [-89.95589955899554, 35.708567660058577],\n              [-89.90909909099085, 35.515371477609193],\n              [-90.096300963009568, 35.360814531649694],\n              [-90.168301683016779, 35.436661921796485],\n              [-90.503105031050254, 35.442386253128319],\n              [-90.506705067050618, 35.184791343195826],\n              [-90.308703087030821, 34.994457326412359],\n              [-90.211502115021091, 35.025941148737445],\n              [-89.988299882998774, 34.994457326412359],\n              [-89.725497254972495, 34.689636682992244],\n              [-89.819098190981848, 34.629531204007989],\n              [-90.215102151021455, 34.723982670983247],\n              [-90.243902439024339, 34.34045247175041],\n              [-90.157501575015701, 34.278915909933204],\n              [-90.301503015030093, 34.110048135644121],\n              [-90.308703087030821, 33.89967895919925],\n              [-89.999099990999852, 33.793778829560324],\n              [-89.85869858698581, 33.859608639876413],\n              [-89.491494914949101, 33.752277427404536],\n              [-89.3654936549365, 33.474647357810625],\n              [-89.455494554945489, 33.285744423860123],\n              [-89.31869318693181, 33.285744423860123],\n              [-89.31869318693181, 33.108290152573289],\n              [-89.444694446944411, 32.930835881286455],\n              [-89.552695526955219, 32.952302123780825],\n              [-89.527495274952699, 33.182706459887115],\n              [-89.7794977949779, 33.181275377054163],\n              [-89.646296462964571, 32.989510277437745],\n              [-89.732697326973209, 32.92940479845349],\n              [-89.729097290972859, 32.671809888520997],\n              [-90.024300243002372, 32.399904150258919],\n              [-89.95589955899554, 32.324056760112114],\n              [-89.743497434974287, 32.415646061421455],\n              [-89.729097290972859, 32.09508350683879],\n              [-89.653496534965299, 31.780245283587959],\n              [-89.973899738997332, 31.754485792594707],\n              [-89.95949959499589, 31.40816374701879],\n              [-90.00630006300058, 31.133395843090796],\n              [-89.772297722977171, 30.881525264490122],\n              [-89.844298442984368, 30.691191247706669],\n              [-89.624696246962415, 30.248986652322543],\n              [-89.635496354963493, 30.120189197356297],\n              [-89.851498514985096, 29.974218748394549],\n              [-89.689496894968897, 29.868318618755623],\n              [-89.433894338943333, 30.035755310211755],\n              [-89.279092790927848, 29.848283459094205],\n              [-89.631896318963129, 29.710899507130208],\n              [-89.693096930969247, 29.603568294658331],\n              [-89.541895418954127, 29.327369307897385],\n              [-89.743497434974287, 29.333093639229219],\n              [-90.071100711007048, 29.501961413518288],\n              [-90.042300423004178, 29.198571852931124],\n              [-90.240302403023975, 29.131310959782084],\n              [-90.459904599045927, 29.337386887728087],\n              [-90.618306183061776, 29.29731656840525],\n              [-90.733507335073298, 29.135604208280967],\n              [-91.057510575105695, 29.181398858935623],\n              [-91.154711547115411, 29.357422047389505],\n              [-91.277112771127662, 29.248659752084677],\n              [-91.323913239132338, 29.447580265865881],\n              [-91.637116371163657, 29.643638613981167],\n              [-91.651516515165099, 29.74524549512121],\n              [-91.899918999189936, 29.83397263076462],\n              [-92.187921879218734, 29.716623838462041],\n              [-92.123121231212252, 29.637914282649334],\n              [-92.292322923229179, 29.533445235843374],\n              [-92.601926019260134, 29.576377720832127],\n              [-93.21033210332098, 29.775298234613331],\n              [-93.764737647376421, 29.729503583958675],\n              [-94.686346863468572, 29.466184342694334],\n              [-94.736747367473612, 29.789609062942915],\n              [-94.916749167491616, 29.695157595967672],\n              [-95.143551435514297, 30.28905697164538],\n              [-95.3595535955359, 30.503719396589119],\n              [-95.330753307533016, 30.814264371341082],\n              [-95.201152011520051, 30.824281951171798],\n              [-94.801548015480094, 31.130533677424879],\n              [-94.506345063450581, 31.046099790280337],\n              [-94.18234182341817, 31.129102594591913],\n              [-94.337143371433655, 31.260762215224076],\n              [-94.308343083430771, 31.559858527312372],\n              [-94.373143731437253, 31.651447828621713],\n              [-93.829538295382903, 31.581324769806741],\n              [-93.54153541535409, 31.183483742244334],\n              [-93.570335703356974, 30.877232015991254],\n              [-92.87552875528749, 30.877232015991254],\n              [-92.828728287282814, 31.197794570573919],\n              [-92.979929799297935, 31.339471771036784],\n              [-92.79632796327958, 31.455389480506412],\n              [-92.54432544325438, 31.409594829851756],\n              [-92.486724867248611, 31.598497763802243],\n              [-92.62352623526229, 31.814591271578962],\n              [-92.85032850328497, 31.795987194750495],\n              [-92.879128791287854, 32.016373951026083],\n              [-93.037530375303703, 32.016373951026083],\n              [-93.195931959319537, 32.213863381974335],\n              [-93.206732067320615, 32.354109499604249],\n              [-93.39033390333897, 32.628877403532243],\n              [-93.53793537935374, 32.968044034943375],\n              [-94.041940419404142, 33.063926584751584],\n              [-94.041940419404142, 33.199879453882616],\n              [-93.869138691386851, 33.247105187370238],\n              [-93.959139591395854, 33.476078440643576],\n              [-93.807938079380733, 33.543339333792616],\n              [-93.552335523355183, 33.793778829560324],\n              [-93.559535595355896, 34.005579088838161],\n              [-93.973539735397296, 34.13866979230329],\n              [-94.05274052740522, 34.729707002315067],\n              [-93.714337143371381, 34.782657067134537],\n              [-93.851138511385059, 34.961542421254322],\n              [-93.53793537935374, 35.050269556897746],\n              [-93.44073440734401, 35.196240005859494],\n              [-93.2355323553235, 35.196240005859494],\n              [-93.2355323553235, 35.347934786153075],\n              [-93.051930519305131, 35.406609182304365],\n              [-92.983529835298299, 35.661341926570941],\n              [-93.069930699306937, 35.724309571221113],\n              [-92.958329583295779, 35.997646392316156],\n              [-93.329133291332852, 36.122150598783534],\n              [-93.295718178897815, 36.497874885716975],\n              [-90.247502475024689, 36.497094301018606],\n              [-90.067500675006698, 36.305329201402202],\n              [-90.290702907029015, 36.200860154596242],\n              [-90.72270722707222, 36.268121047745282],\n              [-90.823508235082301, 36.073493782462947]\n            ]\n          ],\n          [\n            [\n              [-88.530285302852974, 48.123211235972079],\n              [-88.692286922869172, 48.004431360836548],\n              [-88.735487354873499, 48.09458957931291],\n              [-88.530285302852974, 48.123211235972079]\n            ]\n          ],\n          [\n            [\n              [-88.962289622896179, 47.877064988703253],\n              [-89.160291602915976, 47.824114923883798],\n              [-89.174691746917418, 47.935739384854543],\n              [-88.983889838898335, 48.0058624436695],\n              [-88.962289622896179, 47.877064988703253]\n            ]\n          ],\n          [\n            [\n              [-90.463504635046291, 46.995517963600918],\n              [-90.59670596705962, 46.866720508634671],\n              [-90.67230672306718, 46.949723312946247],\n              [-90.463504635046291, 46.995517963600918]\n            ]\n          ],\n          [\n            [\n              [-83.648636486364808, 45.946534247042464],\n              [-83.803438034380292, 45.986604566365301],\n              [-83.591035910359054, 46.092504696004212],\n              [-83.648636486364808, 45.946534247042464]\n            ]\n          ],\n          [\n            [\n              [-84.091440914409091, 45.495743154660587],\n              [-83.486634866348609, 45.352634871364756],\n              [-83.324633246332411, 45.18662926274159],\n              [-83.418234182341763, 45.016330405619556],\n              [-83.267032670326643, 44.714371927865344],\n              [-83.331833318333125, 44.317961983135888],\n              [-83.573035730357248, 44.101868475359183],\n              [-83.911439114391086, 43.900085795912048],\n              [-83.925839258392529, 43.695440950799011],\n              [-83.627036270362652, 43.621024643485171],\n              [-83.439834398343933, 43.838549234094842],\n              [-83.216632166321602, 43.981657517390673],\n              [-82.910629106291012, 44.063229238869297],\n              [-82.730627306273007, 43.973071020392922],\n              [-82.622626226262213, 43.797047831939054],\n              [-82.478624786247806, 43.094386160956518],\n              [-82.419842033973879, 43.003235085693326],\n              [-82.576999558318676, 42.559190824158783],\n              [-82.759427594275891, 42.663630228236059],\n              [-82.881828818288128, 42.406035318303552],\n              [-83.079830798307924, 42.308721685662391],\n              [-83.205832058320524, 42.011056456407061],\n              [-83.421834218342127, 42.094059260718637],\n              [-84.361443614436084, 42.074024101057219],\n              [-84.361443614436084, 41.737719635312018],\n              [-84.804248042480367, 41.69621823315623],\n              [-84.804248042480367, 41.561696446858136],\n              [-85.164251642516376, 41.525919376034182],\n              [-85.19665196651961, 41.750599380808637],\n              [-85.293852938529326, 41.78494536879964],\n              [-85.301053010530055, 42.420346146633136],\n              [-86.251462514625089, 42.418915063800185],\n              [-86.208262082620777, 42.692251884895228],\n              [-86.269462694626895, 43.117283486283839],\n              [-86.521465214652096, 43.578092158496432],\n              [-86.449464494644886, 43.766995092446933],\n              [-86.517865178651732, 44.06752248736818],\n              [-86.265862658626531, 44.355170136792808],\n              [-86.265862658626531, 44.711509762199427],\n              [-86.021060210602045, 44.903274861815845],\n              [-85.819458194581898, 44.944776263971633],\n              [-85.682656826568206, 45.130817032256218],\n              [-85.599855998559931, 44.976260086296719],\n              [-85.380253802537965, 45.046383145111676],\n              [-85.380253802537965, 45.249596907391762],\n              [-85.106651066510608, 45.374101113859126],\n              [-85.013050130501256, 45.759062395924929],\n              [-84.779047790477847, 45.80628812941255],\n              [-84.617046170461649, 45.844927365902421],\n              [-84.091440914409091, 45.495743154660587]\n            ]\n          ],\n          [\n            [\n              [-94.272342723427172, 34.636686618172789],\n              [-94.459544595445891, 34.555114896694164],\n              [-94.455944559445541, 34.66817044049786],\n              [-94.452344523445177, 34.786950315633405],\n              [-94.225542255422496, 34.774070570136786],\n              [-94.272342723427172, 34.636686618172789]\n            ]\n          ],\n          [\n            [\n              [-95.017550175501697, 29.549187147005924],\n              [-94.877148771487654, 29.293023319906382],\n              [-95.024750247502411, 29.171381279104921],\n              [-95.233552335523299, 29.466184342694334],\n              [-95.017550175501697, 29.549187147005924]\n            ]\n          ],\n          [\n            [\n              [-89.153091530915248, 29.290161154240465],\n              [-89.11709117091165, 29.078360894962628],\n              [-89.31509315093146, 29.082654143461511],\n              [-89.3654936549365, 29.264401663247213],\n              [-89.347493474934694, 29.380319372716841],\n              [-89.153091530915248, 29.290161154240465]\n            ]\n          ],\n          [\n            [\n              [-104.305643056430497, 46.642040503860215],\n              [-104.608046080460738, 46.693559485846706],\n              [-104.604446044460389, 46.860996177302837],\n              [-104.305643056430497, 47.04274369708854],\n              [-104.374043740437344, 47.26026828769821],\n              [-104.201242012420067, 47.359013003172336],\n              [-104.201242012420067, 47.682437723420918],\n              [-104.043645711621224, 47.684231007177161],\n              [-104.044705529267262, 47.32823527117425],\n              [-104.046440464404583, 46.642040503860215],\n              [-104.305643056430497, 46.642040503860215]\n            ]\n          ],\n          [\n            [\n              [-94.484744847448411, 33.637790800767874],\n              [-94.470344703446983, 34.158704951964694],\n              [-94.369543695436903, 34.251725336106986],\n              [-94.380343803437981, 33.689309782754364],\n              [-94.484744847448411, 33.637790800767874]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-MIDW-LGEE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-86.035460354603487, 37.601890248062446],\n              [-85.869858698586938, 37.639098401719352],\n              [-85.959859598595926, 37.744998531358277],\n              [-86.035460354603487, 37.601890248062446]\n            ]\n          ],\n          [\n            [\n              [-83.810638106381006, 36.74896487961928],\n              [-83.691836918369134, 36.582959270996113],\n              [-82.853028530285243, 36.870606920420741],\n              [-82.979029790297844, 36.986524629890354],\n              [-83.166231662316576, 36.903521825578778],\n              [-83.486634866348609, 36.897797494246944],\n              [-83.56223562235617, 36.969351635894867],\n              [-83.810638106381006, 36.74896487961928]\n            ]\n          ],\n          [\n            [\n              [-89.08829088290878, 36.746102713953363],\n              [-88.731887318873135, 36.833398766763821],\n              [-88.915489154891489, 36.942161062068649],\n              [-89.109891098910936, 36.912108322576529],\n              [-89.08829088290878, 36.746102713953363]\n            ]\n          ],\n          [\n            [\n              [-84.717847178471729, 37.899555477317776],\n              [-84.858248582485771, 37.641960567385269],\n              [-84.692646926469209, 37.48740362142577],\n              [-84.627846278462727, 37.574699674236228],\n              [-84.717847178471729, 37.899555477317776]\n            ]\n          ],\n          [\n            [\n              [-84.717847178471729, 37.899555477317776],\n              [-84.617046170461649, 37.938194713807647],\n              [-84.293042930429252, 37.852329743830154],\n              [-84.260642606426003, 37.953936624970197],\n              [-84.267842678426732, 38.164305801415068],\n              [-84.667446674466689, 38.343191155534853],\n              [-84.869048690486849, 38.35320873536557],\n              [-84.941049410494045, 38.180047712577604],\n              [-84.717847178471729, 37.899555477317776]\n            ]\n          ],\n          [\n            [\n              [-85.783457834578286, 38.066992168773893],\n              [-86.100261002609969, 38.006886689789653],\n              [-86.049860498604929, 37.807966176008435],\n              [-85.765457654576494, 37.938194713807647],\n              [-85.783457834578286, 38.066992168773893]\n            ]\n          ],\n          [\n            [\n              [-85.416254162541577, 38.552129249146773],\n              [-85.71145711457109, 38.281654593717647],\n              [-85.877058770587652, 38.205807203570856],\n              [-85.783457834578286, 38.066992168773893],\n              [-85.689856898568934, 38.022628600952189],\n              [-85.387453874538693, 38.177185546911687],\n              [-85.301053010530055, 38.344622238367819],\n              [-85.416254162541577, 38.552129249146773]\n            ]\n          ],\n          [\n            [\n              [-87.723877238772332, 37.176858646673821],\n              [-87.543875438754327, 37.079545014032647],\n              [-87.230672306723008, 37.139650493016902],\n              [-86.949869498694937, 37.325691261301486],\n              [-87.115471154711486, 37.471661710263234],\n              [-87.381873818738129, 37.312811515804853],\n              [-87.583475834758289, 37.334277758299237],\n              [-87.723877238772332, 37.176858646673821]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NE-ISNE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-68.326883268832646, 47.360444086005288],\n              [-68.031680316803119, 47.243095293702709],\n              [-67.790477904778996, 47.032726117257837],\n              [-67.797802803633232, 45.750673208665319],\n              [-67.434074340743365, 45.540106722482292],\n              [-67.473674736747313, 45.282511812549799],\n              [-67.354873548735441, 45.166594103080172],\n              [-67.166051089245471, 45.1771289131405],\n              [-66.980469804698004, 44.854618045495258],\n              [-67.196471964719592, 44.644248869050386],\n              [-67.390873908739039, 44.668577277210673],\n              [-67.538475384753795, 44.492554088756805],\n              [-67.848078480784764, 44.562677147571762],\n              [-67.837278372783686, 44.46250134926467],\n              [-68.028080280802754, 44.35803230245871],\n              [-68.276482764827605, 44.495416254422722],\n              [-68.197281972819681, 44.236390261657263],\n              [-68.625686256862522, 44.180578031171891],\n              [-68.679686796867927, 44.279322746646002],\n              [-68.978489784897803, 44.386653959117879],\n              [-68.931689316893113, 44.297926823474469],\n              [-69.036090360903557, 44.076108984365931],\n              [-69.284492844928394, 43.872895222085845],\n              [-69.338493384933798, 43.96305344056222],\n              [-69.788497884978796, 43.741235601453681],\n              [-70.198901989019845, 43.7541153469503],\n              [-70.202502025020195, 43.646784134478423],\n              [-70.573305733057282, 43.28472017773997],\n              [-70.818108181081755, 42.85253316218656],\n              [-70.717307173071674, 42.663630228236059],\n              [-70.926109261092563, 42.461847548788924],\n              [-70.958509585095797, 42.247185123845185],\n              [-70.764107641076365, 42.244322958179268],\n              [-70.479704797047916, 41.766341291971187],\n              [-70.274502745027405, 41.724839889815385],\n              [-70.00352536921767, 41.795820592343503],\n              [-70.02748621800113, 41.9390865006947],\n              [-70.065923412924619, 41.936091394596758],\n              [-70.10236387044948, 42.058890744612079],\n              [-70.041962564141159, 42.024447024485831],\n              [-69.98555473263005, 41.949569372037473],\n              [-69.942624878559656, 41.829265943770444],\n              [-69.944621615958269, 41.679011454524058],\n              [-70.108901089010843, 41.657578996666345],\n              [-70.522905229052242, 41.548816701361517],\n              [-70.656409019331434, 41.535712168904354],\n              [-70.626554001706708, 41.661974014275579],\n              [-70.681306813068076, 41.726270972648351],\n              [-70.990909909099045, 41.511608547704597],\n              [-71.210512105120998, 41.564558612524053],\n              [-71.552515525155201, 41.3742245957406],\n              [-72.358923589235843, 41.268324466101689],\n              [-72.974529745297403, 41.233978478110686],\n              [-73.658536585365809, 40.99355656217368],\n              [-73.726937269372641, 41.100887774645557],\n              [-73.503735037350324, 41.236840643776603],\n              [-73.546935469354636, 41.332723193584812],\n              [-73.482134821348168, 42.154164739702892],\n              [-73.276932769327644, 42.752357363879469],\n              [-73.251732517325124, 43.556625916002048],\n              [-73.370533705336996, 43.726924773124097],\n              [-73.428134281342764, 44.037469747876045],\n              [-73.302133021330164, 44.419568864275931],\n              [-73.381333813338088, 44.60417854972755],\n              [-73.338133381333762, 44.919016772978381],\n              [-73.406789243366802, 45.004986610616662],\n              [-71.505715057150525, 45.013468239953639],\n              [-71.42078574070409, 45.148512319256433],\n              [-71.281499825473631, 45.278595650341316],\n              [-71.148250183350711, 45.248844755905488],\n              [-71.016110161101565, 45.342617291534054],\n              [-70.908109081090757, 45.246734741725845],\n              [-70.688506885068804, 45.573021627640344],\n              [-70.407704077040719, 45.731871822098711],\n              [-70.263702637026327, 45.956551826873167],\n              [-70.310503105031003, 46.072469536342794],\n              [-70.238395453261418, 46.241082266166593],\n              [-70.054900549005438, 46.41736049908576],\n              [-69.94329943299428, 46.749371716332092],\n              [-69.248492484924796, 47.434860393319127],\n              [-69.054188482561145, 47.416532367042805],\n              [-69.064890648906442, 47.29032102719033],\n              [-68.980034739618603, 47.314550939771024],\n              [-68.906489064890593, 47.190145228883253],\n              [-68.388525772484371, 47.300934205361571],\n              [-68.326883268832646, 47.360444086005288]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-AVA\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-118.836280924792661, 48.991878515577795],\n              [-118.871388713887072, 48.654142966999629],\n              [-118.846188461884552, 48.017311106333167],\n              [-118.925389253892476, 47.945756964685245],\n              [-118.975789757897516, 47.713921545746004],\n              [-118.975789757897516, 46.911084076456376],\n              [-119.346593465934603, 46.912515159289342],\n              [-119.368193681936759, 46.742216302167293],\n              [-118.226982269822628, 46.739354136501376],\n              [-118.21618216182155, 46.639178338194299],\n              [-117.960579605795999, 46.591952604706677],\n              [-117.737377373773683, 46.471741646738167],\n              [-117.611376113761082, 46.291425209785416],\n              [-117.604176041760354, 45.99948431186192],\n              [-117.899378993789867, 45.99948431186192],\n              [-117.978579785797791, 45.896446347888926],\n              [-117.748177481774746, 45.860669277064957],\n              [-117.72657726577259, 45.514347231489054],\n              [-117.478174781747754, 45.165163020247221],\n              [-117.182971829718241, 45.080729133102679],\n              [-116.78336783367827, 45.079298050269713],\n              [-116.693366933669267, 45.256752321556547],\n              [-116.398163981639755, 45.268200984220215],\n              [-116.300963009630038, 45.110781872594799],\n              [-115.994959949599433, 45.205233339570043],\n              [-114.695346953469468, 45.196646842572292],\n              [-114.623346233462271, 45.275356398385],\n              [-114.792547925479184, 45.507191817324255],\n              [-114.594545945459387, 45.534382391150459],\n              [-114.540545405453997, 45.800563798080717],\n              [-114.410944109441033, 45.952258578374298],\n              [-114.518945189451827, 46.123988518329298],\n              [-114.443344433444267, 46.194111577144255],\n              [-114.374943749437435, 46.666368912020502],\n              [-114.576545765457595, 46.637747255361333],\n              [-114.914949149491434, 46.826650189311835],\n              [-115.321753217532105, 47.255975039199342],\n              [-115.692556925569193, 47.414825233657709],\n              [-115.519755197551916, 47.496396955136333],\n              [-115.019350193501865, 47.409100902325875],\n              [-114.968949689496824, 47.313218352517666],\n              [-114.644946449464427, 47.267423701862995],\n              [-114.256142561425548, 47.120022170068296],\n              [-114.202142021420144, 47.323235932348382],\n              [-114.328143281432745, 47.562226765452422],\n              [-114.583745837458309, 47.602297084775245],\n              [-114.605346053460465, 47.811235178387165],\n              [-114.990549905498995, 47.872771740204371],\n              [-114.990549905498995, 47.98439620117513],\n              [-115.156151561515557, 48.017311106333167],\n              [-115.282152821528157, 47.889944734199872],\n              [-115.480154801547954, 47.918566390859041],\n              [-115.717757177571713, 48.252008690938339],\n              [-116.020160201601954, 48.183316714956334],\n              [-116.048949598994, 48.502735514899122],\n              [-116.78336783367827, 48.501017103873082],\n              [-116.785774380526547, 48.847937718686083],\n              [-117.032444000163579, 48.846360013697037],\n              [-117.033297910151873, 48.999551747062824],\n              [-118.836280924792661, 48.991878515577795]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-BPAT\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.958239582395748, 46.284269795620631],\n              [-123.594635946359404, 46.186956162979456],\n              [-123.479434794347867, 46.265665718792178],\n              [-123.389433894338879, 46.149748009322551],\n              [-123.360633606335995, 45.807719212245502],\n              [-123.263432634326279, 45.684646088611089],\n              [-123.166231662316562, 45.6259716924598],\n              [-122.928629286292789, 45.700387999773625],\n              [-122.813428134281281, 45.906463927719628],\n              [-122.961029610296038, 46.10395335866788],\n              [-123.119735699438934, 46.186453727074785],\n              [-123.212145552895862, 46.173540559779489],\n              [-123.216632166321602, 46.385876676760674],\n              [-123.357033570335631, 46.384445593927708],\n              [-123.371111960192536, 46.792083996984232],\n              [-123.159031590315834, 46.793735284153797],\n              [-123.162427429914331, 46.999217123065428],\n              [-123.205758600176324, 46.999984046432907],\n              [-123.202307445022726, 47.084345616854492],\n              [-123.489136784456136, 47.083578693487027],\n              [-123.504635046350387, 47.517863197630703],\n              [-123.375033750337437, 47.608021416107078],\n              [-122.986229862298558, 47.606590333274127],\n              [-122.813428134281281, 47.84271900071225],\n              [-122.95022950229496, 47.867047408872537],\n              [-123.007830078300714, 48.08886524798109],\n              [-124.051840518405115, 48.1775923836245],\n              [-124.721447214472079, 48.387961560069371],\n              [-124.671046710467039, 47.982965118342165],\n              [-124.40824408244076, 47.682437723420918],\n              [-124.242642426424197, 47.293183192856247],\n              [-124.174241742417365, 46.992655797935001],\n              [-123.997839978399725, 46.981207135271333],\n              [-124.098640986409805, 46.796597449819714],\n              [-123.886238862388552, 46.749371716332092],\n              [-123.972639726397205, 46.486052475067751],\n              [-123.958239582395748, 46.284269795620631]\n            ]\n          ],\n          [\n            [\n              [-122.367023670236634, 48.151832892631248],\n              [-122.032220322203159, 48.160419389628998],\n              [-122.007020070200639, 47.980102952676248],\n              [-121.72261722617219, 47.964361041513712],\n              [-121.920619206191986, 47.875633905870288],\n              [-121.884618846188403, 47.776889190396162],\n              [-121.251012510125037, 47.779751356062079],\n              [-121.157411574115685, 47.875633905870288],\n              [-121.096210962109552, 48.064536839820789],\n              [-120.92700927009264, 48.161850472461964],\n              [-121.060210602105954, 48.382237228737537],\n              [-121.445414454144469, 48.296372258760044],\n              [-122.3346233462334, 48.297803341592996],\n              [-122.43542435424348, 48.260595187936076],\n              [-122.367023670236634, 48.151832892631248]\n            ]\n          ],\n          [\n            [\n              [-120.798428879811127, 48.991878515577795],\n              [-120.689406894068867, 48.575433411186921],\n              [-120.552605526055203, 48.307820921423712],\n              [-120.322203222032158, 48.126073401637996],\n              [-120.099000990009841, 48.302096590091878],\n              [-119.882998829988225, 48.224818117112122],\n              [-120.121972014544482, 48.991878515577795],\n              [-120.798428879811127, 48.991878515577795]\n            ]\n          ],\n          [\n            [\n              [-120.084600846008385, 47.333253512179084],\n              [-120.39060390603899, 47.26026828769821],\n              [-120.678606786067803, 47.351857589007537],\n              [-120.85140851408508, 47.273148033194829],\n              [-120.595805958059515, 47.111435673070545],\n              [-120.318603186031794, 47.078520767912508],\n              [-120.282602826028196, 46.736491970835459],\n              [-119.936999369993629, 46.669231077686419],\n              [-120.084600846008385, 47.233077713872007],\n              [-120.084600846008385, 47.333253512179084]\n            ]\n          ],\n          [\n            [\n              [-119.368193681936759, 46.742216302167293],\n              [-119.454594545945383, 46.679248657517135],\n              [-119.288992889928835, 46.531847125722422],\n              [-119.249392493924873, 46.320046866444585],\n              [-119.076590765907596, 46.206991322640874],\n              [-118.774187741877356, 46.291425209785416],\n              [-118.586985869858637, 46.530416042889456],\n              [-118.21618216182155, 46.639178338194299],\n              [-118.226982269822628, 46.739354136501376],\n              [-119.368193681936759, 46.742216302167293]\n            ]\n          ],\n          [\n            [\n              [-123.461434614346075, 45.25389015589063],\n              [-123.227432274322666, 45.230992830563295],\n              [-123.321033210332047, 45.593056787301762],\n              [-123.486634866348595, 45.44708633834],\n              [-123.461434614346075, 45.25389015589063]\n            ]\n          ],\n          [\n            [\n              [-124.480244802447956, 42.954140043326589],\n              [-124.516245162451554, 42.759512778044268],\n              [-124.404644046440396, 42.594938252254053],\n              [-124.40824408244076, 42.268651366339554],\n              [-124.206642066420599, 41.930915817761388],\n              [-123.835838358383512, 41.995314545244511],\n              [-123.846638466384604, 42.298704105831675],\n              [-124.037440374403673, 42.370258247479597],\n              [-123.774637746377394, 42.700838381892964],\n              [-123.850238502384954, 42.789565517536388],\n              [-124.127441274412675, 42.670785642400844],\n              [-124.159841598415909, 42.882585901678681],\n              [-124.480244802447956, 42.954140043326589]\n            ]\n          ],\n          [\n            [\n              [-117.033297910151873, 48.999551747062824],\n              [-117.032444000163579, 48.846360013697037],\n              [-116.785774380526547, 48.847937718686083],\n              [-116.78336783367827, 48.501017103873082],\n              [-116.048949598994, 48.502735514899122],\n              [-116.020160201601954, 48.183316714956334],\n              [-115.717757177571713, 48.252008690938339],\n              [-115.480154801547954, 47.918566390859041],\n              [-115.282152821528157, 47.889944734199872],\n              [-115.156151561515557, 48.017311106333167],\n              [-114.990549905498995, 47.98439620117513],\n              [-115.019350193501865, 48.226249199945087],\n              [-114.846548465484588, 48.226249199945087],\n              [-114.88614886148855, 48.574002328353956],\n              [-114.634146341463349, 48.734283605645288],\n              [-114.72552372582544, 48.991878515577795],\n              [-117.033297910151873, 48.999551747062824]\n            ]\n          ],\n          [\n            [\n              [-117.978579785797791, 45.896446347888926],\n              [-118.118981189811834, 45.485725574829885],\n              [-118.428584285842788, 45.355497037030673],\n              [-118.655386553865469, 45.339755125868137],\n              [-118.547385473854675, 45.095039961432263],\n              [-118.518585185851791, 44.996295245958137],\n              [-118.036180361803559, 45.003450660122922],\n              [-117.841778417784113, 45.057831807775344],\n              [-117.62577625776251, 44.99343308029222],\n              [-117.478174781747754, 45.165163020247221],\n              [-117.72657726577259, 45.514347231489054],\n              [-117.748177481774746, 45.860669277064957],\n              [-117.978579785797791, 45.896446347888926]\n            ]\n          ],\n          [\n            [\n              [-107.90951026439879, 45.000680370222312],\n              [-107.671676716767109, 44.680025939874341],\n              [-107.23247232472319, 44.558383899072879],\n              [-106.009485250394832, 44.564233843483585],\n              [-106.011366806695463, 44.992873005935238],\n              [-107.90951026439879, 45.000680370222312]\n            ]\n          ],\n          [\n            [\n              [-118.871388713887072, 48.654142966999629],\n              [-118.997389973899672, 48.606917233511993],\n              [-118.993789937899322, 48.442342707721792],\n              [-119.368193681936759, 48.435187293556993],\n              [-119.288992889928835, 48.114624738974328],\n              [-119.080190801907946, 48.138953147134629],\n              [-118.925389253892476, 47.945756964685245],\n              [-118.846188461884552, 48.017311106333167],\n              [-118.871388713887072, 48.654142966999629]\n            ]\n          ],\n          [\n            [\n              [-111.052110521105149, 44.561246064738796],\n              [-111.044910449104435, 43.330514828394641],\n              [-110.749707497074908, 43.234632278586432],\n              [-110.342903429034223, 43.290444509071804],\n              [-110.058500585005788, 43.409224384207349],\n              [-110.054900549005424, 43.938725032401933],\n              [-110.134101341013348, 44.233528095991346],\n              [-110.364503645036393, 44.552659567741046],\n              [-110.666906669066634, 44.667146194377722],\n              [-111.055710557105513, 44.667146194377722],\n              [-111.052110521105149, 44.561246064738796]\n            ]\n          ],\n          [\n            [\n              [-119.670596705967, 44.994864163125172],\n              [-119.790477208138896, 44.994642236023878],\n              [-119.790215751148693, 45.06758873628673],\n              [-120.495004950049434, 45.067849387606046],\n              [-120.394203942039354, 44.785926069513252],\n              [-120.358203582035756, 44.436741858271432],\n              [-120.099000990009841, 44.438172941104384],\n              [-119.810998109981028, 44.307944403305171],\n              [-119.656196561965544, 44.30651332047222],\n              [-119.670596705967, 44.994864163125172]\n            ]\n          ],\n          [\n            [\n              [-121.524341464517178, 46.387625124406398],\n              [-122.239931758797283, 46.385337972497808],\n              [-122.239931758797283, 46.385337972497808],\n              [-122.245791776380813, 46.056238710778075],\n              [-122.345423454234478, 45.959413992539083],\n              [-122.719827198271915, 45.869255774062708],\n              [-122.766627666276605, 45.65602443195192],\n              [-122.295022950229438, 45.544399970981175],\n              [-122.043020430204237, 45.610229781297249],\n              [-121.812618126181192, 45.706112331105459],\n              [-121.312213122131155, 45.700387999773625],\n              [-121.132211322113164, 45.610229781297249],\n              [-120.592205922059151, 45.746182650428295],\n              [-120.210602106020986, 45.726147490766877],\n              [-119.868598685986797, 45.859238194232006],\n              [-119.866252001839413, 46.040885562755314],\n              [-121.524438006810399, 46.044568701446032],\n              [-121.524341464517178, 46.387625124406398]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-CHPD\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-121.157411574115685, 47.875633905870288],\n              [-121.089010890108838, 47.572244345283124],\n              [-120.678606786067803, 47.351857589007537],\n              [-120.39060390603899, 47.26026828769821],\n              [-120.084600846008385, 47.333253512179084],\n              [-120.311403114031066, 47.4906726238045],\n              [-120.178201782017751, 47.764009444899543],\n              [-119.915399153991473, 47.894237982698755],\n              [-120.322203222032158, 48.126073401637996],\n              [-120.552605526055203, 48.307820921423712],\n              [-120.689406894068867, 48.575433411186921],\n              [-121.049410494104876, 48.486706275543497],\n              [-121.060210602105954, 48.382237228737537],\n              [-120.92700927009264, 48.161850472461964],\n              [-121.096210962109552, 48.064536839820789],\n              [-121.157411574115685, 47.875633905870288]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-DOPD\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-120.121972014544482, 48.991878515577795],\n              [-119.882998829988225, 48.224818117112122],\n              [-120.099000990009841, 48.302096590091878],\n              [-120.322203222032158, 48.126073401637996],\n              [-119.915399153991473, 47.894237982698755],\n              [-120.178201782017751, 47.764009444899543],\n              [-120.311403114031066, 47.4906726238045],\n              [-120.084600846008385, 47.333253512179084],\n              [-120.084600846008385, 47.233077713872007],\n              [-119.897398973989681, 47.393358991163339],\n              [-119.598595985959804, 47.440584724650961],\n              [-119.342993429934239, 47.612314664605961],\n              [-119.105391053910466, 47.961498875847795],\n              [-118.925389253892476, 47.945756964685245],\n              [-119.080190801907946, 48.138953147134629],\n              [-119.288992889928835, 48.114624738974328],\n              [-119.368193681936759, 48.435187293556993],\n              [-118.993789937899322, 48.442342707721792],\n              [-118.997389973899672, 48.606917233511993],\n              [-118.871388713887072, 48.654142966999629],\n              [-118.836280924792661, 48.991878515577795],\n              [-120.121972014544482, 48.991878515577795]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-GCPD\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-118.925389253892476, 47.945756964685245],\n              [-119.105391053910466, 47.961498875847795],\n              [-119.342993429934239, 47.612314664605961],\n              [-119.598595985959804, 47.440584724650961],\n              [-119.897398973989681, 47.393358991163339],\n              [-120.084600846008385, 47.233077713872007],\n              [-119.936999369993629, 46.669231077686419],\n              [-119.836198361983548, 46.624867509864714],\n              [-119.454594545945383, 46.679248657517135],\n              [-119.368193681936759, 46.742216302167293],\n              [-119.346593465934603, 46.912515159289342],\n              [-118.975789757897516, 46.911084076456376],\n              [-118.975789757897516, 47.713921545746004],\n              [-118.925389253892476, 47.945756964685245]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-AZPS\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-113.244427288062511, 32.012584871155426],\n              [-113.334533345333384, 32.099376755337659],\n              [-113.334533345333384, 32.395610901760037],\n              [-113.629736297362911, 32.395610901760037],\n              [-113.669336693366873, 33.020994099762831],\n              [-113.456934569345634, 33.201310536715582],\n              [-113.334533345333384, 33.151222637562043],\n              [-113.334533345333384, 32.600255746873074],\n              [-113.251732517325109, 32.505804279897831],\n              [-112.704527045270396, 32.505804279897831],\n              [-112.765727657276514, 32.837815497144163],\n              [-112.68652686526859, 33.003821105767329],\n              [-112.204122041220344, 32.751950527166656],\n              [-112.200522005219995, 33.194155122550782],\n              [-111.818918189181829, 33.11687664957104],\n              [-111.282512825128194, 33.108290152573289],\n              [-111.250112501124946, 33.464629777979908],\n              [-111.041310413104071, 33.466060860812874],\n              [-110.854108541085353, 33.10113473840849],\n              [-110.724507245072388, 33.066788750417501],\n              [-110.450904509045031, 33.161240217392745],\n              [-110.450904509045031, 31.731588467267372],\n              [-110.569705697056904, 31.731588467267372],\n              [-110.591305913059074, 32.032115862188618],\n              [-110.702907029070232, 32.296866186285911],\n              [-110.940509405093991, 32.365558162267916],\n              [-110.861308613086067, 32.488631285902329],\n              [-111.055710557105513, 32.491493451568246],\n              [-111.17811178111775, 32.113687583667243],\n              [-110.980109801097953, 32.057875353181871],\n              [-111.095310953109475, 31.939095478046326],\n              [-110.742507425074194, 31.731588467267372],\n              [-111.163711637116307, 31.725864135935538],\n              [-111.235712357123504, 31.521219290822501],\n              [-111.365644813089162, 31.424228733701593],\n              [-113.244427288062511, 32.012584871155426]\n            ]\n          ],\n          [\n            [\n              [-110.12330123301227, 31.33374743970495],\n              [-110.130501305012984, 31.519788207989535],\n              [-109.770497704976989, 31.529805787820251],\n              [-109.770497704976989, 31.412456995517658],\n              [-110.12330123301227, 31.33374743970495]\n            ]\n          ],\n          [\n            [\n              [-109.482494824948191, 31.53409903631912],\n              [-109.28089280892803, 31.536961201985036],\n              [-109.277292772927666, 31.33374743970495],\n              [-109.770497704976989, 31.412456995517658],\n              [-109.482494824948191, 31.53409903631912]\n            ]\n          ],\n          [\n            [\n              [-113.158131581315743, 35.495336317947775],\n              [-112.891728917289115, 35.81589887253044],\n              [-112.790927909279034, 36.142185758444938],\n              [-112.542525425254183, 35.941834161830784],\n              [-112.445324453244467, 36.125012764449451],\n              [-112.330123301232945, 36.139323592779036],\n              [-111.800918009180023, 36.004801806480941],\n              [-111.671316713167073, 35.635582435577703],\n              [-111.588515885158785, 35.704274411559695],\n              [-111.322113221132142, 35.566890459595697],\n              [-111.282512825128194, 35.167618349200325],\n              [-109.802898028980223, 35.196240005859494],\n              [-109.79569795697951, 34.665308274831943],\n              [-109.900099000989954, 34.639548783838706],\n              [-109.892898928989226, 34.301813235260539],\n              [-110.116101161011542, 34.223103679447831],\n              [-110.231302313023065, 34.474974258048491],\n              [-110.749707497074908, 34.499302666208777],\n              [-110.807308073080662, 33.989837177675611],\n              [-111.199711997119906, 33.984112846343777],\n              [-111.188911889118828, 33.813813989221742],\n              [-111.444514445144392, 33.998423674673361],\n              [-112.157321573215668, 34.039925076829164],\n              [-112.297722977229711, 33.888230296535582],\n              [-112.693726937269304, 33.986975012009694],\n              [-112.974529745297389, 33.999854757506327],\n              [-112.985329853298467, 34.187326608623863],\n              [-113.258932589325823, 34.347607885915195],\n              [-113.334533345333384, 34.500733749041743],\n              [-113.334533345333384, 35.449541667293119],\n              [-113.158131581315743, 35.495336317947775]\n            ]\n          ],\n          [\n            [\n              [-114.817748177481704, 32.498648865733031],\n              [-114.755435318066191, 32.641555871555887],\n              [-114.526145261452555, 32.75767485849849],\n              [-114.356943569435629, 32.693276131015367],\n              [-114.202142021420144, 32.411352812922573],\n              [-114.424453595537273, 32.377143877887725],\n              [-114.817748177481704, 32.498648865733031]\n            ]\n          ],\n          [\n            [\n              [-114.155341553415468, 34.258880750271786],\n              [-113.651336513365067, 34.220241513781914],\n              [-113.35253352533519, 34.298951069594622],\n              [-113.658536585365795, 33.780899084063705],\n              [-113.334533345333384, 33.543339333792616],\n              [-113.798937989379837, 33.556219079289249],\n              [-113.867338673386669, 33.65353271193041],\n              [-114.277742777427704, 33.68358545142253],\n              [-114.324543245432395, 34.137238709470324],\n              [-114.155341553415468, 34.258880750271786]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-IPCO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-117.478174781747754, 45.165163020247221],\n              [-117.62577625776251, 44.99343308029222],\n              [-117.841778417784113, 45.057831807775344],\n              [-118.036180361803559, 45.003450660122922],\n              [-118.518585185851791, 44.996295245958137],\n              [-118.547385473854675, 45.095039961432263],\n              [-118.651786517865105, 44.997726328791089],\n              [-119.670596705967, 44.994864163125172],\n              [-119.656196561965544, 44.30651332047222],\n              [-119.656196561965544, 43.958760192063338],\n              [-119.774997749977445, 43.958760192063338],\n              [-119.777250287410808, 43.698372911103206],\n              [-119.897398973989681, 43.698303116464928],\n              [-119.943994761248803, 42.746203426982639],\n              [-119.364593645936395, 42.749495198213552],\n              [-119.356816180502051, 41.993383036132101],\n              [-114.045939496150467, 41.991031589410795],\n              [-112.193321933219266, 42.001038876576345],\n              [-112.099720997209914, 42.27008244917252],\n              [-111.89451894518939, 42.331619010989726],\n              [-111.962919629196236, 42.679372139398595],\n              [-112.139321393213862, 42.778116854872721],\n              [-112.085320853208472, 42.971313037322091],\n              [-111.595715957159513, 43.019969853642678],\n              [-111.588515885158785, 43.231770112920515],\n              [-111.876518765187583, 43.366291899218595],\n              [-112.481324813248065, 43.424966295369885],\n              [-112.582125821258145, 43.626748974817005],\n              [-112.697326973269668, 43.622455726318137],\n              [-112.945729457294505, 43.28472017773997],\n              [-113.363333633336268, 43.28472017773997],\n              [-113.676536765367587, 43.528004259342879],\n              [-113.698136981369757, 43.645353051645472],\n              [-113.446134461344556, 43.805634328936804],\n              [-113.417334173341672, 44.233528095991346],\n              [-112.996129961299545, 44.233528095991346],\n              [-112.81252812528119, 44.230665930325429],\n              [-112.81252812528119, 44.376636379287177],\n              [-113.003330033300273, 44.449621603768051],\n              [-113.190531905318991, 44.798805815009885],\n              [-113.474934749347426, 44.894688364818094],\n              [-113.492934929349232, 45.079298050269713],\n              [-113.705337053370471, 45.299684806545301],\n              [-113.802538025380187, 45.591625704468797],\n              [-113.971739717397114, 45.700387999773625],\n              [-114.302943029430224, 45.471414746500301],\n              [-114.594545945459387, 45.534382391150459],\n              [-114.792547925479184, 45.507191817324255],\n              [-114.623346233462271, 45.275356398385],\n              [-114.695346953469468, 45.196646842572292],\n              [-115.994959949599433, 45.205233339570043],\n              [-116.300963009630038, 45.110781872594799],\n              [-116.398163981639755, 45.268200984220215],\n              [-116.693366933669267, 45.256752321556547],\n              [-116.78336783367827, 45.079298050269713],\n              [-117.182971829718241, 45.080729133102679],\n              [-117.478174781747754, 45.165163020247221]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-NEVP\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-114.791238297869612, 35.131323553168841],\n              [-114.626946269462636, 35.120392615712703],\n              [-114.580145801457945, 35.209119751356113],\n              [-114.677346773467676, 35.498198483613692],\n              [-114.745747457474508, 36.096391107790282],\n              [-114.428944289442825, 36.136461427113119],\n              [-114.162541625416196, 36.026268048975325],\n              [-114.047340473404674, 36.210877734426944],\n              [-114.050092337481416, 38.572885673766962],\n              [-112.549725497254911, 38.573595491641143],\n              [-112.254522545225385, 38.705255112273321],\n              [-112.229322293222864, 38.836914732905484],\n              [-112.013320133201262, 39.058732572014023],\n              [-111.959319593195872, 39.366415381100069],\n              [-111.746917469174633, 39.427951942917275],\n              [-111.714517145171385, 39.812913224983063],\n              [-111.869318693186869, 39.907364691958307],\n              [-112.031320313203068, 39.781429402657977],\n              [-112.178921789217824, 40.047610809588221],\n              [-112.261722617226113, 40.768876557399224],\n              [-112.491887064200654, 41.07657685078788],\n              [-112.798758288193937, 41.000360468358181],\n              [-114.039857211008496, 40.999743643782608],\n              [-114.045939496150467, 41.991031589410795],\n              [-119.356816180502051, 41.993383036132101],\n              [-119.303393033930277, 41.325567779420012],\n              [-119.339393393933875, 40.001816158933565],\n              [-119.224192241922353, 39.998953993267648],\n              [-119.170191701916963, 39.679822521517934],\n              [-119.663396633966272, 39.508092581562934],\n              [-119.677796777967714, 39.280550411122562],\n              [-120.005400054000475, 39.1660637844859],\n              [-120.000764537903763, 38.997932509340082],\n              [-117.346059028815546, 37.10948850220656],\n              [-114.791238297869612, 35.131323553168841]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-FLA-FPL\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-80.783007830078247, 26.333544021348558],\n              [-80.124201242012361, 26.327819690016725],\n              [-80.124201242012361, 25.974342230276008],\n              [-80.87300873008725, 25.972911147443057],\n              [-80.883808838088328, 25.18724667214893],\n              [-81.139411394113893, 25.172935843819346],\n              [-81.060210602105968, 25.26166297946277],\n              [-81.254612546125415, 25.643762095862641],\n              [-81.395013950139443, 25.792594710490306],\n              [-81.683016830168242, 25.846975858142727],\n              [-81.805418054180493, 26.131761341901424],\n              [-81.859418594185883, 26.44803064798522],\n              [-82.208622086220814, 26.572534854452599],\n              [-82.075420754207485, 26.735678297409848],\n              [-82.086220862208563, 26.958927219351338],\n              [-82.277022770227646, 26.808663521890722],\n              [-82.554225542255367, 27.320991176089805],\n              [-82.503825038250326, 27.414011560232098],\n              [-82.719827198271929, 27.527067104035794],\n              [-82.557825578255731, 27.640122647839505],\n              [-82.374223742237362, 27.518480607038043],\n              [-82.392223922239168, 27.341026335751224],\n              [-82.277022770227646, 27.342457418584175],\n              [-82.259022590225854, 27.092017922816467],\n              [-82.003420034200289, 27.082000342985765],\n              [-81.981819818198133, 27.290938436597671],\n              [-81.66501665016645, 27.295231685096553],\n              [-81.56421564215637, 27.180745058459877],\n              [-81.567815678156734, 26.688452563922212],\n              [-81.272612726127207, 26.422271156991968],\n              [-81.269012690126843, 26.319233193018974],\n              [-80.927009270092654, 26.219057394711882],\n              [-80.880208802087964, 26.376476506337298],\n              [-80.783007830078247, 26.333544021348558]\n            ]\n          ],\n          [\n            [\n              [-81.575015750157448, 29.584964217829878],\n              [-81.549815498154928, 29.802488808439549],\n              [-81.647016470164644, 29.838265879263503],\n              [-81.607416074160682, 29.935579511904663],\n              [-81.344613446134403, 30.113033783191497],\n              [-81.125011250112451, 29.480495171023918],\n              [-81.153811538115335, 29.374595041385007],\n              [-81.031410314103084, 29.275850325910881],\n              [-80.844208442084366, 28.890889043845092],\n              [-80.851408514085094, 28.790713245538001],\n              [-80.804608046080403, 28.596085980255666],\n              [-80.678606786067803, 28.717728021057127],\n              [-80.563405634056281, 28.537411584104376],\n              [-80.703807038070323, 28.309869413664003],\n              [-80.329403294032886, 27.592896914351883],\n              [-80.113401134011283, 27.06768951465618],\n              [-80.178201782017766, 26.956065053685421],\n              [-80.87300873008725, 26.958927219351338],\n              [-80.887408874088692, 26.81295677038959],\n              [-81.157411574115685, 26.863044669543129],\n              [-81.125011250112451, 26.967513716349089],\n              [-80.707407074070687, 27.236557288945264],\n              [-80.783007830078247, 27.49129003321184],\n              [-80.786607866078612, 27.863371569781009],\n              [-80.927009270092654, 27.844767492952542],\n              [-80.862208622086172, 28.236884189183129],\n              [-80.955809558095524, 28.347077567320923],\n              [-80.89820898208977, 28.437235785797299],\n              [-81.035010350103448, 28.613258974251167],\n              [-81.294212942129363, 28.578912986260178],\n              [-81.164611646116413, 28.789282162705049],\n              [-81.308613086130805, 28.740625346384462],\n              [-81.359013590135845, 28.872284967016626],\n              [-81.53901539015385, 29.178536693269706],\n              [-81.63981639816393, 29.168519113439004],\n              [-81.679416794167892, 29.324507142231468],\n              [-81.420214202141963, 29.321644976565551],\n              [-81.575015750157448, 29.584964217829878]\n            ]\n          ],\n          [\n            [\n              [-82.460624606246014, 30.583860035234792],\n              [-82.23022230222297, 30.518030224918704],\n              [-82.23022230222297, 30.416423343778661],\n              [-82.453424534245286, 30.124482445855165],\n              [-82.795427954279489, 30.181725759173503],\n              [-82.536225362253575, 30.294781302977213],\n              [-82.485824858248534, 30.413561178112758],\n              [-82.611826118261135, 30.529478887582371],\n              [-82.460624606246014, 30.583860035234792]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-PACE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-107.90951026439879, 45.000680370222312],\n              [-108.53928539285387, 45.000588494457006],\n              [-108.59328593285926, 44.818840974671303],\n              [-108.550085500854948, 44.078971150031848],\n              [-108.791287912879071, 44.078971150031848],\n              [-108.913689136891307, 43.904379044410931],\n              [-109.316893168931628, 43.824238405765257],\n              [-109.475294752947462, 43.948742612232635],\n              [-109.745297452974469, 43.827100571431174],\n              [-110.054900549005424, 43.938725032401933],\n              [-110.058500585005788, 43.409224384207349],\n              [-110.342903429034223, 43.290444509071804],\n              [-110.749707497074908, 43.234632278586432],\n              [-111.044910449104435, 43.330514828394641],\n              [-111.052110521105149, 44.561246064738796],\n              [-111.43011430114295, 44.720096259197177],\n              [-111.912519125191196, 44.144800960347922],\n              [-112.124921249212434, 44.057504907537464],\n              [-112.625326253262472, 44.057504907537464],\n              [-112.693726937269304, 43.971639937559971],\n              [-112.996129961299545, 44.007417008383925],\n              [-112.996129961299545, 44.233528095991346],\n              [-113.417334173341672, 44.233528095991346],\n              [-113.446134461344556, 43.805634328936804],\n              [-113.698136981369757, 43.645353051645472],\n              [-113.676536765367587, 43.528004259342879],\n              [-113.363333633336268, 43.28472017773997],\n              [-112.945729457294505, 43.28472017773997],\n              [-112.697326973269668, 43.622455726318137],\n              [-112.582125821258145, 43.626748974817005],\n              [-112.481324813248065, 43.424966295369885],\n              [-111.876518765187583, 43.366291899218595],\n              [-111.588515885158785, 43.231770112920515],\n              [-111.595715957159513, 43.019969853642678],\n              [-112.085320853208472, 42.971313037322091],\n              [-112.139321393213862, 42.778116854872721],\n              [-111.962919629196236, 42.679372139398595],\n              [-111.89451894518939, 42.331619010989726],\n              [-112.099720997209914, 42.27008244917252],\n              [-112.193321933219266, 42.001038876576345],\n              [-114.045939496150467, 41.991031589410795],\n              [-114.039857211008496, 40.999743643782608],\n              [-112.798758288193937, 41.000360468358181],\n              [-112.491887064200654, 41.07657685078788],\n              [-112.261722617226113, 40.768876557399224],\n              [-112.178921789217824, 40.047610809588221],\n              [-112.031320313203068, 39.781429402657977],\n              [-111.869318693186869, 39.907364691958307],\n              [-111.714517145171385, 39.812913224983063],\n              [-111.746917469174633, 39.427951942917275],\n              [-111.959319593195872, 39.366415381100069],\n              [-112.013320133201262, 39.058732572014023],\n              [-112.229322293222864, 38.836914732905484],\n              [-112.254522545225385, 38.705255112273321],\n              [-112.549725497254911, 38.573595491641143],\n              [-114.050092337481416, 38.572885673766962],\n              [-114.047340473404674, 36.210877734426944],\n              [-113.939339393393865, 36.169376332271156],\n              [-113.651336513365067, 35.873142185848778],\n              [-113.330933309333034, 35.782983967372402],\n              [-113.334533345333384, 35.602667530419652],\n              [-113.604536045360391, 35.678514920566442],\n              [-113.615336153361469, 35.526820140272861],\n              [-113.906939069390631, 35.509647146277359],\n              [-113.852938529385227, 35.253483319177818],\n              [-113.957339573395672, 35.161894017868491],\n              [-113.712537125371185, 35.088908793387617],\n              [-113.701737017370107, 35.345072620487159],\n              [-113.334533345333384, 35.449541667293119],\n              [-113.158131581315743, 35.495336317947775],\n              [-112.891728917289115, 35.81589887253044],\n              [-112.790927909279034, 36.142185758444938],\n              [-112.542525425254183, 35.941834161830784],\n              [-112.445324453244467, 36.125012764449451],\n              [-112.330123301232945, 36.139323592779036],\n              [-111.800918009180023, 36.004801806480941],\n              [-111.671316713167073, 35.635582435577703],\n              [-111.588515885158785, 35.704274411559695],\n              [-111.322113221132142, 35.566890459595697],\n              [-111.282512825128194, 35.167618349200325],\n              [-109.802898028980223, 35.196240005859494],\n              [-109.33489334893342, 35.128979112710454],\n              [-109.226892268922626, 35.024510065904494],\n              [-109.33129331293307, 34.928627516096284],\n              [-109.046890468904621, 34.861366622947244],\n              [-109.050490504904985, 35.223430579685697],\n              [-108.66888668886682, 35.273518478839236],\n              [-108.61488614886143, 35.571183708094566],\n              [-108.355683556835501, 35.581201287925282],\n              [-108.114481144811393, 35.460990329956786],\n              [-108.114481144811393, 35.333623957823491],\n              [-107.840878408784022, 35.393729436807732],\n              [-107.92367923679231, 35.708567660058577],\n              [-107.30807308073075, 35.735758233884781],\n              [-107.30807308073075, 35.84022728069074],\n              [-107.30807308073075, 35.961869321492202],\n              [-107.624876248762419, 36.000508557982073],\n              [-107.617676176761705, 36.804777110104652],\n              [-107.498874988749833, 36.996542209721071],\n              [-109.04453892534994, 36.997748264954758],\n              [-109.043290432904271, 38.152857138751401],\n              [-109.061290612906063, 38.500610267160269],\n              [-109.050490504904985, 39.578215640377891],\n              [-109.046890468904621, 40.577111457782806],\n              [-109.201692016920106, 40.8590347758756],\n              [-109.482494824948191, 40.738823817907104],\n              [-109.536495364953581, 40.826119870717562],\n              [-109.835298352983472, 40.768876557399224],\n              [-110.000900009000034, 40.869052355706316],\n              [-110.000900009000034, 40.99355656217368],\n              [-108.791287912879071, 41.000711976338479],\n              [-107.92367923679231, 41.002143059171431],\n              [-107.920079200791946, 41.225391981112935],\n              [-106.886868868688623, 41.219667649781101],\n              [-106.886868868688623, 41.003574142004396],\n              [-106.771667716677101, 41.003574142004396],\n              [-105.720457204571986, 40.997849810672562],\n              [-105.554855548555423, 40.997849810672562],\n              [-105.277652776527702, 40.997849810672562],\n              [-105.277652776527702, 41.656147913833394],\n              [-104.654846548465429, 41.653285748167477],\n              [-104.654846548465429, 42.609249080583638],\n              [-104.892448924489187, 42.609249080583638],\n              [-104.899545044480092, 43.499269604696096],\n              [-106.018049110684615, 43.494762085313432],\n              [-106.009485250394832, 44.564233843483585],\n              [-107.23247232472319, 44.558383899072879],\n              [-107.671676716767109, 44.680025939874341],\n              [-107.90951026439879, 45.000680370222312]\n            ],\n            [\n              [-111.30411304113035, 37.54035368624524],\n              [-110.753307533075272, 37.54035368624524],\n              [-110.756907569075622, 37.337139923965154],\n              [-110.857708577085702, 37.348588586628821],\n              [-110.929709297092913, 37.155392404179437],\n              [-111.210512105120984, 37.062372020037145],\n              [-111.40491404914043, 37.005128706718821],\n              [-112.899612808556839, 37.00077591052731],\n              [-112.90431099258943, 37.544741340760893],\n              [-111.30411304113035, 37.54035368624524]\n            ],\n            [\n              [-111.30411304113035, 38.510627846990985],\n              [-110.087300873008672, 38.500610267160269],\n              [-109.939699396993902, 38.35320873536557],\n              [-109.932499324993188, 38.158581470083234],\n              [-111.250112501124946, 38.152857138751401],\n              [-111.844118441184349, 38.151426055918435],\n              [-111.847718477184713, 38.424762877013478],\n              [-111.757717577175711, 38.510627846990985],\n              [-111.30411304113035, 38.510627846990985]\n            ]\n          ],\n          [\n            [\n              [-113.669336693366873, 34.671032606163777],\n              [-113.467734677346712, 34.522199991536112],\n              [-113.564935649356428, 34.715396173985496],\n              [-113.669336693366873, 34.671032606163777]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-PACW\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.036630366303598, 40.363880115672018],\n              [-122.903429034290269, 40.320947630683264],\n              [-121.67221672216715, 40.446882919983608],\n              [-121.060210602105954, 40.43543425731994],\n              [-120.909009090090834, 40.192150175717018],\n              [-120.725407254072479, 40.308067885186645],\n              [-120.246602466024598, 40.100560874407691],\n              [-120.109801098010905, 39.938848514283393],\n              [-120.124201242012361, 39.708444178177103],\n              [-120.001800018000111, 39.664080610355398],\n              [-120.005400054000475, 39.1660637844859],\n              [-119.677796777967714, 39.280550411122562],\n              [-119.663396633966272, 39.508092581562934],\n              [-119.170191701916963, 39.679822521517934],\n              [-119.224192241922353, 39.998953993267648],\n              [-119.339393393933875, 40.001816158933565],\n              [-119.303393033930277, 41.325567779420012],\n              [-119.356816180502051, 41.993383036132101],\n              [-119.364593645936395, 42.749495198213552],\n              [-119.943994761248803, 42.746203426982639],\n              [-119.897398973989681, 43.698303116464928],\n              [-119.777250287410808, 43.698372911103206],\n              [-119.774997749977445, 43.958760192063338],\n              [-119.656196561965544, 43.958760192063338],\n              [-119.656196561965544, 44.30651332047222],\n              [-119.810998109981028, 44.307944403305171],\n              [-120.099000990009841, 44.438172941104384],\n              [-120.358203582035756, 44.436741858271432],\n              [-120.394203942039354, 44.785926069513252],\n              [-120.495004950049434, 45.067849387606046],\n              [-119.790215751148693, 45.06758873628673],\n              [-119.790477208138896, 44.994642236023878],\n              [-119.670596705967, 44.994864163125172],\n              [-118.651786517865105, 44.997726328791089],\n              [-118.547385473854675, 45.095039961432263],\n              [-118.655386553865469, 45.339755125868137],\n              [-118.428584285842788, 45.355497037030673],\n              [-118.118981189811834, 45.485725574829885],\n              [-117.978579785797791, 45.896446347888926],\n              [-117.899378993789867, 45.99948431186192],\n              [-117.604176041760354, 45.99948431186192],\n              [-117.611376113761082, 46.291425209785416],\n              [-117.737377373773683, 46.471741646738167],\n              [-117.960579605795999, 46.591952604706677],\n              [-118.21618216182155, 46.639178338194299],\n              [-118.586985869858637, 46.530416042889456],\n              [-118.774187741877356, 46.291425209785416],\n              [-119.076590765907596, 46.206991322640874],\n              [-119.249392493924873, 46.320046866444585],\n              [-119.288992889928835, 46.531847125722422],\n              [-119.454594545945383, 46.679248657517135],\n              [-119.836198361983548, 46.624867509864714],\n              [-119.936999369993629, 46.669231077686419],\n              [-120.282602826028196, 46.736491970835459],\n              [-120.509405094050877, 46.737923053668425],\n              [-120.635406354063477, 46.830943437810717],\n              [-121.013410134101278, 46.911084076456376],\n              [-121.261812618126115, 47.082814016411376],\n              [-121.362613626136195, 47.071365353747709],\n              [-121.488614886148795, 46.912515159289342],\n              [-121.387813878138715, 46.627729675530631],\n              [-121.524341464517178, 46.387625124406398],\n              [-121.524438006810399, 46.044568701446032],\n              [-119.866252001839413, 46.040885562755314],\n              [-119.868598685986797, 45.859238194232006],\n              [-120.210602106020986, 45.726147490766877],\n              [-120.592205922059151, 45.746182650428295],\n              [-121.132211322113164, 45.610229781297249],\n              [-121.312213122131155, 45.700387999773625],\n              [-121.812618126181192, 45.706112331105459],\n              [-122.043020430204237, 45.610229781297249],\n              [-121.726217262172554, 45.394136273520544],\n              [-121.668616686166786, 45.11936836959255],\n              [-121.794617946179386, 44.946207346804584],\n              [-122.392223922239154, 44.887532950653295],\n              [-122.871028710287035, 44.877515370822593],\n              [-123.047430474304676, 44.780201738181418],\n              [-122.993429934299286, 45.013468239953639],\n              [-123.605436054360467, 44.966242506466003],\n              [-123.720637206372004, 45.176611682910888],\n              [-123.461434614346075, 45.25389015589063],\n              [-123.486634866348595, 45.44708633834],\n              [-123.321033210332047, 45.593056787301762],\n              [-123.263432634326279, 45.684646088611089],\n              [-123.360633606335995, 45.807719212245502],\n              [-123.389433894338879, 46.149748009322551],\n              [-123.479434794347867, 46.265665718792178],\n              [-123.594635946359404, 46.186956162979456],\n              [-123.958239582395748, 46.284269795620631],\n              [-123.972639726397205, 45.158007606082421],\n              [-124.015840158401517, 45.066418304773094],\n              [-124.163441634416273, 43.829962737097091],\n              [-124.267842678426717, 43.475054194523423],\n              [-124.206642066420599, 43.384895976047048],\n              [-124.393843938439318, 43.319066165730973],\n              [-124.480244802447956, 42.954140043326589],\n              [-124.159841598415909, 42.882585901678681],\n              [-124.127441274412675, 42.670785642400844],\n              [-123.850238502384954, 42.789565517536388],\n              [-123.774637746377394, 42.700838381892964],\n              [-124.037440374403673, 42.370258247479597],\n              [-123.846638466384604, 42.298704105831675],\n              [-123.835838358383512, 41.995314545244511],\n              [-124.206642066420599, 41.930915817761388],\n              [-124.224642246422405, 41.829308936621345],\n              [-123.994239942399361, 41.464382814216975],\n              [-123.479434794347867, 41.339878607749597],\n              [-123.393033930339243, 41.160993253629812],\n              [-122.914229142291362, 41.000711976338479],\n              [-122.95022950229496, 41.185321661790098],\n              [-122.586625866258601, 41.357051601745098],\n              [-122.453424534245272, 41.11376752014219],\n              [-122.597425974259679, 40.973521402512262],\n              [-122.741427414274085, 40.66583859342623],\n              [-122.694626946269395, 40.575680374949854],\n              [-123.036630366303598, 40.363880115672018]\n            ]\n          ],\n          [\n            [\n              [-122.813428134281281, 45.906463927719628],\n              [-122.719827198271915, 45.869255774062708],\n              [-122.345423454234478, 45.959413992539083],\n              [-122.245791776380813, 46.056238710778075],\n              [-122.239931758797283, 46.385337972497808],\n              [-123.216632166321602, 46.385876676760674],\n              [-123.212145552895862, 46.173540559779489],\n              [-123.119735699438934, 46.186453727074785],\n              [-122.961029610296038, 46.10395335866788],\n              [-122.813428134281281, 45.906463927719628]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-PGE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.263432634326279, 45.684646088611089],\n              [-123.321033210332047, 45.593056787301762],\n              [-123.227432274322666, 45.230992830563295],\n              [-123.461434614346075, 45.25389015589063],\n              [-123.720637206372004, 45.176611682910888],\n              [-123.605436054360467, 44.966242506466003],\n              [-122.993429934299286, 45.013468239953639],\n              [-123.047430474304676, 44.780201738181418],\n              [-122.871028710287035, 44.877515370822593],\n              [-122.392223922239154, 44.887532950653295],\n              [-121.794617946179386, 44.946207346804584],\n              [-121.668616686166786, 45.11936836959255],\n              [-121.726217262172554, 45.394136273520544],\n              [-122.043020430204237, 45.610229781297249],\n              [-122.295022950229438, 45.544399970981175],\n              [-122.766627666276605, 45.65602443195192],\n              [-122.719827198271915, 45.869255774062708],\n              [-122.813428134281281, 45.906463927719628],\n              [-122.928629286292789, 45.700387999773625],\n              [-123.166231662316562, 45.6259716924598],\n              [-123.263432634326279, 45.684646088611089]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-PSCO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-106.260462604625985, 37.576130757069194],\n              [-106.030060300602941, 37.597596999563564],\n              [-106.073260732607267, 37.734980951527561],\n              [-106.260462604625985, 37.576130757069194]\n            ]\n          ],\n          [\n            [\n              [-105.15885158851583, 37.324260178468521],\n              [-105.227252272522662, 37.654840312881902],\n              [-105.468454684546785, 37.729256620195727],\n              [-105.587255872558671, 37.571837508570312],\n              [-105.82485824858243, 37.560388845906644],\n              [-105.918459184591782, 37.746429614191229],\n              [-106.030060300602941, 37.597596999563564],\n              [-105.90045900458999, 37.438746805105197],\n              [-105.526055260552539, 37.344295338129939],\n              [-105.392853928539225, 37.234101959992145],\n              [-105.392853928539225, 36.995111126888105],\n              [-105.220052200521948, 36.995111126888105],\n              [-105.23445234452339, 36.790466281775068],\n              [-105.353253532535263, 36.630185004483735],\n              [-105.331653316533107, 36.322502195397689],\n              [-105.245252452524468, 36.262396716413448],\n              [-104.759247592475859, 36.218033148591743],\n              [-104.028440284402777, 36.218033148591743],\n              [-104.006840068400621, 36.90495290841173],\n              [-104.057240572405661, 36.995111126888105],\n              [-105.03645036450358, 36.992248961222188],\n              [-105.155251552515466, 37.072389599867861],\n              [-105.15885158851583, 37.324260178468521]\n            ]\n          ],\n          [\n            [\n              [-105.716857168571622, 37.003697623885856],\n              [-105.817658176581702, 37.262723616651314],\n              [-106.062460624606189, 37.206911386165942],\n              [-106.325263252632467, 37.304225018807102],\n              [-106.260462604625985, 37.576130757069194],\n              [-106.44046440464399, 37.574699674236228],\n              [-106.580865808658032, 37.840881081166486],\n              [-106.242462424624179, 37.91386630564736],\n              [-105.994059940599342, 38.075578665771644],\n              [-105.994059940599342, 38.224411280399309],\n              [-105.839258392583858, 38.250170771392561],\n              [-105.92925929259286, 38.526369758153521],\n              [-106.145261452614463, 38.632269887792432],\n              [-106.386463864638586, 38.627976639293564],\n              [-106.253262532625271, 38.347484404033736],\n              [-106.454864548645432, 38.308845167543851],\n              [-106.764467644676387, 38.095613825433063],\n              [-106.854468544685389, 37.83801891550057],\n              [-106.609666096660902, 37.534629354913406],\n              [-106.714067140671347, 37.53319827208044],\n              [-106.631266312663058, 36.999404375386987],\n              [-105.716857168571622, 37.003697623885856]\n            ]\n          ],\n          [\n            [\n              [-107.142471424714188, 37.813690507340269],\n              [-107.05607056070555, 37.978265033130484],\n              [-107.23247232472319, 37.936763630974696],\n              [-107.142471424714188, 37.813690507340269]\n            ]\n          ],\n          [\n            [\n              [-108.791287912879071, 41.000711976338479],\n              [-108.784087840878342, 40.31522329935143],\n              [-108.596885968859624, 40.216478583877304],\n              [-108.229682296822901, 40.216478583877304],\n              [-108.222482224822187, 40.32237871351623],\n              [-107.646476464764589, 40.376759861168637],\n              [-107.570875708757029, 40.187856927218149],\n              [-107.646476464764589, 40.073370300581473],\n              [-107.520475204751989, 39.897347112127605],\n              [-107.894878948789426, 39.900209277793522],\n              [-107.912879128791232, 39.758532077330642],\n              [-108.470884708847024, 39.73277258633739],\n              [-109.050490504904985, 39.578215640377891],\n              [-109.061290612906063, 38.500610267160269],\n              [-108.43848438484379, 38.406158800185025],\n              [-108.373683736837307, 38.826897153074768],\n              [-107.97407974079735, 39.078767731675441],\n              [-107.707677076770707, 39.098802891336859],\n              [-107.516875168751625, 39.227600346303106],\n              [-107.28647286472858, 39.058732572014023],\n              [-106.501665016650108, 39.07018123467769],\n              [-106.487264872648666, 38.929935117047776],\n              [-106.325263252632467, 38.932797282713693],\n              [-106.202862028620231, 39.130286713661931],\n              [-106.170461704616983, 39.007213590027519],\n              [-105.976059760597551, 38.911331040219309],\n              [-105.842858428584222, 38.693806449609653],\n              [-105.396453964539589, 38.662322627284567],\n              [-105.461254612546071, 38.16573688424802],\n              [-105.13365133651331, 38.274499179552862],\n              [-105.08685086850862, 38.386123640523607],\n              [-104.701647016470105, 38.386123640523607],\n              [-104.474844748447424, 38.048388091945441],\n              [-104.064440644406389, 38.048388091945441],\n              [-103.78003780037794, 37.643391650218234],\n              [-103.65043650436499, 37.440177887938148],\n              [-103.538835388353817, 37.441608970771114],\n              [-103.538835388353817, 37.643391650218234],\n              [-103.405461467643377, 37.645349483812502],\n              [-103.394833948339425, 38.097044908266028],\n              [-103.16443164431638, 38.273068096719896],\n              [-103.481234812348063, 38.270205931053979],\n              [-103.60003600035995, 38.184340961076487],\n              [-103.582035820358143, 38.459108865004481],\n              [-103.718837188371822, 38.324587078706401],\n              [-104.053640536405297, 38.250170771392561],\n              [-104.330843308433018, 38.343191155534853],\n              [-104.327243272432668, 38.523507592487604],\n              [-104.579245792457868, 38.467695362002232],\n              [-104.669246692466871, 38.781102502420111],\n              [-104.885248852488459, 38.864105306731688],\n              [-104.737647376473703, 39.267670665625943],\n              [-104.503645036450308, 39.273394996957776],\n              [-104.039240392403869, 39.588233220208608],\n              [-103.7296372963729, 39.579646723210857],\n              [-103.722437224372186, 39.749945580332891],\n              [-104.086040860408545, 39.749945580332891],\n              [-104.078840788407817, 39.924537685953808],\n              [-104.932049320493149, 39.888760615129854],\n              [-105.155251552515466, 40.057628389418937],\n              [-104.993249932499268, 40.160666353391932],\n              [-105.08325083250827, 40.293757056857061],\n              [-105.126451264512582, 40.203598838380685],\n              [-105.396453964539589, 40.172115016055599],\n              [-105.536855368553631, 40.396795020830055],\n              [-105.454054540545343, 40.509850564633766],\n              [-105.666456664566581, 40.509850564633766],\n              [-105.756457564575584, 40.730237320909353],\n              [-105.907659076590704, 40.528454641462233],\n              [-105.680856808568024, 40.245100240536473],\n              [-105.72405724057235, 39.895916029294639],\n              [-105.943659436594302, 39.712737426675972],\n              [-106.303663036630311, 39.751376663165857],\n              [-106.487264872648666, 39.924537685953808],\n              [-106.634866348663422, 39.901640360626473],\n              [-106.681666816668098, 40.873345604205184],\n              [-106.771667716677101, 41.003574142004396],\n              [-106.886868868688623, 41.003574142004396],\n              [-106.886868868688623, 41.219667649781101],\n              [-107.920079200791946, 41.225391981112935],\n              [-107.92367923679231, 41.002143059171431],\n              [-108.791287912879071, 41.000711976338479]\n            ]\n          ],\n          [\n            [\n              [-107.279272792727866, 37.676306555376271],\n              [-107.491674916749105, 37.785068850681114],\n              [-107.488074880748741, 37.647684898717102],\n              [-107.279272792727866, 37.676306555376271]\n            ]\n          ],\n          [\n            [\n              [-107.279272792727866, 37.676306555376271],\n              [-107.218072180721748, 37.589010502565813],\n              [-106.912069120691143, 37.567544260071443],\n              [-107.142471424714188, 37.813690507340269],\n              [-107.279272792727866, 37.676306555376271]\n            ]\n          ],\n          [\n            [\n              [-105.01125011250106, 40.378190944001602],\n              [-104.849248492484861, 40.237944826371688],\n              [-104.705247052470469, 40.237944826371688],\n              [-104.640446404463987, 40.395363937997104],\n              [-104.42084420844202, 40.372466612669768],\n              [-104.219242192421859, 40.693029167252433],\n              [-104.44604446044454, 40.730237320909353],\n              [-104.399243992439864, 40.578542540615771],\n              [-104.532445324453178, 40.554214132455471],\n              [-104.716047160471547, 40.744548149238938],\n              [-104.831248312483069, 40.745979232071889],\n              [-104.838448384483783, 40.52416139296335],\n              [-105.01125011250106, 40.378190944001602]\n            ]\n          ],\n          [\n            [\n              [-105.01125011250106, 40.378190944001602],\n              [-105.065250652506464, 40.618612859938608],\n              [-105.16245162451618, 40.399657186495972],\n              [-105.08325083250827, 40.293757056857061],\n              [-105.01125011250106, 40.378190944001602]\n            ]\n          ],\n          [\n            [\n              [-105.720457204571986, 40.997849810672562],\n              [-105.731257312573064, 40.833275284882347],\n              [-105.461254612546071, 40.873345604205184],\n              [-105.554855548555423, 40.997849810672562],\n              [-105.720457204571986, 40.997849810672562]\n            ]\n          ],\n          [\n            [\n              [-105.277652776527702, 40.997849810672562],\n              [-105.223652236522298, 40.88908751536772],\n              [-105.022050220502138, 40.891949681033637],\n              [-105.022050220502138, 40.99355656217368],\n              [-105.277652776527702, 40.997849810672562]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-PSEI\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-122.986229862298558, 47.606590333274127],\n              [-122.813428134281281, 47.84271900071225],\n              [-122.95022950229496, 47.867047408872537],\n              [-123.007830078300714, 48.08886524798109],\n              [-122.914229142291362, 48.128935567303913],\n              [-122.507425074250676, 47.844150083545202],\n              [-122.633426334263277, 47.721076959910789],\n              [-122.514625146251404, 47.444877973149829],\n              [-122.712627126271201, 47.403376570994041],\n              [-122.986229862298558, 47.606590333274127]\n            ]\n          ],\n          [\n            [\n              [-122.53622536225356, 48.239128945441706],\n              [-122.701827018270109, 48.492430606875331],\n              [-122.424624246242388, 48.599761819347208],\n              [-122.53622536225356, 48.775785007801076],\n              [-122.723427234272279, 48.731421439979371],\n              [-122.788227882278761, 48.93177303659354],\n              [-122.752227522275149, 48.991878515577795],\n              [-120.798428879811127, 48.991878515577795],\n              [-120.689406894068867, 48.575433411186921],\n              [-121.049410494104876, 48.486706275543497],\n              [-121.060210602105954, 48.382237228737537],\n              [-121.445414454144469, 48.296372258760044],\n              [-122.3346233462334, 48.297803341592996],\n              [-122.43542435424348, 48.260595187936076],\n              [-122.53622536225356, 48.239128945441706]\n            ]\n          ],\n          [\n            [\n              [-123.159031590315834, 46.793735284153797],\n              [-123.162427429914331, 46.999217123065428],\n              [-123.205758600176324, 46.999984046432907],\n              [-123.202307445022726, 47.084345616854492],\n              [-122.95022950229496, 47.174403317720717],\n              [-122.748627486274799, 47.190145228883253],\n              [-122.399423994239868, 46.843823183307336],\n              [-122.583025830258237, 46.763682544661677],\n              [-123.159031590315834, 46.793735284153797]\n            ]\n          ],\n          [\n            [\n              [-120.678606786067803, 47.351857589007537],\n              [-120.85140851408508, 47.273148033194829],\n              [-120.595805958059515, 47.111435673070545],\n              [-120.318603186031794, 47.078520767912508],\n              [-120.282602826028196, 46.736491970835459],\n              [-120.509405094050877, 46.737923053668425],\n              [-120.635406354063477, 46.830943437810717],\n              [-121.013410134101278, 46.911084076456376],\n              [-121.261812618126115, 47.082814016411376],\n              [-121.362613626136195, 47.071365353747709],\n              [-121.438214382143755, 47.38620357699854],\n              [-121.089010890108838, 47.572244345283124],\n              [-120.678606786067803, 47.351857589007537]\n            ]\n          ],\n          [\n            [\n              [-122.394378998875155, 47.778030463903605],\n              [-122.367023670236634, 48.151832892631248],\n              [-122.032220322203159, 48.160419389628998],\n              [-122.007020070200639, 47.980102952676248],\n              [-121.72261722617219, 47.964361041513712],\n              [-121.920619206191986, 47.875633905870288],\n              [-122.053820538205315, 47.77545810756321],\n              [-122.289523254311334, 47.777344765512858],\n              [-122.394378998875155, 47.778030463903605],\n              [-122.394378998875155, 47.778030463903605],\n              [-122.394378998875155, 47.778030463903605]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-TPWR\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-123.202307445022726, 47.084345616854492],\n              [-123.489136784456136, 47.083578693487027],\n              [-123.504635046350387, 47.517863197630703],\n              [-123.375033750337437, 47.608021416107078],\n              [-122.986229862298558, 47.606590333274127],\n              [-122.712627126271201, 47.403376570994041],\n              [-122.514625146251404, 47.444877973149829],\n              [-122.362202863391246, 47.460829684013582],\n              [-122.280223618869755, 47.469409198641607],\n              [-122.280209890684034, 47.469462495884656],\n              [-122.280199259678554, 47.469462520982042],\n              [-122.237211798348554, 47.634212305352612],\n              [-122.289523254311334, 47.777344765512858],\n              [-122.289523254311334, 47.777344765512858],\n              [-122.289523254311334, 47.777344765512858],\n              [-122.053820538205315, 47.77545810756321],\n              [-121.920619206191986, 47.875633905870288],\n              [-121.884618846188403, 47.776889190396162],\n              [-121.251012510125037, 47.779751356062079],\n              [-121.157411574115685, 47.875633905870288],\n              [-121.089010890108838, 47.572244345283124],\n              [-121.438214382143755, 47.38620357699854],\n              [-121.362613626136195, 47.071365353747709],\n              [-121.488614886148795, 46.912515159289342],\n              [-121.387813878138715, 46.627729675530631],\n              [-121.524341464517178, 46.387625124406398],\n              [-122.239931758797283, 46.385337972497808],\n              [-122.239931758797283, 46.385337972497808],\n              [-123.216632166321602, 46.385876676760674],\n              [-123.357033570335631, 46.384445593927708],\n              [-123.371111960192536, 46.792083996984232],\n              [-123.159031590315834, 46.793735284153797],\n              [-122.583025830258237, 46.763682544661677],\n              [-122.399423994239868, 46.843823183307336],\n              [-122.748627486274799, 47.190145228883253],\n              [-122.95022950229496, 47.174403317720717],\n              [-123.202307445022726, 47.084345616854492]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-WACM\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-111.30411304113035, 37.54035368624524],\n              [-111.210512105120984, 37.062372020037145],\n              [-110.929709297092913, 37.155392404179437],\n              [-110.857708577085702, 37.348588586628821],\n              [-110.756907569075622, 37.337139923965154],\n              [-110.753307533075272, 37.54035368624524],\n              [-111.30411304113035, 37.54035368624524]\n            ]\n          ],\n          [\n            [\n              [-107.498874988749833, 36.996542209721071],\n              [-106.631266312663058, 36.999404375386987],\n              [-106.714067140671347, 37.53319827208044],\n              [-106.609666096660902, 37.534629354913406],\n              [-106.854468544685389, 37.83801891550057],\n              [-106.764467644676387, 38.095613825433063],\n              [-106.454864548645432, 38.308845167543851],\n              [-106.253262532625271, 38.347484404033736],\n              [-106.386463864638586, 38.627976639293564],\n              [-106.145261452614463, 38.632269887792432],\n              [-105.92925929259286, 38.526369758153521],\n              [-105.839258392583858, 38.250170771392561],\n              [-105.994059940599342, 38.224411280399309],\n              [-105.994059940599342, 38.075578665771644],\n              [-106.242462424624179, 37.91386630564736],\n              [-106.580865808658032, 37.840881081166486],\n              [-106.44046440464399, 37.574699674236228],\n              [-106.260462604625985, 37.576130757069194],\n              [-106.073260732607267, 37.734980951527561],\n              [-106.030060300602941, 37.597596999563564],\n              [-105.918459184591782, 37.746429614191229],\n              [-105.82485824858243, 37.560388845906644],\n              [-105.587255872558671, 37.571837508570312],\n              [-105.468454684546785, 37.729256620195727],\n              [-105.227252272522662, 37.654840312881902],\n              [-105.15885158851583, 37.324260178468521],\n              [-104.752047520475145, 37.405831899947145],\n              [-104.374043740437344, 37.80081076184365],\n              [-104.057240572405661, 37.663426809879653],\n              [-103.78003780037794, 37.643391650218234],\n              [-104.064440644406389, 38.048388091945441],\n              [-104.474844748447424, 38.048388091945441],\n              [-104.701647016470105, 38.386123640523607],\n              [-105.08685086850862, 38.386123640523607],\n              [-105.13365133651331, 38.274499179552862],\n              [-105.461254612546071, 38.16573688424802],\n              [-105.396453964539589, 38.662322627284567],\n              [-105.842858428584222, 38.693806449609653],\n              [-105.976059760597551, 38.911331040219309],\n              [-106.170461704616983, 39.007213590027519],\n              [-106.202862028620231, 39.130286713661931],\n              [-106.325263252632467, 38.932797282713693],\n              [-106.487264872648666, 38.929935117047776],\n              [-106.501665016650108, 39.07018123467769],\n              [-107.28647286472858, 39.058732572014023],\n              [-107.516875168751625, 39.227600346303106],\n              [-107.707677076770707, 39.098802891336859],\n              [-107.97407974079735, 39.078767731675441],\n              [-108.373683736837307, 38.826897153074768],\n              [-108.43848438484379, 38.406158800185025],\n              [-109.061290612906063, 38.500610267160269],\n              [-109.043290432904271, 38.152857138751401],\n              [-109.04453892534994, 36.997748264954758],\n              [-107.498874988749833, 36.996542209721071]\n            ],\n            [\n              [-107.142471424714188, 37.813690507340269],\n              [-106.912069120691143, 37.567544260071443],\n              [-107.218072180721748, 37.589010502565813],\n              [-107.279272792727866, 37.676306555376271],\n              [-107.142471424714188, 37.813690507340269]\n            ],\n            [\n              [-107.279272792727866, 37.676306555376271],\n              [-107.488074880748741, 37.647684898717102],\n              [-107.491674916749105, 37.785068850681114],\n              [-107.279272792727866, 37.676306555376271]\n            ],\n            [\n              [-107.142471424714188, 37.813690507340269],\n              [-107.23247232472319, 37.936763630974696],\n              [-107.05607056070555, 37.978265033130484],\n              [-107.142471424714188, 37.813690507340269]\n            ]\n          ],\n          [\n            [\n              [-106.260462604625985, 37.576130757069194],\n              [-106.325263252632467, 37.304225018807102],\n              [-106.062460624606189, 37.206911386165942],\n              [-105.817658176581702, 37.262723616651314],\n              [-105.716857168571622, 37.003697623885856],\n              [-105.392853928539225, 36.995111126888105],\n              [-105.392853928539225, 37.234101959992145],\n              [-105.526055260552539, 37.344295338129939],\n              [-105.90045900458999, 37.438746805105197],\n              [-106.030060300602941, 37.597596999563564],\n              [-106.260462604625985, 37.576130757069194]\n            ]\n          ],\n          [\n            [\n              [-102.961002733423584, 45.211092448003853],\n              [-104.039240392403869, 45.212388753734842],\n              [-104.039791432356225, 44.998008079289612],\n              [-105.03645036450358, 45.000588494457006],\n              [-106.011366806695463, 44.992873005935238],\n              [-106.009485250394832, 44.564233843483585],\n              [-106.018049110684615, 43.494762085313432],\n              [-104.899545044480092, 43.499269604696096],\n              [-104.892448924489187, 42.609249080583638],\n              [-104.654846548465429, 42.609249080583638],\n              [-104.654846548465429, 41.653285748167477],\n              [-105.277652776527702, 41.656147913833394],\n              [-105.277652776527702, 40.997849810672562],\n              [-105.554855548555423, 40.997849810672562],\n              [-105.461254612546071, 40.873345604205184],\n              [-105.731257312573064, 40.833275284882347],\n              [-105.720457204571986, 40.997849810672562],\n              [-106.771667716677101, 41.003574142004396],\n              [-106.681666816668098, 40.873345604205184],\n              [-106.634866348663422, 39.901640360626473],\n              [-106.487264872648666, 39.924537685953808],\n              [-106.303663036630311, 39.751376663165857],\n              [-105.943659436594302, 39.712737426675972],\n              [-105.72405724057235, 39.895916029294639],\n              [-105.680856808568024, 40.245100240536473],\n              [-105.907659076590704, 40.528454641462233],\n              [-105.756457564575584, 40.730237320909353],\n              [-105.666456664566581, 40.509850564633766],\n              [-105.454054540545343, 40.509850564633766],\n              [-105.536855368553631, 40.396795020830055],\n              [-105.396453964539589, 40.172115016055599],\n              [-105.126451264512582, 40.203598838380685],\n              [-105.08325083250827, 40.293757056857061],\n              [-104.993249932499268, 40.160666353391932],\n              [-105.155251552515466, 40.057628389418937],\n              [-104.932049320493149, 39.888760615129854],\n              [-104.078840788407817, 39.924537685953808],\n              [-104.086040860408545, 39.749945580332891],\n              [-103.722437224372186, 39.749945580332891],\n              [-103.7296372963729, 39.579646723210857],\n              [-104.039240392403869, 39.588233220208608],\n              [-104.503645036450308, 39.273394996957776],\n              [-104.737647376473703, 39.267670665625943],\n              [-104.885248852488459, 38.864105306731688],\n              [-104.669246692466871, 38.781102502420111],\n              [-104.579245792457868, 38.467695362002232],\n              [-104.327243272432668, 38.523507592487604],\n              [-104.330843308433018, 38.343191155534853],\n              [-104.053640536405297, 38.250170771392561],\n              [-103.718837188371822, 38.324587078706401],\n              [-103.582035820358143, 38.459108865004481],\n              [-103.60003600035995, 38.184340961076487],\n              [-103.481234812348063, 38.270205931053979],\n              [-103.16443164431638, 38.273068096719896],\n              [-103.394833948339425, 38.097044908266028],\n              [-103.405461467643377, 37.645349483812502],\n              [-103.077016896141473, 37.645349483812495],\n              [-103.086029094749748, 37.001477961020626],\n              [-102.041968443810049, 36.99299649965343],\n              [-102.052112482493925, 40.004140654871357],\n              [-101.324813248132415, 40.003247241766516],\n              [-101.324813248132415, 40.351000370175399],\n              [-100.777607776077701, 40.349569287342433],\n              [-100.781350695674405, 40.700434664090018],\n              [-100.223626427355313, 40.701477945882857],\n              [-100.235997391192498, 41.394965630216639],\n              [-100.709900467416475, 41.394965630216639],\n              [-100.70704562960789, 41.741828423958879],\n              [-100.844077844419644, 41.740401005054586],\n              [-100.846932682228228, 42.088691217701118],\n              [-100.169201692016856, 42.112663337547104],\n              [-100.231000652549653, 43.71214101818709],\n              [-100.709207092070855, 43.718338276126346],\n              [-101.144811448114424, 43.994537262887306],\n              [-102.011976117259323, 43.994287542078688],\n              [-101.999893700703794, 45.038731297151351],\n              [-102.95713126668133, 45.036876444602228],\n              [-102.961002733423584, 45.211092448003853]\n            ],\n            [\n              [-105.277652776527702, 40.997849810672562],\n              [-105.022050220502138, 40.99355656217368],\n              [-105.022050220502138, 40.891949681033637],\n              [-105.223652236522298, 40.88908751536772],\n              [-105.277652776527702, 40.997849810672562]\n            ],\n            [\n              [-105.08325083250827, 40.293757056857061],\n              [-105.16245162451618, 40.399657186495972],\n              [-105.065250652506464, 40.618612859938608],\n              [-105.01125011250106, 40.378190944001602],\n              [-105.08325083250827, 40.293757056857061]\n            ],\n            [\n              [-105.01125011250106, 40.378190944001602],\n              [-104.838448384483783, 40.52416139296335],\n              [-104.831248312483069, 40.745979232071889],\n              [-104.716047160471547, 40.744548149238938],\n              [-104.532445324453178, 40.554214132455471],\n              [-104.399243992439864, 40.578542540615771],\n              [-104.44604446044454, 40.730237320909353],\n              [-104.219242192421859, 40.693029167252433],\n              [-104.42084420844202, 40.372466612669768],\n              [-104.640446404463987, 40.395363937997104],\n              [-104.705247052470469, 40.237944826371688],\n              [-104.849248492484861, 40.237944826371688],\n              [-105.01125011250106, 40.378190944001602]\n            ]\n          ],\n          [\n            [\n              [-111.30411304113035, 38.510627846990985],\n              [-111.250112501124946, 38.152857138751401],\n              [-109.932499324993188, 38.158581470083234],\n              [-109.939699396993902, 38.35320873536557],\n              [-110.087300873008672, 38.500610267160269],\n              [-111.30411304113035, 38.510627846990985]\n            ]\n          ],\n          [\n            [\n              [-97.080370803707979, 41.399984086733852],\n              [-96.907097691181974, 41.457126426275799],\n              [-96.90502172662741, 41.742575975370741],\n              [-97.253734108081417, 41.743143910845426],\n              [-97.253038496363772, 41.385188643312858],\n              [-97.080370803707979, 41.399984086733852]\n            ]\n          ],\n          [\n            [\n              [-96.601566015660097, 45.326875380371504],\n              [-96.853568535685298, 45.614523029796132],\n              [-96.580494230621341, 45.817015391779982],\n              [-96.564162070017801, 45.933673681805303],\n              [-98.72401405388969, 45.938857909427547],\n              [-98.721987219872133, 45.243872576059928],\n              [-99.574959879283597, 45.245717117720865],\n              [-99.572772113913359, 44.89873752999852],\n              [-100.402447298169733, 44.899081502088691],\n              [-100.596578351665016, 44.754248176713936],\n              [-100.594005940059347, 44.556952816239928],\n              [-99.664071166453198, 44.549432336391313],\n              [-99.665196651966454, 44.312237651804054],\n              [-99.499594995949906, 44.053211659038595],\n              [-99.402394023940175, 44.026021085212378],\n              [-99.409594095940903, 43.745528849952549],\n              [-99.247592475924705, 43.499382602683724],\n              [-97.607135790438377, 43.499975327678747],\n              [-97.6095760957609, 43.848566813925558],\n              [-97.368810008984539, 43.848646344713252],\n              [-97.370364559147973, 44.195036531609254],\n              [-96.457265399107087, 44.196690414776832],\n              [-96.450364503644977, 44.544073070743295],\n              [-97.855633218974731, 44.544245669444727],\n              [-97.855947315464945, 44.630936300740871],\n              [-97.976874464193259, 44.632506783191886],\n              [-97.962379623796181, 45.153714357583553],\n              [-97.226597910571215, 45.151950562941217],\n              [-97.226597910571215, 45.29775823620411],\n              [-97.007725088493928, 45.297101650080904],\n              [-96.992781175938717, 45.326989475191318],\n              [-96.601566015660097, 45.326875380371504]\n            ]\n          ],\n          [\n            [\n              [-109.050490504904985, 39.578215640377891],\n              [-108.470884708847024, 39.73277258633739],\n              [-107.912879128791232, 39.758532077330642],\n              [-107.894878948789426, 39.900209277793522],\n              [-107.520475204751989, 39.897347112127605],\n              [-107.646476464764589, 40.073370300581473],\n              [-107.570875708757029, 40.187856927218149],\n              [-107.646476464764589, 40.376759861168637],\n              [-108.222482224822187, 40.32237871351623],\n              [-108.229682296822901, 40.216478583877304],\n              [-108.596885968859624, 40.216478583877304],\n              [-108.784087840878342, 40.31522329935143],\n              [-108.791287912879071, 41.000711976338479],\n              [-110.000900009000034, 40.99355656217368],\n              [-110.000900009000034, 40.869052355706316],\n              [-109.835298352983472, 40.768876557399224],\n              [-109.536495364953581, 40.826119870717562],\n              [-109.482494824948191, 40.738823817907104],\n              [-109.201692016920106, 40.8590347758756],\n              [-109.046890468904621, 40.577111457782806],\n              [-109.050490504904985, 39.578215640377891]\n            ]\n          ],\n          [\n            [\n              [-97.368373683736777, 40.698753498584267],\n              [-97.367906373713581, 41.047181860047004],\n              [-97.826740801345935, 41.046815671357741],\n              [-97.825642235278181, 40.698204039190138],\n              [-97.368373683736777, 40.698753498584267]\n            ]\n          ],\n          [\n            [\n              [-97.368373683736777, 40.698753498584267],\n              [-97.368345800140659, 40.350651912963443],\n              [-96.914769147691416, 40.349569287342433],\n              [-96.914440272265637, 40.697630343576968],\n              [-97.368373683736777, 40.698753498584267]\n            ]\n          ],\n          [\n            [\n              [-101.454414544145379, 47.562226765452422],\n              [-101.868418684186778, 47.503552369301133],\n              [-102.206822068220617, 47.575106510949041],\n              [-102.145621456214499, 47.32752918084725],\n              [-102.145621456214499, 46.981207135271333],\n              [-101.864818648186429, 46.981207135271333],\n              [-101.684816848168424, 47.241664210869757],\n              [-101.324813248132415, 47.287458861524414],\n              [-101.454414544145379, 47.562226765452422]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-WAUW\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-104.046440464404583, 46.397325339424341],\n              [-104.36684366843663, 46.46887948107225],\n              [-104.305643056430497, 46.642040503860215],\n              [-104.608046080460738, 46.693559485846706],\n              [-104.726847268472625, 46.494638972065502],\n              [-105.180451804517986, 46.428809161749427],\n              [-105.173251732517258, 46.209853488306791],\n              [-104.856448564485589, 46.154041257821419],\n              [-105.00765007650071, 45.786252969751132],\n              [-105.004050040500346, 45.534382391150459],\n              [-105.169651696516908, 45.345479457199971],\n              [-105.047250472504658, 45.238148244728094],\n              [-105.03645036450358, 45.000588494457006],\n              [-104.039791432356225, 44.998008079289612],\n              [-104.039240392403869, 45.212388753734842],\n              [-102.961002733423584, 45.211092448003853],\n              [-102.942731843453529, 45.945153631533195],\n              [-104.042840428404219, 45.945103164209499],\n              [-104.046440464404583, 46.397325339424341]\n            ],\n            [\n              [-104.053640536405297, 45.750475898927178],\n              [-104.122041220412143, 45.467121498001418],\n              [-104.219242192421859, 45.53008914265159],\n              [-104.219242192421859, 45.750475898927178],\n              [-104.053640536405297, 45.750475898927178]\n            ]\n          ],\n          [\n            [\n              [-110.911709117091107, 46.776562290158296],\n              [-110.792907929079234, 46.653489166523883],\n              [-110.695706957069504, 46.876738088465373],\n              [-110.911709117091107, 46.776562290158296]\n            ]\n          ],\n          [\n            [\n              [-105.842858428584222, 48.010155692168368],\n              [-106.404464044640392, 48.057381425656004],\n              [-106.5196651966519, 47.835563586547465],\n              [-106.746467464674581, 47.706766131581205],\n              [-107.113671136711304, 47.650953901095832],\n              [-107.419674196741909, 47.688162054752752],\n              [-107.82647826478258, 47.543622688623955],\n              [-108.05328053280526, 47.593710587777508],\n              [-108.701287012870068, 47.626625492935545],\n              [-109.010890108901023, 47.825546006716749],\n              [-109.277292772927666, 47.795493267224629],\n              [-109.640896408964025, 47.626625492935545],\n              [-110.51210512105115, 47.626625492935545],\n              [-110.515705157051514, 47.795493267224629],\n              [-110.796507965079584, 47.794062184391663],\n              [-111.163711637116307, 47.888513651366921],\n              [-111.170911709117021, 48.120349070306162],\n              [-111.541715417154109, 48.260595187936076],\n              [-111.689316893168865, 48.058812508488955],\n              [-112.250922509225035, 48.057381425656004],\n              [-112.697326973269668, 47.911410976694256],\n              [-112.697326973269668, 47.703903965915288],\n              [-112.826928269282632, 47.703903965915288],\n              [-112.826928269282632, 47.383341411332623],\n              [-112.704527045270396, 47.267423701862995],\n              [-111.577715777157707, 47.29747644135513],\n              [-111.577715777157707, 47.091400513409127],\n              [-110.184501845018389, 47.141488412562666],\n              [-110.170101701016947, 46.94686114728033],\n              [-110.414904149041433, 46.943998981614413],\n              [-110.429304293042861, 46.770837958826462],\n              [-110.029700297002904, 46.77513120732533],\n              [-110.02250022500219, 46.674955409018253],\n              [-110.396903969039627, 46.61914317853288],\n              [-110.267302673026663, 46.526122794390588],\n              [-109.89649896498959, 46.530416042889456],\n              [-109.885698856988512, 46.404480753589127],\n              [-110.166501665016582, 46.415929416252794],\n              [-110.170101701016947, 46.258510304627379],\n              [-109.763297632976261, 46.148316926489585],\n              [-109.687696876968701, 45.962276158205],\n              [-109.33129331293307, 46.05815870801321],\n              [-109.032490324903193, 45.985173483532336],\n              [-109.115291152911468, 45.621678443960917],\n              [-108.942489424894191, 45.528658059818625],\n              [-108.697686976869704, 45.522933728486791],\n              [-108.676086760867548, 45.375532196692092],\n              [-108.452884528845232, 45.334030794536304],\n              [-108.074880748807431, 45.37982544519096],\n              [-107.938079380793752, 45.53008914265159],\n              [-107.938079380793752, 45.854944945733124],\n              [-107.82287822878223, 45.952258578374298],\n              [-107.434074340743351, 45.9694315723698],\n              [-107.441274412744065, 45.791977301082966],\n              [-106.861668616686103, 45.694663668441791],\n              [-106.955269552695469, 45.812012460744384],\n              [-106.876068760687545, 46.063883039345043],\n              [-106.59166591665911, 46.006639726026719],\n              [-106.59166591665911, 45.793408383915917],\n              [-106.33966339663391, 45.793408383915917],\n              [-106.285662856628505, 46.224164316636376],\n              [-106.051660516605111, 46.227026482302293],\n              [-106.048060480604747, 46.477465978070001],\n              [-105.493654936549305, 46.819494775147049],\n              [-104.705247052470469, 47.059916691084041],\n              [-104.413644136441306, 47.359013003172336],\n              [-104.374043740437344, 47.26026828769821],\n              [-104.201242012420067, 47.359013003172336],\n              [-104.201242012420067, 47.682437723420918],\n              [-104.043645711621224, 47.684231007177161],\n              [-104.044705529267262, 47.32823527117425],\n              [-103.099630996309898, 47.328960263680216],\n              [-103.099664142507436, 47.67439225230985],\n              [-102.642649425622125, 47.675511257089795],\n              [-102.642837961076438, 47.82475410380632],\n              [-102.574025740257341, 48.004431360836548],\n              [-102.829628296282905, 48.186178880622251],\n              [-102.828443121670617, 48.372347588000494],\n              [-102.883585542708374, 48.374293791095944],\n              [-102.887228872288659, 48.632676724505245],\n              [-104.046440464404583, 48.634107807338211],\n              [-104.046440464404583, 48.203351874617752],\n              [-104.298442984429784, 48.054519259990087],\n              [-104.838448384483783, 48.117486904640245],\n              [-104.946449464494577, 48.071692253985589],\n              [-105.518855188551825, 48.07312333681854],\n              [-105.842858428584222, 48.010155692168368]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NY-NYIS\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-78.860588605886008, 42.801014180200056],\n              [-78.908572790931473, 42.906477761757785],\n              [-78.916472584385929, 42.944461700148317],\n              [-79.020576711826635, 42.998461658145096],\n              [-78.999474523831893, 43.061227140385853],\n              [-79.074143804428658, 43.080706083150226],\n              [-79.044384308538639, 43.142930483647525],\n              [-79.061915357026578, 43.26976004431333],\n              [-78.579785797857923, 43.36486081638563],\n              [-78.154981549815446, 43.374878396216346],\n              [-77.730177301772969, 43.327652662728724],\n              [-77.535775357753522, 43.234632278586432],\n              [-77.024570245702407, 43.266116100911518],\n              [-76.722167221672166, 43.34339457389126],\n              [-76.426964269642639, 43.513693431013309],\n              [-76.221762217622128, 43.539452922006546],\n              [-76.13536135361349, 43.934431783903051],\n              [-76.347763477634729, 44.054642741871547],\n              [-76.16056160561601, 44.280753829478968],\n              [-75.912159121591159, 44.368049882289426],\n              [-75.75122725219083, 44.525098801697638],\n              [-75.271352713527079, 44.863204542493008],\n              [-74.868148681486758, 45.010606074287722],\n              [-74.713347133471288, 44.999157411624054],\n              [-73.406789243366802, 45.004986610616662],\n              [-73.338133381333762, 44.919016772978381],\n              [-73.381333813338088, 44.60417854972755],\n              [-73.302133021330164, 44.419568864275931],\n              [-73.428134281342764, 44.037469747876045],\n              [-73.370533705336996, 43.726924773124097],\n              [-73.251732517325124, 43.556625916002048],\n              [-73.276932769327644, 42.752357363879469],\n              [-73.482134821348168, 42.154164739702892],\n              [-73.546935469354636, 41.332723193584812],\n              [-73.503735037350324, 41.236840643776603],\n              [-73.726937269372641, 41.100887774645557],\n              [-73.658536585365809, 40.99355656217368],\n              [-73.654936549365445, 40.844723947546015],\n              [-73.384933849338438, 40.946330828686058],\n              [-72.672126721267162, 40.979245733844095],\n              [-72.585725857258524, 40.92629566902464],\n              [-72.319323193231881, 41.000711976338479],\n              [-72.064826948419423, 40.985135813390606],\n              [-73.032130321303157, 40.674425090423981],\n              [-73.730537305373005, 40.589991203279439],\n              [-74.094140941409364, 40.648665599430728],\n              [-73.953739537395322, 40.851879361710814],\n              [-74.01134011340109, 41.046506626993136],\n              [-74.248942489424849, 40.992125479340729],\n              [-74.468544685446801, 41.254013637772104],\n              [-74.745747457474522, 41.326998862252978],\n              [-74.961749617496125, 41.116629685808107],\n              [-75.310953109531042, 41.331292110751846],\n              [-75.069750697506919, 41.601766766180972],\n              [-75.073350733507283, 41.810704859792892],\n              [-75.433354333543278, 41.999607793743394],\n              [-79.670596705967, 41.999607793743394],\n              [-79.785877556940775, 42.258073653850403],\n              [-79.177391773917691, 42.549143601599383],\n              [-78.860588605886008, 42.801014180200056]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SE-SOCO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-84.876243597032087, 30.726939399523488],\n              [-85.023850238502334, 31.000305139625667],\n              [-85.466654666546617, 30.99744297395975],\n              [-85.495454954549487, 30.830006282503618],\n              [-85.383853838538329, 30.523754556250537],\n              [-85.387453874538693, 30.301936717141999],\n              [-85.725857258572532, 30.244693403823675],\n              [-85.73665736657361, 30.463649077266297],\n              [-85.974259742597368, 30.40211251544909],\n              [-86.071460714607085, 30.439320669105996],\n              [-86.211862118621127, 30.522323473417586],\n              [-86.55386553865533, 30.389232769952457],\n              [-86.960669606696015, 30.367766527458087],\n              [-87.021870218702134, 30.546651881577873],\n              [-87.324273242732374, 30.317678628304549],\n              [-87.410674106741013, 30.419285509444578],\n              [-87.540275402753977, 30.280470474647629],\n              [-87.83547835478349, 30.248986652322543],\n              [-87.929079290792856, 30.651120928383833],\n              [-88.026280262802572, 30.754158892356827],\n              [-88.105481054810497, 30.379215190121755],\n              [-88.465484654846492, 30.324834042469334],\n              [-88.879488794887891, 30.392094935618374],\n              [-89.271892718927134, 30.363473278959205],\n              [-89.437494374943697, 30.127344611521082],\n              [-89.624696246962415, 30.248986652322543],\n              [-89.844298442984368, 30.691191247706669],\n              [-89.772297722977171, 30.881525264490122],\n              [-90.00630006300058, 31.133395843090796],\n              [-89.95949959499589, 31.40816374701879],\n              [-89.973899738997332, 31.754485792594707],\n              [-89.653496534965299, 31.780245283587959],\n              [-89.729097290972859, 32.09508350683879],\n              [-89.743497434974287, 32.415646061421455],\n              [-89.455494554945489, 32.610273326703791],\n              [-89.444694446944411, 32.344091919773533],\n              [-89.271892718927134, 32.334074339942831],\n              [-89.178291782917768, 32.517252942561498],\n              [-88.915489154891489, 32.577358421545739],\n              [-88.389883898838931, 32.578789504378705],\n              [-88.172857753898413, 34.320328337874528],\n              [-87.379895336049429, 34.301579574170177],\n              [-87.288272882728776, 33.995561509007445],\n              [-86.946269462694573, 33.866764054041198],\n              [-86.445864458644536, 34.248863170441069],\n              [-86.301863018630129, 34.100030555813404],\n              [-86.183061830618257, 34.183033360124995],\n              [-85.844658446584418, 34.19018877428978],\n              [-85.73665736657361, 33.989837177675611],\n              [-85.401854018540135, 33.984112846343777],\n              [-85.448654486544811, 34.215948265283032],\n              [-85.380253802537965, 34.417730944730152],\n              [-85.488254882548773, 34.414868779064236],\n              [-85.437854378543733, 34.622375789843204],\n              [-85.265052650526457, 34.605202795847703],\n              [-85.265052650526457, 34.400557950734651],\n              [-84.707047070470651, 34.413437696231284],\n              [-84.685446854468495, 34.682481268827445],\n              [-84.548645486454816, 34.85564229161541],\n              [-84.311043110431044, 34.801261143962989],\n              [-84.181441814418093, 34.612358210012488],\n              [-83.691836918369134, 34.799830061130038],\n              [-83.645036450364444, 34.888557196773448],\n              [-83.619836198361924, 34.987301912247574],\n              [-83.277832778327735, 34.972991083917989],\n              [-83.292232922329163, 34.653859612168276],\n              [-82.849428494284894, 34.423455276061986],\n              [-82.719827198271929, 34.15298062063286],\n              [-82.586625866258615, 34.124358963973705],\n              [-82.593825938259329, 34.019889917167745],\n              [-82.269822698226932, 33.768019338567072],\n              [-82.147421474214696, 33.597720481445037],\n              [-81.769417694176894, 33.262847098532788],\n              [-81.71193065942343, 33.121449169700149],\n              [-81.528215282152772, 33.039598176591284],\n              [-81.337413374133689, 32.56447867604912],\n              [-81.146611466114607, 32.345523002606498],\n              [-81.114211142111373, 32.152326820157128],\n              [-81.006210062100564, 32.209570133475452],\n              [-80.87300873008725, 32.085065927008074],\n              [-80.779407794077883, 32.0120807025272],\n              [-81.04941049410489, 31.688655982278618],\n              [-81.189811898118933, 31.399577250021039],\n              [-81.218612186121803, 31.19922565340687],\n              [-81.351813518135131, 31.037513293282586],\n              [-81.355413554135495, 30.738416981194291],\n              [-81.431014310143041, 30.669725005212285],\n              [-81.920619206192015, 30.817126537006999],\n              [-82.017820178201731, 30.791367046013747],\n              [-82.017820178201731, 30.492270733925466],\n              [-82.129421294212889, 30.363473278959205],\n              [-82.23022230222297, 30.416423343778661],\n              [-82.23022230222297, 30.518030224918704],\n              [-82.460624606246014, 30.583860035234792],\n              [-82.611826118261135, 30.529478887582371],\n              [-82.727027270272643, 30.599601946397328],\n              [-84.624246242462377, 30.701208827537371],\n              [-84.876243597032087, 30.726939399523488]\n            ]\n          ],\n          [\n            [\n              [-85.059850598505932, 29.876905115753374],\n              [-85.304653046530404, 29.74524549512121],\n              [-85.463054630546253, 30.00570257071962],\n              [-85.625056250562452, 30.065808049703875],\n              [-85.391053910539057, 30.201760918834921],\n              [-85.142651426514206, 30.200329836001956],\n              [-85.016650166501606, 29.989960659557084],\n              [-85.059850598505932, 29.876905115753374]\n            ]\n          ],\n          [\n            [\n              [-85.560255602555969, 34.749742161976485],\n              [-85.603456034560296, 34.984439746581657],\n              [-85.394653946539407, 34.983008663748691],\n              [-85.437854378543733, 34.622375789843204],\n              [-85.560255602555969, 34.749742161976485]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-EPE\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-105.364053640536341, 30.850041442165036],\n              [-106.00486004860042, 31.396715084355122],\n              [-106.170124345659318, 31.457731753435851],\n              [-106.357663576635701, 31.717277638937787],\n              [-106.529938906424931, 31.782461154936904],\n              [-108.20808799924437, 31.782821369846531],\n              [-108.217061636994416, 32.079948714156629],\n              [-108.228777015810167, 32.078819790033165],\n              [-108.229012019545067, 32.517215080078735],\n              [-107.925319681488034, 32.518794069704683],\n              [-107.923214361986766, 32.603533179630482],\n              [-107.718477184771785, 32.63889498336296],\n              [-107.768877688776826, 32.940853461117158],\n              [-107.894878948789426, 33.202741619548533],\n              [-107.99927999279987, 33.209897033713332],\n              [-107.99927999279987, 33.477509523476542],\n              [-106.372645515297336, 33.47985722277469],\n              [-106.372063720637144, 33.390213470666083],\n              [-105.727767605634298, 33.389747183319926],\n              [-105.725899490489113, 33.30568200178633],\n              [-105.316315244905994, 33.306149030572634],\n              [-105.31618011631852, 32.962162289704175],\n              [-105.352384072962664, 32.962308273400325],\n              [-105.353253532535263, 32.51868402539445],\n              [-104.851436125016932, 32.5200708002724],\n              [-104.847606233115613, 32.000373587480446],\n              [-104.918988159478744, 31.999864557510058],\n              [-104.916391742138543, 30.6639317332878],\n              [-104.976564064782295, 30.63098194580293],\n              [-104.976621839283368, 30.630950309039566],\n              [-105.364053640536341, 30.850041442165036]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-SRP\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-113.334533345333384, 33.543339333792616],\n              [-113.658536585365795, 33.780899084063705],\n              [-113.35253352533519, 34.298951069594622],\n              [-113.258932589325823, 34.347607885915195],\n              [-112.985329853298467, 34.187326608623863],\n              [-112.974529745297389, 33.999854757506327],\n              [-112.693726937269304, 33.986975012009694],\n              [-112.297722977229711, 33.888230296535582],\n              [-112.157321573215668, 34.039925076829164],\n              [-111.444514445144392, 33.998423674673361],\n              [-111.188911889118828, 33.813813989221742],\n              [-110.944109441094355, 33.820969403386528],\n              [-110.940509405093991, 33.554787996456284],\n              [-111.041310413104071, 33.466060860812874],\n              [-111.250112501124946, 33.464629777979908],\n              [-111.282512825128194, 33.108290152573289],\n              [-111.818918189181829, 33.11687664957104],\n              [-112.200522005219995, 33.194155122550782],\n              [-112.204122041220344, 32.751950527166656],\n              [-112.68652686526859, 33.003821105767329],\n              [-112.765727657276514, 32.837815497144163],\n              [-112.704527045270396, 32.505804279897831],\n              [-113.251732517325109, 32.505804279897831],\n              [-113.334533345333384, 32.600255746873074],\n              [-113.334533345333384, 33.151222637562043],\n              [-113.334533345333384, 33.441732452652573],\n              [-113.334533345333384, 33.543339333792616]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-PNM\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-108.208913950665263, 31.334036563995188],\n              [-108.20808799924437, 31.782821369846531],\n              [-108.217061636994416, 32.079948714156629],\n              [-108.228777015810167, 32.078819790033165],\n              [-108.229012019545067, 32.517215080078735],\n              [-107.925319681488034, 32.518794069704683],\n              [-107.923214361986766, 32.603533179630482],\n              [-107.718477184771785, 32.63889498336296],\n              [-107.768877688776826, 32.940853461117158],\n              [-107.894878948789426, 33.202741619548533],\n              [-107.99927999279987, 33.209897033713332],\n              [-107.99927999279987, 33.477509523476542],\n              [-106.372645515297336, 33.47985722277469],\n              [-106.372063720637144, 33.390213470666083],\n              [-105.727767605634298, 33.389747183319926],\n              [-105.725899490489113, 33.30568200178633],\n              [-105.316315244905994, 33.306149030572634],\n              [-105.31618011631852, 32.962162289704175],\n              [-105.352384072962664, 32.962308273400325],\n              [-105.353253532535263, 32.51868402539445],\n              [-104.851436125016932, 32.5200708002724],\n              [-104.158041580415741, 33.875350551038949],\n              [-104.172441724417183, 34.284640241265038],\n              [-104.611646116461102, 34.449214767055238],\n              [-104.795247952479471, 34.67532585466266],\n              [-104.456844568445618, 35.149014272371858],\n              [-104.384843848438422, 35.405178099471399],\n              [-103.902439024390191, 35.688532500397159],\n              [-103.724826380518266, 35.422639254505029],\n              [-103.638088588097489, 35.421143775325362],\n              [-103.635845369327981, 35.240938534175285],\n              [-103.857924027508773, 35.241686273765112],\n              [-103.858671767098599, 35.263370721870309],\n              [-104.124119321489786, 35.142236908317152],\n              [-104.129241292412857, 34.605202795847703],\n              [-103.708037080370744, 34.605202795847703],\n              [-103.506435064350583, 34.691067765825196],\n              [-103.279632796327903, 34.954387007089537],\n              [-103.042030420304144, 34.954387007089537],\n              [-103.040870847764097, 35.621279109400483],\n              [-102.162643666464945, 35.626781785975041],\n              [-102.163621636216305, 36.499956466684523],\n              [-102.031754077654142, 36.500808678815211],\n              [-102.041968443810049, 36.99299649965343],\n              [-103.086029094749748, 37.001477961020626],\n              [-103.077016896141473, 37.645349483812495],\n              [-103.405461467643377, 37.645349483812502],\n              [-103.538835388353817, 37.643391650218234],\n              [-103.538835388353817, 37.441608970771114],\n              [-103.65043650436499, 37.440177887938148],\n              [-103.78003780037794, 37.643391650218234],\n              [-104.057240572405661, 37.663426809879653],\n              [-104.374043740437344, 37.80081076184365],\n              [-104.752047520475145, 37.405831899947145],\n              [-105.15885158851583, 37.324260178468521],\n              [-105.155251552515466, 37.072389599867861],\n              [-105.03645036450358, 36.992248961222188],\n              [-104.057240572405661, 36.995111126888105],\n              [-104.006840068400621, 36.90495290841173],\n              [-104.028440284402777, 36.218033148591743],\n              [-104.759247592475859, 36.218033148591743],\n              [-105.245252452524468, 36.262396716413448],\n              [-105.331653316533107, 36.322502195397689],\n              [-105.353253532535263, 36.630185004483735],\n              [-105.23445234452339, 36.790466281775068],\n              [-105.220052200521948, 36.995111126888105],\n              [-105.392853928539225, 36.995111126888105],\n              [-105.716857168571622, 37.003697623885856],\n              [-106.631266312663058, 36.999404375386987],\n              [-107.498874988749833, 36.996542209721071],\n              [-107.617676176761705, 36.804777110104652],\n              [-106.894068940689351, 36.840554180928606],\n              [-106.667266672666671, 36.582959270996113],\n              [-106.008460084600785, 36.667393158140655],\n              [-106.026460264602591, 36.339675189393191],\n              [-105.85005850058495, 36.250948053749781],\n              [-105.626856268562619, 35.979042315487689],\n              [-105.720457204571986, 35.797294795701987],\n              [-105.972459724597186, 35.851675943354408],\n              [-106.112861128611229, 35.594081033421901],\n              [-106.346863468634623, 35.674221672067574],\n              [-106.325263252632467, 35.367969945814494],\n              [-106.681666816668098, 35.277811727338118],\n              [-106.886868868688623, 35.582632370758233],\n              [-107.113671136711304, 35.821623203862273],\n              [-107.30807308073075, 35.84022728069074],\n              [-107.30807308073075, 35.735758233884781],\n              [-107.92367923679231, 35.708567660058577],\n              [-107.840878408784022, 35.393729436807732],\n              [-108.114481144811393, 35.333623957823491],\n              [-108.114481144811393, 35.460990329956786],\n              [-108.355683556835501, 35.581201287925282],\n              [-108.61488614886143, 35.571183708094566],\n              [-108.66888668886682, 35.273518478839236],\n              [-109.050490504904985, 35.223430579685697],\n              [-109.046890468904621, 34.861366622947244],\n              [-109.33129331293307, 34.928627516096284],\n              [-109.226892268922626, 35.024510065904494],\n              [-109.33489334893342, 35.128979112710454],\n              [-109.802898028980223, 35.196240005859494],\n              [-109.79569795697951, 34.665308274831943],\n              [-109.900099000989954, 34.639548783838706],\n              [-109.892898928989226, 34.301813235260539],\n              [-110.116101161011542, 34.223103679447831],\n              [-110.231302313023065, 34.474974258048491],\n              [-110.749707497074908, 34.499302666208777],\n              [-110.807308073080662, 33.989837177675611],\n              [-110.76410764107635, 33.712207108081699],\n              [-110.666906669066634, 33.816676154887659],\n              [-110.285302853028469, 33.762295007235238],\n              [-110.026100261002554, 33.57911640461657],\n              [-109.723697236972313, 33.523304174131198],\n              [-109.547295472954673, 33.622048889605324],\n              [-109.496894968949633, 33.397368884830868],\n              [-109.046890468904621, 33.397368884830868],\n              [-108.971289712897061, 32.98235486327296],\n              [-108.679686796867912, 33.016700851263948],\n              [-108.701287012870068, 32.756243775665538],\n              [-108.812888128881227, 32.613135492369707],\n              [-109.046890468904621, 32.614566575202659],\n              [-109.050490504904985, 32.034978027854535],\n              [-109.248492484924782, 32.033546945021584],\n              [-109.057690576905713, 31.711553307605953],\n              [-109.28089280892803, 31.536961201985036],\n              [-109.050490504904985, 31.526943622154334],\n              [-109.050490504904985, 31.332316356871999],\n              [-108.208913950665263, 31.334036563995188]\n            ]\n          ],\n          [\n            [\n              [-106.350463504634988, 35.953282824494451],\n              [-106.400864008640028, 35.827347535194107],\n              [-106.199261992619867, 35.787277215871285],\n              [-106.350463504634988, 35.953282824494451]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-SW-TEPC\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-110.742507425074194, 31.731588467267372],\n              [-110.569705697056904, 31.731588467267372],\n              [-110.591305913059074, 32.032115862188618],\n              [-110.702907029070232, 32.296866186285911],\n              [-110.940509405093991, 32.365558162267916],\n              [-110.861308613086067, 32.488631285902329],\n              [-111.055710557105513, 32.491493451568246],\n              [-111.17811178111775, 32.113687583667243],\n              [-110.980109801097953, 32.057875353181871],\n              [-111.095310953109475, 31.939095478046326],\n              [-110.742507425074194, 31.731588467267372]\n            ]\n          ],\n          [\n            [\n              [-114.155341553415468, 34.258880750271786],\n              [-113.651336513365067, 34.220241513781914],\n              [-113.35253352533519, 34.298951069594622],\n              [-113.258932589325823, 34.347607885915195],\n              [-113.334533345333384, 34.500733749041743],\n              [-113.334533345333384, 35.449541667293119],\n              [-113.701737017370107, 35.345072620487159],\n              [-113.712537125371185, 35.088908793387617],\n              [-113.957339573395672, 35.161894017868491],\n              [-113.852938529385227, 35.253483319177818],\n              [-113.906939069390631, 35.509647146277359],\n              [-113.615336153361469, 35.526820140272861],\n              [-113.604536045360391, 35.678514920566442],\n              [-113.334533345333384, 35.602667530419652],\n              [-113.330933309333034, 35.782983967372402],\n              [-113.651336513365067, 35.873142185848778],\n              [-113.939339393393865, 36.169376332271156],\n              [-114.047340473404674, 36.210877734426944],\n              [-114.162541625416196, 36.026268048975325],\n              [-114.428944289442825, 36.136461427113119],\n              [-114.745747457474508, 36.096391107790282],\n              [-114.677346773467676, 35.498198483613692],\n              [-114.580145801457945, 35.209119751356113],\n              [-114.626946269462636, 35.120392615712703],\n              [-114.583745837458309, 34.828451717789193],\n              [-114.526145261452555, 34.746879996310568],\n              [-114.515345153451477, 34.565132476524866],\n              [-114.187741877418716, 34.354763300079995],\n              [-114.155341553415468, 34.258880750271786]\n            ],\n            [\n              [-113.669336693366873, 34.671032606163777],\n              [-113.888938889388825, 34.672463688996743],\n              [-114.263342633426277, 35.217706248353863],\n              [-113.564935649356428, 34.715396173985496],\n              [-113.467734677346712, 34.522199991536112],\n              [-113.669336693366873, 34.671032606163777]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-TEN-TVA\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-81.909819098190923, 36.229481811255397],\n              [-81.726217262172568, 36.365434680386443],\n              [-81.674585041036607, 36.59193756016861],\n              [-82.219422194221892, 36.697445897632775],\n              [-82.244622446224412, 36.595839016492732],\n              [-82.637026370263655, 36.431264490702532],\n              [-82.824228242282373, 36.704601311797575],\n              [-82.853028530285243, 36.870606920420741],\n              [-83.691836918369134, 36.582959270996113],\n              [-83.810638106381006, 36.74896487961928],\n              [-84.293042930429252, 36.591545767993864],\n              [-85.261452614526092, 36.65308232981107],\n              [-85.301053010530055, 36.949316476233449],\n              [-85.571055710557047, 36.993680044055154],\n              [-85.700657006570012, 36.844847429427489],\n              [-85.934659346593406, 36.803346027271701],\n              [-86.147061470614645, 36.979369215725569],\n              [-86.035460354603487, 37.18115189517269],\n              [-86.053460534605293, 37.495990118423521],\n              [-86.237062370623647, 37.586148336899896],\n              [-86.32706327063265, 37.478817124428019],\n              [-86.813068130681245, 37.558957763073693],\n              [-86.949869498694937, 37.325691261301486],\n              [-87.230672306723008, 37.139650493016902],\n              [-87.543875438754327, 37.079545014032647],\n              [-87.723877238772332, 37.176858646673821],\n              [-87.921879218792128, 37.146805907181687],\n              [-88.080280802807977, 37.125339664687317],\n              [-88.202682026820213, 36.995111126888105],\n              [-88.483484834848298, 36.942161062068649],\n              [-88.533885338853338, 37.042336860375741],\n              [-88.713887138871328, 36.946454310567532],\n              [-88.731887318873135, 36.833398766763821],\n              [-89.08829088290878, 36.746102713953363],\n              [-89.19269192691921, 36.634478252982618],\n              [-89.570695706957011, 36.54861328300511],\n              [-89.516695166951607, 36.351123852056858],\n              [-89.667896678966727, 36.208015568761027],\n              [-89.592295922959167, 36.140754675611987],\n              [-89.739897398973937, 36.000508557982073],\n              [-89.664296642966377, 35.876004351514695],\n              [-89.95589955899554, 35.708567660058577],\n              [-89.90909909099085, 35.515371477609193],\n              [-90.096300963009568, 35.360814531649694],\n              [-90.211502115021091, 35.025941148737445],\n              [-89.988299882998774, 34.994457326412359],\n              [-89.725497254972495, 34.689636682992244],\n              [-89.819098190981848, 34.629531204007989],\n              [-90.215102151021455, 34.723982670983247],\n              [-90.243902439024339, 34.34045247175041],\n              [-90.157501575015701, 34.278915909933204],\n              [-90.301503015030093, 34.110048135644121],\n              [-90.308703087030821, 33.89967895919925],\n              [-89.999099990999852, 33.793778829560324],\n              [-89.85869858698581, 33.859608639876413],\n              [-89.491494914949101, 33.752277427404536],\n              [-89.3654936549365, 33.474647357810625],\n              [-89.455494554945489, 33.285744423860123],\n              [-89.31869318693181, 33.285744423860123],\n              [-89.31869318693181, 33.108290152573289],\n              [-89.444694446944411, 32.930835881286455],\n              [-89.552695526955219, 32.952302123780825],\n              [-89.527495274952699, 33.182706459887115],\n              [-89.7794977949779, 33.181275377054163],\n              [-89.646296462964571, 32.989510277437745],\n              [-89.732697326973209, 32.92940479845349],\n              [-89.729097290972859, 32.671809888520997],\n              [-90.024300243002372, 32.399904150258919],\n              [-89.95589955899554, 32.324056760112114],\n              [-89.743497434974287, 32.415646061421455],\n              [-89.455494554945489, 32.610273326703791],\n              [-89.444694446944411, 32.344091919773533],\n              [-89.271892718927134, 32.334074339942831],\n              [-89.178291782917768, 32.517252942561498],\n              [-88.915489154891489, 32.577358421545739],\n              [-88.389883898838931, 32.578789504378705],\n              [-88.172857753898413, 34.320328337874528],\n              [-87.379895336049429, 34.301579574170177],\n              [-87.288272882728776, 33.995561509007445],\n              [-86.946269462694573, 33.866764054041198],\n              [-86.445864458644536, 34.248863170441069],\n              [-86.301863018630129, 34.100030555813404],\n              [-86.183061830618257, 34.183033360124995],\n              [-85.844658446584418, 34.19018877428978],\n              [-85.73665736657361, 33.989837177675611],\n              [-85.401854018540135, 33.984112846343777],\n              [-85.448654486544811, 34.215948265283032],\n              [-85.380253802537965, 34.417730944730152],\n              [-85.488254882548773, 34.414868779064236],\n              [-85.437854378543733, 34.622375789843204],\n              [-85.265052650526457, 34.605202795847703],\n              [-85.265052650526457, 34.400557950734651],\n              [-84.707047070470651, 34.413437696231284],\n              [-84.685446854468495, 34.682481268827445],\n              [-84.548645486454816, 34.85564229161541],\n              [-84.311043110431044, 34.801261143962989],\n              [-84.181441814418093, 34.612358210012488],\n              [-83.691836918369134, 34.799830061130038],\n              [-83.645036450364444, 34.888557196773448],\n              [-83.753037530375252, 34.987301912247574],\n              [-84.246242462424576, 34.988732995080525],\n              [-84.311043110431044, 35.078891213556901],\n              [-84.217442174421691, 35.267794147507402],\n              [-84.113041130411247, 35.249190070678949],\n              [-83.915039150391451, 35.473870075453405],\n              [-83.825038250382448, 35.523957974606944],\n              [-83.634236342363366, 35.569752625261614],\n              [-83.252632526325215, 35.695687914561944],\n              [-83.288632886328813, 35.79443263003607],\n              [-83.317433174331683, 35.891746262677231],\n              [-83.162631626316212, 36.149341172609738],\n              [-82.889028890288856, 35.948989575995569],\n              [-82.593825938259329, 36.053458622801529],\n              [-82.345423454234492, 36.250948053749781],\n              [-82.079020790207849, 36.106408687620984],\n              [-81.909819098190923, 36.229481811255397]\n            ],\n            [\n              [-85.437854378543733, 34.622375789843204],\n              [-85.560255602555969, 34.749742161976485],\n              [-85.603456034560296, 34.984439746581657],\n              [-85.394653946539407, 34.983008663748691],\n              [-85.437854378543733, 34.622375789843204]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-TEX-ERCO\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-97.389973899738933, 27.773213351304634],\n              [-97.227972279722735, 27.651571310503172],\n              [-97.375573755737506, 27.266610028437384],\n              [-97.476374763747586, 27.250868117274848],\n              [-97.389973899738933, 27.063396266157298],\n              [-97.487174871748664, 27.036205692331094],\n              [-97.519575195751898, 26.811525687556639],\n              [-97.418774187741818, 26.521015872466094],\n              [-97.235172351723463, 26.320664275851925],\n              [-97.296372963729581, 26.187573572386796],\n              [-97.160905300918742, 25.956980938209288],\n              [-97.155971559715539, 25.948582739282756],\n              [-97.443974439744338, 25.868442100637097],\n              [-97.800378003779983, 26.05877611742055],\n              [-98.207182071820654, 26.0673626144183],\n              [-98.439693951079576, 26.206004460846934],\n              [-98.671586715867093, 26.236230388707384],\n              [-98.822788227882214, 26.370752175005464],\n              [-99.020790207902024, 26.407960328662384],\n              [-99.168391683916781, 26.571103771619633],\n              [-99.254792547925419, 26.802939190558888],\n              [-99.445594455944502, 27.04336110649588],\n              [-99.369993699936941, 27.31956009325684],\n              [-99.503195031950256, 27.339595252918258],\n              [-99.578990304235845, 27.608026726979567],\n              [-99.711997119971144, 27.670175387331639],\n              [-99.770716731982233, 27.73391744903072],\n              [-99.793771557088434, 27.747852863142935],\n              [-99.81743934935713, 27.762158783264503],\n              [-99.805598055980496, 27.771782268471668],\n              [-100.075600756007503, 28.153881384871553],\n              [-100.285046766739981, 28.264369080360279],\n              [-100.396003960039536, 28.593223814589749],\n              [-100.620793292860171, 28.922288337023485],\n              [-100.62354504873295, 28.9282397604625],\n              [-100.669606696066907, 29.115569048619548],\n              [-101.036810368103616, 29.4604600113625],\n              [-101.184766978934647, 29.534753361678746],\n              [-101.355140869289428, 29.6840092474581],\n              [-101.404014040140339, 29.778160400279248],\n              [-102.109111878089536, 29.803869852717828],\n              [-102.32202322023214, 29.894078109748875],\n              [-102.392397565333368, 29.768857014968589],\n              [-102.682026820268149, 29.743814412288259],\n              [-102.923229232292258, 29.191416438766339],\n              [-103.146431464314588, 28.985340510820336],\n              [-103.312033120331137, 29.025410830143173],\n              [-103.794437944379382, 29.277281408743832],\n              [-104.10134590390598, 29.369367387355421],\n              [-104.54324543245427, 29.705175175798374],\n              [-104.680046800467949, 29.967320195251077],\n              [-104.680046800467949, 30.19317442183717],\n              [-104.976564064782281, 30.630981945802933],\n              [-104.916391742138543, 30.6639317332878],\n              [-104.918988159478744, 31.999864557510058],\n              [-104.847606233115613, 32.000373587480446],\n              [-103.064130366698819, 32.002223756782719],\n              [-103.0636306363063, 32.08649700984104],\n              [-102.286377923811571, 32.086434520845117],\n              [-102.286377923811557, 31.652521851487919],\n              [-101.776216107846309, 31.651735777811545],\n              [-101.775430034169943, 32.088006668197856],\n              [-101.695616956169502, 32.087928092673991],\n              [-101.692016920169138, 32.962319703611541],\n              [-102.075286568086881, 32.959379748431324],\n              [-102.075785940503451, 33.388315571317825],\n              [-102.595625956259497, 33.388782387833118],\n              [-102.615596814194134, 34.311804908627181],\n              [-101.998019980199743, 34.313261897924207],\n              [-101.999205984238557, 34.749489640321727],\n              [-102.170420698197063, 34.748593228206765],\n              [-102.167731461852156, 35.183353103965253],\n              [-101.085753679665544, 35.182482079798213],\n              [-101.087210872108656, 36.057751871300397],\n              [-100.000122422738215, 36.055144762821179],\n              [-100.0, 34.562270310858949],\n              [-99.654396543965376, 34.374798459741413],\n              [-99.380793807938019, 34.454939098387072],\n              [-99.193591935919301, 34.237414507777402],\n              [-98.95608395573592, 34.201445446773299],\n              [-98.952389523895178, 33.833849148883161],\n              [-98.424400445643769, 33.836268846943049],\n              [-98.421593182156272, 34.081623675750713],\n              [-98.358383583835774, 34.155842786298777],\n              [-98.156781567815614, 34.121496798307788],\n              [-97.886778867788621, 33.853884308544579],\n              [-97.710377103770981, 33.952629024018705],\n              [-97.451174511745066, 33.828124817551327],\n              [-97.253172531725255, 33.865332971208247],\n              [-97.119971199711941, 33.716500356580582],\n              [-96.936369363693572, 33.954060106851657],\n              [-96.396363963639573, 33.737966599074952],\n              [-95.737557375573701, 33.896816793533333],\n              [-95.33435334353338, 33.876781633871914],\n              [-95.147151471514661, 33.936887112856155],\n              [-94.783547835478302, 33.74225984757382],\n              [-94.747547475474704, 33.504700097302745],\n              [-94.841148411484056, 33.383058056501284],\n              [-95.12475939301568, 33.383995569196799],\n              [-95.125551255512491, 33.261416015699822],\n              [-95.154351543515375, 32.584513835710538],\n              [-94.887948879488732, 32.369851410766785],\n              [-94.563945639456335, 32.399904150258919],\n              [-94.599945999459933, 31.973441466037329],\n              [-94.059940599405934, 31.979165797369163],\n              [-93.887138871388657, 31.864679170732501],\n              [-93.829538295382903, 31.581324769806741],\n              [-94.373143731437253, 31.651447828621713],\n              [-94.308343083430771, 31.559858527312372],\n              [-94.337143371433655, 31.260762215224076],\n              [-94.18234182341817, 31.129102594591913],\n              [-94.506345063450581, 31.046099790280337],\n              [-94.801548015480094, 31.130533677424879],\n              [-95.201152011520051, 30.824281951171798],\n              [-95.330753307533016, 30.814264371341082],\n              [-95.3595535955359, 30.503719396589119],\n              [-95.143551435514297, 30.28905697164538],\n              [-94.916749167491616, 29.695157595967672],\n              [-95.017550175501697, 29.549187147005924],\n              [-95.233552335523299, 29.466184342694334],\n              [-95.024750247502411, 29.171381279104921],\n              [-95.345153451534458, 28.903768789341711],\n              [-95.939159391593861, 28.611827891418216],\n              [-96.230762307623024, 28.591792731756797],\n              [-96.435964359643535, 28.734901015052628],\n              [-96.522365223652173, 28.556015660932843],\n              [-96.335163351633454, 28.432942537298416],\n              [-96.623166231662253, 28.272661260007084],\n              [-96.835568355683492, 28.388578969476711],\n              [-96.702367023670178, 28.211124698189877],\n              [-97.026370263702574, 28.112379982715751],\n              [-97.163171631716253, 27.764626854306883],\n              [-97.389973899738933, 27.773213351304634]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"VC\",\n        \"countryKey\": \"VC\",\n        \"countryName\": \"Saint Vincent and the Grenadines\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-61.166411664116595, 13.146115715637549],\n              [-61.213212132121271, 13.369364637579039],\n              [-61.270812708127039, 13.186186034960372],\n              [-61.166411664116595, 13.146115715637549]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"UY\", \"countryKey\": \"UY\", \"countryName\": \"Uruguay\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-58.199981999819954, -32.446752259581885],\n              [-58.048780487804834, -32.911854180293346],\n              [-58.174781747817434, -33.11077469407455],\n              [-58.365583655836517, -33.153707179063304],\n              [-58.433984339843349, -33.784814708397931],\n              [-58.387183871838673, -33.942233820023347],\n              [-58.077580775807718, -34.192673315791055],\n              [-57.854378543785387, -34.470303385384966],\n              [-57.119971199711955, -34.463147971220181],\n              [-56.795967959679558, -34.697845555825339],\n              [-56.374763747637431, -34.78227944296988],\n              [-56.309963099630949, -34.906783649437259],\n              [-56.068760687606826, -34.901059318105425],\n              [-55.791557915579105, -34.77369294597213],\n              [-55.377553775537706, -34.800883519798347],\n              [-55.258752587525834, -34.898197152439508],\n              [-54.938349383493787, -34.969751294087423],\n              [-54.257942579425745, -34.686396893161671],\n              [-53.764737647376435, -34.3901627467393],\n              [-53.710737107371031, -34.198397647122889],\n              [-53.537935379353755, -34.062444777991843],\n              [-53.379533795337906, -33.740451140576219],\n              [-53.537935379353755, -33.648861839266885],\n              [-53.537935379353755, -33.170880173058805],\n              [-53.512735127351235, -33.099326031410889],\n              [-53.109531095310913, -32.722951246342845],\n              [-53.415534155341504, -32.564101051884471],\n              [-53.649536495364913, -32.337989964277057],\n              [-53.771937719377149, -32.047480149186512],\n              [-54.135541355413508, -31.908665114389557],\n              [-54.463144631446269, -31.672536446951433],\n              [-54.592745927459234, -31.470753767504309],\n              [-54.819548195481914, -31.434976696680351],\n              [-55.028350283502789, -31.268971088057185],\n              [-55.258752587525834, -31.228900768734352],\n              [-55.352353523535186, -31.055739745946394],\n              [-55.593555935559309, -30.848232735167436],\n              [-55.863558635586315, -31.077205988440767],\n              [-56.011160111601072, -31.081499236939642],\n              [-56.011160111601072, -30.798144836013893],\n              [-56.831968319683156, -30.102638579196146],\n              [-57.076770767707629, -30.105500744862063],\n              [-57.213572135721307, -30.287248264647769],\n              [-57.537575375753718, -30.274368519151146],\n              [-57.613176131761278, -30.182779217841812],\n              [-57.652776527765226, -30.32874966680356],\n              [-57.850778507785037, -30.484737695596021],\n              [-57.807578075780711, -30.906907131318725],\n              [-57.904779047790427, -31.240349431398016],\n              [-58.073980739807354, -31.475047016003185],\n              [-57.987579875798716, -31.553756571815892],\n              [-58.059580595805912, -31.811351481748392],\n              [-58.167581675816706, -31.845697469739392],\n              [-58.185581855818512, -32.153380278825431],\n              [-58.102781027810238, -32.310799390450853],\n              [-58.199981999819954, -32.446752259581885]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"UZ\", \"countryKey\": \"UZ\", \"countryName\": \"Uzbekistan\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [67.779677796777975, 37.188307309337489],\n              [67.830078300783015, 37.527473940748607],\n              [68.247682476824764, 37.949643376471315],\n              [68.359283592835936, 38.17432338124577],\n              [68.056880568805695, 38.536387337984237],\n              [68.067680676806759, 38.788257916584897],\n              [68.172081720817204, 38.845501229903235],\n              [68.08568085680858, 38.9943338445309],\n              [67.689676896768958, 38.990040596032017],\n              [67.678876788767894, 39.105958305501645],\n              [67.351273512735133, 39.220444932138307],\n              [67.437674376743786, 39.485195256235599],\n              [67.765277652776518, 39.62257920819961],\n              [68.33768337683378, 39.528127741224353],\n              [68.517685176851785, 39.548162900885771],\n              [68.614886148861501, 39.828655136145599],\n              [68.748087480874801, 39.825792970479682],\n              [68.93168931689317, 40.146355525062347],\n              [68.582485824858253, 40.163528519057849],\n              [69.018090180901822, 40.232220495039854],\n              [69.284492844928451, 40.195012341382935],\n              [69.306093060930607, 40.365311198504983],\n              [69.198091980919827, 40.54562763545772],\n              [69.435694356943571, 40.803222545390227],\n              [69.658896588965888, 40.638648019600012],\n              [70.281702817028162, 40.877638852704052],\n              [70.447304473044738, 41.026471467331731],\n              [70.756907569075707, 40.694460250085399],\n              [70.353703537035386, 40.455469416981359],\n              [70.580505805058067, 40.222202915209138],\n              [70.958509585095868, 40.237944826371688],\n              [71.239312393123924, 40.320947630683264],\n              [71.67131671316713, 40.147786607895313],\n              [72.236522365223664, 40.459762665480227],\n              [72.369723697236964, 40.385346358166387],\n              [72.351723517235172, 40.601439865943107],\n              [72.585725857258581, 40.508419481800814],\n              [72.783727837278377, 40.670131841925098],\n              [73.118531185311866, 40.783187385728809],\n              [73.00333003330033, 40.870483438539267],\n              [72.618126181261829, 40.880501018369969],\n              [72.477724777247772, 41.012160639002147],\n              [72.164521645216468, 40.999280893505514],\n              [72.168121681216803, 41.168148667794597],\n              [71.87291872918729, 41.193908158787849],\n              [71.754117541175418, 41.447209820221474],\n              [71.422914229142293, 41.162424336462763],\n              [71.181711817118185, 41.108043188810356],\n              [70.771307713077135, 41.238271726609554],\n              [70.634506345063443, 41.467244979882892],\n              [70.476104761047623, 41.40427733523272],\n              [70.170101701017018, 41.578869440853637],\n              [70.551705517055183, 41.823584605289511],\n              [70.82530825308254, 41.936640149093222],\n              [71.253712537125381, 42.197097224691646],\n              [70.947709477094776, 42.248616206678136],\n              [70.735307353073523, 42.197097224691646],\n              [70.609306093060923, 42.026798367569597],\n              [70.454504545045467, 42.094059260718637],\n              [69.910899108991089, 41.713391227151718],\n              [69.622896228962304, 41.667596576497061],\n              [69.03249032490325, 41.367069181575815],\n              [69.039690396903978, 41.219667649781101],\n              [68.571685716857161, 40.913415923528021],\n              [68.593285932859345, 40.600008783110141],\n              [68.460084600846017, 40.584266871947605],\n              [67.992079920799199, 40.811809042387978],\n              [68.118081180811799, 41.066541786654554],\n              [67.938079380793823, 41.201063572952648],\n              [66.814868148681484, 41.142389176801345],\n              [66.688866888668883, 41.199632490119683],\n              [66.505265052650543, 41.99388346241156],\n              [66.015660156601569, 41.998176710910428],\n              [66.102061020610222, 42.989917114150558],\n              [65.796057960579617, 42.876861570346847],\n              [65.515255152551532, 43.297599923236589],\n              [65.270452704527059, 43.416379798372134],\n              [64.957249572495726, 43.696872033631962],\n              [64.856448564485646, 43.712613944794512],\n              [64.428044280442805, 43.546608336171346],\n              [63.207632076320778, 43.628180057649971],\n              [62.026820268202698, 43.480778525855257],\n              [61.162811628116287, 44.167698285675257],\n              [61.036810368103687, 44.382360710619011],\n              [58.553214615872974, 45.562328081119432],\n              [55.997790533287294, 45.003067959511519],\n              [56.000585954551688, 41.323622466175955],\n              [56.792367923679251, 41.288359625763093],\n              [57.011970119701203, 41.254013637772104],\n              [57.163171631716324, 41.368500264408766],\n              [57.019170191701932, 41.465813897049927],\n              [56.950769507695071, 41.866517090278265],\n              [57.382773827738276, 42.164182319533595],\n              [57.850778507785094, 42.191372893359812],\n              [57.99837998379985, 42.49333137111401],\n              [58.225182251822531, 42.466140797287807],\n              [58.495184951849524, 42.305859519996474],\n              [58.131581315813179, 42.639301820075758],\n              [58.49158491584916, 42.645026151407592],\n              [58.613986139861396, 42.780979020538638],\n              [58.894788947889481, 42.547712518766431],\n              [59.121591215912161, 42.537694938935715],\n              [59.243992439924398, 42.365964998980715],\n              [59.477994779947807, 42.285824360335056],\n              [59.8667986679867, 42.304428437163509],\n              [60.028800288002884, 42.199959390357549],\n              [59.931599315993168, 41.94808881175689],\n              [60.241202412024137, 41.807842694126975],\n              [60.057600576005768, 41.719115558483551],\n              [60.165601656016577, 41.584593772185471],\n              [60.093600936009381, 41.389966506903136],\n              [60.414004140041413, 41.235409560943637],\n              [60.860408604086047, 41.252582554939139],\n              [61.28161281612816, 41.156700005130929],\n              [61.468814688146892, 41.296946122760843],\n              [61.879218792187942, 41.125216182805843],\n              [62.04482044820449, 40.714495409746803],\n              [62.192421924219246, 40.498401901970098],\n              [62.354423544235459, 40.429709925988107],\n              [62.451624516245175, 40.00897157309835],\n              [62.592025920259204, 39.890191697962806],\n              [63.47763477634777, 39.403623534756974],\n              [63.708037080370815, 39.190392192646186],\n              [64.1220412204122, 38.961418939372862],\n              [64.338043380433817, 38.971436519203564],\n              [64.63324633246333, 38.743894348763192],\n              [64.978849788497882, 38.612234728131028],\n              [65.60525605256052, 38.237291025895942],\n              [65.875258752587541, 38.273068096719896],\n              [66.555665556655583, 38.026921849451071],\n              [66.645666456664571, 37.945350127972446],\n              [66.519665196651971, 37.782206685015197],\n              [66.519665196651971, 37.364330497791357],\n              [67.005670056700581, 37.384365657452776],\n              [67.236072360723625, 37.192600557836357],\n              [67.480874808748098, 37.277034444980899],\n              [67.779677796777975, 37.188307309337489]\n            ]\n          ],\n          [\n            [\n              [71.178111781117821, 40.041886478256387],\n              [70.97650976509766, 40.144924442229396],\n              [71.05211052110522, 39.963176922443679],\n              [71.206912069120705, 39.888760615129854],\n              [71.178111781117821, 40.041886478256387]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"VE\",\n        \"countryKey\": \"VE\",\n        \"countryName\": \"Venezuela, Bolivarian Republic of\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-60.741607416074118, 5.202174909885855],\n              [-61.378813788137833, 5.904836580868391],\n              [-61.270812708127039, 6.106619260315512],\n              [-61.123211232112268, 6.186759898961185],\n              [-61.209612096120921, 6.541668441534853],\n              [-61.130411304112997, 6.71626054715577],\n              [-60.90720907209068, 6.815005262629896],\n              [-60.720007200071947, 6.759193032144523],\n              [-60.378003780037758, 6.938078386264309],\n              [-60.29160291602912, 7.105515077720426],\n              [-60.644406444064401, 7.221432787190054],\n              [-60.601206012060075, 7.330195082494896],\n              [-60.73080730807304, 7.524822347777217],\n              [-60.504005040050359, 7.821056494199595],\n              [-60.374403744037394, 7.823918659865512],\n              [-60.018000180001749, 8.060047327303636],\n              [-59.816398163981589, 8.287589497744008],\n              [-60.021600216002113, 8.558064153173135],\n              [-60.37080370803703, 8.635342626152891],\n              [-60.460804608046033, 8.533735745012848],\n              [-60.691206912069077, 8.605289886660756],\n              [-60.98640986409859, 8.565219567337934],\n              [-61.034891363825672, 8.538052563538352],\n              [-61.015210152101474, 8.609583135159639],\n              [-61.270812708127039, 8.515131668184381],\n              [-61.071374057089351, 8.517609188805874],\n              [-61.285212852128481, 8.397782875881802],\n              [-61.65241652416519, 8.585254726999352],\n              [-61.209612096120921, 8.609583135159639],\n              [-60.98280982809824, 9.167705440013378],\n              [-60.78480784807843, 9.338004297135427],\n              [-60.975609756097512, 9.549804556413264],\n              [-61.130411304112997, 9.572701881740599],\n              [-61.638016380163748, 9.898988767655098],\n              [-61.591215912159072, 9.781639975352505],\n              [-61.832418324183195, 9.791657555183221],\n              [-62.196021960219554, 10.019199725623594],\n              [-62.31842318423179, 9.768760229855886],\n              [-62.49482494824943, 10.152290429088723],\n              [-62.82962829628292, 10.407023173355299],\n              [-62.894428944289402, 10.537251711154511],\n              [-62.336423364233596, 10.530096296989711],\n              [-62.23922239222388, 10.637427509461588],\n              [-61.962019620196159, 10.651738337791173],\n              [-61.846818468184637, 10.740465473434597],\n              [-62.152821528215242, 10.686084325782176],\n              [-62.718027180271761, 10.760500633096001],\n              [-63.466834668346635, 10.667480248953709],\n              [-63.780037800377954, 10.676066745951459],\n              [-64.132841328413235, 10.620254515466087],\n              [-64.269642696426914, 10.673204580285542],\n              [-64.248042480424758, 10.520078717159009],\n              [-63.967239672396673, 10.581615278976216],\n              [-63.729637296372914, 10.497181391831674],\n              [-64.143641436414313, 10.480008397836173],\n              [-64.48924489244888, 10.241017564732132],\n              [-64.716047160471561, 10.228137819235513],\n              [-64.748447484474795, 10.106495778434052],\n              [-65.07965079650792, 10.054976796447548],\n              [-65.828458284582794, 10.233862150567347],\n              [-66.253262532625271, 10.648876172125256],\n              [-67.012870128701238, 10.611668018468336],\n              [-67.171271712717072, 10.555855787982964],\n              [-67.941679416794116, 10.467128652339554],\n              [-68.244082440824357, 10.578753113310299],\n              [-68.330483304832995, 10.806295283750671],\n              [-68.262082620826163, 10.903608916391846],\n              [-68.388083880838764, 11.128288921166302],\n              [-68.863288632886281, 11.453144724247835],\n              [-69.270092700926966, 11.536147528559425],\n              [-69.622896228962247, 11.46745555257742],\n              [-69.810098100980966, 11.803760018322635],\n              [-69.835298352983486, 12.015560277600457],\n              [-70.01890018900184, 12.198738880219125],\n              [-70.206102061020559, 12.111442827408666],\n              [-70.303303033030275, 11.858141165975042],\n              [-70.188101881018767, 11.6019773388755],\n              [-69.81729817298168, 11.693566640184841],\n              [-69.748897488974833, 11.480335298074053],\n              [-69.946899468994644, 11.520405617396875],\n              [-70.515705157051528, 11.252793127633666],\n              [-70.868508685086795, 11.196980897148293],\n              [-71.584915849158435, 10.809157449416588],\n              [-71.541715417154123, 10.564442284980714],\n              [-71.365313653136482, 10.219551322237763],\n              [-71.041310413104085, 9.761604815691086],\n              [-71.055710557105527, 9.363763788128679],\n              [-71.27531275312748, 9.134790534855341],\n              [-71.516515165151603, 9.048925564877848],\n              [-71.757717577175725, 9.120479706525757],\n              [-71.736117361173555, 9.307951557643307],\n              [-71.919719197191924, 9.499716657259711],\n              [-72.124921249212449, 9.826003543174224],\n              [-71.970119701196964, 10.105064695601087],\n              [-71.628116281162761, 10.454248906842921],\n              [-71.577715777157721, 10.720430313773178],\n              [-71.692916929169243, 10.837779106075757],\n              [-71.768517685176803, 11.106822678671918],\n              [-71.937719377193716, 11.380159499766961],\n              [-71.959319593195886, 11.591959759044798],\n              [-71.379713797137924, 11.757965367667964],\n              [-71.32571325713252, 11.849554668977291],\n              [-71.970119701196964, 11.662082817859755],\n              [-72.258122581225763, 11.168359240489124],\n              [-72.499324993249886, 11.121133507001502],\n              [-72.906129061290557, 10.452817824009969],\n              [-72.978129781297767, 9.837452205837877],\n              [-73.377733777337724, 9.164843274347476],\n              [-73.010530105301001, 9.295071812146674],\n              [-72.934929349293441, 9.099013464031387],\n              [-72.826928269282647, 9.14194594902014],\n              [-72.675726757267526, 8.651084537315427],\n              [-72.387723877238727, 8.339108479730513],\n              [-72.337323373233687, 8.104410895125341],\n              [-72.488524885248808, 7.949853949165842],\n              [-72.452524525245195, 7.440388460632676],\n              [-72.207722077220723, 7.381714064481386],\n              [-72.081720817208122, 7.066875841230555],\n              [-71.833318333183286, 6.986735202584896],\n              [-71.620916209162047, 7.05256501290097],\n              [-71.185311853118478, 6.962406794424595],\n              [-70.904509045090407, 7.062582592731687],\n              [-70.576905769057646, 7.085479918059022],\n              [-70.317703177031717, 6.938078386264309],\n              [-70.098100981009765, 6.943802717596142],\n              [-69.442894428944243, 6.122361171478062],\n              [-69.244892448924446, 6.080859769322274],\n              [-69.061290612906078, 6.218243721286271],\n              [-68.6364863648636, 6.135240916974681],\n              [-67.923679236792324, 6.233985632448807],\n              [-67.840878408784036, 6.306970856929681],\n              [-67.574475744757393, 6.266900537606844],\n              [-67.426874268742637, 6.03792728433352],\n              [-67.599675996759913, 5.82040269372385],\n              [-67.646476464764604, 5.482667145145683],\n              [-67.8444784447844, 5.296626376861099],\n              [-67.79407794077936, 5.063359875088892],\n              [-67.866078660786556, 4.512392984399938],\n              [-67.632076320763161, 3.762505579929773],\n              [-67.470074700746963, 3.67950277561819],\n              [-67.3044730447304, 3.426201114184565],\n              [-67.837278372783686, 2.886682886159278],\n              [-67.624876248762433, 2.813697661678404],\n              [-67.326073260732556, 2.474531030267279],\n              [-67.196471964719592, 2.401545805786405],\n              [-66.883268832688273, 1.325371515401734],\n              [-66.876068760687559, 1.22233355142874],\n              [-66.408064080640756, 0.80159519853899],\n              [-66.156061560615555, 0.732903222556992],\n              [-65.74565745657452, 0.974756221326949],\n              [-65.583655836558322, 0.977618386992866],\n              [-65.562055620556151, 0.655624749577242],\n              [-65.328053280532757, 0.910357493843819],\n              [-65.202052020520156, 0.923237239340445],\n              [-65.137251372513674, 1.126451001620531],\n              [-64.838448384483797, 1.27099036774932],\n              [-64.730447304473003, 1.248093042421985],\n              [-64.410044100440956, 1.507119035187444],\n              [-64.395643956439514, 1.392632408550782],\n              [-64.082440824408195, 1.647365152817365],\n              [-63.996039960399557, 1.95791012756932],\n              [-63.762037620376162, 1.985100701395531],\n              [-63.387633876338711, 2.235540197163239],\n              [-63.384033840338361, 2.420149882614858],\n              [-64.046440464404597, 2.471668864601362],\n              [-63.999639996399921, 2.706366449206527],\n              [-64.222842228422238, 3.12424263643036],\n              [-64.201242012420082, 3.595068888473648],\n              [-64.644046440464351, 3.972874756374651],\n              [-64.662046620466157, 3.997203164534938],\n              [-64.708847088470833, 4.083068134512438],\n              [-64.744847448474431, 4.287712979625482],\n              [-64.590045900458961, 4.118845205336399],\n              [-64.36324363243628, 4.151760110494436],\n              [-64.125641256412521, 4.088792465844271],\n              [-64.064440644406403, 3.911338194557437],\n              [-63.423634236342309, 3.968581507875776],\n              [-63.286832868328631, 3.921355774388147],\n              [-62.930429304293, 3.563585066148569],\n              [-62.750427504274995, 3.66089869878973],\n              [-62.764827648276437, 4.020100489862273],\n              [-62.559625596255913, 4.037273483857774],\n              [-62.383223832238272, 4.173226352988813],\n              [-62.19242192421919, 4.094516797176105],\n              [-61.717217172171672, 4.254798074467438],\n              [-61.566015660156552, 4.249073743135604],\n              [-61.296012960129559, 4.523841647063605],\n              [-61.01161011610111, 4.518117315731772],\n              [-60.903609036090316, 4.699864835517474],\n              [-60.612006120061153, 4.900216432131643],\n              [-60.741607416074118, 5.202174909885855]\n            ]\n          ],\n          [\n            [\n              [-63.848438484384801, 11.135444335331087],\n              [-64.050040500404961, 10.990904969202305],\n              [-64.197641976419717, 11.088218601843465],\n              [-64.410044100440956, 10.968007643874969],\n              [-64.176041760417561, 10.968007643874969],\n              [-64.042840428404233, 10.867831845567878],\n              [-63.787237872378682, 10.973731975206803],\n              [-63.848438484384801, 11.135444335331087]\n            ]\n          ],\n          [\n            [\n              [-60.950409504094992, 8.828538808602261],\n              [-61.177211772117673, 8.603858803827805],\n              [-60.846008460084548, 8.638204791818808],\n              [-60.687606876068713, 8.788468489279424],\n              [-60.950409504094992, 8.828538808602261]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"VI\",\n        \"countryKey\": \"VI\",\n        \"countryName\": \"Virgin Islands, U.S.\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-64.557645576455712, 17.751340272097451],\n              [-64.878048780487759, 17.775668680257738],\n              [-64.878048780487759, 17.689803710280245],\n              [-64.557645576455712, 17.751340272097451]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"VU\", \"countryKey\": \"VU\", \"countryName\": \"Vanuatu\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [169.433894338943361, -19.492590455643089],\n              [169.336693366933645, -19.315136184356255],\n              [169.217892178921744, -19.489728289977172],\n              [169.437494374943725, -19.657164981433297],\n              [169.433894338943361, -19.492590455643089]\n            ]\n          ],\n          [\n            [\n              [169.336693366933645, -18.934468150789336],\n              [169.153091530915304, -18.636802921534006],\n              [168.987489874898728, -18.69118406918642],\n              [168.987489874898728, -18.877224837471005],\n              [169.275492754927512, -18.998866878272466],\n              [169.336693366933645, -18.934468150789336]\n            ]\n          ],\n          [\n            [\n              [168.548285482854823, -17.690857168948547],\n              [168.454684546845414, -17.546317802819758],\n              [168.267482674826709, -17.559197548316384],\n              [168.173881738817357, -17.740945068102093],\n              [168.397083970839702, -17.823947872413676],\n              [168.548285482854823, -17.690857168948547]\n            ]\n          ],\n          [\n            [\n              [168.191881918819178, -16.813603392345094],\n              [168.479884798847962, -16.800723646848468],\n              [168.145081450814502, -16.573181476408095],\n              [168.191881918819178, -16.813603392345094]\n            ]\n          ],\n          [\n            [\n              [168.181081810818085, -16.348501471633639],\n              [168.321483214832114, -16.282671661317551],\n              [168.170281702816993, -16.08088898187043],\n              [167.921879218792157, -16.258343253157264],\n              [168.181081810818085, -16.348501471633639]\n            ]\n          ],\n          [\n            [\n              [167.813878138781348, -16.420055613281555],\n              [167.425074250742483, -16.110941721362551],\n              [167.335073350733495, -15.90915904191543],\n              [167.183871838718375, -15.89055496508697],\n              [167.147871478714734, -16.082320064703389],\n              [167.320673206732039, -16.115234969861426],\n              [167.500675006750015, -16.58749230473768],\n              [167.745477454774544, -16.545990902581885],\n              [167.813878138781348, -16.420055613281555]\n            ]\n          ],\n          [\n            [\n              [168.184681846818449, -15.518473428517808],\n              [168.119881198811953, -15.663012794646598],\n              [168.188281882818814, -15.970695603732636],\n              [168.267482674826709, -15.94922936123826],\n              [168.184681846818449, -15.518473428517808]\n            ]\n          ],\n          [\n            [\n              [167.939879398793977, -15.392538139217471],\n              [168.001080010800052, -15.282344761079678],\n              [167.680676806768048, -15.432608458540308],\n              [167.939879398793977, -15.392538139217471]\n            ]\n          ],\n          [\n            [\n              [168.094680946809461, -14.980386283325473],\n              [168.130681306813045, -15.395400304883388],\n              [168.191881918819178, -15.206497370932887],\n              [168.094680946809461, -14.980386283325473]\n            ]\n          ],\n          [\n            [\n              [167.140671406714063, -15.535646422513302],\n              [167.234272342723415, -15.524197759849642],\n              [167.054270542705382, -14.960351123664054],\n              [166.802268022680181, -15.152116223280473],\n              [166.737467374673741, -14.830122585864849],\n              [166.611466114661113, -14.634064237749556],\n              [166.521465214652125, -14.831553668697808],\n              [166.651066510665061, -15.265171767084183],\n              [166.615066150661477, -15.385382725052679],\n              [166.791467914679146, -15.655857380481805],\n              [167.140671406714063, -15.535646422513302]\n            ]\n          ],\n          [\n            [\n              [167.515075150751471, -14.140340660378932],\n              [167.396273962739627, -14.299190854837306],\n              [167.525875258752563, -14.319226014498724],\n              [167.515075150751471, -14.140340660378932]\n            ]\n          ],\n          [\n            [\n              [167.453874538745339, -13.918522821270393],\n              [167.579875798757968, -13.848399762455436],\n              [167.48987489874898, -13.708153644825515],\n              [167.453874538745339, -13.918522821270393]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"WS\", \"countryKey\": \"WS\", \"countryName\": \"Samoa\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-172.202322023220148, -13.592235935355895],\n              [-172.367923679236696, -13.463438480389641],\n              [-172.78192781927811, -13.520681793707979],\n              [-172.522725227252181, -13.805467277466683],\n              [-172.21312213122124, -13.801174028967807],\n              [-172.202322023220148, -13.592235935355895]\n            ]\n          ],\n          [\n            [\n              [-171.565115651156418, -13.950006643595472],\n              [-171.881918819188115, -13.805467277466683],\n              [-172.0439204392043, -13.846968679622478],\n              [-171.939519395193884, -13.990076962918309],\n              [-171.439114391143818, -14.051613524735515],\n              [-171.565115651156418, -13.950006643595472]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"XK\", \"countryKey\": \"XK\", \"countryName\": \"Kosovo\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [20.568805688056898, 41.87367250444305],\n              [20.748807488074902, 41.906587409601102],\n              [20.766807668076694, 42.064006521226517],\n              [21.098010980109819, 42.19566614185868],\n              [21.238412384123848, 42.096921426384554],\n              [21.562415624156273, 42.245754041012219],\n              [21.764017640176434, 42.669354559567893],\n              [21.378813788137904, 42.743770866881718],\n              [21.090810908109091, 43.090092912457635],\n              [20.838808388083891, 43.170233551103308],\n              [20.820808208082099, 43.257529603913767],\n              [20.597605976059782, 43.184544379432893],\n              [20.669606696066978, 43.110128072119053],\n              [20.345603456034581, 42.826773671193308],\n              [20.025200252002548, 42.7237357072203],\n              [20.064800648006496, 42.546281435933466],\n              [20.230402304023073, 42.327325762490844],\n              [20.500405004050066, 42.211408053021216],\n              [20.568805688056898, 41.87367250444305]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"YE\", \"countryKey\": \"YE\", \"countryName\": \"Yemen\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [51.979119791197917, 18.99495125393824],\n              [49.127891278912813, 18.611421054705403],\n              [48.163081630816322, 18.149181299659858],\n              [47.590675906759088, 17.463692622672824],\n              [47.428674286742876, 17.091611086103654],\n              [47.191071910719131, 16.95852038263854],\n              [46.97146971469715, 16.957089299805574],\n              [46.708667086670886, 17.274789688722322],\n              [46.323463234632356, 17.224701789568783],\n              [45.43065430654309, 17.311997842379242],\n              [45.164251642516433, 17.427915551848869],\n              [44.404644046440467, 17.419329054851119],\n              [44.10584105841059, 17.352068161702078],\n              [43.749437494374945, 17.346343830370245],\n              [43.389433894338964, 17.512349438993411],\n              [43.166231662316648, 17.326308670708826],\n              [43.108631086310879, 16.927036560313454],\n              [43.20943209432096, 16.773910697186906],\n              [43.036630366303683, 16.536350946915832],\n              [42.788227882278846, 16.370345338292665],\n              [42.820628206282066, 15.875190678089083],\n              [42.69822698226983, 15.717771566463668],\n              [42.809828098281002, 15.268411556914742],\n              [42.611826118261206, 15.244083148754456],\n              [42.863828638286407, 15.136751936282579],\n              [43.029430294302955, 14.538559312106003],\n              [42.986229862298643, 14.489902495785415],\n              [43.094230942309423, 14.083474971225243],\n              [43.281432814328156, 13.72141101448679],\n              [43.249032490324907, 13.213376608786589],\n              [43.472234722347224, 12.847019403549254],\n              [43.46143461434616, 12.693893540422707],\n              [43.601836018360189, 12.756861185072879],\n              [43.94743947439477, 12.598010990614497],\n              [44.415444154441559, 12.66956513226242],\n              [44.541445414454159, 12.796931504395715],\n              [44.879848798487984, 12.729670611246675],\n              [45.117451174511757, 12.961506030185916],\n              [45.401854018540206, 13.070268325490744],\n              [45.66465664656647, 13.342174063752836],\n              [46.233462334623368, 13.43662553072808],\n              [46.701467014670158, 13.430901199396246],\n              [46.910269102691046, 13.533939163369254],\n              [47.399873998739992, 13.65415012133775],\n              [47.666276662766649, 13.887416623109957],\n              [48.015480154801566, 14.057715480232005],\n              [48.188281882818842, 13.968988344588581],\n              [48.681486814868151, 14.043404651902421],\n              [49.001890018900212, 14.3253279699952],\n              [49.077490774907773, 14.505644406947951],\n              [49.57789577895781, 14.737479825887206],\n              [49.941499414994155, 14.839086707027249],\n              [50.179101791017928, 14.843379955526117],\n              [50.553505535055365, 15.048024800639169],\n              [51.367113671136735, 15.229772320424871],\n              [52.047520475204749, 15.570370034668954],\n              [52.227522275222753, 15.616164685323625],\n              [52.155521555215557, 15.983952973393912],\n              [52.29232292322925, 16.26444520865374],\n              [52.598325983259855, 16.476245467931577],\n              [53.091530915309164, 16.642251076554743],\n              [52.811708562435811, 17.285596669015852],\n              [52.745206752026959, 17.297381799974385],\n              [52.782584605998899, 17.351414502636395],\n              [51.979119791197917, 18.99495125393824]\n            ]\n          ],\n          [\n            [\n              [54.47034470344704, 12.54362984296209],\n              [54.121141211412123, 12.701048954587506],\n              [53.761137611376114, 12.619477233108881],\n              [53.653136531365334, 12.705342203086374],\n              [53.397533975339769, 12.656685386765787],\n              [53.332733327333273, 12.515008186302921],\n              [53.57393573935741, 12.334691749350171],\n              [53.77553775537757, 12.30463900985805],\n              [54.139141391413915, 12.351864743345672],\n              [54.47034470344704, 12.54362984296209]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"YT\", \"countryKey\": \"YT\", \"countryName\": \"Mayotte\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [45.200252002520045, -12.723568655750185],\n              [45.041850418504197, -12.69780916475694],\n              [45.131851318513185, -12.886712098707434],\n              [45.200252002520045, -12.723568655750185]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ZA\",\n        \"countryKey\": \"ZA\",\n        \"countryName\": \"South Africa\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [19.99864845733816, -24.765510277845681],\n              [19.998850496182474, -28.426447568308269],\n              [19.567995679956823, -28.5313096286079],\n              [19.434794347943495, -28.713057148393606],\n              [19.290792907929102, -28.720212562558398],\n              [19.287192871928738, -28.870476260019021],\n              [19.081990819908214, -28.959203395662438],\n              [18.747187471874753, -28.840423520526898],\n              [18.167581675816791, -28.901960082344107],\n              [17.911979119791226, -28.781749124375608],\n              [17.404374043740461, -28.704470651395855],\n              [17.328773287732901, -28.455462238461106],\n              [17.346773467734693, -28.227920068020733],\n              [17.191971919719208, -28.209315991192273],\n              [17.098370983709856, -28.031861719905443],\n              [16.893168931689331, -28.081949619058982],\n              [16.803168031680343, -28.366735102817692],\n              [16.486364863648646, -28.572811030763692],\n              [16.601566015660183, -28.857596514522399],\n              [16.810368103681071, -29.077983270797979],\n              [17.055170551705544, -29.676175894974563],\n              [17.281972819728225, -30.34735374363202],\n              [17.562775627756309, -30.838215155336727],\n              [17.893978939789406, -31.344818478203976],\n              [18.171181711817127, -31.663949949953683],\n              [18.275582755827571, -31.892923203227017],\n              [18.347583475834767, -32.260711491297307],\n              [18.271982719827207, -32.647103856196054],\n              [18.081180811808139, -32.781625642494134],\n              [17.965979659796631, -32.702916086681427],\n              [17.843578435784366, -32.814540547652179],\n              [17.911979119791226, -33.047807049424392],\n              [18.02358023580237, -33.014892144266348],\n              [18.145981459814607, -33.355489858510424],\n              [18.307983079830819, -33.478562982144844],\n              [18.487984879848824, -33.863524264210639],\n              [18.372783727837287, -33.925060826027845],\n              [18.315183151831548, -34.156896244967093],\n              [18.469984699847032, -34.347230261750553],\n              [18.441184411844148, -34.144016499470467],\n              [18.556385563855656, -34.07389344065551],\n              [18.858788587885897, -34.149740830802301],\n              [18.808388083880857, -34.364403255746055],\n              [19.089190891908942, -34.342937013251678],\n              [19.276392763927646, -34.405904657901843],\n              [19.398793987939911, -34.601963006017129],\n              [19.643596435964383, -34.772261863139178],\n              [19.953199531995352, -34.808038933963132],\n              [20.525605256052586, -34.45456147422243],\n              [20.842408424084255, -34.464579054053132],\n              [20.914409144091451, -34.360110007247172],\n              [21.35001350013502, -34.418784403398469],\n              [21.702817028170301, -34.3901627467393],\n              [22.149221492214934, -34.17836248746147],\n              [22.152821528215298, -34.093928600316929],\n              [22.563225632256348, -33.996614967675761],\n              [22.937629376293785, -34.082479937653261],\n              [23.409234092340938, -34.109670511479464],\n              [23.636036360363619, -33.97944197368026],\n              [24.161641616416176, -34.05528936382705],\n              [24.478444784447873, -34.158327327800052],\n              [24.856448564485675, -34.186948984459221],\n              [24.953649536495391, -33.985166305012093],\n              [25.706057060570629, -34.020943375836055],\n              [25.677256772567745, -33.794832288228633],\n              [25.954459544595466, -33.710398401084092],\n              [26.516065160651635, -33.754761968905804],\n              [27.142471424714273, -33.479994064977802],\n              [27.898478984789875, -33.040651635259593],\n              [28.21168211682118, -32.774470228329349],\n              [28.550085500855033, -32.562669969051512],\n              [28.870488704887066, -32.286470982290552],\n              [29.392493924939259, -31.735504091601598],\n              [30.011700117001197, -31.291868413384517],\n              [30.393303933039334, -30.846801652334477],\n              [30.91890918909192, -30.018204692051604],\n              [31.059310593105948, -29.896562651250147],\n              [31.185311853118549, -29.560258185504939],\n              [31.750517505175054, -28.966358809827231],\n              [32.013320133201347, -28.86618301152015],\n              [32.380523805238056, -28.552775871102273],\n              [32.542525425254269, -28.190711914363817],\n              [32.675726757267597, -27.520965148539318],\n              [32.837728377283781, -27.123124120976904],\n              [32.890237588875102, -26.856424686841709],\n              [32.136354193686614, -26.84190153912354],\n              [31.991719917199191, -26.808285897726073],\n              [31.976599568786774, -27.317204555354461],\n              [31.494488821872761, -27.313930034533161],\n              [31.156511565115665, -27.206126925288487],\n              [30.97650976509766, -27.034396985333487],\n              [30.890010441928077, -26.796772018717473],\n              [30.813138517702132, -26.843676921634998],\n              [30.782107821078228, -26.471981431980865],\n              [31.126069371517627, -25.920689679582068],\n              [31.265284836797957, -25.808781863260574],\n              [31.316152026034999, -25.742386795203803],\n              [31.414673739925689, -25.71775636673113],\n              [31.867301628617518, -25.997646948057461],\n              [31.975064852413826, -25.952195792442694],\n              [31.988119881198827, -24.422670815184532],\n              [31.869318693186955, -24.163644822419073],\n              [31.854918549185498, -23.94612023180941],\n              [31.73971739717399, -23.837357936504574],\n              [31.520115201152038, -23.415188500781866],\n              [31.53811538115383, -23.157593590849373],\n              [31.289712897128993, -22.397688606548499],\n              [30.836108361083632, -22.281770897078871],\n              [30.299702997029982, -22.337583127564244],\n              [29.759697596975997, -22.131507199618248],\n              [29.349293492934947, -22.187319430103621],\n              [29.046890468904706, -22.220234335261665],\n              [28.913689136891378, -22.453500837033872],\n              [28.521285212852149, -22.585160457666035],\n              [28.33768337683378, -22.585160457666035],\n              [27.938079380793823, -22.964397408399996],\n              [27.754477544775455, -23.220561235499538],\n              [27.606876068760698, -23.216267987000663],\n              [27.549275492754958, -23.360807353129452],\n              [27.351273512735133, -23.39086009262158],\n              [27.005670056700581, -23.645592836888163],\n              [26.850868508685096, -24.248078709563615],\n              [26.530465304653063, -24.458447886008493],\n              [26.404464044640463, -24.63303999162941],\n              [25.868058680586813, -24.747526618266072],\n              [25.875258752587541, -24.886341653063035],\n              [25.587255872558757, -25.619056063537698],\n              [25.385653856538596, -25.743560270005069],\n              [25.050850508505107, -25.737835938673236],\n              [24.798847988479906, -25.829425239982569],\n              [24.298442984429869, -25.723525110343658],\n              [24.226442264422673, -25.649108803029826],\n              [23.924039240392432, -25.629073643368407],\n              [23.459634596345978, -25.28275159779249],\n              [23.006030060300617, -25.311373254451659],\n              [22.844028440284433, -25.481672111573701],\n              [22.718027180271832, -25.983982185942068],\n              [22.545225452254556, -26.207231107883572],\n              [22.257222572225743, -26.340321811348694],\n              [22.059220592205946, -26.617951880942613],\n              [21.782017820178226, -26.678057359926861],\n              [21.688416884168873, -26.855511631213695],\n              [21.382413824138268, -26.824027808888609],\n              [21.12321123211234, -26.865529211044404],\n              [20.853208532085347, -26.806854814893114],\n              [20.691206912069134, -26.891288702037656],\n              [20.608406084060874, -26.686643856924611],\n              [20.622806228062302, -26.427617864159153],\n              [20.842408424084255, -26.131383717736782],\n              [20.795607956079579, -25.8938239674657],\n              [20.61200612006121, -25.431584212420155],\n              [20.363603636036373, -25.033743184857741],\n              [19.99864845733816, -24.765510277845681]\n            ],\n            [\n              [28.982089820898238, -28.909115496508896],\n              [29.313293132931335, -29.089431933461647],\n              [29.4356943569436, -29.342733594895272],\n              [29.162091620916215, -29.667589397976812],\n              [29.151291512915151, -29.910873479579728],\n              [28.859688596885974, -30.066861508372188],\n              [28.3628836288363, -30.159881892514477],\n              [28.215282152821544, -30.267213104986354],\n              [28.078480784807851, -30.659329801216934],\n              [27.743677436774391, -30.600655405065645],\n              [27.311673116731185, -30.131260235855311],\n              [27.016470164701673, -29.62608799582102],\n              [27.243272432724353, -29.548809522841271],\n              [27.41607416074163, -29.397114742547689],\n              [27.747277472774755, -28.909115496508896],\n              [28.017280172801748, -28.85616543168944],\n              [28.154081540815412, -28.703039568562897],\n              [28.632886328863293, -28.571379947930733],\n              [28.982089820898238, -28.909115496508896]\n            ]\n          ],\n          [\n            [\n              [37.661776617766179, -46.829134730813102],\n              [37.618576185761867, -46.955070020113439],\n              [37.895778957789588, -46.88924020979735],\n              [37.661776617766179, -46.829134730813102]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ZM\", \"countryKey\": \"ZM\", \"countryName\": \"Zambia\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [23.380433804338054, -17.640769269795008],\n              [24.219242192421945, -17.479056909670717],\n              [24.640446404464058, -17.491936655167343],\n              [24.957249572495755, -17.552042134151591],\n              [25.259652596525996, -17.793895132921548],\n              [25.49725497254974, -17.855431694738755],\n              [25.680856808568109, -17.81106812691705],\n              [25.979659796597986, -17.998539978034593],\n              [26.202862028620302, -17.886915517063841],\n              [26.710467104671068, -18.065800871183633],\n              [27.048870488704893, -17.944158830382172],\n              [27.156871568715701, -17.769566724761255],\n              [27.578075780757814, -17.36313920020109],\n              [27.776077760777639, -17.001075243462637],\n              [28.280082800828012, -16.706272179873217],\n              [28.733687336873373, -16.557439565245552],\n              [28.856088560885638, -16.388571790956469],\n              [28.859688596885974, -16.049405159545344],\n              [29.187291872918735, -15.813276492107221],\n              [29.406894068940716, -15.714531776633095],\n              [29.838898388983893, -15.61435597832601],\n              [30.396903969039698, -15.635822220820387],\n              [30.368103681036814, -15.37536514522197],\n              [30.213302133021358, -14.981817366158431],\n              [30.814508145081476, -14.768586024047643],\n              [31.412114121141229, -14.634064237749556],\n              [31.656916569165702, -14.519577611112894],\n              [33.201332013320155, -14.014405371078603],\n              [32.999729997299994, -14.050182441902557],\n              [32.808928089280897, -13.699567147827764],\n              [32.675726757267597, -13.628013006179849],\n              [32.812528125281261, -13.527837207872771],\n              [32.99612996129963, -13.191532742127563],\n              [32.956529565295682, -12.724999738583143],\n              [33.050130501305034, -12.586184703786188],\n              [33.374133741337431, -12.518923810637148],\n              [33.525335253352551, -12.33574520801848],\n              [33.384933849338523, -12.340038456517355],\n              [33.251732517325195, -12.139686859903186],\n              [33.312933129331299, -11.899264943966188],\n              [33.230132301323039, -11.416990029259232],\n              [33.392133921339223, -11.165119450658565],\n              [33.302133021330235, -11.03489091285936],\n              [33.320133201332027, -10.818797405082648],\n              [33.435334353343535, -10.808779825251939],\n              [33.672936729367308, -10.576944406312691],\n              [33.53253532535328, -10.230622360736774],\n              [33.316533165331663, -10.081789746109109],\n              [33.366933669336703, -9.898611143490442],\n              [33.176131761317635, -9.60237699706807],\n              [32.974529745297474, -9.600945914235112],\n              [32.92052920529207, -9.407749731785735],\n              [32.517325173251749, -9.25891711715807],\n              [32.38412384123842, -9.134412910690699],\n              [31.980919809198099, -9.071445266040527],\n              [31.937719377193787, -8.932630231243571],\n              [31.671316713167158, -8.912595071582153],\n              [31.53811538115383, -8.70365697797024],\n              [31.354513545135461, -8.587739268500613],\n              [31.120511205112081, -8.616360925159782],\n              [30.958509585095868, -8.5505311148437],\n              [30.753307533075343, -8.194191489437074],\n              [28.913689136891378, -8.473252641863944],\n              [28.892088920889222, -8.765193539787447],\n              [28.600486004860073, -9.095773674200821],\n              [28.373683736837393, -9.234588708997777],\n              [28.517685176851785, -9.377696992293615],\n              [28.679686796867998, -9.804159676515191],\n              [28.622086220862229, -9.951561208309904],\n              [28.636486364863657, -10.51970109299436],\n              [28.701287012870154, -10.642774216628773],\n              [28.564485644856461, -10.811641990917856],\n              [28.438484384843861, -11.348298053277233],\n              [28.355683556835572, -11.447042768751359],\n              [28.506885068850693, -11.872074370139984],\n              [28.946089460894626, -12.205516670219275],\n              [29.028890288902915, -12.37581552734131],\n              [29.255692556925595, -12.365797947510607],\n              [29.500495004950068, -12.453094000321066],\n              [29.475294752947548, -12.242724823876188],\n              [29.799297992979945, -12.159722019564605],\n              [29.799297992979945, -13.42479924389977],\n              [29.626496264962668, -13.430523575231604],\n              [29.576095760957628, -13.225878730118559],\n              [29.169291692916943, -13.433385740897521],\n              [28.992889928899302, -13.396177587240601],\n              [28.902889028890314, -13.162911085468394],\n              [28.668886688866905, -12.849503945050522],\n              [28.582485824858253, -12.888143181540393],\n              [28.514085140851421, -12.667756425264812],\n              [28.341283412834144, -12.450231834655149],\n              [27.959679596795979, -12.367229030343566],\n              [27.830078300783015, -12.259897817871689],\n              [27.639276392763946, -12.294243805862685],\n              [27.419674196741994, -11.922162269293523],\n              [27.232472324723261, -11.809106725489812],\n              [27.178471784717857, -11.570115892385772],\n              [27.009270092700945, -11.610186211708609],\n              [26.966069660696633, -11.870643287307026],\n              [26.696066960669611, -12.018044819101732],\n              [26.415264152641555, -11.912144689462814],\n              [25.994059940599413, -11.904989275298021],\n              [25.623256232562341, -11.728966086844146],\n              [25.515255152551532, -11.776191820331775],\n              [25.353253532535348, -11.645963282532563],\n              [25.277652776527788, -11.199465438649568],\n              [24.712447124471254, -11.325400727949898],\n              [24.446044460444625, -11.464215762746853],\n              [24.284042840428413, -11.38121295843527],\n              [24.381243812438157, -11.12075588283686],\n              [24.125641256412592, -11.043477409857111],\n              [23.967239672396744, -10.871747469902111],\n              [24.060840608406096, -11.395523786764855],\n              [23.960039600396016, -11.617341625873401],\n              [23.960039600396016, -12.196930173221524],\n              [24.032040320403212, -12.38440202433906],\n              [23.866438664386664, -12.789398466066267],\n              [23.999639996399992, -13.001198725344103],\n              [21.980019800198022, -13.001198725344103],\n              [21.983619836198386, -16.165322869014972],\n              [22.109621096210986, -16.544559819748926],\n              [22.332823328233303, -16.67335727471518],\n              [22.75762757627578, -17.154201106589177],\n              [22.998829988299889, -17.294447224219091],\n              [23.207632076320778, -17.540593471487924],\n              [23.380433804338054, -17.640769269795008]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ZW\", \"countryKey\": \"ZW\", \"countryName\": \"Zimbabwe\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [29.349293492934947, -22.187319430103621],\n              [29.759697596975997, -22.131507199618248],\n              [30.299702997029982, -22.337583127564244],\n              [30.836108361083632, -22.281770897078871],\n              [31.289712897128993, -22.397688606548499],\n              [31.433714337143385, -22.30180605674029],\n              [32.40932409324094, -21.290030493838749],\n              [32.340923409234108, -21.134042465046292],\n              [32.495724957249593, -20.897913797608169],\n              [32.513725137251384, -20.564471497528878],\n              [32.646926469264713, -20.557316083364086],\n              [33.006930069300722, -20.032108683668376],\n              [33.032130321303242, -19.784531353566585],\n              [32.830528305283082, -19.685786638092459],\n              [32.762127621276221, -19.46396879898392],\n              [32.862928629286301, -19.117646753408003],\n              [32.690126901269025, -19.014608789435002],\n              [32.690126901269025, -18.834292352482258],\n              [32.884528845288457, -18.788497701827588],\n              [32.87012870128703, -18.535196040393963],\n              [33.035730357303578, -18.333413360946842],\n              [32.952929529295318, -18.233237562639758],\n              [32.938529385293862, -17.875466854400173],\n              [33.02133021330215, -17.361708117368131],\n              [32.830528305283082, -16.935245433146555],\n              [32.967329673296746, -16.68194377171293],\n              [32.697326973269753, -16.686237020211806],\n              [32.672126721267233, -16.600372050234306],\n              [32.290522905229068, -16.451539435606634],\n              [31.908919089190903, -16.428642110279306],\n              [31.685716857168586, -16.20682427117076],\n              [31.404914049140501, -16.162460703349055],\n              [31.260912609126109, -16.023645668552092],\n              [30.972909729097296, -16.06228490504197],\n              [30.857708577085788, -15.997886177558847],\n              [30.404104041040426, -16.000748343224764],\n              [30.396903969039698, -15.635822220820387],\n              [29.838898388983893, -15.61435597832601],\n              [29.406894068940716, -15.714531776633095],\n              [29.187291872918735, -15.813276492107221],\n              [28.859688596885974, -16.049405159545344],\n              [28.856088560885638, -16.388571790956469],\n              [28.733687336873373, -16.557439565245552],\n              [28.280082800828012, -16.706272179873217],\n              [27.776077760777639, -17.001075243462637],\n              [27.578075780757814, -17.36313920020109],\n              [27.156871568715701, -17.769566724761255],\n              [27.048870488704893, -17.944158830382172],\n              [26.710467104671068, -18.065800871183633],\n              [26.202862028620302, -17.886915517063841],\n              [25.979659796597986, -17.998539978034593],\n              [25.680856808568109, -17.81106812691705],\n              [25.49725497254974, -17.855431694738755],\n              [25.259652596525996, -17.793895132921548],\n              [25.227252272522747, -17.931279084885553],\n              [25.508055080550832, -18.399243171262924],\n              [25.763657636576397, -18.629647507369214],\n              [25.940059400594038, -18.921588405292717],\n              [25.95805958059583, -19.121940001906879],\n              [26.130861308613106, -19.50117695264084],\n              [26.732067320673224, -19.936226133860167],\n              [27.214472144721469, -20.110818239481084],\n              [27.268472684726873, -20.495779521546879],\n              [27.696876968769715, -20.508659267043498],\n              [27.675276752767559, -21.08967889722458],\n              [27.894878948789511, -21.324376481829752],\n              [28.031680316803175, -21.577678143263377],\n              [28.629286292862957, -21.650663367744251],\n              [29.039690396903978, -21.798064899538957],\n              [29.072090720907227, -22.051366560972582],\n              [29.349293492934947, -22.187319430103621]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-WA-RI\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [115.49095490954906, -31.995961167200015],\n              [115.44055440554402, -32.02172065819326],\n              [115.516155161551609, -32.026013906692143],\n              [115.49095490954906, -31.995961167200015]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"AW\", \"countryKey\": \"AW\", \"countryName\": \"Aruba\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-69.997299972999684, 12.577975830953079],\n              [-70.047700477004724, 12.6323569786055],\n              [-70.058500585005802, 12.536474428797291],\n              [-69.889298892988876, 12.417694553661747],\n              [-69.878498784987798, 12.453471624485715],\n              [-69.936099360993566, 12.532181180298423],\n              [-69.997299972999684, 12.577975830953079]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"ES-IB-FO\",\n        \"countryKey\": \"ES\",\n        \"countryName\": \"Spain\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [1.438214382143855, 38.749618680095026],\n              [1.38421384213845, 38.710979443605154],\n              [1.38421384213845, 38.642287467623149],\n              [1.459814598146011, 38.68092670411302],\n              [1.524615246152479, 38.649442881787934],\n              [1.582215822158247, 38.653736130286816],\n              [1.564215642156455, 38.690944283943736],\n              [1.485014850148531, 38.695237532442604],\n              [1.438214382143855, 38.749618680095026]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ES-CE\", \"countryKey\": \"ES\", \"countryName\": \"Spain\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-5.342469080335666, 35.87135845199824],\n              [-5.350425472462901, 35.874518965787402],\n              [-5.35485389943895, 35.872904185204902],\n              [-5.359282326414998, 35.876671955367435],\n              [-5.368582023064704, 35.879542517122253],\n              [-5.375667506226385, 35.887794802707205],\n              [-5.377217455668002, 35.895149375945685],\n              [-5.377438877016805, 35.906448974110369],\n              [-5.383417253434471, 35.912905163029841],\n              [-5.387418011072289, 35.922625025994428],\n              [-5.362603646647041, 35.918105598756448],\n              [-5.338468719627571, 35.89748117115181],\n              [-5.333376028605113, 35.894970004238736],\n              [-5.32496201735062, 35.901427129639877],\n              [-5.322526382513792, 35.89963353653161],\n              [-5.319426483630557, 35.893355640587444],\n              [-5.311012472376063, 35.890126814527896],\n              [-5.302598461121569, 35.893355640587444],\n              [-5.299055719540729, 35.900709697273896],\n              [-5.28842749479821, 35.906090281501953],\n              [-5.283334803775753, 35.901427129639877],\n              [-5.278463534102098, 35.900889055975064],\n              [-5.280013483543716, 35.894790632125371],\n              [-5.293520185820667, 35.888512352120884],\n              [-5.296620084703902, 35.889947431441584],\n              [-5.299941404935939, 35.885821508293141],\n              [-5.308133994841631, 35.884565749882519],\n              [-5.316548006096125, 35.886897856796509],\n              [-5.322526382513792, 35.884386354198377],\n              [-5.327619073536249, 35.878107249247698],\n              [-5.334704556697929, 35.879542517122275],\n              [-5.342232882557213, 35.872365917697067],\n              [-5.342469080335666, 35.87135845199824]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"ES-ML\", \"countryKey\": \"ES\", \"countryName\": \"Spain\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-2.926766941365234, 35.273869937982361],\n              [-2.927411652517537, 35.272955786895324],\n              [-2.932836475563197, 35.270244181616789],\n              [-2.941914750864099, 35.266990135471474],\n              [-2.945789624468141, 35.26581503113222],\n              [-2.950882315490599, 35.265724637784793],\n              [-2.953982214373831, 35.272413473101068],\n              [-2.963835464395541, 35.278920998996249],\n              [-2.966603231255572, 35.28127081040676],\n              [-2.968263891371591, 35.281993815584748],\n              [-2.967710337999584, 35.286150970080982],\n              [-2.965385413837159, 35.286873931683786],\n              [-2.965274703162758, 35.288410203654387],\n              [-2.970256683510813, 35.288952410330801],\n              [-2.968596023394795, 35.299253647173167],\n              [-2.960624854837905, 35.315516088433156],\n              [-2.951409764803164, 35.320942203433503],\n              [-2.9511037368394, 35.320168352077907],\n              [-2.949553787397782, 35.316509798291243],\n              [-2.945457492444936, 35.315967776245905],\n              [-2.944461096375325, 35.313438292002488],\n              [-2.947118152560955, 35.309914949974583],\n              [-2.938482719957659, 35.303500266629761],\n              [-2.933390028935203, 35.297039895473979],\n              [-2.931175815447177, 35.291934482137641],\n              [-2.935161399725621, 35.287506517790447],\n              [-2.937264902539245, 35.284885771741948],\n              [-2.933500739609603, 35.277023024619929],\n              [-2.927300941843134, 35.274673089957403],\n              [-2.926766941365234, 35.273869937982361]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"FO-SI\",\n        \"countryKey\": \"FO\",\n        \"countryName\": \"Faroe Islands\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-6.92373486637879, 61.653056725282703],\n              [-6.988389900229108, 61.642962314637622],\n              [-6.9875042148339, 61.59791795063893],\n              [-6.972447563115333, 61.575160384019938],\n              [-6.888307450570396, 61.527061738473549],\n              [-6.900707046103334, 61.49791318119145],\n              [-6.861736888714101, 61.470852403170724],\n              [-6.766968551426647, 61.429793547516205],\n              [-6.764311495241017, 61.414965216041537],\n              [-6.690799607438598, 61.392073395594579],\n              [-6.668657472558352, 61.398857906381785],\n              [-6.690799607438598, 61.447578247331712],\n              [-6.732426821013463, 61.461967958740232],\n              [-6.758111697474548, 61.456889995660312],\n              [-6.759883068264967, 61.472121402688749],\n              [-6.697885090600277, 61.486922577190192],\n              [-6.716484483899685, 61.494954554265618],\n              [-6.766082866031437, 61.502561883682901],\n              [-6.756340326684128, 61.506364850864152],\n              [-6.723569967061364, 61.506364850864152],\n              [-6.74305504575598, 61.527061738473549],\n              [-6.777596776169164, 61.527906216734287],\n              [-6.80328165263025, 61.544368956230059],\n              [-6.787339315516472, 61.54563495943777],\n              [-6.776711090773954, 61.541414748005465],\n              [-6.759883068264967, 61.544790963034579],\n              [-6.736855247989512, 61.552808002676436],\n              [-6.759883068264967, 61.565883991901416],\n              [-6.747483472732029, 61.573895584814395],\n              [-6.782910888540423, 61.581483606347355],\n              [-6.815681248163187, 61.580640584537669],\n              [-6.849337293181161, 61.59791795063893],\n              [-6.899821360708124, 61.598760502635145],\n              [-6.906021158474593, 61.618553879420979],\n              [-6.879450596618298, 61.626551866961236],\n              [-6.897164304522494, 61.64674810485446],\n              [-6.92373486637879, 61.653056725282703]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"US-NW-SCL\",\n        \"countryKey\": \"US\",\n        \"countryName\": \"United States\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-122.289523254311334, 47.777344765512858],\n              [-122.237211798348554, 47.634212305352612],\n              [-122.280199259678554, 47.469462520982042],\n              [-122.280209890684034, 47.469462495884656],\n              [-122.362202863391246, 47.460829684013582],\n              [-122.416319789131506, 47.57353286372318],\n              [-122.337794610906471, 47.598527040518412],\n              [-122.433965896597797, 47.660960272293323],\n              [-122.371322215092448, 47.725099510365496],\n              [-122.394378998875155, 47.778030463903605],\n              [-122.289523254311334, 47.777344765512858]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": {\n        \"zoneName\": \"AU-LH\",\n        \"countryKey\": \"AU\",\n        \"countryName\": \"Australia\"\n      },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [159.037540457007026, -31.512223438835477],\n              [159.037762604822518, -31.522449797898336],\n              [159.042427708948992, -31.522639164362175],\n              [159.044427039288962, -31.51733675827527],\n              [159.051535769386419, -31.523017896138271],\n              [159.054201543172951, -31.518283638576484],\n              [159.057755908221708, -31.520177370390545],\n              [159.077082768174108, -31.543277807327584],\n              [159.075083437834223, -31.569590191671136],\n              [159.066419673027951, -31.588136907705092],\n              [159.072639811863183, -31.597976523572548],\n              [159.099519697544196, -31.563911887833815],\n              [159.104629097301768, -31.56599397272004],\n              [159.103962653855149, -31.557854649328032],\n              [159.098186810650986, -31.558422532147475],\n              [159.095743184679918, -31.552932853419517],\n              [159.097520367204311, -31.551607710159047],\n              [159.081303576669484, -31.538355242559149],\n              [159.080637133222865, -31.52699448707931],\n              [159.076416324727518, -31.527183844329866],\n              [159.071529072785466, -31.51771551154728],\n              [159.065308933950178, -31.517904887607532],\n              [159.063753899241391, -31.511655274959526],\n              [159.037540457007026, -31.512223438835477]\n            ],\n            [\n              [159.05847788862215, -31.534189792705281],\n              [159.058255740806629, -31.535231172591075],\n              [159.06114366240871, -31.53542051314064],\n              [159.06103258850095, -31.534284464083942],\n              [159.05847788862215, -31.534189792705281]\n            ],\n            [\n              [159.071806757554867, -31.598662419580855],\n              [159.070696018477179, -31.599419264486706],\n              [159.073028570540401, -31.599608474752188],\n              [159.071806757554867, -31.598662419580855]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GI\", \"countryKey\": \"GI\", \"countryName\": \"Gibraltar\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-5.338010782916699, 36.155677465110841],\n              [-5.344110264052377, 36.109147955711094],\n              [-5.35069111100725, 36.110610366145508],\n              [-5.363121599699786, 36.15429987787369],\n              [-5.338010782916699, 36.155677465110841]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"JE\", \"countryKey\": \"JE\", \"countryName\": \"Jersey\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-2.249824737558097, 49.256162690534325],\n              [-2.149685693242968, 49.258163422771815],\n              [-2.032175590220112, 49.232147577452338],\n              [-2.031153763237305, 49.169386378743127],\n              [-2.108812613930671, 49.171390626192355],\n              [-2.130270980569627, 49.196770737885217],\n              [-2.166034924967887, 49.193431993209266],\n              [-2.173187713847539, 49.170722552724669],\n              [-2.229388197901948, 49.182078575611264],\n              [-2.222235409022296, 49.21546354363916],\n              [-2.249824737558097, 49.256162690534325]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"GG\", \"countryKey\": \"GG\", \"countryName\": \"Guernsey\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-2.536958119726989, 49.416629816725475],\n              [-2.677970243354415, 49.424606209774083],\n              [-2.650380914818614, 49.457827226341209],\n              [-2.536958119726989, 49.504962404208527],\n              [-2.501194175328727, 49.501644510512534],\n              [-2.536958119726989, 49.465132829785098],\n              [-2.536958119726989, 49.416629816725475]\n            ]\n          ],\n          [\n            [\n              [-2.374743086206306, 49.408402803454798],\n              [-2.383939529051573, 49.413555235758224],\n              [-2.369633951292269, 49.419205668715762],\n              [-2.378574937391834, 49.431501421246644],\n              [-2.371422148512182, 49.434325685908163],\n              [-2.36707938383525, 49.449607120528675],\n              [-2.342555536247872, 49.429341579723243],\n              [-2.365802100106741, 49.420202736416293],\n              [-2.368101210818058, 49.410231147787357],\n              [-2.374743086206306, 49.408402803454798]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"MV\", \"countryKey\": \"MV\", \"countryName\": \"Maldives\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [73.075312912553684, -0.587802462766317],\n              [73.085378885095025, -0.580116119339015],\n              [73.115942838084194, -0.660090156064093],\n              [73.167187789203808, -0.693946063186671],\n              [73.165174594695529, -0.702364251585757],\n              [73.134610641706345, -0.69229902456802],\n              [73.112282484432811, -0.666312340415798],\n              [73.075312912553684, -0.587802462766317]\n            ]\n          ],\n          [\n            [\n              [73.27672036955785, 0.235225016532299],\n              [73.282614518444376, 0.235157268265302],\n              [73.285730964982065, 0.234208792492863],\n              [73.286543951035384, 0.230414888763887],\n              [73.283587035318263, 0.223321029736189],\n              [73.277736602124477, 0.215239263911558],\n              [73.269064750889157, 0.207990187716998],\n              [73.249824080960764, 0.196405208616789],\n              [73.241084480887665, 0.195185736657237],\n              [73.237832536674418, 0.196879447688173],\n              [73.235664573865591, 0.200402366079728],\n              [73.236477559918896, 0.202434818654149],\n              [73.250840313527405, 0.21158085204982],\n              [73.260121904302721, 0.2208623767236],\n              [73.262560862462664, 0.226011249241283],\n              [73.26655804389145, 0.231024623360328],\n              [73.271232713697998, 0.233463561483765],\n              [73.27672036955785, 0.235225016532299]\n            ]\n          ],\n          [\n            [\n              [73.540229474087326, 1.944324946182143],\n              [73.549307818349334, 1.939856091320918],\n              [73.553812643632796, 1.926670000185863],\n              [73.528556203438129, 1.868868136317417],\n              [73.521937287887809, 1.852778808797704],\n              [73.516923873892367, 1.853455942856341],\n              [73.498767185368408, 1.826505808364157],\n              [73.490230831808631, 1.821088646917177],\n              [73.486301399217623, 1.822984655278469],\n              [73.502832115634973, 1.840996634820411],\n              [73.524511743723323, 1.872077027660738],\n              [73.521192050672298, 1.876478346148723],\n              [73.528576673989889, 1.882369324323815],\n              [73.539171229027204, 1.913134294393391],\n              [73.540229474087326, 1.944324946182143]\n            ]\n          ],\n          [\n            [\n              [73.539811790915977, 4.239072004688713],\n              [73.552806046378464, 4.24016710592131],\n              [73.534138242756327, 4.179751713826575],\n              [73.51760136227017, 4.170421840325189],\n              [73.500596403988396, 4.169070450179473],\n              [73.50296761331056, 4.177516600442289],\n              [73.509674748250376, 4.179881506227228],\n              [73.522005036725616, 4.179881506227228],\n              [73.52645150008837, 4.192893829077663],\n              [73.528237929801008, 4.208732781191149],\n              [73.539811790915977, 4.239072004688713]\n            ]\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"properties\": { \"zoneName\": \"CW\", \"countryKey\": \"CW\", \"countryName\": \"Curaçao\" },\n      \"geometry\": {\n        \"type\": \"MultiPolygon\",\n        \"coordinates\": [\n          [\n            [\n              [-69.151577303171862, 12.389546858796207],\n              [-69.057506214330914, 12.331623667507726],\n              [-68.978076540095557, 12.196062083734544],\n              [-68.83449916811945, 12.166275717998509],\n              [-68.732009265880308, 12.037431473445437],\n              [-68.825714319356109, 12.043159201497788],\n              [-68.982377455635969, 12.130491886315641],\n              [-69.029229982373863, 12.192037094564444],\n              [-69.073154226190624, 12.190605972580302],\n              [-69.109025691974352, 12.24999103497592],\n              [-69.155146147981952, 12.286474028380409],\n              [-69.151577303171862, 12.389546858796207]\n            ]\n          ]\n        ]\n      }\n    }\n  ]\n}\n"
  },
  {
    "path": "libs/types/pyproject.toml",
    "content": "[project]\nname = \"electricitymap-contrib-types\"\nversion = \"1.1.1\"\ndescription = \"Type definitions for Electricity Maps\"\nauthors = [{ name = \"Electricity Maps\", email = \"app@electricitymaps.com\" }]\nrequires-python = \">= 3.10, < 3.14\"\nlicense = \"AGPL-3.0-or-later\"\ndependencies = [\n    \"pydantic>=1.10.17,<2\",\n]\n\n[build-system]\nrequires = [\"hatchling\"]\nbuild-backend = \"hatchling.build\"\n\n[tool.hatch.build.targets.sdist]\ninclude = [\n    \"src/electricitymap\",\n]\nexclude = [\n    \"**/tests\",\n    \"**/test_*.py\",\n]\n\n[tool.hatch.build.targets.wheel]\ninclude = [\n    \"src/electricitymap\",\n]\nexclude = [\n    \"**/tests\",\n    \"**/test_*.py\",\n]\npackages = [\"src/electricitymap\"]\n"
  },
  {
    "path": "libs/types/src/electricitymap/contrib/types/__init__.py",
    "content": "\"\"\"Electricity Maps type definitions.\"\"\"\n\nfrom enum import Enum\nfrom typing import NewType\n\nZoneKey = NewType(\"ZoneKey\", str)\n\"\"\"\nZoneKey is used throughout the code to identify zones.\nThese are uppercase with 1-3 parts separated by dashes,\nwhere the first part is a two-letter country code,\ne.g. \"AU\", \"AU-TAS\", \"AU-TAS-CBI\".\n\"\"\"\n\nPoint = NewType(\"Point\", tuple[float, float])\n\"\"\"\nPoint represents a geographic coordinate as (longitude, latitude).\nFor example, the point (150.47, -33.48) represents 150.47°E, 33.48°S.\n\"\"\"\n\nBoundingBox = NewType(\"BoundingBox\", list[Point])\n\"\"\"\nBoundingBox indicate a geographic area of a zone.\nAn example bounding box looks like: [[140.46, -39.64], [150.47, -33.48]],\nrepresenting a box with corners at 140.46°E, 39.64°S and 150.47°E, 33.48°S.\n\"\"\"\n\n\nclass ParserDataType(Enum):\n    CONSUMPTION = \"consumption\"\n    CONSUMPTION_FORECAST = \"consumptionForecast\"\n    DAYAHEAD_LOCATIONAL_MARGINAL_PRICE = \"dayaheadLocationalMarginalPrice\"\n    EXCHANGE_FORECAST = \"exchangeForecast\"\n    EXCHANGE = \"exchange\"\n    GENERATION_FORECAST = \"generationForecast\"\n    PRICE = \"price\"\n    PRICE_INTRADAY = \"priceIntraday\"\n    PRODUCTION = \"production\"\n    PRODUCTION_PER_MODE_FORECAST = \"productionPerModeForecast\"\n    PRODUCTION_PER_MODE_FORECAST_DAY_AHEAD = \"productionPerModeForecastDayAhead\"\n    PRODUCTION_PER_MODE_FORECAST_INTRADAY = \"productionPerModeForecastIntraday\"\n    PRODUCTION_PER_MODE_FORECAST_LATEST = \"productionPerModeForecastLatest\"\n    REALTIME_LOCATIONAL_MARGINAL_PRICE = \"realtimeLocationalMarginalPrice\"\n    EXCHANGE_CAPACITY_FORECAST_DAY_AHEAD = \"exchangeCapacityForecastDayAhead\"\n    EXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD = \"exchangeCapacityForecastWeekAhead\"\n    EXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD = \"exchangeCapacityForecastMonthAhead\"\n    SHADOW_AUCTION_ATC_DAY_AHEAD = \"shadowAuctionAtcDayAhead\"\n    CORE_EXTERNAL_ATC_DAY_AHEAD = \"coreExternalAtcDayAhead\"\n    MAX_BEX_DAY_AHEAD = \"maxBexDayAhead\"\n    SCHEDULED_EXCHANGES_DAY_AHEAD = \"scheduledExchangesDayAhead\"\n    MAX_BFLOW_DAY_AHEAD = \"maxBflowDayAhead\"\n    # TODO: Double check if we should keep them here?\n    PRODUCTION_CAPACITY = \"productionCapacity\"\n    GRID_ALERTS = \"gridAlerts\"\n\n    def __str__(self) -> str:\n        return self.value\n\n\nALL_DATA_TYPES = [dt.value for dt in ParserDataType]\n# TODO rename and move this one in the EXCHANGE_PUBLICATION_DATA_TYPES\nEXCHANGE_CAPACITY_FORECAST_DATA_TYPES = [\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_DAY_AHEAD,\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD,\n    ParserDataType.EXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD,\n]\n# TSO-published ex-ante values on a cross-border exchange (sourceType=published):\n# capacities, cleared market-coupling schedules, physical flow limits. All carry\n# the two-zone-key call convention.\nEXCHANGE_PUBLICATION_DATA_TYPES = [\n    ParserDataType.SHADOW_AUCTION_ATC_DAY_AHEAD,\n    ParserDataType.CORE_EXTERNAL_ATC_DAY_AHEAD,\n    ParserDataType.MAX_BEX_DAY_AHEAD,\n    ParserDataType.SCHEDULED_EXCHANGES_DAY_AHEAD,\n    ParserDataType.MAX_BFLOW_DAY_AHEAD,\n]\n# Every ParserDataType registered on the exchange side (two-zone-key call\n# convention). Consumers asking \"is this an exchange-side data type?\" should\n# use this list directly — no need to recombine the sub-groupings. The\n# sub-groupings above are kept for consumers that want a specific semantic\n# family (e.g. only NTC forecasts, or only TSO-published values).\nEXCHANGE_DATA_TYPES = [\n    ParserDataType.EXCHANGE,\n    ParserDataType.EXCHANGE_FORECAST,\n    *EXCHANGE_CAPACITY_FORECAST_DATA_TYPES,\n    *EXCHANGE_PUBLICATION_DATA_TYPES,\n]\nLMP_DATA_TYPES = [\n    ParserDataType.REALTIME_LOCATIONAL_MARGINAL_PRICE,\n    ParserDataType.DAYAHEAD_LOCATIONAL_MARGINAL_PRICE,\n]\n\n__all__: list[str] = [\n    \"ZoneKey\",\n    \"Point\",\n    \"BoundingBox\",\n    \"ParserDataType\",\n    \"ALL_DATA_TYPES\",\n    \"EXCHANGE_CAPACITY_FORECAST_DATA_TYPES\",\n    \"EXCHANGE_DATA_TYPES\",\n    \"EXCHANGE_PUBLICATION_DATA_TYPES\",\n    \"LMP_DATA_TYPES\",\n]\n"
  },
  {
    "path": "parsers.dockerfile",
    "content": "# Container image that executes the parser tests\n# Build with \"$ docker build -f parsers.dockerfile -t parsers . \"\n# Run with  \"$ docker run parsers US-CAL-CISO production\"\n# If needed, pass any token env var using \"docker run -e TOKEN=<token>\"\n\nFROM astral/uv:python3.10-bookworm-slim\nWORKDIR /workspace\nRUN apt-get update && apt-get install -y python3-opencv tesseract-ocr tesseract-ocr-jpn tesseract-ocr-eng libgl1\nCOPY . .\nRUN uv sync --frozen --group dev --extra parsers --compile-bytecode\nENTRYPOINT [\"uv\", \"run\", \"test_parser\"]\n"
  },
  {
    "path": "pyproject.toml",
    "content": "[project]\nname = \"electricitymap-contrib\"\nversion = \"1.8.1\"\ndescription = \"\"\nauthors = [{ name = \"Electricity Maps\", email = \"app@electricitymaps.com\" }]\nrequires-python = \">= 3.10, < 3.14\"\nlicense = \"AGPL-3.0-or-later\"\ndependencies = [\n    \"electricitymap-contrib-types\",\n    \"pydantic>=1.10.17,<2\",\n    \"PyYAML>=6.0,<7\",\n    \"ruamel-yaml>=0.17.24,<0.18\",\n    \"tzdata>=2025.2,<2026\",\n    \"numpy>=2.0.0,<3\",\n]\n\n[project.scripts]\ntest-parser = \"test_parser:test_parser\"\ntest_parser = \"test_parser:test_parser\"\ncapacity_update = \"capacity_update:capacity_update\"\ncheck = \"scripts.tooling:check\"\nformat = \"scripts.tooling:format\"\nlint = \"scripts.tooling:lint\"\ntest = \"scripts.tooling:test\"\n\n[tool.uv.workspace]\nmembers = [\".\", \"libs/types\"]\n\n[tool.uv]\nrequired-version = \">=0.4.0\"\n# The electricitymaps index is for consumers of the published package.\n# For local development, workspace sources take precedence.\nindex = [\n    { name = \"pypi\", url = \"https://pypi.org/simple/\", default = true },\n    { name = \"electricitymaps\", url = \"https://europe-west1-python.pkg.dev/tmrow-152415/libs/simple/\", explicit = true },\n]\n\n# For local development, the workspace member takes precedence.\n# When published, consumers will use the index above.\n[tool.uv.sources]\nelectricitymap-contrib-types = { workspace = true }\n\n[project.optional-dependencies]\nparsers = [\n    \"beautifulsoup4~=4.6.0\",\n    \"demjson3>=3.0.5,<4\",\n    \"imageio>=2.18.0,<3\",\n    \"lxml>=4.9.1,<5\",\n    \"pandas>=1.5, <3\",\n    \"pytesseract==0.2.0\",\n    \"requests~=2.33.0\",\n    \"opencv-python>=4.10.0,<5\",\n    \"xlrd>=2.0.1,<3\",\n    \"freezegun>=0.3.15,<0.4\",\n    \"signalr-client-threads~=0.0.12\",\n    \"openpyxl>=3.1.2,<4\",\n    \"pydataxm>=0.3.2,<0.4\",\n    \"pycountry>=22.3.5,<23\",\n    \"odfpy>=1.4.1,<2\",\n]\n\n[dependency-groups]\ndev = [\n    \"ruff==0.15.4\",\n    \"pytest>=7.4.0,<8\",\n    \"syrupy>=4.8.0,<5\",\n    \"requests-mock~=1.3.0\",\n    \"testfixtures>=7.0.0,<8\",\n    \"click>=8.0.0,<9\",\n]\n\nscripts = [\"xmltodict>=0.13.0,<0.14\"]\n\n[tool.hatch.build.targets.sdist]\ninclude = [\n    \"electricitymap\",\n    \"config\",\n]\nexclude = [\n    \"**/tests\",\n    \"**/test_*.py\",\n    \"tests\",\n    \"test_parser.py\",\n    \"capacity_update.py\",\n    \"**/*.java\",\n]\n\n[tool.hatch.build.targets.wheel]\ninclude = [\n    \"electricitymap\",\n    \"config\",\n]\nexclude = [\n    \"**/tests\",\n    \"**/test_*.py\",\n    \"tests\",\n    \"test_parser.py\",\n    \"capacity_update.py\",\n    \"**/*.java\",\n]\n\n[build-system]\nrequires = [\"hatchling\"]\nbuild-backend = \"hatchling.build\"\n\n\n[tool.pytest.ini_options]\ntestpaths = [\n  \"tests\",\n  \"electricitymap/contrib/parsers/tests\",\n  \"electricitymap/contrib/parsers/lib/tests\",\n  \"electricitymap/contrib/capacity_parsers/tests\",\n  \"electricitymap/contrib/lib/tests\",\n]\naddopts = \"--color=yes --durations=10\"\n\n[tool.ruff]\n# Exclude a variety of commonly ignored directories.\nexclude = [\n  \".bzr\",\n  \".direnv\",\n  \".eggs\",\n  \".git\",\n  \".git-rewrite\",\n  \".hg\",\n  \".mypy_cache\",\n  \".nox\",\n  \".pants.d\",\n  \".pytype\",\n  \".ruff_cache\",\n  \".svn\",\n  \".tox\",\n  \".venv\",\n  \"__pypackages__\",\n  \"_build\",\n  \"buck-out\",\n  \"build\",\n  \"dist\",\n  \"node_modules\",\n  \"venv\",\n  \"electricitymap/contrib/parsers/archived\",\n]\n\n# Same as Black.\nline-length = 88\nindent-width = 4\n\ntarget-version = \"py310\"\n\n[tool.ruff.lint]\n# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`)  codes by default.\n# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or\n# McCabe complexity (`C901`) by default.\nselect = [\n  \"E4\",\n  \"E7\",\n  \"E9\",\n  \"F\",\n  \"UP\",\n  \"I\",\n  \"DTZ003\",\n  \"DTZ004\",\n  \"B\",\n  \"A\",\n  \"C4\",\n  \"SIM\",\n  \"NPY\",\n]\nignore = [\n  \"B008\", # This flags every parser we have, let's ignore it for now\n  \"B017\", # TODO: Fix this\n]\n\n# Allow fix for all enabled rules (when `--fix`) is provided.\nfixable = [\"ALL\"]\nunfixable = []\n\n# Allow unused variables when underscore-prefixed.\ndummy-variable-rgx = \"^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$\"\n\n[tool.ruff.lint.isort]\nknown-first-party = [\"electricitymap\"]\n\n[tool.ruff.format]\n# Like Black, use double quotes for strings.\nquote-style = \"double\"\n\n# Like Black, indent with spaces, rather than tabs.\nindent-style = \"space\"\n\n# Like Black, respect magic trailing commas.\nskip-magic-trailing-comma = false\n\n# Like Black, automatically detect the appropriate line ending.\nline-ending = \"auto\"\n"
  },
  {
    "path": "scripts/ENTSOE_capacity_update.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nThis script updates the installed capacities of a zone in the zones config.\n\nIt can either parse the capacities from the ENTSOE API or from a CSV file. The\nCSV file must be in the same format as the one downloaded from the ENTSOE API.\nThe script will aggregate the capacities according to the way it is stated in\nparsers.ENTSOE.ENTSOE_PARAMETER_GROUPS.\n\"\"\"\n\nimport argparse\nimport datetime\nimport json\nimport os\nimport sys\nfrom copy import deepcopy\n\nimport pandas as pd\nimport requests\nimport xmltodict\nimport yaml\nfrom utils import ROOT_PATH, run_shell_command\n\nfrom electricitymap.contrib.config import CONFIG_DIR\nfrom electricitymap.contrib.config.reading import read_zones_config\nfrom electricitymap.contrib.parsers.ENTSOE import (\n    ENTSOE_DOMAIN_MAPPINGS,\n    ENTSOE_PARAMETER_DESC,\n    ENTSOE_PARAMETER_GROUPS,\n)\nfrom electricitymap.contrib.parsers.lib.utils import get_token\nfrom electricitymap.contrib.types import ZoneKey\n\nZONES_CONFIG = read_zones_config(config_dir=CONFIG_DIR)\n\n\ndef update_zone(zone_key: ZoneKey, data: dict) -> None:\n    if zone_key not in ZONES_CONFIG:\n        raise ValueError(f\"Zone {zone_key} does not exist in the zones config\")\n\n    _new_zone_config = deepcopy(ZONES_CONFIG[zone_key])\n    _new_zone_config[\"capacity\"].update(data)\n    # sort keys\n    _new_zone_config[\"capacity\"] = {\n        k: _new_zone_config[\"capacity\"][k] for k in sorted(_new_zone_config[\"capacity\"])\n    }\n    ZONES_CONFIG[zone_key] = _new_zone_config\n\n    with open(\n        CONFIG_DIR.joinpath(f\"zones/{zone_key}.yaml\"), \"w\", encoding=\"utf-8\"\n    ) as f:\n        f.write(yaml.dump(_new_zone_config, default_flow_style=False))\n\n\ndef aggregate_data(data: dict) -> dict:\n    \"\"\"Aggregates data the way it is stated in\n    parsers.ENTSOE.ENTSOE_PARAMETER_GROUPS\"\"\"\n    categories = dict(ENTSOE_PARAMETER_GROUPS[\"production\"])\n    categories.update(ENTSOE_PARAMETER_GROUPS[\"storage\"])\n\n    aggregated = {}\n    for group, category_abbreviations in categories.items():\n        aggregated[group] = sum(data.get(c, 0) for c in category_abbreviations)\n\n    return aggregated\n\n\ndef parse_args():\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"--api-token\", help=\"Security token of the ENTSOE API\")\n    parser.add_argument(\"zone_key\", help=\"The zone key abbreviation (e.g. AT)\")\n    parser.add_argument(\n        \"data_file\",\n        nargs=\"?\",\n        help=\"The csv file from ENTSOE containing the installed capacities\",\n    )\n    return parser.parse_args()\n\n\ndef parse_from_entsoe_api(zone_key: ZoneKey, token: str) -> dict:\n    \"\"\"Parses installed generation capacities from the ENTSOE API.\n\n    See: https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_reference_documentation\n    \"\"\"\n    if zone_key not in ENTSOE_DOMAIN_MAPPINGS:\n        print(\n            f\"Zone {zone_key} does not exist in the ENTSOE domain mapping\",\n            file=sys.stderr,\n        )\n        exit(1)\n\n    domain = ENTSOE_DOMAIN_MAPPINGS[zone_key]\n\n    # TODO not sure whether selecting the date always works like that\n    date = datetime.datetime.now().strftime(\"%Y%m%d\")\n    url = (\n        f\"https://web-api.tp.entsoe.eu/api?securityToken={token}\"\n        f\"&documentType=A68&processType=A33&in_Domain={domain}\"\n        f\"&periodStart={date}0000&periodEnd={date}0000\"\n    )\n    response = requests.get(url)\n    if response.status_code != 200:\n        print(\n            f\"ERROR: Request to ENTSOE API failed with status {response.status_code}\",\n            file=sys.stderr,\n        )\n        exit(1)\n\n    data = xmltodict.parse(response.text)\n\n    result = {}\n    try:\n        root = data[\"GL_MarketDocument\"]\n        for time_series in root[\"TimeSeries\"]:\n            generation_type = time_series[\"MktPSRType\"][\"psrType\"]\n            value = time_series[\"Period\"][\"Point\"][\"quantity\"]\n            result[generation_type] = int(value)\n    except Exception as e:\n        raise ValueError(\n            f\"Data for zone {zone_key} could not be retrieved from ENTSOE\", e\n        ) from e\n\n    return result\n\n\ndef parse_from_csv(filepath: str) -> dict:\n    data = pd.read_csv(filepath).set_index(\"Production Type\").to_dict()\n\n    # Choose the column with the most current data;\n    # assume keys start with YYYY.\n    sorted_keys = sorted(data.keys())\n    data = data[sorted_keys[-1]]\n\n    inverse_mapping = {v: k for k, v in ENTSOE_PARAMETER_DESC.items()}\n    return {inverse_mapping[k]: v for k, v in data.items() if k in inverse_mapping}\n\n\ndef main():\n    args = parse_args()\n\n    zone_key = args.zone_key\n    data_file = args.data_file\n\n    if data_file is not None:\n        if not os.path.exists(data_file):\n            print(f\"ERROR: Data file {data_file} does not exist.\", file=sys.stderr)\n            sys.exit(1)\n        data = parse_from_csv(data_file)\n    else:\n        token = args.api_token or get_token(\"ENTSOE_TOKEN\")\n        if token is None:\n            print(\n                \"ERROR: If no CSV file is given, the option --api-token must be provided\",\n                file=sys.stderr,\n            )\n            exit(1)\n\n        data = parse_from_entsoe_api(zone_key, token)\n\n    aggregated_data = aggregate_data(data)\n\n    print(f\"Aggregated capacities: {json.dumps(aggregated_data)}\")\n    print(f\"Updating zone {zone_key}\")\n\n    update_zone(zone_key, aggregated_data)\n\n    run_shell_command(\n        f\"npx prettier --write {ROOT_PATH / 'config/zones/'}\", cwd=ROOT_PATH\n    )\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "scripts/__init__.py",
    "content": ""
  },
  {
    "path": "scripts/create_aggregated_zone_config.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nCreate an aggregation zone config file by looking up sub zones based on the\nzone name. Sums capacities, all contributors.\n\nExample usage:\n    uv run python scripts/create_aggregated_zone_config US US-Central\n\"\"\"\n\nimport argparse\nfrom copy import deepcopy\nfrom pathlib import Path\n\nimport yaml\n\nfrom electricitymap.contrib.config.model import Capacity, Zone\n\nNAME_MAPPING = {\"hydro storage\": \"hydro_storage\", \"battery storage\": \"battery_storage\"}\n\n\ndef create_aggregated_config(zoneKey: str, timezone: str):\n    zone = Zone(\n        key=zoneKey,\n        sub_zone_names=[],\n        timezone=timezone,\n        contributors=[],\n        capacity=Capacity(),\n    )\n    zone.parsers = None\n    for path in Path(\"config/zones\").glob(f\"{zoneKey}-*.yaml\"):\n        if path.is_file():\n            with open(path) as file:\n                subzone = yaml.safe_load(file.read())\n                zone.sub_zone_names.append(path.stem)\n                if \"contributors\" in subzone:\n                    zone.contributors = list(\n                        set(zone.contributors + subzone[\"contributors\"])\n                    )\n                if \"capacity\" in subzone:\n                    capacities: dict = subzone[\"capacity\"]\n                    for key, capacity in capacities.items():\n                        mapped_key = NAME_MAPPING.get(key, key)\n                        if capacity is not None:\n                            current_capacity = zone.capacity.__getattribute__(\n                                mapped_key\n                            )\n                            if current_capacity is None:\n                                current_capacity = 0\n                            zone.capacity.__setattr__(\n                                mapped_key, current_capacity + capacity\n                            )\n\n    zoneDict = deepcopy(zone.__dict__)\n    for key, item in zone.__dict__.items():\n        if item is None:\n            del zoneDict[key]\n\n    del zoneDict[\"key\"]\n    zoneDict[\"subZoneNames\"] = zoneDict.pop(\"sub_zone_names\")\n    zoneDict[\"subZoneNames\"] = sorted(zoneDict[\"subZoneNames\"])\n    zoneDict[\"capacity\"] = deepcopy(zone.capacity.__dict__)\n\n    zoneDict[\"capacity\"][\"hydro storage\"] = zoneDict[\"capacity\"].pop(\"hydro_storage\")\n    zoneDict[\"capacity\"][\"battery storage\"] = zoneDict[\"capacity\"].pop(\n        \"battery_storage\"\n    )\n    for key, value in zoneDict[\"capacity\"].items():\n        if value is not None:\n            zoneDict[\"capacity\"][key] = round(value, 1)\n\n    with open(f\"config/zones/{zoneKey}.yaml\", \"w\") as file:\n        yaml.safe_dump(zoneDict, file)\n\n\ndef main():\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"zone\", help=\"The parent zone name (e.g. US)\")\n    parser.add_argument(\"timezone\", help=\"The timezone of the parentzone\")\n    args = parser.parse_args()\n    zone = args.zone\n    timezone = args.timezone\n\n    print(f\"Creating {zone}\")\n    create_aggregated_config(zone, timezone)\n    print(f\"Created {zone}.yaml in config/zones.\")\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "scripts/remove_zone.py",
    "content": "#!/usr/bin/env python3\n\n\"\"\"\nThis script helps to remove a zone (including the zone config and exchanges).\n\nExample usage:\n  uv run python scripts/remove_zone.py DK-DK1\n\"\"\"\n\nimport argparse\nimport os\nimport re\nfrom glob import glob\n\nfrom utils import (\n    ROOT_PATH,\n    YamlFilePatcher,\n    run_shell_command,\n)\n\nfrom electricitymap.contrib.config.constants import EXCHANGE_FILENAME_ZONE_SEPARATOR\nfrom electricitymap.contrib.types import ZoneKey\n\nPRETTIER_CONFIG_PATH = ROOT_PATH / \".prettierrc.js\"\n\n\ndef remove_config(zone_key: ZoneKey):\n    try:\n        os.remove(ROOT_PATH / f\"config/zones/{zone_key}.yaml\")\n        print(f\"🧹 Removed {zone_key}.yaml\")\n    except FileNotFoundError:\n        pass\n\n\ndef remove_from_parent_config(zone_key: ZoneKey):\n    # Remove zone-key from subZoneNames in parent yaml file\n    parent_config_path = ROOT_PATH / f\"config/zones/{zone_key.split('-')[0]}.yaml\"\n    if parent_config_path.exists():\n        with YamlFilePatcher(parent_config_path) as f:\n            sub_zone_names = f.content[\"subZoneNames\"]\n            if zone_key in sub_zone_names:\n                sub_zone_names.remove(zone_key)\n        run_shell_command(\n            f\"npx prettier@2 --config {PRETTIER_CONFIG_PATH} --write {parent_config_path}\",\n            cwd=ROOT_PATH,\n        )\n\n\ndef remove_exchanges(zone_key: ZoneKey):\n    def _is_zone_in_exchange(exchange_config_path: str) -> bool:\n        exchange_key = exchange_config_path.split(\"/\")[-1].split(\".\")[0]\n        return zone_key in exchange_key.split(EXCHANGE_FILENAME_ZONE_SEPARATOR)\n\n    exchanges = [\n        e\n        for e in glob(str(ROOT_PATH / \"config/exchanges/*.yaml\"))\n        if _is_zone_in_exchange(e)\n    ]\n    for exchange in exchanges:\n        try:\n            os.remove(exchange)\n            print(f\"🧹 Removed {exchange.split('/')[-1]}\")\n        except FileNotFoundError:\n            pass\n\n\ndef move_parser_to_archived(zone_key: ZoneKey):\n    parser_path = ROOT_PATH / f\"parsers/{zone_key}.py\"\n    if parser_path.exists():\n        run_shell_command(\n            f\"git mv {parser_path} {ROOT_PATH / 'parsers/archived'}\", cwd=ROOT_PATH\n        )\n        print(\"🧹 Moved parser to /archived folder\")\n\n\ndef find_files_mentioning_zone(text):\n    \"\"\"Search for the zone_key across all files in contrib.\"\"\"\n    IGNORED_PATHS = [\n        \"node_modules\",\n        \"dist\",\n        \"archived\",\n    ]\n    VALID_EXTENSIONS = (\n        \".py\",\n        \".js\",\n        \".jsx\",\n        \".ts\",\n        \".tsx\",\n        \".yaml\",\n        \".json\",\n        \".md\",\n        \".html\",\n    )\n    results = []\n    for root, _dirs, files in os.walk(ROOT_PATH):\n        if any(ignored_path in root for ignored_path in IGNORED_PATHS):\n            continue\n        for file in files:\n            if file.endswith(VALID_EXTENSIONS):\n                with open(os.path.join(root, file)) as f:\n                    if re.search(text, f.read()):\n                        # print the relative path\n                        results.append(\n                            os.path.relpath(os.path.join(root, file), ROOT_PATH)\n                        )\n    if not results:\n        print(\n            f'🧹 Found no additional files mentioning \"{text}\" in contrib repository.'\n        )\n        return\n\n    print(\n        f\"❗️ Found {len(results)} files mentioning {text}, please manually clean these files:\"\n    )\n    for result in results:\n        print(f\"  - {result}\")\n\n\ndef main():\n    \"\"\"Removes a zone by from a bunch of places and lists additional files mentioning the zone key.\"\"\"\n\n    if os.name != \"posix\":\n        print(\"This script only works on Unix-like systems.\")\n        exit(1)\n\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"zone\", help=\"The zone abbreviation (e.g. AT)\")\n    args = parser.parse_args()\n    zone_key = args.zone\n\n    print(f\"Removing {zone_key}...\\n\")\n\n    remove_config(zone_key)\n    remove_from_parent_config(zone_key)\n    remove_exchanges(zone_key)\n    move_parser_to_archived(zone_key)\n    # For legacy reasons, a subzone parser can both use dash and underscore\n    # in the file name so we need to search for both\n    move_parser_to_archived(zone_key.replace(\"-\", \"_\"))\n    find_files_mentioning_zone(zone_key)\n\n    print(\"\\n✔  All done!\")\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "scripts/tooling.py",
    "content": "\"\"\"\nUtility Python scripts runnable using 'uv run'.\n\nFor example:\n    uv run lint\n    uv run format\n\"\"\"\n\nimport subprocess\nimport sys\n\n\ndef _run(cmd: str):\n    cmd_with_args = f\"{cmd} {' '.join(sys.argv[1:])}\"\n    print(f\"⚙︎ {cmd_with_args}\")\n    r = subprocess.run(cmd_with_args, shell=True).returncode\n    if r != 0:\n        print(f\"FAILED: {cmd}\")\n        sys.exit(r)\n\n\ndef format():  # noqa: A001\n    _run(\"ruff check . --fix\")\n    _run(\"ruff format .\")\n\n\ndef lint():\n    _run(\"ruff check .\")\n\n\ndef test():\n    _run(\"pytest\")\n\n\ndef check():\n    _run(\"ruff format --check .\")\n    lint()\n    test()\n"
  },
  {
    "path": "scripts/update_capacity_configuration.py",
    "content": "import importlib\nimport logging\nfrom copy import deepcopy\nfrom datetime import datetime\nfrom operator import itemgetter\nfrom typing import Any\n\nfrom requests import Session\n\nfrom electricitymap.contrib.config import CONFIG_DIR, ZONE_PARENT\nfrom electricitymap.contrib.config.constants import PRODUCTION_MODES, STORAGE_MODES\nfrom electricitymap.contrib.config.reading import read_zones_config\nfrom electricitymap.contrib.parsers.lib.parsers import PARSER_DATA_TYPE_TO_DICT\nfrom electricitymap.contrib.types import ParserDataType, ZoneKey\nfrom scripts.utils import write_zone_config\n\nlogger = logging.getLogger(__name__)\nZONES_CONFIG = read_zones_config(CONFIG_DIR)\nCAPACITY_MODES = PRODUCTION_MODES + [f\"{mode} storage\" for mode in STORAGE_MODES]\n\n\nCAPACITY_PARSERS = PARSER_DATA_TYPE_TO_DICT[ParserDataType.PRODUCTION_CAPACITY]\n\n# Get productionCapacity source to zones mapping\nCAPACITY_PARSER_SOURCE_TO_ZONES = {}\nfor zone_id, zone_config in ZONES_CONFIG.items():\n    if zone_config.get(\"parsers\", {}).get(\"productionCapacity\") is None:\n        continue\n    source = zone_config.get(\"parsers\", {}).get(\"productionCapacity\").split(\".\")[0]\n    if source not in CAPACITY_PARSER_SOURCE_TO_ZONES:\n        CAPACITY_PARSER_SOURCE_TO_ZONES[source] = []\n    CAPACITY_PARSER_SOURCE_TO_ZONES[source].append(zone_id)\n\n\ndef update_zone(\n    zone: ZoneKey, target_datetime: datetime, session: Session, update_aggregate: bool\n) -> None:\n    \"\"\"Generate capacity config and update the zone config yaml for a zone\"\"\"\n    if zone not in CAPACITY_PARSERS:\n        raise ValueError(f\"No capacity parser developed for {zone}\")\n    parser = CAPACITY_PARSERS[zone]\n\n    zone_capacity = parser(\n        zone_key=zone, target_datetime=target_datetime, session=session\n    )\n    if not zone_capacity:\n        raise ValueError(f\"No capacity data for {zone} in {target_datetime.date()}\")\n    update_zone_capacity_config(zone, zone_capacity)\n\n    if update_aggregate:\n        zone_parent = ZONE_PARENT[zone]\n        update_aggregated_capacity_config(zone_parent)\n\n\ndef update_source(source: str, target_datetime: datetime, session: Session) -> None:\n    \"\"\"Generate capacity config and update the zone config yaml for all zones included in source\"\"\"\n    if source not in CAPACITY_PARSER_SOURCE_TO_ZONES:\n        raise ValueError(f\"No capacity parser developed for {source}\")\n    parser = importlib.import_module(\n        f\"electricitymap.contrib.capacity_parsers.{source}\"\n    ).fetch_production_capacity_for_all_zones\n    source_capacity = parser(target_datetime=target_datetime, session=session)\n\n    for zone in source_capacity:\n        if not source_capacity[zone]:\n            print(f\"No capacity data for {zone} in {target_datetime.date()}\")\n            continue\n        if zone in ZONES_CONFIG:\n            update_zone_capacity_config(zone, source_capacity[zone])\n\n\ndef sort_config_keys(config: dict[str, Any]) -> dict[str, Any]:\n    \"\"\"Sort the keys of the config dict\"\"\"\n    return {k: config[k] for k in sorted(config)}\n\n\ndef update_zone_capacity_config(zone_key: ZoneKey, data: dict) -> None:\n    \"\"\"Update the capacity config for a zone\"\"\"\n    if zone_key not in ZONES_CONFIG:\n        raise ValueError(f\"Zone {zone_key} does not exist in the zones config\")\n    _new_zone_config = deepcopy(ZONES_CONFIG[zone_key])\n    if \"capacity\" in _new_zone_config:\n        capacity = _new_zone_config[\"capacity\"]\n\n        if all(isinstance(capacity[m], float | int) for m in capacity):\n            # TODO: this is temporary as it handles the case of the deprecated system where capacity is a single value. It will be removed in the future\n            capacity = {key: [value] for key, value in data.items()}\n        else:\n            capacity = generate_zone_capacity_config(capacity, data)\n    else:\n        capacity = {key: [value] for key, value in data.items() if value[\"value\"] > 0}\n\n    _new_zone_config[\"capacity\"] = capacity\n\n    # sort keys\n    _new_zone_config[\"capacity\"] = sort_config_keys(_new_zone_config[\"capacity\"])\n\n    write_zone_config(zone_key, _new_zone_config)\n\n\ndef generate_zone_capacity_config(\n    capacity_config: dict[str, Any], data: dict[str, Any]\n) -> dict[str, Any]:\n    \"\"\"Generate capacity config depending on the type of the existing capacity data.\n    If the existing capacity is simply a value, it will be overwritten with the new format.\n    If the existing capacity is a list, the new data will be appended to the list.\n    If the existing capacity is a dict, the new data will be add to create list if the datetime is different else the datapoint is overwritten.\n    \"\"\"\n    existing_capacity_modes = [mode for mode in data if mode in capacity_config]\n    updated_capacity_config = deepcopy(capacity_config)\n    for mode in existing_capacity_modes:\n        if isinstance(capacity_config[mode], float | int):\n            if (\n                data[mode][\"value\"] == 0\n            ):  # Remove data points with 0 value if the existing capacity is a single value\n                continue\n            updated_capacity_config[mode] = [data[mode]]\n        elif isinstance(capacity_config[mode], list):\n            updated_capacity_config[mode] = generate_zone_capacity_list(\n                mode, capacity_config, data\n            )\n        else:\n            raise ValueError(f\"Invalid capacity config type for {mode}\")\n\n    new_modes = [m for m in data if m not in capacity_config and data[m][\"value\"] > 0]\n    for mode in new_modes:\n        updated_capacity_config[mode] = [data[mode]]\n    return updated_capacity_config\n\n\ndef update_capacity_list_if_value_already_exists(\n    mode: str, capacity_config: dict[str, Any], new_capacity: dict[str, Any]\n) -> list[dict[str, Any]]:\n    \"\"\"Updates the capacity config for a zone if the capacity config is a list and the value already exists.\n    This function ensures that we don't add the same value to the config over and over and that we can backfill and get the oldest value for which the capacity is valid.\n    \"\"\"\n    existing_value_datetime = [\n        item\n        for item in capacity_config[mode]\n        if item[\"value\"] == new_capacity[mode][\"value\"]\n    ][0][\"datetime\"]\n    if new_capacity[mode][\"datetime\"] > existing_value_datetime:\n        # if the associated datetime is more recent than the existing one, we don't add it\n        return capacity_config[mode]\n    else:\n        # if the associated datetime is older than the existing one, we replace the datetime of the item\n        return sorted(\n            [\n                new_capacity[mode]\n                if item[\"value\"] == new_capacity[mode][\"value\"]\n                else item\n                for item in capacity_config[mode]\n            ],\n            key=itemgetter(\"datetime\"),\n        )\n\n\ndef update_capacity_list_if_datetime_already_exists(\n    mode: str, capacity_config: dict[str, Any], new_capacity: dict[str, Any]\n) -> list[dict[str, Any]]:\n    \"\"\"Updates the capacity config for a zone if the capacity config is a list and the datetime already exists.\n    If the new value is the same as the most recent previous entry, removes the redundant entry.\"\"\"\n    # Sort the existing capacity config by datetime\n    sorted_config = sorted(capacity_config[mode], key=itemgetter(\"datetime\"))\n\n    # Find the index of the entry with the matching datetime\n    target_index = next(\n        i\n        for i, item in enumerate(sorted_config)\n        if item[\"datetime\"] == new_capacity[mode][\"datetime\"]\n    )\n\n    # Check if this is the earliest entry\n    if target_index == 0:\n        # If it's the earliest entry, just update it\n        return sorted(\n            [\n                new_capacity[mode]\n                if item[\"datetime\"] == new_capacity[mode][\"datetime\"]\n                else item\n                for item in capacity_config[mode]\n            ],\n            key=itemgetter(\"datetime\"),\n        )\n\n    # Check if the new value is the same as the most recent previous entry\n    if new_capacity[mode][\"value\"] == sorted_config[target_index - 1][\"value\"]:\n        # If it's the same, remove this entry as it's redundant\n        return sorted(\n            [\n                item\n                for item in capacity_config[mode]\n                if item[\"datetime\"] != new_capacity[mode][\"datetime\"]\n            ],\n            key=itemgetter(\"datetime\"),\n        )\n\n    # Otherwise, update the entry with the new value\n    return sorted(\n        [\n            new_capacity[mode]\n            if item[\"datetime\"] == new_capacity[mode][\"datetime\"]\n            else item\n            for item in capacity_config[mode]\n        ],\n        key=itemgetter(\"datetime\"),\n    )\n\n\ndef generate_zone_capacity_list(\n    mode: str, capacity_config: dict[str, Any], new_capacity: dict[str, Any]\n) -> list[dict[str, Any]]:\n    \"\"\"Generate the updated capacity config for a zone if the capacity config is a list.\n    Optimizes storage by not adding redundant entries with the same value as the most recent previous entry.\"\"\"\n    # First check if the datetime already exists\n    if new_capacity[mode][\"datetime\"] in [d[\"datetime\"] for d in capacity_config[mode]]:\n        return update_capacity_list_if_datetime_already_exists(\n            mode, capacity_config, new_capacity\n        )\n    # If the datetime doesn't exist, we need to add the new capacity\n    # Sort the existing capacity config by datetime to check chronological order\n    sorted_config = sorted(capacity_config[mode], key=itemgetter(\"datetime\"))\n\n    # Find entries with datetimes before the new entry\n    entries_before = [\n        item\n        for item in sorted_config\n        if item[\"datetime\"] < new_capacity[mode][\"datetime\"]\n    ]\n\n    # Find entries with datetimes after the new entry\n    entries_after = [\n        item\n        for item in sorted_config\n        if item[\"datetime\"] > new_capacity[mode][\"datetime\"]\n    ]\n\n    # If this is the earliest entry, we should add it\n    if not entries_before:\n        # Check if the next entry (if any) has the same value as the new entry\n        if entries_after and entries_after[0][\"value\"] == new_capacity[mode][\"value\"]:\n            # If the next entry has the same value, it's redundant - remove it\n            return sorted(\n                [\n                    item\n                    for item in sorted_config\n                    if item[\"datetime\"] != entries_after[0][\"datetime\"]\n                ]\n                + [new_capacity[mode]],\n                key=itemgetter(\"datetime\"),\n            )\n        else:\n            return sorted(\n                capacity_config[mode] + [new_capacity[mode]], key=itemgetter(\"datetime\")\n            )\n\n    # If the most recent entry before has a different value, we should add it\n    if entries_before[-1][\"value\"] != new_capacity[mode][\"value\"]:\n        # Check if the next entry (if any) has the same value as the new entry\n        if entries_after and entries_after[0][\"value\"] == new_capacity[mode][\"value\"]:\n            # If the next entry has the same value, it's redundant - remove it\n            return sorted(\n                [\n                    item\n                    for item in sorted_config\n                    if item[\"datetime\"] != entries_after[0][\"datetime\"]\n                ]\n                + [new_capacity[mode]],\n                key=itemgetter(\"datetime\"),\n            )\n        else:\n            return sorted(\n                capacity_config[mode] + [new_capacity[mode]], key=itemgetter(\"datetime\")\n            )\n\n    # If the value is the same as the most recent entry before, we don't need to add it\n    return capacity_config[mode]\n\n\ndef check_capacity_config_type(capacity_config: list, config_type: type) -> bool:\n    \"\"\"Check that the capacity config is of the specified type\"\"\"\n    return all(isinstance(item, config_type) for item in capacity_config)\n\n\ndef generate_aggregated_capacity_config(\n    parent_zone: ZoneKey,\n) -> dict[str, Any] | None:\n    \"\"\"Generate the aggregated capacity config for a parent zone\"\"\"\n    zone_keys = [zone for zone in ZONE_PARENT if ZONE_PARENT[zone] == parent_zone]\n    parent_capacity_config = ZONES_CONFIG[parent_zone][\"capacity\"]\n\n    all_capacity_configs = [ZONES_CONFIG[zone][\"capacity\"] for zone in zone_keys]\n\n    for mode in CAPACITY_MODES:\n        mode_capacity_configs = [\n            capacity_config[mode] for capacity_config in all_capacity_configs\n        ]\n\n        if not check_capacity_config_type(\n            mode_capacity_configs, type(mode_capacity_configs[0])\n        ):\n            raise ValueError(\n                f\"{parent_zone} capacity could not be updated because all capacity configs must have the same type\"\n            )\n\n        if check_capacity_config_type(mode_capacity_configs, list):\n            parent_capacity_config[mode] = generate_aggregated_capacity_config_list(\n                mode_capacity_configs, parent_zone\n            )\n        else:\n            raise ValueError(\n                f\"{parent_zone} capacity could not be updated because all capacity configs must be  a list\"\n            )\n    return parent_capacity_config\n\n\ndef generate_aggregated_capacity_config_dict(\n    capacity_config: list[dict[str, Any]], parent_zone: ZoneKey\n) -> dict[str, Any] | None:\n    \"\"\"Generate aggregated capacity config for a parent zone if the capacity config of the subzones are a dict\"\"\"\n    datetime_values = {\n        capacity_config[\"datetime\"] for capacity_config in capacity_config\n    }\n    sources = {capacity_config[\"source\"] for capacity_config in capacity_config}\n    if len(datetime_values) != 1:\n        logger.warning(\n            f\"{parent_zone} capacity could not be updated because all capacity configs must have the same datetime values\"\n        )\n        return None\n    else:\n        updated_capacity = {}\n        aggregated_value = compute_aggregated_value(capacity_config)\n        updated_capacity[\"datetime\"] = list(datetime_values)[0]\n        updated_capacity[\"value\"] = aggregated_value\n        updated_capacity[\"source\"] = \", \".join(\n            [elem for elem in sources if elem is not None]\n        )\n        return sort_config_keys(updated_capacity)\n\n\ndef compute_aggregated_value(capacity_config: list[dict[str, Any]]) -> float | None:\n    \"\"\"Compute the aggregated capacity value as the sum of all subzone capacities\"\"\"\n    if all(capacity_config[\"value\"] is None for capacity_config in capacity_config):\n        return None\n\n    aggregated_value = sum(\n        [\n            0 if capacity_config[\"value\"] is None else capacity_config[\"value\"]\n            for capacity_config in capacity_config\n        ]\n    )\n    return aggregated_value\n\n\ndef generate_aggregated_capacity_config_list(\n    capacity_config: list[Any], parent_zone: ZoneKey\n) -> list[dict[str, Any]] | None:\n    \"\"\"Generate the aggregated capacity config for a parent zone if the capacity config of the subzones are a list\"\"\"\n    flat_capacity_config = [item for sublist in capacity_config for item in sublist]\n    datetime_values = {item[\"datetime\"] for item in flat_capacity_config}\n    updated_aggregated_capacity_config = []\n    for dt in datetime_values:\n        datetime_capacity_config = [\n            item for item in flat_capacity_config if item[\"datetime\"] == dt\n        ]\n        if len(datetime_capacity_config) == len(\n            ZONES_CONFIG[ZoneKey(parent_zone)][\"subZoneNames\"]\n        ):\n            updated_aggregated_capacity_config.append(\n                generate_aggregated_capacity_config_dict(\n                    datetime_capacity_config, parent_zone\n                )\n            )\n        else:\n            logger.warning(\n                f\"{parent_zone} capacity could not be updated for {dt} because not all capacities are available\"\n            )\n    return updated_aggregated_capacity_config\n\n\ndef update_aggregated_capacity_config(parent_zone: ZoneKey) -> None:\n    \"\"\"Update the aggregated capacity config for a parent zone\"\"\"\n    if parent_zone not in ZONES_CONFIG:\n        raise ValueError(f\"Zone {parent_zone} does not exist in the zones config\")\n\n    _new_zone_config = deepcopy(ZONES_CONFIG[parent_zone])\n    _new_zone_config[\"capacity\"] = generate_aggregated_capacity_config(parent_zone)\n\n    if _new_zone_config[\"capacity\"] is not None:\n        # sort keys\n        _new_zone_config[\"capacity\"] = sort_config_keys(_new_zone_config[\"capacity\"])\n        ZONES_CONFIG[parent_zone] = _new_zone_config\n        write_zone_config(parent_zone, _new_zone_config)\n    else:\n        logger.warning(\n            f\"{parent_zone} capacity could not be updated because not all capacities are available\"\n        )\n"
  },
  {
    "path": "scripts/update_capacity_ember_all_years.py",
    "content": "#!/usr/bin/env python3\n\"\"\"\nScript to update capacity data from EMBER for all available years at once.\n\nThis script is specifically designed for EMBER data which provides all years\nin a single API call. It updates the zone configuration files with all available\nyears from EMBER in one go, rather than year-by-year.\n\nUsage:\n    # Update a single zone with all years:\n    uv run python scripts/update_capacity_ember_all_years.py FR\n\n    # Update all EMBER zones with all years (many API calls!):\n    uv run python scripts/update_capacity_ember_all_years.py --all\n\"\"\"\n\nimport argparse\nimport logging\nimport re\n\nfrom requests import Session\nfrom ruamel.yaml import YAML\n\nfrom electricitymap.contrib.capacity_parsers.EMBER import (\n    EMBER_ZONES,\n    fetch_production_capacity_all_years,\n)\nfrom electricitymap.contrib.config import CONFIG_DIR\nfrom electricitymap.contrib.types import ZoneKey\nfrom scripts.update_capacity_configuration import sort_config_keys\n\nlogger = logging.getLogger(__name__)\nlogging.basicConfig(\n    level=logging.INFO, format=\"%(asctime)s - %(name)s - %(levelname)s - %(message)s\"\n)\n\n\ndef update_zone_with_all_years(zone_key: ZoneKey, capacity_data: dict) -> None:\n    \"\"\"Update a zone's capacity configuration with all years from EMBER.\n\n    This function REPLACES THE ENTIRE 'capacity' section with EMBER data only.\n    All existing capacity data from other sources (ENTSOE, manual entries, etc.)\n    will be removed. Other sections (emissionFactors, parsers, etc.) remain\n    completely untouched with EXACT original formatting preserved.\n\n    Args:\n        zone_key: The zone key to update\n        capacity_data: Dictionary with capacity per mode as lists of years\n    \"\"\"\n    zone_file = CONFIG_DIR.joinpath(f\"zones/{zone_key}.yaml\")\n\n    if not zone_file.exists():\n        raise ValueError(f\"Zone file for {zone_key} does not exist\")\n\n    # Read the entire file as text\n    with open(zone_file, encoding=\"utf-8\") as f:\n        original_content = f.read()\n\n    # Sort capacity keys\n    sorted_capacity = sort_config_keys(capacity_data)\n\n    # Generate just the capacity section using ruamel.yaml\n    yaml = YAML()\n    yaml.preserve_quotes = True\n    yaml.default_flow_style = False\n    yaml.indent(mapping=2, sequence=4, offset=2)\n\n    # Create a minimal dict with just capacity for serialization\n    from io import StringIO\n\n    capacity_stream = StringIO()\n    yaml.dump({\"capacity\": sorted_capacity}, capacity_stream)\n    new_capacity_yaml = capacity_stream.getvalue()\n\n    # Extract just the capacity section (remove the trailing newline and get content)\n    # The output will be \"capacity:\\n  biomass:\\n  ...\"\n\n    # Find and replace the capacity section in the original file\n    # Pattern: match from \"capacity:\" to the next top-level key (or end of file)\n    pattern = r\"^capacity:.*?(?=^[a-zA-Z]|\\Z)\"\n\n    # Replace the capacity section\n    updated_content = re.sub(\n        pattern,\n        new_capacity_yaml.rstrip() + \"\\n\",\n        original_content,\n        flags=re.MULTILINE | re.DOTALL,\n    )\n\n    # Write back\n    with open(zone_file, \"w\", encoding=\"utf-8\") as f:\n        f.write(updated_content)\n\n    logger.info(f\"Updated {zone_key} with {len(capacity_data)} modes\")\n\n\ndef main():\n    parser = argparse.ArgumentParser(\n        description=\"Update capacity data from EMBER for all available years\"\n    )\n    parser.add_argument(\n        \"zone_key\",\n        nargs=\"?\",\n        help=\"Zone key to update (e.g., FR). If not provided, use --all to update all zones.\",\n    )\n    parser.add_argument(\n        \"--all\",\n        action=\"store_true\",\n        help=\"Update all EMBER zones (WARNING: This will make many API calls!)\",\n    )\n\n    args = parser.parse_args()\n\n    session = Session()\n\n    if args.all:\n        logger.info(f\"Updating capacity data for all {len(EMBER_ZONES)} EMBER zones...\")\n\n        success_zones = []\n        failed_zones = []\n\n        for zone_key in sorted(EMBER_ZONES):\n            try:\n                logger.info(f\"Processing {zone_key}...\")\n                capacity_data = fetch_production_capacity_all_years(zone_key, session)\n\n                if capacity_data:\n                    update_zone_with_all_years(zone_key, capacity_data)\n                    logger.info(f\"✓ Updated {zone_key}\")\n                    success_zones.append(zone_key)\n                else:\n                    logger.warning(f\"⚠ No capacity data found for {zone_key}\")\n                    failed_zones.append(zone_key)\n            except Exception as e:\n                logger.error(f\"✗ Failed to update {zone_key}: {e}\")\n                failed_zones.append(zone_key)\n                continue\n\n        logger.info(\"\\n=== Summary ===\")\n        logger.info(f\"Successfully updated: {len(success_zones)}/{len(EMBER_ZONES)}\")\n        logger.info(f\"Failed: {len(failed_zones)}/{len(EMBER_ZONES)}\")\n\n        if failed_zones:\n            logger.info(f\"\\nFailed zones: {', '.join(failed_zones)}\")\n\n    elif args.zone_key:\n        zone_key = args.zone_key\n        if zone_key not in EMBER_ZONES:\n            logger.error(\n                f\"Zone {zone_key} is not in EMBER_ZONES. Available zones: {EMBER_ZONES}\"\n            )\n            return\n\n        logger.info(f\"Fetching capacity data for {zone_key}...\")\n        capacity_data = fetch_production_capacity_all_years(zone_key, session)\n\n        update_zone_with_all_years(zone_key, capacity_data)\n        logger.info(f\"✓ Successfully updated {zone_key}\")\n\n    else:\n        parser.print_help()\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "scripts/utils.py",
    "content": "\"\"\"Contains utility functions, e.g. for patching JSON files.\"\"\"\n\nimport json\nimport pathlib\nimport subprocess\nfrom os import PathLike\nfrom typing import Any\n\nimport yaml\n\nfrom electricitymap.contrib.config import CONFIG_DIR\nfrom electricitymap.contrib.types import ZoneKey\n\nROOT_PATH = pathlib.Path(__file__).parent.parent\n\n\ndef run_shell_command(cmd: str, cwd: PathLike | str = \"\") -> str:\n    return subprocess.check_output(cmd, shell=True, encoding=\"utf8\", cwd=cwd).rstrip(\n        \"\\n\"\n    )\n\n\nclass JsonFilePatcher:\n    \"\"\"\n    A helping hand to patch JSON files.\n\n    Example:\n\n    with JsonFilePatcher(ROOT_PATH / \"geo/world.geojson\") as f:\n        if zone in f.content:\n            del f.content[zone]\n    \"\"\"\n\n    def __init__(self, file_path: PathLike | str, indent: int | None = 2):\n        self.file_path = file_path\n        self.indent = indent\n\n    def __enter__(self):\n        with open(self.file_path) as f:\n            self.content: dict = json.load(f)\n\n        return self\n\n    def __exit__(self, exc_type, exc_value, tb):\n        if exc_type is not None:\n            raise\n\n        with open(self.file_path, \"w\") as f:\n            json.dump(\n                self.content,\n                f,\n                indent=self.indent,\n                ensure_ascii=False,\n            )\n            # TODO: enable sort_keys=True\n            f.write(\"\\n\")\n\n        print(f\"🧹 Patched {self.file_path.relative_to(ROOT_PATH)}\")\n\n\nclass YamlFilePatcher:\n    \"\"\"\n    A helping hand to patch YAML files.\n\n    Example:\n\n    with YamlFilePatcher(ROOT_PATH / \"geo/world.yaml\") as f:\n        if zone in f.content:\n            del f.content[zone]\n    \"\"\"\n\n    def __init__(self, file_path: PathLike | str):\n        self.file_path = file_path\n\n    def __enter__(self):\n        with open(self.file_path, encoding=\"utf-8\") as f:\n            self.content: dict = yaml.safe_load(f)\n\n        return self\n\n    def __exit__(self, exc_type, exc_value, tb):\n        if exc_type is not None:\n            raise\n\n        with open(self.file_path, \"w\") as f:\n            f.write(yaml.dump(self.content, default_flow_style=False))\n        print(f\"🧹 Patched {self.file_path.relative_to(ROOT_PATH)}\")\n\n\ndef write_zone_config(zone_key: ZoneKey, zone_config: dict[str, Any]) -> None:\n    with open(\n        CONFIG_DIR.joinpath(f\"zones/{zone_key}.yaml\"), \"w\", encoding=\"utf-8\"\n    ) as f:\n        f.write(yaml.dump(zone_config, default_flow_style=False))\n    print(f\"Updated {zone_key}.yaml with new capacity data\")\n"
  },
  {
    "path": "scripts/validate_config_filenames.py",
    "content": "\"\"\"\nThis script checks if the config filenames are valid.\n\nThis is run as a part of the CI but can be run locally to ensure all filenames\nare valid before you commit the changes.\n\nUsage:\n    uv run python scripts/validate_config_filenames.py\n\"\"\"\n\nimport os\n\n\ndef main():\n    zone_files = os.listdir(\"config/zones\")\n    exchange_files = os.listdir(\"config/exchanges\")\n    has_zone_error: bool = False\n    has_exchange_error: bool = False\n\n    print(\"Checking config files...\")\n    print(\"Checking if zone files are valid...\")\n\n    # Check if zone files are valid. Zone files must be uppercase.\n    for file in zone_files:\n        if file.endswith(\".yaml\") or file.endswith(\".yml\"):\n            file = file.replace(\".yaml\", \"\") or file.replace(\".yml\", \"\")\n            if file != file.upper():\n                has_zone_error = True\n                print(f\"ERROR: {file} is not uppercase\")\n    if not has_zone_error:\n        print(\"All zone filenames are valid!\")\n    else:\n        print(\"There are errors in the above zone filenames!\")\n\n    # Check if exchange files are valid. Exchange files must be sorted and\n    # uppercase.\n    for file in exchange_files:\n        if file.endswith(\".yaml\") or file.endswith(\".yml\"):\n            file = file.replace(\".yaml\", \"\") or file.replace(\".yml\", \"\")\n            exchange_keys = file.split(\"_\")\n            sorted_exchange_keys = sorted(exchange_keys)\n            if file != file.upper():\n                has_exchange_error = True\n                print(f\"ERROR: {file} is not uppercase\")\n            if exchange_keys != sorted_exchange_keys:\n                has_exchange_error = True\n                print(f\"ERROR: {file} is not sorted\")\n    if not has_exchange_error:\n        print(\"All exchange filenames are valid!\")\n    else:\n        print(\"There are errors in the above exchange filenames!\")\n\n    if has_zone_error or has_exchange_error:\n        exit(1)\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "scripts/zone_names.py",
    "content": "import json\nimport os\n\nimport yaml\n\n\ndef add_country_names():\n    json_path = os.path.join(os.path.dirname(__file__), \"../config/zone_names.json\")\n    zones_dir = os.path.join(os.path.dirname(__file__), \"../config/zones\")\n    with open(json_path, encoding=\"utf-8\") as f:\n        data = json.load(f)\n        zones = data[\"zoneShortName\"]\n    for key, value in zones.items():\n        country_name = value.get(\"countryName\") or value.get(\"zoneName\")\n        zone_name = value.get(\"zoneName\")\n        zone_short_name = value.get(\"zoneShortName\")\n        if not country_name:\n            print(f\"Zone {key} is in the JSON file but has no country name\")\n            continue\n        yaml_path = os.path.join(zones_dir, f\"{key}.yaml\")\n        if not os.path.exists(yaml_path):\n            print(f\"Zone {key} is in the JSON file but not in the zones directory\")\n            continue\n        with open(yaml_path, encoding=\"utf-8\") as f_yaml:\n            try:\n                yaml_data = yaml.safe_load(f_yaml)\n            except Exception:\n                print(f\"Error parsing yaml file : {yaml_path}\")\n                continue\n        yaml_data[\"country_name\"] = country_name\n        yaml_data[\"zone_name\"] = zone_name\n        if zone_short_name:\n            yaml_data[\"zone_short_name\"] = zone_short_name\n        with open(yaml_path, \"w\", encoding=\"utf-8\") as f_yaml:\n            yaml.dump(yaml_data, f_yaml, allow_unicode=True, sort_keys=False)\n\n\ndef check_additional_attributes():\n    zones_dir = os.path.join(os.path.dirname(__file__), \"../config/zones\")\n    zones_without_country_name = []\n    zones_without_zone_name = []\n    zones_with_zone_short_name = []\n    for filename in os.listdir(zones_dir):\n        if not filename.endswith(\".yaml\"):\n            continue\n        yaml_path = os.path.join(zones_dir, filename)\n        with open(yaml_path, encoding=\"utf-8\") as f:\n            yaml_data = yaml.safe_load(f)\n        if \"country_name\" not in yaml_data:\n            zones_without_country_name.append(filename)\n        if \"zone_name\" not in yaml_data:\n            zones_without_zone_name.append(filename)\n        if \"zone_short_name\" in yaml_data:\n            zones_with_zone_short_name.append(filename)\n    print(f\"Zones without country_name: {zones_without_country_name}\")\n    print(f\"Zones without zone_name: {zones_without_zone_name}\")\n    print(f\"Zones with zone_short_name: {zones_with_zone_short_name}\")\n\n\nif __name__ == \"__main__\":\n    add_country_names()\n    check_additional_attributes()\n"
  },
  {
    "path": "test_parser.py",
    "content": "#!/usr/bin/env python3\n\"\"\"\nUsage: uv run test_parser FR production\n\"\"\"\n\nimport logging\nimport pprint\nimport time\nfrom collections.abc import Callable\nfrom datetime import datetime, timezone\nfrom typing import Any\n\nimport click\n\nfrom electricitymap.contrib.parsers.lib.parsers import PARSER_DATA_TYPE_TO_DICT\nfrom electricitymap.contrib.parsers.lib.quality import (\n    ValidationError,\n    validate_consumption,\n    validate_exchange,\n)\nfrom electricitymap.contrib.types import ParserDataType, ZoneKey\n\nlogger = logging.getLogger(__name__)\n\n\n@click.command()\n@click.argument(\"zone\")\n@click.argument(\"data-type\", default=\"\")\n@click.option(\"--target_datetime\", default=None, show_default=True)\ndef test_parser(zone: ZoneKey, data_type: str, target_datetime: str | None):\n    \"\"\"\n    Parameters\n    ----------\n    zone: a two letter zone from the map\n    data_type: in the ParserDataType enum\n    target_datetime: ISO 8601 string, such as 2018-05-30 15:00\n    \\n\n    Examples\n    -------\n    >>> uv run test_parser FR\n    >>> uv run test_parser FR production\n    >>> uv run test_parser \"NO-NO3->SE\" exchange\n    >>> uv run test_parser GE production --target_datetime=\"2022-04-10 15:00\"\n\n    \"\"\"\n    if not data_type:\n        parser_data_type = (\n            ParserDataType.EXCHANGE if \"->\" in zone else ParserDataType.PRODUCTION\n        )\n    else:\n        parser_data_type = ParserDataType(data_type)\n\n    if parser_data_type == ParserDataType.PRODUCTION_CAPACITY:\n        raise ValueError(\n            \"productionCapacity is not supported by this script. Please use `uv run update_capacity` instead.\"\n        )\n    parsed_target_datetime = None\n    if target_datetime is not None:\n        parsed_target_datetime = datetime.fromisoformat(target_datetime)\n    start = time.time()\n\n    parser: Callable[..., list[dict[str, Any]] | dict[str, Any]] = (\n        PARSER_DATA_TYPE_TO_DICT[ParserDataType(parser_data_type)][zone]\n    )\n\n    args = (\n        zone.split(\"->\")\n        if parser_data_type\n        in [\n            ParserDataType.EXCHANGE,\n            ParserDataType.EXCHANGE_CAPACITY_FORECAST_DAY_AHEAD,\n            ParserDataType.EXCHANGE_CAPACITY_FORECAST_WEEK_AHEAD,\n            ParserDataType.EXCHANGE_CAPACITY_FORECAST_MONTH_AHEAD,\n            ParserDataType.EXCHANGE_FORECAST,\n        ]\n        else [zone]\n    )\n\n    res = parser(*args, target_datetime=parsed_target_datetime, logger=logger)\n\n    if not res:\n        raise ValueError(f\"Error: parser returned nothing ({res})\")\n\n    elapsed_time = time.time() - start\n    res_list = list(res) if isinstance(res, list | tuple) else [res]\n\n    try:\n        dts = [e[\"datetime\"] for e in res_list]\n    except KeyError as error:\n        raise ValueError(\n            f\"Parser output lacks `datetime` key for at least some of the output. Full output: \\n\\n{res}\\n\"\n        ) from error\n\n    assert all(type(e[\"datetime\"]) is datetime for e in res_list), (\n        \"Datetimes must be returned as native datetime.datetime objects\"\n    )\n\n    assert (\n        any(\n            e[\"datetime\"].tzinfo is None\n            or e[\"datetime\"].tzinfo.utcoffset(e[\"datetime\"]) is None\n            for e in res_list\n        )\n        is False\n    ), \"Datetimes must be timezone aware\"\n\n    last_dt = datetime.fromisoformat(f\"{max(dts)}\").astimezone(timezone.utc)\n    first_dt = datetime.fromisoformat(f\"{min(dts)}\").astimezone(timezone.utc)\n    max_dt_warning = \"\"\n    if not target_datetime:\n        now_string = datetime.now(timezone.utc).isoformat(timespec=\"seconds\")\n        max_dt_warning = (\n            f\" :( >2h from now !!! (now={now_string} UTC)\"\n            if (datetime.now(timezone.utc) - last_dt).total_seconds() > 2 * 3600\n            else f\" -- OK, <2h from now :) (now={now_string} UTC)\"\n        )\n\n    print(\"Parser result:\")\n    pp = pprint.PrettyPrinter(width=120)\n    pp.pprint(res)\n    print(\n        \"\\n\".join(\n            [\n                \"---------------------\",\n                f\"took {elapsed_time:.2f}s\",\n                f\"min returned datetime: {first_dt} UTC\",\n                f\"max returned datetime: {last_dt} UTC {max_dt_warning}\",\n            ]\n        )\n    )\n\n    if isinstance(res, dict):\n        res = [res]\n    for event in res:\n        try:\n            if parser_data_type == ParserDataType.CONSUMPTION:\n                validate_consumption(event, zone)\n            elif parser_data_type == ParserDataType.EXCHANGE:\n                validate_exchange(event, zone)\n        except ValidationError as e:\n            logger.warning(f\"Validation failed @ {event['datetime']}: {e}\")\n\n\nif __name__ == \"__main__\":\n    logging.basicConfig(\n        level=logging.DEBUG,\n        format=\"%(asctime)s %(levelname)-8s %(name)-30s %(message)s\",\n    )\n    # pylint: disable=no-value-for-parameter\n    print(test_parser())\n"
  },
  {
    "path": "tests/__init__.py",
    "content": ""
  },
  {
    "path": "tests/config/__init__.py",
    "content": ""
  },
  {
    "path": "tests/config/__snapshots__/test_config.ambr",
    "content": "# serializer version: 1\n# name: test_data_centers_config\n  DataCenter(provider='gcp', lonlat=(-80.088472, 33.105486), displayName='Berkeley County', region='us-east1', zoneKey='US-CAR-SCEG', operationalSince=None, operationalUntil=None, status='operational', source='https://cloud.google.com/compute/docs/regions-zones')\n# ---\n"
  },
  {
    "path": "tests/config/test_config.py",
    "content": "\"\"\"Tests for the configs provided by the electricitymap.contrib.config\npackage.\n\nThe values in these configs should be loaded from the config files in the\nconfig/ directory. The tests in this file ensure that the values are loaded.\nIt doesn't check all or most values, but serves as a sanity check that the\nconfigs are loaded correctly.\n\"\"\"\n\nimport unittest\nfrom pathlib import Path\n\nfrom electricitymap.contrib import config\nfrom electricitymap.contrib.types import ZoneKey\n\nCONFIG_DIR = Path(__file__).parent.parent.joinpath(\"config\").resolve()\n\n\nclass ConfigTestcase(unittest.TestCase):\n    def test_zones_config(self):\n        # ZONES_CONFIG is a dict mapping zones to their config,\n        # which includes lots of keys with information about the zone.\n        self.assertIn(\"DK-DK1\", config.ZONES_CONFIG.keys())\n        self.assertIn(\"bounding_box\", config.ZONES_CONFIG[ZoneKey(\"DK-DK1\")].keys())\n        self.assertIn(\"capacity\", config.ZONES_CONFIG[ZoneKey(\"DK-DK1\")].keys())\n\n    def test_zone_parent(self):\n        # ZONE_PARENT is a dict mapping zones to their parent zones.\n        self.assertIn(\"DK-DK1\", config.ZONE_PARENT.keys())\n        self.assertEqual(config.ZONE_PARENT[ZoneKey(\"DK-DK1\")], \"DK\")\n\n    def test_zone_bounding_box(self):\n        # ZONE_BOUNDING_BOX is a dict mapping zones to their bounding box,\n        # which is a list like [[12.343, 1.343], [34.4333, 23.3434]].\n        self.assertIn(\"DK-DK1\", config.ZONE_BOUNDING_BOXES.keys())\n        self.assertEqual(len(config.ZONE_BOUNDING_BOXES[ZoneKey(\"DK-DK1\")]), 2)\n\n    def test_zone_neighbours(self):\n        # ZONE_NEIGHBOURS is a dict mapping zones to their neighbours.\n        self.assertIn(\"DK-DK1\", config.ZONE_NEIGHBOURS.keys())\n        dk_neighbours = config.ZONE_NEIGHBOURS[ZoneKey(\"DK-DK1\")]\n        self.assertGreater(\n            len(dk_neighbours), 1, \"expected a few neighbours for DK-DK1\"\n        )\n\n    def test_emission_factors(self):\n        # The emission_factors returns a dict of emission factors for a zone.\n        # The keys are the fuel types and the values are the emission factors.\n        factors = config.emission_factors(ZoneKey(\"DK-DK1\"))\n        self.assertIn(\"biomass\", factors.keys())\n        self.assertIn(\"gas\", factors.keys())\n        self.assertIn(\"wind\", factors.keys())\n        self.assertGreater(factors[\"gas\"], 0)\n\n\ndef test_data_centers_config(snapshot):\n    assert snapshot == config.DATA_CENTERS_CONFIG.data_centers[1]\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  },
  {
    "path": "tests/config/test_config_model.py",
    "content": "import unittest\n\nfrom electricitymap.contrib.config.model import (\n    CO2EQ_CONFIG_MODEL,\n    CONFIG_MODEL,\n    ExchangeParsers,\n    Parsers,\n)\nfrom electricitymap.contrib.types import (\n    EXCHANGE_DATA_TYPES,\n    ParserDataType,\n)\n\n\nclass ConfigModelTestcase(unittest.TestCase):\n    def test_pydantic_model(self):\n        self.assertIn(\"DK-DK2->SE-SE4\", CONFIG_MODEL.exchanges.keys())\n        self.assertIn(\"US-NW-PSCO\", CONFIG_MODEL.zones.keys())\n        self.assertIsNotNone(\n            CONFIG_MODEL.zones[\"US-NW-PSCO\"].parsers.get_function(\"production\")\n        )\n\n    # Add well-known sources that don't require config-based references here\n    GLOBAL_SOURCE_REFERENCES = {\n        \"BEIS 2021\",\n        \"CEA 2022\",\n        \"EIA 2020/BEIS 2021\",\n        \"EU-ETS 2021\",\n        \"EU-ETS, ENTSO-E 2021\",\n        \"IEA 2019\",\n        \"IEA 2020\",\n        'Oberschelp, Christopher, et al. \"Global emission hotspots of coal power generation.\"',\n    }\n\n    def test_zone_sources(self):\n        for measurement_basis, model in CO2EQ_CONFIG_MODEL:\n            for zone_key, zone_modes in model.emission_factors.zone_overrides.items():\n                zone_sources = CONFIG_MODEL.zones[zone_key].sources\n                for mode, estimate in zone_modes or ():\n                    if estimate is None:\n                        continue\n                    estimates = estimate if isinstance(estimate, list) else [estimate]\n                    for estimate in estimates:\n                        self.assertIsNotNone(\n                            estimate.source,\n                            msg=f\"{zone_key}: missing required field: emissionFactors.{measurement_basis}.{mode}.source\",\n                        )\n                        for source in estimate.source.split(\";\"):\n                            source = source.strip()\n                            if source.startswith(\"assumes\"):\n                                continue\n                            if source.startswith(\"Electricity Maps\"):\n                                continue\n                            if source in self.GLOBAL_SOURCE_REFERENCES:\n                                continue\n                            self.assertIsNotNone(\n                                zone_sources,\n                                msg=f\"{zone_key}: missing required field: sources\",\n                            )\n                            assert zone_sources is not None  # pyright type-narrowing\n                            self.assertIn(source, zone_sources, f\"zone: {zone_key}\")\n\n    def test_parser_model_contains_all_parser_data_types(self):\n        dummy_parser_model = Parsers()\n        # Check 1:1 match between ParserDataType enum and Parsers model, except for exchange parsers, as they're defined in a different model\n        all_parser_data_types = {\n            dt.value for dt in ParserDataType if dt not in EXCHANGE_DATA_TYPES\n        }\n        all_parser_model_fields = set(dummy_parser_model.__fields__.keys())\n        self.assertEqual(all_parser_data_types, all_parser_model_fields)\n\n    def test_exchange_parsers_model_contains_all_parser_data_types(self):\n        dummy_exchange_parsers_model = ExchangeParsers()\n        # Check 1:1 match between ParserDataType enum and ExchangeParsers model\n        all_parser_data_types = {dt.value for dt in EXCHANGE_DATA_TYPES}\n        all_parser_model_fields = set(dummy_exchange_parsers_model.__fields__.keys())\n        self.assertEqual(all_parser_data_types, all_parser_model_fields)\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  },
  {
    "path": "tests/config/test_config_zones.py",
    "content": "import unittest\nfrom pathlib import Path\nfrom typing import Any\n\nfrom electricitymap.contrib.config import (\n    generate_all_neighbours,\n    generate_zone_neighbours,\n    zone_bounding_boxes,\n    zone_parents,\n)\nfrom electricitymap.contrib.types import ZoneKey\n\nCONFIG_DIR = Path(__file__).parent.parent.joinpath(\"config\").resolve()\n\n\nclass TestConfigZones(unittest.TestCase):\n    def test_bounding_boxes_basic(self):\n        zones: dict[ZoneKey, Any] = {\n            ZoneKey(\"AD\"): {\n                \"bounding_box\": [[0.906, 41.928], [2.265, 43.149]],\n            },\n            ZoneKey(\"XX\"): {},\n        }\n        self.assertDictEqual(\n            zone_bounding_boxes(zones),\n            {\n                ZoneKey(\"AD\"): [[0.906, 41.928], [2.265, 43.149]],\n            },\n        )\n\n    def test_zone_parents_basic(self):\n        zones: dict[ZoneKey, Any] = {\n            ZoneKey(\"DE\"): {},\n            ZoneKey(\"SE\"): {\n                \"subZoneNames\": [\"SE-SE1\", \"SE-SE2\"],\n            },\n            ZoneKey(\"SE-SE1\"): {},\n            ZoneKey(\"SE-SE2\"): {},\n        }\n        self.assertDictEqual(zone_parents(zones), {\"SE-SE1\": \"SE\", \"SE-SE2\": \"SE\"})\n\n    def test_generate_all_neighbours_basic(self):\n        # generate_all_neighbours returns all neighbours regardless of\n        # granularity, i.e. it doesn't matter whether zones have subzones.\n        exchanges = {\n            \"DE->SE\": {\"parsers\": {\"exchange\": \"source\"}},\n            \"SE->DE\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        self.assertDictEqual(\n            generate_all_neighbours(exchanges), {\"DE\": [\"SE\"], \"SE\": [\"DE\"]}\n        )\n\n    def test_generate_zone_neighbours_two_countries(self):\n        exchanges = {\n            \"DE->FR\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        zones = {\n            ZoneKey(\"DE\"): {},\n            ZoneKey(\"FR\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(\n            zone_neighbours, {ZoneKey(\"DE\"): [\"FR\"], ZoneKey(\"FR\"): [\"DE\"]}\n        )\n\n    def test_generate_zone_neighbours_one_country_one_subzone(self):\n        exchanges = {\n            \"DE->SE-SE4\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        zones: dict[ZoneKey, Any] = {\n            ZoneKey(\"DE\"): {},\n            ZoneKey(\"SE\"): {\n                \"subZoneNames\": [\"SE-SE4\"],\n            },\n            ZoneKey(\"SE-SE4\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(zone_neighbours, {\"DE\": [\"SE-SE4\"], \"SE-SE4\": [\"DE\"]})\n\n    def test_generate_zone_neighbours_two_subzones(self):\n        exchanges = {\n            \"NO-NO1->SE-SE3\": {\"parsers\": {\"exchange\": \"source\"}},\n            \"NO-NO3->SE-SE2\": {\"parsers\": {\"exchange\": \"source\"}},\n            \"NO-NO4->SE-SE1\": {\"parsers\": {\"exchange\": \"source\"}},\n            \"NO-NO4->SE-SE2\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        zones = {\n            ZoneKey(\"NO\"): {\n                \"subZoneNames\": [\"NO-NO1\", \"NO-NO2\", \"NO-NO3\", \"NO-NO4\", \"NO-NO5\"],\n            },\n            ZoneKey(\"NO-NO1\"): {},\n            ZoneKey(\"NO-NO2\"): {},\n            ZoneKey(\"NO-NO3\"): {},\n            ZoneKey(\"NO-NO4\"): {},\n            ZoneKey(\"NO-NO5\"): {},\n            ZoneKey(\"SE\"): {\n                \"subZoneNames\": [\"SE-SE1\", \"SE-SE2\", \"SE-SE3\", \"SE-SE4\"],\n            },\n            ZoneKey(\"SE-SE1\"): {},\n            ZoneKey(\"SE-SE2\"): {},\n            ZoneKey(\"SE-SE3\"): {},\n            ZoneKey(\"SE-SE4\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(\n            zone_neighbours,\n            {\n                \"NO-NO1\": [\"SE-SE3\"],\n                \"NO-NO3\": [\"SE-SE2\"],\n                \"NO-NO4\": [\"SE-SE1\", \"SE-SE2\"],\n                \"SE-SE1\": [\"NO-NO4\"],\n                \"SE-SE2\": [\"NO-NO3\", \"NO-NO4\"],\n                \"SE-SE3\": [\"NO-NO1\"],\n            },\n        )\n\n    def test_generate_zone_neighbours_two_subzones_from_same(self):\n        exchanges = {\n            \"SE-SE1->SE-SE2\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        zones = {\n            ZoneKey(\"SE\"): {\n                \"subZoneNames\": [\"SE-SE1\", \"SE-SE2\", \"SE-SE3\", \"SE-SE4\"],\n            },\n            ZoneKey(\"SE-SE1\"): {},\n            ZoneKey(\"SE-SE2\"): {},\n            ZoneKey(\"SE-SE3\"): {},\n            ZoneKey(\"SE-SE4\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(\n            zone_neighbours,\n            {\"SE-SE1\": [\"SE-SE2\"], \"SE-SE2\": [\"SE-SE1\"]},\n        )\n\n    def test_generate_zone_neighbours_GB(self):\n        # That's an interesting case as GB has islands, which are not subzones\n        # It means that GB->GB-NIR are valid exchanges and that\n        # GB and GB-NIR are neighbours\n        exchanges = {\n            \"GB->GB-NIR\": {\"parsers\": {\"exchange\": \"source\"}},\n        }\n        zones: dict[ZoneKey, Any] = {\n            ZoneKey(\"GB\"): {},\n            ZoneKey(\"GB-NIR\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(\n            zone_neighbours,\n            {\"GB\": [\"GB-NIR\"], \"GB-NIR\": [\"GB\"]},\n        )\n\n    def test_generate_zone_neighbours_no_exchange_parser(self):\n        exchanges = {\n            \"DE->FR\": {\"parsers\": {}},\n        }\n        zones: dict[ZoneKey, Any] = {\n            ZoneKey(\"DE\"): {},\n            ZoneKey(\"FR\"): {},\n        }\n        zone_neighbours = generate_zone_neighbours(zones, exchanges)\n        self.assertDictEqual(zone_neighbours, {})\n"
  },
  {
    "path": "tests/config/test_data_center_model.py",
    "content": "from datetime import date\nfrom unittest.mock import patch\n\nimport pytest\nfrom pydantic.v1 import ValidationError\n\nfrom electricitymap.contrib.config.data_center_model import DataCenter, DataCenters\nfrom electricitymap.contrib.types import ZoneKey\n\nVALID_ZONE_KEY = ZoneKey(\"DE\")\n\nFR_ZONE_KEY = ZoneKey(\"FR\")\nINVALID_ZONE_KEY = ZoneKey(\"INVALID\")\n\nMOCK_ZONES_CONFIG = {VALID_ZONE_KEY: {}, FR_ZONE_KEY: {}}\n\n\ndef make_data_center(\n    provider: str = \"AWS\",\n    lonlat: tuple[float, float] = (10.0, 50.0),\n    displayName: str = \"EU West\",\n    region: str = \"eu-west-1\",\n    zoneKey: ZoneKey = VALID_ZONE_KEY,\n    operationalSince: date | None = None,\n    operationalUntil: date | None = None,\n    status: str | None = None,\n    source: str | None = None,\n) -> DataCenter:\n    return DataCenter(\n        provider=provider,\n        lonlat=lonlat,\n        displayName=displayName,\n        region=region,\n        zoneKey=zoneKey,\n        operationalSince=operationalSince,\n        operationalUntil=operationalUntil,\n        status=status,\n        source=source,\n    )\n\n\n@pytest.fixture(autouse=True)\ndef _mock_zones_config():\n    with (\n        patch(\n            \"electricitymap.contrib.config.data_center_model.ZONES_CONFIG\",\n            MOCK_ZONES_CONFIG,\n            create=True,\n        ),\n        patch(\n            \"electricitymap.contrib.config.ZONES_CONFIG\",\n            MOCK_ZONES_CONFIG,\n        ),\n    ):\n        yield\n\n\nclass TestDataCenterID:\n    def test_id_format(self):\n        dc = make_data_center()\n        assert dc.ID == \"AWS-eu-west-1\"\n\n\nclass TestStringNotEmpty:\n    @pytest.mark.parametrize(\n        \"kwargs\",\n        [\n            {\"provider\": \"\"},\n            {\"region\": \"\"},\n            {\"displayName\": \"\"},\n            {\"provider\": \"   \"},\n            {\"region\": \"   \"},\n            {\"displayName\": \"   \"},\n        ],\n    )\n    def test_empty_or_whitespace_rejected(self, kwargs: dict[str, str]):\n        with pytest.raises(ValidationError, match=\"Value must be a non-empty string\"):\n            make_data_center(**kwargs)  # type: ignore[arg-type]\n\n    def test_valid_strings_accepted(self):\n        make_data_center(provider=\"valid\", region=\"valid\", displayName=\"valid\")\n\n\nclass TestLonlatValid:\n    def test_valid_lonlat(self):\n        make_data_center(lonlat=(0.0, 0.0))\n\n    def test_boundary_values(self):\n        make_data_center(lonlat=(-180.0, -90.0))\n        make_data_center(lonlat=(180.0, 90.0))\n\n    def test_longitude_too_low(self):\n        with pytest.raises(ValidationError, match=\"Longitude must be between\"):\n            make_data_center(lonlat=(-181.0, 0.0))\n\n    def test_longitude_too_high(self):\n        with pytest.raises(ValidationError, match=\"Longitude must be between\"):\n            make_data_center(lonlat=(181.0, 0.0))\n\n    def test_latitude_too_low(self):\n        with pytest.raises(ValidationError, match=\"Latitude must be between\"):\n            make_data_center(lonlat=(0.0, -91.0))\n\n    def test_latitude_too_high(self):\n        with pytest.raises(ValidationError, match=\"Latitude must be between\"):\n            make_data_center(lonlat=(0.0, 91.0))\n\n\nclass TestDateValid:\n    @pytest.mark.parametrize(\"field\", [\"operationalSince\", \"operationalUntil\"])\n    def test_none_accepted(self, field: str):\n        dc = make_data_center(**{field: None})  # type: ignore[arg-type]\n        assert getattr(dc, field) is None\n\n    @pytest.mark.parametrize(\"field\", [\"operationalSince\", \"operationalUntil\"])\n    @pytest.mark.parametrize(\n        (\"value\", \"expected\"),\n        [\n            (\"2021\", date(2021, 1, 1)),\n            (\"2021-06\", date(2021, 6, 1)),\n            (\"2021-06-15\", date(2021, 6, 15)),\n        ],\n    )\n    def test_valid_formats_parsed_to_date(self, field: str, value: str, expected: date):\n        dc = make_data_center(**{field: value})  # type: ignore[arg-type]\n        assert getattr(dc, field) == expected\n\n    @pytest.mark.parametrize(\"field\", [\"operationalSince\", \"operationalUntil\"])\n    def test_date_object_accepted(self, field: str):\n        dc = make_data_center(**{field: date(2021, 6, 15)})  # type: ignore[arg-type]\n        assert getattr(dc, field) == date(2021, 6, 15)\n\n    @pytest.mark.parametrize(\"field\", [\"operationalSince\", \"operationalUntil\"])\n    @pytest.mark.parametrize(\n        \"value\",\n        [\"not-a-date\", \"21\", \"2021/06/15\", \"2021-6\", \"2021-06-1\", \"06-2021\"],\n    )\n    def test_invalid_format_rejected(self, field: str, value: str):\n        with pytest.raises(\n            ValidationError, match=\"must be in YYYY, YYYY-MM, or YYYY-MM-DD format\"\n        ):\n            make_data_center(**{field: value})  # type: ignore[arg-type]\n\n    @pytest.mark.parametrize(\"field\", [\"operationalSince\", \"operationalUntil\"])\n    @pytest.mark.parametrize(\"value\", [\"2021-13\", \"2021-00\", \"2021-02-30\"])\n    def test_invalid_calendar_date_rejected(self, field: str, value: str):\n        with pytest.raises(ValidationError, match=\"is not a valid calendar date\"):\n            make_data_center(**{field: value})  # type: ignore[arg-type]\n\n\nclass TestZoneKeyExists:\n    def test_valid_zone_key(self):\n        make_data_center(zoneKey=VALID_ZONE_KEY)\n\n    def test_invalid_zone_key(self):\n        with pytest.raises(\n            ValidationError, match=\"is not one of the allowed zone keys\"\n        ):\n            make_data_center(zoneKey=INVALID_ZONE_KEY)\n\n\nclass TestDataCentersIdsAreUnique:\n    def test_unique_ids_accepted(self):\n        DataCenters(\n            data_centers=[\n                make_data_center(provider=\"AWS\", region=\"eu-west-1\"),\n                make_data_center(provider=\"GCP\", region=\"us-east-1\"),\n            ]\n        )\n\n    def test_duplicate_ids_rejected(self):\n        with pytest.raises(ValidationError, match=\"Duplicate data center ID found\"):\n            DataCenters(\n                data_centers=[\n                    make_data_center(provider=\"AWS\", region=\"eu-west-1\"),\n                    make_data_center(\n                        provider=\"AWS\", region=\"eu-west-1\", zoneKey=FR_ZONE_KEY\n                    ),\n                ]\n            )\n\n\nclass TestDataCentersUniqueProviderRegionZoneKey:\n    def test_unique_combinations_accepted(self):\n        DataCenters(\n            data_centers=[\n                make_data_center(\n                    provider=\"AWS\", region=\"eu-west-1\", zoneKey=VALID_ZONE_KEY\n                ),\n                make_data_center(\n                    provider=\"GCP\", region=\"us-east-1\", zoneKey=FR_ZONE_KEY\n                ),\n            ]\n        )\n\n    def test_duplicate_combination_rejected(self):\n        \"\"\"Duplicate (provider, region, zoneKey) implies duplicate ID (provider-region),\n        so the ids_are_unique validator fires first. We verify the entry is rejected.\"\"\"\n        with pytest.raises(ValidationError):\n            DataCenters(\n                data_centers=[\n                    make_data_center(),\n                    make_data_center(),\n                ]\n            )\n\n\nclass TestDataCentersExtraFieldsForbidden:\n    def test_extra_fields_rejected(self):\n        with pytest.raises(ValidationError, match=\"extra fields not permitted\"):\n            DataCenters(\n                data_centers=[make_data_center()],\n                unknown_field=\"bad\",  # type: ignore[call-arg]\n            )\n"
  },
  {
    "path": "tests/config/test_emission_factors.py",
    "content": "from datetime import datetime, timezone\n\nimport pandas as pd\n\nfrom electricitymap.contrib.config import CO2EQ_PARAMETERS_DIRECT\nfrom electricitymap.contrib.config.emission_factors_lookup import (\n    get_emission_factors_with_metadata_all_years,\n    get_zone_specific_co2eq_parameter,\n)\n\n\ndef test_all_emission_factor_error(snapshot):\n    _, errors = get_emission_factors_with_metadata_all_years()\n    if errors:\n        df = pd.DataFrame(errors).sort_values(\n            by=[\n                \"mode\",\n                \"zone_key\",\n                \"dt\",\n            ]\n        )\n        serialized = df.to_csv(index=False)\n    else:\n        serialized = []\n    assert snapshot == serialized\n    assert not len(errors)\n\n\ndef test_all_emission_factors(snapshot):\n    efs, _ = get_emission_factors_with_metadata_all_years()\n    efs = sorted(ef.json(by_alias=True) for ef in efs)\n    assert snapshot == efs\n\n\ndef test_get_zone_specific_co2eq_parameter_identical_return():\n    zone_key = \"AT\"\n    year = 2024\n    dt = datetime(year=year, month=1, day=1, tzinfo=timezone.utc)\n    mode = \"coal\"\n\n    res1 = get_zone_specific_co2eq_parameter(\n        co2eq_parameters=CO2EQ_PARAMETERS_DIRECT,\n        zone_key=zone_key,\n        key=\"emissionFactors\",\n        sub_key=mode,\n        dt=dt,\n    )\n\n    res2 = get_zone_specific_co2eq_parameter(\n        co2eq_parameters=CO2EQ_PARAMETERS_DIRECT,\n        zone_key=zone_key,\n        key=\"emissionFactors\",\n        sub_key=mode,\n        dt=dt,\n        metadata=True,\n    )\n\n    assert res1[\"value\"] == res2[\"value\"]\n"
  },
  {
    "path": "tests/test_capacity.py",
    "content": "from datetime import datetime\n\nimport pytest\n\nfrom electricitymap.contrib.config.capacity import (\n    CapacityData,\n    get_capacity_data,\n    get_capacity_data_with_source,\n)\n\n\ndef test_get_capacity_data():\n    capacity_data = {}\n    capacity_data_1 = {\"solar\": 3, \"wind\": 4, \"coal\": None}\n    capacity_data_2 = {\n        \"coal\": {\"datetime\": \"2022-01-01\", \"value\": 5, \"source\": \"abc\"},\n        \"gas\": {\"datetime\": \"2022-01-01\", \"value\": 6, \"source\": \"abc\"},\n        \"solar\": {\"datetime\": \"2022-01-01\", \"value\": None, \"source\": \"abc\"},\n    }\n    capacity_data_3 = {\n        \"coal\": [\n            {\"datetime\": \"2022-01-01\", \"value\": 5, \"source\": \"abc\"},\n            {\"datetime\": \"2023-06-01\", \"value\": 8, \"source\": \"abc\"},\n        ],\n        \"gas\": [\n            {\"datetime\": \"2022-01-01\", \"value\": 6, \"source\": \"abc\"},\n            {\"datetime\": \"2023-06-01\", \"value\": 7, \"source\": \"abc\"},\n        ],\n    }\n    assert get_capacity_data(capacity_data, datetime(2023, 1, 1)) == {}\n    assert get_capacity_data(capacity_data_1, datetime(2023, 1, 1)) == {\n        \"solar\": 3,\n        \"wind\": 4,\n        \"coal\": None,\n    }\n    assert get_capacity_data(capacity_data_2, datetime(2022, 6, 1)) == {\n        \"coal\": 5,\n        \"gas\": 6,\n        \"solar\": None,\n    }\n    assert get_capacity_data(capacity_data_3, datetime(2023, 6, 1)) == {\n        \"coal\": 8,\n        \"gas\": 7,\n    }\n\n    with pytest.raises(ValueError):\n        get_capacity_data(capacity_data_2, datetime(2023, 0, 1))\n\n\ndef test_get_capacity_from_list():\n    mode_capacity = [\n        {\"datetime\": \"2022-01-01\", \"value\": 3, \"source\": \"abc\"},\n        {\"datetime\": \"2023-01-01\", \"value\": 4, \"source\": \"abc\"},\n    ]\n\n    capacity_dt = datetime(2022, 1, 1)\n    for item in mode_capacity:\n        if datetime.fromisoformat(item[\"datetime\"]).date() == capacity_dt.date():\n            capacity = item[\"value\"]\n\n    assert capacity == 3\n\n\ndef test_get_capacity_with_source():\n    capacity_config = {\n        \"solar\": {\"datetime\": \"2023-10-01\", \"value\": 3, \"source\": \"abc\"},\n        \"wind\": [\n            {\"datetime\": \"2023-10-01\", \"value\": 4, \"source\": \"abc\"},\n            {\"datetime\": \"2023-11-01\", \"value\": 5, \"source\": \"abc\"},\n        ],\n    }\n\n    capacity_data = get_capacity_data_with_source(\n        capacity_config, datetime(2023, 10, 1)\n    )\n\n    assert capacity_data == {\n        \"solar\": CapacityData(3, \"abc\"),\n        \"wind\": CapacityData(4, \"abc\"),\n    }\n\n    assert get_capacity_data_with_source(capacity_config, datetime(2023, 11, 1)) == {\n        \"solar\": CapacityData(3, \"abc\"),\n        \"wind\": CapacityData(5, \"abc\"),\n    }\n"
  },
  {
    "path": "tests/test_co2eq_parameters.py",
    "content": "\"\"\"Validate the CO2eq parameters.\"\"\"\n\nimport datetime\nimport json\nimport numbers\nimport unittest\nfrom typing import Any\n\nfrom electricitymap.contrib.config import (\n    CO2EQ_PARAMETERS,\n    CO2EQ_PARAMETERS_DIRECT,\n    CO2EQ_PARAMETERS_LIFECYCLE,\n)\nfrom electricitymap.contrib.config.constants import MODE_COLORS\n\n\ndef get_possible_modes() -> set[str]:\n    \"\"\"Get the set of possible modes from the MODE_COLORS dictionary.\"\"\"\n    return set[str](MODE_COLORS.keys())\n\n\ndef parse_json_file(path: str):\n    \"\"\"Parse a JSON file.\"\"\"\n    with open(path, encoding=\"utf-8\") as file_:\n        return json.load(file_)\n\n\nclass CO2eqParametersAll(unittest.TestCase):\n    \"\"\"A test case for CO2eq parameters.\"\"\"\n\n    modes: set[str] = get_possible_modes()\n    parameters = CO2EQ_PARAMETERS\n\n    @staticmethod\n    def check_valid_ratios_list(ratios):\n        assert len(ratios) >= 1\n\n    @classmethod\n    def check_power_origin_ratios(cls, callback1, callback2):\n        \"\"\"Apply the callback to each ratio in the 'powerOriginRatios' objects.\"\"\"\n        # It is useful to keep `test_power_origin_modes_are_valid` and\n        # `test_power_origin_ratios_sum_to_1` as separate tests, but they share\n        # a lot of identical code. This helper function helps avoid code\n        # duplication by factoring out the common logic and using callback\n        # functions to handle the differences.\n        fallback_zone_mixes = cls.parameters[\"fallbackZoneMixes\"]\n        for zone, mixes in (\n            (\"defaults\", fallback_zone_mixes[\"defaults\"]),\n            *fallback_zone_mixes[\"zoneOverrides\"].items(),\n        ):\n            ratios = mixes[\"powerOriginRatios\"]\n            if isinstance(ratios, list):\n                cls.check_valid_ratios_list(ratios)\n                for ratio in ratios:\n                    callback1(ratio, zone)\n            else:\n                callback2(ratios, zone)\n\n    @classmethod\n    def check_contributions(cls, contribution_name, callback):\n        \"\"\"Apply the callback to each renewable/lowCarbon contribution.\"\"\"\n        contributions = cls.parameters[contribution_name]\n        for zone, modes_to_contributions in (\n            (\"defaults\", contributions[\"defaults\"]),\n            *contributions[\"zoneOverrides\"].items(),\n        ):\n            for mode, c in modes_to_contributions.items():\n                callback(mode, c, zone)\n\n    @classmethod\n    def check_is_renewable(cls, callback):\n        \"\"\"Apply the callback to each renewable contribution.\"\"\"\n        cls.check_contributions(\"isRenewable\", callback)\n\n    @classmethod\n    def check_is_low_carbon(cls, callback):\n        \"\"\"Apply the callback to each lowCarbon contribution.\"\"\"\n        cls.check_contributions(\"isLowCarbon\", callback)\n\n    def test_power_origin_modes_are_valid(self):\n        \"\"\"All modes in the 'powerOriginRatios' objects must be valid.\"\"\"\n\n        def callback(ratio_, zone):\n            for mode, ratio in ratio_[\"value\"].items():\n                if isinstance(ratio, numbers.Number):\n                    self.assertIn(\n                        mode, self.modes, msg=f\"zone '{zone}' contains an invalid mode\"\n                    )\n\n        self.check_power_origin_ratios(callback, callback)\n\n    def test_power_origin_ratio_annual_lists_have_valid_dates(self):\n        \"\"\"Lists of power origin ratios must include valid date strings.\"\"\"\n\n        def callback(ratio, _zone):\n            # An exception will be raised if the string is not a valid\n            # datetime, thus failing the test.\n            datetime.datetime.fromisoformat(ratio[\"datetime\"])\n\n        self.check_power_origin_ratios(callback, lambda ratio, zone: None)\n\n    def test_power_origin_ratios_sum_to_1(self):\n        \"\"\"All ratios in the 'powerOriginRatios' objects must sum to\n        (approximately) 1.0.\n        \"\"\"\n\n        def callback(ratio, zone):\n            values = ratio[\"value\"].values()\n            self.assertAlmostEqual(\n                1.0,\n                sum(v for v in values if isinstance(v, numbers.Number)),\n                msg=f\"zone '{zone}' ratios do not sum to (approximately) 1.0\",\n                places=2,\n            )\n\n        self.check_power_origin_ratios(callback, callback)\n\n    def test_required_keys_are_present(self):\n        \"\"\"All objects must contain the required keys.\"\"\"\n\n        def callback1(ratio, _zone):\n            self.assertIn(\n                \"datetime\",\n                ratio,\n                msg=\"lists of power origin ratios must include datetimes\",\n            )\n            self.assertIn(\"value\", ratio)\n\n        def callback2(ratio, _zone):\n            self.assertIn(\"value\", ratio)\n\n        self.assertIn(\"fallbackZoneMixes\", self.parameters)\n        fallback_zone_mixes = self.parameters[\"fallbackZoneMixes\"]\n        self.assertIn(\"defaults\", fallback_zone_mixes)\n        self.assertIn(\"powerOriginRatios\", fallback_zone_mixes[\"defaults\"])\n        self.assertIn(\"zoneOverrides\", fallback_zone_mixes)\n        for zone, mixes in (\n            (\"defaults\", fallback_zone_mixes[\"defaults\"]),\n            *fallback_zone_mixes[\"zoneOverrides\"].items(),\n        ):\n            self.assertIn(\n                \"powerOriginRatios\", mixes, msg=f\"key missing from zone '{zone}'\"\n            )\n        self.check_power_origin_ratios(callback1, callback2)\n\n    def check_contribution_object(self, contribution, zone, mode, contribution_name):\n        self.assertIn(\n            \"value\",\n            contribution.keys(),\n            msg=f\"zone '{zone}' does not contain a value for {contribution_name} contribution for mode {mode}\",\n        )\n        self.assertTrue(\n            0 <= contribution[\"value\"] <= 1,\n            msg=f\"zone '{zone}' contains an invalid {contribution_name} contribution for mode {mode}\",\n        )\n\n    def check_contribution_datetimes(self, contribution, zone, mode, contribution_name):\n        # Would throw a KeyError if a member misses a datetime\n        dts = []\n        try:\n            dts = [c[\"datetime\"] for c in contribution]\n        except KeyError:\n            self.assertTrue(\n                False,\n                msg=f\"zone '{zone}' is missing datetimes for the {contribution_name} contributions for mode {mode}\",\n            )\n        try:\n            dts = [datetime.datetime.fromisoformat(dt) for dt in dts]\n        except ValueError:\n            self.assertTrue(\n                False,\n                msg=f\"zone '{zone}' contains invalid datetimes for the {contribution_name} contributions for mode {mode}\",\n            )\n        self.assertEqual(\n            dts,\n            sorted(dts),\n            msg=f\"zone '{zone}' datetimes for the {contribution_name} contributions for mode {mode} are not ordered\",\n        )\n\n    def test_is_renewable_valid_datetimes(self):\n        def callback(mode, contribution, zone):\n            if isinstance(contribution, list):\n                self.check_contribution_datetimes(\n                    contribution, zone, mode, \"isRenewable\"\n                )\n\n        self.check_is_renewable(callback)\n\n    def test_is_renewable_valid_contributions(self):\n        contribution_name = \"isRenewable\"\n\n        def callback(mode, contribution, zone):\n            if isinstance(contribution, list):\n                for c in contribution:\n                    self.check_contribution_object(c, zone, mode, contribution_name)\n            else:\n                self.check_contribution_object(\n                    contribution, zone, mode, contribution_name\n                )\n\n        self.check_is_renewable(callback)\n\n    def test_is_low_carbon_valid_datetimes(self):\n        def callback(mode, contribution, zone):\n            if isinstance(contribution, list):\n                self.check_contribution_datetimes(\n                    contribution, zone, mode, \"isLowCarbon\"\n                )\n\n        self.check_is_low_carbon(callback)\n\n    def test_is_low_carbon_valid_contributions(self):\n        contribution_name = \"isLowCarbon\"\n\n        def callback(mode, contribution, zone):\n            if isinstance(contribution, list):\n                for c in contribution:\n                    self.check_contribution_object(c, zone, mode, contribution_name)\n            else:\n                self.check_contribution_object(\n                    contribution, zone, mode, contribution_name\n                )\n\n        self.check_is_low_carbon(callback)\n\n\nclass BaseClasses:\n    # By putting the base classes in a separate class,\n    # we avoid automatically running this test case by itself.\n    class CO2eqParametersDirectAndLifecycleBase(unittest.TestCase):\n        \"\"\"Base case lifecycle CO2eq parameters test cases.\"\"\"\n\n        modes = get_possible_modes()\n\n        # `parameters` and `ranges_by_mode` are expected to be overridden by the test\n        # case; they are defined here to for typing purposes.\n        parameters: dict[str, Any] = {}\n        ranges_by_mode: dict[str, tuple[numbers.Number, numbers.Number]] = {}\n\n        @classmethod\n        def check_emission_factors(cls, callback):\n            \"\"\"Apply the callback to each item in the 'emissionFactors' object.\n\n            The callback is called with the mode and factors for both the defaults\n            and the zone-specific overrides; each `factors` object is either a list\n            of factor dicts or a single factor dict, and each factor dict has the\n            key \"value\", and possibly other keys such as \"source\".\n            \"\"\"\n            emission_factors = cls.parameters[\"emissionFactors\"]\n            for zone, modes_to_factors in (\n                (\"defaults\", emission_factors[\"defaults\"]),\n                *emission_factors[\"zoneOverrides\"].items(),\n            ):\n                for mode, factors in modes_to_factors.items():\n                    callback(mode, factors, zone)\n\n        @classmethod\n        def check_emission_factor_values(cls, callback):\n            \"\"\"Apply the callback to each emission factor value.\n\n            Similar to check_emission_factors, but the second argument to the\n            callback is the value of the factor, not the dict or list of dicts\n            containing it.\n            \"\"\"\n\n            def cb(mode, factors, zone):\n                if isinstance(factors, list):\n                    for factor in factors:\n                        callback(mode, factor, zone)\n                else:\n                    callback(mode, factors, zone)\n\n            cls.check_emission_factors(cb)\n\n        def test_emission_factor_value_ranges(self):\n            \"\"\"Checks all emission factors are in the allowed range.\n\n            Emission factor is measured in grams CO2eq per kWh. It is also known as\n            the carbon intensity.\n\n            This test method checks that values are within reasonable ranges for\n            different modes, to avoid accidental typos in configs. For reference,\n            most renewables are below 50 gCO2eq/kWh, and most fossil fuels are\n            above 500 gCO2eq/kWh.\n            \"\"\"\n\n            def check_range(mode, factor, zone):\n                value = factor[\"value\"]\n                assert isinstance(value, int | float)\n                low, high = self.ranges_by_mode[mode]\n                assert isinstance(low, int | float)\n                assert isinstance(high, int | float)\n                msg = (\n                    f\"emission factor {value} not in expected range \"\n                    f\"[{low}, {high}] for {mode} in {zone}\"\n                )\n                self.assertGreaterEqual(value, low, msg)\n                self.assertLessEqual(value, high, msg)\n\n            def callback(mode, factors, zone):\n                if isinstance(factors, list):\n                    for factor in factors:\n                        check_range(mode, factor, zone)\n                else:\n                    check_range(mode, factors, zone)\n\n            self.check_emission_factors(callback)\n\n        def test_emission_factor_modes_are_valid(self):\n            \"\"\"All specified modes must be in the allowed set of modes.\"\"\"\n\n            def callback(mode, _factors, zone):\n                self.assertIn(\n                    mode, self.modes, msg=f\"zone '{zone}' contains an invalid mode\"\n                )\n\n            self.check_emission_factors(callback)\n\n        def test_emission_factor_annual_lists_have_valid_dates(self):\n            \"\"\"Lists of emission factors must include valid date strings.\"\"\"\n\n            def callback(_mode, factors, _zone):\n                if isinstance(factors, list):\n                    for factor in factors:\n                        # An exception will be raised if the string is not a valid\n                        # datetime, thus failing the test.\n                        datetime.datetime.fromisoformat(factor[\"datetime\"])\n\n            self.check_emission_factors(callback)\n\n        def test_emission_factor_annual_lists_are_not_empty(self):\n            \"\"\"Verifies that the list of annual emission factors are not empty\"\"\"\n\n            def callback(_mode, factors, _zone):\n                if isinstance(factors, list):\n                    self.assertGreater(\n                        len(factors),\n                        0,\n                        msg=f\"emission factors list is empty for zone {_zone}\",\n                    )\n\n            self.check_emission_factors(callback)\n\n        def test_required_keys_are_present(self):\n            \"\"\"All objects must contain the required keys.\"\"\"\n\n            def callback(_mode, factors, _zone):\n                if isinstance(factors, list):\n                    for factor in factors:\n                        self.assertIn(\n                            \"datetime\",\n                            factor,\n                            msg=\"lists of emission factors must include datetimes\",\n                        )\n                        self.assertIn(\"value\", factor)\n                else:\n                    self.assertIn(\"value\", factors)\n\n            self.assertIn(\"emissionFactors\", self.parameters)\n            emission_factors = self.parameters[\"emissionFactors\"]\n            self.assertIn(\"defaults\", emission_factors)\n            self.assertIn(\"zoneOverrides\", emission_factors)\n            self.check_emission_factors(callback)\n\n\nclass CO2eqParametersDirect(BaseClasses.CO2eqParametersDirectAndLifecycleBase):\n    \"\"\"A test case for the direct CO2eq parameters.\"\"\"\n\n    parameters = CO2EQ_PARAMETERS_DIRECT\n\n    # Expected min and max values for emission factors, by mode.\n    ranges_by_mode: dict[str, tuple[int | float, int | float]] = {\n        # Fossil fuels: usually above 500 gCO2eq/kWh.\n        \"coal\": (400, 1600),\n        \"gas\": (200, 700),\n        \"oil\": (175, 1700),\n        # Low-carbon: direct emissions are usually zero, with some possible exceptions.\n        \"geothermal\": (\n            0,\n            199,\n        ),  # 80% of geothermal plants emit less than 200 gCO2eq/kWhs\n        \"hydro\": (0, 0),\n        \"nuclear\": (0, 0),\n        \"solar\": (0, 0),\n        \"wind\": (0, 0),\n        \"biomass\": (0, 0),\n        # Storage; should be zero as emissions are counted at discharge time.\n        \"hydro charge\": (0, 0),\n        \"battery charge\": (0, 0),\n        # Discharge and unknown; these may be based on averages for region/time.\n        \"battery discharge\": (0, 1000),\n        \"hydro discharge\": (0, 1000),\n        \"unknown\": (0, 1000),\n    }\n\n\nclass CO2eqParametersLifecycle(BaseClasses.CO2eqParametersDirectAndLifecycleBase):\n    \"\"\"A test case for the lifecycle CO2eq parameters.\"\"\"\n\n    parameters = CO2EQ_PARAMETERS_LIFECYCLE\n\n    # Expected min and max values for emission factors, by mode.\n    ranges_by_mode: dict[str, tuple[int | float, int | float]] = {\n        # Fossil fuels: generally above 500 gCO2eq/kWh with some exceptions.\n        \"oil\": (400, 1900),\n        \"coal\": (400, 1600),\n        \"gas\": (400, 900),\n        # Low-carbon: generally below 50 gCO2eq/kWh with some exceptions.\n        # For lifecycle emissions, this should not be zero.\n        \"geothermal\": (30, 199),\n        \"hydro\": (10, 25),\n        \"nuclear\": (4, 12),\n        \"biomass\": (0.4, 1300),\n        \"solar\": (25, 45),\n        \"wind\": (10, 13),\n        # Storage: emissions are counted at discharge time, should always be zero.\n        \"battery charge\": (0, 0),\n        \"hydro charge\": (0, 0),\n        # Unknown and discharge; may be based on averages for a region/time.\n        \"battery discharge\": (10, 1200),\n        \"hydro discharge\": (10, 1200),\n        \"unknown\": (10, 1000),\n    }\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  },
  {
    "path": "tests/test_exchanges_json.py",
    "content": "import unittest\n\nfrom electricitymap.contrib.config import EXCHANGES_CONFIG, ZONES_CONFIG\n\n\nclass ExchangeJsonTestcase(unittest.TestCase):\n    def test_all_zones_in_zones_json(self):\n        zone_keys = ZONES_CONFIG.keys()\n        for zone_key in EXCHANGES_CONFIG:\n            self.assertIn(\"->\", zone_key)\n            for zone in zone_key.split(\"->\"):\n                if zone == \"US\":\n                    # Old US zone that we ignore.\n                    continue\n                self.assertIn(zone, zone_keys)\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  },
  {
    "path": "tests/test_parser_interface.py",
    "content": "import glob\nimport inspect\nimport unittest\nfrom collections.abc import Callable\nfrom inspect import isfunction\nfrom pathlib import Path\nfrom typing import Any, NamedTuple\n\nfrom electricitymap.contrib.config.model import CONFIG_MODEL\n\nPARSER_FOLDERS = Path(__file__).parent.resolve() / \"../parsers\"\nPARSER_FILES_GLOB = f\"{PARSER_FOLDERS.resolve()}/*.py\"\n_PARSER_FUNCTION_ARGS = [\"zone_key\", \"session\", \"target_datetime\", \"logger\"]\n_CAPACITY_PARSER_FUNCTION_ARGS = [\"zone_key\", \"target_datetime\", \"session\"]\n_EXCHANGE_FUNCTION_ARGS = [\n    \"zone_key1\",\n    \"zone_key2\",\n    \"session\",\n    \"target_datetime\",\n    \"logger\",\n]\nEXPECTED_MODE_FUNCTION_ARGS = {\n    \"consumption\": _PARSER_FUNCTION_ARGS,\n    \"consumptionForecast\": _PARSER_FUNCTION_ARGS,\n    \"exchange\": _EXCHANGE_FUNCTION_ARGS,\n    \"exchangeCapacityForecastDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"exchangeCapacityForecastWeekAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"exchangeCapacityForecastMonthAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"shadowAuctionAtcDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"coreExternalAtcDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"maxBexDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"scheduledExchangesDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"maxBflowDayAhead\": _EXCHANGE_FUNCTION_ARGS,\n    \"exchangeForecast\": _EXCHANGE_FUNCTION_ARGS,\n    \"generationForecast\": _PARSER_FUNCTION_ARGS,\n    \"dayaheadLocationalMarginalPrice\": _PARSER_FUNCTION_ARGS,\n    \"realtimeLocationalMarginalPrice\": _PARSER_FUNCTION_ARGS,\n    \"price\": _PARSER_FUNCTION_ARGS,\n    \"production\": _PARSER_FUNCTION_ARGS,\n    \"productionPerModeForecast\": _PARSER_FUNCTION_ARGS,\n    \"productionPerModeForecastDayAhead\": _PARSER_FUNCTION_ARGS,\n    \"productionPerModeForecastIntraday\": _PARSER_FUNCTION_ARGS,\n    \"productionPerModeForecastLatest\": _PARSER_FUNCTION_ARGS,\n    \"productionCapacity\": _CAPACITY_PARSER_FUNCTION_ARGS,\n    \"gridAlerts\": _PARSER_FUNCTION_ARGS,\n}\n_RETURN_PARSER_TYPE = [\n    dict,\n    list,\n    list[dict],\n    list[dict[str, Any]],\n    list | dict,\n    list[dict] | dict,\n    dict[str, Any],\n    dict[str, Any] | list[dict[str, Any]],\n    dict[str, Any] | None,\n]\nEXPECTED_MODE_RETURN_ANNOTATIONS = {\n    \"consumption\": _RETURN_PARSER_TYPE,\n    \"consumptionForecast\": _RETURN_PARSER_TYPE,\n    \"exchange\": _RETURN_PARSER_TYPE,\n    \"exchangeCapacityForecastDayAhead\": _RETURN_PARSER_TYPE,\n    \"exchangeCapacityForecastWeekAhead\": _RETURN_PARSER_TYPE,\n    \"exchangeCapacityForecastMonthAhead\": _RETURN_PARSER_TYPE,\n    \"shadowAuctionAtcDayAhead\": _RETURN_PARSER_TYPE,\n    \"coreExternalAtcDayAhead\": _RETURN_PARSER_TYPE,\n    \"maxBexDayAhead\": _RETURN_PARSER_TYPE,\n    \"scheduledExchangesDayAhead\": _RETURN_PARSER_TYPE,\n    \"maxBflowDayAhead\": _RETURN_PARSER_TYPE,\n    \"exchangeForecast\": _RETURN_PARSER_TYPE,\n    \"generationForecast\": _RETURN_PARSER_TYPE,\n    \"dayaheadLocationalMarginalPrice\": _RETURN_PARSER_TYPE,\n    \"realtimeLocationalMarginalPrice\": _RETURN_PARSER_TYPE,\n    \"price\": _RETURN_PARSER_TYPE,\n    \"production\": _RETURN_PARSER_TYPE,\n    \"productionPerModeForecast\": _RETURN_PARSER_TYPE,\n    \"productionPerModeForecastDayAhead\": _RETURN_PARSER_TYPE,\n    \"productionPerModeForecastIntraday\": _RETURN_PARSER_TYPE,\n    \"productionPerModeForecastLatest\": _RETURN_PARSER_TYPE,\n    \"productionCapacity\": _RETURN_PARSER_TYPE,\n    \"gridAlerts\": _RETURN_PARSER_TYPE,\n}\n\n\nclass ZoneParserFunction(NamedTuple):\n    zone: str\n    mode: str\n    function_name: str\n    function: Callable\n\n\ndef undecorated(o):\n    \"\"\"Remove all decorators from a function.\n    Inspired by https://github.com/iartarisi/undecorated/blob/master/undecorated.py\n    \"\"\"\n\n    closure = o.__closure__\n\n    if closure:\n        for cell in closure:\n            if cell.cell_contents is o:\n                continue\n\n            if isfunction(cell.cell_contents):\n                undecd = undecorated(cell.cell_contents)\n                if undecd:\n                    return undecd\n        else:\n            return o\n    else:\n        return o\n\n\nclass ParserInterfaceTestcase(unittest.TestCase):\n    def setUp(self):\n        self.zone_parser_functions: list[ZoneParserFunction] = []\n\n        for model_map in [CONFIG_MODEL.exchanges, CONFIG_MODEL.zones]:\n            for zone in model_map:\n                model = model_map[zone]\n                if not model.parsers:\n                    continue\n\n                for mode, function_name in model.parsers:\n                    if function_name is not None:\n                        # load all functions\n                        function = model.parsers.get_function(mode)\n                        self.assertTrue(callable(function))\n                        assert function\n\n                        self.zone_parser_functions.append(\n                            ZoneParserFunction(\n                                zone=zone,\n                                mode=mode,\n                                function_name=function_name,\n                                function=function,\n                            )\n                        )\n\n    def test_interface(self):\n        for zone_parser_function in self.zone_parser_functions:\n            _zone, _mode, function_name, function = zone_parser_function\n\n            # do a poor mans type checking (until we use MyPy or a similar tool)\n            arg_spec = inspect.getfullargspec(undecorated(function))\n\n            (\n                args,\n                varargs,\n                varkw,\n                defaults,\n                _kwonlyargs,\n                _kwonlydefaults,\n                annotations,\n            ) = arg_spec\n\n            self.assertIsNone(\n                varargs,\n                f\"expected no varargs for {function_name}, arg_spec={arg_spec}\",\n            )\n\n            self.assertIsNone(\n                varkw,\n                f\"expected no varkw for {function_name}, arg_spec={arg_spec}\",\n            )\n\n            self.assertEqual(\n                sorted(args),\n                sorted(EXPECTED_MODE_FUNCTION_ARGS[_mode]),\n                f\"invalid args for {function_name}, arg_spec={arg_spec}\",\n            )\n\n            if annotations and \"return\" in annotations:\n                expected = EXPECTED_MODE_RETURN_ANNOTATIONS[_mode]\n                correct_annotations = any(annotations[\"return\"] == a for a in expected)\n                self.assertTrue(\n                    correct_annotations,\n                    f\"expected annotation for {function_name} to be in {expected} not {annotations['return']}\",\n                )\n\n    def test_unused_files(self):\n        parser_files_used = {\n            f\"{f.function_name.rsplit('.', 1)[0]}.py\"\n            for f in self.zone_parser_functions\n        }\n\n        all_parser_files = {\n            f.rsplit(\"/\", 1)[-1] for f in glob.glob(PARSER_FILES_GLOB)\n        } - {\"example.py\", \"__init__.py\"}\n\n        unused_parser_files = all_parser_files - parser_files_used\n\n        print(\"> unused_parser_files\", unused_parser_files)\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  },
  {
    "path": "tests/test_update_capacity_configuration.py",
    "content": "import unittest\n\nfrom scripts.update_capacity_configuration import (\n    generate_aggregated_capacity_config_dict,\n    generate_aggregated_capacity_config_list,\n    generate_zone_capacity_config,\n    generate_zone_capacity_list,\n)\n\n\nclass updateCapacityConfigurationTestCase(unittest.TestCase):\n    def test_capacity_config(self):\n        capacity_config = {\n            \"wind\": 1,\n            \"solar\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 2,\n                }\n            ],\n            \"biomass\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"unknown\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n        }\n        data = {\n            \"wind\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 3,\n            },\n            \"solar\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 4,\n            },\n            \"biomass\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 5,\n            },\n            \"hydro\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 6,\n            },\n            \"unknown\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 5,\n            },\n        }\n\n        expected = {\n            \"wind\": [\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                }\n            ],\n            \"solar\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 2,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"biomass\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 5,\n                },\n            ],\n            \"hydro\": [\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 6,\n                }\n            ],\n            \"unknown\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 5,\n                },\n            ],\n        }\n        self.assertEqual(generate_zone_capacity_config(capacity_config, data), expected)\n\n    def test_generate_zone_capacity_list(self):\n        capacity_config = {\n            \"biomass\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"unknown\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"wind\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"solar\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"hydro\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n        }\n\n        data = {\n            \"biomass\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 5,\n            },\n            \"unknown\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 5,\n            },\n            \"wind\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 4,\n            },\n            \"solar\": {\n                \"datetime\": \"2020-01-01\",\n                \"source\": \"abc\",\n                \"value\": 3,\n            },\n            \"hydro\": {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 3,\n            },\n        }\n\n        expected = {\n            \"biomass\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 5,\n                },\n            ],\n            \"unknown\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n                {\n                    \"datetime\": \"2023-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 5,\n                },\n            ],\n            \"wind\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"solar\": [\n                {\n                    \"datetime\": \"2020-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2022-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n            \"hydro\": [\n                {\n                    \"datetime\": \"2022-01-01\",\n                    \"source\": \"abc\",\n                    \"value\": 3,\n                },\n                {\n                    \"datetime\": \"2023-10-01\",\n                    \"source\": \"abc\",\n                    \"value\": 4,\n                },\n            ],\n        }\n\n        self.assertEqual(\n            generate_zone_capacity_list(\"unknown\", capacity_config, data),\n            expected[\"unknown\"],\n        )\n        self.assertEqual(\n            generate_zone_capacity_list(\"biomass\", capacity_config, data),\n            expected[\"biomass\"],\n        )\n        self.assertEqual(\n            generate_zone_capacity_list(\"wind\", capacity_config, data),\n            expected[\"wind\"],\n        )\n        self.assertEqual(\n            generate_zone_capacity_list(\"solar\", capacity_config, data),\n            expected[\"solar\"],\n        )\n        self.assertEqual(\n            generate_zone_capacity_list(\"hydro\", capacity_config, data),\n            expected[\"hydro\"],\n        )\n\n    def test_generate_aggregated_capacity_config_dict(self):\n        capacity_config = [\n            {\"datetime\": \"2023-01-01\", \"source\": \"abc\", \"value\": 3},\n            {\"datetime\": \"2023-01-01\", \"source\": \"abc\", \"value\": 4},\n        ]\n        capacity_config_2 = [\n            {\"datetime\": \"2022-01-01\", \"source\": \"abc\", \"value\": 3},\n            {\"datetime\": \"2023-01-01\", \"source\": \"abc\", \"value\": 4},\n        ]\n\n        expected = {\n            \"datetime\": \"2023-01-01\",\n            \"source\": \"abc\",\n            \"value\": 7,\n        }\n\n        self.assertEqual(\n            generate_aggregated_capacity_config_dict(capacity_config, \"parent_zone\"),\n            expected,\n        )\n        self.assertEqual(\n            generate_aggregated_capacity_config_dict(capacity_config_2, \"parent_zone\"),\n            None,\n        )\n\n    def test_generate_aggregated_capacity_config_list(self):\n        capacity_config = [\n            [\n                {\"datetime\": \"2022-01-01\", \"source\": \"abc\", \"value\": 3},\n                {\"datetime\": \"2023-01-01\", \"source\": \"abc\", \"value\": 4},\n            ],\n            [\n                {\"datetime\": \"2022-01-01\", \"source\": \"abc\", \"value\": 9},\n                {\"datetime\": \"2023-01-01\", \"source\": \"abc\", \"value\": 2},\n            ],\n        ]\n\n        expected = [\n            {\n                \"datetime\": \"2022-01-01\",\n                \"source\": \"abc\",\n                \"value\": 12,\n            },\n            {\n                \"datetime\": \"2023-01-01\",\n                \"source\": \"abc\",\n                \"value\": 6,\n            },\n        ]\n        updated_capacity = generate_aggregated_capacity_config_list(\n            capacity_config, \"DK\"\n        )\n        assert len(expected) == len(updated_capacity)\n        assert expected[0] in updated_capacity\n        assert expected[1] in updated_capacity\n"
  },
  {
    "path": "tests/test_zones_json.py",
    "content": "\"\"\"Tests for ZONE_CONFIG, config loaded from config/zones/*.yaml.\"\"\"\n\nimport json\nimport unittest\n\nfrom electricitymap.contrib.config import ZONES_CONFIG\n\n\nclass ZonesJsonTestcase(unittest.TestCase):\n    def test_bounding_boxes(self):\n        for values in ZONES_CONFIG.values():\n            bbox = values.get(\"bounding_box\")\n            if bbox:\n                self.assertLess(bbox[0][0], bbox[1][0])\n                self.assertLess(bbox[0][1], bbox[1][1])\n\n    def test_sub_zones(self):\n        zone_keys = set(ZONES_CONFIG.keys())\n        for values in ZONES_CONFIG.values():\n            sub_zones = values.get(\"subZoneNames\", [])\n            for sub_zone in sub_zones:\n                self.assertIn(sub_zone, zone_keys)\n\n    def test_zones_from_geometries_exist(self):\n        with open(\"geo/world.geojson\") as file:\n            world_geometries = json.load(file)\n        world_geometries_zone_keys = set()\n        for ft in world_geometries[\"features\"]:\n            world_geometries_zone_keys.add(ft[\"properties\"][\"zoneName\"])\n        all_zone_keys = set(ZONES_CONFIG.keys())\n        non_existing_zone_keys = sorted(world_geometries_zone_keys - all_zone_keys)\n        assert len(non_existing_zone_keys) == 0, (\n            f\"{non_existing_zone_keys} are defined in world.geojson but not in zones/*.yaml\"\n        )\n\n\nif __name__ == \"__main__\":\n    unittest.main(buffer=True)\n"
  }
]